Wikibooks enwikibooks https://en.wikibooks.org/wiki/Main_Page MediaWiki 1.39.0-wmf.23 first-letter Media Special Talk User User talk Wikibooks Wikibooks talk File File talk MediaWiki MediaWiki talk Template Template talk Help Help talk Category Category talk Cookbook Cookbook talk Transwiki Transwiki talk Wikijunior Wikijunior talk Subject Subject talk TimedText TimedText talk Module Module talk Gadget Gadget talk Gadget definition Gadget definition talk Internet Technologies/Remote Desktop Connection 0 18476 4089945 3325881 2022-08-10T06:03:05Z 2A02:C7F:D844:1000:FCE4:1D9B:41E:3210 wikitext text/x-wiki <big>'''Note''':</big> This is for Windows. Linux users may be interested in fk off == What you can do with Remote Desktop Connection == Wish you could access your home desktop from work? Going on vacation, but want to be able to use your home computer? This can be easily done with Windows XP’s built in Remote Desktop Connection feature. Some companies also use remote Desktop for technical support. Cisco systems (among others) allow engineers to use remote desktop to look in on issues and correct them. This troubleshooting method can save time and money for numerous industries. === Setup === '''In order to take advantage of remote desktop connection, you have to have port 3389 (TCP) open on your firewall/router. To do so consult your firewall or router’s manual.''' ==== User Password ==== In order for remote desktop to work, you have to set a password on your user account. Follow these steps to set a password. # Go to Start then to My Computer (or go to your desktop and go to My Computer) # Go to Control Panel # Go to User Accounts # Click on your user account # Go to Create a Password # Fill everything out and hit Create Password ==== Enabling Remote Desktop Connection (on the host) ==== Now you’re ready to enable remote desktop. '''You have to be logged in as an administrator''' # Go to Start then right click on My Computer (or right click My Computer on your desktop) # Select Properties # Go to the Remote tab # Check “Allow users to connect remotely to this computer” # If you have other users that you want to allow remote access to the computer then go to Select Remote Users and select add and type in the user account name of the user where it says “Enter the object names to select” ==== Getting your IP address ==== You now have to get your ip address. Please see [[Finding Your IP Address]] for more information. ==== Connecting to the host machine from another machine ==== Now, this is how to connect to your computer from using Remote Desktop Connection. If you’re using a computer that doesn’t have Windows XP then you can load the client side of Remote Desktop Connection. Get it at http://www.microsoft.com/windowsxp/pro/downloads/rdclientdl.asp and then you can follow these steps. # Go to Start # Go to All Programs # Go to Accessories # Go to Communications # Click Remote Desktop Connection # Go to Options and modify the options as you seem fit # Type in your IP address by 'Computer' # Log in with your username and password You should now have access to your computer. Take note that playing music will not work well with over the remote connection unless you have it stay at the local computer (change this in the options). Also, if you view images and webpages over the connection it will be very slow. Oh, and of course, you can’t play games like Quake 3 over the connection, this simply isn’t possible. Similar software does exist for other operating systems, such as rdesktop. === Pros === * You can access your documents from anywhere. * You can keep your IRC (internet relay chat) and IM clients open on one machine and then connect to your computer from other places. Thus you don’t have to leave your screen names and whatnot behind on other people’s computers. * Check and save email in YOUR email client instead of using webmail. * Perhaps your workplace/school doesn’t allow you to run IRC or IM clients, but you can use remote desktop. Then you can log on to your computer and IRC and IM from there. * You could use this as some sort of tech support method. * You can use Remote Desktop if you can’t always have a monitor plugged in to the box. * Great for servers, you don't need to buy keyboard, mouse, monitor etc. to use. === Cons === * Applications with high graphics abilities can't be used (due to network and graphical lag). * In order to start the server you have to log into your account, meaning if you’re on vacation and your computer locks up, you’ll have to have someone else reboot the computer and log in with your password. But this problem can be fixed by modifying a DLL file and adding a registry value. And up to 2 more computers can be connected remotely at the same time. See the following link for more information on the procedure for enabling it. http://www.golod.com/2005/10/enabling-multiple-remote-desktop-sessions-in-windows-xp-professional-and-media-center-edition-2005/ * You need a broadband connection that is always on, if you want to be able to access it all the time. Dialup won’t cut it there. {{BookCat}} tp3rjvjzybpax80me4d43w9q4gpexs7 MATLAB Programming 0 18778 4089888 4088199 2022-08-09T16:14:26Z MrAlanKoh 3392840 /* MATLAB Programming Chapters */ added File Name Types wikitext text/x-wiki {{Book search | float = left | style = image | px = 950px | width = 900px | placeholder = Search anything related to this Matlab here ! }} {{MatlabNav}} {{Print version|/Print Version}} ==Introduction== [[w:MATLAB|MATLAB]] is an abbreviation for "MATrix LABoratory". Originally, it was a simple interactive matrix calculator in early 1980's. Gradually, it evolves into programming language developed by [[w:The MathWorks|MathWorks]]. It started out as a matrix programming language where linear algebra programming was simple. It can be run both under interactive sessions and as a batch job. [[MATLAB Programming/Alternatives to MATLAB|Alternatives to MATLAB]] exist including open source software packages. While other programming languages mostly work with numbers one at a time, MATLAB is designed to operate primarily on whole matrices and arrays. All MATLAB variables are multidimensional arrays, no matter what type of data. A matrix is a two-dimensional array often used for linear algebra. MATLAB are also designed to be equipped with toolboxes. A toolbox is a package of custom functions and/or classes which are generally for a specific topic (such as control system, signal processing or even deep learning). The toolboxes are either provided officially by Mathworks and require a license, others can be downloaded for free from the File Exchange. Finally, this book assumes that you have access to latest MATLAB version but if you didn't have , no worries! <br> There are online IDE that are very similar to MATLAB :<br> Click this link to try the free version of MATLAB: [https://octave-online.net/ | Octave-Online.] ==MATLAB Programming Chapters== {| |- {| ||[[File:MATLAB mesh sinc3D.svg|left|200px]] ||Chapter 1: Matlab Introductions . || [[MATLAB Programming/Fundamentals of MATLAB|Fundamentals of MATLAB]]<br> [[MATLAB Programming/Fundamentals of MATLAB/MATLAB operator|MATLAB operator]]<br> [[MATLAB Programming/Fundamentals of MATLAB/Basic MATLAB commands|Basic MATLAB commands]]<br> [[/Boolean and Rational/|Numbers and Booleans]][[Image:75%.svg]] <br> [[/Complex Numbers/]][[Image:75%.svg]]<br> [[/Portable Functions/]][[Image:50%.svg]]<br> [[/Strings/]][[Image:75%.svg]]<br> [[/The MATLAB Command Prompt/|The MATLAB command prompt]][[Image:50%.svg]] <br> [[/Basic Reading and Writing data from a file/|Reading and writing data files]][[Image:50%.svg]] <br> [[MATLAB Programming/File Name Types|File Name Types]] || |- ||[[File:Matrix.png|left|200px]] ||Chapter 2: Vector and matrices . || [[/Vector and Matrices/]]<br> [[/Vector and Matrices/Special Matrices |Special Matrices]]<br> [[/Vector and Matrices/Operations on Matrices |Operation on Matrices]]<br> [[/Vector and Matrices/Operations on Vectors |Operation on Vectors]]<br> || |- ||[[File:Jagged Array Representation.png|left|200px|]] ||Chapter 3: Array || [[MATLAB Programming/Arrays|Arrays]][[Image:75%.svg]]<br> [[MATLAB Programming/Introduction to array operations|Introduction to array operations]]<br> [[MATLAB Programming/Basic vector operations|Vectors and Basic Vector Operations]]<br> [[MATLAB Programming/Vectoring Mathematics|Mathematics with Vectors and Matrices]]<br> [[MATLAB Programming/Arrays/Struct Arrays|Struct Arrays]]<br> [[MATLAB Programming/Cell Arrays|Cell Arrays]]<br> [[/Sparse Matrices/]]<br> || |- ||[[File:MATLABSChartForPairedXBarAndSChart.png|left|200px]] ||Chapter 4: Graphical plotting . || [[/Plot/]]<br> [[/Polar Plot/]]<br> [[/Semilog/|Semilogx or Semilogy]]<br> [[/Loglog/]]<br> [[/Bode Plot/]]<br> [[/Nichols Plot/]]<br> [[/Nyquist Plot/]]<br> || |- ||[[File:Software structure chart.jpg|left|200px]] ||Chapter 5: MATLAB programming structure . || [[MATLAB Programming/Handle Graphics|Using Handles]][[Image:25%.svg]]<br> What is a handle? <br> Figure handles <br> Axis handles <br> Other types of handles <br> [[MATLAB Programming/Annotate|Annotating Plots]][[Image:25%.svg]] <br> [[/Inserting Newlines into Plot Labels/]]<br> || |- ||[[File:WOA09 1000m AOU AYool.png|left|200px]] ||Chapter 6: Advance MATLAB functions . || [[/Advanced Topics/Numerical Manipulation|Numerical Manipulation]][[File:00%.svg]]<br> [[/Advanced Topics/Advanced IO|Advanced I/O]][[File:00%.svg]]<br> [[/Advanced Topics/Object Oriented Programming|Object Oriented Programming]][[File:00%.svg]]<br> [[/Advanced Topics/Applications and Examples|Applications and Examples]][[File:00%.svg]]<br> [[/Advanced Topics/Toolboxes and Extensions|Toolboxes and Extensions]][[File:00%.svg]]<br> || |- ||[[File:Digital rain animation small letters shine.gif|left|200px]] ||Chapter 7: M-Files coding. || [[/Scripts/]][[Image:25%.svg]]<br> [[/Comments/]][[Image:50%.svg]]<br> [[/Entering data at the command line|The Input Function]][[Image:50%.svg]]<br> [[MATLAB Programming/Control Flow|Control Flow]][[Image:75%.svg]]<br> [[/Loops and Branches/]][[Image:25%.svg]]<br> [[MATLAB Programming/Error Messages|Error Messages]][[Image:75%.svg]]<br> [[/MATLAB Caveats/]][[File:00%.svg]]<br> [[/Inserting Newlines into Disp Warn and Error/]]<br> [[/Debugging M Files/]][[Image:50%.svg]]<br> || |- ||[[File:Supergui.jpg|left|200px]] ||Chapter 8: GUI Programming MATLAB || [[MATLAB Programming/GUI|Graphical User Interface]][[Image:00%.svg]]<br> [[MATLAB Programming/GUI/Get File or Directory|GUI to get a file or directory]][[Image:00%.svg]]<br> || |- ||[[File:Gnu-octave-logo.svg|left|200px]] ||Chapter 9: Alternatives to MATLAB. || [[MATLAB Programming/Alternatives to MATLAB|Alternatives to MATLAB]]<br> [[MATLAB Programming/Differences between Octave and MATLAB|Differences between Octave and MATLAB]]<br> [[Julia for MATLAB Users]] || |- ||[[File:DALL·E - Photos of side view of programmer discovering software's Easter Egg inside her program when debugging her programs.png|left|200px]] ||Bonus Chapter : MATLAB's easter egg || [[MATLAB Programming/MATLAB Easter Eggs|Easter Eggs]]<br> || |- |} |} ==References== *[http://www.mathworks.com/access/helpdesk/help/techdoc/matlab.html MATLAB documentation] from The MathWorks. *[http://engineering-matlab.blogspot.in MATLAB programs compilation] from 'MATLAB programs for Engineering Students'. *[http://www.bobsseo.com/MATLAB.htm MATLAB Programming Language Origin, Advantages, Implementation] from Bobs SEO ==External links== *[http://wikis.controltheorypro.com/index.php?title=Category:MATLAB:MATLAB ControlTheoryPro.com MATLAB Category] *[http://www.octnews.org/articles/2932585/image-processing-in-optical-coherence-tomography-u/:Image Processing in Optical Coherence Tomography using Matlab] *[https://www.geeksforgeeks.org/how-to-create-a-gui-button-in-matlab-app/: How to create GUI button in MATLAB] *[https://coursesity.com/free-tutorials-learn/matlab: Free tutorials to learning MATLAB] == Other Wikibooks == A number of other wikibooks use MATLAB to teach their subjects. The following wikibooks make use of MATLAB: *[[Signals and Systems]] *[[Control Systems]] {{Shelves|Computer programming languages|Scientific software}} {{alphabetical|M}} {{status|50%}} tb199zlszxo2zzhjsik6sgim8ws2sqp Aros/Platforms/Installing on *nix 0 22140 4089934 4078981 2022-08-10T01:00:57Z Jeff1138 301139 wikitext text/x-wiki {{ArosNav}} ==Introduction== Icaros Desktop distribution now has an option to install itself on Linux, just like any other application. [https://axrt.org/index.php?tab=download AxRuntime] [https://ae.amigalife.org/index.php?topic=561.msg4762#new forum] to run AROS apps native on Linux] The information here maybe old ==x64-linux== To follow ==i386-linux and i386-freebsd== The latest Ubuntu, OpenSUSE, CentOS seem to be the most popular supported distributions (distros) for AROS development and able to compile hosted AROS on them. ===Requirements=== *Debian 9 *Debian 8 *Debian 7 *Debian 6 [http://archives.aros-exec.org/share/development/cross/scripts.zip GimmeAROS] works perfectly once you have the installed dependencies. *Ubuntu 11.10 - *Ubuntu 12.04 - *OpenSUSE 11.2 - The default compiler which you get installed does not work well with aros native (it was gcc-4.4.1 but now 6.3). Intel GMA development and test builds of the whole AROS were done with Suse. *CentOS/RedHat Enterprise may not have a current enough gnu autoconf available from their package installer, so you'd have to manually install it, so the AROS/configure script works. *FreeBSD 8 does not currently build, it can work with a little hack here and there with the source tree. *FreeBSD 7 was ever completed as a host platform, not openbsd nor netbsd. Under *BSD often the system includes conflict with AROS includes, sometimes there were varargs differences in the gcc configurations that broke the build as well. Search for netbsd on aros-exec for the notes [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=3647&forum=2&post_id=31255#forumpost31255] [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=1182&forum=1&post_id=9695#forumpost9695] [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=143&forum=2&post_id=1212#forumpost1212]. The current source tree under linux wants any GCC 6.x but previously 4.x version. It been a long while since the AROS source tree could build correctly under linux with the very old 3.x versions of GCC. Many devs use the linux-hosted version to do their development work Please do the following: # download the ISO # extract the ISO to get the files # download http://download.aros3d.org/software/linux.tar.gz # extract the contents to /Arch, you should end up with Arch/linux directory # $ ./Arch/linux/AROSBoostrap and now you turned your pc-i386 ISO into linux-i386 installation Does aros linux hosted compile on a 64 bit linux? Yes, but 64-bit Linux-hosted does not work - mmap() allocates memory beyond 2GB space. And there's no MAP_32BIT. The 64bit x86 version of hosted AROS is normally built and run on a 64 bit linux. It won't run the "regular" i386 32bit AROS program binaries. You can even compile and run 32bit hosted aros on a 64bit linux. Though, it might depend on the distro, on ubuntu it was easy to get all needed libs in 32bit versions. FreeBSD doesn't support such a construct either. In fact it looks like mmap() by default maps well past the end of the 4GB range. What do *BSD guys do with this? Or the only thing we can do is changing AROS 64-bit code model? At least for some flavors. Something will happen anyway as AROS is a single address space OS. Perhaps the best option is to have everything implemented using the small or medium PIC models (at least for user code). ==Build System(s)== ===Make native AROS which builds hosted=== The manual instructions were to build a native AROS which builds partly the hosted environment. This has not been tried building under OSX, so not sure of how well that works. Linux is the most used environment. Just running the configure script without target instructions should detect the underlying OS and setup for building a hosted-AROS. Recommend new developers download the gimmearos.sh script (on aros-archives?) to set up the developer environment by downloading necessary packages and running the config script and make for you, and then download bootaros.sh script for help setting up the linux tap device networking for running linux hosted AROS with functional networking. For anonymous downloads, The git server repo.or.cz has AROS.git, AROS-Contrib.git, and AROS-Ports.git. You can manually download these as... git clone git://repo.or.cz/AROS.git git clone git://repo.or.cz/AROS-Contrib.git git clone git://repo.or.cz/AROS-Ports.git If you don't mind waiting forever for metamake to try to build everything that is configured (and its not all configured to build, like make aros-tcpip-apps-owb must be manually invoked to build owb) you can just mv the contrib and ports directories into AROS, then <pre> mkdir pc-i386 cd pc-i386 ../AROS/configure --target=pc-i386 make </pre> then manually make anything else you want to include on your bootimage that wasn't preconfigured to build and finally make a bootable iso image by. make bootiso-pc-i386 my script for building different GCC versions instead of using hosted one <pre> build_dir="/home/ubuntu/aros_tools" mkdir -p $build_dir cd $build_dir wget -nc ftp://ftp.gwdg.de/pub/misc/gcc/releases/gcc-$1/gcc-$1.tar.bz2 tar xvjf gcc-$1.tar.bz2 if [ -d "$build_dir" ]; then rm -rf $build_dir/build fi mkdir -p $build_dir/build cd build ../gcc-$1/configure --prefix=/usr/bin/gcc-$1 --program-suffix=-$1 --enable-languages=c,c++ --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions make sudo make install cd /usr/bin/gcc-$1/bin sudo ln -s gcc-$1 gcc sudo ln -s g++-$1 g++ </pre> Here's the script for actually building Aros (i386 ABI_V0) <pre> build_dir="/home/ubuntu/aros_svn/branches/ABI_V0/aros_builds" if [ -d "$build_dir" ]; then rm -rf $build_dir fi mkdir $build_dir cd $build_dir export PATH=/usr/bin/gcc-4.1.2/bin:$PATH /home/ubuntu/aros_svn/branches/ABI_V0/AROS/configure --target=pc-i386 --with-serial-debug=1 --enable-usb30-code --with-portssources=/home/ubuntu/aros_cache make </pre> ===build Aros pc-i386 on 64bit Linux=== ABIv0 x86_64 is essentially unmaintained. Use ABIv1 or i386. compiling with—target=linux-i386. Did you delete your build tree after your attempt to build with no specific target (e.g. --target=linux-x86_64 )? install on Ubuntu 11.10 x86_64: g++, libpng12-dev, gcc-multilib, libx11-dev, ia32-libs, libgl1-mesa-dev Latest Lubuntu's dependencies to be satisfied before getting to the end: g++ libpng12-dev gcc-multilib libx11-dev ia32-libs libgl1-mesa-dev g++-multilib libX11-dev:i386 These are the packages names for Ubuntu flavours. The last one was especially tricky but google was my friend. Now the compilation completes successfully and now can crosscompile for x86 from my x86_64 distro. New installed (maybe missing?) packages: libpng12-dev, ia32-libs, g++-multilib compiling takes about 5 minutes 50 seconds, <pre> make clean ./configure --target=pc-i386 time make -j 12 bootiso-pc-i386 </pre> Errors Perhaps there is some 64-bit code left over in the tree that causes your last error. ==Building== ===Extracting=== Since AROS/i386-linux and AROS/i386-freebsd are hosted flavors of AROS available from aros.org, installation is simple. Simply get the appropriate archives for your platform (Linux / BSD) from the download page and extract them where you want them: <syntaxhighlight lang="bash"> > tar -vxjf AROS-<version>-i386-<platform>-system.tar.bz2 </syntaxhighlight> If you downloaded the contrib archive, you may want to extract it too: <syntaxhighlight lang="bash"> > tar -vxjf AROS-<version>-i386-all-contrib.tar.bz2 </syntaxhighlight> ===Build=== Ubuntu building The generic Debian part is pretty much * Call debootstrap * Feed this or similar to debian-set-selection (debootstrap gives you just POSIX locale by default): locales locales/locales_to_be_generated multiselect en_GB.UTF-8 UTF-8 locales locales/default_environment_locale select en_GB.UTF-8 * apt-get install locales build-essential subversion automake autoconf bison flex netpbm python There are probably additional packages that'd be useful, but the above is sufficient to build AROS, including contrib if necessary. Planning on wrapping up my script so to keep my current dev environment in one VM and have it prep a new VM every night for additional testing. The upshot of this, is that PARANOIA_CFLAGS is now gone. If you want to enable a '-Wall -Werror' build, just add '--with-paranoia=yes' to your configure, and the while tree will be built such that any compiler warning stops the build. ===Make=== <syntaxhighlight lang="bash"> ./configure make </syntaxhighlight> <syntaxhighlight lang="bash"> ./configure --enable-debug=all --enable-crosstools make </syntaxhighlight> Our build relies on packages downloaded from Internet - it always worked this way. The minimal requirement (when just building core AROS) is binutils and gcc. If you build contrib as well, you need many more packages to be downloaded. That doesn't take away from the fact that it's still a rather curious step in the build. We don't host the whole binutils and other packages like that in our repository, we only host patches to the mainline (no patches, in case of binutils). You see the build fetching binutils from the gnu repository. If the build fails, it must be sometimes later, unless you are not connected to the internet. :-) There is a configure switch which might help a bit. If you specify—with-portssources=/somedir/someotherdir/aros_sources on the configure command line fetched packages will be put to the directory given. Later builds (even from scratch ones) will look at this location first before downloading anything. You also copy needed stuff before starting make. CC="gcc-4.3 -m32" ./configure—target=linux-i386—enable-debug=all—with-portssources=/home/mazze/projects/ports-src/ --enable-crosstools <pre> export CC=/usr/bin/gcc46 export PYTHON=/usr/bin/python2.7 /mnt/NAS/PC/AROS/trunk/configure --target=pc-i386 --with-serial-debug --enable-ccache --with-bootloader=grub2 --with-theme=Xstream --with-portssources=/mnt/NAS/PC/portssources </pre> We require build tools to be pre-installed. Only software that runs on AROS is fetched and built, with the exception of the AROS-targeted GCC and binutils (because they aren't commonly available as binaries). There is a script called GimmeAROS somewhere that downloads the necessary host packages for certain Linux flavours. --with-crosstools used to be both the source and target of AROS crosstools - now it is only the source of the kernel tools, and implied—disable-crosstools—with-kernel-tool-prefix=... is required for some architectures if—disable-crosstools is selected. ./configure should tell you. Hosted archs, if being cross-compiled (ie linux-arm on x86), will require—with-kernel-tool-prefix= even if building crosstools, since it needs to know where to find the Linux ARM toolchain for building AROSBootstrap. The error in ./configure for this is pretty bad right now (failure to find dlopen). Will be adding back something like '--with-target-tool-path=' for specifying where to build the target crosstools to, ie for SDK builds, but I want to make sure non-SDK builds work first. * Linux 32bit (best if going to use Icaros or AspireOS setups) [http://aros.sourceforge.net/download.php linux-i386-system] or 64bit linux-x86_64-system * VM is another option but slower Treat as any archive and unarchive in your user area or /usr/local depending on Linux GNU distro used. Read more [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=6772&forum=1&post_id=65668#forumpost65668 here] and [http://aros-exec.org/modules/newbb/viewtopic.php?start=50&topic_id=3843&viewmode=flat&order=ASC&type=&mode=0 here] ===Binaries=== Recent Distros (2011+) have dispensed with the backingstore option and we are looking at alternatives at the moment. A configured and working X server (for example XFree86 or X.org) with '''backingstore'''. If you are running XFree86 4.0 or later, you might notice that the windows containing AROS screens do not refresh properly (for example when a different window passes over them). This is due to the fact that AROS uses the "backingstore" functionality of X, which is turned off by default in XFree86 4.0 and later. If you are starting X with the startx command, you can enable it again by passing the +bs option <syntaxhighlight lang="bash"> > startx -- +bs </syntaxhighlight> If you start X by some other means (e.g. with XDM), you can instead add the following line to the device section of your graphics card in the X configuration file (commonly named /etc/X11/XF86Config or /etc/X11/XF86Config-4): Option "backingstore" A complete device section might then look like this: <syntaxhighlight lang="xorg.conf"> Section "Device" Identifier "Matrox G450" Driver "mga" BusID "PCI:1:0:0" Option "backingstore" EndSection </syntaxhighlight> Some newer distros allow Xorg's backingstore to be enabled for AROS hosted, by creating a small config file in the directory /usr/lib/X11/xorg.conf.d named 05-backingstore with the following: <syntaxhighlight lang="xorg.conf"> Section "Device" Identifier "Default device" Option "Backingstore" EndSection </syntaxhighlight> Raspbian (ARMv6 armhf build of Debian Wheezy and others?) <pre> sudo leafpad /etc/x11/xinit/xserverrc </pre> add +bs after usr/bin/X and save <pre> exit </pre> To start AROS <syntaxhighlight lang="bash"> > cd AROS > boot/AROSBootstrap --fullscreen -m 256 </syntaxhighlight> <pre> -h -m <size> -M -t <value> --help --memsize <size> --mapsysbase </pre> There are also the following files: * aros-base - base kickstart module (architecture-independent libraries). * aros-strap-hosted - boot code (bootloader.resource and dosboot.resource) * aros-bsp-linux - board support package (architecture-dependent parts). The first and the second parts are interchangeable between Windows-hosted port. In future the base kickstart will be interchangeable between all ports. --hostmem argument is gone. In future this is going to be implemented in other way. Michal Schulz is working on a new memory manager. If someone really misses it, i can bring it back, however. --tickrate argument is also gone. Instead you have two new arguments: vblank=xx - set VBlank frequency to xx Hz. Default is 50. eclock=xx - set master timer frequency to xx Hz. If you specify eclock=100 you'll get the same as what you had before. In near future, ability to specify arguments in AROSBootstrap.conf file, so there will be no wrapper scripts needed. Hosted serial and parallel ports are missing. They will be back after some time. If it does not go well # make sure the logs end up in the emails sent to the AROS mailling list # Send to the mailing list your ./configure line, the ./configure output, and the config.log file if it fails # '''make -s''' query if you can get past configure ===Building ISO=== If you have network access, the anonymous git repo is much better to use. It eliminates all the date coded directories and any future updates are just a "git pull" command away. You can locally branch off whatever way you want and create diffs to submit for others to look at. Figure out where you want to build locally (maybe a directory named src), cd there and <pre> git clone git://repo.or.cz/AROS.git cd AROS git clone git://repo.or.cz/AROS-Contrib.git ./configure make </pre> ---- [ DISCLAIMER: This is just **how I made it** it's not meant to be a perfect or bullet-proof guide, so: no warranties ;) ] ---- 1. Install subversion in a terminal window write: > sudo apt-get install subversion 2. Get the AROS and Contrib sources: (here I use SVN, but you might just download sources from www.aros.org) in a terminal, from your home path write: <pre> > svn checkout https://svn.aros.org/svn/aros/trunk/AROS > cd AROS > svn checkout https://svn.aros.org/svn/aros/trunk/contrib </pre> 3. Install GCC 4.xx (examples use 4.2) In a terminal window write: > sudo apt-get install gcc-4.2 4. Install Automake1.9, Bison, Flex, netpbm, patch: <pre> > sudo apt-get install automake1.9 > sudo apt-get install bison > sudo apt-get install flex > sudo apt-get install netpbm > sudo apt-get install patch </pre> 5. Set your compiler with GCC-4.2: > export CC="gcc-4.2" 6. Launch configure with—target=pc-i386 parameter: > ./configure—target=pc-i386 or you can compile with some optimizations: <pre> > ./configure --target=pc-i686 > AROS_TARGET_ARCH=pc > AROS_TARGET_CPU=i686 </pre> 7. Compile launching make > make 8. Create an .ISO file with > make bootiso-pc-i386 the .iso will be created in "~/AROS/distfiles/" directory if you still needed to make kernel-kernel because the compile fails, at this bucomm.c <pre> Clean the build Go to workbench/libs/mesa/src/mesa Edit mmakefile.src Find the line #MM- workbench-libs : workbench-libs-mesa Put # before the whole line (it disables the dependency) configure make ... you will get fail make kernel-kernel ... you will get fail make ... now it should compile till the end </pre> NOTE: You should have the following sources: From main aros source package - all sources in directory AROS From contrib aros source package - only contrib/necessary in directory AROS/contrib/necessary (copy not link!) What you might be interested is a compiler. You can find it in bin/linux-i386/tool/i386-linux-aros-gcc ==Configuring== ===Sound on Hosted=== It was the case that OSS was only supported but now there is [http://indiego.rocks/file/downloadApp/fc6351b6a96cd691a6c022e7b6e9457e an ALSA audio driver] OSS seems to not work with Ubuntu 11.04 either. OSS was supported in 10.4 (and older releases). # apt-get install alsa-oss # modprobe snd_pcm_oss # modprobe snd_mixer_oss works for [http://wiki.debian.org/SoundFAQ debian wheezy and squeeze 6] Another alternative is to use alternative kernel - Liqourix, Debian testing/unstable, AVLinux, Aptosid (not sure if Aptosid supports oss) Liquorix on Debian and Ubuntu, its repository offers also wine 1.5, some libs and firmware/drivers (wifi,ethernet) <pre> # LIQUORIX HOW-TO: sudo nano /etc/apt/sources.list # ADD LINE: deb http://liquorix.net/debian sid main # CTRL+O, ENTER, CTRL+X (save,exit) sudo apt-get update sudo apt-get install '^liquorix-([^-]+-)?keyring.?' sudo apt-get update sudo apt-get install linux-image-3.7.0-8.dmz.1-liquorix-686 # REBOOT # I have intel 2200 wireless card so: sudo apt-get install firmware-ipw2x00 </pre> The Liquorix kernel can be installed by way of meta-packages. This will guarantee that the latest kernel is installed on every upgrade. All packages in the liquorix repository are signed. Run the command below to install the keyring package for liquorix.net. apt-get install liquorix-keyring 32-bit without PAE (HIGHMEM4G): apt-get install linux-image-liquorix-686 linux-headers-liquorix-686 32-bit with PAE (HIGHMEM64G): apt-get install linux-image-liquorix-686-pae linux-headers-liquorix-686-pae 64-bit: apt-get install linux-image-liquorix-amd64 linux-headers-liquorix-amd64 ===Configuring host network for AROS hosted=== <pre> #!/bin/sh NETON=`ifconfig | grep aros0` if [ "$NETON" = "" ]; then echo "Installing bridge network... (sudo access required)" sudo tunctl -b -u "$USER" -t aros0 sudo ifconfig aros0 192.168.166.1 sudo iptables -t nat -A POSTROUTING -o eth0 -s 192.168.166.0/2 -j MASQUERADE sudo iptables -t nat -A POSTROUTING -o wlan0 -s 192.168.166.0/2 -j MASQUERADE sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward" fi echo "Set your AROS config to:" echo " device : tap.device" echo " IP : 192.168.166.2" echo " Mask : 255.255.255.0" echo " Gateway : 192.168.166.1" echo " Primary DNS : 8.8.4.4" echo " Secondary DNS : 208.67.222.222" </pre> Networking is done differently on Arch than in other distros, notably the lack of the UML tools which are normally used for creating TAP/TUN devices. <pre> #!/bin/bash # tap unit number. This should match the UNIT= parameter in # AROSTCP/db/interfaces # IP address for the tap interface. Inside AROS, this will be your default gateway. # NOTE: Make sure it is in a different network than your Linux host. tap_ip=192.168.254.254 # create the interface #iface=$(sudo ip tuntap add name aros$tap_unit mode tap) iface="aros0" masq_iface="enp2s0" sudo ip tuntap add name $iface mode tap echo "Created tap device: $iface" # bring it up echo "Setting $iface to IP adress $tap_ip and bringing it UP" sudo ifconfig $iface $tap_ip up sudo chmod 666 /dev/net/tun # turn on NAT # (NOTE: make sure that the network interface you are using is named "eth0". # Otherwise adjust the following line to your needs.) echo "Configuring NAT routing from interface $masq_iface" sudo iptables -t nat -A POSTROUTING -o $masq_iface -j MASQUERADE # Turn on IP forwarding sudo sysctl net.ipv4.ip_forward=1 # start AROS cd ~/AROS ./Arch/linux/AROSBootstrap # aros has finished, so kill the interface sudo ip link delete $iface # maybe turning off routing is a good idea as well sudo sysctl net.ipv4.ip_forward=0 </pre> ===How to mount some device or directory (for example a dvd-drive) as a drive under aros hosted?=== Add this to Devs/Mountlist <pre> WORK: FileSystem = emul.handler Device = WORK:/home/mazze/arosdev LowCyl = 0 HighCyl = 0 Surfaces = 1 BlocksPerTrack = 1 DOSType = 0x454D5500 Activate = 1 </pre> and add e.g. mount work: to s:user-startup HOST: FileSystem = emul-handler Device = Host:/ LowCyl = 0 HighCyl = 0 Surfaces = 1 BlocksPerTrack = 1 DOSType = 0x454D5500 Activate = 1 ===Copying and Configuring Icaros 1.xx=== an [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=53456#forumpost53456 updated] guide for Icaros 1.26 (on Debian / Ubuntu): Put keycode2rawkey.table in Devs/Keymaps/X11 * Install the tunctl command on your host: sudo apt-get install uml-utilities * Copy the Icaros CD to a folder named "AROS" in your home directory * Copy over the following files from a Linux hosted nightly archive: AROS.boot boot/* Devs/AHI/aros.audio Devs/AudioModes/AROS Devs/Drivers/unixio.hidd Devs/keymaps/X11 Devs/Monitors/X11 Devs/Networks/tap.device Libs/oss.library Devs/timer.device * Delete Devs/Monitors/Nvidia * Edit boot/AROSBootstrap.conf to suit your needs (e.g. add "memory 256" to assign 256 MB RAM to AROS) * In S/icaros-sequence, remove the line "assign system: sys:" * Create the script bootaros.sh in the AROS folder, make sure you read the comments. Adjust where necessary: <pre> #!/bin/bash # tap unit number. This should match the UNIT= parameter in # AROSTCP/db/interfaces tap_unit=0 # IP address for the tap interface. Inside AROS, this will be your default gateway. # NOTE: Make sure it is in a different network than your Linux host. tap_ip=192.168.254.254 # create the interface iface=$(sudo tunctl -b -u `whoami` -t aros$tap_unit) # bring it up sudo ifconfig $iface $tap_ip up sudo chmod 666 /dev/net/tun # turn on NAT # (NOTE: make sure that the network interface you are using is named "eth0". # Otherwise adjust the following line to your needs.) sudo iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE # Turn on IP forwarding sudo sysctl -w net.ipv4.ip_forward=1 # start AROS cd ~/AROS ./boot/AROSBootstrap # aros has finished, so kill the interface sudo tunctl -d $iface &> /dev/null # maybe turning off routing is a good idea aswell sudo sysctl -w net.ipv4.ip_forward=0 </pre> * Make the script executable: chmod u+x bootaros.sh * Start the script from a shell: <pre> cd ~/AROS ./bootaros.sh </pre> * Inside AROS, the network settings will have to be configured like this: <pre> Device: tap.device IP address: 192.168.254.1 Gateway: 192.168.254.254 DNS1: The IP of the name server that is also used by your Linux host DNS2: The IP of the name server that is also used by your Linux host </pre> ==Android and others rPi== ===x86=== ===ARM=== ===PowerPPC=== In fact the usage of variant was a continuation as Michal Schulz' usage for Efika port. There variant is a "sub-architecture". Stuff in arch-cpu can be overriden by arch-cpu-variant. This way there is generic ppc-chrp code and ppc-chrp-efika code. This is what was used for the Android and iOS ports. Was even sure that Michal introduced variant for this purpose. Some time ago, came to a need of versioning some components, to be able to verify that they match. For example, disk-based tap.device needs to know that it really runs on system it was built for. This need originates from the fact that many things are source-compatible but not binary-compatible across various UNIXes. For example, the same tap.device code can be built for Linux and Darwin. They will use the same host OS calls, but parameters passed to them are not binary-compatible. Darwin version of tap.device won't run on Linux-hosted AROS and vice versa. In order to prevent crashes that are hard to explain, introduced runtime versioning of these components. The following modules are taking part in it: * kernel.resource, being the primary architecture-dependent part, carries architecture name in the form of arch-cpu. For example "linux-i386". It can be queried using KrnGetSystemAttr() function. * Bootstrap. It supplies the same string in its HostInterface. These strings must match, otherwise the kernel will refuse to start up. You can't errorneously launch Linux kernel on Darwin system. * unixio.hidd carries the same string inside it. When it starts up, it verifies itself with kernel.resource, ensuring match. When some external module opens unixio.hidd, it can supply Architecture attribute. unixio.hidd will compare the given string with its own such string. In case of mismatch Intuition requester will pop up, and HIDD will refuse to instantiate its object. Now, after introduction of Android build, it became apparent that Android is not Linux. Android's libc is not really binary-compatible with glibc. In order to distinguish between them, introduced a rule: variant-ed system is different from variant-less one. If a variant is specified, arch-cpu is replaced with variant-cpu. One exception is 'pc' architecture for legacy reasons. Introduced AROS_TARGET_PLATFORM make variable which carries this designation. It is also included into version string of all architecture-specific modules, so that the user can easily determine which version he has using Version FULL command. This is what actually made variant bad for specifying just some descriptive build name. If you for example build Linux-hosted distro, and use variant as distro name, your modules will be compatible only with other your modules. A user of your distro won't be able to upgrade, for example, oss.library, from trunk. It will not work and will say "Incompatible architecture". For now this does not affect native systems, but... Who knows what happens in future. Using variant as distro name this way would introduce ambiguity. Distro's modules will be versioned as "arosmax-i386" (for example) while trunk ones will be versioned as "pc-i386". Didn't know that variant was not originally meant for the purposes for which i use it. Described the usage well here. Can reimplement definition of AROS_TARGET_PLATFORM in such a way that variant name won't be always used for platform designation, instead platform name will be explicitly set by configure script. But—enable-target-variant will still be used for selecting Android, iOS and Efika targets. And you won't be able to use it, will want to build Android-hosted distro. introduced ELF wrapper last year. It is used when AROS-targetted gcc is used for AROS. This is the default case for building on Windows and MacOS (since native host's compiler can't produce ELF files). This wrapper does a similar thing which AROS wrapper does with Linux gcc, just in reverse way. AROS wrapper makes Linux gcc generating relocatable binaries, and ELF wrapper makes AROS gcc generating static binaries. The purpose is to get rid of one more ELF-targetted toolchain to be used as $KERNEL_CC. ==References== The ELF Header starts off grand, with the x7f magic and 16-bytes including null terminated "ELF" marker. From there, it seems to deteriorate as the ELF header lacks a program header which indicates the modules are 'relocatable' and in need of link-edit then "loading". Ignoring this to look for section headers we use the shoffset entry and it points to 0x36bd4 (offset line 0x0020), but after a (OS X) "hexdump -C" of the aros-bsp-darwin module, this seek-offset into the file doesn't seem to follow the expected ELF Section Header format. * AROS kickstart modules are relocatable. There's no boot.img. * MorphOS kickstart is loaded at some specific address. You can't do this on hosted, and there's no need to do this on native. * Relocation is performed by the bootstrap. See its ELF loader code. It's the same as InternalLoadSeg_ELF(). The ELF has ET_REL type, this is enough to see it's relocatable. ====Linux hosted exec==== SC_ENABLE/SC_DISABLE is there to make sure the new task continues running in either Disable() or Enabled() state, depending on which state it was when it was last switched away. For example internally Wait() causes task switch while in disabled state and when task is run again it must be in Disabled() state. SC_DISABLE and SC_ENABLE poke the "old signal mask" of Unix signal handler (context) used by kernel. So when the Unix signal handler "returns" the blocked Unix signals are set to that value. The old code in arch/all-unix/exec/switch.c manually makes sure that SIGUSR1 is not blocked: <pre> sigset_t temp_sig_int_mask; sigemptyset(&temp_sig_int_mask); sigaddset( &temp_sig_int_mask, SIGUSR1); sigprocmask(SIG_UNBLOCK, &temp_sig_int_mask, NULL); SysBase->AttnResched |= 0x8000; kill(getpid(), SIGUSR1); sigprocmask(SIG_BLOCK, &temp_sig_int_mask, NULL); </pre> There are probably ways to avoid this, if one really wanted. A a small test which plays with enabling/disabling signals and prints out oldmask contents. One of discoveries was is that it's not used on PPC. I studied Linux includes and notices that there's another sigset_t in ucontext structure. In fact it was similar to x86-64 (i found that in sigcore.h.x86_64.src). And it should be used instead of oldmask. So, actually PPC Linux port was broken. And i fixed it. After the fix i got similar freezes! I changed SC_DISABLE() macro from: <pre> sigfillset(&uc->uc_sigmask) to: uc->uc_sigmask = PD(KernelBase).sig_int.mask </pre> And everything worked fine! PD(KernelBase).sig_int_mask contains signals set which actually should be disabled by KrnCli(). They do not include SIGUSRs, SIGINT and traps. So i disable only what really should be disabled. Everything is okay now. Another nice testcase is cold reboot function. execvp()'ed program inherits current signal mask, so if some of SIGUSRs appears disabled, another copy of AROS will freeze. This works especially well if combined with stackcheck test. stackcheck testcase causes stack check failure, which ends up in supervisor-mode Alert(), which ends up in ShutdownA(SD_ACTION_COLDREBOOT). If something is wrong, AROS will freeze on restart. We have -quick targets if we want to omit these large sets of dependencies. For example you can rebuild just dos by using "make kernel-dos-kobj-quick". Then "make kernel-link-base-quick" just relinks the kernel package (this is implemented by me for newstyle packaging, currently only Windows-hosted uses it). If the hosted kernel now uses SIGUSR2, too, tell gdb to ignore it like SIGUSR1. In the .gdbinit file or manually at the gdb prompt. handle SIGUSR2 pass noprint nostop Hostlib_init is empty on UNIX because currently UNIX-hosted is modular and there's no HostInterface. If it does not use libstdc++, then .cpp file scan be compiled by the standard gcc as it recognize C++ files extensions. ... Errrm, it surely need the new & delete functions... I did a small lib to compile TeXlive without using separate g++ compiler. Restructure sams kernel code according to rom/kernel, i.e. there will be files like createcontext.c etc. If possible > code from rom/kernel will be used. The code in rom/kernel was designed to be reusable as far as possible. Please also throw away arch/ppc-sam440/dos directory. Custom versions of InternalLoadSeg_ELF() and InternalUnloadSeg() are there only because KrnRegisterModule() and KrnUnregisterModule() have old definitions and differ from their final versions. Custom runprocess.c is very old and needs to be removed, the job should be done by generic runprocess.c which relies on exec.library/NewStackSwap(). I just didn't do it because i could not test NewStackSwap on PPC (it's based on runprocess.c code so should work fine). Generic runprocess.c is known to work because it works on all i386 ports and other UNIX-hosted ports. Added some more debug output to pci.hidd. Now it will report the result of CreatePool(). Also changed some things in the implementation. Perhaps new build will even work. In fact it behaves very close to the original. Can you tell me what GURU happens? Would be nice if you enable debugging in createpool.c and memory.c and send me crash log. Just to be sure. Can you enter bootmenu? Can you boot without startup sequence? Can you boot in VGA/VESA mode? I committed video driver automatic selection (worked on my netbook). Answer, forgot that native ports use own exec_init.c, and PageSize was uninitialized there. All hosted ports. On non-Linux OSes it's impossible to acquire address 4 at all. After hitting problem with entry point i introduced a new macro, AROS_ENTRY, to mitigate this. There is 40KB minimum of stack space!!! This is defined in aros/<cpu>/cpu.h (AROS_STACKSIZE). And task creation routines make sure that task's stack size is not less than this value. Such a big digit comes from hosted AROS. UNIX signal handlers and X11 are stack-hungry. However this parameters appears to be hardcoded. May be this should be adjusted on per-system basis? I would suggest to add a kernel attribute (for KrnGetSystemAttr() which would return this value). So it would not be that big for native OS. In some ways it could be tuned specifically for m68k needs. 40KB stack is actually way to small considering majority of our software comes from unix world. AFAIK native g++ requires *at least* 256 KB stack and any 3D game requires *at least* 512KB stack. ====*nix 'Hosted' Environments==== AROS Shares common hardware and driver support for Linux and BSD. There is no more boot/aros-unix file. There is boot/AROSBootstrap instead which you should run. ''Keyboard / Mouse:'' Currently the driver instantiation is done during x11gfx.hidd initialization, which happens before dosboot makes its assigns, so DEVS: simply does not exist (even SYS: does not exist). Disk-based part was created for DEVS:Monitors, similar to GDI driver. It is responsible for loading X11 keymap now. Improvement: now you may specify any keymap file name in icon tooltypes. Of course it will look up DEVS:Keymaps/X11/keycode2rawkey.table by default if you don't specify anything. The basic idea was to move keymap buffer and presence flag into librarybase. Disk-resident part simply opens the driver library and loads keymap file right into its base. Also disk-based part contains code for creating additional displays, but it's expected not to work because of bad driver design. The call is commented out with notes. ''GFX Chipsets:'' ;x11.hidd: x11 accelerated graphics driver. ''Audio Chipsets:'' ;oss.audio: plays audio through the hosts OSS drivers. In theory oss.library's funcs.c would need to be compiled in such a way that the O_WRONLY, O_NONBLOCK, etc. are taken from the host (Unix) includes, not from AROS includes. Otherwise it depends on luck (O_ defines having similar value on AROS and the Unix OS in question, or not) if it works or not. IMHO this should only be done via configure/mmakefile's passing the necessary info in. At what rate does VERTB interrupt happen now? 50 or 60&nbsp;Hz. User-specified (by vblank=NN command line argument). In fact you can specify any value. How it used to be: VERTB: always 50&nbsp;Hz TIMERTICK: 100&nbsp;Hz (default, could be changed with "-t" argument when starting AROS) Some things like that AHI driver do not work well if it only happens at a rate of 50&nbsp;Hz. Also a general timer precision of 50&nbsp;Hz is bad. That's what the TIMERTICK hack fixed. * Instead of TIMERTICK hack there's kernel.resource API now. And timer still can be set to 100&nbsp;Hz. Just run AROS with 'eclock=100' command line argument. * This solution is not future-proof. In fact timer.device needs to be rewritten to measure actual intervals, similar to native drivers. In this case timer interrupt will not have stable frequency at all. In order to be future-proof i'll further rewrite the driver. It needs own timerequest, set to 1/1000 sec for example. This will cause current timer.device to reply in a minimum interval (specified by eclock argument), and future timer.device will really reply in 1/1000 sec. It makes sense to implement 'arguments' keyword in bootstrap's config file. For now you can write small script which runs AROS with eclock=100 argument if you need to. I would suggest more clean solution. Modify configure.in to supply -nostdinc with $(KERNEL_INCLUDES) (where compiler's include path is detected). Anyway $(KERNEL_INCLUDES) is used together with -nostdinc everywhere, this way you would kill two rabbits in one shot. If$(KERNEL_INCLUDES) is empty, -nostdinc will also not be supplied. ''Network Chipsets:'' ;tap.device: networks through tap. It seem pci.hidd is no longer present in linux-i386. The following code used to work about 4 month ago: <pre> if (!OOPBase_DRM) { if ((OOPBase_DRM = OpenLibrary("oop.library", 0)) == NULL) { /* Failure */ return -1; } } HiddPCIDeviceAttrBase = OOP_ObtainAttrBase(IID_Hidd_PCIDevice); if (!pciBus) { pciBus = OOP_NewObject(NULL, CLID_Hidd_PCI, NULL); if (!pciBus) return -1; } </pre> Now, the call to OOP_NewObject(NULL, CLID_Hidd_PCI, NULL) returns NULL. The liblist command also does not list pci.hidd anymore. Now they are disk-based modules. You can either load them manually using LoadResource command or add to kickstart list in AROSBootstrap.conf. Remember that you need not only base pci.hidd, but also pcilinux.hidd which is the driver itself. I do not include them by default because Linux PCI driver is a hack by nature and it's easy to screw up the system using it (by attempt to use the hardware which is already in use by Linux). All hosted ports. On non-Linux OSes it's impossible to acquire address 4 at all. After hitting problem with entry point i introduced a new macro, AROS_ENTRY, to mitigate this. ====Segmentation fault==== This is the log: <pre> [Bootstrap] entering kernel@0x7f6.... Segmentation fault </pre> The debugger doesn't tell much, but addresses like 0x00007ffff76c509f are strange because I have only 4GB RAM. <pre> gdb) run [Bootstrap] entering kernel@0x7ffff76c5000... Program received signal SIGSEGV, Segmentation fault. 0x00007ffff76c509f in ?? () (gdb) findaddr 0x00007ffff76c509f Searching in the loaded modules... Searching in the resident list... No struct type named Resident. #0 0x00007ffff76c509f in ?? () #1 0x00007fffffffdfc0 in ?? () #2 0x0000000000000000 in ?? () </pre> Virtual addresses have nothing to do with real amount of physical memory! The problem is, AROS x86_64 kernel is compiled without -mcmodel flag set, therefore it defaults to -mcmodel=small. It means, all code and data has to reside within first 2GB of address space. This is not the case here, so it crashes/segfaults or does any other strange things. There are two solutions - either, compile whole x86_64 aros with - mcmodel=large and suffer from small speed penalty. Large model allows both code and data to reside *anywhere* within the address space, some PC-relative addressing cannot be used in that case. Gcc will make all branches 64-bit large and, therefore, a bit slower. Tried (gcc-4.3 -m64 -mcmodel=large). No change. mcmodel=large generates more traffic on CPU's bus lines and consumes much more cache. Every loading of data (mov %reg,addr) is replaced by movabs %reg,addr, increasing the instruction size by four bytes. PC-relative access to sections other than current one is not existing anymore and replaced by absolute movabs instruction. Every single call to any subroutine (call function) is replaced by a pair movabsq %reg,function; call *%reg. But, as you have mentioned, the cpu fetches most things from its cache(s) - so the implication that we will "suffer" because of using it is at best missleading imho, and also a bit scare-mongering (speed wise of course - obviously binary size will increase). In general I have nothing against compiling whole AROS with mcmodel=large, which is anyway the only sane way for 64-bit system with single address space for all processes. I just warn about the consequences :) Another solution is to allocate the memory for AROS within first 2GB of address space. It can be done with anonymous mmap and flag MAP_32BIT. Please check, i added the flag. Sorry for dropping it, i didn't know why it was there. P.S. Fix for gdb support is on the way. Infrastructure is ready, need only to update _gdbinit script. since the new genmodule inlines don't know how to handle the RA/RB idiom for 64-bit parameters. Actually I implemented this patch a long time ago (before your m68k QUAD fixes) after discussion on the maillist to solve two things: * In compile warnings/errors during a library call no clear function name was present so it was difficult for programmers to find out what is wrong. * On i386 libbase is passed as first argument causing a argument number in compile warnings and errors was of by one, confusing programmers even more. fixed them by modifying Exec/Init to strap to an AllocMem()ed area for its stack, but sonic removed that common code. UNIX-hosted kernel should add its stack area to memory lists now. If a clean build of linux-i386, still get the same asserts: <pre> /data/deadwood/tAROS/AROS/rom/oop/./setattrs.c, 71: bad pointer: attrList = $bface5fc /data/deadwood/tAROS/AROS/compiler/alib/./coercemethod.c, 59: bad pointer: message = $bface6a8 /data/deadwood/tAROS/AROS/rom/oop/./setattrs.c, 71: bad pointer: attrList = $bface600 /data/deadwood/tAROS/AROS/compiler/alib/./domethod.c, 60: bad pointer: message = $bface6a8 /data/deadwood/tAROS/AROS/compiler/alib/./coercemethod.c, 59: bad pointer: message = $bface658 /data/deadwood/tAROS/AROS/compiler/alib/./coercemethod.c, 59: bad pointer: message = $bface658 /data/deadwood/tAROS/AROS/rom/exec/./doio.c, 54: bad pointer: iORequest = $bface64c /data/deadwood/tAROS/AROS/rom/exec/./putmsg.c, 56: bad pointer: message = $bface64c /data/deadwood/tAROS/AROS/rom/exec/./getmsg.c:65: bad pointer: msg = $bface64c /data/deadwood/tAROS/AROS/rom/exec/./doio.c, 54: bad pointer: iORequest = $bface64c /data/deadwood/tAROS/AROS/rom/exec/./putmsg.c, 56: bad pointer: message = $bface64c /data/deadwood/tAROS/AROS/rom/exec/./getmsg.c:65: bad pointer: msg = $bface64c </pre> You configured AROS with—enable-debug=messages. This is why you get these additional assertions. Can you run ShowConfig and tell me its output (together with some assertions from the same run)? Perhaps 3K is simply not enough. ====Other==== AMD [http://www.woodmann.com/collaborative/knowledge/index.php/Super-secret_debug_capabilities_of_AMD_processors_! debugging] and [http://hardware.slashdot.org/comments.pl?sid=1865066&cid=34207758 here]. This means i need to get rid of static linking with UNIX libraries in all AROS modules. Currently i've almost done it in all AROS core modules except exec.ibrary and kernel.resource (they will be the last ones, because doing this actually means switching to modular kickstart). I've rewritten emul.handler and oss.library, and i'm also going to do this with tap.device. However i don't have much time and i plan to leave out the following (at least temporarily): 1. uxser.hidd (unix-hosted serial port HIDD) 2. uxpar.hidd (unix-hosted parallel port HIDD) 3. lxpci.hidd (PCI bus driver) 4. linuxfb.hidd - Linux framebuffer driver. 5. unixio.hidd - the component for handling async I/O. First, I think unixio.hidd should be deprecated. Kernel.resource has IRQ API which allows to process SIGIO in a very clean way. This makes unixio.hidd redundant. emul.handler SIGIO code may serve as an example. I dislike unixio.hidd because it drops performance by gathering all requests in a single place, and introduces a timer-based polling loop on Linux (i believe not all devices actually issue SIGIO). I thought for a while, but i didn't find any reason to leave unixio.hidd. First i thought that it could be a nice abstraction layer, but it was a wrong suggestion. After comparing several UNIX-alike OSes i came to a conslucion that this will not give any abstraction. This happens because all structures values which needed to be supplied to operations like ioctl, and even host error codes, are strictly dependent on current host. Different UNIXes are not binary compatible, so we still need to have a personal version of a driver (for example oss.library) for all hosts we run on. It's not possible to interchange them. So i suggest just to remove unixio.hidd. Is there anyone against? Other mentioned components require at least reengineering. linuxfb hidd does not work on my system (just crashes), and looks like noone tested it, so i consider it abandonware. Of course i will not delete it from the tree, just someone needs to pick it up and take care about it. PCI driver will be fixed very soon, it's very easy to do. Just i believe noone is actively using it at the moment and it can wait. Serial and parallel drivers also will not be dropped. I'll rewrite them, just i consider this a low priority task. So this is why i am asking - is there anyone actively using these drivers? Will anyone suffer if for some time they will stop working? The 'bad pointer' addresses are due to TypeOfMem(ptr) in the ASSERT_VALID_PTR() macro returning 0. TypeOfMem() is return 0 because the memory was never AllocMem()ed from a known memory region. The memory was never AllocMem()ed because it is on the stack of the AROS Bootstrap's main(). Solution is have whoever is maintaining AROS Bootstrap add a MemHeader for the strap's stack to the kernel as an unallocable memory segment. Just running ./boot/AROSBootstrap of linux-i386. These assertions appear before the: [DOS] DosInit: InitCode(RTF_AFTERDOS) Perhaps you have some debugging options enabled. Well, doesn't matter, the problem should go away now. I backported adding boot stack region to memory list. I think there are still some problems with gdb support in the new linux-i386. In some applications (for example ScreenMode preferences) if I put asm("int3") in the code and the try to loadseg the symbols, gdb does not complain in any way but the symbols are not resolved (I just see function name with no line number). On the other hand, other things like muimaster or intuition have their symbols loaded correctly. Check kernel modules with objdump, perhaps dwarf2 information gets stripped away during relinking. Are modules listed correctly (with paths) in modlist output? Keyboard mapping changing on Linux hosted when switching desktops, running Linux hosted on Ubuntu, and my laptop doesn't work well with the default keymap (cursor keys don't work for starters), so I've made a custom keycode2rawkey.table file, and that works great. Until I change desktops and change back to AROS. When I change back, the default keymap is used instead of the one I've copied to Devs/Keymaps/X11/keycode2rawkey.table loadseg however fails to load information. "modlist" lists the DISK based modules which were loaded so far. AFAIK the ROM modules were always available "out of the box" with debug information. Has something changed? Now they are also loaded from disk by the bootstrap. They are not linked statically any more. But there are two lists now instead of one. As far as I remember for emulation to work, your driver needs to be a frambuffer one (aHidd_Gfx_NoFrameBuffer = FALSE) and you need to implement Show method to call super method. This information is obsolete. The limitation was removed since that time, now emulation works with NoFrameBuffer drivers too (was needed by VESA). I'm wondering because I'm compiling for AROS using the Linux cross-compiler from the AROS SDK and my app is heavily using multi-threading and calls functions like malloc() and free() from lots of different threads. However, everything is working fine.... shouldn't it crash pretty soon if the C runtime is not thread-safe!? In Linux, if you compile with -pthread then a thread-safe version of malloc() will be put instead of the standard one (which is not thread-safe). I don't know if this applies to AROS also... There is no PThread library for AROS. However, parts of the C runtime library are in shared libraries which, by nature, are reentrant code. Only the parts of the C runtimes that are statically linked only can be thread-unsafe, if I'm not mistaken. Every time i check out AROS svn asks me for my login and password. Additionally it warns me that credentials will be stored unencrypted. How do AROS nightly build machines work automatically? Do we have some predefined read-only account in our SVN? Some svn client remembers user and password. I think older svn clients store unencrypted. SVN on Mac OS X will make use of Keychain which works automagically from the graphical UI. If you want to make use of the Keychain from ssh then you first need to unlock Keychain, with the following command: security unlock-keychain ~/Library/Keychains/login.keychain And how will my machine upload binaries? I believe i need some ssh certificate for it? You have to create a ssh key pair on your machine and enter your public key inside your sourceforge user account. You probably need to search a bit on sf.net to find more details about how all this works. You also need to provide your sourceforge user name to the nightly build configuration file. IRC you also need to create a link inside your home directory on sourceforge server like this: aros -> /home/groups/a/ar/aros UNIX-hosted kernel should add its stack area to memory lists now. Does anyone know what's wrong? I just added i386-darwin build to download-descriptions. I see that binaries are uploaded ok. Even more strange is that for example German page failed too, however i didn't change it. Can anyone help? I'm not familiar with how our web site works. The page is repaired. Each time you add a new package, the page needs to be rebuild. I'm doing the rebuilds, since automatic rebuilds are long dead. If you add a new package, just mail me to be sure I rebuild the webpage. I hit the same problem as 64-bit Linux-hosted - mmap() allocates memory beyoun 2GB space. And - there's no MAP_32BIT. Does anyone know what to do? Is there any workaround/replacement for MAP_32BIT on Darwin and BSD ? I studied Darwin documentation, they use small PIC code model for x86-64 binaries. Looks like this saves them from this problem, and they don't need explicit low memory? What *BSD guys do with this? Or the only thing we can do is changing AROS 64-bit code model? At least for some flavors. I know, this is not good, however perhaps there's no way round. ====Memory Pooling==== For such architectures you could specify small fictional page size. Perhaps they could also use another implementation of kernel allocator (similar to current AllocMem()/FreeMem()). Current implementation will have increased memory usage with small pages (it uses one UBYTE per page for memory map). Alternate implementation can store administrative information in the managed memory itself. I didn't do this in my implementation because it allows to completely disable access to all unallocated pages. If the kernel returns page size of 0, MMU is assumed to be missing. exec then falls back to MEMCHUNK_TOTAL chunks. I hope this is acceptable. With this setting new pools implementation behaves EXACTLY in the same way as old one with threshSize == puddleSize. I hope it's not a big loss. I can tweak it further to handle threshSize, just i think it's not really needed. Also i expect performance boost in FreePooled(). Can you benchmark this? The rest will be done in kernel.resource. It will have two versions of memory manager: MMU-aware and MMU-less. MMU-less version will be old AllocMem()/FreeMem() implementations from exec. Don't bother for now, i already have an idea and i'll do it myself. I suggest you to have both versions in m68k port (unless you really want to save ROM space). Amiga can have 68030 or better, in this case AROS will be able to detect it and make use of it. This is still open to the discussion. I intentionally committed only pools. If you look carefully, you'll see they still work on top of AllocMem()/FreeMem(). Kernel's allocator is ready and even works, however i wanted to emerge it all step-by-step. I agree that on such a low level it's rather simple to break something. The idea behind the new system: puddle size is always integer multiple of page size. The rest of changes are explained in the code, i commented it carefully. I hope you'll like some of ideas. It should be faster than the old implementation. This is done because after this we can assign protection attributes to pools. There can be for example executable pools and non-executable pools. Puddle size is integer multiple of page size. New kernel.resource allocator is page-based. As to badly behaved software, perhaps there can be some way to handle this in early startup control. Yes, it can be difficult. Still open to experiments. MMU is good, it's not a good idea just to throw it away. Missing Zune class Application.mui but it's inside our muimaster.library. Check workbench/libs/muimaster/classes/application.c. its a built-in class. ====BSD sockets==== /master-linux-i386/bin/linux-i386/AROS/Development/include/sys/socket.h:288: error: expected specifier-qualifier-list before ‘u_short’ I fear that the same thing will happen for all network software. Can we reconsider this change? I would prefer it that default is only POSIX and other legacy UNIX has to be enable by defines. I agree that network code should be able to compile without defining __BSD_VISIBLE if no legacy features are used. But it should be done by making our net includes POSIX compliant. The software code I worked with actually uses u_char/u_short types. If we remove them completely the code will stop compiling at all. Code using u_char/u_short should need __BSD_VISIBLE define to make it work to indicate it needs to be made modern. But it should be properly documented in some porting HOWTO. I think it would be beneficial for 3rd party devs to have their software compiled without modifications instead of having to search through our headers to learn how to make networking work. During my split of I did more separation so it would help if you could wait until that is ported. I did not do much on the net includes yet though. This is put on the TODO as I think it does not have an ABI impact; only compilation impact. BTW: half of the remaining compiling errors with test/cplusplus/headertest.cpp (can be build with make test-cxx) are coming from the net headers or sys/types. Can we re-enable defining __BSD_VISIBLE for now until your work is brought to trunk? I would vote at least for V0 branch as it will never be "fixed" by your ABI work. I can live with enabling again only on V0. I think it should normally be provided by the 'compile' environment and not in some kind of header file. That's one of the reasons I would like to stick to -D__BSD_VISIBLE. You could try sys/types.h ====Errors==== complains about video and throws and error. <pre> [Bootstrap] entering kernel at 0xf73e6000... DisplayPlanes = 24 DefaultDepth = 24 BITS PER PIXEL = 24 [I2C] Init [ATI] Init [drm(INFO)] Failed detecting card for VendorID: 0x10de [KRN] Trap signal 11, SysBase f43e71f0, KernelBase f43e7f18 SP=f4cfe4ac FP=f4cfe4f8 PC=00000000 R0=f43e71f0 R1=00000000 R2=00000000 R3=00000006 R4=f460e720 R5=f4d14f20 FELSunxi DoMethodA ConfigChangedEvent bash-4.2$ </pre> to remove the native drivers, getting a little closer, copying the drivers from the nightly gets it looking a little more normal but now I get a Software failure in X11. Icaros desktop is based on ABI-v0-on-trunk but, it would require abi v0 hosted. ====Debugging==== I tested only modList command, seems to work correctly. Please check and fix (if needed) the rest. I hope the code is clear enough. Testing with ROM and DISK modules work . modlist lists them, codes lines are resolved, global and local variables are resolved. If you talk about PIC and GOT, will this also mean we can have shared objects? We may be able to, but please please don't. Don't copy bad design decisions from OS4. OS4 programs using shared objects have the same startup slowness as on other OSes (Linux, Windows, ...). +1 , I would really prefer not to mix .so concept with native AROS .library concept. Yes, small model assumes both code and data are in the lowest 2GB area. In such case, memory loads and jumps are done as PC-relative, with +-2GB offset from current instruction pointer. Yes, the other models are: * medium - code and data resides in lowest memory region, large data may be *anywhere* in the address space * large - code and data may reside anywhere in the address space * kernel - code and data reside in topmost 2GB of address space Please note the code and data location refers to the sections of ELF file. All allocations made by the code itself, as well as stack pointer, may be anywhere in address space for all models. I also would like to get an idea of the implications on code size, stack usage, speed etc. of the different code models. Additionally i can make use of ELFOSABI_AROS definition (ELF ABI number reserved for AROS). However this will impose a requirement to use AROS version of binutils for linking, Linux ld will not do any more. I always would have liked to make AROS programs real ELF programs (with relocation info still present though) but I also think this should be something for ABI V1. Ah, come on! We could extend the internalloadseg_elf with ease :-D +1 for real executables :) Sure I do ! This was one of the big things I have done in the ABI_V1 branch. The data is stored in an AVL tree. Is this soft of "handled in shared module per caller task storage". If so, could you point me to the codes in SVN? It's done in genmodule. You can have different options for a library. If you don't specify only one libbase is generate and it is returned for each OpenLibrary call. If you specify peropenerbase you get a base for each OpenLibrary call. If you specify peridbase a separate base for each task. It takes the Task pointer together with the return addr as id to decide if it needs to generate a new libbase (Like how arosc.library did it before). It is called peridbase because you could overload the macro that returns an id. I may removed this feature and just name the option pertaskbase when I merge it in the main branch. when I click on "Residents" in Scout it crashes. Unfortunately, add-symbol-file doesn't work, so I can't provide a back-trace. (Tested on linux-i386). Scout is build using build_program macro which as I mentioned earlier has problem with providing debugging symbols. What you can do is: * place TARGET_STRIP := $(STRIP) before the build_program macro line * once in gdb, first do a loadseg on an address at bottom of stack which will load debuggin symbols for kernel then do bt and again try loading debuggin symbols for top of stack. I noticed that this procedure is sometimes needed with executables (while I never had to do it like this with libraries for example) try changing line 95-: extraoptions="--bindir=$(CROSSTOOLSDIR)" to extraoptions="--bindir=$(CROSSTOOLSDIR) --with-gmp=$(CROSSTOOLSDIR)" ====Trac==== After some fighting with Plesk suexec and apache I have now a first setup for trac. You can find it here: http trac stafverhaegen be/trac. You can have a look around. Actually I want to provide it as http trac aros org/trac and you can already to that if you put the IP in your /etc/hosts file (Windows users have find out to do it themselves): 83.169.4.30 trac aros org Did install a recent version of trac as the default 0.10.something did not like. Currently no login is possible but you can already have a look at the subversion source code browser. This is a static mirror of the main trunk which is not kept in sync ATM. (make a new mirror and sync trac in the future) Next things I want to tackle: * Login manager setup so that people can register using the login manager trac plugin. As both trac and svn seem to use normal Apache password files other managers could be used. Anybody any good proposal ? * Set up svn server so people can access it. {{BookCat}} n4po8so5vey3j8j84nvrj5dk82jx69d 4089935 4089934 2022-08-10T01:26:35Z Jeff1138 301139 wikitext text/x-wiki {{ArosNav}} ==Introduction== Icaros Desktop distribution now has an option to install itself on Linux, just like any other application. [https://axrt.org/index.php?tab=download AxRuntime] [https://ae.amigalife.org/index.php?topic=561.msg4762#new forum] to run AROS apps native on Linux] The information here maybe old and out of date. Please update with any new findings or discoveries ==x64-linux== To follow ==i386-linux and i386-freebsd== The latest Ubuntu, OpenSUSE, CentOS seem to be the most popular supported distributions (distros) for AROS development and able to compile hosted AROS on them. ===Requirements=== *Debian 9 *Debian 8 *Debian 7 *Debian 6 [http://archives.aros-exec.org/share/development/cross/scripts.zip GimmeAROS] works perfectly once you have the installed dependencies. *Ubuntu 11.10 - *Ubuntu 12.04 - *OpenSUSE 11.2 - The default compiler which you get installed does not work well with aros native (it was gcc-4.4.1 but now 6.3). Intel GMA development and test builds of the whole AROS were done with Suse. *CentOS/RedHat Enterprise may not have a current enough gnu autoconf available from their package installer, so you'd have to manually install it, so the AROS/configure script works. *FreeBSD 8 does not currently build, it can work with a little hack here and there with the source tree. *FreeBSD 7 was ever completed as a host platform, not openbsd nor netbsd. Under *BSD often the system includes conflict with AROS includes, sometimes there were varargs differences in the gcc configurations that broke the build as well. Search for netbsd on aros-exec for the notes [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=3647&forum=2&post_id=31255#forumpost31255] [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=1182&forum=1&post_id=9695#forumpost9695] [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=143&forum=2&post_id=1212#forumpost1212]. The current source tree under linux wants any GCC 6.x but previously 4.x version. It been a long while since the AROS source tree could build correctly under linux with the very old 3.x versions of GCC. Many devs use the linux-hosted version to do their development work Please do the following: # download the ISO # extract the ISO to get the files # download http://download.aros3d.org/software/linux.tar.gz # extract the contents to /Arch, you should end up with Arch/linux directory # $ ./Arch/linux/AROSBoostrap and now you turned your pc-i386 ISO into linux-i386 installation Does aros linux hosted compile on a 64 bit linux? Yes, but 64-bit Linux-hosted does not work - mmap() allocates memory beyond 2GB space. And there's no MAP_32BIT. The 64bit x86 version of hosted AROS is normally built and run on a 64 bit linux. It won't run the "regular" i386 32bit AROS program binaries. You can even compile and run 32bit hosted aros on a 64bit linux. Though, it might depend on the distro, on ubuntu it was easy to get all needed libs in 32bit versions. FreeBSD doesn't support such a construct either. In fact it looks like mmap() by default maps well past the end of the 4GB range. What do *BSD guys do with this? Or the only thing we can do is changing AROS 64-bit code model? At least for some flavors. Something will happen anyway as AROS is a single address space OS. Perhaps the best option is to have everything implemented using the small or medium PIC models (at least for user code). ==Build System(s)== ===Make native AROS which builds hosted=== The manual instructions were to build a native AROS which builds partly the hosted environment. This has not been tried building under OSX, so not sure of how well that works. Linux is the most used environment. Just running the configure script without target instructions should detect the underlying OS and setup for building a hosted-AROS. Recommend new developers download the gimmearos.sh script (on aros-archives?) to set up the developer environment by downloading necessary packages and running the config script and make for you, and then download bootaros.sh script for help setting up the linux tap device networking for running linux hosted AROS with functional networking. For anonymous downloads, The git server repo.or.cz has AROS.git, AROS-Contrib.git, and AROS-Ports.git. You can manually download these as... git clone git://repo.or.cz/AROS.git git clone git://repo.or.cz/AROS-Contrib.git git clone git://repo.or.cz/AROS-Ports.git If you don't mind waiting forever for metamake to try to build everything that is configured (and its not all configured to build, like make aros-tcpip-apps-owb must be manually invoked to build owb) you can just mv the contrib and ports directories into AROS, then <pre> mkdir pc-i386 cd pc-i386 ../AROS/configure --target=pc-i386 make </pre> then manually make anything else you want to include on your bootimage that wasn't preconfigured to build and finally make a bootable iso image by. make bootiso-pc-i386 my script for building different GCC versions instead of using hosted one <pre> build_dir="/home/ubuntu/aros_tools" mkdir -p $build_dir cd $build_dir wget -nc ftp://ftp.gwdg.de/pub/misc/gcc/releases/gcc-$1/gcc-$1.tar.bz2 tar xvjf gcc-$1.tar.bz2 if [ -d "$build_dir" ]; then rm -rf $build_dir/build fi mkdir -p $build_dir/build cd build ../gcc-$1/configure --prefix=/usr/bin/gcc-$1 --program-suffix=-$1 --enable-languages=c,c++ --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions make sudo make install cd /usr/bin/gcc-$1/bin sudo ln -s gcc-$1 gcc sudo ln -s g++-$1 g++ </pre> Here's the script for actually building Aros (i386 ABI_V0) <pre> build_dir="/home/ubuntu/aros_svn/branches/ABI_V0/aros_builds" if [ -d "$build_dir" ]; then rm -rf $build_dir fi mkdir $build_dir cd $build_dir export PATH=/usr/bin/gcc-4.1.2/bin:$PATH /home/ubuntu/aros_svn/branches/ABI_V0/AROS/configure --target=pc-i386 --with-serial-debug=1 --enable-usb30-code --with-portssources=/home/ubuntu/aros_cache make </pre> ===build Aros pc-i386 on 64bit Linux=== ABIv0 x86_64 is essentially unmaintained. Use ABIv1 or i386. compiling with—target=linux-i386. Did you delete your build tree after your attempt to build with no specific target (e.g. --target=linux-x86_64 )? install on Ubuntu 11.10 x86_64: g++, libpng12-dev, gcc-multilib, libx11-dev, ia32-libs, libgl1-mesa-dev Latest Lubuntu's dependencies to be satisfied before getting to the end: g++ libpng12-dev gcc-multilib libx11-dev ia32-libs libgl1-mesa-dev g++-multilib libX11-dev:i386 These are the packages names for Ubuntu flavours. The last one was especially tricky but google was my friend. Now the compilation completes successfully and now can crosscompile for x86 from my x86_64 distro. New installed (maybe missing?) packages: libpng12-dev, ia32-libs, g++-multilib compiling takes about 5 minutes 50 seconds, <pre> make clean ./configure --target=pc-i386 time make -j 12 bootiso-pc-i386 </pre> Errors Perhaps there is some 64-bit code left over in the tree that causes your last error. ==Building== ===Extracting=== Since AROS/i386-linux and AROS/i386-freebsd are hosted flavors of AROS available from aros.org, installation is simple. Simply get the appropriate archives for your platform (Linux / BSD) from the download page and extract them where you want them: <syntaxhighlight lang="bash"> > tar -vxjf AROS-<version>-i386-<platform>-system.tar.bz2 </syntaxhighlight> If you downloaded the contrib archive, you may want to extract it too: <syntaxhighlight lang="bash"> > tar -vxjf AROS-<version>-i386-all-contrib.tar.bz2 </syntaxhighlight> ===Build=== Ubuntu building The generic Debian part is pretty much * Call debootstrap * Feed this or similar to debian-set-selection (debootstrap gives you just POSIX locale by default): locales locales/locales_to_be_generated multiselect en_GB.UTF-8 UTF-8 locales locales/default_environment_locale select en_GB.UTF-8 * apt-get install locales build-essential subversion automake autoconf bison flex netpbm python There are probably additional packages that'd be useful, but the above is sufficient to build AROS, including contrib if necessary. Planning on wrapping up my script so to keep my current dev environment in one VM and have it prep a new VM every night for additional testing. The upshot of this, is that PARANOIA_CFLAGS is now gone. If you want to enable a '-Wall -Werror' build, just add '--with-paranoia=yes' to your configure, and the while tree will be built such that any compiler warning stops the build. ===Make=== <syntaxhighlight lang="bash"> ./configure make </syntaxhighlight> <syntaxhighlight lang="bash"> ./configure --enable-debug=all --enable-crosstools make </syntaxhighlight> Our build relies on packages downloaded from Internet - it always worked this way. The minimal requirement (when just building core AROS) is binutils and gcc. If you build contrib as well, you need many more packages to be downloaded. That doesn't take away from the fact that it's still a rather curious step in the build. We don't host the whole binutils and other packages like that in our repository, we only host patches to the mainline (no patches, in case of binutils). You see the build fetching binutils from the gnu repository. If the build fails, it must be sometimes later, unless you are not connected to the internet. :-) There is a configure switch which might help a bit. If you specify—with-portssources=/somedir/someotherdir/aros_sources on the configure command line fetched packages will be put to the directory given. Later builds (even from scratch ones) will look at this location first before downloading anything. You also copy needed stuff before starting make. CC="gcc-4.3 -m32" ./configure—target=linux-i386—enable-debug=all—with-portssources=/home/mazze/projects/ports-src/ --enable-crosstools <pre> export CC=/usr/bin/gcc46 export PYTHON=/usr/bin/python2.7 /mnt/NAS/PC/AROS/trunk/configure --target=pc-i386 --with-serial-debug --enable-ccache --with-bootloader=grub2 --with-theme=Xstream --with-portssources=/mnt/NAS/PC/portssources </pre> We require build tools to be pre-installed. Only software that runs on AROS is fetched and built, with the exception of the AROS-targeted GCC and binutils (because they aren't commonly available as binaries). There is a script called GimmeAROS somewhere that downloads the necessary host packages for certain Linux flavours. --with-crosstools used to be both the source and target of AROS crosstools - now it is only the source of the kernel tools, and implied—disable-crosstools—with-kernel-tool-prefix=... is required for some architectures if—disable-crosstools is selected. ./configure should tell you. Hosted archs, if being cross-compiled (ie linux-arm on x86), will require—with-kernel-tool-prefix= even if building crosstools, since it needs to know where to find the Linux ARM toolchain for building AROSBootstrap. The error in ./configure for this is pretty bad right now (failure to find dlopen). Will be adding back something like '--with-target-tool-path=' for specifying where to build the target crosstools to, ie for SDK builds, but I want to make sure non-SDK builds work first. * Linux 32bit (best if going to use Icaros or AspireOS setups) [http://aros.sourceforge.net/download.php linux-i386-system] or 64bit linux-x86_64-system * VM is another option but slower Treat as any archive and unarchive in your user area or /usr/local depending on Linux GNU distro used. Read more [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=6772&forum=1&post_id=65668#forumpost65668 here] and [http://aros-exec.org/modules/newbb/viewtopic.php?start=50&topic_id=3843&viewmode=flat&order=ASC&type=&mode=0 here] ===Binaries=== Recent Distros (2011+) have dispensed with the backingstore option and we are looking at alternatives at the moment. A configured and working X server (for example XFree86 or X.org) with '''backingstore'''. If you are running XFree86 4.0 or later, you might notice that the windows containing AROS screens do not refresh properly (for example when a different window passes over them). This is due to the fact that AROS uses the "backingstore" functionality of X, which is turned off by default in XFree86 4.0 and later. If you are starting X with the startx command, you can enable it again by passing the +bs option <syntaxhighlight lang="bash"> > startx -- +bs </syntaxhighlight> If you start X by some other means (e.g. with XDM), you can instead add the following line to the device section of your graphics card in the X configuration file (commonly named /etc/X11/XF86Config or /etc/X11/XF86Config-4): Option "backingstore" A complete device section might then look like this: <syntaxhighlight lang="xorg.conf"> Section "Device" Identifier "Matrox G450" Driver "mga" BusID "PCI:1:0:0" Option "backingstore" EndSection </syntaxhighlight> Some newer distros allow Xorg's backingstore to be enabled for AROS hosted, by creating a small config file in the directory /usr/lib/X11/xorg.conf.d named 05-backingstore with the following: <syntaxhighlight lang="xorg.conf"> Section "Device" Identifier "Default device" Option "Backingstore" EndSection </syntaxhighlight> Raspbian (ARMv6 armhf build of Debian Wheezy and others?) <pre> sudo leafpad /etc/x11/xinit/xserverrc </pre> add +bs after usr/bin/X and save <pre> exit </pre> To start AROS <syntaxhighlight lang="bash"> > cd AROS > boot/AROSBootstrap --fullscreen -m 256 </syntaxhighlight> <pre> -h -m <size> -M -t <value> --help --memsize <size> --mapsysbase </pre> There are also the following files: * aros-base - base kickstart module (architecture-independent libraries). * aros-strap-hosted - boot code (bootloader.resource and dosboot.resource) * aros-bsp-linux - board support package (architecture-dependent parts). The first and the second parts are interchangeable between Windows-hosted port. In future the base kickstart will be interchangeable between all ports. --hostmem argument is gone. In future this is going to be implemented in other way. Michal Schulz is working on a new memory manager. If someone really misses it, i can bring it back, however. --tickrate argument is also gone. Instead you have two new arguments: vblank=xx - set VBlank frequency to xx Hz. Default is 50. eclock=xx - set master timer frequency to xx Hz. If you specify eclock=100 you'll get the same as what you had before. In near future, ability to specify arguments in AROSBootstrap.conf file, so there will be no wrapper scripts needed. Hosted serial and parallel ports are missing. They will be back after some time. If it does not go well # make sure the logs end up in the emails sent to the AROS mailling list # Send to the mailing list your ./configure line, the ./configure output, and the config.log file if it fails # '''make -s''' query if you can get past configure ===Building ISO=== If you have network access, the anonymous git repo is much better to use. It eliminates all the date coded directories and any future updates are just a "git pull" command away. You can locally branch off whatever way you want and create diffs to submit for others to look at. Figure out where you want to build locally (maybe a directory named src), cd there and <pre> git clone git://repo.or.cz/AROS.git cd AROS git clone git://repo.or.cz/AROS-Contrib.git ./configure make </pre> ---- [ DISCLAIMER: This is just **how I made it** it's not meant to be a perfect or bullet-proof guide, so: no warranties ;) ] ---- 1. Install subversion in a terminal window write: > sudo apt-get install subversion 2. Get the AROS and Contrib sources: (here I use SVN, but you might just download sources from www.aros.org) in a terminal, from your home path write: <pre> > svn checkout https://svn.aros.org/svn/aros/trunk/AROS > cd AROS > svn checkout https://svn.aros.org/svn/aros/trunk/contrib </pre> 3. Install GCC 4.xx (examples use 4.2) In a terminal window write: > sudo apt-get install gcc-4.2 4. Install Automake1.9, Bison, Flex, netpbm, patch: <pre> > sudo apt-get install automake1.9 > sudo apt-get install bison > sudo apt-get install flex > sudo apt-get install netpbm > sudo apt-get install patch </pre> 5. Set your compiler with GCC-4.2: > export CC="gcc-4.2" 6. Launch configure with—target=pc-i386 parameter: > ./configure—target=pc-i386 or you can compile with some optimizations: <pre> > ./configure --target=pc-i686 > AROS_TARGET_ARCH=pc > AROS_TARGET_CPU=i686 </pre> 7. Compile launching make > make 8. Create an .ISO file with > make bootiso-pc-i386 the .iso will be created in "~/AROS/distfiles/" directory if you still needed to make kernel-kernel because the compile fails, at this bucomm.c <pre> Clean the build Go to workbench/libs/mesa/src/mesa Edit mmakefile.src Find the line #MM- workbench-libs : workbench-libs-mesa Put # before the whole line (it disables the dependency) configure make ... you will get fail make kernel-kernel ... you will get fail make ... now it should compile till the end </pre> NOTE: You should have the following sources: From main aros source package - all sources in directory AROS From contrib aros source package - only contrib/necessary in directory AROS/contrib/necessary (copy not link!) What you might be interested is a compiler. You can find it in bin/linux-i386/tool/i386-linux-aros-gcc ==Configuring== ===Sound on Hosted=== It was the case that OSS was only supported but now there is [http://indiego.rocks/file/downloadApp/fc6351b6a96cd691a6c022e7b6e9457e an ALSA audio driver] OSS seems to not work with Ubuntu 11.04 either. OSS was supported in 10.4 (and older releases). # apt-get install alsa-oss # modprobe snd_pcm_oss # modprobe snd_mixer_oss works for [http://wiki.debian.org/SoundFAQ debian wheezy and squeeze 6] Another alternative is to use alternative kernel - Liqourix, Debian testing/unstable, AVLinux, Aptosid (not sure if Aptosid supports oss) Liquorix on Debian and Ubuntu, its repository offers also wine 1.5, some libs and firmware/drivers (wifi,ethernet) <pre> # LIQUORIX HOW-TO: sudo nano /etc/apt/sources.list # ADD LINE: deb http://liquorix.net/debian sid main # CTRL+O, ENTER, CTRL+X (save,exit) sudo apt-get update sudo apt-get install '^liquorix-([^-]+-)?keyring.?' sudo apt-get update sudo apt-get install linux-image-3.7.0-8.dmz.1-liquorix-686 # REBOOT # I have intel 2200 wireless card so: sudo apt-get install firmware-ipw2x00 </pre> The Liquorix kernel can be installed by way of meta-packages. This will guarantee that the latest kernel is installed on every upgrade. All packages in the liquorix repository are signed. Run the command below to install the keyring package for liquorix.net. apt-get install liquorix-keyring 32-bit without PAE (HIGHMEM4G): apt-get install linux-image-liquorix-686 linux-headers-liquorix-686 32-bit with PAE (HIGHMEM64G): apt-get install linux-image-liquorix-686-pae linux-headers-liquorix-686-pae 64-bit: apt-get install linux-image-liquorix-amd64 linux-headers-liquorix-amd64 ===Configuring host network for AROS hosted=== <pre> #!/bin/sh NETON=`ifconfig | grep aros0` if [ "$NETON" = "" ]; then echo "Installing bridge network... (sudo access required)" sudo tunctl -b -u "$USER" -t aros0 sudo ifconfig aros0 192.168.166.1 sudo iptables -t nat -A POSTROUTING -o eth0 -s 192.168.166.0/2 -j MASQUERADE sudo iptables -t nat -A POSTROUTING -o wlan0 -s 192.168.166.0/2 -j MASQUERADE sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward" fi echo "Set your AROS config to:" echo " device : tap.device" echo " IP : 192.168.166.2" echo " Mask : 255.255.255.0" echo " Gateway : 192.168.166.1" echo " Primary DNS : 8.8.4.4" echo " Secondary DNS : 208.67.222.222" </pre> Networking is done differently on Arch than in other distros, notably the lack of the UML tools which are normally used for creating TAP/TUN devices. <pre> #!/bin/bash # tap unit number. This should match the UNIT= parameter in # AROSTCP/db/interfaces # IP address for the tap interface. Inside AROS, this will be your default gateway. # NOTE: Make sure it is in a different network than your Linux host. tap_ip=192.168.254.254 # create the interface #iface=$(sudo ip tuntap add name aros$tap_unit mode tap) iface="aros0" masq_iface="enp2s0" sudo ip tuntap add name $iface mode tap echo "Created tap device: $iface" # bring it up echo "Setting $iface to IP adress $tap_ip and bringing it UP" sudo ifconfig $iface $tap_ip up sudo chmod 666 /dev/net/tun # turn on NAT # (NOTE: make sure that the network interface you are using is named "eth0". # Otherwise adjust the following line to your needs.) echo "Configuring NAT routing from interface $masq_iface" sudo iptables -t nat -A POSTROUTING -o $masq_iface -j MASQUERADE # Turn on IP forwarding sudo sysctl net.ipv4.ip_forward=1 # start AROS cd ~/AROS ./Arch/linux/AROSBootstrap # aros has finished, so kill the interface sudo ip link delete $iface # maybe turning off routing is a good idea as well sudo sysctl net.ipv4.ip_forward=0 </pre> ===How to mount some device or directory (for example a dvd-drive) as a drive under aros hosted?=== Add this to Devs/Mountlist <pre> WORK: FileSystem = emul.handler Device = WORK:/home/mazze/arosdev LowCyl = 0 HighCyl = 0 Surfaces = 1 BlocksPerTrack = 1 DOSType = 0x454D5500 Activate = 1 </pre> and add e.g. mount work: to s:user-startup HOST: FileSystem = emul-handler Device = Host:/ LowCyl = 0 HighCyl = 0 Surfaces = 1 BlocksPerTrack = 1 DOSType = 0x454D5500 Activate = 1 ===Copying and Configuring Icaros 1.xx=== an [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=53456#forumpost53456 updated] guide for Icaros 1.26 (on Debian / Ubuntu): Put keycode2rawkey.table in Devs/Keymaps/X11 * Install the tunctl command on your host: sudo apt-get install uml-utilities * Copy the Icaros CD to a folder named "AROS" in your home directory * Copy over the following files from a Linux hosted nightly archive: AROS.boot boot/* Devs/AHI/aros.audio Devs/AudioModes/AROS Devs/Drivers/unixio.hidd Devs/keymaps/X11 Devs/Monitors/X11 Devs/Networks/tap.device Libs/oss.library Devs/timer.device * Delete Devs/Monitors/Nvidia * Edit boot/AROSBootstrap.conf to suit your needs (e.g. add "memory 256" to assign 256 MB RAM to AROS) * In S/icaros-sequence, remove the line "assign system: sys:" * Create the script bootaros.sh in the AROS folder, make sure you read the comments. Adjust where necessary: <pre> #!/bin/bash # tap unit number. This should match the UNIT= parameter in # AROSTCP/db/interfaces tap_unit=0 # IP address for the tap interface. Inside AROS, this will be your default gateway. # NOTE: Make sure it is in a different network than your Linux host. tap_ip=192.168.254.254 # create the interface iface=$(sudo tunctl -b -u `whoami` -t aros$tap_unit) # bring it up sudo ifconfig $iface $tap_ip up sudo chmod 666 /dev/net/tun # turn on NAT # (NOTE: make sure that the network interface you are using is named "eth0". # Otherwise adjust the following line to your needs.) sudo iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE # Turn on IP forwarding sudo sysctl -w net.ipv4.ip_forward=1 # start AROS cd ~/AROS ./boot/AROSBootstrap # aros has finished, so kill the interface sudo tunctl -d $iface &> /dev/null # maybe turning off routing is a good idea aswell sudo sysctl -w net.ipv4.ip_forward=0 </pre> * Make the script executable: chmod u+x bootaros.sh * Start the script from a shell: <pre> cd ~/AROS ./bootaros.sh </pre> * Inside AROS, the network settings will have to be configured like this: <pre> Device: tap.device IP address: 192.168.254.1 Gateway: 192.168.254.254 DNS1: The IP of the name server that is also used by your Linux host DNS2: The IP of the name server that is also used by your Linux host </pre> ==Android and others rPi== ===x86=== ===ARM=== ===PowerPPC=== In fact the usage of variant was a continuation as Michal Schulz' usage for Efika port. There variant is a "sub-architecture". Stuff in arch-cpu can be overriden by arch-cpu-variant. This way there is generic ppc-chrp code and ppc-chrp-efika code. This is what was used for the Android and iOS ports. Was even sure that Michal introduced variant for this purpose. Some time ago, came to a need of versioning some components, to be able to verify that they match. For example, disk-based tap.device needs to know that it really runs on system it was built for. This need originates from the fact that many things are source-compatible but not binary-compatible across various UNIXes. For example, the same tap.device code can be built for Linux and Darwin. They will use the same host OS calls, but parameters passed to them are not binary-compatible. Darwin version of tap.device won't run on Linux-hosted AROS and vice versa. In order to prevent crashes that are hard to explain, introduced runtime versioning of these components. The following modules are taking part in it: * kernel.resource, being the primary architecture-dependent part, carries architecture name in the form of arch-cpu. For example "linux-i386". It can be queried using KrnGetSystemAttr() function. * Bootstrap. It supplies the same string in its HostInterface. These strings must match, otherwise the kernel will refuse to start up. You can't errorneously launch Linux kernel on Darwin system. * unixio.hidd carries the same string inside it. When it starts up, it verifies itself with kernel.resource, ensuring match. When some external module opens unixio.hidd, it can supply Architecture attribute. unixio.hidd will compare the given string with its own such string. In case of mismatch Intuition requester will pop up, and HIDD will refuse to instantiate its object. Now, after introduction of Android build, it became apparent that Android is not Linux. Android's libc is not really binary-compatible with glibc. In order to distinguish between them, introduced a rule: variant-ed system is different from variant-less one. If a variant is specified, arch-cpu is replaced with variant-cpu. One exception is 'pc' architecture for legacy reasons. Introduced AROS_TARGET_PLATFORM make variable which carries this designation. It is also included into version string of all architecture-specific modules, so that the user can easily determine which version he has using Version FULL command. This is what actually made variant bad for specifying just some descriptive build name. If you for example build Linux-hosted distro, and use variant as distro name, your modules will be compatible only with other your modules. A user of your distro won't be able to upgrade, for example, oss.library, from trunk. It will not work and will say "Incompatible architecture". For now this does not affect native systems, but... Who knows what happens in future. Using variant as distro name this way would introduce ambiguity. Distro's modules will be versioned as "arosmax-i386" (for example) while trunk ones will be versioned as "pc-i386". Didn't know that variant was not originally meant for the purposes for which i use it. Described the usage well here. Can reimplement definition of AROS_TARGET_PLATFORM in such a way that variant name won't be always used for platform designation, instead platform name will be explicitly set by configure script. But—enable-target-variant will still be used for selecting Android, iOS and Efika targets. And you won't be able to use it, will want to build Android-hosted distro. introduced ELF wrapper last year. It is used when AROS-targetted gcc is used for AROS. This is the default case for building on Windows and MacOS (since native host's compiler can't produce ELF files). This wrapper does a similar thing which AROS wrapper does with Linux gcc, just in reverse way. AROS wrapper makes Linux gcc generating relocatable binaries, and ELF wrapper makes AROS gcc generating static binaries. The purpose is to get rid of one more ELF-targetted toolchain to be used as $KERNEL_CC. ==References== The ELF Header starts off grand, with the x7f magic and 16-bytes including null terminated "ELF" marker. From there, it seems to deteriorate as the ELF header lacks a program header which indicates the modules are 'relocatable' and in need of link-edit then "loading". Ignoring this to look for section headers we use the shoffset entry and it points to 0x36bd4 (offset line 0x0020), but after a (OS X) "hexdump -C" of the aros-bsp-darwin module, this seek-offset into the file doesn't seem to follow the expected ELF Section Header format. * AROS kickstart modules are relocatable. There's no boot.img. * MorphOS kickstart is loaded at some specific address. You can't do this on hosted, and there's no need to do this on native. * Relocation is performed by the bootstrap. See its ELF loader code. It's the same as InternalLoadSeg_ELF(). The ELF has ET_REL type, this is enough to see it's relocatable. ====Linux hosted exec==== SC_ENABLE/SC_DISABLE is there to make sure the new task continues running in either Disable() or Enabled() state, depending on which state it was when it was last switched away. For example internally Wait() causes task switch while in disabled state and when task is run again it must be in Disabled() state. SC_DISABLE and SC_ENABLE poke the "old signal mask" of Unix signal handler (context) used by kernel. So when the Unix signal handler "returns" the blocked Unix signals are set to that value. The old code in arch/all-unix/exec/switch.c manually makes sure that SIGUSR1 is not blocked: <pre> sigset_t temp_sig_int_mask; sigemptyset(&temp_sig_int_mask); sigaddset( &temp_sig_int_mask, SIGUSR1); sigprocmask(SIG_UNBLOCK, &temp_sig_int_mask, NULL); SysBase->AttnResched |= 0x8000; kill(getpid(), SIGUSR1); sigprocmask(SIG_BLOCK, &temp_sig_int_mask, NULL); </pre> There are probably ways to avoid this, if one really wanted. A a small test which plays with enabling/disabling signals and prints out oldmask contents. One of discoveries was is that it's not used on PPC. I studied Linux includes and notices that there's another sigset_t in ucontext structure. In fact it was similar to x86-64 (i found that in sigcore.h.x86_64.src). And it should be used instead of oldmask. So, actually PPC Linux port was broken. And i fixed it. After the fix i got similar freezes! I changed SC_DISABLE() macro from: <pre> sigfillset(&uc->uc_sigmask) to: uc->uc_sigmask = PD(KernelBase).sig_int.mask </pre> And everything worked fine! PD(KernelBase).sig_int_mask contains signals set which actually should be disabled by KrnCli(). They do not include SIGUSRs, SIGINT and traps. So i disable only what really should be disabled. Everything is okay now. Another nice testcase is cold reboot function. execvp()'ed program inherits current signal mask, so if some of SIGUSRs appears disabled, another copy of AROS will freeze. This works especially well if combined with stackcheck test. stackcheck testcase causes stack check failure, which ends up in supervisor-mode Alert(), which ends up in ShutdownA(SD_ACTION_COLDREBOOT). If something is wrong, AROS will freeze on restart. We have -quick targets if we want to omit these large sets of dependencies. For example you can rebuild just dos by using "make kernel-dos-kobj-quick". Then "make kernel-link-base-quick" just relinks the kernel package (this is implemented by me for newstyle packaging, currently only Windows-hosted uses it). If the hosted kernel now uses SIGUSR2, too, tell gdb to ignore it like SIGUSR1. In the .gdbinit file or manually at the gdb prompt. handle SIGUSR2 pass noprint nostop Hostlib_init is empty on UNIX because currently UNIX-hosted is modular and there's no HostInterface. If it does not use libstdc++, then .cpp file scan be compiled by the standard gcc as it recognize C++ files extensions. ... Errrm, it surely need the new & delete functions... I did a small lib to compile TeXlive without using separate g++ compiler. Restructure sams kernel code according to rom/kernel, i.e. there will be files like createcontext.c etc. If possible > code from rom/kernel will be used. The code in rom/kernel was designed to be reusable as far as possible. Please also throw away arch/ppc-sam440/dos directory. Custom versions of InternalLoadSeg_ELF() and InternalUnloadSeg() are there only because KrnRegisterModule() and KrnUnregisterModule() have old definitions and differ from their final versions. Custom runprocess.c is very old and needs to be removed, the job should be done by generic runprocess.c which relies on exec.library/NewStackSwap(). I just didn't do it because i could not test NewStackSwap on PPC (it's based on runprocess.c code so should work fine). Generic runprocess.c is known to work because it works on all i386 ports and other UNIX-hosted ports. Added some more debug output to pci.hidd. Now it will report the result of CreatePool(). Also changed some things in the implementation. Perhaps new build will even work. In fact it behaves very close to the original. Can you tell me what GURU happens? Would be nice if you enable debugging in createpool.c and memory.c and send me crash log. Just to be sure. Can you enter bootmenu? Can you boot without startup sequence? Can you boot in VGA/VESA mode? I committed video driver automatic selection (worked on my netbook). Answer, forgot that native ports use own exec_init.c, and PageSize was uninitialized there. All hosted ports. On non-Linux OSes it's impossible to acquire address 4 at all. After hitting problem with entry point i introduced a new macro, AROS_ENTRY, to mitigate this. There is 40KB minimum of stack space!!! This is defined in aros/<cpu>/cpu.h (AROS_STACKSIZE). And task creation routines make sure that task's stack size is not less than this value. Such a big digit comes from hosted AROS. UNIX signal handlers and X11 are stack-hungry. However this parameters appears to be hardcoded. May be this should be adjusted on per-system basis? I would suggest to add a kernel attribute (for KrnGetSystemAttr() which would return this value). So it would not be that big for native OS. In some ways it could be tuned specifically for m68k needs. 40KB stack is actually way to small considering majority of our software comes from unix world. AFAIK native g++ requires *at least* 256 KB stack and any 3D game requires *at least* 512KB stack. ====*nix 'Hosted' Environments==== AROS Shares common hardware and driver support for Linux and BSD. There is no more boot/aros-unix file. There is boot/AROSBootstrap instead which you should run. ''Keyboard / Mouse:'' Currently the driver instantiation is done during x11gfx.hidd initialization, which happens before dosboot makes its assigns, so DEVS: simply does not exist (even SYS: does not exist). Disk-based part was created for DEVS:Monitors, similar to GDI driver. It is responsible for loading X11 keymap now. Improvement: now you may specify any keymap file name in icon tooltypes. Of course it will look up DEVS:Keymaps/X11/keycode2rawkey.table by default if you don't specify anything. The basic idea was to move keymap buffer and presence flag into librarybase. Disk-resident part simply opens the driver library and loads keymap file right into its base. Also disk-based part contains code for creating additional displays, but it's expected not to work because of bad driver design. The call is commented out with notes. ''GFX Chipsets:'' ;x11.hidd: x11 accelerated graphics driver. ''Audio Chipsets:'' ;oss.audio: plays audio through the hosts OSS drivers. In theory oss.library's funcs.c would need to be compiled in such a way that the O_WRONLY, O_NONBLOCK, etc. are taken from the host (Unix) includes, not from AROS includes. Otherwise it depends on luck (O_ defines having similar value on AROS and the Unix OS in question, or not) if it works or not. IMHO this should only be done via configure/mmakefile's passing the necessary info in. At what rate does VERTB interrupt happen now? 50 or 60&nbsp;Hz. User-specified (by vblank=NN command line argument). In fact you can specify any value. How it used to be: VERTB: always 50&nbsp;Hz TIMERTICK: 100&nbsp;Hz (default, could be changed with "-t" argument when starting AROS) Some things like that AHI driver do not work well if it only happens at a rate of 50&nbsp;Hz. Also a general timer precision of 50&nbsp;Hz is bad. That's what the TIMERTICK hack fixed. * Instead of TIMERTICK hack there's kernel.resource API now. And timer still can be set to 100&nbsp;Hz. Just run AROS with 'eclock=100' command line argument. * This solution is not future-proof. In fact timer.device needs to be rewritten to measure actual intervals, similar to native drivers. In this case timer interrupt will not have stable frequency at all. In order to be future-proof i'll further rewrite the driver. It needs own timerequest, set to 1/1000 sec for example. This will cause current timer.device to reply in a minimum interval (specified by eclock argument), and future timer.device will really reply in 1/1000 sec. It makes sense to implement 'arguments' keyword in bootstrap's config file. For now you can write small script which runs AROS with eclock=100 argument if you need to. I would suggest more clean solution. Modify configure.in to supply -nostdinc with $(KERNEL_INCLUDES) (where compiler's include path is detected). Anyway $(KERNEL_INCLUDES) is used together with -nostdinc everywhere, this way you would kill two rabbits in one shot. If$(KERNEL_INCLUDES) is empty, -nostdinc will also not be supplied. ''Network Chipsets:'' ;tap.device: networks through tap. It seem pci.hidd is no longer present in linux-i386. The following code used to work about 4 month ago: <pre> if (!OOPBase_DRM) { if ((OOPBase_DRM = OpenLibrary("oop.library", 0)) == NULL) { /* Failure */ return -1; } } HiddPCIDeviceAttrBase = OOP_ObtainAttrBase(IID_Hidd_PCIDevice); if (!pciBus) { pciBus = OOP_NewObject(NULL, CLID_Hidd_PCI, NULL); if (!pciBus) return -1; } </pre> Now, the call to OOP_NewObject(NULL, CLID_Hidd_PCI, NULL) returns NULL. The liblist command also does not list pci.hidd anymore. Now they are disk-based modules. You can either load them manually using LoadResource command or add to kickstart list in AROSBootstrap.conf. Remember that you need not only base pci.hidd, but also pcilinux.hidd which is the driver itself. I do not include them by default because Linux PCI driver is a hack by nature and it's easy to screw up the system using it (by attempt to use the hardware which is already in use by Linux). All hosted ports. On non-Linux OSes it's impossible to acquire address 4 at all. After hitting problem with entry point i introduced a new macro, AROS_ENTRY, to mitigate this. ====Segmentation fault==== This is the log: <pre> [Bootstrap] entering kernel@0x7f6.... Segmentation fault </pre> The debugger doesn't tell much, but addresses like 0x00007ffff76c509f are strange because I have only 4GB RAM. <pre> gdb) run [Bootstrap] entering kernel@0x7ffff76c5000... Program received signal SIGSEGV, Segmentation fault. 0x00007ffff76c509f in ?? () (gdb) findaddr 0x00007ffff76c509f Searching in the loaded modules... Searching in the resident list... No struct type named Resident. #0 0x00007ffff76c509f in ?? () #1 0x00007fffffffdfc0 in ?? () #2 0x0000000000000000 in ?? () </pre> Virtual addresses have nothing to do with real amount of physical memory! The problem is, AROS x86_64 kernel is compiled without -mcmodel flag set, therefore it defaults to -mcmodel=small. It means, all code and data has to reside within first 2GB of address space. This is not the case here, so it crashes/segfaults or does any other strange things. There are two solutions - either, compile whole x86_64 aros with - mcmodel=large and suffer from small speed penalty. Large model allows both code and data to reside *anywhere* within the address space, some PC-relative addressing cannot be used in that case. Gcc will make all branches 64-bit large and, therefore, a bit slower. Tried (gcc-4.3 -m64 -mcmodel=large). No change. mcmodel=large generates more traffic on CPU's bus lines and consumes much more cache. Every loading of data (mov %reg,addr) is replaced by movabs %reg,addr, increasing the instruction size by four bytes. PC-relative access to sections other than current one is not existing anymore and replaced by absolute movabs instruction. Every single call to any subroutine (call function) is replaced by a pair movabsq %reg,function; call *%reg. But, as you have mentioned, the cpu fetches most things from its cache(s) - so the implication that we will "suffer" because of using it is at best missleading imho, and also a bit scare-mongering (speed wise of course - obviously binary size will increase). In general I have nothing against compiling whole AROS with mcmodel=large, which is anyway the only sane way for 64-bit system with single address space for all processes. I just warn about the consequences :) Another solution is to allocate the memory for AROS within first 2GB of address space. It can be done with anonymous mmap and flag MAP_32BIT. Please check, i added the flag. Sorry for dropping it, i didn't know why it was there. P.S. Fix for gdb support is on the way. Infrastructure is ready, need only to update _gdbinit script. since the new genmodule inlines don't know how to handle the RA/RB idiom for 64-bit parameters. Actually I implemented this patch a long time ago (before your m68k QUAD fixes) after discussion on the maillist to solve two things: * In compile warnings/errors during a library call no clear function name was present so it was difficult for programmers to find out what is wrong. * On i386 libbase is passed as first argument causing a argument number in compile warnings and errors was of by one, confusing programmers even more. fixed them by modifying Exec/Init to strap to an AllocMem()ed area for its stack, but sonic removed that common code. UNIX-hosted kernel should add its stack area to memory lists now. If a clean build of linux-i386, still get the same asserts: <pre> /data/deadwood/tAROS/AROS/rom/oop/./setattrs.c, 71: bad pointer: attrList = $bface5fc /data/deadwood/tAROS/AROS/compiler/alib/./coercemethod.c, 59: bad pointer: message = $bface6a8 /data/deadwood/tAROS/AROS/rom/oop/./setattrs.c, 71: bad pointer: attrList = $bface600 /data/deadwood/tAROS/AROS/compiler/alib/./domethod.c, 60: bad pointer: message = $bface6a8 /data/deadwood/tAROS/AROS/compiler/alib/./coercemethod.c, 59: bad pointer: message = $bface658 /data/deadwood/tAROS/AROS/compiler/alib/./coercemethod.c, 59: bad pointer: message = $bface658 /data/deadwood/tAROS/AROS/rom/exec/./doio.c, 54: bad pointer: iORequest = $bface64c /data/deadwood/tAROS/AROS/rom/exec/./putmsg.c, 56: bad pointer: message = $bface64c /data/deadwood/tAROS/AROS/rom/exec/./getmsg.c:65: bad pointer: msg = $bface64c /data/deadwood/tAROS/AROS/rom/exec/./doio.c, 54: bad pointer: iORequest = $bface64c /data/deadwood/tAROS/AROS/rom/exec/./putmsg.c, 56: bad pointer: message = $bface64c /data/deadwood/tAROS/AROS/rom/exec/./getmsg.c:65: bad pointer: msg = $bface64c </pre> You configured AROS with—enable-debug=messages. This is why you get these additional assertions. Can you run ShowConfig and tell me its output (together with some assertions from the same run)? Perhaps 3K is simply not enough. ====Other==== AMD [http://www.woodmann.com/collaborative/knowledge/index.php/Super-secret_debug_capabilities_of_AMD_processors_! debugging] and [http://hardware.slashdot.org/comments.pl?sid=1865066&cid=34207758 here]. This means i need to get rid of static linking with UNIX libraries in all AROS modules. Currently i've almost done it in all AROS core modules except exec.ibrary and kernel.resource (they will be the last ones, because doing this actually means switching to modular kickstart). I've rewritten emul.handler and oss.library, and i'm also going to do this with tap.device. However i don't have much time and i plan to leave out the following (at least temporarily): 1. uxser.hidd (unix-hosted serial port HIDD) 2. uxpar.hidd (unix-hosted parallel port HIDD) 3. lxpci.hidd (PCI bus driver) 4. linuxfb.hidd - Linux framebuffer driver. 5. unixio.hidd - the component for handling async I/O. First, I think unixio.hidd should be deprecated. Kernel.resource has IRQ API which allows to process SIGIO in a very clean way. This makes unixio.hidd redundant. emul.handler SIGIO code may serve as an example. I dislike unixio.hidd because it drops performance by gathering all requests in a single place, and introduces a timer-based polling loop on Linux (i believe not all devices actually issue SIGIO). I thought for a while, but i didn't find any reason to leave unixio.hidd. First i thought that it could be a nice abstraction layer, but it was a wrong suggestion. After comparing several UNIX-alike OSes i came to a conslucion that this will not give any abstraction. This happens because all structures values which needed to be supplied to operations like ioctl, and even host error codes, are strictly dependent on current host. Different UNIXes are not binary compatible, so we still need to have a personal version of a driver (for example oss.library) for all hosts we run on. It's not possible to interchange them. So i suggest just to remove unixio.hidd. Is there anyone against? Other mentioned components require at least reengineering. linuxfb hidd does not work on my system (just crashes), and looks like noone tested it, so i consider it abandonware. Of course i will not delete it from the tree, just someone needs to pick it up and take care about it. PCI driver will be fixed very soon, it's very easy to do. Just i believe noone is actively using it at the moment and it can wait. Serial and parallel drivers also will not be dropped. I'll rewrite them, just i consider this a low priority task. So this is why i am asking - is there anyone actively using these drivers? Will anyone suffer if for some time they will stop working? The 'bad pointer' addresses are due to TypeOfMem(ptr) in the ASSERT_VALID_PTR() macro returning 0. TypeOfMem() is return 0 because the memory was never AllocMem()ed from a known memory region. The memory was never AllocMem()ed because it is on the stack of the AROS Bootstrap's main(). Solution is have whoever is maintaining AROS Bootstrap add a MemHeader for the strap's stack to the kernel as an unallocable memory segment. Just running ./boot/AROSBootstrap of linux-i386. These assertions appear before the: [DOS] DosInit: InitCode(RTF_AFTERDOS) Perhaps you have some debugging options enabled. Well, doesn't matter, the problem should go away now. I backported adding boot stack region to memory list. I think there are still some problems with gdb support in the new linux-i386. In some applications (for example ScreenMode preferences) if I put asm("int3") in the code and the try to loadseg the symbols, gdb does not complain in any way but the symbols are not resolved (I just see function name with no line number). On the other hand, other things like muimaster or intuition have their symbols loaded correctly. Check kernel modules with objdump, perhaps dwarf2 information gets stripped away during relinking. Are modules listed correctly (with paths) in modlist output? Keyboard mapping changing on Linux hosted when switching desktops, running Linux hosted on Ubuntu, and my laptop doesn't work well with the default keymap (cursor keys don't work for starters), so I've made a custom keycode2rawkey.table file, and that works great. Until I change desktops and change back to AROS. When I change back, the default keymap is used instead of the one I've copied to Devs/Keymaps/X11/keycode2rawkey.table loadseg however fails to load information. "modlist" lists the DISK based modules which were loaded so far. AFAIK the ROM modules were always available "out of the box" with debug information. Has something changed? Now they are also loaded from disk by the bootstrap. They are not linked statically any more. But there are two lists now instead of one. As far as I remember for emulation to work, your driver needs to be a frambuffer one (aHidd_Gfx_NoFrameBuffer = FALSE) and you need to implement Show method to call super method. This information is obsolete. The limitation was removed since that time, now emulation works with NoFrameBuffer drivers too (was needed by VESA). I'm wondering because I'm compiling for AROS using the Linux cross-compiler from the AROS SDK and my app is heavily using multi-threading and calls functions like malloc() and free() from lots of different threads. However, everything is working fine.... shouldn't it crash pretty soon if the C runtime is not thread-safe!? In Linux, if you compile with -pthread then a thread-safe version of malloc() will be put instead of the standard one (which is not thread-safe). I don't know if this applies to AROS also... There is no PThread library for AROS. However, parts of the C runtime library are in shared libraries which, by nature, are reentrant code. Only the parts of the C runtimes that are statically linked only can be thread-unsafe, if I'm not mistaken. Every time i check out AROS svn asks me for my login and password. Additionally it warns me that credentials will be stored unencrypted. How do AROS nightly build machines work automatically? Do we have some predefined read-only account in our SVN? Some svn client remembers user and password. I think older svn clients store unencrypted. SVN on Mac OS X will make use of Keychain which works automagically from the graphical UI. If you want to make use of the Keychain from ssh then you first need to unlock Keychain, with the following command: security unlock-keychain ~/Library/Keychains/login.keychain And how will my machine upload binaries? I believe i need some ssh certificate for it? You have to create a ssh key pair on your machine and enter your public key inside your sourceforge user account. You probably need to search a bit on sf.net to find more details about how all this works. You also need to provide your sourceforge user name to the nightly build configuration file. IRC you also need to create a link inside your home directory on sourceforge server like this: aros -> /home/groups/a/ar/aros UNIX-hosted kernel should add its stack area to memory lists now. Does anyone know what's wrong? I just added i386-darwin build to download-descriptions. I see that binaries are uploaded ok. Even more strange is that for example German page failed too, however i didn't change it. Can anyone help? I'm not familiar with how our web site works. The page is repaired. Each time you add a new package, the page needs to be rebuild. I'm doing the rebuilds, since automatic rebuilds are long dead. If you add a new package, just mail me to be sure I rebuild the webpage. I hit the same problem as 64-bit Linux-hosted - mmap() allocates memory beyoun 2GB space. And - there's no MAP_32BIT. Does anyone know what to do? Is there any workaround/replacement for MAP_32BIT on Darwin and BSD ? I studied Darwin documentation, they use small PIC code model for x86-64 binaries. Looks like this saves them from this problem, and they don't need explicit low memory? What *BSD guys do with this? Or the only thing we can do is changing AROS 64-bit code model? At least for some flavors. I know, this is not good, however perhaps there's no way round. ====Memory Pooling==== For such architectures you could specify small fictional page size. Perhaps they could also use another implementation of kernel allocator (similar to current AllocMem()/FreeMem()). Current implementation will have increased memory usage with small pages (it uses one UBYTE per page for memory map). Alternate implementation can store administrative information in the managed memory itself. I didn't do this in my implementation because it allows to completely disable access to all unallocated pages. If the kernel returns page size of 0, MMU is assumed to be missing. exec then falls back to MEMCHUNK_TOTAL chunks. I hope this is acceptable. With this setting new pools implementation behaves EXACTLY in the same way as old one with threshSize == puddleSize. I hope it's not a big loss. I can tweak it further to handle threshSize, just i think it's not really needed. Also i expect performance boost in FreePooled(). Can you benchmark this? The rest will be done in kernel.resource. It will have two versions of memory manager: MMU-aware and MMU-less. MMU-less version will be old AllocMem()/FreeMem() implementations from exec. Don't bother for now, i already have an idea and i'll do it myself. I suggest you to have both versions in m68k port (unless you really want to save ROM space). Amiga can have 68030 or better, in this case AROS will be able to detect it and make use of it. This is still open to the discussion. I intentionally committed only pools. If you look carefully, you'll see they still work on top of AllocMem()/FreeMem(). Kernel's allocator is ready and even works, however i wanted to emerge it all step-by-step. I agree that on such a low level it's rather simple to break something. The idea behind the new system: puddle size is always integer multiple of page size. The rest of changes are explained in the code, i commented it carefully. I hope you'll like some of ideas. It should be faster than the old implementation. This is done because after this we can assign protection attributes to pools. There can be for example executable pools and non-executable pools. Puddle size is integer multiple of page size. New kernel.resource allocator is page-based. As to badly behaved software, perhaps there can be some way to handle this in early startup control. Yes, it can be difficult. Still open to experiments. MMU is good, it's not a good idea just to throw it away. Missing Zune class Application.mui but it's inside our muimaster.library. Check workbench/libs/muimaster/classes/application.c. its a built-in class. ====BSD sockets==== /master-linux-i386/bin/linux-i386/AROS/Development/include/sys/socket.h:288: error: expected specifier-qualifier-list before ‘u_short’ I fear that the same thing will happen for all network software. Can we reconsider this change? I would prefer it that default is only POSIX and other legacy UNIX has to be enable by defines. I agree that network code should be able to compile without defining __BSD_VISIBLE if no legacy features are used. But it should be done by making our net includes POSIX compliant. The software code I worked with actually uses u_char/u_short types. If we remove them completely the code will stop compiling at all. Code using u_char/u_short should need __BSD_VISIBLE define to make it work to indicate it needs to be made modern. But it should be properly documented in some porting HOWTO. I think it would be beneficial for 3rd party devs to have their software compiled without modifications instead of having to search through our headers to learn how to make networking work. During my split of I did more separation so it would help if you could wait until that is ported. I did not do much on the net includes yet though. This is put on the TODO as I think it does not have an ABI impact; only compilation impact. BTW: half of the remaining compiling errors with test/cplusplus/headertest.cpp (can be build with make test-cxx) are coming from the net headers or sys/types. Can we re-enable defining __BSD_VISIBLE for now until your work is brought to trunk? I would vote at least for V0 branch as it will never be "fixed" by your ABI work. I can live with enabling again only on V0. I think it should normally be provided by the 'compile' environment and not in some kind of header file. That's one of the reasons I would like to stick to -D__BSD_VISIBLE. You could try sys/types.h ====Errors==== complains about video and throws and error. <pre> [Bootstrap] entering kernel at 0xf73e6000... DisplayPlanes = 24 DefaultDepth = 24 BITS PER PIXEL = 24 [I2C] Init [ATI] Init [drm(INFO)] Failed detecting card for VendorID: 0x10de [KRN] Trap signal 11, SysBase f43e71f0, KernelBase f43e7f18 SP=f4cfe4ac FP=f4cfe4f8 PC=00000000 R0=f43e71f0 R1=00000000 R2=00000000 R3=00000006 R4=f460e720 R5=f4d14f20 FELSunxi DoMethodA ConfigChangedEvent bash-4.2$ </pre> to remove the native drivers, getting a little closer, copying the drivers from the nightly gets it looking a little more normal but now I get a Software failure in X11. Icaros desktop is based on ABI-v0-on-trunk but, it would require abi v0 hosted. ====Debugging==== I tested only modList command, seems to work correctly. Please check and fix (if needed) the rest. I hope the code is clear enough. Testing with ROM and DISK modules work . modlist lists them, codes lines are resolved, global and local variables are resolved. If you talk about PIC and GOT, will this also mean we can have shared objects? We may be able to, but please please don't. Don't copy bad design decisions from OS4. OS4 programs using shared objects have the same startup slowness as on other OSes (Linux, Windows, ...). +1 , I would really prefer not to mix .so concept with native AROS .library concept. Yes, small model assumes both code and data are in the lowest 2GB area. In such case, memory loads and jumps are done as PC-relative, with +-2GB offset from current instruction pointer. Yes, the other models are: * medium - code and data resides in lowest memory region, large data may be *anywhere* in the address space * large - code and data may reside anywhere in the address space * kernel - code and data reside in topmost 2GB of address space Please note the code and data location refers to the sections of ELF file. All allocations made by the code itself, as well as stack pointer, may be anywhere in address space for all models. I also would like to get an idea of the implications on code size, stack usage, speed etc. of the different code models. Additionally i can make use of ELFOSABI_AROS definition (ELF ABI number reserved for AROS). However this will impose a requirement to use AROS version of binutils for linking, Linux ld will not do any more. I always would have liked to make AROS programs real ELF programs (with relocation info still present though) but I also think this should be something for ABI V1. Ah, come on! We could extend the internalloadseg_elf with ease :-D +1 for real executables :) Sure I do ! This was one of the big things I have done in the ABI_V1 branch. The data is stored in an AVL tree. Is this soft of "handled in shared module per caller task storage". If so, could you point me to the codes in SVN? It's done in genmodule. You can have different options for a library. If you don't specify only one libbase is generate and it is returned for each OpenLibrary call. If you specify peropenerbase you get a base for each OpenLibrary call. If you specify peridbase a separate base for each task. It takes the Task pointer together with the return addr as id to decide if it needs to generate a new libbase (Like how arosc.library did it before). It is called peridbase because you could overload the macro that returns an id. I may removed this feature and just name the option pertaskbase when I merge it in the main branch. when I click on "Residents" in Scout it crashes. Unfortunately, add-symbol-file doesn't work, so I can't provide a back-trace. (Tested on linux-i386). Scout is build using build_program macro which as I mentioned earlier has problem with providing debugging symbols. What you can do is: * place TARGET_STRIP := $(STRIP) before the build_program macro line * once in gdb, first do a loadseg on an address at bottom of stack which will load debuggin symbols for kernel then do bt and again try loading debuggin symbols for top of stack. I noticed that this procedure is sometimes needed with executables (while I never had to do it like this with libraries for example) try changing line 95-: extraoptions="--bindir=$(CROSSTOOLSDIR)" to extraoptions="--bindir=$(CROSSTOOLSDIR) --with-gmp=$(CROSSTOOLSDIR)" ====Trac==== After some fighting with Plesk suexec and apache I have now a first setup for trac. You can find it here: http trac stafverhaegen be/trac. You can have a look around. Actually I want to provide it as http trac aros org/trac and you can already to that if you put the IP in your /etc/hosts file (Windows users have find out to do it themselves): 83.169.4.30 trac aros org Did install a recent version of trac as the default 0.10.something did not like. Currently no login is possible but you can already have a look at the subversion source code browser. This is a static mirror of the main trunk which is not kept in sync ATM. (make a new mirror and sync trac in the future) Next things I want to tackle: * Login manager setup so that people can register using the login manager trac plugin. As both trac and svn seem to use normal Apache password files other managers could be used. Anybody any good proposal ? * Set up svn server so people can access it. {{BookCat}} ejct1j6efb73cplubprxob0ml3vg70x 4089936 4089935 2022-08-10T01:36:51Z Jeff1138 301139 wikitext text/x-wiki {{ArosNav}} ==Introduction== Icaros Desktop distribution now has an option to install itself on Linux, just like any other application. [https://axrt.org/index.php?tab=download AxRuntime] [https://ae.amigalife.org/index.php?topic=561.msg4762#new forum] to run AROS apps native on Linux] The information here maybe old and out of date. Please update with any new findings or discoveries ==x64-linux== To follow ==i386-linux and i386-freebsd== The latest Ubuntu, OpenSUSE, CentOS seem to be the most popular supported distributions (distros) for AROS development and able to compile hosted AROS on them. ===Requirements=== *Debian 9 *Debian 8 *Debian 7 *Debian 6 [http://archives.aros-exec.org/share/development/cross/scripts.zip GimmeAROS] works perfectly once you have the installed dependencies. *Ubuntu 11.10 - *Ubuntu 12.04 - *OpenSUSE 11.2 - The default compiler which you get installed does not work well with aros native (it was gcc-4.4.1 but now 6.3). Intel GMA development and test builds of the whole AROS were done with Suse. *CentOS/RedHat Enterprise may not have a current enough gnu autoconf available from their package installer, so you'd have to manually install it, so the AROS/configure script works. *FreeBSD 8 does not currently build, it can work with a little hack here and there with the source tree. *FreeBSD 7 was ever completed as a host platform, not openbsd nor netbsd. Under *BSD often the system includes conflict with AROS includes, sometimes there were varargs differences in the gcc configurations that broke the build as well. Search for netbsd on aros-exec for the notes [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=3647&forum=2&post_id=31255#forumpost31255] [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=1182&forum=1&post_id=9695#forumpost9695] [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=143&forum=2&post_id=1212#forumpost1212]. The current source tree under linux wants any GCC 6.x but previously 4.x version. It been a long while since the AROS source tree could build correctly under linux with the very old 3.x versions of GCC. Many devs use the linux-hosted version to do their development work Please do the following: # download the ISO # extract the ISO to get the files # download http://download.aros3d.org/software/linux.tar.gz # extract the contents to /Arch, you should end up with Arch/linux directory # $ ./Arch/linux/AROSBoostrap and now you turned your pc-i386 ISO into linux-i386 installation Does aros linux hosted compile on a 64 bit linux? Yes, but 64-bit Linux-hosted does not work - mmap() allocates memory beyond 2GB space. And there's no MAP_32BIT. The 64bit x86 version of hosted AROS is normally built and run on a 64 bit linux. It won't run the "regular" i386 32bit AROS program binaries. You can even compile and run 32bit hosted aros on a 64bit linux. Though, it might depend on the distro, on ubuntu it was easy to get all needed libs in 32bit versions. FreeBSD doesn't support such a construct either. In fact it looks like mmap() by default maps well past the end of the 4GB range. What do *BSD guys do with this? Or the only thing we can do is changing AROS 64-bit code model? At least for some flavors. Something will happen anyway as AROS is a single address space OS. Perhaps the best option is to have everything implemented using the small or medium PIC models (at least for user code). ==Build System(s)== ===Make native AROS which builds hosted=== The manual instructions were to build a native AROS which builds partly the hosted environment. This has not been tried building under OSX, so not sure of how well that works. Linux is the most used environment. Just running the configure script without target instructions should detect the underlying OS and setup for building a hosted-AROS. Recommend new developers download the gimmearos.sh script (on aros-archives?) to set up the developer environment by downloading necessary packages and running the config script and make for you, and then download bootaros.sh script for help setting up the linux tap device networking for running linux hosted AROS with functional networking. For anonymous downloads, The git server repo.or.cz has AROS.git, AROS-Contrib.git, and AROS-Ports.git. You can manually download these as... git clone git://repo.or.cz/AROS.git git clone git://repo.or.cz/AROS-Contrib.git git clone git://repo.or.cz/AROS-Ports.git If you don't mind waiting forever for metamake to try to build everything that is configured (and its not all configured to build, like make aros-tcpip-apps-owb must be manually invoked to build owb) you can just mv the contrib and ports directories into AROS, then <pre> mkdir pc-i386 cd pc-i386 ../AROS/configure --target=pc-i386 make </pre> then manually make anything else you want to include on your bootimage that wasn't preconfigured to build and finally make a bootable iso image by. make bootiso-pc-i386 my script for building different GCC versions instead of using hosted one <pre> build_dir="/home/ubuntu/aros_tools" mkdir -p $build_dir cd $build_dir wget -nc ftp://ftp.gwdg.de/pub/misc/gcc/releases/gcc-$1/gcc-$1.tar.bz2 tar xvjf gcc-$1.tar.bz2 if [ -d "$build_dir" ]; then rm -rf $build_dir/build fi mkdir -p $build_dir/build cd build ../gcc-$1/configure --prefix=/usr/bin/gcc-$1 --program-suffix=-$1 --enable-languages=c,c++ --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions make sudo make install cd /usr/bin/gcc-$1/bin sudo ln -s gcc-$1 gcc sudo ln -s g++-$1 g++ </pre> Here's the script for actually building Aros (i386 ABI_V0) <pre> build_dir="/home/ubuntu/aros_svn/branches/ABI_V0/aros_builds" if [ -d "$build_dir" ]; then rm -rf $build_dir fi mkdir $build_dir cd $build_dir export PATH=/usr/bin/gcc-4.1.2/bin:$PATH /home/ubuntu/aros_svn/branches/ABI_V0/AROS/configure --target=pc-i386 --with-serial-debug=1 --enable-usb30-code --with-portssources=/home/ubuntu/aros_cache make </pre> ===build Aros pc-i386 on 64bit Linux=== ABIv0 x86_64 is essentially unmaintained. Use ABIv1 or i386. compiling with—target=linux-i386. Did you delete your build tree after your attempt to build with no specific target (e.g. --target=linux-x86_64 )? install on Ubuntu 11.10 x86_64: g++, libpng12-dev, gcc-multilib, libx11-dev, ia32-libs, libgl1-mesa-dev Latest Lubuntu's dependencies to be satisfied before getting to the end: g++ libpng12-dev gcc-multilib libx11-dev ia32-libs libgl1-mesa-dev g++-multilib libX11-dev:i386 These are the packages names for Ubuntu flavours. The last one was especially tricky but google was my friend. Now the compilation completes successfully and now can crosscompile for x86 from my x86_64 distro. New installed (maybe missing?) packages: libpng12-dev, ia32-libs, g++-multilib compiling takes about 5 minutes 50 seconds, <pre> make clean ./configure --target=pc-i386 time make -j 12 bootiso-pc-i386 </pre> Errors Perhaps there is some 64-bit code left over in the tree that causes your last error. ==Building== ===Extracting=== Since AROS/i386-linux and AROS/i386-freebsd are hosted flavors of AROS available from aros.org, installation is simple. Simply get the appropriate archives for your platform (Linux / BSD) from the download page and extract them where you want them: <syntaxhighlight lang="bash"> > tar -vxjf AROS-<version>-i386-<platform>-system.tar.bz2 </syntaxhighlight> If you downloaded the contrib archive, you may want to extract it too: <syntaxhighlight lang="bash"> > tar -vxjf AROS-<version>-i386-all-contrib.tar.bz2 </syntaxhighlight> ===Build=== Ubuntu building The generic Debian part is pretty much * Call debootstrap * Feed this or similar to debian-set-selection (debootstrap gives you just POSIX locale by default): locales locales/locales_to_be_generated multiselect en_GB.UTF-8 UTF-8 locales locales/default_environment_locale select en_GB.UTF-8 * apt-get install locales build-essential subversion automake autoconf bison flex netpbm python There are probably additional packages that'd be useful, but the above is sufficient to build AROS, including contrib if necessary. Planning on wrapping up my script so to keep my current dev environment in one VM and have it prep a new VM every night for additional testing. The upshot of this, is that PARANOIA_CFLAGS is now gone. If you want to enable a '-Wall -Werror' build, just add '--with-paranoia=yes' to your configure, and the while tree will be built such that any compiler warning stops the build. ===Make=== <syntaxhighlight lang="bash"> ./configure make </syntaxhighlight> <syntaxhighlight lang="bash"> ./configure --enable-debug=all --enable-crosstools make </syntaxhighlight> Our build relies on packages downloaded from Internet - it always worked this way. The minimal requirement (when just building core AROS) is binutils and gcc. If you build contrib as well, you need many more packages to be downloaded. That doesn't take away from the fact that it's still a rather curious step in the build. We don't host the whole binutils and other packages like that in our repository, we only host patches to the mainline (no patches, in case of binutils). You see the build fetching binutils from the gnu repository. If the build fails, it must be sometimes later, unless you are not connected to the internet. :-) There is a configure switch which might help a bit. If you specify—with-portssources=/somedir/someotherdir/aros_sources on the configure command line fetched packages will be put to the directory given. Later builds (even from scratch ones) will look at this location first before downloading anything. You also copy needed stuff before starting make. CC="gcc-4.3 -m32" ./configure—target=linux-i386—enable-debug=all—with-portssources=/home/mazze/projects/ports-src/ --enable-crosstools <pre> export CC=/usr/bin/gcc46 export PYTHON=/usr/bin/python2.7 /mnt/NAS/PC/AROS/trunk/configure --target=pc-i386 --with-serial-debug --enable-ccache --with-bootloader=grub2 --with-theme=Xstream --with-portssources=/mnt/NAS/PC/portssources </pre> We require build tools to be pre-installed. Only software that runs on AROS is fetched and built, with the exception of the AROS-targeted GCC and binutils (because they aren't commonly available as binaries). There is a script called GimmeAROS somewhere that downloads the necessary host packages for certain Linux flavours. --with-crosstools used to be both the source and target of AROS crosstools - now it is only the source of the kernel tools, and implied—disable-crosstools—with-kernel-tool-prefix=... is required for some architectures if—disable-crosstools is selected. ./configure should tell you. Hosted archs, if being cross-compiled (ie linux-arm on x86), will require—with-kernel-tool-prefix= even if building crosstools, since it needs to know where to find the Linux ARM toolchain for building AROSBootstrap. The error in ./configure for this is pretty bad right now (failure to find dlopen). Will be adding back something like '--with-target-tool-path=' for specifying where to build the target crosstools to, ie for SDK builds, but I want to make sure non-SDK builds work first. * Linux 32bit (best if going to use Icaros or AspireOS setups) [http://aros.sourceforge.net/download.php linux-i386-system] or 64bit linux-x86_64-system * VM is another option but slower Treat as any archive and unarchive in your user area or /usr/local depending on Linux GNU distro used. Read more [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=6772&forum=1&post_id=65668#forumpost65668 here] and [http://aros-exec.org/modules/newbb/viewtopic.php?start=50&topic_id=3843&viewmode=flat&order=ASC&type=&mode=0 here] ===Binaries=== Recent Distros (2011+) have dispensed with the backingstore option and we are looking at alternatives at the moment. A configured and working X server (for example XFree86 or X.org) with '''backingstore'''. If you are running XFree86 4.0 or later, you might notice that the windows containing AROS screens do not refresh properly (for example when a different window passes over them). This is due to the fact that AROS uses the "backingstore" functionality of X, which is turned off by default in XFree86 4.0 and later. If you are starting X with the startx command, you can enable it again by passing the +bs option <syntaxhighlight lang="bash"> > startx -- +bs </syntaxhighlight> If you start X by some other means (e.g. with XDM), you can instead add the following line to the device section of your graphics card in the X configuration file (commonly named /etc/X11/XF86Config or /etc/X11/XF86Config-4): Option "backingstore" A complete device section might then look like this: <syntaxhighlight lang="xorg.conf"> Section "Device" Identifier "Matrox G450" Driver "mga" BusID "PCI:1:0:0" Option "backingstore" EndSection </syntaxhighlight> Some newer distros allow Xorg's backingstore to be enabled for AROS hosted, by creating a small config file in the directory /usr/lib/X11/xorg.conf.d named 05-backingstore with the following: <syntaxhighlight lang="xorg.conf"> Section "Device" Identifier "Default device" Option "Backingstore" EndSection </syntaxhighlight> Raspbian (ARMv6 armhf build of Debian Wheezy and others?) <pre> sudo leafpad /etc/x11/xinit/xserverrc </pre> add +bs after usr/bin/X and save <pre> exit </pre> To start AROS <syntaxhighlight lang="bash"> > cd AROS > boot/AROSBootstrap --fullscreen -m 256 </syntaxhighlight> <pre> -h -m <size> -M -t <value> --help --memsize <size> --mapsysbase </pre> There are also the following files: * aros-base - base kickstart module (architecture-independent libraries). * aros-strap-hosted - boot code (bootloader.resource and dosboot.resource) * aros-bsp-linux - board support package (architecture-dependent parts). The first and the second parts are interchangeable between Windows-hosted port. In future the base kickstart will be interchangeable between all ports. --hostmem argument is gone. In future this is going to be implemented in other way. Michal Schulz is working on a new memory manager. If someone really misses it, i can bring it back, however. --tickrate argument is also gone. Instead you have two new arguments: vblank=xx - set VBlank frequency to xx Hz. Default is 50. eclock=xx - set master timer frequency to xx Hz. If you specify eclock=100 you'll get the same as what you had before. In near future, ability to specify arguments in AROSBootstrap.conf file, so there will be no wrapper scripts needed. Hosted serial and parallel ports are missing. They will be back after some time. If it does not go well # make sure the logs end up in the emails sent to the AROS mailling list # Send to the mailing list your ./configure line, the ./configure output, and the config.log file if it fails # '''make -s''' query if you can get past configure ===Building ISO=== If you have network access, the anonymous git repo is much better to use. It eliminates all the date coded directories and any future updates are just a "git pull" command away. You can locally branch off whatever way you want and create diffs to submit for others to look at. Figure out where you want to build locally (maybe a directory named src), cd there and <pre> git clone git://repo.or.cz/AROS.git cd AROS git clone git://repo.or.cz/AROS-Contrib.git ./configure make </pre> ---- [ DISCLAIMER: This is just **how I made it** it's not meant to be a perfect or bullet-proof guide, so: no warranties ;) ] ---- 1. Install subversion in a terminal window write: > sudo apt-get install subversion 2. Get the AROS and Contrib sources: (here I use SVN, but you might just download sources from www.aros.org) in a terminal, from your home path write: <pre> > svn checkout https://svn.aros.org/svn/aros/trunk/AROS > cd AROS > svn checkout https://svn.aros.org/svn/aros/trunk/contrib </pre> 3. Install GCC 4.xx (examples use 4.2) In a terminal window write: > sudo apt-get install gcc-4.2 4. Install Automake1.9, Bison, Flex, netpbm, patch: <pre> > sudo apt-get install automake1.9 > sudo apt-get install bison > sudo apt-get install flex > sudo apt-get install netpbm > sudo apt-get install patch </pre> 5. Set your compiler with GCC-4.2: > export CC="gcc-4.2" 6. Launch configure with—target=pc-i386 parameter: > ./configure—target=pc-i386 or you can compile with some optimizations: <pre> > ./configure --target=pc-i686 > AROS_TARGET_ARCH=pc > AROS_TARGET_CPU=i686 </pre> 7. Compile launching make > make 8. Create an .ISO file with > make bootiso-pc-i386 the .iso will be created in "~/AROS/distfiles/" directory if you still needed to make kernel-kernel because the compile fails, at this bucomm.c <pre> Clean the build Go to workbench/libs/mesa/src/mesa Edit mmakefile.src Find the line #MM- workbench-libs : workbench-libs-mesa Put # before the whole line (it disables the dependency) configure make ... you will get fail make kernel-kernel ... you will get fail make ... now it should compile till the end </pre> NOTE: You should have the following sources: From main aros source package - all sources in directory AROS From contrib aros source package - only contrib/necessary in directory AROS/contrib/necessary (copy not link!) What you might be interested is a compiler. You can find it in bin/linux-i386/tool/i386-linux-aros-gcc ==Configuring== ===Sound on Hosted=== It was the case that OSS was only supported but now there is [http://indiego.rocks/file/downloadApp/fc6351b6a96cd691a6c022e7b6e9457e an ALSA audio driver] OSS seems to not work with Ubuntu 11.04 either. OSS was supported in 10.4 (and older releases). # apt-get install alsa-oss # modprobe snd_pcm_oss # modprobe snd_mixer_oss works for [http://wiki.debian.org/SoundFAQ debian wheezy and squeeze 6] Another alternative is to use alternative kernel - Liqourix, Debian testing/unstable, AVLinux, Aptosid (not sure if Aptosid supports oss) Liquorix on Debian and Ubuntu, its repository offers also wine 1.5, some libs and firmware/drivers (wifi,ethernet) <pre> # LIQUORIX HOW-TO: sudo nano /etc/apt/sources.list # ADD LINE: deb http://liquorix.net/debian sid main # CTRL+O, ENTER, CTRL+X (save,exit) sudo apt-get update sudo apt-get install '^liquorix-([^-]+-)?keyring.?' sudo apt-get update sudo apt-get install linux-image-3.7.0-8.dmz.1-liquorix-686 # REBOOT # I have intel 2200 wireless card so: sudo apt-get install firmware-ipw2x00 </pre> The Liquorix kernel can be installed by way of meta-packages. This will guarantee that the latest kernel is installed on every upgrade. All packages in the liquorix repository are signed. Run the command below to install the keyring package for liquorix.net. apt-get install liquorix-keyring 32-bit without PAE (HIGHMEM4G): apt-get install linux-image-liquorix-686 linux-headers-liquorix-686 32-bit with PAE (HIGHMEM64G): apt-get install linux-image-liquorix-686-pae linux-headers-liquorix-686-pae 64-bit: apt-get install linux-image-liquorix-amd64 linux-headers-liquorix-amd64 ===Configuring host network for AROS hosted=== <pre> #!/bin/sh NETON=`ifconfig | grep aros0` if [ "$NETON" = "" ]; then echo "Installing bridge network... (sudo access required)" sudo tunctl -b -u "$USER" -t aros0 sudo ifconfig aros0 192.168.166.1 sudo iptables -t nat -A POSTROUTING -o eth0 -s 192.168.166.0/2 -j MASQUERADE sudo iptables -t nat -A POSTROUTING -o wlan0 -s 192.168.166.0/2 -j MASQUERADE sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward" fi echo "Set your AROS config to:" echo " device : tap.device" echo " IP : 192.168.166.2" echo " Mask : 255.255.255.0" echo " Gateway : 192.168.166.1" echo " Primary DNS : 8.8.4.4" echo " Secondary DNS : 208.67.222.222" </pre> Networking is done differently on Arch than in other distros, notably the lack of the UML tools which are normally used for creating TAP/TUN devices. <pre> #!/bin/bash # tap unit number. This should match the UNIT= parameter in # AROSTCP/db/interfaces # IP address for the tap interface. Inside AROS, this will be your default gateway. # NOTE: Make sure it is in a different network than your Linux host. tap_ip=192.168.254.254 # create the interface #iface=$(sudo ip tuntap add name aros$tap_unit mode tap) iface="aros0" masq_iface="enp2s0" sudo ip tuntap add name $iface mode tap echo "Created tap device: $iface" # bring it up echo "Setting $iface to IP adress $tap_ip and bringing it UP" sudo ifconfig $iface $tap_ip up sudo chmod 666 /dev/net/tun # turn on NAT # (NOTE: make sure that the network interface you are using is named "eth0". # Otherwise adjust the following line to your needs.) echo "Configuring NAT routing from interface $masq_iface" sudo iptables -t nat -A POSTROUTING -o $masq_iface -j MASQUERADE # Turn on IP forwarding sudo sysctl net.ipv4.ip_forward=1 # start AROS cd ~/AROS ./Arch/linux/AROSBootstrap # aros has finished, so kill the interface sudo ip link delete $iface # maybe turning off routing is a good idea as well sudo sysctl net.ipv4.ip_forward=0 </pre> ===How to mount some device or directory (for example a dvd-drive) as a drive under aros hosted?=== Add this to Devs/Mountlist <pre> WORK: FileSystem = emul.handler Device = WORK:/home/mazze/arosdev LowCyl = 0 HighCyl = 0 Surfaces = 1 BlocksPerTrack = 1 DOSType = 0x454D5500 Activate = 1 </pre> and add e.g. mount work: to s:user-startup <pre> HOST: FileSystem = emul-handler Device = Host:/ LowCyl = 0 HighCyl = 0 Surfaces = 1 BlocksPerTrack = 1 DOSType = 0x454D5500 Activate = 1 HOME: FileSystem = emul-handler Device = Home:~ LowCyl = 0 HighCyl = 0 Surfaces = 1 BlocksPerTrack = 1 DOSType = 0x454D5500 Activate = 1 # </pre> ===Copying and Configuring Icaros 1.xx=== an [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=53456#forumpost53456 updated] guide for Icaros 1.26 (on Debian / Ubuntu): Put keycode2rawkey.table in Devs/Keymaps/X11 * Install the tunctl command on your host: sudo apt-get install uml-utilities * Copy the Icaros CD to a folder named "AROS" in your home directory * Copy over the following files from a Linux hosted nightly archive: AROS.boot boot/* Devs/AHI/aros.audio Devs/AudioModes/AROS Devs/Drivers/unixio.hidd Devs/keymaps/X11 Devs/Monitors/X11 Devs/Networks/tap.device Libs/oss.library Devs/timer.device * Delete Devs/Monitors/Nvidia * Edit boot/AROSBootstrap.conf to suit your needs (e.g. add "memory 256" to assign 256 MB RAM to AROS) * In S/icaros-sequence, remove the line "assign system: sys:" * Create the script bootaros.sh in the AROS folder, make sure you read the comments. Adjust where necessary: <pre> #!/bin/bash # tap unit number. This should match the UNIT= parameter in # AROSTCP/db/interfaces tap_unit=0 # IP address for the tap interface. Inside AROS, this will be your default gateway. # NOTE: Make sure it is in a different network than your Linux host. tap_ip=192.168.254.254 # create the interface iface=$(sudo tunctl -b -u `whoami` -t aros$tap_unit) # bring it up sudo ifconfig $iface $tap_ip up sudo chmod 666 /dev/net/tun # turn on NAT # (NOTE: make sure that the network interface you are using is named "eth0". # Otherwise adjust the following line to your needs.) sudo iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE # Turn on IP forwarding sudo sysctl -w net.ipv4.ip_forward=1 # start AROS cd ~/AROS ./boot/AROSBootstrap # aros has finished, so kill the interface sudo tunctl -d $iface &> /dev/null # maybe turning off routing is a good idea aswell sudo sysctl -w net.ipv4.ip_forward=0 </pre> * Make the script executable: chmod u+x bootaros.sh * Start the script from a shell: <pre> cd ~/AROS ./bootaros.sh </pre> * Inside AROS, the network settings will have to be configured like this: <pre> Device: tap.device IP address: 192.168.254.1 Gateway: 192.168.254.254 DNS1: The IP of the name server that is also used by your Linux host DNS2: The IP of the name server that is also used by your Linux host </pre> ==Android and others rPi== ===x86=== ===ARM=== ===PowerPPC=== In fact the usage of variant was a continuation as Michal Schulz' usage for Efika port. There variant is a "sub-architecture". Stuff in arch-cpu can be overriden by arch-cpu-variant. This way there is generic ppc-chrp code and ppc-chrp-efika code. This is what was used for the Android and iOS ports. Was even sure that Michal introduced variant for this purpose. Some time ago, came to a need of versioning some components, to be able to verify that they match. For example, disk-based tap.device needs to know that it really runs on system it was built for. This need originates from the fact that many things are source-compatible but not binary-compatible across various UNIXes. For example, the same tap.device code can be built for Linux and Darwin. They will use the same host OS calls, but parameters passed to them are not binary-compatible. Darwin version of tap.device won't run on Linux-hosted AROS and vice versa. In order to prevent crashes that are hard to explain, introduced runtime versioning of these components. The following modules are taking part in it: * kernel.resource, being the primary architecture-dependent part, carries architecture name in the form of arch-cpu. For example "linux-i386". It can be queried using KrnGetSystemAttr() function. * Bootstrap. It supplies the same string in its HostInterface. These strings must match, otherwise the kernel will refuse to start up. You can't errorneously launch Linux kernel on Darwin system. * unixio.hidd carries the same string inside it. When it starts up, it verifies itself with kernel.resource, ensuring match. When some external module opens unixio.hidd, it can supply Architecture attribute. unixio.hidd will compare the given string with its own such string. In case of mismatch Intuition requester will pop up, and HIDD will refuse to instantiate its object. Now, after introduction of Android build, it became apparent that Android is not Linux. Android's libc is not really binary-compatible with glibc. In order to distinguish between them, introduced a rule: variant-ed system is different from variant-less one. If a variant is specified, arch-cpu is replaced with variant-cpu. One exception is 'pc' architecture for legacy reasons. Introduced AROS_TARGET_PLATFORM make variable which carries this designation. It is also included into version string of all architecture-specific modules, so that the user can easily determine which version he has using Version FULL command. This is what actually made variant bad for specifying just some descriptive build name. If you for example build Linux-hosted distro, and use variant as distro name, your modules will be compatible only with other your modules. A user of your distro won't be able to upgrade, for example, oss.library, from trunk. It will not work and will say "Incompatible architecture". For now this does not affect native systems, but... Who knows what happens in future. Using variant as distro name this way would introduce ambiguity. Distro's modules will be versioned as "arosmax-i386" (for example) while trunk ones will be versioned as "pc-i386". Didn't know that variant was not originally meant for the purposes for which i use it. Described the usage well here. Can reimplement definition of AROS_TARGET_PLATFORM in such a way that variant name won't be always used for platform designation, instead platform name will be explicitly set by configure script. But—enable-target-variant will still be used for selecting Android, iOS and Efika targets. And you won't be able to use it, will want to build Android-hosted distro. introduced ELF wrapper last year. It is used when AROS-targetted gcc is used for AROS. This is the default case for building on Windows and MacOS (since native host's compiler can't produce ELF files). This wrapper does a similar thing which AROS wrapper does with Linux gcc, just in reverse way. AROS wrapper makes Linux gcc generating relocatable binaries, and ELF wrapper makes AROS gcc generating static binaries. The purpose is to get rid of one more ELF-targetted toolchain to be used as $KERNEL_CC. ==References== The ELF Header starts off grand, with the x7f magic and 16-bytes including null terminated "ELF" marker. From there, it seems to deteriorate as the ELF header lacks a program header which indicates the modules are 'relocatable' and in need of link-edit then "loading". Ignoring this to look for section headers we use the shoffset entry and it points to 0x36bd4 (offset line 0x0020), but after a (OS X) "hexdump -C" of the aros-bsp-darwin module, this seek-offset into the file doesn't seem to follow the expected ELF Section Header format. * AROS kickstart modules are relocatable. There's no boot.img. * MorphOS kickstart is loaded at some specific address. You can't do this on hosted, and there's no need to do this on native. * Relocation is performed by the bootstrap. See its ELF loader code. It's the same as InternalLoadSeg_ELF(). The ELF has ET_REL type, this is enough to see it's relocatable. ====Linux hosted exec==== SC_ENABLE/SC_DISABLE is there to make sure the new task continues running in either Disable() or Enabled() state, depending on which state it was when it was last switched away. For example internally Wait() causes task switch while in disabled state and when task is run again it must be in Disabled() state. SC_DISABLE and SC_ENABLE poke the "old signal mask" of Unix signal handler (context) used by kernel. So when the Unix signal handler "returns" the blocked Unix signals are set to that value. The old code in arch/all-unix/exec/switch.c manually makes sure that SIGUSR1 is not blocked: <pre> sigset_t temp_sig_int_mask; sigemptyset(&temp_sig_int_mask); sigaddset( &temp_sig_int_mask, SIGUSR1); sigprocmask(SIG_UNBLOCK, &temp_sig_int_mask, NULL); SysBase->AttnResched |= 0x8000; kill(getpid(), SIGUSR1); sigprocmask(SIG_BLOCK, &temp_sig_int_mask, NULL); </pre> There are probably ways to avoid this, if one really wanted. A a small test which plays with enabling/disabling signals and prints out oldmask contents. One of discoveries was is that it's not used on PPC. I studied Linux includes and notices that there's another sigset_t in ucontext structure. In fact it was similar to x86-64 (i found that in sigcore.h.x86_64.src). And it should be used instead of oldmask. So, actually PPC Linux port was broken. And i fixed it. After the fix i got similar freezes! I changed SC_DISABLE() macro from: <pre> sigfillset(&uc->uc_sigmask) to: uc->uc_sigmask = PD(KernelBase).sig_int.mask </pre> And everything worked fine! PD(KernelBase).sig_int_mask contains signals set which actually should be disabled by KrnCli(). They do not include SIGUSRs, SIGINT and traps. So i disable only what really should be disabled. Everything is okay now. Another nice testcase is cold reboot function. execvp()'ed program inherits current signal mask, so if some of SIGUSRs appears disabled, another copy of AROS will freeze. This works especially well if combined with stackcheck test. stackcheck testcase causes stack check failure, which ends up in supervisor-mode Alert(), which ends up in ShutdownA(SD_ACTION_COLDREBOOT). If something is wrong, AROS will freeze on restart. We have -quick targets if we want to omit these large sets of dependencies. For example you can rebuild just dos by using "make kernel-dos-kobj-quick". Then "make kernel-link-base-quick" just relinks the kernel package (this is implemented by me for newstyle packaging, currently only Windows-hosted uses it). If the hosted kernel now uses SIGUSR2, too, tell gdb to ignore it like SIGUSR1. In the .gdbinit file or manually at the gdb prompt. handle SIGUSR2 pass noprint nostop Hostlib_init is empty on UNIX because currently UNIX-hosted is modular and there's no HostInterface. If it does not use libstdc++, then .cpp file scan be compiled by the standard gcc as it recognize C++ files extensions. ... Errrm, it surely need the new & delete functions... I did a small lib to compile TeXlive without using separate g++ compiler. Restructure sams kernel code according to rom/kernel, i.e. there will be files like createcontext.c etc. If possible > code from rom/kernel will be used. The code in rom/kernel was designed to be reusable as far as possible. Please also throw away arch/ppc-sam440/dos directory. Custom versions of InternalLoadSeg_ELF() and InternalUnloadSeg() are there only because KrnRegisterModule() and KrnUnregisterModule() have old definitions and differ from their final versions. Custom runprocess.c is very old and needs to be removed, the job should be done by generic runprocess.c which relies on exec.library/NewStackSwap(). I just didn't do it because i could not test NewStackSwap on PPC (it's based on runprocess.c code so should work fine). Generic runprocess.c is known to work because it works on all i386 ports and other UNIX-hosted ports. Added some more debug output to pci.hidd. Now it will report the result of CreatePool(). Also changed some things in the implementation. Perhaps new build will even work. In fact it behaves very close to the original. Can you tell me what GURU happens? Would be nice if you enable debugging in createpool.c and memory.c and send me crash log. Just to be sure. Can you enter bootmenu? Can you boot without startup sequence? Can you boot in VGA/VESA mode? I committed video driver automatic selection (worked on my netbook). Answer, forgot that native ports use own exec_init.c, and PageSize was uninitialized there. All hosted ports. On non-Linux OSes it's impossible to acquire address 4 at all. After hitting problem with entry point i introduced a new macro, AROS_ENTRY, to mitigate this. There is 40KB minimum of stack space!!! This is defined in aros/<cpu>/cpu.h (AROS_STACKSIZE). And task creation routines make sure that task's stack size is not less than this value. Such a big digit comes from hosted AROS. UNIX signal handlers and X11 are stack-hungry. However this parameters appears to be hardcoded. May be this should be adjusted on per-system basis? I would suggest to add a kernel attribute (for KrnGetSystemAttr() which would return this value). So it would not be that big for native OS. In some ways it could be tuned specifically for m68k needs. 40KB stack is actually way to small considering majority of our software comes from unix world. AFAIK native g++ requires *at least* 256 KB stack and any 3D game requires *at least* 512KB stack. ====*nix 'Hosted' Environments==== AROS Shares common hardware and driver support for Linux and BSD. There is no more boot/aros-unix file. There is boot/AROSBootstrap instead which you should run. ''Keyboard / Mouse:'' Currently the driver instantiation is done during x11gfx.hidd initialization, which happens before dosboot makes its assigns, so DEVS: simply does not exist (even SYS: does not exist). Disk-based part was created for DEVS:Monitors, similar to GDI driver. It is responsible for loading X11 keymap now. Improvement: now you may specify any keymap file name in icon tooltypes. Of course it will look up DEVS:Keymaps/X11/keycode2rawkey.table by default if you don't specify anything. The basic idea was to move keymap buffer and presence flag into librarybase. Disk-resident part simply opens the driver library and loads keymap file right into its base. Also disk-based part contains code for creating additional displays, but it's expected not to work because of bad driver design. The call is commented out with notes. ''GFX Chipsets:'' ;x11.hidd: x11 accelerated graphics driver. ''Audio Chipsets:'' ;oss.audio: plays audio through the hosts OSS drivers. In theory oss.library's funcs.c would need to be compiled in such a way that the O_WRONLY, O_NONBLOCK, etc. are taken from the host (Unix) includes, not from AROS includes. Otherwise it depends on luck (O_ defines having similar value on AROS and the Unix OS in question, or not) if it works or not. IMHO this should only be done via configure/mmakefile's passing the necessary info in. At what rate does VERTB interrupt happen now? 50 or 60&nbsp;Hz. User-specified (by vblank=NN command line argument). In fact you can specify any value. How it used to be: VERTB: always 50&nbsp;Hz TIMERTICK: 100&nbsp;Hz (default, could be changed with "-t" argument when starting AROS) Some things like that AHI driver do not work well if it only happens at a rate of 50&nbsp;Hz. Also a general timer precision of 50&nbsp;Hz is bad. That's what the TIMERTICK hack fixed. * Instead of TIMERTICK hack there's kernel.resource API now. And timer still can be set to 100&nbsp;Hz. Just run AROS with 'eclock=100' command line argument. * This solution is not future-proof. In fact timer.device needs to be rewritten to measure actual intervals, similar to native drivers. In this case timer interrupt will not have stable frequency at all. In order to be future-proof i'll further rewrite the driver. It needs own timerequest, set to 1/1000 sec for example. This will cause current timer.device to reply in a minimum interval (specified by eclock argument), and future timer.device will really reply in 1/1000 sec. It makes sense to implement 'arguments' keyword in bootstrap's config file. For now you can write small script which runs AROS with eclock=100 argument if you need to. I would suggest more clean solution. Modify configure.in to supply -nostdinc with $(KERNEL_INCLUDES) (where compiler's include path is detected). Anyway $(KERNEL_INCLUDES) is used together with -nostdinc everywhere, this way you would kill two rabbits in one shot. If$(KERNEL_INCLUDES) is empty, -nostdinc will also not be supplied. ''Network Chipsets:'' ;tap.device: networks through tap. It seem pci.hidd is no longer present in linux-i386. The following code used to work about 4 month ago: <pre> if (!OOPBase_DRM) { if ((OOPBase_DRM = OpenLibrary("oop.library", 0)) == NULL) { /* Failure */ return -1; } } HiddPCIDeviceAttrBase = OOP_ObtainAttrBase(IID_Hidd_PCIDevice); if (!pciBus) { pciBus = OOP_NewObject(NULL, CLID_Hidd_PCI, NULL); if (!pciBus) return -1; } </pre> Now, the call to OOP_NewObject(NULL, CLID_Hidd_PCI, NULL) returns NULL. The liblist command also does not list pci.hidd anymore. Now they are disk-based modules. You can either load them manually using LoadResource command or add to kickstart list in AROSBootstrap.conf. Remember that you need not only base pci.hidd, but also pcilinux.hidd which is the driver itself. I do not include them by default because Linux PCI driver is a hack by nature and it's easy to screw up the system using it (by attempt to use the hardware which is already in use by Linux). All hosted ports. On non-Linux OSes it's impossible to acquire address 4 at all. After hitting problem with entry point i introduced a new macro, AROS_ENTRY, to mitigate this. ====Segmentation fault==== This is the log: <pre> [Bootstrap] entering kernel@0x7f6.... Segmentation fault </pre> The debugger doesn't tell much, but addresses like 0x00007ffff76c509f are strange because I have only 4GB RAM. <pre> gdb) run [Bootstrap] entering kernel@0x7ffff76c5000... Program received signal SIGSEGV, Segmentation fault. 0x00007ffff76c509f in ?? () (gdb) findaddr 0x00007ffff76c509f Searching in the loaded modules... Searching in the resident list... No struct type named Resident. #0 0x00007ffff76c509f in ?? () #1 0x00007fffffffdfc0 in ?? () #2 0x0000000000000000 in ?? () </pre> Virtual addresses have nothing to do with real amount of physical memory! The problem is, AROS x86_64 kernel is compiled without -mcmodel flag set, therefore it defaults to -mcmodel=small. It means, all code and data has to reside within first 2GB of address space. This is not the case here, so it crashes/segfaults or does any other strange things. There are two solutions - either, compile whole x86_64 aros with - mcmodel=large and suffer from small speed penalty. Large model allows both code and data to reside *anywhere* within the address space, some PC-relative addressing cannot be used in that case. Gcc will make all branches 64-bit large and, therefore, a bit slower. Tried (gcc-4.3 -m64 -mcmodel=large). No change. mcmodel=large generates more traffic on CPU's bus lines and consumes much more cache. Every loading of data (mov %reg,addr) is replaced by movabs %reg,addr, increasing the instruction size by four bytes. PC-relative access to sections other than current one is not existing anymore and replaced by absolute movabs instruction. Every single call to any subroutine (call function) is replaced by a pair movabsq %reg,function; call *%reg. But, as you have mentioned, the cpu fetches most things from its cache(s) - so the implication that we will "suffer" because of using it is at best missleading imho, and also a bit scare-mongering (speed wise of course - obviously binary size will increase). In general I have nothing against compiling whole AROS with mcmodel=large, which is anyway the only sane way for 64-bit system with single address space for all processes. I just warn about the consequences :) Another solution is to allocate the memory for AROS within first 2GB of address space. It can be done with anonymous mmap and flag MAP_32BIT. Please check, i added the flag. Sorry for dropping it, i didn't know why it was there. P.S. Fix for gdb support is on the way. Infrastructure is ready, need only to update _gdbinit script. since the new genmodule inlines don't know how to handle the RA/RB idiom for 64-bit parameters. Actually I implemented this patch a long time ago (before your m68k QUAD fixes) after discussion on the maillist to solve two things: * In compile warnings/errors during a library call no clear function name was present so it was difficult for programmers to find out what is wrong. * On i386 libbase is passed as first argument causing a argument number in compile warnings and errors was of by one, confusing programmers even more. fixed them by modifying Exec/Init to strap to an AllocMem()ed area for its stack, but sonic removed that common code. UNIX-hosted kernel should add its stack area to memory lists now. If a clean build of linux-i386, still get the same asserts: <pre> /data/deadwood/tAROS/AROS/rom/oop/./setattrs.c, 71: bad pointer: attrList = $bface5fc /data/deadwood/tAROS/AROS/compiler/alib/./coercemethod.c, 59: bad pointer: message = $bface6a8 /data/deadwood/tAROS/AROS/rom/oop/./setattrs.c, 71: bad pointer: attrList = $bface600 /data/deadwood/tAROS/AROS/compiler/alib/./domethod.c, 60: bad pointer: message = $bface6a8 /data/deadwood/tAROS/AROS/compiler/alib/./coercemethod.c, 59: bad pointer: message = $bface658 /data/deadwood/tAROS/AROS/compiler/alib/./coercemethod.c, 59: bad pointer: message = $bface658 /data/deadwood/tAROS/AROS/rom/exec/./doio.c, 54: bad pointer: iORequest = $bface64c /data/deadwood/tAROS/AROS/rom/exec/./putmsg.c, 56: bad pointer: message = $bface64c /data/deadwood/tAROS/AROS/rom/exec/./getmsg.c:65: bad pointer: msg = $bface64c /data/deadwood/tAROS/AROS/rom/exec/./doio.c, 54: bad pointer: iORequest = $bface64c /data/deadwood/tAROS/AROS/rom/exec/./putmsg.c, 56: bad pointer: message = $bface64c /data/deadwood/tAROS/AROS/rom/exec/./getmsg.c:65: bad pointer: msg = $bface64c </pre> You configured AROS with—enable-debug=messages. This is why you get these additional assertions. Can you run ShowConfig and tell me its output (together with some assertions from the same run)? Perhaps 3K is simply not enough. ====Other==== AMD [http://www.woodmann.com/collaborative/knowledge/index.php/Super-secret_debug_capabilities_of_AMD_processors_! debugging] and [http://hardware.slashdot.org/comments.pl?sid=1865066&cid=34207758 here]. This means i need to get rid of static linking with UNIX libraries in all AROS modules. Currently i've almost done it in all AROS core modules except exec.ibrary and kernel.resource (they will be the last ones, because doing this actually means switching to modular kickstart). I've rewritten emul.handler and oss.library, and i'm also going to do this with tap.device. However i don't have much time and i plan to leave out the following (at least temporarily): 1. uxser.hidd (unix-hosted serial port HIDD) 2. uxpar.hidd (unix-hosted parallel port HIDD) 3. lxpci.hidd (PCI bus driver) 4. linuxfb.hidd - Linux framebuffer driver. 5. unixio.hidd - the component for handling async I/O. First, I think unixio.hidd should be deprecated. Kernel.resource has IRQ API which allows to process SIGIO in a very clean way. This makes unixio.hidd redundant. emul.handler SIGIO code may serve as an example. I dislike unixio.hidd because it drops performance by gathering all requests in a single place, and introduces a timer-based polling loop on Linux (i believe not all devices actually issue SIGIO). I thought for a while, but i didn't find any reason to leave unixio.hidd. First i thought that it could be a nice abstraction layer, but it was a wrong suggestion. After comparing several UNIX-alike OSes i came to a conslucion that this will not give any abstraction. This happens because all structures values which needed to be supplied to operations like ioctl, and even host error codes, are strictly dependent on current host. Different UNIXes are not binary compatible, so we still need to have a personal version of a driver (for example oss.library) for all hosts we run on. It's not possible to interchange them. So i suggest just to remove unixio.hidd. Is there anyone against? Other mentioned components require at least reengineering. linuxfb hidd does not work on my system (just crashes), and looks like noone tested it, so i consider it abandonware. Of course i will not delete it from the tree, just someone needs to pick it up and take care about it. PCI driver will be fixed very soon, it's very easy to do. Just i believe noone is actively using it at the moment and it can wait. Serial and parallel drivers also will not be dropped. I'll rewrite them, just i consider this a low priority task. So this is why i am asking - is there anyone actively using these drivers? Will anyone suffer if for some time they will stop working? The 'bad pointer' addresses are due to TypeOfMem(ptr) in the ASSERT_VALID_PTR() macro returning 0. TypeOfMem() is return 0 because the memory was never AllocMem()ed from a known memory region. The memory was never AllocMem()ed because it is on the stack of the AROS Bootstrap's main(). Solution is have whoever is maintaining AROS Bootstrap add a MemHeader for the strap's stack to the kernel as an unallocable memory segment. Just running ./boot/AROSBootstrap of linux-i386. These assertions appear before the: [DOS] DosInit: InitCode(RTF_AFTERDOS) Perhaps you have some debugging options enabled. Well, doesn't matter, the problem should go away now. I backported adding boot stack region to memory list. I think there are still some problems with gdb support in the new linux-i386. In some applications (for example ScreenMode preferences) if I put asm("int3") in the code and the try to loadseg the symbols, gdb does not complain in any way but the symbols are not resolved (I just see function name with no line number). On the other hand, other things like muimaster or intuition have their symbols loaded correctly. Check kernel modules with objdump, perhaps dwarf2 information gets stripped away during relinking. Are modules listed correctly (with paths) in modlist output? Keyboard mapping changing on Linux hosted when switching desktops, running Linux hosted on Ubuntu, and my laptop doesn't work well with the default keymap (cursor keys don't work for starters), so I've made a custom keycode2rawkey.table file, and that works great. Until I change desktops and change back to AROS. When I change back, the default keymap is used instead of the one I've copied to Devs/Keymaps/X11/keycode2rawkey.table loadseg however fails to load information. "modlist" lists the DISK based modules which were loaded so far. AFAIK the ROM modules were always available "out of the box" with debug information. Has something changed? Now they are also loaded from disk by the bootstrap. They are not linked statically any more. But there are two lists now instead of one. As far as I remember for emulation to work, your driver needs to be a frambuffer one (aHidd_Gfx_NoFrameBuffer = FALSE) and you need to implement Show method to call super method. This information is obsolete. The limitation was removed since that time, now emulation works with NoFrameBuffer drivers too (was needed by VESA). I'm wondering because I'm compiling for AROS using the Linux cross-compiler from the AROS SDK and my app is heavily using multi-threading and calls functions like malloc() and free() from lots of different threads. However, everything is working fine.... shouldn't it crash pretty soon if the C runtime is not thread-safe!? In Linux, if you compile with -pthread then a thread-safe version of malloc() will be put instead of the standard one (which is not thread-safe). I don't know if this applies to AROS also... There is no PThread library for AROS. However, parts of the C runtime library are in shared libraries which, by nature, are reentrant code. Only the parts of the C runtimes that are statically linked only can be thread-unsafe, if I'm not mistaken. Every time i check out AROS svn asks me for my login and password. Additionally it warns me that credentials will be stored unencrypted. How do AROS nightly build machines work automatically? Do we have some predefined read-only account in our SVN? Some svn client remembers user and password. I think older svn clients store unencrypted. SVN on Mac OS X will make use of Keychain which works automagically from the graphical UI. If you want to make use of the Keychain from ssh then you first need to unlock Keychain, with the following command: security unlock-keychain ~/Library/Keychains/login.keychain And how will my machine upload binaries? I believe i need some ssh certificate for it? You have to create a ssh key pair on your machine and enter your public key inside your sourceforge user account. You probably need to search a bit on sf.net to find more details about how all this works. You also need to provide your sourceforge user name to the nightly build configuration file. IRC you also need to create a link inside your home directory on sourceforge server like this: aros -> /home/groups/a/ar/aros UNIX-hosted kernel should add its stack area to memory lists now. Does anyone know what's wrong? I just added i386-darwin build to download-descriptions. I see that binaries are uploaded ok. Even more strange is that for example German page failed too, however i didn't change it. Can anyone help? I'm not familiar with how our web site works. The page is repaired. Each time you add a new package, the page needs to be rebuild. I'm doing the rebuilds, since automatic rebuilds are long dead. If you add a new package, just mail me to be sure I rebuild the webpage. I hit the same problem as 64-bit Linux-hosted - mmap() allocates memory beyoun 2GB space. And - there's no MAP_32BIT. Does anyone know what to do? Is there any workaround/replacement for MAP_32BIT on Darwin and BSD ? I studied Darwin documentation, they use small PIC code model for x86-64 binaries. Looks like this saves them from this problem, and they don't need explicit low memory? What *BSD guys do with this? Or the only thing we can do is changing AROS 64-bit code model? At least for some flavors. I know, this is not good, however perhaps there's no way round. ====Memory Pooling==== For such architectures you could specify small fictional page size. Perhaps they could also use another implementation of kernel allocator (similar to current AllocMem()/FreeMem()). Current implementation will have increased memory usage with small pages (it uses one UBYTE per page for memory map). Alternate implementation can store administrative information in the managed memory itself. I didn't do this in my implementation because it allows to completely disable access to all unallocated pages. If the kernel returns page size of 0, MMU is assumed to be missing. exec then falls back to MEMCHUNK_TOTAL chunks. I hope this is acceptable. With this setting new pools implementation behaves EXACTLY in the same way as old one with threshSize == puddleSize. I hope it's not a big loss. I can tweak it further to handle threshSize, just i think it's not really needed. Also i expect performance boost in FreePooled(). Can you benchmark this? The rest will be done in kernel.resource. It will have two versions of memory manager: MMU-aware and MMU-less. MMU-less version will be old AllocMem()/FreeMem() implementations from exec. Don't bother for now, i already have an idea and i'll do it myself. I suggest you to have both versions in m68k port (unless you really want to save ROM space). Amiga can have 68030 or better, in this case AROS will be able to detect it and make use of it. This is still open to the discussion. I intentionally committed only pools. If you look carefully, you'll see they still work on top of AllocMem()/FreeMem(). Kernel's allocator is ready and even works, however i wanted to emerge it all step-by-step. I agree that on such a low level it's rather simple to break something. The idea behind the new system: puddle size is always integer multiple of page size. The rest of changes are explained in the code, i commented it carefully. I hope you'll like some of ideas. It should be faster than the old implementation. This is done because after this we can assign protection attributes to pools. There can be for example executable pools and non-executable pools. Puddle size is integer multiple of page size. New kernel.resource allocator is page-based. As to badly behaved software, perhaps there can be some way to handle this in early startup control. Yes, it can be difficult. Still open to experiments. MMU is good, it's not a good idea just to throw it away. Missing Zune class Application.mui but it's inside our muimaster.library. Check workbench/libs/muimaster/classes/application.c. its a built-in class. ====BSD sockets==== /master-linux-i386/bin/linux-i386/AROS/Development/include/sys/socket.h:288: error: expected specifier-qualifier-list before ‘u_short’ I fear that the same thing will happen for all network software. Can we reconsider this change? I would prefer it that default is only POSIX and other legacy UNIX has to be enable by defines. I agree that network code should be able to compile without defining __BSD_VISIBLE if no legacy features are used. But it should be done by making our net includes POSIX compliant. The software code I worked with actually uses u_char/u_short types. If we remove them completely the code will stop compiling at all. Code using u_char/u_short should need __BSD_VISIBLE define to make it work to indicate it needs to be made modern. But it should be properly documented in some porting HOWTO. I think it would be beneficial for 3rd party devs to have their software compiled without modifications instead of having to search through our headers to learn how to make networking work. During my split of I did more separation so it would help if you could wait until that is ported. I did not do much on the net includes yet though. This is put on the TODO as I think it does not have an ABI impact; only compilation impact. BTW: half of the remaining compiling errors with test/cplusplus/headertest.cpp (can be build with make test-cxx) are coming from the net headers or sys/types. Can we re-enable defining __BSD_VISIBLE for now until your work is brought to trunk? I would vote at least for V0 branch as it will never be "fixed" by your ABI work. I can live with enabling again only on V0. I think it should normally be provided by the 'compile' environment and not in some kind of header file. That's one of the reasons I would like to stick to -D__BSD_VISIBLE. You could try sys/types.h ====Errors==== complains about video and throws and error. <pre> [Bootstrap] entering kernel at 0xf73e6000... DisplayPlanes = 24 DefaultDepth = 24 BITS PER PIXEL = 24 [I2C] Init [ATI] Init [drm(INFO)] Failed detecting card for VendorID: 0x10de [KRN] Trap signal 11, SysBase f43e71f0, KernelBase f43e7f18 SP=f4cfe4ac FP=f4cfe4f8 PC=00000000 R0=f43e71f0 R1=00000000 R2=00000000 R3=00000006 R4=f460e720 R5=f4d14f20 FELSunxi DoMethodA ConfigChangedEvent bash-4.2$ </pre> to remove the native drivers, getting a little closer, copying the drivers from the nightly gets it looking a little more normal but now I get a Software failure in X11. Icaros desktop is based on ABI-v0-on-trunk but, it would require abi v0 hosted. ====Debugging==== I tested only modList command, seems to work correctly. Please check and fix (if needed) the rest. I hope the code is clear enough. Testing with ROM and DISK modules work . modlist lists them, codes lines are resolved, global and local variables are resolved. If you talk about PIC and GOT, will this also mean we can have shared objects? We may be able to, but please please don't. Don't copy bad design decisions from OS4. OS4 programs using shared objects have the same startup slowness as on other OSes (Linux, Windows, ...). +1 , I would really prefer not to mix .so concept with native AROS .library concept. Yes, small model assumes both code and data are in the lowest 2GB area. In such case, memory loads and jumps are done as PC-relative, with +-2GB offset from current instruction pointer. Yes, the other models are: * medium - code and data resides in lowest memory region, large data may be *anywhere* in the address space * large - code and data may reside anywhere in the address space * kernel - code and data reside in topmost 2GB of address space Please note the code and data location refers to the sections of ELF file. All allocations made by the code itself, as well as stack pointer, may be anywhere in address space for all models. I also would like to get an idea of the implications on code size, stack usage, speed etc. of the different code models. Additionally i can make use of ELFOSABI_AROS definition (ELF ABI number reserved for AROS). However this will impose a requirement to use AROS version of binutils for linking, Linux ld will not do any more. I always would have liked to make AROS programs real ELF programs (with relocation info still present though) but I also think this should be something for ABI V1. Ah, come on! We could extend the internalloadseg_elf with ease :-D +1 for real executables :) Sure I do ! This was one of the big things I have done in the ABI_V1 branch. The data is stored in an AVL tree. Is this soft of "handled in shared module per caller task storage". If so, could you point me to the codes in SVN? It's done in genmodule. You can have different options for a library. If you don't specify only one libbase is generate and it is returned for each OpenLibrary call. If you specify peropenerbase you get a base for each OpenLibrary call. If you specify peridbase a separate base for each task. It takes the Task pointer together with the return addr as id to decide if it needs to generate a new libbase (Like how arosc.library did it before). It is called peridbase because you could overload the macro that returns an id. I may removed this feature and just name the option pertaskbase when I merge it in the main branch. when I click on "Residents" in Scout it crashes. Unfortunately, add-symbol-file doesn't work, so I can't provide a back-trace. (Tested on linux-i386). Scout is build using build_program macro which as I mentioned earlier has problem with providing debugging symbols. What you can do is: * place TARGET_STRIP := $(STRIP) before the build_program macro line * once in gdb, first do a loadseg on an address at bottom of stack which will load debuggin symbols for kernel then do bt and again try loading debuggin symbols for top of stack. I noticed that this procedure is sometimes needed with executables (while I never had to do it like this with libraries for example) try changing line 95-: extraoptions="--bindir=$(CROSSTOOLSDIR)" to extraoptions="--bindir=$(CROSSTOOLSDIR) --with-gmp=$(CROSSTOOLSDIR)" ====Trac==== After some fighting with Plesk suexec and apache I have now a first setup for trac. You can find it here: http trac stafverhaegen be/trac. You can have a look around. Actually I want to provide it as http trac aros org/trac and you can already to that if you put the IP in your /etc/hosts file (Windows users have find out to do it themselves): 83.169.4.30 trac aros org Did install a recent version of trac as the default 0.10.something did not like. Currently no login is possible but you can already have a look at the subversion source code browser. This is a static mirror of the main trunk which is not kept in sync ATM. (make a new mirror and sync trac in the future) Next things I want to tackle: * Login manager setup so that people can register using the login manager trac plugin. As both trac and svn seem to use normal Apache password files other managers could be used. Anybody any good proposal ? * Set up svn server so people can access it. {{BookCat}} 6082bmr2r9n05q5jf2tfocwpg9gw38k Movie Making Manual/Cinematography/Camera 0 26440 4089968 3842722 2022-08-10T11:10:32Z Xania 40302 typo wikitext text/x-wiki {{MMM:cinematographyHeader}} What specifications would make your perfect camera? This incomplete list serves two purposes: # To give you an idea for what specifications and possible camera choices you can make, considering you budget. # It's fun to fantasize =Low Budget Cameras= '''<$500 USD''' ===Possible Specifications=== * 720x1280p - 1080x1920p * 4:4:2 Colour Representation * Records onto inbuilt HDD or external SD cards * Ability to record 24, 25 and/or 30fps * Video Component Out * Autofocus * Battery Operated ===Examples=== * Canon: Legria HF R26 * Panasonic Lumix: G5, G3 =Mid Budget Cameras= $500-$2500 ===Possible Specifications=== * <= 1920x1080p resolution. * Variable frame rate; 23.976, 24, 25, 29.97, 30, 50, 60. * Select-able [[wikipedia:Aspect_ratio_(image)|Aspect ratio]] from 4:3, 16:9, 2.35:1. * 4:4:2 colour representation. * Custom and Auto Exposure. * User settable white balance. * Records to Internal/External HDDs, SD Cards or CF Cards. * Possible interchangeable lens. * Reasonable Low-light abilities. * Liveview functions. * Records video metadata (date, time) * Video Component/HDMI out. * Manual ''and/or'' Autofocus ** User has direct, mechanical control over the focus and zoom. ** Eye tracking to control where to focus and exposure * Audio inputs (3.5mm jack) * Manual Audio Levels * User-upgradable firmware ===Examples=== * DSLRs ** Canon EOS: 550D, 600D, 650D, 60D, 7D, 5DMII(I) ** Panasonic Lumix: GH1, GH2 ''(Technically mirror-less)'' * Camcorders ** Canon: XA10 =Higher Budget Cameras= '''$2500-$100,000''' ===Possible Specifications=== * 1080p-5k resolution * 4:4:4 Colour Representation (Uncompressed RAW) * Interchangeable Lens * Manual Focus * Custom Exposure and White balance settings * Records to internal/external SSD * HD/SDI * XLR Inputs * Audio Monitoring * Manual Frame rates: 1-300fps+ * Manual Aspect Ratios: 4:3, 16:9, 2.35:1. * Records video metadata (Date, Time, Scene number, Take number, Timecode) * Timecode in. * PL or other mount. ===Examples=== * RED: Scarlet, One, Epic. * ARRI: Alexa * SONY: FS700 * CANON: C300, 1D-C =Hollywood Budget Cameras= '''$100,000+''' ===Examples=== '''EXPENSIVE''' * 45mm Film * IMAX film [[{{BOOKCATEGORY}}/Cinematography|{{SUBPAGENAME}}]] 84grikb73ii3z38ippniklopmzvywov Muggles' Guide to Harry Potter/Characters/Hermione Granger 0 35921 4089937 4080778 2022-08-10T01:57:47Z DoctorWhy326 3398409 Replaced content with "<big>'''There is no such thing called Hermione Granger!!!!!! This page should be deleted!!!!!!'''</big> <big>'''Forget about this page, and never ever visit this page again, loser!!!!!!'''</big>" wikitext text/x-wiki <big>'''There is no such thing called Hermione Granger!!!!!! This page should be deleted!!!!!!'''</big> <big>'''Forget about this page, and never ever visit this page again, loser!!!!!!'''</big> g6jcj7u8ovlzn4y5d87eokrg3mid3iq 4089938 4089937 2022-08-10T03:06:29Z Hasley 3159157 [[WB:REVERT|Reverted]] edits by [[Special:Contributions/DoctorWhy326|DoctorWhy326]] ([[User talk:DoctorWhy326|talk]]) to last version by L10nM4st3r wikitext text/x-wiki {{Muggles' Guide to Harry Potter/Character| name=Hermione Jean Granger| gender=Female| hair=Brown| eyes=Brown| family=[[Muggles' Guide to Harry Potter/Magic/Muggle|Muggles]]| loyalty=[[Muggles' Guide to Harry Potter/Characters/Harry Potter|Harry Potter]], [[Muggles' Guide to Harry Potter/Characters/Ron Weasley|Ron Weasley]], [[Muggles' Guide to Harry Potter/Characters/Albus Dumbledore|Albus Dumbledore]] }} == Overview == '''''Hermione Jean Granger'''''<!-- note: "Jean" is specified in Deathly Hallows chapter 7, UK / Cdn edition p.106 --> is the only daughter of two Muggle dentists. Hermione is academically gifted and spends much time studying, doing homework, and other class-related things during the year at [[Muggles' Guide to Harry Potter/Places/Hogwarts School of Witchcraft and Wizardry|Hogwarts School of Witchcraft and Wizardry]]. Hermione often serves as the voice of reason when her two best friends [[Muggles' Guide to Harry Potter/Characters/Harry Potter|Harry Potter]] and [[Muggles' Guide to Harry Potter/Characters/Ron Weasley|Ron Weasley]] get themselves into interesting or dangerous situations. Although seemingly always stressed due to schooling, Hermione is dependable when called upon, and is extremely adept at accomplishing things correctly and efficiently. Hermione has a rather bossy voice, bushy brown hair, and large front teeth, which she later has magically shrunk. Her birthday is [http://www.jkrowling.com/textonly/en/extrastuff_view.cfm?id=8 September 19th]. She was eleven-years-old at the start of [[Muggles' Guide to Harry Potter/Books/Philosopher's_Stone|''Harry Potter and the Philosopher's Stone'']], turning twelve shortly thereafter, making her almost a year older than Harry, and six months older than Ron; internal evidence suggests she was born in 1979. Hermione's wand is vine with a Dragon heartstring core. Vine can represent great bounty, renewal, and also extreme emotions such as joy and anger. And while Dragons are often considered as evil beasts, they also symbolize strength, purification, wisdom, renewal, and power. The wood in Hermione's wand's also reflects her September 19 birth date, in which vine is the Celtic Tree Calendar's September 2 - September 29 cycle. For more on this topic, see the article on [[Muggles' Guide to Harry Potter/Magic/Wand|wands]]. == Role in the books == {{Muggles' Guide to Harry Potter/Beginner Spoiler}} '''Note:''' Hermione Granger, while not the viewpoint character in this series, is one of the Trio, and thus involved in nearly all the action. Summarizing her role in the books would, perforce, only recap the books. For a detailed overview of Hermione's role in the series, it is best to read the actual books on which this text is based; failing that, begin [[Muggles' Guide to Harry Potter/Books/Philosopher's Stone/Chapter 1|here]] and proceed onwards from that point. The sections below only highlights her role and character. === [[Muggles' Guide to Harry Potter/Books/Philosopher's Stone|Philosopher's Stone]] === Hermione is introduced as a smart, but rather bossy know-it-all girl, who intrudes into [[Muggles' Guide to Harry Potter/Characters/Harry Potter|Harry]] and [[Muggles' Guide to Harry Potter/Characters/Ron Weasley|Ron's]] compartment on the Hogwarts Express. She acts disdainful after Ron unsuccessfully casts a spell, then boasts she has already read all the textbooks. Though Ron hoped she would be sorted into some other school House, she is placed in Gryffindor with him and Harry, though they do their best to avoid her. Though Hermione excels in her studies, being the first student to levitate a feather in [[Muggles' Guide to Harry Potter/Magic/Charms|Charms]] class, her intellectualism is off-putting, and she has made few, if any, friends. After overhearing Ron's insulting remarks, she runs off sobbing. A Mountain Troll enters the dungeons and traps her in the girls lavatory. Harry and Ron together defeat it, thus saving Hermione's life, but Professor McGonagall intends to punish them, believing they deliberately attempted to subdue the creature. Hermione intervenes by claiming that she was the one who went looking for the Troll, thus sparing Harry and Ron, and earning her their friendship; the Trio, as they are called, is formed, and they remain together for the series and beyond. While this book serves mainly as an introduction to the magical world and its characters, a real quest soon emerges. Harry suspects that [[Muggles' Guide to Harry Potter/Characters/Severus Snape|Professor Snape]] is plotting to steal the [[Muggles' Guide to Harry Potter/Magic/Philosopher's Stone|Philosopher's Stone]] (known as the Sorceror's Stone in the U.S. editions) that is being guarded at Hogwarts. Apparently, the evil wizard who murdered Harry's parents, [[Muggles' Guide to Harry Potter/Characters/Lord Voldemort|Lord Voldemort]], was killed when he attempted to murder Harry. With Dark magic and the Philosopher's Stone, it is possible he could return. It appears that Snape is his accomplice, but it is actually [[Muggles' Guide to Harry Potter/Characters/Professor Quirrell|Professor Quirrell]]. Hermione uses her advanced magical skills to help Harry and Ron foil Lord Voldemort's plan to steal the Stone. Finally, at the Leaving Feast, Dumbledore awards Hermione fifty House points for, "use of cool logic in the face of fire". Hermione is always at the top of the class, as expected. She and Ron both promise to write to Harry during the summer. === [[Muggles' Guide to Harry Potter/Books/Chamber of Secrets|Chamber of Secrets]] === Hermione surprises Harry and Ron by her apparent crush on the new [[Muggles' Guide to Harry Potter/Magic/Defence Against the Dark Arts|Defence Against the Dark Arts]] teacher, [[Muggles' Guide to Harry Potter/Characters/Gilderoy Lockhart|Gilderoy Lockhart]], though many other females share this infatuation. Surprisingly, despite his increasingly demonstrated magical incompetence, she still seems to believe that he is exceptionally talented; Hermione's usually astute logic has, for once, been blinded by her emotions. After mysterious writing appears on a wall warning that the Chamber of Secrets has been opened, there is much speculation as to what it is. Hermione asks [[Muggles' Guide to Harry Potter/Characters/Professor Binns|Professor Binns]] to tell the class about the Chamber. Apparently, before departing Hogwarts after a fallout with the other Founders, [[Muggles' Guide to Harry Potter/Characters/Salazar Slytherin|Salazar Slytherin]] constructed a secret chamber beneath the castle. Henceforth, the Chamber could only be opened by his true heir, and it is believed to contain a monster that would assist in purging all but pure-blooded Wizards from the school. Suspecting that [[Muggles' Guide to Harry Potter/Characters/Draco Malfoy|Draco Malfoy]] knows something about the heir, Hermione concocts a scheme using [[Muggles' Guide to Harry Potter/Magic/Polyjuice Potion|Polyjuice Potion]] to disguise the Trio as Slytherins and infiltrate their dormitory; she spends the next month brewing it in Moaning Myrtle's bathroom. Her sudden willingness to break rules is not only uncharacteristic, but amazes Harry and Ron. Hermione's plan backfires when, accidentally adding cat hair to her potion, she half-transforms herself into a feline, landing her in the Hospital Wing for a month. Harry and Ron, however, are able to slip into Slytherin disguised as Crabbe and Goyle, obtaining valuable information from Draco Malfoy. As students are being Petrified, Hermione pieces clues together, leading her to suspect something about the Chamber. She dashes to the library for more information, but is Petrified before sharing what she learned with Ron and Harry. Harry finds a torn-out page balled up in her hand that suggests the monster is a [[Muggles' Guide to Harry Potter/Magic/Basilisk|Basilisk]], and it is using the plumbing to move about the school. Thanks to Hermione's help, Harry defeats the monster and saves Ginny Weasley. Hermione, when restored to health, is dismayed that final exams have been canceled. === [[Muggles' Guide to Harry Potter/Books/Prisoner of Azkaban|Prisoner of Azkaban]] === Hermione seems massively overloaded with books when we meet her in [[Muggles' Guide to Harry Potter/Places/Diagon Alley|Diagon Alley]]. Intending to buy an owl, she instead purchases an unusual ginger-colored cat she names [[Muggles' Guide to Harry Potter/Characters/Crookshanks|Crookshanks]] that takes an immediate dislike to [[Muggles' Guide to Harry Potter/Characters/Scabbers|Scabbers]], Ron's pet rat. Throughout the year, Hermione perplexingly appears to be taking more classes than humanly possible, including some taught at the same time. Hermione also seems to inexplicably appear and disappear before and after classes, although she dodges giving any explanation about her odd behavior. Initially, the extra work is enjoyable, but the strain eventually shows, causing Hermione to occasionally act uncharacteristically. She punches Draco Malfoy after he insults Hagrid, who is distraught over the Hippogriff [[Muggles' Guide to Harry Potter/Characters/Buckbeak|Buckbeak's]] impending execution. Hermione is always loyal to Harry, and setting aside her concerns about the possible danger, says nothing to [[Muggles' Guide to Harry Potter/Characters/Minerva McGonagall|Professor McGonagall]] about Harry's Marauder's Map, a magical document showing every person's location within Hogwarts. With it, [[Muggles' Guide to Harry Potter/Characters/Sirius Black|Sirius Black]], who escaped [[Muggles' Guide to Harry Potter/Places/Azkaban|Azkaban prison]], could enter the castle and locate Harry, who Black apparently intends to murder. Hermione is unable to ignore a potentially greater threat when Harry receives an expensive Firebolt [[Muggles' Guide to Harry Potter/Magic/Brooms|broom]] as an anonymous Christmas gift, and she reports it to McGonagall. Her valid argument that it may be cursed and could have been sent by Black fail to sway either Harry or Ron, who think only about riding it. Consequently, Hermione experiences their full wrath, and they shun her, causing Hermione much heartache. Although the three reconcile after McGonagall returns the broom in the spring, tension erupts between Hermione and Ron when Ron suspects that Crookshanks killed Scabbers, who has suspiciously disappeared. Ron is particularly upset that Hermione expresses little remorse or accepts responsibility, though being overstressed and burdened by her heavy class load and preparing Buckbeak's appeal may have left her unable to react appropriately. She eventually apologizes to Ron about Scabbers, however, and they make up; Harry and Ron then make good on their previous promise to help with Buckbeak's case. When Buckbeak's appeal fails, the Trio visit Hagrid shortly before the execution at sundown. To Ron's relief, Hermione finds Scabbers, but the rat escapes. Ron catches him, but a large black dog appears and grabs Ron, breaking his leg as he is pulled into a tunnel under the Whomping Willow. Harry and Hermione follow it to the [[Muggles' Guide to Harry Potter/Places/Shrieking Shack|Shrieking Shack]]. There they encounter Sirius Black, an unregistered [[Muggles' Guide to Harry Potter/Magic/Animagus|Animagus]] who assumes a dog form. When [[Muggles' Guide to Harry Potter/Characters/Remus Lupin|Professor Lupin]] bursts in, appearing to be Black's accomplice, Hermione reveals his secret: Lupin is a Werewolf. Yet another unregistered Animagus is exposed: Scabbers, who is actually [[Muggles' Guide to Harry Potter/Characters/Peter Pettigrew|Peter Pettigrew]]. The three men were James Potter's best friends, but it was Pettigrew, not Black, who betrayed Harry's parents to Voldemort, framing Sirius for the crime by killing twelve Muggles and faking his own death. Black intends to kill Pettigrew for revenge. Pettigrew escapes, and Sirius is captured by [[Muggles' Guide to Harry Potter/Magic/Dementor|Dementors]]. As the creatures prepare to suck out his soul, Hermione, prompted by Dumbledore, shows Harry a Time-Turner, a device she has been using all year to attend multiple classes. Leaving Ron behind in the infirmary, they return to Hagrid's hut three hours earlier. As the previous events repeat, they rescue Buckbeak, then free Sirius Black, returning to the Hospital Wing at exactly the time they left. Heading back to London on the Hogwarts Express, Hermione tells Harry and Ron that she has returned the Time Turner to Professor McGonagall, preferring to have a normal class load. === [[Muggles' Guide to Harry Potter/Books/Goblet of Fire|Goblet of Fire]] === Hermione accompanies Harry and the Weasley family to the [[Muggles' Guide to Harry Potter/Major Events/Quidditch World Cup|Quidditch World Cup]]. A riot breaks out after the game, and hooded figures rampage through the campground, terrorizing Muggle-borns like Hermione. Voldemort's [[Muggles' Guide to Harry Potter/Magic/Morsmordre|Dark Mark]] floats in the sky. While at the World Cup, Hermione observed a [[Muggles' Guide to Harry Potter/Magic/House Elf|House-elf]], [[Muggles' Guide to Harry Potter/Characters/Winky|Winky]], being mistreated. She later discovers that Hogwarts' kitchens are staffed by over a hundred enslaved House-elves. Her resolve to help improve their lot soon transforms into a life-long mission. Students from [[Muggles' Guide to Harry Potter/Places/Beauxbatons Academy of Magic|Beauxbatons]] and [[Muggles' Guide to Harry Potter/Places/Durmstrang Institute|Durmstrang]], arrive at Hogwarts for the [[Muggles' Guide to Harry Potter/Major Events/Triwizard Tournament|Triwizard Tournament]], a recently revived, and dangerous, competition. Ron soon becomes infatuated with [[Muggles' Guide to Harry Potter/Characters/Fleur Delacour|Fleur Delacour]], a Beauxbatons student. Although Hermione finds him rather annoying, a Durmstrang student, [[Muggles' Guide to Harry Potter/Characters/Viktor Krum|Viktor Krum]] becomes romantically interested in her. When Harry is mysteriously selected as the fourth Triwizard champion, Hermione is the only student who believes he did not cheat to enter himself. While others, including Ron, ostracize Harry, she remains loyal, helping him prepare for the Tournament's [[Muggles' Guide to Harry Potter/Major Events/First Task|First Task]], and providing moral support while Harry and Ron are estranged. As a result, Harry and Hermione become even closer friends, though Hermione is relieved when Harry and Ron eventually reconcile. The [[Muggles' Guide to Harry Potter/Major Events/Yule Ball|Yule Ball]] finds both Harry and Ron dateless. Ron, desperate, asks Hermione, but she is already attending with Viktor Krum. Ron angrily accuses her of "fraternizing with the enemy," while she chastises him for having invited her only as a "last resort." Though Ron is mystified by her outburst, Harry thinks Hermione understands Ron's feelings better than Ron does, who becomes even more upset when he learns that Viktor has invited Hermione to visit him during the summer. For the Second Task, Hermione researches ways for Harry to remain underwater for an hour, and drills him on protective charms and jinxes for the [[Muggles' Guide to Harry Potter/Major Events/Third Task|Third Task]]. Meanwhile, her curiosity is piqued by [[Muggles' Guide to Harry Potter/Characters/Rita Skeeter|Rita Skeeter]], a muck-raking journalist who reports embarrassing and also false details about her subjects in sensationalistic articles. When Hermione discovers Skeeter is an unregistered Animagus, using her beetle form to eavesdrop on private conversations, she blackmails her to prevent her from writing any more stories about Harry. Otherwise, Hermione will report her to the Ministry as an unregistered Animagus, a serious offense. === [[Muggles' Guide to Harry Potter/Books/Order of the Phoenix|Order of the Phoenix]] === Though Hermione corresponds with Harry over the summer, her letters reveal little regarding Voldemort's return or what has been happening in the wizarding world, frustrating Harry. He is hardly placated when, after being brought to the [[Muggles' Guide to Harry Potter/Major Events/Order of the Phoenix|Order of the Phoenix]] [[Muggles' Guide to Harry Potter/Places/Grimmauld Place|Headquarters]], Hermione explains that she and Ron were under strict orders from Dumbledore to tell him nothing, though they, being under-aged, have actually been told little themselves. Hermione and Ron are made Gryffindor [[Muggles' Guide to Harry Potter/Major Events/Prefects|prefects]]. Hermione diligently performs her prefect duties. Ron, however, is considerably less punctilious, occasionally using his powers for his own amusement and personal gain, annoying Hermione. Harry, meanwhile, is peeved at being passed over. It is soon learned that the new [[Muggles' Guide to Harry Potter/Magic/Defence Against the Dark Arts|Defence Against the Dark Arts]] teacher is [[Muggles' Guide to Harry Potter/Characters/Dolores Umbridge|Dolores Umbridge]], a Ministry of Magic official who attended Harry's hearing and voted to convict him for using underage magic. When she gives an inappropriately long speech at the Welcoming Feast, only Hermione and a few faculty can concentrate on and fully comprehend her droning words; she later summarizes it for Harry and Ron as: the Ministry intends to meddle at Hogwarts. Fearing Dumbledore is building a secret wizard army to overtake the Ministry, Umbridge, with Cornelius Fudge's support, deliberately renders Defence Against the Dark Arts into an ineffective class. Frustrated with learning nothing, Hermione urges Harry to teach real defensive magic to any interested student, thus creating [[Muggles' Guide to Harry Potter/Major Events/Dumbledore's Army|"Dumbledore's Army"]]. It is Hermione who notices when Hagrid returns after a long absence, and helps persuade him to discuss his mission to parlay with the [[Muggles' Guide to Harry Potter/Magic/Giant|Giants]] for Dumbledore. As Umbridge gains more power and begins targeting certain teachers, particularly non-humans and half-breeds like Hagrid, for dismissal, Hermione advises Hagrid to only use Ministry-approved creatures in his classes. Hagrid ignores her warning, however, and is eventually sacked. At Christmas, after witnessing an attack on [[Muggles' Guide to Harry Potter/Characters/Arthur Weasley|Mr. Weasley]] in a vision, Harry worries that Voldemort may be possessing his mind. Hermione is concerned enough that she cancels her family skiing trip to instead go to Grimmauld Place, forcing Harry to talk with her, Ron, and Ginny. While visiting Mr. Weasley in hospital with the others, she and Ron learn the truth about Neville Longbottom's parents, who were tortured into insanity by Death Eaters, though Harry had kept Neville's secret to himself. Hermione is instrumental in countering the misinformation and propaganda the Ministry is continually spewing regarding Harry and Voldemort. She blackmails hack journalist Rita Skeeter into writing a truthful story about Harry that Luna Lovegood's father, Xenophilius, publishes in his tabloid paper, [[Muggles' Guide to Harry Potter/Magic/The Quibbler|the ''Quibbler'']]. The article changes the public's perception about Harry and Dumbledore, leaving Umbridge furious and casting doubt on the Ministry's official stance. When Harry experiences a vision that Voldemort is torturing Sirius at the Ministry of Magic, Hermione, suspecting it may be a trick, suggests using the Floo Network to attempt to contact him. Umbridge catches them, and is about to cast the [[Muggles' Guide to Harry Potter/Magic/Crucio|Cruciatus curse]] on Harry. Hermione quickly devises a cover story, fooling the vile Umbridge into believing that Dumbledore hid a secret weapon in the Forbidden Forest. She leads Umbridge there, then allows her to fall afoul of the [[Muggles' Guide to Harry Potter/Magic/Centaur|Centaurs]], who, after Umbridge insults and infuriates them, carry the screaming woman away. Harry, Hermione, Ron, Neville, [[Muggles' Guide to Harry Potter/Characters/Luna Lovegood|Luna]], and Ginny fly to the Ministry on Thestrals to rescue Sirius. But they have been lured into a trap, and are ambushed by Death Eaters intent on retrieving a [[Muggles' Guide to Harry Potter/Magic/Prophecy|Prophecy]] concerning Harry and Voldemort. In the ensuing battle, Hermione is seriously injured. Order of the Phoenix members arrive, and the Death Eaters are defeated, though Voldemort and Bellatrix Lestrange escape. When we next see Hermione, she is recuperating in the Hospital Wing. By the time the Hogwarts Express leaves Hogsmeade for London, she is fully recovered. === [[Muggles' Guide to Harry Potter/Books/Half-Blood Prince|Half-Blood Prince]] === Professor Dumbledore encourages Harry to share with Hermione and Ron what he learns about Voldemort during their private lessons. Hermione, meanwhile, remains vexed by Ron, who is still infatuated with [[Muggles' Guide to Harry Potter/Characters/Fleur Delacour|Fleur Delacour]]. She is at [[Muggles' Guide to Harry Potter/Places/The Burrow|The Burrow]] preparing for her and [[Muggles' Guide to Harry Potter/Characters/Bill Weasley|Bill Weasley's]] wedding. Ron also annoys Hermione when he abuses his Prefect powers and seems overly responsive to [[Muggles' Guide to Harry Potter/Characters/Lavender Brown|Lavender Brown's]] constant flirting. When Harry suspects Draco may be a Death Eater and is involved in a sinister plot, Hermione dismisses this, telling Harry he is over-reacting, though his suspicions actually have merit. In [[Muggles' Guide to Harry Potter/Characters/Horace Slughorn|Professor Slughorn's]] potions class, Hermione is annoyed when Harry, using an old textbook filled with a former student's notations, outperforms her, even though she diligently follows the traditional instructions. Hermione grows suspicious, however, and tests Harry's book for Dark magic. Finding none, she later searches for information about "The Half-Blood Prince," the name written inside the book's cover. Though unable to discover anything, Hermione remains convinced the Prince is a dodgy character and using his notes is cheating, though Harry and Ron disagree. Although Hermione remains at odds with Ron, she discreetly, and surprisingly, lends him a helping hand. When Ron tries out for Gryffindor Quidditch Keeper, he competes against [[Muggles' Guide to Harry Potter/Characters/Cormac McLaggen|Cormac McLaggen]], an athletically gifted but particularly arrogant student. Hermione [[Muggles' Guide to Harry Potter/Magic/Confundo|Confunds]] McLaggen during the trials, causing him to continually miss plays and winning Ron a place on the team. Hermione later justifies her actions to Harry by claiming that McLaggen's combative personality would disrupt the team. Both Hermione and Harry are drafted into Professor Slughorn's "Slug Club", a collection of students he considers rising stars. Ron, jealous at being excluded, snubs Hermione's invitation to attend Slughorn's Christmas party, and sarcastically suggests she should instead attend with Cormac. She does, just to annoy Ron, but soon regrets her decision, spending the entire evening evading Cormac's obnoxious overtures. Hermione commends Harry for inviting Luna Lovegood to the party, although others, including Ron, mocked him for taking "Loony Lovegood." When Ron begins an intensely physical relationship with Lavender Brown, Hermione becomes upset and avoids him. But Ron and Hermione permanently end their feud when Ron nearly dies after being accidentally poisoned. Ron and Lavender split up soon after, much to Hermione's delight, while Harry is secretly pleased that Ginny ended her relationship with Dean Thomas. Dumbledore and Harry prepare to search for another Voldemort [[Muggles' Guide to Harry Potter/Magic/Horcrux|Horcrux]]. Harry, suspecting something sinister may be unfolding at Hogwarts, charges Ron and Hermione with re-activating Dumbledore's Army to guard the castle and monitor the [[Muggles' Guide to Harry Potter/Places/Room of Requirement|Room of Requirement]], where Draco Malfoy has been secretly engaging in some unknown activity. Harry's suspicions are correct, and Death Eaters invade the school while Harry and Dumbledore are away. Hermione later discovers that Snape, who has murdered Dumbledore and escaped with the Death Eaters, is the Half-Blood Prince; his mother, a witch, was born Eileen Prince, while his father, Tobias Snape, was a Muggle, making Severus a half-blood. At Dumbledore's funeral, Hermione and Ron comfort each other. Afterward, they tell Harry that they are accompanying him on his mission, whatever it may be, but Ron reminds him they must first attend a wedding. === [[Muggles' Guide to Harry Potter/Books/Deathly Hallows|Deathly Hallows]] === Hermione is among the six Harry Potter decoys used in the [[Muggles' Guide to Harry Potter/Major Events/Escape from Privet Drive|escape from Privet Drive]]. At The Burrow, when Harry still senses Voldemort's thoughts, Hermione is dismayed, reminding him that Dumbledore wanted that channel closed. As the Trio is about to embark on their mission, Hermione shrinks everything they need, packing it all in a carrying bag. She includes Dark Magic books, and has been researching ways to destroy Horcruxes. Harry already hit upon one method in [[Muggles' Guide to Harry Potter/Books/Chamber of Secrets/Chapter 17|the Chamber of Secrets]], namely [[Muggles' Guide to Harry Potter/Magic/Basilisk|Basilisk venom]]. Hermione once again refuses Harry's suggestion that she stay behind. When Fred and George swear by the book, ''Twelve Fail-Safe Ways to Charm Witches'', Ron applies its methods to Hermione, who seems to respond favorably. But Ron becomes upset and jealous when Viktor Krum arrives for Bill and Fleur's wedding, apparently still interested in Hermione, while she is flattered by Krum's attention. When Death Eaters attack the wedding reception, Hermione Apparates the Trio away and then to [[Muggles' Guide to Harry Potter/Places/Grimmauld Place|Grimmauld Place]], Sirius Black's family home after Death Eaters attack them at a café. While there, Harry connects Sirius' brother, [[Muggles' Guide to Harry Potter/Characters/Regulus Black|Regulus]] with the ''R.A.B.'' who left the note inside the fake locket Horcrux. After determining the real Locket Horcrux was stolen and used to bribe [[Muggles' Guide to Harry Potter/Characters/Dolores Umbridge|Dolores Umbridge]], the three infiltrate the Ministry of Magic to search for it. The Trio become separated, but Harry and Hermione retrieve the Locket and, meeting up with Ron, barely escape. The Trio wander the English countryside, searching for the Horcruxes and the means to destroy them. Ron, unprepared for such a difficult mission and affected by the Locket's evil nature, leaves the group in a childish huff. His abrupt departure devastates Hermione, but her faith in Harry and his mission never wavers. When dark secrets emerge about Dumbledore's past, causing Harry to doubt him and the mission, Hermione helps him to look beyond Dumbledore's earlier failings and see the good man he chose to become. Ron rejoins the group, though Hermione remains furious at him. From here on, however, Ron assumes more responsibility for the mission's operations and often takes the lead, planning their strategy. From a children's story, ''The Tale of the Three Brothers'', the Trio learns about the [[Muggles' Guide to Harry Potter/Magic/Deathly Hallows|Deathly Hallows]], three magical objects. Hermione dismisses the Resurrection Stone, but wonders if Harry's Invisibility Cloak is the one in the story, and admits the Elder Wand has a credible history. It may even be Dumbledore's wand that he captured from [[Muggles' Guide to Harry Potter/Characters/Gellert Grindelwald|Grindelwald]], a Dark wizard he defeated many years before; they soon learn Voldemort is seeking it. The Trio is captured by Snatchers and taken to [[Muggles' Guide to Harry Potter/Places/Malfoy Manor|Voldemort's headquarters]] at Malfoy Manor. [[Muggles' Guide to Harry Potter/Characters/Bellatrix Lestrange|Bellatrix Lestrange]] tortures Hermione using the [[Muggles' Guide to Harry Potter/Magic/Crucio|Cruciatus curse]], then offers her as a prize to [[Muggles' Guide to Harry Potter/Characters/Fenrir Greyback|Fenrir Greyback]], a sadistic Werewolf. Ron, hearing Hermione's screams, is distraught. With Dobby's help, Ron and Harry rescue her, then Disapparate to [[Muggles' Guide to Harry Potter/Places/Shell Cottage|Shell Cottage]], Bill and Fleur's home, where Hermione quickly recovers. After stealing a Horcrux from the Lestrange's Gringotts vault and making a daring escape, the Trio head to Hogwarts, where Harry believes the last Horcrux is hidden. As Harry searches for it, Ron realizes if the Chamber of Secrets can be opened, the Basilisk fangs lying within can destroy the Horcruxes; he opens the Chamber by repeating Parseltongue words he heard Harry speaking. Hermione truly admires Ron's cleverness, and when he also suggests warning Hogwarts' House-elves about the impending battle, Hermione, ecstatic over Ron's new-found compassion, throws herself into his arms, kissing him. In the epilogue, we learn that Hermione works in a high-level position within the Ministry of Magic. She and Ron have married, and have two children, Rose and Hugo. == Strengths == Hermione's greatest strength is a vast intellect combined with her magical ability. Her magical skills, have, throughout the series, aided Harry and Ron on many occasions. As she is generally caring, compassionate, and usually adopts a "rule-abiding" point-of-view, Hermione often presents Harry and Ron with alternative approaches to their situations. Her intelligence, while initially more academic, has increasingly been combined with her magical skills, helping her become a skilled duelist, capable of battling far more experienced Death Eaters, as she demonstrated in the battle at the Department of Mysteries, and later in the final battle at Hogwarts. In her age group, apparently only Harry outperforms her in Defence Against the Dark Arts. Gryffindor, a House known for bravery, initially seems an unusual choice for Hermione. Given her great burgeoning intellect, Ravenclaw would seem more suitable. But the Sorting Hat can detect unseen characteristics within students that they are as yet unaware exist. While Hermione is as intelligent as any Ravenclaw, she will gradually demonstrate courage they may lack by practically applying her knowledge and pursuing her beliefs, even when mocked or faced with difficult obstacles. Hermione is also logical, quick thinking, and adaptable. Her cool demeanor, even when under duress, prevents her from panicking while quickly devising a solution to most problems. She is also naturally adept in organization and planning, which culminates in her brilliant preparations for the Trio's Horcrux mission during [[Muggles' Guide to Harry Potter/Books/Deathly Hallows|''Harry Potter and the Deathly Hallows'']]. == Weaknesses == At times, Hermione's intellect has prevented her from making the same connections about other people and their motives that Ron, and especially Harry, instinctively sense. Her adherence and reliance on "rules" often causes deep conflicts with her intuitive belief that they may sometimes be wrong. She will break rules if she believes it serves a greater purpose, and though she often feels guilty about this, as she matures, it bothers her much less. Hermione is self-conscious about her physical appearance, "a bossy sort of voice, lots of bushy brown hair, and large front teeth" in the first book. In ''Harry Potter and the Goblet of Fire'', however, it is noted that she blossoms into an attractive young woman as puberty sets in: even before the Yule Ball, she was able to attract the attention of Victor Krum. Her greatest fear is failure — her [[Muggles' Guide to Harry Potter/Magic/Boggart|Boggart]] was Professor McGonagall telling her she had "failed everything," and she was upset when she missed one O (Outstanding) on her [[Muggles' Guide to Harry Potter/Major Events/OWL exams|O.W.L.s]], earning the next-best grade of an E (Exceeds Expectations) in [[Muggles' Guide to Harry Potter/Magic/Defence Against the Dark Arts|Defence Against the Dark Arts]]. Being a Gryffindor, Hermione certainly has a brave and noble character, and always has the courage to speak her mind on important issues, but she can be timid and uncertain when there is physical danger, and visibly shaken after trauma. Her rather bossy personality, and somewhat superior and erudite manner, were initially off-putting to both Harry and Ron (and other classmates), though her insecurity and self-doubt may partially have been the cause. As she matures, these traits have become subdued somewhat, and she instead uses her intellect and leadership skills to help guide the others. == Relationships with other characters == Hermione, an only child, apparently enjoys a close relationship with her family, but her home life is never seen, and her Muggle parents remain in the distant background. To protect them from Voldemort and his Death Eaters, Hermione alters their memories and sends them to Australia under a new identity in ''Harry Potter and the Deathly Hallows''. Initially, Hermione has problems making friends at Hogwarts; like Harry, her Muggle background may have caused some difficulty in her adapting to the Wizarding world, despite all her research about it. She is also highly intelligent, and her somewhat superior manner, coupled with a bossy nature, is rather off-putting to many peers. Behind her confident facade, however, she can be self-conscious about her appearance and fearful of failure. After becoming friends with Ron and Harry, she develops other friendships, becoming particularly close to Ron's sister, Ginny, and later befriends Luna Lovegood, an odd Ravenclaw girl who most students shun. No one is as close to her as Harry and Ron, however, and she becomes an integral player in the "Trio", where her cool logic and deep intellect constantly aid their adventures. Their friendship is tested, however, after a falling out in ''Harry Potter and the Prisoner of Azkaban'', though the relationship is eventually mended with Hagrid's help. '''Ron Weasley''' During the series, Hermione and Ron develop a tentative romantic attraction to one another, though both are hesitant and unsure regarding how the other feels, at least until the end of ''Harry Potter and the Half-Blood Prince''. Earlier, any budding feelings either may have seem scuttled when, in ''Harry Potter and the Prisoner of Azkaban,'' Hermione reports to Professor McGonagall that an anonymous benefactor sent Harry an expensive (and potentially cursed) racing broom. Both Harry and Ron shun Hermione, even though her only concern was Harry's safety. Hermione seems equally uncaring and insensitive when she later refuses to acknowledge that her cat, Crookshanks, did anything wrong by apparently killing Ron's pet rat, Scabbers. Harry, in this latter instance, is more sympathetic to Hermione's view that Crookshanks is only being a cat, but the relationship with Ron, almost repaired with the return of Harry's broom, is again in difficulty until Scabbers' return and the revelation of his true nature. Unable to reconcile their mutual feelings, Hermione and Ron develop other romantic relationships. In ''Harry Potter and the Goblet of Fire'', Hermione attends the Yule Ball with Viktor Krum, a visiting Durmstrang student, and continues corresponding with him after he returns home, though her interest in him is more casual than his is in her. She meets Viktor again at Bill Weasley and Fleur Delacour's wedding in ''Harry Potter and the Deathly Hallows''; he is apparently still attracted to her, while she is flattered by his attention. In ''Harry Potter and the Half-Blood Prince'', Ron begins dating Lavender Brown, possibly in part to make Hermione jealous. If that is his aim, he succeeds, though his actions also deeply hurt her. Ron, in turn, had become upset and angry after hearing that Hermione had kissed Viktor. Meanwhile, Cormac McLaggen casts his roving eye upon Hermione, and despite his obnoxious, narcissistic personality, she invites him to Professor Slughorn's Christmas party to retaliate against Ron. Her plan backfires, however, when she must actively deflect McLaggen's amorous advances. Ron apparently remains oblivious to Hermione's feelings, as well as to his own, at least until late in ''Harry Potter and the Half-Blood Prince''. The Twins give Ron a book on how to charm witches, and Ron reveals early in ''Harry Potter and the Deathly Hallows'' that he has been secretly applying its techniques to Hermione, who responds favourably. However, their budding romance seems abruptly ended when Ron, angry at Harry, deserts the mission, and she refuses to go with him. When Ron returns, Hermione is so enraged that he abandoned her and Harry that she has to be physically restrained from attacking him. She eventually forgives him, and Ron shows a new-found maturity and self-reliance that Hermione truly comes to admire. This strengthens their bond until they finally declare their love for one another, late in ''Harry Potter and the Deathly Hallows''. They eventually marry and have two children, Rose and Hugo, as told in the epilogue of that book. '''Other Weasley Family members''' Hermione becomes good friends with Ginny Weasley, and often stays with the Weasley family. She gets on well with them, except during ''Harry Potter and the Goblet of Fire'' when Mrs. Weasley, wrongly believing Harry and Hermione are now dating, spurns Hermione after Rita Skeeter's news article falsely implies that Hermione is also toying with Viktor Krum. Hermione, along with Ron, becomes a Gryffindor prefect, but she, unlike Ron, finds it difficult to overlook the Weasley Twins' frequent pranks and unsanctioned business activities at the school. She does show more fondness for Percy Weasley than other characters do, perhaps because their personalities are somewhat similar. This fondness seems to somewhat fall by the wayside in ''Harry Potter and the Order of the Phoenix'', possibly because Percy's ambition requires that he reject Dumbledore and estrange himself from his family. '''Harry Potter''' While Hermione and Harry remain close during the series, their relationship never becomes romantic, despite many fans' hopes that it would. Each is an only child, raised by Muggles, and they entered the Wizarding world at the same time. These common ties eventually bond them like brother and sister, as well as best friends. Their later marrying into the same family further cements their relationship. From as early as the first book, hints are laid that a romantic relationship is developing between Hermione and Ron, while there are no such clues that anything other than a platonic friendship exists between Harry and Hermione. By ''Harry Potter and the Half-Blood Prince,'' Ron and Hermione's growing attraction is so obvious that not only is Harry noting it, he worries it could affect his own relationship with each one, possibly leaving him without his two best friends should they get together and exclude him, or, if they break up, forcing Harry to choose between them. Among Harry's peers, Hermione always remains loyal and never doubts his intent, while offering sage advice whenever she feels it is needed. She steadfastly supports Harry without seeking anything in return. Even Ron, jealous over Harry's celebrity, and later, frustrated with Dumbledore's mission, briefly deserts Harry and Hermione. Throughout the series, it is Hermione who always loyally remains by Harry's side. She, however, has felt the brunt of Harry's (and Ron's) wrath and nearly lost both boys' friendship forever after she reported to McGonagall that Harry received an expensive broomstick from an anonymous sender. Despite the broom possibly being cursed, Harry, concerned only with flying on his new prize, refused to consider that a Dark enemy could have sent the gift as a deadly weapon. Both he and Ron cruelly shun Hermione, leaving her devastated by the long estrangement, though the three eventually reconcile. Hermione once again experiences Harry's displeasure after her spell accidentally breaks his wand during their frantic escape from Bathilda Bagshot's house in ''Deathly Hallows''. Even though she saved both their lives, Harry's gratitude suddenly goes missing when, focused only on his lost wand, he rather brusquely avoids Hermione, upsetting her. Harry quickly recovers, however, and realizes just how heroically Hermione acted. '''Professor Dumbledore''' Hermione's relationships with Professor Dumbledore should also be noted. Though they had little direct interaction throughout the series, Dumbledore recognized Hermione's many talents and superior intellect, as well as the important role she would likely play in Harry's mission to destroy Voldemort's Horcruxes. Dumbledore may have arranged for her to retrieve some restricted Dark magic books from the Headmaster's office to aid the quest, as she easily summons them through an open window shortly after his death. Further evidence that Dumbledore intended for Hermione (and Ron) to join Harry's mission, is shown by his having bequeathed her a book of fairy tales containing a vital clue about the Deathly Hallows. Hermione greatly admired Professor Dumbledore, and she, unlike Harry, understood that his earlier flaws actually made him into the great man and wizard he eventually became. She helps Harry regain his faith in the Headmaster by showing him that Dumbledore ''chose'' to overcome his earlier failings to instead follow a light path. '''Rubeus Hagrid''' Hermione also grows close to Hagrid, though less than Harry, but more so than Ron. Even though Hermione is the student, her mature advice often guides the gentle, and sometimes child-like, giant as much as he protects her. Knowing that the bigoted Dolores Umbridge has targeted Hagrid and all non-humans and half-humans at Hogwarts for unfair dismissal, Hermione strongly urges him to only use Ministry-approved animals in his Magical Creatures class. Unfortunately, he ignores her warning, giving Umbridge more cause to sack him when some students are slightly injured. Hermione also agrees to help Hagrid civilize his half-brother, Grawp, a full-blooded giant. It is Hagrid who is instrumental in healing the rift between Hermione, and Harry and Ron in ''Harry Potter and the Prisoner of Azkaban'', realizing how deeply the boys' estrangement has hurt her and how much she values their friendship. She, in turn, helps Hagrid defend Buckbeak, the Hippogriff that was unjustly condemned to death, and consoles Hagrid shortly before the scheduled execution. She and Harry later save Buckbeak (and Sirius Black), much to Hagrid's delight and relief, though Hagrid never learns her part in that rescue as far as we are told. Hermione's romantic relationships with Ron and other characters [[Muggles' Guide to Harry Potter/Major Events/Hermione Granger|is covered in more depth here]]. == Analysis == Hermione is an integral part of "the Trio", but unlike Harry, who is the "hero", and Ron, the "sidekick/lancer", her role is more difficult to define, though she is the stabilizing force among the three. It is clear that, without her vast intellect and meticulous planning, the other two would never have succeeded in Dumbledore's quest to find and destroy Voldemort's Horcruxes. Whereas Harry begins losing faith in Dumbledore, and Ron loses faith in Harry (causing him to temporarily depart the quest), Hermione remains steadfast, determined, and loyal to Harry, and always believing in Dumbledore and his mission. In some ways, she assumes Dumbledore's role, gently guiding Harry and Ron with her logical, wise advice, while keeping her eye on the ultimate goal: defeating Voldemort. However, Hermione's erudite, bossy, and overly cautious personality can annoy both Harry and Ron, though these traits soften somewhat over time. Of the Trio, Hermione seems the most rational, though she is occasionally high-strung. She is consistently the best student at Hogwarts in almost every subject and would almost certainly have become Head Girl had she stayed at Hogwarts for her seventh year. Failure is Hermione's deepest fear, and she seems to have a near obsessive-compulsive drive to achieve the highest marks and to follow all rules, though she has gradually mellowed with regard to the latter in later books, if she feels it is justified. == Questions == {{Muggles' Guide to Harry Potter/Questions}} #How does Hermione handle stress? What does this show about her as a person? #Hermione is loyal, practical, and honest. Which of these qualities is the most important in a friend? #How does Hermione's relationship with Harry differ from her relationship with Ron? #Hermione's main strength seems to be her intellect. Should she have been Sorted into Ravenclaw? Why or why not? == Greater picture == {{Muggles' Guide to Harry Potter/Intermediate Spoiler}} As in the Muggle world, the Wizarding realm is contaminated with institutional prejudice, insensitivity, and racism. Hermione introduces a feminist viewpoint and becomes a champion for the downtrodden. Several times, Hermione reminds Harry and Ron that an unknown "he" they are discussing could, in fact, be a woman. She confounds bigots like Draco Malfoy with her Muggle-born brilliance. One of her ongoing ambitions is to secure the advancement and rights of [[Muggles' Guide to Harry Potter/Magic/House Elf|House-elves]] and other intelligent, magical non-humans who have been enslaved or suppressed by wizards. Hermione becomes a one-person symbol of civil rights activism and social progress. {{BookCat}} g3d7a0e4rnjlnaec25hmm90u9ehi5qx 4089939 4089938 2022-08-10T03:34:18Z 67.143.192.62 Undid revision 4089938 by [[Special:Contributions/Hasley|Hasley]] ([[User talk:Hasley|discuss]]) wikitext text/x-wiki <big>'''There is no such thing called Hermione Granger!!!!!! This page should be deleted!!!!!!'''</big> <big>'''Forget about this page, and never ever visit this page again, loser!!!!!!'''</big> g6jcj7u8ovlzn4y5d87eokrg3mid3iq 4089940 4089939 2022-08-10T03:46:55Z Hasley 3159157 [[WB:REVERT|Reverted]] edits by [[Special:Contributions/67.143.192.62|67.143.192.62]] ([[User talk:67.143.192.62|talk]]) to last version by Hasley wikitext text/x-wiki {{Muggles' Guide to Harry Potter/Character| name=Hermione Jean Granger| gender=Female| hair=Brown| eyes=Brown| family=[[Muggles' Guide to Harry Potter/Magic/Muggle|Muggles]]| loyalty=[[Muggles' Guide to Harry Potter/Characters/Harry Potter|Harry Potter]], [[Muggles' Guide to Harry Potter/Characters/Ron Weasley|Ron Weasley]], [[Muggles' Guide to Harry Potter/Characters/Albus Dumbledore|Albus Dumbledore]] }} == Overview == '''''Hermione Jean Granger'''''<!-- note: "Jean" is specified in Deathly Hallows chapter 7, UK / Cdn edition p.106 --> is the only daughter of two Muggle dentists. Hermione is academically gifted and spends much time studying, doing homework, and other class-related things during the year at [[Muggles' Guide to Harry Potter/Places/Hogwarts School of Witchcraft and Wizardry|Hogwarts School of Witchcraft and Wizardry]]. Hermione often serves as the voice of reason when her two best friends [[Muggles' Guide to Harry Potter/Characters/Harry Potter|Harry Potter]] and [[Muggles' Guide to Harry Potter/Characters/Ron Weasley|Ron Weasley]] get themselves into interesting or dangerous situations. Although seemingly always stressed due to schooling, Hermione is dependable when called upon, and is extremely adept at accomplishing things correctly and efficiently. Hermione has a rather bossy voice, bushy brown hair, and large front teeth, which she later has magically shrunk. Her birthday is [http://www.jkrowling.com/textonly/en/extrastuff_view.cfm?id=8 September 19th]. She was eleven-years-old at the start of [[Muggles' Guide to Harry Potter/Books/Philosopher's_Stone|''Harry Potter and the Philosopher's Stone'']], turning twelve shortly thereafter, making her almost a year older than Harry, and six months older than Ron; internal evidence suggests she was born in 1979. Hermione's wand is vine with a Dragon heartstring core. Vine can represent great bounty, renewal, and also extreme emotions such as joy and anger. And while Dragons are often considered as evil beasts, they also symbolize strength, purification, wisdom, renewal, and power. The wood in Hermione's wand's also reflects her September 19 birth date, in which vine is the Celtic Tree Calendar's September 2 - September 29 cycle. For more on this topic, see the article on [[Muggles' Guide to Harry Potter/Magic/Wand|wands]]. == Role in the books == {{Muggles' Guide to Harry Potter/Beginner Spoiler}} '''Note:''' Hermione Granger, while not the viewpoint character in this series, is one of the Trio, and thus involved in nearly all the action. Summarizing her role in the books would, perforce, only recap the books. For a detailed overview of Hermione's role in the series, it is best to read the actual books on which this text is based; failing that, begin [[Muggles' Guide to Harry Potter/Books/Philosopher's Stone/Chapter 1|here]] and proceed onwards from that point. The sections below only highlights her role and character. === [[Muggles' Guide to Harry Potter/Books/Philosopher's Stone|Philosopher's Stone]] === Hermione is introduced as a smart, but rather bossy know-it-all girl, who intrudes into [[Muggles' Guide to Harry Potter/Characters/Harry Potter|Harry]] and [[Muggles' Guide to Harry Potter/Characters/Ron Weasley|Ron's]] compartment on the Hogwarts Express. She acts disdainful after Ron unsuccessfully casts a spell, then boasts she has already read all the textbooks. Though Ron hoped she would be sorted into some other school House, she is placed in Gryffindor with him and Harry, though they do their best to avoid her. Though Hermione excels in her studies, being the first student to levitate a feather in [[Muggles' Guide to Harry Potter/Magic/Charms|Charms]] class, her intellectualism is off-putting, and she has made few, if any, friends. After overhearing Ron's insulting remarks, she runs off sobbing. A Mountain Troll enters the dungeons and traps her in the girls lavatory. Harry and Ron together defeat it, thus saving Hermione's life, but Professor McGonagall intends to punish them, believing they deliberately attempted to subdue the creature. Hermione intervenes by claiming that she was the one who went looking for the Troll, thus sparing Harry and Ron, and earning her their friendship; the Trio, as they are called, is formed, and they remain together for the series and beyond. While this book serves mainly as an introduction to the magical world and its characters, a real quest soon emerges. Harry suspects that [[Muggles' Guide to Harry Potter/Characters/Severus Snape|Professor Snape]] is plotting to steal the [[Muggles' Guide to Harry Potter/Magic/Philosopher's Stone|Philosopher's Stone]] (known as the Sorceror's Stone in the U.S. editions) that is being guarded at Hogwarts. Apparently, the evil wizard who murdered Harry's parents, [[Muggles' Guide to Harry Potter/Characters/Lord Voldemort|Lord Voldemort]], was killed when he attempted to murder Harry. With Dark magic and the Philosopher's Stone, it is possible he could return. It appears that Snape is his accomplice, but it is actually [[Muggles' Guide to Harry Potter/Characters/Professor Quirrell|Professor Quirrell]]. Hermione uses her advanced magical skills to help Harry and Ron foil Lord Voldemort's plan to steal the Stone. Finally, at the Leaving Feast, Dumbledore awards Hermione fifty House points for, "use of cool logic in the face of fire". Hermione is always at the top of the class, as expected. She and Ron both promise to write to Harry during the summer. === [[Muggles' Guide to Harry Potter/Books/Chamber of Secrets|Chamber of Secrets]] === Hermione surprises Harry and Ron by her apparent crush on the new [[Muggles' Guide to Harry Potter/Magic/Defence Against the Dark Arts|Defence Against the Dark Arts]] teacher, [[Muggles' Guide to Harry Potter/Characters/Gilderoy Lockhart|Gilderoy Lockhart]], though many other females share this infatuation. Surprisingly, despite his increasingly demonstrated magical incompetence, she still seems to believe that he is exceptionally talented; Hermione's usually astute logic has, for once, been blinded by her emotions. After mysterious writing appears on a wall warning that the Chamber of Secrets has been opened, there is much speculation as to what it is. Hermione asks [[Muggles' Guide to Harry Potter/Characters/Professor Binns|Professor Binns]] to tell the class about the Chamber. Apparently, before departing Hogwarts after a fallout with the other Founders, [[Muggles' Guide to Harry Potter/Characters/Salazar Slytherin|Salazar Slytherin]] constructed a secret chamber beneath the castle. Henceforth, the Chamber could only be opened by his true heir, and it is believed to contain a monster that would assist in purging all but pure-blooded Wizards from the school. Suspecting that [[Muggles' Guide to Harry Potter/Characters/Draco Malfoy|Draco Malfoy]] knows something about the heir, Hermione concocts a scheme using [[Muggles' Guide to Harry Potter/Magic/Polyjuice Potion|Polyjuice Potion]] to disguise the Trio as Slytherins and infiltrate their dormitory; she spends the next month brewing it in Moaning Myrtle's bathroom. Her sudden willingness to break rules is not only uncharacteristic, but amazes Harry and Ron. Hermione's plan backfires when, accidentally adding cat hair to her potion, she half-transforms herself into a feline, landing her in the Hospital Wing for a month. Harry and Ron, however, are able to slip into Slytherin disguised as Crabbe and Goyle, obtaining valuable information from Draco Malfoy. As students are being Petrified, Hermione pieces clues together, leading her to suspect something about the Chamber. She dashes to the library for more information, but is Petrified before sharing what she learned with Ron and Harry. Harry finds a torn-out page balled up in her hand that suggests the monster is a [[Muggles' Guide to Harry Potter/Magic/Basilisk|Basilisk]], and it is using the plumbing to move about the school. Thanks to Hermione's help, Harry defeats the monster and saves Ginny Weasley. Hermione, when restored to health, is dismayed that final exams have been canceled. === [[Muggles' Guide to Harry Potter/Books/Prisoner of Azkaban|Prisoner of Azkaban]] === Hermione seems massively overloaded with books when we meet her in [[Muggles' Guide to Harry Potter/Places/Diagon Alley|Diagon Alley]]. Intending to buy an owl, she instead purchases an unusual ginger-colored cat she names [[Muggles' Guide to Harry Potter/Characters/Crookshanks|Crookshanks]] that takes an immediate dislike to [[Muggles' Guide to Harry Potter/Characters/Scabbers|Scabbers]], Ron's pet rat. Throughout the year, Hermione perplexingly appears to be taking more classes than humanly possible, including some taught at the same time. Hermione also seems to inexplicably appear and disappear before and after classes, although she dodges giving any explanation about her odd behavior. Initially, the extra work is enjoyable, but the strain eventually shows, causing Hermione to occasionally act uncharacteristically. She punches Draco Malfoy after he insults Hagrid, who is distraught over the Hippogriff [[Muggles' Guide to Harry Potter/Characters/Buckbeak|Buckbeak's]] impending execution. Hermione is always loyal to Harry, and setting aside her concerns about the possible danger, says nothing to [[Muggles' Guide to Harry Potter/Characters/Minerva McGonagall|Professor McGonagall]] about Harry's Marauder's Map, a magical document showing every person's location within Hogwarts. With it, [[Muggles' Guide to Harry Potter/Characters/Sirius Black|Sirius Black]], who escaped [[Muggles' Guide to Harry Potter/Places/Azkaban|Azkaban prison]], could enter the castle and locate Harry, who Black apparently intends to murder. Hermione is unable to ignore a potentially greater threat when Harry receives an expensive Firebolt [[Muggles' Guide to Harry Potter/Magic/Brooms|broom]] as an anonymous Christmas gift, and she reports it to McGonagall. Her valid argument that it may be cursed and could have been sent by Black fail to sway either Harry or Ron, who think only about riding it. Consequently, Hermione experiences their full wrath, and they shun her, causing Hermione much heartache. Although the three reconcile after McGonagall returns the broom in the spring, tension erupts between Hermione and Ron when Ron suspects that Crookshanks killed Scabbers, who has suspiciously disappeared. Ron is particularly upset that Hermione expresses little remorse or accepts responsibility, though being overstressed and burdened by her heavy class load and preparing Buckbeak's appeal may have left her unable to react appropriately. She eventually apologizes to Ron about Scabbers, however, and they make up; Harry and Ron then make good on their previous promise to help with Buckbeak's case. When Buckbeak's appeal fails, the Trio visit Hagrid shortly before the execution at sundown. To Ron's relief, Hermione finds Scabbers, but the rat escapes. Ron catches him, but a large black dog appears and grabs Ron, breaking his leg as he is pulled into a tunnel under the Whomping Willow. Harry and Hermione follow it to the [[Muggles' Guide to Harry Potter/Places/Shrieking Shack|Shrieking Shack]]. There they encounter Sirius Black, an unregistered [[Muggles' Guide to Harry Potter/Magic/Animagus|Animagus]] who assumes a dog form. When [[Muggles' Guide to Harry Potter/Characters/Remus Lupin|Professor Lupin]] bursts in, appearing to be Black's accomplice, Hermione reveals his secret: Lupin is a Werewolf. Yet another unregistered Animagus is exposed: Scabbers, who is actually [[Muggles' Guide to Harry Potter/Characters/Peter Pettigrew|Peter Pettigrew]]. The three men were James Potter's best friends, but it was Pettigrew, not Black, who betrayed Harry's parents to Voldemort, framing Sirius for the crime by killing twelve Muggles and faking his own death. Black intends to kill Pettigrew for revenge. Pettigrew escapes, and Sirius is captured by [[Muggles' Guide to Harry Potter/Magic/Dementor|Dementors]]. As the creatures prepare to suck out his soul, Hermione, prompted by Dumbledore, shows Harry a Time-Turner, a device she has been using all year to attend multiple classes. Leaving Ron behind in the infirmary, they return to Hagrid's hut three hours earlier. As the previous events repeat, they rescue Buckbeak, then free Sirius Black, returning to the Hospital Wing at exactly the time they left. Heading back to London on the Hogwarts Express, Hermione tells Harry and Ron that she has returned the Time Turner to Professor McGonagall, preferring to have a normal class load. === [[Muggles' Guide to Harry Potter/Books/Goblet of Fire|Goblet of Fire]] === Hermione accompanies Harry and the Weasley family to the [[Muggles' Guide to Harry Potter/Major Events/Quidditch World Cup|Quidditch World Cup]]. A riot breaks out after the game, and hooded figures rampage through the campground, terrorizing Muggle-borns like Hermione. Voldemort's [[Muggles' Guide to Harry Potter/Magic/Morsmordre|Dark Mark]] floats in the sky. While at the World Cup, Hermione observed a [[Muggles' Guide to Harry Potter/Magic/House Elf|House-elf]], [[Muggles' Guide to Harry Potter/Characters/Winky|Winky]], being mistreated. She later discovers that Hogwarts' kitchens are staffed by over a hundred enslaved House-elves. Her resolve to help improve their lot soon transforms into a life-long mission. Students from [[Muggles' Guide to Harry Potter/Places/Beauxbatons Academy of Magic|Beauxbatons]] and [[Muggles' Guide to Harry Potter/Places/Durmstrang Institute|Durmstrang]], arrive at Hogwarts for the [[Muggles' Guide to Harry Potter/Major Events/Triwizard Tournament|Triwizard Tournament]], a recently revived, and dangerous, competition. Ron soon becomes infatuated with [[Muggles' Guide to Harry Potter/Characters/Fleur Delacour|Fleur Delacour]], a Beauxbatons student. Although Hermione finds him rather annoying, a Durmstrang student, [[Muggles' Guide to Harry Potter/Characters/Viktor Krum|Viktor Krum]] becomes romantically interested in her. When Harry is mysteriously selected as the fourth Triwizard champion, Hermione is the only student who believes he did not cheat to enter himself. While others, including Ron, ostracize Harry, she remains loyal, helping him prepare for the Tournament's [[Muggles' Guide to Harry Potter/Major Events/First Task|First Task]], and providing moral support while Harry and Ron are estranged. As a result, Harry and Hermione become even closer friends, though Hermione is relieved when Harry and Ron eventually reconcile. The [[Muggles' Guide to Harry Potter/Major Events/Yule Ball|Yule Ball]] finds both Harry and Ron dateless. Ron, desperate, asks Hermione, but she is already attending with Viktor Krum. Ron angrily accuses her of "fraternizing with the enemy," while she chastises him for having invited her only as a "last resort." Though Ron is mystified by her outburst, Harry thinks Hermione understands Ron's feelings better than Ron does, who becomes even more upset when he learns that Viktor has invited Hermione to visit him during the summer. For the Second Task, Hermione researches ways for Harry to remain underwater for an hour, and drills him on protective charms and jinxes for the [[Muggles' Guide to Harry Potter/Major Events/Third Task|Third Task]]. Meanwhile, her curiosity is piqued by [[Muggles' Guide to Harry Potter/Characters/Rita Skeeter|Rita Skeeter]], a muck-raking journalist who reports embarrassing and also false details about her subjects in sensationalistic articles. When Hermione discovers Skeeter is an unregistered Animagus, using her beetle form to eavesdrop on private conversations, she blackmails her to prevent her from writing any more stories about Harry. Otherwise, Hermione will report her to the Ministry as an unregistered Animagus, a serious offense. === [[Muggles' Guide to Harry Potter/Books/Order of the Phoenix|Order of the Phoenix]] === Though Hermione corresponds with Harry over the summer, her letters reveal little regarding Voldemort's return or what has been happening in the wizarding world, frustrating Harry. He is hardly placated when, after being brought to the [[Muggles' Guide to Harry Potter/Major Events/Order of the Phoenix|Order of the Phoenix]] [[Muggles' Guide to Harry Potter/Places/Grimmauld Place|Headquarters]], Hermione explains that she and Ron were under strict orders from Dumbledore to tell him nothing, though they, being under-aged, have actually been told little themselves. Hermione and Ron are made Gryffindor [[Muggles' Guide to Harry Potter/Major Events/Prefects|prefects]]. Hermione diligently performs her prefect duties. Ron, however, is considerably less punctilious, occasionally using his powers for his own amusement and personal gain, annoying Hermione. Harry, meanwhile, is peeved at being passed over. It is soon learned that the new [[Muggles' Guide to Harry Potter/Magic/Defence Against the Dark Arts|Defence Against the Dark Arts]] teacher is [[Muggles' Guide to Harry Potter/Characters/Dolores Umbridge|Dolores Umbridge]], a Ministry of Magic official who attended Harry's hearing and voted to convict him for using underage magic. When she gives an inappropriately long speech at the Welcoming Feast, only Hermione and a few faculty can concentrate on and fully comprehend her droning words; she later summarizes it for Harry and Ron as: the Ministry intends to meddle at Hogwarts. Fearing Dumbledore is building a secret wizard army to overtake the Ministry, Umbridge, with Cornelius Fudge's support, deliberately renders Defence Against the Dark Arts into an ineffective class. Frustrated with learning nothing, Hermione urges Harry to teach real defensive magic to any interested student, thus creating [[Muggles' Guide to Harry Potter/Major Events/Dumbledore's Army|"Dumbledore's Army"]]. It is Hermione who notices when Hagrid returns after a long absence, and helps persuade him to discuss his mission to parlay with the [[Muggles' Guide to Harry Potter/Magic/Giant|Giants]] for Dumbledore. As Umbridge gains more power and begins targeting certain teachers, particularly non-humans and half-breeds like Hagrid, for dismissal, Hermione advises Hagrid to only use Ministry-approved creatures in his classes. Hagrid ignores her warning, however, and is eventually sacked. At Christmas, after witnessing an attack on [[Muggles' Guide to Harry Potter/Characters/Arthur Weasley|Mr. Weasley]] in a vision, Harry worries that Voldemort may be possessing his mind. Hermione is concerned enough that she cancels her family skiing trip to instead go to Grimmauld Place, forcing Harry to talk with her, Ron, and Ginny. While visiting Mr. Weasley in hospital with the others, she and Ron learn the truth about Neville Longbottom's parents, who were tortured into insanity by Death Eaters, though Harry had kept Neville's secret to himself. Hermione is instrumental in countering the misinformation and propaganda the Ministry is continually spewing regarding Harry and Voldemort. She blackmails hack journalist Rita Skeeter into writing a truthful story about Harry that Luna Lovegood's father, Xenophilius, publishes in his tabloid paper, [[Muggles' Guide to Harry Potter/Magic/The Quibbler|the ''Quibbler'']]. The article changes the public's perception about Harry and Dumbledore, leaving Umbridge furious and casting doubt on the Ministry's official stance. When Harry experiences a vision that Voldemort is torturing Sirius at the Ministry of Magic, Hermione, suspecting it may be a trick, suggests using the Floo Network to attempt to contact him. Umbridge catches them, and is about to cast the [[Muggles' Guide to Harry Potter/Magic/Crucio|Cruciatus curse]] on Harry. Hermione quickly devises a cover story, fooling the vile Umbridge into believing that Dumbledore hid a secret weapon in the Forbidden Forest. She leads Umbridge there, then allows her to fall afoul of the [[Muggles' Guide to Harry Potter/Magic/Centaur|Centaurs]], who, after Umbridge insults and infuriates them, carry the screaming woman away. Harry, Hermione, Ron, Neville, [[Muggles' Guide to Harry Potter/Characters/Luna Lovegood|Luna]], and Ginny fly to the Ministry on Thestrals to rescue Sirius. But they have been lured into a trap, and are ambushed by Death Eaters intent on retrieving a [[Muggles' Guide to Harry Potter/Magic/Prophecy|Prophecy]] concerning Harry and Voldemort. In the ensuing battle, Hermione is seriously injured. Order of the Phoenix members arrive, and the Death Eaters are defeated, though Voldemort and Bellatrix Lestrange escape. When we next see Hermione, she is recuperating in the Hospital Wing. By the time the Hogwarts Express leaves Hogsmeade for London, she is fully recovered. === [[Muggles' Guide to Harry Potter/Books/Half-Blood Prince|Half-Blood Prince]] === Professor Dumbledore encourages Harry to share with Hermione and Ron what he learns about Voldemort during their private lessons. Hermione, meanwhile, remains vexed by Ron, who is still infatuated with [[Muggles' Guide to Harry Potter/Characters/Fleur Delacour|Fleur Delacour]]. She is at [[Muggles' Guide to Harry Potter/Places/The Burrow|The Burrow]] preparing for her and [[Muggles' Guide to Harry Potter/Characters/Bill Weasley|Bill Weasley's]] wedding. Ron also annoys Hermione when he abuses his Prefect powers and seems overly responsive to [[Muggles' Guide to Harry Potter/Characters/Lavender Brown|Lavender Brown's]] constant flirting. When Harry suspects Draco may be a Death Eater and is involved in a sinister plot, Hermione dismisses this, telling Harry he is over-reacting, though his suspicions actually have merit. In [[Muggles' Guide to Harry Potter/Characters/Horace Slughorn|Professor Slughorn's]] potions class, Hermione is annoyed when Harry, using an old textbook filled with a former student's notations, outperforms her, even though she diligently follows the traditional instructions. Hermione grows suspicious, however, and tests Harry's book for Dark magic. Finding none, she later searches for information about "The Half-Blood Prince," the name written inside the book's cover. Though unable to discover anything, Hermione remains convinced the Prince is a dodgy character and using his notes is cheating, though Harry and Ron disagree. Although Hermione remains at odds with Ron, she discreetly, and surprisingly, lends him a helping hand. When Ron tries out for Gryffindor Quidditch Keeper, he competes against [[Muggles' Guide to Harry Potter/Characters/Cormac McLaggen|Cormac McLaggen]], an athletically gifted but particularly arrogant student. Hermione [[Muggles' Guide to Harry Potter/Magic/Confundo|Confunds]] McLaggen during the trials, causing him to continually miss plays and winning Ron a place on the team. Hermione later justifies her actions to Harry by claiming that McLaggen's combative personality would disrupt the team. Both Hermione and Harry are drafted into Professor Slughorn's "Slug Club", a collection of students he considers rising stars. Ron, jealous at being excluded, snubs Hermione's invitation to attend Slughorn's Christmas party, and sarcastically suggests she should instead attend with Cormac. She does, just to annoy Ron, but soon regrets her decision, spending the entire evening evading Cormac's obnoxious overtures. Hermione commends Harry for inviting Luna Lovegood to the party, although others, including Ron, mocked him for taking "Loony Lovegood." When Ron begins an intensely physical relationship with Lavender Brown, Hermione becomes upset and avoids him. But Ron and Hermione permanently end their feud when Ron nearly dies after being accidentally poisoned. Ron and Lavender split up soon after, much to Hermione's delight, while Harry is secretly pleased that Ginny ended her relationship with Dean Thomas. Dumbledore and Harry prepare to search for another Voldemort [[Muggles' Guide to Harry Potter/Magic/Horcrux|Horcrux]]. Harry, suspecting something sinister may be unfolding at Hogwarts, charges Ron and Hermione with re-activating Dumbledore's Army to guard the castle and monitor the [[Muggles' Guide to Harry Potter/Places/Room of Requirement|Room of Requirement]], where Draco Malfoy has been secretly engaging in some unknown activity. Harry's suspicions are correct, and Death Eaters invade the school while Harry and Dumbledore are away. Hermione later discovers that Snape, who has murdered Dumbledore and escaped with the Death Eaters, is the Half-Blood Prince; his mother, a witch, was born Eileen Prince, while his father, Tobias Snape, was a Muggle, making Severus a half-blood. At Dumbledore's funeral, Hermione and Ron comfort each other. Afterward, they tell Harry that they are accompanying him on his mission, whatever it may be, but Ron reminds him they must first attend a wedding. === [[Muggles' Guide to Harry Potter/Books/Deathly Hallows|Deathly Hallows]] === Hermione is among the six Harry Potter decoys used in the [[Muggles' Guide to Harry Potter/Major Events/Escape from Privet Drive|escape from Privet Drive]]. At The Burrow, when Harry still senses Voldemort's thoughts, Hermione is dismayed, reminding him that Dumbledore wanted that channel closed. As the Trio is about to embark on their mission, Hermione shrinks everything they need, packing it all in a carrying bag. She includes Dark Magic books, and has been researching ways to destroy Horcruxes. Harry already hit upon one method in [[Muggles' Guide to Harry Potter/Books/Chamber of Secrets/Chapter 17|the Chamber of Secrets]], namely [[Muggles' Guide to Harry Potter/Magic/Basilisk|Basilisk venom]]. Hermione once again refuses Harry's suggestion that she stay behind. When Fred and George swear by the book, ''Twelve Fail-Safe Ways to Charm Witches'', Ron applies its methods to Hermione, who seems to respond favorably. But Ron becomes upset and jealous when Viktor Krum arrives for Bill and Fleur's wedding, apparently still interested in Hermione, while she is flattered by Krum's attention. When Death Eaters attack the wedding reception, Hermione Apparates the Trio away and then to [[Muggles' Guide to Harry Potter/Places/Grimmauld Place|Grimmauld Place]], Sirius Black's family home after Death Eaters attack them at a café. While there, Harry connects Sirius' brother, [[Muggles' Guide to Harry Potter/Characters/Regulus Black|Regulus]] with the ''R.A.B.'' who left the note inside the fake locket Horcrux. After determining the real Locket Horcrux was stolen and used to bribe [[Muggles' Guide to Harry Potter/Characters/Dolores Umbridge|Dolores Umbridge]], the three infiltrate the Ministry of Magic to search for it. The Trio become separated, but Harry and Hermione retrieve the Locket and, meeting up with Ron, barely escape. The Trio wander the English countryside, searching for the Horcruxes and the means to destroy them. Ron, unprepared for such a difficult mission and affected by the Locket's evil nature, leaves the group in a childish huff. His abrupt departure devastates Hermione, but her faith in Harry and his mission never wavers. When dark secrets emerge about Dumbledore's past, causing Harry to doubt him and the mission, Hermione helps him to look beyond Dumbledore's earlier failings and see the good man he chose to become. Ron rejoins the group, though Hermione remains furious at him. From here on, however, Ron assumes more responsibility for the mission's operations and often takes the lead, planning their strategy. From a children's story, ''The Tale of the Three Brothers'', the Trio learns about the [[Muggles' Guide to Harry Potter/Magic/Deathly Hallows|Deathly Hallows]], three magical objects. Hermione dismisses the Resurrection Stone, but wonders if Harry's Invisibility Cloak is the one in the story, and admits the Elder Wand has a credible history. It may even be Dumbledore's wand that he captured from [[Muggles' Guide to Harry Potter/Characters/Gellert Grindelwald|Grindelwald]], a Dark wizard he defeated many years before; they soon learn Voldemort is seeking it. The Trio is captured by Snatchers and taken to [[Muggles' Guide to Harry Potter/Places/Malfoy Manor|Voldemort's headquarters]] at Malfoy Manor. [[Muggles' Guide to Harry Potter/Characters/Bellatrix Lestrange|Bellatrix Lestrange]] tortures Hermione using the [[Muggles' Guide to Harry Potter/Magic/Crucio|Cruciatus curse]], then offers her as a prize to [[Muggles' Guide to Harry Potter/Characters/Fenrir Greyback|Fenrir Greyback]], a sadistic Werewolf. Ron, hearing Hermione's screams, is distraught. With Dobby's help, Ron and Harry rescue her, then Disapparate to [[Muggles' Guide to Harry Potter/Places/Shell Cottage|Shell Cottage]], Bill and Fleur's home, where Hermione quickly recovers. After stealing a Horcrux from the Lestrange's Gringotts vault and making a daring escape, the Trio head to Hogwarts, where Harry believes the last Horcrux is hidden. As Harry searches for it, Ron realizes if the Chamber of Secrets can be opened, the Basilisk fangs lying within can destroy the Horcruxes; he opens the Chamber by repeating Parseltongue words he heard Harry speaking. Hermione truly admires Ron's cleverness, and when he also suggests warning Hogwarts' House-elves about the impending battle, Hermione, ecstatic over Ron's new-found compassion, throws herself into his arms, kissing him. In the epilogue, we learn that Hermione works in a high-level position within the Ministry of Magic. She and Ron have married, and have two children, Rose and Hugo. == Strengths == Hermione's greatest strength is a vast intellect combined with her magical ability. Her magical skills, have, throughout the series, aided Harry and Ron on many occasions. As she is generally caring, compassionate, and usually adopts a "rule-abiding" point-of-view, Hermione often presents Harry and Ron with alternative approaches to their situations. Her intelligence, while initially more academic, has increasingly been combined with her magical skills, helping her become a skilled duelist, capable of battling far more experienced Death Eaters, as she demonstrated in the battle at the Department of Mysteries, and later in the final battle at Hogwarts. In her age group, apparently only Harry outperforms her in Defence Against the Dark Arts. Gryffindor, a House known for bravery, initially seems an unusual choice for Hermione. Given her great burgeoning intellect, Ravenclaw would seem more suitable. But the Sorting Hat can detect unseen characteristics within students that they are as yet unaware exist. While Hermione is as intelligent as any Ravenclaw, she will gradually demonstrate courage they may lack by practically applying her knowledge and pursuing her beliefs, even when mocked or faced with difficult obstacles. Hermione is also logical, quick thinking, and adaptable. Her cool demeanor, even when under duress, prevents her from panicking while quickly devising a solution to most problems. She is also naturally adept in organization and planning, which culminates in her brilliant preparations for the Trio's Horcrux mission during [[Muggles' Guide to Harry Potter/Books/Deathly Hallows|''Harry Potter and the Deathly Hallows'']]. == Weaknesses == At times, Hermione's intellect has prevented her from making the same connections about other people and their motives that Ron, and especially Harry, instinctively sense. Her adherence and reliance on "rules" often causes deep conflicts with her intuitive belief that they may sometimes be wrong. She will break rules if she believes it serves a greater purpose, and though she often feels guilty about this, as she matures, it bothers her much less. Hermione is self-conscious about her physical appearance, "a bossy sort of voice, lots of bushy brown hair, and large front teeth" in the first book. In ''Harry Potter and the Goblet of Fire'', however, it is noted that she blossoms into an attractive young woman as puberty sets in: even before the Yule Ball, she was able to attract the attention of Victor Krum. Her greatest fear is failure — her [[Muggles' Guide to Harry Potter/Magic/Boggart|Boggart]] was Professor McGonagall telling her she had "failed everything," and she was upset when she missed one O (Outstanding) on her [[Muggles' Guide to Harry Potter/Major Events/OWL exams|O.W.L.s]], earning the next-best grade of an E (Exceeds Expectations) in [[Muggles' Guide to Harry Potter/Magic/Defence Against the Dark Arts|Defence Against the Dark Arts]]. Being a Gryffindor, Hermione certainly has a brave and noble character, and always has the courage to speak her mind on important issues, but she can be timid and uncertain when there is physical danger, and visibly shaken after trauma. Her rather bossy personality, and somewhat superior and erudite manner, were initially off-putting to both Harry and Ron (and other classmates), though her insecurity and self-doubt may partially have been the cause. As she matures, these traits have become subdued somewhat, and she instead uses her intellect and leadership skills to help guide the others. == Relationships with other characters == Hermione, an only child, apparently enjoys a close relationship with her family, but her home life is never seen, and her Muggle parents remain in the distant background. To protect them from Voldemort and his Death Eaters, Hermione alters their memories and sends them to Australia under a new identity in ''Harry Potter and the Deathly Hallows''. Initially, Hermione has problems making friends at Hogwarts; like Harry, her Muggle background may have caused some difficulty in her adapting to the Wizarding world, despite all her research about it. She is also highly intelligent, and her somewhat superior manner, coupled with a bossy nature, is rather off-putting to many peers. Behind her confident facade, however, she can be self-conscious about her appearance and fearful of failure. After becoming friends with Ron and Harry, she develops other friendships, becoming particularly close to Ron's sister, Ginny, and later befriends Luna Lovegood, an odd Ravenclaw girl who most students shun. No one is as close to her as Harry and Ron, however, and she becomes an integral player in the "Trio", where her cool logic and deep intellect constantly aid their adventures. Their friendship is tested, however, after a falling out in ''Harry Potter and the Prisoner of Azkaban'', though the relationship is eventually mended with Hagrid's help. '''Ron Weasley''' During the series, Hermione and Ron develop a tentative romantic attraction to one another, though both are hesitant and unsure regarding how the other feels, at least until the end of ''Harry Potter and the Half-Blood Prince''. Earlier, any budding feelings either may have seem scuttled when, in ''Harry Potter and the Prisoner of Azkaban,'' Hermione reports to Professor McGonagall that an anonymous benefactor sent Harry an expensive (and potentially cursed) racing broom. Both Harry and Ron shun Hermione, even though her only concern was Harry's safety. Hermione seems equally uncaring and insensitive when she later refuses to acknowledge that her cat, Crookshanks, did anything wrong by apparently killing Ron's pet rat, Scabbers. Harry, in this latter instance, is more sympathetic to Hermione's view that Crookshanks is only being a cat, but the relationship with Ron, almost repaired with the return of Harry's broom, is again in difficulty until Scabbers' return and the revelation of his true nature. Unable to reconcile their mutual feelings, Hermione and Ron develop other romantic relationships. In ''Harry Potter and the Goblet of Fire'', Hermione attends the Yule Ball with Viktor Krum, a visiting Durmstrang student, and continues corresponding with him after he returns home, though her interest in him is more casual than his is in her. She meets Viktor again at Bill Weasley and Fleur Delacour's wedding in ''Harry Potter and the Deathly Hallows''; he is apparently still attracted to her, while she is flattered by his attention. In ''Harry Potter and the Half-Blood Prince'', Ron begins dating Lavender Brown, possibly in part to make Hermione jealous. If that is his aim, he succeeds, though his actions also deeply hurt her. Ron, in turn, had become upset and angry after hearing that Hermione had kissed Viktor. Meanwhile, Cormac McLaggen casts his roving eye upon Hermione, and despite his obnoxious, narcissistic personality, she invites him to Professor Slughorn's Christmas party to retaliate against Ron. Her plan backfires, however, when she must actively deflect McLaggen's amorous advances. Ron apparently remains oblivious to Hermione's feelings, as well as to his own, at least until late in ''Harry Potter and the Half-Blood Prince''. The Twins give Ron a book on how to charm witches, and Ron reveals early in ''Harry Potter and the Deathly Hallows'' that he has been secretly applying its techniques to Hermione, who responds favourably. However, their budding romance seems abruptly ended when Ron, angry at Harry, deserts the mission, and she refuses to go with him. When Ron returns, Hermione is so enraged that he abandoned her and Harry that she has to be physically restrained from attacking him. She eventually forgives him, and Ron shows a new-found maturity and self-reliance that Hermione truly comes to admire. This strengthens their bond until they finally declare their love for one another, late in ''Harry Potter and the Deathly Hallows''. They eventually marry and have two children, Rose and Hugo, as told in the epilogue of that book. '''Other Weasley Family members''' Hermione becomes good friends with Ginny Weasley, and often stays with the Weasley family. She gets on well with them, except during ''Harry Potter and the Goblet of Fire'' when Mrs. Weasley, wrongly believing Harry and Hermione are now dating, spurns Hermione after Rita Skeeter's news article falsely implies that Hermione is also toying with Viktor Krum. Hermione, along with Ron, becomes a Gryffindor prefect, but she, unlike Ron, finds it difficult to overlook the Weasley Twins' frequent pranks and unsanctioned business activities at the school. She does show more fondness for Percy Weasley than other characters do, perhaps because their personalities are somewhat similar. This fondness seems to somewhat fall by the wayside in ''Harry Potter and the Order of the Phoenix'', possibly because Percy's ambition requires that he reject Dumbledore and estrange himself from his family. '''Harry Potter''' While Hermione and Harry remain close during the series, their relationship never becomes romantic, despite many fans' hopes that it would. Each is an only child, raised by Muggles, and they entered the Wizarding world at the same time. These common ties eventually bond them like brother and sister, as well as best friends. Their later marrying into the same family further cements their relationship. From as early as the first book, hints are laid that a romantic relationship is developing between Hermione and Ron, while there are no such clues that anything other than a platonic friendship exists between Harry and Hermione. By ''Harry Potter and the Half-Blood Prince,'' Ron and Hermione's growing attraction is so obvious that not only is Harry noting it, he worries it could affect his own relationship with each one, possibly leaving him without his two best friends should they get together and exclude him, or, if they break up, forcing Harry to choose between them. Among Harry's peers, Hermione always remains loyal and never doubts his intent, while offering sage advice whenever she feels it is needed. She steadfastly supports Harry without seeking anything in return. Even Ron, jealous over Harry's celebrity, and later, frustrated with Dumbledore's mission, briefly deserts Harry and Hermione. Throughout the series, it is Hermione who always loyally remains by Harry's side. She, however, has felt the brunt of Harry's (and Ron's) wrath and nearly lost both boys' friendship forever after she reported to McGonagall that Harry received an expensive broomstick from an anonymous sender. Despite the broom possibly being cursed, Harry, concerned only with flying on his new prize, refused to consider that a Dark enemy could have sent the gift as a deadly weapon. Both he and Ron cruelly shun Hermione, leaving her devastated by the long estrangement, though the three eventually reconcile. Hermione once again experiences Harry's displeasure after her spell accidentally breaks his wand during their frantic escape from Bathilda Bagshot's house in ''Deathly Hallows''. Even though she saved both their lives, Harry's gratitude suddenly goes missing when, focused only on his lost wand, he rather brusquely avoids Hermione, upsetting her. Harry quickly recovers, however, and realizes just how heroically Hermione acted. '''Professor Dumbledore''' Hermione's relationships with Professor Dumbledore should also be noted. Though they had little direct interaction throughout the series, Dumbledore recognized Hermione's many talents and superior intellect, as well as the important role she would likely play in Harry's mission to destroy Voldemort's Horcruxes. Dumbledore may have arranged for her to retrieve some restricted Dark magic books from the Headmaster's office to aid the quest, as she easily summons them through an open window shortly after his death. Further evidence that Dumbledore intended for Hermione (and Ron) to join Harry's mission, is shown by his having bequeathed her a book of fairy tales containing a vital clue about the Deathly Hallows. Hermione greatly admired Professor Dumbledore, and she, unlike Harry, understood that his earlier flaws actually made him into the great man and wizard he eventually became. She helps Harry regain his faith in the Headmaster by showing him that Dumbledore ''chose'' to overcome his earlier failings to instead follow a light path. '''Rubeus Hagrid''' Hermione also grows close to Hagrid, though less than Harry, but more so than Ron. Even though Hermione is the student, her mature advice often guides the gentle, and sometimes child-like, giant as much as he protects her. Knowing that the bigoted Dolores Umbridge has targeted Hagrid and all non-humans and half-humans at Hogwarts for unfair dismissal, Hermione strongly urges him to only use Ministry-approved animals in his Magical Creatures class. Unfortunately, he ignores her warning, giving Umbridge more cause to sack him when some students are slightly injured. Hermione also agrees to help Hagrid civilize his half-brother, Grawp, a full-blooded giant. It is Hagrid who is instrumental in healing the rift between Hermione, and Harry and Ron in ''Harry Potter and the Prisoner of Azkaban'', realizing how deeply the boys' estrangement has hurt her and how much she values their friendship. She, in turn, helps Hagrid defend Buckbeak, the Hippogriff that was unjustly condemned to death, and consoles Hagrid shortly before the scheduled execution. She and Harry later save Buckbeak (and Sirius Black), much to Hagrid's delight and relief, though Hagrid never learns her part in that rescue as far as we are told. Hermione's romantic relationships with Ron and other characters [[Muggles' Guide to Harry Potter/Major Events/Hermione Granger|is covered in more depth here]]. == Analysis == Hermione is an integral part of "the Trio", but unlike Harry, who is the "hero", and Ron, the "sidekick/lancer", her role is more difficult to define, though she is the stabilizing force among the three. It is clear that, without her vast intellect and meticulous planning, the other two would never have succeeded in Dumbledore's quest to find and destroy Voldemort's Horcruxes. Whereas Harry begins losing faith in Dumbledore, and Ron loses faith in Harry (causing him to temporarily depart the quest), Hermione remains steadfast, determined, and loyal to Harry, and always believing in Dumbledore and his mission. In some ways, she assumes Dumbledore's role, gently guiding Harry and Ron with her logical, wise advice, while keeping her eye on the ultimate goal: defeating Voldemort. However, Hermione's erudite, bossy, and overly cautious personality can annoy both Harry and Ron, though these traits soften somewhat over time. Of the Trio, Hermione seems the most rational, though she is occasionally high-strung. She is consistently the best student at Hogwarts in almost every subject and would almost certainly have become Head Girl had she stayed at Hogwarts for her seventh year. Failure is Hermione's deepest fear, and she seems to have a near obsessive-compulsive drive to achieve the highest marks and to follow all rules, though she has gradually mellowed with regard to the latter in later books, if she feels it is justified. == Questions == {{Muggles' Guide to Harry Potter/Questions}} #How does Hermione handle stress? What does this show about her as a person? #Hermione is loyal, practical, and honest. Which of these qualities is the most important in a friend? #How does Hermione's relationship with Harry differ from her relationship with Ron? #Hermione's main strength seems to be her intellect. Should she have been Sorted into Ravenclaw? Why or why not? == Greater picture == {{Muggles' Guide to Harry Potter/Intermediate Spoiler}} As in the Muggle world, the Wizarding realm is contaminated with institutional prejudice, insensitivity, and racism. Hermione introduces a feminist viewpoint and becomes a champion for the downtrodden. Several times, Hermione reminds Harry and Ron that an unknown "he" they are discussing could, in fact, be a woman. She confounds bigots like Draco Malfoy with her Muggle-born brilliance. One of her ongoing ambitions is to secure the advancement and rights of [[Muggles' Guide to Harry Potter/Magic/House Elf|House-elves]] and other intelligent, magical non-humans who have been enslaved or suppressed by wizards. Hermione becomes a one-person symbol of civil rights activism and social progress. {{BookCat}} g3d7a0e4rnjlnaec25hmm90u9ehi5qx Corset/Bibliography/English 0 36141 4089890 3269676 2022-08-09T16:21:47Z 2601:245:C480:252A:783F:5EF5:67B6:8568 /* G */ Added book by Rebecca Gibson. wikitext text/x-wiki [[../Old English/]] ===A=== * Adler, Kathleen, and Marcia Pointon. The Body Imaged: The Human Form and Visual Culture Since the Renaissance. Cambridge University Press, 1993. {{ISBN|0521447682}} * Ambrose, Bonnie Holt. The Little Corset Book. New York: Costume & Fashion Press, 1997. {{ISBN|0896761304}} * Arnold, Janet. "Cut and Construction." In Moda alle corte dei Medici gli abiti restaurati de Cosimo, Eleanora e Don Garzia, ed. Kirsten Aschengreen Piacenti. Florence: Centro di Firenze, 1993. {{ISBN|0896760839}} * Arnold, Janet. , Patterns of Fashion, 1. London: Macmillan, 1972. {{ISBN|089676026X}} * Arnold, Janet. , Queen Elizabeth's Wardrobe Unlock'd. Leeds: Manley, 1988. {{ISBN|0901286206}} ===B=== * Baudelaire, Charles. The Painter of Modern Life and Other Essays. Trans. Jonathan Mayne. London: Phaidon, 1964. {{ISBN|0714833657}} * Brombert, Beth Archer. Edouard Manet: Rebel in a Frock Coat. Boston: Little, Brown, 1996. {{ISBN|0316109479}} * Brooks, Peter. Body Work: Objects of Desire in Modern Narrative. Cambridge, Mass. and London: Harvard University Press, 1993. {{ISBN|0674077253}} * Brownmiller, Susan. Femininity. New York and London: Simon & Schuster, 1986. {{ISBN|0449901424}} * Buck, Anne. Dress in Eighteenth-Century England. London: Batsford, 1979. {{ISBN|0841905177}} ===C=== * Carter, Alison. Underwear: The Fashion History. New York: Drama Books, 1992. {{ISBN|0896761207}} * Chenoune, Farid. Beneath It All: A Century of French Lingerie. New York: Rizzoli, 1999. {{ISBN|0789310201}} * Clayson, Hollis. Painted Love: Prostitution in French Art of the Impressionist Era. New Haven and London: Yale University Press, 1991. {{ISBN|0300047304}} *Coffin, Judith G. The Politics of Women's Work: The Paris Garment Trades, 1750-1915. Princeton University Press, 1996. {{ISBN|0691034478}} * Cohen, Sarah R. Art, Dance and the Body in French Culture of the Ancien Regime. Cambridge University Press, 2000. {{ISBN|0521640466}} *Cooley, Arnold J. The Toilet and Cosmetics in Ancient and Modern Times, with a Review of Different Theories of Beauty. [London, 1866] New York: Burt Franklin, 1970. {{ISBN|0833706535}} * Cox, Caroline. Lingerie: A Lexicon of Style. New York: St. Martin's, 2000. {{ISBN|0312271417}} * Crane, Diana. Fashion and Its Social Agendas: Class, Gender, and Identity in Clothing. Chicago and London: University of Chicago Press, 2000. {{ISBN|0226117995}} * Cunnington, C. Willett, and Phyllis Cunnington. The History of Underclothes. Originally published, London: A. Joseph, 1951; rev. ed. A. D. and Valerie Mansfield, London: Faber and Faber, 1981. {{ISBN|0-486-27124-2}} ===E=== [[Corset/Bibliography/Old_English#E|Old English books: '''E''']] * Etcoff, Nancy. Survival of the Prettiest: The Science of Beauty. New York: Doubleday, 1999. {{ISBN|0385479425}} * Ewing, Elizabeth. Dress and Undress: A History of Women's Underwear. London: Batsford, 1978. {{ISBN|0713416300}} ===F=== * Farrer, Peter. The Regime of the Stay-Lace: A Further Selection of Letters from Victorian Newspapers. Liverpool: Karn Publications Garston, 1995. {{ISBN|0951238531}} * Farrer, Peter. Tight Lacing: A Bibliography of Articles and Letters Concerning Stays and Corsets for Men and Women. Liverpool: Karn Publications Garston, 1999. {{ISBN|0951238582}} *Foucault, Michel. Discipline and Punish: The Birth of the Prison. Trans. Alan Sheridan. New York: Vintage, 1979. {{ISBN|0679752552}} ===G=== * Grimble, Frances. The Lady's Stratagem: A Repository of 1820s Directions for the Toilet, Mantua-Making, Stay-Making, Millinery & Etiquette. San Francisco: Lavolta Press, 2009. {{ISBN|9780963651778}}. * Gibson, Rebecca. The Corseted Skeleton: A Bioarchaeology of Binding. Switzerland: Palgrave Macmillan, 2020. ISBN 978-3-030-50391-8 ===S=== * Valerie Steele, ''The Corset: A Cultural History''. Yale University Press, 2001, {{ISBN|0300099533}} * Larry Utley, Autumn Carey-Adamme, ''Fetish Fashion: Undressing the Corset'' Green Candy Press, 2002. {{ISBN|1931160066}} * David Kunzle, Fashion and Fetishism, {{ISBN|0-7509-3808-0}} ===T=== * Tarrant, Naomi. The Development of Costume. London and New York: Routledge, 1994. {{ISBN|0415080193}} * Thesander, Marianne. The Feminine Ideal. London: Reaktion Books, 1997. {{ISBN|1861890044}} ===V=== * Vandereycken, Walter, and Ron van Deth. From Fasting Saints to Anorexic Girls: The History of Self-Starvation. New York University Press, 1994. {{ISBN|0814787843}} * Veblen, Thorstein. The Theory of the Leisure Class. New York: Modern Library, 1934. (Originally published London: Mentor Books, 1899.) {{ISBN|0486280624}} * Vickery, Amanda. The Gentleman's Daughter: Women's Lives in Georgian England. New Haven and London: Yale University Press, 1998. {{ISBN|0300102224}} ===Y=== *Yalom, Marilyn. A History of the Breast. New York: Knopf, 1997. {{ISBN|0679434593}} {{BookCat}} k5nogxp4g1l7ave94uf2w44i5ncd5jh Chess Opening Theory/1. e4 0 36277 4089944 4089564 2022-08-10T05:05:49Z ISaveNewspapers 3328099 Grammar, clarity wikitext text/x-wiki __NOTOC__ {{Chess Opening Theory/Position|= |King's Pawn Opening| |rd|nd|bd|qd|kd|bd|nd|rd|= |pd|pd|pd|pd|pd|pd|pd|pd|= | | | | | | | | |= | | | | | | | | |= | | | | |pl| | | |= | | | | | | | | |= |pl|pl|pl|pl| |pl|pl|pl|= |rl|nl|bl|ql|kl|bl|nl|rl|= |moves=1.e4 |eco=[[Chess/ECOB|B00–B99]], [[Chess/ECOC|C00–99]] |parent=Starting position |responses=<br> * [[/1...e5|1...e5 - Open Game]] * [[/1...c5|1...c5 - Sicilian Defence]] * [[/1...e6|1...e6 - French Defence]] * [[/1...c6|1...c6 - Caro-Kann Defence]] * [[/1...d5|1...d5 - Scandinavian Defence]] * [[/1...g6|1...g6 - Modern Defence]] * [[/1...Nf6|1...Nf6 - Alekhine Defence]] * [[/1...Nc6|1...Nc6 - Nimzowitsch Defence]] * [[/1...d6|1...d6 - Pirc Defense]] }} == 1.e4 - King's Pawn Opening == White's assertive opening move opens lines for the queen and the king's bishop and fights for control of the squares d5 and f5. This move is popular at all levels of the game and was the favorite opening move of world champion Bobby Fischer, who called it "best by test". Openings with 1.e4 are traditionally considered more sharp and attacking than those with 1.d4, but this is an extreme generalization, and both players will have many more opportunities to influence the type of position that appears. With a pawn on e4, White's simplest plan is to play d4 on the next move, creating a strong 'classical' center. === Black's responses === It's useful to think of Black's responses to 1.e4 as motivated by one of the following counterplans: # Establish a pawn on e5, securing a share of the centre for Black. # Establish a pawn on d5, securing a share of the centre for Black. # Attack White's e-pawn immediately. # Leave White's e-pawn alone but prevent White from achieving the classical centre with e4 and d4. # Ignore what White is doing, allow White to build the classical centre and deal with it later. {{clear}} ==== Plan 1 ==== {{Chess diagram|| | rd | nd | bd | qd | kd | bd | nd | rd | pd | pd | pd | pd | | pd | pd | pd | | | | | | | | | | | | | pd | | | | | | | | pl | | | | | | | | | | | | pl | pl | pl | pl | | pl | pl | pl | rl | nl | bl | ql | kl | bl | nl | rl | 1...e5 &nbsp; (Open Game) }} '''Plan 1''' (pawn on e5, share centre) can be carried out very simply with [[/1...e5/|'''1...e5''']]. Black sees what White has and wants the same thing. However, White's argument is that moving first in a symmetrical position is eventually going to favour the player moving first. {{clear}} ==== Plan 2 ==== {{Col-begin | width=auto}} {{Col-2}} {{Chess diagram|| | rd | nd | bd | qd | kd | bd | nd | rd | pd | pd | | pd | pd | pd | pd | pd | | | pd | | | | | | | | | | | | | | | | | | pl | | | | | | | | | | | | pl | pl | pl | pl | | pl | pl | pl | rl | nl | bl | ql | kl | bl | nl | rl | 1...c6 &nbsp; (Caro-Kann Defense) }} {{Col-2}} {{Chess diagram|| | rd | nd | bd | qd | kd | bd | nd | rd | pd | pd | pd | pd | | pd | pd | pd | | | | | pd | | | | | | | | | | | | | | | | pl | | | | | | | | | | | | pl | pl | pl | pl | | pl | pl | pl | rl | nl | bl | ql | kl | bl | nl | rl | 1... e6 &nbsp; (French Defense) }} {{Col-end}} '''Plan 2''' (pawn on d5, share centre) is the motivation behind [[Chess Opening Theory/1. e4/1...c6|'''1...c6''']], the Caro-Kann Defence, and [[Chess Opening Theory/1. e4/1...e6|'''1...e6''']], the French Defence. If Black tries to put a pawn on d5 immediately, White will capture it, so in order to maintain a pawn on d5 Black needs to be able to ''recapture'' with a pawn from either c6 or e6. ==== Plan 3 ==== {{Col-begin | width=auto}} {{Col-2}} {{Chess diagram|| | rd | nd | bd | qd | kd | bd | nd | rd | pd | pd | pd | | pd | pd | pd | pd | | | | | | | | | | | | pd | | | | | | | | | pl | | | | | | | | | | | | pl | pl | pl | pl | | pl | pl | pl | rl | nl | bl | ql | kl | bl | nl | rl | 1...d5 &nbsp; (Scandinavian Defense) }} {{Col-2}} {{Chess diagram | | | rd | nd | bd | qd | kd | bd | | rd | pd | pd | pd | pd | pd | pd | pd | pd | | | | | | nd | | | | | | | | | | | | | | | pl | | | | | | | | | | | | pl | pl | pl | pl | | pl | pl | pl | rl | nl | bl | ql | kl | bl | nl | rl | 1... Nf6 &nbsp; (Alekhine Defense) }} {{Col-end}} '''Plan 3''' (attack White's e pawn) leads to [[/1...d5|'''1...d5''']], the Scandinavian Defence, and [[/1...Nf6|'''1...Nf6''']], the Alekhine Defence. {{clear}} ==== Plan 4 ==== {{Col-begin | width=auto}} {{Col-2}} {{Chess diagram|| | rd | nd | bd | qd | kd | bd | nd | rd | pd | pd | pd |pd|| pd | pd | pd | | | | | | | | | | | ||pd| | | | | | | | pl | | | | | | | | | | | | pl | pl | pl | pl | | pl | pl | pl | rl | nl | bl | ql | kl | bl | nl | rl |1...e5 (Open Game) }} {{Col-2}} {{Chess diagram | | | rd | nd | bd | qd | kd | bd | nd | rd | pd | pd | | pd | pd | pd | pd | pd | | | | | | | | | | | pd | | | | | | | | | | pl | | | | | | | | | | | | pl | pl | pl | pl | | pl | pl | pl | rl | nl | bl | ql | kl | bl | nl | rl | 1...c5 &nbsp; (Sicilian Defense) }} {{Col-end}} '''Plan 4''' (prevent White's e4 & d4) is a pleasant side effect of 1...e5 (mentioned above for Plan 1). But, with [[/1...c5|'''1...c5''']], the Sicilian Defence, Black can prevent White's d4 advance and also create an asymmetrical position of attack and counter-attack. The Sicilian is by far the most popular reply to 1.e4 among top players. ==== Plan 5 ==== {{Col-begin | width=auto}} {{Col-2}} {{Chess diagram|| | rd | nd | bd | qd | kd | bd | nd | rd | pd | pd | pd | pd | pd | pd | | pd | | | | | | | pd | | | | | | | | | | | | | | pl | | | | | | | | | | | | pl | pl | pl | pl | | pl | pl | pl | rl | nl | bl | ql | kl | bl | nl | rl | 1...g6 &nbsp; (Modern Defense) }} {{Col-2}} {{Chess diagram|| | rd | nd | bd | qd | kd | bd | nd | rd | pd | pd | pd | | pd | pd | pd | pd | | | | pd | | | | | | | | | | | | | | | | | pl | | | | | | | | | | | | pl | pl | pl | pl | | pl | pl | pl | rl | nl | bl | ql | kl | bl | nl | rl | 1...d6 &nbsp; (Pirc Defense) }} {{Col-end}} There are multiple ways of carrying out '''Plan 5''' (ignore White's centre, deal with it later). * [[/1...g6|'''1...g6''']], the Modern Defence, signals Black's intention to put a bishop on g7 controlling a swathe of the centre, before deciding on further action. * [[/1...d6|'''1...d6''']] is the Pirc Defense. {{Col-begin | width=auto}} {{Col-2}} {{Chess diagram|| | rd | nd | bd | | kd | bd | | rd | pd | pd | pd | | pd | pd | pd | pd | | | | | | | | | | | | | pl | | | | | | | | | | nd | | | | | | | | | | pl | pl | pl | | | pl | pl | pl | rl | nl | bl | kl | | bl | nl | rl | 1.e4 d6 2.d4 Nf6 3.e5 dxe5 4.dxe5 Qxd1+ 5.Kxd1 Ng4! Knight forks f2 and e5. }} {{Col-2}} {{Chess diagram|| | rd | nd | bd | qd | kd | bd | | rd | pd | pd | pd | | pd | pd | pd | pd | | | da | pd | da | nd | | | | | da | | da | | | | | | | pl | pl | | | | | | nl | | | | | | pl | pl | pl | | | pl | pl | pl | rl | | bl | ql | kl | bl | nl | rl | The position after 3 moves of the Pirc Defence. White's d-pawn is next in line to be undermined. }} {{Col-end}} In the Pirc Defense, the move 1...d6 prepares the move 2...Nf6. In Alekhine Defence (mentioned above for Plan 3), 1...Nf6 can be met by 2.e5 kicking the knight back. But, in the Pirc, after 1...d6 2.d4 Nf6, the move 3.e5 doesn't work because of 3...dxe5 4.dxe5 Qxd1+ 5.Kxd1 Ng4! forking the pawns on e5 and f2. So instead, White's usual move to defend the e-pawn is 3.Nc3. Now, White's d-pawn is vulnerable to the advances 3...c5 or 3...e5 because neither White's e-pawn nor c-pawn can defend it. {{Col-begin | width=auto}} {{Col-3}} {{Chess diagram | | | rd | | bd | qd | kd | bd | nd | rd | pd | pd | pd | pd | pd | pd | pd | pd | | | nd | da | da | | | | | | | da | da | | | | | | | ua | pl | | | | | | | ua | | | | | pl | pl | pl | pl | | pl | pl | pl | rl | nl | bl | ql | kl | bl | nl | rl | 1...Nc6 &nbsp; (Nimzowitsch Defense) }} {{Col-3}} {{Chess diagram | | | rd | nd | bd | qd | kd | bd | nd | rd | pd | | pd | pd | pd | pd | pd | pd | | pd | | | | | | | | | | | | | | | | | | | pl | | | | | | | | | | | | pl | pl | pl | pl | | pl | pl | pl | rl | nl | bl | ql | kl | bl | nl | rl | 1...b6 &nbsp; (Owen Defense) }} {{Col-3}} {{Chess diagram | | | rd | nd | bd | qd | kd | bd | nd | rd | | pd | pd | pd | pd | pd | pd | pd | pd || | | | | | | || | | | | | | | | | | pl | | | | | | | | | | | | pl | pl | pl | pl | | pl | pl | pl | rl | nl | bl | ql | kl | bl | nl | rl | 1...a6 &nbsp; (St. George Defense) }} {{Col-end}} Plan 5 also covers a number of fringe options. * [[/1...Nc6|'''1...Nc6''']], the Nimzowitsch Defence. Black is able to react to 2.d4 with a thrust of either the d-pawn or e-pawn. * [[/1...b6|'''1...b6''']] is a similar idea to 1...g6 but doesn't have the benefit of preparing kingside castling. * [[/1...a6|'''1...a6''']] is mostly famous for having been played by Tony Miles against then World Champion Anatoly Karpov, and having thus acquired the name St. George Defence. Often Black will follow up with 2...b5, expanding on the queenside. === Rare Responses === Other rare responses include: * [[/1...f6|'''1...f6?!''']], the Barnes Defense. A rare move that is not a good idea, as it removes the f6 square for the knight and weakens the kingside. Even so, Thomas Wilson Barnes (after whom it is named) beat Paul Morphy, one of the most influential grandmasters in the 19th century, with this opening. Its only benefit is that it gets out of theory. * [[/1...f5|'''1...f5?!''']], the Fred Defense/Duras Gambit. This is not too good of an idea. Black gets a lead in development but little compensation for the sacrificed pawn after 2.exf5 Nf6. This can lead to another variation of the Fool's Mate after 2.exf5 g5?? 3.Qh5# * [[/1...b5|'''1...b5?''']] simply loses a pawn to 2.Bxb5. * [[/1...g5|'''1...g5?!]], the Borg Defense (opposite of Grob) is another option Black has, however it is a bad one because it does weaken the kingside severely. The g5-pawn can serve as a hook for White (h4) later on. This also can lead to a Fool's Mate for Black. * [[/1...h5|'''1...h5?!''']], the Pickering Defense simply wastes a tempo and weakens Black's position. * [[/1...a5|'''1...a5?!''']], the Ware Defense is equally weak as 1...h5. It just wastes a tempo. * [[/1...h6|'''1...h6?!''']], the Carr Defense, is another time-wasting move, but it usually transposes into the Borg Defense anyways after 2.d4 g5. == Statistics == ;Approximate chances : White win 39%, Draw 29%, Black win 32%. ;Estimated next move popularity : c5 43%, e5 25%, e6 12%, c6 7%, d6 4%, g6 3%, d5 3%, Nf6 2%, Nc6 0.6%, other moves less than 0.5%. == Theory table == {{Chess Opening Theory/Table}} :'''1.e4''' <table border="0" cellspacing="0" cellpadding="4"> <tr> <th></th> <th align="left">1</th> <th align="left">2</th> <th align="left">3</th> <th align="left">4</th> <th align="left">5</th> <th align="left">6</th> <th align="left">7</th> <th align="left">8</th> <th align="left">9</th> </tr> <tr> <th align="right">[[Chess/Sicilian Defence|Sicilian Defence]]</th> <td>e4<br>[[/1...c5|c5]]</td> <td>[[/1...c5/2. Nf3|Nf3]]<br>[[/1...c5/2. Nf3/2...d6|d6]]</td> <td>[[/1...c5/2. Nf3/2...d6/3. d4|d4]]<br>[[Chess Opening Theory/1. e4/1...c5/2. Nf3/2...d6/3. d4/3...cxd4/4. Nxd4|cxd4]]</td> <td>[[Chess Opening Theory/1. e4/1...c5/2. Nf3/2...d6/3. d4/3...cxd4/4. Nxd4|Nxd4]]<br>[[Chess Opening Theory/1. e4/1...c5/2. Nf3/2...d6/3. d4/3...cxd4/4. Nxd4/4...Nf6|Nf6]]</td> <td>Nc3<br>a6</td> <td>Be3<br>e5</td> <td>Nb3<br>Be6</td> <td>f3<br>Be7</td> <td>Qd2<br>O-O</td> <td>=</td> </tr> <tr> <th align="right">[[Chess/Ruy Lopez|Ruy Lopez]]</th> <td>...<br>[[/1...e5|e5]]</td> <td>[[/1...e5/2. Nf3|Nf3]]<br>[[/1...e5/2. Nf3/2...Nc6|Nc6]]</td> <td>[[/1...e5/2. Nf3/2...Nc6/3. Bb5|Bb5]]<br>[[/1...e5/2. Nf3/2...Nc6/3. Bb5/3...a6|a6]]</td> <td>Ba4<br>Nf6</td> <td>O-O<br>Be7</td> <td>Re1<br>b5</td> <td>Bb3<br>d6</td> <td>c3<br>Na5</td> <td>Bc2<br>c5</td> <td>=</td> </tr> <tr> <th align="right">[[Chess/Caro-Kann Defence|Caro-Kann Defence]]</th> <td>...<br>[[/1...c6|c6]]</td> <td>[[/1...c6/2. d4|d4]]<br>[[/1...c6/2. d4/2...d5|d5]]</td> <td>[[/1...c6/2. d4/2...d5/3. Nc3|Nc3]]<br>[[/1...c6/2. d4/2...d5/3. Nc3/3...dxe4|dxe4]]</td> <td>Nxe4<br>Bf5</td> <td>Ng3<br>Bg6</td> <td>h4<br>h6</td> <td>Nf3<br>Nd7</td> <td>h5<br>Bh7</td> <td>Bd3<br>Bxd3</td> <td>=</td> </tr> <tr> <th align="right">[[Chess/French Defence|French Defence]]</th> <td>...<br>[[/1...e6|e6]]</td> <td>[[/1...e6/2. d4|d4]]<br>[[/1...e6/2. d4/2...d5|d5]]</td> <td>[[/1...e6/2. d4/2...d5/3. Nc3|Nc3]]<br>[[/1...e6/2. d4/2...d5/3. Nc3/3...Nf6|Nf6]]</td> <td>Bg5<br>Be7</td> <td>e5<br>Nfd7</td> <td>Bxe7<br>Qxe7</td> <td>f4<br>O-O</td> <td>Nf3<br>c5</td> <td>Qd2<br>Nc6</td> <td>=</td> </tr> <tr> <th align="right">[[Chess/Pirc Defence|Pirc Defence]]</th> <td>...<br>[[/1...d6|d6]]</td> <td>[[/1...d6/2. d4|d4]]<br>[[/1...d6/2. d4/2...Nf6|Nf6]]</td> <td>[[/1...d6/2. d4/2...Nf6/3. Nc3|Nc3]]<br>[[/1...d6/2. d4/2...Nf6/3. Nc3/3...g6|g6]]</td> <td>f4<br>Bg7</td> <td>Nf3<br>O-O</td> <td>Bd3<br>Na6</td> <td>O-O<br>c5</td> <td>d5<br>Rb8</td> <td>Qe2<br>Nc7</td> <td>∞</td> </tr> <tr> <th align="right">[[Chess/Scandinavian Defence|Scandinavian Defence]]</th> <td>...<br>[[/1...d5|d5]]</td> <td>[[/1...d5/2. exd5|exd5]]<br>[[/1...d5/2. exd5/2...Qxd5|Qxd5]]</td> <td>[[/1...d5/2. exd5/2...Qxd5/3. Nc3|Nc3]]<br>[[/1...d5/2. exd5/2...Qxd5/3. Nc3/3...Qa5|Qa5]]</td> <td>d4<br>Nf6</td> <td>Nf3<br>c6</td> <td>Bc4<br>Bf5</td> <td>Bd2<br>e6</td> <td>Nd5<br>Qd8</td> <td>Nxf6<br>Qxf6</td> <td>=</td> </tr> <tr> <th align="right">[[Chess/Modern Defence|Modern Defence]]</th> <td>...<br>[[/1...g6|g6]]</td> <td>[[/1...g6/2. d4|d4]]<br>[[/1...g6/2. d4/2...Bg7|Bg7]]</td> <td>[[/1...g6/2. d4/2...Bg7/3. Nc3|Nc3]]<br>[[/1...g6/2. d4/2...Bg7/3. Nc3/3...d6|d6]]</td> <td>f4<br>a6</td> <td>Nf3<br>b5</td> <td>Bd3<br>Bb7</td> <td>Qe2<br>Nc6</td> <td>e5<br>Nh6</td> <td>d5<br>Nb4</td> <td>∞</td> </tr> <tr> <th align="right">[[Chess/Alekhine's Defence|Alekhine Defence]]</th> <td>...<br>[[/1...Nf6|Nf6]]</td> <td>[[/1...Nf6/2. e5|e5]]<br>[[/1...Nf6/2. e5/2...Nd5|Nd5]]</td> <td>[[/1...Nf6/2. e5/2...Nd5/3. d4|d4]]<br>[[/1...Nf6/2. e5/2...Nd5/3. d4/3...d6|d6]]</td> <td>c4<br>Nb6</td> <td>f4<br>dxe5</td> <td>fxe5<br>c5</td> <td>d5<br>e6</td> <td>Nc3<br>exd5</td> <td>cxd5 Qh4+ </td> <td>+/=</td> </tr> <tr> <th align="right">[[Chess/Nimzowitsch Defence|Nimzowitsch Defence]]</th> <td>...<br>[[/1...Nc6|Nc6]]</td> <td>[[/1...Nc6/2. d4|d4]]<br>d5</td> <td>e5<br>Bf5</td> <td>Nf3<br>e6</td> <td>Bb5<br>a6</td> <td>Bxc6+<br>bxc6</td> <td>O-O<br>c5</td> <td>c3<br>cxd4</td> <td>cxd4<br>h6</td> <td>=</td> </tr> <tr> <th align="right">[[Chess/Owen's Defence|Owen Defence]]</th> <td>...<br>[[/1...b6|b6]]</td> <td>[[/1...b6/2. d4|d4]]<br>[[/1...b6/2. d4/2...Bb7|Bb7]]</td> <td>[[/1...b6/2. d4/2...Bb7/3. Bd3|Bd3]]<br>[[/1...b6/2. d4/2...Bb7/3. Bd3/3...e6|e6]]</td> <td>Nf3<br>c5</td> <td>c3<br>Nf6</td> <td>Qe2<br>Be7</td> <td>O-O<br>Nc6</td> <td>e5<br>Nd5</td> <td>dxc5<br>bxc5</td> <td>+/=</td> </tr> <tr> <th align="right">[[Chess/St. George Defence|St. George Defence]]</th> <td>...<br>[[/1...a6|a6]]</td> <td>[[/1...a6/2. d4|d4]]<br>[[/1...a6/2. d4/2...b5|b5]]</td> <td>[[/1...a6/2. d4/2...b5/3. Nf3|Nf3]]<br>[[/1...a6/2. d4/2...b5/3. Nf3/3...Bb7|Bb7]]</td> <td>Bd3<br>Nf6</td> <td>Qe2<br>e6</td> <td>O-O<br>c5</td> <td>c3<br>d5</td> <td>e5<br>Nfd7</td> <td>dxc5<br>Nxc5</td> <td>+/=</td> </tr> <tr> <th align="right">[[Chess/Barnes Defense|Barnes Defense]]</th> <td>...<br>[[/1...f6|f6]]</td> <td>d4<br>e6</td> <td>Bd3<br>Ne7</td> <td>Nf3<br>c5</td> <td>d5<br>d6</td> <td>O-O<br>Ng6</td> <td>Nc3<br>e5</td> <td>Re1<br>Be7</td> <td>Ne2<br>O-O</td> <td>+/=</td> </tr> </table> {{ChessMid}} {{Wikipedia|King's Pawn Game}} == References == {{reflist}} {{BCO2}} {{NCO}} {{MCO14}} {{Chess Opening Theory/Footer}} [[it:Teoria delle aperture negli scacchi/1. e4]] [[fi:Shakkiaapinen/Peli/1. e4]] jm06m7pjw4n3d3py0z5d5lla27r08pk Chess Opening Theory/1. d4 0 37077 4089866 4088134 2022-08-09T14:19:54Z 64.146.180.175 /* 1.d4 — Queen's Pawn Opening */ Clearly this was originally written by an ametuer. wikitext text/x-wiki __NOTOC__ {{Chess Opening Theory/Position|= |Queen's Pawn Opening| |rd|nd|bd|qd|kd|bd|nd|rd|= |pd|pd|pd|pd|pd|pd|pd|pd|= | | | | | | | | |= | | | | | | | | |= | | | |pl| | | | |= | | | | | | | | |= |pl|pl|pl| |pl|pl|pl|pl|= |rl|nl|bl|ql|kl|bl|nl|rl|= |moves=1. d4 |eco=[[Chess/ECOA|A40-A99]], [[Chess/ECOD|D00-D99]] and [[Chess/ECOE|E00-E99]] |parent=[[../|Starting position]] | }} == 1.d4 — Queen's Pawn Opening == White makes an aggressive claim to the center. At this point, Black must decide how to face White's aggression. Traditionally, the two most popular replies are [[/1...d5/]] and [[/1...Nf6/]], as most other moves tend to allow White a broad center with 2.e4. Allowing the broad center was frowned upon in classical times, but is more of a matter of preference today. Another reason [[/1...d5/]] and [[/1...Nf6/]] are the main replies considered is that many of the alternatives transpose into main lines anyway. One notable exception is the Dutch Defense ([[/1...f5/]]), whose character prevents [[/1...f5/2. e4|2.e4]] whilst remaining unique. [[/1...d5/]] directly challenges White's plan to establish a broad center. [[/1...Nf6/]] prevents an immediate 2.e4 while maintaining flexibility to play a number of ''Indian'' systems or move back into a system typical of [[/1...d5/]]. To play 1.d4 correctly, the White player should learn the basic Queen's Gambit positions, the King's Indian, Queen's Indian, Nimzo-Indian positions, and even some of the Benoni positions. This may seem intimidating to the beginner, but fortunately it is not as difficult as it may sound at first. Furthermore, there are several practical advantages to becoming familiar with playing 1.d4 as White: * 1.d4 openings tend to be more forgiving than 1.e4 openings so far as traps are concerned. Pieces should be mobilized quickly, but it is less common for a natural-looking move to lead to a sudden demise, in contrast to several 1.e4 traps such as the Philidor Defense, Hanham Variation. * While there are many transpositions between the different 1.d4 openings, this is true because the underlying strategic goals are very similar. The Queen's Indian has much in common with some of the main variations of the Queen's Gambit Declined — much more so than the typical Caro-Kann has with the French Defense or Ruy Lopez in the 1.e4 world. * Today, at master level(s), the 1.d4 openings are more frequently encountered than 1.e4 openings, though the reverse is true of amateur level. [[1. c4]] and [[1. Nf3]] frequently end up transposing to a 1. d4 opening. * In world championships, 1. d4 openings are encountered 5 times as much as 1. e4 openings are. === Statistics === ;Approximate chances : White win 38%, Draw 33%, Black win 29%. ;Estimated next move popularity : Nf6 55%, d5 28%, e6 5%, f5 3.5%, g6 3%, d6 3%, c5 1%. Other moves less than 1%. For a detailed statistical analysis of ten selected 1.d4 openings see: Munshi, J. 2014. Comparing chess openings part 3, http://papers.ssrn.com/sol3/papers.cfm?abstract_id=2441568 == Theory table == :'''1.d4''' <table border="11" cellspacing="0" cellpadding="4"> <tr> <th></th> <th align="left">1</th> <th align="left">2</th> <th align="left">3</th> <th align="left">4</th> <th align="left">5</th> <th align="left">6</th> </tr> <tr> <th align="right">[[Chess/King's Indian Defence|King's Indian Defence]]</th> <td>d4<br>[[/1...Nf6|Nf6]]</td> <td>c4<br>g6</td> <td>Nc3<br>Bg7</td> <td>e4<br>d6</td> <td>Nf3<br>O-O</td> <td>Be2<br>e5</td> <td>=</td> </tr> <tr> <th align="right">[[Chess/Grunfeld Defence|Grunfeld Defence]]</th> <td>...<br>...</td> <td>...<br>...</td> <td>...<br>d5</td> <td>cxd5<br>Nxd5</td> <td>e4<br>Nxc3</td> <td>bxc3<br>Bg7</td> <td>=</td> </tr> <tr> <th align="right">[[Chess/Benoni Defence|Benoni Defence]]</th> <td>...<br>...</td> <td>...<br>c5</td> <td>d5<br>e6</td> <td>Nc3<br>exd5</td> <td>cxd5<br>d6</td> <td>e4<br>g6</td> <td>+/=</td> </tr> <tr> <th align="right">[[Chess/Budapest Gambit|Budapest Gambit]]</th> <td>...<br>...</td> <td>...<br>[[/1...Nf6/2. c4/2...e5|e5]]</td> <td>[[/1...Nf6/2. c4/2...e5/3. dxe5|dxe5]]<br>[[/1...Nf6/2. c4/2...e5/3. dxe5/3...Ng4|Ng4]]</td> <td>[[/1...Nf6/2. c4/2...e5/3. dxe5/3...Ng4/4. Bf4|Bf4]]<br>Nc6</td> <td>Nf3<br>Bb4+</td> <td>[[/1...Nf6/2. c4/2...e5/3. dxe5/3...Ng4/4. Bf4/4...Nc6/5. Nf3/5...Bb4+/6. Nbd2|Nbd2]]<br>Qe7</td> <td>+/=</td> </tr> <tr> <th align="right">[[Chess/Queen's Indian Defence|Queen's Indian Defence]]</th> <td>...<br>...</td> <td>...<br>e6</td> <td>Nf3<br>b6</td> <td>a3<br>Bb7</td> <td>Nc3<br>d5</td> <td>cxd5<br>Nxd5</td> <td>+/=</td> </tr> <tr> <th align="right">[[Chess/Bogo-Indian Defence|Bogo-Indian Defence]]</th> <td>...<br>...</td> <td>...<br>...</td> <td>...<br>Bb4+</td> <td>Bd2<br>Qe7</td> <td>g3<br>Nc6</td> <td>Nc3<br>Bxc3</td> <td>+/=</td> </tr> <tr> <th align="right">[[Chess/Nimzo-Indian Defence|Nimzo-Indian Defence]]</th> <td>...<br>...</td> <td>...<br>...</td> <td>Nc3<br>Bb4</td> <td>e3<br>O-O</td> <td>Bd3<br>d5</td> <td>Nf3<br>c5</td> <td>=</td> </tr> <tr> <th align="right">[[Chess/Closed Game|Closed Game]]</th> <td>...<br>[[/1...d5|d5]]</td> <td>c4<br>e6</td> <td>Nc3<br>Nf6</td> <td>Bg5<br>Be7</td> <td>e3<br>O-O</td> <td>Nf3<br>Nbd7</td> <td>=</td> </tr> <tr> <th align="right">[[Chess/Slav Defence|Slav Defence]]</th> <td>...<br>...</td> <td>...<br>[[/1...d5/2. c4/2...c6|c6]]</td> <td>Nf3<br>Nf6</td> <td>Nc3<br>dxc4</td> <td>a4<br>Bf5</td> <td>e3<br>e6</td> <td>=</td> </tr> <tr> <th align="right">Queen's Pawn/Semi-Slav</th> <td>...<br>[[/1...e6|e6]]</td> <td>c4<br>d5</td> <td>Nc3<br>Nf6</td> <td>Nf3<br>c6</td> <td>e3<br>Nbd7</td> <td>Bd3<br>dxc4</td> <td>=</td> </tr> <tr> <th align="right">Neo-Old Indian</th> <td>...<br>[[/1...d6|d6]]</td> <td>c4<br>e5</td> <td>Nf3<br>e4</td> <td>Ng5<br>f5</td> <td>Nc3<br>c6</td> <td>Nh3<br>Nf6</td> <td>=</td> </tr> <tr> <th align="right">[[Chess/Dutch Defence|Dutch Defence]]</th> <td>...<br>[[/1...f5|f5]]</td> <td>c4<br>Nf6</td> <td>g3<br>g6</td> <td>Bg2<br>Bg7</td> <td>Nf3<br>O-O</td> <td>O-O<br>d6</td> <td>=</td> </tr> <tr> <th align="right">Queen's Pawn: Modern</th> <td>...<br>[[/1...g6|g6]]</td> <td>c4<br>Bg7</td> <td>Nc3<br>d6</td> <td>Nf3<br>Nd7</td> <td>g3<br>e5</td> <td>Bg2<br>Ne7</td> <td>=</td> </tr> <tr> <th align="right">Old Benoni</th> <td>...<br>[[/1...c5|c5]]</td> <td>d5<br>e5</td> <td>e4<br>d6</td> <td>Nc3<br>Be7</td> <td>Nf3<br>Bg4</td> <td>h3<br>Bxf3</td> <td>+/=</td> </tr> </table> Other less common moves: * [[/1...c6|1...c6]] usually transposes to the [[Chess/Caro-Kann Defense|Caro-Kann Defense]] (following 2. e4 d5) or the [[Chess/Slav Defense|Slav Defense]] (following 2. c4 d5). * [[/1...Nc6|1...Nc6]] - [[Chess/Queen's Knight Defence|Queen's Knight Defence]] * [[/1...b5|1...b5]] - [[Chess/Polish Defence|Polish Defence]] * [[Chess Opening Theory/1. d4/1...b6|1...b6]] - [[Chess/English Defence|English Defence]] * [[/1...e5|1...e5]] - [[Chess/Englund Gambit|Englund Gambit]] {{ChessMid}} {{Wikipedia|Queen's Pawn Game}} ==References== {{reflist}} {{BCO2}} {{NCO}} {{MCO14}} {{ChessFooter}} [[it:Teoria delle aperture negli scacchi/1. d4]] [[fi:Shakkiaapinen/Peli/1. d4]] jnbqfuowliv6sl1rbdg5hfmfxrgxll2 Circuit Theory/Bode Plots 0 44532 4089969 3548830 2022-08-10T11:11:09Z Xania 40302 typos wikitext text/x-wiki == Bode Plots == Bode plots plot the transfer function. Since the transfer function is a complex number, both the magnitude and phase are plotted (in polar coordinates). The independent variable &omega; is swept through a range of values that center on the major defining feature such as time constant or resonant frequency. A magnitude plot has dB of the transfer function magnitude on the vertical axis. The phase plot typically has degrees on the vertical axis. [[File:Example45B.png|thumb|voltage across capacitor and resistor parallel combination is the output]] [[File:Example45bode1.png|thumb|Bode plot for V<sub>CR</sub> compared to V<sub>S</sub> which looks like a passive, low pass filter with slope of -40dB/decade, the cut off frequency looks to be 10<sup>0</sup> = 1 radian/sec. The resistor dominates at DC and the capacitor dominates at very high frequencies. ]] [[File:Example14Transfer.png|thumb|find current through R<sub>3</sub>]] == MatLab tr and bode == ===Example 1=== [[Circuit_Theory/TF_Objectives#Applications|Previously]] the transfer function was found to be: :<math>H(s) = \frac{\mathbb{V}_{cr}(s)}{\mathbb{V}_s(s)} = \frac{1}{CLs^2 + \frac{Ls}{R} + 1} = \frac{1}{s^2 + 2s + 1} </math> MatLab has a short hand notation method for entering this information where the coefficients are listed (high power to low power)(numerator first, then denominator). For this example <pre> f = tf([1],[1 2 1]) </pre> Leaving the colon off the end should display the transfer function. The next step is to plot it: <pre> grid on bode(f) </pre> The result is a low pass filter. Rather than understand how to create these plots (not trivial), the goal is to interpret the plot .. (which is almost the same thing). But at this point, the goal is to exercise MatLab. [[File:Example14Bode.png|thumb|Bode diagram of R3 current versus V<sub>s</sub>, looks like a notch filter at around 1K radians/sec]] ===Example 2=== [[Circuit_Theory/TF_Examples|Previously]] the transfer function was found to be: :<math>\frac{\mathbb{I}_o}{\mathbb{V}_s} = \frac{1000s^3 + 5*10^9s}{s^4 + 5*10^6*s^3 + 2.000015*10^{12}*s^2 + 3.5*10^{13}*s + 5*10^{13}}</math> <pre> f = tf([1000 0 5*10^9 0],[1 5*10^6 2.000015*10^12 3.5*10^13 5*10^13]) grid on bode(f) </pre> === Magnitude Graph === Bode magnitude plots are dB which is both a measure of power and voltage and current simultaneously. The vertical dB axis is not an approximation or relative to anything. The vertical axis is an accurate number. The horizontal, dependent axis could be radians/sec or Hz. === Phase Graph === The Bode Phase Plot is a graph where the radial frequency is plotted along the X axis, and phase shift of the circuit ''at that frequency'' is plotted on the Y-axis. Axis could be in radians or degrees, frequency could be in radians per second or Hz. == Poles and Zeros == A transfer function has 7 features that can be realized in circuits. Before looking at these features, the terms pole, zero and origin need to be defined. Start with this definition of a transfer function: :<math>H(j\omega) = \frac{Z(j\omega)}{P(j\omega)}</math> *Zeros are roots in the numerator. *Poles are roots in the denominator. *The origin is where s = j&omega; = 0 (no real part in a Bode analysis). When the frequency is zero, the input is DC. This is where after a long time caps open and inductors short. The 7 possible features in a transfer function are: *A constant *Zeros at the origin (s in the numerator) *Poles at the origin (s in the denominator) *Real Zero (an s+a factor in the numerator) *Real Pole (an S+a factor in the denominator) *Complex conjugate poles *Complex conjugate zeros The bode and bodeplot functions are available in the [http://www.mathworks.com/products/control/ MatLab Control system toolbox]. [http://lpsa.swarthmore.edu/Bode/BodeFiles.html BodePlotGui] does the same thing and is discussed here. BodePlotGui was developed at Swarthmore through an NSF grant. There is a summary of the [http://lpsa.swarthmore.edu/Bode/Bode.html Swathmore Bode Diagram tutorial]. Circuit simulation software can plot bode diagrams [https://www.circuitlab.com/circuit/s5c7k7/p9-5/ also]. == Bode Equation Format == let us say that we have a generic transfer function with poles and zeros: :<math>H(j\omega) = \frac{(\omega_A + j\omega)(\omega_B + j\omega)}{(\omega_C+ j\omega)(\omega_D + j\omega)}</math> Each term, on top and bottom of the equation, is of the form <math>(\omega_N + j\omega)</math>. However, we can rearrange our numbers to look like the following: :<math>\omega_N(1 + \frac{j\omega}{\omega_N})</math> Now, if we do this for every term in the equation, we get the following: :<math>H_{bode}(j\omega) = \frac{\omega_A \omega_B}{\omega_C \omega_D} \frac{(1 + \frac{j\omega}{\omega_A})(1 + \frac{j\omega}{\omega_B})} {(1 + \frac{j\omega}{\omega_C})(1 + \frac{j\omega}{\omega_D})}</math> This is the format that we are calling "Bode Equations", although they are simply another way of writing an ordinary frequency response equation. == DC Gain == The constant term out front: :<math>\frac{\omega_A \omega_B}{\omega_C \omega_D}</math> is called the "DC Gain" of the function. If we set <math>\omega \to 0</math>, we can see that everything in the equation cancels out, and the value of H is simply our DC gain. DC then is simply the output when the input's frequency is zero. == Break Frequencies == in each term: :<math>(1 + \frac{j\omega}{\omega_N})</math> the quantity <math>\omega_N</math> is called the "Break Frequency". When the radial frequency of the circuit equals a break frequency, that term becomes (1 + 1) = 2. When the radial frequency is much higher than the break frequency, the term becomes much greater than 1. When the radial Frequency is much smaller than the break frequency, the value of that term becomes approximately 1. === Approximations === Bode diagrams are constructed by drawing straight lines (on log paper) that approximations of what are really curves. Here is a more precise definition. The term "much" is a synonym for "At least 10 times". "Much Greater" becomes "At least 10 times greater" and "Much less" becomes "At least 10 times less". We also use the symbol "<<" to mean "is much less than" and ">>" to mean "Is much greater than". Here are some examples: *1 << 10 *10 << 1000 *2 << 20 Right! *2 << 10 WRONG! For a number of reasons, Electrical Engineers find it appropriate to approximate and round some values very heavily. For instance, manufacturing technology will never create electrical circuits that perfectly conform to mathematical calculations. When we combine this with the << and >> operators, we can come to some important conclusions that help us to simplify our work: If A << B: *A + B = B *A - B = -B *A / B = 0 All other mathematical operations need to be performed, but these 3 forms can be approximated away. This point will come important for later work on bode plots. Using our knowledge of the Bode Equation form, the DC gain value, Decibels, and the "much greater, much less" inequalities, we can come up with a fast way to approximate a bode magnitude plot. Also, it is important to remember that these gain values are not constants, but rely instead on changing frequency values. Therefore, the gains that we find are all ''slopes'' of the bode plot. Our slope values all have units of "decibel per decade", or "db/decade", for short. == At Zero Radial Frequency == At zero radial frequency, the value of the bode plot is simply the DC gain value ''in decibels''. Remember, bode plots have a log-10 magnitude Y-axis, so we need to convert our gain to decibels: :<math>Magnitude = 20\log_{10}(DC Gain)</math> == At a Break Point == We can notice that each given term changes its effect as the radial frequency goes from below the break point, to above the break point. Let's show an example: :<math>(1 + \frac{j\omega}{5})</math> Our breakpoint occurs at 5 radians per second. When our radial frequency is ''much less'' than the break point, we have the following: :<math>Gain = (1 + 0) = 1</math> :<math>Magnitude = 20\log_{10}(1) = 0db/decade</math> When our radial frequency is equal to our break point we have the following: :<math>Gain = |(1 + j)| = \sqrt{2}</math> :<math>Magnitude = 20\log_{10}(\sqrt{2}) = 3db/decade</math> And when our radial frequency is much higher (10 times) our break point we get: :<math>Gain = |(1 + 10 j)| \approx 10</math> :<math>Magnitude = 20\log_{10}(10) = 20db/decade</math> However, we need to remember that some of our terms are "Poles" and some of them are "Zeros". === Zeros === Zeros have a positive effect on the magnitude plot. The contributions of a zero are all positive: ;Radial Frequency << Break Point : 0db/decade gain. ;Radial Frequency = Break Point : 3db/decade gain. ;Radial Frequency >> Break Point : 20db/decade gain. === Poles === Poles have a negative effect on the magnitude plot. The contributions of the poles are as follows: ;Radial Frequency << Break Point : 0db/decade gain. ;Radial Frequency = Break Point : -3db/decade gain. ;Radial Frequency >> Break Point : -20db/decade gain. == Conclusions == To draw a bode plot effectively, follow these simple steps: #Put the frequency response equation into bode equation form. #identify the DC gain value, and mark this as a horizontal line coming in from the far left (where the radial frequency conceptually is zero). #At every "zero" break point, increase the slope of the line upwards by 20db/decade. #At every "pole" break point, decrease the slope of the line downwards by 20db/decade. #at every breakpoint, note that the "actual value" is 3db off from the value graphed. And then you are done! {{BookCat}} 3s4hk2g667zrgkzvzh2p26jas1rxms0 Chess Opening Theory/1. d4/1...Nf6/2. c4/2...e6 0 81322 4089906 4003572 2022-08-09T18:06:30Z 64.146.180.175 /* Indian Defence */ wikitext text/x-wiki {{Chess Opening Theory/Position|= |Indian Defense| |rd|nd|bd|qd|kd|bd| |rd|= |pd|pd|pd|pd| |pd|pd|pd|= | | | | |pd|nd| | |= | | | | | | | | |= | | |pl|pl| | | | |= | | | | | | | | |= |pl|pl| | |pl|pl|pl|pl|= |rl|nl|bl|ql|kl|bl|nl|rl|= || }} =Indian Defence= ===2...e6=== 2...e6 is a move with several purposes. First, it opens a diagonal for the development of Black's dark-squared bishop. It also challenges White's ambition in the center by attacking the d5 square. By doing so, Black prepares to play ...d5 while discouraging White from playing d5 themself. A disadvantage for Black of systems with ...e6 is that the pawn on e6 blocks the c8-h3 diagonal on which Black's light-squared bishop may wish to operate. Finding a useful way to develop this piece, either through a queenside fianchetto or a future reopening of the c8-h3 diagonal, is a perennial challenge for Black players after ...e6. However, the inactivity of the light-squared bishop, while sometimes problematic, is rarely fatal in the early going, and should not discourage Black players from choosing 2...e6 or ...e6 on a later move. White has three main choices here: * [[/3. Nc3/]] - more aggressive in trying to establish a center via e2-e4, but also allows the 3...Bb4 pin (Nimzo-Indian). Black may also play a Benoni or QGD. * [[/3. Nf3/]] - Less aggressive but solid. White may face a Queen's Indian, Benoni, or QGD. * [[/3. g3/]] - This usually leads to a Catalan, or sometimes a Symmetrical English or Benoni. The Catalan offers good chances for white to obtain powerful piece play in a more open game than the typical 1. d4 openings. ==Theory table== {{ChessTable}}. '''1. d4 Nf6 2. c4 e6''' <table border="0" cellspacing="0" cellpadding="4"> <tr> <th></th> <th align="left">3</th> </tr> <tr> <th align="right"></th> <td>[[/3. Nc3|Nc3]]<br>...</td> <td>=</td> </tr> <tr> <th align="right"></th> <td>[[/3. Nf3|Nf3]]<br>...</td> <td>=</td> </tr> <tr> <th align="right"></th> <td>[[/3. g3|g3]]<br>...</td> <td>=</td> </tr> <tr> <th align="right">[[Chess/Neo-Indian Attack|Neo-Indian Attack]]</th> <td>[[/3. Bg5|Bg5]]<br>...</td> <td>=</td> </tr> </table> {{ChessMid}} ==References== {{reflist}} {{Wikipedia|Queen's Pawn Game}} {{BCO2}} {{Chess Opening Theory/Footer}} 3j8778gttxxny7saxza2dbzm586yh3t 4089909 4089906 2022-08-09T18:12:19Z 64.146.180.175 /* 2...e6 */ wikitext text/x-wiki {{Chess Opening Theory/Position|= |Indian Defense| |rd|nd|bd|qd|kd|bd| |rd|= |pd|pd|pd|pd| |pd|pd|pd|= | | | | |pd|nd| | |= | | | | | | | | |= | | |pl|pl| | | | |= | | | | | | | | |= |pl|pl| | |pl|pl|pl|pl|= |rl|nl|bl|ql|kl|bl|nl|rl|= || }} =Indian Defence= ===2...e6=== 2...e6 is a move with several purposes. First, it opens a diagonal for the development of Black's dark-squared bishop. It also challenges White's ambition in the center by attacking the d5 square. By doing so, Black prepares to play ...d5 while discouraging White from playing d5 themself. A disadvantage for Black of systems with ...e6 is that the pawn on e6 blocks the c8-h3 diagonal on which Black's light-squared bishop may wish to operate. Finding a useful way to develop this piece, either through a queenside fianchetto or a future reopening of the c8-h3 diagonal, is a perennial challenge for Black players after ...e6. However, the inactivity of the light-squared bishop, while sometimes problematic, is rarely fatal in the early going, and should not discourage Black players from choosing 2...e6 or ...e6 on a later move. White has three main choices here: * [[/3. Nc3/]] - more aggressive in trying to establish a center via e2-e4, but also allows the 3...Bb4 pin (Nimzo-Indian). Black may also play a Benoni (3...c5) or QGD (3...d5). * [[/3. Nf3/]] - Less aggressive but solid. White may face a Queen's Indian (3...b6), Benoni, or QGD. * [[/3. g3/]] - This usually leads to a Catalan, or sometimes a Symmetrical English or Benoni. The Catalan offers good chances for White to obtain powerful piece play in a more open game than the typical 1. d4 openings. ==Theory table== {{ChessTable}}. '''1. d4 Nf6 2. c4 e6''' <table border="0" cellspacing="0" cellpadding="4"> <tr> <th></th> <th align="left">3</th> </tr> <tr> <th align="right"></th> <td>[[/3. Nc3|Nc3]]<br>...</td> <td>=</td> </tr> <tr> <th align="right"></th> <td>[[/3. Nf3|Nf3]]<br>...</td> <td>=</td> </tr> <tr> <th align="right"></th> <td>[[/3. g3|g3]]<br>...</td> <td>=</td> </tr> <tr> <th align="right">[[Chess/Neo-Indian Attack|Neo-Indian Attack]]</th> <td>[[/3. Bg5|Bg5]]<br>...</td> <td>=</td> </tr> </table> {{ChessMid}} ==References== {{reflist}} {{Wikipedia|Queen's Pawn Game}} {{BCO2}} {{Chess Opening Theory/Footer}} md6noyw3viq5fbwm7ht5nwk1g5qqioh Chess Opening Theory/1. d4/1...Nf6/2. c4/2...e6/3. Nc3 0 81323 4089907 3279598 2022-08-09T18:08:25Z 64.146.180.175 /* Theory table */ wikitext text/x-wiki {{Chess Opening Theory/Position|= |Indian Defence| |rd|nd|bd|qd|kd|bd| |rd|= |pd|pd|pd|pd| |pd|pd|pd|= | | | | |pd|nd| | |= | | | | | | | | |= | | |pl|pl| | | | |= | | |nl| | | | | |= |pl|pl| | |pl|pl|pl|pl|= |rl| |bl|ql|kl|bl|nl|rl|= || }} =Indian Defence= ===3. Nc3=== With 3.Nc3, White develops a piece and continues to fight for the center of the board. On c3, the knight controls the important d5 and e4 squares. Black can choose from four main continuations: ==Theory table== {{ChessTable}}. '''1. d4 Nf6 2. c4 e6 3. Nc3''' <table border="0" cellspacing="0" cellpadding="4"> <tr> <th></th> <th align="left">3</th> </tr> <tr> <th align="right">[[Chess/Nimzo-Indian Defence|Nimzo-Indian Defence]]</th> <td>...<br>[[/3...Bb4|Bb4]]</td> <td>=</td> </tr> <tr> <th align="right">[[Chess/Queen's Gambit Declined|Queen's Gambit Declined]]<br>by transposition</th> <td>...<br>[[Chess Opening Theory/1. d4/1...d5/2. c4/2...e6/3. Nc3/3...Nf6|d5]]</td> <td></td> </tr> <tr> <th align="right">[[Chess/Benoni Defence|Modern Benoni Defence]]</th> <td>...<br>[[/3...c5|c5]]</td> <td>=</td> </tr> <tr> <th align="right">[[Chess/Queen's Indian Defence|Queen's Indian Defence]]</th> <td>...<br>[[/3...b6|b6]]</td> <td>=</td> </tr> <tr> <th align="right">[[Chess/Black Knights Tango|Black Knights Tango]]<br> by transposition</th> <td>...<br>[[../../2...Nc6/3. Nc3/3...e6|Nc6]]</td> <td>+=</td> </tr> </table> {{ChessMid}} ==References== {{reflist}} {{Wikipedia|Indian Defence}} {{Chess Opening Theory/Footer}} cc5b2qjggkkynzizenmzebk0uiwpskh Chess Opening Theory/1. d4/1...d5/2. c4/2...e6/3. Nc3 0 81326 4089865 2726833 2022-08-09T14:17:23Z 64.146.180.175 /* Queen's Gambit Declined */ Omg, gender. Why? wikitext text/x-wiki {{Chess Opening Theory/Position|= |Queen's Gambit Declined| |rd|nd|bd|qd|kd|bd|nd|rd|= |pd|pd|pd| | |pd|pd|pd|= | | | | |pd| | | |= | | | |pd| | | | |= | | |pl|pl| | | | |= | | |nl| | | | | |= |pl|pl| | |pl|pl|pl|pl|= |rl| |bl|ql|kl|bl|nl|rl|= || }} =Queen's Gambit Declined= ===3.Nc3=== After building a pawn center with their first two moves, White begins the development of their minor pieces with 3.Nc3. On c3, the knight controls the d5 and e4 squares. White would like to play e4 at some point to gain even more presence in the center, and 3.Nc3 facilitates this break. White's dark-squared bishop will likely go to g5 after Black plays Nf6. ==Theory table== {{ChessTable}}. '''1. d4 d5 2. c4 e6 3. Nc3''' <table border="0" cellspacing="0" cellpadding="4"> <tr> <th></th> <th align="left">3</th> <th align="left">4</th> <th align="left">5</th> <th align="left">6</th> </tr> <tr> <th align="right">Queen's Gambit Declined Semi-Slav</th> <td>...<br>[[/3...Nf6|Nf6]]</td> <td>Bg5<br>Be7</td> <td>e3<br>O-O</td> <td>Nf3<br>Nbd7</td> <td>=</td> </tr> <tr> <th align="right">Tarrasch Defence</th> <td>...<br>[[/3...c5|c5]]</td> <td>cxd5<br>exd5</td> <td>Nf3<br>Nc6</td> <td>g3<br>Nf6</td> <td>=</td> </tr> <tr> <th align="right">Semi-Slav Defence</th> <td>...<br>[[/3...c6|c6]]</td> <td>Nf3<br>Nf6</td> <td>e3<br>Nbd7</td> <td>Bd3<br>dxc4</td> <td>=</td> </tr> <tr> <th align="right"></th> <td>...<br>[[/3...Be7|Be7]]</td> <td>Nf3<br>Nf6</td> <td>Bg5<br>h6</td> <td>Bh4<br>O-O</td> <td>=</td> </tr> <tr> <th align="right">Dutch Stonewall</th> <td>...<br>[[/3...f5|f5]]</td> <td>Nf3<br>Nf6</td> <td>Bf4<br>c6</td> <td>e3<br>Be7</td> <td>+=</td> </tr> </table> {{ChessMid}} {{Wikipedia|Queen's Gambit Declined}} ==References== {{reflist}} {{BCO2}} {{ChessFooter}} pkwm0qm4paymo0puld0yeg6ev24ushc Template:Code/doc 10 88978 4089900 3679493 2022-08-09T16:53:00Z L10nM4st3r 3380243 /* Code:Valid */ Made output match input. wikitext text/x-wiki {{documentation subpage}} == Documentation == The purpose of this series of templates is to increase the readability of code examples in programming books. Each template includes a div with an colored outline and colored background, and a second div with a colored outline and white background. Inside the first div is a space which allows a comment or other instruction; inside the second div is the code space. The include code is used along with two arguments, the first being the comment and the second being the code. Due to parsing limitations, the current version of the code template requires the user to include &lt;pre&gt;&lt;/pre&gt; tags around the code sample. (Inclusion of the &lt;pre&gt;&lt;/pre&gt; tags causes the wiki parser to render the wiki include code as plain text instead of parsing it.) This may change if I am able to hack around the parser and insert the include tag manually. (Note you can now do this using <nowiki>{{#tag:pre|content}}</nowiki> [[User:YanWong|Yan]] ([[User talk:YanWong|talk]]) 21:38, 13 November 2008 (UTC)) Templates initially created by [[User:Banzaimonkey|banzaimonkey]] 01:04, 6 August 2006 (UTC) for the [[PHP Programming|PHP wikibook]]. These templates are intended to be usable in all programming wikibooks, but specific alterations or exceptions may be required for a particular programming language. Please be extremely careful when modifying these templates, as your changes may be propagated across a large number of pages unbeknownst to you. If you'd like to use a code template that is not described below, feel free to add your own and include it in the list (please also include the "Code Template" category on each new template's page, inside &lt;noinclude&gt;&lt;/noinclude&gt; tags; see an existing template as an example). Another concern I have is that these will add large sections of color to "Print" pages on wikibooks that use them, thus vastly increasing printing costs. If anyone has a suggestion on how to filter these to white (see template Misc2, below), please leave a note on the discussion page. == Why Use Code Templates? == ''Why use code templates? Isn't there already a blue box around code?'' The design presentation using the code template / code box highlights the code much more obviously, allowing the reader to see the code much more easily. Thus, the user is able to focus his or her energy on parsing the code ''only'', rather than having to parse the wiki page to figure out which sections actually ''are'' code. Because there is room for comment text inside the code template, it is easier to attach a specific note, instruction, or link to a particular piece of code. This affords the author greater clarity when making reference to code examples. The code template also allows the code to be easily recognized and edited inside the wiki source because it has distinct bracketing (from the template code itself). Finally, some of the alternate stylesheets to not designate code with anything more than monospace font. == Usage Notes == *I highly recommend the use of &lt;pre&gt;&lt;/pre&gt; tags to format code inside the code template. This allows code to break lines and allows additional code to be added easily. It also allows authors to establish an indentation scheme, which increases readability. *With the inclusion of the [[mw:Extension:Highlight|Highlight extension]] to wikibooks, you can now use &lt;source lang="x"&gt; &lt;/source&gt; which is automatically converted to &lt;pre&gt;&lt;/pre&gt; with colour-formatted code. *All code templates must include the correct number of vertical lines '''|''', even if the argument is blank. If you don't want to enter text after a particular argument, that's fine, but you still need the vertical line. == Code Templates == *[[Template:Code:Basic]] - Show basic programming example without any other features *[[Template:Code:Valid]] - Show valid programming example with green box and checkmark icon *[[Template:Code:Error]] - Show errors, invalid or otherwise broken programming example with red box and x-mark icon *[[Template:Code:Output]] - Show basic programming example with resulting output *[[Template:Code:Interpreted]] - Show basic programming example for an interpreted language, with many styles *[[Template:Code:Tip]] - Show a useful programming tip with yellow box and star icon *[[Template:Code:Transclude]] - Show a programming example by transcluding a programming example template *[[Template:Code:Alt]] - Compare two programming examples using logical "or"/"and" connector. == Example Template Usage == === Code:Basic === {{Code:Basic |This box can show code or simply be used to highlight a particular section of text with a blue outline. |Pie #Cherry #Apple #Peach <syntaxhighlight lang="perl">$array_pie = {Cherry, Apple, Peach};</syntaxhighlight> |The explanation can be continued after the code sample. }} The code for the above code box can be seen here: <pre>{{Code:Basic |This box can show code or simply be used to highlight a particular section of text with a blue outline. |Pie #Cherry #Apple #Peach &lt;source lang="perl"&gt;$array_pie = {Cherry, Apple, Peach};&lt;/source&gt; |The explanation can be continued after the code sample. }}</pre> === Code:Valid === {{Code:Valid |The following code is valid: |<pre>$valid code example;</pre> |The explanation can be continued after the code sample. }} The code for the above code box can be seen here: <pre>{{Code:Valid |The following code is valid: |&lt;pre&gt;$valid code example;&lt;/pre&gt; |The explanation can be continued after the code sample. }}</pre> === Code:Error === {{Code:Error |The following code contains an error: |<pre>$this line does not end with a semicolon</pre> |The explanation can be continued after the code sample. }} The code for the above code box can be seen here: <pre>{{Code:Error |The following code contains an error: |&lt;pre&gt;$this line does not end with a semicolon&lt;/pre&gt; |The explanation can be continued after the code sample. }}</pre> === Code:Alt === {{Code:Alt |You can use either "echo" or "print" to output text. |<pre>echo "Hello World.";</pre> |and / or / not / etc. |<pre>print "Hello World.";</pre> |The explanation can be continued after the code sample. }} The code for the above code box can be seen here: <pre>{{Code:Alt |You can use either "echo" or "print" to output text. |&lt;pre&gt;echo "Hello World.";&lt;/pre&gt; |and / or / not / etc. |&lt;pre&gt;print "Hello World.";&lt;/pre&gt; |The explanation can be continued after the code sample. }}</pre> === Code:Output === {{Code:Output |In this example, you'll be able to see the code and the output it generates. |<pre>print "Hello World.";</pre> |<pre>Hello World.</pre> |The explanation can be continued after the code sample. }} The code for the above code box can be seen here: <pre>{{Code:Output |In this example, you'll be able to see the code and the output it generates. |&lt;pre&gt;print "Hello World.";&lt;/pre&gt; |&lt;pre&gt;Hello World.&lt;/pre&gt; |The explanation can be continued after the code sample. }}</pre> {{Code:Interpreted/doc}} === Code:Tip === {{Code:Tip |It's a good idea to add comments to your code. |<pre>//This variable controls the loop $loopvar1;</pre> |The explanation can be continued after the code sample. }} The code for the above code box can be seen here: <pre>{{Code:Tip |It's a good idea to add comments to your code. |&lt;pre&gt;//This variable controls the loop $loopvar1;&lt;/pre&gt; |The explanation can be continued after the code sample. }}</pre> === Code:Transclude === This can be used to create a transcluded, titled page, like so {{Code:Transclude |Template_talk:Code:Transclude }} <includeonly> [[Category:Code templates|{{PAGENAME}}]] </includeonly> 81cnewnxntrs9vgidg08p1ujwqair3n Urdu/Vocabulary/Numbers 0 89635 4089947 4088734 2022-08-10T06:37:25Z 39.40.32.164 c wikitext text/x-wiki {| class="wikitable sortable mw-collapsible mw-collapsed" cellspacing="1" cellpadding="2" border="1" |+ ! bgcolor="#eeeeee" |Numeral ! bgcolor="#eeeeee" |Urdu ! bgcolor="#eeeeee" |Transliteration ! ! bgcolor="#eeeeee" |Numeral ! bgcolor="#eeeeee" |Urdu ! bgcolor="#eeeeee" |Transliteration ! bgcolor="#eeeeee" |Numeral ! bgcolor="#eeeeee" |Urdu ! bgcolor="#eeeeee" |Transliteration ! bgcolor="#eeeeee" |Numeral ! bgcolor="#eeeeee" |Urdu ! bgcolor="#eeeeee" |Transliteration |- |0||صفر||sifr | ||25||پچیس ||... ||50||پچاس||pachās||75||پچھتر||pachhattar |- |1||ایک |ak | ||26||چھببیس||.. ||51||اکاون||ikyāwan||76||چھہتر||chhihattar |- |2||دو |do | ||27||ستایس||sattāīs||52||باون||bāwan||77||ستتر||satattar |- |3||تین |teen | ||28||اٹھائس||aṭhāīs||53||تریپن||tripan||78||اٹھتر||aṭhattar |- |4||چار |char | |29||انتيس||untīs||54||چون||chauwan||79||اناسی||unāsī |- |5||پانچ |panch | ||30||تیس||tīs||55||پچپن||pachpan||80||اسی||assī |- |6||چھ||chey | ||31||اکتیس||ikkatīs||56||چھپن||chhappan||81||اکیاسی||ikyāsī |- |7||سات||sath | ||32||بتیس||battīs||57||ستاون||satāwan||82||بیاسی||bayāsī |- |8||آٹھ||āṭh | ||33||تیتیس||tentīs||58||اٹھاون||aṭhāwan||83||تیراسی||tirāsī |- |9||نو||nau | ||34||چونیتیس||chauntīs||59||انسٹھ||unsaṭh||84||چوراسی||chaurāsī |- |10||دس||das | ||35||پیتیس||paintīs||60||ساٹھ||sāṭh||85||پچیاسی||pachāsī |- |11||گیارہ||giyāra | ||36||چھتیس||chhattīs||61||اکسٹھ||iksaṭh||86||چھیاسی||chhiyāsī |- |12||بارہ||bāra | ||37||سیتیس||saintīs||62||باسٹھ||bāsaṭh||87||ستاسی||satāsī |- |13||تیرہ||tera | ||38||ارتیس||aṛtīs||63||تریسٹھ||traisaṭh||88||اٹھاسی||aṭhāsī |- |14||چودہ||chauda | ||39||انتالیس||untālīs||64||چوسٹھ||chaunsaṭh||89||نواسی||nawāsī |- |15||پندرہ||pandra | ||40||چالیس||chālīs||65||پیسٹھ||painsaṭh||90||نوے||nawwe |- |16||سولہ||sola | ||41||اکتالیس||iktālīs||66||چھیاسٹھ||chiyāsaṭh||91||اکانوے||ikyānwe |- |17||سترہ||satra | ||42||بیالیس||bayālīs||67||سڑسٹھ||saṛsaṭh||92||بانوے||bānwe |- |18||اٹھارہ||aṭhāra | ||43||تیتالیس||taintālīs||68||اڑسٹھ||aṛsaṭh||93||ترانوۓ||tirānwe |- |19||انیس||unnīs | ||44||چوالیس||chawālīs||69||انھتر||unhattar||94||چورانوۓ||chaurānwe |- |20||بیس||bīs | ||45||پیتالیس||paintālīs||70||ستر||sattar||95||پچانوے||pachānwe |- |21||اِکیس||ikkīs | ||46||چھیالیس||chhiyālīs||71||اکھتر||ikhattar||96||چھیانوے||chhiyānwe |- |22||بائیس||bīs | ||47||سینتالیس||saintālīs||72||بھتتر||bahattar||97||ستانوے||satānwe |- |23||تئیس||taīs | ||48||اڑتالیس||aṛtālīs||73||تہتر||tihattar||98||اٹھانوے||aṭhānwe |- |24||چوبیس||chaubīs | ||49||انچاس||unchās||74||چوہتر||chauhattar||99||ننانوے||ninānwe |- |} *Please note that the transliteration is respective to both Urdu and Hindi, while the column for Hindi depicts the numbers in [[Devanagari script]] (except for numbers zero to five). {| border="1" cellpadding="2" cellspacing="1" ! bgcolor="#eeeeee" |Numeral ! bgcolor="#eeeeee" |[[wikipedia:Urdu|Urdu]] ! bgcolor="#eeeeee" |[[wikipedia:Hindi|Hindi]] ! bgcolor="#eeeeee" |Transliteration |- |100||سو||सौ||sau |- |200||دو سو||दो सौ||do sau |- |300||تین سو||तीन सौ||tīn sau |- |1000||ہزار||हज़ार||hazār |- |2000||دو ہزار||दो हज़ार||do hazār |- |3000||تین ہزار||तीन हज़ार||tīn hazār |- |1,00,000||لاکھ||लाख||lākh |- |1,00,00,000||کڑوڑ||करोड़||karoṛ; |- |1,00,00,00,000||ارب||अरब||arab |- |1,00,00,00,00,000||کھرب||खरब||''kharab'' |- |number _____ (''train, bus, etc.'')||ریل گاڑی، بس، دیگر_____نمبر||नब&#2306;र _____ ट्रेन, बस, ...||nambar _____ &#7789;ren, bas, ... |- |1 half||آدھا||आधा||ādhā |- |less||کم||कम||kam |- |more||زیادہ||अधिक, ज़्यादा||adhika, ziyāda |- |} {{BookCat}} qnvj8mbcucrv3u57fm04g84h4bafa33 Wikijunior:Languages/Playing with language 110 100316 4089933 3957463 2022-08-10T00:45:54Z Jan unpa 3398401 Rewording wikitext text/x-wiki We've looked at lots of existing languages from all around the world, but if we really want to have fun with languages then we have to do more than just look; we have to play as well. Imagine if you could talk to your friends in your own private language that no one else knew. Or imagine speaking a language where everything you said sounded silly, or grumpy, or smart. Or imagine making up your own special words for all the things you see around you. In this chapter we'll find out how to do all these things and more. Languages are like the recipes for cakes. You start off with a whole bunch of different ingredients and then the recipe tells you how to mix them all together. In a cake you might use some flour and some eggs, a little bit of milk and butter and then maybe some chocolate. In a language you use sounds and words and when you mix them all together you end up with a sentence. And just like in a cake it is important how you combine the ingredients. If you put too much water in your cake you will end up with a slimy sludge instead of a cake. In a language if you don't put your words in the right order, if you don't follow the language's recipe, then you end up with a slimy sludge too. Let's try it with a simple sentence: If we didn't follow the recipe we might get: <div class="center"> ''The moon is made of bright green cheese.'' ''Cheese is made of the bright green moon.'' ''Green made of the moon is cheese bright.'' </div> And these are just two of the silly sentences you can make by not following the recipe for the language correctly. Try some more by yourself, for example you could try saying it in reverse order—starting with the last word and going to the first. No matter how you rearrange the words, there is only one correct recipe that says that the moon is made of bright green cheese. Some of the other recipes make sentences that make sense but don't say what we want them to say, but most recipes just end up being silly. The "recipe" of a language that determine which words go where, and what they mean is the ''syntax''. Without even realizing it, you already know the recipe to one language—English. You know that putting words in some orders makes sense but in others it doesn't. But imagine if you only ever had one kind of cake. It would get boring. It's the same in languages: the more different language recipes you know, the more fun it is. If you wanted to make a language recipe there are two different ways you could do it. The first is to get an existing language recipe (for example, English) and use it to make a language cake, putting lots of icing on it so that nobody other than you and your friends know that underneath the icing it is really the same old cake. The other is to make a whole new recipe from scratch. Because it is easier to add icing to a cake that already exists rather than bake a whole new one, we'll start with that. == Putting the icing on our language cake == ''Nac uoy daer siht ecnetnes? eno siht tuoba woH?'' If you can read English then you can read these sentences – but you might need a hint. When we write a normal word, we start at the left side of a word and keep writing until we reach the right side. But what if we started on the right side and wrote to the left—what if we wrote words backwards? Try reading the sentences above again, but this time read all the words backwards. You might find it easier if you try writing them down. So what did that say? Did it make sense? Try reading the second sentence again but this time instead of reading each word backwards read the whole sentence backwards. Now try saying it out loud. What does it sound like? Is it difficult to say? Why are some of the words hard to say but some of them are easy? We'll find out in a later section <!-- phonology -->. You can use talking or writing backwards as a secret language for you and your friends. {{TODO| #Pig Latin, Backslang, etc. #Ideas for more cryptograms #Ciphers, codes, etc. #Conclusions}} == Making a language recipe from scratch == Remember the chapter on [[Wikijunior:Languages/Quenya|Quenya]]? Well, it was a language recipe that J.R.R. Tolkien made up. He spent a large part of his life making Quenya and never really finished it, but don't worry: while the language recipes we make here will not be complete like real languages, they will still be usable, so you will be able to say simple things to your friends with them, without anybody else knowing what you are saying. === How to make a language sound the way you want it to <!-- phonetics --> === === All the amazing things words can do <!-- morphology --> === === Mixing all your words together to make sentences <!-- syntax --> === {{BookCat}} joo47cuhkzgg9tgry7j7zqmibbk9tx5 Future/Totalitarian State 0 101434 4089908 3256466 2022-08-09T18:12:18Z Kaltenmeyer 715252 typo wikitext text/x-wiki One of the most often mentioned-upon scenarios (especially by the media and other proponents for free speech) is the possibility that restriction of rights will lead to the formation of more totalitarian states in the future. By totalitarian states, they most often mean states in which the government controls the powers of knowing everything that is going on domestically, and are of unparalleled ability to influence events and society inside their states. To many individuals and to the democratic/republican/federal ideal, this is the bane of modern society. We here analyze the arguments both in favor and against the formation and survival of the totalitarian states of the future. ==Arguments Against Totalitarian State Viability== {{expand}}<!--hey! what about expanding a section?--> ==Arguments For Totalitarian State Viability== Many existing and emerging technologies can be used by the government(s) to enforce '''totalitarian control''' over all aspects of human lives. The following are examples of such technologies: ===Spying=== The US Army is developing a full scale [http://news.bbc.co.uk/2/hi/technology/3507531.stm 3D Earth simulator], which will be tapped directly into the "Global Information Grid" which could come to oversee the MESH control grid that will also play a role in tracking. The end result is that they will have a full scale simulation of Earth that will allow them to zoom in toward your home (already possible to an extent through tools such as Google map), and possibly see hidden weapons through your clothing. [http://www.prisonplanet.com/articles/september2005/120905robertsquestioned.htm PrisonPlanet] claims that such work could eventually result in governmental control over the Internet (although it seems that so far the states' powers are limited to declaring that certain web pages are off limits for computers inside a country, such as in China). Biometrics like [http://prism.asu.edu/3dface/ face scanning technology] are being developed into some of the ITS cameras; thumb print scanners are being implemented into retail stores and [ retinal scans are now being implemented into grade schools [http://www.informationweek.com/security/showArticle.jhtml?articleID=177103030]. National ID cards are on the way (such as in China), and they could probably include biometric data. [http://www.aclu.org/privacy/spying/15780res20050426.html Global ID cards] are being developed to set up the global control grid. Current RFID / biochip tracking systems include "Digital Angel" and the DoD's [http://www.les.disa.mil/c/extranet/home?e_l_id=14 DISA] (See [http://www.les.disa.mil/c/extranet/home?e_l_id=1 video]) A future step could be a form of nanotechnology that The Man has titled "NBIC". The goals of NBIC are the rapid evolution of mankind (humans into transhumans into posthumans), super AI and what they have actually titled the "collective society" [http://www.infocastinc.com/NBIC/nbichome.htm]. <!--I don't see why super AI is relevant.--> ===Anti-Riot Weaponry=== Some states may be massing advanced anti-protest weapons so that they could be able to disperse any crowd. Old technologies were fire hoses, tear gas, batons, shields, stun/sting grenades, rubber bullets and capture nets [http://www.ozarkmtns.com/less-lethal/index.htm]. New technologies include laser stun rifles, audio cannons, microwave pain beams, magnetosphere guns and more [http://www.google.com/search?q=%22Magnetosphere+gun%22+riot&hl=en&lr=&start=10&sa=N]. [[Future/War|War]] has more on this topic. ==References== * [http://www.myspace.com/ignoranceisntbliss Ignorance Isn't Bliss] - an emotional, but mostly well-reasoned description of the possibility and danger of totalitarian scenario. * [http://www.informationweek.com/security/showArticle.jhtml?articleID=177103030 Information Week]* [http://www.ozarkmtns.com/less-lethal/index.htm ozarkmtns.com] * [http://www.google.com/search?q=%22Magnetosphere+gun%22+riot&hl=en&lr=&start=10&sa=N Google search<!--what the heck!-->] == Links == * [http://technology.guardian.co.uk/weekly/story/0,,1807882,00.html Big Brother takes a controlling interest in chips] - a totalitarian scenario presented by Vernor Vinge, developed for his book ''Rainbows End''. * [http://www.prisonplanet.com/articles/january2006/110106thepanopticon.htm Panopticon]. {{BookCat}} 5xt82k2p11vqxh9xt04h10pwgxce9ml Unicode/Versions 0 104146 4089929 4089802 2022-08-09T22:08:38Z 78.132.204.41 Gurung Khema wikitext text/x-wiki {{Unicode page}} {{TOC right}} {{refimprove|date=June 2017}} This page is about each version specification, and the differences between the versions. == Unicode 1.0 == Unicode 1.0 was the first version of Unicode, released October 1991. It encoded 7,161 new characters. === “Blocks” === This version of Unicode did not formally group characters in blocks. But in comparison with version 2.0, the following “blocks” were available: U+0000-U+FFFD 51 Blocks * '''Basic Latin''', containing 128 characters. * '''Latin-1 Supplement''', containing 128 characters. * '''Latin Extended-A''', containing 127 characters. * '''Latin Extended-B''', containing 113 characters. * '''IPA Extensions''', containing 89 characters. * '''Spacing Modifier Letters''', containing 57 characters. * '''Combining Diacritical Marks''', containing 66 characters. * '''Greek and Coptic''', containing 112 characters. * '''Cyrillic''', containing 192 characters. * '''Armenian''', containing 84 characters. * '''Hebrew''', containing 52 characters. * '''Arabic''', containing 169 characters. * '''Devanagari''', containing 104 characters. * '''Bengali''', containing 89 characters. * '''Gurmukhi''', containing 74 characters. * '''Gujarati''', containing 75 characters. * '''Oriya''', containing 78 characters. * '''Tamil''', containing 61 characters. * '''Telugu''', containing 80 characters. * '''Kannada''', containing 80 characters. * '''Malayalam''', containing 78 characters. * '''Thai''', containing 92 characters. * '''Lao''', containing 70 characters. * '''Tibetan''', containing 71 characters. * '''Georgian''', containing 78 characters. * '''General Punctuation''', containing 67 characters. * '''Superscripts and Subscripts''', containing 28 characters. * '''Currency Symbols''', containing 11 characters. * '''Combining Marks for Symbols''', containing 18 characters. * '''Letterlike Symbols''', containing 57 characters. * '''Number Forms''', containing 48 characters. * '''Arrows''', containing 91 characters. * '''Mathematical Operators''', containing 242 characters. * '''Miscellaneous Technical''', containing 43 characters. * '''Control Pictures''', containing 37 characters. * '''Optical Character Recognition''', containing 11 characters. * '''Enclosed Alphanumerics''', containing 139 characters. * '''Forms''', containing 128 characters. * '''Block Elements''', containing 22 characters. * '''Geometric Shapes''', containing 79 characters. * '''Miscellaneous Symbols''', containing 106 characters. * '''Dingbats''', containing 160 characters. * '''CJK Symbols and Punctuation''', containing 56 characters. * '''Hiragana''', containing 90 characters. * '''Katakana''', containing 90 characters. * '''Bopomofo''', containing 40 characters. * '''Hangul Compatibility Jamo''', containing 94 characters. * '''Kanbun''', containing 16 characters. * '''Enclosed CJK Letters and Months''', containing 191 characters. * '''CJK Compatibility''', containing 187 characters. * '''Hangul Syllables''', containing 2,350 characters. * '''Private Use Area''', reserved for 5,632 characters. * '''CJK Compatibility Forms''', containing 28 characters. * '''Small Form Variants''', containing 26 characters. * '''Arabic Presentation Forms-B''', containing 140 characters. * '''Halfwidth and Fullwidth Forms''', containing 216 characters. * '''Specials''', containing 1 character. == Unicode 1.0.1 == Unicode 1.0.1 was released June 1992. It encoded 28,365 characters, adding 21,204 new characters, removing 96 characters. === New blocks === * '''CJK Unified Ideographs''', containing 20,902 Han Ideographs for Chinese, Japanese and Korean was added. * '''CJK Compatibility Ideographs''', containing 302 Han Ideographs for compatibility with existing character sets was added. === Removed Blocks === *'''Tibetan''', containing 71 letters for the Tibetan script, was removed from the Unicode standard. === Removed Characters === *'''Thai''', (total 5 characters) were Removed From Thai Script. (U+0E70-U+0E74) ( Thai Phonetic Order Vowel Sign เ แ โ ใ And ไ) *'''Lao''', (total 5 characters) were Removed From Lao Script. (U+0EF0-U+0EF4) *'''Miscellaneous Technical''', (total 2 characters) were Removed From Miscellaneous Technical. (U+2300,U+2301) *'''Greek and Coptic''', (total 7 characters) were Removed From Greek Script. (U+03DB,U+03DD,U+03DF,U+03E1,U+0371-U+0372,U+0374) *'''Cyrillic''', (total 4 characters) Cyrillic Letter Ka With Ogonek And Cyrillic Letter Kha With Ogonek were Removed From Cyrillic Script. (U+04C5-U+04C6,U+04C9-U+04CA) *'''CJK Symbols and Punctuation''', (total 1 character) Ideographic Ditto Mark were Removed From CJK Symbols and Punctuation. (U+3004) === Rearranged Characters === *'''Circled Katakana:''' ''The characters well be arranged in morden order: e.g.,A, I, U, E, O, KA, KI,'' (U+32D0-U+32FE) *'''Basic Glyphs For Arabic Language:''' ''The character shapes will be arranged in different order:Isolate,Final,Initial,Medial'' (U+FE80-FEFC) === Characters with semantics changed === *'''Zero Width Non-Joiner''' [ZWNJ] (U+20DC) *'''Zero Width Joiner''' [ZWJ] (U+20DD) == Unicode 1.1 == Unicode 1.1 was released June 1993. It encoded 34,233 characters, adding 5,939 new characters and removing 71 characters. It finalized the long anticipated Han Unification. === New blocks === * '''Hangul Jamo''', containing 240 ''jamo'' for the Hangul script, was added. * '''Latin Extended Additional''', containing 245 precomposed characters for transliteration and Vietnamese, was added. * '''Greek Extended''', containing 233 precomposed characters for polytonic Greek, was added. * '''Alphabetic Presentation Forms''', containing 57 precomposed characters and ligatures, was added. * '''Arabic Presentation Forms-A''', containing 593 combinations of Arabic letters, was added. * '''Combining Half Marks''', containing 4 halves of diacritical marks, was added. === Extended blocks === * The long S (ſ) (total 1 character) was added to '''Latin Extended-A'''. * The Hungarian Dz, characters for transliteration purposes and precomposed characters with double grave and inverted breve (total 35 characters) were added to '''Latin Extended-B'''. * Diacritics for polytonic Greek and double width diacritics (total 6 characters) were added to '''Combining Diacritical Marks'''. * Compatibility characters now deprecated (total 5 characters) were added to '''Greek and Coptic'''. * Additional characters for non-Slavic languages (total 38 characters) were added to '''Cyrillic'''. * A ligature of Ech and Yiwn (և) (total 1 character) was added to '''Armenian'''. * One deprecated compatibility character and several characters for biblical texts (total 25 characters) were added to '''Arabic'''. * The virama (o੍) (total 1 character) was added to '''Gurmukhi'''. * The candra O and candra E vowels (total 3 characters) were added to '''Gujarati'''. * The Ai length mark (oୖ) (total 1 character) was added to '''Oriya'''. * An undertie, a pair of brackets and six formatting characters (total 9 characters) were added to '''General Punctuation'''. * Some additional symbols and the complete set of APL functional symbols (total 79 characters) were added to '''Miscellaneous Technical'''. * A large circle () (total 1 character) was added to '''Geometric Shapes'''. * The ideographic telegraph line feed separator symbol () (total 1 character) was added to '''CJK Symbols and Punctuation'''. * Four Katakana letters not in use since 1945 (total 4 characters) were added to '''Katakana'''. * Ideographic telegraph symbols for the twelve months (total 12 characters) were added to '''Enclosed CJK Letters and Months'''. * Ideographic telegraph symbols for hours and days and six additional measure units (total 62 characters) were added to '''CJK Compatibility'''. * Some more space (total 2,304 characters) was added to the '''Private Use Area'''. * Seven halfwidth geometric shapes (total 7 characters) were added to '''Halfwidth and Fullwidth Forms'''. == Unicode 2.0 == Unicode 2.0 was released July 1996. It encoded 38,950 characters, adding 4,717 new characters, and was the first Unicode version to reserve blocks outside of the Basic Multilingual Plane. === New blocks === * '''Hangul Syllables''', containing 11,172 precomposed syllables for the Hangul script, was added. * '''Supplementary Private Use Area-A''' and '''Supplementary Private Use Area-B''', reserving a total of 131,068 characters for private use, was added. === Reinstated blocks === * '''Tibetan''', now containing 168 characters for the Tibetan script including religious signs, was readded. === Extended blocks === * Cantillation marks for use in religious texts (total 31 characters) were added to '''Hebrew'''. * The long S with dot above (ẛ) (total 1 character) was added to '''Latin Extended Additional'''. * The Vietnamese dong (₫) (total 1 character) was added to '''Currency Symbols'''. == Unicode 2.1 == Unicode 2.1 was released May 1998. It encoded 38,952 characters, adding only 2 new characters. === Extended blocks === * The euro sign (€) (total 1 character) was added to '''Currency Symbols'''. * The object replacement character () (total 1 character) was added to '''Specials'''. == Unicode 3.0 == Unicode 3.0 was released September 1999. It was a big update and encoded 49,259 characters, adding 10,307 new characters. === New blocks === * '''Syriac''', containing 71 characters used for writing in Syriac script, was added. * '''Thaana''', containing 49 characters used for writing in Thaana script, was added. * '''Sinhala''', containing 80 characters for the Sinhala script, was added. * '''Myanmar''', containing 78 characters for the Burmese script, was added. * '''Ethiopic''', containing 345 syllables and punctuation marks for the Ethiopic script, was added. * '''Cherokee''', containing 85 syllables for the Cherokee script, was added. * '''Unified Canadian Aboriginal Syllabics''', containing 630 syllables and punctuation marks for writing in aboriginal languages of Canada, was added. * '''Ogham''', containing 29 characters for the ancient Ogham script, was added. * '''Runic''', containing 81 characters for the Germanic runes, was added. * '''Khmer''', containing 103 characters for the Khmer script, was added. * '''Mongolian''', containing 155 characters for the classical Mongolian script, was added. * '''Braille Patterns''', containing 256 Braille letters, was added. * '''CJK Radicals Supplement''', containing 115 non-Kangxi radicals, was added. * '''Kangxi Radicals''', containing 214 radicals from the Kangxi dictionary, was added. * '''Ideographic Description characters''', used to describe a Han ideograph not available in the font, was added. * '''Bopomofo Extended''', containing 24 characters used for phonetic transcription of minority languages of Taiwan, was added. * '''CJK Unified Ideographs Extension A''', containing 6,582 additional Han Ideographs, was added. * '''Yi Syllables''', containing 1,165 syllables of the modern Yi script, was added. * '''Yi Radicals''', containing 50 radicals of Yi Syllables, was added. === Extended blocks === * Additional precomposed characters, letters and capital letters of lowercase-only letters (total 30 characters) were added to '''Latin Extended-B'''. * Extensions for disordered speech (total 5 characters) were added to '''IPA Extensions'''. * Some additional modifier letters (total 6 characters) were added to '''Spacing Modifier Letters'''. * Additional diacritics for IPA notation (total 10 characters) were added to '''Combining Diacritical Marks'''. * Lowercase versions of archaic letters and the Kai symbol (total 5 characters) were added to '''Greek and Coptic'''. * Nonstandard letters for Macedonian, combining numeral signs and three letters for Kildin Sami (total 12 characters) were added to '''Cyrillic'''. * The hyphen (֊) (total 1 character) was added to '''Armenian'''. * Combining hamza and maddah and nine additional Arabic characters (total 12 characters) were added to '''Arabic'''. * Additional letters and religious symbols (total 25 characters) were added to '''Tibetan'''. * A narrow no-break space and 6 additional punctuation marks (total 7 characters) were added to '''General Punctuation'''. * The Kip, Tugrik and Drachma sign (total 3 characters) were added to '''Currency Symbols'''. * An enclosing screen and an enclosing key (total 2 characters) were added to '''Combining Diacritical Marks for Symbols'''. * The information symbol and a rotated Q (total 2 characters) were added to '''Letterlike Symbols'''. * A mirrored Roman capital numeral hundred (Ↄ) (total 1 character) was added to '''Number Forms'''. * Some additional arrows (total 9 characters) were added to '''Arrows'''. * Some additional technical symbols, including common keys on a 101 keyboard (total 33 characters) were added to '''Miscellaneous Technical'''. * Two additional control pictures (total 2 characters) were added to '''Control Pictures'''. * Squares and circles with quadrants (total 8 characters) were added to '''Geometric Shapes'''. * Two Syriac crosses and a signature mark (total 3 characters) were added to '''Miscellaneous Symbols'''. * Three Hangzhou numerals and a variation indicator (total 4 characters) were added to '''CJK Symbols and Punctuation'''. * An additional Hebrew ligature (יִ) (total 1 character) was added to '''Alphabetic Presentation Forms'''. * Three additional control characters for ruby markup (total 3 characters) were added to '''Specials'''. == Unicode 3.1 == Unicode 3.1 was released March 2001. It encoded 94,205 characters, adding 44,946 new characters, and mainly focused on blocks outside of the Basic Multilingual Plane. === New blocks === * '''Old Italic''', containing 35 letters for the Etruscan script, was added. * '''Gothic''', containing 27 letters for the Gothic script, was added. * '''Deseret''', containing 76 letters for the constructed Deseret script, was added. * '''Byzantine Musical Symbols''', containing 246 symbols for musical notation in Byzantine, was added. * '''Musical Symbols''', containing 219 characters for current musical notation, was added. * '''Mathematical Alphanumeric Symbols''', containing 991 Latin and Greek letters in serif, sans-serif, bold, italic, double-struck, script and Fraktur/Blackletter, was added. * '''CJK Unified Ideographs Extension B''', containing 42,711 additional Chinese Ideographs, was added. * '''CJK Compatibility Ideographs Supplement''', containing 542 additional Chinese Ideographs for compatibility purposes, was added. * '''Tags''', containing 97 language tags, was added. === Extended noncharacters === * The Noncharacters range: U+FDD0..U+FDEF were added to '''Arabic Presentation Forms-A'''. === Extended blocks === * The capital Theta symbol and the Lunate Epsilon symbol (total 2 characters) were added to '''Greek and Coptic'''. === Characters and Scripts Under Investigation or Rejected === * Khmer Sign Laak Was Rejected. (U+17DD) From '''Khmer.''' * Georgian Letter U-Brjuu Was Rejected. From '''Georgian.''' == Unicode 3.2 == Unicode 3.2 was released March 2002. It encoded 95,221 characters, adding 1,016 new characters. === New blocks === * '''Cyrillic Supplement''', containing 16 characters used for the Komi language, was added. * '''Tagalog''', containing 20 characters for the Baybayin script, was added. * '''Hanunoo''', containing 23 characters and punctuation for the Hanunoo script, was added. * '''Buhid''', containing 20 characters for the Buhid script, was added. * '''Tagbanwa''', containing 18 characters for the Tagbanwa script, was added. * '''Miscellaneous Mathematical Symbols-A''', containing 28 symbols used in math notation, was added. * '''Supplemental Arrows-A''', containing 16 additional arrows, was added. * '''Supplemental Arrows-B''', containing 128 special arrows, was added. * '''Miscellaneous Mathematical Symbols-B''', containing 128 additional mathematical symbols, was added. * '''Supplemental Mathematical Operators''', containing 256 additional mathematical operators, was added. * '''Katakana Phonetic Extensions''', containing 16 Katakana letters used for Ainu, was added. * '''Variation Selectors''', containing 16 symbols used for indicating variations, was added. === Extended blocks === * The capital letter N with long right leg (Ƞ) (total 1 character) was added to '''Latin Extended-B'''. * The combining grapheme joiner and combining Latin letters used in medieval texts (total 14 characters) were added to '''Combining Diacritical Marks'''. * The Qoppa and a reversed lunate epsilon symbol (total 3 characters) were added to '''Greek and Coptic'''. * Four additional letters used for the Kildin Sami language (total 8 characters) were added to '''Cyrillic'''. * A dotless Beh and a dotless Qaf (total 2 characters) were added to '''Arabic'''. * The letter Naa (ޱ) (total 1 character) was added to '''Thaana'''. * The letters Yn and Elifi (total 2 characters) were added to '''Georgian'''. * Some additional punctuation marks and control characters (total 12 characters) were added to '''General Punctuation'''. * A superscript i (ⁱ) (total 1 character) was added to '''Superscripts and Subscripts'''. * The old penny sign and the peso sign (total 2 characters) were added to '''Currency Symbols'''. * Some additional combining characters (total 7 characters) were added to '''Combining Diacritical Marks for Symbols'''. * Some double-struck and reversed/turned letters (total 15 characters) were added to '''Letterlike Symbols'''. * Some additional arrows (total 12 characters) were added to '''Arrows'''. * Some additional mathematical operators (total 14 characters) were added to '''Mathematical Operators'''. * Variable-width and additional symbols (total 53 characters) were added to '''Miscellaneous Technical'''. * Black and double circled numerals (total 20 characters) were added to '''Enclosed Alphanumerics'''. * Quadrant elements (total 10 characters) were added to '''Block Elements'''. * Some additional triangles and squares (total 8 characters) were added to '''Geometric Shapes'''. * Shogi pieces ,recycling symbols, dices and dotted circles (total 24 characters) were added to '''Miscellaneous Symbols'''. * Additional parenthesis (total 14 characters) were added to '''Dingbats'''. * Three additional marks (total 3 characters) were added to '''CJK Symbols and Punctuation'''. * A digraph and two additional characters (total 3 characters) were added to '''Hiragana'''. * A digraph and a double hyphen (total 2 characters) were added to '''Katakana'''. * Additional circled numerals (total 30 characters) were added to '''Enclosed CJK Letters and Months'''. * Five missing radicals (total 5 characters) were added to '''Yi Radicals'''. * Additional compatibility characters (total 59 characters) were added to '''CJK Compatibility Ideographs'''. * The rial sign (﷼) (total 1 character) was added to '''Arabic Presentation Forms-A'''. * Two sesame dots (total 2 characters) were added to '''CJK Compatibility Forms'''. *A tail fragment (ﹳ) (total 1 character) was added to '''Arabic Presentation Forms-B'''. * A pair of double parenthesis (total 2 characters) was added to '''Halfwidth and Fullwidth Forms'''. == Unicode 4.0 == Unicode 4.0 was released April 2003. It encoded 96,447 characters, adding 1,226 new characters. === New blocks === * '''Limbu''', containing 66 characters for the Limbu abugida, was added. * '''Tai Le''', containing 35 letters for the Tai Le script, was added. * '''Khmer Symbols''', containing 32 symbols for the lunar calendar, was added. * '''Phonetic Extensions''', containing 108 letters used in phonetic transcription, was added. * '''Miscellaneous Symbols and Arrows''', containing 14 additional arrows, was added. * '''Yijing Hexagram Symbols''', containing 64 hexagrams, was added. * '''Linear B Syllabary''', containing 88 syllables of the ancient Linear B script, was added. * '''Linear B Ideograms''', containing 123 ideograms of the ancient Linear B script, was added. * '''Aegean Numbers''', containing 57 numerals used in the Aegean area, was added. * '''Ugaritic''', containing 31 characters used in Ugaritic cuneiform, was added. * '''Shavian''', containing 48 letters used for the artificial Shavian script, was added. * '''Osmanya''', containing 40 characters used in the artificial Osmanya script, was added. * '''Cypriot Syllabary''', containing 55 characters formerly used on Cyprus, was added. * '''Tai Xuan Jing Symbols''', containing 87 symbols of Tai Xuan Jing, was added. * '''Variation Selectors Supplement''', containing 240 additional variation selectors, was added. === Extended blocks === * Letters with curl used in Sinology (total 4 characters) were added to '''Latin Extended-B'''. * Former IPA letters (total 2 characters) were added to '''IPA Extensions'''. * Some additional characters (total 17 characters) were added to '''Spacing Modifier Letters'''. * Additional combining double-width diacritics and diacritics corresponding to their spacing equivalent (total 11 characters) were added to '''Combining Diacritical Marks'''. * The archaic letters Sho and San and the capital Lunate Sigma (total 5 characters) were added to '''Greek and Coptic'''. * Some additional markers, biblical signs, and letters with inverted V (total 19 characters) were added to '''Arabic'''. * Letters used for foreign words from Persian and Sogdian (total 6 characters) were added to '''Syriac'''. * The short A (ऄ) (total 1 character) was added to '''Devanagari'''. * The Avagraha sign (ঽ) (total 1 character) was added to '''Bengali'''. * The Adak Bindi and Visarga signs (total 2 characters) were added to '''Gurmukhi'''. * The vocalic l and ll and the Rupee sign (total 5 characters) were added to '''Gujarati'''. * The letters Va and Wa (total 2 characters) were added to '''Oriya'''. * Additional signs for date and finance environments (total 8 characters) were added to '''Tamil'''. * The Nukta and Avagraha signs (total 2 characters) were added to '''Kannada'''. * Some symbols and signs (total 11 characters) were added to '''Khmer'''. * An inverted undertie and a swung dash (total 2 characters) were added to '''General Punctuation'''. * The facsimile sign (℻) (total 1 character) was added to '''Letterlike Symbols'''. * The eject symbol and a vertical line (total 2 characters) were added to '''Miscellaneous Technical'''. * A black circled digit zero (⓿) (total 1 character) was added to '''Enclosed Alphanumerics'''. * Monograms and diagrams, flags, warning and weather symbols and a cup of tea (total 12 characters) were added to '''Miscellaneous Symbols'''. * Additional parenthesized and circled Korean characters and supplemental signs (total 9 characters) were added to '''Enclosed CJK Letters and Months'''. * Additional measure units (total 7 characters) were added to '''CJK Compatibility'''. * An additional Arabic sign (﷽) (total 1 character) was added to '''Arabic Presentation Forms-A'''. * A pair of vertical parenthesis (total 2 characters) was added to '''CJK Compatibility Forms'''. * The letters Oi and Ew (total 4 characters) were added to '''Deseret'''. * A small script l (ℓ) (total 1 character) was added to '''Mathematical Alphanumeric Symbols'''. == Unicode 4.1 == Unicode 4.1 was released March 31, 2005. It encoded 97,720 characters, adding 1,273 new characters. === New blocks === * '''Arabic Supplement''', containing 30 characters for various languages written with the Arabic script, was added. * '''Ethiopic Supplement''', containing 26 characters and signs for Sebatbeit, was added. * '''New Tai Lue''', containing 80 characters for the New Tai Lue script, was added. * '''Buginese''', containing 30 characters for the Lontara script, was added. * '''Phonetic Extensions Supplement''', containing 64 additional letters for phonetic transcription, was added. * '''Combining Diacritical Marks Supplement''', containing 4 additional diacritics, was added. * '''Glagolitic''', containing 94 characters for the Glagolitic script, was added. * '''Coptic''', containing 114 characters for the Coptic script, was added. * '''Georgian Supplement''', containing 38 Nuskhuri letters, was added. * '''Tifinagh''', containing 55 characters for the Tifinagh script, was added. * '''Ethiopic Extended''', containing 79 additional Ethiopic syllables, was added. * '''Supplemental Punctuation''', containing 26 additional punctuation marks, was added. * '''CJK Strokes''', containing 16 strokes for Han Ideographs, was added. * '''Modifier Tone Letters''', containing 23 letters for Chinese tones, was added. * '''Syloti Nagri''', containing 44 characters for the Syloti Nagri abugida, was added. * '''Vertical Forms''', containing 10 punctuation marks suited for vertical text, was added. * '''Ancient Greek Numbers''', containing 75 numerals and signs used in Ancient Greek, was added. * '''Old Persian''', containing 50 characters for Old Persian cuneiform, was added. * '''Kharoshthi''', containing 65 characters for the Kharoshthi abugida, was added. * '''Ancient Greek Musical Notation''', containing 70 musical signs used in Ancient Greek, was added. === Extended blocks === * Letters for Sencoten, digraphs, letters with swash tail and other additions (total 11 characters) were added to '''Latin Extended-B'''. * Additional diacritics for transliteration (total 5 characters) were added to '''Combining Diacritical Marks'''. * Rho with stroke, reversed and dotted Lunate Sigma (total 4 characters) were added to '''Greek and Coptic'''. * Ghe with descender (Ӷ) (total 2 characters) was added to '''Cyrillic'''. * An additional biblical mark and some punctuation marks (total 4 characters) were added to '''Hebrew'''. * Additional biblical marks, punctuation marks and the Afghani sign (total 8 characters) were added to '''Arabic'''. * A glottal stop (ॽ) (total 1 character) was added to '''Devanagari'''. * The Khanda Ta letter (ৎ) (total 1 character) was added to '''Bengali'''. * The letter Sha and the digit zero (total 2 characters) were added to '''Tamil'''. * Two marks used in Bhutan (total 2 characters) were added to '''Tibetan'''. * Two letters and a modifier letter (total 3 characters) were added to '''Georgian'''. * Some additional syllables (total 11 characters) were added to '''Ethiopic'''. * Additional phonetic symbols (total 20 characters) were added to '''Phonetic Extensions'''. * A flower and dot punctuation marks (total 9 characters) were added to '''General Punctuation'''. * Additional subscript letters (total 5 characters) were added to '''Superscripts and Subscripts'''. * The Guarani, Austral, Hryvnia and Cedi signs (total 4 characters) were added to '''Currency Symbols'''. * A combining long double solidus (⃫) (total 1 character) was added to '''Combining Diacritical Marks for Symbols'''. * The per sign and a double-struck letter Pi (total 2 characters) were added to '''Letterlike Symbols'''. * Metrical and electrical signs (total 11 characters) were added to '''Miscellaneous Technical'''. * Additional gender and map symbols (total 30 characters) were added to '''Miscellaneous Symbols'''. * Some additional mathematical symbols (total 7 characters) were added to '''Miscellaneous Mathematical Symbols-A'''. * Additional arrows and squares (total 6 characters) were added to '''Miscellaneous Symbols and Arrows'''. * A circled Hangul character (㉾) (total 1 character) was added to '''Enclosed CJK Letters and Months'''. * Additional Han Ideographs (total 22 characters) were added to '''CJK Unified Ideographs'''. * Additional Compatibility Ideographs (total 106 characters) were added to '''CJK Compatibility Ideographs'''. * Italic dotless small i and j (total 2 characters) were added to '''Mathematical Alphanumeric Symbols'''. == Unicode 5.0 == Unicode 5.0 was released July 14, 2006. It encoded 99,089 characters, adding 1,369 new characters. === New blocks === * '''N'Ko''', containing 59 characters for the N'Ko script, was added. * '''Balinese''', containing 121 characters and musical signs for the Balinese abugida, was added. * '''Latin Extended-C''', containing 17 letters for various languages, was added. * '''Latin Extended-D''', containing 2 characters for UPA, was added. * '''Phags-pa''', containing 56 characters for the Phags-pa script, was added. * '''Phoenician''', containing 27 letters and numerals for the Phoenician script, was added. * '''Cuneiform''', containing 879 signs for Sumero-Akkadian Cuneiform, was added. * '''Cuneiform Numbers and Punctuation''', containing 103 numerals and punctuation signs for Sumero-Akkadian Cuneiform, was added. * '''Counting Rod Numerals''', containing 18 numerals used with counting rods, was added. === Extended blocks === * Various letters used mainly for aboriginal languages (total 14 characters) were added to '''Latin Extended-B'''. * Lowercase lunate sigma symbols (total 3 characters) were added to '''Greek and Coptic'''. * Lowercase palochka and 3 letters used in Nivkh (total 7 characters) were added to '''Cyrillic'''. * Two letters used in Khanty and other languages (total 4 characters) were added to '''Cyrillic Supplement'''. * A specific point meant for Vav (ֺ) (total 1 character) was added to '''Hebrew'''. * Four letters used in Sindhi (total 4 characters) were added to '''Devanagari'''. * Four letters used in Sanskrit (total 4 characters) were added to '''Kannada'''. * Additional IPA diacritics (total 9 characters) were added to '''Combining Diacritical Marks Supplement'''. * Four combining arrows (total 4 characters) were added to '''Combining Diacritical Marks for Symbols'''. * A danish symbol and a lowercase turned F (total 2 characters) were added to '''Letterlike Symbols'''. * A lowercase reversed C (ↄ) (total 1 character) was added to '''Number Forms'''. * Vertical parenthesis, geometric forms and electrical symbols (total 12 characters) were added to '''Miscellaneous Technical'''. * A neuter symbol (⚲) (total 1 character) was added to '''Miscellaneous Symbols'''. * Four additional mathematical symbols (total 4 characters) were added to '''Miscellaneous Mathematical Symbols-A'''. * Additional squares, pentagons and hexagons (total 11 characters) were added to '''Miscellaneous Symbols and Arrows'''. * Four additional tone letters used in Chinantec (total 4 characters) were added to '''Modifier Tone Letters'''. * Bold Digamma (𝟊/'''Ϝ''') (total 2 characters) was added to '''Mathematical Alphanumeric Symbols'''. == Unicode 5.1 == Unicode 5.1 was released April 4, 2008. It encoded 100,713 characters, adding 1,624 new characters. === New blocks === * '''Sundanese''', containing 55 letters for Sundanese script, was added. * '''Lepcha''', containing 74 letters for Lepcha script, was added. * '''Ol Chiki''', containing 48 letters for Ol Chiki script, was added. * '''Cyrillic Extended-A''', containing 32 letters for combining Cyrillic letters, was added. * '''Vai''', containing 300 letters for Vai script, was added. * '''Cyrillic Extended-B''', containing 78 letters for additional Cyrillic characters, was added. * '''Saurashtra''', containing 81 letters for Saurashtra script, was added. * '''Kayah Li''', containing 48 letters for Kayah languages, was added. * '''Rejang''', containing 37 letters for Rejang script, was added. * '''Cham''', containing 83 letters for Cham script, was added. * '''Ancient Symbols''', containing 12 characters for weights and measures and other Ancient symbols, was added. * '''Phaistos Disc''', containing 46 hieroglyphs for Phaistos, was added. * '''Lycian''', containing 29 letters for Lycian script, was added. * '''Carian''', containing 49 letters for Carian script, was added. * '''Lydian''', containing 27 letters for Lydian script, was added. * '''Mahjong Tiles''', containing 44 mahjong tiles, was added. * '''Domino Tiles''', containing 100 domino tiles, was added. === Extended blocks === * Archaic letters and capital kai symbol (total 7 characters) were added to '''Greek and Coptic'''. * Combining Pokrytie (total 1 character) was added to '''Cyrillic'''. * Mordvin, Kurdish, Aleut and Chuvash letters (total 16 characters) were added to '''Cyrillic Supplement'''. * Radix symbols, Letterlike, punctuation, Koranic annotation signs and additions for early Persian and Azerbaijani (total 15 characters) were added to '''Arabic'''. * Additional letters in Torwali, Burushaski and early Persian (total 18 characters) were added to '''Arabic Supplement'''. * High spacing dot and candra a (total 2 characters) were added to '''Devanagari'''. * Udaat and yakash signs (total 2 characters) were added to '''Gurmukhi'''. * Vocalic rr, l and ll (total 3 characters) were added to '''Oriya'''. * Om symbol (ௐ) (total 1 character) was added to '''Tamil'''. * Avagraha, additional phonetic letters, vocalic l and ll, fractional signs and tuumu (total 13 characters) were added to '''Telugu'''. * Avagraha, vocalic rr, l and ll, Malayalam numerics and fractions and chillu letters (total 17 characters) were added to '''Malayalam'''. * Letters for Balti and various symbols (total 6 characters) were added to '''Tibetan'''. * Characters for various languages (total 78 characters) were added to '''Myanmar'''. * Manchu Ali Gali lha (ᢪ) (total 1 character) was added to '''Mongolian'''. * Miscellaneous combining marks (total 28 characters) were added to '''Combining Diacritical Marks Supplement'''. * Medievalist latin letters and miscellaneous letters (total 10 characters) were added to '''Latin Extended Additional'''. * Invisible plus (+) (total 1 character) was added to '''General Punctuation'''. * Combining asterisk above ( ⃰)(total 1 character) was added to '''Combining Diacritical Marks for Symbols'''. * Symbol for Samaritan Source (⅏) (total 1 character) was added to '''Letterlike Symbols'''. * Archaic Roman Numerals (total 4 characters) were added to '''Number Forms'''. * Outlined white star and other signs (total 15 characters) were added to '''Miscellaneous Symbols'''. * Long division and additional mathematical brackets (total 5 characters) were added to '''Miscellaneous Mathematical Symbols-A'''. * Miscellaneous signs (total 51 characters) were added to '''Miscellaneous Symbols and Arrows'''. * Additional latin letters (total 12 characters) were added to '''Latin Extended-C'''. * Additional punctuation (total 23 characters) were added to '''Supplemental Punctuation'''. * Letter ih (ㄭ) (total 1 character) was added to '''Bopomofo'''. * Other strokes (total 20 characters) were added to '''CJK Strokes'''. * Miscellaneous additions (total 8 characters) were added to '''CJK Unified Ideographs'''. * Africanist tone letters (total 5 characters) were added to '''Modifier Tone Letters'''. * Miscellaneous letters and symbols (total 112 characters) were added to '''Latin Extended-D'''. * Continuous macrons for Coptic (total 3 characters) were added to '''Combining Half Marks'''. * Musical symbol multiple measure rest (𝄩) (total 1 character) was added to '''Musical Symbols'''. == Unicode 5.2 == Unicode 5.2 was released in October 1, 2009. It encoded 107,361 characters, adding 6,648 new characters. === New blocks === * '''Samaritan''', containing 61 letters for Samaritan script, was added. * '''Unified Canadian Aboriginal Syllabics Extended''', containing 70 syllables for various cree languages, was added. * '''Tai Tham''', containing 127 letters for Tai Tham script, was added. * '''Vedic Extensions''', containing 35 characters for tone marks and signs, was added. * '''Lisu''', containing 48 letters for Lisu script, was added. * '''Bamum''', containing 88 letters for Bamum script, was added. * '''Common Indic Number Forms''', containing 10 fractions and marks, was added. * '''Devanagari Extended''', containing 28 additional marks, was added. * '''Hangul Jamo Extended-A''', containing 29 characters for additional old initial consonants in hangul jamo, was added. * '''Javanese''', containing 91 letters for Javanese script, was added. * '''Myanmar Extended-A''', containing 28 letters for Khamti Shan in Myanmar, was added. * '''Tai Viet''', containing 72 letters for Tai Viet script, was added. * '''Meetei Mayek''', containing 56 letters for Meetei Mayek script, was added. * '''Hangul Jamo Extended-B''', containing 72 characters for additional old medieval vowels and final consonants in hangul jamo, was added. * '''Imperial Aramaic''', containing 31 characters for Old Aramaic, was added. * '''Old South Arabian''', containing 32 letters and numbers for South Arabian, was added. * '''Avestan''', containing 61 characters for Avestan script, was added. * '''Inscriptional Parthian''', containing 30 characters for Inscriptional Parthian script, was added. * '''Inscriptional Pahlavi''', containing 27 characters for Inscriptional Pahlavi script, was added. * '''Old Turkic''', containing 73 characters for Orkhon script, was added. * '''Rumi Numeral Symbols''', containing 31 numeric characters used in Fez, Morocco, and elsewhere in North Africa and the Iberian peninsula, between the tenth and seventeenth centuries, was added. * '''Kaithi''', containing 66 letters for Khaiti script, was added. * '''Egyptian Hieroglyphs''', containing 1,071 hieroglyphs for Egyptian, was added. * '''Enclosed Alphanumeric Supplement''', containing 63 additional circled, parenthesized and squared alphanumerics, was added. * '''Enclosed Ideographic Supplement''', containing 44 squared and tortoised shell bracketed ideographs, was added. * '''CJK Unified Ideographs Extension C''', containing 4,149 additional Chinese Ideographs, was added. === Extended blocks === * Abhaz letters (total 2 characters) were added to '''Cyrillic Supplement'''. * Inverted Candrabinbu and additional signs and letters (total 5 characters) were added to '''Devanagari'''. * Ganda Mark (৻) (total 1 character) was added to '''Bengali'''. * Religious svasti signs (total 4 characters) were added to '''Tibetan'''. * Extensions for Khamti Shan and Alton and Phake (total 4 characters) were added to '''Myanmar'''. * Additional old initial consonants, medival vowels, and old final consonants (total 16 characters) were added to '''Hangul Jamo'''. * Hyphen and additional syllables (total 10 characters) were added to '''Unified Canadian Aboriginal Syllabics'''. * Letter Sua and Tham Digit One (total 3 characters) were added to '''New Tai Lue'''. * Combing Almost Equal to Below ( ᷽) (total 1 character) was added to '''Combining Diacritical Marks Supplement'''. * The Live Tournosis, Spesmillo and Tenge signs (total 3 characters) were added to '''Currency Symbols'''. * Additional vulgar fractions (total 4 characters) were added to '''Number Forms'''. * Decimal exponent symbol (⏨) (total 1 characters) was added to '''Miscellaneous Technical'''. * Additional weather, game and map symbols, traffic signs, sport symbols, closed captioning and draught and checkers (total 59 characters) were added to '''Miscellaneous Symbols'''. * Heavy exclamation mark symbol (❗) (total 1 character) was added to '''Dingbats'''. * Traffic sign, dictionary and map symbols (total 5 characters) were added to '''Miscellaneous Symbols and Arrows'''. * Capital letter turned alpha and additions for shona (total 3 characters) were added to '''Latin Extended-C'''. * Cryptogrammic letters and combining marks (total 7 characters) were added to '''Coptic'''. * Word separator middle dot used in Avestan (⸱) (total 1 character) was added to '''Supplemental Punctuation'''. * Circled ideographs and numbers on black squares (total 12 characters) were added to '''Enclosed CJK Letters and Months'''. * Miscellaneous additions (total 8 characters) were added to '''CJK Unified Ideographs'''. * Miscellaneous additions for compatibility (total 3 characters) were added to '''CJK Compatibility Ideographs'''. * Number two and three (total 2 characters) were added to '''Phoenician'''. == Unicode 6.0 == Unicode 6.0 was released in October 11, 2010. It encoded 109,449 characters, adding 2,088 new characters. === New blocks === * '''Mandaic''', containing 29 letters for Mandaic script, was added. * '''Batak''', containing 56 letters for Batak script, was added. * '''Ethiopic Extended-A''', containing 32 letters for Gamo-Gofa-Dawro, Basketo and Gumuz Ethiophic syllables, was added. * '''Brahmi''', containing 108 characters for ancient Brahmi abugida, was added. * '''Bamum Supplement''', containing 761 letters for additional Bamum script, was added. * '''Kana Supplement''', containing 2 characters for archaic katakana, was added. * '''Playing Cards''', containing 59 playing cards, was added. * '''Miscellaneous Symbols and Pictographs''', containing 529 additional symbols, was added. * '''Emoticons''', containing 63 faces, cat faces and gesture symbols, was added. * '''Transport and Map Symbols''', containing 70 transportation, traffic signs and other symbols, was added. * '''Alchemical Symbols''', containing 116 symbols for elements, was added. * '''CJK Unified Ideographs Extension D''', containing 222 miscellaneous Han ideographs, was added. === Extended blocks === * Azerbaijani letters (total 2 characters) were added to '''Cyrillic Supplement'''. * Kashmiri Yeh and Wavy hamza below (total 2 characters) were added to '''Arabic'''. * Dependent vowel signs and letters used in Kashmiri and Bihari (total 10 characters) were added to '''Devanagari'''. * Fraction signs (total 6 characters) were added to '''Oriya'''. * Letters used in scholarly only and letter dot reph (total 3 characters) were added to '''Malayalam'''. * Leading and Trailing Mchan Rtags (total 6 characters) were added to '''Tibetan'''. * Additional combining marks (total 2 characters) were added to '''Ethiopic'''. * Combining Double Inverted Breve Below (᷼) (total 1 character) was added to '''Combining Diacritical Marks Supplement'''. * Miscellaneous subscript letters (total 8 characters) were added to '''Superscripts and Subscripts'''. * Indian Rupee Sign (₹) (total 1 character) was added to '''Currency Symbols'''. * Pointing double triangle and additional mechanical symbols (total 11 characters) were added to '''Miscellaneous Technical'''. * Ophiucisus, astronomical symbol for uranus and pentagrams (total 6 characters) were added to '''Miscellaneous Symbols'''. * Additional heavy punctation marks, raised fist, raised hand, sparkles, heavy arithmetic symbols and curly loops (total 16 characters) were added to '''Dingbats'''. * Squared logicals (total 2 characters) were added to '''Miscellaneous Mathematical Symbols-A'''. * Separator mark and consonant joiner (total 2 characters) were added to '''Tifinagh'''. * Bopomofo for Hmu and Ge (total 3 characters) were added to '''Bopomofo Extended'''. * Reversed Tse (total 2 characters) were added to '''Cyrillic Extended-B'''. * Additional letters (total 15 characters) were added to '''Latin Extended-D'''. * Pedagogical symbols (total 16 characters) were added to '''Arabic Presentation Forms-A'''. * Additional squared, black circled and squared letters and regional indicator letters (total 107 characters) were added to '''Enclosed Alphanumeric Supplement'''. * Squared katakana, squared ideographs and circled advantage and accept (total 13 characters) were added to '''Enclosed Ideographic Supplement'''. == Unicode 6.1 == Unicode 6.1 was released in January 31, 2012. It encoded 110,181 characters, adding 732 new characters. === New blocks === * '''Arabic Extended-A''' (U+08A0-U+08FF), containing 39 characters, was added. * '''Sundanese Supplement''' (U+1CC0-U+1CCF), containing 8 characters, was added. * '''Meetei Mayek Extensions''' (U+AAE0-U+AAFF), containing 23 characters, was added. * '''Meroitic Hieroglyphs''' (U+10980-U+1099F), containing 32 characters, was added. * '''Meroitic Cursive''' (U+109A0-U+109FF), containing 26 characters, was added. * '''Sora Sompeng''' (U+110D0-U+110FF), containing 35 characters, was added. * '''Chakma''' (U+11100-U+1114F), containing 67 characters, was added. * '''Sharada''' (U+11180-U+111DF), containing 83 characters, was added. * '''Takri''' (U+11680-U+116CF), containing 66 characters, was added. * '''Miao''' (U+16F00-U+16F9F), containing 133 characters, was added. * '''Arabic Mathematical Alphabetic Symbols''' (U+1EE00-U+1EEFF), containing 143 characters, was added. === Extended blocks === * (total 1 character) was added to '''Armenian'''. (U+058F) * (total 1 character) was added to '''Arabic'''. (U+0604) * (total 1 character) was added to '''Gujarati'''. (U+0AF0) * (total 2 characters) were added to '''Lao'''. (U+0EDE-U+0EDF) * (total 5 characters) were added to '''Georgian'''. (U+10C7, U+10CD and U+10FD-U+10FF) * (total 9 characters) were added to '''Sundanese'''. (U+1BAB-U+1BAD and U+1BBA-U+1BBF) * (total 4 characters) were added to '''Vedic Extensions'''. (U+1CF3-U+1CF6) * (total 2 characters) were added to '''Miscellaneous Mathematical Symbols-A'''. (U+27CB and U+27CD) * (total 2 characters) were added to '''Coptic'''. (U+2CF2-U+2CF3) * (total 2 characters) were added to '''Georgian Supplement'''. (U+2D27 and U+2D2D) * (total 2 characters) were added to '''Tifinagh'''. (U+2D66-U+2D67) * (total 10 characters) were added to '''Supplemental Punctuation'''. (U+2E32-U+2E3B) * (total 1 character) was added to '''CJK Unified Ideographs'''. (U+9FCC) * (total 9 characters) were added to '''Cyrillic Extended-B'''. (U+A674-U+A67B and U+A69F) * (total 5 characters) were added to '''Latin Extended-D'''. (U+A792-U+A793, U+A7AA and U+A7F8-U+A7F9) * (total 2 characters) were added to '''CJK Compatibility Ideographs'''. (U+FA2E-U+FA2F) * (total 2 characters) were added to '''Enclosed Alphanumeric Supplement'''. (U+1F16A-U+1F16B) * (total 4 characters) were added to '''Miscellaneous Symbols and Pictographs'''. (U+1F540-U+1F543) * (total 13 characters) were added to '''Emoticons'''. (U+1F600, U+1F611, U+1F615, U+1F617, U+1F619, U+1F61B, U+1F61F, U+1F626-U+1F627, U+1F62C, U+1F62E-U+1F62F and U+1F634) == Unicode 6.2 == Unicode 6.2 was released in September 26, 2012. It encoded 110,182 characters, adding only 1 new character. === Extended blocks === * (total 1 character) was added to '''Currency Symbols'''. (U+20BA) == Unicode 6.3 == Unicode 6.3 was released in September 30, 2013. It encoded 110,187 characters, adding only 5 new characters. === Extended blocks === * (total 1 character) was added to '''Arabic'''. (U+061C) * (total 4 characters) were added to '''General Punctuation'''. (U+2066-U+2069) == Unicode 7.0 == Unicode 7.0 was released in June 16, 2014. It encodes 113,021 characters, adding 2,834 new characters. === New blocks === * '''Combining Diacritical Marks Extended''' (U+1AB0-U+1AFF), containing 15 marks, was added. * '''Myanmar Extended-B''' (U+A9E0-U+A9FF), containing 31 letters, was added. * '''Latin Extended-E''' (U+AB30-U+AB6F), containing 50 letters, was added. * '''Coptic Epact Numbers''' (U+102E0-U+102FF), containing 28 numbers, was added. * '''Old Permic''' (U+10350-U+1037F), containing 43 letters, was added. * '''Elbasan''' (U+10500-U+1052F), containing 50 letters, was added. * '''Caucasian Albanian''' (U+10530-U+1056F), containing 53 letters and marks, was added. * '''Linear A''' (U+10600-U+1077F), containing 341 signs, was added. * '''Palmyrene''' (U+10860-U+1087F), containing 32 letters, was added. * '''Nabataean''' (U+10880-U+108AF), containing 40 letters and numbers, was added. * '''Old North Arabian''' (U+10A80-U+10A9F), containing 32 letters and numbers, was added. * '''Manichaean''' (U+10AC0-U+10AFF), containing 51 characters, was added. * '''Psalter Pahlavi''' (U+10B80-U+10BAF), containing 29 characters, was added. * '''Mahajani''' (U+11150-U+1117F), containing 39 letters and signs, was added. * '''Sinhala Archaic Numbers''' (U+111E0-U+111FF), containing 20 numbers, was added. * '''Khojki''' (U+11200-U+1124F), containing 61 characters, was added. * '''Khudawadi''' (U+112B0-U+112FF), containing 69 characters, was added. * '''Grantha''' (U+11300-U+1137F), containing 83 characters, was added. * '''Tirhuta''' (U+11480-U+114DF), containing 82 characters, was added. * '''Siddham''' (U+11580-U+115FF), containing 72 characters, was added. * '''Modi''' (U+11600-U+1165F), containing 79 characters, was added. * '''Warang Citi''' (U+118A0-U+118FF), containing 84 letters and numbers, was added. * '''Pau Cin Hau''' (U+11AC0-U+11AFF), containing 57 characters, was added. * '''Mro''' (U+16A40-U+16A6F), containing 43 characters, was added. * '''Bassa Vah''' (U+16AD0-U+16AFF), containing 36 characters, was added. * '''Pahawh Hmong''' (U+16B00-U+16B8F), containing 127 letters and signs, was added. * '''Duployan''' (U+1BC00-U+1BC9F), containing 143 characters, was added. * '''Shorthand Format Controls''' (U+1BCA0-U+1BCAF), containing 4 format characters, was added. * '''Mende Kikakui''' (U+1E800-U+1E8DF), containing 213 syllables and numbers, was added. * '''Ornamental Dingbats''' (U+1F650-U+1F67F), containing 48 pictographic characters, was added. * '''Geometric Shapes Extended''' (U+1F780-U+1F7FF), containing 85 pictographic characters, was added. * '''Supplemental Arrows-C''' (U+1F800-U+1F8FF), containing 148 pictographic characters, was added. === Extended blocks === * (total 1 character) was added to '''Greek and Coptic'''. (U+037F) * (total 8 characters) were added to '''Cyrillic Supplement'''. (U+0528-U+052F) * (total 2 characters) were added to '''Armenian'''. (U+058D-U+058E) * (total 1 character) was added to '''Arabic'''. (U+0605) * (total 8 characters) were added to '''Arabic Extended-A'''. (U+08A1, U+08AD-U+08B2 and U+08FF) * (total 1 character) was added to '''Devanagari'''. (U+0978) * (total 1 character) was added to '''Bengali'''. (U+0980) * (total 2 characters) were added to '''Telugu'''. (U+0C00 and U+0C34) * (total 1 character) was added to '''Kannada'''. (U+0C81) * (total 1 character) was added to '''Malayalam'''. (U+0D01) * (total 10 digits) were added to '''Sinhala'''. (U+0DE6-U+0DEF) * (total 8 characters) were added to '''Runic'''. (U+16F1-U+16F8) * (total 2 characters) were added to '''Limbu'''. (U+191D-U+191E) * (total 2 characters) were added to '''Vedic Extensions'''. (U+1CF8-U+1CF9) * (total 15 characters) were added to '''Combining Diacritical Marks Supplement'''. (U+1DE7-U+1DF5) * (total 3 characters) were added to '''Currency Symbols'''. (U+20BB-U+20BD) * (total 7 characters) were added to '''Miscellaneous Technical'''. (U+23F4-U+23FA) * (total 1 character) was added to '''Dingbats'''. (U+2700) * (total 115 characters) were added to '''Miscellaneous Symbols and Arrows'''. (U+2B4D-U+2B4F, U+2B5A-U+2B5F, U+2B60-U+2B73, U+2B76-U+2B95, U+2B98-U+2BB9, U+2BBD-U+2BC8 and U+2BCA-U+2BD1) * (total 7 characters) were added to '''Supplemental Punctuation'''. (U+2E3C-U+2E42) * (total 6 characters) were added to '''Cyrillic Extended-B'''. (U+A698-U+A69D) * (total 18 characters) were added to '''Latin Extended-D'''. (U+A794-U+A79F, U+A7AB-U+A7AD, U+A7B0-U+A7B1 and U+A7F7) * (total 4 characters) were added to '''Myanmar Extended-A'''. (U+AA7C-U+AA7F) * (total 7 characters) were added to '''Combining Half Marks'''. (U+FE27-U+FE2D) * (total 2 characters) were added to '''Ancient Greek Numbers'''. (U+1018B-U+1018C) * (total 1 character) was added to '''Ancient Symbols'''. (U+101A0) * (total 1 character) was added to '''Old Italic'''. (U+1031F) * (total 1 character) was added to '''Brahmi'''. (U+1107F) * (total 2 characters) were added to '''Sharada'''. (U+111CD and U+111DA) * (total 42 characters) were added to '''Cuneiform'''. (U+1236F-U+12398) * (total 13 characters) were added to '''Cuneiform Numbers and Punctuation'''. (U+12463-U+1246E and U+12474) * (total 23 characters) were added to '''Playing Cards'''. (U+1F0BF and U+1F0E0-U+1F0F5) * (total 2 characters) were added to '''Enclosed Alphanumeric Supplement'''. (U+1F10B-U+1F10C) * (total 209 characters) were added to '''Miscellaneous Symbols and Pictographs'''. (U+1F321-U+1F32C, U+1F336, U+1F37D, U+1F394-U+1F39F, U+1F3C5, U+1F3CB-U+1F3CE, U+1F3D4-U+1F3DF, U+1F3F1-U+1F3F7, U+1F43F, U+1F441, U+1F4F8, U+1F4FD-U+1F4FE, U+1F53E-U+1F53F, U+1F544-U+1F54A, U+1F568-U+1F579, U+1F57B-U+1F5A3 and U+1F5A5-U+1F5FA) * (total 2 characters) were added to '''Emoticons'''. (U+1F641-U+1F642) * (total 27 characters) were added to '''Transport and Map Symbols'''. (U+1F6C6-U+1F6CF, U+1F6E0-U+1F6EC and U+1F6F0-U+1F6F3) == Unicode 8.0 == Unicode 8.0 was released in June 17, 2015. It encoded 120,737 characters, adding 7,716 new characters. === New blocks === * '''Cherokee Supplement''' (U+AB70-U+ABBF), containing 80 lowercase letters, was added. * '''Hatran''' (U+108E0-U+108FF), containing 26 letters, was added. * '''Old Hungarian''' (U+10C80-U+10CFF), containing 108 letters, was added. * '''Multani''' (U+11280-U+112AF), containing 38 letters, was added. * '''Ahom''' (U+11700-U+1173F), containing 57 letters, was added. * '''Early Dynastic Cuneiform''' (U+12480-U+1254F), containing 196 characters, was added. * '''Anatolian Hieroglyphs''' (U+14400-U+1467F), containing 583 characters, was added. * '''Sutton SignWriting''' (U+1D800-U+1DAAF), containing 672 signs, was added. * '''Supplemental Symbols and Pictographs''' (U+1F900-U+1F9FF), containing 15 pictographic characters, was added. * '''CJK Unified Ideographs Extension E''' (U+2B820-U+2CEAF), containing 5762 characters, was added. === Extended blocks === * (total 3 characters) were added to '''Arabic Extended-A'''. (U+08B3-U+08B4 and U+08E3) * (total 1 character) were added to '''Gujarati'''. (U+0AF9) * (total 1 character) were added to '''Telugu'''. (U+0C5A) * (total 1 character) were added to '''Malayalam'''. (U+0D5F) * (total 7 characters) were added to '''Cherokee'''. (U+13F5 and U+13F8-U+13FD) * (total 1 character) were added to '''Currency Symbols'''. (U+20BE) * (total 2 characters) were added to '''Number Forms'''. (U+218A-U+218B) * (total 4 characters) were added to '''Miscellaneous Symbols and Arrows'''. (U+2BEC-U+2BEF) * (total 9 characters) were added to '''CJK Unified Ideographs'''. (U+9FCD-U+9FD5) * (total 1 character) were added to '''Cyrillic Extended-B'''. (U+A69E) * (total 7 characters) were added to '''Latin Extended-D'''. (U+A78F and U+A7B2-U+A7B7) * (total 2 characters) were added to '''Devanagari Extended'''. (U+A8FC-U+A8FD) * (total 4 characters) were added to '''Latin Extended-E'''. (U+AB60-U+AB63) * (total 2 characters) were added to '''Combining Half Marks'''. (U+FE2E-U+FE2F) * (total 64 characters) were added to '''Meroitic Cursive'''. (U+109BC-U+109BD, U+109C0-U+109CF and U+109D2-U+109FF) * (total 9 characters) were added to '''Sharada'''. (U+111C9-U+111CC and U+111DB-U+111DF) * (total 2 characters) were added to '''Grantha'''. (U+11300 and U+11350) * (total 20 characters) were added to '''Siddham'''. (U+115CA-U+115DD) * (total 1 character) were added to '''Cuneiform'''. (U+12399) * (total 11 characters) were added to '''Musical Symbols'''. (U+1D1DE-U+1D1E8) * (total 24 characters) were added to '''Miscellaneous Symbols and Pictographs'''. (U+1F32D-U+1F32F, U+1F37E-U+1F37F, U+1F3CF-U+1F3D3, U+1F3F8-U+1F3FF, U+1F4FF and U+1F54B-U+1F54F) * (total 2 characters) were added to '''Emoticons'''. (U+1F643-U+1F644) * (total 1 character) were added to '''Transport and Map Symbols'''. (U+1F6D0) == Unicode 9.0 == Unicode 9.0, was released in June 21, 2016. It encoded 128,237 characters, adding 7,500 new characters. === New blocks === * '''Cyrillic Extended-C''' (U+1C80-U+1C8F), containing 9 letters, was added. * '''Osage''' (U+104B0-U+104FF), containing 72 letters, was added. * '''Newa''' (U+11400-U+1147F), containing 92 letters, was added. * '''Mongolian Supplement''' (U+11660-U+1167F), containing 13 letters, was added. * '''Bhaiksuki''' (U+11C00-U+11C6F), containing 97 letters, was added. * '''Marchen''' (U+11C70-U+11CBF), containing 68 letters, was added. * '''Ideographic Symbols and Punctuation''' (U+16FE0-U+16FFF), containing 1 letter, was added. * '''Tangut''' (U+17000-U+187FF), containing 6125 letters, was added. * '''Tangut Components''' (U+18800-U+18AFF), containing 755 letters, was added. * '''Glagolitic Supplement''' (U+1E000-U+1E02F), containing 38 letters, was added. * '''Adlam''' (U+1E900-U+1E95F), containing 87 letters, was added. === Extended blocks === * (total 23 characters) were added to '''Arabic Extended-A'''. (U+08B6-U+08BD and U+08D4-U+08E2) * (total 1 character) were added to '''Kannada'''. (U+0C80) * (total 14 characters) were added to '''Malayalam'''. (U+0D4F, U+0D54-U+0D56, U+0D58-U+0D5E and U+0D76-U+0D78) * (total 1 character) were added to '''Combining Diacritical Marks Supplement'''. (U+1DFB) * (total 4 characters) were added to '''Miscellaneous Technical'''. (U+23FB-U+23FE) * (total 2 characters) were added to '''Supplemental Punctuation'''. (U+2E43-U+2E44) * (total 1 character) were added to '''Latin Extended-D'''. (U+A7AE) * (total 1 character) were added to '''Saurashtra'''. (U+A8C5) * (total 2 characters) were added to '''Ancient Greek Numbers'''. (U+1018D-U+1018E) * (total 1 character) were added to '''Khojki'''. (U+1123E) * (total 18 characters) were added to '''Enclosed Alphanumeric Supplement'''. (U+1F19B-U+1F1AC) * (total 1 character) were added to '''Enclosed Ideographic Supplement'''. (U+1F23B) * (total 2 characters) were added to '''Miscellaneous Symbols and Pictographs'''. (U+1F57A and U+1F5A4) * (total 5 characters) were added to '''Transport and Map Symbols'''. (U+1F6D1-U+1F6D2 and U+1F6F4-U+1F6F6) * (total 67 characters) were added to '''Supplemental Symbols and Pictographs'''. (U+1F919-U+1F91E, U+1F920-U+1F927, U+1F930, U+1F933-U+1F93E, U+1F940-U+1F94B, U+1F950-U+1F95E and U+1F985-U+1F991) == Unicode 10.0 == Unicode 10.0, was released in June 20, 2017. It encoded 136,690 characters, adding 8,453 new characters. === New blocks === * '''Syriac Supplement''' (U+0860-U+086F), containing 11 characters, was added. * '''Zanabazar Square''' (U+11A00-U+11A4F), containing 72 characters, was added. * '''Soyombo''' (U+11A50-U+11AAF), containing 80 characters, was added. * '''Masaram Gondi''' (U+11D00-U+11D5F), containing 75 characters, was added. * '''Kana Extended-A''' (U+1B100-U+1B12F), containing 31 characters, was added. * '''Nushu''' (U+1B170-U+1B2FF), containing 396 characters, was added. * '''CJK Unified Ideographs Extension F''' (U+2CEB0-U+2EBEF), containing 7,473 characters, was added. === Extended blocks === * (total 2 characters) were added to '''Bengali'''. (U+09FC-U+09FD) * (total 6 characters) were added to '''Gujarati'''. (U+0AFA-U+0AFF) * (total 3 characters) were added to '''Malayalam'''. (U+0D00 and U+0D3B-U+0D3C) * (total 1 character) were added to '''Vedic Extensions'''. (U+1CF7) * (total 4 characters) were added to '''Combining Diacritical Marks Supplement'''. (U+1DF6-U+1DF9) * (total 1 character) were added to '''Currency Symbols'''. (U+20BF) * (total 1 character) were added to '''Miscellaneous Technical'''. (U+23FF) * (total 1 character) were added to '''Miscellaneous Symbols and Arrows'''. (U+2BD2) * (total 5 characters) were added to '''Supplemental Punctuation'''. (U+2E45-U+2E49) * (total 1 character) were added to '''Bopomofo'''. (U+312E) * (total 21 characters) were added to '''CJK Unified Ideographs'''. (U+9FD6-U+9FEA) * (total 3 characters) were added to '''Old Italic'''. (U+1032D-U+1032F) * (total 1 character) were added to '''Ideographic Symbols and Punctuation'''. (U+16FE1) * (total 254 characters) were added to '''Kana Supplement'''. (U+1B002-U+1B0FF) * (total 6 characters) were added to '''Enclosed Ideographic Supplement'''. (U+1F260-U+1F265) * (total 4 characters) were added to '''Transport and Map Symbols'''. (U+1F6D3-U+1F6D4 and U+1F6F7-U+1F6F8) * (total 66 characters) were added to '''Supplemental Symbols and Pictographs'''. (U+1F900-U+1F90B, U+1F91F, U+1F928-U+1F92F, U+1F931-U+1F932, U+1F94C, U+1F95F-U+1F96B, U+1F992-U+1F997 and U+1F9D0-U+1F9E6) == Unicode 11.0 == Unicode 11.0, was released in June 5, 2018. It encoded 137,374 characters, adding 684 new characters. === New blocks === * '''Georgian Extended''' (U+1C90-U+1CBF), containing 46 characters, was added. * '''Hanifi Rohingya''' (U+10D00-U+10D3F), containing 50 characters, was added. * '''Old Sogdian''' (U+10F00-U+10F2F), containing 40 characters, was added. * '''Sogdian''' (U+10F30-U+10F6F), containing 42 characters, was added. * '''Dogra''' (U+11800-U+1184F), containing 60 characters, was added. * '''Gunjala Gondi''' (U+11D60-U+11DAF), containing 63 characters, was added. * '''Makasar''' (U+11EE0-U+11EFF), containing 25 characters, was added. * '''Medefaidrin''' (U+16E40-U+16E9F), containing 91 characters, was added. * '''Mayan Numerals''' (U+1D2E0-U+1D2FF), containing 20 characters, was added. * '''Indic Siyaq Numbers''' (U+1EC70-U+1ECBF), containing 68 characters, was added. * '''Chess Symbols''' (U+1FA00-U+1FA6F), containing 14 characters, was added. === Extended blocks === * (total 2 characters) were added to '''Armenian'''. (U+0560 and U+0588) * (total 1 character) were added to '''Hebrew'''. (U+05EF) * (total 3 characters) were added to '''N'Ko'''. (U+07FD-U+07FF) * (total 1 character) were added to '''Arabic Extended-A'''. (U+08D3) * (total 1 character) were added to '''Bengali'''. (U+09FE) * (total 1 character) were added to '''Gurmukhi'''. (U+0A76) * (total 1 character) were added to '''Telugu'''. (U+0C04) * (total 1 character) were added to '''Kannada'''. (U+0C84) * (total 1 character) were added to '''Mongolian'''. (U+1878) * (total 43 characters) were added to '''Miscellaneous Symbols and Arrows'''. (U+2BBA-U+2BBC, U+2BD3-U+2BEB and 2BF0-U+2BFE) * (total 5 characters) were added to '''Supplemental Punctuation'''. (U+2E4A-U+2E4E) * (total 1 character) were added to '''Bopomofo'''. (U+312F) * (total 5 characters) were added to '''CJK Unified Ideographs'''. (U+9FEB-U+9FEF) * (total 3 characters) were added to '''Latin Extended-D'''. (U+A7AF and U+A7B8-U+A7B9) * (total 2 characters) were added to '''Devanagari Extended'''. (U+A8FE-U+A8FF) * (total 3 characters) were added to '''Kharoshthi'''. (U+10A34-U+10A35 and U+10A48) * (total 1 character) were added to '''Kaithi'''. (U+110CD) * (total 3 characters) were added to '''Chakma'''. (U+11144-U+11146) * (total 1 character) were added to '''Grantha'''. (U+1133B) * (total 1 character) were added to '''Newa'''. (U+1145E) * (total 1 character) were added to '''Ahom'''. (U+1171A) * (total 1 character) were added to '''Soyombo'''. (U+11A9D) * (total 5 characters) were added to '''Tangut'''. (U+187ED-U+187F1) * (total 7 characters) were added to '''Counting Rod Numerals'''. (U+1D372-U+1D378) * (total 1 character) were added to '''Enclosed Alphanumeric Supplement'''. (U+1F12F) * (total 1 character) were added to '''Transport and Map Symbols'''. (U+1F6F9) * (total 4 characters) were added to '''Geometric Shapes Extended'''. (U+1F7D5-U+1F7D8) * (total 65 characters) were added to '''Supplemental Symbols and Pictographs'''. (U+1F94D-U+1F94F, U+1F96C-U+1F970, U+1F973-U+1F976, U+1F97A, U+1F97C-U+1F97F, U+1F998-U+1F99F, U+1F9A0-U+1F9A2, U+1F9B0-U+1F9B9, U+1F9C1-U+1F9C2 and U+1F9E7-U+1F9FF) == Unicode 12.0 == Unicode 12.0 was released on March 5, 2019. It encoded 137,928 characters, adding 555 new characters. === New blocks === * '''Elymaic''' (U+10FE0-U+10FFF), containing 23 characters, was added. * '''Nandinagari''' (U+119A0-U+119FF), containing 65 characters, was added. * '''Tamil Supplement''' (U+11FC0-U+11FFF), containing 51 characters, was added. * '''Egyptian Hieroglyph Format Controls''' (U+13430-U+1343F), containing 9 characters, was added. * '''Small Kana Extension''' (U+1B130-U+1B16F), containing 7 characters, was added. * '''Nyiakeng Puachue Hmong''' (U+1E100-U+1E14F), containing 71 characters, was added. * '''Wancho''' (U+1E2C0-U+1E2FF), containing 59 characters, was added. * '''Ottoman Siyaq Numbers''' (U+1ED00-U+1ED4F), containing 61 characters, was added. * '''Symbols and Pictographs Extended-A''' (U+1FA70-U+1FAFF), containing 16 characters, was added. === Extended blocks === * (total 1 character) was added to '''Telugu'''. (U+0C77) * (total 15 characters) were added to '''Lao'''. (U+0E86, U+0E89, U+0E8C, U+0E8E-U+0E93, U+0E98, U+0EA0, U+0EA8-U+0EA9, U+0EAC and U+0EBA) * (total 1 character) was added to '''Vedic Extensions'''. (U+1CFA) * (total 2 characters) were added to '''Miscellaneous Symbols and Arrows'''. (U+2BC9 and U+2BFF) * (total 1 character) was added to '''Supplemental Punctuation'''. (U+2E4F) * (total 11 characters) were added to '''Latin Extended-D'''. (U+A7BA-U+A7BF and U+A7C2-U+A7C6) *(total 2 characters) were added to '''Latin Extended-E'''. (U+AB66-U+AB67) * (total 1 character) was added to '''Newa'''. (U+1145F) * (total 1 character) was added to '''Takri'''. (U+116B8) * (total 2 characters) were added to '''Soyombo'''. (U+11A84-U+11A85) * (total 16 characters) were added to '''Miao'''. (U+16F45-U+16F4A, U+16F4F and U+16F7F-U+16F87) * (total 2 characters) were added to '''Ideographic Symbols and Punctuation'''. (U+16FE2-U+16FE3) * (total 6 characters) were added to '''Tangut'''. (U+187F2-U+187F7) * (total 1 character) was added to '''Adlam'''. (U+1E94B) * (total 1 character) was added to '''Enclosed Alphanumeric Supplement'''. (U+1F16C) * (total 2 characters) were added to '''Transport and Map Symbols'''. (U+1F6D5 and U+1F6FA) * (total 12 characters) were added to '''Geometric Shapes Extended'''. (U+1F7E0-U+1F7EB) * (total 31 characters) were added to '''Supplemental Symbols and Pictographs'''. (U+1F90D-U+1F90F, U+1F93F, U+1F971, U+1F97B, U+1F9A5-U+1F9AA, U+1F9AE-U+1F9AF, U+1F9BA-U+1F9BF, U+1F9C3-U+1F9CA and U+1F9CD-U+1F9CF) * (total 84 characters) were added to '''Chess Symbols'''. (U+1FA00-U+1FA53) === Glyph Changes === *The Won Symbol (U+2089) Is Now Wider. *Both Extended Bopomofo Tone Marks (026A-026B) Is Now Bigger. And Here Are List of Other Changes: {| class="wikitable" !Block Name !Code Points !Count |- |Spacing Modifier Letters |02EA, 02EB |2 |- |Vedic Extensions |1CF2..1CF3 |2 |- |Currency Symbols |20A9 |1 |- |CJK Symbols and Punctuation |3001, 3002 |2 |- |Bopomofo |3105..312F |43 |- |Bopomofo Extended |31A0..31BA |27 |- |CJK Unified Ideographs Extension A |37C3, 3B9D, 3CFD, 3FE0, 44EC, 4A76 |6 |- |CJK Unified Ideographs |5344, 55B9, 6ABC, 6FF9, 809E, 80BC, 80E9, 8132, 8159, 841C, 891D, 8C6C, 915E, 9FD4 |14 |- |Phags-pa |A840..A877 |56 |- |Halfwidth and Fullwidth Forms |FF01, FF0C, FF0E, FF1A, FF1B, FF1F |6 |- |CJK Unified Ideographs Extension B |200DD, 20164, 20BBF, 20C02, 20CED, 21D4C, 2278B, 23AB8, 2459B, 24A7D, 24FB9, 25ED7, 2677C, 26B4C, 26C21, 26CBE, 26E3D, 28834, 289A1, 289C0, 28A0F, 28B46 |22 |- |CJK Unified Ideographs Extension C |2A8FB, 2A917, 2AA30 |3 |- |CJK Unified Ideographs Extension E |2BA52, 2BD77, 2C494, 2C72F, 2C734, 2CB38 |6 |- |CJK Unified Ideographs Extension F |2D23B, 2E83A |2 |- ! colspan="2" |Total !192 |} == Unicode 12.1 == Unicode 12.1 was released on May 7, 2019. It encoded 137,929 characters, adding only 1 new character. === Extended blocks === * (total 1 character) was added to '''Enclosed CJK Letters and Months'''. (U+32FF) == Unicode 13.0 == Unicode 13.0 was released on March 10, 2020. It encoded 143,859 characters, adding 5930 new characters. === New blocks === * '''Yezidi''' (U+10E80-U+10EBF), containing 47 characters, was added. * '''Chorasmian''' (U+10FB0-U+10FDF), containing 28 characters, was added. * '''Dives Akuru''' (U+11900-U+1195F), containing 72 characters, was added. * '''Lisu Supplement''' (U+11FB0-U+11FBF), containing 1 character, was added. * '''Khitan Small Script''' (U+18B00-U+18CFF), containing 470 characters, was added. * '''Tangut Supplement''' (U+18D00-U+18D08), containing 9 characters, was added. * '''Symbols for Legacy Computing''' (U+1FB00-U+1FBFF), containing 212 characters, was added. * '''CJK Unified Ideographs Extension G''' (U+30000-U+3134A), containing 4939 characters, was added. === Extended blocks === * (total 10 characters) were added to '''Arabic Extended-A'''. (U+08BE-U+08C7) * (total 1 character) was added to '''Oriya'''. (U+0B55) * (total 1 character) was added to '''Malayalam'''. (U+0D04) * (total 1 character) was added to '''Sinhala'''. (U+0D81) * (total 2 characters) were added to '''Combining Diacritical Marks Extended'''. (U+1ABF-U+1AC0) * (total 1 character) was added to '''Miscellaneous Symbols and Arrows'''. (U+2B97) * (total 3 characters) were added to '''Supplemental Punctuation'''. (U+2E50-U+2E52) * (total 5 characters) were added to '''Bopomofo Extended'''. (U+31BB-U+31BF) * (total 10 characters) were added to '''CJK Unified Ideographs Extension A'''. (U+4DB6-4DBF) * (total 13 characters) were added to '''CJK Unified Ideographs'''. (U+9FF0-U+9FFC) * (total 6 characters) were added to '''Latin Extended-D'''. (U+A7C7-U+A7CA and U+A7F5-U+A7F6) * (total 1 character) was added to '''Syloti Nagri'''. (U+A82C) * (total 4 characters) were added to '''Latin Extended-E'''. (U+AB68-U+AB6B) * (total 1 character) was added to '''Ancient Symbols'''. (U+1019C) * (total 1 character) was added to '''Chakma'''. (U+11147) * (total 2 characters) were added to '''Sharada'''. (U+111CE and U+111CF) * (total 3 characters) were added to '''Newa'''. (U+1145A and U+11460-U+11461) * (total 3 characters) were added to '''Ideographic Symbols and Punctuation'''. (U+16FE4 and U+16FF0-U+16FF1) * (total 13 characters) were added to '''Tangut Components'''. (U+18AF3-U+18AFF) * (total 7 characters) were added to '''Enclosed Alphanumeric Supplement'''. (U+1F10D-U+1F10F, U+1F16D-1F16F and U+1F1AD) * (total 4 characters) were added to '''Transportation and Map Symbols'''. (U+1F6D6-U+1F6D7 and U+1F6FB-U+1F6FC) * (total 2 characters) were added to '''Supplemental Arrows-C'''. (U+1F8B0-U+1F8B1) * (total 10 characters) were added to '''Supplemental Symbols and Pictographs'''. (U+1F90C, U+1F972, U+1F977-U+1F978, U+1F9A3-U+1F9A4, U+1F9AB-U+1F9AD and U+1F9CB) * (total 41 characters) were added to '''Symbols and Pictographs Extended-A'''. (U+1FA74, U+1FA83-U+1FA86, U+1FA96-U+1FAA8, U+1FAB0-U+1FAB6, U+1FAC0-U+1FAC2 and U+1FAD0-U+1FAD6) * (total 7 characters) were added to '''CJK Unified Ideographs Extension B'''. (U+2A6D7-U+2A6DD) === Glyph Changes === {| class="wikitable" !Block Name !Code Points !Count |- |Tagalog |1700..170C, 170E..1714 |20 |- |Mongolian |1834, 1871, 1878 |3 |- |Sundanese |1BAB |1 |- |Currency Symbols |20BF |1 |- |CJK Radicals Supplement |2E80..2E99, 2E9B..2EF3 |115 |- |Kangxi Radicals |2F00..2FD5 |214 |- |CJK Unified Ideographs Extension A |3472, 38C7, 3DB8, 3FE0, 440B, 46E9 |6 |- |CJK Unified Ideographs |53FD, 6146, 6711, 671C, 6721, 6725, 6BD2, 7B9A, 87CE, 8956, 93BF, 9B97 |12 |- |Latin Extended-D |A764..A765 |2 |- |Phags-pa |A86D |1 |- |Tangut |175F6, 17F0D, 17F8A, 17FA5, 180D6, 18139, 18147, 184F1, 18736 |9 |- |Tangut Components |18843, 18856, 1888C, 1890A, 18915, 1893B |6 |- |Adlam |1E900..1E94A, 1E950..1E959, 1E95E..1E95F |71 |- |Miscellaneous Symbols and Pictographs |1F3B1 |1 |- |Supplemental Symbols and Pictographs |1F995..1F998, 1F99B..1F99E, 1F9B0..1F9B3, 1F9E7 |13 |- |CJK Unified Ideographs Extension B |20219, 21249, 21827, 22C3A, 2327B, 23496, 2355E, 2363B, 236ED, 23839, 23FD5, 24261, 24726, 248F2, 2548E, 26657, 26C9E, 26FE1, 27334, 27C0E, 27CEF, 2A38C |22 |- |CJK Unified Ideographs Extension C |2AED5, 2AEF3, 2AF76, 2B09F, 2B1C3, 2B1E5 |6 |- |CJK Unified Ideographs Extension E |2B83C, 2B8D9..2B8DA, 2B96F, 2BBD7, 2BD61, 2BE4A, 2BF1D, 2BF9D, 2C0B8, 2C142, 2C176, 2C316, 2C3FB, 2C402, 2C7AC, 2C82C, 2C83A, 2C9A1, 2CC88, 2CD68 |21 |- |CJK Unified Ideographs Extension F |2DC09, 2DE4A, 2EB7E, 2EB89 |4 |- |CJK Compatibility Ideographs Supplement |2F83B, 2F878, 2F8D6..2F8D7, 2F8DA, 2F8F0, 2F984, 2FA02 |8 |- ! colspan="2" |Total !536 |} == Unicode 14.0 == Unicode 14.0 was released on September 14, 2021. It encoded 144,697 characters, adding 838 new characters. === New blocks === * '''Arabic Extended-B''' (U+0870-U+089F), containing 41 characters, was added. * '''Vithkuqi''' (U+10570-U+105BF), containing 70 characters, was added. * '''Latin Extended-F''' (U+10780-U+107BF), containing 57 characters, was added. * '''Old Uyghur''' (U+10F70-U+10FAF), containing 26 characters, was added. * '''Unified Canadian Aboriginal Syllabics Extended-A''' (U+11AB0-U+11ABF), containing 16 characters, was added. * '''Cypro-Minoan''' (U+12F90-U+12FFF), containing 99 characters, was added. * '''Tangsa''' (U+16A70-U+16ACF), containing 89 characters, was added. * '''Kana Extended-B''' (U+1AFF0-U+1AFFF), containing 13 characters, was added. * '''Znamenny Musical Symbols''' (U+1CF00-U+1CFFF), containing 185 characters, was added. * '''Latin Extended-G''' (U+1DF00-U+1DFFF), containing 31 characters, was added. * '''Toto''' (U+1E290-U+1E2BF), containing 31 characters, was added. * '''Ethiopic Extended-B''' (U+1E7E0-U+1E7FF), containing 28 characters, was added. === Extended blocks === * (total 1 character) were added to '''Arabic'''. The arabic end of text Mark Punctuation. Was added to Arabic. (U+061D) * (total 12 characters) were added to '''Arabic Extended-A'''. (U+08B5 and U+08C8-U+08D2) * (total 2 characters) were added to '''Telugu'''. (U+0C3C and U+0C5D) * (total 1 character) were added to '''Kannada'''. (U+0CDD) * (total 3 characters) were added to '''Tagalog'''. (U+170D, U+1715 and U+171F) * (total 1 character) were added to '''Mongolian'''. (U+180F) * (total 14 characters) were added to '''Combining Diacritical Marks Extended'''. (U+1AC1-U+1ACE) * (total 3 characters) were added to '''Balinese'''. (U+1B4C and U+1B7D-U+1B7E) * (total 1 character) were added to '''Combining Diacritical Marks Supplement'''. (U+1DFA) * (total 1 character) were added to '''Currency Symbols'''. (U+20C0) * (total 2 characters) were added to '''Glagolitic'''. (U+2C2F and U+2C5F) * (total 11 characters) were added to '''Supplemental Punctuation'''. (U+2E53-U+2E5D) * (total 3 characters) were added to '''CJK Unified Ideographs'''. (U+9FFD-U+9FFF) * (total 13 characters) were added to '''Latin Extended-D'''. (U+A7C0-U+A7C1, U+A7D0-U+A7D1, U+A7D3, U+A7D5, U+A7D6-U+A7D9 and U+A7F2-U+A7F4) * (total 20 characters) were added to '''Arabic Presentation Forms-A'''. (U+FBC2, U+FD40-U+FD4F, U+FDCF and U+FDFE-U+FDFF) * (total 6 characters) were added to '''Brahmi'''. (U+11070-U+11075) * (total 1 character) were added to '''Khaiti'''. (U+110C2) * (total 1 character) were added to '''Takri'''. (U+116B9) * (total 7 characters) were added to '''Ahom'''. (U+11740-U+11746) The block was expanded from (U+11700-U+1173F) to (U+11700-U+1174F) * (total 4 characters) were added to '''Kana Extended-A'''. (U+1B11F-U+1B122) * (total 2 characters) were added to '''Musical Symbols'''. (U+1D1E9-U+1D1EA) * (total 3 characters) were added to '''Transportation and Map Symbols'''. (U+1F6DD-U+1F6DF) * (total 1 character) were added to '''Geometric Shapes Extended'''. (U+1F7F0) * (total 2 characters) were added to '''Supplemental Symbols and Pictographs'''. (U+1F979 and U+1F9CC) * (total 31 characters) were added to '''Symbols and Pictographs Extended-A'''. (U+1FA7B-U+1FA7C, U+1FAA9-U+1FAAC, U+1FAB7-U+1FABA, U+1FAC3-U+1FAC5, U+1FAD7-U+1FAD9, U+1FAE0-U+1FAE7 and U+1FAF0-U+1FAF6) * (total 2 characters) were added to '''CJK Unified Ideographs Extension B'''. (U+2A6DE-U+2A6DF) * (total 4 characters) were added to '''CJK Unified Ideographs Extension C'''. (U+2B735-U+2B738) === Glyph Changes === * The Tone Six Glyph (U+0184-U+0185 Ƅƅ) was changed the top to a diagonal stroke downwards. And Here Are List of Other Changes: {| class="wikitable" !Block Name !Code Points !Count |- |Latin Extended-B |0184..0185 |2 |- |Arabic |0674..0678, 06C5, 06C7, 06FE |8 |- |Letterlike Symbols |210B, 2110, 2112, 211B, 212C, 2130..2131, 2133 |8 |- |Enclosed Alphanumerics |2460..24FF |160 |- |Dingbats |2776..2793 |30 |- |CJK Symbols and Punctuation |3001..3029, 3030..303D, 303F |56 |- |CJK Strokes |31C0..31E3 |36 |- |Katakana Phonetic Extensions |31F0..31FF |16 |- |Enclosed CJK Letters and Months |3200..321E, 3220..32FF |255 |- |CJK Compatibiity |3300..33FF |256 |- |CJK Unified Ideographs Extension A |3777, 3B3F |2 |- |CJK Unified Ideographs |5DD5, 652C, 6AC0 |3 |- |Arabic Presentation Forms-A |FBD7..FBD8, FBDD, FBE0..FBE1 |5 |- |Vertical Forms |FE10..FE19 |10 |- |CJK Compatibiity Forms |FE30..FE4F |32 |- |Small Form Variants |FE50..FE52, FE54..FE66, FE68..FE6B |26 |- |Halfwidth and Fullwidth Forms |FF01..FF9F, FFA1..FFBE, FFC2..FFC7, FFCA..FFCF, FFD2..FFD7, FFDA..FFDC, FFE0..FFE6, FFE8..FFEE |225 |- |Egyptian Hieroglyphs |1300A, 13017, 1302D, 13032, 13034..13035, 13037..13038, 1303A..1303E, 1304E..1304F, 13055, 13057, 13068, 1309A, 130D2, 130D5, 130F6, 130FE, 13192, 1325F, 13267, 1326A, 13281, 13297, 1329E, 132B4, 132C1, 132E6, 13304, 1331F, 13378..1337B, 1337D..1337E, 133F3, 133FA..13403, 1340D, 13417, 1342B |55 |- |Mathematical Alphanumeric Symbols |1D49C, 1D49E..1D49F, 1D4A2, 1D4A5..1D4A6, 1D4A9..1D4AC, 1D4AE..1D4B5 |18 |- |Enclosed Alphanumeric Supplement |1F100..1F1AD, 1F1E6..1F1FF |200 |- |Enclosed Ideographic Supplement |1F200..1F202, 1F210..1F23B, 1F240..1F248, 1F250..1F251, 1F260..1F265 |64 |- |Supplemental Symbols and Pictographs |1F930 |1 |- |CJK Unified Ideographs Extension B |22ADC, 230F2, 25B27, 26F28 |4 |- ! colspan="2" |Total !1472 |} == Unicode 15.0 == * Unicode 15.0 will be released in September 13, 2022. It will encode 149,186 characters, adding 4489 new characters. === New blocks === * '''Arabic Extended-C''' (U+10EC0-U+10EFF), containing 3 characters will be added *'''Devanagari Extended-A''' (U+11B00-U+11B5F), containing 10 characters will be added * '''Kawi''' (U+11F00-U+11F5F), containing 86 characters will be added * '''Kaktovik Numerals''' (U+1D2C0-U+1D2DF), containing 20 characters will be added * '''Cyrillic Extended-D''' (U+1E030-U+1E08F), containing 63 characters will be added * '''Nag Mundari''' (U+1E4D0-U+1E4FF), containing 42 characters will be added * '''CJK Unified Ideographs Extension H''' (U+31350-U+323AF), containing 4192 characters will be added === Extended blocks === * A Lao Yamakkan (total 1 character) will be added to '''Lao'''. (U+0ECE) * A combining character (total 1 character) will be added to '''Kannada'''. (U+0CF3) * (total 3 characters) will be added to '''Khojki'''. (U+1123F-U+11241) * An Egyptian Hieroglyph (total 1 character) will be added to '''Egyptian Hieroglyphs''' * Some Egyptian format controls (total 29 characters) will be added to '''Egyptian Hieroglyph Format Controls'''. (U+13439-U+13455). This also extends the block by 2 columns! * (total 2 characters) will be added to '''Small Kana Extension'''. (U+1B132, U+1B155) * Letters with left hooks (total 6 characters) will be added to '''Latin Extended-G'''. (U+1DF25-U+1DF2A) * A wireless network emoji (total 1 character) will be added to '''Transportation and Map Symbols'''. (U+1F6DC) * A nine-pointed white star (total 1 character) will be added to '''Geometric Shapes Extended'''. (U+1F7D9) * Some dwarf planet symbols and other symbols (total 8 characters) will be added to '''Alchemical symbols'''. (U+1FF74-U+1FF76, U+1F77B-U+1F77F) * (total 20 characters) will be added to '''Symbols and Pictographs Extended-A'''. (U+1FA75-U+1FA77, U+1FA87-U+1FA88, U+1FAAD-U+1FAAF, U+1FABB-U+1FABF, U+1FACE-U+1FACF, U+1FADA-U+1FADB, U+1FAE8 and U+1FAF7-U+1FAF8) * A disunified Macao character (total 1 character) will be added to '''CJK Unified Ideographs Extension C''' ===Glyph Changes=== * The closed open E and the reversed closed open E (U+25E, U+29A) will get a more Latin-like glyph rather than the Greek-like one. * The Carrier Dlu and Carrier Tlo will get new glyphs, as well as the Ojibway Sh. (U+1628, U+163B, U+18DB) * The Sundanese Final M will get a new glyph. (U+1BBF) * The lowercase Insular G (U+1D79) has the s-shaped glyph to match the capital Insular G (U+A77D) * The OCR amount of check will get a new glyph (U+2447) * The Cyrillic Multiocular O (U+A66E ꙮ) will get a 10-eyed glyph rather than the current 7-eyed glyph. * The Old Turkic Orkhon Ot (U+10C47) will get a slightly smaller glyph. * Several Egyptian heiroglyphs will get different glyphs. * A small Khitan character (U+18CCA) will get a slightly different glyph. * Wancho and Alchemical Symbols will each get a new font updated. And Here Are List of Other Changes: {| class="wikitable" !Block Name !Code Points !Count |- |IPA Extensions |025E, 029A |2 |- |United Canadian Aboriginal Syllabics |144B, 14D1, 1506, 15C0..15C3, 15E8..15EE, 1601, 1604..1607, 160A..160D, 1614..162D, 1630..163F, 1646..1647, 165A |66 |- |United Canadian Aboriginal Syllabics Extended |18DB, 18EC, 18F1..18F2, 18F5 |5 |- |Sundanese |1BBF |1 |- |Optical Character Recognition |2447 |1 |- |CJK Unified Ideographs Extension A |34DC, 3BF6, 3C43, 48B4, 4DBE |5 |- |CJK Unified Ideographs 585F, 5F50, 6BC0, 7BC9, 833E | |5 |- |Cyrillic Extended-B |A66E |1 |- |Old Turkic |10C47 |1 |- |Egyptian Hieroglyphs |various (new standardized variation sequences) |94 |- |Khitan Small Script |18CCA |1 |- |Wancho (font update) |1E2C0..1E2F9, 1E2FF |59 |- |Alchemical Symbols (font update) |1F700..1F773 |116 |- |CJK Unified Ideographs Extension B |20048, 20A1C, 2143F, 21A5F, 21C08, 21FBA, 22ACF, 23392, 238A7, 23D8F, 23F4E, 25D20, 26E30, 27B48, 27C4F, 28633, 28B02, 28E9A, 29760, 2A60F |20 |- |CJK Unified Ideographs Extension C |2B249 |1 |- |CJK Unified Ideographs Extension E |2BB37, 2BD7D, 2C151, 2C1E0, 2C2D6, 2C5CA, 2C810, 2CD34 |8 |- |CJK Unified Ideographs Extension F |2CF4E, 2D25D, 2D3EC, 2D6A7, 2D7BA, 2D979, 2DA74, 2DA97, 2DC13, 2DDC0, 2DF10, 2DF78, 2E05A, 2E0AE, 2E516, 2E640, 2E680, 2EA63 |18 |- |CJK Compatibility Ideographs Supplement |2F804, 2F805, 2F833, 2F835, 2F84C, 2F84F, 2F852, 2F855, 2F887, 2F88B, 2F899, 2F8A0, 2F8A6, 2F8A7, 2F8AD, 2F8B1, 2F8B4, 2F8B7, 2F8BA, 2F8D0, 2F8E0..2F8E2, 2F8E5, 2F8E6, 2F8FE, 2F900, 2F901, 2F907, 2F912, 2F922, 2F926, 2F936, 2F938, 2F94E, 2F959, 2F95F, 2F96C, 2F99F, 2F9B8, 2F9BA, 2F9D3, 2F9DB, 2F9DC, 2F9E8, 2F9EA, 2F9EE, 2FA00, 2FA0D, 2FA1B |50 |- |CJK Unified Ideographs Extension G |302FC, 30723, 30A6D, 30CF7, 30DBF, 31006, 3105D |7 |- ! colspan="2" |Total !461 |} === Note === Edit the entire page to have the "Glyph Changes" so we know which characters had changed their appearance over the years and describe what changes the character has received. == Future versions == This is a section where you can add any upcoming Unicode characters that have been [https://www.unicode.org/alloc/Pipeline.html confirmed] to be in a future update of The Unicode Standard. Do not add any false information as this will confuse people into thinking that they are official. === New blocks === * '''Todhri''' (U+105C0-U+105FF), containing 52 characters will be added * '''Garay''' (U+10D40-U+10D8F), containing 69 characters will be added * '''Tulu-Tigalari''' (U+11380-U+113FF), containing 78 characters will be added * '''Myanmar Extended-C''' (U+116D0-U+116FF), containing 20 characters will be added * '''Sunuwar''' (U+11BC0-U+11BFF), containing 44 characters will be added * '''Gurung Khema''' (U+16100-U+1613F), containing 58 characters will be added * '''Kirat Rai''' (U+16D40-U+16D7F), containing 58 characters will be added * '''Symbols for Legacy Computing Supplement''' (U+1CC00-U+1CEBF), containing 686 characters will be added. === Extended blocks === * An Arabic Pepet (total 1 character) will be added to '''Arabic Extended-B'''. (U+0897) * Kannada and Telugu Archaic Shrii (total 2 characters) will be added to '''Kannada''' and '''Telugu'''. (U+0C5C, U+0CDC). * 3 diacritics (total 3 characters) will be added to '''Balinese'''. (U+1B4E-U+1B4F, U+1B7F) * Cyrillic small and capital Tje (total 2 characters) will be added to '''Cyrillic Extended-C'''. (U+1C89-U+1C8A) * 3 special symbols for delete (total 3 characters) will be added to '''Control Symbols'''. (U+2427-U+2429) * Latin capital Rams Horn, small and capital S with Diagonal Stroke (total 3 characters) will be added to '''Latin Extended-D'''. (U+A7CB-U+A7CD) * 3 letters with two dots vertically below and Combining Alef Overlay (total 4 characters) will be added to '''Arabic Extended-C'''. (U+10EC2-U+10EC4, U+10EFC) * A rightwards arrow with hook and arrows for legacy computing (total 10 characters) will be added to '''Supplemental Arrows-C'''. (U+1F8B2-U+1F8BB) * Graphic shapes for legacy computing (total 37 characters) will be added to '''Symbols for Legacy Computing'''. (U+1FBCB-U+1FBEF) == Roadmap Blocks == This is a section where present proportional maps of a proposed allocations to Unicode and ISO/IEC 10646. === Blocks === * '''Northen Palaeohispanic''' (U+10200-U+1023F) * '''Southern Palaeohispanic''' (U+10240-U+1027F) * '''Shavian''' '''Quikscript''' (U+103E0-U+103FF) * '''Rejang Extended''' (U+107C0-U+107FF) * '''Proto-Sinaitic''' (U+108B0-U+108DF) * '''Sidetic''' (U+10940-U+1095F) * '''Numidian''' (U+10960-U+1097F) * '''Balti''' (U+10AA0-U+10ABF) * '''Book Pahlavi''' (U+10BB0-U+10BDF) * '''Baburi''' (U+10BE0-U+10BFF) * '''Byblos''' (U+10D80-U+10DFF) * '''Landa''' (U+11250-U+1127F) * '''Tani''' (U+114E0-U+114FF) * '''Ranjana''' (U+11500-U+1157F) * '''Zou''' (U+11750-U+117AF) * '''Pyu''' (U+117B0-U+117FF) * '''Sirmauri''' (U+11850-U+1188F) * '''Vateluttu''' (U+11960-U+1199F) * '''Sharada Extended''' (U+11B60-U+11B7F) * '''Tolong Siki''' (U+11B80-U+11BBF) * '''Balti-B''' (U+11CC0-U+11CFF) * '''Leke''' (U+11DB0-U+11DEF) * '''Tocharian''' (U+11E00-U+11E6F) * '''Khotanese''' (U+11E70-U+11ECF) * '''Pallava''' (U+11F60-U+11FAF) * '''Proto-Cuneiform''' (U+12580-U+12DFF) * '''Indus''' (U+12E00-U+12F8F) * '''Egyptian Hieroglyphs Extended-A''' (U+13480-U+143FF) * '''Egyptian Hieroglyphs Extended-B''' (U+14680-U+151FF) * '''Mayan Hieroglyphs''' (U+15500-U+15AFF) * '''Lampung''' (U+15B00-U+15B3F) * '''Kerinci''' (U+15B40-U+15B6F) * '''Mandombe''' (U+15B80-U+15FFF) * '''Cirth''' (U+16000-U+1607F) * '''Tengwar''' (U+16080-U+160FF) * '''Moon''' (U+161A0-U+161FF) * '''BlIssymbols''' (U+16200-U+167FF) * '''Woleai''' (U+16B90-U+16BFF) * '''Kpelle''' (U+16C00-U+16C7F) * '''Afaka''' (U+16C80-U+16CCF) * '''Tangsa-Khimhun''' (U+16CD0-U+16CFF) * '''Tikamuli''' (U+16D00-U+16D3F) * '''Lontara Bilang-Bilang''' (U+16D80-U+16DBF) * '''Kulitan''' (U+16DD0-U+16DFF) * '''Mwangwego''' (U+16E00-U+16E3F) * '''Buginese Supplement''' (U+16EA0-U+16EFF) * '''Bopomofo Extended-A''' (U+16FA0-U+16FAF) * '''Kanbun Extended-A''' (U+16FB0-U+16DFF) * '''Khitan Ideographs''' (U+18D80-U+195FF) * '''Jurchen''' (U+19600-U+19B9F) * '''Pau Cin Hau Syllabary''' (U+19E00-U+1A75F) * '''Kaida''' (U+1A780-U+1A7FF) * '''Naxi Dongba''' (U+1A800-U+1ACFF) * '''Naxi Geba''' (U+1AD00-U+1AFCF) * '''Kana Extended-C''' (U+1AFD0-U+1FAEF) * '''Shuishu Logograms''' (U+1B300-U+1B5FF) * '''Lisu Syllabic Script''' (U+1B600-U+1B9FF) * '''Pitman Shorthands''' (U+1BCB0-U+1BCFF) * '''Proto-Elamite''' (U+1BD00-U+1C37F) * '''Linear-Elamite''' (U+1C380-U+1C4FF) * '''Chinese Musical Symbols''' (U+1D250-U+1D2BF) * '''Mathematical Alphanumeric Symbols Supplement''' (U+1D380-U+1D3FF) * '''Jianzi Format Controls''' (U+1DAE0-U+1DAFF) * '''Jianzi Musical Symbols''' (U+1DB00-U+1DC8F) * '''Eebee Hmong''' (U+1E150-U+1E1FF) * '''Western Cham''' (U+1E200-U+1E26F) * '''Loma''' (U+1E300-U+1E41F) * '''Bagam''' (U+1E420-U+1E4CF) * '''Pungchen''' (U+1E500-U+1E52F) * '''Pungchung''' (U+1E530-U+1E55F) * '''Marchung''' (U+1E560-U+1E59F) * '''Brusha''' (U+1E5A0-U+1E5CF) * '''Beria''' (U+1E5D0-U+1E5FF) * '''Chola''' (U+1E600-U+1E65F) * '''Chalukya''' (U+1E660-U+1E6BF) * '''Persian Siyaq Numbers''' (U+1EC00-U+1EC7F) * '''Diwani Siyaq Numbers''' (U+1ECC0-U+1ECFF) * '''Arabic Supplemental Symbols''' (U+1EF00-U+1EF3F) * '''Extended Pictographic Characters''' (U+1FC00-U+1FFFF) * '''Seal Script''' (U+32400-U+352FF) * '''Oracle Bone Script''' (U+35400-36BFF) nk22453qypkig4l9ofbcxm2n7zjbvvf 4089962 4089929 2022-08-10T10:47:22Z 78.132.204.41 wikitext text/x-wiki {{Unicode page}} {{TOC right}} {{refimprove|date=June 2017}} This page is about each version specification, and the differences between the versions. == Unicode 1.0 == Unicode 1.0 was the first version of Unicode, released October 1991. It encoded 7,161 new characters. === “Blocks” === This version of Unicode did not formally group characters in blocks. But in comparison with version 2.0, the following “blocks” were available: U+0000-U+FFFD 51 Blocks * '''Basic Latin''', containing 128 characters. * '''Latin-1 Supplement''', containing 128 characters. * '''Latin Extended-A''', containing 127 characters. * '''Latin Extended-B''', containing 113 characters. * '''IPA Extensions''', containing 89 characters. * '''Spacing Modifier Letters''', containing 57 characters. * '''Combining Diacritical Marks''', containing 66 characters. * '''Greek and Coptic''', containing 112 characters. * '''Cyrillic''', containing 192 characters. * '''Armenian''', containing 84 characters. * '''Hebrew''', containing 52 characters. * '''Arabic''', containing 169 characters. * '''Devanagari''', containing 104 characters. * '''Bengali''', containing 89 characters. * '''Gurmukhi''', containing 74 characters. * '''Gujarati''', containing 75 characters. * '''Oriya''', containing 78 characters. * '''Tamil''', containing 61 characters. * '''Telugu''', containing 80 characters. * '''Kannada''', containing 80 characters. * '''Malayalam''', containing 78 characters. * '''Thai''', containing 92 characters. * '''Lao''', containing 70 characters. * '''Tibetan''', containing 71 characters. * '''Georgian''', containing 78 characters. * '''General Punctuation''', containing 67 characters. * '''Superscripts and Subscripts''', containing 28 characters. * '''Currency Symbols''', containing 11 characters. * '''Combining Marks for Symbols''', containing 18 characters. * '''Letterlike Symbols''', containing 57 characters. * '''Number Forms''', containing 48 characters. * '''Arrows''', containing 91 characters. * '''Mathematical Operators''', containing 242 characters. * '''Miscellaneous Technical''', containing 43 characters. * '''Control Pictures''', containing 37 characters. * '''Optical Character Recognition''', containing 11 characters. * '''Enclosed Alphanumerics''', containing 139 characters. * '''Forms''', containing 128 characters. * '''Block Elements''', containing 22 characters. * '''Geometric Shapes''', containing 79 characters. * '''Miscellaneous Symbols''', containing 106 characters. * '''Dingbats''', containing 160 characters. * '''CJK Symbols and Punctuation''', containing 56 characters. * '''Hiragana''', containing 90 characters. * '''Katakana''', containing 90 characters. * '''Bopomofo''', containing 40 characters. * '''Hangul Compatibility Jamo''', containing 94 characters. * '''Kanbun''', containing 16 characters. * '''Enclosed CJK Letters and Months''', containing 191 characters. * '''CJK Compatibility''', containing 187 characters. * '''Hangul Syllables''', containing 2,350 characters. * '''Private Use Area''', reserved for 5,632 characters. * '''CJK Compatibility Forms''', containing 28 characters. * '''Small Form Variants''', containing 26 characters. * '''Arabic Presentation Forms-B''', containing 140 characters. * '''Halfwidth and Fullwidth Forms''', containing 216 characters. * '''Specials''', containing 1 character. == Unicode 1.0.1 == Unicode 1.0.1 was released June 1992. It encoded 28,365 characters, adding 21,204 new characters, removing 96 characters. === New blocks === * '''CJK Unified Ideographs''', containing 20,902 Han Ideographs for Chinese, Japanese and Korean was added. * '''CJK Compatibility Ideographs''', containing 302 Han Ideographs for compatibility with existing character sets was added. === Removed Blocks === *'''Tibetan''', containing 71 letters for the Tibetan script, was removed from the Unicode standard. === Removed Characters === *'''Thai''', (total 5 characters) were Removed From Thai Script. (U+0E70-U+0E74) ( Thai Phonetic Order Vowel Sign เ แ โ ใ And ไ) *'''Lao''', (total 5 characters) were Removed From Lao Script. (U+0EF0-U+0EF4) *'''Miscellaneous Technical''', (total 2 characters) were Removed From Miscellaneous Technical. (U+2300,U+2301) *'''Greek and Coptic''', (total 7 characters) were Removed From Greek Script. (U+03DB,U+03DD,U+03DF,U+03E1,U+0371-U+0372,U+0374) *'''Cyrillic''', (total 4 characters) Cyrillic Letter Ka With Ogonek And Cyrillic Letter Kha With Ogonek were Removed From Cyrillic Script. (U+04C5-U+04C6,U+04C9-U+04CA) *'''CJK Symbols and Punctuation''', (total 1 character) Ideographic Ditto Mark were Removed From CJK Symbols and Punctuation. (U+3004) === Rearranged Characters === *'''Circled Katakana:''' ''The characters well be arranged in morden order: e.g.,A, I, U, E, O, KA, KI,'' (U+32D0-U+32FE) *'''Basic Glyphs For Arabic Language:''' ''The character shapes will be arranged in different order:Isolate,Final,Initial,Medial'' (U+FE80-FEFC) === Characters with semantics changed === *'''Zero Width Non-Joiner''' [ZWNJ] (U+20DC) *'''Zero Width Joiner''' [ZWJ] (U+20DD) == Unicode 1.1 == Unicode 1.1 was released June 1993. It encoded 34,233 characters, adding 5,939 new characters and removing 71 characters. It finalized the long anticipated Han Unification. === New blocks === * '''Hangul Jamo''', containing 240 ''jamo'' for the Hangul script, was added. * '''Latin Extended Additional''', containing 245 precomposed characters for transliteration and Vietnamese, was added. * '''Greek Extended''', containing 233 precomposed characters for polytonic Greek, was added. * '''Alphabetic Presentation Forms''', containing 57 precomposed characters and ligatures, was added. * '''Arabic Presentation Forms-A''', containing 593 combinations of Arabic letters, was added. * '''Combining Half Marks''', containing 4 halves of diacritical marks, was added. === Extended blocks === * The long S (ſ) (total 1 character) was added to '''Latin Extended-A'''. * The Hungarian Dz, characters for transliteration purposes and precomposed characters with double grave and inverted breve (total 35 characters) were added to '''Latin Extended-B'''. * Diacritics for polytonic Greek and double width diacritics (total 6 characters) were added to '''Combining Diacritical Marks'''. * Compatibility characters now deprecated (total 5 characters) were added to '''Greek and Coptic'''. * Additional characters for non-Slavic languages (total 38 characters) were added to '''Cyrillic'''. * A ligature of Ech and Yiwn (և) (total 1 character) was added to '''Armenian'''. * One deprecated compatibility character and several characters for biblical texts (total 25 characters) were added to '''Arabic'''. * The virama (o੍) (total 1 character) was added to '''Gurmukhi'''. * The candra O and candra E vowels (total 3 characters) were added to '''Gujarati'''. * The Ai length mark (oୖ) (total 1 character) was added to '''Oriya'''. * An undertie, a pair of brackets and six formatting characters (total 9 characters) were added to '''General Punctuation'''. * Some additional symbols and the complete set of APL functional symbols (total 79 characters) were added to '''Miscellaneous Technical'''. * A large circle () (total 1 character) was added to '''Geometric Shapes'''. * The ideographic telegraph line feed separator symbol () (total 1 character) was added to '''CJK Symbols and Punctuation'''. * Four Katakana letters not in use since 1945 (total 4 characters) were added to '''Katakana'''. * Ideographic telegraph symbols for the twelve months (total 12 characters) were added to '''Enclosed CJK Letters and Months'''. * Ideographic telegraph symbols for hours and days and six additional measure units (total 62 characters) were added to '''CJK Compatibility'''. * Some more space (total 2,304 characters) was added to the '''Private Use Area'''. * Seven halfwidth geometric shapes (total 7 characters) were added to '''Halfwidth and Fullwidth Forms'''. == Unicode 2.0 == Unicode 2.0 was released July 1996. It encoded 38,950 characters, adding 4,717 new characters, and was the first Unicode version to reserve blocks outside of the Basic Multilingual Plane. === New blocks === * '''Hangul Syllables''', containing 11,172 precomposed syllables for the Hangul script, was added. * '''Supplementary Private Use Area-A''' and '''Supplementary Private Use Area-B''', reserving a total of 131,068 characters for private use, was added. === Reinstated blocks === * '''Tibetan''', now containing 168 characters for the Tibetan script including religious signs, was readded. === Extended blocks === * Cantillation marks for use in religious texts (total 31 characters) were added to '''Hebrew'''. * The long S with dot above (ẛ) (total 1 character) was added to '''Latin Extended Additional'''. * The Vietnamese dong (₫) (total 1 character) was added to '''Currency Symbols'''. == Unicode 2.1 == Unicode 2.1 was released May 1998. It encoded 38,952 characters, adding only 2 new characters. === Extended blocks === * The euro sign (€) (total 1 character) was added to '''Currency Symbols'''. * The object replacement character () (total 1 character) was added to '''Specials'''. == Unicode 3.0 == Unicode 3.0 was released September 1999. It was a big update and encoded 49,259 characters, adding 10,307 new characters. === New blocks === * '''Syriac''', containing 71 characters used for writing in Syriac script, was added. * '''Thaana''', containing 49 characters used for writing in Thaana script, was added. * '''Sinhala''', containing 80 characters for the Sinhala script, was added. * '''Myanmar''', containing 78 characters for the Burmese script, was added. * '''Ethiopic''', containing 345 syllables and punctuation marks for the Ethiopic script, was added. * '''Cherokee''', containing 85 syllables for the Cherokee script, was added. * '''Unified Canadian Aboriginal Syllabics''', containing 630 syllables and punctuation marks for writing in aboriginal languages of Canada, was added. * '''Ogham''', containing 29 characters for the ancient Ogham script, was added. * '''Runic''', containing 81 characters for the Germanic runes, was added. * '''Khmer''', containing 103 characters for the Khmer script, was added. * '''Mongolian''', containing 155 characters for the classical Mongolian script, was added. * '''Braille Patterns''', containing 256 Braille letters, was added. * '''CJK Radicals Supplement''', containing 115 non-Kangxi radicals, was added. * '''Kangxi Radicals''', containing 214 radicals from the Kangxi dictionary, was added. * '''Ideographic Description characters''', used to describe a Han ideograph not available in the font, was added. * '''Bopomofo Extended''', containing 24 characters used for phonetic transcription of minority languages of Taiwan, was added. * '''CJK Unified Ideographs Extension A''', containing 6,582 additional Han Ideographs, was added. * '''Yi Syllables''', containing 1,165 syllables of the modern Yi script, was added. * '''Yi Radicals''', containing 50 radicals of Yi Syllables, was added. === Extended blocks === * Additional precomposed characters, letters and capital letters of lowercase-only letters (total 30 characters) were added to '''Latin Extended-B'''. * Extensions for disordered speech (total 5 characters) were added to '''IPA Extensions'''. * Some additional modifier letters (total 6 characters) were added to '''Spacing Modifier Letters'''. * Additional diacritics for IPA notation (total 10 characters) were added to '''Combining Diacritical Marks'''. * Lowercase versions of archaic letters and the Kai symbol (total 5 characters) were added to '''Greek and Coptic'''. * Nonstandard letters for Macedonian, combining numeral signs and three letters for Kildin Sami (total 12 characters) were added to '''Cyrillic'''. * The hyphen (֊) (total 1 character) was added to '''Armenian'''. * Combining hamza and maddah and nine additional Arabic characters (total 12 characters) were added to '''Arabic'''. * Additional letters and religious symbols (total 25 characters) were added to '''Tibetan'''. * A narrow no-break space and 6 additional punctuation marks (total 7 characters) were added to '''General Punctuation'''. * The Kip, Tugrik and Drachma sign (total 3 characters) were added to '''Currency Symbols'''. * An enclosing screen and an enclosing key (total 2 characters) were added to '''Combining Diacritical Marks for Symbols'''. * The information symbol and a rotated Q (total 2 characters) were added to '''Letterlike Symbols'''. * A mirrored Roman capital numeral hundred (Ↄ) (total 1 character) was added to '''Number Forms'''. * Some additional arrows (total 9 characters) were added to '''Arrows'''. * Some additional technical symbols, including common keys on a 101 keyboard (total 33 characters) were added to '''Miscellaneous Technical'''. * Two additional control pictures (total 2 characters) were added to '''Control Pictures'''. * Squares and circles with quadrants (total 8 characters) were added to '''Geometric Shapes'''. * Two Syriac crosses and a signature mark (total 3 characters) were added to '''Miscellaneous Symbols'''. * Three Hangzhou numerals and a variation indicator (total 4 characters) were added to '''CJK Symbols and Punctuation'''. * An additional Hebrew ligature (יִ) (total 1 character) was added to '''Alphabetic Presentation Forms'''. * Three additional control characters for ruby markup (total 3 characters) were added to '''Specials'''. == Unicode 3.1 == Unicode 3.1 was released March 2001. It encoded 94,205 characters, adding 44,946 new characters, and mainly focused on blocks outside of the Basic Multilingual Plane. === New blocks === * '''Old Italic''', containing 35 letters for the Etruscan script, was added. * '''Gothic''', containing 27 letters for the Gothic script, was added. * '''Deseret''', containing 76 letters for the constructed Deseret script, was added. * '''Byzantine Musical Symbols''', containing 246 symbols for musical notation in Byzantine, was added. * '''Musical Symbols''', containing 219 characters for current musical notation, was added. * '''Mathematical Alphanumeric Symbols''', containing 991 Latin and Greek letters in serif, sans-serif, bold, italic, double-struck, script and Fraktur/Blackletter, was added. * '''CJK Unified Ideographs Extension B''', containing 42,711 additional Chinese Ideographs, was added. * '''CJK Compatibility Ideographs Supplement''', containing 542 additional Chinese Ideographs for compatibility purposes, was added. * '''Tags''', containing 97 language tags, was added. === Extended noncharacters === * The Noncharacters range: U+FDD0..U+FDEF were added to '''Arabic Presentation Forms-A'''. === Extended blocks === * The capital Theta symbol and the Lunate Epsilon symbol (total 2 characters) were added to '''Greek and Coptic'''. === Characters and Scripts Under Investigation or Rejected === * Khmer Sign Laak Was Rejected. (U+17DD) From '''Khmer.''' * Georgian Letter U-Brjuu Was Rejected. From '''Georgian.''' == Unicode 3.2 == Unicode 3.2 was released March 2002. It encoded 95,221 characters, adding 1,016 new characters. === New blocks === * '''Cyrillic Supplement''', containing 16 characters used for the Komi language, was added. * '''Tagalog''', containing 20 characters for the Baybayin script, was added. * '''Hanunoo''', containing 23 characters and punctuation for the Hanunoo script, was added. * '''Buhid''', containing 20 characters for the Buhid script, was added. * '''Tagbanwa''', containing 18 characters for the Tagbanwa script, was added. * '''Miscellaneous Mathematical Symbols-A''', containing 28 symbols used in math notation, was added. * '''Supplemental Arrows-A''', containing 16 additional arrows, was added. * '''Supplemental Arrows-B''', containing 128 special arrows, was added. * '''Miscellaneous Mathematical Symbols-B''', containing 128 additional mathematical symbols, was added. * '''Supplemental Mathematical Operators''', containing 256 additional mathematical operators, was added. * '''Katakana Phonetic Extensions''', containing 16 Katakana letters used for Ainu, was added. * '''Variation Selectors''', containing 16 symbols used for indicating variations, was added. === Extended blocks === * The capital letter N with long right leg (Ƞ) (total 1 character) was added to '''Latin Extended-B'''. * The combining grapheme joiner and combining Latin letters used in medieval texts (total 14 characters) were added to '''Combining Diacritical Marks'''. * The Qoppa and a reversed lunate epsilon symbol (total 3 characters) were added to '''Greek and Coptic'''. * Four additional letters used for the Kildin Sami language (total 8 characters) were added to '''Cyrillic'''. * A dotless Beh and a dotless Qaf (total 2 characters) were added to '''Arabic'''. * The letter Naa (ޱ) (total 1 character) was added to '''Thaana'''. * The letters Yn and Elifi (total 2 characters) were added to '''Georgian'''. * Some additional punctuation marks and control characters (total 12 characters) were added to '''General Punctuation'''. * A superscript i (ⁱ) (total 1 character) was added to '''Superscripts and Subscripts'''. * The old penny sign and the peso sign (total 2 characters) were added to '''Currency Symbols'''. * Some additional combining characters (total 7 characters) were added to '''Combining Diacritical Marks for Symbols'''. * Some double-struck and reversed/turned letters (total 15 characters) were added to '''Letterlike Symbols'''. * Some additional arrows (total 12 characters) were added to '''Arrows'''. * Some additional mathematical operators (total 14 characters) were added to '''Mathematical Operators'''. * Variable-width and additional symbols (total 53 characters) were added to '''Miscellaneous Technical'''. * Black and double circled numerals (total 20 characters) were added to '''Enclosed Alphanumerics'''. * Quadrant elements (total 10 characters) were added to '''Block Elements'''. * Some additional triangles and squares (total 8 characters) were added to '''Geometric Shapes'''. * Shogi pieces ,recycling symbols, dices and dotted circles (total 24 characters) were added to '''Miscellaneous Symbols'''. * Additional parenthesis (total 14 characters) were added to '''Dingbats'''. * Three additional marks (total 3 characters) were added to '''CJK Symbols and Punctuation'''. * A digraph and two additional characters (total 3 characters) were added to '''Hiragana'''. * A digraph and a double hyphen (total 2 characters) were added to '''Katakana'''. * Additional circled numerals (total 30 characters) were added to '''Enclosed CJK Letters and Months'''. * Five missing radicals (total 5 characters) were added to '''Yi Radicals'''. * Additional compatibility characters (total 59 characters) were added to '''CJK Compatibility Ideographs'''. * The rial sign (﷼) (total 1 character) was added to '''Arabic Presentation Forms-A'''. * Two sesame dots (total 2 characters) were added to '''CJK Compatibility Forms'''. *A tail fragment (ﹳ) (total 1 character) was added to '''Arabic Presentation Forms-B'''. * A pair of double parenthesis (total 2 characters) was added to '''Halfwidth and Fullwidth Forms'''. == Unicode 4.0 == Unicode 4.0 was released April 2003. It encoded 96,447 characters, adding 1,226 new characters. === New blocks === * '''Limbu''', containing 66 characters for the Limbu abugida, was added. * '''Tai Le''', containing 35 letters for the Tai Le script, was added. * '''Khmer Symbols''', containing 32 symbols for the lunar calendar, was added. * '''Phonetic Extensions''', containing 108 letters used in phonetic transcription, was added. * '''Miscellaneous Symbols and Arrows''', containing 14 additional arrows, was added. * '''Yijing Hexagram Symbols''', containing 64 hexagrams, was added. * '''Linear B Syllabary''', containing 88 syllables of the ancient Linear B script, was added. * '''Linear B Ideograms''', containing 123 ideograms of the ancient Linear B script, was added. * '''Aegean Numbers''', containing 57 numerals used in the Aegean area, was added. * '''Ugaritic''', containing 31 characters used in Ugaritic cuneiform, was added. * '''Shavian''', containing 48 letters used for the artificial Shavian script, was added. * '''Osmanya''', containing 40 characters used in the artificial Osmanya script, was added. * '''Cypriot Syllabary''', containing 55 characters formerly used on Cyprus, was added. * '''Tai Xuan Jing Symbols''', containing 87 symbols of Tai Xuan Jing, was added. * '''Variation Selectors Supplement''', containing 240 additional variation selectors, was added. === Extended blocks === * Letters with curl used in Sinology (total 4 characters) were added to '''Latin Extended-B'''. * Former IPA letters (total 2 characters) were added to '''IPA Extensions'''. * Some additional characters (total 17 characters) were added to '''Spacing Modifier Letters'''. * Additional combining double-width diacritics and diacritics corresponding to their spacing equivalent (total 11 characters) were added to '''Combining Diacritical Marks'''. * The archaic letters Sho and San and the capital Lunate Sigma (total 5 characters) were added to '''Greek and Coptic'''. * Some additional markers, biblical signs, and letters with inverted V (total 19 characters) were added to '''Arabic'''. * Letters used for foreign words from Persian and Sogdian (total 6 characters) were added to '''Syriac'''. * The short A (ऄ) (total 1 character) was added to '''Devanagari'''. * The Avagraha sign (ঽ) (total 1 character) was added to '''Bengali'''. * The Adak Bindi and Visarga signs (total 2 characters) were added to '''Gurmukhi'''. * The vocalic l and ll and the Rupee sign (total 5 characters) were added to '''Gujarati'''. * The letters Va and Wa (total 2 characters) were added to '''Oriya'''. * Additional signs for date and finance environments (total 8 characters) were added to '''Tamil'''. * The Nukta and Avagraha signs (total 2 characters) were added to '''Kannada'''. * Some symbols and signs (total 11 characters) were added to '''Khmer'''. * An inverted undertie and a swung dash (total 2 characters) were added to '''General Punctuation'''. * The facsimile sign (℻) (total 1 character) was added to '''Letterlike Symbols'''. * The eject symbol and a vertical line (total 2 characters) were added to '''Miscellaneous Technical'''. * A black circled digit zero (⓿) (total 1 character) was added to '''Enclosed Alphanumerics'''. * Monograms and diagrams, flags, warning and weather symbols and a cup of tea (total 12 characters) were added to '''Miscellaneous Symbols'''. * Additional parenthesized and circled Korean characters and supplemental signs (total 9 characters) were added to '''Enclosed CJK Letters and Months'''. * Additional measure units (total 7 characters) were added to '''CJK Compatibility'''. * An additional Arabic sign (﷽) (total 1 character) was added to '''Arabic Presentation Forms-A'''. * A pair of vertical parenthesis (total 2 characters) was added to '''CJK Compatibility Forms'''. * The letters Oi and Ew (total 4 characters) were added to '''Deseret'''. * A small script l (ℓ) (total 1 character) was added to '''Mathematical Alphanumeric Symbols'''. == Unicode 4.1 == Unicode 4.1 was released March 31, 2005. It encoded 97,720 characters, adding 1,273 new characters. === New blocks === * '''Arabic Supplement''', containing 30 characters for various languages written with the Arabic script, was added. * '''Ethiopic Supplement''', containing 26 characters and signs for Sebatbeit, was added. * '''New Tai Lue''', containing 80 characters for the New Tai Lue script, was added. * '''Buginese''', containing 30 characters for the Lontara script, was added. * '''Phonetic Extensions Supplement''', containing 64 additional letters for phonetic transcription, was added. * '''Combining Diacritical Marks Supplement''', containing 4 additional diacritics, was added. * '''Glagolitic''', containing 94 characters for the Glagolitic script, was added. * '''Coptic''', containing 114 characters for the Coptic script, was added. * '''Georgian Supplement''', containing 38 Nuskhuri letters, was added. * '''Tifinagh''', containing 55 characters for the Tifinagh script, was added. * '''Ethiopic Extended''', containing 79 additional Ethiopic syllables, was added. * '''Supplemental Punctuation''', containing 26 additional punctuation marks, was added. * '''CJK Strokes''', containing 16 strokes for Han Ideographs, was added. * '''Modifier Tone Letters''', containing 23 letters for Chinese tones, was added. * '''Syloti Nagri''', containing 44 characters for the Syloti Nagri abugida, was added. * '''Vertical Forms''', containing 10 punctuation marks suited for vertical text, was added. * '''Ancient Greek Numbers''', containing 75 numerals and signs used in Ancient Greek, was added. * '''Old Persian''', containing 50 characters for Old Persian cuneiform, was added. * '''Kharoshthi''', containing 65 characters for the Kharoshthi abugida, was added. * '''Ancient Greek Musical Notation''', containing 70 musical signs used in Ancient Greek, was added. === Extended blocks === * Letters for Sencoten, digraphs, letters with swash tail and other additions (total 11 characters) were added to '''Latin Extended-B'''. * Additional diacritics for transliteration (total 5 characters) were added to '''Combining Diacritical Marks'''. * Rho with stroke, reversed and dotted Lunate Sigma (total 4 characters) were added to '''Greek and Coptic'''. * Ghe with descender (Ӷ) (total 2 characters) was added to '''Cyrillic'''. * An additional biblical mark and some punctuation marks (total 4 characters) were added to '''Hebrew'''. * Additional biblical marks, punctuation marks and the Afghani sign (total 8 characters) were added to '''Arabic'''. * A glottal stop (ॽ) (total 1 character) was added to '''Devanagari'''. * The Khanda Ta letter (ৎ) (total 1 character) was added to '''Bengali'''. * The letter Sha and the digit zero (total 2 characters) were added to '''Tamil'''. * Two marks used in Bhutan (total 2 characters) were added to '''Tibetan'''. * Two letters and a modifier letter (total 3 characters) were added to '''Georgian'''. * Some additional syllables (total 11 characters) were added to '''Ethiopic'''. * Additional phonetic symbols (total 20 characters) were added to '''Phonetic Extensions'''. * A flower and dot punctuation marks (total 9 characters) were added to '''General Punctuation'''. * Additional subscript letters (total 5 characters) were added to '''Superscripts and Subscripts'''. * The Guarani, Austral, Hryvnia and Cedi signs (total 4 characters) were added to '''Currency Symbols'''. * A combining long double solidus (⃫) (total 1 character) was added to '''Combining Diacritical Marks for Symbols'''. * The per sign and a double-struck letter Pi (total 2 characters) were added to '''Letterlike Symbols'''. * Metrical and electrical signs (total 11 characters) were added to '''Miscellaneous Technical'''. * Additional gender and map symbols (total 30 characters) were added to '''Miscellaneous Symbols'''. * Some additional mathematical symbols (total 7 characters) were added to '''Miscellaneous Mathematical Symbols-A'''. * Additional arrows and squares (total 6 characters) were added to '''Miscellaneous Symbols and Arrows'''. * A circled Hangul character (㉾) (total 1 character) was added to '''Enclosed CJK Letters and Months'''. * Additional Han Ideographs (total 22 characters) were added to '''CJK Unified Ideographs'''. * Additional Compatibility Ideographs (total 106 characters) were added to '''CJK Compatibility Ideographs'''. * Italic dotless small i and j (total 2 characters) were added to '''Mathematical Alphanumeric Symbols'''. == Unicode 5.0 == Unicode 5.0 was released July 14, 2006. It encoded 99,089 characters, adding 1,369 new characters. === New blocks === * '''N'Ko''', containing 59 characters for the N'Ko script, was added. * '''Balinese''', containing 121 characters and musical signs for the Balinese abugida, was added. * '''Latin Extended-C''', containing 17 letters for various languages, was added. * '''Latin Extended-D''', containing 2 characters for UPA, was added. * '''Phags-pa''', containing 56 characters for the Phags-pa script, was added. * '''Phoenician''', containing 27 letters and numerals for the Phoenician script, was added. * '''Cuneiform''', containing 879 signs for Sumero-Akkadian Cuneiform, was added. * '''Cuneiform Numbers and Punctuation''', containing 103 numerals and punctuation signs for Sumero-Akkadian Cuneiform, was added. * '''Counting Rod Numerals''', containing 18 numerals used with counting rods, was added. === Extended blocks === * Various letters used mainly for aboriginal languages (total 14 characters) were added to '''Latin Extended-B'''. * Lowercase lunate sigma symbols (total 3 characters) were added to '''Greek and Coptic'''. * Lowercase palochka and 3 letters used in Nivkh (total 7 characters) were added to '''Cyrillic'''. * Two letters used in Khanty and other languages (total 4 characters) were added to '''Cyrillic Supplement'''. * A specific point meant for Vav (ֺ) (total 1 character) was added to '''Hebrew'''. * Four letters used in Sindhi (total 4 characters) were added to '''Devanagari'''. * Four letters used in Sanskrit (total 4 characters) were added to '''Kannada'''. * Additional IPA diacritics (total 9 characters) were added to '''Combining Diacritical Marks Supplement'''. * Four combining arrows (total 4 characters) were added to '''Combining Diacritical Marks for Symbols'''. * A danish symbol and a lowercase turned F (total 2 characters) were added to '''Letterlike Symbols'''. * A lowercase reversed C (ↄ) (total 1 character) was added to '''Number Forms'''. * Vertical parenthesis, geometric forms and electrical symbols (total 12 characters) were added to '''Miscellaneous Technical'''. * A neuter symbol (⚲) (total 1 character) was added to '''Miscellaneous Symbols'''. * Four additional mathematical symbols (total 4 characters) were added to '''Miscellaneous Mathematical Symbols-A'''. * Additional squares, pentagons and hexagons (total 11 characters) were added to '''Miscellaneous Symbols and Arrows'''. * Four additional tone letters used in Chinantec (total 4 characters) were added to '''Modifier Tone Letters'''. * Bold Digamma (𝟊/'''Ϝ''') (total 2 characters) was added to '''Mathematical Alphanumeric Symbols'''. == Unicode 5.1 == Unicode 5.1 was released April 4, 2008. It encoded 100,713 characters, adding 1,624 new characters. === New blocks === * '''Sundanese''', containing 55 letters for Sundanese script, was added. * '''Lepcha''', containing 74 letters for Lepcha script, was added. * '''Ol Chiki''', containing 48 letters for Ol Chiki script, was added. * '''Cyrillic Extended-A''', containing 32 letters for combining Cyrillic letters, was added. * '''Vai''', containing 300 letters for Vai script, was added. * '''Cyrillic Extended-B''', containing 78 letters for additional Cyrillic characters, was added. * '''Saurashtra''', containing 81 letters for Saurashtra script, was added. * '''Kayah Li''', containing 48 letters for Kayah languages, was added. * '''Rejang''', containing 37 letters for Rejang script, was added. * '''Cham''', containing 83 letters for Cham script, was added. * '''Ancient Symbols''', containing 12 characters for weights and measures and other Ancient symbols, was added. * '''Phaistos Disc''', containing 46 hieroglyphs for Phaistos, was added. * '''Lycian''', containing 29 letters for Lycian script, was added. * '''Carian''', containing 49 letters for Carian script, was added. * '''Lydian''', containing 27 letters for Lydian script, was added. * '''Mahjong Tiles''', containing 44 mahjong tiles, was added. * '''Domino Tiles''', containing 100 domino tiles, was added. === Extended blocks === * Archaic letters and capital kai symbol (total 7 characters) were added to '''Greek and Coptic'''. * Combining Pokrytie (total 1 character) was added to '''Cyrillic'''. * Mordvin, Kurdish, Aleut and Chuvash letters (total 16 characters) were added to '''Cyrillic Supplement'''. * Radix symbols, Letterlike, punctuation, Koranic annotation signs and additions for early Persian and Azerbaijani (total 15 characters) were added to '''Arabic'''. * Additional letters in Torwali, Burushaski and early Persian (total 18 characters) were added to '''Arabic Supplement'''. * High spacing dot and candra a (total 2 characters) were added to '''Devanagari'''. * Udaat and yakash signs (total 2 characters) were added to '''Gurmukhi'''. * Vocalic rr, l and ll (total 3 characters) were added to '''Oriya'''. * Om symbol (ௐ) (total 1 character) was added to '''Tamil'''. * Avagraha, additional phonetic letters, vocalic l and ll, fractional signs and tuumu (total 13 characters) were added to '''Telugu'''. * Avagraha, vocalic rr, l and ll, Malayalam numerics and fractions and chillu letters (total 17 characters) were added to '''Malayalam'''. * Letters for Balti and various symbols (total 6 characters) were added to '''Tibetan'''. * Characters for various languages (total 78 characters) were added to '''Myanmar'''. * Manchu Ali Gali lha (ᢪ) (total 1 character) was added to '''Mongolian'''. * Miscellaneous combining marks (total 28 characters) were added to '''Combining Diacritical Marks Supplement'''. * Medievalist latin letters and miscellaneous letters (total 10 characters) were added to '''Latin Extended Additional'''. * Invisible plus (+) (total 1 character) was added to '''General Punctuation'''. * Combining asterisk above ( ⃰)(total 1 character) was added to '''Combining Diacritical Marks for Symbols'''. * Symbol for Samaritan Source (⅏) (total 1 character) was added to '''Letterlike Symbols'''. * Archaic Roman Numerals (total 4 characters) were added to '''Number Forms'''. * Outlined white star and other signs (total 15 characters) were added to '''Miscellaneous Symbols'''. * Long division and additional mathematical brackets (total 5 characters) were added to '''Miscellaneous Mathematical Symbols-A'''. * Miscellaneous signs (total 51 characters) were added to '''Miscellaneous Symbols and Arrows'''. * Additional latin letters (total 12 characters) were added to '''Latin Extended-C'''. * Additional punctuation (total 23 characters) were added to '''Supplemental Punctuation'''. * Letter ih (ㄭ) (total 1 character) was added to '''Bopomofo'''. * Other strokes (total 20 characters) were added to '''CJK Strokes'''. * Miscellaneous additions (total 8 characters) were added to '''CJK Unified Ideographs'''. * Africanist tone letters (total 5 characters) were added to '''Modifier Tone Letters'''. * Miscellaneous letters and symbols (total 112 characters) were added to '''Latin Extended-D'''. * Continuous macrons for Coptic (total 3 characters) were added to '''Combining Half Marks'''. * Musical symbol multiple measure rest (𝄩) (total 1 character) was added to '''Musical Symbols'''. == Unicode 5.2 == Unicode 5.2 was released in October 1, 2009. It encoded 107,361 characters, adding 6,648 new characters. === New blocks === * '''Samaritan''', containing 61 letters for Samaritan script, was added. * '''Unified Canadian Aboriginal Syllabics Extended''', containing 70 syllables for various cree languages, was added. * '''Tai Tham''', containing 127 letters for Tai Tham script, was added. * '''Vedic Extensions''', containing 35 characters for tone marks and signs, was added. * '''Lisu''', containing 48 letters for Lisu script, was added. * '''Bamum''', containing 88 letters for Bamum script, was added. * '''Common Indic Number Forms''', containing 10 fractions and marks, was added. * '''Devanagari Extended''', containing 28 additional marks, was added. * '''Hangul Jamo Extended-A''', containing 29 characters for additional old initial consonants in hangul jamo, was added. * '''Javanese''', containing 91 letters for Javanese script, was added. * '''Myanmar Extended-A''', containing 28 letters for Khamti Shan in Myanmar, was added. * '''Tai Viet''', containing 72 letters for Tai Viet script, was added. * '''Meetei Mayek''', containing 56 letters for Meetei Mayek script, was added. * '''Hangul Jamo Extended-B''', containing 72 characters for additional old medieval vowels and final consonants in hangul jamo, was added. * '''Imperial Aramaic''', containing 31 characters for Old Aramaic, was added. * '''Old South Arabian''', containing 32 letters and numbers for South Arabian, was added. * '''Avestan''', containing 61 characters for Avestan script, was added. * '''Inscriptional Parthian''', containing 30 characters for Inscriptional Parthian script, was added. * '''Inscriptional Pahlavi''', containing 27 characters for Inscriptional Pahlavi script, was added. * '''Old Turkic''', containing 73 characters for Orkhon script, was added. * '''Rumi Numeral Symbols''', containing 31 numeric characters used in Fez, Morocco, and elsewhere in North Africa and the Iberian peninsula, between the tenth and seventeenth centuries, was added. * '''Kaithi''', containing 66 letters for Khaiti script, was added. * '''Egyptian Hieroglyphs''', containing 1,071 hieroglyphs for Egyptian, was added. * '''Enclosed Alphanumeric Supplement''', containing 63 additional circled, parenthesized and squared alphanumerics, was added. * '''Enclosed Ideographic Supplement''', containing 44 squared and tortoised shell bracketed ideographs, was added. * '''CJK Unified Ideographs Extension C''', containing 4,149 additional Chinese Ideographs, was added. === Extended blocks === * Abhaz letters (total 2 characters) were added to '''Cyrillic Supplement'''. * Inverted Candrabinbu and additional signs and letters (total 5 characters) were added to '''Devanagari'''. * Ganda Mark (৻) (total 1 character) was added to '''Bengali'''. * Religious svasti signs (total 4 characters) were added to '''Tibetan'''. * Extensions for Khamti Shan and Alton and Phake (total 4 characters) were added to '''Myanmar'''. * Additional old initial consonants, medival vowels, and old final consonants (total 16 characters) were added to '''Hangul Jamo'''. * Hyphen and additional syllables (total 10 characters) were added to '''Unified Canadian Aboriginal Syllabics'''. * Letter Sua and Tham Digit One (total 3 characters) were added to '''New Tai Lue'''. * Combing Almost Equal to Below ( ᷽) (total 1 character) was added to '''Combining Diacritical Marks Supplement'''. * The Live Tournosis, Spesmillo and Tenge signs (total 3 characters) were added to '''Currency Symbols'''. * Additional vulgar fractions (total 4 characters) were added to '''Number Forms'''. * Decimal exponent symbol (⏨) (total 1 characters) was added to '''Miscellaneous Technical'''. * Additional weather, game and map symbols, traffic signs, sport symbols, closed captioning and draught and checkers (total 59 characters) were added to '''Miscellaneous Symbols'''. * Heavy exclamation mark symbol (❗) (total 1 character) was added to '''Dingbats'''. * Traffic sign, dictionary and map symbols (total 5 characters) were added to '''Miscellaneous Symbols and Arrows'''. * Capital letter turned alpha and additions for shona (total 3 characters) were added to '''Latin Extended-C'''. * Cryptogrammic letters and combining marks (total 7 characters) were added to '''Coptic'''. * Word separator middle dot used in Avestan (⸱) (total 1 character) was added to '''Supplemental Punctuation'''. * Circled ideographs and numbers on black squares (total 12 characters) were added to '''Enclosed CJK Letters and Months'''. * Miscellaneous additions (total 8 characters) were added to '''CJK Unified Ideographs'''. * Miscellaneous additions for compatibility (total 3 characters) were added to '''CJK Compatibility Ideographs'''. * Number two and three (total 2 characters) were added to '''Phoenician'''. == Unicode 6.0 == Unicode 6.0 was released in October 11, 2010. It encoded 109,449 characters, adding 2,088 new characters. === New blocks === * '''Mandaic''', containing 29 letters for Mandaic script, was added. * '''Batak''', containing 56 letters for Batak script, was added. * '''Ethiopic Extended-A''', containing 32 letters for Gamo-Gofa-Dawro, Basketo and Gumuz Ethiophic syllables, was added. * '''Brahmi''', containing 108 characters for ancient Brahmi abugida, was added. * '''Bamum Supplement''', containing 761 letters for additional Bamum script, was added. * '''Kana Supplement''', containing 2 characters for archaic katakana, was added. * '''Playing Cards''', containing 59 playing cards, was added. * '''Miscellaneous Symbols and Pictographs''', containing 529 additional symbols, was added. * '''Emoticons''', containing 63 faces, cat faces and gesture symbols, was added. * '''Transport and Map Symbols''', containing 70 transportation, traffic signs and other symbols, was added. * '''Alchemical Symbols''', containing 116 symbols for elements, was added. * '''CJK Unified Ideographs Extension D''', containing 222 miscellaneous Han ideographs, was added. === Extended blocks === * Azerbaijani letters (total 2 characters) were added to '''Cyrillic Supplement'''. * Kashmiri Yeh and Wavy hamza below (total 2 characters) were added to '''Arabic'''. * Dependent vowel signs and letters used in Kashmiri and Bihari (total 10 characters) were added to '''Devanagari'''. * Fraction signs (total 6 characters) were added to '''Oriya'''. * Letters used in scholarly only and letter dot reph (total 3 characters) were added to '''Malayalam'''. * Leading and Trailing Mchan Rtags (total 6 characters) were added to '''Tibetan'''. * Additional combining marks (total 2 characters) were added to '''Ethiopic'''. * Combining Double Inverted Breve Below (᷼) (total 1 character) was added to '''Combining Diacritical Marks Supplement'''. * Miscellaneous subscript letters (total 8 characters) were added to '''Superscripts and Subscripts'''. * Indian Rupee Sign (₹) (total 1 character) was added to '''Currency Symbols'''. * Pointing double triangle and additional mechanical symbols (total 11 characters) were added to '''Miscellaneous Technical'''. * Ophiucisus, astronomical symbol for uranus and pentagrams (total 6 characters) were added to '''Miscellaneous Symbols'''. * Additional heavy punctation marks, raised fist, raised hand, sparkles, heavy arithmetic symbols and curly loops (total 16 characters) were added to '''Dingbats'''. * Squared logicals (total 2 characters) were added to '''Miscellaneous Mathematical Symbols-A'''. * Separator mark and consonant joiner (total 2 characters) were added to '''Tifinagh'''. * Bopomofo for Hmu and Ge (total 3 characters) were added to '''Bopomofo Extended'''. * Reversed Tse (total 2 characters) were added to '''Cyrillic Extended-B'''. * Additional letters (total 15 characters) were added to '''Latin Extended-D'''. * Pedagogical symbols (total 16 characters) were added to '''Arabic Presentation Forms-A'''. * Additional squared, black circled and squared letters and regional indicator letters (total 107 characters) were added to '''Enclosed Alphanumeric Supplement'''. * Squared katakana, squared ideographs and circled advantage and accept (total 13 characters) were added to '''Enclosed Ideographic Supplement'''. == Unicode 6.1 == Unicode 6.1 was released in January 31, 2012. It encoded 110,181 characters, adding 732 new characters. === New blocks === * '''Arabic Extended-A''' (U+08A0-U+08FF), containing 39 characters, was added. * '''Sundanese Supplement''' (U+1CC0-U+1CCF), containing 8 characters, was added. * '''Meetei Mayek Extensions''' (U+AAE0-U+AAFF), containing 23 characters, was added. * '''Meroitic Hieroglyphs''' (U+10980-U+1099F), containing 32 characters, was added. * '''Meroitic Cursive''' (U+109A0-U+109FF), containing 26 characters, was added. * '''Sora Sompeng''' (U+110D0-U+110FF), containing 35 characters, was added. * '''Chakma''' (U+11100-U+1114F), containing 67 characters, was added. * '''Sharada''' (U+11180-U+111DF), containing 83 characters, was added. * '''Takri''' (U+11680-U+116CF), containing 66 characters, was added. * '''Miao''' (U+16F00-U+16F9F), containing 133 characters, was added. * '''Arabic Mathematical Alphabetic Symbols''' (U+1EE00-U+1EEFF), containing 143 characters, was added. === Extended blocks === * (total 1 character) was added to '''Armenian'''. (U+058F) * (total 1 character) was added to '''Arabic'''. (U+0604) * (total 1 character) was added to '''Gujarati'''. (U+0AF0) * (total 2 characters) were added to '''Lao'''. (U+0EDE-U+0EDF) * (total 5 characters) were added to '''Georgian'''. (U+10C7, U+10CD and U+10FD-U+10FF) * (total 9 characters) were added to '''Sundanese'''. (U+1BAB-U+1BAD and U+1BBA-U+1BBF) * (total 4 characters) were added to '''Vedic Extensions'''. (U+1CF3-U+1CF6) * (total 2 characters) were added to '''Miscellaneous Mathematical Symbols-A'''. (U+27CB and U+27CD) * (total 2 characters) were added to '''Coptic'''. (U+2CF2-U+2CF3) * (total 2 characters) were added to '''Georgian Supplement'''. (U+2D27 and U+2D2D) * (total 2 characters) were added to '''Tifinagh'''. (U+2D66-U+2D67) * (total 10 characters) were added to '''Supplemental Punctuation'''. (U+2E32-U+2E3B) * (total 1 character) was added to '''CJK Unified Ideographs'''. (U+9FCC) * (total 9 characters) were added to '''Cyrillic Extended-B'''. (U+A674-U+A67B and U+A69F) * (total 5 characters) were added to '''Latin Extended-D'''. (U+A792-U+A793, U+A7AA and U+A7F8-U+A7F9) * (total 2 characters) were added to '''CJK Compatibility Ideographs'''. (U+FA2E-U+FA2F) * (total 2 characters) were added to '''Enclosed Alphanumeric Supplement'''. (U+1F16A-U+1F16B) * (total 4 characters) were added to '''Miscellaneous Symbols and Pictographs'''. (U+1F540-U+1F543) * (total 13 characters) were added to '''Emoticons'''. (U+1F600, U+1F611, U+1F615, U+1F617, U+1F619, U+1F61B, U+1F61F, U+1F626-U+1F627, U+1F62C, U+1F62E-U+1F62F and U+1F634) == Unicode 6.2 == Unicode 6.2 was released in September 26, 2012. It encoded 110,182 characters, adding only 1 new character. === Extended blocks === * (total 1 character) was added to '''Currency Symbols'''. (U+20BA) == Unicode 6.3 == Unicode 6.3 was released in September 30, 2013. It encoded 110,187 characters, adding only 5 new characters. === Extended blocks === * (total 1 character) was added to '''Arabic'''. (U+061C) * (total 4 characters) were added to '''General Punctuation'''. (U+2066-U+2069) == Unicode 7.0 == Unicode 7.0 was released in June 16, 2014. It encodes 113,021 characters, adding 2,834 new characters. === New blocks === * '''Combining Diacritical Marks Extended''' (U+1AB0-U+1AFF), containing 15 marks, was added. * '''Myanmar Extended-B''' (U+A9E0-U+A9FF), containing 31 letters, was added. * '''Latin Extended-E''' (U+AB30-U+AB6F), containing 50 letters, was added. * '''Coptic Epact Numbers''' (U+102E0-U+102FF), containing 28 numbers, was added. * '''Old Permic''' (U+10350-U+1037F), containing 43 letters, was added. * '''Elbasan''' (U+10500-U+1052F), containing 50 letters, was added. * '''Caucasian Albanian''' (U+10530-U+1056F), containing 53 letters and marks, was added. * '''Linear A''' (U+10600-U+1077F), containing 341 signs, was added. * '''Palmyrene''' (U+10860-U+1087F), containing 32 letters, was added. * '''Nabataean''' (U+10880-U+108AF), containing 40 letters and numbers, was added. * '''Old North Arabian''' (U+10A80-U+10A9F), containing 32 letters and numbers, was added. * '''Manichaean''' (U+10AC0-U+10AFF), containing 51 characters, was added. * '''Psalter Pahlavi''' (U+10B80-U+10BAF), containing 29 characters, was added. * '''Mahajani''' (U+11150-U+1117F), containing 39 letters and signs, was added. * '''Sinhala Archaic Numbers''' (U+111E0-U+111FF), containing 20 numbers, was added. * '''Khojki''' (U+11200-U+1124F), containing 61 characters, was added. * '''Khudawadi''' (U+112B0-U+112FF), containing 69 characters, was added. * '''Grantha''' (U+11300-U+1137F), containing 83 characters, was added. * '''Tirhuta''' (U+11480-U+114DF), containing 82 characters, was added. * '''Siddham''' (U+11580-U+115FF), containing 72 characters, was added. * '''Modi''' (U+11600-U+1165F), containing 79 characters, was added. * '''Warang Citi''' (U+118A0-U+118FF), containing 84 letters and numbers, was added. * '''Pau Cin Hau''' (U+11AC0-U+11AFF), containing 57 characters, was added. * '''Mro''' (U+16A40-U+16A6F), containing 43 characters, was added. * '''Bassa Vah''' (U+16AD0-U+16AFF), containing 36 characters, was added. * '''Pahawh Hmong''' (U+16B00-U+16B8F), containing 127 letters and signs, was added. * '''Duployan''' (U+1BC00-U+1BC9F), containing 143 characters, was added. * '''Shorthand Format Controls''' (U+1BCA0-U+1BCAF), containing 4 format characters, was added. * '''Mende Kikakui''' (U+1E800-U+1E8DF), containing 213 syllables and numbers, was added. * '''Ornamental Dingbats''' (U+1F650-U+1F67F), containing 48 pictographic characters, was added. * '''Geometric Shapes Extended''' (U+1F780-U+1F7FF), containing 85 pictographic characters, was added. * '''Supplemental Arrows-C''' (U+1F800-U+1F8FF), containing 148 pictographic characters, was added. === Extended blocks === * (total 1 character) was added to '''Greek and Coptic'''. (U+037F) * (total 8 characters) were added to '''Cyrillic Supplement'''. (U+0528-U+052F) * (total 2 characters) were added to '''Armenian'''. (U+058D-U+058E) * (total 1 character) was added to '''Arabic'''. (U+0605) * (total 8 characters) were added to '''Arabic Extended-A'''. (U+08A1, U+08AD-U+08B2 and U+08FF) * (total 1 character) was added to '''Devanagari'''. (U+0978) * (total 1 character) was added to '''Bengali'''. (U+0980) * (total 2 characters) were added to '''Telugu'''. (U+0C00 and U+0C34) * (total 1 character) was added to '''Kannada'''. (U+0C81) * (total 1 character) was added to '''Malayalam'''. (U+0D01) * (total 10 digits) were added to '''Sinhala'''. (U+0DE6-U+0DEF) * (total 8 characters) were added to '''Runic'''. (U+16F1-U+16F8) * (total 2 characters) were added to '''Limbu'''. (U+191D-U+191E) * (total 2 characters) were added to '''Vedic Extensions'''. (U+1CF8-U+1CF9) * (total 15 characters) were added to '''Combining Diacritical Marks Supplement'''. (U+1DE7-U+1DF5) * (total 3 characters) were added to '''Currency Symbols'''. (U+20BB-U+20BD) * (total 7 characters) were added to '''Miscellaneous Technical'''. (U+23F4-U+23FA) * (total 1 character) was added to '''Dingbats'''. (U+2700) * (total 115 characters) were added to '''Miscellaneous Symbols and Arrows'''. (U+2B4D-U+2B4F, U+2B5A-U+2B5F, U+2B60-U+2B73, U+2B76-U+2B95, U+2B98-U+2BB9, U+2BBD-U+2BC8 and U+2BCA-U+2BD1) * (total 7 characters) were added to '''Supplemental Punctuation'''. (U+2E3C-U+2E42) * (total 6 characters) were added to '''Cyrillic Extended-B'''. (U+A698-U+A69D) * (total 18 characters) were added to '''Latin Extended-D'''. (U+A794-U+A79F, U+A7AB-U+A7AD, U+A7B0-U+A7B1 and U+A7F7) * (total 4 characters) were added to '''Myanmar Extended-A'''. (U+AA7C-U+AA7F) * (total 7 characters) were added to '''Combining Half Marks'''. (U+FE27-U+FE2D) * (total 2 characters) were added to '''Ancient Greek Numbers'''. (U+1018B-U+1018C) * (total 1 character) was added to '''Ancient Symbols'''. (U+101A0) * (total 1 character) was added to '''Old Italic'''. (U+1031F) * (total 1 character) was added to '''Brahmi'''. (U+1107F) * (total 2 characters) were added to '''Sharada'''. (U+111CD and U+111DA) * (total 42 characters) were added to '''Cuneiform'''. (U+1236F-U+12398) * (total 13 characters) were added to '''Cuneiform Numbers and Punctuation'''. (U+12463-U+1246E and U+12474) * (total 23 characters) were added to '''Playing Cards'''. (U+1F0BF and U+1F0E0-U+1F0F5) * (total 2 characters) were added to '''Enclosed Alphanumeric Supplement'''. (U+1F10B-U+1F10C) * (total 209 characters) were added to '''Miscellaneous Symbols and Pictographs'''. (U+1F321-U+1F32C, U+1F336, U+1F37D, U+1F394-U+1F39F, U+1F3C5, U+1F3CB-U+1F3CE, U+1F3D4-U+1F3DF, U+1F3F1-U+1F3F7, U+1F43F, U+1F441, U+1F4F8, U+1F4FD-U+1F4FE, U+1F53E-U+1F53F, U+1F544-U+1F54A, U+1F568-U+1F579, U+1F57B-U+1F5A3 and U+1F5A5-U+1F5FA) * (total 2 characters) were added to '''Emoticons'''. (U+1F641-U+1F642) * (total 27 characters) were added to '''Transport and Map Symbols'''. (U+1F6C6-U+1F6CF, U+1F6E0-U+1F6EC and U+1F6F0-U+1F6F3) == Unicode 8.0 == Unicode 8.0 was released in June 17, 2015. It encoded 120,737 characters, adding 7,716 new characters. === New blocks === * '''Cherokee Supplement''' (U+AB70-U+ABBF), containing 80 lowercase letters, was added. * '''Hatran''' (U+108E0-U+108FF), containing 26 letters, was added. * '''Old Hungarian''' (U+10C80-U+10CFF), containing 108 letters, was added. * '''Multani''' (U+11280-U+112AF), containing 38 letters, was added. * '''Ahom''' (U+11700-U+1173F), containing 57 letters, was added. * '''Early Dynastic Cuneiform''' (U+12480-U+1254F), containing 196 characters, was added. * '''Anatolian Hieroglyphs''' (U+14400-U+1467F), containing 583 characters, was added. * '''Sutton SignWriting''' (U+1D800-U+1DAAF), containing 672 signs, was added. * '''Supplemental Symbols and Pictographs''' (U+1F900-U+1F9FF), containing 15 pictographic characters, was added. * '''CJK Unified Ideographs Extension E''' (U+2B820-U+2CEAF), containing 5762 characters, was added. === Extended blocks === * (total 3 characters) were added to '''Arabic Extended-A'''. (U+08B3-U+08B4 and U+08E3) * (total 1 character) were added to '''Gujarati'''. (U+0AF9) * (total 1 character) were added to '''Telugu'''. (U+0C5A) * (total 1 character) were added to '''Malayalam'''. (U+0D5F) * (total 7 characters) were added to '''Cherokee'''. (U+13F5 and U+13F8-U+13FD) * (total 1 character) were added to '''Currency Symbols'''. (U+20BE) * (total 2 characters) were added to '''Number Forms'''. (U+218A-U+218B) * (total 4 characters) were added to '''Miscellaneous Symbols and Arrows'''. (U+2BEC-U+2BEF) * (total 9 characters) were added to '''CJK Unified Ideographs'''. (U+9FCD-U+9FD5) * (total 1 character) were added to '''Cyrillic Extended-B'''. (U+A69E) * (total 7 characters) were added to '''Latin Extended-D'''. (U+A78F and U+A7B2-U+A7B7) * (total 2 characters) were added to '''Devanagari Extended'''. (U+A8FC-U+A8FD) * (total 4 characters) were added to '''Latin Extended-E'''. (U+AB60-U+AB63) * (total 2 characters) were added to '''Combining Half Marks'''. (U+FE2E-U+FE2F) * (total 64 characters) were added to '''Meroitic Cursive'''. (U+109BC-U+109BD, U+109C0-U+109CF and U+109D2-U+109FF) * (total 9 characters) were added to '''Sharada'''. (U+111C9-U+111CC and U+111DB-U+111DF) * (total 2 characters) were added to '''Grantha'''. (U+11300 and U+11350) * (total 20 characters) were added to '''Siddham'''. (U+115CA-U+115DD) * (total 1 character) were added to '''Cuneiform'''. (U+12399) * (total 11 characters) were added to '''Musical Symbols'''. (U+1D1DE-U+1D1E8) * (total 24 characters) were added to '''Miscellaneous Symbols and Pictographs'''. (U+1F32D-U+1F32F, U+1F37E-U+1F37F, U+1F3CF-U+1F3D3, U+1F3F8-U+1F3FF, U+1F4FF and U+1F54B-U+1F54F) * (total 2 characters) were added to '''Emoticons'''. (U+1F643-U+1F644) * (total 1 character) were added to '''Transport and Map Symbols'''. (U+1F6D0) == Unicode 9.0 == Unicode 9.0, was released in June 21, 2016. It encoded 128,237 characters, adding 7,500 new characters. === New blocks === * '''Cyrillic Extended-C''' (U+1C80-U+1C8F), containing 9 letters, was added. * '''Osage''' (U+104B0-U+104FF), containing 72 letters, was added. * '''Newa''' (U+11400-U+1147F), containing 92 letters, was added. * '''Mongolian Supplement''' (U+11660-U+1167F), containing 13 letters, was added. * '''Bhaiksuki''' (U+11C00-U+11C6F), containing 97 letters, was added. * '''Marchen''' (U+11C70-U+11CBF), containing 68 letters, was added. * '''Ideographic Symbols and Punctuation''' (U+16FE0-U+16FFF), containing 1 letter, was added. * '''Tangut''' (U+17000-U+187FF), containing 6125 letters, was added. * '''Tangut Components''' (U+18800-U+18AFF), containing 755 letters, was added. * '''Glagolitic Supplement''' (U+1E000-U+1E02F), containing 38 letters, was added. * '''Adlam''' (U+1E900-U+1E95F), containing 87 letters, was added. === Extended blocks === * (total 23 characters) were added to '''Arabic Extended-A'''. (U+08B6-U+08BD and U+08D4-U+08E2) * (total 1 character) were added to '''Kannada'''. (U+0C80) * (total 14 characters) were added to '''Malayalam'''. (U+0D4F, U+0D54-U+0D56, U+0D58-U+0D5E and U+0D76-U+0D78) * (total 1 character) were added to '''Combining Diacritical Marks Supplement'''. (U+1DFB) * (total 4 characters) were added to '''Miscellaneous Technical'''. (U+23FB-U+23FE) * (total 2 characters) were added to '''Supplemental Punctuation'''. (U+2E43-U+2E44) * (total 1 character) were added to '''Latin Extended-D'''. (U+A7AE) * (total 1 character) were added to '''Saurashtra'''. (U+A8C5) * (total 2 characters) were added to '''Ancient Greek Numbers'''. (U+1018D-U+1018E) * (total 1 character) were added to '''Khojki'''. (U+1123E) * (total 18 characters) were added to '''Enclosed Alphanumeric Supplement'''. (U+1F19B-U+1F1AC) * (total 1 character) were added to '''Enclosed Ideographic Supplement'''. (U+1F23B) * (total 2 characters) were added to '''Miscellaneous Symbols and Pictographs'''. (U+1F57A and U+1F5A4) * (total 5 characters) were added to '''Transport and Map Symbols'''. (U+1F6D1-U+1F6D2 and U+1F6F4-U+1F6F6) * (total 67 characters) were added to '''Supplemental Symbols and Pictographs'''. (U+1F919-U+1F91E, U+1F920-U+1F927, U+1F930, U+1F933-U+1F93E, U+1F940-U+1F94B, U+1F950-U+1F95E and U+1F985-U+1F991) == Unicode 10.0 == Unicode 10.0, was released in June 20, 2017. It encoded 136,690 characters, adding 8,453 new characters. === New blocks === * '''Syriac Supplement''' (U+0860-U+086F), containing 11 characters, was added. * '''Zanabazar Square''' (U+11A00-U+11A4F), containing 72 characters, was added. * '''Soyombo''' (U+11A50-U+11AAF), containing 80 characters, was added. * '''Masaram Gondi''' (U+11D00-U+11D5F), containing 75 characters, was added. * '''Kana Extended-A''' (U+1B100-U+1B12F), containing 31 characters, was added. * '''Nushu''' (U+1B170-U+1B2FF), containing 396 characters, was added. * '''CJK Unified Ideographs Extension F''' (U+2CEB0-U+2EBEF), containing 7,473 characters, was added. === Extended blocks === * (total 2 characters) were added to '''Bengali'''. (U+09FC-U+09FD) * (total 6 characters) were added to '''Gujarati'''. (U+0AFA-U+0AFF) * (total 3 characters) were added to '''Malayalam'''. (U+0D00 and U+0D3B-U+0D3C) * (total 1 character) were added to '''Vedic Extensions'''. (U+1CF7) * (total 4 characters) were added to '''Combining Diacritical Marks Supplement'''. (U+1DF6-U+1DF9) * (total 1 character) were added to '''Currency Symbols'''. (U+20BF) * (total 1 character) were added to '''Miscellaneous Technical'''. (U+23FF) * (total 1 character) were added to '''Miscellaneous Symbols and Arrows'''. (U+2BD2) * (total 5 characters) were added to '''Supplemental Punctuation'''. (U+2E45-U+2E49) * (total 1 character) were added to '''Bopomofo'''. (U+312E) * (total 21 characters) were added to '''CJK Unified Ideographs'''. (U+9FD6-U+9FEA) * (total 3 characters) were added to '''Old Italic'''. (U+1032D-U+1032F) * (total 1 character) were added to '''Ideographic Symbols and Punctuation'''. (U+16FE1) * (total 254 characters) were added to '''Kana Supplement'''. (U+1B002-U+1B0FF) * (total 6 characters) were added to '''Enclosed Ideographic Supplement'''. (U+1F260-U+1F265) * (total 4 characters) were added to '''Transport and Map Symbols'''. (U+1F6D3-U+1F6D4 and U+1F6F7-U+1F6F8) * (total 66 characters) were added to '''Supplemental Symbols and Pictographs'''. (U+1F900-U+1F90B, U+1F91F, U+1F928-U+1F92F, U+1F931-U+1F932, U+1F94C, U+1F95F-U+1F96B, U+1F992-U+1F997 and U+1F9D0-U+1F9E6) == Unicode 11.0 == Unicode 11.0, was released in June 5, 2018. It encoded 137,374 characters, adding 684 new characters. === New blocks === * '''Georgian Extended''' (U+1C90-U+1CBF), containing 46 characters, was added. * '''Hanifi Rohingya''' (U+10D00-U+10D3F), containing 50 characters, was added. * '''Old Sogdian''' (U+10F00-U+10F2F), containing 40 characters, was added. * '''Sogdian''' (U+10F30-U+10F6F), containing 42 characters, was added. * '''Dogra''' (U+11800-U+1184F), containing 60 characters, was added. * '''Gunjala Gondi''' (U+11D60-U+11DAF), containing 63 characters, was added. * '''Makasar''' (U+11EE0-U+11EFF), containing 25 characters, was added. * '''Medefaidrin''' (U+16E40-U+16E9F), containing 91 characters, was added. * '''Mayan Numerals''' (U+1D2E0-U+1D2FF), containing 20 characters, was added. * '''Indic Siyaq Numbers''' (U+1EC70-U+1ECBF), containing 68 characters, was added. * '''Chess Symbols''' (U+1FA00-U+1FA6F), containing 14 characters, was added. === Extended blocks === * (total 2 characters) were added to '''Armenian'''. (U+0560 and U+0588) * (total 1 character) were added to '''Hebrew'''. (U+05EF) * (total 3 characters) were added to '''N'Ko'''. (U+07FD-U+07FF) * (total 1 character) were added to '''Arabic Extended-A'''. (U+08D3) * (total 1 character) were added to '''Bengali'''. (U+09FE) * (total 1 character) were added to '''Gurmukhi'''. (U+0A76) * (total 1 character) were added to '''Telugu'''. (U+0C04) * (total 1 character) were added to '''Kannada'''. (U+0C84) * (total 1 character) were added to '''Mongolian'''. (U+1878) * (total 43 characters) were added to '''Miscellaneous Symbols and Arrows'''. (U+2BBA-U+2BBC, U+2BD3-U+2BEB and 2BF0-U+2BFE) * (total 5 characters) were added to '''Supplemental Punctuation'''. (U+2E4A-U+2E4E) * (total 1 character) were added to '''Bopomofo'''. (U+312F) * (total 5 characters) were added to '''CJK Unified Ideographs'''. (U+9FEB-U+9FEF) * (total 3 characters) were added to '''Latin Extended-D'''. (U+A7AF and U+A7B8-U+A7B9) * (total 2 characters) were added to '''Devanagari Extended'''. (U+A8FE-U+A8FF) * (total 3 characters) were added to '''Kharoshthi'''. (U+10A34-U+10A35 and U+10A48) * (total 1 character) were added to '''Kaithi'''. (U+110CD) * (total 3 characters) were added to '''Chakma'''. (U+11144-U+11146) * (total 1 character) were added to '''Grantha'''. (U+1133B) * (total 1 character) were added to '''Newa'''. (U+1145E) * (total 1 character) were added to '''Ahom'''. (U+1171A) * (total 1 character) were added to '''Soyombo'''. (U+11A9D) * (total 5 characters) were added to '''Tangut'''. (U+187ED-U+187F1) * (total 7 characters) were added to '''Counting Rod Numerals'''. (U+1D372-U+1D378) * (total 1 character) were added to '''Enclosed Alphanumeric Supplement'''. (U+1F12F) * (total 1 character) were added to '''Transport and Map Symbols'''. (U+1F6F9) * (total 4 characters) were added to '''Geometric Shapes Extended'''. (U+1F7D5-U+1F7D8) * (total 65 characters) were added to '''Supplemental Symbols and Pictographs'''. (U+1F94D-U+1F94F, U+1F96C-U+1F970, U+1F973-U+1F976, U+1F97A, U+1F97C-U+1F97F, U+1F998-U+1F99F, U+1F9A0-U+1F9A2, U+1F9B0-U+1F9B9, U+1F9C1-U+1F9C2 and U+1F9E7-U+1F9FF) == Unicode 12.0 == Unicode 12.0 was released on March 5, 2019. It encoded 137,928 characters, adding 555 new characters. === New blocks === * '''Elymaic''' (U+10FE0-U+10FFF), containing 23 characters, was added. * '''Nandinagari''' (U+119A0-U+119FF), containing 65 characters, was added. * '''Tamil Supplement''' (U+11FC0-U+11FFF), containing 51 characters, was added. * '''Egyptian Hieroglyph Format Controls''' (U+13430-U+1343F), containing 9 characters, was added. * '''Small Kana Extension''' (U+1B130-U+1B16F), containing 7 characters, was added. * '''Nyiakeng Puachue Hmong''' (U+1E100-U+1E14F), containing 71 characters, was added. * '''Wancho''' (U+1E2C0-U+1E2FF), containing 59 characters, was added. * '''Ottoman Siyaq Numbers''' (U+1ED00-U+1ED4F), containing 61 characters, was added. * '''Symbols and Pictographs Extended-A''' (U+1FA70-U+1FAFF), containing 16 characters, was added. === Extended blocks === * (total 1 character) was added to '''Telugu'''. (U+0C77) * (total 15 characters) were added to '''Lao'''. (U+0E86, U+0E89, U+0E8C, U+0E8E-U+0E93, U+0E98, U+0EA0, U+0EA8-U+0EA9, U+0EAC and U+0EBA) * (total 1 character) was added to '''Vedic Extensions'''. (U+1CFA) * (total 2 characters) were added to '''Miscellaneous Symbols and Arrows'''. (U+2BC9 and U+2BFF) * (total 1 character) was added to '''Supplemental Punctuation'''. (U+2E4F) * (total 11 characters) were added to '''Latin Extended-D'''. (U+A7BA-U+A7BF and U+A7C2-U+A7C6) *(total 2 characters) were added to '''Latin Extended-E'''. (U+AB66-U+AB67) * (total 1 character) was added to '''Newa'''. (U+1145F) * (total 1 character) was added to '''Takri'''. (U+116B8) * (total 2 characters) were added to '''Soyombo'''. (U+11A84-U+11A85) * (total 16 characters) were added to '''Miao'''. (U+16F45-U+16F4A, U+16F4F and U+16F7F-U+16F87) * (total 2 characters) were added to '''Ideographic Symbols and Punctuation'''. (U+16FE2-U+16FE3) * (total 6 characters) were added to '''Tangut'''. (U+187F2-U+187F7) * (total 1 character) was added to '''Adlam'''. (U+1E94B) * (total 1 character) was added to '''Enclosed Alphanumeric Supplement'''. (U+1F16C) * (total 2 characters) were added to '''Transport and Map Symbols'''. (U+1F6D5 and U+1F6FA) * (total 12 characters) were added to '''Geometric Shapes Extended'''. (U+1F7E0-U+1F7EB) * (total 31 characters) were added to '''Supplemental Symbols and Pictographs'''. (U+1F90D-U+1F90F, U+1F93F, U+1F971, U+1F97B, U+1F9A5-U+1F9AA, U+1F9AE-U+1F9AF, U+1F9BA-U+1F9BF, U+1F9C3-U+1F9CA and U+1F9CD-U+1F9CF) * (total 84 characters) were added to '''Chess Symbols'''. (U+1FA00-U+1FA53) === Glyph Changes === *The Won Symbol (U+2089) Is Now Wider. *Both Extended Bopomofo Tone Marks (026A-026B) Is Now Bigger. And Here Are List of Other Changes: {| class="wikitable" !Block Name !Code Points !Count |- |Spacing Modifier Letters |02EA, 02EB |2 |- |Vedic Extensions |1CF2..1CF3 |2 |- |Currency Symbols |20A9 |1 |- |CJK Symbols and Punctuation |3001, 3002 |2 |- |Bopomofo |3105..312F |43 |- |Bopomofo Extended |31A0..31BA |27 |- |CJK Unified Ideographs Extension A |37C3, 3B9D, 3CFD, 3FE0, 44EC, 4A76 |6 |- |CJK Unified Ideographs |5344, 55B9, 6ABC, 6FF9, 809E, 80BC, 80E9, 8132, 8159, 841C, 891D, 8C6C, 915E, 9FD4 |14 |- |Phags-pa |A840..A877 |56 |- |Halfwidth and Fullwidth Forms |FF01, FF0C, FF0E, FF1A, FF1B, FF1F |6 |- |CJK Unified Ideographs Extension B |200DD, 20164, 20BBF, 20C02, 20CED, 21D4C, 2278B, 23AB8, 2459B, 24A7D, 24FB9, 25ED7, 2677C, 26B4C, 26C21, 26CBE, 26E3D, 28834, 289A1, 289C0, 28A0F, 28B46 |22 |- |CJK Unified Ideographs Extension C |2A8FB, 2A917, 2AA30 |3 |- |CJK Unified Ideographs Extension E |2BA52, 2BD77, 2C494, 2C72F, 2C734, 2CB38 |6 |- |CJK Unified Ideographs Extension F |2D23B, 2E83A |2 |- ! colspan="2" |Total !192 |} == Unicode 12.1 == Unicode 12.1 was released on May 7, 2019. It encoded 137,929 characters, adding only 1 new character. === Extended blocks === * (total 1 character) was added to '''Enclosed CJK Letters and Months'''. (U+32FF) == Unicode 13.0 == Unicode 13.0 was released on March 10, 2020. It encoded 143,859 characters, adding 5930 new characters. === New blocks === * '''Yezidi''' (U+10E80-U+10EBF), containing 47 characters, was added. * '''Chorasmian''' (U+10FB0-U+10FDF), containing 28 characters, was added. * '''Dives Akuru''' (U+11900-U+1195F), containing 72 characters, was added. * '''Lisu Supplement''' (U+11FB0-U+11FBF), containing 1 character, was added. * '''Khitan Small Script''' (U+18B00-U+18CFF), containing 470 characters, was added. * '''Tangut Supplement''' (U+18D00-U+18D08), containing 9 characters, was added. * '''Symbols for Legacy Computing''' (U+1FB00-U+1FBFF), containing 212 characters, was added. * '''CJK Unified Ideographs Extension G''' (U+30000-U+3134F), containing 4939 characters, was added. === Extended blocks === * (total 10 characters) were added to '''Arabic Extended-A'''. (U+08BE-U+08C7) * (total 1 character) was added to '''Oriya'''. (U+0B55) * (total 1 character) was added to '''Malayalam'''. (U+0D04) * (total 1 character) was added to '''Sinhala'''. (U+0D81) * (total 2 characters) were added to '''Combining Diacritical Marks Extended'''. (U+1ABF-U+1AC0) * (total 1 character) was added to '''Miscellaneous Symbols and Arrows'''. (U+2B97) * (total 3 characters) were added to '''Supplemental Punctuation'''. (U+2E50-U+2E52) * (total 5 characters) were added to '''Bopomofo Extended'''. (U+31BB-U+31BF) * (total 10 characters) were added to '''CJK Unified Ideographs Extension A'''. (U+4DB6-4DBF) * (total 13 characters) were added to '''CJK Unified Ideographs'''. (U+9FF0-U+9FFC) * (total 6 characters) were added to '''Latin Extended-D'''. (U+A7C7-U+A7CA and U+A7F5-U+A7F6) * (total 1 character) was added to '''Syloti Nagri'''. (U+A82C) * (total 4 characters) were added to '''Latin Extended-E'''. (U+AB68-U+AB6B) * (total 1 character) was added to '''Ancient Symbols'''. (U+1019C) * (total 1 character) was added to '''Chakma'''. (U+11147) * (total 2 characters) were added to '''Sharada'''. (U+111CE and U+111CF) * (total 3 characters) were added to '''Newa'''. (U+1145A and U+11460-U+11461) * (total 3 characters) were added to '''Ideographic Symbols and Punctuation'''. (U+16FE4 and U+16FF0-U+16FF1) * (total 13 characters) were added to '''Tangut Components'''. (U+18AF3-U+18AFF) * (total 7 characters) were added to '''Enclosed Alphanumeric Supplement'''. (U+1F10D-U+1F10F, U+1F16D-1F16F and U+1F1AD) * (total 4 characters) were added to '''Transportation and Map Symbols'''. (U+1F6D6-U+1F6D7 and U+1F6FB-U+1F6FC) * (total 2 characters) were added to '''Supplemental Arrows-C'''. (U+1F8B0-U+1F8B1) * (total 10 characters) were added to '''Supplemental Symbols and Pictographs'''. (U+1F90C, U+1F972, U+1F977-U+1F978, U+1F9A3-U+1F9A4, U+1F9AB-U+1F9AD and U+1F9CB) * (total 41 characters) were added to '''Symbols and Pictographs Extended-A'''. (U+1FA74, U+1FA83-U+1FA86, U+1FA96-U+1FAA8, U+1FAB0-U+1FAB6, U+1FAC0-U+1FAC2 and U+1FAD0-U+1FAD6) * (total 7 characters) were added to '''CJK Unified Ideographs Extension B'''. (U+2A6D7-U+2A6DD) === Glyph Changes === {| class="wikitable" !Block Name !Code Points !Count |- |Tagalog |1700..170C, 170E..1714 |20 |- |Mongolian |1834, 1871, 1878 |3 |- |Sundanese |1BAB |1 |- |Currency Symbols |20BF |1 |- |CJK Radicals Supplement |2E80..2E99, 2E9B..2EF3 |115 |- |Kangxi Radicals |2F00..2FD5 |214 |- |CJK Unified Ideographs Extension A |3472, 38C7, 3DB8, 3FE0, 440B, 46E9 |6 |- |CJK Unified Ideographs |53FD, 6146, 6711, 671C, 6721, 6725, 6BD2, 7B9A, 87CE, 8956, 93BF, 9B97 |12 |- |Latin Extended-D |A764..A765 |2 |- |Phags-pa |A86D |1 |- |Tangut |175F6, 17F0D, 17F8A, 17FA5, 180D6, 18139, 18147, 184F1, 18736 |9 |- |Tangut Components |18843, 18856, 1888C, 1890A, 18915, 1893B |6 |- |Adlam |1E900..1E94A, 1E950..1E959, 1E95E..1E95F |71 |- |Miscellaneous Symbols and Pictographs |1F3B1 |1 |- |Supplemental Symbols and Pictographs |1F995..1F998, 1F99B..1F99E, 1F9B0..1F9B3, 1F9E7 |13 |- |CJK Unified Ideographs Extension B |20219, 21249, 21827, 22C3A, 2327B, 23496, 2355E, 2363B, 236ED, 23839, 23FD5, 24261, 24726, 248F2, 2548E, 26657, 26C9E, 26FE1, 27334, 27C0E, 27CEF, 2A38C |22 |- |CJK Unified Ideographs Extension C |2AED5, 2AEF3, 2AF76, 2B09F, 2B1C3, 2B1E5 |6 |- |CJK Unified Ideographs Extension E |2B83C, 2B8D9..2B8DA, 2B96F, 2BBD7, 2BD61, 2BE4A, 2BF1D, 2BF9D, 2C0B8, 2C142, 2C176, 2C316, 2C3FB, 2C402, 2C7AC, 2C82C, 2C83A, 2C9A1, 2CC88, 2CD68 |21 |- |CJK Unified Ideographs Extension F |2DC09, 2DE4A, 2EB7E, 2EB89 |4 |- |CJK Compatibility Ideographs Supplement |2F83B, 2F878, 2F8D6..2F8D7, 2F8DA, 2F8F0, 2F984, 2FA02 |8 |- ! colspan="2" |Total !536 |} == Unicode 14.0 == Unicode 14.0 was released on September 14, 2021. It encoded 144,697 characters, adding 838 new characters. === New blocks === * '''Arabic Extended-B''' (U+0870-U+089F), containing 41 characters, was added. * '''Vithkuqi''' (U+10570-U+105BF), containing 70 characters, was added. * '''Latin Extended-F''' (U+10780-U+107BF), containing 57 characters, was added. * '''Old Uyghur''' (U+10F70-U+10FAF), containing 26 characters, was added. * '''Unified Canadian Aboriginal Syllabics Extended-A''' (U+11AB0-U+11ABF), containing 16 characters, was added. * '''Cypro-Minoan''' (U+12F90-U+12FFF), containing 99 characters, was added. * '''Tangsa''' (U+16A70-U+16ACF), containing 89 characters, was added. * '''Kana Extended-B''' (U+1AFF0-U+1AFFF), containing 13 characters, was added. * '''Znamenny Musical Symbols''' (U+1CF00-U+1CFFF), containing 185 characters, was added. * '''Latin Extended-G''' (U+1DF00-U+1DFFF), containing 31 characters, was added. * '''Toto''' (U+1E290-U+1E2BF), containing 31 characters, was added. * '''Ethiopic Extended-B''' (U+1E7E0-U+1E7FF), containing 28 characters, was added. === Extended blocks === * (total 1 character) were added to '''Arabic'''. The arabic end of text Mark Punctuation. Was added to Arabic. (U+061D) * (total 12 characters) were added to '''Arabic Extended-A'''. (U+08B5 and U+08C8-U+08D2) * (total 2 characters) were added to '''Telugu'''. (U+0C3C and U+0C5D) * (total 1 character) were added to '''Kannada'''. (U+0CDD) * (total 3 characters) were added to '''Tagalog'''. (U+170D, U+1715 and U+171F) * (total 1 character) were added to '''Mongolian'''. (U+180F) * (total 14 characters) were added to '''Combining Diacritical Marks Extended'''. (U+1AC1-U+1ACE) * (total 3 characters) were added to '''Balinese'''. (U+1B4C and U+1B7D-U+1B7E) * (total 1 character) were added to '''Combining Diacritical Marks Supplement'''. (U+1DFA) * (total 1 character) were added to '''Currency Symbols'''. (U+20C0) * (total 2 characters) were added to '''Glagolitic'''. (U+2C2F and U+2C5F) * (total 11 characters) were added to '''Supplemental Punctuation'''. (U+2E53-U+2E5D) * (total 3 characters) were added to '''CJK Unified Ideographs'''. (U+9FFD-U+9FFF) * (total 13 characters) were added to '''Latin Extended-D'''. (U+A7C0-U+A7C1, U+A7D0-U+A7D1, U+A7D3, U+A7D5, U+A7D6-U+A7D9 and U+A7F2-U+A7F4) * (total 20 characters) were added to '''Arabic Presentation Forms-A'''. (U+FBC2, U+FD40-U+FD4F, U+FDCF and U+FDFE-U+FDFF) * (total 6 characters) were added to '''Brahmi'''. (U+11070-U+11075) * (total 1 character) were added to '''Khaiti'''. (U+110C2) * (total 1 character) were added to '''Takri'''. (U+116B9) * (total 7 characters) were added to '''Ahom'''. (U+11740-U+11746) The block was expanded from (U+11700-U+1173F) to (U+11700-U+1174F) * (total 4 characters) were added to '''Kana Extended-A'''. (U+1B11F-U+1B122) * (total 2 characters) were added to '''Musical Symbols'''. (U+1D1E9-U+1D1EA) * (total 3 characters) were added to '''Transportation and Map Symbols'''. (U+1F6DD-U+1F6DF) * (total 1 character) were added to '''Geometric Shapes Extended'''. (U+1F7F0) * (total 2 characters) were added to '''Supplemental Symbols and Pictographs'''. (U+1F979 and U+1F9CC) * (total 31 characters) were added to '''Symbols and Pictographs Extended-A'''. (U+1FA7B-U+1FA7C, U+1FAA9-U+1FAAC, U+1FAB7-U+1FABA, U+1FAC3-U+1FAC5, U+1FAD7-U+1FAD9, U+1FAE0-U+1FAE7 and U+1FAF0-U+1FAF6) * (total 2 characters) were added to '''CJK Unified Ideographs Extension B'''. (U+2A6DE-U+2A6DF) * (total 4 characters) were added to '''CJK Unified Ideographs Extension C'''. (U+2B735-U+2B738) === Glyph Changes === * The Tone Six Glyph (U+0184-U+0185 Ƅƅ) was changed the top to a diagonal stroke downwards. And Here Are List of Other Changes: {| class="wikitable" !Block Name !Code Points !Count |- |Latin Extended-B |0184..0185 |2 |- |Arabic |0674..0678, 06C5, 06C7, 06FE |8 |- |Letterlike Symbols |210B, 2110, 2112, 211B, 212C, 2130..2131, 2133 |8 |- |Enclosed Alphanumerics |2460..24FF |160 |- |Dingbats |2776..2793 |30 |- |CJK Symbols and Punctuation |3001..3029, 3030..303D, 303F |56 |- |CJK Strokes |31C0..31E3 |36 |- |Katakana Phonetic Extensions |31F0..31FF |16 |- |Enclosed CJK Letters and Months |3200..321E, 3220..32FF |255 |- |CJK Compatibiity |3300..33FF |256 |- |CJK Unified Ideographs Extension A |3777, 3B3F |2 |- |CJK Unified Ideographs |5DD5, 652C, 6AC0 |3 |- |Arabic Presentation Forms-A |FBD7..FBD8, FBDD, FBE0..FBE1 |5 |- |Vertical Forms |FE10..FE19 |10 |- |CJK Compatibiity Forms |FE30..FE4F |32 |- |Small Form Variants |FE50..FE52, FE54..FE66, FE68..FE6B |26 |- |Halfwidth and Fullwidth Forms |FF01..FF9F, FFA1..FFBE, FFC2..FFC7, FFCA..FFCF, FFD2..FFD7, FFDA..FFDC, FFE0..FFE6, FFE8..FFEE |225 |- |Egyptian Hieroglyphs |1300A, 13017, 1302D, 13032, 13034..13035, 13037..13038, 1303A..1303E, 1304E..1304F, 13055, 13057, 13068, 1309A, 130D2, 130D5, 130F6, 130FE, 13192, 1325F, 13267, 1326A, 13281, 13297, 1329E, 132B4, 132C1, 132E6, 13304, 1331F, 13378..1337B, 1337D..1337E, 133F3, 133FA..13403, 1340D, 13417, 1342B |55 |- |Mathematical Alphanumeric Symbols |1D49C, 1D49E..1D49F, 1D4A2, 1D4A5..1D4A6, 1D4A9..1D4AC, 1D4AE..1D4B5 |18 |- |Enclosed Alphanumeric Supplement |1F100..1F1AD, 1F1E6..1F1FF |200 |- |Enclosed Ideographic Supplement |1F200..1F202, 1F210..1F23B, 1F240..1F248, 1F250..1F251, 1F260..1F265 |64 |- |Supplemental Symbols and Pictographs |1F930 |1 |- |CJK Unified Ideographs Extension B |22ADC, 230F2, 25B27, 26F28 |4 |- ! colspan="2" |Total !1472 |} == Unicode 15.0 == * Unicode 15.0 will be released in September 13, 2022. It will encode 149,186 characters, adding 4489 new characters. === New blocks === * '''Arabic Extended-C''' (U+10EC0-U+10EFF), containing 3 characters will be added *'''Devanagari Extended-A''' (U+11B00-U+11B5F), containing 10 characters will be added * '''Kawi''' (U+11F00-U+11F5F), containing 86 characters will be added * '''Kaktovik Numerals''' (U+1D2C0-U+1D2DF), containing 20 characters will be added * '''Cyrillic Extended-D''' (U+1E030-U+1E08F), containing 63 characters will be added * '''Nag Mundari''' (U+1E4D0-U+1E4FF), containing 42 characters will be added * '''CJK Unified Ideographs Extension H''' (U+31350-U+323AF), containing 4192 characters will be added === Extended blocks === * A Lao Yamakkan (total 1 character) will be added to '''Lao'''. (U+0ECE) * A combining character (total 1 character) will be added to '''Kannada'''. (U+0CF3) * (total 3 characters) will be added to '''Khojki'''. (U+1123F-U+11241) * An Egyptian Hieroglyph (total 1 character) will be added to '''Egyptian Hieroglyphs''' * Some Egyptian format controls (total 29 characters) will be added to '''Egyptian Hieroglyph Format Controls'''. (U+13439-U+13455). This also extends the block by 2 columns! * (total 2 characters) will be added to '''Small Kana Extension'''. (U+1B132, U+1B155) * Letters with left hooks (total 6 characters) will be added to '''Latin Extended-G'''. (U+1DF25-U+1DF2A) * A wireless network emoji (total 1 character) will be added to '''Transportation and Map Symbols'''. (U+1F6DC) * A nine-pointed white star (total 1 character) will be added to '''Geometric Shapes Extended'''. (U+1F7D9) * Some dwarf planet symbols and other symbols (total 8 characters) will be added to '''Alchemical symbols'''. (U+1FF74-U+1FF76, U+1F77B-U+1F77F) * (total 20 characters) will be added to '''Symbols and Pictographs Extended-A'''. (U+1FA75-U+1FA77, U+1FA87-U+1FA88, U+1FAAD-U+1FAAF, U+1FABB-U+1FABF, U+1FACE-U+1FACF, U+1FADA-U+1FADB, U+1FAE8 and U+1FAF7-U+1FAF8) * A disunified Macao character (total 1 character) will be added to '''CJK Unified Ideographs Extension C''' ===Glyph Changes=== * The closed open E and the reversed closed open E (U+25E, U+29A) will get a more Latin-like glyph rather than the Greek-like one. * The Carrier Dlu and Carrier Tlo will get new glyphs, as well as the Ojibway Sh. (U+1628, U+163B, U+18DB) * The Sundanese Final M will get a new glyph. (U+1BBF) * The lowercase Insular G (U+1D79) has the s-shaped glyph to match the capital Insular G (U+A77D) * The OCR amount of check will get a new glyph (U+2447) * The Cyrillic Multiocular O (U+A66E ꙮ) will get a 10-eyed glyph rather than the current 7-eyed glyph. * The Old Turkic Orkhon Ot (U+10C47) will get a slightly smaller glyph. * Several Egyptian heiroglyphs will get different glyphs. * A small Khitan character (U+18CCA) will get a slightly different glyph. * Wancho and Alchemical Symbols will each get a new font updated. And Here Are List of Other Changes: {| class="wikitable" !Block Name !Code Points !Count |- |IPA Extensions |025E, 029A |2 |- |United Canadian Aboriginal Syllabics |144B, 14D1, 1506, 15C0..15C3, 15E8..15EE, 1601, 1604..1607, 160A..160D, 1614..162D, 1630..163F, 1646..1647, 165A |66 |- |United Canadian Aboriginal Syllabics Extended |18DB, 18EC, 18F1..18F2, 18F5 |5 |- |Sundanese |1BBF |1 |- |Optical Character Recognition |2447 |1 |- |CJK Unified Ideographs Extension A |34DC, 3BF6, 3C43, 48B4, 4DBE |5 |- |CJK Unified Ideographs 585F, 5F50, 6BC0, 7BC9, 833E | |5 |- |Cyrillic Extended-B |A66E |1 |- |Old Turkic |10C47 |1 |- |Egyptian Hieroglyphs |various (new standardized variation sequences) |94 |- |Khitan Small Script |18CCA |1 |- |Wancho (font update) |1E2C0..1E2F9, 1E2FF |59 |- |Alchemical Symbols (font update) |1F700..1F773 |116 |- |CJK Unified Ideographs Extension B |20048, 20A1C, 2143F, 21A5F, 21C08, 21FBA, 22ACF, 23392, 238A7, 23D8F, 23F4E, 25D20, 26E30, 27B48, 27C4F, 28633, 28B02, 28E9A, 29760, 2A60F |20 |- |CJK Unified Ideographs Extension C |2B249 |1 |- |CJK Unified Ideographs Extension E |2BB37, 2BD7D, 2C151, 2C1E0, 2C2D6, 2C5CA, 2C810, 2CD34 |8 |- |CJK Unified Ideographs Extension F |2CF4E, 2D25D, 2D3EC, 2D6A7, 2D7BA, 2D979, 2DA74, 2DA97, 2DC13, 2DDC0, 2DF10, 2DF78, 2E05A, 2E0AE, 2E516, 2E640, 2E680, 2EA63 |18 |- |CJK Compatibility Ideographs Supplement |2F804, 2F805, 2F833, 2F835, 2F84C, 2F84F, 2F852, 2F855, 2F887, 2F88B, 2F899, 2F8A0, 2F8A6, 2F8A7, 2F8AD, 2F8B1, 2F8B4, 2F8B7, 2F8BA, 2F8D0, 2F8E0..2F8E2, 2F8E5, 2F8E6, 2F8FE, 2F900, 2F901, 2F907, 2F912, 2F922, 2F926, 2F936, 2F938, 2F94E, 2F959, 2F95F, 2F96C, 2F99F, 2F9B8, 2F9BA, 2F9D3, 2F9DB, 2F9DC, 2F9E8, 2F9EA, 2F9EE, 2FA00, 2FA0D, 2FA1B |50 |- |CJK Unified Ideographs Extension G |302FC, 30723, 30A6D, 30CF7, 30DBF, 31006, 3105D |7 |- ! colspan="2" |Total !461 |} === Note === Edit the entire page to have the "Glyph Changes" so we know which characters had changed their appearance over the years and describe what changes the character has received. == Future versions == This is a section where you can add any upcoming Unicode characters that have been [https://www.unicode.org/alloc/Pipeline.html confirmed] to be in a future update of The Unicode Standard. Do not add any false information as this will confuse people into thinking that they are official. === New blocks === * '''Todhri''' (U+105C0-U+105FF), containing 52 characters will be added * '''Garay''' (U+10D40-U+10D8F), containing 69 characters will be added * '''Tulu-Tigalari''' (U+11380-U+113FF), containing 78 characters will be added * '''Myanmar Extended-C''' (U+116D0-U+116FF), containing 20 characters will be added * '''Sunuwar''' (U+11BC0-U+11BFF), containing 44 characters will be added * '''Gurung Khema''' (U+16100-U+1613F), containing 58 characters will be added * '''Kirat Rai''' (U+16D40-U+16D7F), containing 58 characters will be added * '''Symbols for Legacy Computing Supplement''' (U+1CC00-U+1CEBF), containing 686 characters will be added. === Extended blocks === * An Arabic Pepet (total 1 character) will be added to '''Arabic Extended-B'''. (U+0897) * Kannada and Telugu Archaic Shrii (total 2 characters) will be added to '''Kannada''' and '''Telugu'''. (U+0C5C, U+0CDC). * 3 diacritics (total 3 characters) will be added to '''Balinese'''. (U+1B4E-U+1B4F, U+1B7F) * Cyrillic small and capital Tje (total 2 characters) will be added to '''Cyrillic Extended-C'''. (U+1C89-U+1C8A) * 3 special symbols for delete (total 3 characters) will be added to '''Control Symbols'''. (U+2427-U+2429) * Latin capital Rams Horn, small and capital S with Diagonal Stroke (total 3 characters) will be added to '''Latin Extended-D'''. (U+A7CB-U+A7CD) * 3 letters with two dots vertically below and Combining Alef Overlay (total 4 characters) will be added to '''Arabic Extended-C'''. (U+10EC2-U+10EC4, U+10EFC) * A rightwards arrow with hook and arrows for legacy computing (total 10 characters) will be added to '''Supplemental Arrows-C'''. (U+1F8B2-U+1F8BB) * Graphic shapes for legacy computing (total 37 characters) will be added to '''Symbols for Legacy Computing'''. (U+1FBCB-U+1FBEF) == Roadmap Blocks == This is a section where present proportional maps of a proposed allocations to Unicode and ISO/IEC 10646. === Blocks === * '''Northen Palaeohispanic''' (U+10200-U+1023F) * '''Southern Palaeohispanic''' (U+10240-U+1027F) * '''Shavian''' '''Quikscript''' (U+103E0-U+103FF) * '''Rejang Extended''' (U+107C0-U+107FF) * '''Proto-Sinaitic''' (U+108B0-U+108DF) * '''Sidetic''' (U+10940-U+1095F) * '''Numidian''' (U+10960-U+1097F) * '''Balti''' (U+10AA0-U+10ABF) * '''Book Pahlavi''' (U+10BB0-U+10BDF) * '''Baburi''' (U+10BE0-U+10BFF) * '''Byblos''' (U+10D80-U+10DFF) * '''Landa''' (U+11250-U+1127F) * '''Tani''' (U+114E0-U+114FF) * '''Ranjana''' (U+11500-U+1157F) * '''Zou''' (U+11750-U+117AF) * '''Pyu''' (U+117B0-U+117FF) * '''Sirmauri''' (U+11850-U+1188F) * '''Vateluttu''' (U+11960-U+1199F) * '''Sharada Extended''' (U+11B60-U+11B7F) * '''Tolong Siki''' (U+11B80-U+11BBF) * '''Balti-B''' (U+11CC0-U+11CFF) * '''Leke''' (U+11DB0-U+11DEF) * '''Tocharian''' (U+11E00-U+11E6F) * '''Khotanese''' (U+11E70-U+11ECF) * '''Pallava''' (U+11F60-U+11FAF) * '''Proto-Cuneiform''' (U+12580-U+12DFF) * '''Indus''' (U+12E00-U+12F8F) * '''Egyptian Hieroglyphs Extended-A''' (U+13480-U+143FF) * '''Egyptian Hieroglyphs Extended-B''' (U+14680-U+151FF) * '''Mayan Hieroglyphs''' (U+15500-U+15AFF) * '''Lampung''' (U+15B00-U+15B3F) * '''Kerinci''' (U+15B40-U+15B6F) * '''Mandombe''' (U+15B80-U+15FFF) * '''Cirth''' (U+16000-U+1607F) * '''Tengwar''' (U+16080-U+160FF) * '''Moon''' (U+161A0-U+161FF) * '''BlIssymbols''' (U+16200-U+167FF) * '''Woleai''' (U+16B90-U+16BFF) * '''Kpelle''' (U+16C00-U+16C7F) * '''Afaka''' (U+16C80-U+16CCF) * '''Tangsa-Khimhun''' (U+16CD0-U+16CFF) * '''Tikamuli''' (U+16D00-U+16D3F) * '''Lontara Bilang-Bilang''' (U+16D80-U+16DBF) * '''Kulitan''' (U+16DD0-U+16DFF) * '''Mwangwego''' (U+16E00-U+16E3F) * '''Buginese Supplement''' (U+16EA0-U+16EFF) * '''Bopomofo Extended-A''' (U+16FA0-U+16FAF) * '''Kanbun Extended-A''' (U+16FB0-U+16DFF) * '''Khitan Ideographs''' (U+18D80-U+195FF) * '''Jurchen''' (U+19600-U+19B9F) * '''Pau Cin Hau Syllabary''' (U+19E00-U+1A75F) * '''Kaida''' (U+1A780-U+1A7FF) * '''Naxi Dongba''' (U+1A800-U+1ACFF) * '''Naxi Geba''' (U+1AD00-U+1AFCF) * '''Kana Extended-C''' (U+1AFD0-U+1FAEF) * '''Shuishu Logograms''' (U+1B300-U+1B5FF) * '''Lisu Syllabic Script''' (U+1B600-U+1B9FF) * '''Pitman Shorthands''' (U+1BCB0-U+1BCFF) * '''Proto-Elamite''' (U+1BD00-U+1C37F) * '''Linear-Elamite''' (U+1C380-U+1C4FF) * '''Chinese Musical Symbols''' (U+1D250-U+1D2BF) * '''Mathematical Alphanumeric Symbols Supplement''' (U+1D380-U+1D3FF) * '''Jianzi Format Controls''' (U+1DAE0-U+1DAFF) * '''Jianzi Musical Symbols''' (U+1DB00-U+1DC8F) * '''Eebee Hmong''' (U+1E150-U+1E1FF) * '''Western Cham''' (U+1E200-U+1E26F) * '''Loma''' (U+1E300-U+1E41F) * '''Bagam''' (U+1E420-U+1E4CF) * '''Pungchen''' (U+1E500-U+1E52F) * '''Pungchung''' (U+1E530-U+1E55F) * '''Marchung''' (U+1E560-U+1E59F) * '''Brusha''' (U+1E5A0-U+1E5CF) * '''Beria''' (U+1E5D0-U+1E5FF) * '''Chola''' (U+1E600-U+1E65F) * '''Chalukya''' (U+1E660-U+1E6BF) * '''Persian Siyaq Numbers''' (U+1EC00-U+1EC7F) * '''Diwani Siyaq Numbers''' (U+1ECC0-U+1ECFF) * '''Arabic Supplemental Symbols''' (U+1EF00-U+1EF3F) * '''Extended Pictographic Characters''' (U+1FC00-U+1FFFF) * '''Seal Script''' (U+32400-U+352FF) * '''Oracle Bone Script''' (U+35400-36BFF) m7aouozgityshe0w0xsjgbpqphap25i 4089970 4089962 2022-08-10T11:15:16Z 78.132.204.41 wikitext text/x-wiki {{Unicode page}} {{TOC right}} {{refimprove|date=June 2017}} This page is about each version specification, and the differences between the versions. == Unicode 1.0 == Unicode 1.0 was the first version of Unicode, released October 1991. It encoded 7,161 new characters. === “Blocks” === This version of Unicode did not formally group characters in blocks. But in comparison with version 2.0, the following “blocks” were available: U+0000-U+FFFD 51 Blocks * '''Basic Latin''', containing 128 characters. * '''Latin-1 Supplement''', containing 128 characters. * '''Latin Extended-A''', containing 127 characters. * '''Latin Extended-B''', containing 113 characters. * '''IPA Extensions''', containing 89 characters. * '''Spacing Modifier Letters''', containing 57 characters. * '''Combining Diacritical Marks''', containing 66 characters. * '''Greek and Coptic''', containing 112 characters. * '''Cyrillic''', containing 192 characters. * '''Armenian''', containing 84 characters. * '''Hebrew''', containing 52 characters. * '''Arabic''', containing 169 characters. * '''Devanagari''', containing 104 characters. * '''Bengali''', containing 89 characters. * '''Gurmukhi''', containing 74 characters. * '''Gujarati''', containing 75 characters. * '''Oriya''', containing 78 characters. * '''Tamil''', containing 61 characters. * '''Telugu''', containing 80 characters. * '''Kannada''', containing 80 characters. * '''Malayalam''', containing 78 characters. * '''Thai''', containing 92 characters. * '''Lao''', containing 70 characters. * '''Tibetan''', containing 71 characters. * '''Georgian''', containing 78 characters. * '''General Punctuation''', containing 67 characters. * '''Superscripts and Subscripts''', containing 28 characters. * '''Currency Symbols''', containing 11 characters. * '''Combining Marks for Symbols''', containing 18 characters. * '''Letterlike Symbols''', containing 57 characters. * '''Number Forms''', containing 48 characters. * '''Arrows''', containing 91 characters. * '''Mathematical Operators''', containing 242 characters. * '''Miscellaneous Technical''', containing 43 characters. * '''Control Pictures''', containing 37 characters. * '''Optical Character Recognition''', containing 11 characters. * '''Enclosed Alphanumerics''', containing 139 characters. * '''Forms''', containing 128 characters. * '''Block Elements''', containing 22 characters. * '''Geometric Shapes''', containing 79 characters. * '''Miscellaneous Symbols''', containing 106 characters. * '''Dingbats''', containing 160 characters. * '''CJK Symbols and Punctuation''', containing 56 characters. * '''Hiragana''', containing 90 characters. * '''Katakana''', containing 90 characters. * '''Bopomofo''', containing 40 characters. * '''Hangul Compatibility Jamo''', containing 94 characters. * '''Kanbun''', containing 16 characters. * '''Enclosed CJK Letters and Months''', containing 191 characters. * '''CJK Compatibility''', containing 187 characters. * '''Hangul Syllables''', containing 2,350 characters. * '''Private Use Area''', reserved for 5,632 characters. * '''CJK Compatibility Forms''', containing 28 characters. * '''Small Form Variants''', containing 26 characters. * '''Arabic Presentation Forms-B''', containing 140 characters. * '''Halfwidth and Fullwidth Forms''', containing 216 characters. * '''Specials''', containing 1 character. == Unicode 1.0.1 == Unicode 1.0.1 was released June 1992. It encoded 28,365 characters, adding 21,204 new characters, removing 96 characters. === New blocks === * '''CJK Unified Ideographs''', containing 20,902 Han Ideographs for Chinese, Japanese and Korean was added. * '''CJK Compatibility Ideographs''', containing 302 Han Ideographs for compatibility with existing character sets was added. === Removed Blocks === *'''Tibetan''', containing 71 letters for the Tibetan script, was removed from the Unicode standard. === Removed Characters === *'''Thai''', (total 5 characters) were Removed From Thai Script. (U+0E70-U+0E74) ( Thai Phonetic Order Vowel Sign เ แ โ ใ And ไ) *'''Lao''', (total 5 characters) were Removed From Lao Script. (U+0EF0-U+0EF4) *'''Miscellaneous Technical''', (total 2 characters) were Removed From Miscellaneous Technical. (U+2300,U+2301) *'''Greek and Coptic''', (total 7 characters) were Removed From Greek Script. (U+03DB,U+03DD,U+03DF,U+03E1,U+0371-U+0372,U+0374) *'''Cyrillic''', (total 4 characters) Cyrillic Letter Ka With Ogonek And Cyrillic Letter Kha With Ogonek were Removed From Cyrillic Script. (U+04C5-U+04C6,U+04C9-U+04CA) *'''CJK Symbols and Punctuation''', (total 1 character) Ideographic Ditto Mark were Removed From CJK Symbols and Punctuation. (U+3004) === Rearranged Characters === *'''Circled Katakana:''' ''The characters well be arranged in morden order: e.g.,A, I, U, E, O, KA, KI,'' (U+32D0-U+32FE) *'''Basic Glyphs For Arabic Language:''' ''The character shapes will be arranged in different order:Isolate,Final,Initial,Medial'' (U+FE80-FEFC) === Characters with semantics changed === *'''Zero Width Non-Joiner''' [ZWNJ] (U+20DC) *'''Zero Width Joiner''' [ZWJ] (U+20DD) == Unicode 1.1 == Unicode 1.1 was released June 1993. It encoded 34,233 characters, adding 5,939 new characters and removing 71 characters. It finalized the long anticipated Han Unification. === New blocks === * '''Hangul Jamo''', containing 240 ''jamo'' for the Hangul script, was added. * '''Latin Extended Additional''', containing 245 precomposed characters for transliteration and Vietnamese, was added. * '''Greek Extended''', containing 233 precomposed characters for polytonic Greek, was added. * '''Alphabetic Presentation Forms''', containing 57 precomposed characters and ligatures, was added. * '''Arabic Presentation Forms-A''', containing 593 combinations of Arabic letters, was added. * '''Combining Half Marks''', containing 4 halves of diacritical marks, was added. === Extended blocks === * The long S (ſ) (total 1 character) was added to '''Latin Extended-A'''. * The Hungarian Dz, characters for transliteration purposes and precomposed characters with double grave and inverted breve (total 35 characters) were added to '''Latin Extended-B'''. * Diacritics for polytonic Greek and double width diacritics (total 6 characters) were added to '''Combining Diacritical Marks'''. * Compatibility characters now deprecated (total 5 characters) were added to '''Greek and Coptic'''. * Additional characters for non-Slavic languages (total 38 characters) were added to '''Cyrillic'''. * A ligature of Ech and Yiwn (և) (total 1 character) was added to '''Armenian'''. * One deprecated compatibility character and several characters for biblical texts (total 25 characters) were added to '''Arabic'''. * The virama (o੍) (total 1 character) was added to '''Gurmukhi'''. * The candra O and candra E vowels (total 3 characters) were added to '''Gujarati'''. * The Ai length mark (oୖ) (total 1 character) was added to '''Oriya'''. * An undertie, a pair of brackets and six formatting characters (total 9 characters) were added to '''General Punctuation'''. * Some additional symbols and the complete set of APL functional symbols (total 79 characters) were added to '''Miscellaneous Technical'''. * A large circle () (total 1 character) was added to '''Geometric Shapes'''. * The ideographic telegraph line feed separator symbol () (total 1 character) was added to '''CJK Symbols and Punctuation'''. * Four Katakana letters not in use since 1945 (total 4 characters) were added to '''Katakana'''. * Ideographic telegraph symbols for the twelve months (total 12 characters) were added to '''Enclosed CJK Letters and Months'''. * Ideographic telegraph symbols for hours and days and six additional measure units (total 62 characters) were added to '''CJK Compatibility'''. * Some more space (total 2,304 characters) was added to the '''Private Use Area'''. * Seven halfwidth geometric shapes (total 7 characters) were added to '''Halfwidth and Fullwidth Forms'''. == Unicode 2.0 == Unicode 2.0 was released July 1996. It encoded 38,950 characters, adding 4,717 new characters, and was the first Unicode version to reserve blocks outside of the Basic Multilingual Plane. === New blocks === * '''Hangul Syllables''', containing 11,172 precomposed syllables for the Hangul script, was added. * '''Supplementary Private Use Area-A''' and '''Supplementary Private Use Area-B''', reserving a total of 131,068 characters for private use, was added. === Reinstated blocks === * '''Tibetan''', now containing 168 characters for the Tibetan script including religious signs, was readded. === Extended blocks === * Cantillation marks for use in religious texts (total 31 characters) were added to '''Hebrew'''. * The long S with dot above (ẛ) (total 1 character) was added to '''Latin Extended Additional'''. * The Vietnamese dong (₫) (total 1 character) was added to '''Currency Symbols'''. == Unicode 2.1 == Unicode 2.1 was released May 1998. It encoded 38,952 characters, adding only 2 new characters. === Extended blocks === * The euro sign (€) (total 1 character) was added to '''Currency Symbols'''. * The object replacement character () (total 1 character) was added to '''Specials'''. == Unicode 3.0 == Unicode 3.0 was released September 1999. It was a big update and encoded 49,259 characters, adding 10,307 new characters. === New blocks === * '''Syriac''', containing 71 characters used for writing in Syriac script, was added. * '''Thaana''', containing 49 characters used for writing in Thaana script, was added. * '''Sinhala''', containing 80 characters for the Sinhala script, was added. * '''Myanmar''', containing 78 characters for the Burmese script, was added. * '''Ethiopic''', containing 345 syllables and punctuation marks for the Ethiopic script, was added. * '''Cherokee''', containing 85 syllables for the Cherokee script, was added. * '''Unified Canadian Aboriginal Syllabics''', containing 630 syllables and punctuation marks for writing in aboriginal languages of Canada, was added. * '''Ogham''', containing 29 characters for the ancient Ogham script, was added. * '''Runic''', containing 81 characters for the Germanic runes, was added. * '''Khmer''', containing 103 characters for the Khmer script, was added. * '''Mongolian''', containing 155 characters for the classical Mongolian script, was added. * '''Braille Patterns''', containing 256 Braille letters, was added. * '''CJK Radicals Supplement''', containing 115 non-Kangxi radicals, was added. * '''Kangxi Radicals''', containing 214 radicals from the Kangxi dictionary, was added. * '''Ideographic Description characters''', used to describe a Han ideograph not available in the font, was added. * '''Bopomofo Extended''', containing 24 characters used for phonetic transcription of minority languages of Taiwan, was added. * '''CJK Unified Ideographs Extension A''', containing 6,582 additional Han Ideographs, was added. * '''Yi Syllables''', containing 1,165 syllables of the modern Yi script, was added. * '''Yi Radicals''', containing 50 radicals of Yi Syllables, was added. === Extended blocks === * Additional precomposed characters, letters and capital letters of lowercase-only letters (total 30 characters) were added to '''Latin Extended-B'''. * Extensions for disordered speech (total 5 characters) were added to '''IPA Extensions'''. * Some additional modifier letters (total 6 characters) were added to '''Spacing Modifier Letters'''. * Additional diacritics for IPA notation (total 10 characters) were added to '''Combining Diacritical Marks'''. * Lowercase versions of archaic letters and the Kai symbol (total 5 characters) were added to '''Greek and Coptic'''. * Nonstandard letters for Macedonian, combining numeral signs and three letters for Kildin Sami (total 12 characters) were added to '''Cyrillic'''. * The hyphen (֊) (total 1 character) was added to '''Armenian'''. * Combining hamza and maddah and nine additional Arabic characters (total 12 characters) were added to '''Arabic'''. * Additional letters and religious symbols (total 25 characters) were added to '''Tibetan'''. * A narrow no-break space and 6 additional punctuation marks (total 7 characters) were added to '''General Punctuation'''. * The Kip, Tugrik and Drachma sign (total 3 characters) were added to '''Currency Symbols'''. * An enclosing screen and an enclosing key (total 2 characters) were added to '''Combining Diacritical Marks for Symbols'''. * The information symbol and a rotated Q (total 2 characters) were added to '''Letterlike Symbols'''. * A mirrored Roman capital numeral hundred (Ↄ) (total 1 character) was added to '''Number Forms'''. * Some additional arrows (total 9 characters) were added to '''Arrows'''. * Some additional technical symbols, including common keys on a 101 keyboard (total 33 characters) were added to '''Miscellaneous Technical'''. * Two additional control pictures (total 2 characters) were added to '''Control Pictures'''. * Squares and circles with quadrants (total 8 characters) were added to '''Geometric Shapes'''. * Two Syriac crosses and a signature mark (total 3 characters) were added to '''Miscellaneous Symbols'''. * Three Hangzhou numerals and a variation indicator (total 4 characters) were added to '''CJK Symbols and Punctuation'''. * An additional Hebrew ligature (יִ) (total 1 character) was added to '''Alphabetic Presentation Forms'''. * Three additional control characters for ruby markup (total 3 characters) were added to '''Specials'''. == Unicode 3.1 == Unicode 3.1 was released March 2001. It encoded 94,205 characters, adding 44,946 new characters, and mainly focused on blocks outside of the Basic Multilingual Plane. === New blocks === * '''Old Italic''', containing 35 letters for the Etruscan script, was added. * '''Gothic''', containing 27 letters for the Gothic script, was added. * '''Deseret''', containing 76 letters for the constructed Deseret script, was added. * '''Byzantine Musical Symbols''', containing 246 symbols for musical notation in Byzantine, was added. * '''Musical Symbols''', containing 219 characters for current musical notation, was added. * '''Mathematical Alphanumeric Symbols''', containing 991 Latin and Greek letters in serif, sans-serif, bold, italic, double-struck, script and Fraktur/Blackletter, was added. * '''CJK Unified Ideographs Extension B''', containing 42,711 additional Chinese Ideographs, was added. * '''CJK Compatibility Ideographs Supplement''', containing 542 additional Chinese Ideographs for compatibility purposes, was added. * '''Tags''', containing 97 language tags, was added. === Extended noncharacters === * The Noncharacters range: U+FDD0..U+FDEF were added to '''Arabic Presentation Forms-A'''. === Extended blocks === * The capital Theta symbol and the Lunate Epsilon symbol (total 2 characters) were added to '''Greek and Coptic'''. === Characters and Scripts Under Investigation or Rejected === * Khmer Sign Laak Was Rejected. (U+17DD) From '''Khmer.''' * Georgian Letter U-Brjuu Was Rejected. From '''Georgian.''' == Unicode 3.2 == Unicode 3.2 was released March 2002. It encoded 95,221 characters, adding 1,016 new characters. === New blocks === * '''Cyrillic Supplement''', containing 16 characters used for the Komi language, was added. * '''Tagalog''', containing 20 characters for the Baybayin script, was added. * '''Hanunoo''', containing 23 characters and punctuation for the Hanunoo script, was added. * '''Buhid''', containing 20 characters for the Buhid script, was added. * '''Tagbanwa''', containing 18 characters for the Tagbanwa script, was added. * '''Miscellaneous Mathematical Symbols-A''', containing 28 symbols used in math notation, was added. * '''Supplemental Arrows-A''', containing 16 additional arrows, was added. * '''Supplemental Arrows-B''', containing 128 special arrows, was added. * '''Miscellaneous Mathematical Symbols-B''', containing 128 additional mathematical symbols, was added. * '''Supplemental Mathematical Operators''', containing 256 additional mathematical operators, was added. * '''Katakana Phonetic Extensions''', containing 16 Katakana letters used for Ainu, was added. * '''Variation Selectors''', containing 16 symbols used for indicating variations, was added. === Extended blocks === * The capital letter N with long right leg (Ƞ) (total 1 character) was added to '''Latin Extended-B'''. * The combining grapheme joiner and combining Latin letters used in medieval texts (total 14 characters) were added to '''Combining Diacritical Marks'''. * The Qoppa and a reversed lunate epsilon symbol (total 3 characters) were added to '''Greek and Coptic'''. * Four additional letters used for the Kildin Sami language (total 8 characters) were added to '''Cyrillic'''. * A dotless Beh and a dotless Qaf (total 2 characters) were added to '''Arabic'''. * The letter Naa (ޱ) (total 1 character) was added to '''Thaana'''. * The letters Yn and Elifi (total 2 characters) were added to '''Georgian'''. * Some additional punctuation marks and control characters (total 12 characters) were added to '''General Punctuation'''. * A superscript i (ⁱ) (total 1 character) was added to '''Superscripts and Subscripts'''. * The old penny sign and the peso sign (total 2 characters) were added to '''Currency Symbols'''. * Some additional combining characters (total 7 characters) were added to '''Combining Diacritical Marks for Symbols'''. * Some double-struck and reversed/turned letters (total 15 characters) were added to '''Letterlike Symbols'''. * Some additional arrows (total 12 characters) were added to '''Arrows'''. * Some additional mathematical operators (total 14 characters) were added to '''Mathematical Operators'''. * Variable-width and additional symbols (total 53 characters) were added to '''Miscellaneous Technical'''. * Black and double circled numerals (total 20 characters) were added to '''Enclosed Alphanumerics'''. * Quadrant elements (total 10 characters) were added to '''Block Elements'''. * Some additional triangles and squares (total 8 characters) were added to '''Geometric Shapes'''. * Shogi pieces ,recycling symbols, dices and dotted circles (total 24 characters) were added to '''Miscellaneous Symbols'''. * Additional parenthesis (total 14 characters) were added to '''Dingbats'''. * Three additional marks (total 3 characters) were added to '''CJK Symbols and Punctuation'''. * A digraph and two additional characters (total 3 characters) were added to '''Hiragana'''. * A digraph and a double hyphen (total 2 characters) were added to '''Katakana'''. * Additional circled numerals (total 30 characters) were added to '''Enclosed CJK Letters and Months'''. * Five missing radicals (total 5 characters) were added to '''Yi Radicals'''. * Additional compatibility characters (total 59 characters) were added to '''CJK Compatibility Ideographs'''. * The rial sign (﷼) (total 1 character) was added to '''Arabic Presentation Forms-A'''. * Two sesame dots (total 2 characters) were added to '''CJK Compatibility Forms'''. *A tail fragment (ﹳ) (total 1 character) was added to '''Arabic Presentation Forms-B'''. * A pair of double parenthesis (total 2 characters) was added to '''Halfwidth and Fullwidth Forms'''. == Unicode 4.0 == Unicode 4.0 was released April 2003. It encoded 96,447 characters, adding 1,226 new characters. === New blocks === * '''Limbu''', containing 66 characters for the Limbu abugida, was added. * '''Tai Le''', containing 35 letters for the Tai Le script, was added. * '''Khmer Symbols''', containing 32 symbols for the lunar calendar, was added. * '''Phonetic Extensions''', containing 108 letters used in phonetic transcription, was added. * '''Miscellaneous Symbols and Arrows''', containing 14 additional arrows, was added. * '''Yijing Hexagram Symbols''', containing 64 hexagrams, was added. * '''Linear B Syllabary''', containing 88 syllables of the ancient Linear B script, was added. * '''Linear B Ideograms''', containing 123 ideograms of the ancient Linear B script, was added. * '''Aegean Numbers''', containing 57 numerals used in the Aegean area, was added. * '''Ugaritic''', containing 31 characters used in Ugaritic cuneiform, was added. * '''Shavian''', containing 48 letters used for the artificial Shavian script, was added. * '''Osmanya''', containing 40 characters used in the artificial Osmanya script, was added. * '''Cypriot Syllabary''', containing 55 characters formerly used on Cyprus, was added. * '''Tai Xuan Jing Symbols''', containing 87 symbols of Tai Xuan Jing, was added. * '''Variation Selectors Supplement''', containing 240 additional variation selectors, was added. === Extended blocks === * Letters with curl used in Sinology (total 4 characters) were added to '''Latin Extended-B'''. * Former IPA letters (total 2 characters) were added to '''IPA Extensions'''. * Some additional characters (total 17 characters) were added to '''Spacing Modifier Letters'''. * Additional combining double-width diacritics and diacritics corresponding to their spacing equivalent (total 11 characters) were added to '''Combining Diacritical Marks'''. * The archaic letters Sho and San and the capital Lunate Sigma (total 5 characters) were added to '''Greek and Coptic'''. * Some additional markers, biblical signs, and letters with inverted V (total 19 characters) were added to '''Arabic'''. * Letters used for foreign words from Persian and Sogdian (total 6 characters) were added to '''Syriac'''. * The short A (ऄ) (total 1 character) was added to '''Devanagari'''. * The Avagraha sign (ঽ) (total 1 character) was added to '''Bengali'''. * The Adak Bindi and Visarga signs (total 2 characters) were added to '''Gurmukhi'''. * The vocalic l and ll and the Rupee sign (total 5 characters) were added to '''Gujarati'''. * The letters Va and Wa (total 2 characters) were added to '''Oriya'''. * Additional signs for date and finance environments (total 8 characters) were added to '''Tamil'''. * The Nukta and Avagraha signs (total 2 characters) were added to '''Kannada'''. * Some symbols and signs (total 11 characters) were added to '''Khmer'''. * An inverted undertie and a swung dash (total 2 characters) were added to '''General Punctuation'''. * The facsimile sign (℻) (total 1 character) was added to '''Letterlike Symbols'''. * The eject symbol and a vertical line (total 2 characters) were added to '''Miscellaneous Technical'''. * A black circled digit zero (⓿) (total 1 character) was added to '''Enclosed Alphanumerics'''. * Monograms and diagrams, flags, warning and weather symbols and a cup of tea (total 12 characters) were added to '''Miscellaneous Symbols'''. * Additional parenthesized and circled Korean characters and supplemental signs (total 9 characters) were added to '''Enclosed CJK Letters and Months'''. * Additional measure units (total 7 characters) were added to '''CJK Compatibility'''. * An additional Arabic sign (﷽) (total 1 character) was added to '''Arabic Presentation Forms-A'''. * A pair of vertical parenthesis (total 2 characters) was added to '''CJK Compatibility Forms'''. * The letters Oi and Ew (total 4 characters) were added to '''Deseret'''. * A small script l (ℓ) (total 1 character) was added to '''Mathematical Alphanumeric Symbols'''. == Unicode 4.1 == Unicode 4.1 was released March 31, 2005. It encoded 97,720 characters, adding 1,273 new characters. === New blocks === * '''Arabic Supplement''', containing 30 characters for various languages written with the Arabic script, was added. * '''Ethiopic Supplement''', containing 26 characters and signs for Sebatbeit, was added. * '''New Tai Lue''', containing 80 characters for the New Tai Lue script, was added. * '''Buginese''', containing 30 characters for the Lontara script, was added. * '''Phonetic Extensions Supplement''', containing 64 additional letters for phonetic transcription, was added. * '''Combining Diacritical Marks Supplement''', containing 4 additional diacritics, was added. * '''Glagolitic''', containing 94 characters for the Glagolitic script, was added. * '''Coptic''', containing 114 characters for the Coptic script, was added. * '''Georgian Supplement''', containing 38 Nuskhuri letters, was added. * '''Tifinagh''', containing 55 characters for the Tifinagh script, was added. * '''Ethiopic Extended''', containing 79 additional Ethiopic syllables, was added. * '''Supplemental Punctuation''', containing 26 additional punctuation marks, was added. * '''CJK Strokes''', containing 16 strokes for Han Ideographs, was added. * '''Modifier Tone Letters''', containing 23 letters for Chinese tones, was added. * '''Syloti Nagri''', containing 44 characters for the Syloti Nagri abugida, was added. * '''Vertical Forms''', containing 10 punctuation marks suited for vertical text, was added. * '''Ancient Greek Numbers''', containing 75 numerals and signs used in Ancient Greek, was added. * '''Old Persian''', containing 50 characters for Old Persian cuneiform, was added. * '''Kharoshthi''', containing 65 characters for the Kharoshthi abugida, was added. * '''Ancient Greek Musical Notation''', containing 70 musical signs used in Ancient Greek, was added. === Extended blocks === * Letters for Sencoten, digraphs, letters with swash tail and other additions (total 11 characters) were added to '''Latin Extended-B'''. * Additional diacritics for transliteration (total 5 characters) were added to '''Combining Diacritical Marks'''. * Rho with stroke, reversed and dotted Lunate Sigma (total 4 characters) were added to '''Greek and Coptic'''. * Ghe with descender (Ӷ) (total 2 characters) was added to '''Cyrillic'''. * An additional biblical mark and some punctuation marks (total 4 characters) were added to '''Hebrew'''. * Additional biblical marks, punctuation marks and the Afghani sign (total 8 characters) were added to '''Arabic'''. * A glottal stop (ॽ) (total 1 character) was added to '''Devanagari'''. * The Khanda Ta letter (ৎ) (total 1 character) was added to '''Bengali'''. * The letter Sha and the digit zero (total 2 characters) were added to '''Tamil'''. * Two marks used in Bhutan (total 2 characters) were added to '''Tibetan'''. * Two letters and a modifier letter (total 3 characters) were added to '''Georgian'''. * Some additional syllables (total 11 characters) were added to '''Ethiopic'''. * Additional phonetic symbols (total 20 characters) were added to '''Phonetic Extensions'''. * A flower and dot punctuation marks (total 9 characters) were added to '''General Punctuation'''. * Additional subscript letters (total 5 characters) were added to '''Superscripts and Subscripts'''. * The Guarani, Austral, Hryvnia and Cedi signs (total 4 characters) were added to '''Currency Symbols'''. * A combining long double solidus (⃫) (total 1 character) was added to '''Combining Diacritical Marks for Symbols'''. * The per sign and a double-struck letter Pi (total 2 characters) were added to '''Letterlike Symbols'''. * Metrical and electrical signs (total 11 characters) were added to '''Miscellaneous Technical'''. * Additional gender and map symbols (total 30 characters) were added to '''Miscellaneous Symbols'''. * Some additional mathematical symbols (total 7 characters) were added to '''Miscellaneous Mathematical Symbols-A'''. * Additional arrows and squares (total 6 characters) were added to '''Miscellaneous Symbols and Arrows'''. * A circled Hangul character (㉾) (total 1 character) was added to '''Enclosed CJK Letters and Months'''. * Additional Han Ideographs (total 22 characters) were added to '''CJK Unified Ideographs'''. * Additional Compatibility Ideographs (total 106 characters) were added to '''CJK Compatibility Ideographs'''. * Italic dotless small i and j (total 2 characters) were added to '''Mathematical Alphanumeric Symbols'''. == Unicode 5.0 == Unicode 5.0 was released July 14, 2006. It encoded 99,089 characters, adding 1,369 new characters. === New blocks === * '''N'Ko''', containing 59 characters for the N'Ko script, was added. * '''Balinese''', containing 121 characters and musical signs for the Balinese abugida, was added. * '''Latin Extended-C''', containing 17 letters for various languages, was added. * '''Latin Extended-D''', containing 2 characters for UPA, was added. * '''Phags-pa''', containing 56 characters for the Phags-pa script, was added. * '''Phoenician''', containing 27 letters and numerals for the Phoenician script, was added. * '''Cuneiform''', containing 879 signs for Sumero-Akkadian Cuneiform, was added. * '''Cuneiform Numbers and Punctuation''', containing 103 numerals and punctuation signs for Sumero-Akkadian Cuneiform, was added. * '''Counting Rod Numerals''', containing 18 numerals used with counting rods, was added. === Extended blocks === * Various letters used mainly for aboriginal languages (total 14 characters) were added to '''Latin Extended-B'''. * Lowercase lunate sigma symbols (total 3 characters) were added to '''Greek and Coptic'''. * Lowercase palochka and 3 letters used in Nivkh (total 7 characters) were added to '''Cyrillic'''. * Two letters used in Khanty and other languages (total 4 characters) were added to '''Cyrillic Supplement'''. * A specific point meant for Vav (ֺ) (total 1 character) was added to '''Hebrew'''. * Four letters used in Sindhi (total 4 characters) were added to '''Devanagari'''. * Four letters used in Sanskrit (total 4 characters) were added to '''Kannada'''. * Additional IPA diacritics (total 9 characters) were added to '''Combining Diacritical Marks Supplement'''. * Four combining arrows (total 4 characters) were added to '''Combining Diacritical Marks for Symbols'''. * A danish symbol and a lowercase turned F (total 2 characters) were added to '''Letterlike Symbols'''. * A lowercase reversed C (ↄ) (total 1 character) was added to '''Number Forms'''. * Vertical parenthesis, geometric forms and electrical symbols (total 12 characters) were added to '''Miscellaneous Technical'''. * A neuter symbol (⚲) (total 1 character) was added to '''Miscellaneous Symbols'''. * Four additional mathematical symbols (total 4 characters) were added to '''Miscellaneous Mathematical Symbols-A'''. * Additional squares, pentagons and hexagons (total 11 characters) were added to '''Miscellaneous Symbols and Arrows'''. * Four additional tone letters used in Chinantec (total 4 characters) were added to '''Modifier Tone Letters'''. * Bold Digamma (𝟊/'''Ϝ''') (total 2 characters) was added to '''Mathematical Alphanumeric Symbols'''. == Unicode 5.1 == Unicode 5.1 was released April 4, 2008. It encoded 100,713 characters, adding 1,624 new characters. === New blocks === * '''Sundanese''', containing 55 letters for Sundanese script, was added. * '''Lepcha''', containing 74 letters for Lepcha script, was added. * '''Ol Chiki''', containing 48 letters for Ol Chiki script, was added. * '''Cyrillic Extended-A''', containing 32 letters for combining Cyrillic letters, was added. * '''Vai''', containing 300 letters for Vai script, was added. * '''Cyrillic Extended-B''', containing 78 letters for additional Cyrillic characters, was added. * '''Saurashtra''', containing 81 letters for Saurashtra script, was added. * '''Kayah Li''', containing 48 letters for Kayah languages, was added. * '''Rejang''', containing 37 letters for Rejang script, was added. * '''Cham''', containing 83 letters for Cham script, was added. * '''Ancient Symbols''', containing 12 characters for weights and measures and other Ancient symbols, was added. * '''Phaistos Disc''', containing 46 hieroglyphs for Phaistos, was added. * '''Lycian''', containing 29 letters for Lycian script, was added. * '''Carian''', containing 49 letters for Carian script, was added. * '''Lydian''', containing 27 letters for Lydian script, was added. * '''Mahjong Tiles''', containing 44 mahjong tiles, was added. * '''Domino Tiles''', containing 100 domino tiles, was added. === Extended blocks === * Archaic letters and capital kai symbol (total 7 characters) were added to '''Greek and Coptic'''. * Combining Pokrytie (total 1 character) was added to '''Cyrillic'''. * Mordvin, Kurdish, Aleut and Chuvash letters (total 16 characters) were added to '''Cyrillic Supplement'''. * Radix symbols, Letterlike, punctuation, Koranic annotation signs and additions for early Persian and Azerbaijani (total 15 characters) were added to '''Arabic'''. * Additional letters in Torwali, Burushaski and early Persian (total 18 characters) were added to '''Arabic Supplement'''. * High spacing dot and candra a (total 2 characters) were added to '''Devanagari'''. * Udaat and yakash signs (total 2 characters) were added to '''Gurmukhi'''. * Vocalic rr, l and ll (total 3 characters) were added to '''Oriya'''. * Om symbol (ௐ) (total 1 character) was added to '''Tamil'''. * Avagraha, additional phonetic letters, vocalic l and ll, fractional signs and tuumu (total 13 characters) were added to '''Telugu'''. * Avagraha, vocalic rr, l and ll, Malayalam numerics and fractions and chillu letters (total 17 characters) were added to '''Malayalam'''. * Letters for Balti and various symbols (total 6 characters) were added to '''Tibetan'''. * Characters for various languages (total 78 characters) were added to '''Myanmar'''. * Manchu Ali Gali lha (ᢪ) (total 1 character) was added to '''Mongolian'''. * Miscellaneous combining marks (total 28 characters) were added to '''Combining Diacritical Marks Supplement'''. * Medievalist latin letters and miscellaneous letters (total 10 characters) were added to '''Latin Extended Additional'''. * Invisible plus (+) (total 1 character) was added to '''General Punctuation'''. * Combining asterisk above ( ⃰)(total 1 character) was added to '''Combining Diacritical Marks for Symbols'''. * Symbol for Samaritan Source (⅏) (total 1 character) was added to '''Letterlike Symbols'''. * Archaic Roman Numerals (total 4 characters) were added to '''Number Forms'''. * Outlined white star and other signs (total 15 characters) were added to '''Miscellaneous Symbols'''. * Long division and additional mathematical brackets (total 5 characters) were added to '''Miscellaneous Mathematical Symbols-A'''. * Miscellaneous signs (total 51 characters) were added to '''Miscellaneous Symbols and Arrows'''. * Additional latin letters (total 12 characters) were added to '''Latin Extended-C'''. * Additional punctuation (total 23 characters) were added to '''Supplemental Punctuation'''. * Letter ih (ㄭ) (total 1 character) was added to '''Bopomofo'''. * Other strokes (total 20 characters) were added to '''CJK Strokes'''. * Miscellaneous additions (total 8 characters) were added to '''CJK Unified Ideographs'''. * Africanist tone letters (total 5 characters) were added to '''Modifier Tone Letters'''. * Miscellaneous letters and symbols (total 112 characters) were added to '''Latin Extended-D'''. * Continuous macrons for Coptic (total 3 characters) were added to '''Combining Half Marks'''. * Musical symbol multiple measure rest (𝄩) (total 1 character) was added to '''Musical Symbols'''. == Unicode 5.2 == Unicode 5.2 was released in October 1, 2009. It encoded 107,361 characters, adding 6,648 new characters. === New blocks === * '''Samaritan''', containing 61 letters for Samaritan script, was added. * '''Unified Canadian Aboriginal Syllabics Extended''', containing 70 syllables for various cree languages, was added. * '''Tai Tham''', containing 127 letters for Tai Tham script, was added. * '''Vedic Extensions''', containing 35 characters for tone marks and signs, was added. * '''Lisu''', containing 48 letters for Lisu script, was added. * '''Bamum''', containing 88 letters for Bamum script, was added. * '''Common Indic Number Forms''', containing 10 fractions and marks, was added. * '''Devanagari Extended''', containing 28 additional marks, was added. * '''Hangul Jamo Extended-A''', containing 29 characters for additional old initial consonants in hangul jamo, was added. * '''Javanese''', containing 91 letters for Javanese script, was added. * '''Myanmar Extended-A''', containing 28 letters for Khamti Shan in Myanmar, was added. * '''Tai Viet''', containing 72 letters for Tai Viet script, was added. * '''Meetei Mayek''', containing 56 letters for Meetei Mayek script, was added. * '''Hangul Jamo Extended-B''', containing 72 characters for additional old medieval vowels and final consonants in hangul jamo, was added. * '''Imperial Aramaic''', containing 31 characters for Old Aramaic, was added. * '''Old South Arabian''', containing 32 letters and numbers for South Arabian, was added. * '''Avestan''', containing 61 characters for Avestan script, was added. * '''Inscriptional Parthian''', containing 30 characters for Inscriptional Parthian script, was added. * '''Inscriptional Pahlavi''', containing 27 characters for Inscriptional Pahlavi script, was added. * '''Old Turkic''', containing 73 characters for Orkhon script, was added. * '''Rumi Numeral Symbols''', containing 31 numeric characters used in Fez, Morocco, and elsewhere in North Africa and the Iberian peninsula, between the tenth and seventeenth centuries, was added. * '''Kaithi''', containing 66 letters for Khaiti script, was added. * '''Egyptian Hieroglyphs''', containing 1,071 hieroglyphs for Egyptian, was added. * '''Enclosed Alphanumeric Supplement''', containing 63 additional circled, parenthesized and squared alphanumerics, was added. * '''Enclosed Ideographic Supplement''', containing 44 squared and tortoised shell bracketed ideographs, was added. * '''CJK Unified Ideographs Extension C''', containing 4,149 additional Chinese Ideographs, was added. === Extended blocks === * Abhaz letters (total 2 characters) were added to '''Cyrillic Supplement'''. * Inverted Candrabinbu and additional signs and letters (total 5 characters) were added to '''Devanagari'''. * Ganda Mark (৻) (total 1 character) was added to '''Bengali'''. * Religious svasti signs (total 4 characters) were added to '''Tibetan'''. * Extensions for Khamti Shan and Alton and Phake (total 4 characters) were added to '''Myanmar'''. * Additional old initial consonants, medival vowels, and old final consonants (total 16 characters) were added to '''Hangul Jamo'''. * Hyphen and additional syllables (total 10 characters) were added to '''Unified Canadian Aboriginal Syllabics'''. * Letter Sua and Tham Digit One (total 3 characters) were added to '''New Tai Lue'''. * Combing Almost Equal to Below ( ᷽) (total 1 character) was added to '''Combining Diacritical Marks Supplement'''. * The Live Tournosis, Spesmillo and Tenge signs (total 3 characters) were added to '''Currency Symbols'''. * Additional vulgar fractions (total 4 characters) were added to '''Number Forms'''. * Decimal exponent symbol (⏨) (total 1 characters) was added to '''Miscellaneous Technical'''. * Additional weather, game and map symbols, traffic signs, sport symbols, closed captioning and draught and checkers (total 59 characters) were added to '''Miscellaneous Symbols'''. * Heavy exclamation mark symbol (❗) (total 1 character) was added to '''Dingbats'''. * Traffic sign, dictionary and map symbols (total 5 characters) were added to '''Miscellaneous Symbols and Arrows'''. * Capital letter turned alpha and additions for shona (total 3 characters) were added to '''Latin Extended-C'''. * Cryptogrammic letters and combining marks (total 7 characters) were added to '''Coptic'''. * Word separator middle dot used in Avestan (⸱) (total 1 character) was added to '''Supplemental Punctuation'''. * Circled ideographs and numbers on black squares (total 12 characters) were added to '''Enclosed CJK Letters and Months'''. * Miscellaneous additions (total 8 characters) were added to '''CJK Unified Ideographs'''. * Miscellaneous additions for compatibility (total 3 characters) were added to '''CJK Compatibility Ideographs'''. * Number two and three (total 2 characters) were added to '''Phoenician'''. == Unicode 6.0 == Unicode 6.0 was released in October 11, 2010. It encoded 109,449 characters, adding 2,088 new characters. === New blocks === * '''Mandaic''', containing 29 letters for Mandaic script, was added. * '''Batak''', containing 56 letters for Batak script, was added. * '''Ethiopic Extended-A''', containing 32 letters for Gamo-Gofa-Dawro, Basketo and Gumuz Ethiophic syllables, was added. * '''Brahmi''', containing 108 characters for ancient Brahmi abugida, was added. * '''Bamum Supplement''', containing 761 letters for additional Bamum script, was added. * '''Kana Supplement''', containing 2 characters for archaic katakana, was added. * '''Playing Cards''', containing 59 playing cards, was added. * '''Miscellaneous Symbols and Pictographs''', containing 529 additional symbols, was added. * '''Emoticons''', containing 63 faces, cat faces and gesture symbols, was added. * '''Transport and Map Symbols''', containing 70 transportation, traffic signs and other symbols, was added. * '''Alchemical Symbols''', containing 116 symbols for elements, was added. * '''CJK Unified Ideographs Extension D''', containing 222 miscellaneous Han ideographs, was added. === Extended blocks === * Azerbaijani letters (total 2 characters) were added to '''Cyrillic Supplement'''. * Kashmiri Yeh and Wavy hamza below (total 2 characters) were added to '''Arabic'''. * Dependent vowel signs and letters used in Kashmiri and Bihari (total 10 characters) were added to '''Devanagari'''. * Fraction signs (total 6 characters) were added to '''Oriya'''. * Letters used in scholarly only and letter dot reph (total 3 characters) were added to '''Malayalam'''. * Leading and Trailing Mchan Rtags (total 6 characters) were added to '''Tibetan'''. * Additional combining marks (total 2 characters) were added to '''Ethiopic'''. * Combining Double Inverted Breve Below (᷼) (total 1 character) was added to '''Combining Diacritical Marks Supplement'''. * Miscellaneous subscript letters (total 8 characters) were added to '''Superscripts and Subscripts'''. * Indian Rupee Sign (₹) (total 1 character) was added to '''Currency Symbols'''. * Pointing double triangle and additional mechanical symbols (total 11 characters) were added to '''Miscellaneous Technical'''. * Ophiucisus, astronomical symbol for uranus and pentagrams (total 6 characters) were added to '''Miscellaneous Symbols'''. * Additional heavy punctation marks, raised fist, raised hand, sparkles, heavy arithmetic symbols and curly loops (total 16 characters) were added to '''Dingbats'''. * Squared logicals (total 2 characters) were added to '''Miscellaneous Mathematical Symbols-A'''. * Separator mark and consonant joiner (total 2 characters) were added to '''Tifinagh'''. * Bopomofo for Hmu and Ge (total 3 characters) were added to '''Bopomofo Extended'''. * Reversed Tse (total 2 characters) were added to '''Cyrillic Extended-B'''. * Additional letters (total 15 characters) were added to '''Latin Extended-D'''. * Pedagogical symbols (total 16 characters) were added to '''Arabic Presentation Forms-A'''. * Additional squared, black circled and squared letters and regional indicator letters (total 107 characters) were added to '''Enclosed Alphanumeric Supplement'''. * Squared katakana, squared ideographs and circled advantage and accept (total 13 characters) were added to '''Enclosed Ideographic Supplement'''. == Unicode 6.1 == Unicode 6.1 was released in January 31, 2012. It encoded 110,181 characters, adding 732 new characters. === New blocks === * '''Arabic Extended-A''' (U+08A0-U+08FF), containing 39 characters, was added. * '''Sundanese Supplement''' (U+1CC0-U+1CCF), containing 8 characters, was added. * '''Meetei Mayek Extensions''' (U+AAE0-U+AAFF), containing 23 characters, was added. * '''Meroitic Hieroglyphs''' (U+10980-U+1099F), containing 32 characters, was added. * '''Meroitic Cursive''' (U+109A0-U+109FF), containing 26 characters, was added. * '''Sora Sompeng''' (U+110D0-U+110FF), containing 35 characters, was added. * '''Chakma''' (U+11100-U+1114F), containing 67 characters, was added. * '''Sharada''' (U+11180-U+111DF), containing 83 characters, was added. * '''Takri''' (U+11680-U+116CF), containing 66 characters, was added. * '''Miao''' (U+16F00-U+16F9F), containing 133 characters, was added. * '''Arabic Mathematical Alphabetic Symbols''' (U+1EE00-U+1EEFF), containing 143 characters, was added. === Extended blocks === * (total 1 character) was added to '''Armenian'''. (U+058F) * (total 1 character) was added to '''Arabic'''. (U+0604) * (total 1 character) was added to '''Gujarati'''. (U+0AF0) * (total 2 characters) were added to '''Lao'''. (U+0EDE-U+0EDF) * (total 5 characters) were added to '''Georgian'''. (U+10C7, U+10CD and U+10FD-U+10FF) * (total 9 characters) were added to '''Sundanese'''. (U+1BAB-U+1BAD and U+1BBA-U+1BBF) * (total 4 characters) were added to '''Vedic Extensions'''. (U+1CF3-U+1CF6) * (total 2 characters) were added to '''Miscellaneous Mathematical Symbols-A'''. (U+27CB and U+27CD) * (total 2 characters) were added to '''Coptic'''. (U+2CF2-U+2CF3) * (total 2 characters) were added to '''Georgian Supplement'''. (U+2D27 and U+2D2D) * (total 2 characters) were added to '''Tifinagh'''. (U+2D66-U+2D67) * (total 10 characters) were added to '''Supplemental Punctuation'''. (U+2E32-U+2E3B) * (total 1 character) was added to '''CJK Unified Ideographs'''. (U+9FCC) * (total 9 characters) were added to '''Cyrillic Extended-B'''. (U+A674-U+A67B and U+A69F) * (total 5 characters) were added to '''Latin Extended-D'''. (U+A792-U+A793, U+A7AA and U+A7F8-U+A7F9) * (total 2 characters) were added to '''CJK Compatibility Ideographs'''. (U+FA2E-U+FA2F) * (total 2 characters) were added to '''Enclosed Alphanumeric Supplement'''. (U+1F16A-U+1F16B) * (total 4 characters) were added to '''Miscellaneous Symbols and Pictographs'''. (U+1F540-U+1F543) * (total 13 characters) were added to '''Emoticons'''. (U+1F600, U+1F611, U+1F615, U+1F617, U+1F619, U+1F61B, U+1F61F, U+1F626-U+1F627, U+1F62C, U+1F62E-U+1F62F and U+1F634) == Unicode 6.2 == Unicode 6.2 was released in September 26, 2012. It encoded 110,182 characters, adding only 1 new character. === Extended blocks === * (total 1 character) was added to '''Currency Symbols'''. (U+20BA) == Unicode 6.3 == Unicode 6.3 was released in September 30, 2013. It encoded 110,187 characters, adding only 5 new characters. === Extended blocks === * (total 1 character) was added to '''Arabic'''. (U+061C) * (total 4 characters) were added to '''General Punctuation'''. (U+2066-U+2069) == Unicode 7.0 == Unicode 7.0 was released in June 16, 2014. It encodes 113,021 characters, adding 2,834 new characters. === New blocks === * '''Combining Diacritical Marks Extended''' (U+1AB0-U+1AFF), containing 15 marks, was added. * '''Myanmar Extended-B''' (U+A9E0-U+A9FF), containing 31 letters, was added. * '''Latin Extended-E''' (U+AB30-U+AB6F), containing 50 letters, was added. * '''Coptic Epact Numbers''' (U+102E0-U+102FF), containing 28 numbers, was added. * '''Old Permic''' (U+10350-U+1037F), containing 43 letters, was added. * '''Elbasan''' (U+10500-U+1052F), containing 50 letters, was added. * '''Caucasian Albanian''' (U+10530-U+1056F), containing 53 letters and marks, was added. * '''Linear A''' (U+10600-U+1077F), containing 341 signs, was added. * '''Palmyrene''' (U+10860-U+1087F), containing 32 letters, was added. * '''Nabataean''' (U+10880-U+108AF), containing 40 letters and numbers, was added. * '''Old North Arabian''' (U+10A80-U+10A9F), containing 32 letters and numbers, was added. * '''Manichaean''' (U+10AC0-U+10AFF), containing 51 characters, was added. * '''Psalter Pahlavi''' (U+10B80-U+10BAF), containing 29 characters, was added. * '''Mahajani''' (U+11150-U+1117F), containing 39 letters and signs, was added. * '''Sinhala Archaic Numbers''' (U+111E0-U+111FF), containing 20 numbers, was added. * '''Khojki''' (U+11200-U+1124F), containing 61 characters, was added. * '''Khudawadi''' (U+112B0-U+112FF), containing 69 characters, was added. * '''Grantha''' (U+11300-U+1137F), containing 83 characters, was added. * '''Tirhuta''' (U+11480-U+114DF), containing 82 characters, was added. * '''Siddham''' (U+11580-U+115FF), containing 72 characters, was added. * '''Modi''' (U+11600-U+1165F), containing 79 characters, was added. * '''Warang Citi''' (U+118A0-U+118FF), containing 84 letters and numbers, was added. * '''Pau Cin Hau''' (U+11AC0-U+11AFF), containing 57 characters, was added. * '''Mro''' (U+16A40-U+16A6F), containing 43 characters, was added. * '''Bassa Vah''' (U+16AD0-U+16AFF), containing 36 characters, was added. * '''Pahawh Hmong''' (U+16B00-U+16B8F), containing 127 letters and signs, was added. * '''Duployan''' (U+1BC00-U+1BC9F), containing 143 characters, was added. * '''Shorthand Format Controls''' (U+1BCA0-U+1BCAF), containing 4 format characters, was added. * '''Mende Kikakui''' (U+1E800-U+1E8DF), containing 213 syllables and numbers, was added. * '''Ornamental Dingbats''' (U+1F650-U+1F67F), containing 48 pictographic characters, was added. * '''Geometric Shapes Extended''' (U+1F780-U+1F7FF), containing 85 pictographic characters, was added. * '''Supplemental Arrows-C''' (U+1F800-U+1F8FF), containing 148 pictographic characters, was added. === Extended blocks === * (total 1 character) was added to '''Greek and Coptic'''. (U+037F) * (total 8 characters) were added to '''Cyrillic Supplement'''. (U+0528-U+052F) * (total 2 characters) were added to '''Armenian'''. (U+058D-U+058E) * (total 1 character) was added to '''Arabic'''. (U+0605) * (total 8 characters) were added to '''Arabic Extended-A'''. (U+08A1, U+08AD-U+08B2 and U+08FF) * (total 1 character) was added to '''Devanagari'''. (U+0978) * (total 1 character) was added to '''Bengali'''. (U+0980) * (total 2 characters) were added to '''Telugu'''. (U+0C00 and U+0C34) * (total 1 character) was added to '''Kannada'''. (U+0C81) * (total 1 character) was added to '''Malayalam'''. (U+0D01) * (total 10 digits) were added to '''Sinhala'''. (U+0DE6-U+0DEF) * (total 8 characters) were added to '''Runic'''. (U+16F1-U+16F8) * (total 2 characters) were added to '''Limbu'''. (U+191D-U+191E) * (total 2 characters) were added to '''Vedic Extensions'''. (U+1CF8-U+1CF9) * (total 15 characters) were added to '''Combining Diacritical Marks Supplement'''. (U+1DE7-U+1DF5) * (total 3 characters) were added to '''Currency Symbols'''. (U+20BB-U+20BD) * (total 7 characters) were added to '''Miscellaneous Technical'''. (U+23F4-U+23FA) * (total 1 character) was added to '''Dingbats'''. (U+2700) * (total 115 characters) were added to '''Miscellaneous Symbols and Arrows'''. (U+2B4D-U+2B4F, U+2B5A-U+2B5F, U+2B60-U+2B73, U+2B76-U+2B95, U+2B98-U+2BB9, U+2BBD-U+2BC8 and U+2BCA-U+2BD1) * (total 7 characters) were added to '''Supplemental Punctuation'''. (U+2E3C-U+2E42) * (total 6 characters) were added to '''Cyrillic Extended-B'''. (U+A698-U+A69D) * (total 18 characters) were added to '''Latin Extended-D'''. (U+A794-U+A79F, U+A7AB-U+A7AD, U+A7B0-U+A7B1 and U+A7F7) * (total 4 characters) were added to '''Myanmar Extended-A'''. (U+AA7C-U+AA7F) * (total 7 characters) were added to '''Combining Half Marks'''. (U+FE27-U+FE2D) * (total 2 characters) were added to '''Ancient Greek Numbers'''. (U+1018B-U+1018C) * (total 1 character) was added to '''Ancient Symbols'''. (U+101A0) * (total 1 character) was added to '''Old Italic'''. (U+1031F) * (total 1 character) was added to '''Brahmi'''. (U+1107F) * (total 2 characters) were added to '''Sharada'''. (U+111CD and U+111DA) * (total 42 characters) were added to '''Cuneiform'''. (U+1236F-U+12398) * (total 13 characters) were added to '''Cuneiform Numbers and Punctuation'''. (U+12463-U+1246E and U+12474) * (total 23 characters) were added to '''Playing Cards'''. (U+1F0BF and U+1F0E0-U+1F0F5) * (total 2 characters) were added to '''Enclosed Alphanumeric Supplement'''. (U+1F10B-U+1F10C) * (total 209 characters) were added to '''Miscellaneous Symbols and Pictographs'''. (U+1F321-U+1F32C, U+1F336, U+1F37D, U+1F394-U+1F39F, U+1F3C5, U+1F3CB-U+1F3CE, U+1F3D4-U+1F3DF, U+1F3F1-U+1F3F7, U+1F43F, U+1F441, U+1F4F8, U+1F4FD-U+1F4FE, U+1F53E-U+1F53F, U+1F544-U+1F54A, U+1F568-U+1F579, U+1F57B-U+1F5A3 and U+1F5A5-U+1F5FA) * (total 2 characters) were added to '''Emoticons'''. (U+1F641-U+1F642) * (total 27 characters) were added to '''Transport and Map Symbols'''. (U+1F6C6-U+1F6CF, U+1F6E0-U+1F6EC and U+1F6F0-U+1F6F3) == Unicode 8.0 == Unicode 8.0 was released in June 17, 2015. It encoded 120,737 characters, adding 7,716 new characters. === New blocks === * '''Cherokee Supplement''' (U+AB70-U+ABBF), containing 80 lowercase letters, was added. * '''Hatran''' (U+108E0-U+108FF), containing 26 letters, was added. * '''Old Hungarian''' (U+10C80-U+10CFF), containing 108 letters, was added. * '''Multani''' (U+11280-U+112AF), containing 38 letters, was added. * '''Ahom''' (U+11700-U+1173F), containing 57 letters, was added. * '''Early Dynastic Cuneiform''' (U+12480-U+1254F), containing 196 characters, was added. * '''Anatolian Hieroglyphs''' (U+14400-U+1467F), containing 583 characters, was added. * '''Sutton SignWriting''' (U+1D800-U+1DAAF), containing 672 signs, was added. * '''Supplemental Symbols and Pictographs''' (U+1F900-U+1F9FF), containing 15 pictographic characters, was added. * '''CJK Unified Ideographs Extension E''' (U+2B820-U+2CEAF), containing 5762 characters, was added. === Extended blocks === * (total 3 characters) were added to '''Arabic Extended-A'''. (U+08B3-U+08B4 and U+08E3) * (total 1 character) were added to '''Gujarati'''. (U+0AF9) * (total 1 character) were added to '''Telugu'''. (U+0C5A) * (total 1 character) were added to '''Malayalam'''. (U+0D5F) * (total 7 characters) were added to '''Cherokee'''. (U+13F5 and U+13F8-U+13FD) * (total 1 character) were added to '''Currency Symbols'''. (U+20BE) * (total 2 characters) were added to '''Number Forms'''. (U+218A-U+218B) * (total 4 characters) were added to '''Miscellaneous Symbols and Arrows'''. (U+2BEC-U+2BEF) * (total 9 characters) were added to '''CJK Unified Ideographs'''. (U+9FCD-U+9FD5) * (total 1 character) were added to '''Cyrillic Extended-B'''. (U+A69E) * (total 7 characters) were added to '''Latin Extended-D'''. (U+A78F and U+A7B2-U+A7B7) * (total 2 characters) were added to '''Devanagari Extended'''. (U+A8FC-U+A8FD) * (total 4 characters) were added to '''Latin Extended-E'''. (U+AB60-U+AB63) * (total 2 characters) were added to '''Combining Half Marks'''. (U+FE2E-U+FE2F) * (total 64 characters) were added to '''Meroitic Cursive'''. (U+109BC-U+109BD, U+109C0-U+109CF and U+109D2-U+109FF) * (total 9 characters) were added to '''Sharada'''. (U+111C9-U+111CC and U+111DB-U+111DF) * (total 2 characters) were added to '''Grantha'''. (U+11300 and U+11350) * (total 20 characters) were added to '''Siddham'''. (U+115CA-U+115DD) * (total 1 character) were added to '''Cuneiform'''. (U+12399) * (total 11 characters) were added to '''Musical Symbols'''. (U+1D1DE-U+1D1E8) * (total 24 characters) were added to '''Miscellaneous Symbols and Pictographs'''. (U+1F32D-U+1F32F, U+1F37E-U+1F37F, U+1F3CF-U+1F3D3, U+1F3F8-U+1F3FF, U+1F4FF and U+1F54B-U+1F54F) * (total 2 characters) were added to '''Emoticons'''. (U+1F643-U+1F644) * (total 1 character) were added to '''Transport and Map Symbols'''. (U+1F6D0) == Unicode 9.0 == Unicode 9.0, was released in June 21, 2016. It encoded 128,237 characters, adding 7,500 new characters. === New blocks === * '''Cyrillic Extended-C''' (U+1C80-U+1C8F), containing 9 letters, was added. * '''Osage''' (U+104B0-U+104FF), containing 72 letters, was added. * '''Newa''' (U+11400-U+1147F), containing 92 letters, was added. * '''Mongolian Supplement''' (U+11660-U+1167F), containing 13 letters, was added. * '''Bhaiksuki''' (U+11C00-U+11C6F), containing 97 letters, was added. * '''Marchen''' (U+11C70-U+11CBF), containing 68 letters, was added. * '''Ideographic Symbols and Punctuation''' (U+16FE0-U+16FFF), containing 1 letter, was added. * '''Tangut''' (U+17000-U+187FF), containing 6125 letters, was added. * '''Tangut Components''' (U+18800-U+18AFF), containing 755 letters, was added. * '''Glagolitic Supplement''' (U+1E000-U+1E02F), containing 38 letters, was added. * '''Adlam''' (U+1E900-U+1E95F), containing 87 letters, was added. === Extended blocks === * (total 23 characters) were added to '''Arabic Extended-A'''. (U+08B6-U+08BD and U+08D4-U+08E2) * (total 1 character) were added to '''Kannada'''. (U+0C80) * (total 14 characters) were added to '''Malayalam'''. (U+0D4F, U+0D54-U+0D56, U+0D58-U+0D5E and U+0D76-U+0D78) * (total 1 character) were added to '''Combining Diacritical Marks Supplement'''. (U+1DFB) * (total 4 characters) were added to '''Miscellaneous Technical'''. (U+23FB-U+23FE) * (total 2 characters) were added to '''Supplemental Punctuation'''. (U+2E43-U+2E44) * (total 1 character) were added to '''Latin Extended-D'''. (U+A7AE) * (total 1 character) were added to '''Saurashtra'''. (U+A8C5) * (total 2 characters) were added to '''Ancient Greek Numbers'''. (U+1018D-U+1018E) * (total 1 character) were added to '''Khojki'''. (U+1123E) * (total 18 characters) were added to '''Enclosed Alphanumeric Supplement'''. (U+1F19B-U+1F1AC) * (total 1 character) were added to '''Enclosed Ideographic Supplement'''. (U+1F23B) * (total 2 characters) were added to '''Miscellaneous Symbols and Pictographs'''. (U+1F57A and U+1F5A4) * (total 5 characters) were added to '''Transport and Map Symbols'''. (U+1F6D1-U+1F6D2 and U+1F6F4-U+1F6F6) * (total 67 characters) were added to '''Supplemental Symbols and Pictographs'''. (U+1F919-U+1F91E, U+1F920-U+1F927, U+1F930, U+1F933-U+1F93E, U+1F940-U+1F94B, U+1F950-U+1F95E and U+1F985-U+1F991) == Unicode 10.0 == Unicode 10.0, was released in June 20, 2017. It encoded 136,690 characters, adding 8,453 new characters. === New blocks === * '''Syriac Supplement''' (U+0860-U+086F), containing 11 characters, was added. * '''Zanabazar Square''' (U+11A00-U+11A4F), containing 72 characters, was added. * '''Soyombo''' (U+11A50-U+11AAF), containing 80 characters, was added. * '''Masaram Gondi''' (U+11D00-U+11D5F), containing 75 characters, was added. * '''Kana Extended-A''' (U+1B100-U+1B12F), containing 31 characters, was added. * '''Nushu''' (U+1B170-U+1B2FF), containing 396 characters, was added. * '''CJK Unified Ideographs Extension F''' (U+2CEB0-U+2EBEF), containing 7,473 characters, was added. === Extended blocks === * (total 2 characters) were added to '''Bengali'''. (U+09FC-U+09FD) * (total 6 characters) were added to '''Gujarati'''. (U+0AFA-U+0AFF) * (total 3 characters) were added to '''Malayalam'''. (U+0D00 and U+0D3B-U+0D3C) * (total 1 character) were added to '''Vedic Extensions'''. (U+1CF7) * (total 4 characters) were added to '''Combining Diacritical Marks Supplement'''. (U+1DF6-U+1DF9) * (total 1 character) were added to '''Currency Symbols'''. (U+20BF) * (total 1 character) were added to '''Miscellaneous Technical'''. (U+23FF) * (total 1 character) were added to '''Miscellaneous Symbols and Arrows'''. (U+2BD2) * (total 5 characters) were added to '''Supplemental Punctuation'''. (U+2E45-U+2E49) * (total 1 character) were added to '''Bopomofo'''. (U+312E) * (total 21 characters) were added to '''CJK Unified Ideographs'''. (U+9FD6-U+9FEA) * (total 3 characters) were added to '''Old Italic'''. (U+1032D-U+1032F) * (total 1 character) were added to '''Ideographic Symbols and Punctuation'''. (U+16FE1) * (total 254 characters) were added to '''Kana Supplement'''. (U+1B002-U+1B0FF) * (total 6 characters) were added to '''Enclosed Ideographic Supplement'''. (U+1F260-U+1F265) * (total 4 characters) were added to '''Transport and Map Symbols'''. (U+1F6D3-U+1F6D4 and U+1F6F7-U+1F6F8) * (total 66 characters) were added to '''Supplemental Symbols and Pictographs'''. (U+1F900-U+1F90B, U+1F91F, U+1F928-U+1F92F, U+1F931-U+1F932, U+1F94C, U+1F95F-U+1F96B, U+1F992-U+1F997 and U+1F9D0-U+1F9E6) == Unicode 11.0 == Unicode 11.0, was released in June 5, 2018. It encoded 137,374 characters, adding 684 new characters. === New blocks === * '''Georgian Extended''' (U+1C90-U+1CBF), containing 46 characters, was added. * '''Hanifi Rohingya''' (U+10D00-U+10D3F), containing 50 characters, was added. * '''Old Sogdian''' (U+10F00-U+10F2F), containing 40 characters, was added. * '''Sogdian''' (U+10F30-U+10F6F), containing 42 characters, was added. * '''Dogra''' (U+11800-U+1184F), containing 60 characters, was added. * '''Gunjala Gondi''' (U+11D60-U+11DAF), containing 63 characters, was added. * '''Makasar''' (U+11EE0-U+11EFF), containing 25 characters, was added. * '''Medefaidrin''' (U+16E40-U+16E9F), containing 91 characters, was added. * '''Mayan Numerals''' (U+1D2E0-U+1D2FF), containing 20 characters, was added. * '''Indic Siyaq Numbers''' (U+1EC70-U+1ECBF), containing 68 characters, was added. * '''Chess Symbols''' (U+1FA00-U+1FA6F), containing 14 characters, was added. === Extended blocks === * (total 2 characters) were added to '''Armenian'''. (U+0560 and U+0588) * (total 1 character) were added to '''Hebrew'''. (U+05EF) * (total 3 characters) were added to '''N'Ko'''. (U+07FD-U+07FF) * (total 1 character) were added to '''Arabic Extended-A'''. (U+08D3) * (total 1 character) were added to '''Bengali'''. (U+09FE) * (total 1 character) were added to '''Gurmukhi'''. (U+0A76) * (total 1 character) were added to '''Telugu'''. (U+0C04) * (total 1 character) were added to '''Kannada'''. (U+0C84) * (total 1 character) were added to '''Mongolian'''. (U+1878) * (total 43 characters) were added to '''Miscellaneous Symbols and Arrows'''. (U+2BBA-U+2BBC, U+2BD3-U+2BEB and 2BF0-U+2BFE) * (total 5 characters) were added to '''Supplemental Punctuation'''. (U+2E4A-U+2E4E) * (total 1 character) were added to '''Bopomofo'''. (U+312F) * (total 5 characters) were added to '''CJK Unified Ideographs'''. (U+9FEB-U+9FEF) * (total 3 characters) were added to '''Latin Extended-D'''. (U+A7AF and U+A7B8-U+A7B9) * (total 2 characters) were added to '''Devanagari Extended'''. (U+A8FE-U+A8FF) * (total 3 characters) were added to '''Kharoshthi'''. (U+10A34-U+10A35 and U+10A48) * (total 1 character) were added to '''Kaithi'''. (U+110CD) * (total 3 characters) were added to '''Chakma'''. (U+11144-U+11146) * (total 1 character) were added to '''Grantha'''. (U+1133B) * (total 1 character) were added to '''Newa'''. (U+1145E) * (total 1 character) were added to '''Ahom'''. (U+1171A) * (total 1 character) were added to '''Soyombo'''. (U+11A9D) * (total 5 characters) were added to '''Tangut'''. (U+187ED-U+187F1) * (total 7 characters) were added to '''Counting Rod Numerals'''. (U+1D372-U+1D378) * (total 1 character) were added to '''Enclosed Alphanumeric Supplement'''. (U+1F12F) * (total 1 character) were added to '''Transport and Map Symbols'''. (U+1F6F9) * (total 4 characters) were added to '''Geometric Shapes Extended'''. (U+1F7D5-U+1F7D8) * (total 65 characters) were added to '''Supplemental Symbols and Pictographs'''. (U+1F94D-U+1F94F, U+1F96C-U+1F970, U+1F973-U+1F976, U+1F97A, U+1F97C-U+1F97F, U+1F998-U+1F99F, U+1F9A0-U+1F9A2, U+1F9B0-U+1F9B9, U+1F9C1-U+1F9C2 and U+1F9E7-U+1F9FF) == Unicode 12.0 == Unicode 12.0 was released on March 5, 2019. It encoded 137,928 characters, adding 555 new characters. === New blocks === * '''Elymaic''' (U+10FE0-U+10FFF), containing 23 characters, was added. * '''Nandinagari''' (U+119A0-U+119FF), containing 65 characters, was added. * '''Tamil Supplement''' (U+11FC0-U+11FFF), containing 51 characters, was added. * '''Egyptian Hieroglyph Format Controls''' (U+13430-U+1343F), containing 9 characters, was added. * '''Small Kana Extension''' (U+1B130-U+1B16F), containing 7 characters, was added. * '''Nyiakeng Puachue Hmong''' (U+1E100-U+1E14F), containing 71 characters, was added. * '''Wancho''' (U+1E2C0-U+1E2FF), containing 59 characters, was added. * '''Ottoman Siyaq Numbers''' (U+1ED00-U+1ED4F), containing 61 characters, was added. * '''Symbols and Pictographs Extended-A''' (U+1FA70-U+1FAFF), containing 16 characters, was added. === Extended blocks === * (total 1 character) was added to '''Telugu'''. (U+0C77) * (total 15 characters) were added to '''Lao'''. (U+0E86, U+0E89, U+0E8C, U+0E8E-U+0E93, U+0E98, U+0EA0, U+0EA8-U+0EA9, U+0EAC and U+0EBA) * (total 1 character) was added to '''Vedic Extensions'''. (U+1CFA) * (total 2 characters) were added to '''Miscellaneous Symbols and Arrows'''. (U+2BC9 and U+2BFF) * (total 1 character) was added to '''Supplemental Punctuation'''. (U+2E4F) * (total 11 characters) were added to '''Latin Extended-D'''. (U+A7BA-U+A7BF and U+A7C2-U+A7C6) *(total 2 characters) were added to '''Latin Extended-E'''. (U+AB66-U+AB67) * (total 1 character) was added to '''Newa'''. (U+1145F) * (total 1 character) was added to '''Takri'''. (U+116B8) * (total 2 characters) were added to '''Soyombo'''. (U+11A84-U+11A85) * (total 16 characters) were added to '''Miao'''. (U+16F45-U+16F4A, U+16F4F and U+16F7F-U+16F87) * (total 2 characters) were added to '''Ideographic Symbols and Punctuation'''. (U+16FE2-U+16FE3) * (total 6 characters) were added to '''Tangut'''. (U+187F2-U+187F7) * (total 1 character) was added to '''Adlam'''. (U+1E94B) * (total 1 character) was added to '''Enclosed Alphanumeric Supplement'''. (U+1F16C) * (total 2 characters) were added to '''Transport and Map Symbols'''. (U+1F6D5 and U+1F6FA) * (total 12 characters) were added to '''Geometric Shapes Extended'''. (U+1F7E0-U+1F7EB) * (total 31 characters) were added to '''Supplemental Symbols and Pictographs'''. (U+1F90D-U+1F90F, U+1F93F, U+1F971, U+1F97B, U+1F9A5-U+1F9AA, U+1F9AE-U+1F9AF, U+1F9BA-U+1F9BF, U+1F9C3-U+1F9CA and U+1F9CD-U+1F9CF) * (total 84 characters) were added to '''Chess Symbols'''. (U+1FA00-U+1FA53) === Glyph Changes === *The Won Symbol (U+2089) Is Now Wider. *Both Extended Bopomofo Tone Marks (026A-026B) Is Now Bigger. And Here Are List of Other Changes: {| class="wikitable" !Block Name !Code Points !Count |- |Spacing Modifier Letters |02EA, 02EB |2 |- |Vedic Extensions |1CF2..1CF3 |2 |- |Currency Symbols |20A9 |1 |- |CJK Symbols and Punctuation |3001, 3002 |2 |- |Bopomofo |3105..312F |43 |- |Bopomofo Extended |31A0..31BA |27 |- |CJK Unified Ideographs Extension A |37C3, 3B9D, 3CFD, 3FE0, 44EC, 4A76 |6 |- |CJK Unified Ideographs |5344, 55B9, 6ABC, 6FF9, 809E, 80BC, 80E9, 8132, 8159, 841C, 891D, 8C6C, 915E, 9FD4 |14 |- |Phags-pa |A840..A877 |56 |- |Halfwidth and Fullwidth Forms |FF01, FF0C, FF0E, FF1A, FF1B, FF1F |6 |- |CJK Unified Ideographs Extension B |200DD, 20164, 20BBF, 20C02, 20CED, 21D4C, 2278B, 23AB8, 2459B, 24A7D, 24FB9, 25ED7, 2677C, 26B4C, 26C21, 26CBE, 26E3D, 28834, 289A1, 289C0, 28A0F, 28B46 |22 |- |CJK Unified Ideographs Extension C |2A8FB, 2A917, 2AA30 |3 |- |CJK Unified Ideographs Extension E |2BA52, 2BD77, 2C494, 2C72F, 2C734, 2CB38 |6 |- |CJK Unified Ideographs Extension F |2D23B, 2E83A |2 |- ! colspan="2" |Total !192 |} == Unicode 12.1 == Unicode 12.1 was released on May 7, 2019. It encoded 137,929 characters, adding only 1 new character. === Extended blocks === * (total 1 character) was added to '''Enclosed CJK Letters and Months'''. (U+32FF) == Unicode 13.0 == Unicode 13.0 was released on March 10, 2020. It encoded 143,859 characters, adding 5930 new characters. === New blocks === * '''Yezidi''' (U+10E80-U+10EBF), containing 47 characters, was added. * '''Chorasmian''' (U+10FB0-U+10FDF), containing 28 characters, was added. * '''Dives Akuru''' (U+11900-U+1195F), containing 72 characters, was added. * '''Lisu Supplement''' (U+11FB0-U+11FBF), containing 1 character, was added. * '''Khitan Small Script''' (U+18B00-U+18CFF), containing 470 characters, was added. * '''Tangut Supplement''' (U+18D00-U+18D08), containing 9 characters, was added. * '''Symbols for Legacy Computing''' (U+1FB00-U+1FBFF), containing 212 characters, was added. * '''CJK Unified Ideographs Extension G''' (U+30000-U+3134F), containing 4939 characters, was added. === Extended blocks === * (total 10 characters) were added to '''Arabic Extended-A'''. (U+08BE-U+08C7) * (total 1 character) was added to '''Oriya'''. (U+0B55) * (total 1 character) was added to '''Malayalam'''. (U+0D04) * (total 1 character) was added to '''Sinhala'''. (U+0D81) * (total 2 characters) were added to '''Combining Diacritical Marks Extended'''. (U+1ABF-U+1AC0) * (total 1 character) was added to '''Miscellaneous Symbols and Arrows'''. (U+2B97) * (total 3 characters) were added to '''Supplemental Punctuation'''. (U+2E50-U+2E52) * (total 5 characters) were added to '''Bopomofo Extended'''. (U+31BB-U+31BF) * (total 10 characters) were added to '''CJK Unified Ideographs Extension A'''. (U+4DB6-4DBF) * (total 13 characters) were added to '''CJK Unified Ideographs'''. (U+9FF0-U+9FFC) * (total 6 characters) were added to '''Latin Extended-D'''. (U+A7C7-U+A7CA and U+A7F5-U+A7F6) * (total 1 character) was added to '''Syloti Nagri'''. (U+A82C) * (total 4 characters) were added to '''Latin Extended-E'''. (U+AB68-U+AB6B) * (total 1 character) was added to '''Ancient Symbols'''. (U+1019C) * (total 1 character) was added to '''Chakma'''. (U+11147) * (total 2 characters) were added to '''Sharada'''. (U+111CE and U+111CF) * (total 3 characters) were added to '''Newa'''. (U+1145A and U+11460-U+11461) * (total 3 characters) were added to '''Ideographic Symbols and Punctuation'''. (U+16FE4 and U+16FF0-U+16FF1) * (total 13 characters) were added to '''Tangut Components'''. (U+18AF3-U+18AFF) * (total 7 characters) were added to '''Enclosed Alphanumeric Supplement'''. (U+1F10D-U+1F10F, U+1F16D-1F16F and U+1F1AD) * (total 4 characters) were added to '''Transportation and Map Symbols'''. (U+1F6D6-U+1F6D7 and U+1F6FB-U+1F6FC) * (total 2 characters) were added to '''Supplemental Arrows-C'''. (U+1F8B0-U+1F8B1) * (total 10 characters) were added to '''Supplemental Symbols and Pictographs'''. (U+1F90C, U+1F972, U+1F977-U+1F978, U+1F9A3-U+1F9A4, U+1F9AB-U+1F9AD and U+1F9CB) * (total 41 characters) were added to '''Symbols and Pictographs Extended-A'''. (U+1FA74, U+1FA83-U+1FA86, U+1FA96-U+1FAA8, U+1FAB0-U+1FAB6, U+1FAC0-U+1FAC2 and U+1FAD0-U+1FAD6) * (total 7 characters) were added to '''CJK Unified Ideographs Extension B'''. (U+2A6D7-U+2A6DD) === Glyph Changes === {| class="wikitable" !Block Name !Code Points !Count |- |Tagalog |1700..170C, 170E..1714 |20 |- |Mongolian |1834, 1871, 1878 |3 |- |Sundanese |1BAB |1 |- |Currency Symbols |20BF |1 |- |CJK Radicals Supplement |2E80..2E99, 2E9B..2EF3 |115 |- |Kangxi Radicals |2F00..2FD5 |214 |- |CJK Unified Ideographs Extension A |3472, 38C7, 3DB8, 3FE0, 440B, 46E9 |6 |- |CJK Unified Ideographs |53FD, 6146, 6711, 671C, 6721, 6725, 6BD2, 7B9A, 87CE, 8956, 93BF, 9B97 |12 |- |Latin Extended-D |A764..A765 |2 |- |Phags-pa |A86D |1 |- |Tangut |175F6, 17F0D, 17F8A, 17FA5, 180D6, 18139, 18147, 184F1, 18736 |9 |- |Tangut Components |18843, 18856, 1888C, 1890A, 18915, 1893B |6 |- |Adlam |1E900..1E94A, 1E950..1E959, 1E95E..1E95F |71 |- |Miscellaneous Symbols and Pictographs |1F3B1 |1 |- |Supplemental Symbols and Pictographs |1F995..1F998, 1F99B..1F99E, 1F9B0..1F9B3, 1F9E7 |13 |- |CJK Unified Ideographs Extension B |20219, 21249, 21827, 22C3A, 2327B, 23496, 2355E, 2363B, 236ED, 23839, 23FD5, 24261, 24726, 248F2, 2548E, 26657, 26C9E, 26FE1, 27334, 27C0E, 27CEF, 2A38C |22 |- |CJK Unified Ideographs Extension C |2AED5, 2AEF3, 2AF76, 2B09F, 2B1C3, 2B1E5 |6 |- |CJK Unified Ideographs Extension E |2B83C, 2B8D9..2B8DA, 2B96F, 2BBD7, 2BD61, 2BE4A, 2BF1D, 2BF9D, 2C0B8, 2C142, 2C176, 2C316, 2C3FB, 2C402, 2C7AC, 2C82C, 2C83A, 2C9A1, 2CC88, 2CD68 |21 |- |CJK Unified Ideographs Extension F |2DC09, 2DE4A, 2EB7E, 2EB89 |4 |- |CJK Compatibility Ideographs Supplement |2F83B, 2F878, 2F8D6..2F8D7, 2F8DA, 2F8F0, 2F984, 2FA02 |8 |- ! colspan="2" |Total !536 |} == Unicode 14.0 == Unicode 14.0 was released on September 14, 2021. It encoded 144,697 characters, adding 838 new characters. === New blocks === * '''Arabic Extended-B''' (U+0870-U+089F), containing 41 characters, was added. * '''Vithkuqi''' (U+10570-U+105BF), containing 70 characters, was added. * '''Latin Extended-F''' (U+10780-U+107BF), containing 57 characters, was added. * '''Old Uyghur''' (U+10F70-U+10FAF), containing 26 characters, was added. * '''Unified Canadian Aboriginal Syllabics Extended-A''' (U+11AB0-U+11ABF), containing 16 characters, was added. * '''Cypro-Minoan''' (U+12F90-U+12FFF), containing 99 characters, was added. * '''Tangsa''' (U+16A70-U+16ACF), containing 89 characters, was added. * '''Kana Extended-B''' (U+1AFF0-U+1AFFF), containing 13 characters, was added. * '''Znamenny Musical Symbols''' (U+1CF00-U+1CFFF), containing 185 characters, was added. * '''Latin Extended-G''' (U+1DF00-U+1DFFF), containing 31 characters, was added. * '''Toto''' (U+1E290-U+1E2BF), containing 31 characters, was added. * '''Ethiopic Extended-B''' (U+1E7E0-U+1E7FF), containing 28 characters, was added. === Extended blocks === * (total 1 character) were added to '''Arabic'''. The arabic end of text Mark Punctuation. Was added to Arabic. (U+061D) * (total 12 characters) were added to '''Arabic Extended-A'''. (U+08B5 and U+08C8-U+08D2) * (total 2 characters) were added to '''Telugu'''. (U+0C3C and U+0C5D) * (total 1 character) were added to '''Kannada'''. (U+0CDD) * (total 3 characters) were added to '''Tagalog'''. (U+170D, U+1715 and U+171F) * (total 1 character) were added to '''Mongolian'''. (U+180F) * (total 14 characters) were added to '''Combining Diacritical Marks Extended'''. (U+1AC1-U+1ACE) * (total 3 characters) were added to '''Balinese'''. (U+1B4C and U+1B7D-U+1B7E) * (total 1 character) were added to '''Combining Diacritical Marks Supplement'''. (U+1DFA) * (total 1 character) were added to '''Currency Symbols'''. (U+20C0) * (total 2 characters) were added to '''Glagolitic'''. (U+2C2F and U+2C5F) * (total 11 characters) were added to '''Supplemental Punctuation'''. (U+2E53-U+2E5D) * (total 3 characters) were added to '''CJK Unified Ideographs'''. (U+9FFD-U+9FFF) * (total 13 characters) were added to '''Latin Extended-D'''. (U+A7C0-U+A7C1, U+A7D0-U+A7D1, U+A7D3, U+A7D5, U+A7D6-U+A7D9 and U+A7F2-U+A7F4) * (total 20 characters) were added to '''Arabic Presentation Forms-A'''. (U+FBC2, U+FD40-U+FD4F, U+FDCF and U+FDFE-U+FDFF) * (total 6 characters) were added to '''Brahmi'''. (U+11070-U+11075) * (total 1 character) were added to '''Khaiti'''. (U+110C2) * (total 1 character) were added to '''Takri'''. (U+116B9) * (total 7 characters) were added to '''Ahom'''. (U+11740-U+11746) The block was expanded from (U+11700-U+1173F) to (U+11700-U+1174F) * (total 4 characters) were added to '''Kana Extended-A'''. (U+1B11F-U+1B122) * (total 2 characters) were added to '''Musical Symbols'''. (U+1D1E9-U+1D1EA) * (total 3 characters) were added to '''Transportation and Map Symbols'''. (U+1F6DD-U+1F6DF) * (total 1 character) were added to '''Geometric Shapes Extended'''. (U+1F7F0) * (total 2 characters) were added to '''Supplemental Symbols and Pictographs'''. (U+1F979 and U+1F9CC) * (total 31 characters) were added to '''Symbols and Pictographs Extended-A'''. (U+1FA7B-U+1FA7C, U+1FAA9-U+1FAAC, U+1FAB7-U+1FABA, U+1FAC3-U+1FAC5, U+1FAD7-U+1FAD9, U+1FAE0-U+1FAE7 and U+1FAF0-U+1FAF6) * (total 2 characters) were added to '''CJK Unified Ideographs Extension B'''. (U+2A6DE-U+2A6DF) * (total 4 characters) were added to '''CJK Unified Ideographs Extension C'''. (U+2B735-U+2B738) === Glyph Changes === * The Tone Six Glyph (U+0184-U+0185 Ƅƅ) was changed the top to a diagonal stroke downwards. And Here Are List of Other Changes: {| class="wikitable" !Block Name !Code Points !Count |- |Latin Extended-B |0184..0185 |2 |- |Arabic |0674..0678, 06C5, 06C7, 06FE |8 |- |Letterlike Symbols |210B, 2110, 2112, 211B, 212C, 2130..2131, 2133 |8 |- |Enclosed Alphanumerics |2460..24FF |160 |- |Dingbats |2776..2793 |30 |- |CJK Symbols and Punctuation |3001..3029, 3030..303D, 303F |56 |- |CJK Strokes |31C0..31E3 |36 |- |Katakana Phonetic Extensions |31F0..31FF |16 |- |Enclosed CJK Letters and Months |3200..321E, 3220..32FF |255 |- |CJK Compatibiity |3300..33FF |256 |- |CJK Unified Ideographs Extension A |3777, 3B3F |2 |- |CJK Unified Ideographs |5DD5, 652C, 6AC0 |3 |- |Arabic Presentation Forms-A |FBD7..FBD8, FBDD, FBE0..FBE1 |5 |- |Vertical Forms |FE10..FE19 |10 |- |CJK Compatibiity Forms |FE30..FE4F |32 |- |Small Form Variants |FE50..FE52, FE54..FE66, FE68..FE6B |26 |- |Halfwidth and Fullwidth Forms |FF01..FF9F, FFA1..FFBE, FFC2..FFC7, FFCA..FFCF, FFD2..FFD7, FFDA..FFDC, FFE0..FFE6, FFE8..FFEE |225 |- |Egyptian Hieroglyphs |1300A, 13017, 1302D, 13032, 13034..13035, 13037..13038, 1303A..1303E, 1304E..1304F, 13055, 13057, 13068, 1309A, 130D2, 130D5, 130F6, 130FE, 13192, 1325F, 13267, 1326A, 13281, 13297, 1329E, 132B4, 132C1, 132E6, 13304, 1331F, 13378..1337B, 1337D..1337E, 133F3, 133FA..13403, 1340D, 13417, 1342B |55 |- |Mathematical Alphanumeric Symbols |1D49C, 1D49E..1D49F, 1D4A2, 1D4A5..1D4A6, 1D4A9..1D4AC, 1D4AE..1D4B5 |18 |- |Enclosed Alphanumeric Supplement |1F100..1F1AD, 1F1E6..1F1FF |200 |- |Enclosed Ideographic Supplement |1F200..1F202, 1F210..1F23B, 1F240..1F248, 1F250..1F251, 1F260..1F265 |64 |- |Supplemental Symbols and Pictographs |1F930 |1 |- |CJK Unified Ideographs Extension B |22ADC, 230F2, 25B27, 26F28 |4 |- ! colspan="2" |Total !1472 |} == Unicode 15.0 == * Unicode 15.0 will be released in September 13, 2022. It will encode 149,186 characters, adding 4489 new characters. === New blocks === * '''Arabic Extended-C''' (U+10EC0-U+10EFF), containing 3 characters will be added *'''Devanagari Extended-A''' (U+11B00-U+11B5F), containing 10 characters will be added * '''Kawi''' (U+11F00-U+11F5F), containing 86 characters will be added * '''Kaktovik Numerals''' (U+1D2C0-U+1D2DF), containing 20 characters will be added * '''Cyrillic Extended-D''' (U+1E030-U+1E08F), containing 63 characters will be added * '''Nag Mundari''' (U+1E4D0-U+1E4FF), containing 42 characters will be added * '''CJK Unified Ideographs Extension H''' (U+31350-U+323AF), containing 4192 characters will be added === Extended blocks === * A Lao Yamakkan (total 1 character) will be added to '''Lao'''. (U+0ECE) * A combining character (total 1 character) will be added to '''Kannada'''. (U+0CF3) * (total 3 characters) will be added to '''Khojki'''. (U+1123F-U+11241) * An Egyptian Hieroglyph (total 1 character) will be added to '''Egyptian Hieroglyphs''' * Some Egyptian format controls (total 29 characters) will be added to '''Egyptian Hieroglyph Format Controls'''. (U+13439-U+13455). This also extends the block by 2 columns! * (total 2 characters) will be added to '''Small Kana Extension'''. (U+1B132, U+1B155) * Letters with left hooks (total 6 characters) will be added to '''Latin Extended-G'''. (U+1DF25-U+1DF2A) * A wireless network emoji (total 1 character) will be added to '''Transportation and Map Symbols'''. (U+1F6DC) * A nine-pointed white star (total 1 character) will be added to '''Geometric Shapes Extended'''. (U+1F7D9) * Some dwarf planet symbols and other symbols (total 8 characters) will be added to '''Alchemical symbols'''. (U+1FF74-U+1FF76, U+1F77B-U+1F77F) * (total 20 characters) will be added to '''Symbols and Pictographs Extended-A'''. (U+1FA75-U+1FA77, U+1FA87-U+1FA88, U+1FAAD-U+1FAAF, U+1FABB-U+1FABF, U+1FACE-U+1FACF, U+1FADA-U+1FADB, U+1FAE8 and U+1FAF7-U+1FAF8) * A disunified Macao character (total 1 character) will be added to '''CJK Unified Ideographs Extension C''' ===Glyph Changes=== * The closed open E and the reversed closed open E (U+25E, U+29A) will get a more Latin-like glyph rather than the Greek-like one. * The Carrier Dlu and Carrier Tlo will get new glyphs, as well as the Ojibway Sh. (U+1628, U+163B, U+18DB) * The Sundanese Final M will get a new glyph. (U+1BBF) * The lowercase Insular G (U+1D79) has the s-shaped glyph to match the capital Insular G (U+A77D) * The OCR amount of check will get a new glyph (U+2447) * The Cyrillic Multiocular O (U+A66E ꙮ) will get a 10-eyed glyph rather than the current 7-eyed glyph. * The Old Turkic Orkhon Ot (U+10C47) will get a slightly smaller glyph. * Several Egyptian heiroglyphs will get different glyphs. * A small Khitan character (U+18CCA) will get a slightly different glyph. * Wancho and Alchemical Symbols will each get a new font updated. And Here Are List of Other Changes: {| class="wikitable" !Block Name !Code Points !Count |- |IPA Extensions |025E, 029A |2 |- |United Canadian Aboriginal Syllabics |144B, 14D1, 1506, 15C0..15C3, 15E8..15EE, 1601, 1604..1607, 160A..160D, 1614..162D, 1630..163F, 1646..1647, 165A |66 |- |United Canadian Aboriginal Syllabics Extended |18DB, 18EC, 18F1..18F2, 18F5 |5 |- |Sundanese |1BBF |1 |- |Optical Character Recognition |2447 |1 |- |CJK Unified Ideographs Extension A |34DC, 3BF6, 3C43, 48B4, 4DBE |5 |- |CJK Unified Ideographs 585F, 5F50, 6BC0, 7BC9, 833E | |5 |- |Cyrillic Extended-B |A66E |1 |- |Old Turkic |10C47 |1 |- |Egyptian Hieroglyphs |various (new standardized variation sequences) |94 |- |Khitan Small Script |18CCA |1 |- |Wancho (font update) |1E2C0..1E2F9, 1E2FF |59 |- |Alchemical Symbols (font update) |1F700..1F773 |116 |- |CJK Unified Ideographs Extension B |20048, 20A1C, 2143F, 21A5F, 21C08, 21FBA, 22ACF, 23392, 238A7, 23D8F, 23F4E, 25D20, 26E30, 27B48, 27C4F, 28633, 28B02, 28E9A, 29760, 2A60F |20 |- |CJK Unified Ideographs Extension C |2B249 |1 |- |CJK Unified Ideographs Extension E |2BB37, 2BD7D, 2C151, 2C1E0, 2C2D6, 2C5CA, 2C810, 2CD34 |8 |- |CJK Unified Ideographs Extension F |2CF4E, 2D25D, 2D3EC, 2D6A7, 2D7BA, 2D979, 2DA74, 2DA97, 2DC13, 2DDC0, 2DF10, 2DF78, 2E05A, 2E0AE, 2E516, 2E640, 2E680, 2EA63 |18 |- |CJK Compatibility Ideographs Supplement |2F804, 2F805, 2F833, 2F835, 2F84C, 2F84F, 2F852, 2F855, 2F887, 2F88B, 2F899, 2F8A0, 2F8A6, 2F8A7, 2F8AD, 2F8B1, 2F8B4, 2F8B7, 2F8BA, 2F8D0, 2F8E0..2F8E2, 2F8E5, 2F8E6, 2F8FE, 2F900, 2F901, 2F907, 2F912, 2F922, 2F926, 2F936, 2F938, 2F94E, 2F959, 2F95F, 2F96C, 2F99F, 2F9B8, 2F9BA, 2F9D3, 2F9DB, 2F9DC, 2F9E8, 2F9EA, 2F9EE, 2FA00, 2FA0D, 2FA1B |50 |- |CJK Unified Ideographs Extension G |302FC, 30723, 30A6D, 30CF7, 30DBF, 31006, 3105D |7 |- ! colspan="2" |Total !461 |} === Note === Edit the entire page to have the "Glyph Changes" so we know which characters had changed their appearance over the years and describe what changes the character has received. == Future versions == This is a section where you can add any upcoming Unicode characters that have been [https://www.unicode.org/alloc/Pipeline.html confirmed] to be in a future update of The Unicode Standard. Do not add any false information as this will confuse people into thinking that they are official. === New blocks === * '''Todhri''' (U+105C0-U+105FF), containing 52 characters will be added * '''Garay''' (U+10D40-U+10D8F), containing 69 characters will be added * '''Tulu-Tigalari''' (U+11380-U+113FF), containing 78 characters will be added * '''Myanmar Extended-C''' (U+116D0-U+116FF), containing 20 characters will be added * '''Sunuwar''' (U+11BC0-U+11BFF), containing 44 characters will be added * '''Gurung Khema''' (U+16100-U+1613F), containing 58 characters will be added * '''Kirat Rai''' (U+16D40-U+16D7F), containing 58 characters will be added * '''Symbols for Legacy Computing Supplement''' (U+1CC00-U+1CEBF), containing 686 characters will be added. === Extended blocks === * An Arabic Pepet (total 1 character) will be added to '''Arabic Extended-B'''. (U+0897) * Kannada and Telugu Archaic Shrii (total 2 characters) will be added to '''Kannada''' and '''Telugu'''. (U+0C5C, U+0CDC). * 3 diacritics (total 3 characters) will be added to '''Balinese'''. (U+1B4E-U+1B4F, U+1B7F) * Cyrillic small and capital Tje (total 2 characters) will be added to '''Cyrillic Extended-C'''. (U+1C89-U+1C8A) * 3 special symbols for delete (total 3 characters) will be added to '''Control Symbols'''. (U+2427-U+2429) * Latin capital Rams Horn, small and capital S with Diagonal Stroke (total 3 characters) will be added to '''Latin Extended-D'''. (U+A7CB-U+A7CD) * 3 letters with two dots vertically below and Combining Alef Overlay (total 4 characters) will be added to '''Arabic Extended-C'''. (U+10EC2-U+10EC4, U+10EFC) * A rightwards arrow with hook and arrows for legacy computing (total 10 characters) will be added to '''Supplemental Arrows-C'''. (U+1F8B2-U+1F8BB) * Graphic shapes for legacy computing (total 37 characters) will be added to '''Symbols for Legacy Computing'''. (U+1FBCB-U+1FBEF) == Roadmap Blocks == This is a section where present proportional maps of a proposed allocations to Unicode and ISO/IEC 10646. === Blocks === * '''Northen Palaeohispanic''' (U+10200-U+1023F) * '''Southern Palaeohispanic''' (U+10240-U+1027F) * '''Shavian''' '''Quikscript''' (U+103E0-U+103FF) * '''Rejang Extended''' (U+107C0-U+107FF) * '''Proto-Sinaitic''' (U+108B0-U+108DF) * '''Sidetic''' (U+10940-U+1095F) * '''Numidian''' (U+10960-U+1097F) * '''Balti''' (U+10AA0-U+10ABF) * '''Book Pahlavi''' (U+10BB0-U+10BDF) * '''Baburi''' (U+10BE0-U+10BFF) * '''Byblos''' (U+10D80-U+10DFF) * '''Landa''' (U+11250-U+1127F) * '''Tani Lipi''' (U+114E0-U+114FF) * '''Ranjana''' (U+11500-U+1157F) * '''Zou''' (U+11750-U+117AF) * '''Pyu''' (U+117B0-U+117FF) * '''Sirmauri''' (U+11850-U+1188F) * '''Vateluttu''' (U+11960-U+1199F) * '''Sharada Extended''' (U+11B60-U+11B7F) * '''Tolong Siki''' (U+11B80-U+11BBF) * '''Balti-B''' (U+11CC0-U+11CFF) * '''Leke''' (U+11DB0-U+11DEF) * '''Tocharian''' (U+11E00-U+11E6F) * '''Khotanese''' (U+11E70-U+11ECF) * '''Pallava''' (U+11F60-U+11FAF) * '''Proto-Cuneiform''' (U+12580-U+12DFF) * '''Indus''' (U+12E00-U+12F8F) * '''Egyptian Hieroglyphs Extended-A''' (U+13480-U+143FF) * '''Egyptian Hieroglyphs Extended-B''' (U+14680-U+151FF) * '''Mayan Hieroglyphs''' (U+15500-U+15AFF) * '''Lampung''' (U+15B00-U+15B3F) * '''Kerinci''' (U+15B40-U+15B6F) * '''Mandombe''' (U+15B80-U+15FFF) * '''Cirth''' (U+16000-U+1607F) * '''Tengwar''' (U+16080-U+160FF) * '''Moon''' (U+161A0-U+161FF) * '''BlIssymbols''' (U+16200-U+167FF) * '''Woleai''' (U+16B90-U+16BFF) * '''Kpelle''' (U+16C00-U+16C7F) * '''Afaka''' (U+16C80-U+16CCF) * '''Tangsa-Khimhun''' (U+16CD0-U+16CFF) * '''Tikamuli''' (U+16D00-U+16D3F) * '''Lontara Bilang-Bilang''' (U+16D80-U+16DBF) * '''Kulitan''' (U+16DD0-U+16DFF) * '''Mwangwego''' (U+16E00-U+16E3F) * '''Buginese Supplement''' (U+16EA0-U+16EFF) * '''Bopomofo Extended-A''' (U+16FA0-U+16FAF) * '''Kanbun Extended-A''' (U+16FB0-U+16DFF) * '''Khitan Ideographs''' (U+18D80-U+195FF) * '''Jurchen''' (U+19600-U+19B9F) * '''Pau Cin Hau Syllabary''' (U+19E00-U+1A75F) * '''Kaida''' (U+1A780-U+1A7FF) * '''Naxi Dongba''' (U+1A800-U+1ACFF) * '''Naxi Geba''' (U+1AD00-U+1AFCF) * '''Kana Extended-C''' (U+1AFD0-U+1FAEF) * '''Shuishu Logograms''' (U+1B300-U+1B5FF) * '''Lisu Syllabic Script''' (U+1B600-U+1B9FF) * '''Pitman Shorthands''' (U+1BCB0-U+1BCFF) * '''Proto-Elamite''' (U+1BD00-U+1C37F) * '''Linear-Elamite''' (U+1C380-U+1C4FF) * '''Chinese Musical Symbols''' (U+1D250-U+1D2BF) * '''Mathematical Alphanumeric Symbols Supplement''' (U+1D380-U+1D3FF) * '''Jianzi Format Controls''' (U+1DAE0-U+1DAFF) * '''Jianzi Musical Symbols''' (U+1DB00-U+1DC8F) * '''Eebee Hmong''' (U+1E150-U+1E1FF) * '''Western Cham''' (U+1E200-U+1E26F) * '''Loma''' (U+1E300-U+1E41F) * '''Bagam''' (U+1E420-U+1E4CF) * '''Pungchen''' (U+1E500-U+1E52F) * '''Pungchung''' (U+1E530-U+1E55F) * '''Marchung''' (U+1E560-U+1E59F) * '''Brusha''' (U+1E5A0-U+1E5CF) * '''Beria''' (U+1E5D0-U+1E5FF) * '''Chola''' (U+1E600-U+1E65F) * '''Chalukya''' (U+1E660-U+1E6BF) * '''Persian Siyaq Numbers''' (U+1EC00-U+1EC7F) * '''Diwani Siyaq Numbers''' (U+1ECC0-U+1ECFF) * '''Arabic Supplemental Symbols''' (U+1EF00-U+1EF3F) * '''Extended Pictographic Characters''' (U+1FC00-U+1FFFF) * '''Seal Script''' (U+32400-U+352FF) * '''Oracle Bone Script''' (U+35400-36BFF) 57bq1419t8oicbhu8met34tyos5p8fi Template:Print version cover 10 110276 4089844 3477419 2022-08-09T12:10:13Z L10nM4st3r 3380243 Added an option to not show the toc, useful for custom tocs ect. wikitext text/x-wiki <div style="text-align: center; margin: 4em auto;"> {{{2|}}} {{#if:{{{authors|}}}|<div style="margin-top: 3em;">{{{authors}}}</div>}} <div style="font-size: 350%; font-weight: bold; margin-top: 1em">{{{1|{{BASEPAGENAME}} }}}</div></div> <div style="text-align: center; padding: 5em 5em 0em; border-bottom: 1px solid black"> The current, editable version of this book is available in Wikibooks, the open-content textbooks collection, at <br> <span class="plainlinks">https:{{fullurl:{{BASEPAGENAMEE}}}}</span> <div style="font-size: 95%; padding: 1em 5em 2em;">Permission is granted to copy, distribute, and/or modify this document under the terms of the [[Wikibooks:Creative Commons Attribution-ShareAlike 3.0 Unported License|Creative Commons Attribution-ShareAlike 3.0 License]].</div> </div><includeonly> {{#if:{{{notoc|}}}||__TOC__}} [[Category:Print Versions|{{{1|{{PAGENAME}}}}}]] </includeonly><noinclude> {{Documentation}} [[Category:Print templates|Version cover]] </noinclude> r7ky24mcterq7lheiwoh15lq9en3gk2 Civ/Civilization IV/Modding/Tutorials/Python Tutorial/Using the API 0 112207 4089967 3947843 2022-08-10T11:10:08Z Xania 40302 typos wikitext text/x-wiki == Contents == *[[Civ/Civilization IV/Modding/Tutorials/Python Tutorial/Introduction|Page 1: Introduction]] *[[Civ/Civilization IV/Modding/Tutorials/Python Tutorial/The Basics|Page 2: The basics]] *[[Civ/Civilization IV/Modding/Tutorials/Python Tutorial/Using the API|Page 3: Using the API]] *[[Civ/Civilization IV/Modding/Tutorials/Python Tutorial/Event scripting & Interface mods|Page 4: Event scripting & Interface mods]] *[[Civ/Civilization IV/Modding/Tutorials/Python Tutorial/Debugging|Page 5: Debugging]] *[[Civ/Civilization IV/Modding/Tutorials/Python Tutorial/Misc|Page 6: Misc]] == The API == The Civ 4 API is a list of all the functions specific to Civ 4 which interface with the actual game. There are two copies of the API. The first, by Locutus can be found [http://civilization4.net/files/modding/PythonAPI_v160/ here], and the second, by GBM can be found [http://sthurlow.com/cvDocs/ here]. Locutus' API is up to date with the latest patch, so I suggest you use that one. Now, in the past month or so answering questions on the forums about python I have noticed that quite a few people have had trouble reading the APIs. Interpreting what the functions do can be quite difficult, however the APIs do give you lots of hints, if you care to read them. Now, in the past month or so answering questions on the forums about python I have noticed that quite a few people have had trouble reading the APIs. Interpreting what the functions do can be quite difficult, however the APIs do give you lots of hints, if you care to read them. I'll use Locutus' API as an example, as I feel the interface is better, so [http://civilization4.net/files/modding/PythonAPI_v160/ open it up]! Firstly, we have the classes. These list all the functions that can be done to a specific entity, or pointer. For example, CyUnit lists all the functions that will work on a unit entity (a unit in the game). The classes are listed in the top-left hand frame. You will notice that there are several classes with a little "+" symbol by them. These classes are used for getting specific information directly from the xml files on an object. Now we have the types. These the different types which can be extracted from the xml files. The int values shown are the default values, and while you could use them, and your code would most likely work, I would recommend against it, as if the order of the xml is changed in a future patch, your code will break. Instead I recommend using gc.getInfoTypeForString("") as shown above, as this is much more patch-compatible. Finally we have the functions. Each class has its own set of functions which must be done to that class and that class only. If you try to take a function from a class, and use it on a different class it won't work. The functions are the main bit of the API, the stuff you want to know. '''Functions''' Now, there are lots of different functions. Most of the functions don't "do" anything in the game, instead they get a value from your pointer which you can use in an equation. '''If you look on the left hand side of the function, it will show you what this function returns.''' For example, if you used: BOOL CyPlayer.canChangeReligion() it would '''not''' set the player able to change religion, instead it would return a BOOL, a true or false value depending on whether the player can or can't. See what I mean about it not "doing" anything? Things a function can return are: * Bool – true or false, 1 or 0 * Int – an integer value (can be negative) (256 for example) * Float – a floating point number (1.3423 for example) * String – a string ("The cat sat on the mat") * Turple – a list ([1, 4, 2, 8, 2]) * Void – see below The functions that do "do" things return a "VOID" – meaning that they setting rather than getting data. These functions are the most important ones really, as you can't do much without them, and unfortunately there aren't really enough of them to do everything you would want. Sorry, but that's just the way it is. So, you know what a function returns, but that's not all you need to know. You also need to know what information to give it to return this data. Some functions don't require any inputs. CyUnit.canMove() for example doesn't need to know anything apart from which unit it's checking to see if can move (the unit pointer should be in the place of the CyUnit). However, most functions aren't this simple, and require an input to create an output. Let's take, for example: CyUnit.setHasPromotion(PromotionType eIndex, BOOL bNewValue) This function takes two arguments (inputs), the promotion type you want to give to the unit, and a bool value of whether to take, or remove the promotion. To give an example: pUnit.setHasPromotion(gc.getInfoTypeForString("PROMOTION_COMBAT1"), 1) would give the pointer, pUnit the promotion combat 1. Note that it is important to give the int value of the promotion in this case, as when the function asks for a type, it really wants an int... don't ask! As luck would have it, if you put the wrong arguments into a function python will tell you when trying to run the function. More about this in the debugging section! '''CyGlobalContext''' Commonly abbreviated to gc in files this is probably the most useful class, as it contains all the general Civ 4 related functions. GlobalContext is unique in that it doesn't have to be called with a pointer, but is a standalone class for getting information. It has a number of useful purposes: *As I have said before you can use it to get integers from types. For example: gc.getInfoTypeForString("TECH_MYSTICISM") would get the int value for Mysticism. *You can use it to get from an integer ID to a pointer. For example:[code]gc.getPlayer(0)[/code] would return the pPlayer pointer for the the player with an ID of zero. *You can use it to get info from xml files. For example gc.getPromotionInfo("PROMOTION_COMBAT1") would return the pointer for the combat 1 promotion, which could then be used with CvPromotionInfo to get information about that specific promotion. *A common usage is to get the active player pointer, which returns the pointer of the player whose turn it is: gc.getActivePlayer() *The final major use is to get the number of instances of a certain thing. For example: gc.getNumPromotionInfos() would return the number of promotions which are available in the game. This is very useful for if you want to cycle through the promotions and check if a unit has them, activating a new function if it does. While there are other uses for CyGlobalContext, they are a bit to numerous to list here. I've tried to list what I think are the major ones. [[Civ/Civilization IV/Modding/Tutorials/Python Tutorial/The Basics|<--Previous Page]] <div style="float: right;"> [[Civ/Civilization IV/Modding/Tutorials/Python Tutorial/Event scripting & Interface mods|Next page -->]] {{BookCat}} pkumkanxri62dli50v46u10yfq5eli0 Cookbook:Fried Bread 102 139488 4089855 4041053 2022-08-09T13:17:51Z 2A00:23C4:8BA0:6801:18D0:AF5D:DCFF:63D6 /* Notes, tips, and variations */ wikitext text/x-wiki {{recipe}} {{recipe summary | category = Bread recipes | servings = | time = 15 minutes | difficulty = 1 | image = [[File:Chinese fried bread.jpg|250px|Chinese fried bread]] | energy = | note = }} '''Fried Bread''' is a very simple bread recipe that is served mainly for breakfast. These are great served with the same toppings as biscuits, including butter, jam, gravy, or any of your other favorites. == Ingredients == * [[Cookbook:Self-rising Flour|Self-rising flour]] * [[Cookbook:Milk|Milk]] (whole milk or [[Cookbook:Buttermilk|buttermilk]] with ⅛ tsp baking soda added) == Procedure == # Mix equal amounts of self-rising flour and milk. The mixture should be the consistency of thick pudding—add more milk or flour to desired consistency. # Heat enough bacon fat to prevent sticking in an iron skillet until it is very hot. # Fry spoonfuls of dough in the skillet until brown and crispy on the bottom. Turn and continue frying until done. == Notes, tips, and variations == * Other oils and types of skillets can be used for frying but bacon fat and an iron skillet makes the best. A mixture of ½ bacon fat and ½ olive oil is an acceptable substitute. * Old bread from a bakery or shop can be used to fry, best if fresh but stale bread can be made edible if fried. [[Category:Bread recipes]] [[Category:Pan fried recipes]] [[Category:Breakfast recipes]] rbldy7l6mut5c0au3wblcc07wi5o9q9 Wikibooks:Reading room/Administrative Assistance 4 140081 4089958 4085180 2022-08-10T08:10:51Z ArchiverBot 1227662 Bot: Archiving 1 thread (older than 50 days) to [[Wikibooks:Reading room/Administrative Assistance/Archives/2022/June]] wikitext text/x-wiki __NEWSECTIONLINK__ {{Discussion Rooms}} {{shortcut|WB:AN|WB:AA}} {{TOC left}} {{User:MiszaBot/config |archive = Wikibooks:Reading room/Administrative Assistance/Archives/%(year)d/%(monthname)s |algo = old(50d) |counter = 1 |minthreadstoarchive = 1 |minthreadsleft = 1 }} {{ombox|type=content|text='''To request a rename or usurpation''', go to the global request page at Meta [[meta:SRUC|here]].<br />''Please do not post those requests here!''}} {{Clear}} Welcome to the '''Administrative Assistance reading room'''. You can request assistance from [[WB:ADMIN|administrators]] for handling a variety of problems here and alert them about problems which may require special actions not normally used during regular content editing. Please be patient as administrators are often quite busy with either their own projects or trying to perform general maintenance and cleanup. You can deal with most vandalism yourself: [[Wikibooks:Dealing with vandalism|fix it]], then [[Wikibooks:Templates/User_notices|warn the user]]. If there is repeated vandalism by one user, lots of vandalism on a single page, or vandalism from many users, tell an admin here, or in [irc://irc.freenode.net/wikibooks #wikibooks] (say <code>!admin</code> to get attention). For more general questions and assistance that doesn't require an administrator, please use the [[WB:HELP|Assistance Reading Room]]. {{clear}} == Repeated Copyvios == Hi! I've noticed that [[User:Saula1986]] has been repeatedly pulling recipes wholesale from other websites and adding them to the cookbook with very few and sometimes no changes. Sometimes they will pull multiple different sources into one page, but they are still copied. I've flagged the most egregious examples as copyvios, but I would appreciate some help dealing with the situation. Thank you :) -- [[User:Nostriker|Nostriker]] ([[User talk:Nostriker|discuss]] • [[Special:Contributions/Nostriker|contribs]]) 14:56, 15 May 2022 (UTC) :I am sorry about all that, it wont repeat itself [[User:Saula1986|Saula1986]] ([[User talk:Saula1986|discuss]] • [[Special:Contributions/Saula1986|contribs]]) 17:48, 15 May 2022 (UTC) :{{re|Nostriker}} do these problems still exist? I've been away. --[[User:Mrjulesd|<span style="color:orange;">Jules</span>]]&nbsp;[[User talk:Mrjulesd|(Mrjulesd)]] 20:37, 15 May 2022 (UTC) I've deleted: Cookbook:Nigerian Fiofio Cookbook:Nigerian Efinrin Soup Cookbook:Nigerian Fura Da Nono Cookbook:Nigerian Gorigo Soup Cookbook:Nigerian Gurasa Bandashe Cookbook:Nigerian Ifokore Cookbook:Nigerian Ishapa Soup Cookbook:Nigerian Marugbo Soup Cookbook:Nigerian Miyan Zogale Cookbook:Nigerian Nni Oka Cookbook:Nigerian Ofe Akpu Cookbook:Nigerian Sapala Cookbook:Plantain Chips with Cayenne (Kelewele) Cookbook:Nigerian Wara {{re|User:Saula1986}} please do not create any further copyright violations. Do not copy text from sites with different licenses to our. Failure to comply may lead to loss of editing privileges. --[[User:Mrjulesd|<span style="color:orange;">Jules</span>]]&nbsp;[[User talk:Mrjulesd|(Mrjulesd)]] 21:18, 15 May 2022 (UTC) :Thank you! -- [[User:Nostriker|Nostriker]] ([[User talk:Nostriker|discuss]] • [[Special:Contributions/Nostriker|contribs]]) 22:28, 15 May 2022 (UTC) : [[Cookbook:Nigerian Fura Da Nono]] is another page which was previously deleted as a copyright violation. It has since been re-created but seems to be copyright free this time.--[[User:Xania|Xania]] [[Image:Flag_of_the_Isle_of_Mann.svg|15px]] [[Image:Flag_of_Ukraine.svg|15px]] [[User talk:Xania|<sup>talk</sup>]] 23:23, 15 May 2022 (UTC) :: Now at [[Cookbook:Fura Da Nono (Milk and Kefir Porridge)]], it seems to be ok now, or at least https://copyvios.toolforge.org/ didn't pick up a problem. --[[User:Mrjulesd|<span style="color:orange;">Jules</span>]]&nbsp;[[User talk:Mrjulesd|(Mrjulesd)]] 16:44, 16 May 2022 (UTC) :::Hi all! I've picked up and flagged additional [[:Category:Copyright violations|copyright violations]] by [[User:Saula1986]] using https://copyvios.toolforge.org/. Thanks! -- [[User:Nostriker|Nostriker]] ([[User talk:Nostriker|discuss]] • [[Special:Contributions/Nostriker|contribs]]) 21:51, 24 May 2022 (UTC) I've further deleted: * [[Cookbook:Nigerian Pito]] * [[Cookbook:Nigerian Iresi Eyin]] * [[Cookbook:Nigerian Ishapa soup]] {{re|User:Saula1986}} You have been previously warned about the copy/pasting of text from incompatible sources, so I have decided to block you from contributing to the Cookbook for a week. Enough is enough. --[[User:Mrjulesd|<span style="color:orange;">Jules</span>]]&nbsp;[[User talk:Mrjulesd|(Mrjulesd)]] 10:00, 25 May 2022 (UTC) :I take full responsibility for my action, its my first time editing anything on a platform. I wontvsay ibwas nervous lr paranoid, i was just eager to contribute. I sincerely apologuze for any damages i may have caused. If it is nit too much to ask i will plead for a last chance nd if i do anything stupid please blick me permanently. [[User:Saula1986|Saula1986]] ([[User talk:Saula1986|discuss]] • [[Special:Contributions/Saula1986|contribs]]) 09:18, 26 May 2022 (UTC) ::{{re|Saula1986}} it may be best for you may wait out your block, in a weeks time this will happen automatically; but please make sure you don't post any more copyvios. If you want to appeal to another admin, please follow the instructions that I have posted on your talk page, "You may appeal this action with a reasonable argument by adding the text {{tlx|unblock|Your reason here}} below" to your talk page. --[[User:Mrjulesd|<span style="color:orange;">Jules</span>]]&nbsp;[[User talk:Mrjulesd|(Mrjulesd)]] 22:07, 26 May 2022 (UTC) :Hi again. I've flagged several more recent [[:Category:Copyright violations|copyright violations]], this time by [[User:Taoheedah]] and [[User:Favkinstin27]]. [[User:Nostriker|Nostriker]] ([[User talk:Nostriker|discuss]] • [[Special:Contributions/Nostriker|contribs]]) 21:50, 2 June 2022 (UTC) ::Hi can you please highlight evidence of copyright violation done. Every cookbook Articles created are my work,Uploading recipes in my very own understanding. And i believe wiki does go against you own view in creating an article ::Best regards [[User:Favkinstin27|Favkinstin27]] ([[User talk:Favkinstin27|discuss]] • [[Special:Contributions/Favkinstin27|contribs]]) 09:50, 3 June 2022 (UTC) :::Hello! I use the tool at [https://copyvios.toolforge.org/?lang=en&project=wikibooks&title=Cookbook%3ANigerian+Yam+porridge+with+bitterleaf&oldid=&action=search&use_engine=1&use_links=1&turnitin=0 https://copyvios.toolforge.org/] to check pages for copyright violations, as it highlights areas of high similarity. In this most recent case, the recent pages [[Cookbook:Afia Efere]] and [[Cookbook:Ukang Ukom (Plantain Porridge)]] have significant amounts of text that appear to have been directly copied and pasted from other sources. If you want to include this content, you must [[Wikibooks:Boilerplate request for permission|request permission from the copyright holders]]—otherwise it is a violation of Wikibooks policy. You have previously been warned on [[User talk:Favkinstin27#Copyright violations|multiple]] [[User talk:Favkinstin27#Final warning|occasions]] not to commit copyright violations. @[[User:Mrjulesd|Mrjulesd]] @[[User:Xania|Xania]], I would appreciate some help resolving this situation. Thanks! -- [[User:Nostriker|Nostriker]] ([[User talk:Nostriker|discuss]] • [[Special:Contributions/Nostriker|contribs]]) 15:56, 3 June 2022 (UTC) {{od}} {{re|Nostriker}} thanks for bringing these to our attention. I have deleted the following pages: * [[Cookbook:Achi Soup]] by [[User:Taoheedah]] * [[Cookbook:Afia Efere]] by [[User:Taoheedah]] * [[Cookbook:Nigerian Coleslaw]] by [[User:Taoheedah]] * [[Cookbook:Nigerian Corn Porridge and Beans]] by [[User:Saula1986]] * [[Cookbook:Nigerian Egg Stew]] by [[User:Taoheedah]] * [[Cookbook:Nigerian Mushroom Sauce]] by [[User:Taoheedah]] * [[Cookbook:Nigerian Peppered Gizzards]] by [[User:Taoheedah]] * [[Cookbook:Nigerian Rice Salad]] by [[User:Taoheedah]] * [[Cookbook:Nigerian Roasted Yam]] by [[User:Taoheedah]] * [[Cookbook:Nigerian Yam Balls (Ji Akpurakpu)]] by [[User:Taoheedah]] * [[Cookbook:Ukang Ukom (Plantain Porridge)]] by [[User:Favkinstin27]] --[[User:Mrjulesd|<span style="color:orange;">Jules</span>]]&nbsp;[[User talk:Mrjulesd|(Mrjulesd)]] 00:03, 4 June 2022 (UTC) :thank you for the notification. Didn't know it contains directly copied contents will work on that. Best regards [[User:Favkinstin27|Favkinstin27]] ([[User talk:Favkinstin27|discuss]] • [[Special:Contributions/Favkinstin27|contribs]]) 09:00, 4 June 2022 (UTC) :Thank you! -- [[User:Nostriker|Nostriker]] ([[User talk:Nostriker|discuss]] • [[Special:Contributions/Nostriker|contribs]]) 13:50, 4 June 2022 (UTC) ::Hi ::I just created a cookbook Article Nigerian plantain Omelette and it was published mistaken while i wasnt logged in. So i had to recreate it on my account. I want the admins to help delete the Cookbook articles Nigerian plantain Omelette and allow the plantain Omelette. ::Thanks [[User:Favkinstin27|Favkinstin27]] ([[User talk:Favkinstin27|discuss]] • [[Special:Contributions/Favkinstin27|contribs]]) 09:25, 27 June 2022 (UTC) :Hi @[[User:Mrjulesd|Mrjulesd]] @[[User:Xania|Xania]] @[[User:MarcGarver|MarcGarver]] . It's happening again with [[Cookbook:Nigerian Mushroom Pepper Soup]], [[Cookbook:Nigerian Coconut Curry Sauce]], and [[Cookbook:Nigerian Goat Meat Pepper Soup]], with https://copyvios.toolforge.org/ detecting multiple instances of verbatim copying. Favkinstin27 has now been [[User talk:Favkinstin27#Copyright violations|warned]] [[User talk:Favkinstin27#Final warning|multiple times]], and I'm concerned that they have reviewer privileges and continue to do this. Help is appreciated, thanks. -- [[User:Nostriker|Nostriker]] ([[User talk:Nostriker|discuss]] • [[Special:Contributions/Nostriker|contribs]]) 21:05, 29 June 2022 (UTC) == Vandalism/ Trolling / Bad Username == [[User:Elliot Harkness Is Stupid]] is vandalizing and trolling. Also, no clue who Elliot Harkness is, (I think it's a personal attack, don't know who the attack is on, (apperantly it's from a book)) Could you please block him? Thanks! [[User:Tgregtregretgtr|T.Gregtregretgtr]] ([[User talk:Tgregtregretgtr|discuss]] • [[Special:Contributions/Tgregtregretgtr|contribs]] 22:09, 27 June 2022 (UTC) :CheckUser evidence proves conclusively that the same person is operating both your account and Elloit Harkness Is Stupid. So, you've been blocked as well for vandalism, trolling and abusing multiple accounts. [[User:MarcGarver|MarcGarver]] ([[User talk:MarcGarver|discuss]] • [[Special:Contributions/MarcGarver|contribs]]) 08:17, 28 June 2022 (UTC) == Help moving page == Hi! Could I get some help moving [[Cookbook:Meringues]] to [[Cookbook:Meringue Cookies]]? I'd like to give it the more specific name, but the destination page already exists and I can't write over it. Thanks! -- [[User:Nostriker|Nostriker]] ([[User talk:Nostriker|discuss]] • [[Special:Contributions/Nostriker|contribs]]) 23:20, 14 July 2022 (UTC) :{{pong|Nostriker}} I've put a delete tag on it. Somebody should come along and delete it. <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 06:35, 15 July 2022 (UTC) ::{{ping|Nostriker}} ^ <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 06:36, 15 July 2022 (UTC) :::{{ping|Nostriker}} Ok, I've moved the old page to a temporary place to be deleted by somebody later. Then I moved the page to where you wanted it. <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 07:31, 15 July 2022 (UTC) ::::@[[User:L10nM4st3r|L10nM4st3r]] thanks for the help, though it looks like you moved the wrong page! The page to move was [[Cookbook:Meringues]] not [[Cookbook:Meringue]]. I know the current naming is confusing (hence the changing names). But thank you for clearing space on the destination page—I've reverted your move and moved in the correct page. Problem solved! -- [[User:Nostriker|Nostriker]] ([[User talk:Nostriker|discuss]] • [[Special:Contributions/Nostriker|contribs]]) 12:18, 15 July 2022 (UTC) n5zvz5o6jhl5a8refqt4r7qf3l5d4dx Wikibooks:Reading room/Assistance 4 140095 4089901 4088146 2022-08-09T17:06:12Z L10nM4st3r 3380243 /* A template idea */ wikitext text/x-wiki __NEWSECTIONLINK__{{Discussion Rooms}} {{TOC left}} {{Shortcut|WB:HELP}} {{User:MiszaBot/config |archive = Wikibooks:Reading room/Archives/%(year)d/%(monthname)s |algo = old(40d) |counter = 1 |minthreadsleft = 1 |minthreadstoarchive = 1 |key = 9ea9f543105a14c4a9024cc27d943a7a }} Welcome to the '''Assistance reading room''' where Wikibookians help each other solve problems encountered while contributing to books or otherwise taking part in the Wikibooks community. {{clear}} == A template idea == I had an idea for a template. It's currently at [[User:L10nM4st3r/Sandbox 2]]. It is used on [[User:L10nM4st3r/sandbox]]. However, I need help. How can I have the "{{{1}}}" replaced even inside the "syntaxhighlight", which acts like a "nowiki" tag. Any help would be much appreciated!<sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 11:38, 12 May 2022 (UTC) :I actually don't think it will work. If you think otherwise, I am listening.<sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 12:04, 12 May 2022 (UTC) ::{{re|L10nM4st3r}} I agree, this probably isn't possible. See [[mw:Extension:SyntaxHighlight]], no mention I can see of overcoming this. --[[User:Mrjulesd|<span style="color:orange;">Jules</span>]]&nbsp;[[User talk:Mrjulesd|(Mrjulesd)]] 21:23, 16 May 2022 (UTC) :::This may actually be possible with a lua script, so I may end up creating this, if I can figure it out. <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 13:47, 4 July 2022 (UTC) ::::"May". As in, "might", like "it might or might not work". Yea, it probably won't... I'm gonna stay away from module space for a while unless I need to edit there.. Best to save it for the people (and bots) who know what they are doing. ;) <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 14:27, 4 July 2022 (UTC) :::::This can be done with <nowiki>{{#tag:syntaxhighlight lang="Python" lines|{{{1}}}}}</nowiki>. See [[Template:Code/doc]] <sup> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]</sup> / <sub>[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 17:06, 9 August 2022 (UTC) == Wikipedia has a article on ... == Hi,<br> Is there a template which produces a box stating "Wikipedia has an article on ... ." or similar? Analogous the the familiar reference &#123;{Commons category|...}}. A Help search didn't help. =8~) Thx, ... [[User:PeterEasthope|PeterEasthope]] ([[User talk:PeterEasthope|discuss]] • [[Special:Contributions/PeterEasthope|contribs]]) 19:05, 26 July 2022 (UTC) :{{ping|PeterEasthope}}: Yes, and it's easy to remember: {{tlx|Wikipedia|Main Page}} <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 16:25, 27 July 2022 (UTC) :: Thanks! I have above average talent for forgetting details, ... [[User:PeterEasthope|PeterEasthope]] ([[User talk:PeterEasthope|discuss]] • [[Special:Contributions/PeterEasthope|contribs]]) 18:25, 27 July 2022 (UTC) == The Sims game strategy book == Hi ya, no sure if this is the correct place for help with creating strategy books, please do direct me elsewhere if not, but I was wondering if anyone could help me finish off creating the initial shelf for The Sims? There are a number of parts to it and I can't seem to find detailed help on how to correctly link all the categories, etc. to one another. Any help would be appreciated. [[User:Jamzze|Jamzze]] ([[User talk:Jamzze|discuss]] • [[Special:Contributions/Jamzze|contribs]]) 10:32, 30 July 2022 (UTC) :{{ping|Jamzze}} Hi again! The sims shelf would be part of [[:Category:Shelf:Strategy guides]], and all the books on The Sims would be part of the Sims shelf, as I understand it. But I'm not that experienced at shelves. And you should only add a shelf if three books could go into it, I think. <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 11:47, 30 July 2022 (UTC) :I went ahead and fixed it! :The tricky thing with shelves is a dependence on an older different system called subjects (Which I think most other editions of Wikibooks still use?). I messed up my first shelf/subject creation too. :) :[[Wikibooks Stacks/History]] explains the history of the system more in depth. :[[User:L10nM4st3r]] is generally right that shelves ought to be able to house a few books. I think in due time, this will happen with ''The Sims'' so I'm totally fine with it, though others may not be. [[User:Mbrickn|Mbrickn]] ([[User talk:Mbrickn|discuss]] • [[Special:Contributions/Mbrickn|contribs]]) 01:05, 31 July 2022 (UTC) fv5i8y400i80eoarqvj7cfgl76ebuaa Knots/Binding knots/Reef knot 0 167571 4089859 3335151 2022-08-09T13:37:32Z 2A00:23C4:8BA0:6801:18D0:AF5D:DCFF:63D6 /* Granny knot */ wikitext text/x-wiki [[Image:Square_knot.svg|thumb]] The square knot aka reef knot is a common and simple [[../|binding knot]]. == Tying a reef knot == To tie a reef knot, tie a left-handed [[Knots/Stopper knots/Overhand knot|overhand knot]] and then a right-handed overhand knot or vice versa. (Two consecutive overhands of the same handedness will make a [[granny knot]].) A common mnemonic for this procedure is "right over left, left over right", which is often appended with the rhyming suffix "... makes a knot both tidy and tight". The [[Knots/Parts of the knot|working end]]s of the reef knot must be ''cis'' (that is, both at the top or both at the bottom); the other lines lead to the full rope. Otherwise, a [[Knots/Trick knots/Thief knot|thief knot]] results. (The "cis" and "trans" terms are derived from terminology used to describe [[w:geometric isomerism|geometric isomerism]].) == Uses == Used to tie two ends of a single line together such that they will secure something that is unlikely to move much. It lies flat when tied with cloth, and has been used for [[First Aid|bandages]] for millennia. With both ends tucked (slipped) it becomes a good way to tie shoelaces, whilst the non-slipped version is useful for shoelaces that are excessively short. It is also used decoratively and to tie the Obi (or belt) of a martial arts keikogi. Finally, it is quite handy for tying plastic garbage or trash bags, as the knot forms a handle when tied in two twisted "ears". This knot's name originates from its use to "[[w:Reefing|reef]]" [[w:sail|sails]] (tie part down to decrease effective surface area), where its easy-spilling behavior was very handy. A sailor could collapse it with a pull of one hand; the sail's weight would make the collapsed knot come apart. The reef knot is one of the key knots of macrame textiles. === Misuse === [[Image:Capsizereefknot111.jpg|thumb|150px|left|The reef knot can capsize (spill) when one of the free ends is pulled outward.]] The reef knot's ease of tying and visually appealing symmetry belie its weakness. It is popular as a general-purpose binding knot. In particular, it figures prominently in [[Scouting]] worldwide: each Scout is said to know the square knot, and it is pictured in the international membership badge. The International Guild of Knot Tyers warns that this knot should never be used to [[../../Bend knots|bend]] two ropes together. A proper bend (such as the [[double fisherman's knot]]) should be used instead. Some knotting guides claim that misused reef knots cause more deaths and injuries than all other knots combined.<ref>Cassidy 1985, ''The Klutz Book of Knots''</ref> {{clear}} == Related knots == <gallery> Image:Square_knot.svg|Reef (square) knot Image:Thief_knot.svg|Thief knot Image:Granny_knot.svg|Granny knot Image:Grief_knot.svg|Grief knot </gallery> === Thief knot === The thief knot is an intentional mis-tie of the knot, where the open ends are on opposite sides. It is traditionally used as an inexpensive method of detecting if a sack was opened where the thief would retie a standard reef knot. However, it does not provide as much strength for binding ropes. === Granny knot === The granny knot is a common mis-tie of the reef knot by tying both portions of the knot in the same direction. This knot can release suddenly and unpredictably, and should be avoided. === Grief knot === The grief knot shares common properties of both the thief knot and the granny knot, and likewise it is a weak knot. It is more of a trick knot, as it is possible to "lock" the knot so that it won't slip; however, locking this knot does not guarantee as much strength as the normal reef knot. ==References== {{Reflist}} * Ashley's Book of Knots {{ISBN|0-385-04025-3}} == External references == * [http://www.animatedknots.com/reef/ Grog's Animated Knots: How to tie the reef knot] * [http://www.fieggen.com/shoelace/reefknot.htm Ian's Shoelace Site: Reef Knot] * [http://web.archive.org/20020816021153/www.geocities.com/roo_two/knotindex.html Notable Knot Index] * [http://www.igkt.net/beginners/sea-cadet-knots.html IGKT Sea Cadet Knots] * [http://web.archive.org/20021019072537/www.geocities.com/roo_two/reefknot.html The Reef Knot Family] {{BookCat}} [[{{BOOKCATEGORY}}/Basic knots|Reef knot]] dtwfjpltxx9ckpqhcvm3z3k3fweniz4 User talk:MarcGarver 3 179242 4089965 4087008 2022-08-10T11:06:37Z L10nM4st3r 3380243 /* Admin request */ new section wikitext text/x-wiki {{#ifeq:{{{bottom}}}|yes |{{tmbox |small = |image = none |style = text-align:center; |text = '''Please place new discussions at the bottom of the page.''' }} }}{{#ifexpr:{{#ifeq:{{NAMESPACE}}|User talk|1|0}}*{{#ifeq:|yes|1|0}}| <table style="text-align:center; border: 1px solid #000000; border-bottom: none; background-color:#FFFFF3"> <tr> <th style="font-size: 85%">This is a <span style="white-space: nowrap"><span>&#87;&#105;<!-- Wikibooks -->&#107;&#105;</span><span>&#98;&#111;&#111;&#107;&#115;</span></span> [[WB:TALK|user discussion page]]. This is not a textbook or the discussion page for a textbook. If you find this page on any site other than <span style="white-space: nowrap"><span>&#87;&#105;<!-- Wikibooks -->&#107;&#105;</span><span>&#98;&#111;&#111;&#107;&#115;</span>,</span> you are viewing a mirror site. Be aware that the page may be outdated, and that the user this page belongs to may have no personal affiliation with any site other than <span style="white-space: nowrap"><span>&#87;&#105;<!-- Wikibooks -->&#107;&#105;</span><span>&#98;&#111;&#111;&#107;&#115;</span></span> itself. The original page is located at <span class="plainlinks" style="white-space:nowrap;">[http://en.wiki<!---->books.org/wiki/{{FULLPAGENAMEE}} <span>http://en.wiki</span><!----><span>books.org/wi</span><span>ki/{{FULLPAGENAMEE}}</span>].</span> </th></tr></table> }} <table {{#ifexpr:{{#ifeq:{{NAMESPACE}}|User talk|1|0}}*{{#ifeq:|yes|1|0}} |width="100%" align="center" cellspacing="3" style="border: 1px solid #000000; background-color: #F8EABA; margin-bottom: 0px" |class="tmbox tmbox-notice plainlinks" id="talkheader" style="width: 80%; border-collapse: separate" }} ><tr> <th colspan=4 style="border-bottom: 1px solid #c0c090; width: 100%">{{#ifeq:{{NAMESPACE}}|User talk|This is [[{{SUBJECTPAGENAME}}|{{PAGENAME}}]]'s [[WB:DISCUSS|discussion page]], where you can send messages and comments to {{PAGENAME}}.|This is the [[WB:DISCUSS|discussion page]] for discussing {{#if:|[[:{{SUBJECTPAGENAME}}|{{PAGENAME}}]] and anything related to its purposes and tasks|improvements to the [[:{{SUBJECTPAGENAME}}|{{PAGENAME}}]] {{pagetype}}}}.}}</th> </tr><tr> <td style="background-color: white; border: 1px solid #c0c090">{{#if:{{SUBJECTSPACE}}||*'''This is not a forum for general discussion of the page's subject.'''}} * '''Put new text under old text.''' [{{fullurl:{{TALKPAGENAMEE}}|action=edit&section=new}} Click here to start a new topic]. * '''Please sign and date your posts''' by typing four tildes (<code><nowiki>~~~~</nowiki></code>). * '''New to Wikibooks?''' [[Wikibooks:Welcome|Welcome]]! [[Wikibooks:Reading room/Assistance|Ask questions, get answers]]. </td><td> * [[Wikibooks:Be civil|Be polite]] * [[Wikibooks:Assume good faith|Assume good faith]] * [[Wikibooks:No personal attacks|Avoid personal attacks]] * [[Wikibooks:Please do not bite the newcomers|Be welcoming]] {{#switch:yes||{{#if:{{SUBJECTSPACE}}|no|yes}}=<td style="border-left: 1px solid #c0c090"><center> ; Textbook policies: </center> * [[Wikibooks:Original research|No original research]] * [[Wikibooks:Neutral point of view|Neutral point of view]] * [[Wikibooks:What is Wikibooks|Stay in scope]] </td> }}{{#if:|<td>{{shortcut||||| }}</td>}} </tr> {{#if:||{{#ifexist:{{FULLPAGENAME}}/Archive 1| <tr><td colspan=4 style="text-align: center; border-top: 1px solid #c0c090; padding: 1px 3px">'''[[WB:ARCHIVE|Archives]]:''' {{#ifexist:{{FULLPAGENAME}}/Archive index|[[{{FULLPAGENAME}}/Archive index|Index]],&#32;}}{{Archive list|nobr=yes|root={{FULLPAGENAME}}}}</td> </tr> }} }} {{#if:| <tr><td colspan=4 style="text-align: center; border-top: 1px solid #c0c090; padding: 0"><inputbox> type=fulltext prefix={{#tag:nowiki|{{FULLPAGENAME}}/}} searchbuttonlabel=Search archives break=no </inputbox></td> </tr> }} </table> == Transwiki categories == Regarding your [https://en.wikibooks.org/wiki/Special:Log?logid=4853293 deletion summary]: Should such categories just be removed from the transwiki pages? That would also clean up [[Special:WantedCategories]]. [[User:1234qwer1234qwer4|𝟙𝟤𝟯𝟺𝐪𝑤𝒆𝓇𝟷𝟮𝟥𝟜𝓺𝔴𝕖𝖗𝟰]] ([[User talk:1234qwer1234qwer4|𝗍𝗮𝘭𝙠]]) 12:38, 2 January 2021 (UTC) :{{Ping|1234qwer1234qwer4}} Yes, I agree with that. [[User:QuiteUnusual|QuiteUnusual]] ([[User talk:QuiteUnusual|discuss]] • [[Special:Contributions/QuiteUnusual|contribs]]) 16:43, 22 January 2021 (UTC) :: I did some cleanup. As this is a task that will have to be done over and over again as new transwikis are imported, this might be a good task for a bot. @[[User:JackPotte|JackPotte]] Could you add a task to automatically remove categories from pages in the Transwiki: namespace (108)? [[User:1234qwer1234qwer4|𝟙𝟤𝟯𝟺𝐪𝑤𝒆𝓇𝟷𝟮𝟥𝟜𝓺𝔴𝕖𝖗𝟰]] ([[User talk:1234qwer1234qwer4|𝗍𝗮𝘭𝙠]]) 16:07, 4 March 2021 (UTC) ::: Hello, I rather think that it's a human job to treat the transwiki pages instead of decorating them outside of the books (and maybe forget them a little more). [[User:JackPotte|JackPotte]] ([[User talk:JackPotte|discuss]] • [[Special:Contributions/JackPotte|contribs]]) 20:36, 4 March 2021 (UTC) == Need for additional sysops == Hi, I'm part of the SWMT (Small Wiki Monitoring Team), and I see you have active editors. You do not have many active admins (6), so I was wondering if you were in need of assistance on-wiki. If so, please do tell me, and I'll be happy to help. If you are in need of additional sysops, I can get those as well, or I am happy to help out myself. You can email me at this [[Special:EmailUser/BlackWidowMovie0|link]], reach me on IRC at <code>#wikimedia-stewards</code>, and on Discord at <code>BlackWidowMovie0#8377</code>. [[User:BlackWidowMovie0|BlackWidowMovie0]] ([[User talk:BlackWidowMovie0|discuss]] • [[Special:Contributions/BlackWidowMovie0|contribs]]) 20:11, 22 January 2021 (UTC) * User is cross-wiki hatcollector and sockpuppeteer; see, for example, [[testwiki:Wikipedia:Requests/Permissions/BlackWidowMovie0]]. [[User:1234qwer1234qwer4|𝟙𝟤𝟯𝟺𝐪𝑤𝒆𝓇𝟷𝟮𝟥𝟜𝓺𝔴𝕖𝖗𝟰]] ([[User talk:1234qwer1234qwer4|𝗍𝗮𝘭𝙠]]) 20:18, 22 January 2021 (UTC) :Incorrect, I socked on enwiki, and am moving on. I had a genuine need for the testwiki perms, which were denied. So.....hatcollector: '''X'''. Sockpupeteer: '''X'''. [[User:BlackWidowMovie0|BlackWidowMovie0]] ([[User talk:BlackWidowMovie0|discuss]] • [[Special:Contributions/BlackWidowMovie0|contribs]]) 20:27, 22 January 2021 (UTC) The usual criteria apply for administrators here - tenure, many productive contributions and an understanding of the unique nature of Wikibooks. This is a global Sysop project so I'd recommend you pursue that route. Getting administration rights here would likely take you at least a year or two of extensive editing, not just vandal reverting. [[User:QuiteUnusual|QuiteUnusual]] ([[User talk:QuiteUnusual|discuss]] • [[Special:Contributions/QuiteUnusual|contribs]]) 20:31, 22 January 2021 (UTC) :{{u|QuiteUnusual}}, Thank you for the advice! If you ever need anything, don't hesitate to reach out. Thanks! [[User:BlackWidowMovie0|BlackWidowMovie0]] ([[User talk:BlackWidowMovie0|discuss]] • [[Special:Contributions/BlackWidowMovie0|contribs]]) 16:05, 23 January 2021 (UTC) == CheckUser == Hi, can you run a CheckUser on the account [[User:Seckends]]? They have very similar editing patterns to an IP that I've blocked for creating nonsensical pages. Thanks in advance. [[User:Leaderboard|Leaderboard]] ([[User talk:Leaderboard|discuss]] • [[Special:Contributions/Leaderboard|contribs]]) 19:36, 31 January 2021 (UTC) Looks like a duck. Blocked [[User:QuiteUnusual|QuiteUnusual]] ([[User talk:QuiteUnusual|discuss]] • [[Special:Contributions/QuiteUnusual|contribs]]) 19:50, 31 January 2021 (UTC) == "Mermaid" CheckUser == Can you run a CheckUser on the following sets of accounts: * [[User:MermaidWhoCodes1912]] * [[User:Mermaid2602]] * [[User:MermaidWhoCodes]] * [[User:NFP02]] They are creating copyvio material (remember the C++ Wikibooks book they tried to create? Turns out that they're copying it from various sources), and repeatedly creating accounts despite my blocking. It would be helpful if you could block the underlying IP range. [[User:Leaderboard|Leaderboard]] ([[User talk:Leaderboard|discuss]] • [[Special:Contributions/Leaderboard|contribs]]) 12:01, 3 February 2021 (UTC) :You got all of the accounts and autoblock is now in effect for the underlying IP addresses, so that should stop the problem. I'll keep an eye on it. [[User:QuiteUnusual|QuiteUnusual]] ([[User talk:QuiteUnusual|discuss]] • [[Special:Contributions/QuiteUnusual|contribs]]) 12:57, 3 February 2021 (UTC) == Thank you for the assist == Thank you for pointing out how using the word "Shambles" was inappropriate on [[US History/Biden]]. I think I let my own personal experience in the pandemic color my writing, and I apologize for that. I will do better to remain neutral while editing. Thank you again, and apologies for my slip. --[[User:Mbrickn|Mbrickn]] ([[User talk:Mbrickn|discuss]] • [[Special:Contributions/Mbrickn|contribs]]) 22:08, 3 February 2021 (UTC) == Blocking using abusefilter == Any way we can get that to work (it seems to be absent here, unlike mediawiki)? Or do I need to file a Phabricator task? [[User:Leaderboard|Leaderboard]] ([[User talk:Leaderboard|discuss]] • [[Special:Contributions/Leaderboard|contribs]]) 09:39, 4 February 2021 (UTC) :{{Ping|Leaderboard}} - a Phab task is required. Block is disabled by default on all wikis, then enabled by request on a small number. To enable it needs $wgAbuseFilterActions['block'] = true; added to the enwikibooks configuration section of abusefilter.php. [[User:QuiteUnusual|QuiteUnusual]] ([[User talk:QuiteUnusual|discuss]] • [[Special:Contributions/QuiteUnusual|contribs]]) 10:43, 4 February 2021 (UTC) :I'll do it then, it's kind of urgent due to the chess spam. [[User:Leaderboard|Leaderboard]] ([[User talk:Leaderboard|discuss]] • [[Special:Contributions/Leaderboard|contribs]]) 10:45, 4 February 2021 (UTC) == [https://lists.wikimedia.org/mailman/listinfo/wikimedia-l Wikimedia-1] == I can't seem to post anything there, so can you do that for me? I want to post about [[Wikibooks:Reading_room/Proposals#Start_allowing_game_strategies]] because I think that this proposal will have wide-ranging changes to the entire Wikimedia community if passed, and hence want to get more consensus if possible. Thanks in advance. [[User:Leaderboard|Leaderboard]] ([[User talk:Leaderboard|discuss]] • [[Special:Contributions/Leaderboard|contribs]]) 08:26, 14 February 2021 (UTC) == File:DUN config 1.png == I am not sure what you mean; it looks fine to me, with the Microsoft licensing template added...? Plus the rationale seems valid, and is no different to the fair-use images I've uploaded from Microsoft. [[User:Leaderboard|Leaderboard]] ([[User talk:Leaderboard|discuss]] • [[Special:Contributions/Leaderboard|contribs]]) 11:53, 22 February 2021 (UTC) : I've undeleted one of them (Animated_paperclip.png); it's not "replaceable" as you claimed, because the context is not about the paperclip, but about the software that employed the paperclip, and is an example of poor usability. I might be misunderstanding something from a Wikibooks point of view however. [[User:Leaderboard|Leaderboard]] ([[User talk:Leaderboard|discuss]] • [[Special:Contributions/Leaderboard|contribs]]) 11:59, 22 February 2021 (UTC) ::Fair Use would mean, in this context, that nothing else could be used to illustrate bad usability - including properly licensed content. That is, you would have to be discussing very specifically ONLY Microsoft poor usability and which is not what the book is about. E.g., I can't use a copyright picture from a bad movie to illustrate a book about bad movies in general. It would have to be both specifically about that movie, be absolutely necessary to illustrate why the movie was bad, etc. I think you have crossed a bright line on copyright to include it. Personally I think our EDP is legally questionable and is not rigid enough per the requirements the [https://foundation.wikimedia.org/wiki/Resolution:Licensing_policy Foundation lays down]. E.g., the [[w:Wikipedia:Non-free content|Wikipedia]] one is extensive and precise and I don't think the stuff I deleted would comply with their policy. Ours is about [https://en.wikibooks.org/wiki/Wikibooks:Copyrights#Non-free_materials_and_special_requirements three lines of text]. That however is a different issue. Probably worth a discussion in one of the Reading Rooms rather than wheel warring over it. [[User:QuiteUnusual|QuiteUnusual]] ([[User talk:QuiteUnusual|discuss]] • [[Special:Contributions/QuiteUnusual|contribs]]) 13:18, 22 February 2021 (UTC) :::I hate the organisation of material here. So the actual policy is at [[Wikibooks:Media]]. [[User:QuiteUnusual|QuiteUnusual]] ([[User talk:QuiteUnusual|discuss]] • [[Special:Contributions/QuiteUnusual|contribs]]) 13:27, 22 February 2021 (UTC) ::::I can see where you're coming from, but the paperclip image is a very good example. Is it worth using an inferior image that would not convey the idea as well for the sake of ensuring free use? A similar example can be given for the network images that you deleted. (As for the EDP, that's something we can consider for the proposals section) [[User:Leaderboard|Leaderboard]] ([[User talk:Leaderboard|discuss]] • [[Special:Contributions/Leaderboard|contribs]]) 13:45, 22 February 2021 (UTC) :::::You're as qualified as me to decide. If you think it is in line with the policy, then go ahead and use it. I was actually getting round to reviewing all the unreviewed Files here (having cleared the pending changes backlog) rather than specifically targeting particular images, and these ones looked out of line with the policy - most of the changes I made were to ones with no license or FU criteria. Happy to go with your opinion rather than mine on these specific ones. [[User:QuiteUnusual|QuiteUnusual]] ([[User talk:QuiteUnusual|discuss]] • [[Special:Contributions/QuiteUnusual|contribs]]) 13:52, 22 February 2021 (UTC) == LTA == If you're already revdelling (which I don't know if it is necessary), you should also delete https://en.wikibooks.org/w/index.php?title=Special:Log&logid=4929610. [[User:1234qwer1234qwer4|𝟙𝟤𝟯𝟺𝐪𝑤𝒆𝓇𝟷𝟮𝟥𝟜𝓺𝔴𝕖𝖗𝟰]] ([[User talk:1234qwer1234qwer4|𝗍𝗮𝘭𝙠]]) 21:04, 2 March 2021 (UTC) : {{re|1234qwer1234qwer4}}, I undid the initial revdel (which I think was due to a concern of a user accidentally posting their IP), not sure what exactly you want us to delete (or revdel?). [[User:Leaderboard|Leaderboard]] ([[User talk:Leaderboard|discuss]] • [[Special:Contributions/Leaderboard|contribs]]) 21:11, 2 March 2021 (UTC) :: Right, didn't see this. Thanks! [[User:1234qwer1234qwer4|𝟙𝟤𝟯𝟺𝐪𝑤𝒆𝓇𝟷𝟮𝟥𝟜𝓺𝔴𝕖𝖗𝟰]] ([[User talk:1234qwer1234qwer4|𝗍𝗮𝘭𝙠]]) 21:12, 2 March 2021 (UTC) I started the revdel because I was going to CU the account and if I needed to subsequently warn them then I would be linking their account to an IP which is strongly discouraged. It became unnecessary when it became obvious that it's was the same user logged out and an LTA. [[User:QuiteUnusual|QuiteUnusual]] ([[User talk:QuiteUnusual|discuss]] • [[Special:Contributions/QuiteUnusual|contribs]]) 22:00, 2 March 2021 (UTC) == Archiving == Hi, would you mind removing an Amazon link from a comment you wrote and helping automated archiving? [https://en.wikibooks.org/w/index.php?title=Wikibooks:Reading_room/Assistance&diff=3471734&oldid=3471614] It looks like the link prevents [[User:ArchiverBot|my bot]] from archiving the surrounding text because doing so will trigger [[MediaWiki:Spam-blacklist]]. [https://archiving.toolforge.org/logs/run_enwb.txt.2021-01-14] A quick solution would be to [[mw:Help:Formatting#Text_formatting_markunp|nowiki]]-fy the external link. A similar situation [https://ja.wikipedia.org/w/index.php?title=%E3%83%8E%E3%83%BC%E3%83%88:%E6%86%B2%E6%B3%95%E6%94%B9%E6%AD%A3%E8%AB%96%E8%AD%B0&oldid=prev&diff=80275294 happened at ja.wikipedia] and the same fix worked. [[User:Whym|Whym]] ([[User talk:Whym|discuss]] • [[Special:Contributions/Whym|contribs]]) 10:51, 5 March 2021 (UTC) :I'll just refactor it and remove the link. Thanks - [[User:QuiteUnusual|QuiteUnusual]] ([[User talk:QuiteUnusual|discuss]] • [[Special:Contributions/QuiteUnusual|contribs]]) 10:55, 5 March 2021 (UTC) ::Thanks, I think the bot works as expected now. [[User:Whym|Whym]] ([[User talk:Whym|discuss]] • [[Special:Contributions/Whym|contribs]]) 11:10, 5 March 2021 (UTC) == Air Safety Book.. == Not sure if you were focusing solely on 'mechanical' and human factors analysis, but I will note that the shift to 'fly-by-wire' systems, Airbus and Boeing being among the first to implement it in civil aviation, changed the risk profile. The earliest mention of fly-by-wire systems I can find in "The RISKS Digest" is in 1985. You are presumably aware of the issue with certain Boeing planes ( https://www.aviationlawmonitor.com/2019/03/accident-investigation-1/the-boeing-737-max-8-controversy-explained/ ) in the last few years? (which was partly software related.) [[User:ShakespeareFan00|ShakespeareFan00]] ([[User talk:ShakespeareFan00|discuss]] • [[Special:Contributions/ShakespeareFan00|contribs]]) 10:00, 2 April 2021 (UTC) :The extent of the content is likely to be linked to the causes of air safety incidents, so would include software, electronic, electromechanical, human, procedural and other failures. In real life I am, amongst other things, a human behaviour and a critical systems safety specialist, so these are likely to be the area of higher focus. [[User:QuiteUnusual|QuiteUnusual]] ([[User talk:QuiteUnusual|discuss]] • [[Special:Contributions/QuiteUnusual|contribs]]) 09:51, 6 April 2021 (UTC) == [[Types of Electric Circuit]] == Hello sir. I have created a page that name is [[Types of Electric Circuit]]. But no one doesn't reviewed that page. So please check it's quality. Thank you [[User:Tanbirzx|Tanbirzx]] ([[User talk:Tanbirzx|discuss]] • [[Special:Contributions/Tanbirzx|contribs]]) 14:55, 8 April 2021 (UTC) :We talked about this in 2019 briefly. We don't have separate pages like this at Wikibooks, instead we have textbooks. Your page needs integrating into a book - until it is, it won't be quality reviewed. [[User:QuiteUnusual|QuiteUnusual]] ([[User talk:QuiteUnusual|discuss]] • [[Special:Contributions/QuiteUnusual|contribs]]) 15:46, 8 April 2021 (UTC) == [[Poem of Sidi Boushaki]] == Hello [[User:QuiteUnusual|QuiteUnusual]], Thank you for the interest you have shown in the article on the [[Poem of Sidi Boushaki]] which is one of the most studied [[Arabic grammar]] texts in the world, and of which several exegeses and comments have been published. I hope you will help me improve the presentation of the text in accordance with Wikibooks standards. Cordially. --[[User:Lofton05|Lofton05]] ([[User talk:Lofton05|discuss]] • [[Special:Contributions/Lofton05|contribs]]) 10:14, 19 April 2021 (UTC) :The main point is if this is just an article, or just a source text, then it is out of scope. If you are writing a book that explains the poem, or an annotation to the text, then that's fine. Thanks - [[User:QuiteUnusual|QuiteUnusual]] ([[User talk:QuiteUnusual|discuss]] • [[Special:Contributions/QuiteUnusual|contribs]]) 11:38, 19 April 2021 (UTC) == Some doubts == Hello, This might not be the right place to ask but I could not find any village pump like page here to communicate my doubts. So, I went on to check the Admins here and reached you. I am new here. But, I know somewhat about Wikipedia. I read some of the policies page here and I am still not sure whether we can add already published books here? Or, we are supposed to write new books only? I sent an Email also that I found from the Contact us page but got no reply. I am also confused about what will make any difference in the contents of Wikiversity and Wikibooks. Thanks in advane. And, sorry if I made a wrong move to ask you here. [[User:Lightbluerain|Lightbluerain]] ([[User talk:Lightbluerain|discuss]] • [[Special:Contributions/Lightbluerain|contribs]]) 18:04, 11 May 2021 (UTC) An already published book if it was open source would go to Wikisource, not here. Wikibooks is for writing new books [[User:QuiteUnusual|QuiteUnusual]] ([[User talk:QuiteUnusual|discuss]] • [[Special:Contributions/QuiteUnusual|contribs]]) 19:21, 11 May 2021 (UTC) :Alright. [[User:Lightbluerain|Lightbluerain]] ([[User talk:Lightbluerain|discuss]] • [[Special:Contributions/Lightbluerain|contribs]]) 03:22, 12 May 2021 (UTC) == Neutrality on a wikibooks page == Ok, I joined sometime last night/SUPER early this morning right. Ive been a wikipedia member for awile but anyways I was on pokemon fandom and started noticing multiple mistakes so I started fixing them and i ultimately ended up here. Well more accurately (wikibooks) and noticed someone had flagged a topic I was interested in for the hour and I didn't know who to tell as to working on fixing the "problem" if any at all? Lol Apologies in advance if I explain in too much detail [[User:BeatnikSnail|BeatnikSnail]] ([[User talk:BeatnikSnail|discuss]] • [[Special:Contributions/BeatnikSnail|contribs]]) 09:10, 12 May 2021 (UTC) :I'm not sure I understand the question you are asking. If you are asking "can I fix or problem, or do I need to tell someone first?", then the answer is you can just fix it. As a new editor, your edits will likely be reviewed by more experienced editors who will check you haven't made any mistakes which can happen as the Wiki editor isn't the easiest to use. [[User:QuiteUnusual|QuiteUnusual]] ([[User talk:QuiteUnusual|discuss]] • [[Special:Contributions/QuiteUnusual|contribs]]) 14:32, 13 May 2021 (UTC) == CU request == Can you run CheckUser on [[User:MarvinMarie90]]? Seeing different accounts post identical spam, and hence think a rangeblock on the underlying IPs would be needed. P.S: do you think I should run for CheckUser, given that Xania is inactive? [[User:Leaderboard|Leaderboard]] ([[User talk:Leaderboard|discuss]] • [[Special:Contributions/Leaderboard|contribs]]) 20:18, 16 May 2021 (UTC) : Unfortunately there's no common range. Feel free to run for CU. It may take a while to get the required 25 votes but theres no problem with the request staying open as long as necessary. [[User:QuiteUnusual|QuiteUnusual]] ([[User talk:QuiteUnusual|discuss]] • [[Special:Contributions/QuiteUnusual|contribs]]) 21:12, 16 May 2021 (UTC) ::Do you think that it should be added to the sitenotice? Seems to be practice for past CU nominations but not sure if it's right here. [[User:Leaderboard|Leaderboard]] ([[User talk:Leaderboard|discuss]] • [[Special:Contributions/Leaderboard|contribs]]) 08:59, 30 May 2021 (UTC) :::You can add a sitenotice if you want. It'll probably help. [[User:QuiteUnusual|QuiteUnusual]] ([[User talk:QuiteUnusual|discuss]] • [[Special:Contributions/QuiteUnusual|contribs]]) 07:51, 2 June 2021 (UTC) ::::Would it be OK to politely nudge those that are active (and that I interact with) but haven't voted? [[User:Leaderboard|Leaderboard]] ([[User talk:Leaderboard|discuss]] • [[Special:Contributions/Leaderboard|contribs]]) 08:12, 14 July 2021 (UTC) :::::I would think so. We don't have the same focus on canvasing as at Wikipedia, but you should avoid appearing to badger people to support you. [[User:QuiteUnusual|QuiteUnusual]] ([[User talk:QuiteUnusual|discuss]] • [[Special:Contributions/QuiteUnusual|contribs]]) 08:19, 14 July 2021 (UTC) == YGM == Kindly take a look at your email. Thanks. --[[User:Minorax|Minorax]] ([[User talk:Minorax|discuss]] • [[Special:Contributions/Minorax|contribs]]) 05:39, 26 May 2021 (UTC) :I did thanks and that's what led to my note on the talk page of the editor in question. [[User:QuiteUnusual|QuiteUnusual]] ([[User talk:QuiteUnusual|discuss]] • [[Special:Contributions/QuiteUnusual|contribs]]) 08:23, 26 May 2021 (UTC) ::Seems like the editor doesn't want to address the issue that led to the global lock. --[[User:Minorax|Minorax]] ([[User talk:Minorax|discuss]] • [[Special:Contributions/Minorax|contribs]]) 15:41, 27 May 2021 (UTC) == Literature and reading guides on Wikibooks == Can Wikibooks be used for books about literature such as compendiums of synopses and reading guides?--[[User:Darrelljon|Darrelljon]] ([[User talk:Darrelljon|discuss]] • [[Special:Contributions/Darrelljon|contribs]]) 14:00, 28 May 2021 (UTC) :things like a parallel text of reading guide are permitted, but I wouldn't expect to see one in Wikijunior as this is an unlikely audience for such a book. [[User:QuiteUnusual|QuiteUnusual]] ([[User talk:QuiteUnusual|discuss]] • [[Special:Contributions/QuiteUnusual|contribs]]) 14:44, 28 May 2021 (UTC) == Invitation for Functionary consultation 2021 == Greetings, I'm letting you know in advance about a meeting I'd like to invite you to regarding the [[:m:Universal Code of Conduct|Universal Code of Conduct]] and the community's ownership of its future enforcement. I'm still in the process of putting together the details, but I wanted to share the date with you: 27 June, 2021. I do not have a time on this date yet, but I will let you soon. We have created a [[:m:Universal Code of Conduct/Functionary consultations/June and July 2021|meta page]] with basic information. Please take a look at the meta page and sign up your name under the appropriate section. Thank you for your time.--[[User:BAnand (WMF)|BAnand (WMF)]] 15:06, 2 June 2021 (UTC) <!-- Message sent by User:BAnand (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=MassMessage/Lists/UCoC_Group&oldid=21533343 --> == Regarding Subject: namespace and its pages == Hello, I am from Hindi Wikibooks (hiwikibooks) where I am trying to manage cataloguing. We have nearly all our templates imported from enwikibooks and follow the same structure. I'm just curious about the future of this "Subject:" namespace here on English Wikibooks. Because, we, at Hindi project, still have a very few pages in this namespace, created following the practice here. But we have a lot of (comparable to our no. of pages) redlinks there yet to be created (and someone may create them accidentality in belief that they are actually needed, as I have done it myself). I just want to ask if they are worth creating. If not, we can stop their creation (still being a NEW and small wikiproject). Please suggest. --[[User:SM7|SM7]] ([[User talk:SM7|discuss]] • [[Special:Contributions/SM7|contribs]]) 05:40, 16 June 2021 (UTC) :We use them, and intend to continue using them, to group together books on a similar subject. If you only have a few books, you probably don't need them [[User:QuiteUnusual|QuiteUnusual]] ([[User talk:QuiteUnusual|discuss]] • [[Special:Contributions/QuiteUnusual|contribs]]) 08:54, 16 June 2021 (UTC) == Android 2113853211 == Created on 1 Apr 2021, Android 2113853211 mostly edits on simple English Wikipedia. However, Android 2113853211 was globally locked after 42 days and 800 edits. Android 2113853211 was not blocked here until 14 days after being globally locked, despite Android 2113853211 not editing here. [[Special:Contributions/79.67.17.238|79.67.17.238]] ([[User talk:79.67.17.238|discuss]]) 15:21, 23 June 2021 (UTC) :The blocking is performed to block the underlying IP address which a global lock does not do. The account was blocked here as it was a sockpuppet of another user. [[User:QuiteUnusual|QuiteUnusual]] ([[User talk:QuiteUnusual|discuss]] • [[Special:Contributions/QuiteUnusual|contribs]]) 15:27, 23 June 2021 (UTC) == importer permissions == Hi, I wanted to ask you something. So I realize that as an admin, I can add myself to a few user groups, one of them being importer. I'm being very careful with my administrative responsibilities and always ask first before trying something new. I've used the import tool a number of times (mainly for Wikipedia and StrategyWiki under the [[Wikibooks:Importers]] guidelines). So basically, seeing as you promoted me to temporary admin, I wanted to ask if I have permission to promote myself to importer, as I can forsee myself using import, even after three months, to transwiki some Wikipedia articles (e.g. [[Mario_franchise_strategy_guide/Enemies/Bob-omb]] -- its page history was deleted but provided to me by a Wikipedia admin upon request; more info on the guide's [[Talk:Mario franchise strategy guide|talk page]]) for the video game strategy guide wikibooks here. At the same time I feel I need to make an effort to try and be more original with my writing on some of the existing wikibook pages. [[User:2005-Fan|2005-Fan]] ([[User talk:2005-Fan|discuss]] • [[Special:Contributions/2005-Fan|contribs]]) 16:10, 1 July 2021 (UTC) :no you shouldn't give yourself permissions, as that's not what the community approved when giving you temporary admin rights. However, the admin rights includes importing and I think using this right would be acceptable to the community. If you want importer after your temp admin expires, you should request it at RFP. Thanks - [[User:QuiteUnusual|QuiteUnusual]] ([[User talk:QuiteUnusual|discuss]] • [[Special:Contributions/QuiteUnusual|contribs]]) 13:00, 2 July 2021 (UTC) ::Makes sense, thank you [[User:2005-Fan|2005-Fan]] ([[User talk:2005-Fan|discuss]] • [[Special:Contributions/2005-Fan|contribs]]) 13:32, 3 July 2021 (UTC) == Radiation Oncology == Who are those IPv6 editors there? [[User:Leaderboard|Leaderboard]] ([[User talk:Leaderboard|discuss]] • [[Special:Contributions/Leaderboard|contribs]]) 08:59, 20 July 2021 (UTC) :Does https://en.wikibooks.org/wiki/Special:AbuseFilter/69 look OK to you? Equivalent to semi-protecting the entire book. [[User:Leaderboard|Leaderboard]] ([[User talk:Leaderboard|discuss]] • [[Special:Contributions/Leaderboard|contribs]]) 11:34, 20 July 2021 (UTC) ::{{Ping|Leaderboard}} Yes, I was just fiddling around trying to do the same thing a different way. But yours looks okay [[User:QuiteUnusual|QuiteUnusual]] ([[User talk:QuiteUnusual|discuss]] • [[Special:Contributions/QuiteUnusual|contribs]]) 11:36, 20 July 2021 (UTC) == [[Special:Contributions/WilsonD055]] == Hello, you might want to globally lock and perform a sleeper check. [[User:1234qwer1234qwer4|𝟙𝟤𝟯𝟺𝐪𝑤𝒆𝓇𝟷𝟮𝟥𝟜𝓺𝔴𝕖𝖗𝟰]] ([[User talk:1234qwer1234qwer4|𝗍𝗮𝘭𝙠]]) 18:09, 27 July 2021 (UTC) :The editor was hopping IPs every 2 minutes... no sleepers on any of them but it is hardly definitive as they are clearly able to move around quickly. [[User:QuiteUnusual|QuiteUnusual]] ([[User talk:QuiteUnusual|discuss]] • [[Special:Contributions/QuiteUnusual|contribs]]) 07:52, 28 July 2021 (UTC) :: Thanks. I am pretty sure that this is not an "editor" in the strict sense by the way, since their userpage had the pattern of the ntsamr spambot. [[User:1234qwer1234qwer4|𝟙𝟤𝟯𝟺𝐪𝑤𝒆𝓇𝟷𝟮𝟥𝟜𝓺𝔴𝕖𝖗𝟰]] ([[User talk:1234qwer1234qwer4|𝗍𝗮𝘭𝙠]]) 08:18, 28 July 2021 (UTC) == en.wiki troll has taken up residence here == (tried to post at Admin Assistance, but that's semi'd. Have to admit, it's hard for a non-autoconfirmed user to know where to ask for help. Probably true for en.wiki too, of course... Anyway, luckily I recognized your name and you seem active). Just got notified of this editor leaving me a message: [[Special:Contributions/TwilightSparkleCuddleBear453]]. Compare to this en.wiki troll, blocked by me a few days ago (no URL because your edit filter thinks I'm spamming you; this is '''on en.wiki''') User_talk:Twilight_Sparkle_222#I_am_blocked. An en.wiki CU said there is previous abuse on multiple accounts. I can solve my problem by turning off cross-wiki notifications. But just FYI, they're likely going to be a timesink for you folks too, unless you block and maybe CU them. Don't get tricked into thinking they are a new user making newbie mistakes (like, for example, posting to Misza13's talk page). --[[User:Floquenbeam|Floquenbeam]] ([[User talk:Floquenbeam|discuss]] • [[Special:Contributions/Floquenbeam|contribs]]) 21:58, 3 September 2021 (UTC) : Thanks for the warning. There's something odd about the account. Will look more later as I need to put my Steward hat on and delve into the details. [[User:QuiteUnusual|QuiteUnusual]] ([[User talk:QuiteUnusual|discuss]] • [[Special:Contributions/QuiteUnusual|contribs]]) 23:26, 3 September 2021 (UTC) == Thanks == Hi, how are you doing? Just saw your comment on my page. I was a bit confused myself and just chose to ignore the message. The part beneath it ''This survey is primarily meant to get feedback....'' also confused me a bit though i realise that it was originally part of another message.--[[User:Xania|ЗAНИA]] [[Image:Flag_of_the_Isle_of_Mann.svg|15px]][[User talk:Xania|<sup>talk</sup>]] 09:48, 8 September 2021 (UTC) :{{ping|Xania}} Yes I'm good, hope you're keeping well. The editor had created a bunch of "rules" he was trying to enforce on the book so I assume it was somehow related to that. [[User:QuiteUnusual|QuiteUnusual]] ([[User talk:QuiteUnusual|discuss]] • [[Special:Contributions/QuiteUnusual|contribs]]) 09:52, 8 September 2021 (UTC) == Thanks! == Thanks! [[Special:Contributions/96.18.219.55|96.18.219.55]] ([[User talk:96.18.219.55|discuss]]) 16:38, 28 October 2021 (UTC) == Restoring a deleted page == Dear QuiteUnusual, you have recently deleted a page: https://en.wikibooks.org/wiki/Anorgaaniline_Keemia/Atmosfääri_osakesed It is not spam. Please help me restore the content and move it to a proper place at Estonian wikibooks. By mistake the author entered "en" instead of "et". Me and my student would be very grateful for your assistance as we are not so proficient with wikibooks. --Vladislav Ivaništšev 19:43, 3 December 2021 (UTC) {{unsigned|Olunet}} == More Bureaucrats == You appear to be the only bureaucrat on the English Wikibooks, so can you promote me and 3 other users to bureaucrats because I am experienced have never breached any Wikibooks policy. [[User:Faster than Thunder|Faster than Thunder]] ([[User talk:Faster than Thunder|discuss]] • [[Special:Contributions/Faster than Thunder|contribs]]) 01:09, 20 December 2021 (UTC) No I can't. You need to be elected by the community. [[User:QuiteUnusual|QuiteUnusual]] ([[User talk:QuiteUnusual|discuss]] • [[Special:Contributions/QuiteUnusual|contribs]]) 01:22, 20 December 2021 (UTC) == Misconduct == Thank you for destroying the work of hours within 5 minutes! There is nothing left than to report you. --[[User:Platonykiss|Platonykiss]] ([[User talk:Platonykiss|discuss]] • [[Special:Contributions/Platonykiss|contribs]]) 15:20, 22 December 2021 (UTC) :Actually what would be more helpful is for you to provide a link to the original source, so that you can comply with the site license and not publish a copyright violation. Then the work can be restored. As you are clearly copying someone else's work they probably think yours is the misconduct. [[User:QuiteUnusual|QuiteUnusual]] ([[User talk:QuiteUnusual|discuss]] • [[Special:Contributions/QuiteUnusual|contribs]]) 18:58, 22 December 2021 (UTC) == Please see.......... == .....my follow up question at Discussion.--[[User:Buddpaul|Buddpaul]] ([[User talk:Buddpaul|discuss]] • [[Special:Contributions/Buddpaul|contribs]]) 18:08, 30 December 2021 (UTC) == How we will see unregistered users == <section begin=content/> Hi! You get this message because you are an admin on a Wikimedia wiki. When someone edits a Wikimedia wiki without being logged in today, we show their IP address. As you may already know, we will not be able to do this in the future. This is a decision by the Wikimedia Foundation Legal department, because norms and regulations for privacy online have changed. Instead of the IP we will show a masked identity. You as an admin '''will still be able to access the IP'''. There will also be a new user right for those who need to see the full IPs of unregistered users to fight vandalism, harassment and spam without being admins. Patrollers will also see part of the IP even without this user right. We are also working on [[m:IP Editing: Privacy Enhancement and Abuse Mitigation/Improving tools|better tools]] to help. If you have not seen it before, you can [[m:IP Editing: Privacy Enhancement and Abuse Mitigation|read more on Meta]]. If you want to make sure you don’t miss technical changes on the Wikimedia wikis, you can [[m:Global message delivery/Targets/Tech ambassadors|subscribe]] to [[m:Tech/News|the weekly technical newsletter]]. We have [[m:IP Editing: Privacy Enhancement and Abuse Mitigation#IP Masking Implementation Approaches (FAQ)|two suggested ways]] this identity could work. '''We would appreciate your feedback''' on which way you think would work best for you and your wiki, now and in the future. You can [[m:Talk:IP Editing: Privacy Enhancement and Abuse Mitigation|let us know on the talk page]]. You can write in your language. The suggestions were posted in October and we will decide after 17 January. Thank you. /[[m:User:Johan (WMF)|Johan (WMF)]]<section end=content/> 18:14, 4 January 2022 (UTC) <!-- Message sent by User:Johan (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=User:Johan_(WMF)/Target_lists/Admins2022(3)&oldid=22532499 --> == Deleted pages == Hi, I recently got into deleted works of fiction. I understand that they are out of scope and don’t request to revive them. However, some of them are interesting and I would like to read them. Could you please email me the content of [[A Fiction Story About Free Fall: The 22 Million Mile Tower]], [[The Router That Got Away Lyrics]], [[Least Defensive Starter Pokémon]], [[September 2020 masculine names disaster]], [[Backpack Bear Introduces The Computer]], and [[Natural science and technology teacher's guide]]? <br>Also, while searching in the deletion log I have found strategy guides that were deleted back when they were out of scope that are yet to be revived. Here they are: [[Loving an unpopular Pokémon vs loving an unpopular name]], [[How to calculate the HP range for a species of Pokémon]], [[Effective stats]], and [[Pokémon Level 30]]. <br>Sorry for the very long message and thanks in advance, -[[User:Gifnk dlm 2020|Gifnk dlm 2020]] <span style="color:purple;">From Middle English Wikipedia</span> 📜📖💻 ([[User talk:Gifnk dlm 2020|talk]]) 13:30, 28 January 2022 (UTC) :Never mind. I will request in requests for undeletion. -[[User:Gifnk dlm 2020|Gifnk dlm 2020]] <span style="color:purple;">From Middle English Wikipedia</span> 📜📖💻 ([[User talk:Gifnk dlm 2020|talk]]) 14:23, 29 January 2022 (UTC) == List of Unreviewed pages == Hello, I want to know that these pages ([[Wikijunior:Life]], [[Wikijunior:Countries A-Z/Poland|Countries A-Z/Poland]], [[Wikijunior:Countries A-Z/Portugal|Portugal]]) and may be more pages are not reviewed but I can't find these pages in List of [https://en.wikibooks.org/w/index.php?title=Special%3AUnreviewedPages&namespace=110&category= Unreviewed pages]. Why? [[User:Zsohl|<span style="font-family:'Trebuchet MS'; color:#217d00;font-size:16px">'''Z'''sohl </span>]] <sup style="font-family:Trebuchet MS; color:#9971DA;font-size:12px">[[User talk:Zsohl| (discuss]]•[[Special:Contributions/Zsohl|contribs)]]</sup> 16:00, 3 February 2022 (UTC) :{{Ping|Zsohl}} The list of unreviewed pages lists pages that have '''never''' been reviewed. If they have been reviewed, but have changes that have not been reviewed, they are listed at [[Special:PendingChanges]]. [[User:MarcGarver|MarcGarver]] ([[User talk:MarcGarver|discuss]] • [[Special:Contributions/MarcGarver|contribs]]) 16:50, 3 February 2022 (UTC) ::@[[User:MarcGarver|MarcGarver]]: Thanks for reply. But these pages are never been reviewed ( [[Wikijunior:Countries A-Z/Poland|Countries A-Z/Poland]], [[Wikijunior:Countries A-Z/Portugal|Portugal]]). What about these? [[User:Zsohl|<span style="font-family:'Trebuchet MS'; color:#217d00;font-size:16px">'''Z'''sohl </span>]] <sup style="font-family:Trebuchet MS; color:#9971DA;font-size:12px">[[User talk:Zsohl| (discuss]]•[[Special:Contributions/Zsohl|contribs)]]</sup> 16:56, 3 February 2022 (UTC) :::Looks like a bug. If you look at [[Special:ValidationStatistics]] you can see 53 are unreviewed, but they don't appear on the list of unreviewed pages. While the unreviewed pages is cached it is updated as of 1 Feb so that can't be the cause. I'll need to raise a bug on Phabricator. [[User:MarcGarver|MarcGarver]] ([[User talk:MarcGarver|discuss]] • [[Special:Contributions/MarcGarver|contribs]]) 10:51, 4 February 2022 (UTC) == == Hi ,[[User:MarcGarver|MarcGarver]] you had deleted page Documents on the Persian Gulf's name [https://en.wikibooks.org/wiki/Documents_on_the_Persian_Gulf%27s_name] mentioned (Source texts belong at Wikisource. I would like to translate the book from its original text of persian wiki books not in detail but in short . specially parts that explain about the the roots of the names of Iran- Oman sea- Indian ocean erythraen sea, Arabian sea and ... would you please advise me about. --[[User:Cultural sec|Cultural sec]] ([[User talk:Cultural sec|discuss]] • [[Special:Contributions/Cultural sec|contribs]]) 08:32, 4 May 2022 (UTC) :A translation is also a source text. An annotated text is acceptable. In this case you should request an [[WB:RFI|import]] of the original text. [[User:MarcGarver|MarcGarver]] ([[User talk:MarcGarver|discuss]] • [[Special:Contributions/MarcGarver|contribs]]) 08:52, 4 May 2022 (UTC) == Permission for [[Saint Michael: Early Anglo-Saxon Tradition]] == This has been submitted as [[Ticket:2022022210010563]]. It looks like you don't have access to permissions, so I can move it back to sister-projects if you'd like to take it over. Otherwise we can take a look at it in permissions and get back to you about it. Whichever you'd prefer. [[User:VernoWhitney|VernoWhitney]] ([[User talk:VernoWhitney|discuss]] • [[Special:Contributions/VernoWhitney|contribs]]) 19:28, 5 May 2022 (UTC) :{{ping|VernoWhitney}} I'm more than happy for you to look at it in permissions. I had a quick look and I don't see clear evidence that the person who sent it is related to the estate, or the copyright holder, but I'm not an expert. Thanks. [[User:MarcGarver|MarcGarver]] ([[User talk:MarcGarver|discuss]] • [[Special:Contributions/MarcGarver|contribs]]) 13:21, 9 May 2022 (UTC) ::I went through the VRT help pages for additional guidance and am inclined to approve it and have noted my reasoning in the Ticket. Unless you disagree I'll let you tag the book (or whatever you do to notate permission here on wikibooks) and then I'll reply. [[User:VernoWhitney|VernoWhitney]] ([[User talk:VernoWhitney|discuss]] • [[Special:Contributions/VernoWhitney|contribs]]) 15:27, 9 May 2022 (UTC) ::::{{ping|VernoWhitney}} Thanks, your reasoning looks sound. I have tagged the page. Appreciate your work on this - regards. [[User:MarcGarver|MarcGarver]] ([[User talk:MarcGarver|discuss]] • [[Special:Contributions/MarcGarver|contribs]]) 08:34, 10 May 2022 (UTC) == Double redirect protected == See [[User:QU~enwikibooks]] and talkpage. Please fix to help clear out [[Special:DoubleRedirects]] <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 15:06, 1 July 2022 (UTC) :Thanks, done. [[User:MarcGarver|MarcGarver]] ([[User talk:MarcGarver|discuss]] • [[Special:Contributions/MarcGarver|contribs]]) 07:59, 5 July 2022 (UTC) == Plasma Fusion Preface == Hi! I wonder what you think of "my" book? I will not do anything more to it, you are free to edit as you like but I am quite satisfied with the book as it is. [[User:Knoppson|Knoppson]] ([[User talk:Knoppson|discuss]] • [[Special:Contributions/Knoppson|contribs]]) 16:32, 4 July 2022 (UTC) :It's a strange name, and it isn't structured like a book - that's the structural "issue". Other than that, I have no comment on the content. [[User:MarcGarver|MarcGarver]] ([[User talk:MarcGarver|discuss]] • [[Special:Contributions/MarcGarver|contribs]]) 07:58, 5 July 2022 (UTC) == Interlingue para principiantes == Hi, I see you left a comment in the book [[Interlingue para principiantes]] created by {{ping|Caro de Segeda}} that only books in English are accepted. I think if there’s such a thing as “Interlingue Wikibooks” it should be imported to there. If not, then I would suggest maybe moving it to the user space of the user for the time being however if the policy says to delete it after a certain amount of time (7 days?), then I think it’s fair. -<span style="background:yellow;">[[User:Slava Ukraini Heroyam Slava 123|🇺🇦<span style="color:blue;">Слава🇺🇦Україні</span>🇺🇦<span style="color:blue;">Героям🇺🇦Слава🇺🇦</span>]]([[User talk:Slava Ukraini Heroyam Slava 123|talk]])🇺🇦</span> 14:57, 24 July 2022 (UTC) :I checked and Interlingue Wikibooks does exist and can be found [https://ia.wikibooks.org/wiki/Pagina_principal here]. I think the book should be imported. -<span style="background:yellow;">[[User:Slava Ukraini Heroyam Slava 123|🇺🇦<span style="color:blue;">Слава🇺🇦Україні</span>🇺🇦<span style="color:blue;">Героям🇺🇦Слава🇺🇦</span>]]([[User talk:Slava Ukraini Heroyam Slava 123|talk]])🇺🇦</span> 15:00, 24 July 2022 (UTC) ::There's no point importing it because it isn't in English. Unless the editor is going to translate it to English, it'd just be deleted. [[User:MarcGarver|MarcGarver]] ([[User talk:MarcGarver|discuss]] • [[Special:Contributions/MarcGarver|contribs]]) 07:25, 25 July 2022 (UTC) :::Thanks for the reply. The rule that books should be written in English is valid for English Wikibooks. I assume this book is written in Interlingue therefore I suggest importing it to Interlingue Wikibooks where it will fit in perfectly. -<span style="background:yellow;">[[User:Slava Ukraini Heroyam Slava 123|🇺🇦<span style="color:blue;">Слава🇺🇦Україні</span>🇺🇦<span style="color:blue;">Героям🇺🇦Слава🇺🇦</span>]]([[User talk:Slava Ukraini Heroyam Slava 123|talk]])🇺🇦</span> 09:54, 25 July 2022 (UTC) ::::I think he means '''exporting''' it from here to Interlingue, not '''importing'''.--[[User:Xania|Xania]] [[Image:Flag_of_Estonia.svg|15px]] [[Image:Flag_of_Ukraine.svg|15px]] [[User talk:Xania|<sup>talk</sup>]] 14:08, 25 July 2022 (UTC) :::::It's already there though, at the link above... [[User:MarcGarver|MarcGarver]] ([[User talk:MarcGarver|discuss]] • [[Special:Contributions/MarcGarver|contribs]]) 14:14, 25 July 2022 (UTC) ::::::Xania is correct. I meant exporting it from English Wikibooks to Interlingue Wikibooks. I’m not sure what you mean by “it’s already there”. The link above is to the main page of Interlingue Wikibooks. I tried searching “Interlingue para principiantes” and it doesn’t appear they have a book with that title or a similar one. -<span style="background:yellow;">[[User:Slava Ukraini Heroyam Slava 123|🇺🇦<span style="color:blue;">Слава🇺🇦Україні</span>🇺🇦<span style="color:blue;">Героям🇺🇦Слава🇺🇦</span>]]([[User talk:Slava Ukraini Heroyam Slava 123|talk]])🇺🇦</span> 18:36, 25 July 2022 (UTC) :You don't need admin rights to Export. You may need rights on the ia project to import it - you'll need to ask there. [[User:MarcGarver|MarcGarver]] ([[User talk:MarcGarver|discuss]] • [[Special:Contributions/MarcGarver|contribs]]) 10:27, 26 July 2022 (UTC) ::Unfortunately there hasn’t been any activity in ia.wikibooks during the last 30 days except for bots leaving messages and new account creations. Also there are no admins except the anti abuse filter and no importers. P.s. is it possible to export it and upload the xml dump to commons.wikimedia? Thanks in advance, -<span style="background:yellow;">[[User:Slava Ukraini Heroyam Slava 123|🇺🇦<span style="color:blue;">Слава🇺🇦Україні</span>🇺🇦<span style="color:blue;">Героям🇺🇦Слава🇺🇦</span>]]([[User talk:Slava Ukraini Heroyam Slava 123|talk]])🇺🇦</span> 13:15, 26 July 2022 (UTC) == Admin request == In the middle of an edit, I somehow got logged out. Please can you hide my IP from [[Guide to the Godot game engine/Debugging]]. Thanks. <sup> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]</sup> / <sub>[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 11:06, 10 August 2022 (UTC) f6pbiu25kbv3q4gshkif7eoldsqg1m4 Chess Opening Theory/1. d4/1...d5/2. c4/2...e6/3. Nc3/3...c6 0 190349 4089864 4088420 2022-08-09T14:16:43Z 64.146.180.175 /* 3...c6 */ Sigh. So many women and other people are still in the world... wikitext text/x-wiki {{Chess Opening Theory/Position|= |Queen's Gambit Declined| |rd|nd|bd|qd|kd|bd|nd|rd|= |pd|pd| | | |pd|pd|pd|= | | |pd| |pd| | | |= | | | |pd| | | | |= | | |pl|pl| | | | |= | | |nl| | | | | |= |pl|pl| | |pl|pl|pl|pl|= |rl| |bl|ql|kl|bl|nl|rl|= || }} =Queen's Gambit Declined= ===3...c6=== In this position, by delaying Nf6, Black keeps many opportunities open. They can keep on playing in the normal Queen's Gambit Declined (QGD) fashion with 4...Nf6 (whether white plays e3 or Nf3), or can try different other options. 4.Nf3 can lead to regular QGD games or, for example, the Noteboom variation : 4...dxc4. Here, Black aims to get two passed flanked pawns in exchange for White's big center. The middlegame is critical, but if Black survives, then the endgame is favorable for Black. On the other hand 4.e3 can lead to a stonewall defense position with 4...f5, where Black's usual plan is a quick attack on the king side and can often involve a rook lift to f6. Another option for White, though less popular, is the Marshall Gambit of the Semi-Slav, with 4.e4. This move aims at exploiting Black's lack of control of e4, not having played Nf6. Main line goes 4...dxe4 5.Nxe4 Bb4+ 6.Bd2 Qxd4 7.Bxb4 Qxe4+ with a sharp game. Usually White blocks with Be2 and leaves the g2 pawn hanging. Black can capture it, but not the rook (Bf3 wins the queen). In return, White can have annoying pressure and tactics involving the d6 weakness. An example game played in this line is Bacrot - Morozevich, Biel Rd2, 2012. ==Theory table== {{Chess Opening Theory/Table}}. '''1. d4 d5 2. c4 e6 3. Nc3 c6''' <table border="0" cellspacing="0" cellpadding="4"> <tr> <th></th> <th align="left">3</th> <th align="left">4</th> <th align="left">5</th> <th align="left">6</th> </tr> <tr> <th align="right">'''Queen's Gambit Declined'''</th> <td>[[/4. Nf3|Nf3]]<br>Nf6</td> <td>=</td> </tr> <tr> <th align="right">'''Queen's Gambit Declined Semi-Slav'''</th> <td>[[/4. e3|e3]]<br>Nf6</td> <td>=</td> </tr> <tr> <th align="right">'''Marshall Gambit of the Semi-Slav'''</th> <td>[[/4. e4|e4]]<br>dxe4</td> <td>∞</td> </tr> </table> {{ChessMid}} ==References== {{reflist}} {{Wikipedia|Queen's Gambit Declined}} {{ChessStub}} igkjptrx1m3udrjldlxvjktz5gazbsg Random Processes in Communication and Control 0 211161 4089870 3471387 2022-08-09T14:57:36Z Kaltenmeyer 715252 typo wikitext text/x-wiki ==Syllabus== 1. Review of probability theory: set theory, probability axioms, conditional probability, independence, random variables, discrete and continuous random variables, cumulative distribution function (CDF), probability mass function (PMF), probability density function (PDF), conditional PMF/PDF, expected value, variance, functions of a random variable, expected value of the derived random variable, multiple random variables (discrete and continuous), joint CDF/PMF/PDF, marginal PMF/PDF, functions of multiple random variables, multiple functions of multiple random variables, independent random variables, uncorrelated random variables. 2. Sums of random variables, moment generating function, random sums of random variables. 3. MMSE estimation: blind, linear, unconstraint MMSE estimators, the Gaussian case, orthogonality principle, innovations sequences. 4. The sample mean, laws of large numbers, central limit theorem, convergence of sequence of random variables. 5. Introduction to random processes, specification of random processes, nth order joint PDFs, independent increments, stationary increments, Markov property. 6. Gaussian process, Poisson process and Brownian motion. 7. Mean and correlation of random processes, stationary, wide sense stationary, ergodic processes. 8. Mean-square continuity, mean-square derivatives. 9. Random signal processing: random processes as inputs to linear time invariant systems, power spectral density, Gaussian processes as inputs to LTI systems, white Gaussian noise. 10. MMSE estimation for random processes: whitening filters, prediction, smoothing, Yule-Walker equations, Wiener-Hopf equations, Kalman filtering. 11. Discrete-time Markov chains: state and n-step transition probabilities, Chapman-Kolmogorov equations, first passage probabilities, classification of states, limiting state probabilities. 12. Continuous-time Markov chains. 13. Karhunen-Loeve expansion. ==Notes== {| style="width:100%; background-color: #FFFFEE; border: solid 1px #FFC92E; padding: 1em;" valign="top" | * [[/M-Sep14|Monday, September 14 ]] |} {{Shelves|Electrical engineering}} {{Alphabetical|R}} {{status|0%}} 0xx9xu9bg263gsr94mpj6u5s5dvtqk3 Aros/Platforms/x86 Complete System HCL 0 237398 4089902 4089739 2022-08-09T17:06:18Z Jeff1138 301139 wikitext text/x-wiki === Laptops === The following hardware has been tested with AROS and any issues have been noted. If you have encountered differently (i.e. problems, incompatibilities, faults, niggles, annoyances, environment, errors, review of setup etc) please update this information. * 2006/2007 Dell Latitude D-series laptops - business class machines, good support in Aros, easy to replace wifi card * 2006 some [https://www.techradar.com/reviews/pc-mac/laptops-portable-pcs/laptops-and-netbooks/toshiba-satellite-pro-a200-28550/review Satellite Pro A200] * 2008 For the tiny carry anywhere, the early run of Acer Aspire netbooks Usually avoid HP and Lenovo as the wifi card is bios locked cannot be swapped without hacking Please bear in mind that AROS has only a few hardware driver developers, whilst Linux counts in the tens and Windows in the hundreds. So support is very slow after some improvement after 2005/6 for a few years. So consequently, be aware that driver support on native is now a decade behind linux, MacOS(TM) and Windows(TM). Rough estimate from taking a random laptop notebook what you can expect from a Native install of AROS {| class="wikitable sortable" width="100%" ! width="10%" |Date ! width="5%" |Overall ! width="5%" |Gfx VESA ! width="5%" |Gfx 2D Acceleration ! width="10%" |Gfx 3D Acceleration ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="10%" |Wireless ! width="20%" |Comments |- | Before 2002 || Poor to OK || VESA 90% || 2D 10% || {{N/A}} || Audio 10% || 40% || Wired 70% || 2% || Max RAM 512MB |- | 2002-2005 || OK || VESA 95% || 2D 10% || 3D 0% || Audio 30% || 70% || Wired 50% || 4% || Max RAM 1GB |- | 2005-2010 || Good || VESA 98% || 2D 60% || 3D 20% || Audio 60% || 80% || Wired 30% || 20% || Max RAM 2 / 4GB |- | 2011-2014 || Poor || VESA 98% || 2D 15% || 3D 0% || Audio 20% || 60% || Wired 20% || 0% || Max RAM 8GB / 16GB |- | 2015-2017 || Poor || VESA 98% || 2D 0% || 3D 0% || Audio 0% || 0% || Wired 10% || 0% || Max RAM 32GB |- | 2018-202x || Poor || VESA 95% || 2D 0% || 3D 0% || Audio 0% || 0% || Wired 0% || 0% || Max RAM 64GB Ryzen |- |} 3D tests now conducted with apps found in Demos/AROS/Mesa and run at default size (may need to View As -> Show All to see them. Most vendor suppliers get OEM (original equipment manufacturers) to make their laptops. These brand name companies purchase their laptops from an ODM (Original Design Manufacturer) such as Quanta, Compal, Wistron, Inventec, Foxconn (Hon Hai), Flextronics and Asus (now Pegatron) with together 80% market share and MiTAC, FIC, Arima, Uniwill, ECS, Tonfang Origin and Clevo (remaining 20%). ====Acer/Gateway/Emachines==== Company founded under the name of Multitech in Taiwan in 1976, renamed to Acer or Acer Group in 1987 Order of build quality (Lowest to highest) <pre > Packard Bell Aspire Extensa TimeLine Travelmate </pre > {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name-->Travelmate 505 506 507 508 Series || <!--Chipset-->P2 Celeron 466Mhz || <!--IDE-->{{Yes|boots}} || <!--SATA--> || <!--Gfx-->{{Maybe|use VESA Neo Magic Magic Graph 128XD (NM2160)}} || <!--Audio-->{{No|AC97 Crystal CS}} || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->1998 minimal support but no audio etc - 506T, 506DX, 507T, 507DX, 508T |- | <!--Name-->TravelMate 340 342 343 345 347 || <!--Chipset-->ALi M1621 with piii || <!--IDE--> || <!--SATA--> || <!--Gfx-->Trident Cyber 9525 || <!--Audio-->{{No|ESS ES1969 Solo-1}} || <!--USB-->2 ALi OHCI USB 1.1 || <!--Ethernet-->a few have Intel e100 || <!--Wireless-->{{N/A}} || <!--Test Distro--> || <!--Comments-->2000 32bit - 340T, 341T, 342T, 342TV, 343TV, 345T, 347TV |- | <!--Name-->TravelMate 350 351 352 353 || <!--Chipset-->Ali with piii || <!--IDE-->{{Yes}} || <!--SATA-->{{N/A}} || <!--Gfx-->Trident Cyber Blade DSTN/Ai1 || <!--Audio-->{{No|ali5451}} || <!--USB-->2 USB 1.1 Ali M5237 OHCI || <!--Ethernet-->e100 || <!--Wireless-->Acer InviLink IEEE 802.11b || <!--Test Distro--> || <!--Comments-->2001 32bit very limited support but no support for PCMCIA O2 Micro OZ6933 - 350T, 351TEV, 352TEV, 353TEV |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->TravelMate 610 series 611 612 613 614 || <!--Chipset-->815 P3 || <!--IDE--> || <!--SATA-->{{N/A}} || <!--Gfx-->Intel 82815 cgc || <!--Audio-->AC97 || <!--USB-->USB 1.1 || <!--Ethernet-->Intel e100 pro || <!--Wireless-->{{N/A}} || <!--Test Distro--> || <!--Comments-->2001 32bit - 610TXVi 610T 611TXV 612TX 613TXC |- | Aspire 3003LM || SIS AMD 3000 1.8GHz || {{yes}} || {{N/A}} || {{maybe|SIS AGP M760GX (VESA only)}} || {{yes|AC97 SIS codec}} || 3 USB 2.0 || {{yes|SIS900}} || {{no|Broadcom BCM4318 AirForce One 54g}} || Icaros 1.2.4 || 2003 sempron |- | Travelmate 2310 Series ZL6 || Intel Celeron M 360 1.4GHz with SiS 661MX || {{yes}} || {{N/A}} || {{maybe|SiS Mirage M661MX (VESA only)}} || {{yes|SIS SI7012 AC97 with realtek ALC203 codec speakers only}} || || {{yes|SIS900}} || {{N/A|LM version has pci card slot but no antenna}} || Icaros 2.1.1 || 2004 32bit - No USB boot option but boot from DVD - reports of wifi losing connection (isolate/remove the metallic grounding foil ends of the antennas) - 2312LM_L - |- | <!--Name-->Aspire 3000 3002LMi 3500 5000 || <!--Chipset-->AMD CPU W-with SIS M760 || <!--IDE--> || <!--SATA--> || <!--Gfx-->SIS 760 || <!--Audio-->SIS || <!--USB--> || <!--Ethernet-->SIS 900 || <!--Wireless-->{{No|Broadcom BCM4318 swap for Atheros}} || <!--Test Distro--> || <!--Comments-->2005 32bit |- | <!--Name-->Aspire 3050 5020 5050 || <!--Chipset-->AMD Single and Turion MK-36 Dual and RS480 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Use VESA - RS482M Xpress 1100 or RS485M Xpress 1150 || <!--Audio-->HD Audio Realtek ALC883 || <!--USB--> || <!--Ethernet-->8139 || <!--Wireless-->Atheros 5006G or Broadcom BCM 4318 || <!--Test Distro--> || <!--Comments-->2005 32bit MK36 gets very hot |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->TravelMate 2410 2420 2430 series || <!--Chipset-->915GM || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel Mobile 915GMS 910GML || <!--Audio-->Intel AC97 ICH6 with ALC203 codec || <!--USB-->4 USB2.0 || <!--Ethernet-->Realtek RTL-8139 || <!--Wireless-->Atheros 5005GS || <!--Test Distro--> || <!--Comments-->2005 32bit 2428AWXMi - |- | <!--Name-->Acer Aspire 3610 - WISTRON MORAR 3614WLMI || <!--Chipset-->Intel 915 || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Yes|Intel GMA 2D and 3D}} || <!--Audio-->{{yes|[http://www.amiga.org/forums/showpost.php?p=644066&postcount=13 AC97]}} || <!--USB--> || <!--Ethernet-->{{yes|RTL 8139 8139C+}} || <!--Wireless-->{{Maybe|Atheros AR5001X+ or AR5BMB5 or Broadcom 4318}} || <!--Test Distro--> Icaros 1.2.4 || <!--Comments-->2005 32bit with good support [http://ubuntuforums.org/showthread.php?p=6205188#post6205188 wifi issues] |- | <!--Name-->TravelMate 2480 series 2483 WXMi (HannStar J MV4 94V) 2483NWXCi Aspire 3680, 3690 || <!--Chipset-->940GML i943 with Celeron 430 1.77GHz - 14.1" || <!--IDE-->{{N/A}} || <!--SATA-->{{Yes| }} || <!--Gfx-->{{Yes|2D and 3D openGL 1.x - Tunnel 181 gearbox 104 scores}} || <!--Audio-->{{Yes|HD Audio with ALC883 codec playback}} || <!--USB-->{{Yes|3 USB 2.0}} || <!--Ethernet-->{{No|Marvell 88E8038 yukon sky2}} || <!--Wireless-->{{No|Atheros 5k AR5005G AR5BMB5 mini pci}} suspect laptop hardware issues || <!--Test Distro-->Icaros 2.1.1 || <!--Comments-->2006 Works well shame about the internet options - noisy fan - poor battery life - no boot option for TI based mass storage sd card - Max 2GB memory - LCD Inverter Board IV12090/T-LF - |- | <!--Name-->TravelMate 2490 series 2492WXMi || <!--Chipset-->940GML || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Yes|Intel 945 2D and 3D tunnel 164 gearbox 105}} || <!--Audio-->{{Yes|HD Audio}} || <!--USB--> || <!--Ethernet-->{{Maybe|Broadcom BCM4401}} || <!--Wireless-->{{No|Atheros AR5005GS suspect hardware issue}} || <!--Test Distro-->Icaros 2.1.1 || <!--Comments-->2006 32bit - 15inch screen - strange curved up at ends keyboard style - overall plastic construction - Atheros AR5005G(s) - |- | <!--Name-->Gateway ML6227B MA7 || <!--Chipset-->Celeron M 520 1.6Ghz with 945GM || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{Yes|945GM 2D and 3D tunnel 169 gearbox 132}} || <!--Audio-->{{No|HDA Intel with STAC9250 codec}} || <!--USB--> || <!--Ethernet-->{{No|Marvell 88E8038}} || <!--Wireless-->{{No|8187L but swap ath5k mini pcie}} || <!--Test Distro-->Icaros 2.1.1 || <!--Comments-->15.4 ultrabrite widescreen - Wifi Switch on side Fn/F2 - |- | <!--Name-->eMachines E510 series KAL10 || <!--Chipset-->Intel Celeron M 560 2.13Ghz with PM965 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel x3100 || <!--Audio-->{{Yes|Intel with codec}} || <!--USB-->Intel || <!--Ethernet-->{{No|Broadcom BCM5906M}} || <!--Wireless-->{{No|Atheros G AR5BXB63 bios issue??}} || <!--Test Distro-->Icaros 2.1.1 || <!--Comments-->2007 32bit very budget machine with InsydeH20 bios and F10 boot menu |- | A0521 Ao721 || Athlon II Neo K125 + AMD M880G || {{N/A}} || {{maybe}} || {{maybe|ATI Radeon HD 4225 (VESA only)}} || {{No|Conexant}} || {{Maybe}}|| {{no|AR8152 l1c}} || {{no|AR9285 ath9k}} || AspireOS 1.7 || 64bit possible |- | <!--Name--> Extensa 5630Z || <!--Chipset--> Intel GL40 Express || <!--IDE--> {{N/A}} || <!--SATA--> {{Maybe|IDE mode}} || <!--Gfx--> {{Yes|Intel GMA 4500M HD (2D)}} || <!--Audio--> {{Yes|HD Audio}} || <!--USB--> {{Yes|USB 2.0}} || <!--Ethernet--> {{No|Broadcom BCM 5764M}} || <!--Wireless--> {{No|RaLink RT2860}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Aspire 5250 series 5253 BZ400 BZ602 || <!--Chipset-->E350 || <!--IDE--> || <!--SATA--> || <!--Gfx-->HD 6310 || <!--Audio-->HD Audio Conexant CX20584 || <!--USB--> || <!--Ethernet-->Atheros AR8151 || <!--Wireless-->Atheros 9k AR5B97 || <!--Test Distro--> || <!--Comments-->2011 64bit |- | <!--Name-->Aspire V5 V5-121 V5121 AO725 One 725 || <!--Chipset-->AMD C-70 || <!--IDE--> || <!--SATA--> || <!--Gfx-->6290G || <!--Audio-->Realtek ALC269 codec || <!--USB-->USB untested || <!--Ethernet-->Broadcom || <!--Wireless-->Broadcom || <!--Test Distro--> || <!--Comments-->2012 64bit |- | <!--Name-->Aspire V5-122P || <!--Chipset-->C70 with M55 or A6 1450 with ??? || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx--> 8210 || <!--Audio-->ATI Device 9840 || <!--USB-->FCH USB EHCI OHCI || <!--Ethernet-->{{N/A}} || <!--Wireless-->Atheros 9k AR9565 || <!--Test Distro--> || <!--Comments-->bios hacking needed for virtualisation |- | <!--Name-->Packard Bell EasyNote TE69 TE69KB 522 || <!--Chipset-->E1-2500 Dual or A4-5000 Quad BGA769 (FT3) both soldered || <!--IDE-->{{N/A}} || <!--SATA-->{{Maybe|Use IDE mode}} - boots if UEFI set to Legacy || <!--Gfx-->{{Maybe|use VESA - ATI Radeon 8120 8240, 8320 or 8330}} || <!--Audio-->{{No|Both AMD Azalia HD Audio with ALC282 codec and HDMI}} || <!--USB-->{{No|OHCI and EHCI detected but not XHCI USB 3}} || <!--Ethernet-->{{No|Atheros AR8171 AR8175 or Broadcom BCM57780}} || <!--Wireless-->{{No|Atheros AR9565 0x1969 0x10a1}} || <!--Test Distro-->Aspire OS Xenon || <!--Comments-->2013 64bit big netbook - Boots after using F2 to enter EFI firmware Hudson-2 and setting AHCI to IDE mode |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Aspire 3 A315 41 || <!--Chipset-->2 core 4 thread Ryzen 2200u || <!--IDE--> || <!--SATA--> || <!--Gfx-->Vega 3 || <!--Audio--> || <!--USB-->{{No|3.1 gen 1}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2018 15.6" 1366 x 768 8gb 1080p 4g single channel ram |- | <!--Name-->Nitro 5 || <!--Chipset-->Ryzen 5 2500u || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->radeon rx560 || <!--Audio--> || <!--USB-->{{No|3.1 gen 1}} || <!--Ethernet-->Realtek 8168 8111 || <!--Wireless-->Qualcomm ACA || <!--Test Distro--> || <!--Comments-->2018 15.6" |- | <!--Name-->Swift 3 || <!--Chipset-->4700U || <!--IDE-->{{N/A}} || <!--SATA-->NVMe || <!--Gfx-->Vega || <!--Audio--> codec || <!--USB-->{{No|3.1 gen 1}} || <!--Ethernet-->{{N/A}} || <!--Wireless-->Intel 6 ac || <!--Test Distro--> || <!--Comments-->2020 64bit very low srgb screen - LPDDR4 ram |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ====Asus==== [[#top|...to the top]] {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name-->Asus L8400-K Medion MD9467 || <!--Chipset-->Intel desktop 850MHz || <!--IDE--> || <!--SATA--> || <!--Gfx-->S3 Savage MX || <!--Audio-->{{No|ESS allegro 1988}} || <!--USB--> || <!--Ethernet-->Realtek 8139 || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2001 32bit |- | <!--Name-->Asus L2000 L2400 L2D Series Medion 9675 || <!--Chipset-->Athlon 4 mobile || <!--IDE--> || <!--SATA--> || <!--Gfx-->use vesa sis630 || <!--Audio-->{{No|sis7018}} || <!--USB--> || <!--Ethernet-->sis900 || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2002 32bit |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->x51R X51RL || <!--Chipset-->Duo T2250 T2330 with RS480 || <!--IDE--> || <!--SATA-->{{N/A}} || <!--Gfx-->{{Maybe|use VESA RC410 [Radeon Xpress 200M]}} || <!--Audio-->{{Yes|HD with codec}} || <!--USB-->{{Maybe|boots and detects}} || <!--Ethernet-->{{Yes|RTL-8139}} || <!--Wireless-->{{No|Atheros AR5006EG AR5111 ath5k - could be ATI Chipset}} || <!--Test Distro-->Icaros 2.2, deadwood 2021 || <!--Comments-->2003 32bit 15.4 WXGA - 19v barrel - ESC boot select - F2 bios - |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Asus R2H Ultra Mobile PC UMPC || <!--Chipset-->Celeron 900Mhz 910GML || <!--IDE--> || <!--SATA--> || <!--Gfx-->GMA900 || <!--Audio-->Ac97 ALC880 || <!--USB--> || <!--Ethernet-->realtek 8169 8101e || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2004 32bit [https://www.youtube.com/watch?v=Jm4fOrqyj3g boots] |- | <!--Name-->Asus A3 series A3F Ergo Ensis 211 RM || <!--Chipset-->P-M 1.6GHz to Core Duo with 950 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel 945 || <!--Audio-->Ac97 ALC655 || <!--USB--> || <!--Ethernet-->Realtek 8100CL 10/100 || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2004 32bit only |- | <!--Name-->Z33 || <!--Chipset-->915 || <!--IDE--> || <!--SATA--> || <!--Gfx-->915GM || <!--Audio-->HD Audio ALC880 || <!--USB--> || <!--Ethernet-->Realtek 8139 || <!--Wireless-->Intel 2915ABG || <!--Test Distro--> || <!--Comments-->2005 32bit Z33A Z33AE N5M N5A |- | Z70A Z70V Z70Va M6A z7000 z7000a || i915 + ICH6 || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{yes|mobile 915GML}} || <!--Audio-->{{no|ICH6 HD Audio}} || <!--USB-->{{yes|USB2.0}} || <!--Ethernet-->{{no|Marvell 88E8001}} || {{no|Intel PRO 2200BG Fn / F2}} || Icaros 1.3 || 2005 32bit |- | [http://www.progweb.com/en/2010/09/linux-sur-un-portable-asus-a6jm/ A6jm] A6JC || 945GM || IDE || SATA || {{yes|nVidia GeForce Go 7600 G70}} || {{no|HD Audio}} || {{yes|USB}} || {{yes|RTL8111 8168B}} || {{no|Intel 3945 ABG}} || Icaros 1.2.4 || 2006 32bit only |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->X50GL F5GL || <!--Chipset-->T5800 with 965 || <!--IDE-->{{N/A}} || <!--SATA-->{{Maybe}} || <!--Gfx-->{{Maybe|use VESA 2d - Nvidia 8200M G84 runs hot}} || <!--Audio-->{{No|HD Audio MCP79 with codec}} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{No|MCP79}} || <!--Wireless-->{{No|Atheros AR5B91 AW-NE77}} || <!--Test Distro-->Icaros 2.2 || <!--Comments-->2008 64bit not much support no display with nouveau - 19v barrel |- | <!--Name-->Asus ASUS G50 & G51 series G50V G50Vt G51V G51VX G51J G51Jx G50VT X1 X5 ROG || <!--Chipset-->AMD64 with MCP71 || <!--IDE-->{{N/A}} || <!--SATA-->{{Yes}} || <!--Gfx-->nVidia GeForce 9800M GS (G94M) up to GT200 [GeForce GTX 260M] (G92M) || <!--Audio-->Nvidia HD Audio with codec || <!--USB--> || <!--Ethernet-->{{No|Atheros L1C atl1c}} || <!--Wireless-->Atheros G or Intel || <!--Test Distro-->ICaros || <!--Comments-->2009 64bit not all GPUs are failing but a much higher % failing early, 8x00 and 9x00 G84, G86, G92, G94, and G96 series chips dying - |- | <!--Name-->Series F9 F9E F9dc F9f F9j F9s || <!--Chipset-->965GM || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{maybe|Vesa}} || <!--Audio-->{{yes|HD Audio ALC660 playback}} || <!--USB-->{{yes|works}} || <!--Ethernet-->{{yes|RTL8169 }} || <!--Wireless-->{{no|intel 3495 not working}} || <!--Test Distro-->Icaros 1.41 || <!--Comments-->64bit possible - small form factor sub notebook, compact and works well but no 3D graphics |- | P52F SO006X || i3-370M || IDE || SATA || {{yes|nVidia G92 [GeForce 9800 GT] (2D)}} || {{no|Intel HD Audio}} || {{yes|2 USB2.0}} || {{no|Atheros AR8121 AR8113 AR8114 (l1e)}} || {{dunno}} || Icaros 1.3 || 2010 64bit |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->A53U XT2 A53Z K53B X53U || <!--Chipset-->E350 or A6 3400M (A43TA A53TA XE2 A73T) || <!--IDE-->{{N/A|}} || <!--SATA--> || <!--Gfx-->{{No| use VESA ATi 6310 or 6520}} || <!--Audio-->{{Yes| }} || <!--USB--> || <!--Ethernet-->{{Yes|RTL8111}} || <!--Wireless-->{{No| }} || <!--Test Distro-->Icaros 2.1.2 || <!--Comments-->2011 64bit - |- | <!--Name-->X55U X401U X501U || <!--Chipset-->C60, C70 or E1 1200 E2 1800 || <!--IDE--> || <!--SATA--> || <!--Gfx-->6290G || <!--Audio--> || <!--USB--> || <!--Ethernet-->Realtek 8111 8169 || <!--Wireless-->Atheros AR9485 || <!--Test Distro--> || <!--Comments-->2013 |- | <!--Name-->K55N || <!--Chipset-->AMD a6 4400M A8 4500M || <!--IDE--> || <!--SATA--> || <!--Gfx-->AMD 7640G || <!--Audio-->HD Audio through ATi Trinity HDMI || <!--USB--> || <!--Ethernet--> || <!--Wireless-->Atheros AR9485 || <!--Test Distro--> || <!--Comments-->2013 64bit |- | <!--Name-->X102BA || <!--Chipset-->Llano E1 1200 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Radeon HD 8180 || <!--Audio--> || <!--USB--> || <!--Ethernet-->RTL8101E RTL8102E || <!--Wireless-->Qualcomm Atheros AR9485 || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->X452EA X552EA F552E K55N K75D || <!--Chipset-->AMD with || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Maybe|use VESA for AMD ATI Sun XT Radeon HD 8330 8670A 8670M 8690M}} || <!--Audio-->{{Yes|AMD FCH Azalia rev 02 with ALC898 codec}} || <!--USB--> || <!--Ethernet-->{{{Yes|Realtek RTL8111 8168 8411}} || <!--Wireless-->{{No|Atheros AR9485}} || <!--Test Distro-->Icaros 2.1 || <!--Comments-->2013 64BIT kabini trinity E1 2100 or A4 5000M A8 4500M A10 4600M |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Vivobook X512DA F512DA || <!--Chipset-->AMD R5 3500U || <!--IDE--> || <!--SATA--> || <!--Gfx-->AMD RX Vega || <!--Audio--> || <!--USB-->{{No|USB 3.1 gen }} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2019 2020 15.6in FHD IPS |- | <!--Name-->ROG Zephyrus G14 || <!--Chipset-->AMD 4900HS 4800HS 4600HS || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{No|Nvidia 1650Ti 1660Ti 2060}} || <!--Audio--> || <!--USB-->{{No|Gen 3}} || <!--Ethernet--> || <!--Wireless-->Intel ax wifi 6 || <!--Test Distro--> || <!--Comments-->2020 64bit |- | <!--Name-->Zenbook 14 || <!--Chipset-->AMD 4500U || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Vega 8 || <!--Audio--> || <!--USB-->{{No|Gen 3}} || <!--Ethernet-->{{N/A}} || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2020 64bit - LPDDR4 ram - |- | <!--Name-->G14 || <!--Chipset-->AMD 6900HS 6800u 6600u 6400u || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->680M RDNA2 || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2022 64bit - |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ==== Dell ==== [[#top|...to the top]] Order of build quality (Lowest to highest) <pre > Studio Inspiron Vostro XPS Alienware Precision Latitude - good cases - electronics similar to everyone else as long as avoiding ATi Nvidia GPU BGA balled soldered graphics </pre > {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name-->Latitude CP 233GT, CPi d233xt d266xt D300XT a366xt, CPt S400GT S500GT S550GT S600GT S700ST, CPt C333GT C400GT || <!--Chipset-->Neo Magic || <!--IDE--> || <!--SATA--> || <!--Gfx-->Use VESA - Neo magic Magic Media 2160 2360 256ZX || <!--Audio-->{{No|crystal pnp 4237b or magic media 256zx sound nm2360}} || <!--USB-->USB 1.1 || <!--Ethernet-->{{N/A}} || <!--Wireless-->{{N/A}} || <!--Test Distro--> || <!--Comments-->1998 32bit Low-Density 16-chip 144p 144-pin 32Mx64 3.3V SODIMM - |- | <!--Name-->Dell Latitude CPx H450GT H500GT H Series, CPt V433GT V466GT V600, Inspiron 5000 || <!--Chipset-->Intel 440BX with Pentium 3M (CPx) or Celeron (CPt) || <!--IDE-->{{{Yes| }} || <!--SATA-->{{N/A| }} || <!--Gfx-->{{Maybe|Use Vesa - ATi Rage Pro Mobility M1}} || <!--Audio-->{{No|ESS ES1978 Maestro 2E Canyon 3D}} || <!--USB-->{{Yes|1 slot 1.1 only}} || <!--Ethernet-->{{N/A}} || <!--Wireless-->{{N/A| }} || <!--Test Distro-->NB May 2013 || <!--Comments-->1998 32bit - 3 pin PA-6 PA6 power adapter plug - CDROM DVD Cxxx family media bay accessories untested |- | <!--Name-->Latitude C500 C600 (Quanta TM6) Inspiron 4000 7500, CPx J Series || <!--Chipset-->440BX ZX/DX || <!--IDE-->{{yes}} || <!--SATA-->{{N/A}} || <!--Gfx-->{{partial|ATI Rage 128Pro Mobility M3 (VESA only)}} || <!--Audio-->{{no|ES1983S Maestro 3i}} || <!--USB-->{{yes|USB 1.1 only}} || <!--Ethernet-->{{N/A|some models had mini pci e100}}|| <!--Wireless-->{{N/A|a few came with internal antenna wiring}} || <!--Test Distro--> || <!--Opinion-->square 3 pin charger PA9 PA-9 - C/Dock II untested - C/Port untested - Parallel to Floppy cable untested - CPx J600GT J650GT J700GT J750GT J800GT J850GT |- | <!--Name-->Latitude C510 C610 Insprion 4100 PP01L 2600 || <!--Chipset-->i830 and 1GHz+ P3-M || <!--IDE-->{{yes}} || <!--SATA-->{{N/A}} || <!--Gfx-->{{partial|use VESA - ATI Radeon Mobility M6}} || <!--Audio-->{{No|AC97 CS4205}} || <!--USB-->{{maybe| }} || <!--Ethernet-->{{yes|3Com Etherlink}} || <!--Wireless-->{{Maybe|internal antenna wiring for an Atheros mini pci card}} || <!--Test Distro--> || <!--Opinion-->poor build quality - hard to find in good working order |- | <!--Name-->Latitude C400 || <!--Chipset-->Intel 830 || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Maybe|use VESA Intel 830 CGC}} || <!--Audio-->{{No|ac97 Crystal 4205}} || <!--USB--> || <!--Ethernet-->{{Yes|3Com 3c905C TX/TX-M}} || <!--Wireless-->{{N/A| }} || <!--Test Distro--> || <!--Comments-->Slim for the time - no media bays |- | <!--Name-->Latitude C640 (Quanta TM8) C840 Inspiron 8k2 8200 i8200 precision m50 || <!--Chipset-->P4M with 845EP || <!--IDE--> || <!--SATA--> || <!--Gfx-->use VESA if ATi - use nouveau if 64mb Nvidia Gforce 4 440 Go || <!--Audio-->AC97 CS4205 || <!--USB--> || <!--Ethernet-->3com 905c || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->C640 had one fan so was noisy and hot - C840 had 2 fans and ran slightly cooler but fan noise louder |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | Latitude D400 || P-M 82845 || {{yes|82801 ide}} || {{N/A}} || {{partial|VESA only}} || {{yes|AC97 Audio playback only}} || {{maybe|USB 2.0}} || {{maybe|PRO 100 VM (KM)}} || {{no|BCM4318 AirForce one 54g replace with atheros 5k mini pci}} || <!--Test Distro--> Icaros 1.2.4 || 2003 32bit will boot from USB stick - won't boot from USB-DVD - no sd card slot - power plug style changed |- | Latitude D500 / D505 PP10L || 855GME * revA00 * revA03 * revA06 | {{yes|IDE but needs the Dell adapter}} || {{N/A}} || {{partial|855GM Gfx (VESA only)}} || {{Yes|Intel AC97 with IDT STAC 9750 codec playback head phones only}} || {{maybe| }} || {{yes|PRO 100 VE}} || {{no|Broadcom BCM4306 but exchange with atheros g in panel on laptop bottom}} || <!--Test Distro-->Icaros 2.1.1 || 2003 - 14 / 15 inch XGA 4:3 screen - plastic build - no sd card slot - boots from bay optical drive - not powering on/off with ac adapter is a [http://www.geekzone.co.nz/forums.asp?forumid=37&topicid=30585 mobo fault of PC13 SMT 1206 ceramic cap hot] suggest [http://www.die4laser.com/D505fix/ 0.1uF 50V instead] - pc2700 333Mhz ram 1Gb max - |- | Latitude D505 (some) || VIA VT8237 VX700 || {{yes|IDE}} || || {{partial|VESA 2d on ATI RV350 Radeon 9550}} || {{no|VIA AC97 with codec}} || {{maybe|VIA USB glitchy}} || {{yes|VIA VT6102 Rhine-II}} || {{no|Intel 2200g Calexico2}} || <!--Test Distro--> || 2003 32bit little support - diagnostics pressing holding the Fn key, press the Power ON button (battery removed). Check the LEDs pattern - cmos battery behind flap in laptop battery slot - |- | <!--Name-->Inspiron 1000 || <!--Chipset-->SIS || <!--IDE--> || <!--SATA-->{{N/A}} || <!--Gfx-->{{maybe|use VESA SIS}} || <!--Audio-->{{Yes|AC97 SIS with AD1981B codec playback}} || <!--USB-->{{maybe| }} || <!--Ethernet-->{{Yes|SIS 900 but}} || <!--Wireless-->{{N/A}} || <!--Test Distro-->Icaros 2.1 || <!--Comments-->2004 32bit [[https://www.youtube.com/watch?v=Zd9eGGfFc7I boots James Kendall Celeron Amiga]] and [https://forum.level1techs.com/t/my-time-with-icaros-desktop-and-what-i-am-doing-as-a-dev-contributor-also-some-other-shit/113358 aremis using it] |- | <!--Name-->Inspiron 1100 || <!--Chipset-->845 || <!--IDE-->{{Yes| }} || <!--SATA-->{{N/A}} || <!--Gfx-->{{Maybe|use VESA Intel 845G }} || <!--Audio-->{{Yes|AC'97 playback}} || <!--USB-->{{maybe| }} || <!--Ethernet-->{{Maybe|Broadcom 4401}} || <!--Wireless--> || <!--Test Distro-->Icaros 1.5 || <!--Comments--> |- | <!--Name-->Inspiron 8500 5150 || <!--Chipset-->P4 855GM || <!--IDE-->{{Yes| }} || <!--SATA-->{{N/A}} || <!--Gfx-->{{Yes|Nvidia 5200 Go - VESA if intel gfx}} || <!--Audio-->{{Yes|MCP AC97 with SigmaTel 9750}} || <!--USB-->{{maybe| }} || <!--Ethernet-->{{Maybe|Broadcom 440x untested}} || <!--Wireless-->{{No|Broadcom 4306 rev 02 use Atheros Mini PCI}} || <!--Test Distro-->Icaros 2.3 || <!--Comments-->32bit P4 runs well but wifi needs to be changed to Mini PCI Atheros to get Internet |- | Latitude X300 PP04S small, slim and light case || 855GME * revA00 Intel ULV 1.2 Ghz * revA01 Intel ULV 1.4Ghz | {{yes|IDE internal and will boot cd/dvd through dock PR04S}} || {{N/A}} || {{partial|855GM Gfx (VESA only)}} || {{Yes|Intel AC97 with STAC 97xx codec but no audio out of the dock}} || {{maybe|works but dock usb ports and usb DVD PD01S not detected}} || {{No|Broadcom BCM5705M gigabit}} || {{no|Broadcom BCM4306 later intel - replace with atheros in the underside}} || <!--Test Distro-->Icaros 2.1.1, AROS One 1.6 usb, || 2004 12.1" 1024 x 768 - 19.5v PA-10 or PA-12 dell - ACPI works but bad s3 ram suspend sleep - no sd card boot - 1Gb max ddr 2700 |- | <!--Name-->Latitude D600 (Quanta JM2) PP05L - 600m || <!--Chipset-->82855 PM i855 * reva00 * revA01 * revA02 * revA03 * revA04 | <!--IDE--> {{yes}} || <!--SATA--> {{N/A}} || <!--Gfx-->{{Maybe|Use VESA - ATI Radeon RV250 Mobility FireGL 9000}} || <!--Audio-->{{Yes|AC97 - STAC 9750}} || <!--USB-->{{maybe| }} || <!--Ethernet-->{{no|Broadcom BCM5705}} || <!--Wireless-->{{no|Intel 2100 or Broadcom BCM4306 - swap for Atheros panel in base}} || <!--Test Distro--> Icaros 1.3 and [http://www.amiga.org/forums/archive/index.php/t-62187.html 1.4.1 and 2.1.1] || <!--Opinion-->2003 32bit 14inch using pc2100 memory with Caps light blinking is usually a memory error - Dell D505 D600 power up pressing the case docking port - |- | <!--Name-->Latitude D600 (Quanta JM2) || <!--Chipset-->82855 PM i855 || <!--IDE--> {{yes}} || <!--SATA--> {{N/A}} || <!--Gfx-->{{Yes|2D only vidia NV28 GeForce4 Ti 4200 Go 5200 Go 5650 Go}} || <!--Audio-->{{Yes|AC97 - STAC 9750}} || <!--USB-->{{maybe| }} || <!--Ethernet-->{{no|Broadcom BCM5705}} || <!--Wireless-->{{no|Broadcom BCM4306 mini pci - swap for Atheros}} || <!--Test Distro--> Icaros 1.3 and [http://www.amiga.org/forums/archive/index.php/t-62187.html 1.4.1] || <!--Opinion-->2003 32bit 14" - solder joints on the bios chip (press down f7/f8 keys) - RAM clean with eraser - memory cover plate maybe apply some pressure - |- | <!--Name-->D800 (Compal LA-1901) || <!--Chipset-->Intel 855 || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio-->AC97 || <!--USB-->{{maybe| }} || <!--Ethernet-->Broadcom 570x || <!--Wireless-->Broadcom 4309 || <!--Test Distro--> || <!--Comments-->2004 32bit - trackpoint type pointing device - |- | <!--Name-->D800 || <!--Chipset-->Intel 855 || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{No|Nvidia }} || <!--Audio-->AC97 || <!--USB-->{{maybe| }} || <!--Ethernet-->Broadcom 570x || <!--Wireless-->Broadcom 4309 || <!--Test Distro--> || <!--Comments-->2004 32bit 15inch 39cm |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Inspiron 1200 2200 PP10S Latitude 110L m350 1.3Ghz || <!--Chipset-->Intel 915GM || <!--IDE--> {{yes|UDMA boots cd or DVD and installs to HDisk}} || <!--SATA--> {{N/A}}|| <!--Gfx-->{{yes|Intel GMA900 (2D and 3D openGL 1.x) Gearbox 56}} || <!--Audio-->{{yes|Intel AC97 playback only}} || <!--USB-->{{maybe|USB 2.0}} || <!--Ethernet-->{{yes|Intel PRO 100 VE}} || <!--Wireless-->{{no|BroadCom BCM4318 - swap for Atheros mini PCI in base panel}} || <!--Test Distro-->Icaros 1.4.5 || <!--Comments-->2005 single core 32bit 14" 4:3 1024 768 XGA screen - heavy 6 lbs - PA16 barrel 19V 3.16A AC adapter - battery life 4cell 29WHr lasts 2 hours - 256mb soldered with 1 ddr pc2100 sodimm 1gb max - |- | <!--Name-->Inspiron 1300 business B130 home PP21L Latitude 120L B120 by Compal - Inspiron 630m || <!--Chipset-->Intel Celeron M360 1.4GHz, M370 1.50 GHz, M380 1.73GHz || <!--IDE-->{{Yes|boots cd or DVD and installs to HDisk}} || <!--SATA-->{{N/A}} || <!--Gfx-->{{Yes|GMA 915 2D and 3D openGL 1.x tunnel 172 gearbox 70}} || <!--Audio-->{{Yes|HD Audio playback ear phones only}} || <!--USB-->{{maybe|works but waiting boot fail with AROS One usb version}} || <!--Ethernet-->{{Yes|Broadcom 440x}} || <!--Wireless-->{{No|intel 2200 or BCM4318 swap for Atheros mini pci - one antenna lead for main wifi}} || <!--Test Distro-->Icaros 2.1.2, AROS One 1.6 usb, || <!--Comments-->2005 32bit single core - 14.1″ XGA 4:3 or 15.4" WXGA wide 1280 x 800 matte - ddr2 ram (2gb max) and wireless card access underside - PA-16 19v psu tip 7.4mm * 5mm - f10 boot select f1 bios |- | Latitude X1 PP05S || PP-M GMA915 rev A00 1.1GHz non-pae || {{yes|ide 1.8in under keyboard}} || {{N/A}} || {{Yes|Intel 915GM 2D and 3D OpenGL 1.3 tunnel and gearbox }} || {{yes|AC97 playback only with STAC codec}} || {{maybe|USB 2.0 but will not boot AROS One USB version}} || {{No|Broadcom 5751}} || {{no|Intel 2200BG - swap for Atheros mini pci under keyboard palm rest}} || <!--Test Distro-->Aros One 1.5 usb, || 2005 32bit 12.1" 4:3 1024 x 768 - sd slot not bootable - 256mb soldered to board and 1 sodimm slot ddr2 under keyboard - pa-17 pa17 19v octagonal psu port - |- | Latitude D410 PP06S *rev A00 *A01, A02 *A03 || GMA915 1.6GHz Pentium® M 730, 1.7GHz, 750 1.86GHz & 760 2.0GHz, 770 2.13GHz || {{yes|caddy and adapter needed 2.5" - remove hdd and write}} || {{N/A}} || {{Yes|Intel 915GM 2D and 3D OpenGL 1.3 tunnel 170 and gearbox 75}} || {{yes|AC97 playback only with STAC 9751 codec}} || {{maybe|works but will not boot from USB-DVD or AROS One 1.5 usb version}} || {{No|Broadcom 5751}} || {{no|Intel 2915ABG or later 2200BG - swap for Atheros mini pci under keyboard}} || <!--Test Distro-->Icaros 1.4, 2.1.1 and AROS One 1.5 usb, || 2005 32bit 12.1" 4:3 1024 x 768 - no sd card slot - PR06S dock base |- | <!--Name-->Latitude D510 (Quanta DM1) || <!--Chipset-->915GM socket 479 || <!--IDE--> {{N/A}} || <!--SATA--> {{partial|IDE mode}}|| <!--Gfx-->{{yes|Intel GMA 915 2D and 3D}} || <!--Audio-->{{Yes|AC97 STAC 975x}} || <!--USB--> {{maybe|USB 2.0}} || <!--Ethernet-->{{no|Broadcom BCM5751}} || <!--Wireless-->{{no|Intel PRO Wireless 2200BG swap Atheros mini pci in base}} || <!--Test Distro--> || <!--Comments-->2005 14.1" 32bit single core Intel Celeron M 1.6GHz Pentium M 730 1.73Ghz - squarish 3:2 - issues with 3rd party battery 4 quick flashes of red led with 1 final green |- | <!--Name-->Latitude D610 (Quanta JM5B) PP11L || <!--Chipset-->910GML 915GM with mobile 1.6 to 2.26ghz * Rev A0x * Rev A0x * Rev A07 1.73Ghz | <!--IDE--> {{N/A}} || <!--SATA--> {{partial|IDE mode}}|| <!--Gfx-->{{yes|Intel GMA 915 2D and 3D tunnel 174 gearbox 74}} || <!--Audio-->{{yes|Intel AC97 speaker head phones playback only with stac codec}} || <!--USB--> {{maybe|USB 2.0}} || <!--Ethernet-->{{no|Broadcom BCM5751}} || <!--Wireless-->{{no|Intel 2200BG or Broadcom mini pci under keyboard, swap wifi card for atheros 5k}} || <!--Test Distro-->Icaros 2.1.1 || <!--Comments-->2005 32bit 14" 1024 x 768 - very noisy clicky trackpad buttons - one dimm slot under keyboard and other in underside 2GB 533Mhz 667Mhz DDR2 max - |- | <!--Name-->Latitude D610 (Quanta JM5B) 0C4717 REV A05, 0K3879 REV.A00 || <!--Chipset-->915GM || <!--IDE--> {{N/A}} || <!--SATA--> {{partial|IDE mode}}|| <!--Gfx-->{{Maybe|Use VESA 2d - Ati X300 no radeon 2d}} || <!--Audio-->{{yes|Intel AC97}} || <!--USB--> {{maybe|USB 2.0}} || <!--Ethernet-->{{no|Broadcom NetXtreme 57xx Gigabit replace with Atheros 5k}} || <!--Wireless-->{{no|Intel PRO Wireless 2200BG mini pci use Atheros 5k}} || <!--Test Distro-->Icaros 2.1.1 || <!--Comments-->2005 32bit 14" 1024 x 768 - very noisy clicky trackpad buttons - 19.5v psu |- | <!--Name-->Latitude D810 (Quanta ) || <!--Chipset-->915GM || <!--IDE-->{{Yes| }} || <!--SATA-->{{N/A}} || <!--Gfx-->{{Maybe|Use VESA 2d - Ati X300 RV370 M22 later x600}} || <!--Audio-->{{yes|Intel AC97 stereo playback only idt 9751 codec}} || <!--USB--> {{maybe|USB 2.0 but no boot from usb on 1.5}} || <!--Ethernet-->{{no|Broadcom NetXtreme 57xx Gigabit}} || <!--Wireless-->{{no|Intel PRO Wireless 2200BG mini pci replace with Atheros 5k}} || <!--Test Distro-->Icaros 2.1.1, aros one 1.5 || <!--Comments-->2005 32bit 15.4" F12 one time boot menu - 19.5v 90w psu ideal - battery not same as later dx20 ones - |- | <!--Name-->Studio XPS M1210 || <!--Chipset-->GM945 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->nVidia G72M 7300 || <!--Audio-->HD Audio IDT 92xx || <!--USB-->{{Maybe| }} || <!--Ethernet-->{{Maybe|Broadcom BCM4401 B0}} || <!--Wireless-->{{No|Broadcom BCM4311 - swap for Atheros 5k mini pci-e}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Inspirion E1705 9200 9300 9400 || <!--Chipset-->945GM || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Nvidia 6800, ati X300 or nVidia 7900GS gpu 3d corrupt || <!--Audio--> || <!--USB-->{{Maybe| }} || <!--Ethernet-->{{Maybe|Broadcom BCM4401}} || <!--Wireless-->Intel 3945 swap with Atheros 5k mini pcie || <!--Test Distro--> || <!--Comments-->[http://amigaworld.net/modules/news/article.php?mode=flat&order=0&item_id=6481 increasing vertical lines issues] |- | <!--Name-->Inspiron 1501 PP23LA Latitude 131L || <!--Chipset-->AMD on ATI RS480 || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Maybe|Use VESA 2d - ATI 1150 (x300) RS482M Mobility Radeon Xpress 200}} || <!--Audio-->{{Yes|HD audio with stac 92xx codec}} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{Maybe|Broadcom bcm 4401}} || <!--Wireless-->{{No|Broadcom bcm4311 replace with Atheros 5k}} || <!--Test Distro-->Icaros 1.5 || <!--Comments-->2006 64bit 15.4 inch Matt 16:10, 1280x800 pixel, WXGA TFT Display - first Dell AMD machine - Sempron 1.8GHz Turion MK-36 or X2 1.6Ghz TL-50 or TL-56 |- | <!--Name-->Inspiron 6400 E1505 PP20L *A00 Pentium M *A0? Core Duo T2060 *A0? Core2 Duo || <!--Chipset-->GM945 || <!--IDE-->{{N/A}} || <!--SATA-->{{Maybe|}} || <!--Gfx-->{{Maybe|vesa 2d - Ati x1300 RV515 M52, x1400 or nvidia go 7300 on daughter board}} || <!--Audio-->{{yes|HD Audio IDT 9200}} || <!--USB-->{{Yes|usb boot }} || <!--Ethernet-->{{Yes|Broadcom BCM4401 B0}} || <!--Wireless-->{{No|Intel 3945 - swap for Atheros 5k mini pci-e}} || <!--Test Distro-->Icaros 2.1, AROS One 1.6 || <!--Comments-->2006 mostly 32bit but - 15.4 inch glossy - 2 ddr2 sodimm slots - broadcom bcm92045 bluetooth detected but no support - 19.5v dell psu socket - f2 bios setup, f12 boot order - |- | <!--Name-->Inspiron 6400 (Quanta FM1) *A00 Pentium M *A0? Core Duo T2060 *A08 Core2 Duo || <!--Chipset-->GM945 T2050 T2060 T2080 32bit || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{Yes|GMA }} || <!--Audio-->{{Maybe|HD Audio IDT 92xx}} || <!--USB--> || <!--Ethernet-->{{Maybe|Broadcom BCM4401 B0}} || <!--Wireless-->{{No|Broadcom BCM4311 swap for Atheros 5k mini pci-e under keyboard}} || <!--Test Distro--> || <!--Comments-->2006 32bit - 15.4" glossy - sd card - front multimedia keys - dvd rw - generic dell keyboard for the time - coin cr2032 bios battery under keyboard |- | <!--Name-->Inspiron 640m PP19L XPS M140 e1405 || <!--Chipset-->Core Solo to T2300 Duo 1.83GHz T2400 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel GMA 950 || <!--Audio-->HD Audio IDT || <!--USB--> || <!--Ethernet-->Broadcom || <!--Wireless-->{{No|Broadcom 43xx firmware licencing issues - swap for Atheros 5k}} || <!--Test Distro--> || <!--Comments-->2006 32 bit - 12.1 LCD CCFL WXGA 1280x800 up to 14.1 inch 16:10 1440x900 pixel, WXGA+ UltraSharp - supports also SSE3 on duos - |- | <!--Name-->Precision M65 M90 XPS M1710 || <!--Chipset-->945PM with T2600 T2700 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->nVidia Quadro FX 350M 1600M 1500M G71 on par with the Go7900 GS to GTX 7950 || <!--Audio-->HD Audio with STAC 92XX codec || <!--USB--> || <!--Ethernet-->Broadcom BCM5752 || <!--Wireless-->Broadcom BCM4311 BCM4328 swap with Atheros 5k || <!--Test Distro--> || <!--Comments-->2006 17" workstation type WXGA+ screen manufactured by AU Optronics poor viewing angles, unevenly lit, light leakage |- | <!--Name-->[http://aros-exec.org/modules/newbb/viewtopic.php?start=10&topic_id=6931&viewmode=flat&order=ASC&type=&mode=0 Latitude D420 (Compal LA-3071P)] PP09S || <!--Chipset-->945 * revA00 Core Solo 1.2Ghz ULV U1400 * revA01 Core Duo 1.06Ghz u2500 * revA02 Core Duo 1.2Ghz | <!--IDE-->{{yes|ZIF 1.8" slow under battery, ribbon cable}} || <!--SATA-->{{N/A}} || <!--Gfx-->{{yes|Intel GMA950 - 2D and 3D opengl tunnel 138 gearbox 103}} || <!--Audio-->{{yes|HD Audio with STAC 92xx playback speakers head phones only)}} || <!--USB-->{{yes|2 and external usb optical drive works}} || <!--Ethernet-->{{no|Broadcom BCM5752}} || <!--Wireless-->{{No|Intel 3945 mini pcie - swap Atheros 5k in base panel}} || <!--Test Distro-->Icaros Desktop 1.4 || <!--Opinion-->2006 32bit only - 12.1" 1280x800 - PR09S dock base rev02 DVD-RW usb boots - 1GB DDR2 2Rx16 max in base panel - f2 setup f5 diagnostics f12 boot list - |- | <!--Name-->Latitude D520 PP17L || <!--Chipset-->GMA950 * rev A02 64bit and to 4GB * rev A01 945GM Core Duo 32bit to 2GB * rev A00 940GML Celeron M / Core Solo 1.86Ghz | <!--IDE-->{{N/A}} || {{Yes|SATA}} || {{Yes|Intel GMA 950 2D and OpenGL 1 3D tunnel 210 gearbox 153}} || {{Yes|HD audio with STAC 9200 codec}} || {{Yes| }} || {{No|Broadcom BCM5752}} || {{No|Broadcom BCM4312 BCM4321 Dell 1390 / 1490 mini pcie replace with atheros 5k in base panel}} || <!--Test Distro--> Icaros 1.4 and 2.2 || 2005 4:3 aspect ratio 14.1 (XGA 1024x768) or 15 inches (with up to XGA+ 1400 by 1050) |- | <!--Name-->Latitude D620 (Compal LA-2792) PP18L || <!--Chipset-->945GMS * rev A00 all Core Duo's 32 bit * rev A0x all Core 2 Duo's 64 bit | <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel GMA 950 (2D and 3D tunnel gearbox opengl1 || <!--Audio-->{{yes|HD Audio playback}} || <!--USB-->{{yes| }} || <!--Ethernet-->{{no|Broadcom BCM5752}} || <!--Wireless-->{{no|Intel 3945 mini pcie swap with Atheros 5k}} || <!--Test Distro-->AspireOS Xenon || <!--Opinion-->2006 64bit AROS capable with later revisions - 14" 1280 x 800 |- | <!--Name-->Latitude D620 || <!--Chipset-->Intel i945 * revA00 all Core Duo's 32 bit * revA01 all Core 2 Duo's 64 bit | <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Nvidia 7300, 7600 NVS 110M G72 || <!--Audio-->{{dunno|HD Audio with STAC 9200 codec}} || <!--USB--> || <!--Ethernet-->{{No|Broadcom BCM5752}} || <!--Wireless--> {{dunno}} || <!--Test Distro--> || <!--Opinion-->1440x900 screen - LA-2792P Rev.2.0 - DT785 UC218 Fan/ Heatsink (64bit) - |- | <!--Name-->Latitude D820 (Quanta JM6) || <!--Chipset-->945GMS 940GML * rev A00 * rev A01 | <!--IDE-->{{N/A}} || <!--SATA-->{{Maybe| }} || <!--Gfx-->{{Yes|Intel GMA 2D and 3D tunnel 195 - 100? gearbox 156}} || <!--Audio-->{{Yes|HD Audio with STAC 9200 playback}} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{No|Broadcom BCM5752}} || <!--Wireless-->{{No|BCM4310 replace with mini pcie atheros 5k}} || <!--Test Distro-->Icaros 2.1.2 || <!--Opinion-->2007 widescreen 15 inch 1280 x 800 matte - - |- | <!--Name-->Latitude D820 (Quanta JM) || <!--Chipset-->945GMS 940GML * revA00 * revA01 | <!--IDE-->{{N/A}} || <!--SATA-->{{Maybe| }} || <!--Gfx-->{{Maybe|Nvidia NVS 110M 120M G72}} || <!--Audio-->{{Yes|HD Audio STAC 9200}} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{No|Broadcom BCM5752}} || <!--Wireless-->{{No|BCM4310 swap with Atheros 5k mini pcie}} || <!--Test Distro--> || <!--Opinion-->15.4 1650x1050 WXGA or WSXGA+ or 1920x1200 WUXGA - |- | <!--Name-->Dell Latitude D531 15" || <!--Chipset-->AMD Turion X2 TL56 or TL60 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{Maybe|Use VESA - ATi xpress X1270}} || <!--Audio-->HD Audio with IDT codec || <!--USB-->{{Maybe| }} || <!--Ethernet-->{{No|Broadcom 57xx}} || <!--Wireless-->Intel 3945 or Dell Wireless 1390, 1505 or BCM4311 mini pcie || <!--Test Distro--> || <!--Comments-->2007 64bit possible - no trackpoint - fails and goes wrong often - |- | <!--Name-->Latitude D430 PP09S || <!--Chipset-->945 with Core2 Duo C2D U7500 1.06GHz U7600 1.2GHz U7700 1.33GHz * rev A00 * rev A01 * rev A02 | <!--IDE-->ZIF PATA 1.8inch under battery and ribbon cable - slow use USB instead || <!--SATA-->{{N/A}} || <!--Gfx-->{{yes|945GML 2D and 3D opengl 1.x 171 tunnel 105 gearbox}} || <!--Audio-->{{yes|STAC 92xx HD Audio speaker and ear phone - mono speaker}} || <!--USB-->{{yes|3 }} || <!--Ethernet-->{{no|Broadcom BCM5752}} || <!--Wireless-->{{no|Intel 4965 AGN or 3945 ABG mini pci-e underside with Atheros 5k mini pci-e}} || <!--Test Distro-->Aspire 1.8 || <!--Comments-->2007 64bit capable - sd card not supported - 19.5v PA12 power adapter - 12.1" 1280x800 matte - f2 setup f5 diagnostics f12 boot list - |- | <!--Name-->Latitude D530 || <!--Chipset-->GM965 + ICH8 || <!--IDE-->{{N/A}} || <!--SATA-->{{partial|IDE mode}}|| <!--Gfx-->{{partial|nVidia Quadro NVS 135M 2D 3d glitches G86}} || <!--Audio-->{{partial|HD Audio with STAC 9205 head phones only}} || <!--USB-->{{yes|USB 2.0}}|| <!--Ethernet-->{{no|Broadcom BCM5755M}} || <!--Wireless-->{{no|Intel PRO Wireless 3945ABG swap with Atheros 5k}} || <!--Test Distro-->Icaros 1.4.5 || <!--Comments-->2007 [http://amigaworld.net/modules/news/article.php?mode=flat&order=0&item_id=6481 ] cool air intake from underneath needed with pa-10 or pa-3e 90w psu required - standard 4:3 ratio aspect screen - |- | <!--Name-->Latitude D630 (Compal LA-3301P) PP18L || <!--Chipset-->GM965 + ICH8 T7250 2.0Ghz * revA00 * revA01 | <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{yes|Intel GMA X3100 (2D only, no external monitor)}} || <!--Audio-->{{yes|HD Audio STAC 9205 but speaker and head phones}} || <!--USB-->{{yes|4 USB 2.0}}|| <!--Ethernet-->{{no|Broadcom BCM5755M}} || <!--Wireless-->{{no|Broadcom BCM4312 swap with pci-e Atheros 5k under keyboard}} || <!--Test Distro--> || <!--Comments-->2007 64bit possible - F12 to choose boot option - 4400mah 48Wh battery lasts 2 hours - 6600mah 73Wh lasts just over 3 hours |- | <!--Name-->Latitude D630 || <!--Chipset-->GM965 + ICH8 * revA00 [http://amigaworld.net/modules/news/article.php?mode=flat&order=0&item_id=6481 ] GPU heatpad, no copper * revA01 0DT785 heatsink | <!--IDE-->{{N/A}} || <!--SATA-->{{partial|IDE mode}}|| <!--Gfx-->{{partial|use VESA as nVidia NVS 135M 3d corrupts 0.7 tunnel 0.25 gearbox G86}} || <!--Audio-->{{partial|HD Audio with STAC 9205 head phones only}} || <!--USB-->{{yes|USB 2.0}}|| <!--Ethernet-->{{no|Broadcom BCM5755M}} || <!--Wireless-->{{no|Intel PRO Wireless 3945ABG swap with Atheros 5k mini pcie}} || <!--Test Distro-->Icaros 1.4.5 || <!--Comments--> |- | <!--Name-->Latitude D830 || <!--Chipset-->965GM with Core2 * revA00 * revA01 | <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{Yes|GM965 crestline 2d and 3d tunnel 115}} || <!--Audio-->{{Yes| }} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{No| }} || <!--Wireless-->{{Maybe|replace with Atheros 5k mini pcie}} || <!--Test Distro-->Icaros || <!--Comments-->2007 15 inch [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=10480&forum=4&post_id=104520#forumpost104520 works well] updating the LCD is quite easy if you get the WXGA or WSXGA+. you disassemble the front bezel, unscrew the panel, disconnect the old display and connect the new one |- | <!--Name-->Latitude D830 || <!--Chipset-->ICH8, Core2 DUO T7800 @ 2.60GHz || <!--IDE-->{{N/A}} || <!--SATA-->Intel ICH8M Serial ATA || <!--Gfx-->nVidia Quadro NVS 140M G86 || <!--Audio-->{{yes|HD Audio with STAC 92XX codec}} || <!--USB-->{{yes|USB 2.0}} || <!--Ethernet-->Broadcom NetXtreme 57xx Gigabit || <!--Wireless-->Intel Wireless 4965AGN swap with Atheros 5k || <!--Test Distro-->Icaros 2.03 || <!--Comments-->2007 64bit 15." - FN,F2 or FN,F8 or FN,F12 |- | <!--Name-->XPS M1330 M1530 M1730 - WISTRON Hawke || <!--Chipset-->965 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{No|Intel 965 with either Nvidia 8400M 8600M 8700M or 8800GT G84 G86}} || <!--Audio-->HD Audio STAC 9228 || <!--USB--> || <!--Ethernet-->Broadcom or Marvell 88E8040 || <!--Wireless-->Intel 3945 swap with Atheros 5k || <!--Test Distro-->ICAROS 1.5 || <!--Comments-->[http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=7767&forum=1 Did not boot] |- | <!--Name-->Precision M2300 M4300 M6300 || <!--Chipset-->GM965 || <!--IDE-->{{N/A}} || <!--SATA-->{{partial|IDE mode}}|| <!--Gfx-->{{partial|use VESA nVidia Quadro FX 360M (8400GS) 3600M 3500M 2500M G86 to G92}} || <!--Audio-->{{partial|HD Audio with STAC 9205 head phones only}} || <!--USB--> {{yes|USB 2.0}} || <!--Ethernet-->{{no|Broadcom BCM5755M}} || <!--Wireless-->{{no|Intel PRO Wireless 3945ABG 4965 swap with Atheros 5k}} || <!--Test Distro--> || <!--Opinion-->2007 14" 15.6" 17" |- | <!--Name-->Vostro 1310 1510 (Compal LA-4592P) 1710 || <!--Chipset-->Core 2 Duo T7600 or Celeron 540 GMA965 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->GM965 || <!--Audio-->HD Audio with ALC268 codec || <!--USB--> || <!--Ethernet-->Realtek 8111 8169 || <!--Wireless-->Intel 4965 swap with Atheros 5k || <!--Test Distro--> || <!--Comments-->Celeron 540 added 64 bit support (doubling transistor count) |- | <!--Name-->Vostro 1320 1520 (Compal LA-4592P) 1720 (Compal LA-4671P) || <!--Chipset--> || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel GMA 965 || <!--Audio-->Intel HD Audio with Realtek ALC268 or IDT 92HD8X codec || <!--USB-->4 USB 2.0 || <!--Ethernet-->Realtek || <!--Wireless-->{{No|Broadcom BCM4312 or Dell Wireless 1397}} || <!--Test Distro--> || <!--Comments-->up to 17 inch with 13.3 inch WXGA Anti-Glare matt or glossy LED Display (1280 x 800) - |- | <!--Name-->Vostro 1320 1520 (Compal LA-4592P) 1720 || <!--Chipset--> || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Nvdia 9300m to 9600M GS G96 || <!--Audio-->Intel HD Audio with Realtek ALC268 or IDT 92HD8X codec || <!--USB--> || <!--Ethernet-->Realtek || <!--Wireless-->{{No|Broadcom BCM4312 swap with Atheros 5k}} || <!--Test Distro--> || <!--Comments--> 15.4” screen Vostro 1520 with excessive heat buildup on the left hand side palm rest |- | <!--Name-->Precision M2400 M4400 M6400 || <!--Chipset-->GM965 || <!--IDE-->{{N/A}} || <!--SATA--> {{partial|IDE mode}}|| <!--Gfx-->{{partial|VESA 2d for nVidia Quadro FX 770M G86}} || <!--Audio-->{{partial|HD Audio with STAC 9205 head phones only}} || <!--USB--> {{yes|USB 2.0}} || <!--Ethernet-->{{no|Broadcom BCM5755M}} || <!--Wireless-->{{no|Intel swap with Atheros 5k}} || <!--Test Distro--> || <!--Opinion-->2008 14" 15.6" 17" |- | <!--Name-->Studio 17 Studio 1735 (Intel Santa Rosa), Studio 1736 (AMD Turion 64 CPU), Studio 1737 (Intel Montevina), Studio 1745 1747 1749 Intel Calpella || <!--Chipset--> || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2008 / 2009 17inch Core2 or later i7 processor and DDR3 memory - JBL 2.1 speakers 2 x 1.5 watt and 3 watt subwoofer - random keyboard and sound malfunctions - |- | <!--Name-->Latitude E4200 || <!--Chipset--> || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel GM45 || <!--Audio-->HD Audio IDT 92HD 71B7X codec || <!--USB--> || <!--Ethernet--> || <!--Wireless-->Broadcom BCM4322 swap with pci-e Atheros 5k || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Latitude E5400 E5500 || <!--Chipset--> || <!--IDE-->{{N/A}} || <!--SATA-->{{Maybe| }} || <!--Gfx-->{{Yes|Intel GMA (2D)}} || <!--Audio-->{{No|HD Audio but no sound}} || <!--USB-->{{Yes}} || <!--Ethernet-->{{No|BCM5761e}} || <!--Wireless-->{{No| swap with pci-e Atheros 5k}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Latitude E4300 || <!--Chipset-->Intel Core 2 Duo P9400 2.4GHz || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel GMA 4500 MHD || <!--Audio-->HD Audio IDT 92HDxxx || <!--USB--> || <!--Ethernet-->Intel 82567LM || <!--Wireless-->Intel PRO Wireless 5300 AGN swap with pci-e Atheros 5k || <!--Test Distro--> || <!--Comments-->2009 64bit - 13.3" WXGA - sd card Broadcom BCM5880 - |- | <!--Name-->E6400 || <!--Chipset-->Core 2 Duo P9500 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{Maybe|Intel GMA 4500M HD 2D with NVIDIA QUADRO NVS 160M G98}} || <!--Audio-->{{No|Intel HD with IDT 92HD71 codec or later 92HDM61}} || <!--USB--> || <!--Ethernet-->Intel || <!--Wireless-->Broadcom BCM4312 or Intel 5300 swap with mini pci-e Atheros 5k || <!--Test Distro--> || <!--Comments-->2009 early ones problems with the keyboard ribbon cable connector, trackpoints were not good |- | <!--Name-->[http://pick.amigaworld.net/modules/newbb/viewtopic.php?forum=28&topic_id=33755&post_id=617219&viewmode=thread&order=0 Latitude E6410] E6510 E6310 || <!--Chipset-->Intel Core i7 620M i7 820QM || <!--IDE-->{{N/A}} || <!--SATA-->{{Maybe| }} || <!--Gfx-->{{Maybe|NVidia NVS 3100M GT218 2D but 3D through external monitor}} || <!--Audio-->{{Maybe|HD Audio IDT 92HD81}} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{No|Intel }} || <!--Wireless-->{{No|Broadcom or Intel 6200AGN or Link 6300 swap with mini pci-e Atheros 5k}} || <!--Test Distro-->Icaros 1.3 || <!--Comments-->2010 64 bit [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=8999&forum=4&post_id=92267#forumpost92267 ] |- | <!--Name-->E4310 E5410 ATG || <!--Chipset-->Intel 5 series Intel Core i5 560M 1st gen || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel GMA HD 5700 mhd || <!--Audio-->Intel HD Audio with IDT 92HDxx Codec || <!--USB--> || <!--Ethernet-->Intel 82577LM || <!--Wireless-->Broadcom BCM4313 swap with mini pci-e Atheros 5k || <!--Test Distro--> || <!--Comments-->2009 64Bit clarkdale codename CPUs - |- | <!--Name-->Inspiron 1525 PP29L || <!--Chipset-->Core Duo or Core2 Duo || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel || <!--Audio-->HD Audio IDT codec || <!--USB--> || <!--Ethernet-->{{No|Marvell}} || <!--Wireless-->{{No|Broadcom 4312 swap for Atheros 5k mini pci-e}} || <!--Test Distro--> || <!--Comments-->2008 64bit 32bit 15.4" 1200 x 800 - 19.5v dell psu - |- | <!--Name-->Inspiron 1545 PP41L || <!--Chipset--> || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel || <!--Audio-->HD Audio IDT 92HD71B codec || <!--USB--> || <!--Ethernet-->{{No|Marvell 88E8040}} || <!--Wireless-->{{No|Broadcom 4312 swap for Atheros 5k mini pci-e}} || <!--Test Distro--> || <!--Comments-->2009 64bit 15.6" |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->XPS 15 15Z L501X L502X 17 17Z L701X L702X || <!--Chipset-->i7 840QM to i7 2630QM || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel HD 3000 with Nvidia 555 to 525M 540M 555M GT 435M 420M GF108M optimus || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2011 64bit first models are pre and later Sandybridge - 17.3-inch 1600 × 900 to 15.6-inch - |- | <!--Name-->E6420 E6520 ATG semi ruggized XFR || <!--Chipset-->sandy bridge i5 2520M 2540M or duo I7 || <!--IDE-->{{N/A}} || <!--SATA-->set to Bios UEFI mode AHCI || <!--Gfx-->{{Maybe|Intel HD 3000 with optional fermi Nvidia NVS 4200M GF119}} || <!--Audio-->{{Maybe|HD Audio no playback - IDT 92HD90 BXX codec or HDMI codec}} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{No|Intel}} || <!--Wireless-->{{No|Intel 6205 swap with mini pci-e Atheros 5k}} || <!--Test Distro-->Icaros 2.03 || <!--Comments-->2011 64bit very little total support - fan exhausts a lot of hot air when cpu taxed - VGA if Bios ATA set and Vesa only with Bios ACHI set - |- | <!--Name-->E6220 E6320 || <!--Chipset-->2nd gen series 6 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel HD 3000 || <!--Audio-->IDT 92HD90 BXX codec || <!--USB--> || <!--Ethernet-->Intel 82579LM || <!--Wireless-->Intel 5100 swap with mini pci-e Atheros 5k || <!--Test Distro--> || <!--Comments-->2011 |- | <!--Name-->Latitude E5420 || <!--Chipset-->Intel || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel HD 3000 || <!--Audio--> || <!--USB--> || <!--Ethernet-->Broadcom || <!--Wireless-->Broadcom 4313 swap with mini pci-e Atheros 5k || <!--Test Distro--> || <!--Comments-->2011 |- | <!--Name-->Inspiron M5040 || <!--Chipset-->E450, C50 or C60 with A50M chipset || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{Maybe|use VESA AMD Radeon 6320, 6250 or 6290}} || <!--Audio-->{{Yes|HD Audio IDT}} || <!--USB--> || <!--Ethernet-->{{Yes|Realtek RTL8105E VB 10/100}} || <!--Wireless-->{{no|Atheros AR9285 swap with mini pci-e Atheros 5k}} || <!--Test Distro-->icaros 2.1.1 || <!--Comments-->2011 64bit some support |- | Latitude e6230 E6330 E6430 || i3 3320M 3350M 2.8 GHz i5 3360M i7 3520M || {{N/A}} || {{partial|non RAID mode}} || {{partial|Intel HD 4000 (VESA only)}} || {{no|HD Audio}} || {{partial|Intel USB 3.0 (USB 1.1 2.0 only)}} || {{No|Intel 82579LM Gigabit}} || {{No|Broadcom BCM4313 swap with mini pci-e Atheros 5k}} || <!--Test Distro-->Nightly Build 2014 09-27 || 2013 64bit Ivy Bridge - 12.5-inch 13.3-inch 14-inch screen - not great better under hosted |- | <!--Name-->Inspiron 15 3521 5521 5721 || <!--Chipset-->i5 i7 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel HD 4000 or Radeon 8730M or 7670M || <!--Audio-->HD Audio with ALC850 ?? || <!--USB-->USB 3.0 || <!--Ethernet-->Realtek RTL8101E RTL8102E RTL8105E || <!--Wireless-->{{No|Atheros or Dell 1703 1704 1705}} || <!--Test Distro-->Icaros 2.0.3 || <!--Comments-->2013 64bit Panther Point Ivy Bridge Intel(R) 7 Series Mobile - |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name--> || <!--Chipset-->AMD Ryzen 2200U || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->AMD Vega 3 || <!--Audio--> || <!--USB-->{{No|Gen 3}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2018 |- | <!--Name-->Inspiron 5000 || <!--Chipset-->R5 2500u 3500u || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Radeon RX Vega8 || <!--Audio--> || <!--USB-->{{No|Gen 3}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2018 64 bit - |- | <!--Name-->G5 15 SE || <!--Chipset-->AMD 4600H 4800H || <!--IDE--> || <!--SATA--> || <!--Gfx-->Radeon 5600 || <!--Audio--> || <!--USB-->{{No|Gen 3}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2020 |- | <!--Name-->Inspiron 14 7000 2 in 1 || <!--Chipset-->Ryzen R7 4700U R5 4500U || <!--IDE-->{{N/A}} || <!--SATA-->NVMe || <!--Gfx-->RX Vega || <!--Audio--> || <!--USB-->{{No|Gen 3.1 1}} || <!--Ethernet-->{{N/A}} || <!--Wireless-->wifi 6 || <!--Test Distro--> || <!--Comments-->2020 metal 1.5kg - chiclet keyboard - 270 nits screen 45% srgb - 40whr battery 5 hrs - |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ====Fujitsu-Siemens==== [[#top|...to the top]] Order of build quality (Lowest to highest) <pre > Amilo Esprimo Lifebook </pre > {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="5%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name-->Fujitsu [http://www.labri.fr/perso/fleury/index.php?page=bug_transmeta FMV-Biblo Loox S73A (Japan P1100) LifeBook P1120 Biblo Loox T93C (Japan P2120) P2020] || <!--Chipset-->Transmeta Crusoe CPU TM5600 633MHz with Ali M1535 chipset || <!--IDE-->{{Yes}} || <!--SATA-->{{N/A}} || <!--Gfx-->ATI Rage Mobility M with 4MB SDRAM || <!--Audio-->{{No|AC97 Ali M1535 + STAC9723 Codec}} || <!--USB-->USB 1.1 only || <!--Ethernet-->{{N/A}} || <!--Wireless-->{{N/A}} || <!--Test Distro--> || <!--Comments-->1999 32bit 10" 1280 x 600 matte LCD - QuickPoint IV mouse - metal chassis with palm rest plastic - 15GB 2.5 inch drive and SR 8175 8X DVD-ROM drive - |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Lifebook S7000 S7010 S7010D S2020 || <!--Chipset-->Pentium M 1.6 or 1.7GHz || <!--IDE-->{{Yes| }} || <!--SATA-->{{N/A}} || <!--Gfx-->{{Maybe|use VESA - Intel 855}} || <!--Audio-->{{maybe|AC97 with STAC 9751T or 9767 codec}} || <!--USB--> || <!--Ethernet-->{{No|Broadcom}} || <!--Wireless-->{{No|Atheros, Broadcom or Intel 2200BG - FN,F10}} || <!--Test Distro-->Icaros 2.1.1 || <!--Comments-->14.1 inch with minimal support |- | <!--Name-->Lifebook e8010 || <!--Chipset--> || <!--IDE-->{{Yes| }} || <!--SATA--> || <!--Gfx-->{{Maybe|use VESA Intel 855GM}} || <!--Audio-->AC97 STAC9767 or ALC203 codec || <!--USB--> || <!--Ethernet-->{{No|Broadcom NetXtreme BCM5705M}} || <!--Wireless-->Intel PRO Wireless 2200BG || <!--Test Distro-->[http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5336&forum=18&post_id=49506#forumpost49506 Icaros 1.3.1] || <!--Comments-->15.1 inch |- | <!--Name-->Stylistic ST5000 ST5010 ST5011 ST5012 ST5020 ST5021 ST5022 || <!--Chipset-->1.0GHz P-M and later 1.1GHz on Intel 855GME || <!--IDE--> || <!--SATA-->{{N/A}} || <!--Gfx-->Intel 800 use VESA || <!--Audio-->Intel AC97 || <!--USB--> || <!--Ethernet-->Broadcom BCM5788 tg3 || <!--Wireless-->{{No|Intel 2200BG}} || <!--Test Distro--> || <!--Comments-->charged via a proprietary port power connector 16V 3.75A with wacom serial pen interface - indoor Screen transmissive 10.1 and later 12.1 XGA TFT - |- | <!--Name-->Amilo Pro V2010 || <!--Chipset-->VIA CN400 PM880 || <!--IDE--> || <!--SATA-->{{N/A}} || <!--Gfx-->{{No|S3 unichrome use VESA}} || <!--Audio-->{{No|VIA AC97 VT8237 with codec}} || <!--USB--> || <!--Ethernet-->Rhine 6102 6103 || <!--Wireless-->RaLink RT2500 || <!--Test Distro-->Icaros 2.1.2 || <!--Comments-->boot mount - unknown bootstrap error then crashes |- | <!--Name-->Amilo Li 1705 CN896 || <!--Chipset--> with VIA P4M900 || <!--IDE--> || <!--SATA-->{{Maybe|IDE}} || <!--Gfx-->ATi || <!--Audio-->{{No|VIA VT8237 HD Audio with codec}} || <!--USB-->VT82xx 62xx || <!--Ethernet-->{{Yes|VIA Rhine}} || <!--Wireless-->{{No|Atheros G}} || <!--Test Distro-->Icaros 2.1.1 || <!--Comments-->random freezes |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name--> Esprimo Mobile V5535 Skt mPGA 478MN | <!--Chipset--> | <!--IDE--> {{yes|IDE and EIDE}} | <!--SATA--> {{maybe|IDE mode with SIS 5513}} | <!--Gfx--> {{maybe|SiS 771 / 671 (VESA only)}} | <!--Audio--> {{yes|HD Audio SIS968 SIS966 SI7012 with ALC268 codec}} | <!--USB--> {{no|USB 1.1 and 2.0 issues}} | <!--Ethernet--> {{no|SiS 191 gigabit}} | <!--Wireless--> {{yes|Atheros AR5001 mini pci express}} | <!--Test Distro-->aros one 1.5 usb | <!--Comments-->2005 32bit 20v barrel - f2 setup f12 multi boot - random freezing short time after booting - chipset SIS 671MX - |- | <!--Name-->Amilo SI 1520 1521p || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Yes|GMA 2D}} || <!--Audio-->{{No|HD Audio Conexant codec}} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{Yes|Intel Pro 100}} || <!--Wireless--> || <!--Test Distro-->Icaros 1.4.2 || <!--Comments-->Some support but Set Bios option ATA Control Mode to Compatible |- | <!--Name-->Lifebook S7020 S7020D || <!--Chipset--> Pentium M 740 1.73MHz || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel 915 || <!--Audio-->HD Audio ALC260 codec || <!--USB--> || <!--Ethernet-->Broadcom BCM5751M Gigabit || <!--Wireless-->Intel PRO Wireless 2200BG or Atheros 5k || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Stylistic ST5030 ST5031 ST5032 || <!--Chipset-->1 to 1.2GHx Pentium M with 915GM || <!--IDE--> || <!--SATA-->{{N/A}} || <!--Gfx-->Intel 900 || <!--Audio--> || <!--USB--> || <!--Ethernet-->Marvell || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->charged via a proprietary port power connector 6.0 x 4.4 mm round - 200 pin ddr2 ram |- | <!--Name-->Stylistic ST5110 ST5111 ST5112 || <!--Chipset-->945GM with 1.2GHz Core Duo / 1.2GHz 1.3GHz Core2 Duo || <!--IDE-->{{No}} || <!--SATA--> || <!--Gfx-->Intel 900 || <!--Audio-->HD audio with STAC9228 codec || <!--USB--> || <!--Ethernet--> || <!--Wireless-->Intel 3945 ABG or optional atheros || <!--Test Distro--> || <!--Comments-->either 32 or 64 bit - charged via a proprietary port power connector 6.0 x 4.4 mm round - SigmaTel® |- | <!--Name-->E8110 S7110 E8210 || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Yes|945GM}} || <!--Audio-->{{Yes|HD Audio with ALC262 codec playback}} || <!--USB-->{{Yes}} || <!--Ethernet-->{{No|Marvell 88E8055 Gigabit}} || <!--Wireless-->{{No|Intel PRO Wireless 3945ABG}} || <!--Test Distro-->Icaros 2.0 || <!--Comments-->32bit Core Duo |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || CHIPSET || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Lifebook PH521 || <!--Chipset-->AMD E-450 1.65GHz DDR3 1066MHz || <!--IDE--> || <!--SATA--> || <!--Gfx-->HD 6320M || <!--Audio-->Realtek ALC269 || <!--USB--> || <!--Ethernet--> || <!--Wireless-->Atheros 802.11 bgn || <!--Test Distro--> || <!--Comments-->11.6 inch HD SuperFine LED 1366x768 pixels |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ====HP Compaq==== [[#top|...to the top]] Build quality (Lowest to highest) <pre > Presario Pavilion Omnibook ProBook Armada Elitebook </pre > {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name-->1c00 series Compaq Presario [http://users.utu.fi/sjsepp/linuxcompaqarmada100s.html Armada 100S made by Mitac], 1247 || <!--Chipset-->K6-II with PE133 MVP-4 || <!--IDE--> || <!--SATA--> || <!--Gfx-->use VESA - Trident Blade3D AGP sp16953 || <!--Audio-->VIA ac'97 audio [rev20] with AD1881A codec || <!--USB-->{{Maybe|usual VIA issues [rev10]}} || <!--Ethernet-->{{N/A}} || <!--Wireless-->{{N/A}} || <!--Test Distro--> || <!--Comments--> 192MB max - PCcard Texas PC1211 no support - 1200 XL1 1200-XL1xx, XL101, XL103 XL105 XL106 XL109 XL110 XL111 XL116 XL118 XL119 XL125 |- | <!--Name-->1c01 series Armada 110, Evo N150 || <!--Chipset-->Intel with VIA PLE133 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Use VESA - Trident Cyber Blade i1 chipset || <!--Audio-->VIA 686 rev20 82xxx 686a || <!--USB--> || <!--Ethernet-->Intel 82557 Pro 100 || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->max 192mb sodimm 100Mhz 133Mhz ram memory - 1200-XL405A 12XL405A XL502A 12XL502A 1600XL |- | Armada M300 M700 E500 || 440BX || {{Yes| }} || {{N/A}} || {{maybe|ATI Rage LT M1 Mobility (VESA only)}} || {{no|AC97 ESS Maestro 2E M2E ES1987 sound}} || {{yes|USB1.1 only}} || {{No|[http://perho.org/stuff/m300/index_en.html Intel PRO 100+ Mini PCI]}} || {{N/A}} || Aspire OS 2012, Nightly 30-01 2013 and 04-05 2013 || a little support via F10 bios options and Fn+F11 reset CMOS with 64mb ram already on board |- | <!--Name-->HP Omnibook XE3 || <!--Chipset-->Intel BX 600Mhz GC model 256mb or AMD GD 500Mhz || <!--IDE--> || <!--SATA--> || <!--Gfx-->Use VESA - S3 Inc. 86C270 294 Savage IX-MV (rev 11) || <!--Audio-->{{No|ESS ES1988 Allegro 1 (rev 12)}} || <!--USB-->Intel 82371AB PIIX4 USB (rev 01) || <!--Ethernet-->{{N/A}} || <!--Wireless-->{{N/A}} || <!--Test Distro--> || <!--Comments-->2002 32bit no cardbus pcmcia support - no audio from Polk Audio Speakers - |- | <!--Name-->HP Omnibook XE3 || <!--Chipset-->82830 ICH3 P3-M 750MHz 800Mhz 900MHz || <!--IDE-->{{Yes| }} || <!--SATA-->{{N/A}} || <!--Gfx-->{{Maybe|use VESA - CGC 830MG}} || <!--Audio-->{{No|ESS ES1988 Maestro 3i}} || <!--USB-->{{Yes|only one 1.1 port}} || <!--Ethernet-->{{Yes|e100 82557}} || <!--Wireless-->{{N/A|}} || <!--Test Distro-->Icaros 1.51 || <!--Comments-->Boots USB Stick via Plop boot floppy - Memory for GF 256-512mb, GS up 1GB |- | <!--Name-->TC1000 TC-1000 Tablet PC || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx-->NVIDIA NV11 [GeForce2 Go] (rev b2) || <!--Audio-->VIA AC97 Audio (rev 50) || <!--USB-->OHCI NEC USB 2.0 (rev 02) || <!--Ethernet-->Intel 82551 QM (rev 10) || <!--Wireless-->Atmel at76c506 802.11b || <!--Test Distro--> || <!--Comments-->2002 32bit Transmeta LongRun (rev 03) with VT82C686 - Texas Instruments TI PCI1520 PC card Cardbus |- | <!--Name-->HP Compaq R3000 ZV5000 (Compal LA-1851) || <!--Chipset-->Nvidia nForce 3 with AMD CPU || <!--IDE--> || <!--SATA--> || <!--Gfx-->Nvidia NV17 [GeForce4 420 Go 32M] || <!--Audio-->Nvidia || <!--USB--> || <!--Ethernet-->Broadcom or Realtek RTL8139 || <!--Wireless-->{{Maybe|Broadcom BCM4303 BCM4306 or Atheros bios locked}} || <!--Test Distro--> || <!--Comments-->Some laptops, especially HPs have a setting to automatically disable wireless if a wired connection is detected |- | <!--Name-->Compaq [http://www.walterswebsite.us/drivers.htm Presario 700 series] || <!--Chipset-->VT8363 VT8365 [Apollo Pro KT133 KM133] || <!--IDE-->{{yes}} || <!--SATA-->{{N/A}} || <!--Gfx-->{{maybe|VT8636A (S3 Savage TwisterK) (VESA only)}} || <!--Audio-->{{Maybe|VIA AC97 [rev50] with AD1886 codec}} || <!--USB-->{{maybe|VIA UHCI USB 1.1 [rev1a]}} || <!--Ethernet-->{{yes|RealTek RTL8139}} || <!--Wireless-->{{no|Broadcom BCM4306}} || <!--Test Distro--> || <!--Comments-->poor consumer grade level construction - jbl audio pro speakers - no support for cardbus pcmcia TI PCI1410 - 700A EA LA UK US Z 701AP EA BR FR 701Z 702US 703US AP JP audio sp18895 Sp19472 |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | N400c || P3-M 82845 || {{yes|82801 CAM IDE U100}} || {{N/A}} || {{maybe|Rage Mobility 128 (VESA only)}} || {{No|Maestro 3 allegro 1}} || {{yes|USB1.1}} || {{yes|Intel PRO 100 VM (KM)}} || {{N/A}} || Icaros 1.2.4 || Has no optical disc drive |- | N410c || P3-M 82845 || {{yes|82801 CAM IDE U100}} || {{N/A}} || {{maybe|Radeon Mobility M7 LW 7500 (VESA only)}} || {{yes|Intel AC97 with AD1886 codec}} || {{yes|USB1.1}} || {{yes|Intel PRO 100 VM (KM)}} || {{N/A}} || Icaros 1.2.4 || Has no optical disc drive |- | Evo N600c || Pentium 4 || {{yes|IDE}} || {{N/A}} || {{partial|ATI Radeon Mobility M7 (VESA only)}} || {{No|ESS ES1968 Maestro 2}} || {{yes|USB}} || {{yes|Intel PRO 100}} || {{dunno}} || Icaros 1.3 || |- | Evo N610c || Pentium 4 || {{yes|IDE}} || {{N/A}} || {{partial|ATI Radeon Mobility M7 (VESA only)}} || {{yes|Intel ICH AC97 with AD1886 codec}} || {{yes|USB}} || {{yes|Intel PRO 100}} || {{dunno}} || Icaros 1.2.4 || |- | N800c || P4 || {{Yes|IDE}} || {{N/A}} || {{partial|ATI Radeon Mobility 7500 (VESA only)}} || {{yes|AC97}} || {{yes|USB}} || {{yes|Intel PRO 100}} || {{N/A}} || Icaros 1.2.4 || P4M CPU can get very warm |- | <!--Name-->NX7010 || <!--Chipset-->Intel || <!--IDE-->{{yes|IDE}} || <!--SATA-->{{N/A}} || <!--Gfx-->{{partial|ATI mobility 7500 or 9000 Radeon 9200 64MB (VESA only)}} || <!--Audio-->{{yes|AC97 ADI codec}} || <!--USB-->{{yes|uhci (1.1) and ehci (2.0)}} || <!--Ethernet-->{{yes|Realtek 8139}} || <!--Wireless-->{{No|Intel 2200b bios locked}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Compaq Preasrio V5000 (Compal LA-2771) || <!--Chipset-->AMD Sempron 3000+ or Turion ML with SB400 || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Maybe|use VESA - Ati RS480M Xpress 200}} || <!--Audio-->{{No|AC97 ATI with Conexant CX 20468 codec}} || <!--USB--> || <!--Ethernet-->{{Yes|Realtek 8100 8101L 8139}} || <!--Wireless-->{{No|bcm4318 bios locked}} || <!--Test Distro-->Icaros 2.1.1 || <!--Comments-->64bit single core machine V5001 V5002 V5002EA V5003 |- | <!--Name-->TC1100 TC-1100 Tablet PC || <!--Chipset-->855PM || <!--IDE--> || <!--SATA--> || <!--Gfx-->Nvidia Geforce4 Go || <!--Audio-->AC97 || <!--USB--> || <!--Ethernet-->{{Maybe|BCM 4400}} || <!--Wireless-->{{Maybe|Atheros wlan W400 W500 or ? bios locked}} || <!--Test Distro--> || <!--Comments-->2004 32bit |- | <!--Name-->NC6000 NC8000 NW8000 || <!--Chipset-->855PM with Pentium M 1.5 1.6 1.8GHz 2.0GHz || <!--IDE-->max 160 GB for NW 8000 || <!--SATA--> || <!--Gfx-->{{Maybe|Ati RV350 mobility 9600 M10 Fire GL T2 ISV use VESA 2D as no laptop display}} || <!--Audio-->{{Yes|Intel AC97 with ADI codec playback only}} || <!--USB-->{{Yes|2 ports}} || <!--Ethernet-->{{No|Broadcom BCM 5705M}} || <!--Wireless-->{{Maybe|mini pci Atheros 5212 BG W400 W500 or Intel - all bios locked}} || <!--Test Distro--> || <!--Comments-->2005 based [http://amigaworld.net/modules/newbb/viewtopic.php?topic_id=41916&forum=47 works] - Firewire TI TSB43AB22/A - 8 pound 2.5 kg travel weight - an SD slot as well as two PC Card slots - 15-inch UXGA screen (1,600 x 1,200) or 15" SXGA+ (1400 x 1050) (4:3 ratio) |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Compaq NC6110 NX6110 NC6120 NC6220 NC4200 NC8200 TC4200 || <!--Chipset-->GMA 915GML || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Yes|2D GMA 900}} || <!--Audio-->{{Yes|AC97 with ADI AD1981B playback}} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{Unk|440x or BCM 5705M or 5751M}} || <!--Wireless-->{{No|Intel IPW 2200 bios locked}} || <!--Test Distro-->Icaros 1.5.2 || <!--Comments-->2005 32bit Sonoma based - [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=8285&forum=4&post_id=82082#forumpost82082 Works well with some support] Wifi with Atheros AR5007eg if apply hacked bios RISKY else use USB one - (INVENTEC ASPEN UMA MV) (INVENTEC ASPEN DIS PV) - |- | <!--Name-->Compaq C500 CTO aka HP G7000 || <!--Chipset-->Intel 945GM || <!--IDE--> || <!--SATA--> || <!--Gfx-->GMA 950 || <!--Audio-->HD Audio with realtek ALC262 codec || <!--USB--> || <!--Ethernet-->Realtek 8139 || <!--Wireless-->Broadcom BCM 4311 bios locked || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->HP Compaq NC6400 || <!--Chipset-->945GM Core Duo || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Maybe|GMA 950 2D issues and no 3d}} || <!--Audio-->{{No|HD Audio AD1981HD}} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{No|BCM }} || <!--Wireless-->{{No|Broadcom locked}} || <!--Test Distro-->Icaros || <!--Comments-->replaced with Atheros AR5007eg if apply hacked bios RISKY else use USB * 32bit Core Duo T2400 * 64bit Core 2 Duo T5600 T7600 |- | <!--Name-->HP Compaq NV NC6400 || <!--Chipset-->Core Duo + 945PM || <!--IDE-->{{N/A}} || <!--SATA-->{{Maybe| }} || <!--Gfx-->{{Maybe|use VESA Radeon x1300M (2D)}} || <!--Audio-->{{Maybe|HD Audio with ADI1981 low volume}} || <!--USB-->{{yes}} || <!--Ethernet-->{{no|BCM 5753M}} || <!--Wireless-->{{No|Intel 3945 ABG bios locked}} || <!--Test Distro--> Icaros 1.4.2 || <!--Opinion--> Harmon Kardon speakers |- | <!--Name-->HP Compaq NC6320 || <!--Chipset-->945GM with * 32bit Core Duo 1.83GHz T2400 * 64bit Core2 Duo 1.83GHz T5600 || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Yes|GMA 950 2D with a little 3D tunnel 213}} || <!--Audio-->{{Maybe|Intel HD Audio with AD1981HD codec}} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{No|BCM 5788}} || <!--Wireless-->{{No|Intel 3945 bios locked}} || <!--Test Distro-->Icaros 2 || <!--Comments-->replaced with Atheros AR5007eg if applying hacked wifi bios RISKY!! else use USB - 14.1" or 15 inch XGA 1024x768 - noisy cpu fan for core2 - trackpad rhs acts as window scroller - |- | <!--Name-->HP NC4400 TC4400 Tablet || <!--Chipset-->Core Duo with 82945 chipset || <!--IDE-->{{N/A}} || <!--SATA-->{{Yes|bios F.07 limits to 100GB 120GB}} || <!--Gfx-->{{yes|2D and 3D 282 tunnel and gearbox 150}} || <!--Audio-->{{Yes|HD Audio with ADI 1981HD codec via ear phones}} || <!--USB-->{{yes| }} || <!--Ethernet-->{{No|BCM 5753M}} || <!--Wireless-->{{No|Intel 3945 or BCM 4306 - Whitelist BIOS F.0C needed but risky}} || <!--Test Distro-->Icaros 2.1.2 || <!--Comments-->64 bit possible with Core2 - TI SD card reader non bootable - wacom serial digitiser pen not working - * 32bit 1.86GHz core duo * 64bit 2Ghz T7200, 2.16Ghz Core 2 Duo T7600 2.33GHz |- | <!--Name-->HP DV6000 || <!--Chipset-->945GMS || <!--IDE--> || <!--SATA--> || <!--Gfx-->GMA 950 || <!--Audio-->HD Audio IDT 92HD 91B || <!--USB--> || <!--Ethernet-->Intel PRO 100 VE || <!--Wireless-->{{No|Intel 3945 bios locked}} || <!--Test Distro--> || <!--Comments-->32 bit only - Mosfet FDS6679 common cause of shorts giving no power to the tip. To reset adapter, unplug from AC (mains) and wait 15-30 sec. Then plug in again - |- | <!--Name-->HP Pavilion DV2000 CTO || <!--Chipset-->945GMS || <!--IDE--> || <!--SATA--> || <!--Gfx-->GMA 950, X3100, Nvidia 8400M || <!--Audio-->HD Audio Conexant CX 20549 Venice || <!--USB--> || <!--Ethernet-->Nvidia MCP51 || <!--Wireless-->{{No|Broadcom BCM 4311 or Intel 3945 4965 ABG bios locked}} || <!--Test Distro--> || <!--Comments-->2006 Atheros AR5007eg if apply hacked bios RISKY |- | Presario F700 series, HP G6000 f730us F750 F750us F755US F756NR F765em || AMD Turion Mono MK-36 2.0Ghz NForce 560m or Twin X2 TK-55 with nForce 610m || {{N/A| }} || {{Yes|but needs special sata adapt bit and caddy}} || {{Yes|GF Go 7000m 2D and - ball solder issues due to poor cooling}} || {{Maybe| }} || {{Maybe|uhci and ehci}} || {{No| }} || {{Yes|Atheros AR5007 bios locked}} || Icaros 1.3.1 and 2.2 xmas || Unable to boot from cd or usb - random freezes after a minutes use means internal ventilation maintenance needed each year essential - No sd card and overall limited phoenix bios options - |- | <!--Name-->Presario v6604au v6608au V3500 || <!--Chipset-->NVIDIA MCP67M with AMD Athlon64 X2 TK 55 amd 1.8ghz || <!--IDE--> || <!--SATA-->{{Yes|SATA 150}} || <!--Gfx-->NVIDIA GeForce Go 7150M 630i or C67 630M MCP67 || <!--Audio-->conexant codec || <!--USB--> || <!--Ethernet-->Nvidia or Realtek 10/100 || <!--Wireless-->{{No|Broadcom 4311 bios locked}} || <!--Test Distro--> || <!--Comments-->Altec Lansing Stereo Speakers - ball solder issues - |- | <!--Name-->Compaq presario v6610 v6615eo v6620us || <!--Chipset-->Turion 64 X2 mobile TK-55 / 1.8 GHz to athlon 64x2 @ 2.4ghz || <!--IDE-->{{N/A}} || <!--SATA-->{{Yes|SATA 150}} || <!--Gfx-->{{Yes|geforce 7150 or 7300m 2d and 3d}} || <!--Audio-->{{Yes|AMD HD Audio with IDT codec stereo playback only}} || <!--USB-->3 OHCI EHCI || <!--Ethernet-->{{Maybe| }} || <!--Wireless-->{{No|Broadcom bios locked}} || <!--Test Distro-->Icaros 1.3 - || <!--Comments-->[http://amigaworld.net/modules/newbb/viewtopic.php?topic_id=40956&forum=48 works well] - 1 x ExpressCard/54 - SD Card slot - AO4407 test voltage of the Drain side (pins 5-8) with AC adapter and no battery, see 0 volts, connect the battery you should have 10-14v - |- | <!--Name-->v6630em v6642em || <!--Chipset-->nForce 630M with AMD Turion 64 X2 Mobile TL-58 || <!--IDE--> || <!--SATA--> || <!--Gfx-->NVIDIA GeForce 6150M or 7150M || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless-->{{No|Broadcom bios locked}} || <!--Test Distro--> || <!--Comments-->15.4 in 1280 x 800 ( WXGA ) - |- | <!--Name-->Compaq Presario C700 || <!--Chipset-->GMA960 || <!--IDE--> || <!--SATA--> || <!--Gfx-->X3100 || <!--Audio-->HD Audio || <!--USB--> || <!--Ethernet-->RTL 8139 || <!--Wireless-->{{Maybe|Atheros AR5007 AR5001 AR242x}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Compaq 2510p 6510b 6710b 6910b || <!--Chipset-->GMA 965GM GL960 || <!--IDE-->{{yes| || <!--SATA--> || <!--Gfx-->{{yes|X3100 some 2d but slow software 3d only}} || <!--Audio-->{{maybe|HD Audio ADI AD1981 HD low volume on head phones}} || <!--USB-->{{yes| }} || <!--Ethernet-->{{no|Intel 82566 or Broadcom BCM 5787M}} || <!--Wireless-->{{No|Intel 3945ABG or 4965ABG bios locked}} || <!--Test Distro-->Aspire OS Xenon 2014 || <!--Comments-->no sd card boot support - F9 to choose boot option - [http://forums.mydigitallife.info/threads/7681-This-is-no-request-thread!-HP-COMPAQ-bioses-how-to-modify-the-bios/page111?p=333358#post333358 whitelist removal (risky) bios block for wifi card swap] |- | <!--Name-->HP 630 || <!--Chipset-->i3 CPU M 380 @ 2.53GHz 5 Series 3400 || <!--IDE--> || <!--SATA--> || <!--Gfx-->GMA 2D only || <!--Audio-->HD audio with Realtek ALC270A GR || <!--USB--> || <!--Ethernet-->RTL8111 8168 8411 || <!--Wireless-->AR9285 || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->CQ40 CQ41 || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel || <!--Audio-->HD Audio || <!--USB--> || <!--Ethernet-->Realtek RTL8101E || <!--Wireless-->Broadcom BC4310 || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Compaq Presario CQ35 CQ36 || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet-->Realtek RTL8101E RTL8102E || <!--Wireless-->Broadcom BCM4312 || <!--Test Distro--> || <!--Comments-->Compal LA-4743P - |- | <!--Name-->HP Compaq CQ42 CQ43 CQ45 || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio-->HD Audio with Coxenant codec || <!--USB--> || <!--Ethernet-->Realtek || <!--Wireless-->Realtek RTL8191SE, Realtek 8188CE || <!--Test Distro--> || <!--Comments--> (Quanta AX1) |- | <!--Name-->CQ50 CQ56 || <!--Chipset-->Nvidia MCP78S || <!--IDE--> || <!--SATA--> || <!--Gfx-->Geforce 8200M || <!--Audio-->nVidia HD Audio with codec || <!--USB--> || <!--Ethernet-->nvidia MCP77 || <!--Wireless-->Atheros AR928X || <!--Test Distro--> || <!--Comments-->[http://donovan6000.blogspot.co.uk/2013/06/insyde-bios-modding-wifi-and-wwan-whitelists.html bios modding risky] MCP72XE MCP72P MCP78U MCP78S |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->CQ57 || <!--Chipset-->Intel || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel || <!--Audio-->Intel HD with codec || <!--USB--> || <!--Ethernet-->Realtek RTL8101E RTL8102E || <!--Wireless-->Atheros 9k || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->CQ57 || <!--Chipset-->AMD E-300 || <!--IDE--> || <!--SATA--> || <!--Gfx-->ATi HD 6310 wrestler || <!--Audio--> || <!--USB--> || <!--Ethernet-->Realtek RTL8101 RTL8102 RTL8106E || <!--Wireless-->RaLink RT5390 || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->CQ58 103SA || <!--Chipset-->AMD E300 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Radeon HD 6310M IGP || <!--Audio-->Realtek or idt || <!--USB--> || <!--Ethernet--> || <!--Wireless-->Broadcom || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->CQ60 CQ61 CQ62 || <!--Chipset-->MCP78S || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless-->rebrand wifi card (risky) or ar5b91 with no pins missing || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->cq70 cq71 || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->HP DM1 635 || <!--Chipset-->E300 or E-450 || <!--IDE-->{{N/A}} || <!--SATA-->ATI SB7x0 SB8x0 SB9x0 SATA AHCI mode || <!--Gfx-->{{Maybe|use VESA - AMD HD6310 or 6320}} || <!--Audio-->{{Yes|Realtek ALC270A GR but not Wrestler HDMI Audio}} || <!--USB--> || <!--Ethernet-->{{Yes|rtl8169 driver covers Realtek RTL8101E RTL8102E RTL8106E}} || <!--Wireless-->{{No|Atheros AR9285}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->HP ProBook 6470b and 6570b || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2013 |- | <!--Name-->HP EliteBook 8470p || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel HD 4000 || <!--Audio-->IDT || <!--USB--> || <!--Ethernet--> || <!--Wireless-->Intel || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->ProBook 6475b || <!--Chipset-->AMD || <!--IDE--> || <!--SATA--> || <!--Gfx-->AMD || <!--Audio-->IDT || <!--USB--> || <!--Ethernet-->Realtek || <!--Wireless-->Intel AC 6205 || <!--Test Distro--> || <!--Comments-->2013 64bit thick runs hot 14-inch (model C5A55EA) WXGA++ panel or 13-inch (6360b), 14-inch (6470b), 15-inch (4540s, 4535s) and 17-inch (4740s) |- | <!--Name-->HP Probook 4445s 4545s 455 645 HP Pavilion 15-b115sa || <!--Chipset-->AMD A4 4300M A6 4400M 4455M or A8 4500M with AMD A70M FCH || <!--IDE--> || <!--SATA--> || <!--Gfx-->7420 7520G 7640G 7660G || <!--Audio-->HD Audio with idt or realtek codec || <!--USB--> || <!--Ethernet--> || <!--Wireless-->Intel 6205 or Broadcom BCM 43228 || <!--Test Distro--> || <!--Comments-->Thin and light Sleekbook 15.6-inch |- | <!--Name-->15-bw0xx || <!--Chipset-->A9 9420 || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio-->Realtek ALC3227 and ATI R6xx HDMI || <!--USB--> || <!--Ethernet-->RTL8111 8168 8411 || <!--Wireless-->RTL 8723DE || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->15-db1xxx || <!--Chipset-->AMD Athlon 300U || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->HP Spectre X360 13 15 || <!--Chipset-->i5 i7 6500U 6560U || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel Iris 540 || <!--Audio-->HD Audio with codec || <!--USB-->{{No}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2016 64bit - 4K (3840 x 2160) down to 2560 x 1440 instead of 1920 x 1080 - |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->14-cm0xxx || <!--Chipset-->AMD Ryzen 2500U AMD Ryzen SOC 00 + AMD Carrizo FCH 51 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->AMD Vega 8 || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2018 |- | <!--Name-->17-ca1xxx || <!--Chipset-->Ryzen 3500u AMD ID15D0 00 + AMD Carrizo FCH 51 || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless-->Intel or Realtek RTL8821CE || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Envy x360 2 in 1 13-ay0xxx || <!--Chipset-->AMD Ryzen R5 4500U with carrizo FCH51 || <!--IDE-->{{N/A}} || <!--SATA-->PCIe M.2 NVMe || <!--Gfx-->AMD Vega || <!--Audio--> || <!--USB-->USB 3.1 gen 2 || <!--Ethernet-->{{N/A}} || <!--Wireless-->{{No|Intel wifi 6}} || <!--Test Distro--> || <!--Comments-->2020 64bit 13.3in IPS 1080p - ram soldered - touch pen not supplied |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ====IBM/Lenovo==== [[#top|...to the top]] Build quality (Lowest to highest) <pre > iSeries Edge Ideapad Thinkpad - good cases and construction but electronic internals same as anyone else </pre > {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name-->Thinkpad 390X 390E (2626) || <!--Chipset-->Neo Magic MM2200 with C400 P2-266 to P3 500MHz || <!--IDE--> || <!--SATA--> || <!--Gfx-->use VESA || <!--Audio-->{{No|256AV or ESS Solo-1}} || <!--USB--> || <!--Ethernet-->{{N/A}} || <!--Wireless-->{{N/A}} || <!--Test Distro--> || <!--Comments-->1998 32bit |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Thinkpad 600x || <!--Chipset-->Intel 440BX || <!--IDE-->{{Maybe| }} || <!--SATA--> || <!--Gfx-->{{Maybe|use VESA Neomagic NM2360 MagicMedia 256ZX}} || <!--Audio-->{{No|Crystal CS4297A codec}} || <!--USB--> || <!--Ethernet-->{{N/A| }} || <!--Wireless-->{{N/A| }} || <!--Test Distro-->Icaros 1.3.1 || <!--Comments-->1998 32bit a little support - [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=4120&start=0 Earlier 600 and 600e were Pentium 2 based] |- | <!--Name-->Thinkpad X20 (2662-32U) X21 || <!--Chipset-->Intel 440 BX ZX DX || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio-->{{no|AC97 with Cirrus Logic Crystal cs4281}} || <!--USB-->1.1 || <!--Ethernet-->no mini pci intel e100 || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | Thinkpad T20 (2647) T21 (26) T22 || 440BX || {{Maybe| }} || {{N/A}} || {{partial|Savage IX-MV (VESA only)}} || {{no|Cirrus Logic CS 4614/22/ 24/30}} || {{yes|USB 1.1}} || {{yes|Intel PRO 100}} || {{N/A}} || Icaros 1.2.4 || a little support - no audio |- | <!--Name-->A21e (2628, 2655) A22e || <!--Chipset-->440MX || <!--IDE--> || <!--SATA--> || <!--Gfx-->Ati rage mobility || <!--Audio-->{{no|AC97 Cs4299 CS4229}} || <!--USB--> || <!--Ethernet-->intel e100 || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2002 |- | Thinkpad T23 (2647) || i810 || {{yes|IDE}} || {{N/A}} || {{maybe|S3 Super Savage IX/C SDR (VESA only)}} || {{maybe|AC'97 CS4299}} || {{yes|USB 1.1}} || {{yes|Intel ICH3 PRO 100 VE}} || {{no|Realtek RTL8180L others with bios hacking risky}} || || 2003 32bit with some support |- | <!--Name-->Thinkpad X22 X23 X24 || <!--Chipset-->830 || <!--IDE--> || <!--SATA--> || <!--Gfx-->ATi Mobility M6 LY || <!--Audio-->Ac97 CS4299 || <!--USB-->2 x 1.1 || <!--Ethernet-->Intel Pro 100 || <!--Wireless-->Actiontec Harris Semi Intersil Prism 2.5 (X23 and X24 only) || <!--Test Distro--> || <!--Comments-->with slice Ultrabase X2 - |- | <!--Name-->A30 A30p || <!--Chipset-->830 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Ati Radeon M6 || <!--Audio-->AC97 CS 4299 || <!--USB--> || <!--Ethernet-->Intel Pro 100 ve || <!--Wireless-->{{No|Intel 2200 bios locked}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->A31 A31p R31 R32 T30 || <!--Chipset-->830 || <!--IDE-->{{yes| }} || <!--SATA-->{{N/A| }} || <!--Gfx-->Ati Radeon 7500 or FireGL || <!--Audio-->{{yes|AC97 Intel with AD1881A codec}} || <!--USB-->{{yes| }} || <!--Ethernet-->{{yes| Intel Pro 100 ve}} || <!--Wireless-->{{No|Intel bios locked}} || <!--Test Distro-->[https://forums.lenovo.com/t5/Android-Ecosystem-Developers/AROS-An-operation-system-inside-Android/td-p/1441741 Icaros 1.5.2] || <!--Comments--> Also tested with Icaros 2.0.3. |- | Thinkpad X30 (2673) X31 (2884-xx2) X31t || i830 || {{yes}} || {{N/A}} || {{maybe|VESA only Radeon M6 Mobility}} || {{yes|AC97 - AD1981B codec}} || {{yes|USB 1.1}} || {{yes|Intel PRO 100}} || {{no|Cisco Aironet or Intel 2915 but atheros with bios hacking}} || Icaros 1.4 || sound bit distorted |- | <!--Name-->R51 || <!--Chipset-->855M || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Maybe|Intel 855M use VESA}} || <!--Audio-->intel AC97 with AD1981B codec || <!--USB--> || <!--Ethernet-->{{Yes|Intel 100 VE}} || <!--Wireless-->{{No|Intel PRO Wireless 2200BG bios locked}} || <!--Test Distro--> || <!--Comments--> |- | IBM Thinkpad T40 (2373) T41 T41p (2379) T42 T42p T43 T43p || Intel 8xx || {{partial|PIO}} || {{N/A}} || {{partial|ATI mobility 7500 9000 (VESA only)}} || {{yes|AC97 playback}} || {{yes|uhci 1.1 and ehci 2.0}} || {{no|e1000}} || {{Maybe|Intel 2200bg bios locked but possible AR5BMB-44 AR5212 FRU 39T0081 mini PCI}} || Icaros 1.2.4 || 2004 32bit 16v IBM plug - Centrino Needs ATA=nodma option - issues with the inner chip of the SMT BGA graphics chip |- | Thinkpad X32 || i855 || {{yes|40, 60 or 80GB 2.5" PATA HDD}} || {{N/A}} || {{maybe|VESA only ATI Mobility Radeon 7000 with 16MB}} || {{maybe| Intel AC'97 Audio with a AD1981B codec}} || {{yes|USB}} || {{no|Intel 1000}} || {{no|Intel 2200 but atheros with bios hacking}} || Icaros 2.1 || 2004 32bit - 12.1" TFT display with 1024x768 resolution; 256 or 512MB PC2700 memory standard (2GB max) |- | <!--Name-->Thinkpad X40 X40t by Quanta || <!--Chipset--> || <!--IDE--> || <!--SATA-->{{N/A}} || <!--Gfx-->{{maybe|Intel 800 (VESA only)}} || <!--Audio-->{{yes|AC97 AD1981B}} || <!--USB-->{{yes}} || <!--Ethernet-->{{no|Intel e1000}} || <!--Wireless-->{{Maybe|Intel but most atheros with bios hacking - difficult though}} || <!--Test Distro--> || <!--Comments-->2004 32bit last IBM design |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Thinkpad X41 MT 1864 1865 2525 2526 2527 2528 x41t MT 1866 1867 || <!--Chipset-->Intel with single core 1.5 1.6 and tablet 1.2GHz || <!--IDE-->{{yes}} || <!--SATA-->{{N/A}} || <!--Gfx-->{{Yes|Intel 915GML 2D}} || <!--Audio-->{{yes|AC97 AD1981B}} || <!--USB-->{{yes}} || <!--Ethernet-->{{no|Broadcom}} || <!--Wireless-->{{Maybe|Intel or MiniPCI Wi-Fi Atheros AR5BMB FRU 39T0081 but ordinary atheros 54meg needs risky bios hacking}} || <!--Test Distro--> || <!--Comments-->2005 32bit support [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5043&forum=26&post_id=61499#forumpost61499 some] amongst first Lenovo design |- | <!--Name-->R52 (most 18xx) || <!--Chipset-->Intel 915 || <!--IDE-->{{Yes}} || <!--SATA-->{{N/A}} || <!--Gfx-->{{Yes|Intel 915GML 2D}} || <!--Audio-->{{yes|AC97 AD1981B}} || <!--USB-->{{yes}} || <!--Ethernet-->{{no|Broadcom}} || <!--Wireless-->{{no|Broadcom}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->R52 1846, 1847, 1848, 1849, 1850, 1870 || <!--Chipset-->ATi 200m || <!--IDE-->{{Yes}} || <!--SATA-->{{N/A}} || <!--Gfx-->{{No|ATI}} || <!--Audio-->{{yes|AC97 AD1981B}} || <!--USB-->{{yes}} || <!--Ethernet-->{{no|Broadcom}} || <!--Wireless-->{{no|Broadcom}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Thinkpad T60 T60P without Middleton's or Zender BIOS || <!--Chipset-->*any* T60/p will take a Core 2 Duo CPU with newer BIOS || <!--IDE-->{{N/A}} || <!--SATA-->{{yes| }} || <!--Gfx-->Intel GMA (2D) The "p" has powerful graphics card (ATi V5200 or V5250) || <!--Audio-->{{no|HD Audio}} [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=4300&forum=24&post_id=37717#forumpost37717] || <!--USB-->{{yes}} || {{no|e1000e 82573L}} || <!--Wireless-->{{No|Intel ipw3945 ABG but atheros with bios hacking risky}} || Icaros 1.4 || <!--Comments-->2005 * 64bit model starting 6 or 8 is widescreen on T60/p, eg. 8742-CTO 15.4" widescreen 16:10 formats * 32bit model starting with 1 and 2 are standard 4:3 machines, like 2007-YM3 or 1952-CTO 14", 15" standard 4:3 |- | <!--Name-->X60 x60s x60t tablet || <!--Chipset-->945GMS 940GML || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{yes|Intel GMA (2D)}} || <!--Audio-->{{no|AD1981 HD Audio}} || <!--USB-->{{yes}} || <!--Ethernet-->{{no|Intel}} || <!--Wireless-->{{no|Intel 3945 ABG and atheros AR5BXB6 (54Mbit) with bios hacking}} || <!--Comments-->Icaros 1.4 || 2006 32bit - untested fru 39T5578 Atheros AR5BXB6 ar5007eg and ath5k AR5BXB72 (AR5008) ath9k - an Apple branded Atheros AR9820 (AR5BXB92) perhaps needs a zendered bios risky |- | <!--Name-->R60 R60e || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx-->intel 950 with optional radeon x1300 x1400 || <!--Audio-->HD Audio with 1981HD codec || <!--USB--> || <!--Ethernet-->Intel or Broadcom || <!--Wireless-->{{Maybe|Intel 3945 or atheros fru 39T5578 bios locked}} || <!--Test Distro--> || <!--Comments--> |- | Thinkpad T61 T61p without Middleton's or Zender BIOS || Core 2 Duo CPU T7300 || {{N/A}} || <!--SATA-->{{yes| }} || Intel GMA (2D), NVS 140m or Quadro FX 570M () || {{no|HD Audio}} [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=4300&forum=24&post_id=37717#forumpost37717] || <!--USB-->{{yes}} || {{no|e1000e 82573L}} || {{No|Intel but atheros with bios hacking risky}} || Icaros 1.6 || 2007 64bit |- | <!--Name-->X61 x61s X61T Tablet || <!--Chipset-->i965 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{yes|Intel GMA 3100 (2D)}} || <!--Audio-->{{no|AD1984 HD Audio}} || <!--USB-->{{yes|USB 2.0}} || <!--Ethernet-->82566DM || <!--Wireless-->{{maybe|Atheros AR5212 (some revisions use Intel WLAN runs very hot) bios locked}} || <!--Test Distro--> || 2007 64bit possible <!--Opinion-->[http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=6744&forum=24&post_id=64541#forumpost64541 some support] with ultrabook running very hot - |- | <!--Name-->R61 R61i || <!--Chipset-->Intel 965 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->intel 965 || <!--Audio-->HD Audio with conexant codec || <!--USB--> || <!--Ethernet-->Intel or Broadcom || <!--Wireless-->{{No|Intel 3945 bios locked}} || <!--Test Distro--> || <!--Comments--> |- | Lenovo 3000 N200 || <!--Chipset-->Santa Rosa || {{N/A}} || <!--SATA-->{{maybe| }} || {{yes|Geforce 7300 (2D)}} || {{yes|ALC262 HD Audio}} || <!--USB-->{{yes}} || {{no|Broadcom}} || {{no|Intel 3945 bios locked}} || Icaros 1.4 || 2007 64bit 3D graphics parts are supported but buggy. |- | Lenovo 3000 N200 / V200 || GM965 ICH9-M with Intel Mobile Core 2 Duo T5450 || {{N/A}} || <!--SATA-->{{maybe| }} || {{yes|X3100 (2D)}} || {{Maybe|HD Audio ALC269VB or CX20549}} || {{yes| }} || {{no|BCM5906M}} || {{no|Intel 3965 / 4965AGN bios locked}} || Icaros 1.4.1 2.1 || bits of laptop works |- | <!--Name-->X300 || <!--Chipset-->Core 2 Duo Merom SL7100 1.2GHz || <!--IDE-->{{N/A}} || <!--SATA-->1.8 inch || <!--Gfx-->Intel X3100 || <!--Audio-->HD Audio AD1984A || <!--USB--> || <!--Ethernet-->Intel || <!--Wireless-->{{No|Intel 4965 bios locked}} || <!--Test Distro--> || <!--Comments-->13.3" TFT 1440x900 (WXGA+) with LED backlight |- | <!--Name-->Thinkpad [http://x301.mcdonnelltech.com/ X301] || <!--Chipset-->Core 2 Duo Penryn SU9400 Su9600 with GM45 chipset || <!--IDE-->{{N/A}} || <!--SATA-->1.8 inch micro SATA (uSATA) || <!--Gfx-->Intel X4500 || <!--Audio-->AD1984A || <!--USB--> || <!--Ethernet-->Intel || <!--Wireless-->{{No|Intel 5xxx WiFi link 5100, 5150, 5300 and 5350 (WiMAX) bios locked}} || <!--Test Distro--> || <!--Comments-->2009 WXGA+ (1440×900) LED backlight display - 2774 or 4057 Alps and 2776 Synaptics touchpad - optical bay interface is Legacy IDE (PATA) - Addonics ADMS18SA, Lycom ST-170m |- | <!--Name-->[http://blog.maniac.nl/2010/11/06/thinkpad-edge-11-amd-nile-and-using-it-with-ubuntu-gnulinux/#comments Thinkpad Edge 11″ AMD K325] || <!--Chipset-->M880G || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{no|ATI HD4200}} || <!--Audio--> || <!--USB--> || <!--Ethernet-->RTL 8111 || <!--Wireless-->{{no|8192CE (Realtek 8176) bios locked}} || <!--Test Distro--> || <!--Comments-->little support |- | <!--Name-->X100e || <!--Chipset-->AMD Athlon Neo Single-Core (MV-40) and dual cores || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{Maybe|Vesa ATI HD3200}} || <!--Audio-->{{yes|HD Audio with CX20582 codec playback}} || <!--USB-->{{Maybe| }} || <!--Ethernet-->{{Yes|Realtek 8111}} || <!--Wireless-->{{no|Realtek r8192se bios locked}} || <!--Test Distro-->Icaros 2.1.1 || <!--Comments-->2009 64bit 20v some support - enter f1 setup f11 diagnostics f12 boot list - runs very warm - |- | <!--Name-->SL400 SL500 || Intel || {{N/A}} || {{Yes|IDE mode}} || {{Maybe|Nvidia 9400M}} || {{Maybe|ALC269}} || {{yes|USB 2.0}} || {{Maybe|RTL8169}} || {{Maybe| bios locked}} || || |- | <!--Name-->SL410 SL510 || 965 || {{N/A}} || {{maybe|IDE mode}} || {{yes|Intel GMA X4500M (some 2D)}} || {{yes|HD Audio with ALC269 codec - speaker and ear phones}} || {{yes|USB 2.0}} || {{yes|RTL8169}} || {{Maybe| bios locked}} || [http://www.amiga.org/forums/showpost.php?p=645774&postcount=28 Icaros 1.3] || SL-410 |- | <!--Name-->T400 ODM Wistron || <!--Chipset-->i || <!--IDE-->{{N/A}} || <!--SATA-->{{Yes|IDE in BIOS}} || <!--Gfx-->{{Maybe|Intel 4500MHD works limited 2d no 3d - optional switchable Nvidia or ATi HD3470 untested}} || <!--Audio-->{{Yes|HD Audio with Codec CX20561 (T400)}} || <!--USB--> || <!--Ethernet-->{{no|Intel e1000e}} || <!--Wireless-->{{No|Intel Wifi Link 5100 (AGN) half height card with FRU 43Y6493 or 5300 bios locked}} || <!--Test Distro--> || <!--Comments-->2009 64bit 20v lenovo plug - non-free firmware required iwlwifi |- | <!--Name-->T400s || <!--Chipset-->i || <!--IDE-->{{N/A}} || <!--SATA-->{{Yes|IDE in BIOS}} || <!--Gfx-->{{Maybe|Intel 4500MHD works limited 2d no 3d}} || <!--Audio-->{{Maybe|HD Audio with CX20585 (T400s) untested}} || <!--USB--> || <!--Ethernet-->{{no|Intel e1000e}} || <!--Wireless-->{{No|Intel Wifi Link 5100 (AGN) half height card with FRU 43Y6493 or 5300 bios locked}} || <!--Test Distro--> || <!--Comments-->non-free firmware required iwlwifi |- | <!--Name-->Lenovo T500 T510 || <!--Chipset-->i || <!--IDE-->{{N/A}} || <!--SATA-->{{Yes|IDE in BIOS}} || <!--Gfx-->{{maybe|switchable Intel / AMD HD 3640}} || <!--Audio-->{{maybe|Intel HD Audio with a CX20561 (t500) and CX20585 (T510) codec}} || <!--USB--> || <!--Ethernet-->{{no|Intel }} || <!--Wireless-->{{no|Intel or Lenovo branded unit Atheros AR5007EG AR5BHB63 bios locked}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->X200 ODM Wistron [http://itgen.blogspot.co.uk/2008/12/installing-arch-linux-on-lenovo.html X200s] and x200t tablet model without [http://fsfe.soup.io/post/590865884/the-unconventionals-blog-English-Flashing-Libreboot-on Risky flash of the Libreboot replaced BIOS] || <!--Chipset-->GM45 GS45 with slow Celeron, SU or faster SL Core 2 Duos CPUs || <!--IDE-->{{N/A}} || <!--SATA-->{{Yes|IDE in BIOS}} || <!--Gfx-->{{Yes|Intel GMA 4500 MHD 2D but slow software 3D tunnel 10 gearbox 8 tests}} || <!--Audio-->{{yes|Intel HD Audio with Conexant CX20561 codec playback}} || <!--USB-->{{{Yes|USB 2.0 USB SD card reads and writes}} || <!--Ethernet-->{{no|Intel 82567LM Gigabit}} || <!--Wireless-->{{no|Intel Pro 5100 5150 5300 5350 AGN due to whitelist prevention bios locked}} || <!--Test Distro-->Icaros 2.0.1 || <!--Comments-->2009 64bit 12.1" CCFL (webcam version) or LED backlit (no webcam). no support for 54mm express cards or Authentec 2810 fingerprint reader - thinkpoint only no trackpad - thinklight - |- | <!--Name-->Lenovo T410 T410s T410si || <!--Chipset-->qm57 with i5 m || <!--IDE-->{{N/A}} || <!--SATA-->{{Yes|IDE in BIOS}} || <!--Gfx-->{{maybe|use vesa Intel 5700MHD (Ironlake) core processor igp with optional Nvidia Quadro NVS 3100M}} || <!--Audio-->{{yes|HD Audio Conexant CX20585 codec playback}} || <!--USB-->{{Yes|2.0}} || <!--Ethernet-->{{no|Intel 82577lm gigabit}} || <!--Wireless-->{{no|Intel n 6200 or Atheros AR9280 AR5BHB92 half size minipcie detected bios locked}} || <!--Test Distro-->Icaros 2.2 xmas || <!--Comments-->battery life much lower with Nvidia graphics version - no support firewire ricoh r5c832 - ricoh sd card - series 5 3400 |- | <!--Name-->X201 X201s x201t || <!--Chipset-->QM57 Core i3 370m, i5 M520 2.4GHz or i7 620LM 2.0GHz || <!--IDE-->{{N/A}} || <!--SATA-->{{Yes|IDE in BIOS}} || <!--Gfx-->{{Maybe|vesa 2d on Intel GMA HD}} || <!--Audio-->{{yes|Intel HD with [https://ae.amigalife.org/index.php?topic=94.0 Conexant 20585] codec}} || <!--USB-->{{yes| }} || <!--Ethernet-->{{no|Intel}} || <!--Wireless-->{{No|bios locked}} || <!--Test Distro--> || <!--Comments-->2010 X201 arrandale power consumption limits battery life to 3-4 hours for 48Whr though to 6 on 72Whr - 12.5" WXGA |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->T420 type 4180 4236 t420s T520 4239 L520 || <!--Chipset-->i5 2540, 2520 or i7 2860QM 2620 || <!--IDE-->{{N/A}} || <!--SATA-->{{Yes|IDE in BIOS but not AHCI}} || <!--Gfx-->{{Maybe|Vesa 136 x 768 - Intel HD 3000 with optional NVS 4200M Nvidia optimus or Radeon HD 565v }} || <!--Audio-->{{Yes|HD Audio playback ear phones only with Conexant CX20672 codec - AHI 6.27}} || <!--USB-->{{Maybe| }} || <!--Ethernet-->{{No|Intel PRO 1000 82579LM}} || <!--Wireless-->{{No|Realtek 1x1, Intel Ultimate-N 6205 6250 2x2 6300 3x3 all bios locked}} || <!--Test Distro-->Icaros 2.2.2 || <!--Comments-->2011 64bit add noacpi to grub boot options - screen 1600x900 or 1366x768 - |- | <!--Name-->Thinkpad W520 || <!--Chipset--> || <!--IDE--> || <!--SATA-->{{Yes|IDE in BIOS}} || <!--Gfx-->Intel HD 3000 with nvidia quadro 1000m 2000m || <!--Audio-->Intel Hd with CX 20585 codec || <!--USB--> || <!--Ethernet-->Intel 82579 Lm || <!--Wireless-->Intel 6000s || <!--Test Distro--> || <!--Comments-->optimus issues with Nvidia Intel hybrids unless bumblebee switching - 15.6" TFT display with 1366x768 (HD), 1600x900 (HD+) or 1920x1080 (FHD) resolution with LED backlight |- | <!--Name-->X220 x220t || <!--Chipset-->QM67 express sandy bridge i5 2520M dual or i7 dual 2620M || <!--IDE-->{{N/A}} || <!--SATA-->{{Yes|IDE in BIOS but not AHCI}} || <!--Gfx-->{{Maybe|VESA 2D 1024 x 768 for Intel HD Graphics 3000}} || <!--Audio-->{{Yes|Intel HD playback with Conexant 20672 codec ear phones and speaker - AHI 6.27 6.34}} || <!--USB-->{{Yes|USB 2.0}} || <!--Ethernet-->{{No|Intel 82579LM}} || <!--Wireless-->{{No|Intel Centrino Advanced-N 6205 Wi-Fi bios locked}} || <!--Test Distro-->Icaros 2.3, Aros One USB 1.6 || <!--Comments-->2011 64bit possible - uses slimmer 7 mm storage sata devices - NEC USB 3.0 on i7's no support - unwanted trackpad gestures when palm rests on it - |- | <!--Name-->Thinkpad X120e, x121e Quanta FL8A DAFL8AMB8D0 Rev D || <!--Chipset-->Hudson M1 with AMD E350 || <!--IDE-->{{N/A}} || <!--SATA-->yes || <!--Gfx-->ATI 0x9802 (VESA only) || <!--Audio-->ATI SBx00 Azalia HD Audio || <!--USB-->USB 2.0 || <!--Ethernet-->RTL8169 RTL8111 || <!--Wireless-->{{no|Broadcom 0x0576 bios locked}} || <!--Test Distro--> || <!--Comments-->2011 64bit 11.6 inch screen - 1 inch think - chiclet keyboard |- | <!--Name-->Ideapad S205 G575 G585 || <!--Chipset-->E-350 later E-450 with A75 || <!--IDE--> || <!--SATA--> || <!--Gfx-->HD6310 || <!--Audio--> || <!--USB--> || <!--Ethernet-->{{No|Atheros}} || <!--Wireless-->{{No|Broadcom}} || <!--Test Distro--> || <!--Comments-->2011 64bit removeable and plug in battery - slow cpu |- | <!--Name-->Ideapad S206 || <!--Chipset-->AMD E300 1.3GHZ Dual || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio-->Intel HD Audio with CX20672 codec || <!--USB-->3.0 || <!--Ethernet-->Broadcom 10/100 || <!--Wireless-->Atheros AR9285 || <!--Test Distro--> || <!--Comments-->2012 64bit 11.6" and integrated battery - Conexant® |- | <!--Name-->Lenovo x130e or x131e edu || <!--Chipset-->AMD E-300 or E-450 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Radeon HD 6310 or 6320 || <!--Audio-->HD Audio Realtek ALC269VC / ALC3202 codec || <!--USB-->USB 30 and USB 20 || <!--Ethernet-->Realtek RTL8111 RTL8168B || <!--Wireless-->{{No|Realtek RTL8188CE or Broadcom BCM43228 bios locked}} || <!--Test Distro--> || <!--Comments-->2012 64bit rubber edged bumper for K12 education market |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Ideapad U310 U410 || <!--Chipset-->i5 3317 3rd gen || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel HD 4000 || <!--Audio--> || <!--USB--> || <!--Ethernet-->Realtek 8169 rtl810x || <!--Wireless-->Atheros 9k whitelist for wifi swap || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->T430 t430i T530 || <!--Chipset-->ivy bridge i5 3320 3230m on Intel QM77 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{Maybe|VESA 1366 x 768 for Intel HD 4000 with optional Nvidia 5400M}} || <!--Audio-->{{Yes|Intel HD with Realtek ALC3202 aka ALC269 codec playback ear phones - HDA 6.27}} || <!--USB-->{{Yes|USB 2 ports and usb2.0 devices thru usb 3.0 ports}} || <!--Ethernet-->{{No|Intel e1000}} || <!--Wireless-->{{no|Intel or Atheros AR9285 17aa / 30a1}} || <!--Test Distro-->Icaros 2.1.1 || <!--Comments-->2013 64bit fan noise and chiclet keyboard, synaptics trackpad - HD+ 1600x900 screen or normal 1366 x 768 - |- | <!--Name-->Thinkpad L430 L530 || <!--Chipset-->Intel HM series 7 chipset i5 3210M || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel HD 4000 || <!--Audio-->Intel HD with Realtek ALC269VC codec || <!--USB--> || <!--Ethernet-->Realtek 8169 rtl810x || <!--Wireless-->Intel 6205 || <!--Test Distro--> || <!--Comments-->2013 64bit alps trackpad |- | <!--Name-->Thinkpad W530 || <!--Chipset-->Intel HM series 7 chipset i5 3210M || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel HD 4000 with Nvidia GK107GLM Quadro K2000M || <!--Audio-->Intel HD with Realtek ALC3202 ALC269VC codec || <!--USB--> || <!--Ethernet-->Intel 82579LM || <!--Wireless-->Intel 6300 || <!--Test Distro--> || <!--Comments-->2013 64bit - ricoh sdxc slot - |- | <!--Name-->X230 x230t || <!--Chipset-->Intel QM67 express || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx--> || <!--Audio-->Intel HD with ALC269 aka ALC3202 || <!--USB--> || <!--Ethernet-->{{no|Intel }} || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2013 64bit |- | <!--Name-->Yoga S1 20CD 20c0 || <!--Chipset-->i5 4200U 4300, i7 4500U 4600U || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel 4400 || <!--Audio-->Intel HD Audio codec || <!--USB-->2 USB 3.0 || <!--Ethernet-->{{N/A}} || <!--Wireless-->Intel 7260 AC || <!--Test Distro--> || <!--Comments-->2013 12.5" 1366 x 768 to 1920 x 1080 IPS 400 nits touchscreen (Elan Microelectornics 0x04f3 0x0254) with Wacom 0x056a 0x00ec active digitizer pen - backlit keyboard - dock inline onelink - |- | <!--Name-->x140e E145 || <!--Chipset-->E1 2500 dual or A4 5000 apu quad BGA769 (FT3) || <!--IDE--> || <!--SATA--> || <!--Gfx-->Radeon 8260 or 8330 || <!--Audio-->Realtek ALC269VC aka ALC3202 codec || <!--USB--> || <!--Ethernet-->Realtek RTL8111F or Broadcom || <!--Wireless-->Realtek RTL8188CE 11b/g/n || <!--Test Distro--> || <!--Comments-->2014 64bit 11.6" 1366x768, non-glare and Broadcom bluetooth - education student market rugged model - both CPUs soldered - |- | <!--Name-->T440 t440s t440p T540 L440 L540 || <!--Chipset-->intel haswell 8 series Core i3 to i7 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{Maybe|VESA - Intel 4600 or Nvidia}} || <!--Audio-->Intel HD with Realtek ALC3232 alc269 codec || <!--USB-->2 usb 3.0 and 2 usb 2.0 || <!--Ethernet-->{{No|Intel}} || <!--Wireless-->{{No|Intel AC 7260}} || <!--Test Distro--> || <!--Comments-->2014 64bit - 14 and 15" models with glitchy trackpad and no physical buttons - IPS options available |- | <!--Name-->X240 x240t || <!--Chipset-->haswell || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx--> || <!--Audio-->Intel HD with Realtek ALC3232 || <!--USB--> || <!--Ethernet-->{{no|Intel }} || <!--Wireless-->{{no|Realtek }} || <!--Test Distro--> || <!--Comments-->2014 |- | <!--Name-->T450 T450s t450p T550 L550 || <!--Chipset-->Intel i5 4300U i3 5010U i5 5200U 5300U i7 5500U 5600U soldered || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel HD 5500 5600 with optional nvidia 940M see bottom of case || <!--Audio-->Intel HD Audio with ALC3232 codec || <!--USB-->{{no|3 USB 3.0}} || <!--Ethernet-->Intel || <!--Wireless-->Intel Wireless AC 7265 || <!--Test Distro--> || <!--Comments-->2015 64bit 14" 1366 x 768, 1600 x 900 or IPS 1920x1080 - Broadwell - |- | <!--Name-->x250 x250t || <!--Chipset-->i3 5010U i5 5200U 5300U i7 5600U || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel || <!--Audio-->HD Audio with Realtek ALC3232 codec / Intel HDMI || <!--USB-->{{no|3 USB 3.0}} || <!--Ethernet-->Intel I218 extension port || <!--Wireless-->Intel AC 7265 || <!--Test Distro--> || <!--Comments-->2015 64bit - 1366 x 768, 1920 × 1080 12.5" screen - partly boots from usb but stops waiting for usb - Fn and F1 for setup bios - F12 boot options - uefi issues - |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->T460 T460s T460p T560 L560 || <!--Chipset-->i5 6200U i7 6600U || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel with Nvidia GeForce 940MX optimus || <!--Audio-->HD Audio with || <!--USB-->{{No|Gen 3}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2016 64bit 14 and 15" models - |- | <!--Name-->x260 x260t || <!--Chipset-->Intel Sky Lake i5 i7 6500U || <!--IDE--> || <!--SATA--> || <!--Gfx-->HD Graphics 520 (Skylake GT2) || <!--Audio-->Intel Sunrise Point-LP HD Audio (rev 21) with Realtek codec || <!--USB-->{{no|3 USB 3.0}} || <!--Ethernet-->Intel I219-V || <!--Wireless-->Intel 8260AC AC || <!--Test Distro--> || <!--Comments-->12.5" 1920x1080 (FHD) matte IPS - 16GB DDR4 (2133) - |- | <!--Name-->T470 T470t || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->x270 x270t || <!--Chipset-->i5 i7 kaby lake || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel HD 620 || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->X1 Carbon Gen 5 || <!--Chipset-->i5 7200U 7300U i7 7500U 7600U with vPro 7th gen || <!--IDE-->{{N/A}} || <!--SATA-->M.2 SSD 128GB on PCIe || <!--Gfx-->Intel HD 620 || <!--Audio-->HD Audio with Conexant® CX11871 codec || <!--USB-->{{No|2 USB-C 3.1 gen 2}} || <!--Ethernet-->Intel l219 extension port || <!--Wireless-->Intel AC 8265 || <!--Test Distro--> || <!--Comments-->2017 64 bit - very little direct support - 14" FHD 1920 x 1080 or 14” WQHD 2560 x 1440, anti-glare, 300 nits, 700:1 contrast ratio, IPS - Webcam HD 720p fixed focus - |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->T480 T480t || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->x280 x280t || <!--Chipset-->i5 i7 kaby || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel HD 6x0 || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->T490 T490t || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->x390 || <!--Chipset-->i5 i7 whisky lake || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel HD UHD 620 || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless-->Intel 9560 AC soldered || <!--Test Distro--> || <!--Comments-->13.3 1388 x 768 TN or IPS - |- | <!--Name-->IdeaPad L340 81LW001CUS PC IdeaPad S540-14API || <!--Chipset-->AMD Ryzen 5 3500U || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->AMD Vega 8 || <!--Audio-->HD Audio || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless-->RTL8822BE AC (1×1) || <!--Test Distro--> || <!--Comments-->2018 |- | <!--Name-->IdeaPad 5 15 14 || <!--Chipset-->AMD 4500u 4700u || <!--IDE-->{{N/A}} || <!--SATA-->NVMe || <!--Gfx-->Vega || <!--Audio--> || <!--USB-->{{No|USB 3.1 gen 1}} || <!--Ethernet-->{{N/A}} || <!--Wireless-->Intel ax200 wifi 6 || <!--Test Distro--> || <!--Comments-->2020 64bit 15 inch mid srgb display |- | <!--Name-->Flex 5 14 2 in 1 || <!--Chipset-->AMD R5 4500u || <!--IDE-->{{N/A}} || <!--SATA-->M.2 NVMe ssd || <!--Gfx-->AMD Vega || <!--Audio--> || <!--USB-->{{No|USB3.1 gen 1}} || <!--Ethernet-->{{N/A}} || <!--Wireless-->socket realtek ac wifi || <!--Test Distro--> || <!--Comments-->2020 64bit abs plastic case 14in 1080p touch low nits - possible wacom esr note taking pen supplied - ram soldered DDR4 - |- | <!--Name-->Lenovo ThinkBook 13S || <!--Chipset-->6800u 2.7GHz 6600U || <!--IDE-->{{N/A}} || <!--SATA-->{{No|NVMe}} || <!--Gfx-->{{Maybe|Vesa 2d 680M RNDA2}} || <!--Audio--> || <!--USB-->{{No|USB4}} || <!--Ethernet-->{{N/A}} || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2022 64bit 13in most components soldered down |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ====Samsung==== [[#top|...to the top]] {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->NP-Q1 Q1 || <!--Chipset-->Celeron-M 353 ULV 600Mhz || <!--IDE-->{{Yes|1.8" SFF HDD 20 / 60 GB }} || <!--SATA-->{{N/A}} || <!--Gfx-->{{Yes|GMA 915 2D and 3D opengl1 tunnel 95 gearbox 68}} || <!--Audio-->{{Yes|HD Audio with codec - head phones only}} || <!--USB-->{{Yes}} || <!--Ethernet-->{{No|Marvell}} || <!--Wireless-->{{Yes|Atheros 5006EX}} || <!--Test Distro-->Icaros 2.1 || <!--Comments-->2005 32bit old style tablet UltraMobile PC UMPC - Wacom serial resistive pen or finger no support - 1 sodimm ddr2 max 1Gb - LCD 7" WVGA (800 x 480) - CompactFlash port Type II - |- | <!--Name-->NP Q1U Ultra Mobile PC UMPC Q1F NP-Q1-F000 || <!--Chipset-->Intel A100 600 / A110 Stealey 800 MHz CPU || <!--IDE-->{{Yes}} || <!--SATA-->{{N/A}} || <!--Gfx-->{{Maybe|GMA 950 2D and 3D opengl1}} || <!--Audio-->{{No|HD Audio 1986}} || <!--USB--> || <!--Ethernet-->Intel || <!--Wireless-->{{Maybe|Atheros 5006EX}} || <!--Test Distro-->Icaros 2.1 || <!--Comments-->2006 32bit 1024×600 - sd card slot - |- | <!--Name-->NP P500 family P500Y || <!--Chipset-->AMD with SB600 || <!--IDE-->{{N/A| }} || <!--SATA-->{{Yes| }} || <!--Gfx-->{{Maybe|use VESA Ati x1250}} || <!--Audio-->{{Yes| Audio with codec }} || <!--USB--> || <!--Ethernet-->{{No|Marvell 88E8039 yukon}} || <!--Wireless-->{{yes|Atheros G}} || <!--Test Distro-->Icaros 2.1.2 || <!--Comments-->64bit possible - 15.4 tft display - cheap plastic okay build - 19v propriety end - |- | <!--Name-->R505 R510 || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless-->Atheros G || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->R520 R522 R610H R620 || <!--Chipset-->Intel Mobile Core i3 Intel PM45 82801M ICH9-M|| <!--IDE--> || <!--SATA--> || <!--Gfx-->ATI Mobility Radeon HD 4650 (RV730) || <!--Audio-->Intel HD Audio with Realtek ALC272 || <!--USB--> || <!--Ethernet-->Marvell Yukon 88E8057 || <!--Wireless-->Atheros AR5007EG || <!--Test Distro--> || <!--Comments-->2010 64 bit possible |- | NP-R530 || || {{N/A}} || {{partial|IDE mode}} || {{yes|Intel GMA (2D)}} || {{partial|HD Audio playback}} || {{yes|USB 2.0}} || {{no|Marvell}} || {{no|Atheros AR9285}} || Icaros 1.5.2 || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->[http://www.notebookcheck.net/Review-Samsung-305U1A-A01DE-Subnotebook.68246.0.html Series 3 Samsung 305u1a] || <!--Chipset-->AMD E350 or E450 || <!--IDE--> || <!--SATA--> || <!--Gfx-->AMD Radeon 6320 || <!--Audio-->ALC ACL 269 || <!--USB--> || <!--Ethernet-->Realtek 8111 8169 || <!--Wireless-->Broadcom 4313 || <!--Comments-->2011 64bit |- | <!--Name-->NP-RV415 NP-RV515 || <!--Chipset-->E350 or E450 plus A50M chipset || <!--IDE--> || <!--SATA--> || <!--Gfx-->AMD Radeon HD 6470 || <!--Audio-->HD Audio Realtek || <!--USB--> || <!--Ethernet-->Realtek RTL8111 8168B || <!--Wireless-->Atheros AR9285 || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ====Sony==== [[#top|...to the top]] <pre> VAIO = Video Audio Integrated Operation and later as Visual Audio Intelligent Organizer (2008) VPC = VAIO PC VGN = </pre> 2014 Sony looks to sell off to another company their laptop lines and PC Vaio divisions as sales decline {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name-->Sony C1 VN XS MZX MHP - U Series PCG-U3 || <!--Chipset-->TM5800 or PII 400Mhz mobile || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio-->{{No| }} || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->Picturebook series Transmeta Crusoe used swivel camera - |- | <!--Name-->Z505LE Z505JE || <!--Chipset-->P3 || <!--IDE--> || <!--SATA-->n/a || <!--Gfx-->Rage Mobility M1 AGP mach64 || <!--Audio-->no Yamaha DS-XG PCI YMF744 || <!--USB--> || <!--Ethernet-->Intel 8255x based PCI e100 || <!--Wireless-->n/a || <!--Test Distro--> || <!--Comments-->parent company of the Sony Group through its five operating segments — electronics (Sony Corp), games, entertainment (motion pictures Columbia and music), financial services and other |- | <!--Name-->Vaio PCG - FX201/FX202 FX210/FX215 FX401/FX402 FX404/FX405 972M, FX501/FX502 FX504/FX505, FX601/FX602, FX604/FX605 FXA53(US), FX701/FX702, FX704/FX705, FX801/FX802 FX804/FX805 [http://www.litzinger.com/fxa32.html PCG-FXA32], FXA33, FXA35/D, FXA36, FXA47, FXA48, FXA49, FXA59 || <!--Chipset-->[http://gaugusch.at/vaio/ FX] [http://tech.dir.groups.yahoo.com/group/FX210/ Sony Yahoo Group] VIA KT133A KM133 Duron 800Mhz Athlon 1.3Ghz || <!--IDE-->{{partial|boot issue with latest 2013 kernel VIA [rev 06]}} || <!--SATA-->{{N/A}} || <!--Gfx-->{{partial|ATI Rage Mobility Pro (VESA only)}} || <!--Audio-->{{Yes|VIA AC97 686b [rev 50] AD1881A Ear phone and Mic}} || <!--USB-->{{Maybe|UHCI [rev 1a]}} || <!--Ethernet-->{{Yes|RTL 8139}} || <!--Wireless-->{{N/A}} || <!--Comments-->Nightly 1st March 2013 || <!--Comments-->booting usb pendrive from Plop Boot Loader floppy (no bios USB boot). Can freeze ocassionally hardware issue or a ram slot problem - no support for iLink firewire VT8363/8365 pci - vt82c686b |- | <!--Name-->Vaio PCG FX100 R505LE || <!--Chipset-->Intel i815 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Use VESA Intel 82815 CGC || <!--Audio-->Intel ICH AC97 with ADI AD1881A codec || <!--USB--> || <!--Ethernet-->Intel e100 || <!--Wireless-->{{N/A}} || <!--Test Distro--> || <!--Comments-->PCG-FX105 FX105K PCG-FX108 FX108K PCG-FX109 FX109K FX200 FX203/FX203K FX205 FX205K FX209 FX209K FX220 [http://juljas.net/linux/vaiofx240/ FX240] FX250 FX270 FX290 FX301 FX302 FX340 FX370 FX390 FX403 FX503 FX950 |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | [http://www.trustedreviews.com/laptops/review/2004/06/03/Sony-VAIO-VGN-X505VP-Ultra-Slim-Notebook/p1 VAIO VGN X505VP] || Pentium M ULV and Intel 855GM || {{yes}} || {{N/A}} || {{maybe|Intel 855 (VESA only)}} || {{yes|AC97}} || {{yes|USB}} || {{yes|Intel PRO 100 VE}} || {{N/A}} || || 32 bit some support 2004 0.38 inches at its thinnest point - first laptop to feature a "chiclet" keyboard resemble Chiclets gum - |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Vaio VGN UX1XN UMPC || <!--Chipset-->Core Solo U1500 1.33GHz with 945GM chipset || <!--IDE-->1.8 inch ZIF || <!--SATA-->{{N/A}} || <!--Gfx-->Intel 945GMS || <!--Audio-->HD Audio with Realtek codec || <!--USB--> || <!--Ethernet-->Marvell Yukon 8036 || <!--Wireless-->Intel 3945 || <!--Test Distro--> || <!--Comments-->32bit only - 4.5 inch screen ultra mobile PC |- | <!--Name-->E Series VPC EB11 FX/T EB15 FM/T || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->consumer grade |- | Vaio VGN SR29VN || Intel ICH9 || {{N/A}} || {{maybe|IDE legacy}} || {{partial|ATI HD 3400 (VESA only)}} || {{partial|HD Audio (too quiet)}} || {{yes|USB1.1 and USB2.0}} || {{no|Marvell 8040}} || {{no|Intel 5100}} || Icaros 1.5 || |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->YB Series || <!--Chipset-->E 350 AMD dual core || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx--> || <!--Audio-->HD Audio Conexant CX20584 || <!--USB--> || <!--Ethernet--> || <!--Wireless-->Atheros AR5B97 || <!--Test Distro--> || <!--Comments-->15.5" VAIO VPC YB13KXP EL1E1E/B vpcel1e1e |- | <!--Name-->Sony Vaio VPC || <!--Chipset-->AMD E450 || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->11.6" - EL2S1E YB3V1E YB3V1E/S YB3V1E/S YB3V1E/G |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ====Toshiba==== [[#top|...to the top]] Order of Build Quality (Lowest to highest) <pre > Equium Satellite (Pro) Libretto Portege Tecra </pre > {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | Tecra 8100 8200 9000 || 440BX || {{yes|IDE}} || {{N/A}} || {{maybe|S3 Savage MX 3D (VESA only)}} || {{no|Yamaha DS-XG ymf744 ymf-754}} || {{yes|USB1.1 only}} || {{N/A}} || {{N/A}} || Icaros 1.5 || little support |- | <!--Name-->Tecra 9100 || <!--Chipset-->810 || <!--IDE-->{{Yes}} || <!--SATA-->{{N/A}} || <!--Gfx-->{{maybe|S3 Savage IX}} || <!--Audio-->{{no|ymf754}} || <!--USB-->USB 1.1 || <!--Ethernet-->eeee pro100 || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | [http://tuxmobil.org/toshiba_sp4600.html Satellite Pro 4600] || i810 || IDE || {{N/A}} || {{maybe|Trident Cyber Blade XP (VESA only)}} || {{no|YAMAHA DS-XG AC97 ymf754}} || {{yes|USB}} || {{yes|Intel e100}} || {{no|Agere (internal PCMCIA)}} || || little support |- | Satellite 2805 S603 || Intel 815 || {{yes|IDE}} || {{N/A}} || {{maybe|nVidia GeForce2 Go}} || {{no|Yamaha Corp YMF 754}} || {{yes|USB}} || {{yes|Intel PRO/100}} || {{dunno}} || || little support |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Satellite A10 S167 S1291 - A15 A20 A25 || <!--Chipset-->P4M || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel 852GM or Radeon || <!--Audio--> || <!--USB--> || <!--Ethernet-->RTL 8139 || <!--Wireless-->{{Maybe|Intel 2100, Agere or Atheros PA3399U 1MPC minipci}} || <!--Test Distro--> || <!--Comments-->a few models came with antenna leads |- | Satellite [http://eu.computers.toshiba-europe.com/innovation/jsp/SUPPORTSECTION/discontinuedProductPage.do?service=EU&com.broadvision.session.new=Yes&PRODUCT_ID=76230 A30-714] || P4-M / 82845 i845 || {{yes|82801}} || {{N/A}} || {{maybe|VESA}} || {{yes|AC97}} || {{yes}} || {{yes|RTL8139}} || {{N/A}} || Icaros 1.2.4 || nice laptop, drawbacks: heavy, really hot (P4-3.06 GHz!!) - A30 (EU) A33 (Australian) A35 (USA) - |- | <!--Name-->Satellite A40 A45 || <!--Chipset-->P4M or Celeron M with Intel 845 865 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel 852GME or Radeon 7000 Mobility || <!--Audio-->AC97 Realtek || <!--USB-->USB2.0 || <!--Ethernet--> || <!--Wireless-->Atheros 5002G 5004G - PA3299U mini pci || <!--Test Distro--> || <!--Comments-->2003 32bit - A40 S161 A40-S1611 A40-2701, A45-S120 A45-S1201 S130 S1301 S1501 - |- | <!--Name-->Satellite a50 A55 a60-s156 Equium A60 PSA67E A65 || <!--Chipset-->P4M or Celeron M with Intel 845 865 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel 852GME or Radeon 7000 Mobility || <!--Audio-->AC97 Realtek || <!--USB-->USB2.0 || <!--Ethernet--> || <!--Wireless-->Atheros 5002G 5004G - PA3299U mini-pci || <!--Test Distro--> || <!--Comments-->2003 32bit - |- | <!--Name-->Satellite A70 A75-S206 A80 A85-S107 || <!--Chipset-->P4M or Celeron-M with Intel 845 865 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel 852GME or Radeon 7000 Mobility || <!--Audio-->AC97 Realtek || <!--USB-->USB2.0 || <!--Ethernet--> || <!--Wireless-->Atheros 5002G 5004G - PA3299U mini-pci || <!--Test Distro-->Icaros 1.5.1 || <!--Comments-->2003 32bit - |- | Toshiba Satellite Pro M30 || intel 855 || {{yes|boots with ATA=nodma option}} || {{N/A}} || {{maybe|VESA}} || {{yes|AC97}} || {{yes|USB2.0}} || {{yes|Intel PRO/100 VE}} || {{dunno}} || Icaros 1.5 || nice laptop with some support |- | <!--Name-->Portege M300 - M200 tablet || <!--Chipset-->855GM with 1.2GHz Pentium M 753 || <!--IDE-->{{yes}} || <!--SATA-->{{N/A}} || <!--Gfx-->{{maybe|VESA 2d only - tablet with nvidia 5200 go}} || <!--Audio-->{{no|AC97 STAC 9750}} || <!--USB-->{{yes}} || <!--Ethernet-->{{yes|Intel PRO 100}} || <!--Wireless-->{{no|Intel PRO Wireless 2200BG}} || <!--Test Distro--> || <!--Comments-->little support |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Satellite Pro L20 || <!--Chipset-->915GML || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Maybe|use VESA}} || <!--Audio-->{{No|[https://forums.gentoo.org/viewtopic-t-490297-start-0.html ALC861 routes audio]}} || <!--USB--> || <!--Ethernet-->Realtek 8139 || <!--Wireless-->Atheros || <!--Test Distro-->Icaros 2.1.1 || <!--Comments-->100 101 120 121 180 181 182 183 - |- | <!--Name-->Tecra A5 || <!--Chipset-->910GML || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel GMA 915GMS 910GML || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Portege R100 R200 || <!--Chipset-->915GMS || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless-->Atheros ar5005gs - askey AR5BMB5 - PA3416U || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Tecra M3 || <!--Chipset-->915GM with || <!--IDE--> || <!--SATA--> || <!--Gfx-->Nvidia TE 6200 6600 128MB || <!--Audio--> AC97 STAC9750 || <!--USB--> || <!--Ethernet-->Marvell 88E8053 || <!--Wireless-->Intel 2200BG || <!--Test Distro--> || <!--Comments-->Dark screen issues |- | <!--Name-->Satellite Pro L20 267 (PSL2YE PSL2XE) PSL25E L30 || <!--Chipset-->Celeron M 370 1.5GHz with RC410M SB400 || <!--IDE-->{{Yes| }} || <!--SATA-->{{N/A|}} || <!--Gfx-->{{Maybe|use VESA - Ati x200}} || <!--Audio-->{{No|[https://forums.gentoo.org/viewtopic-t-490297-start-0.html ALC861]}} || <!--USB-->{{Maybe|Boots usb sticks}} || <!--Ethernet-->Realtek 8139 || <!--Wireless-->{{No|Atheros maybe not working with ATi chipset}} || <!--Test Distro-->Icaros 2.1.1 || <!--Comments-->2004 32bit 14" pioneer dvd-rw - |- | <!--Name-->Satellite L30 PSL30E L33 PSL33E || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel 800 or ATi RC410 x200 || <!--Audio-->AC97 AD1981B or HD Audio ALC861 || <!--USB--> || <!--Ethernet-->realtek 8139 || <!--Wireless-->Atheros or Intel || <!--Test Distro--> || <!--Comments-->L30 PSL30L 101 PSL33E 113 115 134 00M019 - |- | Satellite Pro M40 || AMD with Ati || {{yes|boots with ATA=nodma option}} || {{N/A}} || {{maybe|VESA}} || {{yes|AC97}} || {{yes|USB2.0}} || {{yes|}} || {{dunno}} || || nice laptop with some support |- | <!--Name-->Satellite L40 PSL40E PSL40L PSL43E || <!--Chipset-->945GM with U7700 1.3GHz ULV || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel 945 || <!--Audio-->{{No|Intel HD with AD1986A codec}} || <!--USB-->2 USB2.0 || <!--Ethernet-->realtek 8139 || <!--Wireless-->Atheros AR24xx Askey || <!--Test Distro-->Icaros 2.0.3 || <!--Comments-->32bit only - 12X 13G 139 14B 143 15J 19O - |- | <!--Name-->Satellite L45 PSL40U S7409 S2416 || <!--Chipset-->945GM with Celeron M 440 1.86 GHz || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel 945 || <!--Audio-->{{No|Intel HD with AD1986A codec}} || <!--USB-->2 USB2.0 || <!--Ethernet-->realtek 8139 || <!--Wireless-->Atheros AR24xx Askey || <!--Test Distro-->Icaros 2.0.3 || <!--Comments-->32bit only - |- | <!--Name-->Portege M400 tablet || <!--Chipset-->945 12.1 inch || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel 950 || <!--Audio-->Intel HD with STAC9200 codec || <!--USB-->2 usb 2.0 || <!--Ethernet-->Intel gigabit || <!--Wireless-->Intel 3945ABG || <!--Test Distro--> || <!--Comments-->32bit mostly - Core Duo T2400 / T4200 1.83Ghz or Intel Core Solo T1300 @ 1.66 GHz with later models having Core 2 Duo T5500 1.66Ghz |- | <!--Name-->Tecra M5 || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx-->GMA950 or Nvidia Quadro NVS 110M or Radeon X1400 || <!--Audio--> || <!--USB--> || <!--Ethernet-->Intel 82573L e1000e || <!--Wireless-->Intel 3945 || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Tecra A6 A7 || <!--Chipset-->GM945 || <!--IDE--> || <!--SATA--> || <!--Gfx-->GMA 950 or Radeon X1400 or X1600 (M56P) or Nvidia Quadro NVS 300M || <!--Audio-->{{No|HD Audio Realtek ALC861}} || <!--USB--> || <!--Ethernet-->Intel 82573L e1000e || <!--Wireless-->{{No|Intel 3945abg}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Tecra A8 PTA82e PTA83E || <!--Chipset-->945GM || <!--IDE--> || <!--SATA--> || <!--Gfx-->GMA 950 || <!--Audio-->HD Audio Realtek ALC262 || <!--USB--> || <!--Ethernet-->e1000 || <!--Wireless-->{{No|Intel 3945abg}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Satellite Pro A100 || <!--Chipset-->940G || <!--IDE--> || <!--SATA--> || <!--Gfx-->Nvidia G72M Quadro NVS 110M GeForce Go 7300 / Ati (PSAA3E)|| <!--Audio-->HD Audio with ALC861 codec || <!--USB--> || <!--Ethernet-->Intel 100 || <!--Wireless-->Intel 3945 swap with atheros || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Satellite A110 159 (PSAB0), Equium A110 (PSAB2E), Satellite A110 233 (PSAB6), || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio-->ALC861 || <!--USB--> || <!--Ethernet-->Realtek 8136 || <!--Wireless-->Atheros || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Satellite Pro A120 PSAC0 PSAC1 PSAC1E || <!--Chipset-->Core Solo GMA 950 to T2300 || <!--IDE--> || <!--SATA--> || <!--Gfx-->GMA 945 || <!--Audio-->ALC262 or AC97 AD1981B || <!--USB-->UHCI EHCI || <!--Ethernet--> || <!--Wireless-->Atheros Ar5001 or Intel or Broadcom || <!--Test Distro--> || <!--Comments-->15V 4A charger - |- | <!--Name-->Satellite Pro A120 || <!--Chipset-->Core Duo ATi RS480 + SB450 || <!--IDE--> || <!--SATA--> || <!--Gfx-->use VESA - ATI RC410 Radeon Xpress 200M || <!--Audio-->ALC262 || <!--USB-->OCHI UHCI || <!--Ethernet-->RTL 8139 || <!--Wireless-->Intel 3945 or Atheros Ar5001 || <!--Test Distro--> || <!--Comments-->15v 5a proprietary charger needed |- | <!--Name-->Satelite A130 PSAD6U || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet-->Realtek 8101E || <!--Wireless-->Atheros or Intel || <!--Test Distro--> || <!--Comments-->ST1311 s1311 ST1312 S2276 S2386 - |- | <!--Name-->Satellite A135 S2686 (Compal LA 3391P) || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet-->Realtek 8101E || <!--Wireless-->Atheros or Intel || <!--Test Distro--> || <!--Comments-->S2246 S2346 S2256 S4477 S4666 S4827 - |- | <!--Name-->Satellite A200 PSAE1E (Inventec MW10M) || <!--Chipset-->Pentium M with 945GM Express || <!--IDE--> {{N/A}}|| <!--SATA--> {{Maybe|SATA}}|| <!--Gfx--> {{Yes|Intel GMA 950 (2D and 3D)}}|| <!--Audio--> {{Yes|HD Audio ALC862}}|| <!--USB--> {{Yes| }}|| <!--Ethernet--> {{yes|RTL8101E}}|| <!--Wireless--> {{yes|Atheros 5000 - FN,F5 or FN,F8 or switch}} || <!--Test Distro--> AspireOS 1.8 || <!--Comments-->2006 Excellent 32 bit support! - Celeron M 520 1.6Ghz or Pentium® Core Duo T2130 1.86 GHz - make sure that your WLAN card is enabled, do this using the hardware switch and FN+F8 key combination |- | <!--Name--> A210, Satellite A215 AMD (Inventec 10A) S5808 || <!--Chipset--> Ati with SB690 || <!--IDE--> {{N/A}}|| <!--SATA-->{{Maybe|SATA}}|| <!--Gfx-->{{Maybe|use VESA HD2600 Mobility M76}} || <!--Audio-->HD Audio ALC268 || <!--USB--> {{Yes| }}|| <!--Ethernet-->{{yes|RTL8101E}}|| <!--Wireless--> {{yes|Atheros 5000}}|| <!--Test Distro--> AspireOS 1.8 || <!--Comments-->A215-S7422 A215-S7472 A215-S4697 (USA) - |- | <!--Name--> [http://www.amiga.org/forums/showthread.php?t=62036 A215 S4757] || <!--Chipset--> Ati X1200 with SB600 || <!--IDE--> {{N/A}}|| <!--SATA-->{{Maybe|SATA}}|| <!--Gfx-->{{Maybe}} || <!--Audio-->HD Audio || <!--USB--> {{Yes| }}|| <!--Ethernet-->{{yes|RTL8101E}}|| <!--Wireless--> {{yes|Atheros 5000}}|| <!--Test Distro--> AspireOS 1.8 || <!--Comments--> |- | <!--Name--> Tecra A10 || <!--Chipset--> || <!--IDE--> {{N/A}} || <!--SATA--> {{Maybe|IDE mode}} || <!--Gfx--> {{Yes|Intel GMA 4500M (2D)}} || <!--Audio--> {{Yes|HD Audio}} || <!--USB--> {{Yes|USB 2.0}} || <!--Ethernet-->{{No|Intel PRO 1000}} || <!--Wireless-->{{No|Intel WiFi Link 5100}} || <!--Test Distro--> || <!--Comments-->64 bit possible |- | <!--Name-->L35 - L40 PSL48E - L45 S7423 || <!--Chipset-->GL960 with Intel Celeron || <!--IDE-->{{N/A}} || <!--SATA-->{{Maybe| }} || <!--Gfx-->{{Yes|X3100 some 2D but software 3d tunnel 9 gearbox 4}} || <!--Audio-->{{Yes|HD Audio with ALC660 codec playback}} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{Yes|REALTEK 8139}} || <!--Wireless-->{{No|Realtek 8187b replace with Atheros 5k}} || <!--Test Distro-->Icaros 2.1.2 || <!--Comments-->1,73Ghz M 520 or M 540 or Dual T2310 (1.46 GHz) T2330 (1.6 GHz) - 14H 14N 15B 17H 17K 17R 17S 18Z - |- | <!--Name-->P305 || <!--Chipset-->965 || <!--IDE--> || <!--SATA--> || <!--Gfx-->ATi HD 3650 || <!--Audio-->RV635 HDMI Audio [Radeon HD 3600 Series] || <!--USB--> || <!--Ethernet-->Marvell 88E8040 || <!--Wireless-->Intel3945 ABG [Golan] || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Satellite a300 - inventec potomac 10s pt10s A300D 21H || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx-->ATI Mobility Radeon HD 3650 || <!--Audio-->HD Audio - Realtek || <!--USB--> || <!--Ethernet-->Realtek 8102E || <!--Wireless-->Atheros 5005 || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->satellite l300 l300d l305 (inventec ps10s) || <!--Chipset-->AMD Turion RM70 + || <!--IDE--> || <!--SATA--> || <!--Gfx-->Radeon 3100 || <!--Audio-->HD Audio with Realtek ALC268 || <!--USB--> || <!--Ethernet-->Realtek || <!--Wireless-->Atheros G XB63L or Intel or Realtek || <!--Test Distro--> || <!--Comments--> |- | Toshiba Satellite R630 Portege R700 || i5-450M || {{N/A}} || SATA || Intel GMA (2D) || {{dunno}} || {{yes|USB}} || {{no|Intel 82577LC Gigabit}} || {{no|Broadcom BCM4313}} || || 1 hr battery life - Ricoh e822 SD host no |- | <!--Name-->Satellite L450 12 13 14 || <!--Chipset-->AMD Sempron, 2.1GHz with AMD RS780M || <!--IDE--> || <!--SATA--> || <!--Gfx-->Radeon HD 3200 (based on HD 2400) || <!--Audio--> || <!--USB--> || <!--Ethernet-->Realtek RTL8101E RTL8102E || <!--Wireless-->Realtek 8172 || <!--Test Distro--> || <!--Comments-->12X 13P 13X 14V PSLY6E00C006EN |- | <!--Name-->Satellite Pro L450 (Compal LA-5821P) 179 || <!--Chipset-->intel celeron 900 2.20 Ghz || <!--IDE--> || <!--SATA--> || <!--Gfx-->intel 4500m || <!--Audio-->HD Audio with codec || <!--USB--> || <!--Ethernet-->RTL8101 /2 /6E PCI Express Gigabit || <!--Wireless-->RTL8191 SEvB || <!--Test Distro--> || <!--Comments-->39.6cm (15.6”) Toshiba TruBrite® HD TFT High Brightness display with 16:9 aspect ratio internal resolution 1366 x 768 |- | <!--Name-->satellite l350d || <!--Chipset-->AMD Athlon (tm) X2 QL-60 + RS780M || <!--IDE--> || <!--SATA--> || <!--Gfx-->Radeon HD 3100 || <!--Audio-->HD Audio with Realtek || <!--USB--> || <!--Ethernet-->Realtek || <!--Wireless-->Realtek 8187b || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->L755D (E-350) L750D (E-450) || <!--Chipset-->AMD || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Radeon HD 6310 6320 || <!--Audio-->AMD HD Audio conexant codec || <!--USB--> || <!--Ethernet--> || <!--Wireless-->Realtek || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Satellite Pro SP C640 C660D C670D || <!--Chipset-->AMD E350 || <!--IDE--> || <!--SATA--> || <!--Gfx-->6310G || <!--Audio-->HD Realtek ALC259 || <!--USB--> || <!--Ethernet-->Realtek || <!--Wireless-->Broadcom || <!--Test Distro--> || <!--Comments-->2011 zacate |- |<!--Name-->Toshiba Satellite C660D 19X || <!--Chipset-->AMD E-300 || <!--IDE--> || <!--SATA--> || <!--Gfx-->ATi || <!--Audio-->HD Audio with Realtek codec || <!--USB--> || <!--Ethernet-->r8169 rtl8101e || <!--Wireless-->Realtek RTL8188 8192ce rtl8192ce || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->C70D-A C75D-A || <!--Chipset-->E1-1200 || <!--IDE--> || <!--SATA--> || <!--Gfx-->AMD HD8330 || <!--Audio-->HA Audio CX20751 11Z || <!--USB--> || <!--Ethernet-->Atheros AR8162 8166 8168 alx || <!--Wireless-->Realtek 8188e || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->C40D C50D-A C55D-A || <!--Chipset-->E1 2100 or A4 5000 || <!--IDE--> || <!--SATA--> || <!--Gfx-->8330 || <!--Audio-->HD Realtek ALC269Q || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->kabini |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ====Misc==== [[#top|...to the top]] {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name-->[http://www.laptopsolutions.net/Mitac-laptop-notes.htm Mitac 5033] || <!--Chipset-->K6-2 333Mhz || <!--IDE--> || <!--SATA--> || <!--Gfx-->Use VESA || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2000 32bit 5033H MiNote 5033K MyNote 810 Mitac 7020, the Mitac M722, the MyNote 820 - Mitac 5033L, Schneider 5033, LifeTec LT98 |- | <!--Name-->Time 500 Packard Bell EasyOne 1450 1550 || <!--Chipset-->K6-3 500Mhz + VIA MVP4 vt82c686a || <!--IDE-->{{N/A|Issues}} || <!--SATA-->{{N/A}} || <!--Gfx-->Use VESA || <!--Audio-->{{No|VIA AC97 3058 with wolfson codec WM9703 WM9704 WM9707 WM9708 or WM9717}} - untested || <!--USB-->via 3038 2 ports USB 1.1 untested || <!--Ethernet-->{{N/A}} || <!--Wireless-->{{N/A}} || <!--Test Distro-->NB May 2013 || <!--Comments-->2001 32bit grub runs but stalls around [PCI] Everything OK |- | <!--Name-->NEC Versa S260 || <!--Chipset-->P3-M with VIA chipset || <!--IDE--> || <!--SATA--> || <!--Gfx-->ATi Radeon M6 || <!--Audio-->VIA Audio Adapter with AD 1886 codec || <!--USB-->VIA || <!--Ethernet-->intel pro 100 82551QM or rhine2 || <!--Wireless-->Mini PCI card ORiNOCO || <!--Test Distro--> || <!--Comments-->2002 32bit North Bridge: VIA VT83C694T / South Bridge: VIA VT82C686B |- | <!--Name--> Medion 9626 Maxdata M-Book 1000T Targa Gericom 1400c || <!--Chipset-->Athlon with VIA chipset || <!--IDE--> || <!--SATA--> || <!--Gfx-->use VESA - S3 ProSavage || <!--Audio-->via ac97 686b || <!--USB--> || <!--Ethernet-->Realtek 8139 || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->1GHz 1.2GHz 1.4GHz 1.6GHz 1.8GHz and VIA KN133 PN133 - vt82c686b |- | <!--Name--> Medion MD9703 FIC A360 A380 Gericom 1st Supersonic M6T || <!--Chipset-->Pentium 1.2GHz and VIA Apollo MVP3 Pro133x || <!--IDE--> || <!--SATA--> || <!--Gfx-->use VESA - Radeon M6 || <!--Audio-->ac97 via with codec || <!--USB--> || <!--Ethernet-->Realtek 8139 || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->vt82c686b |- | <!--Name-->FIC MB05 Medion MD41100 Cebop CDG || <!--Chipset-->Pentium M, 1.4 GHz with i855 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel i855GM || <!--Audio-->AC97 || <!--USB-->3 USB2.0 || <!--Ethernet-->Realtek 8139 || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->8080B, Advent 7041, Medion MD 40676 || <!--Chipset-->Pentium-M 1.5GHz with i855PM || <!--IDE--> || <!--SATA--> || <!--Gfx-->64 MB nVidia GeForce FX Go 5200 || <!--Audio-->AC97 ALC202 || <!--USB--> || <!--Ethernet-->Realtek 8139 || <!--Wireless-->Intel 2100 || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->[http://www.ecs.com.tw/ECSWebSite/Product/Product_Detail.aspx?CategoryID=3&DetailID=540&DetailName=Feature&MenuID=93&LanID=0 ECS 321] Advent 7094 || <!--Chipset-->Celeron M with SIS 661GX 963L || <!--IDE--> || <!--SATA--> || <!--Gfx-->SiS 661 741 760 PCI/AGP or 662/761Gx PCIE || <!--Audio-->AC97 SIS rev a0 or Realtek ALC655 || <!--USB--> || <!--Ethernet-->SIS 900 || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Panasonic Toughbook CF-18 CF-29 CF-30 || <!--Chipset-->Core || <!--IDE--> || <!--SATA--> || <!--Gfx-->use VESA || <!--Audio-->AC97 SigmaTel || <!--USB--> || <!--Ethernet-->RTL 8139C || <!--Wireless-->Intel || <!--Test Distro--> || <!--Comments-->2003 32bit |- | <!--Name-->MSI Microstar PR210 || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Maybe|use VESA ATi RS690M}} || <!--Audio-->{{Yes|HD Audio through speaker / head phones but not hdmi}} || <!--USB--> || <!--Ethernet-->Realtek 8111 8169 || <!--Wireless-->Atheros AR242x AR542x aw-ge780 mini pci-e || <!--Test Distro-->Icaros 2.1.2 || <!--Comments-->204 32bit - ENE PCI based SD card with no bios boot option |- | <!--Name-->Gateway LT3100 (LT3103u) || <!--Chipset-->1.2GHz Athlon L110 + RS690E || <!--IDE-->{{N/A}} || <!--SATA-->{{dunno|legacy mode?}} || <!--Gfx-->AMD ATI Radeon Xpress X1270 (VESA only) || <!--Audio-->ATI SBx00 HD Audio || <!--USB--> || <!--Ethernet-->rtl8169 Realtek RTL8101E RTL8102E || <!--Wireless-->{{no|Atheros AR9285}} || <!--Test Distro--> || <!--Opinion-->2004 32bit |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Advent 7106 EAA-88 || <!--Chipset-->Pentium M 1.7GHz with 915GM || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Yes|2D and 3D tunnel 187 gearbox 67}} || <!--Audio-->{{Yes|AC97 Intel ICH6 with Conexant Cx20468 31 codec playback head phones only}} || <!--USB--> || <!--Ethernet-->{{Yes|Realtek 8169}} || <!--Wireless-->{{No|Intel 2200BG Fn/F2 replaced with atheros mini pci in small base panel - startup errors in wireless manager}} || <!--Test Distro-->Icaros 2.1.1 || <!--Comments-->2005 32bit 14" cheap rubbish sadly - fan noise through audio channel - |- | <!--Name-->Quanta KN1-GM (Intel) KN1-PM (Nvidia) || <!--Chipset-->Intel 915GM || <!--IDE--> || <!--SATA--> || <!--Gfx-->intel or Nvidia MXM card 6600 6800go 8600 9600m || <!--Audio-->ALC260 || <!--USB--> || <!--Ethernet-->Realtek 8139 || <!--Wireless-->IIntel Pro 2200BG || <!--Test Distro--> || <!--Comments-->2005 32bit aka Gericom 1st Supersonic PCIE-KN1, Advent 6001, Advent 7098, Enpower 611, CTL, ECS |- | <!--Name-->Sahara slate sg22 I400 series and i440D || <!--Chipset-->900 950 with Celeron 423 and later Core 2 Duo L2500 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel || <!--Audio--> || <!--USB-->2 USB2.0 || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2005 early 32bit intel tablets kiosk based 12.1-inch fujitsu resistive screen with magnetic pen or with wacom digitiser - short battery life |- | <!--Name-->Motion Computing LE1600 PC Slate || <!--Chipset-->915 || <!--IDE--> || <!--SATA--> || <!--Gfx-->915 || <!--Audio-->Intel AC97 SigmaTel STAC9758 9759 || <!--USB--> || <!--Ethernet-->Realtek 8169 || <!--Wireless-->Intel PRO Wireless 2200BG || <!--Test Distro--> || <!--Comments-->2005 serial Wacom digitiser not usb |- | <!--Name-->Panasonic Toughbook CF-51 CF-P1 CF-T5 CF-Y2 || <!--Chipset-->945GMS || <!--IDE--> || <!--SATA--> || <!--Gfx-->GMA 950 || <!--Audio-->HD Audio || <!--USB--> || <!--Ethernet-->Broadcom || <!--Wireless-->Intel || <!--Test Distro--> || <!--Comments-->2006 32bit |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Wyse XM Class || <!--Chipset-->T-G56N 1.6 1.65Ghz || <!--IDE-->{{No| }} || <!--SATA--> || <!--Gfx-->{{Maybe|Vesa 2d 6310 6320}} || <!--Audio-->{{Maybe| }} || <!--USB-->{{Maybe| }} || <!--Ethernet-->{{Yes|Realtek}} || <!--Wireless-->{{No|Atheros}} || <!--Test Distro--> || <!--Comments-->2012 64bit 14" |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->MSI GS60 Ghost Pro || <!--Chipset-->i7 4700HQ Quad || <!--IDE--> || <!--SATA--> || <!--Gfx-->Nvidia 970M 980M discrete || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2015 64bit 15.6" Full HD 1920 x 1080 - |- | <!--Name-->System76 Galago UltraPro galu1 Gazelle - Taiwan OEM Clevo W740SU || <!--Chipset-->4th Gen Intel® Core i7 4770HQ 14" || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel Iris Pro 5200 || <!--Audio-->HD Audio with VIA Vt1802 or vt1812 codec || <!--USB-->USB 3.0 || <!--Ethernet--> || <!--Wireless-->Intel® Wireless AC WiFi 3160 or 7260 || <!--Test Distro--> || <!--Comments-->plastic construction |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Xiaomi Mi Notebook Air || <!--Chipset-->Intel Core M5 M7 M3-6Y30 Dual Core || <!--IDE--> || <!--SATA--> || <!--Gfx-->GTX 760M || <!--Audio--> || <!--USB-->{{no|3.0}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2015 64bit 12.5 Inch - |- | <!--Name-->Xiaomi Mi Notebook Air || <!--Chipset-->i5 6200U || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2016 64bit 13.3" Classic Fingerprint edition |- | <!--Name-->Microsoft Surface Book || <!--Chipset-->i5 i7 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel (i5) Nvidia (i7) || <!--Audio-->HD Audio || <!--USB-->{{No}} || <!--Ethernet-->{{N/A}} || <!--Wireless-->Intel || <!--Test Distro--> || <!--Comments-->2016 13.5" 3000 x 2000 ultrabook |- | <!--Name-->Razer Blade Stealth 14 || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx-->Nvidia || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2016 |- | <!--Name-->Huawei Matebook || <!--Chipset-->Intel Core m3-6Y30 || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2016 64bit - 2160 x 1440 Pixels - |- | <!--Name-->Matebook D || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless-->Intel AC 8265 8275 || <!--Test Distro--> || <!--Comments-->2017 64bit - 15.6-inch PC |- | <!--Name-->Matebook E || <!--Chipset-->i5 7th gen || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2017 2 in 1 - 12" |- | <!--Name-->Matebook X || <!--Chipset-->i5 i7 7500u || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel HD 620 GPU || <!--Audio-->HD Audio with Realtek codec || <!--USB-->{{No|2 usb-c ports}} || <!--Ethernet--> || <!--Wireless-->Intel AC || <!--Test Distro--> || <!--Comments-->2017 A4 size 13" IPS 2K 1440p 2160 x 1440 - dolby atmos speakers - 4 hrs battery lhs charging - one hand opening - |- | <!--Name-->System76 Gazelle - Clevo N850HZ || <!--Chipset-->i3 7100H i5 7300HQ i7 7700HQ || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel HD 630 || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless-->Intel AC || <!--Test Distro--> || <!--Comments-->2017 64bit 15.6" 1920 × 1080 LED Backlit, Matte - Chicony PSU - 720p webcam better at 480 - |- | <!--Name-->System76 Galago Pro galp2 - Clevo N130BU || <!--Chipset-->i5 7200U i7 7500U || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel HD 620 || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless-->Intel AC || <!--Test Distro--> || <!--Comments-->2017 64bit 13.3″ 3K 1800p so 3200 × 1800 HiDPI glossy - |- | <!--Name-->System76 Oryx Pro || <!--Chipset-->i7 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Nvidia GTX 1070 || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Gigabyte Aorus X5 MD Gaming || <!--Chipset-->i7 7th gen || <!--IDE--> || <!--SATA--> || <!--Gfx-->NVIDIA GeForce GTX 1080 GDDR5X 8GB Max-Q || <!--Audio-->HD Audio with 32-bit ESS Sabre Hi-Fi Audio DAC || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2017 64bit - up to 15.6″ UHD 3840 x 2160 IPS Anti-Glare - External 8K Display Output - RGB backlit keyboard - |- | <!--Name-->Razer Blade 15 || <!--Chipset-->HM370 with i7 8750H || <!--IDE--> || <!--SATA-->M.2 or PCIe SSD || <!--Gfx-->Intel HD with Optimus Nvidia || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet-->{N/A} || <!--Wireless-->Intel 9260AC || <!--Test Distro--> || <!--Comments-->2018 64bit 15inch FHD 4k DDR4 |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Huawei Matebook D KPL-W00 Honor Magicbook 2018 || <!--Chipset-->2500U || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{Maybe|AMD Vega 8 use VESA}} || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2018 14inch 1080p budget entry |- | <!--Name-->Huawei Matebook D 15 14 AMD KPR-WX9 Honor Magicbook WAQ9AHNR || <!--Chipset-->AMD Ryzen 5 3500U || <!--IDE-->{{N/A}} || <!--SATA-->NVMe || <!--Gfx-->{{Maybe|AMD Vega 8 use VESA}} || <!--Audio-->{{Unk| }} || <!--USB-->{{No|USB3.1 gen 1}} || <!--Ethernet-->{{N/A}} || <!--Wireless-->Intel or Realtek || <!--Test Distro--> || <!--Comments-->2018 2019 2020 budget model - f6.5 recessed webcam - D 14 42Whr later 56Whr battery |- | <!--Name-->Huawei Matebook X Pro || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2020 64bit top end model |- | <!--Name-->Xiaomi Redmibook 16 || <!--Chipset-->AMD Ryzen 7 4700U with FCH 51 || <!--IDE-->{{N/A}} || <!--SATA-->SSD 3 || <!--Gfx-->AMD Radeon RX Vega 7 || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet-->{{N/A}} || <!--Wireless-->Realtek RTL8821CE wifi || <!--Test Distro--> || <!--Comments-->2020 64bit metal 16.1 IPS 99% srgb 240 nits - 46whr battery - no webcam - |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ===Netbook=== [[#top|...to the top]] * One of the better options if re-partitioning of the hard disk is not suitable or wanted is to go with AROS hosted i.e. run a small linux distro and host AROS on top. AROS can exist on a Windows(TM) install as well. See here for more information [https://ae.amigalife.org/index.php?topic=779.0 Linux hosted] and [ Windows hosted] with downloads here [http://aros.sourceforge.net/download.php AROS download page] * installation needs an USB optical drive or an USB pen drive (see below) * PC with CD or DVD to install to a USB pendrive for boot purposes on a netbook * SD card sometimes can [ boot] like Dell 2100, EeePC 1001P, ASUS EeePC 900, acer aspire one d150, MSI Wind U100, [http://www.hardwaresecrets.com/article/Audio-Codec-Comparison-Table/520 Audio Codecs] ====Acer Netbooks==== [[#top|...to the top]] {| class="wikitable sortable" width=100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | Aspire One AOA110 (A110) (ZG5) || Intel 945GSE || {{N/A}} || {{Maybe|IDE legacy mode}} || {{Yes|Intel GMA (2D and 3D) tunnel 99 and gearbox 84 score}} || {{Yes|HD Audio ALC6628}} || {{Yes|USB1.1 and USB2.0}} || {{Yes|RTL8101E - rtl8169}} || {{Yes|AR5006}} [http://aros-exec.org/modules/newbb/viewtopic.php?start=0&topic_id=5082&viewmode=flat&order=ASC atheros 5k] || AspireOS 1.8 || 2007 32bit 1 core - 19v barrel - |- | Aspire One [http://overthis.com/2008/12/stubborn-aspire-one-hacking/ AOA150 (A150)] (ZG5) || Intel 945GSE || {{N/A}} || {{Maybe|ide mode}} || {{Yes|Intel GMA 2D and accelerated 3D with tunnel 99 and gearbox 84.1 result}} || {{Yes|HD Audio ALC6628}} || {{Yes|uhci and ehci}} || {{Yes|RTL8101E - rtl8169}} || {{Yes|AR5006}} [http://aros-exec.org/modules/newbb/viewtopic.php?start=0&topic_id=5082&viewmode=flat&order=ASC atheros 5k] || AspireOS 1.8 || 2007 32bit 1 core - 19v barrel - |- | Aspire One AOD150 [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=47829#forumpost47829 D150 (Compal LA-4781P)] || Intel 945GME || {{N/A}} || {{Maybe|ide legacy}} || {{Yes|Intel GMA 950 (2D)}} || {{Yes}} [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5822&forum=4&post_id=54398#forumpost54398 alc272] || {{Yes|USB}} || {{No|Atheros AR8121 AR8113 AR8114 l1e}} || {{Maybe|AR5007EG AR5BXB63 works but Broadcom BCM4312 has no support}} || Icaros Desktop 1.3 || 2008 32bit 1 core - 19v barrel - |- | [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5082&forum=4&post_id=46956#forumpost46956 Acer Aspire One AOD250 D250 emachines em250] || 945GME || {{N/A}} || {{Maybe|ide legacy}} || {{Yes|Intel GMA (2D)}} || {{Yes}} [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5138&forum=26 alc272 HD Audio] || {{Yes}} || {{No|AR8132 (L1c)}} || {{No|BCM4312 or Atheros AR5B95}} || Icaros 1.3 || 2009 32bit 1 core - 19v barrel - |- | <!--Name-->Aspire AO532H (Compal LA-5651p) 533H Pineview || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio-->{{Yes|HD Audio playback}} || <!--USB--> || <!--Ethernet-->{{No|AR8132 (L1c)}} || <!--Wireless-->{{No|Atheros 9k}} || [http://www.amigaworld.net/modules/news/article.php?mode=flat&order=0&item_id=5968 Tested AspireOS June 2011] || <!--Comments--> |- | <!--Name-->emachines eM350 NAV51 || <!--Chipset--> with N450 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel 3150 || <!--Audio-->HD Audio with codec || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro-->Icaros 2.2 || <!--Comments-->Single core 64bit - 160GB HDD 1GB RAM 10.1" LED backlit screen and Webcam - 3 cell li-ion battery for 3 hours usage - |- | <!--Name-->emachines eM355 || <!--Chipset--> with N455 || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->64bit support possible - |- | <!--Name-->Aspire One 533 || <!--Chipset-->N455 with || <!--IDE-->{{N/A}} || <!--SATA-->{{Yes}} || <!--Gfx-->{{Yes|2D}} || <!--Audio-->{{Yes| ALC272 codec}} || <!--USB-->{{Yes}} || <!--Ethernet-->{{No|Atheros 1c}} || <!--Wireless-->{{No|Broadcom 4313}} || <!--Test Distro-->Icaros 2.1 || <!--Comments--> |- | Aspire One AOD255 AOD255e AOD260 AOHAPPY (Compal LA-6221P) || N570 and Nm10 || {{N/A}} || {{Maybe|SATA}} || {{Maybe|Intel GMA 3150}} || Audio || USB || {{No|Atheros AR8152 V1.1 (1lc)}} || {{No|Broadcom BCM4313}} || || a little support |- | Aspire One 522 AO522 (Compal LA-7072p) || 1GHz dual C50 or C60 + Hudson M1 || {{N/A}} || SATA || AMD 6250 (ATI 9804) or 6290 || ATI SB CX20584 HD Audio || USB || Atheros 8152 v2.0 l1c || {{No|Broadcom BCM4313 or Atheros ath9k}} || || |- | <!--Name-->AAOD270 Cedarview || <!--Chipset-->N2600 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel GMA 3650 || <!--Audio--> || <!--USB--> || <!--Ethernet-->{{Dunno|RTL 8169 RTL8101E}} || <!--Wireless-->{{No|Broadcom BCM4313}} || <!--Test Distro--> || <!--Opinion--> |- | <!--Name-->Aspire One AO532G (Compal LA-6091p) || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Aspire One D257 (Quanta ZE6) || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Acer Aspire One 722 AO722 P1VE6 || <!--Chipset-->AMD C60 with SB900 || <!--IDE-->{{N/A| }} || <!--SATA--> || <!--Gfx-->{{Maybe| use VESA Ati 6290}} || <!--Audio-->{{Yes|HD Audio with codec but no Wrestler HDMI output}} || <!--USB--> || <!--Ethernet-->{{No|Qualcomm Atheros AR8152 v2.0}} || <!--Wireless-->{{No|Atheros AR9485}} || <!--Test Distro-->Icaros 2.1.2 || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Aspire One AO721 (Wistron SJV10-NL) || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->AO751 AO751H (Quanta ZA3) || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->emachines || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ====Asus Netbooks==== {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | [http://wiki.debian.org/DebianEeePC/Models eeePC] 700 701 2G 4G 8G Surf || Intel 910GML + ICH7 || {{N/A}} || {{Maybe|IDE legacy mode}} || {{Yes|Intel GMA 900 2D and 3D tunnel 68 gearbox 43 on 701 800x480}} || {{Yes|[http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5822&forum=4&post_id=54398#forumpost54398 ALC662 HD Audio]}} || {{Yes|UHCI and EHCI}} || {{No|Atheros L2}} || {{Yes| }} [http://beta.ivancover.com/wiki/index.php/Eee_PC_Internal_Upgrades AR5007EG] (AR2425) - [http://amigaworld.net/modules/newbb/viewtopic.php?mode=viewtopic&topic_id=32391&forum=28&start=20&viewmode=flat&order=0#583583 works] || NB 2013 and 2.1.1 (best) and 2.1.2 || Power supplies fail due to bad caps issue 9.5V 2.5A - |- | [http://wiki.debian.org/DebianEeePC/Models eeePC] 701SD || Intel 910GML + ICH7 || {{N/A}} || {{Maybe|IDE legacy mode}} || {{Maybe|Intel GMA 900 (2D)}} || {{Yes|[http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5822&forum=4&post_id=54398#forumpost54398 ALC662 HD Audio]}} || {{Yes|UHCI and EHCI}} || {{No|Atheros L2}} || {{No|RTL8187SE swap with Atheros 5k}} || AspireOS 1.7 || [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5980&forum=1&post_id=58940#forumpost58940 Boot issues] but does [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=62348#forumpost62348 boot] with ATA=32bit,nopoll or ATA=nodma,nopoll. |- | [http://wiki.debian.org/DebianEeePC/Models eeePC] 900 || Intel 910GML + ICH7 || {{N/A}} || {{Maybe|IDE legacy mode}} || {{Maybe|Intel GMA 900 (2D, 3D in some models)}} || {{Yes|[http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5822&forum=4&post_id=54398#forumpost54398 ALC662 HD Audio]}} || {{Yes|UHCI and EHCI}} || {{No|Atheros L2}} || {{Maybe|depends on chipset}} [http://beta.ivancover.com/wiki/index.php/Eee_PC_Internal_Upgrades AR5007EG] (AR2425) - [http://amigaworld.net/modules/newbb/viewtopic.php?mode=viewtopic&topic_id=32391&forum=28&start=20&viewmode=flat&order=0#583583 works] but not RaLink || AspireOS 1.7 || [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5980&forum=1&post_id=58940#forumpost58940 Boot issues] but does [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=62348#forumpost62348 boot] with ATA=32bit,nopoll or ATA=nodma,nopoll. 900's may need BIOS upgrade to boot usb optical drives. 3D available in some and not all model revisions |- | eeePC 900A || 945GSE || {{N/A}} || {{Maybe|IDE legacy mode}} || {{Yes|Intel GMA 950 (3D)}} || {{Yes|HD Audio ALC269}} || {{Yes|USB2.0}} || {{No|Atheros L1e [1969 1026]}} || {{Yes|Atheros 5k AR242x}} || [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=70963#forumpost70963 Nightly Build 2012 05-25] || |- | eeePC 901 1000 || 945GM || {{N/A}} || {{Maybe|IDE legacy mode}} || {{yes|Intel GMA 950 (2D)}} || {{Yes|ALC269 HD Audio}} || {{Yes|USB}} || {{No|Atheros L1E (AR8121 AR8113 AR8114)}} || {{No|RaLink Device 2860 swap with Atheros 5k}} || [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=59063#forumpost59063 Icaros 1.4] || |- | eeePC Seashell 1000HA 1000HE 1008 1005HA || N280 + Intel GMA950 || {{N/A}} || SATA || {{Yes|Intel GMA (2D)}} || {{Yes|HD Audio ALC269}} || {{Yes|USB}} || {{Maybe|Realtek but not Atheros AR8132 (L1c)}} || {{No|Atheros AR9285 swap with Atheros 5k}} || [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=63608 Aspire OS 1.6] || |- | <!--Name-->eeePC 1001ha || <!--Chipset-->GMA945 || <!--IDE-->{{N/A}} || <!--SATA-->legacy || <!--Gfx-->Intel GMA 950 (2D) || <!--Audio-->ALC269 HD Audio || <!--USB--> || <!--Ethernet-->{{No|Attansic Atheros AR8132 l1c}} || <!--Wireless-->{{No|RaLink RT3090 swap with Atheros 5k}} || <!--Test Distro--> || <!--Opinion-->some support |- | eeePC 1001P T101MT 1005PX 1005PE 1015PE Pineview || NM10 and N450 CPU || {{N/A}} || {{Maybe|IDE mode}} || {{Yes|Intel GMA 3150 (2D)}} || {{Yes|HD Audio}} || {{Yes|USB 2.0}} || {{No|Atheros AR8132 (l1c)}} || {{No|Atheros AR928x 802.11n}} || [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=6760&forum=4&post_id=64732#forumpost64732 Icaros 1.3.3] || |- | EeePC 1015B 1215B || single C30 or dual C50 + Hudson M1 || {{N/A}} || SATA || {{partial|AMD 6250 (VESA only)}} || ATI SBx00 HD Audio || USB || {{No|AR8152 v2.0 atl1c}} || {{No|Broadcom BCM4313 [14e4 4727]}} || || |- | <!--Name-->Flare X101CH Cedarview || <!--Chipset-->N2600 + N10 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel GMA 6300 || <!--Audio--> || <!--USB--> || <!--Ethernet-->{{No|Atheros l1c 2.0}} || <!--Wireless-->{{No|Atheros 9k AR9285}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Flare 1025CE 1225CE || <!--Chipset-->N2800 + N10 || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{dunno|Intel GMA 3600}} || <!--Audio--> || <!--USB--> || <!--Ethernet-->{{No|Atheros l1c 2.0}} || <!--Wireless-->{{No|Atheros 9k AR9285}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ====Compaq==== {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name--> Mini 110 | <!--IDE--> {{N/A}} | <!--SATA--> {{Maybe|IDE mode}} | <!--Gfx--> {{Yes|Intel GMA 950}} | <!--Audio--> {{Yes|HD Audio}} | <!--USB--> {{Yes|USB 2.0}} | <!--Ethernet--> {{No|Atheros}} | <!--Wireless--> {{No|Broadcom}} | <!--Test Distro--> | <!--Comments--> |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Wireless--> | <!--Test Distro--> | <!--Comments--> |- |} ====Dell Netbooks==== {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | Inspiron [http://en.gentoo-wiki.com/wiki/Dell_Inspiron_Mini Mini 9 910] || GMA945 || {{Maybe|STEC PATA IDE Mini PCIe Interface 16GB SSD very slow - replace with RunCore and SuperTalent GFDL part}} || {{N/A| }} || {{yes|Intel GMA 2D and possible 3D}} || {{yes|ALC268 HD Audio}} || {{yes|USB}} || {{yes|Realtek RTL8169}} || {{no|Broadcom BCM4310 and 4312}} || [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=58942#forumpost58942 Tested with ICAROS 1.3.] but later Icaros Desktops do not fully boot up and AspireOS || IDE SSD appears not reason for non boot |- | <!--Name-->Mini 10 1010 || <!--Chipset-->Atom Z520 Z530 Poulsbo || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{maybe|Intel GMA 500 (VESA only)}} || <!--Audio-->{{no|HD Audio}} || <!--USB--> || <!--Ethernet-->{{yes|rtl8169}} || <!--Wireless-->{{no|Intel or BCM4312}} || <!--Test Distro--> || <!--Comments--> |- | [https://wiki.ubuntu.com/HardwareSupport/Machines/Netbooks#Dell%20Mini%2010v%20(Inspiron%201011) Mini 10v 1011] [http://wiki.debian.org/InstallingDebianOn/Dell/InspironMini10v ] || Intel 950 || {{N/A}} || {{maybe|ide legacy mode}} || {{yes|Intel GMA (2D)}} || HD Audio || {{yes|USB}} || {{yes|RTL8102E 8103E}} || {{no|Dell 1397 Wireless}} || || |- | <!--Name-->1012 || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Inspiron Mini 1018 || <!--Chipset--> || <!--IDE-->{{N/A}} || <!--SATA-->{{partial|IDE mode }} || <!--Gfx-->{{yes|Intel GMA 3150 (2D, no VGA output)}} || <!--Audio-->{{partial|HD Audio head phones only - speaker and micro phone do not work}} || <!--USB-->{{yes|USB 2.0}} || <!--Ethernet-->{{yes|RTL8169}} || <!--Wireless-->{{no|RTL8188CE or AR928X}} || <!--Test Distro--> Icaros 1.5.1 || <!--Comments--> |- | <!--Name-->A90 A90n || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | Latitude 2100 || Intel Atom N270 N280 1.60Ghz GMA 945GME || {{N/A}} || SATA || {{yes|Intel GMA 950 (2D and 3D with tunnel 98 and gearbox 84)}} || {{yes|HD Audio with ALC272 codec}} || {{yes|USB2.0}} || {{No|Broadcom BCM5764M}} || {{No|Intel 5100 or BCM4322 DW 1510 half height mini pcie use small Atheros 5k}} || <!--Test Distro-->AspireOS 1.8 and Icaros 2.1.1 || 2009 32bit ddr2 sodimm [https://sites.google.com/site/arosaspireone/about-aspire-one Webcam and card reader not working] lcd cable over hinge an issue |- | <!--Name-->Latitude 2110 2120 || <!--Chipset-->N470 1.83Ghz, N455 1.6Ghz, N550 1.5Ghz || <!--IDE-->{{N/A}} || <!--SATA-->{{Yes|ATA mode}} || <!--Gfx-->{{Yes|Intel 3150 2D only}} || <!--Audio-->{{Maybe|HD Audio with ALC269 codec}} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{No| }} || <!--Wireless-->{{No| swap for Atheros}} || <!--Test Distro-->Icros 2.3 || <!--Comments-->2011 64bit ddr2 sodimm |- |} ====HP Netbooks==== {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | HP Mini 2133 || VIA C7-M P4M900 / 8237 VX700 || {{N/A}} || {{maybe|SATA}} || {{maybe|VIA Chrome 9 HC (VESA only)}} || VT1708/A HD Audio || USB || {{no|Broadcom Corp NetXtreme BCM5788}} || {{no|Broadcom Corp BCM4312}} || || |- | mini 1000 Mi 2140 ks145ut || N270 + 945GM || {{N/A}} || SATA || Gfx || HD Audio || USB || {{no|Marvell 88E8040}} || {{no|Broadcom Corp BCM4312}} || || |- | <!--Name-->Mini 700 702 || <!--Chipset-->N270 + 945GSE || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{Yes|Intel GMA 950 (2D)}} || <!--Audio-->{{Yes|HD Audio IDT 92HD75B (111d:7608, only playback tested)}} || <!--USB-->{{Yes| }} || <!--Ethernet--> || <!--Wireless-->{{No|Broadcom}} || <!--Test Distro--> || <!--Comments--> |- | Mini 100 110-3112sa || 945GM Express || {{N/A}} || {{maybe|IDE mode}} || {{yes|Intel GMA 950 (2D)}} || {{yes|HD Audio IDT STAC 92xx}} || {{yes|USB 2.0}} || {{no|Atheros}} || {{no|Broadcom}} || || |- | Mini 200 210 || 945GM NM10 Express || {{N/A}} || SATA || Intel GMA 950 || HD Audio || USB || RTL8101E RTL8102E || {{no|Broadcom BCM4312}} || || |- | HP Mini 311 DM1 (Quanta FP7) || N280 + ION || {{N/A}} || SATA || nVidia Geforce ION || HD Audio || USB || eth || wire || || |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |} ====Lenovo Netbooks==== {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | IdeaPad S9 S9e(3G) S10 S10e(3G) || 945GME || {{N/A}} || {{maybe|SATA}} || {{yes|Intel GMA (2D)}} || {{no|ALC269 or SigmaTel HD Audio}} || {{yes|USB}} || {{no|Broadcom NetLink BCM5906M}} || {{no|Broadcom BCM4312}} || || little support |- | IdeaPad S12 || N270 + Nvidia ION MCP79 || {{N/A}} || SATA || nVidia C79 ION [Quadro FX 470M] || ALC269 HD Audio || USB || Broadcom || Intel || || Does not boot - cause unknown |- | S10-2 || 945GME and N280 CPU || {{N/A}} || SATA || {{yes|Intel GMA (2D)}} || {{no|ALC269 HD Audio}} || {{yes}} || {{yes|rtl8169}} || {{no|Broadcom BCM4312}} || Icaros 1.3 || |- | S10-3 || NM410 and N450 CPU || {{N/A}} || SATA || {{yes|Intel GMA 3150 (2D)}} || {{no|HD Audio ALC269}} [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5134&forum=26&post_id=46939#forumpost46939] || {{yes|USB}} || {{yes|rtl8169}} || {{no|Atheros 9285 or Broadcom BCM4312}} || Icaros 1.3 || |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Ideapad 100S || <!--Chipset-->Atom Z36xxx Z37xxx Series SoC || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel || <!--Audio-->Intel SST Audio Device (WDM) || <!--USB--> || <!--Ethernet-->{{N/A}} || <!--Wireless-->Realtek RTL8723BS || <!--Test Distro--> || <!--Comments-->2015 64bit - |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ====Packard Bell Netbooks==== {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name-->Dot .S || <!--Chipset-->N280 + || <!--IDE-->{{N/A}} || <!--SATA-->{{maybe|legacy}} || <!--Gfx-->{{yes|Intel GMA950 (2D)}}|| <!--Audio-->HD Audio ALC272X || <!--USB--> USB2.0 || <!--Ethernet--> {{no|Atheros l1e}} || <!--Wireless-->{{no|Atheros 9k}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Dot .SE || <!--Chipset-->N450 + || <!--IDE-->{{N/A}} || <!--SATA-->legacy || <!--Gfx-->Intel GMA950 (2D) || <!--Audio-->HD Audio ALC|| <!--USB-->USB2.0 || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Dot .S2 NAV50 || <!--Chipset-->N455 NM10 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel X3150 || <!--Audio-->HD Audio ALC269 || <!--USB--> || <!--Ethernet-->Atheros || <!--Wireless-->Atheros || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Dot M/A || <!--Chipset-->1.2GHz Athlon L110 + RS690E || <!--IDE-->{{N/A}} || <!--SATA-->legacy mode? || <!--Gfx-->AMD ATI Radeon Xpress X1270 (VESA only) || <!--Audio-->HD Audio ATI SBx00 || <!--USB--> || <!--Ethernet-->Realtek RTL8101E RTL8102E rtl8169 || <!--Wireless-->{{no|Atheros AR9285}} || <!--Test Distro--> || <!--Opinion--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ====Samsung Netbooks==== [[#top|...to the top]] {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | [http://www.amigaworld.net/modules/newbb/viewtopic.php?post_id=616910&topic_id=33755&forum=28#616910 NC10] || 945GME || {{N/A}} || {{maybe|SATA}} || {{yes|Intel GMA 950 (2D)}} || {{partial|SigmaTel HD Audio (playback only)}} || {{yes|USB}} || {{maybe|rtl8169 works but not Marvell 88E8040 sky2}} || {{yes|AR5007EG}} || Icaros 1.4 || Nano silver on keyboard and lcd ribbon cable over hinge issues |- | [http://www.sammywiki.com/wiki/Samsung_NC20 NC20] || VIA VX800 || {{N/A}} || SATA || {{maybe|VIA Chrome9 (VESA only)}} || ALC272 GR (VT1708A) HD Audio || {{yes|USB}} || {{no|Marvell 88E8040}} || {{yes|Atheros AR5001}} || || little support |- | N110 N120 || 945GSE || {{N/A}} || SATA || {{yes|Intel GMA 950 (2D)}} || {{yes|ALC272 HD Audio or ALC6628}} || {{yes|USB}} || {{no|Marvell 88E8040}} || {{no|Realtek rtl8187}} || || some support - Namuga 1.3M Webcam none |- | N130 || 945GSE || {{N/A}} || SATA || {{yes|Intel GMA 2D and opengl 1.x 99.5 tunnel 99 gearbox}} || {{yes|Intel HD with ALC272 codec playback}} || {{yes|USB}} || {{yes|RTL 8169.device - 8101e 8102e}} || {{no|rtl 8192se rtl8187}} || || good support - but nothing for wireless or Namuga 1.3M Webcam |- | <!--Name-->Go NP-N310 || <!--Chipset-->N270 + 945GME || <!--IDE-->{{N/A}} || <!--SATA-->{{maybe|IDE legacy mode}} || <!--Gfx-->{{yes|Intel GMA 950 (2D)}} || <!--Audio-->{{yes|HD Audio ALC6628}} || <!--USB-->{{yes}} || <!--Ethernet-->{{yes|rtl8169}} || <!--Wireless-->{{yes|Atheros5k}} || <!--Test Distro--> || <!--Opinion-->[http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=6797&forum=4&post_id=65793#forumpost65793 works well] but N280 version changed specs |- | N510 || N270 euro N280 uk + ION MCP79 || {{N/A}} || SATA || nVidia C79 ION [Quadro FX 470M] || HD Audio || USB || Marvell 88E8040 || Realtek 8192E || || Does not boot - cause unknown |- | <!--Name-->NC110 Axx || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet-->{{Maybe|Rtl8169}} || <!--Wireless-->{{No|Broadcom BCM4313 or Atheros}} || <!--Test Distro--> || <!--Comments--> |- | NF210 Pineview || n455 or n550 + N10 || {{N/A}} || {{maybe|SATA}} || {{maybe|Intel GMA 3150 (needs retesting, VESA works)}} || {{yes|HD Audio}} [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=53642#forumpost53642 ] || {{yes|USB}} || {{no|Marvell 88E8040}} || Wireless || || some support |- | NP N145 Plus || n450 + NM10 || {{N/A}} || {{maybe|IDE legacy mode}} || {{yes|Intel GMA 3150 (2D, no VGA output)}} || {{yes|Realtek HD Audio}} || {{yes|USB2.0}} || {{no|Marvell 88E8040}} || {{no|Atheros AR9285}} || || [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=6294&forum=24&post_id=59122#forumpost59122 some support] but often the trackpad does not work |- | <!--Name-->[https://wiki.archlinux.org/index.php/Samsung_N150 N150] NB30 || <!--Chipset-->MN10 || <!--IDE-->{{N/A}} || <!--SATA-->{{Maybe| }} || <!--Gfx-->{{Yes|Intel GMA 3150 (2D)}} || <!--Audio-->{{No| }} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{No|Marvell 88E8040}} || <!--Wireless-->{{No|Atheros AR9285 or Realtek 8192E}} || <!--Test Distro--> || <!--Comments-->a little support |- | <!--Name-->[http://www.kruedewagen.de/wiki/index.php/Samsung_N220 N210 N220] N230 || <!--Chipset-->N450 + NM10 || <!--IDE-->{{N/A}} || <!--SATA-->{{Maybe| }} || <!--Gfx-->{{Yes|Intel GMA 3150 (2D)}} || <!--Audio-->HD Audio ALC269 || <!--USB-->{{Yes| }} || <!--Ethernet-->{{No|Marvell}} || <!--Wireless-->{{No|Atheros AR9285}} || <!--Test Distro--> || <!--Comments-->a little |- | <!--Name-->NC110 Pxx Cedarview || <!--Chipset--> || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{dunno|Intel GMA 3600}} || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless-->{{No|Intel 6000g}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ====Sony Netbooks==== {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name--> Vaio VGN-P11Z | <!--IDE--> {{dunno}} | <!--SATA--> {{N/A}} | <!--Gfx--> {{Partial|Intel (VESA only)}} | <!--Audio--> {{no|HD Audio}} | <!--USB--> {{yes|USB 2.0}} | <!--Ethernet--> {{no|Marvell}} | <!--Wireless--> {{no|Atheros AR928X}} | <!--Test Distro--> Icaros 2.0.3 | <!--Comments--> Rarely boots! |- | <!--Name-->Sony VPC-W11S1E | <!--IDE--> | <!--SATA--> | <!--Gfx-->Intel | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Wireless--> | <!--Test Distro--> | <!--Comments-->2009 N280 with 945GSE - 10.1" 1366 x 768 - 3hr battery life - |- |} ====Toshiba Netbooks==== [[#top|...to the top]] {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name-->NB100 || <!--Chipset-->945GM || <!--IDE-->{{N/A}} || <!--SATA-->{{maybe|legacy}} || <!--Gfx-->{{yes|Intel GMA (2D)}} || <!--Audio-->{{yes|ALC262 HD Audio}} || <!--USB--> || <!--Ethernet-->{{yes|rtl8169}} || <!--Wireless-->{{yes|AR5001}} || <!--Test Distro--> || <!--Comments-->some support |- | <!--Name-->Mini NB200 series NB205 || <!--Chipset-->N280 + GSE945 || <!--IDE-->{{N/A}} || <!--SATA-->{{maybe|IDE legacy mode}}|| <!--Gfx-->{{yes|Intel GMA (2D)}} || <!--Audio-->ALC272 HD Audio || <!--USB-->{{yes}} || <!--Ethernet-->{{yes|RTL8169}} || <!--Wireless-->{{no|AR9285}} || <!--Test Distro--> || <!--Opinion--> |- | <!--Name-->Mini 300 series NB305 || <!--Chipset-->N455 with NM10 || <!--IDE-->{{N/A}} || <!--SATA-->legacy || <!--Gfx-->Intel GMA 3150 (2D) || <!--Audio-->ALC272 HD Audio || <!--USB--> || <!--Ethernet-->RTL8101E RTL8102E || <!--Wireless-->{{no|AR9285}} || <!--Test Distro--> || <!--Opinion--> |- | <!--Name-->Mini 500 series NB505 NB520 NB550-10v || <!--Chipset--> || <!--IDE-->{{N/A}} || <!--SATA-->legacy || <!--Gfx-->Intel GMA 3150 (2D) || <!--Audio-->HD Audio || <!--USB--> || <!--Ethernet-->RTL8101E RTL8102E || <!--Wireless-->Realtek 8176 RTL 8188CE || <!--Test Distro--> || <!--Opinion--> |- | [http://www.notebookcheck.net/Review-Toshiba-NB550D-AMD-Fusion-Netbook.46551.0.html Mini NB550D 10G] 108 (c30) 109 (c50) || C50 + M1 || {{N/A}} || SATA || AMD 6250 (VESA only) || HD Audio || USB || Realtek 8111e rtl8169 || Atheros 9k || || Realtek SD card reader |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ====Misc Netbooks==== {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="30%" |Comments |- | [http://aros-exec.org/modules/newbb/viewtopic.php?start=0&topic_id=3944&viewmode=flat&order=ASC&type=&mode=0 Cammy's A1600] || GME945 || {{N/A}} || {{maybe}} || {{yes|Intel GMA950 (2D)}} || {{yes|HD Audio playback}} || {{yes}} || {{no|JMC 250/260}} || Wireless || Icaros 1.2.4 || |- | <!--Name-->Fujitsu Siemens Amilo Mini Ui 3520 || <!--Chipset-->Intel 945 || <!--ACPI--> || <!--SATA-->{{yes}} || <!--Gfx-->{{yes|Intel GMA (2D)}} || <!--Audio-->ALC269 HD Audio || <!--USB-->{{yes}} || <!--Ethernet-->{{yes|rtl8169}} || <!--Wireless-->{{yes|AR5001}} || <!--Test Distro--> || <!--Comments-->good |- | Guillemot [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5043&forum=26&post_id=45734#forumpost45734 Hercules eCafe EC-900 H60G-IA], Mitac MiStation and Pioneer Computers Dreambook Light U11 IL1 || Intel 945GME || {{N/A}} || {{maybe}} || {{yes|Intel GMA950 (2D)}} || {{Yes|HD Audio (playback only)}} || {{yes|uhci and ehci}} || {{yes|rtl8169}} || {{no|RAlink RT2860}} || || Slowly gaining support |- | <!--Name-->Hannspree Hannsnote SN10E2 24 48 || <!--Chipset-->N450 + NM10 || <!--IDE-->{{N/A}} || <!--SATA-->IDE legacy mode || <!--Gfx-->Pineview Intel (2D) || <!--Audio-->ALC HD Audio || <!--USB-->USB2.0 || <!--Ethernet-->Atheros l1c || <!--Wireless-->Atheros AR9285 || <!--Test Distro--> || <!--Opinion--> |- | MSI Wind U90/U100 || GME945 || {{N/A}} || {{maybe}} || {{yes|Intel GMA 950 (2D)}} || {{partial|HD Audio ALC888s (playback only?)}} || {{yes|uhci 1.1 and ehci 2.0}} || {{yes|rtl8169}} || {{no|RaLink RT2860 RT2700E or rtl8187se (u100x)}} || Icaros 1.3 || |- | Advent 4211 || 945GSE || {{N/A}} || {{maybe|IDE legacy mode}} || Intel GMA950 (2D) || ALC HD Audio || USB || rtl8169 || {{no|Intel 3945 ABG}} || || MSI U100 clone |- | <!--Name-->Hannspree Hannsnote SN10E1 || <!--Chipset-->N270 + GMA945 || <!--IDE-->{{N/A}} || <!--SATA-->{{maybe|IDE legacy mode}} || <!--Gfx-->{{yes|Intel GMA 950 (2D)}} || <!--Audio-->ALC HD Audio || <!--USB-->USB2.0 || <!--Ethernet-->{{yes|Realtek RTL8101E RTL8102E RTL8169}} || <!--Wireless-->{{no|RaLink RT2860}} || <!--Test Distro--> || <!--Comments-->MSI U100 clone |- | <!--Name-->Archos 10 Netbook || <!--Chipset-->Atom with ICH7 NM10 945GSE || <!--IDE-->{{No }} || <!--SATA--> || <!--Gfx-->GMA 950 || <!--Audio-->HS Audio with ALC662 codec || <!--USB--> || <!--Ethernet-->Realtek 8139 || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->MSI Wind U135 DX MS-N014 || <!--Chipset-->Intel N455 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{Yes|2D only accelerated}} || <!--Audio-->{{No|ALC662 rev 1}} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{Maybe|RTL}} || <!--Wireless-->{{No|Atheros AR 9K}} || <!--Test Distro-->Icaros 2.1 || <!--Comments-->needs noacpi notls added to grub boot line to start up |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ===Desktop Systems=== [[#top|...to the top]] Most Intel Atom and equivalent AMD Fusion CPUs / APUs are faster than Intel P3s but still some way short of P4 or Dual Core performance. ====Acer==== {| class="wikitable sortable" width="100%" ! width="15%" |Name ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Integrated Gfx ! width="10%" |Audio ! width="10%" |USB ! width="10%" |Ethernet ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name-->[https://www.acer.com/ac/en/ID/content/support-product/486;-; Veriton X270 VTX270] Intel Core 2 Duo ED7400C or Pentium dual-core UD7600C with 630i | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx-->{{Maybe|Vesa 2d Nvidia 7100 VGA and HDMI connections}} | <!--Audio-->{{Maybe| with realtek codec}} | <!--USB-->{{Maybe|4 rear and 5 front}} | <!--Ethernet-->{{Maybe| nForce}} | <!--Test Distro-->Icaros 2.3 dvd | <!--Comments-->2009 64bit capable but would not fully boot, DHCP address timeout too short and failed often. Put in a third party NIC, worked - 1 PCI Express x16 slot and a free PCI x1 slot - internal thin long psu with 12pin - |- | <!--Name-->Acer Revo AR1600, R1600 AR3600, R3600 Packard Bell iMax Mini, Intel Atom 230 single core slim nettop subcompact | <!--IDE-->{{N/A}} | <!--SATA-->{{Maybe|Native IDE mode, '''when it works''' boots}} | <!--Gfx-->{{Maybe|Nvidia ION GeForce 9300M - nouveau 3d - '''when it works''' 400 fps in shell'ed gearbox, 278 in tunnel, 42 in teapot}} | <!--Audio-->{{Maybe|HD Audio with ?? codec but nothing from HDMI audio}} | <!--USB-->{{Maybe|Will not often boot usb2 stick but more issues / slow with usb3 based pen drives}} | <!--Ethernet-->{{No|MCP79 nForce}} | <!--Test Distro--> | <!--Comments-->2009 64bit 20cm/8" high 1 ltr quiet fan - very often boot stuck around ehciInit - DEL setup F12 boot options - 2 ddr2 sodimm slots max 4GB - 19v barrel psu - atheros 5k and use AR5BXB63 (Win7) - |- | <!--Name-->Revo AR3610 R3610 3610 Atom 330 nettop subcompact dual core | <!--IDE-->{{N/A}} | <!--SATA-->{{Maybe|Native IDE mode, '''when it works''' boots}} | <!--Gfx-->{{Maybe|Nvidia ION GeForce 9400M - nouveau 3d - '''when it works''' 400 fps in shell'ed gearbox, 278 in tunnel, 42 in teapot}} | <!--Audio-->{{Yes|HD Audio with Realtek ALC885 codec but nothing from HDMI audio}} | <!--USB-->{{Maybe|1% chance will boot with usb2 sticks but more issues / slow with usb3 drives}} | <!--Ethernet-->{{No|MCP79 nForce}} | <!--Test Distro-->AROS One 1.5 1.6 usb | <!--Comments-->2010 64bit 20cm/8" high 1 ltr quiet fan - very often boot stuck around ehciInit - DEL setup F12 boot options - 2 ddr2 sodimm slots max 4GB - 19v barrel psu with smaller inner pin size - replace wifi RT3090 ver c (linux) with atheros 5k or keep and use AR5BXB63 (Win7) - |- | <!--Name-->REVO AR3700 R3700 3700 Atom D525 dual core *one long beep followed by two short, bios damaged *looping one long two short, a video card fault *two short beeps... CMOS damaged *got one long and one short beep... board error? | <!--IDE-->{{N/A}} | <!--SATA-->{{Yes|IDE ready in Bios}} | <!--Gfx-->{{Yes|Nvidia ION2 GT218 ION vga fine '''but''' hdmi fussy over display used - nouveau 2d & 3d gearbox 404 tunnel 292 teapot 48}} | <!--Audio-->{{Yes|HDA Intel with Realtek ALC662 rev1 codec, head phones only but nothing from NVidia HDMI}} | <!--USB-->{{Yes|boots usb, installs usb, accesses ok}} | <!--Ethernet-->{{Yes|Realtek 8169 8111g}} | <!--Test Distro-->AROS one USB 1.5 and 1.6 | <!--Comments-->2011 64bit 20cm/8" high 1 ltr quiet fan - 2 ddr3 sodimm slots 1Rx8 only 2GB maybe 4GB - 19v barrel psu thinner pin - replace wifi RT3090 ver d with atheros 5k mini pci-e - ACPI Suspend Mode = S1, S3 (STR), S4 - Power on PCIe * Known Acer issue, Boot into bios, set bios to UEFI and reboot, set bios back to defaults and reboot, blank display, repair with reflash of 8 pin Winbond W25Q socketed bios chip using ch341a using 2011/09/19 P01.B0L, 2011/05/09 P01.A4, 2011/05/03 P01.A3L, 2010/12/27 P01.A2L, 2010/12/27 P01.A2 amiboot.rom - |- | <!--Name-->Revo 70 (RL70) - AMD E450 1.65GHz | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments-->2012 64bit - |- |} ====Asus==== {| class="wikitable sortable" width="100%" ! width="15%" |Name ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Integrated Gfx ! width="10%" |Audio ! width="10%" |USB ! width="10%" |Ethernet ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name-->EEEbox B202 | <!--IDE--> | <!--SATA--> | <!--Gfx-->Intel GMA950 | <!--Audio-->Intel Azalia HDaudio with Realtek ALC662 or ALC888-GR CODEC | <!--USB--> | <!--Ethernet-->Realtek 8111 or JM250 | <!--Test Distro-->Icaros | <!--Comments-->internal 3 types of wifi chipset not supported |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- |} ====Dell==== {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Integrated Gfx ! width="10%" |Audio ! width="10%" |USB ! width="10%" |Ethernet ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name--> Precision 340 | <!--IDE--> {{yes}} | <!--SATA--> {{n/a}} | <!--Gfx--> {{n/a}} | <!--Audio--> {{yes|Intel AC97}} | <!--USB--> {{yes|USB 1.1 (UHCI)}} | <!--Ethernet--> {{yes|3Com}} | <!--Test Distro--> Nightly Build 2014 09-27 | <!--Comments--> |- | <!--Name-->Dimension 2400 | <!--IDE-->{{Yes}} | <!--SATA-->{{N/A}} | <!--Gfx-->{{Yes|Intel 82845GL Brookdale G/GE (VESA 640x480 by 16)}} | <!--Audio-->{{Unk|AC97 with ADI codec}} | <!--USB-->{{Yes|UHCI EHCI}} | <!--Ethernet-->{{Maybe|Broadcom 440x 4401}} | <!--Test Distro-->[http://eab.abime.net/showthread.php?p=832495 Icaros 1.4] | <!--Comments-->Graphics chipset is capable of higher resolution. |- | <!--Name-->Dimension 4600 | <!--IDE-->{{yes}} | <!--SATA-->{{dunno}} | <!--Gfx-->{{partial|Intel Extreme (VESA only)}} | <!--Audio-->{{yes|Intel AC97 (use rear black port)}} | <!--USB-->{{Yes|UHCI/EHCI}} | <!--Ethernet-->{{yes|Intel PRO/100}} | <!--Test Distro-->Icaros 1.5.2 | <!--Comments--> |- | <!--Name--> Optiplex 170L | <!--IDE--> {{yes|IDE}} | <!--SATA--> {{partial|IDE mode}} | <!--Gfx--> {{partial|Intel Extreme (VESA only)}} | <!--Audio--> {{no|Intel AC97}} | <!--USB--> {{yes|USB 2.0}} | <!--Ethernet--> {{yes|Intel PRO/100}} | <!--Test Distro--> {{dunno}} | <!--Comments--> |- | <!--Name--> Optiplex GX260 | <!--IDE--> {{yes|IDE}} | <!--SATA--> {{N/A}} | <!--Gfx--> {{partial|Intel Extreme (VESA only)}} | <!--Audio--> {{yes|Intel AC97}} | <!--USB--> {{yes|USB 2.0}} | <!--Ethernet--> {{no|Intel PRO/1000}} | <!--Test Distro--> Nightly Build 2014 09-27 | <!--Comments--> |- | Optiplex GX270 | {{yes|Working}} | {{partial|IDE mode}} | {{partial|Intel Extreme (VESA only)}} | {{yes|Intel AC97}} | {{yes|USB 2.0}} | {{no|Intel PRO/1000}} | Icaros 1.5.2 | <!--Comments--> |- | Optiplex GX280 | {{yes|Working}} | {{partial|IDE mode}} | {{maybe|Intel GMA (only VESA tested)}} | {{yes|Intel AC97}} | {{yes|USB 2.0}} | {{no|Broadcom}} | Nightly Build 2014 09-27 | <!--Comments--> |- | <!--Name--> Optiplex GX520 | <!--IDE--> {{yes|IDE}} | <!--SATA--> {{partial|IDE mode}} | <!--Gfx--> {{yes|Intel GMA}} | <!--Audio--> {{partial|Intel AC97 (no line-out)}} | <!--USB--> {{yes|USB 2.0}} | <!--Ethernet--> {{no|Broadcom}} | <!--Test Distro--> {{dunno}} | <!--Comments--> |- | <!--Name--> Optiplex 745 | <!--IDE--> {{N/A}} | <!--SATA--> {{partial|IDE mode}} | <!--Gfx--> {{partial|Intel GMA (VESA only)}} | <!--Audio--> {{partial|HD Audio (no volume control)}} | <!--USB--> {{partial|Only keyboard mouse (legacy mode)}} | <!--Ethernet--> {{no|Broadcom}} | <!--Test Distro--> {{dunno}} | <!--Comments--> |- | <!--Name--> Optiplex 755 | <!--IDE--> {{N/A}} | <!--SATA--> {{partial|IDE mode}} | <!--Gfx--> {{partial|Intel GMA (VESA only)}} | <!--Audio--> {{no|HD Audio}} | <!--USB--> {{yes|USB 2.0}} | <!--Ethernet--> {{no|Intel Gigabit}} | <!--Test Distro--> Icaros 1.5.1 | <!--Comments--> Around 25 second delay in booting from USB |- | <!--Name--> Optiplex 990 | <!--IDE--> {{N/A}} | <!--SATA--> {{partial|non-RAID mode}} | <!--Gfx--> {{partial|Intel HD (VESA only)}} | <!--Audio-->{{no|HD Audio}} | <!--USB--> {{yes|USB 2.0}} | <!--Ethernet--> {{no|Intel Gigabit}} | <!--Test Distro--> Nightly Build 2014 09-27 | <!--Comments--> |- | <!--Name-->Optiplex 360 | <!--IDE--> | <!--SATA--> | <!--Gfx-->{{maybe|ordinary boot gives VGA mode only - VESA untested}} | <!--Audio-->{{no|HD Audio (Analog Devices ID 194a)}} | <!--USB--> | <!--Ethernet-->{{no|Broadcom}} | <!--Test Distro-->Aspire Xenon | <!--Comments-->poor support |- | <!--Name-->[https://www.poppedinmyhead.com/2021/01/wyse-cx0-thin-client-notes-experiences.html Dell Wyse Cx0] C00LE, C10LE, C30LE, C50LE, C90LE, C90LE7, C90LEW VIA C7 Eden 1GHz | <!--IDE-->{{Maybe| }} | <!--SATA-->{{N/A| }} | <!--Gfx-->{{Maybe|Vesa 2d VX855 VX875 Chrome 9}} | <!--Audio-->{{Maybe|VIA VT8237A VT8251 HDA with ?? codec}} | <!--USB-->{{Maybe|4 outside 2 inside USB2}} | <!--Ethernet-->{{No|VT6120 VT6121 VT6122 Gigabit}} | <!--Test Distro-->Icaros 2.3 | <!--Comments-->2010 to 2013 32bit - [https://ae.amigalife.org/index.php?topic=815.0 boots and works] - 12V 2.5A Coax 5.5mm/2.1mm - 1 sodimm ddr2 - |- | <!--Name--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || IDE || SATA || Gfx || Audio || USB || Ethernet || Test Distro || Comments |- | <!--Name-->Dell RxxL thin client *R00L Cloud PC of Wyse WSM *R10L Wyse Thin OS *R50L Suse Linux Enterprise *R90L Windows XP Embedded *R90LW Windows Embedded Standard 2009 *R90L7 Windows Embedded Standard 7 | <!--IDE-->128Mb IDE or 1GB | <!--SATA-->{{Maybe|Late 2012 2 data sockets added but only CN18 be used with two white sockets (CN13 & CN15) can used to power the SATA device "4-pin Micro JST 1.25mm - SATA Hyperdisk}} | <!--Gfx-->AMD 690E RS690M Radeon Xpress 1200 1250 1270 | <!--Audio--> | <!--USB-->4 usb2 | <!--Ethernet-->Realtek | <!--Test Distro--> | <!--Comments-->2009 64bit AMD Sempron™ 210U SMG210UOAX3DVE 1.5GHz SB600, 1GB 2GB or 4GB single slot 240-pin DDR2 DIMM, 19v barrel psu, DEL key bios - |- | <!--Name-->Dell Optiplex FX170 thin client aka 10Zig 56xx range, Clientron U800, Devon IT TC5, | <!--IDE-->{{Yes|44 pin header very little room}} | <!--SATA-->{{N/A|}} | <!--Gfx-->{{Yes|GMA 950}} | <!--Audio-->{{Yes|HD Audio with codec}} | <!--USB-->{{Yes| }} | <!--Ethernet-->{{No|Broadcom}} | <!--Test Distro-->Icaros 2.5 | <!--Comments-->2010 32bit - very small cases with very limited expansion - 1 sodimm 2GB max - 12v psu - Password Fireport |- | <!--Name-->Optiplex 390 sff small form factor - dt very slim - mt mini tower desktop | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx-->{{maybe|1 pci-e}} | <!--Audio-->{{maybe|HD Audio}} | <!--USB--> | <!--Ethernet-->{{maybe|realtek}} | <!--Test Distro-->aros one 1.6 usb | <!--Comments-->2011 64bit dual i3 2xxx - kettle iec plug psu cable - add nvidia gf218 gfx - error code 3 mobo or cpu - |- | <!--Name-->Optiplex 3010 sff small form factor | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx-->{{maybe|1 pci-e}} | <!--Audio-->{{maybe|HD Audio}} | <!--USB-->{{maybe| }} | <!--Ethernet-->{{yes|realtek pcie bt not Broadcom 57XX}} | <!--Test Distro--> | <!--Comments-->2012 64bit dual i3 3xxx - kettle iec plug psu cable - |- | <!--Name-->Optiplex 7010 sff small form factor | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx-->{{maybe|1 pci-e}} | <!--Audio-->{{maybe|HD Audio}} | <!--USB--> | <!--Ethernet-->{{no|Broadcom or Intel 825xx}} | <!--Test Distro--> | <!--Comments-->2012 64bit dual i3 3xxx Q77 - kettle iec plug psu cable - add pci-e ethernet and nvidia gf218 gfx - |- | <!--Name-->Dell Wyse 5010 thin client ThinOS (D10D D00D D00DX), PCoIP (D10DP) or D90D7, 5040 over the 5 years, many revisions *username: Administrator, admin, [blank] *password: Fireport, DellCCCvdi, rappot, Wyse#123, Administrator, administrator, r@p8p0r+ | <!--IDE-->{{N/A}} | <!--SATA-->{{Yes|IDE mode may need ext cable as small area for half-slim sata ssd}} | <!--Gfx-->{{Maybe|Vesa 2d 1400x1050 HD6250E IGP via DVI to hdmi cable - display port untested}} | <!--Audio-->{{Maybe|HD 6.34 audio chipset detected but codec alc269 working from one case speaker - none if v6.29 used}} | <!--USB-->{{Yes|USB 2.0}} | <!--Ethernet-->{{Yes|Realtek 8168 8169 - rev 1.?? 8111? - rev 1.91 8111E}} | <!--Test Distro-->Icaros 2.3 | <!--Comments-->2011 64bit AMD G-T48E 1.4Ghz Dual Bobcat Brazos BGA413 - boot with noacpi - BIOS via delete during boot - p key to select boot - single DDR3 sodimm slot max 4Gb (remove small board to upgrade) - passive no fan - 15cm/6" high smaller 1ltr case and lack of expansion options - PA16 19v psu Coax 5.5mm/2.5mm |- | <!--Name-->Dell Wyse 7010 thin client black case *2011 Zx0 Z90D7 2GF/2GR *2013 Z10D *2014 Z50D 2GF/2GR *2015 Zx0 Z90D7 8GF/4GR *2017 Zx0 Linux ThinOS 8GF/2GR *some Cisco VXC branded white cases 6000 6215 CVXC-6215-K9 | <!--IDE-->{{N/A}} | <!--SATA-->{{Yes|IDE mode for half slim sata2 ssd ata.device, uncased sandisk z300s z400s untried}} | <!--Gfx-->{{Maybe|VESA 2d through DVI and DP 1.1a hdmi adapters - no r600 3d support, untested dual monitor}} | <!--Audio-->{{Yes|HD Audio 6.34 detected but ALC269 codec works on one case speaker only - HD Audio 6.29 no output}} | <!--USB-->{{Yes|2.0 works but NEC 720200 3.0 not detected but seems to work like 2.0}} | <!--Ethernet-->{{Yes|Realtek 8169 8111e 8111F}} | <!--Test Distro-->Icaros 2.3 and Aros One 1.5 | <!--Comments-->2011 64bit AMD G-T56N 1.65 GHz Dual with A50M FCH - 20cm/8" high 1.5ltr larger fanless case - 2 DIMM slots max 16GB - miniPCIe CN14 no msata ssd support in bios - PA-16 19v external psu Coax 5.5mm/2.5mm - password Fireport - wifi card and 2 40cm SMA female bulkhead WiFi Antenna to IPEX IPX u.fl Ufl WLAN Cable pigtail maybe needed |- | <!--Name-->Wyse 7020 Thin Client * 2013 Quad-core AMD GX-420CA 2.0 GHz (25W) - * 2018 Zx0Q Quad-core AMD GX-415GA 1.5 GHz (15W) with Quad display 3dp and 1dvi | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx-->{{Maybe|Vesa 2d only for AMD Radeon HD8400E radeonsi (dual display) or AMD Radeon HD 8330E IGP with AMD Radeon E6240 Seymour E6460 (quad display)}} | <!--Audio--> | <!--USB-->4 x USB2.0 works but 2 USB3 issues | <!--Ethernet-->Realtek 8169 8111 | <!--Test Distro--> | <!--Comments-->2013 64bit quad eKabini Jaguar cores - two SODIMM sockets layered in centre of mobo DDR3L RAM - Coax 5.5mm/2.5mm 9mm plug is too short but 14mm length is fine - * 16/32GB Flash / 4GB RAM DDR3 (Windows 10, WE8S and WES7P) * Zx0 8GB Flash / 2GB RAM DDR3 (Linux) |- | <!--Name-->Dell Wyse Dx0Q (5020) D90Q8 NJXG4 AMD G-Series | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx-->HD 8330E GCN 2.0 | <!--Audio--> with Realtek codec | <!--USB-->4 x USB2.0 works but 2 USB3 issues | <!--Ethernet-->Realtek 8169 8111 | <!--Test Distro--> | <!--Comments-->2014 64bit Quad-core AMD GX-415GA 1.5 GHz - 2 layered near edge of mobo 204-pin DDR3L SODIMM (bottom one tricky to insert) - 19v Coax 5.5mm/2.5mm - passive no fan - 15cm/6" high smaller 1ltr case and lack of expansion options |- | <!--Name-->Dell Wyse 5060 N07D thin client | <!--IDE-->{{N/A}} | <!--SATA-->{{Yes|IDE bios mode}} | <!--Gfx-->{{maybe|Vesa 2d - AMD R5E thru dp1 with an hdmi adapter no output thru dp2 - no hdmi/dvi ports}} | <!--Audio-->{{yes|HD Audio with Realtek ALC231 codec head phones only}} | <!--USB-->{{Maybe|4 x USB2.0 works but 2 USB3 issues}} | <!--Ethernet-->{{yes|realtek 8169 8111h}} | <!--Test Distro-->AROS One 1.6 usb | <!--Comments-->2017 64bit quad GX-424CC 19.5v external psu - CN-0Y62H1 mobo with 2 layered ddr3l 16Gb max sodimm slots at edge of mobo, bottom 0 one blocking - passive no fan - 15cm/6" high smaller 1ltr case and lack of expansion options - |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- |} ====Fujitsu Siemens==== {| class="wikitable sortable" width="100%" ! width="15%" |Name ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Integrated Gfx ! width="10%" |Audio ! width="10%" |USB ! width="10%" |Ethernet ! width="15%" |Test Distro ! width="20%" |Comments |- | Scenic [http://uk.ts.fujitsu.com/rl/servicesupport/techsupport/ProfessionalPC/Scenic/ScenicE/ScenicE.htm E600] (compact desktop) | | | {{partial|VESA only}} | {{yes|AC97}} | | {{no|Intel PRO/1000}} | {{dunno}} | Nice small, silent PC with good AROS support. |- | Scenic T i845 | {{dunno}} | {{n/a}} | {{n/a}} | {{dunno|Intel AC97}} | {{dunno|UHCI}} | {{dunno|Intel PRO/100}} | Icaros 1.5.2 | AROS does not boot |- | <!--Name-->FUJITSU Futro S700 S900 Thin Client | <!--IDE--> | <!--SATA--> | <!--Gfx-->Radeon HD 6320, HD 6250, HD 6290 (DP runs higher) | <!--Audio--> | <!--USB--> | <!--Ethernet-->{{Maybe|Realtek}} | <!--Test Distro--> | <!--Comments-->2011 64bit AMD 1.2Ghz - 20V 2A psu 5.5mm/2.1mm coax (S900) - mSATA 1GB-16GB - 2 SODIMM sockets for DDR3 - *G-T56N 1.65GHz *G-T40N 1.00GHz *G-T44R 1.20GHz |- | <!--Name-->Fujitsu Futro S720 ThinClient D3313-B13 D3313-F | <!--IDE--> | <!--SATA--> | <!--Gfx-->AMD Radeon HD 8280E later R5E | <!--Audio--> | <!--USB--> | <!--Ethernet-->{{Maybe|Realtek}} | <!--Test Distro--> | <!--Comments-->2014 64bit - 1 Sodimm slot - 19V-20V 2A 5.5mm/2.5mm coax - *2014 64bit AMD GX-217GA 1.65GHz VFY:S0720P8009FR VFY:S0720P8008DE VFY:S0720P4009GB *2015 64bit AMD GX-222GC 2.20GHz up to 2.4 GHz VFY:S0720P702BDE VFY:S0720P702BFR all begin VFY:S0720P and end with a two digit country code |- | <!--Name-->Fujitsu FUTRO S920 D3313-E D3313-G | <!--IDE--> | <!--SATA--> | <!--Gfx-->Radeon R5E | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments-->2016 64bit - 1 so dimm slot - 19v barrel psu 5.5mm 2.5mm - *2016 AMD GX-222GC SOC 2.20GHz Dual *2017 AMD G-Series GX-424CC 2.40 GHz Quad |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- |} ====HP Compaq==== {| class="wikitable sortable" width="100%" ! width="15%" |Name ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Integrated Gfx ! width="10%" |Audio ! width="10%" |USB ! width="10%" |Ethernet ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name-->Compaq presario 7360 | <!--IDE-->{{yes|Working}} | <!--SATA-->{{N/A}} | <!--Gfx-->{{Maybe|VESA}} | <!--Audio-->{{Maybe|AC97 via}} | <!--USB-->{{Maybe|issues}} | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name-->Compaq EP Series 6400/10 | <!--IDE--> {{yes|IDE}} | <!--SATA--> {{N/A}} | <!--Gfx--> {{N/A}} | <!--Audio--> {{no|ISA}} | <!--USB--> {{yes|USB 1.1}} | <!--Ethernet--> {{N/A}} | <!--Test Distro--> {{dunno}} | <!--Comments--> |- | <!--Name-->Compaq Evo D510 | {{yes|Working}} | {{N/A}} | {{partial|Intel Extreme (VESA only)}} | {{yes|AC97}} | {{yes|Working}} | {{yes|Intel PRO/100}} | Icaros 1.5 | <!--Comments--> |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name-->Compaq DX2000 MT | <!--IDE-->{{yes}} | <!--SATA-->{{maybe}} | <!--Gfx-->{{maybe|Intel Extreme 2 (VESA only)}} | <!--Audio-->{{no|detects AC97 but no support for ADI AD1888 codec}} | <!--USB-->{{yes|OHCI/EHCI }} | <!--Ethernet-->{{no|Intel 82526EZ e1000}} | <!--Test Distro--> Icaros 1.51 | <!--Comments-->boots ok but no audio |- | <!--Name-->Compaq DX 2200 | <!--IDE-->{{yes}} | <!--SATA-->{{maybe}} | <!--Gfx-->{{maybe|RC410 [Radeon Xpress 200] (VESA only)}} | <!--Audio-->{{dunno|HD Audio}} | <!--USB-->{{maybe|OHCI/EHCI issues }} | <!--Ethernet-->{{N/A}} | <!--Test Distro--> {{dunno}} | <!--Comments-->issues |- | <!--Name--> d230 | <!--IDE--> {{yes|UDMA}} | <!--SATA--> {{N/A}} | <!--Gfx--> {{partial|Intel Extreme (VESA only)}} | <!--Audio--> {{partial|Intel AC97 (speaker and headphones only, no line-out)}} | <!--USB--> {{yes|USB}} | <!--Ethernet--> {{Maybe|Broadcom BCM4401}} | <!--Test Distro--> Icaros 1.4.5 | <!--Comments--> |- | <!--Name-->t500 | <!--IDE-->{{Yes}} | <!--SATA-->{{N/A}} | <!--Gfx-->{{Yes|FX5200 (2D; 3D with older driver)}} | <!--Audio-->{{Yes|AC97 ICH4 ALC658D}} | <!--USB-->{{Yes|UHCI/EHCI}} | <!--Ethernet-->{{Yes|RTL 8101L 8139}} | <!--Test Distro-->Nightly Build 2012-09-22 | <!--Comments--> |- | <!--Name-->DC7700 | <!--IDE-->{{Yes}} | <!--SATA-->{{Yes}} | <!--Gfx-->{{Yes|GMA 2D}} | <!--Audio-->{{Yes| ICH8}} | <!--USB-->{{Yes}} | <!--Ethernet-->{{No|82566DM e1000e}} | <!--Test Distro-->Nightly Build 2013-??-?? | <!--Comments-->Some support at low cost |- | <!--Name-->HP dc 7600 CMT | <!--IDE--> | <!--SATA--> | <!--Gfx-->{{Yes|Intel Graphics Media Accelerator 950}} | <!--Audio-->{{Yes|Realtek ACL 260}} | <!--USB-->{{Yes|USB 2.0}} | <!--Ethernet-->{{No|Intel PRO/1000 GT}} | <!--Test Distro--> | <!--Comments--> |- | <!--Name--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || IDE || SATA || Gfx || Audio || USB || Ethernet || Test Distro || Comments |- | <!--Name-->HP t5000 thin client series t5500 t5510 t5515 PC538A or PC542A t5700 t5710 Transmeta Crusoe Code Morphing TM 5400 5600 800Mhz | <!--IDE-->128mb to 512MB | <!--SATA-->{{N/A}} | <!--Gfx-->Ati Radeon 7000M | <!--Audio-->VIA with codec | <!--USB-->{{No|Issues}} | <!--Ethernet-->VIA Rhine 2 | <!--Test Distro--> | <!--Comments-->2006 32bit - ddr max 1GB - F10 setup - all t51xx and some t55xx units will not include a SODIMM slot - |- | <!--Name-->HP t5000 thin client series CN700 *HSTNC-002L-TC t5135, t5530 | <!--IDE--> | <!--SATA--> | <!--Gfx-->Vesa 2d 128Mb Via S3 1600 x 1200 32-bit colour | <!--Audio-->AC97 | <!--USB--> | <!--Ethernet-->VIA VT6102 VT6103 [Rhine-II] (rev 78) | <!--Test Distro--> | <!--Comments-->2007 32bit t5135 appears identical to the t5530 except the CPU VIA Esther 400 MHz - RAM 64Mb (? max) - 8 x USB2.0 - 12V 3.33A Coax 5.5mm/2.1mm |- | <!--Name-->HP t5720, t5725 HSTNC-001L-TC | <!--IDE--> | <!--SATA--> | <!--Gfx-->VESA 2d SiS741GX 2048 x 1536 32-bit colour | <!--Audio-->SiS SiS7012 AC'97 | <!--USB-->6 x USB2.0 | <!--Ethernet-->VIA VT6102 VT6103 [Rhine-II] (rev 8d) | <!--Test Distro--> | <!--Comments-->2007 32bit AMD Geode NX1500 1GHz socketed - RAM 512MB or 1GB, 256MB, 512MB or 1GB - 12V psu |- | <!--Name-->t5000 series VX800 HSTNC-004-TC t5145, t5540, t5545, t5630 | <!--IDE--> | <!--SATA--> | <!--Gfx-->Vesa 2d VIA Chrome9 | <!--Audio-->HD Audio VIA | <!--USB--> | <!--Ethernet-->{{No|VT6120 VT6121 VT6122 Gigabit (rev 82)}} | <!--Test Distro--> | <!--Comments-->2010 32bit - RAM 64Mb (? max) - 8 x USB2.0 - 12V 4.16A Coax: 5.5mm/2.1mm - |- | <!--Name-->t5730w Geode NX HSTNC-003-TC t5730 | <!--IDE-->{{n/a|ATA Flash}} | <!--SATA--> | <!--Gfx-->Vesa 2d ATI Radeon X1250 2048 x 1536 32-bit colour | <!--Audio--> | <!--USB-->{{Yes|8 x USB2.0}} | <!--Ethernet-->{{No|Broadcom 5707M tg3 10/100/1000}} | <!--Test Distro--> | <!--Comments-->2008 64bit AMD Sempron 2100+ 1GHz - RAM 1GB (Max 4GB) - 12V 4.16A Coax 5.5mm/2.1mm - |- | <!--Name-->HSTNC-005-TC gt7720, gt7725 | <!--IDE--> | <!--SATA--> | <!--Gfx-->Vesa 2d AMD RS780G HD 3200 - 2560 x 1600 DVI-D & DVI-H | <!--Audio--> | <!--USB-->8 x USB2.0 | <!--Ethernet-->{{No|Broadcom BCM5787M}} | <!--Test Distro--> | <!--Comments-->2009 64bit AMD Turion Dual Core CPU 2.3GHz - 1 DDR2 200-pin SODIMM - 19V 4.16A Coax 7.4mm/5.0mm (gt7725) - |- | <!--Name-->HP t5740 Thin Client HSTNC-006-TC t5740, t5745, st5742 | <!--IDE--> | <!--SATA--> | <!--Gfx-->{{Maybe|CL40 gfx }} | <!--Audio-->{{Yes|HD audio with IDT codec}} | <!--USB-->{{Maybe| }} | <!--Ethernet-->{{No|Broadcom BCM57780 Gigabit}} | <!--Test Distro-->Nightly build and Icaros | <!--Comments-->2009 32bit Atom N280 - F10 on power up to get into the BIOS screens. F12 brings up the boot options - |- | <!--Name-->t5000 series HSTNC-012-TC VIA Nano u3500 VX900 *t5550 512MB/1GB Windows CE6 R3 *t5565 1GB/1GB HP ThinPro *t5570 2GB/1GB WES 2009 | <!--IDE--> | <!--SATA--> | <!--Gfx-->Vesa 2d VIA ChromotionHD 2.0 GPU Chrome9 | <!--Audio-->VIA 9170 VT1708S codec | <!--USB--> | <!--Ethernet-->{{No|Broadcom BCM57780 Gigabit}} | <!--Test Distro--> | <!--Comments-->32bit - 1 sodimm - 19V 3.42A supply connector standard yellow-tip coax plug 4.8mm/1.8mm "Standard HP Compaq DC Power Plug 4.8mm x 1.5mm / 1.7mm Yellow Tip Connector - |- | <!--Name-->HP t510 Via Eden X2 U4200 HSTNC-012-TC shares features with t5570e, t5565z | <!--IDE-->2G ATA Flash DOM | <!--SATA-->one | <!--Gfx-->{{Maybe|Vesa 2d for Chrome9 VIA ChromotionHD 2.0 gfx}} | <!--Audio-->{{Maybe|VIA VT8237A VT8251 HDA with codec}} | <!--USB-->{{Maybe|6 USB2 }} | <!--Ethernet-->{{No|Broadcom Corporation NetLink BCM57780 Gigabit Ethernet PCIe}} | <!--Test Distro--> | <!--Comments-->2010 32bit - one slot ddr3 sodimm max 4GB - 19V 3.42A Coax 4.8mm/1.8mm - |- | <!--Name--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || IDE || SATA || Gfx || Audio || USB || Ethernet || Test Distro || Comments |- | <!--Name-->HP T610 Thin Client | <!--IDE-->{{Maybe|}} | <!--SATA-->2 sata | <!--Gfx-->Radeon 6320 1 dp port 1 dvi | <!--Audio--> | <!--USB-->two USB2 on the front, two USB2 and two USB 3 ports on the rear | <!--Ethernet-->{{No|Broadcom BCM57780}} | <!--Test Distro--> | <!--Comments-->64 bit AMD G-T56N A55E - 2 204-pin DDR3 1600MHz SODIMMs PC3-12800 under motherboard via removable panel - 19.5V 3A Coax male 7.4mm/5.0mm + centre pin - |- | <!--Name-->HP T420 Thin Client | <!--IDE-->{{N/A}} | <!--SATA-->{{N/A}} | <!--Gfx-->Radeon 8180 dvi vga | <!--Audio--> | <!--USB-->2 front 2 rear USB2 | <!--Ethernet-->{{Maybe|Realtek}} | <!--Test Distro--> | <!--Comments-->2015 64 bit AMD Embedded G-Series GX-209JA SOC (1 GHz, 2 cores) 1GHz - soldered in place 2GB DDR3 - smaller than usual 19.5V 2.31A Coax male 4.5mm/3.0mm + centre pin - usb stick internal for storage - E15 BBR - |- | <!--Name-->HP t520 TPC-W016 | <!--IDE-->{{N/A}} | <!--SATA-->1 m.2 mounting holes for 2242 and 2260 SSDs SATA non-NVME | <!--Gfx-->Radeon R2E | <!--Audio--> | <!--USB-->2 USB3 front, 4 USB2 back | <!--Ethernet-->{{Maybe|Realtek}} | <!--Test Distro--> | <!--Comments-->2014 2017 64 bit AMD GX-212JC 1.2Ghz (2 core) - 1 204-pin DDR3 SODIMM - 19.5V 3.33A 7.4mm Coax with central pin |- | <!--Name-->HP t620 TPC 1004 TC and t620 PRO (wider version) TPC-I020-TC | <!--IDE-->{{N/A}} | <!--SATA-->mSATA socket removed end of 2014; single M.2 socket non-NVME sata most models | <!--Gfx-->Radeon HD 8280E graphics 8330E up to two 30in displays 2 dp ports no dvi | <!--Audio--> | <!--USB-->4 front, 2 back, 2 inside | <!--Ethernet-->{{Maybe|Realtek}} | <!--Test Distro--> | <!--Comments-->2014 64bit AMD G-Series GX-217GA 2 core APU 1.65GHz, AMD GX-415GA - 2 DDR3L SODIMMs side by side - mSATA ssd and M.2 SSD are M1.6 screws, M2.0 screws used on most SSDs - 19.5V 3.33A Coax male 7.4mm with centre pin - |- | <!--Name-->HP T530 | <!--IDE-->{{N/A}} | <!--SATA-->1 m.2 sata ssd up to 2280 | <!--Gfx-->Radeon R2E | <!--Audio--> | <!--USB-->1 USB3.1, 1 usb-c front, 4 USB2 back | <!--Ethernet-->{{Maybe|Realtek}} | <!--Test Distro--> | <!--Comments-->2017 64 bit AMD GX-215JJ (2 core) 1.5GHz - 1 204-pin DDR4 SODIMM - smaller 19.5V 2.31A Coax male 4.5mm/3.0mm + centre pin - |- | <!--Name-->HP t630 Thin Client TPC-I020-TC | <!--IDE-->{{N/A}} | <!--SATA-->two SATA M.2 SSDs, 1st up to 2280, 2nd socket up to 2242 | <!--Gfx-->Radeon AMD Wani R7E up to four displays 2 dp ports - no dvi / hdmi | <!--Audio--> | <!--USB-->4 front, 2 back, 1 inside | <!--Ethernet-->{{Maybe|Realtek 8169 8111H}} | <!--Test Distro--> | <!--Comments-->2017 64bit AMD GX-420GI quad core 2Ghz - 2 DDR4 SODIMMs side by side - 19.5V 3.33A Coax male 7.4mm with centre pin - |- | <!--Name-->HP T730 Thin Client | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx-->Radeon R7 | <!--Audio--> | <!--USB--> | <!--Ethernet-->Realtek rtl8169 RTL8111 8168 8411 and/or Broadcom | <!--Test Distro--> | <!--Comments-->2017 64bit RX-427BB With |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name-->HP Compaq Elite 7200 7300 8200 8300 SFF with kettle IEC psu cable | <!--IDE--> | <!--SATA-->{{yes|IDE ata legacy only in BIOS}} | <!--Gfx-->i pci-e | <!--Audio-->{{Maybe|8200 works}} | <!--USB-->{{yes| }} | <!--Ethernet-->{{no|Intel or Broadcom}} | <!--Test Distro-->icaros 2.3 | <!--Comments-->2013 64bit dual core - add pci-e rtl8169 ethernet card and pci-e gf210 nvidia low height - |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name-->ProDesk | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name-->HP EliteDesk 705 G4 Mini 1ltr AMD Ryzen 2200G | <!--IDE-->{{N/A|}} | <!--SATA-->{{Maybe|Nvme}} | <!--Gfx-->Vega 8 | <!--Audio-->HD Audio | <!--USB-->USB2 usb3 | <!--Ethernet-->Realtek 8169 | <!--Test Distro--> | <!--Comments-->2020 64bit Am4 socket - 2 sodimm 16GB max - 19.5v hp socket ext psu - |- | <!--Name-->HP EliteDesk 805 G6 Mini 4750GE | <!--IDE-->{{N/A}} | <!--SATA-->2.5in carrier and 2 slots m.2 nvme | <!--Gfx-->Vega 8 with DP and HDMI flex io2 output options | <!--Audio--> | <!--USB-->4 usb a - gen 2 10gig and gen 1 5gig ports | <!--Ethernet-->{{N/A}} | <!--Test Distro--> | <!--Comments-->2021 64bit AMD Ryzen 4000 SBC unlocked - 2 sodimm ddr4 slots - wifi6 - |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- |} ====Lenovo==== {| class="wikitable sortable" width="100%" ! width="15%" |Name ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Integrated Gfx ! width="10%" |Audio ! width="10%" |USB ! width="10%" |Ethernet ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name-->ThinkCenter M75n nano Ryzen3 3300U | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name-->ThinkCentre M75q M75q-1 Tiny 1ltr TMM AMD Ryzen 5 PRO Quad 3500 Pro 3400GE - 2 core version avoid | <!--IDE-->{{N/A|}} | <!--SATA-->{{Maybe|NVMe}} | <!--Gfx-->Vega | <!--Audio-->HD Audio codec | <!--USB-->3 USB3 Gen 1 | <!--Ethernet-->Realtek 8169 8111 | <!--Test Distro--> | <!--Comments-->2019 64bit - 20v rectangle psu - 2 sodimm max 32GB - |- | <!--Name-->ThinkCentre Ryzen 7 PRO Tiny 1ltr Gen 2 AMD 4000 series 4750GE | <!--IDE-->{{N/A|}} | <!--SATA-->{{Maybe|NVme}} | <!--Gfx-->Vega 8 | <!--Audio-->HD Audio codec | <!--USB--> | <!--Ethernet-->Realtek 8169 8111 | <!--Test Distro--> | <!--Comments-->2021 64bit vendor locked - 20v psu - 2 sodimm - |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- |} ====Misc==== {| class="wikitable sortable" width="100%" ! width="15%" |Name ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Integrated Gfx ! width="10%" |Audio ! width="10%" |USB ! width="10%" |Ethernet ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name-->Samsung Syncmaster Thin Client Display TC-W Series 24" LF24 TOWHBFM/EN TC220W LED LF22TOW HBDN/EN || <!--IDE-->{{N/A}} || <!--SATA-->8gb SSD || <!--Gfx-->{{Maybe| VESA mode only Radeon HD 6290}} || <!--Audio--> || <!--USB-->2 USB 2.0 || <!--Ethernet--> || <!--Test Distro--> || <!--Comments-->Thin Client C-50 AMD® 1000 MHz and no wireless |- | <!--Name-->Advantech TPC-2140 G-T56E | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx-->{{Maybe| }} | <!--Audio--> | <!--USB--> | <!--Ethernet-->{{Maybe|Realtek}} | <!--Test Distro--> | <!--Comments--> |- | <!--Name-->10Zig 6872 G-T56N | <!--IDE--> | <!--SATA--> | <!--Gfx-->{{Maybe| }} | <!--Audio--> | <!--USB--> | <!--Ethernet-->{{Maybe|Realtek}} | <!--Test Distro--> | <!--Comments--> |- | <!--Name-->10ZiG 7800q | <!--IDE--> | <!--SATA--> | <!--Gfx-->AMD Radeon 5E 3840 x 2160 @ 30Hz to 2560 x 1600 @ 60Hz 2 x Display Port | <!--Audio--> | <!--USB-->6 x USB2.0 2 x USB3.0 | <!--Ethernet-->{{Maybe|Realtek}} | <!--Test Distro--> | <!--Comments-->2015 64bit AMD GX-424CC (Quad Core) 2.4GHz - 1 ddr3 sodimm - 12V 4A Coax 5.5mm/2.1mm |- | <!--Name-->IGEL Hedgehog M340C UD3 *2016 V1.0 AMD GX-412HC 1.2GHz-1.6GHz Radeon R3E graphics *2018 AMD GX-424CC 2.4GHz, Radeon R5E graphics | <!--IDE-->{{N/A|}} | <!--SATA-->SATA half slim | <!--Gfx-->{{Maybe|VESA for Radeon R3E later R5E}} | <!--Audio-->{{Yes|HD Audio with codec ?? (412) pc speaker only - Realtek ALC662-VD0-GR (424) untested}} | <!--USB-->usb3 usb2 | <!--Ethernet-->{{Yes|Realtek 8169 8111 (412) but (424) untested}} | <!--Test Distro-->Aros One x86 1.5 | <!--Comments-->2016 64bit - 20cm/8" high case - 1 DDR3L sodimm slot - external 12V supply with 5.5mm/2.1mm coaxial connector - IDE looking external Interface under base stand for legacy addon ports RS232 - touch power on - Hit the DELete repeatedly before the beep to get to the BIOS - F12 boot |- | <!--Name-->Itona VXL MZE12 AMD a4-5000 | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx-->Ati 8330 vga hdmi dp | <!--Audio--> | <!--USB--> | <!--Ethernet-->Realtek | <!--Test Distro--> | <!--Comments-->2014 64bit quad - 2 stacked sodimm ddr3 middle of mobo - 2 m.2 sata slots - 1 sata short cable half size space - limited 1ltr 8in case no fan - |- | <!--Name-->LG 24CK560N-3A 24' All-in-One Thin Client Monitor, 27CN650N-6N 27CN650W-AC 27', 34CN650W-AC 34', | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments-->2018 64bit AMD Prairie Falcon GX-212JJ |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name-->T-Bao MN25 Mini PC 2500U | <!--IDE-->{{N/A| }} | <!--SATA-->{{Unk|Intel NVMe}} | <!--Gfx-->{{No|VESA Radeon Vega 8}} | <!--Audio-->{{Unk| }} | <!--USB-->{{No|USB 3}} | <!--Ethernet-->{{Unk|Realtek PCIe}} | <!--Test Distro--> | <!--Comments--> |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name-->Minis Forum DeskMini UM350 DMAF5 3550H | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx-->Vega 8 | <!--Audio--> | <!--USB-->USB 3.1 gen 1 and 2 | <!--Ethernet-->{{No|Realtek PCIe 2.5G}} | <!--Test Distro--> | <!--Comments-->2021 64bit |- | <!--Name-->Morefine S500+ 5900HX Mini PC | <!--IDE-->{{N/A}} | <!--SATA-->2 nvme untested 1 sata | <!--Gfx-->Vega 8 thru HDMI 2.0, DP 1.4, and USB type-C | <!--Audio--> | <!--USB-->{{no|usb3.1}} | <!--Ethernet-->1 realtek rtl 8111h and 1 8125 2.5GbE bg-cg | <!--Test Distro--> | <!--Comments-->2022 64bit - 2 sodimm ddr4 |- | <!--Name-->Minis Forum Bessstar Tech EliteMini B550 | <!--IDE-->{{N/A}} | <!--SATA-->1 x 2.5in and 2 nvme | <!--Gfx-->Vega 8 | <!--Audio--> | <!--USB-->{{no|4 usb3.1}} | <!--Ethernet-->{{No|realtek 8125 2.5GbE}} | <!--Test Distro--> | <!--Comments-->2022 64bit AMD 4700G 5700G desktop cpu - 19v 12w round barrel - |- | <!--Name-->Chuwi RzBox | <!--IDE-->{{N/A}} | <!--SATA-->2 nvme | <!--Gfx-->Vega 8 vga, dp, hdmi | <!--Audio--> | <!--USB-->usb-c usb2 | <!--Ethernet-->dual gigabit | <!--Test Distro--> | <!--Comments-->2022 64bit amd 5800h 4800h - 90w psu - |- | <!--Name-->Valve Steam Deck | <!--IDE-->{{N/A}} | <!--SATA-->NVMe | <!--Gfx-->AMD radeon custom GPU 0405 (8 RDNA2 CUs) | <!--Audio--> | <!--USB-->{{No }} | <!--Ethernet-->{{N/A}} | <!--Test Distro--> | <!--Comments-->2021 64bit amd Zen2 |- | <!--Name-->Ayn Loki Pro Max Mini | <!--IDE-->{{N/A}} | <!--SATA-->NVMe | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet-->{{N/A}} | <!--Test Distro--> | <!--Comments-->2022 2023 64bit AMD Ryzen 5 6600u 7 6800u (Zen 3+ RNDA) Mendocino (zen 2 4C/8T RDNA2 2CUs) LPDDR5 memory, |- | <!--Name-->Aya Neo Air Plus | <!--IDE-->{{N/A}} | <!--SATA-->NVMe | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet-->{{N/A}} | <!--Test Distro--> | <!--Comments-->2022 2023 64bit 6600u 6800u medocini |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- |} ===Server Systems=== [[#top|...to the top]] ====IBM==== {| class="wikitable sortable" width="100%" ! width="15%" |Name ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Integrated Gfx ! width="10%" |Audio ! width="10%" |USB ! width="10%" |Ethernet ! width="15%" |Test Distro ! width="20%" |Comments |- | <!--Name-->xSeries 206m | <!--IDE-->{{yes}} | <!--SATA-->{{yes}} | <!--Gfx-->{{Maybe|ATI RN50b (VESA only)}} | <!--Audio-->{{n/a}} | <!--USB-->{{yes|USB 2.0 (UHCI/EHCI)}} | <!--Ethernet-->{{no|Broadcom}} | <!--Test Distro-->Nightly Build 2014-09-27 | <!--Comments--> |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- |} ===Motherboard=== [[#top|...to the top]] * Late 2002, USB2.0 added and slightly better AROS sound support (AC97) appeared * 2002-2005 and still, to a limited extent, ongoing [http://en.wikipedia.org/wiki/Capacitor_plague bad capacitors] * Late 2003, ATX PSUs moved from 5V to 12v rails (extra 4pin on motherboard for CPU) * Late 2005, PCI Express replaced AGP and HDAudio replaced AC97 * Late 2007, ATX PSUs added extra 12V PCI-E connectors and 4+4pin for CPUs * Late 2010, USB3.0 appears on motherboards or needing a PCI-E motherboard slot * Late 2014 Hardware USB2 removed from USB3 chipsets ====AMD==== [[#top|...to the top]] =====Socket A 462 (2001/4)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->[http://www.sharkyextreme.com/hardware/motherboards/article.php/2217921/ABIT-NF7-S-nForce2-Motherboard-Review.htm Abit NF7-S] | <!--Chipset-->nForce 2 | <!--ACPI--> | <!--IDE-->2 ports | <!--SATA-->SIL 3112A | <!--Gfx--> | <!--Audio-->{{yes|ALC650 AC97 (Nvidia APU)}} | <!--USB-->{{yes}} | <!--Ethernet-->Realtek RTL 8201LB | <!--Opinion-->Firewire Realtek RTL8801B |- | <!--Name-->ASRock K7NF2 | <!--Chipset-->nforce2 ultra 400 | <!--ACPI--> | <!--IDE-->{{yes}} | <!--SATA-->{{N/A}} | <!--Gfx-->{{yes|AGP 8x}} | <!--Audio-->CMedia CMI 9761A AC'97 | <!--USB-->{{yes}} | <!--Ethernet-->Realtek 8201 | <!--Opinion--> |- | <!--Name-->ASRock K7S8X | <!--Chipset-->SIS 746FX | <!--ACPI--> | <!--IDE-->{{yes}} | <!--SATA--> | <!--Gfx-->{{yes|AGP 8x}} | <!--Audio-->{{yes|AC'97 cmedia}} | <!--USB-->{{maybe|USB2.0 works but does not boot}} | <!--Ethernet-->{{yes|SiS900}} | <!--Opinion--> |- | <!--Name-->ASRock K7S41GX | <!--Chipset-->SIS 741GX + DDR 333 | <!--ACPI--> | <!--IDE-->{{yes}} | <!--SATA--> | <!--Gfx-->{{maybe|onboard sis does not work with vga or vesa but AGP 8x works}} | <!--Audio-->{{yes|AC97 SIS 7012}} | <!--USB-->{{maybe|USB2.0 works but does not boot}} | <!--Ethernet-->{{yes|SiS 900}} | <!--Opinion-->works ok |- | <!--Name-->[http://www.asus.com ASUS A7N8X] | <!--Chipset-->nForce2 | <!--ACPI--> | <!--IDE-->{{yes}} | <!--SATA-->Silicon Image Sil 3112A | <!--Gfx-->1 AGP slot | <!--Audio-->{{yes|ac97 ALC650}} | <!--USB-->{{yes|ehci USB2.0}} | <!--Ethernet-->{{yes|rtl8201BL - nforce}} | <!--Opinion-->first total support for AROS in 2004/5 - damocles and M Schulz |- | <!--Name-->Biostar M7NCD | <!--Chipset-->nForce2 Ultra 400 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->{{yes|ALC650 AC97}} | <!--USB--> | <!--Ethernet-->{{yes|RTL8201BL}} | <!--Opinion--> |- | <!--Name-->Chaintech 7NJS Ultra Zenith | <!--Chipset-->nForce2 Ultra 400 | <!--ACPI--> | <!--IDE--> | <!--SATA-->Promise PDC 20376 | <!--Gfx--> | <!--Audio-->{{yes|CMI8738}} | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->DFI Lanparty NF2 Ultra | <!--Chipset-->nForce2 Ultra 400 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->{{no|via ac97 VT1616}} | <!--USB--> | <!--Ethernet-->RTL8139C | <!--Opinion--> |- | <!--Name-->ECS N2U400-A | <!--Chipset-->nForce2 Ultra 400 | <!--ACPI--> | <!--IDE-->{{yes}} | <!--SATA--> | <!--Gfx--> | <!--Audio-->{{no|Cmedia 9379A AC97}} | <!--USB-->{{yes|usb2.0}} | <!--Ethernet-->{{no|VIA VT6103L}} | <!--Opinion--> |- | <!--Name-->Gigabyte GA7N400L | <!--Chipset-->nForce2 Ultra 400 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->1 AGP 8x slot | <!--Audio-->{{yes|AC97 ALC650}} | <!--USB-->2 USB2.0 | <!--Ethernet-->RTL8100C | <!--Opinion--> |- | <!--Name-->[http://www.gigabyte.lv/products/page/mb/ga-8siml Gigabyte 8SIML] | <!--Chipset-->SIS 650 | <!--ACPI--> | <!--IDE-->{{yes}} | <!--SATA--> | <!--Gfx-->{{maybe|VESA}} | <!--Audio-->{{yes|AC'97}} | <!--USB-->{{maybe|working}} | <!--Ethernet-->{{no|Realtek RTL8100L LAN}} | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Matsonic [http://www.elhvb.com/mobokive/archive/matsonic/manual/index.html Manuals] MS83708E | <!--Chipset-->SIS730 | <!--ACPI--> | <!--IDE-->{{yes|SiS 5513}} | <!--SATA-->{{N/A}} | <!--Gfx-->{{maybe|sis 305 no support use VESA}} | <!--Audio-->{{no|sis7018}} | <!--USB-->{{no|SiS 7001 USB 1.1 only}} | <!--Ethernet-->{{yes|SIS900}} | <!--Opinion-->little support |- | <!--Name-->[http://h10025.www1.hp.com/ewfrf/wc/document?docname=bph07585&lc=en&dlc=en&cc=us&dest_page=softwareCategory&os=228&tool=softwareCategory&query=Pavilion%20742n&product=89232 MSI MS-6367 HP 722n 742n (Mambo) (2001/2)] | <!--Chipset-->Nvidia nforce 220D (2001/2) | <!--ACPI--> | <!--IDE-->{{Yes}} | <!--SATA-->{{N/A}} | <!--Gfx-->GeForce2 AGP works 2D nouveau only | <!--Audio-->{{Maybe|AC97 ADI 1885 no volume control on Units 0-3}} | <!--USB-->{{Yes|4 USB1.1 ports AMD based - front 2 ports iffy}} | <!--Ethernet-->{{No|nForce}} | <!--Opinion-->Tested 20th Aug 2012 NB |- | <!--Name-->MSI K7N2 [http://us.msi.com/index.php?func=proddesc&maincat_no=1&prod_no=546/ Delta ILSR] Delta-L | <!--Chipset-->nForce2 (2002/3) | <!--ACPI--> | <!--IDE-->{{yes|Primary & Secondary ports}} IDE Tertiary port (RAID) | <!--SATA-->2 ports (RAID) | <!--Gfx-->{{yes|when fitted with an agp video card}} | <!--Audio-->{{yes|ac97 ALC650}} | <!--USB-->{{yes}} | <!--Ethernet-->{{yes|rtl8201BL - nforce}} | <!--Opinion-->runs AROS well. Tested with Icaros 1.2.3 |- | <!--Name-->MSI K7N2 Delta2-LSR Platinum | <!--Chipset-->nForce2 (2002/3) | <!--ACPI--> | <!--IDE-->{{yes|Primary & Secondary ports}} IDE Tertiary port (RAID) | <!--SATA-->2 ports (RAID) | <!--Gfx-->{{yes|when fitted with an agp video card}} | <!--Audio-->{{No|ac97 ALC655}} | <!--USB-->{{yes}} | <!--Ethernet-->{{yes|rtl8201BL - nforce}} | <!--Opinion-->runs AROS well. Tested with Icaros 1.2.3 |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->[http://www.sharkyextreme.com/hardware/motherboards/article.php/2204281/Soltek-SL-75MRN-L-nForce2-Motherboard-Review.htm Soltek 75FRN-L] | <!--Chipset-->nForce2 | <!--ACPI--> | <!--IDE-->{{yes|2 ports}} | <!--SATA-->{{N/A}} | <!--Gfx-->AGP slot | <!--Audio-->{{yes|ALC650}} | <!--USB-->{{yes|2 usb2.0}} | <!--Ethernet-->{{yes|Realtek RTL8201BL}} | <!--Opinion-->good support |- | <!--Name-->[http://www.3dvelocity.com/reviews/mach4nf2ultra/mach4.htm XFX Pine Mach4 nForce2 Ultra 400] | <!--Chipset-->nForce2 | <!--ACPI--> | <!--IDE-->{{yes|3 ports}} | <!--SATA-->{{maybe|2 ports VIA VT6240}} | <!--Gfx-->1 AGP 8x slot | <!--Audio-->{{yes|ALC650}} | <!--USB-->{{yes|2 USB2.0}} | <!--Ethernet-->{{yes|RTL8201BL}} | <!--Opinion-->some support |- | <!--Name-->ASUS A7V266 | <!--Chipset-->via KT266A + 8233 | <!--ACPI--> | <!--IDE-->{{no|issues}} | <!--SATA--> | <!--Gfx-->1 AGP slot | <!--Audio-->AD1980 AC97 | <!--USB--> | <!--Ethernet-->VIA VT6103 | <!--Opinion-->[http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=4436&forum=24&post_id=38874#forumpost38874 issues with booting] |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket 754 (2004/5)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->Abit NF8-V2 | <!--Chipset-->nForce3 250GB (2004/5) | <!--ACPI--> | <!--IDE-->{{yes|2 ports}} | <!--SATA-->{{maybe|2 ports}} | <!--Gfx-->1 AGP slot x8 | <!--Audio-->ALC658 ac97 | <!--USB-->{{yes|2 USB2.0}} | <!--Ethernet-->{{no|RTL8201C}} | <!--Opinion-->a little support but no Firewire VIA VT6306 |- | <!--Name-->Biostar CK8 K8HNA Pro | <!--Chipset-->nforce3 150 | <!--ACPI--> | <!--IDE--> | <!--SATA-->VT6420 thru ide legacy only | <!--Gfx--> | <!--Audio-->{{no|AC97 ALC655}} | <!--USB--> | <!--Ethernet-->Realtek RTL8110S | <!--Opinion-->Firewire VT6307 no |- | <!--Name-->[http://www.extremeoverclocking.com/reviews/motherboards/Chaintech_ZNF3-150_3.html Chaintech ZNF3-150 Zenith] | <!--Chipset-->nforce3 150 | <!--ACPI--> | <!--IDE-->2 ports | <!--SATA-->{{maybe|Sli3114 SATA via IDE emul}} | <!--Gfx-->1 AGP slot | <!--Audio-->{{no|VIA Envy24PT (VT1720) + VT1616}} | <!--USB-->{{yes|2 USB2.0}} | <!--Ethernet-->{{no|Broadcom GbE 5788}} | <!--Opinion-->very little support needs PCI cards but no Firewire VIA VT6306 |- | <!--Name-->DFI Lanparty UT nF3 250GB | <!--Chipset-->nForce3 250gb | <!--ACPI--> | <!--IDE-->2 ports | <!--SATA-->{{maybe|2 ports nForce3 and 2 Marvell SATA PHY}} | <!--Gfx--> | <!--Audio-->{{yes|AC97 ALC850}} | <!--USB-->{{yes|2 USB2.0}} | <!--Ethernet-->CK8S - Winfast NF3 250K8AA works and Marvell 88E1111 does not work | <!--Opinion-->[[http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5804&forum=24&post_id=54295#forumpost54295 works well] but no Firewire VIA VT6307 |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Gigabyte GA-K8N | <!--Chipset-->NVIDIA nForce3 150 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->Realtek ALC658 AC97 | <!--USB--> | <!--Ethernet-->Realtek RTL8100C | <!--Opinion-->Firewire TI43AB23 no |- | <!--Name-->Gigabyte K8NNXP | <!--Chipset-->nForce3 150 | <!--ACPI--> | <!--IDE--> | <!--SATA-->Sata sil3512 | <!--Gfx--> | <!--Audio-->ALC658 AC97 | <!--USB--> | <!--Ethernet-->RTl8110S | <!--Opinion-->Firewire TI STB82AA2 no |- | <!--Name-->Gigabyte GA-K8NSNXP | <!--Chipset-->nForce3 250GB | <!--ACPI--> | <!--IDE--> | <!--SATA-->SiI 3512 CT128 Sata Sil3515 | <!--Gfx--> | <!--Audio-->ALC850 AC97 | <!--USB--> | <!--Ethernet-->{{No|Marvel 88E8001}} | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->MSI K8N Neo-FIS2R | <!--Chipset-->nVIDIA NF3-250Gb | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->Realtek 7.1 AC'97 ALC850 | <!--USB--> | <!--Ethernet-->{{No|Marvell 88E1111}} | <!--Opinion--> |- | <!--Name-->[http://techreport.com/articles.x/5748/1 Shuttle AN50R] | <!--Chipset-->nF3-150 | <!--ACPI--> | <!--IDE--> | <!--SATA-->Sil 3112 | <!--Gfx--> | <!--Audio-->ALC650 AC97 | <!--USB--> | <!--Ethernet-->Nvidia nF3 (10/100) Intel 82540EM Gigabit | <!--Opinion-->Firewire VT6307 no |- | <!--Name--> Foxconn WinFast K8S755A | <!--Chipset-->SiS755 + SiS964 (DDR333) | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> {{yes|AC97}} | <!--USB--> | <!--Ethernet--> {{yes|RTL8169}} | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket 939 (2005)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->Asus A8N-LA GeForce 6150 LE | <!--Chipset-->Geforce 6150 (MCP51) + nForce 430 (PC-3200) | <!--ACPI--> | <!--IDE-->{{yes|two ATA 133}} | <!--SATA-->{{maybe|four 3.0GB/s SATAII ports}} | <!--Gfx-->built in or PCI-E x16 | <!--Audio-->Realtek ALC883 HD Audio | <!--USB-->6 USB2.0 | <!--Ethernet-->Realtek RTL 8201CL | <!--Opinion--> |- | <!--Name-->Asus A8N-SLI Premium | <!--Chipset-->NVidia | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->{{Yes|PCIe slot}} | <!--Audio-->{{Yes|AC97}} | <!--USB-->{{Maybe}} | <!--Ethernet-->{{Yes|nForce LAN but not Marvell}} | <!--Opinion-->[http://aros-exec.org/modules/newbb/viewtopic.php?post_id=69814#forumpost69814 Works well] |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Asus A8V E SE | <!--Chipset-->VIA K8T890 +VT8237R CHIPSET ATX AMD Motherboard with Athlon 64 X2 / Athlon 64 FX / Athlon 64 | <!--ACPI-->{{N/A}} | <!--IDE-->{{Yes}} | <!--SATA-->{{N/A}} | <!--Gfx-->{{N/A}} | <!--Audio-->{{Maybe}} AC97 driver using Realtek ALC850 codec | <!--USB-->{{Yes}} USB 2.0 only | <!--Ethernet-->{{No}} Marvell 88E8053 | <!--Opinion-->Good base but needs additional PCI cards added for better support |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->ASUS A8V Deluxe (2004) | <!--Chipset-->VIA K8T800 Pro (DDR400) | <!--ACPI--> | <!--IDE-->Promise 20378 2 ports | <!--SATA-->2 SATA2 | <!--Gfx--> | <!--Audio-->{{no|VIA VT8233A 8235 8237 AC97}} | <!--USB--> | <!--Ethernet-->{{no|Marvell 88E8001 Gigabit}} | <!--Opinion-->needs extra PCI cards |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |} =====Socket AM2 (2006/8)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->GA-M68M-S2 (1.0) S2P (2.3) S2L (1.x) | <!--Chipset-->nForce 630a chipset | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->NVIDIA® GeForce 7025 | <!--Audio-->ALC883 (S2), ALC888B (S2P), ALC662 (S2L), | <!--USB--> | <!--Ethernet-->RTL 8201CL (S2), 8211CL (S2P), 8211BL (S2L), | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket AM2+ (2007/9)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Asus M3A32-MVP Deluxe | <!--Chipset-->AMD 790FX RD790 + SB600 | <!--ACPI--> | <!--IDE--> | <!--SATA-->{{No|Marvell 88SE6121 SATA II}} | <!--Gfx-->pci-e 1.1 support | <!--Audio-->{{No|HD Audio ADI® AD1988}} | <!--USB--> | <!--Ethernet-->{{No|Marvell 88E8056}} | <!--Opinion--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->ASROCK N68-S N68C-S | <!--Chipset-->AMD based nForce 630a | <!--ACPI--> | <!--IDE-->{{yes}} | <!--SATA-->{{yes|slimline DVD drive works}} | <!--Gfx-->{{maybe|GF 7025 use vesa}} | <!--Audio-->{{yes|VIA 1708S VT1705 HD Audio}} | <!--USB-->{{yes|echi usb 2.0}} | <!--Ethernet-->{{no|RTL8201EL / 8201CL - nforce}} | <!--Opinion-->being [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=4938&forum=26&post_id=46635#forumpost46635 tested] unbuffered 1066Mhz ddr2 ram - N68C-S may need noacpi added to grub boot line to disable pci temporarily to run as it cannot get to [PCI] Everything OK - |- | <!--Name-->Asus M2N68-AM Plus | <!--Chipset-->Athlon 64, Sempron, Athlon 64 X2, Athlon 64 FX with NVIDIA® GeForce™ 7025 nForce™ 630a | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->{{yes|HD Audio with ALC662 codec}} | <!--USB--> | <!--Ethernet-->{{no|RTL8211CL Gigabit LAN}} | <!--Opinion-->adding "noacpi noapic noioapic" to the GRUB options - Dual channel DDR2 1066, 800, 667 MHz - |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket AM3 White socket (2010/11)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->[http://www.vesalia.de/e_aresone2011.htm Aresone 2011] | <!--Chipset-->4 DDR3 memory sockets | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA-->{{Yes}} | <!--Gfx-->{{Maybe|no Radeon HD3000 driver yet<br>vesa driver works<br>possibility to add PCIe card}} | <!--Audio-->{{Yes|HD Audio}} | <!--USB-->{{Yes|USB2.0}} | <!--Ethernet-->{{yes}} | <!--Opinion-->Good support |- | <!--Name-->Asus [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=45243#forumpost45243 M4A785TD-M] PRO | <!--Chipset-->785G and SB710 | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA-->{{Maybe|ide legacy}} | <!--Gfx-->{{Maybe|ATI Radeon HD 4200 - use vesa}} or pci-e 2.0 slot | <!--Audio-->{{Yes|HD Audio}} | <!--USB-->{{Yes}} | <!--Ethernet-->{{Yes}} | <!--Opinion-->Good support with 1366 ddr3 ram - |- | <!--Name-->Gigabyte GA-MA74GM-S2 GA-MA74GM-S2H | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->pci-e | <!--Audio-->ALC888 (r1.x),ALC (r2.0), ALC888B (r4.0), ALC (r4.1), | <!--USB--> | <!--Ethernet-->Realtek 8111C later 8111D | <!--Opinion--> |- | <!--Name-->GigaByte 890GPA-UD3H | <!--Chipset-->AMD 890GX together with SB850 | <!--ACPI--> | <!--IDE--> | <!--SATA-->Yes | <!--Gfx-->use pci-e nvidia | <!--Audio-->Maybe - ALC892 rev. 1.0, ALC892 rev 2.1, ALC889 rev. 3.1 | <!--USB-->Yes | <!--Ethernet-->Yes | <!--Opinion-->works well overall |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->MSI 890GXM-G65 | <!--Chipset-->890GX + SB750 | <!--ACPI--> | <!--IDE--> | <!--SATA-->{{Maybe|legacy}} | <!--Gfx-->{{Maybe|ATI 4290 built-in (vesa)}} | <!--Audio-->{{Maybe|ALC889 DD GR}} HD Audio crackles | <!--USB-->{{Yes}} | <!--Ethernet-->{{Yes|RTL 8169}} | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Gigabyte GA-M68MT-S2 | <!--Chipset--> nForce 630a | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->NVIDIA® GeForce 7025 | <!--Audio-->ALC888B (1.3), ACL887 (3.1), | <!--USB--> | <!--Ethernet-->RTL8211CL (all) | <!--Opinion--> |- | <!--Name-->Gigabyte GA-M68MT-S2P | <!--Chipset--> nForce 630a | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->NVIDIA® GeForce 7025 | <!--Audio-->ALC888B (1.x 2.x), ALC889 (3.0), ALC888B/889 (3.1), | <!--USB--> | <!--Ethernet-->RTL8211CL (all) | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Asus M4N78 PRO | <!--Chipset-->NVIDIA GeForce 8300 | <!--ACPI--> | <!--IDE-->1 xUltraDMA 133/100 | <!--SATA-->6 xSATA 3 Gbit/s ports | <!--Gfx-->Integrated NVIDIA® GeForce® 8 series GPU with 1 PCIe 2.0 slot | <!--Audio-->HD Audio with VIA1708S 8 -Channel codec | <!--USB-->12 USB 2.0 ports (8 ports at mid-board, 4 ports at back panel) | <!--Ethernet-->NVIDIA Gigabit | <!--Opinion-->4 x DIMM, Max. 16 GB, DDR2 1200(O.C.)/1066*/800/667 ECC,Non-ECC,Un-buffered Memory - ATX Form Factor 12 inch x 9.6 inch ( 30.5 cm x 24.4 cm ) - |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |} =====Socket AM3+ Black socket (2013/15)===== *095W FX-6300 FD6300WMHKBOX (bulldozer) 970 mobos with FX-8320E 8core Black Editions FD832EWMHKBOX FX-8370E (Vishera/Piledriver) *125W FX-6310 (bulldozer) 970 mobos with FX-8320 FX-8350 FX-8370 (Vishera/Piledriver) *220W 990FX mobos with FX-9000 FX-9370 FX-9590 {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->ASRock 890FX Deluxe5 Extreme3 | <!--Chipset-->AMD 890FX + AMD SB850 or SB950 (Extreme3) | <!--ACPI--> | <!--IDE-->{{Yes}} | <!--SATA-->{{Yes}} | <!--Gfx-->{{N/A}} | <!--Audio-->{{No|ALC892}} | <!--USB-->{{Yes}} | <!--Ethernet-->{{Yes|RTL8111E rtl8169}} | <!--Opinion--> |- | <!--Name-->ASUS M5A78L-M LX3 | <!--Chipset-->760G SB710 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->V? ALC887, V? ALC892 | <!--USB--> | <!--Ethernet-->Realtek 8111E | <!--Opinion--> |- | <!--Name-->Asus M5A97 R2.0 | <!--Chipset-->AMD 970 and SB950 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->n/a | <!--Audio-->ALC887 (LE), ALC887 (Regular), ALC892 (EVO) | <!--USB-->4 USB 2.0 and 2 usb3 | <!--Ethernet-->Realtek 8111F | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Gigabyte GA-78LMT-S2P | <!--Chipset-->ATi 760G and SB710 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->GT240 and a nv7900gs, both pci-e, and both will not work | <!--Audio-->ALC889 (r3.1), ALC??? (rev. 4.1), ALC887 (r5.x) | <!--USB--> | <!--Ethernet-->Realtek 8111E (r3.1), Atheros (rev4.1), Atheros (r5.x) | <!--Opinion-->offers very poor control over its EFI vs. BIOS booting partition features |- | <!--Name-->Gigabyte GA-78LMT-USB3 | <!--Chipset-->ATi 760G and SB710 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->GT240 and a nv7900gs, both pci-e, and both will not work | <!--Audio-->ALC (r3.0), ALC887 (r4.1 Blue board), VIA VT2021 (r5.0 Black board) | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->MSI 760GM | <!--Chipset-->ATI 760G plus SB710 | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA-->Untested | <!--Gfx-->HD3000 Use Vesa | <!--Audio-->{{Maybe|P33 VT1705; P34, P21 and P23 (FX) MS7641 v3.0 ALC887 with crackles thru earphones; E51 ALC892 No}} | <!--USB-->Untested | <!--Ethernet-->{{Yes|Realtek}} | <!--Opinion-->P23 issues with audio ALC887 |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====AMD Fusion (2011/14)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name--> | 1.2GHz single Bobcat Fusion C30 + Hudson M1 | ACPI | IDE | SATA | AMD 6250 | Audio | USB | Ethernet | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | Asus E35M1-M PRO uATX | 1.6GHz dual 18W AMD Fusion E-350 + Hudson M1 | ACPI | {{N/A}} | SATA | AMD 6310 - no HD driver yet | ALC887 VD2 | USB | RTL8111E | EFI bios [http://www.anandtech.com/show/4023/the-brazos-performance-preview-amd-e350-benchmarked] |- | Asus E35M1-I Deluxe miniITX | 1.6GHz dual AMD Fusion E350 + Hudson M1 + DDR3 | ACPI | {{N/A}} | SATA | AMD 6310 - no HD driver yet | ALC892 | USB | Realtek 8111E | {{no|Atheros AR5008 on a Mini PCI-E}} |- | ASRock E350M1 / USB3 (also version with USB3.0 added) | 1.6GHz dual AMD Fusion E350 + Hudson M1 | ACPI | {{N/A}} | SATA - 4 SATA3 | {{Maybe|AMD 6310 - use vesa with hdmi and dvi}} | {{Yes|Audio ALC892 playback but no HDMI output}} | USB - 4 USB2.0 and 2 USB3.0 | {{Yes|rtl8169 for Realtek 8111E 8411 ethernet chipset}} | |- | <!--Name-->Gigabyte GA-E350N-USB3 mini-ITX | <!--Chipset--> Hudson M1 FCH | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA-->4 SATA3 | <!--Gfx--> plus HDMI, DVI | <!--Audio-->ALC892 | <!--USB-->2 NEC USB3.0 with 4 USB2.0 | <!--Ethernet-->Realtek 8111E | <!--Opinion--> |- | <!--Name-->Gigabyte GA-E350N Win8 V1.0 | <!--Chipset-->Hudson M1 FCH A45 | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA-->4 SATA3 | <!--Gfx-->{{maybe|Use VESA - AMD 6310 plus HDMI, DVI}} | <!--Audio-->{{yes|ALC887 playback through headphones but not thru hdmi}} | <!--USB-->{{maybe|4 USB2.0 needs more testing}} | <!--Ethernet-->{{yes|Realtek 8111 8168B}} | <!--Opinion-->works well but need to test with sata hard disk |- | <!--Name-->MSI E350IA-E45 | <!--Chipset-->e-350 + Hudson M1 + DDR3 | <!--ACPI-->no support | <!--IDE-->{{N/A}} | <!--SATA-->4 Sata3 ports | <!--Gfx-->AMD 6310 gpu | <!--Audio-->ALC HDA | <!--USB-->6 USB2.0 and 2 USB3.0 through NEC 720200 chipset | <!--Ethernet-->Realtek RTL8111E | <!--Opinion--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->ASUS E45M1-M PRO | <!--Chipset-->E450 APU with Hudson M1 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->ALC887 | <!--USB--> | <!--Ethernet-->Realtek | <!--Opinion--> |- | <!--Name-->ASUS E45M1-I Deluxe | <!--Chipset-->E-450 together | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->ALC892 | <!--USB--> | <!--Ethernet-->Realtek 8111E | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket FM1 (2011/13)===== On board Graphic on CPU - HD6410D, HD6530D, HD6550D, {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->ASUS F1A55-M LE | <!--Chipset--> with AMD A55 FCH (Hudson D2) | <!--ACPI--> | <!--IDE--> | <!--SATA-->6 x SATA 3Gbit/s port(s), blue Support Raid 0, 1, 10, JBOD | <!--Gfx-->PCI-e 2.0 slot or Integrated AMD Radeon™ HD 6000 in Llano APU | <!--Audio-->Realtek® ALC887 Audio CODEC | <!--USB-->6 USB2.0 ports | <!--Ethernet-->Realtek 8111E rtl8169 | <!--Opinion-->2012 A- Series/E2- Series APUs up to 4 cores - 2 x DIMM, Max. 32GB, DDR3 2250(O.C.)/1866/1600/1333/1066 MHz Non-ECC, Un-buffered Memory Dual Channel Memory Architecture - |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket FM2 White Socket (2012/13)===== Onboard Gfx on CPU - HD6570, HD7480D, HD7540D, {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name--> | <!--Chipset-->A75 A85X | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket FM2 Plus Black socket (2013/15)===== Onboard Gfx on CPU - HD6570, HD7480D, HD7540D, {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name--> | <!--Chipset-->A88X | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket AM1 FS1b socket (2014/1x)===== 5350 4 core Jaguar cores 2GHz with Integrated AMD Radeon R Series Graphics in the APU Kabini [Radeon HD 8400] Later Beema APU with 2/4 core Puma (slightly updated Jaguar) cores, GCN graphics and a compute capable Radeon core, along with a brand new AMD security processor and FT3 BGA packaging (probably best avoided for long term survival). {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->ASUS AM1I-A | <!--Chipset--> | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx--> | <!--Audio-->HD Audio Realtek® ALC887-VD | <!--USB--> | <!--Ethernet-->Realtek 8111GR 8168 | <!--Opinion--> |- | <!--Name-->MSI AM1I | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->HD Audio ALC887 | <!--USB--> | <!--Ethernet-->Realtek 8111G | <!--Opinion--> |- | <!--Name-->MSI AM1M | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->HD Audio ALC887 | <!--USB--> | <!--Ethernet-->Realtek 8111G | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion-->BGA FT3 AM1x |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Zen Zen+ Am4 FM3 Summit Ridge (2017/19)===== Jim Keller’s group designed x86 Zen CPU - new and covering the same AM4 platform/socket for desktop Zen will also shift from Bulldozer’s Clustered Multithreading (CMT) to Simultaneous Multithreading (SMT, aka Intel’s Hyperthreading). CMT is the basis for Bulldozer’s unusual combination of multiple integer cores sharing a single FPU within a module, so the move to SMT is a more “traditional” design for improving resource usage {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->Asus ROG Crosshair VI Hero | <!--Chipset-->X370 | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx-->pci-e 3.0 (1x16 or 2x8) | <!--Audio-->SupremeFX audio features an S1220 codec | <!--USB--> | <!--Ethernet-->Intel I211 | <!--Opinion-->Ryzen 7 1800X 1700X |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->MSI Xpower Gaming Titanium | <!--Chipset--> X370 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->8-channel Realtek 1220 Codec | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Asus Prime B350 Plus | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> x PCIe 3.0/2.0 x16 (x16 mode) | <!--Audio-->Realtek® ALC887 8-Channel | <!--USB--> | <!--Ethernet-->Realtek® RTL8111H | <!--Opinion-->Ryzen 5 1600x 1600 1500X 1400 - 4 x DIMM, Max. 64GB, DDR4 3200(O.C.)/2933(O.C.)/2666/2400/2133 MHz ECC and non-ECC, Un-buffered Memory - ATX Form Factor 12 inch x 9.35 inch ( 30.5 cm x 23.7 cm ) - 2 pci |- | <!--Name-->AsRock Pro4 AB350 | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->2 PCIe 3.0 x16, 4 PCIe 2.0 x1 | <!--Audio-->Realtek ALC892 | <!--USB--> | <!--Ethernet-->Realtek | <!--Opinion-->Ryzen 5 1600x 1600 1500X 1400 |- | <!--Name--> | <!--Chipset--> B350 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->MSI B350 Tomahawk Arctic Mortar | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->1 x PCIe 3.0/2.0 x16 (x16 mode) | <!--Audio-->Realtek ALC892 | <!--USB--> | <!--Ethernet-->Realtek RTL8111H | <!--Opinion-->white and grey colours - 2 pci-e and 2 pci slots - m.2 in middle - atx 12 in by 9.6 in and matx versions - |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Asus PRIME B350M-A/CSM Micro ATX | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion-->Ryzen 3 1300x 1200 1100 |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset-->A320 A/B300 SFF | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->AsRock Fatality X470 Gaming K4 | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> 2700U 2500U 2300U 2200U APUs |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Asus | <!--Chipset--> B450 with APU 2200G 2400G | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion-->high VRM temps - raven ridge 14nm+ |- | <!--Name-->AsRock B450 Gaming K4 | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion-->low VRM thermals 3900x 3950x |- | <!--Name-->Gigabyte B450 Aorus Pro Wifi | <!--Chipset--> B450 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion-->very high vrm temps |- | <!--Name-->MSI b450 tomahawk | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion-->OK board |- | <!--Name-->MSI B450 Pro Carbon | <!--Chipset-->B450 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion-->OK |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Asus ROG X399 Zenith Extreme | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion-->Threadripper 1950X 1920X 1900X TR4 skt |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} ===== (Zen2 2019/2x)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name--> | <!--Chipset--> with 2700X 2700 2600X 2600 cpus | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> pinnacle ridge 12nm |- | <!--Name--> | <!--Chipset--> 2500X 2500 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} ===== (Zen3 AM4 2020/22)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} ===== (Zen4 AM5 2022/2x)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name--> | <!--Chipset-->x670e x650 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->rnda3 | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} ===== (Zen4 AM4 2023/2x)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} ====Intel==== [[#top|...to the top]] =====Socket 370 (2000/2)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->Intel D815EEA | <!--Chipset-->866Mhz P3 and i815 chipset | <!--ACPI--> | <!--IDE-->{{Yes}} | <!--SATA-->{{N/A}} | <!--Gfx-->{{Yes|Nvidia AGPx8 6200LE added}} | <!--Audio-->{{N/A}} | <!--USB-->{{Yes|2 USB1.1}} | <!--Ethernet-->{{N/A}} | <!--Opinion-->Tested AspireOS 1.7, simple basic board with useful 5 PCI slots |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |} =====Socket 478 (2002/4)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->[http://translate.google.co.uk/translate?hl=en&sl=zh-CN&u=http://detail.zol.com.cn/motherboard/index46381.shtml&prev=/search%3Fq%3Dc.865pe.l%2Bmotherboard%26client%3Dfirefox-a%26hs%3DsZB%26rls%3Dorg.mozilla:en-US:official Colorful Technology C.865PE-L Silver Fighter Warrior V2.3] | <!--Chipset-->865PE | <!--ACPI-->{{dunno| }} | <!--IDE-->{{Yes|tested with CDROM}} | <!--SATA-->{{dunno| }} | <!--Gfx-->{{Maybe|AGP slot}} | <!--Audio-->{{Yes|ALC650 AC97}} | <!--USB-->{{Yes|USB 1.1 and 2.0}} | <!--Ethernet-->{{Yes|RTL 8100 8139}} | <!--Opinion-->Still testing with NB (Nightly Build) May 2013 |- | <!--Name-->Intel 845 | <!--Chipset-->865P | <!--ACPI--> | <!--IDE-->{{Yes}} | <!--SATA--> | <!--Gfx-->{{No|intel 800}} | <!--Audio-->{{No|AC97 AD1985}} | <!--USB-->{{Yes|USB1.1 and USB2.0}} | <!--Ethernet-->{{No|e1000}} | <!--Opinion-->Tested ICAROS 1.3 |- | <!--Name-->Intel 845 | <!--Chipset-->865GC | <!--ACPI--> | <!--IDE-->{{Yes}} | <!--SATA--> | <!--Gfx-->{{No|intel 800}} | <!--Audio-->{{No|AC97 AD1985}} | <!--USB-->{{Yes|USB1.1 and USB2.0}} | <!--Ethernet-->{{No|e1000}} | <!--Opinion-->Tested ICAROS 1.3 |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket LGA775 s775 (2005/8)===== an industry standard DDR2 module could in theory contain fallback JEDEC, intel XMP and AMD EPP configuration data Intel PC CL5 ram modules but an "AMD" CL5 ram module the BIOS cannot read the AMD EPP info on the SPD (Serial Presence Detect) but can recognize the CL5 timing info in the JEDEC data table. PC BIOS auto configures for the AMD ram module and boots normally. an AMD PC CL6 ram modules but an "INTEL" CL6 ram module the BIOS cannot read the INTEL XMP info on the SPD but can recognize the CL6 timing info in JEDEC data table. PC BIOS auto configures for the AMD ram module and boots normally. an INTEL PC needs CL6 ram modules but have an "AMD" CL4 ram module. INTEL BIOS cannot read the AMD EPP info on the SPD but can recognize the CL4 timing info in JEDEC data table. PC BIOS recognizes module timings as incompatible an refuses to boot. entirely separate issue if the RAM module timing specs are incompatible.(i.e. CL4 RAM in a "CL6 only" PC) {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->Abit AG8 (2004) | <!--Chipset-->P915 + ICH6R | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->4 ports SATA1 | <!--Gfx-->1 PCIe x16 Slot | <!--Audio-->Realtek ALC658 AC97 | <!--USB-->4 USB2.0 | <!--Ethernet-->Realtek 8110S-32 | <!--Opinion-->Firewire TI 4200R7T no |- | <!--Name-->MSI 915 Neo2 | <!--Chipset-->P915 + ICH6R | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->4 ports SATA1 | <!--Gfx-->1 PCIe x16 Slot | <!--Audio-->CMI 9880L HD Audio | <!--USB-->4 USB2.0 | <!--Ethernet-->{{no|Broadcomm BCM5751 PCIe}} | <!--Opinion-->Firewire VIA VT6306 no |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Asus P5GC P5GC-MX | <!--Chipset-->P945GC + ICH7R | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->4 SATA1 ports | <!--Gfx-->i PCIe slot | <!--Audio-->HD Audio with ALC662 codec | <!--USB-->{{yes|2 usb2.0}} | <!--Ethernet-->{{no|atheros L2}} | <!--Opinion-->ICH7 mates with the 945 and G31 northbridge and is limited up to six USB 2.0 ports, four PCIe 1.1 lanes, a 10/100 network MAC, and four SATA 3.0 Gbit/s ports and two Ultra ATA 100 drives - 3 / 5 pci slots - 4 x 240-pin DIMM Sockets max. 4GB DDR2 667/533 non-ECC |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Foxconn PC45CM-SA 45CM-S | <!--Chipset-->945GC with ICH7 | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->4 sata2 ports | <!--Gfx-->{{Yes|pcie 1.0 slot with gma950 integrated}} | <!--Audio-->{{Yes|HD audio with aLC883 codec playback}} | <!--USB-->{{Yes|}} | <!--Ethernet-->{{Yes|realtek 8139 8100sc}} | <!--Opinion-->2 dimm slots 667mhz max 4gb - can be found in Advent desktops - 2 pci-e and 2 pci - core 2 duo only e6xxx - Micro ATX (9.6” x 8.8”) - |- | <!--Name-->Gigabyte GA-81945GM MFY-RH | <!--Chipset-->Intel® 945GM Express with ICH7M-DH | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx-->{{Yes|GMA950 VGA15 and PCI-e 1.0 slot}} | <!--Audio-->{{Yes|HD Audio with ALC880 codec playback only rear port}} | <!--USB-->{{Yes|4 usb 2.0}} | <!--Ethernet-->{{No|Intel PRO1000PL 82573L Gigabit Ethernet}} | <!--Opinion-->2006 MoDT is a relatively new concept, derived from the term “Mobile on DeskTop.”, low TDP CPUs to work on desktop form-factor motherboards. mATX Micro ATX 24.4cm x 24.4cm with 2 pci one which gets blocked - 2 DDR2 1.8v slots with 4Gb max - will not boot if PCI2 slot occupied - |- | <!--Name-->Gigabyte GA-945 GCM S2C | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->{{yes|ALC662 (1.x)}} | <!--USB--> | <!--Ethernet-->{{yes|8101E Rtl 8169 (1.x)}} | <!--Opinion--> |- | <!--Name-->Gigabyte GA945-GCM S2L | <!--Chipset-->945GC with ICH7 | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->4 SATA1 ports | <!--Gfx-->PCi-E slot | <!--Audio-->{{Maybe|Intel HD Audio with ALC662 codec 2/4/5.1-channel (1.x)}} | <!--USB-->{{Yes|4 USB2.0}} | <!--Ethernet-->{{Yes|Realtek 8111c 8169 (1.x)}} | <!--Opinion-->2 x 1.8V DDR2 DIMM sockets up to 4 GB DDR2 667/533/400 MHz memory modules - 2 PCI-e and 2 PCI - Micro ATX form factor; 24.4cm x 19.3cm - |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->MSI 945P Neo-F rev 1.0 | <!--Chipset-->P945 + ICH7 | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->4 SATA1 ports | <!--Gfx-->PCie 1.0 slot | <!--Audio-->ALC662 HDA | <!--USB-->4 USB2.0 | <!--Ethernet-->8110SC (rtl8169) | <!--Opinion--> |- | <!--Name-->MSI 945P Neo2-F rev 1.2 | <!--Chipset-->P945 + ICH7 | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->4 SATA1 ports | <!--Gfx-->PCie 1.0 slot | <!--Audio-->ALC850 AC97 | <!--USB-->4 USB2.0 | <!--Ethernet-->8110SC (rtl8169) | <!--Opinion--> |- | <!--Name-->Gigabyte GA-P31-DS3L | <!--Chipset-->P31 with ICH7 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->PCI Express x16 | <!--Audio-->HD Audio with ALC888 codec | <!--USB-->4 USB 2.0 | <!--Ethernet-->Realtek 8111B | <!--Opinion-->DDR2 800Mhz up to 4Gb 4 x 240 pin with limitations - 3 PCI - ATX 12.0" x 8.3" - |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Asus P5KPL-AM /PS | <!--Chipset-->G31 with ICH7 | <!--ACPI--> | <!--IDE--> | <!--SATA-->4 xSATA 3 Gbit/s ports | <!--Gfx-->PCIe 1.1 with integrated Intel Graphics Media Accelerator (Intel® GMA 3100) | <!--Audio-->HD Audio with VIA VT1708B with /PS has ALC662 | <!--USB--> | <!--Ethernet-->Realtek RTL8102EL 100/10 LAN with /ps Realtek RTL8111C Gigabit LAN | <!--Opinion-->2 x 2 GB DDR2 Non-ECC,Un-buffered DIMMs with 2 PCI - |- | <!--Name-->Asus P5KPL/EPU | <!--Chipset-->G31 with ICH7 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->Pci-e 1.0 slot | <!--Audio-->{{Yes|HD audio with ALC887 codec}} | <!--USB--> | <!--Ethernet-->{{Yes|RTL8169 Realtek 8111C}} | <!--Opinion-->[http://www2.aros-exec.org/modules/newbb/viewtopic.php?topic_id=8580 Tested] 4 x240-pin DIMM, Max. 4 GB, DDR2 1066(O.C.)/800/667 Dual Channel memory architecture - 4 pci-e and 3 pci - ATX Form Factor 12 inch x 8.2 inch ( 30.5 cm x 20.8 cm ) - |- | <!--Name-->Gigabyte GA-G31M ES2L | <!--Chipset-->G31 plus ICH7 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->{{Yes|Intel GMA 3100 2d}} | <!--Audio-->{{Maybe|ALC883 (1.x), ALC883/888B (2.x)}} | <!--USB--> | <!--Ethernet-->{{Maybe|RTL8111C (1.x), Atheros 8131 (2.x)}} | <!--Opinion-->reduces DRAM capacity to 4GB |- | <!--Name-->ASRock G31M-S r2.0 | <!--Chipset-->G31 + ICH7 + DDR2 800 | <!--ACPI--> | <!--IDE--> | <!--SATA-->{{maybe|4 sata2}} | <!--Gfx-->{{maybe|GMA 3100 2d not 3d}} | <!--Audio-->{{yes|ALC662}} | <!--USB-->{{yes|4 USB2.0}} | <!--Ethernet-->{{yes|RTL 8111DL 8169}} | <!--Opinion--> |- | <!--Name-->[http://www.intel.com/cd/channel/reseller/apac/eng/products/desktop/bdb/dg31pr/feature/index.htm Intel DG31PR] | <!--Chipset-->iG31 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->{{maybe|3100 untested but can use PCIe 1.1 slot}} | <!--Audio-->{{yes|ALC888 playback}} | <!--USB--> | <!--Ethernet-->{{yes|RTL8111B Rtl 8169}} | <!--Opinion-->good support |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->ASUS P5G41T-M LX | <!--Chipset-->G41 + ICH8 + DDR3 | <!--ACPI--> | <!--IDE-->{{yes}} | <!--SATA-->{{maybe}} | <!--Gfx-->{{yes|X4500 some 2d only)}} | <!--Audio-->ALC887 | <!--USB-->3 USB2.0 | <!--Ethernet-->{{no|Atheros L1c AR8131}} | <!--Opinion-->reduces maximum supported memory ddr3 from 16 to 8GB 2 dimm slots non-EEC - demotes the PCIe controller mode from revision 2.0 (5.0GT/s) to revision 1.1 (2.5GT/s |- | <!--Name-->Gigabyte GA-G41MT S2 | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->VT1708S (1.3), ALC887-VD2 (1.4), ALC887 (2.1), | <!--USB--> | <!--Ethernet-->Atheros AR8151 l1c (1.x 2.x), | <!--Opinion--> |- | <!--Name-->Gigabyte GA-G41MT S2PT | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->ALC887 (1.0), VIA (2.0), ALC887 (2.1) | <!--USB--> | <!--Ethernet-->RTL8111E (1.x), Atheros AR8151 l1c (2.1), | <!--Opinion--> |- | <!--Name-->Gigabyte GA-G41MT D3 | <!--Chipset-->G41 + ICH7 | <!--ACPI--> | <!--IDE-->1 Port | <!--SATA-->4 Ports | <!--Gfx-->{{yes|GMA X4500 2d only and pci-e 1.1 slot}} | <!--Audio-->{{yes|ALC888B}} | <!--USB-->4 ports + headers | <!--Ethernet-->{{yes|RTL8111 D/E}} | <!--Opinion--> |- | <!--Name-->Gigabyte GA-P41T D3P | <!--Chipset-->G41 + ICH7 with Intel Core 2 Duo (E6xxx) CPU | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->4ports | <!--Gfx-->GMA X4500 2d | <!--Audio-->ALC888 889/892 | <!--USB-->4 ports | <!--Ethernet-->RTL 8111C or D/E | <!--Opinion--> |- | <!--Name-->Intel DG41AN Classic | <!--Chipset-->iG41 + | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->4 ports | <!--Gfx-->X4500 2d | <!--Audio-->ALC888S ALC888VC | <!--USB-->4 ports | <!--Ethernet-->8111E | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->AsRock P5B-DE | <!--Chipset-->P965 + ICH8 | <!--ACPI--> | <!--IDE-->untested | <!--SATA-->{{Maybe|works ide legacy}} |<!--Gfx-->{{Yes|with PCI-E 1.1 slot}} | <!--Audio-->{{Yes|HD Audio via VT1708S}} | <!--USB-->{{Yes}} | <!--Ethernet-->{{Yes|RTL8169}} | <!--Opinion-->[http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=6879&forum=4&post_id=65766#forumpost65766 works well] |- | <!--Name-->Asus P5B SE | <!--Chipset-->965 intel | <!--ACPI--> | <!--IDE-->{{Yes| }} | <!--SATA-->{{Yes| }} | <!--Gfx-->{{N/A}} | <!--Audio-->{{Yes|HD Audio ALC662 codec}} | <!--USB-->{{Yes}} | <!--Ethernet-->{{No| }} | <!--Opinion-->works well except ethernet |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Asus P5W DH Deluxe P5WDG2 WS PRO | <!--Chipset-->975X | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->2 ports | <!--Gfx-->2 PCIe x16 slots | <!--Audio-->ALC882 AND LATER ADI 1988B | <!--USB-->2 USB2.0 | <!--Ethernet-->{{No|Marvell 88E8052 88E8053}} | <!--Opinion-->Firewire TI TSB43AB22A no |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Abit IP35 | <!--Chipset-->P35 Express + ICH9R | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->6 ports | <!--Gfx--> | <!--Audio-->ALC888 HDA | <!--USB-->4 USB2.0 | <!--Ethernet-->two RTL8110SC | <!--Opinion-->Firewire Texas TSB43 AB22A no |- | <!--Name-->MSI P35 Neo F FL MS-7630 rev 1 | <!--Chipset-->Intel P35 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->pci-e 1.1 support | <!--Audio-->HD Audio ALC888 | <!--USB--> | <!--Ethernet-->Realtek | <!--Opinion-->Base model of this range of P35 mobos |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Abit IX38 Quad GT | <!--Chipset-->X38 / ICH9R Chipset | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->6 ports | <!--Gfx-->PCI-E 2.0 slot | <!--Audio--> HD Audio ALC888 | <!--USB-->4 USB2.0 | <!--Ethernet-->Realtek RTL 8110SC 8169SC | <!--Opinion-->Firewire Texas TSB 43AB22A no |- | <!--Name-->Gigabyte X38-DQ6 | <!--Chipset-->X38 / ICH9R Chipset | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->6 ports | <!--Gfx-->PCI-E 2.0 slot | <!--Audio-->ALC889A HDA | <!--USB-->4 USB2.0 | <!--Ethernet-->twin 8111B 8169 | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Gigabyte GA-EP45 DS3 (2008) | <!--Chipset-->P45 + ICH9 or ICH10 | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->6 x SATA 3Gbit/s (SATAII0, SATAII1, SATAII2, SATAII3, SATAII4, SATAII5) | <!--Gfx-->two PCI-E v2.0 x16 slots support splitting its 16 PCIe 2.0 lanes across two cards at x8 transfers | <!--Audio-->HD Audio with ALC888 or ALC889A codec | <!--USB-->6 USB2.0 | <!--Ethernet-->2 x Realtek 8111C chips (10/100 /1000 Mbit) | <!--Opinion-->4 x 1.8V DDR2 DIMM sockets non-EEC |- | <!--Name-->MSI P45 Platinum (2008) | <!--Chipset-->P45 + ICH9 | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->6 sata2 ports | <!--Gfx-->two PCI-E x16 v2.0 slots | <!--Audio-->ALC888 HD Audio | <!--USB-->6 USB2.0 | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset-->G45 + | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->adds Intel’s GMA X4500HD graphics engine to P45 Express features | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset-->G43 + | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->GMA X4500 2d | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion-->removes HD video acceleration from the G45’s features |- | <!--Name-->Asus P5E Deluxe | <!--Chipset--> X48 with ICH9 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->HD Audio with ADI 1988B codec | <!--USB--> | <!--Ethernet-->Marvell 88E8001 | <!--Opinion--> |- | <!--Name-->GigaByte GA-X48 DQ6 | <!--Chipset-->X48 plus ICH9R | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->8 ports | <!--Gfx-->two PCI-E x16 v2.0 slots | <!--Audio-->ALC889A | <!--USB-->8 USB2.0 | <!--Ethernet-->RTL 8111B 8169 | <!--Opinion-->Firewire TSB43AB23 no - ICH9 pairs with Intel’s 3-series (X38, P35, etc.) chipsets, in addition to the X48 Express, but excluding the G35 Express |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Gigabyte EP43-DS3L and Gigabyte GA-EP43-UD3L | <!--Chipset-->P43 with ICH10 | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->6 x SATA 3Gbit/s connectors | <!--Gfx-->1 x PCI Express x16 slot PCI Express 2.0 standard | <!--Audio-->HD Audio with ALC888 codec | <!--USB--> | <!--Ethernet-->realtek 8111C | <!--Opinion-->4 x 1.8V DDR2 DIMM sockets - 4 pcie x1 - 2 pci - ATX Form Factor; 30.5cm x 21.0cm |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Gigabyte 73-pvm-s2h rev.1.0 | <!--Chipset-->NVIDIA GeForce 7100 nForce 630i | <!--ACPI--> | <!--IDE-->{{Yes|1 port}} | <!--SATA-->{{yes|3 ports SATA2}} | <!--Gfx-->{{Maybe|Vesa 2d GeForce 7100 (vga /hdmi/dvi), 1 PCIe x16 Slot }} | <!--Audio-->{{Yes|Realtek ALC889A MCP73}} | <!--USB-->{{Yes|7 USB2.0}} | <!--Ethernet-->{{no|RTL 8211B MCP73}} | <!--Opinion-->Firewire No, Icaros Desktop 2.0.3 |- | <!--Name-->Nvidia 7150 630i | <!--Chipset-->intel based nForce 630i (MCP73) | <!--ACPI--> | <!--IDE-->{{yes}} | <!--SATA-->{{maybe|ide legacy}} | <!--GFX-->GF 7150 | <!--Audio-->{{yes|HD AUDIO ALC883}} | <!--USB-->{{yes|ohci echi}} | <!--Ethernet-->{{no|RTL8201C}} | <!--Opinion-->being tested |- | <!--Name--> | <!--Chipset-->750i SLI | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->pci-e 2.0 x16 | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset-->780i SLI | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset-->790i SLI | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Atom SOC (2008/2x)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->D945CLF | <!--Chipset-->N230 single core | <!--ACPI--> | <!--IDE-->{{yes}} | <!--SATA--> | <!--Gfx-->{{yes|GMA945}} | <!--Audio-->{{yes|ALC662}} Skt 441 | <!--USB-->{{yes|uhci and ehci}} | <!--Ethernet-->{{yes|rtl8169}} | <!--Opinion-->works very well |- | <!--Name-->[http://www.clusteruk.com iMica D945GCKF2 mobo] | <!--Chipset-->Intel Atom N330 Dual Core | <!--ACPI-->wip | <!--IDE-->{{yes|IDE}} | <!--SATA-->{{maybe}} | <!--Gfx-->{{yes|gma}} | <!--Audio-->{{yes|HD AUDIO}} | <!--USB-->{{yes|uhci ehci}} | <!--Ethernet-->{{yes|rtl8169}} | <!--Opinion-->[http://www.clusteruk.com works well] |- | <!--Name-->[http://www.clusteruk.com D945GSEJT + Morex T1610] | <!--Chipset-->Atom 230 | <!--ACPI--> | <!--IDE-->{{yes}} | <!--SATA-->{{maybe}} | <!--Gfx-->{{yes|GMA900}} | <!--Audio-->{{yes|HD Audio}} | <!--USB-->{{yes}} | <!--Ethernet-->{{yes|RTL8169}} | <!--Opinion-->works well and small size, runs off 12V |- | <!--Name-->ASUS [http://www.legitreviews.com/article/1057/3/ AT3N7A-I] | <!--Chipset-->Atom 330 Nvidia ION | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA-->{{maybe|3 ports legacy IDE}} | <!--Gfx-->{{yes|nouveau cube cube 2 45 quake 3 }} | <!--Audio-->{{yes|HD Audio with VIA 1708S codec playback}} | <!--USB-->{{yes}} | <!--Ethernet-->{{yes|RTL8169 device}} | <!--Opinion--><ref>http://www.youtube.com/watch?v=EAiJpvu73iw</ref> good but can freeze randomly at times (could be nvidia chipset solder issues from that era) |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->D410PT 45nm pinetrail | <!--Chipset-->D410 and NM10 | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA-->{{maybe|ide legacy}} | <!--Gfx-->{{maybe|GMA3150}} | <!--Audio-->{{yes|ALC262 or ALC66x odd clicks}} | <!--USB-->{{yes}} | <!--Ethernet-->{{yes|RTL8111DL}} | <!--Opinion-->some support |- | <!--Name-->45nm pinetrail | <!--Chipset-->D510 and NM10 + GMA3150 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->GMA3150 | <!--Audio-->ALC888B or ALC66x | <!--USB-->{{yes}} | <!--Ethernet-->RTL8111DL | <!--Opinion-->some support |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket 1366 (2009/10)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->Asus P6T DELUXE | <!--Chipset-->x58 + ICH10 and Intel 1st gen. (Nehalem/Lynnfield) Core i7 (8xx) CPU | <!--ACPI--> | <!--IDE-->{{yes|1 port}} | <!--SATA-->4 ports | <!--Gfx-->2 PCIe x16 (r2.0) slots | <!--Audio-->ADI AD2000B HD Audio | <!--USB-->{{yes|4 USB2.0}} | <!--Ethernet-->{{no|Marvell 88E8056 Gigabit}} | <!--Opinion-->Firewire VIA VT6308 no |- | <!--Name-->gigabyte ex58 ds | <!--Chipset--> x58 + ICH10 | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet-->Realtek 8111D rtl8169 | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket 1156 (2010)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Gigabyte GA-H55M-S2H | <!--Chipset-->H55 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->PCIe slot | <!--Audio-->{{Yes|ALCxxx playback}} ALC888B (Rev1.x) | <!--USB-->{{Yes| }} | <!--Ethernet-->{{Yes|RTL8111D}} (Rev 1.x) | <!--Opinion-->Tested but no support for WLAN Realtek 8188su |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->MSI H55M-E33 v1.0 | <!--Chipset-->E7636 M7636 H55 chipset so older i3/i5/i7 system | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->{{Yes|HD Audio ALC889}} | <!--USB--> | <!--Ethernet-->{{Yes|PCI-E Realtek 8111DL}} | <!--Opinion-->Works well |- | <!--Name--> | <!--Chipset-->P55 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket GMA 2100 (2011/2012 )===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->Asus X79 | <!--Chipset-->X79 with Sandy Bridge-E Core i7 (3xxx) CPU | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Gigabyte GA-X79-UP4 | <!--Chipset-->X79 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket LGA 1155 H2 (2010/13)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->Biostar H61 | <!--Chipset-->H61 with Intel Pentium G 2xxx series CPU | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Gigabyte GA-H61M-D2-B3 | <!--Chipset-->H61 + Sandybridge | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA-->4 ports sata2 | <!--Gfx--> | <!--Audio-->ALC889 | <!--USB-->2 ports | <!--Ethernet-->Realtek RTL8111E | <!--Opinion--> |- | <!--Name-->Gigabyte GA-H61MA-D3V | <!--Chipset-->H61 + | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA-->4 ports sata2 | <!--Gfx--> | <!--Audio-->Maybe No Realtek ALC887 (Rev 2.0) ALC887 (Rev2.1) | <!--USB-->2 ports | <!--Ethernet-->Realtek RTL8111E | <!--Opinion--> |- | <!--Name-->GA-H61M-S2PV | <!--Chipset-->H61 with 2400k 2500k 2600k 2700k | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->pci-e 2.0 slot | <!--Audio-->ALC887 (rev 1.0 2.0 2.1 2.2 2.3) | <!--USB-->4 USB 2.0 | <!--Ethernet-->Rtl811E (1.0) 8151 (2.0) Rtl8111F (2.1 2.2 2.3) | <!--Opinion-->Micro ATX Form Factor; 24.4cm x 20cm with 2 pci-e and 2 pci - |- | <!--Name-->Intel Classic Series DH61CR Desktop | <!--Chipset-->H61 + | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA-->4 ports | <!--Gfx--> | <!--Audio-->Intel HD with ALC892 | <!--USB-->4 ports | <!--Ethernet-->{{no|Intel 82579V}} | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Asus P8H67-M | <!--Chipset-->H67 + | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA-->2 sata3 - 4 sata2 | <!--Gfx--> | <!--Audio-->Intel HD with ALC887 | <!--USB-->6 USB2.0 | <!--Ethernet-->Realtek® 8111E | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Asus P8Z68-V LX | <!--Chipset-->Z68 + Intel 2nd generation (Sandy Bridge) Core i7 (2xxx) CPU | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA-->2 sata3 - 4 sata2 | <!--Gfx--> | <!--Audio-->Intel HD with ALC887 | <!--USB-->2 USB3.0 - 4 USB2.0 | <!--Ethernet-->Realtek® 8111E | <!--Opinion-->EFI bios |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Gigabyte Z68AP-D3 (B3) | <!--Chipset-->Z68 + Ivybridge | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA-->2 sata3 - 4 sata2 | <!--Gfx--> | <!--Audio-->Intel HD with ALC889 | <!--USB-->2 USB3.0 - 4 USB2.0 | <!--Ethernet-->Realtek® 8111E | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset-->H77 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Gigabyte GA Z77 D3H with i3 3225 dual | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->HD 4000 | <!--Audio-->Intel HD with ALC | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->MSI Z77 | <!--Chipset-->Z77 with 3rd generation (Ivy Bridge) Core i7 (3xxx) CPU | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket LGA 1150 H3 (2013/2016)===== [[#top|...to the top]] {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Gigabyte GA-H87N-WIFI mITX | <!--Chipset-->H87 and Intel 4th generation (Haswell) Core i5 (4xxx) CPU | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->Intel HD with ALC | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Asus H81 H81M-C | <!--Chipset-->H81 with 4th generation (Haswell) Core i7 (4xxx) CPU | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA-->2x3g 2x6g | <!--Gfx-->pci-e slot | <!--Audio-->alc 887 vd | <!--USB--> | <!--Ethernet-->realtek 8111g | <!--Opinion-->skt 1150 |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Asus Z87-K | <!--Chipset-->Z87 with 4th generation (New Haswell) Core i7 i5 CPU | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->Intel HD with ALC | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Gigabyte GA-Z87X-UD3H | <!--Chipset-->Z87 Express | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->Intel HD with ALC | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Gigabyte GA H97M D3H with i3 4360 or 4370 dual | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->Intel HD with ALC | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Asus Z97 A with i7 4790K | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->750, 960, 970 and 980 nvidia GTX cards | <!--Audio-->Intel HD with ALC | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Gigabyte GA Z97X UD3H | <!--Chipset-->Z97 with i5 4690K | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->Intel HD with ALC | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->MSI Z97 | <!--Chipset-->Z97 with 4th generation (new revision Haswell) Core i7 (4xxx) CPU | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset-->H99 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket LGA 2011 v3 (2015/ )===== [[#top|...to the top]] {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->Asus X99 | <!--Chipset-->X99 with Haswell-E Core i7 (5xxx) CPU | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Gigabyte GA-X99-UD4 with Core i7-5930K Haswell-E 6-Core | <!--Chipset-->X99 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket LGA 1151 (2015/ )===== [[#top|...to the top]] {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Asus H110 Plus | <!--Chipset--> with Pentium G4400 6600K 6th Gen Core and 7th with bios update | <!--ACPI--> | <!--IDE--> | <!--SATA-->Sunrise Point-H SATA [AHCI mode] [8086 a102] | <!--Gfx-->Skylake Integrated HD Graphics | <!--Audio-->Intel HD Audio with Realtek ALC887 Audio CODEC | <!--USB-->Sunrise Point-H USB 3.0 xHCI [8086: a12f] no usb2.0 fallback | <!--Ethernet-->{{No|Realtek 8111GR or 8111H RTL8111 8168 8411 PCI Express Gigabit (rev 15)}} | <!--Opinion-->ATX with 3 pci and 2 DDR4 slots - uatx version smaller - turn off TLSF as it was causing AHI driver to corrupt. Turned off ACPI for errors but works fine once booted - |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Asus Z170 Pro with i7 6700K | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Asus H170 Pro Gaming | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Asus B150 B150M Pro Gaming B150i | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->GIGABYTE GA-B250M-DS3H HD3P D3H D2V | <!--Chipset-->B250 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket LGA 2066 (2017/ )===== [[#top|...to the top]] {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->Asus Rampage | <!--Chipset-->x299 with i9 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> - up to 24 to 44 pcie lanes |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Gigabyte | <!--Chipset--X299 > | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Asus | <!--Chipset--> with Kaby Lake X | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> up to 16 pcie lanes |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Asus | <!--Chipset--> Z390 with Kaby Lake X | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> up to 16 pcie lanes |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> Q370M | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> H370M | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> B360M | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} ===Chromebooks=== https://www.howtogeek.com/278953/how-to-install-windows-on-a-chromebook/ Chromebooks don’t officially support other OSs. You normally can’t even install as Chromebooks ship with a special type of BIOS designed for Chrome OS. But there are ways to install, if you’re willing to get your hands dirty. [https://mrchromebox.tech/#devices From] Stoneyridge Device Name Board Name RW_LEGACY Firmware UEFI Firmware (Full ROM) WP Method Acer Chromebook 315 (CB315-2H) ALEENA ✅ [3] ✅ CR50 HP Chromebook 11A G6 EE HP Chromebook 11A G8 EE BARLA ✅ [3] ✅ CR50 HP Chromebook 14A G5 CAREENA ✅ [3] ✅ CR50 Acer Chromebook 311 (C721) KASUMI ✅ [3] ✅ CR50 Acer Chromebook Spin 311 (R721T) KASUMI360 ✅ [3] ✅ CR50 Lenovo 14e Chromebook (S345) LIARA ✅ [3] ✅ CR50 Lenovo 100e Chromebook 2nd Gen AMD TREEYA ✅ [3] ✅ CR50 Lenovo 300e Chromebook 2nd Gen AMD TREEYA360 ✅ [3] ✅ CR50 Picasso/Dali Device Name Board Name RW_LEGACY Firmware UEFI Firmware (Full ROM) WP Method HP Pro c645 Chromebook Enterprise BERKNIP ✅ CR50 HP Chromebook 14a DIRINBOZ ✅ CR50 Acer Chromebook Spin 514 EZKINIL ✅ CR50 HP Chromebook x360 14a GUMBOZ ✅ CR50 Lenovo ThinkPad C13 Yoga Chromebook MORPHIUS ✅ CR50 Lenovo Chromebook 100e Gen3 AMD VILBOZ ✅ CR50 Lenovo Chromebook 300e Gen3 AMD VILBOZ360 ✅ CR50 ASUS Chromebook Flip CM5 WOOMAX ✅ CR50 ==References== {{reflist}} {{BookCat}} sg18ujulln5dxi4osujyfv6s4ea0hhw 4089903 4089902 2022-08-09T17:19:52Z Jeff1138 301139 wikitext text/x-wiki === Laptops === The following hardware has been tested with AROS and any issues have been noted. If you have encountered differently (i.e. problems, incompatibilities, faults, niggles, annoyances, environment, errors, review of setup etc) please update this information. * 2006/2007 Dell Latitude D-series laptops - business class machines, good support in Aros, easy to replace wifi card * 2006 some [https://www.techradar.com/reviews/pc-mac/laptops-portable-pcs/laptops-and-netbooks/toshiba-satellite-pro-a200-28550/review Satellite Pro A200] * 2008 For the tiny carry anywhere, the early run of Acer Aspire netbooks Usually avoid HP and Lenovo as the wifi card is bios locked cannot be swapped without hacking Please bear in mind that AROS has only a few hardware driver developers, whilst Linux counts in the tens and Windows in the hundreds. So support is very slow after some improvement after 2005/6 for a few years. So consequently, be aware that driver support on native is now a decade behind linux, MacOS(TM) and Windows(TM). Rough estimate from taking a random laptop notebook what you can expect from a Native install of AROS {| class="wikitable sortable" width="100%" ! width="10%" |Date ! width="5%" |Overall ! width="5%" |Gfx VESA ! width="5%" |Gfx 2D Acceleration ! width="10%" |Gfx 3D Acceleration ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="10%" |Wireless ! width="20%" |Comments |- | Before 2002 || Poor to OK || VESA 90% || 2D 10% || {{N/A}} || Audio 10% || 40% || Wired 70% || 2% || Max RAM 512MB |- | 2002-2005 || OK || VESA 95% || 2D 10% || 3D 0% || Audio 30% || 70% || Wired 50% || 4% || Max RAM 1GB |- | 2005-2010 || Good || VESA 98% || 2D 60% || 3D 20% || Audio 60% || 80% || Wired 30% || 20% || Max RAM 2 / 4GB |- | 2011-2014 || Poor || VESA 98% || 2D 15% || 3D 0% || Audio 20% || 60% || Wired 20% || 0% || Max RAM 8GB / 16GB |- | 2015-2017 || Poor || VESA 98% || 2D 0% || 3D 0% || Audio 0% || 0% || Wired 10% || 0% || Max RAM 32GB |- | 2018-202x || Poor || VESA 95% || 2D 0% || 3D 0% || Audio 0% || 0% || Wired 0% || 0% || Max RAM 64GB Ryzen |- |} 3D tests now conducted with apps found in Demos/AROS/Mesa and run at default size (may need to View As -> Show All to see them. Most vendor suppliers get OEM (original equipment manufacturers) to make their laptops. These brand name companies purchase their laptops from an ODM (Original Design Manufacturer) such as Quanta, Compal, Wistron, Inventec, Foxconn (Hon Hai), Flextronics and Asus (now Pegatron) with together 80% market share and MiTAC, FIC, Arima, Uniwill, ECS, Tonfang Origin and Clevo (remaining 20%). ====Acer/Gateway/Emachines==== Company founded under the name of Multitech in Taiwan in 1976, renamed to Acer or Acer Group in 1987 Order of build quality (Lowest to highest) <pre > Packard Bell Aspire Extensa TimeLine Travelmate </pre > {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name-->Travelmate 505 506 507 508 Series || <!--Chipset-->P2 Celeron 466Mhz || <!--IDE-->{{Yes|boots}} || <!--SATA--> || <!--Gfx-->{{Maybe|use VESA Neo Magic Magic Graph 128XD (NM2160)}} || <!--Audio-->{{No|AC97 Crystal CS}} || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->1998 minimal support but no audio etc - 506T, 506DX, 507T, 507DX, 508T |- | <!--Name-->TravelMate 340 342 343 345 347 || <!--Chipset-->ALi M1621 with piii || <!--IDE--> || <!--SATA--> || <!--Gfx-->Trident Cyber 9525 || <!--Audio-->{{No|ESS ES1969 Solo-1}} || <!--USB-->2 ALi OHCI USB 1.1 || <!--Ethernet-->a few have Intel e100 || <!--Wireless-->{{N/A}} || <!--Test Distro--> || <!--Comments-->2000 32bit - 340T, 341T, 342T, 342TV, 343TV, 345T, 347TV |- | <!--Name-->TravelMate 350 351 352 353 || <!--Chipset-->Ali with piii || <!--IDE-->{{Yes}} || <!--SATA-->{{N/A}} || <!--Gfx-->Trident Cyber Blade DSTN/Ai1 || <!--Audio-->{{No|ali5451}} || <!--USB-->2 USB 1.1 Ali M5237 OHCI || <!--Ethernet-->e100 || <!--Wireless-->Acer InviLink IEEE 802.11b || <!--Test Distro--> || <!--Comments-->2001 32bit very limited support but no support for PCMCIA O2 Micro OZ6933 - 350T, 351TEV, 352TEV, 353TEV |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->TravelMate 610 series 611 612 613 614 || <!--Chipset-->815 P3 || <!--IDE--> || <!--SATA-->{{N/A}} || <!--Gfx-->Intel 82815 cgc || <!--Audio-->AC97 || <!--USB-->USB 1.1 || <!--Ethernet-->Intel e100 pro || <!--Wireless-->{{N/A}} || <!--Test Distro--> || <!--Comments-->2001 32bit - 610TXVi 610T 611TXV 612TX 613TXC |- | Aspire 3003LM || SIS AMD 3000 1.8GHz || {{yes}} || {{N/A}} || {{maybe|SIS AGP M760GX (VESA only)}} || {{yes|AC97 SIS codec}} || 3 USB 2.0 || {{yes|SIS900}} || {{no|Broadcom BCM4318 AirForce One 54g}} || Icaros 1.2.4 || 2003 sempron |- | Travelmate 2310 Series ZL6 || Intel Celeron M 360 1.4GHz with SiS 661MX || {{yes}} || {{N/A}} || {{maybe|SiS Mirage M661MX (VESA only)}} || {{yes|SIS SI7012 AC97 with realtek ALC203 codec speakers only}} || || {{yes|SIS900}} || {{N/A|LM version has pci card slot but no antenna}} || Icaros 2.1.1 || 2004 32bit - No USB boot option but boot from DVD - reports of wifi losing connection (isolate/remove the metallic grounding foil ends of the antennas) - 2312LM_L - |- | <!--Name-->Aspire 3000 3002LMi 3500 5000 || <!--Chipset-->AMD CPU W-with SIS M760 || <!--IDE--> || <!--SATA--> || <!--Gfx-->SIS 760 || <!--Audio-->SIS || <!--USB--> || <!--Ethernet-->SIS 900 || <!--Wireless-->{{No|Broadcom BCM4318 swap for Atheros}} || <!--Test Distro--> || <!--Comments-->2005 32bit |- | <!--Name-->Aspire 3050 5020 5050 || <!--Chipset-->AMD Single and Turion MK-36 Dual and RS480 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Use VESA - RS482M Xpress 1100 or RS485M Xpress 1150 || <!--Audio-->HD Audio Realtek ALC883 || <!--USB--> || <!--Ethernet-->8139 || <!--Wireless-->Atheros 5006G or Broadcom BCM 4318 || <!--Test Distro--> || <!--Comments-->2005 32bit MK36 gets very hot |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->TravelMate 2410 2420 2430 series || <!--Chipset-->915GM || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel Mobile 915GMS 910GML || <!--Audio-->Intel AC97 ICH6 with ALC203 codec || <!--USB-->4 USB2.0 || <!--Ethernet-->Realtek RTL-8139 || <!--Wireless-->Atheros 5005GS || <!--Test Distro--> || <!--Comments-->2005 32bit 2428AWXMi - |- | <!--Name-->Acer Aspire 3610 - WISTRON MORAR 3614WLMI || <!--Chipset-->Intel 915 || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Yes|Intel GMA 2D and 3D}} || <!--Audio-->{{yes|[http://www.amiga.org/forums/showpost.php?p=644066&postcount=13 AC97]}} || <!--USB--> || <!--Ethernet-->{{yes|RTL 8139 8139C+}} || <!--Wireless-->{{Maybe|Atheros AR5001X+ or AR5BMB5 or Broadcom 4318}} || <!--Test Distro--> Icaros 1.2.4 || <!--Comments-->2005 32bit with good support [http://ubuntuforums.org/showthread.php?p=6205188#post6205188 wifi issues] |- | <!--Name-->TravelMate 2480 series 2483 WXMi (HannStar J MV4 94V) 2483NWXCi Aspire 3680, 3690 || <!--Chipset-->940GML i943 with Celeron 430 1.77GHz - 14.1" || <!--IDE-->{{N/A}} || <!--SATA-->{{Yes| }} || <!--Gfx-->{{Yes|2D and 3D openGL 1.x - Tunnel 181 gearbox 104 scores}} || <!--Audio-->{{Yes|HD Audio with ALC883 codec playback}} || <!--USB-->{{Yes|3 USB 2.0}} || <!--Ethernet-->{{No|Marvell 88E8038 yukon sky2}} || <!--Wireless-->{{No|Atheros 5k AR5005G AR5BMB5 mini pci}} suspect laptop hardware issues || <!--Test Distro-->Icaros 2.1.1 || <!--Comments-->2006 Works well shame about the internet options - noisy fan - poor battery life - no boot option for TI based mass storage sd card - Max 2GB memory - LCD Inverter Board IV12090/T-LF - |- | <!--Name-->TravelMate 2490 series 2492WXMi || <!--Chipset-->940GML || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Yes|Intel 945 2D and 3D tunnel 164 gearbox 105}} || <!--Audio-->{{Yes|HD Audio}} || <!--USB--> || <!--Ethernet-->{{Maybe|Broadcom BCM4401}} || <!--Wireless-->{{No|Atheros AR5005GS suspect hardware issue}} || <!--Test Distro-->Icaros 2.1.1 || <!--Comments-->2006 32bit - 15inch screen - strange curved up at ends keyboard style - overall plastic construction - Atheros AR5005G(s) - |- | <!--Name-->Gateway ML6227B MA7 || <!--Chipset-->Celeron M 520 1.6Ghz with 945GM || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{Yes|945GM 2D and 3D tunnel 169 gearbox 132}} || <!--Audio-->{{No|HDA Intel with STAC9250 codec}} || <!--USB--> || <!--Ethernet-->{{No|Marvell 88E8038}} || <!--Wireless-->{{No|8187L but swap ath5k mini pcie}} || <!--Test Distro-->Icaros 2.1.1 || <!--Comments-->15.4 ultrabrite widescreen - Wifi Switch on side Fn/F2 - |- | <!--Name-->eMachines E510 series KAL10 || <!--Chipset-->Intel Celeron M 560 2.13Ghz with PM965 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel x3100 || <!--Audio-->{{Yes|Intel with codec}} || <!--USB-->Intel || <!--Ethernet-->{{No|Broadcom BCM5906M}} || <!--Wireless-->{{No|Atheros G AR5BXB63 bios issue??}} || <!--Test Distro-->Icaros 2.1.1 || <!--Comments-->2007 32bit very budget machine with InsydeH20 bios and F10 boot menu |- | A0521 Ao721 || Athlon II Neo K125 + AMD M880G || {{N/A}} || {{maybe}} || {{maybe|ATI Radeon HD 4225 (VESA only)}} || {{No|Conexant}} || {{Maybe}}|| {{no|AR8152 l1c}} || {{no|AR9285 ath9k}} || AspireOS 1.7 || 64bit possible |- | <!--Name--> Extensa 5630Z || <!--Chipset--> Intel GL40 Express || <!--IDE--> {{N/A}} || <!--SATA--> {{Maybe|IDE mode}} || <!--Gfx--> {{Yes|Intel GMA 4500M HD (2D)}} || <!--Audio--> {{Yes|HD Audio}} || <!--USB--> {{Yes|USB 2.0}} || <!--Ethernet--> {{No|Broadcom BCM 5764M}} || <!--Wireless--> {{No|RaLink RT2860}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Aspire 5250 series 5253 BZ400 BZ602 || <!--Chipset-->E350 || <!--IDE--> || <!--SATA--> || <!--Gfx-->HD 6310 || <!--Audio-->HD Audio Conexant CX20584 || <!--USB--> || <!--Ethernet-->Atheros AR8151 || <!--Wireless-->Atheros 9k AR5B97 || <!--Test Distro--> || <!--Comments-->2011 64bit |- | <!--Name-->Aspire V5 V5-121 V5121 AO725 One 725 || <!--Chipset-->AMD C-70 || <!--IDE--> || <!--SATA--> || <!--Gfx-->6290G || <!--Audio-->Realtek ALC269 codec || <!--USB-->USB untested || <!--Ethernet-->Broadcom || <!--Wireless-->Broadcom || <!--Test Distro--> || <!--Comments-->2012 64bit |- | <!--Name-->Aspire V5-122P || <!--Chipset-->C70 with M55 or A6 1450 with ??? || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx--> 8210 || <!--Audio-->ATI Device 9840 || <!--USB-->FCH USB EHCI OHCI || <!--Ethernet-->{{N/A}} || <!--Wireless-->Atheros 9k AR9565 || <!--Test Distro--> || <!--Comments-->bios hacking needed for virtualisation |- | <!--Name-->Packard Bell EasyNote TE69 TE69KB 522 || <!--Chipset-->E1-2500 Dual or A4-5000 Quad BGA769 (FT3) both soldered || <!--IDE-->{{N/A}} || <!--SATA-->{{Maybe|Use IDE mode}} - boots if UEFI set to Legacy || <!--Gfx-->{{Maybe|use VESA - ATI Radeon 8120 8240, 8320 or 8330}} || <!--Audio-->{{No|Both AMD Azalia HD Audio with ALC282 codec and HDMI}} || <!--USB-->{{No|OHCI and EHCI detected but not XHCI USB 3}} || <!--Ethernet-->{{No|Atheros AR8171 AR8175 or Broadcom BCM57780}} || <!--Wireless-->{{No|Atheros AR9565 0x1969 0x10a1}} || <!--Test Distro-->Aspire OS Xenon || <!--Comments-->2013 64bit big netbook - Boots after using F2 to enter EFI firmware Hudson-2 and setting AHCI to IDE mode |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Aspire 3 A315 41 || <!--Chipset-->2 core 4 thread Ryzen 2200u || <!--IDE--> || <!--SATA--> || <!--Gfx-->Vega 3 || <!--Audio--> || <!--USB-->{{No|3.1 gen 1}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2018 15.6" 1366 x 768 8gb 1080p 4g single channel ram |- | <!--Name-->Nitro 5 || <!--Chipset-->Ryzen 5 2500u || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->radeon rx560 || <!--Audio--> || <!--USB-->{{No|3.1 gen 1}} || <!--Ethernet-->Realtek 8168 8111 || <!--Wireless-->Qualcomm ACA || <!--Test Distro--> || <!--Comments-->2018 15.6" |- | <!--Name-->Swift 3 || <!--Chipset-->4700U || <!--IDE-->{{N/A}} || <!--SATA-->NVMe || <!--Gfx-->Vega || <!--Audio--> codec || <!--USB-->{{No|3.1 gen 1}} || <!--Ethernet-->{{N/A}} || <!--Wireless-->Intel 6 ac || <!--Test Distro--> || <!--Comments-->2020 64bit very low srgb screen - LPDDR4 ram |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ====Asus==== [[#top|...to the top]] {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name-->Asus L8400-K Medion MD9467 || <!--Chipset-->Intel desktop 850MHz || <!--IDE--> || <!--SATA--> || <!--Gfx-->S3 Savage MX || <!--Audio-->{{No|ESS allegro 1988}} || <!--USB--> || <!--Ethernet-->Realtek 8139 || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2001 32bit |- | <!--Name-->Asus L2000 L2400 L2D Series Medion 9675 || <!--Chipset-->Athlon 4 mobile || <!--IDE--> || <!--SATA--> || <!--Gfx-->use vesa sis630 || <!--Audio-->{{No|sis7018}} || <!--USB--> || <!--Ethernet-->sis900 || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2002 32bit |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->x51R X51RL || <!--Chipset-->Duo T2250 T2330 with RS480 || <!--IDE--> || <!--SATA-->{{N/A}} || <!--Gfx-->{{Maybe|use VESA RC410 [Radeon Xpress 200M]}} || <!--Audio-->{{Yes|HD with codec}} || <!--USB-->{{Maybe|boots and detects}} || <!--Ethernet-->{{Yes|RTL-8139}} || <!--Wireless-->{{No|Atheros AR5006EG AR5111 ath5k - could be ATI Chipset}} || <!--Test Distro-->Icaros 2.2, deadwood 2021 || <!--Comments-->2003 32bit 15.4 WXGA - 19v barrel - ESC boot select - F2 bios - |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Asus R2H Ultra Mobile PC UMPC || <!--Chipset-->Celeron 900Mhz 910GML || <!--IDE--> || <!--SATA--> || <!--Gfx-->GMA900 || <!--Audio-->Ac97 ALC880 || <!--USB--> || <!--Ethernet-->realtek 8169 8101e || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2004 32bit [https://www.youtube.com/watch?v=Jm4fOrqyj3g boots] |- | <!--Name-->Asus A3 series A3F Ergo Ensis 211 RM || <!--Chipset-->P-M 1.6GHz to Core Duo with 950 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel 945 || <!--Audio-->Ac97 ALC655 || <!--USB--> || <!--Ethernet-->Realtek 8100CL 10/100 || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2004 32bit only |- | <!--Name-->Z33 || <!--Chipset-->915 || <!--IDE--> || <!--SATA--> || <!--Gfx-->915GM || <!--Audio-->HD Audio ALC880 || <!--USB--> || <!--Ethernet-->Realtek 8139 || <!--Wireless-->Intel 2915ABG || <!--Test Distro--> || <!--Comments-->2005 32bit Z33A Z33AE N5M N5A |- | Z70A Z70V Z70Va M6A z7000 z7000a || i915 + ICH6 || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{yes|mobile 915GML}} || <!--Audio-->{{no|ICH6 HD Audio}} || <!--USB-->{{yes|USB2.0}} || <!--Ethernet-->{{no|Marvell 88E8001}} || {{no|Intel PRO 2200BG Fn / F2}} || Icaros 1.3 || 2005 32bit |- | [http://www.progweb.com/en/2010/09/linux-sur-un-portable-asus-a6jm/ A6jm] A6JC || 945GM || IDE || SATA || {{yes|nVidia GeForce Go 7600 G70}} || {{no|HD Audio}} || {{yes|USB}} || {{yes|RTL8111 8168B}} || {{no|Intel 3945 ABG}} || Icaros 1.2.4 || 2006 32bit only |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->X50GL F5GL || <!--Chipset-->T5800 with 965 || <!--IDE-->{{N/A}} || <!--SATA-->{{Maybe}} || <!--Gfx-->{{Maybe|use VESA 2d - Nvidia 8200M G84 runs hot}} || <!--Audio-->{{No|HD Audio MCP79 with codec}} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{No|MCP79}} || <!--Wireless-->{{No|Atheros AR5B91 AW-NE77}} || <!--Test Distro-->Icaros 2.2 || <!--Comments-->2008 64bit not much support no display with nouveau - 19v barrel |- | <!--Name-->Asus ASUS G50 & G51 series G50V G50Vt G51V G51VX G51J G51Jx G50VT X1 X5 ROG || <!--Chipset-->AMD64 with MCP71 || <!--IDE-->{{N/A}} || <!--SATA-->{{Yes}} || <!--Gfx-->nVidia GeForce 9800M GS (G94M) up to GT200 [GeForce GTX 260M] (G92M) || <!--Audio-->Nvidia HD Audio with codec || <!--USB--> || <!--Ethernet-->{{No|Atheros L1C atl1c}} || <!--Wireless-->Atheros G or Intel || <!--Test Distro-->ICaros || <!--Comments-->2009 64bit not all GPUs are failing but a much higher % failing early, 8x00 and 9x00 G84, G86, G92, G94, and G96 series chips dying - |- | <!--Name-->Series F9 F9E F9dc F9f F9j F9s || <!--Chipset-->965GM || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{maybe|Vesa}} || <!--Audio-->{{yes|HD Audio ALC660 playback}} || <!--USB-->{{yes|works}} || <!--Ethernet-->{{yes|RTL8169 }} || <!--Wireless-->{{no|intel 3495 not working}} || <!--Test Distro-->Icaros 1.41 || <!--Comments-->64bit possible - small form factor sub notebook, compact and works well but no 3D graphics |- | P52F SO006X || i3-370M || IDE || SATA || {{yes|nVidia G92 [GeForce 9800 GT] (2D)}} || {{no|Intel HD Audio}} || {{yes|2 USB2.0}} || {{no|Atheros AR8121 AR8113 AR8114 (l1e)}} || {{dunno}} || Icaros 1.3 || 2010 64bit |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->A53U XT2 A53Z K53B X53U || <!--Chipset-->E350 or A6 3400M (A43TA A53TA XE2 A73T) || <!--IDE-->{{N/A|}} || <!--SATA--> || <!--Gfx-->{{No| use VESA ATi 6310 or 6520}} || <!--Audio-->{{Yes| }} || <!--USB--> || <!--Ethernet-->{{Yes|RTL8111}} || <!--Wireless-->{{No| }} || <!--Test Distro-->Icaros 2.1.2 || <!--Comments-->2011 64bit - |- | <!--Name-->X55U X401U X501U || <!--Chipset-->C60, C70 or E1 1200 E2 1800 || <!--IDE--> || <!--SATA--> || <!--Gfx-->6290G || <!--Audio--> || <!--USB--> || <!--Ethernet-->Realtek 8111 8169 || <!--Wireless-->Atheros AR9485 || <!--Test Distro--> || <!--Comments-->2013 |- | <!--Name-->K55N || <!--Chipset-->AMD a6 4400M A8 4500M || <!--IDE--> || <!--SATA--> || <!--Gfx-->AMD 7640G || <!--Audio-->HD Audio through ATi Trinity HDMI || <!--USB--> || <!--Ethernet--> || <!--Wireless-->Atheros AR9485 || <!--Test Distro--> || <!--Comments-->2013 64bit |- | <!--Name-->X102BA || <!--Chipset-->Llano E1 1200 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Radeon HD 8180 || <!--Audio--> || <!--USB--> || <!--Ethernet-->RTL8101E RTL8102E || <!--Wireless-->Qualcomm Atheros AR9485 || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->X452EA X552EA F552E K55N K75D || <!--Chipset-->AMD with || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Maybe|use VESA for AMD ATI Sun XT Radeon HD 8330 8670A 8670M 8690M}} || <!--Audio-->{{Yes|AMD FCH Azalia rev 02 with ALC898 codec}} || <!--USB--> || <!--Ethernet-->{{{Yes|Realtek RTL8111 8168 8411}} || <!--Wireless-->{{No|Atheros AR9485}} || <!--Test Distro-->Icaros 2.1 || <!--Comments-->2013 64BIT kabini trinity E1 2100 or A4 5000M A8 4500M A10 4600M |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Vivobook X512DA F512DA || <!--Chipset-->AMD R5 3500U || <!--IDE--> || <!--SATA--> || <!--Gfx-->AMD RX Vega || <!--Audio--> || <!--USB-->{{No|USB 3.1 gen }} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2019 2020 15.6in FHD IPS |- | <!--Name-->ROG Zephyrus G14 || <!--Chipset-->AMD 4900HS 4800HS 4600HS || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{No|Nvidia 1650Ti 1660Ti 2060}} || <!--Audio--> || <!--USB-->{{No|Gen 3}} || <!--Ethernet--> || <!--Wireless-->Intel ax wifi 6 || <!--Test Distro--> || <!--Comments-->2020 64bit |- | <!--Name-->Zenbook 14 || <!--Chipset-->AMD 4500U || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Vega 8 || <!--Audio--> || <!--USB-->{{No|Gen 3}} || <!--Ethernet-->{{N/A}} || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2020 64bit - LPDDR4 ram - |- | <!--Name-->G14 || <!--Chipset-->AMD 6900HS 6800u 6600u 6400u || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->680M RDNA2 || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2022 64bit - |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ==== Dell ==== [[#top|...to the top]] Order of build quality (Lowest to highest) <pre > Studio Inspiron Vostro XPS Alienware Precision Latitude - good cases - electronics similar to everyone else as long as avoiding ATi Nvidia GPU BGA balled soldered graphics </pre > {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name-->Latitude CP 233GT, CPi d233xt d266xt D300XT a366xt, CPt S400GT S500GT S550GT S600GT S700ST, CPt C333GT C400GT || <!--Chipset-->Neo Magic || <!--IDE--> || <!--SATA--> || <!--Gfx-->Use VESA - Neo magic Magic Media 2160 2360 256ZX || <!--Audio-->{{No|crystal pnp 4237b or magic media 256zx sound nm2360}} || <!--USB-->USB 1.1 || <!--Ethernet-->{{N/A}} || <!--Wireless-->{{N/A}} || <!--Test Distro--> || <!--Comments-->1998 32bit Low-Density 16-chip 144p 144-pin 32Mx64 3.3V SODIMM - |- | <!--Name-->Dell Latitude CPx H450GT H500GT H Series, CPt V433GT V466GT V600, Inspiron 5000 || <!--Chipset-->Intel 440BX with Pentium 3M (CPx) or Celeron (CPt) || <!--IDE-->{{{Yes| }} || <!--SATA-->{{N/A| }} || <!--Gfx-->{{Maybe|Use Vesa - ATi Rage Pro Mobility M1}} || <!--Audio-->{{No|ESS ES1978 Maestro 2E Canyon 3D}} || <!--USB-->{{Yes|1 slot 1.1 only}} || <!--Ethernet-->{{N/A}} || <!--Wireless-->{{N/A| }} || <!--Test Distro-->NB May 2013 || <!--Comments-->1998 32bit - 3 pin PA-6 PA6 power adapter plug - CDROM DVD Cxxx family media bay accessories untested |- | <!--Name-->Latitude C500 C600 (Quanta TM6) Inspiron 4000 7500, CPx J Series || <!--Chipset-->440BX ZX/DX || <!--IDE-->{{yes}} || <!--SATA-->{{N/A}} || <!--Gfx-->{{partial|ATI Rage 128Pro Mobility M3 (VESA only)}} || <!--Audio-->{{no|ES1983S Maestro 3i}} || <!--USB-->{{yes|USB 1.1 only}} || <!--Ethernet-->{{N/A|some models had mini pci e100}}|| <!--Wireless-->{{N/A|a few came with internal antenna wiring}} || <!--Test Distro--> || <!--Opinion-->square 3 pin charger PA9 PA-9 - C/Dock II untested - C/Port untested - Parallel to Floppy cable untested - CPx J600GT J650GT J700GT J750GT J800GT J850GT |- | <!--Name-->Latitude C510 C610 Insprion 4100 PP01L 2600 || <!--Chipset-->i830 and 1GHz+ P3-M || <!--IDE-->{{yes}} || <!--SATA-->{{N/A}} || <!--Gfx-->{{partial|use VESA - ATI Radeon Mobility M6}} || <!--Audio-->{{No|AC97 CS4205}} || <!--USB-->{{maybe| }} || <!--Ethernet-->{{yes|3Com Etherlink}} || <!--Wireless-->{{Maybe|internal antenna wiring for an Atheros mini pci card}} || <!--Test Distro--> || <!--Opinion-->poor build quality - hard to find in good working order |- | <!--Name-->Latitude C400 || <!--Chipset-->Intel 830 || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Maybe|use VESA Intel 830 CGC}} || <!--Audio-->{{No|ac97 Crystal 4205}} || <!--USB--> || <!--Ethernet-->{{Yes|3Com 3c905C TX/TX-M}} || <!--Wireless-->{{N/A| }} || <!--Test Distro--> || <!--Comments-->Slim for the time - no media bays |- | <!--Name-->Latitude C640 (Quanta TM8) C840 Inspiron 8k2 8200 i8200 precision m50 || <!--Chipset-->P4M with 845EP || <!--IDE--> || <!--SATA--> || <!--Gfx-->use VESA if ATi - use nouveau if 64mb Nvidia Gforce 4 440 Go || <!--Audio-->AC97 CS4205 || <!--USB--> || <!--Ethernet-->3com 905c || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->C640 had one fan so was noisy and hot - C840 had 2 fans and ran slightly cooler but fan noise louder |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | Latitude D400 || P-M 82845 || {{yes|82801 ide}} || {{N/A}} || {{partial|VESA only}} || {{yes|AC97 Audio playback only}} || {{maybe|USB 2.0}} || {{maybe|PRO 100 VM (KM)}} || {{no|BCM4318 AirForce one 54g replace with atheros 5k mini pci}} || <!--Test Distro--> Icaros 1.2.4 || 2003 32bit will boot from USB stick - won't boot from USB-DVD - no sd card slot - power plug style changed |- | Latitude D500 / D505 PP10L || 855GME * revA00 * revA03 * revA06 | {{yes|IDE but needs the Dell adapter}} || {{N/A}} || {{partial|855GM Gfx (VESA only)}} || {{Yes|Intel AC97 with IDT STAC 9750 codec playback head phones only}} || {{maybe| }} || {{yes|PRO 100 VE}} || {{no|Broadcom BCM4306 but exchange with atheros g in panel on laptop bottom}} || <!--Test Distro-->Icaros 2.1.1 || 2003 - 14 / 15 inch XGA 4:3 screen - plastic build - no sd card slot - boots from bay optical drive - not powering on/off with ac adapter is a [http://www.geekzone.co.nz/forums.asp?forumid=37&topicid=30585 mobo fault of PC13 SMT 1206 ceramic cap hot] suggest [http://www.die4laser.com/D505fix/ 0.1uF 50V instead] - pc2700 333Mhz ram 1Gb max - |- | Latitude D505 (some) || VIA VT8237 VX700 || {{yes|IDE}} || || {{partial|VESA 2d on ATI RV350 Radeon 9550}} || {{no|VIA AC97 with codec}} || {{maybe|VIA USB glitchy}} || {{yes|VIA VT6102 Rhine-II}} || {{no|Intel 2200g Calexico2}} || <!--Test Distro--> || 2003 32bit little support - diagnostics pressing holding the Fn key, press the Power ON button (battery removed). Check the LEDs pattern - cmos battery behind flap in laptop battery slot - |- | <!--Name-->Inspiron 1000 || <!--Chipset-->SIS || <!--IDE--> || <!--SATA-->{{N/A}} || <!--Gfx-->{{maybe|use VESA SIS}} || <!--Audio-->{{Yes|AC97 SIS with AD1981B codec playback}} || <!--USB-->{{maybe| }} || <!--Ethernet-->{{Yes|SIS 900 but}} || <!--Wireless-->{{N/A}} || <!--Test Distro-->Icaros 2.1 || <!--Comments-->2004 32bit [[https://www.youtube.com/watch?v=Zd9eGGfFc7I boots James Kendall Celeron Amiga]] and [https://forum.level1techs.com/t/my-time-with-icaros-desktop-and-what-i-am-doing-as-a-dev-contributor-also-some-other-shit/113358 aremis using it] |- | <!--Name-->Inspiron 1100 || <!--Chipset-->845 || <!--IDE-->{{Yes| }} || <!--SATA-->{{N/A}} || <!--Gfx-->{{Maybe|use VESA Intel 845G }} || <!--Audio-->{{Yes|AC'97 playback}} || <!--USB-->{{maybe| }} || <!--Ethernet-->{{Maybe|Broadcom 4401}} || <!--Wireless--> || <!--Test Distro-->Icaros 1.5 || <!--Comments--> |- | <!--Name-->Inspiron 8500 5150 || <!--Chipset-->P4 855GM || <!--IDE-->{{Yes| }} || <!--SATA-->{{N/A}} || <!--Gfx-->{{Yes|Nvidia 5200 Go - VESA if intel gfx}} || <!--Audio-->{{Yes|MCP AC97 with SigmaTel 9750}} || <!--USB-->{{maybe| }} || <!--Ethernet-->{{Maybe|Broadcom 440x untested}} || <!--Wireless-->{{No|Broadcom 4306 rev 02 use Atheros Mini PCI}} || <!--Test Distro-->Icaros 2.3 || <!--Comments-->32bit P4 runs well but wifi needs to be changed to Mini PCI Atheros to get Internet |- | Latitude X300 PP04S small, slim and light case || 855GME * revA00 Intel ULV 1.2 Ghz * revA01 Intel ULV 1.4Ghz | {{yes|IDE internal and will boot cd/dvd through dock PR04S}} || {{N/A}} || {{partial|855GM Gfx (VESA only)}} || {{Yes|Intel AC97 with STAC 97xx codec but no audio out of the dock}} || {{maybe|works but dock usb ports and usb DVD PD01S not detected}} || {{No|Broadcom BCM5705M gigabit}} || {{no|Broadcom BCM4306 later intel - replace with atheros in the underside}} || <!--Test Distro-->Icaros 2.1.1, AROS One 1.6 usb, || 2004 12.1" 1024 x 768 - 19.5v PA-10 or PA-12 dell - ACPI works but bad s3 ram suspend sleep - no sd card boot - 1Gb max ddr 2700 |- | <!--Name-->Latitude D600 (Quanta JM2) PP05L - 600m || <!--Chipset-->82855 PM i855 * reva00 * revA01 * revA02 * revA03 * revA04 | <!--IDE--> {{yes}} || <!--SATA--> {{N/A}} || <!--Gfx-->{{Maybe|Use VESA - ATI Radeon RV250 Mobility FireGL 9000}} || <!--Audio-->{{Yes|AC97 - STAC 9750}} || <!--USB-->{{maybe| }} || <!--Ethernet-->{{no|Broadcom BCM5705}} || <!--Wireless-->{{no|Intel 2100 or Broadcom BCM4306 - swap for Atheros panel in base}} || <!--Test Distro--> Icaros 1.3 and [http://www.amiga.org/forums/archive/index.php/t-62187.html 1.4.1 and 2.1.1] || <!--Opinion-->2003 32bit 14inch using pc2100 memory with Caps light blinking is usually a memory error - Dell D505 D600 power up pressing the case docking port - |- | <!--Name-->Latitude D600 (Quanta JM2) || <!--Chipset-->82855 PM i855 || <!--IDE--> {{yes}} || <!--SATA--> {{N/A}} || <!--Gfx-->{{Yes|2D only vidia NV28 GeForce4 Ti 4200 Go 5200 Go 5650 Go}} || <!--Audio-->{{Yes|AC97 - STAC 9750}} || <!--USB-->{{maybe| }} || <!--Ethernet-->{{no|Broadcom BCM5705}} || <!--Wireless-->{{no|Broadcom BCM4306 mini pci - swap for Atheros}} || <!--Test Distro--> Icaros 1.3 and [http://www.amiga.org/forums/archive/index.php/t-62187.html 1.4.1] || <!--Opinion-->2003 32bit 14" - solder joints on the bios chip (press down f7/f8 keys) - RAM clean with eraser - memory cover plate maybe apply some pressure - |- | <!--Name-->D800 (Compal LA-1901) || <!--Chipset-->Intel 855 || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio-->AC97 || <!--USB-->{{maybe| }} || <!--Ethernet-->Broadcom 570x || <!--Wireless-->Broadcom 4309 || <!--Test Distro--> || <!--Comments-->2004 32bit - trackpoint type pointing device - |- | <!--Name-->D800 || <!--Chipset-->Intel 855 || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{No|Nvidia }} || <!--Audio-->AC97 || <!--USB-->{{maybe| }} || <!--Ethernet-->Broadcom 570x || <!--Wireless-->Broadcom 4309 || <!--Test Distro--> || <!--Comments-->2004 32bit 15inch 39cm |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Inspiron 1200 2200 PP10S Latitude 110L m350 1.3Ghz || <!--Chipset-->Intel 915GM || <!--IDE--> {{yes|UDMA boots cd or DVD and installs to HDisk}} || <!--SATA--> {{N/A}}|| <!--Gfx-->{{yes|Intel GMA900 (2D and 3D openGL 1.x) Gearbox 56}} || <!--Audio-->{{yes|Intel AC97 playback only}} || <!--USB-->{{maybe|USB 2.0}} || <!--Ethernet-->{{yes|Intel PRO 100 VE}} || <!--Wireless-->{{no|BroadCom BCM4318 - swap for Atheros mini PCI in base panel}} || <!--Test Distro-->Icaros 1.4.5 || <!--Comments-->2005 single core 32bit 14" 4:3 1024 768 XGA screen - heavy 6 lbs - PA16 barrel 19V 3.16A AC adapter - battery life 4cell 29WHr lasts 2 hours - 256mb soldered with 1 ddr pc2100 sodimm 1gb max - |- | <!--Name-->Inspiron 1300 business B130 home PP21L Latitude 120L B120 by Compal - Inspiron 630m || <!--Chipset-->Intel Celeron M360 1.4GHz, M370 1.50 GHz, M380 1.73GHz || <!--IDE-->{{Yes|boots cd or DVD and installs to HDisk}} || <!--SATA-->{{N/A}} || <!--Gfx-->{{Yes|GMA 915 2D and 3D openGL 1.x tunnel 172 gearbox 70}} || <!--Audio-->{{Yes|HD Audio playback ear phones only}} || <!--USB-->{{maybe|works but waiting boot fail with AROS One usb version}} || <!--Ethernet-->{{Yes|Broadcom 440x}} || <!--Wireless-->{{No|intel 2200 or BCM4318 swap for Atheros mini pci - one antenna lead for main wifi}} || <!--Test Distro-->Icaros 2.1.2, AROS One 1.6 usb, || <!--Comments-->2005 32bit single core - 14.1″ XGA 4:3 or 15.4" WXGA wide 1280 x 800 matte - ddr2 ram (2gb max) and wireless card access underside - PA-16 19v psu tip 7.4mm * 5mm - f10 boot select f1 bios |- | Latitude X1 PP05S || PP-M GMA915 rev A00 1.1GHz non-pae || {{yes|ide 1.8in under keyboard}} || {{N/A}} || {{Yes|Intel 915GM 2D and 3D OpenGL 1.3 tunnel and gearbox }} || {{yes|AC97 playback only with STAC codec}} || {{maybe|USB 2.0 but will not boot AROS One USB version}} || {{No|Broadcom 5751}} || {{no|Intel 2200BG - swap for Atheros mini pci under keyboard palm rest}} || <!--Test Distro-->Aros One 1.5 usb, || 2005 32bit 12.1" 4:3 1024 x 768 - sd slot not bootable - 256mb soldered to board and 1 sodimm slot ddr2 under keyboard - pa-17 pa17 19v octagonal psu port - |- | Latitude D410 PP06S *rev A00 *A01, A02 *A03 || GMA915 1.6GHz Pentium® M 730, 1.7GHz, 750 1.86GHz & 760 2.0GHz, 770 2.13GHz || {{yes|caddy and adapter needed 2.5" - remove hdd and write}} || {{N/A}} || {{Yes|Intel 915GM 2D and 3D OpenGL 1.3 tunnel 170 and gearbox 75}} || {{yes|AC97 playback only with STAC 9751 codec}} || {{maybe|works but will not boot from USB-DVD or AROS One 1.5 usb version}} || {{No|Broadcom 5751}} || {{no|Intel 2915ABG or later 2200BG - swap for Atheros mini pci under keyboard}} || <!--Test Distro-->Icaros 1.4, 2.1.1 and AROS One 1.5 usb, || 2005 32bit 12.1" 4:3 1024 x 768 - no sd card slot - PR06S dock base |- | <!--Name-->Latitude D510 (Quanta DM1) || <!--Chipset-->915GM socket 479 || <!--IDE--> {{N/A}} || <!--SATA--> {{partial|IDE mode}}|| <!--Gfx-->{{yes|Intel GMA 915 2D and 3D}} || <!--Audio-->{{Yes|AC97 STAC 975x}} || <!--USB--> {{maybe|USB 2.0}} || <!--Ethernet-->{{no|Broadcom BCM5751}} || <!--Wireless-->{{no|Intel PRO Wireless 2200BG swap Atheros mini pci in base}} || <!--Test Distro--> || <!--Comments-->2005 14.1" 32bit single core Intel Celeron M 1.6GHz Pentium M 730 1.73Ghz - squarish 3:2 - issues with 3rd party battery 4 quick flashes of red led with 1 final green |- | <!--Name-->Latitude D610 (Quanta JM5B) PP11L || <!--Chipset-->910GML 915GM with mobile 1.6 to 2.26ghz * Rev A0x * Rev A0x * Rev A07 1.73Ghz | <!--IDE--> {{N/A}} || <!--SATA--> {{partial|IDE mode}}|| <!--Gfx-->{{yes|Intel GMA 915 2D and 3D tunnel 174 gearbox 74}} || <!--Audio-->{{yes|Intel AC97 speaker head phones playback only with stac codec}} || <!--USB--> {{maybe|USB 2.0}} || <!--Ethernet-->{{no|Broadcom BCM5751}} || <!--Wireless-->{{no|Intel 2200BG or Broadcom mini pci under keyboard, swap wifi card for atheros 5k}} || <!--Test Distro-->Icaros 2.1.1 || <!--Comments-->2005 32bit 14" 1024 x 768 - very noisy clicky trackpad buttons - one dimm slot under keyboard and other in underside 2GB 533Mhz 667Mhz DDR2 max - |- | <!--Name-->Latitude D610 (Quanta JM5B) 0C4717 REV A05, 0K3879 REV.A00 || <!--Chipset-->915GM || <!--IDE--> {{N/A}} || <!--SATA--> {{partial|IDE mode}}|| <!--Gfx-->{{Maybe|Use VESA 2d - Ati X300 no radeon 2d}} || <!--Audio-->{{yes|Intel AC97}} || <!--USB--> {{maybe|USB 2.0}} || <!--Ethernet-->{{no|Broadcom NetXtreme 57xx Gigabit replace with Atheros 5k}} || <!--Wireless-->{{no|Intel PRO Wireless 2200BG mini pci use Atheros 5k}} || <!--Test Distro-->Icaros 2.1.1 || <!--Comments-->2005 32bit 14" 1024 x 768 - very noisy clicky trackpad buttons - 19.5v psu |- | <!--Name-->Latitude D810 (Quanta ) || <!--Chipset-->915GM || <!--IDE-->{{Yes| }} || <!--SATA-->{{N/A}} || <!--Gfx-->{{Maybe|Use VESA 2d - Ati X300 RV370 M22 later x600}} || <!--Audio-->{{yes|Intel AC97 stereo playback only idt 9751 codec}} || <!--USB--> {{maybe|USB 2.0 but no boot from usb on 1.5}} || <!--Ethernet-->{{no|Broadcom NetXtreme 57xx Gigabit}} || <!--Wireless-->{{no|Intel PRO Wireless 2200BG mini pci replace with Atheros 5k}} || <!--Test Distro-->Icaros 2.1.1, aros one 1.5 || <!--Comments-->2005 32bit 15.4" F12 one time boot menu - 19.5v 90w psu ideal - battery not same as later dx20 ones - |- | <!--Name-->Studio XPS M1210 || <!--Chipset-->GM945 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->nVidia G72M 7300 || <!--Audio-->HD Audio IDT 92xx || <!--USB-->{{Maybe| }} || <!--Ethernet-->{{Maybe|Broadcom BCM4401 B0}} || <!--Wireless-->{{No|Broadcom BCM4311 - swap for Atheros 5k mini pci-e}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Inspirion E1705 9200 9300 9400 || <!--Chipset-->945GM || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Nvidia 6800, ati X300 or nVidia 7900GS gpu 3d corrupt || <!--Audio--> || <!--USB-->{{Maybe| }} || <!--Ethernet-->{{Maybe|Broadcom BCM4401}} || <!--Wireless-->Intel 3945 swap with Atheros 5k mini pcie || <!--Test Distro--> || <!--Comments-->[http://amigaworld.net/modules/news/article.php?mode=flat&order=0&item_id=6481 increasing vertical lines issues] |- | <!--Name-->Inspiron 1501 PP23LA Latitude 131L || <!--Chipset-->AMD on ATI RS480 || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Maybe|Use VESA 2d - ATI 1150 (x300) RS482M Mobility Radeon Xpress 200}} || <!--Audio-->{{Yes|HD audio with stac 92xx codec}} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{Maybe|Broadcom bcm 4401}} || <!--Wireless-->{{No|Broadcom bcm4311 replace with Atheros 5k}} || <!--Test Distro-->Icaros 1.5 || <!--Comments-->2006 64bit 15.4 inch Matt 16:10, 1280x800 pixel, WXGA TFT Display - first Dell AMD machine - Sempron 1.8GHz Turion MK-36 or X2 1.6Ghz TL-50 or TL-56 |- | <!--Name-->Inspiron 6400 E1505 PP20L *A00 Pentium M *A0? Core Duo T2060 *A0? Core2 Duo || <!--Chipset-->GM945 || <!--IDE-->{{N/A}} || <!--SATA-->{{Maybe|}} || <!--Gfx-->{{Maybe|vesa 2d - Ati x1300 RV515 M52, x1400 or nvidia go 7300 on daughter board}} || <!--Audio-->{{yes|HD Audio IDT 9200}} || <!--USB-->{{Yes|usb boot }} || <!--Ethernet-->{{Yes|Broadcom BCM4401 B0}} || <!--Wireless-->{{No|Intel 3945 - swap for Atheros 5k mini pci-e}} || <!--Test Distro-->Icaros 2.1, AROS One 1.6 || <!--Comments-->2006 mostly 32bit but - 15.4 inch glossy - 2 ddr2 sodimm slots - broadcom bcm92045 bluetooth detected but no support - 19.5v dell psu socket - f2 bios setup, f12 boot order - |- | <!--Name-->Inspiron 6400 (Quanta FM1) *A00 Pentium M *A0? Core Duo T2060 *A08 Core2 Duo || <!--Chipset-->GM945 T2050 T2060 T2080 32bit || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{Yes|GMA }} || <!--Audio-->{{Maybe|HD Audio IDT 92xx}} || <!--USB--> || <!--Ethernet-->{{Maybe|Broadcom BCM4401 B0}} || <!--Wireless-->{{No|Broadcom BCM4311 swap for Atheros 5k mini pci-e under keyboard}} || <!--Test Distro--> || <!--Comments-->2006 32bit - 15.4" glossy - sd card - front multimedia keys - dvd rw - generic dell keyboard for the time - coin cr2032 bios battery under keyboard |- | <!--Name-->Inspiron 640m PP19L XPS M140 e1405 || <!--Chipset-->Core Solo to T2300 Duo 1.83GHz T2400 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel GMA 950 || <!--Audio-->HD Audio IDT || <!--USB--> || <!--Ethernet-->Broadcom || <!--Wireless-->{{No|Broadcom 43xx firmware licencing issues - swap for Atheros 5k}} || <!--Test Distro--> || <!--Comments-->2006 32 bit - 12.1 LCD CCFL WXGA 1280x800 up to 14.1 inch 16:10 1440x900 pixel, WXGA+ UltraSharp - supports also SSE3 on duos - |- | <!--Name-->Precision M65 M90 XPS M1710 || <!--Chipset-->945PM with T2600 T2700 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->nVidia Quadro FX 350M 1600M 1500M G71 on par with the Go7900 GS to GTX 7950 || <!--Audio-->HD Audio with STAC 92XX codec || <!--USB--> || <!--Ethernet-->Broadcom BCM5752 || <!--Wireless-->Broadcom BCM4311 BCM4328 swap with Atheros 5k || <!--Test Distro--> || <!--Comments-->2006 17" workstation type WXGA+ screen manufactured by AU Optronics poor viewing angles, unevenly lit, light leakage |- | <!--Name-->[http://aros-exec.org/modules/newbb/viewtopic.php?start=10&topic_id=6931&viewmode=flat&order=ASC&type=&mode=0 Latitude D420 (Compal LA-3071P)] PP09S || <!--Chipset-->945 * revA00 Core Solo 1.2Ghz ULV U1400 * revA01 Core Duo 1.06Ghz u2500 * revA02 Core Duo 1.2Ghz | <!--IDE-->{{yes|ZIF 1.8" slow under battery, ribbon cable}} || <!--SATA-->{{N/A}} || <!--Gfx-->{{yes|Intel GMA950 - 2D and 3D opengl tunnel 138 gearbox 103}} || <!--Audio-->{{yes|HD Audio with STAC 92xx playback speakers head phones only)}} || <!--USB-->{{yes|2 and external usb optical drive works}} || <!--Ethernet-->{{no|Broadcom BCM5752}} || <!--Wireless-->{{No|Intel 3945 mini pcie - swap Atheros 5k in base panel}} || <!--Test Distro-->Icaros Desktop 1.4 || <!--Opinion-->2006 32bit only - 12.1" 1280x800 - PR09S dock base rev02 DVD-RW usb boots - 1GB DDR2 2Rx16 max in base panel - f2 setup f5 diagnostics f12 boot list - |- | <!--Name-->Latitude D520 PP17L || <!--Chipset-->GMA950 * rev A02 64bit and to 4GB * rev A01 945GM Core Duo 32bit to 2GB * rev A00 940GML Celeron M / Core Solo 1.86Ghz | <!--IDE-->{{N/A}} || {{Yes|SATA}} || {{Yes|Intel GMA 950 2D and OpenGL 1 3D tunnel 210 gearbox 153}} || {{Yes|HD audio with STAC 9200 codec}} || {{Yes| }} || {{No|Broadcom BCM5752}} || {{No|Broadcom BCM4312 BCM4321 Dell 1390 / 1490 mini pcie replace with atheros 5k in base panel}} || <!--Test Distro--> Icaros 1.4 and 2.2 || 2005 4:3 aspect ratio 14.1 (XGA 1024x768) or 15 inches (with up to XGA+ 1400 by 1050) |- | <!--Name-->Latitude D620 (Compal LA-2792) PP18L || <!--Chipset-->945GMS * rev A00 all Core Duo's 32 bit * rev A0x all Core 2 Duo's 64 bit | <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel GMA 950 (2D and 3D tunnel gearbox opengl1 || <!--Audio-->{{yes|HD Audio playback}} || <!--USB-->{{yes| }} || <!--Ethernet-->{{no|Broadcom BCM5752}} || <!--Wireless-->{{no|Intel 3945 mini pcie swap with Atheros 5k}} || <!--Test Distro-->AspireOS Xenon || <!--Opinion-->2006 64bit AROS capable with later revisions - 14" 1280 x 800 |- | <!--Name-->Latitude D620 || <!--Chipset-->Intel i945 * revA00 all Core Duo's 32 bit * revA01 all Core 2 Duo's 64 bit | <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Nvidia 7300, 7600 NVS 110M G72 || <!--Audio-->{{dunno|HD Audio with STAC 9200 codec}} || <!--USB--> || <!--Ethernet-->{{No|Broadcom BCM5752}} || <!--Wireless--> {{dunno}} || <!--Test Distro--> || <!--Opinion-->1440x900 screen - LA-2792P Rev.2.0 - DT785 UC218 Fan/ Heatsink (64bit) - |- | <!--Name-->Latitude D820 (Quanta JM6) || <!--Chipset-->945GMS 940GML * rev A00 * rev A01 | <!--IDE-->{{N/A}} || <!--SATA-->{{Maybe| }} || <!--Gfx-->{{Yes|Intel GMA 2D and 3D tunnel 195 - 100? gearbox 156}} || <!--Audio-->{{Yes|HD Audio with STAC 9200 playback}} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{No|Broadcom BCM5752}} || <!--Wireless-->{{No|BCM4310 replace with mini pcie atheros 5k}} || <!--Test Distro-->Icaros 2.1.2 || <!--Opinion-->2007 widescreen 15 inch 1280 x 800 matte - - |- | <!--Name-->Latitude D820 (Quanta JM) || <!--Chipset-->945GMS 940GML * revA00 * revA01 | <!--IDE-->{{N/A}} || <!--SATA-->{{Maybe| }} || <!--Gfx-->{{Maybe|Nvidia NVS 110M 120M G72}} || <!--Audio-->{{Yes|HD Audio STAC 9200}} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{No|Broadcom BCM5752}} || <!--Wireless-->{{No|BCM4310 swap with Atheros 5k mini pcie}} || <!--Test Distro--> || <!--Opinion-->15.4 1650x1050 WXGA or WSXGA+ or 1920x1200 WUXGA - |- | <!--Name-->Dell Latitude D531 15" || <!--Chipset-->AMD Turion X2 TL56 or TL60 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{Maybe|Use VESA - ATi xpress X1270}} || <!--Audio-->HD Audio with IDT codec || <!--USB-->{{Maybe| }} || <!--Ethernet-->{{No|Broadcom 57xx}} || <!--Wireless-->Intel 3945 or Dell Wireless 1390, 1505 or BCM4311 mini pcie || <!--Test Distro--> || <!--Comments-->2007 64bit possible - no trackpoint - fails and goes wrong often - |- | <!--Name-->Latitude D430 PP09S || <!--Chipset-->945 with Core2 Duo C2D U7500 1.06GHz U7600 1.2GHz U7700 1.33GHz * rev A00 * rev A01 * rev A02 | <!--IDE-->ZIF PATA 1.8inch under battery and ribbon cable - slow use USB instead || <!--SATA-->{{N/A}} || <!--Gfx-->{{yes|945GML 2D and 3D opengl 1.x 171 tunnel 105 gearbox}} || <!--Audio-->{{yes|STAC 92xx HD Audio speaker and ear phone - mono speaker}} || <!--USB-->{{yes|3 }} || <!--Ethernet-->{{no|Broadcom BCM5752}} || <!--Wireless-->{{no|Intel 4965 AGN or 3945 ABG mini pci-e underside with Atheros 5k mini pci-e}} || <!--Test Distro-->Aspire 1.8 || <!--Comments-->2007 64bit capable - sd card not supported - 19.5v PA12 power adapter - 12.1" 1280x800 matte - f2 setup f5 diagnostics f12 boot list - |- | <!--Name-->Latitude D530 || <!--Chipset-->GM965 + ICH8 || <!--IDE-->{{N/A}} || <!--SATA-->{{partial|IDE mode}}|| <!--Gfx-->{{partial|nVidia Quadro NVS 135M 2D 3d glitches G86}} || <!--Audio-->{{partial|HD Audio with STAC 9205 head phones only}} || <!--USB-->{{yes|USB 2.0}}|| <!--Ethernet-->{{no|Broadcom BCM5755M}} || <!--Wireless-->{{no|Intel PRO Wireless 3945ABG swap with Atheros 5k}} || <!--Test Distro-->Icaros 1.4.5 || <!--Comments-->2007 [http://amigaworld.net/modules/news/article.php?mode=flat&order=0&item_id=6481 ] cool air intake from underneath needed with pa-10 or pa-3e 90w psu required - standard 4:3 ratio aspect screen - |- | <!--Name-->Latitude D630 (Compal LA-3301P) PP18L || <!--Chipset-->GM965 + ICH8 T7250 2.0Ghz * revA00 * revA01 | <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{yes|Intel GMA X3100 (2D only, no external monitor)}} || <!--Audio-->{{yes|HD Audio STAC 9205 but speaker and head phones}} || <!--USB-->{{yes|4 USB 2.0}}|| <!--Ethernet-->{{no|Broadcom BCM5755M}} || <!--Wireless-->{{no|Broadcom BCM4312 swap with pci-e Atheros 5k under keyboard}} || <!--Test Distro--> || <!--Comments-->2007 64bit possible - F12 to choose boot option - 4400mah 48Wh battery lasts 2 hours - 6600mah 73Wh lasts just over 3 hours |- | <!--Name-->Latitude D630 || <!--Chipset-->GM965 + ICH8 * revA00 [http://amigaworld.net/modules/news/article.php?mode=flat&order=0&item_id=6481 ] GPU heatpad, no copper * revA01 0DT785 heatsink | <!--IDE-->{{N/A}} || <!--SATA-->{{partial|IDE mode}}|| <!--Gfx-->{{partial|use VESA as nVidia NVS 135M 3d corrupts 0.7 tunnel 0.25 gearbox G86}} || <!--Audio-->{{partial|HD Audio with STAC 9205 head phones only}} || <!--USB-->{{yes|USB 2.0}}|| <!--Ethernet-->{{no|Broadcom BCM5755M}} || <!--Wireless-->{{no|Intel PRO Wireless 3945ABG swap with Atheros 5k mini pcie}} || <!--Test Distro-->Icaros 1.4.5 || <!--Comments--> |- | <!--Name-->Latitude D830 || <!--Chipset-->965GM with Core2 * revA00 * revA01 | <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{Yes|GM965 crestline 2d and 3d tunnel 115}} || <!--Audio-->{{Yes| }} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{No| }} || <!--Wireless-->{{Maybe|replace with Atheros 5k mini pcie}} || <!--Test Distro-->Icaros || <!--Comments-->2007 15 inch [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=10480&forum=4&post_id=104520#forumpost104520 works well] updating the LCD is quite easy if you get the WXGA or WSXGA+. you disassemble the front bezel, unscrew the panel, disconnect the old display and connect the new one |- | <!--Name-->Latitude D830 || <!--Chipset-->ICH8, Core2 DUO T7800 @ 2.60GHz || <!--IDE-->{{N/A}} || <!--SATA-->Intel ICH8M Serial ATA || <!--Gfx-->nVidia Quadro NVS 140M G86 || <!--Audio-->{{yes|HD Audio with STAC 92XX codec}} || <!--USB-->{{yes|USB 2.0}} || <!--Ethernet-->Broadcom NetXtreme 57xx Gigabit || <!--Wireless-->Intel Wireless 4965AGN swap with Atheros 5k || <!--Test Distro-->Icaros 2.03 || <!--Comments-->2007 64bit 15." - FN,F2 or FN,F8 or FN,F12 |- | <!--Name-->XPS M1330 M1530 M1730 - WISTRON Hawke || <!--Chipset-->965 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{No|Intel 965 with either Nvidia 8400M 8600M 8700M or 8800GT G84 G86}} || <!--Audio-->HD Audio STAC 9228 || <!--USB--> || <!--Ethernet-->Broadcom or Marvell 88E8040 || <!--Wireless-->Intel 3945 swap with Atheros 5k || <!--Test Distro-->ICAROS 1.5 || <!--Comments-->[http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=7767&forum=1 Did not boot] |- | <!--Name-->Precision M2300 M4300 M6300 || <!--Chipset-->GM965 || <!--IDE-->{{N/A}} || <!--SATA-->{{partial|IDE mode}}|| <!--Gfx-->{{partial|use VESA nVidia Quadro FX 360M (8400GS) 3600M 3500M 2500M G86 to G92}} || <!--Audio-->{{partial|HD Audio with STAC 9205 head phones only}} || <!--USB--> {{yes|USB 2.0}} || <!--Ethernet-->{{no|Broadcom BCM5755M}} || <!--Wireless-->{{no|Intel PRO Wireless 3945ABG 4965 swap with Atheros 5k}} || <!--Test Distro--> || <!--Opinion-->2007 14" 15.6" 17" |- | <!--Name-->Vostro 1310 1510 (Compal LA-4592P) 1710 || <!--Chipset-->Core 2 Duo T7600 or Celeron 540 GMA965 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->GM965 || <!--Audio-->HD Audio with ALC268 codec || <!--USB--> || <!--Ethernet-->Realtek 8111 8169 || <!--Wireless-->Intel 4965 swap with Atheros 5k || <!--Test Distro--> || <!--Comments-->Celeron 540 added 64 bit support (doubling transistor count) |- | <!--Name-->Vostro 1320 1520 (Compal LA-4592P) 1720 (Compal LA-4671P) || <!--Chipset--> || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel GMA 965 || <!--Audio-->Intel HD Audio with Realtek ALC268 or IDT 92HD8X codec || <!--USB-->4 USB 2.0 || <!--Ethernet-->Realtek || <!--Wireless-->{{No|Broadcom BCM4312 or Dell Wireless 1397}} || <!--Test Distro--> || <!--Comments-->up to 17 inch with 13.3 inch WXGA Anti-Glare matt or glossy LED Display (1280 x 800) - |- | <!--Name-->Vostro 1320 1520 (Compal LA-4592P) 1720 || <!--Chipset--> || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Nvdia 9300m to 9600M GS G96 || <!--Audio-->Intel HD Audio with Realtek ALC268 or IDT 92HD8X codec || <!--USB--> || <!--Ethernet-->Realtek || <!--Wireless-->{{No|Broadcom BCM4312 swap with Atheros 5k}} || <!--Test Distro--> || <!--Comments--> 15.4” screen Vostro 1520 with excessive heat buildup on the left hand side palm rest |- | <!--Name-->Precision M2400 M4400 M6400 || <!--Chipset-->GM965 || <!--IDE-->{{N/A}} || <!--SATA--> {{partial|IDE mode}}|| <!--Gfx-->{{partial|VESA 2d for nVidia Quadro FX 770M G86}} || <!--Audio-->{{partial|HD Audio with STAC 9205 head phones only}} || <!--USB--> {{yes|USB 2.0}} || <!--Ethernet-->{{no|Broadcom BCM5755M}} || <!--Wireless-->{{no|Intel swap with Atheros 5k}} || <!--Test Distro--> || <!--Opinion-->2008 14" 15.6" 17" |- | <!--Name-->Studio 17 Studio 1735 (Intel Santa Rosa), Studio 1736 (AMD Turion 64 CPU), Studio 1737 (Intel Montevina), Studio 1745 1747 1749 Intel Calpella || <!--Chipset--> || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2008 / 2009 17inch Core2 or later i7 processor and DDR3 memory - JBL 2.1 speakers 2 x 1.5 watt and 3 watt subwoofer - random keyboard and sound malfunctions - |- | <!--Name-->Latitude E4200 || <!--Chipset--> || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel GM45 || <!--Audio-->HD Audio IDT 92HD 71B7X codec || <!--USB--> || <!--Ethernet--> || <!--Wireless-->Broadcom BCM4322 swap with pci-e Atheros 5k || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Latitude E5400 E5500 || <!--Chipset--> || <!--IDE-->{{N/A}} || <!--SATA-->{{Maybe| }} || <!--Gfx-->{{Yes|Intel GMA (2D)}} || <!--Audio-->{{No|HD Audio but no sound}} || <!--USB-->{{Yes}} || <!--Ethernet-->{{No|BCM5761e}} || <!--Wireless-->{{No| swap with pci-e Atheros 5k}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Latitude E4300 || <!--Chipset-->Intel Core 2 Duo P9400 2.4GHz || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel GMA 4500 MHD || <!--Audio-->HD Audio IDT 92HDxxx || <!--USB--> || <!--Ethernet-->Intel 82567LM || <!--Wireless-->Intel PRO Wireless 5300 AGN swap with pci-e Atheros 5k || <!--Test Distro--> || <!--Comments-->2009 64bit - 13.3" WXGA - sd card Broadcom BCM5880 - |- | <!--Name-->E6400 || <!--Chipset-->Core 2 Duo P9500 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{Maybe|Intel GMA 4500M HD 2D with NVIDIA QUADRO NVS 160M G98}} || <!--Audio-->{{No|Intel HD with IDT 92HD71 codec or later 92HDM61}} || <!--USB--> || <!--Ethernet-->Intel || <!--Wireless-->Broadcom BCM4312 or Intel 5300 swap with mini pci-e Atheros 5k || <!--Test Distro--> || <!--Comments-->2009 early ones problems with the keyboard ribbon cable connector, trackpoints were not good |- | <!--Name-->[http://pick.amigaworld.net/modules/newbb/viewtopic.php?forum=28&topic_id=33755&post_id=617219&viewmode=thread&order=0 Latitude E6410] E6510 E6310 || <!--Chipset-->Intel Core i7 620M i7 820QM || <!--IDE-->{{N/A}} || <!--SATA-->{{Maybe| }} || <!--Gfx-->{{Maybe|NVidia NVS 3100M GT218 2D but 3D through external monitor}} || <!--Audio-->{{Maybe|HD Audio IDT 92HD81}} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{No|Intel }} || <!--Wireless-->{{No|Broadcom or Intel 6200AGN or Link 6300 swap with mini pci-e Atheros 5k}} || <!--Test Distro-->Icaros 1.3 || <!--Comments-->2010 64 bit [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=8999&forum=4&post_id=92267#forumpost92267 ] |- | <!--Name-->E4310 E5410 ATG || <!--Chipset-->Intel 5 series Intel Core i5 560M 1st gen || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel GMA HD 5700 mhd || <!--Audio-->Intel HD Audio with IDT 92HDxx Codec || <!--USB--> || <!--Ethernet-->Intel 82577LM || <!--Wireless-->Broadcom BCM4313 swap with mini pci-e Atheros 5k || <!--Test Distro--> || <!--Comments-->2009 64Bit clarkdale codename CPUs - |- | <!--Name-->Inspiron 1525 PP29L || <!--Chipset-->Core Duo or Core2 Duo || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel || <!--Audio-->HD Audio IDT codec || <!--USB--> || <!--Ethernet-->{{No|Marvell}} || <!--Wireless-->{{No|Broadcom 4312 swap for Atheros 5k mini pci-e}} || <!--Test Distro--> || <!--Comments-->2008 64bit 32bit 15.4" 1200 x 800 - 19.5v dell psu - |- | <!--Name-->Inspiron 1545 PP41L || <!--Chipset--> || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel || <!--Audio-->HD Audio IDT 92HD71B codec || <!--USB--> || <!--Ethernet-->{{No|Marvell 88E8040}} || <!--Wireless-->{{No|Broadcom 4312 swap for Atheros 5k mini pci-e}} || <!--Test Distro--> || <!--Comments-->2009 64bit 15.6" |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->XPS 15 15Z L501X L502X 17 17Z L701X L702X || <!--Chipset-->i7 840QM to i7 2630QM || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel HD 3000 with Nvidia 555 to 525M 540M 555M GT 435M 420M GF108M optimus || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2011 64bit first models are pre and later Sandybridge - 17.3-inch 1600 × 900 to 15.6-inch - |- | <!--Name-->E6420 E6520 ATG semi ruggized XFR || <!--Chipset-->sandy bridge i5 2520M 2540M or duo I7 || <!--IDE-->{{N/A}} || <!--SATA-->set to Bios UEFI mode AHCI || <!--Gfx-->{{Maybe|Intel HD 3000 with optional fermi Nvidia NVS 4200M GF119}} || <!--Audio-->{{Maybe|HD Audio no playback - IDT 92HD90 BXX codec or HDMI codec}} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{No|Intel}} || <!--Wireless-->{{No|Intel 6205 swap with mini pci-e Atheros 5k}} || <!--Test Distro-->Icaros 2.03 || <!--Comments-->2011 64bit very little total support - fan exhausts a lot of hot air when cpu taxed - VGA if Bios ATA set and Vesa only with Bios ACHI set - |- | <!--Name-->E6220 E6320 || <!--Chipset-->2nd gen series 6 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel HD 3000 || <!--Audio-->IDT 92HD90 BXX codec || <!--USB--> || <!--Ethernet-->Intel 82579LM || <!--Wireless-->Intel 5100 swap with mini pci-e Atheros 5k || <!--Test Distro--> || <!--Comments-->2011 |- | <!--Name-->Latitude E5420 || <!--Chipset-->Intel || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel HD 3000 || <!--Audio--> || <!--USB--> || <!--Ethernet-->Broadcom || <!--Wireless-->Broadcom 4313 swap with mini pci-e Atheros 5k || <!--Test Distro--> || <!--Comments-->2011 |- | <!--Name-->Inspiron M5040 || <!--Chipset-->E450, C50 or C60 with A50M chipset || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{Maybe|use VESA AMD Radeon 6320, 6250 or 6290}} || <!--Audio-->{{Yes|HD Audio IDT}} || <!--USB--> || <!--Ethernet-->{{Yes|Realtek RTL8105E VB 10/100}} || <!--Wireless-->{{no|Atheros AR9285 swap with mini pci-e Atheros 5k}} || <!--Test Distro-->icaros 2.1.1 || <!--Comments-->2011 64bit some support |- | Latitude e6230 E6330 E6430 || i3 3320M 3350M 2.8 GHz i5 3360M i7 3520M || {{N/A}} || {{partial|non RAID mode}} || {{partial|Intel HD 4000 (VESA only)}} || {{no|HD Audio}} || {{partial|Intel USB 3.0 (USB 1.1 2.0 only)}} || {{No|Intel 82579LM Gigabit}} || {{No|Broadcom BCM4313 swap with mini pci-e Atheros 5k}} || <!--Test Distro-->Nightly Build 2014 09-27 || 2013 64bit Ivy Bridge - 12.5-inch 13.3-inch 14-inch screen - not great better under hosted |- | <!--Name-->Inspiron 15 3521 5521 5721 || <!--Chipset-->i5 i7 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel HD 4000 or Radeon 8730M or 7670M || <!--Audio-->HD Audio with ALC850 ?? || <!--USB-->USB 3.0 || <!--Ethernet-->Realtek RTL8101E RTL8102E RTL8105E || <!--Wireless-->{{No|Atheros or Dell 1703 1704 1705}} || <!--Test Distro-->Icaros 2.0.3 || <!--Comments-->2013 64bit Panther Point Ivy Bridge Intel(R) 7 Series Mobile - |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name--> || <!--Chipset-->AMD Ryzen 2200U || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->AMD Vega 3 || <!--Audio--> || <!--USB-->{{No|Gen 3}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2018 |- | <!--Name-->Inspiron 5000 || <!--Chipset-->R5 2500u 3500u || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Radeon RX Vega8 || <!--Audio--> || <!--USB-->{{No|Gen 3}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2018 64 bit - |- | <!--Name-->G5 15 SE || <!--Chipset-->AMD 4600H 4800H || <!--IDE--> || <!--SATA--> || <!--Gfx-->Radeon 5600 || <!--Audio--> || <!--USB-->{{No|Gen 3}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2020 |- | <!--Name-->Inspiron 14 7000 2 in 1 || <!--Chipset-->Ryzen R7 4700U R5 4500U || <!--IDE-->{{N/A}} || <!--SATA-->NVMe || <!--Gfx-->RX Vega || <!--Audio--> || <!--USB-->{{No|Gen 3.1 1}} || <!--Ethernet-->{{N/A}} || <!--Wireless-->wifi 6 || <!--Test Distro--> || <!--Comments-->2020 metal 1.5kg - chiclet keyboard - 270 nits screen 45% srgb - 40whr battery 5 hrs - |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ====Fujitsu-Siemens==== [[#top|...to the top]] Order of build quality (Lowest to highest) <pre > Amilo Esprimo Lifebook </pre > {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="5%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name-->Fujitsu [http://www.labri.fr/perso/fleury/index.php?page=bug_transmeta FMV-Biblo Loox S73A (Japan P1100) LifeBook P1120 Biblo Loox T93C (Japan P2120) P2020] || <!--Chipset-->Transmeta Crusoe CPU TM5600 633MHz with Ali M1535 chipset || <!--IDE-->{{Yes}} || <!--SATA-->{{N/A}} || <!--Gfx-->ATI Rage Mobility M with 4MB SDRAM || <!--Audio-->{{No|AC97 Ali M1535 + STAC9723 Codec}} || <!--USB-->USB 1.1 only || <!--Ethernet-->{{N/A}} || <!--Wireless-->{{N/A}} || <!--Test Distro--> || <!--Comments-->1999 32bit 10" 1280 x 600 matte LCD - QuickPoint IV mouse - metal chassis with palm rest plastic - 15GB 2.5 inch drive and SR 8175 8X DVD-ROM drive - |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Lifebook S7000 S7010 S7010D S2020 || <!--Chipset-->Pentium M 1.6 or 1.7GHz || <!--IDE-->{{Yes| }} || <!--SATA-->{{N/A}} || <!--Gfx-->{{Maybe|use VESA - Intel 855}} || <!--Audio-->{{maybe|AC97 with STAC 9751T or 9767 codec}} || <!--USB--> || <!--Ethernet-->{{No|Broadcom}} || <!--Wireless-->{{No|Atheros, Broadcom or Intel 2200BG - FN,F10}} || <!--Test Distro-->Icaros 2.1.1 || <!--Comments-->14.1 inch with minimal support |- | <!--Name-->Lifebook e8010 || <!--Chipset--> || <!--IDE-->{{Yes| }} || <!--SATA--> || <!--Gfx-->{{Maybe|use VESA Intel 855GM}} || <!--Audio-->AC97 STAC9767 or ALC203 codec || <!--USB--> || <!--Ethernet-->{{No|Broadcom NetXtreme BCM5705M}} || <!--Wireless-->Intel PRO Wireless 2200BG || <!--Test Distro-->[http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5336&forum=18&post_id=49506#forumpost49506 Icaros 1.3.1] || <!--Comments-->15.1 inch |- | <!--Name-->Stylistic ST5000 ST5010 ST5011 ST5012 ST5020 ST5021 ST5022 || <!--Chipset-->1.0GHz P-M and later 1.1GHz on Intel 855GME || <!--IDE--> || <!--SATA-->{{N/A}} || <!--Gfx-->Intel 800 use VESA || <!--Audio-->Intel AC97 || <!--USB--> || <!--Ethernet-->Broadcom BCM5788 tg3 || <!--Wireless-->{{No|Intel 2200BG}} || <!--Test Distro--> || <!--Comments-->charged via a proprietary port power connector 16V 3.75A with wacom serial pen interface - indoor Screen transmissive 10.1 and later 12.1 XGA TFT - |- | <!--Name-->Amilo Pro V2010 || <!--Chipset-->VIA CN400 PM880 || <!--IDE--> || <!--SATA-->{{N/A}} || <!--Gfx-->{{No|S3 unichrome use VESA}} || <!--Audio-->{{No|VIA AC97 VT8237 with codec}} || <!--USB--> || <!--Ethernet-->Rhine 6102 6103 || <!--Wireless-->RaLink RT2500 || <!--Test Distro-->Icaros 2.1.2 || <!--Comments-->boot mount - unknown bootstrap error then crashes |- | <!--Name-->Amilo Li 1705 CN896 || <!--Chipset--> with VIA P4M900 || <!--IDE--> || <!--SATA-->{{Maybe|IDE}} || <!--Gfx-->ATi || <!--Audio-->{{No|VIA VT8237 HD Audio with codec}} || <!--USB-->VT82xx 62xx || <!--Ethernet-->{{Yes|VIA Rhine}} || <!--Wireless-->{{No|Atheros G}} || <!--Test Distro-->Icaros 2.1.1 || <!--Comments-->random freezes |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name--> Esprimo Mobile V5535 Skt mPGA 478MN | <!--Chipset--> | <!--IDE--> {{yes|IDE and EIDE}} | <!--SATA--> {{maybe|IDE mode with SIS 5513}} | <!--Gfx--> {{maybe|SiS 771 / 671 (VESA only)}} | <!--Audio--> {{yes|HD Audio SIS968 SIS966 SI7012 with ALC268 codec}} | <!--USB--> {{no|USB 1.1 and 2.0 issues}} | <!--Ethernet--> {{no|SiS 191 gigabit}} | <!--Wireless--> {{yes|Atheros AR5001 mini pci express}} | <!--Test Distro-->aros one 1.5 usb | <!--Comments-->2005 32bit 20v barrel - f2 setup f12 multi boot - random freezing short time after booting - chipset SIS 671MX - |- | <!--Name-->Amilo SI 1520 1521p || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Yes|GMA 2D}} || <!--Audio-->{{No|HD Audio Conexant codec}} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{Yes|Intel Pro 100}} || <!--Wireless--> || <!--Test Distro-->Icaros 1.4.2 || <!--Comments-->Some support but Set Bios option ATA Control Mode to Compatible |- | <!--Name-->Lifebook S7020 S7020D || <!--Chipset--> Pentium M 740 1.73MHz || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel 915 || <!--Audio-->HD Audio ALC260 codec || <!--USB--> || <!--Ethernet-->Broadcom BCM5751M Gigabit || <!--Wireless-->Intel PRO Wireless 2200BG or Atheros 5k || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Stylistic ST5030 ST5031 ST5032 || <!--Chipset-->1 to 1.2GHx Pentium M with 915GM || <!--IDE--> || <!--SATA-->{{N/A}} || <!--Gfx-->Intel 900 || <!--Audio--> || <!--USB--> || <!--Ethernet-->Marvell || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->charged via a proprietary port power connector 6.0 x 4.4 mm round - 200 pin ddr2 ram |- | <!--Name-->Stylistic ST5110 ST5111 ST5112 || <!--Chipset-->945GM with 1.2GHz Core Duo / 1.2GHz 1.3GHz Core2 Duo || <!--IDE-->{{No}} || <!--SATA--> || <!--Gfx-->Intel 900 || <!--Audio-->HD audio with STAC9228 codec || <!--USB--> || <!--Ethernet--> || <!--Wireless-->Intel 3945 ABG or optional atheros || <!--Test Distro--> || <!--Comments-->either 32 or 64 bit - charged via a proprietary port power connector 6.0 x 4.4 mm round - SigmaTel® |- | <!--Name-->E8110 S7110 E8210 || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Yes|945GM}} || <!--Audio-->{{Yes|HD Audio with ALC262 codec playback}} || <!--USB-->{{Yes}} || <!--Ethernet-->{{No|Marvell 88E8055 Gigabit}} || <!--Wireless-->{{No|Intel PRO Wireless 3945ABG}} || <!--Test Distro-->Icaros 2.0 || <!--Comments-->32bit Core Duo |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || CHIPSET || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Lifebook PH521 || <!--Chipset-->AMD E-450 1.65GHz DDR3 1066MHz || <!--IDE--> || <!--SATA--> || <!--Gfx-->HD 6320M || <!--Audio-->Realtek ALC269 || <!--USB--> || <!--Ethernet--> || <!--Wireless-->Atheros 802.11 bgn || <!--Test Distro--> || <!--Comments-->11.6 inch HD SuperFine LED 1366x768 pixels |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ====HP Compaq==== [[#top|...to the top]] Build quality (Lowest to highest) <pre > Presario Pavilion Omnibook ProBook Armada Elitebook </pre > {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name-->1c00 series Compaq Presario [http://users.utu.fi/sjsepp/linuxcompaqarmada100s.html Armada 100S made by Mitac], 1247 || <!--Chipset-->K6-II with PE133 MVP-4 || <!--IDE--> || <!--SATA--> || <!--Gfx-->use VESA - Trident Blade3D AGP sp16953 || <!--Audio-->VIA ac'97 audio [rev20] with AD1881A codec || <!--USB-->{{Maybe|usual VIA issues [rev10]}} || <!--Ethernet-->{{N/A}} || <!--Wireless-->{{N/A}} || <!--Test Distro--> || <!--Comments--> 192MB max - PCcard Texas PC1211 no support - 1200 XL1 1200-XL1xx, XL101, XL103 XL105 XL106 XL109 XL110 XL111 XL116 XL118 XL119 XL125 |- | <!--Name-->1c01 series Armada 110, Evo N150 || <!--Chipset-->Intel with VIA PLE133 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Use VESA - Trident Cyber Blade i1 chipset || <!--Audio-->VIA 686 rev20 82xxx 686a || <!--USB--> || <!--Ethernet-->Intel 82557 Pro 100 || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->max 192mb sodimm 100Mhz 133Mhz ram memory - 1200-XL405A 12XL405A XL502A 12XL502A 1600XL |- | Armada M300 M700 E500 || 440BX || {{Yes| }} || {{N/A}} || {{maybe|ATI Rage LT M1 Mobility (VESA only)}} || {{no|AC97 ESS Maestro 2E M2E ES1987 sound}} || {{yes|USB1.1 only}} || {{No|[http://perho.org/stuff/m300/index_en.html Intel PRO 100+ Mini PCI]}} || {{N/A}} || Aspire OS 2012, Nightly 30-01 2013 and 04-05 2013 || a little support via F10 bios options and Fn+F11 reset CMOS with 64mb ram already on board |- | <!--Name-->HP Omnibook XE3 || <!--Chipset-->Intel BX 600Mhz GC model 256mb or AMD GD 500Mhz || <!--IDE--> || <!--SATA--> || <!--Gfx-->Use VESA - S3 Inc. 86C270 294 Savage IX-MV (rev 11) || <!--Audio-->{{No|ESS ES1988 Allegro 1 (rev 12)}} || <!--USB-->Intel 82371AB PIIX4 USB (rev 01) || <!--Ethernet-->{{N/A}} || <!--Wireless-->{{N/A}} || <!--Test Distro--> || <!--Comments-->2002 32bit no cardbus pcmcia support - no audio from Polk Audio Speakers - |- | <!--Name-->HP Omnibook XE3 || <!--Chipset-->82830 ICH3 P3-M 750MHz 800Mhz 900MHz || <!--IDE-->{{Yes| }} || <!--SATA-->{{N/A}} || <!--Gfx-->{{Maybe|use VESA - CGC 830MG}} || <!--Audio-->{{No|ESS ES1988 Maestro 3i}} || <!--USB-->{{Yes|only one 1.1 port}} || <!--Ethernet-->{{Yes|e100 82557}} || <!--Wireless-->{{N/A|}} || <!--Test Distro-->Icaros 1.51 || <!--Comments-->Boots USB Stick via Plop boot floppy - Memory for GF 256-512mb, GS up 1GB |- | <!--Name-->TC1000 TC-1000 Tablet PC || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx-->NVIDIA NV11 [GeForce2 Go] (rev b2) || <!--Audio-->VIA AC97 Audio (rev 50) || <!--USB-->OHCI NEC USB 2.0 (rev 02) || <!--Ethernet-->Intel 82551 QM (rev 10) || <!--Wireless-->Atmel at76c506 802.11b || <!--Test Distro--> || <!--Comments-->2002 32bit Transmeta LongRun (rev 03) with VT82C686 - Texas Instruments TI PCI1520 PC card Cardbus |- | <!--Name-->HP Compaq R3000 ZV5000 (Compal LA-1851) || <!--Chipset-->Nvidia nForce 3 with AMD CPU || <!--IDE--> || <!--SATA--> || <!--Gfx-->Nvidia NV17 [GeForce4 420 Go 32M] || <!--Audio-->Nvidia || <!--USB--> || <!--Ethernet-->Broadcom or Realtek RTL8139 || <!--Wireless-->{{Maybe|Broadcom BCM4303 BCM4306 or Atheros bios locked}} || <!--Test Distro--> || <!--Comments-->Some laptops, especially HPs have a setting to automatically disable wireless if a wired connection is detected |- | <!--Name-->Compaq [http://www.walterswebsite.us/drivers.htm Presario 700 series] || <!--Chipset-->VT8363 VT8365 [Apollo Pro KT133 KM133] || <!--IDE-->{{yes}} || <!--SATA-->{{N/A}} || <!--Gfx-->{{maybe|VT8636A (S3 Savage TwisterK) (VESA only)}} || <!--Audio-->{{Maybe|VIA AC97 [rev50] with AD1886 codec}} || <!--USB-->{{maybe|VIA UHCI USB 1.1 [rev1a]}} || <!--Ethernet-->{{yes|RealTek RTL8139}} || <!--Wireless-->{{no|Broadcom BCM4306}} || <!--Test Distro--> || <!--Comments-->poor consumer grade level construction - jbl audio pro speakers - no support for cardbus pcmcia TI PCI1410 - 700A EA LA UK US Z 701AP EA BR FR 701Z 702US 703US AP JP audio sp18895 Sp19472 |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | N400c || P3-M 82845 || {{yes|82801 CAM IDE U100}} || {{N/A}} || {{maybe|Rage Mobility 128 (VESA only)}} || {{No|Maestro 3 allegro 1}} || {{yes|USB1.1}} || {{yes|Intel PRO 100 VM (KM)}} || {{N/A}} || Icaros 1.2.4 || Has no optical disc drive |- | N410c || P3-M 82845 || {{yes|82801 CAM IDE U100}} || {{N/A}} || {{maybe|Radeon Mobility M7 LW 7500 (VESA only)}} || {{yes|Intel AC97 with AD1886 codec}} || {{yes|USB1.1}} || {{yes|Intel PRO 100 VM (KM)}} || {{N/A}} || Icaros 1.2.4 || Has no optical disc drive |- | Evo N600c || Pentium 4 || {{yes|IDE}} || {{N/A}} || {{partial|ATI Radeon Mobility M7 (VESA only)}} || {{No|ESS ES1968 Maestro 2}} || {{yes|USB}} || {{yes|Intel PRO 100}} || {{dunno}} || Icaros 1.3 || |- | Evo N610c || Pentium 4 || {{yes|IDE}} || {{N/A}} || {{partial|ATI Radeon Mobility M7 (VESA only)}} || {{yes|Intel ICH AC97 with AD1886 codec}} || {{yes|USB}} || {{yes|Intel PRO 100}} || {{dunno}} || Icaros 1.2.4 || |- | N800c || P4 || {{Yes|IDE}} || {{N/A}} || {{partial|ATI Radeon Mobility 7500 (VESA only)}} || {{yes|AC97}} || {{yes|USB}} || {{yes|Intel PRO 100}} || {{N/A}} || Icaros 1.2.4 || P4M CPU can get very warm |- | <!--Name-->NX7010 || <!--Chipset-->Intel || <!--IDE-->{{yes|IDE}} || <!--SATA-->{{N/A}} || <!--Gfx-->{{partial|ATI mobility 7500 or 9000 Radeon 9200 64MB (VESA only)}} || <!--Audio-->{{yes|AC97 ADI codec}} || <!--USB-->{{yes|uhci (1.1) and ehci (2.0)}} || <!--Ethernet-->{{yes|Realtek 8139}} || <!--Wireless-->{{No|Intel 2200b bios locked}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Compaq Preasrio V5000 (Compal LA-2771) || <!--Chipset-->AMD Sempron 3000+ or Turion ML with SB400 || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Maybe|use VESA - Ati RS480M Xpress 200}} || <!--Audio-->{{No|AC97 ATI with Conexant CX 20468 codec}} || <!--USB--> || <!--Ethernet-->{{Yes|Realtek 8100 8101L 8139}} || <!--Wireless-->{{No|bcm4318 bios locked}} || <!--Test Distro-->Icaros 2.1.1 || <!--Comments-->64bit single core machine V5001 V5002 V5002EA V5003 |- | <!--Name-->TC1100 TC-1100 Tablet PC || <!--Chipset-->855PM || <!--IDE--> || <!--SATA--> || <!--Gfx-->Nvidia Geforce4 Go || <!--Audio-->AC97 || <!--USB--> || <!--Ethernet-->{{Maybe|BCM 4400}} || <!--Wireless-->{{Maybe|Atheros wlan W400 W500 or ? bios locked}} || <!--Test Distro--> || <!--Comments-->2004 32bit |- | <!--Name-->NC6000 NC8000 NW8000 || <!--Chipset-->855PM with Pentium M 1.5 1.6 1.8GHz 2.0GHz || <!--IDE-->max 160 GB for NW 8000 || <!--SATA--> || <!--Gfx-->{{Maybe|Ati RV350 mobility 9600 M10 Fire GL T2 ISV use VESA 2D as no laptop display}} || <!--Audio-->{{Yes|Intel AC97 with ADI codec playback only}} || <!--USB-->{{Yes|2 ports}} || <!--Ethernet-->{{No|Broadcom BCM 5705M}} || <!--Wireless-->{{Maybe|mini pci Atheros 5212 BG W400 W500 or Intel - all bios locked}} || <!--Test Distro--> || <!--Comments-->2005 based [http://amigaworld.net/modules/newbb/viewtopic.php?topic_id=41916&forum=47 works] - Firewire TI TSB43AB22/A - 8 pound 2.5 kg travel weight - an SD slot as well as two PC Card slots - 15-inch UXGA screen (1,600 x 1,200) or 15" SXGA+ (1400 x 1050) (4:3 ratio) |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Compaq NC6110 NX6110 NC6120 NC6220 NC4200 NC8200 TC4200 || <!--Chipset-->GMA 915GML || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Yes|2D GMA 900}} || <!--Audio-->{{Yes|AC97 with ADI AD1981B playback}} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{Unk|440x or BCM 5705M or 5751M}} || <!--Wireless-->{{No|Intel IPW 2200 bios locked}} || <!--Test Distro-->Icaros 1.5.2 || <!--Comments-->2005 32bit Sonoma based - [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=8285&forum=4&post_id=82082#forumpost82082 Works well with some support] Wifi with Atheros AR5007eg if apply hacked bios RISKY else use USB one - (INVENTEC ASPEN UMA MV) (INVENTEC ASPEN DIS PV) - |- | <!--Name-->Compaq C500 CTO aka HP G7000 || <!--Chipset-->Intel 945GM || <!--IDE--> || <!--SATA--> || <!--Gfx-->GMA 950 || <!--Audio-->HD Audio with realtek ALC262 codec || <!--USB--> || <!--Ethernet-->Realtek 8139 || <!--Wireless-->Broadcom BCM 4311 bios locked || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->HP Compaq NC6400 || <!--Chipset-->945GM Core Duo || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Maybe|GMA 950 2D issues and no 3d}} || <!--Audio-->{{No|HD Audio AD1981HD}} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{No|BCM }} || <!--Wireless-->{{No|Broadcom locked}} || <!--Test Distro-->Icaros || <!--Comments-->replaced with Atheros AR5007eg if apply hacked bios RISKY else use USB * 32bit Core Duo T2400 * 64bit Core 2 Duo T5600 T7600 |- | <!--Name-->HP Compaq NV NC6400 || <!--Chipset-->Core Duo + 945PM || <!--IDE-->{{N/A}} || <!--SATA-->{{Maybe| }} || <!--Gfx-->{{Maybe|use VESA Radeon x1300M (2D)}} || <!--Audio-->{{Maybe|HD Audio with ADI1981 low volume}} || <!--USB-->{{yes}} || <!--Ethernet-->{{no|BCM 5753M}} || <!--Wireless-->{{No|Intel 3945 ABG bios locked}} || <!--Test Distro--> Icaros 1.4.2 || <!--Opinion--> Harmon Kardon speakers |- | <!--Name-->HP Compaq NC6320 || <!--Chipset-->945GM with * 32bit Core Duo 1.83GHz T2400 * 64bit Core2 Duo 1.83GHz T5600 || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Yes|GMA 950 2D with a little 3D tunnel 213}} || <!--Audio-->{{Maybe|Intel HD Audio with AD1981HD codec}} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{No|BCM 5788}} || <!--Wireless-->{{No|Intel 3945 bios locked}} || <!--Test Distro-->Icaros 2 || <!--Comments-->replaced with Atheros AR5007eg if applying hacked wifi bios RISKY!! else use USB - 14.1" or 15 inch XGA 1024x768 - noisy cpu fan for core2 - trackpad rhs acts as window scroller - |- | <!--Name-->HP NC4400 TC4400 Tablet || <!--Chipset-->Core Duo with 82945 chipset || <!--IDE-->{{N/A}} || <!--SATA-->{{Yes|bios F.07 limits to 100GB 120GB}} || <!--Gfx-->{{yes|2D and 3D 282 tunnel and gearbox 150}} || <!--Audio-->{{Yes|HD Audio with ADI 1981HD codec via ear phones}} || <!--USB-->{{yes| }} || <!--Ethernet-->{{No|BCM 5753M}} || <!--Wireless-->{{No|Intel 3945 or BCM 4306 - Whitelist BIOS F.0C needed but risky}} || <!--Test Distro-->Icaros 2.1.2 || <!--Comments-->64 bit possible with Core2 - TI SD card reader non bootable - wacom serial digitiser pen not working - * 32bit 1.86GHz core duo * 64bit 2Ghz T7200, 2.16Ghz Core 2 Duo T7600 2.33GHz |- | <!--Name-->HP DV6000 || <!--Chipset-->945GMS || <!--IDE--> || <!--SATA--> || <!--Gfx-->GMA 950 || <!--Audio-->HD Audio IDT 92HD 91B || <!--USB--> || <!--Ethernet-->Intel PRO 100 VE || <!--Wireless-->{{No|Intel 3945 bios locked}} || <!--Test Distro--> || <!--Comments-->32 bit only - Mosfet FDS6679 common cause of shorts giving no power to the tip. To reset adapter, unplug from AC (mains) and wait 15-30 sec. Then plug in again - |- | <!--Name-->HP Pavilion DV2000 CTO || <!--Chipset-->945GMS || <!--IDE--> || <!--SATA--> || <!--Gfx-->GMA 950, X3100, Nvidia 8400M || <!--Audio-->HD Audio Conexant CX 20549 Venice || <!--USB--> || <!--Ethernet-->Nvidia MCP51 || <!--Wireless-->{{No|Broadcom BCM 4311 or Intel 3945 4965 ABG bios locked}} || <!--Test Distro--> || <!--Comments-->2006 Atheros AR5007eg if apply hacked bios RISKY |- | Presario F700 series, HP G6000 f730us F750 F750us F755US F756NR F765em || AMD Turion Mono MK-36 2.0Ghz NForce 560m or Twin X2 TK-55 with nForce 610m || {{N/A| }} || {{Yes|but needs special sata adapt bit and caddy}} || {{Yes|GF Go 7000m 2D and - ball solder issues due to poor cooling}} || {{Maybe| }} || {{Maybe|uhci and ehci}} || {{No| }} || {{Yes|Atheros AR5007 bios locked}} || Icaros 1.3.1 and 2.2 xmas || Unable to boot from cd or usb - random freezes after a minutes use means internal ventilation maintenance needed each year essential - No sd card and overall limited phoenix bios options - |- | <!--Name-->Presario v6604au v6608au V3500 || <!--Chipset-->NVIDIA MCP67M with AMD Athlon64 X2 TK 55 amd 1.8ghz || <!--IDE--> || <!--SATA-->{{Yes|SATA 150}} || <!--Gfx-->NVIDIA GeForce Go 7150M 630i or C67 630M MCP67 || <!--Audio-->conexant codec || <!--USB--> || <!--Ethernet-->Nvidia or Realtek 10/100 || <!--Wireless-->{{No|Broadcom 4311 bios locked}} || <!--Test Distro--> || <!--Comments-->Altec Lansing Stereo Speakers - ball solder issues - |- | <!--Name-->Compaq presario v6610 v6615eo v6620us || <!--Chipset-->Turion 64 X2 mobile TK-55 / 1.8 GHz to athlon 64x2 @ 2.4ghz || <!--IDE-->{{N/A}} || <!--SATA-->{{Yes|SATA 150}} || <!--Gfx-->{{Yes|geforce 7150 or 7300m 2d and 3d}} || <!--Audio-->{{Yes|AMD HD Audio with IDT codec stereo playback only}} || <!--USB-->3 OHCI EHCI || <!--Ethernet-->{{Maybe| }} || <!--Wireless-->{{No|Broadcom bios locked}} || <!--Test Distro-->Icaros 1.3 - || <!--Comments-->[http://amigaworld.net/modules/newbb/viewtopic.php?topic_id=40956&forum=48 works well] - 1 x ExpressCard/54 - SD Card slot - AO4407 test voltage of the Drain side (pins 5-8) with AC adapter and no battery, see 0 volts, connect the battery you should have 10-14v - |- | <!--Name-->v6630em v6642em || <!--Chipset-->nForce 630M with AMD Turion 64 X2 Mobile TL-58 || <!--IDE--> || <!--SATA--> || <!--Gfx-->NVIDIA GeForce 6150M or 7150M || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless-->{{No|Broadcom bios locked}} || <!--Test Distro--> || <!--Comments-->15.4 in 1280 x 800 ( WXGA ) - |- | <!--Name-->Compaq Presario C700 || <!--Chipset-->GMA960 || <!--IDE--> || <!--SATA--> || <!--Gfx-->X3100 || <!--Audio-->HD Audio || <!--USB--> || <!--Ethernet-->RTL 8139 || <!--Wireless-->{{Maybe|Atheros AR5007 AR5001 AR242x}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Compaq 2510p 6510b 6710b 6910b || <!--Chipset-->GMA 965GM GL960 || <!--IDE-->{{yes| || <!--SATA--> || <!--Gfx-->{{yes|X3100 some 2d but slow software 3d only}} || <!--Audio-->{{maybe|HD Audio ADI AD1981 HD low volume on head phones}} || <!--USB-->{{yes| }} || <!--Ethernet-->{{no|Intel 82566 or Broadcom BCM 5787M}} || <!--Wireless-->{{No|Intel 3945ABG or 4965ABG bios locked}} || <!--Test Distro-->Aspire OS Xenon 2014 || <!--Comments-->no sd card boot support - F9 to choose boot option - [http://forums.mydigitallife.info/threads/7681-This-is-no-request-thread!-HP-COMPAQ-bioses-how-to-modify-the-bios/page111?p=333358#post333358 whitelist removal (risky) bios block for wifi card swap] |- | <!--Name-->HP 630 || <!--Chipset-->i3 CPU M 380 @ 2.53GHz 5 Series 3400 || <!--IDE--> || <!--SATA--> || <!--Gfx-->GMA 2D only || <!--Audio-->HD audio with Realtek ALC270A GR || <!--USB--> || <!--Ethernet-->RTL8111 8168 8411 || <!--Wireless-->AR9285 || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->CQ40 CQ41 || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel || <!--Audio-->HD Audio || <!--USB--> || <!--Ethernet-->Realtek RTL8101E || <!--Wireless-->Broadcom BC4310 || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Compaq Presario CQ35 CQ36 || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet-->Realtek RTL8101E RTL8102E || <!--Wireless-->Broadcom BCM4312 || <!--Test Distro--> || <!--Comments-->Compal LA-4743P - |- | <!--Name-->HP Compaq CQ42 CQ43 CQ45 || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio-->HD Audio with Coxenant codec || <!--USB--> || <!--Ethernet-->Realtek || <!--Wireless-->Realtek RTL8191SE, Realtek 8188CE || <!--Test Distro--> || <!--Comments--> (Quanta AX1) |- | <!--Name-->CQ50 CQ56 || <!--Chipset-->Nvidia MCP78S || <!--IDE--> || <!--SATA--> || <!--Gfx-->Geforce 8200M || <!--Audio-->nVidia HD Audio with codec || <!--USB--> || <!--Ethernet-->nvidia MCP77 || <!--Wireless-->Atheros AR928X || <!--Test Distro--> || <!--Comments-->[http://donovan6000.blogspot.co.uk/2013/06/insyde-bios-modding-wifi-and-wwan-whitelists.html bios modding risky] MCP72XE MCP72P MCP78U MCP78S |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->CQ57 || <!--Chipset-->Intel || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel || <!--Audio-->Intel HD with codec || <!--USB--> || <!--Ethernet-->Realtek RTL8101E RTL8102E || <!--Wireless-->Atheros 9k || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->CQ57 || <!--Chipset-->AMD E-300 || <!--IDE--> || <!--SATA--> || <!--Gfx-->ATi HD 6310 wrestler || <!--Audio--> || <!--USB--> || <!--Ethernet-->Realtek RTL8101 RTL8102 RTL8106E || <!--Wireless-->RaLink RT5390 || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->CQ58 103SA || <!--Chipset-->AMD E300 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Radeon HD 6310M IGP || <!--Audio-->Realtek or idt || <!--USB--> || <!--Ethernet--> || <!--Wireless-->Broadcom || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->CQ60 CQ61 CQ62 || <!--Chipset-->MCP78S || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless-->rebrand wifi card (risky) or ar5b91 with no pins missing || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->cq70 cq71 || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->HP DM1 635 || <!--Chipset-->E300 or E-450 || <!--IDE-->{{N/A}} || <!--SATA-->ATI SB7x0 SB8x0 SB9x0 SATA AHCI mode || <!--Gfx-->{{Maybe|use VESA - AMD HD6310 or 6320}} || <!--Audio-->{{Yes|Realtek ALC270A GR but not Wrestler HDMI Audio}} || <!--USB--> || <!--Ethernet-->{{Yes|rtl8169 driver covers Realtek RTL8101E RTL8102E RTL8106E}} || <!--Wireless-->{{No|Atheros AR9285}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->HP ProBook 6470b and 6570b || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2013 |- | <!--Name-->HP EliteBook 8470p || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel HD 4000 || <!--Audio-->IDT || <!--USB--> || <!--Ethernet--> || <!--Wireless-->Intel || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->ProBook 6475b || <!--Chipset-->AMD || <!--IDE--> || <!--SATA--> || <!--Gfx-->AMD || <!--Audio-->IDT || <!--USB--> || <!--Ethernet-->Realtek || <!--Wireless-->Intel AC 6205 || <!--Test Distro--> || <!--Comments-->2013 64bit thick runs hot 14-inch (model C5A55EA) WXGA++ panel or 13-inch (6360b), 14-inch (6470b), 15-inch (4540s, 4535s) and 17-inch (4740s) |- | <!--Name-->HP Probook 4445s 4545s 455 645 HP Pavilion 15-b115sa || <!--Chipset-->AMD A4 4300M A6 4400M 4455M or A8 4500M with AMD A70M FCH || <!--IDE--> || <!--SATA--> || <!--Gfx-->7420 7520G 7640G 7660G || <!--Audio-->HD Audio with idt or realtek codec || <!--USB--> || <!--Ethernet--> || <!--Wireless-->Intel 6205 or Broadcom BCM 43228 || <!--Test Distro--> || <!--Comments-->Thin and light Sleekbook 15.6-inch |- | <!--Name-->15-bw0xx || <!--Chipset-->A9 9420 || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio-->Realtek ALC3227 and ATI R6xx HDMI || <!--USB--> || <!--Ethernet-->RTL8111 8168 8411 || <!--Wireless-->RTL 8723DE || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->15-db1xxx || <!--Chipset-->AMD Athlon 300U || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->HP Spectre X360 13 15 || <!--Chipset-->i5 i7 6500U 6560U || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel Iris 540 || <!--Audio-->HD Audio with codec || <!--USB-->{{No}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2016 64bit - 4K (3840 x 2160) down to 2560 x 1440 instead of 1920 x 1080 - |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->14-cm0xxx || <!--Chipset-->AMD Ryzen 2500U AMD Ryzen SOC 00 + AMD Carrizo FCH 51 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->AMD Vega 8 || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2018 |- | <!--Name-->17-ca1xxx || <!--Chipset-->Ryzen 3500u AMD ID15D0 00 + AMD Carrizo FCH 51 || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless-->Intel or Realtek RTL8821CE || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Envy x360 2 in 1 13-ay0xxx || <!--Chipset-->AMD Ryzen R5 4500U with carrizo FCH51 || <!--IDE-->{{N/A}} || <!--SATA-->PCIe M.2 NVMe || <!--Gfx-->AMD Vega || <!--Audio--> || <!--USB-->USB 3.1 gen 2 || <!--Ethernet-->{{N/A}} || <!--Wireless-->{{No|Intel wifi 6}} || <!--Test Distro--> || <!--Comments-->2020 64bit 13.3in IPS 1080p - ram soldered - touch pen not supplied |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ====IBM/Lenovo==== [[#top|...to the top]] Build quality (Lowest to highest) <pre > iSeries Edge Ideapad Thinkpad - good cases and construction but electronic internals same as anyone else </pre > {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name-->Thinkpad 390X 390E (2626) || <!--Chipset-->Neo Magic MM2200 with C400 P2-266 to P3 500MHz || <!--IDE--> || <!--SATA--> || <!--Gfx-->use VESA || <!--Audio-->{{No|256AV or ESS Solo-1}} || <!--USB--> || <!--Ethernet-->{{N/A}} || <!--Wireless-->{{N/A}} || <!--Test Distro--> || <!--Comments-->1998 32bit |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Thinkpad 600x || <!--Chipset-->Intel 440BX || <!--IDE-->{{Maybe| }} || <!--SATA--> || <!--Gfx-->{{Maybe|use VESA Neomagic NM2360 MagicMedia 256ZX}} || <!--Audio-->{{No|Crystal CS4297A codec}} || <!--USB--> || <!--Ethernet-->{{N/A| }} || <!--Wireless-->{{N/A| }} || <!--Test Distro-->Icaros 1.3.1 || <!--Comments-->1998 32bit a little support - [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=4120&start=0 Earlier 600 and 600e were Pentium 2 based] |- | <!--Name-->Thinkpad X20 (2662-32U) X21 || <!--Chipset-->Intel 440 BX ZX DX || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio-->{{no|AC97 with Cirrus Logic Crystal cs4281}} || <!--USB-->1.1 || <!--Ethernet-->no mini pci intel e100 || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | Thinkpad T20 (2647) T21 (26) T22 || 440BX || {{Maybe| }} || {{N/A}} || {{partial|Savage IX-MV (VESA only)}} || {{no|Cirrus Logic CS 4614/22/ 24/30}} || {{yes|USB 1.1}} || {{yes|Intel PRO 100}} || {{N/A}} || Icaros 1.2.4 || a little support - no audio |- | <!--Name-->A21e (2628, 2655) A22e || <!--Chipset-->440MX || <!--IDE--> || <!--SATA--> || <!--Gfx-->Ati rage mobility || <!--Audio-->{{no|AC97 Cs4299 CS4229}} || <!--USB--> || <!--Ethernet-->intel e100 || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2002 |- | Thinkpad T23 (2647) || i810 || {{yes|IDE}} || {{N/A}} || {{maybe|S3 Super Savage IX/C SDR (VESA only)}} || {{maybe|AC'97 CS4299}} || {{yes|USB 1.1}} || {{yes|Intel ICH3 PRO 100 VE}} || {{no|Realtek RTL8180L others with bios hacking risky}} || || 2003 32bit with some support |- | <!--Name-->Thinkpad X22 X23 X24 || <!--Chipset-->830 || <!--IDE--> || <!--SATA--> || <!--Gfx-->ATi Mobility M6 LY || <!--Audio-->Ac97 CS4299 || <!--USB-->2 x 1.1 || <!--Ethernet-->Intel Pro 100 || <!--Wireless-->Actiontec Harris Semi Intersil Prism 2.5 (X23 and X24 only) || <!--Test Distro--> || <!--Comments-->with slice Ultrabase X2 - |- | <!--Name-->A30 A30p || <!--Chipset-->830 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Ati Radeon M6 || <!--Audio-->AC97 CS 4299 || <!--USB--> || <!--Ethernet-->Intel Pro 100 ve || <!--Wireless-->{{No|Intel 2200 bios locked}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->A31 A31p R31 R32 T30 || <!--Chipset-->830 || <!--IDE-->{{yes| }} || <!--SATA-->{{N/A| }} || <!--Gfx-->Ati Radeon 7500 or FireGL || <!--Audio-->{{yes|AC97 Intel with AD1881A codec}} || <!--USB-->{{yes| }} || <!--Ethernet-->{{yes| Intel Pro 100 ve}} || <!--Wireless-->{{No|Intel bios locked}} || <!--Test Distro-->[https://forums.lenovo.com/t5/Android-Ecosystem-Developers/AROS-An-operation-system-inside-Android/td-p/1441741 Icaros 1.5.2] || <!--Comments--> Also tested with Icaros 2.0.3. |- | Thinkpad X30 (2673) X31 (2884-xx2) X31t || i830 || {{yes}} || {{N/A}} || {{maybe|VESA only Radeon M6 Mobility}} || {{yes|AC97 - AD1981B codec}} || {{yes|USB 1.1}} || {{yes|Intel PRO 100}} || {{no|Cisco Aironet or Intel 2915 but atheros with bios hacking}} || Icaros 1.4 || sound bit distorted |- | <!--Name-->R51 || <!--Chipset-->855M || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Maybe|Intel 855M use VESA}} || <!--Audio-->intel AC97 with AD1981B codec || <!--USB--> || <!--Ethernet-->{{Yes|Intel 100 VE}} || <!--Wireless-->{{No|Intel PRO Wireless 2200BG bios locked}} || <!--Test Distro--> || <!--Comments--> |- | IBM Thinkpad T40 (2373) T41 T41p (2379) T42 T42p T43 T43p || Intel 8xx || {{partial|PIO}} || {{N/A}} || {{partial|ATI mobility 7500 9000 (VESA only)}} || {{yes|AC97 playback}} || {{yes|uhci 1.1 and ehci 2.0}} || {{no|e1000}} || {{Maybe|Intel 2200bg bios locked but possible AR5BMB-44 AR5212 FRU 39T0081 mini PCI}} || Icaros 1.2.4 || 2004 32bit 16v IBM plug - Centrino Needs ATA=nodma option - issues with the inner chip of the SMT BGA graphics chip |- | Thinkpad X32 || i855 || {{yes|40, 60 or 80GB 2.5" PATA HDD}} || {{N/A}} || {{maybe|VESA only ATI Mobility Radeon 7000 with 16MB}} || {{maybe| Intel AC'97 Audio with a AD1981B codec}} || {{yes|USB}} || {{no|Intel 1000}} || {{no|Intel 2200 but atheros with bios hacking}} || Icaros 2.1 || 2004 32bit - 12.1" TFT display with 1024x768 resolution; 256 or 512MB PC2700 memory standard (2GB max) |- | <!--Name-->Thinkpad X40 X40t by Quanta || <!--Chipset--> || <!--IDE--> || <!--SATA-->{{N/A}} || <!--Gfx-->{{maybe|Intel 800 (VESA only)}} || <!--Audio-->{{yes|AC97 AD1981B}} || <!--USB-->{{yes}} || <!--Ethernet-->{{no|Intel e1000}} || <!--Wireless-->{{Maybe|Intel but most atheros with bios hacking - difficult though}} || <!--Test Distro--> || <!--Comments-->2004 32bit last IBM design |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Thinkpad X41 MT 1864 1865 2525 2526 2527 2528 x41t MT 1866 1867 || <!--Chipset-->Intel with single core 1.5 1.6 and tablet 1.2GHz || <!--IDE-->{{yes}} || <!--SATA-->{{N/A}} || <!--Gfx-->{{Yes|Intel 915GML 2D}} || <!--Audio-->{{yes|AC97 AD1981B}} || <!--USB-->{{yes}} || <!--Ethernet-->{{no|Broadcom}} || <!--Wireless-->{{Maybe|Intel or MiniPCI Wi-Fi Atheros AR5BMB FRU 39T0081 but ordinary atheros 54meg needs risky bios hacking}} || <!--Test Distro--> || <!--Comments-->2005 32bit support [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5043&forum=26&post_id=61499#forumpost61499 some] amongst first Lenovo design |- | <!--Name-->R52 (most 18xx) || <!--Chipset-->Intel 915 || <!--IDE-->{{Yes}} || <!--SATA-->{{N/A}} || <!--Gfx-->{{Yes|Intel 915GML 2D}} || <!--Audio-->{{yes|AC97 AD1981B}} || <!--USB-->{{yes}} || <!--Ethernet-->{{no|Broadcom}} || <!--Wireless-->{{no|Broadcom}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->R52 1846, 1847, 1848, 1849, 1850, 1870 || <!--Chipset-->ATi 200m || <!--IDE-->{{Yes}} || <!--SATA-->{{N/A}} || <!--Gfx-->{{No|ATI}} || <!--Audio-->{{yes|AC97 AD1981B}} || <!--USB-->{{yes}} || <!--Ethernet-->{{no|Broadcom}} || <!--Wireless-->{{no|Broadcom}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Thinkpad T60 T60P without Middleton's or Zender BIOS || <!--Chipset-->*any* T60/p will take a Core 2 Duo CPU with newer BIOS || <!--IDE-->{{N/A}} || <!--SATA-->{{yes| }} || <!--Gfx-->Intel GMA (2D) The "p" has powerful graphics card (ATi V5200 or V5250) || <!--Audio-->{{no|HD Audio}} [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=4300&forum=24&post_id=37717#forumpost37717] || <!--USB-->{{yes}} || {{no|e1000e 82573L}} || <!--Wireless-->{{No|Intel ipw3945 ABG but atheros with bios hacking risky}} || Icaros 1.4 || <!--Comments-->2005 * 64bit model starting 6 or 8 is widescreen on T60/p, eg. 8742-CTO 15.4" widescreen 16:10 formats * 32bit model starting with 1 and 2 are standard 4:3 machines, like 2007-YM3 or 1952-CTO 14", 15" standard 4:3 |- | <!--Name-->X60 x60s x60t tablet || <!--Chipset-->945GMS 940GML || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{yes|Intel GMA (2D)}} || <!--Audio-->{{no|AD1981 HD Audio}} || <!--USB-->{{yes}} || <!--Ethernet-->{{no|Intel}} || <!--Wireless-->{{no|Intel 3945 ABG and atheros AR5BXB6 (54Mbit) with bios hacking}} || <!--Comments-->Icaros 1.4 || 2006 32bit - untested fru 39T5578 Atheros AR5BXB6 ar5007eg and ath5k AR5BXB72 (AR5008) ath9k - an Apple branded Atheros AR9820 (AR5BXB92) perhaps needs a zendered bios risky |- | <!--Name-->R60 R60e || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx-->intel 950 with optional radeon x1300 x1400 || <!--Audio-->HD Audio with 1981HD codec || <!--USB--> || <!--Ethernet-->Intel or Broadcom || <!--Wireless-->{{Maybe|Intel 3945 or atheros fru 39T5578 bios locked}} || <!--Test Distro--> || <!--Comments--> |- | Thinkpad T61 T61p without Middleton's or Zender BIOS || Core 2 Duo CPU T7300 || {{N/A}} || <!--SATA-->{{yes| }} || Intel GMA (2D), NVS 140m or Quadro FX 570M () || {{no|HD Audio}} [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=4300&forum=24&post_id=37717#forumpost37717] || <!--USB-->{{yes}} || {{no|e1000e 82573L}} || {{No|Intel but atheros with bios hacking risky}} || Icaros 1.6 || 2007 64bit |- | <!--Name-->X61 x61s X61T Tablet || <!--Chipset-->i965 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{yes|Intel GMA 3100 (2D)}} || <!--Audio-->{{no|AD1984 HD Audio}} || <!--USB-->{{yes|USB 2.0}} || <!--Ethernet-->82566DM || <!--Wireless-->{{maybe|Atheros AR5212 (some revisions use Intel WLAN runs very hot) bios locked}} || <!--Test Distro--> || 2007 64bit possible <!--Opinion-->[http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=6744&forum=24&post_id=64541#forumpost64541 some support] with ultrabook running very hot - |- | <!--Name-->R61 R61i || <!--Chipset-->Intel 965 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->intel 965 || <!--Audio-->HD Audio with conexant codec || <!--USB--> || <!--Ethernet-->Intel or Broadcom || <!--Wireless-->{{No|Intel 3945 bios locked}} || <!--Test Distro--> || <!--Comments--> |- | Lenovo 3000 N200 || <!--Chipset-->Santa Rosa || {{N/A}} || <!--SATA-->{{maybe| }} || {{yes|Geforce 7300 (2D)}} || {{yes|ALC262 HD Audio}} || <!--USB-->{{yes}} || {{no|Broadcom}} || {{no|Intel 3945 bios locked}} || Icaros 1.4 || 2007 64bit 3D graphics parts are supported but buggy. |- | Lenovo 3000 N200 / V200 || GM965 ICH9-M with Intel Mobile Core 2 Duo T5450 || {{N/A}} || <!--SATA-->{{maybe| }} || {{yes|X3100 (2D)}} || {{Maybe|HD Audio ALC269VB or CX20549}} || {{yes| }} || {{no|BCM5906M}} || {{no|Intel 3965 / 4965AGN bios locked}} || Icaros 1.4.1 2.1 || bits of laptop works |- | <!--Name-->X300 || <!--Chipset-->Core 2 Duo Merom SL7100 1.2GHz || <!--IDE-->{{N/A}} || <!--SATA-->1.8 inch || <!--Gfx-->Intel X3100 || <!--Audio-->HD Audio AD1984A || <!--USB--> || <!--Ethernet-->Intel || <!--Wireless-->{{No|Intel 4965 bios locked}} || <!--Test Distro--> || <!--Comments-->13.3" TFT 1440x900 (WXGA+) with LED backlight |- | <!--Name-->Thinkpad [http://x301.mcdonnelltech.com/ X301] || <!--Chipset-->Core 2 Duo Penryn SU9400 Su9600 with GM45 chipset || <!--IDE-->{{N/A}} || <!--SATA-->1.8 inch micro SATA (uSATA) || <!--Gfx-->Intel X4500 || <!--Audio-->AD1984A || <!--USB--> || <!--Ethernet-->Intel || <!--Wireless-->{{No|Intel 5xxx WiFi link 5100, 5150, 5300 and 5350 (WiMAX) bios locked}} || <!--Test Distro--> || <!--Comments-->2009 WXGA+ (1440×900) LED backlight display - 2774 or 4057 Alps and 2776 Synaptics touchpad - optical bay interface is Legacy IDE (PATA) - Addonics ADMS18SA, Lycom ST-170m |- | <!--Name-->[http://blog.maniac.nl/2010/11/06/thinkpad-edge-11-amd-nile-and-using-it-with-ubuntu-gnulinux/#comments Thinkpad Edge 11″ AMD K325] || <!--Chipset-->M880G || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{no|ATI HD4200}} || <!--Audio--> || <!--USB--> || <!--Ethernet-->RTL 8111 || <!--Wireless-->{{no|8192CE (Realtek 8176) bios locked}} || <!--Test Distro--> || <!--Comments-->little support |- | <!--Name-->X100e || <!--Chipset-->AMD Athlon Neo Single-Core (MV-40) and dual cores || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{Maybe|Vesa ATI HD3200}} || <!--Audio-->{{yes|HD Audio with CX20582 codec playback}} || <!--USB-->{{Maybe| }} || <!--Ethernet-->{{Yes|Realtek 8111}} || <!--Wireless-->{{no|Realtek r8192se bios locked}} || <!--Test Distro-->Icaros 2.1.1 || <!--Comments-->2009 64bit 20v some support - enter f1 setup f11 diagnostics f12 boot list - runs very warm - |- | <!--Name-->SL400 SL500 || Intel || {{N/A}} || {{Yes|IDE mode}} || {{Maybe|Nvidia 9400M}} || {{Maybe|ALC269}} || {{yes|USB 2.0}} || {{Maybe|RTL8169}} || {{Maybe| bios locked}} || || |- | <!--Name-->SL410 SL510 || 965 || {{N/A}} || {{maybe|IDE mode}} || {{yes|Intel GMA X4500M (some 2D)}} || {{yes|HD Audio with ALC269 codec - speaker and ear phones}} || {{yes|USB 2.0}} || {{yes|RTL8169}} || {{Maybe| bios locked}} || [http://www.amiga.org/forums/showpost.php?p=645774&postcount=28 Icaros 1.3] || SL-410 |- | <!--Name-->T400 ODM Wistron || <!--Chipset-->i || <!--IDE-->{{N/A}} || <!--SATA-->{{Yes|IDE in BIOS}} || <!--Gfx-->{{Maybe|Intel 4500MHD works limited 2d no 3d - optional switchable Nvidia or ATi HD3470 untested}} || <!--Audio-->{{Yes|HD Audio with Codec CX20561 (T400)}} || <!--USB--> || <!--Ethernet-->{{no|Intel e1000e}} || <!--Wireless-->{{No|Intel Wifi Link 5100 (AGN) half height card with FRU 43Y6493 or 5300 bios locked}} || <!--Test Distro--> || <!--Comments-->2009 64bit 20v lenovo plug - non-free firmware required iwlwifi |- | <!--Name-->T400s || <!--Chipset-->i || <!--IDE-->{{N/A}} || <!--SATA-->{{Yes|IDE in BIOS}} || <!--Gfx-->{{Maybe|Intel 4500MHD works limited 2d no 3d}} || <!--Audio-->{{Maybe|HD Audio with CX20585 (T400s) untested}} || <!--USB--> || <!--Ethernet-->{{no|Intel e1000e}} || <!--Wireless-->{{No|Intel Wifi Link 5100 (AGN) half height card with FRU 43Y6493 or 5300 bios locked}} || <!--Test Distro--> || <!--Comments-->non-free firmware required iwlwifi |- | <!--Name-->Lenovo T500 T510 || <!--Chipset-->i || <!--IDE-->{{N/A}} || <!--SATA-->{{Yes|IDE in BIOS}} || <!--Gfx-->{{maybe|switchable Intel / AMD HD 3640}} || <!--Audio-->{{maybe|Intel HD Audio with a CX20561 (t500) and CX20585 (T510) codec}} || <!--USB--> || <!--Ethernet-->{{no|Intel }} || <!--Wireless-->{{no|Intel or Lenovo branded unit Atheros AR5007EG AR5BHB63 bios locked}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->X200 ODM Wistron [http://itgen.blogspot.co.uk/2008/12/installing-arch-linux-on-lenovo.html X200s] and x200t tablet model without [http://fsfe.soup.io/post/590865884/the-unconventionals-blog-English-Flashing-Libreboot-on Risky flash of the Libreboot replaced BIOS] || <!--Chipset-->GM45 GS45 with slow Celeron, SU or faster SL Core 2 Duos CPUs || <!--IDE-->{{N/A}} || <!--SATA-->{{Yes|IDE in BIOS}} || <!--Gfx-->{{Yes|Intel GMA 4500 MHD 2D but slow software 3D tunnel 10 gearbox 8 tests}} || <!--Audio-->{{yes|Intel HD Audio with Conexant CX20561 codec playback}} || <!--USB-->{{{Yes|USB 2.0 USB SD card reads and writes}} || <!--Ethernet-->{{no|Intel 82567LM Gigabit}} || <!--Wireless-->{{no|Intel Pro 5100 5150 5300 5350 AGN due to whitelist prevention bios locked}} || <!--Test Distro-->Icaros 2.0.1 || <!--Comments-->2009 64bit 12.1" CCFL (webcam version) or LED backlit (no webcam). no support for 54mm express cards or Authentec 2810 fingerprint reader - thinkpoint only no trackpad - thinklight - |- | <!--Name-->Lenovo T410 T410s T410si || <!--Chipset-->qm57 with i5 m || <!--IDE-->{{N/A}} || <!--SATA-->{{Yes|IDE in BIOS}} || <!--Gfx-->{{maybe|use vesa Intel 5700MHD (Ironlake) core processor igp with optional Nvidia Quadro NVS 3100M}} || <!--Audio-->{{yes|HD Audio Conexant CX20585 codec playback}} || <!--USB-->{{Yes|2.0}} || <!--Ethernet-->{{no|Intel 82577lm gigabit}} || <!--Wireless-->{{no|Intel n 6200 or Atheros AR9280 AR5BHB92 half size minipcie detected bios locked}} || <!--Test Distro-->Icaros 2.2 xmas || <!--Comments-->battery life much lower with Nvidia graphics version - no support firewire ricoh r5c832 - ricoh sd card - series 5 3400 |- | <!--Name-->X201 X201s x201t || <!--Chipset-->QM57 Core i3 370m, i5 M520 2.4GHz or i7 620LM 2.0GHz || <!--IDE-->{{N/A}} || <!--SATA-->{{Yes|IDE in BIOS}} || <!--Gfx-->{{Maybe|vesa 2d on Intel GMA HD}} || <!--Audio-->{{yes|Intel HD with [https://ae.amigalife.org/index.php?topic=94.0 Conexant 20585] codec}} || <!--USB-->{{yes| }} || <!--Ethernet-->{{no|Intel}} || <!--Wireless-->{{No|bios locked}} || <!--Test Distro--> || <!--Comments-->2010 X201 arrandale power consumption limits battery life to 3-4 hours for 48Whr though to 6 on 72Whr - 12.5" WXGA |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->T420 type 4180 4236 t420s T520 4239 L520 || <!--Chipset-->i5 2540, 2520 or i7 2860QM 2620 || <!--IDE-->{{N/A}} || <!--SATA-->{{Yes|IDE in BIOS but not AHCI}} || <!--Gfx-->{{Maybe|Vesa 136 x 768 - Intel HD 3000 with optional NVS 4200M Nvidia optimus or Radeon HD 565v }} || <!--Audio-->{{Yes|HD Audio playback ear phones only with Conexant CX20672 codec - AHI 6.27}} || <!--USB-->{{Maybe| }} || <!--Ethernet-->{{No|Intel PRO 1000 82579LM}} || <!--Wireless-->{{No|Realtek 1x1, Intel Ultimate-N 6205 6250 2x2 6300 3x3 all bios locked}} || <!--Test Distro-->Icaros 2.2.2 || <!--Comments-->2011 64bit add noacpi to grub boot options - screen 1600x900 or 1366x768 - |- | <!--Name-->Thinkpad W520 || <!--Chipset--> || <!--IDE--> || <!--SATA-->{{Yes|IDE in BIOS}} || <!--Gfx-->Intel HD 3000 with nvidia quadro 1000m 2000m || <!--Audio-->Intel Hd with CX 20585 codec || <!--USB--> || <!--Ethernet-->Intel 82579 Lm || <!--Wireless-->Intel 6000s || <!--Test Distro--> || <!--Comments-->optimus issues with Nvidia Intel hybrids unless bumblebee switching - 15.6" TFT display with 1366x768 (HD), 1600x900 (HD+) or 1920x1080 (FHD) resolution with LED backlight |- | <!--Name-->X220 x220t || <!--Chipset-->QM67 express sandy bridge i5 2520M dual or i7 dual 2620M || <!--IDE-->{{N/A}} || <!--SATA-->{{Yes|IDE in BIOS but not AHCI}} || <!--Gfx-->{{Maybe|VESA 2D 1024 x 768 for Intel HD Graphics 3000}} || <!--Audio-->{{Yes|Intel HD playback with Conexant 20672 codec ear phones and speaker - AHI 6.27 6.34}} || <!--USB-->{{Yes|USB 2.0}} || <!--Ethernet-->{{No|Intel 82579LM}} || <!--Wireless-->{{No|Intel Centrino Advanced-N 6205 Wi-Fi bios locked}} || <!--Test Distro-->Icaros 2.3, Aros One USB 1.6 || <!--Comments-->2011 64bit possible - uses slimmer 7 mm storage sata devices - NEC USB 3.0 on i7's no support - unwanted trackpad gestures when palm rests on it - |- | <!--Name-->Thinkpad X120e, x121e Quanta FL8A DAFL8AMB8D0 Rev D || <!--Chipset-->Hudson M1 with AMD E350 || <!--IDE-->{{N/A}} || <!--SATA-->yes || <!--Gfx-->ATI 0x9802 (VESA only) || <!--Audio-->ATI SBx00 Azalia HD Audio || <!--USB-->USB 2.0 || <!--Ethernet-->RTL8169 RTL8111 || <!--Wireless-->{{no|Broadcom 0x0576 bios locked}} || <!--Test Distro--> || <!--Comments-->2011 64bit 11.6 inch screen - 1 inch think - chiclet keyboard |- | <!--Name-->Ideapad S205 G575 G585 || <!--Chipset-->E-350 later E-450 with A75 || <!--IDE--> || <!--SATA--> || <!--Gfx-->HD6310 || <!--Audio--> || <!--USB--> || <!--Ethernet-->{{No|Atheros}} || <!--Wireless-->{{No|Broadcom}} || <!--Test Distro--> || <!--Comments-->2011 64bit removeable and plug in battery - slow cpu |- | <!--Name-->Ideapad S206 || <!--Chipset-->AMD E300 1.3GHZ Dual || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio-->Intel HD Audio with CX20672 codec || <!--USB-->3.0 || <!--Ethernet-->Broadcom 10/100 || <!--Wireless-->Atheros AR9285 || <!--Test Distro--> || <!--Comments-->2012 64bit 11.6" and integrated battery - Conexant® |- | <!--Name-->Lenovo x130e or x131e edu || <!--Chipset-->AMD E-300 or E-450 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Radeon HD 6310 or 6320 || <!--Audio-->HD Audio Realtek ALC269VC / ALC3202 codec || <!--USB-->USB 30 and USB 20 || <!--Ethernet-->Realtek RTL8111 RTL8168B || <!--Wireless-->{{No|Realtek RTL8188CE or Broadcom BCM43228 bios locked}} || <!--Test Distro--> || <!--Comments-->2012 64bit rubber edged bumper for K12 education market |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Ideapad U310 U410 || <!--Chipset-->i5 3317 3rd gen || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel HD 4000 || <!--Audio--> || <!--USB--> || <!--Ethernet-->Realtek 8169 rtl810x || <!--Wireless-->Atheros 9k whitelist for wifi swap || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->T430 t430i T530 || <!--Chipset-->ivy bridge i5 3320 3230m on Intel QM77 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{Maybe|VESA 1366 x 768 for Intel HD 4000 with optional Nvidia 5400M}} || <!--Audio-->{{Yes|Intel HD with Realtek ALC3202 aka ALC269 codec playback ear phones - HDA 6.27}} || <!--USB-->{{Yes|USB 2 ports and usb2.0 devices thru usb 3.0 ports}} || <!--Ethernet-->{{No|Intel e1000}} || <!--Wireless-->{{no|Intel or Atheros AR9285 17aa / 30a1}} || <!--Test Distro-->Icaros 2.1.1 || <!--Comments-->2013 64bit fan noise and chiclet keyboard, synaptics trackpad - HD+ 1600x900 screen or normal 1366 x 768 - |- | <!--Name-->Thinkpad L430 L530 || <!--Chipset-->Intel HM series 7 chipset i5 3210M || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel HD 4000 || <!--Audio-->Intel HD with Realtek ALC269VC codec || <!--USB--> || <!--Ethernet-->Realtek 8169 rtl810x || <!--Wireless-->Intel 6205 || <!--Test Distro--> || <!--Comments-->2013 64bit alps trackpad |- | <!--Name-->Thinkpad W530 || <!--Chipset-->Intel HM series 7 chipset i5 3210M || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel HD 4000 with Nvidia GK107GLM Quadro K2000M || <!--Audio-->Intel HD with Realtek ALC3202 ALC269VC codec || <!--USB--> || <!--Ethernet-->Intel 82579LM || <!--Wireless-->Intel 6300 || <!--Test Distro--> || <!--Comments-->2013 64bit - ricoh sdxc slot - |- | <!--Name-->X230 x230t || <!--Chipset-->Intel QM67 express || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx--> || <!--Audio-->Intel HD with ALC269 aka ALC3202 || <!--USB--> || <!--Ethernet-->{{no|Intel }} || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2013 64bit |- | <!--Name-->Yoga S1 20CD 20c0 || <!--Chipset-->i5 4200U 4300, i7 4500U 4600U || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel 4400 || <!--Audio-->Intel HD Audio codec || <!--USB-->2 USB 3.0 || <!--Ethernet-->{{N/A}} || <!--Wireless-->Intel 7260 AC || <!--Test Distro--> || <!--Comments-->2013 12.5" 1366 x 768 to 1920 x 1080 IPS 400 nits touchscreen (Elan Microelectornics 0x04f3 0x0254) with Wacom 0x056a 0x00ec active digitizer pen - backlit keyboard - dock inline onelink - |- | <!--Name-->x140e E145 || <!--Chipset-->E1 2500 dual or A4 5000 apu quad BGA769 (FT3) || <!--IDE--> || <!--SATA--> || <!--Gfx-->Radeon 8260 or 8330 || <!--Audio-->Realtek ALC269VC aka ALC3202 codec || <!--USB--> || <!--Ethernet-->Realtek RTL8111F or Broadcom || <!--Wireless-->Realtek RTL8188CE 11b/g/n || <!--Test Distro--> || <!--Comments-->2014 64bit 11.6" 1366x768, non-glare and Broadcom bluetooth - education student market rugged model - both CPUs soldered - |- | <!--Name-->T440 t440s t440p T540 L440 L540 || <!--Chipset-->intel haswell 8 series Core i3 to i7 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{Maybe|VESA - Intel 4600 or Nvidia}} || <!--Audio-->Intel HD with Realtek ALC3232 alc269 codec || <!--USB-->2 usb 3.0 and 2 usb 2.0 || <!--Ethernet-->{{No|Intel}} || <!--Wireless-->{{No|Intel AC 7260}} || <!--Test Distro--> || <!--Comments-->2014 64bit - 14 and 15" models with glitchy trackpad and no physical buttons - IPS options available |- | <!--Name-->X240 x240t || <!--Chipset-->haswell || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx--> || <!--Audio-->Intel HD with Realtek ALC3232 || <!--USB--> || <!--Ethernet-->{{no|Intel }} || <!--Wireless-->{{no|Realtek }} || <!--Test Distro--> || <!--Comments-->2014 |- | <!--Name-->T450 T450s t450p T550 L550 || <!--Chipset-->Intel i5 4300U i3 5010U i5 5200U 5300U i7 5500U 5600U soldered || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel HD 5500 5600 with optional nvidia 940M see bottom of case || <!--Audio-->Intel HD Audio with ALC3232 codec || <!--USB-->{{no|3 USB 3.0}} || <!--Ethernet-->Intel || <!--Wireless-->Intel Wireless AC 7265 || <!--Test Distro--> || <!--Comments-->2015 64bit 14" 1366 x 768, 1600 x 900 or IPS 1920x1080 - Broadwell - |- | <!--Name-->x250 x250t || <!--Chipset-->i3 5010U i5 5200U 5300U i7 5600U || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel || <!--Audio-->HD Audio with Realtek ALC3232 codec / Intel HDMI || <!--USB-->{{no|3 USB 3.0}} || <!--Ethernet-->Intel I218 extension port || <!--Wireless-->Intel AC 7265 || <!--Test Distro--> || <!--Comments-->2015 64bit - 1366 x 768, 1920 × 1080 12.5" screen - partly boots from usb but stops waiting for usb - Fn and F1 for setup bios - F12 boot options - uefi issues - |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->T460 T460s T460p T560 L560 || <!--Chipset-->i5 6200U i7 6600U || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel with Nvidia GeForce 940MX optimus || <!--Audio-->HD Audio with || <!--USB-->{{No|Gen 3}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2016 64bit 14 and 15" models - |- | <!--Name-->x260 x260t || <!--Chipset-->Intel Sky Lake i5 i7 6500U || <!--IDE--> || <!--SATA--> || <!--Gfx-->HD Graphics 520 (Skylake GT2) || <!--Audio-->Intel Sunrise Point-LP HD Audio (rev 21) with Realtek codec || <!--USB-->{{no|3 USB 3.0}} || <!--Ethernet-->Intel I219-V || <!--Wireless-->Intel 8260AC AC || <!--Test Distro--> || <!--Comments-->12.5" 1920x1080 (FHD) matte IPS - 16GB DDR4 (2133) - |- | <!--Name-->T470 T470t || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->x270 x270t || <!--Chipset-->i5 i7 kaby lake || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel HD 620 || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->X1 Carbon Gen 5 || <!--Chipset-->i5 7200U 7300U i7 7500U 7600U with vPro 7th gen || <!--IDE-->{{N/A}} || <!--SATA-->M.2 SSD 128GB on PCIe || <!--Gfx-->Intel HD 620 || <!--Audio-->HD Audio with Conexant® CX11871 codec || <!--USB-->{{No|2 USB-C 3.1 gen 2}} || <!--Ethernet-->Intel l219 extension port || <!--Wireless-->Intel AC 8265 || <!--Test Distro--> || <!--Comments-->2017 64 bit - very little direct support - 14" FHD 1920 x 1080 or 14” WQHD 2560 x 1440, anti-glare, 300 nits, 700:1 contrast ratio, IPS - Webcam HD 720p fixed focus - |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->T480 T480t || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->x280 x280t || <!--Chipset-->i5 i7 kaby || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel HD 6x0 || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->T490 T490t || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->x390 || <!--Chipset-->i5 i7 whisky lake || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel HD UHD 620 || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless-->Intel 9560 AC soldered || <!--Test Distro--> || <!--Comments-->13.3 1388 x 768 TN or IPS - |- | <!--Name-->IdeaPad L340 81LW001CUS PC IdeaPad S540-14API || <!--Chipset-->AMD Ryzen 5 3500U || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->AMD Vega 8 || <!--Audio-->HD Audio || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless-->RTL8822BE AC (1×1) || <!--Test Distro--> || <!--Comments-->2018 |- | <!--Name-->IdeaPad 5 15 14 || <!--Chipset-->AMD 4500u 4700u || <!--IDE-->{{N/A}} || <!--SATA-->NVMe || <!--Gfx-->Vega || <!--Audio--> || <!--USB-->{{No|USB 3.1 gen 1}} || <!--Ethernet-->{{N/A}} || <!--Wireless-->Intel ax200 wifi 6 || <!--Test Distro--> || <!--Comments-->2020 64bit 15 inch mid srgb display |- | <!--Name-->Flex 5 14 2 in 1 || <!--Chipset-->AMD R5 4500u || <!--IDE-->{{N/A}} || <!--SATA-->M.2 NVMe ssd || <!--Gfx-->AMD Vega || <!--Audio--> || <!--USB-->{{No|USB3.1 gen 1}} || <!--Ethernet-->{{N/A}} || <!--Wireless-->socket realtek ac wifi || <!--Test Distro--> || <!--Comments-->2020 64bit abs plastic case 14in 1080p touch low nits - possible wacom esr note taking pen supplied - ram soldered DDR4 - |- | <!--Name-->Lenovo ThinkBook 13S || <!--Chipset-->6800u 2.7GHz 6600U || <!--IDE-->{{N/A}} || <!--SATA-->{{No|NVMe}} || <!--Gfx-->{{Maybe|Vesa 2d 680M RNDA2}} || <!--Audio--> || <!--USB-->{{No|USB4}} || <!--Ethernet-->{{N/A}} || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2022 64bit 13in most components soldered down |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ====Samsung==== [[#top|...to the top]] {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->NP-Q1 Q1 || <!--Chipset-->Celeron-M 353 ULV 600Mhz || <!--IDE-->{{Yes|1.8" SFF HDD 20 / 60 GB }} || <!--SATA-->{{N/A}} || <!--Gfx-->{{Yes|GMA 915 2D and 3D opengl1 tunnel 95 gearbox 68}} || <!--Audio-->{{Yes|HD Audio with codec - head phones only}} || <!--USB-->{{Yes}} || <!--Ethernet-->{{No|Marvell}} || <!--Wireless-->{{Yes|Atheros 5006EX}} || <!--Test Distro-->Icaros 2.1 || <!--Comments-->2005 32bit old style tablet UltraMobile PC UMPC - Wacom serial resistive pen or finger no support - 1 sodimm ddr2 max 1Gb - LCD 7" WVGA (800 x 480) - CompactFlash port Type II - |- | <!--Name-->NP Q1U Ultra Mobile PC UMPC Q1F NP-Q1-F000 || <!--Chipset-->Intel A100 600 / A110 Stealey 800 MHz CPU || <!--IDE-->{{Yes}} || <!--SATA-->{{N/A}} || <!--Gfx-->{{Maybe|GMA 950 2D and 3D opengl1}} || <!--Audio-->{{No|HD Audio 1986}} || <!--USB--> || <!--Ethernet-->Intel || <!--Wireless-->{{Maybe|Atheros 5006EX}} || <!--Test Distro-->Icaros 2.1 || <!--Comments-->2006 32bit 1024×600 - sd card slot - |- | <!--Name-->NP P500 family P500Y || <!--Chipset-->AMD with SB600 || <!--IDE-->{{N/A| }} || <!--SATA-->{{Yes| }} || <!--Gfx-->{{Maybe|use VESA Ati x1250}} || <!--Audio-->{{Yes| Audio with codec }} || <!--USB--> || <!--Ethernet-->{{No|Marvell 88E8039 yukon}} || <!--Wireless-->{{yes|Atheros G}} || <!--Test Distro-->Icaros 2.1.2 || <!--Comments-->64bit possible - 15.4 tft display - cheap plastic okay build - 19v propriety end - |- | <!--Name-->R505 R510 || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless-->Atheros G || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->R520 R522 R610H R620 || <!--Chipset-->Intel Mobile Core i3 Intel PM45 82801M ICH9-M|| <!--IDE--> || <!--SATA--> || <!--Gfx-->ATI Mobility Radeon HD 4650 (RV730) || <!--Audio-->Intel HD Audio with Realtek ALC272 || <!--USB--> || <!--Ethernet-->Marvell Yukon 88E8057 || <!--Wireless-->Atheros AR5007EG || <!--Test Distro--> || <!--Comments-->2010 64 bit possible |- | NP-R530 || || {{N/A}} || {{partial|IDE mode}} || {{yes|Intel GMA (2D)}} || {{partial|HD Audio playback}} || {{yes|USB 2.0}} || {{no|Marvell}} || {{no|Atheros AR9285}} || Icaros 1.5.2 || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->[http://www.notebookcheck.net/Review-Samsung-305U1A-A01DE-Subnotebook.68246.0.html Series 3 Samsung 305u1a] || <!--Chipset-->AMD E350 or E450 || <!--IDE--> || <!--SATA--> || <!--Gfx-->AMD Radeon 6320 || <!--Audio-->ALC ACL 269 || <!--USB--> || <!--Ethernet-->Realtek 8111 8169 || <!--Wireless-->Broadcom 4313 || <!--Comments-->2011 64bit |- | <!--Name-->NP-RV415 NP-RV515 || <!--Chipset-->E350 or E450 plus A50M chipset || <!--IDE--> || <!--SATA--> || <!--Gfx-->AMD Radeon HD 6470 || <!--Audio-->HD Audio Realtek || <!--USB--> || <!--Ethernet-->Realtek RTL8111 8168B || <!--Wireless-->Atheros AR9285 || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ====Sony==== [[#top|...to the top]] <pre> VAIO = Video Audio Integrated Operation and later as Visual Audio Intelligent Organizer (2008) VPC = VAIO PC VGN = </pre> 2014 Sony looks to sell off to another company their laptop lines and PC Vaio divisions as sales decline {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name-->Sony C1 VN XS MZX MHP - U Series PCG-U3 || <!--Chipset-->TM5800 or PII 400Mhz mobile || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio-->{{No| }} || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->Picturebook series Transmeta Crusoe used swivel camera - |- | <!--Name-->Z505LE Z505JE || <!--Chipset-->P3 || <!--IDE--> || <!--SATA-->n/a || <!--Gfx-->Rage Mobility M1 AGP mach64 || <!--Audio-->no Yamaha DS-XG PCI YMF744 || <!--USB--> || <!--Ethernet-->Intel 8255x based PCI e100 || <!--Wireless-->n/a || <!--Test Distro--> || <!--Comments-->parent company of the Sony Group through its five operating segments — electronics (Sony Corp), games, entertainment (motion pictures Columbia and music), financial services and other |- | <!--Name-->Vaio PCG - FX201/FX202 FX210/FX215 FX401/FX402 FX404/FX405 972M, FX501/FX502 FX504/FX505, FX601/FX602, FX604/FX605 FXA53(US), FX701/FX702, FX704/FX705, FX801/FX802 FX804/FX805 [http://www.litzinger.com/fxa32.html PCG-FXA32], FXA33, FXA35/D, FXA36, FXA47, FXA48, FXA49, FXA59 || <!--Chipset-->[http://gaugusch.at/vaio/ FX] [http://tech.dir.groups.yahoo.com/group/FX210/ Sony Yahoo Group] VIA KT133A KM133 Duron 800Mhz Athlon 1.3Ghz || <!--IDE-->{{partial|boot issue with latest 2013 kernel VIA [rev 06]}} || <!--SATA-->{{N/A}} || <!--Gfx-->{{partial|ATI Rage Mobility Pro (VESA only)}} || <!--Audio-->{{Yes|VIA AC97 686b [rev 50] AD1881A Ear phone and Mic}} || <!--USB-->{{Maybe|UHCI [rev 1a]}} || <!--Ethernet-->{{Yes|RTL 8139}} || <!--Wireless-->{{N/A}} || <!--Comments-->Nightly 1st March 2013 || <!--Comments-->booting usb pendrive from Plop Boot Loader floppy (no bios USB boot). Can freeze ocassionally hardware issue or a ram slot problem - no support for iLink firewire VT8363/8365 pci - vt82c686b |- | <!--Name-->Vaio PCG FX100 R505LE || <!--Chipset-->Intel i815 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Use VESA Intel 82815 CGC || <!--Audio-->Intel ICH AC97 with ADI AD1881A codec || <!--USB--> || <!--Ethernet-->Intel e100 || <!--Wireless-->{{N/A}} || <!--Test Distro--> || <!--Comments-->PCG-FX105 FX105K PCG-FX108 FX108K PCG-FX109 FX109K FX200 FX203/FX203K FX205 FX205K FX209 FX209K FX220 [http://juljas.net/linux/vaiofx240/ FX240] FX250 FX270 FX290 FX301 FX302 FX340 FX370 FX390 FX403 FX503 FX950 |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | [http://www.trustedreviews.com/laptops/review/2004/06/03/Sony-VAIO-VGN-X505VP-Ultra-Slim-Notebook/p1 VAIO VGN X505VP] || Pentium M ULV and Intel 855GM || {{yes}} || {{N/A}} || {{maybe|Intel 855 (VESA only)}} || {{yes|AC97}} || {{yes|USB}} || {{yes|Intel PRO 100 VE}} || {{N/A}} || || 32 bit some support 2004 0.38 inches at its thinnest point - first laptop to feature a "chiclet" keyboard resemble Chiclets gum - |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Vaio VGN UX1XN UMPC || <!--Chipset-->Core Solo U1500 1.33GHz with 945GM chipset || <!--IDE-->1.8 inch ZIF || <!--SATA-->{{N/A}} || <!--Gfx-->Intel 945GMS || <!--Audio-->HD Audio with Realtek codec || <!--USB--> || <!--Ethernet-->Marvell Yukon 8036 || <!--Wireless-->Intel 3945 || <!--Test Distro--> || <!--Comments-->32bit only - 4.5 inch screen ultra mobile PC |- | <!--Name-->E Series VPC EB11 FX/T EB15 FM/T || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->consumer grade |- | Vaio VGN SR29VN || Intel ICH9 || {{N/A}} || {{maybe|IDE legacy}} || {{partial|ATI HD 3400 (VESA only)}} || {{partial|HD Audio (too quiet)}} || {{yes|USB1.1 and USB2.0}} || {{no|Marvell 8040}} || {{no|Intel 5100}} || Icaros 1.5 || |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->YB Series || <!--Chipset-->E 350 AMD dual core || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx--> || <!--Audio-->HD Audio Conexant CX20584 || <!--USB--> || <!--Ethernet--> || <!--Wireless-->Atheros AR5B97 || <!--Test Distro--> || <!--Comments-->15.5" VAIO VPC YB13KXP EL1E1E/B vpcel1e1e |- | <!--Name-->Sony Vaio VPC || <!--Chipset-->AMD E450 || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->11.6" - EL2S1E YB3V1E YB3V1E/S YB3V1E/S YB3V1E/G |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ====Toshiba==== [[#top|...to the top]] Order of Build Quality (Lowest to highest) <pre > Equium Satellite (Pro) Libretto Portege Tecra </pre > {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | Tecra 8100 8200 9000 || 440BX || {{yes|IDE}} || {{N/A}} || {{maybe|S3 Savage MX 3D (VESA only)}} || {{no|Yamaha DS-XG ymf744 ymf-754}} || {{yes|USB1.1 only}} || {{N/A}} || {{N/A}} || Icaros 1.5 || little support |- | <!--Name-->Tecra 9100 || <!--Chipset-->810 || <!--IDE-->{{Yes}} || <!--SATA-->{{N/A}} || <!--Gfx-->{{maybe|S3 Savage IX}} || <!--Audio-->{{no|ymf754}} || <!--USB-->USB 1.1 || <!--Ethernet-->eeee pro100 || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | [http://tuxmobil.org/toshiba_sp4600.html Satellite Pro 4600] || i810 || IDE || {{N/A}} || {{maybe|Trident Cyber Blade XP (VESA only)}} || {{no|YAMAHA DS-XG AC97 ymf754}} || {{yes|USB}} || {{yes|Intel e100}} || {{no|Agere (internal PCMCIA)}} || || little support |- | Satellite 2805 S603 || Intel 815 || {{yes|IDE}} || {{N/A}} || {{maybe|nVidia GeForce2 Go}} || {{no|Yamaha Corp YMF 754}} || {{yes|USB}} || {{yes|Intel PRO/100}} || {{dunno}} || || little support |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Satellite A10 S167 S1291 - A15 A20 A25 || <!--Chipset-->P4M || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel 852GM or Radeon || <!--Audio--> || <!--USB--> || <!--Ethernet-->RTL 8139 || <!--Wireless-->{{Maybe|Intel 2100, Agere or Atheros PA3399U 1MPC minipci}} || <!--Test Distro--> || <!--Comments-->a few models came with antenna leads |- | Satellite [http://eu.computers.toshiba-europe.com/innovation/jsp/SUPPORTSECTION/discontinuedProductPage.do?service=EU&com.broadvision.session.new=Yes&PRODUCT_ID=76230 A30-714] || P4-M / 82845 i845 || {{yes|82801}} || {{N/A}} || {{maybe|VESA}} || {{yes|AC97}} || {{yes}} || {{yes|RTL8139}} || {{N/A}} || Icaros 1.2.4 || nice laptop, drawbacks: heavy, really hot (P4-3.06 GHz!!) - A30 (EU) A33 (Australian) A35 (USA) - |- | <!--Name-->Satellite A40 A45 || <!--Chipset-->P4M or Celeron M with Intel 845 865 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel 852GME or Radeon 7000 Mobility || <!--Audio-->AC97 Realtek || <!--USB-->USB2.0 || <!--Ethernet--> || <!--Wireless-->Atheros 5002G 5004G - PA3299U mini pci || <!--Test Distro--> || <!--Comments-->2003 32bit - A40 S161 A40-S1611 A40-2701, A45-S120 A45-S1201 S130 S1301 S1501 - |- | <!--Name-->Satellite a50 A55 a60-s156 Equium A60 PSA67E A65 || <!--Chipset-->P4M or Celeron M with Intel 845 865 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel 852GME or Radeon 7000 Mobility || <!--Audio-->AC97 Realtek || <!--USB-->USB2.0 || <!--Ethernet--> || <!--Wireless-->Atheros 5002G 5004G - PA3299U mini-pci || <!--Test Distro--> || <!--Comments-->2003 32bit - |- | <!--Name-->Satellite A70 A75-S206 A80 A85-S107 || <!--Chipset-->P4M or Celeron-M with Intel 845 865 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel 852GME or Radeon 7000 Mobility || <!--Audio-->AC97 Realtek || <!--USB-->USB2.0 || <!--Ethernet--> || <!--Wireless-->Atheros 5002G 5004G - PA3299U mini-pci || <!--Test Distro-->Icaros 1.5.1 || <!--Comments-->2003 32bit - |- | Toshiba Satellite Pro M30 || intel 855 || {{yes|boots with ATA=nodma option}} || {{N/A}} || {{maybe|VESA}} || {{yes|AC97}} || {{yes|USB2.0}} || {{yes|Intel PRO/100 VE}} || {{dunno}} || Icaros 1.5 || nice laptop with some support |- | <!--Name-->Portege M300 - M200 tablet || <!--Chipset-->855GM with 1.2GHz Pentium M 753 || <!--IDE-->{{yes}} || <!--SATA-->{{N/A}} || <!--Gfx-->{{maybe|VESA 2d only - tablet with nvidia 5200 go}} || <!--Audio-->{{no|AC97 STAC 9750}} || <!--USB-->{{yes}} || <!--Ethernet-->{{yes|Intel PRO 100}} || <!--Wireless-->{{no|Intel PRO Wireless 2200BG}} || <!--Test Distro--> || <!--Comments-->little support |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Satellite Pro L20 || <!--Chipset-->915GML || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Maybe|use VESA}} || <!--Audio-->{{No|[https://forums.gentoo.org/viewtopic-t-490297-start-0.html ALC861 routes audio]}} || <!--USB--> || <!--Ethernet-->Realtek 8139 || <!--Wireless-->Atheros || <!--Test Distro-->Icaros 2.1.1 || <!--Comments-->100 101 120 121 180 181 182 183 - |- | <!--Name-->Tecra A5 || <!--Chipset-->910GML || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel GMA 915GMS 910GML || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Portege R100 R200 || <!--Chipset-->915GMS || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless-->Atheros ar5005gs - askey AR5BMB5 - PA3416U || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Tecra M3 || <!--Chipset-->915GM with || <!--IDE--> || <!--SATA--> || <!--Gfx-->Nvidia TE 6200 6600 128MB || <!--Audio--> AC97 STAC9750 || <!--USB--> || <!--Ethernet-->Marvell 88E8053 || <!--Wireless-->Intel 2200BG || <!--Test Distro--> || <!--Comments-->Dark screen issues |- | <!--Name-->Satellite Pro L20 267 (PSL2YE PSL2XE) PSL25E L30 || <!--Chipset-->Celeron M 370 1.5GHz with RC410M SB400 || <!--IDE-->{{Yes| }} || <!--SATA-->{{N/A|}} || <!--Gfx-->{{Maybe|use VESA - Ati x200}} || <!--Audio-->{{No|[https://forums.gentoo.org/viewtopic-t-490297-start-0.html ALC861]}} || <!--USB-->{{Maybe|Boots usb sticks}} || <!--Ethernet-->Realtek 8139 || <!--Wireless-->{{No|Atheros maybe not working with ATi chipset}} || <!--Test Distro-->Icaros 2.1.1 || <!--Comments-->2004 32bit 14" pioneer dvd-rw - |- | <!--Name-->Satellite L30 PSL30E L33 PSL33E || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel 800 or ATi RC410 x200 || <!--Audio-->AC97 AD1981B or HD Audio ALC861 || <!--USB--> || <!--Ethernet-->realtek 8139 || <!--Wireless-->Atheros or Intel || <!--Test Distro--> || <!--Comments-->L30 PSL30L 101 PSL33E 113 115 134 00M019 - |- | Satellite Pro M40 || AMD with Ati || {{yes|boots with ATA=nodma option}} || {{N/A}} || {{maybe|VESA}} || {{yes|AC97}} || {{yes|USB2.0}} || {{yes|}} || {{dunno}} || || nice laptop with some support |- | <!--Name-->Satellite L40 PSL40E PSL40L PSL43E || <!--Chipset-->945GM with U7700 1.3GHz ULV || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel 945 || <!--Audio-->{{No|Intel HD with AD1986A codec}} || <!--USB-->2 USB2.0 || <!--Ethernet-->realtek 8139 || <!--Wireless-->Atheros AR24xx Askey || <!--Test Distro-->Icaros 2.0.3 || <!--Comments-->32bit only - 12X 13G 139 14B 143 15J 19O - |- | <!--Name-->Satellite L45 PSL40U S7409 S2416 || <!--Chipset-->945GM with Celeron M 440 1.86 GHz || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel 945 || <!--Audio-->{{No|Intel HD with AD1986A codec}} || <!--USB-->2 USB2.0 || <!--Ethernet-->realtek 8139 || <!--Wireless-->Atheros AR24xx Askey || <!--Test Distro-->Icaros 2.0.3 || <!--Comments-->32bit only - |- | <!--Name-->Portege M400 tablet || <!--Chipset-->945 12.1 inch || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel 950 || <!--Audio-->Intel HD with STAC9200 codec || <!--USB-->2 usb 2.0 || <!--Ethernet-->Intel gigabit || <!--Wireless-->Intel 3945ABG || <!--Test Distro--> || <!--Comments-->32bit mostly - Core Duo T2400 / T4200 1.83Ghz or Intel Core Solo T1300 @ 1.66 GHz with later models having Core 2 Duo T5500 1.66Ghz |- | <!--Name-->Tecra M5 || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx-->GMA950 or Nvidia Quadro NVS 110M or Radeon X1400 || <!--Audio--> || <!--USB--> || <!--Ethernet-->Intel 82573L e1000e || <!--Wireless-->Intel 3945 || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Tecra A6 A7 || <!--Chipset-->GM945 || <!--IDE--> || <!--SATA--> || <!--Gfx-->GMA 950 or Radeon X1400 or X1600 (M56P) or Nvidia Quadro NVS 300M || <!--Audio-->{{No|HD Audio Realtek ALC861}} || <!--USB--> || <!--Ethernet-->Intel 82573L e1000e || <!--Wireless-->{{No|Intel 3945abg}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Tecra A8 PTA82e PTA83E || <!--Chipset-->945GM || <!--IDE--> || <!--SATA--> || <!--Gfx-->GMA 950 || <!--Audio-->HD Audio Realtek ALC262 || <!--USB--> || <!--Ethernet-->e1000 || <!--Wireless-->{{No|Intel 3945abg}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Satellite Pro A100 || <!--Chipset-->940G || <!--IDE--> || <!--SATA--> || <!--Gfx-->Nvidia G72M Quadro NVS 110M GeForce Go 7300 / Ati (PSAA3E)|| <!--Audio-->HD Audio with ALC861 codec || <!--USB--> || <!--Ethernet-->Intel 100 || <!--Wireless-->Intel 3945 swap with atheros || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Satellite A110 159 (PSAB0), Equium A110 (PSAB2E), Satellite A110 233 (PSAB6), || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio-->ALC861 || <!--USB--> || <!--Ethernet-->Realtek 8136 || <!--Wireless-->Atheros || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Satellite Pro A120 PSAC0 PSAC1 PSAC1E || <!--Chipset-->Core Solo GMA 950 to T2300 || <!--IDE--> || <!--SATA--> || <!--Gfx-->GMA 945 || <!--Audio-->ALC262 or AC97 AD1981B || <!--USB-->UHCI EHCI || <!--Ethernet--> || <!--Wireless-->Atheros Ar5001 or Intel or Broadcom || <!--Test Distro--> || <!--Comments-->15V 4A charger - |- | <!--Name-->Satellite Pro A120 || <!--Chipset-->Core Duo ATi RS480 + SB450 || <!--IDE--> || <!--SATA--> || <!--Gfx-->use VESA - ATI RC410 Radeon Xpress 200M || <!--Audio-->ALC262 || <!--USB-->OCHI UHCI || <!--Ethernet-->RTL 8139 || <!--Wireless-->Intel 3945 or Atheros Ar5001 || <!--Test Distro--> || <!--Comments-->15v 5a proprietary charger needed |- | <!--Name-->Satelite A130 PSAD6U || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet-->Realtek 8101E || <!--Wireless-->Atheros or Intel || <!--Test Distro--> || <!--Comments-->ST1311 s1311 ST1312 S2276 S2386 - |- | <!--Name-->Satellite A135 S2686 (Compal LA 3391P) || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet-->Realtek 8101E || <!--Wireless-->Atheros or Intel || <!--Test Distro--> || <!--Comments-->S2246 S2346 S2256 S4477 S4666 S4827 - |- | <!--Name-->Satellite A200 PSAE1E (Inventec MW10M) || <!--Chipset-->Pentium M with 945GM Express || <!--IDE--> {{N/A}}|| <!--SATA--> {{Maybe|SATA}}|| <!--Gfx--> {{Yes|Intel GMA 950 (2D and 3D)}}|| <!--Audio--> {{Yes|HD Audio ALC862}}|| <!--USB--> {{Yes| }}|| <!--Ethernet--> {{yes|RTL8101E}}|| <!--Wireless--> {{yes|Atheros 5000 - FN,F5 or FN,F8 or switch}} || <!--Test Distro--> AspireOS 1.8 || <!--Comments-->2006 Excellent 32 bit support! - Celeron M 520 1.6Ghz or Pentium® Core Duo T2130 1.86 GHz - make sure that your WLAN card is enabled, do this using the hardware switch and FN+F8 key combination |- | <!--Name--> A210, Satellite A215 AMD (Inventec 10A) S5808 || <!--Chipset--> Ati with SB690 || <!--IDE--> {{N/A}}|| <!--SATA-->{{Maybe|SATA}}|| <!--Gfx-->{{Maybe|use VESA HD2600 Mobility M76}} || <!--Audio-->HD Audio ALC268 || <!--USB--> {{Yes| }}|| <!--Ethernet-->{{yes|RTL8101E}}|| <!--Wireless--> {{yes|Atheros 5000}}|| <!--Test Distro--> AspireOS 1.8 || <!--Comments-->A215-S7422 A215-S7472 A215-S4697 (USA) - |- | <!--Name--> [http://www.amiga.org/forums/showthread.php?t=62036 A215 S4757] || <!--Chipset--> Ati X1200 with SB600 || <!--IDE--> {{N/A}}|| <!--SATA-->{{Maybe|SATA}}|| <!--Gfx-->{{Maybe}} || <!--Audio-->HD Audio || <!--USB--> {{Yes| }}|| <!--Ethernet-->{{yes|RTL8101E}}|| <!--Wireless--> {{yes|Atheros 5000}}|| <!--Test Distro--> AspireOS 1.8 || <!--Comments--> |- | <!--Name--> Tecra A10 || <!--Chipset--> || <!--IDE--> {{N/A}} || <!--SATA--> {{Maybe|IDE mode}} || <!--Gfx--> {{Yes|Intel GMA 4500M (2D)}} || <!--Audio--> {{Yes|HD Audio}} || <!--USB--> {{Yes|USB 2.0}} || <!--Ethernet-->{{No|Intel PRO 1000}} || <!--Wireless-->{{No|Intel WiFi Link 5100}} || <!--Test Distro--> || <!--Comments-->64 bit possible |- | <!--Name-->L35 - L40 PSL48E - L45 S7423 || <!--Chipset-->GL960 with Intel Celeron || <!--IDE-->{{N/A}} || <!--SATA-->{{Maybe| }} || <!--Gfx-->{{Yes|X3100 some 2D but software 3d tunnel 9 gearbox 4}} || <!--Audio-->{{Yes|HD Audio with ALC660 codec playback}} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{Yes|REALTEK 8139}} || <!--Wireless-->{{No|Realtek 8187b replace with Atheros 5k}} || <!--Test Distro-->Icaros 2.1.2 || <!--Comments-->1,73Ghz M 520 or M 540 or Dual T2310 (1.46 GHz) T2330 (1.6 GHz) - 14H 14N 15B 17H 17K 17R 17S 18Z - |- | <!--Name-->P305 || <!--Chipset-->965 || <!--IDE--> || <!--SATA--> || <!--Gfx-->ATi HD 3650 || <!--Audio-->RV635 HDMI Audio [Radeon HD 3600 Series] || <!--USB--> || <!--Ethernet-->Marvell 88E8040 || <!--Wireless-->Intel3945 ABG [Golan] || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Satellite a300 - inventec potomac 10s pt10s A300D 21H || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx-->ATI Mobility Radeon HD 3650 || <!--Audio-->HD Audio - Realtek || <!--USB--> || <!--Ethernet-->Realtek 8102E || <!--Wireless-->Atheros 5005 || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->satellite l300 l300d l305 (inventec ps10s) || <!--Chipset-->AMD Turion RM70 + || <!--IDE--> || <!--SATA--> || <!--Gfx-->Radeon 3100 || <!--Audio-->HD Audio with Realtek ALC268 || <!--USB--> || <!--Ethernet-->Realtek || <!--Wireless-->Atheros G XB63L or Intel or Realtek || <!--Test Distro--> || <!--Comments--> |- | Toshiba Satellite R630 Portege R700 || i5-450M || {{N/A}} || SATA || Intel GMA (2D) || {{dunno}} || {{yes|USB}} || {{no|Intel 82577LC Gigabit}} || {{no|Broadcom BCM4313}} || || 1 hr battery life - Ricoh e822 SD host no |- | <!--Name-->Satellite L450 12 13 14 || <!--Chipset-->AMD Sempron, 2.1GHz with AMD RS780M || <!--IDE--> || <!--SATA--> || <!--Gfx-->Radeon HD 3200 (based on HD 2400) || <!--Audio--> || <!--USB--> || <!--Ethernet-->Realtek RTL8101E RTL8102E || <!--Wireless-->Realtek 8172 || <!--Test Distro--> || <!--Comments-->12X 13P 13X 14V PSLY6E00C006EN |- | <!--Name-->Satellite Pro L450 (Compal LA-5821P) 179 || <!--Chipset-->intel celeron 900 2.20 Ghz || <!--IDE--> || <!--SATA--> || <!--Gfx-->intel 4500m || <!--Audio-->HD Audio with codec || <!--USB--> || <!--Ethernet-->RTL8101 /2 /6E PCI Express Gigabit || <!--Wireless-->RTL8191 SEvB || <!--Test Distro--> || <!--Comments-->39.6cm (15.6”) Toshiba TruBrite® HD TFT High Brightness display with 16:9 aspect ratio internal resolution 1366 x 768 |- | <!--Name-->satellite l350d || <!--Chipset-->AMD Athlon (tm) X2 QL-60 + RS780M || <!--IDE--> || <!--SATA--> || <!--Gfx-->Radeon HD 3100 || <!--Audio-->HD Audio with Realtek || <!--USB--> || <!--Ethernet-->Realtek || <!--Wireless-->Realtek 8187b || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->L755D (E-350) L750D (E-450) || <!--Chipset-->AMD || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Radeon HD 6310 6320 || <!--Audio-->AMD HD Audio conexant codec || <!--USB--> || <!--Ethernet--> || <!--Wireless-->Realtek || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Satellite Pro SP C640 C660D C670D || <!--Chipset-->AMD E350 || <!--IDE--> || <!--SATA--> || <!--Gfx-->6310G || <!--Audio-->HD Realtek ALC259 || <!--USB--> || <!--Ethernet-->Realtek || <!--Wireless-->Broadcom || <!--Test Distro--> || <!--Comments-->2011 zacate |- |<!--Name-->Toshiba Satellite C660D 19X || <!--Chipset-->AMD E-300 || <!--IDE--> || <!--SATA--> || <!--Gfx-->ATi || <!--Audio-->HD Audio with Realtek codec || <!--USB--> || <!--Ethernet-->r8169 rtl8101e || <!--Wireless-->Realtek RTL8188 8192ce rtl8192ce || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->C70D-A C75D-A || <!--Chipset-->E1-1200 || <!--IDE--> || <!--SATA--> || <!--Gfx-->AMD HD8330 || <!--Audio-->HA Audio CX20751 11Z || <!--USB--> || <!--Ethernet-->Atheros AR8162 8166 8168 alx || <!--Wireless-->Realtek 8188e || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->C40D C50D-A C55D-A || <!--Chipset-->E1 2100 or A4 5000 || <!--IDE--> || <!--SATA--> || <!--Gfx-->8330 || <!--Audio-->HD Realtek ALC269Q || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->kabini |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ====Misc==== [[#top|...to the top]] {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name-->[http://www.laptopsolutions.net/Mitac-laptop-notes.htm Mitac 5033] || <!--Chipset-->K6-2 333Mhz || <!--IDE--> || <!--SATA--> || <!--Gfx-->Use VESA || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2000 32bit 5033H MiNote 5033K MyNote 810 Mitac 7020, the Mitac M722, the MyNote 820 - Mitac 5033L, Schneider 5033, LifeTec LT98 |- | <!--Name-->Time 500 Packard Bell EasyOne 1450 1550 || <!--Chipset-->K6-3 500Mhz + VIA MVP4 vt82c686a || <!--IDE-->{{N/A|Issues}} || <!--SATA-->{{N/A}} || <!--Gfx-->Use VESA || <!--Audio-->{{No|VIA AC97 3058 with wolfson codec WM9703 WM9704 WM9707 WM9708 or WM9717}} - untested || <!--USB-->via 3038 2 ports USB 1.1 untested || <!--Ethernet-->{{N/A}} || <!--Wireless-->{{N/A}} || <!--Test Distro-->NB May 2013 || <!--Comments-->2001 32bit grub runs but stalls around [PCI] Everything OK |- | <!--Name-->NEC Versa S260 || <!--Chipset-->P3-M with VIA chipset || <!--IDE--> || <!--SATA--> || <!--Gfx-->ATi Radeon M6 || <!--Audio-->VIA Audio Adapter with AD 1886 codec || <!--USB-->VIA || <!--Ethernet-->intel pro 100 82551QM or rhine2 || <!--Wireless-->Mini PCI card ORiNOCO || <!--Test Distro--> || <!--Comments-->2002 32bit North Bridge: VIA VT83C694T / South Bridge: VIA VT82C686B |- | <!--Name--> Medion 9626 Maxdata M-Book 1000T Targa Gericom 1400c || <!--Chipset-->Athlon with VIA chipset || <!--IDE--> || <!--SATA--> || <!--Gfx-->use VESA - S3 ProSavage || <!--Audio-->via ac97 686b || <!--USB--> || <!--Ethernet-->Realtek 8139 || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->1GHz 1.2GHz 1.4GHz 1.6GHz 1.8GHz and VIA KN133 PN133 - vt82c686b |- | <!--Name--> Medion MD9703 FIC A360 A380 Gericom 1st Supersonic M6T || <!--Chipset-->Pentium 1.2GHz and VIA Apollo MVP3 Pro133x || <!--IDE--> || <!--SATA--> || <!--Gfx-->use VESA - Radeon M6 || <!--Audio-->ac97 via with codec || <!--USB--> || <!--Ethernet-->Realtek 8139 || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->vt82c686b |- | <!--Name-->FIC MB05 Medion MD41100 Cebop CDG || <!--Chipset-->Pentium M, 1.4 GHz with i855 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel i855GM || <!--Audio-->AC97 || <!--USB-->3 USB2.0 || <!--Ethernet-->Realtek 8139 || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->8080B, Advent 7041, Medion MD 40676 || <!--Chipset-->Pentium-M 1.5GHz with i855PM || <!--IDE--> || <!--SATA--> || <!--Gfx-->64 MB nVidia GeForce FX Go 5200 || <!--Audio-->AC97 ALC202 || <!--USB--> || <!--Ethernet-->Realtek 8139 || <!--Wireless-->Intel 2100 || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->[http://www.ecs.com.tw/ECSWebSite/Product/Product_Detail.aspx?CategoryID=3&DetailID=540&DetailName=Feature&MenuID=93&LanID=0 ECS 321] Advent 7094 || <!--Chipset-->Celeron M with SIS 661GX 963L || <!--IDE--> || <!--SATA--> || <!--Gfx-->SiS 661 741 760 PCI/AGP or 662/761Gx PCIE || <!--Audio-->AC97 SIS rev a0 or Realtek ALC655 || <!--USB--> || <!--Ethernet-->SIS 900 || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Panasonic Toughbook CF-18 CF-29 CF-30 || <!--Chipset-->Core || <!--IDE--> || <!--SATA--> || <!--Gfx-->use VESA || <!--Audio-->AC97 SigmaTel || <!--USB--> || <!--Ethernet-->RTL 8139C || <!--Wireless-->Intel || <!--Test Distro--> || <!--Comments-->2003 32bit |- | <!--Name-->MSI Microstar PR210 || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Maybe|use VESA ATi RS690M}} || <!--Audio-->{{Yes|HD Audio through speaker / head phones but not hdmi}} || <!--USB--> || <!--Ethernet-->Realtek 8111 8169 || <!--Wireless-->Atheros AR242x AR542x aw-ge780 mini pci-e || <!--Test Distro-->Icaros 2.1.2 || <!--Comments-->204 32bit - ENE PCI based SD card with no bios boot option |- | <!--Name-->Gateway LT3100 (LT3103u) || <!--Chipset-->1.2GHz Athlon L110 + RS690E || <!--IDE-->{{N/A}} || <!--SATA-->{{dunno|legacy mode?}} || <!--Gfx-->AMD ATI Radeon Xpress X1270 (VESA only) || <!--Audio-->ATI SBx00 HD Audio || <!--USB--> || <!--Ethernet-->rtl8169 Realtek RTL8101E RTL8102E || <!--Wireless-->{{no|Atheros AR9285}} || <!--Test Distro--> || <!--Opinion-->2004 32bit |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Advent 7106 EAA-88 || <!--Chipset-->Pentium M 1.7GHz with 915GM || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Yes|2D and 3D tunnel 187 gearbox 67}} || <!--Audio-->{{Yes|AC97 Intel ICH6 with Conexant Cx20468 31 codec playback head phones only}} || <!--USB--> || <!--Ethernet-->{{Yes|Realtek 8169}} || <!--Wireless-->{{No|Intel 2200BG Fn/F2 replaced with atheros mini pci in small base panel - startup errors in wireless manager}} || <!--Test Distro-->Icaros 2.1.1 || <!--Comments-->2005 32bit 14" cheap rubbish sadly - fan noise through audio channel - |- | <!--Name-->Quanta KN1-GM (Intel) KN1-PM (Nvidia) || <!--Chipset-->Intel 915GM || <!--IDE--> || <!--SATA--> || <!--Gfx-->intel or Nvidia MXM card 6600 6800go 8600 9600m || <!--Audio-->ALC260 || <!--USB--> || <!--Ethernet-->Realtek 8139 || <!--Wireless-->IIntel Pro 2200BG || <!--Test Distro--> || <!--Comments-->2005 32bit aka Gericom 1st Supersonic PCIE-KN1, Advent 6001, Advent 7098, Enpower 611, CTL, ECS |- | <!--Name-->Sahara slate sg22 I400 series and i440D || <!--Chipset-->900 950 with Celeron 423 and later Core 2 Duo L2500 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel || <!--Audio--> || <!--USB-->2 USB2.0 || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2005 early 32bit intel tablets kiosk based 12.1-inch fujitsu resistive screen with magnetic pen or with wacom digitiser - short battery life |- | <!--Name-->Motion Computing LE1600 PC Slate || <!--Chipset-->915 || <!--IDE--> || <!--SATA--> || <!--Gfx-->915 || <!--Audio-->Intel AC97 SigmaTel STAC9758 9759 || <!--USB--> || <!--Ethernet-->Realtek 8169 || <!--Wireless-->Intel PRO Wireless 2200BG || <!--Test Distro--> || <!--Comments-->2005 serial Wacom digitiser not usb |- | <!--Name-->Panasonic Toughbook CF-51 CF-P1 CF-T5 CF-Y2 || <!--Chipset-->945GMS || <!--IDE--> || <!--SATA--> || <!--Gfx-->GMA 950 || <!--Audio-->HD Audio || <!--USB--> || <!--Ethernet-->Broadcom || <!--Wireless-->Intel || <!--Test Distro--> || <!--Comments-->2006 32bit |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Wyse XM Class || <!--Chipset-->T-G56N 1.6 1.65Ghz || <!--IDE-->{{No| }} || <!--SATA--> || <!--Gfx-->{{Maybe|Vesa 2d 6310 6320}} || <!--Audio-->{{Maybe| }} || <!--USB-->{{Maybe| }} || <!--Ethernet-->{{Yes|Realtek}} || <!--Wireless-->{{No|Atheros}} || <!--Test Distro--> || <!--Comments-->2012 64bit 14" |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->MSI GS60 Ghost Pro || <!--Chipset-->i7 4700HQ Quad || <!--IDE--> || <!--SATA--> || <!--Gfx-->Nvidia 970M 980M discrete || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2015 64bit 15.6" Full HD 1920 x 1080 - |- | <!--Name-->System76 Galago UltraPro galu1 Gazelle - Taiwan OEM Clevo W740SU || <!--Chipset-->4th Gen Intel® Core i7 4770HQ 14" || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel Iris Pro 5200 || <!--Audio-->HD Audio with VIA Vt1802 or vt1812 codec || <!--USB-->USB 3.0 || <!--Ethernet--> || <!--Wireless-->Intel® Wireless AC WiFi 3160 or 7260 || <!--Test Distro--> || <!--Comments-->plastic construction |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Xiaomi Mi Notebook Air || <!--Chipset-->Intel Core M5 M7 M3-6Y30 Dual Core || <!--IDE--> || <!--SATA--> || <!--Gfx-->GTX 760M || <!--Audio--> || <!--USB-->{{no|3.0}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2015 64bit 12.5 Inch - |- | <!--Name-->Xiaomi Mi Notebook Air || <!--Chipset-->i5 6200U || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2016 64bit 13.3" Classic Fingerprint edition |- | <!--Name-->Microsoft Surface Book || <!--Chipset-->i5 i7 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel (i5) Nvidia (i7) || <!--Audio-->HD Audio || <!--USB-->{{No}} || <!--Ethernet-->{{N/A}} || <!--Wireless-->Intel || <!--Test Distro--> || <!--Comments-->2016 13.5" 3000 x 2000 ultrabook |- | <!--Name-->Razer Blade Stealth 14 || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx-->Nvidia || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2016 |- | <!--Name-->Huawei Matebook || <!--Chipset-->Intel Core m3-6Y30 || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2016 64bit - 2160 x 1440 Pixels - |- | <!--Name-->Matebook D || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless-->Intel AC 8265 8275 || <!--Test Distro--> || <!--Comments-->2017 64bit - 15.6-inch PC |- | <!--Name-->Matebook E || <!--Chipset-->i5 7th gen || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2017 2 in 1 - 12" |- | <!--Name-->Matebook X || <!--Chipset-->i5 i7 7500u || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel HD 620 GPU || <!--Audio-->HD Audio with Realtek codec || <!--USB-->{{No|2 usb-c ports}} || <!--Ethernet--> || <!--Wireless-->Intel AC || <!--Test Distro--> || <!--Comments-->2017 A4 size 13" IPS 2K 1440p 2160 x 1440 - dolby atmos speakers - 4 hrs battery lhs charging - one hand opening - |- | <!--Name-->System76 Gazelle - Clevo N850HZ || <!--Chipset-->i3 7100H i5 7300HQ i7 7700HQ || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel HD 630 || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless-->Intel AC || <!--Test Distro--> || <!--Comments-->2017 64bit 15.6" 1920 × 1080 LED Backlit, Matte - Chicony PSU - 720p webcam better at 480 - |- | <!--Name-->System76 Galago Pro galp2 - Clevo N130BU || <!--Chipset-->i5 7200U i7 7500U || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel HD 620 || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless-->Intel AC || <!--Test Distro--> || <!--Comments-->2017 64bit 13.3″ 3K 1800p so 3200 × 1800 HiDPI glossy - |- | <!--Name-->System76 Oryx Pro || <!--Chipset-->i7 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Nvidia GTX 1070 || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Gigabyte Aorus X5 MD Gaming || <!--Chipset-->i7 7th gen || <!--IDE--> || <!--SATA--> || <!--Gfx-->NVIDIA GeForce GTX 1080 GDDR5X 8GB Max-Q || <!--Audio-->HD Audio with 32-bit ESS Sabre Hi-Fi Audio DAC || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2017 64bit - up to 15.6″ UHD 3840 x 2160 IPS Anti-Glare - External 8K Display Output - RGB backlit keyboard - |- | <!--Name-->Razer Blade 15 || <!--Chipset-->HM370 with i7 8750H || <!--IDE--> || <!--SATA-->M.2 or PCIe SSD || <!--Gfx-->Intel HD with Optimus Nvidia || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet-->{N/A} || <!--Wireless-->Intel 9260AC || <!--Test Distro--> || <!--Comments-->2018 64bit 15inch FHD 4k DDR4 |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Huawei Matebook D KPL-W00 Honor Magicbook 2018 || <!--Chipset-->2500U || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{Maybe|AMD Vega 8 use VESA}} || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2018 14inch 1080p budget entry |- | <!--Name-->Huawei Matebook D 15 14 AMD KPR-WX9 Honor Magicbook WAQ9AHNR || <!--Chipset-->AMD Ryzen 5 3500U || <!--IDE-->{{N/A}} || <!--SATA-->NVMe || <!--Gfx-->{{Maybe|AMD Vega 8 use VESA}} || <!--Audio-->{{Unk| }} || <!--USB-->{{No|USB3.1 gen 1}} || <!--Ethernet-->{{N/A}} || <!--Wireless-->Intel or Realtek || <!--Test Distro--> || <!--Comments-->2018 2019 2020 budget model - f6.5 recessed webcam - D 14 42Whr later 56Whr battery |- | <!--Name-->Huawei Matebook X Pro || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2020 64bit top end model |- | <!--Name-->Xiaomi Redmibook 16 || <!--Chipset-->AMD Ryzen 7 4700U with FCH 51 || <!--IDE-->{{N/A}} || <!--SATA-->SSD 3 || <!--Gfx-->AMD Radeon RX Vega 7 || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet-->{{N/A}} || <!--Wireless-->Realtek RTL8821CE wifi || <!--Test Distro--> || <!--Comments-->2020 64bit metal 16.1 IPS 99% srgb 240 nits - 46whr battery - no webcam - |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ===Netbook=== [[#top|...to the top]] * One of the better options if re-partitioning of the hard disk is not suitable or wanted is to go with AROS hosted i.e. run a small linux distro and host AROS on top. AROS can exist on a Windows(TM) install as well. See here for more information [https://ae.amigalife.org/index.php?topic=779.0 Linux hosted] and [ Windows hosted] with downloads here [http://aros.sourceforge.net/download.php AROS download page] * installation needs an USB optical drive or an USB pen drive (see below) * PC with CD or DVD to install to a USB pendrive for boot purposes on a netbook * SD card sometimes can [ boot] like Dell 2100, EeePC 1001P, ASUS EeePC 900, acer aspire one d150, MSI Wind U100, [http://www.hardwaresecrets.com/article/Audio-Codec-Comparison-Table/520 Audio Codecs] ====Acer Netbooks==== [[#top|...to the top]] {| class="wikitable sortable" width=100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | Aspire One AOA110 (A110) (ZG5) || Intel 945GSE || {{N/A}} || {{Maybe|IDE legacy mode}} || {{Yes|Intel GMA (2D and 3D) tunnel 99 and gearbox 84 score}} || {{Yes|HD Audio ALC6628}} || {{Yes|USB1.1 and USB2.0}} || {{Yes|RTL8101E - rtl8169}} || {{Yes|AR5006}} [http://aros-exec.org/modules/newbb/viewtopic.php?start=0&topic_id=5082&viewmode=flat&order=ASC atheros 5k] || AspireOS 1.8 || 2007 32bit 1 core - 19v barrel - |- | Aspire One [http://overthis.com/2008/12/stubborn-aspire-one-hacking/ AOA150 (A150)] (ZG5) || Intel 945GSE || {{N/A}} || {{Maybe|ide mode}} || {{Yes|Intel GMA 2D and accelerated 3D with tunnel 99 and gearbox 84.1 result}} || {{Yes|HD Audio ALC6628}} || {{Yes|uhci and ehci}} || {{Yes|RTL8101E - rtl8169}} || {{Yes|AR5006}} [http://aros-exec.org/modules/newbb/viewtopic.php?start=0&topic_id=5082&viewmode=flat&order=ASC atheros 5k] || AspireOS 1.8 || 2007 32bit 1 core - 19v barrel - |- | Aspire One AOD150 [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=47829#forumpost47829 D150 (Compal LA-4781P)] || Intel 945GME || {{N/A}} || {{Maybe|ide legacy}} || {{Yes|Intel GMA 950 (2D)}} || {{Yes}} [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5822&forum=4&post_id=54398#forumpost54398 alc272] || {{Yes|USB}} || {{No|Atheros AR8121 AR8113 AR8114 l1e}} || {{Maybe|AR5007EG AR5BXB63 works but Broadcom BCM4312 has no support}} || Icaros Desktop 1.3 || 2008 32bit 1 core - 19v barrel - |- | [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5082&forum=4&post_id=46956#forumpost46956 Acer Aspire One AOD250 D250 emachines em250] || 945GME || {{N/A}} || {{Maybe|ide legacy}} || {{Yes|Intel GMA (2D)}} || {{Yes}} [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5138&forum=26 alc272 HD Audio] || {{Yes}} || {{No|AR8132 (L1c)}} || {{No|BCM4312 or Atheros AR5B95}} || Icaros 1.3 || 2009 32bit 1 core - 19v barrel - |- | <!--Name-->Aspire AO532H (Compal LA-5651p) 533H Pineview || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio-->{{Yes|HD Audio playback}} || <!--USB--> || <!--Ethernet-->{{No|AR8132 (L1c)}} || <!--Wireless-->{{No|Atheros 9k}} || [http://www.amigaworld.net/modules/news/article.php?mode=flat&order=0&item_id=5968 Tested AspireOS June 2011] || <!--Comments--> |- | <!--Name-->emachines eM350 NAV51 || <!--Chipset--> with N450 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel 3150 || <!--Audio-->HD Audio with codec || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro-->Icaros 2.2 || <!--Comments-->Single core 64bit - 160GB HDD 1GB RAM 10.1" LED backlit screen and Webcam - 3 cell li-ion battery for 3 hours usage - |- | <!--Name-->emachines eM355 || <!--Chipset--> with N455 || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->64bit support possible - |- | <!--Name-->Aspire One 533 || <!--Chipset-->N455 with || <!--IDE-->{{N/A}} || <!--SATA-->{{Yes}} || <!--Gfx-->{{Yes|2D}} || <!--Audio-->{{Yes| ALC272 codec}} || <!--USB-->{{Yes}} || <!--Ethernet-->{{No|Atheros 1c}} || <!--Wireless-->{{No|Broadcom 4313}} || <!--Test Distro-->Icaros 2.1 || <!--Comments--> |- | Aspire One AOD255 AOD255e AOD260 AOHAPPY (Compal LA-6221P) || N570 and Nm10 || {{N/A}} || {{Maybe|SATA}} || {{Maybe|Intel GMA 3150}} || Audio || USB || {{No|Atheros AR8152 V1.1 (1lc)}} || {{No|Broadcom BCM4313}} || || a little support |- | Aspire One 522 AO522 (Compal LA-7072p) || 1GHz dual C50 or C60 + Hudson M1 || {{N/A}} || SATA || AMD 6250 (ATI 9804) or 6290 || ATI SB CX20584 HD Audio || USB || Atheros 8152 v2.0 l1c || {{No|Broadcom BCM4313 or Atheros ath9k}} || || |- | <!--Name-->AAOD270 Cedarview || <!--Chipset-->N2600 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel GMA 3650 || <!--Audio--> || <!--USB--> || <!--Ethernet-->{{Dunno|RTL 8169 RTL8101E}} || <!--Wireless-->{{No|Broadcom BCM4313}} || <!--Test Distro--> || <!--Opinion--> |- | <!--Name-->Aspire One AO532G (Compal LA-6091p) || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Aspire One D257 (Quanta ZE6) || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Acer Aspire One 722 AO722 P1VE6 || <!--Chipset-->AMD C60 with SB900 || <!--IDE-->{{N/A| }} || <!--SATA--> || <!--Gfx-->{{Maybe| use VESA Ati 6290}} || <!--Audio-->{{Yes|HD Audio with codec but no Wrestler HDMI output}} || <!--USB--> || <!--Ethernet-->{{No|Qualcomm Atheros AR8152 v2.0}} || <!--Wireless-->{{No|Atheros AR9485}} || <!--Test Distro-->Icaros 2.1.2 || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Aspire One AO721 (Wistron SJV10-NL) || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->AO751 AO751H (Quanta ZA3) || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->emachines || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ====Asus Netbooks==== {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | [http://wiki.debian.org/DebianEeePC/Models eeePC] 700 701 2G 4G 8G Surf || Intel 910GML + ICH7 || {{N/A}} || {{Maybe|IDE legacy mode}} || {{Yes|Intel GMA 900 2D and 3D tunnel 68 gearbox 43 on 701 800x480}} || {{Yes|[http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5822&forum=4&post_id=54398#forumpost54398 ALC662 HD Audio]}} || {{Yes|UHCI and EHCI}} || {{No|Atheros L2}} || {{Yes| }} [http://beta.ivancover.com/wiki/index.php/Eee_PC_Internal_Upgrades AR5007EG] (AR2425) - [http://amigaworld.net/modules/newbb/viewtopic.php?mode=viewtopic&topic_id=32391&forum=28&start=20&viewmode=flat&order=0#583583 works] || NB 2013 and 2.1.1 (best) and 2.1.2 || Power supplies fail due to bad caps issue 9.5V 2.5A - |- | [http://wiki.debian.org/DebianEeePC/Models eeePC] 701SD || Intel 910GML + ICH7 || {{N/A}} || {{Maybe|IDE legacy mode}} || {{Maybe|Intel GMA 900 (2D)}} || {{Yes|[http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5822&forum=4&post_id=54398#forumpost54398 ALC662 HD Audio]}} || {{Yes|UHCI and EHCI}} || {{No|Atheros L2}} || {{No|RTL8187SE swap with Atheros 5k}} || AspireOS 1.7 || [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5980&forum=1&post_id=58940#forumpost58940 Boot issues] but does [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=62348#forumpost62348 boot] with ATA=32bit,nopoll or ATA=nodma,nopoll. |- | [http://wiki.debian.org/DebianEeePC/Models eeePC] 900 || Intel 910GML + ICH7 || {{N/A}} || {{Maybe|IDE legacy mode}} || {{Maybe|Intel GMA 900 (2D, 3D in some models)}} || {{Yes|[http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5822&forum=4&post_id=54398#forumpost54398 ALC662 HD Audio]}} || {{Yes|UHCI and EHCI}} || {{No|Atheros L2}} || {{Maybe|depends on chipset}} [http://beta.ivancover.com/wiki/index.php/Eee_PC_Internal_Upgrades AR5007EG] (AR2425) - [http://amigaworld.net/modules/newbb/viewtopic.php?mode=viewtopic&topic_id=32391&forum=28&start=20&viewmode=flat&order=0#583583 works] but not RaLink || AspireOS 1.7 || [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5980&forum=1&post_id=58940#forumpost58940 Boot issues] but does [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=62348#forumpost62348 boot] with ATA=32bit,nopoll or ATA=nodma,nopoll. 900's may need BIOS upgrade to boot usb optical drives. 3D available in some and not all model revisions |- | eeePC 900A || 945GSE || {{N/A}} || {{Maybe|IDE legacy mode}} || {{Yes|Intel GMA 950 (3D)}} || {{Yes|HD Audio ALC269}} || {{Yes|USB2.0}} || {{No|Atheros L1e [1969 1026]}} || {{Yes|Atheros 5k AR242x}} || [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=70963#forumpost70963 Nightly Build 2012 05-25] || |- | eeePC 901 1000 || 945GM || {{N/A}} || {{Maybe|IDE legacy mode}} || {{yes|Intel GMA 950 (2D)}} || {{Yes|ALC269 HD Audio}} || {{Yes|USB}} || {{No|Atheros L1E (AR8121 AR8113 AR8114)}} || {{No|RaLink Device 2860 swap with Atheros 5k}} || [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=59063#forumpost59063 Icaros 1.4] || |- | eeePC Seashell 1000HA 1000HE 1008 1005HA || N280 + Intel GMA950 || {{N/A}} || SATA || {{Yes|Intel GMA (2D)}} || {{Yes|HD Audio ALC269}} || {{Yes|USB}} || {{Maybe|Realtek but not Atheros AR8132 (L1c)}} || {{No|Atheros AR9285 swap with Atheros 5k}} || [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=63608 Aspire OS 1.6] || |- | <!--Name-->eeePC 1001ha || <!--Chipset-->GMA945 || <!--IDE-->{{N/A}} || <!--SATA-->legacy || <!--Gfx-->Intel GMA 950 (2D) || <!--Audio-->ALC269 HD Audio || <!--USB--> || <!--Ethernet-->{{No|Attansic Atheros AR8132 l1c}} || <!--Wireless-->{{No|RaLink RT3090 swap with Atheros 5k}} || <!--Test Distro--> || <!--Opinion-->some support |- | eeePC 1001P T101MT 1005PX 1005PE 1015PE Pineview || NM10 and N450 CPU || {{N/A}} || {{Maybe|IDE mode}} || {{Yes|Intel GMA 3150 (2D)}} || {{Yes|HD Audio}} || {{Yes|USB 2.0}} || {{No|Atheros AR8132 (l1c)}} || {{No|Atheros AR928x 802.11n}} || [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=6760&forum=4&post_id=64732#forumpost64732 Icaros 1.3.3] || |- | EeePC 1015B 1215B || single C30 or dual C50 + Hudson M1 || {{N/A}} || SATA || {{partial|AMD 6250 (VESA only)}} || ATI SBx00 HD Audio || USB || {{No|AR8152 v2.0 atl1c}} || {{No|Broadcom BCM4313 [14e4 4727]}} || || |- | <!--Name-->Flare X101CH Cedarview || <!--Chipset-->N2600 + N10 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel GMA 6300 || <!--Audio--> || <!--USB--> || <!--Ethernet-->{{No|Atheros l1c 2.0}} || <!--Wireless-->{{No|Atheros 9k AR9285}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Flare 1025CE 1225CE || <!--Chipset-->N2800 + N10 || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{dunno|Intel GMA 3600}} || <!--Audio--> || <!--USB--> || <!--Ethernet-->{{No|Atheros l1c 2.0}} || <!--Wireless-->{{No|Atheros 9k AR9285}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ====Compaq==== {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name--> Mini 110 | <!--IDE--> {{N/A}} | <!--SATA--> {{Maybe|IDE mode}} | <!--Gfx--> {{Yes|Intel GMA 950}} | <!--Audio--> {{Yes|HD Audio}} | <!--USB--> {{Yes|USB 2.0}} | <!--Ethernet--> {{No|Atheros}} | <!--Wireless--> {{No|Broadcom}} | <!--Test Distro--> | <!--Comments--> |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Wireless--> | <!--Test Distro--> | <!--Comments--> |- |} ====Dell Netbooks==== {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | Inspiron [http://en.gentoo-wiki.com/wiki/Dell_Inspiron_Mini Mini 9 910] || GMA945 || {{Maybe|STEC PATA IDE Mini PCIe Interface 16GB SSD very slow - replace with RunCore and SuperTalent GFDL part}} || {{N/A| }} || {{yes|Intel GMA 2D and possible 3D}} || {{yes|ALC268 HD Audio}} || {{yes|USB}} || {{yes|Realtek RTL8169}} || {{no|Broadcom BCM4310 and 4312}} || [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=58942#forumpost58942 Tested with ICAROS 1.3.] but later Icaros Desktops do not fully boot up and AspireOS || IDE SSD appears not reason for non boot |- | <!--Name-->Mini 10 1010 || <!--Chipset-->Atom Z520 Z530 Poulsbo || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{maybe|Intel GMA 500 (VESA only)}} || <!--Audio-->{{no|HD Audio}} || <!--USB--> || <!--Ethernet-->{{yes|rtl8169}} || <!--Wireless-->{{no|Intel or BCM4312}} || <!--Test Distro--> || <!--Comments--> |- | [https://wiki.ubuntu.com/HardwareSupport/Machines/Netbooks#Dell%20Mini%2010v%20(Inspiron%201011) Mini 10v 1011] [http://wiki.debian.org/InstallingDebianOn/Dell/InspironMini10v ] || Intel 950 || {{N/A}} || {{maybe|ide legacy mode}} || {{yes|Intel GMA (2D)}} || HD Audio || {{yes|USB}} || {{yes|RTL8102E 8103E}} || {{no|Dell 1397 Wireless}} || || |- | <!--Name-->1012 || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Inspiron Mini 1018 || <!--Chipset--> || <!--IDE-->{{N/A}} || <!--SATA-->{{partial|IDE mode }} || <!--Gfx-->{{yes|Intel GMA 3150 (2D, no VGA output)}} || <!--Audio-->{{partial|HD Audio head phones only - speaker and micro phone do not work}} || <!--USB-->{{yes|USB 2.0}} || <!--Ethernet-->{{yes|RTL8169}} || <!--Wireless-->{{no|RTL8188CE or AR928X}} || <!--Test Distro--> Icaros 1.5.1 || <!--Comments--> |- | <!--Name-->A90 A90n || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | Latitude 2100 || Intel Atom N270 N280 1.60Ghz GMA 945GME || {{N/A}} || SATA || {{yes|Intel GMA 950 (2D and 3D with tunnel 98 and gearbox 84)}} || {{yes|HD Audio with ALC272 codec}} || {{yes|USB2.0}} || {{No|Broadcom BCM5764M}} || {{No|Intel 5100 or BCM4322 DW 1510 half height mini pcie use small Atheros 5k}} || <!--Test Distro-->AspireOS 1.8 and Icaros 2.1.1 || 2009 32bit ddr2 sodimm [https://sites.google.com/site/arosaspireone/about-aspire-one Webcam and card reader not working] lcd cable over hinge an issue |- | <!--Name-->Latitude 2110 2120 || <!--Chipset-->N470 1.83Ghz, N455 1.6Ghz, N550 1.5Ghz || <!--IDE-->{{N/A}} || <!--SATA-->{{Yes|ATA mode}} || <!--Gfx-->{{Yes|Intel 3150 2D only}} || <!--Audio-->{{Maybe|HD Audio with ALC269 codec}} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{No| }} || <!--Wireless-->{{No| swap for Atheros}} || <!--Test Distro-->Icros 2.3 || <!--Comments-->2011 64bit ddr2 sodimm |- |} ====HP Netbooks==== {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | HP Mini 2133 || VIA C7-M P4M900 / 8237 VX700 || {{N/A}} || {{maybe|SATA}} || {{maybe|VIA Chrome 9 HC (VESA only)}} || VT1708/A HD Audio || USB || {{no|Broadcom Corp NetXtreme BCM5788}} || {{no|Broadcom Corp BCM4312}} || || |- | mini 1000 Mi 2140 ks145ut || N270 + 945GM || {{N/A}} || SATA || Gfx || HD Audio || USB || {{no|Marvell 88E8040}} || {{no|Broadcom Corp BCM4312}} || || |- | <!--Name-->Mini 700 702 || <!--Chipset-->N270 + 945GSE || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{Yes|Intel GMA 950 (2D)}} || <!--Audio-->{{Yes|HD Audio IDT 92HD75B (111d:7608, only playback tested)}} || <!--USB-->{{Yes| }} || <!--Ethernet--> || <!--Wireless-->{{No|Broadcom}} || <!--Test Distro--> || <!--Comments--> |- | Mini 100 110-3112sa || 945GM Express || {{N/A}} || {{maybe|IDE mode}} || {{yes|Intel GMA 950 (2D)}} || {{yes|HD Audio IDT STAC 92xx}} || {{yes|USB 2.0}} || {{no|Atheros}} || {{no|Broadcom}} || || |- | Mini 200 210 || 945GM NM10 Express || {{N/A}} || SATA || Intel GMA 950 || HD Audio || USB || RTL8101E RTL8102E || {{no|Broadcom BCM4312}} || || |- | HP Mini 311 DM1 (Quanta FP7) || N280 + ION || {{N/A}} || SATA || nVidia Geforce ION || HD Audio || USB || eth || wire || || |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |} ====Lenovo Netbooks==== {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | IdeaPad S9 S9e(3G) S10 S10e(3G) || 945GME || {{N/A}} || {{maybe|SATA}} || {{yes|Intel GMA (2D)}} || {{no|ALC269 or SigmaTel HD Audio}} || {{yes|USB}} || {{no|Broadcom NetLink BCM5906M}} || {{no|Broadcom BCM4312}} || || little support |- | IdeaPad S12 || N270 + Nvidia ION MCP79 || {{N/A}} || SATA || nVidia C79 ION [Quadro FX 470M] || ALC269 HD Audio || USB || Broadcom || Intel || || Does not boot - cause unknown |- | S10-2 || 945GME and N280 CPU || {{N/A}} || SATA || {{yes|Intel GMA (2D)}} || {{no|ALC269 HD Audio}} || {{yes}} || {{yes|rtl8169}} || {{no|Broadcom BCM4312}} || Icaros 1.3 || |- | S10-3 || NM410 and N450 CPU || {{N/A}} || SATA || {{yes|Intel GMA 3150 (2D)}} || {{no|HD Audio ALC269}} [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5134&forum=26&post_id=46939#forumpost46939] || {{yes|USB}} || {{yes|rtl8169}} || {{no|Atheros 9285 or Broadcom BCM4312}} || Icaros 1.3 || |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Ideapad 100S || <!--Chipset-->Atom Z36xxx Z37xxx Series SoC || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel || <!--Audio-->Intel SST Audio Device (WDM) || <!--USB--> || <!--Ethernet-->{{N/A}} || <!--Wireless-->Realtek RTL8723BS || <!--Test Distro--> || <!--Comments-->2015 64bit - |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ====Packard Bell Netbooks==== {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name-->Dot .S || <!--Chipset-->N280 + || <!--IDE-->{{N/A}} || <!--SATA-->{{maybe|legacy}} || <!--Gfx-->{{yes|Intel GMA950 (2D)}}|| <!--Audio-->HD Audio ALC272X || <!--USB--> USB2.0 || <!--Ethernet--> {{no|Atheros l1e}} || <!--Wireless-->{{no|Atheros 9k}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Dot .SE || <!--Chipset-->N450 + || <!--IDE-->{{N/A}} || <!--SATA-->legacy || <!--Gfx-->Intel GMA950 (2D) || <!--Audio-->HD Audio ALC|| <!--USB-->USB2.0 || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Dot .S2 NAV50 || <!--Chipset-->N455 NM10 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel X3150 || <!--Audio-->HD Audio ALC269 || <!--USB--> || <!--Ethernet-->Atheros || <!--Wireless-->Atheros || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Dot M/A || <!--Chipset-->1.2GHz Athlon L110 + RS690E || <!--IDE-->{{N/A}} || <!--SATA-->legacy mode? || <!--Gfx-->AMD ATI Radeon Xpress X1270 (VESA only) || <!--Audio-->HD Audio ATI SBx00 || <!--USB--> || <!--Ethernet-->Realtek RTL8101E RTL8102E rtl8169 || <!--Wireless-->{{no|Atheros AR9285}} || <!--Test Distro--> || <!--Opinion--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ====Samsung Netbooks==== [[#top|...to the top]] {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | [http://www.amigaworld.net/modules/newbb/viewtopic.php?post_id=616910&topic_id=33755&forum=28#616910 NC10] || 945GME || {{N/A}} || {{maybe|SATA}} || {{yes|Intel GMA 950 (2D)}} || {{partial|SigmaTel HD Audio (playback only)}} || {{yes|USB}} || {{maybe|rtl8169 works but not Marvell 88E8040 sky2}} || {{yes|AR5007EG}} || Icaros 1.4 || Nano silver on keyboard and lcd ribbon cable over hinge issues |- | [http://www.sammywiki.com/wiki/Samsung_NC20 NC20] || VIA VX800 || {{N/A}} || SATA || {{maybe|VIA Chrome9 (VESA only)}} || ALC272 GR (VT1708A) HD Audio || {{yes|USB}} || {{no|Marvell 88E8040}} || {{yes|Atheros AR5001}} || || little support |- | N110 N120 || 945GSE || {{N/A}} || SATA || {{yes|Intel GMA 950 (2D)}} || {{yes|ALC272 HD Audio or ALC6628}} || {{yes|USB}} || {{no|Marvell 88E8040}} || {{no|Realtek rtl8187}} || || some support - Namuga 1.3M Webcam none |- | N130 || 945GSE || {{N/A}} || SATA || {{yes|Intel GMA 2D and opengl 1.x 99.5 tunnel 99 gearbox}} || {{yes|Intel HD with ALC272 codec playback}} || {{yes|USB}} || {{yes|RTL 8169.device - 8101e 8102e}} || {{no|rtl 8192se rtl8187}} || || good support - but nothing for wireless or Namuga 1.3M Webcam |- | <!--Name-->Go NP-N310 || <!--Chipset-->N270 + 945GME || <!--IDE-->{{N/A}} || <!--SATA-->{{maybe|IDE legacy mode}} || <!--Gfx-->{{yes|Intel GMA 950 (2D)}} || <!--Audio-->{{yes|HD Audio ALC6628}} || <!--USB-->{{yes}} || <!--Ethernet-->{{yes|rtl8169}} || <!--Wireless-->{{yes|Atheros5k}} || <!--Test Distro--> || <!--Opinion-->[http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=6797&forum=4&post_id=65793#forumpost65793 works well] but N280 version changed specs |- | N510 || N270 euro N280 uk + ION MCP79 || {{N/A}} || SATA || nVidia C79 ION [Quadro FX 470M] || HD Audio || USB || Marvell 88E8040 || Realtek 8192E || || Does not boot - cause unknown |- | <!--Name-->NC110 Axx || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet-->{{Maybe|Rtl8169}} || <!--Wireless-->{{No|Broadcom BCM4313 or Atheros}} || <!--Test Distro--> || <!--Comments--> |- | NF210 Pineview || n455 or n550 + N10 || {{N/A}} || {{maybe|SATA}} || {{maybe|Intel GMA 3150 (needs retesting, VESA works)}} || {{yes|HD Audio}} [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=53642#forumpost53642 ] || {{yes|USB}} || {{no|Marvell 88E8040}} || Wireless || || some support |- | NP N145 Plus || n450 + NM10 || {{N/A}} || {{maybe|IDE legacy mode}} || {{yes|Intel GMA 3150 (2D, no VGA output)}} || {{yes|Realtek HD Audio}} || {{yes|USB2.0}} || {{no|Marvell 88E8040}} || {{no|Atheros AR9285}} || || [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=6294&forum=24&post_id=59122#forumpost59122 some support] but often the trackpad does not work |- | <!--Name-->[https://wiki.archlinux.org/index.php/Samsung_N150 N150] NB30 || <!--Chipset-->MN10 || <!--IDE-->{{N/A}} || <!--SATA-->{{Maybe| }} || <!--Gfx-->{{Yes|Intel GMA 3150 (2D)}} || <!--Audio-->{{No| }} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{No|Marvell 88E8040}} || <!--Wireless-->{{No|Atheros AR9285 or Realtek 8192E}} || <!--Test Distro--> || <!--Comments-->a little support |- | <!--Name-->[http://www.kruedewagen.de/wiki/index.php/Samsung_N220 N210 N220] N230 || <!--Chipset-->N450 + NM10 || <!--IDE-->{{N/A}} || <!--SATA-->{{Maybe| }} || <!--Gfx-->{{Yes|Intel GMA 3150 (2D)}} || <!--Audio-->HD Audio ALC269 || <!--USB-->{{Yes| }} || <!--Ethernet-->{{No|Marvell}} || <!--Wireless-->{{No|Atheros AR9285}} || <!--Test Distro--> || <!--Comments-->a little |- | <!--Name-->NC110 Pxx Cedarview || <!--Chipset--> || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{dunno|Intel GMA 3600}} || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless-->{{No|Intel 6000g}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ====Sony Netbooks==== {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name--> Vaio VGN-P11Z | <!--IDE--> {{dunno}} | <!--SATA--> {{N/A}} | <!--Gfx--> {{Partial|Intel (VESA only)}} | <!--Audio--> {{no|HD Audio}} | <!--USB--> {{yes|USB 2.0}} | <!--Ethernet--> {{no|Marvell}} | <!--Wireless--> {{no|Atheros AR928X}} | <!--Test Distro--> Icaros 2.0.3 | <!--Comments--> Rarely boots! |- | <!--Name-->Sony VPC-W11S1E | <!--IDE--> | <!--SATA--> | <!--Gfx-->Intel | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Wireless--> | <!--Test Distro--> | <!--Comments-->2009 N280 with 945GSE - 10.1" 1366 x 768 - 3hr battery life - |- |} ====Toshiba Netbooks==== [[#top|...to the top]] {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name-->NB100 || <!--Chipset-->945GM || <!--IDE-->{{N/A}} || <!--SATA-->{{maybe|legacy}} || <!--Gfx-->{{yes|Intel GMA (2D)}} || <!--Audio-->{{yes|ALC262 HD Audio}} || <!--USB--> || <!--Ethernet-->{{yes|rtl8169}} || <!--Wireless-->{{yes|AR5001}} || <!--Test Distro--> || <!--Comments-->some support |- | <!--Name-->Mini NB200 series NB205 || <!--Chipset-->N280 + GSE945 || <!--IDE-->{{N/A}} || <!--SATA-->{{maybe|IDE legacy mode}}|| <!--Gfx-->{{yes|Intel GMA (2D)}} || <!--Audio-->ALC272 HD Audio || <!--USB-->{{yes}} || <!--Ethernet-->{{yes|RTL8169}} || <!--Wireless-->{{no|AR9285}} || <!--Test Distro--> || <!--Opinion--> |- | <!--Name-->Mini 300 series NB305 || <!--Chipset-->N455 with NM10 || <!--IDE-->{{N/A}} || <!--SATA-->legacy || <!--Gfx-->Intel GMA 3150 (2D) || <!--Audio-->ALC272 HD Audio || <!--USB--> || <!--Ethernet-->RTL8101E RTL8102E || <!--Wireless-->{{no|AR9285}} || <!--Test Distro--> || <!--Opinion--> |- | <!--Name-->Mini 500 series NB505 NB520 NB550-10v || <!--Chipset--> || <!--IDE-->{{N/A}} || <!--SATA-->legacy || <!--Gfx-->Intel GMA 3150 (2D) || <!--Audio-->HD Audio || <!--USB--> || <!--Ethernet-->RTL8101E RTL8102E || <!--Wireless-->Realtek 8176 RTL 8188CE || <!--Test Distro--> || <!--Opinion--> |- | [http://www.notebookcheck.net/Review-Toshiba-NB550D-AMD-Fusion-Netbook.46551.0.html Mini NB550D 10G] 108 (c30) 109 (c50) || C50 + M1 || {{N/A}} || SATA || AMD 6250 (VESA only) || HD Audio || USB || Realtek 8111e rtl8169 || Atheros 9k || || Realtek SD card reader |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ====Misc Netbooks==== {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="30%" |Comments |- | [http://aros-exec.org/modules/newbb/viewtopic.php?start=0&topic_id=3944&viewmode=flat&order=ASC&type=&mode=0 Cammy's A1600] || GME945 || {{N/A}} || {{maybe}} || {{yes|Intel GMA950 (2D)}} || {{yes|HD Audio playback}} || {{yes}} || {{no|JMC 250/260}} || Wireless || Icaros 1.2.4 || |- | <!--Name-->Fujitsu Siemens Amilo Mini Ui 3520 || <!--Chipset-->Intel 945 || <!--ACPI--> || <!--SATA-->{{yes}} || <!--Gfx-->{{yes|Intel GMA (2D)}} || <!--Audio-->ALC269 HD Audio || <!--USB-->{{yes}} || <!--Ethernet-->{{yes|rtl8169}} || <!--Wireless-->{{yes|AR5001}} || <!--Test Distro--> || <!--Comments-->good |- | Guillemot [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5043&forum=26&post_id=45734#forumpost45734 Hercules eCafe EC-900 H60G-IA], Mitac MiStation and Pioneer Computers Dreambook Light U11 IL1 || Intel 945GME || {{N/A}} || {{maybe}} || {{yes|Intel GMA950 (2D)}} || {{Yes|HD Audio (playback only)}} || {{yes|uhci and ehci}} || {{yes|rtl8169}} || {{no|RAlink RT2860}} || || Slowly gaining support |- | <!--Name-->Hannspree Hannsnote SN10E2 24 48 || <!--Chipset-->N450 + NM10 || <!--IDE-->{{N/A}} || <!--SATA-->IDE legacy mode || <!--Gfx-->Pineview Intel (2D) || <!--Audio-->ALC HD Audio || <!--USB-->USB2.0 || <!--Ethernet-->Atheros l1c || <!--Wireless-->Atheros AR9285 || <!--Test Distro--> || <!--Opinion--> |- | MSI Wind U90/U100 || GME945 || {{N/A}} || {{maybe}} || {{yes|Intel GMA 950 (2D)}} || {{partial|HD Audio ALC888s (playback only?)}} || {{yes|uhci 1.1 and ehci 2.0}} || {{yes|rtl8169}} || {{no|RaLink RT2860 RT2700E or rtl8187se (u100x)}} || Icaros 1.3 || |- | Advent 4211 || 945GSE || {{N/A}} || {{maybe|IDE legacy mode}} || Intel GMA950 (2D) || ALC HD Audio || USB || rtl8169 || {{no|Intel 3945 ABG}} || || MSI U100 clone |- | <!--Name-->Hannspree Hannsnote SN10E1 || <!--Chipset-->N270 + GMA945 || <!--IDE-->{{N/A}} || <!--SATA-->{{maybe|IDE legacy mode}} || <!--Gfx-->{{yes|Intel GMA 950 (2D)}} || <!--Audio-->ALC HD Audio || <!--USB-->USB2.0 || <!--Ethernet-->{{yes|Realtek RTL8101E RTL8102E RTL8169}} || <!--Wireless-->{{no|RaLink RT2860}} || <!--Test Distro--> || <!--Comments-->MSI U100 clone |- | <!--Name-->Archos 10 Netbook || <!--Chipset-->Atom with ICH7 NM10 945GSE || <!--IDE-->{{No }} || <!--SATA--> || <!--Gfx-->GMA 950 || <!--Audio-->HS Audio with ALC662 codec || <!--USB--> || <!--Ethernet-->Realtek 8139 || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->MSI Wind U135 DX MS-N014 || <!--Chipset-->Intel N455 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{Yes|2D only accelerated}} || <!--Audio-->{{No|ALC662 rev 1}} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{Maybe|RTL}} || <!--Wireless-->{{No|Atheros AR 9K}} || <!--Test Distro-->Icaros 2.1 || <!--Comments-->needs noacpi notls added to grub boot line to start up |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ===Desktop Systems=== [[#top|...to the top]] Most Intel Atom and equivalent AMD Fusion CPUs / APUs are faster than Intel P3s but still some way short of P4 or Dual Core performance. ====Acer==== {| class="wikitable sortable" width="100%" ! width="15%" |Name ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Integrated Gfx ! width="10%" |Audio ! width="10%" |USB ! width="10%" |Ethernet ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name-->[https://www.acer.com/ac/en/ID/content/support-product/486;-; Veriton X270 VTX270] Intel Core 2 Duo ED7400C or Pentium dual-core UD7600C with 630i | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx-->{{Maybe|Vesa 2d Nvidia 7100 VGA and HDMI connections}} | <!--Audio-->{{Maybe| with realtek codec}} | <!--USB-->{{Maybe|4 rear and 5 front}} | <!--Ethernet-->{{Maybe| nForce}} | <!--Test Distro-->Icaros 2.3 dvd | <!--Comments-->2009 64bit capable but would not fully boot, DHCP address timeout too short and failed often. Put in a third party NIC, worked - 1 PCI Express x16 slot and a free PCI x1 slot - internal thin long psu with 12pin - |- | <!--Name-->Acer Revo AR1600, R1600 AR3600, R3600 Packard Bell iMax Mini, Intel Atom 230 single core slim nettop subcompact | <!--IDE-->{{N/A}} | <!--SATA-->{{Maybe|Native IDE mode, '''when it works''' boots}} | <!--Gfx-->{{Maybe|Nvidia ION GeForce 9300M - nouveau 3d - '''when it works''' 400 fps in shell'ed gearbox, 278 in tunnel, 42 in teapot}} | <!--Audio-->{{Maybe|HD Audio with ?? codec but nothing from HDMI audio}} | <!--USB-->{{Maybe|Will not often boot usb2 stick but more issues / slow with usb3 based pen drives}} | <!--Ethernet-->{{No|MCP79 nForce}} | <!--Test Distro--> | <!--Comments-->2009 64bit 20cm/8" high 1 ltr quiet fan - very often boot stuck around ehciInit - DEL setup F12 boot options - 2 ddr2 sodimm slots max 4GB - 19v barrel psu - atheros 5k and use AR5BXB63 (Win7) - |- | <!--Name-->Revo AR3610 R3610 3610 Atom 330 nettop subcompact dual core | <!--IDE-->{{N/A}} | <!--SATA-->{{Maybe|Native IDE mode, '''when it works''' boots}} | <!--Gfx-->{{Maybe|Nvidia ION GeForce 9400M - nouveau 3d - '''when it works''' 400 fps in shell'ed gearbox, 278 in tunnel, 42 in teapot}} | <!--Audio-->{{Yes|HD Audio with Realtek ALC885 codec but nothing from HDMI audio}} | <!--USB-->{{Maybe|1% chance will boot with usb2 sticks but more issues / slow with usb3 drives}} | <!--Ethernet-->{{No|MCP79 nForce}} | <!--Test Distro-->AROS One 1.5 1.6 usb | <!--Comments-->2010 64bit 20cm/8" high 1 ltr quiet fan - very often boot stuck around ehciInit - DEL setup F12 boot options - 2 ddr2 sodimm slots max 4GB - 19v barrel psu with smaller inner pin size - replace wifi RT3090 ver c (linux) with atheros 5k or keep and use AR5BXB63 (Win7) - |- | <!--Name-->REVO AR3700 R3700 3700 Atom D525 dual core *one long beep followed by two short, bios damaged *looping one long two short, a video card fault *two short beeps... CMOS damaged *got one long and one short beep... board error? | <!--IDE-->{{N/A}} | <!--SATA-->{{Yes|IDE ready in Bios}} | <!--Gfx-->{{Yes|Nvidia ION2 GT218 ION vga fine '''but''' hdmi fussy over display used - nouveau 2d & 3d gearbox 404 tunnel 292 teapot 48}} | <!--Audio-->{{Yes|HDA Intel with Realtek ALC662 rev1 codec, head phones only but nothing from NVidia HDMI}} | <!--USB-->{{Yes|boots usb, installs usb, accesses ok}} | <!--Ethernet-->{{Yes|Realtek 8169 8111g}} | <!--Test Distro-->AROS one USB 1.5 and 1.6 | <!--Comments-->2011 64bit 20cm/8" high 1 ltr quiet fan - 2 ddr3 sodimm slots 1Rx8 only 2GB maybe 4GB - 19v barrel psu thinner pin - replace wifi RT3090 ver d with atheros 5k mini pci-e - ACPI Suspend Mode = S1, S3 (STR), S4 - Power on PCIe * Known Acer issue, Boot into bios, set bios to UEFI and reboot, set bios back to defaults and reboot, blank display, repair with reflash of 8 pin Winbond W25Q socketed bios chip using ch341a using 2011/09/19 P01.B0L, 2011/05/09 P01.A4, 2011/05/03 P01.A3L, 2010/12/27 P01.A2L, 2010/12/27 P01.A2 amiboot.rom - |- | <!--Name-->Revo 70 (RL70) - AMD E450 1.65GHz | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments-->2012 64bit - |- |} ====Asus==== {| class="wikitable sortable" width="100%" ! width="15%" |Name ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Integrated Gfx ! width="10%" |Audio ! width="10%" |USB ! width="10%" |Ethernet ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name-->EEEbox B202 | <!--IDE--> | <!--SATA--> | <!--Gfx-->Intel GMA950 | <!--Audio-->Intel Azalia HDaudio with Realtek ALC662 or ALC888-GR CODEC | <!--USB--> | <!--Ethernet-->Realtek 8111 or JM250 | <!--Test Distro-->Icaros | <!--Comments-->internal 3 types of wifi chipset not supported |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- |} ====Dell==== {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Integrated Gfx ! width="10%" |Audio ! width="10%" |USB ! width="10%" |Ethernet ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name--> Precision 340 | <!--IDE--> {{yes}} | <!--SATA--> {{n/a}} | <!--Gfx--> {{n/a}} | <!--Audio--> {{yes|Intel AC97}} | <!--USB--> {{yes|USB 1.1 (UHCI)}} | <!--Ethernet--> {{yes|3Com}} | <!--Test Distro--> Nightly Build 2014 09-27 | <!--Comments--> |- | <!--Name-->Dimension 2400 | <!--IDE-->{{Yes}} | <!--SATA-->{{N/A}} | <!--Gfx-->{{Yes|Intel 82845GL Brookdale G/GE (VESA 640x480 by 16)}} | <!--Audio-->{{Unk|AC97 with ADI codec}} | <!--USB-->{{Yes|UHCI EHCI}} | <!--Ethernet-->{{Maybe|Broadcom 440x 4401}} | <!--Test Distro-->[http://eab.abime.net/showthread.php?p=832495 Icaros 1.4] | <!--Comments-->Graphics chipset is capable of higher resolution. |- | <!--Name-->Dimension 4600 | <!--IDE-->{{yes}} | <!--SATA-->{{dunno}} | <!--Gfx-->{{partial|Intel Extreme (VESA only)}} | <!--Audio-->{{yes|Intel AC97 (use rear black port)}} | <!--USB-->{{Yes|UHCI/EHCI}} | <!--Ethernet-->{{yes|Intel PRO/100}} | <!--Test Distro-->Icaros 1.5.2 | <!--Comments--> |- | <!--Name--> Optiplex 170L | <!--IDE--> {{yes|IDE}} | <!--SATA--> {{partial|IDE mode}} | <!--Gfx--> {{partial|Intel Extreme (VESA only)}} | <!--Audio--> {{no|Intel AC97}} | <!--USB--> {{yes|USB 2.0}} | <!--Ethernet--> {{yes|Intel PRO/100}} | <!--Test Distro--> {{dunno}} | <!--Comments--> |- | <!--Name--> Optiplex GX260 | <!--IDE--> {{yes|IDE}} | <!--SATA--> {{N/A}} | <!--Gfx--> {{partial|Intel Extreme (VESA only)}} | <!--Audio--> {{yes|Intel AC97}} | <!--USB--> {{yes|USB 2.0}} | <!--Ethernet--> {{no|Intel PRO/1000}} | <!--Test Distro--> Nightly Build 2014 09-27 | <!--Comments--> |- | Optiplex GX270 | {{yes|Working}} | {{partial|IDE mode}} | {{partial|Intel Extreme (VESA only)}} | {{yes|Intel AC97}} | {{yes|USB 2.0}} | {{no|Intel PRO/1000}} | Icaros 1.5.2 | <!--Comments--> |- | Optiplex GX280 | {{yes|Working}} | {{partial|IDE mode}} | {{maybe|Intel GMA (only VESA tested)}} | {{yes|Intel AC97}} | {{yes|USB 2.0}} | {{no|Broadcom}} | Nightly Build 2014 09-27 | <!--Comments--> |- | <!--Name--> Optiplex GX520 | <!--IDE--> {{yes|IDE}} | <!--SATA--> {{partial|IDE mode}} | <!--Gfx--> {{yes|Intel GMA}} | <!--Audio--> {{partial|Intel AC97 (no line-out)}} | <!--USB--> {{yes|USB 2.0}} | <!--Ethernet--> {{no|Broadcom}} | <!--Test Distro--> {{dunno}} | <!--Comments--> |- | <!--Name--> Optiplex 745 | <!--IDE--> {{N/A}} | <!--SATA--> {{partial|IDE mode}} | <!--Gfx--> {{partial|Intel GMA (VESA only)}} | <!--Audio--> {{partial|HD Audio (no volume control)}} | <!--USB--> {{partial|Only keyboard mouse (legacy mode)}} | <!--Ethernet--> {{no|Broadcom}} | <!--Test Distro--> {{dunno}} | <!--Comments--> |- | <!--Name--> Optiplex 755 | <!--IDE--> {{N/A}} | <!--SATA--> {{partial|IDE mode}} | <!--Gfx--> {{partial|Intel GMA (VESA only)}} | <!--Audio--> {{no|HD Audio}} | <!--USB--> {{yes|USB 2.0}} | <!--Ethernet--> {{no|Intel Gigabit}} | <!--Test Distro--> Icaros 1.5.1 | <!--Comments--> Around 25 second delay in booting from USB |- | <!--Name--> Optiplex 990 | <!--IDE--> {{N/A}} | <!--SATA--> {{partial|non-RAID mode}} | <!--Gfx--> {{partial|Intel HD (VESA only)}} | <!--Audio-->{{no|HD Audio}} | <!--USB--> {{yes|USB 2.0}} | <!--Ethernet--> {{no|Intel Gigabit}} | <!--Test Distro--> Nightly Build 2014 09-27 | <!--Comments--> |- | <!--Name-->Optiplex 360 | <!--IDE--> | <!--SATA--> | <!--Gfx-->{{maybe|ordinary boot gives VGA mode only - VESA untested}} | <!--Audio-->{{no|HD Audio (Analog Devices ID 194a)}} | <!--USB--> | <!--Ethernet-->{{no|Broadcom}} | <!--Test Distro-->Aspire Xenon | <!--Comments-->poor support |- | <!--Name-->[https://www.poppedinmyhead.com/2021/01/wyse-cx0-thin-client-notes-experiences.html Dell Wyse Cx0] C00LE, C10LE, C30LE, C50LE, C90LE, C90LE7, C90LEW VIA C7 Eden 1GHz | <!--IDE-->{{Maybe| }} | <!--SATA-->{{N/A| }} | <!--Gfx-->{{Maybe|Vesa 2d VX855 VX875 Chrome 9}} | <!--Audio-->{{Maybe|VIA VT8237A VT8251 HDA with ?? codec}} | <!--USB-->{{Maybe|4 outside 2 inside USB2}} | <!--Ethernet-->{{No|VT6120 VT6121 VT6122 Gigabit}} | <!--Test Distro-->Icaros 2.3 | <!--Comments-->2010 to 2013 32bit - [https://ae.amigalife.org/index.php?topic=815.0 boots and works] - 12V 2.5A Coax 5.5mm/2.1mm - 1 sodimm ddr2 - |- | <!--Name--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || IDE || SATA || Gfx || Audio || USB || Ethernet || Test Distro || Comments |- | <!--Name-->Dell RxxL thin client *R00L Cloud PC of Wyse WSM *R10L Wyse Thin OS *R50L Suse Linux Enterprise *R90L Windows XP Embedded *R90LW Windows Embedded Standard 2009 *R90L7 Windows Embedded Standard 7 | <!--IDE-->128Mb IDE or 1GB | <!--SATA-->{{Maybe|Late 2012 2 data sockets added but only CN18 be used with two white sockets (CN13 & CN15) can used to power the SATA device "4-pin Micro JST 1.25mm - SATA Hyperdisk}} | <!--Gfx-->AMD 690E RS690M Radeon Xpress 1200 1250 1270 | <!--Audio--> | <!--USB-->4 usb2 | <!--Ethernet-->Realtek | <!--Test Distro--> | <!--Comments-->2009 64bit AMD Sempron™ 210U SMG210UOAX3DVE 1.5GHz SB600, 1GB 2GB or 4GB single slot 240-pin DDR2 DIMM, 19v barrel psu, DEL key bios - |- | <!--Name-->Dell Optiplex FX170 thin client aka 10Zig 56xx range, Clientron U800, Devon IT TC5, | <!--IDE-->{{Yes|44 pin header very little room}} | <!--SATA-->{{N/A|}} | <!--Gfx-->{{Yes|GMA 950}} | <!--Audio-->{{Yes|HD Audio with codec}} | <!--USB-->{{Yes| }} | <!--Ethernet-->{{No|Broadcom}} | <!--Test Distro-->Icaros 2.5 | <!--Comments-->2010 32bit - very small cases with very limited expansion - 1 sodimm 2GB max - 12v psu - Password Fireport |- | <!--Name-->Optiplex 390 sff small form factor - dt very slim - mt mini tower desktop | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx-->{{maybe|1 pci-e}} | <!--Audio-->{{maybe|HD Audio}} | <!--USB--> | <!--Ethernet-->{{maybe|realtek}} | <!--Test Distro-->aros one 1.6 usb | <!--Comments-->2011 64bit dual i3 2xxx - kettle iec plug psu cable - add nvidia gf218 gfx - error code 3 mobo or cpu - |- | <!--Name-->Optiplex 3010 sff small form factor | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx-->{{maybe|1 pci-e}} | <!--Audio-->{{maybe|HD Audio}} | <!--USB-->{{maybe| }} | <!--Ethernet-->{{yes|realtek pcie bt not Broadcom 57XX}} | <!--Test Distro--> | <!--Comments-->2012 64bit dual i3 3xxx - kettle iec plug psu cable - |- | <!--Name-->Optiplex 7010 sff small form factor | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx-->{{maybe|1 pci-e}} | <!--Audio-->{{maybe|HD Audio}} | <!--USB--> | <!--Ethernet-->{{no|Broadcom or Intel 825xx}} | <!--Test Distro--> | <!--Comments-->2012 64bit dual i3 3xxx Q77 - kettle iec plug psu cable - add pci-e ethernet and nvidia gf218 gfx - |- | <!--Name-->Dell Wyse 5010 thin client ThinOS (D10D D00D D00DX, Dx0D), PCoIP (D10DP) or D90D7, 5040 over the 5 years, many revisions *username: Administrator, admin, [blank] *password: Fireport, DellCCCvdi, rappot, Wyse#123, Administrator, administrator, r@p8p0r+ | <!--IDE-->{{N/A}} | <!--SATA-->{{Yes|IDE mode may need ext cable as small area for half-slim sata ssd}} | <!--Gfx-->{{Maybe|Vesa 2d 1400x1050 HD6250E IGP via DVI to hdmi cable - display port untested}} | <!--Audio-->{{Maybe|HD 6.34 audio chipset detected but codec alc269 working from one case speaker - none if v6.29 used}} | <!--USB-->{{Yes|USB 2.0}} | <!--Ethernet-->{{Yes|Realtek 8168 8169 - rev 1.?? 8111? - rev 1.91 8111E}} | <!--Test Distro-->Icaros 2.3 | <!--Comments-->2011 64bit AMD G-T48E 1.4Ghz Dual Bobcat Brazos BGA413 - boot with noacpi - BIOS via delete during boot - p key to select boot - single DDR3 sodimm slot max 4Gb (remove small board to upgrade) - passive no fan - 15cm/6" small 1ltr case and lack of expansion options - PA16 19v barrel psu Coax 5.5mm/2.5mm |- | <!--Name-->Dell Wyse 7010 thin client black case *2011 Zx0 Z90D7 2GF/2GR *2013 Z10D *2014 Z50D 2GF/2GR *2015 Zx0 Z90D7 8GF/4GR *2017 Zx0 Linux ThinOS 8GF/2GR *some Cisco VXC branded white cases 6000 6215 CVXC-6215-K9 | <!--IDE-->{{N/A}} | <!--SATA-->{{Yes|IDE mode for half slim sata2 ssd ata.device, uncased sandisk z300s z400s untried}} | <!--Gfx-->{{Maybe|VESA 2d through DVI and DP 1.1a hdmi adapters - no r600 3d support, untested dual monitor}} | <!--Audio-->{{Yes|HD Audio 6.34 detected but ALC269 codec works on one case speaker only - HD Audio 6.29 no output}} | <!--USB-->{{Yes|2.0 works but NEC 720200 3.0 not detected but seems to work like 2.0}} | <!--Ethernet-->{{Yes|Realtek 8169 8111e 8111F}} | <!--Test Distro-->Icaros 2.3 and Aros One 1.5 | <!--Comments-->2011 64bit AMD G-T56N 1.65 GHz Dual with A50M FCH - 20cm/8" high 1.5ltr larger fanless case - 2 DIMM slots max 16GB - miniPCIe CN14 no msata ssd support in bios - PA-16 19v external psu Coax 5.5mm/2.5mm - password Fireport - wifi card and 2 40cm SMA female bulkhead WiFi Antenna to IPEX IPX u.fl Ufl WLAN Cable pigtail maybe needed |- | <!--Name-->Wyse 7020 Thin Client * 2013 Quad-core AMD GX-420CA 2.0 GHz (25W) - * 2018 Zx0Q Quad-core AMD GX-415GA 1.5 GHz (15W) with Quad display 3dp and 1dvi | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx-->{{Maybe|Vesa 2d only for AMD Radeon HD8400E radeonsi (dual display) or AMD Radeon HD 8330E IGP with AMD Radeon E6240 Seymour E6460 (quad display)}} | <!--Audio--> | <!--USB-->4 x USB2.0 works but 2 USB3 issues | <!--Ethernet-->Realtek 8169 8111 | <!--Test Distro--> | <!--Comments-->2013 64bit quad eKabini Jaguar cores - two SODIMM sockets layered in centre of mobo DDR3L RAM - Coax 5.5mm/2.5mm 9mm plug is too short but 14mm length is fine - * 16/32GB Flash / 4GB RAM DDR3 (Windows 10, WE8S and WES7P) * Zx0 8GB Flash / 2GB RAM DDR3 (Linux) |- | <!--Name-->Dell Wyse Dx0Q (5020) D90Q8 NJXG4 AMD G-Series | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx-->HD 8330E GCN 2.0 | <!--Audio--> with Realtek codec | <!--USB-->4 x USB2.0 works but 2 USB3 issues | <!--Ethernet-->Realtek 8169 8111 | <!--Test Distro--> | <!--Comments-->2014 64bit Quad-core AMD GX-415GA 1.5 GHz - 2 layered near edge of mobo 204-pin DDR3L SODIMM (bottom one tricky to insert) - 19v Coax 5.5mm/2.5mm - passive no fan - 15cm/6" high smaller 1ltr case and lack of expansion options |- | <!--Name-->Dell Wyse 5060 N07D thin client | <!--IDE-->{{N/A}} | <!--SATA-->{{Yes|IDE bios mode}} | <!--Gfx-->{{maybe|Vesa 2d - AMD R5E thru dp1 with an hdmi adapter no output thru dp2 - no hdmi/dvi ports}} | <!--Audio-->{{yes|HD Audio with Realtek ALC231 codec head phones only}} | <!--USB-->{{Maybe|4 x USB2.0 works but 2 USB3 issues}} | <!--Ethernet-->{{yes|realtek 8169 8111h}} | <!--Test Distro-->AROS One 1.6 usb | <!--Comments-->2017 64bit quad GX-424CC 19.5v external psu - CN-0Y62H1 mobo with 2 layered ddr3l 16Gb max sodimm slots at edge of mobo, bottom 0 one blocking - passive no fan - 15cm/6" high smaller 1ltr case and lack of expansion options - |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- |} ====Fujitsu Siemens==== {| class="wikitable sortable" width="100%" ! width="15%" |Name ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Integrated Gfx ! width="10%" |Audio ! width="10%" |USB ! width="10%" |Ethernet ! width="15%" |Test Distro ! width="20%" |Comments |- | Scenic [http://uk.ts.fujitsu.com/rl/servicesupport/techsupport/ProfessionalPC/Scenic/ScenicE/ScenicE.htm E600] (compact desktop) | | | {{partial|VESA only}} | {{yes|AC97}} | | {{no|Intel PRO/1000}} | {{dunno}} | Nice small, silent PC with good AROS support. |- | Scenic T i845 | {{dunno}} | {{n/a}} | {{n/a}} | {{dunno|Intel AC97}} | {{dunno|UHCI}} | {{dunno|Intel PRO/100}} | Icaros 1.5.2 | AROS does not boot |- | <!--Name-->FUJITSU Futro S700 S900 Thin Client | <!--IDE--> | <!--SATA--> | <!--Gfx-->Radeon HD 6320, HD 6250, HD 6290 (DP runs higher) | <!--Audio--> | <!--USB--> | <!--Ethernet-->{{Maybe|Realtek}} | <!--Test Distro--> | <!--Comments-->2011 64bit AMD 1.2Ghz - 20V 2A psu 5.5mm/2.1mm coax (S900) - mSATA 1GB-16GB - 2 SODIMM sockets for DDR3 - *G-T56N 1.65GHz *G-T40N 1.00GHz *G-T44R 1.20GHz |- | <!--Name-->Fujitsu Futro S720 ThinClient D3313-B13 D3313-F | <!--IDE--> | <!--SATA--> | <!--Gfx-->AMD Radeon HD 8280E later R5E | <!--Audio--> | <!--USB--> | <!--Ethernet-->{{Maybe|Realtek}} | <!--Test Distro--> | <!--Comments-->2014 64bit - 1 Sodimm slot - 19V-20V 2A 5.5mm/2.5mm coax - *2014 64bit AMD GX-217GA 1.65GHz VFY:S0720P8009FR VFY:S0720P8008DE VFY:S0720P4009GB *2015 64bit AMD GX-222GC 2.20GHz up to 2.4 GHz VFY:S0720P702BDE VFY:S0720P702BFR all begin VFY:S0720P and end with a two digit country code |- | <!--Name-->Fujitsu FUTRO S920 D3313-E D3313-G | <!--IDE--> | <!--SATA--> | <!--Gfx-->Radeon R5E | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments-->2016 64bit - 1 so dimm slot - 19v barrel psu 5.5mm 2.5mm - *2016 AMD GX-222GC SOC 2.20GHz Dual *2017 AMD G-Series GX-424CC 2.40 GHz Quad |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- |} ====HP Compaq==== {| class="wikitable sortable" width="100%" ! width="15%" |Name ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Integrated Gfx ! width="10%" |Audio ! width="10%" |USB ! width="10%" |Ethernet ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name-->Compaq presario 7360 | <!--IDE-->{{yes|Working}} | <!--SATA-->{{N/A}} | <!--Gfx-->{{Maybe|VESA}} | <!--Audio-->{{Maybe|AC97 via}} | <!--USB-->{{Maybe|issues}} | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name-->Compaq EP Series 6400/10 | <!--IDE--> {{yes|IDE}} | <!--SATA--> {{N/A}} | <!--Gfx--> {{N/A}} | <!--Audio--> {{no|ISA}} | <!--USB--> {{yes|USB 1.1}} | <!--Ethernet--> {{N/A}} | <!--Test Distro--> {{dunno}} | <!--Comments--> |- | <!--Name-->Compaq Evo D510 | {{yes|Working}} | {{N/A}} | {{partial|Intel Extreme (VESA only)}} | {{yes|AC97}} | {{yes|Working}} | {{yes|Intel PRO/100}} | Icaros 1.5 | <!--Comments--> |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name-->Compaq DX2000 MT | <!--IDE-->{{yes}} | <!--SATA-->{{maybe}} | <!--Gfx-->{{maybe|Intel Extreme 2 (VESA only)}} | <!--Audio-->{{no|detects AC97 but no support for ADI AD1888 codec}} | <!--USB-->{{yes|OHCI/EHCI }} | <!--Ethernet-->{{no|Intel 82526EZ e1000}} | <!--Test Distro--> Icaros 1.51 | <!--Comments-->boots ok but no audio |- | <!--Name-->Compaq DX 2200 | <!--IDE-->{{yes}} | <!--SATA-->{{maybe}} | <!--Gfx-->{{maybe|RC410 [Radeon Xpress 200] (VESA only)}} | <!--Audio-->{{dunno|HD Audio}} | <!--USB-->{{maybe|OHCI/EHCI issues }} | <!--Ethernet-->{{N/A}} | <!--Test Distro--> {{dunno}} | <!--Comments-->issues |- | <!--Name--> d230 | <!--IDE--> {{yes|UDMA}} | <!--SATA--> {{N/A}} | <!--Gfx--> {{partial|Intel Extreme (VESA only)}} | <!--Audio--> {{partial|Intel AC97 (speaker and headphones only, no line-out)}} | <!--USB--> {{yes|USB}} | <!--Ethernet--> {{Maybe|Broadcom BCM4401}} | <!--Test Distro--> Icaros 1.4.5 | <!--Comments--> |- | <!--Name-->t500 | <!--IDE-->{{Yes}} | <!--SATA-->{{N/A}} | <!--Gfx-->{{Yes|FX5200 (2D; 3D with older driver)}} | <!--Audio-->{{Yes|AC97 ICH4 ALC658D}} | <!--USB-->{{Yes|UHCI/EHCI}} | <!--Ethernet-->{{Yes|RTL 8101L 8139}} | <!--Test Distro-->Nightly Build 2012-09-22 | <!--Comments--> |- | <!--Name-->DC7700 | <!--IDE-->{{Yes}} | <!--SATA-->{{Yes}} | <!--Gfx-->{{Yes|GMA 2D}} | <!--Audio-->{{Yes| ICH8}} | <!--USB-->{{Yes}} | <!--Ethernet-->{{No|82566DM e1000e}} | <!--Test Distro-->Nightly Build 2013-??-?? | <!--Comments-->Some support at low cost |- | <!--Name-->HP dc 7600 CMT | <!--IDE--> | <!--SATA--> | <!--Gfx-->{{Yes|Intel Graphics Media Accelerator 950}} | <!--Audio-->{{Yes|Realtek ACL 260}} | <!--USB-->{{Yes|USB 2.0}} | <!--Ethernet-->{{No|Intel PRO/1000 GT}} | <!--Test Distro--> | <!--Comments--> |- | <!--Name--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || IDE || SATA || Gfx || Audio || USB || Ethernet || Test Distro || Comments |- | <!--Name-->HP t5000 thin client series t5500 t5510 t5515 PC538A or PC542A t5700 t5710 Transmeta Crusoe Code Morphing TM 5400 5600 800Mhz | <!--IDE-->128mb to 512MB | <!--SATA-->{{N/A}} | <!--Gfx-->Ati Radeon 7000M | <!--Audio-->VIA with codec | <!--USB-->{{No|Issues}} | <!--Ethernet-->VIA Rhine 2 | <!--Test Distro--> | <!--Comments-->2006 32bit - ddr max 1GB - F10 setup - all t51xx and some t55xx units will not include a SODIMM slot - |- | <!--Name-->HP t5000 thin client series CN700 *HSTNC-002L-TC t5135, t5530 | <!--IDE--> | <!--SATA--> | <!--Gfx-->Vesa 2d 128Mb Via S3 1600 x 1200 32-bit colour | <!--Audio-->AC97 | <!--USB--> | <!--Ethernet-->VIA VT6102 VT6103 [Rhine-II] (rev 78) | <!--Test Distro--> | <!--Comments-->2007 32bit t5135 appears identical to the t5530 except the CPU VIA Esther 400 MHz - RAM 64Mb (? max) - 8 x USB2.0 - 12V 3.33A Coax 5.5mm/2.1mm |- | <!--Name-->HP t5720, t5725 HSTNC-001L-TC | <!--IDE--> | <!--SATA--> | <!--Gfx-->VESA 2d SiS741GX 2048 x 1536 32-bit colour | <!--Audio-->SiS SiS7012 AC'97 | <!--USB-->6 x USB2.0 | <!--Ethernet-->VIA VT6102 VT6103 [Rhine-II] (rev 8d) | <!--Test Distro--> | <!--Comments-->2007 32bit AMD Geode NX1500 1GHz socketed - RAM 512MB or 1GB, 256MB, 512MB or 1GB - 12V psu |- | <!--Name-->t5000 series VX800 HSTNC-004-TC t5145, t5540, t5545, t5630 | <!--IDE--> | <!--SATA--> | <!--Gfx-->Vesa 2d VIA Chrome9 | <!--Audio-->HD Audio VIA | <!--USB--> | <!--Ethernet-->{{No|VT6120 VT6121 VT6122 Gigabit (rev 82)}} | <!--Test Distro--> | <!--Comments-->2010 32bit - RAM 64Mb (? max) - 8 x USB2.0 - 12V 4.16A Coax: 5.5mm/2.1mm - |- | <!--Name-->t5730w Geode NX HSTNC-003-TC t5730 | <!--IDE-->{{n/a|ATA Flash}} | <!--SATA--> | <!--Gfx-->Vesa 2d ATI Radeon X1250 2048 x 1536 32-bit colour | <!--Audio--> | <!--USB-->{{Yes|8 x USB2.0}} | <!--Ethernet-->{{No|Broadcom 5707M tg3 10/100/1000}} | <!--Test Distro--> | <!--Comments-->2008 64bit AMD Sempron 2100+ 1GHz - RAM 1GB (Max 4GB) - 12V 4.16A Coax 5.5mm/2.1mm - |- | <!--Name-->HSTNC-005-TC gt7720, gt7725 | <!--IDE--> | <!--SATA--> | <!--Gfx-->Vesa 2d AMD RS780G HD 3200 - 2560 x 1600 DVI-D & DVI-H | <!--Audio--> | <!--USB-->8 x USB2.0 | <!--Ethernet-->{{No|Broadcom BCM5787M}} | <!--Test Distro--> | <!--Comments-->2009 64bit AMD Turion Dual Core CPU 2.3GHz - 1 DDR2 200-pin SODIMM - 19V 4.16A Coax 7.4mm/5.0mm (gt7725) - |- | <!--Name-->HP t5740 Thin Client HSTNC-006-TC t5740, t5745, st5742 | <!--IDE--> | <!--SATA--> | <!--Gfx-->{{Maybe|CL40 gfx }} | <!--Audio-->{{Yes|HD audio with IDT codec}} | <!--USB-->{{Maybe| }} | <!--Ethernet-->{{No|Broadcom BCM57780 Gigabit}} | <!--Test Distro-->Nightly build and Icaros | <!--Comments-->2009 32bit Atom N280 - F10 on power up to get into the BIOS screens. F12 brings up the boot options - |- | <!--Name-->t5000 series HSTNC-012-TC VIA Nano u3500 VX900 *t5550 512MB/1GB Windows CE6 R3 *t5565 1GB/1GB HP ThinPro *t5570 2GB/1GB WES 2009 | <!--IDE--> | <!--SATA--> | <!--Gfx-->Vesa 2d VIA ChromotionHD 2.0 GPU Chrome9 | <!--Audio-->VIA 9170 VT1708S codec | <!--USB--> | <!--Ethernet-->{{No|Broadcom BCM57780 Gigabit}} | <!--Test Distro--> | <!--Comments-->32bit - 1 sodimm - 19V 3.42A supply connector standard yellow-tip coax plug 4.8mm/1.8mm "Standard HP Compaq DC Power Plug 4.8mm x 1.5mm / 1.7mm Yellow Tip Connector - |- | <!--Name-->HP t510 Via Eden X2 U4200 HSTNC-012-TC shares features with t5570e, t5565z | <!--IDE-->2G ATA Flash DOM | <!--SATA-->one | <!--Gfx-->{{Maybe|Vesa 2d for Chrome9 VIA ChromotionHD 2.0 gfx}} | <!--Audio-->{{Maybe|VIA VT8237A VT8251 HDA with codec}} | <!--USB-->{{Maybe|6 USB2 }} | <!--Ethernet-->{{No|Broadcom Corporation NetLink BCM57780 Gigabit Ethernet PCIe}} | <!--Test Distro--> | <!--Comments-->2010 32bit - one slot ddr3 sodimm max 4GB - 19V 3.42A Coax 4.8mm/1.8mm - |- | <!--Name--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || IDE || SATA || Gfx || Audio || USB || Ethernet || Test Distro || Comments |- | <!--Name-->HP T610 Thin Client | <!--IDE-->{{Maybe|}} | <!--SATA-->2 sata | <!--Gfx-->Radeon 6320 1 dp port 1 dvi | <!--Audio--> | <!--USB-->two USB2 on the front, two USB2 and two USB 3 ports on the rear | <!--Ethernet-->{{No|Broadcom BCM57780}} | <!--Test Distro--> | <!--Comments-->64 bit AMD G-T56N A55E - 2 204-pin DDR3 1600MHz SODIMMs PC3-12800 under motherboard via removable panel - 19.5V 3A Coax male 7.4mm/5.0mm + centre pin - |- | <!--Name-->HP T420 Thin Client | <!--IDE-->{{N/A}} | <!--SATA-->{{N/A}} | <!--Gfx-->Radeon 8180 dvi vga | <!--Audio--> | <!--USB-->2 front 2 rear USB2 | <!--Ethernet-->{{Maybe|Realtek}} | <!--Test Distro--> | <!--Comments-->2015 64 bit AMD Embedded G-Series GX-209JA SOC (1 GHz, 2 cores) 1GHz - soldered in place 2GB DDR3 - smaller than usual 19.5V 2.31A Coax male 4.5mm/3.0mm + centre pin - usb stick internal for storage - E15 BBR - |- | <!--Name-->HP t520 TPC-W016 | <!--IDE-->{{N/A}} | <!--SATA-->1 m.2 mounting holes for 2242 and 2260 SSDs SATA non-NVME | <!--Gfx-->Radeon R2E | <!--Audio--> | <!--USB-->2 USB3 front, 4 USB2 back | <!--Ethernet-->{{Maybe|Realtek}} | <!--Test Distro--> | <!--Comments-->2014 2017 64 bit AMD GX-212JC 1.2Ghz (2 core) - 1 204-pin DDR3 SODIMM - 19.5V 3.33A 7.4mm Coax with central pin |- | <!--Name-->HP t620 TPC 1004 TC and t620 PRO (wider version) TPC-I020-TC | <!--IDE-->{{N/A}} | <!--SATA-->mSATA socket removed end of 2014; single M.2 socket non-NVME sata most models | <!--Gfx-->Radeon HD 8280E graphics 8330E up to two 30in displays 2 dp ports no dvi | <!--Audio--> | <!--USB-->4 front, 2 back, 2 inside | <!--Ethernet-->{{Maybe|Realtek}} | <!--Test Distro--> | <!--Comments-->2014 64bit AMD G-Series GX-217GA 2 core APU 1.65GHz, AMD GX-415GA - 2 DDR3L SODIMMs side by side - mSATA ssd and M.2 SSD are M1.6 screws, M2.0 screws used on most SSDs - 19.5V 3.33A Coax male 7.4mm with centre pin - |- | <!--Name-->HP T530 | <!--IDE-->{{N/A}} | <!--SATA-->1 m.2 sata ssd up to 2280 | <!--Gfx-->Radeon R2E | <!--Audio--> | <!--USB-->1 USB3.1, 1 usb-c front, 4 USB2 back | <!--Ethernet-->{{Maybe|Realtek}} | <!--Test Distro--> | <!--Comments-->2017 64 bit AMD GX-215JJ (2 core) 1.5GHz - 1 204-pin DDR4 SODIMM - smaller 19.5V 2.31A Coax male 4.5mm/3.0mm + centre pin - |- | <!--Name-->HP t630 Thin Client TPC-I020-TC | <!--IDE-->{{N/A}} | <!--SATA-->two SATA M.2 SSDs, 1st up to 2280, 2nd socket up to 2242 | <!--Gfx-->Radeon AMD Wani R7E up to four displays 2 dp ports - no dvi / hdmi | <!--Audio--> | <!--USB-->4 front, 2 back, 1 inside | <!--Ethernet-->{{Maybe|Realtek 8169 8111H}} | <!--Test Distro--> | <!--Comments-->2017 64bit AMD GX-420GI quad core 2Ghz - 2 DDR4 SODIMMs side by side - 19.5V 3.33A Coax male 7.4mm with centre pin - |- | <!--Name-->HP T730 Thin Client | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx-->Radeon R7 | <!--Audio--> | <!--USB--> | <!--Ethernet-->Realtek rtl8169 RTL8111 8168 8411 and/or Broadcom | <!--Test Distro--> | <!--Comments-->2017 64bit RX-427BB With |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name-->HP Compaq Elite 7200 7300 8200 8300 SFF with kettle IEC psu cable | <!--IDE--> | <!--SATA-->{{yes|IDE ata legacy only in BIOS}} | <!--Gfx-->i pci-e | <!--Audio-->{{Maybe|8200 works}} | <!--USB-->{{yes| }} | <!--Ethernet-->{{no|Intel or Broadcom}} | <!--Test Distro-->icaros 2.3 | <!--Comments-->2013 64bit dual core - add pci-e rtl8169 ethernet card and pci-e gf210 nvidia low height - |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name-->ProDesk | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name-->HP EliteDesk 705 G4 Mini 1ltr AMD Ryzen 2200G | <!--IDE-->{{N/A|}} | <!--SATA-->{{Maybe|Nvme}} | <!--Gfx-->Vega 8 | <!--Audio-->HD Audio | <!--USB-->USB2 usb3 | <!--Ethernet-->Realtek 8169 | <!--Test Distro--> | <!--Comments-->2020 64bit Am4 socket - 2 sodimm 16GB max - 19.5v hp socket ext psu - |- | <!--Name-->HP EliteDesk 805 G6 Mini 4750GE | <!--IDE-->{{N/A}} | <!--SATA-->2.5in carrier and 2 slots m.2 nvme | <!--Gfx-->Vega 8 with DP and HDMI flex io2 output options | <!--Audio--> | <!--USB-->4 usb a - gen 2 10gig and gen 1 5gig ports | <!--Ethernet-->{{N/A}} | <!--Test Distro--> | <!--Comments-->2021 64bit AMD Ryzen 4000 SBC unlocked - 2 sodimm ddr4 slots - wifi6 - |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- |} ====Lenovo==== {| class="wikitable sortable" width="100%" ! width="15%" |Name ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Integrated Gfx ! width="10%" |Audio ! width="10%" |USB ! width="10%" |Ethernet ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name-->ThinkCenter M75n nano Ryzen3 3300U | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name-->ThinkCentre M75q M75q-1 Tiny 1ltr TMM AMD Ryzen 5 PRO Quad 3500 Pro 3400GE - 2 core version avoid | <!--IDE-->{{N/A|}} | <!--SATA-->{{Maybe|NVMe}} | <!--Gfx-->Vega | <!--Audio-->HD Audio codec | <!--USB-->3 USB3 Gen 1 | <!--Ethernet-->Realtek 8169 8111 | <!--Test Distro--> | <!--Comments-->2019 64bit - 20v rectangle psu - 2 sodimm max 32GB - |- | <!--Name-->ThinkCentre Ryzen 7 PRO Tiny 1ltr Gen 2 AMD 4000 series 4750GE | <!--IDE-->{{N/A|}} | <!--SATA-->{{Maybe|NVme}} | <!--Gfx-->Vega 8 | <!--Audio-->HD Audio codec | <!--USB--> | <!--Ethernet-->Realtek 8169 8111 | <!--Test Distro--> | <!--Comments-->2021 64bit vendor locked - 20v psu - 2 sodimm - |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- |} ====Misc==== {| class="wikitable sortable" width="100%" ! width="15%" |Name ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Integrated Gfx ! width="10%" |Audio ! width="10%" |USB ! width="10%" |Ethernet ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name-->Samsung Syncmaster Thin Client Display TC-W Series 24" LF24 TOWHBFM/EN TC220W LED LF22TOW HBDN/EN || <!--IDE-->{{N/A}} || <!--SATA-->8gb SSD || <!--Gfx-->{{Maybe| VESA mode only Radeon HD 6290}} || <!--Audio--> || <!--USB-->2 USB 2.0 || <!--Ethernet--> || <!--Test Distro--> || <!--Comments-->Thin Client C-50 AMD® 1000 MHz and no wireless |- | <!--Name-->Advantech TPC-2140 G-T56E | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx-->{{Maybe| }} | <!--Audio--> | <!--USB--> | <!--Ethernet-->{{Maybe|Realtek}} | <!--Test Distro--> | <!--Comments--> |- | <!--Name-->10Zig 6872 G-T56N | <!--IDE--> | <!--SATA--> | <!--Gfx-->{{Maybe| }} | <!--Audio--> | <!--USB--> | <!--Ethernet-->{{Maybe|Realtek}} | <!--Test Distro--> | <!--Comments--> |- | <!--Name-->10ZiG 7800q | <!--IDE--> | <!--SATA--> | <!--Gfx-->AMD Radeon 5E 3840 x 2160 @ 30Hz to 2560 x 1600 @ 60Hz 2 x Display Port | <!--Audio--> | <!--USB-->6 x USB2.0 2 x USB3.0 | <!--Ethernet-->{{Maybe|Realtek}} | <!--Test Distro--> | <!--Comments-->2015 64bit AMD GX-424CC (Quad Core) 2.4GHz - 1 ddr3 sodimm - 12V 4A Coax 5.5mm/2.1mm |- | <!--Name-->IGEL Hedgehog M340C UD3 *2016 V1.0 AMD GX-412HC 1.2GHz-1.6GHz Radeon R3E graphics *2018 AMD GX-424CC 2.4GHz, Radeon R5E graphics | <!--IDE-->{{N/A|}} | <!--SATA-->SATA half slim | <!--Gfx-->{{Maybe|VESA for Radeon R3E later R5E}} | <!--Audio-->{{Yes|HD Audio with codec ?? (412) pc speaker only - Realtek ALC662-VD0-GR (424) untested}} | <!--USB-->usb3 usb2 | <!--Ethernet-->{{Yes|Realtek 8169 8111 (412) but (424) untested}} | <!--Test Distro-->Aros One x86 1.5 | <!--Comments-->2016 64bit - 20cm/8" high case - 1 DDR3L sodimm slot - external 12V supply with 5.5mm/2.1mm coaxial connector - IDE looking external Interface under base stand for legacy addon ports RS232 - touch power on - Hit the DELete repeatedly before the beep to get to the BIOS - F12 boot |- | <!--Name-->Itona VXL MZE12 AMD a4-5000 | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx-->Ati 8330 vga hdmi dp | <!--Audio--> | <!--USB--> | <!--Ethernet-->Realtek | <!--Test Distro--> | <!--Comments-->2014 64bit quad - 2 stacked sodimm ddr3 middle of mobo - 2 m.2 sata slots - 1 sata short cable half size space - limited 1ltr 8in case no fan - |- | <!--Name-->LG 24CK560N-3A 24' All-in-One Thin Client Monitor, 27CN650N-6N 27CN650W-AC 27', 34CN650W-AC 34', | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments-->2018 64bit AMD Prairie Falcon GX-212JJ |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name-->T-Bao MN25 Mini PC 2500U | <!--IDE-->{{N/A| }} | <!--SATA-->{{Unk|Intel NVMe}} | <!--Gfx-->{{No|VESA Radeon Vega 8}} | <!--Audio-->{{Unk| }} | <!--USB-->{{No|USB 3}} | <!--Ethernet-->{{Unk|Realtek PCIe}} | <!--Test Distro--> | <!--Comments--> |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name-->Minis Forum DeskMini UM350 DMAF5 3550H | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx-->Vega 8 | <!--Audio--> | <!--USB-->USB 3.1 gen 1 and 2 | <!--Ethernet-->{{No|Realtek PCIe 2.5G}} | <!--Test Distro--> | <!--Comments-->2021 64bit |- | <!--Name-->Morefine S500+ 5900HX Mini PC | <!--IDE-->{{N/A}} | <!--SATA-->2 nvme untested 1 sata | <!--Gfx-->Vega 8 thru HDMI 2.0, DP 1.4, and USB type-C | <!--Audio--> | <!--USB-->{{no|usb3.1}} | <!--Ethernet-->1 realtek rtl 8111h and 1 8125 2.5GbE bg-cg | <!--Test Distro--> | <!--Comments-->2022 64bit - 2 sodimm ddr4 |- | <!--Name-->Minis Forum Bessstar Tech EliteMini B550 | <!--IDE-->{{N/A}} | <!--SATA-->1 x 2.5in and 2 nvme | <!--Gfx-->Vega 8 | <!--Audio--> | <!--USB-->{{no|4 usb3.1}} | <!--Ethernet-->{{No|realtek 8125 2.5GbE}} | <!--Test Distro--> | <!--Comments-->2022 64bit AMD 4700G 5700G desktop cpu - 19v 12w round barrel - |- | <!--Name-->Chuwi RzBox | <!--IDE-->{{N/A}} | <!--SATA-->2 nvme | <!--Gfx-->Vega 8 vga, dp, hdmi | <!--Audio--> | <!--USB-->usb-c usb2 | <!--Ethernet-->dual gigabit | <!--Test Distro--> | <!--Comments-->2022 64bit amd 5800h 4800h - 90w psu - |- | <!--Name-->Valve Steam Deck | <!--IDE-->{{N/A}} | <!--SATA-->NVMe | <!--Gfx-->AMD radeon custom GPU 0405 (8 RDNA2 CUs) | <!--Audio--> | <!--USB-->{{No }} | <!--Ethernet-->{{N/A}} | <!--Test Distro--> | <!--Comments-->2021 64bit amd Zen2 |- | <!--Name-->Ayn Loki Pro Max Mini | <!--IDE-->{{N/A}} | <!--SATA-->NVMe | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet-->{{N/A}} | <!--Test Distro--> | <!--Comments-->2022 2023 64bit AMD Ryzen 5 6600u 7 6800u (Zen 3+ RNDA) Mendocino (zen 2 4C/8T RDNA2 2CUs) LPDDR5 memory, |- | <!--Name-->Aya Neo Air Plus | <!--IDE-->{{N/A}} | <!--SATA-->NVMe | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet-->{{N/A}} | <!--Test Distro--> | <!--Comments-->2022 2023 64bit 6600u 6800u medocini |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- |} ===Server Systems=== [[#top|...to the top]] ====IBM==== {| class="wikitable sortable" width="100%" ! width="15%" |Name ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Integrated Gfx ! width="10%" |Audio ! width="10%" |USB ! width="10%" |Ethernet ! width="15%" |Test Distro ! width="20%" |Comments |- | <!--Name-->xSeries 206m | <!--IDE-->{{yes}} | <!--SATA-->{{yes}} | <!--Gfx-->{{Maybe|ATI RN50b (VESA only)}} | <!--Audio-->{{n/a}} | <!--USB-->{{yes|USB 2.0 (UHCI/EHCI)}} | <!--Ethernet-->{{no|Broadcom}} | <!--Test Distro-->Nightly Build 2014-09-27 | <!--Comments--> |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- |} ===Motherboard=== [[#top|...to the top]] * Late 2002, USB2.0 added and slightly better AROS sound support (AC97) appeared * 2002-2005 and still, to a limited extent, ongoing [http://en.wikipedia.org/wiki/Capacitor_plague bad capacitors] * Late 2003, ATX PSUs moved from 5V to 12v rails (extra 4pin on motherboard for CPU) * Late 2005, PCI Express replaced AGP and HDAudio replaced AC97 * Late 2007, ATX PSUs added extra 12V PCI-E connectors and 4+4pin for CPUs * Late 2010, USB3.0 appears on motherboards or needing a PCI-E motherboard slot * Late 2014 Hardware USB2 removed from USB3 chipsets ====AMD==== [[#top|...to the top]] =====Socket A 462 (2001/4)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->[http://www.sharkyextreme.com/hardware/motherboards/article.php/2217921/ABIT-NF7-S-nForce2-Motherboard-Review.htm Abit NF7-S] | <!--Chipset-->nForce 2 | <!--ACPI--> | <!--IDE-->2 ports | <!--SATA-->SIL 3112A | <!--Gfx--> | <!--Audio-->{{yes|ALC650 AC97 (Nvidia APU)}} | <!--USB-->{{yes}} | <!--Ethernet-->Realtek RTL 8201LB | <!--Opinion-->Firewire Realtek RTL8801B |- | <!--Name-->ASRock K7NF2 | <!--Chipset-->nforce2 ultra 400 | <!--ACPI--> | <!--IDE-->{{yes}} | <!--SATA-->{{N/A}} | <!--Gfx-->{{yes|AGP 8x}} | <!--Audio-->CMedia CMI 9761A AC'97 | <!--USB-->{{yes}} | <!--Ethernet-->Realtek 8201 | <!--Opinion--> |- | <!--Name-->ASRock K7S8X | <!--Chipset-->SIS 746FX | <!--ACPI--> | <!--IDE-->{{yes}} | <!--SATA--> | <!--Gfx-->{{yes|AGP 8x}} | <!--Audio-->{{yes|AC'97 cmedia}} | <!--USB-->{{maybe|USB2.0 works but does not boot}} | <!--Ethernet-->{{yes|SiS900}} | <!--Opinion--> |- | <!--Name-->ASRock K7S41GX | <!--Chipset-->SIS 741GX + DDR 333 | <!--ACPI--> | <!--IDE-->{{yes}} | <!--SATA--> | <!--Gfx-->{{maybe|onboard sis does not work with vga or vesa but AGP 8x works}} | <!--Audio-->{{yes|AC97 SIS 7012}} | <!--USB-->{{maybe|USB2.0 works but does not boot}} | <!--Ethernet-->{{yes|SiS 900}} | <!--Opinion-->works ok |- | <!--Name-->[http://www.asus.com ASUS A7N8X] | <!--Chipset-->nForce2 | <!--ACPI--> | <!--IDE-->{{yes}} | <!--SATA-->Silicon Image Sil 3112A | <!--Gfx-->1 AGP slot | <!--Audio-->{{yes|ac97 ALC650}} | <!--USB-->{{yes|ehci USB2.0}} | <!--Ethernet-->{{yes|rtl8201BL - nforce}} | <!--Opinion-->first total support for AROS in 2004/5 - damocles and M Schulz |- | <!--Name-->Biostar M7NCD | <!--Chipset-->nForce2 Ultra 400 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->{{yes|ALC650 AC97}} | <!--USB--> | <!--Ethernet-->{{yes|RTL8201BL}} | <!--Opinion--> |- | <!--Name-->Chaintech 7NJS Ultra Zenith | <!--Chipset-->nForce2 Ultra 400 | <!--ACPI--> | <!--IDE--> | <!--SATA-->Promise PDC 20376 | <!--Gfx--> | <!--Audio-->{{yes|CMI8738}} | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->DFI Lanparty NF2 Ultra | <!--Chipset-->nForce2 Ultra 400 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->{{no|via ac97 VT1616}} | <!--USB--> | <!--Ethernet-->RTL8139C | <!--Opinion--> |- | <!--Name-->ECS N2U400-A | <!--Chipset-->nForce2 Ultra 400 | <!--ACPI--> | <!--IDE-->{{yes}} | <!--SATA--> | <!--Gfx--> | <!--Audio-->{{no|Cmedia 9379A AC97}} | <!--USB-->{{yes|usb2.0}} | <!--Ethernet-->{{no|VIA VT6103L}} | <!--Opinion--> |- | <!--Name-->Gigabyte GA7N400L | <!--Chipset-->nForce2 Ultra 400 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->1 AGP 8x slot | <!--Audio-->{{yes|AC97 ALC650}} | <!--USB-->2 USB2.0 | <!--Ethernet-->RTL8100C | <!--Opinion--> |- | <!--Name-->[http://www.gigabyte.lv/products/page/mb/ga-8siml Gigabyte 8SIML] | <!--Chipset-->SIS 650 | <!--ACPI--> | <!--IDE-->{{yes}} | <!--SATA--> | <!--Gfx-->{{maybe|VESA}} | <!--Audio-->{{yes|AC'97}} | <!--USB-->{{maybe|working}} | <!--Ethernet-->{{no|Realtek RTL8100L LAN}} | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Matsonic [http://www.elhvb.com/mobokive/archive/matsonic/manual/index.html Manuals] MS83708E | <!--Chipset-->SIS730 | <!--ACPI--> | <!--IDE-->{{yes|SiS 5513}} | <!--SATA-->{{N/A}} | <!--Gfx-->{{maybe|sis 305 no support use VESA}} | <!--Audio-->{{no|sis7018}} | <!--USB-->{{no|SiS 7001 USB 1.1 only}} | <!--Ethernet-->{{yes|SIS900}} | <!--Opinion-->little support |- | <!--Name-->[http://h10025.www1.hp.com/ewfrf/wc/document?docname=bph07585&lc=en&dlc=en&cc=us&dest_page=softwareCategory&os=228&tool=softwareCategory&query=Pavilion%20742n&product=89232 MSI MS-6367 HP 722n 742n (Mambo) (2001/2)] | <!--Chipset-->Nvidia nforce 220D (2001/2) | <!--ACPI--> | <!--IDE-->{{Yes}} | <!--SATA-->{{N/A}} | <!--Gfx-->GeForce2 AGP works 2D nouveau only | <!--Audio-->{{Maybe|AC97 ADI 1885 no volume control on Units 0-3}} | <!--USB-->{{Yes|4 USB1.1 ports AMD based - front 2 ports iffy}} | <!--Ethernet-->{{No|nForce}} | <!--Opinion-->Tested 20th Aug 2012 NB |- | <!--Name-->MSI K7N2 [http://us.msi.com/index.php?func=proddesc&maincat_no=1&prod_no=546/ Delta ILSR] Delta-L | <!--Chipset-->nForce2 (2002/3) | <!--ACPI--> | <!--IDE-->{{yes|Primary & Secondary ports}} IDE Tertiary port (RAID) | <!--SATA-->2 ports (RAID) | <!--Gfx-->{{yes|when fitted with an agp video card}} | <!--Audio-->{{yes|ac97 ALC650}} | <!--USB-->{{yes}} | <!--Ethernet-->{{yes|rtl8201BL - nforce}} | <!--Opinion-->runs AROS well. Tested with Icaros 1.2.3 |- | <!--Name-->MSI K7N2 Delta2-LSR Platinum | <!--Chipset-->nForce2 (2002/3) | <!--ACPI--> | <!--IDE-->{{yes|Primary & Secondary ports}} IDE Tertiary port (RAID) | <!--SATA-->2 ports (RAID) | <!--Gfx-->{{yes|when fitted with an agp video card}} | <!--Audio-->{{No|ac97 ALC655}} | <!--USB-->{{yes}} | <!--Ethernet-->{{yes|rtl8201BL - nforce}} | <!--Opinion-->runs AROS well. Tested with Icaros 1.2.3 |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->[http://www.sharkyextreme.com/hardware/motherboards/article.php/2204281/Soltek-SL-75MRN-L-nForce2-Motherboard-Review.htm Soltek 75FRN-L] | <!--Chipset-->nForce2 | <!--ACPI--> | <!--IDE-->{{yes|2 ports}} | <!--SATA-->{{N/A}} | <!--Gfx-->AGP slot | <!--Audio-->{{yes|ALC650}} | <!--USB-->{{yes|2 usb2.0}} | <!--Ethernet-->{{yes|Realtek RTL8201BL}} | <!--Opinion-->good support |- | <!--Name-->[http://www.3dvelocity.com/reviews/mach4nf2ultra/mach4.htm XFX Pine Mach4 nForce2 Ultra 400] | <!--Chipset-->nForce2 | <!--ACPI--> | <!--IDE-->{{yes|3 ports}} | <!--SATA-->{{maybe|2 ports VIA VT6240}} | <!--Gfx-->1 AGP 8x slot | <!--Audio-->{{yes|ALC650}} | <!--USB-->{{yes|2 USB2.0}} | <!--Ethernet-->{{yes|RTL8201BL}} | <!--Opinion-->some support |- | <!--Name-->ASUS A7V266 | <!--Chipset-->via KT266A + 8233 | <!--ACPI--> | <!--IDE-->{{no|issues}} | <!--SATA--> | <!--Gfx-->1 AGP slot | <!--Audio-->AD1980 AC97 | <!--USB--> | <!--Ethernet-->VIA VT6103 | <!--Opinion-->[http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=4436&forum=24&post_id=38874#forumpost38874 issues with booting] |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket 754 (2004/5)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->Abit NF8-V2 | <!--Chipset-->nForce3 250GB (2004/5) | <!--ACPI--> | <!--IDE-->{{yes|2 ports}} | <!--SATA-->{{maybe|2 ports}} | <!--Gfx-->1 AGP slot x8 | <!--Audio-->ALC658 ac97 | <!--USB-->{{yes|2 USB2.0}} | <!--Ethernet-->{{no|RTL8201C}} | <!--Opinion-->a little support but no Firewire VIA VT6306 |- | <!--Name-->Biostar CK8 K8HNA Pro | <!--Chipset-->nforce3 150 | <!--ACPI--> | <!--IDE--> | <!--SATA-->VT6420 thru ide legacy only | <!--Gfx--> | <!--Audio-->{{no|AC97 ALC655}} | <!--USB--> | <!--Ethernet-->Realtek RTL8110S | <!--Opinion-->Firewire VT6307 no |- | <!--Name-->[http://www.extremeoverclocking.com/reviews/motherboards/Chaintech_ZNF3-150_3.html Chaintech ZNF3-150 Zenith] | <!--Chipset-->nforce3 150 | <!--ACPI--> | <!--IDE-->2 ports | <!--SATA-->{{maybe|Sli3114 SATA via IDE emul}} | <!--Gfx-->1 AGP slot | <!--Audio-->{{no|VIA Envy24PT (VT1720) + VT1616}} | <!--USB-->{{yes|2 USB2.0}} | <!--Ethernet-->{{no|Broadcom GbE 5788}} | <!--Opinion-->very little support needs PCI cards but no Firewire VIA VT6306 |- | <!--Name-->DFI Lanparty UT nF3 250GB | <!--Chipset-->nForce3 250gb | <!--ACPI--> | <!--IDE-->2 ports | <!--SATA-->{{maybe|2 ports nForce3 and 2 Marvell SATA PHY}} | <!--Gfx--> | <!--Audio-->{{yes|AC97 ALC850}} | <!--USB-->{{yes|2 USB2.0}} | <!--Ethernet-->CK8S - Winfast NF3 250K8AA works and Marvell 88E1111 does not work | <!--Opinion-->[[http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5804&forum=24&post_id=54295#forumpost54295 works well] but no Firewire VIA VT6307 |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Gigabyte GA-K8N | <!--Chipset-->NVIDIA nForce3 150 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->Realtek ALC658 AC97 | <!--USB--> | <!--Ethernet-->Realtek RTL8100C | <!--Opinion-->Firewire TI43AB23 no |- | <!--Name-->Gigabyte K8NNXP | <!--Chipset-->nForce3 150 | <!--ACPI--> | <!--IDE--> | <!--SATA-->Sata sil3512 | <!--Gfx--> | <!--Audio-->ALC658 AC97 | <!--USB--> | <!--Ethernet-->RTl8110S | <!--Opinion-->Firewire TI STB82AA2 no |- | <!--Name-->Gigabyte GA-K8NSNXP | <!--Chipset-->nForce3 250GB | <!--ACPI--> | <!--IDE--> | <!--SATA-->SiI 3512 CT128 Sata Sil3515 | <!--Gfx--> | <!--Audio-->ALC850 AC97 | <!--USB--> | <!--Ethernet-->{{No|Marvel 88E8001}} | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->MSI K8N Neo-FIS2R | <!--Chipset-->nVIDIA NF3-250Gb | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->Realtek 7.1 AC'97 ALC850 | <!--USB--> | <!--Ethernet-->{{No|Marvell 88E1111}} | <!--Opinion--> |- | <!--Name-->[http://techreport.com/articles.x/5748/1 Shuttle AN50R] | <!--Chipset-->nF3-150 | <!--ACPI--> | <!--IDE--> | <!--SATA-->Sil 3112 | <!--Gfx--> | <!--Audio-->ALC650 AC97 | <!--USB--> | <!--Ethernet-->Nvidia nF3 (10/100) Intel 82540EM Gigabit | <!--Opinion-->Firewire VT6307 no |- | <!--Name--> Foxconn WinFast K8S755A | <!--Chipset-->SiS755 + SiS964 (DDR333) | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> {{yes|AC97}} | <!--USB--> | <!--Ethernet--> {{yes|RTL8169}} | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket 939 (2005)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->Asus A8N-LA GeForce 6150 LE | <!--Chipset-->Geforce 6150 (MCP51) + nForce 430 (PC-3200) | <!--ACPI--> | <!--IDE-->{{yes|two ATA 133}} | <!--SATA-->{{maybe|four 3.0GB/s SATAII ports}} | <!--Gfx-->built in or PCI-E x16 | <!--Audio-->Realtek ALC883 HD Audio | <!--USB-->6 USB2.0 | <!--Ethernet-->Realtek RTL 8201CL | <!--Opinion--> |- | <!--Name-->Asus A8N-SLI Premium | <!--Chipset-->NVidia | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->{{Yes|PCIe slot}} | <!--Audio-->{{Yes|AC97}} | <!--USB-->{{Maybe}} | <!--Ethernet-->{{Yes|nForce LAN but not Marvell}} | <!--Opinion-->[http://aros-exec.org/modules/newbb/viewtopic.php?post_id=69814#forumpost69814 Works well] |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Asus A8V E SE | <!--Chipset-->VIA K8T890 +VT8237R CHIPSET ATX AMD Motherboard with Athlon 64 X2 / Athlon 64 FX / Athlon 64 | <!--ACPI-->{{N/A}} | <!--IDE-->{{Yes}} | <!--SATA-->{{N/A}} | <!--Gfx-->{{N/A}} | <!--Audio-->{{Maybe}} AC97 driver using Realtek ALC850 codec | <!--USB-->{{Yes}} USB 2.0 only | <!--Ethernet-->{{No}} Marvell 88E8053 | <!--Opinion-->Good base but needs additional PCI cards added for better support |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->ASUS A8V Deluxe (2004) | <!--Chipset-->VIA K8T800 Pro (DDR400) | <!--ACPI--> | <!--IDE-->Promise 20378 2 ports | <!--SATA-->2 SATA2 | <!--Gfx--> | <!--Audio-->{{no|VIA VT8233A 8235 8237 AC97}} | <!--USB--> | <!--Ethernet-->{{no|Marvell 88E8001 Gigabit}} | <!--Opinion-->needs extra PCI cards |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |} =====Socket AM2 (2006/8)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->GA-M68M-S2 (1.0) S2P (2.3) S2L (1.x) | <!--Chipset-->nForce 630a chipset | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->NVIDIA® GeForce 7025 | <!--Audio-->ALC883 (S2), ALC888B (S2P), ALC662 (S2L), | <!--USB--> | <!--Ethernet-->RTL 8201CL (S2), 8211CL (S2P), 8211BL (S2L), | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket AM2+ (2007/9)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Asus M3A32-MVP Deluxe | <!--Chipset-->AMD 790FX RD790 + SB600 | <!--ACPI--> | <!--IDE--> | <!--SATA-->{{No|Marvell 88SE6121 SATA II}} | <!--Gfx-->pci-e 1.1 support | <!--Audio-->{{No|HD Audio ADI® AD1988}} | <!--USB--> | <!--Ethernet-->{{No|Marvell 88E8056}} | <!--Opinion--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->ASROCK N68-S N68C-S | <!--Chipset-->AMD based nForce 630a | <!--ACPI--> | <!--IDE-->{{yes}} | <!--SATA-->{{yes|slimline DVD drive works}} | <!--Gfx-->{{maybe|GF 7025 use vesa}} | <!--Audio-->{{yes|VIA 1708S VT1705 HD Audio}} | <!--USB-->{{yes|echi usb 2.0}} | <!--Ethernet-->{{no|RTL8201EL / 8201CL - nforce}} | <!--Opinion-->being [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=4938&forum=26&post_id=46635#forumpost46635 tested] unbuffered 1066Mhz ddr2 ram - N68C-S may need noacpi added to grub boot line to disable pci temporarily to run as it cannot get to [PCI] Everything OK - |- | <!--Name-->Asus M2N68-AM Plus | <!--Chipset-->Athlon 64, Sempron, Athlon 64 X2, Athlon 64 FX with NVIDIA® GeForce™ 7025 nForce™ 630a | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->{{yes|HD Audio with ALC662 codec}} | <!--USB--> | <!--Ethernet-->{{no|RTL8211CL Gigabit LAN}} | <!--Opinion-->adding "noacpi noapic noioapic" to the GRUB options - Dual channel DDR2 1066, 800, 667 MHz - |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket AM3 White socket (2010/11)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->[http://www.vesalia.de/e_aresone2011.htm Aresone 2011] | <!--Chipset-->4 DDR3 memory sockets | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA-->{{Yes}} | <!--Gfx-->{{Maybe|no Radeon HD3000 driver yet<br>vesa driver works<br>possibility to add PCIe card}} | <!--Audio-->{{Yes|HD Audio}} | <!--USB-->{{Yes|USB2.0}} | <!--Ethernet-->{{yes}} | <!--Opinion-->Good support |- | <!--Name-->Asus [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=45243#forumpost45243 M4A785TD-M] PRO | <!--Chipset-->785G and SB710 | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA-->{{Maybe|ide legacy}} | <!--Gfx-->{{Maybe|ATI Radeon HD 4200 - use vesa}} or pci-e 2.0 slot | <!--Audio-->{{Yes|HD Audio}} | <!--USB-->{{Yes}} | <!--Ethernet-->{{Yes}} | <!--Opinion-->Good support with 1366 ddr3 ram - |- | <!--Name-->Gigabyte GA-MA74GM-S2 GA-MA74GM-S2H | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->pci-e | <!--Audio-->ALC888 (r1.x),ALC (r2.0), ALC888B (r4.0), ALC (r4.1), | <!--USB--> | <!--Ethernet-->Realtek 8111C later 8111D | <!--Opinion--> |- | <!--Name-->GigaByte 890GPA-UD3H | <!--Chipset-->AMD 890GX together with SB850 | <!--ACPI--> | <!--IDE--> | <!--SATA-->Yes | <!--Gfx-->use pci-e nvidia | <!--Audio-->Maybe - ALC892 rev. 1.0, ALC892 rev 2.1, ALC889 rev. 3.1 | <!--USB-->Yes | <!--Ethernet-->Yes | <!--Opinion-->works well overall |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->MSI 890GXM-G65 | <!--Chipset-->890GX + SB750 | <!--ACPI--> | <!--IDE--> | <!--SATA-->{{Maybe|legacy}} | <!--Gfx-->{{Maybe|ATI 4290 built-in (vesa)}} | <!--Audio-->{{Maybe|ALC889 DD GR}} HD Audio crackles | <!--USB-->{{Yes}} | <!--Ethernet-->{{Yes|RTL 8169}} | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Gigabyte GA-M68MT-S2 | <!--Chipset--> nForce 630a | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->NVIDIA® GeForce 7025 | <!--Audio-->ALC888B (1.3), ACL887 (3.1), | <!--USB--> | <!--Ethernet-->RTL8211CL (all) | <!--Opinion--> |- | <!--Name-->Gigabyte GA-M68MT-S2P | <!--Chipset--> nForce 630a | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->NVIDIA® GeForce 7025 | <!--Audio-->ALC888B (1.x 2.x), ALC889 (3.0), ALC888B/889 (3.1), | <!--USB--> | <!--Ethernet-->RTL8211CL (all) | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Asus M4N78 PRO | <!--Chipset-->NVIDIA GeForce 8300 | <!--ACPI--> | <!--IDE-->1 xUltraDMA 133/100 | <!--SATA-->6 xSATA 3 Gbit/s ports | <!--Gfx-->Integrated NVIDIA® GeForce® 8 series GPU with 1 PCIe 2.0 slot | <!--Audio-->HD Audio with VIA1708S 8 -Channel codec | <!--USB-->12 USB 2.0 ports (8 ports at mid-board, 4 ports at back panel) | <!--Ethernet-->NVIDIA Gigabit | <!--Opinion-->4 x DIMM, Max. 16 GB, DDR2 1200(O.C.)/1066*/800/667 ECC,Non-ECC,Un-buffered Memory - ATX Form Factor 12 inch x 9.6 inch ( 30.5 cm x 24.4 cm ) - |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |} =====Socket AM3+ Black socket (2013/15)===== *095W FX-6300 FD6300WMHKBOX (bulldozer) 970 mobos with FX-8320E 8core Black Editions FD832EWMHKBOX FX-8370E (Vishera/Piledriver) *125W FX-6310 (bulldozer) 970 mobos with FX-8320 FX-8350 FX-8370 (Vishera/Piledriver) *220W 990FX mobos with FX-9000 FX-9370 FX-9590 {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->ASRock 890FX Deluxe5 Extreme3 | <!--Chipset-->AMD 890FX + AMD SB850 or SB950 (Extreme3) | <!--ACPI--> | <!--IDE-->{{Yes}} | <!--SATA-->{{Yes}} | <!--Gfx-->{{N/A}} | <!--Audio-->{{No|ALC892}} | <!--USB-->{{Yes}} | <!--Ethernet-->{{Yes|RTL8111E rtl8169}} | <!--Opinion--> |- | <!--Name-->ASUS M5A78L-M LX3 | <!--Chipset-->760G SB710 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->V? ALC887, V? ALC892 | <!--USB--> | <!--Ethernet-->Realtek 8111E | <!--Opinion--> |- | <!--Name-->Asus M5A97 R2.0 | <!--Chipset-->AMD 970 and SB950 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->n/a | <!--Audio-->ALC887 (LE), ALC887 (Regular), ALC892 (EVO) | <!--USB-->4 USB 2.0 and 2 usb3 | <!--Ethernet-->Realtek 8111F | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Gigabyte GA-78LMT-S2P | <!--Chipset-->ATi 760G and SB710 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->GT240 and a nv7900gs, both pci-e, and both will not work | <!--Audio-->ALC889 (r3.1), ALC??? (rev. 4.1), ALC887 (r5.x) | <!--USB--> | <!--Ethernet-->Realtek 8111E (r3.1), Atheros (rev4.1), Atheros (r5.x) | <!--Opinion-->offers very poor control over its EFI vs. BIOS booting partition features |- | <!--Name-->Gigabyte GA-78LMT-USB3 | <!--Chipset-->ATi 760G and SB710 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->GT240 and a nv7900gs, both pci-e, and both will not work | <!--Audio-->ALC (r3.0), ALC887 (r4.1 Blue board), VIA VT2021 (r5.0 Black board) | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->MSI 760GM | <!--Chipset-->ATI 760G plus SB710 | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA-->Untested | <!--Gfx-->HD3000 Use Vesa | <!--Audio-->{{Maybe|P33 VT1705; P34, P21 and P23 (FX) MS7641 v3.0 ALC887 with crackles thru earphones; E51 ALC892 No}} | <!--USB-->Untested | <!--Ethernet-->{{Yes|Realtek}} | <!--Opinion-->P23 issues with audio ALC887 |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====AMD Fusion (2011/14)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name--> | 1.2GHz single Bobcat Fusion C30 + Hudson M1 | ACPI | IDE | SATA | AMD 6250 | Audio | USB | Ethernet | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | Asus E35M1-M PRO uATX | 1.6GHz dual 18W AMD Fusion E-350 + Hudson M1 | ACPI | {{N/A}} | SATA | AMD 6310 - no HD driver yet | ALC887 VD2 | USB | RTL8111E | EFI bios [http://www.anandtech.com/show/4023/the-brazos-performance-preview-amd-e350-benchmarked] |- | Asus E35M1-I Deluxe miniITX | 1.6GHz dual AMD Fusion E350 + Hudson M1 + DDR3 | ACPI | {{N/A}} | SATA | AMD 6310 - no HD driver yet | ALC892 | USB | Realtek 8111E | {{no|Atheros AR5008 on a Mini PCI-E}} |- | ASRock E350M1 / USB3 (also version with USB3.0 added) | 1.6GHz dual AMD Fusion E350 + Hudson M1 | ACPI | {{N/A}} | SATA - 4 SATA3 | {{Maybe|AMD 6310 - use vesa with hdmi and dvi}} | {{Yes|Audio ALC892 playback but no HDMI output}} | USB - 4 USB2.0 and 2 USB3.0 | {{Yes|rtl8169 for Realtek 8111E 8411 ethernet chipset}} | |- | <!--Name-->Gigabyte GA-E350N-USB3 mini-ITX | <!--Chipset--> Hudson M1 FCH | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA-->4 SATA3 | <!--Gfx--> plus HDMI, DVI | <!--Audio-->ALC892 | <!--USB-->2 NEC USB3.0 with 4 USB2.0 | <!--Ethernet-->Realtek 8111E | <!--Opinion--> |- | <!--Name-->Gigabyte GA-E350N Win8 V1.0 | <!--Chipset-->Hudson M1 FCH A45 | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA-->4 SATA3 | <!--Gfx-->{{maybe|Use VESA - AMD 6310 plus HDMI, DVI}} | <!--Audio-->{{yes|ALC887 playback through headphones but not thru hdmi}} | <!--USB-->{{maybe|4 USB2.0 needs more testing}} | <!--Ethernet-->{{yes|Realtek 8111 8168B}} | <!--Opinion-->works well but need to test with sata hard disk |- | <!--Name-->MSI E350IA-E45 | <!--Chipset-->e-350 + Hudson M1 + DDR3 | <!--ACPI-->no support | <!--IDE-->{{N/A}} | <!--SATA-->4 Sata3 ports | <!--Gfx-->AMD 6310 gpu | <!--Audio-->ALC HDA | <!--USB-->6 USB2.0 and 2 USB3.0 through NEC 720200 chipset | <!--Ethernet-->Realtek RTL8111E | <!--Opinion--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->ASUS E45M1-M PRO | <!--Chipset-->E450 APU with Hudson M1 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->ALC887 | <!--USB--> | <!--Ethernet-->Realtek | <!--Opinion--> |- | <!--Name-->ASUS E45M1-I Deluxe | <!--Chipset-->E-450 together | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->ALC892 | <!--USB--> | <!--Ethernet-->Realtek 8111E | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket FM1 (2011/13)===== On board Graphic on CPU - HD6410D, HD6530D, HD6550D, {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->ASUS F1A55-M LE | <!--Chipset--> with AMD A55 FCH (Hudson D2) | <!--ACPI--> | <!--IDE--> | <!--SATA-->6 x SATA 3Gbit/s port(s), blue Support Raid 0, 1, 10, JBOD | <!--Gfx-->PCI-e 2.0 slot or Integrated AMD Radeon™ HD 6000 in Llano APU | <!--Audio-->Realtek® ALC887 Audio CODEC | <!--USB-->6 USB2.0 ports | <!--Ethernet-->Realtek 8111E rtl8169 | <!--Opinion-->2012 A- Series/E2- Series APUs up to 4 cores - 2 x DIMM, Max. 32GB, DDR3 2250(O.C.)/1866/1600/1333/1066 MHz Non-ECC, Un-buffered Memory Dual Channel Memory Architecture - |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket FM2 White Socket (2012/13)===== Onboard Gfx on CPU - HD6570, HD7480D, HD7540D, {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name--> | <!--Chipset-->A75 A85X | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket FM2 Plus Black socket (2013/15)===== Onboard Gfx on CPU - HD6570, HD7480D, HD7540D, {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name--> | <!--Chipset-->A88X | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket AM1 FS1b socket (2014/1x)===== 5350 4 core Jaguar cores 2GHz with Integrated AMD Radeon R Series Graphics in the APU Kabini [Radeon HD 8400] Later Beema APU with 2/4 core Puma (slightly updated Jaguar) cores, GCN graphics and a compute capable Radeon core, along with a brand new AMD security processor and FT3 BGA packaging (probably best avoided for long term survival). {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->ASUS AM1I-A | <!--Chipset--> | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx--> | <!--Audio-->HD Audio Realtek® ALC887-VD | <!--USB--> | <!--Ethernet-->Realtek 8111GR 8168 | <!--Opinion--> |- | <!--Name-->MSI AM1I | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->HD Audio ALC887 | <!--USB--> | <!--Ethernet-->Realtek 8111G | <!--Opinion--> |- | <!--Name-->MSI AM1M | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->HD Audio ALC887 | <!--USB--> | <!--Ethernet-->Realtek 8111G | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion-->BGA FT3 AM1x |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Zen Zen+ Am4 FM3 Summit Ridge (2017/19)===== Jim Keller’s group designed x86 Zen CPU - new and covering the same AM4 platform/socket for desktop Zen will also shift from Bulldozer’s Clustered Multithreading (CMT) to Simultaneous Multithreading (SMT, aka Intel’s Hyperthreading). CMT is the basis for Bulldozer’s unusual combination of multiple integer cores sharing a single FPU within a module, so the move to SMT is a more “traditional” design for improving resource usage {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->Asus ROG Crosshair VI Hero | <!--Chipset-->X370 | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx-->pci-e 3.0 (1x16 or 2x8) | <!--Audio-->SupremeFX audio features an S1220 codec | <!--USB--> | <!--Ethernet-->Intel I211 | <!--Opinion-->Ryzen 7 1800X 1700X |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->MSI Xpower Gaming Titanium | <!--Chipset--> X370 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->8-channel Realtek 1220 Codec | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Asus Prime B350 Plus | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> x PCIe 3.0/2.0 x16 (x16 mode) | <!--Audio-->Realtek® ALC887 8-Channel | <!--USB--> | <!--Ethernet-->Realtek® RTL8111H | <!--Opinion-->Ryzen 5 1600x 1600 1500X 1400 - 4 x DIMM, Max. 64GB, DDR4 3200(O.C.)/2933(O.C.)/2666/2400/2133 MHz ECC and non-ECC, Un-buffered Memory - ATX Form Factor 12 inch x 9.35 inch ( 30.5 cm x 23.7 cm ) - 2 pci |- | <!--Name-->AsRock Pro4 AB350 | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->2 PCIe 3.0 x16, 4 PCIe 2.0 x1 | <!--Audio-->Realtek ALC892 | <!--USB--> | <!--Ethernet-->Realtek | <!--Opinion-->Ryzen 5 1600x 1600 1500X 1400 |- | <!--Name--> | <!--Chipset--> B350 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->MSI B350 Tomahawk Arctic Mortar | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->1 x PCIe 3.0/2.0 x16 (x16 mode) | <!--Audio-->Realtek ALC892 | <!--USB--> | <!--Ethernet-->Realtek RTL8111H | <!--Opinion-->white and grey colours - 2 pci-e and 2 pci slots - m.2 in middle - atx 12 in by 9.6 in and matx versions - |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Asus PRIME B350M-A/CSM Micro ATX | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion-->Ryzen 3 1300x 1200 1100 |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset-->A320 A/B300 SFF | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->AsRock Fatality X470 Gaming K4 | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> 2700U 2500U 2300U 2200U APUs |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Asus | <!--Chipset--> B450 with APU 2200G 2400G | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion-->high VRM temps - raven ridge 14nm+ |- | <!--Name-->AsRock B450 Gaming K4 | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion-->low VRM thermals 3900x 3950x |- | <!--Name-->Gigabyte B450 Aorus Pro Wifi | <!--Chipset--> B450 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion-->very high vrm temps |- | <!--Name-->MSI b450 tomahawk | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion-->OK board |- | <!--Name-->MSI B450 Pro Carbon | <!--Chipset-->B450 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion-->OK |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Asus ROG X399 Zenith Extreme | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion-->Threadripper 1950X 1920X 1900X TR4 skt |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} ===== (Zen2 2019/2x)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name--> | <!--Chipset--> with 2700X 2700 2600X 2600 cpus | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> pinnacle ridge 12nm |- | <!--Name--> | <!--Chipset--> 2500X 2500 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} ===== (Zen3 AM4 2020/22)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} ===== (Zen4 AM5 2022/2x)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name--> | <!--Chipset-->x670e x650 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->rnda3 | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} ===== (Zen4 AM4 2023/2x)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} ====Intel==== [[#top|...to the top]] =====Socket 370 (2000/2)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->Intel D815EEA | <!--Chipset-->866Mhz P3 and i815 chipset | <!--ACPI--> | <!--IDE-->{{Yes}} | <!--SATA-->{{N/A}} | <!--Gfx-->{{Yes|Nvidia AGPx8 6200LE added}} | <!--Audio-->{{N/A}} | <!--USB-->{{Yes|2 USB1.1}} | <!--Ethernet-->{{N/A}} | <!--Opinion-->Tested AspireOS 1.7, simple basic board with useful 5 PCI slots |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |} =====Socket 478 (2002/4)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->[http://translate.google.co.uk/translate?hl=en&sl=zh-CN&u=http://detail.zol.com.cn/motherboard/index46381.shtml&prev=/search%3Fq%3Dc.865pe.l%2Bmotherboard%26client%3Dfirefox-a%26hs%3DsZB%26rls%3Dorg.mozilla:en-US:official Colorful Technology C.865PE-L Silver Fighter Warrior V2.3] | <!--Chipset-->865PE | <!--ACPI-->{{dunno| }} | <!--IDE-->{{Yes|tested with CDROM}} | <!--SATA-->{{dunno| }} | <!--Gfx-->{{Maybe|AGP slot}} | <!--Audio-->{{Yes|ALC650 AC97}} | <!--USB-->{{Yes|USB 1.1 and 2.0}} | <!--Ethernet-->{{Yes|RTL 8100 8139}} | <!--Opinion-->Still testing with NB (Nightly Build) May 2013 |- | <!--Name-->Intel 845 | <!--Chipset-->865P | <!--ACPI--> | <!--IDE-->{{Yes}} | <!--SATA--> | <!--Gfx-->{{No|intel 800}} | <!--Audio-->{{No|AC97 AD1985}} | <!--USB-->{{Yes|USB1.1 and USB2.0}} | <!--Ethernet-->{{No|e1000}} | <!--Opinion-->Tested ICAROS 1.3 |- | <!--Name-->Intel 845 | <!--Chipset-->865GC | <!--ACPI--> | <!--IDE-->{{Yes}} | <!--SATA--> | <!--Gfx-->{{No|intel 800}} | <!--Audio-->{{No|AC97 AD1985}} | <!--USB-->{{Yes|USB1.1 and USB2.0}} | <!--Ethernet-->{{No|e1000}} | <!--Opinion-->Tested ICAROS 1.3 |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket LGA775 s775 (2005/8)===== an industry standard DDR2 module could in theory contain fallback JEDEC, intel XMP and AMD EPP configuration data Intel PC CL5 ram modules but an "AMD" CL5 ram module the BIOS cannot read the AMD EPP info on the SPD (Serial Presence Detect) but can recognize the CL5 timing info in the JEDEC data table. PC BIOS auto configures for the AMD ram module and boots normally. an AMD PC CL6 ram modules but an "INTEL" CL6 ram module the BIOS cannot read the INTEL XMP info on the SPD but can recognize the CL6 timing info in JEDEC data table. PC BIOS auto configures for the AMD ram module and boots normally. an INTEL PC needs CL6 ram modules but have an "AMD" CL4 ram module. INTEL BIOS cannot read the AMD EPP info on the SPD but can recognize the CL4 timing info in JEDEC data table. PC BIOS recognizes module timings as incompatible an refuses to boot. entirely separate issue if the RAM module timing specs are incompatible.(i.e. CL4 RAM in a "CL6 only" PC) {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->Abit AG8 (2004) | <!--Chipset-->P915 + ICH6R | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->4 ports SATA1 | <!--Gfx-->1 PCIe x16 Slot | <!--Audio-->Realtek ALC658 AC97 | <!--USB-->4 USB2.0 | <!--Ethernet-->Realtek 8110S-32 | <!--Opinion-->Firewire TI 4200R7T no |- | <!--Name-->MSI 915 Neo2 | <!--Chipset-->P915 + ICH6R | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->4 ports SATA1 | <!--Gfx-->1 PCIe x16 Slot | <!--Audio-->CMI 9880L HD Audio | <!--USB-->4 USB2.0 | <!--Ethernet-->{{no|Broadcomm BCM5751 PCIe}} | <!--Opinion-->Firewire VIA VT6306 no |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Asus P5GC P5GC-MX | <!--Chipset-->P945GC + ICH7R | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->4 SATA1 ports | <!--Gfx-->i PCIe slot | <!--Audio-->HD Audio with ALC662 codec | <!--USB-->{{yes|2 usb2.0}} | <!--Ethernet-->{{no|atheros L2}} | <!--Opinion-->ICH7 mates with the 945 and G31 northbridge and is limited up to six USB 2.0 ports, four PCIe 1.1 lanes, a 10/100 network MAC, and four SATA 3.0 Gbit/s ports and two Ultra ATA 100 drives - 3 / 5 pci slots - 4 x 240-pin DIMM Sockets max. 4GB DDR2 667/533 non-ECC |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Foxconn PC45CM-SA 45CM-S | <!--Chipset-->945GC with ICH7 | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->4 sata2 ports | <!--Gfx-->{{Yes|pcie 1.0 slot with gma950 integrated}} | <!--Audio-->{{Yes|HD audio with aLC883 codec playback}} | <!--USB-->{{Yes|}} | <!--Ethernet-->{{Yes|realtek 8139 8100sc}} | <!--Opinion-->2 dimm slots 667mhz max 4gb - can be found in Advent desktops - 2 pci-e and 2 pci - core 2 duo only e6xxx - Micro ATX (9.6” x 8.8”) - |- | <!--Name-->Gigabyte GA-81945GM MFY-RH | <!--Chipset-->Intel® 945GM Express with ICH7M-DH | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx-->{{Yes|GMA950 VGA15 and PCI-e 1.0 slot}} | <!--Audio-->{{Yes|HD Audio with ALC880 codec playback only rear port}} | <!--USB-->{{Yes|4 usb 2.0}} | <!--Ethernet-->{{No|Intel PRO1000PL 82573L Gigabit Ethernet}} | <!--Opinion-->2006 MoDT is a relatively new concept, derived from the term “Mobile on DeskTop.”, low TDP CPUs to work on desktop form-factor motherboards. mATX Micro ATX 24.4cm x 24.4cm with 2 pci one which gets blocked - 2 DDR2 1.8v slots with 4Gb max - will not boot if PCI2 slot occupied - |- | <!--Name-->Gigabyte GA-945 GCM S2C | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->{{yes|ALC662 (1.x)}} | <!--USB--> | <!--Ethernet-->{{yes|8101E Rtl 8169 (1.x)}} | <!--Opinion--> |- | <!--Name-->Gigabyte GA945-GCM S2L | <!--Chipset-->945GC with ICH7 | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->4 SATA1 ports | <!--Gfx-->PCi-E slot | <!--Audio-->{{Maybe|Intel HD Audio with ALC662 codec 2/4/5.1-channel (1.x)}} | <!--USB-->{{Yes|4 USB2.0}} | <!--Ethernet-->{{Yes|Realtek 8111c 8169 (1.x)}} | <!--Opinion-->2 x 1.8V DDR2 DIMM sockets up to 4 GB DDR2 667/533/400 MHz memory modules - 2 PCI-e and 2 PCI - Micro ATX form factor; 24.4cm x 19.3cm - |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->MSI 945P Neo-F rev 1.0 | <!--Chipset-->P945 + ICH7 | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->4 SATA1 ports | <!--Gfx-->PCie 1.0 slot | <!--Audio-->ALC662 HDA | <!--USB-->4 USB2.0 | <!--Ethernet-->8110SC (rtl8169) | <!--Opinion--> |- | <!--Name-->MSI 945P Neo2-F rev 1.2 | <!--Chipset-->P945 + ICH7 | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->4 SATA1 ports | <!--Gfx-->PCie 1.0 slot | <!--Audio-->ALC850 AC97 | <!--USB-->4 USB2.0 | <!--Ethernet-->8110SC (rtl8169) | <!--Opinion--> |- | <!--Name-->Gigabyte GA-P31-DS3L | <!--Chipset-->P31 with ICH7 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->PCI Express x16 | <!--Audio-->HD Audio with ALC888 codec | <!--USB-->4 USB 2.0 | <!--Ethernet-->Realtek 8111B | <!--Opinion-->DDR2 800Mhz up to 4Gb 4 x 240 pin with limitations - 3 PCI - ATX 12.0" x 8.3" - |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Asus P5KPL-AM /PS | <!--Chipset-->G31 with ICH7 | <!--ACPI--> | <!--IDE--> | <!--SATA-->4 xSATA 3 Gbit/s ports | <!--Gfx-->PCIe 1.1 with integrated Intel Graphics Media Accelerator (Intel® GMA 3100) | <!--Audio-->HD Audio with VIA VT1708B with /PS has ALC662 | <!--USB--> | <!--Ethernet-->Realtek RTL8102EL 100/10 LAN with /ps Realtek RTL8111C Gigabit LAN | <!--Opinion-->2 x 2 GB DDR2 Non-ECC,Un-buffered DIMMs with 2 PCI - |- | <!--Name-->Asus P5KPL/EPU | <!--Chipset-->G31 with ICH7 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->Pci-e 1.0 slot | <!--Audio-->{{Yes|HD audio with ALC887 codec}} | <!--USB--> | <!--Ethernet-->{{Yes|RTL8169 Realtek 8111C}} | <!--Opinion-->[http://www2.aros-exec.org/modules/newbb/viewtopic.php?topic_id=8580 Tested] 4 x240-pin DIMM, Max. 4 GB, DDR2 1066(O.C.)/800/667 Dual Channel memory architecture - 4 pci-e and 3 pci - ATX Form Factor 12 inch x 8.2 inch ( 30.5 cm x 20.8 cm ) - |- | <!--Name-->Gigabyte GA-G31M ES2L | <!--Chipset-->G31 plus ICH7 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->{{Yes|Intel GMA 3100 2d}} | <!--Audio-->{{Maybe|ALC883 (1.x), ALC883/888B (2.x)}} | <!--USB--> | <!--Ethernet-->{{Maybe|RTL8111C (1.x), Atheros 8131 (2.x)}} | <!--Opinion-->reduces DRAM capacity to 4GB |- | <!--Name-->ASRock G31M-S r2.0 | <!--Chipset-->G31 + ICH7 + DDR2 800 | <!--ACPI--> | <!--IDE--> | <!--SATA-->{{maybe|4 sata2}} | <!--Gfx-->{{maybe|GMA 3100 2d not 3d}} | <!--Audio-->{{yes|ALC662}} | <!--USB-->{{yes|4 USB2.0}} | <!--Ethernet-->{{yes|RTL 8111DL 8169}} | <!--Opinion--> |- | <!--Name-->[http://www.intel.com/cd/channel/reseller/apac/eng/products/desktop/bdb/dg31pr/feature/index.htm Intel DG31PR] | <!--Chipset-->iG31 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->{{maybe|3100 untested but can use PCIe 1.1 slot}} | <!--Audio-->{{yes|ALC888 playback}} | <!--USB--> | <!--Ethernet-->{{yes|RTL8111B Rtl 8169}} | <!--Opinion-->good support |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->ASUS P5G41T-M LX | <!--Chipset-->G41 + ICH8 + DDR3 | <!--ACPI--> | <!--IDE-->{{yes}} | <!--SATA-->{{maybe}} | <!--Gfx-->{{yes|X4500 some 2d only)}} | <!--Audio-->ALC887 | <!--USB-->3 USB2.0 | <!--Ethernet-->{{no|Atheros L1c AR8131}} | <!--Opinion-->reduces maximum supported memory ddr3 from 16 to 8GB 2 dimm slots non-EEC - demotes the PCIe controller mode from revision 2.0 (5.0GT/s) to revision 1.1 (2.5GT/s |- | <!--Name-->Gigabyte GA-G41MT S2 | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->VT1708S (1.3), ALC887-VD2 (1.4), ALC887 (2.1), | <!--USB--> | <!--Ethernet-->Atheros AR8151 l1c (1.x 2.x), | <!--Opinion--> |- | <!--Name-->Gigabyte GA-G41MT S2PT | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->ALC887 (1.0), VIA (2.0), ALC887 (2.1) | <!--USB--> | <!--Ethernet-->RTL8111E (1.x), Atheros AR8151 l1c (2.1), | <!--Opinion--> |- | <!--Name-->Gigabyte GA-G41MT D3 | <!--Chipset-->G41 + ICH7 | <!--ACPI--> | <!--IDE-->1 Port | <!--SATA-->4 Ports | <!--Gfx-->{{yes|GMA X4500 2d only and pci-e 1.1 slot}} | <!--Audio-->{{yes|ALC888B}} | <!--USB-->4 ports + headers | <!--Ethernet-->{{yes|RTL8111 D/E}} | <!--Opinion--> |- | <!--Name-->Gigabyte GA-P41T D3P | <!--Chipset-->G41 + ICH7 with Intel Core 2 Duo (E6xxx) CPU | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->4ports | <!--Gfx-->GMA X4500 2d | <!--Audio-->ALC888 889/892 | <!--USB-->4 ports | <!--Ethernet-->RTL 8111C or D/E | <!--Opinion--> |- | <!--Name-->Intel DG41AN Classic | <!--Chipset-->iG41 + | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->4 ports | <!--Gfx-->X4500 2d | <!--Audio-->ALC888S ALC888VC | <!--USB-->4 ports | <!--Ethernet-->8111E | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->AsRock P5B-DE | <!--Chipset-->P965 + ICH8 | <!--ACPI--> | <!--IDE-->untested | <!--SATA-->{{Maybe|works ide legacy}} |<!--Gfx-->{{Yes|with PCI-E 1.1 slot}} | <!--Audio-->{{Yes|HD Audio via VT1708S}} | <!--USB-->{{Yes}} | <!--Ethernet-->{{Yes|RTL8169}} | <!--Opinion-->[http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=6879&forum=4&post_id=65766#forumpost65766 works well] |- | <!--Name-->Asus P5B SE | <!--Chipset-->965 intel | <!--ACPI--> | <!--IDE-->{{Yes| }} | <!--SATA-->{{Yes| }} | <!--Gfx-->{{N/A}} | <!--Audio-->{{Yes|HD Audio ALC662 codec}} | <!--USB-->{{Yes}} | <!--Ethernet-->{{No| }} | <!--Opinion-->works well except ethernet |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Asus P5W DH Deluxe P5WDG2 WS PRO | <!--Chipset-->975X | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->2 ports | <!--Gfx-->2 PCIe x16 slots | <!--Audio-->ALC882 AND LATER ADI 1988B | <!--USB-->2 USB2.0 | <!--Ethernet-->{{No|Marvell 88E8052 88E8053}} | <!--Opinion-->Firewire TI TSB43AB22A no |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Abit IP35 | <!--Chipset-->P35 Express + ICH9R | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->6 ports | <!--Gfx--> | <!--Audio-->ALC888 HDA | <!--USB-->4 USB2.0 | <!--Ethernet-->two RTL8110SC | <!--Opinion-->Firewire Texas TSB43 AB22A no |- | <!--Name-->MSI P35 Neo F FL MS-7630 rev 1 | <!--Chipset-->Intel P35 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->pci-e 1.1 support | <!--Audio-->HD Audio ALC888 | <!--USB--> | <!--Ethernet-->Realtek | <!--Opinion-->Base model of this range of P35 mobos |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Abit IX38 Quad GT | <!--Chipset-->X38 / ICH9R Chipset | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->6 ports | <!--Gfx-->PCI-E 2.0 slot | <!--Audio--> HD Audio ALC888 | <!--USB-->4 USB2.0 | <!--Ethernet-->Realtek RTL 8110SC 8169SC | <!--Opinion-->Firewire Texas TSB 43AB22A no |- | <!--Name-->Gigabyte X38-DQ6 | <!--Chipset-->X38 / ICH9R Chipset | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->6 ports | <!--Gfx-->PCI-E 2.0 slot | <!--Audio-->ALC889A HDA | <!--USB-->4 USB2.0 | <!--Ethernet-->twin 8111B 8169 | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Gigabyte GA-EP45 DS3 (2008) | <!--Chipset-->P45 + ICH9 or ICH10 | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->6 x SATA 3Gbit/s (SATAII0, SATAII1, SATAII2, SATAII3, SATAII4, SATAII5) | <!--Gfx-->two PCI-E v2.0 x16 slots support splitting its 16 PCIe 2.0 lanes across two cards at x8 transfers | <!--Audio-->HD Audio with ALC888 or ALC889A codec | <!--USB-->6 USB2.0 | <!--Ethernet-->2 x Realtek 8111C chips (10/100 /1000 Mbit) | <!--Opinion-->4 x 1.8V DDR2 DIMM sockets non-EEC |- | <!--Name-->MSI P45 Platinum (2008) | <!--Chipset-->P45 + ICH9 | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->6 sata2 ports | <!--Gfx-->two PCI-E x16 v2.0 slots | <!--Audio-->ALC888 HD Audio | <!--USB-->6 USB2.0 | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset-->G45 + | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->adds Intel’s GMA X4500HD graphics engine to P45 Express features | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset-->G43 + | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->GMA X4500 2d | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion-->removes HD video acceleration from the G45’s features |- | <!--Name-->Asus P5E Deluxe | <!--Chipset--> X48 with ICH9 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->HD Audio with ADI 1988B codec | <!--USB--> | <!--Ethernet-->Marvell 88E8001 | <!--Opinion--> |- | <!--Name-->GigaByte GA-X48 DQ6 | <!--Chipset-->X48 plus ICH9R | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->8 ports | <!--Gfx-->two PCI-E x16 v2.0 slots | <!--Audio-->ALC889A | <!--USB-->8 USB2.0 | <!--Ethernet-->RTL 8111B 8169 | <!--Opinion-->Firewire TSB43AB23 no - ICH9 pairs with Intel’s 3-series (X38, P35, etc.) chipsets, in addition to the X48 Express, but excluding the G35 Express |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Gigabyte EP43-DS3L and Gigabyte GA-EP43-UD3L | <!--Chipset-->P43 with ICH10 | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->6 x SATA 3Gbit/s connectors | <!--Gfx-->1 x PCI Express x16 slot PCI Express 2.0 standard | <!--Audio-->HD Audio with ALC888 codec | <!--USB--> | <!--Ethernet-->realtek 8111C | <!--Opinion-->4 x 1.8V DDR2 DIMM sockets - 4 pcie x1 - 2 pci - ATX Form Factor; 30.5cm x 21.0cm |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Gigabyte 73-pvm-s2h rev.1.0 | <!--Chipset-->NVIDIA GeForce 7100 nForce 630i | <!--ACPI--> | <!--IDE-->{{Yes|1 port}} | <!--SATA-->{{yes|3 ports SATA2}} | <!--Gfx-->{{Maybe|Vesa 2d GeForce 7100 (vga /hdmi/dvi), 1 PCIe x16 Slot }} | <!--Audio-->{{Yes|Realtek ALC889A MCP73}} | <!--USB-->{{Yes|7 USB2.0}} | <!--Ethernet-->{{no|RTL 8211B MCP73}} | <!--Opinion-->Firewire No, Icaros Desktop 2.0.3 |- | <!--Name-->Nvidia 7150 630i | <!--Chipset-->intel based nForce 630i (MCP73) | <!--ACPI--> | <!--IDE-->{{yes}} | <!--SATA-->{{maybe|ide legacy}} | <!--GFX-->GF 7150 | <!--Audio-->{{yes|HD AUDIO ALC883}} | <!--USB-->{{yes|ohci echi}} | <!--Ethernet-->{{no|RTL8201C}} | <!--Opinion-->being tested |- | <!--Name--> | <!--Chipset-->750i SLI | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->pci-e 2.0 x16 | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset-->780i SLI | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset-->790i SLI | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Atom SOC (2008/2x)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->D945CLF | <!--Chipset-->N230 single core | <!--ACPI--> | <!--IDE-->{{yes}} | <!--SATA--> | <!--Gfx-->{{yes|GMA945}} | <!--Audio-->{{yes|ALC662}} Skt 441 | <!--USB-->{{yes|uhci and ehci}} | <!--Ethernet-->{{yes|rtl8169}} | <!--Opinion-->works very well |- | <!--Name-->[http://www.clusteruk.com iMica D945GCKF2 mobo] | <!--Chipset-->Intel Atom N330 Dual Core | <!--ACPI-->wip | <!--IDE-->{{yes|IDE}} | <!--SATA-->{{maybe}} | <!--Gfx-->{{yes|gma}} | <!--Audio-->{{yes|HD AUDIO}} | <!--USB-->{{yes|uhci ehci}} | <!--Ethernet-->{{yes|rtl8169}} | <!--Opinion-->[http://www.clusteruk.com works well] |- | <!--Name-->[http://www.clusteruk.com D945GSEJT + Morex T1610] | <!--Chipset-->Atom 230 | <!--ACPI--> | <!--IDE-->{{yes}} | <!--SATA-->{{maybe}} | <!--Gfx-->{{yes|GMA900}} | <!--Audio-->{{yes|HD Audio}} | <!--USB-->{{yes}} | <!--Ethernet-->{{yes|RTL8169}} | <!--Opinion-->works well and small size, runs off 12V |- | <!--Name-->ASUS [http://www.legitreviews.com/article/1057/3/ AT3N7A-I] | <!--Chipset-->Atom 330 Nvidia ION | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA-->{{maybe|3 ports legacy IDE}} | <!--Gfx-->{{yes|nouveau cube cube 2 45 quake 3 }} | <!--Audio-->{{yes|HD Audio with VIA 1708S codec playback}} | <!--USB-->{{yes}} | <!--Ethernet-->{{yes|RTL8169 device}} | <!--Opinion--><ref>http://www.youtube.com/watch?v=EAiJpvu73iw</ref> good but can freeze randomly at times (could be nvidia chipset solder issues from that era) |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->D410PT 45nm pinetrail | <!--Chipset-->D410 and NM10 | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA-->{{maybe|ide legacy}} | <!--Gfx-->{{maybe|GMA3150}} | <!--Audio-->{{yes|ALC262 or ALC66x odd clicks}} | <!--USB-->{{yes}} | <!--Ethernet-->{{yes|RTL8111DL}} | <!--Opinion-->some support |- | <!--Name-->45nm pinetrail | <!--Chipset-->D510 and NM10 + GMA3150 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->GMA3150 | <!--Audio-->ALC888B or ALC66x | <!--USB-->{{yes}} | <!--Ethernet-->RTL8111DL | <!--Opinion-->some support |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket 1366 (2009/10)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->Asus P6T DELUXE | <!--Chipset-->x58 + ICH10 and Intel 1st gen. (Nehalem/Lynnfield) Core i7 (8xx) CPU | <!--ACPI--> | <!--IDE-->{{yes|1 port}} | <!--SATA-->4 ports | <!--Gfx-->2 PCIe x16 (r2.0) slots | <!--Audio-->ADI AD2000B HD Audio | <!--USB-->{{yes|4 USB2.0}} | <!--Ethernet-->{{no|Marvell 88E8056 Gigabit}} | <!--Opinion-->Firewire VIA VT6308 no |- | <!--Name-->gigabyte ex58 ds | <!--Chipset--> x58 + ICH10 | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet-->Realtek 8111D rtl8169 | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket 1156 (2010)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Gigabyte GA-H55M-S2H | <!--Chipset-->H55 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->PCIe slot | <!--Audio-->{{Yes|ALCxxx playback}} ALC888B (Rev1.x) | <!--USB-->{{Yes| }} | <!--Ethernet-->{{Yes|RTL8111D}} (Rev 1.x) | <!--Opinion-->Tested but no support for WLAN Realtek 8188su |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->MSI H55M-E33 v1.0 | <!--Chipset-->E7636 M7636 H55 chipset so older i3/i5/i7 system | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->{{Yes|HD Audio ALC889}} | <!--USB--> | <!--Ethernet-->{{Yes|PCI-E Realtek 8111DL}} | <!--Opinion-->Works well |- | <!--Name--> | <!--Chipset-->P55 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket GMA 2100 (2011/2012 )===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->Asus X79 | <!--Chipset-->X79 with Sandy Bridge-E Core i7 (3xxx) CPU | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Gigabyte GA-X79-UP4 | <!--Chipset-->X79 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket LGA 1155 H2 (2010/13)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->Biostar H61 | <!--Chipset-->H61 with Intel Pentium G 2xxx series CPU | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Gigabyte GA-H61M-D2-B3 | <!--Chipset-->H61 + Sandybridge | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA-->4 ports sata2 | <!--Gfx--> | <!--Audio-->ALC889 | <!--USB-->2 ports | <!--Ethernet-->Realtek RTL8111E | <!--Opinion--> |- | <!--Name-->Gigabyte GA-H61MA-D3V | <!--Chipset-->H61 + | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA-->4 ports sata2 | <!--Gfx--> | <!--Audio-->Maybe No Realtek ALC887 (Rev 2.0) ALC887 (Rev2.1) | <!--USB-->2 ports | <!--Ethernet-->Realtek RTL8111E | <!--Opinion--> |- | <!--Name-->GA-H61M-S2PV | <!--Chipset-->H61 with 2400k 2500k 2600k 2700k | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->pci-e 2.0 slot | <!--Audio-->ALC887 (rev 1.0 2.0 2.1 2.2 2.3) | <!--USB-->4 USB 2.0 | <!--Ethernet-->Rtl811E (1.0) 8151 (2.0) Rtl8111F (2.1 2.2 2.3) | <!--Opinion-->Micro ATX Form Factor; 24.4cm x 20cm with 2 pci-e and 2 pci - |- | <!--Name-->Intel Classic Series DH61CR Desktop | <!--Chipset-->H61 + | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA-->4 ports | <!--Gfx--> | <!--Audio-->Intel HD with ALC892 | <!--USB-->4 ports | <!--Ethernet-->{{no|Intel 82579V}} | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Asus P8H67-M | <!--Chipset-->H67 + | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA-->2 sata3 - 4 sata2 | <!--Gfx--> | <!--Audio-->Intel HD with ALC887 | <!--USB-->6 USB2.0 | <!--Ethernet-->Realtek® 8111E | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Asus P8Z68-V LX | <!--Chipset-->Z68 + Intel 2nd generation (Sandy Bridge) Core i7 (2xxx) CPU | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA-->2 sata3 - 4 sata2 | <!--Gfx--> | <!--Audio-->Intel HD with ALC887 | <!--USB-->2 USB3.0 - 4 USB2.0 | <!--Ethernet-->Realtek® 8111E | <!--Opinion-->EFI bios |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Gigabyte Z68AP-D3 (B3) | <!--Chipset-->Z68 + Ivybridge | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA-->2 sata3 - 4 sata2 | <!--Gfx--> | <!--Audio-->Intel HD with ALC889 | <!--USB-->2 USB3.0 - 4 USB2.0 | <!--Ethernet-->Realtek® 8111E | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset-->H77 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Gigabyte GA Z77 D3H with i3 3225 dual | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->HD 4000 | <!--Audio-->Intel HD with ALC | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->MSI Z77 | <!--Chipset-->Z77 with 3rd generation (Ivy Bridge) Core i7 (3xxx) CPU | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket LGA 1150 H3 (2013/2016)===== [[#top|...to the top]] {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Gigabyte GA-H87N-WIFI mITX | <!--Chipset-->H87 and Intel 4th generation (Haswell) Core i5 (4xxx) CPU | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->Intel HD with ALC | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Asus H81 H81M-C | <!--Chipset-->H81 with 4th generation (Haswell) Core i7 (4xxx) CPU | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA-->2x3g 2x6g | <!--Gfx-->pci-e slot | <!--Audio-->alc 887 vd | <!--USB--> | <!--Ethernet-->realtek 8111g | <!--Opinion-->skt 1150 |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Asus Z87-K | <!--Chipset-->Z87 with 4th generation (New Haswell) Core i7 i5 CPU | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->Intel HD with ALC | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Gigabyte GA-Z87X-UD3H | <!--Chipset-->Z87 Express | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->Intel HD with ALC | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Gigabyte GA H97M D3H with i3 4360 or 4370 dual | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->Intel HD with ALC | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Asus Z97 A with i7 4790K | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->750, 960, 970 and 980 nvidia GTX cards | <!--Audio-->Intel HD with ALC | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Gigabyte GA Z97X UD3H | <!--Chipset-->Z97 with i5 4690K | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->Intel HD with ALC | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->MSI Z97 | <!--Chipset-->Z97 with 4th generation (new revision Haswell) Core i7 (4xxx) CPU | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset-->H99 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket LGA 2011 v3 (2015/ )===== [[#top|...to the top]] {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->Asus X99 | <!--Chipset-->X99 with Haswell-E Core i7 (5xxx) CPU | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Gigabyte GA-X99-UD4 with Core i7-5930K Haswell-E 6-Core | <!--Chipset-->X99 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket LGA 1151 (2015/ )===== [[#top|...to the top]] {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Asus H110 Plus | <!--Chipset--> with Pentium G4400 6600K 6th Gen Core and 7th with bios update | <!--ACPI--> | <!--IDE--> | <!--SATA-->Sunrise Point-H SATA [AHCI mode] [8086 a102] | <!--Gfx-->Skylake Integrated HD Graphics | <!--Audio-->Intel HD Audio with Realtek ALC887 Audio CODEC | <!--USB-->Sunrise Point-H USB 3.0 xHCI [8086: a12f] no usb2.0 fallback | <!--Ethernet-->{{No|Realtek 8111GR or 8111H RTL8111 8168 8411 PCI Express Gigabit (rev 15)}} | <!--Opinion-->ATX with 3 pci and 2 DDR4 slots - uatx version smaller - turn off TLSF as it was causing AHI driver to corrupt. Turned off ACPI for errors but works fine once booted - |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Asus Z170 Pro with i7 6700K | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Asus H170 Pro Gaming | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Asus B150 B150M Pro Gaming B150i | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->GIGABYTE GA-B250M-DS3H HD3P D3H D2V | <!--Chipset-->B250 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket LGA 2066 (2017/ )===== [[#top|...to the top]] {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->Asus Rampage | <!--Chipset-->x299 with i9 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> - up to 24 to 44 pcie lanes |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Gigabyte | <!--Chipset--X299 > | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Asus | <!--Chipset--> with Kaby Lake X | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> up to 16 pcie lanes |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Asus | <!--Chipset--> Z390 with Kaby Lake X | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> up to 16 pcie lanes |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> Q370M | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> H370M | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> B360M | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} ===Chromebooks=== https://www.howtogeek.com/278953/how-to-install-windows-on-a-chromebook/ Chromebooks don’t officially support other OSs. You normally can’t even install as Chromebooks ship with a special type of BIOS designed for Chrome OS. But there are ways to install, if you’re willing to get your hands dirty. [https://mrchromebox.tech/#devices From] Stoneyridge Device Name Board Name RW_LEGACY Firmware UEFI Firmware (Full ROM) WP Method Acer Chromebook 315 (CB315-2H) ALEENA ✅ [3] ✅ CR50 HP Chromebook 11A G6 EE HP Chromebook 11A G8 EE BARLA ✅ [3] ✅ CR50 HP Chromebook 14A G5 CAREENA ✅ [3] ✅ CR50 Acer Chromebook 311 (C721) KASUMI ✅ [3] ✅ CR50 Acer Chromebook Spin 311 (R721T) KASUMI360 ✅ [3] ✅ CR50 Lenovo 14e Chromebook (S345) LIARA ✅ [3] ✅ CR50 Lenovo 100e Chromebook 2nd Gen AMD TREEYA ✅ [3] ✅ CR50 Lenovo 300e Chromebook 2nd Gen AMD TREEYA360 ✅ [3] ✅ CR50 Picasso/Dali Device Name Board Name RW_LEGACY Firmware UEFI Firmware (Full ROM) WP Method HP Pro c645 Chromebook Enterprise BERKNIP ✅ CR50 HP Chromebook 14a DIRINBOZ ✅ CR50 Acer Chromebook Spin 514 EZKINIL ✅ CR50 HP Chromebook x360 14a GUMBOZ ✅ CR50 Lenovo ThinkPad C13 Yoga Chromebook MORPHIUS ✅ CR50 Lenovo Chromebook 100e Gen3 AMD VILBOZ ✅ CR50 Lenovo Chromebook 300e Gen3 AMD VILBOZ360 ✅ CR50 ASUS Chromebook Flip CM5 WOOMAX ✅ CR50 ==References== {{reflist}} {{BookCat}} ptybi94y43ssqhsd3az76ebbx39n0fm 4089904 4089903 2022-08-09T17:21:52Z Jeff1138 301139 wikitext text/x-wiki === Laptops === The following hardware has been tested with AROS and any issues have been noted. If you have encountered differently (i.e. problems, incompatibilities, faults, niggles, annoyances, environment, errors, review of setup etc) please update this information. * 2006/2007 Dell Latitude D-series laptops - business class machines, good support in Aros, easy to replace wifi card * 2006 some [https://www.techradar.com/reviews/pc-mac/laptops-portable-pcs/laptops-and-netbooks/toshiba-satellite-pro-a200-28550/review Satellite Pro A200] * 2008 For the tiny carry anywhere, the early run of Acer Aspire netbooks Usually avoid HP and Lenovo as the wifi card is bios locked cannot be swapped without hacking Please bear in mind that AROS has only a few hardware driver developers, whilst Linux counts in the tens and Windows in the hundreds. So support is very slow after some improvement after 2005/6 for a few years. So consequently, be aware that driver support on native is now a decade behind linux, MacOS(TM) and Windows(TM). Rough estimate from taking a random laptop notebook what you can expect from a Native install of AROS {| class="wikitable sortable" width="100%" ! width="10%" |Date ! width="5%" |Overall ! width="5%" |Gfx VESA ! width="5%" |Gfx 2D Acceleration ! width="10%" |Gfx 3D Acceleration ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="10%" |Wireless ! width="20%" |Comments |- | Before 2002 || Poor to OK || VESA 90% || 2D 10% || {{N/A}} || Audio 10% || 40% || Wired 70% || 2% || Max RAM 512MB |- | 2002-2005 || OK || VESA 95% || 2D 10% || 3D 0% || Audio 30% || 70% || Wired 50% || 4% || Max RAM 1GB |- | 2005-2010 || Good || VESA 98% || 2D 60% || 3D 20% || Audio 60% || 80% || Wired 30% || 20% || Max RAM 2 / 4GB |- | 2011-2014 || Poor || VESA 98% || 2D 15% || 3D 0% || Audio 20% || 60% || Wired 20% || 0% || Max RAM 8GB / 16GB |- | 2015-2017 || Poor || VESA 98% || 2D 0% || 3D 0% || Audio 0% || 0% || Wired 10% || 0% || Max RAM 32GB |- | 2018-202x || Poor || VESA 95% || 2D 0% || 3D 0% || Audio 0% || 0% || Wired 0% || 0% || Max RAM 64GB Ryzen |- |} 3D tests now conducted with apps found in Demos/AROS/Mesa and run at default size (may need to View As -> Show All to see them. Most vendor suppliers get OEM (original equipment manufacturers) to make their laptops. These brand name companies purchase their laptops from an ODM (Original Design Manufacturer) such as Quanta, Compal, Wistron, Inventec, Foxconn (Hon Hai), Flextronics and Asus (now Pegatron) with together 80% market share and MiTAC, FIC, Arima, Uniwill, ECS, Tonfang Origin and Clevo (remaining 20%). ====Acer/Gateway/Emachines==== Company founded under the name of Multitech in Taiwan in 1976, renamed to Acer or Acer Group in 1987 Order of build quality (Lowest to highest) <pre > Packard Bell Aspire Extensa TimeLine Travelmate </pre > {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name-->Travelmate 505 506 507 508 Series || <!--Chipset-->P2 Celeron 466Mhz || <!--IDE-->{{Yes|boots}} || <!--SATA--> || <!--Gfx-->{{Maybe|use VESA Neo Magic Magic Graph 128XD (NM2160)}} || <!--Audio-->{{No|AC97 Crystal CS}} || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->1998 minimal support but no audio etc - 506T, 506DX, 507T, 507DX, 508T |- | <!--Name-->TravelMate 340 342 343 345 347 || <!--Chipset-->ALi M1621 with piii || <!--IDE--> || <!--SATA--> || <!--Gfx-->Trident Cyber 9525 || <!--Audio-->{{No|ESS ES1969 Solo-1}} || <!--USB-->2 ALi OHCI USB 1.1 || <!--Ethernet-->a few have Intel e100 || <!--Wireless-->{{N/A}} || <!--Test Distro--> || <!--Comments-->2000 32bit - 340T, 341T, 342T, 342TV, 343TV, 345T, 347TV |- | <!--Name-->TravelMate 350 351 352 353 || <!--Chipset-->Ali with piii || <!--IDE-->{{Yes}} || <!--SATA-->{{N/A}} || <!--Gfx-->Trident Cyber Blade DSTN/Ai1 || <!--Audio-->{{No|ali5451}} || <!--USB-->2 USB 1.1 Ali M5237 OHCI || <!--Ethernet-->e100 || <!--Wireless-->Acer InviLink IEEE 802.11b || <!--Test Distro--> || <!--Comments-->2001 32bit very limited support but no support for PCMCIA O2 Micro OZ6933 - 350T, 351TEV, 352TEV, 353TEV |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->TravelMate 610 series 611 612 613 614 || <!--Chipset-->815 P3 || <!--IDE--> || <!--SATA-->{{N/A}} || <!--Gfx-->Intel 82815 cgc || <!--Audio-->AC97 || <!--USB-->USB 1.1 || <!--Ethernet-->Intel e100 pro || <!--Wireless-->{{N/A}} || <!--Test Distro--> || <!--Comments-->2001 32bit - 610TXVi 610T 611TXV 612TX 613TXC |- | Aspire 3003LM || SIS AMD 3000 1.8GHz || {{yes}} || {{N/A}} || {{maybe|SIS AGP M760GX (VESA only)}} || {{yes|AC97 SIS codec}} || 3 USB 2.0 || {{yes|SIS900}} || {{no|Broadcom BCM4318 AirForce One 54g}} || Icaros 1.2.4 || 2003 sempron |- | Travelmate 2310 Series ZL6 || Intel Celeron M 360 1.4GHz with SiS 661MX || {{yes}} || {{N/A}} || {{maybe|SiS Mirage M661MX (VESA only)}} || {{yes|SIS SI7012 AC97 with realtek ALC203 codec speakers only}} || || {{yes|SIS900}} || {{N/A|LM version has pci card slot but no antenna}} || Icaros 2.1.1 || 2004 32bit - No USB boot option but boot from DVD - reports of wifi losing connection (isolate/remove the metallic grounding foil ends of the antennas) - 2312LM_L - |- | <!--Name-->Aspire 3000 3002LMi 3500 5000 || <!--Chipset-->AMD CPU W-with SIS M760 || <!--IDE--> || <!--SATA--> || <!--Gfx-->SIS 760 || <!--Audio-->SIS || <!--USB--> || <!--Ethernet-->SIS 900 || <!--Wireless-->{{No|Broadcom BCM4318 swap for Atheros}} || <!--Test Distro--> || <!--Comments-->2005 32bit |- | <!--Name-->Aspire 3050 5020 5050 || <!--Chipset-->AMD Single and Turion MK-36 Dual and RS480 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Use VESA - RS482M Xpress 1100 or RS485M Xpress 1150 || <!--Audio-->HD Audio Realtek ALC883 || <!--USB--> || <!--Ethernet-->8139 || <!--Wireless-->Atheros 5006G or Broadcom BCM 4318 || <!--Test Distro--> || <!--Comments-->2005 32bit MK36 gets very hot |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->TravelMate 2410 2420 2430 series || <!--Chipset-->915GM || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel Mobile 915GMS 910GML || <!--Audio-->Intel AC97 ICH6 with ALC203 codec || <!--USB-->4 USB2.0 || <!--Ethernet-->Realtek RTL-8139 || <!--Wireless-->Atheros 5005GS || <!--Test Distro--> || <!--Comments-->2005 32bit 2428AWXMi - |- | <!--Name-->Acer Aspire 3610 - WISTRON MORAR 3614WLMI || <!--Chipset-->Intel 915 || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Yes|Intel GMA 2D and 3D}} || <!--Audio-->{{yes|[http://www.amiga.org/forums/showpost.php?p=644066&postcount=13 AC97]}} || <!--USB--> || <!--Ethernet-->{{yes|RTL 8139 8139C+}} || <!--Wireless-->{{Maybe|Atheros AR5001X+ or AR5BMB5 or Broadcom 4318}} || <!--Test Distro--> Icaros 1.2.4 || <!--Comments-->2005 32bit with good support [http://ubuntuforums.org/showthread.php?p=6205188#post6205188 wifi issues] |- | <!--Name-->TravelMate 2480 series 2483 WXMi (HannStar J MV4 94V) 2483NWXCi Aspire 3680, 3690 || <!--Chipset-->940GML i943 with Celeron 430 1.77GHz - 14.1" || <!--IDE-->{{N/A}} || <!--SATA-->{{Yes| }} || <!--Gfx-->{{Yes|2D and 3D openGL 1.x - Tunnel 181 gearbox 104 scores}} || <!--Audio-->{{Yes|HD Audio with ALC883 codec playback}} || <!--USB-->{{Yes|3 USB 2.0}} || <!--Ethernet-->{{No|Marvell 88E8038 yukon sky2}} || <!--Wireless-->{{No|Atheros 5k AR5005G AR5BMB5 mini pci}} suspect laptop hardware issues || <!--Test Distro-->Icaros 2.1.1 || <!--Comments-->2006 Works well shame about the internet options - noisy fan - poor battery life - no boot option for TI based mass storage sd card - Max 2GB memory - LCD Inverter Board IV12090/T-LF - |- | <!--Name-->TravelMate 2490 series 2492WXMi || <!--Chipset-->940GML || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Yes|Intel 945 2D and 3D tunnel 164 gearbox 105}} || <!--Audio-->{{Yes|HD Audio}} || <!--USB--> || <!--Ethernet-->{{Maybe|Broadcom BCM4401}} || <!--Wireless-->{{No|Atheros AR5005GS suspect hardware issue}} || <!--Test Distro-->Icaros 2.1.1 || <!--Comments-->2006 32bit - 15inch screen - strange curved up at ends keyboard style - overall plastic construction - Atheros AR5005G(s) - |- | <!--Name-->Gateway ML6227B MA7 || <!--Chipset-->Celeron M 520 1.6Ghz with 945GM || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{Yes|945GM 2D and 3D tunnel 169 gearbox 132}} || <!--Audio-->{{No|HDA Intel with STAC9250 codec}} || <!--USB--> || <!--Ethernet-->{{No|Marvell 88E8038}} || <!--Wireless-->{{No|8187L but swap ath5k mini pcie}} || <!--Test Distro-->Icaros 2.1.1 || <!--Comments-->15.4 ultrabrite widescreen - Wifi Switch on side Fn/F2 - |- | <!--Name-->eMachines E510 series KAL10 || <!--Chipset-->Intel Celeron M 560 2.13Ghz with PM965 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel x3100 || <!--Audio-->{{Yes|Intel with codec}} || <!--USB-->Intel || <!--Ethernet-->{{No|Broadcom BCM5906M}} || <!--Wireless-->{{No|Atheros G AR5BXB63 bios issue??}} || <!--Test Distro-->Icaros 2.1.1 || <!--Comments-->2007 32bit very budget machine with InsydeH20 bios and F10 boot menu |- | A0521 Ao721 || Athlon II Neo K125 + AMD M880G || {{N/A}} || {{maybe}} || {{maybe|ATI Radeon HD 4225 (VESA only)}} || {{No|Conexant}} || {{Maybe}}|| {{no|AR8152 l1c}} || {{no|AR9285 ath9k}} || AspireOS 1.7 || 64bit possible |- | <!--Name--> Extensa 5630Z || <!--Chipset--> Intel GL40 Express || <!--IDE--> {{N/A}} || <!--SATA--> {{Maybe|IDE mode}} || <!--Gfx--> {{Yes|Intel GMA 4500M HD (2D)}} || <!--Audio--> {{Yes|HD Audio}} || <!--USB--> {{Yes|USB 2.0}} || <!--Ethernet--> {{No|Broadcom BCM 5764M}} || <!--Wireless--> {{No|RaLink RT2860}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Aspire 5250 series 5253 BZ400 BZ602 || <!--Chipset-->E350 || <!--IDE--> || <!--SATA--> || <!--Gfx-->HD 6310 || <!--Audio-->HD Audio Conexant CX20584 || <!--USB--> || <!--Ethernet-->Atheros AR8151 || <!--Wireless-->Atheros 9k AR5B97 || <!--Test Distro--> || <!--Comments-->2011 64bit |- | <!--Name-->Aspire V5 V5-121 V5121 AO725 One 725 || <!--Chipset-->AMD C-70 || <!--IDE--> || <!--SATA--> || <!--Gfx-->6290G || <!--Audio-->Realtek ALC269 codec || <!--USB-->USB untested || <!--Ethernet-->Broadcom || <!--Wireless-->Broadcom || <!--Test Distro--> || <!--Comments-->2012 64bit |- | <!--Name-->Aspire V5-122P || <!--Chipset-->C70 with M55 or A6 1450 with ??? || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx--> 8210 || <!--Audio-->ATI Device 9840 || <!--USB-->FCH USB EHCI OHCI || <!--Ethernet-->{{N/A}} || <!--Wireless-->Atheros 9k AR9565 || <!--Test Distro--> || <!--Comments-->bios hacking needed for virtualisation |- | <!--Name-->Packard Bell EasyNote TE69 TE69KB 522 || <!--Chipset-->E1-2500 Dual or A4-5000 Quad BGA769 (FT3) both soldered || <!--IDE-->{{N/A}} || <!--SATA-->{{Maybe|Use IDE mode}} - boots if UEFI set to Legacy || <!--Gfx-->{{Maybe|use VESA - ATI Radeon 8120 8240, 8320 or 8330}} || <!--Audio-->{{No|Both AMD Azalia HD Audio with ALC282 codec and HDMI}} || <!--USB-->{{No|OHCI and EHCI detected but not XHCI USB 3}} || <!--Ethernet-->{{No|Atheros AR8171 AR8175 or Broadcom BCM57780}} || <!--Wireless-->{{No|Atheros AR9565 0x1969 0x10a1}} || <!--Test Distro-->Aspire OS Xenon || <!--Comments-->2013 64bit big netbook - Boots after using F2 to enter EFI firmware Hudson-2 and setting AHCI to IDE mode |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Aspire 3 A315 41 || <!--Chipset-->2 core 4 thread Ryzen 2200u || <!--IDE--> || <!--SATA--> || <!--Gfx-->Vega 3 || <!--Audio--> || <!--USB-->{{No|3.1 gen 1}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2018 15.6" 1366 x 768 8gb 1080p 4g single channel ram |- | <!--Name-->Nitro 5 || <!--Chipset-->Ryzen 5 2500u || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->radeon rx560 || <!--Audio--> || <!--USB-->{{No|3.1 gen 1}} || <!--Ethernet-->Realtek 8168 8111 || <!--Wireless-->Qualcomm ACA || <!--Test Distro--> || <!--Comments-->2018 15.6" |- | <!--Name-->Swift 3 || <!--Chipset-->4700U || <!--IDE-->{{N/A}} || <!--SATA-->NVMe || <!--Gfx-->Vega || <!--Audio--> codec || <!--USB-->{{No|3.1 gen 1}} || <!--Ethernet-->{{N/A}} || <!--Wireless-->Intel 6 ac || <!--Test Distro--> || <!--Comments-->2020 64bit very low srgb screen - LPDDR4 ram |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ====Asus==== [[#top|...to the top]] {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name-->Asus L8400-K Medion MD9467 || <!--Chipset-->Intel desktop 850MHz || <!--IDE--> || <!--SATA--> || <!--Gfx-->S3 Savage MX || <!--Audio-->{{No|ESS allegro 1988}} || <!--USB--> || <!--Ethernet-->Realtek 8139 || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2001 32bit |- | <!--Name-->Asus L2000 L2400 L2D Series Medion 9675 || <!--Chipset-->Athlon 4 mobile || <!--IDE--> || <!--SATA--> || <!--Gfx-->use vesa sis630 || <!--Audio-->{{No|sis7018}} || <!--USB--> || <!--Ethernet-->sis900 || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2002 32bit |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->x51R X51RL || <!--Chipset-->Duo T2250 T2330 with RS480 || <!--IDE--> || <!--SATA-->{{N/A}} || <!--Gfx-->{{Maybe|use VESA RC410 [Radeon Xpress 200M]}} || <!--Audio-->{{Yes|HD with codec}} || <!--USB-->{{Maybe|boots and detects}} || <!--Ethernet-->{{Yes|RTL-8139}} || <!--Wireless-->{{No|Atheros AR5006EG AR5111 ath5k - could be ATI Chipset}} || <!--Test Distro-->Icaros 2.2, deadwood 2021 || <!--Comments-->2003 32bit 15.4 WXGA - 19v barrel - ESC boot select - F2 bios - |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Asus R2H Ultra Mobile PC UMPC || <!--Chipset-->Celeron 900Mhz 910GML || <!--IDE--> || <!--SATA--> || <!--Gfx-->GMA900 || <!--Audio-->Ac97 ALC880 || <!--USB--> || <!--Ethernet-->realtek 8169 8101e || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2004 32bit [https://www.youtube.com/watch?v=Jm4fOrqyj3g boots] |- | <!--Name-->Asus A3 series A3F Ergo Ensis 211 RM || <!--Chipset-->P-M 1.6GHz to Core Duo with 950 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel 945 || <!--Audio-->Ac97 ALC655 || <!--USB--> || <!--Ethernet-->Realtek 8100CL 10/100 || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2004 32bit only |- | <!--Name-->Z33 || <!--Chipset-->915 || <!--IDE--> || <!--SATA--> || <!--Gfx-->915GM || <!--Audio-->HD Audio ALC880 || <!--USB--> || <!--Ethernet-->Realtek 8139 || <!--Wireless-->Intel 2915ABG || <!--Test Distro--> || <!--Comments-->2005 32bit Z33A Z33AE N5M N5A |- | Z70A Z70V Z70Va M6A z7000 z7000a || i915 + ICH6 || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{yes|mobile 915GML}} || <!--Audio-->{{no|ICH6 HD Audio}} || <!--USB-->{{yes|USB2.0}} || <!--Ethernet-->{{no|Marvell 88E8001}} || {{no|Intel PRO 2200BG Fn / F2}} || Icaros 1.3 || 2005 32bit |- | [http://www.progweb.com/en/2010/09/linux-sur-un-portable-asus-a6jm/ A6jm] A6JC || 945GM || IDE || SATA || {{yes|nVidia GeForce Go 7600 G70}} || {{no|HD Audio}} || {{yes|USB}} || {{yes|RTL8111 8168B}} || {{no|Intel 3945 ABG}} || Icaros 1.2.4 || 2006 32bit only |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->X50GL F5GL || <!--Chipset-->T5800 with 965 || <!--IDE-->{{N/A}} || <!--SATA-->{{Maybe}} || <!--Gfx-->{{Maybe|use VESA 2d - Nvidia 8200M G84 runs hot}} || <!--Audio-->{{No|HD Audio MCP79 with codec}} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{No|MCP79}} || <!--Wireless-->{{No|Atheros AR5B91 AW-NE77}} || <!--Test Distro-->Icaros 2.2 || <!--Comments-->2008 64bit not much support no display with nouveau - 19v barrel |- | <!--Name-->Asus ASUS G50 & G51 series G50V G50Vt G51V G51VX G51J G51Jx G50VT X1 X5 ROG || <!--Chipset-->AMD64 with MCP71 || <!--IDE-->{{N/A}} || <!--SATA-->{{Yes}} || <!--Gfx-->nVidia GeForce 9800M GS (G94M) up to GT200 [GeForce GTX 260M] (G92M) || <!--Audio-->Nvidia HD Audio with codec || <!--USB--> || <!--Ethernet-->{{No|Atheros L1C atl1c}} || <!--Wireless-->Atheros G or Intel || <!--Test Distro-->ICaros || <!--Comments-->2009 64bit not all GPUs are failing but a much higher % failing early, 8x00 and 9x00 G84, G86, G92, G94, and G96 series chips dying - |- | <!--Name-->Series F9 F9E F9dc F9f F9j F9s || <!--Chipset-->965GM || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{maybe|Vesa}} || <!--Audio-->{{yes|HD Audio ALC660 playback}} || <!--USB-->{{yes|works}} || <!--Ethernet-->{{yes|RTL8169 }} || <!--Wireless-->{{no|intel 3495 not working}} || <!--Test Distro-->Icaros 1.41 || <!--Comments-->64bit possible - small form factor sub notebook, compact and works well but no 3D graphics |- | P52F SO006X || i3-370M || IDE || SATA || {{yes|nVidia G92 [GeForce 9800 GT] (2D)}} || {{no|Intel HD Audio}} || {{yes|2 USB2.0}} || {{no|Atheros AR8121 AR8113 AR8114 (l1e)}} || {{dunno}} || Icaros 1.3 || 2010 64bit |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->A53U XT2 A53Z K53B X53U || <!--Chipset-->E350 or A6 3400M (A43TA A53TA XE2 A73T) || <!--IDE-->{{N/A|}} || <!--SATA--> || <!--Gfx-->{{No| use VESA ATi 6310 or 6520}} || <!--Audio-->{{Yes| }} || <!--USB--> || <!--Ethernet-->{{Yes|RTL8111}} || <!--Wireless-->{{No| }} || <!--Test Distro-->Icaros 2.1.2 || <!--Comments-->2011 64bit - |- | <!--Name-->X55U X401U X501U || <!--Chipset-->C60, C70 or E1 1200 E2 1800 || <!--IDE--> || <!--SATA--> || <!--Gfx-->6290G || <!--Audio--> || <!--USB--> || <!--Ethernet-->Realtek 8111 8169 || <!--Wireless-->Atheros AR9485 || <!--Test Distro--> || <!--Comments-->2013 |- | <!--Name-->K55N || <!--Chipset-->AMD a6 4400M A8 4500M || <!--IDE--> || <!--SATA--> || <!--Gfx-->AMD 7640G || <!--Audio-->HD Audio through ATi Trinity HDMI || <!--USB--> || <!--Ethernet--> || <!--Wireless-->Atheros AR9485 || <!--Test Distro--> || <!--Comments-->2013 64bit |- | <!--Name-->X102BA || <!--Chipset-->Llano E1 1200 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Radeon HD 8180 || <!--Audio--> || <!--USB--> || <!--Ethernet-->RTL8101E RTL8102E || <!--Wireless-->Qualcomm Atheros AR9485 || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->X452EA X552EA F552E K55N K75D || <!--Chipset-->AMD with || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Maybe|use VESA for AMD ATI Sun XT Radeon HD 8330 8670A 8670M 8690M}} || <!--Audio-->{{Yes|AMD FCH Azalia rev 02 with ALC898 codec}} || <!--USB--> || <!--Ethernet-->{{{Yes|Realtek RTL8111 8168 8411}} || <!--Wireless-->{{No|Atheros AR9485}} || <!--Test Distro-->Icaros 2.1 || <!--Comments-->2013 64BIT kabini trinity E1 2100 or A4 5000M A8 4500M A10 4600M |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Vivobook X512DA F512DA || <!--Chipset-->AMD R5 3500U || <!--IDE--> || <!--SATA--> || <!--Gfx-->AMD RX Vega || <!--Audio--> || <!--USB-->{{No|USB 3.1 gen }} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2019 2020 15.6in FHD IPS |- | <!--Name-->ROG Zephyrus G14 || <!--Chipset-->AMD 4900HS 4800HS 4600HS || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{No|Nvidia 1650Ti 1660Ti 2060}} || <!--Audio--> || <!--USB-->{{No|Gen 3}} || <!--Ethernet--> || <!--Wireless-->Intel ax wifi 6 || <!--Test Distro--> || <!--Comments-->2020 64bit |- | <!--Name-->Zenbook 14 || <!--Chipset-->AMD 4500U || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Vega 8 || <!--Audio--> || <!--USB-->{{No|Gen 3}} || <!--Ethernet-->{{N/A}} || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2020 64bit - LPDDR4 ram - |- | <!--Name-->G14 || <!--Chipset-->AMD 6900HS 6800u 6600u 6400u || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->680M RDNA2 || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2022 64bit - |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ==== Dell ==== [[#top|...to the top]] Order of build quality (Lowest to highest) <pre > Studio Inspiron Vostro XPS Alienware Precision Latitude - good cases - electronics similar to everyone else as long as avoiding ATi Nvidia GPU BGA balled soldered graphics </pre > {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name-->Latitude CP 233GT, CPi d233xt d266xt D300XT a366xt, CPt S400GT S500GT S550GT S600GT S700ST, CPt C333GT C400GT || <!--Chipset-->Neo Magic || <!--IDE--> || <!--SATA--> || <!--Gfx-->Use VESA - Neo magic Magic Media 2160 2360 256ZX || <!--Audio-->{{No|crystal pnp 4237b or magic media 256zx sound nm2360}} || <!--USB-->USB 1.1 || <!--Ethernet-->{{N/A}} || <!--Wireless-->{{N/A}} || <!--Test Distro--> || <!--Comments-->1998 32bit Low-Density 16-chip 144p 144-pin 32Mx64 3.3V SODIMM - |- | <!--Name-->Dell Latitude CPx H450GT H500GT H Series, CPt V433GT V466GT V600, Inspiron 5000 || <!--Chipset-->Intel 440BX with Pentium 3M (CPx) or Celeron (CPt) || <!--IDE-->{{{Yes| }} || <!--SATA-->{{N/A| }} || <!--Gfx-->{{Maybe|Use Vesa - ATi Rage Pro Mobility M1}} || <!--Audio-->{{No|ESS ES1978 Maestro 2E Canyon 3D}} || <!--USB-->{{Yes|1 slot 1.1 only}} || <!--Ethernet-->{{N/A}} || <!--Wireless-->{{N/A| }} || <!--Test Distro-->NB May 2013 || <!--Comments-->1998 32bit - 3 pin PA-6 PA6 power adapter plug - CDROM DVD Cxxx family media bay accessories untested |- | <!--Name-->Latitude C500 C600 (Quanta TM6) Inspiron 4000 7500, CPx J Series || <!--Chipset-->440BX ZX/DX || <!--IDE-->{{yes}} || <!--SATA-->{{N/A}} || <!--Gfx-->{{partial|ATI Rage 128Pro Mobility M3 (VESA only)}} || <!--Audio-->{{no|ES1983S Maestro 3i}} || <!--USB-->{{yes|USB 1.1 only}} || <!--Ethernet-->{{N/A|some models had mini pci e100}}|| <!--Wireless-->{{N/A|a few came with internal antenna wiring}} || <!--Test Distro--> || <!--Opinion-->square 3 pin charger PA9 PA-9 - C/Dock II untested - C/Port untested - Parallel to Floppy cable untested - CPx J600GT J650GT J700GT J750GT J800GT J850GT |- | <!--Name-->Latitude C510 C610 Insprion 4100 PP01L 2600 || <!--Chipset-->i830 and 1GHz+ P3-M || <!--IDE-->{{yes}} || <!--SATA-->{{N/A}} || <!--Gfx-->{{partial|use VESA - ATI Radeon Mobility M6}} || <!--Audio-->{{No|AC97 CS4205}} || <!--USB-->{{maybe| }} || <!--Ethernet-->{{yes|3Com Etherlink}} || <!--Wireless-->{{Maybe|internal antenna wiring for an Atheros mini pci card}} || <!--Test Distro--> || <!--Opinion-->poor build quality - hard to find in good working order |- | <!--Name-->Latitude C400 || <!--Chipset-->Intel 830 || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Maybe|use VESA Intel 830 CGC}} || <!--Audio-->{{No|ac97 Crystal 4205}} || <!--USB--> || <!--Ethernet-->{{Yes|3Com 3c905C TX/TX-M}} || <!--Wireless-->{{N/A| }} || <!--Test Distro--> || <!--Comments-->Slim for the time - no media bays |- | <!--Name-->Latitude C640 (Quanta TM8) C840 Inspiron 8k2 8200 i8200 precision m50 || <!--Chipset-->P4M with 845EP || <!--IDE--> || <!--SATA--> || <!--Gfx-->use VESA if ATi - use nouveau if 64mb Nvidia Gforce 4 440 Go || <!--Audio-->AC97 CS4205 || <!--USB--> || <!--Ethernet-->3com 905c || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->C640 had one fan so was noisy and hot - C840 had 2 fans and ran slightly cooler but fan noise louder |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | Latitude D400 || P-M 82845 || {{yes|82801 ide}} || {{N/A}} || {{partial|VESA only}} || {{yes|AC97 Audio playback only}} || {{maybe|USB 2.0}} || {{maybe|PRO 100 VM (KM)}} || {{no|BCM4318 AirForce one 54g replace with atheros 5k mini pci}} || <!--Test Distro--> Icaros 1.2.4 || 2003 32bit will boot from USB stick - won't boot from USB-DVD - no sd card slot - power plug style changed |- | Latitude D500 / D505 PP10L || 855GME * revA00 * revA03 * revA06 | {{yes|IDE but needs the Dell adapter}} || {{N/A}} || {{partial|855GM Gfx (VESA only)}} || {{Yes|Intel AC97 with IDT STAC 9750 codec playback head phones only}} || {{maybe| }} || {{yes|PRO 100 VE}} || {{no|Broadcom BCM4306 but exchange with atheros g in panel on laptop bottom}} || <!--Test Distro-->Icaros 2.1.1 || 2003 - 14 / 15 inch XGA 4:3 screen - plastic build - no sd card slot - boots from bay optical drive - not powering on/off with ac adapter is a [http://www.geekzone.co.nz/forums.asp?forumid=37&topicid=30585 mobo fault of PC13 SMT 1206 ceramic cap hot] suggest [http://www.die4laser.com/D505fix/ 0.1uF 50V instead] - pc2700 333Mhz ram 1Gb max - |- | Latitude D505 (some) || VIA VT8237 VX700 || {{yes|IDE}} || || {{partial|VESA 2d on ATI RV350 Radeon 9550}} || {{no|VIA AC97 with codec}} || {{maybe|VIA USB glitchy}} || {{yes|VIA VT6102 Rhine-II}} || {{no|Intel 2200g Calexico2}} || <!--Test Distro--> || 2003 32bit little support - diagnostics pressing holding the Fn key, press the Power ON button (battery removed). Check the LEDs pattern - cmos battery behind flap in laptop battery slot - |- | <!--Name-->Inspiron 1000 || <!--Chipset-->SIS || <!--IDE--> || <!--SATA-->{{N/A}} || <!--Gfx-->{{maybe|use VESA SIS}} || <!--Audio-->{{Yes|AC97 SIS with AD1981B codec playback}} || <!--USB-->{{maybe| }} || <!--Ethernet-->{{Yes|SIS 900 but}} || <!--Wireless-->{{N/A}} || <!--Test Distro-->Icaros 2.1 || <!--Comments-->2004 32bit [[https://www.youtube.com/watch?v=Zd9eGGfFc7I boots James Kendall Celeron Amiga]] and [https://forum.level1techs.com/t/my-time-with-icaros-desktop-and-what-i-am-doing-as-a-dev-contributor-also-some-other-shit/113358 aremis using it] |- | <!--Name-->Inspiron 1100 || <!--Chipset-->845 || <!--IDE-->{{Yes| }} || <!--SATA-->{{N/A}} || <!--Gfx-->{{Maybe|use VESA Intel 845G }} || <!--Audio-->{{Yes|AC'97 playback}} || <!--USB-->{{maybe| }} || <!--Ethernet-->{{Maybe|Broadcom 4401}} || <!--Wireless--> || <!--Test Distro-->Icaros 1.5 || <!--Comments--> |- | <!--Name-->Inspiron 8500 5150 || <!--Chipset-->P4 855GM || <!--IDE-->{{Yes| }} || <!--SATA-->{{N/A}} || <!--Gfx-->{{Yes|Nvidia 5200 Go - VESA if intel gfx}} || <!--Audio-->{{Yes|MCP AC97 with SigmaTel 9750}} || <!--USB-->{{maybe| }} || <!--Ethernet-->{{Maybe|Broadcom 440x untested}} || <!--Wireless-->{{No|Broadcom 4306 rev 02 use Atheros Mini PCI}} || <!--Test Distro-->Icaros 2.3 || <!--Comments-->32bit P4 runs well but wifi needs to be changed to Mini PCI Atheros to get Internet |- | Latitude X300 PP04S small, slim and light case || 855GME * revA00 Intel ULV 1.2 Ghz * revA01 Intel ULV 1.4Ghz | {{yes|IDE internal and will boot cd/dvd through dock PR04S}} || {{N/A}} || {{partial|855GM Gfx (VESA only)}} || {{Yes|Intel AC97 with STAC 97xx codec but no audio out of the dock}} || {{maybe|works but dock usb ports and usb DVD PD01S not detected}} || {{No|Broadcom BCM5705M gigabit}} || {{no|Broadcom BCM4306 later intel - replace with atheros in the underside}} || <!--Test Distro-->Icaros 2.1.1, AROS One 1.6 usb, || 2004 12.1" 1024 x 768 - 19.5v PA-10 or PA-12 dell - ACPI works but bad s3 ram suspend sleep - no sd card boot - 1Gb max ddr 2700 |- | <!--Name-->Latitude D600 (Quanta JM2) PP05L - 600m || <!--Chipset-->82855 PM i855 * reva00 * revA01 * revA02 * revA03 * revA04 | <!--IDE--> {{yes}} || <!--SATA--> {{N/A}} || <!--Gfx-->{{Maybe|Use VESA - ATI Radeon RV250 Mobility FireGL 9000}} || <!--Audio-->{{Yes|AC97 - STAC 9750}} || <!--USB-->{{maybe| }} || <!--Ethernet-->{{no|Broadcom BCM5705}} || <!--Wireless-->{{no|Intel 2100 or Broadcom BCM4306 - swap for Atheros panel in base}} || <!--Test Distro--> Icaros 1.3 and [http://www.amiga.org/forums/archive/index.php/t-62187.html 1.4.1 and 2.1.1] || <!--Opinion-->2003 32bit 14inch using pc2100 memory with Caps light blinking is usually a memory error - Dell D505 D600 power up pressing the case docking port - |- | <!--Name-->Latitude D600 (Quanta JM2) || <!--Chipset-->82855 PM i855 || <!--IDE--> {{yes}} || <!--SATA--> {{N/A}} || <!--Gfx-->{{Yes|2D only vidia NV28 GeForce4 Ti 4200 Go 5200 Go 5650 Go}} || <!--Audio-->{{Yes|AC97 - STAC 9750}} || <!--USB-->{{maybe| }} || <!--Ethernet-->{{no|Broadcom BCM5705}} || <!--Wireless-->{{no|Broadcom BCM4306 mini pci - swap for Atheros}} || <!--Test Distro--> Icaros 1.3 and [http://www.amiga.org/forums/archive/index.php/t-62187.html 1.4.1] || <!--Opinion-->2003 32bit 14" - solder joints on the bios chip (press down f7/f8 keys) - RAM clean with eraser - memory cover plate maybe apply some pressure - |- | <!--Name-->D800 (Compal LA-1901) || <!--Chipset-->Intel 855 || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio-->AC97 || <!--USB-->{{maybe| }} || <!--Ethernet-->Broadcom 570x || <!--Wireless-->Broadcom 4309 || <!--Test Distro--> || <!--Comments-->2004 32bit - trackpoint type pointing device - |- | <!--Name-->D800 || <!--Chipset-->Intel 855 || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{No|Nvidia }} || <!--Audio-->AC97 || <!--USB-->{{maybe| }} || <!--Ethernet-->Broadcom 570x || <!--Wireless-->Broadcom 4309 || <!--Test Distro--> || <!--Comments-->2004 32bit 15inch 39cm |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Inspiron 1200 2200 PP10S Latitude 110L m350 1.3Ghz || <!--Chipset-->Intel 915GM || <!--IDE--> {{yes|UDMA boots cd or DVD and installs to HDisk}} || <!--SATA--> {{N/A}}|| <!--Gfx-->{{yes|Intel GMA900 (2D and 3D openGL 1.x) Gearbox 56}} || <!--Audio-->{{yes|Intel AC97 playback only}} || <!--USB-->{{maybe|USB 2.0}} || <!--Ethernet-->{{yes|Intel PRO 100 VE}} || <!--Wireless-->{{no|BroadCom BCM4318 - swap for Atheros mini PCI in base panel}} || <!--Test Distro-->Icaros 1.4.5 || <!--Comments-->2005 single core 32bit 14" 4:3 1024 768 XGA screen - heavy 6 lbs - PA16 barrel 19V 3.16A AC adapter - battery life 4cell 29WHr lasts 2 hours - 256mb soldered with 1 ddr pc2100 sodimm 1gb max - |- | <!--Name-->Inspiron 1300 business B130 home PP21L Latitude 120L B120 by Compal - Inspiron 630m || <!--Chipset-->Intel Celeron M360 1.4GHz, M370 1.50 GHz, M380 1.73GHz || <!--IDE-->{{Yes|boots cd or DVD and installs to HDisk}} || <!--SATA-->{{N/A}} || <!--Gfx-->{{Yes|GMA 915 2D and 3D openGL 1.x tunnel 172 gearbox 70}} || <!--Audio-->{{Yes|HD Audio playback ear phones only}} || <!--USB-->{{maybe|works but waiting boot fail with AROS One usb version}} || <!--Ethernet-->{{Yes|Broadcom 440x}} || <!--Wireless-->{{No|intel 2200 or BCM4318 swap for Atheros mini pci - one antenna lead for main wifi}} || <!--Test Distro-->Icaros 2.1.2, AROS One 1.6 usb, || <!--Comments-->2005 32bit single core - 14.1″ XGA 4:3 or 15.4" WXGA wide 1280 x 800 matte - ddr2 ram (2gb max) and wireless card access underside - PA-16 19v psu tip 7.4mm * 5mm - f10 boot select f1 bios |- | Latitude X1 PP05S || PP-M GMA915 rev A00 1.1GHz non-pae || {{yes|ide 1.8in under keyboard}} || {{N/A}} || {{Yes|Intel 915GM 2D and 3D OpenGL 1.3 tunnel and gearbox }} || {{yes|AC97 playback only with STAC codec}} || {{maybe|USB 2.0 but will not boot AROS One USB version}} || {{No|Broadcom 5751}} || {{no|Intel 2200BG - swap for Atheros mini pci under keyboard palm rest}} || <!--Test Distro-->Aros One 1.5 usb, || 2005 32bit 12.1" 4:3 1024 x 768 - sd slot not bootable - 256mb soldered to board and 1 sodimm slot ddr2 under keyboard - pa-17 pa17 19v octagonal psu port - |- | Latitude D410 PP06S *rev A00 *A01, A02 *A03 || GMA915 1.6GHz Pentium® M 730, 1.7GHz, 750 1.86GHz & 760 2.0GHz, 770 2.13GHz || {{yes|caddy and adapter needed 2.5" - remove hdd and write}} || {{N/A}} || {{Yes|Intel 915GM 2D and 3D OpenGL 1.3 tunnel 170 and gearbox 75}} || {{yes|AC97 playback only with STAC 9751 codec}} || {{maybe|works but will not boot from USB-DVD or AROS One 1.5 usb version}} || {{No|Broadcom 5751}} || {{no|Intel 2915ABG or later 2200BG - swap for Atheros mini pci under keyboard}} || <!--Test Distro-->Icaros 1.4, 2.1.1 and AROS One 1.5 usb, || 2005 32bit 12.1" 4:3 1024 x 768 - no sd card slot - PR06S dock base |- | <!--Name-->Latitude D510 (Quanta DM1) || <!--Chipset-->915GM socket 479 || <!--IDE--> {{N/A}} || <!--SATA--> {{partial|IDE mode}}|| <!--Gfx-->{{yes|Intel GMA 915 2D and 3D}} || <!--Audio-->{{Yes|AC97 STAC 975x}} || <!--USB--> {{maybe|USB 2.0}} || <!--Ethernet-->{{no|Broadcom BCM5751}} || <!--Wireless-->{{no|Intel PRO Wireless 2200BG swap Atheros mini pci in base}} || <!--Test Distro--> || <!--Comments-->2005 14.1" 32bit single core Intel Celeron M 1.6GHz Pentium M 730 1.73Ghz - squarish 3:2 - issues with 3rd party battery 4 quick flashes of red led with 1 final green |- | <!--Name-->Latitude D610 (Quanta JM5B) PP11L || <!--Chipset-->910GML 915GM with mobile 1.6 to 2.26ghz * Rev A0x * Rev A0x * Rev A07 1.73Ghz | <!--IDE--> {{N/A}} || <!--SATA--> {{partial|IDE mode}}|| <!--Gfx-->{{yes|Intel GMA 915 2D and 3D tunnel 174 gearbox 74}} || <!--Audio-->{{yes|Intel AC97 speaker head phones playback only with stac codec}} || <!--USB--> {{maybe|USB 2.0}} || <!--Ethernet-->{{no|Broadcom BCM5751}} || <!--Wireless-->{{no|Intel 2200BG or Broadcom mini pci under keyboard, swap wifi card for atheros 5k}} || <!--Test Distro-->Icaros 2.1.1 || <!--Comments-->2005 32bit 14" 1024 x 768 - very noisy clicky trackpad buttons - one dimm slot under keyboard and other in underside 2GB 533Mhz 667Mhz DDR2 max - |- | <!--Name-->Latitude D610 (Quanta JM5B) 0C4717 REV A05, 0K3879 REV.A00 || <!--Chipset-->915GM || <!--IDE--> {{N/A}} || <!--SATA--> {{partial|IDE mode}}|| <!--Gfx-->{{Maybe|Use VESA 2d - Ati X300 no radeon 2d}} || <!--Audio-->{{yes|Intel AC97}} || <!--USB--> {{maybe|USB 2.0}} || <!--Ethernet-->{{no|Broadcom NetXtreme 57xx Gigabit replace with Atheros 5k}} || <!--Wireless-->{{no|Intel PRO Wireless 2200BG mini pci use Atheros 5k}} || <!--Test Distro-->Icaros 2.1.1 || <!--Comments-->2005 32bit 14" 1024 x 768 - very noisy clicky trackpad buttons - 19.5v psu |- | <!--Name-->Latitude D810 (Quanta ) || <!--Chipset-->915GM || <!--IDE-->{{Yes| }} || <!--SATA-->{{N/A}} || <!--Gfx-->{{Maybe|Use VESA 2d - Ati X300 RV370 M22 later x600}} || <!--Audio-->{{yes|Intel AC97 stereo playback only idt 9751 codec}} || <!--USB--> {{maybe|USB 2.0 but no boot from usb on 1.5}} || <!--Ethernet-->{{no|Broadcom NetXtreme 57xx Gigabit}} || <!--Wireless-->{{no|Intel PRO Wireless 2200BG mini pci replace with Atheros 5k}} || <!--Test Distro-->Icaros 2.1.1, aros one 1.5 || <!--Comments-->2005 32bit 15.4" F12 one time boot menu - 19.5v 90w psu ideal - battery not same as later dx20 ones - |- | <!--Name-->Studio XPS M1210 || <!--Chipset-->GM945 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->nVidia G72M 7300 || <!--Audio-->HD Audio IDT 92xx || <!--USB-->{{Maybe| }} || <!--Ethernet-->{{Maybe|Broadcom BCM4401 B0}} || <!--Wireless-->{{No|Broadcom BCM4311 - swap for Atheros 5k mini pci-e}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Inspirion E1705 9200 9300 9400 || <!--Chipset-->945GM || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Nvidia 6800, ati X300 or nVidia 7900GS gpu 3d corrupt || <!--Audio--> || <!--USB-->{{Maybe| }} || <!--Ethernet-->{{Maybe|Broadcom BCM4401}} || <!--Wireless-->Intel 3945 swap with Atheros 5k mini pcie || <!--Test Distro--> || <!--Comments-->[http://amigaworld.net/modules/news/article.php?mode=flat&order=0&item_id=6481 increasing vertical lines issues] |- | <!--Name-->Inspiron 1501 PP23LA Latitude 131L || <!--Chipset-->AMD on ATI RS480 || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Maybe|Use VESA 2d - ATI 1150 (x300) RS482M Mobility Radeon Xpress 200}} || <!--Audio-->{{Yes|HD audio with stac 92xx codec}} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{Maybe|Broadcom bcm 4401}} || <!--Wireless-->{{No|Broadcom bcm4311 replace with Atheros 5k}} || <!--Test Distro-->Icaros 1.5 || <!--Comments-->2006 64bit 15.4 inch Matt 16:10, 1280x800 pixel, WXGA TFT Display - first Dell AMD machine - Sempron 1.8GHz Turion MK-36 or X2 1.6Ghz TL-50 or TL-56 |- | <!--Name-->Inspiron 6400 E1505 PP20L *A00 Pentium M *A0? Core Duo T2060 *A0? Core2 Duo || <!--Chipset-->GM945 || <!--IDE-->{{N/A}} || <!--SATA-->{{Maybe|}} || <!--Gfx-->{{Maybe|vesa 2d - Ati x1300 RV515 M52, x1400 or nvidia go 7300 on daughter board}} || <!--Audio-->{{yes|HD Audio IDT 9200}} || <!--USB-->{{Yes|usb boot }} || <!--Ethernet-->{{Yes|Broadcom BCM4401 B0}} || <!--Wireless-->{{No|Intel 3945 - swap for Atheros 5k mini pci-e}} || <!--Test Distro-->Icaros 2.1, AROS One 1.6 || <!--Comments-->2006 mostly 32bit but - 15.4 inch glossy - 2 ddr2 sodimm slots - broadcom bcm92045 bluetooth detected but no support - 19.5v dell psu socket - f2 bios setup, f12 boot order - |- | <!--Name-->Inspiron 6400 (Quanta FM1) *A00 Pentium M *A0? Core Duo T2060 *A08 Core2 Duo || <!--Chipset-->GM945 T2050 T2060 T2080 32bit || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{Yes|GMA }} || <!--Audio-->{{Maybe|HD Audio IDT 92xx}} || <!--USB--> || <!--Ethernet-->{{Maybe|Broadcom BCM4401 B0}} || <!--Wireless-->{{No|Broadcom BCM4311 swap for Atheros 5k mini pci-e under keyboard}} || <!--Test Distro--> || <!--Comments-->2006 32bit - 15.4" glossy - sd card - front multimedia keys - dvd rw - generic dell keyboard for the time - coin cr2032 bios battery under keyboard |- | <!--Name-->Inspiron 640m PP19L XPS M140 e1405 || <!--Chipset-->Core Solo to T2300 Duo 1.83GHz T2400 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel GMA 950 || <!--Audio-->HD Audio IDT || <!--USB--> || <!--Ethernet-->Broadcom || <!--Wireless-->{{No|Broadcom 43xx firmware licencing issues - swap for Atheros 5k}} || <!--Test Distro--> || <!--Comments-->2006 32 bit - 12.1 LCD CCFL WXGA 1280x800 up to 14.1 inch 16:10 1440x900 pixel, WXGA+ UltraSharp - supports also SSE3 on duos - |- | <!--Name-->Precision M65 M90 XPS M1710 || <!--Chipset-->945PM with T2600 T2700 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->nVidia Quadro FX 350M 1600M 1500M G71 on par with the Go7900 GS to GTX 7950 || <!--Audio-->HD Audio with STAC 92XX codec || <!--USB--> || <!--Ethernet-->Broadcom BCM5752 || <!--Wireless-->Broadcom BCM4311 BCM4328 swap with Atheros 5k || <!--Test Distro--> || <!--Comments-->2006 17" workstation type WXGA+ screen manufactured by AU Optronics poor viewing angles, unevenly lit, light leakage |- | <!--Name-->[http://aros-exec.org/modules/newbb/viewtopic.php?start=10&topic_id=6931&viewmode=flat&order=ASC&type=&mode=0 Latitude D420 (Compal LA-3071P)] PP09S || <!--Chipset-->945 * revA00 Core Solo 1.2Ghz ULV U1400 * revA01 Core Duo 1.06Ghz u2500 * revA02 Core Duo 1.2Ghz | <!--IDE-->{{yes|ZIF 1.8" slow under battery, ribbon cable}} || <!--SATA-->{{N/A}} || <!--Gfx-->{{yes|Intel GMA950 - 2D and 3D opengl tunnel 138 gearbox 103}} || <!--Audio-->{{yes|HD Audio with STAC 92xx playback speakers head phones only)}} || <!--USB-->{{yes|2 and external usb optical drive works}} || <!--Ethernet-->{{no|Broadcom BCM5752}} || <!--Wireless-->{{No|Intel 3945 mini pcie - swap Atheros 5k in base panel}} || <!--Test Distro-->Icaros Desktop 1.4 || <!--Opinion-->2006 32bit only - 12.1" 1280x800 - PR09S dock base rev02 DVD-RW usb boots - 1GB DDR2 2Rx16 max in base panel - f2 setup f5 diagnostics f12 boot list - |- | <!--Name-->Latitude D520 PP17L || <!--Chipset-->GMA950 * rev A02 64bit and to 4GB * rev A01 945GM Core Duo 32bit to 2GB * rev A00 940GML Celeron M / Core Solo 1.86Ghz | <!--IDE-->{{N/A}} || {{Yes|SATA}} || {{Yes|Intel GMA 950 2D and OpenGL 1 3D tunnel 210 gearbox 153}} || {{Yes|HD audio with STAC 9200 codec}} || {{Yes| }} || {{No|Broadcom BCM5752}} || {{No|Broadcom BCM4312 BCM4321 Dell 1390 / 1490 mini pcie replace with atheros 5k in base panel}} || <!--Test Distro--> Icaros 1.4 and 2.2 || 2005 4:3 aspect ratio 14.1 (XGA 1024x768) or 15 inches (with up to XGA+ 1400 by 1050) |- | <!--Name-->Latitude D620 (Compal LA-2792) PP18L || <!--Chipset-->945GMS * rev A00 all Core Duo's 32 bit * rev A0x all Core 2 Duo's 64 bit | <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel GMA 950 (2D and 3D tunnel gearbox opengl1 || <!--Audio-->{{yes|HD Audio playback}} || <!--USB-->{{yes| }} || <!--Ethernet-->{{no|Broadcom BCM5752}} || <!--Wireless-->{{no|Intel 3945 mini pcie swap with Atheros 5k}} || <!--Test Distro-->AspireOS Xenon || <!--Opinion-->2006 64bit AROS capable with later revisions - 14" 1280 x 800 |- | <!--Name-->Latitude D620 || <!--Chipset-->Intel i945 * revA00 all Core Duo's 32 bit * revA01 all Core 2 Duo's 64 bit | <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Nvidia 7300, 7600 NVS 110M G72 || <!--Audio-->{{dunno|HD Audio with STAC 9200 codec}} || <!--USB--> || <!--Ethernet-->{{No|Broadcom BCM5752}} || <!--Wireless--> {{dunno}} || <!--Test Distro--> || <!--Opinion-->1440x900 screen - LA-2792P Rev.2.0 - DT785 UC218 Fan/ Heatsink (64bit) - |- | <!--Name-->Latitude D820 (Quanta JM6) || <!--Chipset-->945GMS 940GML * rev A00 * rev A01 | <!--IDE-->{{N/A}} || <!--SATA-->{{Maybe| }} || <!--Gfx-->{{Yes|Intel GMA 2D and 3D tunnel 195 - 100? gearbox 156}} || <!--Audio-->{{Yes|HD Audio with STAC 9200 playback}} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{No|Broadcom BCM5752}} || <!--Wireless-->{{No|BCM4310 replace with mini pcie atheros 5k}} || <!--Test Distro-->Icaros 2.1.2 || <!--Opinion-->2007 widescreen 15 inch 1280 x 800 matte - - |- | <!--Name-->Latitude D820 (Quanta JM) || <!--Chipset-->945GMS 940GML * revA00 * revA01 | <!--IDE-->{{N/A}} || <!--SATA-->{{Maybe| }} || <!--Gfx-->{{Maybe|Nvidia NVS 110M 120M G72}} || <!--Audio-->{{Yes|HD Audio STAC 9200}} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{No|Broadcom BCM5752}} || <!--Wireless-->{{No|BCM4310 swap with Atheros 5k mini pcie}} || <!--Test Distro--> || <!--Opinion-->15.4 1650x1050 WXGA or WSXGA+ or 1920x1200 WUXGA - |- | <!--Name-->Dell Latitude D531 15" || <!--Chipset-->AMD Turion X2 TL56 or TL60 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{Maybe|Use VESA - ATi xpress X1270}} || <!--Audio-->HD Audio with IDT codec || <!--USB-->{{Maybe| }} || <!--Ethernet-->{{No|Broadcom 57xx}} || <!--Wireless-->Intel 3945 or Dell Wireless 1390, 1505 or BCM4311 mini pcie || <!--Test Distro--> || <!--Comments-->2007 64bit possible - no trackpoint - fails and goes wrong often - |- | <!--Name-->Latitude D430 PP09S || <!--Chipset-->945 with Core2 Duo C2D U7500 1.06GHz U7600 1.2GHz U7700 1.33GHz * rev A00 * rev A01 * rev A02 | <!--IDE-->ZIF PATA 1.8inch under battery and ribbon cable - slow use USB instead || <!--SATA-->{{N/A}} || <!--Gfx-->{{yes|945GML 2D and 3D opengl 1.x 171 tunnel 105 gearbox}} || <!--Audio-->{{yes|STAC 92xx HD Audio speaker and ear phone - mono speaker}} || <!--USB-->{{yes|3 }} || <!--Ethernet-->{{no|Broadcom BCM5752}} || <!--Wireless-->{{no|Intel 4965 AGN or 3945 ABG mini pci-e underside with Atheros 5k mini pci-e}} || <!--Test Distro-->Aspire 1.8 || <!--Comments-->2007 64bit capable - sd card not supported - 19.5v PA12 power adapter - 12.1" 1280x800 matte - f2 setup f5 diagnostics f12 boot list - |- | <!--Name-->Latitude D530 || <!--Chipset-->GM965 + ICH8 || <!--IDE-->{{N/A}} || <!--SATA-->{{partial|IDE mode}}|| <!--Gfx-->{{partial|nVidia Quadro NVS 135M 2D 3d glitches G86}} || <!--Audio-->{{partial|HD Audio with STAC 9205 head phones only}} || <!--USB-->{{yes|USB 2.0}}|| <!--Ethernet-->{{no|Broadcom BCM5755M}} || <!--Wireless-->{{no|Intel PRO Wireless 3945ABG swap with Atheros 5k}} || <!--Test Distro-->Icaros 1.4.5 || <!--Comments-->2007 [http://amigaworld.net/modules/news/article.php?mode=flat&order=0&item_id=6481 ] cool air intake from underneath needed with pa-10 or pa-3e 90w psu required - standard 4:3 ratio aspect screen - |- | <!--Name-->Latitude D630 (Compal LA-3301P) PP18L || <!--Chipset-->GM965 + ICH8 T7250 2.0Ghz * revA00 * revA01 | <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{yes|Intel GMA X3100 (2D only, no external monitor)}} || <!--Audio-->{{yes|HD Audio STAC 9205 but speaker and head phones}} || <!--USB-->{{yes|4 USB 2.0}}|| <!--Ethernet-->{{no|Broadcom BCM5755M}} || <!--Wireless-->{{no|Broadcom BCM4312 swap with pci-e Atheros 5k under keyboard}} || <!--Test Distro--> || <!--Comments-->2007 64bit possible - F12 to choose boot option - 4400mah 48Wh battery lasts 2 hours - 6600mah 73Wh lasts just over 3 hours |- | <!--Name-->Latitude D630 || <!--Chipset-->GM965 + ICH8 * revA00 [http://amigaworld.net/modules/news/article.php?mode=flat&order=0&item_id=6481 ] GPU heatpad, no copper * revA01 0DT785 heatsink | <!--IDE-->{{N/A}} || <!--SATA-->{{partial|IDE mode}}|| <!--Gfx-->{{partial|use VESA as nVidia NVS 135M 3d corrupts 0.7 tunnel 0.25 gearbox G86}} || <!--Audio-->{{partial|HD Audio with STAC 9205 head phones only}} || <!--USB-->{{yes|USB 2.0}}|| <!--Ethernet-->{{no|Broadcom BCM5755M}} || <!--Wireless-->{{no|Intel PRO Wireless 3945ABG swap with Atheros 5k mini pcie}} || <!--Test Distro-->Icaros 1.4.5 || <!--Comments--> |- | <!--Name-->Latitude D830 || <!--Chipset-->965GM with Core2 * revA00 * revA01 | <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{Yes|GM965 crestline 2d and 3d tunnel 115}} || <!--Audio-->{{Yes| }} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{No| }} || <!--Wireless-->{{Maybe|replace with Atheros 5k mini pcie}} || <!--Test Distro-->Icaros || <!--Comments-->2007 15 inch [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=10480&forum=4&post_id=104520#forumpost104520 works well] updating the LCD is quite easy if you get the WXGA or WSXGA+. you disassemble the front bezel, unscrew the panel, disconnect the old display and connect the new one |- | <!--Name-->Latitude D830 || <!--Chipset-->ICH8, Core2 DUO T7800 @ 2.60GHz || <!--IDE-->{{N/A}} || <!--SATA-->Intel ICH8M Serial ATA || <!--Gfx-->nVidia Quadro NVS 140M G86 || <!--Audio-->{{yes|HD Audio with STAC 92XX codec}} || <!--USB-->{{yes|USB 2.0}} || <!--Ethernet-->Broadcom NetXtreme 57xx Gigabit || <!--Wireless-->Intel Wireless 4965AGN swap with Atheros 5k || <!--Test Distro-->Icaros 2.03 || <!--Comments-->2007 64bit 15." - FN,F2 or FN,F8 or FN,F12 |- | <!--Name-->XPS M1330 M1530 M1730 - WISTRON Hawke || <!--Chipset-->965 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{No|Intel 965 with either Nvidia 8400M 8600M 8700M or 8800GT G84 G86}} || <!--Audio-->HD Audio STAC 9228 || <!--USB--> || <!--Ethernet-->Broadcom or Marvell 88E8040 || <!--Wireless-->Intel 3945 swap with Atheros 5k || <!--Test Distro-->ICAROS 1.5 || <!--Comments-->[http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=7767&forum=1 Did not boot] |- | <!--Name-->Precision M2300 M4300 M6300 || <!--Chipset-->GM965 || <!--IDE-->{{N/A}} || <!--SATA-->{{partial|IDE mode}}|| <!--Gfx-->{{partial|use VESA nVidia Quadro FX 360M (8400GS) 3600M 3500M 2500M G86 to G92}} || <!--Audio-->{{partial|HD Audio with STAC 9205 head phones only}} || <!--USB--> {{yes|USB 2.0}} || <!--Ethernet-->{{no|Broadcom BCM5755M}} || <!--Wireless-->{{no|Intel PRO Wireless 3945ABG 4965 swap with Atheros 5k}} || <!--Test Distro--> || <!--Opinion-->2007 14" 15.6" 17" |- | <!--Name-->Vostro 1310 1510 (Compal LA-4592P) 1710 || <!--Chipset-->Core 2 Duo T7600 or Celeron 540 GMA965 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->GM965 || <!--Audio-->HD Audio with ALC268 codec || <!--USB--> || <!--Ethernet-->Realtek 8111 8169 || <!--Wireless-->Intel 4965 swap with Atheros 5k || <!--Test Distro--> || <!--Comments-->Celeron 540 added 64 bit support (doubling transistor count) |- | <!--Name-->Vostro 1320 1520 (Compal LA-4592P) 1720 (Compal LA-4671P) || <!--Chipset--> || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel GMA 965 || <!--Audio-->Intel HD Audio with Realtek ALC268 or IDT 92HD8X codec || <!--USB-->4 USB 2.0 || <!--Ethernet-->Realtek || <!--Wireless-->{{No|Broadcom BCM4312 or Dell Wireless 1397}} || <!--Test Distro--> || <!--Comments-->up to 17 inch with 13.3 inch WXGA Anti-Glare matt or glossy LED Display (1280 x 800) - |- | <!--Name-->Vostro 1320 1520 (Compal LA-4592P) 1720 || <!--Chipset--> || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Nvdia 9300m to 9600M GS G96 || <!--Audio-->Intel HD Audio with Realtek ALC268 or IDT 92HD8X codec || <!--USB--> || <!--Ethernet-->Realtek || <!--Wireless-->{{No|Broadcom BCM4312 swap with Atheros 5k}} || <!--Test Distro--> || <!--Comments--> 15.4” screen Vostro 1520 with excessive heat buildup on the left hand side palm rest |- | <!--Name-->Precision M2400 M4400 M6400 || <!--Chipset-->GM965 || <!--IDE-->{{N/A}} || <!--SATA--> {{partial|IDE mode}}|| <!--Gfx-->{{partial|VESA 2d for nVidia Quadro FX 770M G86}} || <!--Audio-->{{partial|HD Audio with STAC 9205 head phones only}} || <!--USB--> {{yes|USB 2.0}} || <!--Ethernet-->{{no|Broadcom BCM5755M}} || <!--Wireless-->{{no|Intel swap with Atheros 5k}} || <!--Test Distro--> || <!--Opinion-->2008 14" 15.6" 17" |- | <!--Name-->Studio 17 Studio 1735 (Intel Santa Rosa), Studio 1736 (AMD Turion 64 CPU), Studio 1737 (Intel Montevina), Studio 1745 1747 1749 Intel Calpella || <!--Chipset--> || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2008 / 2009 17inch Core2 or later i7 processor and DDR3 memory - JBL 2.1 speakers 2 x 1.5 watt and 3 watt subwoofer - random keyboard and sound malfunctions - |- | <!--Name-->Latitude E4200 || <!--Chipset--> || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel GM45 || <!--Audio-->HD Audio IDT 92HD 71B7X codec || <!--USB--> || <!--Ethernet--> || <!--Wireless-->Broadcom BCM4322 swap with pci-e Atheros 5k || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Latitude E5400 E5500 || <!--Chipset--> || <!--IDE-->{{N/A}} || <!--SATA-->{{Maybe| }} || <!--Gfx-->{{Yes|Intel GMA (2D)}} || <!--Audio-->{{No|HD Audio but no sound}} || <!--USB-->{{Yes}} || <!--Ethernet-->{{No|BCM5761e}} || <!--Wireless-->{{No| swap with pci-e Atheros 5k}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Latitude E4300 || <!--Chipset-->Intel Core 2 Duo P9400 2.4GHz || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel GMA 4500 MHD || <!--Audio-->HD Audio IDT 92HDxxx || <!--USB--> || <!--Ethernet-->Intel 82567LM || <!--Wireless-->Intel PRO Wireless 5300 AGN swap with pci-e Atheros 5k || <!--Test Distro--> || <!--Comments-->2009 64bit - 13.3" WXGA - sd card Broadcom BCM5880 - |- | <!--Name-->E6400 || <!--Chipset-->Core 2 Duo P9500 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{Maybe|Intel GMA 4500M HD 2D with NVIDIA QUADRO NVS 160M G98}} || <!--Audio-->{{No|Intel HD with IDT 92HD71 codec or later 92HDM61}} || <!--USB--> || <!--Ethernet-->Intel || <!--Wireless-->Broadcom BCM4312 or Intel 5300 swap with mini pci-e Atheros 5k || <!--Test Distro--> || <!--Comments-->2009 early ones problems with the keyboard ribbon cable connector, trackpoints were not good |- | <!--Name-->[http://pick.amigaworld.net/modules/newbb/viewtopic.php?forum=28&topic_id=33755&post_id=617219&viewmode=thread&order=0 Latitude E6410] E6510 E6310 || <!--Chipset-->Intel Core i7 620M i7 820QM || <!--IDE-->{{N/A}} || <!--SATA-->{{Maybe| }} || <!--Gfx-->{{Maybe|NVidia NVS 3100M GT218 2D but 3D through external monitor}} || <!--Audio-->{{Maybe|HD Audio IDT 92HD81}} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{No|Intel }} || <!--Wireless-->{{No|Broadcom or Intel 6200AGN or Link 6300 swap with mini pci-e Atheros 5k}} || <!--Test Distro-->Icaros 1.3 || <!--Comments-->2010 64 bit [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=8999&forum=4&post_id=92267#forumpost92267 ] |- | <!--Name-->E4310 E5410 ATG || <!--Chipset-->Intel 5 series Intel Core i5 560M 1st gen || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel GMA HD 5700 mhd || <!--Audio-->Intel HD Audio with IDT 92HDxx Codec || <!--USB--> || <!--Ethernet-->Intel 82577LM || <!--Wireless-->Broadcom BCM4313 swap with mini pci-e Atheros 5k || <!--Test Distro--> || <!--Comments-->2009 64Bit clarkdale codename CPUs - |- | <!--Name-->Inspiron 1525 PP29L || <!--Chipset-->Core Duo or Core2 Duo || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel || <!--Audio-->HD Audio IDT codec || <!--USB--> || <!--Ethernet-->{{No|Marvell}} || <!--Wireless-->{{No|Broadcom 4312 swap for Atheros 5k mini pci-e}} || <!--Test Distro--> || <!--Comments-->2008 64bit 32bit 15.4" 1200 x 800 - 19.5v dell psu - |- | <!--Name-->Inspiron 1545 PP41L || <!--Chipset--> || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel || <!--Audio-->HD Audio IDT 92HD71B codec || <!--USB--> || <!--Ethernet-->{{No|Marvell 88E8040}} || <!--Wireless-->{{No|Broadcom 4312 swap for Atheros 5k mini pci-e}} || <!--Test Distro--> || <!--Comments-->2009 64bit 15.6" |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->XPS 15 15Z L501X L502X 17 17Z L701X L702X || <!--Chipset-->i7 840QM to i7 2630QM || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel HD 3000 with Nvidia 555 to 525M 540M 555M GT 435M 420M GF108M optimus || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2011 64bit first models are pre and later Sandybridge - 17.3-inch 1600 × 900 to 15.6-inch - |- | <!--Name-->E6420 E6520 ATG semi ruggized XFR || <!--Chipset-->sandy bridge i5 2520M 2540M or duo I7 || <!--IDE-->{{N/A}} || <!--SATA-->set to Bios UEFI mode AHCI || <!--Gfx-->{{Maybe|Intel HD 3000 with optional fermi Nvidia NVS 4200M GF119}} || <!--Audio-->{{Maybe|HD Audio no playback - IDT 92HD90 BXX codec or HDMI codec}} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{No|Intel}} || <!--Wireless-->{{No|Intel 6205 swap with mini pci-e Atheros 5k}} || <!--Test Distro-->Icaros 2.03 || <!--Comments-->2011 64bit very little total support - fan exhausts a lot of hot air when cpu taxed - VGA if Bios ATA set and Vesa only with Bios ACHI set - |- | <!--Name-->E6220 E6320 || <!--Chipset-->2nd gen series 6 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel HD 3000 || <!--Audio-->IDT 92HD90 BXX codec || <!--USB--> || <!--Ethernet-->Intel 82579LM || <!--Wireless-->Intel 5100 swap with mini pci-e Atheros 5k || <!--Test Distro--> || <!--Comments-->2011 |- | <!--Name-->Latitude E5420 || <!--Chipset-->Intel || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel HD 3000 || <!--Audio--> || <!--USB--> || <!--Ethernet-->Broadcom || <!--Wireless-->Broadcom 4313 swap with mini pci-e Atheros 5k || <!--Test Distro--> || <!--Comments-->2011 |- | <!--Name-->Inspiron M5040 || <!--Chipset-->E450, C50 or C60 with A50M chipset || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{Maybe|use VESA AMD Radeon 6320, 6250 or 6290}} || <!--Audio-->{{Yes|HD Audio IDT}} || <!--USB--> || <!--Ethernet-->{{Yes|Realtek RTL8105E VB 10/100}} || <!--Wireless-->{{no|Atheros AR9285 swap with mini pci-e Atheros 5k}} || <!--Test Distro-->icaros 2.1.1 || <!--Comments-->2011 64bit some support |- | Latitude e6230 E6330 E6430 || i3 3320M 3350M 2.8 GHz i5 3360M i7 3520M || {{N/A}} || {{partial|non RAID mode}} || {{partial|Intel HD 4000 (VESA only)}} || {{no|HD Audio}} || {{partial|Intel USB 3.0 (USB 1.1 2.0 only)}} || {{No|Intel 82579LM Gigabit}} || {{No|Broadcom BCM4313 swap with mini pci-e Atheros 5k}} || <!--Test Distro-->Nightly Build 2014 09-27 || 2013 64bit Ivy Bridge - 12.5-inch 13.3-inch 14-inch screen - not great better under hosted |- | <!--Name-->Inspiron 15 3521 5521 5721 || <!--Chipset-->i5 i7 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel HD 4000 or Radeon 8730M or 7670M || <!--Audio-->HD Audio with ALC850 ?? || <!--USB-->USB 3.0 || <!--Ethernet-->Realtek RTL8101E RTL8102E RTL8105E || <!--Wireless-->{{No|Atheros or Dell 1703 1704 1705}} || <!--Test Distro-->Icaros 2.0.3 || <!--Comments-->2013 64bit Panther Point Ivy Bridge Intel(R) 7 Series Mobile - |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name--> || <!--Chipset-->AMD Ryzen 2200U || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->AMD Vega 3 || <!--Audio--> || <!--USB-->{{No|Gen 3}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2018 |- | <!--Name-->Inspiron 5000 || <!--Chipset-->R5 2500u 3500u || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Radeon RX Vega8 || <!--Audio--> || <!--USB-->{{No|Gen 3}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2018 64 bit - |- | <!--Name-->G5 15 SE || <!--Chipset-->AMD 4600H 4800H || <!--IDE--> || <!--SATA--> || <!--Gfx-->Radeon 5600 || <!--Audio--> || <!--USB-->{{No|Gen 3}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2020 |- | <!--Name-->Inspiron 14 7000 2 in 1 || <!--Chipset-->Ryzen R7 4700U R5 4500U || <!--IDE-->{{N/A}} || <!--SATA-->NVMe || <!--Gfx-->RX Vega || <!--Audio--> || <!--USB-->{{No|Gen 3.1 1}} || <!--Ethernet-->{{N/A}} || <!--Wireless-->wifi 6 || <!--Test Distro--> || <!--Comments-->2020 metal 1.5kg - chiclet keyboard - 270 nits screen 45% srgb - 40whr battery 5 hrs - |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ====Fujitsu-Siemens==== [[#top|...to the top]] Order of build quality (Lowest to highest) <pre > Amilo Esprimo Lifebook </pre > {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="5%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name-->Fujitsu [http://www.labri.fr/perso/fleury/index.php?page=bug_transmeta FMV-Biblo Loox S73A (Japan P1100) LifeBook P1120 Biblo Loox T93C (Japan P2120) P2020] || <!--Chipset-->Transmeta Crusoe CPU TM5600 633MHz with Ali M1535 chipset || <!--IDE-->{{Yes}} || <!--SATA-->{{N/A}} || <!--Gfx-->ATI Rage Mobility M with 4MB SDRAM || <!--Audio-->{{No|AC97 Ali M1535 + STAC9723 Codec}} || <!--USB-->USB 1.1 only || <!--Ethernet-->{{N/A}} || <!--Wireless-->{{N/A}} || <!--Test Distro--> || <!--Comments-->1999 32bit 10" 1280 x 600 matte LCD - QuickPoint IV mouse - metal chassis with palm rest plastic - 15GB 2.5 inch drive and SR 8175 8X DVD-ROM drive - |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Lifebook S7000 S7010 S7010D S2020 || <!--Chipset-->Pentium M 1.6 or 1.7GHz || <!--IDE-->{{Yes| }} || <!--SATA-->{{N/A}} || <!--Gfx-->{{Maybe|use VESA - Intel 855}} || <!--Audio-->{{maybe|AC97 with STAC 9751T or 9767 codec}} || <!--USB--> || <!--Ethernet-->{{No|Broadcom}} || <!--Wireless-->{{No|Atheros, Broadcom or Intel 2200BG - FN,F10}} || <!--Test Distro-->Icaros 2.1.1 || <!--Comments-->14.1 inch with minimal support |- | <!--Name-->Lifebook e8010 || <!--Chipset--> || <!--IDE-->{{Yes| }} || <!--SATA--> || <!--Gfx-->{{Maybe|use VESA Intel 855GM}} || <!--Audio-->AC97 STAC9767 or ALC203 codec || <!--USB--> || <!--Ethernet-->{{No|Broadcom NetXtreme BCM5705M}} || <!--Wireless-->Intel PRO Wireless 2200BG || <!--Test Distro-->[http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5336&forum=18&post_id=49506#forumpost49506 Icaros 1.3.1] || <!--Comments-->15.1 inch |- | <!--Name-->Stylistic ST5000 ST5010 ST5011 ST5012 ST5020 ST5021 ST5022 || <!--Chipset-->1.0GHz P-M and later 1.1GHz on Intel 855GME || <!--IDE--> || <!--SATA-->{{N/A}} || <!--Gfx-->Intel 800 use VESA || <!--Audio-->Intel AC97 || <!--USB--> || <!--Ethernet-->Broadcom BCM5788 tg3 || <!--Wireless-->{{No|Intel 2200BG}} || <!--Test Distro--> || <!--Comments-->charged via a proprietary port power connector 16V 3.75A with wacom serial pen interface - indoor Screen transmissive 10.1 and later 12.1 XGA TFT - |- | <!--Name-->Amilo Pro V2010 || <!--Chipset-->VIA CN400 PM880 || <!--IDE--> || <!--SATA-->{{N/A}} || <!--Gfx-->{{No|S3 unichrome use VESA}} || <!--Audio-->{{No|VIA AC97 VT8237 with codec}} || <!--USB--> || <!--Ethernet-->Rhine 6102 6103 || <!--Wireless-->RaLink RT2500 || <!--Test Distro-->Icaros 2.1.2 || <!--Comments-->boot mount - unknown bootstrap error then crashes |- | <!--Name-->Amilo Li 1705 CN896 || <!--Chipset--> with VIA P4M900 || <!--IDE--> || <!--SATA-->{{Maybe|IDE}} || <!--Gfx-->ATi || <!--Audio-->{{No|VIA VT8237 HD Audio with codec}} || <!--USB-->VT82xx 62xx || <!--Ethernet-->{{Yes|VIA Rhine}} || <!--Wireless-->{{No|Atheros G}} || <!--Test Distro-->Icaros 2.1.1 || <!--Comments-->random freezes |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name--> Esprimo Mobile V5535 Skt mPGA 478MN | <!--Chipset--> | <!--IDE--> {{yes|IDE and EIDE}} | <!--SATA--> {{maybe|IDE mode with SIS 5513}} | <!--Gfx--> {{maybe|SiS 771 / 671 (VESA only)}} | <!--Audio--> {{yes|HD Audio SIS968 SIS966 SI7012 with ALC268 codec}} | <!--USB--> {{no|USB 1.1 and 2.0 issues}} | <!--Ethernet--> {{no|SiS 191 gigabit}} | <!--Wireless--> {{yes|Atheros AR5001 mini pci express}} | <!--Test Distro-->aros one 1.5 usb | <!--Comments-->2005 32bit 20v barrel - f2 setup f12 multi boot - random freezing short time after booting - chipset SIS 671MX - |- | <!--Name-->Amilo SI 1520 1521p || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Yes|GMA 2D}} || <!--Audio-->{{No|HD Audio Conexant codec}} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{Yes|Intel Pro 100}} || <!--Wireless--> || <!--Test Distro-->Icaros 1.4.2 || <!--Comments-->Some support but Set Bios option ATA Control Mode to Compatible |- | <!--Name-->Lifebook S7020 S7020D || <!--Chipset--> Pentium M 740 1.73MHz || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel 915 || <!--Audio-->HD Audio ALC260 codec || <!--USB--> || <!--Ethernet-->Broadcom BCM5751M Gigabit || <!--Wireless-->Intel PRO Wireless 2200BG or Atheros 5k || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Stylistic ST5030 ST5031 ST5032 || <!--Chipset-->1 to 1.2GHx Pentium M with 915GM || <!--IDE--> || <!--SATA-->{{N/A}} || <!--Gfx-->Intel 900 || <!--Audio--> || <!--USB--> || <!--Ethernet-->Marvell || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->charged via a proprietary port power connector 6.0 x 4.4 mm round - 200 pin ddr2 ram |- | <!--Name-->Stylistic ST5110 ST5111 ST5112 || <!--Chipset-->945GM with 1.2GHz Core Duo / 1.2GHz 1.3GHz Core2 Duo || <!--IDE-->{{No}} || <!--SATA--> || <!--Gfx-->Intel 900 || <!--Audio-->HD audio with STAC9228 codec || <!--USB--> || <!--Ethernet--> || <!--Wireless-->Intel 3945 ABG or optional atheros || <!--Test Distro--> || <!--Comments-->either 32 or 64 bit - charged via a proprietary port power connector 6.0 x 4.4 mm round - SigmaTel® |- | <!--Name-->E8110 S7110 E8210 || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Yes|945GM}} || <!--Audio-->{{Yes|HD Audio with ALC262 codec playback}} || <!--USB-->{{Yes}} || <!--Ethernet-->{{No|Marvell 88E8055 Gigabit}} || <!--Wireless-->{{No|Intel PRO Wireless 3945ABG}} || <!--Test Distro-->Icaros 2.0 || <!--Comments-->32bit Core Duo |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || CHIPSET || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Lifebook PH521 || <!--Chipset-->AMD E-450 1.65GHz DDR3 1066MHz || <!--IDE--> || <!--SATA--> || <!--Gfx-->HD 6320M || <!--Audio-->Realtek ALC269 || <!--USB--> || <!--Ethernet--> || <!--Wireless-->Atheros 802.11 bgn || <!--Test Distro--> || <!--Comments-->11.6 inch HD SuperFine LED 1366x768 pixels |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ====HP Compaq==== [[#top|...to the top]] Build quality (Lowest to highest) <pre > Presario Pavilion Omnibook ProBook Armada Elitebook </pre > {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name-->1c00 series Compaq Presario [http://users.utu.fi/sjsepp/linuxcompaqarmada100s.html Armada 100S made by Mitac], 1247 || <!--Chipset-->K6-II with PE133 MVP-4 || <!--IDE--> || <!--SATA--> || <!--Gfx-->use VESA - Trident Blade3D AGP sp16953 || <!--Audio-->VIA ac'97 audio [rev20] with AD1881A codec || <!--USB-->{{Maybe|usual VIA issues [rev10]}} || <!--Ethernet-->{{N/A}} || <!--Wireless-->{{N/A}} || <!--Test Distro--> || <!--Comments--> 192MB max - PCcard Texas PC1211 no support - 1200 XL1 1200-XL1xx, XL101, XL103 XL105 XL106 XL109 XL110 XL111 XL116 XL118 XL119 XL125 |- | <!--Name-->1c01 series Armada 110, Evo N150 || <!--Chipset-->Intel with VIA PLE133 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Use VESA - Trident Cyber Blade i1 chipset || <!--Audio-->VIA 686 rev20 82xxx 686a || <!--USB--> || <!--Ethernet-->Intel 82557 Pro 100 || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->max 192mb sodimm 100Mhz 133Mhz ram memory - 1200-XL405A 12XL405A XL502A 12XL502A 1600XL |- | Armada M300 M700 E500 || 440BX || {{Yes| }} || {{N/A}} || {{maybe|ATI Rage LT M1 Mobility (VESA only)}} || {{no|AC97 ESS Maestro 2E M2E ES1987 sound}} || {{yes|USB1.1 only}} || {{No|[http://perho.org/stuff/m300/index_en.html Intel PRO 100+ Mini PCI]}} || {{N/A}} || Aspire OS 2012, Nightly 30-01 2013 and 04-05 2013 || a little support via F10 bios options and Fn+F11 reset CMOS with 64mb ram already on board |- | <!--Name-->HP Omnibook XE3 || <!--Chipset-->Intel BX 600Mhz GC model 256mb or AMD GD 500Mhz || <!--IDE--> || <!--SATA--> || <!--Gfx-->Use VESA - S3 Inc. 86C270 294 Savage IX-MV (rev 11) || <!--Audio-->{{No|ESS ES1988 Allegro 1 (rev 12)}} || <!--USB-->Intel 82371AB PIIX4 USB (rev 01) || <!--Ethernet-->{{N/A}} || <!--Wireless-->{{N/A}} || <!--Test Distro--> || <!--Comments-->2002 32bit no cardbus pcmcia support - no audio from Polk Audio Speakers - |- | <!--Name-->HP Omnibook XE3 || <!--Chipset-->82830 ICH3 P3-M 750MHz 800Mhz 900MHz || <!--IDE-->{{Yes| }} || <!--SATA-->{{N/A}} || <!--Gfx-->{{Maybe|use VESA - CGC 830MG}} || <!--Audio-->{{No|ESS ES1988 Maestro 3i}} || <!--USB-->{{Yes|only one 1.1 port}} || <!--Ethernet-->{{Yes|e100 82557}} || <!--Wireless-->{{N/A|}} || <!--Test Distro-->Icaros 1.51 || <!--Comments-->Boots USB Stick via Plop boot floppy - Memory for GF 256-512mb, GS up 1GB |- | <!--Name-->TC1000 TC-1000 Tablet PC || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx-->NVIDIA NV11 [GeForce2 Go] (rev b2) || <!--Audio-->VIA AC97 Audio (rev 50) || <!--USB-->OHCI NEC USB 2.0 (rev 02) || <!--Ethernet-->Intel 82551 QM (rev 10) || <!--Wireless-->Atmel at76c506 802.11b || <!--Test Distro--> || <!--Comments-->2002 32bit Transmeta LongRun (rev 03) with VT82C686 - Texas Instruments TI PCI1520 PC card Cardbus |- | <!--Name-->HP Compaq R3000 ZV5000 (Compal LA-1851) || <!--Chipset-->Nvidia nForce 3 with AMD CPU || <!--IDE--> || <!--SATA--> || <!--Gfx-->Nvidia NV17 [GeForce4 420 Go 32M] || <!--Audio-->Nvidia || <!--USB--> || <!--Ethernet-->Broadcom or Realtek RTL8139 || <!--Wireless-->{{Maybe|Broadcom BCM4303 BCM4306 or Atheros bios locked}} || <!--Test Distro--> || <!--Comments-->Some laptops, especially HPs have a setting to automatically disable wireless if a wired connection is detected |- | <!--Name-->Compaq [http://www.walterswebsite.us/drivers.htm Presario 700 series] || <!--Chipset-->VT8363 VT8365 [Apollo Pro KT133 KM133] || <!--IDE-->{{yes}} || <!--SATA-->{{N/A}} || <!--Gfx-->{{maybe|VT8636A (S3 Savage TwisterK) (VESA only)}} || <!--Audio-->{{Maybe|VIA AC97 [rev50] with AD1886 codec}} || <!--USB-->{{maybe|VIA UHCI USB 1.1 [rev1a]}} || <!--Ethernet-->{{yes|RealTek RTL8139}} || <!--Wireless-->{{no|Broadcom BCM4306}} || <!--Test Distro--> || <!--Comments-->poor consumer grade level construction - jbl audio pro speakers - no support for cardbus pcmcia TI PCI1410 - 700A EA LA UK US Z 701AP EA BR FR 701Z 702US 703US AP JP audio sp18895 Sp19472 |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | N400c || P3-M 82845 || {{yes|82801 CAM IDE U100}} || {{N/A}} || {{maybe|Rage Mobility 128 (VESA only)}} || {{No|Maestro 3 allegro 1}} || {{yes|USB1.1}} || {{yes|Intel PRO 100 VM (KM)}} || {{N/A}} || Icaros 1.2.4 || Has no optical disc drive |- | N410c || P3-M 82845 || {{yes|82801 CAM IDE U100}} || {{N/A}} || {{maybe|Radeon Mobility M7 LW 7500 (VESA only)}} || {{yes|Intel AC97 with AD1886 codec}} || {{yes|USB1.1}} || {{yes|Intel PRO 100 VM (KM)}} || {{N/A}} || Icaros 1.2.4 || Has no optical disc drive |- | Evo N600c || Pentium 4 || {{yes|IDE}} || {{N/A}} || {{partial|ATI Radeon Mobility M7 (VESA only)}} || {{No|ESS ES1968 Maestro 2}} || {{yes|USB}} || {{yes|Intel PRO 100}} || {{dunno}} || Icaros 1.3 || |- | Evo N610c || Pentium 4 || {{yes|IDE}} || {{N/A}} || {{partial|ATI Radeon Mobility M7 (VESA only)}} || {{yes|Intel ICH AC97 with AD1886 codec}} || {{yes|USB}} || {{yes|Intel PRO 100}} || {{dunno}} || Icaros 1.2.4 || |- | N800c || P4 || {{Yes|IDE}} || {{N/A}} || {{partial|ATI Radeon Mobility 7500 (VESA only)}} || {{yes|AC97}} || {{yes|USB}} || {{yes|Intel PRO 100}} || {{N/A}} || Icaros 1.2.4 || P4M CPU can get very warm |- | <!--Name-->NX7010 || <!--Chipset-->Intel || <!--IDE-->{{yes|IDE}} || <!--SATA-->{{N/A}} || <!--Gfx-->{{partial|ATI mobility 7500 or 9000 Radeon 9200 64MB (VESA only)}} || <!--Audio-->{{yes|AC97 ADI codec}} || <!--USB-->{{yes|uhci (1.1) and ehci (2.0)}} || <!--Ethernet-->{{yes|Realtek 8139}} || <!--Wireless-->{{No|Intel 2200b bios locked}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Compaq Preasrio V5000 (Compal LA-2771) || <!--Chipset-->AMD Sempron 3000+ or Turion ML with SB400 || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Maybe|use VESA - Ati RS480M Xpress 200}} || <!--Audio-->{{No|AC97 ATI with Conexant CX 20468 codec}} || <!--USB--> || <!--Ethernet-->{{Yes|Realtek 8100 8101L 8139}} || <!--Wireless-->{{No|bcm4318 bios locked}} || <!--Test Distro-->Icaros 2.1.1 || <!--Comments-->64bit single core machine V5001 V5002 V5002EA V5003 |- | <!--Name-->TC1100 TC-1100 Tablet PC || <!--Chipset-->855PM || <!--IDE--> || <!--SATA--> || <!--Gfx-->Nvidia Geforce4 Go || <!--Audio-->AC97 || <!--USB--> || <!--Ethernet-->{{Maybe|BCM 4400}} || <!--Wireless-->{{Maybe|Atheros wlan W400 W500 or ? bios locked}} || <!--Test Distro--> || <!--Comments-->2004 32bit |- | <!--Name-->NC6000 NC8000 NW8000 || <!--Chipset-->855PM with Pentium M 1.5 1.6 1.8GHz 2.0GHz || <!--IDE-->max 160 GB for NW 8000 || <!--SATA--> || <!--Gfx-->{{Maybe|Ati RV350 mobility 9600 M10 Fire GL T2 ISV use VESA 2D as no laptop display}} || <!--Audio-->{{Yes|Intel AC97 with ADI codec playback only}} || <!--USB-->{{Yes|2 ports}} || <!--Ethernet-->{{No|Broadcom BCM 5705M}} || <!--Wireless-->{{Maybe|mini pci Atheros 5212 BG W400 W500 or Intel - all bios locked}} || <!--Test Distro--> || <!--Comments-->2005 based [http://amigaworld.net/modules/newbb/viewtopic.php?topic_id=41916&forum=47 works] - Firewire TI TSB43AB22/A - 8 pound 2.5 kg travel weight - an SD slot as well as two PC Card slots - 15-inch UXGA screen (1,600 x 1,200) or 15" SXGA+ (1400 x 1050) (4:3 ratio) |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Compaq NC6110 NX6110 NC6120 NC6220 NC4200 NC8200 TC4200 || <!--Chipset-->GMA 915GML || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Yes|2D GMA 900}} || <!--Audio-->{{Yes|AC97 with ADI AD1981B playback}} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{Unk|440x or BCM 5705M or 5751M}} || <!--Wireless-->{{No|Intel IPW 2200 bios locked}} || <!--Test Distro-->Icaros 1.5.2 || <!--Comments-->2005 32bit Sonoma based - [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=8285&forum=4&post_id=82082#forumpost82082 Works well with some support] Wifi with Atheros AR5007eg if apply hacked bios RISKY else use USB one - (INVENTEC ASPEN UMA MV) (INVENTEC ASPEN DIS PV) - |- | <!--Name-->Compaq C500 CTO aka HP G7000 || <!--Chipset-->Intel 945GM || <!--IDE--> || <!--SATA--> || <!--Gfx-->GMA 950 || <!--Audio-->HD Audio with realtek ALC262 codec || <!--USB--> || <!--Ethernet-->Realtek 8139 || <!--Wireless-->Broadcom BCM 4311 bios locked || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->HP Compaq NC6400 || <!--Chipset-->945GM Core Duo || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Maybe|GMA 950 2D issues and no 3d}} || <!--Audio-->{{No|HD Audio AD1981HD}} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{No|BCM }} || <!--Wireless-->{{No|Broadcom locked}} || <!--Test Distro-->Icaros || <!--Comments-->replaced with Atheros AR5007eg if apply hacked bios RISKY else use USB * 32bit Core Duo T2400 * 64bit Core 2 Duo T5600 T7600 |- | <!--Name-->HP Compaq NV NC6400 || <!--Chipset-->Core Duo + 945PM || <!--IDE-->{{N/A}} || <!--SATA-->{{Maybe| }} || <!--Gfx-->{{Maybe|use VESA Radeon x1300M (2D)}} || <!--Audio-->{{Maybe|HD Audio with ADI1981 low volume}} || <!--USB-->{{yes}} || <!--Ethernet-->{{no|BCM 5753M}} || <!--Wireless-->{{No|Intel 3945 ABG bios locked}} || <!--Test Distro--> Icaros 1.4.2 || <!--Opinion--> Harmon Kardon speakers |- | <!--Name-->HP Compaq NC6320 || <!--Chipset-->945GM with * 32bit Core Duo 1.83GHz T2400 * 64bit Core2 Duo 1.83GHz T5600 || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Yes|GMA 950 2D with a little 3D tunnel 213}} || <!--Audio-->{{Maybe|Intel HD Audio with AD1981HD codec}} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{No|BCM 5788}} || <!--Wireless-->{{No|Intel 3945 bios locked}} || <!--Test Distro-->Icaros 2 || <!--Comments-->replaced with Atheros AR5007eg if applying hacked wifi bios RISKY!! else use USB - 14.1" or 15 inch XGA 1024x768 - noisy cpu fan for core2 - trackpad rhs acts as window scroller - |- | <!--Name-->HP NC4400 TC4400 Tablet || <!--Chipset-->Core Duo with 82945 chipset || <!--IDE-->{{N/A}} || <!--SATA-->{{Yes|bios F.07 limits to 100GB 120GB}} || <!--Gfx-->{{yes|2D and 3D 282 tunnel and gearbox 150}} || <!--Audio-->{{Yes|HD Audio with ADI 1981HD codec via ear phones}} || <!--USB-->{{yes| }} || <!--Ethernet-->{{No|BCM 5753M}} || <!--Wireless-->{{No|Intel 3945 or BCM 4306 - Whitelist BIOS F.0C needed but risky}} || <!--Test Distro-->Icaros 2.1.2 || <!--Comments-->64 bit possible with Core2 - TI SD card reader non bootable - wacom serial digitiser pen not working - * 32bit 1.86GHz core duo * 64bit 2Ghz T7200, 2.16Ghz Core 2 Duo T7600 2.33GHz |- | <!--Name-->HP DV6000 || <!--Chipset-->945GMS || <!--IDE--> || <!--SATA--> || <!--Gfx-->GMA 950 || <!--Audio-->HD Audio IDT 92HD 91B || <!--USB--> || <!--Ethernet-->Intel PRO 100 VE || <!--Wireless-->{{No|Intel 3945 bios locked}} || <!--Test Distro--> || <!--Comments-->32 bit only - Mosfet FDS6679 common cause of shorts giving no power to the tip. To reset adapter, unplug from AC (mains) and wait 15-30 sec. Then plug in again - |- | <!--Name-->HP Pavilion DV2000 CTO || <!--Chipset-->945GMS || <!--IDE--> || <!--SATA--> || <!--Gfx-->GMA 950, X3100, Nvidia 8400M || <!--Audio-->HD Audio Conexant CX 20549 Venice || <!--USB--> || <!--Ethernet-->Nvidia MCP51 || <!--Wireless-->{{No|Broadcom BCM 4311 or Intel 3945 4965 ABG bios locked}} || <!--Test Distro--> || <!--Comments-->2006 Atheros AR5007eg if apply hacked bios RISKY |- | Presario F700 series, HP G6000 f730us F750 F750us F755US F756NR F765em || AMD Turion Mono MK-36 2.0Ghz NForce 560m or Twin X2 TK-55 with nForce 610m || {{N/A| }} || {{Yes|but needs special sata adapt bit and caddy}} || {{Yes|GF Go 7000m 2D and - ball solder issues due to poor cooling}} || {{Maybe| }} || {{Maybe|uhci and ehci}} || {{No| }} || {{Yes|Atheros AR5007 bios locked}} || Icaros 1.3.1 and 2.2 xmas || Unable to boot from cd or usb - random freezes after a minutes use means internal ventilation maintenance needed each year essential - No sd card and overall limited phoenix bios options - |- | <!--Name-->Presario v6604au v6608au V3500 || <!--Chipset-->NVIDIA MCP67M with AMD Athlon64 X2 TK 55 amd 1.8ghz || <!--IDE--> || <!--SATA-->{{Yes|SATA 150}} || <!--Gfx-->NVIDIA GeForce Go 7150M 630i or C67 630M MCP67 || <!--Audio-->conexant codec || <!--USB--> || <!--Ethernet-->Nvidia or Realtek 10/100 || <!--Wireless-->{{No|Broadcom 4311 bios locked}} || <!--Test Distro--> || <!--Comments-->Altec Lansing Stereo Speakers - ball solder issues - |- | <!--Name-->Compaq presario v6610 v6615eo v6620us || <!--Chipset-->Turion 64 X2 mobile TK-55 / 1.8 GHz to athlon 64x2 @ 2.4ghz || <!--IDE-->{{N/A}} || <!--SATA-->{{Yes|SATA 150}} || <!--Gfx-->{{Yes|geforce 7150 or 7300m 2d and 3d}} || <!--Audio-->{{Yes|AMD HD Audio with IDT codec stereo playback only}} || <!--USB-->3 OHCI EHCI || <!--Ethernet-->{{Maybe| }} || <!--Wireless-->{{No|Broadcom bios locked}} || <!--Test Distro-->Icaros 1.3 - || <!--Comments-->[http://amigaworld.net/modules/newbb/viewtopic.php?topic_id=40956&forum=48 works well] - 1 x ExpressCard/54 - SD Card slot - AO4407 test voltage of the Drain side (pins 5-8) with AC adapter and no battery, see 0 volts, connect the battery you should have 10-14v - |- | <!--Name-->v6630em v6642em || <!--Chipset-->nForce 630M with AMD Turion 64 X2 Mobile TL-58 || <!--IDE--> || <!--SATA--> || <!--Gfx-->NVIDIA GeForce 6150M or 7150M || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless-->{{No|Broadcom bios locked}} || <!--Test Distro--> || <!--Comments-->15.4 in 1280 x 800 ( WXGA ) - |- | <!--Name-->Compaq Presario C700 || <!--Chipset-->GMA960 || <!--IDE--> || <!--SATA--> || <!--Gfx-->X3100 || <!--Audio-->HD Audio || <!--USB--> || <!--Ethernet-->RTL 8139 || <!--Wireless-->{{Maybe|Atheros AR5007 AR5001 AR242x}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Compaq 2510p 6510b 6710b 6910b || <!--Chipset-->GMA 965GM GL960 || <!--IDE-->{{yes| || <!--SATA--> || <!--Gfx-->{{yes|X3100 some 2d but slow software 3d only}} || <!--Audio-->{{maybe|HD Audio ADI AD1981 HD low volume on head phones}} || <!--USB-->{{yes| }} || <!--Ethernet-->{{no|Intel 82566 or Broadcom BCM 5787M}} || <!--Wireless-->{{No|Intel 3945ABG or 4965ABG bios locked}} || <!--Test Distro-->Aspire OS Xenon 2014 || <!--Comments-->no sd card boot support - F9 to choose boot option - [http://forums.mydigitallife.info/threads/7681-This-is-no-request-thread!-HP-COMPAQ-bioses-how-to-modify-the-bios/page111?p=333358#post333358 whitelist removal (risky) bios block for wifi card swap] |- | <!--Name-->HP 630 || <!--Chipset-->i3 CPU M 380 @ 2.53GHz 5 Series 3400 || <!--IDE--> || <!--SATA--> || <!--Gfx-->GMA 2D only || <!--Audio-->HD audio with Realtek ALC270A GR || <!--USB--> || <!--Ethernet-->RTL8111 8168 8411 || <!--Wireless-->AR9285 || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->CQ40 CQ41 || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel || <!--Audio-->HD Audio || <!--USB--> || <!--Ethernet-->Realtek RTL8101E || <!--Wireless-->Broadcom BC4310 || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Compaq Presario CQ35 CQ36 || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet-->Realtek RTL8101E RTL8102E || <!--Wireless-->Broadcom BCM4312 || <!--Test Distro--> || <!--Comments-->Compal LA-4743P - |- | <!--Name-->HP Compaq CQ42 CQ43 CQ45 || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio-->HD Audio with Coxenant codec || <!--USB--> || <!--Ethernet-->Realtek || <!--Wireless-->Realtek RTL8191SE, Realtek 8188CE || <!--Test Distro--> || <!--Comments--> (Quanta AX1) |- | <!--Name-->CQ50 CQ56 || <!--Chipset-->Nvidia MCP78S || <!--IDE--> || <!--SATA--> || <!--Gfx-->Geforce 8200M || <!--Audio-->nVidia HD Audio with codec || <!--USB--> || <!--Ethernet-->nvidia MCP77 || <!--Wireless-->Atheros AR928X || <!--Test Distro--> || <!--Comments-->[http://donovan6000.blogspot.co.uk/2013/06/insyde-bios-modding-wifi-and-wwan-whitelists.html bios modding risky] MCP72XE MCP72P MCP78U MCP78S |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->CQ57 || <!--Chipset-->Intel || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel || <!--Audio-->Intel HD with codec || <!--USB--> || <!--Ethernet-->Realtek RTL8101E RTL8102E || <!--Wireless-->Atheros 9k || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->CQ57 || <!--Chipset-->AMD E-300 || <!--IDE--> || <!--SATA--> || <!--Gfx-->ATi HD 6310 wrestler || <!--Audio--> || <!--USB--> || <!--Ethernet-->Realtek RTL8101 RTL8102 RTL8106E || <!--Wireless-->RaLink RT5390 || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->CQ58 103SA || <!--Chipset-->AMD E300 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Radeon HD 6310M IGP || <!--Audio-->Realtek or idt || <!--USB--> || <!--Ethernet--> || <!--Wireless-->Broadcom || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->CQ60 CQ61 CQ62 || <!--Chipset-->MCP78S || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless-->rebrand wifi card (risky) or ar5b91 with no pins missing || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->cq70 cq71 || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->HP DM1 635 || <!--Chipset-->E300 or E-450 || <!--IDE-->{{N/A}} || <!--SATA-->ATI SB7x0 SB8x0 SB9x0 SATA AHCI mode || <!--Gfx-->{{Maybe|use VESA - AMD HD6310 or 6320}} || <!--Audio-->{{Yes|Realtek ALC270A GR but not Wrestler HDMI Audio}} || <!--USB--> || <!--Ethernet-->{{Yes|rtl8169 driver covers Realtek RTL8101E RTL8102E RTL8106E}} || <!--Wireless-->{{No|Atheros AR9285}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->HP ProBook 6470b and 6570b || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2013 |- | <!--Name-->HP EliteBook 8470p || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel HD 4000 || <!--Audio-->IDT || <!--USB--> || <!--Ethernet--> || <!--Wireless-->Intel || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->ProBook 6475b || <!--Chipset-->AMD || <!--IDE--> || <!--SATA--> || <!--Gfx-->AMD || <!--Audio-->IDT || <!--USB--> || <!--Ethernet-->Realtek || <!--Wireless-->Intel AC 6205 || <!--Test Distro--> || <!--Comments-->2013 64bit thick runs hot 14-inch (model C5A55EA) WXGA++ panel or 13-inch (6360b), 14-inch (6470b), 15-inch (4540s, 4535s) and 17-inch (4740s) |- | <!--Name-->HP Probook 4445s 4545s 455 645 HP Pavilion 15-b115sa || <!--Chipset-->AMD A4 4300M A6 4400M 4455M or A8 4500M with AMD A70M FCH || <!--IDE--> || <!--SATA--> || <!--Gfx-->7420 7520G 7640G 7660G || <!--Audio-->HD Audio with idt or realtek codec || <!--USB--> || <!--Ethernet--> || <!--Wireless-->Intel 6205 or Broadcom BCM 43228 || <!--Test Distro--> || <!--Comments-->Thin and light Sleekbook 15.6-inch |- | <!--Name-->15-bw0xx || <!--Chipset-->A9 9420 || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio-->Realtek ALC3227 and ATI R6xx HDMI || <!--USB--> || <!--Ethernet-->RTL8111 8168 8411 || <!--Wireless-->RTL 8723DE || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->15-db1xxx || <!--Chipset-->AMD Athlon 300U || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->HP Spectre X360 13 15 || <!--Chipset-->i5 i7 6500U 6560U || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel Iris 540 || <!--Audio-->HD Audio with codec || <!--USB-->{{No}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2016 64bit - 4K (3840 x 2160) down to 2560 x 1440 instead of 1920 x 1080 - |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->14-cm0xxx || <!--Chipset-->AMD Ryzen 2500U AMD Ryzen SOC 00 + AMD Carrizo FCH 51 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->AMD Vega 8 || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2018 |- | <!--Name-->17-ca1xxx || <!--Chipset-->Ryzen 3500u AMD ID15D0 00 + AMD Carrizo FCH 51 || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless-->Intel or Realtek RTL8821CE || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Envy x360 2 in 1 13-ay0xxx || <!--Chipset-->AMD Ryzen R5 4500U with carrizo FCH51 || <!--IDE-->{{N/A}} || <!--SATA-->PCIe M.2 NVMe || <!--Gfx-->AMD Vega || <!--Audio--> || <!--USB-->USB 3.1 gen 2 || <!--Ethernet-->{{N/A}} || <!--Wireless-->{{No|Intel wifi 6}} || <!--Test Distro--> || <!--Comments-->2020 64bit 13.3in IPS 1080p - ram soldered - touch pen not supplied |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ====IBM/Lenovo==== [[#top|...to the top]] Build quality (Lowest to highest) <pre > iSeries Edge Ideapad Thinkpad - good cases and construction but electronic internals same as anyone else </pre > {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name-->Thinkpad 390X 390E (2626) || <!--Chipset-->Neo Magic MM2200 with C400 P2-266 to P3 500MHz || <!--IDE--> || <!--SATA--> || <!--Gfx-->use VESA || <!--Audio-->{{No|256AV or ESS Solo-1}} || <!--USB--> || <!--Ethernet-->{{N/A}} || <!--Wireless-->{{N/A}} || <!--Test Distro--> || <!--Comments-->1998 32bit |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Thinkpad 600x || <!--Chipset-->Intel 440BX || <!--IDE-->{{Maybe| }} || <!--SATA--> || <!--Gfx-->{{Maybe|use VESA Neomagic NM2360 MagicMedia 256ZX}} || <!--Audio-->{{No|Crystal CS4297A codec}} || <!--USB--> || <!--Ethernet-->{{N/A| }} || <!--Wireless-->{{N/A| }} || <!--Test Distro-->Icaros 1.3.1 || <!--Comments-->1998 32bit a little support - [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=4120&start=0 Earlier 600 and 600e were Pentium 2 based] |- | <!--Name-->Thinkpad X20 (2662-32U) X21 || <!--Chipset-->Intel 440 BX ZX DX || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio-->{{no|AC97 with Cirrus Logic Crystal cs4281}} || <!--USB-->1.1 || <!--Ethernet-->no mini pci intel e100 || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | Thinkpad T20 (2647) T21 (26) T22 || 440BX || {{Maybe| }} || {{N/A}} || {{partial|Savage IX-MV (VESA only)}} || {{no|Cirrus Logic CS 4614/22/ 24/30}} || {{yes|USB 1.1}} || {{yes|Intel PRO 100}} || {{N/A}} || Icaros 1.2.4 || a little support - no audio |- | <!--Name-->A21e (2628, 2655) A22e || <!--Chipset-->440MX || <!--IDE--> || <!--SATA--> || <!--Gfx-->Ati rage mobility || <!--Audio-->{{no|AC97 Cs4299 CS4229}} || <!--USB--> || <!--Ethernet-->intel e100 || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2002 |- | Thinkpad T23 (2647) || i810 || {{yes|IDE}} || {{N/A}} || {{maybe|S3 Super Savage IX/C SDR (VESA only)}} || {{maybe|AC'97 CS4299}} || {{yes|USB 1.1}} || {{yes|Intel ICH3 PRO 100 VE}} || {{no|Realtek RTL8180L others with bios hacking risky}} || || 2003 32bit with some support |- | <!--Name-->Thinkpad X22 X23 X24 || <!--Chipset-->830 || <!--IDE--> || <!--SATA--> || <!--Gfx-->ATi Mobility M6 LY || <!--Audio-->Ac97 CS4299 || <!--USB-->2 x 1.1 || <!--Ethernet-->Intel Pro 100 || <!--Wireless-->Actiontec Harris Semi Intersil Prism 2.5 (X23 and X24 only) || <!--Test Distro--> || <!--Comments-->with slice Ultrabase X2 - |- | <!--Name-->A30 A30p || <!--Chipset-->830 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Ati Radeon M6 || <!--Audio-->AC97 CS 4299 || <!--USB--> || <!--Ethernet-->Intel Pro 100 ve || <!--Wireless-->{{No|Intel 2200 bios locked}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->A31 A31p R31 R32 T30 || <!--Chipset-->830 || <!--IDE-->{{yes| }} || <!--SATA-->{{N/A| }} || <!--Gfx-->Ati Radeon 7500 or FireGL || <!--Audio-->{{yes|AC97 Intel with AD1881A codec}} || <!--USB-->{{yes| }} || <!--Ethernet-->{{yes| Intel Pro 100 ve}} || <!--Wireless-->{{No|Intel bios locked}} || <!--Test Distro-->[https://forums.lenovo.com/t5/Android-Ecosystem-Developers/AROS-An-operation-system-inside-Android/td-p/1441741 Icaros 1.5.2] || <!--Comments--> Also tested with Icaros 2.0.3. |- | Thinkpad X30 (2673) X31 (2884-xx2) X31t || i830 || {{yes}} || {{N/A}} || {{maybe|VESA only Radeon M6 Mobility}} || {{yes|AC97 - AD1981B codec}} || {{yes|USB 1.1}} || {{yes|Intel PRO 100}} || {{no|Cisco Aironet or Intel 2915 but atheros with bios hacking}} || Icaros 1.4 || sound bit distorted |- | <!--Name-->R51 || <!--Chipset-->855M || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Maybe|Intel 855M use VESA}} || <!--Audio-->intel AC97 with AD1981B codec || <!--USB--> || <!--Ethernet-->{{Yes|Intel 100 VE}} || <!--Wireless-->{{No|Intel PRO Wireless 2200BG bios locked}} || <!--Test Distro--> || <!--Comments--> |- | IBM Thinkpad T40 (2373) T41 T41p (2379) T42 T42p T43 T43p || Intel 8xx || {{partial|PIO}} || {{N/A}} || {{partial|ATI mobility 7500 9000 (VESA only)}} || {{yes|AC97 playback}} || {{yes|uhci 1.1 and ehci 2.0}} || {{no|e1000}} || {{Maybe|Intel 2200bg bios locked but possible AR5BMB-44 AR5212 FRU 39T0081 mini PCI}} || Icaros 1.2.4 || 2004 32bit 16v IBM plug - Centrino Needs ATA=nodma option - issues with the inner chip of the SMT BGA graphics chip |- | Thinkpad X32 || i855 || {{yes|40, 60 or 80GB 2.5" PATA HDD}} || {{N/A}} || {{maybe|VESA only ATI Mobility Radeon 7000 with 16MB}} || {{maybe| Intel AC'97 Audio with a AD1981B codec}} || {{yes|USB}} || {{no|Intel 1000}} || {{no|Intel 2200 but atheros with bios hacking}} || Icaros 2.1 || 2004 32bit - 12.1" TFT display with 1024x768 resolution; 256 or 512MB PC2700 memory standard (2GB max) |- | <!--Name-->Thinkpad X40 X40t by Quanta || <!--Chipset--> || <!--IDE--> || <!--SATA-->{{N/A}} || <!--Gfx-->{{maybe|Intel 800 (VESA only)}} || <!--Audio-->{{yes|AC97 AD1981B}} || <!--USB-->{{yes}} || <!--Ethernet-->{{no|Intel e1000}} || <!--Wireless-->{{Maybe|Intel but most atheros with bios hacking - difficult though}} || <!--Test Distro--> || <!--Comments-->2004 32bit last IBM design |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Thinkpad X41 MT 1864 1865 2525 2526 2527 2528 x41t MT 1866 1867 || <!--Chipset-->Intel with single core 1.5 1.6 and tablet 1.2GHz || <!--IDE-->{{yes}} || <!--SATA-->{{N/A}} || <!--Gfx-->{{Yes|Intel 915GML 2D}} || <!--Audio-->{{yes|AC97 AD1981B}} || <!--USB-->{{yes}} || <!--Ethernet-->{{no|Broadcom}} || <!--Wireless-->{{Maybe|Intel or MiniPCI Wi-Fi Atheros AR5BMB FRU 39T0081 but ordinary atheros 54meg needs risky bios hacking}} || <!--Test Distro--> || <!--Comments-->2005 32bit support [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5043&forum=26&post_id=61499#forumpost61499 some] amongst first Lenovo design |- | <!--Name-->R52 (most 18xx) || <!--Chipset-->Intel 915 || <!--IDE-->{{Yes}} || <!--SATA-->{{N/A}} || <!--Gfx-->{{Yes|Intel 915GML 2D}} || <!--Audio-->{{yes|AC97 AD1981B}} || <!--USB-->{{yes}} || <!--Ethernet-->{{no|Broadcom}} || <!--Wireless-->{{no|Broadcom}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->R52 1846, 1847, 1848, 1849, 1850, 1870 || <!--Chipset-->ATi 200m || <!--IDE-->{{Yes}} || <!--SATA-->{{N/A}} || <!--Gfx-->{{No|ATI}} || <!--Audio-->{{yes|AC97 AD1981B}} || <!--USB-->{{yes}} || <!--Ethernet-->{{no|Broadcom}} || <!--Wireless-->{{no|Broadcom}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Thinkpad T60 T60P without Middleton's or Zender BIOS || <!--Chipset-->*any* T60/p will take a Core 2 Duo CPU with newer BIOS || <!--IDE-->{{N/A}} || <!--SATA-->{{yes| }} || <!--Gfx-->Intel GMA (2D) The "p" has powerful graphics card (ATi V5200 or V5250) || <!--Audio-->{{no|HD Audio}} [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=4300&forum=24&post_id=37717#forumpost37717] || <!--USB-->{{yes}} || {{no|e1000e 82573L}} || <!--Wireless-->{{No|Intel ipw3945 ABG but atheros with bios hacking risky}} || Icaros 1.4 || <!--Comments-->2005 * 64bit model starting 6 or 8 is widescreen on T60/p, eg. 8742-CTO 15.4" widescreen 16:10 formats * 32bit model starting with 1 and 2 are standard 4:3 machines, like 2007-YM3 or 1952-CTO 14", 15" standard 4:3 |- | <!--Name-->X60 x60s x60t tablet || <!--Chipset-->945GMS 940GML || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{yes|Intel GMA (2D)}} || <!--Audio-->{{no|AD1981 HD Audio}} || <!--USB-->{{yes}} || <!--Ethernet-->{{no|Intel}} || <!--Wireless-->{{no|Intel 3945 ABG and atheros AR5BXB6 (54Mbit) with bios hacking}} || <!--Comments-->Icaros 1.4 || 2006 32bit - untested fru 39T5578 Atheros AR5BXB6 ar5007eg and ath5k AR5BXB72 (AR5008) ath9k - an Apple branded Atheros AR9820 (AR5BXB92) perhaps needs a zendered bios risky |- | <!--Name-->R60 R60e || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx-->intel 950 with optional radeon x1300 x1400 || <!--Audio-->HD Audio with 1981HD codec || <!--USB--> || <!--Ethernet-->Intel or Broadcom || <!--Wireless-->{{Maybe|Intel 3945 or atheros fru 39T5578 bios locked}} || <!--Test Distro--> || <!--Comments--> |- | Thinkpad T61 T61p without Middleton's or Zender BIOS || Core 2 Duo CPU T7300 || {{N/A}} || <!--SATA-->{{yes| }} || Intel GMA (2D), NVS 140m or Quadro FX 570M () || {{no|HD Audio}} [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=4300&forum=24&post_id=37717#forumpost37717] || <!--USB-->{{yes}} || {{no|e1000e 82573L}} || {{No|Intel but atheros with bios hacking risky}} || Icaros 1.6 || 2007 64bit |- | <!--Name-->X61 x61s X61T Tablet || <!--Chipset-->i965 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{yes|Intel GMA 3100 (2D)}} || <!--Audio-->{{no|AD1984 HD Audio}} || <!--USB-->{{yes|USB 2.0}} || <!--Ethernet-->82566DM || <!--Wireless-->{{maybe|Atheros AR5212 (some revisions use Intel WLAN runs very hot) bios locked}} || <!--Test Distro--> || 2007 64bit possible <!--Opinion-->[http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=6744&forum=24&post_id=64541#forumpost64541 some support] with ultrabook running very hot - |- | <!--Name-->R61 R61i || <!--Chipset-->Intel 965 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->intel 965 || <!--Audio-->HD Audio with conexant codec || <!--USB--> || <!--Ethernet-->Intel or Broadcom || <!--Wireless-->{{No|Intel 3945 bios locked}} || <!--Test Distro--> || <!--Comments--> |- | Lenovo 3000 N200 || <!--Chipset-->Santa Rosa || {{N/A}} || <!--SATA-->{{maybe| }} || {{yes|Geforce 7300 (2D)}} || {{yes|ALC262 HD Audio}} || <!--USB-->{{yes}} || {{no|Broadcom}} || {{no|Intel 3945 bios locked}} || Icaros 1.4 || 2007 64bit 3D graphics parts are supported but buggy. |- | Lenovo 3000 N200 / V200 || GM965 ICH9-M with Intel Mobile Core 2 Duo T5450 || {{N/A}} || <!--SATA-->{{maybe| }} || {{yes|X3100 (2D)}} || {{Maybe|HD Audio ALC269VB or CX20549}} || {{yes| }} || {{no|BCM5906M}} || {{no|Intel 3965 / 4965AGN bios locked}} || Icaros 1.4.1 2.1 || bits of laptop works |- | <!--Name-->X300 || <!--Chipset-->Core 2 Duo Merom SL7100 1.2GHz || <!--IDE-->{{N/A}} || <!--SATA-->1.8 inch || <!--Gfx-->Intel X3100 || <!--Audio-->HD Audio AD1984A || <!--USB--> || <!--Ethernet-->Intel || <!--Wireless-->{{No|Intel 4965 bios locked}} || <!--Test Distro--> || <!--Comments-->13.3" TFT 1440x900 (WXGA+) with LED backlight |- | <!--Name-->Thinkpad [http://x301.mcdonnelltech.com/ X301] || <!--Chipset-->Core 2 Duo Penryn SU9400 Su9600 with GM45 chipset || <!--IDE-->{{N/A}} || <!--SATA-->1.8 inch micro SATA (uSATA) || <!--Gfx-->Intel X4500 || <!--Audio-->AD1984A || <!--USB--> || <!--Ethernet-->Intel || <!--Wireless-->{{No|Intel 5xxx WiFi link 5100, 5150, 5300 and 5350 (WiMAX) bios locked}} || <!--Test Distro--> || <!--Comments-->2009 WXGA+ (1440×900) LED backlight display - 2774 or 4057 Alps and 2776 Synaptics touchpad - optical bay interface is Legacy IDE (PATA) - Addonics ADMS18SA, Lycom ST-170m |- | <!--Name-->[http://blog.maniac.nl/2010/11/06/thinkpad-edge-11-amd-nile-and-using-it-with-ubuntu-gnulinux/#comments Thinkpad Edge 11″ AMD K325] || <!--Chipset-->M880G || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{no|ATI HD4200}} || <!--Audio--> || <!--USB--> || <!--Ethernet-->RTL 8111 || <!--Wireless-->{{no|8192CE (Realtek 8176) bios locked}} || <!--Test Distro--> || <!--Comments-->little support |- | <!--Name-->X100e || <!--Chipset-->AMD Athlon Neo Single-Core (MV-40) and dual cores || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{Maybe|Vesa ATI HD3200}} || <!--Audio-->{{yes|HD Audio with CX20582 codec playback}} || <!--USB-->{{Maybe| }} || <!--Ethernet-->{{Yes|Realtek 8111}} || <!--Wireless-->{{no|Realtek r8192se bios locked}} || <!--Test Distro-->Icaros 2.1.1 || <!--Comments-->2009 64bit 20v some support - enter f1 setup f11 diagnostics f12 boot list - runs very warm - |- | <!--Name-->SL400 SL500 || Intel || {{N/A}} || {{Yes|IDE mode}} || {{Maybe|Nvidia 9400M}} || {{Maybe|ALC269}} || {{yes|USB 2.0}} || {{Maybe|RTL8169}} || {{Maybe| bios locked}} || || |- | <!--Name-->SL410 SL510 || 965 || {{N/A}} || {{maybe|IDE mode}} || {{yes|Intel GMA X4500M (some 2D)}} || {{yes|HD Audio with ALC269 codec - speaker and ear phones}} || {{yes|USB 2.0}} || {{yes|RTL8169}} || {{Maybe| bios locked}} || [http://www.amiga.org/forums/showpost.php?p=645774&postcount=28 Icaros 1.3] || SL-410 |- | <!--Name-->T400 ODM Wistron || <!--Chipset-->i || <!--IDE-->{{N/A}} || <!--SATA-->{{Yes|IDE in BIOS}} || <!--Gfx-->{{Maybe|Intel 4500MHD works limited 2d no 3d - optional switchable Nvidia or ATi HD3470 untested}} || <!--Audio-->{{Yes|HD Audio with Codec CX20561 (T400)}} || <!--USB--> || <!--Ethernet-->{{no|Intel e1000e}} || <!--Wireless-->{{No|Intel Wifi Link 5100 (AGN) half height card with FRU 43Y6493 or 5300 bios locked}} || <!--Test Distro--> || <!--Comments-->2009 64bit 20v lenovo plug - non-free firmware required iwlwifi |- | <!--Name-->T400s || <!--Chipset-->i || <!--IDE-->{{N/A}} || <!--SATA-->{{Yes|IDE in BIOS}} || <!--Gfx-->{{Maybe|Intel 4500MHD works limited 2d no 3d}} || <!--Audio-->{{Maybe|HD Audio with CX20585 (T400s) untested}} || <!--USB--> || <!--Ethernet-->{{no|Intel e1000e}} || <!--Wireless-->{{No|Intel Wifi Link 5100 (AGN) half height card with FRU 43Y6493 or 5300 bios locked}} || <!--Test Distro--> || <!--Comments-->non-free firmware required iwlwifi |- | <!--Name-->Lenovo T500 T510 || <!--Chipset-->i || <!--IDE-->{{N/A}} || <!--SATA-->{{Yes|IDE in BIOS}} || <!--Gfx-->{{maybe|switchable Intel / AMD HD 3640}} || <!--Audio-->{{maybe|Intel HD Audio with a CX20561 (t500) and CX20585 (T510) codec}} || <!--USB--> || <!--Ethernet-->{{no|Intel }} || <!--Wireless-->{{no|Intel or Lenovo branded unit Atheros AR5007EG AR5BHB63 bios locked}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->X200 ODM Wistron [http://itgen.blogspot.co.uk/2008/12/installing-arch-linux-on-lenovo.html X200s] and x200t tablet model without [http://fsfe.soup.io/post/590865884/the-unconventionals-blog-English-Flashing-Libreboot-on Risky flash of the Libreboot replaced BIOS] || <!--Chipset-->GM45 GS45 with slow Celeron, SU or faster SL Core 2 Duos CPUs || <!--IDE-->{{N/A}} || <!--SATA-->{{Yes|IDE in BIOS}} || <!--Gfx-->{{Yes|Intel GMA 4500 MHD 2D but slow software 3D tunnel 10 gearbox 8 tests}} || <!--Audio-->{{yes|Intel HD Audio with Conexant CX20561 codec playback}} || <!--USB-->{{{Yes|USB 2.0 USB SD card reads and writes}} || <!--Ethernet-->{{no|Intel 82567LM Gigabit}} || <!--Wireless-->{{no|Intel Pro 5100 5150 5300 5350 AGN due to whitelist prevention bios locked}} || <!--Test Distro-->Icaros 2.0.1 || <!--Comments-->2009 64bit 12.1" CCFL (webcam version) or LED backlit (no webcam). no support for 54mm express cards or Authentec 2810 fingerprint reader - thinkpoint only no trackpad - thinklight - |- | <!--Name-->Lenovo T410 T410s T410si || <!--Chipset-->qm57 with i5 m || <!--IDE-->{{N/A}} || <!--SATA-->{{Yes|IDE in BIOS}} || <!--Gfx-->{{maybe|use vesa Intel 5700MHD (Ironlake) core processor igp with optional Nvidia Quadro NVS 3100M}} || <!--Audio-->{{yes|HD Audio Conexant CX20585 codec playback}} || <!--USB-->{{Yes|2.0}} || <!--Ethernet-->{{no|Intel 82577lm gigabit}} || <!--Wireless-->{{no|Intel n 6200 or Atheros AR9280 AR5BHB92 half size minipcie detected bios locked}} || <!--Test Distro-->Icaros 2.2 xmas || <!--Comments-->battery life much lower with Nvidia graphics version - no support firewire ricoh r5c832 - ricoh sd card - series 5 3400 |- | <!--Name-->X201 X201s x201t || <!--Chipset-->QM57 Core i3 370m, i5 M520 2.4GHz or i7 620LM 2.0GHz || <!--IDE-->{{N/A}} || <!--SATA-->{{Yes|IDE in BIOS}} || <!--Gfx-->{{Maybe|vesa 2d on Intel GMA HD}} || <!--Audio-->{{yes|Intel HD with [https://ae.amigalife.org/index.php?topic=94.0 Conexant 20585] codec}} || <!--USB-->{{yes| }} || <!--Ethernet-->{{no|Intel}} || <!--Wireless-->{{No|bios locked}} || <!--Test Distro--> || <!--Comments-->2010 X201 arrandale power consumption limits battery life to 3-4 hours for 48Whr though to 6 on 72Whr - 12.5" WXGA |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->T420 type 4180 4236 t420s T520 4239 L520 || <!--Chipset-->i5 2540, 2520 or i7 2860QM 2620 || <!--IDE-->{{N/A}} || <!--SATA-->{{Yes|IDE in BIOS but not AHCI}} || <!--Gfx-->{{Maybe|Vesa 136 x 768 - Intel HD 3000 with optional NVS 4200M Nvidia optimus or Radeon HD 565v }} || <!--Audio-->{{Yes|HD Audio playback ear phones only with Conexant CX20672 codec - AHI 6.27}} || <!--USB-->{{Maybe| }} || <!--Ethernet-->{{No|Intel PRO 1000 82579LM}} || <!--Wireless-->{{No|Realtek 1x1, Intel Ultimate-N 6205 6250 2x2 6300 3x3 all bios locked}} || <!--Test Distro-->Icaros 2.2.2 || <!--Comments-->2011 64bit add noacpi to grub boot options - screen 1600x900 or 1366x768 - |- | <!--Name-->Thinkpad W520 || <!--Chipset--> || <!--IDE--> || <!--SATA-->{{Yes|IDE in BIOS}} || <!--Gfx-->Intel HD 3000 with nvidia quadro 1000m 2000m || <!--Audio-->Intel Hd with CX 20585 codec || <!--USB--> || <!--Ethernet-->Intel 82579 Lm || <!--Wireless-->Intel 6000s || <!--Test Distro--> || <!--Comments-->optimus issues with Nvidia Intel hybrids unless bumblebee switching - 15.6" TFT display with 1366x768 (HD), 1600x900 (HD+) or 1920x1080 (FHD) resolution with LED backlight |- | <!--Name-->X220 x220t || <!--Chipset-->QM67 express sandy bridge i5 2520M dual or i7 dual 2620M || <!--IDE-->{{N/A}} || <!--SATA-->{{Yes|IDE in BIOS but not AHCI}} || <!--Gfx-->{{Maybe|VESA 2D 1024 x 768 for Intel HD Graphics 3000}} || <!--Audio-->{{Yes|Intel HD playback with Conexant 20672 codec ear phones and speaker - AHI 6.27 6.34}} || <!--USB-->{{Yes|USB 2.0}} || <!--Ethernet-->{{No|Intel 82579LM}} || <!--Wireless-->{{No|Intel Centrino Advanced-N 6205 Wi-Fi bios locked}} || <!--Test Distro-->Icaros 2.3, Aros One USB 1.6 || <!--Comments-->2011 64bit possible - uses slimmer 7 mm storage sata devices - NEC USB 3.0 on i7's no support - unwanted trackpad gestures when palm rests on it - |- | <!--Name-->Thinkpad X120e, x121e Quanta FL8A DAFL8AMB8D0 Rev D || <!--Chipset-->Hudson M1 with AMD E350 || <!--IDE-->{{N/A}} || <!--SATA-->yes || <!--Gfx-->ATI 0x9802 (VESA only) || <!--Audio-->ATI SBx00 Azalia HD Audio || <!--USB-->USB 2.0 || <!--Ethernet-->RTL8169 RTL8111 || <!--Wireless-->{{no|Broadcom 0x0576 bios locked}} || <!--Test Distro--> || <!--Comments-->2011 64bit 11.6 inch screen - 1 inch think - chiclet keyboard |- | <!--Name-->Ideapad S205 G575 G585 || <!--Chipset-->E-350 later E-450 with A75 || <!--IDE--> || <!--SATA--> || <!--Gfx-->HD6310 || <!--Audio--> || <!--USB--> || <!--Ethernet-->{{No|Atheros}} || <!--Wireless-->{{No|Broadcom}} || <!--Test Distro--> || <!--Comments-->2011 64bit removeable and plug in battery - slow cpu |- | <!--Name-->Ideapad S206 || <!--Chipset-->AMD E300 1.3GHZ Dual || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio-->Intel HD Audio with CX20672 codec || <!--USB-->3.0 || <!--Ethernet-->Broadcom 10/100 || <!--Wireless-->Atheros AR9285 || <!--Test Distro--> || <!--Comments-->2012 64bit 11.6" and integrated battery - Conexant® |- | <!--Name-->Lenovo x130e or x131e edu || <!--Chipset-->AMD E-300 or E-450 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Radeon HD 6310 or 6320 || <!--Audio-->HD Audio Realtek ALC269VC / ALC3202 codec || <!--USB-->USB 30 and USB 20 || <!--Ethernet-->Realtek RTL8111 RTL8168B || <!--Wireless-->{{No|Realtek RTL8188CE or Broadcom BCM43228 bios locked}} || <!--Test Distro--> || <!--Comments-->2012 64bit rubber edged bumper for K12 education market |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Ideapad U310 U410 || <!--Chipset-->i5 3317 3rd gen || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel HD 4000 || <!--Audio--> || <!--USB--> || <!--Ethernet-->Realtek 8169 rtl810x || <!--Wireless-->Atheros 9k whitelist for wifi swap || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->T430 t430i T530 || <!--Chipset-->ivy bridge i5 3320 3230m on Intel QM77 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{Maybe|VESA 1366 x 768 for Intel HD 4000 with optional Nvidia 5400M}} || <!--Audio-->{{Yes|Intel HD with Realtek ALC3202 aka ALC269 codec playback ear phones - HDA 6.27}} || <!--USB-->{{Yes|USB 2 ports and usb2.0 devices thru usb 3.0 ports}} || <!--Ethernet-->{{No|Intel e1000}} || <!--Wireless-->{{no|Intel or Atheros AR9285 17aa / 30a1}} || <!--Test Distro-->Icaros 2.1.1 || <!--Comments-->2013 64bit fan noise and chiclet keyboard, synaptics trackpad - HD+ 1600x900 screen or normal 1366 x 768 - |- | <!--Name-->Thinkpad L430 L530 || <!--Chipset-->Intel HM series 7 chipset i5 3210M || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel HD 4000 || <!--Audio-->Intel HD with Realtek ALC269VC codec || <!--USB--> || <!--Ethernet-->Realtek 8169 rtl810x || <!--Wireless-->Intel 6205 || <!--Test Distro--> || <!--Comments-->2013 64bit alps trackpad |- | <!--Name-->Thinkpad W530 || <!--Chipset-->Intel HM series 7 chipset i5 3210M || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel HD 4000 with Nvidia GK107GLM Quadro K2000M || <!--Audio-->Intel HD with Realtek ALC3202 ALC269VC codec || <!--USB--> || <!--Ethernet-->Intel 82579LM || <!--Wireless-->Intel 6300 || <!--Test Distro--> || <!--Comments-->2013 64bit - ricoh sdxc slot - |- | <!--Name-->X230 x230t || <!--Chipset-->Intel QM67 express || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx--> || <!--Audio-->Intel HD with ALC269 aka ALC3202 || <!--USB--> || <!--Ethernet-->{{no|Intel }} || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2013 64bit |- | <!--Name-->Yoga S1 20CD 20c0 || <!--Chipset-->i5 4200U 4300, i7 4500U 4600U || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel 4400 || <!--Audio-->Intel HD Audio codec || <!--USB-->2 USB 3.0 || <!--Ethernet-->{{N/A}} || <!--Wireless-->Intel 7260 AC || <!--Test Distro--> || <!--Comments-->2013 12.5" 1366 x 768 to 1920 x 1080 IPS 400 nits touchscreen (Elan Microelectornics 0x04f3 0x0254) with Wacom 0x056a 0x00ec active digitizer pen - backlit keyboard - dock inline onelink - |- | <!--Name-->x140e E145 || <!--Chipset-->E1 2500 dual or A4 5000 apu quad BGA769 (FT3) || <!--IDE--> || <!--SATA--> || <!--Gfx-->Radeon 8260 or 8330 || <!--Audio-->Realtek ALC269VC aka ALC3202 codec || <!--USB--> || <!--Ethernet-->Realtek RTL8111F or Broadcom || <!--Wireless-->Realtek RTL8188CE 11b/g/n || <!--Test Distro--> || <!--Comments-->2014 64bit 11.6" 1366x768, non-glare and Broadcom bluetooth - education student market rugged model - both CPUs soldered - |- | <!--Name-->T440 t440s t440p T540 L440 L540 || <!--Chipset-->intel haswell 8 series Core i3 to i7 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{Maybe|VESA - Intel 4600 or Nvidia}} || <!--Audio-->Intel HD with Realtek ALC3232 alc269 codec || <!--USB-->2 usb 3.0 and 2 usb 2.0 || <!--Ethernet-->{{No|Intel}} || <!--Wireless-->{{No|Intel AC 7260}} || <!--Test Distro--> || <!--Comments-->2014 64bit - 14 and 15" models with glitchy trackpad and no physical buttons - IPS options available |- | <!--Name-->X240 x240t || <!--Chipset-->haswell || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx--> || <!--Audio-->Intel HD with Realtek ALC3232 || <!--USB--> || <!--Ethernet-->{{no|Intel }} || <!--Wireless-->{{no|Realtek }} || <!--Test Distro--> || <!--Comments-->2014 |- | <!--Name-->T450 T450s t450p T550 L550 || <!--Chipset-->Intel i5 4300U i3 5010U i5 5200U 5300U i7 5500U 5600U soldered || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel HD 5500 5600 with optional nvidia 940M see bottom of case || <!--Audio-->Intel HD Audio with ALC3232 codec || <!--USB-->{{no|3 USB 3.0}} || <!--Ethernet-->Intel || <!--Wireless-->Intel Wireless AC 7265 || <!--Test Distro--> || <!--Comments-->2015 64bit 14" 1366 x 768, 1600 x 900 or IPS 1920x1080 - Broadwell - |- | <!--Name-->x250 x250t || <!--Chipset-->i3 5010U i5 5200U 5300U i7 5600U || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel || <!--Audio-->HD Audio with Realtek ALC3232 codec / Intel HDMI || <!--USB-->{{no|3 USB 3.0}} || <!--Ethernet-->Intel I218 extension port || <!--Wireless-->Intel AC 7265 || <!--Test Distro--> || <!--Comments-->2015 64bit - 1366 x 768, 1920 × 1080 12.5" screen - partly boots from usb but stops waiting for usb - Fn and F1 for setup bios - F12 boot options - uefi issues - |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->T460 T460s T460p T560 L560 || <!--Chipset-->i5 6200U i7 6600U || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel with Nvidia GeForce 940MX optimus || <!--Audio-->HD Audio with || <!--USB-->{{No|Gen 3}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2016 64bit 14 and 15" models - |- | <!--Name-->x260 x260t || <!--Chipset-->Intel Sky Lake i5 i7 6500U || <!--IDE--> || <!--SATA--> || <!--Gfx-->HD Graphics 520 (Skylake GT2) || <!--Audio-->Intel Sunrise Point-LP HD Audio (rev 21) with Realtek codec || <!--USB-->{{no|3 USB 3.0}} || <!--Ethernet-->Intel I219-V || <!--Wireless-->Intel 8260AC AC || <!--Test Distro--> || <!--Comments-->12.5" 1920x1080 (FHD) matte IPS - 16GB DDR4 (2133) - |- | <!--Name-->T470 T470t || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->x270 x270t || <!--Chipset-->i5 i7 kaby lake || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel HD 620 || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->X1 Carbon Gen 5 || <!--Chipset-->i5 7200U 7300U i7 7500U 7600U with vPro 7th gen || <!--IDE-->{{N/A}} || <!--SATA-->M.2 SSD 128GB on PCIe || <!--Gfx-->Intel HD 620 || <!--Audio-->HD Audio with Conexant® CX11871 codec || <!--USB-->{{No|2 USB-C 3.1 gen 2}} || <!--Ethernet-->Intel l219 extension port || <!--Wireless-->Intel AC 8265 || <!--Test Distro--> || <!--Comments-->2017 64 bit - very little direct support - 14" FHD 1920 x 1080 or 14” WQHD 2560 x 1440, anti-glare, 300 nits, 700:1 contrast ratio, IPS - Webcam HD 720p fixed focus - |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->T480 T480t || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->x280 x280t || <!--Chipset-->i5 i7 kaby || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel HD 6x0 || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->T490 T490t || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->x390 || <!--Chipset-->i5 i7 whisky lake || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel HD UHD 620 || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless-->Intel 9560 AC soldered || <!--Test Distro--> || <!--Comments-->13.3 1388 x 768 TN or IPS - |- | <!--Name-->IdeaPad L340 81LW001CUS PC IdeaPad S540-14API || <!--Chipset-->AMD Ryzen 5 3500U || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->AMD Vega 8 || <!--Audio-->HD Audio || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless-->RTL8822BE AC (1×1) || <!--Test Distro--> || <!--Comments-->2018 |- | <!--Name-->IdeaPad 5 15 14 || <!--Chipset-->AMD 4500u 4700u || <!--IDE-->{{N/A}} || <!--SATA-->NVMe || <!--Gfx-->Vega || <!--Audio--> || <!--USB-->{{No|USB 3.1 gen 1}} || <!--Ethernet-->{{N/A}} || <!--Wireless-->Intel ax200 wifi 6 || <!--Test Distro--> || <!--Comments-->2020 64bit 15 inch mid srgb display |- | <!--Name-->Flex 5 14 2 in 1 || <!--Chipset-->AMD R5 4500u || <!--IDE-->{{N/A}} || <!--SATA-->M.2 NVMe ssd || <!--Gfx-->AMD Vega || <!--Audio--> || <!--USB-->{{No|USB3.1 gen 1}} || <!--Ethernet-->{{N/A}} || <!--Wireless-->socket realtek ac wifi || <!--Test Distro--> || <!--Comments-->2020 64bit abs plastic case 14in 1080p touch low nits - possible wacom esr note taking pen supplied - ram soldered DDR4 - |- | <!--Name-->Lenovo ThinkBook 13S || <!--Chipset-->6800u 2.7GHz 6600U || <!--IDE-->{{N/A}} || <!--SATA-->{{No|NVMe}} || <!--Gfx-->{{Maybe|Vesa 2d 680M RNDA2}} || <!--Audio--> || <!--USB-->{{No|USB4}} || <!--Ethernet-->{{N/A}} || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2022 64bit 13in most components soldered down |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ====Samsung==== [[#top|...to the top]] {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->NP-Q1 Q1 || <!--Chipset-->Celeron-M 353 ULV 600Mhz || <!--IDE-->{{Yes|1.8" SFF HDD 20 / 60 GB }} || <!--SATA-->{{N/A}} || <!--Gfx-->{{Yes|GMA 915 2D and 3D opengl1 tunnel 95 gearbox 68}} || <!--Audio-->{{Yes|HD Audio with codec - head phones only}} || <!--USB-->{{Yes}} || <!--Ethernet-->{{No|Marvell}} || <!--Wireless-->{{Yes|Atheros 5006EX}} || <!--Test Distro-->Icaros 2.1 || <!--Comments-->2005 32bit old style tablet UltraMobile PC UMPC - Wacom serial resistive pen or finger no support - 1 sodimm ddr2 max 1Gb - LCD 7" WVGA (800 x 480) - CompactFlash port Type II - |- | <!--Name-->NP Q1U Ultra Mobile PC UMPC Q1F NP-Q1-F000 || <!--Chipset-->Intel A100 600 / A110 Stealey 800 MHz CPU || <!--IDE-->{{Yes}} || <!--SATA-->{{N/A}} || <!--Gfx-->{{Maybe|GMA 950 2D and 3D opengl1}} || <!--Audio-->{{No|HD Audio 1986}} || <!--USB--> || <!--Ethernet-->Intel || <!--Wireless-->{{Maybe|Atheros 5006EX}} || <!--Test Distro-->Icaros 2.1 || <!--Comments-->2006 32bit 1024×600 - sd card slot - |- | <!--Name-->NP P500 family P500Y || <!--Chipset-->AMD with SB600 || <!--IDE-->{{N/A| }} || <!--SATA-->{{Yes| }} || <!--Gfx-->{{Maybe|use VESA Ati x1250}} || <!--Audio-->{{Yes| Audio with codec }} || <!--USB--> || <!--Ethernet-->{{No|Marvell 88E8039 yukon}} || <!--Wireless-->{{yes|Atheros G}} || <!--Test Distro-->Icaros 2.1.2 || <!--Comments-->64bit possible - 15.4 tft display - cheap plastic okay build - 19v propriety end - |- | <!--Name-->R505 R510 || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless-->Atheros G || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->R520 R522 R610H R620 || <!--Chipset-->Intel Mobile Core i3 Intel PM45 82801M ICH9-M|| <!--IDE--> || <!--SATA--> || <!--Gfx-->ATI Mobility Radeon HD 4650 (RV730) || <!--Audio-->Intel HD Audio with Realtek ALC272 || <!--USB--> || <!--Ethernet-->Marvell Yukon 88E8057 || <!--Wireless-->Atheros AR5007EG || <!--Test Distro--> || <!--Comments-->2010 64 bit possible |- | NP-R530 || || {{N/A}} || {{partial|IDE mode}} || {{yes|Intel GMA (2D)}} || {{partial|HD Audio playback}} || {{yes|USB 2.0}} || {{no|Marvell}} || {{no|Atheros AR9285}} || Icaros 1.5.2 || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->[http://www.notebookcheck.net/Review-Samsung-305U1A-A01DE-Subnotebook.68246.0.html Series 3 Samsung 305u1a] || <!--Chipset-->AMD E350 or E450 || <!--IDE--> || <!--SATA--> || <!--Gfx-->AMD Radeon 6320 || <!--Audio-->ALC ACL 269 || <!--USB--> || <!--Ethernet-->Realtek 8111 8169 || <!--Wireless-->Broadcom 4313 || <!--Comments-->2011 64bit |- | <!--Name-->NP-RV415 NP-RV515 || <!--Chipset-->E350 or E450 plus A50M chipset || <!--IDE--> || <!--SATA--> || <!--Gfx-->AMD Radeon HD 6470 || <!--Audio-->HD Audio Realtek || <!--USB--> || <!--Ethernet-->Realtek RTL8111 8168B || <!--Wireless-->Atheros AR9285 || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ====Sony==== [[#top|...to the top]] <pre> VAIO = Video Audio Integrated Operation and later as Visual Audio Intelligent Organizer (2008) VPC = VAIO PC VGN = </pre> 2014 Sony looks to sell off to another company their laptop lines and PC Vaio divisions as sales decline {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name-->Sony C1 VN XS MZX MHP - U Series PCG-U3 || <!--Chipset-->TM5800 or PII 400Mhz mobile || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio-->{{No| }} || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->Picturebook series Transmeta Crusoe used swivel camera - |- | <!--Name-->Z505LE Z505JE || <!--Chipset-->P3 || <!--IDE--> || <!--SATA-->n/a || <!--Gfx-->Rage Mobility M1 AGP mach64 || <!--Audio-->no Yamaha DS-XG PCI YMF744 || <!--USB--> || <!--Ethernet-->Intel 8255x based PCI e100 || <!--Wireless-->n/a || <!--Test Distro--> || <!--Comments-->parent company of the Sony Group through its five operating segments — electronics (Sony Corp), games, entertainment (motion pictures Columbia and music), financial services and other |- | <!--Name-->Vaio PCG - FX201/FX202 FX210/FX215 FX401/FX402 FX404/FX405 972M, FX501/FX502 FX504/FX505, FX601/FX602, FX604/FX605 FXA53(US), FX701/FX702, FX704/FX705, FX801/FX802 FX804/FX805 [http://www.litzinger.com/fxa32.html PCG-FXA32], FXA33, FXA35/D, FXA36, FXA47, FXA48, FXA49, FXA59 || <!--Chipset-->[http://gaugusch.at/vaio/ FX] [http://tech.dir.groups.yahoo.com/group/FX210/ Sony Yahoo Group] VIA KT133A KM133 Duron 800Mhz Athlon 1.3Ghz || <!--IDE-->{{partial|boot issue with latest 2013 kernel VIA [rev 06]}} || <!--SATA-->{{N/A}} || <!--Gfx-->{{partial|ATI Rage Mobility Pro (VESA only)}} || <!--Audio-->{{Yes|VIA AC97 686b [rev 50] AD1881A Ear phone and Mic}} || <!--USB-->{{Maybe|UHCI [rev 1a]}} || <!--Ethernet-->{{Yes|RTL 8139}} || <!--Wireless-->{{N/A}} || <!--Comments-->Nightly 1st March 2013 || <!--Comments-->booting usb pendrive from Plop Boot Loader floppy (no bios USB boot). Can freeze ocassionally hardware issue or a ram slot problem - no support for iLink firewire VT8363/8365 pci - vt82c686b |- | <!--Name-->Vaio PCG FX100 R505LE || <!--Chipset-->Intel i815 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Use VESA Intel 82815 CGC || <!--Audio-->Intel ICH AC97 with ADI AD1881A codec || <!--USB--> || <!--Ethernet-->Intel e100 || <!--Wireless-->{{N/A}} || <!--Test Distro--> || <!--Comments-->PCG-FX105 FX105K PCG-FX108 FX108K PCG-FX109 FX109K FX200 FX203/FX203K FX205 FX205K FX209 FX209K FX220 [http://juljas.net/linux/vaiofx240/ FX240] FX250 FX270 FX290 FX301 FX302 FX340 FX370 FX390 FX403 FX503 FX950 |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | [http://www.trustedreviews.com/laptops/review/2004/06/03/Sony-VAIO-VGN-X505VP-Ultra-Slim-Notebook/p1 VAIO VGN X505VP] || Pentium M ULV and Intel 855GM || {{yes}} || {{N/A}} || {{maybe|Intel 855 (VESA only)}} || {{yes|AC97}} || {{yes|USB}} || {{yes|Intel PRO 100 VE}} || {{N/A}} || || 32 bit some support 2004 0.38 inches at its thinnest point - first laptop to feature a "chiclet" keyboard resemble Chiclets gum - |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Vaio VGN UX1XN UMPC || <!--Chipset-->Core Solo U1500 1.33GHz with 945GM chipset || <!--IDE-->1.8 inch ZIF || <!--SATA-->{{N/A}} || <!--Gfx-->Intel 945GMS || <!--Audio-->HD Audio with Realtek codec || <!--USB--> || <!--Ethernet-->Marvell Yukon 8036 || <!--Wireless-->Intel 3945 || <!--Test Distro--> || <!--Comments-->32bit only - 4.5 inch screen ultra mobile PC |- | <!--Name-->E Series VPC EB11 FX/T EB15 FM/T || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->consumer grade |- | Vaio VGN SR29VN || Intel ICH9 || {{N/A}} || {{maybe|IDE legacy}} || {{partial|ATI HD 3400 (VESA only)}} || {{partial|HD Audio (too quiet)}} || {{yes|USB1.1 and USB2.0}} || {{no|Marvell 8040}} || {{no|Intel 5100}} || Icaros 1.5 || |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->YB Series || <!--Chipset-->E 350 AMD dual core || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx--> || <!--Audio-->HD Audio Conexant CX20584 || <!--USB--> || <!--Ethernet--> || <!--Wireless-->Atheros AR5B97 || <!--Test Distro--> || <!--Comments-->15.5" VAIO VPC YB13KXP EL1E1E/B vpcel1e1e |- | <!--Name-->Sony Vaio VPC || <!--Chipset-->AMD E450 || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->11.6" - EL2S1E YB3V1E YB3V1E/S YB3V1E/S YB3V1E/G |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ====Toshiba==== [[#top|...to the top]] Order of Build Quality (Lowest to highest) <pre > Equium Satellite (Pro) Libretto Portege Tecra </pre > {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | Tecra 8100 8200 9000 || 440BX || {{yes|IDE}} || {{N/A}} || {{maybe|S3 Savage MX 3D (VESA only)}} || {{no|Yamaha DS-XG ymf744 ymf-754}} || {{yes|USB1.1 only}} || {{N/A}} || {{N/A}} || Icaros 1.5 || little support |- | <!--Name-->Tecra 9100 || <!--Chipset-->810 || <!--IDE-->{{Yes}} || <!--SATA-->{{N/A}} || <!--Gfx-->{{maybe|S3 Savage IX}} || <!--Audio-->{{no|ymf754}} || <!--USB-->USB 1.1 || <!--Ethernet-->eeee pro100 || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | [http://tuxmobil.org/toshiba_sp4600.html Satellite Pro 4600] || i810 || IDE || {{N/A}} || {{maybe|Trident Cyber Blade XP (VESA only)}} || {{no|YAMAHA DS-XG AC97 ymf754}} || {{yes|USB}} || {{yes|Intel e100}} || {{no|Agere (internal PCMCIA)}} || || little support |- | Satellite 2805 S603 || Intel 815 || {{yes|IDE}} || {{N/A}} || {{maybe|nVidia GeForce2 Go}} || {{no|Yamaha Corp YMF 754}} || {{yes|USB}} || {{yes|Intel PRO/100}} || {{dunno}} || || little support |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Satellite A10 S167 S1291 - A15 A20 A25 || <!--Chipset-->P4M || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel 852GM or Radeon || <!--Audio--> || <!--USB--> || <!--Ethernet-->RTL 8139 || <!--Wireless-->{{Maybe|Intel 2100, Agere or Atheros PA3399U 1MPC minipci}} || <!--Test Distro--> || <!--Comments-->a few models came with antenna leads |- | Satellite [http://eu.computers.toshiba-europe.com/innovation/jsp/SUPPORTSECTION/discontinuedProductPage.do?service=EU&com.broadvision.session.new=Yes&PRODUCT_ID=76230 A30-714] || P4-M / 82845 i845 || {{yes|82801}} || {{N/A}} || {{maybe|VESA}} || {{yes|AC97}} || {{yes}} || {{yes|RTL8139}} || {{N/A}} || Icaros 1.2.4 || nice laptop, drawbacks: heavy, really hot (P4-3.06 GHz!!) - A30 (EU) A33 (Australian) A35 (USA) - |- | <!--Name-->Satellite A40 A45 || <!--Chipset-->P4M or Celeron M with Intel 845 865 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel 852GME or Radeon 7000 Mobility || <!--Audio-->AC97 Realtek || <!--USB-->USB2.0 || <!--Ethernet--> || <!--Wireless-->Atheros 5002G 5004G - PA3299U mini pci || <!--Test Distro--> || <!--Comments-->2003 32bit - A40 S161 A40-S1611 A40-2701, A45-S120 A45-S1201 S130 S1301 S1501 - |- | <!--Name-->Satellite a50 A55 a60-s156 Equium A60 PSA67E A65 || <!--Chipset-->P4M or Celeron M with Intel 845 865 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel 852GME or Radeon 7000 Mobility || <!--Audio-->AC97 Realtek || <!--USB-->USB2.0 || <!--Ethernet--> || <!--Wireless-->Atheros 5002G 5004G - PA3299U mini-pci || <!--Test Distro--> || <!--Comments-->2003 32bit - |- | <!--Name-->Satellite A70 A75-S206 A80 A85-S107 || <!--Chipset-->P4M or Celeron-M with Intel 845 865 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel 852GME or Radeon 7000 Mobility || <!--Audio-->AC97 Realtek || <!--USB-->USB2.0 || <!--Ethernet--> || <!--Wireless-->Atheros 5002G 5004G - PA3299U mini-pci || <!--Test Distro-->Icaros 1.5.1 || <!--Comments-->2003 32bit - |- | Toshiba Satellite Pro M30 || intel 855 || {{yes|boots with ATA=nodma option}} || {{N/A}} || {{maybe|VESA}} || {{yes|AC97}} || {{yes|USB2.0}} || {{yes|Intel PRO/100 VE}} || {{dunno}} || Icaros 1.5 || nice laptop with some support |- | <!--Name-->Portege M300 - M200 tablet || <!--Chipset-->855GM with 1.2GHz Pentium M 753 || <!--IDE-->{{yes}} || <!--SATA-->{{N/A}} || <!--Gfx-->{{maybe|VESA 2d only - tablet with nvidia 5200 go}} || <!--Audio-->{{no|AC97 STAC 9750}} || <!--USB-->{{yes}} || <!--Ethernet-->{{yes|Intel PRO 100}} || <!--Wireless-->{{no|Intel PRO Wireless 2200BG}} || <!--Test Distro--> || <!--Comments-->little support |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Satellite Pro L20 || <!--Chipset-->915GML || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Maybe|use VESA}} || <!--Audio-->{{No|[https://forums.gentoo.org/viewtopic-t-490297-start-0.html ALC861 routes audio]}} || <!--USB--> || <!--Ethernet-->Realtek 8139 || <!--Wireless-->Atheros || <!--Test Distro-->Icaros 2.1.1 || <!--Comments-->100 101 120 121 180 181 182 183 - |- | <!--Name-->Tecra A5 || <!--Chipset-->910GML || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel GMA 915GMS 910GML || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Portege R100 R200 || <!--Chipset-->915GMS || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless-->Atheros ar5005gs - askey AR5BMB5 - PA3416U || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Tecra M3 || <!--Chipset-->915GM with || <!--IDE--> || <!--SATA--> || <!--Gfx-->Nvidia TE 6200 6600 128MB || <!--Audio--> AC97 STAC9750 || <!--USB--> || <!--Ethernet-->Marvell 88E8053 || <!--Wireless-->Intel 2200BG || <!--Test Distro--> || <!--Comments-->Dark screen issues |- | <!--Name-->Satellite Pro L20 267 (PSL2YE PSL2XE) PSL25E L30 || <!--Chipset-->Celeron M 370 1.5GHz with RC410M SB400 || <!--IDE-->{{Yes| }} || <!--SATA-->{{N/A|}} || <!--Gfx-->{{Maybe|use VESA - Ati x200}} || <!--Audio-->{{No|[https://forums.gentoo.org/viewtopic-t-490297-start-0.html ALC861]}} || <!--USB-->{{Maybe|Boots usb sticks}} || <!--Ethernet-->Realtek 8139 || <!--Wireless-->{{No|Atheros maybe not working with ATi chipset}} || <!--Test Distro-->Icaros 2.1.1 || <!--Comments-->2004 32bit 14" pioneer dvd-rw - |- | <!--Name-->Satellite L30 PSL30E L33 PSL33E || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel 800 or ATi RC410 x200 || <!--Audio-->AC97 AD1981B or HD Audio ALC861 || <!--USB--> || <!--Ethernet-->realtek 8139 || <!--Wireless-->Atheros or Intel || <!--Test Distro--> || <!--Comments-->L30 PSL30L 101 PSL33E 113 115 134 00M019 - |- | Satellite Pro M40 || AMD with Ati || {{yes|boots with ATA=nodma option}} || {{N/A}} || {{maybe|VESA}} || {{yes|AC97}} || {{yes|USB2.0}} || {{yes|}} || {{dunno}} || || nice laptop with some support |- | <!--Name-->Satellite L40 PSL40E PSL40L PSL43E || <!--Chipset-->945GM with U7700 1.3GHz ULV || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel 945 || <!--Audio-->{{No|Intel HD with AD1986A codec}} || <!--USB-->2 USB2.0 || <!--Ethernet-->realtek 8139 || <!--Wireless-->Atheros AR24xx Askey || <!--Test Distro-->Icaros 2.0.3 || <!--Comments-->32bit only - 12X 13G 139 14B 143 15J 19O - |- | <!--Name-->Satellite L45 PSL40U S7409 S2416 || <!--Chipset-->945GM with Celeron M 440 1.86 GHz || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel 945 || <!--Audio-->{{No|Intel HD with AD1986A codec}} || <!--USB-->2 USB2.0 || <!--Ethernet-->realtek 8139 || <!--Wireless-->Atheros AR24xx Askey || <!--Test Distro-->Icaros 2.0.3 || <!--Comments-->32bit only - |- | <!--Name-->Portege M400 tablet || <!--Chipset-->945 12.1 inch || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel 950 || <!--Audio-->Intel HD with STAC9200 codec || <!--USB-->2 usb 2.0 || <!--Ethernet-->Intel gigabit || <!--Wireless-->Intel 3945ABG || <!--Test Distro--> || <!--Comments-->32bit mostly - Core Duo T2400 / T4200 1.83Ghz or Intel Core Solo T1300 @ 1.66 GHz with later models having Core 2 Duo T5500 1.66Ghz |- | <!--Name-->Tecra M5 || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx-->GMA950 or Nvidia Quadro NVS 110M or Radeon X1400 || <!--Audio--> || <!--USB--> || <!--Ethernet-->Intel 82573L e1000e || <!--Wireless-->Intel 3945 || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Tecra A6 A7 || <!--Chipset-->GM945 || <!--IDE--> || <!--SATA--> || <!--Gfx-->GMA 950 or Radeon X1400 or X1600 (M56P) or Nvidia Quadro NVS 300M || <!--Audio-->{{No|HD Audio Realtek ALC861}} || <!--USB--> || <!--Ethernet-->Intel 82573L e1000e || <!--Wireless-->{{No|Intel 3945abg}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Tecra A8 PTA82e PTA83E || <!--Chipset-->945GM || <!--IDE--> || <!--SATA--> || <!--Gfx-->GMA 950 || <!--Audio-->HD Audio Realtek ALC262 || <!--USB--> || <!--Ethernet-->e1000 || <!--Wireless-->{{No|Intel 3945abg}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Satellite Pro A100 || <!--Chipset-->940G || <!--IDE--> || <!--SATA--> || <!--Gfx-->Nvidia G72M Quadro NVS 110M GeForce Go 7300 / Ati (PSAA3E)|| <!--Audio-->HD Audio with ALC861 codec || <!--USB--> || <!--Ethernet-->Intel 100 || <!--Wireless-->Intel 3945 swap with atheros || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Satellite A110 159 (PSAB0), Equium A110 (PSAB2E), Satellite A110 233 (PSAB6), || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio-->ALC861 || <!--USB--> || <!--Ethernet-->Realtek 8136 || <!--Wireless-->Atheros || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Satellite Pro A120 PSAC0 PSAC1 PSAC1E || <!--Chipset-->Core Solo GMA 950 to T2300 || <!--IDE--> || <!--SATA--> || <!--Gfx-->GMA 945 || <!--Audio-->ALC262 or AC97 AD1981B || <!--USB-->UHCI EHCI || <!--Ethernet--> || <!--Wireless-->Atheros Ar5001 or Intel or Broadcom || <!--Test Distro--> || <!--Comments-->15V 4A charger - |- | <!--Name-->Satellite Pro A120 || <!--Chipset-->Core Duo ATi RS480 + SB450 || <!--IDE--> || <!--SATA--> || <!--Gfx-->use VESA - ATI RC410 Radeon Xpress 200M || <!--Audio-->ALC262 || <!--USB-->OCHI UHCI || <!--Ethernet-->RTL 8139 || <!--Wireless-->Intel 3945 or Atheros Ar5001 || <!--Test Distro--> || <!--Comments-->15v 5a proprietary charger needed |- | <!--Name-->Satelite A130 PSAD6U || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet-->Realtek 8101E || <!--Wireless-->Atheros or Intel || <!--Test Distro--> || <!--Comments-->ST1311 s1311 ST1312 S2276 S2386 - |- | <!--Name-->Satellite A135 S2686 (Compal LA 3391P) || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet-->Realtek 8101E || <!--Wireless-->Atheros or Intel || <!--Test Distro--> || <!--Comments-->S2246 S2346 S2256 S4477 S4666 S4827 - |- | <!--Name-->Satellite A200 PSAE1E (Inventec MW10M) || <!--Chipset-->Pentium M with 945GM Express || <!--IDE--> {{N/A}}|| <!--SATA--> {{Maybe|SATA}}|| <!--Gfx--> {{Yes|Intel GMA 950 (2D and 3D)}}|| <!--Audio--> {{Yes|HD Audio ALC862}}|| <!--USB--> {{Yes| }}|| <!--Ethernet--> {{yes|RTL8101E}}|| <!--Wireless--> {{yes|Atheros 5000 - FN,F5 or FN,F8 or switch}} || <!--Test Distro--> AspireOS 1.8 || <!--Comments-->2006 Excellent 32 bit support! - Celeron M 520 1.6Ghz or Pentium® Core Duo T2130 1.86 GHz - make sure that your WLAN card is enabled, do this using the hardware switch and FN+F8 key combination |- | <!--Name--> A210, Satellite A215 AMD (Inventec 10A) S5808 || <!--Chipset--> Ati with SB690 || <!--IDE--> {{N/A}}|| <!--SATA-->{{Maybe|SATA}}|| <!--Gfx-->{{Maybe|use VESA HD2600 Mobility M76}} || <!--Audio-->HD Audio ALC268 || <!--USB--> {{Yes| }}|| <!--Ethernet-->{{yes|RTL8101E}}|| <!--Wireless--> {{yes|Atheros 5000}}|| <!--Test Distro--> AspireOS 1.8 || <!--Comments-->A215-S7422 A215-S7472 A215-S4697 (USA) - |- | <!--Name--> [http://www.amiga.org/forums/showthread.php?t=62036 A215 S4757] || <!--Chipset--> Ati X1200 with SB600 || <!--IDE--> {{N/A}}|| <!--SATA-->{{Maybe|SATA}}|| <!--Gfx-->{{Maybe}} || <!--Audio-->HD Audio || <!--USB--> {{Yes| }}|| <!--Ethernet-->{{yes|RTL8101E}}|| <!--Wireless--> {{yes|Atheros 5000}}|| <!--Test Distro--> AspireOS 1.8 || <!--Comments--> |- | <!--Name--> Tecra A10 || <!--Chipset--> || <!--IDE--> {{N/A}} || <!--SATA--> {{Maybe|IDE mode}} || <!--Gfx--> {{Yes|Intel GMA 4500M (2D)}} || <!--Audio--> {{Yes|HD Audio}} || <!--USB--> {{Yes|USB 2.0}} || <!--Ethernet-->{{No|Intel PRO 1000}} || <!--Wireless-->{{No|Intel WiFi Link 5100}} || <!--Test Distro--> || <!--Comments-->64 bit possible |- | <!--Name-->L35 - L40 PSL48E - L45 S7423 || <!--Chipset-->GL960 with Intel Celeron || <!--IDE-->{{N/A}} || <!--SATA-->{{Maybe| }} || <!--Gfx-->{{Yes|X3100 some 2D but software 3d tunnel 9 gearbox 4}} || <!--Audio-->{{Yes|HD Audio with ALC660 codec playback}} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{Yes|REALTEK 8139}} || <!--Wireless-->{{No|Realtek 8187b replace with Atheros 5k}} || <!--Test Distro-->Icaros 2.1.2 || <!--Comments-->1,73Ghz M 520 or M 540 or Dual T2310 (1.46 GHz) T2330 (1.6 GHz) - 14H 14N 15B 17H 17K 17R 17S 18Z - |- | <!--Name-->P305 || <!--Chipset-->965 || <!--IDE--> || <!--SATA--> || <!--Gfx-->ATi HD 3650 || <!--Audio-->RV635 HDMI Audio [Radeon HD 3600 Series] || <!--USB--> || <!--Ethernet-->Marvell 88E8040 || <!--Wireless-->Intel3945 ABG [Golan] || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Satellite a300 - inventec potomac 10s pt10s A300D 21H || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx-->ATI Mobility Radeon HD 3650 || <!--Audio-->HD Audio - Realtek || <!--USB--> || <!--Ethernet-->Realtek 8102E || <!--Wireless-->Atheros 5005 || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->satellite l300 l300d l305 (inventec ps10s) || <!--Chipset-->AMD Turion RM70 + || <!--IDE--> || <!--SATA--> || <!--Gfx-->Radeon 3100 || <!--Audio-->HD Audio with Realtek ALC268 || <!--USB--> || <!--Ethernet-->Realtek || <!--Wireless-->Atheros G XB63L or Intel or Realtek || <!--Test Distro--> || <!--Comments--> |- | Toshiba Satellite R630 Portege R700 || i5-450M || {{N/A}} || SATA || Intel GMA (2D) || {{dunno}} || {{yes|USB}} || {{no|Intel 82577LC Gigabit}} || {{no|Broadcom BCM4313}} || || 1 hr battery life - Ricoh e822 SD host no |- | <!--Name-->Satellite L450 12 13 14 || <!--Chipset-->AMD Sempron, 2.1GHz with AMD RS780M || <!--IDE--> || <!--SATA--> || <!--Gfx-->Radeon HD 3200 (based on HD 2400) || <!--Audio--> || <!--USB--> || <!--Ethernet-->Realtek RTL8101E RTL8102E || <!--Wireless-->Realtek 8172 || <!--Test Distro--> || <!--Comments-->12X 13P 13X 14V PSLY6E00C006EN |- | <!--Name-->Satellite Pro L450 (Compal LA-5821P) 179 || <!--Chipset-->intel celeron 900 2.20 Ghz || <!--IDE--> || <!--SATA--> || <!--Gfx-->intel 4500m || <!--Audio-->HD Audio with codec || <!--USB--> || <!--Ethernet-->RTL8101 /2 /6E PCI Express Gigabit || <!--Wireless-->RTL8191 SEvB || <!--Test Distro--> || <!--Comments-->39.6cm (15.6”) Toshiba TruBrite® HD TFT High Brightness display with 16:9 aspect ratio internal resolution 1366 x 768 |- | <!--Name-->satellite l350d || <!--Chipset-->AMD Athlon (tm) X2 QL-60 + RS780M || <!--IDE--> || <!--SATA--> || <!--Gfx-->Radeon HD 3100 || <!--Audio-->HD Audio with Realtek || <!--USB--> || <!--Ethernet-->Realtek || <!--Wireless-->Realtek 8187b || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->L755D (E-350) L750D (E-450) || <!--Chipset-->AMD || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Radeon HD 6310 6320 || <!--Audio-->AMD HD Audio conexant codec || <!--USB--> || <!--Ethernet--> || <!--Wireless-->Realtek || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Satellite Pro SP C640 C660D C670D || <!--Chipset-->AMD E350 || <!--IDE--> || <!--SATA--> || <!--Gfx-->6310G || <!--Audio-->HD Realtek ALC259 || <!--USB--> || <!--Ethernet-->Realtek || <!--Wireless-->Broadcom || <!--Test Distro--> || <!--Comments-->2011 zacate |- |<!--Name-->Toshiba Satellite C660D 19X || <!--Chipset-->AMD E-300 || <!--IDE--> || <!--SATA--> || <!--Gfx-->ATi || <!--Audio-->HD Audio with Realtek codec || <!--USB--> || <!--Ethernet-->r8169 rtl8101e || <!--Wireless-->Realtek RTL8188 8192ce rtl8192ce || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->C70D-A C75D-A || <!--Chipset-->E1-1200 || <!--IDE--> || <!--SATA--> || <!--Gfx-->AMD HD8330 || <!--Audio-->HA Audio CX20751 11Z || <!--USB--> || <!--Ethernet-->Atheros AR8162 8166 8168 alx || <!--Wireless-->Realtek 8188e || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->C40D C50D-A C55D-A || <!--Chipset-->E1 2100 or A4 5000 || <!--IDE--> || <!--SATA--> || <!--Gfx-->8330 || <!--Audio-->HD Realtek ALC269Q || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->kabini |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ====Misc==== [[#top|...to the top]] {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name-->[http://www.laptopsolutions.net/Mitac-laptop-notes.htm Mitac 5033] || <!--Chipset-->K6-2 333Mhz || <!--IDE--> || <!--SATA--> || <!--Gfx-->Use VESA || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2000 32bit 5033H MiNote 5033K MyNote 810 Mitac 7020, the Mitac M722, the MyNote 820 - Mitac 5033L, Schneider 5033, LifeTec LT98 |- | <!--Name-->Time 500 Packard Bell EasyOne 1450 1550 || <!--Chipset-->K6-3 500Mhz + VIA MVP4 vt82c686a || <!--IDE-->{{N/A|Issues}} || <!--SATA-->{{N/A}} || <!--Gfx-->Use VESA || <!--Audio-->{{No|VIA AC97 3058 with wolfson codec WM9703 WM9704 WM9707 WM9708 or WM9717}} - untested || <!--USB-->via 3038 2 ports USB 1.1 untested || <!--Ethernet-->{{N/A}} || <!--Wireless-->{{N/A}} || <!--Test Distro-->NB May 2013 || <!--Comments-->2001 32bit grub runs but stalls around [PCI] Everything OK |- | <!--Name-->NEC Versa S260 || <!--Chipset-->P3-M with VIA chipset || <!--IDE--> || <!--SATA--> || <!--Gfx-->ATi Radeon M6 || <!--Audio-->VIA Audio Adapter with AD 1886 codec || <!--USB-->VIA || <!--Ethernet-->intel pro 100 82551QM or rhine2 || <!--Wireless-->Mini PCI card ORiNOCO || <!--Test Distro--> || <!--Comments-->2002 32bit North Bridge: VIA VT83C694T / South Bridge: VIA VT82C686B |- | <!--Name--> Medion 9626 Maxdata M-Book 1000T Targa Gericom 1400c || <!--Chipset-->Athlon with VIA chipset || <!--IDE--> || <!--SATA--> || <!--Gfx-->use VESA - S3 ProSavage || <!--Audio-->via ac97 686b || <!--USB--> || <!--Ethernet-->Realtek 8139 || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->1GHz 1.2GHz 1.4GHz 1.6GHz 1.8GHz and VIA KN133 PN133 - vt82c686b |- | <!--Name--> Medion MD9703 FIC A360 A380 Gericom 1st Supersonic M6T || <!--Chipset-->Pentium 1.2GHz and VIA Apollo MVP3 Pro133x || <!--IDE--> || <!--SATA--> || <!--Gfx-->use VESA - Radeon M6 || <!--Audio-->ac97 via with codec || <!--USB--> || <!--Ethernet-->Realtek 8139 || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->vt82c686b |- | <!--Name-->FIC MB05 Medion MD41100 Cebop CDG || <!--Chipset-->Pentium M, 1.4 GHz with i855 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel i855GM || <!--Audio-->AC97 || <!--USB-->3 USB2.0 || <!--Ethernet-->Realtek 8139 || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->8080B, Advent 7041, Medion MD 40676 || <!--Chipset-->Pentium-M 1.5GHz with i855PM || <!--IDE--> || <!--SATA--> || <!--Gfx-->64 MB nVidia GeForce FX Go 5200 || <!--Audio-->AC97 ALC202 || <!--USB--> || <!--Ethernet-->Realtek 8139 || <!--Wireless-->Intel 2100 || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->[http://www.ecs.com.tw/ECSWebSite/Product/Product_Detail.aspx?CategoryID=3&DetailID=540&DetailName=Feature&MenuID=93&LanID=0 ECS 321] Advent 7094 || <!--Chipset-->Celeron M with SIS 661GX 963L || <!--IDE--> || <!--SATA--> || <!--Gfx-->SiS 661 741 760 PCI/AGP or 662/761Gx PCIE || <!--Audio-->AC97 SIS rev a0 or Realtek ALC655 || <!--USB--> || <!--Ethernet-->SIS 900 || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Panasonic Toughbook CF-18 CF-29 CF-30 || <!--Chipset-->Core || <!--IDE--> || <!--SATA--> || <!--Gfx-->use VESA || <!--Audio-->AC97 SigmaTel || <!--USB--> || <!--Ethernet-->RTL 8139C || <!--Wireless-->Intel || <!--Test Distro--> || <!--Comments-->2003 32bit |- | <!--Name-->MSI Microstar PR210 || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Maybe|use VESA ATi RS690M}} || <!--Audio-->{{Yes|HD Audio through speaker / head phones but not hdmi}} || <!--USB--> || <!--Ethernet-->Realtek 8111 8169 || <!--Wireless-->Atheros AR242x AR542x aw-ge780 mini pci-e || <!--Test Distro-->Icaros 2.1.2 || <!--Comments-->204 32bit - ENE PCI based SD card with no bios boot option |- | <!--Name-->Gateway LT3100 (LT3103u) || <!--Chipset-->1.2GHz Athlon L110 + RS690E || <!--IDE-->{{N/A}} || <!--SATA-->{{dunno|legacy mode?}} || <!--Gfx-->AMD ATI Radeon Xpress X1270 (VESA only) || <!--Audio-->ATI SBx00 HD Audio || <!--USB--> || <!--Ethernet-->rtl8169 Realtek RTL8101E RTL8102E || <!--Wireless-->{{no|Atheros AR9285}} || <!--Test Distro--> || <!--Opinion-->2004 32bit |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Advent 7106 EAA-88 || <!--Chipset-->Pentium M 1.7GHz with 915GM || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{Yes|2D and 3D tunnel 187 gearbox 67}} || <!--Audio-->{{Yes|AC97 Intel ICH6 with Conexant Cx20468 31 codec playback head phones only}} || <!--USB--> || <!--Ethernet-->{{Yes|Realtek 8169}} || <!--Wireless-->{{No|Intel 2200BG Fn/F2 replaced with atheros mini pci in small base panel - startup errors in wireless manager}} || <!--Test Distro-->Icaros 2.1.1 || <!--Comments-->2005 32bit 14" cheap rubbish sadly - fan noise through audio channel - |- | <!--Name-->Quanta KN1-GM (Intel) KN1-PM (Nvidia) || <!--Chipset-->Intel 915GM || <!--IDE--> || <!--SATA--> || <!--Gfx-->intel or Nvidia MXM card 6600 6800go 8600 9600m || <!--Audio-->ALC260 || <!--USB--> || <!--Ethernet-->Realtek 8139 || <!--Wireless-->IIntel Pro 2200BG || <!--Test Distro--> || <!--Comments-->2005 32bit aka Gericom 1st Supersonic PCIE-KN1, Advent 6001, Advent 7098, Enpower 611, CTL, ECS |- | <!--Name-->Sahara slate sg22 I400 series and i440D || <!--Chipset-->900 950 with Celeron 423 and later Core 2 Duo L2500 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel || <!--Audio--> || <!--USB-->2 USB2.0 || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2005 early 32bit intel tablets kiosk based 12.1-inch fujitsu resistive screen with magnetic pen or with wacom digitiser - short battery life |- | <!--Name-->Motion Computing LE1600 PC Slate || <!--Chipset-->915 || <!--IDE--> || <!--SATA--> || <!--Gfx-->915 || <!--Audio-->Intel AC97 SigmaTel STAC9758 9759 || <!--USB--> || <!--Ethernet-->Realtek 8169 || <!--Wireless-->Intel PRO Wireless 2200BG || <!--Test Distro--> || <!--Comments-->2005 serial Wacom digitiser not usb |- | <!--Name-->Panasonic Toughbook CF-51 CF-P1 CF-T5 CF-Y2 || <!--Chipset-->945GMS || <!--IDE--> || <!--SATA--> || <!--Gfx-->GMA 950 || <!--Audio-->HD Audio || <!--USB--> || <!--Ethernet-->Broadcom || <!--Wireless-->Intel || <!--Test Distro--> || <!--Comments-->2006 32bit |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Wyse XM Class || <!--Chipset-->T-G56N 1.6 1.65Ghz || <!--IDE-->{{No| }} || <!--SATA--> || <!--Gfx-->{{Maybe|Vesa 2d 6310 6320}} || <!--Audio-->{{Maybe| }} || <!--USB-->{{Maybe| }} || <!--Ethernet-->{{Yes|Realtek}} || <!--Wireless-->{{No|Atheros}} || <!--Test Distro--> || <!--Comments-->2012 64bit 14" |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->MSI GS60 Ghost Pro || <!--Chipset-->i7 4700HQ Quad || <!--IDE--> || <!--SATA--> || <!--Gfx-->Nvidia 970M 980M discrete || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2015 64bit 15.6" Full HD 1920 x 1080 - |- | <!--Name-->System76 Galago UltraPro galu1 Gazelle - Taiwan OEM Clevo W740SU || <!--Chipset-->4th Gen Intel® Core i7 4770HQ 14" || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel Iris Pro 5200 || <!--Audio-->HD Audio with VIA Vt1802 or vt1812 codec || <!--USB-->USB 3.0 || <!--Ethernet--> || <!--Wireless-->Intel® Wireless AC WiFi 3160 or 7260 || <!--Test Distro--> || <!--Comments-->plastic construction |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Xiaomi Mi Notebook Air || <!--Chipset-->Intel Core M5 M7 M3-6Y30 Dual Core || <!--IDE--> || <!--SATA--> || <!--Gfx-->GTX 760M || <!--Audio--> || <!--USB-->{{no|3.0}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2015 64bit 12.5 Inch - |- | <!--Name-->Xiaomi Mi Notebook Air || <!--Chipset-->i5 6200U || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2016 64bit 13.3" Classic Fingerprint edition |- | <!--Name-->Microsoft Surface Book || <!--Chipset-->i5 i7 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel (i5) Nvidia (i7) || <!--Audio-->HD Audio || <!--USB-->{{No}} || <!--Ethernet-->{{N/A}} || <!--Wireless-->Intel || <!--Test Distro--> || <!--Comments-->2016 13.5" 3000 x 2000 ultrabook |- | <!--Name-->Razer Blade Stealth 14 || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx-->Nvidia || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2016 |- | <!--Name-->Huawei Matebook || <!--Chipset-->Intel Core m3-6Y30 || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2016 64bit - 2160 x 1440 Pixels - |- | <!--Name-->Matebook D || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless-->Intel AC 8265 8275 || <!--Test Distro--> || <!--Comments-->2017 64bit - 15.6-inch PC |- | <!--Name-->Matebook E || <!--Chipset-->i5 7th gen || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2017 2 in 1 - 12" |- | <!--Name-->Matebook X || <!--Chipset-->i5 i7 7500u || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel HD 620 GPU || <!--Audio-->HD Audio with Realtek codec || <!--USB-->{{No|2 usb-c ports}} || <!--Ethernet--> || <!--Wireless-->Intel AC || <!--Test Distro--> || <!--Comments-->2017 A4 size 13" IPS 2K 1440p 2160 x 1440 - dolby atmos speakers - 4 hrs battery lhs charging - one hand opening - |- | <!--Name-->System76 Gazelle - Clevo N850HZ || <!--Chipset-->i3 7100H i5 7300HQ i7 7700HQ || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel HD 630 || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless-->Intel AC || <!--Test Distro--> || <!--Comments-->2017 64bit 15.6" 1920 × 1080 LED Backlit, Matte - Chicony PSU - 720p webcam better at 480 - |- | <!--Name-->System76 Galago Pro galp2 - Clevo N130BU || <!--Chipset-->i5 7200U i7 7500U || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel HD 620 || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless-->Intel AC || <!--Test Distro--> || <!--Comments-->2017 64bit 13.3″ 3K 1800p so 3200 × 1800 HiDPI glossy - |- | <!--Name-->System76 Oryx Pro || <!--Chipset-->i7 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Nvidia GTX 1070 || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Gigabyte Aorus X5 MD Gaming || <!--Chipset-->i7 7th gen || <!--IDE--> || <!--SATA--> || <!--Gfx-->NVIDIA GeForce GTX 1080 GDDR5X 8GB Max-Q || <!--Audio-->HD Audio with 32-bit ESS Sabre Hi-Fi Audio DAC || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2017 64bit - up to 15.6″ UHD 3840 x 2160 IPS Anti-Glare - External 8K Display Output - RGB backlit keyboard - |- | <!--Name-->Razer Blade 15 || <!--Chipset-->HM370 with i7 8750H || <!--IDE--> || <!--SATA-->M.2 or PCIe SSD || <!--Gfx-->Intel HD with Optimus Nvidia || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet-->{N/A} || <!--Wireless-->Intel 9260AC || <!--Test Distro--> || <!--Comments-->2018 64bit 15inch FHD 4k DDR4 |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || IDE || SATA || Gfx || Audio || USB || Ethernet || Wireless || Test Distro || Comments |- | <!--Name-->Huawei Matebook D KPL-W00 Honor Magicbook 2018 || <!--Chipset-->2500U || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{Maybe|AMD Vega 8 use VESA}} || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2018 14inch 1080p budget entry |- | <!--Name-->Huawei Matebook D 15 14 AMD KPR-WX9 Honor Magicbook WAQ9AHNR || <!--Chipset-->AMD Ryzen 5 3500U || <!--IDE-->{{N/A}} || <!--SATA-->NVMe || <!--Gfx-->{{Maybe|AMD Vega 8 use VESA}} || <!--Audio-->{{Unk| }} || <!--USB-->{{No|USB3.1 gen 1}} || <!--Ethernet-->{{N/A}} || <!--Wireless-->Intel or Realtek || <!--Test Distro--> || <!--Comments-->2018 2019 2020 budget model - f6.5 recessed webcam - D 14 42Whr later 56Whr battery |- | <!--Name-->Huawei Matebook X Pro || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->2020 64bit top end model |- | <!--Name-->Xiaomi Redmibook 16 || <!--Chipset-->AMD Ryzen 7 4700U with FCH 51 || <!--IDE-->{{N/A}} || <!--SATA-->SSD 3 || <!--Gfx-->AMD Radeon RX Vega 7 || <!--Audio--> || <!--USB-->{{no|3.1}} || <!--Ethernet-->{{N/A}} || <!--Wireless-->Realtek RTL8821CE wifi || <!--Test Distro--> || <!--Comments-->2020 64bit metal 16.1 IPS 99% srgb 240 nits - 46whr battery - no webcam - |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ===Netbook=== [[#top|...to the top]] * One of the better options if re-partitioning of the hard disk is not suitable or wanted is to go with AROS hosted i.e. run a small linux distro and host AROS on top. AROS can exist on a Windows(TM) install as well. See here for more information [https://ae.amigalife.org/index.php?topic=779.0 Linux hosted] and [ Windows hosted] with downloads here [http://aros.sourceforge.net/download.php AROS download page] * installation needs an USB optical drive or an USB pen drive (see below) * PC with CD or DVD to install to a USB pendrive for boot purposes on a netbook * SD card sometimes can [ boot] like Dell 2100, EeePC 1001P, ASUS EeePC 900, acer aspire one d150, MSI Wind U100, [http://www.hardwaresecrets.com/article/Audio-Codec-Comparison-Table/520 Audio Codecs] ====Acer Netbooks==== [[#top|...to the top]] {| class="wikitable sortable" width=100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | Aspire One AOA110 (A110) (ZG5) || Intel 945GSE || {{N/A}} || {{Maybe|IDE legacy mode}} || {{Yes|Intel GMA (2D and 3D) tunnel 99 and gearbox 84 score}} || {{Yes|HD Audio ALC6628}} || {{Yes|USB1.1 and USB2.0}} || {{Yes|RTL8101E - rtl8169}} || {{Yes|AR5006}} [http://aros-exec.org/modules/newbb/viewtopic.php?start=0&topic_id=5082&viewmode=flat&order=ASC atheros 5k] || AspireOS 1.8 || 2007 32bit 1 core - 19v barrel - |- | Aspire One [http://overthis.com/2008/12/stubborn-aspire-one-hacking/ AOA150 (A150)] (ZG5) || Intel 945GSE || {{N/A}} || {{Maybe|ide mode}} || {{Yes|Intel GMA 2D and accelerated 3D with tunnel 99 and gearbox 84.1 result}} || {{Yes|HD Audio ALC6628}} || {{Yes|uhci and ehci}} || {{Yes|RTL8101E - rtl8169}} || {{Yes|AR5006}} [http://aros-exec.org/modules/newbb/viewtopic.php?start=0&topic_id=5082&viewmode=flat&order=ASC atheros 5k] || AspireOS 1.8 || 2007 32bit 1 core - 19v barrel - |- | Aspire One AOD150 [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=47829#forumpost47829 D150 (Compal LA-4781P)] || Intel 945GME || {{N/A}} || {{Maybe|ide legacy}} || {{Yes|Intel GMA 950 (2D)}} || {{Yes}} [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5822&forum=4&post_id=54398#forumpost54398 alc272] || {{Yes|USB}} || {{No|Atheros AR8121 AR8113 AR8114 l1e}} || {{Maybe|AR5007EG AR5BXB63 works but Broadcom BCM4312 has no support}} || Icaros Desktop 1.3 || 2008 32bit 1 core - 19v barrel - |- | [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5082&forum=4&post_id=46956#forumpost46956 Acer Aspire One AOD250 D250 emachines em250] || 945GME || {{N/A}} || {{Maybe|ide legacy}} || {{Yes|Intel GMA (2D)}} || {{Yes}} [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5138&forum=26 alc272 HD Audio] || {{Yes}} || {{No|AR8132 (L1c)}} || {{No|BCM4312 or Atheros AR5B95}} || Icaros 1.3 || 2009 32bit 1 core - 19v barrel - |- | <!--Name-->Aspire AO532H (Compal LA-5651p) 533H Pineview || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio-->{{Yes|HD Audio playback}} || <!--USB--> || <!--Ethernet-->{{No|AR8132 (L1c)}} || <!--Wireless-->{{No|Atheros 9k}} || [http://www.amigaworld.net/modules/news/article.php?mode=flat&order=0&item_id=5968 Tested AspireOS June 2011] || <!--Comments--> |- | <!--Name-->emachines eM350 NAV51 || <!--Chipset--> with N450 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel 3150 || <!--Audio-->HD Audio with codec || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro-->Icaros 2.2 || <!--Comments-->Single core 64bit - 160GB HDD 1GB RAM 10.1" LED backlit screen and Webcam - 3 cell li-ion battery for 3 hours usage - |- | <!--Name-->emachines eM355 || <!--Chipset--> with N455 || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments-->64bit support possible - |- | <!--Name-->Aspire One 533 || <!--Chipset-->N455 with || <!--IDE-->{{N/A}} || <!--SATA-->{{Yes}} || <!--Gfx-->{{Yes|2D}} || <!--Audio-->{{Yes| ALC272 codec}} || <!--USB-->{{Yes}} || <!--Ethernet-->{{No|Atheros 1c}} || <!--Wireless-->{{No|Broadcom 4313}} || <!--Test Distro-->Icaros 2.1 || <!--Comments--> |- | Aspire One AOD255 AOD255e AOD260 AOHAPPY (Compal LA-6221P) || N570 and Nm10 || {{N/A}} || {{Maybe|SATA}} || {{Maybe|Intel GMA 3150}} || Audio || USB || {{No|Atheros AR8152 V1.1 (1lc)}} || {{No|Broadcom BCM4313}} || || a little support |- | Aspire One 522 AO522 (Compal LA-7072p) || 1GHz dual C50 or C60 + Hudson M1 || {{N/A}} || SATA || AMD 6250 (ATI 9804) or 6290 || ATI SB CX20584 HD Audio || USB || Atheros 8152 v2.0 l1c || {{No|Broadcom BCM4313 or Atheros ath9k}} || || |- | <!--Name-->AAOD270 Cedarview || <!--Chipset-->N2600 || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel GMA 3650 || <!--Audio--> || <!--USB--> || <!--Ethernet-->{{Dunno|RTL 8169 RTL8101E}} || <!--Wireless-->{{No|Broadcom BCM4313}} || <!--Test Distro--> || <!--Opinion--> |- | <!--Name-->Aspire One AO532G (Compal LA-6091p) || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Aspire One D257 (Quanta ZE6) || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Acer Aspire One 722 AO722 P1VE6 || <!--Chipset-->AMD C60 with SB900 || <!--IDE-->{{N/A| }} || <!--SATA--> || <!--Gfx-->{{Maybe| use VESA Ati 6290}} || <!--Audio-->{{Yes|HD Audio with codec but no Wrestler HDMI output}} || <!--USB--> || <!--Ethernet-->{{No|Qualcomm Atheros AR8152 v2.0}} || <!--Wireless-->{{No|Atheros AR9485}} || <!--Test Distro-->Icaros 2.1.2 || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Aspire One AO721 (Wistron SJV10-NL) || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->AO751 AO751H (Quanta ZA3) || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->emachines || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ====Asus Netbooks==== {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | [http://wiki.debian.org/DebianEeePC/Models eeePC] 700 701 2G 4G 8G Surf || Intel 910GML + ICH7 || {{N/A}} || {{Maybe|IDE legacy mode}} || {{Yes|Intel GMA 900 2D and 3D tunnel 68 gearbox 43 on 701 800x480}} || {{Yes|[http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5822&forum=4&post_id=54398#forumpost54398 ALC662 HD Audio]}} || {{Yes|UHCI and EHCI}} || {{No|Atheros L2}} || {{Yes| }} [http://beta.ivancover.com/wiki/index.php/Eee_PC_Internal_Upgrades AR5007EG] (AR2425) - [http://amigaworld.net/modules/newbb/viewtopic.php?mode=viewtopic&topic_id=32391&forum=28&start=20&viewmode=flat&order=0#583583 works] || NB 2013 and 2.1.1 (best) and 2.1.2 || Power supplies fail due to bad caps issue 9.5V 2.5A - |- | [http://wiki.debian.org/DebianEeePC/Models eeePC] 701SD || Intel 910GML + ICH7 || {{N/A}} || {{Maybe|IDE legacy mode}} || {{Maybe|Intel GMA 900 (2D)}} || {{Yes|[http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5822&forum=4&post_id=54398#forumpost54398 ALC662 HD Audio]}} || {{Yes|UHCI and EHCI}} || {{No|Atheros L2}} || {{No|RTL8187SE swap with Atheros 5k}} || AspireOS 1.7 || [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5980&forum=1&post_id=58940#forumpost58940 Boot issues] but does [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=62348#forumpost62348 boot] with ATA=32bit,nopoll or ATA=nodma,nopoll. |- | [http://wiki.debian.org/DebianEeePC/Models eeePC] 900 || Intel 910GML + ICH7 || {{N/A}} || {{Maybe|IDE legacy mode}} || {{Maybe|Intel GMA 900 (2D, 3D in some models)}} || {{Yes|[http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5822&forum=4&post_id=54398#forumpost54398 ALC662 HD Audio]}} || {{Yes|UHCI and EHCI}} || {{No|Atheros L2}} || {{Maybe|depends on chipset}} [http://beta.ivancover.com/wiki/index.php/Eee_PC_Internal_Upgrades AR5007EG] (AR2425) - [http://amigaworld.net/modules/newbb/viewtopic.php?mode=viewtopic&topic_id=32391&forum=28&start=20&viewmode=flat&order=0#583583 works] but not RaLink || AspireOS 1.7 || [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5980&forum=1&post_id=58940#forumpost58940 Boot issues] but does [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=62348#forumpost62348 boot] with ATA=32bit,nopoll or ATA=nodma,nopoll. 900's may need BIOS upgrade to boot usb optical drives. 3D available in some and not all model revisions |- | eeePC 900A || 945GSE || {{N/A}} || {{Maybe|IDE legacy mode}} || {{Yes|Intel GMA 950 (3D)}} || {{Yes|HD Audio ALC269}} || {{Yes|USB2.0}} || {{No|Atheros L1e [1969 1026]}} || {{Yes|Atheros 5k AR242x}} || [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=70963#forumpost70963 Nightly Build 2012 05-25] || |- | eeePC 901 1000 || 945GM || {{N/A}} || {{Maybe|IDE legacy mode}} || {{yes|Intel GMA 950 (2D)}} || {{Yes|ALC269 HD Audio}} || {{Yes|USB}} || {{No|Atheros L1E (AR8121 AR8113 AR8114)}} || {{No|RaLink Device 2860 swap with Atheros 5k}} || [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=59063#forumpost59063 Icaros 1.4] || |- | eeePC Seashell 1000HA 1000HE 1008 1005HA || N280 + Intel GMA950 || {{N/A}} || SATA || {{Yes|Intel GMA (2D)}} || {{Yes|HD Audio ALC269}} || {{Yes|USB}} || {{Maybe|Realtek but not Atheros AR8132 (L1c)}} || {{No|Atheros AR9285 swap with Atheros 5k}} || [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=63608 Aspire OS 1.6] || |- | <!--Name-->eeePC 1001ha || <!--Chipset-->GMA945 || <!--IDE-->{{N/A}} || <!--SATA-->legacy || <!--Gfx-->Intel GMA 950 (2D) || <!--Audio-->ALC269 HD Audio || <!--USB--> || <!--Ethernet-->{{No|Attansic Atheros AR8132 l1c}} || <!--Wireless-->{{No|RaLink RT3090 swap with Atheros 5k}} || <!--Test Distro--> || <!--Opinion-->some support |- | eeePC 1001P T101MT 1005PX 1005PE 1015PE Pineview || NM10 and N450 CPU || {{N/A}} || {{Maybe|IDE mode}} || {{Yes|Intel GMA 3150 (2D)}} || {{Yes|HD Audio}} || {{Yes|USB 2.0}} || {{No|Atheros AR8132 (l1c)}} || {{No|Atheros AR928x 802.11n}} || [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=6760&forum=4&post_id=64732#forumpost64732 Icaros 1.3.3] || |- | EeePC 1015B 1215B || single C30 or dual C50 + Hudson M1 || {{N/A}} || SATA || {{partial|AMD 6250 (VESA only)}} || ATI SBx00 HD Audio || USB || {{No|AR8152 v2.0 atl1c}} || {{No|Broadcom BCM4313 [14e4 4727]}} || || |- | <!--Name-->Flare X101CH Cedarview || <!--Chipset-->N2600 + N10 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel GMA 6300 || <!--Audio--> || <!--USB--> || <!--Ethernet-->{{No|Atheros l1c 2.0}} || <!--Wireless-->{{No|Atheros 9k AR9285}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Flare 1025CE 1225CE || <!--Chipset-->N2800 + N10 || <!--IDE--> || <!--SATA--> || <!--Gfx-->{{dunno|Intel GMA 3600}} || <!--Audio--> || <!--USB--> || <!--Ethernet-->{{No|Atheros l1c 2.0}} || <!--Wireless-->{{No|Atheros 9k AR9285}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ====Compaq==== {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name--> Mini 110 | <!--IDE--> {{N/A}} | <!--SATA--> {{Maybe|IDE mode}} | <!--Gfx--> {{Yes|Intel GMA 950}} | <!--Audio--> {{Yes|HD Audio}} | <!--USB--> {{Yes|USB 2.0}} | <!--Ethernet--> {{No|Atheros}} | <!--Wireless--> {{No|Broadcom}} | <!--Test Distro--> | <!--Comments--> |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Wireless--> | <!--Test Distro--> | <!--Comments--> |- |} ====Dell Netbooks==== {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | Inspiron [http://en.gentoo-wiki.com/wiki/Dell_Inspiron_Mini Mini 9 910] || GMA945 || {{Maybe|STEC PATA IDE Mini PCIe Interface 16GB SSD very slow - replace with RunCore and SuperTalent GFDL part}} || {{N/A| }} || {{yes|Intel GMA 2D and possible 3D}} || {{yes|ALC268 HD Audio}} || {{yes|USB}} || {{yes|Realtek RTL8169}} || {{no|Broadcom BCM4310 and 4312}} || [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=58942#forumpost58942 Tested with ICAROS 1.3.] but later Icaros Desktops do not fully boot up and AspireOS || IDE SSD appears not reason for non boot |- | <!--Name-->Mini 10 1010 || <!--Chipset-->Atom Z520 Z530 Poulsbo || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{maybe|Intel GMA 500 (VESA only)}} || <!--Audio-->{{no|HD Audio}} || <!--USB--> || <!--Ethernet-->{{yes|rtl8169}} || <!--Wireless-->{{no|Intel or BCM4312}} || <!--Test Distro--> || <!--Comments--> |- | [https://wiki.ubuntu.com/HardwareSupport/Machines/Netbooks#Dell%20Mini%2010v%20(Inspiron%201011) Mini 10v 1011] [http://wiki.debian.org/InstallingDebianOn/Dell/InspironMini10v ] || Intel 950 || {{N/A}} || {{maybe|ide legacy mode}} || {{yes|Intel GMA (2D)}} || HD Audio || {{yes|USB}} || {{yes|RTL8102E 8103E}} || {{no|Dell 1397 Wireless}} || || |- | <!--Name-->1012 || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Inspiron Mini 1018 || <!--Chipset--> || <!--IDE-->{{N/A}} || <!--SATA-->{{partial|IDE mode }} || <!--Gfx-->{{yes|Intel GMA 3150 (2D, no VGA output)}} || <!--Audio-->{{partial|HD Audio head phones only - speaker and micro phone do not work}} || <!--USB-->{{yes|USB 2.0}} || <!--Ethernet-->{{yes|RTL8169}} || <!--Wireless-->{{no|RTL8188CE or AR928X}} || <!--Test Distro--> Icaros 1.5.1 || <!--Comments--> |- | <!--Name-->A90 A90n || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | Latitude 2100 || Intel Atom N270 N280 1.60Ghz GMA 945GME || {{N/A}} || SATA || {{yes|Intel GMA 950 (2D and 3D with tunnel 98 and gearbox 84)}} || {{yes|HD Audio with ALC272 codec}} || {{yes|USB2.0}} || {{No|Broadcom BCM5764M}} || {{No|Intel 5100 or BCM4322 DW 1510 half height mini pcie use small Atheros 5k}} || <!--Test Distro-->AspireOS 1.8 and Icaros 2.1.1 || 2009 32bit ddr2 sodimm [https://sites.google.com/site/arosaspireone/about-aspire-one Webcam and card reader not working] lcd cable over hinge an issue |- | <!--Name-->Latitude 2110 2120 || <!--Chipset-->N470 1.83Ghz, N455 1.6Ghz, N550 1.5Ghz || <!--IDE-->{{N/A}} || <!--SATA-->{{Yes|ATA mode}} || <!--Gfx-->{{Yes|Intel 3150 2D only}} || <!--Audio-->{{Maybe|HD Audio with ALC269 codec}} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{No| }} || <!--Wireless-->{{No| swap for Atheros}} || <!--Test Distro-->Icros 2.3 || <!--Comments-->2011 64bit ddr2 sodimm |- |} ====HP Netbooks==== {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | HP Mini 2133 || VIA C7-M P4M900 / 8237 VX700 || {{N/A}} || {{maybe|SATA}} || {{maybe|VIA Chrome 9 HC (VESA only)}} || VT1708/A HD Audio || USB || {{no|Broadcom Corp NetXtreme BCM5788}} || {{no|Broadcom Corp BCM4312}} || || |- | mini 1000 Mi 2140 ks145ut || N270 + 945GM || {{N/A}} || SATA || Gfx || HD Audio || USB || {{no|Marvell 88E8040}} || {{no|Broadcom Corp BCM4312}} || || |- | <!--Name-->Mini 700 702 || <!--Chipset-->N270 + 945GSE || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{Yes|Intel GMA 950 (2D)}} || <!--Audio-->{{Yes|HD Audio IDT 92HD75B (111d:7608, only playback tested)}} || <!--USB-->{{Yes| }} || <!--Ethernet--> || <!--Wireless-->{{No|Broadcom}} || <!--Test Distro--> || <!--Comments--> |- | Mini 100 110-3112sa || 945GM Express || {{N/A}} || {{maybe|IDE mode}} || {{yes|Intel GMA 950 (2D)}} || {{yes|HD Audio IDT STAC 92xx}} || {{yes|USB 2.0}} || {{no|Atheros}} || {{no|Broadcom}} || || |- | Mini 200 210 || 945GM NM10 Express || {{N/A}} || SATA || Intel GMA 950 || HD Audio || USB || RTL8101E RTL8102E || {{no|Broadcom BCM4312}} || || |- | HP Mini 311 DM1 (Quanta FP7) || N280 + ION || {{N/A}} || SATA || nVidia Geforce ION || HD Audio || USB || eth || wire || || |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |} ====Lenovo Netbooks==== {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | IdeaPad S9 S9e(3G) S10 S10e(3G) || 945GME || {{N/A}} || {{maybe|SATA}} || {{yes|Intel GMA (2D)}} || {{no|ALC269 or SigmaTel HD Audio}} || {{yes|USB}} || {{no|Broadcom NetLink BCM5906M}} || {{no|Broadcom BCM4312}} || || little support |- | IdeaPad S12 || N270 + Nvidia ION MCP79 || {{N/A}} || SATA || nVidia C79 ION [Quadro FX 470M] || ALC269 HD Audio || USB || Broadcom || Intel || || Does not boot - cause unknown |- | S10-2 || 945GME and N280 CPU || {{N/A}} || SATA || {{yes|Intel GMA (2D)}} || {{no|ALC269 HD Audio}} || {{yes}} || {{yes|rtl8169}} || {{no|Broadcom BCM4312}} || Icaros 1.3 || |- | S10-3 || NM410 and N450 CPU || {{N/A}} || SATA || {{yes|Intel GMA 3150 (2D)}} || {{no|HD Audio ALC269}} [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5134&forum=26&post_id=46939#forumpost46939] || {{yes|USB}} || {{yes|rtl8169}} || {{no|Atheros 9285 or Broadcom BCM4312}} || Icaros 1.3 || |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Ideapad 100S || <!--Chipset-->Atom Z36xxx Z37xxx Series SoC || <!--IDE--> || <!--SATA--> || <!--Gfx-->Intel || <!--Audio-->Intel SST Audio Device (WDM) || <!--USB--> || <!--Ethernet-->{{N/A}} || <!--Wireless-->Realtek RTL8723BS || <!--Test Distro--> || <!--Comments-->2015 64bit - |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ====Packard Bell Netbooks==== {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name-->Dot .S || <!--Chipset-->N280 + || <!--IDE-->{{N/A}} || <!--SATA-->{{maybe|legacy}} || <!--Gfx-->{{yes|Intel GMA950 (2D)}}|| <!--Audio-->HD Audio ALC272X || <!--USB--> USB2.0 || <!--Ethernet--> {{no|Atheros l1e}} || <!--Wireless-->{{no|Atheros 9k}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Dot .SE || <!--Chipset-->N450 + || <!--IDE-->{{N/A}} || <!--SATA-->legacy || <!--Gfx-->Intel GMA950 (2D) || <!--Audio-->HD Audio ALC|| <!--USB-->USB2.0 || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Dot .S2 NAV50 || <!--Chipset-->N455 NM10 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->Intel X3150 || <!--Audio-->HD Audio ALC269 || <!--USB--> || <!--Ethernet-->Atheros || <!--Wireless-->Atheros || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->Dot M/A || <!--Chipset-->1.2GHz Athlon L110 + RS690E || <!--IDE-->{{N/A}} || <!--SATA-->legacy mode? || <!--Gfx-->AMD ATI Radeon Xpress X1270 (VESA only) || <!--Audio-->HD Audio ATI SBx00 || <!--USB--> || <!--Ethernet-->Realtek RTL8101E RTL8102E rtl8169 || <!--Wireless-->{{no|Atheros AR9285}} || <!--Test Distro--> || <!--Opinion--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ====Samsung Netbooks==== [[#top|...to the top]] {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | [http://www.amigaworld.net/modules/newbb/viewtopic.php?post_id=616910&topic_id=33755&forum=28#616910 NC10] || 945GME || {{N/A}} || {{maybe|SATA}} || {{yes|Intel GMA 950 (2D)}} || {{partial|SigmaTel HD Audio (playback only)}} || {{yes|USB}} || {{maybe|rtl8169 works but not Marvell 88E8040 sky2}} || {{yes|AR5007EG}} || Icaros 1.4 || Nano silver on keyboard and lcd ribbon cable over hinge issues |- | [http://www.sammywiki.com/wiki/Samsung_NC20 NC20] || VIA VX800 || {{N/A}} || SATA || {{maybe|VIA Chrome9 (VESA only)}} || ALC272 GR (VT1708A) HD Audio || {{yes|USB}} || {{no|Marvell 88E8040}} || {{yes|Atheros AR5001}} || || little support |- | N110 N120 || 945GSE || {{N/A}} || SATA || {{yes|Intel GMA 950 (2D)}} || {{yes|ALC272 HD Audio or ALC6628}} || {{yes|USB}} || {{no|Marvell 88E8040}} || {{no|Realtek rtl8187}} || || some support - Namuga 1.3M Webcam none |- | N130 || 945GSE || {{N/A}} || SATA || {{yes|Intel GMA 2D and opengl 1.x 99.5 tunnel 99 gearbox}} || {{yes|Intel HD with ALC272 codec playback}} || {{yes|USB}} || {{yes|RTL 8169.device - 8101e 8102e}} || {{no|rtl 8192se rtl8187}} || || good support - but nothing for wireless or Namuga 1.3M Webcam |- | <!--Name-->Go NP-N310 || <!--Chipset-->N270 + 945GME || <!--IDE-->{{N/A}} || <!--SATA-->{{maybe|IDE legacy mode}} || <!--Gfx-->{{yes|Intel GMA 950 (2D)}} || <!--Audio-->{{yes|HD Audio ALC6628}} || <!--USB-->{{yes}} || <!--Ethernet-->{{yes|rtl8169}} || <!--Wireless-->{{yes|Atheros5k}} || <!--Test Distro--> || <!--Opinion-->[http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=6797&forum=4&post_id=65793#forumpost65793 works well] but N280 version changed specs |- | N510 || N270 euro N280 uk + ION MCP79 || {{N/A}} || SATA || nVidia C79 ION [Quadro FX 470M] || HD Audio || USB || Marvell 88E8040 || Realtek 8192E || || Does not boot - cause unknown |- | <!--Name-->NC110 Axx || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet-->{{Maybe|Rtl8169}} || <!--Wireless-->{{No|Broadcom BCM4313 or Atheros}} || <!--Test Distro--> || <!--Comments--> |- | NF210 Pineview || n455 or n550 + N10 || {{N/A}} || {{maybe|SATA}} || {{maybe|Intel GMA 3150 (needs retesting, VESA works)}} || {{yes|HD Audio}} [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=53642#forumpost53642 ] || {{yes|USB}} || {{no|Marvell 88E8040}} || Wireless || || some support |- | NP N145 Plus || n450 + NM10 || {{N/A}} || {{maybe|IDE legacy mode}} || {{yes|Intel GMA 3150 (2D, no VGA output)}} || {{yes|Realtek HD Audio}} || {{yes|USB2.0}} || {{no|Marvell 88E8040}} || {{no|Atheros AR9285}} || || [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=6294&forum=24&post_id=59122#forumpost59122 some support] but often the trackpad does not work |- | <!--Name-->[https://wiki.archlinux.org/index.php/Samsung_N150 N150] NB30 || <!--Chipset-->MN10 || <!--IDE-->{{N/A}} || <!--SATA-->{{Maybe| }} || <!--Gfx-->{{Yes|Intel GMA 3150 (2D)}} || <!--Audio-->{{No| }} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{No|Marvell 88E8040}} || <!--Wireless-->{{No|Atheros AR9285 or Realtek 8192E}} || <!--Test Distro--> || <!--Comments-->a little support |- | <!--Name-->[http://www.kruedewagen.de/wiki/index.php/Samsung_N220 N210 N220] N230 || <!--Chipset-->N450 + NM10 || <!--IDE-->{{N/A}} || <!--SATA-->{{Maybe| }} || <!--Gfx-->{{Yes|Intel GMA 3150 (2D)}} || <!--Audio-->HD Audio ALC269 || <!--USB-->{{Yes| }} || <!--Ethernet-->{{No|Marvell}} || <!--Wireless-->{{No|Atheros AR9285}} || <!--Test Distro--> || <!--Comments-->a little |- | <!--Name-->NC110 Pxx Cedarview || <!--Chipset--> || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{dunno|Intel GMA 3600}} || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless-->{{No|Intel 6000g}} || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ====Sony Netbooks==== {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name--> Vaio VGN-P11Z | <!--IDE--> {{dunno}} | <!--SATA--> {{N/A}} | <!--Gfx--> {{Partial|Intel (VESA only)}} | <!--Audio--> {{no|HD Audio}} | <!--USB--> {{yes|USB 2.0}} | <!--Ethernet--> {{no|Marvell}} | <!--Wireless--> {{no|Atheros AR928X}} | <!--Test Distro--> Icaros 2.0.3 | <!--Comments--> Rarely boots! |- | <!--Name-->Sony VPC-W11S1E | <!--IDE--> | <!--SATA--> | <!--Gfx-->Intel | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Wireless--> | <!--Test Distro--> | <!--Comments-->2009 N280 with 945GSE - 10.1" 1366 x 768 - 3hr battery life - |- |} ====Toshiba Netbooks==== [[#top|...to the top]] {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name-->NB100 || <!--Chipset-->945GM || <!--IDE-->{{N/A}} || <!--SATA-->{{maybe|legacy}} || <!--Gfx-->{{yes|Intel GMA (2D)}} || <!--Audio-->{{yes|ALC262 HD Audio}} || <!--USB--> || <!--Ethernet-->{{yes|rtl8169}} || <!--Wireless-->{{yes|AR5001}} || <!--Test Distro--> || <!--Comments-->some support |- | <!--Name-->Mini NB200 series NB205 || <!--Chipset-->N280 + GSE945 || <!--IDE-->{{N/A}} || <!--SATA-->{{maybe|IDE legacy mode}}|| <!--Gfx-->{{yes|Intel GMA (2D)}} || <!--Audio-->ALC272 HD Audio || <!--USB-->{{yes}} || <!--Ethernet-->{{yes|RTL8169}} || <!--Wireless-->{{no|AR9285}} || <!--Test Distro--> || <!--Opinion--> |- | <!--Name-->Mini 300 series NB305 || <!--Chipset-->N455 with NM10 || <!--IDE-->{{N/A}} || <!--SATA-->legacy || <!--Gfx-->Intel GMA 3150 (2D) || <!--Audio-->ALC272 HD Audio || <!--USB--> || <!--Ethernet-->RTL8101E RTL8102E || <!--Wireless-->{{no|AR9285}} || <!--Test Distro--> || <!--Opinion--> |- | <!--Name-->Mini 500 series NB505 NB520 NB550-10v || <!--Chipset--> || <!--IDE-->{{N/A}} || <!--SATA-->legacy || <!--Gfx-->Intel GMA 3150 (2D) || <!--Audio-->HD Audio || <!--USB--> || <!--Ethernet-->RTL8101E RTL8102E || <!--Wireless-->Realtek 8176 RTL 8188CE || <!--Test Distro--> || <!--Opinion--> |- | [http://www.notebookcheck.net/Review-Toshiba-NB550D-AMD-Fusion-Netbook.46551.0.html Mini NB550D 10G] 108 (c30) 109 (c50) || C50 + M1 || {{N/A}} || SATA || AMD 6250 (VESA only) || HD Audio || USB || Realtek 8111e rtl8169 || Atheros 9k || || Realtek SD card reader |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ====Misc Netbooks==== {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="5%" |Ethernet ! width="10%" |Wireless ! width="5%" |Test Distro ! width="30%" |Comments |- | [http://aros-exec.org/modules/newbb/viewtopic.php?start=0&topic_id=3944&viewmode=flat&order=ASC&type=&mode=0 Cammy's A1600] || GME945 || {{N/A}} || {{maybe}} || {{yes|Intel GMA950 (2D)}} || {{yes|HD Audio playback}} || {{yes}} || {{no|JMC 250/260}} || Wireless || Icaros 1.2.4 || |- | <!--Name-->Fujitsu Siemens Amilo Mini Ui 3520 || <!--Chipset-->Intel 945 || <!--ACPI--> || <!--SATA-->{{yes}} || <!--Gfx-->{{yes|Intel GMA (2D)}} || <!--Audio-->ALC269 HD Audio || <!--USB-->{{yes}} || <!--Ethernet-->{{yes|rtl8169}} || <!--Wireless-->{{yes|AR5001}} || <!--Test Distro--> || <!--Comments-->good |- | Guillemot [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5043&forum=26&post_id=45734#forumpost45734 Hercules eCafe EC-900 H60G-IA], Mitac MiStation and Pioneer Computers Dreambook Light U11 IL1 || Intel 945GME || {{N/A}} || {{maybe}} || {{yes|Intel GMA950 (2D)}} || {{Yes|HD Audio (playback only)}} || {{yes|uhci and ehci}} || {{yes|rtl8169}} || {{no|RAlink RT2860}} || || Slowly gaining support |- | <!--Name-->Hannspree Hannsnote SN10E2 24 48 || <!--Chipset-->N450 + NM10 || <!--IDE-->{{N/A}} || <!--SATA-->IDE legacy mode || <!--Gfx-->Pineview Intel (2D) || <!--Audio-->ALC HD Audio || <!--USB-->USB2.0 || <!--Ethernet-->Atheros l1c || <!--Wireless-->Atheros AR9285 || <!--Test Distro--> || <!--Opinion--> |- | MSI Wind U90/U100 || GME945 || {{N/A}} || {{maybe}} || {{yes|Intel GMA 950 (2D)}} || {{partial|HD Audio ALC888s (playback only?)}} || {{yes|uhci 1.1 and ehci 2.0}} || {{yes|rtl8169}} || {{no|RaLink RT2860 RT2700E or rtl8187se (u100x)}} || Icaros 1.3 || |- | Advent 4211 || 945GSE || {{N/A}} || {{maybe|IDE legacy mode}} || Intel GMA950 (2D) || ALC HD Audio || USB || rtl8169 || {{no|Intel 3945 ABG}} || || MSI U100 clone |- | <!--Name-->Hannspree Hannsnote SN10E1 || <!--Chipset-->N270 + GMA945 || <!--IDE-->{{N/A}} || <!--SATA-->{{maybe|IDE legacy mode}} || <!--Gfx-->{{yes|Intel GMA 950 (2D)}} || <!--Audio-->ALC HD Audio || <!--USB-->USB2.0 || <!--Ethernet-->{{yes|Realtek RTL8101E RTL8102E RTL8169}} || <!--Wireless-->{{no|RaLink RT2860}} || <!--Test Distro--> || <!--Comments-->MSI U100 clone |- | <!--Name-->Archos 10 Netbook || <!--Chipset-->Atom with ICH7 NM10 945GSE || <!--IDE-->{{No }} || <!--SATA--> || <!--Gfx-->GMA 950 || <!--Audio-->HS Audio with ALC662 codec || <!--USB--> || <!--Ethernet-->Realtek 8139 || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name-->MSI Wind U135 DX MS-N014 || <!--Chipset-->Intel N455 || <!--IDE-->{{N/A}} || <!--SATA--> || <!--Gfx-->{{Yes|2D only accelerated}} || <!--Audio-->{{No|ALC662 rev 1}} || <!--USB-->{{Yes| }} || <!--Ethernet-->{{Maybe|RTL}} || <!--Wireless-->{{No|Atheros AR 9K}} || <!--Test Distro-->Icaros 2.1 || <!--Comments-->needs noacpi notls added to grub boot line to start up |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- | <!--Name--> || <!--Chipset--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Wireless--> || <!--Test Distro--> || <!--Comments--> |- |} ===Desktop Systems=== [[#top|...to the top]] Most Intel Atom and equivalent AMD Fusion CPUs / APUs are faster than Intel P3s but still some way short of P4 or Dual Core performance. ====Acer==== {| class="wikitable sortable" width="100%" ! width="15%" |Name ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Integrated Gfx ! width="10%" |Audio ! width="10%" |USB ! width="10%" |Ethernet ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name-->[https://www.acer.com/ac/en/ID/content/support-product/486;-; Veriton X270 VTX270] Intel Core 2 Duo ED7400C or Pentium dual-core UD7600C with 630i | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx-->{{Maybe|Vesa 2d Nvidia 7100 VGA and HDMI connections}} | <!--Audio-->{{Maybe| with realtek codec}} | <!--USB-->{{Maybe|4 rear and 5 front}} | <!--Ethernet-->{{Maybe| nForce}} | <!--Test Distro-->Icaros 2.3 dvd | <!--Comments-->2009 64bit capable but would not fully boot, DHCP address timeout too short and failed often. Put in a third party NIC, worked - 1 PCI Express x16 slot and a free PCI x1 slot - internal thin long psu with 12pin - |- | <!--Name-->Acer Revo AR1600, R1600 AR3600, R3600 Packard Bell iMax Mini, Intel Atom 230 single core slim nettop subcompact | <!--IDE-->{{N/A}} | <!--SATA-->{{Maybe|Native IDE mode, '''when it works''' boots}} | <!--Gfx-->{{Maybe|Nvidia ION GeForce 9300M - nouveau 3d - '''when it works''' 400 fps in shell'ed gearbox, 278 in tunnel, 42 in teapot}} | <!--Audio-->{{Maybe|HD Audio with ?? codec but nothing from HDMI audio}} | <!--USB-->{{Maybe|Will not often boot usb2 stick but more issues / slow with usb3 based pen drives}} | <!--Ethernet-->{{No|MCP79 nForce}} | <!--Test Distro--> | <!--Comments-->2009 64bit 20cm/8" high 1 ltr quiet fan - very often boot stuck around ehciInit - DEL setup F12 boot options - 2 ddr2 sodimm slots max 4GB - 19v barrel psu - atheros 5k and use AR5BXB63 (Win7) - |- | <!--Name-->Revo AR3610 R3610 3610 Atom 330 nettop subcompact dual core | <!--IDE-->{{N/A}} | <!--SATA-->{{Maybe|Native IDE mode, '''when it works''' boots}} | <!--Gfx-->{{Maybe|Nvidia ION GeForce 9400M - nouveau 3d - '''when it works''' 400 fps in shell'ed gearbox, 278 in tunnel, 42 in teapot}} | <!--Audio-->{{Yes|HD Audio with Realtek ALC885 codec but nothing from HDMI audio}} | <!--USB-->{{Maybe|1% chance will boot with usb2 sticks but more issues / slow with usb3 drives}} | <!--Ethernet-->{{No|MCP79 nForce}} | <!--Test Distro-->AROS One 1.5 1.6 usb | <!--Comments-->2010 64bit 20cm/8" high 1 ltr quiet fan - very often boot stuck around ehciInit - DEL setup F12 boot options - 2 ddr2 sodimm slots max 4GB - 19v barrel psu with smaller inner pin size - replace wifi RT3090 ver c (linux) with atheros 5k or keep and use AR5BXB63 (Win7) - |- | <!--Name-->REVO AR3700 R3700 3700 Atom D525 dual core *one long beep followed by two short, bios damaged *looping one long two short, a video card fault *two short beeps... CMOS damaged *got one long and one short beep... board error? | <!--IDE-->{{N/A}} | <!--SATA-->{{Yes|IDE ready in Bios}} | <!--Gfx-->{{Yes|Nvidia ION2 GT218 ION vga fine '''but''' hdmi fussy over display used - nouveau 2d & 3d gearbox 404 tunnel 292 teapot 48}} | <!--Audio-->{{Yes|HDA Intel with Realtek ALC662 rev1 codec, head phones only but nothing from NVidia HDMI}} | <!--USB-->{{Yes|boots usb, installs usb, accesses ok}} | <!--Ethernet-->{{Yes|Realtek 8169 8111g}} | <!--Test Distro-->AROS one USB 1.5 and 1.6 | <!--Comments-->2011 64bit 20cm/8" high 1 ltr quiet fan - 2 ddr3 sodimm slots 1Rx8 only 2GB maybe 4GB - 19v barrel psu thinner pin - replace wifi RT3090 ver d with atheros 5k mini pci-e - ACPI Suspend Mode = S1, S3 (STR), S4 - Power on PCIe * Known Acer issue, Boot into bios, set bios to UEFI and reboot, set bios back to defaults and reboot, blank display, repair with reflash of 8 pin Winbond W25Q socketed bios chip using ch341a using 2011/09/19 P01.B0L, 2011/05/09 P01.A4, 2011/05/03 P01.A3L, 2010/12/27 P01.A2L, 2010/12/27 P01.A2 amiboot.rom - |- | <!--Name-->Revo 70 (RL70) - AMD E450 1.65GHz | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments-->2012 64bit - |- |} ====Asus==== {| class="wikitable sortable" width="100%" ! width="15%" |Name ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Integrated Gfx ! width="10%" |Audio ! width="10%" |USB ! width="10%" |Ethernet ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name-->EEEbox B202 | <!--IDE--> | <!--SATA--> | <!--Gfx-->Intel GMA950 | <!--Audio-->Intel Azalia HDaudio with Realtek ALC662 or ALC888-GR CODEC | <!--USB--> | <!--Ethernet-->Realtek 8111 or JM250 | <!--Test Distro-->Icaros | <!--Comments-->internal 3 types of wifi chipset not supported |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- |} ====Dell==== {| class="wikitable sortable" width="100%" ! width="10%" |Name ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Integrated Gfx ! width="10%" |Audio ! width="10%" |USB ! width="10%" |Ethernet ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name--> Precision 340 | <!--IDE--> {{yes}} | <!--SATA--> {{n/a}} | <!--Gfx--> {{n/a}} | <!--Audio--> {{yes|Intel AC97}} | <!--USB--> {{yes|USB 1.1 (UHCI)}} | <!--Ethernet--> {{yes|3Com}} | <!--Test Distro--> Nightly Build 2014 09-27 | <!--Comments--> |- | <!--Name-->Dimension 2400 | <!--IDE-->{{Yes}} | <!--SATA-->{{N/A}} | <!--Gfx-->{{Yes|Intel 82845GL Brookdale G/GE (VESA 640x480 by 16)}} | <!--Audio-->{{Unk|AC97 with ADI codec}} | <!--USB-->{{Yes|UHCI EHCI}} | <!--Ethernet-->{{Maybe|Broadcom 440x 4401}} | <!--Test Distro-->[http://eab.abime.net/showthread.php?p=832495 Icaros 1.4] | <!--Comments-->Graphics chipset is capable of higher resolution. |- | <!--Name-->Dimension 4600 | <!--IDE-->{{yes}} | <!--SATA-->{{dunno}} | <!--Gfx-->{{partial|Intel Extreme (VESA only)}} | <!--Audio-->{{yes|Intel AC97 (use rear black port)}} | <!--USB-->{{Yes|UHCI/EHCI}} | <!--Ethernet-->{{yes|Intel PRO/100}} | <!--Test Distro-->Icaros 1.5.2 | <!--Comments--> |- | <!--Name--> Optiplex 170L | <!--IDE--> {{yes|IDE}} | <!--SATA--> {{partial|IDE mode}} | <!--Gfx--> {{partial|Intel Extreme (VESA only)}} | <!--Audio--> {{no|Intel AC97}} | <!--USB--> {{yes|USB 2.0}} | <!--Ethernet--> {{yes|Intel PRO/100}} | <!--Test Distro--> {{dunno}} | <!--Comments--> |- | <!--Name--> Optiplex GX260 | <!--IDE--> {{yes|IDE}} | <!--SATA--> {{N/A}} | <!--Gfx--> {{partial|Intel Extreme (VESA only)}} | <!--Audio--> {{yes|Intel AC97}} | <!--USB--> {{yes|USB 2.0}} | <!--Ethernet--> {{no|Intel PRO/1000}} | <!--Test Distro--> Nightly Build 2014 09-27 | <!--Comments--> |- | Optiplex GX270 | {{yes|Working}} | {{partial|IDE mode}} | {{partial|Intel Extreme (VESA only)}} | {{yes|Intel AC97}} | {{yes|USB 2.0}} | {{no|Intel PRO/1000}} | Icaros 1.5.2 | <!--Comments--> |- | Optiplex GX280 | {{yes|Working}} | {{partial|IDE mode}} | {{maybe|Intel GMA (only VESA tested)}} | {{yes|Intel AC97}} | {{yes|USB 2.0}} | {{no|Broadcom}} | Nightly Build 2014 09-27 | <!--Comments--> |- | <!--Name--> Optiplex GX520 | <!--IDE--> {{yes|IDE}} | <!--SATA--> {{partial|IDE mode}} | <!--Gfx--> {{yes|Intel GMA}} | <!--Audio--> {{partial|Intel AC97 (no line-out)}} | <!--USB--> {{yes|USB 2.0}} | <!--Ethernet--> {{no|Broadcom}} | <!--Test Distro--> {{dunno}} | <!--Comments--> |- | <!--Name--> Optiplex 745 | <!--IDE--> {{N/A}} | <!--SATA--> {{partial|IDE mode}} | <!--Gfx--> {{partial|Intel GMA (VESA only)}} | <!--Audio--> {{partial|HD Audio (no volume control)}} | <!--USB--> {{partial|Only keyboard mouse (legacy mode)}} | <!--Ethernet--> {{no|Broadcom}} | <!--Test Distro--> {{dunno}} | <!--Comments--> |- | <!--Name--> Optiplex 755 | <!--IDE--> {{N/A}} | <!--SATA--> {{partial|IDE mode}} | <!--Gfx--> {{partial|Intel GMA (VESA only)}} | <!--Audio--> {{no|HD Audio}} | <!--USB--> {{yes|USB 2.0}} | <!--Ethernet--> {{no|Intel Gigabit}} | <!--Test Distro--> Icaros 1.5.1 | <!--Comments--> Around 25 second delay in booting from USB |- | <!--Name--> Optiplex 990 | <!--IDE--> {{N/A}} | <!--SATA--> {{partial|non-RAID mode}} | <!--Gfx--> {{partial|Intel HD (VESA only)}} | <!--Audio-->{{no|HD Audio}} | <!--USB--> {{yes|USB 2.0}} | <!--Ethernet--> {{no|Intel Gigabit}} | <!--Test Distro--> Nightly Build 2014 09-27 | <!--Comments--> |- | <!--Name-->Optiplex 360 | <!--IDE--> | <!--SATA--> | <!--Gfx-->{{maybe|ordinary boot gives VGA mode only - VESA untested}} | <!--Audio-->{{no|HD Audio (Analog Devices ID 194a)}} | <!--USB--> | <!--Ethernet-->{{no|Broadcom}} | <!--Test Distro-->Aspire Xenon | <!--Comments-->poor support |- | <!--Name-->[https://www.poppedinmyhead.com/2021/01/wyse-cx0-thin-client-notes-experiences.html Dell Wyse Cx0] C00LE, C10LE, C30LE, C50LE, C90LE, C90LE7, C90LEW VIA C7 Eden 1GHz | <!--IDE-->{{Maybe| }} | <!--SATA-->{{N/A| }} | <!--Gfx-->{{Maybe|Vesa 2d VX855 VX875 Chrome 9}} | <!--Audio-->{{Maybe|VIA VT8237A VT8251 HDA with ?? codec}} | <!--USB-->{{Maybe|4 outside 2 inside USB2}} | <!--Ethernet-->{{No|VT6120 VT6121 VT6122 Gigabit}} | <!--Test Distro-->Icaros 2.3 | <!--Comments-->2010 to 2013 32bit - [https://ae.amigalife.org/index.php?topic=815.0 boots and works] - 12V 2.5A Coax 5.5mm/2.1mm - 1 sodimm ddr2 - |- | <!--Name--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || IDE || SATA || Gfx || Audio || USB || Ethernet || Test Distro || Comments |- | <!--Name-->Dell RxxL thin client *R00L Cloud PC of Wyse WSM *R10L Wyse Thin OS *R50L Suse Linux Enterprise *R90L Windows XP Embedded *R90LW Windows Embedded Standard 2009 *R90L7 Windows Embedded Standard 7 | <!--IDE-->128Mb IDE or 1GB | <!--SATA-->{{Maybe|Late 2012 2 data sockets added but only CN18 be used with two white sockets (CN13 & CN15) can used to power the SATA device "4-pin Micro JST 1.25mm - SATA Hyperdisk}} | <!--Gfx-->AMD 690E RS690M Radeon Xpress 1200 1250 1270 | <!--Audio--> | <!--USB-->4 usb2 | <!--Ethernet-->Realtek | <!--Test Distro--> | <!--Comments-->2009 64bit AMD Sempron™ 210U SMG210UOAX3DVE 1.5GHz SB600, 1GB 2GB or 4GB single slot 240-pin DDR2 DIMM, 19v barrel psu, DEL key bios - |- | <!--Name-->Dell Optiplex FX170 thin client aka 10Zig 56xx range, Clientron U800, Devon IT TC5, | <!--IDE-->{{Yes|44 pin header very little room}} | <!--SATA-->{{N/A|}} | <!--Gfx-->{{Yes|GMA 950}} | <!--Audio-->{{Yes|HD Audio with codec}} | <!--USB-->{{Yes| }} | <!--Ethernet-->{{No|Broadcom}} | <!--Test Distro-->Icaros 2.5 | <!--Comments-->2010 32bit - very small cases with very limited expansion - 1 sodimm 2GB max - 12v psu - Password Fireport |- | <!--Name-->Optiplex 390 sff small form factor - dt very slim - mt mini tower desktop | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx-->{{maybe|1 pci-e}} | <!--Audio-->{{maybe|HD Audio}} | <!--USB--> | <!--Ethernet-->{{maybe|realtek}} | <!--Test Distro-->aros one 1.6 usb | <!--Comments-->2011 64bit dual i3 2xxx - kettle iec plug psu cable - add nvidia gf218 gfx - error code 3 mobo or cpu - |- | <!--Name-->Optiplex 3010 sff small form factor | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx-->{{maybe|1 pci-e}} | <!--Audio-->{{maybe|HD Audio}} | <!--USB-->{{maybe| }} | <!--Ethernet-->{{yes|realtek pcie bt not Broadcom 57XX}} | <!--Test Distro--> | <!--Comments-->2012 64bit dual i3 3xxx - kettle iec plug psu cable - |- | <!--Name-->Optiplex 7010 sff small form factor | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx-->{{maybe|1 pci-e}} | <!--Audio-->{{maybe|HD Audio}} | <!--USB--> | <!--Ethernet-->{{no|Broadcom or Intel 825xx}} | <!--Test Distro--> | <!--Comments-->2012 64bit dual i3 3xxx Q77 - kettle iec plug psu cable - add pci-e ethernet and nvidia gf218 gfx - |- | <!--Name-->Dell Wyse 5010 thin client ThinOS (D10D D00D D00DX, Dx0D), PCoIP (D10DP) or D90D7, 5040 over the 5 years, many revisions *username: Administrator, admin, [blank] *password: Fireport, DellCCCvdi, rappot, Wyse#123, Administrator, administrator, r@p8p0r+ | <!--IDE-->{{N/A}} | <!--SATA-->{{Yes|IDE mode may need ext cable as small area for half-slim sata ssd}} | <!--Gfx-->{{Maybe|Vesa 2d 1400x1050 HD6250E IGP via DVI to hdmi cable - display port untested}} | <!--Audio-->{{Maybe|HD 6.34 audio chipset detected but codec alc269 working from one case speaker - none if v6.29 used}} | <!--USB-->{{Yes|USB 2.0}} | <!--Ethernet-->{{Yes|Realtek 8168 8169 - rev 1.?? 8111? - rev 1.91 8111E}} | <!--Test Distro-->Icaros 2.3 | <!--Comments-->2011 64bit AMD G-T48E 1.4Ghz Dual Bobcat Brazos BGA413 - boot with noacpi - BIOS via delete during boot - p key to select boot - single DDR3 sodimm slot max 4Gb (remove small board to upgrade) - passive no fan - 15cm/6" small 1ltr case and lack of expansion options - PA16 19v barrel psu Coax 5.5mm/2.5mm |- | <!--Name-->Dell Wyse 7010 thin client black case *2011 Zx0 Z90D7 2GF/2GR *2013 Z10D *2014 Z50D 2GF/2GR *2015 Zx0 Z90D7 8GF/4GR *2017 Zx0 Linux ThinOS 8GF/2GR *some Cisco VXC branded white cases 6000 6215 CVXC-6215-K9 | <!--IDE-->{{N/A}} | <!--SATA-->{{Yes|IDE mode for half slim sata2 ssd ata.device, uncased sandisk z300s z400s untried}} | <!--Gfx-->{{Maybe|VESA 2d through DVI and DP 1.1a hdmi adapters - no r600 3d support, untested dual monitor}} | <!--Audio-->{{Yes|HD Audio 6.34 detected but ALC269 codec works on one case speaker only - HD Audio 6.29 no output}} | <!--USB-->{{Yes|2.0 works but NEC 720200 3.0 not detected but seems to work like 2.0}} | <!--Ethernet-->{{Yes|Realtek 8169 8111e 8111F}} | <!--Test Distro-->Icaros 2.3 and Aros One 1.5 | <!--Comments-->2011 64bit AMD G-t52R 1.5GHz later G-T56N 1.65 GHz Dual with A50M FCH - 20cm/8" high 1.5ltr larger fanless case - 2 DIMM slots max 16GB - miniPCIe CN14 no msata ssd support in bios - PA-16 19v external psu Coax 5.5mm/2.5mm - password Fireport - wifi card and 2 40cm SMA female bulkhead WiFi Antenna to IPEX IPX u.fl Ufl WLAN Cable pigtail maybe needed |- | <!--Name-->Wyse 7020 Thin Client * 2013 Quad-core AMD GX-420CA 2.0 GHz (25W) - * 2018 Zx0Q Quad-core AMD GX-415GA 1.5 GHz (15W) with Quad display 3dp and 1dvi | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx-->{{Maybe|Vesa 2d only for AMD Radeon HD8400E radeonsi (dual display) or AMD Radeon HD 8330E IGP with AMD Radeon E6240 Seymour E6460 (quad display)}} | <!--Audio--> | <!--USB-->4 x USB2.0 works but 2 USB3 issues | <!--Ethernet-->Realtek 8169 8111 | <!--Test Distro--> | <!--Comments-->2013 64bit quad eKabini Jaguar cores - two SODIMM sockets layered in centre of mobo DDR3L RAM - Coax 5.5mm/2.5mm 9mm plug is too short but 14mm length is fine - * 16/32GB Flash / 4GB RAM DDR3 (Windows 10, WE8S and WES7P) * Zx0 8GB Flash / 2GB RAM DDR3 (Linux) |- | <!--Name-->Dell Wyse Dx0Q (5020) D90Q8 NJXG4 AMD G-Series | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx-->HD 8330E GCN 2.0 | <!--Audio--> with Realtek codec | <!--USB-->4 x USB2.0 works but 2 USB3 issues | <!--Ethernet-->Realtek 8169 8111 | <!--Test Distro--> | <!--Comments-->2014 64bit Quad-core AMD GX-415GA 1.5 GHz - 2 layered near edge of mobo 204-pin DDR3L SODIMM (bottom one tricky to insert) - 19v Coax 5.5mm/2.5mm - passive no fan - 15cm/6" high smaller 1ltr case and lack of expansion options |- | <!--Name-->Dell Wyse 5060 N07D thin client | <!--IDE-->{{N/A}} | <!--SATA-->{{Yes|IDE bios mode}} | <!--Gfx-->{{maybe|Vesa 2d - AMD R5E thru dp1 with an hdmi adapter no output thru dp2 - no hdmi/dvi ports}} | <!--Audio-->{{yes|HD Audio with Realtek ALC231 codec head phones only}} | <!--USB-->{{Maybe|4 x USB2.0 works but 2 USB3 issues}} | <!--Ethernet-->{{yes|realtek 8169 8111h}} | <!--Test Distro-->AROS One 1.6 usb | <!--Comments-->2017 64bit quad GX-424CC 19.5v external psu - CN-0Y62H1 mobo with 2 layered ddr3l 16Gb max sodimm slots at edge of mobo, bottom 0 one blocking - passive no fan - 15cm/6" high smaller 1ltr case and lack of expansion options - |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- |} ====Fujitsu Siemens==== {| class="wikitable sortable" width="100%" ! width="15%" |Name ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Integrated Gfx ! width="10%" |Audio ! width="10%" |USB ! width="10%" |Ethernet ! width="15%" |Test Distro ! width="20%" |Comments |- | Scenic [http://uk.ts.fujitsu.com/rl/servicesupport/techsupport/ProfessionalPC/Scenic/ScenicE/ScenicE.htm E600] (compact desktop) | | | {{partial|VESA only}} | {{yes|AC97}} | | {{no|Intel PRO/1000}} | {{dunno}} | Nice small, silent PC with good AROS support. |- | Scenic T i845 | {{dunno}} | {{n/a}} | {{n/a}} | {{dunno|Intel AC97}} | {{dunno|UHCI}} | {{dunno|Intel PRO/100}} | Icaros 1.5.2 | AROS does not boot |- | <!--Name-->FUJITSU Futro S700 S900 Thin Client | <!--IDE--> | <!--SATA--> | <!--Gfx-->Radeon HD 6320, HD 6250, HD 6290 (DP runs higher) | <!--Audio--> | <!--USB--> | <!--Ethernet-->{{Maybe|Realtek}} | <!--Test Distro--> | <!--Comments-->2011 64bit AMD 1.2Ghz - 20V 2A psu 5.5mm/2.1mm coax (S900) - mSATA 1GB-16GB - 2 SODIMM sockets for DDR3 - *G-T56N 1.65GHz *G-T40N 1.00GHz *G-T44R 1.20GHz |- | <!--Name-->Fujitsu Futro S720 ThinClient D3313-B13 D3313-F | <!--IDE--> | <!--SATA--> | <!--Gfx-->AMD Radeon HD 8280E later R5E | <!--Audio--> | <!--USB--> | <!--Ethernet-->{{Maybe|Realtek}} | <!--Test Distro--> | <!--Comments-->2014 64bit - 1 Sodimm slot - 19V-20V 2A 5.5mm/2.5mm coax - *2014 64bit AMD GX-217GA 1.65GHz VFY:S0720P8009FR VFY:S0720P8008DE VFY:S0720P4009GB *2015 64bit AMD GX-222GC 2.20GHz up to 2.4 GHz VFY:S0720P702BDE VFY:S0720P702BFR all begin VFY:S0720P and end with a two digit country code |- | <!--Name-->Fujitsu FUTRO S920 D3313-E D3313-G | <!--IDE--> | <!--SATA--> | <!--Gfx-->Radeon R5E | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments-->2016 64bit - 1 so dimm slot - 19v barrel psu 5.5mm 2.5mm - *2016 AMD GX-222GC SOC 2.20GHz Dual *2017 AMD G-Series GX-424CC 2.40 GHz Quad |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- |} ====HP Compaq==== {| class="wikitable sortable" width="100%" ! width="15%" |Name ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Integrated Gfx ! width="10%" |Audio ! width="10%" |USB ! width="10%" |Ethernet ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name-->Compaq presario 7360 | <!--IDE-->{{yes|Working}} | <!--SATA-->{{N/A}} | <!--Gfx-->{{Maybe|VESA}} | <!--Audio-->{{Maybe|AC97 via}} | <!--USB-->{{Maybe|issues}} | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name-->Compaq EP Series 6400/10 | <!--IDE--> {{yes|IDE}} | <!--SATA--> {{N/A}} | <!--Gfx--> {{N/A}} | <!--Audio--> {{no|ISA}} | <!--USB--> {{yes|USB 1.1}} | <!--Ethernet--> {{N/A}} | <!--Test Distro--> {{dunno}} | <!--Comments--> |- | <!--Name-->Compaq Evo D510 | {{yes|Working}} | {{N/A}} | {{partial|Intel Extreme (VESA only)}} | {{yes|AC97}} | {{yes|Working}} | {{yes|Intel PRO/100}} | Icaros 1.5 | <!--Comments--> |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name-->Compaq DX2000 MT | <!--IDE-->{{yes}} | <!--SATA-->{{maybe}} | <!--Gfx-->{{maybe|Intel Extreme 2 (VESA only)}} | <!--Audio-->{{no|detects AC97 but no support for ADI AD1888 codec}} | <!--USB-->{{yes|OHCI/EHCI }} | <!--Ethernet-->{{no|Intel 82526EZ e1000}} | <!--Test Distro--> Icaros 1.51 | <!--Comments-->boots ok but no audio |- | <!--Name-->Compaq DX 2200 | <!--IDE-->{{yes}} | <!--SATA-->{{maybe}} | <!--Gfx-->{{maybe|RC410 [Radeon Xpress 200] (VESA only)}} | <!--Audio-->{{dunno|HD Audio}} | <!--USB-->{{maybe|OHCI/EHCI issues }} | <!--Ethernet-->{{N/A}} | <!--Test Distro--> {{dunno}} | <!--Comments-->issues |- | <!--Name--> d230 | <!--IDE--> {{yes|UDMA}} | <!--SATA--> {{N/A}} | <!--Gfx--> {{partial|Intel Extreme (VESA only)}} | <!--Audio--> {{partial|Intel AC97 (speaker and headphones only, no line-out)}} | <!--USB--> {{yes|USB}} | <!--Ethernet--> {{Maybe|Broadcom BCM4401}} | <!--Test Distro--> Icaros 1.4.5 | <!--Comments--> |- | <!--Name-->t500 | <!--IDE-->{{Yes}} | <!--SATA-->{{N/A}} | <!--Gfx-->{{Yes|FX5200 (2D; 3D with older driver)}} | <!--Audio-->{{Yes|AC97 ICH4 ALC658D}} | <!--USB-->{{Yes|UHCI/EHCI}} | <!--Ethernet-->{{Yes|RTL 8101L 8139}} | <!--Test Distro-->Nightly Build 2012-09-22 | <!--Comments--> |- | <!--Name-->DC7700 | <!--IDE-->{{Yes}} | <!--SATA-->{{Yes}} | <!--Gfx-->{{Yes|GMA 2D}} | <!--Audio-->{{Yes| ICH8}} | <!--USB-->{{Yes}} | <!--Ethernet-->{{No|82566DM e1000e}} | <!--Test Distro-->Nightly Build 2013-??-?? | <!--Comments-->Some support at low cost |- | <!--Name-->HP dc 7600 CMT | <!--IDE--> | <!--SATA--> | <!--Gfx-->{{Yes|Intel Graphics Media Accelerator 950}} | <!--Audio-->{{Yes|Realtek ACL 260}} | <!--USB-->{{Yes|USB 2.0}} | <!--Ethernet-->{{No|Intel PRO/1000 GT}} | <!--Test Distro--> | <!--Comments--> |- | <!--Name--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || IDE || SATA || Gfx || Audio || USB || Ethernet || Test Distro || Comments |- | <!--Name-->HP t5000 thin client series t5500 t5510 t5515 PC538A or PC542A t5700 t5710 Transmeta Crusoe Code Morphing TM 5400 5600 800Mhz | <!--IDE-->128mb to 512MB | <!--SATA-->{{N/A}} | <!--Gfx-->Ati Radeon 7000M | <!--Audio-->VIA with codec | <!--USB-->{{No|Issues}} | <!--Ethernet-->VIA Rhine 2 | <!--Test Distro--> | <!--Comments-->2006 32bit - ddr max 1GB - F10 setup - all t51xx and some t55xx units will not include a SODIMM slot - |- | <!--Name-->HP t5000 thin client series CN700 *HSTNC-002L-TC t5135, t5530 | <!--IDE--> | <!--SATA--> | <!--Gfx-->Vesa 2d 128Mb Via S3 1600 x 1200 32-bit colour | <!--Audio-->AC97 | <!--USB--> | <!--Ethernet-->VIA VT6102 VT6103 [Rhine-II] (rev 78) | <!--Test Distro--> | <!--Comments-->2007 32bit t5135 appears identical to the t5530 except the CPU VIA Esther 400 MHz - RAM 64Mb (? max) - 8 x USB2.0 - 12V 3.33A Coax 5.5mm/2.1mm |- | <!--Name-->HP t5720, t5725 HSTNC-001L-TC | <!--IDE--> | <!--SATA--> | <!--Gfx-->VESA 2d SiS741GX 2048 x 1536 32-bit colour | <!--Audio-->SiS SiS7012 AC'97 | <!--USB-->6 x USB2.0 | <!--Ethernet-->VIA VT6102 VT6103 [Rhine-II] (rev 8d) | <!--Test Distro--> | <!--Comments-->2007 32bit AMD Geode NX1500 1GHz socketed - RAM 512MB or 1GB, 256MB, 512MB or 1GB - 12V psu |- | <!--Name-->t5000 series VX800 HSTNC-004-TC t5145, t5540, t5545, t5630 | <!--IDE--> | <!--SATA--> | <!--Gfx-->Vesa 2d VIA Chrome9 | <!--Audio-->HD Audio VIA | <!--USB--> | <!--Ethernet-->{{No|VT6120 VT6121 VT6122 Gigabit (rev 82)}} | <!--Test Distro--> | <!--Comments-->2010 32bit - RAM 64Mb (? max) - 8 x USB2.0 - 12V 4.16A Coax: 5.5mm/2.1mm - |- | <!--Name-->t5730w Geode NX HSTNC-003-TC t5730 | <!--IDE-->{{n/a|ATA Flash}} | <!--SATA--> | <!--Gfx-->Vesa 2d ATI Radeon X1250 2048 x 1536 32-bit colour | <!--Audio--> | <!--USB-->{{Yes|8 x USB2.0}} | <!--Ethernet-->{{No|Broadcom 5707M tg3 10/100/1000}} | <!--Test Distro--> | <!--Comments-->2008 64bit AMD Sempron 2100+ 1GHz - RAM 1GB (Max 4GB) - 12V 4.16A Coax 5.5mm/2.1mm - |- | <!--Name-->HSTNC-005-TC gt7720, gt7725 | <!--IDE--> | <!--SATA--> | <!--Gfx-->Vesa 2d AMD RS780G HD 3200 - 2560 x 1600 DVI-D & DVI-H | <!--Audio--> | <!--USB-->8 x USB2.0 | <!--Ethernet-->{{No|Broadcom BCM5787M}} | <!--Test Distro--> | <!--Comments-->2009 64bit AMD Turion Dual Core CPU 2.3GHz - 1 DDR2 200-pin SODIMM - 19V 4.16A Coax 7.4mm/5.0mm (gt7725) - |- | <!--Name-->HP t5740 Thin Client HSTNC-006-TC t5740, t5745, st5742 | <!--IDE--> | <!--SATA--> | <!--Gfx-->{{Maybe|CL40 gfx }} | <!--Audio-->{{Yes|HD audio with IDT codec}} | <!--USB-->{{Maybe| }} | <!--Ethernet-->{{No|Broadcom BCM57780 Gigabit}} | <!--Test Distro-->Nightly build and Icaros | <!--Comments-->2009 32bit Atom N280 - F10 on power up to get into the BIOS screens. F12 brings up the boot options - |- | <!--Name-->t5000 series HSTNC-012-TC VIA Nano u3500 VX900 *t5550 512MB/1GB Windows CE6 R3 *t5565 1GB/1GB HP ThinPro *t5570 2GB/1GB WES 2009 | <!--IDE--> | <!--SATA--> | <!--Gfx-->Vesa 2d VIA ChromotionHD 2.0 GPU Chrome9 | <!--Audio-->VIA 9170 VT1708S codec | <!--USB--> | <!--Ethernet-->{{No|Broadcom BCM57780 Gigabit}} | <!--Test Distro--> | <!--Comments-->32bit - 1 sodimm - 19V 3.42A supply connector standard yellow-tip coax plug 4.8mm/1.8mm "Standard HP Compaq DC Power Plug 4.8mm x 1.5mm / 1.7mm Yellow Tip Connector - |- | <!--Name-->HP t510 Via Eden X2 U4200 HSTNC-012-TC shares features with t5570e, t5565z | <!--IDE-->2G ATA Flash DOM | <!--SATA-->one | <!--Gfx-->{{Maybe|Vesa 2d for Chrome9 VIA ChromotionHD 2.0 gfx}} | <!--Audio-->{{Maybe|VIA VT8237A VT8251 HDA with codec}} | <!--USB-->{{Maybe|6 USB2 }} | <!--Ethernet-->{{No|Broadcom Corporation NetLink BCM57780 Gigabit Ethernet PCIe}} | <!--Test Distro--> | <!--Comments-->2010 32bit - one slot ddr3 sodimm max 4GB - 19V 3.42A Coax 4.8mm/1.8mm - |- | <!--Name--> || <!--IDE--> || <!--SATA--> || <!--Gfx--> || <!--Audio--> || <!--USB--> || <!--Ethernet--> || <!--Test Distro--> || <!--Comments--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || IDE || SATA || Gfx || Audio || USB || Ethernet || Test Distro || Comments |- | <!--Name-->HP T610 Thin Client | <!--IDE-->{{Maybe|}} | <!--SATA-->2 sata | <!--Gfx-->Radeon 6320 1 dp port 1 dvi | <!--Audio--> | <!--USB-->two USB2 on the front, two USB2 and two USB 3 ports on the rear | <!--Ethernet-->{{No|Broadcom BCM57780}} | <!--Test Distro--> | <!--Comments-->64 bit AMD G-T56N A55E - 2 204-pin DDR3 1600MHz SODIMMs PC3-12800 under motherboard via removable panel - 19.5V 3A Coax male 7.4mm/5.0mm + centre pin - |- | <!--Name-->HP T420 Thin Client | <!--IDE-->{{N/A}} | <!--SATA-->{{N/A}} | <!--Gfx-->Radeon 8180 dvi vga | <!--Audio--> | <!--USB-->2 front 2 rear USB2 | <!--Ethernet-->{{Maybe|Realtek}} | <!--Test Distro--> | <!--Comments-->2015 64 bit AMD Embedded G-Series GX-209JA SOC (1 GHz, 2 cores) 1GHz - soldered in place 2GB DDR3 - smaller than usual 19.5V 2.31A Coax male 4.5mm/3.0mm + centre pin - usb stick internal for storage - E15 BBR - |- | <!--Name-->HP t520 TPC-W016 | <!--IDE-->{{N/A}} | <!--SATA-->1 m.2 mounting holes for 2242 and 2260 SSDs SATA non-NVME | <!--Gfx-->Radeon R2E | <!--Audio--> | <!--USB-->2 USB3 front, 4 USB2 back | <!--Ethernet-->{{Maybe|Realtek}} | <!--Test Distro--> | <!--Comments-->2014 2017 64 bit AMD GX-212JC 1.2Ghz (2 core) - 1 204-pin DDR3 SODIMM - 19.5V 3.33A 7.4mm Coax with central pin |- | <!--Name-->HP t620 TPC 1004 TC and t620 PRO (wider version) TPC-I020-TC | <!--IDE-->{{N/A}} | <!--SATA-->mSATA socket removed end of 2014; single M.2 socket non-NVME sata most models | <!--Gfx-->Radeon HD 8280E graphics 8330E up to two 30in displays 2 dp ports no dvi | <!--Audio--> | <!--USB-->4 front, 2 back, 2 inside | <!--Ethernet-->{{Maybe|Realtek}} | <!--Test Distro--> | <!--Comments-->2014 64bit AMD G-Series GX-217GA 2 core APU 1.65GHz, AMD GX-415GA - 2 DDR3L SODIMMs side by side - mSATA ssd and M.2 SSD are M1.6 screws, M2.0 screws used on most SSDs - 19.5V 3.33A Coax male 7.4mm with centre pin - |- | <!--Name-->HP T530 | <!--IDE-->{{N/A}} | <!--SATA-->1 m.2 sata ssd up to 2280 | <!--Gfx-->Radeon R2E | <!--Audio--> | <!--USB-->1 USB3.1, 1 usb-c front, 4 USB2 back | <!--Ethernet-->{{Maybe|Realtek}} | <!--Test Distro--> | <!--Comments-->2017 64 bit AMD GX-215JJ (2 core) 1.5GHz - 1 204-pin DDR4 SODIMM - smaller 19.5V 2.31A Coax male 4.5mm/3.0mm + centre pin - |- | <!--Name-->HP t630 Thin Client TPC-I020-TC | <!--IDE-->{{N/A}} | <!--SATA-->two SATA M.2 SSDs, 1st up to 2280, 2nd socket up to 2242 | <!--Gfx-->Radeon AMD Wani R7E up to four displays 2 dp ports - no dvi / hdmi | <!--Audio--> | <!--USB-->4 front, 2 back, 1 inside | <!--Ethernet-->{{Maybe|Realtek 8169 8111H}} | <!--Test Distro--> | <!--Comments-->2017 64bit AMD GX-420GI quad core 2Ghz - 2 DDR4 SODIMMs side by side - 19.5V 3.33A Coax male 7.4mm with centre pin - |- | <!--Name-->HP T730 Thin Client | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx-->Radeon R7 | <!--Audio--> | <!--USB--> | <!--Ethernet-->Realtek rtl8169 RTL8111 8168 8411 and/or Broadcom | <!--Test Distro--> | <!--Comments-->2017 64bit RX-427BB With |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name-->HP Compaq Elite 7200 7300 8200 8300 SFF with kettle IEC psu cable | <!--IDE--> | <!--SATA-->{{yes|IDE ata legacy only in BIOS}} | <!--Gfx-->i pci-e | <!--Audio-->{{Maybe|8200 works}} | <!--USB-->{{yes| }} | <!--Ethernet-->{{no|Intel or Broadcom}} | <!--Test Distro-->icaros 2.3 | <!--Comments-->2013 64bit dual core - add pci-e rtl8169 ethernet card and pci-e gf210 nvidia low height - |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name-->ProDesk | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name-->HP EliteDesk 705 G4 Mini 1ltr AMD Ryzen 2200G | <!--IDE-->{{N/A|}} | <!--SATA-->{{Maybe|Nvme}} | <!--Gfx-->Vega 8 | <!--Audio-->HD Audio | <!--USB-->USB2 usb3 | <!--Ethernet-->Realtek 8169 | <!--Test Distro--> | <!--Comments-->2020 64bit Am4 socket - 2 sodimm 16GB max - 19.5v hp socket ext psu - |- | <!--Name-->HP EliteDesk 805 G6 Mini 4750GE | <!--IDE-->{{N/A}} | <!--SATA-->2.5in carrier and 2 slots m.2 nvme | <!--Gfx-->Vega 8 with DP and HDMI flex io2 output options | <!--Audio--> | <!--USB-->4 usb a - gen 2 10gig and gen 1 5gig ports | <!--Ethernet-->{{N/A}} | <!--Test Distro--> | <!--Comments-->2021 64bit AMD Ryzen 4000 SBC unlocked - 2 sodimm ddr4 slots - wifi6 - |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- |} ====Lenovo==== {| class="wikitable sortable" width="100%" ! width="15%" |Name ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Integrated Gfx ! width="10%" |Audio ! width="10%" |USB ! width="10%" |Ethernet ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name-->ThinkCenter M75n nano Ryzen3 3300U | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name-->ThinkCentre M75q M75q-1 Tiny 1ltr TMM AMD Ryzen 5 PRO Quad 3500 Pro 3400GE - 2 core version avoid | <!--IDE-->{{N/A|}} | <!--SATA-->{{Maybe|NVMe}} | <!--Gfx-->Vega | <!--Audio-->HD Audio codec | <!--USB-->3 USB3 Gen 1 | <!--Ethernet-->Realtek 8169 8111 | <!--Test Distro--> | <!--Comments-->2019 64bit - 20v rectangle psu - 2 sodimm max 32GB - |- | <!--Name-->ThinkCentre Ryzen 7 PRO Tiny 1ltr Gen 2 AMD 4000 series 4750GE | <!--IDE-->{{N/A|}} | <!--SATA-->{{Maybe|NVme}} | <!--Gfx-->Vega 8 | <!--Audio-->HD Audio codec | <!--USB--> | <!--Ethernet-->Realtek 8169 8111 | <!--Test Distro--> | <!--Comments-->2021 64bit vendor locked - 20v psu - 2 sodimm - |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- |} ====Misc==== {| class="wikitable sortable" width="100%" ! width="15%" |Name ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Integrated Gfx ! width="10%" |Audio ! width="10%" |USB ! width="10%" |Ethernet ! width="5%" |Test Distro ! width="20%" |Comments |- | <!--Name-->Samsung Syncmaster Thin Client Display TC-W Series 24" LF24 TOWHBFM/EN TC220W LED LF22TOW HBDN/EN || <!--IDE-->{{N/A}} || <!--SATA-->8gb SSD || <!--Gfx-->{{Maybe| VESA mode only Radeon HD 6290}} || <!--Audio--> || <!--USB-->2 USB 2.0 || <!--Ethernet--> || <!--Test Distro--> || <!--Comments-->Thin Client C-50 AMD® 1000 MHz and no wireless |- | <!--Name-->Advantech TPC-2140 G-T56E | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx-->{{Maybe| }} | <!--Audio--> | <!--USB--> | <!--Ethernet-->{{Maybe|Realtek}} | <!--Test Distro--> | <!--Comments--> |- | <!--Name-->10Zig 6872 G-T56N | <!--IDE--> | <!--SATA--> | <!--Gfx-->{{Maybe| }} | <!--Audio--> | <!--USB--> | <!--Ethernet-->{{Maybe|Realtek}} | <!--Test Distro--> | <!--Comments--> |- | <!--Name-->10ZiG 7800q | <!--IDE--> | <!--SATA--> | <!--Gfx-->AMD Radeon 5E 3840 x 2160 @ 30Hz to 2560 x 1600 @ 60Hz 2 x Display Port | <!--Audio--> | <!--USB-->6 x USB2.0 2 x USB3.0 | <!--Ethernet-->{{Maybe|Realtek}} | <!--Test Distro--> | <!--Comments-->2015 64bit AMD GX-424CC (Quad Core) 2.4GHz - 1 ddr3 sodimm - 12V 4A Coax 5.5mm/2.1mm |- | <!--Name-->IGEL Hedgehog M340C UD3 *2016 V1.0 AMD GX-412HC 1.2GHz-1.6GHz Radeon R3E graphics *2018 AMD GX-424CC 2.4GHz, Radeon R5E graphics | <!--IDE-->{{N/A|}} | <!--SATA-->SATA half slim | <!--Gfx-->{{Maybe|VESA for Radeon R3E later R5E}} | <!--Audio-->{{Yes|HD Audio with codec ?? (412) pc speaker only - Realtek ALC662-VD0-GR (424) untested}} | <!--USB-->usb3 usb2 | <!--Ethernet-->{{Yes|Realtek 8169 8111 (412) but (424) untested}} | <!--Test Distro-->Aros One x86 1.5 | <!--Comments-->2016 64bit - 20cm/8" high case - 1 DDR3L sodimm slot - external 12V supply with 5.5mm/2.1mm coaxial connector - IDE looking external Interface under base stand for legacy addon ports RS232 - touch power on - Hit the DELete repeatedly before the beep to get to the BIOS - F12 boot |- | <!--Name-->Itona VXL MZE12 AMD a4-5000 | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx-->Ati 8330 vga hdmi dp | <!--Audio--> | <!--USB--> | <!--Ethernet-->Realtek | <!--Test Distro--> | <!--Comments-->2014 64bit quad - 2 stacked sodimm ddr3 middle of mobo - 2 m.2 sata slots - 1 sata short cable half size space - limited 1ltr 8in case no fan - |- | <!--Name-->LG 24CK560N-3A 24' All-in-One Thin Client Monitor, 27CN650N-6N 27CN650W-AC 27', 34CN650W-AC 34', | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments-->2018 64bit AMD Prairie Falcon GX-212JJ |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name-->T-Bao MN25 Mini PC 2500U | <!--IDE-->{{N/A| }} | <!--SATA-->{{Unk|Intel NVMe}} | <!--Gfx-->{{No|VESA Radeon Vega 8}} | <!--Audio-->{{Unk| }} | <!--USB-->{{No|USB 3}} | <!--Ethernet-->{{Unk|Realtek PCIe}} | <!--Test Distro--> | <!--Comments--> |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name-->Minis Forum DeskMini UM350 DMAF5 3550H | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx-->Vega 8 | <!--Audio--> | <!--USB-->USB 3.1 gen 1 and 2 | <!--Ethernet-->{{No|Realtek PCIe 2.5G}} | <!--Test Distro--> | <!--Comments-->2021 64bit |- | <!--Name-->Morefine S500+ 5900HX Mini PC | <!--IDE-->{{N/A}} | <!--SATA-->2 nvme untested 1 sata | <!--Gfx-->Vega 8 thru HDMI 2.0, DP 1.4, and USB type-C | <!--Audio--> | <!--USB-->{{no|usb3.1}} | <!--Ethernet-->1 realtek rtl 8111h and 1 8125 2.5GbE bg-cg | <!--Test Distro--> | <!--Comments-->2022 64bit - 2 sodimm ddr4 |- | <!--Name-->Minis Forum Bessstar Tech EliteMini B550 | <!--IDE-->{{N/A}} | <!--SATA-->1 x 2.5in and 2 nvme | <!--Gfx-->Vega 8 | <!--Audio--> | <!--USB-->{{no|4 usb3.1}} | <!--Ethernet-->{{No|realtek 8125 2.5GbE}} | <!--Test Distro--> | <!--Comments-->2022 64bit AMD 4700G 5700G desktop cpu - 19v 12w round barrel - |- | <!--Name-->Chuwi RzBox | <!--IDE-->{{N/A}} | <!--SATA-->2 nvme | <!--Gfx-->Vega 8 vga, dp, hdmi | <!--Audio--> | <!--USB-->usb-c usb2 | <!--Ethernet-->dual gigabit | <!--Test Distro--> | <!--Comments-->2022 64bit amd 5800h 4800h - 90w psu - |- | <!--Name-->Valve Steam Deck | <!--IDE-->{{N/A}} | <!--SATA-->NVMe | <!--Gfx-->AMD radeon custom GPU 0405 (8 RDNA2 CUs) | <!--Audio--> | <!--USB-->{{No }} | <!--Ethernet-->{{N/A}} | <!--Test Distro--> | <!--Comments-->2021 64bit amd Zen2 |- | <!--Name-->Ayn Loki Pro Max Mini | <!--IDE-->{{N/A}} | <!--SATA-->NVMe | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet-->{{N/A}} | <!--Test Distro--> | <!--Comments-->2022 2023 64bit AMD Ryzen 5 6600u 7 6800u (Zen 3+ RNDA) Mendocino (zen 2 4C/8T RDNA2 2CUs) LPDDR5 memory, |- | <!--Name-->Aya Neo Air Plus | <!--IDE-->{{N/A}} | <!--SATA-->NVMe | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet-->{{N/A}} | <!--Test Distro--> | <!--Comments-->2022 2023 64bit 6600u 6800u medocini |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- |} ===Server Systems=== [[#top|...to the top]] ====IBM==== {| class="wikitable sortable" width="100%" ! width="15%" |Name ! width="5%" |IDE ! width="5%" |SATA ! width="10%" |Integrated Gfx ! width="10%" |Audio ! width="10%" |USB ! width="10%" |Ethernet ! width="15%" |Test Distro ! width="20%" |Comments |- | <!--Name-->xSeries 206m | <!--IDE-->{{yes}} | <!--SATA-->{{yes}} | <!--Gfx-->{{Maybe|ATI RN50b (VESA only)}} | <!--Audio-->{{n/a}} | <!--USB-->{{yes|USB 2.0 (UHCI/EHCI)}} | <!--Ethernet-->{{no|Broadcom}} | <!--Test Distro-->Nightly Build 2014-09-27 | <!--Comments--> |- | <!--Name--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Test Distro--> | <!--Comments--> |- |} ===Motherboard=== [[#top|...to the top]] * Late 2002, USB2.0 added and slightly better AROS sound support (AC97) appeared * 2002-2005 and still, to a limited extent, ongoing [http://en.wikipedia.org/wiki/Capacitor_plague bad capacitors] * Late 2003, ATX PSUs moved from 5V to 12v rails (extra 4pin on motherboard for CPU) * Late 2005, PCI Express replaced AGP and HDAudio replaced AC97 * Late 2007, ATX PSUs added extra 12V PCI-E connectors and 4+4pin for CPUs * Late 2010, USB3.0 appears on motherboards or needing a PCI-E motherboard slot * Late 2014 Hardware USB2 removed from USB3 chipsets ====AMD==== [[#top|...to the top]] =====Socket A 462 (2001/4)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->[http://www.sharkyextreme.com/hardware/motherboards/article.php/2217921/ABIT-NF7-S-nForce2-Motherboard-Review.htm Abit NF7-S] | <!--Chipset-->nForce 2 | <!--ACPI--> | <!--IDE-->2 ports | <!--SATA-->SIL 3112A | <!--Gfx--> | <!--Audio-->{{yes|ALC650 AC97 (Nvidia APU)}} | <!--USB-->{{yes}} | <!--Ethernet-->Realtek RTL 8201LB | <!--Opinion-->Firewire Realtek RTL8801B |- | <!--Name-->ASRock K7NF2 | <!--Chipset-->nforce2 ultra 400 | <!--ACPI--> | <!--IDE-->{{yes}} | <!--SATA-->{{N/A}} | <!--Gfx-->{{yes|AGP 8x}} | <!--Audio-->CMedia CMI 9761A AC'97 | <!--USB-->{{yes}} | <!--Ethernet-->Realtek 8201 | <!--Opinion--> |- | <!--Name-->ASRock K7S8X | <!--Chipset-->SIS 746FX | <!--ACPI--> | <!--IDE-->{{yes}} | <!--SATA--> | <!--Gfx-->{{yes|AGP 8x}} | <!--Audio-->{{yes|AC'97 cmedia}} | <!--USB-->{{maybe|USB2.0 works but does not boot}} | <!--Ethernet-->{{yes|SiS900}} | <!--Opinion--> |- | <!--Name-->ASRock K7S41GX | <!--Chipset-->SIS 741GX + DDR 333 | <!--ACPI--> | <!--IDE-->{{yes}} | <!--SATA--> | <!--Gfx-->{{maybe|onboard sis does not work with vga or vesa but AGP 8x works}} | <!--Audio-->{{yes|AC97 SIS 7012}} | <!--USB-->{{maybe|USB2.0 works but does not boot}} | <!--Ethernet-->{{yes|SiS 900}} | <!--Opinion-->works ok |- | <!--Name-->[http://www.asus.com ASUS A7N8X] | <!--Chipset-->nForce2 | <!--ACPI--> | <!--IDE-->{{yes}} | <!--SATA-->Silicon Image Sil 3112A | <!--Gfx-->1 AGP slot | <!--Audio-->{{yes|ac97 ALC650}} | <!--USB-->{{yes|ehci USB2.0}} | <!--Ethernet-->{{yes|rtl8201BL - nforce}} | <!--Opinion-->first total support for AROS in 2004/5 - damocles and M Schulz |- | <!--Name-->Biostar M7NCD | <!--Chipset-->nForce2 Ultra 400 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->{{yes|ALC650 AC97}} | <!--USB--> | <!--Ethernet-->{{yes|RTL8201BL}} | <!--Opinion--> |- | <!--Name-->Chaintech 7NJS Ultra Zenith | <!--Chipset-->nForce2 Ultra 400 | <!--ACPI--> | <!--IDE--> | <!--SATA-->Promise PDC 20376 | <!--Gfx--> | <!--Audio-->{{yes|CMI8738}} | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->DFI Lanparty NF2 Ultra | <!--Chipset-->nForce2 Ultra 400 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->{{no|via ac97 VT1616}} | <!--USB--> | <!--Ethernet-->RTL8139C | <!--Opinion--> |- | <!--Name-->ECS N2U400-A | <!--Chipset-->nForce2 Ultra 400 | <!--ACPI--> | <!--IDE-->{{yes}} | <!--SATA--> | <!--Gfx--> | <!--Audio-->{{no|Cmedia 9379A AC97}} | <!--USB-->{{yes|usb2.0}} | <!--Ethernet-->{{no|VIA VT6103L}} | <!--Opinion--> |- | <!--Name-->Gigabyte GA7N400L | <!--Chipset-->nForce2 Ultra 400 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->1 AGP 8x slot | <!--Audio-->{{yes|AC97 ALC650}} | <!--USB-->2 USB2.0 | <!--Ethernet-->RTL8100C | <!--Opinion--> |- | <!--Name-->[http://www.gigabyte.lv/products/page/mb/ga-8siml Gigabyte 8SIML] | <!--Chipset-->SIS 650 | <!--ACPI--> | <!--IDE-->{{yes}} | <!--SATA--> | <!--Gfx-->{{maybe|VESA}} | <!--Audio-->{{yes|AC'97}} | <!--USB-->{{maybe|working}} | <!--Ethernet-->{{no|Realtek RTL8100L LAN}} | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Matsonic [http://www.elhvb.com/mobokive/archive/matsonic/manual/index.html Manuals] MS83708E | <!--Chipset-->SIS730 | <!--ACPI--> | <!--IDE-->{{yes|SiS 5513}} | <!--SATA-->{{N/A}} | <!--Gfx-->{{maybe|sis 305 no support use VESA}} | <!--Audio-->{{no|sis7018}} | <!--USB-->{{no|SiS 7001 USB 1.1 only}} | <!--Ethernet-->{{yes|SIS900}} | <!--Opinion-->little support |- | <!--Name-->[http://h10025.www1.hp.com/ewfrf/wc/document?docname=bph07585&lc=en&dlc=en&cc=us&dest_page=softwareCategory&os=228&tool=softwareCategory&query=Pavilion%20742n&product=89232 MSI MS-6367 HP 722n 742n (Mambo) (2001/2)] | <!--Chipset-->Nvidia nforce 220D (2001/2) | <!--ACPI--> | <!--IDE-->{{Yes}} | <!--SATA-->{{N/A}} | <!--Gfx-->GeForce2 AGP works 2D nouveau only | <!--Audio-->{{Maybe|AC97 ADI 1885 no volume control on Units 0-3}} | <!--USB-->{{Yes|4 USB1.1 ports AMD based - front 2 ports iffy}} | <!--Ethernet-->{{No|nForce}} | <!--Opinion-->Tested 20th Aug 2012 NB |- | <!--Name-->MSI K7N2 [http://us.msi.com/index.php?func=proddesc&maincat_no=1&prod_no=546/ Delta ILSR] Delta-L | <!--Chipset-->nForce2 (2002/3) | <!--ACPI--> | <!--IDE-->{{yes|Primary & Secondary ports}} IDE Tertiary port (RAID) | <!--SATA-->2 ports (RAID) | <!--Gfx-->{{yes|when fitted with an agp video card}} | <!--Audio-->{{yes|ac97 ALC650}} | <!--USB-->{{yes}} | <!--Ethernet-->{{yes|rtl8201BL - nforce}} | <!--Opinion-->runs AROS well. Tested with Icaros 1.2.3 |- | <!--Name-->MSI K7N2 Delta2-LSR Platinum | <!--Chipset-->nForce2 (2002/3) | <!--ACPI--> | <!--IDE-->{{yes|Primary & Secondary ports}} IDE Tertiary port (RAID) | <!--SATA-->2 ports (RAID) | <!--Gfx-->{{yes|when fitted with an agp video card}} | <!--Audio-->{{No|ac97 ALC655}} | <!--USB-->{{yes}} | <!--Ethernet-->{{yes|rtl8201BL - nforce}} | <!--Opinion-->runs AROS well. Tested with Icaros 1.2.3 |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->[http://www.sharkyextreme.com/hardware/motherboards/article.php/2204281/Soltek-SL-75MRN-L-nForce2-Motherboard-Review.htm Soltek 75FRN-L] | <!--Chipset-->nForce2 | <!--ACPI--> | <!--IDE-->{{yes|2 ports}} | <!--SATA-->{{N/A}} | <!--Gfx-->AGP slot | <!--Audio-->{{yes|ALC650}} | <!--USB-->{{yes|2 usb2.0}} | <!--Ethernet-->{{yes|Realtek RTL8201BL}} | <!--Opinion-->good support |- | <!--Name-->[http://www.3dvelocity.com/reviews/mach4nf2ultra/mach4.htm XFX Pine Mach4 nForce2 Ultra 400] | <!--Chipset-->nForce2 | <!--ACPI--> | <!--IDE-->{{yes|3 ports}} | <!--SATA-->{{maybe|2 ports VIA VT6240}} | <!--Gfx-->1 AGP 8x slot | <!--Audio-->{{yes|ALC650}} | <!--USB-->{{yes|2 USB2.0}} | <!--Ethernet-->{{yes|RTL8201BL}} | <!--Opinion-->some support |- | <!--Name-->ASUS A7V266 | <!--Chipset-->via KT266A + 8233 | <!--ACPI--> | <!--IDE-->{{no|issues}} | <!--SATA--> | <!--Gfx-->1 AGP slot | <!--Audio-->AD1980 AC97 | <!--USB--> | <!--Ethernet-->VIA VT6103 | <!--Opinion-->[http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=4436&forum=24&post_id=38874#forumpost38874 issues with booting] |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket 754 (2004/5)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->Abit NF8-V2 | <!--Chipset-->nForce3 250GB (2004/5) | <!--ACPI--> | <!--IDE-->{{yes|2 ports}} | <!--SATA-->{{maybe|2 ports}} | <!--Gfx-->1 AGP slot x8 | <!--Audio-->ALC658 ac97 | <!--USB-->{{yes|2 USB2.0}} | <!--Ethernet-->{{no|RTL8201C}} | <!--Opinion-->a little support but no Firewire VIA VT6306 |- | <!--Name-->Biostar CK8 K8HNA Pro | <!--Chipset-->nforce3 150 | <!--ACPI--> | <!--IDE--> | <!--SATA-->VT6420 thru ide legacy only | <!--Gfx--> | <!--Audio-->{{no|AC97 ALC655}} | <!--USB--> | <!--Ethernet-->Realtek RTL8110S | <!--Opinion-->Firewire VT6307 no |- | <!--Name-->[http://www.extremeoverclocking.com/reviews/motherboards/Chaintech_ZNF3-150_3.html Chaintech ZNF3-150 Zenith] | <!--Chipset-->nforce3 150 | <!--ACPI--> | <!--IDE-->2 ports | <!--SATA-->{{maybe|Sli3114 SATA via IDE emul}} | <!--Gfx-->1 AGP slot | <!--Audio-->{{no|VIA Envy24PT (VT1720) + VT1616}} | <!--USB-->{{yes|2 USB2.0}} | <!--Ethernet-->{{no|Broadcom GbE 5788}} | <!--Opinion-->very little support needs PCI cards but no Firewire VIA VT6306 |- | <!--Name-->DFI Lanparty UT nF3 250GB | <!--Chipset-->nForce3 250gb | <!--ACPI--> | <!--IDE-->2 ports | <!--SATA-->{{maybe|2 ports nForce3 and 2 Marvell SATA PHY}} | <!--Gfx--> | <!--Audio-->{{yes|AC97 ALC850}} | <!--USB-->{{yes|2 USB2.0}} | <!--Ethernet-->CK8S - Winfast NF3 250K8AA works and Marvell 88E1111 does not work | <!--Opinion-->[[http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5804&forum=24&post_id=54295#forumpost54295 works well] but no Firewire VIA VT6307 |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Gigabyte GA-K8N | <!--Chipset-->NVIDIA nForce3 150 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->Realtek ALC658 AC97 | <!--USB--> | <!--Ethernet-->Realtek RTL8100C | <!--Opinion-->Firewire TI43AB23 no |- | <!--Name-->Gigabyte K8NNXP | <!--Chipset-->nForce3 150 | <!--ACPI--> | <!--IDE--> | <!--SATA-->Sata sil3512 | <!--Gfx--> | <!--Audio-->ALC658 AC97 | <!--USB--> | <!--Ethernet-->RTl8110S | <!--Opinion-->Firewire TI STB82AA2 no |- | <!--Name-->Gigabyte GA-K8NSNXP | <!--Chipset-->nForce3 250GB | <!--ACPI--> | <!--IDE--> | <!--SATA-->SiI 3512 CT128 Sata Sil3515 | <!--Gfx--> | <!--Audio-->ALC850 AC97 | <!--USB--> | <!--Ethernet-->{{No|Marvel 88E8001}} | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->MSI K8N Neo-FIS2R | <!--Chipset-->nVIDIA NF3-250Gb | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->Realtek 7.1 AC'97 ALC850 | <!--USB--> | <!--Ethernet-->{{No|Marvell 88E1111}} | <!--Opinion--> |- | <!--Name-->[http://techreport.com/articles.x/5748/1 Shuttle AN50R] | <!--Chipset-->nF3-150 | <!--ACPI--> | <!--IDE--> | <!--SATA-->Sil 3112 | <!--Gfx--> | <!--Audio-->ALC650 AC97 | <!--USB--> | <!--Ethernet-->Nvidia nF3 (10/100) Intel 82540EM Gigabit | <!--Opinion-->Firewire VT6307 no |- | <!--Name--> Foxconn WinFast K8S755A | <!--Chipset-->SiS755 + SiS964 (DDR333) | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> {{yes|AC97}} | <!--USB--> | <!--Ethernet--> {{yes|RTL8169}} | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket 939 (2005)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->Asus A8N-LA GeForce 6150 LE | <!--Chipset-->Geforce 6150 (MCP51) + nForce 430 (PC-3200) | <!--ACPI--> | <!--IDE-->{{yes|two ATA 133}} | <!--SATA-->{{maybe|four 3.0GB/s SATAII ports}} | <!--Gfx-->built in or PCI-E x16 | <!--Audio-->Realtek ALC883 HD Audio | <!--USB-->6 USB2.0 | <!--Ethernet-->Realtek RTL 8201CL | <!--Opinion--> |- | <!--Name-->Asus A8N-SLI Premium | <!--Chipset-->NVidia | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->{{Yes|PCIe slot}} | <!--Audio-->{{Yes|AC97}} | <!--USB-->{{Maybe}} | <!--Ethernet-->{{Yes|nForce LAN but not Marvell}} | <!--Opinion-->[http://aros-exec.org/modules/newbb/viewtopic.php?post_id=69814#forumpost69814 Works well] |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Asus A8V E SE | <!--Chipset-->VIA K8T890 +VT8237R CHIPSET ATX AMD Motherboard with Athlon 64 X2 / Athlon 64 FX / Athlon 64 | <!--ACPI-->{{N/A}} | <!--IDE-->{{Yes}} | <!--SATA-->{{N/A}} | <!--Gfx-->{{N/A}} | <!--Audio-->{{Maybe}} AC97 driver using Realtek ALC850 codec | <!--USB-->{{Yes}} USB 2.0 only | <!--Ethernet-->{{No}} Marvell 88E8053 | <!--Opinion-->Good base but needs additional PCI cards added for better support |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->ASUS A8V Deluxe (2004) | <!--Chipset-->VIA K8T800 Pro (DDR400) | <!--ACPI--> | <!--IDE-->Promise 20378 2 ports | <!--SATA-->2 SATA2 | <!--Gfx--> | <!--Audio-->{{no|VIA VT8233A 8235 8237 AC97}} | <!--USB--> | <!--Ethernet-->{{no|Marvell 88E8001 Gigabit}} | <!--Opinion-->needs extra PCI cards |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |} =====Socket AM2 (2006/8)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->GA-M68M-S2 (1.0) S2P (2.3) S2L (1.x) | <!--Chipset-->nForce 630a chipset | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->NVIDIA® GeForce 7025 | <!--Audio-->ALC883 (S2), ALC888B (S2P), ALC662 (S2L), | <!--USB--> | <!--Ethernet-->RTL 8201CL (S2), 8211CL (S2P), 8211BL (S2L), | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket AM2+ (2007/9)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Asus M3A32-MVP Deluxe | <!--Chipset-->AMD 790FX RD790 + SB600 | <!--ACPI--> | <!--IDE--> | <!--SATA-->{{No|Marvell 88SE6121 SATA II}} | <!--Gfx-->pci-e 1.1 support | <!--Audio-->{{No|HD Audio ADI® AD1988}} | <!--USB--> | <!--Ethernet-->{{No|Marvell 88E8056}} | <!--Opinion--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->ASROCK N68-S N68C-S | <!--Chipset-->AMD based nForce 630a | <!--ACPI--> | <!--IDE-->{{yes}} | <!--SATA-->{{yes|slimline DVD drive works}} | <!--Gfx-->{{maybe|GF 7025 use vesa}} | <!--Audio-->{{yes|VIA 1708S VT1705 HD Audio}} | <!--USB-->{{yes|echi usb 2.0}} | <!--Ethernet-->{{no|RTL8201EL / 8201CL - nforce}} | <!--Opinion-->being [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=4938&forum=26&post_id=46635#forumpost46635 tested] unbuffered 1066Mhz ddr2 ram - N68C-S may need noacpi added to grub boot line to disable pci temporarily to run as it cannot get to [PCI] Everything OK - |- | <!--Name-->Asus M2N68-AM Plus | <!--Chipset-->Athlon 64, Sempron, Athlon 64 X2, Athlon 64 FX with NVIDIA® GeForce™ 7025 nForce™ 630a | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->{{yes|HD Audio with ALC662 codec}} | <!--USB--> | <!--Ethernet-->{{no|RTL8211CL Gigabit LAN}} | <!--Opinion-->adding "noacpi noapic noioapic" to the GRUB options - Dual channel DDR2 1066, 800, 667 MHz - |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket AM3 White socket (2010/11)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->[http://www.vesalia.de/e_aresone2011.htm Aresone 2011] | <!--Chipset-->4 DDR3 memory sockets | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA-->{{Yes}} | <!--Gfx-->{{Maybe|no Radeon HD3000 driver yet<br>vesa driver works<br>possibility to add PCIe card}} | <!--Audio-->{{Yes|HD Audio}} | <!--USB-->{{Yes|USB2.0}} | <!--Ethernet-->{{yes}} | <!--Opinion-->Good support |- | <!--Name-->Asus [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=45243#forumpost45243 M4A785TD-M] PRO | <!--Chipset-->785G and SB710 | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA-->{{Maybe|ide legacy}} | <!--Gfx-->{{Maybe|ATI Radeon HD 4200 - use vesa}} or pci-e 2.0 slot | <!--Audio-->{{Yes|HD Audio}} | <!--USB-->{{Yes}} | <!--Ethernet-->{{Yes}} | <!--Opinion-->Good support with 1366 ddr3 ram - |- | <!--Name-->Gigabyte GA-MA74GM-S2 GA-MA74GM-S2H | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->pci-e | <!--Audio-->ALC888 (r1.x),ALC (r2.0), ALC888B (r4.0), ALC (r4.1), | <!--USB--> | <!--Ethernet-->Realtek 8111C later 8111D | <!--Opinion--> |- | <!--Name-->GigaByte 890GPA-UD3H | <!--Chipset-->AMD 890GX together with SB850 | <!--ACPI--> | <!--IDE--> | <!--SATA-->Yes | <!--Gfx-->use pci-e nvidia | <!--Audio-->Maybe - ALC892 rev. 1.0, ALC892 rev 2.1, ALC889 rev. 3.1 | <!--USB-->Yes | <!--Ethernet-->Yes | <!--Opinion-->works well overall |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->MSI 890GXM-G65 | <!--Chipset-->890GX + SB750 | <!--ACPI--> | <!--IDE--> | <!--SATA-->{{Maybe|legacy}} | <!--Gfx-->{{Maybe|ATI 4290 built-in (vesa)}} | <!--Audio-->{{Maybe|ALC889 DD GR}} HD Audio crackles | <!--USB-->{{Yes}} | <!--Ethernet-->{{Yes|RTL 8169}} | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Gigabyte GA-M68MT-S2 | <!--Chipset--> nForce 630a | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->NVIDIA® GeForce 7025 | <!--Audio-->ALC888B (1.3), ACL887 (3.1), | <!--USB--> | <!--Ethernet-->RTL8211CL (all) | <!--Opinion--> |- | <!--Name-->Gigabyte GA-M68MT-S2P | <!--Chipset--> nForce 630a | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->NVIDIA® GeForce 7025 | <!--Audio-->ALC888B (1.x 2.x), ALC889 (3.0), ALC888B/889 (3.1), | <!--USB--> | <!--Ethernet-->RTL8211CL (all) | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Asus M4N78 PRO | <!--Chipset-->NVIDIA GeForce 8300 | <!--ACPI--> | <!--IDE-->1 xUltraDMA 133/100 | <!--SATA-->6 xSATA 3 Gbit/s ports | <!--Gfx-->Integrated NVIDIA® GeForce® 8 series GPU with 1 PCIe 2.0 slot | <!--Audio-->HD Audio with VIA1708S 8 -Channel codec | <!--USB-->12 USB 2.0 ports (8 ports at mid-board, 4 ports at back panel) | <!--Ethernet-->NVIDIA Gigabit | <!--Opinion-->4 x DIMM, Max. 16 GB, DDR2 1200(O.C.)/1066*/800/667 ECC,Non-ECC,Un-buffered Memory - ATX Form Factor 12 inch x 9.6 inch ( 30.5 cm x 24.4 cm ) - |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |} =====Socket AM3+ Black socket (2013/15)===== *095W FX-6300 FD6300WMHKBOX (bulldozer) 970 mobos with FX-8320E 8core Black Editions FD832EWMHKBOX FX-8370E (Vishera/Piledriver) *125W FX-6310 (bulldozer) 970 mobos with FX-8320 FX-8350 FX-8370 (Vishera/Piledriver) *220W 990FX mobos with FX-9000 FX-9370 FX-9590 {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->ASRock 890FX Deluxe5 Extreme3 | <!--Chipset-->AMD 890FX + AMD SB850 or SB950 (Extreme3) | <!--ACPI--> | <!--IDE-->{{Yes}} | <!--SATA-->{{Yes}} | <!--Gfx-->{{N/A}} | <!--Audio-->{{No|ALC892}} | <!--USB-->{{Yes}} | <!--Ethernet-->{{Yes|RTL8111E rtl8169}} | <!--Opinion--> |- | <!--Name-->ASUS M5A78L-M LX3 | <!--Chipset-->760G SB710 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->V? ALC887, V? ALC892 | <!--USB--> | <!--Ethernet-->Realtek 8111E | <!--Opinion--> |- | <!--Name-->Asus M5A97 R2.0 | <!--Chipset-->AMD 970 and SB950 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->n/a | <!--Audio-->ALC887 (LE), ALC887 (Regular), ALC892 (EVO) | <!--USB-->4 USB 2.0 and 2 usb3 | <!--Ethernet-->Realtek 8111F | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Gigabyte GA-78LMT-S2P | <!--Chipset-->ATi 760G and SB710 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->GT240 and a nv7900gs, both pci-e, and both will not work | <!--Audio-->ALC889 (r3.1), ALC??? (rev. 4.1), ALC887 (r5.x) | <!--USB--> | <!--Ethernet-->Realtek 8111E (r3.1), Atheros (rev4.1), Atheros (r5.x) | <!--Opinion-->offers very poor control over its EFI vs. BIOS booting partition features |- | <!--Name-->Gigabyte GA-78LMT-USB3 | <!--Chipset-->ATi 760G and SB710 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->GT240 and a nv7900gs, both pci-e, and both will not work | <!--Audio-->ALC (r3.0), ALC887 (r4.1 Blue board), VIA VT2021 (r5.0 Black board) | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->MSI 760GM | <!--Chipset-->ATI 760G plus SB710 | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA-->Untested | <!--Gfx-->HD3000 Use Vesa | <!--Audio-->{{Maybe|P33 VT1705; P34, P21 and P23 (FX) MS7641 v3.0 ALC887 with crackles thru earphones; E51 ALC892 No}} | <!--USB-->Untested | <!--Ethernet-->{{Yes|Realtek}} | <!--Opinion-->P23 issues with audio ALC887 |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====AMD Fusion (2011/14)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name--> | 1.2GHz single Bobcat Fusion C30 + Hudson M1 | ACPI | IDE | SATA | AMD 6250 | Audio | USB | Ethernet | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | Asus E35M1-M PRO uATX | 1.6GHz dual 18W AMD Fusion E-350 + Hudson M1 | ACPI | {{N/A}} | SATA | AMD 6310 - no HD driver yet | ALC887 VD2 | USB | RTL8111E | EFI bios [http://www.anandtech.com/show/4023/the-brazos-performance-preview-amd-e350-benchmarked] |- | Asus E35M1-I Deluxe miniITX | 1.6GHz dual AMD Fusion E350 + Hudson M1 + DDR3 | ACPI | {{N/A}} | SATA | AMD 6310 - no HD driver yet | ALC892 | USB | Realtek 8111E | {{no|Atheros AR5008 on a Mini PCI-E}} |- | ASRock E350M1 / USB3 (also version with USB3.0 added) | 1.6GHz dual AMD Fusion E350 + Hudson M1 | ACPI | {{N/A}} | SATA - 4 SATA3 | {{Maybe|AMD 6310 - use vesa with hdmi and dvi}} | {{Yes|Audio ALC892 playback but no HDMI output}} | USB - 4 USB2.0 and 2 USB3.0 | {{Yes|rtl8169 for Realtek 8111E 8411 ethernet chipset}} | |- | <!--Name-->Gigabyte GA-E350N-USB3 mini-ITX | <!--Chipset--> Hudson M1 FCH | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA-->4 SATA3 | <!--Gfx--> plus HDMI, DVI | <!--Audio-->ALC892 | <!--USB-->2 NEC USB3.0 with 4 USB2.0 | <!--Ethernet-->Realtek 8111E | <!--Opinion--> |- | <!--Name-->Gigabyte GA-E350N Win8 V1.0 | <!--Chipset-->Hudson M1 FCH A45 | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA-->4 SATA3 | <!--Gfx-->{{maybe|Use VESA - AMD 6310 plus HDMI, DVI}} | <!--Audio-->{{yes|ALC887 playback through headphones but not thru hdmi}} | <!--USB-->{{maybe|4 USB2.0 needs more testing}} | <!--Ethernet-->{{yes|Realtek 8111 8168B}} | <!--Opinion-->works well but need to test with sata hard disk |- | <!--Name-->MSI E350IA-E45 | <!--Chipset-->e-350 + Hudson M1 + DDR3 | <!--ACPI-->no support | <!--IDE-->{{N/A}} | <!--SATA-->4 Sata3 ports | <!--Gfx-->AMD 6310 gpu | <!--Audio-->ALC HDA | <!--USB-->6 USB2.0 and 2 USB3.0 through NEC 720200 chipset | <!--Ethernet-->Realtek RTL8111E | <!--Opinion--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->ASUS E45M1-M PRO | <!--Chipset-->E450 APU with Hudson M1 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->ALC887 | <!--USB--> | <!--Ethernet-->Realtek | <!--Opinion--> |- | <!--Name-->ASUS E45M1-I Deluxe | <!--Chipset-->E-450 together | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->ALC892 | <!--USB--> | <!--Ethernet-->Realtek 8111E | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket FM1 (2011/13)===== On board Graphic on CPU - HD6410D, HD6530D, HD6550D, {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->ASUS F1A55-M LE | <!--Chipset--> with AMD A55 FCH (Hudson D2) | <!--ACPI--> | <!--IDE--> | <!--SATA-->6 x SATA 3Gbit/s port(s), blue Support Raid 0, 1, 10, JBOD | <!--Gfx-->PCI-e 2.0 slot or Integrated AMD Radeon™ HD 6000 in Llano APU | <!--Audio-->Realtek® ALC887 Audio CODEC | <!--USB-->6 USB2.0 ports | <!--Ethernet-->Realtek 8111E rtl8169 | <!--Opinion-->2012 A- Series/E2- Series APUs up to 4 cores - 2 x DIMM, Max. 32GB, DDR3 2250(O.C.)/1866/1600/1333/1066 MHz Non-ECC, Un-buffered Memory Dual Channel Memory Architecture - |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket FM2 White Socket (2012/13)===== Onboard Gfx on CPU - HD6570, HD7480D, HD7540D, {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name--> | <!--Chipset-->A75 A85X | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket FM2 Plus Black socket (2013/15)===== Onboard Gfx on CPU - HD6570, HD7480D, HD7540D, {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name--> | <!--Chipset-->A88X | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket AM1 FS1b socket (2014/1x)===== 5350 4 core Jaguar cores 2GHz with Integrated AMD Radeon R Series Graphics in the APU Kabini [Radeon HD 8400] Later Beema APU with 2/4 core Puma (slightly updated Jaguar) cores, GCN graphics and a compute capable Radeon core, along with a brand new AMD security processor and FT3 BGA packaging (probably best avoided for long term survival). {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->ASUS AM1I-A | <!--Chipset--> | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx--> | <!--Audio-->HD Audio Realtek® ALC887-VD | <!--USB--> | <!--Ethernet-->Realtek 8111GR 8168 | <!--Opinion--> |- | <!--Name-->MSI AM1I | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->HD Audio ALC887 | <!--USB--> | <!--Ethernet-->Realtek 8111G | <!--Opinion--> |- | <!--Name-->MSI AM1M | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->HD Audio ALC887 | <!--USB--> | <!--Ethernet-->Realtek 8111G | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion-->BGA FT3 AM1x |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Zen Zen+ Am4 FM3 Summit Ridge (2017/19)===== Jim Keller’s group designed x86 Zen CPU - new and covering the same AM4 platform/socket for desktop Zen will also shift from Bulldozer’s Clustered Multithreading (CMT) to Simultaneous Multithreading (SMT, aka Intel’s Hyperthreading). CMT is the basis for Bulldozer’s unusual combination of multiple integer cores sharing a single FPU within a module, so the move to SMT is a more “traditional” design for improving resource usage {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->Asus ROG Crosshair VI Hero | <!--Chipset-->X370 | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx-->pci-e 3.0 (1x16 or 2x8) | <!--Audio-->SupremeFX audio features an S1220 codec | <!--USB--> | <!--Ethernet-->Intel I211 | <!--Opinion-->Ryzen 7 1800X 1700X |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->MSI Xpower Gaming Titanium | <!--Chipset--> X370 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->8-channel Realtek 1220 Codec | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Asus Prime B350 Plus | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> x PCIe 3.0/2.0 x16 (x16 mode) | <!--Audio-->Realtek® ALC887 8-Channel | <!--USB--> | <!--Ethernet-->Realtek® RTL8111H | <!--Opinion-->Ryzen 5 1600x 1600 1500X 1400 - 4 x DIMM, Max. 64GB, DDR4 3200(O.C.)/2933(O.C.)/2666/2400/2133 MHz ECC and non-ECC, Un-buffered Memory - ATX Form Factor 12 inch x 9.35 inch ( 30.5 cm x 23.7 cm ) - 2 pci |- | <!--Name-->AsRock Pro4 AB350 | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->2 PCIe 3.0 x16, 4 PCIe 2.0 x1 | <!--Audio-->Realtek ALC892 | <!--USB--> | <!--Ethernet-->Realtek | <!--Opinion-->Ryzen 5 1600x 1600 1500X 1400 |- | <!--Name--> | <!--Chipset--> B350 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->MSI B350 Tomahawk Arctic Mortar | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->1 x PCIe 3.0/2.0 x16 (x16 mode) | <!--Audio-->Realtek ALC892 | <!--USB--> | <!--Ethernet-->Realtek RTL8111H | <!--Opinion-->white and grey colours - 2 pci-e and 2 pci slots - m.2 in middle - atx 12 in by 9.6 in and matx versions - |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Asus PRIME B350M-A/CSM Micro ATX | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion-->Ryzen 3 1300x 1200 1100 |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset-->A320 A/B300 SFF | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->AsRock Fatality X470 Gaming K4 | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> 2700U 2500U 2300U 2200U APUs |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Asus | <!--Chipset--> B450 with APU 2200G 2400G | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion-->high VRM temps - raven ridge 14nm+ |- | <!--Name-->AsRock B450 Gaming K4 | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion-->low VRM thermals 3900x 3950x |- | <!--Name-->Gigabyte B450 Aorus Pro Wifi | <!--Chipset--> B450 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion-->very high vrm temps |- | <!--Name-->MSI b450 tomahawk | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion-->OK board |- | <!--Name-->MSI B450 Pro Carbon | <!--Chipset-->B450 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion-->OK |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Asus ROG X399 Zenith Extreme | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion-->Threadripper 1950X 1920X 1900X TR4 skt |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} ===== (Zen2 2019/2x)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name--> | <!--Chipset--> with 2700X 2700 2600X 2600 cpus | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> pinnacle ridge 12nm |- | <!--Name--> | <!--Chipset--> 2500X 2500 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} ===== (Zen3 AM4 2020/22)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} ===== (Zen4 AM5 2022/2x)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name--> | <!--Chipset-->x670e x650 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->rnda3 | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} ===== (Zen4 AM4 2023/2x)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} ====Intel==== [[#top|...to the top]] =====Socket 370 (2000/2)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->Intel D815EEA | <!--Chipset-->866Mhz P3 and i815 chipset | <!--ACPI--> | <!--IDE-->{{Yes}} | <!--SATA-->{{N/A}} | <!--Gfx-->{{Yes|Nvidia AGPx8 6200LE added}} | <!--Audio-->{{N/A}} | <!--USB-->{{Yes|2 USB1.1}} | <!--Ethernet-->{{N/A}} | <!--Opinion-->Tested AspireOS 1.7, simple basic board with useful 5 PCI slots |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |} =====Socket 478 (2002/4)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->[http://translate.google.co.uk/translate?hl=en&sl=zh-CN&u=http://detail.zol.com.cn/motherboard/index46381.shtml&prev=/search%3Fq%3Dc.865pe.l%2Bmotherboard%26client%3Dfirefox-a%26hs%3DsZB%26rls%3Dorg.mozilla:en-US:official Colorful Technology C.865PE-L Silver Fighter Warrior V2.3] | <!--Chipset-->865PE | <!--ACPI-->{{dunno| }} | <!--IDE-->{{Yes|tested with CDROM}} | <!--SATA-->{{dunno| }} | <!--Gfx-->{{Maybe|AGP slot}} | <!--Audio-->{{Yes|ALC650 AC97}} | <!--USB-->{{Yes|USB 1.1 and 2.0}} | <!--Ethernet-->{{Yes|RTL 8100 8139}} | <!--Opinion-->Still testing with NB (Nightly Build) May 2013 |- | <!--Name-->Intel 845 | <!--Chipset-->865P | <!--ACPI--> | <!--IDE-->{{Yes}} | <!--SATA--> | <!--Gfx-->{{No|intel 800}} | <!--Audio-->{{No|AC97 AD1985}} | <!--USB-->{{Yes|USB1.1 and USB2.0}} | <!--Ethernet-->{{No|e1000}} | <!--Opinion-->Tested ICAROS 1.3 |- | <!--Name-->Intel 845 | <!--Chipset-->865GC | <!--ACPI--> | <!--IDE-->{{Yes}} | <!--SATA--> | <!--Gfx-->{{No|intel 800}} | <!--Audio-->{{No|AC97 AD1985}} | <!--USB-->{{Yes|USB1.1 and USB2.0}} | <!--Ethernet-->{{No|e1000}} | <!--Opinion-->Tested ICAROS 1.3 |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket LGA775 s775 (2005/8)===== an industry standard DDR2 module could in theory contain fallback JEDEC, intel XMP and AMD EPP configuration data Intel PC CL5 ram modules but an "AMD" CL5 ram module the BIOS cannot read the AMD EPP info on the SPD (Serial Presence Detect) but can recognize the CL5 timing info in the JEDEC data table. PC BIOS auto configures for the AMD ram module and boots normally. an AMD PC CL6 ram modules but an "INTEL" CL6 ram module the BIOS cannot read the INTEL XMP info on the SPD but can recognize the CL6 timing info in JEDEC data table. PC BIOS auto configures for the AMD ram module and boots normally. an INTEL PC needs CL6 ram modules but have an "AMD" CL4 ram module. INTEL BIOS cannot read the AMD EPP info on the SPD but can recognize the CL4 timing info in JEDEC data table. PC BIOS recognizes module timings as incompatible an refuses to boot. entirely separate issue if the RAM module timing specs are incompatible.(i.e. CL4 RAM in a "CL6 only" PC) {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->Abit AG8 (2004) | <!--Chipset-->P915 + ICH6R | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->4 ports SATA1 | <!--Gfx-->1 PCIe x16 Slot | <!--Audio-->Realtek ALC658 AC97 | <!--USB-->4 USB2.0 | <!--Ethernet-->Realtek 8110S-32 | <!--Opinion-->Firewire TI 4200R7T no |- | <!--Name-->MSI 915 Neo2 | <!--Chipset-->P915 + ICH6R | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->4 ports SATA1 | <!--Gfx-->1 PCIe x16 Slot | <!--Audio-->CMI 9880L HD Audio | <!--USB-->4 USB2.0 | <!--Ethernet-->{{no|Broadcomm BCM5751 PCIe}} | <!--Opinion-->Firewire VIA VT6306 no |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Asus P5GC P5GC-MX | <!--Chipset-->P945GC + ICH7R | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->4 SATA1 ports | <!--Gfx-->i PCIe slot | <!--Audio-->HD Audio with ALC662 codec | <!--USB-->{{yes|2 usb2.0}} | <!--Ethernet-->{{no|atheros L2}} | <!--Opinion-->ICH7 mates with the 945 and G31 northbridge and is limited up to six USB 2.0 ports, four PCIe 1.1 lanes, a 10/100 network MAC, and four SATA 3.0 Gbit/s ports and two Ultra ATA 100 drives - 3 / 5 pci slots - 4 x 240-pin DIMM Sockets max. 4GB DDR2 667/533 non-ECC |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Foxconn PC45CM-SA 45CM-S | <!--Chipset-->945GC with ICH7 | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->4 sata2 ports | <!--Gfx-->{{Yes|pcie 1.0 slot with gma950 integrated}} | <!--Audio-->{{Yes|HD audio with aLC883 codec playback}} | <!--USB-->{{Yes|}} | <!--Ethernet-->{{Yes|realtek 8139 8100sc}} | <!--Opinion-->2 dimm slots 667mhz max 4gb - can be found in Advent desktops - 2 pci-e and 2 pci - core 2 duo only e6xxx - Micro ATX (9.6” x 8.8”) - |- | <!--Name-->Gigabyte GA-81945GM MFY-RH | <!--Chipset-->Intel® 945GM Express with ICH7M-DH | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx-->{{Yes|GMA950 VGA15 and PCI-e 1.0 slot}} | <!--Audio-->{{Yes|HD Audio with ALC880 codec playback only rear port}} | <!--USB-->{{Yes|4 usb 2.0}} | <!--Ethernet-->{{No|Intel PRO1000PL 82573L Gigabit Ethernet}} | <!--Opinion-->2006 MoDT is a relatively new concept, derived from the term “Mobile on DeskTop.”, low TDP CPUs to work on desktop form-factor motherboards. mATX Micro ATX 24.4cm x 24.4cm with 2 pci one which gets blocked - 2 DDR2 1.8v slots with 4Gb max - will not boot if PCI2 slot occupied - |- | <!--Name-->Gigabyte GA-945 GCM S2C | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->{{yes|ALC662 (1.x)}} | <!--USB--> | <!--Ethernet-->{{yes|8101E Rtl 8169 (1.x)}} | <!--Opinion--> |- | <!--Name-->Gigabyte GA945-GCM S2L | <!--Chipset-->945GC with ICH7 | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->4 SATA1 ports | <!--Gfx-->PCi-E slot | <!--Audio-->{{Maybe|Intel HD Audio with ALC662 codec 2/4/5.1-channel (1.x)}} | <!--USB-->{{Yes|4 USB2.0}} | <!--Ethernet-->{{Yes|Realtek 8111c 8169 (1.x)}} | <!--Opinion-->2 x 1.8V DDR2 DIMM sockets up to 4 GB DDR2 667/533/400 MHz memory modules - 2 PCI-e and 2 PCI - Micro ATX form factor; 24.4cm x 19.3cm - |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->MSI 945P Neo-F rev 1.0 | <!--Chipset-->P945 + ICH7 | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->4 SATA1 ports | <!--Gfx-->PCie 1.0 slot | <!--Audio-->ALC662 HDA | <!--USB-->4 USB2.0 | <!--Ethernet-->8110SC (rtl8169) | <!--Opinion--> |- | <!--Name-->MSI 945P Neo2-F rev 1.2 | <!--Chipset-->P945 + ICH7 | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->4 SATA1 ports | <!--Gfx-->PCie 1.0 slot | <!--Audio-->ALC850 AC97 | <!--USB-->4 USB2.0 | <!--Ethernet-->8110SC (rtl8169) | <!--Opinion--> |- | <!--Name-->Gigabyte GA-P31-DS3L | <!--Chipset-->P31 with ICH7 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->PCI Express x16 | <!--Audio-->HD Audio with ALC888 codec | <!--USB-->4 USB 2.0 | <!--Ethernet-->Realtek 8111B | <!--Opinion-->DDR2 800Mhz up to 4Gb 4 x 240 pin with limitations - 3 PCI - ATX 12.0" x 8.3" - |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Asus P5KPL-AM /PS | <!--Chipset-->G31 with ICH7 | <!--ACPI--> | <!--IDE--> | <!--SATA-->4 xSATA 3 Gbit/s ports | <!--Gfx-->PCIe 1.1 with integrated Intel Graphics Media Accelerator (Intel® GMA 3100) | <!--Audio-->HD Audio with VIA VT1708B with /PS has ALC662 | <!--USB--> | <!--Ethernet-->Realtek RTL8102EL 100/10 LAN with /ps Realtek RTL8111C Gigabit LAN | <!--Opinion-->2 x 2 GB DDR2 Non-ECC,Un-buffered DIMMs with 2 PCI - |- | <!--Name-->Asus P5KPL/EPU | <!--Chipset-->G31 with ICH7 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->Pci-e 1.0 slot | <!--Audio-->{{Yes|HD audio with ALC887 codec}} | <!--USB--> | <!--Ethernet-->{{Yes|RTL8169 Realtek 8111C}} | <!--Opinion-->[http://www2.aros-exec.org/modules/newbb/viewtopic.php?topic_id=8580 Tested] 4 x240-pin DIMM, Max. 4 GB, DDR2 1066(O.C.)/800/667 Dual Channel memory architecture - 4 pci-e and 3 pci - ATX Form Factor 12 inch x 8.2 inch ( 30.5 cm x 20.8 cm ) - |- | <!--Name-->Gigabyte GA-G31M ES2L | <!--Chipset-->G31 plus ICH7 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->{{Yes|Intel GMA 3100 2d}} | <!--Audio-->{{Maybe|ALC883 (1.x), ALC883/888B (2.x)}} | <!--USB--> | <!--Ethernet-->{{Maybe|RTL8111C (1.x), Atheros 8131 (2.x)}} | <!--Opinion-->reduces DRAM capacity to 4GB |- | <!--Name-->ASRock G31M-S r2.0 | <!--Chipset-->G31 + ICH7 + DDR2 800 | <!--ACPI--> | <!--IDE--> | <!--SATA-->{{maybe|4 sata2}} | <!--Gfx-->{{maybe|GMA 3100 2d not 3d}} | <!--Audio-->{{yes|ALC662}} | <!--USB-->{{yes|4 USB2.0}} | <!--Ethernet-->{{yes|RTL 8111DL 8169}} | <!--Opinion--> |- | <!--Name-->[http://www.intel.com/cd/channel/reseller/apac/eng/products/desktop/bdb/dg31pr/feature/index.htm Intel DG31PR] | <!--Chipset-->iG31 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->{{maybe|3100 untested but can use PCIe 1.1 slot}} | <!--Audio-->{{yes|ALC888 playback}} | <!--USB--> | <!--Ethernet-->{{yes|RTL8111B Rtl 8169}} | <!--Opinion-->good support |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->ASUS P5G41T-M LX | <!--Chipset-->G41 + ICH8 + DDR3 | <!--ACPI--> | <!--IDE-->{{yes}} | <!--SATA-->{{maybe}} | <!--Gfx-->{{yes|X4500 some 2d only)}} | <!--Audio-->ALC887 | <!--USB-->3 USB2.0 | <!--Ethernet-->{{no|Atheros L1c AR8131}} | <!--Opinion-->reduces maximum supported memory ddr3 from 16 to 8GB 2 dimm slots non-EEC - demotes the PCIe controller mode from revision 2.0 (5.0GT/s) to revision 1.1 (2.5GT/s |- | <!--Name-->Gigabyte GA-G41MT S2 | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->VT1708S (1.3), ALC887-VD2 (1.4), ALC887 (2.1), | <!--USB--> | <!--Ethernet-->Atheros AR8151 l1c (1.x 2.x), | <!--Opinion--> |- | <!--Name-->Gigabyte GA-G41MT S2PT | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->ALC887 (1.0), VIA (2.0), ALC887 (2.1) | <!--USB--> | <!--Ethernet-->RTL8111E (1.x), Atheros AR8151 l1c (2.1), | <!--Opinion--> |- | <!--Name-->Gigabyte GA-G41MT D3 | <!--Chipset-->G41 + ICH7 | <!--ACPI--> | <!--IDE-->1 Port | <!--SATA-->4 Ports | <!--Gfx-->{{yes|GMA X4500 2d only and pci-e 1.1 slot}} | <!--Audio-->{{yes|ALC888B}} | <!--USB-->4 ports + headers | <!--Ethernet-->{{yes|RTL8111 D/E}} | <!--Opinion--> |- | <!--Name-->Gigabyte GA-P41T D3P | <!--Chipset-->G41 + ICH7 with Intel Core 2 Duo (E6xxx) CPU | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->4ports | <!--Gfx-->GMA X4500 2d | <!--Audio-->ALC888 889/892 | <!--USB-->4 ports | <!--Ethernet-->RTL 8111C or D/E | <!--Opinion--> |- | <!--Name-->Intel DG41AN Classic | <!--Chipset-->iG41 + | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->4 ports | <!--Gfx-->X4500 2d | <!--Audio-->ALC888S ALC888VC | <!--USB-->4 ports | <!--Ethernet-->8111E | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->AsRock P5B-DE | <!--Chipset-->P965 + ICH8 | <!--ACPI--> | <!--IDE-->untested | <!--SATA-->{{Maybe|works ide legacy}} |<!--Gfx-->{{Yes|with PCI-E 1.1 slot}} | <!--Audio-->{{Yes|HD Audio via VT1708S}} | <!--USB-->{{Yes}} | <!--Ethernet-->{{Yes|RTL8169}} | <!--Opinion-->[http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=6879&forum=4&post_id=65766#forumpost65766 works well] |- | <!--Name-->Asus P5B SE | <!--Chipset-->965 intel | <!--ACPI--> | <!--IDE-->{{Yes| }} | <!--SATA-->{{Yes| }} | <!--Gfx-->{{N/A}} | <!--Audio-->{{Yes|HD Audio ALC662 codec}} | <!--USB-->{{Yes}} | <!--Ethernet-->{{No| }} | <!--Opinion-->works well except ethernet |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Asus P5W DH Deluxe P5WDG2 WS PRO | <!--Chipset-->975X | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->2 ports | <!--Gfx-->2 PCIe x16 slots | <!--Audio-->ALC882 AND LATER ADI 1988B | <!--USB-->2 USB2.0 | <!--Ethernet-->{{No|Marvell 88E8052 88E8053}} | <!--Opinion-->Firewire TI TSB43AB22A no |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Abit IP35 | <!--Chipset-->P35 Express + ICH9R | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->6 ports | <!--Gfx--> | <!--Audio-->ALC888 HDA | <!--USB-->4 USB2.0 | <!--Ethernet-->two RTL8110SC | <!--Opinion-->Firewire Texas TSB43 AB22A no |- | <!--Name-->MSI P35 Neo F FL MS-7630 rev 1 | <!--Chipset-->Intel P35 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->pci-e 1.1 support | <!--Audio-->HD Audio ALC888 | <!--USB--> | <!--Ethernet-->Realtek | <!--Opinion-->Base model of this range of P35 mobos |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Abit IX38 Quad GT | <!--Chipset-->X38 / ICH9R Chipset | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->6 ports | <!--Gfx-->PCI-E 2.0 slot | <!--Audio--> HD Audio ALC888 | <!--USB-->4 USB2.0 | <!--Ethernet-->Realtek RTL 8110SC 8169SC | <!--Opinion-->Firewire Texas TSB 43AB22A no |- | <!--Name-->Gigabyte X38-DQ6 | <!--Chipset-->X38 / ICH9R Chipset | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->6 ports | <!--Gfx-->PCI-E 2.0 slot | <!--Audio-->ALC889A HDA | <!--USB-->4 USB2.0 | <!--Ethernet-->twin 8111B 8169 | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Gigabyte GA-EP45 DS3 (2008) | <!--Chipset-->P45 + ICH9 or ICH10 | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->6 x SATA 3Gbit/s (SATAII0, SATAII1, SATAII2, SATAII3, SATAII4, SATAII5) | <!--Gfx-->two PCI-E v2.0 x16 slots support splitting its 16 PCIe 2.0 lanes across two cards at x8 transfers | <!--Audio-->HD Audio with ALC888 or ALC889A codec | <!--USB-->6 USB2.0 | <!--Ethernet-->2 x Realtek 8111C chips (10/100 /1000 Mbit) | <!--Opinion-->4 x 1.8V DDR2 DIMM sockets non-EEC |- | <!--Name-->MSI P45 Platinum (2008) | <!--Chipset-->P45 + ICH9 | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->6 sata2 ports | <!--Gfx-->two PCI-E x16 v2.0 slots | <!--Audio-->ALC888 HD Audio | <!--USB-->6 USB2.0 | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset-->G45 + | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->adds Intel’s GMA X4500HD graphics engine to P45 Express features | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset-->G43 + | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->GMA X4500 2d | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion-->removes HD video acceleration from the G45’s features |- | <!--Name-->Asus P5E Deluxe | <!--Chipset--> X48 with ICH9 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->HD Audio with ADI 1988B codec | <!--USB--> | <!--Ethernet-->Marvell 88E8001 | <!--Opinion--> |- | <!--Name-->GigaByte GA-X48 DQ6 | <!--Chipset-->X48 plus ICH9R | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->8 ports | <!--Gfx-->two PCI-E x16 v2.0 slots | <!--Audio-->ALC889A | <!--USB-->8 USB2.0 | <!--Ethernet-->RTL 8111B 8169 | <!--Opinion-->Firewire TSB43AB23 no - ICH9 pairs with Intel’s 3-series (X38, P35, etc.) chipsets, in addition to the X48 Express, but excluding the G35 Express |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Gigabyte EP43-DS3L and Gigabyte GA-EP43-UD3L | <!--Chipset-->P43 with ICH10 | <!--ACPI--> | <!--IDE-->1 port | <!--SATA-->6 x SATA 3Gbit/s connectors | <!--Gfx-->1 x PCI Express x16 slot PCI Express 2.0 standard | <!--Audio-->HD Audio with ALC888 codec | <!--USB--> | <!--Ethernet-->realtek 8111C | <!--Opinion-->4 x 1.8V DDR2 DIMM sockets - 4 pcie x1 - 2 pci - ATX Form Factor; 30.5cm x 21.0cm |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Gigabyte 73-pvm-s2h rev.1.0 | <!--Chipset-->NVIDIA GeForce 7100 nForce 630i | <!--ACPI--> | <!--IDE-->{{Yes|1 port}} | <!--SATA-->{{yes|3 ports SATA2}} | <!--Gfx-->{{Maybe|Vesa 2d GeForce 7100 (vga /hdmi/dvi), 1 PCIe x16 Slot }} | <!--Audio-->{{Yes|Realtek ALC889A MCP73}} | <!--USB-->{{Yes|7 USB2.0}} | <!--Ethernet-->{{no|RTL 8211B MCP73}} | <!--Opinion-->Firewire No, Icaros Desktop 2.0.3 |- | <!--Name-->Nvidia 7150 630i | <!--Chipset-->intel based nForce 630i (MCP73) | <!--ACPI--> | <!--IDE-->{{yes}} | <!--SATA-->{{maybe|ide legacy}} | <!--GFX-->GF 7150 | <!--Audio-->{{yes|HD AUDIO ALC883}} | <!--USB-->{{yes|ohci echi}} | <!--Ethernet-->{{no|RTL8201C}} | <!--Opinion-->being tested |- | <!--Name--> | <!--Chipset-->750i SLI | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->pci-e 2.0 x16 | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset-->780i SLI | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset-->790i SLI | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Atom SOC (2008/2x)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->D945CLF | <!--Chipset-->N230 single core | <!--ACPI--> | <!--IDE-->{{yes}} | <!--SATA--> | <!--Gfx-->{{yes|GMA945}} | <!--Audio-->{{yes|ALC662}} Skt 441 | <!--USB-->{{yes|uhci and ehci}} | <!--Ethernet-->{{yes|rtl8169}} | <!--Opinion-->works very well |- | <!--Name-->[http://www.clusteruk.com iMica D945GCKF2 mobo] | <!--Chipset-->Intel Atom N330 Dual Core | <!--ACPI-->wip | <!--IDE-->{{yes|IDE}} | <!--SATA-->{{maybe}} | <!--Gfx-->{{yes|gma}} | <!--Audio-->{{yes|HD AUDIO}} | <!--USB-->{{yes|uhci ehci}} | <!--Ethernet-->{{yes|rtl8169}} | <!--Opinion-->[http://www.clusteruk.com works well] |- | <!--Name-->[http://www.clusteruk.com D945GSEJT + Morex T1610] | <!--Chipset-->Atom 230 | <!--ACPI--> | <!--IDE-->{{yes}} | <!--SATA-->{{maybe}} | <!--Gfx-->{{yes|GMA900}} | <!--Audio-->{{yes|HD Audio}} | <!--USB-->{{yes}} | <!--Ethernet-->{{yes|RTL8169}} | <!--Opinion-->works well and small size, runs off 12V |- | <!--Name-->ASUS [http://www.legitreviews.com/article/1057/3/ AT3N7A-I] | <!--Chipset-->Atom 330 Nvidia ION | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA-->{{maybe|3 ports legacy IDE}} | <!--Gfx-->{{yes|nouveau cube cube 2 45 quake 3 }} | <!--Audio-->{{yes|HD Audio with VIA 1708S codec playback}} | <!--USB-->{{yes}} | <!--Ethernet-->{{yes|RTL8169 device}} | <!--Opinion--><ref>http://www.youtube.com/watch?v=EAiJpvu73iw</ref> good but can freeze randomly at times (could be nvidia chipset solder issues from that era) |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->D410PT 45nm pinetrail | <!--Chipset-->D410 and NM10 | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA-->{{maybe|ide legacy}} | <!--Gfx-->{{maybe|GMA3150}} | <!--Audio-->{{yes|ALC262 or ALC66x odd clicks}} | <!--USB-->{{yes}} | <!--Ethernet-->{{yes|RTL8111DL}} | <!--Opinion-->some support |- | <!--Name-->45nm pinetrail | <!--Chipset-->D510 and NM10 + GMA3150 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->GMA3150 | <!--Audio-->ALC888B or ALC66x | <!--USB-->{{yes}} | <!--Ethernet-->RTL8111DL | <!--Opinion-->some support |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket 1366 (2009/10)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->Asus P6T DELUXE | <!--Chipset-->x58 + ICH10 and Intel 1st gen. (Nehalem/Lynnfield) Core i7 (8xx) CPU | <!--ACPI--> | <!--IDE-->{{yes|1 port}} | <!--SATA-->4 ports | <!--Gfx-->2 PCIe x16 (r2.0) slots | <!--Audio-->ADI AD2000B HD Audio | <!--USB-->{{yes|4 USB2.0}} | <!--Ethernet-->{{no|Marvell 88E8056 Gigabit}} | <!--Opinion-->Firewire VIA VT6308 no |- | <!--Name-->gigabyte ex58 ds | <!--Chipset--> x58 + ICH10 | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet-->Realtek 8111D rtl8169 | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket 1156 (2010)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Gigabyte GA-H55M-S2H | <!--Chipset-->H55 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->PCIe slot | <!--Audio-->{{Yes|ALCxxx playback}} ALC888B (Rev1.x) | <!--USB-->{{Yes| }} | <!--Ethernet-->{{Yes|RTL8111D}} (Rev 1.x) | <!--Opinion-->Tested but no support for WLAN Realtek 8188su |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->MSI H55M-E33 v1.0 | <!--Chipset-->E7636 M7636 H55 chipset so older i3/i5/i7 system | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->{{Yes|HD Audio ALC889}} | <!--USB--> | <!--Ethernet-->{{Yes|PCI-E Realtek 8111DL}} | <!--Opinion-->Works well |- | <!--Name--> | <!--Chipset-->P55 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket GMA 2100 (2011/2012 )===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->Asus X79 | <!--Chipset-->X79 with Sandy Bridge-E Core i7 (3xxx) CPU | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Gigabyte GA-X79-UP4 | <!--Chipset-->X79 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket LGA 1155 H2 (2010/13)===== {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->Biostar H61 | <!--Chipset-->H61 with Intel Pentium G 2xxx series CPU | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Gigabyte GA-H61M-D2-B3 | <!--Chipset-->H61 + Sandybridge | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA-->4 ports sata2 | <!--Gfx--> | <!--Audio-->ALC889 | <!--USB-->2 ports | <!--Ethernet-->Realtek RTL8111E | <!--Opinion--> |- | <!--Name-->Gigabyte GA-H61MA-D3V | <!--Chipset-->H61 + | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA-->4 ports sata2 | <!--Gfx--> | <!--Audio-->Maybe No Realtek ALC887 (Rev 2.0) ALC887 (Rev2.1) | <!--USB-->2 ports | <!--Ethernet-->Realtek RTL8111E | <!--Opinion--> |- | <!--Name-->GA-H61M-S2PV | <!--Chipset-->H61 with 2400k 2500k 2600k 2700k | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->pci-e 2.0 slot | <!--Audio-->ALC887 (rev 1.0 2.0 2.1 2.2 2.3) | <!--USB-->4 USB 2.0 | <!--Ethernet-->Rtl811E (1.0) 8151 (2.0) Rtl8111F (2.1 2.2 2.3) | <!--Opinion-->Micro ATX Form Factor; 24.4cm x 20cm with 2 pci-e and 2 pci - |- | <!--Name-->Intel Classic Series DH61CR Desktop | <!--Chipset-->H61 + | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA-->4 ports | <!--Gfx--> | <!--Audio-->Intel HD with ALC892 | <!--USB-->4 ports | <!--Ethernet-->{{no|Intel 82579V}} | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Asus P8H67-M | <!--Chipset-->H67 + | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA-->2 sata3 - 4 sata2 | <!--Gfx--> | <!--Audio-->Intel HD with ALC887 | <!--USB-->6 USB2.0 | <!--Ethernet-->Realtek® 8111E | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Asus P8Z68-V LX | <!--Chipset-->Z68 + Intel 2nd generation (Sandy Bridge) Core i7 (2xxx) CPU | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA-->2 sata3 - 4 sata2 | <!--Gfx--> | <!--Audio-->Intel HD with ALC887 | <!--USB-->2 USB3.0 - 4 USB2.0 | <!--Ethernet-->Realtek® 8111E | <!--Opinion-->EFI bios |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Gigabyte Z68AP-D3 (B3) | <!--Chipset-->Z68 + Ivybridge | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA-->2 sata3 - 4 sata2 | <!--Gfx--> | <!--Audio-->Intel HD with ALC889 | <!--USB-->2 USB3.0 - 4 USB2.0 | <!--Ethernet-->Realtek® 8111E | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset-->H77 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Gigabyte GA Z77 D3H with i3 3225 dual | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->HD 4000 | <!--Audio-->Intel HD with ALC | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->MSI Z77 | <!--Chipset-->Z77 with 3rd generation (Ivy Bridge) Core i7 (3xxx) CPU | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket LGA 1150 H3 (2013/2016)===== [[#top|...to the top]] {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Gigabyte GA-H87N-WIFI mITX | <!--Chipset-->H87 and Intel 4th generation (Haswell) Core i5 (4xxx) CPU | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->Intel HD with ALC | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Asus H81 H81M-C | <!--Chipset-->H81 with 4th generation (Haswell) Core i7 (4xxx) CPU | <!--ACPI--> | <!--IDE-->{{N/A}} | <!--SATA-->2x3g 2x6g | <!--Gfx-->pci-e slot | <!--Audio-->alc 887 vd | <!--USB--> | <!--Ethernet-->realtek 8111g | <!--Opinion-->skt 1150 |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Asus Z87-K | <!--Chipset-->Z87 with 4th generation (New Haswell) Core i7 i5 CPU | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->Intel HD with ALC | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Gigabyte GA-Z87X-UD3H | <!--Chipset-->Z87 Express | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->Intel HD with ALC | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Gigabyte GA H97M D3H with i3 4360 or 4370 dual | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->Intel HD with ALC | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Asus Z97 A with i7 4790K | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx-->750, 960, 970 and 980 nvidia GTX cards | <!--Audio-->Intel HD with ALC | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Gigabyte GA Z97X UD3H | <!--Chipset-->Z97 with i5 4690K | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio-->Intel HD with ALC | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->MSI Z97 | <!--Chipset-->Z97 with 4th generation (new revision Haswell) Core i7 (4xxx) CPU | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset-->H99 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket LGA 2011 v3 (2015/ )===== [[#top|...to the top]] {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->Asus X99 | <!--Chipset-->X99 with Haswell-E Core i7 (5xxx) CPU | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Gigabyte GA-X99-UD4 with Core i7-5930K Haswell-E 6-Core | <!--Chipset-->X99 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket LGA 1151 (2015/ )===== [[#top|...to the top]] {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Asus H110 Plus | <!--Chipset--> with Pentium G4400 6600K 6th Gen Core and 7th with bios update | <!--ACPI--> | <!--IDE--> | <!--SATA-->Sunrise Point-H SATA [AHCI mode] [8086 a102] | <!--Gfx-->Skylake Integrated HD Graphics | <!--Audio-->Intel HD Audio with Realtek ALC887 Audio CODEC | <!--USB-->Sunrise Point-H USB 3.0 xHCI [8086: a12f] no usb2.0 fallback | <!--Ethernet-->{{No|Realtek 8111GR or 8111H RTL8111 8168 8411 PCI Express Gigabit (rev 15)}} | <!--Opinion-->ATX with 3 pci and 2 DDR4 slots - uatx version smaller - turn off TLSF as it was causing AHI driver to corrupt. Turned off ACPI for errors but works fine once booted - |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Asus Z170 Pro with i7 6700K | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Asus H170 Pro Gaming | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Asus B150 B150M Pro Gaming B150i | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->GIGABYTE GA-B250M-DS3H HD3P D3H D2V | <!--Chipset-->B250 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} =====Socket LGA 2066 (2017/ )===== [[#top|...to the top]] {| class="wikitable sortable" width="90%" ! width="10%" |Name ! width="5%" |Chipset ! width="5%" |ACPI ! width="5%" |IDE ! width="5%" |SATA ! width="5%" |Gfx ! width="5%" |Audio ! width="5%" |USB ! width="10%" |Ethernet ! width="30%" |Opinion |- | <!--Name-->Asus Rampage | <!--Chipset-->x299 with i9 | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> - up to 24 to 44 pcie lanes |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name-->Gigabyte | <!--Chipset--X299 > | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Asus | <!--Chipset--> with Kaby Lake X | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> up to 16 pcie lanes |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- style="background:lightgrey; text-align:center; font-weight:bold;" | Name || Chipset || ACPI || IDE || SATA || Gfx || Audio || USB || Ethernet || Opinion |- | <!--Name-->Asus | <!--Chipset--> Z390 with Kaby Lake X | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> up to 16 pcie lanes |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> Q370M | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> H370M | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> B360M | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- | <!--Name--> | <!--Chipset--> | <!--ACPI--> | <!--IDE--> | <!--SATA--> | <!--Gfx--> | <!--Audio--> | <!--USB--> | <!--Ethernet--> | <!--Opinion--> |- |} ===Chromebooks=== https://www.howtogeek.com/278953/how-to-install-windows-on-a-chromebook/ Chromebooks don’t officially support other OSs. You normally can’t even install as Chromebooks ship with a special type of BIOS designed for Chrome OS. But there are ways to install, if you’re willing to get your hands dirty. [https://mrchromebox.tech/#devices From] Stoneyridge Device Name Board Name RW_LEGACY Firmware UEFI Firmware (Full ROM) WP Method Acer Chromebook 315 (CB315-2H) ALEENA ✅ [3] ✅ CR50 HP Chromebook 11A G6 EE HP Chromebook 11A G8 EE BARLA ✅ [3] ✅ CR50 HP Chromebook 14A G5 CAREENA ✅ [3] ✅ CR50 Acer Chromebook 311 (C721) KASUMI ✅ [3] ✅ CR50 Acer Chromebook Spin 311 (R721T) KASUMI360 ✅ [3] ✅ CR50 Lenovo 14e Chromebook (S345) LIARA ✅ [3] ✅ CR50 Lenovo 100e Chromebook 2nd Gen AMD TREEYA ✅ [3] ✅ CR50 Lenovo 300e Chromebook 2nd Gen AMD TREEYA360 ✅ [3] ✅ CR50 Picasso/Dali Device Name Board Name RW_LEGACY Firmware UEFI Firmware (Full ROM) WP Method HP Pro c645 Chromebook Enterprise BERKNIP ✅ CR50 HP Chromebook 14a DIRINBOZ ✅ CR50 Acer Chromebook Spin 514 EZKINIL ✅ CR50 HP Chromebook x360 14a GUMBOZ ✅ CR50 Lenovo ThinkPad C13 Yoga Chromebook MORPHIUS ✅ CR50 Lenovo Chromebook 100e Gen3 AMD VILBOZ ✅ CR50 Lenovo Chromebook 300e Gen3 AMD VILBOZ360 ✅ CR50 ASUS Chromebook Flip CM5 WOOMAX ✅ CR50 ==References== {{reflist}} {{BookCat}} mk1e2od450f5xvtxkudyzggkznhgmnj History of Western Theatre: 17th Century to Now/French Post-WWII 0 241489 4089873 4080168 2022-08-09T15:08:24Z Neojacob 363908 /* "Sequestered in Altona" */ Hamburg wikitext text/x-wiki =Jean-Paul Sartre= [[File:Jean Paul Sartre 1967 (crop).jpg|thumb|Jean-Paul Sartre described conflicts arising between a German father and son and between brother and sister in the aftermath of the Nazi period]] Jean-Paul Sartre followed up work from the previous period with "Les séquestrés d'Altona" (The condemned of Altona, more precisely Sequestered in Altona, 1959). The Condemned of Altona "examines guilt: to determine where it begins, where it pertains, where (and if) it ends...This drama attempts to reconcile the life of conscience, of moral passion, with the simple fact that if any crime is pursued to its logical source, the criminal is not alone. There is always a reason, social or psychological or historical, behind every immoral act that leads back to another reason, and then back to others, away from the criminal himself. But, Sartre asks, if this is true, how are we to judge, as we must? How are we to know what good is? How are we to make life better, more bearable? The dramatic image that Sartre has chosen for his theme is striking" (Kauffmann, 2021, p 23). “In the von Gerlach household...time has stopped, because of Franz...He never had to take the responsibility for decisive acts till one day at Smolensk when he tortured a partisan. He did so allegedly for his country’s sake but really to overcome a sense of impotence, affirm his independence of his father and manifest his personal power by a major act” (Jackson, 1965 p 64). “The characters are all perfectly aware that they are in bad faith and consciously choose to remain so...Bad faith consists in the substitution of a persona for personality to use...In Leni’s words...'Here, you know, we play the loser takes all’...She tries to make Franz face up to his past...She fails...[and] merely wants to act out her chosen role, she has no interest in effecting any change in the situation...Her attitude is summarized in her incestuous relationship...Leni has chosen to be...an unsuccessful rebel...[for] failure has only to be desired to be transmuted into success...Only if [Franz] maintains his self-sequestration can she use him as a weapon against her father in her nominal rebellion against all that the family stands for...The significance for Werner of Johanna’s relationship to Franz is that it is the final indignity, [which] depends less on Werner’s relationship with his wife than on the relationship of the two brothers to each other and to their father...He wants nothing better than to please his father...but he is constantly thwarted...Just as Leni and Werner choose to be failures, so does Johanna...Johanna’s wedding was the funeral of her quintessential beauty...However, she needs an audience for her martyrdom: Werner...The driving force in Gerlach’s life has been a belief in the rectitude of capitalist power...and [he] disregarded all normal objections to the nature of Nazi power...The justifiability of the capitalist way of life...is that there are no visible alternatives...[In suicide is] the possibility of choosing the manner of his own defeat...Why does Franz feel guilty about the murder and the torture?...[He] is disgusted because he was powerless to do anything else...He had conscience...but the dominant desire was for power...His plea is that the nature of the historical process is such that evil was the only possible result of human activity...He is implying his own guilt, and guilt posits freedom” (Palmer, 1988 pp 308-317). “Franz discovers not only his own unreality and impotence but experiences in an acute form the subjective state of being hammered into the ground. Only in one particular was he not a mere image of his father and that was when he used torture, so that death is the only means by which he can escape from an intolerable situation- the realisation that he tortured for nothing- and assert what little remains of his own reality” (Wardman, 1992 p 263). "Frantz sequesters himself because of his past participation in war crimes and current participation in incest...Leni's love for her brother...thrives in the close atmosphere of her brother's more literal sequestration. It is to protect this intimacy that she has refused to be her father's messenger throughout the years. Leni is, moreover, aware that her love for her brother is part of her fanatical espousal of a certain code of tribal family life. 'Incest is my way of making family bonds tighter,' she says...Werner was born to jealousy. Rejected in favor of Frantz, Werner cannot give himself to any relationship unless it be an attitude of permanent courtship which he has adopted towards his father...The question is: why does he refuse to leave? He...is rooted in own conviction of inferiority...At first glance Johanna appears to be an energetic well-balanced woman, ready to fight for her husband...She is less an accomplice than the others and more of a victim...She has already progressed towards her own individual liberation...It is this that Werner does not understand in her and by his lack of understanding, he condemns her to the fictions which she has already abandoned...Old Gerlach had sequestered all...If he did so, it was because he himself is the greatest 'sequester" of all...His single ethical code was that the end justifies the means...He said of the Nazis: 'I serve them because they serve me...But they are fighting a war to find markets for us and I'm going to have trouble with them over a piece of land'...the source of Frantz's sequestration complex" (Pucciani, 1961 pp 23-30) "Fear was the only emotional rapport between the domineering patriarch and his children, and Johanna discovers that his incapacity of love caused the death of his wife. Rejecting his younger son emotionally and physically, the elder von Gerlach makes Werner the prime target of his sadistic humiliations. The same lack of sentiment sequesters him from the affections of his daughter" (Galler, 1971 p 179). “The five characters exist primarily for Franz, whose sequestration has sequestered them as well...Gerlach’s collusion with the Nazis was based on the reality of Nazi power; to remain the boss was primary and to remain a boss during the war meant to collaborate with Hitler...When the play opens...Gerlach still owns the form but no longer commands it...Franz was conceived and raised to be just like his father, a boss, with his father’s pride and his father’s passions...For three years, his father has known that he was ‘the butcher of Smolensk’. Nevertheless, von Gerlach neither can nor wants to judge his son. Bound to Franz in whatever he is, von Gerlach rejects Franz’ acts but continues to love him totally. His paternal love, born of identity, makes judgment impossible. The identity of son with father is brought to its resolution when von Gerlach takes on Franz' responsibility for his crimes as butcher of Smolensk. Left with nothing, Franz allows his father to sanctify that nothingness” (McCall, 1969 pp 128-139). "The play's conclusion, in which father and son commit suicide by driving their Porsche off the Teufelsbrücke, points to the bankruptcy of the father's complicitous behavior and the son's ultimate moral impotence. However, the audience is also implicated because it is forced to listen posthumously to Frantz's pre-recorded speech- an analepsis created by a now dead protagonist but which is directed to the audience; yet another example of reaching back into the past to clarify the present and the future. In it, Frantz declares that 'this century would have been fine if man had not been pursued by his cruel, immemorial enemy, that carnivorous species that swore to destroy him, by that vicious hairless beast called man'. The play's final moments also share elements with 'The flies' (1943) and 'No exit' (1944). In a gesture similar to Orestes, Frantz assumes responsibility for this world and 'takes the century on his shoulders' while, as in the case of 'No exit', the play does not end abrupdy. There is continuity...'Leni enters his room' and thus becomes the next prisoner of the von Gerlach enterprise, which will from now on be directed by Werner with the help of his wife Johanna (Van Den Hoven, 2012 pp 69-70). =="Sequestered in Altona"== [[File:ErnstHugo sartre.jpg|thumb|Leni and Frantz have a heavy love-hate relationship, played respectively by Margit Carlqvist and Ernst-Hugo Järegård at the Gothenburg City Theatre, Sweden, 1961]] Time: 1940s-1950s. Place: Altona borough in Hamburg, Germany. Text at ? After learning he has only a few months left to live, an industrialist, von Gerlach, wishes his younger son, Werner, to take over his boat-construction business. He also requests that Werner, his wife, Johanna, and his sister, Leni, remain together in their 32-room family mansion, watching over his eldest son, Franz, who has been kept sequestered in the house for thirteen years. Werner and Leni agree to do so, but Johanna wants to move elsewhere alone, so that the father must explain why the three should remain together after his death. In 1941, he received an offer from Goebbel, Nazi minister, to sell his field and organize a concentration camp for Jews, which he accepted. During the persecution of the Jews, Franz was caught harboring a rabbi inside his father's mansion. The rabbi was killed before his face by SS officers and Gerlach forced to send his son away in the march towards Russia. Johanna suspects that her husband tipped off the SS. In 1946, American officers were invited at the mansion, where Leni was in the habit of enflaming their desires and then dashing them with insults. One day, an officer attempted to rape her. She was able to defend herself by hitting him on the head with a bottle. To protect her from being persecuted for that deed, Franz took the blame, and, thanks to a deal with an American general, was allowed to go abroad, but instead stayed home in hiding. Johanna hates that story. She does not change her mind, delivering an ultimatum to her husband: either to stay or follow her elsewhere. Over the years, Franz has refused even to see his father, only allowing Leni to enter his room. Gerlach tries to convince Johanna to speak with Franz, at least to let him know he is dying. Franz is not the humanist he first appeared from his father's anecdotes. Wearing an officer's uniform in shreds, he keeps Adolf Hitler's picture in his room and peppers it with oyster shells. Since the end of the war, he considers the entire country overrun with weeds, passing the time either drunk or engaging in an incestuous relation with his sister. Johanna obtains Leni's secret code from her husband to see Franz. She reveals to him that his father is dying and that she would prefer to see him either free or dead than living in such a manner. After learning that Johanna succeeded in seeing Franz, Gerlach asks to see him, too, but she refuses to help him, thinking it might lead to his death. Werner thinks his father's purpose is to place Franz as head of the business in his place. Eventually, Johanna changes her mind and informs Franz about his father's wish to see him, but cannot entice him back to a normal life. "I will abandon at once my life of illusions....when I love you more than my lies, when you love me despite my truth," Franz declares. He specifies that his sequestration is due not by something he did, but by what he failed to do, in passively permitting a fanatic in his troup of soldiers to torture some civilians. His confession, spurred on by a Leni jealous of her rival, repulses Johanna. Neither Johanna nor Leni are able to convince Franz to leave his room. Yet at the moment when Johanna backs off from the mutual love they began to feel for each other, he accepts at last to see his father. Franz has read in the newspapers of his father's financial successes, he who has always played the game of "whoever loses, wins". Gerlach is surprised to learn that Franz accepts to run the business. While reminiscing about the past, Franz reminds him of the time when they once drove a car together at great speed, both wishing to relive that experience. When they go out together, Leni becomes certain that they will die together. = Henry de Montherlant= [[File:Henry de Montherlant - photo Henri Manuel.jpg|thumb|Montherlant showed how a member of the order of Santiago considers abnegation the best way to counter modern tendencies]] Henry de Montherlant (1895-1972) followed up the previous period with another noteworthy piece in the tradition of a realist rendering of history, "Le maître de Santiago" (The master of Santiago, 1948). In "The master of Santiago", "a father refuses to take any steps to secure his daughter’s perfectly honorable marriage to a man she loves, because he rejects all compromise with life in complacently prosperous and power-minded Spain after the defeat of the Moors. His daughter, stirred by her father’s extreme honorableness, puts an end to the hoax that would have secured him riches and that would have enabled her to marry. The father is a remarkably well-drawn Don Quixote (without any ludicrous attributes, however), and his aversion to the conniving world and the enslavement of the American Indians by Spain rises to truly heroic proportions. The flame of idealism in this drama is all-consuming. One could wish only that it also had more human warmth. The knight’s almost superhuman purity of motivation is, no doubt, intended as a slap in the face of ordinary humanity- for which Montherlant had perhaps too much contempt to become a truly great dramatist" (Gassner, 1954a p 724). The grand scale of the play “takes the form of a resistance, expressed in fine language, to anything vulgar, mediocre, commonplace” (Cruickshank, 1964 p 110). “No wealth in the new world for him, no marriage and happiness for her! It is a total refusal, urged on by a kind of sadistic romanticism for purity...The master...is not an example of a model Christian, for his egoism, cruelty, and all his actions have a dreadful inhumanity...The love of Alvaro is a love of extermination; he has a hardness which is only explained by his pride” (Lumley, 1967 pp 345- 346). “To many, Montherlant’s ‘Christian’ drama may appear to be the study of fanaticism devoid of saintly qualities, the sort of fanaticism that stops far short of godliness and is, at best, a narrow reaching beyond the self...Don Alvaro expresses a wish to isolate himself from all worldly commerce and concerns into a carefully planned isolation for the sake of contemplation, and to gain salvation...The world has become too much for him, he does not understand it, and he ceases to want to understand it...Mariana is depicted as an obstacle forever standing between her father and God. Her father has no interest in guaranteeing Marina’s happiness by permitting her marriage...The institution of family is condemned...The Order is the real family of elected spirits with common beliefs and noble concepts. It does not impose attachments...Mariana’s serious statement that she does not wish to be happy prepares the way for an eventual understanding with her father...The father uses the cape to cover both his shoulders and his daughter’s in a gesture meant to underscore their ecstasy and their oblivion- or else their madness and their surrender of life” (Johnson, 1968 pp 110-113). =="The master of Santiago"== [[File:Cross_Santiago.svg|thumb|The emblem of the Order of Santiago]] Time: 1519. Place: Avila, Spain. Text at ? Members of the Order of Santiago meet at the house of their master, Don Alvero. Three of its members decide to try their fortunes in the new world. To Alvaro, the present times are rotten, compared to the famous times when Spain ousted the Mores from Spain at the battle of Granada, when he "contemplated God in his cloak of war". The supposed purpose of converting Indians in the new world is "impurity and excrement", because the passion of lucre, instead of sending Indians to heaven, sends Spaniards to hell. When his friends leave, Alavaro rejoices in his solitude. "O my soul, do you still exist?" he asks himself, "O my soul, at last you and me!" A friend, Don Bernal, has heard about the love-match proposed between his son, Jacinto, and Alvaro's daughter, Mariana. Because of Jacinto's expensive mode of living, Bernal suggests that he enrich himself along with others in the new world, a plan the master immediately and irrevocably refuses. Alvaro is not interested in acquiring money even for his daughter's sake, whom he best loves in the world. "You will not steal my poverty," he warns his friend. He harshly accuses his daughter of dishonesty in this matter, calling love "monkeyshine". "Is the father of a daughter a father?" he asks himself rhetorically. In an attempt to help the young lovers, Bernal asks the count of Soria to mislead Alvaro into thinking the king commands Alvaro's presence as an administrator in the new world, but Mariana, unable to deceive her father, ruins the plan by admitting the deception to him. Fed up with world affairs, Alvaro heads towards St Barnaby's convent, a place where Mariana can live, too. She accepts the offer. He covers her with the white robe of the Order of Santiago, and, with the snow falling outside, father and daughter seem ready to live buried in mystical snow. =André Gide= [[File:Gide 1893.jpg|thumb|André Gide showed that rumors in the Vatican can mislead both the faithful and the unfaithful, 1893]] Another play based on a religious theme but in a more critical vein is "Les caves du Vatican" (The Vatican cellars, 1950) by André Gide (1869-1951), a close adaptation of his 1914 novel of the same title. The story derives from a historical event in 1893 (Ireland, 1970 p 252) when “a crooked lawyer, an unfrocked nun and a scandalous priest conspired at Lyons to spread the rumor that Leon XIII had been imprisoned by Freemason cardinals who had substituted a false pope in his place, and collected money from the faithful for his release” (Painter, 1968 p 67). The following critiques concern the novel, but is equally valid for the play. “There are two main plots...the story of Lafcadio and the story of the conspiracy...linked by the relationship of the family...[The objective of the] Vatican swindlers...is to make a fool of society” (Painter, 1968 pp 66-67). “A pope on earth should, by definition, be a repository of infallible truth, divinely guaranteed. But of course the authenticity of the pope would, in turn, require to be guaranteed: one could have confidence in the infallibility of the pope’s pronouncement only if one could be infallibly certain that one is dealing with the one infallible pope” (Ireland, 1970 p 270). “Protos divides humanity into two types: ‘the subtle’, to whom of course Protos belongs, are those whose Protean sensibility dictates a flexible and variable response to any given situation, those who, for whatever reason, do not present the same face to all people and in all places; they are the enemies of ‘the crustaceans’, the rigid, the insulated, the men of principle to themselves in all contexts...Protos...takes in all the aristocratic and bourgeois crustaceans...is the embodiment of escape- escape from society...one's self...one’s past, of evasion in its wildest Gidian sense, and in the sense of the perpetual mobile unrest of the creative spirit...Julius...is a novelist whose failure is due to the excessive logicality of his characterization...Lafcadio [is] turbulent and voluptuous [but] has imposed upon himself an austere discipline of self-control...to the extent of inflicting...penitential and admonitory stabs with a pen-knife for the slightest lapse in self-restraint” (Thomas, 1959 pp 157-161). “Lafcadio, a youthful vagabond...is both beautiful and amoral” (Pollard, 1991 p 365). Lafcadio’s “natural elegance and superior attainments make him a misfit in the lower classes of society, while the circumstances of his birth and the modesty of his condition exclude him from the higher” (Ireland, 1970 p 262). Each of the crustaceans, Julius, Anthime, and Amadeus, “changes his thoughts and habits, uprooting himself from all his past”, but, being crustaceans, lapse back to what they were (O’Brien, 1953 p 180). Different though partially overlapping views have been presented on Lafcadio’s motive for murder, a seemingly gratuitous act. As a bastard, Lafcadio’s “unconscious need for recognition and parental love- it is irrelevant that he is too far gone to know what to do with them if had had them- has turned to equally unconscious need for revenge. In the mediocre bourgeois image of Fleurissoire, he pushes overboard the society that had rejected him” (Painter, 1968 p 72). “In ejecting Amadeus, Lafcadio was rebelling not only against the deeply rooted, intricately ramified family and the whole regime of the hard-shelled crustaceans, but also by implication against Wagner and Parsifal and all those who have made a cult of them...Lafcadio is a temperamental gambler who loves to play with sensations and emotions” (O’Brien, 1953 pp 185-186). He is narcistic, “eager for self-knowledge...deriving from a frantically impatient insensibility, a consuming lust for sensation of the most intense” (Thomas, 1959 p 162). “Bored and intrigued by his companion, Lafcadio allows his imagination to wander...It is precisely [the] apparent lack of motive that the interest of the proposition lies...It is about himself that he is curious” (Ireland, 1970 p 263). =="The Vatican cellars"== [[File:Basilique Saint-Pierre Vatican dome.jpg|thumb|People are misled into believing that the pope is imprisoned in the Vatican cellars]] Time: 1890s. Place: Italy. Text at ? Anthimus, an atheist and a cripple, is angry at his wife, Veronica, for offering votive candles to the Virgin Mary meant to improve his health. To his surprise, alone in the dark, he hears the Virgin's voice and becomes cured, joyfully throwing away his crutches and converting himself to the Catholic faith. Anthimus' wealthy brother-in-law, Julius, a writer, is requested by his dying father, a count, to visit the father's bastard son, a youth named Lafcadio, whom he has never met. To obtain information on Lafcadio, Julius proposes him some work as a secretary. In his will, the father bequests to Lafcadio a large sum of money provided he promises not to bother other members of the family with his presence, so that he need not take the job offered him by Julius. On his way to Julius' house, Lafcadio saves two children from a house on fire, to the admiration of Julius' daughter, Jennifer. Lafcadio's description of his life-history to Julius is interrupted by news of the count's death. Meanwhile, Julius' other brother-in-law, Amadeus, hears a rumor that Pope Leo XIII has been abducted and kept in a dungeon at San Angelo's fortress, annexed to the Vatican, while an imposter takes his place. The rumor is false, perpetrated by Protos, a school-chum of Lafcadio, to obtain large sums of money from gullible Catholics for the purpose of freeing the pope. When Amadeus arrives in Rome, Protos, disguised as a priest, befriends him and takes him to Naples to an associate in crime, Bardoletti, pretending to be a cardinal, who requests him to change a bond of 6,000 Francs into ready cash. At the same time, Julius is also visiting Rome to request the pope a compensation for the loss of revenues suffered by Anthimus, no longer protected by freemasons he once counted on in his career. However, he is unsuccessful at this task. Amadeus reveals to him what he knows about the missing pope, but Julius finds it dificult to believe such a story. Nevertheless, he helps him retrieve the money from the bank and gives him a train ticket in his name. By coincidence, when Amadeus takes the train from Rome towards Naples, he encounters Lafcadio, neither knowing each other. Bored with his life but willing to dare fate to the utmost, Lafcadio throws him out the door to his death. He takes with him Amadeus' train ticket but not the 6,000 francs. While meeting Julius in Rome, Lafcadio is surprised to learn that the murdered man is Julius' brother-in-law. To tease his half-brother, he leaves on the table Amadeus' train ticket. On discovering this, Julius becomes extremely worried he may become the unknown murderer's next victim. Unknown to Lafcadio, his murder was observed by Protos, who proposes to his old friend that they blackmail Julius. Lafcadio refuses and discloses his crime to Julius, a conversion overheard by Jennifer. The murder makes her love the man even more. Lafcadio makes off with her, concluding: "Together, we'll know how to save ourselves." =Jacques Audiberti= A bridge links Jarry's "Ubu the king" (1888) with Dadaist and Surrealist movements of the 1920s and the Theatre of the Absurd of the 1950s. An example of a Dadaist play is Tristan Tzara's "The gas heart" (1921) where nonsense prevails. Examples of Surrealist plays include "Victor, or the children come to power" (1928) and "The mysteries of love" (1927) by Roger Vitrac. The playwrights of both movements seek to overthrow middle class conventions with dream images. Surrealists show interest in replacing dominant conventions with a new society, including a communist one, whereas Dadaists show little desire to replace them with anything. A bridge also bonds existential drama and the Theatre of the Absurd in Jacques Audiberti's (1899-1965) "Le mal court" (Evil runs, 1947), also showing affinity in the past, including Georg Büchner's "Leonce and Lena" (1836) and Alfred de Musset's "Fantasio" (1834). In "Evil runs", "the plot is unimportant in itself, serving only to illustrate the theme, which is that of the omnipresence and inexorable force of evil. Audiberti uses a conventional fairy-tale plot: beautiful young princess, daughter of an impoverished king, goes to marry rich young king; wicked cardinal intervenes and prevents marriage for political reasons; beautiful young princess heartbroken, etc...Audiberti carries his classic fairy-tale formula only up to a point: the rich young king does not throw the wicked cardinal into an oubliette so that he can marry the beautiful young princess at the end. Instead, the princess, Alarica, finds as the play proceeds that she is and always has been ringed around with evil and deceit. Her illusions about the goodness of life and the decency and trustworthiness of people drop from her one by one in a series of painful shocks. She discovers that her projected marriage has been secretly abandoned a long time ago and that she is being used as a decoy so that the young king can make a politically more advantageous match. Even her old and faithful nurse is in the plot. There is absolutely nobody she can trust. Everyone is self-seeking, corruptible, and dishonest because everyone is living and ordering his life within the context of an artificial and corrupt society. As the series of shocks which she is obliged to undergo bludgeon her into an awareness of the true nature of the world, Alarica realizes that she must make her compromise with it if she is to survive as something other than a pawn. She determines to fight evil with evil- to let 'the evil run'. She deposes her amiable, bumbling old father, disregarding his pleas for filial respect, and resolves to rule with complete ruthlessness. If everything is evil, then the most evil wins" (Wellwarth, 1962 p 336). =="Evil runs"== [[File:Jacques Audiberti, Iz zla se zlo rodi, Slovensko ljudsko gledališče Celje.jpg|thumb|A harassed Alarica, played by Minu Kjuder (1942-?), decides to follow her lover, a king revolting to marry the Spanish king's daughter. Czechoslovakian production, 1968]] Time: 1940s. Place: Fictional country of Shortland. Text at ? Alarica, princess of Shortland, must marry for political reasons Perfect, king of Occident. She hears a knock at the door and a voice stating that the king has arrived. While the princess and the supposed king confer, her lieutenant discovers that the man is an imposter. As the intruder, Ferdinand, tries to leave, the lieutenant shoots him but lets him live. While Alarica and her governess discuss the case, a second knock is heard, stating once again that the king has arrived. This time it is the genuine king, who finds the princess attractive, but the cardinal in his company reveals that their marriage prospects have been annulled, as it is more in their country's interest for the king to marry the Spanish king's daughter. "We will marry Spain and make her pregnant," the cardinal affirms. However, during his absence, the king proposes marriage to Alarica and is accepted. They set off for Occident, but when the subject of what to do with Ferdinand arises, Alarica proposes that he share their bed. The king is stunned at this suggestion and no longer knows what will become of him. Although Alarica and Ferdinand sleep in the same bed, they find it difficult to agree. "All that you deserve is for me to let you wade among your ideas like a comb in soup," he says. Meanwhile, the king of Shortland, Celestincinc, demands to know what a stranger is doing in his daughter's bedroom. She behaves more and more strangely to the point that Celestincin suspects his daughter has gone mad. "Evil runs. A ferret! A ferret! At all costs let it run," she says. Celestincinc orders Ferdinand's arrest. Alarica disapproves of this decision. Her life has only served so far to "mask the present tornado of my ferocity," she says. Inspired by Alarica, Ferdinand proposes great improvements in the land of Shortland, to the astonishment of the marshal, who finds his plans "totally prodigious". Alarica proposes that the lieutenant and the marshal abandon fidelity towards her father and submit themselves entirely to her and her husband as queen and king of Shortland. They agree. "Evil runs," Alaracia happily concludes. =Arthur Adamov= [[File:Arthur Adamov (1908-1970).jpg|thumb|Arthur Adamov described the turmoils of a writer trying to interpret the writings of a dead friend]] Arthur Adamov (1908-1970) is another Surrealist playwright with a claim to lasting fame in writing "L'invasion" (The invasion, 1950). =="The invasion"== Time: 1950s. Place: France. Text at ? Peter works hard in trying to decipher writings left by the dead brother of his wife, Agnes. While he slowly makes way in assembling the texts, she types them up. They are helped by a friend, Tradel, but the two men do not agree on the best method of proceeding. Peter believes in obtaining the most accurate word-for-word version, while Tradel believes in obtaining an approximate version completed by their instinctive knowledge of what was meant. Because of this disagreement, Peter works alone, though Tradel warns that they must hurry, because the dead friend's family is seeking legal means of obtaining the documents for their own use. Peter thinks they can do nothing about that. An unknown man shows up to buy the apartment next door. The stranger takes pity on sad-looking Agnes, almost totally ignored by her preoccupied husband. Unable to pursue his work, Peter decides to quit for awhile and live inside a secluded room in their apartment, to be bothered by no one. "I will not have peace so long as things do not show a certain perspective," he affirms. Agnes and Tradel do not believe this to be a good idea. Peter's mother will bring him meals as usual, but he warns her never to utter a word to him. With Peter ensconced in the little room, the stranger loses no time in declaring his love to Agnes. They go off together, to the amusement of Peter's mother, who laughs and slaps her thigh at this event. When Peter emerges from the room, he is ready to assume an ordinary life. He tears the papers he spent so much time on and then learns his wife has left him. He expresses understanding of her decision in view of their disordered life together, but his mother blames her for the disorder. As he leaves the room, Tradel returns to reveal that Agnes' family is ready to remove the papers from off their hands, but then discovers all of them torn up. Unexpectedly, Agnes comes back, but only temporarily, since her friend is sick. After brief exchanges, the mother pushes her out. When Tradel looks for Peter, he discovers him dead. "I will never forgive myself," he declares. The mother is stunned at this event and stands immobile. =Jean Genet= [[File:JeanGenet-HansKoechler1983-cropped.jpg|thumb|Jean Genet wrote plays which realistically and ritualistically depict the ordeals of the downtrodden, 1983]] Another main dramatist of this period is Jean Genet (1910-1986) with "Les bonnes" (The maids, 1947) and "Les nègres" (The blacks, 1958). From the start of "The maids", Solange plays her mistress' role as “domineering and insulting...The response of the maids to madame is ambivalent, a compound of hate and affection, of envy and admiration, with hate and envy predominating...The dramatic conflict in ‘The maids’ is between the condition, status, or role of servantdom and that of madamedom“ (Jacobsen and Mueller, 1976 pp 138-143). "The two maids are linked by the love-hatred of being each other's mirror images...At the same time, in the role of the lady, Claire sees the whole race of servants as the distorting mirror of the upper class. Thus what they hate seeing reflected in each other is the distorted reflection of the world of the secure masters, which they adore, ape, and loathe" (Esslin, 1974 p 174). "Because they hate their place so much, they also hate each other and themselves. As Solange says, ‘grime does not like grime’. The servants fail in their quest because of this hatred. As Malraux and Sartre mentioned, 'revolutions are possible only when the victims of oppression can look upon their present condition as a possible source of future dignity'...Solange and Claire have no alternative value to offer...They would like to possess madame’s qualities themselves, and although their fury at being unable to do so may express itself in dreams of murder, they finally only punish themselves” (Thody, 1968 pp 165-167). “When madame arrives, she is not the ogre we have been expecting, but a fairly ordinary, rich, over-romantic, superficial woman of the world...Claire now realizes that their first move against madame must be to kill in themselves the elements of madame they so hate- her hypocritical superiority and her self-importance...Solange’s final speech is, for the first time, honest and calm” (Gascoigne, 1970 p 191). Henning (1980) argued that "when Madame returns, the cycle is apparently completed after all. But this, too, remains merely an image. The employer herself is not the genuine Bourgeois Mistress she first seems, nor really a Faithful-Woman-Suffering-for-the-Man-She-Loves. She, too, is only playing a role. Her actions even appear derisory copies of the maids' opening ritual gestures. She is herself but another surrogate monarch...Claire does assume the behavior of their mistress, but during the maids' private ceremony, it is Solange, not Madame, who plays the servant's part. The ritual reversal of roles is thus only partially achieved, and the servants can only degrade themselves" (pp 80-81). "The maids, wearing alternately their uniforms and their mistress' clothes, have a dual identity in several respects: humiliated drudges and triumphant vindicators, prisoners and imaginary voyagers, creators of beauty and slaves to the kitchen range, to which they add still another form of duality, that of the child and grown-up...When Claire puts on her mistress' dress, it has to be pinned up considerably for she is far too little to fit in adult attire. That Claire and Solange may not be fullgrown is further suggested by the fact that they sleep in folding cots. Although they dedicate their lives to revenge, they recite prayers in their room in the manner of pious children. They adorn their attic with fetiches, including Madame's bouquet, a behavior which is indicative of the child's refusal to part with any possession" (Hubert, 1969 pp 204-205). “The maids emulate madame because they desperately desire to be integrated into the aristocratic echelon of society...Claire and Solange have no identity of their own except in relationship to madame; therefore, they want to possess the only person who defines their existence...Madame is beautiful, kind, wealthy, and a magnet for men; the maids are ugly, vicious, indigent, and have no male acquaintanceships. Frustrated by their inability to alter their social or economic status, Claire and Solange envy and thus despise madame whose patronizing attitude toward her servants only exacerbates their desire for vengeance. The maids resent being subservient, feel unable to speak honestly to their ‘patronne’ and are increasingly sexually repressed around madame, whose essence is defined by her sexual prowess. Claire and Solange engage in a ritualistic rite designed to destroy the spirit of ‘madameness’ so that the outcasts...can transcend their inferior statuses in defiance of the established ruling class” (Plunka, 1992 pp 176-177). "Madame is, of course, a kept woman and as such bears a curious relationship to the maids themselves. She is actually a member of another sub-world, a higher sub-world than that of the maids, to be sure, but a sub-world nonetheless. And so she too, to a certain extent, lives by fantasy and imagination. We see this at once in the way she dramatizes the arrest of Monsieur. She is not really herself, but alienated, like the maids, in her being. And we see further that the role she plays in her relationship with Monsieur is actually the prototype for the role of the two maids. She recounts now the story of his arrest, the anonymous letters and above all the heroic role which she plays in the whole affair. Solange tries to reassure her. She says that Monsieur is innocent and will be acquitted. 'He is, he is,' answers Madame. And yet a false note creeps in. We gather that Madame rather enjoys her role of martyr and saint. She will be faithful to Monsieur whatever happens. She will follow him from prison to prison. She will give up her elegant life, her beautiful dresses made to order by Chanel, her furs. She has a moment even of false sympathy for her two servants. They will all retire to the country together. They will be faithful to her and she will take care of them" (Pucciani, 1963 p 53). “The blacks” “is an ironic howl at and mockery of every thing the paleface thinks, says and, in furtive guilt and repressed aversion, fails to say against the dark-skinned peoples...It is all done with a grin which has little humor, though it will provoke a frightened laugh” (Clurman, 1966 pp 74-75). “The principal question...is whether Village committed the murder from the right motivation and in the right spirit. Was his deed executed in a way that would do full justice to the very soul of blackness?...Accordingly it becomes necessary for Village to re-enact the murder...Archibald reminds them of the desired goal: ‘we must deserve their reprobation and get them to deliver the judgment that will condemn us’...They must live up to the concept of blackness as defined by the whites. But [afterwards] the blacks have moved toward...the determiners of their own actions...The judge...aghast that no murder has been committed, sees the evaporation of his role...The possessed...must stop short of murder...for [that] would deprive [them] of possession” and so the roles become reversed (Jacobsen and Mueller, 1976 pp 158-162). There is a tight relation between stage events and the uprising behind the scenes. “The play performed for the audience is a deception that masks the underlying motive of the blacks onstage: a ritualistic self-immolating and subsequent exorcism of white values, producing a rite of passage to a new identity...The whites in the audience are at ease to see blacks imitating white culture...The blacks are associated with the white 19th century colonialist view of Africa as a savage primitive world...The court, played by blacks in white masks, represents white society, or at least a stereotyped black view of what white society represents...Dispossessing themselves from white authority and power, the blacks establish their own identities and begin to make their own judgments which are manifested by the offstage trial of a black traitor...Diouf, as Marie, gives birth to five dolls representing the white court...[signifying] the murder of the white race” (Plunka, 1992 pp 226-233). “The ritual is designed to disintegrate the white image, the uprising to disintegrate the whites” (Brustein, 1964 p ?). "All the whites in Genet's play are uniformed and stand for more than themselves. They are, in fact, symbols of authority. In colonial Africa native secret societies and social clubs often gave their officers the costumes and titles of queen, governor, judge, and missionary, thus both emulating the whites and challenging their monopoly of the symbols of authority" (Graham-White, 1970 pp 210-211). “The court in this play is ineffective. It is the blacks who must try one of their own. Part of the ineffectiveness of the white court is the fact that they cannot keep up a normal conversation. Their speech is marked by random outbursts that lead the trial nowhere. One reading of this can be that a white court cannot understand and make sense of a black crime...Another reading can be that...justice is impossible to the blacks” (Bennett, 2011 p 82). "The destruction of the whites as they appear is seen as the only way to better their condition. The blacks fight the whites in their purpose to obtain political independence and be able to enjoy emotions other than hatred" (Thody, 1979 p 199). "'The blacks' begin by dancing a minuet to a Mozart melody around a catafalque which occupies center stage. Even though the element of parody is apparent in their movements, the minuet signifies the enslavement of the blacks to white culture. That enslavement is both the starting point and the ending of the play" (Oxenhandler, 1975, p 422). "The actors enter in two groups...but the final stage image is one of solidarity: 'all the blacks- including those who had been the court, now without their masks- stand about a coffin draped in white...The traditional values of white society are scorned, belittled, and reduced to playing 'a tune by Charles Gounod', knitting 'balaclavas for chimney-sweeps', singing 'at the harmonium' and praying on Sundays...The actors are working themselves up into a state of excitement in anticipation of the 'murder' of Diouf (disguised as a white victim), when Village halts the action. Up until this point, Village has painstakingly tried to explain his actions to the audience in repeated asides, but now the whole ceremony is going to move beyond the comprehension of the audience as narrative gives way to magic...Throughout Diouf's recitals, the court integrates itself with the players in the ceremony. They applaud and laugh at the mimed gestures as though they were real. Meanwhile, the white spectator marooned on stage, his hands tied, so to speak, by holding the knitting, can do nothing but look on...The action of the play does not aim to resolve the conflicts of the initial situation; rather, it tends to exacerbate them" (Webb, 1969 pp 455-458). "The Missionary...proudly states, to the tacit agreement of white believers and the bemused rejection of the black ones, that God is white, a belief used over the centuries to keep God-fearing blacks from seeking to reach too far up the ladder of equality. 'For two thousand years God has been white. He eats on a white tablecloth. He wipes his white mouth with a white napkin. He picks at white meat with a white fork.' The blacks realize that their eventual mental liberation cannot be achieved until they are able to reject and revise color symbols such as used by the whites. Thus, Felicite, toward the end of the play, states that 'everything changes. Whatever is gentle and kind and good and tender will be black. Milk will be black, sugar, rice, the sky, doves, hope, will be black'...The blacks in the play derive utmost pleasure from emphasizing precisely those ideas or views that society has held against them...From the very beginning, blacks proceed with a black-is-beautiful ritual, never missing an opportunity to emphasize their blackness and being chided if they appear not to do so. Archibald, who keeps the action moving along...advises Neige: 'You wanted to be more attractive- there's some blacking left'" (Warner, 2014 pp 201-203). "The whole play is a hymn of hatred: the loathing of blacks for whites deliberately played upon and gloried in...the catafalque remains throughout the play visually at the centre of the stage. It is thus precisely one of the deepest of all racist fears that Genet plays on, namely interracial sexual jealousy" (Martin, 1975 pp 519-522). “However much his white audience may disapprove of what the negroes are doing, they are not seeking evil for its own sake, but for political aims that can be rationally formulated: independence, freedom, self-respect” (Thody, 1968 p 200). Antonin Artaud prefigured Genet’s theatre in its myth-creating goals, the use of language as incantation, communicating emotions rather than exchanging ideas, and the use of visual and auditory aids in the form of “music, dance, plastic art, pantomime, mimicry, gesticulation, intonation, architecture, scenery, and lighting” (Artaud, 1938). Brustein (1964) commented that “Genet pulls his myths from the depths of a totally liberated unconscious, where morality, inhibition, refinement, and conscience hold no sway; at the basis of his work is that dark sexual freedom which Artaud held to be the root of all great myths.” =="The maids"== [[File:Jean_Genet,_Služkinji,_SNG_v_Mariboru.jpg|thumb|Solange and Claire hate their employer but wind up destroying each other. Bogdana Bratuž (1934-?) as Solange (left) and Milena Muhič (1937-2014) as Claire (right) in a 1969 Czechoslovakian production]] Time: 1940s. Place: France. Text at http://web.mit.edu/jscheib/Public/phf/themaids.pdf Claire commands her servant, Solange, to dress her up in all her finery. Her constant recriminations incite Solange to fury. She strikes Claire and threatens worse until the alarm-clock rings, at which point Claire cries out: "Let's hurry. Madam will come back." Claire is a servant as well and they have only been play-acting. Claire blames her sister for always being late, so that they never reach the moment of their mistress' murder. Despite frustrations inherent in their servile state, Claire is nevertheless of the opinion that at heart their mistress loves them. "Yes," Solange comments sarcastically, "like the pink enamel of her latrine." To avenge themselves of their lot outside of play-acting, Claire has written an anonymous letter to the police, accusing her mistress' lover of robbery and leading to his arrest. Solange intends to go further, revealing that she was once tempted to kill their mistress as she slept, but her courage failed her when she moved. "She will corrupt us with her softness," she warns. To their consternation, Claire learns from a telephone call that the man was set free on bail. Claire blames her sister all the more for failing to kill her. Now they well may be denounced as false accusers and imprisoned. "I have enough of being the spider, the stem of the umbrella, the sordid and godless nun with no family," Claire says despondently. They whip up further accusations against their mistress but to no practical avail. "Yet we can't kill her for so little," Solange admits. She suddenly changes her mind again, and suggests dissolving barbiturates in their mistress' lime-blossom tea. Their mistress enters, distressed about her lover's state, ready to follow him to a far-away prison. "I will have newer and more beautiful dresses," she decides. She gives Claire her silk dress and Solange her fur-coat. Then she notices the telephone off the hook. Solange blurts out that her lover called. She is led on to reveal that her mistress is to meet him at a restaurant. The mistress wants to join him at once and leaves before drinking the tea meant to poison her. "All the plots were useless. We are damned," Claire concludes. Solange suggests that they should escape, but Claire finds the suggestion impractical, both being poor with nowhere to go. They uselessly curse their servile state. In despair, they resume play-acting, Solange this time in the mistress' role asking for her tea. But then Claire resumes the mistress' role again to swallow the poisoned tea while Solange's hands cross themselves as if already handcuffed. =="The blacks"== Time: 1950s. Place: White-colonized Africa. Text at ? A group of black people present the murder of a white woman on a stage in front of a court composed of other black people thinly disguised as whites, including a queen, a governor, a judge, a missionary, and a servant. Archibald Absalon Wellington is the master of ceremonies, guiding the spirit of the presentation towards greater hatred of white colonization. Before a hearse, Archibald asks Village what happened that morning, who answers he strangled a white woman named Mary with his own hands. On hearing of this event, the queen grieves. "Be confident, your majesty, God is white," the missionary consoles her. When some of the blacks are distracted from contributing to any worthwhile cause, Archibald reminds them that they must merit the court's reprobation. In their stage presentation, Mary's role is played by Diouf, a vicar, Mary's mother's role by Felicity, a whore, and a man named Bobo her neighbor. While Mary speaks to her eventual rapist and murderer, the mother constantly cries out for her "pralines and aspirin" and reminds her it is time for prayers. The neighbor copmes over to remind Mary that her eyes may be ruined if she continues to work in the dark. During the course of the evening, Mary plays the piano, an art approved of by the queen: "Even in adversity, in a debacle, our melodies sing out," she declares enthusiastically. Unexpectedly, Mary is about to give birth. The neighbor arrives as the midwife and takes out from beneath her smock dolls representing the five members of the court. She is then murdered and the court convenes for the condemnation of the murderer. The missionary considers that the victim should be beatified, but the queen is uncertain whether that idea is wise. "After all, she was sullied, defending herself to the last, I hope, but she may remind us of her shame," the queen considers. During the court proceedings, the black people rebel and the five members of the court must escape their fury. To ease their fatigue on their way along roads and fields, the missionary approves of the use of alcoholic drinks. However, they get drunk. "Dances occur only at night, none of which do not intend our deaths. Stop. It is a frightening country. Each brushwood conceals a missionary's tomb," the missionary warns them. The judge succeeds in re-organizing the court in session, whereby the members of the black population begin to tremble, but one of their leaders, Felicity, arises to challenge the queen. Another of the black leaders, Ville de Saint-Nazaire, reveals that a traitor in their midst has been executed, but that a new leader of the rebellion is found. The court-members are surrounded, yet the queen admonishes them to courage amid adversity. "Show those barbarians that we are great by our attention to discipline and, to white people looking on, that we are worthy of their tears," she declares. Despite this encouragement, one by one the members of the court are executed. =Eugène Ionesco= [[File:Eugene Ionesco 01.jpg|thumb|Eugène Ionesco was the initiator of the Theatre of the Absurd, 1993]] The Theatre of the Absurd originated in France in the 1940s, the first of whose main proponents is Romanian-born Eugène Ionesco (1909-1994) with "La cantatrice chauve" (The bald soprano, more precisely the bald primadonna, 1948) and "Rhinocéros" (Rhinoceros, 1959). "Both Ionesco and Beckett are concerned with communicating to their audiences their sense of the absurdity of the human condition" (Esslin, 1960 p 671). "If a good play [in the Realist style] must have a cleverly constructed story...[Absurdist plays] have no story or plot to speak of; if a good play is judged by subtlety of characterization and motivation, these are often without recognizable characters and present the audience with almost mechanical puppets; if a good play has to have a fully explained theme, which is neatly exposed and finally solved, these often have neither a beginning nor an end; if a good play is to hold the mirror up to nature and portray the manners and mannerisms of the age in finely observed sketches, these seem often to be reflections of dreams and nightmares; if a good play relies on witty repartee and pointed dialogue, these often consist of incoherent babblings" (Esslin, 1974 pp 3-4) "The convention of the absurd springs from a feeling of deep disillusionment, the draining away of the sense of meaning and purpose in life, which has been characteristic of countries like France and England after the Second World War. In the United States, there has been no corresponding loss of meaning and purpose” (Esslin, 1974 p 266). Unlike Camus’ essay, “The myth of Sisyphus”, and Sartre’s novel, "Nausea", both of which treating rationally of irrationality, Ionesco and other members of the Theater of the Absurd treated irrationality in an irrational manner. “An irrationalist theater is not merely a theater that attacks the idols of rationalism, indefinite progress towards happiness through science...it is, above all, a theater which is meant to be a genuine expression of the irrational” (Doubrovsky, 1973 p 12). In "The bald prima donna", "the picture of the human condition...is cruel and absurd (in the sense of devoid of meaning). In a world that has no purpose and ultimate reality the polite exchanges of middle-class society become the mechanical, senseless antics of brainless puppets. Individuality and character, which are related to a conception of the ultimate validity of every human soul, have lost their relevance...The audience knows no more about the mcaning of the mechanically senseless dialogue than do the characters themselves. What is involved is a savage satire (which is by no means the same as irony) on the dissolution and fossilization of the language of polite conversation and on the interchangeability of characters that have lost all individuality, even that of sex. Such characters lead a meaningless, absurd existence.... My contention is that the source of...laughter is not to be found in any irony but in the release within the audience of their own repressed feelings of frustration. By seeing the people on the stage mechanically performing the empty politeness-ritual of daily intercourse, by seeing them reduced to mechanical puppets acting in a complete void, the audience while recognizing itself in this picture can also feel superior to the characters on the stage in being able to apprehend their absurdity- and this produces the wild, liberating release of laughter- laughter based on deep inner anxiety" (Esslin, 1960 pp 671-672). The play “is almost in its entirety an exaggerated depiction of the hollowness of bourgeois life through the use of caricature...What is frightening...is how closely it resembles the banal conversations that go on in middle-class homes night after night...The characters hide their boredom and their dislike for one another behind the clichés of polite speech and the routines of conventional behavior. So mechanical have their lives become that they are incapable of learning anything” (Abbott, 1989 p 159). “The dialogue is mainly in the form of self-contained statements that attempt little interlay...When the dialogue is initiated...conversation is little more than sense destruction...[When] the Martins are introduced...the dialogue...grows out of their mutual wonder over the coincidence of their parallel existence. This process is the reverse of the incongruity that fails to surprise; here it is the expected that evokes stereotyped amazement…” (Grossvogel, 1962 pp 53-54). "The bald primadonna" presents "characters...already devoid of humanity...who do not possess even a memory of propitious times, who are the same at the falling of the curtain as they were at the beginning, and who seem unconcerned with any possible release from their imprisoned circumstances- indeed...are unaware of any imprisonment...lack any tragic sense of their condition...The incredible elicits little surprise, [as when the fireman rings the doorbell], the ordinary is greeted with incredulity” [as when Mrs Martin describes a man tying his shoelace in the street]" (Jacobsen and Mueller, 1976 pp 46-54). The conversations between the Smiths and Martins derive from instruction manuals to master a new language (Hayman, 1976 p 17). “The Smiths and the Martins...are devoid of identity. The characters mimic each other for lack of imagination, parroting contemporary clichés and boilerplate remarks because they are so eager to please they have lost any semblance of self outside the herd” (Krasner, 2012 p 308). “The Martins’ problem is that, even though they have been introduced to us as man and wife, they don’t know each other...we see a typical couple, married for some years, who do not know each other” (Wellwarth, 1971 p 62). "No sooner have the chimes struck seventeen times than Mrs Smith announces that it is nine o'clock. A joke? Of course it is a joke. But it also reveals that the specific time of day is meaningless, because from hour to hour and day to day, their lives are essentially the same. It is also noteworthy that the couple is named Smith: a perfectly conventional, nondescript, middle-class name for conventional, nondescript, middle-class people...The uniformity, as well as the lack of vital life in the lives of the members of the bourgeoisie, is revealed when the Smiths discuss Bobby Watson...There is no difference in the pattern of existence between one bourgeois and another...Ionesco frequently employs a grotesque reversal of the usual. He accomplishes this by taking a familiar situation, injecting into that situation a single element which renders it completely improbable, and then writing the scene as though the improbable element were not there. Such a scene occurs when Mr and Mrs Martin enter...and Ionesco presents not only a brilliant satire on cocktail party conversation, but- and more to the point- on the bourgeois preoccupation with inconsequentials. At first, each of the characters gropes for something profound with which to impress the others. The result is a plethora of banalities...Mr Smith goes to the door and returns with the fire chief...[The explanation of the doorbell matter] satisfies all concerned, for it is the classic bourgeois manner of settling controversies: choosing the middle path between two extremes...Enter the Maid, who turns out to be the fire chief's sweetheart. Here, too, passion is extinct, for, as the fire chief declares, 'it was she who extinguished my first fires'...When the fire chief leaves, Ionesco presents another illustration of the dull routine of these people's lives. The party conversation becomes a series of clichés: 'to each his own,' 'an Englishman's home is truly his castle,' 'charity begins at home'- [which] follow each other with no logical continuity"(Dukore, 1961 pp 176-177). Lane (1996) enumerated the disruptions of logical discourse include pseudo-explanations (the patient died because the operation failed), false analogies (a conscientious doctor must die with his patient like the captain of a sinking ship), contradictions (the Smiths have had dinner until the maid enters), specious reasoning (when the doorbell rings, it is because no one is there), surprise at the obvious (why newspapers never print the age of newborns), unreliability of proper names (the Watsons), aphasia (a woman is asphyxiated because she thought the gas was a comb), word-action contradiction (the fire chief says he will take off his hat but not sit whereas he does the reverse). The characters lack any discernable motivations, rationality, or internal life, rather they are like puppets...Undifferentiated from each other and indistinguishable from their surroundings, they are traversed by language which uses them rather than the other way around” (pp 32-39). In "Rhinoceros", “the acute paralysis of will, vacuity of imagination, bureaucratic corruption, vicious authoritarianism, self-serving interests, demonstrative self-congratulatory pandering, and primarily the need to please at all costs to one’s individuality are for Ionesco symptomatic of modern culture’s predicament. The cacophony of demands from both left and right extremists is symbolized by the barrage of noise in the thundering herd of rhinos trumpeting through the town. The rhinos epitomize an excess of power bereft of vision; for Ionesco, we live in tragic times...because our power to change circumstances has reached an aporia” (Krasner, 2012 pp 313-314). “Fatalism and indifference become common sense...What is so compelling and convincing about Ionesco’s presentation of the rhino mentality...is that it is reinforced by kinship patterns...Family feelings override what should have overridden family feelings” (Hodgson, 1992 p 135). “When the first rhinoceros upsets the decorum of the the community, their comments are entertainingly inadequate...Unable to grasp the significance of the new invasion, the characters run off into irrelevancies that flatter their egos...Their minds are too static. They have no principles. Their imaginations are sluggish. They can only repeat the clichés from the normal periods of their lives. And it should be remarked that the only human being who refuses to become a rhinoceros is the one with the most commonplace mind and the least personality” (Atkinson and Hirschfeld, 1973 pp 272-273). Beranger “changes from a listless slouch to an ardent defender of an irreplacable set of human values” (Gaensbauer, 1996 p 102). “His aversion to the rhinoceroses is visceral. ‘Just the sight of them upsets me,’ he says. Inarticulate, he counters John’s defense of rhinoceroses not with argument but with feeling” (Lane, 1996 p 114). “Beranger is...weak confused, fearful, alcoholic. Yet he will not yield” (Bloom, 2005 p 248). “What the play conveys is the absurdity of defiance as much as the absurdity of conformism, thc tragedy of the individualist who cannot join the happy throng of less sensitive people” (Esslin, 1974 p 151). "We find little in Berenger's life that would appear to be worth defending. Early in Act I he confesses to his friend Jean that he is bored and tired and unsuited to the office job that he nonetheless performs dutifully...The other characters in the play are no more successful than Berenger in creating, through their lives, a form of humanity that would appear worth struggling to preserve...If meaningful thought is the necessary criterion for being, the logician has a minor but memorable role as the master of the false syllogism, less alive than anyone on stage. Confidently ignoring the logical limits premises, he concludes that four-pawed creatures are necessarily cats...It is a mark of Berenger's lack of discernment that he is favorably impressed by the logician...As a final example of the intellectual atrophy with which the supposedly characters of Rhinoceros are afflicted, consider the mental activity of the schoolteacher, Botard. Like the fanatics who refused a few years ago that men had actually walked on the moon, Botard adamantly rejects...newspaper accounts of the presence of rhinoceroses...When Botard later denounces academe he is in effect rendering an accurate self-assessment: 'what University people lack are clear ideas, the sense of observation, common sense'...All that remains of human civilization in the play is an almost unintelligible human-like verbal debris, unconnected fragments of logic, hollow figures posing as human beings...Understandably, then, Berenger is in an awkward position when he works away gradually, in the famous long speech that concludes the play, into a posture of resistance, on one hand, and defense of mankind...How will he communicate with the rhinos?...Right or wrong, they are in his view attractive and he ugly in contrast...His final words are less heroic or courageous than silly in their recalcitrance...[The play's lesson might be:] individualism in defense of non-humanity is no virtue...bestiality as an alternative to unreasoning human existence is no vice" (Danner, 1979 pp 210-214). Beranger is the only character who changes. “He alone is unwilling to take them for granted. His moving from apathy to engagement, and from near death to life, is charted as he debates with one character after another about the blandishments of rhinoceritis” (Jacobsen and Mueller, 1976 p 66). In contrast, Dudard considers rhinoceritis a mark of a ‘community spirit triumphing over anarchic impulses’ (Hayman, 1976 p 110). John is “intent on keeping up appearances...the most hypocritical and self-righteous...fastidious, boastful of his imagined superiority over Beranger...The first to surrender his humanity...Botard is the most arrogant, stubborn, and unreasonable...He at first categorically rejects the story of the rhinoceroses...but...shares a strong sense of duty...to adhere to whatever or whoever is in power...Dudard is a relativist. He responds calmly....urging that the best course is simply to ignore the beasts and acclimatize oneself to the changing times...Daisy...opts for the ‘natural’ life, calling the rhinoceros ‘real people’” (Jacobsen and Mueller, 1976 pp 42-46). “The play, despite the central figure’s defiance of bestiality, is essentially anarchic, bitter, very nearly hopeless. The rational mind and logic are absurd, Ionesco tells us; they have little relation to the truth (which is the chaos) of life” (Clurman, 1966 p 86). In contrast, Bennett (2011) proposes that “much of the success of totalitarian regimes is the complacency of the masses. But rhinos have no known predators (except humans) and are probably one of the last animals one would think could be herded...Different species can display remarkably different social traits, ranging from solitary to gregarious...How does one maintain individuality within a group that needs to act as one?...Berenger takes on a Sisyphian purpose...We can make our lives meaningful through our revolt and creating a purpose by which we can live by” (pp 95-98). “The earlier heroes feel that they are working for something greater than themselves and that hope sustains them in their quest. In Ionesco’s universe, no cosmic or religious meaning is given to Berenger’s refusal to capitulate” (Abbott, 1989 pp 165-166). “In drama, as in fiction, the sign of...debilitation is currently an unwillingness (arising, I suspect, from an incapacity) to create characters. A certain anti-humanism is connected with this quality, and one may sense its presence even in a work that presents a concern over the dehumanization of mankind as explicitly as Rhinoceros does” (Gassner, 1968 p 502). “Ionesco is a formidable parodist, a sardonic skeptic, and an almost irrepressibly gay nihilist; he is as effective in comedy as in pathos. He is capable of challenging reflection while outraging sensibility or tickling our funny bone with his clowning, and of depressing and amusing us almost in the same breath” (Gassner, 1960 p 261). =="The bald primadonna"== [[File:Theatre_Huchette.jpg|thumb|Something strange and absurd is occurring in a house with two couples, a servant, and a fireman. Poster of the play at the Theatre de la Huchette, 2006]] Time: 1950s. Place: London, England. Text at https://macaulay.cuny.edu/eportfolios/smaldone2011/course-readings/ While Mrs Smith prattles about domestic affairs, Mr Smith clicks his tongue. He reads in the newspaper a mention about Bobby Watson's death. Mrs Smith specifies that it is his wife, Bobbie Watson, that she is now thinking about. The Smiths suggest that the Watson children, Bobby and Bobbie, may be taken care of by an uncle and aunt, Bobby and Bobbie Watson, respectively, so that the widow may remarry. "Has she anyone in mind?" Mrs Smith asks. "Yes, Bobby Watson's cousin," Mr Smith affirms. "Who? Bobby Watson?" his wife queries. "Which Bobby Watson are you talking about?" he queries back. "The son of old Bobby Watson, other uncle to the dead Bobby Watson," she answers. "No, not that one," he says. "Bobby Watson, son to the old Bobbie Watson, Bobby Watson's aunt." After settling that matter, their invited guests arrive, a man and a woman who do not know each other. While conversing, the two guests are astonished to discover that they many things in common until realizing they are man and wife. The doorbell rings. Mrs Smith gets up to see who it is, but there is no one. The same thing happens twice more, until an angry Mr Smith gets up and sees a fireman at the door, who has been waiting there for 45 minutes. Interrogated on the subject of how can that be, the fireman reveals that he had seen no one when the bell had rung the first two times, but it was he who had rung the third time, then hid, as a joke. He recites experimental fables, such as The dog and the Bull: 'another bull asked another dog: why did you not swallow your trunk?- Sorry, the dog answered, it's because I thought I was an elephant.' Their talk is interrupted by the Smith's maid, Mary, who wishes to express her own anecdote, but the two couples are affronted that a mere servant should do so. The maid is recognized by the fireman as a long-lost love of his, a woman who "extinguished my first fires," he says, and Mary agrees to have been "his little fountain". When she attempts to recite at least a poem entitled "The fire" the Smiths push her out of the room. Before leaving, the fireman asks about the bald primadonna. "She covers herself as usual," Mrs Smith responds. After the fireman leaves, the two couples have an increasing amount of difficulty in understanding each other, then run about confusedly. =="Rhinoceros"== [[File:Rhinoceros.png|thumb|For some inexplicable reason, human beings are transformed into rhinoceros]] Time: 1950s. Place: Paris, France. Text at https://archive.org/details/in.ernet.dli.2015.167320 https://archive.org/details/in.ernet.dli.2015.58383 John scolds his friend, Berenger, for his excessive drinking and disordered life. Unexpectedly, their conversation is interrupted by a rhinoceros running in the streets. They discuss where the animal could possibly have come from, but each suggestion seems more implausible than the other. Berenger's fellow office worker, Daisy, comes over to talk about the same subject. Once again, the conversation is interrupted by a rhinoceros running in the streets. A housewife comes over to moan over the fact that the rhinoceros crushed her cat. They discuss whether it is the same rhinoceros or a different one. A grocer thinks it is the same, but John does not, explaining that the previous one had two horns, therefore an Asian one, whereas the second one had only one, and thus of African origin. Taking into consideration the speed with which they were running, Berenger casts doubt on whether his friend could reliably count the number of horns. "In addition, it was covered with dust," he adds. In his view, John is a pretentious pedant. John is offended. An old man intervenes to ask whether the one-horned rhinoceros is truly African? John and Berenger quarrel about that subject as well. According to Daisy, both are wrong. "The Asian rhinoceros has one horn, the African one, two, and vice versa," the grocer pronounces. After John leaves angrily, Berenger has qualms about his own attitude, along with that of his friend. "The least objection makes him froth at the mouth," Berenger declares. A logician comes over to say that even if the first rhinoceros had two horns and the second only one, there is still no conclusive evidence that the two are different, because the first one might have lost one. In the office where Berenger works, there is a difference in opinion concerning the existence of the rhinoceros. His fellow-worker, Botard, considers them an invention, an opinion which offends both Berenger and Daisy. In contrast, another office worker, Dudard, in love with Daisy, believes her eyewitness account. "He does not even know how many he saw," says Botard of Berenger. After viewing a rhinoceros in the street, another office worker, Mrs Beefsteak, rushes in panic. One of the rhinoceros damages the staircase in the office building. Botard continues to believe all this is just an illusion, until he sees one of them possessing what appears to be his own eyes. Mrs Beefsteak recognizes one as her husband. Berenger sees one animal with two horns, but is still unsure whether it is Asian or African. Meanwhile, the department head, Mr Butterfly, encourages them to go back to work while also calling for help. In the emergency, firemen arrive to usher the workers out of the building. Feeling qualms about their dispute, Berenger visits John's home to apologize, but is horrified on seeing his friend turn into a rhinoceros right before his very eyes. Later, Butterfly and Dudard are also transformed into rhinoceros, as does Daisy, yielding to their growing numbers, especially after hearing them on the radio, despite her promise to stay on Berenger's side. Against all odds, Berenger remains firm never to become one. =Samuel Beckett= [[File:Samuel Beckett 01-2.jpg|thumb|Samuel Beckett's plays depict the terrible and humorous side of tragedies, 1970]] Samuel Beckett (1906-1989) continued or perfected, some would say, the Theatre of the Absurd with "Waiting for Godot" (1952), "Endgame" (1957), and "Happy Days" (1961). "Waiting for Godot" “marked a clear break with the dramaturgy of the 1940s and...established a new frame of reference for contemporary theatre...Where ‘Waiting for Godot’ seemed initially incomprehensible to its first...audiences...its meanings are now self-evident” (Innes, 2002 p 307). “Who...is the unseen Godot? To some, he is death, to others, life, to a few, nothing...one could probably settle on Godot as standing for God...His absence does not signify negation...but...infinite possibility” (Bennett, 2011 pp 27-43). “Vladimir and Estragon...are clearly derived from the pairs of cross-talk comedians of the music hall...Vladimir remembers past events, Estragon tends to forget them as soon they have happened. Estragon likes to tell funny stories, Vladimir is upset by them. It is mainly Vladimir who voices the hope that Godot will come and that his coming will change their situation, while Estragon remains skeptical throughout” (Esslin, 1974 pp 26-27). "Didi is the contemplative, the listener, the seeker, the one expecting messages, the ascetic, the one who suppresses his physical side, while Gogo is the active, the non-reflective, the one who tries to wipe the tears from the eyes of sufferers, who must eat when he is hungry, and who bellows when he is hurt. Neither can do without the other" (Baxter, 1965 pp 10-11). “Serious subject matter is presented in music hall form...Much of the surface is taken up with farcical satire of conventional social behavior. Pozzo, for example, is unable to take a simple action like sitting down without an attendant barrage of ceremony, and the two tramps are always trying to strike up what will pass for a polite conversation, using catch-phrases like Vladimir’s: ‘this is not boring you, I hope?’” (Gascoigne, 1970 p 186). “Beckett’s extraordinary feat of blending pathos and comedy is accomplished by the relationship of the human characters who are, despite their bloviated portentousness and inane banter, filled with enormous charm. They are hilarious as they are tragic, exquisite amalgams of clownishness and grandeur. They can be pompous and stubborn, yet just as quickly brought down to earth with humility and despair” (Krasner, 2012 pp 343). According to Durán (2009), The play "reflects Albert Camus' 'The myth of Sisyphus' (1942)...For Camus, the absurd issues from the clash of two contradictory phenomena: rational man and an irrational world...It soon becomes clear that Vladimir and Estragon live in a world wholly devoid of reason. The characters engage in pointless acts, the dialogue abounds in non-sequiturs and contradictions, and memories are short. Characters often forget whom they know or what they know. In Beckett's play, things happen not according to any logic or order, but as a result of sheer fortuity...Vladimir and Estragon thus find themselves disoriented and alienated from the irrational world they inhabit...Consequently, the two characters spend most of their time and energy devising ways to fill the emptiness of their mundane lives...Camus explains that one continues to live this type of absurd existence largely out of habit...But Camus warns that the protective walls of habit can unexpectedly fall away making one suddenly aware of life's absurdity...Thinking poses a danger because it can expose one to that 'suffering of being' provoked by a consciousness of the absurd...Suicide affords one means of escape...After learning from the young messenger that Godot will not come that day, Estragon gazes at the tree and laments... He asks Vladimir to remind him to bring a rope the next day and recalls a past attempt at suicide...The rejection of suicide still leaves the possibility of eliminating the other opposing term: an irrational world. Despite all evidence to the contrary, one may choose to view the world as truly rational. Camus calls this strategy 'the philosophical suicide'...By adopting systems of belief such as religion, philosophy, astrology, or what have you, one imposes a false logic and order on this world...Lacking the courage to commit physical suicide, Vladimir and Estragon find solace in philosophical suicide. They see their hope in the coming of a Godot, someone who will satisfy all their wants and needs...No matter what occurs, Vladimir and Estragon cling tenaciously to their hope in Godot's appearance...As a result, the two tramps end up doing nothing...Camus believes that an authentic response to the absurd resides in neither physical nor philosophical suicide...Rather than elude the absurd, one must not only accept but also sustain its truth, constantly confronting its reality through what Camus calls a metaphysical revolt...In the final pages of his essay, Camus illustrates his concept of 'revolted man' through the character of Sisyphus...[who] chooses instead to embrace his fate, fully conscious of all that that implies. [But the tramps] incarnate, in fact, the exact opposite of Sisyphus. Rather than embrace their reality, the two tramps use every means available to evade it" (pp 982-989). “Vladimir and Estragon play the game of waiting for an entity that they have invented to save them from the unknowable. They have even hired a boy/priest to reassure them at regular intervals that they are not waiting in vain. Meanwhile they eat, sleep (and have nightmares), engage in futile philosophical discussions, and otherwise parody human existence” (Wellwarth, 1986 p 71). "In Waiting for Godot, auditory and visual scenic means convey the tension between comedy and tragedy to the audience. Act Two ends in nearly an identical way to Act One. Estragon and Vladimir discuss suicide and separation. A tree, the only permanent prop in the play, has sprouted four or five leaves. However, what might signify the meaningful fullness of life the participation of humanity in a scheme of things larger than itself, a metaphysical reality capable of supporting the form of tragedy is reduced to mere occurrence" (Como, 1989, pp 68-69). Brater (2003) emphasized the movement of the play from the particular to the universal, as in Vladimir's following comments to his fellow tramp: 'let us do something while we have the chance. It is not every day that we are needed. Not indeed that we are personally needed. Others would meet the case equally well, if not better. To all mankind they were addressed, those cries for help still ringing in our ears! But at this place, at this moment of time, all mankind is us, whether we like it or not. Let us make the most of it, before it is too late'" (p 145). “The clearest statement of Beckett’s belief in the uselessness of thought is in the tremendously effective scene of Lucky’s tirade in Waiting for Godot. Beckett here implies that it is only in modern times that man has become impotent in thought and action” (Wellwarth, 1971 p 46). Lucky’s tirade "is one magnificent moment when a bestially slave-driven underdog bursts into an incoherent speech which gives an extraordinary Joycean impression of overcharged meaning" (Williamson, 1956 pp 69-70). “We have no superficial allegories and personifications of abstractions, but characters who are both symbolic and real in a situation which is a metaphor of the human condition...This is the true metaphysical Pascalian and Kierkegardian absurdity and nonsense of life without God or purpose and it is something which is very remote from the dehumanized, incoherent world of Ionesco...The Pozzo-Lucky relationship is the mirror of human degradation and shallowness. Pozzo hides his insignificance and hollowness under a cloak of ritual gestures and ceremonies which are part of the social apparatus of power...Lucky is merely an object, a thing, and his life is reduced to mechanical reactions; he not only serves Pozzo, he has also to think for him; he is therefore materially and spiritually Pozzo’s slave and has no individual existence” (Chiari, 1965 pp 68-74). The tramps “appear as a social unit outside society...like prisoners free to amuse one another...It is as though they ad lib for their very lives...The play takes up themes of many kinds- religious, philosophical, psychological- without any of them to become the drama’s motif, and with a fierce comic opposition to their pretensions...Pozzo and Lucky are emissaries from the realm of time and from the life of society, with its institutionalized relationships, its comforts and delusions, above all its thirst for hierarchies...the principles of human power and exploitation, delusory, ultimately disastrous, but maintained by them as the foundation of their lives...Whenever a character appears to be feeling some definite emotion or to have entered some decisive area of commitment, it is all undone by an opposite remark, a corrosive scornfulness, a physical jape” (Gilman, 1999 pp 242-250). “Endgame" "reveals a singleness of tone and a tenacity of purpose that commands respect and bafflement...Nothing happens in Endgame and that nothing is what matters...The bitterness matters...the sense of entrapment matters...the intensity of Hamm’s contempt matters...the elegiac mood matters” (Gassner, 1960 pp 256-258). “Hamm is paralyzed and can no longer stand. His servant, Clov, is unable to sit down...some great catastrophe, of which the characters in the play are or believed themselves to be sole survivors, have killed all living being...Hamm is untidy. Clov is a fanatic of order. Hamm's parents are grotesquely sentimental imbeciles” (Esslin, 1974 p 41). Hamm might be an abbreviation of hammer, Clov might reflect “clou” or nail, from which may be derived Nell (or nail) and Nagg from the German translation “Nagel” (Mendelson, 1977). "Nagg and Nell in their dustbins appear to be pawns; Clov, with his arbitrarily restricted movements ('I can't sit') and his equestrian background ('And your rounds? Always on foot?' 'Sometimes on horse') resembles the Knight, and his perfectly cubical kitchen ('ten feet by ten feet by ten feet, nice dimensions, nice proportions') resembles a square on the chessboard translated into three dimensions. He moves back and forth, into it and out of it, coming to the succor of Hamm and then retreating. At the endgame's end the pawns are forever immobile and Clov is poised for a last departure from the board, the status quo forever menaced by an expected piece glimpsed through the window, and King Hamm abandoned in check" (Kenner, 1961 pp 156-157). "Constant reference is made to the question of game, of play and theatre. Hamm opens his first and last monologues with the words, ‘Me- [he yawns]- to play’. To Clov’s question ‘what is there to keep me here?’, he replies, ‘the dialogue’. Hamm acts with knowledge of the underlying theatrical conventions and rules of performance, ‘Since that’s the way we’re playing it...let’s play it that way’. He teaches Clov: ‘An aside, ape! Did you never hear an aside before? [Pause] I’m warming up for my last soliloquy’. He begins and ends the play theatrically: at the beginning he makes the curtain rise (‘he removes the handkerchief from his face’ and at the end he lets it fall (‘he covers his face with handkerchief’" (Fischer-Lichte, 2002, p 331). This type of self-consciousness is the epitome of the post-modern style in literature, in contrast with the lack of self-consciousness of previous periods. “The tension between entropy and order, between strength sapped and the tenacity of will, between physical restraints or incapacities and the energy to play- the tension of a play of impasse- is central in Endgame. This tension is objectified in the relationship between Hamm and Clov. Finally dying...Hamm asks for ‘a few words’...Clov’s answer is a vision of the beauty of art and order...Hamm cannot match it and he concedes defeat...Clov says he is leaving the cell, the structure, but we see him silhouetted in the shadows...his eyes fixed on Hamm till the end...Hamm...thinking himself alone in the structure, dies alone” (Rosen, 1983 pp 275-276). ”Happy days" "is another Beckett threnody on the sorry lot of mankind reduced to an absurd stalemate from which man can only decline into a worse one...At the same time, one encounters another tribute to human endurance and the determination to shore up inner defenses of faith or delusion against failure, never yielding an inch to sentimentality, against which the writer defends himself with sustained irony, so that human heroism also appears to be a ridiculous capacity for self-delusion” (Gassner, 1968 p 504). "On the one hand it is tragic that Winnie should be so cheerful in her terrible and hopeless predicament, on the other it is funny; in one sense her cheerfulness is sheer folly and the author seems to make a deeply pessimistic comment on human life; in another sense, however, Winnie's cheerfulness in the face of death and nothingness is an expression of man's courage and nobility, and thus the play provides a kind of catharsis, Winnie's life does consist of happy days, because she refuses to be dismayed" (Esslin, 1974 pp 59-60). "Winnie...buried to the waist and later to the neck, maintains a logician's, a grammarian's detachment from her plight...Though the earth now turns so slowly that through the intensely hot day she feels her body menaced by spontaneous combustion ('oh I do not mean necessarily burst into flames"), yet she considers with some agitation whether the hairs or hair one brushes and combs are properly styled 'them' or 'it' ('Brush and comb it? Sounds improper somehow'), and feels it outweighs the day's miseries to have learned the proper definition of 'hog'" (Kenner, 1961 pp 93-94). =="Waiting for Godot"== [[File:En attendant Godot, Festival d'Avignon, 1978 f22.jpg|thumb|Estragon (played by Rufus) and Vladimir (played by Georges Wilson) are anxious about whether Godot will ever arrive. Avignon Theatre Festival, 1978]] Time: 1950s. Place: France. Text at http://azactorsacademy.com/uploads/plays/waiting_for_godot.pdf Two vagabonds,Vladimir and Estragon, expect to meet a man named Godot on a country road, who promised to be there, but has not yet arrived. While waiting, the two friends attempt to amuse themselves. Yet time passes and still Godot does not show up. Why? Have they mistaken the agreed-on day? Are they at the right place? Estragon is hungry but it is Vladimir who takes out a carrot and eats most of it. "I'll never forget this carrot," he remarks amid his almost constant state of boredom. Their waiting is interrupted by the arrival of Pozzo and Lucky, the latter appearing to be Pozzo's servant if not slave and led along by him with a rope. This relation seems scandalous to Vladimir and Estragon, but they do nothing to interfere. Worse than this, Vladimir and Estragon begin to inflict the apparently mute Lucky with the same abominable treatment he receives from his master. But Lucky is not mute. He eventually bursts out with an unpunctuated monologue, incoherent in many parts and leading to nothing, after which he leaves with Pozzo. A young boy appears suddenly, sent by Godot to say he will drop by tomorrow. Vladimir is under the impression of having once experienced this event, but the boy denies it. The next day, nothing has changed except a tree has grown some leaves where they were before. Similar vaudeville-style exchanges are repeated to no avail. Although Vladimir mentions their waiting at the same place on the previous day, Estragon does not remember it. Pozzo and Lucky enter and soon fall down, but are not helped by either tramp, though Vladimir says it is necessary to do so and Estragon is willing to in exchange for money. Pozzo is now blind and Lucky mute, though the former does not remember when that misfortune occurred. They go on their way. The boy returns and leaves with the same message as the day before, without remembering what he had said on the previous day. As the only one seeming to remember, Vladimir's existence seems all the more futile. The two friends decide to hang themselves on the tree. If so, they will have an erection. Estragon takes off his belt and, vaudeville-like, his pants fall down. The belt snaps off before they get a chance to try it out. They give up. They decide to go but do not move. =="Endgame"== [[File:Chess tablebase query.png|thumb|An endgame in chess occurs when the importance of pawns increase]] Time: 1950s. Place: France. Text at ? Hamm puts off a bloody handkerchief from his face. Blind and unable to stand, he is served by Clov, sighted but unable to sit. While yawning, Hamm wonders: "Is there misery loftier than mine?" Hamm is frightened at the thought that perhaps he has not made Clov suffer enough, but is relieved on being assured that he has. Hamm's father, Nagg, lives in a trash-heap and asks for his pap. "Accursed progenitor!" Hamm cries out in anger. He commands Clov to give him a biscuit. Hamm despairs that nature has forgotten them, but Clov corrects him by saying there is no more nature. After lifting up the cover of his trash-heap, Nagg tries to kiss his wife, Nell, in the bin next to his, but is unable to. When Nagg laughs at Hamm's miseries, Nell scolds him. "Nothing is funnier than unhappiness, I grant you that, but-" she remarks but is unable to finish. Suddenly, Hamm decides he wants to be placed in dead center of the room. With great difficulty, Clov at last accedes to that desire. Hamm next requires him to look outside with a telescope, but the only thing visible is a grey landscape. Hamm has another frightening thought. "We're not beginning to mean something?" he wonders aloud. When a crablouse bothers Clov, Hamm commands him to kill it at once. "Humanity might start from there all over again," he warns. He next asks for a catheter to expel urine, but before Clov can obtain one, urinates on himself. He then asks Clov to set the correct position of an imploring black toy dog. Soon after, Nell dies, at which Nagg weeps. After asking Clov several times whether it is time for his pain-killer, Hamm discovers there is none. It is useless to go on any further. Clov goes away. After whistling for him with no response, Hamm throws down the whistle and puts a bloody handkerchief over his face. =="Happy days"== [[File:Sketch of scene in Happy Days (play) by Samuel Beckett.jpg|thumb|Though half-buried in a sand-heap, Winnie tries ot get by. Sketch by an anonymous artist, 2011]] Time: 1960s. Place: France. Text at https://archive.org/details/happy_days_a_play_by_samuel_beckett Winnie lies half-buried upright on a mound of earth. A bell from an unspecific source is the signal to start her day, in which she takes out comb, toothbrush, toothpaste, handkerchief, lipstick, nail file, appetite stimulant, glasses, and revolver. After taking them out, she kisses the revolver. Her husband, Willie, lives in a cave behind the mound, reading newspapers and postcards and pouring a soothing solution on his penis. She hears but does not see him. Under a parasol to protect her from excessive sunlight, she goes about her usual routine of the day, such as singing a song at exactly the same hour. As she chatters, Willie does not appear to be listening, so that she must strike him sometimes to get his attention. Music from an unspecified source is heard, at which she rejoices. Willie does not contribute much, but at least he manages to define the word "hog" for her. It is hot. Eventually, the parasol ignites from the excessive heat, but she remains optimistic that the day may yet end well. At the end of the day, the bell sounds again, at which time she puts each item back inside the bag except the gun. Winnie is content with little. “This will have been another happy day," she concludes. On a subsequent day, started by the same wakening bell, she now lies buried up to her neck and so can no longer manipulate any of her objects, though still confident this will yet be another of her happy days. She has not heard Willie for quite a while but believes he can still hear her, or, if not, to her he remains there in any case. "Oh, no doubt you are dead, like the others, no doubt you have died, or gone away and left me, like the others, it doesn’t matter, you are there," she says. Unexpectedly, Willie shows up at last, heading towards her, or else towards the gun, but before reaching it, he falls off the mound. He manages to call out her name, at which she rejoices. "Win! Oh this is a happy day, this will have been another happy day! After all. So far," she concludes for herself. =Fernando Arrabal= [[File:Fernando Arrabal.jpg|thumb|Fernando Arrabal's three major plays describe unusually frantic behaviors]] Another proponent of the Theatre of the Absurd is the Spanish-born Fernando Arrabal (1932-?), notable for "Le cimetière des voitures" (The automobile cemetery, 1959), "Guernica" (1959), and "Le grand cérémonial" (The grand ceremony, 1963). As with the British Kitchen Sink school, the better plays seem to arise early in the dramatic careers of absurdists. He is also a proponent of Panic Theatre incorporating in Arrabal's own words "chance, memory, and the unexpected" to undermine official writing (Drumm, 2009 p 437), "named for Pan and founded on the principle of the domination of the Dionysian" (Farmer, 1971 p 155). “Homeric hymn 19 entitled ‘To Pan’ provides the most complete description of this god from whose name is derived the term ‘panic’ used by Arrabal. Pan was the god of shepherds, living in the high mountains...[Unlike Apollo’s sweet music, Pan plays] “primal matter...barbaric tunes on his rustic reeds” (Arata, 1982 pp 7-8). In "The automobile cemetery", “the cemetery becomes a symbol of the wreckage of civilization, of the moral destructiveness of technological society” (Podol, 1978 p 46). “The central visual image that gives shape to the micro-cosmos in which these characters struggle to cope with the senselessness of life on a day to day basis is the graveyard itself, filled with wrecked cars, a symbol of the destructive nature of modern civilization” (Podol, 1988 p 134). "The cyclic pattern is established in the dialogue from the opening moments of the play. The automobile junkyard, Arrabal's microcosm of contemporary life, is filled with abandoned cars, each housing an unseen clientele. As the guests settle down for the night in Act I, they are embraced by the maid Dila as usual, and we soon learn that the police 'are returning once more' in search of the three musicians who will escape as always...The circular structure found in the dialogue is carried over to the non-verbal aspects of the play. Continuously crossing the stage, the movement of the track runners and the cops and robbers is another component of the spatial dialectic. What we are witnessing here is an unresolved pilgrimage, unresolved because there is no center to this circle, no solution, no final destination. The runners Lasca and Tiossido are engaged in an empty peregrination which leads nowhere...Two opposing forces pursue each other: the pure and innocent on the one hand, the corrupted and the compromised on the other hand. The latter group, like Lasca and Tiossido, submit without question to regimented order, to forms filled out in triplicate, to rigorous training and discipline. They are commited to maintain the status-quo. Even the outcasts who live in the junkyard belong to this world, imitating its rituals which become grotesque parodies through the solicitous care of Milos. They are united with the strong to oppose the purity of an Emanou. It would seem that for once a truce has been proclaimed between the dominated and the dominants of the world under the egis of conformity...Dila plays the role of mediator in this world. She alone is lucid; she alone understands both the purity of Emanou and the degradation in which she lives. She too 'wants to be good', and hungers for purity, but she knows it is too late...She defends Emanou, hides him from the police, refuses to betray him for the reward. Yet she is impatient with his idealism and his blindness" (Luce, 1974 pp 33-35). “The derelicts...are all adult children, innocent murderers, voyeurs, and exhibitionists. They like to urinate and make love. They hate the police but are constantly pursued by them...When we first meet Dila, she goes around like a great mother obliging all the inhabitants to bed down for the night. Then she gives herself to any male who desires her...Dila cynically reminds Emanou that that being good in such a world only causes trouble...and she is right...When he feeds some people in the crowd a few sardines and some bread, the others become jealous. Eventually his subversive activities lead to his pursuit by the police and his betrayal by one of his friends...Through Emanou, Arrabal...debunks the basic Christian ethic of charity and love...His good actions have little effect on his community and, we are to assume, no lasting effect whatsoever” (Donahue, 1980 pp 12-15). Emanou is meant to represent a shortened form of Emmanuel, Jesus Christ. His antecedents are similar, being born in a manger, son of a carpenter and Mary, feeding people in the crowd with fish and bread, remembered by a food item, betrayed by a kiss, and exposed in a crucified-like position. “The characters in the play become modern biblical figures...in the tradition of medieval mystery and miracle plays...Lasca and Tiossido...become Roman soldiers (policemen) who will arrest Jesus, Tiossido also impersonates Pilate, miming the moment when he washes his hands, Fodère...enacts the role of Peter, voicing the triple denial of Jesus, Dila...first resembles Mary Magdalen and later turns into Veronica as she washes Jesus’ face, Tope...impersonates Judas Iscariot, and Milos...finally turns into Simon, the Cyrenian who helped Jesus carry the cross” (Arata, 1982 pp 33-34 and p 68). Guicharnaud (1962) criticized Arrabal in being "perhaps more a visionary than a dramatist. He has the merit of being faithful to what he sees: his anonymous language- correct but without style, very similar to Adamov's- makes it impossible for him to cheat. He has seen the automobile graveyard, its characters, their gestures and their shapes; but when he bludgeons us with the Emanou-Christ symbolism, the effect is destroyed" (p 119). In "Guernica", “Fanchou and Lira are at once innocent victims of the Spanish civil war and of all wars and representatives of the human weakness and insensitivity leading to destructive quarrels...Fanchou’s reluctance to exert himself to extricate Lira, his rebukes directed at her ignorance of the nature of war, Lira’s references to Fanchou’s sexual impotence and her utilization of the silent treatment are both humorous and disquieting in the context of the desperate situation” (Podol, 1978 p 51). “Lira’s entrapment in the toilet during the bombing of the Basque spiritual capital in 1937 creates the sort of tension between the horrifying and the comic that characterizes the grotesque. Her dialogue with her husband, Fanchou, which alludes to his sexual insufficiency and reveals their mutual selfishness and lack of true empathy indicts them without diminishing the horror of their plight and of the air attack itself. The villains of the work are the novelist and reporter, who demonstrate no concern for their country and its people and who seek to exploit the situation for their own professional gain...At the very end, encapsulation and pessimism are countered by the symbol of the balloons which cannot be shot down by the soldiers who have just killed Fanchou and Lira. Visually, Arrabal utilizes vertical movement for the purpose of affirming hope and liberation” (Podol, 1988 pp 134-135). "When the town of Gernica, the ancient capital of the Basque people, was destroyed by the German air force on April 26, 1937, the officer in charge of the attack, Wolfram von Richthofen, and his entourage were watching from a nearby mountain. As is well known, an underlying interest of this assault, and, in general, of German participation on the side of the Nationalist forces during the Spanish Civil War, was to test new technologies of warfare. Von Richthofen and the audience gathered on Monte Oiz witnessed the staging of the first blitzkrieg style of intense bombing that would become central to Nazi strategy during WWII. The destruction of Gernica, from its first horrific moments, was a theatricalized event in which the largely civilian victims were unwitting actors...When the journalist appears, "Arrabal presents a clear indictment of those who would benefit from an artistic rendering of the destruction of a civilian population: literary style subsumes any intent to depict accurately what has happened; the focus is placed not on the people who suffer but on the voice that presumes to tell their story" (Drumm, 2009 pp 427-436). In "The grand ceremony", “the name of the protagonist, an anagram of the great lover, accentuates the strong note of grotesque deformation. Despite these parodical elements...The play also manages to capture the intense anguish of the protagonist...Cavanosa suffers from a complex caused by a fixation on the mother figure which does not allow him to integrate his two parents in his psyche or develop an independent personality and ego...Cavanosa’s reprehensible treatment of Sil is really a reaction to his growing fear of realizing his repressed desires. Death, violence, and eroticism intermingle; the mother’s incestuous longing for her own son takes the form of a wish to die by his hand and helps to explain the warped nature of Cavanosa’s own feelings of love, evidenced by his treatment of his dolls and Sil. Physical torture becomes an expression of internal strife, and physical deformity the externalization of psychic anguish. While these forces dominate, the play’s atmosphere remains subsumed by the world of the subconscious...Lys emerges as Sil’s alter-ego (affirmed by their common names which are palindromes of each other); she finds Cavanosa lovable and attractive because she has not had contact with other men...If his words introduce a note of ambiguity by suggesting that love is still only possible as a destructive act ending in death, his tender kissing of Lys and the fact that he speaks dreamily to her justify, at least partially, the feeling of hope for the protagonist’s liberation from the imprisoning influence of the archetypical devouring mother” (Podol, 1978 pp 65-66). “Not recognizing a moral standard, living in a world of his own obsessions, Cavanosa encounters with every entrance into the other world of the park a way of being and acting that is the very contradiction of his own...All of Cavanosa’s actions are the opposite of what one would expect: love brings forth only his scorn, any affection shown him incites him in anger, any kindness offered him produces a cruel reaction...The result is a character not only different from the others, but one who realizes he is different and is able to observe himself functioning with ironic distance...Unlike Sil, who had to be told what was necessary to please Cavanosa, Lys instinctively knows...Lys is the woman-child prostitute who is familiar to the early plays of Arrabal...[The worlds of Cavanosa and Lys] coincide. She was tied to her mother physically just as Cavanosa is tied to his mother emotionally; she makes whips, and he uses them; she paints dolls, and Cavanosa ‘loves’ them. Cavanosa’s mother is authoritarian, sadistically cruel, and classically vindictive. The power she exercises over her son is slowly failing, and she knows that she will soon be replaced by one of the girls Cavanosa meets in the park during his daily ritual...What is more, she knows that her son wants to kill her...She knows that her son does not have the strength to kill her, and consequently she ever so tenuously maintains control over him...His fear of impotency is in part allayed by his masturbatory activities with his life-sized dolls, and his oedipal anxieties are in part allayed by the daily wooing and murder of a girl he meets in the park. Cavanosa, however, is not able to distinguish between the fantasies and reality. In effect, his fantasies are his reality...until he meets Lys, who is able to participate in his fantasy world turned reality. Lys, of course, is only a replacement for his mother and his dolls. She allows him once and for all to externalize the relationship that he has imposed upon his mother and that she in turn has imposed upon him” (Donahue, 1980 pp 17-21). "Considering his plays as a corpus, one can classify the Arrabaldian universe by extracting eleven primary features: 1. A half-dreamed, half-mythical realm of youthful reverie, sometimes childish; a sort of playful quasi-paradise where children's naughty games turn into handcuffed and chained torture, even to unrepentant murder. 2. Unexplained co-existence of nostalgic, simple-minded childlikeness with adult ambiguities. (A mother-fixated hero, with tendencies to misogyny, is prototypical of this double nature). 3. Obsessive tension of victims confronting torturers, dramatized mythically. 4. Rapprochement of mirth and fright; similarly, grotesque to-and-fro swings of opposite emotions. 5. Role-multiplying or androgynous characters. 6. The police-state metaphor: inquisition, torture, despair, violent death, betrayal of one family member by another. 7. Inverted Christianity, mystic emblems, blasphemy, erotic sensationalism, bizarre ceremonies and rituals, alliance of wild eroticism and death; simultaneity of devout and sacrilegious motifs. 8. Fundamental counterpoint of illusions within illusions. 9. An impetuous, sometimes patchy style; an uneven, coursing, or savage dramatic rhythm dependent on extravagant shock effects. 10. Outlandish visual imagery: dwarfs, giants, hunchbacks, huge balloons, a robot chess player, whips, coffins, nude and voluptuous cadavers. 11. Mythical or metaphorical substructure, interconnecting various esoteric patterns of coherence" (White, 1971 p 99). =="The automobile cemetery"== [[File:Junkyard_in_Nashville.jpg|thumb|People live in picturesque fashion inside automobiles in an abandoned field. Junkyard in Nashville, Tennessee, USA]] Time: 1950s. Place: France. Text at ? An energetic Lasca encourages an exhausted Tiossido to jog around a junkyard, while an elegant-looking butler, Milos, takes orders for next morning's breakfast among assorted people living inside old and discarded automobiles. Lasca also encourages his wife, Dila, to kiss her customers. On noticing her reluctance, he smacks her on each hand with a ruler. As Dila, heads towards various car occupants to offer sexual favors, she meets Emanou, born in a manger, son of a carpenter and a woman named Mary, who expresses a desire to lie with her. "We will turn about, embracing, like two underwater squirrels," he proposes. She accepts. The next morning, Emanou announces that police officers are out to arrest him for playing the trumpet to the poor. Incensed on seeing Dila with a man, Milos grabs her by the hair and throws her down. On this day, the roles of Lasca and Tiossido are reversed, the latter appearing more energetic. When Emanou's friend, Topé, learns there is a reward out for his arrest, he offers to betray him to Lasca and Tiossido with a kiss. Undisturbed, Emanou offers Topé and Dila almonds from a bag. "If ever the cops capture you, we'll eat the almonds in memory of you," Dila declares. When Topé kisses Emanou, Lasca and Tiossido promptly arrest him. After Tiossido wipes his hands of this event, they take Emanou out to be whipped. He is next seen on a bicycle with his arms stretched out, on which Dila wipes the sweat off his face before he is taken away. The next day begins as any other, with Milos and Dila at their regular chores. =="Guernica"== [[File:Bundesarchiv Bild 183-H25224, Guernica, Ruinen.jpg|thumb|Guernica, Spain, in ruins after being bombed, 1937]] Time: 1930s. Place: Guernica, Spain. Text at ? On her way to the bathroom, a bomb fell on the building, so that Lira lies buried under mounds of rubble from which her husband, Fanchou, cannot extricate her. He seeks to encourage her, but a fall of stones hurts her arm, which bleeds profusely. A writer and a journalist arrive to survey the damage caused by bombardments throughout the city of Guernica. "Add that I am preparing a novel and perhaps even a film on the civil war in Spain," the writer declares. To help pass the time with his wife, Fanchou suggests he tell her a story. "Do you want the one about the woman who was in the bathroom and who remained buried under mounds of rubble?" he asks. To amuse her further, he grimaces like a clown, but Lira is unable to see him. She asks whether the tree nearby is still intact; he answers that it is. While seeking yet again to save her, Fanchou is pushed by an army officer, who impedes his progress and then leaves without a word. Unable to accomplish anything further, Fanchou gives her a child's balloon. A woman and a little girl pass by, the former pushing a wheelbarrow containing dynamite. The balloon bursts, leaving Lira to complain about her condition. The army officer returns, who laughs while eating a sandwich, then goes away again. Fanchou asks Lira why she never had lovers. "That would be chic," he asserts. "You never think of me...When I take off your clothes in front of my friends, you always look disgruntled." When suggesting she would perhaps be comforted by the presence of a priest, she reminds him that they are atheists. "Who, us?" asks a surprised and frightened Fanchou. The woman and the girl return, the woman carrying on her back armements of various kinds. Fanchou becomes all the more frustrated at being unable to help his wife. "It's your fault. Such a mania you have, reading in bathrooms!" he blurts out. The woman and the girl pass by a third time, pushing a cart containing old guns. Now Fanchou suggests that Lira might write down her will. While attempting one last time to save her, he is buried underground himself, a victim of yet another bombardment. The woman returns, this time without the little girl, carrying a coffin. Two balloons rise heavenward. The officer tries to shoot them down, but is unable to. The voices of Fanchou and Lira are heard above, laughing. =="The grand ceremony"== [[File:Life Size Doll at AVN Adult Entertainment Expo 2009.jpg|thumb|A modern Casonova collects life-size dolls to present to himself the grand ceremonial]] Time: 1960s. Place: France. Text at ? A hump-backed Cavanosa type meets by chance a woman named named Sil in a public park. Alhough he appears rough, she agrees to stay with him. Her boyfriend, kind and considerate, shows up to take her away, but she prefers to stay with the rude stranger, until he tells them both to go away. She does so but then returns armed with a whip. He nevertheless becomes even ruder, kicking her and trampling over her. Then he asks her to wait outside his house for a light signal, where she may help him remove his mother's body, whom he says he has recently murdered. However, his mother is not dead. She begs him to avoid women, who would only steal his money. He sits on her knee, then brings her as a gift a small coffin containing a doll. She calls him a monster, which he deprecates. She next asks to see his knife and then requests him to strike her with it, but he cannot. They appear to be reconciled somewhat. Then she bites him on the mouth and starts to reminisce. "Another time, when you did not want me to go out without you, you nailed your hand on the door leading outside, threatening to stay like that until my return," she reminds him. She notices legs protruding from beneath his bedcovers, which he explains as being one of his dolls he is in the habit of caressing. When the mother leaves, Sil knocks and enters the room. When Cavanosa dresses her up as a Christ-like figure, she agrees to die for him. She also notices the legs beneath the bedcovers. It is not a doll but a dead woman dressed exactly as she is, whom she helps to carry behind a screen. Sil's boyfriend shows up again, to whom Sil explains what she has done in the room, but when she sets aside the screen to show the carcass, it is no longer there. Cavanosa suddenly appears and grabs the boyfriend, ties him up, and threatens him, but, in the end, lets him go. The mother returns and watches outside the window while police officers take away a body, explained by Cavanosa as the one he killed the day before yesterday. "I told you not to leave her in the cellar," she reproaches him. Cavanosa wants Sil to go away, but she insists on staying until he agrees to turn her into her mother's slave. The next night, he meets another woman named Lys, with a similar disposition as Sil's. He is rude to her also, but yet she still wants to remain with him, retrieving for him a whip taken out from beneath her skirt. He decides to take a doll out from his car and go away with her. =Jean-Claude Brisville= In post-absurdist theatre, there are several trends of note, including the return of history plays, though largely imagined in the case of "L'Entretien entre M. Descartes avec M. Pascal le jeune" (The dialogue between Mr Descartes and the young Mr Pascal, 1985) by Jean-Claude Brisville (1922-2014), based on the single meeting of the two mathematicians and philosophers in 1647. Brisville also wrote two other history plays: "The supper" (1989), based on the conflict between the 19th century statesman, Talleyrand, and the minister of the police, Joseph Fouché, and "The antechamber" (1991), based on the relation between Marie, marquise du Deffand, and Julie de Lespinasse. Her eyes failing, the marquise brings over to her house a bastard daughter of her brother, Julie, as her reader. The marquise's house first attracts intellectuals of all sorts until she distances herself from the most liberal ideals taken up by Julie, whose antechamber draws jealousy from her protectress, from whom she is forced to leave. =="The dialogue between Mr Descartes and the young Mr Pascal"== [[File:Frans Hals - Portret van René Descartes.jpg|thumb|Portrait of René Descartes (1596-1650) from a drawing by Frans Hals (1580-1666)]] [[File:Blaise pascal.jpg|thumb|Drawing of Blaise Pascal (1623-1662)]] Time: 1647. Place: Paris, France. Text at ? René Descartes meets Blaise Pascal, two mathematicians and philosophers with a particular interest in religion. Descartes admits that so far, knowing the dangers inherent in expressing opinions about religion, he has "advanced masked". Unlike Descartes and despite his achievements in mathematics, Pascal is beginning to lose interest in science, because he is looking for certainties only religious faith can supply. Pascal is outraged at Descartes' faith in numbers. "Can a Christian reason thus?" he asks rhetorically, "Don't you see that reason will make God superfluous to you?" Descartes denies that. Fearing God and his swaying lack of faith, Pascal wishes to work only for his salvation, while Descartes is confident of that while at the same time working on scientific subjects. Pascal asks him to write a letter in support of a fellow Jansenist unjustly accused by Jesuits, the dominant movement of the time. Descartes refuses, for he has no wish to be involved in superfluous religious quarrels. Pascal is disappointed and accuses him of cowardice, which the other denies. Another subject of controversy is Madame de Sablé's decision of dancing the night on the same day she had received communion, which Descartes considers a trivial matter, to Pascal's astonishment. Pascal further alienates his fellow philosopher by declaring that he welcomes tribulations, for physical pains "unite me with Christ," he says. Dismayed at Pascal's austerities, Descartes described an anecdote about a man who once saved his life when he was trapped beneath a horse and likely to freeze to death. That man, despite his charity and goodness, later lost his position as an ecclesiastic because of Pascal's accusations of his eccentric beliefs and has now become a pauper: is this serving God? Descartes concludes by opining that matters relating to the dangers of damnation are debatable and that no certainty is possible. Pascal does not agree. "The all I aspire to is beyond mathematics," he affirms. =Bernard-Marie Koltès= Also of note in the pos-modern period stands Bernard-Marie Koltès (1948-1989) with "Le retour au désert" (The return to the desert, 1988). "In 'Return to the desert'...violence simmers in every scene, from the very beginning when Mathilde Serpenoise, returning from Algeria to her ancestral home, is unable to greet her respectable bourgeois brother, Adrien, without the pair insulting one another. This scene is comic because of the ironic distance set up between Adrien's pretensions to middle-class dignity and the vicious dog-fight that in fact breaks out between him and his sister. The violence in this play is constantly viewed in an ironic perspective. Towards the end of the play, the city fathers (including Adrien) are involved in a successful plot to plant a bomb in an Arab café. At the time when the bomb explodes, Adrien's own son is inside, seeking sexual adventure, and when he staggers home, bleeding, to confront his father, all Adrien can do is to slap him for being out of the house without permission (Bradby, 1994 pp 377-378). “Exiles, foreigners, and outsiders are [strangers] who inhabit Koltès’ dramatic landscapes. So many of his characters are on the run so to speak, having left the homeland for a country where their difference is both visible and audible. Mathilde questions her homeland in Return to the Desert. ‘What country do I belong to?’ she asks. ‘Perhaps your home is the place you're not at?’…Mathilde is condemned to wander a landscape where she hovers between foreigner and native. She first appears as a refugee from the escalating conflict in Algeria; she left Metz fifteen years earlier having been publicly humiliated by her brother and his cronies she leaves Metz for a second time again at the end of the play with her bickering brother in tow...For Mathieu...families are simply about inheritance; coercive structures where misogyny is passed from father to son, children are raised through ‘kicks and wise precepts’, and fathers trapped forever in a destructive adolescence, a life spent with school friends indulging in conspiratorial games...Masculinity is exposed, wounded, embattled, and threatened in the worlds created by Koltès. In Return to the Desert , it is articulated by Adrien's impressionistic son as ‘slapping other people's faces…mates to drink with and fight with.. enemies to kill and defeat.’ Its workings are exposed and ridiculed as the farcical camaraderie of the town officials (represented by the prefect of police, solicitor, prefect of the department, and Adrien) in scene 9, plotting behind closed doors against those who question their excesses” (Delgado, 2011 pp 28-31). =="The return to the desert"== [[File:Dunes.jpg|thumb|After spending 15 years in Algeria, Mathilda discovers an even worse desert in France. Photo of dunes in the Algerian desert]] Time: 1960s. Place: France. Text at ? After fifteen years of absence in Algeria, Mathilda returns to France with her daughter, Fatima, and her son, Edward, in the house left occupied by her brother, Adrian, who assumes she has returned for only a brief stay. Not so, as she specifies from the start. She intends to remain in the house that belongs to her, just as the factory belongs to him, as decided when their parents died. Adrian is upset, being responsible for the improvements he has made to the house, and so to some extent rightly his as well, but nevertheless forced to accept. When his son, Matthew, insists on continuing to have a room of his own instead of sharing it with Edward, he smacks his face. Fatima confesses to her mother she has met someone in the house garden, but when asked who it is, she refuses to tell. In the garden, Adrian catches Matthew trying to leave the family grounds to join the French army in the Algerian war of independence (1954-1962). "I do not want to inherit," the frustrated Matthew declares, "I want to die uttering beautiful phrases." Adrian prevents it. On seeing a police commissioner called Planters in the house, Edward jumps on him and immobilizes him. The bewildered man asks Mathilda about meaning of such an act. She answers that fifteen years ago, the man was one of those responsible for her exile, when he accused her of indecency for bearing a child out of wedlock. To humiliate him, she cuts his hair off. On seeing him thus exposed, Adrian suggests that the humiliated police commissioner may avenge himself by spying on Fatima and locking her up as a madwoman, all the more so because she pretends to have seen the apparition of his dead wife, Mary. Confronting each other with their separate needs, Adrian and Mathilda quarrel on several subjects. Adrian is especially worried about how Edward encourages Matthew to follow him in Arab cafes. Adrian strikes Mathilda who strikes him back. They are separated by Edward and a servant, Aziz. In the garden, Matthew tries to engage in amorous relations with Fatima, who repulses him. Unaware of this aspect, Mathilda encourages Matthew to continue friendly relations with both her children. A distraught Fatima points towards what seems to her as Mary's ghost, but her mother sees nothing. At night together in bed, Mathilda tells her daughter she feels she is in danger in her brother's house. She would particularly like to know how Mary died. Adrian enters to say that Matthew has been recruited in the army. He has no confidence that his son will come out of the war alive. When Fatima expresses her wish to return to Algeria, Mathilda does not answer. Adrian meets Planters and a lawyer, Borny, late at night to await developments about the bomb they planted at an Arab cafe. To their consternation, the explosion kills Matthew and Aziz. Adrian and Mathilda decide to move to Algeria, away from this desert of a house. =Yasmina Reza= [[File:Yasmina Reza at XIII Prix Diálogo - Ceremonia de entrega.jpg|thumb|In Reza's "Art", men’s friendship is put to the test when one of them appears to have made a bad purchase]] Still in the post-absurdist tradition, Yasmina Reza (1959-?) wrote "Art" (1994). "Dermatologist Serge harbours artistic and intellectual ambitions; aeronautical engineer Marc is more down to earth and finds the purchase of the painting, which he describes in no uncertain terms as 'that piece of shit', risible. The two men, each of whom has been successful in his chosen career, drag the third character, Yvan, into their argument. For his part, Yvan sells stationery and is a rather clumsy procrastinator. Clearly, the play’s success is not entirely due to its plot, with its various questions: whether the friendship will endure despite personal stubbornness or social divides, whether or not the Antrios can be classified a work of 'art', or whether these 'single men' (one is divorced, one is experiencing marital problems, and the other is about to get married- his wedding takes place off-stage in the course of the play) can manage to construct a durable relationship. And neither is the play the sum total of its constituent themes, albeit ones that will be familiar to audiences on both sides of the Atlantic: the fragile nature of friendship, snobbery, money, social climbing, solitude, the pursuit of happiness, and the seditious role of modern art" (Jaccomart, 2013 p 234). =="Art"== [[File:Edmond_Boissonnet_-_La_toile_blanche_n°2.jpg|thumb|Friends are puzzled after Serge’s purchase of a painting depicting white lines on a white background. “White painting no 2” (1985) by Edmond Boissonnet (1906 -1995)]] Time: 1990s. Place: Loiret region, France. Text at https://pdfcoffee.com/art-yasmina-rezapdf-pdf-free.html http://pvp.org/Play%20Reading/ART%20by%20Yasmina%20Reza.pdf Serge has bought an expensive painting by Antrios consisting of whitish lines on a white background. His friend, Marc, is devastated at his lack of judgment. To make light of the situation, he laughs. Serge does not. When Marc announces the purchase to his other friend, Ivan, the latter is much less upset. Ivan even says to Serge he likes the painting. Serge laughs light-heartedly, accompanied by Ivan. Serge tells Ivan that Marc's laugh was "sardonic, without charm." When Ivan reports their talk to Marc, the latter specifies that Serge laughed just to please him, in no way for the right reason, because the painting is ridiculous. Serge reports to Marc that Ivan likes the painting. Marc reports he has had somewhat a change of heart, asking himself the question: "Is the yielding to this incoherent purchase not a highly poetic gesture?" Ivan is soon to be married but is in conflict with his girl-friend over the invitation card to the wedding. She wants her stepmother to be included on the card, but since Ivan detests his own stepmother, he refuses to have her included. Marc and Serge agree that he should cancel the wedding. But Ivan says he cannot, because his boss is her uncle. Marc is exasperated by Ivan's attitude, "because he is a little courtesan," he says, "servile, fooled by money, bluffed by what he thinks is culture, culture that I definitely vomit away, moreover." At this point, Serge challenges Marc. "Who are you to impose the law?" he asks belligerently. On his part, Marc is unable to come to terms that Serge likes the purchased painting while the latter is indignant that Marc is never hurt by his opinion. Serge specifies that he never voiced the negative opinions he holds about Marc's girl-friend. When Marc insists that his friend reverse his opinion of her, he refuses. They fight. In the scuffle, Ivan is inadvertedly hit on the ear. They stop to attend him. Marc at last reveals the main reason he is so upset about the purchase, that he can no longer represent himself as Serge's mentor in measuring all things by his opinion. To prove he considers their friendship more important than the painting, Serge permits Marc to damage it with a felt-pen, to Ivan's horror. However, Serge and Marc are able to repair the damage. When asked whether he thought it could have been repaired as he drew, Marc admits he did not think so. Serge lies by saying that he did not think so either. =Jean-Marie Besset= “Grande école” (Best of schools, 1995) by Jean-Marie Besset (1959-?), written in a more traditionally realist style, concerns student interactions at a prestigious professional school of commerce. =="Best of schools"== [[File:Escp-Paris.jpg|thumb|Superior School of Commerce, Paris]] Time: 1990s. Place: Paris, France. Text at ? Late at night, Agnes prepares tea for herself as Paul joins her. She suspects that Bernard, Louis-Arnault, and Vieux, roommates of his, conspired to leave the apartment during the week-end so that he could get her to bed. In particular, she guesses that Louis-Arnault suggested that he call her up. She proposes a deal: which among the two will first be able to seduce Louis-Arnault? If she wins, she and Paul will live together in their own apartment; if he wins, she will leave him. Later, while Agnes and her friend, Emeline, await the arrival of the male students, they argue over the interpretation of a current event regarding murder. Emeline leaves as, laden with a heavy package, Bernard steps in to explain that Louis-Arnault lags behind because he is jogging. To their horror, Louis-Arnault enters with his side covered with blood. Paul joins the two in helping their friend head for the hospital. While Bernard and Paul study, the former is unable to concentrate and leaves the room because the latter can only philosophize about what happened to Louis-Arnault. When the latter enters in his bath-robe in a fevered state, he, too, dismisses Paul’s thoughts as devoid of originality. Nevertheless, Louis-Arnault attempts to help Paul in his school-work. “What would really help me,” Paul says, “is that you handle the case and that you put my name on it,” to his friend a bewildering idea. At 3 AM, Louis-Arnault is startled to see Agnes enter their apartment, the door being carelessly left unlocked. Agnes reminds Louis-Arnault of the tender feelings he expressed towards her on his hospital bed and that it was she, not his friend, Emeline, who visited him at the hospital. As they are about to kiss, Emeline startles them by entering from the next room, sleeping there alone as a temporary replacement for Vieux, the absent roommate. “I thought that we had between us a certain form of intimacy,” Emelin declares. “Which does not give you the right to make a scene,” he responds. “Sex binds but does not fixate,” Agnes declares. “I am not talking to you,” Emeline retorts and leaves on seeing Louis-Arnault uninterested in pursuing the discussion. He leaves and then returns with money so that Agnes can head back home, but she declines the offer. He tears up the bills and throws them on the floor. She picks them up. When Bernard returns to the apartment to pick up forgotten lecture notes, he discovers the presence of a stranger, Mecir, Paul’s apparent bedmate. As Mecir leaves to take a shower in their apartment, Louis-Arnault asks Paul whether he will join Agnes to a Saturday night party at her school, having been invited, but Paul is unsure whether he himself is invited. Louis-Arnault suddenly backs off and lifts a chair in self-defense on seeing Mecir come out from the bathroom, for Mecir was the man who stabbed him and now quick to disappear. Later, Emeline informs Paul that Louis-Arnault is leaving his apartment to live somewhere else. When Louis-Arnault shows up to take out his stuff, Paul sarcastically enumerates the advantages of his future business career. Instead of responding, Louis-Arnault heads out to Emeline’s apartment with her. Agnes tells Paul that she almost consented to sleep with Louis-Arnault; in turn, Paul tells Agnes that he himself succeeded in sleeping with Louis-Arnault. She thinks he may be lying, but leaves him in any case. =Gildas Bourdet= Still in the realist style, Gildas Bourdet (1947-?) wrote “Une station service” (A service station, 1985). == “A service station”== [[File:Closed Gas Station - panoramio.jpg|thumb|Madeleine wants to sell her poorly attended service station, but is distracted by her husband’s return after an 18-year absence]] Time: 1980s. Place: Near an airport, France. Text at ? At a service station on a road recently blocked, a garage mechanic, Samson, repairs a Peuguot car while Tut-Tut, the mentally defective teenage son of Theresa, a schoolteacher and eldest of Madeleine’s three daughters, is urinating in the corner. Unfortunately, the stream reaches Samson lying under the car. A biker, Winnock, expects Doris, the youngest among the daughters, to accompany him outside of France, but being under age, she needs her mother’s consent. With 15 days till examination time, she is unwilling even to ask her. A stranger to Samson next appears for permission to use the telephone, a man named Humbert, who wishes to speak to Madeleine, his wife, owner of the gas station, rather than show up barefaced after abandoning her 18 years ago, explaining to her that he has one month to live with a cancerous growth in his lungs and therefore wishes to settle their finances before his death. In the meantime, Madeleine’s second daughter, Maud, once divorced, discusses marriage plans with her fiancé, Thomas, a medical student, yet immediately after he leaves, she calls up another man for a secret rendez-vous. Maud and Doris meet their father, who repeats that he came back to avoid legal difficulties after his death. To Maud and Theresa, Humbert specifies that he left home to become a painter, now possessing 100 potentially valuable paintings to bequeath. While he is alive, Madeleine is unable to sell the gas station without his consent. With nowhere else to go, he heads for Tut-Tut’s cabin in the woods. The next morning, Maud wakes up next to her lover, Richard, inside the Peugeot car, no one noticing except Samson, who sarcastically hangs her panties and hose on the car’s antenna. Doris informs her mother that she wants to leave home before Maud’s wedding. After a night in the forest, Humbert adds another reason to explain his absence, the discovery 18 years ago of his wife’s letters from her adulterous lover. Surprised but remorseless, she repulses his wish to stay at her place until his death. Winnock returns irate because Doris failed to show up at their proposed meeting place, though gladly holding her father’s written consent, enabling them to leave for a rock concert at San Sebastian, Spain. However, Madeline declines to give hers until Doris obtains her high school diploma. Richard comes back to recover his missing wallet and knife, left in the car. Unaware that the man is her sister’s lover, Theresa hops into his car to buy her sister’s wedding present. The night before their wedding day, Thomas comments favorably on Maud’s wedding dress, but once again as soon as he leaves, she calls up Richard, only she can only reach his answering machine. “It’s me again,” she says on the phone. “I long for you, for us. I need you, we must see each other.” She is startled when he suddenly shows up with news of his intention to join a friend, owner of a video store in Tahiti. Nevertheless, he still wants her, and, after some hesitation, so does she, until Pinnock interrupts their tête-à-tête, ready to head towards Spain. But, surprised to see Richard, whom she saw a while ago in Theresa’s company, now in Maud’s, Doris has no wish to follow Pinnock at the moment. Maud worries about what Richard was doing with Theresa. As a result, she drinks pastis in excessive amounts, then wobbles off into the woods to see her father. In the meantime, Samson has repaired the car. On the wedding day, Thomas is distressed to find only Richard on the premises, Theresa’s invited guest, as well as a large number of abstract paintings hung on the walls throughout the place. Thomas recognizes Richard’s car as the one that recklessly shot in front of his a few days ago. Fifteen minutes late, the entire family shows up to head for city hall, except that Maud’s wedding dress is torn and dirty and Humbert’s clothes are muddied from lying in the woods. Exasperated, Thomas grabs Maud, at which she calls Richard for help. When Thomas wonders why she would call a wedding guest for help, she blurts out that Richard has been her lover for a few months, at which Theresa is stunned. Threatened by Thomas, Richard takes out his knife, Thomas a drive shaft while an overexcited Tut-Tut pours petrol over Richard and Madeleine takes out a lighter to stop the fight. Disgusted over the entire situation, Thomas throws his ring at Maud’s feet and leaves. Intending to close up shop, Madeleine offers Samson the Peugeot. He needs to think it over. Richard leaves open the possibility of Maud joining him. Theresa considers that comment indelicate towards her, but yet finds the man irresistible. Doris is still uncertain about whether to follow Pinnock. {{BookCat}} 4pae9crciqmc05zewv1vd3t2er2awf4 Principles of Biochemistry/Biosynthesis of lipids 0 250068 4089932 4009594 2022-08-09T23:35:06Z Innerstream 3345774 wikitext text/x-wiki In animals, when there is an oversupply of dietary carbohydrate, the excess carbohydrate is converted to triacylglycerol. This involves the synthesis of fatty acids from acetyl-CoA and the esterification of fatty acids in the production of triacylglycerol, a process called lipogenesis. Fatty acids are made by fatty acid synthases that polymerize and then reduce acetyl-CoA units. The acyl chains in the fatty acids are extended by a cycle of reactions that add the acetyl group, reduce it to an alcohol, dehydrate it to an alkene group and then reduce it again to an alkane group. The enzymes of fatty acid biosynthesis are divided into two groups, in animals and fungi all these fatty acid synthase reactions are carried out by a single multifunctional protein, while in plant plastids and bacteria separate enzymes perform each step in the pathway. The fatty acids may be subsequently converted to triacylglycerols that are packaged in lipoproteins and secreted from the liver. The synthesis of unsaturated fatty acids involves a desaturation reaction, whereby a double bond is introduced into the fatty acyl chain. For example, in humans, the desaturation of stearic acid by stearoyl-CoA desaturase-1 produces oleic acid. The doubly unsaturated fatty acid linoleic acid as well as the triply unsaturated α-linolenic acid cannot be synthesized in mammalian tissues, and are therefore essential fatty acids and must be obtained from the diet. Triacylglycerol synthesis takes place in the endoplasmic reticulum by metabolic pathways in which acyl groups in fatty acyl-CoAs are transferred to the hydroxyl groups of glycerol-3-phosphate and diacylglycerol. Terpenes and isoprenoids, including the carotenoids, are made by the assembly and modification of isoprene units donated from the reactive precursors isopentenyl pyrophosphate and dimethylallyl pyrophosphate. These precursors can be made in different ways. In animals and archaea, the mevalonate pathway produces these compounds from acetyl-CoA, while in plants and bacteria the non-mevalonate pathway uses pyruvate and glyceraldehyde 3-phosphate as substrates. One important reaction that uses these activated isoprene donors is steroid biosynthesis. Here, the isoprene units are joined together to make squalene and then folded up and formed into a set of rings to make lanosterol. Lanosterol can then be converted into other steroids such as cholesterol and ergosterol<Ref>http://en.wikipedia.org/w/index.php?title=Lipid&oldid=424764580</ref>. ==Biosynthesis of lipids== {{unreferenced}} [[File:Steroidogenesis.svg|thumb|right|600px|Human [[steroidogenesis]], showing testosterone near bottom.]] Steroid biosynthesis is an anabolic metabolic pathway that produces steroids from simple precursors. This pathway is carried out in different ways in animals than in many other organisms, making the pathway a common target for antibiotics and other anti-infective drugs. In addition, steroid metabolism in humans is the target of cholesterol-lowering drugs such as statins. It starts in the mevalonate pathway in humans, with Acetyl-CoA as building blocks, which form DMAPP and IPP. In following steps, DMAPP and IPP form lanosterol, the first steroid. Further modification belongs to the succeeding steroidogenesis. Steroidogenesis is the biological process by which steroids are generated from cholesterol and transformed into other steroids. The pathways of steroidogenesis differ between different species, but the pathways of human steroidogenesis are shown in the figure. Products of steroidogenesis include: androgens testosterone estrogens and progesterone corticoids cortisol aldosterone '''Biosynthesis of testosterone''' Like other steroid hormones, testosterone is derived from cholesterol (see figure to the right). The first step in the biosynthesis involves the oxidative cleavage of the sidechain of cholesterol by CYP11A, a mitochondrial cytochrome P450 oxidase with the loss of six carbon atoms to give pregnenolone. In the next step, two additional carbon atoms are removed by the CYP17A enzyme in the endoplasmic reticulum to yield a variety of C19 steroids. In addition, the 3-hydroxyl group is oxidized by 3-β-HSD to produce androstenedione. In the final and rate limiting step, the C-17 keto group androstenedione is reduced by 17-β hydroxysteroid dehydrogenase to yield testosterone. The largest amounts of testosterone (>95%) are produced by the testes in men. It is also synthesized in far smaller quantities in women by the thecal cells of the ovaries, by the placenta, as well as by the zona reticularis of the adrenal cortex in both sexes. In the testes, testosterone is produced by the Leydig cells. The male generative glands also contain Sertoli cells which require testosterone for spermatogenesis. Like most hormones, testosterone is supplied to target tissues in the blood where much of it is transported bound to a specific plasma protein, sex hormone binding globulin (SHBG)<ref>http://en.wikipedia.org/w/index.php?title=Testosterone&oldid=425129619</ref>. '''Anabolic steroids and its misuse''' Anabolic steroids (AAS) were first isolated, identified and synthesized in the 1930s, and are now used therapeutically in medicine to stimulate bone growth and appetite, induce male puberty, and treat chronic wasting conditions, such as cancer and AIDS. Anabolic steroids also produce increases in muscle mass and physical strength, and are consequently used in sport and bodybuilding to enhance strength or physique. The known side effects include harmful changes in cholesterol levels (increased Low density lipoprotein and decreased High density lipoprotein), acne, high blood pressure, liver damage. Some of these effects can be mitigated by taking supplemental drugs. AAS user in sports began in October 1954, John Ziegler, a doctor who treated American athletes, went to Vienna with the American weightlifting team. There he met a Russian physicist who, over "a few drinks", repeatedly asked "What are you giving your boys?" When Ziegler returned the question, the Russian said that his own athletes were being given testosterone. Returning to America, Ziegler tried weak doses of testosterone on himself, on the American trainer Bob Hoffman and on two lifters, Jim Park and Yaz Kuzahara. All gained more weight and strength than any training programme would produce but there were side-effects. Ziegler sought a drug without after-effects and hit on an anabolic steroid, methandrostenolone, (Dianabol, DBOL), made in the US in 1958 by Ciba. The results were impressive—so impressive that lifters began taking ever more. Steroids spread to other sports where bulk mattered. Paul Lowe, a former running back with the San Diego Chargers American football team, told a California legislative committee on drug abuse in 1970: "We had to take them [steroids] at lunchtime. He [an official] would put them on a little saucer and prescribed them for us to take them and if not he would suggest there might be a fine." Olympic statistics show the weight of shot putters grew 14 per cent between 1956 and 1972, whereas steeplechasers grew 7.6 per cent. The gold medallist pentathlete Mary Peters said: "A medical research team in the United States attempted to set up extensive research into the effects of steroids on weightlifters and throwers, only to discover that there were so few who weren't taking them that they couldn't establish any worthwhile comparisons." In 1984, Jay Silvester, a former four-time Olympian and 1972 silver medalist in the discus who was then with the physical education department of Brigham Young University in the U.S., questioned competitors at that year's Olympics. The range of steroid use he found ranged from 10 mg a day to 100 mg<ref>http://en.wikipedia.org/w/index.php?title=Anabolic_steroid&oldid=425234650</ref>. {{quotation|A famous case of illicit AAS use in a competition was Canadian Ben Johnson's victory in the 100 m at the 1988 Summer Olympics. He subsequently failed the drug test when stanozolol was found in his urine. He later admitted to using the steroid as well as Dianabol, Testosterone Cypionate, Furazabol, and human growth hormone amongst other things. Johnson was therefore stripped of his gold medal as well as recognition of what had been a world-record performance. Carl Lewis was then promoted one place to take the Olympic gold title. Lewis had also run under the current world record time and was therefore recognized as the new record holder, however, in 2003, Dr. Wade Exum, the United States Olympic Committee (USOC) director of drug control administration from 1991 to 2000, gave copies of documents to Sports Illustrated which revealed that some 100 American athletes who failed drug tests and should have been prevented from competing in the Olympics were nevertheless cleared to compete. Among those athletes was Carl Lewis. Lewis then broke his silence on allegations that he was the beneficiary of a drugs cover-up, admitting he had tested positive for banned substances but claiming he was just one of "hundreds" of American athletes who were allowed to escape bans, concealed by the USOC. Lewis has now acknowledged that he failed three tests during the 1988 US Olympic trials, which under international rules at the time should have prevented him from competing in the Seoul games two months later. Former athletes and officials came out against the USOC cover-up. "For so many years I lived it. I knew this was going on, but there's absolutely nothing you can do as an athlete. You have to believe governing bodies are doing what they are supposed to do. And it is obvious they did not", said former American sprinter and 1984 Olympic champion, Evelyn Ashford.}} '''Biosynthesis of cortisol''' Cortisol is synthesized from cholesterol. Synthesis takes place in the zona fasciculata of the adrenal cortex. (The name cortisol is derived from cortex.) While the adrenal cortex also produces aldosterone (in the zona glomerulosa) and some sex hormones (in the zona reticularis), cortisol is its main secretion. The medulla of the adrenal gland lies under the cortex, mainly secreting the catecholamines adrenaline (epinephrine) and noradrenaline (norepinephrine) under sympathetic stimulation. The synthesis of cortisol in the adrenal gland is stimulated by the anterior lobe of the pituitary gland with adrenocorticotropic hormone (ACTH); ACTH production is in turn stimulated by corticotropin-releasing hormone (CRH), which is released by the hypothalamus. ACTH increases the concentration of cholesterol in the inner mitochondrial membrane, via regulation of the STAR (steroidogenic acute regulatory) protein. It also stimulates the main rate-limiting step in cortisol synthesis, in which cholesterol is converted to pregnenolone and catalyzed by Cytochrome P450SCC (side chain cleavage enzyme). ===Cholesterol Synthesis=== All animal cells manufacture cholesterol with relative production rates varying by cell type and organ function. About 20–25% of total daily cholesterol production occurs in the liver; other sites of higher synthesis rates include the intestines, adrenal glands, and reproductive organs. Synthesis within the body starts with one molecule of acetyl CoA and one molecule of acetoacetyl-CoA, which are dehydrated to form 3-hydroxy-3-methylglutaryl CoA (HMG-CoA). This molecule is then reduced to mevalonate by the enzyme HMG-CoA reductase. This step is the regulated, rate-limiting and irreversible step in cholesterol synthesis and is the site of action for the statin drugs (HMG-CoA reductase competitive inhibitors). Mevalonate is then converted to 3-isopentenyl pyrophosphate in three reactions that require ATP. This molecule is decarboxylated to isopentenyl pyrophosphate, which is a key metabolite for various biological reactions. Three molecules of isopentenyl pyrophosphate condense to form farnesyl pyrophosphate through the action of geranyl transferase. Two molecules of farnesyl pyrophosphate then condense to form squalene by the action of squalene synthase in the endoplasmic reticulum. Oxidosqualene cyclase then cyclizes squalene to form lanosterol. Finally, lanosterol is then converted to cholesterol. Konrad Bloch and Feodor Lynen shared the Nobel Prize in Physiology or Medicine in 1964 for their discoveries concerning the mechanism and regulation of cholesterol and fatty acid metabolism<ref>http://en.wikipedia.org/w/index.php?title=Cholesterol&oldid=425127311</ref>. Biosynthesis of cholesterol is directly regulated by the cholesterol levels present, though the homeostatic mechanisms involved are only partly understood. A higher intake from food leads to a net decrease in endogenous production, whereas lower intake from food has the opposite effect. The main regulatory mechanism is the sensing of intracellular cholesterol in the endoplasmic reticulum by the protein SREBP (sterol regulatory element-binding protein 1 and 2). In the presence of cholesterol, SREBP is bound to two other proteins: SCAP (SREBP-cleavage-activating protein) and Insig1. When cholesterol levels fall, Insig-1 dissociates from the SREBP-SCAP complex, allowing the complex to migrate to the Golgi apparatus, where SREBP is cleaved by S1P and S2P (site-1 and -2 protease), two enzymes that are activated by SCAP when cholesterol levels are low. The cleaved SREBP then migrates to the nucleus and acts as a transcription factor to bind to the SRE (sterol regulatory element), which stimulates the transcription of many genes. Among these are the low-density lipoprotein (LDL) receptor and HMG-CoA reductase. The former scavenges circulating LDL from the bloodstream, whereas HMG-CoA reductase leads to an increase of endogenous production of cholesterol. A large part of this signaling pathway was clarified by Dr. Michael S. Brown and Dr. Joseph L. Goldstein in the 1970s. In 1985, they received the Nobel Prize in Physiology or Medicine for their work. Their subsequent work shows how the SREBP pathway regulates expression of many genes that control lipid formation and metabolism and body fuel allocation. Cholesterol synthesis can be turned off when cholesterol levels are high, as well. HMG CoA reductase contains both a cytosolic domain (responsible for its catalytic function) and a membrane domain. The membrane domain functions to sense signals for its degradation. Increasing concentrations of cholesterol (and other sterols) cause a change in this domain's oligomerization state, which makes it more susceptible to destruction by the proteosome. This enzyme's activity can also be reduced by phosphorylation by an AMP-activated protein kinase. Because this kinase is activated by AMP, which is produced when ATP is hydrolyzed, it follows that cholesterol synthesis is halted when ATP levels are low<ref>http://en.wikipedia.org/w/index.php?title=Cholesterol&oldid=425127311</ref>. ===Biosynthesis of isoprenoids or terpenoids=== [[Image:Sterol synthesis.svg|thumb|right|350px|Simplified version of the steroid synthesis pathway with the terpenoid intermediates [[isopentenyl pyrophosphate]] (IPP), [[dimethylallyl pyrophosphate]] (DMAPP), [[geranyl pyrophosphate]] (GPP), and [[squalene]] shown. Some intermediates are omitted for clarity.]] There are two metabolic pathways of creating terpenoids: Mevalonic acid pathway Many organisms manufacture terpenoids through the HMG-CoA reductase pathway, the pathway that also produces cholesterol. The reactions take place in the cytosol. The pathway was discovered in the 1950s. MEP/DOXP pathway The 2-C-methyl-D-erythritol 4-phosphate/1-deoxy-D-xylulose 5-phosphate pathway (MEP/DOXP pathway), also known as [non-mevalonate pathway] or mevalonic acid-independent pathway, takes place in the plastids of plants and apicomplexan protozoa, as well as in many bacteria. It was discovered in the late 1980s. Pyruvate and glyceraldehyde 3-phosphate are converted by DOXP synthase (Dxs) to 1-deoxy-D-xylulose 5-phosphate, and by DOXP reductase (Dxr, IspC) to 2-C-methyl-D-erythritol 4-phosphate (MEP). The subsequent three reaction steps catalyzed by 4-diphosphocytidyl-2-C-methyl-D-erythritol synthase (YgbP, IspD), 4-diphosphocytidyl-2-C-methyl-D-erythritol kinase (YchB, IspE), and 2-C-methyl-D-erythritol 2,4-cyclodiphosphate synthase (YgbB, IspF) mediate the formation of 2-C-methyl-D-erythritol 2,4-cyclopyrophosphate (MEcPP). Finally, MEcPP is converted to (E)-4-hydroxy-3-methyl-but-2-enyl pyrophosphate (HMB-PP) by HMB-PP synthase (GcpE, IspG), and HMB-PP is converted to isopentenyl pyrophosphate (IPP) and dimethylallyl pyrophosphate (DMAPP) by HMB-PP reductase (LytB, IspH). IPP and DMAPP are the end-products in either pathway, and are the precursors of isoprene, monoterpenoids (10-carbon), diterpenoids (20-carbon), carotenoids (40-carbon), chlorophylls, and plastoquinone-9 (45-carbon). Synthesis of all higher terpenoids proceeds via formation of geranyl pyrophosphate (GPP), farnesyl pyrophosphate (FPP), and geranylgeranyl pyrophosphate (GGPP). Although both pathways, MVA and MEP, are mutually exclusive in most organisms, interactions between them have been reported in plants and few bacteria species. <table border=1> <TR><TH>Organism</TH><TH>Pathways</TH> <TR><TD>[[Bacteria]]</TD><TD>MVA or MEP</TD> <TR><TD>[[Archaea]]</TD><TD>MVA</TD> <TR><TD>Green [[Algae]]</TD><TD>MEP</TD> <TR><TD>[[Plant]]s</TD><TD> MVA and MEP</TD> <TR><TD>[[Animal]]s</TD><TD> MVA</TD> <TR><TD>[[Fungi]]</TD><TD> MVA</TD> </TABLE> The classical [mevalonate pathway or [[HMG-CoA reductase]] pathway is an important cellular metabolic pathway present in all higher eukaryotes and many bacteria. It is important for the production of IPP and DMAPP that serve as the basis for the biosynthesis of molecules used in processes as diverse as protein [[prenylation]], [[cell membrane]] maintenance, [[hormones]], [[lipid anchored protein|protein anchoring]] and [[glycosylation|''N''-glycosylation]]. In contrast to the classical [[mevalonate pathway]] of isoprenoid biosynthesis, [[plant]]s and [[apicomplexa]]n [[protozoa]] such as [[malaria]] parasites have the ability to produce their [[isoprenoids]] ([[terpenoids]]) using an alternative pathway, the '''non-mevalonate pathway''', which takes place in their [[plastid]]s.<ref>{{cite journal |author=Lichtenthaler H |title=The 1-Deoxy-D-xylulose-5-phosphate pathway of isoprenoid biosynthesis in plants |journal=Annu Rev Plant Physiol Plant Mol Biol |volume=50 |issue= |pages=47–65 |year=1999 |pmid=15012203 |doi=10.1146/annurev.arplant.50.1.47}}</ref> In addition, most [[bacteria]] including important pathogens such as ''[[Mycobacterium tuberculosis]]'' synthesize IPP and DMAPP via the non-mevalonate pathway. [[Image:Non-mevalonate pathway.svg|600px|thumb|center|'''Non-mevalonate pathway reactions in the biosynthesis of isoprenoids.''' Redrawn/transcribed verbatim from the scheme of Qidwai et al. (2014) [their Fig. 2.], see {{cite journal | authors = Qidwai T, Jamal F, Khan MY, Sharma B | date = 2014 | title = Exploring Drug Targets in Isoprenoid Biosynthetic Pathway for Plasmodium falciparum | journal = Biochemistry Research International | format = review | volume = | pages = 657189 | doi = 10.1155/2014/657189 | pmc = 4017727 | url = https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4017727/ | access-date = March 23, 2017 }} Note that this source uses enzyme names and abbreviations that are both non-comprehensive and non-standard (cf. {{cite journal | author=Eisenreich W, Bacher A, Arigoni D, Rohdich F | year= 2004 | title=Biosynthesis of Isoprenoids Via the Non-mevalonate Pathway | journal=Cell. Mol. Life Sci. | volume=61 | issue=12 | pages=1401–26 | pmid = 15197467 | doi=10.1007/s00018-004-3381-z | url = http://link.springer.com/article/10.1007%2Fs00018-004-3381-z | access-date = March 23, 2017 }}); hence, image content must be reconciled with standard enzyme names and abbreviations for whichever of the pathways of the three relevant phyla/kingdoms are under discussion. See the "Non-mevalonate pathway" article at the English Wikipedia for clarification.]] ==Biosynthesis Eicosanoids== Two families of [[enzymes]] catalyze fatty acid oxygenation to produce the eicosanoids: * [[Cyclooxygenase]], or COX, generates the [[prostanoids]]. * [[Lipoxygenase]], or LOX, in several forms. 5-lipoxygenase (5-LO) generates the [[leukotrienes]]. Eicosanoids are not stored within cells, but are [[Biosynthesis|synthesized]] as required. They derive from the fatty acids that make up the [[cell membrane]] and [[Nuclear envelope|nuclear membrane]]. Eicosanoid biosynthesis begins when cell is activated by mechanical trauma, cytokines, growth factors or other stimuli. (The stimulus may even be an eicosanoid from a neighboring cell; the pathways are complex.) This triggers the release of a [[phospholipase]] at the [[cell membrane]]. The phospholipase travels to the [[nuclear membrane]]. There, the phospholipase catalyzes ester [[hydrolysis]] of phospholipid (by [[Phospholipase A2|A<sub>2</sub>]]) or diacylglycerol (by [[phospholipase C]]). This frees a 20-carbon [[essential fatty acid]]. This hydrolysis appears to be the [[rate-determining step]] for eicosanoid formation. The fatty acids may be released by any of several phospholipases. Of these, type IV cytosolic phospholipase A<sub>2</sub> (cPLA<sub>2</sub>) is the key actor, as cells lacking cPLA<sub>2</sub> are generally devoid of eicosanoid synthesis. The phospholipase cPLA<sub>2</sub> is specific for phospholipids that contain AA, EPA or GPLA at the [[Phospholipase A2|SN2]] position. Interestingly, cPLA<sub>2</sub> may also release the lysophospholipid that becomes [[platelet-activating factor]].<ref name=University>{{cite web | author=University of Kansas Medical Center | year = 2004 | title = Eicosanoids and Inflammation | url = http://classes.kumc.edu/som/bioc801/small_group/eicosanoids/eicosanoids-2004.pdf | accessdate = 2007-01-05|format=PDF}} {{Dead link|date=September 2010|bot=H3llBot}}</ref> ===Peroxidation and reactive oxygen species=== Next, the free fatty acid is oxygenated along any of several pathways; see the ''Pathways'' table. The eicosanoid pathways (''via'' [[lipoxygenase]] or [[Cyclooxygenase|COX]]) add [[Oxygen|molecular oxygen]] (O<sub>2</sub>). Although the fatty acid is [[Symmetry|symmetric]], the resulting eicosanoids are [[Chirality (chemistry)|chiral]]; the oxidation proceeds with high [[stereospecificity]]. The oxidation of lipids is hazardous to cells, particularly when close to the nucleus. There are elaborate mechanisms to prevent unwanted oxidation. COX, the lipoxygenases and the phospholipases are tightly controlled&mdash;there are at least eight proteins activated to coordinate generation of leukotrienes. Several of these exist in multiple [[isoforms]].<ref name=Soberman>{{cite journal | author=Soberman, Roy J. and Christmas, Peter | title =The organization and consequences of eicosanoid signaling | journal =J. Clin. Invest| volume= 111 |pages=1107–1113 |year=2003 | url = http://www.jci.org/cgi/content/full/111/8/1107 | doi = 10.1172/JCI200318338 | accessdate = 2007-01-05 | pmid=12697726 | issue=8 | pmc=152944}}</ref> Oxidation by either COX or lipoxygenase releases [[reactive oxygen species]] (ROS) and the initial products in eicosanoid generation are themselves highly reactive [[peroxide]]s. LTA<sub>4</sub> can form [[adduct]]s with tissue [[DNA]]. Other reactions of lipoxygenases generate cellular damage; [[Murinae|murine]] models implicate 15-lipoxygenase in the [[pathogenesis]] of [[atherosclerosis]].<ref name=Cyrus>{{cite journal | author=Cyrus, Tillmann | journal= J Clin Invest | url= http://www.jci.org/cgi/content/abstract/103/11/1597 | month= June | year= 1999 |volume = 103 | pmid=10359569| issue =11| pages= 1597–1604n | pmc=408369 | title=Disruption of the 12/15-lipoxygenase gene diminishes atherosclerosis in apo E–deficient mice | doi=10.1172/JCI5897 | last2=Witztum | first2=Joseph L. | last3=Rader | first3=Daniel J. | last4=Tangirala | first4=Rajendra | last5=Fazio | first5=Sergio | last6=Linton | first6=Macrae F. | last7=Funk | first7=Colin D.}}</ref><ref name=Schewe>{{cite journal | author=Schewe T. |journal= Biol Chem. |year= 2002 Mar-Apr| volume= 383|issue= 3-4 | title = 15-lipoxygenase-1: a prooxidant enzyme | accessdate= 2007-01-09 | doi=10.1515/BC.2002.041 | pmid=12033428|pages= 365–74}}</ref> The oxidation in eicosanoid generation is compartmentalized; this limits the peroxides' damage. The enzymes which are biosynthetic for eicosanoids (e.g. [[transferase|glutathione-S-transferases]], epoxide [[hydrolase]]s and [[carrier protein]]s) belong to families whose functions are largely involved with cellular detoxification. This suggests that eicosanoid signaling may have evolved from the detoxification of ROS. The cell must realize some benefit from generating lipid hydroperoxides close-by its nucleus. PGs and LTs may signal or regulate [[Transcription (genetics)|DNA-transcription]] there; LTB<sub>4</sub> is ligand for [[Peroxisome proliferator-activated receptor|PPAR&alpha;]]. ''(See diagram at PPAR).'' {| border=0 width=550 align="center" style="border-top:1px solid black; border-right:1px solid black; border-bottom:1px solid black; border-left:1px solid black;" |+'''Structures of Selected Eicosanoids''' |- | align="center"|[[Image:Prostaglandin E1.svg|200px]] | colspan="2" align="center"| [[Image:Thromboxane A2.png|170px]]<!--18Oct07: narrowed 2nd/3rd images from 200px--> | align="center"| [[Image:Leukotriene B4.svg|180px]] |- | align="center" | Prostaglandin E<sub>1</sub>. The 5-member ring is characteristic of the class. | colspan="2" align="center"| Thromboxane A<sub>2</sub>. Oxygens<br/>have moved into the ring. | align="center"| Leukotriene B<sub>4</sub>. Note the 3 conjugated double bonds. |- | colspan="2" align="center"| [[Image:Prostaglandin I2.png|200px]] | colspan="2" align="center"|[[Image:Leukotriene E4.svg|200px]] |- | colspan="2" align="center"| Prostacyclin I<sub>2</sub>. The second ring distinguishes it from the prostaglandins. | colspan="2" align="center"|Leukotriene E<sub>4</sub>, an example of a cysteinyl leukotriene. |} [[Image:Eicosanoid synthesis.svg|thumb|400px|Eicosanoid synthesis. (Leukotrienes at right.)]] === Biosynthesis of Prostanoid === [[Cyclooxygenase]] (''COX'') catalyzes the conversion of the free essential fatty acids to prostanoids by a two-step process. In the first step, two molecules of O<sub>2</sub> are added as two peroxide linkages and a 5-member carbon ring is forged near the middle of the fatty acid chain. This forms the short-lived, unstable intermediate Prostaglandin G (PGG). One of the peroxide linkages sheds a single oxygen, forming PGH. ''(See diagrams and more detail at [[Cyclooxygenase]]).'' All other prostanoids originate from PGH (as PGH<sub>1</sub>, PGH<sub>2</sub>, or PGH<sub>3</sub>). Figure 1 shows how PGH<sub>2</sub> (derived from [[Arachidonic acid]]) is converted: * By [[PGE synthetase]] into PGE (which in turn is converted into PGF) * By [[PGD synthetase]] into PGD * By [[Prostacyclin synthase]] into [[prostacyclin]] (PGI2) * By [[Thromboxane synthase]] into [[thromboxane]]s [[File:Prostaglandin E1.svg|thumb|Prostaglandin E1]] The three classes of prostanoids have distinctive rings in the center of the molecule. They differ in their structures. The PGH compounds (parents to all the rest) have a 5-carbon ring, bridged by two oxygens (a [[peroxide]].) The derived prostaglandins contain a single, unsaturated 5-carbon ring. In prostacyclins, this ring is conjoined to another oxygen-containing ring. In thromboxanes the ring becomes a 6-member ring with one oxygen. Production of PGE<sub>2</sub> in bacterial and viral infections appear to be stimulated by certain cytokines, e.g., [[interleukin-1]].<ref name=University >{{cite web | author=University of Kansas Medical Center | year = 2004 | title = Eicosanoids and Inflammation </ref> ===Leukotrienes pathway=== Leukotrienes are synthesized in the cell from arachidonic acid by 5-lipoxygenase. The catalytic mechanism involves the insertion of an oxygen moiety at a specific position in the arachidonic acid backbone. The lipoxygenase pathway is active in leukocytes, including mast cells, eosinophils, neutrophils, monocytes, and basophils. When such cells are activated, arachidonic acid is liberated from cell membrane phospholipids by phospholipase A2, and donated by the 5-lipoxygenase-activating protein (FLAP) to 5-lipoxygenase. 5-Lipoxygenase (5-LO) uses FLAP to convert arachidonic acid into 5-hydroperoxyeicosatetraenoic acid (5-HPETE), which spontaneously reduces to 5-hydroxyeicosatetraenoic acid (5-HETE). The enzyme 5-LO acts again on 5-HETE to convert it into leukotriene A4 (LTA4), an unstable epoxide. In cells equipped with LTA4 hydrolase, such as neutrophils and monocytes, LTA4 is converted to the dihydroxy acid leukotriene LTB4, which is a powerful chemoattractant for neutrophils acting at BLT1 and BLT2 receptors on the plasma membrane of these cells. In cells that express LTC4 synthase, such as mast cells and eosinophils, LTA4 is conjugated with the tripeptide glutathione to form the first of the cysteinyl-leukotrienes, LTC4. Outside the cell, LTC4 can be converted by ubiquitous enzymes to form successively LTD4 and LTE4, which retain biological activity. The cysteinyl-leukotrienes act at their cell-surface receptors CysLT1 and CysLT2 on target cells to contract bronchial and vascular smooth muscle, to increase permeability of small blood vessels, to enhance secretion of mucus in the airway and gut, and to recruit leukocytes to sites of inflammation. Both LTB4 and the cysteinyl-leukotrienes (LTC4, LTD4, LTE4) are partly degraded in local tissues, and ultimately become inactive metabolites in the liver. {{quotation|'''Cyclooxygenase (COX)''' COX converts arachidonic acid (AA, an ω-6 PUFA) to prostaglandin H2 (PGH2), the precursor of the series-2 prostanoids. The enzyme contains two active sites: a heme with peroxidase activity, responsible for the reduction of PGG2 to PGH2, and a cyclooxygenase site, where arachidonic acid is converted into the hydroperoxy endoperoxide prostaglandin G2 (PGG2). The reaction proceeds through H atom abstraction from arachidonic acid by a tyrosine radical generated by the peroxidase active site. Two O2 molecules then react with the arachidonic acid radical, yielding PGG2. At present, three COX isoenzymes are known: COX-1, COX-2, and COX-3. COX-3 is a splice variant of COX-1, which retains intron one and has a frameshift mutation; thus some prefer the name COX-1b or COX-1 variant (COX-1v).[3] Different tissues express varying levels of COX-1 and COX-2. Although both enzymes act basically in the same fashion, selective inhibition can make a difference in terms of side-effects. COX-1 is considered a constitutive enzyme, being found in most mammalian cells. COX-2, on the other hand, is undetectable in most normal tissues. It is an inducible enzyme, becoming abundant in activated macrophages and other cells at sites of inflammation. More recently, it has been shown to be upregulated in various carcinomas and to have a central role in tumorigenesis. Both COX-1 and -2 (also known as PGHS-1 and -2) also oxygenate two other essential fatty acids – DGLA (ω-6) and EPA (ω-3) – to give the series-1 and series-3 prostanoids, which are less inflammatory than those of series-2. DGLA and EPA are competitive inhibitors with AA for the COX pathways. This inhibition is a major mode of action in the way that dietary sources of DGLA and EPA (e.g., borage, fish oil) reduce inflammation.The use of anabolic steroids is now banned by all major sporting bodies, including the ATP, WTA, ITF, International Olympic Committee, FIFA, UEFA, all major professional golf tours, the National Hockey League, Major League Baseball, the National Basketball Association, the European Athletic Association, WWE and the NFL. However drug testing can be wildly inconsistent and, in some instances, has gone unenforced.}} ==Bile acid and its synthesis== Bile acids are steroid acids found predominantly in the ''bile of mammals''. Bile salts are bile acids compounded with a cation, usually sodium. In humans, the salts of taurocholic acid and glycocholic acid (derivatives of cholic acid) represent approximately eighty percent of all bile salts. The two major bile acids are cholic acid, and chenodeoxycholic acid. Bile acids, glycine and taurine conjugates, and 7-alpha-dehydroxylated derivatives (deoxycholic acid and lithocholic acid) are all found in human intestinal bile. An increase in bile flow is exhibited with an increased secretion of bile acids. The main function of bile acid is to facilitate the formation of micelles, which promotes processing of dietary fat. Bile acids are made in the liver by the cytochrome P450-mediated oxidation of cholesterol. They are conjugated with taurine or the amino acid glycine, or with a sulfate or a glucuronide, and are then stored in the gallbladder, which concentrates the salts by removing the water. In humans, the [[rate limiting step]] is the addition of a hydroxyl group on position 7 of the steroid nucleus by the enzyme [[CYP7A1|cholesterol 7 alpha-hydroxylase]]. Upon eating a meal, the contents of the gallbladder are secreted into the [[intestine]], where bile acids serve the purpose of emulsifying dietary fats. Bile acids serve other functions, including eliminating cholesterol from the body, driving the flow of bile to eliminate catabolites from the liver, emulsifying lipids and fat soluble vitamins in the intestine to form micelles that can be transported via the lacteal system, and aiding in the reduction of the bacteria flora found in the small intestine and biliary tract. ''Bile acid'' refers to the protonated (-COOH) form. ''Bile salt'' refers to the deprotonated or ionized (-COO<sup>-</sup>) form. Conjugated bile acids are more efficient at emulsifying fats because at intestinal pH, they are more ionized than unconjugated bile acids.<ref>'Essentials of Medical Biochemistry, Lieberman, Marks and Smith, eds, p432, 2007'</ref> Synthesis of bile acids is a major route of cholesterol metabolism in most species other than humans. The body produces about 800 mg of cholesterol per day and about half of that is used for bile acid synthesis. In total about 20-30 grams of bile acids are secreted into the [[intestine]] daily. About 90% of excreted bile acids are reabsorbed by [[active transport]] in the [[ileum]] and recycled in what is referred to as the [[enterohepatic circulation]] which moves the bile salts from the intestinal system back to the liver and the gallbladder. This allows a low rate of daily synthesis, but high secretion to the digestive system. Bile is also used to break down fat globules into tiny droplets. Bile from slaughtered animals can be used in the preparation of soap. ==Lipids in membrane== [[File:Space-Filling Model Sphingomyelin and Cholesterol.jpg|thumb|300px|Space-filling models of sphingomyelin (a) and cholesterol (b).]] '''Phospholipids''' Phospholipids and glycolipids consist of two long, nonpolar ([[hydrophobic]]) [[hydrocarbon chain]]s linked to a [[hydrophilic]] head group. The heads of phospholipids are <span style="color: red; font-weight: bold;">phosphorylated</span> and they consist of either: :*<span style="color: green; font-weight: bold;">Glycerol</span> (and hence the name '''phosphoglycerides''' given to this group of lipids). :*<span style="color: CornflowerBlue; font-weight: bold;">Sphingosine</span> (with only one member - [[sphingomyelin]]). '''Glycolipids''' The heads of glycolipids contain a [[sphingosine]] with <span style="color: Goldenrod; font-weight: bold;">one or several sugar units</span> attached to it. The hydrophobic chains belong either to: :*two [[fatty acid]]s - in the case of the phosphoglycerides. :*one FA and the hydrocarbon tail of [[sphingosine]] - in the case of sphingomyelin and the glycolipids. '''Fatty acids''' The fatty acids in phospho- and glycolipids usually contain an even number of [[carbon]] atoms, typically between 14 and 24. The 16- and 18-carbon FAs are the most common ones. FAs may be saturated or unsaturated, with the configuration of the [[double bond]]s nearly always ''cis''. The length and the degree of [[saturation (chemistry)|unsaturation]] of FAs chains have a profound effect on membranes' [[fluidity]]. '''Phosphoglycerides''' In phosphoglycerides, the hydroxyl groups at C-1 and C-2 of glycerol are esterified to the carboxyl groups of the FAs. The C-3 hydroxyl group is esterified to phosphoric acid. The resulting compound, called [[phosphatidate]], is the simplest [[phosphoglycerate]]. Only small amounts of phosphatidate are present in membranes. However, it is a key intermediate in the [[biosynthesis]] of the other phosphoglycerides. '''Sphingosine''' Sphingosine is an amino alcohol that contains a long, [[saturation (chemistry)|unsaturated]] hydrocarbon chain. In sphingomyelin and glycolipids, the amino group of sphingosine is linked to FAs by an [[amide]] bond. In sphingomyelin the primary [[hydroxyl]] group of sphingosine is esterified to phosphoryl [[choline]]. In glycolipids, the sugar component is attached to this group. The simplest glycolipid is [[cerebroside]], in which there is only one sugar residue, either [[glucose|Glc]] or [[galactose|Gal]]. More complex glycolipids, such as [[ganglioside]]s, contain a branched chain of as many as seven sugar residues. <gallery> File:Sphingosine structure.svg|Sphingosine - IUPAC Name: (2S,3R)-2-aminooctadec-4-ene-1,3-diol </gallery> Sphingosine is synthesized from palmitoyl CoA and serine in a condensation required to yield [[dehydrosphingosine]]. <gallery> File:Sphingosine synthesis corrected.png|Sphingosine is synthesized from palmitoyl CoA and serine in a condensation required to yield dehydrosphingosine </gallery> [[Image:Sphingosine synthesis corrected.png|900px|Sphingosine synthesis]] Dehydrosphingosine is then reduced by [[NADPH]] to [[dihydrosphingosine]] (sphinganine), and finally oxidized by [[FAD]] to sphingosine. There is no direct route of synthesis from [[sphinganine]] to sphingosine; it has to be acylated first to [[dihydroceramide]], which is then dehydrogenated to ceramide. Sphingosine is formed via degradation of sphingolipid in the lysosome. '''Cholesterol''' [[Cholesterol]] occurs naturally in [[eukaryote]] [[cell membranes]] where it is bio-synthesised from [[mevalonate]] via a squalene cyclisation of [[terpenoids]]. It associated preferentially with [[sphingolipids]] (see diagram) in cholesterol-rich [[lipid rafts]] areas of the membranes in eukaryotic cells.<ref> Chen, H;Born, E;Mathur, S N;Field, F J, J Lipid, Res Dec12 2159-67 ''' Cholesterol and sphingomyelin syntheses are regulated independently in cultured human intestinal cells, CaCo-2: role of membrane cholesterol and sphingomyelin content''' ¦Volume= 34 ¦Year= 1993 ¦PMID=8301234 ¦ISBN=0022-2275 </ref> Hopanoids serve a similar function in prokaryotes. Cell membranes require high levels - typically an average of 20% cholesterol molecular in the whole membrane, increasing locally in raft areas up to 50% cholesterol (- % is molecular ratio) <ref>de Meyer F, Smit B. Effect of cholesterol on the structure of a phospholipid bilayer. Proc Natl Acad Sci U S A 2009; 106: 3654-8. </ref> Formation of [[lipid rafts]] promotes aggregation of peripheral and [[transmembrane proteins]] including docking of [[SNARE]] and [[VAMP]] proteins<ref>Lang T, Bruns D, Wenzel D, Riedel D, Holroyd P, Thiele C, Jahn R. SNAREs are concentrated in cholesterol-dependent clusters that define docking and fusion sites for exocytosis EMBO J 2001;20:2202-13.</ref> ===Archaeal membranes=== [[Image:Archaea membrane.svg|thumb|right|300px|Membrane structures. '''Top''', an archaeal phospholipid: '''1''', isoprene chains; '''2''', ether linkages; '''3''', [[Levorotation and dextrorotation|L-]]glycerol moiety; '''4''', phosphate group. '''Middle''', a bacterial or eukaryotic phospholipid: '''5''', fatty acid chains; '''6''', ester linkages; '''7''', [[Levorotation and dextrorotation|D-]]glycerol moiety; '''8''', phosphate group. '''Bottom''': '''9''', lipid bilayer of bacteria and eukaryotes; '''10''', lipid monolayer of some archaea.]] Archaeal membranes are made of molecules that differ strongly from those in other life forms, showing that archaea are related only distantly to bacteria and eukaryotes.<ref name=Koga/> In all organisms [[cell membrane]]s are made of molecules known as [[phospholipid]]s. These molecules possess both a [[chemical polarity|polar]] part that dissolves in water (the [[phosphate]] "head"), and a "greasy" non-polar part that does not (the lipid tail). These dissimilar parts are connected by a [[glycerol]] moiety. In water, phospholipids cluster, with the heads facing the water and the tails facing away from it. The major structure in cell membranes is a double layer of these phospholipids, which is called a [[lipid bilayer]]<Ref>http://en.wikipedia.org/w/index.php?title=Archaea&oldid=423838280</ref>. These phospholipids are unusual in four ways: * Bacteria and eukaryotes have membranes composed mainly of glycerol-[[ester]] [[lipid]]s, whereas archaea have membranes composed of glycerol-[[ether lipid]]s.<ref>{{ cite journal |author=De Rosa M, Gambacorta A, Gliozzi A |title=Structure, biosynthesis, and physicochemical properties of archaebacterial lipids |journal=Microbiol. Rev. |volume=50 |issue=1 |pages=70&ndash;80 |date=1 March 1986|pmid=3083222 |url=http://mmbr.asm.org/cgi/pmidlookup?view=long&pmid=3083222 |pmc=373054}}</ref> The difference is the type of bond that joins the lipids to the glycerol moiety; the two types are shown in yellow in the figure at the right. In ester lipids this is an [[ester|ester bond]], whereas in ether lipids this is an [[ether|ether bond]]. Ether bonds are chemically more resistant than ester bonds. This stability might help archaea to survive extreme temperatures and very [[acid]]ic or [[alkaline]] environments.<ref>{{ cite journal |author=Albers SV, van de Vossenberg JL, Driessen AJ, Konings WN |title=Adaptations of the archaeal cell membrane to heat stress |journal=Front. Biosci. |volume=5 |issue= |pages=D813&ndash;20 |year=2000 |month=September |pmid=10966867 |url=http://www.bioscience.org/2000/v5/d/albers/list.htm |doi=10.2741/albers}}</ref> Bacteria and eukaryotes do contain some ether lipids, but in contrast to archaea these lipids are not a major part of their membranes. * The [[stereochemistry]] of the glycerol moiety is the reverse of that found in other organisms. The glycerol moiety can occur in two forms that are mirror images of one another, called the right-handed and left-handed forms; in chemistry these are called ''[[enantiomer]]s''. Just as a right hand does not fit easily into a left-handed glove, a right-handed glycerol molecule generally cannot be used or made by [[enzyme]]s adapted for the left-handed form. This suggests that archaea use entirely different enzymes for synthesizing phospholipids than do bacteria and eukaryotes. Such enzymes developed very early in life's history, suggesting an early split from the other two domains.<ref name=Koga>{{ cite journal |author=Koga Y, Morii H |title=Biosynthesis of ether-type polar lipids in archaea and evolutionary considerations |journal=Microbiol. Mol. Biol. Rev. |volume=71 |issue=1 |pages=97&ndash;120 |year=2007 |pmid=17347520 |url=http://mmbr.asm.org/cgi/pmidlookup?view=long&pmid=17347520 |doi =10.1128/MMBR.00033-06 |pmc=1847378}}</ref> * Archaeal lipid tails are chemically different from other organisms. Archaeal lipids are based upon the [[isoprene|isoprenoid]] sidechain and are long chains with multiple side-branches and sometimes even [[cyclopropane]] or [[cyclohexane]] rings.<ref>{{ cite journal |author=Damsté JS, Schouten S, Hopmans EC, van Duin AC, Geenevasen JA |title=Crenarchaeol: the characteristic core glycerol dibiphytanyl glycerol tetraether membrane lipid of cosmopolitan pelagic crenarchaeota |journal=J. Lipid Res. |volume=43 |issue=10 |pages=1641&ndash;51 |year=2002 |month=October |pmid=12364548 |url=http://www.jlr.org/cgi/pmidlookup?view=long&pmid=12364548 |doi=10.1194/jlr.M200148-JLR200}}</ref> This is in contrast to the [[fatty acid]]s found in other organisms' membranes, which have straight chains with no branches or rings. Although isoprenoids play an important role in the biochemistry of many organisms, only the archaea use them to make phospholipids. These branched chains may help prevent archaean membranes from leaking at high temperatures.<ref>{{ cite journal |author=Koga Y, Morii H |title=Recent advances in structural research on ether lipids from archaea including comparative and physiological aspects |journal=Biosci. Biotechnol. Biochem. |volume=69 |issue=11 |pages=2019&ndash;34 |year=2005 |month=November |pmid=16306681 |url=http://www.jstage.jst.go.jp/article/bbb/69/11/2019/_pdf |doi=10.1271/bbb.69.2019}}</ref> * In some archaea the lipid bilayer is replaced by a monolayer. In effect, the archaea fuse the tails of two independent phospholipid molecules into a single molecule with two polar heads; this fusion may make their membranes more rigid and better able to resist harsh environments.<ref>{{ cite journal |author=Hanford MJ, Peeples TL |title=Archaeal tetraether lipids: unique structures and applications |journal=Appl. Biochem. Biotechnol. |volume=97 |issue=1 |pages=45–62 |year=2002 |month=January |pmid=11900115 |doi=10.1385/ABAB:97:1:45}}</ref> For example, the lipids in ''Ferroplasma'' are of this type, which is thought to aid this organism's survival in its highly acidic habitat.<ref>{{ cite journal |author=Macalady JL, Vestling MM, Baumler D, Boekelheide N, Kaspar CW, Banfield JF |title=Tetraether-linked membrane monolayers in Ferroplasma spp: a key to survival in acid |journal=Extremophiles |volume=8 |issue=5 |pages=411–9 |year=2004 |month=October |pmid=15258835 |doi=10.1007/s00792-004-0404-5}}</ref> ==Terpene biosynthesis== <!-- This section is linked from [[Otto Wallach]] --> [[Image:Isoprene structure.png|thumb|right|100px|Isoprene]] [[Image:Mevalonate_pathway.png|thumb|400px|right|Mevalonate pathway]] Terpenes are derived biosynthetically from units of [[isoprene]], which has the molecular formula C<sub>5</sub>H<sub>8</sub>. The basic molecular formulae of terpenes are multiples of that, (C<sub>5</sub>H<sub>8</sub>)<sub>n</sub> where n is the number of linked isoprene units. This is called the '''isoprene rule''' or the ''C5 rule''. The isoprene units may be linked together "head to tail" to form linear chains or they may be arranged to form rings. One can consider the isoprene unit as one of nature's common building blocks. Isoprene itself does not undergo the building process, but rather activated forms, isopentenyl pyrophosphate (IPP or also isopentenyl diphosphate) and dimethylallyl pyrophosphate (DMAPP or also dimethylallyl diphosphate), are the components in the biosynthetic pathway. IPP is formed from [[acetyl-CoA]] via the intermediacy of mevalonic acid in the [[HMG-CoA reductase pathway]]. An alternative, totally unrelated biosynthesis pathway of IPP is known in some bacterial groups and the plastids of plants, the so-called MEP(2-Methyl-D-erythritol-4-phosphate)-pathway, which is initiated from C5-sugars. In both pathways, IPP is isomerized to DMAPP by the enzyme isopentenyl pyrophosphate isomerase. {| |- |[[Image:Dimethylallylpyrophosphate.svg|thumb|200px|Dimethylallyl pyrophosphate]] |[[Image:Isopentenylpyrophosphate.svg|thumb|200px|Isopentenyl pyrophosphate]] |} As chains of isoprene units are built up, the resulting terpenes are classified sequentially by size as hemiterpenes, monoterpenes, sesquiterpenes, diterpenes, sesterterpenes, triterpenes, and tetraterpenes<Ref>http://en.wikipedia.org/w/index.php?title=Terpene&oldid=425141133</ref>. ===Mevalonate pathway and Statins=== The '''mevalonate pathway''' or '''HMG-CoA reductase pathway''' or '''mevalonate-dependent (MAD) route''' or '''isoprenoid pathway''', is an important [[cell (biology)|cellular]] [[metabolic pathway]] present in all higher eukaryotes and many bacteria. It is important for the production of [[dimethylallyl pyrophosphate]] (DMAPP) and [[isopentenyl pyrophosphate]] (IPP), which serve as the basis for the biosynthesis of molecules used in processes as diverse as [[terpenoid]] synthesis, protein [[prenylation]], [[cell membrane]] maintenance, hormones, [[lipid anchored protein|protein anchoring]], and [[glycosylation|''N''-glycosylation]]. It is also a part of steroid biosynthesis<ref>http://en.wikipedia.org/w/index.php?title=Mevalonate_pathway&oldid=404974883</ref>. Several key enzymes can be activated through DNA transcription al regulation on activation of SREBP (sterol regulatory element-binding protein-1 and -2). This intracellular sensor detects low cholesterol levels and stimulates endogenous production by the HMG-CoA reductase pathway, as well as increasing lipoprotein uptake by up-regulating the [[LDL receptor|LDL-receptor]]. Regulation of this pathway is also achieved by controlling the rate of translation of the mRNA, degradation of reductase and phosphorylation. {| class="wikitable" | '''Reaction''' || '''Diagram''' || '''Enzyme''' |- | [[Acetyl-CoA]] ([[citric acid cycle]]) undergoes condensation with another acetyl-CoA subunit via Acetyl-CoA Transferase to form [[acetoacetyl-CoA]] || || [[thiolase]] |- | Acetyl-CoA condenses with acetoacetyl-CoA to form [[3-hydroxy-3-methylglutaryl-CoA|3-'''h'''ydroxy-3-'''m'''ethyl'''g'''lutaryl-CoA]] (HMG-CoA). || [[Image:HMG-CoA synthase.png|center|400px]] || [[HMG-CoA synthase]] |- | HMG-CoA is reduced to [[mevalonate]] by [[NADPH]]. This reaction occurs in the cytosol. It is the rate limiting step in cholesterol synthesis, which is why the enzyme catalyzing the reaction is a target of [[statin]]s. || [[Image:HMG-CoA reductase reaction.svg|center|400px]] || [[HMG-CoA reductase]] |- | Mevalonate to [[5-phosphomevalonate]]. || [[Image:Cholesterol-Synthesis-Reaction3.png|center|400px]] || [[mevalonate kinase]] |- | 5-phosphomevalonate to [[5-pyrophosphomevalonate]]. || [[Image:Cholesterol-Synthesis-Reaction4.png|center|400px]] || [[phosphomevalonate kinase]] |- | Mevalonate-5-pyrophosphate to [[3-isopentenyl pyrophosphate]] (IPP) (see also [[Hyper-IgD and periodic fever syndrome|HIDS]]). || [[Image:Cholesterol-Synthesis-Reaction5.png|center|400px]]<BR>[[Image:Cholesterol-Synthesis-Reaction6.png|center|400px]] || [[mevalonate-5-pyrophosphate decarboxylase]] |- | [[3-isopentenyl pyrophosphate]] is isomerized to [[dimethylallyl pyrophosphate]]. || [[Image:Cholesterol-Synthesis-Reaction7.png|center|400px]] || [[isopentenyl pyrophosphate isomerase]] |} [[Image:HMG-CoA reductase pathway.png|thumb|right|400px|The HMG-CoA reductase pathway, which is blocked by statins via inhibiting the rate limiting enzyme [[HMG-CoA reductase]].]] In 1971, Akira Endo, a Japanese biochemist working for the drug company Sankyo, began the search for a cholesterol-lowering drug. Research had already shown that cholesterol is mostly manufactured by the body in the liver, using an enzyme known as HMG-CoA reductase. Endo and his team reasoned that certain microorganisms may produce inhibitors of the enzyme to defend themselves against other organisms, as mevalonate is a precursor of many substances required by organisms for the maintenance of their cell wall (ergosterol) or cytoskeleton (isoprenoids). The first agent they identified was mevastatin (ML-236B), a molecule produced by the fungus Penicillium citrinum. Journalist John Simons writes in Fortune magazine that word of the discovery spread quickly through the medical community, as did rumors linking the statin to tumors, muscle deterioration, and sometimes death in laboratory dogs. Several drug companies were put off by these reports, but P. Roy Vagelos, the chief scientist and later CEO of Merck & Co, showed an interest, and made several trips to Japan starting in 1975. By 1978, Merck had isolated lovastatin (mevinolin, MK803) from the fungus Aspergillus terreus, first marketed in 1987 as Mevacor. A link between cholesterol and cardiovascular disease, known as the lipid hypothesis, had already been suggested. Cholesterol is the main constituent of atheroma, the fatty lumps in the wall of arteries that occur in atherosclerosis and, when ruptured, cause the vast majority of heart attacks. Treatment consisted mainly of dietary measures such as a low-fat diet, and poorly tolerated medicines such as clofibrate, cholestyramine and nicotinic acid. Cholesterol researcher Daniel Steinberg writes that while the Coronary Primary Prevention Trial of 1984 demonstrated that cholesterol lowering could significantly reduce the risk of heart attacks and angina, physicians, including cardiologists, remained largely unconvinced. To market statins effectively, Merck had to convince the public about the dangers of high cholesterol, and doctors that statins were safe and would extend lives. As a result of public campaigns, people became familiar with their cholesterol numbers and the difference between "good" and "bad" cholesterol, and rival pharmaceutical companies began producing their own statins, such as pravastatin (Pravachol), manufactured by Sankyo and Bristol-Myers Squibb. In April 1994, the results of a Merck-sponsored study, the Scandinavian Simvastatin Survival Study or "4S", were announced. Researchers tested simvastatin, later sold by Merck as Zocor, on 4,444 patients with high cholesterol and heart disease. After five years, the study concluded that patients saw a 35-percent reduction in their cholesterol, and their chances of dying of a heart attack were reduced by 42 percent. In 1995, Zocor and Mevacor both made Merck over US$1 billion. Endo was awarded the 2006 Japan Prize, and the Lasker-DeBakey Clinical Medical Research Award in 2008. Statins act by competitively inhibiting HMG-CoA reductase, the first committed enzyme of the HMG-CoA reductase pathway. Because statins are similar to HMG-CoA on a molecular level they take the place of HMG-CoA in the enzyme and reduce the rate by which it is able to produce mevalonate, the next molecule in the cascade that eventually produces cholesterol, as well as a number of other compounds. This ultimately reduces cholesterol via several mechanisms<ref>http://en.wikipedia.org/w/index.php?title=Statin&oldid=425079417</ref>. ===Mode of action of Statins=== ''Inhibiting cholesterol synthesis'' By inhibiting HMG-CoA reductase, statins block the pathway for synthesizing cholesterol in the liver. This is significant because most circulating cholesterol comes from internal manufacture rather than the diet. When the liver can no longer produce cholesterol, levels of cholesterol in the blood will fall. Cholesterol synthesis appears to occur mostly at night, so statins with short half-lives are usually taken at night to maximize their effect. Studies have shown greater LDL and total cholesterol reductions in the short-acting simvastatin taken at night rather than the morning, but have shown no difference in the long-acting atorvastatin. ''Increasing LDL uptake'' Liver cells sense the reduced levels of liver cholesterol and seek to compensate by synthesizing LDL receptors to draw cholesterol out of the circulation. This is accomplished via protease enzymes that cleave a protein called "membrane-bound sterol regulatory element binding protein", which migrates to the nucleus and causes increased production of various other proteins and enzymes, including the LDL receptor. The LDL receptor then relocates to the liver cell membrane and binds to passing LDL and VLDL particles (the "bad cholesterol" linked to disease). LDL and VLDL are drawn out of circulation into the liver where the cholesterol is reprocessed into bile salts. These are excreted, and subsequently recycled mostly by an internal bile salt circulation. ''Other effects'' Statins exhibit action beyond lipid-lowering activity in the prevention of atherosclerosis. The ASTEROID trial showed direct ultrasound evidence of atheroma regression during statin therapy. Researchers hypothesize that statins prevent cardiovascular disease via four proposed mechanisms (all subjects of a large body of biomedical research): Improve endothelial function, Modulate inflammatory responses, Maintain plaque stability, Prevent thrombus formation, Statins may even benefit those without high cholesterol. In 2008 the JUPITER study showed fewer stroke, heart attacks, and surgeries even for patients who had no history of high cholesterol or heart disease, but only elevated C-reactive protein levels. There were also 20% fewer deaths (mainly from reduction in cancer deaths) though deaths from cardiovascular causes were not reduced ''Adverse effect of statin'' The most common adverse side effects are raised liver enzymes and muscle problems. In randomized clinical trials, reported adverse effects are low; but they are "higher in studies of real world use", and more varied. In randomized trials statins increased the risk of an adverse effect by 39% compared to placebo (odds ratios 1.4); two-thirds of these were myalgia or raised liver enzymes with serious adverse effects similar to placebo. However, reliance on clinical trials can be misleading indications of real-world adverse effects – for example, the statin cerivastatin was withdrawn from the market in 2001 due to cases of rhabdomyolysis (muscle breakdown), although rhabdomyolysis did not occur in a meta-analysis of cerivastatin clinical trials. Other possible adverse effects include cognitive loss, neuropathy, pancreatic and hepatic dysfunction, and sexual dysfunction. Some patients on statin therapy report myalgias, muscle cramps,] or, less frequently, gastrointestinal or other symptoms. Liver enzyme derangements may also occur, typically in about 0.5%, are also seen at similar rates with placebo use and repeated enzyme testing, and generally return to normal either without discontinuance over time or after briefly discontinuing the drug. Multiple other side-effects occur rarely; typically also at similar rates with only placebo in the large statin safety/efficacy trials. Two randomized clinical trials found cognitive issues while two did not; recurrence upon reintroduction suggests that these are causally related to statins in some individuals. A Danish case-control study published in 2002 suggested a relation between long term statin use and increased risk of nerve damage or polyneuropathy but suggested this side effect is "rare, but it does occur"; other researchers have pointed to studies of the effectiveness of statins in trials involving 50,000 people which have not shown nerve damage as a significant side effect<ref>http://en.wikipedia.org/w/index.php?title=Statin&oldid=425079417</ref>. {{quotation|'''Acetyl-CoA carboxylase (ACC)''': [[Prokaryotes]] and [[plants]] have multi-subunit ACCs composed of several polypeptides encoded by distinct genes. Biotin carboxylase (BC) activity, biotin carboxyl carrier protein (BCCP), and carboxyl transferase (CT) activity are each contained on a different subunit. The stoichiometry of these subunits in the ACC [[holoenzyme]] differs amongst organisms. [[Humans]] and most [[eukaryotes]] have evolved an ACC with CT and BC catalytic domains and biotin carboxyl carrier domains on a single polypeptide. ACC functional regions, starting from the [[N-terminus]] to [[C-terminus]] are the biotin carboxylase (BC), biotin binding (BB), carboxyltransferase (CT), and ATP-binding (AB). AB lies within BC. [[Biotin]] is covalently attached through an amide bond to the long [[side chain]] of a lysine reside in BB. As BB is between BC and CT regions, biotin can be easily translocate to both of the active sites where it is required. In mammals where two isoforms of ACC are expressed, the main structural difference between these isoforms is the extended ACC2 N-terminus containing a mitochondria targeting sequence. {{Gallery |title=Crystallographic structures of E. Coli Acetyl CoA Carboxylase |width=270 |lines=3 |Image:Biotin_carboxylase_rainbow.png|Cartoon diagram of Biotin Carboxylase of E.Coli Acetyl CoA Carboxylase |Image:BCCP.png|Biotin Carboxyl Carrier Protein of E. Coli Acetyl CoA Carboxylase |Image:Carboxytransferase_2F9Y_E-Coli.png|Carboxyltransferase Subunit of E. Coli Acetyl CoA Carboxylase }} The overall reaction of ACAC(A,B) proceeds by a two-step mechanism.<ref name="pmid18247344">{{cite journal | author = Lee CK, Cheong HK, Ryu KS, Lee JI, Lee W, Jeon YH, Cheong C | title = Biotinoyl domain of human acetyl-CoA carboxylase: Structural insights into the carboxyl transfer mechanism | journal = Proteins | volume = 72 | issue = 2 | pages = 613–24 | year = 2008 | month = August | pmid = 18247344 | doi = 10.1002/prot.21952 | url = }}</ref> The first reaction is carried out by BC and involves the ATP-dependent carboxylation of [[biotin]] with [[bicarbonate]] serving as the source of CO<sub>2</sub>. The carboxyl group is transferred from [[biotin]] to [[acetyl CoA]] to form [[malonyl CoA]] in the second reaction, which is catalyzed by CT. [[Image:ACAC mechanism.png|frame|center|627px|<div style="border-width: 0px; border-bottom: 1px solid black; text-align: left;">'''The reaction mechanism of ACAC(A,B)'''.</div>The color scheme is as follows: <span style="font-weight: bold;"><span style="color: blue;">enzyme</span>, <span style="color: rgb(219,155,36);">coenzymes</span>, <span style="color: rgb(151,149,45);">substrate names</span>, <span style="color: rgb(227,13,196);">metal ions</span>, <span style="color: rgb(128,0,0);">phosphate</span>, and <span style="color: red;">carbonate</span> </span>]] In the context of the [[active site]], the reaction proceeds with extensive interaction of the residues Glu296 and positively charged Arg338 and Arg292 with the substrates.<ref name="pmid19213731">{{cite journal |author=Chou CY, Yu LP, Tong L |title=Crystal structure of biotin carboxylase in complex with substrates and implications for its catalytic mechanism |journal=J. Biol. Chem. |volume=284 |issue=17 |pages=11690–7 |year=2009 |month=April |pmid=19213731 |pmc=2670172 |doi=10.1074/jbc.M805783200 |url=}}</ref> Two Mg2+ are coordinated by the phosphate groups on the [[Adenosine triphosphate|ATP]], and are required for ATP binding to the enzyme. Bicarbonate is deprotonated by Glu296, although in solution, this proton transfer is unlikely as the [[pKa]] of [[bicarbonate]] is 10.3. The [[enzyme]] apparently manipulates [[Acid dissociation constant|pKas]] to facilitate the deprotonation of bicarbonate. The pKa of [[bicarbonate]] is decreased by its interaction with positively charged side chains of Arg338 and Arg292. Furthermore, Glu296 interacts with the side chain of Glu211, an interaction that has been shown to cause an increase in the apparent pKa. Following deprotonation of bicarbonate, the oxygen of the bicarbonate acts as a [[nucleophile]] and attacks the gamma phosphate on ATP. The carboxyphosphate intermediate quickly decomposes to CO<sub>2</sub> and PO<sub>4</sub><sup>3-</sup>. The PO<sub>4</sub><sup>3-</sup> deprotonates biotin, creating an enolate, stabilized by Arg338, that subsequently attacks [[CO<sub>2</sub>]] resulting in the production of carboxybiotin.<ref name="pmid19213731"/> The carboxybiotin translocates to the carboxytransferase (CT) active site, where the carboxyl group is transferred to acetyl-CoA. In contrast to the BC domain, little is known about the reaction mechanism of CT. A proposed mechanism is the release of [[carbon dioxide]] from biotin, which subsequently abstracts a proton from the methyl group from acetyl CoA carboxylase. The resulting [[enolate]] attacks CO<sub>2</sub> to form malonyl CoA. In a competing mechanism, [[proton]] abstraction is concerted with the attack of acetyl CoA.The function of ACAC is to regulate the metabolism of fatty acids. When the enzyme is active, the product, malonyl-CoA is produced which is a building block for new fatty acids and can inhibit the transfer of the fatty acyl group from acyl CoA to carnitine with carnitine acyltransferase, which inhibits the beta-oxidation of fatty acids in the mitochondria. In mammals, two main isoforms of ACC are expressed, ACC1 and ACC2, which differ in both tissue distribution and function. ACC1 is found in the cytoplasm of all cells but is enriched in lipogenic tissue, such as adipose tissue and lactating mammary glands, where fatty acid synthesis is important. In oxidative tissues, such as the skeletal muscle and the heart, the ratio of ACC2 expressed is higher. ACC1 and ACC2 are both highly expressed in the liver where both fatty acid oxidation and synthesis is important. The differences in tissue distribution indicate that ACC1 maintains regulation of fatty acid synthesis whereas ACC2 mainly regulates fatty acid oxidation.}} ===Non-mevalonate pathway or MEP/DOXP pathway=== The classical mevalonate pathway or HMG-CoA reductase pathway is an important cellular metabolic pathway present in all higher eukaryotes and many bacteria. It is important for the production of IPP and DMAPP that serve as the basis for the biosynthesis of molecules used in processes as diverse as protein [[prenylation]], [[cell membrane]] maintenance, hormones, [[lipid anchored protein|protein anchoring]] and [[glycosylation|''N''-glycosylation]]. In contrast to the classical mevalonate pathway of isoprenoid biosynthesis, plants and apicomplexan [[protozoa]] such as [[malaria]] parasites have the ability to produce their [[isoprenoids]] ([[terpenoids]]) using an alternative pathway, the '''non-mevalonate pathway''', which takes place in their [[plastid]]s.<ref>{{cite journal |author=Lichtenthaler H |title=The 1-Deoxy-D-xylulose-5-phosphate pathway of isoprenoid biosynthesis in plants |journal=Annu Rev Plant Physiol Plant Mol Biol |volume=50 |issue= |pages=47–65 |year=1999 |pmid=15012203 |doi=10.1146/annurev.arplant.50.1.47}}</ref> In addition, most [[bacteria]] including important pathogens such as ''[[Mycobacterium tuberculosis]]'' synthesize IPP and DMAPP via the non-mevalonate pathway. [[Image:Non-mevalonate pathway.svg|600px|thumb|center|'''Non-mevalonate pathway reactions in the biosynthesis of isoprenoids.''' Redrawn/transcribed verbatim from the scheme of Qidwai et al. (2014) [their Fig. 2.], see {{cite journal | authors = Qidwai T, Jamal F, Khan MY, Sharma B | date = 2014 | title = Exploring Drug Targets in Isoprenoid Biosynthetic Pathway for Plasmodium falciparum | journal = Biochemistry Research International | format = review | volume = | pages = 657189 | doi = 10.1155/2014/657189 | pmc = 4017727 | url = https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4017727/ | access-date = March 23, 2017 }} Note that this source uses enzyme names and abbreviations that are both non-comprehensive and non-standard (cf. {{cite journal | author=Eisenreich W, Bacher A, Arigoni D, Rohdich F | year= 2004 | title=Biosynthesis of Isoprenoids Via the Non-mevalonate Pathway | journal=Cell. Mol. Life Sci. | volume=61 | issue=12 | pages=1401–26 | pmid = 15197467 | doi=10.1007/s00018-004-3381-z | url = http://link.springer.com/article/10.1007%2Fs00018-004-3381-z | access-date = March 23, 2017 }}); hence, image content must be reconciled with standard enzyme names and abbreviations for whichever of the pathways of the three relevant phyla/kingdoms are under discussion. See the "Non-mevalonate pathway" article at the English Wikipedia for clarification.]] The reactions are as follows:<ref>Eisenreich W, Bacher A, Arigoni D, Rohdich F. ''Biosynthesis of isoprenoids via the non-mevalonate pathway.'' Cell Mol Life Sci. 2004;61:1401-1426. PMID 15197467</ref><!--SEE ARTICLE AT ENGLISH WIKIPEDIA FOR CORRECTIONS TO TABLE! SCHEME AND TABLE ARE NOT CURRENTLY CONSISTENT! SAME THINGS ARE NAMED DIFFERENTLY IN EACH.--> {| class="wikitable" | '''Reactants''' || '''Enzyme''' || '''Product''' |- | [[Pyruvate]] and [[glyceraldehyde 3-phosphate]] || [[DOXP synthase]] (Dxs) || [[1-Deoxy-D-xylulose 5-phosphate]] (DOXP) || [[Image:DOXP.png|center|200px]] |- | DOXP || [[DOXP reductase]] (Dxr, IspC) || [[2-C-methylerythritol 4-phosphate]] (MEP) || [[Image:MEP.png|center|200px]] |- | MEP || [[4-diphosphocytidyl-2-C-methyl-D-erythritol synthase]] (YgbP, IspD) || [[4-diphosphocytidyl-2-C-methylerythritol]] (CDP-ME) || [[Image:4-diphosphocytidyl-2-C-methylerythritol.png|center|200px]] |- | CDP-ME || [[4-diphosphocytidyl-2-C-methyl-D-erythritol kinase]] (YchB, IspE)|| [[4-diphosphocytidyl-2-C-methyl-D-erythritol 2-phosphate]] (CDP-MEP) || [[Image:4-diphosphocytidyl-2-C-methyl-D-erythritol 2-phosphate.png|center|200px]] |- | CDP-MEP || [[2-C-methyl-D-erythritol 2,4-cyclodiphosphate synthase]] (YgbB, IspF) || [[2-C-methyl-D-erythritol 2,4-cyclopyrophosphate]] (MEcPP) || [[Image:2-C-Methyl-D-erythritol-2,4-cyclopyrophosphate.png|center|150px]] |- | MEcPP || [[HMB-PP synthase]] (GcpE, IspG) || [[(E)-4-Hydroxy-3-methyl-but-2-enyl pyrophosphate]] (HMB-PP) || [[Image:HMB-PP.svg|center|200px]] |- | HMB-PP || [[HMB-PP reductase]] (LytB, IspH) || [[Isopentenyl pyrophosphate|IPP]] and [[Dimethylallyl pyrophosphate|DMAPP]] || [[Image:IPP.png|center|200px]]<BR>[[Image:DMAPP.png|center|200px]] |} ''Fosmidomycin is an antibiotic that specifically inhibits DXP reductoisomerase, a key enzyme in the non-mevalonate pathway of isoprenoid biosynthesis. It is a structural analogue of 2-C-methyl-D-erythrose 4-phosphate. It inhibits the E. coli enzyme with a KI value of 38 nM (4), MTB at 80 nM, and the Francisella enzyme at 99 nM. The discovery of the non-mevalonate pathway in malaria parasites has indicated the use of fosmidomycin and other such inhibitors as antimalarial drugs. Indeed, fosmidomycin has been tested in combination treatment with clindamycin for treatment of malaria with favorable results. It has been shown that an increase in copy number of the target enzyme (DXP reductoisomerase) correlates with in vitro fosmidomycin resistance in the lethal malaria parasite, Plasmodium falciparum.'' ==References== {{reflist|2}} {{BookCat}} gll2fwk1htq2oqgf1rre46u9bo8jkn4 Hebrew Roots/Trinity/Son&Father 0 255899 4089946 2164415 2022-08-10T06:15:04Z 187.250.132.27 FATHER AND THE SON⚙️🌈⏳📯⚖️🔡☄️Daniel go to Heaven 💫 wikitext text/x-wiki THE FATHER AND THE SON⚙️🌈⏳📯⚖️🔡☄️Daniel go to Heaven 💫 “Hear, O Israel: YHWH our God, YHWH is one! (Deuteronomy 6:4) which Yeshua repeated .... “the first of all the commandments is: Hear, O Israel, YHWH our God, YHWH is one .” “And the scribe said unto him, Well, Master, thou hast said the truth: for there is one God; and there is none other but he.” (Mark 12:29, 32) Yeshua’s own confession was that God was one Person. “But to us there is but one God, the Father, of whom are all things, and we in him; and one Lord Jesus Christ, by (through) whom are all things, and we by him.” (1 Corinthians 8:6) There are two Persons mentioned in the scriptures as being divine but the Spirit of God, or the Ruach (breath) of Yahweh, is not a person (nor the "ghost" of one). Yahweh "breathed" life into the adamah (red earth), the elements of the earth from which He formed Adam, to make a living being. It is no strange thing for Him to breath life into Miriam (Mary) and "bring forth" His Messiah (anointed one). In His incarnation as the Son of Man, Yeshua was born of the holy Spirit, which is the Spirit of the Father. If the holy Spirit was another ”Person” of the godhead, as taught in the trinity doctrine, then the holy Spirit would have been the father of Yeshua. But He, Yeshua, is the Son of God, begotten of the Father. He is the eternal “Word” made flesh (John 1:1-2). He existed as the only begotten Son of the Father in His eternal state before creation. He was the beginning of God’s creation, the “first-born of all creation” (Col.1:15) ”And the Word became flesh and dwelt among us, and we beheld His glory, the glory as of the only begotten of the Father, full of grace and truth.” (John 1:14). In His incarnation, He was born of the Father’s Spirit. In His eternal state, He was brought forth from the Father, or begotten of Him. The holy Spirit is not ‘begotten’ of the Father. “YHWH possessed Me in the beginning of His way, before His works of old. I was set up from everlasting . . .When He appointed the foundations of the earth: then I was by Him, as one brought up with Him: and I was daily His delight, rejoicing always before Him.’ Proverbs 8:22-30. As the only begotten Son of God, Yeshua is “ the image of the invisible God.” (Col.1:15)... He is “ the radiance of God’s glory and the exact representation of His being.” (Hebrews 1:3) In Scriptural language this means that He is the perfect representative of Yahweh. But Yeshua is not Yahweh. He clearly said many times that He did not come in His own name, but in His Father’s name. Because the Son is the perfect image and the exact representation of the Father, who comes in the Father’s Name (Yahweh), He is in several places identified with Yahweh, and is also called God, both in the old and new covenant scriptures. But this principle of representation, which is very powerful in the scriptures, is quite different from the Trinity doctrine which makes Yeshua part of a Godhead together with, and co-equal with, the Father and the holy Spirit. THE ONENESS OF THE FATHER AND THE SON Yeshua said, “. . .he that has seen me has seen the Father. . .” (John 14:9), ... and that, “I and the Father are one” (John 10:30); ... but does it mean that they are the one Person? If He is not the Father and is not equal to the Father, then what did He mean by these statements? John says that, “No man has seen God, at any time. The only begotten Son, who is in the bosom of the Father, He has declared Him” (John 1:18). In other words, He has made Him known (declare - unfold His teaching [Vine]). When He said, “He that has seen me has seen the Father;” (John 14:9) He also went on to say,“Do you not believe that I am in the Father and the Father in me? The words that I speak to you, I do not speak on My own authority but the Father who dwells in Me does the works.” (John 14:10) So it is not that they actually saw the Father when looking at Him, but that through His oneness with the Father that the nature and personality of the Father was revealed in what He did and said. As He said, “I and the Father are one” (John 10:30); But He also prayed that we would have the same oneness with the Father and Himself: “Holy Father keep through thine own name those whom thou hast given me, that they may be one, as we are one." ..... “that they may be as one, as You, Father, are in Me, and I in You, that they also may be one in Us“ (John 17:11, 21) ... and, “I in them, and You in Me; that they may be made perfect in one” (John 17:23) “Whosoever shall confess that Yeshua is the Son of God, God dwells in him, and he in God.” 1 John 4:15. Yeshua was in perfect unity with the Father and He prayed for us to come into that perfect oneness with Him. In His John 17 prayer, Yeshua was speaking of returning to the glory which He had with the Father before the world was. So He was not speaking of a relationship which is conditioned by His humanity. That is to say, the oneness He was talking about was not related to His humanity. It was the type of oneness, or unity which He had with the Father in the eternal realm. Therefore,it is not that He is one and the same as the Father in His eternal state. Just as the Trinity is in error, so is the Triunity of God. The Son and the Father are so one in spirit that they operate as one, yet they are two Persons. The Father masterminded salvation and the Son executed it. So, really the Father can say that He is the Creator although He did not exclusively do the work of creation. Just as He can say that He is the Saviour of all mankind, even though He did not Himself do the work of salvation in dying for mankind. “For God so loved the world, that He gave his only begotten Son, that whosoever believes in him should not perish, but have everlasting life.” John 3:16 “In this was manifested the love of God toward us, because that God sent his only begotten Son into the world, that we might live through him.” ..1 John 4:9. THE MINISTRY OF YESHUA “And this is life eternal that they might know You, the only true God, and Yeshua the Messiah whom You have sent.” John 17:3. Eternal life is through a relationship with both the Father and the Son and the whole purpose of Yeshua‘s life and ministry is to act as a mediator and reconcile us to the Father and not to retain His position as the focus of our attention and relationship with the Godhead. After all, the time will come when He will relinquish that position and authority, so that “God may be all in all.” (1 Corinthians 15:28) Yeshua said, “All things have been delivered to me by my Father, (in this present age) ... and no one knows the Father except the Son, and the one to whom the Son wills to reveal Him.” Matt.11:27 It is the ministry of the Son, as an elder brother, to bring the Father’s spiritual children to maturity so that they may enter into a relationship of mature manhood with the Father Himself. Yeshua is described in the Bible as the mediator between God and men: “For there is one God and one Mediator between man and God, the man Yeshua the Messiah.” 1 Timothy 2:5 He is the way to the Father: “I am the Way, the Truth and the Life, no man comes unto the Father, but by Me." John 14:6 He is also our advocate before Him: “And if anyone sins, we have an Advocate with the Father, Yeshua the Messiah, the righteous” 1 John 2:1 He is our High Priest who ministers before God on our behalf: ”We have such a high priest, who is seated at the right hand of the Majesty on High" Hebrews 8:1-2 “He is the head of a new race: “The second Man is the Lord from heaven ... ... ... as is the Heavenly (spiritual) Man, so also are those who are heavenly (spiritual). And as we have borne the image of the man of dust (Adam), we shall also bear the image of the heavenly (spiritual) Man.” 1 Corinthians 15:48-49 When Yeshua has subjected all things unto Himself which are of the fallen nature and the resultant effects of Adam‘s sin, then He Himself will become subject to the Father, so that the Father, the Almighty God, will become the object of all creation's worship. (1 Corinthians 15:25-28; Revelation 7:9-12) Yeshua constantly throughout His life on earth deferred worship to the Father and constantly stressed in various ways, "my Father is greater than I. . .” (John 14:28). See also Matthew 19:16-17 There are two thrones in Heaven, the one being that of the Son on the right hand of the Father (Hebrews 1:13). There is not a third throne for a third member of the ‘godhead’. “But to the Son He says: Your throne, O God, is forever and ever; .... Therefore God, Your God, has anointed You with the oil of gladness more than Your companions.” Hebrews 1:8 Yeshua, although divine as of One brought forth from the Father of His substance, is not God Himself. “And we believe and are sure that You are that Christ, the Son of the living God.” John 6: 69. {{BookCat}} m81mbkvuoibi53a2bx1303g88xxmjui 4089960 4089946 2022-08-10T09:28:56Z MarcGarver 134830 [[WB:REVERT|Reverted]] edits by [[Special:Contributions/187.250.132.27|187.250.132.27]] ([[User talk:187.250.132.27|talk]]) to last version by Courcelles wikitext text/x-wiki THE FATHER AND THE SON “Hear, O Israel: YHWH our God, YHWH is one! (Deuteronomy 6:4) which Yeshua repeated .... “the first of all the commandments is: Hear, O Israel, YHWH our God, YHWH is one .” “And the scribe said unto him, Well, Master, thou hast said the truth: for there is one God; and there is none other but he.” (Mark 12:29, 32) Yeshua’s own confession was that God was one Person. “But to us there is but one God, the Father, of whom are all things, and we in him; and one Lord Jesus Christ, by (through) whom are all things, and we by him.” (1 Corinthians 8:6) There are two Persons mentioned in the scriptures as being divine but the Spirit of God, or the Ruach (breath) of Yahweh, is not a person (nor the "ghost" of one). Yahweh "breathed" life into the adamah (red earth), the elements of the earth from which He formed Adam, to make a living being. It is no strange thing for Him to breath life into Miriam (Mary) and "bring forth" His Messiah (anointed one). In His incarnation as the Son of Man, Yeshua was born of the holy Spirit, which is the Spirit of the Father. If the holy Spirit was another ”Person” of the godhead, as taught in the trinity doctrine, then the holy Spirit would have been the father of Yeshua. But He, Yeshua, is the Son of God, begotten of the Father. He is the eternal “Word” made flesh (John 1:1-2). He existed as the only begotten Son of the Father in His eternal state before creation. He was the beginning of God’s creation, the “first-born of all creation” (Col.1:15) ”And the Word became flesh and dwelt among us, and we beheld His glory, the glory as of the only begotten of the Father, full of grace and truth.” (John 1:14). In His incarnation, He was born of the Father’s Spirit. In His eternal state, He was brought forth from the Father, or begotten of Him. The holy Spirit is not ‘begotten’ of the Father. “YHWH possessed Me in the beginning of His way, before His works of old. I was set up from everlasting . . .When He appointed the foundations of the earth: then I was by Him, as one brought up with Him: and I was daily His delight, rejoicing always before Him.’ Proverbs 8:22-30. As the only begotten Son of God, Yeshua is “ the image of the invisible God.” (Col.1:15)... He is “ the radiance of God’s glory and the exact representation of His being.” (Hebrews 1:3) In Scriptural language this means that He is the perfect representative of Yahweh. But Yeshua is not Yahweh. He clearly said many times that He did not come in His own name, but in His Father’s name. Because the Son is the perfect image and the exact representation of the Father, who comes in the Father’s Name (Yahweh), He is in several places identified with Yahweh, and is also called God, both in the old and new covenant scriptures. But this principle of representation, which is very powerful in the scriptures, is quite different from the Trinity doctrine which makes Yeshua part of a Godhead together with, and co-equal with, the Father and the holy Spirit. THE ONENESS OF THE FATHER AND THE SON Yeshua said, “. . .he that has seen me has seen the Father. . .” (John 14:9), ... and that, “I and the Father are one” (John 10:30); ... but does it mean that they are the one Person? If He is not the Father and is not equal to the Father, then what did He mean by these statements? John says that, “No man has seen God, at any time. The only begotten Son, who is in the bosom of the Father, He has declared Him” (John 1:18). In other words, He has made Him known (declare - unfold His teaching [Vine]). When He said, “He that has seen me has seen the Father;” (John 14:9) He also went on to say,“Do you not believe that I am in the Father and the Father in me? The words that I speak to you, I do not speak on My own authority but the Father who dwells in Me does the works.” (John 14:10) So it is not that they actually saw the Father when looking at Him, but that through His oneness with the Father that the nature and personality of the Father was revealed in what He did and said. As He said, “I and the Father are one” (John 10:30); But He also prayed that we would have the same oneness with the Father and Himself: “Holy Father keep through thine own name those whom thou hast given me, that they may be one, as we are one." ..... “that they may be as one, as You, Father, are in Me, and I in You, that they also may be one in Us“ (John 17:11, 21) ... and, “I in them, and You in Me; that they may be made perfect in one” (John 17:23) “Whosoever shall confess that Yeshua is the Son of God, God dwells in him, and he in God.” 1 John 4:15. Yeshua was in perfect unity with the Father and He prayed for us to come into that perfect oneness with Him. In His John 17 prayer, Yeshua was speaking of returning to the glory which He had with the Father before the world was. So He was not speaking of a relationship which is conditioned by His humanity. That is to say, the oneness He was talking about was not related to His humanity. It was the type of oneness, or unity which He had with the Father in the eternal realm. Therefore,it is not that He is one and the same as the Father in His eternal state. Just as the Trinity is in error, so is the Triunity of God. The Son and the Father are so one in spirit that they operate as one, yet they are two Persons. The Father masterminded salvation and the Son executed it. So, really the Father can say that He is the Creator although He did not exclusively do the work of creation. Just as He can say that He is the Saviour of all mankind, even though He did not Himself do the work of salvation in dying for mankind. “For God so loved the world, that He gave his only begotten Son, that whosoever believes in him should not perish, but have everlasting life.” John 3:16 “In this was manifested the love of God toward us, because that God sent his only begotten Son into the world, that we might live through him.” ..1 John 4:9. THE MINISTRY OF YESHUA “And this is life eternal that they might know You, the only true God, and Yeshua the Messiah whom You have sent.” John 17:3. Eternal life is through a relationship with both the Father and the Son and the whole purpose of Yeshua‘s life and ministry is to act as a mediator and reconcile us to the Father and not to retain His position as the focus of our attention and relationship with the Godhead. After all, the time will come when He will relinquish that position and authority, so that “God may be all in all.” (1 Corinthians 15:28) Yeshua said, “All things have been delivered to me by my Father, (in this present age) ... and no one knows the Father except the Son, and the one to whom the Son wills to reveal Him.” Matt.11:27 It is the ministry of the Son, as an elder brother, to bring the Father’s spiritual children to maturity so that they may enter into a relationship of mature manhood with the Father Himself. Yeshua is described in the Bible as the mediator between God and men: “For there is one God and one Mediator between man and God, the man Yeshua the Messiah.” 1 Timothy 2:5 He is the way to the Father: “I am the Way, the Truth and the Life, no man comes unto the Father, but by Me." John 14:6 He is also our advocate before Him: “And if anyone sins, we have an Advocate with the Father, Yeshua the Messiah, the righteous” 1 John 2:1 He is our High Priest who ministers before God on our behalf: ”We have such a high priest, who is seated at the right hand of the Majesty on High" Hebrews 8:1-2 “He is the head of a new race: “The second Man is the Lord from heaven ... ... ... as is the Heavenly (spiritual) Man, so also are those who are heavenly (spiritual). And as we have borne the image of the man of dust (Adam), we shall also bear the image of the heavenly (spiritual) Man.” 1 Corinthians 15:48-49 When Yeshua has subjected all things unto Himself which are of the fallen nature and the resultant effects of Adam‘s sin, then He Himself will become subject to the Father, so that the Father, the Almighty God, will become the object of all creation's worship. (1 Corinthians 15:25-28; Revelation 7:9-12) Yeshua constantly throughout His life on earth deferred worship to the Father and constantly stressed in various ways, "my Father is greater than I. . .” (John 14:28). See also Matthew 19:16-17 There are two thrones in Heaven, the one being that of the Son on the right hand of the Father (Hebrews 1:13). There is not a third throne for a third member of the ‘godhead’. “But to the Son He says: Your throne, O God, is forever and ever; .... Therefore God, Your God, has anointed You with the oil of gladness more than Your companions.” Hebrews 1:8 Yeshua, although divine as of One brought forth from the Father of His substance, is not God Himself. “And we believe and are sure that You are that Christ, the Son of the living God.” John 6: 69. {{BookCat}} kjiafdufju8qra1j7kagfdmxeqv3ir4 Windows Registry Hacks/HKEY LOCAL MACHINE 0 275398 4089913 3714984 2022-08-09T19:16:06Z Kaltenmeyer 715252 typo wikitext text/x-wiki == Autologon == In the case of a Windows family with one (admin) user and no password, his desktop may open automatically after the boot: that's the autologin system. To set it on the other configurations (eg: Windows professional), just execute a .reg file with the following keys: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "AutoAdminLogon"="1" "DefaultUserName"="TheUserToUse" "DefaultDomainName"="TheUserDomain" "DefaultPassword"="TheUserPassword" Beware: the password will become readable (in Regedit) by anyone who touches the machine. == Changing program installation directories == With [[Cygwin]] you can list the registry entries concerning installation directories with one of these commands: : <code>regtool list -v /HKEY_LOCAL_MACHINE/SOFTWARE/Wow6432Node/Microsoft/Windows/CurrentVersion | grep Program</code> or : <code>regtool list -v /HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion | grep Program</code> The output should be something like: <pre> SM_ConfigureProgramsName (REG_SZ) = "Set Program Access and Defaults" CommonFilesDir (REG_SZ) = "C:\Program Files (x86)\Common Files" CommonFilesDir (x86) (REG_SZ) = "C:\Program Files (x86)\Common Files" CommonW6432Dir (REG_SZ) = "C:\Program Files\Common Files" ProgramFilesDir (REG_SZ) = "C:\Program Files (x86)" ProgramFilesDir (x86) (REG_SZ) = "C:\Program Files (x86)" ProgramFilesPath (REG_EXPAND_SZ) = "%ProgramFiles(x86)%" ProgramW6432Dir (REG_SZ) = "C:\Program Files" </pre> == Changing the user home directory == The registry key that has to be changed is : <code>HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\WINDOWS NT\CurrentVersion\ProfileList\ProfilesDirectory</code> The default value is <code>%SystemDrive%\Users</code> and can be changed to a specific path (without %SystemDrive%), like for instance <code>U:\usr\unix\[[cygwin]]\home</code>. To move the remaining content of <code>C:\users</code> you have to open "Start -> Control Panel -> Folder Options" and select the "Show Hidden files, folders, and drives" option in the "View" tab. This will make a "default" subdirectory visible in the <code>C:\users</code> directory. Now most of the content of <code>C:\users</code> can be copied to the new destination (but not all the files of the active user). For the "default" and "public" subdirectories the following keys need to be set to point to the new location: : <code>HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\WINDOWS NT\CurrentVersion\ProfileList\Default</code> : <code>HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\WINDOWS NT\CurrentVersion\ProfileList\Public</code> On Windows 7 (and probably other versions) the procedure does only affect accounts created after changing the <code>ProfilesDirectory</code> setting. For all other accounts the location of the Desktop, Documents and other standardized directories have to be changed manually, which is, of course, also possible without changing the registry. These locations are: Contacts, Desktop, Documents, Downloads, Favorites, Links, Music, Pictures, Saved Games, Searches, Videos and Virtual Machines. For accounts created earlier one should also use <code>%windir%\system32\compmgmt.msc</code> (Computer Management) to change the location of the home folder local path under the "Profile" tab. This will, however, not automatically change the location of Desktop, Documents and other standardized directories. {{BookCat}} 2c7nm1xd2pjab8q90r2np1igbfrtjfq Seed Factories/Starter Set 0 289158 4089861 4089840 2022-08-09T13:55:44Z Danielravennest 13526 Update to end list 5 wikitext text/x-wiki {{DISPLAYTITLE:<span style="display:block;text-align:left;font-size:100%;background:#d0f0f0;line-height:2.5em; font-family:'Georgia', serif;">Section 5.5 - Starter and Expansion Sets</span>}} <div style="font-size:large; font-family:'Georgia', serif;"> <div class="nonumtoc">{{TOCright}}</div> &emsp;The goal of the personal production example is supplying a range of basic products for a community of owner-operators. They do this as individuals or through joint effort for larger tasks. Product types include furniture, home improvements, food, and utilities. They start with smaller and simpler items and work up to bigger projects. We assume they start with limited funds, time, equipment, and experience. So part of the effort is improving themselves as people to overcome these limits. &emsp;A community project may start with as little as one person's part-time effort and no equipment or skills. So we describe a range of starter sets from very minimal to more substantial, with suggestions on use and gaining skills. Project owners can then select their starting points based on their available people and resources. We then include several expansion sets for projects growing beyond these starting points. ==<span style="font-size:x-large; font-family:'Georgia', serif;">1.0 - Necessary Inputs</span>== &emsp; &emsp;We can consider a starter set as a product. It must first be assembled and set up before it can be used to make improvements for itself, and end products for the owners and others. Like any functional system, it requires inputs and emits outputs of various kinds. These include: * '''Time''' - from one or more people to make plans, look for and acquire needed items, operate equipment, train others, or learn skills as needed. * '''Supply sources''' - for parts, materials, tools, machines, training materials, plans, and instructions. * '''Money''' - for items which can't be made internally, or for outside labor that project members can't supply. * '''Sheltered Space''' - to store and use the equipment. Even outdoor equipment should be protected when not in use. * '''Energy''' - such as electric power or human muscles, to make, set up, and operate the equipment. * '''Maintenance Items''' - like water, cleaning supplies, and waste disposal during and after operations. &emsp;We suggest starting by assessing which of these you have and which are lacking. The next step is to make a plan for getting enough of the inputs to get started, and how you will continue from there. For example, if you don't have all the basic tools from List 1 (below), you can make a shopping list of the missing items, then either buy them, start saving to buy them, or find a makerspace/hackerspace, community group, or neighbor that allows you to use them. &emsp;In modern society, money can commonly be traded for most other things people need and want. If lack of money is an obstacle, there are a couple of ways around that. One is to cut expenses, such as eating out less or sharing living space. The other is to increase income, such as doing basic jobs for other people in addition to current work, or upgrading your knowledge and skills so you can find better work. Reaching a goal may seem like a big challenge. Breaking it down into smaller steps, then taking them one at a time is more manageable. But you have to take the first step to get anywhere. ==<span style="font-size:x-large; font-family:'Georgia', serif;">2.0 - Starter Set Lists</span>== &emsp; &emsp;'''[[w:Tool_use_by_animals|Some species]]''' besides ours use tools. We are unique in the variety and complexity of our tools, and that we use tools to make other tools. So which of the many options should be included in a starter set? The answer for a particular project and self-improvement path will vary. &emsp;The lists below are provided as a starting point for consideration and selection. '''<u>You don't need every item to start making things</u>'''. But the more of them you have, the more kinds of projects you can do. The lists also don't cover every possible project. They are starter sets to build on, not complete lists of every possible tool. Additional items may be needed for particular projects. For large and complex projects you may need multiples of each item, either different sizes and types, or for multiple people to use. For example, a saying in woodworking is "you can never have too many clamps". '''[NOTE:]''' Some of these lists or portions of them will be moved later to other chapters. They are currently here for ease of editing. &emsp;The lists are compiled from 18 existing tool and equipment lists. The intent is a sampling from a wide variety of sources which are then sorted to form starter and expansion sets for the various examples in these books. The source lists are from several makerspaces, a tool bank (who lend out tools to nonprofit projects), a book on rural workshops, the phased equipment list for the Seed Factory Project, a pamphlet from manufacturer Porter Tools, a course on "manual arts" (later called "shop class" in schools), a compiled list of equipment for industrial training classes, a website for beginning machinists, the author's personal tool list, a contributed list to these books, recommended tool brands from an online forum, a woodworking list from a YouTube channel, and a study of small industry in India. [[File:Personal Production Starter Set Path.png|thumb|right|800x450px|Figure 5.5-1 - Suggested tool set paths for different types of projects. Figures can be enlarged by clicking the lower right -->.]] &emsp; &emsp;'''List Types''' - There are basic tools that have proved useful in many circumstances, from general home use to industrial production. Others are more specialized for specific tasks. For example, an axe is useful in dealing with trees, but useless for cutting steel reinforcement for concrete. So lists 1 and 2 below are the basic sets for general home use and home improvement/do it yourself projects. This is followed by expansion sets for more advanced and specialized projects. The lists are additive, meaning you should start with the basic ones, then add to them from the later lists as needed. Figure 5.5-1 shows a suggested path from the basic sets to more advanced ones. They are grouped into small indoor, large indoor, outdoor, and construction. The last of these produces more indoor space. Depending on the needs and interests of the personal production community, they can get items from any or all of these lists, and go beyond them. &emsp;Tools and machines can be classified according to size, power level, and cost. The general groups are (1) manual hand tools, (2) portable power tools, (3) stationary equipment, either powered or not, and (4) mobile equipment that is towed or can move itself. Cost and space needed tend to increase with each group. The lists are generally in order from the smaller, less expensive, and most needed first, but some items are needed together to complete a task. An example is drill bits for an electric drill. We try to note when that is the case. &emsp;To go beyond these lists, you will need to know what projects and products you want to make, and the methods and equipment needed for them. Many instructional books and articles have explicit lists of the equipment needed. Others implicitly identify useful tools by discussing their use. Tool and supply catalogs, and the tool sections of general online marketplaces can also be reviewed to identify candidate items. &emsp;'''Choosing Equipment''' - A given tool type, like a claw hammer, can be found in many versions with different quality, weight, intended usage, and cost. So the first thing is to understand what you will be using it for. Is it occasionally hanging pictures, or working full time as a carpenter? Larger and heavier tools can work with heavier materials, but can require more body strength and endurance to use. Smaller and lighter tools can be more precise, and used in tight spaces. So it can be useful to have several versions of a given type. &emsp;Cost is often a factor. You can get started with less expensive but adequate ones, and upgrade later. However very cheap tools may break or wear out quickly, and not be able to handle whatever you are working on. For personal production on a regular basis they should be hobbyist or professional grade rather than lowest grade. Used tools are typically less expensive, and often are perfectly fine for this type of use. Recognizing tool quality is a learned skill, as is knowing what grade you need for a given purpose. You may want to get recommendations from more experienced people, books, articles, instructional videos, online reviews, and discussion forums if you are new to it. &emsp;'''Supplies, Parts, and Materials''' - To complete a project you need more than just equipment like tools and machines. Equipment is not generally used up in a single project. But some supplies, like sandpaper, wear out with use. Others, like paint, end up as part of the finished item. If you are merely tightening something that has come loose, or are assembling a packaged kit that comes with everything needed, you may not need any added parts and materials. But most projects will need materials like lumber, and parts like screws, that end up in the finished item. &emsp;There is such a wide variety of these items that we cannot list them all. Instead we will note categories of supplies, parts, and materials as part of the lists below. Instructional and reference sources have more specific information on what is needed. Published project plans will often include a detailed materials and parts list. When starting a custom project you can develop a list as you plan it. Then you can look at what you already have, and identify what else is needed to complete it. &emsp;Shopping for every small project takes time, and buying in quantity can be less expensive. So it can be helpful to keep some supplies, parts, and materials on hand. These can be leftovers from previous projects, packaged hardware assortments, or accumulated from second-hand sources. We will try to indicate what is helpful to stock as a starting point, but suggest getting other items as needed for particular projects. There are many types of these items, so some way to keep them organized is useful. This can be '''[[w:Organizer_box|Organizer Boxes]]''' with compartments and drawers, empty jars and cans, or sometimes the box they came in. &emsp;In addition to purchased inventory, you can reuse items you already have but don't need, like old furniture, and items from your property like fallen or cut tree branches. Free and cheap outside sources can be found almost anywhere. Particularly good ones include scrap and wrecking yards, leftovers and removals from construction and renovation projects, and business trash. Always ask permission when scavenging from private property. You can also offer to clean up/remove/move items for people. For example, someone may have fallen tree branches which you can get free for the asking, or even get paid for removing them. Discarded or second-hand furniture can be used as work tables or storage, or as a source of lumber. &emsp;'''Making and Improving Your Own Items''' - The basic idea in these books is self-improvement. So if finances are more limited than time, or simply because you enjoy it, you can make or improve your own equipment. This lets you customize them to better fit your needs. For example, a workbench can be fit to your body size, what you are working on, and the available work space. A basic table saw consists of a motor, and an adjustable blade emerging from a cutting surface. But you can add different blades to suit the material, assorted guides for moving what you are cutting, and extension tables for managing larger pieces. To make or upgrade equipment requires already having some to work with, or access to other people's. However making everything from basic materials will take much longer than buying. So project members should consider what to make vs finding/buying already functional items. &emsp;Simple self-made woodworking projects include saw benches and saw horses, a stationary workbench, bench hook, miter box, and wooden mallets. A blacksmith can make many of their own tools, including a forge, chisels, hammers, punches, drifts, and fullers. A skilled one can make tongs, specialized hammers, hardies, flatters, and swages. Combining wood and iron work can produce cutting tools like axes and chisels, planes, drawknives, spokeshaves, claw hammers, and screwdrivers. '''[[w:David_J._Gingery|David Gingery]]''' even wrote a book series on how to build metalworking machines from scrap. At a more advanced level, a well-equipped machine shop can make many of the parts for another machine shop. &emsp;'''Ready-Made Equipment''' - Places to find new tools include home improvement and hardware stores, online marketplaces, industrial suppliers, and direct from the manufacturers. Used tools can be found online on trading sites like '''[[w:EBay|eBbay]]''' or '''[[w:Craigslist|craigslist]]''', or locally in the for-sale sections of social media. Pawn shops, flea markets, estate and garage sales are good sources for used tools. If you join a community of hobbyists or a '''[[w:Hackerspace|Makerspace]]''', you may find people who are upgrading or changed interests and are selling off/giving away items. You can sometimes borrow or rent tools, or use ones at community arts centers. A dedicated space for your own or group projects is less constrained by time and access, and has better control over tool selection and care. &emsp;'''Learning to Use Them''' - There are plenty of sources of information beyond what is in these books. Other books, both paper and digital, are a primary source. The '''[https://archive.org/details/texts?tab=collection Internet Archive]''' has a vast collection of digitized books. Local libraries either have paper books, can borrow them from other libraries through inter-library loan, or have digital copies you can borrow. You can of course buy new and used books online and in bookstores. Hobbyist magazines and other publications are useful both for project information and specialty equipment sources. &emsp;A community of people doing personal production can teach each other whatever skills they already had or are learning. Formal classes are taught at community centers and trade schools. Informal ones can be found among hobbyist groups, stores that sell the relevant items, and at makerspaces where you can observe and try things. You can find local community projects, hobbyists, or professionals and offer to help or work for them, and learn while doing. Video tutorials and online forums on specific subjects have also become quite helpful in recent years. ==<span style="font-size:x-large; font-family:'Georgia', serif;">3.0 - Basic Sets</span>== &emsp; &emsp;Before starting to use any kinds of tools and equipment, you should know how to use them safely and properly, and be protected from injury. So have the following items available, and get some safety training if needed: &emsp;'''Reference Material''' - At least one reference book on basic tool use to start with. Add additional books, videos, training classes, etc. as needed. There are many basic books available, but '''[http://everyspec.com/USN/NAVEDTRA/NAVEDTRA_14256_JUN1992_18379/ Tools and Their Uses, US Navy, 1992]''' is public domain and downloadable. The '''[https://archive.org/details/texts?query=home+workshop+tools Internet Archive]''' also has several books on home workshops and tools to borrow or download. &emsp;Both paper and e-books can be used where you are working. To protect them from dirt and damage, a thick cardboard backing with rubber bands or spring clips, and a clear plastic bag or sheet as a cover is enough to start. E-books may need more protection for the display, like a wood tray with a hinged clear plastic lid. &emsp;'''Safety Equipment''' - Tools, and the materials being worked on, are usually stronger than body parts. So a variety of safety equipment should be used to protect yourself. These include safety glasses or goggles, ear plugs or headsets for sound, work gloves (cloth, leather, fireproof, and rubber in varying thickness), knee pads, masks or respirators for dust or vapors, shop aprons, hard hats, reinforced shoes and boots, and protective covers or shields around dangerous tool parts. The latter are often built-in or available for the tools. Which of these are needed depends on what you are doing. Loose clothes and hair can get caught up in moving parts, and should be changed or secured. &emsp;Despite using safety equipment, injuries can still happen. So '''[[w:First_aid_kit|first-aid supplies]]''' should be available nearby. Most homes already have some. If a work space is some distance away or you are working away from home, a basic first aid kit should be located in the space or your vehicle. Appropriate fire extinguishers and/or sprinklers should be available for any project with flammable materials. For outdoor work, water buckets and hoses should also be available. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 1 - General Home Use</u></span>=== &emsp; &emsp;These items are useful for common household tasks like hanging pictures, assembling furniture, or installing appliances. They are also needed for more advanced projects and maintaining other equipment. They should all fit in a toolbox like the one in figure 5.5-2. [[File:Caisse_à_outils_avec_petit_outillage.JPG|thumb|right|640x375px|Figure 5.5-2 - A cantilever toolbox with trays that slide apart.]] ::'''Tool and Supply Containers''' &emsp;While household tools can be stored in a drawer or closet shelf, it is handy to keep them in a '''[[w:Toolbox|Toolbox]]''' of some kind. This avoids multiple trips when you need to use more than one, and keeps them all together. Almost any kind of container will work, as long as it will hold the majority of them (except the largest like hand saws), and strong enough for the weight. Thick-wall cardboard boxes and plastic tubs are low-cost examples. Handles or hand openings make carrying them easier. Manufactured or self-made toolboxes often have one more more drawers, removable/sliding trays, or smaller containers/dividers for small items (Figure 5.5-2). That makes it easier to organize and find what you need than a random pile. Additional types of tool carriers include large buckets, with optional tool organizers, non-rigid carrying bags and backpacks, and tool belts and aprons for when you want to keep some tools at hand. [[File:Motorists_tool_kit_roll_of_1912.jpg|thumb|right|640x441px|Figure 5.5-3 - A 1912 Mechanic's tool roll.]] &emsp;Most tools are mostly or all metal, and power tools have motors, batteries, or cords. Many tools have accessories, like drill bits or various size sockets. So at some point hand-carrying a toolbox becomes difficult. You can either have multiple smaller toolboxes, or use a larger one with wheels and a handle to make moving it easier. There are manufactured stackable sets with the bottom unit having the wheels and handle, or you can get a separate handcart and strap multiple toolboxes to it. &emsp;Tools can damage each other, especially ones like files designed to cut metal. Smaller containers, especially ones with individual tool holders, within the tool box can protect them. Sharp blades can be covered with a cap or sheath, or wrapped in cloth. A tool roll of heavy cloth or soft leather can keep tools organized and separated from each other (Figure 5.5-3). &emsp;Supply items like nails, screws, and sandpaper get used up in a project. Extra supplies avoids having to shop for them for each project, and it is often cheaper to buy in quantity, or not possible to buy very small amounts. These extra supplies also need storage. Small amounts can be kept in the same container as the tools, either loose in a compartment or in the package they came in. Larger amounts can be stored in a separate container, and then whatever is needed for a given project pulled out as needed. [[File:HeadLamp.JPG|thumb|right|640x376px|Figure 5.5-4 - A battery-powered headlamp.]] ::'''Lighting and Inspection''' &emsp;You need to be able to see what you are working on. If permanent home lighting or daylight is not enough, there are portable options like plug-in lamps and work lights. Work lights can be mounted on stands or clamp onto an available surface. Battery options include flashlights, and headlamps which leave the hands free (Figure 5.5-4). Inspection mirrors are small adjustable ones on a handle to see in hard-to-reach places. Some have telescoping handles and built-in lights. ::'''Measuring and Marking Tools''' &emsp;These are used for marking where to make cuts or shapes, dimensions, or what a part is for later assembly. Typically a cut line is marked, and then an X, squiggle, or shading is used to show the part being cut away. Cuts should be on the removal side of the line rather than directly on it. It is easier to remove material to get the final dimension than put it back once removed. So tool positioning should account for blade width. * '''Pencils & Pens''' - Start with ordinary pencils. sharpener and eraser, and yellow and red marking crayons for dark and light raw wood respectively. Ink pen and colored marker lines are easier to see but harder to erase. The edge of '''[[w:Masking_tape|Masking Tape]]''' can be used to mark locations and be written on, then more easily removed where appearance matters. Office sticky notes and other low-stick items can also be used for this. * '''[[w:Scratch_awl|Scratch Awl]]''' - These make indented lines and points. They make a sharper line than writing tools and the indents help position a chisel or drill in the right place. * '''[[w:Ruler|Rulers]]''' - Steel, preferably stainless to resist rust and heat. One or more straight ones to start, 15-60cm (6-24 in) with fine-scale markings. '''[[w:Tape_measure|Tape measures]]''', one each roll-up steel, 4-10 m (12-30 ft)for straight distances, and a cloth/plastic sewing type for wrapping around objects. * '''[[w:Combination_square|Combination Square]]''' - For measuring and marking perpendicular or at an angle to an edge, and finding the center of an end. One 30cm (12 in) to start with. [[File:Tool-level.jpg|thumb|right|640x228px|Figure 5.5-5 - A torpedo level.]] * '''Levels and Plumbs''' - For finding horizontal and vertical lines. '''[[w:Spirit_level|Spirit levels]]''' have liquid with an air bubble in a curved tube. Start with a torpedo Level (Figure 5.5-5), a small magnetized one suitable for general home use, like leveling appliances. A '''[[w:Plumb_bob|Plumb Bob]]''' is a light string with a substantial weight, sometimes pointed at the bottom. Gravity pulls it vertical. It can be used to transfer positions or align objects vertically. If attached to a marked frame or scale it can help align vertical, horizontal or sloped directions. ::'''Assembly Tools''' &emsp;For fastening parts together or take them apart again. Also for striking items to drive them together or apart or change their shape. These are mainly manual (unpowered) tools. * '''[[w:Screwdriver|Screwdrivers]]''' - Screws come in a variety of sizes with different slots, for which a matching driver should be used. Sets with common sizes are available. A basic set should have at least a large flat head, large Phillips, small flat head, small Phillips, and stubby flat head (short shaft). Since a lot of torque (twisting force) is often needed, they should be better than the cheapest grade. :&emsp;When an item doesn't already have screw holes, an '''[[w:Bradawl|Awl]]''' with a very narrow or pointed tip is useful for starting small screws. If nothing else is available, a sharpened nail can be used. Larger wood screws require pre-drilling a hole about the size of the shaft inside the threads to avoid splitting the wood. :&emsp;A small cordless screwdriver that accepts hex shank bits can replace multiple screwdrivers and pre-drill holes. A set of screwdriver and small drill bits with matching shanks should be added if not included. '''[[w:Drill#Hand-powered|Hand Drills]]''' of various kinds still exist but are mostly obsolete or used where power is not available. * '''[[w:Pliers|Pliers]]''' - For firmly holding items using leverage. A basic set would include either a channel or slip joint type where the space between the jaws can be changed, a lineman’s with heavy-duty jaws, long nose for reaching confined spaces, and a locking type which continues to hold without hand pressure. * '''[[w:Socket_wrench|Socket Wrench Set]]''' - For larger screws and bolts that need more torque. A basic set includes a reversible ratcheting handle and different sizes of matching sockets to fit hexagonal-head fasteners. '''[[w:Hex_key|Hex Keys]]''' (Allen wrenches) are used for hexagonal holes in a screw or bolt. A basic set of different size hex keys is enough to start. * '''[[w:Hammer|Hammers]]''' - For striking with higher force by combined arm and handle speed. A basic set includes a '''[[w:Claw_hammer|Claw Hammer]]''' for driving and removing nails, a '''[[w:Ball-peen_hammer|Ball-Peen]]''' for striking other metal tools or shaping metal, and a '''[[w:Mallet|Rubber or Rawhide Mallet]]''' for when you don't want to damage what you are hitting. These can be anywhere from the 250-1500g (8-38oz) weight range depending on your strength and what you are hitting but a 500g/16oz one is enough to start with. * '''[[w:Staple_gun|Staple Gun]]''' - The manual version uses a hand-compressed spring to drive heavy staples. It can be used for fastening plastic sheet, fabric, and other light materials into soft woods. Hardwoods may require hammering the staples flush, or using sturdier fasteners like upholstery tacks. ::'''Cutting and Abrasive Tools''' [[File:Tapijtschaar.jpg|thumb|right|400x300px|Figure 5.5-6 - Carpet Shears.]] * '''[[w:Scissors|Scissors/Shears]]''' - These have two blades on a pivot connected to handles. A toolbox version should have stronger blades and higher handle-to-blade length ratio to cut thicker material than household/craft scissors. A suitable heavy duty one is a '''Carpet Shears''' (Figure 5.5-6). The offset handles make it easier to cut on a flat surface. * '''[[w:Utility_knife|Utility Knives]]''' - The kind called a "box cutter" has a retractable razor knife for cutting materials like cardboard. This is enough to start with. A straight edge can guide the blade along a desired line. If you use the knife often enough, it should come with or you can get replacement blades when they wear out. Blades are very low cost and not worth sharpening to a razor edge. An inexpensive '''[[w:Putty_knife|Scraper/Spreader Set]]''' with different width and shape blades is useful for general cleaning, prying, and spreading. Thicker blades are better for scraping, while thinner flexible blades are better for spreading. A '''Razor Scraper''' holds a single-edged razor blade crosswise, and is used at a low angle on hard surfaces like glass. :&emsp;The '''[[w:Pocketknife|Folding Pocket Knife]]''' has one or more blades which pivot into the handle. A '''[[w:Multi-tool|Multi-tool]]''' includes other items besides edged blades. In all cases the movable blades make it safer and easier to carry when not being used. Traditional fixed-blade utility knives have their uses, especially outdoors or working with wood, but need a sheath when not being used for safety and to avoid damage to the edge. They should be single-edged so you can push on the back of the blade for extra force. * '''[[w:Diagonal_pliers|Diagonal Pliers]]''' - are made of hardened steel and used to cut wires and similar long, narrow materials. They are typically built into lineman's pliers along with the gripping jaws. but adding a smaller one for tighter spaces or cut more closely to a surface is useful. * '''[[w:Snips|Metal Snips]]''' function like scissors, but have much thicker blades and more leverage, often with compound action. This allows cutting sheet metal and similar hard materials. A starter set only needs the straight-cutting type, but left and right curve cutting versions can cut more complex shapes without multiple straight cuts. * '''[[w:Hacksaw|Hacksaws]]''' hold a narrow, fine tooth blade under tension in a frame. One standard 30 cm(12 inch) saw with a few blades of different tooth fineness is sufficient for a starter set. They are used to cut metal, plastic, and wood where a narrow cut or thin walls requires a thin blade with small teeth. Junior and mini saws use shorter blades and can be used in smaller spaces. * '''[[w:Hand_saw|Wood Hand Saws]]''' - These are for general cutting of wood to size. One short enough to fit in a toolbox to start with. Longer carpenter's saws can use the full stroke length of arm and body. They need a longer toolbox or are stored separately with something to protect the cutting teeth. The basic types are '''[[w:Crosscut_saw|Crosscut]]''' with teeth to cut across the wood fibers (grain), and the '''[[w:Ripsaw|Ripsaw]]''' with teeth to cut lengthwise along the fibers. There are many other types of '''[[w:Saw|Saws]]''', but a smaller toolbox one and the two carpenter types for larger pieces of wood are enough for basic home projects. * '''[[w:File_(tool)|Files]]''' and '''[[w:Rasp|Rasps]]''' are used to remove small amounts of material by abrasion. Files have teeth the width of the tool, while rasps have smaller individual teeth. They are usually made of hardened high-carbon steel so they can cut other metals. They are fairly inexpensive, so a packaged set of six or more different sizes, shapes, and tooth fineness is enough to start. This should include at least the bastard, double cut, round, and triangular types. '''[[w:File_(tool)#Needle_files|Needle Files]]''' are very small ones for confined spaces or fine work. :&emsp;File sets should have some handles, and a holder or wrap to keep them from damaging each other and other tools. A stiff toothbruch, detail brush or "file card" (a brush with fine metal wires) can be used to remove accumulated particles. * '''[[w:Sandpaper|Sandpaper]]''' - is used to smooth surfaces, round sharp corners and similar finishing tasks. An assortment pack with different grain sizes is enough to get started. Grain is either particles per inch where fine grains have higher numbers, or direct size in microns. Sandpaper wears out and becomes clogged with particles, but is inexpensive to replace. A stiff brush like a toothbrush can clean out excess particles. There are types intended to be used wet or dry, and different grain materials. :&emsp;The paper or other backing is flexible and can be cut from the back or folded and torn to whatever size is needed. Cutting from the grit side will damage blades. It can be wrapped or taped to scrap wood or any other object to conform to the surface being sanded. '''[[w:Sanding_block|Sanding Blocks]]''' are also made for this purpose. Fingernail files and hobby sanding sticks are useful for small spaces. ::'''Tool Care and Maintenance''' &emsp;Tools and work areas need some care, maintenance, repair, or cleaning. Care can be divided into avoidable problems and unavoidable wear. Water and high humidity causes steel and other metals to rust or corrode and wood to decay. Dry storage and work areas, and quickly removing water after use helps avoid these problems. A wiped on coating of oil, or storing in oiled paper or cloth, can help keep water away from metal. Wood finishes or chemically treated lumber can prevent rot. Freshly cut logs and branches have a high water content, so they should be '''[[w:Wood_drying|Dried]]''' before most uses. This is called "seasoning" because drying time in air is measured in seasons. Paints and other durable coatings, and waterproof containers can protect both wood and metal items. &emsp;'''Sharpening''' - Using tools will eventually wear down sharp edges and moving parts. Casual use of a wood or metal saw may take years to wear down the cutting teeth, but if used regularly they require '''[[w:Sharpening|Sharpening]]''' or replacement. Hacksaw and razor blades are inexpensive and replaceable. More expensive cutting tools can be sharpened with files, sandpaper fastened to a flat surface like glass, and '''[[w:Sharpening_stone|Sharpening Stones]]''', and '''[[w:Razor_strop|Stropping]]''' with abrasive compounds. These are used in series with progressively finer teeth and grains until the necessary sharpness is reached. This varies by tool and its use. A fine tooth file from those listed above and a two-sided sharpening stone with coarse/fine grain is enough to start with. &emsp;'''Repair''' - Other tool parts may need replacement if they become too worn or break. The assembly tools listed above are used to take tools apart, replace the part, and put them back together. Any kind of flat tray or small container can be used to hold loose parts while disassembled, so they don't get lost or forgotten. If there are many parts, a multi-compartment item like an egg carton, ice tray, or muffin pan can organize them in the order they were disassembled so it can be reversed during re-assembly. &emsp;General maintenance and cleaning items don't need to be carried in a tool box, but brought out as needed. They include: * '''Lubricants and Tapes''' - One saying is "'''[[w:WD-40|WD-40]]''' for anything that moves but isn't and '''[[w:Duct_tape|Duct Tape]]''' for anything that moves but shouldn't". Lubricants and tape have many uses, so some of each should be available. One can of penetrating spray lubricant, and a roll each of strong cloth (duct) and regular masking tapes are enough to start. Other kinds of '''[[w:Lubricant|Lubricants]]''' and '''[[w:List_of_adhesive_tapes|Tapes]]''' can be added as needed. :&emsp;Tools and machines with moving parts often need oiling at specific points and not others. Some oil containers come with a small nozzle, but a small brush or cotton swab can be used in harder to reach spots. Dedicated '''[[w:Oil_can|Oil Cans]]''' (oilers) that work by gravity or pressure are available for frequent or large-scale use. * '''Brushes and Vacuums''' - Old toothbrushes and wire brushes can be used to clean up blade teeth, fastener threads and other small spaces. Soft hand brushes. a broom, dust pan, and trash cans are for collecting sawdust, metal shavings, etc. Hand and shop vacuums can clean up inaccessible or large areas. Cotton swabs and small craft brushes can be used to clean or apply finishes to small areas. * '''Cleaning Supplies''' - Old clothes or towels can be cut up, or cleaning rags purchased, for removing dirt, oil, grease, etc. Paper towels can be used but they wear out quickly. General household brushes, sponges, buckets and mops, water and household cleaners are used as needed to clean work areas. Most people have these already. If needed, cut-open plastic shopping or trash bags, and newspaper/advertising fliers can be used to protect surfaces. * '''Twine and Rope''' - Have multiple uses for bundling, temporary clamping, and securing loads being moved. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 2 - Home Improvement/Do-It-Yourself Use</u></span>=== &emsp; &emsp;The general-purpose tools and equipment listed here, when added to List 1, enable a range of more substantial home improvement, craft, and repair projects. You can start adding them as-needed for specific projects. Finding them used in bulk, such as auctions, moving, and estate sales, may save money. Any duplicate or unneeded items can be sold off or traded for ones you need. As noted above, you don't need everything from these two basic lists to start on projects. But the more items you have, the wider the range of projects you can do. ::'''Office & Media Equipment''' &emsp;These are used as=needed before starting a project to plan, design, research, and shop. They should be located away from work areas to avoid damage from tools, dirt, and dust: [[File:Drafting_board_with_T_Square.jpg|thumb|right|640x427px|Figure 5.5-7 - Drawing board with T-square and other tools.]] &emsp;Hand drawing has been substantially replaced by computers and software, especially for professionals, but it is much lower cost to get started. Even with computers, it is still useful for sketching ideas, or making notes and alterations to existing plans. Printed plans, however created, are still useful in the workshop, as they can be larger than screens, and if full size can be used directly as templates. * '''[[w:Drawing_board|Drawing Board]]''' - This is a surface to make drawings and plans of custom projects, customizing existing ones, or scaling templates to full size. An existing table or counter with a smooth top can be used to start, but any piece of smooth-surfaced rigid material can be used instead to avoid pen and tape marks. Portable boards (Figure 5.5-7) can be moved where needed and put away between uses. Tape or push-pins are used to hold drawing sheets in place. Translucent '''[[w:Drafting_film|Drafting Film]]''' (vellum) can be laid over other drawings and illustrations as guides. '''[[w:Graph_paper|Graph Paper]]''' has a pre-printed grid, making scaled sketches easier. *'''[[w:Technical_drawing_tool|Drawing Tools]]''' are used to draw accurate lines and curves. These include the T-square, 45 and 60 degree triangles; engineer's, metric, and architects scales; lettering, circle, and irregular curve templates; protractor, low-stick drafting dots, masking tape; erasers, eraser shield, and dusting brush; bow compass and dividers; and mechanical pencils of various lead diameters. * '''Computer and Peripherals''' - If you don't already have one, a computer is useful for communication, inventory, purchasing, task management, and design software. A multifunction printer can be used to print out online or e-book plans, or enlarge templates to full size. The scanning function can do the reverse. Large plans and templates can be sent to a commercial print shop. A webcam can provide live video conversations. A smartphone can use its cameras to also do this function. A '''Digital projector''' can be used to transfer designs to physical items or templates. ::'''Storage and Workshop Space''' [[File:Paris_-_Carpenter_workshop_-_4944.jpg|thumb|right|640x427px|Figure 5.5-8 - A professional woodworking shop with storage and workbenches.]] &emsp;As tools accumulate, it gets harder to fit them in a closet and move them around even with a wheeled toolbox. So dedicated storage becomes useful. Storage may be in a garage, utility room, or outbuilding. A storage area can also hold parts and materials for future projects. Tools and materials can be quite heavy, so the storage should be sturdy. Shelving and cabinets, either wall-mounted or freestanding, are typically used for smaller items. Longer or larger items can be leaned against or hung from a wall. &emsp;Drawers can help keep items accessible but out of the way when not being used. For tools and accessories, some portable tool boxes, and the larger wheeled or stationary '''Tool Chests''' come in all sizes and number of drawers. Parts organizers, small containers, or open bins can be used for bulk items like nails and screws. Empty cardboard boxes are often free from stores if you ask, and come in all sizes. Sturdy ones are preferred. Labels on everything help finding the right items once many have accumulated. A pack of blank address labels and a bold marker can serve for this. &emsp;When you add dedicated work space to storage, it becomes a '''[[w:Workshop|Workshop]]''' (Figure 5.5-8). These come in all sizes from a craft area in the corner of a room, to garage and basement space, to freestanding buildings that can be as large as needed. If you move to an existing or new home, it may already have space for a workshop, or an existing shop in place. &emsp;Since the tools in these lists enable making and building things, workshops can be largely self-made. The shelves, work tables, chairs, cabinets and other items that support working in them are collectively called '''Shop Furniture'''. Setting up storage and workshop space can be a very big project, so it is typically divided into smaller steps, with the completed parts helping finish the rest. &emsp;How much workshop space is needed is determined by the size of the projects being made, and the shop furniture, assembly areas, tools, stationary machines, parts, and materials being stored and used. Workshops can be used by one person or many, so there should be enough space to not interfere with each other. Enough additional space is needed to move around and for large items to overhang and move through machines. For some projects, outdoor space can be used temporarily to extend the working area. &emsp;Shops should not be overcrowded and items piled haphazardly. That is both unsafe and hard to use. So enough space for proper storage and future growth should be planned for. Workshops also need adequate lighting, either natural or artificial, and enough electric power if if such tools are used. This may require upgrades to existing systems. Access to water, such as a utility sink, and ventilation if fumes or dust are generated are helpful. The floor must be able to support the total weight of everything in the shop, which can be quite large. Temperature and humidity should be controlled enough to prevent rust, wood rot, and be comfortable to work in. Access doors should be large enough to move materials and finished items through. &emsp;If you are doing longer-term projects, specialized '''Work Clothing''' is helpful. Tool and nail aprons and belts allow keeping the most used tools with you. Denim, leather, or other heavy materials are durable and can provide protection. Some versions have extra pockets, loops, and holders for items. ::'''Work Surfaces and Clamps''' * '''Portable''' - While some work can be done on the floor, supports bring the work to a comfortable height, and for longer items keep them from sagging or tilting while being worked on. Two '''[[w:Sawhorse|Sawhorses]]''', with optional boards and/or sheet goods laid on top are simple and flexible, and are a starting point if you have nothing else. They can be bought, but basic ones are easy to make and cheaper. '''[[w:Black_%26_Decker_Workmate|Folding Portable Workbenches]]''' can have built-in vises, stops, and tool-holders. If they are very light they can move while working. Some have steps to use body weight to stabilize them. They can also be weighted with anything heavy to keep them steady. [[File:Clamps.jpg|thumb|right|596x480px|Figure 5.5-9 - Assorted clamps: pipe, bar, trigger, handscrew, spring, C-clamp, and cam types.]] * '''[[w:Clamp_(tool)|Clamps]]''' - Clamps in general are used to hold one or more items together or to the work surface to keep them from moving. They can be much stronger than muscles and leave the hands free for working. A single clamp can allow items to rotate, so at least two medium-size ones are needed to start with. Additional clamps of various types and sizes are desirable (Figure 5.5-9). There are specialized clamps that use '''[[w:Band_clamp|Straps]]''' or for '''[[w:Mitre_clamp|Holding Corners]]''' that can be added later as needed, and temporary ones can be made from rope and sticks, with wedges driven under the rope to apply pressure. * '''[[w:Workbench|Workbenches]]''' - These are either stationary, or if wheeled generally stay within a workshop area. Their weight and rigidity keeps items from moving or vibrating from tool forces. They typically have built-in '''[[w:Vise|Vises]]''' and clamps, or are designed so temporary ones can fix the work to the bench. Vises generally have larger faces to apply pressure and are stationary, while clamps are typically movable. The intermediate clamp vise can be temporarily clamped where needed. The bench and '''[[w:Woodworking_vise|Woodworking Vices]]''' are the most common types. The latter have wood vise faces to avoid damage to items. :&emsp;There are a number of specialized tools and accessories to hold items to workbenches. Some have '''[[w:Bench_dog|Bench Dogs or Pegs]]''' or '''[[w:Holdfast_(tool)|Holdfasts]]''' that can be inserted into holes to position or secure items. Shaped inserts can better hold round or other items that don't match the jaw shape. For some projects, custom holding jigs need to be self-made. For any kind of vise or clamp, softer materials like wood, leather, or rubber can be inserted between the jaws to prevent damage to the work. :&emsp;Many workbenches have storage shelves, hooks, or drawers below the bench top. Wall-mounted benches often have additional shelves or cabinets above the bench for storage. Free-standing benches (not against a wall) allow access from all sides and working on overhanging items. If large items will be worked on, temporary supports or other shop tables can be used to support the excess. Depending on use, bench top height can be for working standing up or sitting, or a taller chair or stool used to sit at a standing bench. Some benches have built-in electrical outlets for power tools. Otherwise corded tools or battery chargers can be plugged in elsewhere. ::'''Ladders and Platforms''' &emsp;Some projects involve reaching/working above floor or ground level, and occasionally down a hole. * '''[[w:Ladder|Stepladders]]''' have steps or rungs to climb and stand on. They come in a wide variety of sizes, and are either free-standing or leaned against something. A two-step version may be enough to reach ceiling lights and high shelves indoors, but a 2 meter (6 foot) one with four legs is more stable and provides places to set or hang tools and materials while working. Some versions have a small fold-out shelf for this purpose. This size is sufficient to start with. For outdoor use extension or folding ladders can be adjusted to the task at hand. If you expect to reach a roof or tree limb, the length can be chosen based on that height. :&emsp;Modern ladders are rated for weight. Select one rated for at least your body weight plus the heaviest item you expect to lift up it. '''A falling ladder or falling off one can cause serious injury'''. Move the ladder rather than leaning or lifting heavy items beyond the legs. If the ground is not level or firm use boards or blocks to fix that. Secure the ladder if needed to what you are climbing up, or braced to the ground with diagonal poles or staked ropes. Secure yourself to the ladder or what you are climbing with hooks and ropes/straps/safety belt to prevent falls. *'''Work Platforms''' provide more horizontal surface to stand on or place things than ladders. They are useful when horizontal movement is needed while working. One or two sturdy boards placed across two ladders, or one ladder and building steps are simple versions. Since loose boards can shift, they should be clamped or have angles or blocks attached to prevent sliding off. ::'''Moving and Lifting''' &emsp;Moving heavy objects or large amounts of supplies happens often on larger projects. Moving or lifting items over 20 kg (40 lb) or carrying multiple smaller or lighter items is difficult by hand, and benefits from various transport and lift devices. Some bags and boxes saved from previous shopping or discarded by stores may be enough to start with. Horizontal movement benefits greatly from wheels. Depending on the task, a '''[[w:Hand_truck|Hand Truck]]''', '''[[w:Flatbed_trolley|Flatbed Trolley]]''' (moving dolly) or '''[[w:Wheelbarrow|Wheelbarrow]]''' can be used. '''[[w:Tub_(container)|Tubs]]''', '''[[w:Bucket|Buckets]]''' and assorted small containers are useful for storing and moving items like fasteners, bulk materials, liquids, and groups of tools. Workshop machines and carts can come with wheels or have them added. This allows moving them out of the way when not being used, or to where needed while working. &emsp;For moving large amounts of material or larger single items, motorized vehicles of many types and sizes exist. The most common are passenger cars, pickup trucks, and enclosed vans. Trailers can be attached to many of these vehicles. Flat or open bed loads can be protected and secured by tarps, nets, elastic or chain hooks, and ratcheted straps. Blocks, wedges, and bars can prevent loads from shifting. Securing loads is important for balancing trailers whose deck extends beyond the wheel base. '''[[w:Intermodal_container|Shipping containers]]''' can carry large amounts of goods and serve as temporary storage or even a small workshop. &emsp;'''[[w:Pulley|Pulleys]]''' are used for lifting, dragging, or changing the direction of a force. A single rope and body weight is enough for smaller loads. Sets of pulleys can be combined for added leverage. Inclined boards set on a step or block and fabricated ramps can help withe height changes. The ledge at the bottom of a hand truck and many other objects can be used as '''[[w:Lever|Levers]]''' to lift objects enough to place supports under them or get them onto wheels. '''[[w:Back_belt|Back Supports]]''' may help avoid injury when lifting heavy items with body strength, but proper technique is more important. &emsp;'''[[w:Winch|Winches]]''' multiply leverage with cranks and gears. There are both hand and powered versions. Temporary hoists can use 1-3 poles with anchor ropes as needed. They can support pulleys, hooks and other lifting gear high enough for a given task. These are the '''[[w:Gin_pole|Gin Pole]]''', '''[[w:Shear_legs|Shear Legs]]''', and '''[[w:Tripod|Tripod]]'''. Commercial lifts and cranes can be rented for occasional use, or are supplied while delivering large loads. &emsp;'''[[w:Jack_(device)|Jacks]]''' - are devices to lift heavy weights or apply bending forces, generally more than simple levers. There are may types using ratchets, screws, air pressure, or hydraulics. The type included with most passenger cars for changing tires is enough to start, but a bottle jack of 10-20 tons capacity is a useful addition. Always make sure the jack is firmly supported. On bare ground it is likely to push itself into the ground rather than lifting a heavy object. Boards, timbers, or concrete blocks can spread the load. Also place timbers or other supports as the item is lifted, in case the jack slips or the load shifts sideways. ::'''Measuring and Marking''' * '''Size Measures''' - The ruler-type '''[[w:Calipers|Caliper]]''' has a sliding jaw attached to a ruler, with a vernier scale for accuracy. The inside and outside spring types can take and transfer measurements. These three 6-12" (15-30cm) in size to start with. Dial and digital calipers can make more accurate measurements, but not as accurate as a micrometer. * '''Weight and Volume Measures''' - For measuring bulk items and liquids. These can be conventional kitchen and bathroom scales, measuring spoons and measuring cups. Empty clear/translucent containers can be filled with measured volumes and marked for shop use. This is useful for materials that will stain or are toxic that you don't want to contaminate your measuring set. &emsp;'''Note:''' Some of the angle, curve, and spline tools that follow overlap the drawing tools in the office section above. If you already have those, you may not need more to start with. Larger versions are useful for measuring and marking larger physical projects as opposed to scale drawings. The need for them depends on what projects you are doing. * '''Angle Measures''' - There are various devices for setting right angles (90 degrees or perpendicular). The '''[[w:Try_square|Try Square]]''' is 20-50 cm (8-20 inches) is for smaller accurate work. The '''[[w:Steel_square|Steel Square]]''' is a larger one-piece device with engraved scales. Angled and sloped cuts are either described by the two scales, like "6:12", or calculated from the angle tangent. For cutting sheet goods there are squares the full width of a standard sheet. Sheet goods are generally manufactured with right angles, so an alternate method is measuring the lengths on opposite sides from the corners, and connecting them with a straight edge. :&emsp;The '''[[w:Speed_square|Speed Square]]''' is a triangular '''[[w:Set_square|Set Square]]''' with a built in fence. This can be pressed against a board edge to mark a cut, or clamped to it to guide a circular saw. A '''[[w:Protractor|Protractor]]''' has an angle scale, and the bevel type has a pivoting arm to mark angles. A '''[[w:Sliding_T_bevel|Sliding T Bevel]]''' can set and transfer angles when you want them to match. One try or steel square is enough to get started, depending on the size of the projects. * '''Curve Marking''' - A '''[[w:Compass_(drawing_tool)|Compass]]''' has two sharp points, or one point and pencil/pen for marking arcs and circles. The distance between the points is set against a ruler to the radius desired. The regular and beam/trammel types will mark small and large radii and are enough to start with. Very large curves can be set by hooking the end of a tape measure to a small nail at the center point, and securing the sharp point, pencil, or pen to the tape with a small '''[[w:Binder_clip|Binder Clip]]''' * '''[[w:Flat_spline|Flat Splines]]''' and '''[[w:French_curve|French Curves]]''' can be used for non-circular curves. Lines on curved surfaces like cylinders can be set by marking two or more measured points, then wrapping folded paper or other bendable but not stretchy material between them to mark a line. [[File:Vpass-1.JPG|thumb|right|640x284px|Figure 5.5-9 - Carpenter's Level.]] * '''Carpenter's Level''' - 60-120 cm (2-4 foot) (Figure 5.5-9). A longer version of the torpedo level from list 1. This can span more distance and be more accurate, but is harder to use in small spaces. For longer distances a level can be set on or against a straight piece of finished lumber with parallel sides or any similar object. Once a horizontal or vertical line is determined, slopes can be set by measuring perpendicular to one end. ::'''Additional Hand Tools''' * '''Screw- and Nut Drivers''' - The basic screwdriver set can be extended to cover most projects with about 30 pieces from a large standard plus a precision assortment sets. Nut drivers have axial handles like screwdrivers, but with tips that fit different size nuts and bolt heads. Their use overlaps socket wrenches with extension bars. * '''Hand Saws''' - '''[[w:Compass_saw|Compass]]''' and '''[[w:Keyhole_saw|Keyhole Saws]]''' have narrow blades for making curved cuts. They differ in size and tooth fineness. Interior cuts can be extended from a small starter hole made with a drill or chisel. A '''[[w:Coping_saw|Coping Saw]]''' has a very narrow blade with small teeth, and a frame to keep it straight under tension. The small teeth are good for thin material. The '''[[w:Bow_saw|Bow or Frame Saw]]''' is a larger version. Interior cuts can be made by unhooking the blade, putting it through a starter hole, and re-attaching it. The blade can be rotated as needed for the cutting direction. A '''[[w:Bench_hook|Bench Hook]]''' is a simple accessory, usually self-made, to keep an item steady while cutting, and slightly raised so you don't damage a work table. Hook a pair of them over the edge of the table and press what you are cutting against the upper blocks. :&emsp;Hand '''[[w:Backsaw|Backsaws]]''' have a reinforcing strip to keep the blade straight and can be used with a '''[[w:Mitre_box|Miter Box]]''' to guide it. They are used for cutting to length and accurate crosscut angles. They come in various sizes and tooth fineness from the larger miter saw, to tenon, dovetail, and razor. Ones with offset handles are used to cut pegs and other protrusions flush. Hand saws require periodic sharpening with use. Specialty clamps, file jigs (to even tooth height), and '''[[w:Saw_set|Saw Sets]]''' (to set kerf width) are available, but can be made/use other tools. The actual sharpening uses files and sharpening stones. * '''Hammers''' - Add other sizes of hammers with metal heads to those in list 1, either smaller and lighter for fine work, or heavier up to two-handed '''[[w:Sledgehammer|Sledgehammer]]'''. One or more hardwood mallets or '''[[w:Dead_blow_hammer|Dead Blow Hammer]]''' for when you don't want to damage what you are striking, with less rebound than the rubber mallet. These often have soft striking faces with sand or metal shot filling the head, which absorbs the rebound forces. The light '''[[w:Upholstery_hammer|Tack Hammer]]''' has one magnetized head to start small tacks and nails, such as for upholstery. The unmagnetized head then finishes driving them in. * '''Hooks and Picks''' - These are small tools with various shaped tips for fine work. They are similar to dental '''[[w:Periodontal_probe|Probes]]''' and '''[[w:Dental_explorer|Explorers]]'''. A basic set with several types to start with. * '''[[w:Burr_(edge)|Deburring Tools]]''' - For removing rough edges left by cutting tools. Files can also do this task, but a specialty tool set is sometimes more efficient on softer materials and longer edges. * '''Pry and Demolition Bars''' - These use leverage to remove nails, pry items apart, or start to lift heavy items. They can use hands or hammers to insert. They come in various sizes and shapes like the '''[[w:Cat's_paw_(tool)|Cat's Paw]]''', '''[[w:Crowbar|Crowbar]]''', and flat pry bars. Claw hammers have a built-in prying tool, but additional ones are useful. [[File:Quick_Change_Tool_System,_2parts.jpg|thumb|right|Figure 5.5-10 - Punch and matching die.]] * '''Chisels and Punches''' - '''[[w:Chisel#Cold_chisel|Cold Chisels]]''' are used to indent or cut thinner metal, and score, chip, or split masonry. '''[[w:Punch_(tool)|Punches]]''' are used to indent or pierce leather, wood, or metal. Hollow punches can make well-defined holes in thicker material. Matching '''Die Blocks''' support the other side so the surrounding area is not deformed (Figure 5.5-10). :&emsp;A '''[[w:Punch_(tool)#Center|Center Punch]]''' is used to mark where a drill will cut and keep it from wandering. A '''[[w:Nailset|Nailset]]''' is a punch with a small head, for driving a nail flush or slightly below without damaging the surrounding material. '''[[w:Drift_pin|Drift Pins]]''' are either straight or tapered. They are used to either transfer hammer impacts to hard-to-reach places or align holes before assembly. Start with a punch and chisel set of assorted types and sizes plus one medium '''[[w:Chisel#Woodworking|Wood Chisel]]''' for minor trimming and cutting of wood and other softer materials. * '''Wrenches''' - Add to the basic socket set in List 1 a larger set with multiple handle sizes and a larger range of sockets. Sizes up to 1 1/2" SAE and 38mm metric will cover all but the largest projects. Using two handles with a nut and bolt allows more tightening force. :&emsp;Open or close-ended single piece '''[[w:Wrench|Wrenches]]''' can apply higher forces that would damage a ratchet type handle. Their drawback is having to remove and reposition for each turn in tight spaces. A combination wrench has one open and one closed end. Using the ratchet handle first, then this type for final tightening minimizes the work. :&emsp;'''[[w:Adjustable_spanner|Adjustable Wrenches]]''' have a cylinder to change the jaw opening. Four sizes from 6-12" (15-30cm) should cover most needs '''[[w:Pipe_wrench|Pipe Wrenches]]''' have parallel serrated jaws to better grip large nuts and heavy pipe. These come in a wide range of sizes, but a medium one is enough to start. A '''[[w:Hex_key#Variants|Ball-End Hex Key]]''' can be used at an angle to the screw in hard to reach places. Sizes from 0.05-0.5" and 1.27-10mm in addition to the plain set from list 1 should cover most needs. * '''Pliers ''' - As needed, add '''[[w:Pincers_(tool)|Pincers]]''' and nippers, to grab or cut across the handle rather than along it. They are useful for pulling items like nails, or cutting protruding items flush. To a single locking pliers in the basic set you can add additional sizes and jaw shapes. Other types of pliers can be added in different sizes and lengths. Also add pliers to install and remove '''[[w:Retaining_ring|Retaining Rings]]'''. The rings have different styles and sizes, so you may need a set, or one with replaceable tips. * '''[[w:Bolt_cutter|Bolt Cutter]]''' - For cutting thicker rods or bars than pliers using compound leverage. For even thicker items use a metal hacksaw, angle grinder, or reciprocating saw. * '''Shop Magnets''' - Extension and sweep, for retrieving dropped items and metal cuttings. A strong shop magnet can be used to locate nails and screws in a wall by feel, and so also where the framing is located. A '''[[w:Stud_finder|Stud Finder]]''' is a more advanced device for finding wall posts (studs). ::'''Portable Power Tools''' &emsp;There are many types and sizes of '''[[w:Power_tool|Power Tools]]'''. The portable ones are meant to be moved to the work and used with one or two hands, while stationary ones are larger and have the work brought to them. Most use electric power either from a battery or cord. Batteries allow moving anywhere without worrying about cord length and handling, but they eventually need recharging. Battery packs and chargers add to the cost. Corded tools generally allow higher power levels and longer running time. Most power tools come in a range of quality and power level, measured by Amps or Watts. Which to use depends on the projects you are doing. &emsp;'''[[w:Extension_cord|Extension Cords]]''' allow working farther from a power outlet. Cords should be rated for the highest power tool you expect to use, and for outdoor use if you expect to use them that way. If you are moving around or climbing up, tie an '''[[w:Overhand_knot|Overhand Knot]]''' with the ends of the tool and extension cords before plugging together. This prevents them from pulling apart. * '''[[w:Drill|Electric Drill]] and Accessories''' - One corded drill around 6 Amp power and a standard wood drill '''[[w:Drill_bit|Drill Bit Set]]''' up to the drill chuck size is enough to get started. If you expect to work with metal, there are bits made of stronger materials with a different cutting angle. A '''Drill Gauge''' can help identify the size of a bit. The '''Hammer''' type drill can apply forward impacts to better go through hard materials. Many drills have side handle and depth gauge attachments to for better control. Specialty '''Right Angle Drills''' have the chuck mounted sideways to the grip rather than axially, which allows drilling in smaller spaces. :&emsp;There are many accessories that can fit in a drill chuck. '''[[w:List_of_screw_drives|Driver Bits]]''' can be used in place of screwdrivers and socket wrenches. They are faster but with less control. A driver assortment set is enough to start. Others include sanding, wire, and buffing wheels, countersink, counterbore/spade, expansion, and auger bits for wood, and abrasive stones for metal. For large holes a stationary drill press (see List 8) handles the higher torque better, or use a smaller starter hole then a saw to enlarge it. Various kinds of '''[[w:Drill#Hand-powered|Hand-Powered Drills]]''' still exist, but are mostly used where power is not available, to start a hole, for small spaces, or countersinking. * '''[[w:Circular_saw|Circular Saw]]''' - A hand-held corded type with 7.25 inch (18.5 cm) blade diameter with carbide teeth is the most common to start with. Other size saws and blade types as needed. Cordless (battery powered) types typically use smaller blades. All types rotate the blade at high speed. So what you are cutting should be secured to prevent movement, and a firm grip on the tool with both hands. For accurate cuts, a straight object is clamped to the work, offset by the blade distance from the guide plate edge. * '''[[w:Reciprocating_saw|Reciprocating Saw]]''' with assorted blades - This moves the blade forward and back rather than rotating. Longer blades allow cutting thicker items than a circular saw. Since only the blade is in the cutting area, they can work in tighter spaces than a circular saw. A variety of blades are available for different materials, and in different lengths and stiffness. They are generally less accurate than circular saws, but clamping something to the work to hold the tool against can improve accuracy. * '''[[w:Jigsaw_(tool)|Jigsaw]]''' with assorted blades - This is a type of reciprocating saw where the blade goes vertically through a guide plate. They are most useful making straight or curved cuts in boards or sheet goods * '''[[w:Angle_grinder|Angle Grinder]]''' and '''[[w:Dremel|Rotary Tool]]''' - These use high speed bits for tasks like cutting, grinding, and sanding. They differ in the direction of rotation and size. Angle grinders rotate at a right angle to the tool body, and are generally larger and more powerful. Rotary tools, such as the Dremel brand, rotate in line with the body, similar to electric drills. Compared to electric drills they spin at much higher speeds but with lower torque at the same power. One of either type is enough to get started. * '''[[w:Heat_gun|Heat Gun]]''' - These produce much higher temperatures than hair dryers and should never be used for that purpose. Uses include paint stripping, shrink wrapping, softening plastic for bending, and general heating and melting. Higher temperatures require an oven or furnace, but heat guns are portable and can cover larger areas. ::'''Stationary Equipment</u>''' &emsp;These items should either be fastened in place to use properly, or are too heavy or unwieldy to hand carry while operating. Stationary equipment generally includes both powered and unpowered tools, but the three here are all powered. * '''[[w:Miter_saw|Power Miter Saw]]''' - These perform the same function as a hand backsaw and miter box but are much faster using a powered circular saw blade. Basic versions have a horizontal angle gauge and fence. More advanced ones have blade tilt and slide features, clamps for the material, and projected lines for the cut. A bench, sawhorses, or rollers keep longer and heavier lumber straight and balanced while cutting, and the saw generally has holes for bolting in place. * '''[[w:Bench_grinder|Bench Grinder]]''' - This uses high speed abrasive, wire, or buffing wheels to sharpen, remove material, clean, and polish. They throw cuttings at high speed and can generate sparks, so gloves and face protection should be used. On metal the heat generated can affect the '''[[w:Tempering_(metallurgy)|Temper]]''' and burn hands, so dipping in water periodically can cool the item. :&emsp;'''Wet Grinders''' turn more slowly and apply water to the wheel to avoid overheating. They are typically used for blade sharpening. A '''[[w:Sharpening_jig|Sharpening Jig]]''' holds the tool at the right angle to the abrasive. A 6-8 inch (15-20 cm) bench grinder with abrasive wheels is enough to start with. Bench grinders can be fastened to a workbench, or to a stand if larger items need to be worked on. * '''[[w:Air_compressor|Air Compressor]]''' - This is useful for inflating tires and other items, and also for air tools like nail guns and paint sprayers. A small one light enough to move where needed plus an air hose and attachments kit is enough to start with. ::'''Materials, Parts, and Supplies''' &emsp;Beyond basic supplies already noted, these can mostly be accumulated as needed for current and future projects. We suggest starting with some nail, screw, and bolt/nut/washer assortment sets with different sizes. This avoids making a shopping trip for minor home projects. ::'''Care and Maintenance''' &emsp;'''Building Maintenance''' - Homes and other structures require maintenance to stay functional. Many of the tools and equipment listed above can be used for repair and replacement, in addition to building new items. Some tools are only used to diagnose and fix problems, but not to build new items. These include: * '''[[w:Test_light|Test Lights]]''' - are used to check if an electrical outlet or other device has a voltage (power). They are mostly used for safety, to make sure power is off before doing work, and to see if a non-working device is broken vs. an electrical supply problem. * '''[[w:Plunger|Rubber Plunger]]''' and '''[[w:Plumber's_snake|Snake]]''' - for clearing blockages in household pipes. &emsp;'''Vehicle Maintenance''' - After their homes, the next most important items for many people are their vehicles. This includes passenger cars, light trucks, motorcycles, bi- and tricycles (manual and electric), utility trailers, golf carts, riding mowers, and all-terrain vehicles. Some of the tools above, such as socket wrenches, can be used for maintenance, but a number of more specialized ones are used with vehicles. These include: * '''Tire gauge''' * '''Accessory Tire Inflater''' - A small compressor, often using a 12 Volt car accessory socket. It is mainly intended for vehicle and trailer tires, but can also be used for wheelbarrow, mower, and other small tires. * '''Battery Charger''' * '''Engine Oil, Grease Gun and other lubricants''' * '''Engine Coolant''' * '''Vehicle Cleaning Supplies''' &emsp;'''General Maintenance''' - When damaged, stripped, or frozen fasteners need to be removed, there are several ways to deal with it. Dirt and rust can be removed with brushes and rags, or specialty rust remover fluids. Penetrating spray lubricants and strong wrenches may then be enough to remove them. Many kinds of '''[[w:Screw_extractor|Extractors]]''' are made for removing broken or frozen screws, nuts, and bolts. If the hole is too damaged to reuse, it can be re-threaded with taps and dies, an insert or filler material used to patch it, or a new hole drilled nearby. ==<span style="font-size:x-large; font-family:'Georgia', serif;">4.0 - New Workshops and Expansion Sets</span>== &emsp; ===<span style="font-size:large; font-family:'Georgia', serif;"><u>New Workshops</u></span>=== &emsp; &emsp;List 2 talked about storage and workshop space. Some homes and many apartments don't have enough spare space for the kinds of projects you want to do, especially if you go beyond basic home improvement/do-it-yourself ones. The alternatives are to find or buy existing workshop space in the community, or to build new private or shared space. We discuss the needs and features of workshops first because they have to exist before you can work in them. Simpler ones can be built with the basic items from Section 3. Larger and more complex workshops may need items from Section 8 (below) on construction. When to build a new workshop depends on what you already have available, the need for added space, and outside factors like cost, financing, permits, etc. ::'''Needs and Features''' &emsp;Workshop buildings are one or more suitable existing structures, or purpose-built new ones added to a property. The property may already have living space, or be commercial, industrial, or bare land. Workshops can be additions attached to an existing building, or detached free-standing structures. Their size, location, and features depend on what kind of projects are intended. When planning them, you should consider future growth in addition to current needs. This can be handled by over-sizing a structure, planning for additions and extensions to it, or adding additional separate structures. &emsp;There are a number of reasons for a separate workshop. These include: * Outgrowing existing home space * Excessive noise, dust, debris, and fumes * Extra power and light requirements * Better access for vehicles and moving large items &emsp;Workshops can be specific to one type of craft or activity or more generalized. Some suggested design features include: * Sufficient windows or skylights for natural lighting, and added artificial lights where needed. * Large doors for materials and product delivery. * Sprinklers and fire extinguishers for fire protection. * A strong enough floor for heavy machinery and storage, or deep footings where needed. If there are upper floors, the heavier items should be on the lower floors. Stairs and lifting devices can ease moving items between floors, and the whole structure has to support the total weight. * Enough storage area for materials, parts, and supplies, and for equipment not currently being used. * Enough electric power for all equipment, preferably routed through ceiling drops or wall channels, for flexibility and to avoid trip hazards from cords. * A water supply for clean-up. * A first aid station. * A separate office area to keep out dust and dirt, with desk, drawing table, files for record-keeping, etc. &emsp;The contents of a workshop can be grouped into general items used across multiple activities, and those specific to a particular one. The layout should consider your workflows. In general, work starts with delivery of supplies, materials, and parts. Materials are then converted to finished parts, finishes applied, and assembled into completed items. Unless the completed items are to be used in the shop, the last step is delivery. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>Expansion Sets</u></span>=== &emsp; &emsp;Sections 5.0 to 8.0 include a series of expansion set lists for items beyond the basic ones in Section 3.0. The added equipment may fit in space you already have at first, and outgrow it later. The lists are grouped into four categories: Small Indoor, Large Indoor, Outdoor, and Construction. Each list is specialized according to types of projects and materials. The expansion sets are not in a required order where earlier lists are needed before later ones. They are a set of mostly independent choices, depending on your interests and what you want to do. An exception is List 17 - General Construction, which has items used by multiple construction trades listed separately afterwards. &emsp;Most specialized projects will need some or all of the basic items from Sectopm 3.0. We try to list items where they are most likely to be needed, but some items can be shared across different project types. So you may want to review the items in related lists. Within each list the general order is from hand to power and larger tools. We try to note accessories that go with a particular tool or machine. We also try to note reference sources, and materials, parts, and supplies needed for the project type. At present the later lists are less complete than the basic ones. ==<span style="font-size:x-large; font-family:'Georgia', serif;">5.0 - Small Indoor Projects</span>== &emsp; &emsp;Small indoor projects can be for personal enjoyment, creative expression, or to make useful items for personal use or sale. These are crafts and projects that can begin in temporary space like a desk or dining table, or in dedicated space of less than a room in existing living areas. They include light arts and crafts, printing and digital media, fabrics and leather work, jewelry, and electronics. They can mostly start with ordinary room lighting and electric power, perhaps with extra light in the work area. Serious hobby or small business production can grow beyond such workspace and have special needs. Section 4.0 covers new workshops for this. &emsp;We don't cover every possible activity and project, just some of the more common ones. Wikipedia's '''[[w:Outline_of_crafts|Outline of Crafts]]''', '''[[w:Handicraft|Handicraft]]''', and '''[[w:Fine_art|Fine Art]]''' articles list many of these other subjects. See also '''[https://www.smooth-on.com/applications/ Smooth-On's website]''' for additional categories, and the '''[https://www.dickblick.com/ Blick]''' website for types of tools and supplies. For ones not covered here you will need to find some reference books, printed articles, or websites that cover what is needed to get started. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 3 - Light Arts & Crafts</u></span>=== &emsp; &emsp;Light arts and crafts involve creative expressions that don't require much power, space, or stationary equipment to start. Examples are '''[[w:Drawing|Drawing]]''' and art painting, where all the tools and supplies can be hand-carried to work on location rather than at home. &emsp;'''[[w:Painting|Artistic Painting]]''' is distinguished from the general use of '''[[w:Paint|Paints]]''' for coloring or protection, as in room walls and automobile bodies. General paints can be used artistically, but usually artist's paints are specialized types in smaller amounts. Modern paintings are usually portable on a surface like framed canvas or wood panels. Fixed paintings are sometimes done on building interiors and exteriors. Historically some sculptures were painted to make them look more lifelike. Almost any surface that paint or ink will adhere to or be implanted in can be used. &emsp;'''Artistic or Decorative Printing''' includes '''[[w:Linocut|Linocut]]''' and '''[[w:Woodblock_printing|Woodcut]]''' on fabric or paper. '''[[w:Papier-mâché|Papier-mâché]]''' uses paper or pulp, fabric reinforcement if needed, and glue, starch, or wallpaper paste. '''[[w:Mixed_media|Mixed Media]]''' are assemblages, collages, and sculpures using more than one type of material or '''[[w:List_of_art_media|Art Medium]]'''. In addition to some basic tools from prior lists, arts and craft tools can include: ::'''Hand Tools''' * '''Craft Scissors''' * '''[[w:Brush|Brushes]]''' - Art, foam, craft and general paint types. * '''Single Hole Punch''' * '''Crafting Needles''' - Including '''[[w:Crochet_hook|Crochet]]''', '''[[w:Knitting_needle|Knitting]]''', and '''[[w:Sewing_needle|Hand Sewing]]''' types, ::'''Work Area Items''' * '''Work Table and Storage''' - These can be existing household items or dedicated for arts and craft work. * '''Art Furniture''' - '''[[w:Easel|Easel]]''', drawing boards, portfolios, carrying cases, and folding tables and chairs for working in a studio or on location. * '''Surface Protection''' - Newspaper, old bedsheets, dropcloths, plastic tablecloths, or plastic sheeting. * '''Work Clothes''' - For messy arts and crafts such as an apron, smock, or old large shirt. * '''Storage containers and Organizers''' - for storing and mixing the variety of tools and materials. These can be purpose-made, or reused egg cartons, empty boxes, clean cans, jars, and small plastic containers. ::'''Power Tools''' * '''Hot-Melt Glue Gun''' - uses sticks of glue and heat to melt them. * '''Small Oven''' - such as a kitchen toaster oven. For heating or melting small items. ::'''Materials, Parts, and Supplies''' * '''Drawing''' - colored crayons, chalk, markers, pens, and pencils, drawing paper, pads and sketch books. * '''Artist's Paints''' - includes oil paints, pastels, watercolors, tempera, acrylics and enamels. * '''Art Printing''' - ink pad, sponge, brayer, rubber stamps, printing ink, wood blocks, linoleum. * '''Disposable containers''' - for weighing and mixing powders and liquids, and casting low-temperature resins. * '''Disposable stirrers''' - for paint, resin, etc. These can be bought, leftover plastic utensils, or scrap items. * '''Aluminum foil''' - to protect surfaces, and liners and containers for items needing oven heating. * '''Plastic''' - sheets, tubes and blocks from materials like acrylic and high-density polyethylene. * '''Casting Materials''' - Plaster of Paris, resins, etc. &emsp;Mixed media can use any found items, but some basic supplies include: * '''Fasteners & Adhesives''' - White, decoupage, fabric and wood glues. Glue sticks, painter's tape, thumbtacks, and hardware fasteners like brads, or nails. * '''Textiles''' - Yarn, craft felt, fabric scraps, thread, embroidery floss, muslin, burlap, and wool felt. * '''Sculptural Materials:''' - Salt and bread doughs. Modeling, polymer, and air dry clays. Craft foam and foam rubber. Chenille stems (pipr cleaners), toothpicks, straws, and craft/popsicle sticks. Scrap, found, and shaped wood pieces. Floral and coiled metal wire of various diameters, and larger metal pieces. * '''String, Bead and Knotwork''' - Cord, string, artificial sinew, fishing line, and thread. Pony, wood, glass, plastic, and metallic beads. * '''Decorations''' - such as glitter, pom poms, feathers, cotton balls, googly eyes, and sequins. * '''Papers''' - Copy, colored construction, wax, colored tissue, bath and "bleeding" tissue, freezer, crepe, and newsprint (blank or printed). Paper napkins, towels, and bags. Contact (adhesive-backed) paper, clear or colored. Card stock, flat and corrugated cardboard. Roll white, brown, and tracing paper. * '''Reused Items''' - such as magazines, junk mail, netting from produce bags, bubble wrap, packaging peanuts. * '''Natural Materials''' - such as leaves, sticks, small rocks, acorns & nuts, pine cones, flowers, and seeds & seed pods. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 4 - Printing and Digital Media</u></span>=== &emsp; &emsp;Artistic printing is typically single or small numbers of items. '''[[w:Printing|Production Printing]]''' is a technology for mass reproduction and distribution of text and images for business, education, and entertainment. It has a long history of making physical copies like books and newspapers. Writing and drawing by hand can be done with very simple tools and materials. But printing in quantity needs specialized equipment for paper, fabric, photographs, and lithographs. &emsp;Today '''[[w:Electronic_media|Media]]''' of all types are increasingly produced, stored, and distributed by digital electronic methods. In addition to making text and drawings, digital media includes capturing photographs, sound, and video. It also includes creating digital content wholly electronically. New creations and recordings can be made, combined, and edited with a variety of suitable computers and software. These include stationary and portable computers, tablets, and smartphone. Additional input and output devices are often used with them, and the completed items distributed by communication networks or physical media. &emsp;Depending on the type of printing or digital media projects you want to do, you may need any of the following to get started: * '''Basic Working Space''' - including furniture and general tools from lists 1 and 2 for setup. * '''Basic Content Creation''' - this includes technical drawing and basic computing equipment and software from List 2 for text and illustrations, and light arts and crafts items from List 3 for artistic creations. A basic computing device generally includes some storage, display, keyboard and mouse, and speaker. These can be merged into a single device, such as laptops and smartphones, or separate components for desktop systems. They also generally have a network connection - wired, wireless, or both. ::'''Computers and Peripherals''' * '''Upgraded Computer(s)''' - High-end media creation, editing, and display may need better computers. This is generally set by the needs of the software and peripherals you will be working with. For example, if you are doing digital photography, you need enough storage for all the pictures you are editing and saving. Rendering high-end 3D graphics may require a corresponding graphics card, or even a dedicated computer for the task. If more than one person is working, you will need multiple computers. * '''Upgraded Input Devices''' - This includes special keyboards, mouse, joysticks, and touch-sensitive tablets. * '''Upgraded Displays''' - Some work benefits from larger, multiple, or higher quality displays. * '''Upgraded Audio''' - This can include higher quality and quantity of speakers, microphones, multichannel audio output, and headsets. * '''External or Networked Storage''' - * '''Scanners and Printers''' - These range from basic office types to large format versions. Multifunction units can do both scanning and printing. * '''[[w:Digital_camera|Digital Camera]]''' for photography and video production. A dedicated digital cameras, with accessories like tripods, lights, and microphones, can produce better results than smartphones or webcams. They have larger lenses and sensors, and more adjustments for focus, zoom, exposure time, etc. Higher-end cameras have interchangeable lenses for different purposes. ::'''Other Print Media''' &emsp;This includes printing on with other materials or processes besides paper, such as fabric, photographic prints, and lithographs. * '''Screen Printing Press''' - 4-Color, with accessories and supplies ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 5 - Fabric and Leather Work</u></span>=== &emsp; &emsp;'''[[w:Textile|Textiles]]''' are fibers commonly used to make '''[[w:Woven_fabric|Woven Fabrics]]'''. '''[[w:Sewing|Sewing]]''' and related processes then turn fabric into creative and useful items such as clothing, drapery, and bedding. '''[[w:Leather|Leather]]''' is animal skin treated to prevent decay. In some cases it can be sewn and used like fabric. But the thickness, stiffness, and strength of leather often requires different tools, and it gets used for different finished items. ::'''Hand Tools''' * '''Sewing Kit''' - While all these items can be bought separately, it is convenient to get all of them at once to start, and kits are typically not very expensive. It can include any or all of the following: storage for all the items, spools of thread in various colors of hand/machine weight and embroidery weight. Scissors, spare buttons, spring clips and dressmaker's pins for holding fabric together. Hand sewing needles of various sizes, machine bobbins, safety pins, crochet hook, magnifier, tip and ring thimbles, pin cushion, and a measuring tape. * '''Cloth Measuring Tape''' - A flexible cloth or plastic ruler without a case. This was included in List 1, but if you don't have it yet, get one at least 60 inches (150cm) long for measuring body dimensions, and another up to 144 inches (360cm or 4 yards) for measuring uncut fabric and large sewn items like drapery. * '''Tailor's Chalk or Soapstone''' - For temporary marking on fabric. * '''Dressmaker's Shears''' - These are very sharp scissors with an offset handle that leaves the fabric flat while cutting. They should not be used for other purposes. * '''Thread Snips''' - Small pointed, and usually spring loaded, scissors for cutting thread and trimming fabric. The small size allows reaching into tight spaces after sewing. * '''[[w:Seam_ripper|Seam Ripper]]''' - A tool with a razor-edged hook for cutting sewn stitches without tearing the fabric. * '''Rotary Cutter Set and Mat''' - This uses a razor edged wheel rather than scissors action to cut material. A set includes replacement wheels with different shaped edges. A soft mat protects the table surface while allowing the blade to penetrate through. * '''[[w:Tailor's_ham|Tailor's Ham]]''' - A tightly stuffed pillow for pinning and ironing curved areas of fabric. ::'''Stationary Equipment''' * '''Sewing Table''' - This can be any kind of table that will support a sewing machine or fabric being hand cut and sewn. For larger and heavier material it is useful to have the machine set perpendicular to a longer table with the machine bed level with the table top. This allows fabric to slide horizontally rather than it's weight making movement difficult on a smaller one. * '''[[w:Sewing_machine|Sewing Machine]]''' - with accessories. A light domestic electric machine with at least straight and zig-zag stitches is enough for basic household sewing, like clothing and drapery. Modern ones can have many other stitches and accessories, and electronic features for semi-automatic tasks. A "foot" is what holds the fabric down while the needle passes through it. A basic one comes with the machine, but specialized ones either come with it or can be bought afterwards. :emsp;A heavy-duty machine has a stronger frame and motor to sew thicker materials. Industrial machines are faster for production work and have more clearance between needle and frame, but typically fewer stitch types. Domestic machines typically feed one or two threads from a spool above, and another from a bobbin beneath, so a set of bobbins of the correct type are needed if they did not come with the machine. Sewing machines also use specialized needles of different diameters, which should be added if not included. The following specialized machines are not needed to start with, but added as needed: * '''[[w:Overlock|Overlock Machines]]''' - (Sergers) are used for edging, hemming, and seaming using multiple threads at once, needing fewer steps to finish a task. * '''[[w:Machine_embroidery|Embroidery Machines]]''' - add stitched threads to underlying fabric for decoration rather than construction and edging of basic sewing. Patterns can be formed by hand or with electronic control, beyond the mechanically formed fancy stitches. * '''Washing and Drying Machines''' - Some fabrics need pre-washing to remove residual dyes, avoid later shrinkage, or removing sizing applied to the fabric. Some dyeing can also be done in a washing machine. Most people already have such machines or access to commercial ones. * '''[[w:Ironing|Ironing Station]]''' - This includes a heat-resistant surface, usually cloth covered, and a heated '''[[w:Clothes_iron|Clothes Iron]]''' to remove wrinkles and flatten fabric or finished items. Pressing cloths are used between the iron and item to protect from excess heat. ::'''Leather Tools and Machines''' &emsp;Sewing leather requires heavy duty or specialized tools and machines. '''[[w:Leather_crafting|Leather Crafting]]''' involves other processes like dying, painting, carving, stamping, and molding, and uses a different set of mostly hand tools. The production of leather from skins and hides uses yet another set of tools and processes. ::'''Materials, Parts, and Supplies''' * Fabric - cotton, synthetic, upholstery * Leather * Thread * '''[[w:Notions_(sewing)|Notions]]''' - refers to small items and accessories besides fabric, leather, and thread, which end up in finished articles. Examples include buttons, clasps, zippers, hooks, eyelets, and laces. * '''Pattern Material''' - A sewing pattern is a full-size drawing which is fastened to fabric as a cutting guide. They are often purchased pre-made, but custom patterns made to fit a particular body or project, or scaled-up patterns from books and other sources can be self-made. You can use wide paper rolls or inexpensive cloth to make patterns. The latter can be test-fit on the wearer before cutting more expensive material or used multiple times. &emsp;Custom patterns for complex shapes like feet can be made by wrapping plastic wrap or bags around them, then wrapping flexible tape around the plastic. Seam lines are then marked on the tape, and the pieces carefully cut off the body and flattened. Patterns made this way need to have seam margins added to them. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 6 - Jewelry Work</u></span>=== &emsp; &emsp;'''[[w:Jewellery|Jewelry]]''' are decorative items typically made from hard materials like metal and minerals. Making them involves small-scale '''[[w:Metalworking|Metalworking]]''', often combined with shaping and fastening decorative or high value stones. * Acetylene torches * Small metal shear * Buffing station * Annealing Pans * Bench Pins, Small Clamps, Small Anvils & Mandrels (neck, bracelet, finger) ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 7 - Electronics</u></span>=== &emsp; &emsp;'''[[w:Electronics|Electronics]]''' is distinguished from List 21 - Electrical Work in that the latter is mostly done during construction and remodeling, and is mostly to supply and control power for lighting and fixed appliances. Electronics mostly involves more complex devices than simple on/off current flow. ::'''Hand Tools''' &emsp;Add the following tools and equipment if not already on hand, or another set for electronics work: * Precision Screwdrivers * '''[[w:Wire_stripper|Wire Stripper]]''' - is designed to cut the insulation from various gauge (diameter) wires without cutting the wire itself. They usually have built-in cutters to then trim the wire itself to length. * Pliers - Smaller Diagonal and long nose * Precision Tweezers * Eye Loupe - a head-mounted magnifier ::'''Portable Power Tools''' * '''[[w:Soldering_iron|Soldering Iron]]''' - with assorted tips and sponges. * Digital Multimeter ::'''Stationary Equipment''' &emsp;Electronics projects benefit from a dedicated '''Work station'''. This typically includes a Work Table with a heat-resistant surface, Fume Fan, Universal Vise with standard and circuit board jaws, Third Hand, Test Leads, and a magnifier light. Additional items can include: * Digital Microscope * DC Power Supply * Oscilloscope/Signal Analyzer * Function Generator * Flash Memory - programmer and debugger ::'''Parts, Materials, and Supplies''' &emsp;Electronics is notable for the wide variety of parts available and used. To start with some basic items like wire and resistor assortments can be stocked, but the rest should probably be bought as needed for projects. * '''Discrete Components''' - Assorted Resistors, Capacitors, Choke Coils, Diodes, Transistors, Motor Drivers, Voltage Regulators, Amplifiers, Light-Emitting Diodes (LEDs), Photodetectors * '''Other Components''' - LCD Displays, Speakers, Microphones, Temperature Sensor, Hall Effect, Accelerometers, Microcontrollers, Frequency Crystals, Radios, Magnets, Buttons & Switches, Headers, Assorted Jacks & Plugs, Ribbon Connectors, Screw Terminals, Battery Holders, USB cables and connectors, Ethernet cables and connectors, Transducers, Small DC Motors and Digital Servos, Power Supplies * '''Wire''' - General Electrical: single, pair, and grounded types, solder wire, magnet wire, shape memory * '''Circuit Board substrates''' * '''Other Supplies''' - Antistatic Bags, Heat Shrink Tubing, Desoldering Braid, Cable Ties, Rubber sheet/feet ==<span style="font-size:x-large; font-family:'Georgia', serif;">6.0 - Large Indoor Projects</span>== &emsp; The next section (6.0) includes indoor activities and projects that need larger or more dedicated indoor space, power, or other features, and often result in more practical and useful items like furniture and ceramic ware. &emsp;These projects typically require a larger indoor space, like a garage, basement, or freestanding workshop to get started. This is partly from needing larger shop furniture, stationary machines, materials storage space, and the size of the items being made. Additional requirements like more power, heavy weights, and heat resistance can make regular living space unsuited. These lists assume you have most or all of the equipment from the basic sets. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 8 - Woodworking</u></span>=== &emsp; &emsp;Since other animals use wood for tools, they are likely the oldest tools of our ancestors. Many human artifacts, like houses and furniture, are primarily made from it. Therefore some tools that can be used for basic '''[[w:Woodworking|Woodworking]]''' were already included in the basic lists 1 and 2 above. Growing trees (Forestry), converting them to lumber (Logging and Sawmills), and large-scale projects (Carpentry) are specialized enough to have their own lists. This list covers indoor hobbyist and small-scale business projects like furniture, cabinetry, and decorative items, so it does not include large-scale and outdoor equipment. &emsp;Prior to the 20th Century, all woodworking was done manually or with the assistance of water, wind, or animal power. Since then electricity and compressed air have greatly increased the speed and power of tools. Some woodworkers prefer using hand tools - they are quieter and you can more directly feel what is happening to the wood. Even those who use lots of power tools sometimes need the hand tools to avoid damage, precise finishing, or getting into small spaces. Power and stationary tools generally need more room in the workshop, and cost more. So it is a matter of choice, budget, and shop space for which ones to use. ::'''Reference Material''' &emsp;If you are new to woodworking, the '''[https://archive.org/details/texts?query=Woodworking&and%5B%5D=lending___status%3A%22available_to_borrow%22&and%5B%5D=lending___status%3A%22is_readable%22&sort=-date Internet Archive]''' has over 400 general books on the subject which are available to download or borrow for two weeks at a time. This list is sorted newest first. Books prior to 1950 will tend to focus more on hand tools, because modern power tools were not as common or too expensive for individual use. You can enter more specialized search terms, which may find other documents. &emsp;A general '''[https://www.youtube.com/ YouTube]''' search for "woodworking" brings up many results, but you are better off searching for more specific subjects. A single video is not long enough to cover all of woodworking. For beginners, we suggest a search term like "beginning woodworking series" to find ones that give a general introduction across several videos. An example is '''[https://www.youtube.com/playlist?list=PLRWjFTaHniqMVryvDAQ3771MO6_QQRYXN Start Woodworking]''', with 13 videos taking about 8 hours, which you can watch a little at a time. ::'''Materials, Parts, and Supplies''' &emsp;Woodworking obviously requires wood to work with. It comes from trees and larger plants like bamboo. Wood properties vary widely depending on the source species, growing conditions, and other factors, making every piece unique. So certain kinds of wood and particular pieces are better suited than others for a project. There are also artificial products like plywood that can be worked on with the same tools. &emsp;Commercial lumber is grown and processed into grades of similar type, suited for a category of projects. When buying, you should inspect and select individual pieces. For bulk amounts, you should expect some loss from defects, warp, etc. A knot or split may make a board unsuitable as a full length, but you can cut off the bad parts and use the remainder as a smaller piece. &emsp;Parts and supplies used in woodworking include a wide variety of fasteners, hardware, glue, and finishes. An assortment of nails, screws, and a bottle of '''[[w:Wood_glue|Wood Glue]]''' are enough to get started. ::'''Hand Tools''' &emsp;The basic tools from lists 1 and 2 are enough to do simple woodworking projects. These additional tools are useful for more advanced or specialized ones: * '''[[w:Marking_gauge|Marking Gauges]]''' - Have an adjustable fence and single or dual points or knives, for scribing lines parallel to an edge. The '''[[w:Mortise_gauge|Mortise]]''' type marks both sides of a mortise and tenon joint at once so the two parts will fit exactly. * '''More Clamps''' - A woodworkers' saying is "you can never have too many clamps". They are used to hold items in place while being shaped, groups of items that need identical cuts or smoothing, drilling aligned holes, and while gluing pieces together. Types include bar, screw, pipe, locking, spring, rigid C-shape, corner, strap, hose, and others. Since there are so many kinds, we suggest accumulating them a few at a time from used sources or bought as-needed for a project. :&emsp;Clamps can also be self-made by (1) taking any length of lumber, fastening two or more blocks to it, then driving a pair of wedges to tighten, (2) wrapping cord around the item, and driving one or more wedges between cords and wood, (3) wrapping cord and twisting a loop of the cord wrapped around a stick to tighten, or (4) placing the item on the floor or a table and placing heavy objects on top. * '''[[w:Chisel#Woodworking|Woodworking Chisels]]''' have a sharp edge at the end of the blade beveled 25 degrees on one side. They are either pushed by hand or hit with a '''[[w:Mallet|Mallet]]''', typically wooden so as not to damage the tool handle. A simple mallet can be made from a tree branch the diameter of the head, with the handle portion trimmed down to size. A starter set can be either square edge or beveled wood chisels in several widths. There are a number of other types, like the mortise chisel for cutting grooves, which can be added as needed. *'''[[w:Adze|Adzes]]''' have curved blades with a chisel edge and are swung to rough out a shape. Long-handled ones are used standing on or next to the work, smaller ones are used on bowls and other curved items. These are specialty tools that can be added if needed. * '''[[w:Plane_(tool)|Hand Planes]]''' - These are basically wide chisel blades that slightly protrude through a flat base so as to take thin shavings, with one or two handles. The blade is positioned so as to preferentially cut high spots in the wood, enabling flattening it. There are a wide variety of shapes and sizes for different purposes. The '''[[w:Scrub_plane|Scrub]]''', '''[[w:Block_plane|Block]]''', '''[[w:Jack_plane|Jack]]''', and '''[[w:Jointer_plane|Jointer]]''' types are for flat surfaces. The '''[[w:Rebate_plane|Rabbet/Rebate]]''' type is for cutting grooves or recesses, while circular planes have a curved rather than flat base for working curved surfaces. The combination plane has an adjustable frame for accepting different widths or sets of cutters. A few sizes of flat planes are enough to start, and others can be added as needed. * '''[[w:Drawknife|Drawknife]]''' and '''[[w:Spokeshave|Spokeshave]]''' - These are two-handled tools used on the pull stroke, generally for shaping round pieces. The first has a wide, unprotected blade for removing bark and large shavings. The second has a smaller blade extending a variable amount from the body for finishing work. The blades may be straight or curved. One of each type is enough to start. [[File:Carving_tools_2.jpg|thumb|right|640x380px|Figure 5.5-11 - Woodcarving tools and mallet.]] * '''[[w:Wood_carving#Tools|Carving Tools]]''' - These are used for more intricate wood shaping than the ones previously mentioned. Depending on blade size and accuracy they can be driven by hand or a mallet (Fiture 5.5-11). The carving knife has a short lengthwise blade, while gouges have longer blades curved across or along them, or are V-shaped. Sets of assorted tools are available to start with. * '''[[w:Card_scraper|Cabinet (Card) Scrapers]]''' - Used with a '''[[w:Burnisher|Burnisher]]''' to create a sharp burr for scraping a fine surface on hard or difficult grained wood. * '''[[w:Wood_finishing|Wood Finishing]]''' - Sandpaper and sanding blocks are in List 1 above. Once the wood pieces or assembled item is the final shape, there are many finishing methods for appearance or to protect it. Typically tools like brushes and cloth pads are used to spread the finish and remove excess. Applying finishes can be messy and involve toxic solvents and media, and workshop dust can contaminate the finish before it dries. So a separate finishing area with good ventilation, and personal protection like gloves and filter masks are desirable. ::'''Portable Power Tools''' &emsp;List 2 above included some basic portable power tools. To these you can add the following: * Routers: Corded and Cordless, with assorted bits for wood and other materials - * '''[[w:Sander|Power Sanders]]''' - There are many types of power sanding devices, both portable and stationary, which work faster than hand sanding. Some can be mounted on other tool types like electric drills or bench grinders. The portable Belt, Detail, and Orbital types can use different grit size belts and disks. * Handheld Planer * Doweling Jig - Used with electric drill to accurately position dowel holes. ::'''Stationary Equipment''' &emsp;These larger machines can work faster and be more accurate with built-in or accessory guides: * '''[[w:Table_saw|Table Saw]]''' - A circular saw blade and motor mounted under a table, with adjustments to height and tilt. They generally have fences and other accessories to control the movement of the item past the blade. Compared to the portable circular saw in List 2 they are generally more powerful with a larger depth of cut, and easier to set up for repetitive cuts on multiple parts. A bench-top version may be enough for lighter projects, but should be secured while in use. Larger versions have a stand or cabinet. Different blades are available depending on what is being cut. * '''Jointer''' * '''Bench Planer''' * '''Sanders''' - Stationary sanders use a variety of abrasive belts, disks, cylinders, and drums. Some types will feed the work through the machine, but most require manually moving the work to the abrasive surface. A medium combination belt and disk sander is a good starting point. * '''[[w:Bandsaw|Bandsaws]]''' - use a loop of toothed metal strip as the blade, running over two or more motor-driven wheels. They come in a variety of sizes from bench-top to floor-mounted, with different width and height capacity and motor power. Different blades are available for various cutting tasks. [[File:Holzdrechsel.jpg|thumb|right|640x425px|Figure 5.5-N - Woodturning lathe.]] * '''[[w:Woodturning|Woodturning Lathe and Accessories]]''' - Turning makes symmetrical wood shapes mainly using a wood lathe and long-handled chisels, gouges, and scrapers. Various holding devices are used with the lathe, according to the size and shape of the item being turned. Finishing operations like sanding can also be done while the piece is still mounted. * '''Scroll Saw''' - With assorted blades * '''Drill Press''' - This is an electric drill mounted to a column and base, with an adjustable table. Compared to a portable drill they are more powerful and accurate. There are many sizes and variations, with the chuck axis-to-column distance being a key measurement since it sets the maximum distance a hole can be from the edge of a part. An 8 inch (200mm) version clamped to a workbench may be enough for smaller projects. Larger versions are floor-mounted, and some can move and tilt the drill head for better access. * '''Router''': Table and CNC * '''[[w:Dust_collector|Dust Collection System]]''' - A simple version is a wet/dry '''[[w:Vacuum_cleaner#Wet/dry|Shop Vacuum]]''' on wheels which is brought to whatever machine is being used. The machines may have fittings installed for the vacuum's hose. A more advanced version has pipes installed around the workshop that lead to a larger stationary vacuum system that has a separator for dust and larger chips. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 9 - Metal Fabrication</u></span>=== &emsp; &emsp;'''[[w:Metalworking|Metalworking]]''' and woodworking can share some of the same basic equipment, such as workbenches and vises. Basic metal fabrication is covered in this list. It involves working with thinner sheet metal at room temperature, and where high accuracy is not required. Larger and thicker pieces require heating to soften or melt the material for forging or casting. Ceramics also require high temperatures, so we group them with blacksmithing and foundry into list 10: Hot Work. Machine Shop Work can produce highly accurate finished parts, but needs a different set of equipment. So it is separated as list 11. Equipment needs can draw from all three lists depending on project needs. ::'''Reference Material''' &emsp;The '''[https://archive.org/details/texts?query=Metalworking&and%5B%5D=lending___status%3A%22available_to_borrow%22&and%5B%5D=lending___status%3A%22is_readable%22 Internet Archive]''' lists about 50 general books on metalworking which can be downloaded or borrowed for 14 days. You can find additional works using more specific search words like "welding" or "sheet metal", then selecting for "Always Available" and "Borrow for 14 days". The other types of reference and training sources, like paper books, instructional videos, etc. are also available. ::'''Materials, Parts, and Supplies''' &emsp;Metal is of course required for metalwork. Scrap and auto salvage yards, recycling stations, and discarded appliances are cheap sources for basic metals. Auto and other types of repair shops may have scrap bins. Retailers like home improvement, hardware, and online stores stock some metal stock and fasteners. Dedicated metal and industrial suppliers have larger selections and can be found in most cities. * Welding rods or wire spools * Sand blasting media ::'''Shop Furniture''' * '''Steel Welding Table''' - with magnetic welding squares, for grounding and magnetically clamping workpieces. This should be located away from combustible materials. * '''Portable Welding Screens''' - to protect other people and equipment. ::'''Hand Tools''' * Welding Clamps - * '''Chain Vise''' - Used to hold round or irregular shapes so they can be cut or drilled. * Forming Hammers and Dollies - Also known as "auto body" tools. These have various hammer head and metal block shapes to create complex curves or flatten sheet metal. The tools used by jewelers and blacksmiths work similarly, but are smaller and larger respectively. * Benders - Hand bar, strip, and tube types. Hydraulic Pipe & Bar Bender * Blind Riveter and Rivet Set - for setting expanding or solid '''[[w:Rivet|Rivet]]''' fasteners. * Scriber and ink - for accurate marking for cutting and drilling. * Soapstone pencils - for marking metal * Chipping Hammer & Stiff Wire Brushes - for removing slag and cleaning surfaces while welding. ::'''Portable Power Tools''' '''WARNING''' - Many types of welding produce harmful UV light, fumes, and hot sparks, and all produce a lot of heat. You should therefore have suitable goggles, face mask, respirator, gloves, cap, and heat-protective clothing like gloves and aprons. Some welders require dedicated or upgraded electric power to operate. Electric types have shock risk, and all type have fire risk. Work areas should be well ventilated against fumes and heat build-up. Basic welding machines include: * '''[[w:Spot_welding|Spot Welder]] - for sheet metal. * '''[[w:Flux-cored_arc_welding|Flux Core Arc Welder]]''' - also called "Shielded Metal Arc Welding" (SMAW) a light-duty A.C. unit with sticks or spool feed is enough to start working with thicker steel sections. * '''MIG & TIG Welders''' - These use a separately supplied inert shielding gas like CO2 or argon. MIG uses a consumable weld wire as the electrode, while TIG uses a tungsten electrode and a separate stick or wire weld feed. * '''Torch Welding''' - These use a fuel-air or fuel-oxygen torch. The hot flame melts the material, into which a weld rod can be fed. Torches can also be used for rough cutting. These require gas tank suppliers nearby. A friction or long-handled lighter is needed. * '''Plasma Cutters''' - hand & CNC * '''Power Hand Shears & Nibbler''' * '''Impact Drivers & Wrenches''' - These tools accept hex-shank bits and square drive sockets respectively. They apply rotary blows to the chuck for extra tightening and loosening forces. Bits and sockets should be designed for impact use to prevent breakage. ::'''Stationary Equipment''' * '''Abrasive Cut-Off Saw''' - Also called a '''Chop Saw'''. For cutting metal thicker than sheet, tubing, or pipe to length. * '''[[w:Abrasive_blasting|Sand Blaster]]''' - Uses compressed air to blow high velocity sand or other media at a surface to clean or finish it. The effect is similar to paper and wheel abrasives, but can be used for larger and more intricate items. * '''[[w:Brake_(sheet_metal_bending)|Brakes]]''' - are used to bend sheet metal. The finger type can bend and fold selected parts of an edge. These come in hand and powered versions depending on size and thickness of the bend. * '''Sheet Metal Shears''' - In addition to the left, straight, and right compound hand snips, and portable power shears and nibblers, the stationary '''[[w:Shear_(sheet_metal)|Sheet Metal Shears]]''' can handle larger and thicker sheets. This includes the bench, foot, power and compound throatless types. * '''[[w:Roll_bender|Roll Benders]]''' - can form cylindrical and conical shapes using three rollers that are either parallel or with one at a slight angle. * '''Shop Press''' - For applying large forces for bending, shaping, or setting fasteners. Arbor presses use gears for mechanical advantage, while hydraulic presses use fluid pressure. '''[[w:Ironworker_(machine)|Ironworkers]]''' are heavy duty machines using hydraulic or flywheel power to cut, punch, or shape thicker materials while cold. Hot work equipment from list 10 is used to soften metals when cold work becomes too difficult. * '''Parts Washer''' ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 10 - Hot Work: Blacksmith, Foundry, and Ceramics</u></span>=== &emsp; &emsp;'''CAUTION''' - All of these involve high temperatures, so either an outdoor or specially designed indoor area should be used. Good ventilation and fireproof/heat-protecting clothes are recommended. '''<u>Blacksmithing</u>''' &emsp;'''[[w:Blacksmith|Blacksmithing]]''' is the general term for shaping thicker and heavier metal pieces while hot, but also for working iron and steel particularly. There are specialty names like '''[[w:Tinsmith|Tinsmith]]''' and '''[[w:Silversmith|Silversmith]]''' for working other metals either cold or hot. A minimal starter set requires a heat source (forge/furnace), a gripping tool to hold the hot metal without getting burned, a hammer, and a thick piece of metal (anvil) to hammer the heated metal on. While basic work can be done with general-purpose tools, blacksmith's tools are specialized for this purpose. In addition to the special tools, basic ones like chisels and punches are also used. * '''Forge/Furnace''' - A '''[[w:Forge|Blacksmith's Forge]]''' heats thicker pieces of metal with fire so they can be shaped with cold impact tools and surfaces. Coal or charcoal are the traditional fuels. Modern heaters use propane, natural gas, electric coils or induced currents with an insulated chamber. '''[[w:Fire_brick|Fire Brick]]''', made from minerals with high melting points are commonly used as liners in both, although natural clay will work with more heat loss. Fire brick is only moderately insulating, so the liner is sometimes backed with other materials like fiber blankets to reduce heat loss. :&emsp;The forge or furnace structure is typically steel or common brick, which are fireproof. A variable air supply increases combustion rate and temperature for fuel-powered versions. Pre-made forges and furnaces can be bought, but assembling one from common items like sheet metal, fireplace bricks, and hair dryers is not difficult. Judging the metal temperature by color is important, so a shaded area is typically used. Impurities in coal are toxic, so good ventilation is needed when using it. * '''Tongs & Rakes''' - Blacksmith's tongs have long handles with high leverage. Their length keeps hands out of the heat, and leverage is needed to hold heavy metal pieces. A variety of jaw shapes are used to fit the piece being picked up. For very heavy objects, an integral handle or the object's length keeps one end cool enough to grip. It gets removed later. Small rakes and shovels, which can be self-made, are used to remove coal ash (clinkers), or to move solid fuel around and over the piece. [[File:Hammer_collection_(49844506846).jpg|thumb|right|640x427px|Figure 5.5-12 - Various hammer types.]] * '''Hammers''' - These come in various sizes and shapes for hand shaping the heated metal (Figure 5.5-12). They include the simple one-handed square-head '''[[w:Sledgehammer|Sledgehammer]]''', '''[[w:Ball-peen_hammer|Ball Peen]]''', and other '''[[w:Ball-peen_hammer#Variants|Wedge]]''' or flat heads. The two basic sets already include some hammers. For blacksmithing a one-handed sledge and two sizes of ball-peen are enough to get started. Others can be added as needed. For heavy-duty work, trip hammers use a foot pedal to raise and then release a heavier hammer, and power hammers use motors and flywheels or hydraulics to produce greater forces. * '''Anvils and Blocks''' - '''[[w:Anvil|Anvils]]''' are heavy steel blocks shaped specifically for blacksmithing. '''[[w:Swage_block|Swage Blocks]]''' have various holes, indentations, and grooves to hammer into. They are often used with complementary hammers. These specialized tools are fairly expensive. Any heavy piece of steel can be used to start with, such a length of scrap railroad track, square or cylindrical blocks, or a section of thick plate. All of these should be mounted at a comfortable height on a stable impact-resistant stand. A vertical log buried partway into soil or a tree stump still in place are traditional methods. [[File:Silversmithing_anvils_and_hammers.jpg|thumb|right|400x600px|Figure 5.5-13 - Hammers and forming stakes.]] * '''Stakes''' are various shapes attached to a rod or bar which fit into a hole in an anvil or metal plate (Figure 5.5-13). For example used steel balls from a '''[[w:Ball_mill|Ball Mill]]''' welded to a bar can be used for compound curves. Straight pins inserted into a plate can be used for bending, typically with a length of pipe for leverage. Since blacksmiths make metal items, they can make some of these themselves. [[File:Fort_Jackson_2012_-_panoramio_(23).jpg|thumb|right|400x600px|Figure 5.5-14 - Blacksmith's leg vise.]] * '''Leg Vise''' - This is a large sturdy vise with a leg that extends to solid ground (Figure 5.5-14). This allows heavy hammering or bending without damaging the workbench or other support it is attached to. Either the workpiece or a shaping tool can be clamped in the vise. * Quenching and Sand Buckets - the former rapidly cools workpieces, which results in a different crystal structure than slow cooling (annealing) in a furnace or sand. '''<u>Foundry</u>''' &emsp;'''[[w:Foundry|Foundry Work]]''' involves melting metal and pouring it into a prepared mold to cool. Depending on the metal it can require higher temperatures than blacksmithing, which only requires heating until soft enough to shape. In addition to the furnace, tools needed include * '''[[w:Crucible|Crucibles]]''' - Containers designed to hold heated or melted materials. Some have handles, but many a simple bowl shapes, sometimes with lids. They require special tongs or lifting tools to insert and remove from the furnace, and pour molten material. * '''Casting Molds''' - There are many types of molds. '''[[w:Sand_casting|Sand Casting]]''' uses a parted box filled with damp sand mixed with a bonding agent. Patterns and additional cores are pressed between the box parts, then removed. This leaves a void the shape of the desired casting, and holes for the metal to pour in and hot gases to escape. '''<u>Ceramics</u>''' &emsp;'''[[w:Ceramic|Ceramics]]''' are shaped at room temperature, then heated in an enclosed furnace to make their shape permanent. Typically they use inorganic materials like clay. It takes time to reach the required high temperatures and gradual heating and cooling is generally needed to avoid breakage. So furnaces are generally either thick-walled or insulated to reduce heat loss. * Kiln - A type of furnace for longer-term heating than metal casting. ::'''Parts, Materials, and Supplies''' &emsp;These include clays for ceramics, metal for shaping and casting, machinable wax for lost-wax casting. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 11 - Machine Shop Work</u></span>=== &emsp; &emsp;Traditional '''[[w:Machine_shop|Machine Shops]]''' practiced "Subtractive Manufacturing", where stock material is turned into a finished part by removing the material. Modern '''[[w:3D_printing|3D Printing]]''' uses the opposite method of "Additive Manufacturing", where material is added to make a finished part. Both depend on accurate tools and machines in order to produce accurate parts. Accurate parts, in turn, are needed in machines where they must fit together, or move and rotate for long periods of time. &emsp;While some machine shop work can be done with hand tools, the majority is usually done with special-purpose machines, which are themselves mostly made using other machine tools. One way to obtain accuracy is using thick and rigid machine tool parts. This makes them heavy. So the workshop needs a suitably strong floor, such as a thicker concrete slab than for residential use. ::'''Shop Furniture''' * '''Heavy Duty Workbench''' - Building and maintaining machines involves heavy metal parts. So one or more suitable workbenches are needed when the machines or their parts don't stand directly on the floor. Some have a metal plate top for durability, but for smaller and more delicate parts a wood top can be used. * '''Storage''' - Like other crafts and project types, machine shop work requires storage for parts, materials, and supplies, and in addition hand tools, cutting bits, and machine tool accessories. Nearly all of this will be metal, which is heavy, so storage should be very sturdy. &emsp;Precision measuring tools need dust-proof storage with soft liners to avoid damage. They often have custom cases for this purpose. Cutting tools should be stored in a way they don't damage each other and other tools, so loose in a drawer or box is not recommended. They can be wrapped in cloth, or use racks, dividers or individual boxes to keep them apart. ::'''Holding Tools''' [[File:ViceBench-insetSoftJaws.jpg|thumb|right|640x444px|Figure 5.5-15 - Machinist's Bench Vise on metal-top workbench with insert shown.]] * '''Bench Vise''' - One or more heavy duty vises are typically mounted to the workbench with the jaws overhanging the edge, so that tall items can be clamped. Various inserts are used to hold different shapes, or are made of softer materials to not damage the item (Figure 5.5-15). Some vises have a small built-in anvil. If any hammering is to be done on the vise, it should be mounted over a bench leg. * '''Machinist's Clamps''' - Machine tools often have slots in their tables in the shape of an inverted "T". Inverted bolts and specialty '''[[w:T-slot_nut|T-slot Nuts]]''' can be inserted, then bars and other clamping devices can be bolted down. Toolmaker's clamps have parallel-jaws and two screws to hold items together. These would be in addition to the vise and other clamps from previous sets. [[File:TruLockMachineVice.jpg|thumb|right|640x378px|Figure 5.5-16 - Machine vice with angle scale bolted to mill bed.]] * '''Machine Vise''' - Bolted to a machine tool to hold a part while being worked on (Figure 5.5-16). These are either plain or have rotation and tilt motions. Often used with other clamps and fixtures for precise positioning. * '''V-Blocks''' - with clamps are used to hold round or irregular shapes when drilling or cutting. * '''Setup Blocks''' - Often 1-2-3" and 2-4-6" sizes for ease of setting up exact inch positions. These can either be plain or drilled and threaded. * '''[[w:Parallels_(engineering)|Parallel Bars Set]]''' - To support work above vise jaws or at offset positions while staying parallel to the machine table. Often used in combination with other setup blocks. * '''Angle Plate''' - Used to hold a part at a measured angle to a machine table. * '''[[w:Magnetic_switchable_device|Magnetic Holders]]''' - have a switchable magnetic field to temporarily hold an item in a fixed position, typically for taking measurements, centering, or machining. They are an alternative to clamps and vises, but care should be taken that they have enough holding force for the task. ::'''Measurement Tools''' * '''Solar Scientific Calculator''' - For general calculations. Since some machinist calculations involve trigonometry and circular areas, it should have these higher functions. It should also have a case or be stored in a clear zip up baggie to protect it. * '''Toolmaker's Squares''' - These include plain right angle squares in different sizes, and combination squares for centering and angle setting. These are more solid and accurately made than the same tools for woodworking. * '''Radius and Feeler Gauges''' - Radius gauges use a bright light to detect if a part matches the curve of the gauge. Feeler gauges are made to accurate thicknesses to measure small gaps. * '''Thread Pitch Gauge''' - Has leaves with tooth profiles to determine the size of threads on an existing part. * '''Taper Gauge Set''' - These have sloped widths or thicknesses with a scale. Sets have several pieces to cover a wider size range. * '''[[w:Wiggler_(tool)|Edge and Center Finders]]''' - Also called "wigglers" after how they work. Used to find the center or edge of a part, after which a precise offset can be set with a machine's handwheel or electronic scales. * '''[[w:Micrometer_(device)|Micrometers]]''' - These use a calibrated screw for accurate measurements. They come in different size ranges and for measuring outside, inside, and depth lengths. Start with a 0-1 inch/25 mm outside micrometer and add others as needed. * '''Telescoping Bore Gages''' - Have a pair of heads that expand to measure inside diameter or width. Used with a micrometer to set or read their width. * '''Thread Wire Measuring Set''' - Uses two wires on one side and one on the other plus a micrometer to accurately measure the size of a threaded part. * '''Toolmaker's Dividers''' - with rigid legs and spring. To transfer measurements and draw arcs on inked parts. * '''Calipers''' - with outside and inside jaws. These use either a dial or digital display for accurate readings. * '''Dial Indicator''' - with magnetic base. Works similar to a caliper but measures from a reference surface to a probe. * '''Surface Plate''' - Highly accurate flat surface, typically granite or cast iron. Used as a reference surface for other measuring tools, setups, and marking of parts before cutting. * '''Machinist's Level''' - A precision spirit (bubble) level for leveling machine tools and other surfaces. * '''Adjustable Parallels Set''' - 0.375-2.25" for measuring and setting exact widths and offsets * '''Gage Block Set''' - Highly accurate blocks which are stacked to produce exact lengths. Typically used to check the accuracy of other measuring devices rather than direct use. * '''Sine Bar''' - This is two accurate cylinders connected to a bar so that angles can be calculated or set by the mathematical sine of a triangle formula. * '''Coordinate Measuring Machine''' * '''Optical Comparator''' ::'''Marking Tools''' * '''Industrial Marker''' - These use heat and oil-resistant ink for marking and layout. * '''Layout Fluid & Brush''' - For more durable layout marks. Either commercial, or denatured alcohol/shellac/fabric dye mix. * '''Scriber, Carbide Tipped''' - For scratching lines onto metal parts. * '''Prick and Center Punches''' - Prick punches are smaller and used for marking exact points on a part. Center punches are heavier and struck like chisels to make a starter hole for drill bits. * '''Transfer Punches''' - These come in sets of different diameters, and are used to transfer the centers of one or more holes from one part to another. ::'''Assembly Tools''' &emsp;Assembly tools like screwdrivers and socket wrenches were included in the basic sets. These are in addition: * Torx/Star Key Wrenches T6-T50 * Engineer's Straight Edges ::'''Cutting & Abrasive Tools * '''[[w:Tap_and_die|Tap and Die Sets]]''' - Includes handles and individual taps and dies. Used for cutting matching inside and outside screw threads. * '''Reamers''' - Hand and Expanding. Uses tap handle for turning. Finishes a hole to an exact size. * '''Center Drills''' - Used in a lathe to drill a center hole in the part for the '''[[w:Tailstock|Tailstock]]''' to fit into. * '''[[w:Hand_scraper|Hand Scrapers]]''' - Used with or to make surface plates and produce precision surfaces. ::'''Stationary Subtractive Machines''' [[File:Sharp_3_Axis_Vertical_Mill_Full_View.jpg|thumb|right|358x599px|Figure 5.5-16 - Vertical milling machine with manual positioning, electronic readout, and Kurt machine vise to hold parts being milled.]] * '''Vertical and Horizontal Milling Machines''' - These are described by the rotating axis of the tool head. Movements can be manual or computer (CNC) controlled. They require accessory tool and workpiece holders, and an assortment milling cutters. Vertical mills are typically smaller and lower power. A compound (2 axis) slide table added to a medium drill press may be enough to get started, but a floor-mounted mill will be more accurate and can handle larger parts. Desktop CNC mills can be used for small items, but are lower power and therefore slower. [[File:Tornio_piccolo.jpg|thumb|right|640x407px|Figure 5.5-17 - Small Bench Lathe.]] * '''Metal Lathe''' - These are heavier and more powerful than wood-cutting lathes, with higher accuracy. They are described by the maximum diameter and length of the parts they can work, such as 7x14 inches. A small bench-top one may be enough to start. Larger ones require custom tables or are floor-mounted. Lathes can be manually or computer (CNC) controlled. Combination machines exist that do both milling and lathe work if space is at a premium * '''Lathe & Mill Accessories''' - Lathes and mills use a variety of cutting tools and need specialized holders for them due to the cutting forces. Industrial machine tools use cutting oils to remove heat and chips. For small projects a brush or oil can and hand application may be enough. For larger ones a steady feed of oil and chip removal is needed. Oil can be filtered and reused, but metal chips are sharp and should be carefully disposed of. CNC type machines need a computer and suitable software to prepare the instructions or directly control the machines. The '''[[w:Center_gauge|Center Gauge]]''' is used to align thread-cutting tools perpendicular to the part. * '''Industrial Drill Press''' - These are larger and heavier than woodworking drill presses, typically floor mounted with gear rather than belt drives. Some come equipped with cross-slide or rotating tables, or these can be added as accessories. Others have swivel and tilt heads for large and heavy parts where it is easier to move the head than the part being drilled. One or more sets of metal-cutting drill bits with different diameters and lengths are needed to start with. * '''Horizontal Metal Bandsaw''' - For cutting larger metal bars or blocks to length. * '''Vertical Heavy-Duty Bandsaw''' - For rough cutting curved metal sections. * '''Surface Grinder''' - Produces flat surfaces by moving a part horizontally under a grinding wheel. * '''[[w:Electrical_discharge_machining|EDM Machine]]''' - Electrical discharge machining uses sparks across an insulating fluid to remove material and shape a part. * Laser Cutter/Engraver ::'''Additive Machines''' * 3D printers - various kinds for making parts and patterns. ==<span style="font-size:x-large; font-family:'Georgia', serif;">7.0 - Outdoor Projects</span>== &emsp; ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 12 - Yard Work</u></span>=== &emsp; &emsp;A '''[[w:Yard_(land)|Yard]]''' commonly means the area of land surrounding a house, typically in suburban areas. In urban areas, residences may have little or no yard area. Properties larger than a few acres (1 hectare) can be called "acreage" if mostly undeveloped, and a large house with lots of outside improvements on multiple acres is called an '''[[w:Estate_(land)|Estate]]'''. This list covers items for self-maintenance of suburban yards, or maintenance of yards for others on a small-business scale. Typical yards have mostly grass, some trees, and decorative plants and ground cover. ::'''Hand Tools''' * '''Brooms and Dustpans''' - For sweeping paved areas and picking up the resulting piles. Includes Wide push, upright sweep, and wide dustpan. * '''Rakes''' - Leaf, Bow, and Thatch * '''Lawn Edger''' - Used to keep grass and roots from encroaching on paved or other types of surfaces. * '''Hedge Trimmer''' - Large scissors used to trim hedge plantings or decorative bushes. '''Pruning Shears''' have shorter blades with more leverage for cutting thicker or harder stems. * '''Wheelbarrow''' - For general moving of bulk or heavier items. * '''[[w:Hatchet|Hatchet]]''' - A combination tool with a sharp blade on one side and a hammer head on the other. An example use is trimming a branch to make a stake then pounding it in. * '''Lopper and Pruning Saw''' - Loppers have long handles with short blades, sometimes with compound action. Can cut saplings and branches up to 2 inches (5 cm) for the largest version by working around the stem until severed. Pruning saws are hand saws with teeth designed to cut living wood, and can cut somewhat larger branches in crowded areas. Large branches should be cut partway from below with two cuts removing a wedge, then finished from above. This prevents a split from damaging the main stem or trunk, and makes a more controlled fall for the branch. * Tree Pruner - Levered cutter and saw blade on a long pole. For reaching higher than the lopper or pruning saw. * Garden Hose - With plain or pistol nozzle. * Water Buckets, Gasoline, and Propane containers for carrying beyond hose range or safely storing fuels. ::'''Portable Power Tools''' * '''Blowers''' - Leaf (gas and electric), small electric for corners. A riding mower with side discharge can both chop up and blow leaves into piles or rows for pickup. * '''Power Edger''' - Does the same tasks as lawn edger but with fuel engine, electric, or battery power for larger areas. * '''Power Hedge Trimmer''' - Typically electric with a reciprocating blade for cutting larger amounts of hedge plants. * '''Pressure Washer''' - Uses high pressure water, sometimes with additives like soap, to clean exterior surfaces. * String Trimmers - For cutting grass or weeds around fixed objects that mowers can't reach and not damaging them. Alternately herbicides, woven or sheet weed barriers, and solid objects can prevent growth in these areas. * Brush cutter - has a cutting blade for weeds to saplings for clearing new yard areas or woods. Some models can change heads with string trimmers. ::'''Mobile Equipment''' * Lawnmower - Gas or electric, push or riding. The type of mower depends on the size of the yard and what obstacles have to be worked around. Larger versions can tow a yard/dump cart. ::'''Materials, Parts, and Supplies''' * '''[[w:Mulch|Mulch]]''' - A layer of material applied to the surface of soil. It can be applied around structures, plantings, and trees to make maintenance easier, conserve moisture, improve fertility, reduce erosion, and for looks. Ground covers can be artificial, like landscape fabric, inorganic like gravel, organic like wood chips, or living plants which are close to the ground. Organic mulches can be self-made on-site from items like fallen leaves and branches which are shredded or composted. * '''Lawn Supplies''' - Depending on the current and desired condition of a yard, this can include topsoil, organic material, and other soil additives to improve the quality, grass seed, fertilizers, pest controls, and herbicides. It can be much easier to work with the natural soil and climate conditions than to force a specific lawn type. For example, a grass/clover mix will self=fertilize since clover can fix nitrogen from the air ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 13 - Gardening</u></span>=== &emsp; &emsp;Gardening is distinguished from general yard work by intentionally planting and growing plants for food or aesthetic reasons. Yard work is more basic exterior maintenance to suppress weeds, maintain access, and reduce vermin. There is overlap between the two, but gardening typically has more specialized tools. * Forks - Spading, Garden, and Pitch * Bulb Planter * Cultivator - Hand & Long Handle * Hand Trowel * Hand Weeder * Hoe - Garden, Action, and Fingered * Serrated Root Cutter - shovel, hand sizes * Tillers - For breaking up and mixing soil. These range from hand tools to gas and electric wheeled machines. * Compost pile - ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 14 - Digging and Landscaping</u></span>=== &emsp; &emsp;This list is for more extensive excavation and contouring land for drainage and looks, and installing permanent additions like steps, walls, and fences. * Shovels & Spades - Assorted sizes. A shovel has a rounded and more angled blade and is used at a lower angle. A spade has a flatter and in-line blade and is used vertically for trenches and other straight-sided digging. * Power Auger * Digging Bars - Assorted sizes * Soil Tamper * Pick Axe - Heavy point and lever head, for heavy & rocky soil. Resembles cutter mattock. * Cutter Mattock - Perpendicular root cutter & medium digging/levering blades for roots. * Post Hole Digger ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 15 - Forestry</u></span>=== &emsp; * Hand Axes - Felling Axe for cutting trees, smaller Camp axe for trimming and notching branches. * Saws - '''[[w:Bucksaw|Bucksaw]]''' for cutting smaller logs to length. The '''[[w:Bow_saw|Bow Saw]]''' typically has a narrower blade and smaller frame for branches and working in tight spaces. The electric or fuel-powered '''[[w:Chainsaw|Chainsaw]]''' is for cutting larger trees down and to size. '''WARNING''' all serious timber cutting is very dangerous due to powerful machines with exposed teeth, and the weight of falling or shifting trees and branches. It should never be done alone or without some training. Methods like anchor ropes/chains can pull down trees from a safe distance. If you are at all unsure, hire professionals with the right equipment and experience. * Bark Tools - Spud, Bark Scraper/Pry Bar, Power Debarker ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 16 - Farming</u></span>=== &emsp; ==<span style="font-size:x-large; font-family:'Georgia', serif;">8.0 - Construction Projects</span>== &emsp; &emsp;Construction generally follows a sequence of steps, some of which may be skipped if not needed. The exact order of tasks depends on the design and access needed, so the lists in this section are not a strict sequence, but rather grouped by trade and skills. The main steps include: * '''Plans and Permits''' - Before physical work, design of the project, including making sure outside access and utilities will be available, what site features currently exist that may need to be changed or worked around, then obtaining needed permission such as building permits. * '''Site Work''' - This includes clearing, surveying, marking out, grading, compacting, and excavation, and providing temporary utilities and sanitation if needed. * '''Substructure and Foundations''' - These are the items that end up at or under ground level when complete, such as drainage, utility lines, and the building foundation. * '''Main Structure and Large Items''' - Walls, floors, roof, external doors and windows; and also items like heating and ventilation systems and bathtubs that are too large to install later. * '''Internal Utilities and Services''' - These are items like electrical and plumbing that will later be hidden by finished walls. * '''Finishing''' - The final surfaces, cabinets, interior doors, fixtures, and appliances that will be visible and used. &emsp;How many of the steps you can do yourself vs hiring contractors depends on your skills, crew size, and how often you expect to do it. Earlier work like excavation generally needs larger and more expensive equipment than later steps like finishing. So when starting out in construction we suggest contracting out the bigger steps. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 17 - General Construction</u></span>=== &emsp; &emsp;Besides basic tools from Lists 1 and 2, some general equipment is used across multiple phases of construction projects. We try to list those here, and more specialized items in the later lists. ::'''Measurement Tools''' * '''[[w:Chalk_line|Chalk Line]]''' - For marking out straight lines by snapping a chalked string against a surface. * Measuring Tapes & Wheels - 10-100m (30-300 foot) Tapes for measurements and layout. * Transits - Builder's and Surveyors, for vertical and property measurement. * Mason's Twine - Light string to mark edges and horizontals with minimal stretch and sag. * Bullhorn * Portable Radios * Rubber Boots * Cold Weather Gear * Folding Chairs * Coolers - Drink, Food * Tables - Plan, Portable * Extension Cords, Multi-Plug Adapters, & Power Strips * Work Lights * Water Pump - Trash type. For removing water after rain or from holes. * Drop Cloths & Tarps - Painter's (Canvas, Plastic), Vinyl Cargo, Polyethylene * Weather Protection - For workers and worksites. Can be manufactured, or rigged from tarps, lumber with nails or screws at one or both ends as poles, anchor ropes, and either heavy objects like concrete blocks or ground stakes/anchors to secure the ropes. * Cleanup - Brooms, dust pans, trash cans & bags (can also use empty boxes) * Extension Poles - for tools and props * Fans - Box, Pedestal, Drum * Inverter and Portable Generator * Warning cones, signs, safety and erosion fencing, security equipment, safety vests * Seam Roller - has multiple uses for roofing, carpet, and wallpaper. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 18 - Carpentry</u></span>=== &emsp; &emsp;Carpentry includes wood framing, roofing, structural metalwork, fireplaces, and drywall. Drywall is typically left until after internal utilities and services are installed. * Hammers - '''[[w:Framing_hammer|Framing Hammers]]''' are larger and heavier than claw hammers, for driving large nails into wood-frame construction. * Nail Guns - Assorted sizes. These drive nails with electric or air power, when large numbers or faster work is desired. * Drywall Square * Drywall Saw * '''[[w:Glass_cutter|Glass Cutter]]''' - for trimming window and other glass to size. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 19 - Masontry & Concrete</u></span>=== &emsp; * Hammers - Brick, Engineer, Sledge * Chisels - Assorted types and sizes Brick, Concrete, Mason, Stone, Tile, Star Point. Hand protectors & Offset Holders as needed * Trowels - Pointing, Brick, Rectangular * Mortar Hoe - with holes to aid mixing * Mixers - Hand, electric blade, wheeled or trailer electric or fueled for larger amounts. Very large amounts typically use mixer truck delivery. * Mud Tray and Hawk - for holding smaller amounts of mortar for troweling * '''SDS Type Hammer Drill''' - ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 20 - Plumbing</u></span>=== &emsp; * Pipe and Tubing Cutters * Pipe Threading Taps & Dies - ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 21 - Electrical</u></span>=== &emsp; * '''Insulated Screwdrivers''' - To prevent electrical shocks. Generally power should be off while doing electrical work, so this is a safety measure in case it accidentally isn't. * '''Electric Circuit, Outlet, and Breaker Testers''' ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 22 - Finishing</u></span>=== &emsp; &emsp;Construction finishes are the final visible parts of a building after the structural, mechanical, and hidden utilities are installed. ::'''Finish Carpentry''' &emsp;This includes interior doors, cabinets, countertops, closet interiors, wood flooring, baseboards, and moldings. ::'''Paint and Wall Coverings''' * Combination and Razor Scrapers * Hand Sander * Can Hook & Key * Paint Brushes & Comb * Roller Tray & Liners, Roller Handles, Roller Brushes, * Paints and stains as needed per job. * Wallpaper Paste and Smoothing Brushes * Trimming Wheel - To trim or cut wallpaper to size, especially once pasted to a surface. ::'''Plumbing and Electrical Fixtures''' &emsp;This includes items like sinks and faucets, wall outlets, ceiling lights, and built-in electronics. It also includes installing built-in and free-standing appliances. ::'''Flooring and Tile''' &emsp;This includes flooring other than wood, such as carpet, sheet, and floor tiles. It also includes other tile work such as kitchens and bathrooms. * Caulk Gun * Putty Knives - Assorted sizes * Drywall Trowels - Narrow & Wide * Pole Sander * Floor Buffer * Floor Scraper </div> {{BookCat}} qa1rw33r67csrp1eeyjif3qde578xm0 4089976 4089861 2022-08-10T11:52:53Z Danielravennest 13526 Flesh out list 6 wikitext text/x-wiki {{DISPLAYTITLE:<span style="display:block;text-align:left;font-size:100%;background:#d0f0f0;line-height:2.5em; font-family:'Georgia', serif;">Section 5.5 - Starter and Expansion Sets</span>}} <div style="font-size:large; font-family:'Georgia', serif;"> <div class="nonumtoc">{{TOCright}}</div> &emsp;The goal of the personal production example is supplying a range of basic products for a community of owner-operators. They do this as individuals or through joint effort for larger tasks. Product types include furniture, home improvements, food, and utilities. They start with smaller and simpler items and work up to bigger projects. We assume they start with limited funds, time, equipment, and experience. So part of the effort is improving themselves as people to overcome these limits. &emsp;A community project may start with as little as one person's part-time effort and no equipment or skills. So we describe a range of starter sets from very minimal to more substantial, with suggestions on use and gaining skills. Project owners can then select their starting points based on their available people and resources. We then include several expansion sets for projects growing beyond these starting points. ==<span style="font-size:x-large; font-family:'Georgia', serif;">1.0 - Necessary Inputs</span>== &emsp; &emsp;We can consider a starter set as a product. It must first be assembled and set up before it can be used to make improvements for itself, and end products for the owners and others. Like any functional system, it requires inputs and emits outputs of various kinds. These include: * '''Time''' - from one or more people to make plans, look for and acquire needed items, operate equipment, train others, or learn skills as needed. * '''Supply sources''' - for parts, materials, tools, machines, training materials, plans, and instructions. * '''Money''' - for items which can't be made internally, or for outside labor that project members can't supply. * '''Sheltered Space''' - to store and use the equipment. Even outdoor equipment should be protected when not in use. * '''Energy''' - such as electric power or human muscles, to make, set up, and operate the equipment. * '''Maintenance Items''' - like water, cleaning supplies, and waste disposal during and after operations. &emsp;We suggest starting by assessing which of these you have and which are lacking. The next step is to make a plan for getting enough of the inputs to get started, and how you will continue from there. For example, if you don't have all the basic tools from List 1 (below), you can make a shopping list of the missing items, then either buy them, start saving to buy them, or find a makerspace/hackerspace, community group, or neighbor that allows you to use them. &emsp;In modern society, money can commonly be traded for most other things people need and want. If lack of money is an obstacle, there are a couple of ways around that. One is to cut expenses, such as eating out less or sharing living space. The other is to increase income, such as doing basic jobs for other people in addition to current work, or upgrading your knowledge and skills so you can find better work. Reaching a goal may seem like a big challenge. Breaking it down into smaller steps, then taking them one at a time is more manageable. But you have to take the first step to get anywhere. ==<span style="font-size:x-large; font-family:'Georgia', serif;">2.0 - Starter Set Lists</span>== &emsp; &emsp;'''[[w:Tool_use_by_animals|Some species]]''' besides ours use tools. We are unique in the variety and complexity of our tools, and that we use tools to make other tools. So which of the many options should be included in a starter set? The answer for a particular project and self-improvement path will vary. &emsp;The lists below are provided as a starting point for consideration and selection. '''<u>You don't need every item to start making things</u>'''. But the more of them you have, the more kinds of projects you can do. The lists also don't cover every possible project. They are starter sets to build on, not complete lists of every possible tool. Additional items may be needed for particular projects. For large and complex projects you may need multiples of each item, either different sizes and types, or for multiple people to use. For example, a saying in woodworking is "you can never have too many clamps". '''[NOTE:]''' Some of these lists or portions of them will be moved later to other chapters. They are currently here for ease of editing. &emsp;The lists are compiled from 18 existing tool and equipment lists. The intent is a sampling from a wide variety of sources which are then sorted to form starter and expansion sets for the various examples in these books. The source lists are from several makerspaces, a tool bank (who lend out tools to nonprofit projects), a book on rural workshops, the phased equipment list for the Seed Factory Project, a pamphlet from manufacturer Porter Tools, a course on "manual arts" (later called "shop class" in schools), a compiled list of equipment for industrial training classes, a website for beginning machinists, the author's personal tool list, a contributed list to these books, recommended tool brands from an online forum, a woodworking list from a YouTube channel, and a study of small industry in India. [[File:Personal Production Starter Set Path.png|thumb|right|800x450px|Figure 5.5-1 - Suggested tool set paths for different types of projects. Figures can be enlarged by clicking the lower right -->.]] &emsp; &emsp;'''List Types''' - There are basic tools that have proved useful in many circumstances, from general home use to industrial production. Others are more specialized for specific tasks. For example, an axe is useful in dealing with trees, but useless for cutting steel reinforcement for concrete. So lists 1 and 2 below are the basic sets for general home use and home improvement/do it yourself projects. This is followed by expansion sets for more advanced and specialized projects. The lists are additive, meaning you should start with the basic ones, then add to them from the later lists as needed. Figure 5.5-1 shows a suggested path from the basic sets to more advanced ones. They are grouped into small indoor, large indoor, outdoor, and construction. The last of these produces more indoor space. Depending on the needs and interests of the personal production community, they can get items from any or all of these lists, and go beyond them. &emsp;Tools and machines can be classified according to size, power level, and cost. The general groups are (1) manual hand tools, (2) portable power tools, (3) stationary equipment, either powered or not, and (4) mobile equipment that is towed or can move itself. Cost and space needed tend to increase with each group. The lists are generally in order from the smaller, less expensive, and most needed first, but some items are needed together to complete a task. An example is drill bits for an electric drill. We try to note when that is the case. &emsp;To go beyond these lists, you will need to know what projects and products you want to make, and the methods and equipment needed for them. Many instructional books and articles have explicit lists of the equipment needed. Others implicitly identify useful tools by discussing their use. Tool and supply catalogs, and the tool sections of general online marketplaces can also be reviewed to identify candidate items. &emsp;'''Choosing Equipment''' - A given tool type, like a claw hammer, can be found in many versions with different quality, weight, intended usage, and cost. So the first thing is to understand what you will be using it for. Is it occasionally hanging pictures, or working full time as a carpenter? Larger and heavier tools can work with heavier materials, but can require more body strength and endurance to use. Smaller and lighter tools can be more precise, and used in tight spaces. So it can be useful to have several versions of a given type. &emsp;Cost is often a factor. You can get started with less expensive but adequate ones, and upgrade later. However very cheap tools may break or wear out quickly, and not be able to handle whatever you are working on. For personal production on a regular basis they should be hobbyist or professional grade rather than lowest grade. Used tools are typically less expensive, and often are perfectly fine for this type of use. Recognizing tool quality is a learned skill, as is knowing what grade you need for a given purpose. You may want to get recommendations from more experienced people, books, articles, instructional videos, online reviews, and discussion forums if you are new to it. &emsp;'''Supplies, Parts, and Materials''' - To complete a project you need more than just equipment like tools and machines. Equipment is not generally used up in a single project. But some supplies, like sandpaper, wear out with use. Others, like paint, end up as part of the finished item. If you are merely tightening something that has come loose, or are assembling a packaged kit that comes with everything needed, you may not need any added parts and materials. But most projects will need materials like lumber, and parts like screws, that end up in the finished item. &emsp;There is such a wide variety of these items that we cannot list them all. Instead we will note categories of supplies, parts, and materials as part of the lists below. Instructional and reference sources have more specific information on what is needed. Published project plans will often include a detailed materials and parts list. When starting a custom project you can develop a list as you plan it. Then you can look at what you already have, and identify what else is needed to complete it. &emsp;Shopping for every small project takes time, and buying in quantity can be less expensive. So it can be helpful to keep some supplies, parts, and materials on hand. These can be leftovers from previous projects, packaged hardware assortments, or accumulated from second-hand sources. We will try to indicate what is helpful to stock as a starting point, but suggest getting other items as needed for particular projects. There are many types of these items, so some way to keep them organized is useful. This can be '''[[w:Organizer_box|Organizer Boxes]]''' with compartments and drawers, empty jars and cans, or sometimes the box they came in. &emsp;In addition to purchased inventory, you can reuse items you already have but don't need, like old furniture, and items from your property like fallen or cut tree branches. Free and cheap outside sources can be found almost anywhere. Particularly good ones include scrap and wrecking yards, leftovers and removals from construction and renovation projects, and business trash. Always ask permission when scavenging from private property. You can also offer to clean up/remove/move items for people. For example, someone may have fallen tree branches which you can get free for the asking, or even get paid for removing them. Discarded or second-hand furniture can be used as work tables or storage, or as a source of lumber. &emsp;'''Making and Improving Your Own Items''' - The basic idea in these books is self-improvement. So if finances are more limited than time, or simply because you enjoy it, you can make or improve your own equipment. This lets you customize them to better fit your needs. For example, a workbench can be fit to your body size, what you are working on, and the available work space. A basic table saw consists of a motor, and an adjustable blade emerging from a cutting surface. But you can add different blades to suit the material, assorted guides for moving what you are cutting, and extension tables for managing larger pieces. To make or upgrade equipment requires already having some to work with, or access to other people's. However making everything from basic materials will take much longer than buying. So project members should consider what to make vs finding/buying already functional items. &emsp;Simple self-made woodworking projects include saw benches and saw horses, a stationary workbench, bench hook, miter box, and wooden mallets. A blacksmith can make many of their own tools, including a forge, chisels, hammers, punches, drifts, and fullers. A skilled one can make tongs, specialized hammers, hardies, flatters, and swages. Combining wood and iron work can produce cutting tools like axes and chisels, planes, drawknives, spokeshaves, claw hammers, and screwdrivers. '''[[w:David_J._Gingery|David Gingery]]''' even wrote a book series on how to build metalworking machines from scrap. At a more advanced level, a well-equipped machine shop can make many of the parts for another machine shop. &emsp;'''Ready-Made Equipment''' - Places to find new tools include home improvement and hardware stores, online marketplaces, industrial suppliers, and direct from the manufacturers. Used tools can be found online on trading sites like '''[[w:EBay|eBbay]]''' or '''[[w:Craigslist|craigslist]]''', or locally in the for-sale sections of social media. Pawn shops, flea markets, estate and garage sales are good sources for used tools. If you join a community of hobbyists or a '''[[w:Hackerspace|Makerspace]]''', you may find people who are upgrading or changed interests and are selling off/giving away items. You can sometimes borrow or rent tools, or use ones at community arts centers. A dedicated space for your own or group projects is less constrained by time and access, and has better control over tool selection and care. &emsp;'''Learning to Use Them''' - There are plenty of sources of information beyond what is in these books. Other books, both paper and digital, are a primary source. The '''[https://archive.org/details/texts?tab=collection Internet Archive]''' has a vast collection of digitized books. Local libraries either have paper books, can borrow them from other libraries through inter-library loan, or have digital copies you can borrow. You can of course buy new and used books online and in bookstores. Hobbyist magazines and other publications are useful both for project information and specialty equipment sources. &emsp;A community of people doing personal production can teach each other whatever skills they already had or are learning. Formal classes are taught at community centers and trade schools. Informal ones can be found among hobbyist groups, stores that sell the relevant items, and at makerspaces where you can observe and try things. You can find local community projects, hobbyists, or professionals and offer to help or work for them, and learn while doing. Video tutorials and online forums on specific subjects have also become quite helpful in recent years. ==<span style="font-size:x-large; font-family:'Georgia', serif;">3.0 - Basic Sets</span>== &emsp; &emsp;Before starting to use any kinds of tools and equipment, you should know how to use them safely and properly, and be protected from injury. So have the following items available, and get some safety training if needed: &emsp;'''Reference Material''' - At least one reference book on basic tool use to start with. Add additional books, videos, training classes, etc. as needed. There are many basic books available, but '''[http://everyspec.com/USN/NAVEDTRA/NAVEDTRA_14256_JUN1992_18379/ Tools and Their Uses, US Navy, 1992]''' is public domain and downloadable. The '''[https://archive.org/details/texts?query=home+workshop+tools Internet Archive]''' also has several books on home workshops and tools to borrow or download. &emsp;Both paper and e-books can be used where you are working. To protect them from dirt and damage, a thick cardboard backing with rubber bands or spring clips, and a clear plastic bag or sheet as a cover is enough to start. E-books may need more protection for the display, like a wood tray with a hinged clear plastic lid. &emsp;'''Safety Equipment''' - Tools, and the materials being worked on, are usually stronger than body parts. So a variety of safety equipment should be used to protect yourself. These include safety glasses or goggles, ear plugs or headsets for sound, work gloves (cloth, leather, fireproof, and rubber in varying thickness), knee pads, masks or respirators for dust or vapors, shop aprons, hard hats, reinforced shoes and boots, and protective covers or shields around dangerous tool parts. The latter are often built-in or available for the tools. Which of these are needed depends on what you are doing. Loose clothes and hair can get caught up in moving parts, and should be changed or secured. &emsp;Despite using safety equipment, injuries can still happen. So '''[[w:First_aid_kit|first-aid supplies]]''' should be available nearby. Most homes already have some. If a work space is some distance away or you are working away from home, a basic first aid kit should be located in the space or your vehicle. Appropriate fire extinguishers and/or sprinklers should be available for any project with flammable materials. For outdoor work, water buckets and hoses should also be available. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 1 - General Home Use</u></span>=== &emsp; &emsp;These items are useful for common household tasks like hanging pictures, assembling furniture, or installing appliances. They are also needed for more advanced projects and maintaining other equipment. They should all fit in a toolbox like the one in figure 5.5-2. [[File:Caisse_à_outils_avec_petit_outillage.JPG|thumb|right|640x375px|Figure 5.5-2 - A cantilever toolbox with trays that slide apart.]] ::'''Tool and Supply Containers''' &emsp;While household tools can be stored in a drawer or closet shelf, it is handy to keep them in a '''[[w:Toolbox|Toolbox]]''' of some kind. This avoids multiple trips when you need to use more than one, and keeps them all together. Almost any kind of container will work, as long as it will hold the majority of them (except the largest like hand saws), and strong enough for the weight. Thick-wall cardboard boxes and plastic tubs are low-cost examples. Handles or hand openings make carrying them easier. Manufactured or self-made toolboxes often have one more more drawers, removable/sliding trays, or smaller containers/dividers for small items (Figure 5.5-2). That makes it easier to organize and find what you need than a random pile. Additional types of tool carriers include large buckets, with optional tool organizers, non-rigid carrying bags and backpacks, and tool belts and aprons for when you want to keep some tools at hand. [[File:Motorists_tool_kit_roll_of_1912.jpg|thumb|right|640x441px|Figure 5.5-3 - A 1912 Mechanic's tool roll.]] &emsp;Most tools are mostly or all metal, and power tools have motors, batteries, or cords. Many tools have accessories, like drill bits or various size sockets. So at some point hand-carrying a toolbox becomes difficult. You can either have multiple smaller toolboxes, or use a larger one with wheels and a handle to make moving it easier. There are manufactured stackable sets with the bottom unit having the wheels and handle, or you can get a separate handcart and strap multiple toolboxes to it. &emsp;Tools can damage each other, especially ones like files designed to cut metal. Smaller containers, especially ones with individual tool holders, within the tool box can protect them. Sharp blades can be covered with a cap or sheath, or wrapped in cloth. A tool roll of heavy cloth or soft leather can keep tools organized and separated from each other (Figure 5.5-3). &emsp;Supply items like nails, screws, and sandpaper get used up in a project. Extra supplies avoids having to shop for them for each project, and it is often cheaper to buy in quantity, or not possible to buy very small amounts. These extra supplies also need storage. Small amounts can be kept in the same container as the tools, either loose in a compartment or in the package they came in. Larger amounts can be stored in a separate container, and then whatever is needed for a given project pulled out as needed. [[File:HeadLamp.JPG|thumb|right|640x376px|Figure 5.5-4 - A battery-powered headlamp.]] ::'''Lighting and Inspection''' &emsp;You need to be able to see what you are working on. If permanent home lighting or daylight is not enough, there are portable options like plug-in lamps and work lights. Work lights can be mounted on stands or clamp onto an available surface. Battery options include flashlights, and headlamps which leave the hands free (Figure 5.5-4). Inspection mirrors are small adjustable ones on a handle to see in hard-to-reach places. Some have telescoping handles and built-in lights. ::'''Measuring and Marking Tools''' &emsp;These are used for marking where to make cuts or shapes, dimensions, or what a part is for later assembly. Typically a cut line is marked, and then an X, squiggle, or shading is used to show the part being cut away. Cuts should be on the removal side of the line rather than directly on it. It is easier to remove material to get the final dimension than put it back once removed. So tool positioning should account for blade width. * '''Pencils & Pens''' - Start with ordinary pencils. sharpener and eraser, and yellow and red marking crayons for dark and light raw wood respectively. Ink pen and colored marker lines are easier to see but harder to erase. The edge of '''[[w:Masking_tape|Masking Tape]]''' can be used to mark locations and be written on, then more easily removed where appearance matters. Office sticky notes and other low-stick items can also be used for this. * '''[[w:Scratch_awl|Scratch Awl]]''' - These make indented lines and points. They make a sharper line than writing tools and the indents help position a chisel or drill in the right place. * '''[[w:Ruler|Rulers]]''' - Steel, preferably stainless to resist rust and heat. One or more straight ones to start, 15-60cm (6-24 in) with fine-scale markings. '''[[w:Tape_measure|Tape measures]]''', one each roll-up steel, 4-10 m (12-30 ft)for straight distances, and a cloth/plastic sewing type for wrapping around objects. * '''[[w:Combination_square|Combination Square]]''' - For measuring and marking perpendicular or at an angle to an edge, and finding the center of an end. One 30cm (12 in) to start with. [[File:Tool-level.jpg|thumb|right|640x228px|Figure 5.5-5 - A torpedo level.]] * '''Levels and Plumbs''' - For finding horizontal and vertical lines. '''[[w:Spirit_level|Spirit levels]]''' have liquid with an air bubble in a curved tube. Start with a torpedo Level (Figure 5.5-5), a small magnetized one suitable for general home use, like leveling appliances. A '''[[w:Plumb_bob|Plumb Bob]]''' is a light string with a substantial weight, sometimes pointed at the bottom. Gravity pulls it vertical. It can be used to transfer positions or align objects vertically. If attached to a marked frame or scale it can help align vertical, horizontal or sloped directions. ::'''Assembly Tools''' &emsp;For fastening parts together or take them apart again. Also for striking items to drive them together or apart or change their shape. These are mainly manual (unpowered) tools. * '''[[w:Screwdriver|Screwdrivers]]''' - Screws come in a variety of sizes with different slots, for which a matching driver should be used. Sets with common sizes are available. A basic set should have at least a large flat head, large Phillips, small flat head, small Phillips, and stubby flat head (short shaft). Since a lot of torque (twisting force) is often needed, they should be better than the cheapest grade. :&emsp;When an item doesn't already have screw holes, an '''[[w:Bradawl|Awl]]''' with a very narrow or pointed tip is useful for starting small screws. If nothing else is available, a sharpened nail can be used. Larger wood screws require pre-drilling a hole about the size of the shaft inside the threads to avoid splitting the wood. :&emsp;A small cordless screwdriver that accepts hex shank bits can replace multiple screwdrivers and pre-drill holes. A set of screwdriver and small drill bits with matching shanks should be added if not included. '''[[w:Drill#Hand-powered|Hand Drills]]''' of various kinds still exist but are mostly obsolete or used where power is not available. * '''[[w:Pliers|Pliers]]''' - For firmly holding items using leverage. A basic set would include either a channel or slip joint type where the space between the jaws can be changed, a lineman’s with heavy-duty jaws, long nose for reaching confined spaces, and a locking type which continues to hold without hand pressure. * '''[[w:Socket_wrench|Socket Wrench Set]]''' - For larger screws and bolts that need more torque. A basic set includes a reversible ratcheting handle and different sizes of matching sockets to fit hexagonal-head fasteners. '''[[w:Hex_key|Hex Keys]]''' (Allen wrenches) are used for hexagonal holes in a screw or bolt. A basic set of different size hex keys is enough to start. * '''[[w:Hammer|Hammers]]''' - For striking with higher force by combined arm and handle speed. A basic set includes a '''[[w:Claw_hammer|Claw Hammer]]''' for driving and removing nails, a '''[[w:Ball-peen_hammer|Ball-Peen]]''' for striking other metal tools or shaping metal, and a '''[[w:Mallet|Rubber or Rawhide Mallet]]''' for when you don't want to damage what you are hitting. These can be anywhere from the 250-1500g (8-38oz) weight range depending on your strength and what you are hitting but a 500g/16oz one is enough to start with. * '''[[w:Staple_gun|Staple Gun]]''' - The manual version uses a hand-compressed spring to drive heavy staples. It can be used for fastening plastic sheet, fabric, and other light materials into soft woods. Hardwoods may require hammering the staples flush, or using sturdier fasteners like upholstery tacks. ::'''Cutting and Abrasive Tools''' [[File:Tapijtschaar.jpg|thumb|right|400x300px|Figure 5.5-6 - Carpet Shears.]] * '''[[w:Scissors|Scissors/Shears]]''' - These have two blades on a pivot connected to handles. A toolbox version should have stronger blades and higher handle-to-blade length ratio to cut thicker material than household/craft scissors. A suitable heavy duty one is a '''Carpet Shears''' (Figure 5.5-6). The offset handles make it easier to cut on a flat surface. * '''[[w:Utility_knife|Utility Knives]]''' - The kind called a "box cutter" has a retractable razor knife for cutting materials like cardboard. This is enough to start with. A straight edge can guide the blade along a desired line. If you use the knife often enough, it should come with or you can get replacement blades when they wear out. Blades are very low cost and not worth sharpening to a razor edge. An inexpensive '''[[w:Putty_knife|Scraper/Spreader Set]]''' with different width and shape blades is useful for general cleaning, prying, and spreading. Thicker blades are better for scraping, while thinner flexible blades are better for spreading. A '''Razor Scraper''' holds a single-edged razor blade crosswise, and is used at a low angle on hard surfaces like glass. :&emsp;The '''[[w:Pocketknife|Folding Pocket Knife]]''' has one or more blades which pivot into the handle. A '''[[w:Multi-tool|Multi-tool]]''' includes other items besides edged blades. In all cases the movable blades make it safer and easier to carry when not being used. Traditional fixed-blade utility knives have their uses, especially outdoors or working with wood, but need a sheath when not being used for safety and to avoid damage to the edge. They should be single-edged so you can push on the back of the blade for extra force. * '''[[w:Diagonal_pliers|Diagonal Pliers]]''' - are made of hardened steel and used to cut wires and similar long, narrow materials. They are typically built into lineman's pliers along with the gripping jaws. but adding a smaller one for tighter spaces or cut more closely to a surface is useful. * '''[[w:Snips|Metal Snips]]''' function like scissors, but have much thicker blades and more leverage, often with compound action. This allows cutting sheet metal and similar hard materials. A starter set only needs the straight-cutting type, but left and right curve cutting versions can cut more complex shapes without multiple straight cuts. * '''[[w:Hacksaw|Hacksaws]]''' hold a narrow, fine tooth blade under tension in a frame. One standard 30 cm(12 inch) saw with a few blades of different tooth fineness is sufficient for a starter set. They are used to cut metal, plastic, and wood where a narrow cut or thin walls requires a thin blade with small teeth. Junior and mini saws use shorter blades and can be used in smaller spaces. * '''[[w:Hand_saw|Wood Hand Saws]]''' - These are for general cutting of wood to size. One short enough to fit in a toolbox to start with. Longer carpenter's saws can use the full stroke length of arm and body. They need a longer toolbox or are stored separately with something to protect the cutting teeth. The basic types are '''[[w:Crosscut_saw|Crosscut]]''' with teeth to cut across the wood fibers (grain), and the '''[[w:Ripsaw|Ripsaw]]''' with teeth to cut lengthwise along the fibers. There are many other types of '''[[w:Saw|Saws]]''', but a smaller toolbox one and the two carpenter types for larger pieces of wood are enough for basic home projects. * '''[[w:File_(tool)|Files]]''' and '''[[w:Rasp|Rasps]]''' are used to remove small amounts of material by abrasion. Files have teeth the width of the tool, while rasps have smaller individual teeth. They are usually made of hardened high-carbon steel so they can cut other metals. They are fairly inexpensive, so a packaged set of six or more different sizes, shapes, and tooth fineness is enough to start. This should include at least the bastard, double cut, round, and triangular types. '''[[w:File_(tool)#Needle_files|Needle Files]]''' are very small ones for confined spaces or fine work. :&emsp;File sets should have some handles, and a holder or wrap to keep them from damaging each other and other tools. A stiff toothbruch, detail brush or "file card" (a brush with fine metal wires) can be used to remove accumulated particles. * '''[[w:Sandpaper|Sandpaper]]''' - is used to smooth surfaces, round sharp corners and similar finishing tasks. An assortment pack with different grain sizes is enough to get started. Grain is either particles per inch where fine grains have higher numbers, or direct size in microns. Sandpaper wears out and becomes clogged with particles, but is inexpensive to replace. A stiff brush like a toothbrush can clean out excess particles. There are types intended to be used wet or dry, and different grain materials. :&emsp;The paper or other backing is flexible and can be cut from the back or folded and torn to whatever size is needed. Cutting from the grit side will damage blades. It can be wrapped or taped to scrap wood or any other object to conform to the surface being sanded. '''[[w:Sanding_block|Sanding Blocks]]''' are also made for this purpose. Fingernail files and hobby sanding sticks are useful for small spaces. ::'''Tool Care and Maintenance''' &emsp;Tools and work areas need some care, maintenance, repair, or cleaning. Care can be divided into avoidable problems and unavoidable wear. Water and high humidity causes steel and other metals to rust or corrode and wood to decay. Dry storage and work areas, and quickly removing water after use helps avoid these problems. A wiped on coating of oil, or storing in oiled paper or cloth, can help keep water away from metal. Wood finishes or chemically treated lumber can prevent rot. Freshly cut logs and branches have a high water content, so they should be '''[[w:Wood_drying|Dried]]''' before most uses. This is called "seasoning" because drying time in air is measured in seasons. Paints and other durable coatings, and waterproof containers can protect both wood and metal items. &emsp;'''Sharpening''' - Using tools will eventually wear down sharp edges and moving parts. Casual use of a wood or metal saw may take years to wear down the cutting teeth, but if used regularly they require '''[[w:Sharpening|Sharpening]]''' or replacement. Hacksaw and razor blades are inexpensive and replaceable. More expensive cutting tools can be sharpened with files, sandpaper fastened to a flat surface like glass, and '''[[w:Sharpening_stone|Sharpening Stones]]''', and '''[[w:Razor_strop|Stropping]]''' with abrasive compounds. These are used in series with progressively finer teeth and grains until the necessary sharpness is reached. This varies by tool and its use. A fine tooth file from those listed above and a two-sided sharpening stone with coarse/fine grain is enough to start with. &emsp;'''Repair''' - Other tool parts may need replacement if they become too worn or break. The assembly tools listed above are used to take tools apart, replace the part, and put them back together. Any kind of flat tray or small container can be used to hold loose parts while disassembled, so they don't get lost or forgotten. If there are many parts, a multi-compartment item like an egg carton, ice tray, or muffin pan can organize them in the order they were disassembled so it can be reversed during re-assembly. &emsp;General maintenance and cleaning items don't need to be carried in a tool box, but brought out as needed. They include: * '''Lubricants and Tapes''' - One saying is "'''[[w:WD-40|WD-40]]''' for anything that moves but isn't and '''[[w:Duct_tape|Duct Tape]]''' for anything that moves but shouldn't". Lubricants and tape have many uses, so some of each should be available. One can of penetrating spray lubricant, and a roll each of strong cloth (duct) and regular masking tapes are enough to start. Other kinds of '''[[w:Lubricant|Lubricants]]''' and '''[[w:List_of_adhesive_tapes|Tapes]]''' can be added as needed. :&emsp;Tools and machines with moving parts often need oiling at specific points and not others. Some oil containers come with a small nozzle, but a small brush or cotton swab can be used in harder to reach spots. Dedicated '''[[w:Oil_can|Oil Cans]]''' (oilers) that work by gravity or pressure are available for frequent or large-scale use. * '''Brushes and Vacuums''' - Old toothbrushes and wire brushes can be used to clean up blade teeth, fastener threads and other small spaces. Soft hand brushes. a broom, dust pan, and trash cans are for collecting sawdust, metal shavings, etc. Hand and shop vacuums can clean up inaccessible or large areas. Cotton swabs and small craft brushes can be used to clean or apply finishes to small areas. * '''Cleaning Supplies''' - Old clothes or towels can be cut up, or cleaning rags purchased, for removing dirt, oil, grease, etc. Paper towels can be used but they wear out quickly. General household brushes, sponges, buckets and mops, water and household cleaners are used as needed to clean work areas. Most people have these already. If needed, cut-open plastic shopping or trash bags, and newspaper/advertising fliers can be used to protect surfaces. * '''Twine and Rope''' - Have multiple uses for bundling, temporary clamping, and securing loads being moved. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 2 - Home Improvement/Do-It-Yourself Use</u></span>=== &emsp; &emsp;The general-purpose tools and equipment listed here, when added to List 1, enable a range of more substantial home improvement, craft, and repair projects. You can start adding them as-needed for specific projects. Finding them used in bulk, such as auctions, moving, and estate sales, may save money. Any duplicate or unneeded items can be sold off or traded for ones you need. As noted above, you don't need everything from these two basic lists to start on projects. But the more items you have, the wider the range of projects you can do. ::'''Office & Media Equipment''' &emsp;These are used as=needed before starting a project to plan, design, research, and shop. They should be located away from work areas to avoid damage from tools, dirt, and dust: [[File:Drafting_board_with_T_Square.jpg|thumb|right|640x427px|Figure 5.5-7 - Drawing board with T-square and other tools.]] &emsp;Hand drawing has been substantially replaced by computers and software, especially for professionals, but it is much lower cost to get started. Even with computers, it is still useful for sketching ideas, or making notes and alterations to existing plans. Printed plans, however created, are still useful in the workshop, as they can be larger than screens, and if full size can be used directly as templates. * '''[[w:Drawing_board|Drawing Board]]''' - This is a surface to make drawings and plans of custom projects, customizing existing ones, or scaling templates to full size. An existing table or counter with a smooth top can be used to start, but any piece of smooth-surfaced rigid material can be used instead to avoid pen and tape marks. Portable boards (Figure 5.5-7) can be moved where needed and put away between uses. Tape or push-pins are used to hold drawing sheets in place. Translucent '''[[w:Drafting_film|Drafting Film]]''' (vellum) can be laid over other drawings and illustrations as guides. '''[[w:Graph_paper|Graph Paper]]''' has a pre-printed grid, making scaled sketches easier. *'''[[w:Technical_drawing_tool|Drawing Tools]]''' are used to draw accurate lines and curves. These include the T-square, 45 and 60 degree triangles; engineer's, metric, and architects scales; lettering, circle, and irregular curve templates; protractor, low-stick drafting dots, masking tape; erasers, eraser shield, and dusting brush; bow compass and dividers; and mechanical pencils of various lead diameters. * '''Computer and Peripherals''' - If you don't already have one, a computer is useful for communication, inventory, purchasing, task management, and design software. A multifunction printer can be used to print out online or e-book plans, or enlarge templates to full size. The scanning function can do the reverse. Large plans and templates can be sent to a commercial print shop. A webcam can provide live video conversations. A smartphone can use its cameras to also do this function. A '''Digital projector''' can be used to transfer designs to physical items or templates. ::'''Storage and Workshop Space''' [[File:Paris_-_Carpenter_workshop_-_4944.jpg|thumb|right|640x427px|Figure 5.5-8 - A professional woodworking shop with storage and workbenches.]] &emsp;As tools accumulate, it gets harder to fit them in a closet and move them around even with a wheeled toolbox. So dedicated storage becomes useful. Storage may be in a garage, utility room, or outbuilding. A storage area can also hold parts and materials for future projects. Tools and materials can be quite heavy, so the storage should be sturdy. Shelving and cabinets, either wall-mounted or freestanding, are typically used for smaller items. Longer or larger items can be leaned against or hung from a wall. &emsp;Drawers can help keep items accessible but out of the way when not being used. For tools and accessories, some portable tool boxes, and the larger wheeled or stationary '''Tool Chests''' come in all sizes and number of drawers. Parts organizers, small containers, or open bins can be used for bulk items like nails and screws. Empty cardboard boxes are often free from stores if you ask, and come in all sizes. Sturdy ones are preferred. Labels on everything help finding the right items once many have accumulated. A pack of blank address labels and a bold marker can serve for this. &emsp;When you add dedicated work space to storage, it becomes a '''[[w:Workshop|Workshop]]''' (Figure 5.5-8). These come in all sizes from a craft area in the corner of a room, to garage and basement space, to freestanding buildings that can be as large as needed. If you move to an existing or new home, it may already have space for a workshop, or an existing shop in place. &emsp;Since the tools in these lists enable making and building things, workshops can be largely self-made. The shelves, work tables, chairs, cabinets and other items that support working in them are collectively called '''Shop Furniture'''. Setting up storage and workshop space can be a very big project, so it is typically divided into smaller steps, with the completed parts helping finish the rest. &emsp;How much workshop space is needed is determined by the size of the projects being made, and the shop furniture, assembly areas, tools, stationary machines, parts, and materials being stored and used. Workshops can be used by one person or many, so there should be enough space to not interfere with each other. Enough additional space is needed to move around and for large items to overhang and move through machines. For some projects, outdoor space can be used temporarily to extend the working area. &emsp;Shops should not be overcrowded and items piled haphazardly. That is both unsafe and hard to use. So enough space for proper storage and future growth should be planned for. Workshops also need adequate lighting, either natural or artificial, and enough electric power if if such tools are used. This may require upgrades to existing systems. Access to water, such as a utility sink, and ventilation if fumes or dust are generated are helpful. The floor must be able to support the total weight of everything in the shop, which can be quite large. Temperature and humidity should be controlled enough to prevent rust, wood rot, and be comfortable to work in. Access doors should be large enough to move materials and finished items through. &emsp;If you are doing longer-term projects, specialized '''Work Clothing''' is helpful. Tool and nail aprons and belts allow keeping the most used tools with you. Denim, leather, or other heavy materials are durable and can provide protection. Some versions have extra pockets, loops, and holders for items. ::'''Work Surfaces and Clamps''' * '''Portable''' - While some work can be done on the floor, supports bring the work to a comfortable height, and for longer items keep them from sagging or tilting while being worked on. Two '''[[w:Sawhorse|Sawhorses]]''', with optional boards and/or sheet goods laid on top are simple and flexible, and are a starting point if you have nothing else. They can be bought, but basic ones are easy to make and cheaper. '''[[w:Black_%26_Decker_Workmate|Folding Portable Workbenches]]''' can have built-in vises, stops, and tool-holders. If they are very light they can move while working. Some have steps to use body weight to stabilize them. They can also be weighted with anything heavy to keep them steady. [[File:Clamps.jpg|thumb|right|596x480px|Figure 5.5-9 - Assorted clamps: pipe, bar, trigger, handscrew, spring, C-clamp, and cam types.]] * '''[[w:Clamp_(tool)|Clamps]]''' - Clamps in general are used to hold one or more items together or to the work surface to keep them from moving. They can be much stronger than muscles and leave the hands free for working. A single clamp can allow items to rotate, so at least two medium-size ones are needed to start with. Additional clamps of various types and sizes are desirable (Figure 5.5-9). There are specialized clamps that use '''[[w:Band_clamp|Straps]]''' or for '''[[w:Mitre_clamp|Holding Corners]]''' that can be added later as needed, and temporary ones can be made from rope and sticks, with wedges driven under the rope to apply pressure. * '''[[w:Workbench|Workbenches]]''' - These are either stationary, or if wheeled generally stay within a workshop area. Their weight and rigidity keeps items from moving or vibrating from tool forces. They typically have built-in '''[[w:Vise|Vises]]''' and clamps, or are designed so temporary ones can fix the work to the bench. Vises generally have larger faces to apply pressure and are stationary, while clamps are typically movable. The intermediate clamp vise can be temporarily clamped where needed. The bench and '''[[w:Woodworking_vise|Woodworking Vices]]''' are the most common types. The latter have wood vise faces to avoid damage to items. :&emsp;There are a number of specialized tools and accessories to hold items to workbenches. Some have '''[[w:Bench_dog|Bench Dogs or Pegs]]''' or '''[[w:Holdfast_(tool)|Holdfasts]]''' that can be inserted into holes to position or secure items. Shaped inserts can better hold round or other items that don't match the jaw shape. For some projects, custom holding jigs need to be self-made. For any kind of vise or clamp, softer materials like wood, leather, or rubber can be inserted between the jaws to prevent damage to the work. :&emsp;Many workbenches have storage shelves, hooks, or drawers below the bench top. Wall-mounted benches often have additional shelves or cabinets above the bench for storage. Free-standing benches (not against a wall) allow access from all sides and working on overhanging items. If large items will be worked on, temporary supports or other shop tables can be used to support the excess. Depending on use, bench top height can be for working standing up or sitting, or a taller chair or stool used to sit at a standing bench. Some benches have built-in electrical outlets for power tools. Otherwise corded tools or battery chargers can be plugged in elsewhere. ::'''Ladders and Platforms''' &emsp;Some projects involve reaching/working above floor or ground level, and occasionally down a hole. * '''[[w:Ladder|Stepladders]]''' have steps or rungs to climb and stand on. They come in a wide variety of sizes, and are either free-standing or leaned against something. A two-step version may be enough to reach ceiling lights and high shelves indoors, but a 2 meter (6 foot) one with four legs is more stable and provides places to set or hang tools and materials while working. Some versions have a small fold-out shelf for this purpose. This size is sufficient to start with. For outdoor use extension or folding ladders can be adjusted to the task at hand. If you expect to reach a roof or tree limb, the length can be chosen based on that height. :&emsp;Modern ladders are rated for weight. Select one rated for at least your body weight plus the heaviest item you expect to lift up it. '''A falling ladder or falling off one can cause serious injury'''. Move the ladder rather than leaning or lifting heavy items beyond the legs. If the ground is not level or firm use boards or blocks to fix that. Secure the ladder if needed to what you are climbing up, or braced to the ground with diagonal poles or staked ropes. Secure yourself to the ladder or what you are climbing with hooks and ropes/straps/safety belt to prevent falls. *'''Work Platforms''' provide more horizontal surface to stand on or place things than ladders. They are useful when horizontal movement is needed while working. One or two sturdy boards placed across two ladders, or one ladder and building steps are simple versions. Since loose boards can shift, they should be clamped or have angles or blocks attached to prevent sliding off. ::'''Moving and Lifting''' &emsp;Moving heavy objects or large amounts of supplies happens often on larger projects. Moving or lifting items over 20 kg (40 lb) or carrying multiple smaller or lighter items is difficult by hand, and benefits from various transport and lift devices. Some bags and boxes saved from previous shopping or discarded by stores may be enough to start with. Horizontal movement benefits greatly from wheels. Depending on the task, a '''[[w:Hand_truck|Hand Truck]]''', '''[[w:Flatbed_trolley|Flatbed Trolley]]''' (moving dolly) or '''[[w:Wheelbarrow|Wheelbarrow]]''' can be used. '''[[w:Tub_(container)|Tubs]]''', '''[[w:Bucket|Buckets]]''' and assorted small containers are useful for storing and moving items like fasteners, bulk materials, liquids, and groups of tools. Workshop machines and carts can come with wheels or have them added. This allows moving them out of the way when not being used, or to where needed while working. &emsp;For moving large amounts of material or larger single items, motorized vehicles of many types and sizes exist. The most common are passenger cars, pickup trucks, and enclosed vans. Trailers can be attached to many of these vehicles. Flat or open bed loads can be protected and secured by tarps, nets, elastic or chain hooks, and ratcheted straps. Blocks, wedges, and bars can prevent loads from shifting. Securing loads is important for balancing trailers whose deck extends beyond the wheel base. '''[[w:Intermodal_container|Shipping containers]]''' can carry large amounts of goods and serve as temporary storage or even a small workshop. &emsp;'''[[w:Pulley|Pulleys]]''' are used for lifting, dragging, or changing the direction of a force. A single rope and body weight is enough for smaller loads. Sets of pulleys can be combined for added leverage. Inclined boards set on a step or block and fabricated ramps can help withe height changes. The ledge at the bottom of a hand truck and many other objects can be used as '''[[w:Lever|Levers]]''' to lift objects enough to place supports under them or get them onto wheels. '''[[w:Back_belt|Back Supports]]''' may help avoid injury when lifting heavy items with body strength, but proper technique is more important. &emsp;'''[[w:Winch|Winches]]''' multiply leverage with cranks and gears. There are both hand and powered versions. Temporary hoists can use 1-3 poles with anchor ropes as needed. They can support pulleys, hooks and other lifting gear high enough for a given task. These are the '''[[w:Gin_pole|Gin Pole]]''', '''[[w:Shear_legs|Shear Legs]]''', and '''[[w:Tripod|Tripod]]'''. Commercial lifts and cranes can be rented for occasional use, or are supplied while delivering large loads. &emsp;'''[[w:Jack_(device)|Jacks]]''' - are devices to lift heavy weights or apply bending forces, generally more than simple levers. There are may types using ratchets, screws, air pressure, or hydraulics. The type included with most passenger cars for changing tires is enough to start, but a bottle jack of 10-20 tons capacity is a useful addition. Always make sure the jack is firmly supported. On bare ground it is likely to push itself into the ground rather than lifting a heavy object. Boards, timbers, or concrete blocks can spread the load. Also place timbers or other supports as the item is lifted, in case the jack slips or the load shifts sideways. ::'''Measuring and Marking''' * '''Size Measures''' - The ruler-type '''[[w:Calipers|Caliper]]''' has a sliding jaw attached to a ruler, with a vernier scale for accuracy. The inside and outside spring types can take and transfer measurements. These three 6-12" (15-30cm) in size to start with. Dial and digital calipers can make more accurate measurements, but not as accurate as a micrometer. * '''Weight and Volume Measures''' - For measuring bulk items and liquids. These can be conventional kitchen and bathroom scales, measuring spoons and measuring cups. Empty clear/translucent containers can be filled with measured volumes and marked for shop use. This is useful for materials that will stain or are toxic that you don't want to contaminate your measuring set. &emsp;'''Note:''' Some of the angle, curve, and spline tools that follow overlap the drawing tools in the office section above. If you already have those, you may not need more to start with. Larger versions are useful for measuring and marking larger physical projects as opposed to scale drawings. The need for them depends on what projects you are doing. * '''Angle Measures''' - There are various devices for setting right angles (90 degrees or perpendicular). The '''[[w:Try_square|Try Square]]''' is 20-50 cm (8-20 inches) is for smaller accurate work. The '''[[w:Steel_square|Steel Square]]''' is a larger one-piece device with engraved scales. Angled and sloped cuts are either described by the two scales, like "6:12", or calculated from the angle tangent. For cutting sheet goods there are squares the full width of a standard sheet. Sheet goods are generally manufactured with right angles, so an alternate method is measuring the lengths on opposite sides from the corners, and connecting them with a straight edge. :&emsp;The '''[[w:Speed_square|Speed Square]]''' is a triangular '''[[w:Set_square|Set Square]]''' with a built in fence. This can be pressed against a board edge to mark a cut, or clamped to it to guide a circular saw. A '''[[w:Protractor|Protractor]]''' has an angle scale, and the bevel type has a pivoting arm to mark angles. A '''[[w:Sliding_T_bevel|Sliding T Bevel]]''' can set and transfer angles when you want them to match. One try or steel square is enough to get started, depending on the size of the projects. * '''Curve Marking''' - A '''[[w:Compass_(drawing_tool)|Compass]]''' has two sharp points, or one point and pencil/pen for marking arcs and circles. The distance between the points is set against a ruler to the radius desired. The regular and beam/trammel types will mark small and large radii and are enough to start with. Very large curves can be set by hooking the end of a tape measure to a small nail at the center point, and securing the sharp point, pencil, or pen to the tape with a small '''[[w:Binder_clip|Binder Clip]]''' * '''[[w:Flat_spline|Flat Splines]]''' and '''[[w:French_curve|French Curves]]''' can be used for non-circular curves. Lines on curved surfaces like cylinders can be set by marking two or more measured points, then wrapping folded paper or other bendable but not stretchy material between them to mark a line. [[File:Vpass-1.JPG|thumb|right|640x284px|Figure 5.5-9 - Carpenter's Level.]] * '''Carpenter's Level''' - 60-120 cm (2-4 foot) (Figure 5.5-9). A longer version of the torpedo level from list 1. This can span more distance and be more accurate, but is harder to use in small spaces. For longer distances a level can be set on or against a straight piece of finished lumber with parallel sides or any similar object. Once a horizontal or vertical line is determined, slopes can be set by measuring perpendicular to one end. ::'''Additional Hand Tools''' * '''Screw- and Nut Drivers''' - The basic screwdriver set can be extended to cover most projects with about 30 pieces from a large standard plus a precision assortment sets. Nut drivers have axial handles like screwdrivers, but with tips that fit different size nuts and bolt heads. Their use overlaps socket wrenches with extension bars. * '''Hand Saws''' - '''[[w:Compass_saw|Compass]]''' and '''[[w:Keyhole_saw|Keyhole Saws]]''' have narrow blades for making curved cuts. They differ in size and tooth fineness. Interior cuts can be extended from a small starter hole made with a drill or chisel. A '''[[w:Coping_saw|Coping Saw]]''' has a very narrow blade with small teeth, and a frame to keep it straight under tension. The small teeth are good for thin material. The '''[[w:Bow_saw|Bow or Frame Saw]]''' is a larger version. Interior cuts can be made by unhooking the blade, putting it through a starter hole, and re-attaching it. The blade can be rotated as needed for the cutting direction. A '''[[w:Bench_hook|Bench Hook]]''' is a simple accessory, usually self-made, to keep an item steady while cutting, and slightly raised so you don't damage a work table. Hook a pair of them over the edge of the table and press what you are cutting against the upper blocks. :&emsp;Hand '''[[w:Backsaw|Backsaws]]''' have a reinforcing strip to keep the blade straight and can be used with a '''[[w:Mitre_box|Miter Box]]''' to guide it. They are used for cutting to length and accurate crosscut angles. They come in various sizes and tooth fineness from the larger miter saw, to tenon, dovetail, and razor. Ones with offset handles are used to cut pegs and other protrusions flush. Hand saws require periodic sharpening with use. Specialty clamps, file jigs (to even tooth height), and '''[[w:Saw_set|Saw Sets]]''' (to set kerf width) are available, but can be made/use other tools. The actual sharpening uses files and sharpening stones. * '''Hammers''' - Add other sizes of hammers with metal heads to those in list 1, either smaller and lighter for fine work, or heavier up to two-handed '''[[w:Sledgehammer|Sledgehammer]]'''. One or more hardwood mallets or '''[[w:Dead_blow_hammer|Dead Blow Hammer]]''' for when you don't want to damage what you are striking, with less rebound than the rubber mallet. These often have soft striking faces with sand or metal shot filling the head, which absorbs the rebound forces. The light '''[[w:Upholstery_hammer|Tack Hammer]]''' has one magnetized head to start small tacks and nails, such as for upholstery. The unmagnetized head then finishes driving them in. * '''Hooks and Picks''' - These are small tools with various shaped tips for fine work. They are similar to dental '''[[w:Periodontal_probe|Probes]]''' and '''[[w:Dental_explorer|Explorers]]'''. A basic set with several types to start with. * '''[[w:Burr_(edge)|Deburring Tools]]''' - For removing rough edges left by cutting tools. Files can also do this task, but a specialty tool set is sometimes more efficient on softer materials and longer edges. * '''Pry and Demolition Bars''' - These use leverage to remove nails, pry items apart, or start to lift heavy items. They can use hands or hammers to insert. They come in various sizes and shapes like the '''[[w:Cat's_paw_(tool)|Cat's Paw]]''', '''[[w:Crowbar|Crowbar]]''', and flat pry bars. Claw hammers have a built-in prying tool, but additional ones are useful. [[File:Quick_Change_Tool_System,_2parts.jpg|thumb|right|Figure 5.5-10 - Punch and matching die.]] * '''Chisels and Punches''' - '''[[w:Chisel#Cold_chisel|Cold Chisels]]''' are used to indent or cut thinner metal, and score, chip, or split masonry. '''[[w:Punch_(tool)|Punches]]''' are used to indent or pierce leather, wood, or metal. Hollow punches can make well-defined holes in thicker material. Matching '''Die Blocks''' support the other side so the surrounding area is not deformed (Figure 5.5-10). :&emsp;A '''[[w:Punch_(tool)#Center|Center Punch]]''' is used to mark where a drill will cut and keep it from wandering. A '''[[w:Nailset|Nailset]]''' is a punch with a small head, for driving a nail flush or slightly below without damaging the surrounding material. '''[[w:Drift_pin|Drift Pins]]''' are either straight or tapered. They are used to either transfer hammer impacts to hard-to-reach places or align holes before assembly. Start with a punch and chisel set of assorted types and sizes plus one medium '''[[w:Chisel#Woodworking|Wood Chisel]]''' for minor trimming and cutting of wood and other softer materials. * '''Wrenches''' - Add to the basic socket set in List 1 a larger set with multiple handle sizes and a larger range of sockets. Sizes up to 1 1/2" SAE and 38mm metric will cover all but the largest projects. Using two handles with a nut and bolt allows more tightening force. :&emsp;Open or close-ended single piece '''[[w:Wrench|Wrenches]]''' can apply higher forces that would damage a ratchet type handle. Their drawback is having to remove and reposition for each turn in tight spaces. A combination wrench has one open and one closed end. Using the ratchet handle first, then this type for final tightening minimizes the work. :&emsp;'''[[w:Adjustable_spanner|Adjustable Wrenches]]''' have a cylinder to change the jaw opening. Four sizes from 6-12" (15-30cm) should cover most needs '''[[w:Pipe_wrench|Pipe Wrenches]]''' have parallel serrated jaws to better grip large nuts and heavy pipe. These come in a wide range of sizes, but a medium one is enough to start. A '''[[w:Hex_key#Variants|Ball-End Hex Key]]''' can be used at an angle to the screw in hard to reach places. Sizes from 0.05-0.5" and 1.27-10mm in addition to the plain set from list 1 should cover most needs. * '''Pliers ''' - As needed, add '''[[w:Pincers_(tool)|Pincers]]''' and nippers, to grab or cut across the handle rather than along it. They are useful for pulling items like nails, or cutting protruding items flush. To a single locking pliers in the basic set you can add additional sizes and jaw shapes. Other types of pliers can be added in different sizes and lengths. Also add pliers to install and remove '''[[w:Retaining_ring|Retaining Rings]]'''. The rings have different styles and sizes, so you may need a set, or one with replaceable tips. * '''[[w:Bolt_cutter|Bolt Cutter]]''' - For cutting thicker rods or bars than pliers using compound leverage. For even thicker items use a metal hacksaw, angle grinder, or reciprocating saw. * '''Shop Magnets''' - Extension and sweep, for retrieving dropped items and metal cuttings. A strong shop magnet can be used to locate nails and screws in a wall by feel, and so also where the framing is located. A '''[[w:Stud_finder|Stud Finder]]''' is a more advanced device for finding wall posts (studs). ::'''Portable Power Tools''' &emsp;There are many types and sizes of '''[[w:Power_tool|Power Tools]]'''. The portable ones are meant to be moved to the work and used with one or two hands, while stationary ones are larger and have the work brought to them. Most use electric power either from a battery or cord. Batteries allow moving anywhere without worrying about cord length and handling, but they eventually need recharging. Battery packs and chargers add to the cost. Corded tools generally allow higher power levels and longer running time. Most power tools come in a range of quality and power level, measured by Amps or Watts. Which to use depends on the projects you are doing. &emsp;'''[[w:Extension_cord|Extension Cords]]''' allow working farther from a power outlet. Cords should be rated for the highest power tool you expect to use, and for outdoor use if you expect to use them that way. If you are moving around or climbing up, tie an '''[[w:Overhand_knot|Overhand Knot]]''' with the ends of the tool and extension cords before plugging together. This prevents them from pulling apart. * '''[[w:Drill|Electric Drill]] and Accessories''' - One corded drill around 6 Amp power and a standard wood drill '''[[w:Drill_bit|Drill Bit Set]]''' up to the drill chuck size is enough to get started. If you expect to work with metal, there are bits made of stronger materials with a different cutting angle. A '''Drill Gauge''' can help identify the size of a bit. The '''Hammer''' type drill can apply forward impacts to better go through hard materials. Many drills have side handle and depth gauge attachments to for better control. Specialty '''Right Angle Drills''' have the chuck mounted sideways to the grip rather than axially, which allows drilling in smaller spaces. :&emsp;There are many accessories that can fit in a drill chuck. '''[[w:List_of_screw_drives|Driver Bits]]''' can be used in place of screwdrivers and socket wrenches. They are faster but with less control. A driver assortment set is enough to start. Others include sanding, wire, and buffing wheels, countersink, counterbore/spade, expansion, and auger bits for wood, and abrasive stones for metal. For large holes a stationary drill press (see List 8) handles the higher torque better, or use a smaller starter hole then a saw to enlarge it. Various kinds of '''[[w:Drill#Hand-powered|Hand-Powered Drills]]''' still exist, but are mostly used where power is not available, to start a hole, for small spaces, or countersinking. * '''[[w:Circular_saw|Circular Saw]]''' - A hand-held corded type with 7.25 inch (18.5 cm) blade diameter with carbide teeth is the most common to start with. Other size saws and blade types as needed. Cordless (battery powered) types typically use smaller blades. All types rotate the blade at high speed. So what you are cutting should be secured to prevent movement, and a firm grip on the tool with both hands. For accurate cuts, a straight object is clamped to the work, offset by the blade distance from the guide plate edge. * '''[[w:Reciprocating_saw|Reciprocating Saw]]''' with assorted blades - This moves the blade forward and back rather than rotating. Longer blades allow cutting thicker items than a circular saw. Since only the blade is in the cutting area, they can work in tighter spaces than a circular saw. A variety of blades are available for different materials, and in different lengths and stiffness. They are generally less accurate than circular saws, but clamping something to the work to hold the tool against can improve accuracy. * '''[[w:Jigsaw_(tool)|Jigsaw]]''' with assorted blades - This is a type of reciprocating saw where the blade goes vertically through a guide plate. They are most useful making straight or curved cuts in boards or sheet goods * '''[[w:Angle_grinder|Angle Grinder]]''' and '''[[w:Dremel|Rotary Tool]]''' - These use high speed bits for tasks like cutting, grinding, and sanding. They differ in the direction of rotation and size. Angle grinders rotate at a right angle to the tool body, and are generally larger and more powerful. Rotary tools, such as the Dremel brand, rotate in line with the body, similar to electric drills. Compared to electric drills they spin at much higher speeds but with lower torque at the same power. One of either type is enough to get started. * '''[[w:Heat_gun|Heat Gun]]''' - These produce much higher temperatures than hair dryers and should never be used for that purpose. Uses include paint stripping, shrink wrapping, softening plastic for bending, and general heating and melting. Higher temperatures require an oven or furnace, but heat guns are portable and can cover larger areas. ::'''Stationary Equipment</u>''' &emsp;These items should either be fastened in place to use properly, or are too heavy or unwieldy to hand carry while operating. Stationary equipment generally includes both powered and unpowered tools, but the three here are all powered. * '''[[w:Miter_saw|Power Miter Saw]]''' - These perform the same function as a hand backsaw and miter box but are much faster using a powered circular saw blade. Basic versions have a horizontal angle gauge and fence. More advanced ones have blade tilt and slide features, clamps for the material, and projected lines for the cut. A bench, sawhorses, or rollers keep longer and heavier lumber straight and balanced while cutting, and the saw generally has holes for bolting in place. * '''[[w:Bench_grinder|Bench Grinder]]''' - This uses high speed abrasive, wire, or buffing wheels to sharpen, remove material, clean, and polish. They throw cuttings at high speed and can generate sparks, so gloves and face protection should be used. On metal the heat generated can affect the '''[[w:Tempering_(metallurgy)|Temper]]''' and burn hands, so dipping in water periodically can cool the item. :&emsp;'''Wet Grinders''' turn more slowly and apply water to the wheel to avoid overheating. They are typically used for blade sharpening. A '''[[w:Sharpening_jig|Sharpening Jig]]''' holds the tool at the right angle to the abrasive. A 6-8 inch (15-20 cm) bench grinder with abrasive wheels is enough to start with. Bench grinders can be fastened to a workbench, or to a stand if larger items need to be worked on. * '''[[w:Air_compressor|Air Compressor]]''' - This is useful for inflating tires and other items, and also for air tools like nail guns and paint sprayers. A small one light enough to move where needed plus an air hose and attachments kit is enough to start with. ::'''Materials, Parts, and Supplies''' &emsp;Beyond basic supplies already noted, these can mostly be accumulated as needed for current and future projects. We suggest starting with some nail, screw, and bolt/nut/washer assortment sets with different sizes. This avoids making a shopping trip for minor home projects. ::'''Care and Maintenance''' &emsp;'''Building Maintenance''' - Homes and other structures require maintenance to stay functional. Many of the tools and equipment listed above can be used for repair and replacement, in addition to building new items. Some tools are only used to diagnose and fix problems, but not to build new items. These include: * '''[[w:Test_light|Test Lights]]''' - are used to check if an electrical outlet or other device has a voltage (power). They are mostly used for safety, to make sure power is off before doing work, and to see if a non-working device is broken vs. an electrical supply problem. * '''[[w:Plunger|Rubber Plunger]]''' and '''[[w:Plumber's_snake|Snake]]''' - for clearing blockages in household pipes. &emsp;'''Vehicle Maintenance''' - After their homes, the next most important items for many people are their vehicles. This includes passenger cars, light trucks, motorcycles, bi- and tricycles (manual and electric), utility trailers, golf carts, riding mowers, and all-terrain vehicles. Some of the tools above, such as socket wrenches, can be used for maintenance, but a number of more specialized ones are used with vehicles. These include: * '''Tire gauge''' * '''Accessory Tire Inflater''' - A small compressor, often using a 12 Volt car accessory socket. It is mainly intended for vehicle and trailer tires, but can also be used for wheelbarrow, mower, and other small tires. * '''Battery Charger''' * '''Engine Oil, Grease Gun and other lubricants''' * '''Engine Coolant''' * '''Vehicle Cleaning Supplies''' &emsp;'''General Maintenance''' - When damaged, stripped, or frozen fasteners need to be removed, there are several ways to deal with it. Dirt and rust can be removed with brushes and rags, or specialty rust remover fluids. Penetrating spray lubricants and strong wrenches may then be enough to remove them. Many kinds of '''[[w:Screw_extractor|Extractors]]''' are made for removing broken or frozen screws, nuts, and bolts. If the hole is too damaged to reuse, it can be re-threaded with taps and dies, an insert or filler material used to patch it, or a new hole drilled nearby. ==<span style="font-size:x-large; font-family:'Georgia', serif;">4.0 - New Workshops and Expansion Sets</span>== &emsp; ===<span style="font-size:large; font-family:'Georgia', serif;"><u>New Workshops</u></span>=== &emsp; &emsp;List 2 talked about storage and workshop space. Some homes and many apartments don't have enough spare space for the kinds of projects you want to do, especially if you go beyond basic home improvement/do-it-yourself ones. The alternatives are to find or buy existing workshop space in the community, or to build new private or shared space. We discuss the needs and features of workshops first because they have to exist before you can work in them. Simpler ones can be built with the basic items from Section 3. Larger and more complex workshops may need items from Section 8 (below) on construction. When to build a new workshop depends on what you already have available, the need for added space, and outside factors like cost, financing, permits, etc. ::'''Needs and Features''' &emsp;Workshop buildings are one or more suitable existing structures, or purpose-built new ones added to a property. The property may already have living space, or be commercial, industrial, or bare land. Workshops can be additions attached to an existing building, or detached free-standing structures. Their size, location, and features depend on what kind of projects are intended. When planning them, you should consider future growth in addition to current needs. This can be handled by over-sizing a structure, planning for additions and extensions to it, or adding additional separate structures. &emsp;There are a number of reasons for a separate workshop. These include: * Outgrowing existing home space * Excessive noise, dust, debris, and fumes * Extra power and light requirements * Better access for vehicles and moving large items &emsp;Workshops can be specific to one type of craft or activity or more generalized. Some suggested design features include: * Sufficient windows or skylights for natural lighting, and added artificial lights where needed. * Large doors for materials and product delivery. * Sprinklers and fire extinguishers for fire protection. * A strong enough floor for heavy machinery and storage, or deep footings where needed. If there are upper floors, the heavier items should be on the lower floors. Stairs and lifting devices can ease moving items between floors, and the whole structure has to support the total weight. * Enough storage area for materials, parts, and supplies, and for equipment not currently being used. * Enough electric power for all equipment, preferably routed through ceiling drops or wall channels, for flexibility and to avoid trip hazards from cords. * A water supply for clean-up. * A first aid station. * A separate office area to keep out dust and dirt, with desk, drawing table, files for record-keeping, etc. &emsp;The contents of a workshop can be grouped into general items used across multiple activities, and those specific to a particular one. The layout should consider your workflows. In general, work starts with delivery of supplies, materials, and parts. Materials are then converted to finished parts, finishes applied, and assembled into completed items. Unless the completed items are to be used in the shop, the last step is delivery. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>Expansion Sets</u></span>=== &emsp; &emsp;Sections 5.0 to 8.0 include a series of expansion set lists for items beyond the basic ones in Section 3.0. The added equipment may fit in space you already have at first, and outgrow it later. The lists are grouped into four categories: Small Indoor, Large Indoor, Outdoor, and Construction. Each list is specialized according to types of projects and materials. The expansion sets are not in a required order where earlier lists are needed before later ones. They are a set of mostly independent choices, depending on your interests and what you want to do. An exception is List 17 - General Construction, which has items used by multiple construction trades listed separately afterwards. &emsp;Most specialized projects will need some or all of the basic items from Sectopm 3.0. We try to list items where they are most likely to be needed, but some items can be shared across different project types. So you may want to review the items in related lists. Within each list the general order is from hand to power and larger tools. We try to note accessories that go with a particular tool or machine. We also try to note reference sources, and materials, parts, and supplies needed for the project type. At present the later lists are less complete than the basic ones. ==<span style="font-size:x-large; font-family:'Georgia', serif;">5.0 - Small Indoor Projects</span>== &emsp; &emsp;Small indoor projects can be for personal enjoyment, creative expression, or to make useful items for personal use or sale. These are crafts and projects that can begin in temporary space like a desk or dining table, or in dedicated space of less than a room in existing living areas. They include light arts and crafts, printing and digital media, fabrics and leather work, jewelry, and electronics. They can mostly start with ordinary room lighting and electric power, perhaps with extra light in the work area. Serious hobby or small business production can grow beyond such workspace and have special needs. Section 4.0 covers new workshops for this. &emsp;We don't cover every possible activity and project, just some of the more common ones. Wikipedia's '''[[w:Outline_of_crafts|Outline of Crafts]]''', '''[[w:Handicraft|Handicraft]]''', and '''[[w:Fine_art|Fine Art]]''' articles list many of these other subjects. See also '''[https://www.smooth-on.com/applications/ Smooth-On's website]''' for additional categories, and the '''[https://www.dickblick.com/ Blick]''' website for types of tools and supplies. For ones not covered here you will need to find some reference books, printed articles, or websites that cover what is needed to get started. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 3 - Light Arts & Crafts</u></span>=== &emsp; &emsp;Light arts and crafts involve creative expressions that don't require much power, space, or stationary equipment to start. Examples are '''[[w:Drawing|Drawing]]''' and art painting, where all the tools and supplies can be hand-carried to work on location rather than at home. &emsp;'''[[w:Painting|Artistic Painting]]''' is distinguished from the general use of '''[[w:Paint|Paints]]''' for coloring or protection, as in room walls and automobile bodies. General paints can be used artistically, but usually artist's paints are specialized types in smaller amounts. Modern paintings are usually portable on a surface like framed canvas or wood panels. Fixed paintings are sometimes done on building interiors and exteriors. Historically some sculptures were painted to make them look more lifelike. Almost any surface that paint or ink will adhere to or be implanted in can be used. &emsp;'''Artistic or Decorative Printing''' includes '''[[w:Linocut|Linocut]]''' and '''[[w:Woodblock_printing|Woodcut]]''' on fabric or paper. '''[[w:Papier-mâché|Papier-mâché]]''' uses paper or pulp, fabric reinforcement if needed, and glue, starch, or wallpaper paste. '''[[w:Mixed_media|Mixed Media]]''' are assemblages, collages, and sculpures using more than one type of material or '''[[w:List_of_art_media|Art Medium]]'''. In addition to some basic tools from prior lists, arts and craft tools can include: ::'''Hand Tools''' * '''Craft Scissors''' * '''[[w:Brush|Brushes]]''' - Art, foam, craft and general paint types. * '''Single Hole Punch''' * '''Crafting Needles''' - Including '''[[w:Crochet_hook|Crochet]]''', '''[[w:Knitting_needle|Knitting]]''', and '''[[w:Sewing_needle|Hand Sewing]]''' types, ::'''Work Area Items''' * '''Work Table and Storage''' - These can be existing household items or dedicated for arts and craft work. * '''Art Furniture''' - '''[[w:Easel|Easel]]''', drawing boards, portfolios, carrying cases, and folding tables and chairs for working in a studio or on location. * '''Surface Protection''' - Newspaper, old bedsheets, dropcloths, plastic tablecloths, or plastic sheeting. * '''Work Clothes''' - For messy arts and crafts such as an apron, smock, or old large shirt. * '''Storage containers and Organizers''' - for storing and mixing the variety of tools and materials. These can be purpose-made, or reused egg cartons, empty boxes, clean cans, jars, and small plastic containers. ::'''Power Tools''' * '''Hot-Melt Glue Gun''' - uses sticks of glue and heat to melt them. * '''Small Oven''' - such as a kitchen toaster oven. For heating or melting small items. ::'''Materials, Parts, and Supplies''' * '''Drawing''' - colored crayons, chalk, markers, pens, and pencils, drawing paper, pads and sketch books. * '''Artist's Paints''' - includes oil paints, pastels, watercolors, tempera, acrylics and enamels. * '''Art Printing''' - ink pad, sponge, brayer, rubber stamps, printing ink, wood blocks, linoleum. * '''Disposable containers''' - for weighing and mixing powders and liquids, and casting low-temperature resins. * '''Disposable stirrers''' - for paint, resin, etc. These can be bought, leftover plastic utensils, or scrap items. * '''Aluminum foil''' - to protect surfaces, and liners and containers for items needing oven heating. * '''Plastic''' - sheets, tubes and blocks from materials like acrylic and high-density polyethylene. * '''Casting Materials''' - Plaster of Paris, resins, etc. &emsp;Mixed media can use any found items, but some basic supplies include: * '''Fasteners & Adhesives''' - White, decoupage, fabric and wood glues. Glue sticks, painter's tape, thumbtacks, and hardware fasteners like brads, or nails. * '''Textiles''' - Yarn, craft felt, fabric scraps, thread, embroidery floss, muslin, burlap, and wool felt. * '''Sculptural Materials:''' - Salt and bread doughs. Modeling, polymer, and air dry clays. Craft foam and foam rubber. Chenille stems (pipr cleaners), toothpicks, straws, and craft/popsicle sticks. Scrap, found, and shaped wood pieces. Floral and coiled metal wire of various diameters, and larger metal pieces. * '''String, Bead and Knotwork''' - Cord, string, artificial sinew, fishing line, and thread. Pony, wood, glass, plastic, and metallic beads. * '''Decorations''' - such as glitter, pom poms, feathers, cotton balls, googly eyes, and sequins. * '''Papers''' - Copy, colored construction, wax, colored tissue, bath and "bleeding" tissue, freezer, crepe, and newsprint (blank or printed). Paper napkins, towels, and bags. Contact (adhesive-backed) paper, clear or colored. Card stock, flat and corrugated cardboard. Roll white, brown, and tracing paper. * '''Reused Items''' - such as magazines, junk mail, netting from produce bags, bubble wrap, packaging peanuts. * '''Natural Materials''' - such as leaves, sticks, small rocks, acorns & nuts, pine cones, flowers, and seeds & seed pods. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 4 - Printing and Digital Media</u></span>=== &emsp; &emsp;Artistic printing is typically single or small numbers of items. '''[[w:Printing|Production Printing]]''' is a technology for mass reproduction and distribution of text and images for business, education, and entertainment. It has a long history of making physical copies like books and newspapers. Writing and drawing by hand can be done with very simple tools and materials. But printing in quantity needs specialized equipment for paper, fabric, photographs, and lithographs. &emsp;Today '''[[w:Electronic_media|Media]]''' of all types are increasingly produced, stored, and distributed by digital electronic methods. In addition to making text and drawings, digital media includes capturing photographs, sound, and video. It also includes creating digital content wholly electronically. New creations and recordings can be made, combined, and edited with a variety of suitable computers and software. These include stationary and portable computers, tablets, and smartphone. Additional input and output devices are often used with them, and the completed items distributed by communication networks or physical media. &emsp;Depending on the type of printing or digital media projects you want to do, you may need any of the following to get started: * '''Basic Working Space''' - including furniture and general tools from lists 1 and 2 for setup. * '''Basic Content Creation''' - this includes technical drawing and basic computing equipment and software from List 2 for text and illustrations, and light arts and crafts items from List 3 for artistic creations. A basic computing device generally includes some storage, display, keyboard and mouse, and speaker. These can be merged into a single device, such as laptops and smartphones, or separate components for desktop systems. They also generally have a network connection - wired, wireless, or both. ::'''Computers and Peripherals''' * '''Upgraded Computer(s)''' - High-end media creation, editing, and display may need better computers. This is generally set by the needs of the software and peripherals you will be working with. For example, if you are doing digital photography, you need enough storage for all the pictures you are editing and saving. Rendering high-end 3D graphics may require a corresponding graphics card, or even a dedicated computer for the task. If more than one person is working, you will need multiple computers. * '''Upgraded Input Devices''' - This includes special keyboards, mouse, joysticks, and touch-sensitive tablets. * '''Upgraded Displays''' - Some work benefits from larger, multiple, or higher quality displays. * '''Upgraded Audio''' - This can include higher quality and quantity of speakers, microphones, multichannel audio output, and headsets. * '''External or Networked Storage''' - * '''Scanners and Printers''' - These range from basic office types to large format versions. Multifunction units can do both scanning and printing. * '''[[w:Digital_camera|Digital Camera]]''' for photography and video production. A dedicated digital cameras, with accessories like tripods, lights, and microphones, can produce better results than smartphones or webcams. They have larger lenses and sensors, and more adjustments for focus, zoom, exposure time, etc. Higher-end cameras have interchangeable lenses for different purposes. ::'''Other Print Media''' &emsp;This includes printing on with other materials or processes besides paper, such as fabric, photographic prints, and lithographs. * '''Screen Printing Press''' - 4-Color, with accessories and supplies ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 5 - Fabric and Leather Work</u></span>=== &emsp; &emsp;'''[[w:Textile|Textiles]]''' are fibers commonly used to make '''[[w:Woven_fabric|Woven Fabrics]]'''. '''[[w:Sewing|Sewing]]''' and related processes then turn fabric into creative and useful items such as clothing, drapery, and bedding. '''[[w:Leather|Leather]]''' is animal skin treated to prevent decay. In some cases it can be sewn and used like fabric. But the thickness, stiffness, and strength of leather often requires different tools, and it gets used for different finished items. ::'''Hand Tools''' * '''Sewing Kit''' - While all these items can be bought separately, it is convenient to get all of them at once to start, and kits are typically not very expensive. It can include any or all of the following: storage for all the items, spools of thread in various colors of hand/machine weight and embroidery weight. Scissors, spare buttons, spring clips and dressmaker's pins for holding fabric together. Hand sewing needles of various sizes, machine bobbins, safety pins, crochet hook, magnifier, tip and ring thimbles, pin cushion, and a measuring tape. * '''Cloth Measuring Tape''' - A flexible cloth or plastic ruler without a case. This was included in List 1, but if you don't have it yet, get one at least 60 inches (150cm) long for measuring body dimensions, and another up to 144 inches (360cm or 4 yards) for measuring uncut fabric and large sewn items like drapery. * '''Tailor's Chalk or Soapstone''' - For temporary marking on fabric. * '''Dressmaker's Shears''' - These are very sharp scissors with an offset handle that leaves the fabric flat while cutting. They should not be used for other purposes. * '''Thread Snips''' - Small pointed, and usually spring loaded, scissors for cutting thread and trimming fabric. The small size allows reaching into tight spaces after sewing. * '''[[w:Seam_ripper|Seam Ripper]]''' - A tool with a razor-edged hook for cutting sewn stitches without tearing the fabric. * '''Rotary Cutter Set and Mat''' - This uses a razor edged wheel rather than scissors action to cut material. A set includes replacement wheels with different shaped edges. A soft mat protects the table surface while allowing the blade to penetrate through. * '''[[w:Tailor's_ham|Tailor's Ham]]''' - A tightly stuffed pillow for pinning and ironing curved areas of fabric. ::'''Stationary Equipment''' * '''Sewing Table''' - This can be any kind of table that will support a sewing machine or fabric being hand cut and sewn. For larger and heavier material it is useful to have the machine set perpendicular to a longer table with the machine bed level with the table top. This allows fabric to slide horizontally rather than it's weight making movement difficult on a smaller one. * '''[[w:Sewing_machine|Sewing Machine]]''' - with accessories. A light domestic electric machine with at least straight and zig-zag stitches is enough for basic household sewing, like clothing and drapery. Modern ones can have many other stitches and accessories, and electronic features for semi-automatic tasks. A "foot" is what holds the fabric down while the needle passes through it. A basic one comes with the machine, but specialized ones either come with it or can be bought afterwards. :&emsp;A heavy-duty machine has a stronger frame and motor to sew thicker materials. Industrial machines are faster for production work and have more clearance between needle and frame, but typically fewer stitch types. Domestic machines typically feed one or two threads from a spool above, and another from a bobbin beneath, so a set of bobbins of the correct type are needed if they did not come with the machine. Sewing machines also use specialized needles of different diameters, which should be added if not included. The following specialized machines are not needed to start with, but added as needed: * '''[[w:Overlock|Overlock Machines]]''' - (Sergers) are used for edging, hemming, and seaming using multiple threads at once, needing fewer steps to finish a task. * '''[[w:Machine_embroidery|Embroidery Machines]]''' - add stitched threads to underlying fabric for decoration rather than construction and edging of basic sewing. Patterns can be formed by hand or with electronic control, beyond the mechanically formed fancy stitches. * '''Washing and Drying Machines''' - Some fabrics need pre-washing to remove residual dyes, avoid later shrinkage, or removing sizing applied to the fabric. Some dyeing can also be done in a washing machine. Most people already have such machines or access to commercial ones. * '''[[w:Ironing|Ironing Station]]''' - This includes a heat-resistant surface, usually cloth covered, and a heated '''[[w:Clothes_iron|Clothes Iron]]''' to remove wrinkles and flatten fabric or finished items. Pressing cloths are used between the iron and item to protect from excess heat. ::'''Leather Tools and Machines''' &emsp;Sewing leather requires heavy duty or specialized tools and machines. '''[[w:Leather_crafting|Leather Crafting]]''' involves other processes like dying, painting, carving, stamping, and molding, and uses a different set of mostly hand tools. The production of leather from skins and hides uses yet another set of tools and processes. ::'''Materials, Parts, and Supplies''' * Fabric - cotton, synthetic, upholstery * Leather * Thread * '''[[w:Notions_(sewing)|Notions]]''' - refers to small items and accessories besides fabric, leather, and thread, which end up in finished articles. Examples include buttons, clasps, zippers, hooks, eyelets, and laces. * '''Pattern Material''' - A sewing pattern is a full-size drawing which is fastened to fabric as a cutting guide. They are often purchased pre-made, but custom patterns made to fit a particular body or project, or scaled-up patterns from books and other sources can be self-made. You can use wide paper rolls or inexpensive cloth to make patterns. The latter can be test-fit on the wearer before cutting more expensive material or used multiple times. :&emsp;Custom patterns for complex shapes like feet can be made by wrapping plastic wrap or bags around them, then wrapping flexible tape around the plastic. Seam lines are then marked on the tape, and the pieces carefully cut off the body and flattened. Patterns made this way need to have seam margins added to them. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 6 - Jewelry Work</u></span>=== &emsp; &emsp;'''[[w:Jewellery|Jewelry]]''' is decorative wear, often made from high value materials. Creating it often involves small-scale '''[[w:Metalworking|Metalworking]]''' and '''[[w:Lapidary|Lapidary]]''', but can use a variety of other techniques. At a beginner level items would be mostly assembled from pre-made parts. In addition to basic items like measuring tools, some kind of workbench with vise, needle files, and abrasive/polishing supplies, add the following as needed: * '''Ring Sizers''' - A set of measured rings for fingers and a marked tapered rod for the rings themselves. * '''Magnifiers''' - Since jewelry work is typically small, these are very helpful. One useful type is an articulated lamp with a built-in lens. * '''[[w:Helping_hand_(tool)|Helping Hand]]''' - A base with jointed arms and clips or end clamps, and often a magnifier. It allows positioning an item at any angle, leaving both hands free to work with. * '''Bench Pin''' - A protruding hardwood pin with at least a narrow "V" slot, and optional other holes and indents, clamped to a workbench. It supports items being sawn or otherwise being worked on. They can be bought, but as sawing often damages them, they can be easily self-made to suit and replaced as needed using basic tools. * '''[[w:Piercing_saw|Piercing or Jeweler's Saw]]''' - A small coping saw 2-8 inches (50-200mm) in size with adjustable frame length. It uses very fine blades that often break, so shorter lengths can reuse broken pieces. A pack of blades of various fineness should be added if not supplied with the saw. * '''Jeweler's Anvil''' - A small anvil with round and flat horns. * '''Small-Jaw Pliers''' - If you don't already have them, a set with very small jaws for fine work, in assorted shapes. * '''Small Forming Hammers''' - A set of polished hammers around 5 ounces (150 grams) with various head shapes. For very fine work add a set of "micro" hammers around 2 ounces (60 grams) * '''Soft Hammer''' - A light hammer with rubber and plastic heads. * '''[[w:Planishing|Planishing Stakes]]''' and '''[[w:Swage_block|Swage Blocks]]''' - for hammering outside and inside compound curves. These are the same tools as used in blacksmithing (List 10), just smaller in size and working cold rather than hot metal. The process is also known as '''[[w:Sinking_(metalworking)|Sinking]]''', doming, dishing, or dapping. * '''[[w:Mandrel|Mandrels]]''' - Metal rods held by a vise or base block. Tapered ones are used for sizing and shaping items like rings and bracelets. Untapered ones are used to support hollow or curved pieces being worked on. A set of various diameters and shapes (round, oval, triangular, square, etc.) can be accumulated as needed. * '''[[w:Wire_drawing|Wire Drawing Plate]]''' - has a series of sized holes for reducing soft wire diameter by pulling it through with lubrication. Depending on wire diameter it may require mechanical leverage to get enough pulling force. * '''[[w:Engraving|Hand or Power Engravers]]''' - cut grooves into a hard surface for decoration or lettering. * '''Rotary Tool''' - with accessory bits, if you don't already have one. A stand to hold the tool steady is useful for fine work. A flexible shaft is also useful to reach small spaces and less weight than holding the tool itself. * Soldering equipment * Small metal shear * Buffing station * Annealing Pans * Bench Pins, Small Clamps, Small Anvils & Mandrels (neck, bracelet, finger) ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 7 - Electronics</u></span>=== &emsp; &emsp;'''[[w:Electronics|Electronics]]''' is distinguished from List 21 - Electrical Work in that the latter is mostly done during construction and remodeling, and is mostly to supply and control power for lighting and fixed appliances. Electronics mostly involves more complex devices than simple on/off current flow. ::'''Hand Tools''' &emsp;Add the following tools and equipment if not already on hand, or another set for electronics work: * Precision Screwdrivers * '''[[w:Wire_stripper|Wire Stripper]]''' - is designed to cut the insulation from various gauge (diameter) wires without cutting the wire itself. They usually have built-in cutters to then trim the wire itself to length. * Pliers - Smaller Diagonal and long nose * Precision Tweezers * Eye Loupe - a head-mounted magnifier ::'''Portable Power Tools''' * '''[[w:Soldering_iron|Soldering Iron]]''' - with assorted tips and sponges. * Digital Multimeter ::'''Stationary Equipment''' &emsp;Electronics projects benefit from a dedicated '''Work station'''. This typically includes a Work Table with a heat-resistant surface, Fume Fan, Universal Vise with standard and circuit board jaws, Third Hand, Test Leads, and a magnifier light. Additional items can include: * Digital Microscope * DC Power Supply * Oscilloscope/Signal Analyzer * Function Generator * Flash Memory - programmer and debugger ::'''Parts, Materials, and Supplies''' &emsp;Electronics is notable for the wide variety of parts available and used. To start with some basic items like wire and resistor assortments can be stocked, but the rest should probably be bought as needed for projects. * '''Discrete Components''' - Assorted Resistors, Capacitors, Choke Coils, Diodes, Transistors, Motor Drivers, Voltage Regulators, Amplifiers, Light-Emitting Diodes (LEDs), Photodetectors * '''Other Components''' - LCD Displays, Speakers, Microphones, Temperature Sensor, Hall Effect, Accelerometers, Microcontrollers, Frequency Crystals, Radios, Magnets, Buttons & Switches, Headers, Assorted Jacks & Plugs, Ribbon Connectors, Screw Terminals, Battery Holders, USB cables and connectors, Ethernet cables and connectors, Transducers, Small DC Motors and Digital Servos, Power Supplies * '''Wire''' - General Electrical: single, pair, and grounded types, solder wire, magnet wire, shape memory * '''Circuit Board substrates''' * '''Other Supplies''' - Antistatic Bags, Heat Shrink Tubing, Desoldering Braid, Cable Ties, Rubber sheet/feet ==<span style="font-size:x-large; font-family:'Georgia', serif;">6.0 - Large Indoor Projects</span>== &emsp; The next section (6.0) includes indoor activities and projects that need larger or more dedicated indoor space, power, or other features, and often result in more practical and useful items like furniture and ceramic ware. &emsp;These projects typically require a larger indoor space, like a garage, basement, or freestanding workshop to get started. This is partly from needing larger shop furniture, stationary machines, materials storage space, and the size of the items being made. Additional requirements like more power, heavy weights, and heat resistance can make regular living space unsuited. These lists assume you have most or all of the equipment from the basic sets. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 8 - Woodworking</u></span>=== &emsp; &emsp;Since other animals use wood for tools, they are likely the oldest tools of our ancestors. Many human artifacts, like houses and furniture, are primarily made from it. Therefore some tools that can be used for basic '''[[w:Woodworking|Woodworking]]''' were already included in the basic lists 1 and 2 above. Growing trees (Forestry), converting them to lumber (Logging and Sawmills), and large-scale projects (Carpentry) are specialized enough to have their own lists. This list covers indoor hobbyist and small-scale business projects like furniture, cabinetry, and decorative items, so it does not include large-scale and outdoor equipment. &emsp;Prior to the 20th Century, all woodworking was done manually or with the assistance of water, wind, or animal power. Since then electricity and compressed air have greatly increased the speed and power of tools. Some woodworkers prefer using hand tools - they are quieter and you can more directly feel what is happening to the wood. Even those who use lots of power tools sometimes need the hand tools to avoid damage, precise finishing, or getting into small spaces. Power and stationary tools generally need more room in the workshop, and cost more. So it is a matter of choice, budget, and shop space for which ones to use. ::'''Reference Material''' &emsp;If you are new to woodworking, the '''[https://archive.org/details/texts?query=Woodworking&and%5B%5D=lending___status%3A%22available_to_borrow%22&and%5B%5D=lending___status%3A%22is_readable%22&sort=-date Internet Archive]''' has over 400 general books on the subject which are available to download or borrow for two weeks at a time. This list is sorted newest first. Books prior to 1950 will tend to focus more on hand tools, because modern power tools were not as common or too expensive for individual use. You can enter more specialized search terms, which may find other documents. &emsp;A general '''[https://www.youtube.com/ YouTube]''' search for "woodworking" brings up many results, but you are better off searching for more specific subjects. A single video is not long enough to cover all of woodworking. For beginners, we suggest a search term like "beginning woodworking series" to find ones that give a general introduction across several videos. An example is '''[https://www.youtube.com/playlist?list=PLRWjFTaHniqMVryvDAQ3771MO6_QQRYXN Start Woodworking]''', with 13 videos taking about 8 hours, which you can watch a little at a time. ::'''Materials, Parts, and Supplies''' &emsp;Woodworking obviously requires wood to work with. It comes from trees and larger plants like bamboo. Wood properties vary widely depending on the source species, growing conditions, and other factors, making every piece unique. So certain kinds of wood and particular pieces are better suited than others for a project. There are also artificial products like plywood that can be worked on with the same tools. &emsp;Commercial lumber is grown and processed into grades of similar type, suited for a category of projects. When buying, you should inspect and select individual pieces. For bulk amounts, you should expect some loss from defects, warp, etc. A knot or split may make a board unsuitable as a full length, but you can cut off the bad parts and use the remainder as a smaller piece. &emsp;Parts and supplies used in woodworking include a wide variety of fasteners, hardware, glue, and finishes. An assortment of nails, screws, and a bottle of '''[[w:Wood_glue|Wood Glue]]''' are enough to get started. ::'''Hand Tools''' &emsp;The basic tools from lists 1 and 2 are enough to do simple woodworking projects. These additional tools are useful for more advanced or specialized ones: * '''[[w:Marking_gauge|Marking Gauges]]''' - Have an adjustable fence and single or dual points or knives, for scribing lines parallel to an edge. The '''[[w:Mortise_gauge|Mortise]]''' type marks both sides of a mortise and tenon joint at once so the two parts will fit exactly. * '''More Clamps''' - A woodworkers' saying is "you can never have too many clamps". They are used to hold items in place while being shaped, groups of items that need identical cuts or smoothing, drilling aligned holes, and while gluing pieces together. Types include bar, screw, pipe, locking, spring, rigid C-shape, corner, strap, hose, and others. Since there are so many kinds, we suggest accumulating them a few at a time from used sources or bought as-needed for a project. :&emsp;Clamps can also be self-made by (1) taking any length of lumber, fastening two or more blocks to it, then driving a pair of wedges to tighten, (2) wrapping cord around the item, and driving one or more wedges between cords and wood, (3) wrapping cord and twisting a loop of the cord wrapped around a stick to tighten, or (4) placing the item on the floor or a table and placing heavy objects on top. * '''[[w:Chisel#Woodworking|Woodworking Chisels]]''' have a sharp edge at the end of the blade beveled 25 degrees on one side. They are either pushed by hand or hit with a '''[[w:Mallet|Mallet]]''', typically wooden so as not to damage the tool handle. A simple mallet can be made from a tree branch the diameter of the head, with the handle portion trimmed down to size. A starter set can be either square edge or beveled wood chisels in several widths. There are a number of other types, like the mortise chisel for cutting grooves, which can be added as needed. *'''[[w:Adze|Adzes]]''' have curved blades with a chisel edge and are swung to rough out a shape. Long-handled ones are used standing on or next to the work, smaller ones are used on bowls and other curved items. These are specialty tools that can be added if needed. * '''[[w:Plane_(tool)|Hand Planes]]''' - These are basically wide chisel blades that slightly protrude through a flat base so as to take thin shavings, with one or two handles. The blade is positioned so as to preferentially cut high spots in the wood, enabling flattening it. There are a wide variety of shapes and sizes for different purposes. The '''[[w:Scrub_plane|Scrub]]''', '''[[w:Block_plane|Block]]''', '''[[w:Jack_plane|Jack]]''', and '''[[w:Jointer_plane|Jointer]]''' types are for flat surfaces. The '''[[w:Rebate_plane|Rabbet/Rebate]]''' type is for cutting grooves or recesses, while circular planes have a curved rather than flat base for working curved surfaces. The combination plane has an adjustable frame for accepting different widths or sets of cutters. A few sizes of flat planes are enough to start, and others can be added as needed. * '''[[w:Drawknife|Drawknife]]''' and '''[[w:Spokeshave|Spokeshave]]''' - These are two-handled tools used on the pull stroke, generally for shaping round pieces. The first has a wide, unprotected blade for removing bark and large shavings. The second has a smaller blade extending a variable amount from the body for finishing work. The blades may be straight or curved. One of each type is enough to start. [[File:Carving_tools_2.jpg|thumb|right|640x380px|Figure 5.5-11 - Woodcarving tools and mallet.]] * '''[[w:Wood_carving#Tools|Carving Tools]]''' - These are used for more intricate wood shaping than the ones previously mentioned. Depending on blade size and accuracy they can be driven by hand or a mallet (Fiture 5.5-11). The carving knife has a short lengthwise blade, while gouges have longer blades curved across or along them, or are V-shaped. Sets of assorted tools are available to start with. * '''[[w:Card_scraper|Cabinet (Card) Scrapers]]''' - Used with a '''[[w:Burnisher|Burnisher]]''' to create a sharp burr for scraping a fine surface on hard or difficult grained wood. * '''[[w:Wood_finishing|Wood Finishing]]''' - Sandpaper and sanding blocks are in List 1 above. Once the wood pieces or assembled item is the final shape, there are many finishing methods for appearance or to protect it. Typically tools like brushes and cloth pads are used to spread the finish and remove excess. Applying finishes can be messy and involve toxic solvents and media, and workshop dust can contaminate the finish before it dries. So a separate finishing area with good ventilation, and personal protection like gloves and filter masks are desirable. ::'''Portable Power Tools''' &emsp;List 2 above included some basic portable power tools. To these you can add the following: * Routers: Corded and Cordless, with assorted bits for wood and other materials - * '''[[w:Sander|Power Sanders]]''' - There are many types of power sanding devices, both portable and stationary, which work faster than hand sanding. Some can be mounted on other tool types like electric drills or bench grinders. The portable Belt, Detail, and Orbital types can use different grit size belts and disks. * Handheld Planer * Doweling Jig - Used with electric drill to accurately position dowel holes. ::'''Stationary Equipment''' &emsp;These larger machines can work faster and be more accurate with built-in or accessory guides: * '''[[w:Table_saw|Table Saw]]''' - A circular saw blade and motor mounted under a table, with adjustments to height and tilt. They generally have fences and other accessories to control the movement of the item past the blade. Compared to the portable circular saw in List 2 they are generally more powerful with a larger depth of cut, and easier to set up for repetitive cuts on multiple parts. A bench-top version may be enough for lighter projects, but should be secured while in use. Larger versions have a stand or cabinet. Different blades are available depending on what is being cut. * '''Jointer''' * '''Bench Planer''' * '''Sanders''' - Stationary sanders use a variety of abrasive belts, disks, cylinders, and drums. Some types will feed the work through the machine, but most require manually moving the work to the abrasive surface. A medium combination belt and disk sander is a good starting point. * '''[[w:Bandsaw|Bandsaws]]''' - use a loop of toothed metal strip as the blade, running over two or more motor-driven wheels. They come in a variety of sizes from bench-top to floor-mounted, with different width and height capacity and motor power. Different blades are available for various cutting tasks. [[File:Holzdrechsel.jpg|thumb|right|640x425px|Figure 5.5-N - Woodturning lathe.]] * '''[[w:Woodturning|Woodturning Lathe and Accessories]]''' - Turning makes symmetrical wood shapes mainly using a wood lathe and long-handled chisels, gouges, and scrapers. Various holding devices are used with the lathe, according to the size and shape of the item being turned. Finishing operations like sanding can also be done while the piece is still mounted. * '''Scroll Saw''' - With assorted blades * '''Drill Press''' - This is an electric drill mounted to a column and base, with an adjustable table. Compared to a portable drill they are more powerful and accurate. There are many sizes and variations, with the chuck axis-to-column distance being a key measurement since it sets the maximum distance a hole can be from the edge of a part. An 8 inch (200mm) version clamped to a workbench may be enough for smaller projects. Larger versions are floor-mounted, and some can move and tilt the drill head for better access. * '''Router''': Table and CNC * '''[[w:Dust_collector|Dust Collection System]]''' - A simple version is a wet/dry '''[[w:Vacuum_cleaner#Wet/dry|Shop Vacuum]]''' on wheels which is brought to whatever machine is being used. The machines may have fittings installed for the vacuum's hose. A more advanced version has pipes installed around the workshop that lead to a larger stationary vacuum system that has a separator for dust and larger chips. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 9 - Metal Fabrication</u></span>=== &emsp; &emsp;'''[[w:Metalworking|Metalworking]]''' and woodworking can share some of the same basic equipment, such as workbenches and vises. Basic metal fabrication is covered in this list. It involves working with thinner sheet metal at room temperature, and where high accuracy is not required. Larger and thicker pieces require heating to soften or melt the material for forging or casting. Ceramics also require high temperatures, so we group them with blacksmithing and foundry into list 10: Hot Work. Machine Shop Work can produce highly accurate finished parts, but needs a different set of equipment. So it is separated as list 11. Equipment needs can draw from all three lists depending on project needs. ::'''Reference Material''' &emsp;The '''[https://archive.org/details/texts?query=Metalworking&and%5B%5D=lending___status%3A%22available_to_borrow%22&and%5B%5D=lending___status%3A%22is_readable%22 Internet Archive]''' lists about 50 general books on metalworking which can be downloaded or borrowed for 14 days. You can find additional works using more specific search words like "welding" or "sheet metal", then selecting for "Always Available" and "Borrow for 14 days". The other types of reference and training sources, like paper books, instructional videos, etc. are also available. ::'''Materials, Parts, and Supplies''' &emsp;Metal is of course required for metalwork. Scrap and auto salvage yards, recycling stations, and discarded appliances are cheap sources for basic metals. Auto and other types of repair shops may have scrap bins. Retailers like home improvement, hardware, and online stores stock some metal stock and fasteners. Dedicated metal and industrial suppliers have larger selections and can be found in most cities. * Welding rods or wire spools * Sand blasting media ::'''Shop Furniture''' * '''Steel Welding Table''' - with magnetic welding squares, for grounding and magnetically clamping workpieces. This should be located away from combustible materials. * '''Portable Welding Screens''' - to protect other people and equipment. ::'''Hand Tools''' * Welding Clamps - * '''Chain Vise''' - Used to hold round or irregular shapes so they can be cut or drilled. * Forming Hammers and Dollies - Also known as "auto body" tools. These have various hammer head and metal block shapes to create complex curves or flatten sheet metal. The tools used by jewelers and blacksmiths work similarly, but are smaller and larger respectively. * Benders - Hand bar, strip, and tube types. Hydraulic Pipe & Bar Bender * Blind Riveter and Rivet Set - for setting expanding or solid '''[[w:Rivet|Rivet]]''' fasteners. * Scriber and ink - for accurate marking for cutting and drilling. * Soapstone pencils - for marking metal * Chipping Hammer & Stiff Wire Brushes - for removing slag and cleaning surfaces while welding. ::'''Portable Power Tools''' '''WARNING''' - Many types of welding produce harmful UV light, fumes, and hot sparks, and all produce a lot of heat. You should therefore have suitable goggles, face mask, respirator, gloves, cap, and heat-protective clothing like gloves and aprons. Some welders require dedicated or upgraded electric power to operate. Electric types have shock risk, and all type have fire risk. Work areas should be well ventilated against fumes and heat build-up. Basic welding machines include: * '''[[w:Spot_welding|Spot Welder]] - for sheet metal. * '''[[w:Flux-cored_arc_welding|Flux Core Arc Welder]]''' - also called "Shielded Metal Arc Welding" (SMAW) a light-duty A.C. unit with sticks or spool feed is enough to start working with thicker steel sections. * '''MIG & TIG Welders''' - These use a separately supplied inert shielding gas like CO2 or argon. MIG uses a consumable weld wire as the electrode, while TIG uses a tungsten electrode and a separate stick or wire weld feed. * '''Torch Welding''' - These use a fuel-air or fuel-oxygen torch. The hot flame melts the material, into which a weld rod can be fed. Torches can also be used for rough cutting. These require gas tank suppliers nearby. A friction or long-handled lighter is needed. * '''Plasma Cutters''' - hand & CNC * '''Power Hand Shears & Nibbler''' * '''Impact Drivers & Wrenches''' - These tools accept hex-shank bits and square drive sockets respectively. They apply rotary blows to the chuck for extra tightening and loosening forces. Bits and sockets should be designed for impact use to prevent breakage. ::'''Stationary Equipment''' * '''Abrasive Cut-Off Saw''' - Also called a '''Chop Saw'''. For cutting metal thicker than sheet, tubing, or pipe to length. * '''[[w:Abrasive_blasting|Sand Blaster]]''' - Uses compressed air to blow high velocity sand or other media at a surface to clean or finish it. The effect is similar to paper and wheel abrasives, but can be used for larger and more intricate items. * '''[[w:Brake_(sheet_metal_bending)|Brakes]]''' - are used to bend sheet metal. The finger type can bend and fold selected parts of an edge. These come in hand and powered versions depending on size and thickness of the bend. * '''Sheet Metal Shears''' - In addition to the left, straight, and right compound hand snips, and portable power shears and nibblers, the stationary '''[[w:Shear_(sheet_metal)|Sheet Metal Shears]]''' can handle larger and thicker sheets. This includes the bench, foot, power and compound throatless types. * '''[[w:Roll_bender|Roll Benders]]''' - can form cylindrical and conical shapes using three rollers that are either parallel or with one at a slight angle. * '''Shop Press''' - For applying large forces for bending, shaping, or setting fasteners. Arbor presses use gears for mechanical advantage, while hydraulic presses use fluid pressure. '''[[w:Ironworker_(machine)|Ironworkers]]''' are heavy duty machines using hydraulic or flywheel power to cut, punch, or shape thicker materials while cold. Hot work equipment from list 10 is used to soften metals when cold work becomes too difficult. * '''Parts Washer''' ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 10 - Hot Work: Blacksmith, Foundry, and Ceramics</u></span>=== &emsp; &emsp;'''CAUTION''' - All of these involve high temperatures, so either an outdoor or specially designed indoor area should be used. Good ventilation and fireproof/heat-protecting clothes are recommended. '''<u>Blacksmithing</u>''' &emsp;'''[[w:Blacksmith|Blacksmithing]]''' is the general term for shaping thicker and heavier metal pieces while hot, but also for working iron and steel particularly. There are specialty names like '''[[w:Tinsmith|Tinsmith]]''' and '''[[w:Silversmith|Silversmith]]''' for working other metals either cold or hot. A minimal starter set requires a heat source (forge/furnace), a gripping tool to hold the hot metal without getting burned, a hammer, and a thick piece of metal (anvil) to hammer the heated metal on. While basic work can be done with general-purpose tools, blacksmith's tools are specialized for this purpose. In addition to the special tools, basic ones like chisels and punches are also used. * '''Forge/Furnace''' - A '''[[w:Forge|Blacksmith's Forge]]''' heats thicker pieces of metal with fire so they can be shaped with cold impact tools and surfaces. Coal or charcoal are the traditional fuels. Modern heaters use propane, natural gas, electric coils or induced currents with an insulated chamber. '''[[w:Fire_brick|Fire Brick]]''', made from minerals with high melting points are commonly used as liners in both, although natural clay will work with more heat loss. Fire brick is only moderately insulating, so the liner is sometimes backed with other materials like fiber blankets to reduce heat loss. :&emsp;The forge or furnace structure is typically steel or common brick, which are fireproof. A variable air supply increases combustion rate and temperature for fuel-powered versions. Pre-made forges and furnaces can be bought, but assembling one from common items like sheet metal, fireplace bricks, and hair dryers is not difficult. Judging the metal temperature by color is important, so a shaded area is typically used. Impurities in coal are toxic, so good ventilation is needed when using it. * '''Tongs & Rakes''' - Blacksmith's tongs have long handles with high leverage. Their length keeps hands out of the heat, and leverage is needed to hold heavy metal pieces. A variety of jaw shapes are used to fit the piece being picked up. For very heavy objects, an integral handle or the object's length keeps one end cool enough to grip. It gets removed later. Small rakes and shovels, which can be self-made, are used to remove coal ash (clinkers), or to move solid fuel around and over the piece. [[File:Hammer_collection_(49844506846).jpg|thumb|right|640x427px|Figure 5.5-12 - Various hammer types.]] * '''Hammers''' - These come in various sizes and shapes for hand shaping the heated metal (Figure 5.5-12). They include the simple one-handed square-head '''[[w:Sledgehammer|Sledgehammer]]''', '''[[w:Ball-peen_hammer|Ball Peen]]''', and other '''[[w:Ball-peen_hammer#Variants|Wedge]]''' or flat heads. The two basic sets already include some hammers. For blacksmithing a one-handed sledge and two sizes of ball-peen are enough to get started. Others can be added as needed. For heavy-duty work, trip hammers use a foot pedal to raise and then release a heavier hammer, and power hammers use motors and flywheels or hydraulics to produce greater forces. * '''Anvils and Blocks''' - '''[[w:Anvil|Anvils]]''' are heavy steel blocks shaped specifically for blacksmithing. '''[[w:Swage_block|Swage Blocks]]''' have various holes, indentations, and grooves to hammer into. They are often used with complementary hammers. These specialized tools are fairly expensive. Any heavy piece of steel can be used to start with, such a length of scrap railroad track, square or cylindrical blocks, or a section of thick plate. All of these should be mounted at a comfortable height on a stable impact-resistant stand. A vertical log buried partway into soil or a tree stump still in place are traditional methods. [[File:Silversmithing_anvils_and_hammers.jpg|thumb|right|400x600px|Figure 5.5-13 - Hammers and forming stakes.]] * '''Stakes''' are various shapes attached to a rod or bar which fit into a hole in an anvil or metal plate (Figure 5.5-13). For example used steel balls from a '''[[w:Ball_mill|Ball Mill]]''' welded to a bar can be used for compound curves. Straight pins inserted into a plate can be used for bending, typically with a length of pipe for leverage. Since blacksmiths make metal items, they can make some of these themselves. [[File:Fort_Jackson_2012_-_panoramio_(23).jpg|thumb|right|400x600px|Figure 5.5-14 - Blacksmith's leg vise.]] * '''Leg Vise''' - This is a large sturdy vise with a leg that extends to solid ground (Figure 5.5-14). This allows heavy hammering or bending without damaging the workbench or other support it is attached to. Either the workpiece or a shaping tool can be clamped in the vise. * Quenching and Sand Buckets - the former rapidly cools workpieces, which results in a different crystal structure than slow cooling (annealing) in a furnace or sand. '''<u>Foundry</u>''' &emsp;'''[[w:Foundry|Foundry Work]]''' involves melting metal and pouring it into a prepared mold to cool. Depending on the metal it can require higher temperatures than blacksmithing, which only requires heating until soft enough to shape. In addition to the furnace, tools needed include * '''[[w:Crucible|Crucibles]]''' - Containers designed to hold heated or melted materials. Some have handles, but many a simple bowl shapes, sometimes with lids. They require special tongs or lifting tools to insert and remove from the furnace, and pour molten material. * '''Casting Molds''' - There are many types of molds. '''[[w:Sand_casting|Sand Casting]]''' uses a parted box filled with damp sand mixed with a bonding agent. Patterns and additional cores are pressed between the box parts, then removed. This leaves a void the shape of the desired casting, and holes for the metal to pour in and hot gases to escape. '''<u>Ceramics</u>''' &emsp;'''[[w:Ceramic|Ceramics]]''' are shaped at room temperature, then heated in an enclosed furnace to make their shape permanent. Typically they use inorganic materials like clay. It takes time to reach the required high temperatures and gradual heating and cooling is generally needed to avoid breakage. So furnaces are generally either thick-walled or insulated to reduce heat loss. * Kiln - A type of furnace for longer-term heating than metal casting. ::'''Parts, Materials, and Supplies''' &emsp;These include clays for ceramics, metal for shaping and casting, machinable wax for lost-wax casting. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 11 - Machine Shop Work</u></span>=== &emsp; &emsp;Traditional '''[[w:Machine_shop|Machine Shops]]''' practiced "Subtractive Manufacturing", where stock material is turned into a finished part by removing the material. Modern '''[[w:3D_printing|3D Printing]]''' uses the opposite method of "Additive Manufacturing", where material is added to make a finished part. Both depend on accurate tools and machines in order to produce accurate parts. Accurate parts, in turn, are needed in machines where they must fit together, or move and rotate for long periods of time. &emsp;While some machine shop work can be done with hand tools, the majority is usually done with special-purpose machines, which are themselves mostly made using other machine tools. One way to obtain accuracy is using thick and rigid machine tool parts. This makes them heavy. So the workshop needs a suitably strong floor, such as a thicker concrete slab than for residential use. ::'''Shop Furniture''' * '''Heavy Duty Workbench''' - Building and maintaining machines involves heavy metal parts. So one or more suitable workbenches are needed when the machines or their parts don't stand directly on the floor. Some have a metal plate top for durability, but for smaller and more delicate parts a wood top can be used. * '''Storage''' - Like other crafts and project types, machine shop work requires storage for parts, materials, and supplies, and in addition hand tools, cutting bits, and machine tool accessories. Nearly all of this will be metal, which is heavy, so storage should be very sturdy. &emsp;Precision measuring tools need dust-proof storage with soft liners to avoid damage. They often have custom cases for this purpose. Cutting tools should be stored in a way they don't damage each other and other tools, so loose in a drawer or box is not recommended. They can be wrapped in cloth, or use racks, dividers or individual boxes to keep them apart. ::'''Holding Tools''' [[File:ViceBench-insetSoftJaws.jpg|thumb|right|640x444px|Figure 5.5-15 - Machinist's Bench Vise on metal-top workbench with insert shown.]] * '''Bench Vise''' - One or more heavy duty vises are typically mounted to the workbench with the jaws overhanging the edge, so that tall items can be clamped. Various inserts are used to hold different shapes, or are made of softer materials to not damage the item (Figure 5.5-15). Some vises have a small built-in anvil. If any hammering is to be done on the vise, it should be mounted over a bench leg. * '''Machinist's Clamps''' - Machine tools often have slots in their tables in the shape of an inverted "T". Inverted bolts and specialty '''[[w:T-slot_nut|T-slot Nuts]]''' can be inserted, then bars and other clamping devices can be bolted down. Toolmaker's clamps have parallel-jaws and two screws to hold items together. These would be in addition to the vise and other clamps from previous sets. [[File:TruLockMachineVice.jpg|thumb|right|640x378px|Figure 5.5-16 - Machine vice with angle scale bolted to mill bed.]] * '''Machine Vise''' - Bolted to a machine tool to hold a part while being worked on (Figure 5.5-16). These are either plain or have rotation and tilt motions. Often used with other clamps and fixtures for precise positioning. * '''V-Blocks''' - with clamps are used to hold round or irregular shapes when drilling or cutting. * '''Setup Blocks''' - Often 1-2-3" and 2-4-6" sizes for ease of setting up exact inch positions. These can either be plain or drilled and threaded. * '''[[w:Parallels_(engineering)|Parallel Bars Set]]''' - To support work above vise jaws or at offset positions while staying parallel to the machine table. Often used in combination with other setup blocks. * '''Angle Plate''' - Used to hold a part at a measured angle to a machine table. * '''[[w:Magnetic_switchable_device|Magnetic Holders]]''' - have a switchable magnetic field to temporarily hold an item in a fixed position, typically for taking measurements, centering, or machining. They are an alternative to clamps and vises, but care should be taken that they have enough holding force for the task. ::'''Measurement Tools''' * '''Solar Scientific Calculator''' - For general calculations. Since some machinist calculations involve trigonometry and circular areas, it should have these higher functions. It should also have a case or be stored in a clear zip up baggie to protect it. * '''Toolmaker's Squares''' - These include plain right angle squares in different sizes, and combination squares for centering and angle setting. These are more solid and accurately made than the same tools for woodworking. * '''Radius and Feeler Gauges''' - Radius gauges use a bright light to detect if a part matches the curve of the gauge. Feeler gauges are made to accurate thicknesses to measure small gaps. * '''Thread Pitch Gauge''' - Has leaves with tooth profiles to determine the size of threads on an existing part. * '''Taper Gauge Set''' - These have sloped widths or thicknesses with a scale. Sets have several pieces to cover a wider size range. * '''[[w:Wiggler_(tool)|Edge and Center Finders]]''' - Also called "wigglers" after how they work. Used to find the center or edge of a part, after which a precise offset can be set with a machine's handwheel or electronic scales. * '''[[w:Micrometer_(device)|Micrometers]]''' - These use a calibrated screw for accurate measurements. They come in different size ranges and for measuring outside, inside, and depth lengths. Start with a 0-1 inch/25 mm outside micrometer and add others as needed. * '''Telescoping Bore Gages''' - Have a pair of heads that expand to measure inside diameter or width. Used with a micrometer to set or read their width. * '''Thread Wire Measuring Set''' - Uses two wires on one side and one on the other plus a micrometer to accurately measure the size of a threaded part. * '''Toolmaker's Dividers''' - with rigid legs and spring. To transfer measurements and draw arcs on inked parts. * '''Calipers''' - with outside and inside jaws. These use either a dial or digital display for accurate readings. * '''Dial Indicator''' - with magnetic base. Works similar to a caliper but measures from a reference surface to a probe. * '''Surface Plate''' - Highly accurate flat surface, typically granite or cast iron. Used as a reference surface for other measuring tools, setups, and marking of parts before cutting. * '''Machinist's Level''' - A precision spirit (bubble) level for leveling machine tools and other surfaces. * '''Adjustable Parallels Set''' - 0.375-2.25" for measuring and setting exact widths and offsets * '''Gage Block Set''' - Highly accurate blocks which are stacked to produce exact lengths. Typically used to check the accuracy of other measuring devices rather than direct use. * '''Sine Bar''' - This is two accurate cylinders connected to a bar so that angles can be calculated or set by the mathematical sine of a triangle formula. * '''Coordinate Measuring Machine''' * '''Optical Comparator''' ::'''Marking Tools''' * '''Industrial Marker''' - These use heat and oil-resistant ink for marking and layout. * '''Layout Fluid & Brush''' - For more durable layout marks. Either commercial, or denatured alcohol/shellac/fabric dye mix. * '''Scriber, Carbide Tipped''' - For scratching lines onto metal parts. * '''Prick and Center Punches''' - Prick punches are smaller and used for marking exact points on a part. Center punches are heavier and struck like chisels to make a starter hole for drill bits. * '''Transfer Punches''' - These come in sets of different diameters, and are used to transfer the centers of one or more holes from one part to another. ::'''Assembly Tools''' &emsp;Assembly tools like screwdrivers and socket wrenches were included in the basic sets. These are in addition: * Torx/Star Key Wrenches T6-T50 * Engineer's Straight Edges ::'''Cutting & Abrasive Tools * '''[[w:Tap_and_die|Tap and Die Sets]]''' - Includes handles and individual taps and dies. Used for cutting matching inside and outside screw threads. * '''Reamers''' - Hand and Expanding. Uses tap handle for turning. Finishes a hole to an exact size. * '''Center Drills''' - Used in a lathe to drill a center hole in the part for the '''[[w:Tailstock|Tailstock]]''' to fit into. * '''[[w:Hand_scraper|Hand Scrapers]]''' - Used with or to make surface plates and produce precision surfaces. ::'''Stationary Subtractive Machines''' [[File:Sharp_3_Axis_Vertical_Mill_Full_View.jpg|thumb|right|358x599px|Figure 5.5-16 - Vertical milling machine with manual positioning, electronic readout, and Kurt machine vise to hold parts being milled.]] * '''Vertical and Horizontal Milling Machines''' - These are described by the rotating axis of the tool head. Movements can be manual or computer (CNC) controlled. They require accessory tool and workpiece holders, and an assortment milling cutters. Vertical mills are typically smaller and lower power. A compound (2 axis) slide table added to a medium drill press may be enough to get started, but a floor-mounted mill will be more accurate and can handle larger parts. Desktop CNC mills can be used for small items, but are lower power and therefore slower. [[File:Tornio_piccolo.jpg|thumb|right|640x407px|Figure 5.5-17 - Small Bench Lathe.]] * '''Metal Lathe''' - These are heavier and more powerful than wood-cutting lathes, with higher accuracy. They are described by the maximum diameter and length of the parts they can work, such as 7x14 inches. A small bench-top one may be enough to start. Larger ones require custom tables or are floor-mounted. Lathes can be manually or computer (CNC) controlled. Combination machines exist that do both milling and lathe work if space is at a premium * '''Lathe & Mill Accessories''' - Lathes and mills use a variety of cutting tools and need specialized holders for them due to the cutting forces. Industrial machine tools use cutting oils to remove heat and chips. For small projects a brush or oil can and hand application may be enough. For larger ones a steady feed of oil and chip removal is needed. Oil can be filtered and reused, but metal chips are sharp and should be carefully disposed of. CNC type machines need a computer and suitable software to prepare the instructions or directly control the machines. The '''[[w:Center_gauge|Center Gauge]]''' is used to align thread-cutting tools perpendicular to the part. * '''Industrial Drill Press''' - These are larger and heavier than woodworking drill presses, typically floor mounted with gear rather than belt drives. Some come equipped with cross-slide or rotating tables, or these can be added as accessories. Others have swivel and tilt heads for large and heavy parts where it is easier to move the head than the part being drilled. One or more sets of metal-cutting drill bits with different diameters and lengths are needed to start with. * '''Horizontal Metal Bandsaw''' - For cutting larger metal bars or blocks to length. * '''Vertical Heavy-Duty Bandsaw''' - For rough cutting curved metal sections. * '''Surface Grinder''' - Produces flat surfaces by moving a part horizontally under a grinding wheel. * '''[[w:Electrical_discharge_machining|EDM Machine]]''' - Electrical discharge machining uses sparks across an insulating fluid to remove material and shape a part. * Laser Cutter/Engraver ::'''Additive Machines''' * 3D printers - various kinds for making parts and patterns. ==<span style="font-size:x-large; font-family:'Georgia', serif;">7.0 - Outdoor Projects</span>== &emsp; ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 12 - Yard Work</u></span>=== &emsp; &emsp;A '''[[w:Yard_(land)|Yard]]''' commonly means the area of land surrounding a house, typically in suburban areas. In urban areas, residences may have little or no yard area. Properties larger than a few acres (1 hectare) can be called "acreage" if mostly undeveloped, and a large house with lots of outside improvements on multiple acres is called an '''[[w:Estate_(land)|Estate]]'''. This list covers items for self-maintenance of suburban yards, or maintenance of yards for others on a small-business scale. Typical yards have mostly grass, some trees, and decorative plants and ground cover. ::'''Hand Tools''' * '''Brooms and Dustpans''' - For sweeping paved areas and picking up the resulting piles. Includes Wide push, upright sweep, and wide dustpan. * '''Rakes''' - Leaf, Bow, and Thatch * '''Lawn Edger''' - Used to keep grass and roots from encroaching on paved or other types of surfaces. * '''Hedge Trimmer''' - Large scissors used to trim hedge plantings or decorative bushes. '''Pruning Shears''' have shorter blades with more leverage for cutting thicker or harder stems. * '''Wheelbarrow''' - For general moving of bulk or heavier items. * '''[[w:Hatchet|Hatchet]]''' - A combination tool with a sharp blade on one side and a hammer head on the other. An example use is trimming a branch to make a stake then pounding it in. * '''Lopper and Pruning Saw''' - Loppers have long handles with short blades, sometimes with compound action. Can cut saplings and branches up to 2 inches (5 cm) for the largest version by working around the stem until severed. Pruning saws are hand saws with teeth designed to cut living wood, and can cut somewhat larger branches in crowded areas. Large branches should be cut partway from below with two cuts removing a wedge, then finished from above. This prevents a split from damaging the main stem or trunk, and makes a more controlled fall for the branch. * Tree Pruner - Levered cutter and saw blade on a long pole. For reaching higher than the lopper or pruning saw. * Garden Hose - With plain or pistol nozzle. * Water Buckets, Gasoline, and Propane containers for carrying beyond hose range or safely storing fuels. ::'''Portable Power Tools''' * '''Blowers''' - Leaf (gas and electric), small electric for corners. A riding mower with side discharge can both chop up and blow leaves into piles or rows for pickup. * '''Power Edger''' - Does the same tasks as lawn edger but with fuel engine, electric, or battery power for larger areas. * '''Power Hedge Trimmer''' - Typically electric with a reciprocating blade for cutting larger amounts of hedge plants. * '''Pressure Washer''' - Uses high pressure water, sometimes with additives like soap, to clean exterior surfaces. * String Trimmers - For cutting grass or weeds around fixed objects that mowers can't reach and not damaging them. Alternately herbicides, woven or sheet weed barriers, and solid objects can prevent growth in these areas. * Brush cutter - has a cutting blade for weeds to saplings for clearing new yard areas or woods. Some models can change heads with string trimmers. ::'''Mobile Equipment''' * Lawnmower - Gas or electric, push or riding. The type of mower depends on the size of the yard and what obstacles have to be worked around. Larger versions can tow a yard/dump cart. ::'''Materials, Parts, and Supplies''' * '''[[w:Mulch|Mulch]]''' - A layer of material applied to the surface of soil. It can be applied around structures, plantings, and trees to make maintenance easier, conserve moisture, improve fertility, reduce erosion, and for looks. Ground covers can be artificial, like landscape fabric, inorganic like gravel, organic like wood chips, or living plants which are close to the ground. Organic mulches can be self-made on-site from items like fallen leaves and branches which are shredded or composted. * '''Lawn Supplies''' - Depending on the current and desired condition of a yard, this can include topsoil, organic material, and other soil additives to improve the quality, grass seed, fertilizers, pest controls, and herbicides. It can be much easier to work with the natural soil and climate conditions than to force a specific lawn type. For example, a grass/clover mix will self=fertilize since clover can fix nitrogen from the air ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 13 - Gardening</u></span>=== &emsp; &emsp;Gardening is distinguished from general yard work by intentionally planting and growing plants for food or aesthetic reasons. Yard work is more basic exterior maintenance to suppress weeds, maintain access, and reduce vermin. There is overlap between the two, but gardening typically has more specialized tools. * Forks - Spading, Garden, and Pitch * Bulb Planter * Cultivator - Hand & Long Handle * Hand Trowel * Hand Weeder * Hoe - Garden, Action, and Fingered * Serrated Root Cutter - shovel, hand sizes * Tillers - For breaking up and mixing soil. These range from hand tools to gas and electric wheeled machines. * Compost pile - ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 14 - Digging and Landscaping</u></span>=== &emsp; &emsp;This list is for more extensive excavation and contouring land for drainage and looks, and installing permanent additions like steps, walls, and fences. * Shovels & Spades - Assorted sizes. A shovel has a rounded and more angled blade and is used at a lower angle. A spade has a flatter and in-line blade and is used vertically for trenches and other straight-sided digging. * Power Auger * Digging Bars - Assorted sizes * Soil Tamper * Pick Axe - Heavy point and lever head, for heavy & rocky soil. Resembles cutter mattock. * Cutter Mattock - Perpendicular root cutter & medium digging/levering blades for roots. * Post Hole Digger ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 15 - Forestry</u></span>=== &emsp; * Hand Axes - Felling Axe for cutting trees, smaller Camp axe for trimming and notching branches. * Saws - '''[[w:Bucksaw|Bucksaw]]''' for cutting smaller logs to length. The '''[[w:Bow_saw|Bow Saw]]''' typically has a narrower blade and smaller frame for branches and working in tight spaces. The electric or fuel-powered '''[[w:Chainsaw|Chainsaw]]''' is for cutting larger trees down and to size. '''WARNING''' all serious timber cutting is very dangerous due to powerful machines with exposed teeth, and the weight of falling or shifting trees and branches. It should never be done alone or without some training. Methods like anchor ropes/chains can pull down trees from a safe distance. If you are at all unsure, hire professionals with the right equipment and experience. * Bark Tools - Spud, Bark Scraper/Pry Bar, Power Debarker ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 16 - Farming</u></span>=== &emsp; ==<span style="font-size:x-large; font-family:'Georgia', serif;">8.0 - Construction Projects</span>== &emsp; &emsp;Construction generally follows a sequence of steps, some of which may be skipped if not needed. The exact order of tasks depends on the design and access needed, so the lists in this section are not a strict sequence, but rather grouped by trade and skills. The main steps include: * '''Plans and Permits''' - Before physical work, design of the project, including making sure outside access and utilities will be available, what site features currently exist that may need to be changed or worked around, then obtaining needed permission such as building permits. * '''Site Work''' - This includes clearing, surveying, marking out, grading, compacting, and excavation, and providing temporary utilities and sanitation if needed. * '''Substructure and Foundations''' - These are the items that end up at or under ground level when complete, such as drainage, utility lines, and the building foundation. * '''Main Structure and Large Items''' - Walls, floors, roof, external doors and windows; and also items like heating and ventilation systems and bathtubs that are too large to install later. * '''Internal Utilities and Services''' - These are items like electrical and plumbing that will later be hidden by finished walls. * '''Finishing''' - The final surfaces, cabinets, interior doors, fixtures, and appliances that will be visible and used. &emsp;How many of the steps you can do yourself vs hiring contractors depends on your skills, crew size, and how often you expect to do it. Earlier work like excavation generally needs larger and more expensive equipment than later steps like finishing. So when starting out in construction we suggest contracting out the bigger steps. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 17 - General Construction</u></span>=== &emsp; &emsp;Besides basic tools from Lists 1 and 2, some general equipment is used across multiple phases of construction projects. We try to list those here, and more specialized items in the later lists. ::'''Measurement Tools''' * '''[[w:Chalk_line|Chalk Line]]''' - For marking out straight lines by snapping a chalked string against a surface. * Measuring Tapes & Wheels - 10-100m (30-300 foot) Tapes for measurements and layout. * Transits - Builder's and Surveyors, for vertical and property measurement. * Mason's Twine - Light string to mark edges and horizontals with minimal stretch and sag. * Bullhorn * Portable Radios * Rubber Boots * Cold Weather Gear * Folding Chairs * Coolers - Drink, Food * Tables - Plan, Portable * Extension Cords, Multi-Plug Adapters, & Power Strips * Work Lights * Water Pump - Trash type. For removing water after rain or from holes. * Drop Cloths & Tarps - Painter's (Canvas, Plastic), Vinyl Cargo, Polyethylene * Weather Protection - For workers and worksites. Can be manufactured, or rigged from tarps, lumber with nails or screws at one or both ends as poles, anchor ropes, and either heavy objects like concrete blocks or ground stakes/anchors to secure the ropes. * Cleanup - Brooms, dust pans, trash cans & bags (can also use empty boxes) * Extension Poles - for tools and props * Fans - Box, Pedestal, Drum * Inverter and Portable Generator * Warning cones, signs, safety and erosion fencing, security equipment, safety vests * Seam Roller - has multiple uses for roofing, carpet, and wallpaper. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 18 - Carpentry</u></span>=== &emsp; &emsp;Carpentry includes wood framing, roofing, structural metalwork, fireplaces, and drywall. Drywall is typically left until after internal utilities and services are installed. * Hammers - '''[[w:Framing_hammer|Framing Hammers]]''' are larger and heavier than claw hammers, for driving large nails into wood-frame construction. * Nail Guns - Assorted sizes. These drive nails with electric or air power, when large numbers or faster work is desired. * Drywall Square * Drywall Saw * '''[[w:Glass_cutter|Glass Cutter]]''' - for trimming window and other glass to size. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 19 - Masontry & Concrete</u></span>=== &emsp; * Hammers - Brick, Engineer, Sledge * Chisels - Assorted types and sizes Brick, Concrete, Mason, Stone, Tile, Star Point. Hand protectors & Offset Holders as needed * Trowels - Pointing, Brick, Rectangular * Mortar Hoe - with holes to aid mixing * Mixers - Hand, electric blade, wheeled or trailer electric or fueled for larger amounts. Very large amounts typically use mixer truck delivery. * Mud Tray and Hawk - for holding smaller amounts of mortar for troweling * '''SDS Type Hammer Drill''' - ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 20 - Plumbing</u></span>=== &emsp; * Pipe and Tubing Cutters * Pipe Threading Taps & Dies - ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 21 - Electrical</u></span>=== &emsp; * '''Insulated Screwdrivers''' - To prevent electrical shocks. Generally power should be off while doing electrical work, so this is a safety measure in case it accidentally isn't. * '''Electric Circuit, Outlet, and Breaker Testers''' ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 22 - Finishing</u></span>=== &emsp; &emsp;Construction finishes are the final visible parts of a building after the structural, mechanical, and hidden utilities are installed. ::'''Finish Carpentry''' &emsp;This includes interior doors, cabinets, countertops, closet interiors, wood flooring, baseboards, and moldings. ::'''Paint and Wall Coverings''' * Combination and Razor Scrapers * Hand Sander * Can Hook & Key * Paint Brushes & Comb * Roller Tray & Liners, Roller Handles, Roller Brushes, * Paints and stains as needed per job. * Wallpaper Paste and Smoothing Brushes * Trimming Wheel - To trim or cut wallpaper to size, especially once pasted to a surface. ::'''Plumbing and Electrical Fixtures''' &emsp;This includes items like sinks and faucets, wall outlets, ceiling lights, and built-in electronics. It also includes installing built-in and free-standing appliances. ::'''Flooring and Tile''' &emsp;This includes flooring other than wood, such as carpet, sheet, and floor tiles. It also includes other tile work such as kitchens and bathrooms. * Caulk Gun * Putty Knives - Assorted sizes * Drywall Trowels - Narrow & Wide * Pole Sander * Floor Buffer * Floor Scraper </div> {{BookCat}} qz4m2wwdxbf1kzsqhrxp4iao631xflj Wikijunior:Maze and Drawing Book/Plane 110 290365 4089853 2516330 2022-08-09T12:45:35Z CommonsDelinker 49843 Replacing C_172_line_drawing_oblique.svg with [[File:Cessna_172_line_drawing_oblique.svg]] (by [[:c:User:CommonsDelinker|CommonsDelinker]] because: [[:c:COM:FR|File renamed]]: [[:c:COM:FR#FR4|Criterion 4]] (harmonizing names of file set) · To conform to W wikitext text/x-wiki Color this plane with the colors of your choice. [[Image:Cessna 172 line drawing oblique.svg|center|600px]] {{BookCat}} 2a6upi4xt10d74iku23aapo9jjqnzkb History of Western Theatre: 17th Century to Now/Early Canadian 21st 0 300219 4089867 4089774 2022-08-09T14:24:40Z Neojacob 363908 /* “Stretching hide” */ improving prose wikitext text/x-wiki =Serge Boucher= Canadian playwriting of the early 21st century is marked with "Avec Norm" (With Norm, 2004) by Serge Boucher (1963-?) concerning a mental deficient whose maladapted condition deteriorates to the dismay of his social worker. =="With Norm"== [[File:Beer & coconut.jpg|thumb|The refrigerator no longer works, yet Norm continues to leave food inside it]] Time: 2000s. Place: Montreal, Quebec, Canada. "With Norm" text at ? At his apartment, Norman, a 30-year-old mentally handicapped man liable to seizures, receives a visit from Frank, a social worker in charge of following his progress. Norm informs him he has a new friend, whom has calls "Batman" while he plays the role of his sidekick, "Robin". In turn, Frank informs Norm that he is on the short list of obtaining a supervised apartment, at which Norm makes no comment. When Frank asks him whether he has taken his medication and has received rent-money from his sister, Nancy, he is too distracted to answer. Despite his handicaps, Norm is in the habit of helping her out with various chores a neighbor living in his apartment building, Tonie, a 60-year-old woman afflicted with right-sided hemiplegia. Tonie has a nasty temper. She is angry when Norm brings over French fries instead of mashed potatoes, easier for her to digest. Nancy receives the happy news that she is pregnant and insists on informing their parents by telephoning them during day-time hours despite the higher cost than at night. Yet she now has second thoughts about paying for her brother's apartment. She would like him to move to a smaller one. Norm disagrees, preferring, as he tells Frank, to remain in the present one because otherwise he has no place to store various pieces of furniture that belongs to him. With Batman's help, Norm buys a present for his father's birthday: a pin-up calendar of naked women. Frank is dubious about this choice, but Norm merely giggles. To reduce expenses, Batman agrees to move in with him and pay half the rent, but this does not satisfy Nancy. At Christmas-time, Frank and Norm help Tonie out by carrying her groceries, mostly canned foods such as baked beans. Norm points out that beans make people fart and that his father is a good farter. He adds that he, too, enjoys farting. Undeterred by such silly comments, Frank gives Norm a shirt and sweater as a Christmas-gift and gives Tonie a series of assorted body lotions. Frank discovers that Batman is in the habit of asking Norm to take out his penis and masturbate while they watch pornographic films together. Although Frank is concerned about this sort of behavior, Norm merely giggles again. Frank is also concerned about Norm's hygiene. Soon to marry, Nancy promises Norm and Tonie that she will wave to them while driving by on the way to the wedding. When the supervised apartment becomes available, Frank tries to convince Norm that he should accept the offer, especially after discovering he has left stinking meat inside a refrigerator that no longer works, but Norm declines again. If he moves away, his father has sworn he would never visit him again, because he likes to sit on his son's balcony to watch Olympic Stadium at a distance, and so does he, especially at night. Norm is so upset at the thought of leaving his apartment that he falls into convulsions. Later he discovers that his roommate has left. Often short on cash, Norm quarrels with Nancy about her wanting to enter his room to look for some. Frustrated because of her own financial troubles, she punches him. In response, he throws a chair at her. At Tonie's apartment while they listen to music, she proposes to show her breasts while he shows his penis. He agrees, but they are interrupted by a knock on the door: Batman has returned. Despite his friend's arrival, Norm gets into deeper financial trouble when he misunderstands an offer to call for personal advice over a long distance telephone call and is thereby forced to pay a large sum of money. After explaining this matter to Frank, he becomes easily distracted as the social worker renders yet more advice, looking for a newspaper item to change the subject. Despairing that Norm's situation will ever improve, Frank leaves without a word. =Isabelle Hubert= Also of importance in Canadian drama: "Laurier-Station : 1,000 répliques pour dire je t'aime" (Laurier-Station: 1,000 replies to say I love you, 2011) by Isabelle Hubert (1970-?). She also wrote “Chinese matters (recipe for disorder)” (2016). Family relations become strained when Chris and Maude discover that the new boyfriend of his sister, Josée, is Maude’s old boyfriend, Rémi. Matters worsen when Josée discovers that Chris and Maude have no intention of submitting their adopted 10-month-old child from China to baptism. =="Laurier-Station: 1,000 replies to say I love you"== [[File:Hwy 11 Ontario Winter.JPG|thumb|Two sisters are forced to stop at a motel in Laurier-Station during a highway blizzard and discover all sorts of abuses]] Time: 2010s. Place: Laurier-Station, Quebec, Canada. Text at ? With two children to raise, Nathalie and Martin decide not to have any more. As they prepare to go to the clinic for Martin's vasectomy, he changes his mind. Incensed at this about-face, she decides without informing him to visit her aunt along with her younger sister, Anne-Sophie. Because of a major snow-storm, they are forced to stop on their way to Toronto at a motel in Laurier-Station, where they are welcomed by the owner, Carolanne, and her 15-year old daughter, Cassidy, in charge of the care-taking. Carolanne informs her clients that in one of the rooms there is a party attended by a group of hockey players. With great difficulty, Nathalie convinces Anne-Sophie to go with her. Alone in her room and against her sister's wishes, Anne-Sophie calls up Martin to inform him of where they are. The two sisters soon return to their room, because Anne-Sophie is sick. Nathalie is surprised on learning from Carolanne that Cassidy is pregnant. Cassidy tells them that the hockey players want the women back to play "Spin the bottle". After mother and daughter leave the room, Anne-Sophie shows her sister their mother's letters throughout the years, mostly recriminations based on half-truths against diverse companies. Nathalie is upset on learning that only Anne-Sophie, her favorite, received a letter from her before she died. She is even more upset on learning from Martin on the telephone that her sister told him where they are. She joins the party but returns with a panic-stricken Cassidy whose face is covered with blood, struck several times by her mother after being told she got an abortion. A contrite and sorrowful Carolanne pleads with Cassidy to come home. Cassidy accepts. After borrowing a vehicle from a friend, Martin arrives to take his wife and her sister back home. Nathalie's pain is considerably lessened on discovering that her mother left her a box filled with objects of sentimental value. As Carolanne prepares to head for home, Cassidy secretly calls up her father to take her away. =Dale Lakevold and Darrell Racine= A facet in the experience of the Métis people and a mixture of French and Indian Canadian are covered in “Stretching hide” (2007) by Dale Lakevold (1957-?) and Darrell Racine (?-?). ==“Stretching hide”== [[File:Geweihe.jpg|thumb|Illegally collecting deer antlers prove to be Alfred's undoing at the hands of game wardens]] Time: 2000s. Place: Near Saskatoon, Saskatchewan, Canada. Text at ? Alfred Ducharme, a successful businessman, illegally shoots a deer on the property of his son, Frank, an event witnessed by his other son, Marten, a mentally defective 28-year-old unaware of who his father is, the progeny of Alfred’s previous infatuation with a 13-year-old non-Métis girl named Sandy. Alfred shot the deer only to collect the antlers, leaving the meat behind. Another man is liable to pick up meat for his own use and his family’s: Eugene Poitras, whose wife, Marie, provides Marten with chicken feed, a man who makes a living raising chickens to sell their meat, only his chicken coop has been invaded by a large mink. Marten expects to buy a gun from Eugene once he obtains money by setting a trap for the mink and selling the fur. In view of a past event when her son almost shot Alfred, Sandy discourages him from obtaining one, but he wants to hunt, a project Frank has promised to help him with. After obtaining his law degree, Frank intends on attending to legal matters concerning Métis people and live with his non-Métis girlfriend, Clara. He is particularly intent on preparing papers so that his father can obtain an award for his service to the Métis community. Eugene offers him deer meat which he accepts to buy at the moment when Marie informs the two men that game wardens have discovered deer horns on Frank’s land and intend to find out who killed it, all of them unaware that Alfred left them. Frank worries about being arrested for poaching and thereby lose his lawyer’s license, and so does Eugene, who calls up his children to burn the deer meat he himself poached or hide it in the back bedroom. Deviating attention from himself and his son, Alfred calls up a game warden to report that Natural Resources should check up on Eugene, who is called in for questioning. Before going over to the game wardens, Eugene considers hiring Frank as his lawyer, but instead the two quarrel about who killed the deer. Eugene remarks that Frank owns a .30 caliber rifle concordant with the one that killed the deer. While trying to capture the mink, Marten accidently catches his thumb inside the trap and yells in pain until Clara presses the button to release it and then covers the bloody wound by ripping apart his only piece of underwear. When Alfred reveals his phone call to Natural Resources to Sandy and Marie, he recommends that both be wary about opposing his version of the antler discovery. “Don’t you forget who owns most of the land around here,” he says. “And if you own the land- goddammit!- you own the people. Nobody works up here unless I say so.” He offers Marten a new axe and, after the lad enthusiastically goes out to his truck, warns Sandy that her son can be taken away to an institution unless she cooperates. An angry Sandy tells Marie that she intends to disrupt Frank’s relation with Clara in view of the fact that Alfred’s son will eventually take over the community. There is already trouble between the two lovers, because while Frank wants to build a house on his land, Clara wants to buy a house in town and persuade him to return the land to his father. In turn, Alfred tries to persuade his son to abandon his law practice and instead continue his work as a businessman. “I’m leaving everything for you,” Alfred declares concerning his will and testament. After clearing himself of the wardens’ suspicions, Eugene rejoices to find Marten with the dead mink, enabbing the lad to buy his own gun. He also promises to improve Marten’s shack by installing an electrical system along with insulation to keep it warmer. Seeing Clara pack up to head for town, Frank reveals his intention to return the land to his father, give up his law practice, and move far away. As Clara prepares to leave, Sandy and Marie walk in. Sandy is glad to see her go, but Marie insists that Sandy disclose the condition of Frank’s birth: Frank and Marten being half-brothers and states that Frank needs someone like Clara to distance himself from his father and yet remain on the premises. Alfred walks in with Frank’s gun, having caught Marten in illegal possession of it and threatening to denounce Marten to the police. Marten replies that he was heading towards the game wardens and confesses that he shot the deer to protect Frank, but when Marie asks him where he obtained the shells and where the horns are, he is dumb with confusion. Frank tells him he only obtained the gun from his father after the deer was shot, so that Marten now admits that his intention was to protect Alfred, whom he knows to be his father from the remark of an acquaintance of his. Frank is stunned at this piece of news and Alfred in trouble, knowing that Eugene directed the wardens’ attention towards him. Since Eugene promises to help Marten out, Sandy renounces her intention of keeping him, so that all Marten needs to do now is to stretch the mink's hide. =Claude Meunier= [[File:Claude_Meunier_(2010).jpg|thumb|Meunier showed neighboring friends who are neither neighborly nor friendly]] First produced in 1980 in the manner of the Boulevard comedy of France, “Les voisins“ (The neighbors, 2001) was slightly modernized by Claude Meunier (1951- ?) and Louis Saia (1950- ?). ==“The neighbors”== Time: 2000s. Place: Suburban Quebec, Canada Text at ? While Bernard clips the hedges on his lawn, his neighbor, George, shows up, though with no particular reason. Bernard finds a frisbee in a part of his hedge and threatens to hang whoever left it there when another neighbor, Fern, recently moved in the neighborhood, shows up shortly after, admitting that the frisbee is his. Bernard mentions his recent trip to France and invites George and his wife, Laurette, over to his house to see the slides. Fern invites himself over, though this proposition is received coldly by Bernard and his wife, Jeanine, because Fern’s wife, Luce, falsely intimated that she never wears summer shorts because of her varicose veins. Irritated to see their daughter, Suzy, drinking milk directly from the carton, Jeanine pulls at her wrist and spills the contents. Jeanine is irritated at the teenager’s impolite way of speaking. Over at his house, a cheerful George finds a tearful Laurette, fed up with preparing meals and washing dishes. “You have money, a good husband,” George reminds her, “you are two minutes away from the supermarket: what else do you want?” She is bored and though 38 years old, feels as if she were 65. Their talk is interrupted by the voice of their son. Junior, over the intercom, who has successfully connected the system. George tells Junior that his wife wants him to talk to her more often. “Poor you! What can you talk to her about?” Junior wonders. Although trying to hide her face behind a huge bottle of ketchup, Jeanine is forced to acknowledge Luce at the supermarket. Luce hopes that Jeanine was not irritated by her talk of varicose veins the other day. Jeanine pretends to have no memory of it, but is irritated all over again when Luce mentions that her thighs may have been softened by these. Laurette when she shares a moment with her husband as their hair is dried at the hairdresser. At Bernard’s house, Suzy catches her father drinking milk directly from the carton, who pretends that the carton is nearly empty, while, at George’s house, Junior informs his father that he would like to move over to the washing room next to the garage. George accepts his suggestion and, as a dental technician, is happy to learn that his son intends to study dentistry next year at college. Junior also mentions that he has his eye on a girl and asks him what can he talk to a girl about. George is nonplussed at the question. “I don’t know if I feel like it,” Laurette tells her husband concerning whether they should spend the evening at Bernard’s house, feeling especially uncomfortable about the possible presence of Fern and Luce. George calls up Bernard to find out whether the other couple will be present, but he does not know. She only accepts after Jeanine says at Bernard’s suggestion that they will be absent. That evening, while Bernard shows George his new wall thermostat, Jeanine shows Laurette her new kitchen walls. To Bernard’s disappointment, George has the same one. Suzy shows up and is disappointed at having received no telephone call. Jeanine is still irritated at the teenager’s impolite language. The doorbell rings. Thinking that it is Fern and Luce showing up after all, Laurette gets up to leave immediately, but it is only Junior bringing back the car keys after borrowing the car. Since Suzy wants to go over to see a friend, George hands the keys back to his son to drive her over. The slide-show starts with views of their passports, the plane, a large closed-up of Bernard’s face, and the Seine. Bernard points out the Seine’s dirty appearance. “It’s pretty much old water,” Bernard points out. “It dates from the Middle Ages.” The slide-show continues with a view of an ordinary European man, the Eiffel tower (third wonder of the world, according to Bernard), the bidet in their hotel room, a croissant, a large close-up of Jeanine’s smiling face, and the Triumphal Arch, whose underside was built by the unknown soldier according to Bernard, ending with the view of a cow much resembling a Canadian one, Laurette thinks. She panics on hearing Fern and Luce show up after all, but finally settles down. Despite Fern’s heart problems at 36 years of age, he asks for a double gin. “Anyway, don’t complain if you find yourself dead one fine morning,” Luce advises. While they talk, Fern yawns in boredom so that Jeanine proposes a game of charades. It is Fern’s turn to mimic a word as he starts to feel chest pains. The others try to guess the word until he hunches over and falls in even greater pain. “What’s the number of 911 again?” a panicky Bernard asks everyone. To save time for the ambulance workers, Bernard and George carry Fern outside. When they leave, George eats a large load of sandwiches. The teenagers return with bad news for Bernard: a tipsy Junior destroyed a side of his hedge, news that upsets him worse than witnessing the heart attack ever did. {{BookCat}} szxjqisuyzew4fkqvti11hzfxki3zqd User talk:Abu nek 3 360152 4089854 4055608 2022-08-09T12:51:49Z MediaWiki message delivery 1188004 /* Pemberitahuan penerjemahan: Wikimedia Foundation elections/2022/Announcement/Board voter email */ new section wikitext text/x-wiki == Translation notification: Requests for comment/Confirmation of stewards == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia on Meta. The page [[Requests for comment/Confirmation of stewards]] is available for translation. You can translate it here: * [http://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Requests+for+comment%2FConfirmation+of+stewards&language=id&action=page translate to Bahasa Indonesia] The priority of this page is low. <div lang="en" class="mw-content-ltr"></div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can change your notification preferences [http://meta.wikimedia.org/wiki/Special:TranslatorSignup here]. Thank you! Meta translation coordinators&lrm;, 17:08, 10 April 2015 (UTC)</div> == Translation notification: Single User Login finalisation announcement == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Single User Login finalisation announcement]] is available for translation. You can translate it here: * [http://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Single+User+Login+finalisation+announcement&language=id&action=page translate to Bahasa Indonesia] * [http://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Single+User+Login+finalisation+announcement&language=ace&action=page translate to Aceh] The priority of this page is high. The deadline for translating this page is 2015-04-16. <div lang="en" class="mw-content-ltr">Please check new and updated paragraphs, in particular make sure that the correct daye for the finalisation (15th April 2015 and following days) is mentioned, as in English source.</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can change your notification preferences [http://meta.wikimedia.org/wiki/Special:TranslatorSignup here]. Thank you! Meta translation coordinators&lrm;, 19:26, 15 April 2015 (UTC)</div> == Translation notification: Wikimedia Foundation elections/Board elections/2015 == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Wikimedia Foundation elections/Board elections/2015]] is available for translation. You can translate it here: * [http://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Foundation+elections%2FBoard+elections%2F2015&language=id&action=page translate to Bahasa Indonesia] * [http://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Foundation+elections%2FBoard+elections%2F2015&language=ace&action=page translate to Aceh] The priority of this page is high. The deadline for translating this page is 2015-04-20. <div lang="en" class="mw-content-ltr">As we draw very close to launching the call for candidates for the 2015 Wikimedia Foundation Elections I'd like to ask you to take some time to translate the main pages for each election as well as the first Banner. The linked page is for the Board election specific page but you an find all of them on [https://meta.wikimedia.org/w/index.php?title=Special:Translate&amp;language=en&amp;group=agg-2015_Wikimedia_Elections&amp;filter=%21translated&amp;action=translate this translation group] and you can find the banner [https://meta.wikimedia.org/w/index.php?title=Special:Translate&amp;group=Centralnotice-tgroup-Election2015_Submission&amp;filter= at this link]. Please let us know on the [[Talk:Wikimedia_Foundation_elections_2015/Translation|Translation talk page]] if you have any issues.</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can change your notification preferences [http://meta.wikimedia.org/wiki/Special:TranslatorSignup here]. Thank you! Meta translation coordinators&lrm;, 11:21, 17 April 2015 (UTC)</div> == Translation notification: Wikimedia Foundation elections/Board elections/2015 == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Wikimedia Foundation elections/Board elections/2015]] is available for translation. You can translate it here: * [http://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Foundation+elections%2FBoard+elections%2F2015&language=id&action=page translate to Bahasa Indonesia] * [http://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Foundation+elections%2FBoard+elections%2F2015&language=ace&action=page translate to Aceh] The priority of this page is high. The deadline for translating this page is 2015-04-20. <div lang="en" class="mw-content-ltr">As we draw very close to launching the call for candidates for the 2015 Wikimedia Foundation Elections I'd like to ask you to take some time to translate the main pages for each election as well as the first Banner. The linked page is for the Board election specific page but you an find all of them on [https://meta.wikimedia.org/w/index.php?title=Special:Translate&amp;language=en&amp;group=agg-2015_Wikimedia_Elections&amp;filter=%21translated&amp;action=translate this translation group] and you can find the banner [https://meta.wikimedia.org/w/index.php?title=Special:Translate&amp;group=Centralnotice-tgroup-Election2015_Submission&amp;filter= at this link]. Please let us know on the [[Talk:Wikimedia_Foundation_elections_2015/Translation|Translation talk page]] if you have any issues.</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can change your notification preferences [http://meta.wikimedia.org/wiki/Special:TranslatorSignup here]. Thank you! Meta translation coordinators&lrm;, 11:52, 17 April 2015 (UTC)</div> == Translation notification: Wikimedia Highlights, March 2015 == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Wikimedia Highlights, March 2015]] is available for translation. You can translate it here: * [http://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Highlights%2C+March+2015&language=id&action=page translate to Bahasa Indonesia] * [http://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Highlights%2C+March+2015&language=ace&action=page translate to Aceh] <div lang="en" class="mw-content-ltr">Please consider helping non-English-language Wikimedia communities to stay updated about the Wikimedia blog's most notable posts from March, covering Wikimedia Foundation activities and other important events from across the Wikimedia movement. Completed translations will be announced on social media, project village pumps and (for some languages) mailing lists.</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [http://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 03:03, 4 May 2015 (UTC)</div> == Translation notification: Wikimedia Highlights, April 2015 == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Wikimedia Highlights, April 2015]] is available for translation. You can translate it here: * [http://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Highlights%2C+April+2015&language=id&action=page translate to Bahasa Indonesia] * [http://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Highlights%2C+April+2015&language=ace&action=page translate to Aceh] <div lang="en" class="mw-content-ltr">Please consider helping non-English-language Wikimedia communities to stay updated about the Wikimedia blog's most notable posts from April 2015, covering Wikimedia Foundation activities and other important events from across the Wikimedia movement. Completed translations will be announced on social media, project village pumps and (for some languages) mailing lists.</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [http://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 21:58, 13 May 2015 (UTC)</div> == Translation notification: Wikimedia Highlights, May 2015 == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Wikimedia Highlights, May 2015]] is available for translation. You can translate it here: * [http://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Highlights%2C+May+2015&language=id&action=page translate to Bahasa Indonesia] * [http://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Highlights%2C+May+2015&language=ace&action=page translate to Aceh] <div lang="en" class="mw-content-ltr">Please consider helping non-English-language Wikimedia communities to stay updated about the Wikimedia blog's most notable posts from May, covering Wikimedia Foundation activities and other important events from across the Wikimedia movement. Completed translations will be announced on social media, project village pumps and (for some languages) mailing lists.</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [http://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 19:12, 11 June 2015 (UTC)</div> == Translation notification: Wikimedia Highlights, October 2015 == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Wikimedia Highlights, October 2015]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Highlights%2C+October+2015&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Highlights%2C+October+2015&language=ace&action=page translate to Aceh] <div lang="en" class="mw-content-ltr">Please consider helping non-English-language Wikimedia communities to stay updated about the Wikimedia blog's most notable posts from October, covering Wikimedia Foundation activities and other important events from across the Wikimedia movement. Completed translations will be announced on social media, project village pumps and (for some languages) mailing lists.</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 00:32, 13 November 2015 (UTC)</div> == Translation notification: Wikipedia 15/Knowledge is joy == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Wikipedia 15/Knowledge is joy]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikipedia+15%2FKnowledge+is+joy&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikipedia+15%2FKnowledge+is+joy&language=ace&action=page translate to Aceh] <div lang="en" class="mw-content-ltr">For [[Wikipedia 15]], we'd like these three words translated into as many languages as possible!! Thank you all!!</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 00:35, 20 November 2015 (UTC)</div> == Translation notification: Grants:APG/FDC portal/FDC recommendations/2015-2016 round1 == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Grants:APG/FDC portal/FDC recommendations/2015-2016 round1]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Grants%3AAPG%2FFDC+portal%2FFDC+recommendations%2F2015-2016+round1&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Grants%3AAPG%2FFDC+portal%2FFDC+recommendations%2F2015-2016+round1&language=ace&action=page translate to Aceh] The priority of this page is medium. <div lang="en" class="mw-content-ltr"></div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 01:16, 24 November 2015 (UTC)</div> == Translation notification: Wikimedia Highlights, November 2015 == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Wikimedia Highlights, November 2015]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Highlights%2C+November+2015&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Highlights%2C+November+2015&language=ace&action=page translate to Aceh] <div lang="en" class="mw-content-ltr">Please consider helping non-English-language Wikimedia communities to stay updated about the Wikimedia blog's most notable posts from November, covering Wikimedia Foundation activities and other important events from across the Wikimedia movement. Completed translations will be announced on social media, project village pumps and (for some languages) mailing lists. </div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 20:22, 11 December 2015 (UTC)</div> == Translation notification: Requests for comment/Password policy for users with certain advanced permissions/massmessage == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Requests for comment/Password policy for users with certain advanced permissions/massmessage]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Requests+for+comment%2FPassword+policy+for+users+with+certain+advanced+permissions%2Fmassmessage&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Requests+for+comment%2FPassword+policy+for+users+with+certain+advanced+permissions%2Fmassmessage&language=ace&action=page translate to Aceh] <div lang="en" class="mw-content-ltr"></div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 11:43, 13 December 2015 (UTC)</div> == Translation notification: 2015 Community Wishlist Survey == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[2015 Community Wishlist Survey]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-2015+Community+Wishlist+Survey&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-2015+Community+Wishlist+Survey&language=ace&action=page translate to Aceh] The priority of this page is high. <div lang="en" class="mw-content-ltr"></div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 13:05, 21 December 2015 (UTC)</div> == Translation notification: Wikimedia Blog/Drafts/Android app is a Google Play Best App of 2015 == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Wikimedia Blog/Drafts/Android app is a Google Play Best App of 2015]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Blog%2FDrafts%2FAndroid+app+is+a+Google+Play+Best+App+of+2015&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Blog%2FDrafts%2FAndroid+app+is+a+Google+Play+Best+App+of+2015&language=ace&action=page translate to Aceh] <div lang="en" class="mw-content-ltr">Google has named the Wikipedia Android app a "Best App of 2015," featuring the app in the Google Play Stores of Russia, India, Mexico, Japan, and Indonesia. We have published a blog post about this accomplishment and would appreciate help with translations. Thank you in advance for any help you can provide! Either way, let's celebrate. :-)</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 21:41, 21 December 2015 (UTC)</div> == Translation notification: Template:StrategyButton2016/editintro/Communities == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Template:StrategyButton2016/editintro/Communities]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Template%3AStrategyButton2016%2Feditintro%2FCommunities&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Template%3AStrategyButton2016%2Feditintro%2FCommunities&language=ace&action=page translate to Aceh] The priority of this page is high. The deadline for translating this page is 2016-01-18. <div lang="en" class="mw-content-ltr">- This is the part of a series of community consultation pages. The WMF Community Advocacy team has put together a list at https://meta.wikimedia.org/wiki/2016_Strategy/Translations. We're hoping to launch the consultation on January 18th. Realizing getting all translations in place before the launch of the consultation may not be possible (and that people will likely help with translations after the launch), I'd be really grateful for any assistance especially that you can give in translating the templates at that Meta page link, like this one. It'll probably be harder for casual translators to help out with those! - Text should be stable at this point. I've just made what I hope will be the last modification to those pages! - Thank you for all you do, and I hope you will not only assist in translation (if you are able) but also take part in the consultation. Your input will be very welcome. - Questions or concerns? Please let me know at mdennis@wikimedia.org. Thanks! Maggie </div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 02:06, 12 January 2016 (UTC)</div> == Translation notification: Wikimedia Highlights, December 2015 == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Wikimedia Highlights, December 2015]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Highlights%2C+December+2015&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Highlights%2C+December+2015&language=ace&action=page translate to Aceh] <div lang="en" class="mw-content-ltr">Please consider helping non-English-language Wikimedia communities to stay updated about the Wikimedia blog's most notable posts from December, covering Wikimedia Foundation activities and other important events from across the Wikimedia movement. Completed translations will be announced on social media, project village pumps and (for some languages) mailing lists.</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 22:52, 25 January 2016 (UTC)</div> == Translation notification: Admin activity review/Notice to communities == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Admin activity review/Notice to communities]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Admin+activity+review%2FNotice+to+communities&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Admin+activity+review%2FNotice+to+communities&language=ace&action=page translate to Aceh] The priority of this page is high. <div lang="en" class="mw-content-ltr">* The 2015 [[admin activity review]] process is starting. We need your cooperation to translate missing message, but also to proofread and correct already existing messages. Understanding of messages that we're going to be sent in the next weeks are very important. Thank you very much for your help.</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 15:58, 8 February 2016 (UTC)</div> == Translation notification: Admin activity review/Notice to inactive right holders == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Admin activity review/Notice to inactive right holders]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Admin+activity+review%2FNotice+to+inactive+right+holders&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Admin+activity+review%2FNotice+to+inactive+right+holders&language=ace&action=page translate to Aceh] The priority of this page is high. <div lang="en" class="mw-content-ltr">The 2015 [[admin activity review]] process is starting. We need your cooperation to translate missing message, but also to proofread and correct already existing messages. Understanding of messages that are going to be sent in the next weeks are very important. Thank you very much for your help.</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 16:01, 8 February 2016 (UTC)</div> == Translation notification: Wikimedia Highlights, January 2016 == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Wikimedia Highlights, January 2016]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Highlights%2C+January+2016&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Highlights%2C+January+2016&language=ace&action=page translate to Aceh] <div lang="en" class="mw-content-ltr">Please consider helping non-English-language Wikimedia communities to stay updated about the Wikimedia blog's most notable posts from January, covering Wikimedia Foundation activities and other important events from across the Wikimedia movement. Completed translations will be announced on social media, project village pumps and (for some languages) mailing lists.</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 19:47, 22 February 2016 (UTC)</div> == Translation notification: User:CKoerner (WMF)/Work/Completion Suggester inital rollout == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[User:CKoerner (WMF)/Work/Completion Suggester inital rollout]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-User%3ACKoerner+%28WMF%29%2FWork%2FCompletion+Suggester+inital+rollout&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-User%3ACKoerner+%28WMF%29%2FWork%2FCompletion+Suggester+inital+rollout&language=ace&action=page translate to Aceh] The priority of this page is low. The deadline for translating this page is 2016-03-07. <div lang="en" class="mw-content-ltr">If you have time this weekend, please help translate this page to inform communities about improvement to search.</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 19:55, 4 March 2016 (UTC)</div> == Translation notification: Wikipedia == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Wikipedia]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikipedia&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikipedia&language=ace&action=page translate to Aceh] <div lang="en" class="mw-content-ltr"></div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 02:14, 12 March 2016 (UTC)</div> == Translation notification: Wikimedia Highlights, February 2016 == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Wikimedia Highlights, February 2016]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Highlights%2C+February+2016&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Highlights%2C+February+2016&language=ace&action=page translate to Aceh] <div lang="en" class="mw-content-ltr">Please consider helping non-English-language Wikimedia communities to stay updated about the Wikimedia blog's most notable posts from February, covering Wikimedia Foundation activities and other important events from across the Wikimedia movement. Completed translations will be announced on social media, project village pumps and (for some languages) mailing lists.</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 19:21, 18 March 2016 (UTC)</div> == Translation notification: Tech/Server switch 2016 == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Tech/Server switch 2016]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Tech%2FServer+switch+2016&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Tech%2FServer+switch+2016&language=ace&action=page translate to Aceh] The priority of this page is high. The deadline for translating this page is 2016-04-07. <div lang="en" class="mw-content-ltr">Please help translate this message about planned maintenance for the servers. Editors and other contributors will not be able to save their changes or upload images for about 30 minutes on both Tuesday, 19 April and Thursday, 21 April. This will affect ALL the WMF wikis, not just Wikipedia. I will send this message to hundreds of wikis before this event, and I hope that your languages will be included.</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 18:34, 23 March 2016 (UTC)</div> == Translation notification: Interface editors == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Interface editors]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Interface+editors&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Interface+editors&language=ace&action=page translate to Aceh] <div lang="en" class="mw-content-ltr"></div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 12:47, 29 March 2016 (UTC)</div> == Translation notification: Wikimedia Highlights, March 2016 == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Wikimedia Highlights, March 2016]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Highlights%2C+March+2016&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Highlights%2C+March+2016&language=ace&action=page translate to Aceh] <div lang="en" class="mw-content-ltr">Please consider helping non-English-language Wikimedia communities to stay updated about the Wikimedia blog's most notable posts from March, covering Wikimedia Foundation activities and other important events from across the Wikimedia movement. Completed translations will be announced on social media, project village pumps and (for some languages) mailing lists.</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 19:21, 13 April 2016 (UTC)</div> == Translation notification: Wikimedia Highlights, April 2016 == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Wikimedia Highlights, April 2016]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Highlights%2C+April+2016&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Highlights%2C+April+2016&language=ace&action=page translate to Aceh] <div lang="en" class="mw-content-ltr">Please consider helping non-English-language Wikimedia communities to stay updated about the Wikimedia blog's most notable posts from April, covering Wikimedia Foundation activities and other important events from across the Wikimedia movement. Completed translations will be announced on social media, project village pumps and (for some languages) mailing lists.</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 20:45, 17 May 2016 (UTC)</div> == Translation notification: Template:Usurpation requested == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Template:Usurpation requested|Template:Usurpation requested]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Template%3AUsurpation+requested&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Template%3AUsurpation+requested&language=ace&action=page translate to Aceh] The priority of this page is medium. <div lang="en" class="mw-content-ltr"></div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 22:27, 5 September 2016 (UTC)</div> == Translation notification: Template:Usurpation requested == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Template:Usurpation requested|Template:Usurpation requested]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Template%3AUsurpation+requested&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Template%3AUsurpation+requested&language=ace&action=page translate to Aceh] The priority of this page is medium. <div lang="en" class="mw-content-ltr"></div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 22:29, 5 September 2016 (UTC)</div> == Translation notification: Strategy/Wikimedia movement/2017/Toolkit/Discussion Coordinator Role == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Strategy/Wikimedia movement/2017/Toolkit/Discussion Coordinator Role|Strategy/Wikimedia movement/2017/Toolkit/Discussion Coordinator Role]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Strategy%2FWikimedia+movement%2F2017%2FToolkit%2FDiscussion+Coordinator+Role&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Strategy%2FWikimedia+movement%2F2017%2FToolkit%2FDiscussion+Coordinator+Role&language=ace&action=page translate to Aceh] The priority of this page is medium. <div lang="en" class="mw-content-ltr"></div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 23:33, 9 March 2017 (UTC)</div> == Translation notification: Strategy/Wikimedia movement/2017/Process/Briefing == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Strategy/Wikimedia movement/2017/Process/Briefing|Strategy/Wikimedia movement/2017/Process/Briefing]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Strategy%2FWikimedia+movement%2F2017%2FProcess%2FBriefing&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Strategy%2FWikimedia+movement%2F2017%2FProcess%2FBriefing&language=ace&action=page translate to Aceh] The priority of this page is medium. <div lang="en" class="mw-content-ltr"></div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 22:19, 10 March 2017 (UTC)</div> == Translation notification: Meta:Babylon/Translators newsletter == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Meta:Babylon/Translators newsletter|Meta:Babylon/Translators newsletter]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Meta%3ABabylon%2FTranslators+newsletter&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Meta%3ABabylon%2FTranslators+newsletter&language=ace&action=page translate to Aceh] <div lang="en" class="mw-content-ltr">This page explains a new service: to keep translators posted about messages that need a particular effort, we have created a new newsletter. that newsletter is distributed on wiki as a notification and does not requires an email to subscribe. This message is both to kindly suggest you to translate the page explaining that new process, and also to invote you to subscribe to that newsletter. :)</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 18:15, 21 November 2017 (UTC)</div> == Translation notification: VisualEditor/Newsletter/2020/July == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:VisualEditor/Newsletter/2020/July|VisualEditor/Newsletter/2020/July]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-VisualEditor%2FNewsletter%2F2020%2FJuly&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-VisualEditor%2FNewsletter%2F2020%2FJuly&language=ace&action=page translate to Aceh] The deadline for translating this page is the end of this week. <div lang="en" class="mw-content-ltr"></div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 20:26, 6 July 2020 (UTC) <!-- Message sent by User:Whatamidoing (WMF)@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: Trust and Safety/Case Review Committee/Charter == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Trust and Safety/Case Review Committee/Charter|Trust and Safety/Case Review Committee/Charter]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Trust+and+Safety%2FCase+Review+Committee%2FCharter&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Trust+and+Safety%2FCase+Review+Committee%2FCharter&language=ace&action=page translate to Aceh] The priority of this page is medium. <div lang="en" class="mw-content-ltr"></div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 08:33, 8 July 2020 (UTC) <!-- Message sent by User:Samuele2002@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: Tech/News/2020/32 == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Tech/News/2020/32|Tech/News/2020/32]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Tech%2FNews%2F2020%2F32&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Tech%2FNews%2F2020%2F32&language=ace&action=page translate to Aceh] <div lang="en" class="mw-content-ltr"></div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 05:27, 31 July 2020 (UTC) <!-- Message sent by User:Path slopu@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: Tech/Server switch 2020 == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Tech/Server switch 2020|Tech/Server switch 2020]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Tech%2FServer+switch+2020&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Tech%2FServer+switch+2020&language=ace&action=page translate to Aceh] The priority of this page is medium. <div lang="en" class="mw-content-ltr"></div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 13:03, 15 August 2020 (UTC) <!-- Message sent by User:Path slopu@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: Wikimedia CH == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Wikimedia CH|Wikimedia CH]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+CH&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+CH&language=ace&action=page translate to Aceh] The priority of this page is medium. <div lang="en" class="mw-content-ltr"></div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 07:43, 17 December 2020 (UTC) <!-- Message sent by User:Eihel@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: Wikimedia Community User Group Malaysia == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia on Meta. The page [[:metawikipedia:Wikimedia Community User Group Malaysia|Wikimedia Community User Group Malaysia]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Community+User+Group+Malaysia&language=id&action=page translate to Bahasa Indonesia] The priority of this page is low. <div lang="en" class="mw-content-ltr"></div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 06:26, 19 December 2020 (UTC) <!-- Message sent by User:Eihel@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: Wikimedia Community User Group Malaysia/Nav == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia on Meta. The page [[:metawikipedia:Wikimedia Community User Group Malaysia/Nav|Wikimedia Community User Group Malaysia/Nav]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Community+User+Group+Malaysia%2FNav&language=id&action=page translate to Bahasa Indonesia] The priority of this page is medium. <div lang="en" class="mw-content-ltr"></div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 06:30, 19 December 2020 (UTC) <!-- Message sent by User:Eihel@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: Project wiki representatives == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Project wiki representatives|Project wiki representatives]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Project+wiki+representatives&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Project+wiki+representatives&language=ace&action=page translate to Aceh] The deadline for translating this page is 2021-02-14. <div lang="en" class="mw-content-ltr">The five year old strategy process has resulted in recommendations. After Global Conversations the number one priority is to establish an Interim Global Council, who will draft a Movement Charter, which will lead to the formation of a Global Council. Please help in translating the concise page "Project wiki representatives" which asks contributor to select for each project wiki a representative, who will help in implementing the first strategic priority.</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 12:10, 6 February 2021 (UTC) <!-- Message sent by User:Ad Huikeshoven@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: VisualEditor/Newsletter/2021/June == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:VisualEditor/Newsletter/2021/June|VisualEditor/Newsletter/2021/June]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-VisualEditor%2FNewsletter%2F2021%2FJune&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-VisualEditor%2FNewsletter%2F2021%2FJune&language=ace&action=page translate to Aceh] The priority of this page is medium. The deadline for translating this page is 2021-06-20. <div lang="en" class="mw-content-ltr">This short newsletter is good news about posting comments on wiki. You can try out the "Discussion tools" in the Beta Features here at Meta-Wiki, too: [[Special:Preferences#mw-prefsection-betafeatures]]. Thank you! </div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 00:16, 16 June 2021 (UTC) <!-- Message sent by User:Whatamidoing (WMF)@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: Template:InternetArchiveBot header == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Template:InternetArchiveBot header|Template:InternetArchiveBot header]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Template%3AInternetArchiveBot+header&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Template%3AInternetArchiveBot+header&language=ace&action=page translate to Aceh] <div lang="en" class="mw-content-ltr">The InternetArchiveBot team has come up with a new header for its documentation and user pages designed to make important links as easy to find as possible. We use this header on the bot's global user page, and we have it set up to show the labels in your interface language, meaning that the labels will appear in Russian on Russian Wikipedia (unless you override the interface language). In order for this feature to work, we need translations of those labels. There are only six labels: * About the Bot * Report Problem * Contact Us * Documentation * Configure * Disable Bot If you know how to say those things in another language, you can help! And your work will make it easier for non-English speakers to use InternetArchiveBot. </div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 16:20, 29 June 2021 (UTC) <!-- Message sent by User:Harej@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: InternetArchiveBot/Problem == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:InternetArchiveBot/Problem|InternetArchiveBot/Problem]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-InternetArchiveBot%2FProblem&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-InternetArchiveBot%2FProblem&language=ace&action=page translate to Aceh] <div lang="en" class="mw-content-ltr">Thank you to everyone who translated "Template:InternetArchiveBot header". The template is now available in 64 languages (including variants)! Now when people visit the bot's user page on those language wikis, they will be greeted with navigation options in their language. (We have since added one more link to the header – "Translate" – translations are appreciated!) This page I am requesting translations for is the "report problem" page for InternetArchiveBot, directing the user to different places depending on the kind of problem they are having. There are a total of 17 terms to translate, consisting of short phrases and sentences. This page is directly linked from the header on InternetArchiveBot's global user page, so your work will likely be seen.</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 23:15, 12 July 2021 (UTC) <!-- Message sent by User:Harej@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: Wikimedia Foundation elections/2021/Voting == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Wikimedia Foundation elections/2021/Voting|Wikimedia Foundation elections/2021/Voting]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Foundation+elections%2F2021%2FVoting&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Foundation+elections%2F2021%2FVoting&language=ace&action=page translate to Aceh] <div lang="en" class="mw-content-ltr"></div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 10:22, 2 August 2021 (UTC) <!-- Message sent by User:KCVelaga (WMF)@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: Hack4OpenGLAM == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Hack4OpenGLAM|Hack4OpenGLAM]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Hack4OpenGLAM&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Hack4OpenGLAM&language=ace&action=page translate to Aceh] The deadline for translating this page is 2021-09-20. <div lang="en" class="mw-content-ltr">Welcome to translate the messages of the Hack4OpenGLAM hackathon, taking place at the Creative Commons Summit 20–24 September! Your work is appreciated!</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 10:25, 10 August 2021 (UTC) <!-- Message sent by User:Susannaanas@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: Wiki Loves Children == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Wiki Loves Children|Wiki Loves Children]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wiki+Loves+Children&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wiki+Loves+Children&language=ace&action=page translate to Aceh] <div lang="en" class="mw-content-ltr"></div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 10:39, 10 August 2021 (UTC) <!-- Message sent by User:MdsShakil@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: Hack4OpenGLAM/Messages == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Hack4OpenGLAM/Messages|Hack4OpenGLAM/Messages]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Hack4OpenGLAM%2FMessages&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Hack4OpenGLAM%2FMessages&language=ace&action=page translate to Aceh] The deadline for translating this page is 2021-09-20. <div lang="en" class="mw-content-ltr">This is an additional set of messages for Hack4OpenGLAM: instructions (the contents of the newsletter) and latest tweets that can be used in several languages. Thank you for your work, it has already been amazing!</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 22:21, 10 August 2021 (UTC) <!-- Message sent by User:Susannaanas@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: Wikimedia Foundation elections/2021/2021-09-07/2021 Election Results/Short == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Wikimedia Foundation elections/2021/2021-09-07/2021 Election Results/Short|Wikimedia Foundation elections/2021/2021-09-07/2021 Election Results/Short]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Foundation+elections%2F2021%2F2021-09-07%2F2021+Election+Results%2FShort&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Foundation+elections%2F2021%2F2021-09-07%2F2021+Election+Results%2FShort&language=ace&action=page translate to Aceh] The priority of this page is high. The deadline for translating this page is 2021-09-07. <div lang="en" class="mw-content-ltr">This short text (125 words) is meant to announce the results of the board elections on September, 7 to as much communities and volunteers as possible on such short notice in their native tongue. Please help us to make that happen! </div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 19:04, 6 September 2021 (UTC) <!-- Message sent by User:DBarthel (WMF)@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: Movement Charter/Drafting Committee/Set Up Process == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Movement Charter/Drafting Committee/Set Up Process|Movement Charter/Drafting Committee/Set Up Process]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Movement+Charter%2FDrafting+Committee%2FSet+Up+Process&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Movement+Charter%2FDrafting+Committee%2FSet+Up+Process&language=ace&action=page translate to Aceh] The priority of this page is high. The deadline for translating this page is 2021-09-17. <div lang="en" class="mw-content-ltr">The Movement Charter Drafting Committee election is coming soon. We have just put out a page to inform as many communities on the election. This requires many translations as we want to reach out to as many people as possible in their respective language. So we ask kindly for your support. Any questions? Please contact [[User:DBarthel (WMF)]]. Thanks for your help!</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 16:09, 13 September 2021 (UTC) <!-- Message sent by User:DBarthel (WMF)@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: Lingua Libre == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Lingua Libre|Lingua Libre]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Lingua+Libre&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Lingua+Libre&language=ace&action=page translate to Aceh] The priority of this page is medium. The deadline for translating this page is 2021-11-30. <div lang="en" class="mw-content-ltr"></div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 10:34, 18 September 2021 (UTC) <!-- Message sent by User:WikiLucas00@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: Movement Charter/Drafting Committee/Election translation == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Movement Charter/Drafting Committee/Election translation|Movement Charter/Drafting Committee/Election translation]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Movement+Charter%2FDrafting+Committee%2FElection+translation&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Movement+Charter%2FDrafting+Committee%2FElection+translation&language=ace&action=page translate to Aceh] The deadline for translating this page is 2021-10-08. <div lang="en" class="mw-content-ltr">2 sentences, 21 words! Movement Charter Drafting Committee Elections are coming. Translating the voting tool SecurePoll in as many native tongues is crucial for this. But: there are two sentences we need to be translated for this. Please support the effort to make this a global experience. Thank you for helping out!</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 14:04, 6 October 2021 (UTC) <!-- Message sent by User:DBarthel (WMF)@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: Movement Charter/Drafting Committee/MCDC Voter Email short 12-10-2021 == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Movement Charter/Drafting Committee/MCDC Voter Email short 12-10-2021|Movement Charter/Drafting Committee/MCDC Voter Email short 12-10-2021]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Movement+Charter%2FDrafting+Committee%2FMCDC+Voter+Email+short+12-10-2021&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Movement+Charter%2FDrafting+Committee%2FMCDC+Voter+Email+short+12-10-2021&language=ace&action=page translate to Aceh] The deadline for translating this page is 2021-10-11. <div lang="en" class="mw-content-ltr">The Movement Charter Drafting Committee Election starts next Monday. We would like to send eligible voters an email, letting them know that now is the time to vote. Of course this should happen in the respective language of the voter. It is only 195 words, a few minutes of work with a great impact! Any language is highly appreciated, we appreciate your help a lot. Thank you and have a great weekend! :)</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 17:50, 8 October 2021 (UTC) <!-- Message sent by User:DBarthel (WMF)@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: Grants:MSIG/Announcements/2021/Global message == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Grants:MSIG/Announcements/2021/Global message|Grants:MSIG/Announcements/2021/Global message]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Grants%3AMSIG%2FAnnouncements%2F2021%2FGlobal+message&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Grants%3AMSIG%2FAnnouncements%2F2021%2FGlobal+message&language=ace&action=page translate to Aceh] The deadline for translating this page is 2021-10-26. <div lang="en" class="mw-content-ltr">Hi everbody! The [[Movement Strategy and Governance|Movement Strategy and Governance team]] is announcing a Movement Strategy Implementation Grants program to the communities. We want to reach out to as many communities as possible, calling out volunteers globally. Please support us and help translating the announcement in all the languages you speak, '''it is only 50 words'''. We will send it out as a mass message later. Beyond this: if you would like to, please check out the program and spread the word. We would appreciate your help in sharing this news in social media channels of your community. We are grateful for all your support, you are awesome!</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 14:24, 21 October 2021 (UTC) <!-- Message sent by User:DBarthel (WMF)@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: Movement Charter/Drafting Committee/Elections/Results/Announcement == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Movement Charter/Drafting Committee/Elections/Results/Announcement|Movement Charter/Drafting Committee/Elections/Results/Announcement]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Movement+Charter%2FDrafting+Committee%2FElections%2FResults%2FAnnouncement&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Movement+Charter%2FDrafting+Committee%2FElections%2FResults%2FAnnouncement&language=ace&action=page translate to Aceh] The deadline for translating this page is 2021-10-31. <div lang="en" class="mw-content-ltr">The announcement of the members of the Movement Charter Drafting Committee is coming close. We would like to announce the results in as many languages as possible and kindly ask for your support. It is '''less than 100 words''', we would appreciate your help a lot and it is just a few minutes. Thank you for your continuous support! </div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 13:31, 29 October 2021 (UTC) <!-- Message sent by User:DBarthel (WMF)@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: Wikimedia Foundation Board of Trustees/Call for feedback: Board of Trustees elections == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Wikimedia Foundation Board of Trustees/Call for feedback: Board of Trustees elections|Wikimedia Foundation Board of Trustees/Call for feedback: Board of Trustees elections]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Foundation+Board+of+Trustees%2FCall+for+feedback%3A+Board+of+Trustees+elections&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Foundation+Board+of+Trustees%2FCall+for+feedback%3A+Board+of+Trustees+elections&language=ace&action=page translate to Aceh] The deadline for translating this page is 2022-01-10. <div lang="en" class="mw-content-ltr">''This year four seats of the WMF Board of Trustees are to be newly filled and there will be a Call for Feedback about the Board of Trustees selection processes from 10 January to 7 February 2022.'' ''The [[Movement Strategy and Governance]] team is supporting this Call for Feedback. For widest outreach across the Wikiverse we kindly ask you to support this by helping us out with additional translations.'' '''Postscriptum: During the last year many of you have helped us a lot to reach out to many different communities by translating in dozens of languages. We are utterly grateful for this - thanks to all of you for your ongoing support! You are the best!''' </div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 17:25, 7 January 2022 (UTC) <!-- Message sent by User:DBarthel (WMF)@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: Wikimedia Foundation Board of Trustees/Call for feedback: Board of Trustees elections/Call for Feedback about the Board of Trustees elections is now open/Short == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Wikimedia Foundation Board of Trustees/Call for feedback: Board of Trustees elections/Call for Feedback about the Board of Trustees elections is now open/Short|Wikimedia Foundation Board of Trustees/Call for feedback: Board of Trustees elections/Call for Feedback about the Board of Trustees elections is now open/Short]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Foundation+Board+of+Trustees%2FCall+for+feedback%3A+Board+of+Trustees+elections%2FCall+for+Feedback+about+the+Board+of+Trustees+elections+is+now+open%2FShort&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Foundation+Board+of+Trustees%2FCall+for+feedback%3A+Board+of+Trustees+elections%2FCall+for+Feedback+about+the+Board+of+Trustees+elections+is+now+open%2FShort&language=ace&action=page translate to Aceh] The deadline for translating this page is 2022-01-13. <div lang="en" class="mw-content-ltr">Hi all, the [[Movement Strategy and Governance]] team is asking you for your help. We want to invite communities globally to a Call for Feedback about the Board of Trustees selection processes from 10 January to 7 February 2022. We want to send out a message next Friday to all communities in as many languages as possible. It is '''only 130 words'''! Your help is very much appreciated! Thank you for your time!</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 21:02, 11 January 2022 (UTC) <!-- Message sent by User:DBarthel (WMF)@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Pemberitahuan penerjemahan: Template:Education/News/Contents == Halo Abu nek, Anda menerima pemberitahuan ini karena Anda telah mendaftar menjadi penerjemah kepada Bahasa Indonesia dan Aceh di Meta. Halaman [[:metawikipedia:Template:Education/News/Contents|Template:Education/News/Contents]] tersedia untuk diterjemahkan. Anda bisa menerjemahkannya di sini: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Template%3AEducation%2FNews%2FContents&language=id&action=page terjemahkan ke Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Template%3AEducation%2FNews%2FContents&language=ace&action=page terjemahkan ke Aceh] <div lang="en" class="mw-content-ltr"></div> Bantuan Anda sangat dihargai. Penerjemah seperti Anda membantu Meta bekerja sebagai komunitas yang benar-benar multibahasa. Anda bisa [https://meta.wikimedia.org/wiki/Special:TranslatorSignup mengubah preferensi pemberitahuan Anda]. Terima kasih! Koordinator penerjemahan Meta&lrm;, 08:48, 22 January 2022 (UTC) <!-- Message sent by User:ZI Jony@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Pemberitahuan penerjemahan: Template:Education/News/Drafts == Halo Abu nek, Anda menerima pemberitahuan ini karena Anda telah mendaftar menjadi penerjemah kepada Bahasa Indonesia dan Aceh di Meta. Halaman [[:metawikipedia:Template:Education/News/Drafts|Template:Education/News/Drafts]] tersedia untuk diterjemahkan. Anda bisa menerjemahkannya di sini: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Template%3AEducation%2FNews%2FDrafts&language=id&action=page terjemahkan ke Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Template%3AEducation%2FNews%2FDrafts&language=ace&action=page terjemahkan ke Aceh] <div lang="en" class="mw-content-ltr"></div> Bantuan Anda sangat dihargai. Penerjemah seperti Anda membantu Meta bekerja sebagai komunitas yang benar-benar multibahasa. Anda bisa [https://meta.wikimedia.org/wiki/Special:TranslatorSignup mengubah preferensi pemberitahuan Anda]. Terima kasih! Koordinator penerjemahan Meta&lrm;, 09:00, 22 January 2022 (UTC) <!-- Message sent by User:ZI Jony@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Pemberitahuan penerjemahan: Template:Education/News/Drafts == Halo Abu nek, Anda menerima pemberitahuan ini karena Anda telah mendaftar menjadi penerjemah kepada Bahasa Indonesia dan Aceh di Meta. Halaman [[:metawikipedia:Template:Education/News/Drafts|Template:Education/News/Drafts]] tersedia untuk diterjemahkan. Anda bisa menerjemahkannya di sini: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Template%3AEducation%2FNews%2FDrafts&language=id&action=page terjemahkan ke Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Template%3AEducation%2FNews%2FDrafts&language=ace&action=page terjemahkan ke Aceh] <div lang="en" class="mw-content-ltr"></div> Bantuan Anda sangat dihargai. Penerjemah seperti Anda membantu Meta bekerja sebagai komunitas yang benar-benar multibahasa. Anda bisa [https://meta.wikimedia.org/wiki/Special:TranslatorSignup mengubah preferensi pemberitahuan Anda]. Terima kasih! Koordinator penerjemahan Meta&lrm;, 14:33, 22 January 2022 (UTC) <!-- Message sent by User:ZI Jony@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Pemberitahuan penerjemahan: Education/Newsletter/January 2022/Headlines == Halo Abu nek, Anda menerima pemberitahuan ini karena Anda telah mendaftar menjadi penerjemah kepada Bahasa Indonesia dan Aceh di Meta. Halaman [[:metawikipedia:Education/Newsletter/January 2022/Headlines|Education/Newsletter/January 2022/Headlines]] tersedia untuk diterjemahkan. Anda bisa menerjemahkannya di sini: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Education%2FNewsletter%2FJanuary+2022%2FHeadlines&language=id&action=page terjemahkan ke Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Education%2FNewsletter%2FJanuary+2022%2FHeadlines&language=ace&action=page terjemahkan ke Aceh] Prioritas halaman ini adalah tinggi. Batas waktu menerjemahkan halaman ini adalah 2022-01-24. <div lang="en" class="mw-content-ltr"></div> Bantuan Anda sangat dihargai. Penerjemah seperti Anda membantu Meta bekerja sebagai komunitas yang benar-benar multibahasa. Anda bisa [https://meta.wikimedia.org/wiki/Special:TranslatorSignup mengubah preferensi pemberitahuan Anda]. Terima kasih! Koordinator penerjemahan Meta&lrm;, 17:26, 22 January 2022 (UTC) <!-- Message sent by User:ZI Jony@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Pemberitahuan penerjemahan: Education/Newsletter/January 2022 == Halo Abu nek, Anda menerima pemberitahuan ini karena Anda telah mendaftar menjadi penerjemah kepada Bahasa Indonesia dan Aceh di Meta. Halaman [[:metawikipedia:Education/Newsletter/January 2022|Education/Newsletter/January 2022]] tersedia untuk diterjemahkan. Anda bisa menerjemahkannya di sini: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Education%2FNewsletter%2FJanuary+2022&language=id&action=page terjemahkan ke Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Education%2FNewsletter%2FJanuary+2022&language=ace&action=page terjemahkan ke Aceh] <div lang="en" class="mw-content-ltr"></div> Bantuan Anda sangat dihargai. Penerjemah seperti Anda membantu Meta bekerja sebagai komunitas yang benar-benar multibahasa. Anda bisa [https://meta.wikimedia.org/wiki/Special:TranslatorSignup mengubah preferensi pemberitahuan Anda]. Terima kasih! Koordinator penerjemahan Meta&lrm;, 17:29, 22 January 2022 (UTC) <!-- Message sent by User:ZI Jony@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Pemberitahuan penerjemahan: Leadership Development Task Force/Call for Feedback Announcement == Halo Abu nek, Anda menerima pemberitahuan ini karena Anda telah mendaftar menjadi penerjemah kepada Bahasa Indonesia dan Aceh di Meta. Halaman [[:metawikipedia:Leadership Development Task Force/Call for Feedback Announcement|Leadership Development Task Force/Call for Feedback Announcement]] tersedia untuk diterjemahkan. Anda bisa menerjemahkannya di sini: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Leadership+Development+Task+Force%2FCall+for+Feedback+Announcement&language=id&action=page terjemahkan ke Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Leadership+Development+Task+Force%2FCall+for+Feedback+Announcement&language=ace&action=page terjemahkan ke Aceh] Batas waktu menerjemahkan halaman ini adalah 2022-02-07. <div lang="en" class="mw-content-ltr">Good day to you from [[Movement Strategy and Governance]]! The coming weeks see a Call for Feedback concerning the creation of a movementwide [[Leadership_Development_Task_Force]]. We are announcing it by a short message of '''only 60 words''' to be distributed globally on Tuesday. Global distribution asks for native language support, so we kindly ask for your help to have as many translations as possible available. It should be a few minutes of work only. Thank you very much for your help, [[User:MediaWiki message delivery|MediaWiki message delivery]] ([[User talk:MediaWiki message delivery|discuss]] • [[Special:Contributions/MediaWiki message delivery|contribs]]) 10:13, 4 February 2022 (UTC)</div> Bantuan Anda sangat dihargai. Penerjemah seperti Anda membantu Meta bekerja sebagai komunitas yang benar-benar multibahasa. Anda bisa [https://meta.wikimedia.org/wiki/Special:TranslatorSignup mengubah preferensi pemberitahuan Anda]. Terima kasih! Koordinator penerjemahan Meta&lrm;, 10:13, 4 February 2022 (UTC) <!-- Message sent by User:DBarthel (WMF)@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Pemberitahuan penerjemahan: ContribuLing 2022 == Halo Abu nek, Anda menerima pemberitahuan ini karena Anda telah mendaftar menjadi penerjemah kepada Bahasa Indonesia dan Aceh di Meta. Halaman [[:metawikipedia:ContribuLing 2022|ContribuLing 2022]] tersedia untuk diterjemahkan. Anda bisa menerjemahkannya di sini: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-ContribuLing+2022&language=id&action=page terjemahkan ke Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-ContribuLing+2022&language=ace&action=page terjemahkan ke Aceh] Prioritas halaman ini adalah sedang. <div lang="en" class="mw-content-ltr"></div> Bantuan Anda sangat dihargai. Penerjemah seperti Anda membantu Meta bekerja sebagai komunitas yang benar-benar multibahasa. Anda bisa [https://meta.wikimedia.org/wiki/Special:TranslatorSignup mengubah preferensi pemberitahuan Anda]. Terima kasih! Koordinator penerjemahan Meta&lrm;, 12:05, 12 February 2022 (UTC) <!-- Message sent by User:WikiLucas00@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Pemberitahuan penerjemahan: Universal Code of Conduct/Enforcement guidelines == Halo Abu nek, Anda menerima pemberitahuan ini karena Anda telah mendaftar menjadi penerjemah kepada Bahasa Indonesia dan Aceh di Meta. Halaman [[:metawikipedia:Universal Code of Conduct/Enforcement guidelines|Universal Code of Conduct/Enforcement guidelines]] tersedia untuk diterjemahkan. Anda bisa menerjemahkannya di sini: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Universal+Code+of+Conduct%2FEnforcement+guidelines&language=id&action=page terjemahkan ke Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Universal+Code+of+Conduct%2FEnforcement+guidelines&language=ace&action=page terjemahkan ke Aceh] <div lang="en" class="mw-content-ltr"></div> Bantuan Anda sangat dihargai. Penerjemah seperti Anda membantu Meta bekerja sebagai komunitas yang benar-benar multibahasa. Anda bisa [https://meta.wikimedia.org/wiki/Special:TranslatorSignup mengubah preferensi pemberitahuan Anda]. Terima kasih! Koordinator penerjemahan Meta&lrm;, 15:18, 22 February 2022 (UTC) <!-- Message sent by User:Ericliu1912@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Pemberitahuan penerjemahan: Ukraine's Cultural Diplomacy Month == Halo Abu nek, Anda menerima pemberitahuan ini karena Anda telah mendaftar menjadi penerjemah kepada Bahasa Indonesia dan Aceh di Meta. Halaman [[:metawikipedia:Ukraine's Cultural Diplomacy Month|Ukraine's Cultural Diplomacy Month]] tersedia untuk diterjemahkan. Anda bisa menerjemahkannya di sini: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Ukraine%27s+Cultural+Diplomacy+Month&language=id&action=page terjemahkan ke Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Ukraine%27s+Cultural+Diplomacy+Month&language=ace&action=page terjemahkan ke Aceh] <div lang="en" class="mw-content-ltr"></div> Bantuan Anda sangat dihargai. Penerjemah seperti Anda membantu Meta bekerja sebagai komunitas yang benar-benar multibahasa. Anda bisa [https://meta.wikimedia.org/wiki/Special:TranslatorSignup mengubah preferensi pemberitahuan Anda]. Terima kasih! Koordinator penerjemahan Meta&lrm;, 01:50, 2 March 2022 (UTC) <!-- Message sent by User:Juan90264@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Pemberitahuan penerjemahan: Universal Code of Conduct/Enforcement guidelines/Voting/Translations == Halo Abu nek, Anda menerima pemberitahuan ini karena Anda telah mendaftar menjadi penerjemah kepada Bahasa Indonesia dan Aceh di Meta. Halaman [[:metawikipedia:Universal Code of Conduct/Enforcement guidelines/Voting/Translations|Universal Code of Conduct/Enforcement guidelines/Voting/Translations]] tersedia untuk diterjemahkan. Anda bisa menerjemahkannya di sini: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Universal+Code+of+Conduct%2FEnforcement+guidelines%2FVoting%2FTranslations&language=id&action=page terjemahkan ke Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Universal+Code+of+Conduct%2FEnforcement+guidelines%2FVoting%2FTranslations&language=ace&action=page terjemahkan ke Aceh] Batas waktu menerjemahkan halaman ini adalah 2022-03-06. <div lang="en" class="mw-content-ltr">Next Monday the ratification for the UCoC Enforcement Guidelines starts, an important step concerning an important document. We would like to invite people from all the global communities to take part in this process. To make the voting available in as many native languages as possible, we would appreciate your help in translations! '''This is 189 words only''', just a few minutes of simple work and it is an important contribution to strengthen your community's voice. Thank you very much for your help, [[User:DBarthel (WMF)|DBarthel (WMF)]] </div> Bantuan Anda sangat dihargai. Penerjemah seperti Anda membantu Meta bekerja sebagai komunitas yang benar-benar multibahasa. Anda bisa [https://meta.wikimedia.org/wiki/Special:TranslatorSignup mengubah preferensi pemberitahuan Anda]. Terima kasih! Koordinator penerjemahan Meta&lrm;, 13:51, 4 March 2022 (UTC) <!-- Message sent by User:DBarthel (WMF)@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Pemberitahuan penerjemahan: ContribuLing 2022/Program == Halo Abu nek, Anda menerima pemberitahuan ini karena Anda telah mendaftar menjadi penerjemah kepada Bahasa Indonesia dan Aceh di Meta. Halaman [[:metawikipedia:ContribuLing 2022/Program|ContribuLing 2022/Program]] tersedia untuk diterjemahkan. Anda bisa menerjemahkannya di sini: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-ContribuLing+2022%2FProgram&language=id&action=page terjemahkan ke Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-ContribuLing+2022%2FProgram&language=ace&action=page terjemahkan ke Aceh] Prioritas halaman ini adalah sedang. Batas waktu menerjemahkan halaman ini adalah 2022-03-31. <div lang="en" class="mw-content-ltr"></div> Bantuan Anda sangat dihargai. Penerjemah seperti Anda membantu Meta bekerja sebagai komunitas yang benar-benar multibahasa. Anda bisa [https://meta.wikimedia.org/wiki/Special:TranslatorSignup mengubah preferensi pemberitahuan Anda]. Terima kasih! Koordinator penerjemahan Meta&lrm;, 15:49, 26 March 2022 (UTC) <!-- Message sent by User:WikiLucas00@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Pemberitahuan penerjemahan: GLAM School/Questions == Halo Abu nek, Anda menerima pemberitahuan ini karena Anda telah mendaftar menjadi penerjemah kepada Bahasa Indonesia dan Aceh di Meta. Halaman [[:metawikipedia:GLAM School/Questions|GLAM School/Questions]] tersedia untuk diterjemahkan. Anda bisa menerjemahkannya di sini: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-GLAM+School%2FQuestions&language=id&action=page terjemahkan ke Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-GLAM+School%2FQuestions&language=ace&action=page terjemahkan ke Aceh] Batas waktu menerjemahkan halaman ini adalah 2022-12-31. <div lang="en" class="mw-content-ltr">GLAM School is a project by AvoinGLAM to chart out, uncover, and support practices that help GLAM professionals, GLAM-Wiki volunteers, Open GLAM advocates and others to be more empowered to contribute to Wikimedia and other open projects. In 2022 we are conducting surveys, chats, and interviews across organizations and networks involved in providing Open Access to cultural heritage. This page lists the questions that are used in the survey and the interviews.</div> Bantuan Anda sangat dihargai. Penerjemah seperti Anda membantu Meta bekerja sebagai komunitas yang benar-benar multibahasa. Anda bisa [https://meta.wikimedia.org/wiki/Special:TranslatorSignup mengubah preferensi pemberitahuan Anda]. Terima kasih! Koordinator penerjemahan Meta&lrm;, 08:53, 26 April 2022 (UTC) <!-- Message sent by User:Susannaanas@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Pemberitahuan penerjemahan: VisualEditor/Newsletter/2022/April == Halo Abu nek, Anda menerima pemberitahuan ini karena Anda telah mendaftar menjadi penerjemah kepada Bahasa Indonesia di Meta. Halaman [[:metawikipedia:VisualEditor/Newsletter/2022/April|VisualEditor/Newsletter/2022/April]] tersedia untuk diterjemahkan. Anda bisa menerjemahkannya di sini: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-VisualEditor%2FNewsletter%2F2022%2FApril&language=id&action=page terjemahkan ke Bahasa Indonesia] <div lang="en" class="mw-content-ltr"><b><span style="vertical-align:top;padding:0 0.3em;">[[File:SMirC-congrats.svg|19x19px|Thank you very much!]]</span>Terima kasih!</b></div> Bantuan Anda sangat dihargai. Penerjemah seperti Anda membantu Meta bekerja sebagai komunitas yang benar-benar multibahasa. Anda bisa [https://meta.wikimedia.org/wiki/Special:TranslatorSignup mengubah preferensi pemberitahuan Anda]. Terima kasih! Koordinator penerjemahan Meta&lrm;, 16:53, 27 April 2022 (UTC) <!-- Message sent by User:Whatamidoing (WMF)@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Pemberitahuan penerjemahan: GLAM School/Questions == Halo Abu nek, Anda menerima pemberitahuan ini karena Anda telah mendaftar menjadi penerjemah kepada Bahasa Indonesia dan Aceh di Meta. Halaman [[:metawikipedia:GLAM School/Questions|GLAM School/Questions]] tersedia untuk diterjemahkan. Anda bisa menerjemahkannya di sini: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-GLAM+School%2FQuestions&language=id&action=page terjemahkan ke Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-GLAM+School%2FQuestions&language=ace&action=page terjemahkan ke Aceh] Batas waktu menerjemahkan halaman ini adalah 2022-12-31. <div lang="en" class="mw-content-ltr">Thank you for the wonderful work you are doing! I have made a couple of small modifications to the existing text and added one new section. I hope you would be willing to have a look at those. Thank you again! Cheers, Susanna</div> Bantuan Anda sangat dihargai. Penerjemah seperti Anda membantu Meta bekerja sebagai komunitas yang benar-benar multibahasa. Anda bisa [https://meta.wikimedia.org/wiki/Special:TranslatorSignup mengubah preferensi pemberitahuan Anda]. Terima kasih! Koordinator penerjemahan Meta&lrm;, 07:07, 29 April 2022 (UTC) <!-- Message sent by User:Susannaanas@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Pemberitahuan penerjemahan: GLAM School == Halo Abu nek, Anda menerima pemberitahuan ini karena Anda telah mendaftar menjadi penerjemah kepada Bahasa Indonesia dan Aceh di Meta. Halaman [[:metawikipedia:GLAM School|GLAM School]] tersedia untuk diterjemahkan. Anda bisa menerjemahkannya di sini: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-GLAM+School&language=id&action=page terjemahkan ke Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-GLAM+School&language=ace&action=page terjemahkan ke Aceh] Batas waktu menerjemahkan halaman ini adalah 2022-12-31. <div lang="en" class="mw-content-ltr">The GLAM School main page is ready for translation. I hope the syntax still remained correct after I changed the page a lot. Thank you for your amazing help!</div> Bantuan Anda sangat dihargai. Penerjemah seperti Anda membantu Meta bekerja sebagai komunitas yang benar-benar multibahasa. Anda bisa [https://meta.wikimedia.org/wiki/Special:TranslatorSignup mengubah preferensi pemberitahuan Anda]. Terima kasih! Koordinator penerjemahan Meta&lrm;, 18:20, 4 May 2022 (UTC) <!-- Message sent by User:Susannaanas@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Pemberitahuan penerjemahan: Wikimedia Foundation elections/2022/Announcement/Board voter email == Halo Abu nek, Anda menerima pemberitahuan ini karena Anda telah mendaftar menjadi penerjemah kepada Bahasa Indonesia dan Aceh di Meta. Halaman [[:metawikipedia:Wikimedia Foundation elections/2022/Announcement/Board voter email|Wikimedia Foundation elections/2022/Announcement/Board voter email]] tersedia untuk diterjemahkan. Anda bisa menerjemahkannya di sini: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Foundation+elections%2F2022%2FAnnouncement%2FBoard+voter+email&language=id&action=page terjemahkan ke Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Foundation+elections%2F2022%2FAnnouncement%2FBoard+voter+email&language=ace&action=page terjemahkan ke Aceh] Prioritas halaman ini adalah tinggi. <div lang="en" class="mw-content-ltr">Hi all! The community vote of this year's Board Elections are close. As always voter mails will be sent out. To invite as many community members as possible in their native tongue your help is very much appreciated. While there are already plenty of translations we would appreciate you to check for languages still missing and to contribute translations for these. The mails are short, just a bit about two times '''200 words''', a few minutes of work. Your support is very important as it helps communities to learn about the election and to cast their vote. Best, Denis Barthel (WMF) (Movement Strategy and Governance)</div> Bantuan Anda sangat dihargai. Penerjemah seperti Anda membantu Meta bekerja sebagai komunitas yang benar-benar multibahasa. Anda bisa [https://meta.wikimedia.org/wiki/Special:TranslatorSignup mengubah preferensi pemberitahuan Anda]. Terima kasih! Koordinator penerjemahan Meta&lrm;, 12:51, 9 August 2022 (UTC) <!-- Message sent by User:DBarthel (WMF)@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> ijtagxz1iv9qv2hj4qywaafifh4z94v 4089925 4089854 2022-08-09T21:51:17Z MediaWiki message delivery 1188004 /* Pemberitahuan penerjemahan: Wikimedia Foundation elections/2022/Announcement/Board voter email */ new section wikitext text/x-wiki == Translation notification: Requests for comment/Confirmation of stewards == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia on Meta. The page [[Requests for comment/Confirmation of stewards]] is available for translation. You can translate it here: * [http://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Requests+for+comment%2FConfirmation+of+stewards&language=id&action=page translate to Bahasa Indonesia] The priority of this page is low. <div lang="en" class="mw-content-ltr"></div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can change your notification preferences [http://meta.wikimedia.org/wiki/Special:TranslatorSignup here]. Thank you! Meta translation coordinators&lrm;, 17:08, 10 April 2015 (UTC)</div> == Translation notification: Single User Login finalisation announcement == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Single User Login finalisation announcement]] is available for translation. You can translate it here: * [http://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Single+User+Login+finalisation+announcement&language=id&action=page translate to Bahasa Indonesia] * [http://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Single+User+Login+finalisation+announcement&language=ace&action=page translate to Aceh] The priority of this page is high. The deadline for translating this page is 2015-04-16. <div lang="en" class="mw-content-ltr">Please check new and updated paragraphs, in particular make sure that the correct daye for the finalisation (15th April 2015 and following days) is mentioned, as in English source.</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can change your notification preferences [http://meta.wikimedia.org/wiki/Special:TranslatorSignup here]. Thank you! Meta translation coordinators&lrm;, 19:26, 15 April 2015 (UTC)</div> == Translation notification: Wikimedia Foundation elections/Board elections/2015 == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Wikimedia Foundation elections/Board elections/2015]] is available for translation. You can translate it here: * [http://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Foundation+elections%2FBoard+elections%2F2015&language=id&action=page translate to Bahasa Indonesia] * [http://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Foundation+elections%2FBoard+elections%2F2015&language=ace&action=page translate to Aceh] The priority of this page is high. The deadline for translating this page is 2015-04-20. <div lang="en" class="mw-content-ltr">As we draw very close to launching the call for candidates for the 2015 Wikimedia Foundation Elections I'd like to ask you to take some time to translate the main pages for each election as well as the first Banner. The linked page is for the Board election specific page but you an find all of them on [https://meta.wikimedia.org/w/index.php?title=Special:Translate&amp;language=en&amp;group=agg-2015_Wikimedia_Elections&amp;filter=%21translated&amp;action=translate this translation group] and you can find the banner [https://meta.wikimedia.org/w/index.php?title=Special:Translate&amp;group=Centralnotice-tgroup-Election2015_Submission&amp;filter= at this link]. Please let us know on the [[Talk:Wikimedia_Foundation_elections_2015/Translation|Translation talk page]] if you have any issues.</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can change your notification preferences [http://meta.wikimedia.org/wiki/Special:TranslatorSignup here]. Thank you! Meta translation coordinators&lrm;, 11:21, 17 April 2015 (UTC)</div> == Translation notification: Wikimedia Foundation elections/Board elections/2015 == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Wikimedia Foundation elections/Board elections/2015]] is available for translation. You can translate it here: * [http://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Foundation+elections%2FBoard+elections%2F2015&language=id&action=page translate to Bahasa Indonesia] * [http://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Foundation+elections%2FBoard+elections%2F2015&language=ace&action=page translate to Aceh] The priority of this page is high. The deadline for translating this page is 2015-04-20. <div lang="en" class="mw-content-ltr">As we draw very close to launching the call for candidates for the 2015 Wikimedia Foundation Elections I'd like to ask you to take some time to translate the main pages for each election as well as the first Banner. The linked page is for the Board election specific page but you an find all of them on [https://meta.wikimedia.org/w/index.php?title=Special:Translate&amp;language=en&amp;group=agg-2015_Wikimedia_Elections&amp;filter=%21translated&amp;action=translate this translation group] and you can find the banner [https://meta.wikimedia.org/w/index.php?title=Special:Translate&amp;group=Centralnotice-tgroup-Election2015_Submission&amp;filter= at this link]. Please let us know on the [[Talk:Wikimedia_Foundation_elections_2015/Translation|Translation talk page]] if you have any issues.</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can change your notification preferences [http://meta.wikimedia.org/wiki/Special:TranslatorSignup here]. Thank you! Meta translation coordinators&lrm;, 11:52, 17 April 2015 (UTC)</div> == Translation notification: Wikimedia Highlights, March 2015 == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Wikimedia Highlights, March 2015]] is available for translation. You can translate it here: * [http://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Highlights%2C+March+2015&language=id&action=page translate to Bahasa Indonesia] * [http://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Highlights%2C+March+2015&language=ace&action=page translate to Aceh] <div lang="en" class="mw-content-ltr">Please consider helping non-English-language Wikimedia communities to stay updated about the Wikimedia blog's most notable posts from March, covering Wikimedia Foundation activities and other important events from across the Wikimedia movement. Completed translations will be announced on social media, project village pumps and (for some languages) mailing lists.</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [http://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 03:03, 4 May 2015 (UTC)</div> == Translation notification: Wikimedia Highlights, April 2015 == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Wikimedia Highlights, April 2015]] is available for translation. You can translate it here: * [http://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Highlights%2C+April+2015&language=id&action=page translate to Bahasa Indonesia] * [http://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Highlights%2C+April+2015&language=ace&action=page translate to Aceh] <div lang="en" class="mw-content-ltr">Please consider helping non-English-language Wikimedia communities to stay updated about the Wikimedia blog's most notable posts from April 2015, covering Wikimedia Foundation activities and other important events from across the Wikimedia movement. Completed translations will be announced on social media, project village pumps and (for some languages) mailing lists.</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [http://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 21:58, 13 May 2015 (UTC)</div> == Translation notification: Wikimedia Highlights, May 2015 == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Wikimedia Highlights, May 2015]] is available for translation. You can translate it here: * [http://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Highlights%2C+May+2015&language=id&action=page translate to Bahasa Indonesia] * [http://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Highlights%2C+May+2015&language=ace&action=page translate to Aceh] <div lang="en" class="mw-content-ltr">Please consider helping non-English-language Wikimedia communities to stay updated about the Wikimedia blog's most notable posts from May, covering Wikimedia Foundation activities and other important events from across the Wikimedia movement. Completed translations will be announced on social media, project village pumps and (for some languages) mailing lists.</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [http://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 19:12, 11 June 2015 (UTC)</div> == Translation notification: Wikimedia Highlights, October 2015 == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Wikimedia Highlights, October 2015]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Highlights%2C+October+2015&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Highlights%2C+October+2015&language=ace&action=page translate to Aceh] <div lang="en" class="mw-content-ltr">Please consider helping non-English-language Wikimedia communities to stay updated about the Wikimedia blog's most notable posts from October, covering Wikimedia Foundation activities and other important events from across the Wikimedia movement. Completed translations will be announced on social media, project village pumps and (for some languages) mailing lists.</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 00:32, 13 November 2015 (UTC)</div> == Translation notification: Wikipedia 15/Knowledge is joy == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Wikipedia 15/Knowledge is joy]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikipedia+15%2FKnowledge+is+joy&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikipedia+15%2FKnowledge+is+joy&language=ace&action=page translate to Aceh] <div lang="en" class="mw-content-ltr">For [[Wikipedia 15]], we'd like these three words translated into as many languages as possible!! Thank you all!!</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 00:35, 20 November 2015 (UTC)</div> == Translation notification: Grants:APG/FDC portal/FDC recommendations/2015-2016 round1 == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Grants:APG/FDC portal/FDC recommendations/2015-2016 round1]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Grants%3AAPG%2FFDC+portal%2FFDC+recommendations%2F2015-2016+round1&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Grants%3AAPG%2FFDC+portal%2FFDC+recommendations%2F2015-2016+round1&language=ace&action=page translate to Aceh] The priority of this page is medium. <div lang="en" class="mw-content-ltr"></div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 01:16, 24 November 2015 (UTC)</div> == Translation notification: Wikimedia Highlights, November 2015 == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Wikimedia Highlights, November 2015]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Highlights%2C+November+2015&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Highlights%2C+November+2015&language=ace&action=page translate to Aceh] <div lang="en" class="mw-content-ltr">Please consider helping non-English-language Wikimedia communities to stay updated about the Wikimedia blog's most notable posts from November, covering Wikimedia Foundation activities and other important events from across the Wikimedia movement. Completed translations will be announced on social media, project village pumps and (for some languages) mailing lists. </div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 20:22, 11 December 2015 (UTC)</div> == Translation notification: Requests for comment/Password policy for users with certain advanced permissions/massmessage == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Requests for comment/Password policy for users with certain advanced permissions/massmessage]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Requests+for+comment%2FPassword+policy+for+users+with+certain+advanced+permissions%2Fmassmessage&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Requests+for+comment%2FPassword+policy+for+users+with+certain+advanced+permissions%2Fmassmessage&language=ace&action=page translate to Aceh] <div lang="en" class="mw-content-ltr"></div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 11:43, 13 December 2015 (UTC)</div> == Translation notification: 2015 Community Wishlist Survey == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[2015 Community Wishlist Survey]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-2015+Community+Wishlist+Survey&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-2015+Community+Wishlist+Survey&language=ace&action=page translate to Aceh] The priority of this page is high. <div lang="en" class="mw-content-ltr"></div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 13:05, 21 December 2015 (UTC)</div> == Translation notification: Wikimedia Blog/Drafts/Android app is a Google Play Best App of 2015 == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Wikimedia Blog/Drafts/Android app is a Google Play Best App of 2015]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Blog%2FDrafts%2FAndroid+app+is+a+Google+Play+Best+App+of+2015&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Blog%2FDrafts%2FAndroid+app+is+a+Google+Play+Best+App+of+2015&language=ace&action=page translate to Aceh] <div lang="en" class="mw-content-ltr">Google has named the Wikipedia Android app a "Best App of 2015," featuring the app in the Google Play Stores of Russia, India, Mexico, Japan, and Indonesia. We have published a blog post about this accomplishment and would appreciate help with translations. Thank you in advance for any help you can provide! Either way, let's celebrate. :-)</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 21:41, 21 December 2015 (UTC)</div> == Translation notification: Template:StrategyButton2016/editintro/Communities == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Template:StrategyButton2016/editintro/Communities]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Template%3AStrategyButton2016%2Feditintro%2FCommunities&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Template%3AStrategyButton2016%2Feditintro%2FCommunities&language=ace&action=page translate to Aceh] The priority of this page is high. The deadline for translating this page is 2016-01-18. <div lang="en" class="mw-content-ltr">- This is the part of a series of community consultation pages. The WMF Community Advocacy team has put together a list at https://meta.wikimedia.org/wiki/2016_Strategy/Translations. We're hoping to launch the consultation on January 18th. Realizing getting all translations in place before the launch of the consultation may not be possible (and that people will likely help with translations after the launch), I'd be really grateful for any assistance especially that you can give in translating the templates at that Meta page link, like this one. It'll probably be harder for casual translators to help out with those! - Text should be stable at this point. I've just made what I hope will be the last modification to those pages! - Thank you for all you do, and I hope you will not only assist in translation (if you are able) but also take part in the consultation. Your input will be very welcome. - Questions or concerns? Please let me know at mdennis@wikimedia.org. Thanks! Maggie </div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 02:06, 12 January 2016 (UTC)</div> == Translation notification: Wikimedia Highlights, December 2015 == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Wikimedia Highlights, December 2015]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Highlights%2C+December+2015&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Highlights%2C+December+2015&language=ace&action=page translate to Aceh] <div lang="en" class="mw-content-ltr">Please consider helping non-English-language Wikimedia communities to stay updated about the Wikimedia blog's most notable posts from December, covering Wikimedia Foundation activities and other important events from across the Wikimedia movement. Completed translations will be announced on social media, project village pumps and (for some languages) mailing lists.</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 22:52, 25 January 2016 (UTC)</div> == Translation notification: Admin activity review/Notice to communities == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Admin activity review/Notice to communities]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Admin+activity+review%2FNotice+to+communities&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Admin+activity+review%2FNotice+to+communities&language=ace&action=page translate to Aceh] The priority of this page is high. <div lang="en" class="mw-content-ltr">* The 2015 [[admin activity review]] process is starting. We need your cooperation to translate missing message, but also to proofread and correct already existing messages. Understanding of messages that we're going to be sent in the next weeks are very important. Thank you very much for your help.</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 15:58, 8 February 2016 (UTC)</div> == Translation notification: Admin activity review/Notice to inactive right holders == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Admin activity review/Notice to inactive right holders]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Admin+activity+review%2FNotice+to+inactive+right+holders&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Admin+activity+review%2FNotice+to+inactive+right+holders&language=ace&action=page translate to Aceh] The priority of this page is high. <div lang="en" class="mw-content-ltr">The 2015 [[admin activity review]] process is starting. We need your cooperation to translate missing message, but also to proofread and correct already existing messages. Understanding of messages that are going to be sent in the next weeks are very important. Thank you very much for your help.</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 16:01, 8 February 2016 (UTC)</div> == Translation notification: Wikimedia Highlights, January 2016 == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Wikimedia Highlights, January 2016]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Highlights%2C+January+2016&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Highlights%2C+January+2016&language=ace&action=page translate to Aceh] <div lang="en" class="mw-content-ltr">Please consider helping non-English-language Wikimedia communities to stay updated about the Wikimedia blog's most notable posts from January, covering Wikimedia Foundation activities and other important events from across the Wikimedia movement. Completed translations will be announced on social media, project village pumps and (for some languages) mailing lists.</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 19:47, 22 February 2016 (UTC)</div> == Translation notification: User:CKoerner (WMF)/Work/Completion Suggester inital rollout == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[User:CKoerner (WMF)/Work/Completion Suggester inital rollout]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-User%3ACKoerner+%28WMF%29%2FWork%2FCompletion+Suggester+inital+rollout&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-User%3ACKoerner+%28WMF%29%2FWork%2FCompletion+Suggester+inital+rollout&language=ace&action=page translate to Aceh] The priority of this page is low. The deadline for translating this page is 2016-03-07. <div lang="en" class="mw-content-ltr">If you have time this weekend, please help translate this page to inform communities about improvement to search.</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 19:55, 4 March 2016 (UTC)</div> == Translation notification: Wikipedia == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Wikipedia]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikipedia&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikipedia&language=ace&action=page translate to Aceh] <div lang="en" class="mw-content-ltr"></div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 02:14, 12 March 2016 (UTC)</div> == Translation notification: Wikimedia Highlights, February 2016 == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Wikimedia Highlights, February 2016]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Highlights%2C+February+2016&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Highlights%2C+February+2016&language=ace&action=page translate to Aceh] <div lang="en" class="mw-content-ltr">Please consider helping non-English-language Wikimedia communities to stay updated about the Wikimedia blog's most notable posts from February, covering Wikimedia Foundation activities and other important events from across the Wikimedia movement. Completed translations will be announced on social media, project village pumps and (for some languages) mailing lists.</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 19:21, 18 March 2016 (UTC)</div> == Translation notification: Tech/Server switch 2016 == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Tech/Server switch 2016]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Tech%2FServer+switch+2016&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Tech%2FServer+switch+2016&language=ace&action=page translate to Aceh] The priority of this page is high. The deadline for translating this page is 2016-04-07. <div lang="en" class="mw-content-ltr">Please help translate this message about planned maintenance for the servers. Editors and other contributors will not be able to save their changes or upload images for about 30 minutes on both Tuesday, 19 April and Thursday, 21 April. This will affect ALL the WMF wikis, not just Wikipedia. I will send this message to hundreds of wikis before this event, and I hope that your languages will be included.</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 18:34, 23 March 2016 (UTC)</div> == Translation notification: Interface editors == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Interface editors]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Interface+editors&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Interface+editors&language=ace&action=page translate to Aceh] <div lang="en" class="mw-content-ltr"></div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 12:47, 29 March 2016 (UTC)</div> == Translation notification: Wikimedia Highlights, March 2016 == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Wikimedia Highlights, March 2016]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Highlights%2C+March+2016&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Highlights%2C+March+2016&language=ace&action=page translate to Aceh] <div lang="en" class="mw-content-ltr">Please consider helping non-English-language Wikimedia communities to stay updated about the Wikimedia blog's most notable posts from March, covering Wikimedia Foundation activities and other important events from across the Wikimedia movement. Completed translations will be announced on social media, project village pumps and (for some languages) mailing lists.</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 19:21, 13 April 2016 (UTC)</div> == Translation notification: Wikimedia Highlights, April 2016 == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[Wikimedia Highlights, April 2016]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Highlights%2C+April+2016&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Highlights%2C+April+2016&language=ace&action=page translate to Aceh] <div lang="en" class="mw-content-ltr">Please consider helping non-English-language Wikimedia communities to stay updated about the Wikimedia blog's most notable posts from April, covering Wikimedia Foundation activities and other important events from across the Wikimedia movement. Completed translations will be announced on social media, project village pumps and (for some languages) mailing lists.</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 20:45, 17 May 2016 (UTC)</div> == Translation notification: Template:Usurpation requested == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Template:Usurpation requested|Template:Usurpation requested]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Template%3AUsurpation+requested&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Template%3AUsurpation+requested&language=ace&action=page translate to Aceh] The priority of this page is medium. <div lang="en" class="mw-content-ltr"></div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 22:27, 5 September 2016 (UTC)</div> == Translation notification: Template:Usurpation requested == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Template:Usurpation requested|Template:Usurpation requested]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Template%3AUsurpation+requested&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Template%3AUsurpation+requested&language=ace&action=page translate to Aceh] The priority of this page is medium. <div lang="en" class="mw-content-ltr"></div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 22:29, 5 September 2016 (UTC)</div> == Translation notification: Strategy/Wikimedia movement/2017/Toolkit/Discussion Coordinator Role == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Strategy/Wikimedia movement/2017/Toolkit/Discussion Coordinator Role|Strategy/Wikimedia movement/2017/Toolkit/Discussion Coordinator Role]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Strategy%2FWikimedia+movement%2F2017%2FToolkit%2FDiscussion+Coordinator+Role&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Strategy%2FWikimedia+movement%2F2017%2FToolkit%2FDiscussion+Coordinator+Role&language=ace&action=page translate to Aceh] The priority of this page is medium. <div lang="en" class="mw-content-ltr"></div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 23:33, 9 March 2017 (UTC)</div> == Translation notification: Strategy/Wikimedia movement/2017/Process/Briefing == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Strategy/Wikimedia movement/2017/Process/Briefing|Strategy/Wikimedia movement/2017/Process/Briefing]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Strategy%2FWikimedia+movement%2F2017%2FProcess%2FBriefing&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Strategy%2FWikimedia+movement%2F2017%2FProcess%2FBriefing&language=ace&action=page translate to Aceh] The priority of this page is medium. <div lang="en" class="mw-content-ltr"></div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 22:19, 10 March 2017 (UTC)</div> == Translation notification: Meta:Babylon/Translators newsletter == <div lang="id" class="mw-content-ltr">Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Meta:Babylon/Translators newsletter|Meta:Babylon/Translators newsletter]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Meta%3ABabylon%2FTranslators+newsletter&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Meta%3ABabylon%2FTranslators+newsletter&language=ace&action=page translate to Aceh] <div lang="en" class="mw-content-ltr">This page explains a new service: to keep translators posted about messages that need a particular effort, we have created a new newsletter. that newsletter is distributed on wiki as a notification and does not requires an email to subscribe. This message is both to kindly suggest you to translate the page explaining that new process, and also to invote you to subscribe to that newsletter. :)</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 18:15, 21 November 2017 (UTC)</div> == Translation notification: VisualEditor/Newsletter/2020/July == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:VisualEditor/Newsletter/2020/July|VisualEditor/Newsletter/2020/July]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-VisualEditor%2FNewsletter%2F2020%2FJuly&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-VisualEditor%2FNewsletter%2F2020%2FJuly&language=ace&action=page translate to Aceh] The deadline for translating this page is the end of this week. <div lang="en" class="mw-content-ltr"></div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 20:26, 6 July 2020 (UTC) <!-- Message sent by User:Whatamidoing (WMF)@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: Trust and Safety/Case Review Committee/Charter == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Trust and Safety/Case Review Committee/Charter|Trust and Safety/Case Review Committee/Charter]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Trust+and+Safety%2FCase+Review+Committee%2FCharter&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Trust+and+Safety%2FCase+Review+Committee%2FCharter&language=ace&action=page translate to Aceh] The priority of this page is medium. <div lang="en" class="mw-content-ltr"></div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 08:33, 8 July 2020 (UTC) <!-- Message sent by User:Samuele2002@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: Tech/News/2020/32 == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Tech/News/2020/32|Tech/News/2020/32]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Tech%2FNews%2F2020%2F32&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Tech%2FNews%2F2020%2F32&language=ace&action=page translate to Aceh] <div lang="en" class="mw-content-ltr"></div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 05:27, 31 July 2020 (UTC) <!-- Message sent by User:Path slopu@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: Tech/Server switch 2020 == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Tech/Server switch 2020|Tech/Server switch 2020]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Tech%2FServer+switch+2020&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Tech%2FServer+switch+2020&language=ace&action=page translate to Aceh] The priority of this page is medium. <div lang="en" class="mw-content-ltr"></div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 13:03, 15 August 2020 (UTC) <!-- Message sent by User:Path slopu@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: Wikimedia CH == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Wikimedia CH|Wikimedia CH]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+CH&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+CH&language=ace&action=page translate to Aceh] The priority of this page is medium. <div lang="en" class="mw-content-ltr"></div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 07:43, 17 December 2020 (UTC) <!-- Message sent by User:Eihel@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: Wikimedia Community User Group Malaysia == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia on Meta. The page [[:metawikipedia:Wikimedia Community User Group Malaysia|Wikimedia Community User Group Malaysia]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Community+User+Group+Malaysia&language=id&action=page translate to Bahasa Indonesia] The priority of this page is low. <div lang="en" class="mw-content-ltr"></div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 06:26, 19 December 2020 (UTC) <!-- Message sent by User:Eihel@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: Wikimedia Community User Group Malaysia/Nav == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia on Meta. The page [[:metawikipedia:Wikimedia Community User Group Malaysia/Nav|Wikimedia Community User Group Malaysia/Nav]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Community+User+Group+Malaysia%2FNav&language=id&action=page translate to Bahasa Indonesia] The priority of this page is medium. <div lang="en" class="mw-content-ltr"></div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 06:30, 19 December 2020 (UTC) <!-- Message sent by User:Eihel@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: Project wiki representatives == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Project wiki representatives|Project wiki representatives]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Project+wiki+representatives&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Project+wiki+representatives&language=ace&action=page translate to Aceh] The deadline for translating this page is 2021-02-14. <div lang="en" class="mw-content-ltr">The five year old strategy process has resulted in recommendations. After Global Conversations the number one priority is to establish an Interim Global Council, who will draft a Movement Charter, which will lead to the formation of a Global Council. Please help in translating the concise page "Project wiki representatives" which asks contributor to select for each project wiki a representative, who will help in implementing the first strategic priority.</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 12:10, 6 February 2021 (UTC) <!-- Message sent by User:Ad Huikeshoven@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: VisualEditor/Newsletter/2021/June == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:VisualEditor/Newsletter/2021/June|VisualEditor/Newsletter/2021/June]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-VisualEditor%2FNewsletter%2F2021%2FJune&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-VisualEditor%2FNewsletter%2F2021%2FJune&language=ace&action=page translate to Aceh] The priority of this page is medium. The deadline for translating this page is 2021-06-20. <div lang="en" class="mw-content-ltr">This short newsletter is good news about posting comments on wiki. You can try out the "Discussion tools" in the Beta Features here at Meta-Wiki, too: [[Special:Preferences#mw-prefsection-betafeatures]]. Thank you! </div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 00:16, 16 June 2021 (UTC) <!-- Message sent by User:Whatamidoing (WMF)@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: Template:InternetArchiveBot header == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Template:InternetArchiveBot header|Template:InternetArchiveBot header]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Template%3AInternetArchiveBot+header&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Template%3AInternetArchiveBot+header&language=ace&action=page translate to Aceh] <div lang="en" class="mw-content-ltr">The InternetArchiveBot team has come up with a new header for its documentation and user pages designed to make important links as easy to find as possible. We use this header on the bot's global user page, and we have it set up to show the labels in your interface language, meaning that the labels will appear in Russian on Russian Wikipedia (unless you override the interface language). In order for this feature to work, we need translations of those labels. There are only six labels: * About the Bot * Report Problem * Contact Us * Documentation * Configure * Disable Bot If you know how to say those things in another language, you can help! And your work will make it easier for non-English speakers to use InternetArchiveBot. </div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 16:20, 29 June 2021 (UTC) <!-- Message sent by User:Harej@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: InternetArchiveBot/Problem == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:InternetArchiveBot/Problem|InternetArchiveBot/Problem]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-InternetArchiveBot%2FProblem&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-InternetArchiveBot%2FProblem&language=ace&action=page translate to Aceh] <div lang="en" class="mw-content-ltr">Thank you to everyone who translated "Template:InternetArchiveBot header". The template is now available in 64 languages (including variants)! Now when people visit the bot's user page on those language wikis, they will be greeted with navigation options in their language. (We have since added one more link to the header – "Translate" – translations are appreciated!) This page I am requesting translations for is the "report problem" page for InternetArchiveBot, directing the user to different places depending on the kind of problem they are having. There are a total of 17 terms to translate, consisting of short phrases and sentences. This page is directly linked from the header on InternetArchiveBot's global user page, so your work will likely be seen.</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 23:15, 12 July 2021 (UTC) <!-- Message sent by User:Harej@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: Wikimedia Foundation elections/2021/Voting == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Wikimedia Foundation elections/2021/Voting|Wikimedia Foundation elections/2021/Voting]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Foundation+elections%2F2021%2FVoting&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Foundation+elections%2F2021%2FVoting&language=ace&action=page translate to Aceh] <div lang="en" class="mw-content-ltr"></div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 10:22, 2 August 2021 (UTC) <!-- Message sent by User:KCVelaga (WMF)@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: Hack4OpenGLAM == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Hack4OpenGLAM|Hack4OpenGLAM]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Hack4OpenGLAM&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Hack4OpenGLAM&language=ace&action=page translate to Aceh] The deadline for translating this page is 2021-09-20. <div lang="en" class="mw-content-ltr">Welcome to translate the messages of the Hack4OpenGLAM hackathon, taking place at the Creative Commons Summit 20–24 September! Your work is appreciated!</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 10:25, 10 August 2021 (UTC) <!-- Message sent by User:Susannaanas@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: Wiki Loves Children == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Wiki Loves Children|Wiki Loves Children]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wiki+Loves+Children&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wiki+Loves+Children&language=ace&action=page translate to Aceh] <div lang="en" class="mw-content-ltr"></div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 10:39, 10 August 2021 (UTC) <!-- Message sent by User:MdsShakil@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: Hack4OpenGLAM/Messages == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Hack4OpenGLAM/Messages|Hack4OpenGLAM/Messages]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Hack4OpenGLAM%2FMessages&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Hack4OpenGLAM%2FMessages&language=ace&action=page translate to Aceh] The deadline for translating this page is 2021-09-20. <div lang="en" class="mw-content-ltr">This is an additional set of messages for Hack4OpenGLAM: instructions (the contents of the newsletter) and latest tweets that can be used in several languages. Thank you for your work, it has already been amazing!</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 22:21, 10 August 2021 (UTC) <!-- Message sent by User:Susannaanas@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: Wikimedia Foundation elections/2021/2021-09-07/2021 Election Results/Short == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Wikimedia Foundation elections/2021/2021-09-07/2021 Election Results/Short|Wikimedia Foundation elections/2021/2021-09-07/2021 Election Results/Short]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Foundation+elections%2F2021%2F2021-09-07%2F2021+Election+Results%2FShort&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Foundation+elections%2F2021%2F2021-09-07%2F2021+Election+Results%2FShort&language=ace&action=page translate to Aceh] The priority of this page is high. The deadline for translating this page is 2021-09-07. <div lang="en" class="mw-content-ltr">This short text (125 words) is meant to announce the results of the board elections on September, 7 to as much communities and volunteers as possible on such short notice in their native tongue. Please help us to make that happen! </div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 19:04, 6 September 2021 (UTC) <!-- Message sent by User:DBarthel (WMF)@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: Movement Charter/Drafting Committee/Set Up Process == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Movement Charter/Drafting Committee/Set Up Process|Movement Charter/Drafting Committee/Set Up Process]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Movement+Charter%2FDrafting+Committee%2FSet+Up+Process&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Movement+Charter%2FDrafting+Committee%2FSet+Up+Process&language=ace&action=page translate to Aceh] The priority of this page is high. The deadline for translating this page is 2021-09-17. <div lang="en" class="mw-content-ltr">The Movement Charter Drafting Committee election is coming soon. We have just put out a page to inform as many communities on the election. This requires many translations as we want to reach out to as many people as possible in their respective language. So we ask kindly for your support. Any questions? Please contact [[User:DBarthel (WMF)]]. Thanks for your help!</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 16:09, 13 September 2021 (UTC) <!-- Message sent by User:DBarthel (WMF)@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: Lingua Libre == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Lingua Libre|Lingua Libre]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Lingua+Libre&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Lingua+Libre&language=ace&action=page translate to Aceh] The priority of this page is medium. The deadline for translating this page is 2021-11-30. <div lang="en" class="mw-content-ltr"></div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 10:34, 18 September 2021 (UTC) <!-- Message sent by User:WikiLucas00@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: Movement Charter/Drafting Committee/Election translation == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Movement Charter/Drafting Committee/Election translation|Movement Charter/Drafting Committee/Election translation]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Movement+Charter%2FDrafting+Committee%2FElection+translation&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Movement+Charter%2FDrafting+Committee%2FElection+translation&language=ace&action=page translate to Aceh] The deadline for translating this page is 2021-10-08. <div lang="en" class="mw-content-ltr">2 sentences, 21 words! Movement Charter Drafting Committee Elections are coming. Translating the voting tool SecurePoll in as many native tongues is crucial for this. But: there are two sentences we need to be translated for this. Please support the effort to make this a global experience. Thank you for helping out!</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 14:04, 6 October 2021 (UTC) <!-- Message sent by User:DBarthel (WMF)@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: Movement Charter/Drafting Committee/MCDC Voter Email short 12-10-2021 == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Movement Charter/Drafting Committee/MCDC Voter Email short 12-10-2021|Movement Charter/Drafting Committee/MCDC Voter Email short 12-10-2021]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Movement+Charter%2FDrafting+Committee%2FMCDC+Voter+Email+short+12-10-2021&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Movement+Charter%2FDrafting+Committee%2FMCDC+Voter+Email+short+12-10-2021&language=ace&action=page translate to Aceh] The deadline for translating this page is 2021-10-11. <div lang="en" class="mw-content-ltr">The Movement Charter Drafting Committee Election starts next Monday. We would like to send eligible voters an email, letting them know that now is the time to vote. Of course this should happen in the respective language of the voter. It is only 195 words, a few minutes of work with a great impact! Any language is highly appreciated, we appreciate your help a lot. Thank you and have a great weekend! :)</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 17:50, 8 October 2021 (UTC) <!-- Message sent by User:DBarthel (WMF)@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: Grants:MSIG/Announcements/2021/Global message == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Grants:MSIG/Announcements/2021/Global message|Grants:MSIG/Announcements/2021/Global message]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Grants%3AMSIG%2FAnnouncements%2F2021%2FGlobal+message&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Grants%3AMSIG%2FAnnouncements%2F2021%2FGlobal+message&language=ace&action=page translate to Aceh] The deadline for translating this page is 2021-10-26. <div lang="en" class="mw-content-ltr">Hi everbody! The [[Movement Strategy and Governance|Movement Strategy and Governance team]] is announcing a Movement Strategy Implementation Grants program to the communities. We want to reach out to as many communities as possible, calling out volunteers globally. Please support us and help translating the announcement in all the languages you speak, '''it is only 50 words'''. We will send it out as a mass message later. Beyond this: if you would like to, please check out the program and spread the word. We would appreciate your help in sharing this news in social media channels of your community. We are grateful for all your support, you are awesome!</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 14:24, 21 October 2021 (UTC) <!-- Message sent by User:DBarthel (WMF)@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: Movement Charter/Drafting Committee/Elections/Results/Announcement == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Movement Charter/Drafting Committee/Elections/Results/Announcement|Movement Charter/Drafting Committee/Elections/Results/Announcement]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Movement+Charter%2FDrafting+Committee%2FElections%2FResults%2FAnnouncement&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Movement+Charter%2FDrafting+Committee%2FElections%2FResults%2FAnnouncement&language=ace&action=page translate to Aceh] The deadline for translating this page is 2021-10-31. <div lang="en" class="mw-content-ltr">The announcement of the members of the Movement Charter Drafting Committee is coming close. We would like to announce the results in as many languages as possible and kindly ask for your support. It is '''less than 100 words''', we would appreciate your help a lot and it is just a few minutes. Thank you for your continuous support! </div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 13:31, 29 October 2021 (UTC) <!-- Message sent by User:DBarthel (WMF)@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: Wikimedia Foundation Board of Trustees/Call for feedback: Board of Trustees elections == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Wikimedia Foundation Board of Trustees/Call for feedback: Board of Trustees elections|Wikimedia Foundation Board of Trustees/Call for feedback: Board of Trustees elections]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Foundation+Board+of+Trustees%2FCall+for+feedback%3A+Board+of+Trustees+elections&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Foundation+Board+of+Trustees%2FCall+for+feedback%3A+Board+of+Trustees+elections&language=ace&action=page translate to Aceh] The deadline for translating this page is 2022-01-10. <div lang="en" class="mw-content-ltr">''This year four seats of the WMF Board of Trustees are to be newly filled and there will be a Call for Feedback about the Board of Trustees selection processes from 10 January to 7 February 2022.'' ''The [[Movement Strategy and Governance]] team is supporting this Call for Feedback. For widest outreach across the Wikiverse we kindly ask you to support this by helping us out with additional translations.'' '''Postscriptum: During the last year many of you have helped us a lot to reach out to many different communities by translating in dozens of languages. We are utterly grateful for this - thanks to all of you for your ongoing support! You are the best!''' </div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 17:25, 7 January 2022 (UTC) <!-- Message sent by User:DBarthel (WMF)@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Translation notification: Wikimedia Foundation Board of Trustees/Call for feedback: Board of Trustees elections/Call for Feedback about the Board of Trustees elections is now open/Short == Hello Abu nek, You are receiving this notification because you signed up as a translator to Bahasa Indonesia dan Aceh on Meta. The page [[:metawikipedia:Wikimedia Foundation Board of Trustees/Call for feedback: Board of Trustees elections/Call for Feedback about the Board of Trustees elections is now open/Short|Wikimedia Foundation Board of Trustees/Call for feedback: Board of Trustees elections/Call for Feedback about the Board of Trustees elections is now open/Short]] is available for translation. You can translate it here: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Foundation+Board+of+Trustees%2FCall+for+feedback%3A+Board+of+Trustees+elections%2FCall+for+Feedback+about+the+Board+of+Trustees+elections+is+now+open%2FShort&language=id&action=page translate to Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Foundation+Board+of+Trustees%2FCall+for+feedback%3A+Board+of+Trustees+elections%2FCall+for+Feedback+about+the+Board+of+Trustees+elections+is+now+open%2FShort&language=ace&action=page translate to Aceh] The deadline for translating this page is 2022-01-13. <div lang="en" class="mw-content-ltr">Hi all, the [[Movement Strategy and Governance]] team is asking you for your help. We want to invite communities globally to a Call for Feedback about the Board of Trustees selection processes from 10 January to 7 February 2022. We want to send out a message next Friday to all communities in as many languages as possible. It is '''only 130 words'''! Your help is very much appreciated! Thank you for your time!</div> Your help is greatly appreciated. Translators like you help Meta to function as a truly multilingual community. You can [https://meta.wikimedia.org/wiki/Special:TranslatorSignup change your notification preferences]. Thank you! Meta translation coordinators&lrm;, 21:02, 11 January 2022 (UTC) <!-- Message sent by User:DBarthel (WMF)@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Pemberitahuan penerjemahan: Template:Education/News/Contents == Halo Abu nek, Anda menerima pemberitahuan ini karena Anda telah mendaftar menjadi penerjemah kepada Bahasa Indonesia dan Aceh di Meta. Halaman [[:metawikipedia:Template:Education/News/Contents|Template:Education/News/Contents]] tersedia untuk diterjemahkan. Anda bisa menerjemahkannya di sini: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Template%3AEducation%2FNews%2FContents&language=id&action=page terjemahkan ke Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Template%3AEducation%2FNews%2FContents&language=ace&action=page terjemahkan ke Aceh] <div lang="en" class="mw-content-ltr"></div> Bantuan Anda sangat dihargai. Penerjemah seperti Anda membantu Meta bekerja sebagai komunitas yang benar-benar multibahasa. Anda bisa [https://meta.wikimedia.org/wiki/Special:TranslatorSignup mengubah preferensi pemberitahuan Anda]. Terima kasih! Koordinator penerjemahan Meta&lrm;, 08:48, 22 January 2022 (UTC) <!-- Message sent by User:ZI Jony@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Pemberitahuan penerjemahan: Template:Education/News/Drafts == Halo Abu nek, Anda menerima pemberitahuan ini karena Anda telah mendaftar menjadi penerjemah kepada Bahasa Indonesia dan Aceh di Meta. Halaman [[:metawikipedia:Template:Education/News/Drafts|Template:Education/News/Drafts]] tersedia untuk diterjemahkan. Anda bisa menerjemahkannya di sini: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Template%3AEducation%2FNews%2FDrafts&language=id&action=page terjemahkan ke Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Template%3AEducation%2FNews%2FDrafts&language=ace&action=page terjemahkan ke Aceh] <div lang="en" class="mw-content-ltr"></div> Bantuan Anda sangat dihargai. Penerjemah seperti Anda membantu Meta bekerja sebagai komunitas yang benar-benar multibahasa. Anda bisa [https://meta.wikimedia.org/wiki/Special:TranslatorSignup mengubah preferensi pemberitahuan Anda]. Terima kasih! Koordinator penerjemahan Meta&lrm;, 09:00, 22 January 2022 (UTC) <!-- Message sent by User:ZI Jony@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Pemberitahuan penerjemahan: Template:Education/News/Drafts == Halo Abu nek, Anda menerima pemberitahuan ini karena Anda telah mendaftar menjadi penerjemah kepada Bahasa Indonesia dan Aceh di Meta. Halaman [[:metawikipedia:Template:Education/News/Drafts|Template:Education/News/Drafts]] tersedia untuk diterjemahkan. Anda bisa menerjemahkannya di sini: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Template%3AEducation%2FNews%2FDrafts&language=id&action=page terjemahkan ke Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Template%3AEducation%2FNews%2FDrafts&language=ace&action=page terjemahkan ke Aceh] <div lang="en" class="mw-content-ltr"></div> Bantuan Anda sangat dihargai. Penerjemah seperti Anda membantu Meta bekerja sebagai komunitas yang benar-benar multibahasa. Anda bisa [https://meta.wikimedia.org/wiki/Special:TranslatorSignup mengubah preferensi pemberitahuan Anda]. Terima kasih! Koordinator penerjemahan Meta&lrm;, 14:33, 22 January 2022 (UTC) <!-- Message sent by User:ZI Jony@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Pemberitahuan penerjemahan: Education/Newsletter/January 2022/Headlines == Halo Abu nek, Anda menerima pemberitahuan ini karena Anda telah mendaftar menjadi penerjemah kepada Bahasa Indonesia dan Aceh di Meta. Halaman [[:metawikipedia:Education/Newsletter/January 2022/Headlines|Education/Newsletter/January 2022/Headlines]] tersedia untuk diterjemahkan. Anda bisa menerjemahkannya di sini: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Education%2FNewsletter%2FJanuary+2022%2FHeadlines&language=id&action=page terjemahkan ke Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Education%2FNewsletter%2FJanuary+2022%2FHeadlines&language=ace&action=page terjemahkan ke Aceh] Prioritas halaman ini adalah tinggi. Batas waktu menerjemahkan halaman ini adalah 2022-01-24. <div lang="en" class="mw-content-ltr"></div> Bantuan Anda sangat dihargai. Penerjemah seperti Anda membantu Meta bekerja sebagai komunitas yang benar-benar multibahasa. Anda bisa [https://meta.wikimedia.org/wiki/Special:TranslatorSignup mengubah preferensi pemberitahuan Anda]. Terima kasih! Koordinator penerjemahan Meta&lrm;, 17:26, 22 January 2022 (UTC) <!-- Message sent by User:ZI Jony@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Pemberitahuan penerjemahan: Education/Newsletter/January 2022 == Halo Abu nek, Anda menerima pemberitahuan ini karena Anda telah mendaftar menjadi penerjemah kepada Bahasa Indonesia dan Aceh di Meta. Halaman [[:metawikipedia:Education/Newsletter/January 2022|Education/Newsletter/January 2022]] tersedia untuk diterjemahkan. Anda bisa menerjemahkannya di sini: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Education%2FNewsletter%2FJanuary+2022&language=id&action=page terjemahkan ke Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Education%2FNewsletter%2FJanuary+2022&language=ace&action=page terjemahkan ke Aceh] <div lang="en" class="mw-content-ltr"></div> Bantuan Anda sangat dihargai. Penerjemah seperti Anda membantu Meta bekerja sebagai komunitas yang benar-benar multibahasa. Anda bisa [https://meta.wikimedia.org/wiki/Special:TranslatorSignup mengubah preferensi pemberitahuan Anda]. Terima kasih! Koordinator penerjemahan Meta&lrm;, 17:29, 22 January 2022 (UTC) <!-- Message sent by User:ZI Jony@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Pemberitahuan penerjemahan: Leadership Development Task Force/Call for Feedback Announcement == Halo Abu nek, Anda menerima pemberitahuan ini karena Anda telah mendaftar menjadi penerjemah kepada Bahasa Indonesia dan Aceh di Meta. Halaman [[:metawikipedia:Leadership Development Task Force/Call for Feedback Announcement|Leadership Development Task Force/Call for Feedback Announcement]] tersedia untuk diterjemahkan. Anda bisa menerjemahkannya di sini: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Leadership+Development+Task+Force%2FCall+for+Feedback+Announcement&language=id&action=page terjemahkan ke Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Leadership+Development+Task+Force%2FCall+for+Feedback+Announcement&language=ace&action=page terjemahkan ke Aceh] Batas waktu menerjemahkan halaman ini adalah 2022-02-07. <div lang="en" class="mw-content-ltr">Good day to you from [[Movement Strategy and Governance]]! The coming weeks see a Call for Feedback concerning the creation of a movementwide [[Leadership_Development_Task_Force]]. We are announcing it by a short message of '''only 60 words''' to be distributed globally on Tuesday. Global distribution asks for native language support, so we kindly ask for your help to have as many translations as possible available. It should be a few minutes of work only. Thank you very much for your help, [[User:MediaWiki message delivery|MediaWiki message delivery]] ([[User talk:MediaWiki message delivery|discuss]] • [[Special:Contributions/MediaWiki message delivery|contribs]]) 10:13, 4 February 2022 (UTC)</div> Bantuan Anda sangat dihargai. Penerjemah seperti Anda membantu Meta bekerja sebagai komunitas yang benar-benar multibahasa. Anda bisa [https://meta.wikimedia.org/wiki/Special:TranslatorSignup mengubah preferensi pemberitahuan Anda]. Terima kasih! Koordinator penerjemahan Meta&lrm;, 10:13, 4 February 2022 (UTC) <!-- Message sent by User:DBarthel (WMF)@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Pemberitahuan penerjemahan: ContribuLing 2022 == Halo Abu nek, Anda menerima pemberitahuan ini karena Anda telah mendaftar menjadi penerjemah kepada Bahasa Indonesia dan Aceh di Meta. Halaman [[:metawikipedia:ContribuLing 2022|ContribuLing 2022]] tersedia untuk diterjemahkan. Anda bisa menerjemahkannya di sini: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-ContribuLing+2022&language=id&action=page terjemahkan ke Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-ContribuLing+2022&language=ace&action=page terjemahkan ke Aceh] Prioritas halaman ini adalah sedang. <div lang="en" class="mw-content-ltr"></div> Bantuan Anda sangat dihargai. Penerjemah seperti Anda membantu Meta bekerja sebagai komunitas yang benar-benar multibahasa. Anda bisa [https://meta.wikimedia.org/wiki/Special:TranslatorSignup mengubah preferensi pemberitahuan Anda]. Terima kasih! Koordinator penerjemahan Meta&lrm;, 12:05, 12 February 2022 (UTC) <!-- Message sent by User:WikiLucas00@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Pemberitahuan penerjemahan: Universal Code of Conduct/Enforcement guidelines == Halo Abu nek, Anda menerima pemberitahuan ini karena Anda telah mendaftar menjadi penerjemah kepada Bahasa Indonesia dan Aceh di Meta. Halaman [[:metawikipedia:Universal Code of Conduct/Enforcement guidelines|Universal Code of Conduct/Enforcement guidelines]] tersedia untuk diterjemahkan. Anda bisa menerjemahkannya di sini: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Universal+Code+of+Conduct%2FEnforcement+guidelines&language=id&action=page terjemahkan ke Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Universal+Code+of+Conduct%2FEnforcement+guidelines&language=ace&action=page terjemahkan ke Aceh] <div lang="en" class="mw-content-ltr"></div> Bantuan Anda sangat dihargai. Penerjemah seperti Anda membantu Meta bekerja sebagai komunitas yang benar-benar multibahasa. Anda bisa [https://meta.wikimedia.org/wiki/Special:TranslatorSignup mengubah preferensi pemberitahuan Anda]. Terima kasih! Koordinator penerjemahan Meta&lrm;, 15:18, 22 February 2022 (UTC) <!-- Message sent by User:Ericliu1912@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Pemberitahuan penerjemahan: Ukraine's Cultural Diplomacy Month == Halo Abu nek, Anda menerima pemberitahuan ini karena Anda telah mendaftar menjadi penerjemah kepada Bahasa Indonesia dan Aceh di Meta. Halaman [[:metawikipedia:Ukraine's Cultural Diplomacy Month|Ukraine's Cultural Diplomacy Month]] tersedia untuk diterjemahkan. Anda bisa menerjemahkannya di sini: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Ukraine%27s+Cultural+Diplomacy+Month&language=id&action=page terjemahkan ke Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Ukraine%27s+Cultural+Diplomacy+Month&language=ace&action=page terjemahkan ke Aceh] <div lang="en" class="mw-content-ltr"></div> Bantuan Anda sangat dihargai. Penerjemah seperti Anda membantu Meta bekerja sebagai komunitas yang benar-benar multibahasa. Anda bisa [https://meta.wikimedia.org/wiki/Special:TranslatorSignup mengubah preferensi pemberitahuan Anda]. Terima kasih! Koordinator penerjemahan Meta&lrm;, 01:50, 2 March 2022 (UTC) <!-- Message sent by User:Juan90264@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Pemberitahuan penerjemahan: Universal Code of Conduct/Enforcement guidelines/Voting/Translations == Halo Abu nek, Anda menerima pemberitahuan ini karena Anda telah mendaftar menjadi penerjemah kepada Bahasa Indonesia dan Aceh di Meta. Halaman [[:metawikipedia:Universal Code of Conduct/Enforcement guidelines/Voting/Translations|Universal Code of Conduct/Enforcement guidelines/Voting/Translations]] tersedia untuk diterjemahkan. Anda bisa menerjemahkannya di sini: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Universal+Code+of+Conduct%2FEnforcement+guidelines%2FVoting%2FTranslations&language=id&action=page terjemahkan ke Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Universal+Code+of+Conduct%2FEnforcement+guidelines%2FVoting%2FTranslations&language=ace&action=page terjemahkan ke Aceh] Batas waktu menerjemahkan halaman ini adalah 2022-03-06. <div lang="en" class="mw-content-ltr">Next Monday the ratification for the UCoC Enforcement Guidelines starts, an important step concerning an important document. We would like to invite people from all the global communities to take part in this process. To make the voting available in as many native languages as possible, we would appreciate your help in translations! '''This is 189 words only''', just a few minutes of simple work and it is an important contribution to strengthen your community's voice. Thank you very much for your help, [[User:DBarthel (WMF)|DBarthel (WMF)]] </div> Bantuan Anda sangat dihargai. Penerjemah seperti Anda membantu Meta bekerja sebagai komunitas yang benar-benar multibahasa. Anda bisa [https://meta.wikimedia.org/wiki/Special:TranslatorSignup mengubah preferensi pemberitahuan Anda]. Terima kasih! Koordinator penerjemahan Meta&lrm;, 13:51, 4 March 2022 (UTC) <!-- Message sent by User:DBarthel (WMF)@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Pemberitahuan penerjemahan: ContribuLing 2022/Program == Halo Abu nek, Anda menerima pemberitahuan ini karena Anda telah mendaftar menjadi penerjemah kepada Bahasa Indonesia dan Aceh di Meta. Halaman [[:metawikipedia:ContribuLing 2022/Program|ContribuLing 2022/Program]] tersedia untuk diterjemahkan. Anda bisa menerjemahkannya di sini: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-ContribuLing+2022%2FProgram&language=id&action=page terjemahkan ke Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-ContribuLing+2022%2FProgram&language=ace&action=page terjemahkan ke Aceh] Prioritas halaman ini adalah sedang. Batas waktu menerjemahkan halaman ini adalah 2022-03-31. <div lang="en" class="mw-content-ltr"></div> Bantuan Anda sangat dihargai. Penerjemah seperti Anda membantu Meta bekerja sebagai komunitas yang benar-benar multibahasa. Anda bisa [https://meta.wikimedia.org/wiki/Special:TranslatorSignup mengubah preferensi pemberitahuan Anda]. Terima kasih! Koordinator penerjemahan Meta&lrm;, 15:49, 26 March 2022 (UTC) <!-- Message sent by User:WikiLucas00@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Pemberitahuan penerjemahan: GLAM School/Questions == Halo Abu nek, Anda menerima pemberitahuan ini karena Anda telah mendaftar menjadi penerjemah kepada Bahasa Indonesia dan Aceh di Meta. Halaman [[:metawikipedia:GLAM School/Questions|GLAM School/Questions]] tersedia untuk diterjemahkan. Anda bisa menerjemahkannya di sini: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-GLAM+School%2FQuestions&language=id&action=page terjemahkan ke Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-GLAM+School%2FQuestions&language=ace&action=page terjemahkan ke Aceh] Batas waktu menerjemahkan halaman ini adalah 2022-12-31. <div lang="en" class="mw-content-ltr">GLAM School is a project by AvoinGLAM to chart out, uncover, and support practices that help GLAM professionals, GLAM-Wiki volunteers, Open GLAM advocates and others to be more empowered to contribute to Wikimedia and other open projects. In 2022 we are conducting surveys, chats, and interviews across organizations and networks involved in providing Open Access to cultural heritage. This page lists the questions that are used in the survey and the interviews.</div> Bantuan Anda sangat dihargai. Penerjemah seperti Anda membantu Meta bekerja sebagai komunitas yang benar-benar multibahasa. Anda bisa [https://meta.wikimedia.org/wiki/Special:TranslatorSignup mengubah preferensi pemberitahuan Anda]. Terima kasih! Koordinator penerjemahan Meta&lrm;, 08:53, 26 April 2022 (UTC) <!-- Message sent by User:Susannaanas@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Pemberitahuan penerjemahan: VisualEditor/Newsletter/2022/April == Halo Abu nek, Anda menerima pemberitahuan ini karena Anda telah mendaftar menjadi penerjemah kepada Bahasa Indonesia di Meta. Halaman [[:metawikipedia:VisualEditor/Newsletter/2022/April|VisualEditor/Newsletter/2022/April]] tersedia untuk diterjemahkan. Anda bisa menerjemahkannya di sini: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-VisualEditor%2FNewsletter%2F2022%2FApril&language=id&action=page terjemahkan ke Bahasa Indonesia] <div lang="en" class="mw-content-ltr"><b><span style="vertical-align:top;padding:0 0.3em;">[[File:SMirC-congrats.svg|19x19px|Thank you very much!]]</span>Terima kasih!</b></div> Bantuan Anda sangat dihargai. Penerjemah seperti Anda membantu Meta bekerja sebagai komunitas yang benar-benar multibahasa. Anda bisa [https://meta.wikimedia.org/wiki/Special:TranslatorSignup mengubah preferensi pemberitahuan Anda]. Terima kasih! Koordinator penerjemahan Meta&lrm;, 16:53, 27 April 2022 (UTC) <!-- Message sent by User:Whatamidoing (WMF)@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Pemberitahuan penerjemahan: GLAM School/Questions == Halo Abu nek, Anda menerima pemberitahuan ini karena Anda telah mendaftar menjadi penerjemah kepada Bahasa Indonesia dan Aceh di Meta. Halaman [[:metawikipedia:GLAM School/Questions|GLAM School/Questions]] tersedia untuk diterjemahkan. Anda bisa menerjemahkannya di sini: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-GLAM+School%2FQuestions&language=id&action=page terjemahkan ke Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-GLAM+School%2FQuestions&language=ace&action=page terjemahkan ke Aceh] Batas waktu menerjemahkan halaman ini adalah 2022-12-31. <div lang="en" class="mw-content-ltr">Thank you for the wonderful work you are doing! I have made a couple of small modifications to the existing text and added one new section. I hope you would be willing to have a look at those. Thank you again! Cheers, Susanna</div> Bantuan Anda sangat dihargai. Penerjemah seperti Anda membantu Meta bekerja sebagai komunitas yang benar-benar multibahasa. Anda bisa [https://meta.wikimedia.org/wiki/Special:TranslatorSignup mengubah preferensi pemberitahuan Anda]. Terima kasih! Koordinator penerjemahan Meta&lrm;, 07:07, 29 April 2022 (UTC) <!-- Message sent by User:Susannaanas@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Pemberitahuan penerjemahan: GLAM School == Halo Abu nek, Anda menerima pemberitahuan ini karena Anda telah mendaftar menjadi penerjemah kepada Bahasa Indonesia dan Aceh di Meta. Halaman [[:metawikipedia:GLAM School|GLAM School]] tersedia untuk diterjemahkan. Anda bisa menerjemahkannya di sini: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-GLAM+School&language=id&action=page terjemahkan ke Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-GLAM+School&language=ace&action=page terjemahkan ke Aceh] Batas waktu menerjemahkan halaman ini adalah 2022-12-31. <div lang="en" class="mw-content-ltr">The GLAM School main page is ready for translation. I hope the syntax still remained correct after I changed the page a lot. Thank you for your amazing help!</div> Bantuan Anda sangat dihargai. Penerjemah seperti Anda membantu Meta bekerja sebagai komunitas yang benar-benar multibahasa. Anda bisa [https://meta.wikimedia.org/wiki/Special:TranslatorSignup mengubah preferensi pemberitahuan Anda]. Terima kasih! Koordinator penerjemahan Meta&lrm;, 18:20, 4 May 2022 (UTC) <!-- Message sent by User:Susannaanas@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Pemberitahuan penerjemahan: Wikimedia Foundation elections/2022/Announcement/Board voter email == Halo Abu nek, Anda menerima pemberitahuan ini karena Anda telah mendaftar menjadi penerjemah kepada Bahasa Indonesia dan Aceh di Meta. Halaman [[:metawikipedia:Wikimedia Foundation elections/2022/Announcement/Board voter email|Wikimedia Foundation elections/2022/Announcement/Board voter email]] tersedia untuk diterjemahkan. Anda bisa menerjemahkannya di sini: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Foundation+elections%2F2022%2FAnnouncement%2FBoard+voter+email&language=id&action=page terjemahkan ke Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Foundation+elections%2F2022%2FAnnouncement%2FBoard+voter+email&language=ace&action=page terjemahkan ke Aceh] Prioritas halaman ini adalah tinggi. <div lang="en" class="mw-content-ltr">Hi all! The community vote of this year's Board Elections are close. As always voter mails will be sent out. To invite as many community members as possible in their native tongue your help is very much appreciated. While there are already plenty of translations we would appreciate you to check for languages still missing and to contribute translations for these. The mails are short, just a bit about two times '''200 words''', a few minutes of work. Your support is very important as it helps communities to learn about the election and to cast their vote. Best, Denis Barthel (WMF) (Movement Strategy and Governance)</div> Bantuan Anda sangat dihargai. Penerjemah seperti Anda membantu Meta bekerja sebagai komunitas yang benar-benar multibahasa. Anda bisa [https://meta.wikimedia.org/wiki/Special:TranslatorSignup mengubah preferensi pemberitahuan Anda]. Terima kasih! Koordinator penerjemahan Meta&lrm;, 12:51, 9 August 2022 (UTC) <!-- Message sent by User:DBarthel (WMF)@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> == Pemberitahuan penerjemahan: Wikimedia Foundation elections/2022/Announcement/Board voter email == Halo Abu nek, Anda menerima pemberitahuan ini karena Anda telah mendaftar menjadi penerjemah kepada Bahasa Indonesia dan Aceh di Meta. Halaman [[:metawikipedia:Wikimedia Foundation elections/2022/Announcement/Board voter email|Wikimedia Foundation elections/2022/Announcement/Board voter email]] tersedia untuk diterjemahkan. Anda bisa menerjemahkannya di sini: * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Foundation+elections%2F2022%2FAnnouncement%2FBoard+voter+email&language=id&action=page terjemahkan ke Bahasa Indonesia] * [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Wikimedia+Foundation+elections%2F2022%2FAnnouncement%2FBoard+voter+email&language=ace&action=page terjemahkan ke Aceh] Prioritas halaman ini adalah tinggi. <div lang="en" class="mw-content-ltr">Hi all! The community vote of this year's Board Elections are close. As always voter mails will be sent out. To invite as many community members as possible in their native tongue your help is very much appreciated. While there are already plenty of translations we would appreciate you to check for languages still missing and to contribute translations for these. The mails are short, just a bit about two times '''200 words''', a few minutes of work. Your support is very important as it helps communities to learn about the election and to cast their vote. Best, Denis Barthel (WMF) (Movement Strategy and Governance)</div> Bantuan Anda sangat dihargai. Penerjemah seperti Anda membantu Meta bekerja sebagai komunitas yang benar-benar multibahasa. Anda bisa [https://meta.wikimedia.org/wiki/Special:TranslatorSignup mengubah preferensi pemberitahuan Anda]. Terima kasih! Koordinator penerjemahan Meta&lrm;, 21:51, 9 August 2022 (UTC) <!-- Message sent by User:DBarthel (WMF)@metawiki using the list at https://meta.wikimedia.org/wiki/Special:NotifyTranslators --> 9lpy1onvdsl6j9ihoojz1ogunm7ml7v Exercise as it relates to Disease/Result of Exercise on Overnight Glycemic Control in Children with Type 1 Diabetes 0 364345 4089931 3255048 2022-08-09T22:34:23Z Richard D. LeCour 3024255 /* What kind of research was this? */ Removed duplicate word. wikitext text/x-wiki This is an analysis of the journal article: "Impact of Exercise on Overnight Glycemic Control in Children with Type 1 Diabetes Mellitus". == What is the background to this research? == The research conducted in this article was specifically made to determine the affect that exercise had on young children when determining glycemic control in type 1 diabetes. It is widely known that physical exercise presents doctors, parents and patients with a dilemma. Exercise is highly encouraged in children, but for those affect by type 1 diabetes, exercise can make the regulation of blood glucose levels more difficult to measure during and after the period of exercise. The possibility that prolonged periods of exercise during the day may increase the risk of severe hypoglycaemia during the night is a very common concern. A number of studies in children and adults have demonstrated that most severe hypoglycaemic events occur at night and suggests that such events are more frequent after days of increased physical activity.<ref>Davis EA, Keating B, Byrne GC, Russell M, Jones TW. Hypoglycemia: incidence and clinical predictors in a large population-based sample of children and adolescents with IDDM. Diabetes Care. 1997;20:22–5.</ref><ref>The DCCT Research Group Epidemiology of severe hypoglycemia in the diabetes control and complications trial. Am J Med. 1991;90:450–9.</ref> == Where is the research from? == This research article was part of the Journal of Paediatrics - October 2005, and was conducted by the Diabetes Research in Children Network Study Group. - "Impact of Exercise on Overnight Glycemic Control in Children with Type 1 Diabetes Mellitus" pg. 528 - 534 == What kind of research was this? == The research conducted was a controlled study taking place at five clinical sites, containing 50 subjects with Type 1 Diabetes, all of which were aged between 11 and 17 years. The subjects were studied in a clinical research centre on two separate days. One day included an afternoon exercise session on a treadmill, whereas the one day did not include any exercise. On both days, frequently sampled blood glucose levels were measured at the DirectNet central lab. - Insulin doses were similar on both days.<ref>Impact of Exercise on Overnight Glycemic Control in Children with Type 1 Diabetes Mellitus. (October 2005). Journal of Paediatrics, 528-534.</ref> == What did the research involve? == '''Study Procedures''' The research conducted involved two inpatient stays in the CRCs (Cooperative Research Centre) at each of the DirectNet study sites. These stays lasted about 24 hours each and were separated by 1 to 4 weeks. - Stay 1: 75 minutes exercise session in the late afternoon, known as the exercise day. - Stay 2: No exercise needed, known as the sedentary day. The order of the exercise day and sedentary days were determined at random. The stays at the CRC included many different recordings of the subjects 'at home' behaviours. Before the first admission, the subject's daily meal plan and insulin algorithms used at home were recorded. Meals and bedtime snacks of similar caloric and carbohydrate content were consumed. Insulin management on both the exercise day and sedentary day were as similar as possible and followed the same routine that the subject would follow at home on a day without exercise. '''Exercise Procedures''' On the morning of the exercise day the subject walked on a treadmill for 5–15 minutes to determine the settings needed to achieve a heart rate of 140bpm. These settings were used for the start of the exercise session, which began at 4pm. The exercise session consisted of 15 minutes walking on a treadmill at a heart rate of 140bpm, followed by a 5 minute rest period. This cycle was repeated 3 more times, equalling 4 - 15 minute exercise periods. '''Evening and Overnight Procedures''' Each night, dinner was consumed at 6:15pm. After dinner, blood glucose levels were checked at 7:00pm, 8:00pm and 9:00pm. A bedtime snack was given at 9:30pm if the subject would normally receive one as part of their sedentary treatment regime. The subject was asked to sleep from 10:00pm and was woken at 7:00am. Blood glucose measurements were made using samples from a intravenous catheter every half-hour from 10:00pm through to 6:00am. == What were the basic results? == During exercise, plasma glucose levels fell in almost all subjects: 11 subjects (22%) developed hypoglycaemia. Mean glucose levels from 10:00pm to 6L00am was lower on the exercise day that on the sedentary day: 131 vs 154&nbsp;mg/dL; P = 0.003 Hypoglycaemia developed overnight more often on the exercise nights than on the sedentary nights: P = 0.009, occurring on the exercise night only in 13 (26%), on the sedentary night only in 3 (6%), on both nights in 11 (22%), and on neither night in 23 (46%). Hypoglycaemia was unusual on the sedentary night if the pre-bedtime snack glucose level was > 130&nbsp;mg/dL. == How did the researchers interpret the results? == The results were interpreted via the change in blood glycemic levels over the course of a night, determined by the amount of physical activity that the participants undertook prior. == What conclusions should be taken away from this research? == The research demonstrated indicates that hyperglycaemia after exercise plays a direct correlation in overnight glycemic levels in children with type 1 diabetes. This results of this data supported the importance of modifying type 1 diabetes management after exercise, enabling the children to reduce their risk of overnight hypoglycaemia. == What are the implications of this research? == Allowing most children to maintain a consistent and healthy lifestyle via exercise allows them to keep down their blood glucose levels as they sleep each night. As stated in the research, afternoon exercise is able to reduce glycemic levels overnight. This also enables children to maintain a healthy body weight and reduce the risk of obesity. Due to this research, children now have the knowledge to start or continue exercise when affected with type 1 diabetes as it is beneficial for their overall health. == References == {{Reflist}} {{BookCat}} bc702sqfetbmycl3zw9z1qcg698c3ws Magar Language/Conversation/Conversation1 0 385872 4089905 4072551 2022-08-09T17:39:20Z 103.148.23.181 wikitext text/x-wiki English: namuste :Magar: jhorle informal/ mejhorle (hjora)? English: You are beautiful. :Magar: nako Seycha : English: Where are you ? :Magar: nako kulak ale? English: Where had you been? :Magar: kulak nuwara raahachha nako? English: I had gone town. :Magar: nga bazar nuwara raahachha. English: How are you? :Magar: nako kuncha ale? English: Who is that man? :Magar: hos bharni su ale? English: Whose book is that? :Magar: Ise kitab su ale? English: What is your name? :Magar: Nakung myarmin he ale? English: My name is.! Magar: nau aarmin...... aale [ The above material was copied from different public posts from facebook. ] {{BookCat}} chawnme6pddnzblugrb4h8qmkshqfsi Wikibooks:Edit filter/False positives 4 396216 4089868 4089031 2022-08-09T14:43:59Z Sefuslot88 3398363 wikitext text/x-wiki {{User:MiszaBot/config |archive = Wikibooks:Edit filter/False positives/Archive %(counter)d |algo = old(75d) |counter = 3 |maxarchivesize = 150K |minthreadstoarchive = 1 |minthreadsleft = 3 }} {{edit filter navigation}} [[Category:Wikibooks edit filter|False positives]] <!-- Template:Archives begins -->{| class="{{talk other |tmbox tmbox-notice |ombox ombox-notice |demospace=}} mbox-small {{#ifeq:|yes|collapsible|{{#ifeq:|yes|collapsible selected}}}}" style="text-align: center; {{#if:|width:{{{box-width}}};}} " |- ! {{Image|alt={{#if:{{#ifeq:::none::|::none::|}}||{{!}}link=}}|Replacement filing cabinet.svg|30px|postfix=<br />}}[[Special:PrefixIndex/Wikibooks:Edit filter/False positives/|Archives]] {{#if:|([[{{#rel2abs: {{{index}}} }}|Index]])}} |- | style="text-align:left;" | {{#switch:¬ |no= |long={{Archive list long|{{#if:|root}}={{{root}}} }} |¬={{#ifexist:{{#rel2abs:./archivelist}} |{{ {{#rel2abs:./archivelist }} }} |{{Archive list long|{{#if:|root}}={{{root}}} }} }} |#default=<div style="text-align:center;">{{Archive list|{{#if:|root}}={{{root}}} }}</div>}} |- {{#ifeq:no|no|| {{!}} {{#tag:inputbox| bgcolor=transparent type=fulltext prefix={{#if:|{{{prefix}}}|{{#if:|{{{root}}}|{{FULLPAGENAME}}}}/}} break={{#if:|{{{search-break}}}|no}} width={{#if:|{{{search-width}}}|22}} searchbuttonlabel={{#if:|{{{search-button-label}}}|Search}} }} {{!}}- }} {{#if:|{{!}} {{#if: |{{#if:|<small>}}Threads older than {{{age}}}{{#ifeq:|h||&nbsp;}}days are|This page is}} archived{{#if:|&#32;by {{nowraplinks|[[User:{{{bot}}}|{{{bot}}}]]}}}}. {{!}}- }} {{#ifeq: -yes | no-yes | {{!}} <small class="plainlinks">[{{fullurl:{{#rel2abs:./archivelist}}|action=edit}} Edit this box]</small> {{!}}- }} |}<!-- Template:Archives ends -->{{#if:{{{nocat}}}||[[Category:Archives]]}} <div class="center"><big>'''{{plain link|URL=//en.wikibooks.org/w/index.php?title=Wikibooks:Edit_filter/False_positives&action=edit&section=new&preload=Template:Falsepositive/Preload&editintro=Template:Falsepositive/Editintro|NAME=Click here to report a false positive}}'''</big></div> <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> == 1.6.98.139 == ;Username : {{user|1.6.98.139}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:1.6.98.139}}|NAME=filter log}}) ;Page you were editing : [[]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:}}|NAME=filter log}}) ;Description : ;Date and time : 07:02, 30 May 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> :These edits are probably not allowed. --[[User:Mrjulesd|<span style="color:orange;">Jules</span>]]&nbsp;[[User talk:Mrjulesd|(Mrjulesd)]] 00:22, 4 June 2022 (UTC) == 91.64.170.153 == ;Username : {{user|91.64.170.153}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:91.64.170.153}}|NAME=filter log}}) ;Page you were editing : [[More c++ idioms/function poisoning]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:More c++ idioms/function poisoning}}|NAME=filter log}}) ;Description : Trying to add references where this idiom has been published ;Date and time : 06:59, 13 June 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> :The filter blocked this edit as you were just adding a URL and no other content. The addition of links like this is not generally encouraged and I wouldn't call this a false positive. It's exactly the behaviour the filter is intended to prevent. [[User:MarcGarver|MarcGarver]] ([[User talk:MarcGarver|discuss]] • [[Special:Contributions/MarcGarver|contribs]]) 10:47, 13 June 2022 (UTC) == MaggieSardino == ;Username : {{user|MaggieSardino}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:MaggieSardino}}|NAME=filter log}}) ;Page you were editing : [[]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:}}|NAME=filter log}}) ;Description : I am creating a bibliography which includes URLs and they are needed. ;Date and time : 21:52, 15 June 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> :Your edit is being stopped for multiple reasons. Please create the page with an initial small edit - just a few lines. Then add each block of your text as a separate edit so that it takes, say, 10 edits to publish the whole page. This should allow you to complete the page without triggering the automatic rejection. Once you have a longer edit history, you will not have these problems. [[User:MarcGarver|MarcGarver]] ([[User talk:MarcGarver|discuss]] • [[Special:Contributions/MarcGarver|contribs]]) 08:47, 16 June 2022 (UTC) ::How is a new user supposed to know this very odd behavior even exists. No such warning or instructions appears anywhere when I clicked edit. Also, please be precise... what is "a longer edit history", is that 5 edits? 10? [[Special:Contributions/108.168.93.43|108.168.93.43]] ([[User talk:108.168.93.43|discuss]]) 14:04, 18 July 2022 (UTC) :::Hi 108. A larger edit history is 10 edits (and four days) - and you must have an account too. <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 14:39, 18 July 2022 (UTC) == 67.149.161.45 == ;Username : {{user|67.149.161.45}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:67.149.161.45}}|NAME=filter log}}) ;Page you were editing : [[Unicode/List of useful symbols]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:Unicode/List of useful symbols}}|NAME=filter log}}) ;Description : Wikipedia has a list of box drawing characters. I tried to link to it, then I tried to just copy the table in. Both failed though. ;Date and time : 14:24, 5 July 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> ::<s>So, the filter log says "link spamming"? <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 15:21, 5 July 2022 (UTC)</s> ::Oh, I get it. Wikilinks look like this: [<nowiki>[</nowiki>''page name'']]. To link to wikipedia, use [<nowiki>[</nowiki>w:''page name'']] <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 15:26, 5 July 2022 (UTC) == N8henrie == ;Username : {{user|N8henrie}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:N8henrie}}|NAME=filter log}}) ;Page you were editing : [[en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_an_external_Editor_with_OpenSCAD?veaction=edit&section=3]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_an_external_Editor_with_OpenSCAD?veaction=edit&section=3}}|NAME=filter log}}) ;Description : Link to example editor setup flagged as spam ;Date and time : 17:33, 15 July 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> ::{{ping|N8henrie}} Please wait until you made 10 edits (and have a four day old account) <sup> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]</sup> / <sub>[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 18:08, 4 August 2022 (UTC) == 108.168.93.43 == ;Username : {{user|108.168.93.43}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:108.168.93.43}}|NAME=filter log}}) ;Page you were editing : [[BASIC Programming/Random Number Generation]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:BASIC Programming/Random Number Generation}}|NAME=filter log}}) ;Description : Adding real content. ;Date and time : 13:57, 18 July 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> == Henkle2 == ;Username : {{user|Henkle2}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:Henkle2}}|NAME=filter log}}) ;Page you were editing : [[User:Henkle2]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:User:Henkle2}}|NAME=filter log}}) ;Description : The two URL's that were flagged as errors and sent me to this page are critical to clarifying the question I posed. I do not know whether the text I entered at "User:Henkle2" was saved or not. ;Date and time : 21:40, 23 July 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> :{{ping|Henkle2}} your edits were not saved. If a link is not allowed, Wikibooks thinks that you are link spamming. Please wait until your account is at least 4 days old and you have made ten edits. <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 21:48, 23 July 2022 (UTC) :Thanks. I revised the message, removing the URL's, which made it my first message. I was just trying to contact - [[User:Stampalbumbuddy/sandbox]] - about an entry on his page. I'm not sure how to do that. I am confused. Why do I have to have separate logins for Wikipedia, wikicollecting, wikidot and wikibooks? Why is my Wikipedia login not valid for all of them? [[User:Henkle2|Henkle2]] ([[User talk:Henkle2|discuss]] • [[Special:Contributions/Henkle2|contribs]]) 19:33, 2 August 2022 (UTC) ::{{ping|Henkle2}} You should have the same login for all wikimedia wikis. If you were trying to link to a diff, try <nowiki>[[Special:Diff/</nowiki>''diff id'']]. <sup> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]</sup> / <sub>[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 19:59, 2 August 2022 (UTC) ==TheLostProbe== ;Username : {{user|TheLostProbe}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:TheLostProbe}}|NAME=filter log}}) ;Page you were editing : [[Celestia/FAQs]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:Celestia/FAQs}}|NAME=filter log}}) ;Description : I was fixing multiple small issues in various sections of the page. This included adding and updating several links to external websites, which triggered an "automated throttle designed to limit spammers". ;Date and time : 04:37, 5 August 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> :{{ping|TheLostProbe}} try adding your likns without the "https" at the beginning, and later adding it back (when you made ten edits and your account is four days old). <sup> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]</sup> / <sub>[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 05:03, 5 August 2022 (UTC) :wait, what do you mean my account is four days old? i created this account ages ago... [[User:TheLostProbe|TheLostProbe]] ([[User talk:TheLostProbe|discuss]] • [[Special:Contributions/TheLostProbe|contribs]]) 05:59, 5 August 2022 (UTC) ::{{ping|TheLostProbe}} Sorry, I hadn't noticed. But you still need ten edits on this wiki. <sup> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]</sup> / <sub>[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 06:11, 5 August 2022 (UTC) ==Sefuslot88== ;Username : {{user|Sefuslot88}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:Sefuslot88}}|NAME=filter log}}) ;Page you were editing : [[]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:}}|NAME=filter log}}) ;Description : ;Date and time : 14:43, 9 August 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> jhhg558sxsshsn6wtuoiltdcvwatrz6 4089869 4089868 2022-08-09T14:49:27Z Praxidicae 3061768 [[WB:REVERT|Reverted]] edits by [[Special:Contributions/Sefuslot88|Sefuslot88]] ([[User talk:Sefuslot88|talk]]) to last version by L10nM4st3r wikitext text/x-wiki {{User:MiszaBot/config |archive = Wikibooks:Edit filter/False positives/Archive %(counter)d |algo = old(75d) |counter = 3 |maxarchivesize = 150K |minthreadstoarchive = 1 |minthreadsleft = 3 }} {{edit filter navigation}} [[Category:Wikibooks edit filter|False positives]] <!-- Template:Archives begins -->{| class="{{talk other |tmbox tmbox-notice |ombox ombox-notice |demospace=}} mbox-small {{#ifeq:|yes|collapsible|{{#ifeq:|yes|collapsible selected}}}}" style="text-align: center; {{#if:|width:{{{box-width}}};}} " |- ! {{Image|alt={{#if:{{#ifeq:::none::|::none::|}}||{{!}}link=}}|Replacement filing cabinet.svg|30px|postfix=<br />}}[[Special:PrefixIndex/Wikibooks:Edit filter/False positives/|Archives]] {{#if:|([[{{#rel2abs: {{{index}}} }}|Index]])}} |- | style="text-align:left;" | {{#switch:¬ |no= |long={{Archive list long|{{#if:|root}}={{{root}}} }} |¬={{#ifexist:{{#rel2abs:./archivelist}} |{{ {{#rel2abs:./archivelist }} }} |{{Archive list long|{{#if:|root}}={{{root}}} }} }} |#default=<div style="text-align:center;">{{Archive list|{{#if:|root}}={{{root}}} }}</div>}} |- {{#ifeq:no|no|| {{!}} {{#tag:inputbox| bgcolor=transparent type=fulltext prefix={{#if:|{{{prefix}}}|{{#if:|{{{root}}}|{{FULLPAGENAME}}}}/}} break={{#if:|{{{search-break}}}|no}} width={{#if:|{{{search-width}}}|22}} searchbuttonlabel={{#if:|{{{search-button-label}}}|Search}} }} {{!}}- }} {{#if:|{{!}} {{#if: |{{#if:|<small>}}Threads older than {{{age}}}{{#ifeq:|h||&nbsp;}}days are|This page is}} archived{{#if:|&#32;by {{nowraplinks|[[User:{{{bot}}}|{{{bot}}}]]}}}}. {{!}}- }} {{#ifeq: -yes | no-yes | {{!}} <small class="plainlinks">[{{fullurl:{{#rel2abs:./archivelist}}|action=edit}} Edit this box]</small> {{!}}- }} |}<!-- Template:Archives ends -->{{#if:{{{nocat}}}||[[Category:Archives]]}} <div class="center"><big>'''{{plain link|URL=//en.wikibooks.org/w/index.php?title=Wikibooks:Edit_filter/False_positives&action=edit&section=new&preload=Template:Falsepositive/Preload&editintro=Template:Falsepositive/Editintro|NAME=Click here to report a false positive}}'''</big></div> <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> == 1.6.98.139 == ;Username : {{user|1.6.98.139}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:1.6.98.139}}|NAME=filter log}}) ;Page you were editing : [[]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:}}|NAME=filter log}}) ;Description : ;Date and time : 07:02, 30 May 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> :These edits are probably not allowed. --[[User:Mrjulesd|<span style="color:orange;">Jules</span>]]&nbsp;[[User talk:Mrjulesd|(Mrjulesd)]] 00:22, 4 June 2022 (UTC) == 91.64.170.153 == ;Username : {{user|91.64.170.153}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:91.64.170.153}}|NAME=filter log}}) ;Page you were editing : [[More c++ idioms/function poisoning]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:More c++ idioms/function poisoning}}|NAME=filter log}}) ;Description : Trying to add references where this idiom has been published ;Date and time : 06:59, 13 June 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> :The filter blocked this edit as you were just adding a URL and no other content. The addition of links like this is not generally encouraged and I wouldn't call this a false positive. It's exactly the behaviour the filter is intended to prevent. [[User:MarcGarver|MarcGarver]] ([[User talk:MarcGarver|discuss]] • [[Special:Contributions/MarcGarver|contribs]]) 10:47, 13 June 2022 (UTC) == MaggieSardino == ;Username : {{user|MaggieSardino}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:MaggieSardino}}|NAME=filter log}}) ;Page you were editing : [[]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:}}|NAME=filter log}}) ;Description : I am creating a bibliography which includes URLs and they are needed. ;Date and time : 21:52, 15 June 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> :Your edit is being stopped for multiple reasons. Please create the page with an initial small edit - just a few lines. Then add each block of your text as a separate edit so that it takes, say, 10 edits to publish the whole page. This should allow you to complete the page without triggering the automatic rejection. Once you have a longer edit history, you will not have these problems. [[User:MarcGarver|MarcGarver]] ([[User talk:MarcGarver|discuss]] • [[Special:Contributions/MarcGarver|contribs]]) 08:47, 16 June 2022 (UTC) ::How is a new user supposed to know this very odd behavior even exists. No such warning or instructions appears anywhere when I clicked edit. Also, please be precise... what is "a longer edit history", is that 5 edits? 10? [[Special:Contributions/108.168.93.43|108.168.93.43]] ([[User talk:108.168.93.43|discuss]]) 14:04, 18 July 2022 (UTC) :::Hi 108. A larger edit history is 10 edits (and four days) - and you must have an account too. <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 14:39, 18 July 2022 (UTC) == 67.149.161.45 == ;Username : {{user|67.149.161.45}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:67.149.161.45}}|NAME=filter log}}) ;Page you were editing : [[Unicode/List of useful symbols]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:Unicode/List of useful symbols}}|NAME=filter log}}) ;Description : Wikipedia has a list of box drawing characters. I tried to link to it, then I tried to just copy the table in. Both failed though. ;Date and time : 14:24, 5 July 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> ::<s>So, the filter log says "link spamming"? <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 15:21, 5 July 2022 (UTC)</s> ::Oh, I get it. Wikilinks look like this: [<nowiki>[</nowiki>''page name'']]. To link to wikipedia, use [<nowiki>[</nowiki>w:''page name'']] <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 15:26, 5 July 2022 (UTC) == N8henrie == ;Username : {{user|N8henrie}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:N8henrie}}|NAME=filter log}}) ;Page you were editing : [[en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_an_external_Editor_with_OpenSCAD?veaction=edit&section=3]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_an_external_Editor_with_OpenSCAD?veaction=edit&section=3}}|NAME=filter log}}) ;Description : Link to example editor setup flagged as spam ;Date and time : 17:33, 15 July 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> ::{{ping|N8henrie}} Please wait until you made 10 edits (and have a four day old account) <sup> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]</sup> / <sub>[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 18:08, 4 August 2022 (UTC) == 108.168.93.43 == ;Username : {{user|108.168.93.43}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:108.168.93.43}}|NAME=filter log}}) ;Page you were editing : [[BASIC Programming/Random Number Generation]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:BASIC Programming/Random Number Generation}}|NAME=filter log}}) ;Description : Adding real content. ;Date and time : 13:57, 18 July 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> == Henkle2 == ;Username : {{user|Henkle2}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:Henkle2}}|NAME=filter log}}) ;Page you were editing : [[User:Henkle2]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:User:Henkle2}}|NAME=filter log}}) ;Description : The two URL's that were flagged as errors and sent me to this page are critical to clarifying the question I posed. I do not know whether the text I entered at "User:Henkle2" was saved or not. ;Date and time : 21:40, 23 July 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> :{{ping|Henkle2}} your edits were not saved. If a link is not allowed, Wikibooks thinks that you are link spamming. Please wait until your account is at least 4 days old and you have made ten edits. <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 21:48, 23 July 2022 (UTC) :Thanks. I revised the message, removing the URL's, which made it my first message. I was just trying to contact - [[User:Stampalbumbuddy/sandbox]] - about an entry on his page. I'm not sure how to do that. I am confused. Why do I have to have separate logins for Wikipedia, wikicollecting, wikidot and wikibooks? Why is my Wikipedia login not valid for all of them? [[User:Henkle2|Henkle2]] ([[User talk:Henkle2|discuss]] • [[Special:Contributions/Henkle2|contribs]]) 19:33, 2 August 2022 (UTC) ::{{ping|Henkle2}} You should have the same login for all wikimedia wikis. If you were trying to link to a diff, try <nowiki>[[Special:Diff/</nowiki>''diff id'']]. <sup> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]</sup> / <sub>[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 19:59, 2 August 2022 (UTC) ==TheLostProbe== ;Username : {{user|TheLostProbe}} ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchUser={{urlencode:TheLostProbe}}|NAME=filter log}}) ;Page you were editing : [[Celestia/FAQs]] ({{plainlinks|URL=http://en.wikibooks.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle={{urlencode:Celestia/FAQs}}|NAME=filter log}}) ;Description : I was fixing multiple small issues in various sections of the page. This included adding and updating several links to external websites, which triggered an "automated throttle designed to limit spammers". ;Date and time : 04:37, 5 August 2022 (UTC) ;Comments <!-- Please leave this area blank for now, but be prepared to answer questions left by reviewing editors. Thanks! --> :{{ping|TheLostProbe}} try adding your likns without the "https" at the beginning, and later adding it back (when you made ten edits and your account is four days old). <sup> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]</sup> / <sub>[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 05:03, 5 August 2022 (UTC) :wait, what do you mean my account is four days old? i created this account ages ago... [[User:TheLostProbe|TheLostProbe]] ([[User talk:TheLostProbe|discuss]] • [[Special:Contributions/TheLostProbe|contribs]]) 05:59, 5 August 2022 (UTC) ::{{ping|TheLostProbe}} Sorry, I hadn't noticed. But you still need ten edits on this wiki. <sup> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]</sup> / <sub>[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 06:11, 5 August 2022 (UTC) 6gc15drprj6zfawdmaw7y8dqoga7ohx Chess Opening Theory/1. d4/1...d5/2. c4/2...e6/3. Nc3/3...c6/4. e4 0 396803 4089863 4003441 2022-08-09T14:15:20Z 64.146.180.175 /* 4. e4 */ Not everyone is a he, sadly. wikitext text/x-wiki {{Chess Opening Theory/Position|= |Semi-Slav Defense: Marshall Gambit| |rd|nd|bd|qd|kd|bd|nd|rd|= |pd|pd| | | |pd|pd|pd|= | | |pd| |pd| | | |= | | | |pd| | | | |= | | |pl|pl|pl| | | |= | | |nl| | | | | |= |pl|pl| | | |pl|pl|pl|= |rl| |bl|ql|kl|bl|nl|rl|= }} == 4. e4 == This move controls the center and creates a huge pawn roller. Black's c8-bishop will be blocked and inactive for some time. However, White will have to sac a pawn in a few moves if they want to fight for the edge. Black didn't move a single piece yet and put all their central pawns on light squares. White quickly got e4 in. == Theory table == {| |+ !4 !5 !6 ! |- |... [[/4...dxe4|dxe4]] |Nxe4 Bb4+ |Bd2 Qxd4 |= |- |... Bb4!? | | |= |} {{Wikipedia|Semi-Slav Defense}} {{ChessMid}} {{ChessFooter}} te36cq6f477cp8pv16o67po83y5u68a Professionalism/Dr. Malachi Love-Robinson 0 397454 4089943 3782473 2022-08-10T04:59:46Z Rahulmehra7752 3398420 /* References */ wikitext text/x-wiki Dr. Malachi Love-Robinson as a teenager masqueraded as a doctor in West Palm Beach, Florida. In two high-profile cases, he impersonated an anesthesiologist at St. Mary's Medical Center and later launched his own medical care center, New Birth New Life Holistic Alternative Medical Center & Urgent Care. In both instances, Love-Robinson was arrested despite claiming that he only wanted to help people. == Introduction == To understand the case of Dr. Malachi Love-Robinson, there are a few background topics that need addressing. === Good Samaritan Laws === In the United States, someone who renders aid to an injured or ill person is usually protected from liability should the latter suffer from further damage. The clause of laws that correspond to that situation are called the "Good Samaritan Laws.<ref>Good Samaritans Law and Legal Definition. USLegal.com. https://definitions.uslegal.com/g/good-samaritans/.</ref>" Although there are differences among states, most of them assert that "Any person who in good faith renders emergency care, without compensation or expectation of compensation, at the scene of an accident or emergency to the victim of the accident or emergency shall not be liable for any civil damages resulting from the persons acts or omission, except for such damages as may result from the persons gross negligence or wanton acts or omissions." These laws are meant to encourage people to assist others without the worry of legal liability. An interpretation may be that the intent to save someone supersedes all else. However, there is ambiguity over the Good Samaritan Laws' wordage of "good faith" and whether good intentions are sufficient to help people without repercussions. The case of Dr. Malachi Love-Robinson provides insight to whether good intentions correspond to ethical decisions. === Holistic & Alternative Medicine === The case of Dr. Malachi Love-Robinson also deals with the ethics of "holistic" and "alternative" medicine. Practitioners of holistic medicine claim that they can use alternative therapies in addition to conventional medication to treat patients. These alternative therapies may include dieting, exercise, psychotherapy, spiritual counseling, acupuncture, homeopathy, and naturopathy. <ref>What is Holistic Medicine? WebMD. https://www.webmd.com/balance/guide/what-is-holistic-medicine.</ref> Some of these treatments are relatively common advice, such as dieting and exercise. Others, like acupuncture, homeopathy, and naturopathy, are more rare. Acupuncture is a traditional Chinese medicine technique that uses needles to stimulate specific points around the body. This is meant to relieve neck and back pain, nausea, anxiety, depression, and insomnia.<ref>What Exactly is Alternative Medicine? WebMD. https://www.webmd.com/balance/guide/what-is-alternative-medicine.</ref> Homeopathy is the treatment of a disease by administering small doses of substances that normally cause the same symptoms in a healthy person. This philosophy is based around the idea that the body has the ability to heal itself.<ref>Homeopathy - Topic Overview. WebMD. https://www.webmd.com/balance/tc/homeopathy-topic-overview.</ref> For example, a homeopathic treatment for the common cold may be to eat onions. Both cause similar symptoms of teary eyes and runny noses. Naturopathy is the practice of therapeutic methods to heal patients. This involves dietary and lifestyle changes, herbal supplements, detoxification, and counseling.<ref>Naturopathy. U.S. Department of Health and Human Services. National Center for Complementary and Integrative Health. https://nccih.nih.gov/health/naturopathy.</ref> Although it is a common misconception that alternative medicine physicians do not require a license to practice, every state has a variation of steps to gain legal accreditation.<ref>Credentialing, Licensing, and Education. U.S. Department of Health and Human Services. National Center of Complementary and Integrative Health. https://nccih.nih.gov/health/decisions/credentialing.htm.</ref> Although there is no standardized, national system for credentialing alternative health practitioners, all states require some combination of the following: graduation from a certified program, completion of a specified amount of training, and completion of a written and/or practical exam. This holds true in Florida, where only licensed physicians are permitted to offer alternative medicine to patients.<ref>Florida | Board of Medicine. http://flboardofmedicine.gov/help-center/do-you-have-to-be-licensed-in-florida-to-practice-alternative-medicine-such-as-naturopathy-or-homeopathy/.</ref> As the following case demonstrates, rendering care in "good faith" is not sufficient to overcome the lack of legal accreditation. == Early Life == Malachi Love-Robinson was born in May, 1997, in West Palm Beach Florida. === St. Mary's Medical Center === On January 13, 2015, Malachi Love-Robinson was escorted off the premises of St. Mary's Medical Center in West Palm Beach, Fla. for impersonating medical personnel. He was discovered in the OB/GYN office "dressed in a white lab coat and... a stethoscope and a face mask".<ref>http://www.sun-sentinel.com/local/palm-beach/fl-west-palm-beach-fake-teen-doctor-20150115-story.html</ref> Despite being seventeen at the time, Love-Robinson asserted that he had been a doctor for years, and later claimed that he had merely been requesting to shadow physicians and that the situation had been blown out of proportion. In addition, a security guard told police that "Dr. Robinson", as he called himself, had been seen working around the hospital for "about a month" even in restricted areas.<ref>http://www.sun-sentinel.com/local/palm-beach/fl-west-palm-fake-doctor-20160216-story.html</ref> Dr. Sebastian Kent, an actual OB/GYN fro St. Mary's, stated that Love-Robinson had introduced himself as an anesthesiologist and had tried to "'ingratiate himself with [Dr. Kent] so [he] would take him around'".<ref> https://heavy.com/news/2016/02/malachi-love-robinson-palm-beach-florida-teen-fake-doctor-website-facebook-photos-staff-new-birth-life-holistic-alternative-medical/</ref> Due to his status as a minor, it was determined that that he would not be charged, nor would his name or age be released to the public. After a brief detainment, he was let off with a warning. His mother also said Love-Robinson was being cared by a doctor and refused to take any medicine, further complicating the situation.<ref>https://heavy.com/news/2016/02/malachi-love-robinson-palm-beach-florida-teen-fake-doctor-website-facebook-photos-staff-new-birth-life-holistic-alternative-medical/</ref> === Boynton Beach Rehabilitation Facility === At a later point in 2015, Love-Robinson began working as a massage therapist at Boynton Beach Rehabilitation Facility. This job continued for some months, until the Florida Department of Health received an anonymous tip-off regarding his unlicensed, untrained status. On December 2nd, Love-Robinson received a Cease-and-Desist letter.<ref>http://www.wpbf.com/article/exclusive-interview-with-teen-accused-of-practicing-medicine-without-license/1402373</ref> == New Birth New Life Holistic Alternative Medical Center & Urgent Care == In January of 2016, Love-Robinson opened the New Birth New Life Holistic Alternative Medical Center & Urgent Care in an office block at 4700 N. Congress Ave. in West Palm Beach. The office block also housed several legitimate and well established small medical practices. Love-Robinson hired two employees (an operations director and a programs director). To increase its legitimacy, Love-Robinson created a NBNL website, Facebook page, and established an account for himself on the doctor rating website Healthgrades.org<ref>https://www.washingtonpost.com/news/morning-mix/wp/2016/02/17/not-quite-doogie-howser-florida-18-year-old-charged-with-masquerading-as-a-doctor/</ref> where he described himself as "a well rounded [professional] that treats, and cares for patients, using a system of practice that bases treatment of physiological functions and abnormal conditions on natural laws governing the human body... utiliz[ing] physiological, psychological, and mechanical methods, such as air, water, light, heat, earth, phototherapy, food and herb therapy, psychotherapy, electrotherapy, physiotherapy, minor and orificial surgery, mechanotherapy, naturopathic corrections and manipulation, and natural methods or modalities, together with natural medicines, natural processed foods, and herbs and nature’s remedies."<ref>https://web.archive.org/web/20160217231649/http://www.nbnlmedicalcenter.com/staff.html</ref> He also listed his age at 25, and claimed to be a minister. In addition, Love-Robinson created a fake diploma from the University of Arizona, which he shared on his Facebook page. Love-Robinson's false credentials were revealed when he gave an office tour to a local ABC affiliate morning show. The suffix M.D. was found covered with tape on his nameplate (~1:25 in the video).<ref> https://abcnews.go.com/GMA/video/teen-arrested-practicing-medicine-license-speaks-37022145</ref> == Result == "Doctor" Malachi Love-Robinson was arrested in February 2016 for falsifying his medical license and misleading patients after a police sting operation caught him violating Florida law. The sting was conducted after a citation from the Department of Health for practicing medicine without a license in October 2015 failed <ref>http://www.sun-sentinel.com/local/palm-beach/fl-pn-teen-doctor-plea-deal-20180104-story.html</ref>. An undercover agent went to Robinson's office and arrested him after receiving a physical exam and medical advice. Even after his arrest, Robinson remained defiant; he made national headlines by willingly appearing on "Good Morning America" and the "Today Show" to defend himself. On January 4th, 2018, Malachi Love-Robinson pleaded guilty to 14 criminal charges and sentenced to 3 1/2 years behind bars, with credit for the 16 months already served. He will not be on probation, although he must repay his victims $80,000 after his release. This punishment is considered light, given the quantity and severity of the crimes committed. If tried and convicted, he would have faced potentially up to 90 years in prison.<ref>http://www.sun-sentinel.com/local/palm-beach/fl-pn-teen-doctor-plea-deal-20180104-story.html</ref> == Other Legal Run-ins == In addition to fraud charges, Love-Robinson was accused of cashing an 86-year-old woman's checks after she was taken to the hospital. After finding him during an online search for doctors using natural therapies, Love-Robinson made several house visits to treat her severe intestinal pain. During one visit, she became so ill that Love-Robinson called for an ambulance and convinced her leave her purse at the house. Love-Robinson would later use her checks to make payments for his car loans and credit cards.<ref>http://www.sun-sentinel.com/local/palm-beach/fl-pn-teen-doctor-plea-deal-20180104-story.html</ref> After being arraigned on medical fraud charges and released on a $26,000 bail, Love-Robinson was arrested in Stafford County, VA; he was accused of using his 73-year-old godmother's personal information without permission to buy a $35,000 Jaguar.<ref>http://www.sun-sentinel.com/local/palm-beach/fl-pn-teen-doctor-plea-deal-20180104-story.html</ref> He plead guilty to one count of false statement to obtain credit and a forgery-type charge, serving a one year jail sentence before returning to Florida to be tried for practicing without a license. == Conclusions == There are several definitions of the word "professional." <ref>https://www.merriam-webster.com/dictionary/professional</ref> 1.engaged in one the learned professions (doctor, lawyer, etc.) 2.engaged in by persons receiving financial return 3.exhibiting a courteous, conscientious, and generally businesslike manner in the workplace There is also a 4th definition whose exact meaning is debated, but a rough definition follows: 4. a person who is mature enough to take responsibility for their actions and place their profession above their career Acting in good faith is not enough to be considered a professional; just as in the Good Samaritan Laws, actions taken by a true professional must be reasonable by the standards of average people. This is particularly important in professions where lives hang in the balance, such as healthcare. Even without looking at the scams committed by Love-Robinson, it would be impossible to consider him a professional since managing an office where doctors could treat patients goes far beyond what would be reasonable. He would be committing several crimes to do this, as he would be falsifying diplomas and misleading people to win their trust. Ironically, his actions hurt the medical profession more than the help he provided. == References == Note: Reference 10 can only be accessed using the WayBack Machine and selecting 2/17. {{BookCat}} <references responsive="" /> 6kv2oscje1cboxdmx4nd8ksc6t7etm1 History of wireless telegraphy and broadcasting in Australia/Topical/Biographies 0 399714 4089843 4089839 2022-08-09T12:05:29Z Samuel.dellit 1387936 /* MATTHEWS */ wikitext text/x-wiki {{incomplete}} {{WikipediaCredit}} {{CompactTOC8|side=yes}} Thumbnail Radio Biographies sorted alphabetically by surname '''Many of the stars of Australia's Radio Universe''' '''Covering the full gamut from hypergiants to brown dwarfs''' '''Each lit the way forward to broadcasting in Australia''' =='''A'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''ABBISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Frederick Abbiss|Abbiss, John Edwin Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/GZZJ-6H9] - 1907(Eng)-1977(Qld) - Licences: 4JA Brisbane (Balmoral, 1930; Morningside, 1931-1939) - Qualifications: cc; AOCP 581, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Evans Deakin shipyards) - Halcyon: p. 83, Abiss - Electoral Rolls: engineering draftsman (Morningside, 1936); draftsman (Coorparoo, 1937; Morningside, 1949-1977) ===''ABBOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Nicholson Abbott|Abbott, Reginald Nicholson or Nicolson]] [https://www.familysearch.org/tree/person/details/9V2T-FTG] - 1897(Vic)-1980(Vic) - Licences: 3VR Melbourne (Alphington, 1923-1927); 3ABB Melbourne (Caulfield, 1947-1980) - Qualifications: cc; CPRT 273, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Alphinton, 1925-1927; St Kilda, 1931-1937; Caulfield, 1942-1949); technician (Caulfield, 1954-1977) * [[/Roy Edgar Abbott|Abbott, Roy Edgar]] [https://www.familysearch.org/tree/person/details/L6MT-CZX] - 1902(NSW)-1943(Qld) - Licences: 2YK Dorrigo (1930-1931); 2YK Telegraph Point (1933-1939) - Qualifications: cc; CPRTelephony 668, 1921; AOCP, not yet identified; 2COCP 179, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Dorrigo, 1930; Telegraph Point, 1933-1937; Mittagong, 1943) - Sacrifice: "Greater love hath no man than this" * [[/Thomas Kingsmill Abbott|Abbott, Thomas Kingsmill]] [https://www.familysearch.org/tree/person/details/LHFH-4FH] - 1891(NSW)-1933(NSW) - Licences: 2TK Wingen (1926-1929) - Qualifications: cc; Nil yet identified (likely military) - amateur operator; amateur broadcaster; WW1; witness to Royal Commission 1927 (as Graziers' Assoc NSW) - Comment: beware other contemporaneous TK Abbotts - Electoral Rolls: overseer (Muralla, 1913); grazier (Wollongong, 1931) - Links: [https://vwma.org.au/explore/people/209607 Obit] ===''ABRAHAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Abrahams|Abrahams, Frank]] [https://www.familysearch.org/tree/person/details/G836-Y6P] - 1903(Vic)-1984(Vic) - Licences: 3FA Melbourne (South Yarra, 1924-1925) - Qualifications: cc; 3COCP 6089, 1966 - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (St Kilda, 1925-1931); manufacturer (St Kilda, 1935-1936; Malvern, 1943-1967; Toorak, 1977-1980) - Relationships: brother of Louis Henry Abrahams * [[/Louis Henry Abrahams|Abrahams, Louis Henry]] [https://www.familysearch.org/tree/person/details/G8GJ-GZP] - 1889(Vic)-1940(Vic) - Licences: Receive (Valve) Melbourne (St Kilda, 1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1; director (Victorian Radio Interests Ltd); witness to Royal Commission Wireless 1927 - Electoral Rolls: potter (Brunswick, 1909); tobacconist (South Yarra, 1912-1921); manufacturer (St Kilda, 1924-1926); burner (Brunswick, 1937-1942) - Relationships: brother of 3FA Frank Abrahams ===''ACKERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Adam Ackerman|Ackerman, Joseph Adam]] [https://www.familysearch.org/tree/person/details/GZZV-49L] - 1911(NSW)-1993(Qld) - Licences: 2ALG Sydney (Carlton, 1938-1939, 1946-1948); 2ALG Wentworthville (1950); 2ALG Sydney (Parramatta, 1954-1958; North Rocks, 1960-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 2229, 1938, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal employee (Paddington, 1932; Annandale, 1933-1936; Kogarah, 1937-1943; Carlton, 1949); clerk (Parramatta, 1954-1958); senior supervisor (Wentworthville, 1963; Epping, 1968-1972); retired (Sans Souci, 1977; Hurstville, 1980) ===''ACKLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Daniel Ackling|Ackling, Harold Daniel]] [https://www.familysearch.org/tree/person/details/LD5F-8RK] - 1892(NSW)-1982(NSW) - Licences: 2PX Sydney (Bankstown, 1930-1980+) - Qualifications: cc; AOCP 612, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Randwick, 1913); machinist (Bankstown, 1930-1980) ===''ACKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Frederick Gloucester Ackland|Ackland, Stanley Frederick Gloucester]] [https://www.familysearch.org/tree/person/details/L5PB-C2Y] - 1904(SA)-1966(SA) - Licences: Receive Adelaide (Prospect, 1923); 5SF Adelaide (Prospect, 1924-1931; Linden Park, 1954-1965) - Qualifications: cc; AOCP 21, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Burnside, 1939-1943) ===''ADAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Adams|Adams, Frank John]] [https://www.familysearch.org/tree/person/details/GZJM-29V] - 1880(Eng)-1968(Vic) - Licences: 3XO Receive Melbourne (Brighton, 1923); 3XO Melbourne (Brighton, 1924-1939) - Qualifications: cc; AOCP 155, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; manager - Electoral Rolls: motor garage proprietor (Brighton, 1913); garage proprietor (Elsternwick, 1919-1921; Brighton, 1922-1924); manager (Brighton, 1925-1954); nil (Brighton, 1963-1968) * [[/Peter Harry Arthur Adams|Adams, Peter Harry Arthur "Pete"]] [https://www.familysearch.org/tree/person/details/LT3N-XMC] - 1909(NSW)-1984(NSW) - Licences: Receive (Valve) Sydney (Cremorne, 1923-1924); 2JX Sydney (Cremorne, 1927; Manly, 1929; Cremorne, 1930; Gordon, 1931; Woolahra, 1933; Epping, 1933; Cremorne, 1935-1936; Thornleigh, 1937; Waverton, 1938-1939; Denistone, 1946-1947; Avalon Beach, 1948-1950); 2JX Wentworth Falls (1954-1961); 2JX Sydney (Pymble, 1965-1969); 2JX Nambucca Heads (1975); 2JX Wentworth Falls (1980+) - Qualifications: cc; AOCP 380, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933); labourer (Epping, 1934); engineer (St Kilda, 1934); radio engineer (Thornleigh, 1937; Darlinghurst, 1943); engineer (Avalon Beach, 1949; Wentworth Falls, 1958); retired (Valla Beach, 1972-1977; Wentworth Falls, 1980) ===''ADAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Kenneth Adamson|Adamson, William Kenneth]] [https://www.familysearch.org/tree/person/details/MLXZ-HX5] - 1905(SA)-1982(SA) - Licences: Receive Adelaide (Parkside, 1923-1924); 5WA Adelaide (Parkside, 1925-1927; Fullarton, 1928-1939) - Qualifications: cc; AOCP 135, 1925, No. ?? in SA - amateur operator; amateur broadcaster; engineer - Electoral Rolls: engineer (Fullarton, 1939-1943) ===''AGNEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Gordon Carlisle Agnew|Agnew, Robert Gordon Carlisle]] [https://www.familysearch.org/tree/person/details/LDKK-D8Y] - 1904(WA)-1975(WA) - Licences: 6RA Perth (Nedlands, 1931-1939) - Qualifications: cc; AOCP 721, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1925; Nedlands, WA, 1931-1972) ===''AKEROYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gordon Akeroyd|Akeroyd, Arthur Gordon]] [https://www.familysearch.org/tree/person/details/G6F2-JXL] - 1890(Vic)-1948(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Meteorologist, Forecasting and Statistical Division, Victoria) - Electoral Rolls: civil servant (Northcote, Vic, 1912-1915); meteorologist (Northcote, 1921-1937); civil servant (Cottesloe, WA, 1943) - Links: [https://adb.anu.edu.au/biography/akeroyd-arthur-gordon-9321 ADB] ===''ALDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Oscar Edward Alder|Alder, Oscar Edward "Ock"]] [https://www.familysearch.org/tree/person/details/KJZ2-D3P] - 1896(Qld)-1987(Qld) - Licences: 4JB Brisbane (Albion, 1928-1939, 1946-1948; Chermside, 1954-1969) - Qualifications: cc; AOCP 423, 1928, No. 47 in Qld - amateur operator; amateur broadcaster; wool classer - Halcyon: p. 28, 84, 137 - Electoral Rolls: student (Albion, 1919); wool classer (Albion, 1925-1937; Cunnamulla, 1943); warehouse assistant (Chermside, 1949-1980) ===''ALDERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Zerbini Alderman|Alderman, Valentine Zerbini]] [https://www.familysearch.org/tree/person/details/GXVL-F8N] - 1893(SA)-1919(SA) - Licences: XVC Adelaide (Glenelg, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: Nil yet identified ===''ALEXANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Talbot Meredith Alexander|Alexander, Talbot Meredith]] [https://www.familysearch.org/tree/person/details/L1FJ-MZN] - 1888(Vic)-1978(Qld) - Licences: 4TM Brisbane (Ashgrove, 1931-1933); 4TM Townsville (North Ward, 1937-1939) - Qualifications: cc; 2COCP 315, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: salesman (Kew, Vic, 1912-1914); wireless instructor (Melbourne City, 1925-1926); superintendent wireless (Glenferrie, Vic, 1926-1927); sales representative (City, Brisbane, 1928); business manager (North Ward, Qld, 1936-1937); instructor (Paddington, Qld, 1943); commercial traveller (East Brisbane, Qld, 1949; New Farm, 1954-1958); retired (Moorooka, 1968-1977) ===''ALLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus John Allan|Allan, Angus John]] [https://www.familysearch.org/tree/person/details/GX2C-YWF] - 1912(SA)-1996(SA) - Licences: 5UL Adelaide (Ovingham, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 2013, 1937, SA; 1COCP 458, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Ovingham, SA, 1939-1941) * [[/John Allan|Allan, John]] [https://www.familysearch.org/tree/person/details/GXH1-PFG] - 1905(Sct)-19??(???) - Licences: 4AN Brisbane (Chermside, 1937-1939) - Qualifications: cc; AOCP 1938, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous JAs - Electoral Rolls: Nil yet identified ===''ALLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Mason Allard|Allard, George Mason]] [https://www.familysearch.org/tree/person/details/G6HT-JMV] - 1866(Eng)-1953(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman of Directors (AWA); witness to Royal Commission Wireless 1927 - Honours: knighted; K.B. - Electoral Rolls: secretary (Wahroonga, 1930-1937); accountant (Wahroonga, 1943-1949) - Links: [https://adb.anu.edu.au/biography/allard-sir-george-mason-4999 ADB] ===''ALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Allen|Allen, Albert Edward]] [https://www.familysearch.org/tree/person/details/G69B-SGR] - 1902(Tas)-1969(Tas) - Licences: 7PA Hobart (New Town, 1933-1937; Moonah, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 1171, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: brother of 7AL Thomas Arthur Allen - Electoral Rolls: electrical engineer (New Town, 1928-1936; Moonah, 1937-1954) * [[/George Alexander Allen|Allen, George Alexander]] [https://www.familysearch.org/tree/person/details/GD3H-DJK] - 1891(Sct)-1965(USA) - Licences: Nil yet identified - Qualifications: CPRT 49, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: Nil yet identified * [[/Kenneth Douglas Allen|Allen, Kenneth Douglas]] [https://www.familysearch.org/tree/person/details/G8N5-19J] - 1907(WA)-2002(Qld) - Licences: 2GX Sydney (West Ryde, 1930-1934) - Qualifications: AOCP 648, 1930, NSW; 3COCP 4263, 1963 - amateur operator, amateur broadcaster, WW2 (Army, Royal Australian Engineers, Lieutenant, 1940) - Education: BSc (Syd Uni, 1933) - Electoral Rolls: student (West Ryde, 1930-1935); director (Woolwich, 1936-1937); soldier (Woolwich, 1943); engineer (Woolwich, 1963-1972; Hunters Hill, 1977; Gladesville, 1980) * [[/Robert Kelvin Allen|Allen, Robert Kelvin]] [https://www.familysearch.org/tree/person/details/GQTK-TH9] - 1916(Qld)-1942(Indonesia) - Licences: 4PR Brisbane (1936-1939) - Qualifications: AOCP 1634, 1936, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 13 Squadron, Pilot Officer), (Halcyon, p. 177) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/allen-robert-kelvin-404945/] * [[/Thomas Arthur Allen|Allen, Thomas Arthur]] [https://www.familysearch.org/tree/person/details/G6SQ-9YN] - 1916(Tas)-1998(Tas) - Licences: 7AL Hobart (New Town, 1936-1939, 1946-1956; Lindisfarne,1960-1980+) - Qualifications: cc; AOCP 1738, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 7PA Albert Edward Allen - Electoral Rolls: salesman (New Town, 1943-1954); director (Lindisfarne, 1963-1972) ===''ALLINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Thirlmier John Allinson|Allinson, Lancelot Thirlmier John]] [https://www.familysearch.org/tree/person/details/L81B-F4P] - 1896(NSW)-1961(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 804, 1924 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: radiotelegraphist (Applecross, WA, 1925; Broome, WA, 1931; Como, WA, 1931; South Perth, WA, 1936-1943; Broome, WA, 1949-1954); telegraphist (Esperance, WA, 1958) ===''ALLSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Cottam Allsop|Allsop, Raymond Cottam "Ray"]] [https://www.familysearch.org/tree/person/details/LJLT-SNJ] - 1898(NSW)-1972(NSW) - Licences: XCA Sydney (Randwick, 1911-1914); 2YG Sydney (Randwick, 1924; Coogee 1924-1929; Roseville, 1930); 2AYG Sydney (Roseville, 1946-1947+); 2NA Sydney (Roseville, 1961); 2BL Sydney (Roseville, 1965-1969) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW); broadcaster (2BL, chief engineer); journalist (Wireless Weekly, 1920s); military (RAN Volunteer Reserve, Lieutenant; WW2 (RAN, Engineer Lieutenant); witness to Royal Commission Wireless 1927 (obo Broadcasters Sydney Ltd; federal public servant (ABCB, member, 1953-1954) - Honours: Coronation Medal, 1937; OBE, 1971 - Electoral Rolls: radio engineer (Roseville, 1930); engineer (Roseville, 1933; Gordon, 1937; Roseville, 1943); electronic engineer (Roseville, 1949); director (South Yarra, 1954); engineer (Roseville, 1958-1968) - Links: [https://adb.anu.edu.au/biography/allsop-raymond-cottam-ray-9344 ADB]; [http://messui.polygonal-moogle.com/valves/NW199001.pdf EA] ===''ALSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Russell Alsop|Alsop, John Russell]] [https://www.familysearch.org/tree/person/details/LKB3-WXQ] - 1906(Vic)-1973(Vic) - 3MI Melbourne (Kew, 1925-1939), amateur operator (AOCP 76, 1925, No. ?? in Vic), amateur broadcaster, engineer ===''AMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement Edgar Ames|Ames, Clement Edgar "Clem"]] [https://www.familysearch.org/tree/person/details/KNDX-JF8] - 1889(SA)-1957(SA) - Licences: XVG Adelaide (Torrensville, 1913-1914); 5AV Adelaide (Kent Town, 1923; Hindmarsh, 1924) - Qualifications: cc; Nil identified - early wireless experimenter; amateur operator; amateur broadcaster; operator 5WI (1925) - Electoral Rolls: engineer (Allenby Gardens, 1939-43) ===''ANCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Leslie Finion Ancher|Ancher, Norman Leslie Finion or Tinian]] [https://www.familysearch.org/tree/person/details/GXL7-MCQ] - 1910(NSW)-1983(NSW) - Licences: 5NA Adelaide (Mile End, 1937-1939); 2NH Sydney (Lindfield, 1946-1947; Mosman, 1948-1954; Cremorne, 1955-1980+) - Qualifications: cc; AOCP 2057, 1937, SA; BOCP 476, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Chatswood, NSW, 1934); sound engineer (West Maitland, NSW, 1936); engineer (Mile End, SA, 1939; Rose Park, SA, 1941-1943); radio engineer (Mosman, NSW, 1949; Cremorne, NSW, 1958-1968); engineer (Cremorne, NSW, 1972); technical officer (Lane Cove, NSW, 1972-1980) ===''ANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Ronald Anderson|Anderson, Alexander Ronald]] [https://www.familysearch.org/tree/person/details/GXPM-L6J] - 1914(SA)-1997(SA) - Licences: 5GM Adelaide (Eastwood, 1936-1939, 1947; Payneham South, 1948-1980+) - Qualifications: cc; AOCP 1700, 1936, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: warehouseman (Eastwood, SA, 1939-1943) * [[/Andrew Oswald Anderson|Anderson, Andrew Oswald "Oswald", "Andy", "A.O."]] [https://www.familysearch.org/tree/person/details/99GB-Z8L] - 1885(NSW)-1944(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Electoral Rolls: accountant (Mosman, 1913); manager (Rose Bay, 1930; Vaucluse, 1934-1935) - Links: [https://ozvta.com/wp-content/uploads/2011/12/anderson-oswald-1062017.pdf Bio] * [[/Eric William Alfred Anderson|Anderson, Eric William Alfred]] [https://www.familysearch.org/tree/person/details/G8WX-744] - 1908(Vic)-1986(Vic) - Licences: 3KH Melbourne (East Malvern, 1928-1931; Glen Iris, 1933-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 424, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Malvern, 1936-1937); engineer (Camberwell, 1943; Glen Iris, 1949-1968; Burwood, 1972-1980) * [[/Frederic Brian Anderson|Anderson, Frederic Brian]] [https://www.familysearch.org/tree/person/details/L5YN-TYJ] - 1918(Eng)-2008(SA)90yo - Licences: 5FA Tanunda (1934-1939); 5FA Waikerie (1947-1956) - Qualifications: cc; AOCP 1351, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: clerk (Tanunda, SA, 1939-1943) * [[/G. R. Anderson|Anderson, G. R.]] - 19??(???)-19??(???) - Licences: Receive Adelaide (Gilberton, 1923); 5GA Adelaide (Highgate, 1931-1933; Myrtle Bank, 1937-1939, 1947-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/John Francis Anderson|Anderson, John Francis]] [https://www.familysearch.org/tree/person/details/G8JJ-WFL] - 1914(Vic)-19??(???) - Licences: 3JA Warrnambool (1930-1933); 3JA Nullawarre (1937-1939, 1946-1980+) - Qualifications: AOCP 661, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farmer (Warrnambool, 1936; Nullawarre, 1937-1980)- Comment: Several contemporaneous JFAs * [[/Keith Sydney Anderson|Anderson, Keith Sydney]] [https://www.familysearch.org/tree/person/details/GZLK-8J9] - 1911(WA)-1944(Vic) - Licences: 6KS Perth (North Perth, 1935); 6KS Mt Magnet (1937); 6KS Perth (1938-1939) - Qualifications: cc; AOCP 1487, 1935, WA - amateur operator; amateur broadcaster; WW2 (Army, 2nd/1st Infantry Battalion, Private) - Electoral rolls: bank officer (Mt Magnet, WA, 1936-1937; East Perth, WA, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/618137 VWMA]; [https://www.awm.gov.au/collection/R1691738 Roll of Honour]; [https://www.awm.gov.au/collection/P10295040 AWM] * [[/Maurice Bernard Anderson|Anderson, Maurice Bernard]] [https://www.familysearch.org/tree/person/details/GC3V-WL9] - 1908(SA)-1960(Vic) - Licences: Receive Adelaide (Cheltenham, 1923-1924); 5MA Adelaide (Cheltenham, 1925-1928); 3AMA Melbourne (Sandringham, 1947-1956) - Qualifications: cc; AOCP 103, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; fitter - Electoral Rolls: radio engineer (Cloncurry, Qld, 1931-1937) * [[/Percy James Anderson|Anderson, Percy James]] [https://www.familysearch.org/tree/person/details/G8WN-6Y7] - 1908(Vic)-1998(Vic) - Licences: 3PA Melbourne (Westgarth, 1928-1933; West Preston, 1937-1939, 1946-1956); 3PA Dooen (1965-1969); 3PA Geelong (Wallington, 1975-1980) - Qualifications: AOCP 428, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Westgarth, 1934); engineer (Preston, 1936-1963); technician (Horsham, 1967-1968); retired (Wallington, 1972-1980) - Relationships: brother-in-law of 3JR Christopher James Rainbow * [[/Robert Arthur Crosbie Anderson|Anderson, Robert Arthur Crosbie "Bob"]] [https://www.familysearch.org/tree/person/details/G8VK-GZN] - 1908(Vic)-1990(Vic) - Licences: 3WY Melbourne (Camberwell, 1930-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 691, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Camberwell, 1931-1949; Glen Iris, 1954-1967; Burwood, Vic, 1972-1980) ===''ANEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Anear|Anear, Francis George]] [https://www.familysearch.org/tree/person/details/9XLK-9D6] - 1910(SA)-1971(SA) - Licences: 5LK Carrow (1929-1931); 9WZ Momote, Admiralty Islands (1954); 5WZ Adelaide (Parkside, 1955); 3AGF Melbourne (Laverton, 1960); 5WZ Adelaide (Parkside, 1965-1969) - Qualifications: cc; AOCP 556, 1929, No. ?? in SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil identified as Francis George Anear ===''ANGEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Benjamin Angel|Angel, Henry Benjamin "Harry"]] [https://www.familysearch.org/tree/person/details/GQWW-K4Y] - 1891(Eng)-1998(Qld, 106yo) - Licences: 4HA Brisbane (St Lucia, 1935-1939; Enoggera, 1946-1969; Lota, 1975-1980+) - Qualifications: cc; AOCP 1503, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW1, AIF Signals; WW2, AMF, Navy); business proprietor (radio service) - QSLs: Entire collection held by SLQ - Halcyon: p. 51, 60, 81, 163 - Electoral Rolls: motor driver (Kangaroo Point, Qld, 1919; Toowong, Qld, 1919-1925); carrier (St Lucia, Qld, 1928-1937); radio mechanic (Enoggera, Qld, 1949-1972); retired (Lota, Qld, 1977-1980) ===''ANSCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Arthur Anscombe|Anscombe, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/G6TL-7LR] - 1888(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: turner & fitter (Northcote, Vic, 1912-1913; Surrey Hills, Vic, 1914); mechanic (Albert Park, Vic, 1919); manager (Box Hill, Vic, 1927-1943) ===''ANTHONY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Henry Anthony|Anthony, Michael Henry]] [https://www.familysearch.org/tree/person/details/LK3H-6B7] - 1894(Vic)-1966(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio telegraphist (Thursday Island, 1919); telegraphist (Prahran, 1921-1924); clerk (Oakleigh, 1934); railway employee (Sandringham, Vic, 1936-1942); telegraphist (Sandringham, 1954-1963) * [[/Reginald Major Anthony|Anthony, Reginald Major "Reg"]] [https://www.familysearch.org/tree/person/details/GCYN-YWG] - 1908(SA)-1986(SA) - Licences: 5CM Adelaide (Unley Park, 1927-1937; Medindie Gardens, 1938-1939; Prospect, 1946-1960; Somerton Park, 1965-1980+) - Qualifications: cc; AOCP 324, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Wilfred Boykett Anthony - Electoral Rolls: Nil * [[/Wilfred Boykett Anthony|Anthony, Wilfred Boykett]] [https://www.familysearch.org/tree/person/details/GCYJ-3HZ] - 1903(SA)-1974(SA) - Licences: Receive Adelaide (Unley Park, 1923) - Qualifications: Nil identified - amateur receive operator, WW2 - Relationships: Brother of Reginald Major Anthony - Electoral Rolls: bank clerk (Netherby, 1939-1941) ===''APPERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Apperley|Apperley, George]] [https://www.familysearch.org/tree/person/details/GDNQ-5XG] - 1887(NZ)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 704, 1922; 1COCP 237, 1931 - NZ Gov. Telegraphs pre 1910; British Colonial Gov, 1910-1912; AWA (from 1913; Chief Marconi Wireless School 1914-1916; Works Manager 1916-1919; technical superintendent 1919-1923; OIC Beam Wireless 1924; Traffic Manager, Beam Wireless - Electoral Rolls: engineer (Elsternwick, 1922); manager (St Kilda, 1928; Caulfield, Vic, 1931-1936; Elsternwick, Vic, 1943); engineer (Manly, NSW, 1954) ===''ARCHIBALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Wilson Archibald|Archibald, Ian Wilson]] [https://www.familysearch.org/tree/person/details/G8HM-9LC] - 1902(WA)-1993(NSW) - Licences: 2BJ Receive Tingha (1922); 2KU Sydney (Dulwich Hill, 1928-1939, 1946-1955; Sans Souci, 1956-1965; Noraville, 1969-1980+) - Qualifications: cc; AOCP 457, 1928, No. ?? in NSW; 3COCP 2393, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: mining engineer (Dulwich Hill, 1930-1933); engineer (Dulwich Hill, 1936-1954); chemist (Sans Souci, 1958-1963); retired (Noraville, 1968) ===''ARGAET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stanislaus Argaet|Argaet, William Stanislaus]] [https://www.familysearch.org/tree/person/details/GZDZ-8Z8] - 1894(NSW)-1951(Qld) - Licences: 4KH Brisbane (Wynnum, 1931-1939, 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; business proprietor (Wynnum bus service) - Halcyon, p. 87, 127 - Electoral Rolls: electrician (Coorparoo, 1925); bus proprietor (Wynnum, 1928-1949) ===''ARMATI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rex Gordon Armati|Armati, Rex Gordon]] [https://www.familysearch.org/tree/person/details/2S42-XKH] - 1899(Qld)-1973(Qld) - Licences: 4DB Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: chemist's assistant (Stanton Hill, Townsville, 1921-1928); salesman (Neutral Bay, 1930); chemist's assistant (Stanton Hill, Townsville, 1936-1943); employment officer (Darlinghurst, 1949); clerk (Darlinghurst, 1954-1958; Kings Cross, 1963); shipping clerk (Surry Hills, 1968-1972) ===''ARMSTRONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Howard Armstrong|Armstrong, Edwin Howard]] [https://www.familysearch.org/tree/person/details/L5ZX-354] - 1890(USA)-1954(USA) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - USA inventor of the superheterodyne receiver [https://worldradiohistory.com/Archive-Radio-Club-of-America/Legacies-of-Edwin-Howard-Armstong-1990-11-Radio-Club-of-America.pdf RCA 1990 Special Edition] * [[/Stanley John Armstrong|Armstrong, Stanley John]] [https://www.familysearch.org/tree/person/details/GX4V-K7Y] - 1910?(NSW)-1972(Qld) - Licences: 4ZK Brisbane (Enoggera, 1932-1933); 4SA Brisbane (Enoggera, 1954-1969) - Qualifications: cc; AOCP 1004, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: soldier (Windsor, Qld, 1919); clerk (Enoggera, Qld, 1922-1968) * [[/Thomas Armstrong|Armstrong, Thomas]] [https://www.familysearch.org/tree/person/details/G88Q-GGZ] - 1895(Sct)-1964(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRTelephony 217, 1916; 1COCP 132, 1930 - witness to Royal Commission 1927 (obo PMGD) - senior federal public servant (Superintendent, Wireless Branch, NSW, PMGD), promoted to role upon retirement of William Tamillas Stephen Crawford ===''ARNOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Sydney Arnold|Arnold, Albert Sydney]] [https://www.familysearch.org/tree/person/details/9M2W-ZG2] - 1882(NSW)-1965(NSW) - Licences: XAB Sydney (Ashfield, 1911-1914) - Qualifications: Nil identified as yet - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Ashfield, 1913-1954); company secretary (Hurlstone Park, 1958); retired (Hurlstone Park, 1963) * [[/Edwin Charles Arnold|Arnold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/L8QX-H7J] - 1898(NSW)-1970(NSW) - Licences: 2BY Receive Tamworth (1922); 2BY Tamworth (1923-1925); 2BY Coolah (1925-1927); 2BY Sydney (Manly, 1928; Mona Vale, 1933-1936); 2AGW Sydney (Manly, 1938-1939) - Qualifications: cc; AOCP 226, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Mona Vale, 1931-1934), clerk (Balgowlah Heights, 1943-1968) * [[/Ernest Noel Arnold|Arnold, Ernest Noel]] [https://www.familysearch.org/tree/person/details/G84H-8J6] - 1907(NSW)-1978(NSW) - Licences: Receive (Crystal) Albury (1923-1924); 2OJ Albury (1928-1939, 1946-1975) - Qualifications: AOCP 452, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Albury, 1930-1937); fruit merchant (Albury, 1949-1977) * [[/Joseph Leslie Grahame Arnold|Arnold, Joseph Leslie Grahame "Les"]] [https://www.familysearch.org/tree/person/details/L853-R3J] - 1912(Vic)-1991(Tas) - Licences: 7AM Launceston (City, 1934-1939; Invermay, 1946-1956; Mowbray, 1960-1969; City, 1975-1980+) - Qualifications: cc; AOCP 1263, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: textile worker (Launceston North, 1936-1954); mechanic (Mowbray, 1968) * [[/William Henry Redvers Arnold|Arnold, William Henry Redvers]] [https://www.familysearch.org/tree/person/details/L2J7-SZ1] - 1903(Eng)-1993(WA) - Licences: 6BA Perth (Wembley, 1936-1937); 6BA Katanning (1938-1939) - Qualifications: cc; AOCP 1762, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Subiaco, WA, 1931-1937); electrical fitter (Katanning, WA, 1943; Kalgoorlie, WA, 1943); engineer (South Fremantle, WA, 1949); fitter (Scarborough, WA, 1954); electrician (Scarborough, WA, 1958); engineer (Floreat Park, WA, 1963); electrical contractor (West Perth, WA, 1968; South Perth, WA, 1972); electrician (Australind, WA, 1977) ===''ARTHUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Glendon Arthur|Arthur, Charles James Glendon "Glen"]] [https://www.familysearch.org/tree/person/details/G8CT-T62] - 1915(Qld)-1983(Qld) - Licences 4GJ Dayboro (1935-1939); 4GJ Brisbane (Morningside, 1946-1980+) - Qualifications: cc; AOCP 1450, 1935, Qld; BOCP?; 2COCP 493, 1941; 1COCP 639, 1942 - amateur operator, amateur broadcaster - Halcyon: p. 80 - Electoral Rolls: radio engineer (Wagga Wagga, 1943); radio mechanic (Morningside, 1949-1980) ===''ASHBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. W. C. Ashbury|Ashbury, A. W. C.]] - 19??(???)-19??(???) - Licences: Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ASHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice John Ashby|Ashby, Maurice John]] [https://www.familysearch.org/tree/person/details/GX49-L1C] - 1901(Eng)-1973(NSW) - Licences: 4DH Receive Dalby (1923) - Qualifications: cc; CPRT 899, 1925; 2COCP 94, 1930; 1COCP 281, 1932 - amateur receiver - Electoral Rolls: gardener (Dalby, 1922); labourer (Greenslopes, 1925); salesman (Glebe, 1933; Northbridge, 1935-1936; Epping, 1937); radio telegraphist (New Farm, Qld, 1943); planning assistant (Haberfield, NSW, 1943; Pennant Hills, NSW, 1949; Thornleigh, NSW, 1954-1963); retired (Avalon Beach, NSW, 1968-1972) ===''ASHLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Richard Ashley|Ashley, George William Richard]] [https://www.familysearch.org/tree/person/details/GF96-CMZ] - 1919(Eng)-1999(WA) - Licences: 6GA Perth (Carlisle, 1938-1939, 1947-1954); 6GA Kalgoorlie (1955-1956); 6GA Perth (Mt Yokine, 1960-1980+) - Qualifications: cc; AOCP 2094, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Carlisle, WA, 1943-1949); communications officer (Kalgoorlie, WA, 1954-1958); clerk (Yokine, WA, 1963-1980) ===''ASHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Robert Ashlin|Ashlin, Eric Robert]] [https://www.familysearch.org/tree/person/details/GSRF-44C] - 1910(Qld)-1992(Qld) - Licences: 4EA Brisbane (Annerley, 1931-1933); 4EA Toowoomba (1937-1939); 4EA Coolangatta (1946-1947); 4EA Bilinga (1948-1975) - Qualifications: cc; AOCP 873, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Rosentengels, radio service); military (WW2; signals officer) - Halcyon: p. 73, 127, 163 - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1936-1943; Bilinga, Qld, 1949-1963); TV technician (Bilinga, NSW, 1968-1980) ===''ASMUSSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Asmussen|Asmussen, Donald "Don"]] - Licences: 4ZJA Brisbane (Mt Gravatt, 1965); 4FA Brisbane (Mt Gravatt, 1969-1980+) - amateur operator, JOTA participant 1960s ===''ATHELSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. N. Athelstone|Athelstone, G. N.]] - 19??(???)-19??(???) - Licences: 5NG Central Australia (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Joseph Atkins|Atkins, Kenneth Joseph "Ken"]] [https://www.familysearch.org/tree/person/details/GCXH-NW7] - 1912(Eng)-2001(SA) - Licences: 5MW Adelaide (Semaphore, 1932-1939; Woodville Park, 1946-1948; Eden Hills, 1954; Blackwood Park, 1955-1960; Campbelltown, 1965-1980+) - Qualifications: cc; AOCP 910, 1932, No. ?? in SA; BOCP 415, 1941 - amateur operator; amateur broadcaster; engineer (Dept. Civil Aviation) - Electoral Rolls: mechanic (Semaphore, SA, 1939-1941); engineer (Woodville Park, SA, 1943) * [[/Leslie Morton Atkins|Atkins, Leslie Morton "Les"]] [https://www.familysearch.org/tree/person/details/MCTV-T5T] - 1876(Vic)-1949(WA) - Licences: 4LA Townsville (1924-1926); 5LA Adelaide (Magill, 1926-1931; Tusmore, 1933; Erindale, 1937-1939); seems to have operated in Townsville as 4GD ca Nov 1924? - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMGD (telegraphist, east-west overland telegraph, Eucla, 1910); engineer (PMGD, divisional engineer) - Halcyon: AOCP Townsville 1925, p. 88 - Electoral Rolls: telegraphist (Eucla, 1903-1910; Victoria Park, 1912-1916); district engineer (Townsville, 1919-1925); engineer (Tusmore, 1939); retired (Lismore Base Hospital, NSW, 1943) ===''ATKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Marshall Atkinson|Atkinson, John Marshall]] [https://www.familysearch.org/tree/person/details/G89L-C6R] - 1906(Eng)-1999(ACT) - Licences: 2RZ Sydney (Mosman, 1927-1930; Carrs Park, 1931-1936; Glebe, 1937; Chippendale, 1938-1939); 4RZ Labrador (1955); 4RZ Gatton (1956-1960); 4RZ Southport (1969-1980+) - Qualifications: AOCP 331, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Neutral Bay, 1930); organiser (Darlinghurst, 1943); shopkeeper (Gatton, 1958-1963; Labrador, 1968); retired (Southport, 1972-1980) * [[/Noel Whittaker Atkinson|Atkinson, Noel Whittaker]] [https://www.familysearch.org/tree/person/details/K2XX-V88] - 1908(Qld)-1979(Qld) - Licences: 4WK Brisbane (1929), 4NA Brisbane (1930-1935, Check), 4BT Brisbane (Camp Hill, 1946-1965+) - Qualifications: AOCP 530, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, business proprietor (radio sales & service), federal public servant (DCA) - Electoral Rolls: - radio mechanic (Camp Hill, 1937-1977) - (Halcyon, p. 102) * [[/Reginald Aubrey Atkinson|Atkinson, Reginald Aubrey]] [https://www.familysearch.org/tree/person/details/9V5M-WJC] - 1895(Qld)-1965(Qld) - Licences: 4RA Brisbane (South Brisbane, 1928-1933; Annerley, 1937-1939) - Qualifications: cc; AOCP 412, 1928, No. 46 in Qld - amateur operator; amateur broadcaster - Halcyon: not mentioned - Electoral Rolls: clerk (Coorparoo, 1919); accountant (Rosewood, 1925); timber merchant (Yeronga, 1925; Thompson Estate, 1937-1949; Southport, 1958-1963) * [[/Robert Henry Atkinson|Atkinson, Robert Henry]] [https://www.familysearch.org/tree/person/details/GXY5-2P3] - 1913(WA)-19??(???) - Licences: 6WZ Perth (Victoria Park, 1936-1939); 6WZ Geraldton (1947-1955); 6WZ Albany (1956-1965); 6WZ Katanning (1969); 6WZ Albany (1975-1980) - Qualifications: cc; AOCP 1804, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: journalist (Victoria Park, WA, 1936-1937); radio announcer (Geraldton, WA, 1943); broadcast station manager (Geraldton, WA, 1949-1954); manager (Albany, WA, 1958-1968); radio announcer (Albany, WA, 1972-1980) ===''AUGUSTESEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Gerald Augustesen|Augustesen, Gordon Gerald]] [https://www.familysearch.org/tree/person/details/GZDZ-LF9] - 1915(Qld)-1986(Qld) - Licences: 4JN Brisbane (Mitchelton, 1932-1939); 4XQ Brisbane (Auchenflower, 1947-1948; Oakleigh, 1954-1960; Kenmore, 1965-1980+) - Qualifications: cc; AOCP 1046, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); military (WW2, RAAF, radar technician); business proprietor (Telair) - Halcyon: p. 85, 127 - Electoral Rolls: radio engineer (Mitchelton, Qld, 1943); manager (Auchenflower, Qld, 1949; Dorrington, Qld, 1954-1963; Kenmore, Qld, 1968-1980) ===''AUSTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emanuel Maxwell Austin|Austin, Emanuel Maxwell "Mannie"]] [https://www.familysearch.org/tree/person/details/G8HH-98K] - 1909(NSW)-1997(NSW) - Licences: 2KZ Kurri Kurri (1929-1980+) - Qualifications: AOCP 477, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clipper (Kurri Kurri, 1930-1980) * [[/Henry Lashbrooke Austin|Austin, Henry Lashbrooke "Hal"]] [https://www.familysearch.org/tree/person/details/L4V2-LDC] - 1902(SA)-1954(SA) - Licences: 5BN Adelaide (Norwood, 1923-1928); 5AW Adelaide (Rose Park, 1947-1954) - Qualifications: cc; AOCP 101, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Victoria Park, SA, 1939; Rose Park, 1941-1943) * [[/Selwood Charles Austin|Austin, Selwood Charles]] [https://www.familysearch.org/tree/person/details/GXBD-TVV] - 1902(WA)-1985(WA) - Licences: 6SA Perth (Victoria Park, 1927; South Perth, 1930-1956; Maida Vale, 1960-1969; Morley, 1975-1980+) - Qualifications: cc; CPRT 625, 1921; 1COCP 134, 1930 - amateur operator; amateur broadcaster - Relationships: Brother-in-law of Stanley Hogg - Electoral Rolls: electrician (South Perth, WA, 1931-1958); police officer (Maida Vale, WA, 1963-1968; Kalamunda, WA, 1972); retired (Morley, WA, 1977-1980) ===''AVARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Avard|Avard, Alfred Edward]] [https://www.familysearch.org/tree/person/details/G8X2-RRL] - 1901(Vic)-1978(Vic) - Licences: 3AZ Melbourne (Northcote, 1930-1939; Kew, 1946-1965) - Qualifications: AOCP 620, 1930, No. ?? in Vic; 1COCP 88, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Northcote, 1925-1937); public servant (Kew, 1943-1977) =='''B'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''BACKLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lincoln Backler|Backler, Eric Lincoln]] [https://www.familysearch.org/tree/person/details/LV8Q-6SK] - 1911(SA)-1980(SA) - Licences: 5HK Kingston SE (1933-1939, 1954-1980) - Qualifications: cc; AOCP 1093, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Kingston, SA, 1939) ===''BADENOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Herbert Lionel Badenoch|Badenoch, James Herbert Lionel]] [https://www.familysearch.org/tree/person/details/GXG7-3XK] - 1913(NSW)-1984(SA) - Licences: 5LB Adelaide (Trinity Gardens, 1932-1980+) - Qualifications: cc; AOCP 1012, 1932, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BADER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Adolphus Frederick Bader|Bader, Henry Adolphus Frederick]] [https://www.familysearch.org/tree/person/details/97M3-V5X] - 1866(Ger)-1928(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman, Trading Committee, Wireless Development Assoc (Perth); witness to Royal Commission 1927 (obo WDA) - Electoral Rolls: electrical engineer (North Perth, 1913-1926) ===''BADGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Victor Badger|Badger, Albert Victor]] [https://www.familysearch.org/tree/person/details/G9RY-9X6] - 1893(Eng)-1983(NSW) - 2YT Receive Sydney (Rozelle, 1923-1924), 2AB Sydney (Rozelle, 1925-1926; North Sydney, 1927-1929; Crows Nest, 1930; Rozelle, 1931-1934; Leichhardt, 1935-1939), amateur operator (AOCP 202, 1925, No. ?? in NSW), amateur broadcaster, operator (Hobart East, 1919); picture operator (Crows Nest, 1930; Rozelle, 1934; Lilyfield, 1937-1972; Leichhardt, 1977-1980)) ===''BAGST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. D. A. Bagst|Bagst, E. D. A.]] - 19??(???)-19??(???) - Licences: 5EB Adelaide (Woodville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: individual not yet identified, possibly Elizabeth D. Bagst nee Boyle who married Leslie Bagst at Newtown, NSW 1925, possible YL operator ===''BAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Leonard Bain|Bain, John Leonard]] [https://www.familysearch.org/tree/person/details/GD4V-6SV] - 1891(Eng)-19??(NSW?) - Licences: Nil yet identified - Qualifications: cc; CPRT 109, 1915 - ship wireless officer (pre WW1, WW1); journalist (technical editor, Listener-In, -1934+); clubs (IRE USA); WW1 (1916-1919); Associate Editor, Popular Radio Weekly (1927); witness to Royal Commission 1927 (as associate editor, Popular Radio Weekly, Victoria) - Education: B.Sc.(London) - Electoral Rolls: engineer (Essendon, Vic, 1925-1936); journalist (Darling Harbour, NSW, 1937) - Links: [https://www.awm.gov.au/collection/P10688424 AWM] ===''BAILEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bailey|Bailey, George]] [https://www.familysearch.org/tree/person/details/GDKW-8PX] - 1882(Eng)-19??(???) - Licences: 5GB Mt Gambier (1924-1926) - Qualifications: cc; CPRT 79, 1915 - RANRS (CPO to Warrant Telegraphist, 1917); amateur operator; amateur broadcaster - Electoral Rolls: retired (Mt Gambier, 1939-1943) * [[/Jack Harry Bailey|Bailey, Jack Harry]] [https://www.familysearch.org/tree/person/details/KG85-LZ4] - 1912(Qld)-1989(Qld) - Licences: 4JC Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1299, 1934, Qld; BOCP 1902, 1961 - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Red Hill, Qld, 1936-1937); electrical mechanic (Annerley, Qld, 1943-1954); teacher (Tarragindi, Qld, 1958-1963); college principal (Mackay, Qld, 1968); principal (Bundaberg, Qld, 1972; Tarragindi, Qld, 1977-1980) * [[/Robert Howard Bailey|Bailey, Robert Howard]] [https://www.familysearch.org/tree/person/details/GXLM-1X6] - 1917(SA)-1995(SA) - Licences: 5NW Crystal Brook (1936-1939); 5NW Adelaide (Kensington Park, 1948; Huddleston, 1954-1960); 5NW Crystal Brook (1965-1980+) - Qualifications: cc; AOCP 1764, 1936, SA; BOCP 673, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Crystal Brook, SA, 1939-1943) ===''BAIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Allan Baird|Baird, Thomas William Allan]] [https://www.familysearch.org/tree/person/details/LHKG-JVD] - 1886(Qld)-1943(Qld) - Licences: 4DY Receive Brisbane (Bayswater, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (AIF, 11 Field Company Engineers, 1916) - Electoral Rolls: gardener (North Pine, Qld, 1908); labourer (Bayswater, Qld, 1912-1913); storeman (Torwood, Qld, 1916-1943) ===''BAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Andrew Claude Baker|Baker, Andrew Claude]] [https://www.familysearch.org/tree/person/details/G6TG-RZ9] - 1897(Eng)-1935(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 144, 1915; 2COCP 193, 1930; 1COCP 303, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIR Rockhampton (1917-1918) - Electoral Rolls: wireless operator (Clayfield, 1914-1917; Rockhampton, 1919-1934) * [[/Charles Whiteway Baker|Baker, Charles Whiteway]] [https://www.familysearch.org/tree/person/details/LL93-HYP] - 1905(Vic)-1978(Vic) - Licences: 3VP Receive Bendigo (1923-1924); 3VP Bendigo (1925-1975) - Qualifications: cc; AOCP 156, 1925, No. ?? in Vic; BOCP 451, 1942 - amateur receiver; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (as a "listener"); merchant - Electoral Rolls: salesman (Bendigo, 1927-1931); merchant (Bendigo, 1934-1968; Kennington, 1972-1977) * [[/Ernest James Baker|Baker, Ernest James]] [https://www.familysearch.org/tree/person/details/GZ6F-K5B] - 1904(NSW)-1973(NSW) - Licences: 2FP Receive Newcastle (Maryville, 1922-1923); 2FP Newcastle (Maryville, 1924-1928; Wickham, 1929; Hamilton, 1930-1939, 1946-1969) - Qualifications: cc; AOCP 69, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: draftsman (Hamilton, 1930-1972) * [[/Edwin Weldon Baker|Baker, Edwin Weldon]] [https://www.familysearch.org/tree/person/details/LYWP-F1D] - 1895(NSW)-1979(NSW) - Licences: 4CI Receive Brisbane (Northgate, 1922) - Qualifications: cc; CPRT 733, 1922 - amateur receiver - Halcyon: not mentioned - Electoral Rolls: joiner (Northgate, 1919-1977) * [[/John Frederick Thomas Baker|Baker, John Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GCY6-8XY] - 1908(???)-1977(Vic) - 3LF Melbourne (Northcote, 1927+), qualifications (AOCP 325, 1927, No. ?? in Vic), amateur operator, amateur broadcaster, * [[/Herbert Edward Baker|Baker, Herbert Edward]] [https://www.familysearch.org/tree/person/details/9V2B-245] - 1875(Vic)-1948(Qld) - Licences: 4HB Charleville (1925-1927) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; grazier - Halcyon: p. 81, 111 - Electoral Rolls: station manager (Charleville, 1903); grazier (Charleville, 1908-1943) * [[/Sidney Charles Baker|Baker, Sydney or Sidney Charles]] [https://www.familysearch.org/tree/person/details/MZSZ-J4H] - 1909(Vic)-1977(Vic) - Licences: 3KU Receive Melbourne (South Melbourne, 1922-1924), 3BK Melbourne (South Melbourne, 1925-1933; Albert Park, 1937; South Melbourne, 1938-1939, 1946-1954; Bonbeach, 1955-1969; Seaford, 1975) - Qualifications: AOCP 177, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (South Melbourne, 1937); optical mechanic (Carrum, 1963-1972); retired (Carrum, 1977) * [[/Walter Ross Baker|Baker, Walter Ross]] [https://www.familysearch.org/tree/person/details/G8CY-D78] - 1905(SA)-1978(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''BALDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Loris John Balderson|Balderson, Loris John]] [https://www.familysearch.org/tree/person/details/GMVR-1RW] - 1895(Vic)-1932(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; RAAF (Flying Officer, Technical Branch, 1927); witness to Royal Commission 1927 (obo RAAF) - Electoral Rolls: officer, RAAF (Footscray, 1924); flying officer (Werribee, 1925); flight-lieutenant (Werribee, 1931) - Links: [https://www.crossandcockade.com/uploads/Balderson.pdf Bio] ===''BALSILLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Graeme Balsillie|Balsillie, John Graeme]] [https://www.familysearch.org/tree/person/details/G7MR-7MN] - 1885(Qld)-1924(USA) - radio business proprietor, senior federal public servant (PMGS, Commonwealth Wireless Expert), inventor, (Halcyon, not mentioned) - [https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf John Graeme Balsilie: Australia's Forgotten Wireless Pioneer]; [https://adb.anu.edu.au/biography/balsillie-john-graeme-5117 ADB] ===''BAMFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Bamfield|Bamfield, Alfred George]] [https://www.familysearch.org/tree/person/details/GM19-HNG] - 1892(NSW)-1918(NZL) - Licences: XQJ Corfield (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Halcyon: p. 3 - Electoral Rolls: clerk (Muttaburra, Qld, 1913) ===''BANCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John Bancroft|Bancroft, Stanley John]] - 19??(???)-19??(???) - Broadcast technician (2CY), federal public servant (PMGD, ABC) ===''BANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Edward William Banks|Banks, Harold Edward William "Harry"]] [https://www.familysearch.org/tree/person/details/G6S7-3BT] - 1911(NZL)-2000(Tas) - Licences: 7HB Hobart (North Hobart, 1938-1939; Richmond, 1946-1956; Penna, 1960-1965; New Town, 1969-1980+) - Qualifications: cc; Nil yet identified (New Zealand?) - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Hobart North, 1936-1937); council clerk (Richmond, 1943-1954) ===''BANYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ingram Banyer|Banyer, Ingram]] [https://www.familysearch.org/tree/person/details/9F95-CYX] - 1893(SA)-1976(SA) - Licences: XVQ Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: clerk (Blackwood, SA, 1939-1943) ===''BARBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel George Barber|Barber, Samuel George]] [https://www.familysearch.org/tree/person/details/GXLC-66B] - 1913(SA)-1991(SA) - Licences: 5MV Adelaide (Henley Beach, 1933-1937; Woodville, 1938-1939) - Qualifications: cc; AOCP 1232, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: welder (Woodville, SA, 1939); radio engineer (5RM, Berri, SA, 1941; Glenelg, SA, 1943) * [[/William Henry Barber|Barber, William Henry]] [https://www.familysearch.org/tree/person/details/LY4N-QRD] - 1897(SA)-1965(WA) - Licences: Receive Adelaide (Cumberland, 1923-1925); 5WH Adelaide (Cumberland, 1926-1931); 5WH Port Pirie (1933-1937); 6DX Kalgoorlie (1938-1939; 1946-1960) - Qualifications: cc; AOCP 266, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio engineer (Kalgoorlie, 1937-1963) ===''BARBIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alphonse Barbier|Barbier, Edward Alphonse or Alphonse Edward]] [https://www.familysearch.org/tree/person/details/GXLV-5TW] - 1904(SA)-1962(SA) - Licences: 5MD Adelaide (Stockdale Reserve, 1932-1939; City, 1947-1960) - Qualifications: cc; AOCP 958, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARBOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Heyward Barbour|Barbour, Kenneth Heyward]] [https://www.familysearch.org/tree/person/details/GZXJ-1VZ] - 1905(Vic)-1952(Vic) - Licences: 3ZI Melbourne (Armadale, 1923-1926) - Qualifications: AOCP 105, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARDIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Frederic Bardin|Bardin, William Frederic or Frederick "Bill", "Old Bill"]] [https://www.familysearch.org/tree/person/details/GSS9-TG4] - 1899(Eng)-1976(NSW) - Licences: 3ZA Melbourne (North Carlton, 1923-1925); 4AB Townsville (1925-1927); 4AB Brisbane (Fairfield & Yeronga, 1931-1933); 2ABZ Sydney (Ermington & Dundas 1937-1939, 1946-1961+) - Qualifications: cc; CPRT 615, 1921; 1COCP 58, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); coastal radio operator (AWA); state public servant (4QG); federal public servant (Halcyon, p. 63) - Electoral Rolls: clerk (Townsville, 1922); radio engineer (Townsville, 1925; Buranda, 1926; Fairfield, 1928); engineer (Dundas, 1936-1943; Eastwood, 1949-1968) ===''BARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Morphew Barker|Barker, Rupert Morphew]] [https://www.familysearch.org/tree/person/details/GCGH-7LM] - 1890(Eng)-1973(Tas) - Licences: 5RM Adelaide (Prospect, 1924-1933); 7RM Hobart (City, 1947-1948; Lenah Valley, 1949-1969) - Qualifications: cc; Nil yet identified (likely qualified in England) - amateur operator; amateur broadcaster; WW2; broadcast engineer (sound) - Electoral Rolls: electrician (South Yarra, Vic, 1931-1936; Hobart North, Tas, 1937; Hobart South, Tas, 1943); sound engineer (Hobart West, Tas, 1949); engineer (Moonah, Tas, 1954; New Town, Tas, 1963) * [[/William Henry Barker|Barker, William Henry (R.?)]] [https://www.familysearch.org/tree/person/details/GHGY-243] - 1905(NSW)-1956(NSW) - licences: Receive (Crystal) Sydney (Concord, 1923-1924); 2BW Sydney (Concord, 1925-1931), qualifications: AOCP 217, 1925, No. ?? in NSW, amateur operator, amateur broadcaster, electoral rolls: electrical mechanic (Concord, 1930-1943), beware several contemporaneous William Henry Barker ===''BARLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Kenneth Barlin|Barlin, George Kenneth]] [https://www.familysearch.org/tree/person/details/L2VX-DP3] - 1916(NSW)-2016(ACT) - qualifications (BOCP 67, 1937), long term employee 2CA Canberra, manager TV network ===''BARLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Barlow|Barlow, Edward]] [https://www.familysearch.org/tree/person/details/G8K2-2FL] - 1895(NSW)-1968(Qld) - Licences: 2GQ Receive Armidale (1922); 2GQ Armidale (1922-1926); 2GQ Glen Innes (1927); 2GQ Sydney (Darlinghurst, 1928); 2GQ Canberra (1929); 2GQ Mudgee (1930-1931); 2GQ Sydney (Cammeray, 1933-1934; North Sydney, 1935-1936; Mosman, 1937-1939 & 1946-1965) - Qualifications: cc; AOCP 4, 1924, No. 3 in NSW - amateur operator; amateur broadcaster - TroveTag: "2GQ - Edward Barlow" - Electoral Rolls: public servant (Mudgee, 1930-1932; Cammeray, 1933-1935; Milsons Point, 1936; Mosman, 1937); divisional returning officer (Bathurst, 1943; Mosman, 1949-1958) ===''BARNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Barnes|Barnes, Thomas Walter]] [https://www.familysearch.org/tree/person/details/G8Z6-PZ2] - 1910(Vic)-2002(NSW) - Licences: 3TB Melbourne (Ascot Vale, 1929-1933; Moonee Ponds, 1937-1939; West Brunswick, 1946-1980+) - Qualifications: AOCP 537, 1929, No. ?? in Vic; BOCP 243,1939 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Ascot Vale, 1931-1936); mechanic (Moonee Ponds, 1937-1942); electrical maintenance (West Brunswick, 1949-1980) - beware another contemporaneous Thomas Walter Barnes (1893-1925) ===''BARRACLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Barraclough|Barraclough, Francis "Frank"]] [https://www.familysearch.org/tree/person/details/G8KL-MNY] - 1903(Qld)-1974(Qld) - Licences: 4GY Brisbane (Kedron, 1933-1935); 4GX Brisbane (Kedron, 1935-1939; 1946-1969) - Qualifications: cc; AOCP 1075, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2); radio service (Palings) - Halcyon: p. 81 - Electoral Rolls: carpenter (Kedron, 1937-1972) ===''BARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Barry|Barry, William Lawrence (BMD) or Lawrence William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/MK6C-NBK] - 1905(Qld)-1970(Qld) - Licences: 4FQ Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: storeman (South Brisbane, Qld, 1929); taxi driver (South Brisbane, Qld, 1937-1968) ===''BARTHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Lewis Barthold|Barthold, Godfrey Lewis]] [https://www.familysearch.org/tree/person/details/GZKR-JWZ] - 1899(Vic)-1993(Vic) - 3GL Melbourne (Malvern, 1925-1927), 3BT Melbourne (Malvern, 1931-1939; Glen Iris, 1946-1980+), amateur operator (AOCP 210, 1925, No. ?? in Vic), amateur broadcaster, clerk (Malvern, 1924-1931), radio manufacturer (Camberwell, 1937-1943; Glen Iris, 1949-1972), retired (Mt Martha, 1977-1980) ===''BARTHOLOMEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Bartholmew|Bartholomew, Charles Percy]] [https://www.familysearch.org/tree/person/details/G6CZ-8YR] - 1861(Eng)-1942(NSW) - Licences: XBM Sydney (Mosman, 1911-1914); 2FO Receive Sydney (Kirribilli, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver; company director (AWA); witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: merchant (Milsons Point, 1930-1937) - Comment: famously charged and convicted of trading with the enemy during WW1 but only slapped on wrist (together with Ernest Thomas Fisk and Hugh Robert Denison) ===''BARTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gustavus Campbell Barton|Barton, Edward Gustavus Campbell]] [https://www.familysearch.org/tree/person/details/KJ57-87Y] - 1857(Vic)-1942(Eng) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter, scientist, business proprietor (Barton & White) - Halcyon: not mentioned) - [https://adb.anu.edu.au/biography/barton-edward-gustavus-campbell-9445 ADB] * [[/Graham Francis Barton|Barton, Graham Francis]] [https://www.familysearch.org/tree/person/details/GX5P-KYT] - 1918(SA)-2005(SA) - Licences: 5BN Mt Gambier (1937-1939); 5BN Adelaide (Unley, 1947-1956; Malvern, 1960-1980+) - Qualifications: cc; AOCP 1993, 1937, SA; 1COCP 1709, 1954 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Hyde Park, SA, 1941-1943) * [[/Richard McRae Barton|Barton, Richard McRae "Dick"]] - 1940(???)-2021(Qld) - broadcast engineer, director engineering FACTS (1981-2001), ABU Engineering Award 2004, Fellow SMPTE, contributed to development DTV standards, chaired preparatory meeting to WRC 2000, [https://www.itu.int/dms_pub/itu-r/oth/0a/07/R0A070000420001PDFE.pdf ITU Tribute] ===''BARTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graeme Bartram|Bartram, Graeme]] - historian (early Aus wireless: 2011 "John Graeme Balsilie: Australia's Forgotten Wireless Pioneer"[https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf]) ===''BASIL-COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * Frank Basil-Cooke see Cooke, Frank Basil "Basil" ===''BASSETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Rankin Bassett|Bassett, Francis Rankin]] [https://www.familysearch.org/tree/person/details/GQZJ-28Y] - 1906(NSW)-1982(NSW) - 2FR Sydney (Bexley, 1925-1928; Arncliffe, 1929), 2FR Singleton, 1931-1939), amateur operator (AOCP 194, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother John Bassett * [[/John Bassett|Bassett, John]] [https://www.familysearch.org/tree/person/details/L8M2-8XN] - 1904(NSW)-1979(NSW) - 2VO Receive Stroud (1923), amateur operator (AOCP 232, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother Francis Rankin Bassett ===''BATCHLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Victor Batchler|Batchler, Charles Victor "Victor"]] [https://www.familysearch.org/tree/person/details/K4NN-FXJ] - 1897(Tas)-1985(Tas) - Licences: XZJ Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: Uncle of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: shift engineer (Waddamana, 1922) * [[/Jack Copeland Batchler|Batchler, Jack Copeland]] [https://www.familysearch.org/tree/person/details/KCSK-D8F] - 1910(Tas)-1979(Tas) - Licences: 7JB Hobart (1932-1939); 3AJB Melbourne (1947); 7JB Hobart (Sandy Bay, 1948-1975+) - Qualifications: cc; AOCP 957, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: nephew of XZJ Charles Victor Batchler; husband of 7YL Joyce Isabel Batchler nee Crowder - Electoral Rolls: soldier (Nelson, 1943-1949); no occupation (Nelson, 1972) * [[/Joyce Isabel Crowder|Batchler nee Crowder, Joyce Isabel]] [https://www.familysearch.org/tree/person/details/LYNY-PKG] - 1915(Tas)-2015(Tas) - Licences: 7YL Hobart (Sandy Bay, 1936-1980) - Qualifications: AOCP 1627, 1936, Tas - amateur operator; amateur broadcaster; YL - Relationships: Wife of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: home duties (Nelson, 1943-1972) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''BATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Bate|Bate, Arthur John]] [https://www.familysearch.org/tree/person/details/GXKQ-PYC] - 1917(WA)-2010(SA) - Licences: 5ZA Adelaide (Adelaide City, 1937-1939) - Qualifications: cc; AOCP 1891, 1937, SA; BOCP 1481, 1956; 1COCP 2049, 1967 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil yet identified ===''BATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lister Bates|Bates, Jack Lister]] [https://www.familysearch.org/tree/person/details/GCGK-238] - 1912(Qld)-1998(Qld) - Licences: 4UR Brisbane (Teneriffe, 1935-1939, 1946-1947; Lutwyche, 1948-1969; Toombul, 1975-1980) - Qualifications: cc; AOCP 1430, 1935, Qld - amateur operator; amateur broadcaster; Radio Club (WIAQ, QSL Manager); part of the "U" gang; WW2 - Halcyon: p. 12, 99, 137, 141, 145 - Electoral Rolls: storeman (Teneriffe, Qld, 1936-1943); labourer (Lutwyche, Qld, 1949-1958; Wooloowin, Qld, 1968); cashier (Toombul, Qld, 1972-1980) ===''BATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Henry Batt|Batt, Cecil Henry]] [https://www.familysearch.org/tree/person/details/GMLJ-5SB] - 1904(Tas)-1942(Tas) - Licences: Receive (Crystal) Bothwell (1923) - Qualifications: cc; 3COCP 434, 1940 - amateur receiver - Electoral Rolls: motor driver (Bothwell, 1928); labourer (Melton Mowbray, 1936-1937) ===''BATTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Thomas Battle|Battle, Edmund Thomas]] [https://www.familysearch.org/tree/person/details/G6C8-G32] - 1890(UK)-1970(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a listener) - Electoral Rolls: teamster (Dorrigo, 1913); dairy farmer (Malanda, 1919); sawmill manager (Tumoulin, 1931); sawmiller (Ravenshoe, 1936-1937); timber merchant (Paddington, 1943); sawmiller (Albion, 1949) ===''BATTYE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Sykes Battye|Battye, James Sykes]] [https://www.familysearch.org/tree/person/details/9V7W-HL5] - 1871(Vic)-1954(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - librarian; historian; witness to Royal Commission 1927 (as chairman, special committee, Western Australian Listeners' League) - Electoral Rolls: librarian (Perth, 1910-1937); principal librarian (Perth, 1943-1949) - Links: [[w:James Battye|Wikipedia]] [https://adb.anu.edu.au/biography/battye-james-sykes-5156 ADB] ===''BATY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Baty|Baty, Richard]] [https://www.familysearch.org/tree/person/details/GXLV-BZX] - 1913(Eng)-19??(???) - Licences: 5MH Adelaide (Brompton, 1931; Pennington, 1937; Challa Gardens, 1938-1939; Lockleys, 1954-1969; Henley Beach South, 1975-1980) - Qualifications: cc; AOCP 757, 1931, No. ?? in SA; AOLCP 160, 1934; BOCP 242, 1939; 1COCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Franklin, SA, 1941-1943) ===''BAUER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Thomas Bauer|Bauer, Alfred Thomas "Alf"]] [https://www.familysearch.org/tree/person/details/MSCM-QB1] - 1908(Qld)-2004(Qld) - Licences: 4AT Brisbane (Annerley, 1927-1933) & Cairns? - Qualifications: cc; AOCP 333, 1927, No. 36 in Qld; CPRTelephony 1119, 1928; 1COCP 92, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); state public servant (4QG); WW2 - Halcyon: p. 67, 86, 111, 127, 130 - Electoral Rolls: radio engineer (Cairns, 1936; Camp Hill, 1937); radio tech (Camp Hill, 1943-1980) ===''BAXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Baxter|Baxter, Arthur Henry]] [https://www.familysearch.org/tree/person/details/L62R-CKR] - 1900(Eng)-1983(WA) - Licences: 6BX Geraldton (1937-1939) - Qualifications: cc; AOCP 1989, 1937, WA; BOCP 381, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: station employee (Lyons River Station, Carnarvon, WA, 1925-1926); wood merchant (Geraldton, WA, 1931-1937); broadcast station operator (Geraldton, WA, 1949-1972); retired (Thornlie, WA, 1977-1980) * [[/Sidney Roy Baxter|Baxter, Sidney or Sydney Roy]] [https://www.familysearch.org/tree/person/details/LWX9-XWV] - 1915(Qld)-1985(Qld) - Licences: 4FJ Brisbane (Camp Hill, 1935-1939; Coorparoo Heights, 1946-1947; Cribb Island, 1948-1950; Camp Hill, 1954-1980+) - Qualifications: cc; AOCP 1569, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless officer); employment (Trittons, radio service); business proprietor (radio service) - Halcyon: p. 76, 137 - Electoral Rolls: truck driver (Camp Hill, Qld, 1936-1943); radio mechanic (Cribb Island, Qld, 1949); radio technician (Camp Hill, Qld, 1954-1980) ===''BEAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Beames|Beames, Kenneth]] [https://www.familysearch.org/tree/person/details/9NQJ-L17] - 1899(NSW)-1989(NSW) - Licences: N754 Receive Sydney (Randwick, 1922); 2IB Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: manufacturer (Five Dock, 1930-1958; Linden, 1963-1980) ===''BEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Percival Reed Bean|Bean, Leslie Percival Reed]] [https://www.familysearch.org/tree/person/details/KHWZ-6ZZ] - 1884(Vic)-1972(NSW) - Licences: 2ZT Sydney (Mosman, 1923-1925); 2LP Sydney (Mosman, 1924-1928; Artarmon, 1929-1936; Pymble, 1937-1939) - Qualifications: cc; Nil yet identified - PMGD (Elec. Engineer, 1904-1919); L. P. R. Bean & Co (founder 1920-1926); Stromberg-Carlson (founder, 1927-1933+); Council IREAust - Electoral Rolls: electrical instrument fitter (Ascot Vale, 1909); engineer (Brighton, Vic, 1912-1915; Artarmon, NSW, 1930); company director (Pymble, 1933-1943; Roseville, 1949-1954); electrical engineer (Lindfield, 1958-1968) ===''BEARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Gordon Beard|Beard, Ernest Gordon]] [https://www.familysearch.org/tree/person/details/GW2G-25R] - 1897(Eng)-1968(USA) - Licences: Nil yet identified - Qualifications: cc; 1COCP 304, 1939 - broadcast engineer (United Distributors; 2KY; 2GB); inventor; witness to Royal Commission 1927 (as consulting engineer, 2GB) - Electoral Rolls: engineer (Northbridge, 1930-1934); radio engineer (Northbridge, 1936-1937); wireless engineer (Willoughby, 1943-1949); engineer (Forestville, 1958-1963) - Links: [https://www.radiomuseum.org/dsp_hersteller_detail.cfm?company_id=12500 radiomuseum.org] * [[/Norman George Beard|Beard, Norman George]] [https://www.familysearch.org/tree/person/details/LT9G-GSZ] - 1902(Vic)-1984(NSW) - Licences: 3DR Receive Balnarring (1922-1923); 2PK Wentworthville (1930); 2ALJ Sydney (Prospect, 1939; Toongabbie, 1946-1954; Brookvale, 1955; Dee Why, 1956-1961); 2ALJ Terrigal (1965) - Qualifications: AOCP 583, 1930, No. ?? in NSW; TVOCP 25, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Pendle Hill, NSW, 1930; Balnarring, Vic, 1931; Prospect, NSW, 1933-1937); RAAF instructor (Ballarat, 1942); teacher (Toongabbie, 1949-1954; Brookvale, 1958); retired (Terrigal, 1963-1972; Wendouree, Vic, 1977; Caves Beach, 1980) ===''BEARUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Andrew Bearup|Bearup, Herbert Andrew]] [https://www.familysearch.org/tree/person/details/GDLJ-B1C] - 1900(Vic)-1982(Vic) - Licences: V740 Receive Melbourne (Caulfield East, 1922); 3GT Receive Melbourne (Caulfield East, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Malvern East, 1921-1924; Caulfield East, 1925-1928); farmer (Bentleigh, 1934-1949); engineer (Highett, 1963-1967; Moorabbin, 1972-1980) * [[/Thomas William Bearup|Bearup, Thomas William]] [https://www.familysearch.org/tree/person/details/9J7R-T9D] - 1897(Vic)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 224, 1916 - studio manager 3LO (1927); witness to Royal Commission 1927 (as studio manager, 3LO, Victoria); WW1 (merchant navy) - Electoral Rolls: operator (Caulfield, 1924); radio engineer (Auburn, Vic, 1931-1937); manager (Roseville, NSW, 1943) ===''BEATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Beatson|Beatson, Robert John "Bob"]] [https://www.familysearch.org/tree/person/details/GSJV-2D2] - 1909(Qld)-2003(Qld) - Licences: 4BB Brisbane (Wilston, 1928); 4BB Maryborough (1931-1939) - Qualifications: cc; AOCP 394, 1928, No. 44 in Qld; AOLCP 173, 1934 - amateur operator; amateur broadcaster; radio club administrator (WIAQ); broadcast engineer (4MB); WW2 - Halcyon: p. 68, 139, 141, 163, 164 - Electoral Rolls: radio mechanic (Maryborough, 1931); radiotrician (Maryborough, 1937-1949); radio engineer (Maryborough, 1954-1980) ===''BEATTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Spencer Meurant Beattie|Beattie, Herbert Spencer Meurant]] [https://www.familysearch.org/tree/person/details/GQ65-KTL] - 1888(NSW)-1963(NSW) - Licences: 3DV Receive Melbourne (Box Hill, 1922); 3DV Melbourne (Box Hill, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Box Hill, Vic, 1914-1927); salesman (Thornleigh, NSW, 1930); electrical engineer (Cheltenham, NSW, 1934-1936); agent (Cabramatta, 1943); auctioneer (Ettalong, 1943); no occupation (Fairfield, NSW, 1954-1958; Flagstaff, NSW, 1963) ===''BECHERVAISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philip Bechervaise|Bechervaise, William Philip]] [https://www.familysearch.org/tree/person/details/MVNP-4HQ] - 1831(Eng)-1907(Vic) - radio clubs (Telegraph Electrical Society, Victoria), employment (Victoria Posts and Telegraphs Department) ===''BECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Beavis Beck|Beck, Alan Beavis]] [https://www.familysearch.org/tree/person/details/GZR7-N8Q] - 1911(Vic)-1982(WA) - Licences: 5XW Adelaide (West Mitcham, 1927-1928) - Qualifications: cc; AOCP 370, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (Shenton Park, WA, 1937; Myrtle Bank, SA, 1941-1943); research chemist (Subiaco, 1949-1980) ===''BEDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Arthur Buddicom Bedford|Bedford, Robert Arthur Buddicom]] [https://www.familysearch.org/tree/person/details/LC5Q-1KX] - 1874(Eng)-1951(SA) - Licences: 5RB Kyancutta (1924-1939; 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of William Rudolf Buddicom Bedford - Electoral Rolls: farmer (Kyancutta, 1939-1941); retired (Kyancutta, 1943) - Links: [https://adb.anu.edu.au/biography/buddicom-robert-arthur-5417 ADB] * [[/William Rudolf Buddicom Bedford|Bedford, William Rudolf Buddicom "Bill"]] [https://www.familysearch.org/tree/person/details/L6Y3-X4Z] - 1909(Eng)-1972(SA) - Licences: likely operator of 5RB Kyancutta - Qualifications: cc; 3COCP 1893, 1954 - WW2 - Relationships: son of 5RB Robert Arthur Buddicom Bedford - Electoral Rolls: mechanic (Kyancutta, 1939-1943) ===''BEECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Sidney Beech|Beech, Frederick Sidney or Sydney "Fred"]] [https://www.familysearch.org/tree/person/details/G8F2-6BC] - 1895(Qld)-1978(Qld) - Licences: 4FB Brisbane (Coorparoo, 1930-1939; Norman Park, 1946-1969) - Qualifications: cc; AOCP 629, 1930, Qld - amateur operator; amateur broadcaster; jeweller - Halcyon: p. 75, 76, 90 - Electoral Rolls: watchmaker (Bulimba, 1917-1919; Coorparoo, 1919-1972; Norman Park, 1977) ===''BEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Beer|Beer, James]] - 19??(???)-19??(???) - Licences: 2CW Receive Sydney (Ashfield, 1922-1923); 2CW Sydney (Ashfield, 1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: too many JBs to identify reliably, likely James Charles Beer living 70 Tranmere St, Drummoyne, engineer, 1930 ===''BEGBIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Begbie|Begbie, Richard]] - historian (broadcasting), journalist, radio clubs (HRSA) ===''BELJON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robin Ernest Beljon|Beljon, Robin Ernest "Jack"]] [https://www.familysearch.org/tree/person/details/GSD3-VR3] - 1897(NSW)-1974(NSW) - Licences: 2RB Lithgow (1926-1933) - Qualifications: AOCP 259, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lithgow, 1930-1934); turner (Lithgow, 1937-1943); foreman (Lithgow, 1949-1968); retired (Lithgow, 1972) ===''BELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Wirgman Dillon Bell|Bell, Francis Wirgman Dillon "Frank"]] [https://www.familysearch.org/tree/person/details/G7QW-CM4] - 1896(NZ)-1987(NZ) - ZL4AA Waihemo, amateur operator, first to 2 way QSO New Zealand to Australia (Apr 1923), South America, USA (Sep 1924), England (Oct 1924, G2SZ); WW1 (gunner, France & Belgium till invalided 1917) - Relationships: brother of Margaret Brenda Bell, first licensed female NZ amateur - Links: [https://teara.govt.nz/en/biographies/4b20/bell-francis-wirgman-dillon Bio]; [https://www.soundarchives.co.nz/collections/catalogue/catalogue-item?record_id=222015 Sound Archives]; [https://www.zl4aa.org.nz/frank-bell-trans-world-radio-contact/ NZART Otago] * [[/H. G. Bell|Bell, H. G.]] - 19??-19?? - 4HG Brisbane (South Toowong = Taringa, 1927+) - Qualifications: cc; AOCP 321, 1927, No. 33 in Qld - amateur operator; amateur broadcaster - Halcyon: p. 111 - Callsign: later to Harry Brown - Electoral Rolls: Nil yet identified * [[/Leslie William Gordon Bell|Bell, Leslie William Gordon]] [https://www.familysearch.org/tree/person/details/G67S-RQ5] - 1904(Qld)-2000(Qld) - Licences: 4CY Receive Atherton (1923); 4LZ Jubilee Pocket (1969-1975); 4LZ Airlie Beach (1980+) - Qualifications: cc; AOCP 4471, 1967, Qld - amateur receiver; amateur operator; WW2 - Electoral Rolls: engine driver (Danbulla via Atherton, 1925-1928); farmer (Jubilee Pocket via Proserpine, 1954-1980) * [[/Victor Frank Bell|Bell, Victor Frank]] [https://www.familysearch.org/tree/person/details/GFMZ-FZ7] - 1913(WA)-19??(???) - Licences: 6KR Perth (Subiaco, 1932-1933); 6KR Kalgoorlie (1937-1939); 6KR Perth (Nedlands, 1947-1954) - Qualifications: cc; AOCP 907, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1936); postal assistant (Leonora, WA, 1937); radio engineer (Subiaco, WA, 1937); telephone mechanic (Lamington, Kalgoorlie, WA, 1943); radio engineer (Nedlands, WA, 1949-1954) * [[/Vincent Stephanus Bell|Bell, Vincent Stephanus "Vince"]] [https://www.familysearch.org/tree/person/details/GXHV-W8G] - 1910(Qld)-1981(Qld) - Licences: 4VD Rockhampton (Rockhampton City, 1936-1937; Wandal, 1938-1939, 1946-1960+) - Qualifications: cc; AOCP 1496, 1935, Qld - amateur operator; amateur broadcaster; WW2; employed electrical business - Electoral Rolls: electrician (Rockhampton, Qld, 1932-1936); electrical mechanic (Rockhampton, Qld, 1937-1980) ===''BELSTEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Lempriere Belstead|Belstead, Roy Lempriere]] [https://www.familysearch.org/tree/person/details/L1GN-CQF] - 1910(Qld)-1981(Qld) - Licences: 4EI Townsville (1933-1939); 4RU Winton (1975-1980) - Qualifications: cc; AOCP 1182, 1933, No. ?? in Qld; BOCP 304, 1940; 1COCP 420, 1940; TVOCP 87, 1957 - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, Townsville ARC); state public servant (Qld Railways); broadcast technician (2KY); business proprietor (Belstead Electronic Repairs, Winton) - Electoral Rolls: clerk (Hyde Park, Qld, 1931-1937); radio technician (Dee Why, NSW, 1943; Auburn, NSW, 1949; Lidcombe, NSW, 1958-1963; Auburn, NSW, 1972); retired (Winton, Qld, 1977-1980) ===''BENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Bennett|Bennett, Alfred Edward]] [https://www.familysearch.org/tree/person/details/LYNP-GFM] - 1889(Vic)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - manager 2GB Sydney; witness to Royal Commission 1927 (as manager, 2GB, NSW) - Electoral Rolls: manager (Mosman, 1930-1931); director (Mosman, 1933; Vaucluse, 1936); inspector (Darling Point, 1943); investor (West Pennant Hills, 1949); retired (Vaucluse, 1954-1963) - Links: [https://adb.anu.edu.au/biography/bennett-alfred-edward-5207 ADB] * [[/Clarence Herbert Bennett|Bennett, Clarence Herbert]] [https://www.familysearch.org/tree/person/details/LK1H-GMF] - 1887(Vic)-1974(Vic) - Licences: cc; Nil yet identified - Qualifications: AOCP 449, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Brunswick, 1909-1963); retired (Brunswick, 1968-1972) ===''BENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Francis Wattis Bent|Bent, Arthur Francis Wattis]] [https://www.familysearch.org/tree/person/details/GZVG-5V7] - 1902(Vic)-1998(Vic) - Licences: 3AF Geelong (1924-1939, 1946-1960); 3AF Torquay (1965-1980+) - Qualifications: cc; AOCP 199, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; radio dealer (Geelong, 1931-1954) - Electoral Rolls: turner (14 Coronation St, Geelong West, 1925-1927); radio dealer (Geelong, 1928-1954); radio serviceman (Torquay, 1963-1980) ===''BENTLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Ernest Bentley|Bentley, Frank Ernest]] [https://www.familysearch.org/tree/person/details/G93F-NPZ] - 1902(India)-1973(SA) - Licences: 5MK Adelaide (Cowandilla, 1931-1939); 5MZ Adelaide (Cowandilla, 1954-1969) - Qualifications: cc; AOCP 833, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: boilermaker (Cowandilla, SA, 1939-1943) ===''BENTZEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivan Louis Bentzen|Bentzen, Ivan Louis]] [https://www.familysearch.org/tree/person/details/LT4X-6P4] - 1905(Qld)-1995(Qld) - Licences: 4SS Brisbane (Newstead, 1932-1933) - Qualifications: cc; AOCP 964, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Bulimba, Qld, 1929); mechanic (Valley, Qld, 1936); carpenter (Wooloowin, Qld, 1943-1949); garage proprietor (Lutwyche, Qld, 1954); carpenter (Eagle Junction, Qld, 1954-1980) ===''BERGIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Thomas Bergin|Bergin, John Thomas "Jack"]] [https://www.familysearch.org/tree/person/details/GXGP-GNM] - 1911(SA)-1989(SA) - Licences: 5JB Adelaide (Largs Bay, 1934-1939) - Qualifications: cc; AOCP 1364, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: * [[/Max Wulfing Bergin|Bergin, Max Wulfing]] [https://www.familysearch.org/tree/person/details/LXQ1-QLP] - 1900(NSW)-1983(Cook Isls) - Licences: 2YP Receive West Maitland (1923); 2YP West Maitland (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ingham Berry|Berry, Arthur Ingham]] [https://www.familysearch.org/tree/person/details/9WB6-6F5] - 1914(Vic)-1979(Vic) - Licences: 3CZ Melbourne (Hawthorn, 1930-1939; Kew, 1946-1954; East Malvern, 1955-1956); 3CZ Warburton (1960-1975) - Qualifications: AOCP 595, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Hawthorn, 1936-1937); architect (Kew North, 1943-1954); farmer (Warburton, 1963-1977) * [[/Harold Alexander Berry|Berry, Harold Alexander "Huck"]] [https://www.familysearch.org/tree/person/details/G869-8R6] - 1906(SA)-1983(SA) - Licences: Receive (Crystal) Adelaide (City, 1923); Receive Adelaide (City, 1923-1924); 5JU Adelaide (City, 1930-1931; Keswick, 1933; Norwood, 1937-1939; Kilburn, 1946-1975) - Qualifications: cc; AOCP 666, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: polisher (Kilburn, 1943) * [[/Lawrence Dudley Berry|Berry, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/GXG2-X6J] - 1906(NSW)-1987(SA) - Licences: 5DB Adelaide (Norwood, 1934-1939) - Qualifications: cc; AOCP 1315, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Henry Berry|Berry, Robert Henry]] [https://www.familysearch.org/tree/person/details/G342-ZR6] - 18??(???)-1971(Qld) - Licences: XQC Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; electrical business proprietor - Electoral Rolls: gardener (Rockhampton, 1912-1925); electrical mechanic (Rockhampton, 1928-1968) * [[/William Clive Berry|Berry, William Clive "Clive"]] [https://www.familysearch.org/tree/person/details/LBT5-3L8] - 1912(NSW)-1965(NSW) - Licences: 2CB Knockrow via Bangalow (1931-1936); 2AGM Byron Bay (1938-1938, 1946-1955); 2AGM Lismore (1956-1957); 2AGM Mullumbimby (1958-1960); 2AGM Byron Bay (1961-1965) - Qualifications: AOLCP 30, 1930, NSW; 2COCP 302, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Knockrow, 1933-1936); woodworker (Byron Bay, 1943-1954); contractor (Ballina, 1958); no occupation (Mullumbimby, 1958); manager (Byron Bay, 1963) * [[/William James Berry|Berry, William James "Jim"]] [https://www.familysearch.org/tree/person/details/G8D1-B78] - 1890(Qld)-1983(Qld) - Licences: 4WB Brisbane (Yeerongpilly, 1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1295, 1934, Qld - amateur operator; amateur broadcaster; instrument repairer - Comment: Several contemporaneous William James Berry's in Brisbane - Electoral Rolls: motor mechanic (Yeerongpilly, 1958-1963); mechanic (Yeerongpilly, 1972-1980) - ===''BERTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Louis Bertram|Bertram, William Louis]] [https://www.familysearch.org/tree/person/details/LDBP-NGS] - 1901(Vic)-1983(Vic) - Licences: V738 Receive Rushworth (1922); 3GR Receive Rushworth (1922); 2KR Sydney (Waverley, 1929) - Qualifications: CPRT 920, 1926; 2COCP 97, 1930; 1COCP 34, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Rushworth, 1922; Brunswick, 1924-1928); telegraphist (Brunswick, 1931-1942); telephonist (Brunswick, 1949-1963); retired (Frankston, 1967-1980) ===''BESTED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julius Phillip Bested|Bested, Julius Phillip]] [https://www.familysearch.org/tree/person/details/MZ6V-YSQ] - 1907(SA)-1987(SA) - Licences: Receive Adelaide (Rose Park, 1923); 5CS Adelaide (Salisbury, 1937-1939); 5CS Peterborough (1947-1948); 5CS Adelaide (Richmond, 1954-1960; Cumberland Park, 1965-1980+) - Qualifications: cc; AOCP 1995, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Salisbury, SA, 1939-1941) ===''BIBBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Cyril Bibby|Bibby, Frederick Cyril "Fred"]] [https://www.familysearch.org/tree/person/details/GH58-5XF] - 1911(Tas)-1982(Vic) - Licences: 3OL Melbourne (Hawthorn East, 1930-1939; Camberwell, 1946-1980+) - Qualifications: AOCP 681, 1930, Vic; AOLCP 38, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Camberwell, 1943-1968); operator (Camberwell, 1972-1980) ===''BINNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Binns|Binns, Cecil]] [https://www.familysearch.org/tree/person/details/GZD8-XTD] - 1897(NSW)-1974(NSW) - 2IE Receive Sydney (Kogarah, 1922), 2BJ Sydney (Kogarah, 1925-1927), amateur operator (AOCP 46, 1925, No. ?? in NSW), amateur broadcaster ===''BIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Scorer Bird|Bird, Henry Scorer]] [https://www.familysearch.org/tree/person/details/LYWH-FTC] - 1902(Vic)-1973(Vic) - Licences: 3HB Melbourne (Sunshine, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Sunshine, 1924-1927); Government employee (Camberwell, 1928-1963); nil (Ashwood, 1968-1972) - Comment: 3HB callsign passed to Sunshine Radio Club 1924-1927 (prominent amateur broadcaster) * [[/Leslie James Bird|Bird, Leslie James]] [https://www.familysearch.org/tree/person/details/G6X2-N4N] - 1897(NSW)-1947(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as listener, Armidale, NSW) - Electoral Rolls: clerk (Armidale, 1930-1935; Wellington, 1937); civil servant (Homebush, 1943) ===''BISCHOFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Conrad Bischoff|Bischoff, William Edward Conrad]] [https://www.familysearch.org/tree/person/details/L2YT-QB7] - 1911(NSW)-1989(NSW) - Licences: 2LZ Sydney (Crows Nest, 1930-1937); 2LZ Wentworth Falls (1938-1939, 1946-1969); 2AKM Wentworth Falls (Portable, 1939); 2LZ Sydney (Naremburn, 1975-1980+) - Qualifications: AOCP 568, 1930, No. ?? in NSW; BOCP 12, 1936; TVOCP, 346, 1961 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Naremburn, 1933-1937); wireless operator (RAAF Richmond, 1943); radio technician (Wentworth Falls, 1949-1958); tele. engineer (Naremburn, 1963); engineer (Naremburn, 1972-1980) ===''BISHOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Elijah Bishop|Bishop, Clarence Elijah]] [https://www.familysearch.org/tree/person/details/LKZ9-G7S] - 1896(WA)-1971(WA) - Licences: 6DD Receive Albany (1923); 6DD Albany (1923-1924); 6DD Northam (1924); 6LL Katanning (1936-1939); 6LL Perth (Claremont, 1948-1954; East Victoria Park, 1955-1969) - Qualifications: cc; AOCP 1746, 1936, WA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Albany, WA, 1922); accountant (Katanning, WA, 1925-1937); clerk (Nedlands, WA, 1943-1954; Victoria Park, WA, 1958-1968) * [[/Frederick Edward Bishop|Bishop, Frederick Edward]] [https://www.familysearch.org/tree/person/details/GDS3-GZQ] - 1882(NSW)-1952(NSW) - Licences: 2FB Sydney (Kirribilli, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: optician (Kirribilli, 1930-1931); grazier (Mullaley, Gunnedah, 1935-1949) * [[/Maurice Glanville Bishop| Bishop, Maurice Glanville]] [https://www.familysearch.org/tree/person/details/GDDP-SVD] - 1908(Tas)-1965(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bank clerk (Middle Park, Vic, 1931); bank officer (Middle Park, 1935); bank clerk (Bank of NSW Quarters, Ouyen, 1936-1937); bank officer (Hawthorn, 1942-1949; Nelson, Tas, 1954) ===''BLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. C. Black|Black, F. C.]] - 19??(???)-19??(???) - Licences: None identified to date - Qualifications: cc; AOCP 297, 1926, No. ?? in SA - amateur operator?, amateur broadcaster? - Electoral Rolls: awaits identification, Port Lincoln, SA in 1926 * [[/William Hector Black|Black, William Hector]] [https://www.familysearch.org/tree/person/details/G8J2-TCS] - 1912(Vic)-1976(NSW) - Licences: 3WB Melbourne (Malvern, 1930-1939); 2WO Sydney (Mosman, 1946-1948) - Qualifications: AOCP 663, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Malvern, 1936-1937); bacteriologist (Mosman, 1943-1963); biochemist (Darlinghurst, 1968-1972) ===''BLACKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Howbery Blackman|Blackman, Herbert Howbery]] [https://www.familysearch.org/tree/person/details/GZ2M-65N] - 1886(Vic)-1970(Vic) - Licences: XOE Melbourne (East Malvern, 1913); 3PR Receive Melbourne (East Malvern, 1923); 3PR Melbourne (East Malvern, 1924-1925); 3HA Melbourne (East Malvern, 1926-1927); 3HU Melbourne (Ashburton, 1931-1939) - Qualifications: cc; AOCP 211, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: public servant (Malvern, 1909); mechanic (East Malvern, 1913-1916); soldier (Royal Park, 1917-1919); electrician (East Malvern, 1922-1928); mechanic (Burwood, 1931-1968) * [[/W. T. Blackburn|Blackburn, W. T.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Home Hill (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Searched William, Walter, Wilfred - Electoral Rolls: Nil yet identified ===''BLADES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alfred Blades|Blades, Ronald Alfred "Ron"]] [https://www.familysearch.org/tree/person/details/GXCS-L77] - 1916(Qld)-2005(NSW) - Licences: 4RX Toowoomba (1936-1939); 2VP Sydney (Haberfield, 1946-1947; Ashfield, 1948-1950; Dundas, 1954-1955); 2VP Melbourne (Blackburn, 1956); 2VP Sydney (Balgowlah, 1957-1969; Seaforth, 1975; Dee Why, 1980) - Qualifications: cc; AOCP 1775, 1936, No. ?? in Qld; BOCP 615, 1944 - amateur operator; amateur broadcaster; military (WW2, RAAF); broadcast technician (AWA) - Comment: Two Ronald Alfred Blades born in Qld 1916, 4RX 27/3/1916 - Electoral Rolls: radio engineer (Ashfield, NSW, 1949; Dundas, NSW, 1954; Balgowlah, NSW, 1958-1968); engineer (Dee Why, NSW, 1977) ===''BLAIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Andrew William Blair|Blair, Keith Andrew William]] [https://www.familysearch.org/tree/person/details/LK4S-ZXY] - 1911(Vic)-2001(NSW) - Licences: 2DX Balranald (1930-1934); 2DX Sydney (Marrickville, 1935-1937); 2DX Bega (1938-1939) - Qualifications: AOCP 699, 1930, Vic; BOCP 276, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: bank clerk (Balranald, 1932-1935; Randwick, 1936-1937; Bega, 1937); bank officer (Queanbeyan, 1949-1980) ===''BLAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leslie Gilbert Blake|Blake, Robert Leslie Gilbert]] [https://www.familysearch.org/tree/person/details/L831-ZLW] - 1888(Vic)-1952(Vic) - Licences: 3RG Castlemaine (1929-1939) - Qualifications: AOCP 484, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Castlemaine, 1912-1919); house furn. (Castlemaine, 1924-1949) ===''BLANCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Henry Blanchard|Blanchard, George Edward Henry]] [https://www.familysearch.org/tree/person/details/GZV2-B4S] - 1899(NSW)-1987(NSW) - Licences: 2DN Sydney (Newtown, 1922-1926; Hurlstone Park, 1927-1929) - Qualifications: cc; AOCP 195, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Earlwood, 1930-1980) ===''BLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Bland|Bland, William Joseph]] [https://www.familysearch.org/tree/person/details/GXT9-4RP] - 1902(India)-1955(SA) - Licences: Receive Adelaide (Alberton, 1923); 5AG Adelaide (Alberton, 1923-1927) - Qualifications: cc; CPRT 765, 1923 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio manufacturer (Tusmore, SA, 1939-1943) ===''BLUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Blue|Blue, Harry William]] - 1909(NSW)-2001(NSW) - 2YI Liverpool (1933), 2YI Albury (1934-1936), 9KO Rabaul (1937), 2YI Broken Hill (1938-1939), 2YI Sydney (Kingsford, 1946; Auburn, 1947-1980+, amateur operator (AOCP 1034, 1932, No. ?? in NSW), amateur broadcaster, A.A.M.S. ===''BLUNDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Verge Blunden|Blunden, Godfrey Verge]] [https://www.familysearch.org/tree/person/details/GDNG-22L] - 1906(Vic)-1996(France) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Wireless Weekly (editor, 1930s) - Electoral Rolls: journalist (North Sydney, 1930; East Sydney, 1933-1936) * [[/Leon Walter Blunden|Blunden, Leon Walter]] [https://www.familysearch.org/tree/person/details/G3KT-SMV] - 1914(SA)-2003(SA) - Licences: 5BH Adelaide (Firle, 1935-1939, 1947-1980+) - Qualifications: cc; AOCP 1535, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BOAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Douglas Boast|Boast, Harold Douglas]] [https://www.familysearch.org/tree/person/details/K2VW-3D4] - 1906(Eng)-1979(Vic) - Licences: 3AX Melbourne (Elsternwick, 1928-1939); 3AX Lubeck (1946-1969); 3AX Melbourne (Frankston, 1975) - Qualifications: AOCP 404, 1928, No. ?? in Vic; AOLCP 55, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Elsternwick, 1931-1936); radio engineer (3LK Lubeck, 1942-1968); retired (Frankston, 1972-1977) ===''BOILEAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Boileau|Boileau, John George]] [https://www.familysearch.org/tree/person/details/GXC2-HLQ] - 1893(SA)-1957(Qld) - Licences: 4JT Port Moresby (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Byron Bay, NSW, 1943-1954) ===''BOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Augustus Bold|Bold, Charles Augustus]] [https://www.familysearch.org/tree/person/details/GF3N-JSF] - 1894(WA)-1958(WA) - Licences: 6CA Perth (Beaconsfield, 1931-1939, 1947-1948) - Qualifications: cc; AOCP 832, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (South Fremantle, WA, 1921-1922); meter tester (South Fremantle, WA, 1925); electrician (South Fremantle, WA, 1931-1949); mains superintendent (South Fremantle, WA, 1954-1958) ===''BOLGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Joseph Bolger|Bolger, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/L67V-VDD] - 1867(Irl)-1941(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Deputy Director of Navigation, Vic) - Electoral Rolls: master mariner (Williamstown, 1914-1917); public servant (Elsternwick, 1919); master mariner (Elsternwick, 1931-1937) ===''BOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Francis Bond|Bond, Rupert Francis]] [https://www.familysearch.org/tree/person/details/9ZHS-QB3] - 1886(Vic)-1961(Qld) - Licences: Receive Brisbane (Rockhampton, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Rockhampton, Qld, 1912-1937; Rockhampton, Qld, 1949-1958) ===''BONGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gysbert Sheldon Bongers|Bongers, Gysbert Sheldon]] [https://www.familysearch.org/tree/person/details/L7F9-DXK] - 1900(NSW)-1948(NSW) - Licences: N745 Receive Sydney (1922-1923); 2HY Sydney (Rockdale, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster, engineer - Electoral Rolls: electrical engineer (Rockdale, 1930-1935; Hamilton, Qld, 1936-1937); engineer (Woollahra, 1943) ===''BONNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Coleman Bonner|Bonner, Alfred Coleman]] [https://www.familysearch.org/tree/person/details/MV14-MTM] - 1854(Tas)-1930(Tas) - Licences: Receive (Crystal) Legana (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Trevallyn, 1914-1922); no occupation (Legana, 1928) ===''BONNERUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Madsen Bonnerup|Bonnerup, Peter Madsen]] [https://www.familysearch.org/tree/person/details/G6F5-RC8] - 1890(Tas?)-1976(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as patent attorney, WA) - Electoral Rolls: patent attorney (Nedlands, 1922; South Perth, 1925-1972) - Links: [https://www.carnamah.com.au/bio/peter-madsen-bonnerup Bio] ===''BONNINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Archibald Bonnington|Bonnington, John Archibald]] [https://www.familysearch.org/tree/person/details/G88Y-1JP] - 1909(NSW)-1967(NSW) - Licences: 2HB Sydney (Bellevue Hill, 1930-1931); 2AKB Sydney (Avalon Beach, 1960-1965) - Qualifications: AOCP 569, 1930, No. ?? in NSW; 3AirOCP 16, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Broken Hill, 1931); engineer (Woollahra, 1932-1933); radio engineer (Darlinghurst, 1934-1935); air pilot (Avalon Beach, 1949-1963) ===''BONWILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Warren Bonwill|Bonwill, Edward Warren]] [https://www.familysearch.org/tree/person/details/9J35-NNV] - 1869(USA)-1945(NSW) - Licences: XBP Sydney (1912-1914); 2CA Receive Cowra (1922); 2CA Cowra (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: dentist (Barellan, 1930; Cowra, 1934-1937; Lithgow, 1937-1943) ===''BOTTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Botten|Botten, Herbert William]] [https://www.familysearch.org/tree/person/details/GDS2-8QJ] - 1895(SA)-1973(???) - Licences: 2HB Sydney (CBD, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Neutral Bay, 1930); radio manager (Darlinghurst, 1933-1936); manager (Darlinghurst, 1937-1958) ===''BOUCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Reid Bouchard|Bouchard, Victor John Reid "Vic"]] [https://www.familysearch.org/tree/person/details/G93B-52C] - 1897(Qld)-1936(Qld) - 4BY Receive Brisbane (Auchenflower, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; amateur club administrator - Electoral Rolls: draper's assistant (Auchenflower, 1921-1926); clerk (Buranda, 1928) ===''BOULTBEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Walker Boultbee|Boultbee, Kenneth Walker]] [https://www.familysearch.org/tree/person/details/GMWB-1Q4] - 1905(Tas)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: agent (Taringa, Qld, 1928-1958; Corinda, Qld, 1963-1968; St Lucia, Qld, 1972-1977); retired (Broadbeach, Qld, 1977-1980) ===''BOUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Boundy|Boundy, George Henry]] - 1866(Vic)-1932(Vic) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), early wireless experimenter, radio clubs (WIQ), state public servant (P&TQ, engineer), federal public servant (PMGD, engineer) ===''BOURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. Bourke|Bourke, J.]] - 19??(???)-19??(???) - Licences: V734 Receive Yarck (1922); Receive 3GP Yarck (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''BOURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Frederick Bourne|Bourne, Francis Frederick]] [https://www.familysearch.org/tree/person/details/GX55-9GM] - 1916(SA)-2004(SA) - Licences: 5BU Adelaide (Unley, 1935-1939; Wayville, 1947; Malvern, 1948-1954; Blackwood, 1955-1965; Belair, 1969); 5BU Keith (1975); 5BU Naracoorte (1980) - Qualifications: cc; AOCP 1593, 1935, SA; 2COCP 1282, 1953; 1COCP 1722, 1954 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Parkside, SA, 1939-1943) ===''BOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Germain Bowden|Bowden, Eric James Germain]] [https://www.familysearch.org/tree/person/details/L7T7-YC2] - 1894(Tas)-1984(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - PMGD Wireless Inspector, Hobart, 1920s & 1930s; witness to Royal Commission 1927 (as equipment engineer, PMGD, Tas) - Relationships: son of Frank Prosser Bowden; brother of John Gibson Bowden - Electoral Rolls: junior assistant engineer (Hobart North, 1922); engineer (Hobart South, 1936-1937) * [[/Frank Prosser Bowden|Bowden, Frank Prosser]] [https://www.familysearch.org/tree/person/details/97MP-G4L] - 1860(Tas)-1934(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter, Tas PMGD, Federal PMGD - Relationships: father of Eric James Germain Bowden and John Gibson Bowden - Electoral Rolls: civil servant (Hobart North, 1914-1928) * [[/John Gibson Bowden|Bowden, John Gibson]] [https://www.familysearch.org/tree/person/details/LNJZ-V69] - 1906(Tas)-1998(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - employee of Medhurst Electrical - Relationships: son of Frank Prosser Bowden; brother of Eric James Germain Bowden - Electoral Rolls: mechanic (Launceston, 1928); electrical mechanic (New Town, 1936-1937); engineer (Nelson, 1943-1963) * [[/Ronald Stanley Bowden|Bowden, Ronald Stanley]] [https://www.familysearch.org/tree/person/details/GQGS-F9R] - 1900(Eng)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Albion, Qld, 1921); car driver (Wilston, Qld, 1934); car proprietor (Newmarket, Qld, 1936-1943); store keeper (Urangan, Qld, 1949-1954); farmer (Mundubbera, Qld, 1958-1963); retired (Urangan, Qld, 1968-1980) ===''BOWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Keith Bowen|Bowen, Harold Keith "Keith"]] [https://www.familysearch.org/tree/person/details/GXGK-7SZ] - 1913(SA)-1987(SA) - Licences: 5KB Adelaide (Maylands, 1932-1939) - Qualifications: cc; AOCP 1049, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Tranmere, SA, 1943) * [[/Joseph La Venture Bowen|Bowen, Joseph La Venture or Laventure]] [https://www.familysearch.org/tree/person/details/GDPP-MLB] - 1917(Qld)-1966(Qld) - Licences: 4LB Brisbane (Hamilton, 1935-1939)- Qualifications: cc; AOCP 1445, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kedron, Qld, 1943-1958); public servant (Kedron, Qld, 1963) ===''BOWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Nigel Bowman|Bowman, Hubert Nigel "Pete"]] [https://www.familysearch.org/tree/person/details/K4PT-FY3] - 1908(SA)-1987(SA) - Licences: 5FM Adelaide (Payneham, 1932-1933; Royston Park, 1937; Payneham, 1938-1939, 1947-1948; Mitcham, 1954-1956); 5FM Crystal Brook (1960); 5FM Bridgewater (1965-1980+); 5FN Portable (1965-1969) - Qualifications: cc; AOCP 911, 1932, No. ?? in SA; 2COCP 259, 1939; BOCP 282, 1940; 1COCP 354, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Boyd|Boyd, Norman James]] [https://www.familysearch.org/tree/person/details/GZXJ-VM7] - 1897(Vic)-1977(Vic) - Licences: XNO Melbourne (Elsternwick, 1913-1914); 3EL Receive Melbourne (Elsternwick, 1922-1923); 3EL Melbourne (Elsternwick, 1924-1925; Caulfield, 1925-1927; Elwood, 1931-1939) - Qualifications: AOCP 104, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; radio engineer (3UZ, 1920s); WW1 - Electoral Rolls: mechanic (Elsternwick, 1919-1924); manager (Caulfield, 1926-1928); engineer (Elsternwick, 1931-1937); electrician (St Kilda, 1949-1963); retired (Caulfield, 1967-1977) ===''BRADBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. J. Bradbury|Bradbury, B. J.]] - abt 1887(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''BRADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Keith Bradford|Bradford, Alfred Keith]] [https://www.familysearch.org/tree/person/details/L6Q5-VC5] - 1912(NSW)-1986(Qld) - Licences: 4KK Millmerran (1936-1939, 1947-1975); 4KK Drillham (1980+) - Qualifications: cc; AOCP 1750, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Millmerran, Qld, 1934-1937); farmer (Millmerran, Qld, 1943-1954); radio dealer (Millmerran, Qld, 1958-1968); farmer (Drillham, Qld, 1977-1980) * [[/John Richard Bradford|Bradford, John Richard]] - 19??(???)-19??(???) - senior federal public servant (chief electrical engineer, Qld, PMGD) ===''BRADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Randell Bradley|Bradley, Frank Randell]] [https://www.familysearch.org/tree/person/details/G973-F7P] - 1884(SA)-1963(NSW) - Licences: 3ZK Melbourne (Sandringham, 1923-1930); 2JB Sydney (Mosman, 1931-1939) - Qualifications: cc; AOCP 2, 1924, No. 1 in Vic - amateur operator; amateur broadcaster; federal public servant (PMGD, Superintendant Telegraphs Vic, 1928; Deputy PMG Qld; NSW); historian (telegraphs) - Electoral Rolls: civil servant (Sandringham, Vic, 1914-1924; Mosman, NSW, 1933-1943); no occupation (Killara, NSW, 1954-1963) ===''BRAGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Bragg|Bragg, William Henry]] [https://www.familysearch.org/tree/person/details/LCFQ-9N6] - 1862(Eng)-1942(Eng) - Early wireless experimenter, academic (University of Adelaide, 1885-1908), physicist, chemist, mathematician, shared Nobel prize in 1915 with his son William Lawrence Bragg, son-in-law of Charles Todd - Links: [[w:William Henry Bragg|Wikipedia]] * [[/William Lawrence Bragg|Bragg, William Lawrence "Lawrence"]] [https://www.familysearch.org/tree/person/details/MWXT-CLR] - 1890(SA)-1971(Eng) - participated as a youth in his father's early wireless experiments, academic (University of Adelaide), physicist, shared Nobel prize in 1915 with his father William Henry Bragg, grandson of Charles Todd - Links: [[w:Lawrence Bragg|Wikipedia]] ===''BRAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. F. Brain|Brain, S. F.]] - 19??(???)-19??(???) - Licences: 2ZD Sydney (Ashfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: likely related XFR V. J. Brain - Electoral Rolls: Nil yet identified * [[/V. J. Brain|Brain, V. J.]] - 19??(???)-19??(???) - Licences: XFR Sydney (Ashfield, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: likely related 2ZD S. F. Brain - Electoral Rolls: Nil yet identified ===''BRAMLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Alfred Bramley|Bramley, John Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIW Wyndham (1917-1918) - Electoral Rolls: Nil yet identified ===''BRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorayne Branch|Branch, Lorayne]] - Living - author ("Henry Sutton, The Innovative Man"), historian (Henry Sutton) ===''BRANDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Frank Brandon|Brandon, Eric Frank]] [https://www.familysearch.org/tree/person/details/GXPK-2ZY] - 1907(SA)-2001(SA) - Licences: 5FB Wilmington (1933-1939); 5FB Adelaide (Prospect, 1948); 5FA Oodnadatta (1965); 5FA Ramco (1969-1975); 5FA Adelaide (Blair Athol, 1980+) - Qualifications: cc; AOCP 1145, 1933, SA; 2COCP 140, 1938; 1COCP 183, 1938; BOCP 201, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BRANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Mervyn Branks|Branks, Albert Mervyn "Merv"]] [https://www.familysearch.org/tree/person/details/GZ6Y-88K] - 1906(NZ)-1978(NZ) - prominent MW and SW broadcast listener 1920s to 1970s, DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tribute] ===''BREDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wynne Steere Breden|Breden, Wynne Steere]] - 1900(Qld)-1976(NSW) - Rx Melbourne (East Melbourne, 1923), 2WS Newcastle (Newcastle, 1924-1931), amateur operator (AOCP 9, 1924, No. ?? in NSW), amateur broadcaster, shipyard business ===''BREMERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Frederick Bremerman|Bremerman, Harold Frederick]] [https://www.familysearch.org/tree/person/details/GXCQ-QWC] - 1903(Eng)-1988(Qld) - Licences: 4HB Brisbane (Wooloowin, 1938-1939, 1946-1954; Aspley (1955-1975+) - Qualifications: cc; AOCP 1267, 1934, Qld; COCP (Eng) - amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (WIAQ, Life Member; Brisbane DX Club); employment (electrician, Courier Mail, Besley & Pike, Mt. Olivett Hospital); pilot; UK Merchant Navy 1920s - Electoral Rolls: electrical mechanic (Albion, Qld, 1928); mechanic (Wooloowin, Qld, 1936-1954); retired (Aspley, Qld, 1958-1980) ===''BRENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan James Brennan|Brennan, Allan James]] [https://www.familysearch.org/tree/person/details/G6TR-SNJ] - 1887(Vic)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 31, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: Nil yet identified ===''BREWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip John Brewer|Brewer, Phillip or Philip John]] [https://www.familysearch.org/tree/person/details/LVKH-MNW] - 1900(WA)-1948(SA) - Licences: 5JA Adelaide (Parkside, 1926-1939) - Qualifications: cc; AOCP 269, 1926, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Parkside, 1939-1943) ===''BRIDGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Bridger|Bridger, Thomas William]] [https://www.familysearch.org/tree/person/details/G85V-2YT] - 1885(UK)-1941(NT) - Licences: 4AP Receive Brisbane (City, 1923); 4AP Brisbane (Hamilton, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer; public servant; WW1 (2nd Aust Flying Squadron, 1916) - Electoral Rolls: electrical engineer (West Perth, 1914); consulting engineer (Auchenflower, 1925); poultry farmer (Geebung, 1928); engineer (Armadale, 1934-1937) - Directories: electrical engineer (Adelaide, 1915; Melbourne, 1917-1921; Brisbane, 1923-1927; Adelaide, 1930) ===''BRIDGES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank John Claud Bridges|Bridges, Frank John Claud or Claude]] [https://www.familysearch.org/tree/person/details/GHRF-XHR] - 1885(NZ)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 141, 1915; 2COCP 182, 1930; 1COCP 279, 1932 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); officer-in-charge (Radio Station, Esperance, 1921-1949); retired (Esperance, 1958-1963) ===''BRIGGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Robert Briggs|Briggs, Donald Robert]] [https://www.familysearch.org/tree/person/details/GX5B-1TN] - 1915(SA)-2008(SA) - Licences: 5BD Adelaide (Walkerville, 1935-1939; Henley Beach, 1947; South Plympton, 1954-19600; 5HB Adelaide (Morphett Vale, 1980+) - Qualifications: cc; AOCP 1490, 1935, SA; 2COCP 413, 1941; BOCP 373, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: assistant (Kirkcaldy, SA, 1939) ===''BRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Herbert Bright|Bright, William Henry Herbert "Bill"]] [https://www.familysearch.org/tree/person/details/LBQH-GSX] - 1898(Qld)-1961(Qld) - Licences: Spark; 4FA Toowoomba (1923); 4AA Toowoomba (1924-1925); 4WB Toowoomba (1925-1927); 4OO Toowoomba (1937-1939) - Qualifications: cc; AOCP 123, 1925, No. 13 in Qld - amateur operator; amateur broadcaster - Withdrawal: callsign 4AA withdrawn by PMGD for their use - Electoral Rolls: telegraphist (Toowoomba, 1919-1943); clerk (Toowoomba, 1949); mechanic (Toowoomba, 1954-1958) ===''BRIMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Campbell Brimble|Brimble, Charles Campbell]] [https://www.familysearch.org/tree/person/details/GX5L-9GH] - 1915(SA)-2003(SA) - Licences: 5CB Adelaide (Somerton, 1935-1939, 1947-1948; Somerton Park, 1954-1980+) - Qualifications: cc; AOCP 1446, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Somerton, SA, 1939-1943) ===''BRIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Marcus John Gordon Brims|Brims, Marcus John Gordon]] [https://www.familysearch.org/tree/person/details/KZWB-S11] - 1888(Qld)-1982(Qld) - Licences: XQA Mareeba (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; business proprietor (plywood & veneer manufacture) - Electoral Rolls: foreman (Mareeba, 1912-1913); foreman joiner (Milton, 1921); timber merchant (Milton, 1925-1931); plywood manufacturer (Annerley, 1937-1958); business manager (Annerley, 1963-1980) ===''BRISTOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Morrison Bristow|Bristow, John Morrison]] [https://www.familysearch.org/tree/person/details/GZPL-DLJ] - 1908(NSW)-1983(NSW) - Licences: 2ZX Sydney (Neutral Bay, 1926-1929) - Qualifications: AOCP 243, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: advertising manager (Neutral Bay, 1930-1935); manager (Gordon, 1937-1943); company manager (Pymble, 1949); manager (Wahroonga, 1954-1980) ===''BROCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Edward Earl Brock|Brock, Hector Edward Earl]][https://www.familysearch.org/tree/person/details/9VQL-BTC] - 1902(Vic)-1962(SA) - Licences: 3ZC Melbourne (Moonee Ponds, 1923-1924); 5DP Adelaide (North Adelaide, 1924-1927; Malvern, 1927-1938); 5UZ Adelaide (Fullarton, 1954-1956; Nailsworth, 1960) - Qualifications: cc; AOCP 25, 1924, No. ?? in SA - amateur operator; amateur broadcaster; University of Adelaide (Demonstrator & Technical Assistant, 1949) - Electoral Rolls: laboratory assistant (Moonee Ponds, Vic, 1924); no occupation (Malvern, SA, 1939-1943) ===''BROINOWSKI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leopold Thomas Broinowski|Broinowski, Leopold Thomas]] [https://www.familysearch.org/tree/person/details/G6FR-SMR] - 1871(Vic)-1937(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as associate editor, Hobart Mercury, Tas) - Electoral Rolls: journalist (Hobart South, 1914-1937) ===''BROOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilberforce Henry Liddon Brooke|Brooke, Wilberforce Henry Liddon]] [https://www.familysearch.org/tree/person/details/LB61-69T] - 1891(NSW)-1969(NSW) - Licences: 2BR Terrigal (1930-1936); 2BR Dora Creek (1937-1939, 1946-1958); 2BR Paterson (1960-1969) - Qualifications: AOCP 638, 1930, NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: clergyman (Jerry's Plains, 1930; Terrigal, 1931-1937; Dora Creek, 1954-1958; Paterson, 1963-1968) ===''BROOKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Brookes|Brookes, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GDSJ-GV6] - 1911(Qld)-1958(Qld) - Licences: 4BA Brisbane (Kelvin Grove, 1936-1937; Ashgrove, 1938-1939; Wooloowin, 1947-1948) - Qualifications: cc; AOCP 1641, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Wooloowin, Qld, 1943-1954); waterside Worker (Wooloowin, Qld, 1958) ===''BROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Milton Brooks|Brooks, Albert Henry Milton]] [https://www.familysearch.org/tree/person/details/LT1Q-DVK] - 1901(SA)-1975(SA) - Licences: 5KG Adelaide (Grange, 1933-1939; Croydon, 1946-1960+); 5AH Adelaide (Ridleton, 1969-1975) - Qualifications: cc; AOCP 1170, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Croydon, 1939); railway employee (Croydon, 1941-1943) - Relationships: likely related to 7JB John Vickery Brooks and 7DB D. C. Brooks * [[/John Vickery Brooks|Brooks, John Vickery "Jack"]] [https://www.familysearch.org/tree/person/details/GHXL-RK8] - 1905(SA)-1983(Vic) - Licences: 7JB Hobart (1924-1926) - Qualifications: cc; AOCP 37, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; engineer; originally from Adelaide - Relationships: likely related to 5KG Albert Henry Brooks and 7DB D. C. Brooks - Electoral Rolls: engineer (Hobart South, 1928; Malvern, Vic, 1954-1980) ===''BROOMHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Broomhall|Broomhall, Charles Alfred]] [https://www.familysearch.org/tree/person/details/M7NZ-2SV] - 1891(Vic)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 729, 1922 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Geraldton, 1916); mechanic (Wireless Station, Applecross, 1925; Canning Bridge, 1931-1937; Applecross, 1943-1954); retired (Bickley, 1958-1963) ===''BROWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan George Brown|Brown, Alan George]] [https://www.familysearch.org/tree/person/details/G849-43Y] - 1909(Vic)-1970(Vic) - Licences: 3CX Melbourne (Canterbury, 1928-1937; Upper Hawthorn, 1938-1939; Canterbury, 1946-1969) - Qualifications: AOCP 446, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF) - Electoral Rolls: clerk (Camberwell North, 1931); public servant (Auburn, 1936-1937); RAAF (St Kilda North, 1943); civil servant (Auburn, 1949); clerk (Deepdene, 1954; Camberwell North, 1963-1968) * [[/Alan Weymouth Brown|Brown, Alan Weymouth]] [https://www.familysearch.org/tree/person/details/GSKH-1N5] - 1902(Tas)-1938(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Listeners' League, Hobart (assistant secretary); witness to Royal Commission 1927 (as Assistant Secretary, Listeners' League, Hobart, Tas) - Electoral Rolls: electrician (Hobart South, 1936-1937) * [[/Alfred Louis Brown|Brown, Alfred Louis]] [https://www.familysearch.org/tree/person/details/LYQV-4SS] - 1885(Eng)-1971(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as general manager, 5CL, SA) - Electoral Rolls: instrument maker (Claremont, WA, 1910); optician (Applecross, 1916-1917); director (Kew, Vic, 1926); engineer (Cottesloe, 1936-1937) * [[/Bruce Kevin Brown|Brown, Bruce Kevin]] [https://www.familysearch.org/tree/person/details/G6S4-CV1] - 1920(Tas)-1984(NSW) - Licences: 7QZ Launceston (1937-1939); 2AQZ Sydney (Meadowbank, 1954-1969; Annangrove, 1975-1980+) - Qualifications: cc; AOCP 1942, 1937, No. ?? in Tas; BOCP 303, 1940; 1COCP 492, 1941; TVOCP 1014, 1968 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: laboratory assistant (Meadowbank, 1943-1968); technician (Annangrove, 1972-1980) * [[/Clarence Roy Brown|Brown, Clarence Roy]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - founder of 5KA Class B Adelaide; witness to Royal Commission 1927 (as manager, 5KA, SA) - Electoral Rolls: * [[/Clifford Walter Brown|Brown, Clifford Walter]] [https://www.familysearch.org/tree/person/details/LCV5-M8M] - 1906(WA)-1991(WA) - Licences: 6CB Perth (Subiaco, 1930-1939) - Qualifications: cc; AOCP 640, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Subiaco, 1931-1937); traveller (Nedlands, 1943-1963); business manager (Wembley, 1968); manager (Morley, 1972; Dianella, 1977-1980) * [[/Frank Makepeace Brown|Brown, Frank Makepeace]] [https://www.familysearch.org/tree/person/details/G8H5-2M5] - 1911(WA)-2006(WA) - Licences: 6FB Mullewa (1939; 1946-1948); 6FB Bassendean (1954-1960); 6FB Perth (Doubleview, 1965-1969; Rossmoyne, 1975) - Qualifications: AOCP 2375, 1939, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telephone mechanic (Northam, 1936; Bassendean, 1943); civil servant (Mullewa, 1949); telephone technician (Bassendean, 1954-1963); civil servant (Doubleview, 1968-1972); telephone technician (Rossmoyne, 1977-1980) * [[/George D. Brown|Brown, George D.]] [https://www.familysearch.org/tree/person/details/GXCQ-JFD] - 1875(???)-19??(???) - Licences: 4DB Brisbane (Ascot, Qld, 1937-1939) - Qualifications: cc; AOCP 1970, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous GBs - Electoral Rolls: Nil yet identified * [[/Harry Percy Brown|Brown, Harry Percy "Horsepower", "Poo Bah"]] [https://www.familysearch.org/tree/person/details/L1R8-R1W] - 1878(Eng)-1967(NSW) - senior federal public servant (Director-General, Posts and Telegraphs); witness to Royal Commission 1927 (as Secretary, PMGD) - Links: [[w:Harry Brown (public servant)|Wikipedia]]; [https://adb.anu.edu.au/biography/brown-sir-harry-percy-5384 ADB]; [https://telegramsaustralia.com/Forms/Special%20developments/People/Brown.html Telegrams Australia] * [[/Hector Mervyn Brown|Brown, Hector Mervyn]] [https://www.familysearch.org/tree/person/details/G9TY-HSC] - 1906(NSW)-1961(SA) - Licences: 5MB Adelaide (Torrensville, 1927-1928; Southwark, 1931-1933, 1946-1948) - Qualifications: AOCP 345, 1927, No. ?? in SA; 2COCP 402 1932; 1COCP 333, 1933) - amateur operator, amateur broadcaster, broadcast engineer (2BH, 1937), PMGD SA (mechanic, retired 1940) - Electoral Rolls: radio engineer (Broken Hill, 1937), engineer (Thebarton, 1941-1943) * [[/Herbert George Brown|Brown, Herbert George "Harry"]] [https://www.familysearch.org/tree/person/details/L5BH-NGV] - 1887(Eng)-1966(Qld) - Licences: 4BH Booval (1928-1930); 4HG Booval (1931); 4HG Ipswich (1937-1939, 1946-1956); 4BH Brisbane (Graceville, 1965) - Qualifications: cc; AOCP 455, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (Ipswich); railways employee - Callsign: withdrawn for 4BH Brisbane - Electoral Rolls: labourer (Ipswich, Qld, 1925; Redbank, Qld, 1929) * [[/Herbert Rufus Brown|Brown, Herbert Rufus]] [https://www.familysearch.org/tree/person/details/K2HL-T23] - 1894(Vic)-1980(Vic) - Licences: 3NN Receive Yanac (1923); 3NN Yanac (1924-1980) - Qualifications: cc; AOCP 271, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Yanac, 1919-1977) * [[/J. R. Brown|Brown, J. R.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Southport (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James McGladdery Brown|Brown, James McGladdery]] [https://www.familysearch.org/tree/person/details/GW18-TCK] - 1882(Qld)-1965(Qld) - Licences: 4BJ Aramac (1929-1933); 4BJ Rockhampton (1937); 4BJ Bundaberg (1947-1965) - Qualifications: AOCP 480, 1929, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: porter (Rockhampton, 1905); station master (Finch Hatton, 1913); labourer (Mackay, 1919); motor car proprietor (Baralaba, Mt Morgan, 1925); guard (Aramac, 1928-1937); retired (Maryborough, 1954-1963; Ascot, 1963) - Relationships: father of Victor James Caldwell Brown, the likely actual amateur operator * [[/John Henry Shadwell Brown|Brown, John Henry Shadwell]] [https://www.familysearch.org/tree/person/details/GDJL-7M4] - 1897(NSW)-1959(NSW) - Licences: 2JK Sydney (Botany, 1925-1939) - Qualifications: cc; CPRT 926, 1926; 1COCP 154, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Botany, 1930-1958) * [[/Joseph Brown|Brown, Joseph "Joe"]] [https://www.familysearch.org/tree/person/details/GQH2-YSM] - 1916(Tas)-1990(Tas) - Licences: 7BJ Hobart (Battery Point, 1934-1939; New Town, 1946-1980+) - Qualifications: cc; AOCP 1255, 1934, No. ?? in Tas; BOCP 5, 1936 - amateur operator; amateur broadcaster; broadcast engineer (7ZL, Hobart TV); public servant (PMGD) - Electoral Rolls: radio operator (Battery Point, 1936-1937); civil servant (New Town, 1943-1972) * [[/Leonard Austin Brown|Brown, Leonard Austin]] [https://www.familysearch.org/tree/person/details/GX21-FFX] - 1915(Vic)-1957(SA) - Licences: 3OP Melbourne (Camberwell, 1931-1933); 5OP Adelaide (Eastwood, 1937-1939) - Qualifications: cc; AOCP 814, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Camberwell, Vic, 1936; Eastwood, SA, 1939; Unley Park, SA, 1941) * [[/Robert Brown|Brown, Robert]] - 19??(???)-19??(???) - Licences: Receive Hobart (Moonah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart Central, 1919; Moonah, 1928); fitter (Hobart North, 1958) * [[/Victor James Caldwell Brown|Brown, Victor James Caldwell]] [https://www.familysearch.org/tree/person/details/LBKS-2T7] - 1907(Qld)-1983(Qld) - Licences: Nil yet identified, but likely those in father's name - Qualifications: Nil yet identified, but likely those in father's name - amateur operator? - Electoral Rolls: wardsman (Aramac, 1928); guard (Aramac, 1930); baker (Rockhampton, 1936); radio mechanic (Barcaldine, 1943; Bundaberg, 1949-1963) - Relationships: son of James McGladdery Brown - note electoral roll addresses for Victor James precisely align with 4BJ addresses whereas those for James McGladdery do not * [[/William Francis Brown|Brown, William Francis]] [https://www.familysearch.org/tree/person/details/G8VB-4DL] - 1914(Vic)-19??(???) - Licences: 3BB Warrnambool (1930-1933); 3BB Melbourne (Richmond, 1937); 9BB Wau, New Guinea (1938); 2ANP Sydney (Bundeena, 1947) - Qualifications: AOCP 704, 1930, Vic; 2COCP 92, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Richmond, 1937) - Comment: many contemporaneous WFBs ===''BROWNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Vincent Browne|Browne, Robert John Vincent]] [https://www.familysearch.org/tree/person/details/GSLZ-BY6] - 1907(Qld)-1972(Qld) - Licences: 4RB Brisbane (Toowong, 1925-1939; New Farm, 1946-1956; Dorrington, 1960-1969) - Qualifications: cc; AOCP 92, 1925, No. 10 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Toowong, 1936-1937); mechanic (Clevedon, 4QN, 1943); technician (New Farm, 1949-1954); teacher (Dorrington, 1958-1968) ===''BROWNLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Frank Brownless|Brownless, Sidney Frank "Frank"]] [https://www.familysearch.org/tree/person/details/G8HD-M5S] - 1915(Eng)-1995(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD); military (WW2, RAF, radar research); clubs & societies (IREE); author ("The Sharing of Television Channels", ABCB, 1973 - Electoral Rolls: engineer (Albert Park, 1954-1980) ===''BRUCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Bruce|Bruce, George William]] [https://www.familysearch.org/tree/person/details/GXPX-XN9] - 1913(SA)-1980(SA) - Licences: 5GB Adelaide (Prospect, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1925, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Arthur Bruce|Bruce, Robert Arthur]] [https://www.familysearch.org/tree/person/details/LR18-SKL] - 1900(SA)-1971(SA) - Licences: Receive Adelaide (City, 1923-1924); 5BJ Adelaide (Glenelg, 1927-1939) - Qualifications: cc; AOCP 357, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glenelg, 1939-1943) * [[/Robert William Bruce|Bruce, Robert William]] [https://www.familysearch.org/tree/person/details/GZTC-Z1J] - 1899(Vic)-1971(Vic) - Licences: 3JW Melbourne (St Kilda, 1926-1928; East Malvern, 1931-1939) - Qualifications: AOCP 283, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda East, 1926; Malvern East, 1931-1967) ===''BRUNSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Thomas Brunsden|Brunsden, Herbert Thomas]] [https://www.familysearch.org/tree/person/details/G8NR-JJR] - 1909(NSW)-1942(NSW) - Licences: 2BX Sydney (Leichhardt, 1930-1939) - Qualifications: AOCP 649, 1930, NSW; AOLCP 258, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Leichhardt, 1930-1937) - Comment: Gone too soon ===''BRYCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ramsay Auld Bryce|Bryce, Ramsay Auld]] [https://www.familysearch.org/tree/person/details/GH9T-FL2] - 1914(Qld)-1974(Qld) - Licences: 4AB Ipswich (1937-1939, 1947-1948); 4AB Gold Coast (Palm Beach, 1954-1969); 4AC Portable Ipswich (1947-1956) - Qualifications: cc; AOCP 1935, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (North Ipswich, Qld, 1937); radio serviceman (North Ipswich, Qld, 1943); theatre proprietor (Palm Beach, Qld, 1949); showman (Palm Beach, Qld, 1954-1958); projectionist (Palm Beach, Qld, 1963-1972) ===''BRYSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royal William Bryson|Bryson, Royal William "Roy"]] [https://www.familysearch.org/tree/person/details/GZ9P-5KJ] - 1886(Vic)-1956(Vic) - Licences: XJJ Melbourne (Richmond, 1913); 3JM Receive Melbourne (Kew, 1922-1923); 3JM Melbourne (Kew, 1924-1933) - Qualifications: cc; AOCP 50, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; honorary radio inspector - Electoral Rolls: mechanic (Richmond, 1914-1916); electrical fitter (Kew, 1919-1937); electrician (Croydon, 1943-1954) ===''BUCHANAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thomas Oswald Buchanan|Buchanan, Norman Thomas Oswald]] [https://www.familysearch.org/tree/person/details/G84K-B7C] - 1912(Qld)-1985(Vic) - Licences: 2NB Sydney (Manly, 1928-1939); 2ANB Sydney (Bondi, 1948; Kingsford, 1950); 3AND Melbourne (Ascot Vale, 1954; Rosanna, 1955-1956) - Qualifications: AOCP 466, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Manly, 1934-1935); sound engineer (Manly, 1936); engineer (North Sydney, 1943; Heidelberg, 1954-1963; Rosanna, 1968; Heidelberg, 1972; Rosanna, 1977); retired (Castlemaine, 1980) ===''BUCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hector Buck|Buck, Albert Hector]] [https://www.familysearch.org/tree/person/details/LDQJ-PC3] - 1905(Vic)-1948(Vic) - Licences: 3TM Receive Melbourne (Albert Park, 1923); 3TM Melbourne (Glenhuntly, 1924-1926; Glenferrie, 1927; East Preston, 1931; Hawthorn, 1933-1937); 3TM Terang (1938-1939); 3TM Shepparton (1946-1947) - Qualifications: cc; AOCP 138, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: father of 3ZMX & 3AAD Edwin David Buck, don't confuse with Albert Thomas Buck (Qld) - Electoral Rolls: electrician (Glenferrie, 1927-1928); mechanic (Glenferrie, 1931; Hawthorn, 1937); electrician (Terang, 1943) * [[/Albert Thomas Buck|Buck, Albert Thomas]] [https://www.familysearch.org/tree/person/details/9Z9K-CXG] - 1892(Eng)-1973(Eng) - Licences: 4CW Receive Brisbane (Geebung, 1923); 4CW Brisbane (Geebung, 1924-1927) - Qualifications: cc; AOCP 281, 1926, No. 24 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: home duties (Kedron, 1931-1934); wireless mechanic (Summer Hill, 1933) - don't confuse with 3TM Albert Hector Buck * [[/Edwin David Buck|Buck, Edwin David]] [https://www.familysearch.org/tree/person/details/GZNC-4JQ] - 1929(Vic)-2010(Vic) - 3ZMX Melbourne (Thornbury, 1965-1969, 3AAD Melbourne (Thornbury, 1975-1980), amateur operator (AOCP ??, 19??, No. ?? in Vic), son of 3TM Albert Hector Buck ===''BUCKERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Roy Buckerfield|Buckerfield, Sidney Roy "Buck" & "Roy"]] [https://www.familysearch.org/tree/person/details/GCGS-S7N] - 1904(SA)-1965(SA) - Licences: 5DA Receive Adelaide (Parkside, 1923); 5DA Adelaide (Parkside, 1924-1927; Evandale, 1928-1931; Knoxville, 1933-1939; St Morris, 1947-1948+); 5DA Crystal Brook (1954-1956); 5DA Adelaide (Brighton Gardens, 1960+) - Qualifications: cc; AOCP 32, 1924, No. ?? in SA; 2COCP 163, 1938; 1COCP 1557, 1950 - amateur operator; amateur broadcaster; broadcast engineer (5DN, 5CK, 5DR, 5AN, 5ABCFM); public servant (PMGD); WW2 - Electoral Rolls: mechanic (Knoxville, 1939) ===''BUCKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Carson Buckie|Buckie, Alan Carson]] [https://www.familysearch.org/tree/person/details/GFQ6-8QC] - 1909(WA)-1966(WA) - Licences: 6AB Perth (Nedlands, 1936-1939; Claremont, 1947-1948; Dalkeith, 1965) - Qualifications: cc; AOCP 1682, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1931); radio engineer (Nedlands, WA, 1943-1963) ===''BUGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Robert Bugg|Bugg, Charles Robert]] [https://www.familysearch.org/tree/person/details/G82G-Q8K] - 1918(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: BOCP 11, 1936, Vic - - Electoral Rolls: radio engineer (Geelong, 1942) ===''BUILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Builder|Builder, Geoffrey]] [https://www.familysearch.org/tree/person/details/GM6S-FBL] - 1906(WA)-1960(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - physicist; radio engineer; WW2 - Electoral Rolls: observer (Magnetic Observatory, Watheroo, 1931; physicist (Haberfield, 1935; Ashfield, 1937; Burwood, NSW, 1943-1958) - [https://adb.anu.edu.au/biography/builder-geoffrey-9617 ADB] ===''BULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Bull|Bull, Francis George]] [https://www.familysearch.org/tree/person/details/LB9W-CFP] - 1904(Eng)-1965(Qld) - Licences: 4MA Brisbane (Fairfield, 1936-1939) - Qualifications: cc; AOCP 1674, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Stones Corner, Qld, 1926-1928; Highgate Hill, Qld, 1934; Fairfield, Qld, 1937; Annerley, Qld, 1943-1958); military forces (Wellers Hill, Qld, 1963) * [[/J. F. Bull|Bull, J. F.]] - 19??(???)-19??(???) - 4FH Mackay (-1949-1967+), amateur operator (AOCP ??, 19??, No. ?? in Qld), associate member I.R.E. Aust. ===''BULLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Bulling|Bulling, William John]] [https://www.familysearch.org/tree/person/details/L4Y9-S95] - 1914(SA)-2000(SA) - Licences: 5KX Adelaide (Grange, 1935-1939; Kirkcaldy, 1947-1954; Kings Park, 1955-1975); 5KX Wasleys (1980+) - Qualifications: cc; AOCP 1527, 1935, SA; BOCP 166, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Kirkcaldy, 1939-1943) ===''BULLIVANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Bullivant|Bullivant, William Norman]] [https://www.familysearch.org/tree/person/details/GZJK-X8B] - 1908(NSW)-1985(NSW) - 2PR Receive Albury (1923-1924), 2WB Albury (1925-1930), 2WB West Wyalong (1931-1934), 2BC Sydney (Bondi, 1946-1950; Bellevue Hill, 1954-1969; Kingsford, 1975-1980+), amateur operator (AOCP 167, 1925, No. ?? in NSW; 1COCP 319, 1940), amateur broadcaster, postal clerk (West Wyalong, 1932), telegraphist (Bondi, 1943), supervisor (Waverley, 1954; Bellevue Hill, 1963; Kingsford, 1980)) ===''BULLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Frederick Wright Bullock|Bullock, Albert Frederick Wright "Bert"]] [https://www.familysearch.org/tree/person/details/GX4K-44G] - 1900(Qld)-1987(Qld) - Licences: 4ZX Brisbane (Coorparoo, 1933-1939, 1946-1954; Camp Hill, 1955-1960) - Qualifications: cc; AOCP 1109, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: ironworker (East Brisbane, Qld, 1925); storeman (Coorparoo, Qld, 1936-1954); retired (Coorparoo, Qld, 1958-1980) ===''BUNTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Bunton|Bunton, George Henry]] [https://www.familysearch.org/tree/person/details/MGWV-YFR] - 1872(Eng)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, Mosman, NSW) - Electoral Rolls: butcher (Mosman, 1930-1954) ===''BURBIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Arthur Burbidge|Burbidge, Philip Arthur]] [https://www.familysearch.org/tree/person/details/G8HM-7JL] - 1910(Eng)-1948(NSW) - Licences: 3PB Melbourne (Moonee Ponds, 1928-1931); 2PB Sydney (Bellevue Hill, 1946-1947) - Qualifications: AOCP 456, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant manager (Camberwell, 1934); manager (Bellevue Hill, 1943) ===''BURBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Alfred Burbury|Burbury, Eric Alfred]] - 1894(Tas)-1976(NSW) - early wireless experimenter (Tasmania, unlicensed?), ship wireless operator (1910s), broadcast engineer (AWA, Koo-we-rup; 2FC, chief engineer), brother of Harry Keith Burbury * [[/Harry Keith Burbury|Burbury, Harry Keith "Keith"]] - 1897(Tas)-1986(NSW) - engineer (PMGD), brother of Eric Alfred Burbury ===''BURCHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Burchill|Burchill, Charles]] [https://www.familysearch.org/tree/person/details/GXXD-8PF] - 1894(Qld)-1969(NSW) - Licences: 4EM Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (Hendra, Qld, 1925; Surry Hills, NSW, 1930); fitter (Long Bay Camp, NSW, 1933; Surry Hills, NSW, 1934-1936; Harbord, NSW, 1937); watchman (Maroubra, NSW, 1943-1949) ===''BURFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Patrick Burford|Burford, Walter Patrick]] [https://www.familysearch.org/tree/person/details/GHM2-CD9] - 1912(SA)-1960(Vic) - Licences: 5PB Naracoorte (1934-1939, 1947-1960) - Qualifications: cc; AOCP 1365, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, SA, 1939-1943) ===''BURGESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Thomas Burgess|Burgess, George Thomas]] [https://www.familysearch.org/tree/person/details/G8W5-N95] - 1913(SA)-1994(SA) - Licences: 5GC Adelaide (Prospect, 1933-1939; Henley Beach, 1947-1980+) - Qualifications: cc; AOCP 1233, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Henley, SA, 1941-1943) * [[/Thomas William Watkins Burgess|Burgess, Thomas William Watkins]] [https://www.familysearch.org/tree/person/details/LDZP-X1R] - 1861(NSW)-1929(NSW) - Licences: XDA Wagga Wagga (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: medical practitioner (Wagga Wagga, 1901-1903) ===''BURGOYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Burgoyne|Burgoyne, Francis James]] [https://www.familysearch.org/tree/person/details/GXQN-1VS] - 1876(Wales)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (VIY, 1913-?); RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: officer-in-charge (Radio Station, South Townsville, 1919); postmaster (Concord, 1930); public servant (Homebush, 1930); postmaster (Homebush, 1933; Strathfield, 1935; Inverell, 1936; Bondi North, 1943) ===''BURING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rudolph Buring|Buring, Rudolph]] [https://www.familysearch.org/tree/person/details/L51C-YVT] - 1906(Tas)-1973(Vic) - Licences: 7AX Receive Hobart (1922-1923); Receive Hobart (1923-1924); 7RB Hobart (1925-1933); 3RB Melbourne (Ballarat, 1935-1939) - Qualifications: cc; AOCP 102, 1925, No. ?? in Tas; AOLCP 166, 1934 - amateur operator; amateur broadcaster; electronics engineer (PMGD) - Electoral Rolls: university demonstrator (Hobart, 1928); radio engineer (Sale, 1936; Ballarat, 1936-1937); engineer (Kew, 1943-1972) ===''BURMESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Conrad Burmester|Burmester, Otto Conrad]] [https://www.familysearch.org/tree/person/details/GXWN-7VX] - 1909(Qld)-1997(Qld) - Licences: 4OB Brisbane (East Brisbane, 1933) - Qualifications: cc; AOCP 1158, 1933, No. ?? in Qld; 2COCP 31, 1935; 1COCP 46, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: broadcaster (Toowong, Qld, 1943); PMG technician (East Brisbane, Qld, 1949-1980) ===''BURNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud Edward James Burns|Burns, Claud Edward James]] [https://www.familysearch.org/tree/person/details/KCLY-P7V] - 1893(Qld)-1978(Qld) - Licences: 4ZY Kingaroy (1932-1939); 4ZY Innisfail (1946-1947); 4ZY Cairns (1948-1975) - Qualifications: cc; AOCP 996, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: supervising technician (Cairns, Qld, 1954-1977) ===''BURRAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Allan Burrage|Burrage, John Allan]] [https://www.familysearch.org/tree/person/details/KCW4-SLS] - 1916(Vic)-1942(Ins) - Licences: 3UW Melbourne (Deepdene, 1934-1937), 3UW (Shepparton, 1938-1939) - Qualifications: AOCP 1322, 1934, No. ?? in Vic; BOCP 59, 1936; 1COCP 291, 1939 - amateur operator, amateur broadcaster, broadcast engineer (3SR), WW2 - Electoral Rolls: radio engineer (Shepparton, 1942) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/burrage-john-allan-400643/] ===''BURROWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Owen Burrows|Burrows, Alan Owen]] [https://www.familysearch.org/tree/person/details/KNZG-V74] - 1901(NSW)-1933(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio correspondent (Sydney Morning Herald, Sydney Sun); proprietor Miss F. V. Wallace (Wireless Shop), 1927-1933; president Waverley Radio Club - Electoral Rolls: radio dealer (Waverley, 1930-1933) - Comment: Gone too soon * [[/Ernest Walter Burrows|Burrows, Ernest Walter]] [https://www.familysearch.org/tree/person/details/LZDY-YQ8] - 1900(WA)-1986(NSW) - Licences: 6DZ Geraldton (1924-1927); 2DZ Sydney (Concord, 1929-1930) - Qualifications: cc; CPRT 659, 1921; 1COCP 5, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: technical assistant (Canterbury, NSW, 1937-1949; Earlwood, 1954-1980) * [[/Frederick Harold Burrows|Burrows, Frederick Harold]] [https://www.familysearch.org/tree/person/details/LZDY-TKH] - 1894(Eng)-1974(WA) - Licences: 6BH Perth (Claremont, 1922-1924); 6BH Kalgoorlie (1925-1927); 6BF Perth (Beverley, 1937-1939) - Qualifications: cc; AOCP 193, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgoorlie, 1916; Claremont, 1922; Kalgoorlie, 1925); headmaster (Beverley, 1937; Subiaco, 1943-1958); retired (Subiaco, 1963-1972) * [[/John Charles Fry Burrows|Burrows, John Charles Fry]] [https://www.familysearch.org/tree/person/details/GDKZ-LJ8] - 1897(Vic)-1981(Vic) - Licences: XJCD Melbourne (Kew, 1913-1914) - Qualifications: cc; CPRT 251, 1916 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: no occupation (Kew, 1919-1931); representative (Bairnsdale, 1934); commercial (Kew, 1936-1937); superintendent (Caulfield, 1943-1954); manager (Toorak, 1963-1980) ===''BURTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Reg Burton|Burton, Arthur Reg]] [https://www.familysearch.org/tree/person/details/GXCC-3HM] - 1899(Eng)-1982(Qld) - Licences: 4FE Brisbane (South Brisbane, 1935-1936; City, 1937-1939; Highgate Hill, 1946-1948); 1FE Heard Island (1954-1955); 4FE Thursday Island (1955-1956); 4FE Normanton (1960); 4FE Labrador (1965-1980+) - Qualifications: cc; AOCP 1563, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, AIF); broadcast technician; federal public servant (PMGD) - Relationships: Likely father of 4BM Arthur Henry Burton - Electoral Rolls: artist (Lutwyche, Qld, 1921); picture showman (Beenleigh, Qld, 1922-1926); motor engineer (Kangaroo Point, Qld, 1931-1934; South Brisbane, Qld, 1937); radio engineer (South Brisbane, Qld, 1943); diesel engineer (Highgate Hill, Qld, 1949-1954); technician (Highgate Hill, Qld, 1958); retired (Labrador, Qld, 1968-1980) ===''BUSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Talbot Busch|Busch, Reginald Talbot]] [https://www.familysearch.org/tree/person/details/GZJ3-2P7] - 1907(Vic)-2005(Vic) - Licences: 3LS Receive Melbourne (Essendon, 1923); 3LS Melbourne (Moonee Ponds, 1923-1939; North Essendon, 1946-1969; Strathmore, 1975-1980+) - Qualifications: cc; AOCP 157, 1925, No. ?? in Vic; AOLCP 286, 1936; 1AOCP 3, 1946 - amateur operator; amateur broadcaster; research engineer (1942) - Electoral Rolls: engineer (Moonee Ponds, 1931-1937); research engineer (Essendon, 1942-1968); research (Strathmore, 1972-1977) ===''BUSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Melville Bush|Bush, Albert Melville]] [https://www.familysearch.org/tree/person/details/LBB7-DFN] - 1893(Vic)-1964(Vic) - 3YY Bendigo (1924-1927) - Qualifications: cc; AOCP 197, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: dental apprentice (Bendigo, 1914-1919); dentist (Bendigo, 1922-1963) ===''BUSHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Robert William Bushby|Bushby, Thomas Robert William]] [https://www.familysearch.org/tree/person/details/K2G5-KTN] - 1900(Eng)-1978(NSW) - Licences: 2TW Bulli (1927-1928); 2TW Sydney (Gladesville, 1929; Hunters Hill, 1930; Gladesville, 1931-1933; Rose Bay, 1934; Bondi North, 1935-1937; Bellevue Hill, 1938-1939) - Qualifications: AOCP 368, 1927, No. ?? in NSW; AOLCP 32, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hunters Hill, 1930; Gladesville, 1933); engineer (Rose Bay, 1934; Bellevue Hill, 1935; Bondi, 1936-1937; Kingsgrove, 1943-1954); radio engineer (Bexley, 1958-1963) ===''BUTCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Butcher|Butcher, Eric William]] [https://www.familysearch.org/tree/person/details/GXWG-77S] - 1912(Qld)-1970(Qld) - Licences: 4EB Brisbane (Lutwyche, 1931-1933; Kedron, 1938-1939) - Qualifications: cc; AOCP 871, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Kedron, Qld, 1936-1937); teacher (Grange, Qld, 1949; Wavell Heights, Qld, 1958-1968) ===''BUTLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lloyd Butler|Butler, Alfred Lloyd "Lloyd"]] - Licences: 5BR Adelaide (Prospect, 1947); 5BR Murray Bridge (1948-1960); 5BR Adelaide (Panorama, 1965-1980+) - Qualifications: AOCP; BOCP; TVOCP - amateur operator; historian (SA amateur, SA broadcast) - Electoral Rolls: - Links: [http://users.tpg.com.au/ldbutler/index.htm Web] * [[/Richard Edmund Butler|Butler, Richard Edmund "Dick"]] [https://www.familysearch.org/tree/person/details/GQX1-ZPZ] - 1926(Vic)-2012(Vic) - Senior federal public servant (PMGD), Deputy General Secretary ITU 1983-1989, Secretary General ITU 1983-1989 [https://www.itu.int/en/history/Pages/ElectedOfficialBio.aspx?off=6] ===''BUTLER-WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bertie Saywell Butler-Wood|Butler-Wood, Bertie Saywell]] [https://www.familysearch.org/tree/person/details/GXJ2-18J] - 1894(NSW)-1954(Qld) - Licences: 4EJ Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (West End, Qld, 1919-1925); dentist (West End, Qld, 1943-1954) ===''BUTTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Butterfield|Butterfield, George William]] [https://www.familysearch.org/tree/person/details/L77T-FCW] - 1903(Eng)-1980(WA) - Licences: 6GW Perth (South Perth, 1932-1939) - Qualifications: cc; AOCP 906, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: dental mechanic (Northam, WA, 1925; South Perth, WA, 1931); radio engineer (South Perth, WA, 1936-1958); retired (South Perth, WA, 1977) ===''BUTTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Butters|Butters, William Leslie W.]] [https://www.familysearch.org/tree/person/details/2VQ7-BSV] - 1885(NSW)-1953(NSW) - Licences: 2WY Bermagui South (1928-1935); 2WY Sydney (Brooklyn, 1936-1938; Cronulla, 1939; Karuah, 1946-1947); 2WY Nambucca Heads (1948-1950) - Qualifications: AOCP 464, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: fisheries inspector (Bermagui South, 1930; Brooklyn, 1936); clerk (Erskineville, 1943); retired (Nambucca Heads, 1949) ===''BUTTERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Butterworth|Butterworth, Cecil]] [https://www.familysearch.org/tree/person/details/GMLR-QDG] - 1910(NSW)-1990(NSW) - Licences: 2CB Wallsend (1929-1930); 2BU Wallsend (1931-1939, 1946-1980+) - Qualifications: AOCP 540, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Wallsend, 1936-1958); manufacturer (Wallsend, 1963-1972); engineer (Rankin Park, 1977-1980) ===''BUZACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Hardie Buzacott|Buzacott, Albert Hardie "Hardie"]] [https://www.familysearch.org/tree/person/details/L7YK-QZ6] - 1914(Qld)-1984(Qld) - Licences: 4UZ Toowoomba (1934-1939) - Qualifications: cc; AOCP 1242, 1934, No. ?? in Qld; AOLCP 260, 1935 - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio mechanic (East Toowoomba, Qld, 1936-1937); radio operator (East Toowoomba, Qld, 1943-1949); manager (Roma, Qld, 1949; Gympie, Qld, 1954-1972; Caloundra, Qld, 1977-1980) * [[/Richard Norman Buzacott|Buzacott, Richard Norman]] [https://www.familysearch.org/tree/person/details/GZ82-8ZL] - 1909(WA)-1975(Vic) - Licences: 3RB Melbourne (Elsternwick, 1926; Burwood, 1931; Camberwell, 1933); 2TD Sydney (North Sydney, 1935-1936); 3TD Lubeck (1938-1939); 3TD Melbourne (Balwyn, 1946-1960); 3AUB Melbourne (Reservoir, 1969-1975) - Qualifications: AOCP 298, 1926, No. ?? in Vic; 1COCP 61, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1931); broadcast engineer (North Sydney, 1934-1935); engineer (Camaray, NSW, 1936); broadcast engineer (Lubeck, 1937); wireless operator (Canterbury, 1943); technician (Canterbury, 1949-1954); engineer (Reservoir, 1963-1972) =='''C'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''CAGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cagney|Cagney, Eric William]] [https://www.familysearch.org/tree/person/details/GXH2-9HV] - 1909(Qld)-1990(Qld) - Licences: 4EC Rockhampton (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1386, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Palings, piano tuner); associate I.R.E. Aust - Electoral Rolls: musical instrument worker (Rockhampton, Qld, 1931-1980) ===''CAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Cain|Cain, James Henry]] [https://www.familysearch.org/tree/person/details/MKN2-48M] - 1866(Isle of Man)-1940(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a/g superintendent, Central Mission, Wesley Church, Melbourne, Vic) - Electoral Rolls: clergyman (Mooroopna, 1903; North Melbourne, 1909-1913; Carlton, 1914-1919; Glenferrie, 1921-1924; Auburn, 1924-1927; Kew, 1928-1937) ===''CALDECOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry William Spencer Caldecott|Caldecott, Henry William Spencer]] [https://www.familysearch.org/tree/person/details/GZT8-K3M] - 1908(Canada)-1991(NSW) - Licences: 2SM Sydney (Manly, 1926-1927; Chatswood, 1928-1929; Manly, 1930-1931); 2DA Sydney (Manly, 1933-1939; Balgowlah, 1946-1980+) - Qualifications: AOCP 285, 1926, No. ?? in NSW; AOLCP 58, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Balgowlah, 1930-1968); engineer (Balgowlah, 1977-1980)- callsign 2SM withdrawn by PMGD for allocation to 2SM commercial broadcaster ===''CALDWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aleck Stewart Caldwell|Caldwell, Aleck Stewart]] [https://www.familysearch.org/tree/person/details/M5SS-6BB] - 1903(SA)-1983(SA) - Licences: Receive Adelaide (Unley North, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: During 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Donald Pavy Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: draftsman (Black Forest, SA, 1939); assistant (Erindale, SA, 1941-1943) * [[/Donald Pavy Caldwell|Caldwell, Donald Pavy]] [https://www.familysearch.org/tree/person/details/LVC2-5NT] - 1907(SA)-1959(NSW) - Licences: Nil yet identified - Qualifications: cc; AOCP 29, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Comment: amateur broadcaster but never held licence in his name, during 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Aleck Stewart Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: telegraphist (Clapham, SA, 1939-1943) * [[/Frank David Caldwell|Caldwell, Frank David]] [https://www.familysearch.org/tree/person/details/G8DV-FQ9] - 1907(NSW)-1975(NSW) - Licences: 2YF Sydney (Bondi, 1930-1936; Concord, 1937; Bondi, 1938-1939; Waverley, 1946-1969); 2YF Katoomba (1975) - Qualifications: AOCP 587, 1930, No. ?? in NSW; 3COCP 404, 1938; BOCP 186, 1938 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: employee Clyde Engineering Works (Burwood, 1930); mechanic (Bondi, 1936-1937; Waverley, 1949-1958; Bronte, 1963-1968) * [[/Robert Ballantyne Caldwell|Caldwell, Robert Ballantyne]] [https://www.familysearch.org/tree/person/details/2ZSH-LYB] - 1869(SA)-1942(SA) - Licences: 5BP Adelaide (Unley, 1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: father of Aleck Stewart Caldwell & Donald Pavy Caldwell; brother of William Alexander Caldwell - Electoral Rolls: resident engineer (North Unley, SA, 1939-1941) * [[/Rupert Christian Caldwell|Caldwell, Rupert Christian]] [https://www.familysearch.org/tree/person/details/G8W3-897] - 1893(Vic)-1989(NSW) - Licences: 2YW Receive Sydney (Leichhardt, 1923-1924); 2JO Sydney (Bondi Junction, 1928; Waverley, 1929-1933; Woollahra, 1934-1937; Bondi, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 415, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: traveller (Waverley, 1930-1933; Woollahra, 1934-1936; Bondi Beach, 1937-1968); retired (Waverley, 1972; Bondi Beach, 1977; Malabar, 1980) * [[/William Alexander Caldwell|Caldwell, William Alexander]] [https://www.familysearch.org/tree/person/details/K8Y4-P92] - 1881(SA)-1964(SA) - Licences: 5DI Receive Adelaide (Unley, 1923); 5BO Adelaide (Unley, 1923); 5BP Adelaide (Unley, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: brother of Robert Ballantyne Caldwell; uncle of Aleck Stewart Caldwell & Donald Pavy Caldwell - Electoral Rolls: nil (Glenelg, SA, 1939-1943) ===''CALETTI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guido Caletti|Caletti, Guido "Jim"]] [https://www.familysearch.org/tree/person/details/G841-NV5] - 1900(NSW)-1952(NSW) - Licences: 2CL Receive Sydney (Leichhardt, 1922; Newtown, 1922); 2CL Sydney (Newtown, 1923; Redfern, 1924; Annandale, 1924-1926; Punchbowl, 1927-1929; Penrose, 1930); 2AHV Sydney (Hurstville, 1938-1939, 1946-1950) - Qualifications: cc; CPRTelephony 649, 1921 - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Punchbowl, 1930); mechanic (Bankstown, 1933); telephone mechanic (Hurstville, 1937-1949) ===''CALLABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Callaby|Callaby, Clarence James]] [https://www.familysearch.org/tree/person/details/GZBQ-38C] - 1910(NSW)-1978(NSW) - Licences: 2CJ Sydney (Concord, 1929-1934); 3BI Ballarat (1937-1939) - Qualifications: AOCP 546, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: laboratory assistant (Concord, 1933-1935); chemist (Croydon, 1936-1937); industrial chemist (West Ryde, 1943-1958); company director (St Ives, 1963-1968); director (St Ives, 1972-1977) ===''CALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Victor Callick|Callick, Harold Victor]] [https://www.familysearch.org/tree/person/details/GXF4-P45] - 1898(Eng)-1978(Qld) - Licences: Receive Brisbane (Herston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: surgical dresser (Kelvin Grove, Qld, 1921-1925; Herston, Qld, 1937-1963; Alderley, Qld, 1943-1949; Herston, Qld, 1954-1958; Chermside, Qld, 1963); retired (Miami, Qld, 1968-1977) ===''CALLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival James Callow|Callow, Percival James]] [https://www.familysearch.org/tree/person/details/GXFB-TR6] - 1899(Qld)-1969(Qld) - Licences: Receive (Crystal) Brisbane (Albion, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: public servant (Albion, Qld, 1921-1925); clerk (Glen Kedron, Qld, 1934; Kedron, Qld, 1936-1963); retired (Scarborough, Qld, 1968) ===''CAMERON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. R. Cameron|Cameron, A. R.]] - 19??(???)-19??(???) - Licences: 5RC Adelaide (Leabrook, 1931-1938); 2AMK Sydney (Hunters Hill, 1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Milton Cameron|Cameron, Robert Milton]] [https://www.familysearch.org/tree/person/details/GZXL-HDJ] - 1907(Vic)-1985(SA) - Licences: 3OT Receive Melbourne (Malvern, 1923); 3OT Melbourne (Malvern, 1924-1933); 2XV Sydney (Waverton, 1935; Cronulla, 1937-1939); 4CS Brisbane (Doomben, 1947; Archerfield, 1948); 3AC Melbourne (Prahran, 1954-1955; Hawthorn, 1956-1960) - Qualifications: cc; AOCP 112, 1925, No. ?? in Vic; 1COCP 87, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Malvern East, 1931-1934); aeradio operator (Cooktown, 1943); surveyor (Prahran, 1954) ===''CAMPBELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dallas Dwyer Campbell|Campbell, Dallas Dwyer]] - 1901(NSW)-1964(NSW) - 2KU? Receive Ulmarra (1922-23), 2CU Ulmarra (1924-1939), amateur operator (AOCP 5, 1924, No. ?? in NSW), amateur broadcaster * [[/Douglas Gilmore Campbell|Campbell, Douglas Gilmore]] [https://www.familysearch.org/tree/person/details/LJBS-NDD] - 1888(NSW)-1971(NSW) - 2JO Receive Kyogle (1922-1924), 2DG Kyogle (1925-1933), amateur operator (AOCP 70, 1925, No. ?? in NSW), amateur broadcaster * [[/Frank Valentine Campbell|Campbell, Frank Valentine]] [https://www.familysearch.org/tree/person/details/GXZJ-CGN] - 1901(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4GC George Alfred Campbell - Electoral Rolls: wireless expert (South Brisbane, Qld, 1926); mechanic (Kedron, Qld, 1928-1929); electrical engineer (Kedron, Qld, 1934-1954); electrician (Haberfield, NSW, 1958-1963); retired (Beacon Hill, NSW, 1968-1972) * [[/Frederick Alexander Campbell|Campbell, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/KC4J-HG7] - 1849(Sct)-1930(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, South Yarra, Vic) - Electoral Rolls: director (Melbourne, 1903-1913; South Yarra, 1914-1919); chief executive (South Yarra, 1924-1928) * [[/George Alfred Campbell|Campbell, George Alfred]] [https://www.familysearch.org/tree/person/details/GXZJ-C21] - 1894(Eng)-1983(Qld) - Licences: 4GC Brisbane (South Brisbane, 1937-1939, 1947-1960); 4GC Mermaid Beach (1965-1975); 4GC Brisbane (Annerley, 1980+) - Qualifications: cc; AOCP 2014, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Frank Valentine Campbell - Electoral Rolls: electrical engineer (West End, Qld, 1925-1926; South Brisbane, Qld, 1928-1963); retired (Annerley, Qld, 1968-1972; Mermaid Beach, Qld, 1977) * [[/James Campbell|Campbell, James]] - 1845(Sct)-1893(Vic) - proprietor of engineering business in Ballarat, politician in Victoria, Postmaster-General Victoria (Apr 1884 - Feb 1886) * [[/Neville Douglas Campbell|Campbell, Neville Douglas or Douglas Neville]] [https://www.familysearch.org/tree/person/details/G73C-WVG] - 1912(Tas)-2007(Tas) - Licences: 7NC Hobart (City, 1932-1939, 1946-1956; Sandy Bay, 1960-1980) - Qualifications: cc; AOCP 993, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (New Town, 1943; Sandy Bay, 1949-1958) * [[/Robert Campbell|Campbell, Robert]] - 1917(???)-1950(Qld) - Licences: 4RC Brisbane (Kelvin Grove, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1180, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, treasurer, QSL officer) - Comment: numerous contemporaneous RCs - Electoral Rolls: Nile yet identified ===''CANAVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Canavan|Canavan, John]] [https://www.familysearch.org/tree/person/details/GF3D-L6T] - 1914(Eng)-2008(WA) - Licences: 6CN Perth (City, 1936-1939); 6ON Perth (Mt Hawthorn, 1948) - Qualifications: cc; AOCP 1811, 1936, WA; BOCP 109, 1937; 1COCP 618, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (North Perth, WA, 1937; Maylands, WA, 1949; Bayswater, WA, 1954; Port Hedland, WA, 1958; Bayswater, WA, 1963-1980) ===''CANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Fredrick Herrett Cannon|Cannon, Ronald Fredrick or Frederick Herrett]] [https://www.familysearch.org/tree/person/details/G7JW-T6L] - 1913(Tas)-1994(Vic) - Licences: 7RC Wynyard (1932-1939); 3BRC Melbourne (Hawthorn, 1975) - Qualifications: cc; AOCP 946, 1932, No. ?? in Tas; BOCP 97, 1937; 1COCP 473, 1941 - amateur operator; amateur broadcaster; RAAFWR; WW2 - Electoral Rolls: shop assistant (Wynyard, 1936-1937); engineer (St Kilda, 1943); radio technician (Auburn, 1949; Hawthorn, 1954-1967); tv hirer (Hawthorn, 1968-1980) ===''CANSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathan Victor Charles Cansick|Cansick, Nathan Victor Charles]] [https://www.familysearch.org/tree/person/details/LKSJ-CXC] - 1907(Vic)-1968(NSW) - 3VE Receive Melbourne (St Kilda, 1923-1924), 3AK Melbourne (St Kilda, 1925-1931), amateur operator (AOCP 139, 1925, No. ?? in Vic), amateur broadcaster ===''CAREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Carey|Carey, Francis Joseph "Frank"]] - 18??-19?? - X??, 4?? Toowoomba 1911-1914, 1922-1923, 2AMI Sydney (Centennial Park, 1933-1939; North Sydney 1946-1954; Fairfield 1955-1980) - amateur operator (AOCP 1152, 1933, ?? in NSW) , radio club member (QWI), Halcyon: AOCP NSW 1925 * [[/John Thomas Carey|Carey, John Thomas]] [https://www.familysearch.org/tree/person/details/G6Y9-TZ8] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 19, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: wireless operator (St Kilda, 1913; West End, Townsville, 1919) ===''CARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Lewis Carne|Carne, Ronald Lewis "Ron"]] [https://www.familysearch.org/tree/person/details/GXCC-N3M] - 1910(Fiji)-1976(Qld) - Licences: 4RP Hambledon Mill via Cairns (1935); 4RP Innisfail (1937-1939) - Qualifications: cc; AOCP 1186, 1933, Qld; 3COCP 429, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Goondi Mill, Innisfail, 1936-1937); cane inspector (Sherwood, Qld, 1943); assistant cane inspector (Goondi Mill, Innisfail, Qld, 1949-1954); cane inspector (Victoria Mill, Ingham, Qld, 1954-1958); manager (Harwood Mill, Harwood Island, NSW, 1963; Victoria Mill, Ingham, Qld, 1968); retired (Bowen, Qld, 1972) ===''CARPENTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Carpenter|Carpenter, Archibald John]] [https://www.familysearch.org/tree/person/details/GZPR-BJS] - 1900(WA)-1956(France) - Licences: No known licence - Qualifications: cc; AOCP 376, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: school teacher (Northam, 1925-1936); instructor (South Perth, 1943); firewood vendor (Whyalla, 1948); teacher (Kalgoorlie, 1954) ===''CARRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Carrie|Carrie, F.]] - 19??(???)-19??(???) - Licences: 5JC Adelaide (Glanville, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CARTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Carter|Carter, Albert Edward "Birdie"]] [https://www.familysearch.org/tree/person/details/GHDL-5CB] - 1916(Qld)-2014(Qld) - Licences: 4LT Brisbane (Wavell Heights, 1938-1939, 1946-1948); 4LT Nanango (1954); 4LT Brisbane (Carina, 1955-1969); 4LT Sunshine Beach (1975); 4LT Tewantin (1980) - Qualifications: cc; AOCP 2143, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); wholesale grocery (S. Hoffnung & Co); WW2 - Comment: several contemporaneous AECs - Electoral Rolls: merchant (Greenslopes, Qld, 1943-1949); manager (Nanango, Qld, 1954); departmental manager (Carina, Qld, 1958-1972); retired (Sunshine Beach, Qld, 1977; Tewantin, Qld, 1980)) * [[/Clarence Sydney William Carter|Carter, Clarence Sydney William]][https://www.familysearch.org/tree/person/details/L5T1-TXL] - 1902(SA)-1962(SA) - Licences: Receive Adelaide (Kensington, 1923); 5CS Adelaide (Maylands, 1924-1926) - Qualifications: cc; AOCP 24, 1924, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: salesman (Glen Osmond, SA, 1939-1943) * [[/Frederick Pell Carter|Carter, Frederick Pell or Peel (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXP4-2BC] - 1899(NSW)-1968(SA) - Licences: 5GK Adelaide (Mile End, 1931-1939) - Qualifications: cc; AOCP 761, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: service station proprietor (Mile End, SA, 1939-1943) * [[/H. Carter|Carter, H.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Graceville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Numerous contemporaneous HCs - Electoral Rolls: Nil yet identified * [[/Harry Raymond Carter|Carter, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G9G5-KJT] - 1911(NSW)-1986(NSW) - Licences: 2HC Quirindi (1926-1939; 1946-1980+); 2BE Portable Quirindi (1933-1934); 2AI Portable Quirindi (1935-1939) - Qualifications: AOCP 286, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Quirindi, 1933-1980) - Callsign 2BE withdrawn by PMGD for 2BE Bega commercial ===''CARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Carty|Carty, Bruce]] - historian (broadcast, amateur broadcast), author "Australian Radio History" ===''CASTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Castle|Castle, Clarence Henry "Clarry"]] [https://www.familysearch.org/tree/person/details/GXGF-7GR] - 1915(SA)-2002(SA) - Licences: 5KL Adelaide (Prospect, 1933-1939); 5KL Darwin (1947-1948); 5KL Adelaide (Enfield Heights, 1954-1965; Enfield, 1969-1980+) - Qualifications: cc; AOCP 1209, 1933, SA; 2COCP 263, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''CASWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Harold Caswell|Caswell, Archibald Harold "Arch"]] [https://www.familysearch.org/tree/person/details/GXCC-Y3X] - 1913(Qld)-1986(Qld) - Licences: 4CB Murgon (1934-1939); 4CB Maryborough (1946-1975) - Qualifications: cc; AOCP 1340, 1934, Qld - amateur operator; amateur broadcaster; WW2 (POW); business proprietor (garage) - Electoral Rolls: radio technician (Maryborough, Qld, 1954-1972); retired (Torquay, Qld, 1977-1980) ===''CATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lester Evans Catford|Catford, Lester Evans]] [https://www.familysearch.org/tree/person/details/GDD8-RCB] - 1911(SA)-1990(SA) - Licences: 5LC Gladstone (1931-1939, 1947); 5LC Adelaide (Malvern, 1948-1980) - Qualifications: cc; AOCP 789, 1931, No. ?? in SA; BOCP 357, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Gladstone, SA, 1939-1943) * [[/Lance Maynard Catford|Catford, Lance Maynard]] [https://www.familysearch.org/tree/person/details/GMQR-K2W] - 1913(SA)-1989(SA) - Licences: 5XL Clare (1939, 1947-1980+) - Qualifications: AOCP 2372, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: share farmer (Clare, SA, 1939) ===''CAVANAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Mortimer Cavanagh|Cavanagh, William Mortimer]] [https://www.familysearch.org/tree/person/details/GZ23-GPH] - 1908(Vic)-1995(NSW) - Receive Warburton (1923-1924), 3WC Melbourne (St Kilda, 1925), 2WC Sydney (Potts Point, 1928), 2WC Goulburn (1930), 3WC Melbourne (St Kilda, 1931; Williamstown, 1937-1939), 2WC Wauchope (1946-1980+), qualifications: (AOCP 214, 1925, No. ?? in Vic; 1COCP 598, 1942), amateur operator, amateur broadcaster, WW2, electoral rolls: sales (Goulburn, 1930; St Kilda, 1931-1934), radio dealer (Wauchope, 1949-1980) ===''CAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Cave|Cave, Norman]] [https://www.familysearch.org/tree/person/details/GDB7-G73] - 1898(Eng?)-19??(???) - Licences: 7BC Launceston (1925-1926); operator of Wills & Co Receive licence 1924 - Qualifications: cc; AOCP 129, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 (RAF Wireless Operator); foundation member Tasmanian Gliding Club (instructor); returned to England 1931; likely Wing Commander RAF in WW2; possibly lost in SE Asia 1942 - Electoral Rolls: Nil yet identified ===''CAWTHRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Cawthron|Cawthron, Edward Joseph "Ted"]] [https://www.familysearch.org/tree/person/details/GZBH-9SX] - 1908(NSW)-1964(SA) - Licences: 2JC Sydney (Concord, 1926-1933; Neutral Bay, 1931; Concord, 1933; Five Dock, 1933); 2VA Sydney (City, 1931); 2EJ Sydney (City, 1931); 5JC Adelaide (Kent Town, 1937-1939); 5JE Adelaide (Somerton, 1947-1948; North Glenelg, 1954; Somerton Park, 1960) - Qualifications: cc; AOCP 308, 1926, No. ?? in NSW; BOCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Haberfield, 1943) ===''CECIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clyde Cecil|Cecil, Clyde]] [https://www.familysearch.org/tree/person/details/GZN5-XYG] - 1898(Vic)-1963(WA) - Licences: 6AB Kalgoorlie (1923-1927) - Qualifications: cc; AOCP 154, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2; witness to Royal Commission 1927 (as a listener, Kalgoorlie) - Electoral Rolls: civil servant (Kalgoorlie, 1919); lecturer (Kalgoorlie, 1921-1925; Maylands, 1928-1937); metallurgist (Nedlands, 1943); physicist (Nedlands, 1949-1954); school principal (Triggs Island, 1958-1963) ===''CHADWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Howel Chadwick|Chadwick, Richard Howel (Electoral Rolls) or Howell (BMD) "Dick"]] [https://www.familysearch.org/tree/person/details/G3PQ-6HH] - 1896(NZ)-1955(Qld) - Licences: 4GU Brisbane (Wilston, 1933-1939, 1946-1947) - Qualifications: cc; AOCP 1197, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW1; radio clubs (WIAQ); employment (travelling salesman) - Electoral Rolls: storeman (Zillmere, Qld, 1921); salesman (Wilston, Qld, 1925-1954) ===''CHAFFER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Martin Chaffer|Chaffer, Edward Martin "Martin"]] [https://www.familysearch.org/tree/person/details/GZ1Z-B3P] - 1905(Vic)-1981(Vic) - Licences: 3XF Receive Melbourne (Moonee Ponds, 1923); 3XF Melbourne (Moonee Ponds, 1923-1927); 6XF Perth (Mt Lawley, 1930-1931); 3XF Melbourne (Moonee Ponds, 1933); 2AEK Sydney (Potts Point, 1938); 3MH Hamilton (1947); 3MH Ballarat (1948); 3MH Swan Hill (1954); 3MH Melbourne (Preston, 1955-1956; Moonee Ponds, 1965-1969; Doncaster, 1975-1980) - Qualifications: cc; AOCP 354, 1927, No. ?? in Vic; 3COCP 304, 1937; 2COCP 113, 1937; 1COCP 151, 1937 - amateur operator, amateur broadcaster, radio clubs (WIA Vic Essendon, treasurer, 1924), placed 2nd for best complete station Melbourne Wireless Exhibition 1924; placed second for best complete station at Melbourne Wireless Exhibition 1925; placed 10th in 3LO amateur broadcasting competition 1926; broadcast engineer (3HA, 3BA, 3SH), Dept Civil Aviation 1930s, military (WW2, 1942+) - Electoral Rolls: manager (Moonee Ponds, 1928-1936); radio engineer (Hamilton, 1942; Ballarat, 1949; Swan Hill, 1954; Preston, 1963); radio technician (Moonee Ponds, 1967-1968); retired (Doncaster, 1977-1980) - Relationships: father of 3AII Ken Chaffer ===''CHALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Robert Challen|Challen, Peter Robert]] - 1848(Eng)-1905(Vic) - early telephone, telephony & wireless experimenter, employment (Vic Posts & Telegraphs, Electrical Office & Postmaster), radio clubs (Telegraph Electrical Society, Victoria), associate of Henry Walter Jenvey, William Philip Bechervaise & George Smibert ===''CHALLENDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard Challender|Challender, Gerard "Gerry"]] - 1910(Eng)-1950(NSW) - 2ZS Kempsey, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, high profile participation 1950 Kempsey floods, military (WW2) ===''CHALLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Reginald Challenger|Challenger, George Reginald]] [https://www.familysearch.org/tree/person/details/G3YQ-ZZB] - 1902(NSW)-1936(NSW) - Licences: 2GC Sydney (Auburn, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Auburn, 1930-1935) ===''CHAMBERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Rupert Chambers|Chambers, Francis Rupert]] [https://www.familysearch.org/tree/person/details/MYY2-JKX] - 1898(Vic)-1971(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 247, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Camberwell, 1924-1925); contractor (Geraldton, 1931; Mt Waverley, 1934-1936); linesman (Seaford, 1937; Frankston, 1942); technician (Frankston, 1949; Seaford, 1954); retired (Upwey, 1963; McRae, 1968) * [[/Walter Alfred Chambers|Chambers, Walter Alfred]] [https://www.familysearch.org/tree/person/details/G3N6-VX1] - 1889(Qld)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 151, 1915; 2COCP 100, 1930; 1COCP 96, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIP Perth (1917-1918) - Electoral Rolls: mechanic (Thursday Island, 1912-1913); radio telegraphist (Wyndham, 1916-1917); telegraphist (Subiaco, 1917); radio telegraphist (Esperance, 1921-1925); officer-in-charge (Geraldton, 1925); radio officer (Como, 1931-1934; Esperance, 1936-1937); radio telegraphist (Como, 1943-1968) ===''CHANDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Beals Chandler|Chandler, John Beals]] [https://www.familysearch.org/tree/person/details/G6HN-HXH] - 1887(Eng)-1962(Qld) - principal (4BC); proprietor (J. B. Chandler & Co., 1913-1962); Lord Mayor Brisbane (1940-1952); witness to Royal Commission Wireless 1927 - don't confuse D. W. Chandler early wireless experimenter - [https://adb.anu.edu.au/biography/chandler-sir-john-beals-9724 ADB] ===''CHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Channon|Channon, H. D.]] - 19??(???)-19??(???) - Licences: 2BO Receive Inverell (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Lloyd Lister Channon|Channon, Lloyd Lister]] [https://www.familysearch.org/tree/person/details/GD59-4NS] - 1885(NSW)-1949(NSW) - Licences: 2AQ Receive Manilla (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: postmaster (Elsmore, 1913); postal official (Raymond Terrace, 1930-1949) ===''CHAPMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Chapman|Chapman, Austin]] [https://www.familysearch.org/tree/person/details/LZYW-3F4] - 1864(NSW)-1926(NSW) - occupations (apprentice saddler, hotelier), politician (Postmaster-General, 1905-1907), oversight of Commonwealth Wireless Telegraphy conference Melbourne 1907 - Links: [[w:Austin Chapman|Wikipedia]]; [https://adb.anu.edu.au/biography/chapman-sir-austin-5554 ADB] * [[/Bruce Amundsen Chapman|Chapman, Bruce Amundsen]] [https://www.familysearch.org/tree/person/details/G8VL-575] - 1912(WA)-1969(NSW) - Licences: 2BA Sydney (Chatswood, 1930-1939; Balgowlah, 1946-1958; St Ives, 1960-1969 - Qualifications: AOCP 696, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: shipping clerk (Chatswood, 1935-1937); clerk (Balgowlah, 1949-1958; St Ives, 1963-1968) * [[/E. B. Chapman|Chapman, E. B.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Frank William Chapman (Qld)|Chapman, Frank William (Qld)]] [https://www.familysearch.org/tree/person/details/GXC5-KB3] - 1898(???)-1974(Qld) - Licences: 4XL Brisbane (Yeronga, 1931-1939); 4ZFC Brisbane (Ekibin, 1965); 4TH Brisbane (Ekibin, 1969) - Qualifications: cc; AOCP 785, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: gardener (Salisbury, Qld, 1928); labourer (Yeronga, Qld, 1929-1937); waterside worker (Paddington, Qld, 1943-1949); PMG technician (Ekibin, Qld, 1954-1972) * [[/Frank William Chapman (WA)|Chapman, Frank William (WA)]] [https://www.familysearch.org/tree/person/details/LBXD-TFK] - 1918(Vic)-1988(WA) - Licences: 6CC Perth (Manning Park, 1954-1965; Bassendean, 1969-1980+) - Qualifications: cc; AOCP 3319, 1953, WA - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Chidlow, WA, 1949); teacher (Manning Park, WA, 1954-1963); technical school principal (Kalgoorlie, WA, 1963); teacher (Bassendean, WA, 1968-1977); retired (Bassendean, WA, 1980) * [[/Harrison Chapman|Chapman, Harrison "Harry"]] [https://www.familysearch.org/tree/person/details/G8CX-2C5] - 1909(Vic)-1990(Vic) - Licences: 3JX Receive Melbourne (Ivanhoe, 1922); 3GU Melbourne (Ivanhoe, 1929-1939, 1946-1965; Flinders, 1965-1975); 3AGU Portable Melbourne (Ivanhoe, 1948-1956; Flinders, 1965-1975) - Qualifications: AOCP 513, 1929, No. ?? in Vic; 1AOCP 32, 1946 - amateur operator, amateur broadcaster - Electoral Rolls: student (Ivanhoe, 1931-1936); chemist (Geelong, 1937); RAAF (Ballarat, 1942; Ivanhoe, 1949-1954); chemical engineer (Ivanhoe, 1963); minister of religion (Flinders, 1968); clergyman (Flinders, 1972-1977) * [[/Owen George Chapman|Chapman, Owen George]] [https://www.familysearch.org/tree/person/details/K8YX-YLK] - 1904(NSW)-1961(NSW) - Licences: 2OC Wyong (1930-1939, 1946-1960) - Qualifications: AOCP 669, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Wyong, 1930-1958) * [[/Percival Carnew Lamont Chapman|Chapman, Percival Carnew Lamont "Percy"]] [https://www.familysearch.org/tree/person/details/G8GM-5M8] - 1911(Qld)-2008(Qld) - 4PC Brisbane (Sandgate, 1933); 4PC Babinda (1937-1939); 4PC Monto (1946-1975); 4PC Point Vernon (1980) - Qualifications: cc; AOCP 1155, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); occupation (power house engineer/manager) - Relationships: father of Geoff Chapman 4CET - Electoral Rolls: engineer (Ayr, Qld, 1943; Monto, Qld, 1949-1972); retired (Point Vernon, Qld, 1977-1980) * [[/William George Chapman|Chapman, William George]] [https://www.familysearch.org/tree/person/details/KZ2X-8KG] - 1890(Tas)-1957(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 116, 1915; 1COCP 63, 1930 - RANRS (Warrant Telegraphist, 1917); coastal wireless operator; witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: radio telegraphist (Broome, 1925); officer-in-charge (Radio Station Applecross, 1931-1954) ===''CHAPPELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Arthur Chappell|Chappell, Lloyd Arthur]] [https://www.familysearch.org/tree/person/details/G69G-SB9] - 1911(Tas)-1998(Tas) - Licences: 7LC Ross (1936-1937); 7LC Winnaleah (1938-1939); 7LC Hobart (Kingston, 1947-1955; Sandy Bay, 1956-1975; Coles Bay, 1980+) - Qualifications: cc; AOCP 1828, 1936, No. ?? in Tas; BOCP 172, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: projectionist (Ross, 1936-1937); radio engineer (Queenstown, 1943; Kingston, 1949-1958) ===''CHARLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Charles|Charles, Edward Arthur]] [https://www.familysearch.org/tree/person/details/K8QC-V3V] - 1916(SA)-1981(SA) - Licences: 5YQ Adelaide (North Unley, 1935-1939; Unley, 1947-1948; Ascot Park, 1954-1956; Hyde Park, 1960-1980+) - Qualifications: cc; AOCP 1443, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Unley, SA, 1939-1943) ===''CHARLESWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Denison Charlesworth|Charlesworth, Reginald Denison]] [https://www.familysearch.org/tree/person/details/GW1M-CKJ] - 1900(Eng)-1980(NSW) - Licences: 2CI Receive Sydney (Haberfield, 1922); 2CI Sydney (Haberfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: migrated to Fiji mid 1920s, returned to Australia mid 1930s - Electoral Rolls: factory manager (Summer Hill, 1933); engineer (Haberfield, 1935-1937); Lane Cove, 1943); radio engineer (Dee Why, 1949-1954); engineer (Hunters Hill, 1958-1972) ===''CHARTERIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Charteris|Charteris, Michael]] - 4QS Ipswich & Maryborough - amateur operator, historian (amateur) ===''CHATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Greatham Chatfield|Chatfield, Robert Greatham "Bob"]] [https://www.familysearch.org/tree/person/details/LK92-9L1] - 1900(NZ)-1974(NZ) - Licences: ZL2AV Wellington (1925-1954+) - Qualifications: AOCP ??, 1925, No. ?? in NZ - amateur operator; amateur broadcaster; clubs (Wellington Amateur Radio Club 2WB, member and one time president) - Relationships: father of Don Chatfield ZL2SG - Comment: substantial early portion (100+) of QSL collection survives - Electoral Rolls: motor engineer (Wellington, 1922); salesman (Wellington, 1931-1954); retired (Wellington, 1963-1972) ===''CHATTERTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Chatterton|Chatterton, Francis Joseph]] [https://www.familysearch.org/tree/person/details/LZWW-952] - 1902(Tas)-1931(Tas) - Licences: 7AY Receive Hobart (West Hobart, 1922); Receive Hobart (West Hobart, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: machinist (Hobart, 1925-1928) ===''CHAUVEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Temple Frank Chauvel|Chauvel, Walter Temple Frank]] [https://www.familysearch.org/tree/person/details/LH5T-WNQ] - 1902(Qld)-1987(NSW) - Licences: Receive (Valve) Stanthorpe (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: jackeroo (Stanthorpe, Qld, 1925-1928); grazier (Stanthorpe, Qld, 1928-1943); radio engineer (Texas, Qld, 1949-1963); retired (East Ballina, NSW, 1968-1980) ===''CHEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Reginald Cheel|Cheel, Charles Reginald]] [https://www.familysearch.org/tree/person/details/9N1J-PTC] - 1890(Vic)-1955(SA) - Licences: 5CR Adelaide (Maylands, 1934-1939, 1947-1955) - Qualifications: cc; AOCP 1278, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CHENNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Chennell|Chennell, Victor "Vic"]] [https://www.familysearch.org/tree/person/details/GCBH-1XV] - 1907(SA)-1996(SA) - Licences: 5JH Adelaide (Norwood, 1927-1933; Cowandilla, 1937-1939; North Adelaide, 1946-1956; Ascot Park, 1960-1980+) - Qualifications: cc; AOCP 346, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: labourer? (Goodwood Park, 1939) ===''CHESSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chessell|Chessell, John or John Carl]] [https://www.familysearch.org/tree/person/details/KN16-XWP]? [https://www.familysearch.org/tree/person/details/L2M1-9GS]? - 1914(NSW)-1959(NSW) - Licences: 2LV Sydney (Dulwich Hill, 1929-1934); 2YU Sydney (Dulwich Hill, 1935-1936; Ashfield, 1937-1939); 2ER Sydney (Dulwich Hill, 1948-1950) - Qualifications: AOCP 517, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: baker (Croydon, 1936; Bowral, 1937-1954) - seems to be two contemporaneous John Chessel's ===''CHESTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Chesterfield|Chesterfield, John Henry]] [https://www.familysearch.org/tree/person/details/GSVH-3SK] - 1895(Vic)-1973(Qld) - Licences: 5JC Adelaide (Wayville, 1924-1926); 2ACQ Sydney (Strathfield, 1937-1939); 4HJ Brisbane (Cleveland, 1954-1960) - Qualifications: cc; CPRT 23, 1914; 1COCP 266, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: wireless operator (Croydon, NSW, 1930); radio engineer (Glenbrook, NSW, 1931-1935); department manager (Strathfield, NSW, 1935); radio engineer (Strathfield, 1936; Pymble, NSW, 1943; Cleveland, Qld, 1949-1963); retired (Mermaid Beach, Qld, 1968-1972) ===''CHICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Garth Chick|Chick, Leonard Garth]] [https://www.familysearch.org/tree/person/details/G6SW-7PJ] - 1918(Tas)-1999(NSW) - Licences: 7LG Launceston (1937-1939) - Qualifications: cc; AOCP 1973, 1937, No. ?? in Tas; BOCP 227, 1939; 2COCP 550, 1941; 1COCP 1264, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: seaman (Swan Point, 1944); aeradio operator (Lindisfarne, 1949); technician (Essendon, Vic, 1949-1954); draftsman (East Keilor, 1963-1968); surveyor (Forster, 1977-1980) ===''CHILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Oliver Chilton|Chilton, Frederick Oliver]] [https://www.familysearch.org/tree/person/details/GZNR-XFL] - 1905(NSW)-2007(NSW)102yo - Licences: Receive (Crystal) Sydney (Wahroonga, 1923-1924) - Qualifications: cc; AOCP 147, 1925, No. ?? in NSW - amateur receive operator; military (Brigadier); awards (Knighted) - Relationships: brother of 2RC Robert Ralph Chilton - Electoral Rolls: clerk (Wahroonga, NSW, 1930-1943); civil servant (South Yarra, Vic, 1949-1967); retired (Clareville Beach, NSW, 1972-1980) - Links: [[w:Frederick Oliver Chilton|Wikipedia]] * [[/George Frederick Chilton|Chilton, George Frederick]] [https://www.familysearch.org/tree/person/details/G3CR-41Q] - 1891(Vic)-1956(Vic) - Licences: 2GF Sydney (Pennant Hills, 1924; Carlingford, 1925); 4GD Townsville (1925-1926) - Qualifications: cc; CPRT 160, 1915; 1COCP 10, 1930 - amateur operator; amateur broadcaster; coastal operator (VIG, VIB, VIS, VIT, Rockbank); wireless telegraphist (PMG); RANRS (Commissioned Telegraphist, 1917); federal public servant (PMG) - Electoral Rolls: telegraphist (Wooloowin, 1919-1921); radio stationmaster (South Townsville, Qld, 1925; Glenferrie, 1927; Wireless Station, Rockbank, Vic, 1928-1942); engineer (St Kilda, 1949-1954) * [[/Robert Ralph Chilton|Chilton, Robert Ralph]] [https://www.familysearch.org/tree/person/details/GZNR-821] - 1907(NSW)-1985(Qld) - Licences: 2RC Sydney (Wahroonga, 1925-1926); 2RC Gloucester (1927); 2RC Sydney (Wahroonga, 1928-1939, 1946-1947; Roseville East, 1948) - Qualifications: cc; AOCP 152, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: chemist assistant (Wahroonga, 1933); chemist (Stanthorpe, 1954-1963; Sherwood, Qld, 1972) - Relationships: brother of Frederick Oliver Chilton ===''CHINERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jessie Camelia Chinery|Chinery or Chinnery, Jessie Camelia]] [https://www.familysearch.org/tree/person/details/GFMP-6NZ] - 1915(WA)-1995(WA) - Licences: 6JC Perth (Welshpool, 1937-1939) - Qualifications: cc; AOCP 1866, 1937, WA - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: not stated (Welshpool, WA, 1937) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''CHIPPINDALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Kellett Chippindall|Chippindall, Eric Kellett "Chippy"]] [https://www.familysearch.org/tree/person/details/LFCB-MNZ] - 1916(Qld)-1988(Qld) - Licences: 4XR Brisbane (Paddington, 1937-1939); 4XR Gympie (1946-1969); 4XR Brisbane (Paddington, 1975-1980+) - Qualifications: cc; AOCP 1940, 1937, Qld - amateur operator; amateur broadcaster; broadcast engineer (4SB, 4BU, 4LG, 4GY) - Electoral Rolls: radio engineer (Gympie, Qld, 1949); announcer-engineer (Gympie, Qld, 1954-1958); shopkeeper (Paddington, Qld, 1972-1980) ===''CHISHOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham St Clair Chisholm|Chisholm, Graham St Clair]] [https://www.familysearch.org/tree/person/details/GX47-TTR] - 1915(Qld)-2002(WA) - Licences: 4LP Brisbane (Kelvin Grove, 1933); 3ACG Melbourne (South Yarra, 1947-1948); 5PG Darwin (1955-1956); 1AB Canberra (Canberra City, 1960; Ainslie, 1965); 6IB Perth (Dalkeith, 1969-1975) - Qualifications: cc; AOCP 1101, 1933, No. ?? in Qld; BOCP 18, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcaster (3SR, Shepparton, Vic, 1942); radio engineer (South Yarra, Vic, 1949-1954); broadcaster (Reid, ACT, 1958; Ainslie, ACT, 1963; Dalkeith, WA, 1968-1972); manager (Nedlands, 1977-1980) ===''CHITHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Chitham|Chitham, William Norman "Bill"]] [https://www.familysearch.org/tree/person/details/GXWT-KJK] - 1912(Qld)-1997(Qld) - Licences: 4UU Brisbane (Bulimba, 1933-1934; Fortitude Valley 1937-1939; Cannon Hill, 1946-1980+) - Qualifications: cc; AOCP 913, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor, QSL officer); part of the "U" gang; military (WW2) - Electoral Rolls: storeman (Valley, Qld, 1936-1943); radio mechanic (Cannon Hill, 1949-1963); buyer (Cannon Hill, Qld, 1968-1980) ===''CHOATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Sidney Choate|Choate, Roger Sidney]] [https://www.familysearch.org/tree/person/details/GFQX-RW3] - 1913(Irl)-1978(WA) - Licences: 6RK Harvey (1930-1933); 6RK Kalgoorlie (1937-1939); 6RK Dardanup (1947); 6RK Perth (Subiaco, 1948-1956; Salters Point, 1960-1975) - Qualifications: cc; AOCP 714, 1930, No. ?? in WA; BOCP 42, 1936; 3AIR 1121, 1947 - amateur operator; amateur broadcaster; WW2 (RAAF, Squadron Leader) - Awards: Military Division OBE [[w:1964_Birthday_Honours|Wikipedia]] - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1937; Perth, WA, 1937); engineer (Melville, WA, 1943); civil servant (Subiaco, WA, 1949-1958); surveyor (Salters Point, WA, 1963-1968; Manning, WA, 1972-1977) - Links: [https://www.awm.gov.au/collection/R1513688 AWM] [https://www.ozatwar.com/raaf/shepherdshillradar.htm OzAtWar] ===''CHRISMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Chrismas|Chrismas, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/G6YC-FC2] - 1892(NSW)-1950(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 250, 1916; 1COCP 31, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIW Wyndham (1917-1918) - Electoral Rolls: operator (Broome, 1916); wireless operator (Wyndham, 1917; Applecross, 1925); radio telegraphist (Broome, 1931; Geraldton, 1936-1949) ===''CLAFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keighran James Claffey|Claffey, Keighran James]] [https://www.familysearch.org/tree/person/details/G84R-LLP] - 1903(Vic)-19??(???) - Licences: 2AK Deniliquin (1928-1939); 2AK Picton (1946); 2AK Deniliquin (1947-1980+) - Qualifications: AOCP 459, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarrandale, 1949; Deniliquin, 1954; Yarrandale, 1958-1963); retired (Deniliquin, 1977-1980) ===''CLARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Clark|Clark, Francis Thomas]] [https://www.familysearch.org/tree/person/details/G8WF-CJH] - 1903(WA)-1998(Vic) - Licences: 3FC Rainbow (1928); 3FC Melbourne (St Kilda, 1931; Hawthorn, 1933; Elwood, 1937; St Kilda, 1938); 3FC Mildura (1946-1947); 3FC Ouyen (1948-1960); 3FC Geelong (Leopold, 1969; Clifton Springs, 1975-1980+) - Qualifications: AOCP 426, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal official (Rainbow, 1925); postal clerk (Rainbow, 1928); clerk (St Kilda, 1931-1937); senior postal clerk (Red Cliffs, 1942); postmaster (Ouyen, 1949-1954); retired (Clifton Springs, 1972-1980) * [[/Frank P. R. Clark|Clark, Frank P. R.]] [https://www.familysearch.org/tree/person/details/GZFG-WRN] - 1900(NSW)-1928(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923-1924); 2YF Sydney (Manly, 1925) - Qualifications: AOCP 122, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: gone too soon * [[/Leopold Francis Clark|Clark, Leopold Francis]] [https://www.familysearch.org/tree/person/details/273Q-3D5] - 1902(Tas)-1978(Tas) - Licences: 7CK Natone (1932-1939); 7CK Burnie (1946-1948); Deloraine (1954-1969); Lanena (1975) - Qualifications: cc; AOCP 989, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Natone, 1928-1936; Burnie, 1943-1949); grazier (Needles, 1954; Deloraine, 1963) ===''CLARKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Fraser Clarke|Clarke, Percival Fraser "Percy"]] [https://www.familysearch.org/tree/person/details/GXZ3-4J2] - 1896(Qld)-1971(Qld) - Licences: 4PY Ayr (1936-1939) - Qualifications: cc; AOCP 1781, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jarvisfield, Qld, 1919-1937; Aspley, Qld, 1949-1972) * [[/Warren Ross Clarke|Clarke, Warren Ross]] [https://www.familysearch.org/tree/person/details/G8NT-LSN] - 1909(NSW)-1988(NSW) - Licences: 2ZZ Sydney (Mosman,1930-1933; Asquith, 1933-1939; Mosman, 1948-1950) - Qualifications: AOCP 650, 1930, NSW; 2COCP 6, 1934; 1COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Asquith, 1933-1934; Mosman, 1936); radio officer (Mosman, 1943); flight radio officer (Mosman, 1949-1954); clerk (Glenbrook, 1963); travel consultant (Glenbrook, 1972); clerk (Merrylands, 1972); planner (North Rocks, 1977-1980) * [[/William George Clarke|Clarke, William George]] [https://www.familysearch.org/tree/person/details/GXQ2-1QS] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 32, 1930 - RANRS (temp Commissioned Telegraphist, 1917) - Comment: several contemporaneous WGCs - Electoral Rolls: officer-in-charge (Radio Station, Townsville, 1916); seaman (HMAS Encounter, Geelong, 1919); biograph operator (Langwarrin Military Camp, Vic, 1919); hotel manager (Naval Base Hotel, South Fremantle, 1931) ===''CLAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard George Clay|Clay, Richard George]] [https://www.familysearch.org/tree/person/details/G8ZZ-LGN] - 1903(Vic)-1972(Vic) - Licences: 3RC Melbourne (Northcote, 1929; Alphington, 1931) - Qualifications: AOCP 536, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Northcote, 1925-1927); welder (Northcote, 1928); electric welder (Alphington, 1931); welder (Richmond, 1936-1937; Alphington, 1942; Northcote, 1949); contractor (Traralgon, 1954-1972) ===''CLAYTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maisie Ian Jesson Clayton|Rawson nee Clayton, Maisie Ian Jesson]] [https://www.familysearch.org/tree/person/details/G8RT-25P] - 1915(NSW)-1996(NSW) - Licences: Nil yet identified - Qualifications: cc; BOCP 488, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: radio worker (Artarmon, 1937); engineer (Kirribilli, 1949); radio engineer (Lane Cove, 1954-1963); engineer (Lane Cove, 1968-1972); home duties (Lane Cove, 1977-1980) - Lady: * [[/Maurice Charles Clayton|Clayton, Maurice Charles]] [https://www.familysearch.org/tree/person/details/G86J-HX3] - 1912(SA)-1936(SA) - Licences: 5RK Adelaide (Edwardstown, 1930-1931); 5ZC Adelaide (Edwardstown, 1933-1936) - Qualifications: cc; AOCP 596, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon (24yo) * [[/Walter George Gladstone Clayton|Clayton, Walter George Gladstone "Wally"]] [https://www.familysearch.org/tree/person/details/G3XN-J1N] - 1918(Qld)-1998(Qld) - Licences: 4WG Innisfail (1937-1939); 4WG Brisbane (Windsor, 1946-1969); 4WG Townsville (1975-1980+) - Qualifications: cc; AOCP 1868, 1937, Qld - amateur operator; amateur broadcaster; military (WW2, AIF Signals); state public servant (Qld Railways, supervising tech. comms.) - Relationships: uncle of Maise Ian Jesson Rawson nee Clayton (Radio Engineer) - Electoral Rolls: manager (Windsor, 1954-1968); technician (Townsville, 1972-1980) ===''CLIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Cliff|Cliff, Harry]] - 1908(Vic)-1988(Vic) - Licences: 3HC Melbourne (Essendon, 1928-1948; Heidelberg, 1954-1975); 3HC Point Lonsdale (1980+) - Qualifications: AOCP 400, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: implement maker (Moonee Ponds, 1906); engineer (Moonee Ponds, 1922-1928); clerk (Moonee Ponds, 1931-1937); company secretary (North Melbourne, 1943); director (Ivanhoe, 1954-1968; Heidelberg, 1972); retired (Point Lonsdale, 1977-1980) (pre 1928 is another Harry Cliff) ===''CLIFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Glendenning Clifford|Clifford, Herbert Glendenning]] [https://www.familysearch.org/tree/person/details/GHTS-4CN] - 1882(Eng)-1955(SA) - Licences: 5BW Receive Renmark (1923); Receive Renmark (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: secretary (Renmark, SA, 1939-1943) ===''CLINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gladstone Clinch|Clinch, Frederick Gladstone]] [https://www.familysearch.org/tree/person/details/KF5P-TWM] - 1898(WA)-1972(WA) - Licences: 6JR Greenough (1928-1933); 6FG Miling (1960); 6FG Perth (Doubleview, 1965-1969) - Qualifications: cc; AOCP 468, 1928, No. ?? in WA - amateur operator; amateur broadcaster - Relationships: Father of 6CL Ian Harold Wilson Clinch - Electoral Rolls: farmer (Greenough, 1922-1943); garage proprietor (Miling, 1958); retired (Doubleview, 1963-1972) * [[/Ian Harold Wilson Clinch|Clinch, Ian Harold Wilson]] [https://www.familysearch.org/tree/person/details/GHQX-YS1] - 1926(WA)-19??(WA) - Licences: 6CL Miling (1960-1965); 6CL Dandaragan (1969); 6CL Rossmoyne (1975-1980+) - Qualifications: cc; AOCP 3596, 1957, WA - amateur operator, WW2 - Relationships: son of 6JR-6FG Frederick Gladstone Clinch - Electoral Rolls: mechanic (Leederville, 1949); manager (Miling, 1958-1963); radio technician (Dongara, 1968); technician (Rossmoyne, 1972-1980) ===''CLOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alvin Theodore Closs|Closs, Alvin Theodore]] [https://www.familysearch.org/tree/person/details/L67V-HG7] - 1895(NSW)-1975(Vic) - Licences: V750 Receive Melbourne (Olinda, 1922); 3GV Receive Melbourne (Olinda, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: orchardist (Brighton, 1917); storekeeper (Olinda, 1924-1931); salesman (Olinda, 1934-1937); civil servant (Tunstall, 1943-1954); retired (Yarra Junction, 1963-1972) ===''CLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Edward Clough|Clough, James Edward]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 483, 1929, No. ?? in ?? - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - several contemporaneous JECs ===''COADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Coade|Coade, Ernest]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: electrician (Rutherglen, 1914); mechanic (Thursday Island, 1919) ===''COAKLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas James Coakley|Coakley, Thomas James]] [https://www.familysearch.org/tree/person/details/GX24-W7T] - 1904(Vic)-1991(Vic) - Licences: 5UK Adelaide (Unley, 1933-1939); 3IU Melbourne (Camberwell, 1947; Essendon, 1948-1980+) - Qualifications: cc; AOCP 1105, 1933, No. ?? in SA, 3COCP 61, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: aero fitter (Auburn, Vic, 1925-1926); engineer (Camberwell, Vic, 1943; Essendon, Vic, 1949-1980) ===''COALTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Coalter|Coalter, Martin]] [https://www.familysearch.org/tree/person/details/GDSR-STB] - 1893(Vic)-19??(???) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 1, 1914 - ship wireless operator? - Electoral Rolls: Nil yet identified ===''COATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Melbourne Coates|Coates, Alfred Melbourne or Melbourne Alfred]] [https://www.familysearch.org/tree/person/details/GDGW-MCZ] - 1884(???)-1964(Vic) - Licences: V757 Receive Melbourne (Elwood, 1922); 3GG Receive Melbourne (Elwood, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (USA) - Electoral Rolls: engineer (Elsternwick, 1921-1937; Kalorama, 1943-1954) ===''COFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Freeman Coffey|Coffey, Henry Freeman]] [https://www.familysearch.org/tree/person/details/G3QL-BR1] - 1885(Irl)-1934(NSW) - Licences: 4KY Brisbane (Doomben, 1925-1926; Hamilton, 1927); 2ZY Sydney (Willoughby, 1929; Maroubra, 1930-1934) - Qualifications: cc; CPRT 52, 1915; 1COCP 12, 1930 - Halycyon: AOCP Brisbane 1926 - amateur operator; amateur broadcaster; ship wireless operator (Marconi, White Star, Booth Steamship, Iquitos Steamship, Union Castle); RANRS (Warrant Telegraphist, 1917); coastal operator (CRS, PMGD, AWA); federal public servant - Electoral Rolls: radio engineer (Middle Park, Vic, 1919); engineer (Malvern East, 1922-1924); radiostation master (Thursday Island, 1925); wireless operator (Doomben, Qld, 1925-1928); engineer (Chatswood, 1930); wireless mechanic (Maroubra, 1930-1934) ===''COHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derrick Cohen|Cohen, Derek or Derrick Simeon "Dick"]] [https://www.familysearch.org/tree/person/details/GXCF-DR7] - 1914(Eng)-2010(NSW) - Licences: 2YM Sydney (Dobroyd Point, 1932-1933; Kings Cross, 1933; Clovelly, 1934-1936); 4YM Brisbane (City, 1937-1939); 1YM Macquarie Island (1954-1955) - Qualifications: cc; AOLCP 238, 1930; AOCP 1011, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (West End, Qld, 1943); technician (Coburg, Vic, 1954); television producer (Chatswood, NSW, 1963; Little Wallaby Beach, NSW, 1977) ===''COLEBATCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Vincent Colebatch|Colebatch, Ernest Vincent]] [https://www.familysearch.org/tree/person/details/K2Q2-974] - 1905(SA)-1987(SA) - Licences: 5CG Receive Adelaide (Norwood, 1923); Receive Adelaide (Norwood, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Belair, SA, 1939-1941) ===''COLESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Russell Coleston|Coleston, Stanley Russell]] [https://www.familysearch.org/tree/person/details/G8VV-KQL] - 1913(Vic)-2012(Qld) - Licences: 3XK Melbourne (Middle Park, 1930-1931; Gardenvale, 1933; Glenhuntly, 1937-1939, 1946-1955); 9XK Port Moresby (1956-1960); 3AXK Melbourne (Mt Waverley, 1965-1969); 4XA Brisbane (Geebung, 1975-1980+) - Qualifications: AOCP 688, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Glenhuntly, 1936-1942; Caulfield East, 1949-1954); public servant (Mt Waverley, 1963-1972); retired (Geebung, 1977-1980) ===''COLLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Felton Collard|Collard, Cyril John Felton]] [https://www.familysearch.org/tree/person/details/97X9-6VY] - 1896(NSW)-1969(NSW) - Licences: 2CF Maitland West (1927-1939) - Qualifications: AOCP 362, 1927, No. ?? in NSW; 2COCP 540, 1941; BOCP 541, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lorn, 1930-1963); retired (North Maitland, 1968) ===''COLLINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Joseph Collins|Collins, Clarence Henry Joseph]] [https://www.familysearch.org/tree/person/details/M1Y1-GB1] - 1891(SA)-1974(SA) - Licences: 5FC Adelaide (Marryatville, 1932-1939) - Qualifications: cc; AOCP 1043, 1932, SA; BOCP 29, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Marryatville, SA, 1939-1943) ===''COLLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Andrew Collis|Collis, George Andrew]] - 1869(Tas)-1926(Tas) - Receive Hobart, radio clubs (Tasmanian Radio Club, foundation member, 1922+), electrician (Zinc Co., Hobart, 1921) - potential misidentification, George Arthur Collis, Radio Research Club, Hobart, witness to Royal Commission Wireless 1927 * [[/Ralph Collis|Collis, Ralph]] [https://www.familysearch.org/tree/person/details/GX1J-48N] - 1918(WA)-2013(WA)105yo - Licences: 6LY Perth (Bayswater, 1935-1939) - Qualifications: cc; AOCP 1454, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Bayswater, WA, 1943; Scarborough, WA, 1949-1958); proprietor (Cadoux, WA, 1963; Tuart Hill, WA, 1968); business proprietor (Dianella, WA, 1972-1977); proprietor (Bedford, WA, 1980) ===''COLTHEART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Coltheart|Coltheart, Clarence James]] - 1885(Tas)-1962(Tas) - Licences: 7BF Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Brunswick, Vic, 1913-1914; Queenstown, 1922-1954) ===''COLTHRUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Colthrup|Colthrup, James Frederick]] [https://www.familysearch.org/tree/person/details/LBW8-J4Z] - 1908(Vic)-1942(Qld) - Licences: 3PL Melbourne (Clifton Hill, 1934-1939) - Qualifications: AOCP 1368, 1934, No. ?? in Vic; 1COCP 374, 1940 - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, Wireless & Gunnery School) - Electoral Rolls: mechanic (Clifton Hill, 1931); engineer (Clifton Hill, 1937); airman (Clifton Hill, 1942) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/623876] ===''COLVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Victor Colville|Colville, Sydney Victor]] [https://www.familysearch.org/tree/person/details/G3WQ-S78] - 1894(Vic)-1966(NSW) - Licences: XQF Brisbane (South Brisbane) (1913); 2FA Receive Sydney (1922); 2FA Sydney (1923-1925); 2VH Sydney (1935-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; wireless retail business proprietor (Colville Moore) - Electoral Rolls: clerk (Wooloongabba, 1917; Chelmer, 1919-1921); broker (Bowen Hills, 1922); manufacturer (Drummoyne, NSW, 1930-1933); merchant (Lane Cove, 1935-1936); manufacturer (Darlinghurst, NSW, 1936-1937); company director (Glenbrook, 1943-1963) ===''CONDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Sylvester Condon|Condon, Austin Sylvester]] [https://www.familysearch.org/tree/person/details/G3RG-K2K] - 1924(SA)-2011(SA) - Licences: 5WO Laura (1954-1980+) - Qualifications: AOCP 3012, 1949, SA - amateur operator - Electoral Rolls: Nil [https://www.adelaidenow.com.au/ipad/obituaries-tributes-to-three-of-our-finest/news-story/845c3a27d81fd8a8f4bbe436503a9b1e Obit] ===''CONDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Tasman Conder|Conder, Walter Tasman "Wally"]] [https://www.familysearch.org/tree/person/details/G6CJ-DTS] - 1888(Tas)-1974(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as General Manager, BCA, 3LO) - Electoral Rolls: teacher (Launceston, 1914); soldier (Langwarrin Military Camp, 1918-1921; Melbourne, 1924); secretarial (Melbourne, 1925-1928); entrepreneur (Melbourne, 1931-1937); secretary (Melbourne, 1943) - Links: [https://adb.anu.edu.au/biography/conder-walter-tasman-5747 ADB] ===''CONGDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bert Congdon|Congdon, Bert "Bertie"]] [https://www.familysearch.org/tree/person/details/9VVJ-CMW] - 1891(Vic)-1961(WA) - Licences: 6BA Receive Perth (Subiaco, 1923-1924); 6BC Perth (Subiaco, 1927-1939, 1946-1960) - Qualifications: cc; AOCP 382, 1927, No. ?? in WA - amateur operator; amateur broadcaster; WW1; civil servant - Electoral Rolls: civil servant (Subiaco, 1925-1958) ===''CONNELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dermot Anthony Connelly|Connelly, Dermot Anthony]] [https://www.familysearch.org/tree/person/details/G8L5-2VC] - 1903(Vic)-1965(Vic) - Licences: 3BU Receive Melbourne (St Kilda, 1922); 3BU Melbourne (St Kilda, 1923-1925); 3ADK Melbourne (St Kilda, 1948; Ivanhoe, 1954-1965) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: manager (Caulfield, 1927-1936); Air Force officer (St Kilda, 1937); nil (Frankston, 1949); photographer (Ivanhoe, 1954-1963) ===''CONNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilson Connon|Connon, George Wilson]] [https://www.familysearch.org/tree/person/details/GXGF-8Z2] - 1907(Sct)-1976(SA) - Licences: 5KJ Booleroo (1937-1939); 5KJ Yunta (1947); 5KJ Alice Springs (1948-1954); 5KJ Adelaide (Millswood Estate, 1955-1956); 5KJ Port Lincoln (1960); 5KJ Berri (1965-1969); 5KJ Barmera (1975) - Qualifications: cc; AOCP 1991, 1937, SA; 2COCP 336, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: pensioner (Millswood East, SA, 1939); bookkeeper (Port Augusta, SA, 1941-1948); radio technician (Alice Springs, NT, 1949-1954) ===''CONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emmett Bernard Connor|Connor, Emmett Bernard]] [https://www.familysearch.org/tree/person/details/GXCB-L7Q] - 1913(Qld)-1977(Qld) - Licences: 4CE Gindie (1936); 4OC Longreach (1956); 4OC Fernlees (1960); 4OC Brisbane (Aspley, 1965-1969) - Qualifications: cc; AOCP, not yet identified; BOCP 280, 1940; 3COCP 5529, 1965 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing shed hand (Gindie, Qld, 1936); radio mechanic (Enoggera, Qld, 1937); radio technician (Longreach, Qld, 1943-1949); business Manager (Cramsie, Longreach, Qld, 1954-1958); grazier ("Ronnoc Downs", Fernlees, Qld, 1958-1963; Aspley, Qld, 1963-1977) * [[/Laurance Kingsley Connor|Connor, Laurance Kingsley]] [https://www.familysearch.org/tree/person/details/L2GD-KPT] - 1907(NSW)-1950(NSW) - 2LK Sydney (Belmore, 1925-1926), 2ALC Sydney (Lakemba, 1948; Cammeray, 1950), amateur operator (AOCP 68, 1925, No. ?? in NSW; CPRT 881, 1925; 2COCP 199, 1930; 1COCP 220, 1939), amateur broadcaster * [[/Stephen James Connor|Connor, Stephen James]] [https://www.familysearch.org/tree/person/details/GH4J-FP4] - 1894(NSW)-1979(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 235, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Electoral Rolls: radio telegraphist (Broome, 1917); electrical engineer (Strathfield, NSW, 1930; Lismore, NSW, 1933); electrician (Darlinghurst, NSW, 1934; Strathfield, NSW, 1936-1963); retired (Lapstone, NSW, 1972) * [[/Terence Connor|Connor, Terence]] [https://www.familysearch.org/tree/person/details/G6MC-3DV] - 1916(Tas)-1982(Tas) - Licences: 7CT Hobart (Rokeby, 1936-1939; City, 1946-1948); 7CT Huonville (1954-1960); 7CT Hobart (Bellerive, 1965-1980+) - Qualifications: cc; AOCP 1643, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: auto-electrician (New Town, 1943; Hobart North, 1949); manager (Huonville, 1949-1954); sales rep. (Bellerive, 1963-1977) ===''CONRAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Ernest Conrad|Conrad, Raymond Ernest]] [https://www.familysearch.org/tree/person/details/GSP2-VGS] - 1905(Tas)-1977(Tas) - Licences: 2TR Sydney (Bexley, 1930-1937; Rockdale, 1938-1939); 7TR Hobart (Derwent Park, 1947; Moonah, 1948-1956; Berriedale, 1960-1975) - Qualifications: AOCP 651, 1930, No. ?? in Tas; BOCP 308, 1940 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: battery fitter (Bexley, 1930); storeman (Bexley, 1931-1934); clerk (Bexley, 1935-1936; Rockdale, 1937); purchasing officer (Cameray, 1943); radio manufacturer (Moonah, 1949-1954); engineer (Hospital, Rosetta, 1963) ===''CONRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Conry|Conry, William Henry]] [https://www.familysearch.org/tree/person/details/GDJL-HCR] - 1892(Vic)-1959(Qld) - Licences: 3OK Melbourne (Armadale, 1923-1925); 3CO Melbourne (Brighton, 1931-1939) - Qualifications: cc; CPRT 260, 1916; 1COCP 44, 1935 - amateur operator; amateur broadcaster; WW1 (Merchant Marine); RANRS; witness to Royal Commission 1927 (obo PMGD Vic) - Electoral Rolls: mechanic (Windsor, Vic, 1914-1919; Armadale, 1921-1924); inspector (Brighton, 1925-1937); radio inspector (South Brisbane, 1943-1949); postal official (St Lucia, 1954-1958) ===''CONWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn Laurence Dean Conway|Conway, Mervyn Laurence Dean]] [https://www.familysearch.org/tree/person/details/G6MH-GHZ] - 1912(Tas)-1979(Tas) - Licences: 7CL Launceston (1936-1939, 1948-1960); 7CL Hobart (West Hobart, 1965-1975) - Qualifications: cc; AOCP 1684, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Nelson, 1936); school teacher (Launceston East, 1937); teacher (Devonport, 1943; New Town, 1949-1958) ===''COOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Byron Cook|Cook, Ernest Byron "Ernie"]] [https://www.familysearch.org/tree/person/details/M46M-M3J] - 1902(Vic)-1981(Vic) - Licences: 3CK Tresco (1926-1927); 3CK Kerang (1931); 3EC Swan Hill (1938-1939); 3EC Melbourne (Coburg, 1946-1975) - Qualifications: AOCP 295, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: foreman (Swan Hill, 1937-1942) * [[/Victor Roy Percival Cook|Cook, Victor Roy Percival "Roy"]] [https://www.familysearch.org/tree/person/details/MYJG-6C6] - 1899(SA)-1980(SA) - Licences: XVN Adelaide (1913-1914); S099 Adelaide (1920s); 5AC Adelaide (Prospect, 1923-1927; Rose Park, 1928-1931; Kilkenny, 1933-1939, 1946-1948; Woodville, 1954-1975; Somerton Park, 1980) - Qualifications: cc; AOCP 94, 1925, No. ?? in SA - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: analyst (Kilkenny, 1939-1943) ===''COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Robert Cooke|Cooke, Clarence Robert]] [https://www.familysearch.org/tree/person/details/GF3Z-3P6] - 1891(???)-1970(WA) - Licences: 6CP Perth (Bayswater, 1932-1939, 1947-1965) - Qualifications: cc; AOCP 1068, 1932, WA - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Mornington Mills, WA, 1914); locomotive driver (Mornington Mills, WA, 1921-1926); locomotive engine driver (Bayswater, WA, 1931-1968) * [[/Clive J. Cooke|Cooke, Clive J.]] - 19??(???)-19??(???) - 4CC Brisbane (Chermside, -1952+), amateur operator (AOCP ??, 19??, No. ?? in Qld) * [[/Frank Basil Cooke|Cooke, Frank Basil "Basil"]] [https://www.familysearch.org/tree/person/details/G7Q6-TN8] - 1892(SA)-1967(NSW) - XADW Sydney (1913), 2LI Sydney (1922-1924), 2XQ Receive Sydney (1923), 2DJ Sydney (Northbridge, 1924-1931; Mosman, 1933-1939), early wireless experimenter, amateur operator (pre AOCP; AOCP 39, 1924, No. ?? in NSW), amateur broadcaster, radio clubs (WIA NSW, vice-president 1923) * [[/Frederick William Cooke|Cooke, Frederick William]] [https://www.familysearch.org/tree/person/details/GZB8-V6L] - 1906(Eng)-1981(Vic) - Licences: 3FW Melbourne (Footscray, 1926-1927) - Qualifications: AOCP 311, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: meter tester (Footscray, 1926-1949) ===''COOKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Cookson|Cookson, Arnold]] [https://www.familysearch.org/tree/person/details/G6YD-87L] - 1889(Eng)-1971(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 201, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: telegraphist (Thursday Island, 1919); no occupation (Darlinghurst, 1949); clerk (Northbridge, 1949-1963; Bexley, NSW, 1968) * [[/Joseph George Cookson|Cookson, Joseph George "George"]] [https://www.familysearch.org/tree/person/details/KGCW-Z8N] - 1888(Vic)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 862, 1925; 2COCP 21, 1929; 1COCP 34, 1930 - RANRS (1919), AWA - Relationships: Father of Leonard Kenneth Cookson - Electoral Rolls: engine driver (Crossover, Vic, 1912-1913; Bacchus Marsh, 1914-1915); mechanic (Alphington, 1917); engineer (Cooktown, 1919); radio engineer (Radio Station, Carlingford, NSW, 1930-1935; Croydon, NSW, 1943-1958) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] * [[/Leonard Kenneth Cookson|Cookson, Leonard Kenneth "Len"]] [https://www.familysearch.org/tree/person/details/GXQ8-JHV] - 1917(Vic)-2005(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - AWA - Relationships: Son of Joseph George Cookson - Electoral Rolls: foreman (Concord, NSW, 1943); electrical fitter (Croydon, 1943-1954; Glebe, 1958; Blacktown, 1963-1980) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] ===''COOLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Cooling|Cooling, Ernest Richard]] [https://www.familysearch.org/tree/person/details/LVZL-GSC] - 1885(Qld)-1936(Qld) - Licences: 4BN Toowoomba (1924-1927) - Qualifications: cc; AOCP 11, 1924, No. 3 in Qld - amateur operator; amateur broadcaster; honorary radio inspector (Toowoomba, 1924), (Halcyon P. 4) - Comment: A tragic end to a productive life - TroveTag: "4BN - Ernest Richard Cooling" - Electoral Rolls: letter carrier (Toowoomba, 1908); telegraphist (Bowen, 1912); postal assistant (Toowoomba, 1913-1930) ===''COOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Saint Coombe|Coombe, Geoffrey Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-TXS] - 1913(SA)-19??(???) - Licences: 5ML Adelaide (Hindmarsh, 1931-1939; Croydon, 1947-1948; Brooklyn Park, 1960-1980+) - Qualifications: cc; AOCP 756, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5MR Jack Robert Saint Coombe - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Croydon, 1941) * [[/Jack Robert Saint Coombe|Coombe, Jack Robert Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-T3C] - 1910(SA)-1981(SA) - Licences: 5MR Adelaide (Stirling West, 1954-1980+) - Qualifications: cc; AOCP 2923, 1949, SA - amateur operator; amateur broadcaster - Relationships: Brother of 5ML Geoffrey Saint Coombe - Electoral Rolls: electrician (Hindmarsh, SA, 1939; Croydon, SA, 1941); electrical mechanic (Mt Lofty, SA, 1943) ===''COOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edwin Charles Cooper|Cooper, Alfred Edwin Charles]] [https://www.familysearch.org/tree/person/details/GZV9-9GK] - 1904(NSW)-1997(NSW) - Licences: 2AL Receive Sydney (Ashfield, 1922); 2AL Sydney (Ashfield, 1923-1926); 2UO Sydney (Northbridge, 1947-1950); 2AUO Sydney (Yacht Asgard, 1948-1960); 4AY Surfers Paradise (1980) - Qualifications: cc; AOCP 180, 1925, No. ?? in NSW; 3COCP 626, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: fruit merchant (Ashfield, 1931); director (Northbridge, 1943-1958); company director (Clareville, 1963-1977) * [[/Eric Cooper|Cooper, Eric]] [https://www.familysearch.org/tree/person/details/GD1M-WC4] - 1925(Tas)-19??(???) - Licences: 7ZEC Evandale (1965-1980+) - Qualifications: cc; AOLCP 870, 1960, Tas - amateur operator - Electoral Rolls: moulder (Evandale, 1949); radio technician (Evandale, 1954) * [[/Ernest Edward Cooper|Cooper, Ernest Edward]] [https://www.familysearch.org/tree/person/details/GZ5F-RLJ] - 1905(Tas)-1951(Tas) - Licences: 7MK Launceston (Youngtown, 1926-1927); 7MC Launceston (City, 1947-1948) - Qualifications: cc; AOCP 261, 1926, No. ?? in Tas; AOLCP 151, 1934 - amateur operator; amateur broadcaster - Relationships: may be related to 7ZEC Evandale (1965-1975) Eric Cooper - Electoral Rolls: radio mechanic (Hobart, 1928); radio engineer (Ulverstone, 1936; Launceston East, 1943; Launceston West, 1949) * [[/Harold More Cooper|Cooper, Harold More or Harold Moore]] [https://www.familysearch.org/tree/person/details/GZ58-SJP] - 1886(SA)-1970(SA) - Licences: Receive Adelaide (Glenelg, 1923-1925); 5HG Adelaide (Glenelg, 1926-1939, 1946-1969) - Qualifications: cc; AOCP 257, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW2; submarine cable telegraphist; archaeologist; historian - Electoral Rolls: telegraphist (Glenelg, 1939-1943) - Links: [https://adb.anu.edu.au/biography/cooper-harold-more-9821 ADB] * [[/James Herbert Cooper|Cooper, James Herbert]] [https://www.familysearch.org/tree/person/details/LVTJ-14B] - 1914(NSW)-1992(NSW) - Licences: 2ZG Sydney (Wollstonecraft, 1930-1939 - Qualifications: AOCP 701, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Crows Nest, 1936-1943); broker (Mosman, 1949); stock and sharebroker (Wahroonga, 1949-1968); sharebroker (Wahroonga, 1972); broker (St Ives, 1977-1980) ===''CORDINGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harold Cordingley|Cordingley, Charles Harold]] [https://www.familysearch.org/tree/person/details/GDJK-SB4] - 1892(Eng)-1955(Vic) - Licences: 3RF Melbourne (Ascot Vale, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Ararat, 1913); electrical engineer (Flemington, 1915-1919); engineer (Ascot Vale, 1921-1954) ===''CORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert James Core|Core, Herbert James "Herb"]] [https://www.familysearch.org/tree/person/details/L1PF-R2Q] - 1906(Qld)-1954(Qld) - Licences: 4HC Brisbane (Coorparoo, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 2012, 1937, Qld; 1COCP 392, 1940 - amateur operator; amateur broadcaster; formerly Sydney - Electoral Rolls: public servant (Greenslopes, Qld, 1929); assistant (Coorparoo, Qld, 1936-1937); public servant (Coorparoo, Qld, 1943-1949; Camp Hill, Qld, 1949-1954) ===''CORNELIUS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Edward Cornelius|Cornelius, Eric Edward]] [https://www.familysearch.org/tree/person/details/LH7P-2MD] - 1916(WA)-1979(WA) - Licences: 6EC Albany (1936-1939); 6EC Kalgoorlie (1947-1948); 6EC Wagin (1954-1955); 6EC Perth (Inglewood, 1956-1975) - Qualifications: cc; AOCP 1635, 1936, WA; TVOCP 200, 1959 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Station 6WA, Wagin, 1949-1954; Inglewood, WA, 1958-1977) ===''CORNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Cameron Corney|Corney, Kenneth Cameron]] [https://www.familysearch.org/tree/person/details/GDGS-2MB] - 1899(Vic)-1990(Vic) - Licences: V755 Receive Bairnsdale (1922); 3GY Receive Bairnsdale (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: farmer (Gogeldrie, NSW, 1949); grazier (Metung, Vic, 1963-1980) ===''COTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alfred Cotton|Cotton, Arthur Alfred]] [https://www.familysearch.org/tree/person/details/KNH3-P9L] - 1897(SA)-1973(SA) - Licences: XVS Adelaide (Glanville, 1913); 5HY Adelaide (Kilkenny, 1926-1928; Colonel Light Gardens, 1931; Kilburn, 1946-1969) - Qualifications: cc; AOCP 270, 1926, No. ?? in SA - early wireless experimenter; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo WIA SA) - Electoral Rolls: engineer (Semaphore, 1939); clerk (Findon, 1943) * [[/Arthur Tylney Cotton|Cotton, Arthur Tylney]] [https://www.familysearch.org/tree/person/details/L7G8-SGG] - 1884(Tas)-1965(Tas) - Licences: Receive Spring Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Kelvedon, 1914-1963) * [[/Leith Simpson Cotton|Cotton, Leith Simpson]] [https://www.familysearch.org/tree/person/details/GZR2-12K] - 1905(SA)-2001(SA) - Licences: 5LG Adelaide (Burnside, 1932-1933); 5LG Iron Knob (1937-1939); 5LG Adelaide (Clarence Gardens, 1946-1948; Parkholme, 1954-1980+) - Qualifications: cc; AOCP 1023, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: boilermaker (Iron Knob, 1939-1941) ===''COTTRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Morgan Cottrell|Cottrell, Joseph William Morgan]] [https://www.familysearch.org/tree/person/details/9VLW-L1Y] - 1897(NSW)-1950(Vic) - Licences: 2ZF Receive Sydney (Randwick, 1923); 2ZN Sydney (Randwick, 1923-1925; Coogee, 1926-1930; Maroubra Junction, 1931; Dundas, 1933-1939, 1946-1947; Carlingford, 1948-1950); 2ADX Sydney (Dundas/Portable, 1937-1939) - Qualifications: cc; AOCP 367, 1927, No. ?? in NSW; AOLCP 1, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Coogee, 1930); broadcaster (Dundas, 1933-1934); radio operator (Dundas, 1936-1943); technician (Carlingford, 1949) ===''COUCHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Clyde McGregor Couchman|Couchman, Clifford Clyde McGregor "Cliff"]] [https://www.familysearch.org/tree/person/details/GQLS-T4D] - 1907(Qld)-1971(Qld) - Licences: 4KZ Kaimkillenbun (1930-1939); 4KZ Dalby (1946-1969) - Qualifications: cc; 2COCP 151, 1930; COCP 1st Class Marconi School (Halcyon) - amateur operator; amateur broadcaster; military (WW2, Navy, wireless officer); broadcast technician (PMGD, 4QS); business proprietor (electrical & radio, Dalby) - Electoral Rolls: labourer (Kaimkillenbun, 1930-1937); engineer (Dalby, 1943-1963); electrical engineer (Dalby, 1968) ===''COULTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Maxwell Coulter|Coulter, Jack Maxwell]] [https://www.familysearch.org/tree/person/details/GXRW-MXK] - 1912(SA)-1985(???) - Licences: 5MC Adelaide (Glenelg, 1936-1937); 3MV Melbourne (Caulfield, 1938-1939); 5JD Adelaide (Ashford, 1947-1948; Ackland Gardens, 1954-1960); 5JK Adelaide (Edwardstown, 1975-1980+) - Qualifications: cc; AOCP 1712, 1936, SA; 2COCP 812, 1944 - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: civil servant (Caulfield West, Vic, 1937); RAN (Port Melbourne, Vic, 1943) ===''COUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Couper|Couper, Andrew "Andy" Jnr]] [https://www.familysearch.org/tree/person/details/L6R8-R1T] - 1893(Qld)-1958(Qld) - Licences: XQM Mareeba (1914); 4BW Mareeba (1923-1939, 1946-1956) - Qualifications: cc; AOCP 71, 1925, No. 5 in Qld - early wireless experimenter (1914 & likely earlier unlicensed); amateur operator; amateur broadcaster; WW2 - Electoral Rolls: iron moulder (Mareeba, 1913-1932); engineer (Mareeba, 1936-1958) ===''COURT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Court|Court, Charles Percy]] [https://www.familysearch.org/tree/person/details/GX6T-Q5T] - 1904(Qld)-1962(Qld) - Licences: 4CT Receive Brisbane (Rosalie, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Bayswater, Qld, 1925-1936; Kedron, Qld, 1937-1958) * [[/Thomas Palmer Court|Court, Thomas Palmer Jnr]] - 1895(Vic)-1976(NSW) - XNY Melbourne (Malvern, 1913-1914), 3BO Melbourne (Malvern, 1922), 3TC Melbourne (Malvern, 1926-1927), early wireless experimenter (CPRT 211, 1916), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, radio clubs (WIA Vic, secretary, 1919-1920+), employment (radio salesman, 1928; STC, chief design engineer, 1954), IRE Aust (president, 1950-1951), father also named Thomas Palmer Court (1861, Vic - 1944, NSW) ===''COUSENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Light Reynolds Cousens|Cousens, Harold Light Reynolds]] [https://www.familysearch.org/tree/person/details/GDG9-3SK] - 1888(NSW)-1965(NSW) - Licences: N743 Receive Summer Hill (1922); 2HW Receive Summer Hill (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: auctioneer (Tamworth, 1930-1963) ===''COUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Stuart Coutts|Coutts, Edwin Stuart]] [https://www.familysearch.org/tree/person/details/94TB-698] - 1893(Qld)-1947(Qld) - Licences: 4BZ Receive Dalby (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motor mechanic (Dalby, 1919-1937); garage proprietor (Dalby, 1943) ===''COWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Christian Nesbit Cowan|Cowan, Christian Nesbit]] [https://www.familysearch.org/tree/person/details/G8XD-6QW] - 1907(NSW)-1994(NSW) - Licences: 2PZ Aberdare (1930-1980+) - Qualifications: cc; AOCP 613, 1930, No. ?? in NSW; BOCP 486, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: railway employee (Aberdare, 1930-1963; Cessnock, 1968-1980) ===''COX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allan Grafton Cox|Cox, Allan (birth) or Allen (census) Grafton]] [https://www.familysearch.org/tree/person/details/LHWX-5XH] - 1892(NSW)-1978(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 120, 1915; 2COCP 103, 1930; 1COCP 347, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIB Brisbane (1917-1918) - Electoral Rolls: operator (Rockhampton, 1914; Pinkenba, 1916-1921); telegraphist (Toorak, 1921-1922; South Yarra, 1926-1927); O.I.C. (Cooktown, 1925; Thursday Island, 1930); radio officer (Clayfield, 1934); O.I.C. (Townsville, 1936-1937); engineer (Rockbank, 1942); wireless officer (Kangaroo Point, 1943; Hendra, Qld, 1949-1958); radio officer (Hendra, 1963-1977) * [[/Erle Harold Cox|Cox, Erle Harold "Harold"]] [https://www.familysearch.org/tree/person/details/LB8Z-RG2] - 1903(Tas)-1989(ACT) - Licences: 3BD Receive Melbourne (Elsternwick, 1922); 3BD Melbourne (Elsternwick, 1922-1927; St Kilda, 1931-1933); 2EP Canberra (Forrest, 1934-1935); 2GU Canberra (Red Hill, 1946-1955); 1GU Canberra (Red Hill, 1956-1965; Mawson, 1969-1980+) - Qualifications: cc; AOCP 245, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; journalist, president Press Gallery, Parliament House 1953 - Awards: O.B.E. for contribution to journalism in Australia 1953 - Relationships: son of Erle Cox, science fiction author [https://adb.anu.edu.au/biography/cox-erle-5799] - Electoral Rolls: journalist (Caulfield, 1931; Gardiner, 1936; Forrest, 1937; Red Hill, 1943-1968; Mawson, 1972-1980) * [[/Harold Edward Cox|Cox, Harold Edward or Harold]] [https://www.familysearch.org/tree/person/details/G8GQ-2RT] - 1892(Eng)-1975(Qld) - Licences: 6HE Geraldton (1927) - Qualifications: cc; CPRT 17, 1914; 1COCP 35, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIO Broome (1917-1918) - Electoral Rolls: wireless operator (Broome, WA, 1916-1917; Geraldton, WA, 1922-1930); broadcast manager (Townsville, Qld, 1931-1937); manager (4WK, Warwick, Qld, 1943); representative (Coorparoo, Qld, 1943); wireless representative (Coorparoo, Qld, 1949-1972) ===''COXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Wooton Coxon|Coxon, Robert Wooton]] [https://www.familysearch.org/tree/person/details/GZZ2-HVL] - 1905(WA)-19??(???) - Licences: 6RW Northam (1924-1927) - Qualifications: cc; AOCP 30, 1924, No. ?? in WA - amateur operator; amateur broadcaster; mining engineer, NT Gov (Director of Mines, 1947); WW2 - Relationships: no apparent relation with 6AG Wally Coxon - Electoral Rolls: engineer (Cheltenham, SA, 1943); civil servant (Alice Springs, 1949-1954) * [[/Walter Ernest Stanley Coxon|Coxon, Walter Ernest Stanley "Wally"]] [https://www.familysearch.org/tree/person/details/GCY8-JBS] - 1891(NSW)-1968(WA) - Licences: XYK Perth (Maylands, 1913); 6AG Perth (North Perth, 1924; Inglewood, 1925-1931; Mt Lawley, 1933-1939; Bayswater, 1946-1947; Darlington, 1948-1960; Claremont, 1965) - Qualifications: cc; AOCP 124, 1925, No. ?? in WA - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (6WF) - Relationships: no apparent relation with 6RW Robert Wooton Coxon - Electoral Rolls: fitter (Maylands, 1914); engineer (Maylands, 1925-1937); radio engineer (East Perth, 1943; Darlington, 1949-1958); retired (Claremont, 1963-1968) - Links: [http://messui.polygonal-moogle.com/valves/NW199311.pdf EA0] [http://messui.polygonal-moogle.com/valves/NW199404.pdf] [http://messui.polygonal-moogle.com/valves/NW199405.pdf EA2] ===''COZINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Cozins|Cozins, Charles Frederick]] [https://www.familysearch.org/tree/person/details/GF78-6FW] - 1908(WA)-2001(WA) - Licences: 6AC Perth (City, 1931-1933); 6AD Perth (Canning Bridge, 1947-1948) - Qualifications: cc; AOCP 742, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (North Perth, WA, 1931); radio mechanic (Corrogin, WA, 1936); marine collector (Kalgoorlie, WA, 1943); cook (West Perth, WA, 1949); storekeeper (Kalgoorlie, WA, 1949-1954); clerical assistant (South Perth, WA, 1958); clerk (Rivervale, WA, 1963-1972); retired (Kewdale, WA, 1977-1980) ===''CRAIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith William Craig|Craig, Keith William]] [https://www.familysearch.org/tree/person/details/GDNB-7FD] - 1921(NSW)-1999(NSW) - Licences: 2AJV Newcastle (Stockton, 1938-1939); 2EP Newcastle (New Lambton, 1948-1969) - Qualifications: cc; AOCP 2102, 1938, NSW - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Stockton, 1943); fitter (Lambton, 1949; New Lambton, 1958-1980) * [[/Walter Archibald Craig|Craig, Walter Archibald]] [https://www.familysearch.org/tree/person/details/GZ2F-7X4] - 1907(NSW)-1956(NSW) - Licences: 2XI Receive Sydney (Croydon, 1923); 2XI Sydney (Croydon, 1924-1939) - Qualifications: cc; AOCP 220, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Croydon, 1930-1954) ===''CRAMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warne Hutton Cramond|Cramond, Warne Hutton]] [https://www.familysearch.org/tree/person/details/9XQB-N2G] - 1898(NSW)-1951(NSW) - Licences: 2KJ Sydney (Lane Cove, 1928-1939, 1946-1950) - Qualifications: AOCP 397, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lane Cove, 1930-1949) ===''CRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Rae Cran|Cran, Morris Rae]] [https://www.familysearch.org/tree/person/details/G879-B1J] - 1901(Qld)-1959(NSW) - Licences: 4KX Brisbane (West End, 1930-1939); 2MR Sydney (Rockdale, 1946-1947; Randwick, 1954-1955) - Qualifications: cc; AOCP 570, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Electoral Rolls: clerk (West End, 1925-1937); accountant (Bondi, 1943); company secretary (Ranswick, 1954; Coogee, 1958) ===''CRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Layman William Victor Cranch|Cranch, Layman William Victor "Lay"]] - 1910(Qld)-1993(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio engineer, journalist (editor, Australian Radio and Electronics, 1951), business (manager, Kingsley) ===''CRAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Russell Bruce Cameron Craw|Craw, Russell Bruce Cameron "Bruce"]] [https://www.familysearch.org/tree/person/details/KF2Q-54Y] - 1901(Tas)-1934(Vic) - Licences: 7BC Burnie (1930-1933); 3BC Melbourne (1933-1934) - Qualifications: cc; AOCP 671, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Comment: passed too soon - Electoral Rolls: salesman (Burnie, 1922; North Melbourne, 1924; Burnie, 1928); sales (Middle Park, Vic, 1935) ===''CRAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Thomas Crawford|Crawford, Cedric Thomas]] [https://www.familysearch.org/tree/person/details/GD2P-42L] - 1905(NSW)-1977(NSW) - Licences: 2YC Sydney (Burwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Burwood, 1930-1933); engineer (Captain's Flat, 1937-1943); mechanical engineer (Broken Hill South, 1954-1963); engineer (St Ives, 1968-1972) * [[/John Murray Crawford|Crawford, John Murray]] - 19??(???)-19??(???) - senior federal public servant (chief engineer PMGD, involved establishment of first ABC stations), don't confuse with William Tamillas Stephen Crawford * [[/William Tamillas Stephen Crawford|Crawford, William Tamillas Stephen "Bill", "W.T.S.C."]] [https://www.familysearch.org/tree/person/details/G738-35N] - 1880(Vic)-1962(NSW) - state public servant (P&TD, Tas); senior federal public servant (PMGD, radio inspector); RANRS (commissioned telegraphist, 1917) - Comment: don't confuse with John Murray Crawford ===''CREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Creamer|Creamer, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7XK-965] - 1903(NSW)-1973(NSW) - Licences: 2UR Sydney (Glebe Point, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Orange, 1930-1932); electrical engineer (Brewarrina, 1933; Henty, 1934-1935; Grose Vale, 1937; Richmond, 1943-1968) ===''CREDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter John Credlin|Credlin, Peter John]] [https://www.familysearch.org/tree/person/details/GDSB-SH8] - 1938(Vic)-1984(NSW) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) - Comment: Gone too soon - Electoral Rolls: clerk (Camberwell, 1954); engineer (Malvern, 1963; Lower Templestowe, 1967-1980) ===''CRESSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Gillespie Cresswell|Cresswell, Frank Gillespie]] [https://www.familysearch.org/tree/person/details/LR45-Q56] - 1880(Vic)-1963(Vic) - Licences: 3GI Melbourne (East Kew, 1924-1925; Camberwell, 1926-1927); Qualifications: cc; Nil yet identified - federal public service (PMGD); military (Commonwealth Naval Militia, engineer sublieutenant); RANRS (Radio Commander, terminated Nov 1920) - not to be confused with William Rooke '''Creswell''' - Electoral Rolls: instrument fitter (Camberwell, 1903-1906); Engineer-Lieutenant RAN (Prahran, 1912); naval officer (St Kilda, 1914); lieutenant RAN (Hawthorn, 1915-1919); RAN (Kew, 1922-1924); commandant RAN (Frankston, 1928-1934); naval officer (Olivers Hill, 1936-1937); electrical engineer (Armadale, 1943); retired (Somers, 1949; Mt Eliza, 1954; Frankston, 1963) * [[/Harry Leslie Cresswell|Cresswell, Harry Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9456-49G] - 1917(Qld)-1942(Qld) - Licences: 4DL Brisbane (Coorparoo, Qld, 1938-1939) - Qualifications: cc; Nil yet identified, likely RAN - amateur operator; amateur broadcaster; WW2 (RAN, Petty Officer Telegraphist, KIA, HMAS Yarra) - Electoral Rolls: Nil yet identified - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10293831 AWM] [https://www.awm.gov.au/collection/R1690529 Roll of Honour] ===''CRESWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rooke Creswell|Creswell, William Rooke]] [https://www.familysearch.org/tree/person/details/9N4L-WRS] - 1852(Gibraltar)-1933(Vic) - early wireless experimenter (Lytton, Moreton Island), military (RAN; Qld Maritime Defence Force, commandant; Commonwealth Naval Forces, commandant) - Generally considered the father of the RAN, not to be confused with Frank Gillespie '''Cresswell''' - Electoral Rolls: naval commandant (South Brisbane, 1903-1905); director (Toorak, 1909-1919) - Links: [[w:William Rooke Creswell|Wikipedia]]; [https://adb.anu.edu.au/biography/creswell-sir-william-rooke-5817 ADB] [https://www.navy.gov.au/biography/vice-admiral-sir-william-rooke-creswell RAN] ===''CRIBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dunmore Foote Cribb|Cribb, Dunmore Foote]] [https://www.familysearch.org/tree/person/details/LCPP-YQH] - 1899(Qld)-1946(Qld) - Licences: 4DC Brisbane (Indooroopilly, 1925-1927) - Qualifications: cc; AOCP 134, 1925, No. 15 in Qld - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant) - Electoral Rolls: teacher (Indooroopilly, 1921-1943) ===''CRICHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Robert Crichton|Crichton, Stanley Robert]] [https://www.familysearch.org/tree/person/details/LK76-MZH] - 1893(NZ)-1967(NSW) - Licences: 2KH East Maitland (1929-1935); 9OU Port Moresby (1947-1948) - Qualifications: AOCP 542, 1929, No. ?? in NSW; AOLCP 100, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: telephone mechanic (East Maitland, 1930-1935); wireless operator (Maclean, 1936); Radio 2NR (Lawrence, 1937); wireless operator (Ashfield, 1949); PMG technician (Ashfield, 1954-1963) ===''CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cridge, Wilfred Edgar Launder - See Wilfred Edgar Launder-Cridge ===''CRISP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Charles Crisp|Crisp, Henry Charles "Harry"]] [https://www.familysearch.org/tree/person/details/G8XD-5T2] - 1909(NSW)-1996(???) - Licences: 2LX Sydney (Undercliffe, 1930; Hurstville, 1931-1933; Cronulla, 1934-1939, 1946); 2LX Ettalong (1947-1955); 2LX Woy Woy (1956-1961); 2LX Urunga (1965); 2LX Sydney (Cronulla, 1969; Gorokan, 1975-1980+) - Qualifications: AOCP 614, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: "Henry Charles" carrier (Undercliffe, 1930; Hurstville, 1931-1933); radio dealer (Cronulla, 1934-1937); "Harry Charles" examiner (Bondi, 1943); "Henery Charles" no occupation (Ettalong, 1949); "Henry Charles" radio dealer (Ettalong, 1954-1963); "Harry Charles" motel proprietor (Urunga, 1968); manager (Sans Souci, 1972); retired (Cronulla, 1972); "Henery Charles" retired (Gorokan, 1977-1980) ===''CROCKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Edward Crocker|Crocker, Claude Edward]] [https://www.familysearch.org/tree/person/details/L8R6-RZW] - 1875(USA)-1929(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: engineer (West Perth, 1922-1925) * [[/Edward Baker Crocker|Crocker, Edward Baker]] [https://www.familysearch.org/tree/person/details/MYHX-65B] - 1867(Wales)-1955(NSW) - Licences: 2BB Receive Sydney (Marrickville, 1922); 2BB Sydney (Marrickville, 1922-1930) - Qualifications: cc; AOCP 95, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: provision merchant (Marrickville, 1933-1937); retired (Marrickville, 1943-1949); no occupation (Earlwood, 1949-1954) ===''CROME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Keith Crome|Crome, Harry Keith]] [https://www.familysearch.org/tree/person/details/LZTL-HF9] - 1908(Tas)-1975(Tas) - Licences: Receive (Crystal) Hobart (New Town, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: painter (Hobart North, 1936-1954); linotype operator Melbourne (Alphington, 1963-1972) ===''CROMIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Thomas Cromie|Cromie, Charles Thomas]] [https://www.familysearch.org/tree/person/details/G6Z4-73H] - 1883(Vic)-1952(Vic) - Licences: Receive (Valve) Melbourne (Caulfield, 1923) - Qualifications: cc; Nil yet identified - manager (Oliver J. Nilsen & Co, 1927); witness to Royal Commission 1927 (obo 3UZ) - Electoral Rolls: draper (Maffra, 1903; Korumburra, 1905; East Melbourne, 1909; Maffra, 1912); engineer (East Melbourne, 1914); electrical engineer (Malvern, 1915-1917); engineer (Elsternwick, 1919; Caulfield, 1924-1927); electrical engineer (Melbourne East, 1928; Caulfield, 1931); engineer (Caulfield, 1934); director (Armadale, 1936-1949) ===''CROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Leonard Crooks|Crooks, James Alexander Leonard "Len"]] [https://www.familysearch.org/tree/person/details/LK93-6HV] - 1890(Tas)-1973(Tas) - Licences: Receive Launceston (1923-1925); 7BQ Launceston (1925-1969+) - Qualifications: cc; AOCP 61, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; honorary radio inspector (PMG) - Relationships: father of 3AAC John Peter Crooks - Electoral Rolls: clerk (Trevallyn, 1914; Launceston, 1919-1968); no occupation (Low Head, 1972) * [[/John Peter Crooks|Crooks, John Peter]] [https://www.familysearch.org/tree/person/details/LRZL-Z2J] - 1921(Tas)-2013(Vic) - Licences: 3AAC Colac (1960); 3AAC Bulleen (1965-1969) - Qualifications: AOCP 2107, 1938, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: son of 7BQ James Alexander Leonard "Len" Crooks - Electoral Rolls: civil servant (Elsternwick, 1949); engineer (East Geelong, 1954; Bulleen, 1963-1977) ===''CROPLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cropley|Cropley, Eric William]] [https://www.familysearch.org/tree/person/details/GDLL-YVK] - 1893(NSW)-1935(NSW) - Licences: N735 Receive Sydney (Homebush, 1922); 2HT Receive Sydney (Homebush, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of Mervyn Eric Cropley - Electoral Rolls: warehouseman (Homebush, 1930-1933) * [[/Mervyn Eric Cropley|Cropley, Mervyn Eric]] [https://www.familysearch.org/tree/person/details/GDLG-MYS] - 1920(NSW)-1951(Aus) - Licences: cc; Nil yet identified - Qualifications: cc; 2COCP 403, 1941 - amateur operator; amateur broadcaster - Relationships: son of 2HT Eric William Cropley - Electoral Rolls: radio officer (Homebush, 1943); salesman (Blaxland, 1949) ===''CROUCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Casimir Crouch|Crouch, Ernest Casimir "Ern"]] - 1908(???)-1989(NSW) - 2QJ Receive Sydney (Mosman, 1923), 2EC Sydney (Mosman, 1924-1939), 2EC Orange (1946-1980), amateur operator (AOCP 16, 1924, No. 6 in NSW), amateur broadcaster; engineer; Mosman Radio Laboratories 1927 (proprietor?) ===''CROWDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Crowder, Joyce Isabel see Batchler nee Crowder, Joyce Isabel ===''CULLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Norman Seth Culliver|Culliver, Francis Norman Seth "Norman"]] [https://www.familysearch.org/tree/person/details/G82T-SWD] - 1891(Vic)-1962(Vic) - Licences: 3DP Receive Melbourne (East Melbourne, 1922); 3DP Melbourne (East Melbourne, 1923-1925; Hawthorn, 1925-1927); 3UG Melbourne (Rye, 1948-1956); 3UG Queenscliff (1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of Keith Norman Culliver & Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1931-1954) * [[/Ian Douglas Culliver|Culliver, Ian Douglas "Sam"]] [https://www.familysearch.org/tree/person/details/G82T-WDM] - 1916?(Vic)-2002(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 655, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Keith Norman Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) * [[/Keith Norman Culliver|Culliver, Keith Norman]] [https://www.familysearch.org/tree/person/details/G82T-753] - 1914(Vic)-1998(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 656, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) ===''CUMMING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Humberstone Cumming|Cumming, William Humberstone]] [https://www.familysearch.org/tree/person/details/GSLF-9FS] - 1903(Vic)-1956(Vic) - Licences: 3BK Melbourne (Armadale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Notting Hill, 1931); engineer (Cheltenham, 1931); contractor (Malvern, 1936-1949); engineer (Malvern, 1954) ===''CUMMINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Cummings|Cummings, Bruce]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 1928, No. ?? in Qld), amateur broadcaster ===''CUMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Vincent Cummins|Cummins, Reginald Vincent]] [https://www.familysearch.org/tree/person/details/GXCK-FLN] - 1911(Qld)-1957(Qld) - Licences: 4VC Brisbane (Newmarket, 1937-1939) - Qualifications: cc; AOCP 1939, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (East Ipswich, Qld, 1934-1937); public servant (Newmarket, Qld, 1943-1954) ===''CUNLIFFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James August Cunliffe|Cunliffe, James August]] [https://www.familysearch.org/tree/person/details/G7KX-DQW] - 1904(Vic)-1984(Vic) - Licences: 3ZO Melbourne (Croxton, 1930-1931; Preston, 1933-1939, 1946-1947); 3AZO Melbourne (North Fitzroy, 1954; East Preston, 1955-1980+) - Qualifications: AOCP 597, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: cabinet maker (Preston, 1927); electrician (Preston East, 1931-1942); cabinet maker (Preston East, 1949); carpenter (Preston East, 1963-1980) ===''CUNNINGHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hugh Cunningham|Cunningham, Robert Hugh]] [https://www.familysearch.org/tree/person/details/G845-Z7M] - 1909(Vic)-1989(Vic) - Licences: 3ML Melbourne (Malvern, 1928-1937; Hawthorn, 1938-1939; Frankston, 1946-1947; Malvern, 1948-1980+) - Qualifications: AOCP 463, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Malvern, 1931; Gardiner, 1936-1937); RAAF (Frankston, 1949); manager (Malvern, 1949-1954); director (Malvern, 1963-1980) - R. H. Cunningham, electronics retailer? ===''CUREDALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Curedale|Curedale, Albert John]] [https://www.familysearch.org/tree/person/details/GFQ6-S41] - 1914(Aus)-1986(WA) - Licences: 6AE Perth (City, 1934-1939) - Qualifications: cc; AOCP 1385, 1934, WA - amateur operator; amateur broadcaster - Electoral Rolls: presser (North Perth, WA, 1943-1949; West Perth, WA, 1954; Leederville, WA, 1958-1972) * [[/Robert Gordon Curedale|Curedale, Robert Gordon]] - 1906(WA)-1981(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 837, 1924; 2COCP 369, 1931; 1COCP 141, 1937 - - Electoral Rolls: radio operator (Magnetic Observatory, Watheroo, WA, 1931); wireless operator (West Perth, WA, 1936-1937); radio technician (Croydon, NSW, 1943); farming (Watheroo, WA, 1949); geophysicist (Ascot Vale, Vic, 1954; Bentleigh, Vic, 1963; Yokine, WA, 1968); retired (North Beach, WA, 1972; Maylands, WA, 1977-1980) ===''CURETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Poyner Cureton|Cureton, John Poyner "Jack"]] [https://www.familysearch.org/tree/person/details/L29Y-H1R] - 1905(NSW)-1958(NSW) - Licences: 2AY Receive Sydney (Burwood, 1922); 2AY Sydney (Burwood, 1923-1930); 2AU Sydney (Burwood, 1930-1933; Gordon, 1933-1934; Burwood, 1935-1939, 1946-1950); 2AU Little Hartley (1954-1958) - Qualifications: cc; AOCP 168, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Withdrawal: 2AY callsign withdrawn by PMGD in 1930 and reallocated to new commercial 2AY Albury - Electoral Rolls: secretary (Burwood, 1930; Parkes, 1936); engineer (Burwood, 1943); grazier (Little Hartley, 1958) ===''CURLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Clarence Curle|Curle, George Clarence]] [https://www.familysearch.org/tree/person/details/GZ25-DZZ] - 1914(NSW)-1941(Egypt) - licences: 2AJB Sydney (Chullora, 1937-1939) - qualifications: AOCP 1813, 1937, No. ?? in NSW; BOCP 310, 1940 - amateur operator, amateur broadcaster, broadcast engineer (2BL), WW2 - electoral rolls: Nil - "Greater love hath no man than this" ===''CURNOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Ross Curnow|Curnow, Geoffrey Ross]] - 19??(???)-19??(???) - historian (wireless & broadcasting), "The history of the development of wireless telegraphy and broadcasting in Australia to 1942, with especial reference to the Australian Broadcasting Commission : a political and administrative study" ===''CURRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Benjamin John Currie|Currie, Francis Benjamin John]] [https://www.familysearch.org/tree/person/details/G8QY-8JP] - 1903(SA)-1974(SA) - Licences: None yet found - Qualifications: AOCP 395, 1928, No. ?? in SA - amateur operator? - Electoral Rolls: checker (Albert Park, Vic, 1936); storeman (Semaphore, 1939; Queensbury, 1941) * [[/James Lawrence Currie|Currie, James Lawrence "Len"]] [https://www.familysearch.org/tree/person/details/GXCK-9GW] - 1905(Qld)-1960(Qld) - Licences: 4LC Bundaberg (1936-1937); 4LC Proserpine (1938-1939); 4LC St George (1946-1956); 4LC Brisbane (Dutton Park, 1960) - Qualifications: cc; AOCP 1631, 1936, Qld - amateur operator; amateur broadcaster; power station engineer - Electoral Rolls: electrician (New Farm, Qld, 1929; Bundaberg, Qld, 1931-1937); electrical engineer (Blackhall, Qld, 1943; St George, Qld, 1949-1954); engineer (Caboolture, Qld, 1958) ===''CURTIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. F. Curtis|Curtis, R. F.]] - 19??(???)-19??(???) - Licences: 3AI Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''CUSACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Chanel Cusack|Cusack, Leo Chanel]] [https://www.familysearch.org/tree/person/details/G6YN-49P] - 1897(NSW)-1967(Qld) - Licences: 4LC Port Moresby (1925-1926) - Qualifications: cc; CPRT 229, 1916; 1COCP 319, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIT Townsville (1917-1918) - Electoral Rolls: radio operator (Maroubra, 1930); radio telegraphist (Townsville, 1931-1936; Maroubra, 1943); wireless operator (Maroubra, 1949); radio operator (Darwin, 1949-1954); wireless operator (Maroubra, 1958-1963); retired (Bardon, Qld, 1963) * [[/Sidney Claude Cusack|Cusack, Sidney or Sydney Claude or Claud]] [https://www.familysearch.org/tree/person/details/GW42-D16] - 1885(Eng)-1973(Canada) - Licences: 5CK Adelaide (Dulwich, 1924-1926) - Qualifications: cc; CPRT 5, 1914 (No. 5 in Aus and Vic, Commonwealth system) - RANRS (CPO to Warrant Telegraphist, 1917); WW1 - Electoral Rolls: operator (Clayfield, Qld, 1916) ===''CUSHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Thomas Cushen|Cushen, Arthur Thomas]] [https://www.familysearch.org/tree/person/details/GXQL-FP3] - 1920(NZ)-1997(NZ) - prominent MW and SW broadcast listener 1930s to 1990s; DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club, DX Australia) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen/ Autobiography]; [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tributes] ===''CUSITER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert William Macgregor Cusiter|Cusiter, Robert William Macgregor "Mac"]] [https://www.familysearch.org/tree/person/details/M6H8-73C] - 1908(NSW)-1970(???) - 2RW Sydney (Lewisham, 1925-1926; Turramurra, 1927-1929; Pymble, 1930; Lewisham, 1931-1939, 1946-1955; Hornsby, 1956-1969), amateur operator (AOCP 203, 1925, No. ?? in NSW), amateur broadcaster, engineer (Pymble, 1930; Lewisham, 1930-1949; Hornsby, 1958-1968), AWA, PMGD, WW2 (worked on defence electronics) ===''CUTHBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Cuthbert|Cuthbert, Henry]] - 1829(Irl)-1907(Vic) - Postmaster-General Victoria (Jul 1877-Jul 1878; Mar 1880-Aug 1880) ===''CUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Gregory Maxwell Cutts|Cutts, Gregory Maxwell "Maxwell"]] [https://www.familysearch.org/tree/person/details/GQBR-22Q] - 1903(NSW)-1986(NSW) - Licences: Receive (Crystal) Sydney (Croydon, 1923); 2GM Sydney (Croydon, 1924-1927) - Qualifications: cc; AOCP 17, 1924, No. 7 in NSW - amateur operator; amateur broadcaster; radio business proprietor (2ML, Mosman Radio Service) - Electoral Rolls: radio engineer (Mosman, 1930-1937; Abbotsford, 1949); sales manager (North Ryde, 1954-1963); manager (Cheltenham, 1972-1980) =='''D'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''DAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Luja Dahl|Dahl, Norman Luja]] [https://www.familysearch.org/tree/person/details/L433-MY6] - 1888(NZ)-1938(Qld) - Licences: 2ND Sydney (Wahroonga, 1933-1937); 4ND Ayr (1937-1939) - Qualifications: cc; AOCP 1079, 1933, NSW; AOLCP 249, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: consulting engineer (Wahroonga, NSW, 1930-1935); teacher (Wahroonga, NSW, 1937); company director (Ayr, Qld, 1936-1937) * [[/Oscar Sydney Dahl|Dahl, Oscar Sydney "Syd"]] [https://www.familysearch.org/tree/person/details/LLWV-S5D] - 1904(NZ)-1982(Qld) - Licences: 4KA Ayr (1933-1935); 7KA Hobart (1947); 4KA Ayr (1948); 9KA Lae (1969); 4VT Innisfail (1975) - Qualifications: cc; AOCP 1151, 1933, No. ? in Qld - amateur operator; amateur broadcaster; WW2; surveyor - Electoral Rolls: chainman (Arapuni, NZ, 1928-1931); tramline engineer (Ayr, Qld, 1931-1936); engineer (Gordonvale, Qld, 1937); civil engineer (Fitzgerald, Tas, 1943; Ayr, Qld, 1949-1958); surveyor (Innisfail, Qld, 1963-1980) ===''DALBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dalby|Dalby, John]] - 19??(???)-19??(???) - Licences: 5BI Adelaide (SA School of Mines, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Directories: lecturer (School of Mines, Adelaide, 1922-1934) - Electoral Rolls: Nil yet identified ===''DALTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Martin Dalton|Dalton, Robert Martin]] [https://www.familysearch.org/tree/person/details/GZJQ-SH3] - 1897(Vic)-1949(Vic) - Licences: XLB Melbourne (Auburn, 1913); 3UI Mildura (1923-1925); 3UI Melbourne (Balaclava, 1925-1926; Caulfield, 1927; Camberwell, 1931-1933); 3UN Melbourne (Camberwell, 1948) - Qualifications: cc; AOCP 158, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: fruitgrower (Mildura, 1919-1924); radio engineer (Hawthorn, 1926-1927); clerk (Camberwell, 1928); sales (Camberwell, 1931-1949) ===''DANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Dane|Dane, John Edward]] [https://www.familysearch.org/tree/person/details/LYF7-5RS] - 1868(Eng)-1928(Vic) - Licences: Receive (Valve) Melbourne (Hawthorn, 1923); 3JD Melbourne (Hawthorn, 1924-1927) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: commercial traveller (Hawthorn, 1908-1909); merchant (Auburn, 1912-1927) ===''DANGERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Henry Dangerfield|Dangerfield, Joseph Henry "Harry"]] [https://www.familysearch.org/tree/person/details/G9HR-22D] - 1911(Eng)-1997(Qld) - Licences: 4NF Townsville (1936-1939) - Qualifications: cc; AOCP 1686, 1936, Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (radio electrical salesman) - Relationships: brother of 4NL Norman Gerard Dangerfield - Electoral Rolls: radio mechanic (Townsville, Qld, 1937-1954); mechanic (Townsville, Qld, 1958-1977); retired (Airlie Beach, Qld, 1977-1980) * [[/Norman Gerard Dangerfield|Dangerfield, Norman Gerard]] [https://www.familysearch.org/tree/person/details/G9HR-5FD] - 1918(Qld)-1997(Qld) - Licences: 4NL Ayr (1936-1939); 4ND Ayr (1956-1965); 4ND Brisbane (Sherwood, 1969-1975) - Qualifications: cc; AOCP 1687, 1936, Qld; BOCP 1062, 1949 - amateur operator; amateur broadcaster; employment (Elphinstones); broadcast technician (4AY, ABC Townsville); business proprietor (radio) - Halcyon: AOCP at 16yo - Relationships: brother of 4NF Joseph Henry Dangerfield - Electoral Rolls: aircraft fitter (Coorparoo, Qld, 1943); bank officer (Ayr, Qld, 1949); radio technician (Ayr, Qld, 1954; Home Hill, Qld, 1958); clerk (Sherwood, Qld, 1968-1980) ===''DANIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Septimus Daniel|Daniel, Louis Septimus]] - 1834(Eng)-1909(Vic) - experimented with etheric force in mid 1870s, radio clubs (Telegraph Electrical Society of Victoria, member), employment (Vic Post & Telegraphs, concluding acting Secretary, 1897), linguist ===''DARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Darley|Darley, Ernest John]] [https://www.familysearch.org/tree/person/details/G4BX-9ZK] - 1898(WA)-1968(WA) - Licences: 6CJ Perth (South Perth, 1923-1930) - Qualifications: cc; CPRT 243, 1916; 2COCP 835, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: motor importer (South Perth, 1925-1936); importer (Rockingham, 1943); technician (South Perth, 1954-1963) ===''DAVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Barrett Davey|Davey, Harold Barrett]] [https://www.familysearch.org/tree/person/details/GDYY-FN4] - 1898(Tas)-1948(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: dental mechanic (Launceston, 1922); electrician (Launceston, 1936-1937); electrical engineer (Launceston, 1943) * [[/John Alfred Davey|Davey, John Alfred]] [https://www.familysearch.org/tree/person/details/GZ6X-FSF] - 1913(SA)-1992(Qld) - 2YE Sydney (Glebe Point, 1935-1938; Ashfield, 1939; Homebush, 1946-1975), amateur operator (1COCP 19, 1934; 3COCP 1029, 1952), amateur broadcaster, radio engineer * [[/John Anderton Davey|Davey, John Anderton]] [https://www.familysearch.org/tree/person/details/GZ6F-3ZH] - 1909(Vic)-1973(Vic) - Receive Melbourne (Brighton, 1923), 3AD Melbourne (Brighton, 1925-1926; Elsternwick, 1927), amateur operator (AOCP 66, 1925, No. ?? in Vic), amateur broadcaster, manufacturer's agent * [[/Ralph William Davey|Davey, Ralph William]] [https://www.familysearch.org/tree/person/details/GXGN-W9X] - 1916(SA)-1999(Vic) - Licences: 5KD Adelaide (North Croydon, 1935-1939; Mile End, 1947; Blanchetown, 1948); 5DY Portable Adelaide (North Croydon, 1938) - Qualifications: cc; AOCP 1481, 1935, SA; 1COCP 515, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: constable (Ridleyton North, SA, 1939; Whyalla, SA, 1941-1948); RAAF (Guildford, WA, 1958; Beaumaris, Vic, 1972-1980) ===''DAVIDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. R. Davidson|Davidson, E. R.]] - 19??(???)-19??(???) - Licences: 4FP Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''DAVIES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Tempest Davies|Davies, Henry Tempest]] [https://www.familysearch.org/tree/person/details/G889-FX9] - 1900(WA)-1987(WA) - Licences: 6HD Perth (Highgate Hill, 1929-1939) - Qualifications: cc; AOCP 563, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Balkatta, 1921); police officer (Mundijong, 1943); sergeant (Victoria Park, 1949-1958; Lathlain Park, 1963-1977; Victoria Park, 1980) * [[/Reginald Raymond Clifford Davies|Davies, Reginald Raymond Clifford]] [https://www.familysearch.org/tree/person/details/GXGM-73Y] - 1915(SA)-1988(WA) - Licences: 5LJ Adelaide (Goodwood Park, 1933-1939; Plympton, 1947-1948); 3AY Melbourne (Prahran, 1954-1960; Heathmont, 1965-1969); 6BQ Perth (Bickley, 1975); 6BQ Denmark (1980) - Qualifications: cc; AOCP 1138, 1933, SA; BOCP 121, 1937; 1COCP 534, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: metal worker (Goodwood Park, SA, 1939); radio engineer (5RM Berri, SA, 1941); mechanic (Plympton, SA, 1941-1943); public servant (Prahran, Vic, 1954); retired (Bickley, WA, 1972-1977) ===''DAVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Hargan Davis|Davis, Henry Hargan or Hargon]] [https://www.familysearch.org/tree/person/details/LT6C-6MB] - 1908(NSW)-1992(SA) - Licences: Receive (Crystal) Sydney (Strathfield, 1923-1924); 2HH Sydney (Strathfield, 1926-1934) - Qualifications: cc; AOCP 289, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Strathfield, 1930-1936); engineer (Strathfield, 1943) - Professor Henry Hargan Davis, BSc, BE (Syd), PhD (Camb), 1946-1973 (Emeritus Professor 1974) [https://docplayer.net/82920769-Engineering-education-the-university-of-adelaide.html] * [[/Ross Raleigh Davis|Davis, Ross Raleigh "Jack"]] [https://www.familysearch.org/tree/person/details/GZ54-9Q4] - 1907(Vic)-1986(NSW) - Licences: 2DS Receive Sydney (Vaucluse, 1920-1922); 2DS Sydney (Vaucluse, 1923-1929; Double Bay, 1930-1933; Rose Bay, 1933-1938; Bellevue Hill, 1938-1939) - Qualifications: cc; AOCP 249, 1926, No. ?? in NSW; CPRTelephony 934, 1926 - amateur operator; amateur broadcaster - Comment: accompanied 2CM on the SS Tahiti; education (Sydney Technical College, Electrical Engineering Degree); employment (AWA, engineer, 1925-1973) - Electoral Rolls: engineer (Double Bay, 1930; Rose Bay, 1933-1937; Bellevue Hill, 1943-1958; Rose Bay, 1958-1980) ===''DAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dawson|Dawson, Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 559, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: stovemaker (Hurlstone Park, 1930); storeman (Marrickville, 1931) - Not yet fully identified * [[/Richard Stanley Dawson|Dawson, Richard Stanley]] [https://www.familysearch.org/tree/person/details/GD52-2NQ] - 1897(Vic)-1983(NSW) - Licences: XZP Hobart (1913-1914); 3DA Melbourne (South Yarra, 1927) - Qualifications: cc; CPRT 282, 1917 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: student (Toorak, 1919); electrical engineer (Melbourne, 1921-1924; Toorak, 1925-1926; South Yarra, 1927-1928); engineer (Artarmon, NSW, 1930; Mosman, 1931-1972; Roseville, NSW, 1977) ===''DEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Launston Alexander Deane|Deane, Launston Alexander]] [https://www.familysearch.org/tree/person/details/GX2G-182] - 1909(SA)-1988(SA) - Licences: 5LD Adelaide (Tusmore, 1933; Hazelwood Park, 1937-1939; Royston Park, 1947-1955; Hazelwood Park, 1956-1965; St Georges, 1969-1975) - Qualifications: cc; AOCP 1090, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Burnside, SA, 1939-1943) * [[/Raymond Kyrle Deane|Deane, Raymond Kyrle]] [https://www.familysearch.org/tree/person/details/GX2P-HB1] - 1917(SA)-2010(SA)93yo - Licences: 5RK Adelaide (Fullarton, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1728, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: warehouseman (Fullarton, SA, 1939-1941); clerk (Fullarton, SA, 1943) ===''DE BAVAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Jean Xavier de Bavay|de Bavay, Francis Jean or John Xavier ]] [https://www.familysearch.org/tree/person/details/GXFJ-D1R] - 1887(Vic)-1955(Tas) - Licences: 4FO Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: analytical chemist (Kew, Vic, 1909); brewer (West Perth, WA, 1916); chemist (Cannon Hill, Qld, 1919-1921); manager (New Farm, Qld, 1925); master brewer (Cascades, Tas, 1928-1936); manager (Hobart South, Tas, 1943-1954) ===''DE CRESPIGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Champion de Crespigny|de Crespigny, Philip Champion]] [https://www.familysearch.org/tree/person/details/KCJG-QN9] - 1879(Vic)-1918(Palestine) - Licences: XPU Melbourne (Brighton, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Relationships: half brother of 3FM Royalieu Dana Champion de Crespigny - Sacrifice: "Greater love hath no man than this" * [[/Royalieu Dana Champion de Crespigny|de Crespigny, Royalieu Dana Champion]] [https://www.familysearch.org/tree/person/details/KH7P-7SD] - 1905(Vic)-1985(Vic) - Licences: 3FM Melbourne (Brighton, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Elmhurst, 1936-1949); farmer (Cobden, 1954; South Ecklin, 1963-1980) - Relationships: half brother of XPU Philip Champion de Crespigny ===''DE CURE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Gerard de Cure|de Cure, John Edward Gerard]] [https://www.familysearch.org/tree/person/details/LVD6-DWD] - 1899(SA)-1989(SA) - Licences: 3WL Melbourne (Coburg, 1929-1933); 5KO Adelaide (Glenelg, 1937-1939, 1946-1956); 2KO Sydney (Artarmon, 1957-1958); 5KO Adelaide (Fulham, 1960-1980+) - Qualifications: cc; AOCP 535, 1929, No. ?? in Vic; 1COCP 22, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Cobden, 1954); public servant (North Carlton, 1921-1924; Coburg, 1927-1934; Artarmon, NSW, 1958) ===''DEARNESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Sinclair Dearness|Dearness, Harry Sinclair]] - 19??-2004(Qld) - 4KW Mackay (1939, 1946-1975), Brisbane (Strathpine) (1980+) - amateur operator (AOCP 2328, 1939, No. ? in Qld), amateur broadcaster, military (WW2, AIF), employment (radio & TV mechanic) ===''DEEGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Edward Deegan|Deegan, Stanley Edward]] [https://www.familysearch.org/tree/person/details/LYK3-2V3] - 1893(Tas)-1944(Tas) - Licences: 7AK Hobart (St Virgil's College, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; public servant (State & Federal, PMGD); WW1 - Electoral Rolls: clerk (Hobart, 1919-1922); civil servant (Hobart, 1928-1936); postal official (Hobart, 1943) ===''DEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival William Deer|Deer, Percival William]] [https://www.familysearch.org/tree/person/details/L2DJ-9ZF] - 1901(SA)-1981(SA) - Licences: 5DR Adelaide (Seacliff, 1928-1933; Brighton, 1937-1939) - Qualifications: cc; AOCP 451, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: machinist (Brighton, 1939-1943) ===''DELBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Joseph Robert Delbridge|Delbridge, Reginald Joseph Robert]] [https://www.familysearch.org/tree/person/details/L439-HNM] - 1888(Eng)-1964(Qld) - Licences: 4RJ Childers (1927); 4RJ Brisbane (Paddington, 1931-1933; Booval, 1937-1939); 4RJ Stanthorpe (1946-1948); 4RJ Brisbane (Northgate, 1954-1955; Toowong, 1956); 4RJ Burleigh Heads (1960) - Qualifications: cc; AOCP 383, 1927, No. 42 in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), minister of religion - Electoral Rolls: clergyman (Ingham, 1917-1919); minister (Kingaroy, 1925); clergyman (Ashgrove, 1943); minister (Stanthorpe, 1949); minister of religion (New Farm, 1954); Methodist Minister (Toowong, 1958); retired (Burleigh Heads, 1963) ===''DELLIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Stephen Dellit|Dellit, Samuel Stephen]] - Licences: VK4ZSS Brisbane, VK3 Melbourne, VK1DXA Canberra - Qualifications: AOLCP Q0078, 1971 - amateur operator, broadcast DXer, broadcast planning engineer, federal public servant, radio historian (aeradio, amateur, broadcast, coastal) ===''DEMPSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter McInnes Dempsey|Dempsey, Walter McInnes "Wally"]] [https://www.familysearch.org/tree/person/details/LTQN-B69] - 1910(Vic)-2010(Vic) - Licences: 3WD Melbourne (Cheltenham, 1929-1931); 7WD Cambridge (1948); 3AZD Melbourne (Pascoe Vale, 1954); 3WD Melbourne (Pascoe Vale, 1955-1969; Oak Park, 1975); 3WD Marong (1980+) - Qualifications: AOCP 515, 1929, No. ?? in Vic; AOLCP 41, 1931; 1COCP 217, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Cheltenham, 1931; Mordialloc, 1936-1937); radio operator (Mentone, 1942); aeradio operator (Cambridge, Tas, 1949); public servant (Pascoe Vale, 1954-1968; Oak Park, 1972); retired (Marong, 1977-1980) ===''DENBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Roy Denby|Denby, Harry Roy]] [https://www.familysearch.org/tree/person/details/LJTS-LLS] - 1906(Qld)-1973(Qld) - Licences: 4FR Receive Brisbane (Brisbane City, 1923); 4AX Brisbane (Kedron, 1936-1939); 4AX Cairns (1947-1969) - Qualifications: cc; AOCP 1800, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: rubber worker (Kedron, Qld, 1936-1937; Cairns, Qld, 1943-1972) ===''DENISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Robert Denison|Denison or Dixson, Hugh Robert]] [https://www.familysearch.org/tree/person/details/L6Q5-WTC] - 1865(NSW)-1940(Vic) - born Hugh Robert Dixson; businessman, parliamentarian, philanthropist; director of Australasian Wireless Co. then Amalgamated Wireless (Australasia) - Links: [[w:Hugh Denison|Wikipedia]]; [https://adb.anu.edu.au/biography/denison-sir-hugh-robert-5955 ADB] ===''DENNEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Roy Denneen|Denneen, Harold Roy]] [https://www.familysearch.org/tree/person/details/GXQG-6YG] - 1894(NSW)-1939(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (A/g Warrant Telegraphist, 1917) - Electoral Rolls: radio telegraphist (Thursday Island, 1928-1937) ===''DENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Roy Dennett|Dennett, Phillip or Philip Roy or Ray]] [https://www.familysearch.org/tree/person/details/KNX4-D9K] - 1897(SA)-1988(Qld) - Licences: 5IV Berri (1931-1938); 4IV Camooweal (1938-1939) - Qualifications: cc; AOCP 799, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil servant (Morningside, Qld, 1943; West End, Qld, 1949-1954; Rockhampton, Qld, 1958); public servant (Morningside, Qld, 1963-1977) ===''DERHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Thomas Derham|Derham, Frederick Thomas]] - 1844(Eng)-1922(Vic) - Victorian Postmaster-General (1886-1890) ===''DERRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/V. M. Derrick|Derrick, V. M.]] - 19??(???)-19??(???) - Licences: 2VM Sydney (Bellevue Hill, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''D'EVELYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude D'Evelynes|D'Evelynes, Claude]] [https://www.familysearch.org/tree/person/details/GF39-3D8] - 1916(WA)-1985(NSW) - Licences: 6DC Harvey (1935-1939); 2TZ Sydney (Mona Vale, 1948; Clifton Gardens, 1954-1955); 9TZ Rugli via Lae (1956); 2TZ Sydney (Chatswood, 1958-1980+) - Qualifications: cc; AOCP 1488, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Harvey, WA, 1936-1937); radio engineer (Mona Vale, NSW, 1949; Mosman, NSW, 1954; Chatswood, NSW, 1958-1968); engineer (Chatswood, NSW, 1977-1980) ===''DEVITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Lane Devitt|Devitt, Raymond Lane]] [https://www.familysearch.org/tree/person/details/LB11-PTK] - 1905(Tas)-1992(WA) - Licences: 6DR Perth (Nedlands, 1937-1939) - Qualifications: cc; CPRT 990, 1928; 2COCP 287, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: service engineer (Nedlands, WA, 1931); manager (Nedlands, WA, 1949-1980) ===''DEWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Owen Dewan|Dewan, John Owen (Electoral Rolls) or Owen John (BMD)]] [https://www.familysearch.org/tree/person/details/GFML-2D4] - 1907(WA)-1980(WA) - Licences: 6JK Perth (Maylands, 1930-1931; Mt Lawley, 1933; City, 1937; North Perth, 1938-1939) - Qualifications: cc; AOCP 715, 1930, No. ?? in WA; 3COCP 188, 1936; 2COCP 99, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: butcher (Maylands, WA, 1931; North Perth, 1934-1937); teacher (East Perth, WA, 1943); trade instructor (Nedlands, WA, 1949-1980) ===''DEXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Dexter|Dexter, John Henry]] [https://www.familysearch.org/tree/person/details/G428-3PS] - 1906(Eng)-1983(Vic) - Licences: 3DR Melbourne (Northcote, 1926-1927); 3VR Melbourne (Sandringham, 1938-1939; Black Rock, 1946-1956; Parkdale, 1960-1965; Mt Eliza, 1969-1980+) - Qualifications: AOCP 241, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Northcote, 1927); engineer (Preston, 1931; Sandringham, 1942-1954); radio mechanic (Mordialloc, 1963); retired (Mt Eliza, 1968-1980) ===''DICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Dick|Dick, F.]] - abt 1883(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''DIDDAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Harlin Flower Diddams|Diddams, Robert Harlin or Harland Flower]] [https://www.familysearch.org/tree/person/details/GMZN-YJP] - 1899(Qld)-1969(Qld) - Licences: Receive Brisbane (Toowong, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bookkeeper (Toowong, Qld, 1921-1925); printer (Ashgrove, 1936-1958); retired (Kangaroo Point, Qld, 1968) ===''DILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Dillon|Dillon, Arthur Ernest "Ernie" "Ern"]] [https://www.familysearch.org/tree/person/details/G85L-HH7] - 1902(Qld)-1960(Qld) - Licences: 4CH Receive Brisbane (New Farm, 1922); 4CH Brisbane (New Farm, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (New Farm, 1925); engineer (New Farm, 1929); electrical engineer (Atherton, 1931-1932); electrician (Greenslopes, 1943-1954; Mt Gravatt, 1958) ===''DINEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Dineen|Dineen, Geoffrey John]] [https://www.familysearch.org/tree/person/details/GM8L-9R6] - 1919(Tas)-1999(Tas) - Licences: 7GD Launceston (1935-1939, 1946-1948) - Qualifications: cc; AOCP 1588, 1935, No. ?? in Tas; 3COCP 6330, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Launceston, 1949-1968) ===''DIRCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Alfred Dircks|Dircks, Alexander Alfred]] [https://www.familysearch.org/tree/person/details/GDRD-6GN] - 1858(NSW)-1929(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - senior federal public servant (PMGD, Electrical Engineer) - Electoral Rolls: Nil yet identified ===''DIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gurnhill Dixon|Dixon, Arthur Gurnhill]] [https://www.familysearch.org/tree/person/details/G826-18S] - 1896(Tas)-1966(Vic) - Licences: XZA Wynyard (1913-1914); 3JG Melbourne (Hawthorn, 1933); 3AD Melbourne (Hawthorn, 1937-1939, 1947-1948); 3AVE Melbourne (Nunawading, 1965) - Qualifications: cc; CPRT 462, 1919; 2COCP 160, 1930; 1COCP 271, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Wynyard, 1919); wireless mechanic (Hawthorn, 1934); technician (Auburn, 1936-1937); inspector (Surrey Hills, 1943-1963) - Probate: retired marine inspector (Melbourne, 1966) * [[/Arthur Lionel Dixon|Dixon, Arthur Lionel]] [https://www.familysearch.org/tree/person/details/G82F-YX7] - 1897(Eng)-1968(NSW) - Licences: 236 Sydney (Burwood, 1920); 2BS Receive Sydney (Burwood, 1922-1923); 2AD Sydney (Canterbury, 1929; Strathfield, 1930); 4AD Brisbane (Norman Park, 1931-1939) - Qualifications: cc; CPRT 202, 1916; 2COCP 288, 1930; 1COCP 170, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Concord, NSW, 1930; Norman Park, Qld, 1931-1943); RANVR (Kyeemagh, 1943); engineer (Waverton, 1949; Eastwood, 1954; Lidcombe North, 1958); managing director (Blakehurst, 1963-1968) * [[/Charles Frederick Musgrave Dixon|Dixon, Charles Frederick Musgrave]] [https://www.familysearch.org/tree/person/details/L27B-XXY] - 1894(NSW)-1986(NSW) - Licences: 2II Receive Cootamundra (1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: operator (Cootamundra, 1930-1937); telegraphist (Goulburn, 1943; Annandale, 1949-1954; Camperdown, 1958-1980) * [[/John Malcolm Dixon|Dixon, John Malcolm]] [https://www.familysearch.org/tree/person/details/GWD1-HXH] - 1922(Vic)-2008(Vic) - Qualifications: cc; Nil yet identified - broadcast planning engineer (PMGD, ABCB, P&TD); education (Scots College, 1935-1939); military (WW2, AIF, 1942-1945) - Links: [https://www.scotch.vic.edu.au/greatscot/2008decGS/74.htm Obit] * [[/Lionel Stanley Dixon|Dixon, Lionel Stanley]] [https://www.familysearch.org/tree/person/details/L1PR-QD2] - 1912(Vic)-1998(Vic) - Licences: 4LF Brisbane (Redcliffe, 1938-1939); 3TE Melbourne (Croydon, 1947-1948; Elwood, 1954-1980); 4LF Brisbane (Redcliffe, 1960-1975) - Qualifications: cc; AOCP 2177, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Glenferrie, Vic, 1934-1937); builder (Box Hill South, Vic, 1949; Elsternwick, Vic, 1954-1967; Elwood, Vic, 1972-1980) * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 2ZI Condong (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 4GF Victoria Hills, Herbert River (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Reginald Hilton Dixon|Dixon, Reginald Hilton]] [https://www.familysearch.org/tree/person/details/G82N-FQV] - 1915(NSW)-1978(NSW) - Licences: 2QD Albury (1933-1937); 2QD Armidale (1938-1939); 2QD Albury (1946-1980) - Qualifications: cc; AOCP 1216, 1933, NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Albury, Qld, 1937); telephone mechanic (Albury, 1972-1977) ===''DODDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stokell Dodds|Dodds, Sir John Stokell Snr]] [https://www.familysearch.org/tree/person/details/GMYR-2KQ] - 1906(Tas)-1975(NSW) - Licences: 7DJ Hobart (City, 1937-1939, 1946-1948) - Qualifications: cc; AOLCP 208, 1935; AOCP 1851, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (New Town, 1936-1949); manager (Wahroonga, 1954); electrical engineer (Wahroonga, 1958-1968); manager (St Ives, 1972) * [[/John William Matthew Dodds|Dodds, John William Matthew]] [https://www.familysearch.org/tree/person/details/G8NX-3CT] - 19??(???)-19??(???) - Licences: 2KK Kurri Kurri (1930-1939); 2AZD Newcastle (New Lambton, 1955-1969) - Qualifications: AOCP 644, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: miner (Kuri Kurri, 1930-1949; New Lambton, 1954-1980) * [[/Leonard Henry Dodds|Dodds, Leonard Henry "Len"]] - 1908(NSW)-1983(Qld) - 4GD Townsville (1946-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (Townsville ARC, life member), military (Navy, RAAF), employment (PMGD) * [[/Ronald George Dodds|Dodds, Ronald George]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''DODDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Doddy|Doddy, Edward Arthur]] [https://www.familysearch.org/tree/person/details/GXB7-HWS] - 1899(Tas)-1961(WA) - Licences: 6WH Perth (Claremont, 1936-1939, 1947-1960) - Qualifications: cc; AOCP 1817, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Claremont, WA, 1931-1958) ===''DOHRMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Stanley Glenville Dohrmann|Dohrmann, George Stanley Glenville]] [https://www.familysearch.org/tree/person/details/G82G-TB8] - 1902(Vic)-1985(Vic) - Licences: 3AM Receive Melbourne (Canterbury, 1922); 3AM Melbourne (Canterbury, 1922-1925) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Canterbury, Vic, 1924-1926); warehouseman (Burwood, Vic, 1931; Canterbury, 1937-1943); agriculturalist (Mt Dandenong, 1949-1954; Mooroolbark, 1968-1980) ===''DOIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Louis Doig|Doig, Norman Louis]] [https://www.familysearch.org/tree/person/details/LLSD-M17] - 1912(WA)-2014(WA)101yo - Licences: 6ND Carnamah (1937-1939); 6CB Perth (Floreat Park, 1954-1960) - Qualifications: cc; AOCP 2061, 1937, WA; 3COCP 1505, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Carnamah, WA, 1936-1937; Floreat Park, WA, 1943); telegraphist (City Beach, WA, 1949; Floreat Park, WA, 1954-1963; Wembley, WA, 1968-1972); civil servant (City Beach, WA, 1977-1980) ===''DONNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Walter Donne|Donne, Charles Walter]] [https://www.familysearch.org/tree/person/details/9V2T-FC7] - 1897(Vic)-1976(Vic) - Licences: XLO Melbourne (St Kilda, 1913-1914); 2YD Sydney (Neutral Bay, 1923-1925); 3YD Melbourne (St Kilda, 1924-1927) - Qualifications: cc; CPRT 271, 1916; 2COCP 87, 1930 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 (UK Merchant Seaman) - Electoral Rolls: radio telegraphist (St Kilda, 1919-1924); technician (St Kilda, 1925-1931); dealer (Armadale, 1934-1937); investor (Mornington, 1943); grazier (Dromana, 1949-1954); nil (Mornington, 1963-1972) - Migration: South Africa (1955-1962) ===''DOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Lawson Dook|Dook, Valentine Lawson]] [https://www.familysearch.org/tree/person/details/G7X1-NJH] - 1903(WA)-1978(WA) - Licences: 6KB Perth (Maylands, 1931-1933; Mt Hawthorn, 1937-1939, 1947-1956) - Qualifications: cc; AOCP 754, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter's assistant (East Perth, WA, 1931); oil plant attendant (Leederville, WA, 1936-1937); control room operator (Leederville, WA, 1943; Mt Hawthorn, WA, 1949); electrical foreman (Wembley, WA, 1958-1977) ===''DORWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haxton Dorward|Dorward, William Haxton, Jnr]] [https://www.familysearch.org/tree/person/details/GD77-X62] - 1901(Vic)-1937(NSW) - Licences: 3CA Receive Melbourne (Sandringham, 1922-1923); 3CA Melbourne (Sandringham, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: student (Sandringham, 1924-1926); grazier (Moama, 1930; Fort Station, Barnes, 1935-1937) ===''DOUBIKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Thomas Henry Doubikin|Doubikin, William Thomas Henry]] - 1890(Vic)-1927(Tas) - Licences: Hobart Receive 1920s, early wireless experimenter (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, Councillor, 1924), passed too soon ===''DOUDNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Doudney|Doudney, Herbert William]] [https://www.familysearch.org/tree/person/details/MQDH-R32] - 1873(Eng)-1963(Vic) - Licences: 3EM Receive Melbourne (Balaclava, 1922); 3EM Melbourne (Balaclava, 1923-1927) - Qualifications: cc; AOCP 63, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; minister of religion (Holy Trinity Church) - Electoral Rolls: vicar (St Kilda, 1924-1942); nil (Caulfield, 1949-1954; Elsternwick, 1963) ===''DOUGLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gavin Cunningham Douglas|Douglas, Gavin Cunningham]] [https://www.familysearch.org/tree/person/details/G99J-KJ4] - 1912(Vic)-1992(Vic) - Licences: 3YK Melbourne (Bayswater, 1931-1939, 1947-1950+; Blackburn, 1954; Canterbury, 1955-1960+; Surrey Hills, 1965-1980+) - Qualifications: cc; AOCP 743, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Bayswater, 1935-1949); sales representative (Canterbury, 1963; Surrey Hills, 1968-1980) * [[/Gordon Adye Douglas|Douglas, Gordon Adye]] [https://www.familysearch.org/tree/person/details/LRVY-WLJ] - 1878(Tas)-1957(Tas) - Licences: 7BC Receive Gormanston (1923); Receive Gormanston (1923); 7GD Gormanston (1924-1927+) - Qualifications: cc; AOCP 34, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; mining engineer - Electoral Rolls: mining engineer (Gormanston, 1914-1928); draughtsman (Queenstown, 1936); geological surveyor (Queenstown, 1937-1943); no occupation (Hobart South, 1949; Blackman's Bay, 1954) * [[/Hugh Alexander McKay Douglas|Douglas, Hugh Alexander McKay "Harry"]] [https://www.familysearch.org/tree/person/details/LV3Y-3W4] - 1889(Eng)-1951(NSW) - Licences: 2HD (Class B) Newcastle (1926) - Qualifications: cc; Nil yet identified - Class B broadcaster; witness to Royal Commission 1927 (as a Listener) - Electoral Rolls: chauffeur (Newcastle, 1913); vulcaniser (Hamilton, 1930-1935); manager (Newcastle, 1936-1937); engineer (Mayfield, 1943; Hamilton, 1949) ===''DOWDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Lorens Thomas Dowding|Dowding, Philip Lorena or Loreno or Lorens Thomas]] [https://www.familysearch.org/tree/person/details/GZH8-Z6D] - 1901(Tas)-19??(Vic) - Licences: 7AC Receive Hobart (Moonah, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Moonah, 1922); electrician (St Kilda, 1926-1931; Prahran, 1934; Melbourne, 1937; St Kilda, 1943-1949); electrical foreman (Eildon, 1954) ===''DOWNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Downie|Downie, Frederick William]] [https://www.familysearch.org/tree/person/details/K8Y2-LQ8] - 1879(Vic)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Victoria Police (wireless department, senior constable); witness to Royal Commission 1927 (obo VPF) - Electoral Rolls: labourer (Broadford, 1903); constable (North Carlton, 1909-1924); senior constable (Preston, 1927-1936) ===''DOWNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Evan Downing|Downing, William Evan]] [https://www.familysearch.org/tree/person/details/LHV4-K46] - 1874(Vic)-1948(Vic) - Licences: 3LQ Receive Warrnambool (1923); 3LQ Warrnambool (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: brassfounder (Warrnambool, 1912-1937) ===''DOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Laurence Doyle|Doyle, Herbert Laurence]] [https://www.familysearch.org/tree/person/details/G8VG-WVC] - 1894(Vic)-1945(Vic) - Licences: 3HD Melbourne (Malvern, 1930-1931); 3CR Melbourne (Malvern, 1933; Kooyong, 1937; Frankston, 1938-1939) - Qualifications: AOCP 697, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: independent means (St Arnaud, 1924); grazier (Malvern East, 1925-1927); clerk (Malvern East, 1931-1937); home duties (Malvern, 1943) ===''DRAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James George Drake|Drake, James George]] - 1850(Eng)-1941(Qld) - military (Qld Defence Force, 1880s & 1890s), state politician (Qld MLA, 1880s & 1890s), politician (Postmaster-General 1901-1903) ===''DRANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Edward Draney|Draney, Walter Edward]] [https://www.familysearch.org/tree/person/details/9KLP-VT7] - 1896(Qld)-1983(Qld) - Licences: Receive (Valve) Brisbane (Greenslopes, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: electrician (Milton, Qld, 1919; Greenslopes, Qld, 1921-1928; Tully, Qld, 1937; Toowoomba, Qld, 1954; Toowoomba West, Qld, 1958-1977); retired (Drayton, Qld, 1980) ===''DREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred John Drew|Drew, Alfred John]] [https://www.familysearch.org/tree/person/details/GXLB-1HH] - 1907(SA)-1993(SA) - Licences: 5LN Adelaide (Kensington, 1933-1939; Erindale, 1947-1980+) - Qualifications: cc; AOCP 1078, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Erindale, SA, 1943) ===''DU FEU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Albert James Du Feu|Du Feu, Maurice Albert James]] [https://www.familysearch.org/tree/person/details/GF3M-V9D] - 1917(WA)-2010(NSW) - Licences: 6DF Perth (Subiaco, 1937-1939, 1947-1948; West Perth, 1954-1956; Floreat Park, 1960-1965); 6DU Perth (West Perth, 1948); 2BMD Sydney (Lindfield, 1969+) - Qualifications: cc; AOCP 1875, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: company director (West Perth, WA, 1943; Subiaco, WA, 1949); manager (West Perth, WA, 1954; Floreat Park, WA, 1958-1968); retired (Lindfield, NSW, 1972-1980) ===''DUBOIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Louis Dubois|Dubois, Paul Louis]] [https://www.familysearch.org/tree/person/details/GXZQ-QN3] - 1918(NSW)-1996(Qld) - Licences: 4UJ Brisbane (Rosalie, 1936-1939; Holland Park, 1946-1947; South Brisbane, 1948; Highgate Hill, 1954-1960; Bardon 1960); 4PL Brisbane (Bardon 1980+) - Qualifications: cc; AOCP 1677, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; senior public servant (PMGD, Telstra) - Electoral Rolls: engineer (Rockhampton, Qld, 1943; South Brisbane, Qld, 1949); public servant (Highgate Hill, Qld, 1954-1958); engineer (Bardon, Qld, 1958-1977); manager telecommunications (New Farm, Qld, 1980) ===''DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Duff, William Vere Hobart]] [https://www.familysearch.org/tree/person/details/GMZC-JGP] - 1893(Vic)-1970(Vic) - Licences: 3DB Receive Melbourne (Malvern East, 1922); 3DB Melbourne (Malvern East, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: electrical engineer (Malvern East, 1914); engineer (Malvern East, 1919-1924; Glenferrie, 1931-1937; Toorak, 1943-1954; Harkaway, 1958-1968) ===''DUFFY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Duffy|Duffy, John]] [https://www.familysearch.org/tree/person/details/GXCB-QKJ] - 1907(NSW)-1993(NSW) - Licences: 2AQ Sydney (Redfern, 1933; Woollahra, 1934; Rose Bay, 1935-1937); 4AQ Brisbane (Grange, 1938); 2AQ Sydney (Bondi, 1939, 1946-1950) - Qualifications: cc; AOCP, not yet identified; AOLCP 264, 1936; TVOCP 54, 1957 - amateur operator; amateur broadcaster - Comment: several contemporaneous JDs, needs review - Electoral Rolls: manager (Woollahra, NSW, 1934); engineer (Vaucluse, NSW, 1935); * [[/Maurice Boyce Duffy|Duffy, Maurice Boyce "Morrie"]] [https://www.familysearch.org/tree/person/details/LRYK-S76] - 1886(Vic)-1957(Vic) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/duffy-maurice-boyce-morrie-6030 ADB] * [[/William Oswald Duffy|Duffy, William Oswald]] [https://www.familysearch.org/tree/person/details/GD52-2Q2] - 1861(Eng)-1916(Tas) - Licences: XZO Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: signalman (Battery Point, 1914) ===''DUGGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry George Duggan|Duggan, Harry George]] [https://www.familysearch.org/tree/person/details/LT9H-8LW] - 1905(Vic)-1994(Vic) - Licences: 3XI Warrnambool (1930-1965); 3AXI Warrnambool (1965-1969); 3XI Garvoc (1965-1969) - Qualifications: AOCP 592, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Warrnambool, 1931-1954); engineer (Warrnambool, 1963-1968) ===''DUKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon William Dukes|Dukes, Gordon William]] [https://www.familysearch.org/tree/person/details/G3RY-PGT] - 1909(NSW)-2001(NSW) - Licences: 2WD Sydney (Forest Lodge, 1930-1939; Strathfield, 1946-1950; Homebush, 1954-1956; Cremorne, 1957-1958; Lane Cove, 1960-1980+) - Qualifications: AOCP 571, 1930, No. ?? in NSW; AOLCP 139, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glebe, 1933-1937); radio engineer (Homebush, 1943-1949); engineer (Cremorne, 1954-1958); technician (Lane Cove, 1963-1980) ===''DUNDAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Loftus Dundas|Dundas, Reginald Loftus]] [https://www.familysearch.org/tree/person/details/GXC2-8LM] - 1915(Qld)-1980(Qld) - Licences: 4DU Crawford, Kingaroy Line (1937-1939) - Qualifications: cc; AOCP 1990, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Theodore, Qld, 1937); labourer (Crawford, Kingaroy Line, Qld, 1949-1972); farmer (Torquay, Qld, 1977) ===''DUNLEAVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Francis Dunleavy|Dunleavy, Joseph Francis]] - 19??(???)-19??(???) - Licences: 3JD Melbourne (St Kilda, 1929-1933) - Qualifications: AOCP 508, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (St Kilda, 1924); electrical fitter (Melbourne, 1926; South Yarra, 1931); fitter (St Kilda, 1934) ===''DUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Dunn|Dunn, Richard]] [https://www.familysearch.org/tree/person/details/GDSN-T31] - 1898(NSW)-1986(NSW) - Licences: 2GU Receive Sydney (South Kensington, 1922); 2GU Sydney (South Kensington, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: coachbuilder (Kensington, 1930-1943); manager (Kingsford, 1958); retired (The Entrance, 1963-1980) ===''DUNSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter John Dunstan|Dunstan, Walter John]] [https://www.familysearch.org/tree/person/details/GZXJ-Y3V] - 1904(Vic)-1927(Vic) - Licences: 3JR Receive Ballarat (1922); 3JR Ballarat (1923-1927) - Qualifications: cc; AOCP 106, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Comment: gone too soon - Relationships: brother of William Dunstan, Victoria Cross - Electoral Rolls: student (Ballarat East, 1927) ===''DURBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Keep Durbridge|Durbridge, William Keep]] [https://www.familysearch.org/tree/person/details/GXDN-Z4B] - 1908(WA)-1977(Vic) - Licences: 4FS Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Innisfail, Qld, 1930); clerk (Teneriffe, Qld, 1936-1937); bookkeeper (Dundoo Station, Eulo, Qld, 1937); no occupation (St Kilda, Vic, 1963-1972; Melbourne, Vic, 1977) ===''DUTHOIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert George Duthoit|Duthoit, Albert George]] [https://www.familysearch.org/tree/person/details/GQ94-V82] - 1901(Tas)-1970(Vic) - Licences: Receive (Valve) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical engineer (Waddamana, 1928); labourer (Croydon North, 1931); no occupation (Armadale, 1931); engineer (Hobart South, 1936); electrical engineer (Armadale, 1935-1943); clerk (Ivanhoe, 1949; Oakleigh, 1954; Malvern, 1958); nil (Malvern, 1967-1968) ===''DUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Henry Dutton|Dutton, Thomas Henry]] [https://www.familysearch.org/tree/person/details/LJG1-LRN] - 1862(Eng)-1941(Qld) - Licences: Receive (Crystal) Brisbane (Fortitude Valley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: painter (Rockhampton, Qld, 1903-1905); commission agent (Bowen Hills, Qld, 1908-1909); printer (Valley, Qld, 1913); traveller (Teneriffe, Qld, 1915-1937) =='''E'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''EARLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Edwin Earle|Earle, Frank Edwin]] [https://www.familysearch.org/tree/person/details/G8YV-B62] - 1900(SA)-1967(SA) - Licences: 5BD Adelaide (St Peters, 1923-1928) - Qualifications: cc; CPRT 823, 1924 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Erasmus Earle|Earle, Robert Erasmus]] [https://www.familysearch.org/tree/person/details/GDLX-NC1] - 1894(Eng)-1979(WA) - Licences: 6LC Perth (Floreat Park, 1969-1975) - Qualifications: AOCP 4390, 1966, WA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Floreat Park, 1954-1977) ===''EASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Easter|Easter, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GX2L-656] - 1914(SA)-1983(???) - Licences: 5RO Montieth (1933); 5RO Port Elliot (1937); 5RO Moonta (1938) - Qualifications: cc; AOCP 1111, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Moonta, SA, 1939-1947) - Links: [https://vwma.org.au/explore/people/532330 VWM] ===''EASTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Spencer Easton|Easton, Frederick William Spencer]] [https://www.familysearch.org/tree/person/details/GZ2N-7XD] - 1914(NSW)-1944(PNG) - licences: 2BQ Sydney (Bondi, 1931-1935; Bellevue Hill, 1936-1939) - qualifications: AOCP 846, 1931, No. ?? in NSW - amateur operator, WW2 - electoral rolls: projectionist (Rose Bay, 1936-1943) - "Greater love hath no man than this" ===''EDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Ede|Ede, Charles Frederick or Friederick]] [https://www.familysearch.org/tree/person/details/GS7D-PYL] - 1885(Qld)-1970(Qld) - Licences: Receive Brisbane (Wellington Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Toowong, Qld, 1908; Albion, Qld, 1912-1921); assistant secretary (Manly, Qld, 1925-1963); retired (Wynnum North, 1968) ===''EDGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Waldene Edgar|Edgar, Douglas Waldene]] [https://www.familysearch.org/tree/person/details/L5XS-K4X] - 1895(WA)-1966(WA) - Licences: 6DW New Norcia (1927-1931) - Qualifications: cc; AOCP 314, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Gingin, 1922; New Norcia, 1925-1954); retired (Nedlands, 1958-1963) * [[/John Matheson Edgar|Edgar, John Matheson]] [https://www.familysearch.org/tree/person/details/LB42-K1G] - 1881(Vic)-1960(Vic) - Licences: Receive Geelong (1923); 3YW Geelong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Training College, Carlton, 1903); state school teacher (Ballarat, 1909); teacher (Ballarat, 1913-1914; Geelong, 1917-1924; Essendon, 1925-1954) * [[/Mervyn John Edgar|Edgar, Mervyn John or John Mervyn "Jack"]] [https://www.familysearch.org/tree/person/details/GX4W-647] - 1913(NSW)-2004(Qld) - Licences: 4JE Brisbane (Kangaroo Point, 1934-1939) - Qualifications: cc; AOCP 1302, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, Radio Location Unit); radio retailing (Tracksons) - Electoral Rolls: shop assistant (Kangaroo Point, Qld, 1937); salesman (Kedron, Qld, 1943-1949); shop assistant (Bulimba, Qld, 1958-1980) ===''EDWARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Patrick Joseph Edwards|Edwards, Frederick Patrick Joseph]] [https://www.familysearch.org/tree/person/details/GFSX-5YG] - 1918(WA)-2004(WA) - Licences: 6DN Merredin (1938-1939); 6DN Perth (West Perth, 1947-1965; Ardross, 1969) - Qualifications: cc; AOCP 2127, 1938, WA; BOCP 278, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: clerk (Merredin, WA, 1943); wireless operator (West Perth, WA, 1943-1954; Perth, WA, 1958-1968); clerk (Ardross, WA, 1972-1980) * [[/H. E. Edwards|Edwards, H. E.]] - 19??(???)-19??(???) - Licences: 5RN Adelaide (Croydon, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert John Edwards|Edwards, Herbert John]] [https://www.familysearch.org/tree/person/details/GXF5-KP8] - 1894(Eng)-19??(???) - Licences: 4KR Willis Island (1937) - Qualifications: cc; CPRT 802, 1923; 2COCP 18, 1929; 1COCP 208, 1931 - amateur operator; amateur broadcaster - Comment: several contemporaneous HJEs - Electoral Rolls: wireless operator (Rose Bay, NSW, 1930-1933); radio operator (Lord Howe Island, NSW, 1949); communication officer (Rose Bay, NSW, 1954) ===''EGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mavis Evelyn Egan|Fogg nee Egan, Mavis Evelyn or Evelene]] [https://www.familysearch.org/tree/person/details/GW8N-1JK] - 1900(Tas)-1995(Tas) - Licences: Receive (Crystal) Stanley (1923) - Qualifications: cc; Nil yet identified - amateur receiver (YL) - Electoral Rolls: clerk (Stanley, 1928); home duties (Wynyard, 1936-1943; Smithton, 1949; Sale, Vic, 1954; Cohuna, 1963; Devonport, 1972) ===''EGGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Percy Eggleton|Eggleton, Eric Percy]] [https://www.familysearch.org/tree/person/details/GSTZ-5G9] - 1903(Qld)-1979(Qld) - Licences: 4DA Receive Toowoomba (1923-1924); 4DA Toowoomba (1925-1931) - Qualifications: cc; AOCP 81, 1925, No. 9 in Qld - amateur receiver; amateur operator; amateur broadcaster; employment (QATB) - Electoral Rolls: machinist (Toowoomba, 1925-1926); ambulance bearer (Toowoomba, 1931); ambulance superintendent (Dayboro, 1936-1943; Charleville, 1949-1958; Stanthorpe, 1963); retired (Caloundra, 1968-1977) ===''ELDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Mackenzie Elder|Elder, James Alexander Mackenzie]] [https://www.familysearch.org/tree/person/details/97W3-7FL] - 1869(Sct)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Awards: KBE - Electoral Rolls: manager (Essendon, 1905); merchant (Moonee Ponds, 1908-1909); director (South Yarra, Vic, 1936-1943) - Links: [https://adb.anu.edu.au/biography/elder-sir-james-alexander-6099 ADB] ===''ELLERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lewis John Ellery|Ellery, Robert Lewis John]] - 1827(Eng)-1908(Vic) - early telephone experimenter, Vic Government Astronomer ===''ELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Neville Elliott|Elliott, Robert Neville]] [https://www.familysearch.org/tree/person/details/GXXN-PPJ] - 1907(Qld)-1979(Qld) - Licences: 4DW Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Toowoomba, Qld, 1936-1937); company manager (Toowoomba, Qld, 1949); chartered accountant (Toowoomba, Qld, 1954-1963); accountant (Brisbane, Qld, 1968); chartered accountant (Toowoomba, Qld, 1972); accountant (Toowoomba, Qld, 1977) * [[/Ronald Donovan Elliott|Elliott, Ronald Donovan]] [https://www.familysearch.org/tree/person/details/G799-LTX] - 1910(SA)-1978(SA) - Licences: 5RD Adelaide (Lower Mitcham, 1931-1933; Da Costa Park, 1937; Kirkcaldy, 1938-1939) - Qualifications: cc; AOCP 758, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: solicitor (Kirkcaldy, SA, 1939; Westbourne Park, 1941-1943) * [[/Thomas Murray Browse Elliott|Elliott, Thomas Murray Browse "Tom"]] [https://www.familysearch.org/tree/person/details/G3W8-947] - 1899(Qld)-1971(Qld) - Licences: 4CM Brisbane (City, 1946-1969); operator of Valentine's 4CM licence 1925-1939 - Qualifications: cc; AOCP 72, 1925, No. 6 in Qld - amateur operator; amateur broadcaster; early television experimenter - Electoral Rolls: clerk (Fortitude Valley, 1921); salesman (Brisbane City, 1925-1931); sound engineer (Observatory, 1937-1943); company manager (City, 1949-1958); retired (Burleigh Heads, 1963-1968) ===''ELLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Austin Ellis|Ellis, Clive Austin]] [https://www.familysearch.org/tree/person/details/G86V-9HT] - 1912(Vic)-1972(Vic) - Licences: 3LZ Melbourne (Williamstown, 1930-1931; Caulfield, 1933-1939; Newport, 1946-1956; Moorabbin, 1960-1969) - Qualifications: AOCP 598, 1930, No. ?? in Victoria - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1937; Newport, 1943-1954); valuer (Moorabbin, 1958-1972) * [[/John Osborne Ellis|Ellis, John Osborne]] [https://www.familysearch.org/tree/person/details/GHTM-Q42] - 1910(Eng)-1999(SA) - Licences: Nil identified - Qualifications: AOCP 522, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Kimba, 1939-1943) ===''ELSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Robert Elsbury|Elsbury (adopted) or Wilson Bowman (biological), Cyril Robert]] [https://www.familysearch.org/tree/person/details/GFMG-5CW] - 1897(Qld)-1961(WA) - Licences: 6JE Kalgoorlie (1934-1939); 6JE Fimiston (1947-1956); 6JE Nornalup (1960) - Qualifications: cc; AOCP 1372, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (Kalgoorlie, WA, 1922); mine timekeeper (Kalgoorlie, WA, 1925-1943); assistant accountant (Fimiston, WA, 1949-1954); mine paymaster (Kalgoorlie, WA, 1958) ===''ELWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Gregory Elworthy|Elworthy, Colin Gregory "Col"]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''EMBLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Stewart Austin Embling|Embling, Stewart Austin]] [https://www.familysearch.org/tree/person/details/GZGH-YQM] - 1907(Vic)-1998(Vic) - Licences: Receive (Valve) Melbourne (Toorak, 1923-1925); 3DC Melbourne (Toorak, 1926-1939) - Qualifications: AOCP 236, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Toorak, 1931-1943); assurance officer (Toorak, 1949-1980) ===''EVANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Hubert Evans|Evans, Albert Henry Hubert]] [https://www.familysearch.org/tree/person/details/GH8N-BFX] - 1894(SA)-1981(SA) - Licences: XVD Adelaide (Mile End, 1913) - Qualifications: cc; CPRT 255, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: assistant manager (Woollahra, 1949) * [[/Griffith Benjamin Evans|Evans, Griffith Benjamin]] [https://www.familysearch.org/tree/person/details/GXQN-HL3] - 1877(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS - Electoral Rolls: naval telegraphist (Eden Vale, Vic, 1914-1915); telegraphist (Coburg, Vic, 1919); retired (Vaucluse, NSW, 1954-1963) * [[/Percy Evans|Evans, Percy]] [https://www.familysearch.org/tree/person/details/G84B-DKL] - 1894(Eng)-1976(Vic) - Licences: 2OW Sydney (Kensington, 1928-1929; Randwick, 1930-1931); 3OZ Melbourne (Glen Iris, 1947-1948; Boronia, 1948; North Ringwood, 1954-1975) - Qualifications: AOCP 458, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: sales manager (Kensington, 1930); salesman (Randwick, 1930-1931); sales manager (Camberwell, 1933-1937; Glen Iris, 1949); manager (Ringwood, 1954-1972) * [[/R. Evans|Evans, R.]] - 19??(???)-19??(???) - Licences: 2SP Sydney (Clovelly, 1923-1927) - Qualifications: AOCP 265, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: * [[/Thomas Evan Evans|Evans, Thomas Evan]] [https://www.familysearch.org/tree/person/details/GZJ7-S1L] - 1904(NZ)-1942(At Sea) - 3EV Melbourne (East St Kilda, 1925-1927), 9EV Rabaul (1933+), amateur operator (AOCP 160, 1925, No. ?? in Vic), amateur broadcaster, medical assistant, technical assistant, Civilian POW captured at Rabaul, died on board the "Montevideo Maru" when it was torpedoed and sunk en route from Rabaul to Hainan, where Thomas was destined for forced labour. * [[/Trevor Elliott Evans|Evans, Trevor Elliott]] [https://www.familysearch.org/tree/person/details/GZJQ-GRC] - 1903(Vic)-1979(Vic) - 3KD Receive Melbourne (East Brunswick, 1922-1924), 3RK Melbourne (East Brunswick, 1925-1933; Pascoe Vale, 1937-1939), amateur operator (AOCP 159, 1925, No. ?? in Vic), amateur broadcaster, electrician (East Brunswick, 1931), contractor (Pascoe Vale, 1972) * [[/Trevor Frederick Evans|Evans, Trevor Frederick]] [https://www.familysearch.org/tree/person/details/L292-N4L] - 1902(NSW)-1978(NSW) - 2NS Blayney (1925-1929), 2NS Bathurst (1930-1939, 1946-1975+), amateur operator (AOCP 113, 1925, No. ?? in NSW), amateur broadcaster, broadcast engineer (BOCP 19, 1936) (2BS) ===''EVERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Every|Every, George Edward]] [https://www.familysearch.org/tree/person/details/LDSS-VT4] - 1894(Eng)-1961(Vic) - Licences: 7GE Hobart (1931); 3GE Queenscliff (1937-1939); 3GE Balcombe (1947-1948); 3GE Carrum (1954-1956); 3GE Bonbeach (1960-1969+) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military instructor; WW1 (UK) - Electoral Rolls: silver mounter (Ivanhoe, Vic, 1919); soldier (Launceston, 1922; Hobart South, 1922); military instructor (Hobart South, 1928); soldier (Queenscliff, Vic, 1935-1937); military officer (Albury, NSW, 1943; Victoria Park, Qld, 1949); clerk (Frankston, 1949); accountant (Carrum, 1954) ===''EWING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Thomson Ewing|Ewing, Thomas Thomson]] - 1856(NSW)-1920(NSW) - state politician (NSW MLA), federal politician (MHR, acting Postmaster-General) ===''EXTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Walter Exton|Exton, George Walter]] [https://www.familysearch.org/tree/person/details/K8QY-5XH] - 1882(NSW)-1970(Qld) - Licences: 2CZ Lismore (1922-1930) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast proprietor and engineer (2XN Lismore) - Electoral Rolls: electrician (Lismore, NSW, 1930-1963); retired (Saddlers Crossing, Qld) =='''F'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''FABER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Thomas Faber|Faber, William John Thomas "Bill"]] - 19??(???)-1976(Qld) - 4WF Ayr (-1938+), Brisbane (Kedron, -1948-1949+) , amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''FAGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Reginald Joseph Fagan|Fagan, William Reginald Joseph "Reg"]] [https://www.familysearch.org/tree/person/details/KLF3-QPM] - 1883(NSW)-1944(NSW) - Licences: 2RJ Receive Mandurama (1922); 2RJ Mandurama (1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio station (director, 2SM) - Electoral Rolls: grazier (Mandurama, 1913-1943) ===''FAIRHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allen Fairhall|Fairhall, Allen]] [https://www.familysearch.org/tree/person/details/LZB3-PKT] – 1909(NSW)-2006(NSW) – Licences: 2KB Newcastle (Hamilton, 1928–1929; New Lambton, 1930–1931; Cooks Hill, 1933–1934; City, 1935; Cooks Hill, 1937; City, 1938–1939; Hamilton, 1946–1961; City, 1965-1980+); 2AKL Paterson (1948–1958) – Qualifications: AOCP 391, 1928, No. ?? in NSW; AOLCP 23, 1930 – amateur operator, amateur broadcaster, proprietor 2KO Newcastle, WW2 – Electoral Rolls: radio engineer (New Lambton, 1931–1932); manager (Newcastle, 1933–1949); primary producer (Trevallyn, 1954); M.H.R. (Newcastle, 1958); member of parliament (Newcastle, 1963–1968); manager (Newcastle, 1972–1980) - [[w:Allen Fairhall|Wikipedia]] ===''FALCONER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Illman Falconer|Falconer, Charles Illman]] [https://www.familysearch.org/tree/person/details/GZK9-PJ6] – 1885(Vic)-1962(NSW) – Receive (Valve) Melbourne (Canterbury, 1923–1924), 3CF Melbourne (East Malvern, 1925–1926; Canterbury, 1927; Surrey Hills, 1931–1939, 1946–1954), 2AUF Terrigal (1955–1961), amateur operator (AOCP 204, 1925, No. ?? in Vic), amateur broadcaster, engineer (Clifton Hill, 1909), mechanic (Fitzroy, 1914), engineer (Canterbury, 1915–1949), retired (Terrigal, 1958–1963) ===''FALLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyle Clifford Falls|Falls, Lyle Clifford]] [https://www.familysearch.org/tree/person/details/GDLC-1VR] - 1899(Vic)-1945(Vic) - Licences: 3DL Receive Melbourne (Caulfield, 1922); 3DL Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: student (Caulfield, 1924-1925); instructor (Kew, 1926-1943) ===''FANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Fanning nee Harriss, Dorothy Winnifred – see Harriss, Dorothy Winnifred (Fanning) ===''FANSHAWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Dalrymple Fanshawe|Fanshawe, Arthur Dalrymple]] [https://www.familysearch.org/tree/person/details/GM7D-QY6] – 1847(Eng)-1936(Eng) – Admiral of UK Fleet, Commander-in-Chief Australia Station – Links: [[w:Arthur Dalrymple Fanshawe|Wikipedia]] ===''FARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell George Farmer|Farmer, Maxwell George]] [https://www.familysearch.org/tree/person/details/GXG1-SHR] - 1916(SA)-1991(SA) - Licences: 5GF Adelaide (Knoxville, 1933-1939; North Norwood, 1947-1948; Adelaide City, 1954-1956; Plympton, 1960-1980+); 5GY Portable Adelaide (Knoxville, 1938-1939) - Qualifications: cc; AOCP 1217, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Knoxville, SA, 1939-1943) ===''FARRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Howard Farrell|Farrell, John Howard]] [https://www.familysearch.org/tree/person/details/GXWT-CJT] - 1913(Qld)-1975(Qld) - Licences: 4WJ Brisbane Windsor, 1933-1939; Chermside, 1946-1948); 4WJ Quilpie (1954-1960); 4WJ Somerset Dam (1965-1975) - Qualifications: cc; AOCP 1103, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Windsor, 1936-1937); electrical engineer (Chermside, 1943-1949; Quilpie, 1954-1958); superintendent (Somerset Dam, 1963-1972) ===''FAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Harold Faul|Faul, Albert Harold]] [https://www.familysearch.org/tree/person/details/GZTD-S74] – 1907(NSW)-1979(NSW) – Licences: Receive Melbourne (St Kilda, 1923–1924); 3AH Melbourne (St Kilda, 1926–1927) – Qualifications: AOCP 288, 1926, No. ?? in Vic – amateur operator, amateur broadcaster – Electoral Rolls: student (St Kilda, 1931–1934); lecturer (Camberwell, 1936); engineer (Bellevue Hill, 1936–1937; Camberwell, 1943); company director (Killara, 1949–1977) ===''FAULKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Wollas Faulks|Faulks, Richard Wollas "Wol"]] [https://www.familysearch.org/tree/person/details/LCD3-BQ3] - 1902(NSW)-1978(NSW) - Licences: 2WF Sydney (Ashfield, 1929-1931; Hurlstone Park, 1933; Canterbury, 1934-1939) - Qualifications: AOCP 557, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Ashfield, 1930; Canterbury, 1933-1977) ===''FAWKNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Pascoe Robert Fawkner|Fawkner, Ernest Pascoe Robert]] [https://www.familysearch.org/tree/person/details/GDYB-YKW] - 1901(Tas)-1954(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: manager (Kings Meadows, 1928); furniture manufacturer (South Launceston, 1936) ===''FEENAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Leo Michael John Feenaghty|Feenaghty, Leo Michael John]] [https://www.familysearch.org/tree/person/details/LYG2-RMT] - 1900(Qld)-1997(Qld) - Licences: 4LJ Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 291, 1926, No. 28 in Qld - amateur operator; amateur broadcaster; radio club administrator; state public servant - Electoral Rolls: public servant (Wooloowin, 1925-1931); assistant secretary (Ashgrove, 1936-1958); public servant (Highgate Hill, 1963); retired (Isle of Capri, 1972-1980) ===''FELDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Feldman|Feldman, John Frederick Jnr]] [https://www.familysearch.org/tree/person/details/GZNZ-5DH] - 1905(Vic)-1987(Vic) - 3QH Receive Geelong (South Geelong, 1923-1924), 3QH Geelong (South Geelong, 1925-1939), amateur operator (AOCP 140, 1925, No. ?? in Qld), amateur broadcaster, bricklayer ===''FELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Frederick Fell|Fell, Evan Frederick]] [https://www.familysearch.org/tree/person/details/GXH4-FTW] - 1914(Qld)-1994(Qld) - Licences: 4EF Brisbane (Ashgrove, 1932-1939); 4EF Barcaldine (1946-1948); 4EF Mackay (1954-1955); 4EF Brisbane (Ashgrove, 1956; Bardon, 1960-1980+) - Qualifications: cc; AOCP 978, 1932, No. ?? in Qld; AOLCP 175, 1934 - amateur operator; amateur broadcaster; WW2; state public servant (inspector); property developer - Electoral Rolls: clerk (Ashgrove, Qld, 1936-1943); engineer (Townsville, Qld, 1949; Mackay, Qld, 1954); public servant (Bardon, Qld, 1958-1977) ===''FELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/L. C. Fells|Fells, L. C.]] - 19??(???)-19??(???) - Licences: 3DL Melbourne (Caulfield, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''FELTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Felton|Felton, William Robert]] [https://www.familysearch.org/tree/person/details/G8M5-C2J] - 1897(NSW)-1956(NSW) - Licences: 2RF Sydney (Petersham, 1927-1929; Belmore, 1930-1939, 1946-1956); 2RT Sydney (Kogarah, 1937) - Qualifications: AOCP 366, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: radio engineer (Belmore, 1930-1934); engineer (Belmore, 1936-1937); soldier (Belmore, 1943); radio technician (Belmore, 1949-1954) ===''FERGUSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Angus Ferguson|Ferguson, Colin Angus]] [https://www.familysearch.org/tree/person/details/L1DH-9KM] - 1917(SA)-2009(SA) - Licences: 5CJ Mt Gambier (1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1994, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Mt Gambier, SA, 1939-1943) * [[/Cyril E. Ferguson|Ferguson, Cyril E.]] - 1893(NZ)-19??(???) - commercial operator (1COCP 2, 1914, No. 2 in Aus) - coastal station operator? ===''FERRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Walter Cecil Ferrall|Ferrall, Edgar Walter Cecil]] [https://www.familysearch.org/tree/person/details/GQMF-G97] - 1898(Tas)-1971(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Launceston, 1919-1949); inspector (Kingston Beach, 1954) ===''FERRICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Bernard Ferricks|Ferricks, Michael Bernard "Bernie"]] [https://www.familysearch.org/tree/person/details/L58X-S4X] - 1914(Qld)-1992(Qld) - Licences: 4UW Brisbane (Fortitude Valley, 1935-1939) - Qualifications: cc; AOCP 1471, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Valley, Qld, 1936-1937); chemist (Northgate, Qld, 1949-1977); retired (Cairns, Qld, 1980) ===''FIEDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Victor Fiedler|Fiedler, Leslie Victor]] [https://www.familysearch.org/tree/person/details/KHNW-3JZ] - 1906(SA)-1969(WA) - Licences: 5SL Adelaide (Woodville, 1927-1933), 5SL Moonta (1937-1939) - Qualifications: cc; AOCP 353, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Henley, 1939-1943); theatre manager (Belmont, 1949); film exhibitor (Mt Lawley, 1958); company director (Mt Lawley, 1963-1968) ===''FIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph William Field|Field, Ralph William]] [https://www.familysearch.org/tree/person/details/G86V-Q5T] - 1915(Vic)-2007(Vic) - Licences: 3RF Melbourne (Caulfield, 1930-1939; Ormond, 1946-1948); 3LJ Melbourne (Ormond, 1954-1960) - Qualifications: AOCP 599, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: compositor (Caulfield, 1937); machinist (Bentleigh, 1942-1977) ===''FILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Crawford Files|Files, Jack Crawford]] [https://www.familysearch.org/tree/person/details/GXWG-JWJ] - 1907(Qld)-1967(Qld) - Licences: 4JF Brisbane (Buranda, 1932-1935; Coorparoo, 1936-1939; Buranda 1946-1965) - Qualifications: cc; AOCP 1055, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, QSL manager); journalist (Teleradio, WIA Notes); accountant - Electoral Rolls: sheet metal worker (Buranda, Qld, 1931-1934; Coorparoo, Qld, 1936-1937); metal worker (Buranda, Qld, 1943-1963) ===''FILMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Le Roy Drowley Filmer|Filmer, Le Roy Drowley]] [https://www.familysearch.org/tree/person/details/GZNF-2Z7] - 1902(NSW)-1976(NSW) - 2FT Newcastle (Toronto, 1925-1930; Hamilton South, 1931), amateur operator (AOCP 148, 1925, No. ?? in NSW), amateur broadcaster, metallurgist ===''FINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Edward Finch|Finch, Alan Edward]] [https://www.familysearch.org/tree/person/details/G6M4-987] - 1915(Tas)-1974(Vic) - Licences: 7CJ Launceston (Mowbray Heights, 1935-1939); 7CJ Hobart (New Town, 1946-1954); 7CJ Kelso (1955-1956); 3AEO Shepparton (1960-1975) - Qualifications: cc; AOCP 1575, 191935, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (St Leonards, 1936-1937); mechanic (New Town, 1943-1954); public servant (Radio Australia, Shepparton, Vic, 1963-1968); technician (Shepparton, 1972) ===''FINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Warren Finn|Finn, Leonard Warren]] [https://www.familysearch.org/tree/person/details/GX2K-4P6] - 1914(SA)-1999(SA) - Licences: 5SP Adelaide (Seaton Park, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1671, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Seaton Park, SA, 1939-1943) ===''FINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Finney|Finney, William "Bill"]] [https://www.familysearch.org/tree/person/details/GDVD-W2H] - 1881(Qld)-1954(Qld) - Licences: 4AU Brisbane (Red Hill, 1923-1925); 4WF Brisbane (Red Hill, 1926-1929) - Qualifications: cc; CPRT 845, 1925; 2COCP 307, 1940 - amateur operator; amateur broadcaster; radio club (WIAQ); honorary radio inspector - Electoral Rolls: telegraph operator (Red Hill, 1903-1905); telegraphist (New Farm, 1908; Newmarket, 1909; Red Hill, 1913-1937; East Nundah, 1949; Wooloowin, 1954) ===''FISHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Hugh Fisher|Fisher, Douglas Hugh]] [https://www.familysearch.org/tree/person/details/GD15-N13] - 1913(Vic)-1978(Tas) - Licences: 7AB Launceston (1934-1939); 7AB Burnie (1946-1948); 7AB Devonport (1954-1955); 7AB Lenah Valley (1956); 7AB Zeehan (1960); 7AB Oatlands (1965-1969; 7AB Claremont (1975) - Qualifications: cc; AOCP 1373, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: father of 7ZEE Neville Grant Fisher - Electoral Rolls: clerk (Launceston, 1936); bank clerk (Launceston, 1937; Burnie, 1943-1949; Devonport, 1954) ===''FISK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Thomas Fisk|Fisk, Ernest Thomas]] - 1886(Eng)-1965(NSW), 2EF Sydney (Lindfield, 1933-1939), early wireless experimenter, amateur radio operator (pre AOCP, no record of AOCP, AOCP 1055, 1932, No. ?? in NSW), broadcast and radiocommunications business proprietor (AWA), operated prior to 1933 under various AWA callsigns, 2MC in 1928 was licensed to his residence at Vaucluse - Links: [https://adb.anu.edu.au/biography/fisk-sir-ernest-thomas-6177 ADB] [http://messui.polygonal-moogle.com/valves/NW198906.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198907.pdf EA2] ===''FITCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campbell Fitchett|Fitchett, John Campbell]] [https://www.familysearch.org/tree/person/details/LDQJ-K7W] - 1900(Vic)-1939(Vic) - Licences: XJDM Melbourne (Balwyn, 1913-1914); 3BL Melbourne (Balwyn, 1922-1925; Brighton, 1926-1939) - Qualifications: cc; CPRT 609, 1921 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: journalist (Brighton, 1928-1937) - TroveTag: "XJDM-3BL - John Campbell Fitchett" ===''FITTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Stephen Luther Fittell|Fittell, Stephen Luther "Steve"]] [https://www.familysearch.org/tree/person/details/GCN9-KRT] - 1910(Qld)-1999(Qld) - Licences: 4JO Gympie (1929-1939); 4YF Gympie (1975-1980+) - Qualifications: cc; AOCP 487, 1929, No. ?? in Qld; 2COCP 280, 1930 - amateur operator; amateur broadcaster; member radio club (WIAQ, Gympie ARC); commercial broadcaster (4GY) - Electoral Rolls: radio specialist (Gympie, 1937); radio dealer (Gympie, 1943-1980) ===''FITZALAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Albini Lawrence Fitzalan|Fitzalan, Herbert Albini Lawrence "Hal"]] - 19??(???)-1951(Qld) - 4HF Brisbane?, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, Halcyon (not mentioned) ===''FITZGERALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Francis Fitzgerald|Fitzgerald, Eric Francis]] [https://www.familysearch.org/tree/person/details/G84F-Z7H] - 1907(Qld)-1978(NSW) - Licences: 2EA Sydney (Bellevue Hill, 1928-1929; Burwood, 1930-1931; Pagewood, 1931; Abbotsford, 1931; Bellevue Hill, 1933-1937; Waverley, 1938-1939); 2AAO Sydney (Chatswood, 1950-1961) - Qualifications: AOCP 467, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woolahra, 1930-1931); salesman (Coogee, 1937); clerk (Chatswood, 1943-1977) * [[/Patrick Michael Anthony Fitzgerald|Fitzgerald, Patrick Michael Anthony "Pat"]] [https://www.familysearch.org/tree/person/details/G33Q-6K9] - 1908(Qld)-1988(Qld) - Licences: 4PF Rockhampton (1936-1939) - Qualifications: cc; AOCP 1802, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rockhampton, Qld, 1930); public servant (Rockhampton, Qld, 1931-1968); clerk (Corinda, Qld, 1972-1977); retired (Emu Park, Qld, 1980) ===''FITZGIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard John Fitzgibbons|Fitzgibbons, Richard John]] [https://www.familysearch.org/tree/person/details/GXXN-QPG] - 1893(Qld)-1969(Qld) - Licences: 4DV Receive Brisbane (Ascot, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: locomotive fitter (Maryborough, Qld, 1916-1919); engine fitter (Ascot, Qld, 1921-1968) ===''FITZMAURICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Simcoe Fitzmaurice|Fitzmaurice, James Simcoe]] [https://www.familysearch.org/tree/person/details/GDKS-KCF] - 1861(Vic)-1934(SA) - Licences: XYB Perth (1913-1914); 5FT Adelaide (North Walkerville, 1923-1933) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; PMGD (State Engineer, WA & SA); MIEE, AMIEE - Electoral Rolls: electrical engineer (Claremont, 1914-1916) ===''FLAHERTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Thomas Holm Flaherty|Flaherty, Gordon Thomas Holm]] [https://www.familysearch.org/tree/person/details/G6Q2-C9T] - 1900(Vic)-1967(Qld) - Licences: 4CB Receive Brisbane (South Brisbane) - Qualifications: cc; Nil yet identified - amateur receiver; WW2; federal public servant (PMGD) - Electoral Rolls: postman (South Brisbane, 1922); telephone mechanic (Buranda, 1925; Coorparoo, 1928); mechanic (Camp Hill, 1936; Beaudesert, 1937-1943); technician (Camp Hill, 1949-1963) ===''FLETCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Fletcher|Fletcher, Austin]] [https://www.familysearch.org/tree/person/details/LZKQ-2QR] - 1891(Eng)-1922(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 128, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: wireless engineer (Roebourne, 1913); radio operator (Esperance, 1916-1917); wireless operator (Roebourne, 1917-1918); telegraphist (Oakleigh, 1921) ===''FLOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Flood|Flood, Arthur George]] [https://www.familysearch.org/tree/person/details/G6BF-HPG] - 1883(Eng)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 238, 1916; 2COCP 415, 1932; 1COCP 348, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIL Flinders Island (1917-1918) - Electoral Rolls: engineer (Emita, Flinders Island, Tas, 1914-1919); radio telegraphist (Thursday Island, 1925; Meeandah, Qld, 1928; Eagle Farm, Qld, 1936-1937; Cooktown, Qld, 1943); retired (Cairns, 1954-1958; Eventide Home, Charters Towers, 1963) ===''FOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Lillico Fogg|Fogg, Hugh Lillico]] [https://www.familysearch.org/tree/person/details/GW8N-KRZ] - 1900(Tas)-1975(WA) - Licences: 6HF Perth (Mt Lawley, 1931-1939); 5HF Mt Barker (1947-1948); 3AHF Benalla (1954-1960); 6HF Perth (Inglewood, 1965-1975) - Qualifications: cc; AOCP 787, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Perth, WA, 1931); clerk (Maylands, WA, 1936); bank officer (Maylands, WA, 1943); manager (ANZ Bank, Benalla, Vic, 1954); retired (Inglewood, WA, 1963-1972) ===''FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry James Bartholomew Foley|Foley, Henry James Bartholomew]] [https://www.familysearch.org/tree/person/details/G8QZ-5SV] - 1886(NSW)-1954(NSW) - Licences: Sydney (Randwick, 1911) - Qualifications: pre AOCP - early wireless experimenter - Electoral Rolls: clerk (Randwick, 1913); merchant (Drummoyne, 1930-1954) ===''FOLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Ulrich Francis Folie|Folie, Max Ulrich Francis]] [https://www.familysearch.org/tree/person/details/G8VC-Y7F] - 1909(Vic)-1968(Vic) - Licences: 3WZ Melbourne (Hawthorn East, 1930-1933); 3GZ Mildura (1946-1965) - Qualifications: AOCP 682, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Auburn, 1931); radio engineer (Mildura, 1934-1968) ===''FONTAINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Alfred Fontaine|Fontaine, Louis Alfred]] [https://www.familysearch.org/tree/person/details/GMDQ-L2V] - 1894(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT, 1914, No. 3 in Aus and Vic - RANRS; coastal wireless operator (VIG, Port Moresby, 1915-1918) - Electoral Rolls: radio telegraphist (Radio Station, Wyndham, 1918; Geraldton, 1922; Thursday Island, 1934-1936); telegraphist (St Kilda, 1937); radio telegraphist (Malvern, 1942); electrician (Camberwell, 1949) ===''FOOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Foot|Foot, George]] [https://www.familysearch.org/tree/person/details/G6BT-FVF] - 1878(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 36, 1915 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: wireless operator (South Yarra, 1915; St Kilda, 1916-1917); RAN (Balaclava, 1919); tobacconist (Sandringham, 1925); manager (Prahran, 1937); clerk (St Kilda, 1942); retired (Dandenong, 1949-1954) ===''FORECAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Mark Llewllyn Forecast|Forecast, Arthur Mark Llewllyn]] [https://www.familysearch.org/tree/person/details/9HPS-H18] - 1901(Vic)-1986(Vic) - Licences: 3AM Melbourne (Malvern, 1926-1931; St Kilda, 1933; Caulfield, 1937-1939, 1946-1948; The Basin, 1954-1975; Ferntree Gully, 1980+) - Qualifications: AOCP 279, 1926, No. ?? in Vic; AOLCP 141, 1934; BOCP 156, 1938; 1COCP 245, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: biograph operator (Malvern, 1925-1928); projectionist (St Kilda, 1931-1934); biograph operator (Caulfield East, 1937-1942; Glenhuntley, 1949); projectionist (The Basin, 1963-1972); retired (Ferntree Gully, 1977; Knoxfield, 1980) ===''FOREMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Graham Foreman|Foreman, Edgar Graham]] [https://www.familysearch.org/tree/person/details/GD95-36X] - 1908(Qld)-1981(Qld) - Licences: 4GF Ayr (1935-1939); 4GF Townsville (North Ward, 1947-1980+) - Qualifications: cc; AOCP 1577, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Stanton Hill, Qld, 1930); salesman (Ayr, Qld, 1934-1937); procurement specialist (Townsville, Qld, 1949); business proprietor (Townsville, Qld, 1954-1968); proprietor (Townsville, Qld, 1972-1980) ===''FORREST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Forrest|Forrest, John]] - 1847(WA)-1918(???) - state politician, senior federal politician (Postmaster-General 1901, 17 days) ===''FORSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Joseph Forshaw|Forshaw, Charles Joseph]] [https://www.familysearch.org/tree/person/details/GDGW-783] - 1895(Vic)-1961(Vic) - Licences: XJDA Melbourne (Elwood, 1913-1914); V736 Receive Hamilton (1922); 3GQ Receive Hamilton (1922) - Qualifications: cc; Nil yet identifed - early wireless experimenter; amateur receiver; WW1 - Electoral Rolls: bank clerk (Myrtleford, 1917); clerk (Oakleigh, 1924-1937; Gardiner, 1943; Elsternwick, 1949; Glenhuntly, 1954) ===''FORSYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Arthur Forsyth|Forsyth, Royce Arthur]] [https://www.familysearch.org/tree/person/details/GD1R-3S5] - 1917(Tas)-1973(Tas) - Licences: 7BC Launceston (1936-1939) - Qualifications: cc; AOCP 1637, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (Launceston, 1943); teacher (Hobart North, 1944); schoolteacher (Bellerive, 1949-1972) ===''FORSYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Edgar Forsythe|Forsythe, Leonard Edgar]] [https://www.familysearch.org/tree/person/details/GWBY-MTR] - 1894(NSW)-1981(NSW) - Licences: 2BF Receive Sydney (Northbridge, 1922); 2BF Sydney (Northbridge, 1922-1929; Drummoyne, 1930-1933; Snapper Island, 1934-1939) - Qualifications: cc; AOCP 40, 1924, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: flagmaker (Northbridge, 1930-1949); department manager (Drummoyne, 1958); ship's chandler (Drummoyne, 1963-1980) ===''FORTESCUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fortescue|Fortescue, Charles]] [https://www.familysearch.org/tree/person/details/LD8X-GQ7] - 1893(Qld)-1971(Qld) - Licences: 4GE Toowoomba (1922-1924); 4CF Toowoomba (1925-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military (CMF, Colonel); WW2; jeweller - Electoral Rolls: jeweller (Toowoomba, 1913-1958); nil (Toowoomba, 1963-1968) ===''FOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Foster|Foster, Ernest John "Ernie"]] - 1914(Qld)-1967(Qld) - 4BY Brisbane, amateur operator (no record of AOCP; AOCP ??, 19??, No. ?? in Qld), broadcast engineer (4MB, 4BU), military (WW2, RAAF) * [[/James Foster|Foster, James]] [https://www.familysearch.org/tree/person/details/GX2Z-27G] - 1915(SA)-1998(SA) - Licences: 5TX Adelaide (North Kensington, 1933-1939); 5LU Adelaide (Dulwich, 1947-1948; Oaklands, 1954-1965; Marion, 1969-1980+) - Qualifications: cc; AOCP 1140, 1933, SA; 1COCP 1046, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (Frewville, SA, 1943) ===''FOURRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Fourro|Fourro, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/G4D1-YRR] - 1906(NSW)-1978(ACT) - Licences: 2VF Corowa (1930-1936) - Qualifications: AOCP 703, 1930, NSW; AOLCP 165, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Narrandera, 1930); telephone mechanic (Corowa, 1931-1935); wireless mechanic (Corowa, 1936); mechanic (Brighton-le-Sands, 1937); foreman mechanic (2CY Canberra, 1943-1954); supervising technician (2BA Bega, 1958-1963); technician (Merimbula, 1968-1972) ===''FOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Malcolm Fowles|Fowles, Gordon Malcolm]] [https://www.familysearch.org/tree/person/details/G8H2-RC9] - 19??(???)-19??(???) - Licences: 3GF Melbourne (Elwood, 1929-1931); 3AMF Melbourne (Wheeler's Hill, 1948-1960; Avonsleigh, 1965-1969); 3AMF Cowes (1975) - Qualifications: AOCP 490, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: panel beater (Albert Park, 1943; Hamilton, 1949); farmer (Avonsleigh, 1968); retired (Cowes, 1972) ===''FOX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Fox|Fox, William George]] [https://www.familysearch.org/tree/person/details/G6BY-J5Z] - 1886(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 106, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Comment: several contemporaneous WG Fox; Electoral Rolls: Nil yet identified ===''FOXCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Foxcroft|Foxcroft, Allan]] [https://www.familysearch.org/tree/person/details/GFQS-K5P] - 1921(WA)-2008(Vic) - Licences: 6AF Perth (Victoria Park, 1937-1939); 3AE Melbourne (Caulfield, 1947-1980+) - Qualifications: cc; AOCP 1859, 1937, WA; 1COCP 506, 1941 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: technician (Caulfield, Vic, 1949-1963); engineer (Caulfield, Vic, 1967-1980) ===''FRAME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vivian Horace Frame|Frame, Vivian Horace]] [https://www.familysearch.org/tree/person/details/GHQ1-4QT] - 1899(Qld)-1959(Qld) - Licences: Receive (Valve) Mareeba (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: draftsman ( Brisbane City, Qld); public works officer (Mareeba, Qld, 1922); architect (Brisbane City, Qld, 1925-1928; Sandgate, Qld, 1936-1937; Virginia, Qld, 1949-1954; Norman Park, Qld, 1958) ===''FRANK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kendall Thomas Frank|Frank, Kendall Thomas]] [https://www.familysearch.org/tree/person/details/G8N2-TGZ] - 1904(WA)-1951(Qld) - Licences: Nil yet identified - Qualifications: CPRT 921, 1926; 2COCP 289, 1930; 1COCP 64, 1935 - ship wireless operator (AWA), coastal wireless operator, amateur operator?, broadcast engineer (4PM) - Electoral Rolls: radio engineer (Lakemba, 1943) - [https://adb.anu.edu.au/biography/frank-kendall-thomas-10236 ADB] ===''FRANZI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Franzi|Franzi, William Ronald "Bill" (formerly Emilio Stefan)]] - 1909(Italy)-19??(SA) - 4FR Atherton (1938-1939), 5FR Adelaide (Da Costa Park, 1946-1965; Glenelg East, 1969-1975), 5VK American Beach (1975-1980), amateur operator (AOCP 2192, 1938, No. ?? in Qld), amateur broadcaster, radio clubs (IREE), military (RAAF), employment (radio technician) ===''FRASER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Douglas Fraser|Fraser, James Douglas]] [https://www.familysearch.org/tree/person/details/G8NS-MQ3] - 1900(NSW)-1956(NSW) - Licences: 2JF Quirindi (1930-1935) - Qualifications: AOCP 637, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical engineer (Quirindi, 1930-1943); engineer (Picton, 1949-1954) * [[/H. Fraser|Fraser, H.]] - 19??(???)-19??(???) - 2JC Tamworth (1924-1925), amateur operator (no record of AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster * [[/Henry George Fraser|Fraser, Henry George]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 1001, 1932, No. ?? in ?? - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet identified, at least two HGF engineers ===''FRAZER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Frazer|Frazer, Charles Edward "Charlie"]] - 1880(Vic)-1913(Vic) - politician (Postmaster-General, 1911-1913) ===''FREEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Freeman|Freeman, Arthur Charles]] [https://www.familysearch.org/tree/person/details/G8ZL-4F7] - 19??(???)-1971(NSW) - Licences: 2AS Sydney (Burwood, 1929-1939; Ashfield, 1946-1958; Cheltenham, 1960-1969) - Qualifications: AOCP 544, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: packer (Newtown, 1930-1931; East Sydney, 1933-1935); engineer (Burwood, 1936-1937; Ashfield, 1943-1958; Cheltenham, 1963-1968) - individual not fully identified * [[/L. Freeman|Freeman, L.]] - 18??-19?? - Licences: XQB Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''FREESTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Roy Freestone|Freestone, Leslie Roy]] [https://www.familysearch.org/tree/person/details/LRCK-NB5] - 1896(Vic)-1982(Vic) - Licences: 3LF Ballarat (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Ballarat, 1916-1920); commercial traveller (Ballarat, 1921-1936); traveller (Brighton, 1937-1954); nil (Geelong, 1977-1980) ===''FRETTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/O'Della Paul Fretten|Fretten, O'Della Paul "Paul"]] [https://www.familysearch.org/tree/person/details/G845-BQH] - 1894(Eng)-1977(Vic) - Licences: 2RU Sydney (Concord, 1928-1930) - Qualifications: AOCP 460, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Concord, 1930; Strathfield, 1933); foreman (Lane Cove, 1936-1937); public servant (St Kilda, 1943); cafe proprietor (Melbourne, 1949); sales manager (St Kilda, 1963); instructor (Brighton, 1967-1968); retired (Malvern East, 1972; Fitzroy North, 1977) ===''FREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Samuel Vernon Frew|Frew, Geoffrey Samuel Vernon]] [https://www.familysearch.org/tree/person/details/G87N-ZC1] - 1909(Vic)-1984(Vic) - Licences: 3PM Melbourne (Glen Iris, 1928-1933; Brighton, 1937-1939, 1946-1956); 3PL Melbourne (Brighton, 1960); 3JK Melbourne (Brighton, 1969); 3PM Melbourne (1975-1980+) - Qualifications: AOCP 402, 1928, No. ?? in Vic; AOLCP 66, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1933); manager (Brighton, 1936-1937); engineer (Footscray, 1943; Brighton, 1949-1980) ===''FRIAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Owen Friar|Friar, Archibald Owen]] [https://www.familysearch.org/tree/person/details/G4LQ-LGV] - 1905(NSW)-1963(NSW) - Licences: 2AO Ulmarra (1929-1931); 2AO Grafton, 1933-1939) - Qualifications: AOCP 504, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chainman (Ulmarra, 1930-1937); garage proprietor (South Grafton, 1943-1963) ===''FROGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard James Frogley|Frogley, Gerard James]] [https://www.familysearch.org/tree/person/details/G7K7-JNM] - 1902(Eng)-1977(Eng) - Licences: 3GF Melbourne (Richmond, 1926-1927) - Qualifications: AOCP 240, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (East Melbourne, 1924); battery mechanic (Richmond, 1925-1931) ===''FRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Turner Fry|Fry, Alfred Turner]] [https://www.familysearch.org/tree/person/details/GDRX-2SL] - 1881(NSW)-1928(Vic) - Licences: 7BG Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: metallurgist (Ballarat, 1917; Queenstown, Tas, 1919-1922; Sandringham, 1924-1927) * [[/Reginald Hall Fry|Fry, Reginald Hall]] [https://www.familysearch.org/tree/person/details/GZ6Y-9WN] - 1891(NSW)-1976(NSW) - Licences: 2KC Sydney (Croydon, 1922-1929; Killara, 1930-1933); 2KC Parkes (1934); 2KC Goulburn (1935-1936); 2KC Wollongong (1937-1939) - Qualifications: cc; AOCP 86, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil engineer (Gordon, 1930; Killara, 1933; Goulburn, 1935-1936; Wollongong, 1937; Killara, 1943-1968); engineer (Killara, 1972) ===''FRYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Norman Fryer|Fryer, Keith Norman]] [https://www.familysearch.org/tree/person/details/G3KH-TZ8] - 1906(Vic)-19??(???) - Licences: 2KF Sydney (Suspension Bridge, 1927-1928) - Qualifications: AOCP 332, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Neutral Bay, 1930-1931; Northbridge, 1934; North Sydney, 1936; Mosman, 1943-1949) ===''FULCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/J. Fulcher|Fulcher, J.]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, (Halcyon, P. 4) ===''FYSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Oakley Fysh|Fysh, Philip Oakley]] [https://www.familysearch.org/tree/person/details/LHNP-534] - 1835(Eng)-1919(Tas) - state politician (MLC Tas, 1860s through 1890s; MHA Tas 1870s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1903-1904) - Relationships: grandfather of 7PF Philip Oakley Fysh * [[/Philip Oakley Fysh|Fysh, Philip Oakley "Phil"]] [https://www.familysearch.org/tree/person/details/L2YS-4ZR] - 1897(Tas)-1966(Tas) - Licences: 7PF Launceston (1925-1927) - Qualifications: cc; AOCP 128, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; radio clubs (Launceston Radio Experimenters' Club, WIA Launceston); WW2 - Relationships: grandson of Philip Oakley Fysh, federal Postmaster-General 1903-1904 - Electoral Rolls: merchant (Launceston, 1922-1954) =='''G'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''GABBERTAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Gabbertas|Gabbertas, Jack]] [https://www.familysearch.org/tree/person/details/GF9C-2W7] - 1915(Eng)-2003(WA) - Licences: 6GB Perth (Maylands, 1936-1939; Mt Hawthorn, 1947-1980+) - Qualifications: cc; AOCP 1810, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, WA, 1937; East Perth, WA, 1943); mechanic (Mt Hawthorn, WA, 1949-1980) ===''GADSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Wilkinson Gadsden|Gadsden, Stanley Wilkinson]] [https://www.familysearch.org/tree/person/details/GM38-WZ2] - 1887(Vic)-1957(Vic) - Licences: 3SW Melbourne (Kew, 1924-1939) - Qualifications: AOCP 26, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; radio clubs (WIA Vic, Chief of Council, 1926); placed 2nd in 3LO amateur broadcasting competition 1926 - Electoral Rolls: printer (Kew, 1908-1915); manufacturer (Kew, 1917-1954) ===''GALLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Galle|Galle, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/GX2P-KXN] - 1912(SA)-2008(SA)96yo - Licences: 5QR Adelaide (Prospect, 1931-1939, 1947-1948; Enfield, 1954-1980+) - Qualifications: cc; AOCP 834, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Jabuk, SA, 1939-1941); schoolteacher (Tailem Bend, SA, 1943) ===''GAMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ray Gamble|Gamble, William Ray "Ray"]] - 1928(NSW)-2011(NSW) - broadcast engineer (BOCP 961, 1948), station manager, radio network principal [https://radioinfo.com.au/news/vale-ray-gamble Radio Info] ===''GAMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Gamon|Gamon, George Arthur]] - 1900(Vic)-1977(???) - 3GG Melbourne (South Yarra, 1925-1926; Middle Park, 1927), amateur operator (AOCP 89, 1925, No. ?? in Vic), amateur broadcaster ===''GARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Garing|Garing, William Henry]] [https://www.familysearch.org/tree/person/details/G8WV-2YG] - 1910(Vic)-2004(NSW) - Licences: Nil identified - Qualifications: AOCP 431, 1928, No. ?? in Vic - amateur operator? - Electoral Rolls: cadet (Point Cook, 1931-1934); airman (Point Cook, 1937); RAAF officer (Townsville, 1943; Point Cook, Vic, 1958; Williamtown, NSW, 1958); executive director (Turramurra, 1968); director (Turramurra, 1980) ===''GARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Raymond Garner|Garner, Alan Raymond]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: PMG technician! (Frankston, 1963-1980) ===''GARNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Garnett|Garnett, Brian]] - 19??(???)-19??(???) - 4AHN Currimundi, amateur operator (AOCP ??, 19??, No. ?? in Qld), ===''GARRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Randolph Garran|Garran, Richard Randolph]] [https://www.familysearch.org/tree/person/details/K822-L54] - 1903(Vic)-1991(ACT) - Licences: 3AW Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (Toorak, 1924-1925); manager (Semaphore, SA, 1941; Caulfield, Vic, 1954-1980) ===''GARRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Benjamin Walter Garrett|Garrett, Horace Benjamin Walter]] [https://www.familysearch.org/tree/person/details/G7PD-9SV] - 1906(Vic)-1979(Vic) - Licences: 3JI Melbourne (Box Hill, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster - Electoral Rolls: sales (Box Hill, 1928-1934); radio mechanic (Box Hill, 1936); salesman (Box Hill, 1943-1977) ===''GARTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Garth|Garth, Reginald]] [https://www.familysearch.org/tree/person/details/G8DX-47Z] - 1903(Eng)-1959(Tas) - Licences: 2VZ Sydney (Coogee, 1930; Clovelly, 1931-1933; Bankstown, 1934-1936); 4VZ Mackay (1937-1939); 3SF Melbourne (Preston, 1948; Seaford, 1954); 7RG Trevallyn, 1955-1956) - Qualifications: cc; AOCP 584, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Clovelly, NSW, 1930-1933); mechanic (Bankstown, NSW, 1934-1936); electrician (Slade Point, Qld, 1937-1943; Beaconsfield, Tas, 1958) ===''GAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Holman Gay|Gay, Augustus Holman]] [https://www.familysearch.org/tree/person/details/G8PF-938] - 1902(Vic)-1984(Vic) - Licences: 3SM Warragul (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Warragul, 1927-1934); engineer (South Yarra, 1936-1954); electrical engineer (Kew, 1963-1980) * [[/Vivian James Gay|Gay, Vivian James]] [https://www.familysearch.org/tree/person/details/LYT8-VJJ] - 1908(NSW)-1999(Qld) - Licences: 2VI Sydney (Chatswood, 1935-1939; North Sydney, 1946-1947; Lane Cove, 1948-1965); 2VI Burradoo (1980+) - Qualifications: cc; AOCP 1510, 1935, NSW - amateur operator; amateur broadcaster - Electoral Rolls: printer (Artarmon, 1930-1937; Chatswood, 1943); master printer (Lane Cove, 1949-1968); printer (Artarmon, 1972); retired (Burradoo, 1977-1980) ===''GEAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Vivian Geake|Geake, Wilfred Vivian]] [https://www.familysearch.org/tree/person/details/GXTF-H1J] - 1893(SA)-1974(SA) - Licences: 5BR Receive Kooringa (1922); 5BR Receive (Murray Bridge, 1923); Receive Murray Bridge (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hillside, SA, 1939) ===''GEDDES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Albert Geddes|Geddes, Frank Albert]] - 1901(NSW)-1922(NSW) - 2GC Sydney (Waverley, 1922, receive only), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), radio clubs (Waverley Radio Club), due to age licence held in name of father Francis G Geddes ===''GEEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Leslie Geeves|Geeves, Philip Leslie "Phil"]] [https://www.familysearch.org/tree/person/details/G88C-Y8Y] - 1917(NSW)-1983(NSW) - radio broadcaster (VK2ME, 2CH, ABC); employment (AWA, 1937-1970s); journalist (SMH); historian (AWA, broadcasting); awards (OAM, 1980) - Electoral Rolls: radio executive (Bexley, 1949-1963); executive (Hurstville South, 1972-1980) ===''GEISEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elizabeth Aileen Geisel|Wallace nee Geisel, Elizabeth Aileen "Betty"]] [https://www.familysearch.org/tree/person/details/GXK7-NJ4] - 1921(SA)-2000(SA) - Licences: 5YL Murray Bridge (1936-1939) - Qualifications: cc; AOCP 1788, 1936, SA; 2COCP 448, 1941; 1COCP 544, 1941 - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: Nil yet identified - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''GEORGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Heinrich Alfred August George|George, Heinrich Alfred August "Henry", "Harry"]] [https://www.familysearch.org/tree/person/details/G387-XZ4] - 1899(Vic)-1968(Vic) - Licences: 3ZP Melbourne (Footscray, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1919-1963) ===''GEORGESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Georgeson|Georgeson, James]] [https://www.familysearch.org/tree/person/details/LTS1-17Q] - 1897(Eng)-1976(Taiwan) - Licences: 5JD Adelaide (Glenelg, 1936-1938); 2AKU Sydney (Neutral Bay, 1939; Granville, 1946-1947; Artarmon, 1948-1954; Lane Cove (1955); Artarmon (1956-1975) - Qualifications: cc; AOCP 1783, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, NSW, 1943); engineer (Artarmon, NSW, 1949-1954); electrical engineer (Artarmon, NSW, 1963-1968); engineer (Artarmon, NSW, 1972) ===''GERAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/James Anselm Geraghty|Geraghty, James Anselm]] [https://www.familysearch.org/tree/person/details/GZVD-VY9] - 1877(???)-1969(Qld) - Licences: 4CS Receive Townsville (1923); 4CS Townsville (1923-1924); 4CS Brisbane (Nudgee, 1924); 4CS Gympie (1924); 4CS Townsville (1925); 4CS Gympie (1925-1927); 2JG Wagga Wagga (1929); 7CB Launceston (1931); 4CB Brisbane (Nudgee, 1933); 4AC Bundaberg (1934) - Qualifications: AOCP 186, 1925, No. 17 in Qld - amateur operator; amateur broadcaster; minister of religion and teacher (Christian Brothers) - Electoral Rolls: teacher (Ballarat, 1906; Gympie, 1909-1913; Dunedin, 1914-1916; South Brisbane, 1919-1925; Tamworth, 1930; Bundaberg, 1934; Ipswich, 1943; Albion, 1949; Gympie, 1954); retired (Boondall, 1958-1968) ===''GIBBON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Foster Gibbon|Gibbon, Thomas Foster]] [https://www.familysearch.org/tree/person/details/G857-MWS] - 1896(Vic)-1965(Vic) - Licences: XJAV Melbourne (Kew, 1913-1914); Receive (Valve) Melbourne (Kew, 1923); 3XZ Melbourne (Kew, 1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: student (Kew, 1919-1925); electrical engineer (Kew, 1928-1954); engineer (Kew, 1963) ===''GIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gibbons|Gibbons, Frederick]] [https://www.familysearch.org/tree/person/details/L2XB-YRJ] - 1907(Wales)-19??(???) - Licences: 2FG Sydney (Neutral Bay, 1926-1930) - Qualifications: AOCP 255, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: no occupation (Neutral Bay, 1930); clerk (Gordon, 1954-1968); director (Turramurra, 1972-1977) ===''GIBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. G. Gibson|Gibson, E. G.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Ormiston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified *[[/Edgar McLean Gibson|Gibson, Edgar McLean]] [https://www.familysearch.org/tree/person/details/GS5W-SM5] - 1877(Qld)-1969(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1925), possibly held on behalf of son Leighton - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radio clubs - Relationships: father of 4AN William Leighton Gibson - Electoral Rolls: electrical engineer (Toowoomba, 1908-1917; Greenslopes, 1922); engineer (Manly, 1936-1937; Hawthorne, 1943-1968) *[[/George Holland Gibson|Gibson, George Holland]] [https://www.familysearch.org/tree/person/details/MXPG-HB4] - 1892(Qld)-1978(Qld) - Licences: XQG Brisbane (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: carpenter (Fortitude Valley, 1915-1917); mechanic (Newmarket, 1919-1928; New Farm, 1937-1943); telephone technician (Bulimba, 1954-1977) * [[/Richard Leslie Gibson|Gibson, Richard Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9QNS-G8V] - 1900(NSW)-1976(NSW) - Licences: 2GH Alstonville (1930-1939) - Qualifications: AOCP 578, 1930, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Alstonville, 1930-1949); retired (Alstonville, 1963-1968; Ballina, 1972) * [[/William Gerrand Gibson|Gibson, William Gerrand]] [https://www.familysearch.org/tree/person/details/LWJY-5G9] - 1869(Vic)-1955(Vic) - Politician, Federal Postmaster-General 1923-1929 [https://adb.anu.edu.au/biography/gibson-william-gerrand-6313 ADB] *[[/William Leighton Gibson|Gibson, William Leighton "Leighton" & "Gibby"]] [https://www.familysearch.org/tree/person/details/GS5W-Q7S] - 1907(Qld)-1995(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1927) - Qualifications: AOCP 73, 1925, No. 7 in Qld - amateur operator; amateur broadcaster; journalist (QRN "Bananalander"); wireless business employee (Phillips Radio) - Relationships: son of 4AN Edgar McLean Gibson - Electoral Rolls: salesman (Manly, Qld, 1936-1937; Camp Hill, Qld, 1943); manager (Balgowlah, NSW, 1949); business executive (Balgowlah, NSW, 1958); regional representative (Palm Beach, Qld, 1963-1980) ===''GIDDINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hudson Giddings|Giddings or Whitney, Albert Hudson]] [https://www.familysearch.org/tree/person/details/GXR4-PDP] - 1914(Vic)-19??(???) - Licences: 5FI Adelaide (Nailsworth, 1935-1937) - Qualifications: cc; AOCP 1556, 1935, SA; 1COCP 102, 1936 - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant, Signals) - Electoral Rolls: PMG employee (Sale, Vic, 1968); technician (Elwood, Vic, 1972); clerk (Hughs, ACT, 1977-1980) - Links: [https://vwma.org.au/explore/people/612780 VWMA] * [[/Albert William James Giddings|Giddings, Albert William James]] [https://www.familysearch.org/tree/person/details/9711-NG3] - 1909(Vic)-1983(Vic) - Licences: 3DG Stratford (1935-1939); 3DG Numurkah (1947-1948); 3DG Lancefield (1954-1969); - Qualifications: cc; AOCP 1574, 1935, SA - amateur operator; amateur broadcaster;; WW2 (RAAF, Warrant Officer) - Electoral Rolls: bank official (Culgoa, Vic, 1931); bank clerk (Pakenham East, Vic, 1934); bank officer (Stratford, Vic, 1936-1937); warrant officer RAAF (Point Cook, Vic, 1942); bank official (Numurkah, Vic, 1949) ===''GILFILLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles Kent Gilfillan|Gilfillan, William Charles Kent]] [https://www.familysearch.org/tree/person/details/GDPF-93Q] - 1869(NSW)-1952(NSW) - Licences: 2AM Receive Sydney (Greenwich, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: independent means (Manly, 1913); soldier (Manly, 1930-1935); no occupation (Redfern, 1937); manufacturer (Mosman, 1943-1949) ===''GILHOOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Forrest Gilhooley|Gilhooley, Joseph Aloysius Forrest]] [https://www.familysearch.org/tree/person/details/GDPF-L6N] - 1877(NSW)-1950(NSW) - Licences: 2AH Receive Sydney (Woollahra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: clerk (Darlinghurst, 1903; Hunters Hill, 1930-1935); traveller (Hunters Hill, 1937-1949) ===''GILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Stewart Gill|Gill, Alan Stewart]] [https://www.familysearch.org/tree/person/details/GH6B-JQ4] - 1907(NSW)-1983(Tas) - Licences: 7AS Launceston (1925-1927) - Qualifications: cc; AOCP 191, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; scientist & engineer (Electrolytic Zinc Co) - Electoral Rolls: research chemist (Hobart Central, 1928; Sandy Bay, 1936-1949); chemist (Hobart South, 1954) * [[/Alfred Wyatt McKenzie Gill|Gill, Alfred Wyatt McKenzie]] [https://www.familysearch.org/tree/person/details/GDBP-B8D] - 1908(NSW)-1959(NSW) - Licences: 2TS Receive Sydney (Killara, 1923); 2TS Sydney (Killara, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: barrister (Killara, 1933-1937; Wahroonga, 1949); soldier (Wahroonga, 1943); airline officer (Wahroonga, 1954-1958) ===''GILLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Rex Gregory Gillett|Gillett, Clarence Rex Gregory]] [https://www.familysearch.org/tree/person/details/GWJC-ZDW] - 1919(SA?)-2020(SA) - prominent MW and SW broadcast DXer (1940-1990), clubs (All Wave All World DX Club, Australian DX Radio Club (SA Branch), South Australian DX Radio Club, Australian Radio DX Club, Southern Cross DX Club, DX Australia, New Zealand Radio DX League) - substantial portion (100+) of QSL collection survives (SSD, NFSA) ===''GILLHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman William Gillham|Gillham, Norman William]] [https://www.familysearch.org/tree/person/details/GMTT-M8V] - 1906(Tas)-1994(Tas) - Licences: Receive Hobart (Sandy Bay, 1923-1924); 7NW Hobart (Sandy Bay, 1925-1927) - Qualifications: cc; AOCP 176, 1925, No. ?? in Tas; CPRT 944, 1927 - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Sandy Bay, 1928); joiner (Queensborough, 1936-1937); builder (Nelson, 1943-1954) ===''GILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Clifford Gillon|Gillon, Peter Clifford]] [https://www.familysearch.org/tree/person/details/GD7M-X53] - 1895(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 99, 1915 - Coastal wireless operator - Electoral Rolls: operator (Bondi, 1934); radio telegraphist (Crow's Nest, NSW, 1936; Cooktown, Qld, 1937; Townsville, 1943); telegraphist (Kensington, NSW, 1949-1954; Cremorne, 1958); radio operator (Cremorne, 1963-1968) ===''GILMOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Stanley Gilmour|Gilmour, Norman Stanley]] [https://www.familysearch.org/tree/person/details/GZZD-PVG] - 1890(Vic)-1962(NSW) - Licences: 2ZU Sydney (Neutral Bay, 1923-1930; Potts Point, 1931; City, 1933-1939; Mosman, 1948-1960) - Qualifications: cc; AOCP 28, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: director (Neutral Bay, 1930); business manager (Darlinghurst, 1931); engineer (Darlinghurst, 1934-1937; Mosman, 1943-1958) ===''GINBEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Haldane Ginbey|Ginbey, Ian Haldane]] [https://www.familysearch.org/tree/person/details/GFM1-73N] - 1913(WA)-1962(WA) - Licences: 6IG Perth (Fremantle, 1938-1939; Bicton, 1947-1948; Attadale, 1954-1960) - Qualifications: cc; AOCP 2084, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (South Fremantle, WA, 1936; Fremantle, WA, 1937; South Fremantle, WA, 1943); salesman (Melville, WA, 1958) ===''GINGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ubitt Victor Ginger|Ginger, Ubitt Victor]] [https://www.familysearch.org/tree/person/details/GS5P-G76] - 1891(NSW)-1943(NSW) - Licences: 2LF Receive Sydney (Mosman, 1922-1923); 2LF Sydney (Mosman, 1922-1924; North Sydney, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; police officer - callsign 2LF to L. R. Filmer, Toronto from Sep 1925, Bracken from 1933 - Electoral Rolls: constable (Chatswood, 1930-1933); police constable (Marrickville, 1934); constable (Naremburn, 1936-1937) ===''GINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Ginn|Ginn, Ernest George]] [https://www.familysearch.org/tree/person/details/GXZC-95C] - 1917(Qld)-2015(Qld) - Licences: 4GE Townsville (1936-1939; 1946-1948); 4GE Brisbane (Hendra, 1955-1980+) - Qualifications: cc; AOCP 1749, 1936, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ), military (WW2, RAAF, AIF); employment (life insurance agent) - Electoral Rolls: salesman (Townsville, Qld, 1943); shop assistant (Windsor, Qld, 1949); salesman (Hendra, Qld, 1954-1980) ===''GIVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/L. James M. Givens|Givens, L. James M. "James"]] [https://www.familysearch.org/tree/person/details/G8LX-7WR] - 1905(Vic)-1957(Vic) - Licences: 3EP Receive Melbourne (Canterbury, 1922-1923); 3EP Melbourne (Canterbury, 1924-1927); 3XY Melbourne (Canterbury, 1931) - Qualifications: cc; CPRT 849, 1925; AOLCP 121, 1933 - amateur operator, amateur broadcaster - Electoral Rolls: wireless officer (Canterbury, 1931-1937; Camberwell, 1943); photographer (Delbridge, 1954) ===''GLASSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Ronald John Glassop|Glassop, Ronald John]] [https://www.familysearch.org/tree/person/details/LBZX-P8N] - 1910(NSW)-1996(Qld) - Licences: 2RF Newcastle (City, 1934-1935; Blackhalls, 1936; Hamilton East, 1937); 4BG Brisbane (Clayfield, 1937-1939); 4BG Maryborough (1947-1969); 4BG North Tamborine (1980) - Qualifications: cc; AOCP 1288, 1934, NSW - amateur operator; amateur broadcaster; WW2; insurance assessor - Electoral Rolls: no occupation (Newcastle, NSW, 1932-1935); clerk (Hamilton, NSW, 1937); insurance inspector (Clayfield, Qld, 1937); insurance secretary (Maryborough, Qld, 1949-1968); retired (Miami, Qld, 1972; Mt Tamborine, Qld, 1977-1980) ===''GLOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Frederick Glover|Glover, Alexander Frederick or Frederick Alexander]] [https://www.familysearch.org/tree/person/details/L246-XZ6] - 1925(Vic)-2001(Vic) - Licences: 3AFG Sale (1948-1980+) - Qualifications: cc; AOCP 2705, 1948, Vic - amateur operator; amateur broadcaster - Electoral Rolls: operator (Sale, 1949); mechanic (Sale, 1954-1980) * [[/Arthur James George Glover|Glover, Arthur James George]] [https://www.familysearch.org/tree/person/details/2MT8-CZ8] - 1907(Vic)-1977(Vic) - Licences: 3AG Melbourne (Box Hill, 1928-1931; Surrey Hills, 1933); 3AG Warrnambool (1937-1939); 3AG Melbourne (Box Hill, 1946-1960; Camberwell, 1965-1975) - Qualifications: cc; AOCP 392, 1928, No. ?? in Vic; CPRT 1129, 1928; 2COCP 153, 1930; 1COCP 29, 1930 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Box Hill, 1931); engineer (Box Hill, 1936); radio engineer (Warrnambool, 1937); engineer (Canterbury, 1943; Box Hill, 1949-1954); automation engineer (Camberwell, 1963-1968); engineer (Camberwell, 1972-1977) * [[/Maurice Glover|Glover, Maurice]] [https://www.familysearch.org/tree/person/details/G8SK-25R] - 1912(Vic)-2003(Tas) - Licences: 7MG Hobart (Sandy Bay, 1938-1939, 1946-1948); 7MG Swansea (1954-1980+) - Qualifications: cc; AOCP 2129, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Nelson, 1943); no occupation (Swansea, 1949; Nelson, 1954) * [[/Maxwell Arthur Glover|Glover, Maxwell Arthur "Max"]] [https://www.familysearch.org/tree/person/details/G8SK-58X] - 1902(Vic)-1982(Vic) - Licences: 3GB Receive Melbourne (Auburn, 1922); 3GB Melbourne (Camberwell, 1924-1925) - Qualifications: No record of AOCP; 3COCP 671, 1948 - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Camberwell, 1924-1934); wool buyer (Toorak, 1935-1936; South Yarra, 1937); director (Malvern, 1949-1980) ===''GLUSKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Gluskie|Gluskie, C. R.]] - 19??(???)-19??(???) - Licences: Receive Hobart (New Town, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''GODDARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Endacott Goddard|Goddard, John Endacott]] [https://www.familysearch.org/tree/person/details/KNBM-L27] - 1914(WA)-1943(Crete) - Licences: 6JG Perth (North Perth, 1935-1939) - Qualifications: AOCP 1427, 1935, WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Fremantle, 1936) - Sacrifice: "Greater love hath no man than this" - Links: [https://aviationmuseumwa.org.au/afcraaf-roll/goddard-john-endacott-406692/ Aviation Museum WA]; [https://anzac.site/greece/crete-operation-thesis-goddard/ Operation Thesis]; [https://www.awm.gov.au/collection/R1703409 AWM Roll of Honour] ===''GOFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Goford|Goford, Thomas William]] [https://www.familysearch.org/tree/person/details/GXZH-W3H] - 1898(Eng)-1986(Qld) - Licences: 4MI Mount Isa (1936-1939) - Qualifications: cc; AOCP 1675, 1936, Qld; BOCP 387, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Mt Isa, Qld, 1937); broadcasting technician (Goonellabah, NSW, 1943); DCA technician (Alice Springs, NT, 1954-1963) ===''GOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Henry Yarburgh Gold|Gold, Clifford Henry Yarburgh or Yarborough "Cliff"]] [https://www.familysearch.org/tree/person/details/L19B-YYC] - 1906(Qld)-1986(Qld) - Licences: 4CG Brisbane (Hill End, 1926-1931); 4CG Toowoomba (1933-1939, 1946-1980+) - Qualifications: AOCP 262, 1926, No. 21 in Qld; AOLCP 186, 1934 - amateur operator, amateur broadcaster, broadcast engineer (4GR) - Electoral Rolls: shop assistant (West End, 1928-1931); radio operator (Toowoomba, 1934); projectionist (Toowoomba, 1936-1963); radio technician (Balmoral, 1968-1977) - Relationships: nephew of 4EG Edward Edwin Gold; also Doug & Geoff * [[/Douglas Edward Gold|Gold, Douglas Edward]] [https://www.familysearch.org/tree/person/details/G8RL-XQB] - 1917(NSW)-1964(Qld) - Licences: Nil yet identified - Qualifications: BOCP 254, 1939 - amateur operator; amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Geoffrey Kilvington Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio technician (Toowoomba, 1943-1949); assistant manager (Toowoomba, 1954-1958) * [[/Edward Edwin Gold|Gold, Edward Edwin "Ted"]] [https://www.familysearch.org/tree/person/details/L13Q-WZV] - 1894(Qld)-1961(Qld) - Licences: 4EG Toowoomba (1924-1939, 1946-1960) - Qualifications: AOCP 7, 1924, No. 1 in Qld - amateur operator; amateur broadcaster; awarded Class B licence for 4GR Toowoomba; commercial broadcast station proprietor (4GR); Relationships: father of Geoffrey Kilvington Gold; uncle of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: mechanic (Toowoomba, 1925-1958) * [[/Geoffrey Kilvington Gold|Gold, Geoffrey Kilvington]] - 1943(Qld)-1971(Qld) - Licences: Nil yet identified - Qualifications: BOCP 2210, 1963; AOLCP 1608, 1964 - amateur operator, amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Douglas Edward Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio broadcaster (Annerley, 1968) ===''GOLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick John Golden|Golden, Patrick John]] [https://www.familysearch.org/tree/person/details/GSFG-R49] - 1893(Ire)-1943(Qld) - Licences: 4PG Brisbane (Wynnum South, 1927) - Qualifications: cc; Nil yet identified (likely UK) - ship wireless operator; amateur operator; amateur broadcaster; radio business proprietor; WW2 - Electoral Rolls: salesman (Wynnum Heights, 1928-1931); radio dealer (Clayfield, 1936-1937); radio operator (Flying boat base, Karumba, 1943) - Sacrifice: "Greater love hath no man than this" ===''GOLDSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Herbert Goldsmith|Goldsmith, Frank Herbert]] [https://www.familysearch.org/tree/person/details/93SX-QL8] - 1895(WA)-1974(WA) - Licences: 6FG Perth (Nedlands Park, 1927-1939) - Qualifications: cc; AOCP 377, 1927, No. ?? in WA - amateur operator; amateur broadcaster; radio journalist - Electoral Rolls: clerk (West Perth, 1917); journalist (Bunbury, 1921-1922; Nedlands, 1925-1949; Roleystone, 1954-1958); retired (Rossmoyne, 1968-1972) * [[/Gordon William Goldsmith|Goldsmith, Gordon William]] [https://www.familysearch.org/tree/person/details/GZWR-BKR] - 1914(SA)-1998(SA) - Licences: 5HM Cowandilla (1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1629, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Cowandilla, SA, 1939-1943) ===''GOLDSWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Goldsworthy|Goldsworthy, William John]] [https://www.familysearch.org/tree/person/details/M4D7-C24] - 1910(Qld)-1950(Qld) - Licences: 4WA Brisbane (Valley, 1934-1939); 4WA Rockhampton (1947-1948)- Qualifications: cc; AOCP 1341, 1934, Qld; 2COCP 1112, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Valley, Qld, 1934-1943); aeradio operator (Rockhampton, Qld, 1949) ===''GOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jasper Claude Golley|Golley, Jasper Claude]] [https://www.familysearch.org/tree/person/details/GXGK-S1F] - 1904(SA)-1958(SA) - Licences: 5JX Adelaide (Glenelg, 1935-1937; Glengowrie, 1938-1939; Seacliff, 1948-1955) - Qualifications: cc; AOCP 1522, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: schoolteacher (Glengowrie, SA, 1939-1941; Seacliff, SA, 1943) ===''GOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Good|Good, Edward Joseph]] [https://www.familysearch.org/tree/person/details/GMS7-P78] - 1864(Vic)-1931(Vic) - Licences: 3HQ Glenrowan (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Taminick, 1903); traveller (Taminick, 1909-1930) ===''GOODE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Russell Goode|Goode, Arthur Russell]] - 1889(Vic)-1971(Vic) - XLK Melbourne (Moonee Ponds, 1913), early wireless experimenter (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), PMGD (telegraphist, Central Office, Melbourne, 1903-1921), Listener-In (journalist; editor), author several books, grandfather of Michael Goode 3BDL * [[/Michael Goode|Goode, Michael]] - 3ZYY Melbourne (Canterbury, 1969+), 3BDL Melbourne, amateur operator (AOCP ??, 1968, No. ?? in Vic), historian (amateur radio, 5 metres), grandson of XLK Arthur Russell Goode ===''GORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence Arthur Gorman|Gorman, Clarence Arthur]] [https://www.familysearch.org/tree/person/details/GHLZ-X8H] - 1895(NSW)-1970(NSW) - Licences: XCG Sydney (Oatley, 1913-1914); 2EC Receive Sydney (Arncliffe, 1922); 2EC Sydney (Arncliffe, 1923-1925); 2CG Sydney (Rockdale, 1925-1929); designated operator 2UI Illawarra Radio Club (Kogarah, 1923-1925) - Qualifications: cc; AOCP 222, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Comment: NSW winner 1923 Trans-Pacific Tests - Electoral Rolls: plumber (Rockdale, 1930-1931; Kogarah, 1932-1943; Hargrave Park, 1949; Villawood, 1954-1963) ===''GOSTELOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Victor Gostelow|Gostelow, Alfred Victor]] [https://www.familysearch.org/tree/person/details/LVVQ-PCX] - 1897(NSW)-1975(NSW) - Licences: XABD Dorrigo (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: accountant (Uralla, 1930-1936; Scone, 1937-1949; Terrigal, 1954-1968); retired (Terrigal, 1972) ===''GOTTING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Benjamin Gotting|Gotting, Herbert Edward Benjamin]] [https://www.familysearch.org/tree/person/details/GDLY-HLD] - 1889(NSW)-1965(NSW) - Licences: N760 Receive Braemar (1922); 2ID Receive Braemar (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Braemar, 1930); electrician (Mittagong, 1936-1937); engineer (Mittagong, 1949-1963) ===''GOVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Neville Govan|Govan, Walter Neville]] [https://www.familysearch.org/tree/person/details/L2XF-YDT] - 1905(Vic)-1956(SA) - Licences: 5WG Port Pirie (1934-1939); 5WG Crystal Brook (1947-1956) - Qualifications: cc; AOCP 1273, 1934, SA; BOCP 40, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: lead burner (Port Pirie, SA, 1939-1941); mechanic (Crystal Brook, SA, 1943) ===''GOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Selwyn Harry James Gover|Gover, Selwyn Harry James]] [https://www.familysearch.org/tree/person/details/GXNM-D2L] - 1903(Qld)-19??(???) - Licences: Receive (Crystal) Brisbane (Nundah, 1924) - Qualifications: cc; CPRT 789, 1923; 2COCP 43, 1929; 1COCP 249, 1939 - amateur receiver; ship wireless officer - Electoral Rolls: wireless operator (Annerley, Qld, 1925); marine radio officer (East Brisbane, Qld, 1949-1968) ===''GOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gelston Stewart Gow|Gow, Gelston Stewart]] [https://www.familysearch.org/tree/person/details/G7HP-61D] - 1895(NSW)-1974(NSW) - Licences: XBW Sydney (Burwood, 1913-1914); 2GG Sydney (City, 1928-1930) - Qualifications: AOCP 411, 1928, No. ?? in NSW - early wireless experimenter, amateur operator, amateur broadcaster, WW1 - Electoral Rolls: manufacturer (Darlinghurst, 1930); electrician (Darlinghurst, 1933-1943); manufacturer (Darlinghurst, 1954-1972) ===''GOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Nelson James Gowlett|Gowlett, Frank Nelson James]] [https://www.familysearch.org/tree/person/details/G619-PYV] - 1891(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; 1COCP 163, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio operator (Townsville, 1925); wireless operator (Maroubra, 1930-1931); radio telegraphist (Maroubra, 1934-1937; Cooktown, 1943-1949; Maroubra, 1949); radio officer (Maroubra, 1958-1963) ===''GOYDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil William Goyder|Goyder, Cecil William]] - about 1906(Eng)-1980(NJ, USA) - G2SZ England, amateur operator [http://www.clement-jones.com/ps03/ps03_313.html] ===''GRAHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Ernest Graham|Graham, Donald Ernest "Don"]] - 1933(WA)-2012(WA) - 6HK Perth (Mount Hawthorn, 1954-1956; Wembley Downs, 1960-1980+) - amateur operator (AOCP 3162, 1951, No. ?? in WA) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC), DoC / DoTaC (WA State Broadcasting Engineer) - a good life, well lived [https://stephbg.livejournal.com/669733.html] * [[/James Alexander Graham|Graham, James Alexander]] [https://www.familysearch.org/tree/person/details/G979-6RF] - 1905(Sct)-1985(Qld) - Licences: 4JQ Brisbane (Ekibin, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 2058, 1937, Qld; 1COCP 510, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Ekibin, Qld, 1937-1954) * [[/William Denton Graham|Graham, William Denton]] [https://www.familysearch.org/tree/person/details/GZGS-KB5] - 1895(Tas)-1986(NSW) - Licences: 2RR Receive Sydney (Rockdale, 1923-1925); 2WG Sydney (Rockdale, 1926-1930) - Qualifications: AOCP 227, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: law clerk (Rockdale, 1930-1937); process worker (Bondi Junction, 1943); iron worker (Rockdale, 1949-1968); machinist (Rockdale, 1977); retired (Liverpool, 1980) * [[/William Thompson Graham|Graham, William Thompson]] [https://www.familysearch.org/tree/person/details/GDR1-SL3] - 1902(Sct)-1987(Tas) - Licences: 7BV Receive St Mary's (1923); Receive St Mary's (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: grocer's assistant (St Mary's, 1925-1954); ===''GRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin John Rawle Grant|Grant, Colin John Rawle]] [https://www.familysearch.org/tree/person/details/GZBZ-BXF] - 1902(Qld)-2000(Qld) - Licences: 4JG Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 310, 1926, No. 32 in Qld - amateur operator; amateur broadcaster; accountant - Electoral Rolls: clerk (Wooloowin, 1925-1934); security officer (Eagle Junction, 1936); auditor (West Nundah, 1937); retired (Southport, 1968-1980) * [[/James Grant|Grant, James]] - 19??(???)-19??(???) - Licences: 2DP Newcastle (Stockton, 1929-1930) - Qualifications: AOCP 555, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: * [[/William Patrick Grant|Grant, William Patrick "Bill"]] [https://www.familysearch.org/tree/person/details/GXZJ-YJC] - 1917(Ireland)-19??(Ireland) - Licences: 4WU Brisbane (Indooroopilly, 1936-1939) - Qualifications: cc; AOCP 1801, 1936, Qld; 2COCP 269, 1939 - amateur operator; amateur broadcaster; ship wireless officer; air controller (Shannon Airport) - Electoral Rolls: Nil yet identified ===''GRANTHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Richard Grantham|Grantham, Sidney Richard "Sid"]] [https://www.familysearch.org/tree/person/details/GXZ6-B8S] - 1920(Qld)-2003(Qld) - Licences: 4SG Toowoomba (1938-1939, 1946-1956); 4SG Brisbane (Wavell Heights, 1960; Hendra, 1965-1980+) - Qualifications: cc; AOCP 2083, 1938, Qld; 1COCP 927, 1945 - amateur operator; amateur broadcaster; radio clubs (WIAQ, IREE, RFDS council); military (WW2, RAAF, wireless officer); federal public servant (DCA, Aeradio; PMGD/DoC, radio inspector); broadcast technician (4GR) - Electoral Rolls: RAAF (Yerongpilly, Qld, 1943); broadcast engineer (Harristown, Qld, 1949); engineer (East Toowoomba, Qld, 1954; Toowoomba South, Qld, 1958); radio inspector (Hendra, Qld, 1963-1980) ===''GRANVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Florence Violet Granville|Granville (nee) / Wallace / McKenzie, Florence Violet "Mrs Mac"]] [https://www.familysearch.org/tree/person/details/LRR8-ZWS] - 1890(Vic)-1982(NSW) - 2GA Sydney (Sydney, 1922-1924; Greenwich, 1925-1939), 2FV Sydney (Sydney, 1946-1950; Circular Quay, 1954; Greenwich, 1955-1958), amateur operator (AOCP 109, 1925, No. ?? in NSW), amateur broadcaster, engineer, business proprietor, signals instructor - Links: [https://adb.anu.edu.au/biography/mckenzie-florence-violet-15485 ADB] ===''GRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Gray|Gray, A. J.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Albert Howell Gray|Gray, Albert Howell "Dave"]] [https://www.familysearch.org/tree/person/details/GZXM-J83] - 1907(NSW)-2004(NSW) - Licences: 2IJ Receive Sydney (Killara, 1922); 2IJ Sydney (Killara, 1923-1939, 1946-1969; Whale Beach, 1975-1980+); 2AG Sydney (McMahons Point, 1931-1938; Lane Cove, 1939); 2APV Sydney (McMahons Point, 1954; Strathfield, 1955-1980+) - Qualifications: cc; AOCP 90, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: student (Killara, 1930-1936); engineer (Killara, 1937-1968; Whale Beach, 1977-1980) * [[/Frank Malcolm Gray|Gray, Frank Malcolm]] [https://www.familysearch.org/tree/person/details/LBBV-5XS] - 1910(SA)-2011(Qld)100yo - Licences: 5MU Adelaide (Toorak Gardens, 1932-1933); 5SU Adelaide (Toorak Gardens, 1937-1939, 1948) - Qualifications: cc; AOCP 1017, 1932, SA - amateur operator; amateur broadcaster; WW2 - Callsign: 5MU possibly withdrawn for 5MU Murray Bridge - Electoral Rolls: civil servant (Toorak Gardens, 1939) * [[/George Henry Boulderson Gray|Gray, George Henry Boulderson]] [https://www.familysearch.org/tree/person/details/LTTN-WVM] - 1912(Qld)-2010(Qld) - Licences: 4JP Brisbane (Ascot, 1936-1939, 1946-1980+) - Qualifications: cc; AOCP 1796, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Ascot, Qld, 1936-1943); sound engineer (Ascot, Qld, 1949-1980) ===''GREEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Green|Green, Albert Ernest]] - 1869(Vic)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - State & Federal politician; Postmaster-General (1931-1932) - Electoral Rolls: - Links: [[w:Albert Green (Australian politician)|Wikipedia]] * [[/Herman Rowland Green|Green, Herman Rowland]] [https://www.familysearch.org/tree/person/details/LK9P-LGY] - 1915(SA)-1985(SA) - Licences: 5OJ Adelaide (Prospect, 1936-1939) - Qualifications: cc; AOCP 1679, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/J. Green|Green, J.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Yeronga, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter William Green|Green, Walter William]] [https://www.familysearch.org/tree/person/details/GXB7-R87] - 1911(WA)-2012(WA) - Licences: 6WG Albany (1936-1937); 6WG Wiluna (1937-1939); 6WG Albany (1947-1960); 6WG Derby (1965); 6WG Norseman (1969); 6WG Albany (1975-1980) - Qualifications: cc; AOCP 1676, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Albany, WA, 1936); fitter (Albany, WA, 1958-1963); plant inspector (Norseman, WA, 1968); mechanic (Albany, WA, 1972-1980) ===''GREENHALGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Neal Greenhalgh|Greenhalgh, Kenneth Neal]] [https://www.familysearch.org/tree/person/details/G8ZT-NGD] - 1909(NSW)-2002(NSW) - Licences: 2KG Newcastle (Hamilton, 1929-1930; Rooty Hill, 1931; Sandgate, 1933; Mayfield West, 1934-1939; New Lambton, 1946-1956; Adamstown Heights, 1957-1980+) - Qualifications: AOCP 550, 1929, No. ?? in NSW; AOLCP 73, 1932; 1COCP 839, 1944; TVOCP 18, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Hamilton, 1930); broadcasting engineer (2KO Sandgate, 1933); engineer (Mayfield, 1934-1937); radio engineer (New Lambton, 1943-1954; Adamstown, 1958-1968; Adamstown Heights, 1977-1980) ===''GREENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold John Greenham|Greenham, Arnold John]] [https://www.familysearch.org/tree/person/details/GXH9-QQS] - 1907(Qld)-1973(Qld) - Licences: 4EE Receive Brisbane (South Brisbane, 1923); 4AG Brisbane (South Brisbane, 1933); 4AG Gympie (1934); 4AG Innisfail (1937-1939); 4AG Brisbane (South Brisbane, 1946-1948); 4AG Caloundra (1954-1956); 4AG Brisbane (Kallangur, 1960-1969) - Qualifications: cc; AOCP 1040, 1932, No. ?? in Qld; 1COCP 807, 1944 - amateur operator; amateur broadcaster; bank employee (NAB) - Electoral Rolls: bank clerk (Gympie, 1936; Innisfail, 1937; South Brisbane, 1943-1949); not stated (Caloundra, 1954-1958); retired (Kallangur, 1963-1972) ===''GREENHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alexander Greenhill|Greenhill, George Alexander]] [https://www.familysearch.org/tree/person/details/LT3K-GWN] - 1904(Qld)-1970(Qld) - Licences: 4LE Brisbane (West End, 1934-1939) - Qualifications: cc; AOCP 1348, 1934, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Brisbane City, Qld, 1925); ceiling fixer (Wooloowin, Qld, 1928); cleaner (West End, Qld, 1937; Archerfield, Qld, 1943); steward (Wilston, Qld, 1949); metal finisher (Wooloowin, Qld, 1954); barman (Kirra, Qld, 1958); caretaker (Caloundra, Qld, 1963); cleaner (Woorim, Qld, 1968) ===''GREGORY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. Gregory|Gregory, A.]] - 19??(???)-19??(???) - Licences: XAED Sydney (Bellevue Hill, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Identification: Not yet identified, possibly Alyn Keith Gregory, bank officer, Bellevue Hill, 1930-1939 * [[/Clyde Francis Burnell Gregory|Gregory, Clyde Francis Burnell]] [https://www.familysearch.org/tree/person/details/GS34-5MV] - 1906(Tas)-1997(Qld) - Licences: Receive Emu Park (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: business manager (Rockhampton, Qld, 1928-1937); fisherman (Yeppoon, Qld, 1943-1949); taxi driver (Maryborough, Qld, 1958); taxi proprietor (Nelly Bay, Qld, 1963) * [[/Harold Rigby Gregory|Gregory, Harold Rigby]] [https://www.familysearch.org/tree/person/details/L2C9-CDX] - 1900(NSW)-1973(NSW) - Licences: 2ED Receive Sydney (Abbotsford Pt, 1922); 2ED Sydney (Abbotsford Pt, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1930); inspector (Roseville, 1931-1936); insurance inspector (Roseville, 1937); manager (Newcastle, 1943-1954); insurance manager (Merewether, 1958-1972) * [[/Robert William Gregory|Gregory, Robert William]] [https://www.familysearch.org/tree/person/details/K2FW-QFJ] - 1907(Eng)-1995(SA) - Licences: 5GU Mt Barker (1935-1939) - Qualifications: cc; AOCP 1438, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: constable (Kadina, SA, 1939); police officer (Lobethal, SA, 1941-1943) ===''GREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Grey|Grey, Albert Edward "Bert"]] [https://www.familysearch.org/tree/person/details/LDK5-374] - 1897(WA)-1981(WA) - Licences: 6BO Perth (Nedlands, 1925-1932); 6BO Carnarvon (1933); 6AA Perth (Nedlands, 1937-1939) - Qualifications: cc; RTCP 532, 1920, Marconi & Telefunken; 1COCP 35, 1934; TVOCP 278 1960 - amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo PMGD); PMGD (postal assistant, Leederville,1919); WW1; RAAF (WW2, radar systems) - Electoral Rolls: telegraphist (Subiaco, 1925; Nedlands, 1925-1931); radio inspector (Nedlands, 1936-1972); retired (Nedlands, 1977-1980) * [[/Elton Edward Grey|Grey, Elton Edward or Edward Elton]] [https://www.familysearch.org/tree/person/details/GWPL-PQ5] - 1920(Qld)-1962(WA) - Licences: 4LX Brisbane (Ascot, 1936-1939); 6ZX Perth (West Perth, 1948); 6ZX Northam (1954-1955); 6ZX Perth (Leederville, 1956; Floreat Park, 1960) - Qualifications: cc; AOCP 1689, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: soldier (West Perth, WA, 1943); bank clerk (West Perth, WA, 1949); bank officer (Wagin, WA, 1949; Northam, WA, 1954; Floreat Park, WA, 1958) * [[/James Leonard Grey|Grey, James Leonard "Len"]] [https://www.familysearch.org/tree/person/details/GXZV-ZY5] - 1915(Sct)-1995(NSW) - Licences: 4LN Brisbane (Norman Park, 1937-1938); 2AKO Sydney (Vaucluse, 1939; Pymble, 1946-1961; St Ives, 1965-1969; Neutral Bay (1975-1980+) - Qualifications: cc; AOLCP 184, 1934; 2COCP 38, 1935 - amateur operator; amateur broadcaster; Radio clubs (WIAQ); military (WW2, RAAF); pilot (RQAC, QANTAS) - Electoral Rolls: aviator (Norman Park, Qld, 1936-1937); airline captain (Pymble, NSW, 1949-1958; St Ives, NSW, 1963-1968); retired (Neutral Bay, NSW, 1977-1980) ===''GRIBBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Gribble|Gribble, Arthur James]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIT Townsville (1917-1918) - Comment: only one reference found, likely misspelling; Electoral Rolls: Nil yet identified ===''GRIEVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Grieve|Grieve, Ian]] - Licences: Nil yet identified - Qualifications: Nil yet identified - historian (broadcast); proprietor of Australian Old Time Radio website - Electoral Rolls: - Links: [https://www.australianotr.com.au/ OTR] ===''GRIFFIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Neville Griffin|Griffin, Thomas Neville]] [https://www.familysearch.org/tree/person/details/G8C4-RJ2] - 1889(NSW)-1953(NSW) - Licences: 2LQ Sydney (Hornsby, 1929-1936); 2AIR Sydney (Northbridge, 1938-1939) - Qualifications: AOCP 505, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Hornsby, 1930-1934); electrical engineer (Artarmon, 1936; Willoughby, 1937; Hornsby, 1943-1949) ===''GRIFFEN-FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bridget Griffen-Foley|Griffen-Foley, Bridget]] - historian (broadcasting) - Professor, Department of Media, Communications, Creative Arts, Language and Literature, Macquarie University - author "Changing Stations: The Story of Australian Commercial Radio" & numerous professional articles ===''GRIFFITHS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Arthur Griffiths|Griffiths, Leslie Arthur "Les"]] [https://www.familysearch.org/tree/person/details/GXZK-81V] - 1909(Qld)-1970(Qld) - Licences: 4LZ Toowoomba (1938-1939, 1947-1956) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; military (WW2, RAN, signaller); cine assistant (Empire Theatre) - Halcyon: AOCP Toowoomba 1938 - Electoral Rolls: assistant projectionist (Toowoomba, Qld, 1931-1937); biograph projectionist (Toowoomba, Qld, 1943-1954; Toowoomba South, Qld, 1958); projectionist (Toowoomba West, Qld, 1963-1968) ===''GRIGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Haydn Errol Grigg|Grigg, Haydn Errol]] [https://www.familysearch.org/tree/person/details/G8BV-N98] - 1899(???)-1971(NSW) - Licences: 2AS Receive Sydney (Mosman, 1922); 2AS Sydney (Mosman, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Darlinghurst, 1935; Edgecliff, 1935-1949; Double Bay, 1954-1968) ===''GRIMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Douglas Grimes|Grimes, Benjamin Douglas]] [https://www.familysearch.org/tree/person/details/LZ8B-D6J] - 1901(Qld)-1987(Qld) - Licences: Receive (Crystal) Brisbane (Annerley, 1923-1924); 4BD Brisbane (Annerley, 1926-1931) - Qualifications: cc; AOCP 278, 1926, No. 23 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Tarragindi, 1925-1937); share dealer (New Farm, 1943); farmer (Cleveland, 1949-1958); retired (Corinda, 1968-1980) ===''GRIMMETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Urbane Grimmett|Grimmett, Stanley Urbane]] [https://www.familysearch.org/tree/person/details/L447-3MW] - 1905(NZ)-1974(NSW) - Licences: 2ZW Newcastle (Hamilton, 1930-1937); 2ZW Sydney (Bankstown, 1938-1939; Strathfield, 1946-1960; Vaucluse, 1961-1969) - Qualifications: AOCP 667, 1930, NSW - amateur operator, amateur broadcaster, journalist - Electoral Rolls: pharmacist (Hamilton, 1930-1937; Strathfield, 1949-1958); Vaucluse, 1963) ===''GRIVELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Grivell|Grivell, John "Jack"]] [https://www.familysearch.org/tree/person/details/KC43-NGM] - 1901(SA)-1971(SA) - Licences: 5BK Yorketown (1930-1933); 5BK Gladstone (1937); 5BK Crystal Brook (1938-1939); 5BK Gawler (1946-1947); 5BK Magill (1948-1969) - Qualifications: cc; AOCP 609, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (5CK Crystal Brook, 1939-1941); telephone mechanic (Gawler, 1943) ===''GROGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold William Grogan|Grogan, Arnold William]] [https://www.familysearch.org/tree/person/details/GFSS-87B] - 1915(WA)-1997(WA) - Licences: 6EI Perth (Mt Lawley, 1936-1939; City, 1947); 6EI Carnarvon (1948); 6EI Perth (Leederville, 1954-1980+) - Qualifications: cc; AOCP 1759, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Maylands, WA, 1937; East Perth, WA, 1943); public servant (Cottesloe, WA, 1949); civil servant (Leederville, WA, 1954-1980) ===''GRONOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rees Gronow|Gronow, William Rees]] [https://www.familysearch.org/tree/person/details/GZVM-KFV] - 1908(Vic)-2003(Vic) - 3EQ Receive Melbourne (City, 1922-1924), 3WG Melbourne (City, 1925-1933; Glen Iris, 1937; Malvern East, 1937; Glen Iris, 1938-1939, 1948-1960; Brighton, 1965-1980), amateur operator (AOCP 178, 1925, No. ?? in Vic), amateur broadcaster, director (Malvern, 1936-1954; Brighton, 1968-1977)) ===''GROVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Grove|Grove, Henry]] [https://www.familysearch.org/tree/person/details/L5KB-97B] - 1897(Eng)-1973(NSW) - Licences: N746 Receive Sydney (Enmore, 1922); 2HZ Receive Sydney (Enmore, 1922) - Qualifications: cc; CPRT 575, 1920 - amateur receiver - Electoral Rolls: traveller (Castle Hill, 1930); poultry farmer (Peakhurst, 1933-1949); retired (Burwood, 1963-1972) ===''GROWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Norman Wills Growden|Growden, George Norman Wills "Norman"]] [https://www.familysearch.org/tree/person/details/G9C6-15M] - 1913(Vic)-1984(SA) - Licences: 5YM Gladstone (1937-1939); 5YM Wedge Island via Port Lincoln (1954-1975) - Qualifications: cc; AOCP 1945, 1937, SA; BOCP 145, 1938; 2COCP 401, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: farmer (Gladstone, SA, 1939-1943); wireless operator (RAAF Station, Pearce, WA, 1943) ===''GRUBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Grubb|Grubb, William John]] [https://www.familysearch.org/tree/person/details/G6WK-K6N] - 1907(Qld)-1970(Vic) - Licences: 4DI Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: labourer (Rockhampton, 1931); concrete labourer (Rockhampton, 1936-1963); retired (Finch Hatton, 1968) ===''GRUMMITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Frederick Grummitt|Grummitt, Gilbert Frederick]] [https://www.familysearch.org/tree/person/details/G8Z7-FFD] - 1906(Qld)-1960(Qld) - Licences: 4BS Brisbane (Fortitude Valley, 1929-1933; Hamilton, 1937-1939; Bulimba, 1948-1960) - Qualifications: cc; AOCP 531, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: welder (Fortitude Valley, 1928-1934; Hamilton, 1936-1937); boilermaker (Bulimba, 1949-1958) ===''GRUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hill Grundy|Grundy, Robert Hill]] [https://www.familysearch.org/tree/person/details/LZP7-F78] - 1915(SA)-1988(SA) - Licences: 5BG Murray Bridge (1937-1939, 1947-1948); 5BG Crystal Brook (1954-1980) - Qualifications: cc; AOCP 2010, 1937, SA; BOCP 175, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''GUILDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Guildford|Guildford, Alfred]] [https://www.familysearch.org/tree/person/details/GX4T-5BG] - 19??(Eng)-1960(Qld) - Licences: 4AP Brisbane (Herston, 1934-1939, 1946-1948; Sandgate, 1960) - Qualifications: cc; AOCP 1342, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, publicity officer) - Electoral Rolls: advertisment writer (West End, Qld, 1934); copy writer (Kelvin Grove, Qld, 1936-1949) ===''GUNDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thor Odin Gundersen|Gundersen (BDM) or Gunderson (Census), Thor Odin]] [https://www.familysearch.org/tree/person/details/GHL8-F2W] - 1895(NZ)-1986(NZ) - Licences: Nil yet identified - Qualifications: cc; 1COCP 242, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: agent (Bondi, 1930-1931); radio officer (ss Fiona, 1943) ===''GUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Campbell Gunn|Gunn, Kenneth Campbell]] [https://www.familysearch.org/tree/person/details/93DG-X18] - 1911(Qld)-1975(Qld) - Licences: 4LG Laidley (1932-1937); 4LD Laidley (1937-1939, 1946-1975) - Qualifications: cc; AOCP 884, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Callsigns: 4LG likely withdrawn for 4LG Longreach - Electoral Rolls: clerk (Laidley, Qld, 1937-1972) ===''GUNTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Eliot Gunter|Gunter, Norman Eliot]] [https://www.familysearch.org/tree/person/details/L2WR-5VB] - 1912(Vic)-1943(At Sea) - Licences: 3NG Melbourne (Caulfield, 1930-1933; Hawthorn, 1937-1939) - Qualifications: AOCP 593, 1930, No. ?? in Vic; 2COCP 372, 1932; 1COCP 51, 1935 - amateur operator, amateur broadcaster, WW2 (merchant navy, wireless operator) - Electoral Rolls: sales (Caulfield, 1935; Hawthorn, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1428541] ===''GURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Carlisle Gurner|Gurner, Reginald Carlisle]] [https://www.familysearch.org/tree/person/details/GZZ2-8S8] - 1905(SA)-1975(SA) - 5CZ Receive Adelaide (New Parkside, 1923); Receive Adelaide (New Parkside, 1923); 5RG Adelaide (New Parkside, 1923-1928; Linden Park Gardens, 1931-1939) - Qualifications: cc; AOCP 31, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Linden Gardens, SA, 1939-1943) ===''GURR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Frederick Gurr|Gurr, Alan Frederick]] [https://www.familysearch.org/tree/person/details/G8GM-KJV] - 1904(Tas)-1974(Vic) - Licences: 3AG Geelong East (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geelong, 1926-1928; Belmont, 1931-1972) * [[/George Henry Gurr|Gurr, George Henry]] [https://www.familysearch.org/tree/person/details/L46K-DBB] - 1896(SA)-1957(Vic) - Licences: 5GO Adelaide (Parafield, 1933); 3QH Melbourne (Stanmore, 1947-1956) - Qualifications: cc; AOCP 1142, 1933, SA; 3COCP 185, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Parkville, Vic, 1926); ground engineer (Essendon, Vic, 1928); inspector (Caulfield, Vic, 1942; Essendon, Vic, 1949-1954) ===''GUTTERIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frank Gutteridge|Gutteridge, Reginald Frank]] [https://www.familysearch.org/tree/person/details/KNYP-KSN] - 1886(Tas)-1942(WA) - Licences: V759 Receive (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm manager (Marnoo, Vic, 1921); electrical engineer (Rupanyup, 1924-1927) =='''H'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''HADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lionel Trimble Hadley|Hadley, Arthur Lionel Trimble "Doc"]] [https://www.familysearch.org/tree/person/details/G7ZX-G9Y] - 1900(Qld)-1964(Qld) - Licences: 4AH Brisbane (Clifton Hill, 1930-1933; Dutton Park, 1937-1939; Annerley, 1946-1956) - Qualifications: cc; AOCP 636, 1930, No. ?? in Qld - amateur operator, amateur broadcaster, WW1, federal public servant (PMGD) - Electoral Rolls: signwriter (Taringa, 1921); salesman (Toowong, 1922-1925); motor assembler (Yeronga, 1929); radio mechanic (South Brisbane, 1937); technician (Annerley, 1949-1958); retired (Inala, 1958; Seven Hills, 1963) ===''HADLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Lindsay Hadlow|Hadlow, Martin Lindsay]] - radio clubs (NZDXRL, ARDXC, DXA), early wireless and broadcasting historian (Ph.D. Thesis,) ===''HAGARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neville Douglas Hagarty|Hagarty, Neville Douglas]] [https://www.familysearch.org/tree/person/details/G38J-GBJ] - 1907(Qld)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster (on 4WH); radio club participant; business proprietor; pilot; federal public servant (DCA) - Relationships: brother of 4WH William Edward Hagarty - Electoral Rolls: woodworker (Hospital Hill, 1930) * [[/William Edward Hagarty|Hagarty, William Edward "Edward / Eddie"]] [https://www.familysearch.org/tree/person/details/G384-TL3] - 1905(Qld)-1971(Qld) - Licences: 4WH Longreach (1925-1939); 4WH Townsville (1954-1969) - Qualifications: cc; AOCP 172, 1925, No. 16 in Qld; 2COCP 271, 1939; 1COCP 309, 1940 - amateur operator; amateur broadcaster; WW2; engineer; postal employee (PMG); federal public servant (PMG) - Relationships: brother of Neville Douglas Hagarty - Electoral Rolls: postal assistant (Longreach, 1930-1937); aeradio operator (Longreach, 1943); officer commanding aeradio station (Townsville, 1949-1954); communications officer (Townsville, 1958-1963; Mysterton, 1968) ===''HAI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pham Nhu Hai|Hai, Pham Nhu "Hai"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC), Director Broadcasting ITU-R ===''HAIGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bartin Robert Alfred Read Haigh|Haigh, Bartin Robert Alfred Read]] [https://www.familysearch.org/tree/person/details/GS9T-J8B] - 1854(NSW)-1928(NSW) - Licences: N752 Receive Sydney (Ashfield, 1922); 2IA Receive Sydney (Ashfield, 1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Ashfield, 1930); poultry farmer (Seven Hills, 1933) ===''HAINES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Lewis Harrison Haines|Haines, Claude Lewis Harrison]] [https://www.familysearch.org/tree/person/details/GXRC-8F6] - 1906(SA)-1996(SA) - Licences: 5CH Millicent (1933-1937); 3QM Geelong (Belmont, 1938-1939); 5CH Mt Gambier (1947-1980) - Qualifications: cc; AOCP 1118, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Belmont, Vic, 1937); engine driver (Mt Gambier, SA, 1941-1943) ===''HALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl William Millar Hale|Hale, Carl William Millar "William"]] [https://www.familysearch.org/tree/person/details/L5VR-TPL] - 1901(Vic)-1986(Vic) - Licences: 3GH Receive Melbourne (Elsternwick, 1922-1923); 3GH Anglesea (1924-1931+) - Qualifications: cc; AOCP 120, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (Elsternwick, 1924); architect (Hawthorn, 1958-1968; Malvern, 1977-1980) ===''HALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lovett Hall|Hall, Geoffrey Lovett]] [https://www.familysearch.org/tree/person/details/GHDB-ZD3] - 1895(Tas)-1972(Tas) - Licences: Receive Waddamanna (1923-1924); 7GH Waddamanna (1925-1931+); 7GH Hobart (1937-1939, 1947-1948) - Qualifications: cc; AOCP 137, 1925, No. ?? in Tas; BOCP 85, 1937 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Waddamana, 1928); engineer (New Town, 1936-1949) * [[/Graham George Hall|Hall, Graham George]] [https://www.familysearch.org/tree/person/details/G8HN-Z89] - 1910(Vic)-1971(Eng) - Licences: 3WO Melbourne (Glen Iris, 1929-1931; Hawthorn, 1933); 2AGH Sydney (Five Dock, 1937; Strathfield, 1938-1939; Hurstville, 1946-1969) - Qualifications: AOCP 482, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Auburn, 1934-1936); radio engineer (Abbotsford, 1937); engineer (Hurstville, 1949-1954; South Hurstville, 1958-1968) * [[/Reginald Allen Hall|Hall, Reginald Allen]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 539, 1929, No. ?? in ???? - amateur operator?, amateur broadcaster? - Electoral Rolls: Nil yet identified * [[/R. F. Hall|Hall, R. F.]] - 19??(???)-19??(???) - Licences: 3FH Receive Melbourne (Toorak, 1922); 3FH Melbourne (Toorak, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/William Charles Hall|Hall, William Charles]] - 19??(???)-19??(???) - Licences: 2BH Abermain (1930-1933); 2XT Abermain (1934-1936); 2XT Kurri Kurri (1938-1939, 1946-1948); 2XT Newcastle (Cooks Hill, 1950-1965; Toronto, 1969-1980+) - Qualifications: AOCP 643, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Abermain, 1935; Kurri Kurri, 1937-1943); hotel licensee (Newcastle, 1949-1963); retired (Toronto, 1972; Carey Bay, 1977-1980) - Comment: 2BH licence withdrawn for 2BH Broken Hill commercial; Beware several contemporaneous WCH in Newcastle region ===''HALLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philpot Hallam|Hallam, William Philpot]] [https://www.familysearch.org/tree/person/details/97MX-Y3J] - 1859(Tas)-1952(Vic) - Licences: XZH Hobart (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; PMGD Vic + Federal - Electoral Rolls: Nil ===''HALLIDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Fred Halliday|Halliday, Eric Fred]] [https://www.familysearch.org/tree/person/details/GC26-L5B] - 1913(SA)-1989(SA) - Licences: 5FW Adelaide (Hectorville, 1935-1939; South Payneham, 1947-1969; Magill, 1975) - Qualifications: cc; AOCP 1494, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Crystal Brook, 1939) ===''HALYDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Guyler Halyday|Halyday, James Guyler]] - 1904(Vic)-19??(???) - 4HZ Gympie (1939, 1946-1980+) , amateur operator (AOCP 2287, 1939, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ; Gympie ARC), military (WW2), employment (SEAQ linesman) ===''HAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilton Ham|Ham, George Wilton]] [https://www.familysearch.org/tree/person/details/GWX4-P28] - 1905(Qld)-1987(Qld) - Licences: 4CR Receive Brisbane (Northgate, 1923); 4GW Brisbane (Northgate, 1930-1931; Coorparoo, 1937-1939) - Qualifications: cc; AOCP 572, 1930, No. ?? in Qld - amateur receiver; amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (Toombul RC); employment (Chandlers) - Electoral Rolls: clerk (Coorparoo, 1937; St Lucia, 1943-1968); retired (Jamboree Heights, 1972-1980) * [[/Guildford Ham|Ham, Guildford]] [https://www.familysearch.org/tree/person/details/G67H-W9Y] - 1906(Qld)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; BOCP 101, 1937 - radio technician - Electoral Rolls: shop assistant (South Brisbane, 1928-1937); radio technician (South Brisbane, 1943; Bald Hills, 1943; Annerley, 1954); technician (Wavell Heights, 1958-1963) * [[/Thomas Edward Ham|Ham, Thomas Edward]] [https://www.familysearch.org/tree/person/details/G88F-R3P] - 1921(Qld)-19??(???) - Licences: 4WX Brisbane (Chelmer, 1937-1939); 2AGA Sydney (Kogarah, 1946-1947; Carlton, 1948-1950; Sylvannia Heights, 1954-1975); 4AGT Buderim (1980+) - Qualifications: cc; AOCP 2056, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (Sunshine Coast ARC); military (WW2, RAAF) - Electoral Rolls: radio mechanic (Sylvannia, 1954-1968); mechanic (Sylvannia, NSW, 1972-1977); retired (Buderim, 1980) ===''HAMILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Ormsby Hamilton|Hamilton, John William Ormsby]] [https://www.familysearch.org/tree/person/details/MG65-XRC] - 1869(Tas)-1944(Eng) - Australian representative of Pacific Radio Telegraph Co and Marconi Telegraph Co, promoted a scheme to link Aus/NZ/Pacific Islands (rejected by Aus Gov 1909), migrated to England to work for Marconi, donated Ormsby Hamilton Radio Prize in memory of his father Thomas Ormsby Hamilton ===''HAMMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Harold Hammond|Hammond, John Harold]] [https://www.familysearch.org/tree/person/details/G6HP-67H] - 1875(NSW)-1932(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: barrister-at-law (Ashfield, 1913); barrister (Killara, 1930-1932) * [[/Herbert Bowes Hammond|Hammond, Herbert Bowes]] [https://www.familysearch.org/tree/person/details/LZ4J-2PK] - 1907(NSW)-1967(NSW) - 2NI Sydney (Chatswood, 1925; Epping, 1926-1927; Chatswood, 1928; Naremburn, 1929-1930), amateur operator (AOCP 64, 1925 01, No. ?? in NSW; CPRT 895, 1925 12; 2COCP 318, 1931), amateur broadcaster ===''HANCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. A. Hancock|Hancock, C. A. or G. A.]] - 19??(???)-19??(???) - Licences: V748 Receive Melbourne (Berwick, 1922); 3GU Receive Melbourne (Berwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/D'Arcy Maxwell Hancock|Hancock, D'Arcy Maxwell]] [https://www.familysearch.org/tree/person/details/GCG4-L3Y] - 1910(SA)-2017(SA)107yo - Licences: 5RJ Kadina (1927-1939, 1946-1960); 5RJ Adelaide (Mitchell Park, 1965-1980+) - Qualifications: cc; AOCP 356, 1927, No. ?? in SA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Kadina, 1947) ===''HANNAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hannam|Hannam, Harold William]] [https://www.familysearch.org/tree/person/details/G83F-J78] - 1913(NSW)-1964(Vic) - Licences: 2IR Sydney (Hurstville South, 1935-1937); 2IR Orange (1938-1939); Sydney (South Hurstville, 1946-1948) - Qualifications: cc; AOCP 1472, 1935, Qld; BOCP 9, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hurstville, 1934-1937); radio engineer (Orange, 1943; Hurstville, 1949); engineer (Cheltenham, 1949-1954; Moorabbin, 1963) * [[/Walter Henry Hannam|Hannam, Walter Henry "Wally" "Wal", "Doc", "Fatty"]] [https://www.familysearch.org/tree/person/details/273W-H9T] - 1885(NSW)-1965(NSW) - XQI Stamford, Qld (1911-1914); 2YH Sydney (Balmain, 1924; Mosman, 1924-1933; Willoughby, 1934-1939); 2AXH Terrigal (1954-1961) - Qualifications: cc; AOCP 27, 1924, No. 10 in NSW - early wireless experimenter; amateur operator; radio clubs (WIA NSW, first secretary 1910); wireless operator Australasian Antarctic Expedition (1912-1914) - Relationships: don't confuse with father William Henry Hannam of Hannams Ltd, engineers & sheet metal workers - Electoral Rolls: - Links: [[w:Walter Henry Hannam|Wikipedia]]; [https://www.coolantarctica.com/Antarctica%20fact%20file/History/biography/hannam_walter.php Bio1]; [https://www.antarctica.gov.au/about-antarctica/history/people/walter-hannam/ Bio2] ===''HANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hansen|Hansen, Harold William]] [https://www.familysearch.org/tree/person/details/93DG-45T] - 1914(Qld)-2005(Qld) - Licences: 4FH Brisbane (Forest Hill, 1935-1939); 4SV Brisbane (Bulimba, 1948-1965; Carina, 1969-1980+) - Qualifications: cc; AOCP 1508, 1935, Qld; BOCP 1039, 1949 - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, 1937, radio technician); state public servant (BCC, communications officer) - Relationships: father of Graham Hansen 4FV - Electoral Rolls: labourer (Forest Hill, Qld, 1936-1937); WT Operator (Wendouree, Vic, 1942); RAAF (Maryborough, Qld, 1943); radio technician (Carina, Qld, 1968-1980) ===''HARDGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Hardgrave|Hardgrave, Philip "Pop"]] [https://www.familysearch.org/tree/person/details/GMPF-XL5] - 1857(Qld)-1940(Qld) - Licences: 4PH Brisbane (South Brisbane, 1933-1939) - Qualifications: cc; AOCP 1150, 1933, No. ?? in Qld - amateur operator; amateur broadcaster - Comment: oldest person in British Empire to obtain a full licence - Electoral Rolls: fruitgrower (Wellington Point, 1916-1928) ===''HARDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Netherton Kilgour Hardie|Hardie, Bruce Netherton Kilgour]] [https://www.familysearch.org/tree/person/details/GZ95-FMJ] - 1896(Vic)-1965(Vic) - 3YX Melbourne (Garden Vale, 1925-1933; City, 1937-1939), amateur operator (AOCP 49, 1925, No. ?? in Vic), amateur broadcaster, WIA Vic, accountant ===''HARDISTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Hardisty|Hardisty, David Charles]] [https://www.familysearch.org/tree/person/details/GZTM-C4W] - 1907(WA)-1980(WA) - Licences: 6DH Perth (Victoria Park, 1926-1939; West Perth, 1946-1948; Applecross, 1954-1980) - Qualifications: cc; AOCP 273, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Victoria Park, 1931-1943); radio mechanic (Applecross, 1954-1980) ===''HARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. R. Hardy|Hardy, W. R.]] - 19??(???)-19??(???) - 2RD Sydney (Glebe, 1925-1927), amateur operator (AOCP 187, 1925, No. ?? in NSW), amateur broadcaster ===''HARKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dennis James Harkin|Harkin, Denis or Dennis James]] [https://www.familysearch.org/tree/person/details/G45Q-9PH] - 1903(SA)-1993(Vic) - Licences: 3YN Receive Melbourne (Prahran, 1923); 3KF Melbourne (Kensington, 1924-1925); 3YN Melbourne (Preston, 1924-1926); 4YN Bowen (1927); 3YN Melbourne (East Brunswick, 1931); 3YY Newport (1938); 6YN Pearce (1938); 3ADJ Melbourne (Prahran, 1946-1948; Middle Park, 1954-1956; Thornbury, 1960-1975); 4ADJ Maryborough (1980) - Qualifications: CPRT 782, 1923; 1COCP 280, 1932 - amateur operator; amateur broadcaster; radio club participant (WIAQ); career military (RAAF); federal public servant (PMGD); WW2 - Electoral Rolls: mechanic (Preston, Vic, 1926; Brunswick, Vic, 1931; Newport, 1937); RAAF (Clifton Hill, 1942); technician (Prahran, 1949; Albert Park, 1954); radio technician (Thornbury, 1963-1972); nil (Maryborough, 1977-1980) ===''HARLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Harlen|Harlen, John Edward]] [https://www.familysearch.org/tree/person/details/K8MP-TWB] - 1884(Qld)-1953(Qld) - Licences: Receive Brisbane (Sunnybank, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Coopers Plains, Qld, 1908); fruit grower (Sunnybank, Qld, 1912-1949) ===''HARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Nicoll Harley|Harley, Gordon Nicoll]] [https://www.familysearch.org/tree/person/details/G89D-41H] - 1901(NSW)-1986(Qld) - Licences: "4AR Unlicensed" Ipswich (1926-1928); 4GH Ipswich (1928-1933); 4GH Didcott (1937-1939); 4GH Maryborough (1946-1980+) - Qualifications: cc; AOCP 385, 1928, No. 43 in Qld - amateur operator; amateur broadcaster; business proprietor (radio manufacture); employment (school teacher); WW2 - Electoral Rolls: clerk (Brassall, 1925); school teacher (Didcot, 1936-1943); teacher (Maryborough, 1949); school teacher (Maryborough, 1954-1980) ===''HARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Harmer|Harmer, George]] [https://www.familysearch.org/tree/person/details/LRTY-KHZ] - 1900(Eng)-1980(Qld) - Licences: 4XW Brisbane (Coorparoo, 1934-1939, 1946-1948; Camp Hill, 1954-1956; Coorparoo, 1960-1980) - Qualifications: cc; AOCP 1301, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIAQ); telephone technician (PMGD); federal public servant (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, Qld, 1937-1954); technician (Coorparoo, Qld, 1958-1980) ===''HARRANTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wolf Harranth|Harranth, Wolf]] - 1941(Austria)-2021(Austria) - Licences: OE1WHC Austria - curator of Dokufunk, host of the world's largest collection of amateur radio and broadcast QSLs; amateur radio operator; broadcast announcer; historian (amateur radio, broadcasting); children's book author; translator - provided the core of the WIA QSL collection ===''HARRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Harris|Harris, Alfred Charles]] [https://www.familysearch.org/tree/person/details/GZY1-F4K] - 1900(Vic)-1963(Vic) - Licences: 3CH Birchip (1926-1939; 1946-1960+) - Qualifications: AOCP 303, 1926, No. ?? in Vic -amateur operator, amateur broadcaster, class B licence? - Electoral Rolls: engineer (Ouyen, 1924); electrical engineer (Birchip, 1925-1954; Power Station, Ouyen, 1963) * [[/Ross Clifford Harris|Harris, Ross Clifford]] [https://www.familysearch.org/tree/person/details/L5Y2-DZF] - 1917(SA)-1954(SA) - Licences: 5FL Adelaide (Glenelg, 1936-1939; Malvern, 1947-1948; Hawthorn, 1954) - Qualifications: cc; AOCP 1651, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Valentine Harms Harris|Harris, Valentine Harms]] [https://www.familysearch.org/tree/person/details/L1PM-FDM] - 1909(WA)-1995(WA) - Licences: 6NL Perth (Shenton Park, 1935-1939; Applecross, 1947-1969); 6NL Denmark (1975-1980+) - Qualifications: cc; AOCP 1579, 1935, WA - amateur operator; amateur broadcaster - Relationships: Husband of 6YL Ruth Victoria Harris nee Longley - Electoral Rolls: garage employee (Subiaco, WA, 1931); radio mechanic (Subiaco, WA, 1936-1937); mechanic (Applecross, WA, 1949-1972) ===''HARRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Lionel Carr Harrison|Harrison, Percival Lionel Carr]] [https://www.familysearch.org/tree/person/details/GFM3-VDC] - 1912(WA)-2001(WA) - Licences: 6LH Perth (Claremont, 1937-1939; Armadale, 1947-1980+) - Qualifications: cc; AOCP 1909, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Claremont, WA, 1936-1937); civil servant (Armadale, WA, 1943-1980) ===''HARRISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Harriss|Harriss, Alfred George]] [https://www.familysearch.org/tree/person/details/K8HN-THZ] - 1873(Eng)-1932(Qld) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), radio clubs (Longreach Radio Club), business proprietor (Jackson & Harriss) - Electoral Rolls: engineer (Longreach, 1930) - Relationships: father of Dorothy Winnifred Macfarlane formerly Fanning nee Harriss * [[/Dorothy Winnifred Harriss|Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred]] [https://www.familysearch.org/tree/person/details/KGYC-3CP] - 1905(Qld)-1986(Qld) - Licences: 4DH Longreach (1930-1933) - Qualifications: cc; AOCP 573, 1930, No. ?? in Qld; BOCP - amateur operator; amateur broadcaster; radio clubs (WIAQ); first YL operator in Qld - Electoral Rolls: typist (Longreach, 1930); home duties (Longreach, 1936-1943; Warwick, 1949; Toowoomba, 1954-1977; Macgregor, 1980) - Relationships: daughter of Alfred George Harriss ===''HARRISSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harrisson|Harrisson, Charles "Snowy"]] [https://www.familysearch.org/tree/person/details/LK9P-VK3] - 1908(Tas)-1995(Tas) - Licences: 7CH Hobart (Bellerive, 1933); 3CN Shepparton (1937-1939); 7CH Hobart (Moonah, 1954-1960); 7CH Burnie (1965); 7CH Hobart (Bellerive, 1969-1980+) - Qualifications: cc; AOCP 348, 1927, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: son of Charles Turnbull Harrisson, biologist in the Australasian Antarctic Expedition - Electoral Rolls: bank clerk (Shepparton, 1936-1949); bank manager (Moonah, 1954) ===''HARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leslie William Harston|Harston, Leslie William or William Leslie "Bill"]] [https://www.familysearch.org/tree/person/details/GDQD-XVY] - 1897(Qld)-1983(Qld) - Licences: 4RY Brisbane (Clayfield, 1932-1939, 1946-1948; Holland Park, 1954-1969) - Qualifications: cc; AOCP 903, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; business proprietor (art shop) - Electoral Rolls: warehouseman (Clayfield, Qld, 1921-1943); no occupation (Holland Park, Qld, 1954-1980) ===''HART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Samuel Hart|Hart, Augustus Samuel]] [https://www.familysearch.org/tree/person/details/9CMQ-4CP] - 1890(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 57, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: saddler (Watchem, Vic, 1912; Glen Thompson, 1913); wireless engineer (Moonee Ponds, 1936-1937); wireless operator (Esperance, 1943); telegraphist (Darwin, 1949); wireless officer (Moonee Ponds, 1963-1968; Essendon, 1972) * [[/James Claude Hoyte John Hart|Hart, James Claude Hoyte John "Hoyte John", "Roy"]] [https://www.familysearch.org/tree/person/details/GQWC-W4C] - 1904(Eng)-1992(NSW) - Licences: 2HO Sydney (Manly, 1928-1931; Roseville, 1933-1939, 1946-1956; St Ives East, 1957-1975; Manly, 1980+) - Qualifications: AOCP 410, 1928, No. ?? in NSW; 3COCP 4622, 1963 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Roseville, 1933-1954; St Ives, 1958-1963); retired (St Ives, 1968-1977; Manly, 1980) * [[/Norman Victor Hart|Hart, Norman Victor]] [https://www.familysearch.org/tree/person/details/LNK3-TXW] - 1908(Qld)-1998(Qld) - Licences: 4KO Booval (1931-1939, 1946-1980+) - Qualifications: cc; AOCP 760, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIA, Ipswich RC); engineer - Electoral Rolls: shop assistant (Booval, 1932-1937); grocer (Booval, 1943-1949); radio technician (Booval, 1954-1972; East Ipswich, 1977-1980) ===''HARVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. C. L. Harvey|Harvey, B. C. L.]] - 19??(???)-19??(???) - Licences: XJAC Melbourne (Port Melbourne, 1913) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edward Rossiter Harvey|Harvey, Edward Rossiter]] [https://www.familysearch.org/tree/person/details/GXBP-BK8] - 1918(WA)-2009(Qld) - Licences: 6RG Perth (Scarborough, 1937-1939, 1947-1948); 4RK Surfers Paradise (1969-1980+) - Qualifications: cc; AOCP 2041, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Leederville, WA, 1943; Scarborough, WA, 1943); newsagent (Scarborough, WA, 1949-1958); shopkeeper (Surfers Paradise, Qld, 1963); proprietor (Surfers Paradise, Qld, 1972-1977); retired (Mermaid Waters, Qld, 1980) * [[/Manning Herbert Harvey|Harvey, Manning Herbert]] [https://www.familysearch.org/tree/person/details/KZGG-LFZ] - 1887(Tas)-1932(Tas) - Licences: XZC Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: electrician (Hobart East, 1914-1928) ===''HASKARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Geoffrey Haskard|Haskard, Reginald Geoffrey "Geoff"]] [https://www.familysearch.org/tree/person/details/GZB5-S35] - 1906(SA)-1988(SA) - Licences: Receive Adelaide (Jamestown, 1923-1924); 5RH Adelaide (Jamestown, 1927-1931; North Adelaide, 1933; Malvern, 1937-1939; Helmsdale, 1947; Plympton, 1948-1975; West Beach, 1980+) - Qualifications: cc; AOCP 316, 1927, No. ?? in SA; BOCP 1558, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: retreader (Malvern, 1939-1941); wireless operator (Malvern, 1943) ===''HATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Westrop Henry Hatfield|Hatfield, Westrop Henry "West"]] [https://www.familysearch.org/tree/person/details/GZB5-VF5] - 1909(Vic)-1998(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''HATTAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Hattam|Hattam, Fred]] [https://www.familysearch.org/tree/person/details/G8ZV-QDL] - 1906(Vic)-1976(Vic) - Licences: 3HW Castlemaine (1929-1939); 3BAL Castlemaine (1975) - Qualifications: AOCP 541, 1929, No. ?? in Vic; BOCP 410, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Castlemaine, 1928-1937); radio mechanic (Castlemaine, 1954-1967); engineer (Castlemaine, 1968-1972) ===''HAWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haworth|Haworth, William]] [https://www.familysearch.org/tree/person/details/G823-JT3] - 1896(Qld)-1987(Qld) - Licences Q737 Receive Qld (1922-1923) - Qualifications: cc; Nil identified as yet - amateur receiver - Electoral Rolls: telephone mechanic (Ironside Estate, 1917); mechanic (Taringa, 1921-1928); lineman (North Tmborine, 1931); electrical mechanic (Eagle Heights, 1936; Toowong, 1937); telephone mechanic (Bundaberg, 1943-1949); technician (Toowong, 1954-1972); retired (Caloundra, 1977-1980) ===''HAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edgar Cecil Hawson|Hawson, Thomas Edgar Cecil]] [https://www.familysearch.org/tree/person/details/GXZ2-ZV9] - 1916(Qld)-1992(Qld) - Licences: 4CH Ipswich (Woodend, 1937-1939; East Ipswich, 1947-1948); 4CH Brisbane (Yeronga, 1969; Salisbury, 1975-1980) - Qualifications: cc; AOCP 2016, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: agent (Ipswich, Qld, 1937); radio mechanic (East Ipswich, Qld, 1949); storekeeper (Windsor, Qld, 1954; Yeronga, Qld, 1958; Salisbury, Qld, 1963-1980) ===''HAYMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Inglis Hayman|Hayman, William George Inglis]] [https://www.familysearch.org/tree/person/details/G8NL-CX1] - 1897(Eng)-1968(WA) - Licences: 6BG Perth (Claremont, 1925); 6GH Perth (Claremont, 1946-1965) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; scientist; educator - Electoral Rolls: lecturer (Claremont, 1922-1929); engineer (Claremont, 1931-1954); civil servant (Claremont, 1958-1968) - [https://adb.anu.edu.au/biography/hayman-william-george-12971 ADB] ===''HAYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Lot Henry Haynes|Haynes, Bruce Lot Henry]] [https://www.familysearch.org/tree/person/details/KC44-8M4] - 1898(NSW)-1961(NSW) - Licences: 2YA Armidale (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Armidale, 1930-1936); poultry farmer (West Pennant Hills, 1943-1958) * [[/Thomas Ambrose John Haynes|Haynes, Thomas Ambrose John]] [https://www.familysearch.org/tree/person/details/GSC5-WXM] - 1902(SA)-1968(SA) - Licences: 5AY Adelaide (Black Forest Estate, 1931-1939) - Qualifications: cc; AOCP 835, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Black Forest, 1939-1943) ===''HAZLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Stanley Arnold Hazlett|Hazlett, Royce Stanley Arnold]] [https://www.familysearch.org/tree/person/details/GXX4-F38] - 1932(Qld)-2015(Qld) - Licences: 4ZRH Brisbane (Wellers Hill, 1965-1975) - Qualifications: AOLCP 1159, 1961, Qld - amateur operator - Relationships: Son of 4EO Stanley Albert Hazlett - Electoral Rolls: electrician (Coorparoo, Qld, 1954-1963); electrical contractor (Wellers Hill, Qld, 1968-1972); contractor (Tarragindi, Qld, 1977-1980) * [[/Stanley Albert Hazlett|Hazlett, Stanley Albert]] [https://www.familysearch.org/tree/person/details/KC33-RH7] - 1900(Qld)-1971(Qld) - Licences: 4EO Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 4ZRH Royce Stanley Arnold Hazlett - Electoral Rolls: clerk (Coorparoo, Qld, 1925-1928); buyer (Coorparoo, Qld, 1937-1968) ===''HEARPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Hearps, David Edward]] - See David Edward Vaughan (assumed change of name) ===''HEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Harry Heath|Heath, Allan Harry]] [https://www.familysearch.org/tree/person/details/L5Y4-4DT] - 1914(SA)-1986(SA) - Licences: 5ZX Adelaide (Prospect Park, 1934-1939; Highgate, 1947-1956; Brighton, 1960-1980) - Qualifications: cc; AOCP 1369, 1934, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''HEATHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Heathers|Heathers, Cyril John]] [https://www.familysearch.org/tree/person/details/G8XN-NG9] - 1909(Eng)-2003(NSW) - Licences: 2GZ Sydney (Bankstown, 1930-1934); 2UA Sydney (Bankstown, 1935-1939; Artarmon, 1946-1975) - Qualifications: AOCP 615, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Bankstown, 1930-1943); telephone engineer (Artarmon, 1949-1968); engineer (Artarmon, 1977-1980) - Comment: 2GZ callsign likely withdrawn by PMGD for 2GZ Orange commercial ===''HEILBRONN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Heilbronn|Heilbronn, George]] [https://www.familysearch.org/tree/person/details/LJHL-PW3] - 1894(Qld)-1972(Qld) - Licences: 4GG Chinchilla (1929-1939); 4GG Yarraman (1946-1955); 4GG Crows Nest (1956); 4GG Millmerran (1960); 4GG Brisbane (Wynnum, 1965-1969) - Qualifications: cc; AOCP 565, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (Qld Listeners' League) - Electoral Rolls: locomotive fireman (Chinchilla, 1925-1937); locomotive driver (Yarraman, 1954); engine driver (Millmerran, 1943-1958); retired (Wynnum, 1963-1968) ===''HEINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Heine|Heine, John Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/G9VS-V1F] - 1908(Tas)-1988(Vic) - Licences: 7JK Hobart (City, 1927; Bellerive, 1931); 4JX Brisbane (City, 1933; Ascot, 1935; Kangaroo Point, 1937; Mowbray Park, 1938-1939); 3JF Melbourne (Beaumaris) (1960-1980+) - Qualifications: cc; AOCP 355, 1927, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kangaroo Point, 1934; Norman Park, 1937); engineer (Brighton, 1949); representative (Beaumaris, 1954-1980) ===''HEINRICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Latimer Heinrich|Heinrich, William Latimer]] [https://www.familysearch.org/tree/person/details/GXG5-S7Y] - 1917(SA)-1993(SA) - Licences: 5HR Bute (1934-1939); 5HR Adelaide (Kensington Gardens, 1947-1980+) - Qualifications: cc; AOCP 1376, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: farmhand (Bute, SA, 1939-1943) ===''HEITSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry John Keith Heitsch|Heitsch, Henry John Keith or Heinrich Johann]] [https://www.familysearch.org/tree/person/details/G8CV-QYP] - 1907(Vic)-1996(Qld) - Licences: 3HK Melbourne (Mitcham, 1929-1939, 1947-1975); 4AHK Scarness (1980+) - Qualifications: AOCP 516, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: piano fitter (Mitcham, 1931-1954); technician (Mitcham, 1963-1977); retired (Scarness, Qld, 1980) ===''HELLAWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Herbert Hellawell|Hellawell, Francis Herbert "Frank"]] [https://www.familysearch.org/tree/person/details/LK5G-478] - 1885(Qld)-1958(Qld) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - early wireless experimenter; amateur radio clubs (member, WIQ); federal public servant (PMGD) - Electoral Rolls: engineer (Toowong, 1913-1914; Coorparoo, 1919; East Annerley, 1925; Annerley, 1929-1934); clerk (Brisbane City, 1937); no occupation (Beachmere, 1943-1949; Annerley, 1954-1958) ===''HELLYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leicester Henry Hellyer|Hellyer, Leicester Henry]] [https://www.familysearch.org/tree/person/details/KFNW-BTC] - 1908(NSW)-1972(NSW) - Licences: 2LS Sydney (Rockdale, 1930-1933) - Qualifications: AOCP 600, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Rockdale, 1930-1933; Manly, 1934-1935; Artarmon, 1936-1937; Willoughby, 1943; Artarmon, 1949-1963; Newport, 1968-1977) ===''HENDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Henderson|Henderson, Frederick James]] [https://www.familysearch.org/tree/person/details/GXQG-XRX] - 1891(Eng)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 208, 1916 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified * [[/S. A. Henderson|Henderson, S. A.]] - 19??(???)-19??(???) - Licences: 5JN Adelaide (Walkerville, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HENNESSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] - 1896(Qld)-19?? - 4LO Brisbane (City, 1931-1939), amateur operator (AOCP 826, 1931, No. ? in Qld), fourth YL operator in Qld ===''HENRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Geddes Henry|Henry, Arthur Geddes]] [https://www.familysearch.org/tree/person/details/L4QW-K9Z] - 1907(NSW)-1969(NSW) - Licences: 2ZK Sydney (Sandringham, 1929-1939) - Qualifications: AOCP 494, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Sandringham, NSW, 1930-1937); engineer (San Souci, 1949-1963; Northbridge, 1968) * [[/Clement John Henry|Henry, Clement John]] [https://www.familysearch.org/tree/person/details/GZ6T-RPC] - 1905(NSW)-1996(NSW) - Licences: Receive (Valve) Uralla (1923); 2CH Uralla (1924-1929); 2UR Uralla (1930-1939); 2UR Blakehurst (1946); 2UR Sydney (Neutral Bay, 1948-1957; Pymble, 1958-1980+) - Qualifications: cc; AOCP 85, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 (RAAF) - Withdrawal: 2CH callsign withdrawn in 1930 for 2CH Sydney - Electoral Rolls: electrician (Uralla, 1930-1937); electrical fitter (RAAF Richmond, 1943); technician (Neutral Bay, 1949-1954; Pymble, 1958-1980) * [[/John Edwin Henry|Henry, John Edwin]] [https://www.familysearch.org/tree/person/details/KL6B-GD6] - 1868(Vic)-1933(Qld) - Licences: 4CZ Receive Mt Alford via Boonah (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: baker (Gundy, NSW, 1913); farmer (Boonah, Qld, 1917-1921); storekeeper (Mt Alford, Qld, 1922-1926); baker (Dayboro, Qld, 1928; Wondai, Qld, 1931) * [[/Raymond Cherrington Henry|Henry, Raymond Cherrington "Tom"]] [https://www.familysearch.org/tree/person/details/GX5X-C1Y] - 1894(SA)-1975(SA) - Licences: 5CY Cook (1935-1939); 5RY Adelaide (Goodwood, 1960) - Qualifications: cc; AOCP 1421, 1935, SA - amateur operator; amateur broadcaster; WW2 - Comment: Son, also named RCH, passed in WW2 - Electoral Rolls: fitter (Goodwood Park, SA, 1939-1943) ===''HENWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ralph Franklin Henwood|Henwood, Ralph Franklin]] [https://www.familysearch.org/tree/person/details/G89X-CF6] - 1912(WA)-1979(WA) - Licences: 6RL Perth (North Perth, 1930-1933; Claremont, 1937); 6RL Northam (1946-1948); 2AXA Sydney (Rose Bay, 1960-1961); 6RL Perth (Claremont, 1969-1975) - Qualifications: cc; AOCP 720, 1930, No. ?? in WA; BOCP 2, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio serviceman (Claremont, 1936); radio operator (6AM) (Northam, 1937); radio technician (Northam, 1943-1949; Claremont, 1954); technician (Bellevue Hill, 1958; Claremont, 1963-1972; Nedlands, 1977) ===''HEPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Dean Hepton|Hepton, William Dean "Bill"]] [https://www.familysearch.org/tree/person/details/LRBB-VN5] - 1898(Qld)-1966(Qld) - Licences: 4WD Brisbane (Milton, 1932-1939) - Qualifications: cc; AOCP 918, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, instructor 1932-1935) - Electoral Rolls: mechanic (Paddington, Qld, 1921; Milton, Qld, 1925-1963) ===''HERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Kinross Herd|Herd, James Kinross]] [https://www.familysearch.org/tree/person/details/GZZ2-YSQ] - 1901(Vic)-1963(Vic) - 3JK Baccus Marsh (1924-1927), 3JK Wangaratta (1933-1939, 1946-1956), 3JK Mornington (1960), amateur operator (AOCP 36, 1924, No. ?? in Vic), amateur broadcaster ===''HERSCHEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Victor Herschel|Herschel, Henry Victor]] [https://www.familysearch.org/tree/person/details/K4N6-76H] - 1902(Qld)-1937(Qld) - Licences: 4UK Cairns (1929-1931); 4UK Toowoomba (1933); 4UK Brisbane (Indooroopilly, 1937) - Qualifications: cc; AOCP 564, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Newtown, 1925; Cairns, 1930; Indooroopilly, 1936-1937)- Comment: Passed too soon ===''HESKETH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Hesketh|Hesketh, John]] - 1868(Eng)-1917(Vic) - early wireless experimenter, senior state public servant (Qld electrical engineer), senior federal public servant (PMGD, chief electrical engineer), military (Royal Engineers, Eng; Qld Defence Force, lieutenant) ===''HEWITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Hewitt|Hewitt, Archibald John "Arch"]] [https://www.familysearch.org/tree/person/details/G8DZ-TNY] - 1910(SA)-1988(SA) - Licences: 5XK Adelaide (Torrensville, 1930-1939); 5XK Kingscote (1946-1948); 5XK Adelaide (Torrensville, 1954; College Park, 1955-1956; Lucindale, 1960; Semaphore, 1965-1969; Ottaway, 1975-1980) - Qualifications: cc; AOCP 582, 1930, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal clerk (Kingscote, 1939-1941) * [[/Clarence Richard Hewitt|Hewitt, Clarence Richard]] [https://www.familysearch.org/tree/person/details/G6D1-718] - 1900(Qld)-1969(Qld) - Licences: 4CR Brisbane (Rosalie, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Petrie Tce, Qld, 1919); student (Petrie Tce, Qld, 1921-1926); moulder (Rosalie, Qld, 1928); carpenter (Rosalie, Qld, 1936-1943; Indooroopilly, Qld, 1949); hotel manager (Indooroopilly, Qld, 1954) * [[/Horace Thomas Hewitt|Hewitt, Horace Thomas]] [https://www.familysearch.org/tree/person/details/MN6S-JBL] - 1904(Qld)-1988(Qld) - Licences: 4PD Brisbane (Moorooka, 1939, 1947-1980) - Qualifications: cc; AOCP 2377, 1939, Qld - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Hodgson, Qld, 1925; Bowen, Qld, 1930); mechanic (Roma, Qld, 1936-1937); turner (Moorooka, Qld, 1943-1980) * [[/Thomas George Hewitt|Hewitt, Thomas George]] [https://www.familysearch.org/tree/person/details/GXZ2-PLM] - 1900(NSW)-1962(NSW) - Licences: 4TH Cairns (1937-1939); 2LH Lismore (1946-1961); 2ATG Lennox Head (1955-1961) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: medical practitioner (Cairns, Qld, 1930-1943; Lismore, NSW, 1949-1958) ===''HIAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Charles Hiam|Hiam, Robert Charles "Charles"]] [https://www.familysearch.org/tree/person/details/9VCT-14T] - 1888(Vic)-1982(Vic) - Licences: XLD Melbourne (Balaclava, 1913-1914); 3LW Melbourne (St Kilda, 1923-1931; Caulfield North, 1933-1939) - Qualifications: cc; CPRT 174, 1915 - amateur operator; amateur broadcaster - Electoral Rolls: tailor (St Kilda, 1913-1928; Caulfield, 1931-1968); retired (Beaumaris, 1972-1980) ===''HICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Joseph Hicks|Hicks, Henry Joseph "Harry"]] [https://www.familysearch.org/tree/person/details/G8QG-RRR] - 1913(Qld)-1983(Qld) - Licences: 1HH Macquarie Island (1955-1956); 4HG Willis Island (1963); 9HG Lae, New Guinea (1965-1969); 4HG Tolga (1975-1980) - Qualifications: AOCP 2468, 1941, Qld; 1COCP 784, 1944 - amateur operator - Electoral Rolls: letterpress machinist (Cairns, 1936-1937); printer (Newtown, 1943); radio officer (Broome, 1963); wireless operator (Thursday Island, 1972); retired (Tolga, 1977-1980) - Awards: BEM (1958, Officer in Charge, Radio Weather Reporting Station, Willis Islets) ===''HIGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Gordon Conway Higgins|Higgins, John Gordon Conway "Jack"]] [https://www.familysearch.org/tree/person/details/GD45-FKK] - 1884(NSW)-1963(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 29, 1914 - wireless telegraphist, WW1, WW2 - Electoral Rolls: clerk (South Perth, 1910-1912); radio engineer (Prahran, 1925-1927); manufacturer (St Kilda, Vic, 1934-1937); soldier (Caulfield, 1942); military duties (South Yarra, 1949); retired (Dromana, 1954; Sorrento, 1963) ===''HILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Edward Hilder|Hilder, Henry Edward]] - 1919(???)-1984(Qld) - 4HH Brisbane (East Brisbane, 1946-1948; Nudgee, 1954-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ), military (WW2, AIF Signals), employment (Brisbane Fire Brigade, communications), (Halcyon says AOCP Brisbane 1936 but no record) ===''HILDYARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol David Hildyard|Hildyard, Athol David]] [https://www.familysearch.org/tree/person/details/LYNY-TBD] - 1919(Tas)-1998(Tas) - Licences: 7DH Hobart (City, 1936-1939, 1948; Montagu Bay, 1954-1980+) - Qualifications: cc; AOCP 1735, 1936, No. ?? in Tas; 1AOCP 50, 1947 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcast technician (Hobart South, 1943-1949); radio engineer (Montagu Bay, 1954) ===''HILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Wyatt Hill|Hill, Alfred Wyatt]] [https://www.familysearch.org/tree/person/details/GD2Y-5VM] - 19??(???)-19??(???) - Licences: 2TS Sydney (Killara, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Arthur Stanley Hill|Hill, Arthur Stanley]] [https://www.familysearch.org/tree/person/details/GX16-FRC] - 1906(Eng)-19??(???) - Licences: 6AH Wiluna (1937-1939, 1947-1965); 6AH Busselton (1969-1980+) - Qualifications: cc; AOCP 1985, 1937, WA - amateur operator; amateur broadcaster; WW2 - Relationships: Husband of 6MH Mary Lilian Hill nee - Electoral Rolls: electrician (Wiluna, WA, 1931); engineer (Wiluna, WA, 1936-1949); business manager (Wiluna, WA, 1954-1963); retired (West Busselton, WA, 1968-1980) * [[/Frederick John Hill|Hill, Frederick John]] [https://www.familysearch.org/tree/person/details/G8CS-1J5] - 19??(???)-19??(???) - Licences: 2TY Kurri Kurri (1929-1934) - Qualifications: cc; AOCP 500, 1929, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: colliery employee (Pelaw Main, 1930; Stanford Merthyr, 1934; Kurri Kurri, 1936-1937); winding driver (Kurri Kurri, 1968) * [[/Mary Lilian XXXX|Hill nee , Mary Lilian]] [https://www.familysearch.org/tree/person/details/GX16-JZY] - 1906(???)-19??(???) - Licences: 6MH Wiluna (1937-1939, 1947-1965); 6MH Busselton (1969-1980+) - Qualifications: cc; AOCP 1976, 1937, WA - amateur operator; amateur broadcaster; YL operator - Relationships: Wife of 6AH Arthur Stanley Hill - Electoral Rolls: ===''HILLHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Reid Hillhouse|Hillhouse, James or James Reid]] [https://www.familysearch.org/tree/person/details/GXH2-YZJ] - 1907(Sct)-1992(Qld) - Licences: 4ZO Collinsville (1933-1939, 1947-1975); 4ZO Bowen (1980+) - Qualifications: cc; AOCP 1115, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: coal miner (Collinsville, Qld, 1928-1963); retired (Gladstone, Qld, 1977) ===''HILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Hilton|Hilton, William Edward]] [https://www.familysearch.org/tree/person/details/GDPR-P1K] - 1876(???)-1957(NSW) - Licences: XEQ Sydney (St Leonards, 1913-1914); 2BA Receive Sydney (Crows Nest, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: postal assistant (Newtown, 1903); postmaster (Stockton, 1930-1932; Kurri Kurri, 1934-1936); retired (Long Jetty, 1943-1949) ===''HINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Hine|Hine, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GCBY-3SZ] - 1907(NSW)-1994(NSW) - Licences: 2QL Sydney (Campsie, 1935-1937; Richmond, 1938-1939; Homebush, 1946-1980+) - Qualifications: AOCP 1434, 1935, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Campsie, 1930-1931; Temora, 1932-1935); wireless operator (RAAF Richmond, 1936-1937; Concord, 1943); radio officer (Homebush, 1954-1958; Strathfield West, 1968; Homebush, 1977-1980) ===''HIPWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Anson Le Hunt Hipwell|Hipwell, Ronald Anson Le Hunt]] [https://www.familysearch.org/tree/person/details/G8HJ-SMM] - 1902(Vic)-1975(Vic) - Licences: 3KU Swan Hill (1929-1933); 2ACD Broken Hill (1937-1939); 3ACD Melbourne (Dromana, 1955-1956); 5AJ Port Augusta (1960-1965); 3AEI Melbourne (Dromana, 1969-1975) - Qualifications: AOCP 486, 1929, No. ?? in Vic; AOLCP 140, 1934 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: engineer (St Kilda East, 1925); electrical engineer (Swan Hill, 1931); radio engineer (Broken Hill, 1935-1943); radio electrical fitter (Dromana, 1949-1954); retired (Dromana, 1972) ===''HIRSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jacob Alexander Hirsch|Hirsch or Deerson, Jacob or Jakob Alexander]] [https://www.familysearch.org/tree/person/details/GWZX-RZ3] - 1896(Aus)-1979(Aus) - Licences: 2AE Receive Sydney (Croydon, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (Oatley, 1930-1937); clerk (Canberra, 1949); no occupation (Pambula Beach, 1954-1972; Merimbula, 1977) ===''HITCHCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leith Fuller Hitchcock|Hitchcock, Leith Fuller]] [https://www.familysearch.org/tree/person/details/GXWC-Y61] - 1897(Qld)-1953(Qld) - Licences: 4LH Brisbane (Wooloowin, 1931-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: bacteriologist (Wooloowin, 1921-1936); research officer (Wooloowin, 1943-1949) ===''HOAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. M. Hoad|Hoad, C. M.]] - 19??(???)-19??(???) - Licences: None yet identified - Qualifications: AOCP 319, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - Individual not yet identified ===''HOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Cecil Hoar|Hoar, John Cecil]] [https://www.familysearch.org/tree/person/details/MVKW-HND] - 1900(Eng)-1964(WA) - Licences: 6OR Perth (Fremantle, 1931-1939; Mosman Park, 1947-1960) - Qualifications: cc; AOCP 786, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Barracks, Fremantle, WA, 1925-1931; East Fremantle, WA, 1936-1937; Mosman Park, WA, 1949-1963) ===''HOARE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Hoare|Hoare, Peter]] [https://www.familysearch.org/tree/person/details/G99K-6N4] - 1895(NSW)-1975(NSW) - 2PH Gosford (1925-1927), amateur operator (AOCP 82, 1925, No. ?? in NSW), amateur broadcaster, railway signalman * [[/Pierce Mark Hoare|Hoare, Pierce Mark]] - 1895(NSW)-1988(NSW) - 2SL Lismore (1934-1980+), amateur operator (AOCP 1227, 1933, No. ?? in NSW), amateur broadcaster, radio clubs (Richmond River Listeners' League) ===''HOBART-DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Hobart-Duff, William Vere see Duff, William Vere Hobart]] ===''HOBCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hurtle Horace Hobcroft|Hobcroft, Hurtle Horace]] [https://www.familysearch.org/tree/person/details/G8WZ-G5T] - 1899(SA)-1993(SA) - Licences: 5RE Adelaide (West Brunswick, 1928); 5RE Renmark (1931-1939, 1946-1956); 5RE Adelaide (Linden Park, 1960-1969) - Qualifications: cc; AOCP 420, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW1; WW2 - Relationships: Father of Rex Kelvin Hobcroft - Electoral Rolls: clerk (Carlton North, 1925-1926; Brunswick West, 1928); horticulturalist (Renmark, 1939-1943) ===''HOBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Forde Hobler|Hobler, Cecil Forde]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: solicitor (Barcaldine, 1928) - Relationships: cousin of 4DO Harold Learmonth Hobler? * [[/Harold Learmonth Hobler|Hobler, Harold Learmonth]] [https://www.familysearch.org/tree/person/details/LRKZ-8N1] - 1906(Qld)-1984(Qld) - Licences: 1217 Rockhampton (1921-1924); 4DO Receive Rockhampton (1923); 4DO Rockhampton (1925-1939, 1946-1980+) - Qualifications: cc; AOCP 110, 1925, No. 12 in Qld; CPRT 1003, 1928 - amateur operator; amateur broadcaster; radio club (WIAQ, JOTA); business proprietor (picture theatre), WW2 - Electoral Rolls: theatre manager (Rockhampton, 1930-1937); theatre proprietor (Rockhampton, 1943); soldier (Bulimba, 1943); theatre proprietor (Rockhampton, 1949); theatre manager (Rockhampton, 1958-1963); property owner (Rockhampton North, 1968-1977) - Relationships: cousin of Cecil Forde Hobler? ===''HODDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Hodder|Hodder, Clarence William]] [https://www.familysearch.org/tree/person/details/GXLK-ZRC] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Parkside, 1923); Receive Adelaide (Parkside, 1923); 5LY Adelaide (Parkside, 1934-1939, 1947; Bridgewater, 1948-1980) - Qualifications: cc; AOCP 1354, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: moulder (Parkside, SA, 1939-1943) ===''HODDINOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Hoddinott|Hoddinott, Francis William]] [https://www.familysearch.org/tree/person/details/9N4Q-3X7] - 1886(Vic)-1972(Qld) - Licences: Receive Brisbane (Eagle Junction, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Rockville Estate, Toowoomba, Qld, 1908; Toowoomba, Qld, 1912; Sandgate, Qld, 1919; Eagle Junction, Qld, 1921-1943; West End, 1949); retired (Tamborine Mountain, Qld, 1958-1963; Hendra, Qld, 1968) ===''HODGKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Charles Hodgkinson|Hodgkinson, Francis Charles]] [https://www.familysearch.org/tree/person/details/GDBM-J4S] - 1906(???)-1977(???) - Licences: Receive (Crystal) Ulverstone (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: jeweller's assistant (Ulverstone, 1928-1949); watchmaker (Ulverstone, 1954) ===''HODSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Hodson|Hodson, Victor]] [https://www.familysearch.org/tree/person/details/GXQ5-DV2] - 1890(SA)-1917(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 145, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified ===''HOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hoe|Hoe, Frederick]] [https://www.familysearch.org/tree/person/details/GS4Q-CSG] - 1886(Vic)-1976(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer; business proprietor (Fred Hoe and Sons) - Relationships: Father of 4FO Fred Hoe - Electoral Rolls: engineer (Fortitude Valley, Qld, 1913; Yeronga, Qld, 1916-1919); manager (Yeronga, Qld, 1921-1972) * [[/Fred Hoe|Hoe, Fred]] [https://www.familysearch.org/tree/person/details/G796-MWK] - 1913(Vic)-1984(Qld) - Licences: 4FO Brisbane (Yeronga, 1933-1939; Annerley, 1946-1954) - Qualifications: cc; AOLCP 53, 1931; AOCP 1188, 1933, Qld - amateur operator; amateur broadcaster; employment (Edgar V. Hudson); business proprietor (Fred Hoe and Sons) - Relationships: Son of Frederick Hoe - Electoral Rolls: radio engineer (Yeronga, Qld, 1936-1937); general manager (Annerley, Qld, 1949); business manager (Salisbury, Qld, 1954); manager (Buranda, Qld, 1954-1963; Burleigh Heads, Qld, 1968); company director (Holland Park West, Qld, 1972-1980) ===''HOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hogg|Hogg, Stanley]] [https://www.familysearch.org/tree/person/details/GXBD-TCR] - 1908(Eng)-1987(WA) - Licences: 6SG Harvey (1934-1939) - Qualifications: cc; AOCP 1382, 1934, WA; BOCP 142, 1938; 2COCP 240, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: milk tester (Harvey, WA, 1930-1937); radio operator (AAMS Wireless Station, Kalgoorlie, WA, 1943); engineer (Nedlands, WA, 1949); aircraft engineer (Kewdale, WA, 1954-1968; Belmont, WA, 1972); retired (Coodanup, WA, 1977; Mandurah, WA, 1980) ===''HOLLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Evan Holland|Holland, Albert John Evan]] [https://www.familysearch.org/tree/person/details/GZQW-VBH] - 1896(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; AOCP 12, 1924, No. 3 in Vic - amateur operator; amateur broadcaster - Relationships: brother of 3JH Frank Henry James Holland - Electoral Rolls: draftsman (Moonee Ponds, 1922-1925; Essendon, 1926); engineer (Essendon, 1928-1931; Camberwell, 1936-1954); nil (Nunawading, 1963) * [[/Frank Henry James Holland|Holland, Frank Henry James]] [https://www.familysearch.org/tree/person/details/GZQW-S1W] - 1899(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; CPRT 596, 1920 - amateur operator; amateur broadcaster - Comment: well placed in Trans-Pacific Tests 1923 despite inferior equipment - Relationships: brother of 3JH Albert John Evan Holland - Electoral Rolls: wireless instructor (Moonee Ponds, 1922-1925); boot repairer (Essendon, 1926-1928); labourer (North Essendon, 1931); boot repairer (Olinda, 1934-1943); postal clerk (Sandringham, 1949); clerk (Heidelberg, 1954-1968) * [[/Ronald Weymouth Holland|Holland, Ronald Weymouth "Ron"]] - 1914(???)-1983(Qld) - 4AQ Brisbane (Coorparoo, 1946-1980+), amateur operator (AOCP 2392, 1939, No. ?? in Qld) ===''HOLLOWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hart Holloway|Holloway, William Hart]] [https://www.familysearch.org/tree/person/details/GXQ5-HRT] - 1876(Eng)-1950(Tas) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 20, 1914; 1COCP 41, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: agent (Brunswick, Vic, 1909; Whitemark, Flinders Island, 1914-1919); wireless operator (Broome, 1918-1922); O.J.C. Radio (Camberwell, 1924-1926); radio officer (Thursday Island, 1928); officer-in-charge (Radio Station, Emita, Flinders Island, 1936-1937); farmer (Lady Barron, 1943-1949) ===''HOLST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Owen Holst|Holst, Arnold Owen]] [https://www.familysearch.org/tree/person/details/GZ6V-ZPD] - 1898(Vic)-1975(Vic) - Licences: XPH Melbourne (Caulfield, 1913-1914); 3OH Melbourne (Toorak, 1956-1975) - Qualifications: Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster (through brother Hector's station 3BY); electrician - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: sharebroker (Camberwell, 1922-1934; Toorak, 1935-1972) * [[/Hector James Holst|Holst, Hector James]] [https://www.familysearch.org/tree/person/details/GZ6V-X23] - 1903(Vic)-1954(Vic) - Licences: 3BY Receive Melbourne (Caulfield, 1922); 3BY Melbourne (Caulfield, 1923-1954) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: engineer (Caulfield, 1925-1954) * [[/Otto Holst|Holst, Otto]] [https://www.familysearch.org/tree/person/details/GZ6V-2M7] - 1906(Vic)-1967(Vic) - Licences: 3BY Melbourne (Caulfield, 1955-1967) - Qualifications: cc; AOCP 79, 1925, No. ?? in Vic - amateur operator; amateur broadcaster (through brother Hector's station 3BY) - took over 3BY callsign after passing of brother Hector James Holst in 1954 - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: radio engineer (Caulfield, 1928-1963) ===''HOLT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Molineux Holt|Holt, Bernard Molineux]] [https://www.familysearch.org/tree/person/details/LDQR-MJP] - 1883(NZ)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - president WIA WA; witness to Royal Commission 1927 (obo WIA WA) - Electoral Rolls: electrical engineer (Claremont, 1910-1914; Osborne, 1917-1954) ===''HOMBERG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. G. Homberg|Homberg, S. G.]] - 19??(???)-19??(???) - Licences: 3RG Melbourne (Malvern, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Morten Honnor|Honnor, John Morten]] [https://www.familysearch.org/tree/person/details/KCNV-ZM6] - 1900(SA)-1987(Vic) - Licences: 5AE Adelaide (Prospect, 1923-1931) - Qualifications: cc; AOCP 192, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Knoxville, SA, 1939-1941); RAAF (Ballarat, Vic, 1942); instructor (Hampton, 1949; Bentleigh, 1954-1980) ===''HOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Hamilton Hood|Hood, John George Hamilton]] [https://www.familysearch.org/tree/person/details/G772-RK8] - 1904(NSW)-1971(Vic) - 3BP Receive Melbourne (South Yarra, 1922); 3BP Melbourne (East St Kilda, 1923-1933; Toorak, 1937-1939) - Qualifications: cc; AOCP 182, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (East St Kilda, 1925-1931); draughtsman (Toorak, 1934-1937; Malvern, 1943-1967) ===''HOOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel George Alfred Hooke|Hooke, Lionel George Alfred]] [https://www.familysearch.org/tree/person/details/G8NK-KDV] - 1895(Vic)-1974(NSW) - Licences: 3M? Melbourne - Qualifications: CPRTelephony 529, 1920 - amateur operator, amateur broadcaster, early wireless experimenter, ship wireless operator (Aurora, 1914, support Shackleton's expedition), radio clubs (IRE Aust), business (AWA, senior management), honours (knighted, 1937) - Electoral Rolls: wireless (Brighton, Vic, 1921-1927); business manager (Neutral Bay, 1933); manager (Killara, NSW, 1936-1972) - [https://adb.anu.edu.au/biography/hooke-sir-lionel-george-alfred-10536 ADB] ===''HOOKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Theodore Hooker|Hooker, Walter Theodore]] [https://www.familysearch.org/tree/person/details/GD1W-QB5] - 1901(St Kitts)-1949(Tas) - Licences: 7JH Hobart (New Town, 1933-1939); 7JH Waddamanna (1946-1948) - Qualifications: cc; AOCP 1161, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart North, 1922); electrical engineer (New Town, 1928); electrician (New Town, 1936); engineer (Waddamanna, 1937-1943) ===''HOOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Wallbank Hooper|Hooper, Allan Wallbank]] [https://www.familysearch.org/tree/person/details/LB8M-VJG] - 1898(SA)-1960(NSW) - Licences: 4KR Willis Island (1933) - Qualifications: cc; CPRT 432, 1919; 2COCP 8, 1929; 1COCP 127, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: unemployed (Manly, NSW, 1949); telegraphist (Little Bay, NSW, 1949; Yarra Bay, NSW, 1954-1958) ===''HOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyndsay Arthur Hope|Hope, Lyndsay Arthur]] [https://www.familysearch.org/tree/person/details/LKYX-575] - 1906(Tas)-1997(Tas) - Licences: 7LA Launceston (1925-1927+) - Qualifications: cc; AOCP 188, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; broadcast engineer; WW2; gave up experimental callsign for use by his Class B licence, 7LA Launceston - Relationships: brother of 7RS Ronald Springfield Hope - Electoral Rolls: bank clerk (Launceston, 1928); bank officer (Ulverstone, 1936); accountant (Scottsdale, 1949; Bridport, 1954-1972) * [[/Ronald Springford Hope|Hope, Ronald Springford]] [https://www.familysearch.org/tree/person/details/LTCW-PDG] - 1909(Tas)-1985(NSW) - Licences: 7RS Launceston (1926-1927); 7RS Hobart (City, 1931; Sandy Bay, 1933+) - Qualifications: cc; AOCP 263, 1926, No. ?? in Tas; AOLCP 75, 1932; ROCP N1832, 1976 - amateur operator; amateur broadcaster; broadcast engineer (designed & constructed transmission systems for 7HO Hobart & 7UV Ulverstone); later employed by STC England - Relationships: brother of 7LA Lyndsay Arthur Hope - Electoral Rolls: broadcast engineer (Queensborough, Tas, 1936); not specified (Finchley, Eng, 1936-1938); engineer (Thornleigh, NSW, 1949-1954); company director (Beecroft, NSW, 1958-1980) ===''HOPKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alfred Hopkins|Hopkins, Edward Alfred]] [https://www.familysearch.org/tree/person/details/GM4D-3QJ] - 1902(Tas)-1992(NSW) - Licences: Receive Moonah (1923) - Qualifications: cc; 3COCP 4858, 1964 - amateur receiver - Electoral Rolls: electrician (Moonah, 1928); engineer (Milson's Point, 1936-1943); electrical engineer (Wollstonecraft, 1949-1954); engineer (Wollstonecraft, 1958-1980) ===''HORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin John Horan|Horan, Kevin John "Ken"]] [https://www.familysearch.org/tree/person/details/G8V9-FTZ] - 1912(SA)-2002(SA) - Licences: 5DQ Adelaide (Parkside, 1930-1931; Unley, 1933); 2AJU Broken Hill (1938-1939); 5DQ Adelaide (Flinders Park, 1947-1960; Grange, 1965-1969); 3ZD Melbourne (Glen Waverley, 1975); 5IT Adelaide (Fulham, 1980) - Qualifications: cc; AOCP 672, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Clovelly, NSW, 1943); manager (Glen Waverley, 1972-1977) ===''HORN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Horn|Horn, David]] [https://www.familysearch.org/tree/person/details/GS41-9K4] - 1909(Qld)-1962(Qld) - Licences: 4DN Tara (1937-1939) - Qualifications: cc; AOCP 2021, 1937, Qld; BOCP 578, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: medical practitioner (Somerset Dam, Qld, 1936-1937; Baralba, Qld, 1943); radio engineer (Toowoomba, Qld, 1949); medical practitioner (Toowoomba, Qld, 1954) * [[/Irvan James Horn|Horn, Irvan James or James Irwin]] [https://www.familysearch.org/tree/person/details/G8WF-GB6] - 1905(WA)-19??(???) - Licences: 6JH Perth (City, 1928, 1937-1939); 3HX Melbourne (South Melbourne, 1965) - Qualifications: cc; AOCP 427, 1928, No. ?? in WA; 2COCP 29, 1935; 1COCP, 127, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Perth, WA, 1936-1937); wireless officer (Subiaco, WA, 1943); electrical contractor (Subiaco, WA, 1949); contractor (Albert Park, Vic, 1949); electrical contractor (Albert Park, Vic, 1963); retired (West Perth, WA, 1977; Subiaco, WA, 1980) ===''HORROCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Samuel Blake Horrocks|Horrocks, George Samuel Blake]] [https://www.familysearch.org/tree/person/details/GF94-19M] - 1911(WA)-1966(Vic) - Licences: 6GS Harvey (1932-1939, 1947-1948); 6GS Wagin (1954-1955) - Qualifications: cc; AOCP 919, 1932, No. ?? in WA; BOCP 1154, 1950; TVOCP 61, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: engine driver (Harvey, WA, 1936-1949); radio technician (Mt Lawley, WA, 1954); technician (Bentleigh North, Vic, 1963) ===''HOSKEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Dryden Hosken|Hosken, Arthur John Dryden]] [https://www.familysearch.org/tree/person/details/L6KH-BX8] - 1889(Eng)-1966(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 727, 1922 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: seaman (Williamstown, 1914-1919); Amalgamated Wireless (Darwin, 1922) * [[/Stanley Victor Hosken|Hosken, Stanley Victor]] [https://www.familysearch.org/tree/person/details/9HWQ-MGG] - 1894(Vic)-1971(Vic) - Licences: 3MP Receive Melbourne (Hawthorn, 1923); 3MP Melbourne (Hawthorn, 1923-1924; Surrey Hills, 1925-1933; Broadmeadows, 1934-1939; St Albans, 1946-1955; Hawthorn, 1956-1965; Mitcham, 1969) - Qualifications: cc; AOCP 6, 1924, No. 2 in Vic - amateur operator; amateur broadcaster; broadcast engineer (3AR, 3LO) - Electoral Rolls: civil servant (Hawthorn, 1919-1924); electrical engineer (Surrey Hills, Vic, 1925-1931); senior mechanic PMGD (3AR station, Broadmeadows, 1936-1937); civil servant (3AR Station, St Albans, 1942-1954); nil (Hawthorn, 1963-1967; Mitcham, 1968) ===''HOSKING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Piere Hosking|Hosking, Aubrey Piere]] [https://www.familysearch.org/tree/person/details/GDYV-D7R] - 1891(South Africa)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 376, 1918; 1COCP 117, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIT Townsville (1917-1918) - Electoral Rolls: wireless operator (Townsville, 1919); telegraphist (South Yarra, Vic, 1921-1922); radio telegraphist (Canterbury, Vic, 1924); sales manager (Canterbury, Vic, 1925-1926; Balwyn, Vic, 1928; Lindfield, NSW, 1930-1963) ===''HOSKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stark Hoskins|Hoskins, John Stark]] [https://www.familysearch.org/tree/person/details/G61K-FZ3] - 1891(NZ)-1987(Eng) - Licences: Nil yet identified - Qualifications: cc; CPRT 147, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: business manager (Claremont, WA, 1929) ===''HOWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Earl Stephen Howard|Howard, Earl Stephen]] [https://www.familysearch.org/tree/person/details/GQMV-XQL] - 1895(Tas)-1938(Vic) - Licences: 7ET Hobart (Moonah, 1928-1931) - Qualifications: cc; AOCP 470, 1928, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: clerk (Hobart, 1919-1922; Moonah, 1928-1936) ===''HOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Maxwell Howden|Howden, John Maxwell]] [https://www.familysearch.org/tree/person/details/GH2L-7LN] - 1929(Vic)-2017(Vic) - Licences: 3ZCH Melbourne (Burwood, 1956; Box Hill 1960-1975); 3BQX Melbourne (Box Hill, 1980+) - Qualifications: AOLCP 187, 1956; AOCP V610, 1979 - amateur operator - Relationships: son of 3BQ Walter Francis Maxwell Howden - Electoral Rolls: * [[/Walter Francis Maxwell Howden|Howden, Walter Francis Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/G43K-1TC] - 1899(Vic)-1980(Vic) - Licences: No 19 Receive Melbourne (Box Hill, 1920); V140 Receive Melbourne (Box Hill, 1921); 3BQ Receive Melbourne (Box Hill, 1922); 3BQ Melbourne (Box Hill, 1923-1927; Canterbury, 1928-1939 & 1946-1975+); 3ABQ Melbourne (portable, "Canterbury", 1947-1956) - Qualifications: AOCP 114, 1925, No. ?? in Vic - amateur operator, amateur broadcaster, first to QSO USA; first to QSO England, first on telegraphy, then telephony; journalist (Listener In); Bright Star Crystals 1930s-1950s; QSLs: substantial portion of QSL collection survives at NFSA (1800+) - Relationships: father of 3ZCH/3BQX John Maxwell Howden - Electoral Rolls: student (Box Hill, 1924-1927); wireless engineer (Ringwood, 1928); engineer (Camberwell, 1931-1954) - Links: [http://messui.polygonal-moogle.com/valves/NW199611.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199612.pdf EA2] ===''HOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph Howe|Howe, John Joseph]] [https://www.familysearch.org/tree/person/details/LD83-QNG] - 1886(Irl)-1949(Tas) - Licences: Nil yet identified - Qualifications: cc; CPRT 117, 1915; 1COCP 15, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918) - Electoral Rolls: radio telegraphist (Cooktown, 1916-1917); wireless operator (Pinkenba, Qld, 1919; Moonah, Tas, 1922; New Town, Tas, 1928-1943) * [[/Raymond Raine Howe|Howe, Raymond Raine "Ray"]] [https://www.familysearch.org/tree/person/details/GXHH-KJN] - 1919(Qld)-1984(NSW) - Licences: 4RH Bundaberg (1936-1939); 2ARH Sydney (Vaucluse, 1946-1955; Epping, 1956-1960); 3YH Melbourne (Mt Waverley, 1965-1969) - Qualifications: AOCP 1812, 1936, No. ?? in Qld; 3AIR 1009, 1947 - amateur operator; amateur broadcaster; broadcast engineer (4BU); military (RAAF, career, Wing-Commander) - Electoral Rolls: Wireless Operator (Richmond, NSW, 1943); RAAF (Vaucluse, NSW, 1949); RAAF officer (Campbell, ACT, 1963); RAAF (Syndal, Vic, 1967); RAAF officer (Dickson, ACT, 1972-1977); retired (Narrawallee, NSW, 1980) ===''HOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Montague Howlett|Howlett, Arthur Montague]] [https://www.familysearch.org/tree/person/details/GZPZ-NWZ] - 1882(Eng)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 130, 1915; 2COCP 253, 1930 - RANRS (Warrant Telegraphist, 1918) - Electoral Rolls: radio engineer operator (Esperance, 1916); warrant officer R.A.N.R.S. (Thursday Island, 1919); radio telegraphist (Rockhampton, 1925-1931; Clayfield, Qld, 1936); wireless operator (Clayfield, 1943-1954); retired (Clayfield, Qld, 1958) ===''HUBSHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lassalle Paul Hubsher|Hubscher or Hubsher, Lassalle Paul "Paul"]] [https://www.familysearch.org/tree/person/details/GXWF-8DP] - 1913(Qld)-1971(Qld) - Licences: 4UL Brisbane (Bulimba, 1936-1939; Annerley, 1946-1969+) - Qualifications: cc; AOCP 1578, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor); part of the "U" gang; Evans Deakin engineering - Electoral Rolls: fitter & turner (Valley, Qld, 1936-1937); draftsman (Annerley, 1943-1968) ===''HUDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Henry Hudson|Hudson, William Henry]] [https://www.familysearch.org/tree/person/details/K4BR-1P4] - 1895(NSW)-1972(NSW) - Licences: XBO Sydney (Dulwich Hill, 1913-1914); 2PO Receive Sydney (Marrickville, 1923); 2AR Sydney (Dulwich Hill, 1922-1969) - Qualifications: cc; AOCP 18, 1924, No. 8 in NSW - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: bootmaker (Dulwich Hill, 1930-1963) - Comment: beware, several contemporaneous WHHs ===''HUEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Meredyth Huey|Huey, Richard Meredyth]] [https://www.familysearch.org/tree/person/details/G8WP-Y1Z] - 1913(NSW)-1995(NSW) - Licences: 2HU Sydney (Chatswood, 1928-1931; Cronulla, 1933-1937); 3UE Melbourne (Hawthorn East, 1938-1939); 2AHU Sydney (Sylvania, 1980) - Qualifications: AOCP 437, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Cronulla, 1935-1937); army officer (Melbourne, 1943); engineer (West Pennant Hills, 1949; Pennant Hills, 1954; Edgecliff, 1958-1963; Sylvania, 1977-1980); retired (Mittagong, 1980) ===''HUGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Roy Huggins|Huggins, David Roy]] [https://www.familysearch.org/tree/person/details/GDW3-LXL] - 1892(NSW)-1976(NSW) - Licences: 2ZW Sydney (Neutral Bay, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: organ builder (Petersham, 1913); piano maker (Neutral Bay, 1930-1968); builder (Cremorne, 1972) ===''HUGHES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Alan Hughes|Hughes, Clive Alan]] [https://www.familysearch.org/tree/person/details/G8MV-3XQ] - 1900(Vic)-1966(Vic) - Licences: 3CA Ararat (1927); 3CA Melbourne (Williamstown, 1931-1939, 1946-1965) - Qualifications: AOCP 343, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Williamstown, 1924-1928); schoolmaster (Williamstown, 1936-1963) * [[/George Herbert Hughes|Hughes, George Herbert]] [https://www.familysearch.org/tree/person/details/GXZT-4JB] - 1909(Qld)-1997(Qld) - Licences: 4HU Brisbane (Windsor, 1937-1939; Annerley, 1947-1954) - Qualifications: cc; AOCP 1929, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: store keeper (Windsor, Qld, 1934-1937); branch manager (Annerley, Qld, 1943-1958); technician (Tarragindi, Qld, 1963-1980) ===''HUGO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald William Stuart Hugo|Hugo, Ronald William Stuart or Stewart (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GFMZ-CLZ] - 1910(WA)-1978(WA) - Licences: 6KW Perth (Subiaco, 1938-1939, 1947-1960; Floreat Park, 1965-1975) - Qualifications: cc; AOCP 2081, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Subiaco, WA, 1931-1934); salesman (Subiaco, WA, 1936-1963); manager (Floreat Park, WA, 1968-1977) ===''HULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Galbraith Hull|Hull, Allan Galbraith "Braith"]] [https://www.familysearch.org/tree/person/details/GWQD-PTY] - 1905(Vic)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - journalist (Wireless Weekly, editor; Radio and Hobbies, editor 1939; Australasian Radio World, editor 1940-1950) - Relationships: brother of William Howard Hull & 3JU Ross Amos Hull - Electoral Rolls: sales (St Kilda, Vic, 1926-1927); radio engineer (Darlinghurst, 1931); journalist (Northbridge, NSW, 1934; Bondi, NSW, 1935-1936); engineer (Rose Bay, 1937); manager (Malvern, 1942); journalist (Mornington, 1949); publisher (Sandringham, 1954); printer (Oakleigh, 1958-1963; Chadstone, 1967-1968; Glen Iris, 1972; Mt Waverley, 1977-1980) * [[/Frederick Atherley Hull|Hull, Frederick Atherley]] [https://www.familysearch.org/tree/person/details/GZ5M-MT9] - 1906(NZL)-1997(WA) - Licences: 6FH Pingrup (1930-1931); 6FH Port Hedland (1937-1939, 1946-1956); 6FH Perth (Claremont, 1960-1975; Nedlands, 1980+) - Qualifications: cc; CRPT 1139, 1929; 2COCP 271, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Perth, 1929); radio operator (Port Hedland, 1937-1954); unemployed (Claremont, 1958); technical officer (Claremont, 1963-1972; Nedlands, 1977-1980) - Relationships: brother of 6RH Raymond Alfred Hull * [[/George Maxwell Hull|Hull, George Maxwell]] [https://www.familysearch.org/tree/person/details/L6LQ-S44] - 1916(Vic)-1987(Vic) - Licences: 3ZS Melbourne (Canterbury, 1946-1980+) - Qualifications: cc; AOCP 2307, 1939, Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Canterbury, 1943); proprietor (Canterbury, 1949-1980) * [[/Raymond Alfred Hull|Hull, Raymond Alfred]] [https://www.familysearch.org/tree/person/details/GZP1-BSL] - 1908(NZ)-1967(WA) - Licences: 6RH Pingrup (1929-1931); 6RH Perth (Wembley, 1937; Mt Hawthorn, 1939) - Qualifications: cc; AOCP 558, 1929, No. ?? in WA; 2COCP 590, 1942 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, 1934); traveller (Subiaco, 1949); sales director (Victoria Park, 1958-1963) - Relationships: brother of 6FH Frederick Atherley Hull * [[/Ross Amos Hull|Hull, Ross Amos]] [https://www.familysearch.org/tree/person/details/GWQD-P5W] - 1902(Vic)-1938(USA) - Licences: 3JU Melbourne (St Kilda, 1922-1925) - Qualifications: Nil yet identified - amateur broadcaster; radio clubs (WIA Vic Kew, president, 1923); journalist (Wireless Weekly, technical editor; QST, technical editor) - Relationships: brother of William Howard Hull & Allan Galbraith Hull - Electoral Rolls: draftsman (St Kilda, 1924-1925) - Comment: Gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW198902.pdf EA] * [[/William Howard Hull|Hull, William Howard]] [https://www.familysearch.org/tree/person/details/G7WJ-723] - 1891(Tas)-1955(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Relationships: brother of 3JU Ross Amos Hull & Allan Galbraith Hull - Electoral Rolls: electrical engineer (Cobungra, 1914-1915); engineer (Armadale, 1921; Brighton, 1922-1931; Caulfield, 1934-1949); retired (Beaconsfield Upper, 1954) ===''HUME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest James Hume|Hume, Ernest James]] [https://www.familysearch.org/tree/person/details/GZYR-TZM] - 1869(Vic)-1929(SA) - Licences: Nil - Qualifications: AOCP ??, 19??, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: - Relationships: wife of Stella Leonora Harriet Hume nee Jeremy; son of James Hill Hume, father of Ernest Jeremy Hume * [[/Ernest Jeremy Hume|Hume, Ernest Jeremy]] [https://www.familysearch.org/tree/person/details/GZYT-727] - 1906(SA)-1988(Vic) - Licences: Nil - Qualifications: Nil - chief engineer 5DN - Electoral Rolls: engineer (North Unley, 1939-1941; Oakleigh, Vic, 1949-1963; Carnegie, 1968-1977) - Relationships: grandson of James Hill Hume, son of Ernest James Hume and Stella Leonora Harriet Hume nee Jeremy * [[/Geoffrey Vincent Hume|Hume, Geoffrey Vincent]] [https://www.familysearch.org/tree/person/details/GQCL-NM1] - 1909(NSW)-1998(NSW) - Licences: 2GV Sydney (Cremorne, 1927-1930); 2AMD Sydney (Mosman, 1939) - Qualifications: AOCP 365, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio technician (Neutral Bay, 1930-1936; Mosman, 1937); RAAF (Ballarat, 1942); clerk (Turramurra, 1949); technical assistant (Pymble, 1954-1980) * [[/James Hill Hume|Hume, James Hill]] [https://www.familysearch.org/tree/person/details/GZYT-SLD] - 1822(??)-1887(Vic) - Licences: Nil - Qualifications: Nil - alleged very early wireless experimenter - Electoral Rolls: - Relationships: father of Ernest James Hume; father-in-law of Stella Leonora Harriet Hume nee Jeremy; grandfather of Ernest Jeremy Hume * [[/Stella Leonora Harriet Jeremy|Hume nee Jeremy, Stella Leonora Harriet]] [https://www.familysearch.org/tree/person/details/GZYT-33D] - 1882(Vic)-1953(NSW) - Licences: Nil - Qualifications: Nil - radio announcer (early 5DN) - Electoral Rolls: - Relationships: wife of Ernest James Hume; daughter-in-law of James Hill Hume; mother of Ernest Jeremy Hume ===''HUMPHRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] - See Innis Jane Lovett Spotswood 4JH * [[/Jack Lawrence Humphry|Humphry, Jack Lawrence]] [https://www.familysearch.org/tree/person/details/M7P4-M7M] - 1889(Qld)-1953(Qld) - Licences: 4JK Poopoonbah via Giru (1934-1939) - Qualifications: cc; AOCP 1349, 1934, Qld - amateur operator; amateur broadcaster; WW1 - Relationships: Husband of 4JH Innis Jane Lovett Humphry nee Spotswood - Electoral Rolls: farmer (Hodel, Ayr, Qld, 1912-1937; Poopoonbah, 1949-1954) ===''HUNT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Alexander Hunt|Hunt, Joseph Alexander]] [https://www.familysearch.org/tree/person/details/GFM1-9MM] - 1912(WA)-2002(WA) - Licences: 6JA Perth (Maylands, 1938-1939); 6JD Perth (Rockingham, 1960) - Qualifications: cc; AOCP 2112, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1936; Maylands, WA, 1937-1949); retired (Rockingham, WA, 1972) ===''HUPPATZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Huppatz|Huppatz, William George]] [https://www.familysearch.org/tree/person/details/MWTP-DF5] - 1900(Vic)-1970(SA) - Licences: 5GW Cowandilla (1931-1933); 5GW Naracoorte (1937-1939) - Qualifications: cc; AOCP 801, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Naracoorte, SA, 1939); engineer (Cowandilla, 1941-1943) ===''HURLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Hurll|Hurll, Norman James]] [https://www.familysearch.org/tree/person/details/GZXC-BFF] - 1904(NSW)-2003(Qld, 98yo) - Licences: 2BC Sydney (Killara, 1924-1930); 4NJ Tallebudgera Creek (1931-1935); 2HJ Sydney (Killara, 1935-1937; Roseville, 1938-1939); 2IN?/2DKH Sydney (1980+) - Qualifications: cc; AOCP 96, 1925, No. ?? in NSW - amateur operator, amateur broadcaster, military (WW2, CMF, CINT), business proprietor (Gas Light Engineering) - Electoral Rolls: engineer (Killara, 1930); merchant (Killara, 1936-1937); soldier (Strathfield, 1943); company manager (Burwood, 1949-1963); Managing Director (Killara, 1968); Director (Killara, 1972-1980) ===''HURRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Bruce Hurry|Hurry, Ronald Bruce]] [https://www.familysearch.org/tree/person/details/G8V2-G1C] - 1911(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 693, 1930, No. ?? in ?? - amateur operator?, amateur broadcaster?, electrical engineer, teacher - Electoral Rolls: Nil yet identified ===''HUSBAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Errol Husband|Husband, Norman Errol]] [https://www.familysearch.org/tree/person/details/L6F7-N7B] - 1893(Qld)-1961(NSW) - Licences: XABY Sydney (North Sydney, 1913-1914); 4CV Receive Charters Towers (1923); 4CV Charters Towers (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: motor engineer (Charters Towers, 1917-1922; Mackay, 1925-1937); engineer (Darlinghurst, 1949-1958) ===''HUTCHINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Thomas Edwards Hutchings|Hutchings, Allan Thomas Edwards]] [https://www.familysearch.org/tree/person/details/M7GB-2TM] - 1903(Vic)-1973(Vic) - Licences: 3HL Receive Callawadda (1922-1923); 3HL Callawadda (1924-1969) - Qualifications: cc; AOCP 65, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: son of 3HM Elizabeth Lilian Hutchings nee Edwards; brother of 3HQ Marjorie Lilian Williamson nee Hutchings - Electoral Rolls: farmer (Callawadda, 1927-1972) * [[/Elizabeth Lilian Edwards| Hutchings nee Edwards, Elizabeth Lilian]] [https://www.familysearch.org/tree/person/details/M7GB-25T] - 1877(Vic)-1943(Vic) - Licences: 3HM Callawadda (1932-1939) - Qualifications: cc; AOCP 509, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1926-1942) - Relationships: mother of 3HL Allan Thomas Edwards Hutchings and 3HQ Marjorie Lilian Williamson nee Hutchings - First woman in Australia to hold an amateur licence under the AOCP regime - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1925-1942) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Marjorie Lilian Hutchings|Williamson nee Hutchings, Marjorie Lilian]] [https://www.familysearch.org/tree/person/details/LB52-GSC] - 1912(Vic)-1988(Vic) - Licences: 3HQ Callawadda (1932-1939; 1946-1948); 3HQ Melbourne (Bentleigh, 1954-1980+) - Qualifications: cc; AOCP 1030, 1932, No. ?? in Vic - amateur operator, amateur broadcaster - Relationships: daughter of 3HM Elizabeth Lillian Hutchings nee Edwards; sister of 3HL Allan Thomas Edwards Hutchings - Electoral Rolls: home duties (Callawadda, 1934-1937); nurse (Alfred Hospital, Prahran, 1943); home duties (Callawadda, 1949; Bentleigh, 1949-1968) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''HUTCHINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Elwood Hutchinson|Hutchinson, Charles Elwood]] [https://www.familysearch.org/tree/person/details/G612-S6J] - 1894(Vic)-1942(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 728, 1922; 2COCP 278, 1930; 1COCP 307, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Esperance, 1919); radio telegraphist (Darwin, NT, 1922); telegraphist (Esperance, 1925-1931); radio telegraphist (Broome, WA, 1936-1937; Alberton, SA, 1939; Yatala, SA, 1941) * [[/John Victor Thomas Hutchison|Hutchison, John Victor Thomas]] [https://www.familysearch.org/tree/person/details/G89S-PY2] - 1907(NZ)-1975(NSW) - Licences: 2JH Sydney (Kirribilli, 1927-1937; West Ryde, 1938-1939; Croydon, 1946-1955; Bardwell Park, 1956-1965; Castle Cove, 1969-1975) - Qualifications: AOCP 374, 1927, No. ?? in NSW; CPRTelephony 1010, 1928 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Milson's Point, 1930-1937); laboratory assistant (Croydon, 1943-1949); radio technician (Bardwell Park, 1958-1968) ===''HUTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Hutson|Hutson, James William]] [https://www.familysearch.org/tree/person/details/G8N9-Z6J] - 1912(Vic)-1931(Vic) - Licences: 3JH Echuca (1930-1931) - Qualifications: AOCP 635, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon ===''HUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Hutton|Hutton, David]] [https://www.familysearch.org/tree/person/details/G8ZT-JXG] - 1912(Sct)-2003(NSW) - Licences: 2DH Abermain (1929-1934) - Qualifications: AOCP 551, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abermain, 1934-1963; Klworth, 1972-1977); retired (Klworth, 1980) ===''HYLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Philip Hyland|Hyland, Leonard Philip]] [https://www.familysearch.org/tree/person/details/K8N6-XLK] - 1903(Tas)-1942(Tas) - Licences: 7LP Hobart (City, 1936-1939) - Qualifications: cc; AOCP 1791, 1936, No. ?? in Tas; BOCP 271, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Hobart Central, 1928) - Comment: Passed on Duty; Gone too soon - Links: [https://www.themercury.com.au/news/tasmania/tasmania-fire-service-chief-chris-arnol-urges-everyone-to-reflect-on-the-selflessness-of-firefighters-in-the-pursuit-of-public-safety/news-story/59c6315bbf383ef9bb4e270d60cd9296 Mercury] =='''I'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''IKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William George Ikin|Ikin, William George]] [https://www.familysearch.org/tree/person/details/LWFZ-C37] - 1887(NSW)-1974(Vic) - Licences: 4SM Townsville (1925-1926); 4SM Brisbane (New Farm, 1927) - Qualifications: cc; AOCP 201, 1925, No. 18 in Qld - amateur operator; amateur broadcaster (dealer licence); WW1 - Electoral Rolls: mechanical engineer (Gladstone, 1913); engineer & electrician (Barcaldine, 1914); manager (Strand Motors, Townsville, 1925); motor mechanic (Mt Garnet, 1937-1949; Cardwell, 1949); farmer (Mareeba, 1954-1972) ===''INGLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Stanley Inglis|Inglis, Kenneth Stanley]] - 1929(Vic)-2017(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - historian (ABC); "This is the ABC"; "Whose ABC?" - Electoral Rolls: - Links: [[w:Ken Inglis|Wikipedia]] [https://www.tandfonline.com/doi/full/10.1080/1031461X.2018.1493961 Obit] ===''IRELAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Keith Ireland|Ireland, Leslie Keith "Keith"]] [https://www.familysearch.org/tree/person/details/LRMD-BPV] - 1908(SA)-1942(SA) - Licences: 5KR Mt Gambier (1933-1939) - Qualifications: cc; CPRT 950, 1927; AOLCP 60, 1932 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: radio dealer (Mt Gambier, SA, 1939-1941) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/633509 VWMA]; [https://www.awm.gov.au/collection/R1721431 AWM]; [https://aviationmuseumwa.org.au/afcraaf-roll/ireland-leslie-keith-47849/ AHM] ===''IRESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melville Charles Gladstone Ireson|Ireson, Melville Charles Gladstone]] [https://www.familysearch.org/tree/person/details/GMZT-ML6] - 1898(Vic)-1955(Vic) - Licences: 3ZY Kyneton (1931-1933); 3AIR Kyneton (1947-1955) - Qualifications: cc; AOCP 305, 1926, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Maldon, 1919); telegraphist (Ballarat, 1925); postal employee (Kyneton, 1931-1954) ===''IRVINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Irvine|Irvine, William]] - 1907(???)-19??(???) - Licences: 4IR Brisbane (Mitchelton, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1987, 1937, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous WIs - Electoral Rolls: Nil yet identified ===''IRVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Lawson Irving|Irving, Cyril Lawson]] [https://www.familysearch.org/tree/person/details/GXZT-65R] - 1912(Qld)-1992(Qld) - Licences: 4WL Brisbane (Annerley, 1933-1939) - Qualifications: cc; AOCP 1199, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Coorparoo, Qld, 1943-1980) ===''ISLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Clifford Isles|Isles, James William Clifford "Clifford"]] [https://www.familysearch.org/tree/person/details/LBVH-RV1] - 1894(Qld)-1967(Qld) - Licences: 4CC Receive Brisbane (Ascot, 1922); 4CC Brisbane (Ascot, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club member (QWI); business proprietor (Isles Love & Co, Allan & Stark); WW1 - Electoral Rolls: clerk (Hamilton, 1915-1937); manager (Hamilton, 1943-1958); director (Hamilton, 1963) ===''ISRAEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Samuel Israel|Israel, Morris Samuel]] [https://www.familysearch.org/tree/person/details/GZQ4-CBC] - 1896(Vic)-1965(Vic) - Licences: XMU Melbourne (St Kilda, 1913); 3ZN Melbourne (St Kilda, 1923-1924; Malvern, 1925-1926; Burwood, 1927); 3ZN Geelong, 1931-1933; 3ZN Melbourne (Burwood, 1937-1939, 1946-1955) - Qualifications: cc; AOCP 13, 1924, No. ?? in Vic; AOLCP 35, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcasting executive; WW2 - Electoral Rolls: soldier (St Kilda, 1919-1924); radio mechanic (Burwood, 1926-1928); broadcasting engineer (Geelong, 1931); engineer (Geelong North, 1936; Camberwell, 1937-1963); ===''IVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil Albert Ives|Ives, Cecil Albert]] [https://www.familysearch.org/tree/person/details/GZLJ-848] - 1916(SA)-1942(Vic) - Licences: 5AF Adelaide (Glenelg, 1935-1939) - Qualifications: cc; AOCP 1451, 1935, SA - amateur operator, amateur broadcaster; WW2 - Electoral Rolls: commercial artist (Glenelg, 1939-1943) - Sacrifice: "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/ives-cecil-albert-300407/] =='''J'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''JACKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil Jackson|Jackson, Alfred Cecil "Alf"]] [https://www.familysearch.org/tree/person/details/LDLP-F65] - 1900(NSW)-1972(NSW) - Licences: 4AJ Brisbane (Fairfield, 1931); 2BO Bangalow (1933) - Qualifications: cc; CPRT 620, 1921; 1COCP 67, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG, Brisbane Cmcls); state public servant (4QG) - Electoral Rolls: radio engineer (Fairfield, Qld, 1928-1931); farmer (Possum Creek, NSW, 1934-1937); mechanic (Fairfield, Qld, 1943-1954); farmer (O'Possum Creek via Bangalow, NSW, 1958-1963) * [[/Alfred George Jackson|Jackson, Alfred George]] [https://www.familysearch.org/tree/person/details/LY5P-2X1] - 1864(Eng)-1935(Qld) - Licences: 4DG Receive Brisbane (Wynnum, Qld, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; radio clubs (WIQ, QWI, WIAQ); electrical engineer - Relationships: father of Arthur Appleton Jackson - Electoral Rolls: electrical engineer (South Brisbane, Qld, 1903-1913); electrician (Wynnum, Qld, 1914-1934) * [[/Arthur Appleton Jackson|Jackson, Arthur Appleton]] [https://www.familysearch.org/tree/person/details/LY55-M8F] - 1891(Qld)-1985(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster; radio clubs (QWI, WIAQ); electrical engineer; business proprietor; Relationships: son of Alfred George Jackson - Electoral Rolls: electrical engineer (Wynnum, Qld, 1913-1914; Morningside, Qld, 1915-1919; Wynnum, Qld, 1919; South Brisbane, Qld, 1921-1968); retired (Hill End, Qld, 1972; Highgate Hill, Qld, 1977; Hopetoun Home, Oxley, Qld, 1980) * [[/James William Jackson|Jackson, James William "Jim"]] [https://www.familysearch.org/tree/person/details/G7FH-JCW] - 1916(Qld)-2011(Qld) - Licences: 4CN Brisbane (Cribb Island, 1938-1939; 1946-1969; Lawnton, 1975-1980) - Qualifications: cc; AOCP 2096, 1938, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); military (WW2,Northern Command Signals); farmer/electrician/radio & TV serviceman - Electoral Rolls: farmer (Cribb Island, Qld, 1937-1968); rubber worker (Lawnton, Qld 1972-1980) * [[/Thomas William Jackson|Jackson, Thomas William]] - 1830(Eng)-1918(Vic) - Deputy Postmaster-General Victoria ca 1880, clubs & societies (Telegraph Electrical Society Vic, member, ca 1880) ===''JAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Russell James|James, Brian Russell]] [https://www.familysearch.org/tree/person/details/GZLV-GXV] - 1920(SA)-1944(Europe) - Licences: 5BL Adelaide (1939) - Qualifications: AOCP 2293, 1939, SA - amateur operator, amateur broadcaster, WW2 (RAAF, 76 Squadron RAF, Flying Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://highgate-rsl.org.au/afcraaf-roll/james-brian-russell-417490/] * [[/Hector Keith James|James, Hector Keith]] [https://www.familysearch.org/tree/person/details/GZV7-WVL] - 1905(NSW)-1966(NSW) - Licences: 2XA Receive Sydney (Summer Hill, 1923); 2XA Sydney (Summer Hill, 1924-1933; Ashfield, 1934; Double Bay, 1935-1936; Coogee, 1937-1938; Woollahra, 1939; Summer Hill, 1948-1961) - Qualifications: cc; AOCP 183, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Summer Hill, 1930-1933), engineer (Edgecliff, 1936; Ashfield, 1949; Summer Hill, 1943-1963) * [[/Herbert Ronald James|James, Herbert Ronald]] [https://www.familysearch.org/tree/person/details/GDRD-1SM] - 1904(Vic)-1982(Vic) - Licences: 3LH Birchip (1931-1933); 3LH Drouin (1938-1939); 7LH Western Junction (1947); 7LH Launceston (1948); 3AJJ Melbourne (Deepdene, 1954); 3AJJ Lubeck (1955-1956); 3AJJ Braeside (1960); 3AJJ Rupanyup (1965-1969); 3AJJ Nowa Nowa (1975-1980) - Qualifications: cc; AOCP 813, 1931, Vic; BOCP 17, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Merbein, 1925); fitter & turner (Merbein, 1928-1931); radio engineer (Merbein, 1936); technician (Western Junction, Tas, 1949); radio engineer (Deepdene, 1954); technician (Rupanyup, 1963-1968); retired (Nowa Nowa, 1972-1980) * [[/R. James|James, R.]] - 19??(???)-19??(???) - Licences: XZE via Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified * [[/Thomas Reynolds James|James, Thomas Reynolds]] - 19??(???)-19??(???) - employment (Vic Posts & Telegraphs, worked on original Melbourne-Williamstown telegraph line 1854, later in charge of Melbourne Telegraph Office, but transferred to inspectorial work in 1879 due to disorganisation, reinstated in 1880) ===''JAMIESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Jamieson|Jamieson, Charles William]] [https://www.familysearch.org/tree/person/details/L4SY-YNQ] - 1896(Vic)-1971(Vic) - Licences: XJW Melbourne (St Kilda, 1913-1914); 3CJ Melbourne (East St Kilda, 1924-1926); 3XX Melbourne (East Malvern, 1954-1975) - Qualifications: cc; BOCP 130, 1937 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: engineer (St Kilda, 1921-1925); mechanic (Malvern, 1926-1968) * [[/John Edward Jamieson|Jamieson, John Edward]] [https://www.familysearch.org/tree/person/details/G8VS-M43] - 1910(WA)-1957(WA) - Licences: 6LA Perth (Beaconsfield, 1930-1933); 6LA Kalgoorlie (1938-1939) - Qualifications: cc; AOCP 673, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio salesman (Kalgoorlie, 1936-1937); salesman (Kalgoorlie, 1943); radio engineer (Kalgoorlie, 1949-1954) ===''JANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Harold Jansen|Jansen, Claud or Claude Harold]] [https://www.familysearch.org/tree/person/details/GDGS-9TN] - 1890(NSW)-1968(NSW) - Licences: V751 Receive Yarrawonga (1922); 3GW Receive Yarrawonga (1922)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: printer (Yarrawonga, 1913-1922); linotype engineer (Yarrawonga, 1924-1931); printer (Shepparton, 1934-1937); linotype operator (Albury, 1937-1949); engineer (Albury, 1954-1968) ===''JARDINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Jardine|Jardine, William Ronald]] [https://www.familysearch.org/tree/person/details/G8ZC-T63] - 1911(Vic)-1983(Vic) - Licences: 3PR Melbourne (Essendon, 1929-1933); 3PR Leongatha (1937-1939, 1946-1980+) - Qualifications: AOCP 533, 1929, No. ?? in Vic; AOLCP 108, 1933 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farm labourer (Craigieburn, 1934); dairy farmer (Leongatha, 1937-1954); salesman (Leongatha, 1963-1980) ===''JARMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Arthur Jarman|Jarman, Oswald Arthur]] [https://www.familysearch.org/tree/person/details/G612-K6Y] - 1894(SA)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 162, 1915; 1COCP 37, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Broome, WA, 1921-1922); telegraphist (Applecross, WA, 1925; Surrey Hills, Vic, 1928); supervisor (Bentley, Vic, 1931-1954) ===''JARVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jack Edwin Jarvis|Jarvis, Vincent Jack Edwin "Victor", "Vic"]] [https://www.familysearch.org/tree/person/details/GZ2K-6FP] - 1912(WA)-1941(Libya) - licences: 2VJ Orange (1930-1933), 2VJ Dubbo (1934), 2VJ Wellington (1935-1936), 2VJ Bathurst (1937), 2VJ Griffith (1938-1939) - qualifications: AOCP 695, 1930, No. ?? in NSW; BOCP 46, 1936 - amateur operator, amateur broadcaster (2VJ Wellington), broadcast engineer (2BS, 2RG), WW2 (RAAF, Rathmines Flying Boats Base, Palestine, Egypt, Libya) - electoral rolls: radio mechanic (Wellington, 1936), radio engineer (Bathurst, 1937), wireless operator (Rathmines, 1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/633817] ===''JEFFRYES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Harry Jeffryes|Jeffryes, Sydney Harry]] - 1884(Qld)-19??(???) - X?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), ship's wireless operator, member of the Australasian Antarctic Expedition 1911-1914 ===''JEFFS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jeffs|Jeffs, Vincent]] [https://www.familysearch.org/tree/person/details/GX4T-4M8] - 1912?(???)-1970(Qld) - Licences: 4VJ Brisbane (Taringa, 1931-1933; City, 1934-1939, 1946; Gordon Park, 1948-1969) - Qualifications: cc; AOCP 753, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio cub (WIAQ, life member, lecturer, code instructor, field days, JOTA, conventions, operator 4WI); business proprietor (Jeffs Radio) - Electoral Rolls: salesman (Taringa, Qld, 1934; New Farm, Qld, 1936-1937; Taringa, Qld, 1937); radio manufacturer (New Farm, Qld, 1943); salesman (Taringa, Qld, 1949); businessman (Gordon Park, Qld, 1958-1968) ===''JENNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Jenner|Jenner, John Henry]] [https://www.familysearch.org/tree/person/details/K2Y9-64Z] - 1877(Eng)-1961(NSW) - Licences: 7BM Receive Premaydena (1923); Receive Premaydena (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 2ABM John Ingoldsby Jenner - Electoral Rolls: law clerk (Lindisfarne, 1914); orchardist (Koonya, 1919-1928); Xray technician (Double Bay, NSW, 1930; Bondi, 1933-1935) * [[/John Ingoldsby Jenner|Jenner, John Ingoldsby]] [https://www.familysearch.org/tree/person/details/LKY4-7S2] - 1904(Eng)-1980(???) - Licences: 2ABM Sydney (Maroubra, 1933-1939) - Qualifications: cc; AOCP 1194, 1933, NSW - amateur operator; amateur broadcaster - Relationships: Son of 7BM John Henry Jenner - Electoral Rolls: engineer (Haberfield, 1930; Bondi, 1933-1935); telephone engineer (Maroubra, 1937); engineer (Maroubra, 1943-1954; Revesby, 1968); retired (Turramurra, 1972); engineer (Revesby, 1980) ===''JENNISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Jennison|Jennison, Joseph William]] [https://www.familysearch.org/tree/person/details/LTS7-316] - 1899(Vic)-1965(Vic) - Licences: 2JJ Mathoura (1928-1939); 2MX Mathoura (1948-1950) - Qualifications: AOCP 414, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: farmer (Mathoura, 1930-1949; Echuca, 1954; Deniliquin, 1958); nil (Echuca, 1963) (Licences in the name of his father John William Jennison but most likely son was operator, father passed in 1942) ===''JENSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jens August Jensen|Jensen, Jens August]] [https://www.familysearch.org/tree/person/details/GXQM-1MX] - 1865(Vic)-1936(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - Minister for Navy (1915-1917) - Comment: famously dismissed for corruption in respect of purchase of Shaw Wireless Works in 1916 - Electoral Rolls: licensed victualler (Beauty Point, Tas, 1914-1919); orchardist (Beauty Point, Tas, 1919-1922); no occupation (Elsternwick, Vic, 1936) - Links: [[w:Jens_Jensen_(politician)|Wikipedia]] [https://adb.anu.edu.au/biography/jensen-jens-august-6840 ADB] * [[/Laurence Richard Hopkins Jensen|Jensen, Laurence or Lawrence Richard Hopkins]] [https://www.familysearch.org/tree/person/details/GZ6V-MJ1] - 1906(Tas)-1974(Tas) - Licences: 7BL Receive West Devonport (1923); Receive West Devonport (1923-1924); 7LJ Launceston (1925-1939, 1947-1969+) - Qualifications: cc; AOCP 78, 1925, No. ?? in Tas; BOCP 215, 1939; 1AOCP 9, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (New Town, 1928); teacher (New Town, 1936-1972) ===''JENVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Walter Jenvey|Jenvey, Henry Walter]] [https://www.familysearch.org/tree/person/details/G4QJ-7TS] - 1851(Eng)-1932(Vic) - Licences: AA Melbourne 1900; X?? Melbourne - early wireless experimenter, arguably his use of the identifier AA was the first use of an Australian callsign; arguably Australia's first amateur operator as the majority of his experiments were self-funded and in his own time - Qualifications: cc; Nil yet identified - employment (Vic P & T; PMGD) - Relationships: father of 3WW William Walter Jenvey - Electoral Rolls: electrical engineer (Brighton, 1909); public servant (Caulfield East, 1919-1931) * [[/William Walter Jenvey|Jenvey, William Walter "Bill"]] [https://www.familysearch.org/tree/person/details/G4QV-9GL] - 1904(Vic)-1981(Qld) - Licences: 3AY Melbourne (Caulfield, 1922-1927; Ormond, 1931-1938); 2YJ Sydney (Concord, 1939); 3AY Melbourne (Ormond, 1947); 2ZO Sydney (Willoughby, 1948-1969); 2ZO Noosa Heads (1980) - Qualifications: cc; CPRT 824, 1924; 1COCP 68, 1930 - amateur operator; amateur broadcaster - Relationships: son of Henry Walter Jenvey - Electoral Rolls: telegraphist (Caulfield, Vic, 1926-1927); operator (Bentleigh, Vic, 1931-1937); radio engineer (Croydon, NSW, 1943; Willoughby, NSW, 1949-1968); engineer (Willoughby, NSW, 1972); nil (Nelligen, NSW, 1977; Noosa Heads, Qld, 1980) ===''JERRARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Joseph Jerrard|Jerrard, Frederick Joseph]] [https://www.familysearch.org/tree/person/details/LB43-BKT] - 1899(Qld)-1963(Qld) - Licences: 4DR Receive Gayndah (1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Gayndah, 1921-1930); motor mechanic (Gayndah, 1936-1937); engineer (Indooroopilly, 1943-1963) ===''JESSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick Ferman Jessop|Jessop, Patrick Ferman]] [https://www.familysearch.org/tree/person/details/G6QN-8HV] - 19??(Eng?)-19??(Qld?) - Licences: 4PJ Kamma (1925-1927); 4PJ Cairns (Hambledon, 1937-1939) - Qualifications: cc; Nil yet identified (England?) - amateur operator; amateur broadcaster; WW1(RFC) - Halcyon: not mentioned - Electoral Rolls: labourer (Edmonton, 1922-1930); weigh bridge clerk (Hambledon, 1936-1943) ===''JEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Jewell|Jewell, Thomas John]] [https://www.familysearch.org/tree/person/details/GDYD-YH1] - 1905(WA)-1965(WA) - Licences: 6CA Receive Perth (Subiaco, 1923); 6JJ Perth (Victoria Park, 1927); 6JJ Kalgoorlie (1930-1931); 6JJ Perth (Victoria Park, 1933-1939) - Qualifications: cc; CPRT 876, 1925; 1COCP 129, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Victoria Park, WA, 1931-1937); radio inspector (Victoria Park, WA, 1943; Scarborough, WA, 1949); inspector (Scarborough, WA, 1954-1963) ===''JOHNSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Johnson|Johnson, Arthur]] [https://www.familysearch.org/tree/person/details/GXD7-X12] - 1921(Qld)-2004(Qld) - Licences: 4PX Brisbane (Hendra, 1938-1939; Ascot, 1946-1948; Hendra, 1954-1975), 4PX Buddina Beach (1980+) - Qualifications: cc; AOCP 2093, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (Sunshine Coast ARC); military (WW2, AIF, Signals) - Comment: Several contemporaneous AJs - Electoral Rolls: Commonwealth public servant (Hendra, Qld, 1968) + others * [[/Carl Francis Johnson|Johnson, Carl Francis]] [https://www.familysearch.org/tree/person/details/LH8T-HSH] - 1899(Tas)-1985(Tas) - Licences: Receive Hobart (West Hobart, 1923); 7AR Hobart (West Hobart, 1924-1939) - Qualifications: cc; AOCP 218, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: federal servant (West Hobart, 1922-1954) * [[/Edward Norman Johnson|Johnson, Edward Norman]] [https://www.familysearch.org/tree/person/details/MM4W-MLQ] - 1886(Vic)-1960(USA) - Licences: Receive Warrnambool (1923); 3ZO Warrnambool (1923-1924); 3ZO Horsham (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (East Melbourne, 1909); manager (Wonthaggi, 1914); draper (Newtown, 1917); traveller (Geelong, 1919) * [[/H. B. Johnson|Johnson, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1926); 5HB Adelaide (Henley Beach, 1937-1939) - Qualifications: AOCP 252, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: - common surname, individual not yet identified * [[/Ivo Uric Johnson|Johnson, Ivo Uric]] [https://www.familysearch.org/tree/person/details/G9VV-H8S] - 1903(NSW)-1961(Qld) - Licences: 4KL Cairns (1933-1960) - Qualifications: cc; CPRT 813, 1924; 2COCP 668, 1942; 1COCP 655, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Cairns, Qld, 1936-1963) * [[/Joseph Murray Johnson|Johnson, Joseph Murray]] [https://www.familysearch.org/tree/person/details/L5YM-M5N] - 1889(NSW)-1986(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 113, 1915; 1COCP 200, 1931 - RANRS (CPO to Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: engineer operator (Geraldton, 1915-1917); radio expert (Lane Cove, NSW, 1930-1934); engineer (Brighton, Vic, 1936; Caulfield, 1937); engineer (Longueville, NSW, 1943-1949); manager (Turramurra, 1954-1963); retired (Strathfield, 1963; Port Macquarie, NSW, 1968-1977; Wauchope/Yrrs, 1980) ===''JOHNSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. B. Johnston|Johnston, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Norman Brint Johnston|Johnston, Norman Brint]] [https://www.familysearch.org/tree/person/details/G8NC-K7F] - 1913(WA)-1979(WA) - Licences: 6NJ Perth (South Fremantle, 1930-1933; Subiaco, 1937-1939) - Qualifications: cc; AOCP 642, 1930, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Subiaco, 1937-1943); radio mechanic (Maylands, 1943-1968; Mt Lawley, 1972-1977) * [[/Robert Walter Johnston|Johnston, Robert Walter]] [https://www.familysearch.org/tree/person/details/GXDS-FHJ] - 1914(Qld)-1963(Qld) - Licences: 4LQ Brisbane (Petrie Terrace, 1934-1939) - Qualifications: cc; AOCP 1270, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Petrie Terrace, Qld, 1936-1937); no occupation (Ingleburn, NSW, 1954-1958); retired (Petrie Terrace, Qld, 1963) * [[/William David Johnston|Johnston, William David]] [https://www.familysearch.org/tree/person/details/G8XJ-3RY] - 1909(Irl)-1985(NSW) - Licences: 2YZ Sydney (Ryde, 1930-1939, 1946-1948; Gladesville, 1950; Matraville, 1954-1980+) - Qualifications: AOCP 616, 1930, No. ?? in NSW; 2COCP 323, 1931; 1COCP 398, 1940 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Ryde, 1930-1943); radio engineer (Gladesville, 1949; Matraville, 1954-1980) ===''JOHNSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. D. Johnstone|Johnstone, H. D.]] - 19??(???)-19??(???) - Licences: 3HJ Melbourne (Surrey Hills, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified ===''JONASSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Peter Jonasson|Jonasson, Roy Peter]] [https://www.familysearch.org/tree/person/details/9KPW-ZL1] - 1908(Qld)-1989(Qld) - Licences: 4NG Alberton (1931-1933); 7NG Derwent Park (1937-1939); 3ND Castlemaine (1946-1969); 9NG, PNG; 4NE Brisbane (Kingston, 1980) - Qualifications: cc; AOCP 827, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, QRP Club, RAAF Wireless Reserve, Qld Listeners' League); employment (Qld State Electricity Commission) - Electoral Rolls: electrical fitter (Castlemaine, 1942-1972); retired (Kingston, Qld, 1972-1980) ===''JONES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Ernest Jones|Jones, Alfred Ernest]] [https://www.familysearch.org/tree/person/details/G61R-CTW] - 1894(NSW)-1970(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 241, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Comment: not all electoral roll entries identified, several contemporaneous AEJs; Electoral Rolls: radio telegraphist (Broome, WA, 1917-1922) * [[/David William Jones|Jones, David William]] - 19??(???)-19??(???) - Licences: 4DJ Brisbane (Chelmer, 1930-1933) - Qualifications: cc; AOCP 683, 1930, No. ?? in Qld - amateur operator, amateur broadcaster - Comment: several contemporaneous DWJs - Electoral Rolls: public servant (Chelmer, 1925-1931); engineer (Holland Park, 1958)? * [[/Lancelot Cyril Jones|Jones, Lancelot Cyril "Lance"]] [https://www.familysearch.org/tree/person/details/G8L3-2LS] - 1891(SA)-1971(SA) - Licences: XVB Adelaide (Hawthorn, 1913-1914); 5BQ Adelaide (Westbourne Park, 1923-1924); 5DN Adelaide (City, 1923-1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; co-founder 5DN commercial Adelaide - Electoral Rolls: manager (Broadway Estate, 1939-1943) * [[/Raymond Edward Jones|Jones, Raymond Edward]] [https://www.familysearch.org/tree/person/details/LL9R-FLM] - 1900(Vic)-1987(Vic) - Licences: 3RJ Melbourne (Ascot Vale, 1928; Box Hill, 1931-1939, 1946-1980+) - Qualifications: AOCP 407, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: telegraphist (Newmarket, 1921); public servant (Ascot Vale, 1922-1924); telegraphist (Box Hill, 1931-1943); supervisor (Box Hill, 1949-1963); retired (Box Hill, 1968-1980) * [[/Stanley William Jones|Jones, Stanley William]] [https://www.familysearch.org/tree/person/details/GZL8-BPL] - 1917(Vic)-1943(PNG) - Licences: 3SF Ballarat (1937-1939) - Qualifications: AOCP 1953, 1937, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Signalman, 6 Division Signals) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1687469] (beware, another Stanley William Jones died in WW2, Flight Sergeant, 626 Squadron) * [[/Walter Henry Jones|Jones, Walter Henry]] [https://www.familysearch.org/tree/person/details/G8NB-Z8F] - 1914(NSW)-1980(NSW) - Licences: 2PY Sydney (Marrickville, 1930-1933); 2RS Sydney (Marrickville, 1935-1939); 2WP Sydney (Bexley, 1965-1980) - Qualifications: AOCP 652, 1930, NSW; 1COCP 57, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless telegraphist (Bexley North, 1949-1972); telegraphist (Bexley North, 1977-1980); Beware: Another contemporaneous Walter Henry Jones in Sydney b.1915 m.Edith * [[/W. R. Jones|Jones, W. R.]] - 19??(???)-19??(???) - Licences: 4EK Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''JORDAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Jordan|Jordan, James "Jim"]] [https://www.familysearch.org/tree/person/details/GXHL-VNQ] - 1903(Sct)-1979(Qld) - Licences: 4JJ Ipswich (1933); 4JJ Bundaberg (1934-1939) - Qualifications: cc; AOCP 1162, 1933, Qld - amateur operator; amateur broadcaster; broadcast engineer (4BU); senior military (RAAF, Wing-Commander) - Electoral Rolls: striker (West Ipswich, Qld, 1932); radio mechanic (Bundaberg, Qld, 1934-1937) * [[/Robert Jordan|Jordan, Robert]] - 1893(NZ)-19??(???) - commercial operator (1COCP 4, 1914, No. 4 in Aus and Vic, Commonwealth system) - coastal station operator? ===''JUDD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Harvey Judd|Judd, Clarence Harvey]] [https://www.familysearch.org/tree/person/details/GXVF-9XS] - 1920(SA)-1986(SA) - Licences: 5HQ Adelaide (Colonel Light Gardens, 1954-1980) - Qualifications: cc; AOCP 3374, 1953, Qld - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/Oswald William Judd|Judd, Oswald William]] [https://www.familysearch.org/tree/person/details/GXVX-X56] - 1896(SA)-1934(SA) - Licences: XVF Adelaide (North Norwood, 1913); Receive Adelaide (Payneham, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: Nil yet identified =='''K'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''KANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Leslie Kane|Kane, John Leslie "Les"]] - 1910(Qld)-1985(Qld), 4ZZ Roma, amateur operator (AOCP 2335, 1939, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), senior state public servant (Qld Railways) ===''KAUFMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Samuel Donald Kaufman|Kaufman, Samuel Donald]] [https://www.familysearch.org/tree/person/details/LB6X-937] - 1904(NSW)-1988(NSW) - Licences: 2SK Sydney (Belmore, 1928-1939, 1946-1980+) - Qualifications: AOCP 448, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Belmore, 1933-1980) ===''KAUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Alexis Kauper|Kauper, Henry or Heinrich Alexis "Harry"]] [https://www.familysearch.org/tree/person/details/GZXZ-WYQ] - 1888(Vic)-1942(Vic) - Licences: S643 Adelaide (1921-1922); 5BG Adelaide (Dulwich, 1923-1926; Tusmore, 1927-1928) - Qualifications: cc; AOCP 97, 1925, No. ?? in SA - amateur operator; amateur broadcaster; broadcast engineer; inventor - Electoral Rolls: chauffer (Willaura, Vic, 1910); engineer (Richmond, Vic, 1931-1937) - [https://adb.anu.edu.au/biography/kauper-henry-alexis-harry-6898 ADB] ===''KAYESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Kayess|Kayess, Sydney]] [https://www.familysearch.org/tree/person/details/GCYG-NHD] - 1892(NSW)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified -RANRS (CPOE, 1917) - Electoral Rolls: fitter & turner (Cooktown, 1917); engineer (Hendra, Qld, 1919); engine driver (Charleville, Qld, 1921); mechanic (Mossman, 1925); motor mechanic (Watchem, Vic, 1928); auto engineer (Dulwich Hill, NSW, 1930); garage manager (New Lambton, NSW, 1930; Foveaux, NSW, 1933); engineer (Forest Lodge, NSW, 1935-1937); labourer (Darlinghurst, 1937; Glenmore, NSW, 1943); mechanical engineer trainee (Haberfield, NSW, 1949); engineer (Manly North, NSW, 1958) ===''KEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Patrick James Keane|Keane, John Patrick James]] [https://www.familysearch.org/tree/person/details/G8V5-P25] - 1903(NSW)-1964(NSW) - Licences: 2JN Cessnock (1930-1936; 2JN Sydney (Bexley, 1937-1939; McMahons Point, 1946-1961) - Qualifications: AOCP 698, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: storeman (Darling Harbour, 1930); clerk (Cessnock, 1931-1932; Newcastle, 1934; Bexley, 1935-1937; McMahons Point, 1943-1949; North Sydney, 1958-1963) ===''KEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Keast|Keast, Leslie John]] [https://www.familysearch.org/tree/person/details/K2QP-J6X] - 1886(SA)-1957(WA) - Journalist (Wireless Weekly; shortwave editor, Australasian Radio World, 1940-1951; Radio & Hobbies), professional monitor (OWI/VOA, WW2), silent era cinematographer - Electoral Rolls: licensed victuallar (Royal Hotel, Bowral, 1933-1934); ex-hotelkeeper (Coogee, 1935); clerk (Randwick North, 1936-1937); sales manager (Carlingford, 1943); organising secretary (Ermington, 1949-1958) ===''KEDDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Robert Keddie|Keddie, Phillip Robert]] [https://www.familysearch.org/tree/person/details/G67S-1T7] - 1921(SA)-2003(SA) - Licences: 5KZ Adelaide (Woodville Park, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1882, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: AMF (Woodville Park, SA, 1943) ===''KELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Edward Kells|Kells, Alfred Charles Edward]] [https://www.familysearch.org/tree/person/details/LTMT-7D3] - 1900(Vic)-1955(Vic) - Licences: Receive Melbourne (Moonee Ponds, 1923); 2430 Melbourne (Moonee Ponds, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: postal electrician (Moonee Ponds, 1921-1925); mechanic (Essendon, 1928-1954) ===''KELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Wainwright Kelly|Kelly, Alexander Wainwright]] [https://www.familysearch.org/tree/person/details/GZP6-G6V] - 1908(SA)-1954(SA) - Licences: Receive (Crystal) Largs Bay (1923); Receive Largs Bay (1923); 5AW Lyndoch (1927-1939); 5XO Loxton (1954) - Qualifications: cc; AOCP 358, 1927, No. ?? in SA - amateur operator; amateur Broadcaster - Electoral Rolls: winemaker (Berri, 1939-1943) * [[/Ross Donaldson Kelly|Kelly, Ross Donaldson]] [https://www.familysearch.org/tree/person/details/G7BG-2PR] - 1906(SA)-1959(SA) - Licences: 5LW Adelaide (Unley, 1937-1939; Hazelwood Park, 1948-1956) - Qualifications: cc; AOCP 2032, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: assurance agent (Dulwich, 1941-1943) ===''KELSO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham Kelso|Kelso, Graham]] [https://www.familysearch.org/tree/person/details/GXXH-9DH] - 19??(???)-19??(???) - Licences: 4EL Receive Brisbane (Nundah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: PMG technician (Petrie Terrace, Qld, 1958); technician (Brisbane, Qld, 1968; St Lucia, Qld, 1972-1980) ===''KEMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Kemble|Kemble, Frederick John]] [https://www.familysearch.org/tree/person/details/GZZ2-8WY] - 1915(SA)-1939(WA) - Licences: 6FJ Katanning (1936-1939) - Qualifications: cc; AOCP 1673, 1936, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: blacksmith's striker (Katanning, WA, 1937) ===''KEMP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Kemp|Kemp, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GZ2F-PYS] - 1910(Qld)-1997(Qld) - Licences: 4YA Yangan - Qualifications: cc; AOCP 1466, 1935, Qld; BOCP 110, 1937; 2COCP 123, 1937; 1COCP 163, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Swanfels, Qld, 1936-1937); radio technician (Kedron, Qld, 1943-1949; Wavell Heights, Qld, 1954-1980) * [[/Joseph Edward Kemp|Kemp, Joseph Edward]] [https://www.familysearch.org/tree/person/details/G691-NWV] - 1918(Tas)-1991(WA) - Licences: 7RZ Devonport (1937-1939); 7RZ Launceston (1946-1948) - Qualifications: cc; AOCP 1847, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio telegraphist (Como, 1949); radio officer (Esperance, 1954-1958; Yokine, WA, 1963-1980) ===''KEMPSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Kempster|Kempster, Frederick]] [https://www.familysearch.org/tree/person/details/LVPC-NHM] - 1900(SA)-1957(SA) - Licences: 5KM Darwin (1929-1931); 8KM Darwin (1937-1939) - Qualifications: cc; AOCP 543, 1929, No. ?? in NT - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Fullarton, 1934); supervisor (Fullarton, 1939-1943) ===''KENNA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Francis Kenna|Kenna, Vernon Francis "Vern" / "Marconi"]] [https://www.familysearch.org/tree/person/details/GS1D-4ZV] - 1908(Qld)-1987(NSW) - Licences: 4DE Receive Brisbane (Hamilton, 1923-1924); 4FK Brisbane (Hamilton, 1926-1939); 2JR Sydney (Middle Cove, 1980+) - Qualifications: cc; AOCP 301, 1926, No. 29 in Qld - amateur operator; amateur broadcaster; broadcast engineer (PMGD); radiocommunications engineer; senior public servant (PMG, ABC2); WW2 - Electoral Rolls: postal electrician (Hamilton, Qld, 1936-1954); engineer (Balwyn, Vic, 1963; Killara, 1963; Middle Cove, 1968-1972; Willoughby, 1977-1980) ===''KENNEDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Kennedy|Kennedy, Peter]] [https://www.familysearch.org/tree/person/details/GDKD-8Q7] - 1874(Vic)-1945(SA) - Licences: XYD Perth (City, 1913-1914); 6AM Perth (Mt Lawley, 1923-1927); 5AM Adelaide (City, 1928; Unley, 1931; New Parkside, 1933-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; senior federal public servant (PMG, concluding as Deputy Postmaster-General SA); WW1 - Awards: Imperial Service Order - Electoral Rolls: telegraphist (Leederville, 1903; Mt Lawley, 1910-1921); State Engineer (Maylands, 1925-1926); civil servant (New Parkside, 1939-1943) * [[/M. Kennedy|Kennedy, M.]] - 19??(???)-19??(???) - Licences: 4EP Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter Donald Kennedy|Kennedy, Walter Donald]] [https://www.familysearch.org/tree/person/details/LBRG-1WB] - 1869(NSW)-1951(NSW) - Licences: 2WK Sydney (Rockdale, 1925-1926; Willoughby, 1927-1929); 2WK Helensburgh (1930-1933); 2WK Sydney (East Sydney, 1934); 2WK Wallerawang (1935); 2WK Sydney (Rockdale, 1936-1939, 1946-1950) - Qualifications: cc; AOCP 121, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: clergyman (Murrumburrah, 1913; Helensburgh, 1930-1932); clerk (Darlinghurst, 1934-1935); clerk in Holy Orders (Rockdale, 1936-1949) ===''KENNY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Francis Kenny|Kenny, Edmund Francis]] [https://www.familysearch.org/tree/person/details/G8MB-R3M] - 1903(NSW)-1980(NSW) - Licences: 2EK Sydney (Lewisham, 1927-1928; Croydon, 1929; Ryde, 1930-1931; Granville, 1933-1939, 1946-1948); 2EK Wentworthville (1950-1980) - Qualifications: AOCP 373, 1927, No. ?? in NSW -amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1930); clerk (West Ryde, 1930-1933); engineer (Granville, 1935-1949); radio engineer (Wentworthville, 1954-1968); engineer (Wentworthville, 1972-1977) ===''KEOGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Keogh|Keogh, William George]] [https://www.familysearch.org/tree/person/details/GDJ4-H7G] - 19??(???)-1960(NSW) - Licences: 2ZA Receive Sydney (Stanmore, 1923); 2ZA Sydney (Summer Hill, 1923; Stanmore, 1924-1925); licensed operator 2AG Grace Bros Broadway - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Randwick North, 1943-1958) ===''KERBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Thomas John Kerby|Kerby, Edwin Thomas John]] [https://www.familysearch.org/tree/person/details/GM72-SFL] - 1888(Vic)-1971(Vic) - Licences: 7EK Ringarooma (1932-1939); 3KK Melbourne (Auburn, 1946-1969) - Qualifications: cc; AOCP 940, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW1; WW2 (Major) - Awards: Military Star 1914-1915; British War Medal, Victory Medal; MBE - Electoral Rolls: manager (Ballarat, 1909); restaurant keeper (Brunswick, 1914); electrical engineer (Richmond, 1914-1917); grazier (Ballarat, 1919); farmer (Linton, 1922); grazier (Fawkner, 1924-1925); engineer (St Kilda, 1943; Auburn, 1949-1968) - Links: [[w:Edwin Kerby|Wikipedia]] ===''KERMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Kermond|Kermond, Leslie John "Les"]] [https://www.familysearch.org/tree/person/details/G8W7-Y88] - 1912(Vic)-2007(Vic) - Licences: 3DX Warrnambool (1928-1980+) - Qualifications: AOCP 417, 1928, No. ?? in Vic; AOLCP 182, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: biograph operator (Warrnambool, 1936-1937); engineer (Swan Hill, 1942); radio engineer (Warrnambool, 1949-1980) ===''KERNICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Edwin Kernick|Kernick, Percy Edwin]] [https://www.familysearch.org/tree/person/details/LX7S-JW1] - 1888(NSW)-1965(WA) - Licences: 6PK Perth (South Perth, 1927-1939, 1946-1947) - Qualifications: cc; AOCP 378, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Sandstone/Mt Magnet, 1910); telegraphist (Brown Hill/Kalgoorlie, 1917; South Perth, 1925-1963) ===''KERR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dixon Kerr|Kerr, Alfred Dixon]] [https://www.familysearch.org/tree/person/details/GZT8-ZKF] - 1910(Vic)-1977(Vic) - Licences: 3AL Ballarat (1926-1939, 1946-1960); 3JQ Melbourne (Hawthorn, 1975) - Qualifications: AOCP 284, 1926, No. ?? in Vic; AOLCP 18, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Ballarat, 1931-1968); retired (Hawthorn, 1977) * [[/Roy Kerr|Kerr, Roy]] [https://www.familysearch.org/tree/person/details/GXHP-SBX] - 1917(Qld)-1988(Qld) - Licences: 4DK Winton (1937-1939); 4DK Brisbane (Tingalpa, 1946-1951) - Qualifications: cc; AOCP 1941, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; federal public servant (PMGD, telegraphist) - Relationships: brother of Vernon Lester Kerr 4LK - Electoral Rolls: * [[/Vernon Lester Kerr|Kerr, Vernon Lester "Vern"]] [https://www.familysearch.org/tree/person/details/GXHP-MCW] - 1912(Qld)-1979(Qld) - Licences: 4LK Winton (1932-1933); 4LK Cloncurry (1937-1939, 1946-1948); 4LK Charters Towers (1954-1969); 4LK Charleville (1975) - Qualifications: cc; AOCP 800, 1931, No. ?? in Qld; COCP 1941, amateur operator; amateur broadcaster; radio club (WIAQ, Soc Wireless Pioneers USA); employment (RFDS, technical officer / controller / announcer) - Relationships: brother of Roy Kerr 4DK - Electoral Rolls: radio technician (Charters Towers, Qld, 1954-1977); technician (Charleville, Qld, 1977) ===''KHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kullandar Jallander Khan|Khan, Kullandar Jallander]] [https://www.familysearch.org/tree/person/details/GX89-VLY] - 1916(Qld)-1983(Qld) - Licences: 4QA Cairns (1937-1939, 1947); 4DC Cairns (1948-1960); 4DC Brisbane (New Farm, 1965-1980+) - Qualifications: cc; AOCP 1979, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 4QA may have been withdrawn by PMGD for 4QA Cairns - Electoral Rolls: picture theatre operater (Cairns, Qld, 1943); radio serviceman (Cairns, Qld, 1954-1958); tv technician (New Farm, Qld, 1968-1977); retired (New Farm, Qld, 1980) ===''KIDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian McIvor Kidman|Kidman, Ian McIvor]] [https://www.familysearch.org/tree/person/details/LD7Q-7N2] - 1915(SA)-1981(SA) - Licences: 5JK Naracoorte (1933-1937) - Qualifications: cc; AOCP 1163, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''KILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Harold Kilby|Kilby, Raymond Harold]] [https://www.familysearch.org/tree/person/details/G691-9VD] - 1918(Tas)-1999(Tas) - Licences: 7RK Launceston (1935-1939, 1946-1980+) - Qualifications: cc; AOCP 1461, 1935, No. ?? in Tas; BOCP 1568, 1957; 1COCP 1862, 1958; 2COCP T1, 1977 - amateur operator; amateur broadcaster - Electoral Rolls: upholsterer (Launceston, 1943-1972) ===''KILGARIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Kilgariff|Kilgariff, Joseph]] [https://www.familysearch.org/tree/person/details/GDS2-XBD] - 1886(NSW)-1971(SA) - Licences: 5JT Adelaide (Burnside, 1937-1939; Erindale, 1947-1948; North Glenelg, 1954-1969) - Qualifications: cc; AOCP 1884, 1937, SA; 2COCP 325, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carpenter (Boulder, WA, 1910-1912); builder (Alice Springs, NT, 1934; Burnside, SA, 1939); RAAF (Leabrook, SA, 1943) ===''KILSBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Wilbur Kilsby|Kilsby, Keith Wilbur]] [https://www.familysearch.org/tree/person/details/KCHP-4ZS] - 1912(SA)-1970(SA) - Licences: 5PR Moorak (1933); 5PR Birdwood (1938); 5PR Wiltyerong via Murray Bridge (1947); 5PR Mingary via Murray Bridge (1948); 5PR Murray Bridge (1954); 5PR Adelaide (Payneham, 1955-1969) - Qualifications: cc; 2COCP 419, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Birdwood, SA, 1939; Wiltyerong, SA, 1941-1943); ===''KING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Calvert King|King, Charles Calvert]] [https://www.familysearch.org/tree/person/details/GXQT-4R1] - 1885(Eng)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 105, 1915; 2COCP 155, 1930 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (New Town, Tas, 1914); warrant telegraphist (Wireless Station, Applecross, 1921-1925); music teacher (Randwick, NSW, 1930); musician (Clovelly, 1931; Rose Bay, 1932-1933); librarian (Woollahra, 1934); salesman (Bondi, NSW, 1935); Model Maker (Watson's Bay, 1936-1937) * [[/Fred Esmond King|King, Fred Esmond (Electoral Rolls) or Esmonde (BMD)]] [https://www.familysearch.org/tree/person/details/GXNY-81C] - 1896(Qld)-1986(Qld) - Licences: 4CQ Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: station hand (Bulliwallah, Qld, 1919-1963) * [[/Frederick Venn King|King, Frederick Venn]] [https://www.familysearch.org/tree/person/details/KJHN-MV3] - 1888(Qld)-1968(Qld) - Licences: Receive (Valve) Cunnamulla (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: station hand (Weelamurra Station, Qld, 1909); grazier (Weelamurra Station, Qld, 1913-1921); not stated (Warrambah Station, Cunnamulla, Qld, 1925); grazier (Barrington Station, Cunnamulla, Qld, 1930-1954); retired (Camp Hill, Qld, 1958-1968) ===''KINGWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hercules Kingwell|Kingwell, William Hercules]] - broadcast planning engineer (PMGD, ABCB) ===''KINSELLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Thomas Kinsella|Kinsella, Hector Thomas]] [https://www.familysearch.org/tree/person/details/G8NC-XN9] - 1912(WA)-1993(WA) - Licences: 6HK Perth (Hollywood, 1930; East Perth, 1931) - Qualifications: cc; AOCP 641, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (South Perth, 1936-1937; Victoria Park, 1943); pharmacist (Perth, 1949; Narrogin, 1954-1958; Applecross, 1963; Ardross, 1968-1972; Booragoon, 1977-1980) * [[/Thomas Wade Kinsella|Kinsella, Thomas Wade]] [https://www.familysearch.org/tree/person/details/G8P2-TSG] - 1904(Vic)-2001(NSW)96yo - Licences: Receive (Crystal) Lubeck (1923); 3TK Lubeck (1924-1926); 3TK Rupanyup (1937-1939); 2FK Sydney (Rose Bay, 1946; Herne Bay, 1947; Sans Souci, 1948-1980+) - Qualifications: cc; AOCP 1992, 1937, No. ?? in Vic; BOCP 532, 1943 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrician (Lubeck, 1927-1936); RAN (Sans Souci, 1949-1980) - Relationships: brother of 3AKW William Jennings Kinsella * [[/William Jennings Kinsella|Kinsella, William Jennings]] [https://www.familysearch.org/tree/person/details/G8PG-S8S] - 1914(Vic)-2011(Vic) - Licences: 3AKW Lubeck (1947-1980+) - Qualifications: cc; BOCP 498, 1943; 2AOCP 55, 1946 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grazier (Magdala, Lubeck, 1936-1972; Lubeck, 1977-1980) - Relationships: brother of 3TK-2FK Thomas Wade Kinsella ===''KINZBRUNNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Charles Kinzbrunner|Kinzbrunner, Harry Charles]] [https://www.familysearch.org/tree/person/details/G8H4-SZM] - 1903(Eng)-1982(Qld) - Licences: 4HK Cloncurry (1929-1931); 4HK Mareeba (1933); 4HK Tully (1937-1939); 4HK Atherton (1946-1980+) - Qualifications: cc; AOCP 474, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), employment (Australian Inland Mission, QATB) - Electoral Rolls: radio mechanic (Malanda, 1937); electrical engineer (Ashgrove, 1943); radio mechanic (Atherton, 1943); refrigeration & electrical contractor (Atherton, 1949-1972); electrical contractor (Atherton, 1977-1980) ===''KIRBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ewan Russell Kirby|Kirby, Ewan Russell]] [https://www.familysearch.org/tree/person/details/G4R1-4J7] - 1885(Tas)-1947(Tas) - Licences: XZB Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; First set 1909 communicated with M. Harvey; employed Hydro-electric Dept - Electoral Rolls: electrician (Hobart South, 1914-1919); engineer (Hobart West, 1922-1936) ===''KIRKBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Kirkby|Kirkby, Brian]] - historian (early wireless experimenters, Edward Hope Kirkby, Archibald John Shaw), great grandson of Edward Hope Kirkby * [[/Charles Edward Kirkby|Kirkby, Charles Edward]] - 1886(Vic)-1954(NSW) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of George Gill Kirkby * [[/Edward Hope Kirkby|Kirkby, Edward Hope]] - 1853(At sea)-1915(NSW) - early wireless and X-ray experimenter, father of George Gill Kirkby and Charles Edward Kirkby * [[/George Gill Kirkby|Kirkby, George Gill]] - 1884(Vic)-1916(Vic) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of Charles Edward Kirkby ===''KIRKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Basil Everald Wharton Kirke|Kirke, Basil Everald Wharton]] [https://www.familysearch.org/tree/person/details/G6NX-FFQ] - 1893(NSW)-1958(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; chief studio announcer/Uncle "Bas" (2BL); manager, 6WF; manager 9PA (1946); manager (ABC, Victoria, 1936) - Electoral Rolls: manager (Subiaco, 1931; Perth, 1934-1936; Melbourne, 1937-1943; Perth, 1954) - Links: [https://adb.anu.edu.au/biography/kirke-basil-everald-wharton-10751 ADB] ===''KIRKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Booth Kirkland|Kirkland, John Booth]] - 1861(Vic)-1900(Vic) - early telephone experimenter, Melbourne, Geelong & Ballarat ===''KISSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Leslie Hawthorn Kissick|Kissick, Alfred Leslie Hawthorn]] [https://www.familysearch.org/tree/person/details/LK9D-7LL] - 1904(Vic)-1967(Vic) - Receive Melbourne (Brunswick, 1923-1924), 3KB Melbourne (Brunswick, 1925-1939, 1946-1965), amateur operator (AOCP 141, 1925, No. ?? in Vic), operator 3CR Coburg Radio Club (1925), amateur broadcaster, clerk (1934) ===''KITTO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Collingwood Kitto|Kitto, Thomas Collingwood]] [https://www.familysearch.org/tree/person/details/MCKM-W8G] - 1903(Tas)-19??(???) - Licences: 7?? Launceston (1928); 5JR Adelaide (Tusmore, 1931); 2JR Newcastle (1933); 2JS Newcastle (1933-1939) - Qualifications: cc; AOCP 425, 1928, No. ?? in Tas; AOLCP 43, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Launceston, 1928); radio engineer (Sandgate, NSW, 1935; Ulverstone, Tas, 1937); engineer (Hawthorn, Vic, 1942); radio engineer (Prahran, 1949); retired (Deception Bay, 1972) ===''KLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Robert Kling|Kling, John Robert]] [https://www.familysearch.org/tree/person/details/LRQZ-B4W] - 1905(Vic)-1969(Vic) - Licences: 3JB Melbourne (Balwyn, 1928; South Camberwell, 1931; Hawthorn East, 1933; Hampton, 1937-1939); 3AJQ Melbourne (Seaford, 1954-1955; Lower Ferntree Gully, 1956; Frankston, 1960-1965) - Qualifications: AOCP 403, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Camberwell, 1931-1933; Sandringham, 1936-1937); engineer (Sandringham, 1942; Bacchus Marsh, 1949); radio sound engineer (Seaford, 1954); electrician (Frankston, 1963-1968) ===''KNAPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carlo Patrick Knapton|Knapton, Carlo Patrick]] [https://www.familysearch.org/tree/person/details/9DQR-R5C] - 1879(Irl)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - wireless trader (WA); witness to Royal Commission 1927 (as vice-president, Wireless Traders Assoc, WA) - Electoral Rolls: engineer (Carlton, Vic, 1914); lighting engineer (South Perth, 1921-1954) ===''KNEIPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Kneipp|Kneipp, James Henry "Jim"]] [https://www.familysearch.org/tree/person/details/GQ5R-YBH] - 1875(NSW)-1958(Qld) - Licences: Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: saddler (Morningside, Qld, 1905); railway employee (Morningside, Qld, 1908-1917; Cannon Hill, Qld, 1919-1958) ===''KNIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Keith Knight|Knight, Rupert Keith]] [https://www.familysearch.org/tree/person/details/G8MJ-Z5W] - 1898(Qld)-1934(Qld) - Licences: 4RK Toowoomba (1926-1927) - Qualifications: cc; Nil identified - amateur operator; amateur broadcaster - Halcyon: not mentioned? - Electoral Rolls: clerk (Toowoomba, 1919); bank clerk (East Toowoomba, 1925-1926); not specified (East Toowoomba, 1928-1932) ===''KNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Brader Knock|Knock, Donald Brader "Don"]] [https://www.familysearch.org/tree/person/details/GWWR-L62] - 1898(Eng)-1966(NSW) - Licences: 1911 Manchester; G6XG London (1924-1926); 2NO Sydney (Cremorne, 1926-1927; Vaucluse, 1927; Kirribilli, 1928; Randwick, 1929); 6NK Wyndham (1930-1931); 2NU Portable Sydney 1935-1939; 5NO Portable Central Australia; 2NO Sydney (Waverley, 1946-1966) - Qualifications: cc; AOCP 335, 1927, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (2MO); radiocommunications engineer; journalist (Wireless Weekly, Radio in ANZ, Radio Monthly, Australian Radio News, Bulletin, Australasian Radio World); military (WW1 - Royal Naval Air Service, WW2 - AIF lieutenant-major) - Electoral Rolls: engineer (Waverley, 1930); radio journalist (Waverley, 1932-1933); radio engineer (Waverley, 1935-1963) ===''KNOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carlisle Maddison Knowles|Knowles, Henry Carlisle Maddison]] [https://www.familysearch.org/tree/person/details/L4Q8-642] - 1901(NSW)-1945(ACT) - Licences: 2LK Sydney (Arncliffe, 1930-1931) - Qualifications: AOCP 653, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: pharmacist (Woolahra, 1933; Kingston, ACT, 1935-1943) ===''KOSSECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edwin Frederick Kosseck|Kosseck, Edwin Frederick]] [https://www.familysearch.org/tree/person/details/G8VB-VTG] - 1909(Vic)-1989(Vic) - Licences: 3EK Geelong (Belmont, 1930-1933); 3AKE Geelong (Newport, 1947; Belmont, 1948-1980+) - Qualifications: AOCP 705, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: gardener (Belmont, 1931-1937); RAAF (Newport, 1943); gardener (Belmont, 1949-1980) ===''KRAEGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl W. J. Kraegen|Kraegen, Carl W. J. "Charles"]] - 1831?(Germany?)-1871(NT) - employment (Vic Posts & Telegraphs, SA Posts & Telegraphs), telegraph operator (Ballarat, Portland), developed an early system of explosive detonation by battery, tragically died of thirst during the construction of the Overland Telegraph ===''KRUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Augustine Kruger|Kruger, Francis Augustine]] [https://www.familysearch.org/tree/person/details/GDJZ-58H] - 1907(Vic)-1992(Vic) - Licences: 3HE Receive Charlton (1922-1923); 3HE Charlton (1924-1925); 3AI Charlton (1935-1939); 3AI Strathmore (1946-1980+) - Qualifications: cc; AOCP 1541, 1935, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: dental mechanic (Charlton, 1928-1937); cinema operator (Charlton, 1942); executive (Essendon, 1949-1968; Strathmore, 1977-1980) =='''L'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''LABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Howell Laby|Laby, Thomas Howell]] - 1880(Vic)-1946(Vic) - frequent lecturer on wireless topics to WIA Vic in the 1920s, education (BA Cambridge 1905, PhD Cambridge 1921), employment (University of Sydney, 1901-1904; Cavendish Laboratory, 1905; Professor Physics, Victoria University College, Wellington, 1909; Professor Natural Philosophy, University of Melbourne, 1915-1930+), Royal Society of Victoria (president, 1924) ===''LACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Lack|Lack, Francis James]] [https://www.familysearch.org/tree/person/details/LCQH-WJR] - 1876(NSW)-1949(Qld) - Licences: Receive (Valve) Brisbane (Sandgate, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Warwick, Qld, 1903; Tiaro, Qld, 1905-1906; Maryborough, Qld, 1908); fish agent (Maryborough, Qld, 1913); engineer (Sandgate, Qld, 1916); accountant (Sandgate, Qld, 1917-1949) ===''LAHEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Wesley Lahey|Lahey, John Wesley]] [https://www.familysearch.org/tree/person/details/LKRX-KPL] - 1850(Irl)-1937(Qld) - Licences: 4EG Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: sawmill proprietor (Clayfield, Qld, 1908-1909); sawmiller (Clayfield, Qld, 1913-1936) ===''LAIDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Laidler|Laidler, Thomas]] [https://www.familysearch.org/tree/person/details/L1KG-31L] - 1904(Eng)-1995(SA) - Licences: 5TL Ceduna (1937-1939, 1947); 5TL Largs Bay (1948); 5TL Renmark (1954-1960); 5TL Adelaide (Glandore, 1965-1980+) - Qualifications: cc; AOCP 1934, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: postmaster (Ceduna, SA, 1939-1943) ===''LAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Lake|Lake, Eric James]] [https://www.familysearch.org/tree/person/details/GDFZ-CKK]- 1906(Eng)-1966(Qld) - Licences: 4EL Brisbane (Kangaroo Point, 1932-1939; Camp Hill, 1946-1948); 4EL Clevedon (1954-1956); 4EL Townsville (Belgian Gardens, 1960-1965) - Qualifications: cc; AOLCP 54, 1931; AOCP 966, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, instructor); broadcast technician (4QN); federal public servant (PMGD) - Electoral Rolls: radio operator (Coorparoo, Qld, 1937); radio technician (Camp Hill, Qld, 1943-1949; Townsville, Qld, 1954-1963); ===''LAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Federal Laker|Laker, Frank John Federal]] [https://www.familysearch.org/tree/person/details/M1V2-P8Q] - 1899(NSW)-1953(NSW) - Licences: 2ZE Deniliquin (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: sales manager (St Kilda, Vic, 1925); clerk (Bondi, 1935-1937); accountant (North Rocks, 1954) ===''LALOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Fintan Lalor|Lalor, Peter Fintan]] - 1827(Irl)-1889(Vic) - Leader of the Eureka Stockade, Postamaster-General Victoria (Aug 1875-Oct 1875) ===''LAMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. D. Lamb|Lamb, A. D.]] - 19??(???)-19??(???) - Licences: 4DK Receive Brisbane (New Farm, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James Joseph Wiseman Lamb|Lamb, James Joseph Wiseman]] [https://www.familysearch.org/tree/person/details/GX7M-49X] - 1876(Vic)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 119, 1915; 1COCP 264, 1932 - RANRS (Warrant Telegraphist, 1917) - Relationships: father of Harry Spencer Lamb - Electoral Rolls: civil servant (Subiaco, WA, 1910); radio station master (Townsville, Qld, 1921); wireless (Malvern, Vic, 1927); superintendent (Toorak, Vic, 1928-1936; Elsternwick, Vic, 1937); retired (Elsternwick, Vic, 1942) * [[/Harry Spencer Lamb|Lamb, Harry Spencer]] [https://www.familysearch.org/tree/person/details/GX7M-SQY] - 1906(WA)-1984(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Relationships: son of James Joseph Wiseman Lamb - Electoral Rolls: ===''LAMBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Clayton Lambert|Lambert or Mason, Frank Clayton]] [https://www.familysearch.org/tree/person/details/G8C3-761] - 1908(WA)-1993(WA) - Licences: 6FL Perth (South Perth, 1929-1931); 6FL Geraldton (1933); 6FL Perth (Wembley, 1937-1939; Subiaco, 1947); 3AFL Bairnsdale (1948); 6FL Perth (Claremont, 1954-1956; Bassendean, 1965-1980+) - Qualifications: cc; AOCP 503, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: picture employee (South Perth, WA, 1931); projectionist (Albany, WA, 1934); sound projectionist (East Fremantle, WA, 1936); projectionist (Wembley Park, WA, 1937); radio technician (Subiaco, WA, 1943-1949); dealer (Claremont, WA, 1954); radio dealer (Bassendean, WA, 1958-1980) ===''LANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Herbert Dodson Lane|Lane, Cyril Herbert Dodson]] - 1888(NSW)-1915(Tur) - XDM Sydney (1909-1914), early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in NSW), born Cyril Herbert Dodson, brother-in-law of Charles Dansie Maclurcan "Greater love hath no man" ===''LANGFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Leslie Langfield|Langfield, Harold Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/GX84-3D6] - 1893(Wales)-1982(Qld) - Licences: 4CO Brisbane (Rosalie, 1935-1960) - Qualifications: cc; AOCP 1572, 1935, Qld - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: club steward (Rosalie, Qld, 1934-1977; Paddington, Qld, 1980); ===''LANGFORD-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fritz Langford-Smith|Langford-Smith, Fritz]] - 1904(NSW)-1966(NSW) - 2?? Sydney, amateur operator (AOCP ??, 19??, No. ?? in Qld), electronics designer (AWA), author (Radiotron Designers Handbook), journalist (Radiotronics) - Links: [http://messui.polygonal-moogle.com/valves/NW198908.pdf EA] ===''LANGHANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ron Langhans|Langhans, Ron]] - historian (broadcasting) ===''LANGRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George David Langridge|Langridge, George David]] - 1829(Eng)-1891(Vic) - Postmaster-General Victoria in early 1880s ===''LAPTHORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Charles Lapthorne|Lapthorne, Horace Charles]] [https://www.familysearch.org/tree/person/details/G8W8-STK] - 1900(Vic)-1975(NSW) - Licences: 2TM Receive Sydney (Artarmon, 1923-1924); 2HL Sydney (Chatswood, 1928-1938; Lane Cove, 1939; Artarmon, 1948-1969); 2HL Noraville (1975) - Qualifications: AOCP 422, 1928, No. ?? in NSW - amateur operator? - Electoral Rolls: electrician (Artarmon, 1930-1937; Chatswood, 1943-1968); retired (Noraville, 1972) ===''LARSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Peter Christian Larsen|Larsen, Herbert Peter Christian]] [https://www.familysearch.org/tree/person/details/G36L-GHQ] - 1901(Qld)-1976(Qld) - Licences: 4JW Charters Towers(1928-1937); 4JW Cairns (1938-1939, 1947-1956); 4JW Charters Towers (1960-1975) - Qualifications: cc; AOCP 439, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: brewery hand (Charters Towers, 1925-1936); engine driver (Cairns, 1943-1954; Charters Towers, 1958-1968) ===''LARSSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gustaf William Larsson|Larsson, Gustaf William]] [https://www.familysearch.org/tree/person/details/GDTD-55K] - 1902(Tas)-1992(Tas) - Licences: 7BJ Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; AOLCP 92, 1932; AOCP 3275, 1952 - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Hobart West, 1928-1936) ===''LATHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Couzens Lathwell|Lathwell, Arthur George Couzens]] [https://www.familysearch.org/tree/person/details/GZH3-G9L] - 1911(WA)-1996(WA) - Licences: 6AL Bunbury (1935-1939, 1947-1975) - Qualifications: cc; AOCP 1467, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician's assistant (Bunbury, WA, 1936-1937); electrician (Bunbury, WA, 1943-1980) ===''LAUNDER-CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Edgar Launder-Cridge|Launder-Cridge, Wilfred Edgar]] [https://www.familysearch.org/tree/person/details/GXT9-S5L] - 1899(Eng)-1960(Tas) - Licences: 5BZ Adelaide (Brooklyn Park, 1928) - Qualifications: cc; 2COCP 200, 1930; 1COCP 120, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Essendon North, Vic, 1937; Aerodrome, Cambridge, Tas, 1943); OIC, DCA (Forrest, WA, 1958) ===''LAURENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Laurence|Laurence, John Henry]] [https://www.familysearch.org/tree/person/details/GXL7-YKV] - 1916(SA)-19??(???) - Licences: 5MZ Adelaide (Malvern, 1933-1939); 3PF Melbourne (Sandringham, 1947-1948); 3PF Benalla (1954-1980+) - Qualifications: cc; AOCP 1164, 1933, SA; 1COCP 118, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Ceduna, 1941-1943); farmer (Wellington, Benalla, 1949-1963; Benalla, 1967-1980) ===''LAURIE-RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melbourne Clive Laurie-Rhodes|Laurie-Rhodes, Melbourne Clive]] [https://www.familysearch.org/tree/person/details/GX6M-6K1] - 1915(Qld)-1997(NZ) - Licences: 4XU Brisbane (Hendra, 1934-1937) - Qualifications: cc; AOCP 1353, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: manager (Hendra, Qld, 1936-1937) ===''LAVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Poynton Laver|Laver, Charles Poynton]] [https://www.familysearch.org/tree/person/details/9JBH-SNC] - 1882(Eng)-1969(SA) - Licences: 5CP Cape Borda (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Lightkeeper (Cape Borda, SA, 1939; Edithburgh, 1941-1951) ===''LAVINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Morgan Eric Lavington|Lavington, Frederick Morgan Eric]] [https://www.familysearch.org/tree/person/details/GDJM-ZC9] - 1903(Tas)-1974(Vic) - Licences: 2ZC Receive Sydney (Bondi, 1923); 2ZC Sydney (Waverley, 1923; Bondi, 1924-1925; Mosman, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Manly, 1930); engineer (Strathfield, 1932; Ashfield West, 1935-1936); electrical engineer (Ashfield West, 1937); engineer (Kensington, 1949; Kingsford, 1954-1972) ===''LAWRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevan Alic Lawrie|Lawrie, Kevan Alec or Alic]] [https://www.familysearch.org/tree/person/details/GXRS-5YP] - 1915(SA)-2000(SA) - Licences: 5AK Adelaide (Lockleys, 1936-1939; York, 1947-1948; Lockleys, 1954-1965; Brooklyn, 1969-1980+) - Qualifications: cc; AOCP 1602, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (Lockleys, SA, 1939-1941) ===''LAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. W. Law|Law, F. W.]] - 19??(???)-19??(???) - Licences: 6DA Perth (Armadale, 1923); 6CZ Perth (Armadale, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''LAWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Andrew Laws|Laws, David Andrew]] [https://www.familysearch.org/tree/person/details/GZLN-FW5] - 1909(Qld)-1943(PNG) - Licences: 4DR Brisbane (Taringa, 1931-1939) - Qualifications: AOCP 829, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 (Army, M Special Unit, Commando)- Sacrifice: "Greater love hath no man than this" - Electoral Rolls: clerk (Taringa, 1936-1943) - Links: [https://vwma.org.au/explore/people/635901] * [[/Sidney Frank Henry Laws|Laws, Sidney Frank Henry]] [https://www.familysearch.org/tree/person/details/G6ZT-GBH] - 1893(NZ)-1973(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 6, 1914, No. 6 in Aus and Vic - commercial operator; coastal station operator; manager 7ZL (1927); witness to Royal Commission 1927 (obo 7ZL) - Electoral Rolls: radio engineer operator (Wireless Station, Townsville, 1915); farmer (Launching Place, 1918); electrical engineer (Prahran, Vic, 1919); engineer (Armadale, Vic, 1919-1924); manager (Launceston, 1928); company manager (Double Bay, NSW, 1930-1931) ===''LAWTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Kyle Lawton|Lawton, Alexander Kyle]] [https://www.familysearch.org/tree/person/details/LR8F-FWT] - 1889(Qld)-1978(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, federal public servant (PMGD), radio clubs (QWI, member), business (movie theatres, Amico), WW2 - Electoral Rolls: electrician (Toowoomba, 1913; Wynnum South, 1915-1916); manager (Windsor, 1919); engineer (Nundah, 1925-1928); manager (Townsville, 1936-1937; Nundah, 1943-1949); manufacturer's agent (Virginia, 1954-1958); company director (Ashfield, 1963); sales manager (Ashfield, 1968-1977) ===''LEADBITTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Leadbitter|Leadbitter, James Henry]] [https://www.familysearch.org/tree/person/details/GDP1-3V1] - 1882(NSW)-1946(NSW) - Licences: 2AF Receive West Wyalong (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: cycle mechanic (Darlington, 1903); mechanic (West Wyalong, 1913); cycle mechanic (West Wyalong, 1930-1943) ===''LEANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Gregory Leaney|Leaney, William Gregory]] [https://www.familysearch.org/tree/person/details/LK9P-JF9] - 1895(SA)-1982(Vic) - Licences: 3XN Receive Melbourne (Northcote, 1923); 3XN Melbourne (Northcote, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engine driver (Northcote, 1919-1954); driver (Coburg, 1963-1977); nil (Preston, 1980) ===''LEBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/David Leber|Leber, David]] [https://www.familysearch.org/tree/person/details/G8HD-847] - 1905(Vic)-1950(Vic) - Licences: 3DL Melbourne (Richmond, 1929-1939; Hawthorn, 1947-1948) - Qualifications: AOCP 481, 1929, No. ?? in Vic; 3COCP 45, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Richmond, 1927-1942); salesman (Hawthorn, 1949) ===''LECKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Herbert Crockett Leckie|Leckie, Herbert Crockett]] [https://www.familysearch.org/tree/person/details/LJ1R-QQN] - 1927(Vic)-1994(Vic) - Licences: 3LH Melbourne (Elwood, 1948-1980+) - Qualifications: cc; 1COCP 1170, 1947 - amateur operator - Electoral Rolls: student (St Kilda, 1949-1968; Elwood, 1972-1980); * [[/Raymond Campbell Leckie|Leckie, Raymond Campbell]] [https://www.familysearch.org/tree/person/details/GZ2Q-ZZV] - 1904(Vic)-1987(ACT) - Licences: 3TU Receive Melbourne (Sandringham, 1923); 3TU Melbourne (Sandringham, 1924-1927) - Qualifications: cc; AOCP 215, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Sandringham, 1926); public servant (Braddon, 1935; Turner, 1943-1968); examiner of patents (Hughes, 1972); retired (Hughes, 1977-1980) ===''LEE-ARCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Leslie Lee-Archer|Lee-Archer, Evan Leslie]] [https://www.familysearch.org/tree/person/details/LB2K-F3W] - 1911(Vic)-1993(Vic) - Licences: 3LM Melbourne (Glen Iris, 1929-1931); 3LM Wonthaggi (1933); 3LM Melbourne (Caulfield North, 1937; Malvern East, 1938) - Qualifications: AOCP 534, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Gardiner, 1933); radio engineer (Korumburra, 1934); engineer (Caulfield West, 1935); mechanic (Malvern East, 1937) ===''LEGGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Legge|Legge, Arthur William]] [https://www.familysearch.org/tree/person/details/9MJS-QKM] - 1906(Tas)-1968(Tas) - Licences: Receive (Crystal) Ulverstone (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Ulverstone, 1928); no occupation (Hobart South, 1936); zinc worker (Hobart East, 1943); farmer (Cullenswood, 1949-1954) ===''LE GRAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Walter Le Grand|Le Grand, Sydney Walter]] [https://www.familysearch.org/tree/person/details/GQDD-D57] - 1902(Qld)-1979(NSW) - Licences: 4LG Brisbane (Windsor, 1927) - Qualifications: cc; CPRT 882, 1925; 2COCP 34, 1929; 1COCP 151, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Windsor, 1925-1926); operator (Woollahra, 1931-1937; Bellevue Hill, 1943-1949; Bondi Junction, 1954-1968); retired (Banora Point, 1972-1977) ===''LELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Lelliott|Lelliott, Thomas "Tom"]] [https://www.familysearch.org/tree/person/details/G8VX-4PX] - 1911(Vic)-2000(Vic) - Licences: 3ZW Melbourne (Mont Albert, 1930-1939); 3AZW Melbourne (Boronia, 1954-1980+) - Qualifications: AOCP 684, 1930, Vic; AOLCP 68, 1932 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio operator (Mont Albert, 1937); operator (Caulfield, 1942); public servant (Boronia, 1963-1980) ===''LEMMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Lemmon|Lemmon, Charles Edward]] [https://www.familysearch.org/tree/person/details/GDLL-Z21] - 1885(Eng)-1966(WA) - Licences: Nil yet identified - Qualifications: CPRT 95, 1915; 2COCP 120, 1930; 1COCP 71, 1930 - coastal wireless operator; WW2; RANRS - Electoral Rolls: wireless operator (Clayfield, Qld, 1915); officer-in-charge Wireless Station (Rockhampton, 1916-1921); radio telegraphist (Applecross, 1931-1936; Como, 1937); wireless operator (Broome, 1937); radio telegraphist (Geraldton, 1943-1949); retired (Rivervale, 1954-1963) ===''LEMPRIERE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Louis Lempriere|Lempriere, Charles Louis]] [https://www.familysearch.org/tree/person/details/L23Y-NPS] - 1857(Vic)-1934(Vic) - Licences: 3ZJ Melbourne (Vermont, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: surgeon (South Yarra, 1912-1919); medical practitioner (Vermont, 1924-1934) ===''LENDRUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Lendrum|Lendrum, Alexander "Alex"]] [https://www.familysearch.org/tree/person/details/G8NZ-Y5Y] - 1887(Qld)-1955(NSW) - Licences: 2YL Sydney (Kensington, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Toowoomba, 1913); yardman (Toowoomba, 1921); constable (Kensington, 1930-1937) ===''LENNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Lennon|Lennon, Christopher James "Chris"]] [https://www.familysearch.org/tree/person/details/KJL3-LZF] - 1889(Vic)-1932(Aus) - Licences: Nil yet identified - Qualifications: cc; 1COCP 4, 1929 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: operator (Broome, 1916-1917); radio telegraphist (Townsville, 1925); telegraphist (Thursday Island, 1931) ===''LEONARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Benedict Leonard|Leonard, Aubrey Benedict]] [https://www.familysearch.org/tree/person/details/GS9T-N4X] - 1896(NSW)-1968(Vic) - Licences: 3EN Receive Drouin (1922-1923); 3EN Drouin (1924-1926) - Qualifications: cc; AOCP 244, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal assistant (Drouin, 1922-1928); radio dealer (Drouin, 1931-1954); retired (Drouin, 1963-1967) * [[/John William Leonard|Leonard, John William "Bill"]] [https://www.familysearch.org/tree/person/details/G494-BY4] - 1906(Vic)-1974(Vic) - Licences: 3AB Melbourne (Black Rock, 1928-1939) - Qualifications: cc; AOCP 386, 1928, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Sandringham, 1931-1943); shopkeeper (Sandringham, 1949-1968) * [[/Leslie Clarence Leonard|Leonard, Leslie Clarence]] [https://www.familysearch.org/tree/person/details/GH15-16Q] - 1902(Vic)-1961(SA) - Licences: 5LT Adelaide (Payneham, 1946-1947; Medindie, 1948); 5LT Port Lincoln (1954-1960) - Qualifications: AOCP 2336, 1939, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: pilot (The Terrace/Port Pirie, 1939) * [[/Vincent Halpin Leonard|Leonard, Vincent Halpin]] [https://www.familysearch.org/tree/person/details/G8S4-TXD] - 1915(Vic)-1988(Vic) - Licences: 3PJ Melbourne (?, 1938-1939; Kew, 1946-1956); 3PJ St Andrews (1960); 3PJ Melbourne (Balwyn, 1965-1980+) - Qualifications: AOCP 2167, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1937; Kew, 1937-1954); public servant (St Andrews, 1958; Balwyn, 1963-1980) ===''LESLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julian Leslie|Leslie, Julian]] [https://www.familysearch.org/tree/person/details/GS98-211] - 1873(Vic)-1950(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 142, 1915; 1COCP 246, 1932 - RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: telegraphist (Leederville, WA, 1910-1912; Applecross, WA, 1913); O.I.C. (Radio Telegraph Station, Broome, WA, 1917); officer-in-charge (Radio Station, Thursday Island, 1925-1926); superintendent of wireless (Auburn, Vic, 1928); supervisor B.H. service (Randwick, NSW, 1930-1949) ===''LESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lester|Lester, Jack]] [https://www.familysearch.org/tree/person/details/L5FQ-NQL] - 1902(SA)-1990(SA) - Licences: 5LR Renmark (1930-1937); 5LR Berri (1938-1939); 5LR Adelaide (Millswood Estate, 1946-1947; Blackwood, 1954-1965); 5LR Victor Harbour (1969-1980) - Qualifications: cc; AOCP 674, 1930, No. ?? in SA; AOLCP 236, 1935; BOCP 369, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Berri, 1939-1943) ===''LETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Norman Lett|Lett, Frederick James Norman]] [https://www.familysearch.org/tree/person/details/GD2P-Y8D] - 1903(NSW)-1972(NSW) - Licences: 2WN Receive Sydney (Annandale, 1923); 2WN Sydney (Annandale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Annandale, 1930-1936); publican (Sydney, 1937); hotelkeeper (Clifton Gardens Hotel, Mosman, 1943); Darlinghurst, 1949; Dulwich Hill, 1958; Marrickville, 1963); retired (Church Point, 1968) ===''LEVENSPIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pinkus Levenspiel|Levenspiel, Pinkus or Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G8JB-QSL] - 1904(Eng)-1987(NSW) - Licences: 2TX Wyong (1930-1939, 1946-1980+) - Qualifications: AOCP 668, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (Wyong, 1936-1937); mechanic (Wyong, 1949-1963); motor dealer (Ourimbah, 1968-1980) ===''LEVERETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Leverett|Leverett, John Henry]] [https://www.familysearch.org/tree/person/details/LV79-R7Q] - 1894(Eng)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 25, 1914; 1COCP 88, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: wireless operator (Broome, 1916); telegraphist (Ascot, Qld, 1921); wireless operator (Rockhampton, 1936-1937); radio telegraphist (Rockhampton, 1943); wireless inspector (Burwood, NSW, 1954) ===''LEVERRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Hewitt Leverrier|Leverrier, Francis Hewitt "Frank"]] [https://www.familysearch.org/tree/person/details/GWBT-DP5] - 1863(NSW)-1940(NSW) - Licences: XEN Sydney (Waverley, 1911-1914, Licence No. 5) - Qualifications: cc; Nil yet identified - early wireless experimenter; radio clubs (WIA, president, 1910) - Electoral Rolls: barrister (Vaucluse, 1930-1934, Kings Counsel) - Relationships: father of 2BK-2ADE Frank Neville Leverrier * [[/Frank Neville Leverrier|Leverrier, Frank Neville "Boy"]] [https://www.familysearch.org/tree/person/details/M6RF-W2W] - 1904(NSW)-1980(NSW) - 2BK Receive Sydney (Waverley, 1922-1923); 2BK Sydney (Vaucluse, 1924-1930); 2ADE Castle Cove (1969-1975+) - Qualifications: cc; AOCP 169, 1925, No. ?? in NSW; CPRT 931, 1926) - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio work (Vaucluse, 1930); clerk (Vaucluse, 1933-1937); superintendent (Vaucluse, 1943-1949); public relations (Roseville, 1963-1968; Castle Cove, 1977) - Relationships: son of XEN Francis Hewitt Leverrier * [[/Henri Andre Leverrier|Leverrier, Henri Andre "Henry"]] [https://www.familysearch.org/tree/person/details/G68N-18J] - 1882(NCL)-1943(NSW) - Licences: XEN Sydney (Gordon, 1911); XHL Sydney (City, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; witness to Royal Commission 1927 (as manager, Australian General Electric, Sydney) - Relationships: nephew of XEN Francis Hewitt Leverrier; cousin of 2BK-2ADE Frank Neville Leverrier - Electoral Rolls: engineer (North Sydney, 1913); manager (Crows Nest, 1930-1937) ===''LEVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Levy|Levy, Richard "Dick"]] [https://www.familysearch.org/tree/person/details/G8N1-Z38] - 1909(SA)-1955(SA) - Licences: 5AJ Adelaide (Torrensville, 1930-1931) - Qualifications: cc; AOCP 654, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Torrensville, 1943) ===''LEWIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Garrett Lewis|Lewis, Henry Garrett "Harry"]] - 1895(Tas)-1978(Vic) - Licences: Hobart (no record of licence identified as yet) - Qualifications: cc; Nil yet identified - early wireless experimenter (reported experimenting from 1912); councillor WIA Tas in 1923; manager 3UZ 1924 - Electoral Rolls: * [[/William John Lewis|Lewis, William John]] [https://www.familysearch.org/tree/person/details/GXYJ-BZQ] - 1908(WA)-1976(NSW) - Licences: 2YB Sydney (Marrickville, 1931-1936; McMahons Point, 1937); 6YB Perth (Pearce, 1938-1939); 2YB Sydney (Haberfield, 1947-1950; Paddington, 1954-1969; Ryde, 1975) - Qualifications: cc; AOCP 863, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (RAAF) - Comment: Several contemporaneous WJLs - Electoral Rolls: Nil yet identified due to numbers ===''LIGHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lighton|Lighton, Robert]] [https://www.familysearch.org/tree/person/details/K2HJ-HD1] - 1869(Vic)-1940(Vic) - 3CM Receive Melbourne (East St Kilda, 1922-1924), 3RL Melbourne (East St Kilda, 1925-1931), amateur operator (AOCP 179, 1925, No. ?? in Vic), amateur broadcaster, storekeeper (Toongabbie, 1903; Benalla, 1916), independent means (East St Kilda, 1928; Armadale, 1937) ===''LINDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Linden|Linden, Edwin]] [https://www.familysearch.org/tree/person/details/GXXD-PRV] - 1904(Qld)-1970(NSW) - Licences: 4FT Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Murgon, Qld, 1925); mechanic (Wilston, Qld, 1928); storekeeper (Clayfield, Qld, 1936-1937); telephone mechanic (Mackay, Qld, 1943-1949); supervising technician (Bowen, Qld, 1954); PMG technician (Tweed Heads, NSW, 1958-1968) ===''LINDNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Lindner|Lindner, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GSVX-787] - 1904(NSW)-1981(Qld) - 4BX Receive Brisbane (Alderley) 1922 - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Wilston, 1928); motor mechanic (Maleny, 1934); mechanic (Windsor, 1936-1972); retired (Mt Samson, 1977) ===''LINDSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Gordon Lindsay|Lindsay, Donald Gordon]] [https://www.familysearch.org/tree/person/details/GZ6V-126] - 1909(Vic)-1964(WA) - 2DY Sydney (Gordon, 1925-1936; Ashfield, 1937; Concord, 1938; Kogarah, 1939), amateur operator (AOCP 83, 1925, No. ?? in NSW), amateur broadcaster, engineer * [[/Herbert Maxwell Lindsay|Lindsay, Herbert Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KP3L-S78] - 1913(Qld)-1989(Qld) - Licences: 4HD Nambour (1937-1939); 4HD Buderim (1946-1980+) - Qualifications: cc; AOCP 2027, 1937, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); employment (company secretary) - Electoral Rolls: bank officer (Nambour, Qld, 1936-1937; Taringa, Qld, 1943); fruitgrower (Buderim, Qld, 1954-1980) * [[/Patrick Charles Edward Lindsay|Lindsay, Patrick Charles Edward]] [https://www.familysearch.org/tree/person/details/GF7R-8YZ] - 1896(Eng)-19??(Eng?) - Licences: 6PL Perth (West Perth, 1927) - Qualifications: cc; CPRT 855, 1925; 2COCP 37, 1929 - amateur operator; amateur broadcaster - Electoral Rolls: wireless instructor (West Perth, WA, 1922; Balcatta, WA, 1925); radio engineer (South Brisbane, Qld, 1934) ===''LINKLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Charles Linklater|Linklater, Donald Charles]] [https://www.familysearch.org/tree/person/details/GXRC-Z44] - 1905(SA)-1967(NSW) - Licences: 5DL Pinnaroo (1935-1937) - Qualifications: cc; AOCP 1521, 1935, SA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: radio mechanic (Darling Harbour, NSW, 1949); technician (Bondi Junction, NSW, 1958) ===''LITCHFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ainslie Roland Litchfield|Litchfield, Ainslie Roland]] [https://www.familysearch.org/tree/person/details/9J3Z-FRP] - 1906(NSW)-1968(NSW) - 2RL Cooma (1925-1939), 2RL Sydney (Woollahra, 1947; Darling Point, 1948-1954; Rozelle, 1955-1958; Avalon Beach, 1960-1965), amateur operator (AOCP 200, 1925, No. ?? in NSW), amateur broadcaster, WW2, grazier (Cooma, 1930-1937), film producer (Avalon Beach, 1958-1968) ===''LITHGOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Lithgow|Lithgow, John Charles]] [https://www.familysearch.org/tree/person/details/G691-5TL] - 1916(Tas)-1990(Eng) - Licences: 7WJ Launceston (1936-1939) - Qualifications: cc; AOCP 1688, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Marine officer? 1950s-1960s, several sea trips ===''LITTLEJOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sydney Littlejohn|Littlejohn, Arthur Sydney]] [https://www.familysearch.org/tree/person/details/G8DW-VDD] - 1905(NSW)-1993(NSW) - Licences: 2AL Sydney (Leichhardt, 1930-1939); 4LF Gunalda (1947); 2OU Sydney (Leichhardt, 1948-1950) - Qualifications: AOCP 579, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Leichhardt, 1930-1958; Haberfield, 1963-1980) ===''LLOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Howard Lloyd|Lloyd, Henry Howard]] [https://www.familysearch.org/tree/person/details/GST7-9LV] - 1904(SA)-1974(SA) - Licences: 5AI Adelaide (College Town, 1923-1927); 5AG Adelaide (College Town, 1923); 5HL Adelaide (North Adelaide, 1954-1975) - Qualifications: cc; AOCP 57, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Beware another Henry Howard Lloyd [https://www.familysearch.org/tree/person/details/GZDY-FS3] 1912-1981 in Adelaide, similar times - Electoral Rolls: Nil yet identified * [[/Hughie Frederick Lloyd|Lloyd, Hughie or Hugh Frederick]] [https://www.familysearch.org/tree/person/details/GXGY-Y95] - 1917(SA)-2002(SA) - Licences: 5BC Adelaide (Hindmarsh, 1933-1939); 5BC Berri (1947-1980) - Qualifications: cc; AOCP 1137, 1933, SA; BOCP 281, 1940 - amateur operator; amateur broadcaster - Relationships: Brother of 5HD William Edward Lloyd - Electoral Rolls: electrician (Hindmarsh, SA, 1939) * [[/William Edward Lloyd|Lloyd, William Edward "Bill"]] [https://www.familysearch.org/tree/person/details/GXGB-WR9] - 1914(SA)-1996(SA) - Licences: 5HD Adelaide (Hindmarsh, 1933-1939, 1947-1948; Cumberland, 1954-1980+) - Qualifications: cc; AOCP 1215, 1933, SA; 2COCP 763, 1943 - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5BC Hughie Frederick Lloyd - Electoral Rolls: nil (Hindmarsh, SA, 1939-1943) ===''LOCKHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Edward Lockhart|Lockhart, Leon Edward]] [https://www.familysearch.org/tree/person/details/G8CJ-6GG] - 1912(Vic)-1990(Vic) - Licences: 3LE Melbourne (Elwood, 1929-1939; Elsternwick, 1946-1980+) - Qualifications: AOCP 514, 1929, No. ?? in Vic; 1COCP 205, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elwood, 1934-1937); engineer (Elsternwick, 1942-1977) ===''LOESER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hedley Edmond Loeser|Loeser, Hedley Edmond]] [https://www.familysearch.org/tree/person/details/MPXL-RM6] - 1912(SA)-19??(???) - Licences: 5LO Adelaide (Goodwood, 1936-1939; Col LIght Gardens, 1947) - Qualifications: cc; AOCP 1748, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: display artist (Reade Park, SA, 1943) ===''LOMAX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Lomax|Lomax, Joseph]] - 19??(???)-19??(???) - Licences: 4EB Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: commercial traveller (St Kilda, Vic, 1913-1914; Ivanhoe, Vic, 1916-1917; Coorparoo, Qld, 1921-1925; Kew, Vic, 1926) ===''LONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Timothy Joseph Long|Long, Timothy Joseph]] [https://www.familysearch.org/tree/person/details/GQ19-Z9G] - 1884(Qld)-1923(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 140, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Comment: suicide after diagnosis terminal illness - Electoral Rolls: labourer (Toowoomba, 1908); radio telegraphist (Cooktown, 1916-1917); telegraphist (Townsville, 1921) ===''LONGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ruth Victoria Longley|Harris nee Longley, Ruth Victoria]] [https://www.familysearch.org/tree/person/details/GXYZ-5GJ] - 1913(WA)-19??(???) - Licences: 6YL Perth (Shenton Park, 1936-1939) - Qualifications: cc; AOCP 1808, 1936, WA - amateur operator; amateur broadcaster; YL operator; WW2 - Relationships: Wife of 6NL Valentine Harms Harris - Electoral Rolls: saleswoman (Subiaco, WA, 1936-1937); home duties (Applecross, WA, 1949-1954); manager (Applecross, WA, 1958) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''LONGSTAFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Allen Hector Longstaff|Longstaff, Thomas Allen Hector "Allen"]] [https://www.familysearch.org/tree/person/details/GWQM-WF3] - 1896(SA)-1953(NSW) - Licences: XVR Adelaide (Alberton, 1913) - Qualifications: cc; CPRT 55, 1915 - early wireless experimenter; coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2 - Electoral Rolls: executive (Brighton, Vic, 1949) ===''LORDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Allan Lorden|Lorden, Geoffrey Allan]] [https://www.familysearch.org/tree/person/details/GZJB-2P8] - 1907(WA)-1994(Vic) - Licences: 6GL Perth (Perth, 1925-1926; West Perth, 1927) - Qualifications: cc; AOCP 175, 1925, No. ?? in WA; 2COCP 342, 1940; 1COCP 441, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Jingalup, WA, 1931); survey assistant (Jingalup, WA, 1936-1937); radio operator (Hotel Beadon, Onslow, 1943; Kalgoorlie, 1949); civil servant (Mitcham, Vic, 1968-1977) ===''LOVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Kingsley Love|Love, Howard Kingsley]] [https://www.familysearch.org/tree/person/details/GZGQ-8S5] - 1895(Vic)-1948(Vic) - Licences: 3BM Receive Melbourne (East Malvern, 1922); 3BM Melbourne (East Malvern, 1922-1931; Glen Iris, 1933), 3KU Melbourne (Malvern, 1937-1939, 1946-1948) - Qualifications: cc; AOCP 230, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; broadcast engineer; radio clubs (WIA Vic); business proprietor (radio manufacturer) - Electoral Rolls: merchant (Orong, 1919; Malvern East, 1921-1924; Gardiner, 1927-1933); manager (Gardiner, 1936-1937); engineer (Mt. Waverley, 1942) - Comment: gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW199407.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199408.pdf EA2] * [[/James Peile Love|Love, James Peile "Nim"]] [https://www.familysearch.org/tree/person/details/L7JF-83Z] - 1906(Qld)-1999(Qld) - Licences: 4JL Brisbane (Kedron, 1928-1939) - Qualifications: cc; AOCP 469, 1928, No. ?? in Qld (Halcyon AOCP 1930); 3COCP 5259, 1965 - amateur operator; amateur broadcaster; military (WW2, AIF) - Electoral Rolls: auctioneer (Kedron, 1928-1943; Hawthorne, 1949-1980) ===''LOVETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Frank Lovett|Lovett, Hubert Frank]] [https://www.familysearch.org/tree/person/details/GHG1-DT2] - 1905(Tas)-1961(Tas) - Licences: 7HL Hobart (1926-1933+) - Qualifications: cc; AOCP 246, 1926, No. ?? in Tas - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Hobart North, 1928-1937); manager (Hobart South, 1949; Nelson, 1954) - Links: [https://info.scholarships.utas.edu.au/AwardDetails.aspx?AwardId=2813 UTAS Scholarship] * [[/Percy Lovett|Lovett, Percy]] [https://www.familysearch.org/tree/person/details/GDB5-M21] - 1906(NSW)-1986(NSW) - Licences: 2JP Receive Sydney (Artarmon, 1922) - Qualifications: cc; 3COCP 2210, 1956 - amateur operator; amateur broadcaster - Electoral Rolls: ===''LUBACH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Lubach|Lubach, Frederick John "Fred"]] [https://www.familysearch.org/tree/person/details/G9H7-VZD] - 1919(Qld)-1998(Qld) - Licences: 4RF Brisbane (South Brisbane, 1936-1939; Annerley, 1946-1947); Dalby (1948-1950); Brisbane (Coorparoo, 1954; Camp Hill, 1965-75; Loganlea, 1980) - Qualifications: cc; AOCP 1745, 1936, Qld; 2COCP 868, 1944 - amateur operator; amateur broadcaster; radio clubs (WIAQ, instructor, QSL manager); military (WW2, RAN, wireless officer); broadcast technician (4QS, Capalaba) - Electoral Rolls: technician (Dalby, Qld, 1949; Coorparoo, Qld, 1954; Camp Hill, Qld, 1958-1968); public servant (Camp Hill, Qld, 1972-1977); retired (Loganlea, Qld, 1980) ===''LUCAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gillen Frederick Lucas|Lucas, Gillen Frederick]] [https://www.familysearch.org/tree/person/details/GXLB-Y7P] - 1894(SA)-1964(SA) - Licences: 5LL Adelaide (Kilkenny, 1935-1939; Port Adelaide, 1947; Maylands, 1948; Trinity Gardens, 1954-1960) - Qualifications: cc; AOCP 1589, 1935, SA - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: bootmaker (Kilkenny, SA, 1939-1943) ===''LUCKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Forsythe Arthur Luckman|Luckman, Charles Forsythe Arthur]] [https://www.familysearch.org/tree/person/details/GMF8-LS2] - 1901(NSW)-1979(NSW) - Licences: 2JT Receive Sydney (Croydon, 1922); 2JT Sydney (Croydon, 1923-1926; Lakemba, 1927-1933; Croydon, 1934; Ashfield, 1935-1938; Croydon, 1939, 1946-1975) - Qualifications: cc; AOCP 41, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: lift engineer (Lakemba, 1930-1933); electrician (Croydon, 1935-1943); electrical mechanic (Croydon, 1954-1972) * [[/Thomas Stuart Luckman|Luckman, Thomas Stuart "Stuart"]] [https://www.familysearch.org/tree/person/details/G64P-8CD] - 1913(Qld)-2005(Qld) - Licences: 4SL Brisbane (Kalinga, 1931-1939) - Qualifications: cc; AOCP 783, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, CMF, Signals Northern Command); occupation (hardware executive) - Electoral Rolls: salesman (Kalinga, 1936-1937); storeman (Hendra, 1943-1958); retired (Aspley, 1972-1977; Carseldine, 1980) ===''LUHRS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Albert Luhrs|Luhrs, Victor Albert]] [https://www.familysearch.org/tree/person/details/KZYN-VJJ] - 1888(Vic)-1964(SA) - Licences: V761 Receive Woori Yallock (1922); 3HB Receive Woori Yallock (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Torquon West, Nhill, 1909; Netherby, 1912-1914; Cavendish, 1916-1919; Woori Yallock, 1922-1924; Kalyan, SA, 1939); grazier (Tintinara, SA, 1941-1943) ===''LUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Douglas Lum|Lum, Allan Douglas]] [https://www.familysearch.org/tree/person/details/G92F-LX7] - 1913(SA)-1978(SA) - Licences: 5AL Adelaide (Joslin, 1932-1939; Hyde Park, 1947) - Qualifications: cc; AOCP 980, 1932, No. ?? in SA; 1COCP 427, 1940; TVOCP 263, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Gawler, SA, 1939-1941); mechanic (Hyde Park, SA, 1943) ===''LUMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd John Lumb|Lumb, Lloyd John "Jack"]] [https://www.familysearch.org/tree/person/details/G84C-LF2] - 1907(Qld)-1975(Qld) - Licences: 4LL Brisbane (Ashgrove, 1928-1939) - Qualifications: cc; AOCP 471, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; engineer (PMGD) - Electoral Rolls: telephone mechanic (Ashgrove, 1936-1937); postal electrician (Stanthorpe, 1943); technician (Ashgrove, 1949); engineer (Ashgrove, 1958-1972) ===''LUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Vincent Lunn|Lunn, Harold Vincent]] [https://www.familysearch.org/tree/person/details/GXGY-4X5] - 1908(NSW)-1987(NSW) - Licences: 5HL Adelaide (Morphettville, 1935-1939); 2ANE Sydney (North Ryde) - Qualifications: cc; AOCP 1449, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical fitter (Morphettville, SA, 1939-1943; Hurstville South, NSW, 1972); retired (North Ryde, NSW, 1977-1980) ===''LUXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilfred Luxon|Luxon, George Wilfred]] [https://www.familysearch.org/tree/person/details/M5YJ-XTL] - 1908(NSW)-1992(SA) - Licences: 5RX Adelaide (West Mitcham, 1928-1939, 1946-1965; Torrens Park, 1969-1980+) - Qualifications: cc; AOCP 450, 1928, No. ?? in SA - amateur operator; amateur broadcaster late 1920s; WW2; WIA SA (several official duties) - Electoral Rolls: radio mechanic (Mitcham, 1939-1943) ===''LYNCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harold John Lynch|Lynch, Harold John]] [https://www.familysearch.org/tree/person/details/LDTD-VXL] - 1905(Qld)-1995(Qld) - Licences: 4HL Brisbane (Fortitude Valley, 1934-1939, 1946-1956; Slacks Creek, 1960-1975); 4HL Springbrook (1980+) - Qualifications: cc; AOCP 1268, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); business proprietor (restaurants, picture theatres) - Electoral Rolls: cutter (Albion, Qld, 1928); shopkeeper (Valley, Qld, 1936-1943); cafe proprietor (Valley, Qld, 1949); shopkeeper (St Lucia, Qld, 1954; Slacks Creek, Qld, 1958-1968); owner (Slacks Creek, Qld, 1972-1977); retired (Springbrook, Qld, 1980) ===''LYONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Thomas Lyons|Lyons, Joseph Aloysius Thomas]] [https://www.familysearch.org/tree/person/details/LZGY-XKB] - 1879(Tas)-1939(NSW) - teacher, state politician, Premier of Tasmania, federal politician, Postmaster-General, Prime Minister of Australia, actively promoted development of broadcasting in Australia over two decades - Electoral Rolls: =='''M'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''MABBITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Matthew Mabbitt|Mabbitt, John Matthew]] [https://www.familysearch.org/tree/person/details/G8DV-FD5] - 1905(Vic)-1966(Vic) - Licences: 3KI Lake Boga (1930-1939); 3JG Lake Boga (1947-1948); 3JG Swan Hill (1954-1960); 3JG Melbourne (Templestowe, 1965) - Qualifications: AOCP 588, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: orchardist (Lake Boga, 1928-1949); supervisor (Swan Hill, 1954); public servant (Templestowe, 1963) ===''MACDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Donald Macdonald|Macdonald, Donald "Don"]] [https://www.familysearch.org/tree/person/details/GXQ7-WT8] - 1883(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; BOCP 45, 1936 - senior federal public servant (Chief Engineer, Radiotelegraph Branch, PMGD, 1914); Lieutenant-Commander Telegraphist (RAN, in charge captured German Pacific Wireless); chief engineer 7EX; supervised erection 3AR, 5CL, 7ZL; early TV research - Comment: Don't confuse with Don Macdonald AWA consultant - Electoral Rolls: Numerous contemporaneous DMcDs - Links: [http://messui.polygonal-moogle.com/valves/NW199505.pdf EA] * [[/Llewellyn Macdonald|Macdonald, Llewellyn "Lew"]] [https://www.familysearch.org/tree/person/details/G8HH-73F] - 1908(Eng)-1974(NSW) - Licences: 2WU Newcastle (West Maitland, 1929-1934; Wickham, 1935-1936; Waratah, 1937; Mayfield, 1938-1939, 1946-1961; Charlestown, 1965-1969) - Qualifications: AOCP 478, 1929, No. ?? in NSW; 2COCP 69, 1936; BOCP 50, 1936; 1COCP 125, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: cabinetmaker (West Maitland, 1930; Wickham, 1936); joiner (Waratah, 1937; Charlestown, 1972) ===''MACFARLANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred - see Harriss, Dorothy Winnifred ===''MACGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. MacGregor|MacGregor, H.]] - 19??(???)-19??(???) - 4ZU Brisbane (Windsor, -1947+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''MACKAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Stewart Mackay|Mackay, Cedric Stewart or Stuart]] [https://www.familysearch.org/tree/person/details/973G-3Q2] - 1889(Vic)-1955(NSW) - Licences: XADF Coffs Harbour (1913-1914); 2GP Urunga (1922-1931); 2GO Coffs Harbour (1935-1939) - Qualifications: cc; AOCP 149, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Urunga, 1930); agent (Coffs Harbour, 1943-1949) * [[/Ian Keith Mackay|Mackay, Ian Keith]] [https://www.familysearch.org/tree/person/details/G8JG-NHF] - 1907(NZ)-1985(NZ) - author, historian (broadcast, "Broadcasting in New Zealand" (1953), "Broadcasting in Australia" (1957), "Broadcasting in Nigeria" (1964), "Broadcasting in Papua New Guinea" (1976) - Electoral Rolls: broadcasting executive (Lane Cove, 1954); executive (Killara, 1958) * [[/Ronald Reay Mackay|Mackay, Ronald Reay]] [https://www.familysearch.org/tree/person/details/G8N2-Y6T] - 1905(Vic)-1963(Vic) - Licences: 3FZ Receive Melbourne (Carlton, 1922); 3MU Melbourne (Carlton, 1931-1939, 1946-1960) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, principal (RMIT) - Electoral Rolls: teacher (Carlton, 1931-1963) - [https://adb.anu.edu.au/biography/mackay-ronald-reay-10980 ADB] ===''MACKEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Francis Mackel|Mackel, John Francis]] [https://www.familysearch.org/tree/person/details/G8DJ-FP5] - 1912(NSW)-1987(NSW) - Licences: 2HG Sydney (Chatswood, 1930-1939, 1946-1947; Lane Cove, 1948-1965; Hunters Hill, 1969-1980) - Qualifications: AOCP 585, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Chatswood, 1935-1943); insurance inspector (Lane Cove, 1949-1954); insurance manager (Lane Cove, 1958-1963); manager (Hunters Hill, 1968-1980) ===''MACKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Harper Mackenzie|Mackenzie, Alexander Harper "Mac"]] [https://www.familysearch.org/tree/person/details/G7J3-MVZ] - 1892(Sct)-1970(Qld) - Licences: 4GK Brisbane (Wynnum, 1930-1939; Bulimba, 1946-1969) - Qualifications: cc; AOCP 628, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Fire Service) - Electoral Rolls: fireman (Brisbane City, 1916; Hamilton, 1919; Brisbane City, 1925); fire brigade officer (Wynnum, 1928-1936); newsagent (Bulimba, 1949); retired (Bulimba, 1954-1968) - Relationships: father of 4YL Florence Madeline Mackenzie and 4HJ Arthur Alexander Mackenzie * [[/Arthur Alexander Mackenzie|Mackenzie, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7J3-796] - 1918(Qld)-2001(Qld) - Licences: 4HJ Jericho (1937); 4HJ Brisbane (Wynnum, 1938-1939) - Qualifications: cc; AOCP 1346, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Townsville, 1949); newsagent (Grange, 1954-1963); public servant (Townsville, 1972; Cleveland, 1972; Thornlands, 1977, Cleveland, 1980) - Relationships: son of 4GK Alexander Harper Mackenzie; brother of 4YL Florence Madeline Streamer nee Mackenzie * [[/Florence Madeline Mackenzie|Streamer nee Mackenzie, Florence Madeline "Madeline"]] [https://www.familysearch.org/tree/person/details/G8FN-B8C] - 1922(Qld)-19??(Qld) - Licences: 4YL Brisbane (1936-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; third YL operator in Qld - Electoral Rolls: home duties (Mitchelton, 1949; New Farm, 1954) - Relationships: daughter of 4GK Alexander Harper Mackenzie; sister of 4HJ Arthur Alexander Mackenzie - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Harold Stuart Mackenzie|Mackenzie, Harold Stuart]] [https://www.familysearch.org/tree/person/details/L21R-VGN] - 1908(Qld)-1995(Qld) - Licences: 4AM Brisbane (Annerley, 1929-1933) - Qualifications: cc; AOCP 518, 1929, No. ?? in Qld; 2COCP 90, 1937; 1COCP 239, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Annerley, 1934-1937); company manager (Strathfield, NSW, 1943-1954); radio operator (Blackheath, 1958); unemployed (Burleigh Heads, 1963-1968); technician (Burleigh Heads, 1972-1980) ===''MACKINNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Eric Wilton MacKinnon|MacKinnon, Colin Eric Wilton]] [https://www.familysearch.org/tree/person/details/LK45-QRQ] - 1941(NSW)-2004(NSW) - Licences: 2KCM Sydney 1980s; 2DYM Sydney (1980-2004)- Qualifications: NAOCP N1793, 1981; AOLCP N1281, 1981; AOCP N1032, 1981, NSW - amateur operator; amateur broadcaster; historian (amateur radio; military radio; radar) - Electoral Rolls: engineer (Cronulla, 1968; Hurstville, 1977); retired (Glenhaven, 1980) - [https://www.qsl.net/vk2dym/radio/Colin_MacKinnon.htm Obit] ===''MACLARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Foster St Clair Maclardy|Maclardy, William John Foster St Clair "Will"]] - 1892(NSW)-1971(NSW) - 2HP Sydney (Neutral Bay & Cremorne,1922-1925), amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, broadcast engineer (2BL), journalist (Smith's Weekly, Wireless Weekly), correct surname is St Clair Maclardy but rarely used, son of William McIntyre St Clair Maclardy, one time Wireless Weekly proprietor ===''MACLAREN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Catto Maclaren|Maclaren, Donald Catto]] [https://www.familysearch.org/tree/person/details/G8N1-2R2] - 1909(NSW)-1964(NSW) - Licences: 2DM Sydney (Haberfield, 1930-1939); 2NN Narrabri (1947-1950) - Qualifications: AOCP 655, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Haberfield, 1933-1936; Taree, 1937; Narrabri, 1949) ===''MACLURCAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Dansie Maclurcan|Maclurcan, Charles Dansie]] [https://www.familysearch.org/tree/person/details/GWR7-LJ3] - 1889(Qld)-1957(NSW) - Licences: XDM Sydney (1909-1914); 2CM Sydney (Strathfield, 1921-1939; Neutral Bay, 1946-1957); 2CY Sydney (Strathfield, 1923, briefly by administrative error); first licence issued under new 1922 radio regulations - Qualifications: cc; AOCP 98, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; business proprietor (Maclurcan and Lane, 1909-19??, Maclurcan Engineering, Hotel Wentworth) - Electoral Rolls: electrical engineer (Darling Harbour, 1913); engineer (Strathfield, 1930-1934); hotel manager (Neutral Bay, 1949-1954) - Links: [https://adb.anu.edu.au/biography/maclurcan-hannah-13070 ADB] [[w:2CM|Wikipedia]] [https://radioinfo.com.au/news/who-was-radio-pioneer-charles-maclurcan/ radioinfo] ===''MACM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Chestnut McMillan|McMillan, Joseph Chestnut]] [https://www.familysearch.org/tree/person/details/GDRK-8TG] - 1901(Sct)-1968(Vic) - Licences: 7BP Receive Hobart (City, 1923); 7BP Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart East, 1928) ===''MACPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Duncan Macpherson|Macpherson, Alexander Duncan "Sandy"]] [https://www.familysearch.org/tree/person/details/29CF-Z3F] - 1899(Qld)-1974(Qld) - Licences: 4MC Brisbane (Nundah, 1934-1939, 1946-1948; Oakleigh, 1954; Chermside, 1955-1969) - Qualifications: cc; AOCP 1271, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Toombul RC); Qld Lands (draughtsman) - Comment: Slow update for death in Electoral Rolls? - Electoral Rolls: draftsman (Nundah, Qld, 1921-1949; Oakleigh, Qld, 1954; Chermside, Qld, 1958-1968); retired (Chermside, Qld, 1972-1980) ===''MADDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney John Madden|Madden, Sydney John]] [https://www.familysearch.org/tree/person/details/GX16-WGL] - 1900(Sct)-1955(WA) - Licences: 6MN Perth (City, 1930; North Perth, 1931; Maylands, 1933-1937; Wembley, 1938-1939) - Qualifications: cc; 2COCP 264, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Maylands, WA, 1931-1937; Wembley Park, WA, 1937-1943); supervisor (Wembley, WA, 1954) ===''MADDICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Maddick|Maddick, Herbert William]] [https://www.familysearch.org/tree/person/details/GHLB-J2P] - 1890(Vic)-1960(Vic) - Licences: XLX Melbourne (Elsternwick, 1913-1914); 3EF Receive Melbourne (Elwood, 1922-1923); 3EF Melbourne (Elwood, 1924-1933+) - Qualifications: cc; AOCP 161, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; perpetrator of the foul mouthed parrot incident - Electoral Rolls: motor mechanic (Elsternwick, 1917); mechanic (Elsternwick, 1919-1954) ===''MAGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin William Michael Magee|Magee, Kevin William Michael]] [https://www.familysearch.org/tree/person/details/GXRX-51Z] - 1913(Vic)-1979(Vanuatu) - Licences: 5KM Adelaide (City, 1931-1933); 2UN Sydney (Paddington, 1936); 3UN Melbourne (Hawthorn, 1937); 3KM Melbourne (Kew, 1947-1960; North Balwyn, 1965-1969) - Qualifications: cc; AOCP 874, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: staff cadet (Victoria Barracks, NSW, 1936); military officer (Hawthorn, Vic, 1937; Kew, Vic, 1943); engineer (Kew, Vic, 1949-1954); company director (Kew, Vic, 1963); director (Balwyn, Vic, 1967-1972) ===''MAGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lindsay Maguire|Maguire, Arthur Lindsay]] [https://www.familysearch.org/tree/person/details/G8SN-BKC] - 1921(Vic)-1998(Vic) - Licences: 3IO Stratford (1938-1939; 1947-1960) - Qualifications: AOCP 2216, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Stratford, 1949-1977); grazier (Munro, 1980) * [[/Ernest Norbert Maguire|Maguire, Ernest Norbert]] [https://www.familysearch.org/tree/person/details/LR4X-F61] - 1892(NSW)-1967(NSW) - Licences: 2KL Sydney (Lewisham, 1928-1930; Dulwich Hill, 1931-1939) - Qualifications: AOCP 387, 1928, No. ?? in NSW; 2COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: police constable (Lewisham, 1930-1932); sergeant of police (Putney, 1943; Gladesville, 1949-1958); retired (Lake Illawarra South, 1963) * [[/Sydney William Maguire|Maguire, Sydney William]] [https://www.familysearch.org/tree/person/details/KNDF-L85] - 1903(WA)-1958(NSW) - Licences: 2XY Sydney (Rose Bay, 1930-1934; Paddington, 1935-1936; North Bondi, 1937-1939) - Qualifications: CPRTelephony 933, 1926; AOLCP 74, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Rose Bay, 1930-1934; Glenmore, 1935); engineer (Bondi, 1936-1937); radio engineer (Maroubra North, 1943); inspector (Maroubra North, 1949; Kingsford, 1954-1958) ===''MAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Hugh Mahon|Mahon, Hugh]] - 1857(Ire)-1931(Vic) - senior federal politician (MHR 1900s & 1910s; Postmaster-General 1904) ===''MALCOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Graham Malcolm|Malcolm, Keith Graham]] [https://www.familysearch.org/tree/person/details/GD8F-K5W] - 1949(Eng)-2011(NSW) - Licences: 3ZYK Melbourne (North Clayton, 1969; Mulgrave, 1975; Berwick, 1980); 1???; 2??? - Qualifications: AOLCP 2407, 1967 - broadcast planning engineer (PMGD, ABCB, P&TD, DoC); Communications Laboratory DoC (Director) - Electoral Rolls: engineer (Clayton, Vic, 1972; Mulgrave, 1977; Berwick, 1980) ===''MALONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Joseph Malone|Malone, James Joseph "Jim"]] [https://www.familysearch.org/tree/person/details/GWL8-8DP] - 1883(NSW)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 240, 1916 - employment (NSW P&T, Telegraph Messenger; PMGD, Cadet Engineer, Controller Wireless; OTC, Manager); WW1 - Electoral Rolls: engineer (Clayfield, Qld, 1917-1925; Kew, Vic, 1926-1928); chief inspector wireless (Kew, Vic, 1931-1937); Deputy Director, Posts and Telegraphs (Indooroopilly, 1943); public servant (Lindfield, NSW, 1949-1963) - Links: [[w:James Joseph Malone|Wikipedia]]; [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_05_30#P.109_-_Commonwealth_Controller_of_Wireless|Bio]] ===''MALPAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth John Malpas|Malpas, Kenneth John "Ken"]] [https://www.familysearch.org/tree/person/details/MGC2-BNN] - 1909(SA)-1929(SA) - Licences: 5XG Kadina (1927-1928) - Qualifications: cc; AOCP 313, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Passed too soon - Electoral Rolls: Nil ===''MANGNALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hartley Mangnall|Mangnall, Robert Hartley Jnr]] [https://www.familysearch.org/tree/person/details/G8MD-3L2] - 1903(Vic)-1963(Vic) - Licences: 3?? Melbourne (Carlton, 1927); 3HB Melbourne (Highett, 1947-1960) - Qualifications: AOCP 350, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (Carlton, 1936); engineer (Sandringham, 1942-1963) ===''MANIFOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Charles Manifold|Manifold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/LXMR-BFZ] - 1908(Vic)-1993(Vic) - Licences: 3EM Melbourne (Malvern, 1930-1933; McKinnon, 1937-1939, 1946-1980+) - Qualifications: AOCP 647, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: plumber (Malvern, 1931-1934; Bentleigh, 1936-1980) ===''MANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Mann|Mann, John Edward "Jack"]] [https://www.familysearch.org/tree/person/details/G3JY-STV] - 1912(SA)-1941(off Libyan coast) - Licences: 5EM Semaphore (1934-1938); 3IE Westmere (1938); 3IE Ballarat (1939) - Qualifications: cc; AOCP 1304, 1934, SA - amateur operator; amateur broadcaster; military (WW2, RAN, telegraphist) - Relationships: Son of Thomas William Mann - Electoral Rolls: Nil yet identified - Links: [https://www.awm.gov.au/collection/R1675471 AWM]; [https://www.awm.gov.au/collection/P10278775 AWM] - Sacrifice: "Greater love hath no man than this" * [[/Sydney George Mann|Mann, Sydney George]] [https://www.familysearch.org/tree/person/details/G8DP-V1C] - 1908(Eng)-1977(Eng) - Licences: 3KY Melbourne (Glenhuntly, 1930-1931; Hampton, 1937-1939, 1946-1954; East Brighton, 1955-1960) - Qualifications: AOCP 594, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Sergeant) - Electoral Rolls: traveller (Glenhuntly, 1931); mechanic (Sandringham, 1936-1937); shopkeeper (Woodend, 1942); mechanic (Hampton, 1949-1954); sales (Carnegie, 1963); salesman (St Kilda, 1967) * [[/Thomas William Mann|Mann, Thomas William]] [https://www.familysearch.org/tree/person/details/GZLZ-2S3] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923) - Qualifications: Nil yet identified - amateur receiver - Relationships: Father of 5EM-3IE John Edward Mann- Electoral Rolls: Nil yet identified ===''MANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol John Roland Manning|Manning, Athol John Roland]] [https://www.familysearch.org/tree/person/details/G69L-G2L] - 1916(Tas)-2005(Tas) - Licences: 7LR Devonport (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1367, 1934, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Devonport, 1949-1954) * [[/Clifton Joseph Manning|Manning, Clifton Joseph]] [https://www.familysearch.org/tree/person/details/G893-WW6] - 1909(Vic)-1994(Vic) - Licences: 3CJ Melbourne (Ringwood, 1927; Elwood, 1931-1937; Eltham, 1938-1939; Balwyn, 1946-1947; Templestowe, 1948; Beaumaris, 1954-1960); 3CJ Orbost (1965); 3CJ Marlo (1969-1975) - Qualifications: AOCP 338, 1927, No. ?? in Vic; 1COCP 877, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (St Kilda, 1931-1936; Canterbury, 1943; Templestowe, 1949; Sandringham, 1954-1963); farmer (Orbost, 1967-1968); retired (Marlo, 1972-1977; Lang Lang, 1980) ===''MANSFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Mansfield|Mansfield, H. D.]] - 19??(???)-19??(???) - Licences: XZQ Burnie (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''MANTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Thomas Mantle|Mantle, Joseph Patrick Thomas]] [https://www.familysearch.org/tree/person/details/GX84-DP9] - 1913(Qld)-1976(Fiji) - Licences: 4XF Brisbane (Ascot, 1933-1939); 4XF Townsville (Hermit Park, 1947-1948); 4XF Brisbane (Brisbane City, Qld, 1954-1960); 3AEN Bendigo (1969-1980) - Qualifications: cc; AOCP 1146, 1933, Qld; 2COCP 1083, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: projectionist (Ascot, Qld, 1936); engineer (Ashgrove, Qld, 1943); sound engineer (Townsville, Qld, 1949); business manager (New Farm, Qld, 1954); manager (St Lucia, Qld, 1958); sales manager (Warwick, Qld, 1963); no occupation (Townsville, Qld, 1963); sales executive (Petersham, NSW, 1972) ===''MANUEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Thomas Manuel|Manuel, Robert Thomas]] [https://www.familysearch.org/tree/person/details/KF5S-3R5] - 1910(SA)-2003(SA) - Licences: 5RT Adelaide (Prospect, 1932-1939, 1947-1960; Beefacres, 1965; Windsor Gardens, 1969-1980+) - Qualifications: cc; AOCP 1052, 1932, SA; BOCP 1310, 1953; 2COCP 1279, 1953; 1COCP 1688, 1953 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''MARCONI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guglielmo Giovanni Maria Marconi|Marconi, Guglielmo Giovanni Maria]] - 1874(Italy)-1937(Italy) - Inventor, electrical engineer, entrepreneur, businessman; pioneer of long distance radio transmission, widely credited as the inventor of radio; shared 1909 Nobel prize for physics for contributions to the development of wireless telegraphy ===''MARCUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eugen Gerald Marcuse|Marcuse, Eugen Gerald "Gerald"]] [https://www.familysearch.org/tree/person/details/9C3M-X1G] - 1886(Eng)-1961(Eng) - Licences: G2NM England - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer ===''MARKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Sydney Marks|Marks, Joseph Sydney or Sydney Joseph]] [https://www.familysearch.org/tree/person/details/GQG4-X1G] - 1885(NSW)-1949(NSW) - Licences: 2GR Receive Sydney (Rose Bay, 1922); 2GR Sydney (Rose Bay, 1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio trader (Electricity House, Marks' Radio Company); electrician; police officer; sued by 2BL for non-payment of fees in 1924 - Electoral Rolls: electrician (Rose Bay, 1930-1949) ===''MARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric William Marley|Marley, Cedric William]] [https://www.familysearch.org/tree/person/details/LVF2-DJ4] - 1918(Qld)-1984(Qld) - Licences: 4CJ Brisbane (Highgate Hill, 1938-1939; Graceville, 1947; Kalinga, 1948); 4CJ Rockhampton (1954-1956); 4CJ South Mackay (1960); 9CJ Port Moresby (1965); Brisbane (Mt Gravatt, 1969-1980) - Qualifications: cc; AOCP 2079, 1938, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); broadcast technician (PMG, ABC); WW2 (RAN, telegraphist); federal public servant (PMG, ABC) - Electoral Rolls: technician (Kalinga, Qld, 1949; Rockhampton, Qld, 1954); broadcast technician (Mackay, Qld, 1958; Bucasia, Mackay, Qld, 1958; Mt Gravatt, Qld, 1963-1980) ===''MARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Clanan Marr|Marr, Charles William Clanan]] [https://www.familysearch.org/tree/person/details/9M8V-QQM] - 1880(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; WW1 - Electoral Rolls: MHR (Forrest, 1929); director (Crows Nest, NSW, 1933); company director (Wollstonecraft, 1933-1935); director (Crows Nest, 1935); company director (Pymble, 1937-1943; Killara, 1943-1949; Pymble, 1954-1958) ===''MARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Burton Mars|Mars, Ernest Burton]] [https://www.familysearch.org/tree/person/details/G8VJ-GWR] - 1907(SA)-1987(Qld) - Licences: Receive Adelaide (North Unley, 1923-1924); 4EM Charleville (1930-1933); 2EM Dubbo (1934-1936); 4EM Charleville (1937-1939, 1946-1947); 2GE Moree (1948); 4EM Emerald (1954-1955); 4EM Charleville (1956); 4EM Longreach (1960); 4EM Currumbin (1965-1969) - Qualifications: cc; AOCP 686, 1930, No. ?? in Qld; BOCP 23, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Dubbo, 1935); bank official (Charleville, 1937-1943; Wagga Wagga, 1949); bank clerk (Moree, 1949); bank manager (Commonwealth Bank Emerald, 1954; Commonwealth Bank, Charleville, 1958; Longreach, 1963); retired (Currumbin, 1968; Palm Beach, Qld, 1977-1980) - established 4VL Charleville commercial ===''MARSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Marsden|Marsden, Robert Cecil "Cecil"]] [https://www.familysearch.org/tree/person/details/G92N-W62] - 1892(Eng)-1968(NSW) - Licences: unlicensed?, Sydney, 1909; 2JM Receive Sydney (Edgecliffe, 1922); 2JM Sydney (Edgecliffe, 1923-1925; Bellevue Hill, 1925-1926; Edgecliff, 1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW, local NSW clubs) - Relationships: Father of 2VV-2FV Robert Morris Marsden - Electoral Rolls: engineer (Woolahra, 1930; Epping, 1930-1958); manager (Castlecrag, 1958-1968) * [[/Robert Morris Marsden|Marsden, Robert Morris]] [https://www.familysearch.org/tree/person/details/GWX1-VPG] - 1916(NSW)-1988(NSW) - Licences: 2VV Sydney (Kingsford, 1958-1969); 2FV Tuross Heads (1965-1980+) - Qualifications: AOLCP 226, 1956; AOCP 3627, 1957, NSW - amateur operator; WW2 (RAAF) - Relationships: Son of 2JM Robert Cecil Marsden - Electoral Rolls: taxi proprietor (Bondi Beach, 1949; Kingsford, 1958-1972); retired (Tuross Heads, 1972-1980) ===''MARSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Westport Marsh|Marsh, Sydney or Sidney Westport]] [https://www.familysearch.org/tree/person/details/LFLN-PKM] - 1889(NSW)-1946(NSW) - Licences: 2ZK West Wallsend (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Ladysmith, 1913); fitter (West Wallsend, 1930-1937) ===''MARSHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archie Francis Marshall|Marshall, Archie Francis "Arch"]] [https://www.familysearch.org/tree/person/details/G37M-W83] - 1907(Qld)-1982(Qld) - Licences: 4AF Clifton (1928-1939, 1946-1980+) - Qualifications: cc; AOCP 438, 1928, No. 48 in Qld - amateur operator; amateur broadcaster; business proprietor (blacksmith, fitter/turner) - Electoral Rolls: blacksmith (Clifton, 1930-1980) * [[/Herbert Anthony Marshall|Marshall, Herbert Anthony]] [https://www.familysearch.org/tree/person/details/9JJR-P3P] - 1888(India)-1948(NSW) - Licences: unlicensed?, Port Pirie, 1910; 2HM Armidale (1924-1926); 2HM Sydney (Bondi, 1927-1939, 1946-1948) - Qualifications: AOCP 115, 1925, No. ?? in NSW; AOLCP 48, 1931 - Comment: proud of his initials "H.A.M.", early wireless experimenter; amateur operator; amateur broadcaster; electrical engineer - Relationships: his daughter Denise Chalmers Marshall frequently on air over 2HM - TroveTag: "2HM - Herbert Anthony Marshall" - Electoral Rolls: electrical engineer (Bondi, 1930-1931); engineer (Bondi, 1934-1943) * [[/Mary Austine Marshall|Henry nee Marshall, Mary Austine]] [https://www.familysearch.org/tree/person/details/G8X2-GR6] - 1913(Vic)-1994(Vic) - Licences: 3YL Melbourne (Murrumbeena, 1930-1939, 1946-1956; East Malvern, 1960-1975) - Qualifications: AOCP 619, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: home duties (Oakleigh, 1936-1937); no occupation (Oakleigh, 1942-1954); home duties (Oakleigh, 1958-1980) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Vaughan Edward Marshall|Marshall, Vaughan Edward]] [https://www.familysearch.org/tree/person/details/G86T-KNY] - 1911(Vic)-1994(Vic) - Licences: 3UK Melbourne (Hawthorn, 1930-1933; Kew, 1937-1939, 1946-1969; Mt Eliza, 1975-1980+) - Qualifications: AOCP 603, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: sales (Kew, 1936); tea specialist (Kew, 1937-1968); retired (Mt Eliza, 1977-1980) ===''MARSLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Bruce Marsland|Marsland, Benjamin Bruce]] [https://www.familysearch.org/tree/person/details/GX6Y-X47] - 1906(Qld)-1941(NSW) - Licences: 4DX Brisbane (Indooroopilly, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Rockhampton, Qld, 1928); teller (Normanton, Qld, 1930); bank clerk (Rockhampton, Qld, 1931; Malanda, Qld, 1932); no occupation (Annerley, Qld, 1943) ===''MARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Thomas Marston|Marston, James Thomas "Jim"]] [https://www.familysearch.org/tree/person/details/LKDX-19C] - 1920(Qld)-1974(Qld) - Licences: 4JA Brisbane (Belmont, 1948; Morningside, 1954); 4JA Toowoomba (1955-1956); 4JA Brisbane (Boondall, 1960-1969) - Qualifications: cc; AOCP 2655, 1948, Qld - amateur operator - Electoral Rolls: sheet metal worker (Buranda, Qld, 1943); engineer (Toowoomba South, Qld, 1958); technician (Boondall, Qld, 1963-1972) * [[/W. L. Marston|Marston, W. L.]] - 19??(???)-19??(???) - Licences: 4RY Brisbane (Clayfield, 1937) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MARTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Martin|Martin, James Frederick]] - 1909(Vic)-1976(Vic) - Licences: 3MJ Melbourne (North Fitzroy, 1927-1933); 3JM Melbourne (North Fitzroy, 1937-1939) - Qualifications: AOCP 340, 1927, No. ?? in Vic - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Clifton Hill, 1936); traveller (North Fitzroy, 1949; Heidelberg, 1954-1963); sales director (Doncaster, 1967); sales (Noble Park, 1972) * [[/John Michael Martin|Martin, John Michael]] [https://www.familysearch.org/tree/person/details/GX79-GWZ] - 1886(Irl)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 146, 1915; 1COCP 58, 1935 - RANRS (commissioned telegraphist, 1917); WW1 - Comment: several contemporaneous JMMs - Electoral Rolls: Ancestry 299 hits too be sifted * [[/John Robert Martin|Martin, John Robert]] [https://www.familysearch.org/tree/person/details/GWFG-HMM] - 1919(Qld)-2011(Qld) - Licences: 4MX Cunnamulla (1937-1939); 4MX Toowoomba (1946-1954); 4MX Brisbane (Gaythorne, 1955-1960); 4MX Julia Creek (1965-1969); 4MX Finch Hatton (1975); 4MX Brisbane (Gaythorne, 1980+) - Qualifications: cc; AOCP 1933, 1937, Qld; BOCP 147, 1938 - amateur operator; amateur broadcaster; military (WW2, RAAF); business proprietor (radio service); Presbyterian minister - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1949-1954); radio technician (Gaythorne, Qld, 1958; Kingaroy, Qld, 1963); missionary (Blackall, Qld, 1972; Gaythorne, Qld, 1972); minister of religion (Enoggera, Qld, 1977-1980) * [[/Malcolm Martin|Martin, Malcolm]] [https://www.familysearch.org/tree/person/details/GX8D-PG7] - 1903(UK)-1987(Qld) - Licences: 4KY Ipswich (1933-1939); 4KY Brisbane (Sandgate, 1946-1980+) - Qualifications: cc; AOCP 1110, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); employment (Qld Railways) - Electoral Rolls: carriage trimmer (Woodend, Qld, 1925-1937; Sandgate, Qld, 1943-1980) * [[/Silas Martin|Martin, Silas]] [https://www.familysearch.org/tree/person/details/GXMT-6WS] - 1874(NSW)-1945(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Electoral Rolls: engineer (Perth, 1903-1906; East Perth, 1912-1914); mechanic (Rockhampton, 1917-1921); radio mechanic (Cooktown, 1925; Beam Wireless Station, Ballan, 1928-1943); mechanic (Marrickville, NSW, 1943) * [[/Walter J. Martin|Martin, Walter J.]] - 1893(Vic)-19??(???) - commercial operator (1COCP 1, 1914, No. 1 in Aus and Vic, Marconi & Telefunken) - coastal station operator? * [[/William Anthony Martin|Martin, William Anthony]] [https://www.familysearch.org/tree/person/details/G8HB-KPZ] - 1911(Tas)-19??(???) - Licences: 7WM Hobart (West Hobart, 1929-1931); 7WM Gawler (1933) - Qualifications: cc; AOCP 497, 1929, No. ?? in Tas; AOLCP 70, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: several contemporaneous William Anthony Martin's ===''MASHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Wilfred Mashman|Mashman, Lionel Wilfred]] [https://www.familysearch.org/tree/person/details/GZ6K-7WG] - 1907(NSW)-1968(NSW) - 2OB Receive Sydney (Bexley, 1923-1924), 2OB Sydney (Bexley, 1925-1965), amateur operator (AOCP 84, 1925, No. ?? in NSW), amateur broadcaster ===''MASTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Harold Masters|Masters, Alfred Harold "Harold"]] [https://www.familysearch.org/tree/person/details/99GB-CPY] - 1875(Vic)-1951(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed); vice president WIA Launceston 1920s; later prominent architect - Relationships: brother of 7MM William Edward Masters - Electoral Rolls: architect (Launceston, 1928-1949) * [[/Brian Jermyn Masters|Masters, Brian Jermyn "Jermyn"]] - 1891(Vic)-1950(NZ) - 3LM Receive Melbourne (Armadale, 1923), 3LM Melbourne (Armadale, 1924-1925), amateur operator (pre-AOCP; no record found of AOCP; AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, operated his station both individually and on behalf WIA Malvern * [[/William Edward Masters|Masters, William Edward]] [https://www.familysearch.org/tree/person/details/99GB-CPW] - 1873(Vic)-1952(Tas) - Licences: 7MM Hobart (Bellerive 1932-1939) - Qualifications: cc; AOCP 1066, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; solicitor - Relationships: brother of Alfred Harold "Harold" Masters - Electoral Rolls: solicitor (Bellerive, 1914-1949) - Links: [http://nla.gov.au/nla.news-article27111852 Obituary] ===''MATCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Kenneth Lyle Matchett|Matchett, John Kenneth Lyle "Ken"]] [https://www.familysearch.org/tree/person/details/GS1L-SCZ] - 1921(Vic)-2008(Vic) - Licences: 3TL Melbourne (Box Hill, 1960; Templestowe, 1965-1980+) - Qualifications: AOCP 3700, 1958, Vic - amateur operator, WW2, member Old Timer's Club - Electoral Rolls: student (St Kilda, 1949); teacher (Bayswater, 1954); lecturer (Templestowe, 1963-1980) - curator of the WIA QSL card collection for many years; personally acquired a large collection of Australian amateur QSL cards which were donated to the WIA collection on his passing, many thousands of QSLs provided by Wolf Harranth of Dokufunk on an exchange basis ===''MATHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Stewart Mather|Mather, Alexander Stewart "Alex"]] [https://www.familysearch.org/tree/person/details/GHTL-WWC] - 1909(NSW)-1970(NSW) - Licences: 2JZ Singleton (1929-1969) - Qualifications: AOCP 479, 1929, No. ?? in NSW; AOLCP 89, 1932; TVOCP 273, 1960 - amateur operator, amateur broadcaster - Electoral Rolls: cordial manufacturer (Singleton, 1930-1968) ===''MATHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campion Mathews|Mathews, John Campion]] [https://www.familysearch.org/tree/person/details/G8V1-46V] - 1912(Vic)-19??(???) - Licences: 3SY Geelong (Newtown, 1930-1939, 1946-1980+); 3JM Portable Geelong (Newtown, 1947) - Qualifications: AOCP 709, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Newtown, 1934-1968); operator (Newtown, 1972-1980) * [[/John Mathews|Mathews, John]] [https://www.familysearch.org/tree/person/details/G82Z-KX2] - 1914(Qld)-1976(NSW) - Licences: 4EE Rockhampton (1935-1939) - Qualifications: cc; AOCP 1414, 1935, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous JMs - Electoral Rolls: Nil yet identified ===''MATTHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Thomas Matthews|Matthews, Fred or Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GZVC-22K] - 1904(Qld)-1992(Qld) - Licences: 4FK Brisbane (New Farm, 1923-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); business proprietor (Matthews Fire Alarm Co) - Awards: OBE - Electoral Rolls: electrical engineer (Merthyr, 1925-1958); engineer (New Farm, 1963-1980) * [[/John Leigh Inglis Matthews|Matthews, John Leigh Inglis]] [https://www.familysearch.org/tree/person/details/GDKN-159] - 19??(???)-19??(???) - Licences: XJD Melbourne (Richmond, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: confectioner (Richmond, 1913-1919) * [[/Kenneth Morgan Matthews|Matthews, Kenneth Morgan]] [https://www.familysearch.org/tree/person/details/GXPM-R2W] - 1911(SA)-2009(SA)98yo - Licences: 5GN Adelaide (Malvern, 1936-1939) - Qualifications: cc; AOCP 1732, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Malvern, SA, 1939); mechanic (Crystal Brook, SA, 1941-1943) - Links: [https://vwma.org.au/explore/people/551921 VWMA] * [[/Vincent John Matthews|Matthews, Vincent John]] - 1888(Vic)-1965(Vic) - Licences: 6AQ Perth (Bayswater, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; Stott's College (Principal, early 1920s) - Electoral Rolls: business college master (West Gildford, WA, 1910); manager (Guildford, WA, 1912; Bayswater, WA, 1916-1925); * [[/Walter John Penrose Matthews|Matthews, Walter John Penrose]] [https://www.familysearch.org/tree/person/details/L5TS-HZN] - 1880(SA)-1964(SA) - Licences: 5BS Receive Murray Bridge (1922); Receive Murray Bridge (1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: lifter SA Railways (Tailem Bend, SA, 1939-1943) ===''MAUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Mauger|Mauger, Samuel "Sam"]] - 1857(Vic)-1936(Vic) - state politician, senior federal politician (Postmaster-General 1908) ===''MAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Maughan|Maughan, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/GZQ4-BJW] - 1903(WA)-1962(Vic) - Licences: 3HH Receive Melbourne (Malvern, 1922); 3HH Melbourne (Malvern, 1923-1960) - Qualifications: cc; AOCP 14, 1924, No. ?? in Vic; AOLCP 82, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: student (Malvern East, 1925-1954) ===''MAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Douglas Mawson|Mawson, Douglas]] [https://www.familysearch.org/tree/person/details/LC3H-42N] - 1882(Eng)-1958(SA) - Licences: Nil - Qualifications: Nil yet identified - Head Australasian Antarctic Expedition (1911-1914) - Electoral Rolls: [[w:Douglas Mawson|Wikipedia]] [https://adb.anu.edu.au/biography/mawson-sir-douglas-7531 ADB] * [[/Ernest Richard Mawson|Mawson, Ernest Richard]] [https://www.familysearch.org/tree/person/details/2W9T-NJN] - 1861(NSW)-1943(NSW) - Licences: 2DH Sydney (Campsie, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Parramatta, 1903); no occupation (Dee Why, 1930-1933; Harbord, 1934-1936; Manly, 1937-1943) ===''MAXWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alston Maxwell|Maxwell, Ronald Alston]] - 1908(NSW)-1950(NSW) - Licences: 2KS Sydney (Hurstville, 1930-1933) - Qualifications: AOCP 656, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: metal worker (Randwick, 1933; Liverpool, 1934-1935; Croydon, 1936-1937); clerk (Caringbah, 1949) ===''MAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank May|May, Frank]] [https://www.familysearch.org/tree/person/details/G88S-CXP] - 1878(Eng)-19??(???) - Licences: 6FM Dwellingup (1929-1931); 6FM Gnowangerup (1933); 6FM Esperance (1937-1939) - Qualifications: cc; CPRT 139, 1915; AOCP 560, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: stationmaster (Gnowangerup, 1931; Esperance, 1936-1937; Armadale, 1943; Collie, 1949) ===''MAYGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neil Hubert Mayger|Mayger, Neil Hubert]] [https://www.familysearch.org/tree/person/details/K2F7-J2D] - 1890(Vic)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: salesman (Darlinghurst, NSW, 1930); sales (Darlinghurst, 1937); salesman (East Sydney, 1937); Sales (Darlinghurst, 1943) ===''MCATEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McAteer|McAteer, Brother Joseph]] [https://www.familysearch.org/tree/person/details/GDKT-JWB] - 1881(NZ)-1931(NSW) - Licences: Receive Sacred Heart College Glenelg (1923); 5AQ Sacred Heart College Glenelg (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCAULEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Money McAuley|McAuley, William John Money "Bill"]] [https://www.familysearch.org/tree/person/details/LRKH-Z5Y] - 1909(Vic)-1987(Vic) - Licences: 3WM Melbourne (Brunswick, 1925-1931) - Qualifications: AOCP 221, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: jackaroo (Nyngan, 1930); grazier (Womboota, 1937-1943) ===''MCBRIDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander James McBride|McBride, Alexander James]] - 1914(Qld)-1993(Qld) - 4BR Brisbane (Wilston, 1939, 1947-1969), amateur operator (AOCP 2320, 1939, No. ?? in Qld), business (radio repair) ===''MCCABE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Bernard McCabe|McCabe, William Bernard]] [https://www.familysearch.org/tree/person/details/MZ1C-FN2] - 1864(Irl)-1938(WA) - Licences: 7AQ Clarence Point (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: gardener (St Kilda, Vic, 1912; Balaclava, 1913-1914; Elsternwick, 1915-1921; Caulfield, 1924); orchardist (Clarence Point, 1922-1928); civil engineer (Nedlands, WA, 1937) ===''MCCALMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Colin McCalman|McCalman, Maxwell Colin]] [https://www.familysearch.org/tree/person/details/GZN8-V77] - 1910(Vic)-1966(Vic) - 3KX Melbourne (Canterbury, 1925-1927), amateur operator (AOCP 142, 1925, No. ?? in Vic), amateur broadcaster, musician (1934), engineer (1943-1963) ===''MCCANDLISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack McCandlish|McCandlish, Jack]] [https://www.familysearch.org/tree/person/details/GZ2B-TJC] - 1915(Eng)-1943(Ins) - Licences: 3HN Sea Lake (1935-1939) - Qualifications: AOCP 1468, 1935, No. ?? in Vic - amateur operator, WW2 (Army, M Special Unit, Sergeant, Commando, 1943) - Electoral Rolls: farm hand (Sea Lake, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1685215] ===''MCCARTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Keith McCarthy|McCarthy, John Keith "Keith / Macca"]] - 19??(???)-1998(Qld) - 3FX Melbourne (Ascot Vale, 1932-1933), 2IM Sydney (Lane Cove, 1934), 2VM Sydney (Lane Cove, 1935), 3FX Melbourne (Hampton, 1937; Ascot Vale, 1938-1939; City, 1946-1947; Templestowe, 1954-1956), 9AR On board yacht Pandemonium (1969), P29AR/MM On board yacht Pandemonium (1975), 4DU Beenleigh (1980), 4PY Surfers Paradise (1980), amateur operator (AOCP 1036, 1932, No. ?? in Vic), amateur broadcaster, state public servant (Vic Railways, telegraphist), military (RAAF, DFC, AFM, AE) ===''MCCULLAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Austral McCullagh|McCullagh, Alexander Austral]] [https://www.familysearch.org/tree/person/details/GXNN-V7Y] - 1897(Qld)-1981(NSW) - Licences: Receive (Home Hill, 1923); 2RR Sydney (Balgowlah, 1965-1969); 9NI Norfolk Island (1975) - Qualifications: cc; 3COCP 2977, 1959; AOLCP 754, 1959; AOCP 4229, 1964, Qld - amateur receiver; amateur operator; WW1 - Electoral Rolls: soldier (Sandgate, Qld, 1919); chemist (Inkerman Mill, Qld, 1922); engineer (Bondi North, NSW, 1930; Abbotsford, NSW, 1932-1933; Edgecliff, NSW, 1933; Burwood, NSW, 1934-1936); manager (Balgowlah, NSW, 1949-1963); retired (Green Point, NSW, 1977-1980) ===''MCCULLOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Robert McCulloch|McCulloch, George Robert]] - 1907(Vic)-1969(Vic) - 3XM Receive Ballarat (1923-1924), 3GM Ballarat (1925-1939, 1946-1965+), amateur operator (AOCP 198, 1925, No. ?? in Vic), amateur broadcaster, radio engineer (Ballarat, 1931-1968) ===''MCDERMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Westall McDermott|McDermott, James Westall "Jim"]] [https://www.familysearch.org/tree/person/details/G37P-PY2] - 1913(Qld)-2010(Qld) - Licences: 4JM Brisbane (1930) & Nambour (1931-1939) - Qualifications: cc; AOCP 711, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4RM Robert Ernest McDermott; son of 4WP Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, Qld, 1936-1949); radio engineer (Nambour, Qld, 1954-1980) * [[/Robert Ernest McDermott|McDermott, Robert Ernest "Bob"]] [https://www.familysearch.org/tree/person/details/GXW8-QJ5] - 1917(Qld)-2006(Qld) - Licences: 4RM Nambour (1938-1939); 4RM Brisbane (Ekibin, 1946-1980+) - Qualifications: AOCP 2223, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); military (WW2, AIF); business proprietor (radio/TV retail, Ekibin) - Relationships: brother of James Westall McDermott; son of Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, 1943; Ekibin, 1949-1968); TV engineer (Tewantin, Qld, 1972-1980) * [[/Westall Samuel McDermott|McDermott, Westall Samuel]] [https://www.familysearch.org/tree/person/details/G37P-2SQ] - 1889(Qld)-1963(Qld) - Licences: 4WP Nambour (1938-1939, 1946-1954) - Qualifications: cc; AOCP 2087, 1938, No. ?? in Qld - amateur operator; amateur broadcaster - Relationships: father of James Westall McDermott & Robert Ernest McDermott - Electoral Rolls: school teacher (Hendon, Qld, 1916-1917; Sandgate, Qld, 1921; Glen Eagle, Qld, 1925-1928; Rosemount, Qld, 1934; Nambour, Qld, 1937-1958); retired (Nambour, Qld, 1963) ===''MCDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> SEE ALSO MACDONALD * [[/Arthur Stephen McDonald|McDonald, Arthur Stephen]] [https://www.familysearch.org/tree/person/details/G36J-ZLJ] - 1891(Vic)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 700, 1922 - broadcast engineer (PMGD, RANRS, AWA); professional society administrator (IEA) - Electoral Rolls: engineer (Townsville, Qld, 1913; St Kilda, Vic, 1916-1924; Vaucluse, NSW, 1930-1934); radio engineer (Darlinghurst, 1934-1936); engineer (Edgecliff, 1943; Double Bay, 1954) - Links: [https://adb.anu.edu.au/biography/mcdonald-arthur-stephen-7333 ADB]; [https://www.asap.unimelb.edu.au/bsparcs/biogs/P001299b.htm Bright Sparks] * [[/Colin McDonald|McDonald, Colin]] [https://www.familysearch.org/tree/person/details/GX67-SCG] - 1911(Qld)-1973(Qld) - Licences: 4CD Rockhampton (1935-1969) - Qualifications: cc; AOCP 1440, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Rockhampton, Qld, 1932-1958); accountant (Rockhampton, Qld, 1968-1972) * [[/Donald McDonald|McDonald, Donald "Don"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC)? * [[/Donald Munro McDonald|McDonald, Donald Munro]] - 19??(???)-19??(???) - Licences: 3KS Melbourne (Yarraville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - Comment: Several contemporaneous DMMs * [[/John McDonald|McDonald, John]] [https://www.familysearch.org/tree/person/details/GXM1-WJR] - 1894(NSW)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 137, 1915; CPRT 190, 1916 (replacement?) - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous JMcD - Electoral Rolls: Nil yet identified; Ancestry.com 1000s of hits to be sifted * [[/Wilfred Neville McDonald|McDonald, Wilfred Neville]] [https://www.familysearch.org/tree/person/details/GX67-DB1] - 1914(NSW)-19??(???) - Licences: 2ZT Sydney (Parramatta, 1935-1936); 4ZT Brisbane (Kangaroo Point, 1937; New Farm, 1938-1939; Annerley, 1947-1948) - Qualifications: cc; AOCP 1412, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Granville, NSW, 1936); radio engineer (Kangaroo Point, Qld, 1937); radio mechanic (Ashgrove, Qld, 1943); radio technician (Annerley, Qld, 1949); electrical engineer (Tennyson, Qld, 1954-1963); manager (Burleigh Heads, Qld, 1968-1980) ===''MCDONOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard McDonough|McDonough, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GXQX-NXY] - 1875(Wales)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, terminated Nov 1920) - Electoral Rolls: Royal Navy (Newport, Vic, 1914-1915); Royal Australian Navy (Yarraville, Vic, 1917-1919); hotel proprietor (West Maitland, 1930-1935); retired (Wickham, 1937) ===''MCDOWALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine McDowall|McDowall, Valentine "Val"]] [https://www.familysearch.org/tree/person/details/M14R-SPG] - 1881(Qld)-1957(Qld) - 4CN Receive Brisbane (1922); 4CM Brisbane (City, 1922-1939) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radiographer; WW2 - 4CM operator primarily Thomas Murray Browse Elliott after about 1925 - Electoral Rolls: medical practitioner (Laidley, 1906-1914; Clayfield, 1919; Ascot, 1934-1954) - Links: [https://adb.anu.edu.au/biography/mcdowall-valentine-7349 ADB] ===''MCDOWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Daniel McDowell|McDowell, John Edward Daniel or John Edward]] [https://www.familysearch.org/tree/person/details/GX86-J52] - 1914(Qld)-1978(Qld) - Licences: 4CX Brisbane (Ascot, 1937-1939); 4CX Gladstone (1947-1965); 4CX Brisbane (Wavell Heights, 1969-1980+) - Qualifications: cc; AOCP 1873, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: rubber worker (Ascot, Qld, 1937); chemist (Gladstone, Qld, 1943-1949); industrial chemist (Gladstone, Qld, 1954-1963); chemistry instructor (Wavell Heights, Qld, 1968-1977) ===''MCELWEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Johnston McElwee|McElwee, George Johnston]] - 1879(Tas)-1981(Tas) - involved with Launceston Radio Clubs searching for the roar ===''MCGARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Ignatius McGarry|McGarry, Lloyd Ignatius]] [https://www.familysearch.org/tree/person/details/G8GT-4PR] - 1919(NSW)-1977(Qld) - Licences: 4XY Roma (1937-1939); 4XY Rockhampton (1947); 4XY Brisbane (Taringa, 1948; Coorparoo, 1954-1956); 2ALM Sydney (Lakemba, 1960-1965); 1AM Canberra (Macquarie, 1969-1975); 4ALL Brisbane (Kingston, 1980+) - Qualifications: cc; AOCP 1943, 1937, Qld; BOCP 139, 1937; 2COCP 607, 1942; 1COCP 1026, 1946 - amateur operator; amateur broadcaster; broadcast technician (4GR, 4ZR); military (RAAF, WW2, mobile wireless, post WW2 Naval Intelligence); federal public servant (PMGD); scientist (Ionospheric Prediction Service) - Electoral Rolls: radio technician (Deagon, Qld, 1949); public servant (Coorparoo, Qld, 1954-1958; Townsville, Qld, 1958) ===''MCGAURAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Duncan James Macfarlane McGauran|McGauran, Duncan James Macfarlane]] - 1849(NZ)-1889(NSW) - radio clubs (Telegraph Electrical Society, Victoria, member; Society of Telegraph Engineers, London, member), employment (Vic Posts & Telegraphs; WA Posts & Telegraphs, Superintendant Telegraphs; NSW Posts & Telegraphs), patents in Quadraplex Telegraphy, father of Duncan James McGauran (telegraphist, accountant, inventor of a telephone meter) ===''MCGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carney Mitchell McGee|McGee, Carney Mitchell]] [https://www.familysearch.org/tree/person/details/G8VW-9LF] - 1910(SA)-1981(WA) - Licences: 5LX Adelaide (Mile End, 1930-1931) - Qualifications: cc; AOCP 676, 1930, No. ?? in SA; 2COCP 52, 1936; 1COCP 210, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (North Unley, SA, 1939); assistant radio inspector (Ivanhoe, Vic, 1943); radio inspector (Kensington, WA, 1949-1977); retired (Como, 1980) ===''MCGEOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Samuel McGeoch|McGeoch, William Leslie Samuel]] [https://www.familysearch.org/tree/person/details/LVNY-SDX] - 1912(WA)-2007(WA) - Licences: 6WL Brookton (1935-1939, 1947-1956); 6WL Bunbury (1960-1980+) - Qualifications: cc; AOCP 1442, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Brookton, WA, 1936-1943); radio service (Brookton, WA, 1958); electrician (Carey Park, WA, 1968-1980) ===''MCGOWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Walker McGowan|McGowan, Samuel Walker]] - 1829(Irl)-1887(Vic) - Vic Posts and Telegraphs (Superintendent Telegraphs), successfully tendered for the first Australian electric telegraph 1854 (Melbourne to Williamstown) then appointed to the public service to operate and maintain it, radio clubs (Telegraph Electrical Society, Victoria) ===''MCGRATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Philip McGrath|McGrath, Edward Philip "Ted"]] [https://www.familysearch.org/tree/person/details/GW87-9K5] - 1906(NSW)-1999(SA) - Licences: 5MO Adelaide (Parkside, 1933-1939; West Mitcham, 1947-1965; Aldgate, 1969) - Qualifications: cc; AOCP 1175, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Parkside, SA, 1939) * [[/Francis Thomas McGrath|McGrath, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GXM1-HRN] - 1891(Tas)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 87, 1915; 1COCP 45, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: public servant (Moonah, Tas, 1919); wireless operator (Thursday Island, 1922); engineer (Eagle Junction, 1925); telegraphist (South Yarra, 1926-1927); supervisor (Caulfield, Vic, 1928-1934; Camberwell, Vic, 1936) ===''MCGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aenas McGregor|McGregor, Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WT] - 1865(Vic)-1937(Vic) - Licences: XJEA Melbourne (Armadale, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: father of 3ZE Keith Wilfred Aeneas McGregor - Electoral Rolls: traveller (Armadale, 1919; Toorak, 1928-1936) * [[/Keith Wilfred Aeneas McGregor|McGregor, Keith Wilfred Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WQ] - 1903(Vic)-19??(???) - Licences: 3ZE Melbourne (Armadale, 1923-1924; Toorak, 1925) - Qualifications: cc; AOCP 52, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Relationships: son of XJEA Aeneas McGregor - Electoral Rolls: telegraphist (Toorak, 1925-1928) ===''MCGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Patrick Holman McGuire|McGuire, Leo Patrick Holman]] [https://www.familysearch.org/tree/person/details/G8HK-B2T] - 1906(NSW)-2001(WA) - Licences: 3KM Myrtleford (1929-1937); 3KM Corryong (1938-1939); 6MG Manjimup (1947-1969); 6MG Perth (Thornlie (1975-1980+) - Qualifications: AOCP 488, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: biograph operator (Wangaratta, 1928); picture proprietor (Albury, 1931); postal employee (Myrtleford, 1936-1937); postal clerk (Mt Magnet, 1943; Manjimup, 1949); radio mechanic (Manjimup, 1954-1972); retired (Thornlie, 1977-1980) ===''MCHUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles McHugh|McHugh, William Charles]] [https://www.familysearch.org/tree/person/details/GFMN-V5Z] - 1914(WA)-1978(WA) - Licences: 6KA or 6KD Perth (Guildford, 1936-1939) - Qualifications: cc; AOCP 1766, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: piano tuner (Guildford, WA, 1936-1943); radio mechanic (Belmont, WA, 1949; North Perth, WA, 1954); mechanic (Cottesloe, WA, 1954; Mt Pleasant, WA, 1963-1972) ===''MCINTOSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John James McIntosh|McIntosh, Stanley John James "Stan"]] [https://www.familysearch.org/tree/person/details/GXDL-C5P] - 1913(Qld)-1972(Qld) - Licences: 4PK Ipswich (Woodend, 1931-1939); 4PK Brisbane (Coorparoo, 1946-1969) - Qualifications: cc; AOCP 730, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (workshop foreman); business proprietor (electrical engineering) - Electoral Rolls: electrical fitter (Woodend, Qld, 1934-1937; Coorparoo, Qld, 1943-1972) ===''MCINTYRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Daniel George McIntyre|McIntyre, Daniel George]] [https://www.familysearch.org/tree/person/details/LTNG-PHV] - 1901(???)-1963(NSW) - Licences: 2VX Receive Sydney (Pymble, 1923); 2VX Sydney (Pymble, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Strathfield, 1930-1958); radio retailer (Pymble, 1963) ===''MCKAIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Lancelot Martyn McKail|McKail, Henry Lancelot Martyn or Martin "Hal"]] - 1887(WA)-1944(WA) - Licences: 6BT Perth (City, 1923-1924); 6BU Perth (City, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgan River, WA, 1910; West Perth, WA, 1916-1917); science master (Crawley, WA, 1925-1937) ===''MCKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander John McKenzie|McKenzie, Alexander John]] - 1905(???)-19??(???) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''MCKEOWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * McKenzie, Florence Violet (married name) - see Granville, Florence Violet (birth name) * [[/Allan McIllroy McKeown|McKeown, Allan McIllroy]] [https://www.familysearch.org/tree/person/details/L69J-SFC] - 1904(Vic)-1983(Vic) - Licences: 3YZ Melbourne (Alphington, 1924-1927); 3YZ Geelong (1931); 3YZ Melbourne (Northcote, 1933-1939, 1946-1969); 3YZ Ocean Grove (1975-1980) - Qualifications: cc; AOCP 51, 1925, No. ?? in Vic; AOLCP 42, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Northcote, 1936-1954; Alphington, 1968); nil (Ocean Grove, 1972-1977) ===''MCKINLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Harold McKinley|McKinley, Norman Harold "Shorty"]] [https://www.familysearch.org/tree/person/details/GWGP-TLC] - 1913(???)-1999(Qld) - Licences: 4CX Brisbane (Teneriffe, 1932-1933) - Qualifications: cc; AOCP 969, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Milton, Qld, 1949-1972); driver (Paddington, Qld, 1980) ===''MCLAUCHLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles David McLauchlan|McLauchlan, Charles David]] [https://www.familysearch.org/tree/person/details/LYL6-PYY] - 1876(Vic)-1943(Vic) - Licences: 6BW Receive Perth (Victoria Park, 1923); 6BW Perth (Victoria Park, 1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Eucla, 1906; Perth, 1910-1916); telegraph engineer (Victoria Park, 1925); superintendent telegraphs (South Yarra, 1931; Camberwell, 1937-1943) ===''MCLEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stewart Campbell McLean|McLean, Stewart Campbell]] [https://www.familysearch.org/tree/person/details/G86G-PMR] - 1910(Vic)-1994(Vic) - Licences: 3GK Melbourne (Yarraville, 1930-1933; Brunswick, 1937-1939, 1946-1948; Caulfield, 1960) - Qualifications: AOCP 601, 1930, No. ?? in Vic; AOLCP 65, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarraville, 1931-1936); nil (Elsternwick, 1954); engineer (Caulfield, 1958-1980) ===''MCLENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth McLennan|McLennan, Kenneth]] [https://www.familysearch.org/tree/person/details/GX9H-B4N] - 1892(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 124, 1915; 2COCP 185, 1930; 1COCP 238, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous KMcLs - Electoral Rolls: Nil yet identified ===''MCLEOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander McLeod|McLeod, Alexander]] [https://www.familysearch.org/tree/person/details/GMKJ-L25] - 1972(Vic)-1948(Qld) - Licences: 4CF Receive Brisbane (Red Hill, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: confectioner (Red Hill, 1903-1905); pastrycook (Red Hill, 1908-1926; Mt Bruce, 1929-1943) * [[/Gordon Stuart McLeod|McLeod, Gordon Stuart]] [https://www.familysearch.org/tree/person/details/G8V1-38Y] - 1912(NSW)-1966(NSW) - Licences: 3ZZ Geelong (West Geelong, 1930-1931; Newtown, 1933; Crib Point, 1937; Wallington, 1938); 2ADC Sydney (Sans Souci, 1939; Hurstville, 1946-1947; Beverley Hills, 1948-1965) - Qualifications: AOCP 707, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: RAN (Crib Point, Viv, 1937); petty officer RAN (Hurstville, 1943); clerk (Beverly Hills, 1949-1963) * [[/Norman McLeod|McLeod, Norman]] [https://www.familysearch.org/tree/person/details/G86P-8F2] - 1901(Vic)-1995(Vic) - Licences: 3NM Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 602, 19??, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Caulfield, 1937-1968) ===''MCLOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. C. McLoughlin|McLoughlin, E. C.]] - 19??(???)-19??(???) - Licences: 5KJ Port Lincoln (1928-1929) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCMAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Hanney McMahon|McMahon, Leo Hanney]] [https://www.familysearch.org/tree/person/details/GXD8-XQH] - 1914(Qld)-1992(NSW) - 4LM Brisbane (Toombul, 1933-1938); 2ALM Sydney (Darlinghurst, 1939); 2AC Sydney (Kingsford, 1946-1950; Randwick, 1956-1980+) - Qualifications: cc; AOCP 1104, 1933, Qld) - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, AMC); occupation (doctor) - Electoral Rolls: student (Camperdown, NSW, 1936-1937); medical practitioner (Kingsford, NSW, 1949; Randwick, NSW, 1954-1980) ===''MCMASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John McMaster|McMaster, John]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: ===''MCMATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph McMath|McMath, John Joseph]] [https://www.familysearch.org/tree/person/details/L5KG-ZK2] - 1910(Vic)-1999(Vic) - Licences: 3JJ Melbourne (Albert Park, 1927-1939; South Melbourne, 1946-1960; Elwood, 1975-1980+) - Qualifications: AOCP 351, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Albert Park, 1931-1937); manager (St Kilda, 1949-1954); retired (Brighton, 1963-1968; Black Rock, 1972-1977) ===''MCMURTRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Adam McMurtrie|McMurtrie, Sydney Adam or Adam Sydney "Sid"]] [https://www.familysearch.org/tree/person/details/LBQM-DQW] - 1908(NSW)-1982(Qld) - Licences: 4JR Booval (1929-1933); 2AFX Lismore (1937-1939); 4KT Gympie (1948) - Qualifications: cc; AOCP 491, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Gympie, 1936); radio salesman (Lismore, 1937); telephone mechanic (Gympie, 1943-1980) ===''MCNALTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McNalty|McNalty, Joseph]] [https://www.familysearch.org/tree/person/details/GXXW-67M] - 1901(Qld)-1967(Qld) - Licences: 4DZ Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (East Toowoomba, Qld, 1925; Mackay, Qld, 1930-1943); public servant (Fairfield, Qld, 1949); clerk (Toowong, Qld, 1954); telegraphist (St Lucia, Qld, 1958) ===''MCNICOL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Edgar McNicol|McNicol, Robert William Edgar]] [https://www.familysearch.org/tree/person/details/GX8D-6NN] - 1917(Qld)-1974(Qld) - Licences: 4WM Brisbane (Teneriffe, 1936-1939) - Qualifications: cc; AOCP 1680, 1936, Qld; BOCP 57, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Teneriffe, Qld, 1943); university lecturer (Tarragindi, Qld, 1954-1972) ===''MCPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Thomas McPherson|McPherson, Colin Thomas or Thomas Collins]] [https://www.familysearch.org/tree/person/details/G8CT-HST] - 1897(Vic)-1951(Vic) - Licences: 3LU Melbourne (Footscray, 1929-1939) - Qualifications: AOCP 523, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: student (Footscray, 1919); storeman (Footscray, 1922-1942) * [[/Murdoch John McPherson|McPherson, Murdoch or Murdock John]] [https://www.familysearch.org/tree/person/details/27D9-9TB] - 1904(Qld)-1972(NSW) - Licences: 4MC Merinda (1927) - Qualifications: cc; CPRT 916, 1926; 2COCP 58, 1929; 1COCP 161, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: motor driver (Merinda, Qld, 1925); wireless operator (Paddington, Qld, 1929); clerk (Mt Coolah, NSW, 1968) ===''MEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Mead|Mead, Jack]][https://www.familysearch.org/tree/person/details/GFM3-ZSH] - 1915(WA)-2009(WA) - Licences: 6LJ Perth (East Victoria Park, 1931-1939; Wembley, 1947-1960) - Qualifications: cc; AOCP 803, 1931, No. ?? in WA; AOLCP 168, 1934; 1COCP 289, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Victoria Park, WA, 1937); mechanic (Wembley, WA, 1943-1980) * [[/Jordan Arthur Mead|Mead, Jordan Arthur]] [https://www.familysearch.org/tree/person/details/LTJF-1KH] - 1907(NSW)-1993(NSW) - Receive Sydney (Ashfield, 1923-1924), 2JA Sydney (Ashfield, 1925-1928), 2JA Byron Bay (1929-1930), 2AJA Sydney (Ashfield, 1946; Bexley, 1947-1957), 2JM Sydney (Bexley, 1958-1980), qualifications (AOCP 212, 1925, No. ?? in NSW), amateur operator, amateur broadcaster, electoral rolls: telephone mechanic (Byron Bay, 1930; Ashfield, 1931-1943), power technician (Bexley, 1949-1968), electrical field officer (Bexley, 1972-1980) ===''MEADOWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Meadows|Meadows, Robert Cecil]] [https://www.familysearch.org/tree/person/details/GXH2-ZRK] - 1907(Eng)-1966(NSW) - Licences: 4RM Mackay (1932-1939); 2ARM Sydney (Kirribilli, 1946-1948); 2IN Sydney (Rhodes, 1956-1958; Chiswick, 1960; Long Jetty, 1961; Killarney Vale, 1965) - Qualifications: cc; AOCP 879, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (Pems Radio, Rockhampton); journalist (Minchens Electrical Weekly); WW1; WW2 - Electoral Rolls: reporter (Crows Nest, NSW, 1930); radio mechanic (Bundaberg, Qld, 1931-1932); radiotrician (Mackay, 1934-1937); wireless instructor (Kirribilli, NSW, 1943); manager (Rhodes, NSW, 1954-1958); retired (Five Dock, NSW, 1958; Killarney Vale, NSW, 1963) ===''MEDHURST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Edney Medhurst|Medhurst, Edgar Edney]] [https://www.familysearch.org/tree/person/details/GHD6-WFC] - 1902(Tas)-1966(Vic) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Frederick William Medhurst|Medhurst, Frederick William "Pop" (in latter years)]] [https://www.familysearch.org/tree/person/details/M4GS-R6P] - 1868(Eng)-1969(Tas) 101yo - Licences: XZD Hobart (1913-1914); 7AH Receive Hobart (Sandy Bay, 1923); 7AH Hobart (Sandy Bay, 1924-1939, 1946-1947) - Qualifications: Nil yet identified - early wireless experimenter from 1901; amateur operator; amateur broadcaster; business (Medhurst & Sons, 1920s) - Relationships: father of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst, all in the business and interested in radio * [[/Harry Frederick Medhurst|Medhurst, Harry Frederick]] [https://www.familysearch.org/tree/person/details/GHD6-QZV] - 1893(Tas)-1963(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Phillip Aubrey Medhurst|Medhurst, Phillip Aubrey]] [https://www.familysearch.org/tree/person/details/GHD6-DFX] - 1895(Tas)-1969(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Rowland Arthur Medhurst * [[/Rowland Arthur Medhurst|Medhurst, Rowland Arthur]] [https://www.familysearch.org/tree/person/details/GHD6-ZT4] - 1892(Tas)-1969(Tas) - early wireless experimenter, lecturing on wireless 1911, never licensed, likely utilised licence of XZD-7AH (father), son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst ===''MEDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel James Clifford Medlin|Medlin, Noel James Clifford]] [https://www.familysearch.org/tree/person/details/G3MB-743] - 1917(Vic)-2004(Vic) - broadcast planning engineer (ABCB), federal public servant (ABCB), WW2 - Electoral Rolls: engineer (Gardiner, 1943; St Kilda, 1949; Camberwell, 1954-1977); retired (Inverloch, 1980) - father of AM directional antennas in Australia ===''MENON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Menon|Menon, Geoffrey John]] [https://www.familysearch.org/tree/person/details/LT4F-3CQ] - 1905(SA)-1969(NSW) - 3OG Receive Melbourne (St Kilda, 1923-1924), 3OG Melbourne (St Kilda, 1925-1927), 2OG Sydney (Haberfield, 1928; Croydon, 1929-1931), 3OG Melbourne (East Kew, 1933), 2OG Sydney (Northbridge, 1934-1935; Chatswood, 1936-1937; Longueville, 1938-1939, 1946-1948; Pymble, 1950; West Pennant Hills, 1954-1965; Arcadia, 1969), amateur operator (AOCP 209, 1925, No. ?? in Vic), amateur broadcaster, electrician (St Kilda West, 1926-1927), radio engineer (Coburg, 1931), engineer (Kew, 1934), radio engineer (Chatswood, 1937; Longueville, 1943), engineer (Baulkham Hills, 1954-1958; Arcadia, 1968) ===''MERCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie George Merchin|Merchin, Leslie George]] [https://www.familysearch.org/tree/person/details/LTLT-SSF] - 1917(Qld)-1994(Qld) - Licences: 4ML Richmond (1934-1939); 4MG Richmond (1948); 4MG Killarney (1954-1980+) - Qualifications: cc; AOCP 1399, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: garage proprietor (Richmond, Qld, 1943-1949); motor mechanic (Killarney, Qld, 1954-1968; Rockhampton North, Qld, 1972-1980) ===''MEREDITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement George Benger Meredith|Meredith, Clement George Benger]] [https://www.familysearch.org/tree/person/details/KZJD-6S6] - 1885(WA)-1959(USA) - Licences: Nil yet identified - Qualifications: cc; CPRT 15, 1914 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Windsor, Vic, 1914-1916); officer-in-charge wireless (Geraldton, WA, 1916-1917) * [[/Llewellyn Lennon Meredith|Meredith, Llewellyn Lennon]] [https://www.familysearch.org/tree/person/details/GD8W-LV7] - 1885(Eng)-1923(NSW) - Licences: Nil yet identified - Qualifications: CPRT 246, 1916 - ship wireless officer, AWA (traffic manager) - Electoral Rolls: Nil yet identified - Comment: Gone too soon - Links: [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_04_04#P.22_-_Obituary_-_Mr._L._L._Meredith|Obit]] ===''MESSENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Albert Messenger|Messenger, Percival Albert]] [https://www.familysearch.org/tree/person/details/GXRP-BS1] - 1892(SA)-1980(NSW) - Licences: 5PM Adelaide (Largs Bay, 1928) - Qualifications: cc; CPRT 70, 1915 (Marconi); CPRT 152, 1915 (Balsillie) - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: manager (Randwick, NSW, 1936; Coogee, NSW, 1943-1958; Randwick, NSW, 1963-1980) ===''MICHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Hector Ernest Henderson Michell|Michell, Hector Ernest Henderson "Ernest"]] [https://www.familysearch.org/tree/person/details/GQNQ-T5H] - 1897(Vic)-1984(Vic) - Licences: 3JP Receive Melbourne (Caulfield, 1922); 3JP Melbourne (Caulfield, 1923-1931; Elsternwick, 1933); 3JP Hamilton (1937-1939); 3AEM Hamilton (1960-1969); 3JX Hamilton (1975-1980+) - Qualifications: cc; AOCP 162, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; operator of 3LR Elsternwick Radio Club (1925); WW1; land officer (Hamilton, 1936) - Electoral Rolls: clerk (Balaclava, 1919-1921); draftsman (Caulfield, 1922); land officer (Hamilton, 1936-1980) ===''MILBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Leslie Milburn|Milburn, Henry Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/G8NV-8VJ] - 1890(Vic)-1957(Qld) - Licences: 4HM Home Hill (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Toowong, 1919); electrical engineer (Home Hill, 1922-1925; Stanthorpe, 1934-1949) - Halcyon: not mentioned? ===''MILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Thomas Miles|Miles, Gilbert Thomas]] [https://www.familysearch.org/tree/person/details/L19Y-X19] - 1904(Vic)-1981(NSW) - Licences: 7KQ Hobart (Bellerive, 1937-1939) - Qualifications: cc; AOLCP 106, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Camberwell, 1925-1926); electrical engineer (Glen Iris, Vic, 1931); engineer (Elsternwick, 1936); radio engineer (Croydon, NSW, 1943-1972); engineer (Croydon, 1977-1980) * [[/Harry Raymond Miles|Miles, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G8NJ-DQ2] - 1911(WA)-2003(WA) - Licences: 6XL Perth (Mt Lawley, 1930-1933); 6XL Wiluna (1937); 6XL Perth (Mt Lawley, 1938-1939) - Qualifications: cc; AOCP 645, 1930, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Wiluna Gold Mines, WA, 1936; Mt Beauty, Vic, 1954); poultry farmer (Balga, WA, 1958-1972); farmer (Wanneroo, WA, 1977-1980) ===''MILLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roydon Arthur Milledge|Milledge, Roydon Arthur]] [https://www.familysearch.org/tree/person/details/GMJY-3DW] - 1903(Vic)-1983(Tas) - Licences: 3WT Shepparton (1936-1937); 7WT Hobart (1938-1939); 7WT Ulverstone (1947-1948+); 7WT Hobart (1956-1960+) - Qualifications: cc; AOCP 1693, 1936, No. ?? in Vic - amateur operator; amateur broadcaster; WW2; bank clerk 1931; Civil Engineer 1950s - Electoral Rolls: assistant engineer (State Savings Bank, Auburn, 1927); engineer (Glenhuntley, 1931-1934); civil engineer (Shepparton, 1936) ===''MILLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dunlop Millen|Millen, John Dunlop]] [https://www.familysearch.org/tree/person/details/GC9X-S4W] - 1877(Irl)-1941(Tas) - Licences: Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver; senator - Electoral Rolls: mining engineer (Waratah, 1914-1919; Newstead, 1922-1937) ===''MILLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alexander Miller|Miller, Charles Alexander "Charlie"]] [https://www.familysearch.org/tree/person/details/G8NV-YRR] - 1915(NSW)-1999(Qld) - Licences: 4US Brisbane (New Farm, 1933-1936); 2ADE Casino (1935-1939, 1946-1961); 4QM Caloundra (1969-1980+) - Qualifications: AOCP 1208, 1933, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); part of the "U" gang, military (WW2, RAAF) - Electoral Rolls: radio mechanic (Casino, 1943-1963); army officer (Ipswich, 1963); retired (Shelley Beach, 1968-1972; Caloundra, 1977-1980) * [[/Charles Harcourt Miller|Miller, Charles Harcourt]] [https://www.familysearch.org/tree/person/details/G6MC-9QY] - 1921(Tas)-2001(Tas) - Licences: 7CM Hobart (Bellerive, 1936-1939; Taroona, 1969-1980+) - Qualifications: cc; AOCP 1799, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Bellerive, 1943) * [[/Francis George Miller|Miller, Francis George "Frank"]] [https://www.familysearch.org/tree/person/details/LYD2-LHT] - 1895(SA)-1954(SA) - Licences: 5BF Mt Gambier (1923-1939, 1946-1954) - Qualifications: cc; AOCP 185, 1925, No. ?? in SA; BOCP 58, 1936 - amateur operator; amateur broadcaster; broadcast engineer; founder of commercial station 5MU Murray Bridge; WW1 - Electoral Rolls: fitter (Murray Bridge, 1939-1943) [https://www.qsl.net/vk5br/FrankMiller.pdf Biography] * [[/Frank Colin Miller|Miller, Frank Colin]] [https://www.familysearch.org/tree/person/details/GX9C-86L] - 1884(Eng)-1953(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 126, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: engine operator (Radio Station, Roebourne, 1916-1917); station hand (Marron Station, 1918; Carnarvon, 1921; Mallina, 1922-1925); contractor (Roebourne, 1930-1936; Karratha Station, 1937); labourer (Roebourne, 1943); cook (Wittenoom Gorge, 1949) * [[/H. Miller|Miller, H.]] - 19??-19?? - 4EH Brisbane (Ascot, 1923-1924); 2EH Sydney (Dulwich Hill, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert Edward Miller|Miller, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GD2Q-XMX] - 1899(NSW)-19??(???) - Licences: 2HE Sydney (Belmore, 1931-1939) - Qualifications: cc; CPRT 932, 1926; 2COCP 329, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Campsie, 1930; Belmore, 1932-1943); miner (Glen Davis, 1943) * [[/Herbert Leslie Miller|Miller, Herbert Leslie]] [https://www.familysearch.org/tree/person/details/GD2Q-7LH] - 1897(Qld)-1966(Qld) - Licences: 4CA Receive Brisbane (West End, 1922); 4HL Brisbane (Hill End, 1927) - Qualifications: CPRT 330, 1917; 2COCP 329, 1940; 1COCP 483, 1940s; BOCP 370, 1941 - ship wireless officer (RMS Bingera, 1920); amateur operator; amateur broadcaster; sales (J. B. Chandler, 1924; Overells, 1925) - Electoral Rolls: wireless officer (West End, 1921); salesman (West End, 1925); manager (Coorparoo, 1928); salesman (Coorparoo, 1937-1954); clerk (Camp Hill, 1958-1963) ===''MILLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hugh Milligan|Milligan, Stanley Hugh]] [https://www.familysearch.org/tree/person/details/2CB1-L7Y] - 1901(Vic)-1976(Vic) - Licences: 3AU Receive Geelong (1922-1923); 3AU Geelong (1924); 3AU Eaglehawk (1924-1926); 3AU Chilwell (1927-1931); 3AU Geelong (1937-1939); 3AU Melbourne (Surrey Hills, 1947; Auburn, 1948) - Qualifications: cc; AOCP 125, 1925, No. ?? in Vic; AOLCP 164, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Eaglehawk, 1924-1926; Geelong West, 1924); radio mechanic (Chilwell, 1927-1931); watchman (Geelong West, 1934-1937); storekeeper (Hawthorn, 1949); engineer (Canterbury, 1954-1968); nil (Doncaster, 1972) ===''MILLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Griffiths John Mills|Mills, Griffiths John]] - 19??(???)-19??(???) - Licences: 6CK Receive Perth (Subiaco, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Subiaco, 1929-1931) * [[/Norman Gibson Mills|Mills, Norman Gibson]] [https://www.familysearch.org/tree/person/details/9415-SSS] - 1890(Vic)-1959(Qld) - Licences: 4NM Brisbane (Moorooka, 1938-1939, 1947-1956; Margate, 1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Toowong, Qld, 1919); contractor (Moorooka, Qld, 1921-1954); retired (Margate, Qld, 1958) * [[/Ralph Mervyn Mills|Mills, Ralph Mervyn]] [https://www.familysearch.org/tree/person/details/G8JD-GST] - 1909(NSW)-1989(NSW) - Licences: 2MM Sydney (Balmain, 1930-1934; Canterbury, 1935-1936) - Qualifications: AOCP 660, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Balmain, 1931-1937); engineer (Pymble, 1949-1977; West Pymble, 1980) ===''MILNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Brough Milne|Milne, Andrew Brough]] [https://www.familysearch.org/tree/person/details/9KXN-QZV] - 1890(South Africa)-1979(Qld) - Licences: 4BM Dealer Mackay (1926-1927) - Qualifications: 3COCP 3492, 1961 - dealer licence - Electoral Rolls: motor mechanic (Mackay, 1915-1943); mechanical engineer (North Mackay, 1949-1977) * [[/John Collicott Milne|Milne, John Collicott]] [https://www.familysearch.org/tree/person/details/MP34-518] - 1903(Tas)-1990(Tas) - Licences: 7AG Gretna (1923-1939, 1946-1980+) - Qualifications: cc; AOCP 604, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Gretna, 1928-1980) ===''MILNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Frederick Milner|Milner, George Frederick]] [https://www.familysearch.org/tree/person/details/GF7W-W4D] - 1908(WA)-1992(WA) - Licences: 6GF Perth (Mt Lawley, 1931-1933) - Qualifications: cc; AOCP 788, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1931; North Beach, WA, 1936-1937); RAAF (Nedlands, WA, 1943-1980) * [[/James Milner|Milner, James]] [https://www.familysearch.org/tree/person/details/GZXH-1DM] - 1901(Eng)-1947(Qld) - Licences: 4AK Brisbane (Kelvin Grove, 1923-1927; Ashgrove, 1931-1936); 4AU Brisbane (1937-1939) - Qualifications: cc; AOCP 93, 1925, No. 11 in Qld - amateur operator; amateur broadcaster (prominent from Valley Theatre) - Withdrawal: 4AK amateur callsign withdrawn by the PMGD for allocation to the new 4AK Oakey commercial service - Electoral Rolls: fitter (Kelvin Grove, 1925-1926); electrical fitter (Ashgrove, 1928-1943) ===''MINCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur W. Minchin|Minchin, Arthur W.]] - 19??-19?? - 4AM Rockhampton - amateur operator (AOCP ???, 19??, No. ?? in Qld), amateur broadcaster, broadcast engineer (4RO Cmcl), wireless retail business proprietor - seems in error, see William Allan Minchin * [[/William Allan Minchin|Minchin, William Allan]] [https://www.familysearch.org/tree/person/details/LV7Q-86C] - 1893(Vic)-1976(NSW) - Licences: 4AM Rockhampton (1938-1939) - Qualifications: cc; CPRT 220, 1916; 2COCP 365, 1931; 1COCP 244, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: wireless engineer operator (Wyndham, 1917); farmer (Toodyay, 1925); radio engineer (Rockhampton, 1936-1943; Lismore, 1949-1954; Hunters Hill, 1958-1968); engineer (Hunters Hill, 1972) ===''MINEHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Minehan|Minehan, W. A.]] - 19??(???)-19??(???) - Licences: 4AM Rockhampton (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MINGAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Francis Mingay|Mingay, Oswald Francis "Ossie"]] [https://www.familysearch.org/tree/person/details/K45G-NZG] - 1895(NSW)-1973(NSW) - Licences: 2XX Sydney (Turramurra, 1923-1926; Sydney, 1931-1933) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast engineer; journalist; publisher; WW1; WW2 - Electoral Rolls: engineer (Collaroy, 1930); managing editor (Pymble, 1930-1932); radio engineer (Lindfield, 1933-1934); publisher (Lindfield, 1937-1963; St Ives, 1963-1968) - Comment: licensed operator of 2WV Burgin Electric Co. (1923) [https://adb.anu.edu.au/biography/mingay-oswald-francis-ossie-11135 ADB]; [https://www.qsl.net/vk2dym/radio/Mingay.htm MacKinnon] ===''MITCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Theodore Mitchell|Mitchell, Alexander Theodore]] [https://www.familysearch.org/tree/person/details/GXNY-CC2] - 1872(???)-1966(Qld) - Licences: Receive Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer (Red Hill, Qld, 1921; Torwood, Qld, 1922); electrical engineer (Toowoomba, Qld, 1925; Wilston, Qld, 1928-1929; Sandgate, Qld, 1936-1963) * [[/Harold Benson Mitchell|Mitchell, Harold Benson]] [https://www.familysearch.org/tree/person/details/LDVS-QN7] - 1901(Vic)-1962(Vic) - Licences: 3CZ Receive Melbourne (Elwood, 1922-1923); 3CZ Melbourne (Elwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Elwood, 1924-1927); manager (Caulfield, 1937); manufacturer (Caulfield, 1942); manager (Caulfield, 1949); merchant (St Kilda, 1949); manager (St Kilda, 1954) * Mitchell, Hector Ernest Henderson "Ernest" - see Michell, Hector Ernest Henderson "Ernest" (frequent misspelling) * [[/Stanley John Mitchell|Mitchell, Stanley John]] [https://www.familysearch.org/tree/person/details/LDVS-Q83] - 1887(Vic)-1974(Monaco) - Licences: 3SJ Melbourne (Brighton, 1924-1927) - Qualifications: cc; AOCP 53, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Toorak, 1912-1916; Brighton, 1919-1928); investor (Brighton, 1936-1937) financier (Vaucluse, NSW, 1943) ===''MOFFATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert David Gray Moffatt|Moffatt or Moffat or Gray, Robert David Gray "Bob"]] [https://www.familysearch.org/tree/person/details/GX8V-PM3] - 1911(Qld)-1983(Qld) - Licences: 4RD Mackay (1935-1939); 4RD Gracemere (1947-1948); 4RD Mackay (1954-1980+) - Qualifications: cc; AOCP 1549, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Herberton, Qld, 1936; Mackay, Qld, 1937); mechanic in broadcasting (Gracemere, Qld, 1949); technician (Mackay, Qld, 1954-1980) ===''MONEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Dudley Money|Money, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/G3JD-M9H] - 1907(Vic)-1986(Vic) - 3MY Melbourne (Canterbury, 1925-1939; Upwey, 1946-1948; Cheltenham, 1954-1969; East Bentleigh, 1975-1980+), amateur operator (AOCP 205, 1925, No. ?? in Vic), amateur broadcaster, draughtsman (Camberwell, 1931-1934), engineer (Upwey, 1942-1949; Moorabbin, 1954-1967; East Bentleigh, 1972-1980) ===''MONKHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Isaac Monkhouse|Monkhouse, Walter Isaac]] [https://www.familysearch.org/tree/person/details/K8ZT-YPN] - 1887(NZL)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio clubs (QWI & WIA Qld, president & lecturer); senior state public servant (Qld Public Works Dept, State Electrical Engineer); witness to Royal Commission 1927 (as president WIA Qld) - Electoral Rolls: telephone instructor (South Brisbane, 1919); engineer (Teneriffe, 1925; New Farm, 1928; Taringa, 1936-1954); electrical engineer (Bardon, 1958-1963) ===''MONKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Brendan Monks|Monks, Alfred Brendan]] [https://www.familysearch.org/tree/person/details/GDR2-444] - 1894(Tas)-1973(Vic) - Licences: 3AAB Melbourne (Diamond Creek, 1948; Northcote, 1954-1960; Preston, 1965-1969) - Qualifications: cc; CPRT 571, 1920; 2COCP 272, 1930; 1COCP 282, 1932 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1915) - Relationships: twin brother of 7BR Cyril Wilson Monks - Electoral Rolls: Western Electric engineer (East Sydney, 1930); licensee Railway Commercial Hotel (Albury, 1931-1932); radio telegraphist (Centennial Park, 1943); radio officer (Reservoir, Vic, 1963; Preston, 1967-1972) * [[/Cyril Wilson Monks|Monks, Cyril Wilson]] [https://www.familysearch.org/tree/person/details/GDR2-96N] - 1894(Tas)-1976(Vic) - Licences: 7BR Receive Hobart (Battery Point, 1923); Receive Hobart (Battery Point, 1923-1924) - Qualifications: cc; 1COCP 225, 1931 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1919); WW2 - Relationships: twin brother of 3AAB Alfred Brendan Monks - Electoral Rolls: federal civil servant (Battery Point, 1928); public servant (Bellerive, 1936-1937); radio inspector (Scarborough, WA, 1943; Nedlands, 1949); retired (Frankston, 1972) ===''MONTEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Monteath|Monteath, Frederick]] - 1895(Vic)-1943(NSW) - Licences: 3VM Receive Melbourne (Elsternwick, 1923-1924); 3KP Melbourne (Elsternwick, 1930-1933) - Qualifications: AOCP 694, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: photographer (Prahran, 1919; Elsternwick, 1921); mercer (Elsternwick, 1924-1931); photographer (Glenmore, NSW, 1934-1935; Ashfield, 1937); storekeeper (Rockdale, 1943) ===''MOODY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Percy Moody|Moody, Francis Percy]] [https://www.familysearch.org/tree/person/details/L1D9-KLG] - 1903(Qld)-19??(???) - Licences: 4FM Cairns (1932-1969) - Qualifications: cc; AOCP 967, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Rockhampton North, 1925-1926); accountant (Cairns, 1926-1949); radio dealer (Cairns, 1954-1980) ===''MOORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Moore|Moore, Albert Ernest "Ernie"]] [https://www.familysearch.org/tree/person/details/KW6D-TMT] - 1916(Qld)-1982(Qld) - Licences: 4?? Brisbane - Qualifications: cc; NAOCP Q728, 1980, No. ?? in Qld - amateur operator; prominent MW and SW broadcast DXer; clubs (All-Wave All-World DX Club, Shortwave League of Western Australia, Australian Radio DX Club, New Zealand Radio DX League, Southern Cross DX Club, DX Australia) - QSLs: portion (200+) of later QSL collection survives (ARDXC/NFSA) * [[/Eric John Theodore Moore|Moore, Eric John Theodore]] [https://www.familysearch.org/tree/person/details/GD91-7LN] - 1894(NSW)-1940(NSW) - Licences: XEM Sydney (Petersham, 1913-1914); Receive (Crystal) Sydney (Neutral Bay, 1923); 2EM Sydney (Neutral Bay, 1924-1928) - Qualifications: cc; CPRT 161, 1915; 2COCP 237, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Awards: UK merchant seaman medal - Electoral Rolls: engineer (Bronte, 1934-1937) * [[/Francis Leonard Moore|Moore, Francis Leonard "Frank"]] - 19??(???)-1924(NSW) - 2?? Sydney, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, employment (Archibald John Shaw, Maritime Wireless Co, United Distributors) - Comment: electrocuted while conducting wireless experiments * [[/Louis James Murphy Moore|Moore, Louis James Murphy "Leo"]] [https://www.familysearch.org/tree/person/details/L45W-GS4] - 1888(Vic)-1968(Vic) - Licences: 3LO Receive Seymour (1923); 3LO Seymour (1924-1925); 3MS Seymour (1924-1927) - Qualifications: cc; CPRT 85, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918); amateur operator; amateur broadcaster - Electoral Rolls: telegraph operator (Clifton Hill, 1909); telegraphist (Collingwood, 1912-1914); wireless operator (Collingwood, 1917-1919); telegraphist (Elsternwick, 1922); clerk (Seymour, 1924-1931; Bentleigh, 1936-1949); guesthouse proprietor (Healesville, 1954); clerk (Oakleigh, 1963-1968) - Withdrawal: Likely 3LO callsign withdrawn for allocation to 3LO Melbourne Class A ===''MOORHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Martin Moorhouse|Moorhouse or Moorehouse, Herbert Martin]] [https://www.familysearch.org/tree/person/details/KJPG-1HL] - 1899(Tas)-1990(WA) - Licences: 7HM Hobart (North Hobart, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Hobart South, 1922); carpenter (New Town, 1928); carrier (Hobart North, 1936); motordriver (Queensborough, 1949) ===''MORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Donald Moran|Moran, Cyril Donald]] - 19??-19?? - broadcast technician at 4QG under Qld Government, state public servant (4QG) ===''MORGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Mowbray Morgan|Morgan, Donald Mowbray]] [https://www.familysearch.org/tree/person/details/GDP7-218] - 1907(NSW)-1988(Tas) - Licences: T749 Receive Glebe (1922); Receive Glebe (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Huonville, 1928-1972) * [[/Ivor Morgan|Morgan, Ivor]] [https://www.familysearch.org/tree/person/details/LRSY-S8G] - 1909(Vic)-1977(Vic) - Licences: 3DH Melbourne (East Malvern, 1930-1933; Shepparton, 1937; East Malvern 1938-1939; Hawthorn, 1946-1975) - Qualifications: cc; AOCP 605, 1930, No. ?? in Vic; BOCP 20, 1936; TVOCP, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1931-1934); engineer (Brighton, 1936); broadcast engineer (3SR Shepparton, 1937); technician (Hawthorn, 1943-1977) - Relationships: Father of 3ZFM V. I. Morgan * [[/Reginald George Morgan|Morgan, Reginald George]] [https://www.familysearch.org/tree/person/details/LRFR-D7H] - 1914(Eng)-1993(NSW) - Licences: 6RM Perth (City, 1931); 2AJS Sydney (Randwick, 1938-1939); 2ABM Sydney (Coogee, 1946-1950; Bankstown, 1954-1958; Greenacre, 1960-1980+) - Qualifications: cc; AOCP 755, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Coogee, NSW, 1936-1937); no occupation (Coogee, NSW, 1949); electrical mechanic (Bankstown East, NSW, 1954); mechanic (Greenacre, NSW, 1963-1980) * [[/William Albert Morgan|Morgan, William Albert]] [https://www.familysearch.org/tree/person/details/9HVG-8PW] - 1899(Tas)-1965(Tas) - Licences: 7AI Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart West, 1922); electrical fitter (New Town, 1928-1937); fitter (New Town, 1943-1954); manager (Montrose, 1963) ===''MORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. H. Morley|Morley, W. H.]] - 19??(???)-19??(???) - Licences: 2WU Sydney (Watersleigh, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''MORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John William Morris|Morris, Albert John William]] [https://www.familysearch.org/tree/person/details/9V2B-Y2J] - 1873(Tas)-1940(Tas) - Licences: 7BS Receive Hobart (West Hobart, 1923); Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Hobart North, 1914-1943) * [[/Cecil Ralph Newman Morris|Morris, Cecil Ralph Newman]] [https://www.familysearch.org/tree/person/details/G3MW-YGT] - 1906(Qld)-1971(Qld) - Licences: Receive Brisbane (Rosalie, 1923); 4CN Brisbane (Rosalie, 1928); 4LW Brisbane (Rosalie, 1929-1933; Ashgrove, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 398, 1928, No. 45 in Qld - amateur operator; amateur broadcaster; technician (PMGD); WW2 - Electoral Rolls: mechanic (Rosalie, 1928); postal mechanic (Ashgrove, 1936-1954); supervising technician (Rosalie, 1958-1968) * [[/Glynn Ian Elliott Morris|Morris, Glynn Ian Elliott]] [https://www.familysearch.org/tree/person/details/G8XG-9TS] - 1908(???)-19??(???) - Licences: 3BZ Melbourne (Mordialloc, 1930-1939; Parkdale, 1946-1980+) - Qualifications: AOCP 621, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Mordialloc, 1931-1937); mechanic (Mentone, 1943); official (Mentone, 1949-1968); secretary (Mentone, 1972-1980) * [[/Jack Dudley Morris|Morris, Jack Dudley]] [https://www.familysearch.org/tree/person/details/GZ2R-NMZ] - 1914(Vic)-1944(At Sea) - Licences: 3LX Melbourne (Oakleigh, 1933, pirate); 3DQ Melbourne (Oakleigh, 1934-1937) - qualifications: AOCP 1244, 1934, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (mention in despatches) - electoral rolls: operator (Oakleigh, 1936-1942) - Sacrifice: "Greater love hath no man than this" * [[/Richard Charles William Morris|Morris, Richard Charles William (BDM) or Charles Richard William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXW7-56S] - 1922(Qld)-1984(Qld) - Licences: 4MT Rockhampton (1954-1980) - Qualifications: cc; AOCP 3210, 1951, Qld; BOCP 1460, 1956 - amateur operator; WW2 - Electoral Rolls: electrician (Rockhampton, 1949); electrical fitter (Rockhampton, 1954-1963); radio technician/electrician (Rockhampton, 1968-1972); radio technician (Rockhampton, 1977-1980) * [[/Ronald David Morris|Morris, Ronald David]] [https://www.familysearch.org/tree/person/details/LX5W-S7Z] - 1904(Vic)-1997(Vic) - Licences: 3AP Receive Melbourne (Caulfield, 1922); 3AP Melbourne (Caulfield, 1922-1927); 3APM Melbourne (East Brighton, 1947-1980+) - Qualifications: cc; AOCP 151, 1925, No. ?? in Vic; CPRT 919, 1926; BOCP 600, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Caulfield, 1925-1931); radio (Brighton, 1936-1937); mechanic (Brighton, 1943; Elsternwick, 1949-1967; Brighton East, 1972-1977) * [[/Sydney Paul Francis Morris|Morris, Sydney Paul Francis "Syd"]] [https://www.familysearch.org/tree/person/details/GX95-MRP] - 1888(Vic)-1960(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: clerk (Prahran, Vic, 1909; Dandenong, 1912-1913); clerk & telegraphist (Eltham, Vic, 1924); manager (East Bairnsdale, Vic, 1925-1928); clerk (Sandringham, Vic, 1931); inspector (Caulfield, Vic, 1942-1949) * [[/William Belfort Morris|Morris, William Belfort]] [https://www.familysearch.org/tree/person/details/G8X1-VYQ] - 1910(WA)-1991(WA) - Licences: 6WM Perth (Hollywood, 1930-1937; Mt Lawley, 1938-1939); 6WM Kalgoorlie (1946-1954); 6WM Perth (Applecross, 1955-1975) - Qualifications: cc; AOCP 625, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Hollywood, 1931-1937); newsagent (Kalgoorlie, 1949-1954); representative (Applecross, 1958-1980) ===''MORRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Cyril Tucker Morrison|Morrison, Gordon Cyril Tucker]] [https://www.familysearch.org/tree/person/details/GFMN-J6Z] - 1916(WA)-1993(NSW) - Licences: 6KN Geraldton (1935-1937); 6KN Perth (City, 1938-1939); 2AKN Sydney (Hernes Bay, 1947; Parramatta, 1948-1950; Balgowlah, 1954-1958) - Qualifications: cc; AOCP 1485, 1935, WA; BOCP 89, 1937; 3COCP 1536, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Geraldton, WA, 1937); radio employee (North Perth, WA, 1943); aircraft surveyor (Parramatta North, NSW, 1949; Balgowlah, NSW, 1954-1963); surveyor (Wahroonga, NSW, 1968-1980) * [[/Lionel Morrison|Morrison, Lionel]] [https://www.familysearch.org/tree/person/details/KDMZ-K6G] - 1906(WA)-1996(WA) - Licences: 6LM Perth (Bayswater, 1939, 1947-1980) - Qualifications: cc; AOCP 1485, 1939, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Sandstone, WA, 1931); pipefitter (Wiluna, WA, 1936-1937); fitter (Wiluna, WA, 1943; Bayswater, WA, 1949-1980) ===''MORRISSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Joseph Martindale Morrissey|Morrissey, Brian Joseph Martindale]] - 19??(???)-19??(???) - Licences: 5AP Adelaide (Prospect, 1935-1937) - Qualifications: cc; AOCP 1544, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''MORROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Caldwell Morrow|Morrow, Arthur Caldwell]] [https://www.familysearch.org/tree/person/details/GHQF-T2F] - 1912(Qld)-1967(Qld) - Licences: 4BM Brisbane (Paddington, 1937-1939) - Qualifications: cc; 2COCP 335, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Red Hill, Qld, 1934-1937); wireless operator (Paddington, Qld, 1943); farmer (Paddington, Qld, 1949-1963) ===''MORSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel Percy Morse|Morse, Noel Percy "Bill"]] [https://www.familysearch.org/tree/person/details/GWRN-3QR] - 1914(Qld)-1942(At Sea) - Licences: 2JE Sydney (Cremorne, 1934-1935); 4LI Brisbane (Clayfield, 1937); 2AHS Sydney (Mosman, 1938-1939) - Qualifications: cc; AOCP 1402, 1934, Qld - amateur operator; amateur broadcaster; WW2 (RNZAF, Pilot Officer) - Electoral Rolls: radio engineer (Buranda, Qld, 1937; Clayfield, Qld, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.rafcommands.com/database/wardead/details.php?qnum=95585 RAF Commands]; [https://www.aucklandmuseum.com/war-memorial/online-cenotaph/record/C29996 Auckland Museum]; [http://aircrewremembered.com/morse-noel.html AirCrewRemembered] ===''MORTIMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mark Mortimer|Mortimer, Mark]] [https://www.familysearch.org/tree/person/details/GS7M-ZZ4] - 1887(Irl)-19??(???) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 107, 1915; 2COCP 48, 1929; 1COCP 89, 1930; BOCP 48, 1934? - RANRS (Warrant Telegraphist, 1917) - Comment: numerous contemporaneous MMs - Electoral Rolls: Nil yet identified ===''MORTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Evors Morton|Morton, Charles Evors]] [https://www.familysearch.org/tree/person/details/GZJ5-F3R] - 1888(Qld)-1963(NSW) - 2MH Sydney (Homebush, 1925-1934), amateur operator (AOCP 170, 1925, No. ?? in NSW), amateur broadcaster, public servant (Rockhampton, 1912), WW1 ===''MOSES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Joseph Moses|Moses, Charles Alfred Joseph]] - 1900(Eng)-1988(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - ABC (general manager) - Electoral Rolls: - Links: [[w:Charles Moses|Wikipedia]]; [https://adb.anu.edu.au/biography/moses-sir-charles-joseph-15044 ADB] ===''MOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Moss|Moss, George Arthur]] [https://www.familysearch.org/tree/person/details/GZG7-86Y] - 1903(WA)-2000(WA) - Licences: 6GM Perth (Cottesloe Beach, 1926-1931; Mt Lawley, 1933-1939, 1946-1956; Mt Pleasant, 1960-1965; Boya, 1969-1995+) - Qualifications: cc; AOCP 233, 1926, No. ?? in WA; AOLCP 177, 1934; 1COCP 574, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: piano mechanic (Cottesloe Beach, 1925); wireless mechanic (North Perth, 1931-1958); lecturer (Mt Pleasant, 1963; Boya, 1968-1980) - [https://qsl.net/vk6zse/historic/p-vk6gm.html QSL.net] ===''MOULE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Ernest Moule|Moule, Clifford Ernest "Cliff"]] [https://www.familysearch.org/tree/person/details/G8XQ-DFH] - 1912(SA)-1998(SA) - Licences: 5CX Adelaide (Parkside, 1930-1939; Plympton, 1946-1948; McLaren Vale, 1954; Lower Mitcham, 1955-1956; Westbourne Park, 1960-1980+) - Qualifications: cc; AOCP 611, 1930, No. ?? in SA; BOCP 1462, 1956 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Clarence Gardens, 1939-1941; Glandore West, 1943) ===''MOWLEM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Mowlem|Mowlem, Leonard]] [https://www.familysearch.org/tree/person/details/GX9F-DHH] - 1878(???)-1950(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: naval employee (Toorak, 1919); radio telegraphist (Thursday Island, 1921); telegraphist (Toorak, 1925); engineer (Toorak, 1928); wireless (Malvern, 1931-1949) ===''MOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Murray Moyle|Moyle, John Murray "Johnny"]] - 1908(Vic)-1960(ACT) - 2JU Sydney, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly, 1932+; Radio TV & Hobbies, 1939-), education (Scotch College, 1923-1926), military (WW2, RAAF 1941-, Squadron Leader), broadcast (3DB, 1920s) (callsign 2JU previously Ross Amos Hull) - Links: [http://messui.polygonal-moogle.com/valves/NW198909.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198910.pdf EA2] ===''MUIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sibbald Allison Muir|Muir, John Sibbald Allison]] [https://www.familysearch.org/tree/person/details/LRB3-1J6] - 1904(SA)-1996(Vic) - 3QW Receive Melbourne (Brighton, 1923); 3QW Melbourne (Brighton, 1923-1926) - Qualifications: cc; AOCP 91, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; likely operator of 3NS dealer licence for Norris & Skelly, Elizabeth St, Melbourne 1924 - Electoral Rolls: dealer (Brighton, 1925-1927); radio dealer (Malvern, 1928); wireless (Brighton, 1931); engineer (Brighton, 1935; Ringwood, 1936-1954); nil (Somers, 1963; Langwarrin, 1968-1977; Garfield, 1980) * [[/Robert White Muir|Muir, Robert White]] [https://www.familysearch.org/tree/person/details/K644-M2J] - 1904(WA)-1966(WA) - Licences: 6RW Wagin (1933-1939); 6RW Perth (Subiaco, 1947-1965) - Qualifications: cc; AOCP 1184, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (Albany, WA, 1925-1926); jeweller & radio dealer (Wagin, WA, 1931); jeweller (Wagin, WA, 1936-1943); watchmaker (Subiaco, WA, 1949-1963) ===''MULLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Fred Mullett|Mullett, Leslie Fred]] [https://www.familysearch.org/tree/person/details/GXRX-BQD] - 1903(SA)-1980(SA) - Licences: 5ZQ Adelaide (Highgate, 1932-1933) - Qualifications: cc; AOCP 1065, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Highgate, SA, 1939-1941); engineer (Barton, ACT, 1949) ===''MULLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Mulligan|Mulligan, Frederick Charles]] [https://www.familysearch.org/tree/person/details/L2QS-X7W] - 1886(NZ)-1982(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 135, 1915; 2COCP 211, 1930; 1COCP 329, 1933 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: engineer operator (Clayfield, 1914-1917); wireless operator (Emita, Flinders Island, 1919-1928); OIC Radio Station (Darwin, 1934); radiologist (Ascot, 1936); OIC radio (Townsville, Qld, 1943); retired (Warrimoo, NSW, 1954-1958; Umina, NSW, 1958) ===''MUNRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Bruce Willson Munro|Munro, Bruce Willson]] [https://www.familysearch.org/tree/person/details/G7GX-CDJ] - 1908(Qld)-1994(Qld) - Licences: 4AL Brisbane (Hawthorne, 1927-1931; Bulimba, 1933-1939) - Qualifications: cc; AOCP 339, 1927, No. 35 in Qld; 2COCP 68, 1936 - amateur operator; amateur broadcaster; aeronautical experimenter; pilot; Qld Aero Club (Brisbane, honorary flying instructor, 1930s); Dept Civil Aviation (Brisbane, Assistant Plan Printer, 1956-1968) - Electoral Rolls: commercial pilot (Moorooka, 1943); flight checking officer (Townsville, 1943); pilot (West End, 1949-1963); commonwealth public servant (Wynnum, 1968-1972); retired (Wynnum, 1977-1980) ===''MURDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilmot Henry Murden|Murden, Wilmot Henry]] [https://www.familysearch.org/tree/person/details/G691-7WC] - 1915(Vic)-19??(???) - Licences: 7TY Launceston (1934-1937); 3TY Melbourne (West Preston, 1938-1939; Thornbury, 1947); 3TY Rapanyup (1948); 3TY Sale (1954-1955); 3TY Swan Hill (1956-1960) - Qualifications: cc; AOCP 1243, 1934, No. ?? in Tas; BOCP 1176, 1950; 1COCP 1610, 1951 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Sale, 1954); radio engineer (3SH, Sale, 1963) ===''MURDOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Fraser Murdoch|Murdoch, James Fraser "Fraser"]] - 19??(???)-19??(???) - 4FQ Toowoomba (1946-1948), amateur operator (AOCP 2383, 1939, No. ?? in Qld), amateur broadcaster, employment (Empire Theater under Cliff Gold 4CG) ===''MURPHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold James Murphy|Murphy, Harold James]] [https://www.familysearch.org/tree/person/details/LD6Q-ZGP] - 1899(NSW)-1958(Qld) - Licences: 4HM Ilfracombe (1935-1937); 4HM Pomona (1938-1939); 4HM Brisbane (Wooloowin, 1947-1956) - Qualifications: cc; AOCP 1532, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: telegraphist (Auchenflower, Qld, 1925; Milton, Qld, 1928); postal official (Stanthorpe, Qld, 1930); postmaster (Ilfracombe, Qld, 1936-1937); insurance agent (Wooloowin, Qld, 1943); postal official (Wooloowin, Qld, 1949); public servant (Stafford, Qld, 1958) ===''MURRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Alexander Murray|Murray, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/G89D-SZ7] - 1908(???)-1985(NSW) - Licences: 2FM Sydney (Rose Bay, 1927; Mosman, 1928-1935; Cremorne, 1936-1939; Mosman, 1946-1947; Lindfield, 1948-1949; Carramar, 1950-1975); 2FM Blayney (1980+) - Qualifications: AOCP 336, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Mosman, 1930); engineer (Mosman, 1933); fitter (Mosman, 1934); draftsman (Mosman, 1935); engineer (Neutral Bay, 1943); draftsman (Mosman, 1949); draughtsman (Carramar, 1958-1977); retired (Blayney, 1980) * [[/John William Murray|Murray, John William]] [https://www.familysearch.org/tree/person/details/G879-32L] - 1905(Vic)-1997(Vic) - Licences: 3JY Melbourne (Elsternwick, 1928-1930; Fitzroy, 1931-1939); 3AJY Melbourne (Kew, 1960-1980+) - Qualifications: AOCP 396, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Elsternwick, 1928); projectionist (St Kilda, 1934; Melbourne East, 1936); technician (St Kilda West, 1943-1949); projectionist (Kew, 1954-1980) - several contemporaneous John William Murray's in Melbourne, identification not certain * [[/Kynaston Noel Lathrop Murray|Murray, Kynaston Noel Lathrop]] - 1838(Eng)-1916(Tas) - clubs and societies (Telegraph Electrical Society Vic, member, 1880s; Vic Posts & Telegraphs, 1860s-1870s; Vic Railways Dept, 1880s-1890s) * [[/Malcolm Imlay Murray|Murray, Malcolm Imlay]] [https://www.familysearch.org/tree/person/details/G8VW-684] - 1908(WA)-1980(WA) - Licences: 6MY Perth (City, 1930; South Perth, 1933-1939; Floreat Park, 1946-1980+) - Qualifications: cc; AOCP 677, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (East Perth, 1931); radiotrician (South Perth, 1936; Floreat Park, 1943-1980) ===''MUSGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Mandeville D'Oyly Musgrove|Musgrave, Mandeville D'Oyly]] - 19??-19?? - broadcast station proprietor (6ML & others) ===''MUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus Keith Mutton|Mutton, Angus Keith]] [https://www.familysearch.org/tree/person/details/GD5F-BQM] - 1910(SA)-1991(SA) - Licences: 5ZY Adelaide (Toorak Gardens, 1933; Tusmore, 1937-1938) - Qualifications: cc; AOCP 1089, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Tusmore Gardens, SA, 1939-1943) * [[/Arthur Henry Mutton|Mutton, Arthur Henry]] [https://www.familysearch.org/tree/person/details/KC1Y-PP5] - 1908(NSW)-1986(NSW) - Licences: 2QT Receive Sydney (Stanmore, 1923-1925); 2QT Sydney (Stanmore, 1926-1939) - Qualifications: AOCP 237, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Annandale, 1930-1937); communication engineer (Maroubra, 1943-1968); public servant (Bayview, 1972-1980) =='''N'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''NAIRN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Linley Beeton Nairn|Nairn, Arthur Linley Beeton]] [https://www.familysearch.org/tree/person/details/L58V-M8X] - 1895(SA)-1978(NZ) - Licences: 2BI Receive Sydney (Mosman, 1922-1923) - Qualifications: CPRTelephony 373, 1918 - amateur receiver - Electoral Rolls: company manager (Hamilton, NZ, 1938); director (Days Bay, Wellington, NZ, 1946-1954) ===''NANCARROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Stanley Nancarrow|Nancarrow, Ralph Stanley]] [https://www.familysearch.org/tree/person/details/GST3-XQ3] - 1904(SA)-1991(SA) - Licences: 5PK Georgetown (1930-1933); 2PY Sydney (Mosman, 1935; Randwick, 1936-1939); 2ACN Sydney (Lane Cove, 1954-1961; North Ryde, 1965-1975) - Qualifications: cc; AOCP 719, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Randwick, NSW, 1936-1937); electrical fitter (Lane Cove, NSW, 1943-1963); fitter (North Ryde, NSW, 1972-1980) ===''NANGLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Nangle|Nangle, James]] [https://www.familysearch.org/tree/person/details/GD3V-F31] - 1869(NSW)-1941(NSW) - Licences: 2MU Receive Sydney (Marrickville, 1922); 2MU Sydney (Marrickville, 1923-1927; Observatory, 1928-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; 1920s Superintendent Technical Education NSW; hon. Government Astronomer NSW; Sydney University (Senate); Royal Society of NSW (president); Fellow Royal Astronomical Society; Fellow Federal Institute of Architects; author (astronomy, architecture) - Electoral Rolls: architect (Petersham, 1903); Government Astronomer (Observatory, 1930-1937) - Links: [https://adb.anu.edu.au/biography/nangle-james-7722 ADB] ===''NASH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Charles Nash|Nash, William Robert Charles]] [https://www.familysearch.org/tree/person/details/GDWX-LWF] - 1918(NSW)-2007(NSW) - Licences: 2WW Sydney (Crows Nest, 1934-1937); 4WN Cairns (1938-1939) - Qualifications: cc; AOCP 1329, 1934, Qld; 1COCP 138, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: company manager (Castlecrag, NSW, 1963-1980) ===''NEALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Drayton Neale|Neale, Eric Drayton Snr]] [https://www.familysearch.org/tree/person/details/G88H-NWT] - 1907(Qld)-1968(Qld) - Licences: 4EN Longreach (1934-1939); 4EN Brisbane (Wooloowin, 1946-1960) - Qualifications: cc; AOCP 1298, 1934, Qld - amateur operator, amateur broadcaster, federal public servant (PMGD, telegraphist), radio club (WIAQ, QSL officer) - Relationships: father of 4?? Eric Drayton Neale Jnr - Electoral Rolls: telegraphist (Wooloowin, 1928; Longreach, 1936; Grange, 1937; Wooloowin, 1943-1963) ===''NEAVERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Laurence Neaverson|Neaverson, Leslie Laurence or Lawrence Leslie]] [https://www.familysearch.org/tree/person/details/LYTM-HCD] - 1899(Eng)-1993(NSW) - Licences: G5NX (Lakeside, Cumbria, 1922+); 4NV Brisbane (Holland Park, 1947-1956+) - Qualifications: cc; Nil yet identified - amateur operator; associate member IRE (Britain); principal Anglo Austral Hearing Aid Dispensary - Electoral Rolls: surgical technician (Holland Park, Qld, 1949-1958) ===''NELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alfred Montague Nell|Nell, George Alfred Montague]] [https://www.familysearch.org/tree/person/details/G87B-PP6] - 1900(Ceylon)-1989(NSW) - Licences: 2JQ Quirindi (1928-1929); 2JQ Canberra (1930); 2JQ Moruya (1931-1936); 2JQ Binda (1937-1939); 2JQ Crookwell (1946-1950); 2JQ Junee (1954-1965); 2JQ Goulburn (1969-1980) - Qualifications: AOCP 413, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clergyman (Moruya, 1930-1934; Crookwell, 1936-1949; Junee, 1954-1968; Goulburn, 1972-1980) ===''NELSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Yeates Nelson|Nelson, John Yeates]] [https://www.familysearch.org/tree/person/details/G884-YDV] - 1851(Irl)-1932(NSW) - Licences: XAA Sydney (McMahon's Point, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter; federal public servant (PMGD, chief electrical engineer (NSW)) - Electoral Rolls: electrician (Milson's Point, 1930-1931) ===''NESTROM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Louis Nestrom|Nestrom, Oliver Louis]] [https://www.familysearch.org/tree/person/details/GX22-9H4] - 1912(NSW)-1999(SA) - Licences: 5RZ Adelaide (St Peters, 1936-1937; Joslin, 1938); 2ADJ Sydney (Homebush, 1939); 5RZ Adelaide (Colonel Light Gardens, 1947; Glenelg, 1948; St Georges, 1954); 5RZ Port Augusta, 1955-1956); 5RZ Adelaide (Kurralta Park, 1960; Manningham, 1965-1969; St Peters, 1975); 5RZ Clare (1980+) - Qualifications: cc; AOLCP, 224, 1935; AOCP 1725, 1936, SA; BOCP 719, 1946; 2COCP 1178, 1949; 1COCP 1491, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Modbury, SA, 1939); fitter (Strathfield, NSW, 1943) ===''NEVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Clifford Anderson Neville|Neville, Alfred Clifford Anderson]] [https://www.familysearch.org/tree/person/details/GXH3-Z4D] - 1907(Eng)-1987(Qld) - Licences: 4ED Receive Brisbane (Wooloowin, 1923) - Qualifications: cc; 3COCP 5827, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Hamilton, Qld, 1928); clerk (Windsor, Qld, 1934-1943); accountant (Hawthorne, Qld, 1954-1958); retired (East Brisbane, 1963-1980) ===''NEWBERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Mallord Newberry|Newberry, Archibald Mallord]] [https://www.familysearch.org/tree/person/details/LH51-SDW] - 1893(Eng)-1973(Vic) - Licences: 3AN Red Cliffs (1930-1939) - Qualifications: AOCP 606, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: watchmaker (Red Cliffs, 1924-1931); radio dealer (Red Cliffs, 1934-1942); cycle dealer (Red Cliffs, 1949-1972) ===''NEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert James Newell|Newell, Albert James "Bert"]] [https://www.familysearch.org/tree/person/details/LJ1C-RGW] - 1910(Sct)-1998(Qld) - Licences: 4BN Mill Hill via Warwick (1936-1939); 4BN Brisbane (Archerfield, 1947-1948; Moorooka, 1954); 4AJ Brisbane (Moorooka, 1965; Yeronga, 1969; Ormiston, 1975); 4AJN Brisbane (Ormiston, 1980+) - Qualifications: cc; AOCP 1727, 1936, Qld; 2COCP 559, 1942; 1COCP 588, 1942; TVOCP 531, 1962 - amateur operator; amateur broadcaster; AWA Aviation Radio Service - Electoral Rolls: shed hand (Mill Hill, Qld, 1931-1943); radio technician (Moorooka, Qld, 1949-1968); television technician (Yeronga West, Qld, 1972); retired (Ormiston, Qld, 1977-1980) ===''NEWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Frederick Newman|Newman, Arthur Frederick]] [https://www.familysearch.org/tree/person/details/9JJ9-YSK] - 1881(India)-1952(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 10, 1914; CPRT 90, 1915; 1COCP 49, 1930 - RANRS (Radio Lieutenant, 1917-1920, terminated Nov 1920); WW1; WW2 - Comment: several contemporaneous AFNs - Electoral Rolls: traffic officer (Elsternwick, 1917-1919); assistant! (Malvern East, 1924-1931); piano tuner (St Kilda, 1931) * [[/Sydney Moreton Newman|Newman, Sydney Moreton "Syd"]] [https://www.familysearch.org/tree/person/details/LL41-PBM] - 1898(NSW)-1998(NSW)99yo - Licences: XPZ Melbourne (Canterbury, 1913-1914); 3MC Melbourne (Canterbury, 1923-1927) - Qualifications: cc; CPRT 655, 1921; 1COCP 90, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Turramurra, 1930-1958); retired (Wahroonga, 1963-1980) - TroveTag: "XPZ-3MC - Sydney Moreton Newman" (68 tags) - Links: [http://messui.polygonal-moogle.com/valves/NW199101.pdf EA] * [[/William Harold Newman|Newman, William Harold]] [https://www.familysearch.org/tree/person/details/GD3V-4N5] - 1889(NSW)-1943(Vic) - Licences: 2MK? Receive Sydney (Artarmon, 1922); 2MJ Sydney (Artarmon, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: railway official (Artarmon, 1930-1934); secretary (Mosman, 1936-1943) ===''NICHOLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rupert Nicholas|Nicholas, William Rupert]] [https://www.familysearch.org/tree/person/details/GD14-RFV] - 1913(Tas)-1995(Tas) - Licences: 7WR Hobart (North Hobart, 1932-1939) - Qualifications: cc; AOCP 896, 1932, No. ?? in Tas; AOLCP 72, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Hobart North, 1936; New Town, 1943-1954) ===''NICOLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Nicoll|Nicoll, William]] - 1903(Canada)-19??(???) - Licences: 4CO Receive Brisbane (Upper Paddington, 1923) - Qualifications: cc; CPRT 644, 1921 - amateur Receiver - Electoral Rolls: telegraphist (Bardon, 1925-1929) ===''NICHOLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hartley Nicholls|Nicholls, Alan Hartley]] [https://www.familysearch.org/tree/person/details/GFQR-VH9] - 1913(WA)-1981(WA) - Licences: 6KE Corrigin (1936-1937); 3NI Melbourne (East St Kilda, 1938-1939); 2NI Sydney (Manly, 1946; Cremorne, 1947-1954; Manly, 1955-1956); 2ANI Sydney (Mosman, 1960-1965); 4AL Brisbane (Greenslopes, 1965); 4NI Cairns (1975); 6NX Perth (South Guildford, 1980) - Qualifications: cc; AOCP 1814, 1936, WA; BOCP 219, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: RAAF (Hawthorn, Vic, 1942); radio engineer (Cremorne, NSW, 1949); shopkeeper (Wilston, Qld, 1958); electronic engineer (Cremorne, NSW, 1963); engineer (Cairns, Qld, 1972-1977; South Guildford, WA, 1980) * [[/Francis Edgar Nicholls|Nicholls, Francis Edgar]] [https://www.familysearch.org/tree/person/details/GD1H-8KQ] - 1910(Vic)-1995(Tas) - Licences: 7RY Devonport (1932-1933); 7RY Burnie (1937-1939); 7RY Hobart (New Town, 1946-1948; Lenah Valley, 1954-1955; New Town, 1960; Lenah Valley, 1965-1969; Midway Point, 1975-1980) - Qualifications: cc; AOCP 991, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Lenah Valley, 1943-1954) * [[/William James Nicholls|Nicholls, William James]] [https://www.familysearch.org/tree/person/details/G6S3-26D] - 19??(Vic)-1966(Vic) - Licences: 3FW Melbourne (Moonee Ponds, 1931-1933) - Qualifications: cc; AOCP 780, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Moonee Ponds, 1922-1963) * [[/William John Matthew Nicholls|Nicholls, William John Matthew or William John]] [https://www.familysearch.org/tree/person/details/G8WW-PDS] - 1908(Vic)-19??(???) - Licences: 3WX Melbourne (Williamstown, 1928-1933); 7WX Launceston (1937-1939); 3WX Melbourne (Williamstown, 1946-1965; East Malvern, 1969-1980+) - Qualifications: cc; AOCP 419, 1928, No. ?? in Vic; 2COCP 343, 1931; 1COCP 309, 1933 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Williamstown, 1931-1936); RAAF (Williamstown, 1949); radio engineer (Williamstown, 1954-1963; Malvern East, 1968-1980) ===''NICHOLSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Russell Malcolm Nicholson|Nicholson, Russell Malcolm]] [https://www.familysearch.org/tree/person/details/G8Z7-7W4] - 1909(Qld)-1974(NSW) - Licences: 4KG Ilfracombe (1929-1933) - Qualifications: cc; AOCP 529, 1929, No. ?? in Qld; BOCP 48, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing contractor (Longreach, 1936); manager 4LG (Longreach, 1937); radio mechanic (Coolangatta, 1949-1972) ===''NICOLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Hort Wilmot Nicolle|Nicolle, Horace Hort Wilmot]] [https://www.familysearch.org/tree/person/details/G8ZS-MZF] - 1908(NSW)-1974(NSW) - Licences: 2HK Sydney (Strathfield, 1929-1933; Ryde, 1934); 2AJT Sydney (Wollstonecraft, 1939) - Qualifications: AOCP 527, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chemist apprentice (Strathfield, 1930); pharmacist (Strathfield, 1933-1935); chemist (Chatswood, 1943-1968) ===''NILSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver John Nilsen|Nilsen, Oliver John]] [https://www.familysearch.org/tree/person/details/G8W4-W1G] - 1884(Vic)-1977(Vic) - Licences: Receive (Valve) Melbourne (Brighton, 1923); 3UZ Melbourne (1924-25) - Qualifications: Nil identified to date - amateur operator; amateur broadcaster - 3UZ experimental callsign issued to Oliver J. Nilsen & Co in 1923, operator N. J. Boyd; callsign withdrawn 1925 and reallocated to Nilsen's broadcast station which remains current as at 2021 - Electoral Rolls: electrical engineer (Fitzroy, 1909-1924; Chelsea, 1928-1931); contractor (Caulfield, 1934-1954); engineer (Elsternwick, 1972; Hawthorn, 1977-1980) - Links: [https://adb.anu.edu.au/biography/nilsen-oliver-john-11244 ADB] ===''NISSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Laurence Nissen|Nissen, Eric Laurence]] [https://www.familysearch.org/tree/person/details/G8DS-ZLR] - 1905(Qld)-2001(Qld) - Licences: 4XN Dalby (1930-1939, 1946-1975+); 4XN Toowoomba (1980) - Qualifications: cc; AOCP 574, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, member); broadcast technician (4QS, 1939-1976); federal public servant (PMGD); Awards: Imperial Service Medal 1976 - Electoral Rolls: none specified (Dalby, 1928-1937); PMG technician (Dalby, 1972); retired (Toowoomba, 1977) ===''NIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edgar Nixon|Nixon, Arthur Edgar]] [https://www.familysearch.org/tree/person/details/G8M2-SM5] - 1905(Vic)-1961(Vic) - Licences: 3ON Receive Melbourne (Windsor, 1923-1924) - Qualifications: AOCP 361, 1927, No. ?? in Vic - amateur receive operator - Electoral Rolls: labourer (Elsternwick, 1931); salesman (St Kilda West, 1931-1936); electrical fitter (Albert Park, 1943-1954) ===''NOLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Michael Nolan|Nolan, Francis Michael]] [https://www.familysearch.org/tree/person/details/9Q3R-X84] - 1910(NSW)-1985(Qld) - Licences: 4FN Brisbane (Wooloowin, 1935-1937; Clayfield, 1938-1939; Stafford Heights, 1946-1948); 4MF Portable (1948); 9FN Port Moresby & 9MF Portable (1954-1956); 4FN/T Gracemere (1960-1969); 4FN/T Brisbane (Wavell Heights, 1975; Virginia, 1980) - Qualifications: cc; AOCP 1433, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, WIAQ); broadcast technician (9PA, 4RK); radio serviceman; federal public servant (PMGD) - Electoral Rolls: * [[/Francis William Nolan|Nolan, Francis William "Frank"]] [https://www.familysearch.org/tree/person/details/GX6W-XPW] - 1897(NSW)-19?? - Licences: 4JU Brisbane (Brisbane City, 1929-1939, 1947-1956; Paddington, 1960) - Qualifications: cc; AOCP 43? & 501, 1924 & 1929, No. ? in Qld - amateur operator; amateur broadcaster; radio serviceman - Relationships: husband of 4LO Violet Elizabeth Nolan nee Hennessey - Comment: several genealogy sites have wrong data for FWN - Electoral Rolls: cartoonist (Brisbane City, Qld, 1921-1925); radio mechanic (Brisbane, City, 1934-1936); radio engineer (Brisbane City, Qld, 1954-1958) * [[/John Spencer Nolan|Nolan, John Spencer]] [https://www.familysearch.org/tree/person/details/LTBW-KMV] - 1868(NSW)-1936(NSW) - Licences: XED Sydney (Double Bay, 1911-1914); 2JH Receive Sydney (Double Bay, 1922); 2JH Sydney (Double Bay, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; dentist and dental surgeon - Relationships: father of 2YI Philip Spencer Nolan - Electoral Rolls: dentist (Woollahra, 1930-1935) * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] [https://www.familysearch.org/tree/person/details/GX6W-DSX] - 1896(Qld)-19??(???) - Licences: 4LO Brisbane (City, 1931-1939) - Qualifications: cc; AOCP 826, 1931, No. ? in Qld - amateur operator; amateur broadcaster - Comment: fourth YL operator in Qld - Relationships: wife of 4JU Francis William Nolan - Electoral Rolls: home duties (Brisbane City, Qld, 1921-1943); not stated (Eagle Heights, Qld, 1949); home duties (Tweed Heads, NSW, 1954); domestic (Spring Hill, Qld, 1958); retired (Coolangatta, Qld, 1958) * [[/Philip Spencer Nolan|Nolan, Philip Spencer "Spencer"]] [https://www.familysearch.org/tree/person/details/LTBW-ZWX] - 1897(NSW)-1929(NSW) - Licences: 2YI Sydney (Double Bay, 1924-1929) - Qualifications: AOCP 58, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; dentist - Relationships: son of XED-2JH Lieut John Spencer Nolan - Comment: gone too soon - Electoral Rolls: Nil yet identified ===''NOLTE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Nolte|Nolte, George Edward]] [https://www.familysearch.org/tree/person/details/G8HG-DD4] - 1911(Vic)-1997(NSW) - Licences: 3NO Melbourne (Elwood, 1929-1939); 2QO Sydney (Potts Point, 1948-1950; Bexley North, 1954-1975); 2QO Wamberal (1980+) - Qualifications: AOCP 492, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1936-1937); radio engineer (Darlinghurst, 1943-1949; Bexley North, 1958-1963); retired (Wamberal, 1980) ===''NORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Norman|Norman, William James]] [https://www.familysearch.org/tree/person/details/GD1Q-ZRS] - 1899(Tas)-19??(???) - Licences: 7WJ Eddystone Point Lighthouse (1931) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: stoker (Longford, 1922); lightkeeper (Tasman Island, 1928; Eddystone Lighthouse, 1934; Maatauyker Island, 1936; Currie Harbour, King Island, 1937) ===''NORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Anthony David Norris|Norris, Anthony David "Tony"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Edgar Lewin Norris|Norris, Edgar Lewin]] [https://www.familysearch.org/tree/person/details/G9YH-3D4] - 1891(Qld)-1956(Qld) - Licences: 4CK Receive Toowoomba (1922); 4CK Toowoomba (1923-1931) - Qualifications: cc; AOCP 80, 1925, No. 8 in Qld - amateur operator; amateur broadcaster; radio club (Toowoomba RC); WW1 - Relationships: father of 4NO Edgar Thomas Norris - TroveTag: "4CK - Edgar Lewin Norris" - Electoral Rolls: optician (Rockhampton, 1913); optometrist (Wooloowin, 1919; Toowoomba, 1925-1954) * [[/Edgar Thomas Norris|Norris, Edgar Thomas "Tom" "Tommy"]] [https://www.familysearch.org/tree/person/details/G855-G68] - 1930(Qld)-2019(Qld) - Licences: 4NO Toowoomba (1969-1980+) - Qualifications: cc; 3COCP 6945, 1967; AOLCP Q2, 1968; AOCP Q13, 1968, Qld - amateur operator, amateur broadcaster - Relationships: son of 4CK Edgar Lewin Norris - Electoral Rolls: charge hand (Toowoomba, 1954-1980) ===''NORTHEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurence Harry Northeast|Northeast, Laurence Harry "Laurie"]] [https://www.familysearch.org/tree/person/details/LLM3-8NK] - 1908(SA)-1972(SA) - Licences: 5LH Adelaide (Rosewater, 1927) - Qualifications: cc; AOCP 315, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Rosewater, 1939-43) =='''O'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ==='''OAKES'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Andrew Oakes|Oakes, Walter Andrew]] [https://www.familysearch.org/tree/person/details/GDRK-RBQ] - 1907(Tas)-1983(NSW) - Licences: 7BQ Receive Hobart (New Town, 1923); Receive Hobart (New Town, 1923) - Qualifications: cc; 3COCP N1088, 1971 - amateur receiver - Electoral Rolls: electrician (Manly, 1930); electrical fitter (Launceston, 1937); railway employee (New Town, 1943-1949); electrician (Lindfield, 1954); business proprietor (Roseville, 1958); managing director (Roseville, 1963-1968); director (Roseville, 1972-1980) ==='''O'BRIEN'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Clare O'Brien|O'Brien, Charles Clare]] [https://www.familysearch.org/tree/person/details/GMTS-7SJ] - 1904(Qld)-1994(Qld) - Licences: 4NC Brisbane (Stafford, 1939, 1948-1980+) - Qualifications: AOCP 2386, 1939, Qld - amateur operator, WW2 - Electoral Rolls: mechanic (Kilcoy, 1928); telephone mechanic (Eagle Junction, 1936-1943); technician (Stafford, 1954-1980) * [[/Charles Raymond Heddington O'Brien|O'Brien, Charles Raymond Heddington]] [https://www.familysearch.org/tree/person/details/G8FN-4CX] - 1913(Vic)-1975(Vic) - Licences: 3QX Melbourne (Glenhuntly, 1930-1939) - Qualifications: AOCP 626, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Glenhuntly, 1934-1936); electrical engineer (Ballarat, 1942); engineer (Kew, 1954; Mount Waverley, 1963-1972) * [[/Matthew O'Brien|O'Brien, Matthew or Matthew Michael]] [https://www.familysearch.org/tree/person/details/GZG7-P35] - 1904(Qld)-1978(Qld) - Licences: 4MM Brisbane (Toowong, 1926-1933; Annerley, 1937-1939, 1946-1965) - Qualifications: cc; AOCP 234, 1926, No. 20 in Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, ARTL, WIAQ, president all); journalist (Teleradio, "Vic Eddy"); Dept Labour Exchange (administration) - Electoral Rolls: public servant (Toowong, 1925-1936; Annerley, 1943-1977) ==='''O'DEA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick O'Dea|O'Dea, Francis Patrick]] [https://www.familysearch.org/tree/person/details/GXTP-7KL] - 1894(Vic)-19??(???) - Licences: XJAX Melbourne (Ascot Vale, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 (Army, AWS) - Electoral Rolls: clerk (North Melbourne, 1912-1913; Ascot Vale, Vic, 1914-1937); railways (Brighton, Vic, 1942-1949); railway employee (Footscray North, Vic, 1963-1977) - Links: [https://alh-research.tripod.com/Light_Horse/index.blog/1911842/australian-wireless-squadron-aif-francis-patrick-odea/ AWS] ==='''ODGERS'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Fieldhouse Odgers|Odgers, Norman Fieldhouse]] [https://www.familysearch.org/tree/person/details/GDVD-CYK] - 1906(Qld)-1996(WA) - Licences: 4BO or 4BD Brisbane (Newmarket) & Charters Towers (1924-1925); 4NK; 9NK Port Moresby (1946-1948); 6NF Perth (Applecross, 1954-1969; Bassendean, 1975-1980); 4CH - Qualifications: cc; CPRT 896, 1925; 2COCP 212, 1930; 1COCP 108, 1936 - amateur operator; amateur broadcaster; ship wireless officer; broadcast engineer; WW2 - Electoral Rolls: senior technician (Applecross, 1954-1963); manager (Applecross, 1968); retired (Bassandean, 1972-1980) ==='''O'DONNELL'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Amos Leslie O'Donnell|O'Donnell, Amos Leslie]] [https://www.familysearch.org/tree/person/details/G8NW-Q1P] - 1910(SA)-19??(NSW) - Licences: 6DX Perth (City, 1930-1933); 2AGE Sydney (Ashfield, 1938-1939); 2AOO Sydney (Caringbah, 1960; Mona Vale, 1965-1969) - Qualifications: cc; AOCP 639, 1930, No. ?? in WA; BOCP 515, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: student (North Perth, WA, 1931); radio engineer (Ashfield, NSW, 1937); education officer (No. 2 W.A.G.S., Parkes, NSW, 1943); engineer (Ashfield, NSW, 1949; Caringbah, NSW, 1958) ==='''O'HARA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bernard O'Hara|O'Hara, John Bernard]] [https://www.familysearch.org/tree/person/details/G8XM-Y9M] - 1902(Vic)-1970(Vic) - Licences: 3OH Maryborough (1930-1939); 3OH Yallourn (1946-1948); 3AAO Melbourne (Mt Waverley, 1960) - Qualifications: AOCP 607, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: teacher (Albert Park, 1921-1924) instructor (Maryborough, 1928); teacher (Kew, 1934; Maryborough, 1937; Ballarat, 1937; Maryborough, 1943, Warrnambool, 1954; Maldon, 1963) ==='''OHRBOM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Axel Ragnar Ohrbom|Ohrbom, Axel Ragnar "Ray"]] [https://www.familysearch.org/tree/person/details/G8WZ-PWJ] - 1903(Tas)-1978(Vic) - Licences: Receive Melbourne (Brunswick, 1923-1924); 3OC Melbourne (West Brunswick, 1928; Coburg, 1931-1939; Moreland, 1946-1948; Hartwell, 1954-1975) - Qualifications: AOCP 421, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Coburg West, 1949); sharebroker (Camberwell, 1954-1977); retired (Burwood, 1977) ===''OLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Olof Lemuel Olden|Olden, Olof Lemuel]] - 1863(Vic)-1939(Vic) - Hobart 1920s, early wireless experimenter, no licence yet identified, amateur operator (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, President, 1924), military (Colonel, WW1), occupation (school master) ===''OLDFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Bernam Oldfield|Oldfield, Frederick Bernam]] [https://www.familysearch.org/tree/person/details/G8YP-9R2] - 1897(Vic)-1962(NSW) - Licences: 5DO Adelaide (1924); 3FB Melbourne (Hampton, 1937-1938); 2FE Sydney (Balmoral, 1939) - Qualifications: cc; AOCP 1240, 1934, No. ?? in Vic - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: teacher (Brighton, Vic, 1931; Sandringham, Vic, 1935-1937); journalist (Mosman, NSW, 1943); A.M.F. (Mornington, 1954); tutor (Neutral Bay, 1958) ===''OLDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Oldham|Oldham, Charles Edward]] [https://www.familysearch.org/tree/person/details/KZFK-XBT] - 1902(Tas)-1950(Tas) - Licences: 7XA Hobart (New Town, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1923, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Town, 1936-1949) * [[/Fred Oldham|Oldham, Fred]] - 19??(???)-19??(???) - early Tasmanian wireless experimenter, first president of Hobart Tramways Wireless Club 1905 ===''O'LEARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cornelius Daniel Fraser O'Leary|O'Leary, Cornelius Daniel Fraser or Daniel Fraser]] [https://www.familysearch.org/tree/person/details/KN18-4BH] - 1893(SA)-1955(SA) - Licences: 5DO Adelaide (Tusmore Gardens, 1929-1933) - Qualifications: cc; AOCP 495, 1929, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Unley, 1939-1941) ===''OLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dalley George Tryon Oliver|Oliver, Dalley George Tryon]] [https://www.familysearch.org/tree/person/details/LZ8W-MMR] - 1888(NSW)-1959(NSW) - wireless experimenter (1924+) 2?? Gunedah, amateur broadcaster - Electoral Rolls: engineer (Gunnedah, 1930-1943; Keepit Dam, Tamworth, 1949-1954); retired (Condoblin, 1958) - Relationships: brother of 2MO Marcius John Alexander Oliver * [[/Marcius John Alexander Oliver|Oliver, Marcius John Alexander "Marcus"]] [https://www.familysearch.org/tree/person/details/LZ8W-M82] - 1875(NSW)-1946(NSW) - Licences: 2MO Gunedah (1929) - Qualifications: AOCP ??, 19??, No. ?? in NSW; AOLCP 91, 1932 - amateur operator, amateur broadcaster, broadcast engineer, radio station proprietor (2MO, 1930-1939), military (air spotters, Port Macquarie) - Electoral Rolls: engineer (Gunnedah, 1930-1936; Port Macquarie, 1943) - Relationships: brother of Dalley George Tryon Oliver ===''OLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Durrant Olle|Olle, John Durrant]] [https://www.familysearch.org/tree/person/details/G4HS-WSX] - 1910(NSW)-1975(Vic) - Licences: 2OZ Sydney (Ashfield, 1929-1939, 1946; Pennant Hills, 1947-1948; Ashfield, 1950) - Qualifications: AOCP 553, 1929, No. ?? in NSW; 2COCP 321, 1931; 1COCP 197, 1931 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Summer Hill, 1936-1937; Ashfield, NSW, 1943); soldier (South Yarra, Vic, 1949); public servant (Mornington, 1963-1980) ===''OLLIVIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Frances Ollivier|Ollivier, Neil Frances]] [https://www.familysearch.org/tree/person/details/GFQB-VPD] - 1916(WA)-1942(WA) - Licences: 6FO Perth (Hollywood, 1932-1939) - Qualifications: cc; AOCP 1067, 1932, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: Nil yet identified ===''O'LOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick Morgan O'Loughlin|O'Loughlin, Francis Patrick Morgan]] [https://www.familysearch.org/tree/person/details/GX6M-Z3Q] - 1902(Qld)-1979(Qld) - Licences: 4OL Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1347, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Red Hill, Qld, 1936-1937; Ashgrove, Qld, 1943-1977) ===''OLSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Vivian Olsen|Olsen, Frederick Vivian "Fred"]] [https://www.familysearch.org/tree/person/details/G8CP-4XJ] - 1912(Vic)-2001(Vic) - Licences: 3FO Melbourne (Hawthorn, 1929-1931; Hampton, 1933-1939) - Qualifications: cc; AOCP 521, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hampton, 1936-1954; Brighton, 1963; Hampton, 1972-1980) * [[/Norman Frederick Olsen|Olsen, Norman Frederick or Frederick Norman (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/G8BY-8JS] - 1901(NSW)-1980(NSW) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 516, 1920, NSW; 2COCP 59, 1929, NSW; 1COCP 252, 1932 - Nil yet identified - Electoral Rolls: wireless operator (Hurlstone Park, 1934-1937); newsagent (Torwood, 1954-1958); no occupation (Lord Howe Island, 1963-1980) * [[/Norman Peter Olsen|Olsen, Norman Peter]] [https://www.familysearch.org/tree/person/details/G8BY-444] - 1897(NSW)-1988(NSW) - Licences: 2YK Newcastle (1924-1925); 2ZX Waratah (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrician (Waratah, 1930; Mayfield, 1932); public servant (Redfern, 1932-1933; Kogarah, 1934-1935; Wollongong, 1936-1937; Artarmon, 1943-1949; Kogarah, 1949-1963); nil (Merewether, 1968-1980) * [[/Olaf Olsen|Olsen, Olaf]] [https://www.familysearch.org/tree/person/details/G6QT-69T] - 1878(Norway)-1964(Qld) - Licences: 4CL Dalby 1922 (Receive) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engine driver (Dalby, 1913-1943); engineer (Toowoomba, 1949; Redcliffe, 1954; Paddington, 1958-1963) ==='''O'MAY'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. W. O'May|O'May, J. W.]] - 19??(???)-19??(???) - Licences: Receive Hobart (Bellerive, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Robert Derwent O'May|O'May, Robert Derwent "Bob"]] [https://www.familysearch.org/tree/person/details/LYNF-5NS] - 1903(Tas)-1973(Tas) - Licences: Receive Hobart (Bellerive, 1923); 7OM Hobart (Bellerive, 1924-1927+; Sandy Bay, 1931+; Bellerive, 1947-1969+) - Qualifications: cc; AOCP 74, 1925, No. ?? in Tas; 3COCP 508, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: engineer (Bellerive, 1928-1954) ==='''OPPENHEIM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Oliver George Oppenheim|Oppenheim or Oliver, Oliver George "Ollie"]] [https://www.familysearch.org/tree/person/details/LLSS-S7L] - 1911(Vic)-1988(NSW) - Licences: 3ZX Melbourne (Caulfield, 1930-1939) - Qualifications: AOCP 580, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Caulfield, 1936-1942; Elsternwick, 1949); radio engineer (Elsternwick, 1954); company executive (Coogee, 1958-1963; Lugarno, 1968); importer (Strathfield, 1972-1980) ===''O'REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Joseph O'Reilly|O'Reilly, Maurice Joseph]] [https://www.familysearch.org/tree/person/details/G824-VMC] - 1866(Irl)-1933(NSW) - Licences: XACI Bathurst (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St Stanilaus College, Bathurst, 1913); rector of college (St John's College, Camperdown, 1930-1933) - Links: [https://adb.anu.edu.au/biography/oreilly-maurice-joseph-7918 ADB] ===''O'ROURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sydney O'Rourke|O'Rourke, John Sydney]] [https://www.familysearch.org/tree/person/details/GDJP-ZW4] - 1918(NSW)-19??(???) - Licences: 4OR Brisbane (Brisbane City, 1937-1939); 4SO Brisbane (Margate Beach, 1955-1969) - Qualifications: cc; AOCP 2042, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical apprentice (Norman Park, Qld, 1943); radio engineer (Newmarket, Qld, 1949); engineer (Margate, Qld, 1954-1977) ===''ORR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Murray Donald Orr|Orr, Murray Donald]] [https://www.familysearch.org/tree/person/details/GZL8-H29] - 1900(Vic)-1941(Vic) - Licences: 3OR Lake Meran (1928-1939) - Qualifications: AOCP 440, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1940-1941) - Electoral Rolls: farmer (Lake Meran, 1924-1934) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/orr-murray-donald-1700/] ===''OSBORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jeffrey David Osborne|Osborne, Jeffrey David "Jeff"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Louis Frederick George Osborne|Osborne, Louis Frederick George]] [https://www.familysearch.org/tree/person/details/G8GF-MGZ] - 1900(Vic)-1989(Vic) - Licences: 3DD Receive Melbourne (East Malvern, 1922); 3DD Melbourne (East Malvern, 1923-1926); 3BMO Melbourne (Murrumbeena, 1980+) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: gas fitter (Malvern East, 1922-1926); inspector (Carnegie, 1931-1977) ===''OSBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bolivar Laing Osburne|Osburne, George Bolivar Laing "Laing"]] [https://www.familysearch.org/tree/person/details/MFY2-F9W] - 1896(Vic)-1933(Vic) - Licences: XKJ Terang (1913-1914); 3BG Terang (1922-1933) - Qualifications: cc; AOCP 235, 1926, No. ?? in Vic - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: student (Terang, 1922-1931) ===''OTHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Othen|Othen, Charles James]] [https://www.familysearch.org/tree/person/details/LRHF-H8Y] - 1897(SA)-19??(???) - Licences: XVT Adelaide (Glanville, 1913); 5AS Receive Adelaide (1923); 5ON Adelaide (Hindmarsh, 1954-1956; Eden Hills, 1960-1969; Blackwood, 1975) - Qualifications: cc; AOCP 3385, 1953, SA - early wireless experimenter; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: foreman (Hindmarsh, SA, 1939-1943) ===''O'TOOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian O'Toole|O'Toole, Ian]] - Licences: 2ZIO Sydney (Adamstown Heights, 1969; North Rocks, 1975; Castle Hill, 1980) - amateur operator; historian (amateur, military communications); proprietor Kurrajong Radio Museum - Electoral Rolls: - Links: [https://vk2bv.org/archive/museum/ Kurrajong Radio Museum] ===''OTTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Shannon Otty|Otty, William Shannon]] [https://www.familysearch.org/tree/person/details/GZ2F-7J1] - 1893(Eng)-1983(NSW) - Licences: 2ZL Killingworth (1923-1931); 2ZL Toronto (1933-1975); 2ZL Fennell's Bay (1980+) - Qualifications: cc; AOCP 219, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio dealer (Toronto, 1937-1954); retired (Toronto, 1958-1980) ===''OVERLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Overlack|Overlack, Peter]] - early wireless historian [https://www.navy.gov.au/sites/default/files/documents/Naval_Networks_Dominance_of_Comms_in_Maritime_Ops.pdf "The Struggle for the Australian Airwaves: The Strategic Function of Radio for Germany in the Asia-Pacific Region before World War I"] ===''OWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Chester Owen|Owen, Chester]] [https://www.familysearch.org/tree/person/details/MZ3G-H47] - 1899(Vic)-1975(Vic) - Licences: Receive Melbourne (St Kilda, 1923); 3ZM Melbourne (St Kilda, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Balaclava, 1921; St Kilda, 1922-1926); engineer (St Kilda, 1928; Caulfield, 1931); mechanic (Caulfield, 1934-1937); radio engineer (Echuca, 1943-1972) * [[/Stanley Wainwright Owen|Owen, Stanley Wainwright]] [https://www.familysearch.org/tree/person/details/GDV9-BP2] - 1912(Vic)-1987(NSW) - Licences: 6RX Perth (Mt Lawley, 1930-1931); 2RX Sydney (Wollstonecraft, 1948-1957) - Qualifications: cc; AOCP 716, 1930, No. ?? in WA; 2COCP 436, 1933; 1COCP 340, 1933; TVOCP 40, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Wollstonecraft, 1937-1958); television engineer (Wollstonecraft, 1963-1968); engineer (Wollstonecraft, 1972-1977; Artarmon, 1980) ===''OXENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Justinian Oxenham|Oxenham, Justinian]] - 1860(Qld)-1932(Vic) - senior federal public servant (Secretary, Postmaster-General's Department) ===''OXLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Oxlade|Oxlade, George]] [https://www.familysearch.org/tree/person/details/LRCK-H1C] - 1907(Qld)-1980(Qld) - Licences: 4GO Brisbane (Newmarket, 1926-1931) - Qualifications: cc; AOCP 229, 1926, No. 19 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: painter (Chermside, 1937-1943; Maroochydore, 1954; Wavell Heights, 1958), contractor (Chermside, 1963-1980) =='''P'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''PAECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leonard Paech|Paech, Robert Leonard]] [https://www.familysearch.org/tree/person/details/L6DL-76D] - 1920(SA)-1963(SA) - Licences: 5RL Adelaide (Underdale, 1936-1939, 1947-1948); 5LP Adelaide (Seacombe Gardens, 1960) - Qualifications: cc; AOCP 1626, 1936, SA; 2COCP 279, 1939; BOCP 371, 1941; 1COCP 810, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Nevison Page|Page, Leslie Nevison]] [https://www.familysearch.org/tree/person/details/GSBX-CRV] - 1920(Qld)-1972(NSW) - Licences: 4LP Brisbane (New Farm, 1937-1939; Brisbane City, 1947); 2NB Sydney (Potts Point, 1954); 2LP Sydney (St Ives, 1955-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 1931, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 2NB may have been withdrawn for 2NB Broken Hill - Electoral Rolls: labourer (Ascot, Qld, 1928-1929) (too young for 1920 birth, must be a namesake); radio technician (Darlinghurst, NSW, 1954); radio engineer (St Ives, NSW, 1958); manager (St Ives, NSW, 1963); electronics engineer (Epping, NSW, 1968; Eastwood, NSW, 1972) ===''PAGET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Ernest Paget|Paget, Harold Ernest]] [https://www.familysearch.org/tree/person/details/LDTK-ZBF] - 1904(Qld)-1962(Qld) - Licences: Receive (Valve) Brisbane (Brisbane City, Qld, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephonist (Valley, Qld, 1925-1926); postal sorter (Ashgrove, Qld, 1928-1949); mail officer (Ashgrove, Qld, 1954-1958) ===''PAICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Cameron Paice|Paice, Donald Cameron "Don"]] [https://www.familysearch.org/tree/person/details/G8KD-2FT] - 1932(Vic)-2018(Vic) - Licences: 3ADP Melbourne (Moonee Ponds, 1954-1956; Mt Waverley, 1960-1980+) - Qualifications: AOCP 3055, 1950, Vic - amateur operator - Electoral Rolls: draftsman (Moonee Ponds, 1954; Mt Waverley, 1963-1980) - Relationships: rare surname but seems not closely related to 2AJ Valentine Keith Paice * [[/Valentine Keith Paice|Paice, Valentine Keith "Val"]] [https://www.familysearch.org/tree/person/details/G8K3-5T6] - 1904(NZ)-1977(???) - Licences: ZL1AJ (Z1AJ) 1925-1926; VQ1AJ (OO1AJ) Fanning Island (1926-1928); 2AJ (VK2AJ) Sydney 1929; OA4V Peru (1929) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrical fitter (Ashbury, NSW, 1930) - Relationships: rare surname but seems not closely related to 3ADP Donald Cameron Paice ===''PARADISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Harry Elliker Paradise|Paradise, Eric Harry Elliker]] [https://www.familysearch.org/tree/person/details/GS3M-D75] - 1904(Qld)-1939(Qld) - Licences: Receive (Crystal) Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Stones Corner, Qld, 1925-1937) ===''PARASIERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Isidore Percy Robert Parasiers|Parasiers, Isidore Percy Robert "Robert"]] [https://www.familysearch.org/tree/person/details/GS9Y-8B1] - 1902(SA)-1972(SA) - Licences: 5RP Adelaide (City, 1932-1933; Glandore, 1937-1939); 6PS Perth (Inglewood, 1947); 5RF Adelaide (Glandore, 1948); 5RF Murray Bridge (1954-1969) - Qualifications: cc; AOCP 952, 1932, No. ?? in SA; AOLCP 283, 1936; BOCP 132, 1937; 2COCP 256, 1939; 1COCP 330, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''PARIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Norman Paris|Paris, James Norman "Jim"]] [https://www.familysearch.org/tree/person/details/GXWR-B1W] - 1910(SA)-1971(SA) - Licences: "WIA-L5006" Adelaide (Prospect, 1956-1960) - Qualifications: cc; Nil yet identified - amateur listener; prominent broadcast listener (1950s, 1960s); clubs (Australian DX Radio Club (SA); Southern Cross DX Club) - Electoral Rolls: Nil yet identified ===''PARISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Radcliffe Parish|Parish, Hugh Radcliffe]] [https://www.familysearch.org/tree/person/details/GCDL-Y23] - 1914(Tas)-1973(Tas) - Licences: 7CP Launceston (1932-1933) - Qualifications: cc; AOCP 1070, 1932, No. ?? in Tas; AOLCP 189, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: radio announcer (Burnie, 1936-1937); manager (Winnaleah, 1943-1949); radio executive (Launceston, 1954) ===''PARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles William Park|Park, John Charles William]] [https://www.familysearch.org/tree/person/details/GZVC-N4N] - 1904(Eng)-1983(WA) - Licences: 6BB Perth (South Perth, 1924-1980+) - Qualifications: cc; CPRT 794, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: photographer (South Perth, 1943-1949); radiographer (South Perth, 1958-1980) ===''PARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Cyril Parker|Parker, Keith Cyril]] [https://www.familysearch.org/tree/person/details/KDSK-X2P] - 1912(SA)-1993(SA) - Licences: 5PA Port Pirie (1933); 5SO Port Elliot (1980+) - Qualifications: cc; 2COCP 348, 1931; 1COCP 213, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless telegraphist (Kalgoorlie, WA, 1943); radio technician (Fiskville, Vic, 1949-1963; Bassendean, WA, 1968); manager (Cairns, Qld, 1977) * [[/Kenneth Herbert Parker|Parker, Kenneth Herbert]] [https://www.familysearch.org/tree/person/details/LTM1-Q5G] - 1905(WA)-1994(WA) - Licences: 6KP Meekatharra (1933-1939) - Qualifications: cc; AOCP 1192, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mining register (Meekatharra, WA, 1931-1937); resident magistrate (Cue, WA, 1943; Geraldton, WA, 1943); stipendary magistrate (Northam, WA, 1949); magistrate (Mt Pleasant, WA, 1954; Riverton, WA, 1958-1963; Applecross, WA, 1968-1980) * [[/P. S. Parker|Parker, P. S.]] - 19??(???)-19??(???) - Licences: 2CY Receive Sydney (Burwood, 1922); 2CM Receive Sydney (Burwood, 1923, briefly then reverted to 2CY); 2CY Sydney (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet confidently identified but likely Philip Selwyn Parker, engineer, Bellevue Hill, 1930 * [[/Ronald Alexander Parker|Parker, Ronald Alexander]] [https://www.familysearch.org/tree/person/details/GZ23-6BM] - 1908(Vic)-1984(Qld) - 3RA Melbourne (Canterbury, 1925-1926), 3RA Bendigo (1927), 3RA Melbourne (Canterbury, 1931-1933; Hawthorn, 1937-1939), 4PT Southport (1980+), qualifications (AOCP 213, 1925, No. ?? in Vic), amateur operator, amateur broadcaster, electoral rolls: clerk (Camberwell, 1931), accountant (Hawthorn, 1936-1937), secretary (Malvern, 1943-1949), retired (Southport, 1980) ===''PARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Parr|Parr, John George]] [https://www.familysearch.org/tree/person/details/G8NL-22T] - 1908(NSW)-1992(Vic) - Licences: 3OM Melbourne (Canterbury, 1930-1939) - Qualifications: AOCP 646, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Camberwell, 1931-1943); engineer (Footscray, 1949; Brunswick, 1949-1963; Melbourne City, 1968-1980) ===''PARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alchorne Parry|Parry, Charles Alchorne]] [https://www.familysearch.org/tree/person/details/GX8J-BGL] - 1916(Qld)-2009(USA) - Licences: 4CP Gordonvale (1935-1939) - Qualifications: cc; AOCP 1441, 1935, Qld; BOCP 177, 1938 - amateur operator; amateur broadcaster - Education: PhD - Electoral Rolls: radio mechanic (Cairns, Qld, 1937); engineer (Darlinghurst, NSW, 1943) ===''PARSONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warwick William Parsons|Parsons, Warwick William or William Warwick (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/L2L4-5ZC]- 1903(SA)-1974(SA) - Licences: 5PS Adelaide (City, 1933; Henley Beach, 1937-1939, 1947-1948; Rose Park, 1954-1974) - Qualifications: cc; AOCP 1147, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: operator (Henley, SA, 1939-1943) ===''PATERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Pryde Paterson|Paterson, Paul Pryde]] [https://www.familysearch.org/tree/person/details/GZLK-LPF] - 1915(WA)-1942(PNG) - Licences: 6PP Wiluna (1937-1939) - Qualifications: cc; AOCP 1961, 1937, WA - amateur operator, amateur broadcaster, WW2 (RAAF, 24 Squadron, Flight Lieutenant) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/paterson-paul-pryde-260515/] * [[/Raymund Gordon Paterson|Paterson, Raymund or Raymond Gordon]] [https://www.familysearch.org/tree/person/details/G8CH-7RX] - 1903(Vic)-1996(Canada) - Licences: Nil yet identified - Qualifications: AOCP 506, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: apprentice (Glenferrie, 1926-1928) ===''PATTERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Campbell Patterson|Patterson, Campbell]] [https://www.familysearch.org/tree/person/details/G9Y1-GDH] - 1912(SA)-1987(SA) - Licences: 5XR Naracoorte (1933-1939); 5XR Peterborough (1947-1980+) - Qualifications: cc; AOCP 1097, 1933, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, 1939); electrician (Quorn, 1941-1943) * [[/James Brown Patterson|Patterson, James Brown]] [https://www.familysearch.org/tree/person/details/LBTW-WDY] - 1833(Eng)-1895(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Politician, briefly Premier of Victoria (1893-1894), Postmaster-General Vic (July 1878 - March 1880) - Electoral Rolls: Nil yet identified * [[/Robert Charles William Ingram Patterson|Patterson, Robert Charles William Ingram "Charles Ingram"]] [https://www.familysearch.org/tree/person/details/GZ5T-2Q4] - 1910(Vic)-1974(Qld) - Licences: 3YP Melbourne (East Malvern, 1927-1939; Eaglemont, 1946-1954); 4YP Brisbane (Fig Tree Pocket, 1955-1969) - Qualifications: cc; AOCP 352, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: station hand (Mundabullangana, 1931-1937); agent (Fig Tree Pocket, 1958-1968) ===''PAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Anthony Paul|Paul, Leo Anthony]] - 1905(Vic)-1968(Vic) - 3JQ Receive Melbourne (Fitzroy, 1922-1923), 3LP Melbourne (Fitzroy, 1924-1937; Preston, 1938-1939), 3XO Melbourne (Fairfield, 1948-1960; Thornbury, 1965), amateur operator (AOCP 15, 1924, No. 6 in Vic), amateur broadcaster ===''PAYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George H. Payne|Payne, George H.]] - 19??(???)-1987(Qld) - 4NEV Brisbane, amateur operator (AOCP ??, 1946+, No. ?? in Qld), radio clubs (Wooloowin RC, hon. secretary; WIAQ, president, assoc. members section) * [[/John Payne|Payne, John]] [https://www.familysearch.org/tree/person/details/GDSL-41Q] - 19??(???)-19??(???) - Licences: 2IN Receive Sydney (Randwick, 1922); 2IN Sydney (Randwick, 1923-1927; Kensington, 1928-1930) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: insurance department manager (Kensington, 1930-1931); secretary (Kensington, 1933) * [[/Reginald Lewis Payne|Payne, Reginald Lewis]] [https://www.familysearch.org/tree/person/details/GZG9-HFF] - 1898(Vic)-1946(Vic) - Licences: 3RP Geelong (Newtown, 1924-1939) - Qualifications: cc; AOCP 225, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Newtown, 1919-1921); telegraphist (Newtown, 1922-1942) (check XJM R. Payne, Armadale for relationship) ===''PAYTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Payter|Payter, Joseph William]] - 18??(???)-19??(???) - early telephone experimenter in Melbourne, mechanic in Vic Posts & Telegraphs (one of James Smibert's "Williamstown boys") ===''PEARCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Ronald Pearce|Pearce, Edward Ronald]] [https://www.familysearch.org/tree/person/details/LR3M-7YJ] - 1916(Vic)-2004(WA) - Licences: 6TP Perth (North Perth, 1936-1939, 1948; Mt Hawthorn, 1954-1960) - Qualifications: cc; AOCP 1757, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (North Perth, WA, 1937); engineer (Mt Hawthorn, WA, 1949-1977); retired (Coolbinia, WA, 1980) ===''PEARN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Pearn|Pearn, William Leslie]] [https://www.familysearch.org/tree/person/details/LCKW-JRW] - 1896(SA)-1974(SA) - Licences: 5PN Adelaide (Sturt Park, 1934-1939; Wayville West, 1947-1948; Unley, 1955-1969) - Qualifications: cc; AOCP 1378, 1934, SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Unley, SA, 1939-1941) ===''PEARSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Richman Pearson|Pearson, Ian Richman]] [https://www.familysearch.org/tree/person/details/GSD3-4LF] - 1908(Vic)-1972(Tas) - Licences: 3SP Melbourne (Berwick, 1929-1931); 7KB Burnie (1948-1965); 7KB Port Sorell (1969) - Qualifications: AOCP 528, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: chemist (Deer Park, Vic, 1936-1937); medical practitioner (Burnie, Tas, 1949-1954) ===''PELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Frederick Law Pelling|Pelling, John Charles Frederick Law "Jack"]] [https://www.familysearch.org/tree/person/details/GXB3-176] - 1908(WA)-1972(WA) - Licences: 6WO Moojebing (1933-1939) - Qualifications: cc; AOCP 1213, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Dumbleyung, WA, 1931); farmer (Moojebing, WA, 1936-1943; King River, WA, 1949-1968) ===''PEMBLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Pembleton|Pembleton, Thomas Edward "Tom"]] [https://www.familysearch.org/tree/person/details/G8HP-JDF] - 1914(Qld)-2002(Qld) - Licences: 4ZL Rockhampton (1936-1939;1946-1980+) - Qualifications: cc; AOCP 1600, 1936, Qld - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: labourer (Rockhampton, 1936-1943); turner (Rockhampton North, 1949-1980) ===''PEPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Campbell Pepper|Pepper, Ralph Campbell]] [https://www.familysearch.org/tree/person/details/KC93-1MN] - 1905(NSW)-1984(Qld) - Licences: N742 Receive Tamworth (1922); 2HV Receive Tamworth (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Tamworth, 1930; Maroubra, 1931; Artarmon, 1934-1949; Newmarket, Qld, 1954-1972; Alderley, 1977-1980) ===''PERDRIAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carter Perdriau|Perdriau, Henry Carter]] [https://www.familysearch.org/tree/person/details/G3D9-L79] - 1895(NSW)-1956(NSW) - Licences: XHC Sydney (1912-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: cousin of 2ZR William James Stanley Perdriau - Electoral Rolls: manager (Chatswood, 1930-1936; Roseville, 1943-1954) * [[/William James Stanley Perdriau|Perdriau, William James Stanley]] [https://www.familysearch.org/tree/person/details/LTH6-8LS] - 1885(NSW)-1946(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923); 2ZR Sydney (Manly, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: cousin of XHC Henry Carter Perdriau - Electoral Rolls: dentist (Manly, 1930-1943) ===''PERREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Litchfield Perrey|Perrey, Alexander Litchfield]] [https://www.familysearch.org/tree/person/details/LZVM-9P9] - 1898(SA)-1965(Vic) - Licences: 5LP Strathalbyn (1925-1927) - Qualifications: cc; AOCP 99, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Francis Cole Perry|Perry, Malcolm Francis Cole]] [https://www.familysearch.org/tree/person/details/L679-XR2] - 1891(NSW)-1963(NSW) - Licences: XCP Sydney (Randwick, 1913-1914); 2DG Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Randwick, 1930-1937); editor (Randwick, 1943-1949; Coogee, 1954-1958); counsellor (Hazelbrook, 1958-1963) ===''PETERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Zornig Peters|Peters, Henry Zornig "Harry"]] [https://www.familysearch.org/tree/person/details/L4XX-HBC] - 1908(Qld)-1994(Qld) - Licences: 4ZP Maryborough (1937-1939); 4ZP Sarina (1947-1956); 4ZP Cooroy (1960-1980+) - Qualifications: cc; AOCP 1978, 1937, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: teacher (Yerra via Maryborough, Qld, 1936-1937; Sarina, 1943); farmer (Cooroy, 1963-1980) ===''PETERSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Marzanti Petersen|Petersen, Thomas William Marzanti "Bill"]] - 1919(Qld)-1981(Qld) - 4FY Brisbane (Cooparoo Heights, 1946-1947), 4YO Moreton Island (1975), amateur operator (AOCP 2321, 1939, No. ?? in Qld), radio clubs (WIAQ, councillor), military (WW2, AIF), employment (Hills TV service), business proprietor (Advance Radio, Wynnum Radio Repairs) ===''PETERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Franz Peterson|Peterson, Harold Franz]] [https://www.familysearch.org/tree/person/details/G8XJ-CV1] - 1888(NSW)-1961(NSW) - Licences: 2HP Sydney (Coogee, 1930-1960) - Qualifications: cc; AOCP 617, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: inspector (Coogee, 1930-1958) * [[/Rupert Clarence Peterson|Peterson, Rupert Clarence]] [https://www.familysearch.org/tree/person/details/G87D-VJ3] - 1910(Vic)-2000(NSW) - Licences: 7AZ Receive Hobart (West Hobart, 1922-1923); Receive Hobart (West Hobart, 1923-1924); 3PT Melbourne (Moonee Ponds, 1928-1939) - Qualifications: cc; AOCP 401, 1928, No. ?? in Vic; AOLCP 96, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Moonee Ponds, 1931-1937; Caulfield, 1942-1949; Ivanhoe, 1954-1977); retired (Merimbula, 1980) * [[/Walter Peterson|Peterson, Walter]] - 19??(???)-19??(???) - Licences: 3QP Melbourne (Toorak, 1930-1939) - Qualifications: cc; AOCP 689, 1930, Vic - amateur operator; amateur broadcaster - Electoral Rolls: telephone mechanic (Kew, 1925); telephone engineer (Kew, 1926-1928); engineer (Toorak, 1931-1937); secretary (Lilydale, 1943-1954); electrical instrument maker (Collingwood North, 1967-1968) - several contemporaneous WPs * [[/Walter Martin Peterson|Peterson, Walter Martin]] [https://www.familysearch.org/tree/person/details/LDRD-G6B] - 1910(WA)-1978(WA) - Licences: 6LW Perth (West Perth, 1937; East Perth, 1938-1939, 1947-1948; City, 1954-1956; City Beach, 1960-1975+) - Qualifications: cc; AOCP 1864, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: student (Balcatta, WA, 1931-1936; North Perth, WA, 1937; East Perth, WA, 1937-1943); radio engineer (East Perth, WA, 1949-1958); lecturer (City Beach, WA, 1963-1977) ===''PHELPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Phelps|Phelps, William Joseph]] [https://www.familysearch.org/tree/person/details/G8D5-97G] - 1912(NSW)-1987(NSW) - Licences: 2DL Sydney (Canterbury, 1931-1939, 1946; Ashbury, 1947-1975) - Qualifications: AOCP 769, 1931, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1935-1937; Ashfield, 1942; Ashbury, 1949-1963) ===''PHILBIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Philbin|Philbin, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GDKL-L7L] - 1889(Tas)-19??(???) - Licences: 7FP Queenstown (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ulverstone, 1914); electrician (Queenstown, 1919-1937); electrical fitter (Queenstown, 1949-1954); to NSW 1940s ===''PHILLIPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan William Albert Phillips|Phillips, Alan William Albert]] [https://www.familysearch.org/tree/person/details/GXVR-LD4] - 1915(SA)-2009(SA) - Licences: 5GX Adelaide (Somerton, 1936-1937) - Qualifications: cc; AOCP 1601, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (St Leonards, SA, 1939; South Plympton, SA, 1941-1943) * [[/Albert Maurice Phillips|Phillips, Albert Maurice]] [https://www.familysearch.org/tree/person/details/GXVR-GGP] - 1915(SA)-2008(SA) - Licences: 5ZU Adelaide (Prospect, 1936-1939, 1947-1980) - Qualifications: cc; AOCP 1713, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Gordon George Phillips|Phillips, Gordon George]] [https://www.familysearch.org/tree/person/details/GX7V-TB1] - 1887(NSW)-1941(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 93, 1915; 1COCP 321, 1933 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Townsville, 1912-1919); radio telegraphist (Currie, King Island, 1922); telegraphist (South Townsville, 1925); radio telegraphist (Thursday Island, 1928); radio telegraphist (Cooktown, 1937) * [[/Harry Edward James Thomas Phillips|Phillips, Harry Edward James Thomas]] [https://www.familysearch.org/tree/person/details/G8ZW-SXG] - 1896(Vic)-1963(Vic) - Licences: 3JU Melbourne (Mitcham, 1929-1933; Abbotsford, 1937; South Yarra, 1938-1939, 1946-1948; Merlynstone, 1954-1960) - Qualifications: AOCP 532, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: slaughterman (Newmarket, 1919); butcher (Emerald, 1922; Mitcham, 1924-1936; Abbotsford, 1937; South Yarra, 1949) * [[/James Graham Phillips|Phillips, James Graham]] [https://www.familysearch.org/tree/person/details/GZLJ-8JC] - 1909(SA)-1943(Vic) - Licences: 5BW Adelaide (Glenelg, 1926-1931; Somerton, 1933-1939)- Qualifications: cc; AOCP 256, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Somerton, 1939-1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/606863] * [[/Noel William Phillips|Phillips, Noel William]] [https://www.familysearch.org/tree/person/details/G9FX-877] - 1911(Qld)-1941(Qld) - Licences: 4NP Ipswich (1934-1939) - Qualifications: cc; AOCP 1396, 1934, Qld - amateur operator; amateur broadcaster; employment (Qld Public Works Dept) - Electoral Rolls: painter (Ipswich, Qld, 1936-1937) ===''PHILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurance Vincent Phillis|Phillis, Laurance Vincent]] [https://www.familysearch.org/tree/person/details/GS5R-98V] - 1900(SA)-1953(SA) - Licences: 5LP Adelaide (South Payneham, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1136, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PHILPOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Hanmer Philpot|Philpot, Clarence Hanmer]] [https://www.familysearch.org/tree/person/details/GMRM-C7S] - 1906(Vic)-1982(Vic) - Licences: Receive (Valve) Geelong (1923); 3CP Geelong (1924-1925); 3CP Warrnambool (1925-1926); 3KL Ararat (1927); 3KL Avoca (1931-1937); 3KL Horsham (1938-1939); 3KL Melbourne (Elsternwick, 1946-1980+) - Qualifications: cc; AOCP 381, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal clerk (Derrinallum, 1928; Avoca, 1931-1936); postal (Elsternwick, 1942-1980) ===''PHILPOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Jones Philpott|Philpott, Oliver Jones]] [https://www.familysearch.org/tree/person/details/G8LJ-52T] - 1869(???)-1934(Vic) - Licences: 3VS Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: orchardist (Sandringham, 1919); manager (Caulfield, 1921-1927) ===''PHIPPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Roger Sydney Phipps|Phipps, William Roger Sydney]] [https://www.familysearch.org/tree/person/details/GZX2-Z6G] - 1896(Eng)-1973(WA) - Licences: 6WP Perth (Subiaco, 1924-1927; Victoria Park, 1930-1933; South Perth, 1937-1939, 1946-1969) - Qualifications: cc; AOCP 111, 1925, No. ?? in WA; AOLCP 16, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Subiaco, 1921); electrical fitter (Subiaco, 1925); radio operator (Victoria Park, 1931; South Perth, 1936-1972) ===''PIKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Herbert Arthur Pike|Pike, John Herbert Arthur "Jack"]] [https://www.familysearch.org/tree/person/details/MT5R-K62] - 1890(NSW)-1961(NSW) - XJP Sydney (Arncliffe, 1911), XDY Sydney (Arncliffe, 1912-1914), XDZ Sydney (Arncliffe, 1912), 2DF Receive Sydney (Epping, 1922-1924), 2JP Sydney (Epping, 1925-1929; Greenwich, 1930-1939, 1946-1961), amateur operator (AOCP 130, 1925, No. ?? in NSW), amateur broadcaster, AWA (research, later draftsman) ===''PINNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chalker Pinnell|Pinnell, John Chalker]] [https://www.familysearch.org/tree/person/details/G8Z5-P4G] - 1902(NSW)-1997(NSW) - Licences: 2OL Receive Sydney (Annandale, 1923-1924); 2ZR Sydney (Marrickville, 1929-1934; Ashfield, 1935-1936; Summer Hill, 1937-1939, 1946-1950; Earlwood, 1954-1961; Croydon, 1965) - Qualifications: AOCP 547, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Dulwich Hill, 1930-1934; Ashfield, 1936; Summer Hill, 1937-1949); teacher (Earlwood, 1954-1963); retired (Ashfield, 1968; Mt Kuringai, 1980) ===''PINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Pinney|Pinney, C. R.]] - 18??-19?? - 4CP Port Moresby - amateur operator, amateur broadcaster ===''PITCHFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stuart Frederick Pitchford|Pitchford, William Stuart Frederick]] [https://www.familysearch.org/tree/person/details/GZ5C-X48] - 1906(Eng)-1959(SA) - Licences: 5WP Adelaide (City, 1926-1933; Hyde Park, 1937-1939) - Qualifications: cc; AOCP 254, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Reade Park, 1939-1943) ===''PITTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Graham Pitts|Browne, Reginald Graham or Graham Reginald]] [https://www.familysearch.org/tree/person/details/LZGB-56Y] - 1915(SA)-2005(WA) - Licences: 5GP Adelaide (Torrensville, 1934-1939); 5GP Alice Springs (1947); 5GE Port Augusta (1955-1975); 5GE Adelaide (Kensington Gardens, 1980+) - Qualifications: cc; AOCP 1377, 1934, SA; 2COCP 189, 1938; 1COCP 225, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: finisher (Torrensville, SA, 1941-1943); radio engineer (Alice Springs, NT, 1949) ===''POLLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Henderson Pollock|Pollock, John Henderson]] [https://www.familysearch.org/tree/person/details/GXFM-9TQ] - 1895(NSW)-1978(Qld) - Licences: Receive Brisbane (Moorooka, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Moorooka, Qld, 1922-1926); insurance manager (Townsville, Qld, 1928-1937); insurance agent (Moorooka, Qld, 1943-1977) ===''PONSONBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bessborough Ponsonby|Ponsonby, John Bessborough]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 466, 1919; 1COCP 50, 1930 - coastal wireless operator - Electoral Rolls: ===''POPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maitland Glen Pope|Pope, Maitland Glen]] [https://www.familysearch.org/tree/person/details/KJ4K-FN6] - 1884(WA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 122, 1915; 1COCP 153, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Subiaco, 1906); civil servant (Subiaco, WA, 1910); civil servant (Hobart North, Tas, 1914); officer-in-charge (Wireless Station, Thursday Island, Qld, 1919-1921); wireless expert (Wireless Station, Applecross, 1925); wireless operator (Moonee Ponds, Vic, 1927-1931); supervisor (Essendon, Vic, 1936-1954) ===''PORTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Glanville Porter|Porter, Leonard Glanville]] [https://www.familysearch.org/tree/person/details/GXLX-765] - 1897(SA)-1969(SA) - Licences: 5MP Huddlestone (1938-1939; 1947-1948) - Qualifications: cc; CPRT 966, 1927; 1COCP 73, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Flinders Naval Depot, Vic, 1924); wireless operator (5PI Crystal Brook, SA, 1939-1943) ===''POTTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Potter|Potter, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GXYZ-38V] - 1915(WA)-1993(WA) - Licences: 6ZO Perth (East Fremantle, 1937-1939; Bicton, 1947-1965; Melville, 1969-1980+) - Qualifications: cc; AOCP 1959, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (East Fremantle, WA, 1937-1943); contractor (East Fremantle, WA, 1949-1958; Melville, 1963); builder (Melville, WA, 1968-1980) * [[/William Francis Potter|Potter, William Francis]] [https://www.familysearch.org/tree/person/details/G878-638] - 1908(NSW)-1959(NSW) - Licences: 2WP Helensburgh (1928-1939); 2WP Fairy Meadow (1948-1950); 2WP Charlestown (1954-1960) - Qualifications: AOCP 399, 1928, No. ?? in NSW; 3COCP 38, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Helensburgh, 1930-1937); mechanic (Fairy Meadow, 1949); shiftman (Charlestown, 1954); electrical mechanic (Charlestown, 1958); railway employee (New Lambton, 1958) ===''POTTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Charles Pottie|Pottie, Norman Charles]] [https://www.familysearch.org/tree/person/details/9V3D-JFZ] - 1909(NSW)-1961(NSW) - Licences: 2HQ Sydney (Bellevue Hill, 1930-1931; Hunters Hill, 1933-1938; Mosman, 1939) - Qualifications: AOCP 589, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933; Hunters Hill, 1936-1937; Albury, 1943; Willoughby, 1949-1958) ===''POULSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valdemar Poulsen|Poulsen, Valdemar]] - 1869(Denmark)-1942(Denmark) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - inventor of a magnetic wire recorder, Poulsen arc transmitter - Electoral Rolls: Nil yet identified - Links: [[w:Valdemar Poulsen|Wikipedia]]; [https://ethw.org/Valdemar_Poulsen IEEE]; [https://www.britannica.com/biography/Valdemar-Poulsen Britannica] ===''POWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Power|Power, A. H.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Highgate Hill, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''PRESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Arthur Campbell Preston|Preston, Thomas Arthur Campbell]] [https://www.familysearch.org/tree/person/details/GHDV-FFD] - 1886(Tas)-1970(Tas) - Licences: 7BK Queenstown (1923-1927+) - Qualifications: cc; AOCP 190, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; Mount Lyell Co (electrical engineer, 1920s; chief engineer) - Electoral Rolls: engineer (Queenstown, 1919-1954) ===''PRESTON-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cedric Preston-Smith see Cedric Preston Smith ===''PRICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Clarey Price|Price, John Clarey "Jack"]] [https://www.familysearch.org/tree/person/details/L7GR-V19] - 1884(Qld)-1954(Qld) - Licences: 4CE (Receive) 1922; 4FI or 4FJ Brisbane (Bardon, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); radio business proprietor (Wireless House); public servant (PMG) - Electoral Rolls: mechanic (Wooloowin, 1912-1913); public servant (Bardon Estate, 1919-1936; Bardon, 1943-1954) * [[/Keith Ferguson Price|Price, Keith Ferguson]] [https://www.familysearch.org/tree/person/details/94TB-TPD] - 1900(Vic)-1978(Qld) - Licences: 4KF Brisbane (Camp Hill, 1937-1939, 1947) - Qualifications: cc; AOCP 1937, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Norman Park, Qld, 1925-1926); engineering instructor (Camp Hill, Qld, 1937-1943); electrical engineer (Camp Hill, Qld, 1954-1958) ===''PRIDDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Arthur Priddle|Priddle, Raymond Arthur]] [https://www.familysearch.org/tree/person/details/G8H3-PNF] - 1913(NSW)-1971(NSW) - Licences: 2RA Bathurst (1929-1936); 2RA Sydney (Marrickville, 1938-1939; Greenwich, 1946; Pymble, 1947-1961; Wahroonga, 1969) - Qualifications: AOCP 473, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: civil engineer (Yass, 1935; Marrickville, 1936-1943; Lane Cove, 1943; Pymble, 1949-1963); engineer (Wahroonga, 1968) ===''PRIDEAUX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Charles Prideaux|Prideaux, Joseph Charles]] [https://www.familysearch.org/tree/person/details/GX6Y-Y6H] - 1908(Qld)-1969(NSW) - Licences: 4DS Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: musician (Lismore, NSW, 1935-1943); hairdresser (Lismore, NSW, 1949-1968) ===''PRIDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Clifford Pridham|Pridham, Leslie Clifford]] [https://www.familysearch.org/tree/person/details/GXK2-H6C] - 1916(SA)-2007(SA) - Licences: 5WP Adelaide (Torrensville, 1937-1939) - Qualifications: cc; AOCP 2047, 1937, SA; BOCP 301, 1940; 1COCP 834, 1944 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Torrensville, SA, 1939-1941); public servant (Lockleys, SA, 1943) ===''PRINCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Prince|Prince, Albert Edward]] [https://www.familysearch.org/tree/person/details/GXKT-ZLR] - 1914(SA)-1996(SA) - Licences: 5WK Adelaide (Walkerville, 1934-1939; Kurralta Park, 1947; Plympton, 1948-1980+) - Qualifications: cc; AOCP 1358, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Queenstown, SA, 1941); fitter (Gracemere, SA, 1943); sheet metal worker (Broadview Gardens, SA, 1943) ===''PROPOSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilhelm Carl Lormann Proposch|Proposch, Wilhelm or William Carl Lormann or Forman]] [https://www.familysearch.org/tree/person/details/LVVN-TGW] - 1900(NSW)-1970(Qld) - Licences: 4PL Chinchilla (1937-1939); 4PL Nanango (1947-1969) - Qualifications: cc; AOCP 1986, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: wellborer (Maclargan via Jondaryan, Qld, 1925-1936); radio dealer (Chinchilla, Qld, 1937; Nanango, Qld, 1943-1968) ===''PRYZBILLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Alfred Pryzibilla|Pryzibilla, Colin Alfred]] [https://www.familysearch.org/tree/person/details/GXKD-1SY] - 1910(SA)-2001(SA)91yo - Licences: 5XJ Adelaide (Parkside, 1935-1939, 19471960; Brooklyn Park, 1965-1969; Ascot Park, 1975; Plympton Park, 1980) - Qualifications: cc; AOCP 1590, 1935, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PURDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Commodore Vere Purdon|Purdon, Commodore Vere]] [https://www.familysearch.org/tree/person/details/GQ28-Y6B] - 1901(Tas)-1968(Tas) - Licences: 7AM Receive Hobart (Battery Point, 1922); Receive Hobart (Battery Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart East, 1922; Hobart South, 1928; Bellerive, 1936-1954) =='''Q'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''QUICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Quick|Quick, John]] [https://www.familysearch.org/tree/person/details/LKWF-QQF] - 1852(Eng)-1932(Vic) - state politician (MLA Vic, 1880s & 1890s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1909-1910), oversight of 1909 Melbourne Wireless Telegraphy Conference - Links: [[w:John_Quick_(politician)|Wikipedia]]; [https://adb.anu.edu.au/biography/quick-sir-john-8140 ADB] ===''QUIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Quin|Quin, Charles]] [https://www.familysearch.org/tree/person/details/G8VW-TP8] - 1910(WA)-1979(WA) - Licences: 6CX Perth (Subiaco, 1930-1933; Nedlands, 1937; Wembley, 1938-1939, 1946-1947) - Qualifications: cc; AOCP 678, 1930, No. ?? in WA; AOLCP 178, 1934 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Wembley Park, 1937); accountant (Swanbourne, 1963); retired (Swanbourne, 1972-1977) =='''R'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''RADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Dynan Radford|Radford, Wilfred or William Dynan]] [https://www.familysearch.org/tree/person/details/92MT-KNF] - 1916(Qld)-1996(NSW) - Licences: 4WV Brisbane (Ashgrove, 1936-1937); 4WW Brisbane (Ashgrove, 1938-1939) - Qualifications: cc; AOCP 1624, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: theological student (Hunters Hill, NSW, 1943); clergyman (Toongabbie, NSW, 1954); priest (Marist College, Armidale, NSW, 1958; Toongabbie, NSW, 1963-1968; Hunters Hill, NSW, 1977-1980) ===''RAGLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Beaumont Ragless|Ragless, Gordon Beaumont]] [https://www.familysearch.org/tree/person/details/GMY3-58F] - 1909(SA)-2002(SA) - Licences: 5GR Adelaide (St Marys, 1928-1939; Marion, 1946-1948) - Qualifications: cc; AOCP 434, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: orchard assistant (St Marys, 1939-1943) ===''RAINBOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Rainbow|Rainbow, Christopher James]] [https://www.familysearch.org/tree/person/details/G87K-BB5] - 1911(Vic)-1994(Vic) - Licences: 3JR Melbourne (Preston, 1928-1954; West Preston, 1955-1969; Rosebud, 1975-1980) - Qualifications: AOCP 406, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, partnership (Supreme Radio Co, Preston ?-1932), WW2 (RAAF) - Electoral Rolls: engineer (Preston, 1931-1942); traveller (Preston, 1949-1972; Rosebud, 1977); retired (Rosebud, 1980) - Relationships: brother-in-law of 3PA Percy James Anderson ===''RAMSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Ramsay|Ramsay, Frederick Charles]] [https://www.familysearch.org/tree/person/details/GXNM-4RT] - 1871(Eng)-1950(NSW) - Licences: Receive (Crystal) Brisbane (Toowong, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hermit Park, Qld, 1903-1905; South Brisbane, Qld, 1912; West End, Qld, 1915-1919); accountant (Toowong, Qld, 1921-1925; Waverley, NSW, 1930-1934); teacher (Waverley, NSW, 1936-1943) * [[/Robert Ramsay|Ramsay, Robert ]] - 1842(Sct)-1882(Vic) - solicitor, Victorian politician, Postmaster-General Victoria (Jul 1874 - Aug 1875; Oct 1875 - May 1877) ===''RANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Otto Randell|Randell, Charles Otto]] [https://www.familysearch.org/tree/person/details/97TF-XLP] - 1880(NSW)-1958(Qld) - Licences: 4BK Innisfail (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster (callsign to 4BK Brisbane commercial 1930) - Comment: 4AC Leslie Waters employed by Randell Engineering - Electoral Rolls: analytical chemist (Hambledon, 1903); chemist (Goondi, 1908); engineer (Innisfail, 1912-1913); mechanical engineer (Townsville, 1915); analytical chemist (Innisfail, 1919-1930); agent (Toowong, 1936); chemist (Brisbane, 1937); industrial chemist (North Sydney, 1949) ===''RANKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Ronald Rankin|Rankin, Kenneth Ronald "Ken"]] [https://www.familysearch.org/tree/person/details/L2RC-8FS] - 1906(Vic)-1964(Vic) - Licences: 3KR Kerang (1926-1939); 3KR Benalla (1946-1960) - Qualifications: AOCP 242, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio salesman (Kerang, 1928-1937); manager (Benalla, 1949-1963) - Probate: Theatre Manager (Benalla, 1965) ===''RANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Rann|Rann, George William]] [https://www.familysearch.org/tree/person/details/GZDG-VMV] - 1908(WA)-1974(WA) - Licences: 6KO Perth (Nedlands, 1932-1939) - Qualifications: cc; AOCP 1000, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Nedlands, WA, 1931); printer (West Subiaco, WA, 1936; Wembley, WA, 1937-1943; Leederville, WA, 1954-1958); civil servant (City Beach, WA, 1963-1972) ===''RAYNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Rayner|Rayner, Jack]] [https://www.familysearch.org/tree/person/details/LYQQ-2LK] - 1898(NSW)-1972(NSW) - Licences: 2LJ Sydney (Stanmore, 1928-1930; Belmore, 1931-1939, 1946-1950) - Qualifications: AOCP 384, 1928, No. ?? in NSW; 2COCP 425, 1933; 1COCP 335, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: police constable (Annandale, 1930); constable (Belmore, 1933-1934); police constable (Belmore, 1937-1949) ===''READ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Earl Read|Read, Alfred Earl "Earl"]] - 1892(NZ)-1960(NZ) - journalist (editor NZ Radio Times to 1936; editor and proprietor, Australasian Radio World 1936-1940; manager, Australasian Radio World 1940+) * [[/Allan William Read|Read, Allan William]] [https://www.familysearch.org/tree/person/details/GX1B-WF2] - 1913(WA)-1983(WA) - Licences: 6LK Perth (Mt Lawley, 1931-1933); 6LK Northam (1937-1939) - Qualifications: cc; AOCP 735, 1931, No. ?? in WA; AOLCP 163, 1934; 1COCP 83, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Broadcasting Station, Northam, WA, 1936-1937); radio technician (North Perth, WA, 1943-1958); public servant (Nollamara, WA, 1963-1980) ===''READER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/d'Arcy Harold Reader|Reader, d'Arcy Harold]] [https://www.familysearch.org/tree/person/details/L5KX-8N8] - 1888(NZ)-1952(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 123, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: wireless telegraphist (Thursday Island, Qld, 1916-1917) ===''READING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Reading|Reading, Edward Charles]] [https://www.familysearch.org/tree/person/details/GZW7-9DL] - 1904(NSW)-1979(NSW) - 2RG Bangalow (1925-1929), 2LT Lismore (1965-1975), amateur operator (AOCP 65, 1925, No. ?? in NSW), amateur broadcaster, electrician, Reading Bros (proprietor & electrical engineer, 1930-1939), 2RG callsign may have been withdrawn by PMGD for 2RG Griffith commercial * [[/Leonard William Reading|Reading, Leonard William]] [https://www.familysearch.org/tree/person/details/L2LY-H23] - 1904(WA)-1989(WA) - Licences: 6LR Northam (1933-1936); 3TQ Newport (1937); 6LR Perth (Pearce, 1938-1939; South Perth, 1946-1947) - Qualifications: cc; AOCP 1200, 1933, Vic; 1COCP 384, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Northam, WA, 1925-1936; Newport, Vic, 1937); airman (South Perth, WA, 1943); supervisor (Karinup, WA, 1980) ===''REDDROP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Reddrop|Reddrop, James William Jnr]] [https://www.familysearch.org/tree/person/details/GD1T-SYY] - 1906(Vic)-1981(NSW) - Licences: 7BN Launceston (1934-1937); 3BN Melbourne (Caulfield, 1938-1939, 1946-1954) - Qualifications: cc; 1COCP 28, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: airman (Elsternwick, 1931; St Kilda, 1937); air force (Elsternwick, 1942-1954); air force officer (Glenbrook, NSW, 1958); RAAF officer (Campbell, 1963); retired (Hackett, ACT, 1968); representative (Tbre Lake, 1972-1980) ===''REED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Griffiths Reed|Reed, Joseph Griffiths "Joe"]] [https://www.familysearch.org/tree/person/details/GC6Y-GZZ] - 1897(NSW)-1969(NSW) - Licences: XABP Newcastle (1914); 2JR Sydney(Summer Hill, 1924-1933; Croydon, 1934-1939; Northbridge, 1946-1969) - Qualifications: cc; CPRT 710, 1922; 1COCP 235, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio engineer (Summer Hill, NSW, 1930-1934); engineer (Croydon, NSW, 1936-1937); electrical engineer (Northbridge, NSW, 1943-1968) ===''REEDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Bennett Reedman|Reedman, Alfred Bennett]] [https://www.familysearch.org/tree/person/details/KZLN-MVM] - 1896(Qld)-1982(Qld) - Licences: Receive (Valve) Brisbane (Norman Park, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kangaroo Point, Qld, 1919-1921; Norman Park, Qld, 1925-1980) ===''REES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Montague Elyder Rees|Rees, Richard Montague Elyder]] [https://www.familysearch.org/tree/person/details/MPXW-S6Y] - 1901(Eng)-1962(Vic) - Licences: 2RE Sydney (Stanmore, 1926-1927; Coogee, 1928-1930); 2WM Sydney (Enfield, 1931-1933); 2APW Albury (1946-1947); 3APW Darling (1948-1954) - Qualifications: AOCP 296, 1926, No. ?? in NSW; CPRTelephony 959, 1927; 2COCP 283, 1930; BOCP 107, 1937; 1COCP 941, 1945 - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Enfield, 1931-1937) ===''REEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Herbert Reeves|Reeves, Cecil Herbert]] [https://www.familysearch.org/tree/person/details/GF3Z-X92] - 1905(WA)-1975(WA) - Licences: 6CR Perth (Claremont, 1931-1933; Victoria Park, 1937-1939) - Qualifications: cc; AOCP 746, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Claremont, WA, 1931; Victoria Park, WA, 1936-1943; Wagin, WA, 1954; Fremantle, WA, 1958; East Fremantle, WA, 1963-1972) ===''REID''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Reid|Reid, John]] [https://www.familysearch.org/tree/person/details/GF3G-PDG] - 1901(Vic)-19??(???) - Licences: 3BE Melbourne (Werribee, 1937); 6BE Perth (RAAF, Pearce, 1938); 3AJR Ballarat (1947-1980+) - Qualifications: cc; 2COCP 26, 1935 - amateur operator; amateur broadcaster; WW2 - Comment: Several contemporaneous JRs - Electoral Rolls: retired (Ballarat, Vic, 1977-1980) ===''REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Dwyer Reilly|Reilly, Edward or Edwin Dwyer]] [https://www.familysearch.org/tree/person/details/G9S5-67P] - 1913(Vic)-1991(SA) - Licences: 5AI Adelaide (Woodville, 1935-1939; Brooklyn Park, 1947-1975; Aldinga, 1980+) - Qualifications: cc; AOCP 1524, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Woodville, SA, 1939-1943) * [[/Eric Harold Reilly|Reilly, Eric Harold]] [https://www.familysearch.org/tree/person/details/L153-S1X] - 1905(Qld)-1950(Qld) - Licences: 4ER Brisbane (Hill End, 1934-1937); 4ER Laidley (1938-1939, 1946-1948) - Qualifications: cc; AOCP 1339, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ, WICEN) - Electoral Rolls: rubber worker (Hill End, Qld, 1934-1937); motor mechanic (Laidley, Qld, 1943-1949) ===''REIMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Alwin Reimann|Reimann, Albert Alwin]] [https://www.familysearch.org/tree/person/details/G4RD-V3K] - 1905(SA)-1946(SA) - Licences: 5JO Adelaide (Kent Town, 1928-1939) - Qualifications: cc; AOCP 453, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil ===''REINARTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John L. Reinartz|Reinartz, John L.]] - 1894(Ger)-1964(USA) - 1QP (1908-?), 1XAM, W3RB, K6BJ USA, amateur operator, with Fred Schnell made first Trans-Atlantic 2 Way QSO with F8AB Leon Deloy ===''REINHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Cyril Reinhold|Reinhold, Edwin Cyril]] [https://www.familysearch.org/tree/person/details/LHH4-WWR] - 1900(Qld)-1984(Qld) - Licences: Q747 Receive Brisbane (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Clayfield, 1925); motor mechanic (Gracefield, 1931-1949); soldier (Sherwood, 1954-1980) ===''RENNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rennie|Rennie, F.]] - 19??(???)-19??(???) - Licences: 3HI Receive Melbourne (South Yarra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/J. M. Rennie|Rennie, J. M.]] - 19??(???)-19??(???) - Licences: 3QF Receive Melbourne (Northcote, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/K. M. Rennie|Rennie, K. M.]] - 19??(???)-19??(???) - Licences: 2AO Receive Sydney (Edgecliffe, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''RENSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Phillip Renshaw|Renshaw, Walter Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G9KS-1LX] - 1891(NSW)-1968(NSW) - Licences: XFP Sydney (Roseville, 1912-1914); 2DE Sydney (Roseville, 1922-1939) - Qualifications: cc; CPRT 370, 1918 - early wireless experimenter; amateur operator - amateur broadcaster; WW1; radio clubs (WIA NSW - 1912+, President, Federal President); professional clubs (IRE NSW - founding member); business (consulting engineer); witness to Royal Commission 1927 (as Hon. Sec. WIA NSW) - Comment: late 1930s entangled in a NSW State Government corruption enquiry - Electoral Rolls: civil engineer (Roseville, 1936-1954; Ashfield, 1958-1968) ===''RENWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Griffith Renwick|Renwick, Arthur Griffith]] [https://www.familysearch.org/tree/person/details/GD57-8XV] - 1902(NSW)-1967(NSW) - Licences: 2CG Receive Sydney (Woollahra, 1922) - Qualifications: cc; BOCP 292, 1940 - amateur receiver - Electoral Rolls: pharmacist (Roseville, 1930-1937); chemist (Drummoyne, 1943-1954); retail chemist (Strathfield, 1958-1963) ===''RETALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Moncrieff Retallick|Retallick, James Moncrieff]] [https://www.familysearch.org/tree/person/details/LKK3-QDW] - 1898(NSW)-1969(NSW) - Licences: 2XO Bellingen (1930-1939, 1946-1947); 2FE Portable Bellingen (1933-1939); 2XO Raleigh (1948-1955); 2XO Coffs Harbour (1956-1958); 2XO Urunga (1960-1969); - Qualifications: AOCP 664, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: attendant (Substation, Raleigh, 1949-1954); electrical mechanic (Urunga, 1963-1968) ===''REYNOLDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Daniel Reynolds|Reynolds, George Daniel]] [https://www.familysearch.org/tree/person/details/GX9J-VBQ] - 1886(NZ)-1964(Vic) - Licences: Nil yet identified - Qualifications: cc; 1COCP 180, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: wireless operator (Rockhampton, 1917; Cooktown, 1928); radio (Malvern, 1934-1937); wireless operator (New Farm, 1943); radio station manager (Townsville, 1949); retired (Malvern, 1954-1963) ===''RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Rhodes|Rhodes, Harry]] [https://www.familysearch.org/tree/person/details/G8BS-QMC] - 1887?(???)-1966(SA) - Licences: Receive (Valve) Kadina (1923); 5HR Kadina (1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: Needs more research - Electoral Rolls: electrical engineer (Quorn, 1939-1943; Grassmere, 1943) ===''RIBBETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Ribbett|Ribbett, Thomas John]] [https://www.familysearch.org/tree/person/details/GXQQ-YRJ] - 1880(SA)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPOE, 1917) - Electoral Rolls: Nil yet identified ===''RICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fry Rich|Rich, Charles Fry]] [https://www.familysearch.org/tree/person/details/GXN8-YZ3] - 1873(Eng)-1949(NSW) - Licences: 4CR Fife Bay, Papua - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Father of 4VX 2AJZ 9VX 2API Mackendrick Charles William Rich - Electoral Rolls: retired (Chatswood, NSW, 1943-1949) * [[/Mackendrick Charles William Rich|Rich, Mackendrick Charles William]] [https://www.familysearch.org/tree/person/details/GXN8-5MB] - 1903(PNG)-1991(NSW) - Licences: 4VX Samarai, Papua (1938-1939); 2AJZ Sydney (Chatswood, 1946); 9VX Port Moresby (1947-1948); 2API Sydney (Manly Vale, 1954-1955; Balgowlah, 1956-1969; Manly Vale, 1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Son of 4CR Charles Fry Rich - Electoral Rolls: no occupation (Manly Vale, NSW, 1954-1963); retired (Manly Vale, NSW, 1977-1980) ===''RICHARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. F. Richards|Richards, G. F.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (Moonah, 1923); 2237 Hobart (Moonah, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/George Richards|Richards, George]] [https://www.familysearch.org/tree/person/details/GHDM-JZ6] - 1888(Qld)-1963(Qld) - Licences: 4XK Ipswich (1930-1939) - Qualifications: cc; AOCP 575, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mine manager (Silkstone, 1917-1932; Booval, 1936-1958) * [[/Maurice Evans Richards|Richards, Maurice Evans]] [https://www.familysearch.org/tree/person/details/GZ3X-KPB] - 1910(SA)-1997(SA) - Licences: 5CY Receive Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923); 5MR Adelaide (Glenunga, 1927-1928) - Qualifications: cc; AOCP 369, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Relationships: Likely a relation of 5WR Wilfred Mayo Richards - Electoral Rolls: welder (Millswood East, SA, 1943) * [[/Norman Henry Richards|Richards, Norman Henry]] [https://www.familysearch.org/tree/person/details/GXH1-NL1] - 1912(Eng)-2007(Qld) - Licences: 4NR Brisbane (Wooloowin, 1932-1937) - Qualifications: cc; AOCP 1071, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Wooloowin, Qld, 1936-1937); mechanic (Eagle Junction, Qld, 1943); refrigeration engineer (Maryborough, Qld, 1949-1954); engineer (Ashgrove, Qld, 1963-1968); retired (Glasshouse Mountains, Qld, 1972-1977; Tin Can Bay, Qld, 1980) * [[/Victor John Richards|Richards, Victor John]] [https://www.familysearch.org/tree/person/details/GFML-3HH] - 1916(WA)-1992(WA) - Licences: 6JR Perth (Nedlands, 1937-1939) - Qualifications: cc; AOCP 1894, 1937, WA; 2COCP 265, 1939; 1COCP 367, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: storeman (Nedlands, WA, 1937); radio operator (Alice Springs, NT, 1943); machinery assistant (Wivenhoe, Tas, 1949); radio technician (Darlinghurst West, NSW, 1949; Charters Towers, Qld, 1949)); radio operator (Carlingford, NSW, 1954); radio technician (Blacktown, NSW, 1958); technician (Applecross, WA, 1958-1972); radio officer (Applecross, WA, 1977-1980) * [[/Wilfred Mayo Richards|Richards, Wilfred Mayo]] [https://www.familysearch.org/tree/person/details/GZ3X-6W4] - 1896(SA)-1948(SA) - 5WR Adelaide (Medindie Gardens, 1927-1939, 1946-1948) - Qualifications: cc; AOCP 364, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - certainly a relation of 5MR Maurice Evans Richards ===''RICHARDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Kennington Richardson|Richardson, Alan Kennington]] [https://www.familysearch.org/tree/person/details/GXRM-73L] - 1914(SA)-1994(SA) - Licences: 5AR Adelaide (Everard Park, 1934-1939; City, 1947-1980+) - Qualifications: cc; AOCP 1277, 1934, SA; AOLCP 201, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Everard Park, SA, 1939) * [[/Jasper Bede Richardson|Richardson, Jasper Bede]] [https://www.familysearch.org/tree/person/details/GX1J-LTY] - 1907(WA)-1969(WA) - Licences: 6LX Perth (Fremantle, 1931-1933; Hollywood, 1937-1939) - Qualifications: cc; AOCP 831, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (East Fremantle, WA, 1931); radio mechanic (Hollywood, WA, 1936-1937; East Perth, WA, 1943; East Fremantle, WA, 1949); mechanic (Bicton, WA, 1954-1968) * [[/John Keith Richardson|Richardson, John Keith "Keith"]] [https://www.familysearch.org/tree/person/details/G6QQ-76P] - 1906(Qld)-1954(Tas) - Licences: 4KR Barcaldine (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: overseer ("Ashgrove", Gore, 1930-1932) ===''RICKABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorimer Douglas Rickaby|Rickaby, Lorimer Douglas "Rick"]] [https://www.familysearch.org/tree/person/details/GMR4-Z8W] - 1906(Qld)-1975(Qld) - Licences: 4VR Brisbane (Coorparoo, 1936-1939, 1946-1948; Coopers Plains, 1955-1975) - Qualifications: cc; BOCP 485, 1938 - amateur operator; amateur broadcaster; broadcast technician (4VL, 4AK, 4BK); military (WW2, RAN); ship wireless officer; security officer (MSS) - Relationships: father of 4RX Brian ??? Rickaby; father-in-law of 4VR Valerie ??? Rickaby - Electoral Rolls: telegraphist (Flinders Naval Depot, Vic, 1931-1934); radio engineer (Coorparoo, Qld, 1937); technician (Coorparoo, Qld, 1943-1949); meter reader (Coopers Plains, Qld, 1958-1972) * [[/Brian ??? Rickaby|Rickaby, Brian ???]] - Licences: 4ZAP Brisbane (Coopers Plains, 1960); 4RX Brisbane (Salisbury, 1965-1980) - Qualifications: AOLCP; AOCP; BOCP; TVOCP - amateur operator; broadcast engineer (Qld State Broadcasting Office, P&TD / DoC / DoTaC / ABA) - Relationships: son of 4VR Lorimer Douglas Rickaby; husband of 4VR Valerie ??? Rickaby - Electoral Rolls: ===''RIETHMULLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Riethmuller|Riethmuller, Eric Charles]] [https://www.familysearch.org/tree/person/details/G64Z-XCL] - 1903(Qld)-1987(Qld) - Licences: 4SK Willis Island (1931) - Qualifications: cc; 2COCP 250, 1930; 1COCP 299, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jandowae, 1936); radio technician (Wellington, NSW, 1937; Moorooka, 1943); radio operator (Darlinghurst, 1949; Wahroonga, 1963-1972); retired (Toowoomba, 1972-1980) ===''RING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Mostyn Ring|Ring, Keith Mostyn]] [https://www.familysearch.org/tree/person/details/LKB8-YR7] - 1913(SA)-1991(SA) - Licences: 5KH Adelaide (Kensington Park, 1932-1939, 1947-1948; Marion, 1954; Eden Hills, 1955-1969); 5KH Williamstown (1975); 5KH Kapunda (1980+) - Qualifications: cc; AOCP 923, 1932, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank official (Jamestown, SA, 1941-1943) * [[/Thomas Leo Ring|Ring, Thomas Leo]] [https://www.familysearch.org/tree/person/details/GX95-D97] - 1893(Vic)-1945(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 233, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Rockhampton, 1916; Sandgate, 1921); clerical assistant (Bowen, Qld, 1925); postmaster (Texas, 1930-1937); retired (Hendra, Qld, 1943) ===''RIPPEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Adolf Heinrich Gerhard Rippen|Rippen, Adolf Heinrich Gerhard]] [https://www.familysearch.org/tree/person/details/GZLK-QSB] - 1919(WA)-1941(Off coast of Kenya) - Licences: 6GR Perth (Fremantle, 1936-1939) - Qualifications: cc; AOCP 1731, 1936, WA - amateur operator; amateur broadcaster; WW2 (RAN, HMAS Sydney II, Telegraphist) - Electoral Rolls: engineer (Fremantle, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.sydneymemorial.com/registrydetails.asp?ID=478 HMAS Sydney II Memorial]; [https://vwma.org.au/explore/people/644953 VWMA]; [http://www.streetwisemedia.com.au/unknown-sydney-sailor-named-after-80-years/ Streetwise] ===''RIVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Ronald Rivers|Rivers, Edmund Ronald or Ronald Edmund]] [https://www.familysearch.org/tree/person/details/GDJH-V2S] - 1901(Vic)-1950(Vic) - Licences: 3ER Receive Melbourne (Essendon, 1922-1923); 3ER Melbourne (Essendon, 1924-1925) - Qualifications: cc; CPRT 767, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''RIX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Henry George Rix|Rix, Walter Henry George]] [https://www.familysearch.org/tree/person/details/MMQX-KZQ] - 1898(Qld)-1923(Qld) - Licences: 4EC Receive Brisbane (Bulimba, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: tram conductor (Valley, Qld, 1919-1921) ===''ROBBINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Fellows Robbins|Robbins, Thomas Fellows]] [https://www.familysearch.org/tree/person/details/GX5X-2SL] - 1918(SA)-1986(SA) - Licences: 5DK Adelaide (Fullarton, 1935-1937; Malvern, 1938-1939); 5AQ Leigh Creek (1954-1960); 5AQ Port Augusta (1965-1980+) - Qualifications: cc; AOCP 1548, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Malvern, SA, 1941-1943) ===''ROBERTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles D'Arcy Roberts|Roberts, Charles D'Arcy]] [https://www.familysearch.org/tree/person/details/GZ2N-VBN] - 1909(NSW)-1943(Burma) - licences: 2JV Sydney (Greenwich, 1928-1939) - qualifications: AOCP 408, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 (signalman, 8 Division Signals, 1943) - Electoral rolls: clerk (Lane Cove, 1930-1937) - "Greater love hath no man than this" * [[/Harry Mayland Roberts|Roberts, Harry Mayland or Mayfield (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXLH-KKF] - 1912(SA)-1979(SA) - Licences: 5MY Adelaide (Alberton East, 1931; Myrtle Bank, 1938-1939; Fullarton Estate, 1947-1954; Plympton, 1955-1965; North Plympton, 1969-1975) - Qualifications: cc; AOCP 763, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Myrtle Bank, SA, 1939-1943) * [[/J. C. A. Roberts|Roberts, J. C. A.]] - 19??(???)-19??(???) - Licences: XAAY Sydney (Parramatta, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Identification: Not yet identified, despite three given names - Electoral Rolls: Nil yet identified * [[/Nicholas William Roberts|Roberts, Nicholas William]] [https://www.familysearch.org/tree/person/details/GXRC-XKV] - 1915(SA)-1936(SA) - Licences: 5NR Adelaide (St Peters, 1933-1936) - Qualifications: cc; AOCP 1228, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, age 21yo - Electoral Rolls: Nil yet identified * [[/Noel Grafton Roberts|Roberts, Noel Grafton]] [https://www.familysearch.org/tree/person/details/GXRD-CCL] - 1924(Eng)-2008(Eng) - Licences: 5NR Katherine (1947) - Qualifications: cc; 1COCP 589, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio inspector (Tally Ho, Vic, 1967-1968; Glen Waverley, Vic, 1972-1980) * [[/Richard George Crafter Roberts|Roberts, Richard George Crafter or Crofter]] [https://www.familysearch.org/tree/person/details/MWFZ-Z24] - 1901(NSW)-1964(NSW) - Licences: 2UU Sydney (Ashfield, 1923-1925) - Qualifications: cc; CPRT 750, 1922; 2COCP 430, 1933; 1COCP 505, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ashfield, 1933-1936; Lovetts Bay, 1943; Chatswood, 1949-1958) * [[/Russell Flexmore Roberts|Roberts, Russell Flexmore]] [https://www.familysearch.org/tree/person/details/LL4K-265] - 18??-1961(Qld) - Licences: 4PN Brisbane (West End, 1927-1933; Annerley, 1937-1939, 1946-1960) - Qualifications: cc; AOCP 372, 1927, No. 41 in Qld - amateur operator; amateur broadcaster; WW2; television experimenter (4CM); broadcaster (4BC, manager) - Electoral Rolls: musical director (South Brisbane, 1919); musician (Coorparoo, 1934); manager (Yeronga, 1936-1937); alderman (Annerley, 1954) * [[/V. Roberts|Roberts, V.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ROBERTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Desmond Robertson|Robertson, Brian Desmond]] [https://www.familysearch.org/tree/person/details/GX2G-W63] - 1921(SA)-1996(SA) - Licences: 1RD Macquarie Island (1950s); 5RD Adelaide (Henley Beach, 1954-1956) - Qualifications: cc; 1COCP 998, 1946 - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/David Sterling Robertson|Robertson, David Sterling]] [https://www.familysearch.org/tree/person/details/GW2M-F7H] - 1920(SA)-19??(???) - Licences: 5RN Adelaide (Mt Lofty, 1937-1939, 1948-1965); 1ATR Canberra (Deakin, 1956; Yarralumla, 1960); 5RN Adelaide (Stirling, 1969-1980+) - Qualifications: cc; AOCP 1944, 1937, SA; 2COCP 346, 1940; 1COCP 405, 1940 - amateur operator; amateur broadcaster - Relationships: Husband of 5YL-1YL Denise Alison Robertson nee Haslam - Electoral Rolls: radio engineer (North Sydney, 1943) * [[/Denise Alison Robertson|Robertson nee Haslam, Denise Alison]] [https://www.familysearch.org/tree/person/details/GW2M-JWG] - 1927(NSW)-2008(SA) - Licences: 1YL Canberra (Yarralumla, 1960-1965); 5YL Adelaide (Stirling, 1969) - Qualifications: cc; AOCP 3552, 1956, ACT - amateur operator; YL operator - Relationships: Wife of 5RN-1ATR David Sterling Robertson - Electoral Rolls: Nil yet identified ===''ROBINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Robinson|Robinson, Alexander]] [https://www.familysearch.org/tree/person/details/L1G8-ZJ2] - 1900(Eng)-1949(NSW) - Licences: 2GR Sydney (Haberfield, 1930-1937; Richmond, 1938-1939; Hunter's Hill, 1946-1948) - Qualifications: AOCP 498/499, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical meter tester (Haberfield, 1933-1936) - 2GR callsign previously held by Joseph Sydney Marks * [[/Arthur Robinson|Robinson, Arthur]] [https://www.familysearch.org/tree/person/details/G8CS-4PP] - 1926(Vic)-19??(???) - Licences: 3ABF Sale (1948-1956); 3ABF Melbourne (Croydon, 1960); 3ABF Traralgon (1965-1980+) - Qualifications: AOCP 2710, 1948, Vic; TVOCP 184, 1959 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Sale, 1949-1954); technician (Croydon, 1963); PMG TV technician (Traralgon, 1963-1980) * [[/Charles John Robinson|Robinson, Charles John]] [https://www.familysearch.org/tree/person/details/LNJD-DC5] - 1908(Tas)-2004(???) - Licences: 7RC Launceston (1936-1937); 7KR Launceston (1938-1939) - Qualifications: cc; AOCP 1668, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carter (Launceston, 1936-1937); cordial maker (Launceston, 1943) * [[/John William Robinson|Robinson, John William]] [https://www.familysearch.org/tree/person/details/GS7H-Q61] - 1895(Eng)-1963(NSW) - Licences: 2EN Receive Sydney (Ryde, 1922-1923); 2RN Receive Sydney (Concord, 1923); 4RN Brisbane (Kedron, 1931) - Qualifications: cc; Nil yet identified - amateur receiver; amateur broadcaster; Honorary Radio Inspector NSW; First director 4QG - Comment: several contemporaneous JWRs - Electoral Rolls: wireless engineer (Merthyr, Qld, 1925-1926); radio engineer (Highgate Hill, Qld, 1928); engineer (Herston, 1936-1937) ===''ROBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Laudreux Robson|Robson, Colin Laudreux]] [https://www.familysearch.org/tree/person/details/GXYV-TL8] - 1916(WA)-1973(WA) - Licences: 6XI Perth (Mt Lawley, 1937-1939); 6XI Northam (1947-1948); 6XI Waterloo (1954-1960); 6XI bunbury (1965-1969) - Qualifications: cc; 3COCP 181, 1936; AOCP 2055, 1937, WA; BOCP 234, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (6AM Quarters, Northam, WA, 1949; 6TZ, Waterloo, WA, 1958-1963; Bunbury, WA, 1968-1972) ===''ROCKWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Bruce Rockwell|Rockwell, Horace Bruce]] [https://www.familysearch.org/tree/person/details/K882-BWV] - 1887(Tas)-1955(NSW) - Licences: XQH Brisbane (Wynnum) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; WW1; WW2; a founder of Wireless Institute of Queensland 1912 - Electoral Rolls: electrician (Fort Lytton, Qld, 1913; Wynnum, Qld, 1917-1919); electrical engineer (Enoggera, Qld, 1919; Chelmer, Qld, 1925); electrician (Fort Lytton, Qld, 1936-1937); soldier (Middle Head, NSW, 1943); engineer (Northbridge, NSW, 1949) ===''RODDA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William David Rodda|Rodda, William David]] [https://www.familysearch.org/tree/person/details/G8WK-4JB] - 1907(WA)-1961(WA) - Licences: 6WR Perth (Claremont, 1928-1939) - Qualifications: cc; AOCP 435, 1928, No. ?? in WA; BOCP 1191, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Claremont, 1931-1936; Nedlands, 1937; Claremont, 1943); control operator (Nedlands, 1949-1954); technician (Perth, 1958) ===''RODWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Rodwell|Rodwell, Albert Edward]] [https://www.familysearch.org/tree/person/details/MWX8-VG7] - 1909(Qld)-1976(Qld) - Licences: Receive (Crystal) Brisbane (Bowen Hills, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Bowen Hills, Qld, 1936-1937); grocer (Kedron, Qld, 1943-1949); company manager (Wavell Heights, Qld, 1954-1968); bookseller (Aspley, Qld, 1972) ===''ROGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Stanley Rogers|Rogers, Bernard Stanley]] [https://www.familysearch.org/tree/person/details/GXPV-L34] - 1912(SA)-1987(SA) - Licences: 5FG Adelaide (Blackwood, 1934-1939; Edwardstown, 1947-1948; Glandore, 1954-1980+) - Qualifications: cc; AOCP 1274, 1934, SA; 1COCP 907, 1945 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Edwardstown, SA, 1939-1943) ===''ROHDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Campbell Rohde|Rohde, William Campbell "Bill"]] [https://www.familysearch.org/tree/person/details/G76S-GRF] - 1907(Qld)-1991(Qld) - Licences: 4RW Brisbane (Red Hill, 1929-1939) - Qualifications: cc; AOCP 493, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (YWCA Wireless Club); comms engineer (PMGD); broadcast engineer (4QG) - Electoral Rolls: telephone mechanic (Red Hill, 1934-1943; Newmarket, 1949); postal engineer (Coorparoo, 1958-1980) ===''ROLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Rolls|Rolls, Sydney]] [https://www.familysearch.org/tree/person/details/GX95-V3F] - 1886(???)-1957(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918); WW1 - Electoral Rolls: electrician (Auburn, Vic, 1916-1919); naval officer (Camberwell, Vic, 1924-1925); engineer (Hawthorn, Vic, 1928-1949) ===''ROSCOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Thomas Roscoe|Roscoe, Geoffrey Thomas]] [https://www.familysearch.org/tree/person/details/G8QR-GJY] - 1900(Qld)-1985(Qld) - Licences: Receive Condamine (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: teacher (Condamine, Qld, 1925; Macknade, Qld, 1936-1937; Boonah, Qld, 1943); retired (St Lucia, Qld, 1968-1980) ===''ROSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William (Qld) Rose|Rose, Robert William (Qld)]] [https://www.familysearch.org/tree/person/details/G8DS-JJM] - 1911(Qld)-1970(NSW) - Licences: 4RR Brisbane (1925); 4RQ Longreach (1930-1939, 1946-1948); 2AQR Wallsend (1956-1961); 2AQR Avoca (1965-1969) - Qualifications: cc; AOCP 576, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; chemist - Comment: Another Robert William Rose b1923 BOCP 993 - Electoral Rolls: mechanic (Toowong, 1925); chemist (Longreach, 1936-1949; West Wallsend, 1958-1963; Avoca Beach, 1968) * [[/Robert William (Vic) Rose|Rose, Robert William (Vic)]] - 1923(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; BOCP 993, 1948; 3AIR 1790, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: ===''ROSENSKJAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rosenskjar|Rosenskjar, F.]] - 19??-19?? - 4?? Brisbane (Fairfield) (Operator 4BI), amateur operator, amateur broadcaster ===''ROSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander David Ross|Ross, Alexander David]] [https://www.familysearch.org/tree/person/details/G68V-KFR] - 1883(Sct)-1966(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Professor of Mathematics & Physics, University of Perth) - Electoral Rolls: university professor (Perth Club, 1916; West Perth, 1925-1954); retired (Albany, WA, 1958-1963) - Links: [https://adb.anu.edu.au/biography/ross-alexander-david-8270 ADB]; [[w:Alexander_David_Ross|Wikipedia]]; [https://www.news.uwa.edu.au/archive/201206204747/features/setting-standards-excellence/ UWA] * [[/John Francis Ross|Ross, John Francis "Jack"]] - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer (PMGD); journalist (editor, The Broadcaster); historian (broadcasting, Amateur Radio, radiocommunications); author ("History of Radio in South Australia"; "Radio Broadcast Technology") - Electoral Rolls: ===''ROUTLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert Angus Routledge|Routledge, Robert Angus "Bob"]] [https://www.familysearch.org/tree/person/details/GWX2-BDP] - 1913(SA)-1997(SA) - Licences: 5RA Adelaide (Richmond, 1930-1931; Henley Beach, 1933) - Qualifications: cc; AOCP 679, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: manufacturer (Henley, 1939); radio technician (Henley, 1941); physics technician (Glenelg, 1943) ===''ROWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. L. Rowe|Rowe, R. L.]] - 19??(???)-19??(???) - Licences: 2LR Sydney (Milsons Point, 1928; McMahons Point, 1929) - Qualifications: cc; AOCP 267, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ROWLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert George Rowland|Rowland, Robert George]] [https://www.familysearch.org/tree/person/details/KH14-G2J] - 1902(Vic)-1996(Vic) - Licences: 3GR Ballarat (1930-1939, 1946-1980+) - Qualifications: AOCP 657, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grocer (Grovedale, 1924); storekeeper (Majorca, 1925-1927; Ballarat, 1931); radio dealer (Ballarat, 1936-1980) - Don't Confuse: 3ZGG/3AFS Robert George Rowlands ===''ROWLATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Rowlatt|Rowlatt, Thomas William]] [https://www.familysearch.org/tree/person/details/GCMJ-HZT] - 1892(Qld)-1978(Qld) - Licences: Receive (Crystal) Brisbane (South Brisbane, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: fitter (Kangaroo Point, Qld, 1915-1921); engineer (Kangaroo Point, Qld, 1925-1937); mechanical engineer (Kangaroo Point, Qld, 1943-1968); retired (Chermside, Qld, 1972-1977) ===''ROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Roy|Roy, A. J.]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 577, 1930, No. ?? in Vic - amateur operator?; amateur broadcaster? - Electoral Rolls: Nil yet identified - Individual not yet identified (115 Skene St, Warrnambool, Vic - 1930) ===''ROYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Arthur Kirkcaldy Royle|Royle, William Arthur Kirkcaldy]] [https://www.familysearch.org/tree/person/details/GZ13-BBQ] - 1909(NSW)-1965(NSW) - Licences: 2WA Sydney (Edgecliff, 1927-1928); 2AWK Sydney (Darling Point, 1946-1950; Sandringham, 1961) - Qualifications: AOCP 318, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: underwriter (Edgecliff, 1936-1954); agent (Sandringham, 1958) ===''RUBAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Peter Ruban|Ruban, John Peter]] [https://www.familysearch.org/tree/person/details/G8CM-DMS] - 1925(???)-2015(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: radio technician (Footscray North, 1963-1968); technician (Maidstone, Vic, 1972-1980) ===''RUMBOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Rumbold|Rumbold, George Henry]] [https://www.familysearch.org/tree/person/details/9VKD-BSQ] - 1907(Vic)-1977(Vic) - Licences: 3GR Bendigo (1927) - Qualifications: AOCP 349, 1927, No. ?? in Vic - amateur operator - Electoral Rolls: carpenter (Bendigo, 1928); insurance agent (Kyneton, 1931; Shepparton, 1931; Bendigo, 1936-1937); assistant superintendent (Bendigo, 1942-1954); cabinet maker (Bendigo, 1963-1972) ===''RUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Ruse|Ruse, Thomas William]] [https://www.familysearch.org/tree/person/details/KZMB-QWY] - 1891(Vic)-1987(WA)95yo - Licences: 6WK Perth (Perth City, 1930-1931; Osborne Park, 1933-1969) - Qualifications: cc; AOCP 627, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: baker (Osborne Park, 1916-1972); retired (Bunbury, 1977-1980) ===''RUSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Cooper Russell|Russell, Albert Cooper "Bert"]] [https://www.familysearch.org/tree/person/details/GFQ9-BQV] - 1916(WA)-1995(NSW) - Licences: 6AR Albany (1936-1937); 6AR Northam (1938-1939) - Qualifications: cc; AOCP 1670, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937); mechanic (New Town, Tas, 1943-1949); engineer (Sandringham, Vic, 1954; Sans Souci, NSW, 1958; Double Bay, NSW, 1963; Kensington, NSW, 1968-1980) ===''RYAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Ryan|Ryan, Albert John "Jack"]] [https://www.familysearch.org/tree/person/details/GZWH-V6X] - 1897(Vic)-1984(NSW) - Licences: 2LE Canberra (Kingston, 1930-1933); 2YN Canberra (Kingston, 1933-1939) - Qualifications: CPRT 489, 1919; AOLCP 80, 1932; no record of AOCP - amateur operator; amateur broadcaster; WW1; WW2; broadcast engineer; PMGD (junior mechanic NSW, 1917; clerk, 1919); founder of 2CA Canberra commercial - Electoral Rolls: - several contemporaneous AJR's * [[/George Edward Ryan|Ryan, George Edward]] [https://www.familysearch.org/tree/person/details/G8CM-RCC] - 1910(Qld)-1987(Qld) - Licences: 4RG Brisbane (South Brisbane, 1936-1939; Dutton Park, 1946-1954) - Qualifications: cc; AOCP 1633, 1936, Qld - amateur operator; amateur broadcaster; telephone mechanic (PMGD) - Comment: several contemporaneous GERs - Electoral Rolls: motor mechanic (South Brisbane, Qld, 1937); telephone mechanic (South Brisbane, Qld, 1943-1954); PMG Instructor (St Lucia, Qld, 1958); instructor (Taringa, Qld, 1963-1980) ===''RYMILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Campbell Rymill|Rymill, Arthur Campbell]] [https://www.familysearch.org/tree/person/details/LXVS-CTB] - 1907(SA)-1989(SA) - Licences: Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Riddoch Rymill|Rymill, Robert Riddoch]] [https://www.familysearch.org/tree/person/details/LV5N-YC9] - 1904(SA)-1990(SA) - Licences: V753 Receive Melbourne (Toorak, 1922); 3GX Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: ethnologist (South Yarra, 1931) - Links: [https://vwma.org.au/explore/people/535352 WW2] =='''S'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''SAAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Saar|Saar, Alexander]] [https://www.familysearch.org/tree/person/details/GZ52-N3K] - 1889(???)-1956(WA) - Licences: 6CZ Receive Perth (West Perth, 1923); 6CZ Northam (1923-1925); 6KM Eucla (1926-1927); 6KM Geraldton (1933); 6KM Perth (Maylands, 1937-1939) - Qualifications: cc; AOCP 264, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telegraph lineman (North Perth, WA, 1915); postal electrician (Northam, WA, 1917); mechanic (Bunbury, WA, 1916-1917; Balkatta, WA, 1922; Eucla, WA, 1925-1926; North Perth, WA, 1928; Maylands, WA, 1931); postal electrician (Maylands, WA, 1936-1954) ===''SAGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Noel Sagar|Sagar, Eric Noel]] [https://www.familysearch.org/tree/person/details/GDKS-4J9] - 1896(SA)-1976(NSW) - Licences: 5CM Receive Adelaide (Largs Bay, 1923); Receive Adelaide (Largs Bay, 1923); 5CM Adelaide (Largs Bay, 1924-1926); 4ES Brisbane (Greenslopes, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Halcyon: Not mentioned - Electoral Rolls: manager (Greenslopes, Qld, 1932); engineer (Darlinghurst, 1943-1949); orchardist (Kincumber, NSW, 1949-1958) ===''SAINSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Henry Sainsbury|Sainsbury, Rupert Henry]] [https://www.familysearch.org/tree/person/details/L28X-5H3] - 1896(NSW)-1974(NSW) - Licences: 2YJ Sydney (Concord, 1924-1936); 4YJ Brisbane (Clayfield, 1937-1939); 2YJ Sydney (Concord, 1946-1954; Epping, 1955-1975) - Qualifications: cc; AOCP 54, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: clerk (Concord, 1930); traveller (Hendra, 1936-1937); soldier (Norman Park, 1943); executive (Concord West, 1949-1954); commercial traveller (Epping, 1958-1968) ===''SAINTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Melville Sainty|Sainty, Clifford Melville]] [https://www.familysearch.org/tree/person/details/GZ61-1GZ] - 1907(NSW)-1987(SA) - 2MS Warrawee (1925-1926), amateur operator (AOCP 88, 1925, No. ?? in NSW), amateur broadcaster, likely related to XAH S. J. Sainty ===''SALAMY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Salamy|Salamy, Edward]] [https://www.familysearch.org/tree/person/details/GZHH-VWR] - 1904(Vic)-1977(Vic) - Licences: 3AJ Receive Warrnambool (1922-1923); 3AJ Warrnambool (1924-1933); 3PS Warrnambool (1948-1975) - Qualifications: cc; AOCP 35, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: jeweller (Warrnambool, 1924-1977) ===''SAMPHIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Luke Samphier|Samphier, Richard Luke]] [https://www.familysearch.org/tree/person/details/L58L-DPC] - 1914(WA)-1980(WA) - Licences: 6YZ Perth (City, 1936-1937; Victoria Park, 1938-1939; Carlisle, 1947-1955; Mt Lawley, 1956-1975+) - Qualifications: cc; AOCP 1717, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: blind school worker (North Perth, WA, 1936; Leederville, WA, 1943); Blind School employee (Carlisle, WA, 1949-1954; Mt Lawley, WA, 1958) ===''SANDEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Sandel|Sandel, Otto]] [https://www.familysearch.org/tree/person/details/GW4J-54J] - 1905(Qld)-1999(NSW) - 2UW Sydney (Manly, 1923; Kensington, 1923-1924; Northbridge, 1924-1925; Bellevue Hill, 1926-1927); 2HH Sydney (Woollahra, 1936-1939, 1946-1969; Bondi, 1975) - Qualifications: cc; AOLCP 270, 1935, NSW - amateur operator; amateur broadcaster; founder B class 2UW Sydney & 2UX Wagga Wagga - don't confuse Charles Albert Sandell of AAE fame - Electoral Rolls: radio dealer (Woolahra, 1930-1931); engineer (Bondi, 1933; Edgecliff, 1936-1937; Bondi Junction, 1943-1954; Bondi Beach, 1958-1980) ===''SANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Albert Sandell|Sandell, Charles Albert]] - 1886(Eng)-1980(WA) - early wireless experimenter, Sydney, 1911, amateur operator (AOCP ??, 19??, No. ?? in ???), participant in the Australasian Antarctic Expedition, amateur broadcaster, military (WW1), don't confuse Otto Sandel of 2UW fame ===''SANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Sander|Sander, John Henry "Jack"]] [https://www.familysearch.org/tree/person/details/K6WF-H23] - 1906(WA)-1955(WA) - Licences: 6MS Geraldton (1935-1937); 6MS Perth (Cannington, 1938-1939, 1947-1956) - Qualifications: cc; AOCP 1435, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wheelwright (Geraldton, WA, 1930); electrician (Geraldton, WA, 1931-1937); telephone mechanic (South Perth, WA, 1937; Cannington, WA, 1943-1954) ===''SANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas George Sanderson|Sanderson, Douglas George]] [https://www.familysearch.org/tree/person/details/9WZJ-2K3] - 1924(Qld)-1994(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcast engineer (PMGD); historian (broadcast); federal public servant (PMGD) - Electoral Rolls: PMG technician (Torwood, Qld, 1949-1954); technician (Ashgrove, Qld, 1958-1968); engineer (Chermside, Qld, 1972; Windsor, Qld, 1977-1980) ===''SANDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Keith Sandham|Sandham, James Keith "Keith"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''SAUNDERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lewis Saunders|Saunders, Alfred Lewis]] [https://www.familysearch.org/tree/person/details/GZLR-FMS] - 1909(SA)-2003(???) - Licences: Receive Adelaide (Hyde Park, 1923-1924); 5BX Adelaide (Glenelg, 1925-1939, 1946-1955; Plympton, 1956-1980+) - Qualifications: cc; AOCP 223, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Glenelg, 1939-1943) ===''SAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Saw|Saw, Frederick William]] [https://www.familysearch.org/tree/person/details/G9S9-JN3] - 1884(WA)-1957(WA) - Licences: 6DA Perth (Armadale, 1923-1926; Victoria Park, 1927); 6DA Albany (1930-1931); 6DA Perth (Wanneroo, 1933; North Perth, 1937-1939); 6DA Northam (1946-1948) - Qualifications: cc; AOCP 174, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storekeeper (Armadale, 1909); electrician (Beverley, 1916-1917; Armadale, 1921-1925; Albany, 1928-1931; Balkatta, 1936; Leederville, 1937; Kalgoorlie, 1937-1943); mechanic (North Perth, 1949); retired (Triggs Island, 1954) * [[/Malcolm Henry Saw|Saw, Malcolm Henry ]] [https://www.familysearch.org/tree/person/details/LVCY-H9M] - 1921(WA)-1997(WA) - 6SM Perth (Doubleview, 1960-1980+), amateur operator (AOCP 3674, 1958, No. ?? in WA), WW2, engineer (Doubleview, 1972) ===''SAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Sawford|Sawford, Leonard Francis]] [https://www.familysearch.org/tree/person/details/LF7J-2XK] - 1908(SA)-1968(SA) - Licences: 5DH Receive Adelaide (Port Adelaide, 1923); Receive Adelaide (Port Adelaide, 1923); 5LF Adelaide (Peterhead, 1925-1928; West Croydon, 1931; Largs, 1937-1939); 5YF Adelaide (Glen Osmond, 1948-1965) - Qualifications: cc; AOCP 173, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; agent (Largs, 1939) - Electoral Rolls: agent (Largs, SA, 1939-1941) ===''SCANLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Scanlon|Scanlon, William Lawrence]] [https://www.familysearch.org/tree/person/details/GDKG-3XR] - 1901(Tas)-1971(NSW) - Licences: Receive Hobart (West Hobart, 1921-1923); 7AL Hobart (West Hobart, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; sales (Medhursts, Hobart to 1924, Launceston from 1924) - Electoral Rolls: Nil yet identified ===''SCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harley Irwin Schell|Schell, Harley Irwin]] [https://www.familysearch.org/tree/person/details/GD57-PV8] - 1907(Tas)-1996(Tas) - Licences: 7AW Receive West Burnie (1922); Receive West Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: mechanic (Kelso, 1936-1972) ===''SCHLEICHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Schleicher|Schleicher, Keith]] [https://www.familysearch.org/tree/person/details/G3D4-5RS] - 1918(Qld)-1997(Qld) - 4KS Brisbane (Toowong, 1938-1939, 1946-1947; Alderley, -1950+; Aspley, McDowall, -1980+) - amateur operator (AOCP 2144, 1938, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), radio employee (Tracksons, manager service), business proprietor (Blue & White Cabs comms) ===''SCHMIDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Frederick Schmidt|Schmidt, Ronald Frederick]] [https://www.familysearch.org/tree/person/details/G88P-1B9] - 1913(Vic)-1990(Vic) - Licences: 3LY Trafalgar (1930); 3LY Moe (1931); 3LY Sale (1933-1939, 1946-1948); 3LY Melbourne (Camberwell, 1954-1980+) - Qualifications: AOCP 567, 1930, No. ?? in Vic; AOLCP 69, 1932; 1COCP 72, 1936; TVOCP 75, 1957 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: wireless operator (Sale, 1934-1937); radio technician (Sale, 1949-1954); technician (Camberwell, 1954-1980) ===''SCHNITZERLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Joseph Schnitzerling|Schnitzerling, Leonard Francis Joseph]] [https://www.familysearch.org/tree/person/details/G885-W43] - 1907(Qld)-1969(Qld) - Licences: 4CK Warwick (1938-1939, 1946-1969) - Qualifications: cc; AOCP 2099, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, 1928-1968) ===''SCHOFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Schofield|Schofield, William]] [https://www.familysearch.org/tree/person/details/GXB3-69N] - 1874(Eng)-1971(WA)97yo - Licences: 6WS Perth (Peppermint Grove, 1935-1939, 1947-1969) - Qualifications: cc; AOCP 1463, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: manager (Peppermint Grove, WA, 1919); broker (Peppermint Grove, WA, 1922-1968) ===''SCHOLZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hans Scholz|Scholz, Hans "Harold" / "Harry" / "Tibby"]] [https://www.familysearch.org/tree/person/details/G64P-CV3] - 19??(???)-1970(Qld) - Licences: 4HR Brisbane (Coorparoo, 1931); 4HR Nambour (1933); 4HR Brisbane (Coorparoo, 1937); 4HR Gladstone (1937-1939); 4HR Brisbane (Morningside, 1946-1969) - Qualifications: cc; AOCP 784, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ; South Brisbane RC; Brisbane DX Club); broadcast technician (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, 1937); mechanic (Dalby, 1943); not stated (Morningside, 1949-1968) ===''SCHULTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Nelson Schultz|Schultz, Leonard Nelson "Len"]] [https://www.familysearch.org/tree/person/details/GZJY-QBF] - 1906(NSW)-1980(NSW) - Licences: 2LO Sydney (Lane Cove, 1922); 2LO Sydney (Lane Cove, 1923-1930); 2ANM Sydney (Mosman, 1947-1980) - Qualifications: cc; AOCP 171, 1925, No. ?? in NSW; AOLCP 45, 1931; 3AIR 176, 1942 - amateur operator; amateur broadcaster; broadcast engineer (co-designed 2GB, 1926; involved 2CA, 4BH, 2MW, 5DN); professional associations (IRE: foundation member, vice-president, president); aviator (Royal Aero Club NSW, committee) - Electoral Rolls: broadcasting engineer (Mosman, 1935-1937); engineer (Mosman, 1949-1977) ===''SCHULTZE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Ludwig Schultze|Schultze, John Edwin Ludwig]] [https://www.familysearch.org/tree/person/details/GQTB-9FL] - 1906(Vic)-1969(Vic) - 3QO Receive Melbourne (Glenferrie, 1923-1924), 3JS Melbourne (Glenferrie, 1925-1933; Hawthorn, 1937-1939), amateur operator (AOCP 163, 1925, No. ?? in Vic), amateur broadcaster, motor mechanic (Hawthorn, 1934) ===''SCOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil John Scott|Scott, Alfred Cecil John "Cecil", "Cec", "Scottie"]] [https://www.familysearch.org/tree/person/details/M12J-9YK] - 1888(Tas)-1954(Tas) - Licences: Receive (Crystal) Launceston (1923); 7CS Launceston (1925-1931); 7CS Hobart (Lindisfarne, 1933; Sandy Bay, 1937-1939) - Qualifications: cc; AOCP 56, 1925, No. ?? in Tas - amateur receiver; amateur operator; amateur broadcaster - Comment: well-known for comic QSL cards - Electoral Rolls: bench clerk (Nelson, 1936; Hobart South, 1943-1954) * [[/Ernest Kilburn Scott|Scott, Ernest Kilburn]] [https://www.familysearch.org/tree/person/details/LBDW-TBR] - 1868(Eng)-1941(Eng) - Came to Sydney in 1905 to organise electrical engineering department of University of Sydney, likely early wireless experimenter, promoted need for wireless telegraphy for Australia, returned to England ca 1910 - [https://www.gracesguide.co.uk/Ernest_Kilburn_Scott Graces Guide - Ernest Kilburn Scott] * [[/Francis Ladner Scott|Scott, Francis Ladner]] [https://www.familysearch.org/tree/person/details/GXHK-DTF] - 1899(Eng)-1953(Qld) - Licences: 4BO Thursday Island (1933); 2UH Sydney (Randwick, 1934-1936; Naremburn, 1937-1938; La Perouse, 1939 - Qualifications: cc; CPRT 419, 1918; 2COCP 360, 1931; 1COCP 33, 1934 - amateur operator; amateur broadcaster; coastal wireless operator; military (UK Merchant Navy post WW1) - Electoral Rolls: wireless operator (Nundah, Qld, 1921-1925); radio telegraphist (Pinkenba, Qld, 1929; Thursday Island, Qld, 1931; Randwick, NSW, 1935; Waverton, NSW, 1943; Wyndham, WA, 1943; Rockhampton, Qld, 1949) * [[/George Archibald Scott|Scott, George Archibald "Scotty"]] [https://www.familysearch.org/tree/person/details/G682-TGN] - 1882(Eng)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 607, 1921; 1COCP 181, 1931 - RANRS (commissioned telegraphist, 1917); PMGD (radio inspector, WA); witness to Royal Commission 1927 (as radio inspector, WA) - Electoral Rolls: engineer (Rockhampton, 1913-1914; Hendra, 1915-1917); radio inspector (Fremantle, 1925-1937) - Links: [http://nla.gov.au/nla.news-article84253651 Bio] * [[/Herbert Godfrey Scott|Scott, Herbert Godfrey "Herb"]] [https://www.familysearch.org/tree/person/details/G8MJ-JFJ] - 1902(Qld)-1968(Qld) - Licences: 4HS Toowoomba (1931-1937); 4HS Brisbane (Albion, 1938-1939; 1946-1965) - Qualifications: cc; AOCP 750, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Railways) - Electoral Rolls: clerk (Toowoomba, 1925-1936; Albion, 1943-1968) * [[/Jack Bartlett Scott|Scott, Jack Bartlett]] [https://www.familysearch.org/tree/person/details/G8VX-FLR] - 1909(NSW)-1988(NSW) - Licences: 2NR Sydney (Epping, 1930-1934); 2AJX Sydney (Cheltenham, 1938-1939; Epping, 1946-1950) - Qualifications: AOCP 685, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Epping, 1933-1935); engineer (Epping, 1949; Wahroonga, 1954-1968); retired (Carlingford, 1977-1980) * [[/Robert Ochiltree Scott|Scott, Robert Ochiltree]] [https://www.familysearch.org/tree/person/details/G8H4-5SX] - 1898(Vic)-1960(Vic) - Licences: 2RS Gundagai (1929-1931); 2RS Balranald (1933); 3OS Scotsburn (1937-1939); 3OS Melbourne (St Kilda, 1956-1960) - Qualifications: AOCP 476, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: grazier (Ballarat, 1920-1924); farmer (Murrayville, 1925-1927; Gundagai, 1930); mechanic (South Yarra, 1943; Melbourne, 1949) * [[/Robert Townley Scott|Scott, Robert Townley]] [https://www.familysearch.org/tree/person/details/G7YC-MBK] - 1841(Eng)-1922(Qld) - senior state public servant (secretary, Qld Post & Telegraph Dept), senior federal public servant (secretary, Postmaster-General's Department) * [[/W. F. Scott|Scott, W. F.]] - 18??(???)-19??(???) - Licences: 4?? Brisbane (West End) - Qualifications: cc; AOCP 334, 1927, No. 37 in Qld - amateur operator; amateur broadcaster - Comment: likely father of H. S. Scott who was reported youngest ever to pass AOCP at age 16 - Electoral Rolls: Nil yet identified * [[/Walter Henry Scott|Scott, Walter Henry]] [https://www.familysearch.org/tree/person/details/G76Z-11G] - 1904(Eng)-1987(SA) - Licences: Receive Adelaide (Glenelg, 1923); 5HS Clare (1937-1939) - Qualifications: cc; AOCP 1888, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Clare, SA, 1939); telephone mechanic (Glenelg, SA, 1941-1943) ===''SEBIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Dudley Sebire|Sebire, Leon Dudley "Leo"]] [https://www.familysearch.org/tree/person/details/G8V2-QX5] - 1932(Vic)-2006(Vic) - Licences: 3CF Melbourne (Wandin North, 1956-1960) - Qualifications: 2COCP 1319, 1955; 1COCP 1786, 1955 - amateur operator, amateur broadcaster, director Telstra Broadcasting Branch - Electoral Rolls: radio mechanic (Wandin Yallock, 1954); engineer (Mordialloc, 1963-1980) - Relationships: son of 3MX Percival John Sebire - Awards: Member Order of Australia "For service to communications, particularly broadcasting" (1991) * [[/Percival John Sebire|Sebire, Percival John "Percy"]] [https://www.familysearch.org/tree/person/details/LCFD-Z2R] - 1904(Vic)-1994(Vic) - Licences: 3MX Melbourne (Moorabbin, 1930-1939, 1946-1980+) - Qualifications: AOCP 692, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elsternwick, 1926; Bentleigh, 1928-1936; Cheltenham, 1949; Moorabbin, 1954-1980) - Relationships: father of 3CF Leon Dudley Sebire ===''SEBLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Sebley|Sebley, William John]] [https://www.familysearch.org/tree/person/details/G649-7VL] - 1894(Qld)-1980(Qld) - Licences: 4WS Ipswich (1931-1939, 1946-1948); Southport (1954-1965) - Qualifications: cc; AOCP 736, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Ipswich, 1915; North Ipswich, 1919-1949; Southport, 1954-1968); ===''SECCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Louis Mervyn Seccombe|Seccombe, Louis Mervyn]] [https://www.familysearch.org/tree/person/details/G8PW-XWM] - 1895(Tas)-1970(NSW) - Licences: 3KT Receive Melbourne (Ascot Vale, 1922-1923); 3KT Melbourne (East Kew, 1924; Ascot Vale, 1924-1925; Hawksburn, 1926; East Malvern, 1927); 2KT Sydney (Rockdale, 1928-1939) - Qualifications: cc; 1COCP 396, 1940 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: salesman (Ascot Vale, Vic, 1919); commercial traveller (Ascot Vale, Vic, 1924); radio engineer (Rockdale, NSW, 1930-1937); wireless operator (Longreach, Qld, 1943); communications officer (Hurstville, 1949-1963); - Comment: Surname sometimes misspelled Secombe ===''SELBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Selby|Selby, George William]] [https://www.familysearch.org/tree/person/details/LCTW-BMT] - 1858(Vic)-1949(Vic) - early wireless and X-ray experimenter ===''SELF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Self|Self, Thomas Edward]] - 1854(???)-19??(???) - b. 7 Jan 1854, Early Tasmanian wireless experimenter, demonstration before Royal Society 1898, beware another Thomas Edward Self (b. 9 Oct 1853) in Hobart at the same time ===''SELFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Giles Turner Selfe|Selfe, Harry Giles Turner]] [https://www.familysearch.org/tree/person/details/K24M-5XB] - 1894(NSW)-1942(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 157, 1915; 1COCP 51, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2; RANVR (commissioned telegraphist, 1942) - Electoral Rolls: radio telegraphist (Geraldton, WA, 1918; Broome, WA, 1922; Leichhardt, NSW, 1933; Darling Harbour, NSW, 1934-1937) ===''SELLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Sellenger|Sellenger, David Charles]] [https://www.familysearch.org/tree/person/details/G8VT-5GJ] - 1902(NSW)-1966(NSW) - Licences: 2DC Sydney (Hurstville, 1930-1965) - Qualifications: AOCP 700, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Hurstville, 1930-1963) ===''SELLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Sellick|Sellick, Edward]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''SELMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold George Selman|Selman, Harold George]] [https://www.familysearch.org/tree/person/details/LRM4-3S8] - 1907(Vic)-1985(Vic) - 3GN Geelong (1925), 3GN Chilwell (1926), 3GN Geelong (1927), 3GN Melbourne (West Coburg, 1931), 3GN Geelong (1933), 3CM Geelong (1948-1980+), amateur operator (AOCP 164, 1925, No. ?? in Vic), amateur broadcaster, radio dealer (Geelong, 1954) ===''SEMMENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Segbert Cornwall Semmens|Semmens, George Segbert Cornwall]] [https://www.familysearch.org/tree/person/details/G744-HQ5] - 1901(Vic)-1977(Vic) - Licences: XJCY Melbourne (East St Kilda, 1913-1914); V756 Receive (1922); 3GZ Receive Buln Buln East (1922); 3GS Laver's Hill (1925-1926); 3GS Queenstown (1927); 3GS Moreland (1931); 3GS Foxhow (1933); Melbourne (Essendon (1937-1939); Glen Iris (1946-1960); Clematis, 1965-1975); 3AEN Melbourne (Clematis, 1954-1960) - Qualifications: cc; AOCP 216, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: teacher (Coburg, 1928; Preston, 1931; Essendon, 1936); res. chemist (Glen Iris, 1943-1963); technical adviser (Clematis, 1968-1977) ===''SERLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric Serle|Serle, Cedric]] [https://www.familysearch.org/tree/person/details/LZT2-SC8] - 1910(Vic)-1972(Vic) - Licences: 3RX Melbourne (Canterbury, 1928-1933; Toorak, 1938-1939; Elwood, 1946-1947); 3ARX Melbourne (Windsor, 1948-1956; Caulfield, 1960-1965) - Qualifications: AOCP 443, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Camberwell North, 1931-1934; Kew, 1936; Toorak, 1937; St Kilda, 1942; Prahran, 1949; Caulfield South, 1963-1972) ===''SEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Percy Lambert Holt Sewell|Sewell, Percy Lambert Holt]] [https://www.familysearch.org/tree/person/details/GDM1-YB1] - 1900(NSW)-1949(NSW) - Licences: 2CJ Receive Sydney (Paddington, 1922); 2CJ Sydney (Paddington, 1922-1925; Darlinghurst, 1925-1926) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Fire Station, Mittagong, 1930-1935; Mittagong, 1936-1937; Kempsey, 1943); installation inspector (Queanbeyan, 1949) ===''SEYLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Jakob Seyler|Seyler, Albert Jakob or Jacob]] [https://www.familysearch.org/tree/person/details/G8NL-F5N] - 1913(Ger)-1977(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - WW2 (Luftwaffe); radar engineer; television researcher; PMGD Research Laboratories (Assistant Director General) - Electoral Rolls: engineer (Mt Waverley, 1963; Burwood, 1968); PMG (Croydon, 1972); assistant director (Emerald, 1977) - [https://adb.anu.edu.au/biography/seyler-albert-jakob-11660 ADB] ===''SHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Henry Shannon|Shannon, Francis Henry "Frank"]] - 1910(Qld)-1991(Qld) - 4SN Allora (1938-1939), Tamborine (1946-1947), Minden (1948-1956), Ipswich (1960-191975), Toowoomba (1980+), amateur operator (AOCP 2145, 1938, No. ?? in Qld), amateur broadcaster , radio clubs (Wooloowin RC, WIA, Qld Listeners' League), journalist (AR, VK4 Notes), occupation (school teacher) ===''SHARLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Sharland|Sharland, Arthur Henry "Chilla"]] [https://www.familysearch.org/tree/person/details/GZZD-ZKS] - 1909(Qld)-1983(Qld) - Licences: 4SD Brisbane (Boondall, 1936-1939, 1946-1948; Ekibin, 1954); 4SD Cloncurry (1955); 4SD Brisbane (Wynnum North, 1956); 4SD Rockhampton (1960); 4SD Yeppoon (1965-1980+) - Qualifications: cc; AOCP 1807, 1936, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless operator); federal public servant (DCA) - Electoral Rolls: labourer (Boondall, Qld, 1937-1943); Commonwealth officer (Wynnum North, Qld, 1954); communications officer (Rockhampton, Qld, 1958-1963; Yeppoon, Qld, 1968-1977); retired (Causeway via Yeppoon, Qld, 1980) ===''SHARP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John James Charles Sharp|Sharp, John James Charles]] [https://www.familysearch.org/tree/person/details/GZBZ-TZV] - 1897(Vic)-1974(Vic) - Licences: 3KA Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 591, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Prahran Gardens, 1919-1924; Caulfield, 1928-1972) ===''SHARPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Victor Sharpe|Sharpe, Frank Victor]] [https://www.familysearch.org/tree/person/details/GMD2-GVZ] - 1904(Qld)-1988(Qld) - Licences: 4AZ Brisbane (Wooloowin, 1924-1929; Ashgrove, 1930-1937; Redcliffe, 1938-1939); 4ZFS Brisbane (Clayfield, 1975); 4FV Brisbane (Clayfield, 1980) - Qualifications: cc; AOCP 20, 1924, No. 4 in Qld; AOCP Q112, 1975 - amateur operator; amateur broadcaster; WW2; radio club (RSQ, WIAQ); military (AMF) - Awards: C.M.G.; O.B.E. - Electoral Rolls: merchant (Wooloowin, 1925-1929); director (Ashgrove, 1934-1937); soldier (Ashgrove, 1943); machinist (likely typo for merchant) (Clayfield, 1949); merchant (Clayfield, 1954-1980) ===''SHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Shaw|Shaw, Archibald John]] [https://www.familysearch.org/tree/person/details/G8K2-ZDZ] - 1872(NSW)-1916(Vic) - XPO King Island (1911); X?? Sydney (Randwick), early wireless experimenter, proprietor Maritime Wireless Telegraph Co of Australasia (1910+) with Edward Hope Kirkby, technical specialist - [https://adb.anu.edu.au/biography/shaw-archibald-john-8404 ADB] [http://messui.polygonal-moogle.com/valves/NW199003.pdf EA] * [[/J. G. Shaw|Shaw, J. G.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (Chelmer, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Raymond Herbert Preston Shaw|Shaw, Raymond Herbert Preston]] [https://www.familysearch.org/tree/person/details/GD3J-J31] - 1901(Eng)-1996(NSW) - Licences: 2LY Receive Sydney (Bondi, 1922-1923); 2LY Sydney (Woolahra, 1924-1929; South Kensington, 1930) - Qualifications: cc; CPRT 664, 1921 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kensington, 1930-1931; Vaucluse, 1932-1980) * [[/Sidney Alexander Shaw|Shaw, Sidney Alexander]] [https://www.familysearch.org/tree/person/details/KFJY-4NH] - 1882(Eng)-1974(WA) - Licences: 6AI Perth (East Guildford, 1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: assistant station master (Woolgangee, WA, 1916-1917); railway officer (East Guildford, WA, 1925-1926); civil servant (Kalgoorlie, WA, 1930-1931); station master (Coolgardie, WA, 1936-1943); retired (East Fremantle, WA, 1949-1972) ===''SHAWSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Shawsmith|Shawsmith, Alan "Smithy" or Alan Shaw Smith]] [https://www.familysearch.org/tree/person/details/G37T-B3Y] - 1917(Qld)-2010(Qld) - Licences: 4SA Brisbane (Indooroopilly, 1935-1939); 4SS Brisbane (West End, -1952-2010) - Qualifications: cc; AOCP 1582, 1935, Qld - amateur operator; historian (amateur); journalist; broadcast engineer (ABC2); public servant (ABC2) - Relationships: Father of 4JSS Steven Shawsmith - Electoral Rolls: poultry farmer (Salisbury, Qld, 1943); radio mechanic (West End, Qld, 1949); builder (West End, Qld, 1954-1980) * [[/Steven Shawsmith|Shawsmith, Steven "Steve"]] - Licences: 4JSS Brisbane - Qualifications: (AOCP ???, 19??, No. ?? in Qld) - amateur operator - Relationships: Son of 4SA-4SS Alan Shawsmith - Electoral Rolls: ===''SHEARER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Anderson Shearer|Shearer, Gordon Anderson]] [https://www.familysearch.org/tree/person/details/LV5G-JW4] - 1907(Qld)-1984(Vic) - Licences: 4FU Receive Brisbane (Alderley, 1923-1924); 4GA Gayndah (1930); 4GA Mt Nebo (1931-1934); 4GA Cloncurry (Quamby, 1937-1939) - Qualifications: cc; AOCP 447, 1928, No. ?? in Qld; 2COCP 95, 1937 - amateur operator; amateur broadcaster; employment (school teacher); state public servant (Qld Dept Education); WW2 - Electoral Rolls: school teacher (Quamby, Qld, 1937; Westbrook, Qld, 1943); aeradio operator (Cloncurry, 1949); communications officer (Cloncurry, 1954); supervisor (Surrey Hills, 1963-1968); retired (Vermont, 1972-1980) ===''SHEARSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Leonard Shearstone|Shearstone, Vincent Leonard]] [https://www.familysearch.org/tree/person/details/G895-CYJ] - 1916(Eng)-1983(NSW) - Licences: Nil - Qualifications: BOCP 4, 1936 - WW2 - Electoral Rolls: radio technician (Albury, 1937); radio announcer (Goulburn, 1943); radio electrician (Goulburn, 1949-1980) ===''SHELDRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Cornwell Sheldrick|Sheldrick, Eric Cornwell "Shel"]] [https://www.familysearch.org/tree/person/details/GZ64-X2X] - 1903(Eng)-1966(Tas) - Licences: 7BH Receive Launceston (1923); 7BH Launceston (1924-1926); 7BT Launceston (1927); 7BM Launceston (1931-1939); 7DM Burnie (1948-1954); 7DN Stowport (1955-1960) - Qualifications: cc; AOCP 60, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: chemist's assistant (Launceston, 1928-1943) ===''SHENTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Hilton Shenton|Shenton, Maurice Hilton]] [https://www.familysearch.org/tree/person/details/G67C-Q1B] - 1903(Qld)-1940(Qld) - Licences: 4DC Receive Brisbane (Wynnum South, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: irrigation ganger (Bald Hills, 1925); assistant stream gauger (North Ipswich, 1928); public servant (Annerley, 1937) ===''SHEPARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arundel Elmore Shepard|Shepard, Arundel Elmore]] [https://www.familysearch.org/tree/person/details/G8QY-8HX] - 1910(SA)-2000(SA) - Licences: 5DC Adelaide (Norwood, 1928-1930; Kent Town, 1931-1933; Norwood, 1937-1939; Toorak East, 1946-1965; Heathpool, 1969-1980+) - Qualifications: cc; AOCP 393, 1928, No. ?? in SA; AOLCP 136, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SHEPHERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. A. Shepherd|Shepherd, H. A.]] - 18??(???)-19??(???) - Licences: XQD Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''SHERRIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Sherriff|Sherriff, Ernest George]] [https://www.familysearch.org/tree/person/details/K877-WTX] - 1904(Qld)-1964(Qld) - Licences: 4SU Brisbane (Fairfield, 1935-1937; Hawthorne, 1938-1939; Brisbane City, 1947-1960) - Qualifications: cc; AOCP 1464, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Brisbane South, Qld, 1928); instructor of printing (Fairfield, Qld, 1937; Hawthorne, Qld, 1943-1949) ===''SHIELDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Edward Shields|Shields, Arthur James Edward]] [https://www.familysearch.org/tree/person/details/LBCT-D5G] - 1894(Eng)-1948(Vic) - Licences: 3GP Melbourne (East Malvern, 1930-1939; North Balwyn, 1946-1948) - Qualifications: AOCP 690, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (East Melbourne, 1925-1927; Malvern East, 1928; Camberwell, 1931-1933); auditor (Malvern East, 1934-1936); retired (Ringwood, 1943) ===''SHOEMAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Shoemaker|Shoemaker, Harry]] [https://www.familysearch.org/tree/person/details/G828-7LL] - 1879(USA)-1932(USA) - American inventor and pioneer radio engineer, developer of Shoemaker wireless system, associated with Gehring companies, International Telegraph Construction Co (represented in Australia by John William Ormsby Hamilton, who promoted the Shoemaker system here), United Wireless Telegraph Co, Marconi Wireless Telegraph Co of America, Mallory companies - Links: [[w:Harry Shoemaker|Wikipedia]]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0026.pdf PIRE1]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0027.pdf PIRE2] ===''SHORING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Samuel Shoring|Shoring, Thomas Samuel]] [https://www.familysearch.org/tree/person/details/GXDD-NDG] - 1914(Qld)-2002(Qld) - Licences: 4SR Bundaberg (1937-1939; 4SR Brisbane (New Farm, 1947-1948) - Qualifications: cc; AOCP 1872, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Bundaberg, Qld, 1936-1937); salesman (Bundaberg, Qld, 1943); sound engineer (New Farm, Qld, 1954; Holland Park, Qld, 1963-1980) ===''SHORT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Alban Short|Short, Alfred Alban]] [https://www.familysearch.org/tree/person/details/GZTS-9QQ] - 1904(NSW)-1946(NT) - Licences: 2SH Newcastle (Lambton, 1926-1933) - Qualifications: AOCP 280, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Lambton, 1930-1943) * [[/Ormond Short|Short, Ormond]] [https://www.familysearch.org/tree/person/details/9VHH-SGM] - 1901(Vic)-1985(Vic) - Licences: 3SK Melbourne (St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1925-1926); electrical engineer (Armadale, 1928; Horsham, 1931-1972); engineer (Horsham, 1977) * [[/Walter Short|Short, Walter]] - 19??(???)-19??(???) - Licences: 2AJ Receive Sydney (Manly, 1922); 2AJ Sydney (Manly, 1923-1924; Kirribilli, 1924; Manly, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Note: several contemporaneous WSs, insufficient data to identify * [[/William Newton Short|Short, William Newton "Newt"]] [https://www.familysearch.org/tree/person/details/G97J-HMM] - 1897(NSW)-1967(NSW) - Licences: 2ARA Sydney (Auburn, 1948-1954; Beacon Hill, 1955-1958; Auburn, 1960-1961; Beacon Hill, 1965); 2AOW Sydney (Auburn, 1957-1958) - Qualifications: AOCP 2829, 1948, NSW - amateur operator, amateur broadcaster - Electoral Rolls: butcher (Ulmarra, 1930-1934); shopkeeper (Coraki, 1935-1936); munition worker (Mayfield, 1943); machinist (Auburn, 1949-1958); inspector (Beacon Hill, 1963) ===''SHORTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Charles Shortell|Shortell, Raymond Charles]] [https://www.familysearch.org/tree/person/details/LYMQ-4HQ] - 1904(Vic)-1991(Qld) - 3VB Receive Melbourne (East St Kilda, 1923-1924), 3RS Melbourne (St Kilda, 1925-1933), 3RS Shepparton (1937-1939), 3ARF Geelong West (1948-1954), 3ARF Melbourne (Croydon, 1955-1960; Hawthorn, 1965-1975), 4ARS Gold Coast (1980+), amateur operator (AOCP 77, 1925, No. ?? in Vic), amateur broadcaster ===''SHORTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eddy Wilbee Shorten|Shorten, Eddy Wilbee or Welbee or Wiebec "Ted"]] [https://www.familysearch.org/tree/person/details/MWN4-MZM] - 1899(Qld)-1980(Qld) - Licences: 4TS Brisbane (Paddington, 1932-1939) - Qualifications: cc; AOCP 908, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor) - Comment: Middle name variable; Birth Welbee; Marriage Wiebec; Death Wilbe; AOCP Wilbee - Electoral Rolls: ===''SHORTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Shortt|Shortt, Robert]] - 19??(???)-19??(???) - Licences: 4HF Camooweal (1933-1939); 5SR Tennant Creek (1947-1948); 5SR Adelaide (Glenunga, 1954; New Hindmarsh, 1955-1956) - Qualifications: cc; AOCP 1193, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SIBLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sibly|Sibly, Arthur]] [https://www.familysearch.org/tree/person/details/KC5R-MH6] - 1897(WA)-1976(NSW) - Licences: XYX Perth (North Perth, 1913-1914); 6AF Receive Perth (City, 1923); 6AF Perth (North Perth, 1923-1924; Inglewood, 1924); 2SB Sydney (Kirribilli, 1925-1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Relationships: father of 2ASY-3AUV Sydney Arthur Sibly; brother of Clifton Archibald Sibly - Electoral Rolls: insurance clerk (North Perth, 1919-1922); manager (Albion, Qld, 1936; Eagle Junction, Qld, 1937; Rose Bay, NSW, 1943-1958); retired (Rose Bay, 1963-1972) * [[/Clifton Archibald Sibly|Sibly, Clifton Archibald]] [https://www.familysearch.org/tree/person/details/K41R-3JQ] - 1894(SA)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 225, 1915 - likely early wireless experimenter with brother Arthur's licence - Relationships: brother of XYX-6AF-2SB Arthur Sibly; uncle of 2ASY-3AUV Sydney Arthur Sibly - Electoral Rolls: farrier (North Perth, 1915-1937) * [[/Sydney Arthur Sibly|Sibly, Sydney Arthur]] [https://www.familysearch.org/tree/person/details/GDKF-F7R] - 1926(NSW)-2001(Vic) - Licences: 2ASY Sydney (Rose Bay, 1954; Kingsgrove, 1957-1965); 3AUV Melbourne (Eltham, 1969) - Qualifications: cc; 2COCP 945, 1945; BOCP 1049, 1949 - amateur operator; amateur broadcaster - Relationships: son of XYX-6AF-2SB Arthur Sibly; nephew of Clifton Archibald Sibly - Electoral Rolls: communications officer (Kingsgrove, 1958-1963); clerk (Eltham, Vic, 1968-1977; Queanbeyan, 1980) ===''SIDEBOTTOM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lancelot Sidebottom|Sidebottom, Geoffrey Lancelot]] [https://www.familysearch.org/tree/person/details/GD5X-KGH] - 1902(Tas)-1964(Tas) - Licences: 7BB Receive Launceston (1922); Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of 7SK Maxwell Douglas Langford Sidebottom - Electoral Rolls: clerk (Launceston, 1928-1954) * [[/Maxwell Douglas Langford Sidebottom|Sidebottom, Maxwell Douglas Langford]] [https://www.familysearch.org/tree/person/details/GD5X-5QY] - 1922(Vic)-19??(???) - Licences: 7SK Hobart (Newtown, 1948); 7SK Howrah (1954-1980) - Qualifications: cc; AOCP 2830, 1948, Vic - amateur operator; WW2 - Relationships: son of 7BB Geoffrey Lancelot Sidebottom - Electoral Rolls: sound engineer (New Town, 1949); mechanic (Bateau Bay, NSW, 1980) ===''SIDEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Longfield Sidey|Sidey, Robert Longfield]] [https://www.familysearch.org/tree/person/details/LKSN-3P6] - 1874(NSW)-1951(NSW) - Licences: 2ZY Sydney (Lindfield, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of 2CB James Douglas Kay Sidey - Electoral Rolls: accountant (Lindfield, 1930-1949) * [[/James Douglas Kay Sidey|Sidey, James Douglas Kay or Douglas James Kay]] [https://www.familysearch.org/tree/person/details/LKSN-35P] - 1904(NSW)-1963(NSW) - Licences: 2CB Receive Sydney (Lindfield, 1922-1923); 2CB Sydney (Lindfield, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: son of 2ZY Robert Longfield Sidey - Electoral Rolls: grazier (Bethungra, 1943-1949); no occupation (Junee, 1954) ===''SIEVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ernest William Sievers|Sievers, Ernest William]] [https://www.familysearch.org/tree/person/details/KNJD-8MJ] - 1901(Qld)-1962(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 1165, 1933, Qld; 2COCP 9, 1934; 1COCP 38, 1935 - amateur operator? - Electoral Rolls: railway employee (Kelvin Grove, 1925); night officer (Oakey, 1930); railway night officer (Narangba, 1936-1937); radio telegraphist (Ascot, 1943; Clayfield, 1949-1958) * [[/William Frederick Sievers|Sievers, William Frederick]] [https://www.familysearch.org/tree/person/details/GZJN-NDS] - 1902(Vic)-1996(Vic) - Licences: 3CB Receive Melbourne (East Richmond, 1922-1923); 3CB Melbourne (East Richmond & South Yarra, 1924-1939, 1946-1960; Toorak, 1965-1980+) - Qualifications: cc; AOCP 165, 1925, Vic - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Richmond, 1931-1943); reader (South Yarra, 1949-1963); meter reader (Toorak, 1972-1980) ===''SIGAL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Louis Sigal|Sigal, Harold Louis]] [https://www.familysearch.org/tree/person/details/GZ4R-XFJ] - 1908(SA)-1939(NSW) - Licences: 2UK Sydney (Woollahra, 1926-1930) - Qualifications: AOCP 253, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Woollahra, 1930); engineer (Melbourne East, 1931); electrician (Auburn North, 1933; Centennial Park, 1934; Bondi, 1936-1937; West Perth, 1943; Woolowin, 1949; Bellevue Hill, 1954; Kensington, 1958); manager (Bondi, 1963); salesman (Bondi, 1968); retired (Vaulcuse, 1977-1980) ===''SIGMONT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Sigmont|Sigmont, Walter]] [https://www.familysearch.org/tree/person/details/GD58-221] - 1883(NSW)-1942(Vic) - Licences: 3AH Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: patent attorney (Auburn, Vic, 1917; Elsternwick, 1924-1937; Seaford, 1942); ===''SILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Clive Silby|Silby, Arthur Clive]] [https://www.familysearch.org/tree/person/details/G8B6-PSD] - 1894(SA)-19??(???) - Licences: 6AF Perth (North Perth, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 (Australian Wireless Squadron) [https://alh-research.tripod.com/Light_Horse/index.blog/1911865/australian-wireless-squadron-aif-embarkation-roll/] - Electoral Rolls: motor mechanic (Exeter, 1939-1943) ===''SILVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Leslie Silver|Silver, Frank Leslie]] [https://www.familysearch.org/tree/person/details/94HC-LTV] - 1904(Qld)-1987(Qld) - Licences: 4FL Brisbane (Morningside, 1938-1939, 1947-1980+) - Qualifications: cc; AOCP 2086, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Morningside, Qld, 1937-1943); radio mechanic (Morningside, Qld, 1949-1980) ===''SIMMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Simmonds|Simmonds, Arthur George]] [https://www.familysearch.org/tree/person/details/G8DL-234] - 1906(Eng)-1963(NSW) - Licences: 2GS Sydney (Arncliffe, 1930-1934); 2GS Murwillumbah (1935-1939); 4PG Bundaberg (1946-1948); 2APJ Sydney (Cronulla, 1954-1955; Caringbah, 1956-1961) - Qualifications: AOCP 590, 1930, No. ?? in NSW; BOCP 207, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Arncliffe, 1933); gardner (Arncliffe, 1935); radio engineer (Murwillumbah, 1935-1937); technician (4BU Kalkie, 1943-1949) * [[/Ernest John Simmonds|Simmonds, Ernest John]] - 19??(Eng)-19??(Eng) - G2OD Gerrard's Cross, Buckinghamshire, England, amateur operator, first to two way QSO Australia (Nov 1924, 3BQ) ===''SIMMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Trethowan Simmons|Simmons, Henry Trethowan]] [https://www.familysearch.org/tree/person/details/G4M3-BP4] - 1905(WA)-1985(WA) - Licences: 6KX Perth (Subiaco, 1925-1928; Mt Lawley, 1931-1933; Nedlands, 1937-1939, 1946-1948; West Perth, 1954-1955; Mt Pleasant, 1956-1980) - Qualifications: cc; AOCP 181, 1925, No. ?? in WA; CPRT 1121, 1928; 2COCP 295, 1930; 1COCP 257, 1932 - amateur operator, amateur broadcaster, broadcast engineer - Electoral Rolls: radio operator (Maylands, 1931), radio engineer (Nedlands, 1936; West Perth, 1949), engineer (Fremantle, 1958; Mt Pleasant, 1963-1980) * [[/Leonard Joseph Simmons|Simmons, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/GZBM-SKH] - 1907(Vic)-1987(Vic) - Licences: 3LJ Melbourne (Belgrave, 1926-1931; East Prahran, 1933); 3LJ Rheola (1937-1939); 3LV Trafalgar (1948); 3LV Cheltenham (1954-1980+) - Qualifications: AOCP 304, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Womerah, Yarram Yarram, 1928; Toolangi, Yea, 1931; Armadale, 1934-1936; Rheola, Bendigo, 1936-1937; Nanneela West, Bendigo, 1942; Cheltenham, 1949-1980) ===''SIMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Wilkinson Simms|Simms, Eric Wilkinson]] [https://www.familysearch.org/tree/person/details/G7XZ-9RN] - 1906(WA)-1998(Vic) - Licences: 3KS Melbourne (Malvern, 1927-1931; Caulfield, 1933) - Qualifications: AOCP 360, 1927, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Lieutenant) - Electoral Rolls: warehouseman (Malvern, 1931); buyer (Caulfield, 1934; Hawthorn, 1936-1937); manager (Malvern East, 1949-1980) ===''SIMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Robert Simpson|Simpson, Leslie Robert]] [https://www.familysearch.org/tree/person/details/GZD8-4VD] - 1901(WA)-1966(Vic) - 3SA Ararat (1925-1933), 3SA Melbourne (Windsor, 1947-1965), amateur operator (AOCP 44, 1925, No. ?? in Vic), amateur broadcaster, draper, salesman * [[/Harry Blythe Simpson|Simpson, Harry Blythe]] [https://www.familysearch.org/tree/person/details/GF93-CZ3] - 1920(???)-2013(WA) - Licences: 6HS Perth (Leederville, 1937-1939; Mt Lawley, 1947-1948; Nedlands, 1954-1969; Lesmurdie, 1975-1980+) - Qualifications: cc; AOCP 2060, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: traveller (Claremont, WA, 1949-1968); marketing manager (Lesmurdie, WA, 1972); manager (Lesmurdie, WA, 1977-1980) ===''SIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Sims|Sims, Eric Charles]] [https://www.familysearch.org/tree/person/details/G8MK-NXC] - 1907(WA)-1992(Vic) - Licences: Nil yet identified - Qualifications: cc; AOCP 344, 1927, No. 38 in Qld; 2COCP 16, 1934 - amateur operator; WW2 - Electoral Rolls: wireless mechanic (RAAF Point Cook, 1931-1934); QANTAS air pilot (Brisbane, 1936-1937); public servant (Box Hill, 1963) - Comment: several contemporaneous Eric Charles Sims, need to sort electoral rolls * [[/Ernest Leslie Arthur Sims|Sims, Ernest Leslie Arthur]] [https://www.familysearch.org/tree/person/details/LZ6H-6PF] - 1905(Vic)-1960(Vic) - Licences: 3ZA Melbourne (Preston, 1930-1933); 3ZA Apollo Bay (1937-1939, 1946-1947) - Qualifications: AOCP 622, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: carpenter (Preston, 1931; Apollo Bay, 1933-1937; Preston, 1942; Apollo Bay, 1949-1954) ===''SINGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Claude Paul Singleton|Singleton, Claude Paul]] [https://www.familysearch.org/tree/person/details/G4JR-4SV] - 1914(WA)-1990(Qld) - Licences: 4UX Theodore (1936-1939); 4UX Bundaberg (1946-1947); 4UX Stanthorpe (1948); 4UX Atherton (1954-1955); 4UX Malanda (1956); 4UX Ayr (1960); 4UX Childers (1965); 4UX St George (1969); 4UX Gracemere (1975); 4UX Dalby (1980) - Qualifications: cc; AOCP 1638, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; broadcast technician (4QW, 4QO, 4QW, 4RK, 4QS); federal public servant (PMGD); WW2 - Electoral Rolls: baker (Theodore, Qld, 1936-1937); radio mechanic (Stanthorpe, Qld, 1949); radio technician (Yungaburra, Qld, 1954); public servant (Gracemere, Qld, 1972) ===''SIRL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Charles Sirl|Sirl, Clarence William Charles]] [https://www.familysearch.org/tree/person/details/G89J-9LJ] - 1913(SA)-1981(WA) - Licences: 6XG Katanning (1938-1939; 1947-1969) - Qualifications: BOCP 3, 1936; AOCP 2132, 1938, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Katanning, 1937-1968) ===''SLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Irwin Slade|Slade, Charles Irwin]] [https://www.familysearch.org/tree/person/details/GDN1-G28] - 1921(???)-19??(???) - Licences: 3PZ Melbourne (Elwood, 1938-1939, 1947-1954) - Qualifications: cc; AOCP 2172, 1938, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (St Kilda, 1949-1954); medical practitioner (St Kilda, 1967-1968; Elwood, 1972-1980) * [[/Charles William Slade|Slade, Charles William]] [https://www.familysearch.org/tree/person/details/GH3R-28W] - 1893(Eng)-1962(NSW) - Licences: 2SX Sydney (Croydon, 1925-1939, 1946-1961 - Qualifications: cc; Nil yet identified; English PMG Certificate 1st class - amateur operator; amateur broadcaster; WW1 (RAN, 1909-1924); Wireless Weekly (technical editor, 1925-1928); Daily Telegraph (radio & technical editor, 1928-1929); Keogh Radio (engineer, 1929-1930); Croydon Radio (proprietor, 1930-1933+) - Electoral Rolls: radio engineer, R.A.N. (Croydon, 1943-1958) ===''SLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. F. Slater|Slater, J. F.]] - 19??(???)-19??(???) - Licences: Receive Sheffield (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Harold Ivan Slater|Slater, Harold Ivan]] [https://www.familysearch.org/tree/person/details/GDT3-7JP] - 1898(Tas)-1971(Qld) - Licences: Receive (Crystal) Kelso (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: pastoralist (Kelso, Tas, 1919); labourer (Maypole Hotel, New Town, Tas); no occupation (Middle Park, Vic, 1926); airman (Point Cook, Vic, 1927; Middle Park, 1931); traveller (Elsternwick, 1936-1968) ===''SLATTERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Slattery|Slattery, Joseph Patrick]] [https://www.familysearch.org/tree/person/details/G824-KHF] - 1866(Irl)-1931(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St John's College, Camperdown; St Vincent's, Ashfield, 1930) - Links: [[w:Joseph Patrick Slattery|Wikipedia]]; [https://adb.anu.edu.au/biography/slattery-joseph-patrick-8453 ADB] * [[/Joseph Samuel Francis Slattery|Slattery, Joseph Samuel Francis]] [https://www.familysearch.org/tree/person/details/GZVN-SSF] - 1894(NSW)-1988(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 50, 1915; CPRT 167, 1915; 2COCP 324, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Applecross, WA, 1916; Esperance, WA, 1916; RAN radio station, Geraldton, 1917); travelling salesman (Stanthorpe, 1928-1930); traveller (Tamworth, 1932-1933; Woollahra, NSW, 1933-1935); commercial traveller (New Farm, 1936; Hamilton, Qld, 1937; Fairfield, Qld, 1949; West Sydney, 1949-1954); radio officer (Mascot, NSW, 1958-1963); retired (Cremorne, NSW, 1968-1980) ===''SMART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Smart|Smart, Arthur]] [https://www.familysearch.org/tree/person/details/GXHD-TNH] - 1891(NZ)-1980(NZ) - Licences: 4SM Barcaldine (1936-1937); 4SM Paterson (1938-1939); 4SM Longreach (1946-1948); 4SM Cairns (Cairns City, 1954-1956; Freshwater, 1960-1975) - Qualifications: cc; AOCP 1625, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: boiler attendant (Dunevia Station, Blackhall, Qld, 1913); motor engineer (Aramac, Qld, 1916-1925; Barcaldine, 1928-1937); freeholder (Longreach, Qld, 1943); mechanic (Longreach, Qld, 1949); farmer (Cairns, Qld, 1954-1958); retired (Freshwater, Qld, 1963-1972; Cairns, Qld, 1977) ===''SMELLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ellis Henry Smellie|Smellie, Ellis Henry]] [https://www.familysearch.org/tree/person/details/GX7P-FDM] - 1893(Vic)-1991(Vic) - Licences: Nil yet identified - Qualifications: cc; 2COCP 218, 1930; 1COCP 240, 1931 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: radio telegraphist (Radio Station, Applecross, 1925; Geraldton, 1931; Broome, 1936); telegraphist (Caulfield, Vic, 1942-1949); radio officer (Caulfield, Vic, 1954; Blackburn, 1963-1980) ===''SMIBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Smibert|Smibert, George]] - 1840(Sct)-1899(Vic) - clubs (founding member Telegraph Electrical Society Vic), employment (Postal Department Vic, chief electrician), brother of James Smibert Deputy Postmaster-General Victoria * [[/George Smibert|Smibert, James]] - 1836(Sct)-1912(Vic) - employment (Postal Department Vic, Deputy Postmaster-General, appointed following early passing of Samuel Walker McGowan), created a nepotism scandal by early promotion of brother and brother-in-law to the most senior positions in Vic Post & Telegraphs in the early 1890s, likely reason for the positioning of Qld appointees at the top of the Federal PMGD in 1901; the brother of George Smibert Chief Electrician, Postal Dept Vic ===''SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Smith, Alan Shaw - See Alan Shawsmith (change of name) * [[/Arthur Carrington Smith|Smith, Arthur Carrington]] [https://www.familysearch.org/tree/person/details/GDKV-VL2] - 1902(Tas)-1982(NSW) - Licences: 7BN Receive Launceston (1923); 7AB Launceston (1924-1927) - Qualifications: cc; AOCP 8, 1924, No. ?? in Tas; CPRT 930, 1926 - amateur operator; amateur broadcaster; broadcast engineer (operator 7BN Wills & Co wannabe Class B); recording engineer (Cinesound Productions Ltd, Bondi, 1932); inventor of sound-on-film systems - Electoral Rolls: salesman (Launceston, 1928); recording engineer (Bronte, 1931-1935); engineer (Bondi, 1936-1937); recording engineer (Clovelly, 1943-1949; Waverley, 1963-1968); engineer (Waverley, 1977-1980) * [[/Austen Cyril Smith|Smith, Austen Cyril]] [https://www.familysearch.org/tree/person/details/GZ6N-JKF] - 1904(Eng)-1992(NSW) - Licences: 2FS Sydney (Croydon, 1924-1925; Burwood, 1925; Maroubra, 1930-1933; Homebush, 1933; Burwood, 1934-1939) - Qualifications: cc; AOCP 75, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; radio agent - Electoral Rolls: radio agent (Burwood, 1934-1937); radio mechanic (Burwood, 1943-1954); radio engineer (Burwood, 1958-1963); retired (Lower Hawkesbury, 1972-1980) * [[/C. Smith|Smith, C.]] - 19??(???)-19??(???) - Licences: 7BA Receive Stanley (1922); Receive Stanley (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Cedric Preston Smith|Smith, Cedric Preston or Preston-Smith, Cedric]] [https://www.familysearch.org/tree/person/details/G8BB-X47] - 1907(NSW)-1974(NSW) - Licences: 2ZZ Sydney (Cremorne, 1924); 2QK Sydney (Manly, 1935-1936; Balgowlah, 1937; Lane Cove, 1938-1939); 2CD Sydney (Cremorne, 1958-1961; Palm Beach, 1965-1969) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: bank accountant (Binnaway, 1930); bank officer (Manly, 1932; Balgowlah, 1934-1937; South Melbourne, Vic, 1943-1949); bank manager (Ballarat, 1954; Cremorne, 1958-1963); retired (Palm Beach, 1963-1968) * [[/Charles Frederick Smith|Smith, Charles Frederick]] - 1908(Eng)-19??(???) - Licences: No licence yet identified - Qualifications: AOCP 418, 1928, No. ?? in NSW; CPRTelephony 1112, 1928; 2COCP 44, 1929 - amateur operator - Electoral Rolls: Several contemporaneous Charles Frederick Smith's, not yet identified * [[/Colin Hughes Smith|Smith, Colin Hughes]] [https://www.familysearch.org/tree/person/details/L2YH-LLB] - 1910(Vic)-1998(Vic) - Licences: 3PK Melbourne (East Kew, 1928-1939, 1946-1980+) - Qualifications: AOCP 433, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Kew, 1931-1937); engineer (Kew, 1943-1980) * [[/Herbert Henry Baker Smith|Smith, Herbert Henry Baker]] [https://www.familysearch.org/tree/person/details/GXFN-H6R] - 19??(???)-1932(Qld) - Licences: 4DP Receive Cairns (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Cairns, Qld, 1925-1930) * [[/J. H. Smith|Smith, J. H.]] - 19??(???)-19??(???) - Licences: 4EA Receive Beenleigh (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/John Albert Malcolm Smith|Smith, John Albert Malcolm]] [https://www.familysearch.org/tree/person/details/L264-537] - 1911(Eng)-1987(SA) - Licences: 5JR Adelaide (St Peters, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1375, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939-1943) * [[/P. W. Smith|Smith, P. W.]] - 19??(???)-19??(???) - Licences: 4EF Receive Brisbane (Alderley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Sidney Hugh Holland Smith|Smith, Sidney Hugh Holland]] - 1861(???)-1933(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, senior state public servant (Qld P&T, Chief Mechanician), senior federal public servant (PMGD, State Mechanician, Qld), radio clubs (QWI, vice president), business proprietor (Telephone and Electrical Supplies Co) * [[/Stuart Disney Paull Smith|Smith, Stuart (Birth) or Stewart (Electoral Rolls) Disney Paull or Paul]] [https://www.familysearch.org/tree/person/details/GXDB-8D8] - 1913(Qld)-1986(Qld) - Licences: 4LA Brisbane (Corinda, 1934-1939); 4LA Amberley (1946-1948); 4LA Brisbane (Camp Hill, 1960-1980) - Qualifications: cc; AOCP 1303, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor); military (RAAF, navigator); broadcast technician (4BC); Dept Education (O/C Radio) - Electoral Rolls: engineer (Corinda, Qld, 1936-1949); radio technician (New Farm, Qld, 1949); maintenance officer (Camp Hill, Qld, 1954-1963); public servant (Camp Hill, Qld, 1972-1980) * [[/Sydney Smith|Smith, Sydney]] - 1856(NSW)-1934(NSW) - senior state politician (NSW MLA), senior federal politician (Postmaster-General, 1904-1905) * [[/Wilfred Smith|Smith, Wilfred]] [https://www.familysearch.org/tree/person/details/GXRQ-PQ1] - 1896(Eng)-19??(???) - Licences: Receive Adelaide (St Peters, 1923); 5AG Adelaide (Henley Beach, 1937-1939, 1947-1948) - Qualifications: cc; CPRT 602, 1921; 2COCP 419, 1941; 1COCP 882, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Henley, SA, 1939-1943) * [[/William Arthur Smith|Smith, William Arthur]] [https://www.familysearch.org/tree/person/details/GMCX-XL9] - 1906(SA)-1970(SA) - Licences: 5LZ Wallaroo (1929-1933) - Qualifications: cc; AOCP 526, 1929, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical mechanic (Glenunga, 1939-1943) - beware several contemporaneous William Arthur Smith's * [[/William Henry Smith|Smith, William Henry]] [https://www.familysearch.org/tree/person/details/GX2V-L4R] - 1911(SA)-19??(???) - Licences: 5SW Adelaide (Woodville, 1937-1939, 1947-1956); 5ASW Adelaide (Woodville, 1980+) - Qualifications: cc; AOCP 1996, 1937, SA; BOCP 431, 1942 - amateur operator; amateur broadcaster - Comment: Several contemporaneous WHSs - Electoral Rolls: operator (Woodville, SA, 1939) * [[/W. J. Smith|Smith, W. J.]] - 19??(???)-19??(???) - Licences: N758 Receive Sydney (Hurstville, 1922); 2IC Receive Sydney (Hurstville, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''SMITHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Charles Smithers|Smithers, Ernest Charles]] [https://www.familysearch.org/tree/person/details/G8Z1-GQ1] - 1885(NSW)-1953(NSW) - Licences: Nil yet identified - Qualifications: AOCP 552, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: inspector of fisheries (Urunga, 1930); inspector (Burwood, 1930-1949) ===''SMYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Walter Smyth|Smyth, Cedric Walter]] [https://www.familysearch.org/tree/person/details/GD1C-4MX] - 1916(WA)-1987(SA) - Licences: 7CD Devonport (1933-1939); 3ACH Melbourne (Doncaster East, 1954-1980+) - Qualifications: cc; AOCP 1133, 1933, Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: toolmaker (Preston, Vic, 1942-1949); engineer (Doncaster East, 1954-1977) * [[/Victor Loftus Smyth|Smyth, Victor Loftus]] [https://www.familysearch.org/tree/person/details/LR8F-P8L] - 1905(Vic)-1972(Vic) - Licences: 3PJ Receive Geelong (1923); 3PJ Geelong (1924); 3PJ Bendigo (1924-1939) - Qualifications: AOCP 126, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Bendigo, 1928-1972) ===''SMYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Cresswell Smythe|Smythe, Alan (BMD) or Allan (Electoral Rolls) Cresswell]] [https://www.familysearch.org/tree/person/details/G8JQ-V9V] - 1908(SA)-1983(SA) - Licences: 5MF Adelaide (Torrensville, 1930-1939, 1946-1948; Hazlewood Park, 1954-1980+) - Qualifications: AOCP 658, 1930, No. ?? in SA; AOLCP 135, 1933; BOCP 125, 1937; 1COCP 196, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Torrensville, SA, 1939-1943) ===''SNADDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Ernest Snaddon|Snaddon, John Ernest]] [https://www.familysearch.org/tree/person/details/GZLF-B75] - 1920(Eng)-1944(Aegean Sea) - Licences: 3VE Melbourne (Malvern, 1939) - Qualifications: AOCP 2322, 1939, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, 459 Squadron, Warrant Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/snaddon-john-ernest-409361/] ===''SNAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Leslie Snaith|Snaith, Samuel Leslie]] [https://www.familysearch.org/tree/person/details/GZJN-2S8] - 1901(Vic)-1961(Vic) - Licences: 3ZR Melbourne (Footscray, 1923-1926; Newport, 1931) - Qualifications: cc; AOCP 166, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1924-1928; Newport, 1931-1954) ===''SNAPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fairlie Roger de Burgh Snape|Snape, Fairlie Roger de Burgh]] [https://www.familysearch.org/tree/person/details/G649-B1V] - 1900(NSW)-1988(NSW) - Licences: 2NU Receive Quirindi (1923); 4JK Willis Island (1931) - Qualifications: cc; CPRT 695, 1922; 2COCP 340, 1931; 1COCP 221, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: operator (Quirindi, 1930); wireless operator (Quirindi, 1934-1936); radio engineer (Killara, 1949-1968); engineer (Killara, 1980) ===''SNOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Charles Snook|Snook, Keith Charles]] [https://www.familysearch.org/tree/person/details/GDTG-Z2D] - 1908(Tas)-1946(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 (RAAF) - Electoral Rolls: motor engineer (Hobart North, 1936); motor mechanic (Hobart Central, 1937) ===''SNOSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Raymond Snoswell|Snoswell, Alfred Raymond]] [https://www.familysearch.org/tree/person/details/9NWH-MCT] - 1899(SA)-1971(SA) - Licences: 5AD Adelaide (Exeter, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Largs, 1939-1943) ===''SODEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander William Soden|Soden, Alexander William]] [https://www.familysearch.org/tree/person/details/G8N9-7M1] - 1909(Qld)-1948(Qld) - Licences: 4AS Brisbane (Annerley, 1930-1939; Yeerongpilly, 1946-1948) - Qualifications: cc; AOCP 634, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Annerley, 1934-1943) ===''SOUMPROU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emile Walter Soumprou|Soumprou, Emile Walter]] [https://www.familysearch.org/tree/person/details/9ZZF-SX7] - 1906(Vic)-1955(Vic) - Licences: 3WK Melbourne (Thornbury, 1929-1931; North Fitzroy, 1938-1939, 1946-1948; East Brighton, 1954-1956) - Qualifications: AOCP 511, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: student (Northcote, 1936-1937); retired (Fitzroy North, 1942-1949); Elsternwick, 1954) ===''SOUTHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Lindsay Southwell|Southwell, Clifford Lindsay]] [https://www.familysearch.org/tree/person/details/GZNM-FDF] - 1897(???)-1973(NSW) - 2SW Sydney (Cremorne, 1925-1926; Northbridge, 1927-1929; Brighton-Le-Sands, 1930-1931; Northbridge, 1933-1939), amateur operator (AOCP 131, 1925, No. ?? in NSW), amateur broadcaster, WW1 (Army, Private) & WW2 (Australian Army, colonel), sales manager (1954) * [[/Leslie William Douglas Southwell|Southwell, Leslie William Douglas]] [https://www.familysearch.org/tree/person/details/9WXT-S8L] - 1900(NSW)-1960(Vic) - Licences: 3SL Seymour (1924-1939, 1946-1954); 3SL Melbourne (Montrose, 1955-1960) - Qualifications: cc; AOCP 250, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Seymour, 1931-1954) * [[/Noel Leslie Southwell|Southwell, Noel Leslie]] [https://www.familysearch.org/tree/person/details/GZNM-ZJW] - 1919(NSW)-1998(NSW) - 2ZF Sydney (Leichhardt, 1935-1939, 1946-1950; Yagoona, 1954-1980+), qualifications (AOCP 1565, 1935, No. ?? in NSW; 1COCP 149, 1937), amateur operator, broadcast technician (1949), QSL collection survives ARDXC/NFSA ===''SPARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Spark|Spark, John]] - 1879(USA)-19??(???) - Licences: 6AC Perth (City, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: soldier (Fremantle, 1917); civil servant (West Perth, 1921) - Comment: identification not certain ===''SPEDDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Spedding|Spedding, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GQ82-ZCM] - 1897(NSW)-1958(NSW) - Licences: 4DU Receive Brandon (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bookkeeper (Brandon, Qld, 1921-1925); clerk (Lakemba, NSW, 1932-1958) ===''SPENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Keith Spence|Spence, Edward Keith]] [https://www.familysearch.org/tree/person/details/LBYN-S3H] - 1908(Qld)-1980(NSW) - Licences: 4DT Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Union Bank, Wagga Wagga, NSW, 1930; Wellington, NSW, 1934); bank officer (Bondi, NSW, 1936; Rose Bay, NSW, 1937; Epping, NSW, 1943-1949; Northbridge, NSW, 1963-1977); retired (Cremorne, NSW, 1980) * [[/William Guthrie Spence|Spence, William Guthrie]] - 1846(Sco)-1926(Vic) - senior federal politician (Postmaster-General, 1914-1915) ===''SPENCER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derek David Spencer|Spencer, Derek David]] [https://www.familysearch.org/tree/person/details/GFSW-N55] - 1909(Eng)-1982(Tas) - Licences: 3DS Melbourne (Altona, 1934-1937); 6DS Perth (Pearce, 1938-1939) - Qualifications: cc; AOCP 1280, 1934, Vic; AOLCP 157, 1934; 2COCP 55, 1936; 1COCP 111, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: poultry farmer (Ulverstone, Tas, 1954; Leven, Tas, 1963); farmer (Gawler, Tas, 1972) ===''SPERRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred John Sperring|Sperring, Wilfred John]] [https://www.familysearch.org/tree/person/details/KVLY-JPK] - 1917(WA)-1966(WA) - Licences: 6SP Perth (Victoria Park, 1937-1939, 1947-1948; Belmont, 1954) - Qualifications: cc; AOCP 1920, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Victoria Park, WA, 1943); mechanic (Victoria Park, WA, 1949); radio engineer (Belmont, WA, 1954-1963) ===''SPICER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Spicer|Spicer, Victor John]] [https://www.familysearch.org/tree/person/details/G88M-KKY] - 1910(Eng)-1985(Vic) - Licences: 3VS Melbourne (Mordialloc, 1929-1931; East Malvern, 1933; North Fitzroy, 1937-1939, 1946-1948) - Qualifications: AOCP 554, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1934); constable (Port Melbourne, 1936; Fitzroy, 1937-1954; Carlton South, 1967-1968); retired (Hurstbridge, Vic, 1977-1980) ===''SPITZKOWSKY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Royston Stanley Spitzkowsky|Spitzkowsky, Max Royston Stanley]] [https://www.familysearch.org/tree/person/details/GZYD-23H] - 1904(NSW)-1989(NSW) - Licences: 2MS Newcastle (Hamilton, 1926-1975) - Qualifications: AOCP 302, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: turner (Hamilton, 1932-1972) ===''SPOTSWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Ernest Spotswood|Spotswood, Cyril Ernest]] [https://www.familysearch.org/tree/person/details/GDTC-4GM] - 1897(Tas)-1964(Tas) - Licences: Receive Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Burnie, 1936-1943); fettler (Burnie, 1949-1954) * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] [https://www.familysearch.org/tree/person/details/M7P4-M7C] - 1892(Qld)-1973(Qld) - Licences: 4JH Poopoonbah via Giru (1935-1939) - Qualifications: cc; AOCP 1356, 1934, Qld - amateur operator; amateur broadcaster - Comment: second YL operator in Qld - Relationships: Wife of 4JK Jack Lawrence Humphry - Electoral Rolls: home duties (Ching Do Siding, Ayr, Qld, 1919-1936; Giru, Qld, 1937-1949; Poopoonbah, Qld, 1954; St Lucia, Qld, 1958-1972) ===''SPRENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Ernest Sprenger|Sprenger, Herbert Ernest]] [https://www.familysearch.org/tree/person/details/GMQD-2CJ] - 1914(Qld)-2000(Qld) - Licences: 4ES Bundaberg (1932-1939); 4ES Brisbane (New Farm, 1946-1948; Holland Park, 1954; Upper Mt Gravatt, 1955-1960; Rainworth, 1965-1980+) - Qualifications: cc; AOCP 1064, 1932, No. ?? in Qld; BOCP 165, 1938; 1COCP 530, 1941 - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); state public servant (Qld Police, radio comms) - Electoral Rolls: radio mechanic (Bundaberg, 1936-1937); police constable (New Farm, Qld, 1943-1949); sergeant police (Holland Park, Qld, 1954; Upper Mt Gravatt, Qld, 1958); sub-inspector police (Rainworth, Qld, 1963-1968); police officer (Rainworth, Qld, 1972); retired (Bardon, Qld, 1977-1980) ===''SPURRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Charles Spurrier|Spurrier, Leonard Charles]] [https://www.familysearch.org/tree/person/details/LTY1-WZJ] - 1904(Wales)-1984(SA) - Licences: S382 Receive Adelaide (North Adelaide, 1922); 5AL Receive Adelaide (North Adelaide, 1923); Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Clarence Park, 1939-1941; Eden Hills, 1943) ===''SQUIRES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Jack Squires|Squires, Jack]] [https://www.familysearch.org/tree/person/details/G8CX-3GW] - 1909(WA)-1972(???) - Licences: 6JS Perth (Cannington, 1929-1939; Como, 1946-1956; Nedlands, 1960; West Leederville, 1965-1969) - Qualifications: cc; AOCP 510, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Cannington, 1931-1936); sales manager (Midland Junction, 1937; South Perth, 1943-1954); manager (Subiaco, 1963); business manager (West Kalamunda, 1968) ===''ST JOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Clive Bolingbroke St John|St John, Henry Clive Bolingbroke]] [https://www.familysearch.org/tree/person/details/LBTN-PV8] - 1895(Eng)-1972(NSW) - Licences: 2RX Receive Sydney (Rockdale, 1923-1925); 2RX Sydney (Rockdale, 1926-1939; Northbridge, 1965-1969) - Qualifications: AOCP 258, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: reader (Rockdale, 1930-1936; Northbridge, 1943-1963) ===''STACEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Keith Stacey|Stacey, Howard Keith]] [https://www.familysearch.org/tree/person/details/G3TY-D8M] - 1907(NSW)-1993(SA) - Licences: 5XA Adelaide (Firle, 1934-1937; Knightsbridge, 1938-1939; Leabrook, 1947-1956; Glynde, 1960-1980+) - Qualifications: cc; AOCP 1360, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: compositor (Burnside, SA, 1939-1941) * [[/Roy Ernest Stacey|Stacey, Roy Ernest]] [https://www.familysearch.org/tree/person/details/GXDT-PNR] - 1902(Qld)-1973(Qld) - Licences: 4RS Proserpine (1933-1939, 1948-1969) - Qualifications: cc; AOCP 1187, 1933, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: office assistant (Bauple, Qld, 1925); clerk (Proserpine, Qld, 1928-1972) ===''STACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Patrick Charles Stack|Stack, Robert Patrick Charles]] [https://www.familysearch.org/tree/person/details/GXDL-Y2K] - 1904(Eng)-1966(Qld) - Licences: 4TK Innisfail (1936-1939, 1947-1965) - Qualifications: cc; AOCP 1742, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: hairdresser (Innisfail, Qld, 1930-1932); stationer (Innisfail, Qld, 1936-1943) ===''STACKPOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Julian Stackpole|Stackpole, Peter Julian]] [https://www.familysearch.org/tree/person/details/GD3D-H8N] - 1947(Vic)-2004(ACT) - Licences: 3ZQS Melbourne (North Clayton, 1980+; 1RX Canberra, 1990s); Qualifications: cc; AOLCP 2203, 1966; AOCP N1856, 1988 - amateur operator; broadcast planning engineer (P&TD, DoC, DoTaC, ABA, ACA) - Electoral Rolls: assistant (Hampton, 1972); technical officer (Clayton, 1977-1980) ===''STAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Hurst William Stafford|Stafford, John Hurst William]] [https://www.familysearch.org/tree/person/details/LV6P-XSJ] - 1901(Qld)-1992(Qld) - Licences: 4CD Receive Ipswich (Ebbw Vale, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: electrician (Ebbw Vale, 1925-1928; Booval, 1932-1949); engineer (East Ipswich, 1958-1963); retired (Mansfield, 1977-1980) ===''STANFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Roy Stanfield|Stanfield, Clifford Roy]] [https://www.familysearch.org/tree/person/details/GQXR-9GG] - 1900(NSW)-1991(NSW) - Licences: N744 Receive Newcastle (1922); 2HX Receive Newcastle (1922) - Qualifications: cc; CPRT 383, 1918; 2COCP 136, 1930; 1COCP 140, 1930 - amateur receiver; WW1 - Electoral Rolls: wireless operator (Randwick, 1930; Maroubra, 1932-1968); retired (Blaxland, 1977-1980) ===''STANLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. M. Stanley|Stanley, J. M.]] - 19??(???)-19??(???) - Licences: 2JS Receive Sydney (Crow's Nest, 1922-1923); 2JS Sydney (Crow's Nest, 1924); Orange (1924-1929) - Qualifications: cc; AOCP 100, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; newsagent (Leura, late 1920s) - Identification: Not yet identified (possibly James Melville Stanley, electrician, Lockhart, 1930) - Electoral Rolls: Nil yet identified ===''STAPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Stapleton|Stapleton, John William]] [https://www.familysearch.org/tree/person/details/GXG7-R9P] - 1915(SA)-1980(SA) - Licences: 5KY Adelaide (Port Adelaide, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1314, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Cook, SA, 1941-1944) ===''STARKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Starkie|Starkie, Thomas William]] [https://www.familysearch.org/tree/person/details/GZBS-NCY] - 1906(Qld)-1982(Qld) - Licences: 4NW Brisbane (Nundah, 1926-1939) - Qualifications: cc; AOCP 306, 1926, No. 30 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Nundah, 1928-1937); warehouse assistant (Holland Park, 1943); manager (Wavell Heights, 1949); agent (Toowong, 1954-1958); manufacturer's agent (Kenmore, 1963); agent (Tennyson, 1968-1972); retired (The Gap, 1977; North Tamborine, 1980) ===''STARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Starr|Starr, Francis John]] [https://www.familysearch.org/tree/person/details/GZLN-LC4] - 1916(Qld)-1940(off Qld coast) - Licences: 4FS Stanthorpe (1937-1939) - Qualifications: cc; AOCP 1930, 1937, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 23 Squadron, Aircraftsman Class 1) - Electoral Rolls: baker (Stanthorpe, 1937) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1719163] ===''STEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey William Ashcroft Steane|Steane, Geoffrey William Ashcroft]] [https://www.familysearch.org/tree/person/details/GMCF-JWV] - 1905(Vic)-1957(Vic) - Licences: 3UX Melbourne (Mont Albert, 1923-1933); 3SX Melbourne (Mont Albert, 1923-1925) - Qualifications: cc; CPRT 775, 1923; 2COCP 330, 1931 -amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Mont Albert, Vic, 1931); engineer (Camberwell, Vic, 1937); radio engineer (Dee Why, NSW, 1949); television engineer (Double Bay, NSW, 1954); engineer (Camberwell, Vic, 1954) ===''STEELE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rowland Edward James Steele|Steele, Rowland Edward James]] [https://www.familysearch.org/tree/person/details/GDTC-2ZM] - 1904(Tas)-1987(Tas) - Licences: Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Hobart West, 1928); dairyman (West Hobart, 1937-1972) ===''STEPHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Goldsmith Stephen|Stephen, Percy Goldsmith]] [https://www.familysearch.org/tree/person/details/GD2J-HVR] - 1896(NSW)-1976(NSW) - Licences: 2ZB Sydney (Balmain, 1924-1925); 2PS Sydney (Balmain, 1926; Granville, 1927-1930; Lidcombe, 1931-1936; Croydon, 1937-1939; Five Dock, 1946-1958; Condell Park, 1960-1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical mechanic (Granville, 1930); electrician (Lakemba, 1930; Lidcombe, 1932-1936); electrical fitter (Five Dock, 1943-1958); fitter (Condell Park, 1968-1972) ===''STEPHENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Nelson Stephens|Stephens, Arthur Nelson]] [https://www.familysearch.org/tree/person/details/G941-3F1] - 1886(Eng)-1972(Qld) - Licences: 4CG Receive Brisbane (Clayfield, 1922); 4CG Brisbane (Clayfield, 1923-1925); Operator of 4AE - Qualifications: cc; Nil yet identified - coastal wireless operator; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: draughtsman (North Carlton, Vic, 1912-1914); engineer (Wireless Station, Pinkenba, 1915-1919; Clayfield, 1925-1928); hotel keeper (Palm Beach Hotel, Elanora, 1932-1934; Grand Hotel, Southport, 1936-1943); cafe proprietor (Southport, 1949); secretary (Main Beach, 1954-1958; Southport East, 1963-1968) * [[/Frank Richmond Stephens|Stephens, Frank Richmond]] [https://www.familysearch.org/tree/person/details/GXQ7-MLM] - 1897(Qld)-1977(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 452, 1919 - RANRS - Electoral Rolls: naval reservist (New Farm, 1921); farm hand (Wamuran, Qld, 1925); wireless operator (New Farm, 1925-1937); radio mechanic (New Farm, Qld, 1943); agent (New Farm, Qld, 1949); caretaker (Brisbane, 1954-1958); retired (Bowen Hills, 1963; Coolangatta, 1968-1972) * [[/Harry James Milne Stephens|Stephens, Harry James Milne]] [https://www.familysearch.org/tree/person/details/GXYC-KQH] - 1900(WA)-1982(WA) - Licences: 6ZZ Perth (South Perth, 1935-1939; Bassendean, 1947-1960; Eden Hill, 1965-1980+) - Qualifications: cc; AOCP 1530, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Albany, WA, 1925); railway employee (Katanning, WA, 1931-1936); storekeeper (Fremantle, WA, 1937); aircraftsman (Bassendean, WA, 1943-1963); railway employee (Eden Hill, WA, 1968-1972); retired (Bassendean, WA, 1977-1980) * [[/Thomas Stephens|Stephens, Thomas]] [https://www.familysearch.org/tree/person/details/GZ2B-35G] - 1912(Vic)-1944(Sct) - Licences: 3GO Melbourne (Essendon, 1931-1933) - qualifications: AOCP 489, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1944) - Electoral Rolls: bank clerk (Essendon, 1936-1942) - "Greater love hath no man" [https://aviationmuseumwa.org.au/afcraaf-roll/stephens-thomas-418036/] * [[/Thomas Blacket Stephens|Stephens, Thomas Blacket or Blackett]] [https://www.familysearch.org/tree/person/details/G9WG-Y5P] - 1902(Qld)-1999(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 309, 1926, No. 31 in Qld - amateur operator? - Electoral Rolls: articled law clerk (Annerley, 1925-1928); solicitor (Annerley, 1934; Fortitude Valley, 1936-1937; Clayfield, 1949-1968); retired (St Lucia, 1972-1980) ===''STEPHENSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Wilfred Stephenson|Stephenson, Charles Wilfred]] [https://www.familysearch.org/tree/person/details/93BK-M7F] - 1905(Qld)-1997(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother); 2BWQ Sydney (Blacktown, 1980+) - Qualifications: cc; AOCP 282, 1926, No. 25 in Qld - amateur operator; amateur broadcaster; radio clubs (Wooloowin RC, operator 4WN; WIAQ, operator 4AE); broadcast technician (4QG); business proprietor (cinema audio) - Relationships: brother of 4RG Harold John Stephenson - Electoral Rolls: public servant (Wooloowin, Qld, 1928-1929); electrical engineer (Pymble, NSW, 1932-1933); sound engineer (Capertee, NSW, 1936-1937); panel beater (Bourke, NSW, 1943); mechanic (Capertee, NSW, 1949-1954; Maroubra, NSW, 1958); autoelectrician (Blacktown, NSW, 1963-1977); retired (Blacktown, NSW, 1980) * [[/Harold John Stephenson|Stephenson, Harold John]] [https://www.familysearch.org/tree/person/details/93BK-9M3] - 1903(Qld)-1990(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother) - Qualifications: cc; AOCP 290, 1926, No. 27 in Qld - amateur operator; amateur broadcaster - Relationships: brother of 4RG/2BWQ Charles Wilfred Stephenson - Electoral Rolls: railway employee (Wooloowin, Qld, 1925-1943); sheet metal worker (Wooloowin, Qld, 1949); engineer (Wooloowin, Qld, 1954); aircraft mechanic (Maroubra, NSW, 1963-1980) ===''STEVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edgar F. Stevens|Stevens, Albert Edgar F. "Bert"]] [https://www.familysearch.org/tree/person/details/KH4H-N2D] - 1894(Vic)-1954(WA) - Licences: 6BN Perth (North Perth, 1924-1927; South Perth, 1930-1939); nominated licensee for W732 WIA WA (1922) - Qualifications: cc; AOCP 136, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geraldton, WA, 1916-1917); phone mechanic (North Perth, WA, 1925; South Perth, WA, 1931-1954) * [[/Frederick William Stevens|Stevens, Frederick William]] - 1898-19?? - 4SP Brisbane, amateur operator (PRTC 788, 1923, Marconi & Telefunken; 1COCP, 1930, Qld), Coastal wireless operator; first chief engineer 4QG, state public servant (4QG), pilot (Qantas), federal public servant (DCA) * [[/Robert Edward Stevens|Stevens, Robert Edward]] [https://www.familysearch.org/tree/person/details/GD1Z-ZMF] - 1908(Vic)-1994(Vic) - Licences: 7OJ Deloraine (1931-1933); 3OJ Melbourne (Burwood, 1937-1939, 1946-1980+) - Qualifications: cc; AOCP 817, 1931, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (Auburn, Vic, 1931; Burwood, 1937-1980) ===''STEWART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Barnett Stewart|Stewart, Alexander Barnett]] [https://www.familysearch.org/tree/person/details/GHBR-VND] - 1895(Sct)-1981(Qld) - Licences: 4DD Receive Brisbane (Hawthorne, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: jackeroo (Oondooroo, Qld, 1919); farmer (Palmwoods, Qld, 1921-1925); orderman (Hawthorne, Qld, 1928); truck driver (Eight Mile Plains, Qld, 1936-1937); foreman (Hawthorne, Qld, 1943-1980) * [[/Donald Richardson Stewart|Stewart, Donald Richardson]] [https://www.familysearch.org/tree/person/details/94CC-2MT] - 1902(Vic)-1993(Vic) - Licences: V739 Receive Lorne (1922); 3GS Receive Lorne (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: motor driver (Lorne, 1925-1954); guest house proprietor (Lorne, 1967-1968); proprietor (Lorne, 1972-1980) * [[/John Edgar Stewart|Stewart, John Edgar]] [https://www.familysearch.org/tree/person/details/GZD8-3JC] - 1884(NSW)-1957(NSW) - Licences: 2MR Newcastle (Mayfield, 1923-1929; Hamilton, 1930); 2MR Sydney (Chatswood, 1931); 4MR Brisbane (Nundah, 1933-1939, 1946-1948); 2MR Waratah (1954-1957) - Qualifications: cc; AOCP 43, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; Commonwealth Electoral Commission (Chief Electoral Officer) - Electoral Rolls: clerk (Arncliffe, 1913); District Returning Officer (Mayfield, 1930); Commonwealth Electoral Officer (Nundah, Qld, 1937-1949); retired (Waratah, 1954) * [[/Henry Stewart|Stewart, Henry]] [https://www.familysearch.org/tree/person/details/GXS7-R71] - 1896(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 234, 1916; 1COCP 318, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Comment: Several contemporaneous HSs - Electoral Rolls: Nil yet identified * [[/William Alfred Stewart|Stewart, William Alfred]] [https://www.familysearch.org/tree/person/details/GXBZ-4XJ] - 1910(WA)-2020(WA)109yo - Licences: 6ST Perth (West Leederville, 1937-1939) - Qualifications: cc; AOCP 1958, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Balkatta, WA, 1936; Leederville, WA, 1937); salesman (Wembley Park, WA, 1943; Leederville, WA, 1949); technician (Floreat Park, WA, 1954-1963; Wembley Park, WA, 1968; Floreat Park, WA, 1972-1980) - Links: [https://gerontology.fandom.com/wiki/William_Stewart Gerontology] ===''STIPEK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Stipek|Stipek, John "Jack"]] [https://www.familysearch.org/tree/person/details/GD5X-XL1] - 1898(NSW)-1974(Florida, USA) - Licences: 7BE Receive St Helens (1923); Receive St Helens (1923); 7BE St Helens (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMG telegraph messenger, left PMGD 1920; first to log KGO in Tas - Comment: beware two other John Stipek's concurrently in Tas, 1920s - Electoral Rolls: civil servant (St Helens, 1919); clerk (St Helens, 1922) ===''STITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Hugh Rankin Stitt|Stitt, Walter Hugh Rankin Jnr "Hughie"]] [https://www.familysearch.org/tree/person/details/GWBX-L5G] - 1908(NSW)-1972(NSW) - 2WH Forbes (1925-1969+), 2ARN Forster (1965-1969+), amateur operator (AOCP 196, 1925, No. ?? in NSW), amateur broadcaster, "brother-in-law" of Leslie Maclean Wilson 2LM, note his father also Walter Hugh Rankin Stitt and lived in same district ===''STOCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Daniel Alan John Stocks|Stocks, Daniel Alan John]] [https://www.familysearch.org/tree/person/details/GZN8-R5P] - 1897(Vic)-1933(Vic) - 3DJ Melbourne (Canterbury, 1925-1927; Surrey Hills, 1931), amateur operator (AOCP 144, 1925, No. ?? in Vic), amateur broadcaster, electrical engineer, gone too soon ===''STOCKTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Stockton|Stockton, Norman]] - 1904(WA)-1943(Germany) - 4NQ Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, military (WW2, press correspondent), journalist, "Greater love hath no man than this" ===''STOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allen Frederick Stow|Stow, Allen Frederick]] [https://www.familysearch.org/tree/person/details/G8WR-7GG] - 1910(Vic)-1966(Vic) - Licences: 3AS Melbourne (North Carlton,1928-1931; North Fitzroy, 1933-1939, 1946-1947; Northcote, 1948-1965); 3AFS Portable Melbourne (Northcote, 1948-1965) - Qualifications: AOCP 441, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army) - Electoral Rolls: engineer (Carlton North, 1931; Fitzroy North, 1934-1942) ===''STOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Alfred Stowe|Stowe, Harry Alfred]] [https://www.familysearch.org/tree/person/details/GWBJ-YTW] - 1892(NSW)-1977(NSW) - Licences: XAS Sydney (Drummoyne, 1911-1914); 2CX Receive Sydney (Chatswood, 1922-1923); 2CX Sydney (Chatswood, 1924-1929) - Qualifications: cc; AOCP 19, 1924, No. 9 in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, 1930-1958); retired (Frenchs Forest, 1968-1977) ===''STOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Bickley Stoyle|Stoyle, Jack Bickley]] [https://www.familysearch.org/tree/person/details/GM1Z-JWV] - 1881(India)-1966(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 91, 1915; 1COCP 55, 1930 - RANRS (Commissioned Telegraphist, terminated Nov 1920); AWA CRS - Electoral Rolls: wireless telegraphist (Rockhampton, 1917); radio station master (Darwin, 1922; Kilkenny, 1939-1943) ===''STRAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Michael Strafford|Strafford, John Michael]] [https://www.familysearch.org/tree/person/details/LZ2K-LBX] - 1900(SA)-1974(SA) - Licences: 5JS Adelaide (Stepney, 1936-1939; City, 1947-1965; Windsor Gardens, 1969-1975) - Qualifications: cc; AOCP 1710, 1936, SA; BOCP 514, 1943 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''STRATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Stephen Stratford|Stratford, Leo Stephen]] [https://www.familysearch.org/tree/person/details/GXHV-HRX] - 1915(Qld)-1999(Qld) - Licences: 4AE Goondiwindi (1936-1939); 4LS Goondiwindi (1947-1956) - Qualifications: cc; AOCP 1678, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Goondiwindi, Qld, 1936-1949); radio dealer (Goondiwindi, Qld, 1954-1958); electrician (Goondiwindi, Qld, 1968); refrigeration mechanic (Goondiwindi, Qld, 1980) ===''STREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Streamer nee Mackenzie, Florence Madeline "Madeline" - See Florence Madeline Mackenzie 4YL ===''STREET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frederick Street|Street, Reginald Frederick]] [https://www.familysearch.org/tree/person/details/GW5S-Z4L] - 1900(Tas)-1927(Tas) - Licences: 7BD Receive Hobart (1923); Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: draper's assistant (Hobart West, 1922) ===''STROHFELDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Strohfeldt|Strohfeldt or Strofeldt, Gilbert]] [https://www.familysearch.org/tree/person/details/LVWD-W9Z] - 1904(Qld)-1951(Qld) - Licences: 4GS Brisbane (Paddington, 1932-1939; Camp Hill, 1948-1956) - Qualifications: cc; AOCP 1041, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Comment: licensed for 5 years after passing - Electoral Rolls: postal assistant (Roma, 1926); telegraphist (Charleville, 1928-1930); Paddington, Qld, 1936-1937); assistant radio inspector (Camp Hill, Qld, 1943) ===''STUART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Stuart|Stuart, Francis John]] [https://www.familysearch.org/tree/person/details/GXSH-RPC] - 1895(SA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: naval officer (Hobart, Tas, 1919); telegraphist (Hobart, 1922; Oakleigh, Vic, 1928-1942); primary producer (Tarra Valley, Vic, 1949-1954) * [[/Michael Aloysius Horatio Stuart|Stuart, Michael Aloysius Horatio]] [https://www.familysearch.org/tree/person/details/GXLC-2D9] - 1891(Vic)-1953(Vic) - Licences: 3MH Melbourne (Moonee Ponds, 1927); 3MH Rockbank (1931-1937); 5MS Adelaide (Rosewater, 1938-1939) - Qualifications: cc; 2COCP 66, 1929; 1COCP 184, 1931; likely CRPT pre 1927 - amateur operator; amateur broadcaster; WW1 (UK Merchant Navy); WW2 - Electoral Rolls: mechanic (Moonee Ponds, Vic, 1925-1927); radio telegraphist (Beam Radio Station, Rockbank, Vic, 1928-1937; Geraldton, WA, 1943); radio technician (Footscray North, Vic, 1949) ===''STURDEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Ashton Hobart Sturdee|Sturdee, Vernon Ashton Hobart]] - 1890(Vic)-1966(Vic) - 4?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur radio club (member, WIQ) ===''SULLIVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sullivan|Sullivan, John]] [https://www.familysearch.org/tree/person/details/KLGD-VK6] - 1906(Vic)-1997(Vic) - 3SR Melbourne (Elsternwick, 1925-1926), 3SR Yallourn (1927), amateur operator (AOCP 206, 1925, No. ?? in Vic), amateur broadcaster, engineer (1927) ===''SUTHERLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan James Sutherland|Sutherland, Alan James]] [https://www.familysearch.org/tree/person/details/GXK6-94L] - 1916(SA)-1977(Qld) - Licences: 5XB Adelaide (Glenelg, 1935-1939, 1947-1948); 3AXB Melbourne (Balwyn, 1954-1965); 3KY Melbourne (Balwyn, 1969-1975) - Qualifications: cc; AOCP 1592, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Dunleath, SA, 1939-1941); public servant (Albert Park, Vic, 1949; Canterbury, Vic, 1954-1968; Balwyn, Vic, 1972-1977); retired (Scarness, Qld, 1977) * [[/George Bremner Sutherland|Sutherland or Clyne, George Bremner "Jock"]] [https://www.familysearch.org/tree/person/details/GZVF-KQC] - 1893(Sct)-1981(SA) - Licences: 6GB Perth (Mt Hawthorn, 1927) - Qualifications: cc; 1COCP 295, 1932 - amateur operator; amateur broadcaster; telegraphist (Navy, 1911), late 1920s assistant chief engineer 6WF (to Wally Coxon) - Electoral Rolls: DCA (aeradio operator, from 1941); radio operator (Kalgoorlie, 1949); retired (North Perth, 1958) ===''SUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Sutton|Sutton, Arthur Ernest]] [https://www.familysearch.org/tree/person/details/GMFM-Z34] - 1882(Vic)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (early 1910s); utilised Henry Sutton's experimental licence - Relationships: son of XLM Henry Sutton - Electoral Rolls: music seller (Malvern, 1909-1913; Hawthorn, 1914-1915); engineer (Kew, 1922-1925); traveller (Camberwell, 1927); mechanic (Brunswick, 1928) * [[/Henry Sutton|Sutton, Henry]] [https://www.familysearch.org/tree/person/details/LD19-T7V] - 1855(Vic)-1912(Vic) - Licences: XLM Melbourne (Malvern, 1910-1912) - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed from 1890s); numerous inventions, Australia's first wireless telephony experimenter (1906); invented several new types of telephones; early television experiments - Relationships: father of Arthur Ernest Sutton - Links: [https://adb.anu.edu.au/biography/sutton-henry-4675 ADB] - Electoral Rolls: Nil yet identified * [[/Joseph William Sutton Jnr|Sutton, Joseph William Jnr]] [https://www.familysearch.org/tree/person/details/LHKF-HCJ] - 1874(Qld)-1941(Qld) - Licences: 4CP Receive Brisbane (City, 1923); 4EI Brisbane (City, 1923-1925) (In the name of the State Engineer) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club (WIQ, foundation member; QWI); electrical engineer; senior federal public servant (PMGD, State Engineer) - Relationships: son of Joseph William Sutton Snr - Electoral Rolls: electric engineer (Teneriffe, 1903); engineer (Teneriffe, 1908-1909); assistant (GPO, 1912-1919); electrical engineer (New Farm, 1921-1936); retired (Ascot, 1937) * [[/Joseph William Sutton Snr|Sutton, Joseph William Snr]] [https://www.familysearch.org/tree/person/details/LHKF-W6T] - 1844(Eng)-1914(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - club (Royal Society Qld, president) - Relationships: father of Joseph William Sutton Jnr - Links: [[w:Joseph William Sutton|Wikipedia]] - Electoral Rolls: engineer (Teneriffe, 1908-1909) ===''SWABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Max J. Swaby|Swaby, Max J.]] - 19??(???)-19??(???) - 4DA Dalby (-1948+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''SWAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lionel Tamsett Swain|Swain, Lionel Tamsett]] [https://www.familysearch.org/tree/person/details/KL1J-TGY] - 1902(NSW)-1985(NSW) - Licences: 2CS Receive Newcastle (Hamilton, 1922); 2CS Newcastle (Hamilton, 1923-1927; Waratah, 1928-1939, 1946-1950; Charlestown, 1954-1961; Bolton Point, 1965-1980) - Qualifications: cc; AOCP 108, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Withdrawal: when 2CS Coffs Harbour commenced in early 1980s, policy had changed as to withdrawal of similar amateur callsigns - Electoral Rolls: draftsman (Waratah, 1930-1954); engineer (Charlestown, 1958-1963); retired (Bolton Point, 1968-1980) ===''SWEENEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Moss Sweeney|Sweeney, Walter Moss]] [https://www.familysearch.org/tree/person/details/LNZ7-YRD] - 1887(Eng)-1964(Vic) - Licences: 3WS Melbourne (East Melbourne, 1924-1925; Elwood, 1925-1931; St Kilda, 1933-1939) - Qualifications: cc; CPRT 204, 1916 - coastal wireless operator; RANRS (commissioned telegraphist, 1917); amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless engineer (Subiaco, 1916-1917); no occupation (Melbourne, 1919); wireless engineer (East Melbourne, 1921-1924); engineer (Elsternwick, 1925-1928); director (St Kilda, 1931-1963) ===''SWINBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank Charles Richard Swinburne|Swinburne, Frank Charles Richard]] [https://www.familysearch.org/tree/person/details/GDML-S1J] - 1901(Qld)-1948(NSW) - Licences: 2AT Receive Sydney (Manly, 1922-1923); 2AT Sydney (Manly, 1924-1926) - Qualifications: cc; CPRT 557, 1920 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Manly, NSW, 1937; North Sydney, 1943)) ===''SWINDELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Willie Swindells|Swindells, Willie]] [https://www.familysearch.org/tree/person/details/L812-BTK] - 1890(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: electrician (Richmond, Vic, 1913-1914; Parkdale, Vic, 1925-1926); engineer (Geelong, 1927; Darlinghurst, NSW, 1931-1933); electrical engineer (Brunswick, Vic, 1934) ===''SYMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathaniel Joseph Leo Symonds|Symonds, Nathaniel Joseph Leo "Leo"]] [https://www.familysearch.org/tree/person/details/KJZ3-3QH] - 1908(WA)-2005(WA) - Licences: 6LS Perth (Cottesloe Beach, 1925-1930; Bicton, 1947-1948); 6LX Perth (Kalamunda, 1965-1980+) - Qualifications: cc; AOCP 207, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: tailor (Cottesloe, 1931-1943); radio operator (Fremantle, 1949-1954); radio technician (Kalamunda, 1958-1980) ===''SYMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Lindsay Gordon Symons|Symons, John Lindsay Gordon]] [https://www.familysearch.org/tree/person/details/KZZ5-Q42] - 1913(Vic)-1964(Vic) - Licences: 3JT Melbourne (Malvern, 1930-1939; East Hawthorn, 1946-1947; Burwood, 1948; South Melbourne, 1954-1956; Mt Waverley, 1960) - Qualifications: AOCP 662, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Malvern, 1934-1943; Glen Iris, 1949); hotelkeeper (Malvern, 1954); engineer (Syndal, 1963) =='''T'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''TAPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Ernest Tapp|Tapp, Charles Ernest or Edward]] [https://www.familysearch.org/tree/person/details/GX7P-BXV] - 1894(NSW)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 82, 1915 - RANRS (commissioned telegraphist, 1917); WW1 - Electoral Rolls: OIC Wireless Station (Thursday Island, Qld, 1915; South Yarra, Vic, 1917-1919); electrical engineer (Mosman, NSW, 1930); engineer (Brighton, Vic, 1942); manager (Vaucluse, NSW, 1943) ===''TAPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Tapper|Tapper, John Robert]] [https://www.familysearch.org/tree/person/details/G8ZX-4T6] - 1910(WA)-1992(WA) - Licences: 6RJ Perth (Claremont, 1929-1939); 6RJ Onslow (1946-1947); 6RJ Perth (Claremont, 1948-1960); 2AO Wagga Wagga (1969-1980+) - Qualifications: cc; AOCP 538, 1929, No. ?? in WA; 1COCP 218, 1931; TVOCP 324, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Claremont, 1931-1943); operator (Claremont, 1949-1963); radio inspector (Wagga Wagga, 1968-1980) ===''TARBOTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Augustus Tarbotton|Tarbotton, Harry Augustus]] [https://www.familysearch.org/tree/person/details/GF93-87K] - 1902(Eng)-1961(WA) - Licences: 6HT Albany (1936-1939, 1947-1960) - Qualifications: cc; AOCP 1672, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: motor driver (Albany, WA, 1925-1931); motor mechanic (Albany, WA, 1936-1954); radio service (Albany, WA, 1958) ===''TARLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred William Tarling|Tarling, Alfred William]] [https://www.familysearch.org/tree/person/details/LVH9-4RZ] - 1900(Eng)-1953(Qld) - Licences: 4TW Townsville (1937-1939, 1946-1948) - Qualifications: cc; (likely qualification ca 1920, British Merchant Navy; 1COCP 679, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Coolbie, Ingham, Qld, 1930); wireless operator (Pimlico, Qld, 1931-1932); labourer (West End, Qld, 1936-1937); radio engineer (Townsville, Qld, 1943-1949) ===''TARRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Albert Tarrant|Tarrant, Ernest Albert Jnr]] [https://www.familysearch.org/tree/person/details/L8SB-Z68] - 1898(NSW)-1956(NSW) - Licences: 2AK Receive Narrabri (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Eulah Creek, 1930; Narrabri, 1943) * [[/William Francis Tarrant|Tarrant, William Francis "Frank"]] [https://www.familysearch.org/tree/person/details/GD5M-6JT] - 1914(NSW)-1998(NSW) - Licences: 2UF Newcastle (Cooks Hill, 1932-1958) - Qualifications: cc; AOCP 1054, 1932, NSW - amateur operator; amateur broadcaster - Electoral Rolls: ironworker (Newcastle, 1930-1949) ===''TATHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Edward Tatham|Tatham, Sydney Ernest Edward]] [https://www.familysearch.org/tree/person/details/GDQT-52W] - 1896(Eng)-1973(Vic) - Licences: 2ST Sydney (Neutral Bay, 1923-1925; City, 1926-1928; Darling Point, 1929-1933; City, 1933-1939) - Qualifications: cc; CPRT 33, 1915; 1COCP 406, 1940 - amateur operator; amateur broadcaster; journalist (editor, Sea, Land and Air, 1922); WW2 - Electoral Rolls: instructor (St Kilda, 1919; South Yarra, 1919); merchant (Darling Point, 1930-1933; City, 1934-1937; Albert Park, Vic, 1949; Camberwell, 1954); director (Balwyn, 1958-1972) ===''TAYLOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert William Taylor|Taylor, Albert William]] [https://www.familysearch.org/tree/person/details/GX56-JGX] - 1910(NSW)-1980(SA) - Licences: 5AT Port Pirie (1934-1937); 5AT Adelaide (Solomontown, 1938-1939; Edwardstown, 1947-1980+) - Qualifications: cc; AOCP 1276, 1934, SA; BOCP 286, 1940; TVOCP 461, 1962 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Marleston, SA, 1941; Edwardstown, SA, 1943) * [[/B. A. Taylor|Taylor, B. A.]] - 19??(???)-19??(???) - Licences: 4DF Receive Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Donald Gordon Taylor|Taylor, Donald Gordon "Don"]] [https://www.familysearch.org/tree/person/details/GZB4-N31] - 1907(SA)-1985(SA) - Licences: Receive Adelaide (Forestville, 1923-1924); 5DX Adelaide (Forestville, 1926-1937; Black Forest, 1938-1939, 1946-1980+) - Qualifications: cc; AOCP 307, 1926, No. ?? in SA; AOLCP 25, 1930 - amateur operator; amateur broadcaster; WW2 - Comment: another DGT served in WW2 & died on active service 1943 in NT - Electoral Rolls: wireless mechanic (Goodwood, 1939; Black Forest, 1941-1943) * [[/Florence Mary Parsons|Taylor nee Parsons, Florence Mary]] [https://www.familysearch.org/tree/person/details/LZX2-FZB] - 1879(Eng)-1969(NSW) - Licences: Nil - Qualifications: Nil - publisher - Electoral Rolls: managing director (Sydney, 1936); journalist (Vaucluse, 1954); editor (Darlinghurst, 1958; Potts Point, 1963) - Relationships: wife of George Augustine Taylor - [https://adb.anu.edu.au/biography/taylor-florence-mary-8754 ADB] * [[/George Augustine Taylor|Taylor, George Augustine]] [https://www.familysearch.org/tree/person/details/GZB4-JG7] - 1872(NSW)-1928(NSW) - Licences: Nil (always operated under military or other amateur licences) - Qualifications: Nil - early wireless experimenter, amateur operator, founder WIA NSW, founder Association for Development of Wireless in Australasia - Electoral Rolls: Nil - gone too soon - [https://adb.anu.edu.au/biography/taylor-george-augustine-8756 ADB] * [[/Henry Arthur Taylor|Taylor, Henry Arthur]] [https://www.familysearch.org/tree/person/details/GF77-443] - 1907(Eng)-1996(WA) - Licences: 6AT Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1042, 1932, WA; AOLCP 216, 1935 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: joiner (Victoria Park, WA, 1931-1934); radio engineer (6KG, Parkeston, WA, 1937-1943; Nedlands, WA, 1954-1963); retired (South Perth, WA, 1977-1980) * [[/Leslie Harry Taylor|Taylor, Leslie Harry]] [https://www.familysearch.org/tree/person/details/G841-CD4] - 1898(Eng)-1978(NSW) - Licences: 2CL Sydney (Ashfield, 1936-1939, 1946-1969) - Qualifications: AOCP 1723, 1936, NSW - amateur operator, amateur broadcaster - Electoral Rolls: manager (Leichhardt, 1930-1933; Ashfield, 1935-1968); retired (Ashfield, 1977) ===''TEECE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Auburn Selwyn Teece|Teece, Cecil Auburn Selwyn]] [https://www.familysearch.org/tree/person/details/2Z37-JSS] - 1885(NSW)-1970(ACT) - Licences: V733 Receive Melbourne (Toorak, 1922); 3GO Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (East Melbourne, 1909); examiner (Kew, 1910); civil servant (Kew, 1912; Hawthorn, 1914-1917); examiner of patents (Box Hill, 1919); civil servant (Toorak, 1922; Sandringham, 1924; St Kilda, 1928; East Melbourne, 1931; Reid, ACT, 1935-1937; Barton, 1943); public servant (Barton, 1949-1954); retired (Braddon, 1958-1968) ===''TEMPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Lander Templeton|Templeton, Gordon Lander]] [https://www.familysearch.org/tree/person/details/G8F2-VLH] - 1909(Vic)-1945(Vic) - Licences: 3OW Coleraine (1930-1939) - Qualifications: AOCP 631, 1930, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer) - Electoral Rolls: farm labourer (Tahara Bridge, 1931-1937) - Relationships: cousin of 3HG Neil Murray Templeton - "Greater love hath no man" * [[/Neil Murray Templeton|Templeton, Neil Murray]] [https://www.familysearch.org/tree/person/details/L6SD-RDT] - 1911(Vic)-1965(Vic) - Licences: 3HG Coleraine (1930-1939, 1946-1960) - Qualifications: AOCP 632, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Tahara Bridge, 1934-1937); RAAF (Canterbury, 1943); grazier (Tahara Bridge, 1949-1963) - Relationships: cousin of 3OW Gordon Lander Templeton ===''THEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Milton Theel|Theel, Kenneth Milton]] [https://www.familysearch.org/tree/person/details/LD1Z-1Z9] - 1908(SA)-1956(SA) - Licences: 5CT Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923); 5QP Adelaide (St Peters, 1927-1933; Clarence Park, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 322, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: ledger keeper (Reade Park Gardens, SA, 1941-1943) ===''THOMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Kirk Raleigh Thomas|Thomas, Henry Kirk Raleigh]] [https://www.familysearch.org/tree/person/details/GWX4-8LL] - 1902(NSW)-19??(???) - 2HT Sydney (Mosman, 1924; Neutral Bay, 1925-1933; Cremorne, 1933-1934; Mosman, 1935-1939), amateur operator (AOCP 1, 1924, No. 1 in NSW and Australia), amateur broadcaster, broadcast engineer (2GB, assistant engineer, 1946) * [[/Herbert Thomas|Thomas, Herbert]] - 19??(???)-19??(???) - Licences: 6DY Perth (CBD, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, salesman (Harris Scarfe, 1924) - Electoral Rolls: Nil yet identified - Comment: several contemporaneous HTs * [[/Ivor Thomas|Thomas, Ivor]] [https://www.familysearch.org/tree/person/details/G8HB-Q3G] - 1897(SA)-1965(SA) - Licences: 5IT Adelaide (Mitcham, 1929-1960) - Qualifications: cc; AOCP 496, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: warehouseman (Kingswood Park, 1939-1943) * [[/Josiah Thomas|Thomas, Josiah]] [https://www.familysearch.org/tree/person/details/LYSY-Y24] - 1863(Eng)-1933(NSW) - establishment radio station (2CH), state politician (NSW, MLA, 1890s), senior federal politician (MHR, Postmaster-General 1908-1909, 1910-1911) - Electoral Rolls: * [[/Roland Henry Thomas|Thomas, Roland Henry]] [https://www.familysearch.org/tree/person/details/GXHG-7Z4] - 1911(Qld)-1994(Qld) - Licences: 4LR Brisbane (Bulimba, 1932-1939) - Qualifications: cc; AOCP 1058, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Bulimba, 1934); radio technician (Bulimba, Qld, 1937-1972); proprietor (Manly West, Qld, 1977-1980) * [[/Roy Valentine Thomas|Thomas, Roy Valentine]] [https://www.familysearch.org/tree/person/details/GZ6H-7WG] - 1907(NSW)-1958(NSW) - 2TK Sydney (Erskinville, 1925), 2RV Sydney (Bondi North, 1927-1930), 2TK Sydney (South Hurstville, 1947-1958), amateur operator (AOCP 62, 19??, No. ?? in NSW), amateur broadcaster ===''THOMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Thompson|Thompson, F.]] - 19??(???)-19??(???) - Licences: 2HF Receive Sydney (East Balmain, 1922-1923); 2HF Sydney (Balmain, 1924-1927) - Qualifications: cc; AOCP 47, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: several contemporaneous F. Thompson * [[/Geoffrey George Thompson|Thompson, Geoffrey George]] [https://www.familysearch.org/tree/person/details/G8SP-DDD] - 1911(Vic)-2000(Vic) - Licences: 3GT Melbourne (Thornbury, 1928-1939) - Qualifications: AOCP 388, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Thornbury, 1934-1937; North Melbourne, 1949); cameraman (Hawthorn, 1954-1980) * [[/Leonard Neville Weston Fane Thompson|Thompson, Leonard Neville Weston Fane]] [https://www.familysearch.org/tree/person/details/LJKN-FJV] - 1899(NSW)-1960(Vic) - Licences: 3LT Melbourne (Mitcham, 1931; Chelsea, 1933; Carrum, 1937-1939; Bonbeach, 1946-1960) - Qualifications: AOCP 762, 1931, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: railway employee (Glenferrie, 1925; Mitcham, 1931; Chelsea, 1934; Carrum, 1936-1954) * [[/Stanley Gordon Thompson|Thompson, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/GXLZ-S21] - 1906(NSW)-1975(Vic) - Licences: 3AZ Melbourne (North Brighton, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: expert (Brighton, Vic, 1931); mechanic (Brighton, Vic, 1936); sales (Shepparton, Vic, 1963-1972) ===''THOMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Thomson|Thomson, Arthur William]] [https://www.familysearch.org/tree/person/details/GZND-ZPF] - 1907(Vic)-1995(Vic) - 3AT Sunshine (1925), amateur operator (AOCP 145, 1925, No. ?? in Vic) * [[/G. L. Thomson|Thomson, G. L.]] - 19??(???)-19??(???) - 2GT Sydney (Waverley, 1924-1925), amateur operator (AOCP 3, 1924, No. 2 in NSW), amateur broadcaster, operator of 2BV Waverley Radio Club ===''THORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Thorley|Thorley, Roy "John"]] [https://www.familysearch.org/tree/person/details/GDR2-8GW] - 1912(Qld)-1966(Qld) - Licences: 4RT Brisbane (South Brisbane, 1936-1937; Annerley, 1938-1939; Holland Park, 1946-1956) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (WIAQ, president); business proprietor (mechanical engineering) - Comment: killed in automobile accident - Electoral Rolls: clerk (Annerley, Qld, 1937); engineer (Holland Park, Qld, 1949-1963); contractor (Charters Towers, Qld, 1963) ===''THURSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wyngate Thurstan|Thurstan, Arthur Wyngate]] [https://www.familysearch.org/tree/person/details/LVFV-XSS] - 1907(Eng)-1976(NSW) - 2AV Sydney (Penshurst, 1924-1939; Beverley Hills, 1946-1975), amateur operator (AOCP 38, 1924, No. ?? in NSW), amateur broadcaster, WW2, Lempriere & Co (metallurgist; Chief Chemist, 1937) ===''THRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Thring|Thring, Francis William]] [https://www.familysearch.org/tree/person/details/9XFG-ZY6] - 1882(NSW)-1936(Vic) - Film producer, founder 3XY Melbourne - Links: [[w:F. W. Thring|Wikipedia]] ===''THROSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Ledsam Throssell|Throssell or Throssel, Lancelot Ledsam]] [https://www.familysearch.org/tree/person/details/KHFL-59C] - 1902(WA)-1980(WA) - Licences: 6LT Northam (1926-1927) - Qualifications: cc; AOCP 248, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Northam, 1925-1931); civil servant (Northam, 1936-1937); clerk (Bruce Rock, 1943); bank officer (Kojonup, 1954; Innaloo, 1963-1972); retired (Osborne Park, 1980) ===''THUGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thuge|Thuge, Norman]] [https://www.familysearch.org/tree/person/details/GXDL-F55] - 1917(Qld)-1973(NSW) - Licences: 4NC Gladstone (1936-1937); 4NO Gladstone (1938-1939); 4NO Brisbane (Hendra, 1947); 2ANO Sydney (Stanmore, 1948-1950; Arncliffe, 1954-1956) - Qualifications: cc; AOCP 1622, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Charters Towers, Qld, 1943); bank officer (Petersham, NSW, 1949; Arncliffe, NSW, 1954-1958); retired (Burwood, NSW, 1972) ===''THYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Joseph Thynne|Thynne, Andrew Joseph]] [https://www.familysearch.org/tree/person/details/KP3H-T8K] - 1847(Irl)-1927(Qld) - military (Qld Defence Force, 1867, eventually Lieutenant-Colonel), profession (solicitor, Qld, 1873-1882), state politician (Qld MLC, Minister for Justice and Attorney General; Qld Postmaster-General, 1894-1897) ===''TILBROOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clem David Lloyd Tilbrook|Tilbrook, Clem David Lloyd]] [https://www.familysearch.org/tree/person/details/GXP4-4PQ] - 1912(SA)-2004(SA) - Licences: 5GL Adelaide (Brighton, 1933-1937; Camden, 1938-1939; Colonel Light Gardens, 1947-1965; Daw Park, 1969-1980+) - Qualifications: cc; AOCP 1210, 1933, SA; 2COCP 381, 1940; 1COCP 468, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Camden, SA, 1939-1943) ===''TILNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Edward Tilney|Tilney, Leslie Edward]] [https://www.familysearch.org/tree/person/details/MPDS-4PK] - 1870(NSW)-1937(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 13, 1914 - early wireless experimenter (army); coastal wireless officer, WW1 - Electoral Rolls: officer-in-charge (Wireless Station, Applecross, 1916-1917); soldier (Claremont, 1917); commissioner (Caulfield, 1924-1931); civil servant (Malvern, 1933-1936) - TroveTag: "Leslie Edward Tilney" (400+ tags) - Links: [https://www.anzac-biographies.com/2021/06/05/tilney-lieutenant-colonel-leslie-edward-dso-mid-vd/ Bio] ===''TILSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Howard Tilse|Tilse, Arthur Howarde "Howard"]] [https://www.familysearch.org/tree/person/details/LTK5-CS8] - 1911(Qld)-1973(Qld) - Licences: 4WO Brisbane (Yeronga, 1931-1939; South Brisbane, 1946-1948; Yeronga, 1954-1970) - Qualifications: cc; AOCP 725, 1931, No. ?? in Qld; 2COCP 155, 1938 - amateur operator; amateur broadcaster; military (WW2, Army Signals, RAAF); art dealer - Electoral Rolls: radiotrician (Yeronga, 1934-1937); RAAF wireless operator (West End, Townsville, 1943); radio operator (South Brisbane, 1949); art dealer (Yeronga, 1954-1972) ===''TIMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Robert Timmins|Timmins, Alan Robert]] - broadcast engineer (PMGD, P&TD, DoC, DoTaC, ABA), senior federal public servant (PMGD, P&TD, DoC, DoTaC, ABA) ===''TIPPING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Tipping|Tipping, Edward Charles]] - 19??(???)-1968(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), radio clubs (WIQ, member, 1912), federal public servant (PMGD, clerk/accountant), military (Captain, Royal Engineers) ===''TIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. G. Tiver|Tiver, R. G.]] - 19??(???)-19??(???) - Licences: Receive Tanunda (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TODD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hugh Todd|Todd, Alan Hugh]] [https://www.familysearch.org/tree/person/details/GXDD-7SG] - 1919(Qld)-1978(Qld) - Licences: 4HT Brisbane (Ashgrove, 1936-1937; Newmarket, 1938-1939, 1947-1948; Red Hill, 1954-1975) - Qualifications: cc; AOCP 1639, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical mechanic (Newmarket, Qld, 1943-1949); teacher (Kelvin Grove, Qld, 1954-1977) * [[/Charles Todd|Todd, Charles]] [https://www.familysearch.org/tree/person/details/LC3X-PJ6] - 1826(Eng)-1910(SA) - senior state public servant (Government Electrician, Postmaster-General SA) - Links: [[w:Charles Todd (pioneer)|Wikipedia]] [https://adb.anu.edu.au/biography/todd-sir-charles-4727 ADB] * [[/Lionel Victor Glen Todd|Todd, Lionel Victor Glen]] [https://www.familysearch.org/tree/person/details/L5CG-Z68] - 1896(NSW)-1970(NSW) - Licences: 2CR Tamworth (1922-1935); 2LS Tamworth (1936-1938); 2LS Denistone (1939); 2LS Sydney (West Ryde, 1957-1965; Denistone, 1969) - Qualifications: cc; AOCP 132, 1925, No. ?? in NSW; 1COCP 282, 1939 - amateur operator; amateur broadcaster - Withdrawal: 2CR callsign withdrawn by PMG in 1935 for 2CR Orange (Blayney) ABC - Electoral Rolls: telephone mechanic (West Tamworth, 1932-1937); assistant radio inspector (Eastwood, 1943-1968) * [[/Milton Buchanan Todd|Todd, Milton Buchanan]] [https://www.familysearch.org/tree/person/details/GXSX-NQT] - 1892(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 63, 1915; 1COCP 81, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: engineer operator (Thursday Island, 1916); radio telegraphist (Maroubra, 1930-1935); officer (Lewisham, 1936-1937); radio telegraphist (Townsville, 1937; Croydon, NSW, 1943; Townsville, 1949); senior radio officer (Townsville, 1954); radio officer (Kensington, NSW, 1958); retired (Blaxland, 1958) * [[/Tom Arthur Todd|Todd, Tom Arthur]] [https://www.familysearch.org/tree/person/details/GD9C-7P5] - 1906(NSW)-1977(NSW) - Licences: 2OT Receive Sydney (Eastwood, 1923); 2TT Sydney (Eastwood, 1935-1939, 1946-1957) - Qualifications: cc; CPRT 984, 1928; 2COCP 50, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Eastwood, 1930-1937); radio mechanic (Eastwood, 1943-1977) ===''TONGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edward Tonge|Tonge, Arthur Edward]] [https://www.familysearch.org/tree/person/details/GX4S-MNM] - 1895(Eng)-1954(Qld) - Licences: 4AR Brisbane (Taringa, 1933; Indooroopilly, 1937-1939) - Qualifications: cc; AOCP 1149, 1933, No. ?? in Qld; 2COCP 54, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Darra, 1931; Indooroopilly, 1936-1937); mechanic (Milton, 1943-1949); process worker (Indooroopilly, 1954) ===''TONGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Melville Tongs|Tongs, Lawrence or Laurence Melville]] [https://www.familysearch.org/tree/person/details/LR9L-Y7N] - 1899(Tas)-1989(Vic) - Licences: 7BU Receive North Motton (1923); Receive North Motton (1923); 2ADB Finley (1937-1939); 7LT Devonport (1960-1969); 3ALV Melbourne (Parkville, 1975) - Qualifications: cc; CPRT 687, 1922; 2COCP 421, 1941 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: farmer (Finley, 1930-1935); radio dealer (1936-1949); farmer (Dandenong, 1954); radio technician (Devonport, 1972); retired (Parkville, 1977-1980) ===''TONKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Maxwell Tonkin|Tonkin, Arthur Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KLL6-HT9] - 1915(WA)-1998(SA) - Licences: 6MZ Katanning (1935-1939); 5MZ Adelaide (Salisbury, 1948); 5TI Clare (1975); 5MZ Clare (1980+) - Qualifications: cc; AOCP 1525, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937) * [[/Stanley Gordon Tonkin|Tonkin, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/L1DQ-2R1] - 1910(SA)-1992(SA) - Licences: 2SG Albury (1929-1931); 2SG Sydney (Double Bay, 1933; Waverley, 1933-1936; Lane Cove, 1937); 2SG Goonellabah (1938-1939); 2SG Sydney (Epping, 1946-1955); 5SG Adelaide (Hampstead Gardens, 1956; Manningham, 1969; Glenunga, 1975-1980+) - Qualifications: AOCP 520, 1929, No. ?? in NSW; AOLCP 57, 1931; 2COCP 391, 1940; 1COCP 493, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Woolwich, 1932); engineer (Edgecliff, 1933); mechanic (Waverley, 1934); radio engineer (Newtown, 1934-1935; Artarmon, 1936; Goonellabah, 1937; Eastwood, 1943); radio technician (West Epping, 1949-1954) ===''TORMEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Tormey|Tormey, Edward Arthur]] [https://www.familysearch.org/tree/person/details/G8VV-85X] - 1902(NSW)-1993(ACT) - Licences: 2ET Canberra (City, 1930-1934; Ainslie, 1935-1939, 1946-1955); 1ET Canberra (Ainslie, 1956-1980+) - Qualifications: AOCP 687, 1930, No. ?? in ACT - amateur operator, amateur broadcaster - Electoral Rolls: chauffeur (Braddon, 1928-1930; Ainslie, 1935); bus driver (Ainslie, 1937); car driver (Ainslie, 1943-1980) ===''TRAEGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Hermann Traeger|Traeger, Alfred Hermann or Herman]] [https://www.familysearch.org/tree/person/details/KCNJ-LRP] - 1895(Vic)-1980(SA) - Licences: 5AX Adelaide (Kensington Gardens, 1926-1931; Corryton, 1933-1937; Marratville, 1938-1939) - Qualifications: cc; AOCP 293, 1926, No. ?? in SA - amateur operator; amateur broadcaster; inventor (with 5BG) of the pedal wireless for the RFDS - Electoral Rolls: radio engineer (Cloncurry, 1930-1932); wireless engineer (Leabrook, SA, 1939-1943) - Links: [https://adb.anu.edu.au/biography/traeger-alfred-hermann-8839 ADB] ===''TRAYNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Byron Traynor|Traynor, Philip Byron]] [https://www.familysearch.org/tree/person/details/GZLR-LCT] - 1900(SA)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; AOCP 224, 1925, No. ?? in SA; 1COCP 353, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Mile End, 1939); federal public servant (Glandore, 1941); inspector (Torrens Park, 1943) ===''TREBILCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Eric William Trebilcock|Trebilcock, Eric William]] - 1911(???)-1989(SA) - BERS195 (1933+), amateur listener ===''TREDREA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frederick Aloysius Trevithick Tredrea|Tredrea, Frederick Aloysius Trevithick]] [https://www.familysearch.org/tree/person/details/MC1W-M7C] - 1900(WA)-1958(WA) - Licences: 6FT Perth (Mt Hawthorn, 1929-1931; South Perth, 1933); 6FT Northam (1937); 6FT Perth (South Perth, 1938-1939, 1946-1956) - Qualifications: cc; AOCP 512, 1929, No. ?? in WA; AOLCP 156, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (North Perth, 1925); radio operator (Northam, 1936); broadcast engineer (South Perth, 1937-1958) ===''TREGEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/W. S. Tregear|Tregear, W. S.]] - 19??(???)-19??(???) - 3TR Melbourne (Hawthorn 192x), 3TX Melbourne (Hawthorn, 1930+), amateur operator (AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, 3TR callsign withdrawn by PMGD to prevent confusion with 3TR Sale Class B station ===''TREHARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elgar Dennis Llewellyn Treharne|Treharne, Elgar Dennis Llewellyn]] [https://www.familysearch.org/tree/person/details/GWC7-X9R] - 1914(NSW)-1997(SA) - 2AFQ Sydney, 5?? Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW), son of Fred 2BM/5QT and brother of Ross 2IQ/5?? * [[/Herbert Fredrind Treharne|Treharne, Herbert Fredrind "Fred"]] [https://www.familysearch.org/tree/person/details/K2F8-6ZN] - 1883(NSW)-1968(SA) - 2BM Sydney, 5QT Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW, age 60), father of Ross 2IQ/5?? and Elgar 2AFQ/5?? * [[/Ross Fredrind Treharne|Treharne, Ross Fredrind]] [https://www.familysearch.org/tree/person/details/GWC7-DJD] - 1919(NSW)-1982(SA) - 2IQ Sydney, 5?? Adelaide, amateur operator (AOCP 1513, 1935, No. ?? in NSW), son of Fred 2BM/5QT and brother of Elgar 2AFQ/5?? ===''TRELIVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Benjamin Victor Treliving|Treliving, Dudley Benjamin Victor]] [https://www.familysearch.org/tree/person/details/L2D7-B6C] - 1907(SA)-1993(SA) - Licences: Receive Adelaide (Dulwich, 1923); 6DT Perth (Nedlands, 1932-1933) - Qualifications: cc; AOCP 992, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Cottesloe, WA, 1936-1937); engineer (Cottesloe, WA, 1943) ===''TRELOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Treloar|Treloar, James]] [https://www.familysearch.org/tree/person/details/GFMJ-379] - 1906(WA)-1983(WA) - Licences: 6JT Perth (Beaconsfield, 1931-1933; Melville, 1937; Beaconsfield, 1938-1939) - Qualifications: cc; AOCP 790, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: clerk (South Fremantle, WA, 1931-1943); tally clerk (Bicton, WA, 1949-1980) ===''TRESSIDDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Laurence Tresidder|Tresidder, William Laurence or Lawrence]] [https://www.familysearch.org/tree/person/details/G8PT-SQ7] - 1904(WA)-1985(Vic) - Licences: 3WT Bendigo (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio dealer (Bendigo, 1927-1942); radio (Kangaroo Flat, 1949-1954); radio engineer (Bendigo, 1963-1980) ===''TREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Stanley Trew|Trew, Richard Stanley]] [https://www.familysearch.org/tree/person/details/KCB6-GW4] - 1902(WA)-1968(WA) - Licences: 6RS Harvey (1933-1937); 6RS Perth (Mt Hawthorne, 1938-1939); 6RP Perth (Mt Hawthorne, 1947-1965) - Qualifications: cc; AOCP 1189, 1933, WA; 2COCP 382, 1940; 1COCP 1941 - amateur operator; amateur broadcaster - Electoral Rolls: assistant postal department (York, WA, 1925); postal assistant (York, WA, 1926); postal employee (Harvey, WA, 1931-1937); postal clerk (Leederville, WA, 1937-1943); PMG (Mt Hawthorn, WA, 1949); radio monitor (Joondanna Heights, WA, 1954-1958) ===''TRIM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Trim|Trim, Sydney (Electoral Rolls) or Sidney (BDM)]] [https://www.familysearch.org/tree/person/details/KL7D-NLM] - 1880(Vic)-1960(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 179; 2COCP 178, 1930; 1COCP 105, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: engineer (Subiaco, WA, 1913; West Perth, WA, 1913-1914); "radio station" (Wyndham, WA, 1914-1917); farmer (Mosman, NSW, 1936-1937); engineer (Applecross, WA, 1937-1958) ===''TROTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clement Ford Trott|Trott, Clement Ford]] [https://www.familysearch.org/tree/person/details/GCGY-XPN] - 1907(SA)-1966(SA) - Licences: 5CS McLaren Vale (1928-1929); 5CF McLaren Vale (1930-1931); 5CF Willunga (1933) - Qualifications: cc; AOCP 454, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: orchardist (McLaren Flat, SA, 1939-1943) ===''TROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Rusel Troy|Troy, Thomas Rusel]] [https://www.familysearch.org/tree/person/details/GZKG-MKH] - 1898(NSW)-1992(NSW) - 2SH Receive West Maitland (1923), 2SH West Maitland (1924-1925), 2TY West Maitland (1926-1931), amateur operator (AOCP 208, 1925, No. ?? in NSW), amateur broadcaster, postman (West Maitland, 1930-1949), postal officer (Maitland, 1954), postal clerk (Maitland, 1958) ===''TRUDGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Wallis Trudgen|Trudgen, Maxwell Wallis]] [https://www.familysearch.org/tree/person/details/GS3H-XYH] - 1907(SA)-1992(SA) - Licences: 5MW Adelaide (East Adelaide, 1926); 5HS Adelaide (Fullarton, 1927) - Qualifications: cc; AOCP 247, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Mitcham, 1939-1941); mechanical engineer (Sydney, 1943-1954); engineer (Little Bay, 1958-1968) ===''TRUNFULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Leonard Trunfull|Trunfull, Richard Leonard]] [https://www.familysearch.org/tree/person/details/GXBL-K7B] - 1906(Eng)-1957(WA) - Licences: 6RT South Greenough (1932-1933); 6RT Peel Estate (1937); 6RT Roebourne (1938-1939); 6RT Dangin (1947-1948); 6RT Nungarin (1954); 6RT Narembeen (1955-1956) - Qualifications: cc; AOCP 924, 1932, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (South Greenough, WA, 1931; Baldavis, WA, 1936; Dangin, WA, 1943-1949; Nungarin, WA, 1954; Narembeen, WA, 1958) ===''TUMBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Henry Tumbridge|Tumbridge, Stanley Henry]] [https://www.familysearch.org/tree/person/details/MM12-M1C] - 1899(Eng)-1965(Qld) - Licences: 4ST Ipswich (1932-1933); 4ST Stanthorpe (1937-1939); 4ST Broadwater, 1947-1948; 4ST Brisbane (Woody Point, 1954-1960) - Qualifications: cc; AOCP 986, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Woodend, Qld, 1921); teacher (Murgon, Qld, 1925); school teacher (Stanthorpe, Qld, 1936-1937; Broadwater, Qld, 1943-1949); teacher (Margate, Qld, 1949-1954; Woody Point, Qld, 1958-1963) ===''TURNBULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Edward Turnbull|Turnbull, Norman Edward]] [https://www.familysearch.org/tree/person/details/L2TP-7K8] - 1900(WA)-1988(Vic) - Licences: 6NO Narrogin (1928); 6NO Perth (City, 1930; Subiaco, 1931; Shenton Park, 1937-1939); 3AXX Melbourne (Armadale, 1954; Carrum, 1955; Parkdale, 1956; Cheltenham, 1960-1980+) - Qualifications: c; AOCP 430, 1928, No. ?? in WA; CPRT 1120, 1928; 1COCP 185, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Bunbury, 1922; Busselton, 1925; Narrogin, 1925; Subiaco, 1931); radio inspector (Subiaco, 1934-1936); civil servant (East Perth, 1937); engineer (Armadale, 1954); clerk (Sandringham, 1958); manager (Sandringham, 1963-1968; Cheltenham, 1972); retired (Cheltenham, 1977-1980) * [[/Robert William Turnbull|Turnbull, Robert William or Robert]] [https://www.familysearch.org/tree/person/details/GZ1S-GP4] - 1892(Eng)-1968(NSW) - Licences: 2RO Sydney (Burwood, 1927-1938; Northbridge, 1939) - Qualifications: AOCP 317, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: bricklayer (Homebush, 1930-1963) ===''TURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Reginald Turner|Turner, Edward Arthur Reginald "Rex"]] [https://www.familysearch.org/tree/person/details/GZT9-JD5] - 1910(SA)-1966(SA) - Licences: 5CW Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923-1925); 5SA Adelaide (Leabrook, 1926-1927) - Qualifications: cc; AOCP 272, 1926, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: butter maker (Gawler, 1939-1943) * [[/Haswell Elliott Alfred Turner|Turner, Haswell Elliott Alfred]] [https://www.familysearch.org/tree/person/details/LRQG-8TG] - 1891(Vic)-1969(NSW) - 2TM Sydney (Mosman, 1925-1933), amateur operator (AOCP 127, 1925, No. ?? in NSW), amateur broadcaster, engineer, military, likely related to XACW E. Turner, Jnr * [[/Ralph Robinson Turner|Turner, Ralph Robinson]] [https://www.familysearch.org/tree/person/details/GX2D-S51] - 1912(SA)-1996(SA) - Licences: 5TR Adelaide (Henley Beach, 1935-1937; Dulwich, 1938-1939; Linden Park, 1947-1969; Echunga, 1975-1980+) - Qualifications: cc; AOCP 1444, 1935, SA; BOCP 66, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Dulwich, SA, 1939-1941) * [[/Robert John Blackwell Turner|Turner, Robert John Blackwell]] [https://www.familysearch.org/tree/person/details/L62T-FP7] - 1884(NSW)-1943(NSW) - 2RT Goulburn (1925-1933), amateur operator (AOCP 55, 1925, No. ?? in NSW), amateur broadcaster, engineer ===''TWEEDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/P. Tweedle|Tweedle, P.]] - 19??(???)-19??(???) - Licences: 4DM Receive Brisbane (Albion, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TYAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Robert Wilson Tyas|Tyas, Norman Robert Wilson]] [https://www.familysearch.org/tree/person/details/GXHC-SK6] - 1913(Qld)-1975(Qld) - Licences: 4TY Gracemere (1932-1934); 4TY Kingaroy (1935-1939); 4TY Brisbane (Manly, 1946-1948); 4TY Boonah (1954); 4TY Wallangarra (1955-1956); 4TY Warwick (1960); Brisbane (Manly, 1965-1975+) - Qualifications: cc; AOCP 1059, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, wireless officer); state public servant (state school principal) - Electoral Rolls: school teacher (Kingaroy, Qld, 1936-1943; Brookstead, Qld, 1949; Mt Alford, Qld, 1954); teacher (Wallangarra, Qld, 1958); school teacher (Warwick, Qld, 1963; Manly, Qld, 1968-1972) ===''TYMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Tymms|Tymms, Robert William]] [https://www.familysearch.org/tree/person/details/GXSX-R2D] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 84, 1930 - coastal wireless operator (RANRS); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); wireless operator (Geraldton, 1922; Como, 1925); not stated (Broome, 1937); wireless telegraphist (Townsville, 1954) =='''U'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''UMBACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ricky Charles Umback|Umback, Ricky Charles]] - early wireless historian (Ph.D. Thesis, 2016, "Constituting Australia's International Wireless Service: 1901-1922") [https://openresearch-repository.anu.edu.au/bitstream/1885/142647/1/Umback%20Thesis%202018.pdf] ===''UNDERWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Underwood|Underwood, William Henry]] [https://www.familysearch.org/tree/person/details/GX6T-1XZ] - 1875(Eng)-1953(Qld) - Licences: 4DN Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Newstead, Qld, 1913-1915; Clayfield, Qld, 1916-1943); no occupation (Albion, Qld, 1943; Highgate Hill, Qld, 1949) ===''UNGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Wilhelm Unger|Unger, A. H.]] - 19??(???)-????(???) - 2YRS Alectown (1980+), amateur operator (AOCP ????, 19??, No. ?? in NSW), amateur broadcaster, son of Herbert Wilhelm Carl Unger 2UJ * [[/Herbert Wilhelm Carl Unger|Unger, Herbert Wilhelm Carl or Herbert William Carl]] - 1911(???)-2012(NSW, 101yo) - 2UJ Alectown (1933-1980+), amateur operator (AOCP 1108, 1933, No. ?? in NSW), amateur broadcaster, father of A. H. Unger 2YRS ===''URQUHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Stewart Urquhart|Urquhart, Malcolm Stewart]] [https://www.familysearch.org/tree/person/details/GZXT-5C3] - 1905(WA)-1967(WA) - Licences: 6MU Perth (Cottesloe, 1925-1939); 6MU Merredin (1946-1960); 6MU Perth (Cottesloe, 1965) - Qualifications: cc; AOCP 116, 1925, No. ?? in WA; BOCP 27, 1936; AOLCP 158, 1934; 2COCP 85, 1937; 1COCP 126, 1937 - amateur operator; amateur broadcaster; clerk (1931); broadcast technician (6MD, 1958); WW2 (1939-1945) - Electoral Rolls: clerk (Cottesloe, WA, 1931-1937); broadcast technician (Merredin, WA, 1943-1963) =='''V'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''VALENTINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Keith Valentine|Valentine, Lionel Keith]] [https://www.familysearch.org/tree/person/details/GD1Z-ZVK] - 1916(Tas)-1961(Tas) - Licences: 7KV Hobart (Bellerive, 1933-1939) - Qualifications: cc; AOCP 1148, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Bellerive, Tas, 1937; Acton, ACT, 1949); public servant (Hobart West, Tas, 1958) ===''VAN COUTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Josephus Van Cooth|Van Cooth, John Robert Josephus]] [https://www.familysearch.org/tree/person/details/G8GN-6ZP] - 1908(Vic)-1936(Vic) - Licences: 3DX Receive Melbourne (East Malvern, 1922); 3DX Melbourne (East Malvern, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (St Kilda West, 1931) ===''VARDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Edwin Vardon|Vardon, Joseph Edwin]] [https://www.familysearch.org/tree/person/details/LV9V-VPR] - 1905(SA)-1970(SA) - Licences: Receive Adelaide (Unley, 1923-1924); 5OM Adelaide (Unley Park, 1927-1933) - Qualifications: cc; AOCP 329, 1927, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: sales manager (Malvern, 1941-1943) ===''VAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Vaughan (also known as Hearps, change of name), David Edward]] [https://www.familysearch.org/tree/person/details/LYD2-HG5] - 1901(Vic)-1976(NSW) - Licences: 2FY Sydney (Lakemba, 1930-1969) - Qualifications: AOCP 665, 1930, NSW (Hearps); AOCP 1003, 1932, NSW (Vaughan) - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Lakemba, 1930-1937); machinist (Lakemba, 1943-1972) ===''VEALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Pax Veall|Veall, Reginald Pax]] [https://www.familysearch.org/tree/person/details/GZL8-GR6] - 1918(Vic)-1942(NT) - Licences: 3PV Melbourne (St Kilda, 1937-1939) - Qualifications: AOCP 2050, 1937, No. ?? in Vic; 2COCP 274, 1939; 1COCP 375, 1940 - amateur operator, amateur broadcaster, WW2 (Merchant Navy, Wireless Officer, MV Neptuna) - Electoral Rolls: Nil - "Greater love hath no man than this" [http://www.ntlexhibit.nt.gov.au/exhibits/show/bod/roh/veall] ===''VEARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elwyn Thomas Vears|Vears, Elwyn Thomas]] [https://www.familysearch.org/tree/person/details/GHS1-C67] - 1901(NSW)-1960(NSW) - Licences: 2BM Leura (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Strathfield, 1930-1937; Burwood, 1943-1958)) ===''VERNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Henry Vernon|Vernon, Charles Henry]] [https://www.familysearch.org/tree/person/details/G88V-18Z] - 1901(WA)-1964(WA) - Licences: 6KZ Albany (1930-1931); 6KZ Perth (Fremantle, 1933-1939); 3AMD Melbourne (Moonee Ponds, 1947); 6KZ Perth (Guildford, 1947-1948) - Qualifications: cc; AOCP 566, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Forts, Albany, 1922-1931; Fremantle, 1936-1937; 9AAD, Guildford, 1949-1954); retired (Wagin, 1958; Morley, 1963) ===''VICKARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Mervyn Vickary|Vickary, Reginald Mervyn "Reg"]] [https://www.familysearch.org/tree/person/details/G88K-CLP] - 1909(NSW)-1973(Qld) - Licences: 4RV Cunnamulla (1930-1933); 4RV Warwick (1936-1939); 4VX Brisbane (Gordon Park, 1965; The Grange, 1969) - Qualifications: cc; AOCP 702, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shed hand (Cunnamulla, 1931); radio dealer (Warwick, 1937; Cunnamulla, 1943); shopkeeper (Toowoomba, 1949; Ekibin, 1954; Chermside, 1963; Grange, 1968-1972) ===''VICKERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth James Vickery|Vickery, Kenneth James]] [https://www.familysearch.org/tree/person/details/GDQP-WMQ] - 1893(NSW)-1970(NSW) - Licences: 2RA Receive Sydney (Hurlstone Park, 1923); 2RA Sydney (Hurlstone Park, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrical fitter (Hurlstone Park, 1930-1933); electrician (West Ryde, 1935; Parkes, 1936; Uralla, 1943); farmer (North Richmond, 1949-1968) ===''VINCENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Vincent|Vincent, Jack]] [https://www.familysearch.org/tree/person/details/GZ64-7S8] - 1906(WA)-1980(WA) - Licences: 6DL Receive Kalgoorlie (1923-1924); 6VK Kalgoorlie (1925-1939) - Qualifications: cc; AOCP 59, 1925, No. ?? in WA - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter & turner (Kalgoorlie, WA, 1931-1937); manufacturer (South Perth, WA, 1949-1963; Como, WA, 1972-1980) ===''VINING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Vining|Vining, William Edward]] [https://www.familysearch.org/tree/person/details/GZR1-NLT] - 1906(Qld)-1977(Qld) - Licences: 4WE Brisbane (Nundah, 1926-1927) - Qualifications: cc; AOCP 277, 1926, No. 22 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: carrier (Nundah, 1928-1931); motor driver (Mitchelton, 1934; Gaythorne, 1936); mechanic (Gayndah, 1943); telephone mechanic (Enoggera, 1949-1963); telephone technician (Enoggera, 1968-1977) ===''VIPAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alton Frederick Vipan|Vipan, Alton Frederick]] - 1890(NSW)-1946(NSW) - XHV Sydney (Petersham, 1913-1914), early wireless experimenter, amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), ship wireless operator, AWA (Koo-we-rup, 1922) ===''VOIGT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emil Robert Voigt|Voigt, Emil Robert]] [https://www.familysearch.org/tree/person/details/G88K-VV2] - 1883(Eng)-1973(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - 2KY Sydney, broadcast station manager; witness to Royal Commission 1927 (as chairman, NSW Labor wireless committee) - Relationships: father of Rion Osborne Voigt; grandfather of Robin Voigt - Electoral Rolls: secretary (Dee Why, 1930-1934); manager (Dee Why, 1935; Narrabeen, 1936) - Links: [https://adb.anu.edu.au/biography/voigt-emil-robert-8930 ADB]; [[w:Emil_Voigt_(athlete)|Wikipedia]]; [https://www.radioheritage.com/story70/ RHF] * [[/Rion Osborne Clifford Voigt|Voigt, Rion Osborne Clifford]] [https://www.familysearch.org/tree/person/details/G88K-L1V] - 1915(Eng)-1987(NSW) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - broadcast industry executive, WW2 - Electoral Rolls: radio announcer (Narrabeen, 1937; Turramurra, 1963-1980) - Relationships: son of Emil Robert Voigt; father of Robin Voigt * [[/Robin Voigt|Voigt, Robin]] - historian (Emil Robert Voigt; 2KY) - Relationships: grandson of Emil Robert Voigt; son of Rion Osborne Clifford Voigt ===''VOLKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Henry Oxford Volkman|Volkman, Reginald Henry Oxford]] [https://www.familysearch.org/tree/person/details/G4CV-7PH] - 1902(NSW)-1959(NSW) - Licences: 2RY Grafton (1924-1925); 2RY Scone (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Woollahra, 1930-1933) ===''VOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Taylor Vowles|Vowles, Rupert Taylor]] [https://www.familysearch.org/tree/person/details/LKYT-FLF] - 1894(NSW)-1973(NSW) - Licences: XIZ Sydney (Burwood, 1913-1914); 2AW Receive Sydney (Burwood, 1922-1923); 2XZ Sydney (Concord, 1929-1931) - Qualifications: cc; AOCP 562, 1929, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Concord, 1930-1972) =='''W'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''WADDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivon Edward Waddell|Waddell, Ivon Edward]] [https://www.familysearch.org/tree/person/details/G88S-H3S] - 1909(WA)-1943(Thailand/Singapore) - Licences: 6WX Albany (1929-1930); 6WX Katanning (1931) - Qualifications: cc; AOCP 561, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: postal clerk (Katanning, 1936; South Perth, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10298089 AWM] ===''WADDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. M. Waddle|Waddle, E. M.]] - 19??(???)-19??(???) - 4GZ Charters Towers (-1959+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''WADDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard William Mackie Waddy|Waddy, Richard William Mackie]] [https://www.familysearch.org/tree/person/details/LB62-5RP] - 1848(SA)-1933(SA) - senior state public servant (SA Post & Telegraphs Dept), senior federal public servant (Deputy Postmaster-General SA) ===''WADHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin Wadham|Wadham, Kevin]] [https://www.familysearch.org/tree/person/details/GZZC-SBQ] - 1905(SA)-1970(SA) - Licences: 5KW Adelaide (Parkside, 1924-1927; Helmsdale, 1928; Da Costa Park, 1931; Glenelg, 1933; Adelaide, 1937; Glenelg, 1938-1939) - Qualifications: cc; AOCP 23, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WIA SA (Councillor 1931; Hon. Treasurer, 1931); National Radio Corp (manager, 1938); Holdfast Bay Yacht Club (Vice-commodore, 1949) - Electoral Rolls: manager (Helmsdale, SA, 1939-1941; Da Costa Park, SA, 1943) ===''WAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Fripp Wahl|Wahl, Alan Fripp]] [https://www.familysearch.org/tree/person/details/GFMB-TD4] - 1918(WA)-2003(WA) - Licences: 6JB Perth (Leederville, 1938-1939, 1947-1960; Dianella, 1965-1980+) - Qualifications: cc; AOCP 2101, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: railway employee (Leederville, WA, 1943-1958); clerk (Dianella, WA, 1963-1980) ===''WALCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Crosby Walch|Walch, Alan Crosby or Crosby Alan]] [https://www.familysearch.org/tree/person/details/GQC7-GSS] - 1907(NSW)-1979(Tas) - Licences: 7BI Receive Hobart (Bellerive, 1923); Receive Hobart (Bellerive, 1923-1925); 7CW Hobart (Bellerive, 1926-1927; Battery Point, 1931-1933; City, 1937; Sandy Bay, 1938-1939, 1946-1975) - Qualifications: cc; AOCP 231, 1926, No. ?? in Tas; BOCP 1, 1936; 1AOCP 16, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: radio expert (Hobart South, 1936-1954) ===''WALDRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Gerard Waldron|Waldron, Francis Gerard "Frank"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''WALKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Walker|Walker, Arthur Charles]] [https://www.familysearch.org/tree/person/details/GXFY-L2V] - 1898(Qld)-1974(Qld) - Licences: 4AC Brisbane (Sandgate, 1927-1931) - Qualifications: cc; CPRT 699, 1922 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: newspaper carrier (Kangaroo Point, Qld, 1934-1937); carrier (Sandgate, Qld, 1943-1972) * [[/Charles Welsh Walker|Walker, Charles Welsh "Chas"]] [https://www.familysearch.org/tree/person/details/GXFR-19W] - 1899(NSW)-1961(Qld) - Licences: 4CU Receive Clifton (1923); 4CU Clifton (1924-1960); 4DQ Portable Clifton (1948-1960) - Qualifications: cc; AOCP 10, 1924, No. 2 in Qld - amateur operator; amateur broadcaster; motor mechanic; Walker's Radio Service (proprietor, 1930s-1950s) - Electoral Rolls: motor mechanic (Clifton, Qld, 1921-1958) * [[/Louis Edward Walker|Walker, Louis Edward]] [https://www.familysearch.org/tree/person/details/GSWB-L81] - 1864(Eng)-1934(At Sea) - Oversight of the 1906 Bass Strait link for Marconi Wireless Telegraphy Co * [[/Philip Billingsley Walker|Walker, Phillip Billingsley]] [https://www.familysearch.org/tree/person/details/MNF3-P9W] - 1840(Eng)-1900(NSW) - early wireless experimenter, employment (NSW Posts & Telegraphs, Superintendent of Telegraphs, Chief Electrician) * [[/Ronald Gregory Walker|Walker, Ronald Gregory "Gregory"]] [https://www.familysearch.org/tree/person/details/GDRP-GC6] - 1907(NSW)-1929(At Sea) - Licences: 7BT Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; journalist (Hobart "Mercury"); film maker - Comment: Gone too soon - Electoral Rolls: journalist (Hobart South, 1928) - Links: [http://www.seafarersmemorial.org.au/memorials/walker_g.php Seafarer's Memorial] * [[/William Spencer Walker|Walker, William Spencer]] [https://www.familysearch.org/tree/person/details/KCF4-R77] - 1911(SA)-2004(SA) - Licences: 5WW Adelaide (Alberton, 1934-1939; West Croydon, 1947-1980+) - Qualifications: cc; AOCP 1305, 1934, SA; BOCP 444, 1942; TVOCP 274, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939); mechanic (West Croydon, SA, 1941-1943) ===''WALLACE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elizabeth Aileen Geisel|Wallace nee Geisel, Elizabeth Aileen "Betty"]] See Geisel, Elizabeth Aileen "Betty" ===''WALLBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Walter Wallbridge|Wallbridge, Leslie Walter]] [https://www.familysearch.org/tree/person/details/LDMT-HKZ] - 1910(Eng)-1966(SA) - Licences: 5UX Adelaide (Lower Mitcham, 1930-1937); 5UX Peterborough (1938-1939); 5UX Kadina (1947-1948); 5UX Cook (1954-1955); 5UX Saddleworth (1956); 5UX Hawker (1960) - Qualifications: cc; AOCP 712, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Peterborough, SA, 1939-1941; Rendelsham, SA, 1943; Alice Springs, NT, 1963) ===''WALLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Wallis|Wallis, John Charles]] - 19??(???)-19??(???) - Licences: 7JW Longford (1932-1939, 1947) - Qualifications: cc; AOCP 893, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Burnie, 1928; Longford, 1936-1937) * Wallace, Florence Violet (adoptive name) - see Granville, Florence Violet (birth name) ===''WALSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Dunbar Walsh|Walsh, Harold Dunbar "Cordite"]] [https://www.familysearch.org/tree/person/details/G3W3-CT7] - 1903(Qld)-1951(Qld) - Licences: 4HW Brisbane (Hamilton, 1925-1931; Rocklea, 1946-1947)); 4WN Brisbane (Hamilton, 1927, dealer) - Qualifications: cc; AOCP 133, 1925, No 14 in Qld - amateur operator; amateur broadcaster; WW2 (RAAF); solicitor; pilot - Comment: Tragic end to a productive life - Electoral Rolls: clerk (Hamilton, 1925-1937); airline pilot (Moorooka, 1949) ===''WALTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Allan Walters|Walters, Charles Allan]] [https://www.familysearch.org/tree/person/details/G8CT-LBY] - 1910(Vic)-1947(Vic) - Licences: 3CW Melbourne (Thornbury, 1929-1933; Heidelburg, 1937-1939; Brunswick, 1946-1947) - Qualifications: AOCP 524, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Northcote, 1931-1936; Heidelberg, 1937; Brunswick, 1942) * [[/Gerald Wills Walters|Walters, Gerald (Wills or Willis or blank)]] [https://www.familysearch.org/tree/person/details/GX7Y-1HZ] - 1886(Eng)-1956(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 108, 1915; 2COCP 157, 1930; 1COCP 129, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: wireless telegraphist (Currie, King Island, Tas, 1919; Darwin, NT, 1922); radio telegraphist (New Town, Tas, 1928); wireless officer (Radio Station, Thursday Island, Qld, 1936-1937); wireless (Gladesville, NSW, 1943); wireless telegraphist (Rockhampton, Qld, 1949-1954) ===''WALZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edwyn Walz|Walz, Arthur Edwyn or Edgar]] [https://www.familysearch.org/tree/person/details/GM9T-LB3] - 1908(Qld)-2000(Qld) - Licences: 4AW Brisbane (Nundah, 1926-1939; Wavell Heights, 1946-1980+) - Qualifications: cc; AOCP 287, 1926, No. 26 in Qld - amateur operator; amateur broadcaster; plumber; radio repair business - Relationships: son of Conrad August Walz - Electoral Rolls: plumber (Nundah, 1934-1943); radio engineer (Wavell Heights, 1949-1980) * [[/Conrad August Walz|Walz, Conrad August]] [https://www.familysearch.org/tree/person/details/LRGZ-QF3] - 1882(Qld)-1951(Qld) - 4?? Brisbane, amateur operator (AOCP ???, 19??, No. ?? in Qld), plumber, farmer, father of 4AW Arthur Edwyn Walz ===''WARDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney William Lumley Wardle|Wardle, Sidney William Lumley]] - 1911(Eng)-19??(???) - Licences: 2OU Woodford Leigh (1930-1935); 2OU Armidale (1936-1937); 2OU Sydney (Bellevue Hill, 1938-1939); 5OU Adelaide (Lockleys, 1946-1954); 2DID Berridale (1980) - Qualifications: AOCP 610, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: farm hand (Woodford Leigh, 1934-1935); technician (Bondi North, 1937; Woollahra, 1943); retired (Berridale, 1980) ===''WARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Clarke Waring|Waring, Cecil Clarke]] [https://www.familysearch.org/tree/person/details/GQW4-V9F] - 1904(Vic)-1988(Vic) - Licences: 3CU Receive Melbourne (Canterbury, 1922-1924); 3YW Melbourne (Camberwell, 1929-1931; Canterbury, 1933; Kew, 1937); 3YW Rupanyup (1938-1939); 3YW Stawell (1946-1948); 3YW Warrnambool (1954-1980+) - Qualifications: AOCP 549, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Canterbury, 1925-1928; Kew, 1931-1937; Stawell, 1942-1949; Warrnambool, 1954-1977) ===''WARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Leslie George Warne|Warne, Maurice Leslie George]] [https://www.familysearch.org/tree/person/details/LYSP-LHY] - 1909(NSW)-1975(NSW) - Licences: 2MW Sydney (Croydon, 1926-1929) - Qualifications: AOCP 300, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: printer (Campsie, 1931-1934); radio mechanic (Campsie, 1936-1937); radio sales (Kogarah, 1943-1963); radio & TV technician (Arncliffe, 1968) ===''WARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Albert Warner|Warner, Geoffrey Albert]] [https://www.familysearch.org/tree/person/details/G8V1-6NR] - 1914(NSW)-2007(NSW) - Licences: 2CK Wyong (1930-1939); 3ABW Fiskville (1947); 9GW Port Moresby (1948-1954); 2AVW Bringelly (1955-1958); 2CK Bringelly (1960-1969); 6EG Bassendean (1975); 2HJ Camden (1980+) - Qualifications: AOCP 710, 1930, NSW; 1COCP 60, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless technician (Rockbank, Vic, 1942); technician (OTC Bringelly, 1958-1963); manager (Bassendean, 1977; Camden South, 1980) - callsign may have been withdrawn for 2CK Cessnock commercial (later restored) ===''WARNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Bernard Warnock|Warnock, Neil Bernard]] [https://www.familysearch.org/tree/person/details/GZJ8-58G] - 1944(Vic)-2019(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''WATERHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. G. Waterhouse|Waterhouse, A. G.]] - 19??(???)-19??(???) - Licences: XVV Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WATERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George James Waters|Waters, George James]] [https://www.familysearch.org/tree/person/details/G8X9-S46] - 1902(Vic)-1931(Vic) - Licences: 3EX Receive Melbourne (Heathcote, 1922); 3XA Melbourne (East Prahran, 1930-1931) - Qualifications: AOCP 608, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified as yet - Comment: Passed too soon * [[/James Alfred Waters|Waters, James Alfred]] - 19??(???)-19??(???) - Licences: 7JA Hobart (Sandy Bay, 1936-1939) - Qualifications: cc; AOCP 1685, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Queensborough, 1936); teacher (Ringarooma, 1937); schoolteacher (Queensborough, 1943-1954) * [[/Leslie Waters|Waters, Leslie]] [https://www.familysearch.org/tree/person/details/G85N-TZB] - 1882(Eng)-1956(Qld) - Licences: 4AC Innisfail (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; engineer (Randell Engineering) - Electoral Rolls: watchmaker (Innisfail, 1919-1943); radio dealer (Innisfail, 1949) ===''WATERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lindsay Carmel Waterworth|Waterworth, Lindsay Carmel "Joe"]] [https://www.familysearch.org/tree/person/details/G6YY-6M6] - 1892(Qld)-1969(Qld) - Licences: 4CL Rockhampton (1935-1939, 1946-1969) - Qualifications: cc; AOCP 1526, 1935, Qld - amateur operator; amateur broadcaster; WW1; WW2; federal public servant (PMGD, telegraphist) - Electoral Rolls: assistant (Charleville, Qld, 1921); telegraphist (Rockhampton, Qld, 1928-1968) ===''WATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Paul Watkins|Watkins, Andrew Paul]] [https://www.familysearch.org/tree/person/details/GFQ9-RHP] - 1914(WA)-1965(NSW) - Licences: 6AW Perth (1936-1939) - Qualifications: cc; AOCP 1805, 1936, WA; BOCP 269, 1939; 1COCP 842, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Boulder, WA, 1937); radio mechanic (Geraldton, WA, 1943); radio technician (Cairns, Qld, 1949; Lakemba, NSW, 1954; Chullora, NSW, 1958-1963) * [[/William Trevor Watkins|Watkins, William Trevor "Trevor", "Watty"]] [https://www.familysearch.org/tree/person/details/LZKG-J4V] - 1899(Tas)-1931(Tas) - Licences: T336 Hobart (1920-1921); 7AA Hobart (1922-1925); 7DX Hobart (1925-1931) - Qualifications: cc; AOCP 107, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Withdrawal: PMGD withdrew 7AA callsign for their own use, electrician (Zinc Co., Hobart, 1922), wireless expert (Medhurst & Sons, Hobart, 1925) - Electoral Rolls: electrician (West Hobart, 1922-1928) - Comment: passed too soon ===''WATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. A. Watson|Watson, A. A.]] - bef1910(???)-aft1930(???) - Licences: 2UT Sydney (Darlinghurst, 1927-1929) - Qualifications: AOCP 341, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: None as yet - Full name not yet identified * [[/Douglas Mervyn Watson|Watson, Douglas Mervyn]] [https://www.familysearch.org/tree/person/details/G6MG-FPY] - 1920(Tas)-1989(Tas) - Licences: 7DW Hobart (New Town, 1937-1939; City, 1946-1956; Lindisfarne, 1960-1980+) - Qualifications: cc; AOCP 1867, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Hobart South, 1949-1954); mechanic (Lindisfarne, 1972) * [[/Herbert Leopold Watson|Watson, Herbert Leopold]] [https://www.familysearch.org/tree/person/details/G8ZP-JLK] - 1897(Vic)-1982(NSW) - Licences: 2OL Kiama (1929-1933); 2OL Unanderra (1935-1938); 2OL Woollongong (1939) - Qualifications: AOCP 545, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: engineer (Kiama, 1930); electrical engineer (Unanderra, 1934-1937; Heidelberg, Vic, 1949); electrician (Ivanhoe, Vic, 1954); retired (Avalon Beach, 1968-1972; Mona Vale, 1977; Mosman, 1980) * [[/James David Watson|Watson, James David]] [https://www.familysearch.org/tree/person/details/G8F5-789] - 1910(Vic)-19??(???) - Licences: 3NQ Darlington via Camperdown (1930-1939); 2ANQ Albury (1946-1957) - Qualifications: AOCP 633, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical fitter (Darlington, 1931-1943); radio technician (Albury, 1949-1954) - Comment: Beware another JDW, labourer, Geelong, 1930s * [[/John Watson|Watson, John]] - 19??(???)-19??(???) - Licences: 6CR Receive Perth (Victoria Park, 1923-1924) - Qualifications: AOCP 436, 1928, No. ?? in WA - amateur operator? - Electoral Rolls: Nil, as yet, specific individual not yet identified * [[/Samuel Wilfred Watson|Watson, Samuel Wilfred or Wilfred Samuel]] [https://www.familysearch.org/tree/person/details/GXY5-LXP] - 1906(Eng)-1998(WA) - Licences: 6WW Perth (West Perth, 1930-1939, 1948-1969); 6WW Shoalwater Bay (1975); 6WW Cardup (1980) - Qualifications: cc; 1COCP 189, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless operator (West Perth, WA, 1931-1972); retired (Shoalwater Bay, WA, 1977; Cardup, WA, 1980) * [[/William Wesley Watson|Watson, William Wesley]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio telegraphist (Hobart South, 1949) ===''WATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Watt|Watt, Alexander]] [https://www.familysearch.org/tree/person/details/GDRK-4B7] - 1901(Sct)-1985(Tas) - Licences: 7BO Receive Prince of Wales Bay (1923); Receive Prince of Wales Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Prince of Wales Bay, 1922-1928); accountant (New Town, 1936-1949; Moonah, 1954) * [[/Arthur William Watt|Watt, Arthur William]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly) * [[/Charles Russell Watt|Watt, Charles Russell]] [https://www.familysearch.org/tree/person/details/GZV7-JFH] - 1904(Eng)-1993(NSW) - 2WT Tenterfield (1925-1975+), amateur operator (AOCP 184, 1925, No. ?? in NSW), amateur broadcaster, grazier (Tenterfield, 1930-1980) ===''WAUCHOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Wylie Wauchope|Wauchope, Ronald Wylie]] [https://www.familysearch.org/tree/person/details/LH6X-QJR] - 1914(SA)-1933(SA)19yo - Licences: 5WE Adelaide (Maylands, 1933) - Qualifications: cc; AOCP 1086, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, 19yo - Electoral Rolls: Nil yet identified ===''WEATHERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Elsdon Weatherley|Weatherley, Harry William Elsdon]] [https://www.familysearch.org/tree/person/details/LTBF-1HC] - 1921(Vic)-2006(Vic) - prominent MW and SW broadcast DXer (1940-1990), clubs (Australian Radio DX Club, New Zealand Radio DX League, New Zealand DX Radio Association, Southern Cross DX Club, DX Australia - Chief Editor, Ontario DX Club), ANARC DXer of the year - metallurgist (Auburn, 1949-1954); technician (Mount Waverley, 1963-1972); retired (Mount Waverley, 1980) * [[/Herb J. Weatherley|Weatherley, Herb J.]] - 19??(???)-19??(???) - 4HW Clifton (-1951+), amateur operator (AOCP ??, 19??, No. ?? in Qld), callsign formerly Harold Dunbar Walsh ===''WEATHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Weatherson|Weatherson, W. A.]] - 19??(???)-19??(???) - Licences: 3AB Melbourne (East St Kilda, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''WEATHERSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stewart Weatherston|Weatherston, William Stewart]] [https://www.familysearch.org/tree/person/details/G8LZ-2KF] - 1905(WA)-1942(Sing) - Licences: 3AB Melbourne (East St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1927); salesman (St Kilda, 1931; Forrest, ACT, 1935; Newtown, 1943!) - Sacrifice: "Greater love hath no man than this" ===''WEBSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank James Webster|Webster, Frank James]] [https://www.familysearch.org/tree/person/details/GF73-5KV] - 1908(Eng)-19??(WA) - Licences: 6FW Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1039, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Victoria Park, WA, 1931-1943); plasterer (Perth, WA, 1954-1963; Victoria Park, WA, 1968-1972); retired (Fremantle, WA, 1977-1980) * [[/Harold Charles Webster|Webster, Harold Charles]] [https://www.familysearch.org/tree/person/details/KCRM-31P] - 1876(Tas)-1923(Tas) - Licences: Receive (Crystal Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: photographer (Launceston, 1914); clerk (Hobart North, 1922) * [[/William Webster|Webster, William]] [https://www.familysearch.org/tree/person/details/GZJD-D94] - 1860(Eng)-1936(NSW) - senior federal politician (Postmaster-General, 1915-1920), played prominent part in the Postal Royal Commission ===''WEDDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Austin Weddell|Weddell, James Austin]] [https://www.familysearch.org/tree/person/details/GXK9-SYF] - 1914(SA)-2005(NSW) - Licences: 5ZL Adelaide (Reade Park, 1935-1939) - Qualifications: cc; AOCP 1595, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Col Light Gardens, SA, 1939-1943); RAAF (Albert Park, Vic, 1949; Auburn, Vic, 1954); RAAF officer (Richmond, NSW, 1958); RAAF (Red Hill, ACT, 1963); not stated (Red Hill, ACT, 1968-1972); RAAF (Red Hill, ACT, 1977-1980) * [[/John Arthur Weddell|Weddell, John Arthur]] [https://www.familysearch.org/tree/person/details/GXKM-KVK] - 1926(Qld)-19??(???) - Licences: 4FT Brisbane (Zillmere, 1954-1960); 2ZM Glenbrook (1961); 4FT Brisbane (Sandgate North, 1965-1969); 2BFT Sydney (Clovelly, 1975-1980) - Qualifications: cc; AOCP 3172, 1951, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Annerley, Qld, 1949; Zillmere, Qld, 1954-1958; Sandgate, Qld, 1963-1968); technician (Marrickville, NSW, 1972; Clovelly, NSW, 1977-1980) ===''WEDGEWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Donald Wedgewood|Wedgewood, William Donald]] [https://www.familysearch.org/tree/person/details/GDLV-GM8] - 1901(Qld)-1974(NSW) - Licences: N741 Receive NSW - Qualifications: cc; CPRT 692, 1922; 2COCP 49, 1935 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: boarder (Sutton Coalfield, Eng, 1911); manufacturer (Glenmore, 1930-1936); aviator (Nedlands, WA, 1937); farmer (Moruya, 1949-1954); greenkeeper (Brisbane, 1958); public servant (Hornsby, 1963-1972) ===''WEEKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. L. Weeks|Weeks, H. L.]] - 19??-19?? - Licences: 4CJ Receive Currumbin (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: - Identification: Not yet identified ===''WEISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Wilfred George Weiss|Weiss, Wilfred George]] [https://www.familysearch.org/tree/person/details/G8V9-7NP] - 1912(NSW)-1982(NSW) - Licences: 2TV Sydney (Croydon Park, 1960-1961; Strathfield, 1965); 2TV Ettalong Beach (1975-1980+) - Qualifications: AOCP 670, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lithgow, 1934-1937); storekeeper (Lithgow, 1943); silk screen craftsman (Croydon Park, 1949-1958); retired (Strathfield, 1963-1968; Ettalong Beach, 1972; Ettalong, 1977) ===''WELLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Arthur Martin Weller|Weller, Cyril Arthur Martin "Sam"]] [https://www.familysearch.org/tree/person/details/GZTQ-WXH] - 1903(???)-1994(Qld) - Licences: 4CZ Brisbane (Clayfield, 1938-1939, 1946-1980+) - Qualifications: AOCP 2160, 1938, Qld - amateur operator, amateur broadcaster, Radio Club (WIAQ, Brisbane DX Club), power station engineer, education (ME, UQ) - Electoral Rolls: student (Windsor, 1925); engineer (Wilston, 1925-1928; Camp Hill, 1934-1943; Clayfield, 1949-1972; Albion, 1977) ===''WELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Welling|Welling, Thomas]] [https://www.familysearch.org/tree/person/details/LLHB-KQZ] - 1898(Eng)-1960(SA) - Licences: 5TW Adelaide (North Adelaide, 1937); 5TW Mt Gambier (1938-1939, 1947-1960) - Qualifications: cc; 2COCP 179, 1930; 1COCP 81, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: wireless engineer (Mt Gambier, SA, 1939-1941); wireless technician (Mt Gambier, SA, 1943) ===''WELLINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hudson Wellington|Wellington, Stanley Hudson]] [https://www.familysearch.org/tree/person/details/LB84-47Y] - 1909(Tas)-1981(NSW) - Licences: 7PK Hobart (New Town, 1932-1933); 3SX Melbourne (Brighton, 1937-1939) - Qualifications: cc; AOCP 1002, 1932, No. ?? in Tas; AOLCP 117, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: representative (Caulfield, 1936); chemist (Brighton, Vic, 1937-1942); manager (Mosman, 1949-1980) ===''WELLMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Joseph Wellman|Wellman, Leo Joseph]] [https://www.familysearch.org/tree/person/details/L1SW-R9S] - 1898(NSW)-1965(NSW) - 2PS Receive Sydney (Marrickville, 1923), 2LW Sydney (Marrickville, 1925-1928), amateur operator (AOCP 117, 1925, No. ?? in NSW), amateur broadcaster ===''WELSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud William Welsh|Welsh, Claude or Claud William]] [https://www.familysearch.org/tree/person/details/GZPH-WS4] - 1914(Qld)-1988(Qld) - Licences: 4CW Warwick (1937-1939); 4DK Mackay (1975-1980+) - Qualifications: cc; AOCP 1982, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, Qld, 1937-1943); engineer (Kew, Vic, 1943); radio technician (Warwick, Qld, 1958; Mackay, Qld, 1958); technician (Mackay, Qld, 1963); radio technician (Mackay, Qld, 1968-1980) ===''WERRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Errol Limbrick Werrett|Werrett, Errol Limbrick]] [https://www.familysearch.org/tree/person/details/G8SK-FMH] - 1908(Tas)-1974(Eng) - Licences: Receive (Crystal) Hampshire (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm worker (Hampshire, 1936-1937); fitter (South Melbourne, 1943); engineer (Caulfield, 1949-1968; Balaclava, 1972) ===''WESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Frederick Shorter Weston|Weston, Cyril Frederick Shorter]] [https://www.familysearch.org/tree/person/details/GZVJ-FXY] - 1905(Eng)-1988(NSW) - Licences: 4EN Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephone mechanic (Kedron, 1928); Christian worker (Darlinghurst, 1934); grocer (Oatley, 1943); agriculturalist (Ourimbah, 1949); salesman (Paekhurst, 1963-1980); retired (Charmhaven, 1980) * [[/George James Weston|Weston, George James]] [https://www.familysearch.org/tree/person/details/GXQ3-Y8Q] - 1868(Eng)-1939(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 702, 1922 - RANRS (Radio Lieutenant) - Comment: Several contemporaneous GJWs - Electoral Rolls: telegraph operator (Albany, 1903); civil servant (Kalgoorlie, WA, 1910-1912); civil servant (Wireless Station, Carlingford, NSW, 1913); sailor (Toorak, 1919); naval officer (Elsternwick, 1919); civil servant (Auburn, Vic, 1922); wireless engineer (Auburn, Vic, 1924-1927); retired engineer (Upwey, 1931-1937) * [[/Robert Marcus Hamilton Weston|Weston, Robert Marcus Hamilton "Mark"]] [https://www.familysearch.org/tree/person/details/GX8K-KW6] - 1915(NSW)-1995(NSW) - Licences: 4XO Bundaberg (1938-1939); 2WE Sydney (Lidcombe, 1946-1947); 2AWE Sydney (Kingsford, 1955; Kensington, 1956-1957); 2AYK Sydney (Kensington, 1957; Kingsford, 1958-1961); 2CM Sydney (Dolls Point, 1964-1980) - Qualifications: cc; AOCP 2076, 1938, Qld; 2COCP 386, 1940; 1COCP 581, 1942 - amateur operator; amateur broadcaster; ship wireless officer; wireless officer (QANTAS) - Relationships: husband of 2MR Verle Lorraine Weston nee Key(s) - Electoral Rolls: marine wireless operator (Auchenflower, Qld, 1943); radio operator (Blakehurst, NSW, 1949; Kingsford, NSW, 1954-1963; Sans Souci, NSW, 1968-1980) * [[/Verle Lorraine Keys|Weston nee Key(s), Verle Lorraine]] - 1934(???)-1985(NSW) - 2MR Sydney (Dolls Point, 1964-1980), YL amateur operator (AOCP ???, 1964, No. ?? in Qld), wife of Robert Marcus Hamilton Weston 2CM * [[/William Wood Weston|Weston or Wehrstedt, William Wood]] [https://www.familysearch.org/tree/person/details/GDPG-KBQ] - 1912(WA)-1953(WA) - Licences: 6MW Perth (Nedlands, 1935-1939; North Beach, 1947-1948) - Qualifications: cc; AOCP 1465, 1935, WA; BOCP 596, 1944 - amateur operator; amateur broadcaster - Comment: Further clarification of identification required - Electoral Rolls: assistant operator (Subiaco, WA, 1936-1937); operator (Leederville, WA, 1943-1954; North Perth, WA, 1958-1968; Leederville, WA, 1972-1977) ===''WHALLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Percy Whalley|Whalley, Rupert Percy]] [https://www.familysearch.org/tree/person/details/GZGZ-CV3] - 1894(Vic)-1969(Vic) - Licences: 3JZ Receive Melbourne (Sandringham, 1922); 3JZ Melbourne (Sandringham, 1923-1927); 3JZ Myrtleford (1937-1939); 3JZ Wangaratta (1946-1948); 3JZ Melbourne (Blackburn, 1954-1969) - Qualifications: cc; AOCP 238, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: builder (Sandringham, 1919-1925); farmer (Myrtleford, 1927-1942); tobacco grower (Wangaratta, 1949); foreman (Blackburn, 1954-1968) - Relationships: father of 3ZWZ Robert Kelvin Whalley ===''WHEELER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Winslow Wheeler|Wheeler, Harry Winslow]] [https://www.familysearch.org/tree/person/details/GCBC-BYC] - 1910(SA)-1990(SA) - Licences: 5FB Adelaide (Eden Hills, 1927-1928); 5HW Adelaide (Eden Hills, 1933-1939) - Qualifications: AOCP 371, 1927, No. ?? in SA - amateur operator; amateur broadcaster; military (WW2, RAAF, DFC) - Electoral Rolls: chemist (Eden Hills, SA, 1939-1943); lecturer (Kalgoorlie, WA, 1954-1968) * [[/Victor George Wheeler|Wheeler, Victor George]] [https://www.familysearch.org/tree/person/details/GW4Z-FGL] - 1897(Eng)-1976(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; coastal wireless operator; WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: electric mechanic (Roebourne, 1917-1922); manager (Fremantle, 1925) ===''WHITAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Thomas Whitaker|Whitaker, Albert Thomas]] [https://www.familysearch.org/tree/person/details/LKKW-5DB] - 1895(NSW)-1960(NSW) - Licences: 2OI Receive Sydney (Banksia, 1923); 2OI Sydney (Banksia, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: labourer (Rockdale, 1930; Banksia, 1933-1934); builder (Banksia, 1937-1949); instructor (Mount Colah, 1954-1958) ===''WHITBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Roy Whitburn|Whitburn, Douglas Roy "Doug"]] [https://www.familysearch.org/tree/person/details/LZT2-3JX] - 1904(SA)-1958(SA) - Licences: 5BY Adelaide (Toorak, 1927-1931; Fullarton, 1933-1939; Rosefield, 1946-1947; Fullarton, 1948-1956) - Qualifications: cc; AOCP 312, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Rosefield, 1943) * [[/Robert Philip Whitburn|Whitburn, Robert Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GZBF-5XB] - 1896(NSW)-1991(NSW)94yo - Licences: XACJ Sydney (Leichhardt, 1913-1914); 2DK Receive Sydney (Leichhardt, 1922); 2DK Sydney (Leichhardt, 1923-1926) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: chairmaker (Leichhardt, 1930-1968); retired (West Ryde, 1972-1980) ===''WHITE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Matthews White|White, Alfred Matthews]] - 1894(Eng)-1981(Qld) - Licences: 4CX Receive Winton (1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1 - Electoral Rolls: grazier (Tranby, Winton, 1915-1958); retired (Buderim, Qld, 1963-1980) * [[/Charles Robert White|White, Charles Robert]] [https://www.familysearch.org/tree/person/details/GXLC-S5H] - 1911(SA)-1986(Vic) - Licences: 5MX Adelaide (Kilkenny, 1931-1939) - Qualifications: cc; AOCP 802, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edwin Harold White|White, Edwin Harold "Eddie"]] [https://www.familysearch.org/tree/person/details/GZTQ-QGH] - 1911(Qld)-1997(Qld) - Licences: 4EW Brisbane (Red Hill, 1933-1939); 4EW Mackay (1946-1950); 4EW Brisbane (Red Hill, 1954-1956); 5OW & 8OW Darwin (1956-1963); 4OW Brisbane (Red Hill, 1963-1965); 4OW Mt Isa (1969); 4OW Brisbane (Red Hill, 1975) - Qualifications: cc; AOCP 1141, 1933, No. ?? in Qld; 1COCP 250, 1939 - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, Fortress Signals); federal public servant (DCA) - Electoral Rolls: compositor (Red Hill, 1934-1936); radio technician (Longreach, 1937); aeradio operator (Cloncurry, 1943; Mackay, 1949); communications officer (Archerfield, 1954); public servant (Red Hill, 1963; Mt Isa, 1968; Red Hill, 1972-1980) * [[/Frank Philip White|White, Frank Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GXSJ-9NF] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 189, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: Nil yet identified * [[/Frank Roy White|White, Frank Roy]] [https://www.familysearch.org/tree/person/details/GD4P-LVT] - 1911(NSW)-1994(???) - Licences: Nil yet identified - Qualifications: cc; 2COCP 5, 1934; 1COCP 12, 1934 - beam wireless operator (AWA); WW2 - Electoral Rolls: clerk (West Ryde, 1933-1935); telegraphist (Roseville, 1936-1937; Ryde, 1943-1968) * [[/J. L. White|White, J. L.]] - 19??(???)-19??(???) - Licences: 6JL via Brass Valley (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''WHITELAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Roy Whitelaw|Whitelaw, Charles Roy]] [https://www.familysearch.org/tree/person/details/99WD-7NY] - 1891(Vic)-1957(Vic) - Licences: XMO Melbourne (Rosedale, 1913-1914); 3BH Melbourne (Mooroolbark, 1923-1925); 3BH Stawell (1925); 3BH Benalla (1925-1927); 3BH Melbourne (Mitcham, 1931); 3BH Woomelang (1933); 3BH Melbourne (Mornington 1937-1939); 3BH (Harrisfield, 1946-1947; Dandenong, 1948; Noble Park, 1954-1955; Boronia, 1956) - Qualifications: cc; AOCP 87, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; fire brigade and railway stationmaster; WW1 (AFC, Wireless Operator, 1917) - Electoral Rolls: railway employee (Creswick, 1914); assistant stationmaster (Ravenswood, 1919); stationmaster (Mooroolbark, 1922-1924); railway employee (Timboon, 1925); stationmaster (Benalla, 1925-1927; Mitcham, 1931; Euroa, 1942; Harrisfield, 1949-1954) ===''WHITING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Ambrose Whiting|Whiting, Reginald Ambrose]] [https://www.familysearch.org/tree/person/details/GXR6-XDQ] - 1911(SA)-1981(Vic) - Licences: 5MC Adelaide (Torrensville, 1932-1933); 3MZ Melbourne (East Preston, 1947-1980+) - Qualifications: cc; AOCP 988, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (South Yarra, Vic, 1934; Essendon, Vic, 1937); fitter & turner (Preston, Vic, 1942-1968); fitter (Preston, Vic, 1972-1980) ===''WHITLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gough Whitlam|Whitlam, Edward Gough "Gough"]] [https://www.familysearch.org/tree/person/details/L5VH-8BJ] - 1916(Vic)-2014(NSW) - Prime Minister (1972-1975), WW2 (RAAF, Flight Lieutenant, navigator & bomb aimer, 1942-1945) - Electoral Rolls: student (Glebe, 1943); barrister (Cronulla, 1949; Cabramatta, 1958-1963; Red Hill, 1977; Double Bay, 1980) - executive oversight of the introduction of community radio in Australia - Links: [[w:Gough Whitlam|Wikipedia]] * [[/Lewis Alfred John Whitlam|Whitlam, Lewis Alfred John]] [https://www.familysearch.org/tree/person/details/LYY1-BBB] - 1904(Qld)-1977(Qld) - Licences: Receive (Crystal) Brisbane (Brisbane City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer's assistant (Brisbane City, Qld, 1931-1937); electrical engineer (Windsor, Qld, 1943-1968); engineer (Windsor, Qld, 1972-1977) ===''WICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. Wicks|Wicks, C.]] - 18??(???)-19??(???) - Licences: XQK Brisbane (South Brisbane) (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WILDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cyril George Wildman|Wildman, Cyril George]] [https://www.familysearch.org/tree/person/details/GMG3-GNP] - 1900(Vic)-1982(Vic) - Licences: 3FM Melbourne (Northcote, 1930-1931; Moreland, 1933-1939, 1946-1948; East Brunswick, 1954-1980+) - Qualifications: AOCP 624, 1930, No. ?? in Vic; BOCP 422, 1942 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Melbourne, 1927; Fitzroy North, 1931; Coburg, 1934-1942); electrical engineer (Brunswick East, 1977-1980) ===''WILKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Winstanley Wilkin|Wilkin, John Winstanley]] [https://www.familysearch.org/tree/person/details/L6LX-1P7] - 1891(NZ)-1967(SA) - Licences: 5JW Adelaide (North Adelaide, 1928; Osmond, 1931; Glen Osmond, 1933; North Walkerville, 1937-1938) - Qualifications: cc; Nil yet identified; likely qualified in NZ - amateur operator; amateur broadcaster - Electoral Rolls: manager (Toorak, SA, 1939-1943) ===''WILKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wilkins|Wilkins, Arthur]] - 19??(???)-19??(???) - Licences: 3AW Melbourne (Murrumbeena, 1927; East St Kilda, 1931) - Qualifications: AOCP 375, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: - several contemporaneous Arthur Wilkins, specific to be identified ===''WILKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Angus Wilkinson|Wilkinson, Dudley Angus]] [https://www.familysearch.org/tree/person/details/LR41-Q53] - 1919(SA)-1988(SA) - Licences: 5WD Adelaide (Frewville, 1935-1939; College Park, 1947-1948) - Qualifications: cc; AOCP 1455, 1935, SA; BOCP 182, 1938; 1COCP 284, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hawthorn, SA, 1941; Ballarat, Vic, 1942) ===''WILLIAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Williams|Williams, Albert Edward]] - 19??(???)-19??(???) - Licences: 5BO Adelaide (Unley, 1930-1931); 5BO Adelaide (Ottaway, 1946-1975) - Qualifications: cc; AOCP 659, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: - several contemporaneous AEWs in SA * [[/Alex Elisha Williams|Williams, Alex Elisha]] [https://www.familysearch.org/tree/person/details/G8JC-RN9] - 1913(Vic)-1981(Vic) - Licences: 3KT Melbourne (Elsternwick, 1933-1939) - Qualifications: AOCP 1062, 1932, Vic - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Elsternwick, 1936-1937; Camberwell, 1943-1949; Highfield Park, 1954); school teacher (Frankston, 1967-1968); teacher (Frankston, 1972-1980) * [[/Alfred Keith Williams|Williams, Alfred Keith]] [https://www.familysearch.org/tree/person/details/G8C3-3SS] - 1905(WA)-1932(WA) - Licences: 6AW Collie (1929-1931) - Qualifications: cc; AOCP 502, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: picture S. operator (Collie, 1930) * [[/Ernest Arthur Williams|Williams, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/LKNS-QYG] - 1888(NSW)-1968(NSW) - Licences: 2QY Receive Wollongong (1923); 2QY Wollongong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Wollongong, 1913, 1930-1958); retired (Wollongong, 1968) * [[/Harold Parkyn Williams|Williams, Harold Parkyn]] [https://www.familysearch.org/tree/person/details/G7CW-DGX] - 1881(Qld)-1933(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - first general manager of ABC - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/williams-harold-parkyn-9112 ADB] * [[/J. E. Williams|Williams, J. E.]] - 19??(???)-19??(???) - Licences: 4DQ Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: many contemporaneous JEWs - Electoral Rolls: Nil yet identified * [[/John Henry Williams|Williams, John Henry Jnr "Johnny" "Jack"]] [https://www.familysearch.org/tree/person/details/MP3D-8NG] - 1880(Qld)-1953(Qld) - Licences: 4JH Mackay (1929-1931) - Qualifications: cc; AOCP 507, 1929, No ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: iron monger? (Mackay, 1925-1943) - established commercial broadcaster 4MK Mackay 1931 * [[/Leslie Samuel Barnes Williams|Williams, Leslie Samuel Barnes]] [https://www.familysearch.org/tree/person/details/G8F2-X56] - 1896(Qld)-1974(Qld) - Licences: 4LS Brisbane (Indooroopilly, 1930-1933); 4LS Toogoolawah (1937-1939) - Qualifications: cc; AOCP 630, 1930, Qld - amateur operator, amateur broadcaster - Electoral Rolls: naval signalman (Cape Moreton, 1917-1922); saddler (Indooroopilly, 1925-1931); boot repairer (Toogoolawah, 1934-1958); retired (Taringa, 1963-1972) * [[/Neville Williams|Williams, Neville]] - 1915(NSW)-1996(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: - Links: [http://messui.polygonal-moogle.com/valves/NW199701.pdf EA] ===''WILLIAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Joseph Augustine Williamson|Williamson, Cecil Joseph Augustine]] [https://www.familysearch.org/tree/person/details/K879-9HC] - 1925(NSW)-1973(NSW) - Licences: 2CW Yass (1929-1931); 2ALS Yass (1939, 1946-1954) - Qualifications: AOCP 525, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Yass, 1930-1949); farmer (Trundle, 1949); mechanic (Orange, 1954-1972) * [[/Frederick Lerpiniere Williamson|Williamson, Frederick Lerpiniere]][https://www.familysearch.org/tree/person/details/LB6L-GCH] - 1896(SA)-1976(SA) - Licences: 5AH Receive Adelaide (Kent Town, 1922); 5AH Adelaide (Kent Town, 1922-1927; Collinswood, 1928, 1948-1955); also dealer licence 5BT Adelaide 1925-1926 for Kauper, Austin & Williamson - Qualifications: cc; AOCP 22, 1924, No. ?? in SA; BOCP 284, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Hubert Gordon Williamson|Williamson, Hubert Gordon]] [https://www.familysearch.org/tree/person/details/LH7J-YQP] - 1907(Vic)-1995(Vic) - 3GW Rainbow (1927-1939, 1946-1960), 3GW Lalor (1965-1969), 3GW Melbourne (East Doncaster, 1975-1980), 3GH Rainbow (1937-1939), amateur operator (AOCP 342, 1927, No. ?? in Vic), (1COCP 593, 1942), amateur broadcaster * Williamson nee Hutchings, Marjorie Lilian - See Marjorie Lilian Hutchings ===''WILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Oliver Willis|Willis, Harold Oliver]] [https://www.familysearch.org/tree/person/details/G8VS-NLZ] - 1898(Vic)-1976(WA) - Licences: 6OW Perth (South Fremantle, 1930-1931); 6AM Perth (South Fremantle, 1933); 6HW Perth (South Fremantle, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 675, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: baker (South Fremantle, 1925-1968) ===''WILLMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILMOTT * [[/Thomas Robert Willmott|Willmott or Wilmot, Thomas Robert]] [https://www.familysearch.org/tree/person/details/GZD6-TB4] - 1886(NSW)-1947(NSW) - Licences: 2BR Receive South Grafton (1922); 2ZO South Grafton (1923-1931) - Qualifications: cc; AOCP 48, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Grafton South, 1930-1943) ===''WILLOUGHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lancelot Willoughby|Willoughby, Eric Lancelot]] [https://www.familysearch.org/tree/person/details/LR88-Q5X] - 1912(SA)-19??(???) - Licences: 5BM Adelaide (Penrhyn, 1932-1939); 5GO Adelaide (Unley, 1948); 3FB Noojee (1954-1956); 3FB Neerim Junction (1960); 4EW Booval (1965-1980+) - Qualifications: cc; AOCP 1035, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Penrhyn, SA, 1939-1943); farmer (Noojee, Vic, 1949-1954); PMG Linesman (Booval, Qld, 1963-1968); PMG (Booval, Qld, 1972-1977) ===''WILMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILLMOTT * [[/John Henry Wilmott|Wilmott, John Henry]] [https://www.familysearch.org/tree/person/details/GFQY-PTR] - 1914(WA)-2003(NSW) - Licences: 6JW Perth (Como, 1934-1939); 2AJX Sydney (Lindfield, 1975); 2AJX Bathurst (1980) - Qualifications: cc; AOCP 1345, 1934, WA; 1COCP 170, 1938 - amateur operator; amateur broadcaster - Comment: Several contemporaneous JHWs - Electoral Rolls: aircraft radio officer (Lindfield, NSW, 1949); communications officer (Lindfield, NSW, 1958-1968); proprietor (Bathurst, NSW, 1977-1980) ===''WILSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Wilson|Wilson, A. H.]] - 19??(???)-19??(???) - Licences: 4DL Receive Brisbane (Kangaroo Point, 1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Darius Joseph Wilson|Wilson, Darius Joseph]] [https://www.familysearch.org/tree/person/details/G8ZR-GJ4] - 1901(NSW)-1987(NSW) - Licences: 2DW Sydney (Leichhardt, 1929-1931; Lidcombe, 1933; Five Dock, 1933-1939, 1946-1948; Warwick Farm, 1950; Yagoona, 1954-1980) - Qualifications: AOCP 548, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: french polisher (Leichhardt, 1930; Five Dock, 1943-1949); no occupation (Five Dock, 1954); french polisher (Yagoona, 1954-1968); polisher (Yagoona, 1972-1977) * [[/Horace Benjamin Wilson|Wilson, Horace Benjamin "Ben"]] [https://www.familysearch.org/tree/person/details/G8DV-71R] - 1911(WA)-2005(NSW) - Licences: 5WB Adelaide (Wayville, 1930-1937; Unley Park, 1938-1939); 2BP Sydney (McMahons Point, 1946-1948; West Ryde, 1950-1980+) - Qualifications: cc; AOCP 586, 1930, No. ?? in SA; AOLCP 161, 1934; 2COCP 33, 1935; 1COCP 72, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Unley Park, 1939); recording engineer (McMahons Point, 1949); business manager (West Ryde, 1954-1980) * [[/Leonard Gratton Wilson|Wilson, Leonard Gratton]] [https://www.familysearch.org/tree/person/details/GQN8-3K6] - 1901(NSW)-1990(WA) - Licences: 6LG Perth (Inglewood, 1928; South Perth, 1930-1931; Como, 1954-1980+) - Qualifications: cc; AOCP 429, 1928, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: vigneron (Caversham, 1925); police constable (South Perth, 1931-1936; Como, 1937); constable (Albany, 1943-1949); police constable (Como, 1954-1958) * [[/Leslie Maclean Wilson|Wilson, Leslie Maclean]] [https://www.familysearch.org/tree/person/details/LRH5-9TL] - 1893(NSW)-1972(NSW) - 2LM Marsden (1924-1926), 2LM Sydney (Cremorne, 1927), 2LM Mudgee (1928-1939), 2LM Port Macquarie (1960-1969+), amateur operator (AOCP 33, 1924, No. ?? in NSW), amateur broadcaster, pastoralist * [[/Perry Allen Wilson|Wilson, Perry Allen]] - 19??(???)-19??(???) - Licences: 4AT Receive Eumundi (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motordriver (Eumundi, Qld, 1925-1934); garage proprietor (Eumundi, Qld, 1936-1943) * [[/Victor John Wilson|Wilson, Victor John]] [https://www.familysearch.org/tree/person/details/GX8K-NPY] - 1909(Qld)-2009(Qld)99yo - Licences: Receive Brisbane (New Farm, 1923); 4VW Brisbane (Newstead, 1937-1939); 4VW Nambour (1960); 4VW Brisbane (Everton Park, 1965) - Qualifications: cc; AOCP 1100, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: panel beater (Newstead, Qld, 1931-1937; Nambour, Qld, 1958; Everton Park, Qld, 1963-1980) * [[/Warne Alfred George Wilson|Wilson, Warne Alfred George]] [https://www.familysearch.org/tree/person/details/LKLN-Y39] - 1900(Vic)-1981(Vic) - Licences: 3RY Receive Ballarat (1923); 3RY Ballarat (1924-1925); 3WA Ballarat (1928-1939, 1946-1960); 3KV Ballarat (1980) - Qualifications: cc; AOCP 444, 1928, No. ?? in Vic; AOLCP 20, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Ballarat, 1924); radio engineer (Ballarat, 1927-1980) * [[/Wilfred Elvyn Wilson|Wilson, Wilfred Elvyn]] [https://www.familysearch.org/tree/person/details/GDSB-MB4] - 1880(Eng)-1964(NSW) - Licences: 2JI Receive Sydney (Roseville, 1922-1923); 2JI Sydney (Roseville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: optician (Roseville, 1930-1963) ===''WING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James John Wing|Wing, William James John]] [https://www.familysearch.org/tree/person/details/GDHH-WKW] - 1887(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 188, 1916; 2COCP 142, 1930; 1COCP 212, 1931 - coastal wireless operator; RANRS (CPO, 1917-1918); AWA - Electoral Rolls: wireless operator (Hotel Metropole, Thursday Island, Qld, 1914); wireless engineer operator (Radio Station, Applecross, WA, 1917); radiotelegraphist (Cooktown, 1921); business manager (Epping, 1930); sales manager (Epping, 1933-1936; Roseville, 1937; Chatswood, 1943-1949); manager (Melbourne, 1954) ===''WINTERFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Charles Burnett Brereton Winterford|Winterford, Dudley Charles Burnett Brereton]] [https://www.familysearch.org/tree/person/details/G3ML-FJH] - 1908(Qld)-1988(Canada?) - Licences: 4MF Brisbane (Annerley, 1927-1931); 4MF Southport (1933); 4MF Sarina (1938-1939) - Qualifications: cc; AOCP 363, 1927, No. 40 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Annerley, 1931); mechanic (Coorparoo, 1937); electrician (Sarina, 1943); electrical contractor (Broadbeach, 1949) ===''WISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Wise|Wise, George Henry]] [https://www.familysearch.org/tree/person/details/GDDS-D87] - 1853(Vic)-1950(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - politician (Postmaster-General, 1920-1921) - Electoral Rolls: solicitor (Sale, 1905-1949) - Links: [[w:George Wise (Australian politician)|Wikipedia]] ===''WISEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Cleave Wiseman|Wiseman, William James Cleave]] [https://www.familysearch.org/tree/person/details/GX2M-ZP8] - 1906(SA)-1976(SA) - Licences: 5WJ Port Lincoln (1931-1939); 5WJ Ceduna (1947-1948); 5WJ Adelaide (Parafield, 1954) - Qualifications: cc; AOCP 759, 1931, No. ?? in SA; 1COCP 485, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Port Lincoln, SA, 1939-1941); aeradio operator (Ceduna, SA, 1943) ===''WISHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Turner Wishart|Wishart, William Turner "Bill, Billy"]] [https://www.familysearch.org/tree/person/details/GHQ3-J9S] - 1900(Qld)-1994(Qld) - Licences: 4WT Brisbane (Graceville, 1931-1939); 6TW Perth (Claremont/Floreat Park, 1946-1948); 4WX Brisbane (St Lucia, 1965-1969; Margate 1975-1980+) - Qualifications: cc; AOCP 870, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, councillor, federal councillor) - Electoral Rolls: mechanic (Red Hill, Qld, 1921); optical mechanic (Paddington, Qld, 1925; Graceville, Qld, 1928-1937); audiometrist (Floreat Park, WA, 1949; Darlington, WA, 1949); retired (Wynnum North, Qld, 1972; Margate, Qld, 1977-1980) ===''WITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sidney Herbert Witt|Witt, Sidney Herbert "Sid"]] [https://www.familysearch.org/tree/person/details/GD3D-BDV] - 1892(Vic)-1973(Vic) - Licences: 3MZ Receive Melbourne (Camberwell, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Malvern, 1914-1916); electrical engineer (Camberwell, 1922); engineer (Brighton, 1925-1943; Glen Iris, 1958-1968; Burwood, 1972)) - Links: [https://adb.anu.edu.au/biography/witt-sidney-herbert-12059 ADB] ===''WOLFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hamilton Bennett Wolfe|Wolfe, Hamilton Bennett]] [https://www.familysearch.org/tree/person/details/G9H2-8K6] - 1886(Vic)-1956(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 193, 1916; 2COCP 242, 1930; 1COCP 213, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: clerk (Bairnsdale, Vic, 1908-1912); wireless telegraphist (Applecross, WA, 1925-1926); radio telegraphist (Geraldton, 1936-1949); retired (Nedlands, WA, 1954) ===''WOLFENDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Wolfenden|Wolfenden, Peter]] - 3ZPA Strathmore (1965) - amateur operator, historian (amateur, amateur broadcasting), journalist (WIA's "Amateur Radio") ===''WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Abner David Wood|Wood, Abner David]] [https://www.familysearch.org/tree/person/details/GZ7R-BJC] - 1910(Eng)-1976(SA) - Licences: 6AS Mt Barker (1935-1939) - Qualifications: cc; AOCP 1534, 1935, WA; BOCP 654, 1945 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Percy Wood|Wood, Percy]] [https://www.familysearch.org/tree/person/details/G8M8-2V1] - 1909(Qld)-19??(???) - Licences: 4RQ Ipswich (1927-1931); 4PW Ipswich (1933-1939); 2EPW Banora Point - Qualifications: cc; AOCP 359, 1927, No. 39 in Qld - amateur operator; amateur broadcaster; journalist (QRN, AR); engineer (IREE) - Electoral Rolls: electrical mechanic (Ipswich, 1931); radio dealer (Ipswich, 1937-1949; East Ipswich, 1954-1968); electrical dealer (Banora Point, 1977-1980) ===''WOODLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Woodley|Woodley, William Robert]] [https://www.familysearch.org/tree/person/details/G8VC-CYY] - 1909(???)-1995(WA) - Licences: 6BY Perth (West Leederville, 1930-1931); 6DJ Perth (Carlisle, 1946-1948; Victoria Park, 1954-1956; Maniana, 1960-1980+) - Qualifications: cc; AOCP 680, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Claremont, 1936-1937); mechanic (Victoria Park, 1943); radio mechanic (Carlisle, 1949; Victoria Park, 1954; Maniana, 1963-1980) - Callsign possibly withdrawn for commercial ===''WOOKEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Bruce Wookey|Wookey, Robert Bruce]] [https://www.familysearch.org/tree/person/details/9DP1-GVW] - 1907(Vic)-1974(Vic) - Receive Geelong (1923-1924), 3RW Geelong (1925-1927), 3IC Geelong (1948-1974), amateur operator (AOCP 146, 1925, No. ?? in Vic), amateur broadcaster, postal clerk ===''WOOLACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Prosser Woolacott|Woolacott, Francis Prosser "Frank"]] [https://www.familysearch.org/tree/person/details/GZFL-94T] - 1903(NSW)-1968(NSW) - 2ST Receive Sydney (Drummoyne, 1923-1924), 2FW Sydney (Drummoyne, 1925-1926), amateur operator (AOCP 119, 1925, No. ?? in NSW), amateur broadcaster ===''WOOLLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edgar Woollett|Woollett, David Edgar]] [https://www.familysearch.org/tree/person/details/GZTM-HDP] - 1920(NSW)-2001(NSW) - Licences: 2ZDE Sydney (Beverley Hills, 1956-1980+) - Qualifications: AOLCP 202, 1956; AOCP 4292, 1965, NSW - amateur operator, WW2 - Electoral Rolls: telephone technician (Beverley Hills, 1949-1972; Narwee, 1977-1980) * [[/N. Woollett|Woollett, N.]] - 19??(???)-19??(???) - Licences: 2ZY Sydney (Mosman, 1926-1927) - Qualifications: AOCP 276, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: ? ===''WOOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Ronald Woolley|Woolley, Leon Ronald]] [https://www.familysearch.org/tree/person/details/L214-JQH] - 1898(Qld)-1971(Qld) - Licences: 4FW Ipswich (1931); 4FW Townsville (1933); 4FW Ipswich (1937-1939, 1946-1969) - Qualifications: cc; AOCP 751, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, ATC); employment (school teacher) - Electoral Rolls: schoolteacher (Bell, Qld, 1919-1921; Newtown, Qld, 1925; Kia Ora, Townsville, 1931; Newtown, Qld 1934-1963) ===''WOOLNOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Stephen Woolnough|Woolnough, Archibald Stephen]] [https://www.familysearch.org/tree/person/details/G8CG-9PK] - 1909(Vic)-2004(Vic) - Licences: 3BW Portarlington (1929-1980+) - Qualifications: AOCP 519, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: business proprietor (Portarlington, 1931-1980) * [[/Walter Lyell Woolnough|Woolnough, Walter Lyell]] [https://www.familysearch.org/tree/person/details/9CJF-LS3] - 1906(NSW)-1999(NSW) - 2GW Sydney (Killara, 1925-1927; Gordon, 1928-1930; Greenwich, 1931; Gordon, 1933-1936), 2GW Lithgow (1937-1939), Sydney (Gordon, 1946-1980+), amateur operator (AOCP 153, 1925, No. ?? in NSW), amateur broadcaster, licence held by father Walter George Woolnough till 1933, engineer ===''WOOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Meredith Wooster|Wooster, Horace Meredith "Jack"]] [https://www.familysearch.org/tree/person/details/L23Q-CGW] - 1909(Qld)-1992(Qld) - Licences: 4VH Townsville (City, 1930-1939; Belgian Gardens, 1946-1948); 4VH Brisbane (Yeronga, 1954-1980+) - Qualifications: cc; AOCP 623, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; state public servant (Qld Railways, telegraphist; Qld Main Roads Dept); military (Army signals officer) - Electoral Rolls: clerk (Townsville, 1931-1932; Norman Park, 1937; Townsville, 1943-1949; Yeronga, 1954-1980) ===''WORRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Albert Worrall|Worrall, Leonard Albert]] [https://www.familysearch.org/tree/person/details/LTL5-L1L] - 1912(NSW)-1978(Qld) - Licences: 2XM Sydney (Parramatta, 1933-1934; Punchbowl, 1935-1936); 4XM Cairns (1937-1939); 4WL Brisbane (Stafford Heights, 1975) - Qualifications: cc; AOCP 1221, 1933, NSW - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Punchbowl, NSW, 1934-1936; Cairns, Qld, 1937); bank clerk (Wynnum, Qld, 1943); clerk (Wynnum North, Qld, 1954-1963); bank manager (Tarragindi, Qld, 1968); manager (Stafford Heights, Qld, 1972-1977) ===''WORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Worth|Worth, Sydney or Sidney Ernest]] [https://www.familysearch.org/tree/person/details/GXBH-5Z3] - 1905(WA)-1963(WA) - Licences: 6SW Perth (Rivervale, 1930-1933; Nedlands, 1937-1939) - Qualifications: cc; CPRT 958, 1927; 2COCP 223, 1930; 1COCP 226, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rivervale, WA, 1931); wireless operator (Nedlands, WA, 1936-1958) ===''WRAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward James Crawford Wraith|Wraith, Edward James Crawford "Jim"]] [https://www.familysearch.org/tree/person/details/KV2C-11D] - 1862(Vic)-1942(Vic) - Early wireless experimenter ===''WRATTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn James Wratten|Wratten, Mervyn James]] [https://www.familysearch.org/tree/person/details/GZJM-DV8] - 1918(Qld)-1999(Qld) - Licences: 4MW Ipswich (Brassall, 1937-1939; North Ipswich, 1946-1947; Brassall, 1948-1980+); 4LX Gold Coast (Palm Beach, 1956-1969) - Qualifications: cc; AOCP 1932, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Ipswich ARC); military (WW2, CMF, AIF); employment (Cribb & Foote, manager, radio section); business proprietor (Avon Theatre) - Electoral Rolls: shop assistant (Brassall, Qld, 1943-1977; North Ipswich, Qld, 1980) ===''WRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Milroy Percy Wray|Wray, Ronald Milroy Percy]] [https://www.familysearch.org/tree/person/details/G8H3-QYM] - 1909(Vic)-1963(NSW) - Licences: 2WX Sydney (Hurstville, 1929-1961) - Qualifications: AOCP 472, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified ===''WREFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Norman Wreford|Wreford, Roger Norman]] [https://www.familysearch.org/tree/person/details/GX22-N2X] - 1909(WA)-1990(SA) - Licences: 2ADC Broken Hill (1936-1937); 5RW Adelaide (Blackwood, 1938-1939; Mitcham, 1947-1954; South Brighton, 1955-1960; Crafers, 1965-1980+) - Qualifications: cc; AOCP 1714, 1936, NSW - amateur operator; amateur broadcaster - Relationships: Brother of 5DW-6IW Arthur Franklin Wreford - Electoral Rolls: bank clerk (Broken Hill, NSW, 1935-1936; Blackwood, SA, 1939; Mitcham, SA, 1941-1943) * [[/Arthur Franklin Wreford|Wreford, Arthur Franklin]] [https://www.familysearch.org/tree/person/details/G3V1-92S] - 1898(WA)-19??(???) - Licences: 5DW Adelaide (Kensington Gardens, 1937-1939; Cumberland, 1947-1954); 6IW Perth (Armadale, 1955-1969) - Qualifications: cc; AOCP 2037, 1937, SA; 2COCP 452, 1941 - amateur operator; amateur broadcaster; WW1 - Relationships: Brother of 2ADC-5RW Roger Norman Wreford - Electoral Rolls: bank clerk (Kensington Gardens, SA, 1939); mechanic (Crystal Brook, SA, 1941; Cumberland, SA, 1943); civil servant (Gosnells, WA, 1954); technician (Armadale, WA, 1958) - Links: [https://discoveringanzacs.naa.gov.au/browse/person/133040 NAA] ===''WRIEDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Sjoberg Albert Wriede|Wriede, George Sjoberg Albert]] [https://www.familysearch.org/tree/person/details/LKG2-VK8] - 1900(Qld)-1971(Qld) - Licences: 4DJ Receive Caboolture (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: railway employee (Cooroy, 1921; Miriam Vale, 1925-1958); retired (Gladstone, 1963) ===''WRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Wright|Wright, Albert Edward]] - 19??(???)-19??(???) - Licences: 2SS Receive Scarborough (1923); 2SS Scarborough (1924-1925); 2SS Coledale (1926-1933); 2SS Coolah (1933); 2SE Scarborough (1935-1936); 2SE Louth/Bourke (1937-1938); 2SE Walgett (1939); 2SE Willow Tree (1946); 2SE Stanmore (1947-1950); 2SE Sydney (Guildford, 1954-1961); 2SE Quirindi (1965) - Qualifications: cc; AOCP 118, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Comment: several contemporaneous Albert Edward Wrights in NSW, needs specific data to identify - Electoral Rolls: Nil yet identified * [[/A. W. H. Wright|Wright, A. W. H. "Bill"]] - 19??(???)-19??(???) - 5BW Adelaide, 3AAW, 4TU Garbutt (-1950+, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster * [[/Collis Page Wright|Wright, Collis Page]] [https://www.familysearch.org/tree/person/details/GD1P-P9L] - 1912(Tas)-2004(Tas) - Licences: 7LZ Launceston (1933-1980+) - Qualifications: cc; AOCP 1099, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draper's assistant (Launceston, 1936-1937); salesman (Launceston, 1943); draper (Launceston, 1949-1968) * [[/Eric John Wright|Wright, Eric John]] [https://www.familysearch.org/tree/person/details/GXHG-P2G] - 1904(Qld)-1967(Qld) - Licences: 4DY Brisbane (Annerley, 1936-1939; Windsor, 1947; Buranda, 1948; Annerley, 1954; Buranda, 1955-1956; Ekibin, 1960-1965) - Qualifications: cc; AOCP 1816, 1936, Qld; 3COCP 1471, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: turner (Annerley, Qld, 1937-1943; Annerley, Qld, 1949); waterside worker (Ekibin, Qld, 1963) * [[/Frederick Harold Wright|Wright, Frederick Harold]] [https://www.familysearch.org/tree/person/details/GF95-LW1] - 1910(Eng)-1972(WA) - Licences: 6FR Perth (Buckland Hill, 1936-1937; Mosman Park, 1938-1939, 1947-1960) - Qualifications: cc; AOCP 1809, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Buckland Hill, WA, 1936; Mosman Park, WA, 1943-1963) * [[/William Henry Hilsdon Wright|Wright, William Henry Hilsdon]] [https://www.familysearch.org/tree/person/details/GDVF-RKL] - 1905(Qld)-1967(Qld) - Licences: 4FA Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Murrays Creek, 1930; Ballandean, 1937-1949); teacher (Toowoomba, 1954-1963) ===''WYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Hemingway Wyle|Wyle, Albert John Hemingway]] [https://www.familysearch.org/tree/person/details/GF3J-6L7] - 1913(WA)-1990(WA) - Licences: 6BW Perth (Shenton Park, 1937-1939; Nedlands, 1947-1980+) - Qualifications: cc; AOCP 1865, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: radio salesman (Nedlands, WA, 1943-1968); salesman (Dalkeith, WA, 1972-1980) ===''WYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Agar Wynne|Wynne, Agar]] [https://www.familysearch.org/tree/person/details/LZ4J-6CN] - 1850(Eng)-1934(Vic) - senior federal politician (Postmaster-General, 1913-1914) * [[/Alfred Percy Wynne|Wynne, Alfred Percy]] [https://www.familysearch.org/tree/person/details/L858-Q52] - 1885(Qld)-1966(Qld) - proprietor music business (Wynne's Music, Maryborough), proprietor broadcasting station (4MB Maryborough) - Electoral Rolls: piano tuner (Paddington, 1908; Mooloolah, 1909); commercial traveller (Mooloolah, 1912); piano tuner (Maryborough, 1913); salesman (Brisbane, 1916-1917; Mooloolah, 1919; Maryborough, 1919-1925); music store proprietor (Maryborough, 1928-1949); business manager (Maryborough, 1963) =='''X'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> =='''Y'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''YATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Gordon Yates|Yates, Kenneth Gordon]] [https://www.familysearch.org/tree/person/details/GXRW-CJ3] - 1910(SA)-2000(SA) - Licences: 5RP Adelaide (Cottonville, 1939, 1947-1954; Westbourne Park, 1955-1980+) - Qualifications: cc; AOCP 2371, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Cottonville, SA, 1939-1943) * [[/Reginald Colin Yates|Yates, Reginald Colin]] [https://www.familysearch.org/tree/person/details/GXRW-QX6] - 1914(SA)-1984(NSW) - Licences: 5RY Wyalla (1935-1937); 2AGZ Wollongong (1938-1939, 1947); 2AGZ Sydney (Mosman, 1948-1950); 2AGZ Broken Hill (1954-1957); 2AGZ Newcastle (Hamilton, 1958-1961; Charlestown, 1965-1980) - Qualifications: cc; AOCP 1474, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Wollongong, NSW, 1943); electrical engineer (Mosman, NSW, 1949); engineer (Wollongong, NSW, 1954); chartered electrical engineer (Merewether, NSW, 1958); professional engineer (Charlestown, NSW, 1968-1980) ===''YEATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Melville Yeates|Yeates, Henry Melville]] [https://www.familysearch.org/tree/person/details/G698-PXG] - 1912(Tas)-1980(???) - Licences: 7HY Launceston (1936-1939, 1948-1956) - Qualifications: cc; AOCP 1621, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Launceston, 1936-1937); electrical contractor (Launceston, 1949-1954); salesman (Mosman, NSW, 1958-1977) ===''YORSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Sutherland Yorston|Yorston, Ernest Sutherland]] [https://www.familysearch.org/tree/person/details/GZY8-46D] - 1909(Vic)-1971(Vic) - Licences: 3ES Melbourne (Caulfield, 1926-1939) - Qualifications: AOCP 299, 1926, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1931-1937); sales (Caulfield, 1942; Elsternwick, 1949); manufacturer (Caulfield, 1954-1963); director (Oakleigh, 1967-1968) ===''YOUNG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Crawford Addison Young|Young, Crawford Addison]] [https://www.familysearch.org/tree/person/details/GF3C-DQT] - 1914(WA)-1971(WA) - Licences: 6CY Perth (Fremantle, 1934-1939, 1947-1969) - Qualifications: cc; AOCP 1265, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Fremantle, WA, 1936-1937; South Fremantle, WA, 1943-1968) * [[/Ivan Harold Young|Young, Ivan Harold]] [https://www.familysearch.org/tree/person/details/L118-BVF] - 1910(Qld)-2000(Qld) - Licences: 4YG Brisbane (Albion) (1930-1939); 4YH Brisbane (Mitchelton) (1969-1980+) - Qualifications: cc; AOCP 708, 1930, No. ?? in Qld; BOCP 315, 1940 - amateur operator; amateur broadcaster; radio technician (Mission Control Station, Thursday Island) - Electoral Rolls: nil (Albion, 1931-1937); public servant (Newmarket, 1943; Mitchelton, 1949-1980) * [[/James Wolstenholme Young|Young, James Wolstenholme]] [https://www.familysearch.org/tree/person/details/L2TQ-Z2R] - 1909(NSW)-1995(NSW) - Licences: 2JY Sydney (Turramurra, 1925-1934; Roseville, 1938-1939); 2JY Katoomba (1946); 2JY Sydney (Mona Vale, 1947-1948; Willoughby, 1950-1961; Middle Cove, 1965-1980) - Qualifications: AOCP 189, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: articled clerk (Turramurra, 1932-1934), solicitor (Roseville, 1937; Katoomba, 1943; Willoughby, 1954-1977) * [[/John William Young|Young, John William]] [https://www.familysearch.org/tree/person/details/L6RN-2XX] - 1906(Qld)-1981(Qld) - Licences: 4JY Brisbane (Rosalie, 1931; Sandgate, 1933; Rosalie, 1938; Coorparoo, 1946-1980+) - Qualifications: cc; AOCP 752, 1931, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Rosalie, 1931); clerk (Sandgate, 1936); storeman (Rosalie, 1937; Coorparoo, 1943-1963); commercial traveller (Coorparoo, 1968-1980) * [[/William Anderson Young|Young, William Anderson]] [https://www.familysearch.org/tree/person/details/G89P-B3K] - 1897(Sct)-1956(Qld) - Licences: 4WA Brisbane (West End, 1927-1931) - Qualifications: cc; AOCP 330, 1927, No. 34 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: boot employee (West End, 1925-1937); bootmaker (Ashgrove, 1943-1954) =='''Z'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''ZECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Zech|Zech, William James]] [https://www.familysearch.org/tree/person/details/GZDZ-YJG] - 1893(Eng)-1973(NSW) - Licences: XABQ Sydney (Annandale, 1912-1914), 2DL Sydney (Annandale, 1922, Receive), 2WZ Sydney (Annandale, 1925-1927; Ashfield, 1928-1930; Stanmore, 1933-1934), 2ACP Sydney (Enmore, 1937; Como, 1938), 2ACP Katoomba 1939 & 1946-1975) - Qualifications: CPRTelephony 424; no record of AOCP - early wireless experimenter, ship wireless operator, amateur operator, amateur broadcaster - Electoral Rolls: {{BookCat}} avys9pth7wy18lzs2dapcwhdr52g77v 4089851 4089843 2022-08-09T12:22:21Z Samuel.dellit 1387936 /* MATTHEWS */ wikitext text/x-wiki {{incomplete}} {{WikipediaCredit}} {{CompactTOC8|side=yes}} Thumbnail Radio Biographies sorted alphabetically by surname '''Many of the stars of Australia's Radio Universe''' '''Covering the full gamut from hypergiants to brown dwarfs''' '''Each lit the way forward to broadcasting in Australia''' =='''A'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''ABBISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Frederick Abbiss|Abbiss, John Edwin Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/GZZJ-6H9] - 1907(Eng)-1977(Qld) - Licences: 4JA Brisbane (Balmoral, 1930; Morningside, 1931-1939) - Qualifications: cc; AOCP 581, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Evans Deakin shipyards) - Halcyon: p. 83, Abiss - Electoral Rolls: engineering draftsman (Morningside, 1936); draftsman (Coorparoo, 1937; Morningside, 1949-1977) ===''ABBOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Nicholson Abbott|Abbott, Reginald Nicholson or Nicolson]] [https://www.familysearch.org/tree/person/details/9V2T-FTG] - 1897(Vic)-1980(Vic) - Licences: 3VR Melbourne (Alphington, 1923-1927); 3ABB Melbourne (Caulfield, 1947-1980) - Qualifications: cc; CPRT 273, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Alphinton, 1925-1927; St Kilda, 1931-1937; Caulfield, 1942-1949); technician (Caulfield, 1954-1977) * [[/Roy Edgar Abbott|Abbott, Roy Edgar]] [https://www.familysearch.org/tree/person/details/L6MT-CZX] - 1902(NSW)-1943(Qld) - Licences: 2YK Dorrigo (1930-1931); 2YK Telegraph Point (1933-1939) - Qualifications: cc; CPRTelephony 668, 1921; AOCP, not yet identified; 2COCP 179, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Dorrigo, 1930; Telegraph Point, 1933-1937; Mittagong, 1943) - Sacrifice: "Greater love hath no man than this" * [[/Thomas Kingsmill Abbott|Abbott, Thomas Kingsmill]] [https://www.familysearch.org/tree/person/details/LHFH-4FH] - 1891(NSW)-1933(NSW) - Licences: 2TK Wingen (1926-1929) - Qualifications: cc; Nil yet identified (likely military) - amateur operator; amateur broadcaster; WW1; witness to Royal Commission 1927 (as Graziers' Assoc NSW) - Comment: beware other contemporaneous TK Abbotts - Electoral Rolls: overseer (Muralla, 1913); grazier (Wollongong, 1931) - Links: [https://vwma.org.au/explore/people/209607 Obit] ===''ABRAHAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Abrahams|Abrahams, Frank]] [https://www.familysearch.org/tree/person/details/G836-Y6P] - 1903(Vic)-1984(Vic) - Licences: 3FA Melbourne (South Yarra, 1924-1925) - Qualifications: cc; 3COCP 6089, 1966 - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (St Kilda, 1925-1931); manufacturer (St Kilda, 1935-1936; Malvern, 1943-1967; Toorak, 1977-1980) - Relationships: brother of Louis Henry Abrahams * [[/Louis Henry Abrahams|Abrahams, Louis Henry]] [https://www.familysearch.org/tree/person/details/G8GJ-GZP] - 1889(Vic)-1940(Vic) - Licences: Receive (Valve) Melbourne (St Kilda, 1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1; director (Victorian Radio Interests Ltd); witness to Royal Commission Wireless 1927 - Electoral Rolls: potter (Brunswick, 1909); tobacconist (South Yarra, 1912-1921); manufacturer (St Kilda, 1924-1926); burner (Brunswick, 1937-1942) - Relationships: brother of 3FA Frank Abrahams ===''ACKERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Adam Ackerman|Ackerman, Joseph Adam]] [https://www.familysearch.org/tree/person/details/GZZV-49L] - 1911(NSW)-1993(Qld) - Licences: 2ALG Sydney (Carlton, 1938-1939, 1946-1948); 2ALG Wentworthville (1950); 2ALG Sydney (Parramatta, 1954-1958; North Rocks, 1960-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 2229, 1938, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal employee (Paddington, 1932; Annandale, 1933-1936; Kogarah, 1937-1943; Carlton, 1949); clerk (Parramatta, 1954-1958); senior supervisor (Wentworthville, 1963; Epping, 1968-1972); retired (Sans Souci, 1977; Hurstville, 1980) ===''ACKLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Daniel Ackling|Ackling, Harold Daniel]] [https://www.familysearch.org/tree/person/details/LD5F-8RK] - 1892(NSW)-1982(NSW) - Licences: 2PX Sydney (Bankstown, 1930-1980+) - Qualifications: cc; AOCP 612, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Randwick, 1913); machinist (Bankstown, 1930-1980) ===''ACKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Frederick Gloucester Ackland|Ackland, Stanley Frederick Gloucester]] [https://www.familysearch.org/tree/person/details/L5PB-C2Y] - 1904(SA)-1966(SA) - Licences: Receive Adelaide (Prospect, 1923); 5SF Adelaide (Prospect, 1924-1931; Linden Park, 1954-1965) - Qualifications: cc; AOCP 21, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Burnside, 1939-1943) ===''ADAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Adams|Adams, Frank John]] [https://www.familysearch.org/tree/person/details/GZJM-29V] - 1880(Eng)-1968(Vic) - Licences: 3XO Receive Melbourne (Brighton, 1923); 3XO Melbourne (Brighton, 1924-1939) - Qualifications: cc; AOCP 155, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; manager - Electoral Rolls: motor garage proprietor (Brighton, 1913); garage proprietor (Elsternwick, 1919-1921; Brighton, 1922-1924); manager (Brighton, 1925-1954); nil (Brighton, 1963-1968) * [[/Peter Harry Arthur Adams|Adams, Peter Harry Arthur "Pete"]] [https://www.familysearch.org/tree/person/details/LT3N-XMC] - 1909(NSW)-1984(NSW) - Licences: Receive (Valve) Sydney (Cremorne, 1923-1924); 2JX Sydney (Cremorne, 1927; Manly, 1929; Cremorne, 1930; Gordon, 1931; Woolahra, 1933; Epping, 1933; Cremorne, 1935-1936; Thornleigh, 1937; Waverton, 1938-1939; Denistone, 1946-1947; Avalon Beach, 1948-1950); 2JX Wentworth Falls (1954-1961); 2JX Sydney (Pymble, 1965-1969); 2JX Nambucca Heads (1975); 2JX Wentworth Falls (1980+) - Qualifications: cc; AOCP 380, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933); labourer (Epping, 1934); engineer (St Kilda, 1934); radio engineer (Thornleigh, 1937; Darlinghurst, 1943); engineer (Avalon Beach, 1949; Wentworth Falls, 1958); retired (Valla Beach, 1972-1977; Wentworth Falls, 1980) ===''ADAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Kenneth Adamson|Adamson, William Kenneth]] [https://www.familysearch.org/tree/person/details/MLXZ-HX5] - 1905(SA)-1982(SA) - Licences: Receive Adelaide (Parkside, 1923-1924); 5WA Adelaide (Parkside, 1925-1927; Fullarton, 1928-1939) - Qualifications: cc; AOCP 135, 1925, No. ?? in SA - amateur operator; amateur broadcaster; engineer - Electoral Rolls: engineer (Fullarton, 1939-1943) ===''AGNEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Gordon Carlisle Agnew|Agnew, Robert Gordon Carlisle]] [https://www.familysearch.org/tree/person/details/LDKK-D8Y] - 1904(WA)-1975(WA) - Licences: 6RA Perth (Nedlands, 1931-1939) - Qualifications: cc; AOCP 721, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1925; Nedlands, WA, 1931-1972) ===''AKEROYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gordon Akeroyd|Akeroyd, Arthur Gordon]] [https://www.familysearch.org/tree/person/details/G6F2-JXL] - 1890(Vic)-1948(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Meteorologist, Forecasting and Statistical Division, Victoria) - Electoral Rolls: civil servant (Northcote, Vic, 1912-1915); meteorologist (Northcote, 1921-1937); civil servant (Cottesloe, WA, 1943) - Links: [https://adb.anu.edu.au/biography/akeroyd-arthur-gordon-9321 ADB] ===''ALDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Oscar Edward Alder|Alder, Oscar Edward "Ock"]] [https://www.familysearch.org/tree/person/details/KJZ2-D3P] - 1896(Qld)-1987(Qld) - Licences: 4JB Brisbane (Albion, 1928-1939, 1946-1948; Chermside, 1954-1969) - Qualifications: cc; AOCP 423, 1928, No. 47 in Qld - amateur operator; amateur broadcaster; wool classer - Halcyon: p. 28, 84, 137 - Electoral Rolls: student (Albion, 1919); wool classer (Albion, 1925-1937; Cunnamulla, 1943); warehouse assistant (Chermside, 1949-1980) ===''ALDERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Zerbini Alderman|Alderman, Valentine Zerbini]] [https://www.familysearch.org/tree/person/details/GXVL-F8N] - 1893(SA)-1919(SA) - Licences: XVC Adelaide (Glenelg, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: Nil yet identified ===''ALEXANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Talbot Meredith Alexander|Alexander, Talbot Meredith]] [https://www.familysearch.org/tree/person/details/L1FJ-MZN] - 1888(Vic)-1978(Qld) - Licences: 4TM Brisbane (Ashgrove, 1931-1933); 4TM Townsville (North Ward, 1937-1939) - Qualifications: cc; 2COCP 315, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: salesman (Kew, Vic, 1912-1914); wireless instructor (Melbourne City, 1925-1926); superintendent wireless (Glenferrie, Vic, 1926-1927); sales representative (City, Brisbane, 1928); business manager (North Ward, Qld, 1936-1937); instructor (Paddington, Qld, 1943); commercial traveller (East Brisbane, Qld, 1949; New Farm, 1954-1958); retired (Moorooka, 1968-1977) ===''ALLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus John Allan|Allan, Angus John]] [https://www.familysearch.org/tree/person/details/GX2C-YWF] - 1912(SA)-1996(SA) - Licences: 5UL Adelaide (Ovingham, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 2013, 1937, SA; 1COCP 458, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Ovingham, SA, 1939-1941) * [[/John Allan|Allan, John]] [https://www.familysearch.org/tree/person/details/GXH1-PFG] - 1905(Sct)-19??(???) - Licences: 4AN Brisbane (Chermside, 1937-1939) - Qualifications: cc; AOCP 1938, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous JAs - Electoral Rolls: Nil yet identified ===''ALLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Mason Allard|Allard, George Mason]] [https://www.familysearch.org/tree/person/details/G6HT-JMV] - 1866(Eng)-1953(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman of Directors (AWA); witness to Royal Commission Wireless 1927 - Honours: knighted; K.B. - Electoral Rolls: secretary (Wahroonga, 1930-1937); accountant (Wahroonga, 1943-1949) - Links: [https://adb.anu.edu.au/biography/allard-sir-george-mason-4999 ADB] ===''ALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Allen|Allen, Albert Edward]] [https://www.familysearch.org/tree/person/details/G69B-SGR] - 1902(Tas)-1969(Tas) - Licences: 7PA Hobart (New Town, 1933-1937; Moonah, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 1171, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: brother of 7AL Thomas Arthur Allen - Electoral Rolls: electrical engineer (New Town, 1928-1936; Moonah, 1937-1954) * [[/George Alexander Allen|Allen, George Alexander]] [https://www.familysearch.org/tree/person/details/GD3H-DJK] - 1891(Sct)-1965(USA) - Licences: Nil yet identified - Qualifications: CPRT 49, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: Nil yet identified * [[/Kenneth Douglas Allen|Allen, Kenneth Douglas]] [https://www.familysearch.org/tree/person/details/G8N5-19J] - 1907(WA)-2002(Qld) - Licences: 2GX Sydney (West Ryde, 1930-1934) - Qualifications: AOCP 648, 1930, NSW; 3COCP 4263, 1963 - amateur operator, amateur broadcaster, WW2 (Army, Royal Australian Engineers, Lieutenant, 1940) - Education: BSc (Syd Uni, 1933) - Electoral Rolls: student (West Ryde, 1930-1935); director (Woolwich, 1936-1937); soldier (Woolwich, 1943); engineer (Woolwich, 1963-1972; Hunters Hill, 1977; Gladesville, 1980) * [[/Robert Kelvin Allen|Allen, Robert Kelvin]] [https://www.familysearch.org/tree/person/details/GQTK-TH9] - 1916(Qld)-1942(Indonesia) - Licences: 4PR Brisbane (1936-1939) - Qualifications: AOCP 1634, 1936, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 13 Squadron, Pilot Officer), (Halcyon, p. 177) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/allen-robert-kelvin-404945/] * [[/Thomas Arthur Allen|Allen, Thomas Arthur]] [https://www.familysearch.org/tree/person/details/G6SQ-9YN] - 1916(Tas)-1998(Tas) - Licences: 7AL Hobart (New Town, 1936-1939, 1946-1956; Lindisfarne,1960-1980+) - Qualifications: cc; AOCP 1738, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 7PA Albert Edward Allen - Electoral Rolls: salesman (New Town, 1943-1954); director (Lindisfarne, 1963-1972) ===''ALLINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Thirlmier John Allinson|Allinson, Lancelot Thirlmier John]] [https://www.familysearch.org/tree/person/details/L81B-F4P] - 1896(NSW)-1961(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 804, 1924 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: radiotelegraphist (Applecross, WA, 1925; Broome, WA, 1931; Como, WA, 1931; South Perth, WA, 1936-1943; Broome, WA, 1949-1954); telegraphist (Esperance, WA, 1958) ===''ALLSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Cottam Allsop|Allsop, Raymond Cottam "Ray"]] [https://www.familysearch.org/tree/person/details/LJLT-SNJ] - 1898(NSW)-1972(NSW) - Licences: XCA Sydney (Randwick, 1911-1914); 2YG Sydney (Randwick, 1924; Coogee 1924-1929; Roseville, 1930); 2AYG Sydney (Roseville, 1946-1947+); 2NA Sydney (Roseville, 1961); 2BL Sydney (Roseville, 1965-1969) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW); broadcaster (2BL, chief engineer); journalist (Wireless Weekly, 1920s); military (RAN Volunteer Reserve, Lieutenant; WW2 (RAN, Engineer Lieutenant); witness to Royal Commission Wireless 1927 (obo Broadcasters Sydney Ltd; federal public servant (ABCB, member, 1953-1954) - Honours: Coronation Medal, 1937; OBE, 1971 - Electoral Rolls: radio engineer (Roseville, 1930); engineer (Roseville, 1933; Gordon, 1937; Roseville, 1943); electronic engineer (Roseville, 1949); director (South Yarra, 1954); engineer (Roseville, 1958-1968) - Links: [https://adb.anu.edu.au/biography/allsop-raymond-cottam-ray-9344 ADB]; [http://messui.polygonal-moogle.com/valves/NW199001.pdf EA] ===''ALSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Russell Alsop|Alsop, John Russell]] [https://www.familysearch.org/tree/person/details/LKB3-WXQ] - 1906(Vic)-1973(Vic) - 3MI Melbourne (Kew, 1925-1939), amateur operator (AOCP 76, 1925, No. ?? in Vic), amateur broadcaster, engineer ===''AMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement Edgar Ames|Ames, Clement Edgar "Clem"]] [https://www.familysearch.org/tree/person/details/KNDX-JF8] - 1889(SA)-1957(SA) - Licences: XVG Adelaide (Torrensville, 1913-1914); 5AV Adelaide (Kent Town, 1923; Hindmarsh, 1924) - Qualifications: cc; Nil identified - early wireless experimenter; amateur operator; amateur broadcaster; operator 5WI (1925) - Electoral Rolls: engineer (Allenby Gardens, 1939-43) ===''ANCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Leslie Finion Ancher|Ancher, Norman Leslie Finion or Tinian]] [https://www.familysearch.org/tree/person/details/GXL7-MCQ] - 1910(NSW)-1983(NSW) - Licences: 5NA Adelaide (Mile End, 1937-1939); 2NH Sydney (Lindfield, 1946-1947; Mosman, 1948-1954; Cremorne, 1955-1980+) - Qualifications: cc; AOCP 2057, 1937, SA; BOCP 476, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Chatswood, NSW, 1934); sound engineer (West Maitland, NSW, 1936); engineer (Mile End, SA, 1939; Rose Park, SA, 1941-1943); radio engineer (Mosman, NSW, 1949; Cremorne, NSW, 1958-1968); engineer (Cremorne, NSW, 1972); technical officer (Lane Cove, NSW, 1972-1980) ===''ANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Ronald Anderson|Anderson, Alexander Ronald]] [https://www.familysearch.org/tree/person/details/GXPM-L6J] - 1914(SA)-1997(SA) - Licences: 5GM Adelaide (Eastwood, 1936-1939, 1947; Payneham South, 1948-1980+) - Qualifications: cc; AOCP 1700, 1936, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: warehouseman (Eastwood, SA, 1939-1943) * [[/Andrew Oswald Anderson|Anderson, Andrew Oswald "Oswald", "Andy", "A.O."]] [https://www.familysearch.org/tree/person/details/99GB-Z8L] - 1885(NSW)-1944(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Electoral Rolls: accountant (Mosman, 1913); manager (Rose Bay, 1930; Vaucluse, 1934-1935) - Links: [https://ozvta.com/wp-content/uploads/2011/12/anderson-oswald-1062017.pdf Bio] * [[/Eric William Alfred Anderson|Anderson, Eric William Alfred]] [https://www.familysearch.org/tree/person/details/G8WX-744] - 1908(Vic)-1986(Vic) - Licences: 3KH Melbourne (East Malvern, 1928-1931; Glen Iris, 1933-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 424, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Malvern, 1936-1937); engineer (Camberwell, 1943; Glen Iris, 1949-1968; Burwood, 1972-1980) * [[/Frederic Brian Anderson|Anderson, Frederic Brian]] [https://www.familysearch.org/tree/person/details/L5YN-TYJ] - 1918(Eng)-2008(SA)90yo - Licences: 5FA Tanunda (1934-1939); 5FA Waikerie (1947-1956) - Qualifications: cc; AOCP 1351, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: clerk (Tanunda, SA, 1939-1943) * [[/G. R. Anderson|Anderson, G. R.]] - 19??(???)-19??(???) - Licences: Receive Adelaide (Gilberton, 1923); 5GA Adelaide (Highgate, 1931-1933; Myrtle Bank, 1937-1939, 1947-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/John Francis Anderson|Anderson, John Francis]] [https://www.familysearch.org/tree/person/details/G8JJ-WFL] - 1914(Vic)-19??(???) - Licences: 3JA Warrnambool (1930-1933); 3JA Nullawarre (1937-1939, 1946-1980+) - Qualifications: AOCP 661, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farmer (Warrnambool, 1936; Nullawarre, 1937-1980)- Comment: Several contemporaneous JFAs * [[/Keith Sydney Anderson|Anderson, Keith Sydney]] [https://www.familysearch.org/tree/person/details/GZLK-8J9] - 1911(WA)-1944(Vic) - Licences: 6KS Perth (North Perth, 1935); 6KS Mt Magnet (1937); 6KS Perth (1938-1939) - Qualifications: cc; AOCP 1487, 1935, WA - amateur operator; amateur broadcaster; WW2 (Army, 2nd/1st Infantry Battalion, Private) - Electoral rolls: bank officer (Mt Magnet, WA, 1936-1937; East Perth, WA, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/618137 VWMA]; [https://www.awm.gov.au/collection/R1691738 Roll of Honour]; [https://www.awm.gov.au/collection/P10295040 AWM] * [[/Maurice Bernard Anderson|Anderson, Maurice Bernard]] [https://www.familysearch.org/tree/person/details/GC3V-WL9] - 1908(SA)-1960(Vic) - Licences: Receive Adelaide (Cheltenham, 1923-1924); 5MA Adelaide (Cheltenham, 1925-1928); 3AMA Melbourne (Sandringham, 1947-1956) - Qualifications: cc; AOCP 103, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; fitter - Electoral Rolls: radio engineer (Cloncurry, Qld, 1931-1937) * [[/Percy James Anderson|Anderson, Percy James]] [https://www.familysearch.org/tree/person/details/G8WN-6Y7] - 1908(Vic)-1998(Vic) - Licences: 3PA Melbourne (Westgarth, 1928-1933; West Preston, 1937-1939, 1946-1956); 3PA Dooen (1965-1969); 3PA Geelong (Wallington, 1975-1980) - Qualifications: AOCP 428, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Westgarth, 1934); engineer (Preston, 1936-1963); technician (Horsham, 1967-1968); retired (Wallington, 1972-1980) - Relationships: brother-in-law of 3JR Christopher James Rainbow * [[/Robert Arthur Crosbie Anderson|Anderson, Robert Arthur Crosbie "Bob"]] [https://www.familysearch.org/tree/person/details/G8VK-GZN] - 1908(Vic)-1990(Vic) - Licences: 3WY Melbourne (Camberwell, 1930-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 691, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Camberwell, 1931-1949; Glen Iris, 1954-1967; Burwood, Vic, 1972-1980) ===''ANEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Anear|Anear, Francis George]] [https://www.familysearch.org/tree/person/details/9XLK-9D6] - 1910(SA)-1971(SA) - Licences: 5LK Carrow (1929-1931); 9WZ Momote, Admiralty Islands (1954); 5WZ Adelaide (Parkside, 1955); 3AGF Melbourne (Laverton, 1960); 5WZ Adelaide (Parkside, 1965-1969) - Qualifications: cc; AOCP 556, 1929, No. ?? in SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil identified as Francis George Anear ===''ANGEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Benjamin Angel|Angel, Henry Benjamin "Harry"]] [https://www.familysearch.org/tree/person/details/GQWW-K4Y] - 1891(Eng)-1998(Qld, 106yo) - Licences: 4HA Brisbane (St Lucia, 1935-1939; Enoggera, 1946-1969; Lota, 1975-1980+) - Qualifications: cc; AOCP 1503, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW1, AIF Signals; WW2, AMF, Navy); business proprietor (radio service) - QSLs: Entire collection held by SLQ - Halcyon: p. 51, 60, 81, 163 - Electoral Rolls: motor driver (Kangaroo Point, Qld, 1919; Toowong, Qld, 1919-1925); carrier (St Lucia, Qld, 1928-1937); radio mechanic (Enoggera, Qld, 1949-1972); retired (Lota, Qld, 1977-1980) ===''ANSCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Arthur Anscombe|Anscombe, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/G6TL-7LR] - 1888(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: turner & fitter (Northcote, Vic, 1912-1913; Surrey Hills, Vic, 1914); mechanic (Albert Park, Vic, 1919); manager (Box Hill, Vic, 1927-1943) ===''ANTHONY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Henry Anthony|Anthony, Michael Henry]] [https://www.familysearch.org/tree/person/details/LK3H-6B7] - 1894(Vic)-1966(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio telegraphist (Thursday Island, 1919); telegraphist (Prahran, 1921-1924); clerk (Oakleigh, 1934); railway employee (Sandringham, Vic, 1936-1942); telegraphist (Sandringham, 1954-1963) * [[/Reginald Major Anthony|Anthony, Reginald Major "Reg"]] [https://www.familysearch.org/tree/person/details/GCYN-YWG] - 1908(SA)-1986(SA) - Licences: 5CM Adelaide (Unley Park, 1927-1937; Medindie Gardens, 1938-1939; Prospect, 1946-1960; Somerton Park, 1965-1980+) - Qualifications: cc; AOCP 324, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Wilfred Boykett Anthony - Electoral Rolls: Nil * [[/Wilfred Boykett Anthony|Anthony, Wilfred Boykett]] [https://www.familysearch.org/tree/person/details/GCYJ-3HZ] - 1903(SA)-1974(SA) - Licences: Receive Adelaide (Unley Park, 1923) - Qualifications: Nil identified - amateur receive operator, WW2 - Relationships: Brother of Reginald Major Anthony - Electoral Rolls: bank clerk (Netherby, 1939-1941) ===''APPERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Apperley|Apperley, George]] [https://www.familysearch.org/tree/person/details/GDNQ-5XG] - 1887(NZ)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 704, 1922; 1COCP 237, 1931 - NZ Gov. Telegraphs pre 1910; British Colonial Gov, 1910-1912; AWA (from 1913; Chief Marconi Wireless School 1914-1916; Works Manager 1916-1919; technical superintendent 1919-1923; OIC Beam Wireless 1924; Traffic Manager, Beam Wireless - Electoral Rolls: engineer (Elsternwick, 1922); manager (St Kilda, 1928; Caulfield, Vic, 1931-1936; Elsternwick, Vic, 1943); engineer (Manly, NSW, 1954) ===''ARCHIBALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Wilson Archibald|Archibald, Ian Wilson]] [https://www.familysearch.org/tree/person/details/G8HM-9LC] - 1902(WA)-1993(NSW) - Licences: 2BJ Receive Tingha (1922); 2KU Sydney (Dulwich Hill, 1928-1939, 1946-1955; Sans Souci, 1956-1965; Noraville, 1969-1980+) - Qualifications: cc; AOCP 457, 1928, No. ?? in NSW; 3COCP 2393, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: mining engineer (Dulwich Hill, 1930-1933); engineer (Dulwich Hill, 1936-1954); chemist (Sans Souci, 1958-1963); retired (Noraville, 1968) ===''ARGAET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stanislaus Argaet|Argaet, William Stanislaus]] [https://www.familysearch.org/tree/person/details/GZDZ-8Z8] - 1894(NSW)-1951(Qld) - Licences: 4KH Brisbane (Wynnum, 1931-1939, 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; business proprietor (Wynnum bus service) - Halcyon, p. 87, 127 - Electoral Rolls: electrician (Coorparoo, 1925); bus proprietor (Wynnum, 1928-1949) ===''ARMATI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rex Gordon Armati|Armati, Rex Gordon]] [https://www.familysearch.org/tree/person/details/2S42-XKH] - 1899(Qld)-1973(Qld) - Licences: 4DB Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: chemist's assistant (Stanton Hill, Townsville, 1921-1928); salesman (Neutral Bay, 1930); chemist's assistant (Stanton Hill, Townsville, 1936-1943); employment officer (Darlinghurst, 1949); clerk (Darlinghurst, 1954-1958; Kings Cross, 1963); shipping clerk (Surry Hills, 1968-1972) ===''ARMSTRONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Howard Armstrong|Armstrong, Edwin Howard]] [https://www.familysearch.org/tree/person/details/L5ZX-354] - 1890(USA)-1954(USA) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - USA inventor of the superheterodyne receiver [https://worldradiohistory.com/Archive-Radio-Club-of-America/Legacies-of-Edwin-Howard-Armstong-1990-11-Radio-Club-of-America.pdf RCA 1990 Special Edition] * [[/Stanley John Armstrong|Armstrong, Stanley John]] [https://www.familysearch.org/tree/person/details/GX4V-K7Y] - 1910?(NSW)-1972(Qld) - Licences: 4ZK Brisbane (Enoggera, 1932-1933); 4SA Brisbane (Enoggera, 1954-1969) - Qualifications: cc; AOCP 1004, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: soldier (Windsor, Qld, 1919); clerk (Enoggera, Qld, 1922-1968) * [[/Thomas Armstrong|Armstrong, Thomas]] [https://www.familysearch.org/tree/person/details/G88Q-GGZ] - 1895(Sct)-1964(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRTelephony 217, 1916; 1COCP 132, 1930 - witness to Royal Commission 1927 (obo PMGD) - senior federal public servant (Superintendent, Wireless Branch, NSW, PMGD), promoted to role upon retirement of William Tamillas Stephen Crawford ===''ARNOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Sydney Arnold|Arnold, Albert Sydney]] [https://www.familysearch.org/tree/person/details/9M2W-ZG2] - 1882(NSW)-1965(NSW) - Licences: XAB Sydney (Ashfield, 1911-1914) - Qualifications: Nil identified as yet - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Ashfield, 1913-1954); company secretary (Hurlstone Park, 1958); retired (Hurlstone Park, 1963) * [[/Edwin Charles Arnold|Arnold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/L8QX-H7J] - 1898(NSW)-1970(NSW) - Licences: 2BY Receive Tamworth (1922); 2BY Tamworth (1923-1925); 2BY Coolah (1925-1927); 2BY Sydney (Manly, 1928; Mona Vale, 1933-1936); 2AGW Sydney (Manly, 1938-1939) - Qualifications: cc; AOCP 226, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Mona Vale, 1931-1934), clerk (Balgowlah Heights, 1943-1968) * [[/Ernest Noel Arnold|Arnold, Ernest Noel]] [https://www.familysearch.org/tree/person/details/G84H-8J6] - 1907(NSW)-1978(NSW) - Licences: Receive (Crystal) Albury (1923-1924); 2OJ Albury (1928-1939, 1946-1975) - Qualifications: AOCP 452, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Albury, 1930-1937); fruit merchant (Albury, 1949-1977) * [[/Joseph Leslie Grahame Arnold|Arnold, Joseph Leslie Grahame "Les"]] [https://www.familysearch.org/tree/person/details/L853-R3J] - 1912(Vic)-1991(Tas) - Licences: 7AM Launceston (City, 1934-1939; Invermay, 1946-1956; Mowbray, 1960-1969; City, 1975-1980+) - Qualifications: cc; AOCP 1263, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: textile worker (Launceston North, 1936-1954); mechanic (Mowbray, 1968) * [[/William Henry Redvers Arnold|Arnold, William Henry Redvers]] [https://www.familysearch.org/tree/person/details/L2J7-SZ1] - 1903(Eng)-1993(WA) - Licences: 6BA Perth (Wembley, 1936-1937); 6BA Katanning (1938-1939) - Qualifications: cc; AOCP 1762, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Subiaco, WA, 1931-1937); electrical fitter (Katanning, WA, 1943; Kalgoorlie, WA, 1943); engineer (South Fremantle, WA, 1949); fitter (Scarborough, WA, 1954); electrician (Scarborough, WA, 1958); engineer (Floreat Park, WA, 1963); electrical contractor (West Perth, WA, 1968; South Perth, WA, 1972); electrician (Australind, WA, 1977) ===''ARTHUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Glendon Arthur|Arthur, Charles James Glendon "Glen"]] [https://www.familysearch.org/tree/person/details/G8CT-T62] - 1915(Qld)-1983(Qld) - Licences 4GJ Dayboro (1935-1939); 4GJ Brisbane (Morningside, 1946-1980+) - Qualifications: cc; AOCP 1450, 1935, Qld; BOCP?; 2COCP 493, 1941; 1COCP 639, 1942 - amateur operator, amateur broadcaster - Halcyon: p. 80 - Electoral Rolls: radio engineer (Wagga Wagga, 1943); radio mechanic (Morningside, 1949-1980) ===''ASHBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. W. C. Ashbury|Ashbury, A. W. C.]] - 19??(???)-19??(???) - Licences: Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ASHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice John Ashby|Ashby, Maurice John]] [https://www.familysearch.org/tree/person/details/GX49-L1C] - 1901(Eng)-1973(NSW) - Licences: 4DH Receive Dalby (1923) - Qualifications: cc; CPRT 899, 1925; 2COCP 94, 1930; 1COCP 281, 1932 - amateur receiver - Electoral Rolls: gardener (Dalby, 1922); labourer (Greenslopes, 1925); salesman (Glebe, 1933; Northbridge, 1935-1936; Epping, 1937); radio telegraphist (New Farm, Qld, 1943); planning assistant (Haberfield, NSW, 1943; Pennant Hills, NSW, 1949; Thornleigh, NSW, 1954-1963); retired (Avalon Beach, NSW, 1968-1972) ===''ASHLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Richard Ashley|Ashley, George William Richard]] [https://www.familysearch.org/tree/person/details/GF96-CMZ] - 1919(Eng)-1999(WA) - Licences: 6GA Perth (Carlisle, 1938-1939, 1947-1954); 6GA Kalgoorlie (1955-1956); 6GA Perth (Mt Yokine, 1960-1980+) - Qualifications: cc; AOCP 2094, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Carlisle, WA, 1943-1949); communications officer (Kalgoorlie, WA, 1954-1958); clerk (Yokine, WA, 1963-1980) ===''ASHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Robert Ashlin|Ashlin, Eric Robert]] [https://www.familysearch.org/tree/person/details/GSRF-44C] - 1910(Qld)-1992(Qld) - Licences: 4EA Brisbane (Annerley, 1931-1933); 4EA Toowoomba (1937-1939); 4EA Coolangatta (1946-1947); 4EA Bilinga (1948-1975) - Qualifications: cc; AOCP 873, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Rosentengels, radio service); military (WW2; signals officer) - Halcyon: p. 73, 127, 163 - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1936-1943; Bilinga, Qld, 1949-1963); TV technician (Bilinga, NSW, 1968-1980) ===''ASMUSSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Asmussen|Asmussen, Donald "Don"]] - Licences: 4ZJA Brisbane (Mt Gravatt, 1965); 4FA Brisbane (Mt Gravatt, 1969-1980+) - amateur operator, JOTA participant 1960s ===''ATHELSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. N. Athelstone|Athelstone, G. N.]] - 19??(???)-19??(???) - Licences: 5NG Central Australia (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Joseph Atkins|Atkins, Kenneth Joseph "Ken"]] [https://www.familysearch.org/tree/person/details/GCXH-NW7] - 1912(Eng)-2001(SA) - Licences: 5MW Adelaide (Semaphore, 1932-1939; Woodville Park, 1946-1948; Eden Hills, 1954; Blackwood Park, 1955-1960; Campbelltown, 1965-1980+) - Qualifications: cc; AOCP 910, 1932, No. ?? in SA; BOCP 415, 1941 - amateur operator; amateur broadcaster; engineer (Dept. Civil Aviation) - Electoral Rolls: mechanic (Semaphore, SA, 1939-1941); engineer (Woodville Park, SA, 1943) * [[/Leslie Morton Atkins|Atkins, Leslie Morton "Les"]] [https://www.familysearch.org/tree/person/details/MCTV-T5T] - 1876(Vic)-1949(WA) - Licences: 4LA Townsville (1924-1926); 5LA Adelaide (Magill, 1926-1931; Tusmore, 1933; Erindale, 1937-1939); seems to have operated in Townsville as 4GD ca Nov 1924? - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMGD (telegraphist, east-west overland telegraph, Eucla, 1910); engineer (PMGD, divisional engineer) - Halcyon: AOCP Townsville 1925, p. 88 - Electoral Rolls: telegraphist (Eucla, 1903-1910; Victoria Park, 1912-1916); district engineer (Townsville, 1919-1925); engineer (Tusmore, 1939); retired (Lismore Base Hospital, NSW, 1943) ===''ATKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Marshall Atkinson|Atkinson, John Marshall]] [https://www.familysearch.org/tree/person/details/G89L-C6R] - 1906(Eng)-1999(ACT) - Licences: 2RZ Sydney (Mosman, 1927-1930; Carrs Park, 1931-1936; Glebe, 1937; Chippendale, 1938-1939); 4RZ Labrador (1955); 4RZ Gatton (1956-1960); 4RZ Southport (1969-1980+) - Qualifications: AOCP 331, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Neutral Bay, 1930); organiser (Darlinghurst, 1943); shopkeeper (Gatton, 1958-1963; Labrador, 1968); retired (Southport, 1972-1980) * [[/Noel Whittaker Atkinson|Atkinson, Noel Whittaker]] [https://www.familysearch.org/tree/person/details/K2XX-V88] - 1908(Qld)-1979(Qld) - Licences: 4WK Brisbane (1929), 4NA Brisbane (1930-1935, Check), 4BT Brisbane (Camp Hill, 1946-1965+) - Qualifications: AOCP 530, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, business proprietor (radio sales & service), federal public servant (DCA) - Electoral Rolls: - radio mechanic (Camp Hill, 1937-1977) - (Halcyon, p. 102) * [[/Reginald Aubrey Atkinson|Atkinson, Reginald Aubrey]] [https://www.familysearch.org/tree/person/details/9V5M-WJC] - 1895(Qld)-1965(Qld) - Licences: 4RA Brisbane (South Brisbane, 1928-1933; Annerley, 1937-1939) - Qualifications: cc; AOCP 412, 1928, No. 46 in Qld - amateur operator; amateur broadcaster - Halcyon: not mentioned - Electoral Rolls: clerk (Coorparoo, 1919); accountant (Rosewood, 1925); timber merchant (Yeronga, 1925; Thompson Estate, 1937-1949; Southport, 1958-1963) * [[/Robert Henry Atkinson|Atkinson, Robert Henry]] [https://www.familysearch.org/tree/person/details/GXY5-2P3] - 1913(WA)-19??(???) - Licences: 6WZ Perth (Victoria Park, 1936-1939); 6WZ Geraldton (1947-1955); 6WZ Albany (1956-1965); 6WZ Katanning (1969); 6WZ Albany (1975-1980) - Qualifications: cc; AOCP 1804, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: journalist (Victoria Park, WA, 1936-1937); radio announcer (Geraldton, WA, 1943); broadcast station manager (Geraldton, WA, 1949-1954); manager (Albany, WA, 1958-1968); radio announcer (Albany, WA, 1972-1980) ===''AUGUSTESEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Gerald Augustesen|Augustesen, Gordon Gerald]] [https://www.familysearch.org/tree/person/details/GZDZ-LF9] - 1915(Qld)-1986(Qld) - Licences: 4JN Brisbane (Mitchelton, 1932-1939); 4XQ Brisbane (Auchenflower, 1947-1948; Oakleigh, 1954-1960; Kenmore, 1965-1980+) - Qualifications: cc; AOCP 1046, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); military (WW2, RAAF, radar technician); business proprietor (Telair) - Halcyon: p. 85, 127 - Electoral Rolls: radio engineer (Mitchelton, Qld, 1943); manager (Auchenflower, Qld, 1949; Dorrington, Qld, 1954-1963; Kenmore, Qld, 1968-1980) ===''AUSTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emanuel Maxwell Austin|Austin, Emanuel Maxwell "Mannie"]] [https://www.familysearch.org/tree/person/details/G8HH-98K] - 1909(NSW)-1997(NSW) - Licences: 2KZ Kurri Kurri (1929-1980+) - Qualifications: AOCP 477, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clipper (Kurri Kurri, 1930-1980) * [[/Henry Lashbrooke Austin|Austin, Henry Lashbrooke "Hal"]] [https://www.familysearch.org/tree/person/details/L4V2-LDC] - 1902(SA)-1954(SA) - Licences: 5BN Adelaide (Norwood, 1923-1928); 5AW Adelaide (Rose Park, 1947-1954) - Qualifications: cc; AOCP 101, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Victoria Park, SA, 1939; Rose Park, 1941-1943) * [[/Selwood Charles Austin|Austin, Selwood Charles]] [https://www.familysearch.org/tree/person/details/GXBD-TVV] - 1902(WA)-1985(WA) - Licences: 6SA Perth (Victoria Park, 1927; South Perth, 1930-1956; Maida Vale, 1960-1969; Morley, 1975-1980+) - Qualifications: cc; CPRT 625, 1921; 1COCP 134, 1930 - amateur operator; amateur broadcaster - Relationships: Brother-in-law of Stanley Hogg - Electoral Rolls: electrician (South Perth, WA, 1931-1958); police officer (Maida Vale, WA, 1963-1968; Kalamunda, WA, 1972); retired (Morley, WA, 1977-1980) ===''AVARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Avard|Avard, Alfred Edward]] [https://www.familysearch.org/tree/person/details/G8X2-RRL] - 1901(Vic)-1978(Vic) - Licences: 3AZ Melbourne (Northcote, 1930-1939; Kew, 1946-1965) - Qualifications: AOCP 620, 1930, No. ?? in Vic; 1COCP 88, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Northcote, 1925-1937); public servant (Kew, 1943-1977) =='''B'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''BACKLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lincoln Backler|Backler, Eric Lincoln]] [https://www.familysearch.org/tree/person/details/LV8Q-6SK] - 1911(SA)-1980(SA) - Licences: 5HK Kingston SE (1933-1939, 1954-1980) - Qualifications: cc; AOCP 1093, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Kingston, SA, 1939) ===''BADENOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Herbert Lionel Badenoch|Badenoch, James Herbert Lionel]] [https://www.familysearch.org/tree/person/details/GXG7-3XK] - 1913(NSW)-1984(SA) - Licences: 5LB Adelaide (Trinity Gardens, 1932-1980+) - Qualifications: cc; AOCP 1012, 1932, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BADER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Adolphus Frederick Bader|Bader, Henry Adolphus Frederick]] [https://www.familysearch.org/tree/person/details/97M3-V5X] - 1866(Ger)-1928(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman, Trading Committee, Wireless Development Assoc (Perth); witness to Royal Commission 1927 (obo WDA) - Electoral Rolls: electrical engineer (North Perth, 1913-1926) ===''BADGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Victor Badger|Badger, Albert Victor]] [https://www.familysearch.org/tree/person/details/G9RY-9X6] - 1893(Eng)-1983(NSW) - 2YT Receive Sydney (Rozelle, 1923-1924), 2AB Sydney (Rozelle, 1925-1926; North Sydney, 1927-1929; Crows Nest, 1930; Rozelle, 1931-1934; Leichhardt, 1935-1939), amateur operator (AOCP 202, 1925, No. ?? in NSW), amateur broadcaster, operator (Hobart East, 1919); picture operator (Crows Nest, 1930; Rozelle, 1934; Lilyfield, 1937-1972; Leichhardt, 1977-1980)) ===''BAGST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. D. A. Bagst|Bagst, E. D. A.]] - 19??(???)-19??(???) - Licences: 5EB Adelaide (Woodville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: individual not yet identified, possibly Elizabeth D. Bagst nee Boyle who married Leslie Bagst at Newtown, NSW 1925, possible YL operator ===''BAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Leonard Bain|Bain, John Leonard]] [https://www.familysearch.org/tree/person/details/GD4V-6SV] - 1891(Eng)-19??(NSW?) - Licences: Nil yet identified - Qualifications: cc; CPRT 109, 1915 - ship wireless officer (pre WW1, WW1); journalist (technical editor, Listener-In, -1934+); clubs (IRE USA); WW1 (1916-1919); Associate Editor, Popular Radio Weekly (1927); witness to Royal Commission 1927 (as associate editor, Popular Radio Weekly, Victoria) - Education: B.Sc.(London) - Electoral Rolls: engineer (Essendon, Vic, 1925-1936); journalist (Darling Harbour, NSW, 1937) - Links: [https://www.awm.gov.au/collection/P10688424 AWM] ===''BAILEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bailey|Bailey, George]] [https://www.familysearch.org/tree/person/details/GDKW-8PX] - 1882(Eng)-19??(???) - Licences: 5GB Mt Gambier (1924-1926) - Qualifications: cc; CPRT 79, 1915 - RANRS (CPO to Warrant Telegraphist, 1917); amateur operator; amateur broadcaster - Electoral Rolls: retired (Mt Gambier, 1939-1943) * [[/Jack Harry Bailey|Bailey, Jack Harry]] [https://www.familysearch.org/tree/person/details/KG85-LZ4] - 1912(Qld)-1989(Qld) - Licences: 4JC Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1299, 1934, Qld; BOCP 1902, 1961 - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Red Hill, Qld, 1936-1937); electrical mechanic (Annerley, Qld, 1943-1954); teacher (Tarragindi, Qld, 1958-1963); college principal (Mackay, Qld, 1968); principal (Bundaberg, Qld, 1972; Tarragindi, Qld, 1977-1980) * [[/Robert Howard Bailey|Bailey, Robert Howard]] [https://www.familysearch.org/tree/person/details/GXLM-1X6] - 1917(SA)-1995(SA) - Licences: 5NW Crystal Brook (1936-1939); 5NW Adelaide (Kensington Park, 1948; Huddleston, 1954-1960); 5NW Crystal Brook (1965-1980+) - Qualifications: cc; AOCP 1764, 1936, SA; BOCP 673, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Crystal Brook, SA, 1939-1943) ===''BAIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Allan Baird|Baird, Thomas William Allan]] [https://www.familysearch.org/tree/person/details/LHKG-JVD] - 1886(Qld)-1943(Qld) - Licences: 4DY Receive Brisbane (Bayswater, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (AIF, 11 Field Company Engineers, 1916) - Electoral Rolls: gardener (North Pine, Qld, 1908); labourer (Bayswater, Qld, 1912-1913); storeman (Torwood, Qld, 1916-1943) ===''BAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Andrew Claude Baker|Baker, Andrew Claude]] [https://www.familysearch.org/tree/person/details/G6TG-RZ9] - 1897(Eng)-1935(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 144, 1915; 2COCP 193, 1930; 1COCP 303, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIR Rockhampton (1917-1918) - Electoral Rolls: wireless operator (Clayfield, 1914-1917; Rockhampton, 1919-1934) * [[/Charles Whiteway Baker|Baker, Charles Whiteway]] [https://www.familysearch.org/tree/person/details/LL93-HYP] - 1905(Vic)-1978(Vic) - Licences: 3VP Receive Bendigo (1923-1924); 3VP Bendigo (1925-1975) - Qualifications: cc; AOCP 156, 1925, No. ?? in Vic; BOCP 451, 1942 - amateur receiver; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (as a "listener"); merchant - Electoral Rolls: salesman (Bendigo, 1927-1931); merchant (Bendigo, 1934-1968; Kennington, 1972-1977) * [[/Ernest James Baker|Baker, Ernest James]] [https://www.familysearch.org/tree/person/details/GZ6F-K5B] - 1904(NSW)-1973(NSW) - Licences: 2FP Receive Newcastle (Maryville, 1922-1923); 2FP Newcastle (Maryville, 1924-1928; Wickham, 1929; Hamilton, 1930-1939, 1946-1969) - Qualifications: cc; AOCP 69, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: draftsman (Hamilton, 1930-1972) * [[/Edwin Weldon Baker|Baker, Edwin Weldon]] [https://www.familysearch.org/tree/person/details/LYWP-F1D] - 1895(NSW)-1979(NSW) - Licences: 4CI Receive Brisbane (Northgate, 1922) - Qualifications: cc; CPRT 733, 1922 - amateur receiver - Halcyon: not mentioned - Electoral Rolls: joiner (Northgate, 1919-1977) * [[/John Frederick Thomas Baker|Baker, John Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GCY6-8XY] - 1908(???)-1977(Vic) - 3LF Melbourne (Northcote, 1927+), qualifications (AOCP 325, 1927, No. ?? in Vic), amateur operator, amateur broadcaster, * [[/Herbert Edward Baker|Baker, Herbert Edward]] [https://www.familysearch.org/tree/person/details/9V2B-245] - 1875(Vic)-1948(Qld) - Licences: 4HB Charleville (1925-1927) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; grazier - Halcyon: p. 81, 111 - Electoral Rolls: station manager (Charleville, 1903); grazier (Charleville, 1908-1943) * [[/Sidney Charles Baker|Baker, Sydney or Sidney Charles]] [https://www.familysearch.org/tree/person/details/MZSZ-J4H] - 1909(Vic)-1977(Vic) - Licences: 3KU Receive Melbourne (South Melbourne, 1922-1924), 3BK Melbourne (South Melbourne, 1925-1933; Albert Park, 1937; South Melbourne, 1938-1939, 1946-1954; Bonbeach, 1955-1969; Seaford, 1975) - Qualifications: AOCP 177, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (South Melbourne, 1937); optical mechanic (Carrum, 1963-1972); retired (Carrum, 1977) * [[/Walter Ross Baker|Baker, Walter Ross]] [https://www.familysearch.org/tree/person/details/G8CY-D78] - 1905(SA)-1978(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''BALDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Loris John Balderson|Balderson, Loris John]] [https://www.familysearch.org/tree/person/details/GMVR-1RW] - 1895(Vic)-1932(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; RAAF (Flying Officer, Technical Branch, 1927); witness to Royal Commission 1927 (obo RAAF) - Electoral Rolls: officer, RAAF (Footscray, 1924); flying officer (Werribee, 1925); flight-lieutenant (Werribee, 1931) - Links: [https://www.crossandcockade.com/uploads/Balderson.pdf Bio] ===''BALSILLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Graeme Balsillie|Balsillie, John Graeme]] [https://www.familysearch.org/tree/person/details/G7MR-7MN] - 1885(Qld)-1924(USA) - radio business proprietor, senior federal public servant (PMGS, Commonwealth Wireless Expert), inventor, (Halcyon, not mentioned) - [https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf John Graeme Balsilie: Australia's Forgotten Wireless Pioneer]; [https://adb.anu.edu.au/biography/balsillie-john-graeme-5117 ADB] ===''BAMFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Bamfield|Bamfield, Alfred George]] [https://www.familysearch.org/tree/person/details/GM19-HNG] - 1892(NSW)-1918(NZL) - Licences: XQJ Corfield (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Halcyon: p. 3 - Electoral Rolls: clerk (Muttaburra, Qld, 1913) ===''BANCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John Bancroft|Bancroft, Stanley John]] - 19??(???)-19??(???) - Broadcast technician (2CY), federal public servant (PMGD, ABC) ===''BANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Edward William Banks|Banks, Harold Edward William "Harry"]] [https://www.familysearch.org/tree/person/details/G6S7-3BT] - 1911(NZL)-2000(Tas) - Licences: 7HB Hobart (North Hobart, 1938-1939; Richmond, 1946-1956; Penna, 1960-1965; New Town, 1969-1980+) - Qualifications: cc; Nil yet identified (New Zealand?) - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Hobart North, 1936-1937); council clerk (Richmond, 1943-1954) ===''BANYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ingram Banyer|Banyer, Ingram]] [https://www.familysearch.org/tree/person/details/9F95-CYX] - 1893(SA)-1976(SA) - Licences: XVQ Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: clerk (Blackwood, SA, 1939-1943) ===''BARBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel George Barber|Barber, Samuel George]] [https://www.familysearch.org/tree/person/details/GXLC-66B] - 1913(SA)-1991(SA) - Licences: 5MV Adelaide (Henley Beach, 1933-1937; Woodville, 1938-1939) - Qualifications: cc; AOCP 1232, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: welder (Woodville, SA, 1939); radio engineer (5RM, Berri, SA, 1941; Glenelg, SA, 1943) * [[/William Henry Barber|Barber, William Henry]] [https://www.familysearch.org/tree/person/details/LY4N-QRD] - 1897(SA)-1965(WA) - Licences: Receive Adelaide (Cumberland, 1923-1925); 5WH Adelaide (Cumberland, 1926-1931); 5WH Port Pirie (1933-1937); 6DX Kalgoorlie (1938-1939; 1946-1960) - Qualifications: cc; AOCP 266, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio engineer (Kalgoorlie, 1937-1963) ===''BARBIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alphonse Barbier|Barbier, Edward Alphonse or Alphonse Edward]] [https://www.familysearch.org/tree/person/details/GXLV-5TW] - 1904(SA)-1962(SA) - Licences: 5MD Adelaide (Stockdale Reserve, 1932-1939; City, 1947-1960) - Qualifications: cc; AOCP 958, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARBOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Heyward Barbour|Barbour, Kenneth Heyward]] [https://www.familysearch.org/tree/person/details/GZXJ-1VZ] - 1905(Vic)-1952(Vic) - Licences: 3ZI Melbourne (Armadale, 1923-1926) - Qualifications: AOCP 105, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARDIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Frederic Bardin|Bardin, William Frederic or Frederick "Bill", "Old Bill"]] [https://www.familysearch.org/tree/person/details/GSS9-TG4] - 1899(Eng)-1976(NSW) - Licences: 3ZA Melbourne (North Carlton, 1923-1925); 4AB Townsville (1925-1927); 4AB Brisbane (Fairfield & Yeronga, 1931-1933); 2ABZ Sydney (Ermington & Dundas 1937-1939, 1946-1961+) - Qualifications: cc; CPRT 615, 1921; 1COCP 58, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); coastal radio operator (AWA); state public servant (4QG); federal public servant (Halcyon, p. 63) - Electoral Rolls: clerk (Townsville, 1922); radio engineer (Townsville, 1925; Buranda, 1926; Fairfield, 1928); engineer (Dundas, 1936-1943; Eastwood, 1949-1968) ===''BARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Morphew Barker|Barker, Rupert Morphew]] [https://www.familysearch.org/tree/person/details/GCGH-7LM] - 1890(Eng)-1973(Tas) - Licences: 5RM Adelaide (Prospect, 1924-1933); 7RM Hobart (City, 1947-1948; Lenah Valley, 1949-1969) - Qualifications: cc; Nil yet identified (likely qualified in England) - amateur operator; amateur broadcaster; WW2; broadcast engineer (sound) - Electoral Rolls: electrician (South Yarra, Vic, 1931-1936; Hobart North, Tas, 1937; Hobart South, Tas, 1943); sound engineer (Hobart West, Tas, 1949); engineer (Moonah, Tas, 1954; New Town, Tas, 1963) * [[/William Henry Barker|Barker, William Henry (R.?)]] [https://www.familysearch.org/tree/person/details/GHGY-243] - 1905(NSW)-1956(NSW) - licences: Receive (Crystal) Sydney (Concord, 1923-1924); 2BW Sydney (Concord, 1925-1931), qualifications: AOCP 217, 1925, No. ?? in NSW, amateur operator, amateur broadcaster, electoral rolls: electrical mechanic (Concord, 1930-1943), beware several contemporaneous William Henry Barker ===''BARLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Kenneth Barlin|Barlin, George Kenneth]] [https://www.familysearch.org/tree/person/details/L2VX-DP3] - 1916(NSW)-2016(ACT) - qualifications (BOCP 67, 1937), long term employee 2CA Canberra, manager TV network ===''BARLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Barlow|Barlow, Edward]] [https://www.familysearch.org/tree/person/details/G8K2-2FL] - 1895(NSW)-1968(Qld) - Licences: 2GQ Receive Armidale (1922); 2GQ Armidale (1922-1926); 2GQ Glen Innes (1927); 2GQ Sydney (Darlinghurst, 1928); 2GQ Canberra (1929); 2GQ Mudgee (1930-1931); 2GQ Sydney (Cammeray, 1933-1934; North Sydney, 1935-1936; Mosman, 1937-1939 & 1946-1965) - Qualifications: cc; AOCP 4, 1924, No. 3 in NSW - amateur operator; amateur broadcaster - TroveTag: "2GQ - Edward Barlow" - Electoral Rolls: public servant (Mudgee, 1930-1932; Cammeray, 1933-1935; Milsons Point, 1936; Mosman, 1937); divisional returning officer (Bathurst, 1943; Mosman, 1949-1958) ===''BARNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Barnes|Barnes, Thomas Walter]] [https://www.familysearch.org/tree/person/details/G8Z6-PZ2] - 1910(Vic)-2002(NSW) - Licences: 3TB Melbourne (Ascot Vale, 1929-1933; Moonee Ponds, 1937-1939; West Brunswick, 1946-1980+) - Qualifications: AOCP 537, 1929, No. ?? in Vic; BOCP 243,1939 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Ascot Vale, 1931-1936); mechanic (Moonee Ponds, 1937-1942); electrical maintenance (West Brunswick, 1949-1980) - beware another contemporaneous Thomas Walter Barnes (1893-1925) ===''BARRACLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Barraclough|Barraclough, Francis "Frank"]] [https://www.familysearch.org/tree/person/details/G8KL-MNY] - 1903(Qld)-1974(Qld) - Licences: 4GY Brisbane (Kedron, 1933-1935); 4GX Brisbane (Kedron, 1935-1939; 1946-1969) - Qualifications: cc; AOCP 1075, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2); radio service (Palings) - Halcyon: p. 81 - Electoral Rolls: carpenter (Kedron, 1937-1972) ===''BARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Barry|Barry, William Lawrence (BMD) or Lawrence William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/MK6C-NBK] - 1905(Qld)-1970(Qld) - Licences: 4FQ Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: storeman (South Brisbane, Qld, 1929); taxi driver (South Brisbane, Qld, 1937-1968) ===''BARTHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Lewis Barthold|Barthold, Godfrey Lewis]] [https://www.familysearch.org/tree/person/details/GZKR-JWZ] - 1899(Vic)-1993(Vic) - 3GL Melbourne (Malvern, 1925-1927), 3BT Melbourne (Malvern, 1931-1939; Glen Iris, 1946-1980+), amateur operator (AOCP 210, 1925, No. ?? in Vic), amateur broadcaster, clerk (Malvern, 1924-1931), radio manufacturer (Camberwell, 1937-1943; Glen Iris, 1949-1972), retired (Mt Martha, 1977-1980) ===''BARTHOLOMEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Bartholmew|Bartholomew, Charles Percy]] [https://www.familysearch.org/tree/person/details/G6CZ-8YR] - 1861(Eng)-1942(NSW) - Licences: XBM Sydney (Mosman, 1911-1914); 2FO Receive Sydney (Kirribilli, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver; company director (AWA); witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: merchant (Milsons Point, 1930-1937) - Comment: famously charged and convicted of trading with the enemy during WW1 but only slapped on wrist (together with Ernest Thomas Fisk and Hugh Robert Denison) ===''BARTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gustavus Campbell Barton|Barton, Edward Gustavus Campbell]] [https://www.familysearch.org/tree/person/details/KJ57-87Y] - 1857(Vic)-1942(Eng) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter, scientist, business proprietor (Barton & White) - Halcyon: not mentioned) - [https://adb.anu.edu.au/biography/barton-edward-gustavus-campbell-9445 ADB] * [[/Graham Francis Barton|Barton, Graham Francis]] [https://www.familysearch.org/tree/person/details/GX5P-KYT] - 1918(SA)-2005(SA) - Licences: 5BN Mt Gambier (1937-1939); 5BN Adelaide (Unley, 1947-1956; Malvern, 1960-1980+) - Qualifications: cc; AOCP 1993, 1937, SA; 1COCP 1709, 1954 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Hyde Park, SA, 1941-1943) * [[/Richard McRae Barton|Barton, Richard McRae "Dick"]] - 1940(???)-2021(Qld) - broadcast engineer, director engineering FACTS (1981-2001), ABU Engineering Award 2004, Fellow SMPTE, contributed to development DTV standards, chaired preparatory meeting to WRC 2000, [https://www.itu.int/dms_pub/itu-r/oth/0a/07/R0A070000420001PDFE.pdf ITU Tribute] ===''BARTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graeme Bartram|Bartram, Graeme]] - historian (early Aus wireless: 2011 "John Graeme Balsilie: Australia's Forgotten Wireless Pioneer"[https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf]) ===''BASIL-COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * Frank Basil-Cooke see Cooke, Frank Basil "Basil" ===''BASSETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Rankin Bassett|Bassett, Francis Rankin]] [https://www.familysearch.org/tree/person/details/GQZJ-28Y] - 1906(NSW)-1982(NSW) - 2FR Sydney (Bexley, 1925-1928; Arncliffe, 1929), 2FR Singleton, 1931-1939), amateur operator (AOCP 194, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother John Bassett * [[/John Bassett|Bassett, John]] [https://www.familysearch.org/tree/person/details/L8M2-8XN] - 1904(NSW)-1979(NSW) - 2VO Receive Stroud (1923), amateur operator (AOCP 232, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother Francis Rankin Bassett ===''BATCHLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Victor Batchler|Batchler, Charles Victor "Victor"]] [https://www.familysearch.org/tree/person/details/K4NN-FXJ] - 1897(Tas)-1985(Tas) - Licences: XZJ Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: Uncle of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: shift engineer (Waddamana, 1922) * [[/Jack Copeland Batchler|Batchler, Jack Copeland]] [https://www.familysearch.org/tree/person/details/KCSK-D8F] - 1910(Tas)-1979(Tas) - Licences: 7JB Hobart (1932-1939); 3AJB Melbourne (1947); 7JB Hobart (Sandy Bay, 1948-1975+) - Qualifications: cc; AOCP 957, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: nephew of XZJ Charles Victor Batchler; husband of 7YL Joyce Isabel Batchler nee Crowder - Electoral Rolls: soldier (Nelson, 1943-1949); no occupation (Nelson, 1972) * [[/Joyce Isabel Crowder|Batchler nee Crowder, Joyce Isabel]] [https://www.familysearch.org/tree/person/details/LYNY-PKG] - 1915(Tas)-2015(Tas) - Licences: 7YL Hobart (Sandy Bay, 1936-1980) - Qualifications: AOCP 1627, 1936, Tas - amateur operator; amateur broadcaster; YL - Relationships: Wife of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: home duties (Nelson, 1943-1972) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''BATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Bate|Bate, Arthur John]] [https://www.familysearch.org/tree/person/details/GXKQ-PYC] - 1917(WA)-2010(SA) - Licences: 5ZA Adelaide (Adelaide City, 1937-1939) - Qualifications: cc; AOCP 1891, 1937, SA; BOCP 1481, 1956; 1COCP 2049, 1967 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil yet identified ===''BATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lister Bates|Bates, Jack Lister]] [https://www.familysearch.org/tree/person/details/GCGK-238] - 1912(Qld)-1998(Qld) - Licences: 4UR Brisbane (Teneriffe, 1935-1939, 1946-1947; Lutwyche, 1948-1969; Toombul, 1975-1980) - Qualifications: cc; AOCP 1430, 1935, Qld - amateur operator; amateur broadcaster; Radio Club (WIAQ, QSL Manager); part of the "U" gang; WW2 - Halcyon: p. 12, 99, 137, 141, 145 - Electoral Rolls: storeman (Teneriffe, Qld, 1936-1943); labourer (Lutwyche, Qld, 1949-1958; Wooloowin, Qld, 1968); cashier (Toombul, Qld, 1972-1980) ===''BATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Henry Batt|Batt, Cecil Henry]] [https://www.familysearch.org/tree/person/details/GMLJ-5SB] - 1904(Tas)-1942(Tas) - Licences: Receive (Crystal) Bothwell (1923) - Qualifications: cc; 3COCP 434, 1940 - amateur receiver - Electoral Rolls: motor driver (Bothwell, 1928); labourer (Melton Mowbray, 1936-1937) ===''BATTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Thomas Battle|Battle, Edmund Thomas]] [https://www.familysearch.org/tree/person/details/G6C8-G32] - 1890(UK)-1970(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a listener) - Electoral Rolls: teamster (Dorrigo, 1913); dairy farmer (Malanda, 1919); sawmill manager (Tumoulin, 1931); sawmiller (Ravenshoe, 1936-1937); timber merchant (Paddington, 1943); sawmiller (Albion, 1949) ===''BATTYE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Sykes Battye|Battye, James Sykes]] [https://www.familysearch.org/tree/person/details/9V7W-HL5] - 1871(Vic)-1954(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - librarian; historian; witness to Royal Commission 1927 (as chairman, special committee, Western Australian Listeners' League) - Electoral Rolls: librarian (Perth, 1910-1937); principal librarian (Perth, 1943-1949) - Links: [[w:James Battye|Wikipedia]] [https://adb.anu.edu.au/biography/battye-james-sykes-5156 ADB] ===''BATY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Baty|Baty, Richard]] [https://www.familysearch.org/tree/person/details/GXLV-BZX] - 1913(Eng)-19??(???) - Licences: 5MH Adelaide (Brompton, 1931; Pennington, 1937; Challa Gardens, 1938-1939; Lockleys, 1954-1969; Henley Beach South, 1975-1980) - Qualifications: cc; AOCP 757, 1931, No. ?? in SA; AOLCP 160, 1934; BOCP 242, 1939; 1COCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Franklin, SA, 1941-1943) ===''BAUER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Thomas Bauer|Bauer, Alfred Thomas "Alf"]] [https://www.familysearch.org/tree/person/details/MSCM-QB1] - 1908(Qld)-2004(Qld) - Licences: 4AT Brisbane (Annerley, 1927-1933) & Cairns? - Qualifications: cc; AOCP 333, 1927, No. 36 in Qld; CPRTelephony 1119, 1928; 1COCP 92, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); state public servant (4QG); WW2 - Halcyon: p. 67, 86, 111, 127, 130 - Electoral Rolls: radio engineer (Cairns, 1936; Camp Hill, 1937); radio tech (Camp Hill, 1943-1980) ===''BAXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Baxter|Baxter, Arthur Henry]] [https://www.familysearch.org/tree/person/details/L62R-CKR] - 1900(Eng)-1983(WA) - Licences: 6BX Geraldton (1937-1939) - Qualifications: cc; AOCP 1989, 1937, WA; BOCP 381, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: station employee (Lyons River Station, Carnarvon, WA, 1925-1926); wood merchant (Geraldton, WA, 1931-1937); broadcast station operator (Geraldton, WA, 1949-1972); retired (Thornlie, WA, 1977-1980) * [[/Sidney Roy Baxter|Baxter, Sidney or Sydney Roy]] [https://www.familysearch.org/tree/person/details/LWX9-XWV] - 1915(Qld)-1985(Qld) - Licences: 4FJ Brisbane (Camp Hill, 1935-1939; Coorparoo Heights, 1946-1947; Cribb Island, 1948-1950; Camp Hill, 1954-1980+) - Qualifications: cc; AOCP 1569, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless officer); employment (Trittons, radio service); business proprietor (radio service) - Halcyon: p. 76, 137 - Electoral Rolls: truck driver (Camp Hill, Qld, 1936-1943); radio mechanic (Cribb Island, Qld, 1949); radio technician (Camp Hill, Qld, 1954-1980) ===''BEAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Beames|Beames, Kenneth]] [https://www.familysearch.org/tree/person/details/9NQJ-L17] - 1899(NSW)-1989(NSW) - Licences: N754 Receive Sydney (Randwick, 1922); 2IB Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: manufacturer (Five Dock, 1930-1958; Linden, 1963-1980) ===''BEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Percival Reed Bean|Bean, Leslie Percival Reed]] [https://www.familysearch.org/tree/person/details/KHWZ-6ZZ] - 1884(Vic)-1972(NSW) - Licences: 2ZT Sydney (Mosman, 1923-1925); 2LP Sydney (Mosman, 1924-1928; Artarmon, 1929-1936; Pymble, 1937-1939) - Qualifications: cc; Nil yet identified - PMGD (Elec. Engineer, 1904-1919); L. P. R. Bean & Co (founder 1920-1926); Stromberg-Carlson (founder, 1927-1933+); Council IREAust - Electoral Rolls: electrical instrument fitter (Ascot Vale, 1909); engineer (Brighton, Vic, 1912-1915; Artarmon, NSW, 1930); company director (Pymble, 1933-1943; Roseville, 1949-1954); electrical engineer (Lindfield, 1958-1968) ===''BEARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Gordon Beard|Beard, Ernest Gordon]] [https://www.familysearch.org/tree/person/details/GW2G-25R] - 1897(Eng)-1968(USA) - Licences: Nil yet identified - Qualifications: cc; 1COCP 304, 1939 - broadcast engineer (United Distributors; 2KY; 2GB); inventor; witness to Royal Commission 1927 (as consulting engineer, 2GB) - Electoral Rolls: engineer (Northbridge, 1930-1934); radio engineer (Northbridge, 1936-1937); wireless engineer (Willoughby, 1943-1949); engineer (Forestville, 1958-1963) - Links: [https://www.radiomuseum.org/dsp_hersteller_detail.cfm?company_id=12500 radiomuseum.org] * [[/Norman George Beard|Beard, Norman George]] [https://www.familysearch.org/tree/person/details/LT9G-GSZ] - 1902(Vic)-1984(NSW) - Licences: 3DR Receive Balnarring (1922-1923); 2PK Wentworthville (1930); 2ALJ Sydney (Prospect, 1939; Toongabbie, 1946-1954; Brookvale, 1955; Dee Why, 1956-1961); 2ALJ Terrigal (1965) - Qualifications: AOCP 583, 1930, No. ?? in NSW; TVOCP 25, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Pendle Hill, NSW, 1930; Balnarring, Vic, 1931; Prospect, NSW, 1933-1937); RAAF instructor (Ballarat, 1942); teacher (Toongabbie, 1949-1954; Brookvale, 1958); retired (Terrigal, 1963-1972; Wendouree, Vic, 1977; Caves Beach, 1980) ===''BEARUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Andrew Bearup|Bearup, Herbert Andrew]] [https://www.familysearch.org/tree/person/details/GDLJ-B1C] - 1900(Vic)-1982(Vic) - Licences: V740 Receive Melbourne (Caulfield East, 1922); 3GT Receive Melbourne (Caulfield East, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Malvern East, 1921-1924; Caulfield East, 1925-1928); farmer (Bentleigh, 1934-1949); engineer (Highett, 1963-1967; Moorabbin, 1972-1980) * [[/Thomas William Bearup|Bearup, Thomas William]] [https://www.familysearch.org/tree/person/details/9J7R-T9D] - 1897(Vic)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 224, 1916 - studio manager 3LO (1927); witness to Royal Commission 1927 (as studio manager, 3LO, Victoria); WW1 (merchant navy) - Electoral Rolls: operator (Caulfield, 1924); radio engineer (Auburn, Vic, 1931-1937); manager (Roseville, NSW, 1943) ===''BEATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Beatson|Beatson, Robert John "Bob"]] [https://www.familysearch.org/tree/person/details/GSJV-2D2] - 1909(Qld)-2003(Qld) - Licences: 4BB Brisbane (Wilston, 1928); 4BB Maryborough (1931-1939) - Qualifications: cc; AOCP 394, 1928, No. 44 in Qld; AOLCP 173, 1934 - amateur operator; amateur broadcaster; radio club administrator (WIAQ); broadcast engineer (4MB); WW2 - Halcyon: p. 68, 139, 141, 163, 164 - Electoral Rolls: radio mechanic (Maryborough, 1931); radiotrician (Maryborough, 1937-1949); radio engineer (Maryborough, 1954-1980) ===''BEATTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Spencer Meurant Beattie|Beattie, Herbert Spencer Meurant]] [https://www.familysearch.org/tree/person/details/GQ65-KTL] - 1888(NSW)-1963(NSW) - Licences: 3DV Receive Melbourne (Box Hill, 1922); 3DV Melbourne (Box Hill, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Box Hill, Vic, 1914-1927); salesman (Thornleigh, NSW, 1930); electrical engineer (Cheltenham, NSW, 1934-1936); agent (Cabramatta, 1943); auctioneer (Ettalong, 1943); no occupation (Fairfield, NSW, 1954-1958; Flagstaff, NSW, 1963) ===''BECHERVAISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philip Bechervaise|Bechervaise, William Philip]] [https://www.familysearch.org/tree/person/details/MVNP-4HQ] - 1831(Eng)-1907(Vic) - radio clubs (Telegraph Electrical Society, Victoria), employment (Victoria Posts and Telegraphs Department) ===''BECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Beavis Beck|Beck, Alan Beavis]] [https://www.familysearch.org/tree/person/details/GZR7-N8Q] - 1911(Vic)-1982(WA) - Licences: 5XW Adelaide (West Mitcham, 1927-1928) - Qualifications: cc; AOCP 370, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (Shenton Park, WA, 1937; Myrtle Bank, SA, 1941-1943); research chemist (Subiaco, 1949-1980) ===''BEDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Arthur Buddicom Bedford|Bedford, Robert Arthur Buddicom]] [https://www.familysearch.org/tree/person/details/LC5Q-1KX] - 1874(Eng)-1951(SA) - Licences: 5RB Kyancutta (1924-1939; 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of William Rudolf Buddicom Bedford - Electoral Rolls: farmer (Kyancutta, 1939-1941); retired (Kyancutta, 1943) - Links: [https://adb.anu.edu.au/biography/buddicom-robert-arthur-5417 ADB] * [[/William Rudolf Buddicom Bedford|Bedford, William Rudolf Buddicom "Bill"]] [https://www.familysearch.org/tree/person/details/L6Y3-X4Z] - 1909(Eng)-1972(SA) - Licences: likely operator of 5RB Kyancutta - Qualifications: cc; 3COCP 1893, 1954 - WW2 - Relationships: son of 5RB Robert Arthur Buddicom Bedford - Electoral Rolls: mechanic (Kyancutta, 1939-1943) ===''BEECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Sidney Beech|Beech, Frederick Sidney or Sydney "Fred"]] [https://www.familysearch.org/tree/person/details/G8F2-6BC] - 1895(Qld)-1978(Qld) - Licences: 4FB Brisbane (Coorparoo, 1930-1939; Norman Park, 1946-1969) - Qualifications: cc; AOCP 629, 1930, Qld - amateur operator; amateur broadcaster; jeweller - Halcyon: p. 75, 76, 90 - Electoral Rolls: watchmaker (Bulimba, 1917-1919; Coorparoo, 1919-1972; Norman Park, 1977) ===''BEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Beer|Beer, James]] - 19??(???)-19??(???) - Licences: 2CW Receive Sydney (Ashfield, 1922-1923); 2CW Sydney (Ashfield, 1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: too many JBs to identify reliably, likely James Charles Beer living 70 Tranmere St, Drummoyne, engineer, 1930 ===''BEGBIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Begbie|Begbie, Richard]] - historian (broadcasting), journalist, radio clubs (HRSA) ===''BELJON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robin Ernest Beljon|Beljon, Robin Ernest "Jack"]] [https://www.familysearch.org/tree/person/details/GSD3-VR3] - 1897(NSW)-1974(NSW) - Licences: 2RB Lithgow (1926-1933) - Qualifications: AOCP 259, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lithgow, 1930-1934); turner (Lithgow, 1937-1943); foreman (Lithgow, 1949-1968); retired (Lithgow, 1972) ===''BELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Wirgman Dillon Bell|Bell, Francis Wirgman Dillon "Frank"]] [https://www.familysearch.org/tree/person/details/G7QW-CM4] - 1896(NZ)-1987(NZ) - ZL4AA Waihemo, amateur operator, first to 2 way QSO New Zealand to Australia (Apr 1923), South America, USA (Sep 1924), England (Oct 1924, G2SZ); WW1 (gunner, France & Belgium till invalided 1917) - Relationships: brother of Margaret Brenda Bell, first licensed female NZ amateur - Links: [https://teara.govt.nz/en/biographies/4b20/bell-francis-wirgman-dillon Bio]; [https://www.soundarchives.co.nz/collections/catalogue/catalogue-item?record_id=222015 Sound Archives]; [https://www.zl4aa.org.nz/frank-bell-trans-world-radio-contact/ NZART Otago] * [[/H. G. Bell|Bell, H. G.]] - 19??-19?? - 4HG Brisbane (South Toowong = Taringa, 1927+) - Qualifications: cc; AOCP 321, 1927, No. 33 in Qld - amateur operator; amateur broadcaster - Halcyon: p. 111 - Callsign: later to Harry Brown - Electoral Rolls: Nil yet identified * [[/Leslie William Gordon Bell|Bell, Leslie William Gordon]] [https://www.familysearch.org/tree/person/details/G67S-RQ5] - 1904(Qld)-2000(Qld) - Licences: 4CY Receive Atherton (1923); 4LZ Jubilee Pocket (1969-1975); 4LZ Airlie Beach (1980+) - Qualifications: cc; AOCP 4471, 1967, Qld - amateur receiver; amateur operator; WW2 - Electoral Rolls: engine driver (Danbulla via Atherton, 1925-1928); farmer (Jubilee Pocket via Proserpine, 1954-1980) * [[/Victor Frank Bell|Bell, Victor Frank]] [https://www.familysearch.org/tree/person/details/GFMZ-FZ7] - 1913(WA)-19??(???) - Licences: 6KR Perth (Subiaco, 1932-1933); 6KR Kalgoorlie (1937-1939); 6KR Perth (Nedlands, 1947-1954) - Qualifications: cc; AOCP 907, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1936); postal assistant (Leonora, WA, 1937); radio engineer (Subiaco, WA, 1937); telephone mechanic (Lamington, Kalgoorlie, WA, 1943); radio engineer (Nedlands, WA, 1949-1954) * [[/Vincent Stephanus Bell|Bell, Vincent Stephanus "Vince"]] [https://www.familysearch.org/tree/person/details/GXHV-W8G] - 1910(Qld)-1981(Qld) - Licences: 4VD Rockhampton (Rockhampton City, 1936-1937; Wandal, 1938-1939, 1946-1960+) - Qualifications: cc; AOCP 1496, 1935, Qld - amateur operator; amateur broadcaster; WW2; employed electrical business - Electoral Rolls: electrician (Rockhampton, Qld, 1932-1936); electrical mechanic (Rockhampton, Qld, 1937-1980) ===''BELSTEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Lempriere Belstead|Belstead, Roy Lempriere]] [https://www.familysearch.org/tree/person/details/L1GN-CQF] - 1910(Qld)-1981(Qld) - Licences: 4EI Townsville (1933-1939); 4RU Winton (1975-1980) - Qualifications: cc; AOCP 1182, 1933, No. ?? in Qld; BOCP 304, 1940; 1COCP 420, 1940; TVOCP 87, 1957 - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, Townsville ARC); state public servant (Qld Railways); broadcast technician (2KY); business proprietor (Belstead Electronic Repairs, Winton) - Electoral Rolls: clerk (Hyde Park, Qld, 1931-1937); radio technician (Dee Why, NSW, 1943; Auburn, NSW, 1949; Lidcombe, NSW, 1958-1963; Auburn, NSW, 1972); retired (Winton, Qld, 1977-1980) ===''BENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Bennett|Bennett, Alfred Edward]] [https://www.familysearch.org/tree/person/details/LYNP-GFM] - 1889(Vic)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - manager 2GB Sydney; witness to Royal Commission 1927 (as manager, 2GB, NSW) - Electoral Rolls: manager (Mosman, 1930-1931); director (Mosman, 1933; Vaucluse, 1936); inspector (Darling Point, 1943); investor (West Pennant Hills, 1949); retired (Vaucluse, 1954-1963) - Links: [https://adb.anu.edu.au/biography/bennett-alfred-edward-5207 ADB] * [[/Clarence Herbert Bennett|Bennett, Clarence Herbert]] [https://www.familysearch.org/tree/person/details/LK1H-GMF] - 1887(Vic)-1974(Vic) - Licences: cc; Nil yet identified - Qualifications: AOCP 449, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Brunswick, 1909-1963); retired (Brunswick, 1968-1972) ===''BENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Francis Wattis Bent|Bent, Arthur Francis Wattis]] [https://www.familysearch.org/tree/person/details/GZVG-5V7] - 1902(Vic)-1998(Vic) - Licences: 3AF Geelong (1924-1939, 1946-1960); 3AF Torquay (1965-1980+) - Qualifications: cc; AOCP 199, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; radio dealer (Geelong, 1931-1954) - Electoral Rolls: turner (14 Coronation St, Geelong West, 1925-1927); radio dealer (Geelong, 1928-1954); radio serviceman (Torquay, 1963-1980) ===''BENTLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Ernest Bentley|Bentley, Frank Ernest]] [https://www.familysearch.org/tree/person/details/G93F-NPZ] - 1902(India)-1973(SA) - Licences: 5MK Adelaide (Cowandilla, 1931-1939); 5MZ Adelaide (Cowandilla, 1954-1969) - Qualifications: cc; AOCP 833, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: boilermaker (Cowandilla, SA, 1939-1943) ===''BENTZEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivan Louis Bentzen|Bentzen, Ivan Louis]] [https://www.familysearch.org/tree/person/details/LT4X-6P4] - 1905(Qld)-1995(Qld) - Licences: 4SS Brisbane (Newstead, 1932-1933) - Qualifications: cc; AOCP 964, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Bulimba, Qld, 1929); mechanic (Valley, Qld, 1936); carpenter (Wooloowin, Qld, 1943-1949); garage proprietor (Lutwyche, Qld, 1954); carpenter (Eagle Junction, Qld, 1954-1980) ===''BERGIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Thomas Bergin|Bergin, John Thomas "Jack"]] [https://www.familysearch.org/tree/person/details/GXGP-GNM] - 1911(SA)-1989(SA) - Licences: 5JB Adelaide (Largs Bay, 1934-1939) - Qualifications: cc; AOCP 1364, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: * [[/Max Wulfing Bergin|Bergin, Max Wulfing]] [https://www.familysearch.org/tree/person/details/LXQ1-QLP] - 1900(NSW)-1983(Cook Isls) - Licences: 2YP Receive West Maitland (1923); 2YP West Maitland (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ingham Berry|Berry, Arthur Ingham]] [https://www.familysearch.org/tree/person/details/9WB6-6F5] - 1914(Vic)-1979(Vic) - Licences: 3CZ Melbourne (Hawthorn, 1930-1939; Kew, 1946-1954; East Malvern, 1955-1956); 3CZ Warburton (1960-1975) - Qualifications: AOCP 595, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Hawthorn, 1936-1937); architect (Kew North, 1943-1954); farmer (Warburton, 1963-1977) * [[/Harold Alexander Berry|Berry, Harold Alexander "Huck"]] [https://www.familysearch.org/tree/person/details/G869-8R6] - 1906(SA)-1983(SA) - Licences: Receive (Crystal) Adelaide (City, 1923); Receive Adelaide (City, 1923-1924); 5JU Adelaide (City, 1930-1931; Keswick, 1933; Norwood, 1937-1939; Kilburn, 1946-1975) - Qualifications: cc; AOCP 666, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: polisher (Kilburn, 1943) * [[/Lawrence Dudley Berry|Berry, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/GXG2-X6J] - 1906(NSW)-1987(SA) - Licences: 5DB Adelaide (Norwood, 1934-1939) - Qualifications: cc; AOCP 1315, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Henry Berry|Berry, Robert Henry]] [https://www.familysearch.org/tree/person/details/G342-ZR6] - 18??(???)-1971(Qld) - Licences: XQC Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; electrical business proprietor - Electoral Rolls: gardener (Rockhampton, 1912-1925); electrical mechanic (Rockhampton, 1928-1968) * [[/William Clive Berry|Berry, William Clive "Clive"]] [https://www.familysearch.org/tree/person/details/LBT5-3L8] - 1912(NSW)-1965(NSW) - Licences: 2CB Knockrow via Bangalow (1931-1936); 2AGM Byron Bay (1938-1938, 1946-1955); 2AGM Lismore (1956-1957); 2AGM Mullumbimby (1958-1960); 2AGM Byron Bay (1961-1965) - Qualifications: AOLCP 30, 1930, NSW; 2COCP 302, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Knockrow, 1933-1936); woodworker (Byron Bay, 1943-1954); contractor (Ballina, 1958); no occupation (Mullumbimby, 1958); manager (Byron Bay, 1963) * [[/William James Berry|Berry, William James "Jim"]] [https://www.familysearch.org/tree/person/details/G8D1-B78] - 1890(Qld)-1983(Qld) - Licences: 4WB Brisbane (Yeerongpilly, 1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1295, 1934, Qld - amateur operator; amateur broadcaster; instrument repairer - Comment: Several contemporaneous William James Berry's in Brisbane - Electoral Rolls: motor mechanic (Yeerongpilly, 1958-1963); mechanic (Yeerongpilly, 1972-1980) - ===''BERTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Louis Bertram|Bertram, William Louis]] [https://www.familysearch.org/tree/person/details/LDBP-NGS] - 1901(Vic)-1983(Vic) - Licences: V738 Receive Rushworth (1922); 3GR Receive Rushworth (1922); 2KR Sydney (Waverley, 1929) - Qualifications: CPRT 920, 1926; 2COCP 97, 1930; 1COCP 34, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Rushworth, 1922; Brunswick, 1924-1928); telegraphist (Brunswick, 1931-1942); telephonist (Brunswick, 1949-1963); retired (Frankston, 1967-1980) ===''BESTED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julius Phillip Bested|Bested, Julius Phillip]] [https://www.familysearch.org/tree/person/details/MZ6V-YSQ] - 1907(SA)-1987(SA) - Licences: Receive Adelaide (Rose Park, 1923); 5CS Adelaide (Salisbury, 1937-1939); 5CS Peterborough (1947-1948); 5CS Adelaide (Richmond, 1954-1960; Cumberland Park, 1965-1980+) - Qualifications: cc; AOCP 1995, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Salisbury, SA, 1939-1941) ===''BIBBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Cyril Bibby|Bibby, Frederick Cyril "Fred"]] [https://www.familysearch.org/tree/person/details/GH58-5XF] - 1911(Tas)-1982(Vic) - Licences: 3OL Melbourne (Hawthorn East, 1930-1939; Camberwell, 1946-1980+) - Qualifications: AOCP 681, 1930, Vic; AOLCP 38, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Camberwell, 1943-1968); operator (Camberwell, 1972-1980) ===''BINNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Binns|Binns, Cecil]] [https://www.familysearch.org/tree/person/details/GZD8-XTD] - 1897(NSW)-1974(NSW) - 2IE Receive Sydney (Kogarah, 1922), 2BJ Sydney (Kogarah, 1925-1927), amateur operator (AOCP 46, 1925, No. ?? in NSW), amateur broadcaster ===''BIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Scorer Bird|Bird, Henry Scorer]] [https://www.familysearch.org/tree/person/details/LYWH-FTC] - 1902(Vic)-1973(Vic) - Licences: 3HB Melbourne (Sunshine, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Sunshine, 1924-1927); Government employee (Camberwell, 1928-1963); nil (Ashwood, 1968-1972) - Comment: 3HB callsign passed to Sunshine Radio Club 1924-1927 (prominent amateur broadcaster) * [[/Leslie James Bird|Bird, Leslie James]] [https://www.familysearch.org/tree/person/details/G6X2-N4N] - 1897(NSW)-1947(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as listener, Armidale, NSW) - Electoral Rolls: clerk (Armidale, 1930-1935; Wellington, 1937); civil servant (Homebush, 1943) ===''BISCHOFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Conrad Bischoff|Bischoff, William Edward Conrad]] [https://www.familysearch.org/tree/person/details/L2YT-QB7] - 1911(NSW)-1989(NSW) - Licences: 2LZ Sydney (Crows Nest, 1930-1937); 2LZ Wentworth Falls (1938-1939, 1946-1969); 2AKM Wentworth Falls (Portable, 1939); 2LZ Sydney (Naremburn, 1975-1980+) - Qualifications: AOCP 568, 1930, No. ?? in NSW; BOCP 12, 1936; TVOCP, 346, 1961 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Naremburn, 1933-1937); wireless operator (RAAF Richmond, 1943); radio technician (Wentworth Falls, 1949-1958); tele. engineer (Naremburn, 1963); engineer (Naremburn, 1972-1980) ===''BISHOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Elijah Bishop|Bishop, Clarence Elijah]] [https://www.familysearch.org/tree/person/details/LKZ9-G7S] - 1896(WA)-1971(WA) - Licences: 6DD Receive Albany (1923); 6DD Albany (1923-1924); 6DD Northam (1924); 6LL Katanning (1936-1939); 6LL Perth (Claremont, 1948-1954; East Victoria Park, 1955-1969) - Qualifications: cc; AOCP 1746, 1936, WA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Albany, WA, 1922); accountant (Katanning, WA, 1925-1937); clerk (Nedlands, WA, 1943-1954; Victoria Park, WA, 1958-1968) * [[/Frederick Edward Bishop|Bishop, Frederick Edward]] [https://www.familysearch.org/tree/person/details/GDS3-GZQ] - 1882(NSW)-1952(NSW) - Licences: 2FB Sydney (Kirribilli, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: optician (Kirribilli, 1930-1931); grazier (Mullaley, Gunnedah, 1935-1949) * [[/Maurice Glanville Bishop| Bishop, Maurice Glanville]] [https://www.familysearch.org/tree/person/details/GDDP-SVD] - 1908(Tas)-1965(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bank clerk (Middle Park, Vic, 1931); bank officer (Middle Park, 1935); bank clerk (Bank of NSW Quarters, Ouyen, 1936-1937); bank officer (Hawthorn, 1942-1949; Nelson, Tas, 1954) ===''BLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. C. Black|Black, F. C.]] - 19??(???)-19??(???) - Licences: None identified to date - Qualifications: cc; AOCP 297, 1926, No. ?? in SA - amateur operator?, amateur broadcaster? - Electoral Rolls: awaits identification, Port Lincoln, SA in 1926 * [[/William Hector Black|Black, William Hector]] [https://www.familysearch.org/tree/person/details/G8J2-TCS] - 1912(Vic)-1976(NSW) - Licences: 3WB Melbourne (Malvern, 1930-1939); 2WO Sydney (Mosman, 1946-1948) - Qualifications: AOCP 663, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Malvern, 1936-1937); bacteriologist (Mosman, 1943-1963); biochemist (Darlinghurst, 1968-1972) ===''BLACKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Howbery Blackman|Blackman, Herbert Howbery]] [https://www.familysearch.org/tree/person/details/GZ2M-65N] - 1886(Vic)-1970(Vic) - Licences: XOE Melbourne (East Malvern, 1913); 3PR Receive Melbourne (East Malvern, 1923); 3PR Melbourne (East Malvern, 1924-1925); 3HA Melbourne (East Malvern, 1926-1927); 3HU Melbourne (Ashburton, 1931-1939) - Qualifications: cc; AOCP 211, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: public servant (Malvern, 1909); mechanic (East Malvern, 1913-1916); soldier (Royal Park, 1917-1919); electrician (East Malvern, 1922-1928); mechanic (Burwood, 1931-1968) * [[/W. T. Blackburn|Blackburn, W. T.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Home Hill (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Searched William, Walter, Wilfred - Electoral Rolls: Nil yet identified ===''BLADES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alfred Blades|Blades, Ronald Alfred "Ron"]] [https://www.familysearch.org/tree/person/details/GXCS-L77] - 1916(Qld)-2005(NSW) - Licences: 4RX Toowoomba (1936-1939); 2VP Sydney (Haberfield, 1946-1947; Ashfield, 1948-1950; Dundas, 1954-1955); 2VP Melbourne (Blackburn, 1956); 2VP Sydney (Balgowlah, 1957-1969; Seaforth, 1975; Dee Why, 1980) - Qualifications: cc; AOCP 1775, 1936, No. ?? in Qld; BOCP 615, 1944 - amateur operator; amateur broadcaster; military (WW2, RAAF); broadcast technician (AWA) - Comment: Two Ronald Alfred Blades born in Qld 1916, 4RX 27/3/1916 - Electoral Rolls: radio engineer (Ashfield, NSW, 1949; Dundas, NSW, 1954; Balgowlah, NSW, 1958-1968); engineer (Dee Why, NSW, 1977) ===''BLAIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Andrew William Blair|Blair, Keith Andrew William]] [https://www.familysearch.org/tree/person/details/LK4S-ZXY] - 1911(Vic)-2001(NSW) - Licences: 2DX Balranald (1930-1934); 2DX Sydney (Marrickville, 1935-1937); 2DX Bega (1938-1939) - Qualifications: AOCP 699, 1930, Vic; BOCP 276, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: bank clerk (Balranald, 1932-1935; Randwick, 1936-1937; Bega, 1937); bank officer (Queanbeyan, 1949-1980) ===''BLAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leslie Gilbert Blake|Blake, Robert Leslie Gilbert]] [https://www.familysearch.org/tree/person/details/L831-ZLW] - 1888(Vic)-1952(Vic) - Licences: 3RG Castlemaine (1929-1939) - Qualifications: AOCP 484, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Castlemaine, 1912-1919); house furn. (Castlemaine, 1924-1949) ===''BLANCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Henry Blanchard|Blanchard, George Edward Henry]] [https://www.familysearch.org/tree/person/details/GZV2-B4S] - 1899(NSW)-1987(NSW) - Licences: 2DN Sydney (Newtown, 1922-1926; Hurlstone Park, 1927-1929) - Qualifications: cc; AOCP 195, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Earlwood, 1930-1980) ===''BLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Bland|Bland, William Joseph]] [https://www.familysearch.org/tree/person/details/GXT9-4RP] - 1902(India)-1955(SA) - Licences: Receive Adelaide (Alberton, 1923); 5AG Adelaide (Alberton, 1923-1927) - Qualifications: cc; CPRT 765, 1923 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio manufacturer (Tusmore, SA, 1939-1943) ===''BLUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Blue|Blue, Harry William]] - 1909(NSW)-2001(NSW) - 2YI Liverpool (1933), 2YI Albury (1934-1936), 9KO Rabaul (1937), 2YI Broken Hill (1938-1939), 2YI Sydney (Kingsford, 1946; Auburn, 1947-1980+, amateur operator (AOCP 1034, 1932, No. ?? in NSW), amateur broadcaster, A.A.M.S. ===''BLUNDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Verge Blunden|Blunden, Godfrey Verge]] [https://www.familysearch.org/tree/person/details/GDNG-22L] - 1906(Vic)-1996(France) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Wireless Weekly (editor, 1930s) - Electoral Rolls: journalist (North Sydney, 1930; East Sydney, 1933-1936) * [[/Leon Walter Blunden|Blunden, Leon Walter]] [https://www.familysearch.org/tree/person/details/G3KT-SMV] - 1914(SA)-2003(SA) - Licences: 5BH Adelaide (Firle, 1935-1939, 1947-1980+) - Qualifications: cc; AOCP 1535, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BOAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Douglas Boast|Boast, Harold Douglas]] [https://www.familysearch.org/tree/person/details/K2VW-3D4] - 1906(Eng)-1979(Vic) - Licences: 3AX Melbourne (Elsternwick, 1928-1939); 3AX Lubeck (1946-1969); 3AX Melbourne (Frankston, 1975) - Qualifications: AOCP 404, 1928, No. ?? in Vic; AOLCP 55, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Elsternwick, 1931-1936); radio engineer (3LK Lubeck, 1942-1968); retired (Frankston, 1972-1977) ===''BOILEAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Boileau|Boileau, John George]] [https://www.familysearch.org/tree/person/details/GXC2-HLQ] - 1893(SA)-1957(Qld) - Licences: 4JT Port Moresby (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Byron Bay, NSW, 1943-1954) ===''BOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Augustus Bold|Bold, Charles Augustus]] [https://www.familysearch.org/tree/person/details/GF3N-JSF] - 1894(WA)-1958(WA) - Licences: 6CA Perth (Beaconsfield, 1931-1939, 1947-1948) - Qualifications: cc; AOCP 832, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (South Fremantle, WA, 1921-1922); meter tester (South Fremantle, WA, 1925); electrician (South Fremantle, WA, 1931-1949); mains superintendent (South Fremantle, WA, 1954-1958) ===''BOLGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Joseph Bolger|Bolger, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/L67V-VDD] - 1867(Irl)-1941(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Deputy Director of Navigation, Vic) - Electoral Rolls: master mariner (Williamstown, 1914-1917); public servant (Elsternwick, 1919); master mariner (Elsternwick, 1931-1937) ===''BOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Francis Bond|Bond, Rupert Francis]] [https://www.familysearch.org/tree/person/details/9ZHS-QB3] - 1886(Vic)-1961(Qld) - Licences: Receive Brisbane (Rockhampton, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Rockhampton, Qld, 1912-1937; Rockhampton, Qld, 1949-1958) ===''BONGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gysbert Sheldon Bongers|Bongers, Gysbert Sheldon]] [https://www.familysearch.org/tree/person/details/L7F9-DXK] - 1900(NSW)-1948(NSW) - Licences: N745 Receive Sydney (1922-1923); 2HY Sydney (Rockdale, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster, engineer - Electoral Rolls: electrical engineer (Rockdale, 1930-1935; Hamilton, Qld, 1936-1937); engineer (Woollahra, 1943) ===''BONNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Coleman Bonner|Bonner, Alfred Coleman]] [https://www.familysearch.org/tree/person/details/MV14-MTM] - 1854(Tas)-1930(Tas) - Licences: Receive (Crystal) Legana (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Trevallyn, 1914-1922); no occupation (Legana, 1928) ===''BONNERUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Madsen Bonnerup|Bonnerup, Peter Madsen]] [https://www.familysearch.org/tree/person/details/G6F5-RC8] - 1890(Tas?)-1976(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as patent attorney, WA) - Electoral Rolls: patent attorney (Nedlands, 1922; South Perth, 1925-1972) - Links: [https://www.carnamah.com.au/bio/peter-madsen-bonnerup Bio] ===''BONNINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Archibald Bonnington|Bonnington, John Archibald]] [https://www.familysearch.org/tree/person/details/G88Y-1JP] - 1909(NSW)-1967(NSW) - Licences: 2HB Sydney (Bellevue Hill, 1930-1931); 2AKB Sydney (Avalon Beach, 1960-1965) - Qualifications: AOCP 569, 1930, No. ?? in NSW; 3AirOCP 16, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Broken Hill, 1931); engineer (Woollahra, 1932-1933); radio engineer (Darlinghurst, 1934-1935); air pilot (Avalon Beach, 1949-1963) ===''BONWILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Warren Bonwill|Bonwill, Edward Warren]] [https://www.familysearch.org/tree/person/details/9J35-NNV] - 1869(USA)-1945(NSW) - Licences: XBP Sydney (1912-1914); 2CA Receive Cowra (1922); 2CA Cowra (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: dentist (Barellan, 1930; Cowra, 1934-1937; Lithgow, 1937-1943) ===''BOTTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Botten|Botten, Herbert William]] [https://www.familysearch.org/tree/person/details/GDS2-8QJ] - 1895(SA)-1973(???) - Licences: 2HB Sydney (CBD, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Neutral Bay, 1930); radio manager (Darlinghurst, 1933-1936); manager (Darlinghurst, 1937-1958) ===''BOUCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Reid Bouchard|Bouchard, Victor John Reid "Vic"]] [https://www.familysearch.org/tree/person/details/G93B-52C] - 1897(Qld)-1936(Qld) - 4BY Receive Brisbane (Auchenflower, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; amateur club administrator - Electoral Rolls: draper's assistant (Auchenflower, 1921-1926); clerk (Buranda, 1928) ===''BOULTBEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Walker Boultbee|Boultbee, Kenneth Walker]] [https://www.familysearch.org/tree/person/details/GMWB-1Q4] - 1905(Tas)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: agent (Taringa, Qld, 1928-1958; Corinda, Qld, 1963-1968; St Lucia, Qld, 1972-1977); retired (Broadbeach, Qld, 1977-1980) ===''BOUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Boundy|Boundy, George Henry]] - 1866(Vic)-1932(Vic) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), early wireless experimenter, radio clubs (WIQ), state public servant (P&TQ, engineer), federal public servant (PMGD, engineer) ===''BOURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. Bourke|Bourke, J.]] - 19??(???)-19??(???) - Licences: V734 Receive Yarck (1922); Receive 3GP Yarck (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''BOURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Frederick Bourne|Bourne, Francis Frederick]] [https://www.familysearch.org/tree/person/details/GX55-9GM] - 1916(SA)-2004(SA) - Licences: 5BU Adelaide (Unley, 1935-1939; Wayville, 1947; Malvern, 1948-1954; Blackwood, 1955-1965; Belair, 1969); 5BU Keith (1975); 5BU Naracoorte (1980) - Qualifications: cc; AOCP 1593, 1935, SA; 2COCP 1282, 1953; 1COCP 1722, 1954 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Parkside, SA, 1939-1943) ===''BOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Germain Bowden|Bowden, Eric James Germain]] [https://www.familysearch.org/tree/person/details/L7T7-YC2] - 1894(Tas)-1984(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - PMGD Wireless Inspector, Hobart, 1920s & 1930s; witness to Royal Commission 1927 (as equipment engineer, PMGD, Tas) - Relationships: son of Frank Prosser Bowden; brother of John Gibson Bowden - Electoral Rolls: junior assistant engineer (Hobart North, 1922); engineer (Hobart South, 1936-1937) * [[/Frank Prosser Bowden|Bowden, Frank Prosser]] [https://www.familysearch.org/tree/person/details/97MP-G4L] - 1860(Tas)-1934(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter, Tas PMGD, Federal PMGD - Relationships: father of Eric James Germain Bowden and John Gibson Bowden - Electoral Rolls: civil servant (Hobart North, 1914-1928) * [[/John Gibson Bowden|Bowden, John Gibson]] [https://www.familysearch.org/tree/person/details/LNJZ-V69] - 1906(Tas)-1998(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - employee of Medhurst Electrical - Relationships: son of Frank Prosser Bowden; brother of Eric James Germain Bowden - Electoral Rolls: mechanic (Launceston, 1928); electrical mechanic (New Town, 1936-1937); engineer (Nelson, 1943-1963) * [[/Ronald Stanley Bowden|Bowden, Ronald Stanley]] [https://www.familysearch.org/tree/person/details/GQGS-F9R] - 1900(Eng)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Albion, Qld, 1921); car driver (Wilston, Qld, 1934); car proprietor (Newmarket, Qld, 1936-1943); store keeper (Urangan, Qld, 1949-1954); farmer (Mundubbera, Qld, 1958-1963); retired (Urangan, Qld, 1968-1980) ===''BOWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Keith Bowen|Bowen, Harold Keith "Keith"]] [https://www.familysearch.org/tree/person/details/GXGK-7SZ] - 1913(SA)-1987(SA) - Licences: 5KB Adelaide (Maylands, 1932-1939) - Qualifications: cc; AOCP 1049, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Tranmere, SA, 1943) * [[/Joseph La Venture Bowen|Bowen, Joseph La Venture or Laventure]] [https://www.familysearch.org/tree/person/details/GDPP-MLB] - 1917(Qld)-1966(Qld) - Licences: 4LB Brisbane (Hamilton, 1935-1939)- Qualifications: cc; AOCP 1445, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kedron, Qld, 1943-1958); public servant (Kedron, Qld, 1963) ===''BOWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Nigel Bowman|Bowman, Hubert Nigel "Pete"]] [https://www.familysearch.org/tree/person/details/K4PT-FY3] - 1908(SA)-1987(SA) - Licences: 5FM Adelaide (Payneham, 1932-1933; Royston Park, 1937; Payneham, 1938-1939, 1947-1948; Mitcham, 1954-1956); 5FM Crystal Brook (1960); 5FM Bridgewater (1965-1980+); 5FN Portable (1965-1969) - Qualifications: cc; AOCP 911, 1932, No. ?? in SA; 2COCP 259, 1939; BOCP 282, 1940; 1COCP 354, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Boyd|Boyd, Norman James]] [https://www.familysearch.org/tree/person/details/GZXJ-VM7] - 1897(Vic)-1977(Vic) - Licences: XNO Melbourne (Elsternwick, 1913-1914); 3EL Receive Melbourne (Elsternwick, 1922-1923); 3EL Melbourne (Elsternwick, 1924-1925; Caulfield, 1925-1927; Elwood, 1931-1939) - Qualifications: AOCP 104, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; radio engineer (3UZ, 1920s); WW1 - Electoral Rolls: mechanic (Elsternwick, 1919-1924); manager (Caulfield, 1926-1928); engineer (Elsternwick, 1931-1937); electrician (St Kilda, 1949-1963); retired (Caulfield, 1967-1977) ===''BRADBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. J. Bradbury|Bradbury, B. J.]] - abt 1887(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''BRADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Keith Bradford|Bradford, Alfred Keith]] [https://www.familysearch.org/tree/person/details/L6Q5-VC5] - 1912(NSW)-1986(Qld) - Licences: 4KK Millmerran (1936-1939, 1947-1975); 4KK Drillham (1980+) - Qualifications: cc; AOCP 1750, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Millmerran, Qld, 1934-1937); farmer (Millmerran, Qld, 1943-1954); radio dealer (Millmerran, Qld, 1958-1968); farmer (Drillham, Qld, 1977-1980) * [[/John Richard Bradford|Bradford, John Richard]] - 19??(???)-19??(???) - senior federal public servant (chief electrical engineer, Qld, PMGD) ===''BRADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Randell Bradley|Bradley, Frank Randell]] [https://www.familysearch.org/tree/person/details/G973-F7P] - 1884(SA)-1963(NSW) - Licences: 3ZK Melbourne (Sandringham, 1923-1930); 2JB Sydney (Mosman, 1931-1939) - Qualifications: cc; AOCP 2, 1924, No. 1 in Vic - amateur operator; amateur broadcaster; federal public servant (PMGD, Superintendant Telegraphs Vic, 1928; Deputy PMG Qld; NSW); historian (telegraphs) - Electoral Rolls: civil servant (Sandringham, Vic, 1914-1924; Mosman, NSW, 1933-1943); no occupation (Killara, NSW, 1954-1963) ===''BRAGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Bragg|Bragg, William Henry]] [https://www.familysearch.org/tree/person/details/LCFQ-9N6] - 1862(Eng)-1942(Eng) - Early wireless experimenter, academic (University of Adelaide, 1885-1908), physicist, chemist, mathematician, shared Nobel prize in 1915 with his son William Lawrence Bragg, son-in-law of Charles Todd - Links: [[w:William Henry Bragg|Wikipedia]] * [[/William Lawrence Bragg|Bragg, William Lawrence "Lawrence"]] [https://www.familysearch.org/tree/person/details/MWXT-CLR] - 1890(SA)-1971(Eng) - participated as a youth in his father's early wireless experiments, academic (University of Adelaide), physicist, shared Nobel prize in 1915 with his father William Henry Bragg, grandson of Charles Todd - Links: [[w:Lawrence Bragg|Wikipedia]] ===''BRAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. F. Brain|Brain, S. F.]] - 19??(???)-19??(???) - Licences: 2ZD Sydney (Ashfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: likely related XFR V. J. Brain - Electoral Rolls: Nil yet identified * [[/V. J. Brain|Brain, V. J.]] - 19??(???)-19??(???) - Licences: XFR Sydney (Ashfield, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: likely related 2ZD S. F. Brain - Electoral Rolls: Nil yet identified ===''BRAMLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Alfred Bramley|Bramley, John Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIW Wyndham (1917-1918) - Electoral Rolls: Nil yet identified ===''BRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorayne Branch|Branch, Lorayne]] - Living - author ("Henry Sutton, The Innovative Man"), historian (Henry Sutton) ===''BRANDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Frank Brandon|Brandon, Eric Frank]] [https://www.familysearch.org/tree/person/details/GXPK-2ZY] - 1907(SA)-2001(SA) - Licences: 5FB Wilmington (1933-1939); 5FB Adelaide (Prospect, 1948); 5FA Oodnadatta (1965); 5FA Ramco (1969-1975); 5FA Adelaide (Blair Athol, 1980+) - Qualifications: cc; AOCP 1145, 1933, SA; 2COCP 140, 1938; 1COCP 183, 1938; BOCP 201, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BRANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Mervyn Branks|Branks, Albert Mervyn "Merv"]] [https://www.familysearch.org/tree/person/details/GZ6Y-88K] - 1906(NZ)-1978(NZ) - prominent MW and SW broadcast listener 1920s to 1970s, DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tribute] ===''BREDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wynne Steere Breden|Breden, Wynne Steere]] - 1900(Qld)-1976(NSW) - Rx Melbourne (East Melbourne, 1923), 2WS Newcastle (Newcastle, 1924-1931), amateur operator (AOCP 9, 1924, No. ?? in NSW), amateur broadcaster, shipyard business ===''BREMERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Frederick Bremerman|Bremerman, Harold Frederick]] [https://www.familysearch.org/tree/person/details/GXCQ-QWC] - 1903(Eng)-1988(Qld) - Licences: 4HB Brisbane (Wooloowin, 1938-1939, 1946-1954; Aspley (1955-1975+) - Qualifications: cc; AOCP 1267, 1934, Qld; COCP (Eng) - amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (WIAQ, Life Member; Brisbane DX Club); employment (electrician, Courier Mail, Besley & Pike, Mt. Olivett Hospital); pilot; UK Merchant Navy 1920s - Electoral Rolls: electrical mechanic (Albion, Qld, 1928); mechanic (Wooloowin, Qld, 1936-1954); retired (Aspley, Qld, 1958-1980) ===''BRENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan James Brennan|Brennan, Allan James]] [https://www.familysearch.org/tree/person/details/G6TR-SNJ] - 1887(Vic)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 31, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: Nil yet identified ===''BREWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip John Brewer|Brewer, Phillip or Philip John]] [https://www.familysearch.org/tree/person/details/LVKH-MNW] - 1900(WA)-1948(SA) - Licences: 5JA Adelaide (Parkside, 1926-1939) - Qualifications: cc; AOCP 269, 1926, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Parkside, 1939-1943) ===''BRIDGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Bridger|Bridger, Thomas William]] [https://www.familysearch.org/tree/person/details/G85V-2YT] - 1885(UK)-1941(NT) - Licences: 4AP Receive Brisbane (City, 1923); 4AP Brisbane (Hamilton, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer; public servant; WW1 (2nd Aust Flying Squadron, 1916) - Electoral Rolls: electrical engineer (West Perth, 1914); consulting engineer (Auchenflower, 1925); poultry farmer (Geebung, 1928); engineer (Armadale, 1934-1937) - Directories: electrical engineer (Adelaide, 1915; Melbourne, 1917-1921; Brisbane, 1923-1927; Adelaide, 1930) ===''BRIDGES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank John Claud Bridges|Bridges, Frank John Claud or Claude]] [https://www.familysearch.org/tree/person/details/GHRF-XHR] - 1885(NZ)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 141, 1915; 2COCP 182, 1930; 1COCP 279, 1932 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); officer-in-charge (Radio Station, Esperance, 1921-1949); retired (Esperance, 1958-1963) ===''BRIGGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Robert Briggs|Briggs, Donald Robert]] [https://www.familysearch.org/tree/person/details/GX5B-1TN] - 1915(SA)-2008(SA) - Licences: 5BD Adelaide (Walkerville, 1935-1939; Henley Beach, 1947; South Plympton, 1954-19600; 5HB Adelaide (Morphett Vale, 1980+) - Qualifications: cc; AOCP 1490, 1935, SA; 2COCP 413, 1941; BOCP 373, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: assistant (Kirkcaldy, SA, 1939) ===''BRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Herbert Bright|Bright, William Henry Herbert "Bill"]] [https://www.familysearch.org/tree/person/details/LBQH-GSX] - 1898(Qld)-1961(Qld) - Licences: Spark; 4FA Toowoomba (1923); 4AA Toowoomba (1924-1925); 4WB Toowoomba (1925-1927); 4OO Toowoomba (1937-1939) - Qualifications: cc; AOCP 123, 1925, No. 13 in Qld - amateur operator; amateur broadcaster - Withdrawal: callsign 4AA withdrawn by PMGD for their use - Electoral Rolls: telegraphist (Toowoomba, 1919-1943); clerk (Toowoomba, 1949); mechanic (Toowoomba, 1954-1958) ===''BRIMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Campbell Brimble|Brimble, Charles Campbell]] [https://www.familysearch.org/tree/person/details/GX5L-9GH] - 1915(SA)-2003(SA) - Licences: 5CB Adelaide (Somerton, 1935-1939, 1947-1948; Somerton Park, 1954-1980+) - Qualifications: cc; AOCP 1446, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Somerton, SA, 1939-1943) ===''BRIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Marcus John Gordon Brims|Brims, Marcus John Gordon]] [https://www.familysearch.org/tree/person/details/KZWB-S11] - 1888(Qld)-1982(Qld) - Licences: XQA Mareeba (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; business proprietor (plywood & veneer manufacture) - Electoral Rolls: foreman (Mareeba, 1912-1913); foreman joiner (Milton, 1921); timber merchant (Milton, 1925-1931); plywood manufacturer (Annerley, 1937-1958); business manager (Annerley, 1963-1980) ===''BRISTOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Morrison Bristow|Bristow, John Morrison]] [https://www.familysearch.org/tree/person/details/GZPL-DLJ] - 1908(NSW)-1983(NSW) - Licences: 2ZX Sydney (Neutral Bay, 1926-1929) - Qualifications: AOCP 243, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: advertising manager (Neutral Bay, 1930-1935); manager (Gordon, 1937-1943); company manager (Pymble, 1949); manager (Wahroonga, 1954-1980) ===''BROCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Edward Earl Brock|Brock, Hector Edward Earl]][https://www.familysearch.org/tree/person/details/9VQL-BTC] - 1902(Vic)-1962(SA) - Licences: 3ZC Melbourne (Moonee Ponds, 1923-1924); 5DP Adelaide (North Adelaide, 1924-1927; Malvern, 1927-1938); 5UZ Adelaide (Fullarton, 1954-1956; Nailsworth, 1960) - Qualifications: cc; AOCP 25, 1924, No. ?? in SA - amateur operator; amateur broadcaster; University of Adelaide (Demonstrator & Technical Assistant, 1949) - Electoral Rolls: laboratory assistant (Moonee Ponds, Vic, 1924); no occupation (Malvern, SA, 1939-1943) ===''BROINOWSKI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leopold Thomas Broinowski|Broinowski, Leopold Thomas]] [https://www.familysearch.org/tree/person/details/G6FR-SMR] - 1871(Vic)-1937(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as associate editor, Hobart Mercury, Tas) - Electoral Rolls: journalist (Hobart South, 1914-1937) ===''BROOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilberforce Henry Liddon Brooke|Brooke, Wilberforce Henry Liddon]] [https://www.familysearch.org/tree/person/details/LB61-69T] - 1891(NSW)-1969(NSW) - Licences: 2BR Terrigal (1930-1936); 2BR Dora Creek (1937-1939, 1946-1958); 2BR Paterson (1960-1969) - Qualifications: AOCP 638, 1930, NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: clergyman (Jerry's Plains, 1930; Terrigal, 1931-1937; Dora Creek, 1954-1958; Paterson, 1963-1968) ===''BROOKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Brookes|Brookes, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GDSJ-GV6] - 1911(Qld)-1958(Qld) - Licences: 4BA Brisbane (Kelvin Grove, 1936-1937; Ashgrove, 1938-1939; Wooloowin, 1947-1948) - Qualifications: cc; AOCP 1641, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Wooloowin, Qld, 1943-1954); waterside Worker (Wooloowin, Qld, 1958) ===''BROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Milton Brooks|Brooks, Albert Henry Milton]] [https://www.familysearch.org/tree/person/details/LT1Q-DVK] - 1901(SA)-1975(SA) - Licences: 5KG Adelaide (Grange, 1933-1939; Croydon, 1946-1960+); 5AH Adelaide (Ridleton, 1969-1975) - Qualifications: cc; AOCP 1170, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Croydon, 1939); railway employee (Croydon, 1941-1943) - Relationships: likely related to 7JB John Vickery Brooks and 7DB D. C. Brooks * [[/John Vickery Brooks|Brooks, John Vickery "Jack"]] [https://www.familysearch.org/tree/person/details/GHXL-RK8] - 1905(SA)-1983(Vic) - Licences: 7JB Hobart (1924-1926) - Qualifications: cc; AOCP 37, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; engineer; originally from Adelaide - Relationships: likely related to 5KG Albert Henry Brooks and 7DB D. C. Brooks - Electoral Rolls: engineer (Hobart South, 1928; Malvern, Vic, 1954-1980) ===''BROOMHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Broomhall|Broomhall, Charles Alfred]] [https://www.familysearch.org/tree/person/details/M7NZ-2SV] - 1891(Vic)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 729, 1922 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Geraldton, 1916); mechanic (Wireless Station, Applecross, 1925; Canning Bridge, 1931-1937; Applecross, 1943-1954); retired (Bickley, 1958-1963) ===''BROWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan George Brown|Brown, Alan George]] [https://www.familysearch.org/tree/person/details/G849-43Y] - 1909(Vic)-1970(Vic) - Licences: 3CX Melbourne (Canterbury, 1928-1937; Upper Hawthorn, 1938-1939; Canterbury, 1946-1969) - Qualifications: AOCP 446, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF) - Electoral Rolls: clerk (Camberwell North, 1931); public servant (Auburn, 1936-1937); RAAF (St Kilda North, 1943); civil servant (Auburn, 1949); clerk (Deepdene, 1954; Camberwell North, 1963-1968) * [[/Alan Weymouth Brown|Brown, Alan Weymouth]] [https://www.familysearch.org/tree/person/details/GSKH-1N5] - 1902(Tas)-1938(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Listeners' League, Hobart (assistant secretary); witness to Royal Commission 1927 (as Assistant Secretary, Listeners' League, Hobart, Tas) - Electoral Rolls: electrician (Hobart South, 1936-1937) * [[/Alfred Louis Brown|Brown, Alfred Louis]] [https://www.familysearch.org/tree/person/details/LYQV-4SS] - 1885(Eng)-1971(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as general manager, 5CL, SA) - Electoral Rolls: instrument maker (Claremont, WA, 1910); optician (Applecross, 1916-1917); director (Kew, Vic, 1926); engineer (Cottesloe, 1936-1937) * [[/Bruce Kevin Brown|Brown, Bruce Kevin]] [https://www.familysearch.org/tree/person/details/G6S4-CV1] - 1920(Tas)-1984(NSW) - Licences: 7QZ Launceston (1937-1939); 2AQZ Sydney (Meadowbank, 1954-1969; Annangrove, 1975-1980+) - Qualifications: cc; AOCP 1942, 1937, No. ?? in Tas; BOCP 303, 1940; 1COCP 492, 1941; TVOCP 1014, 1968 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: laboratory assistant (Meadowbank, 1943-1968); technician (Annangrove, 1972-1980) * [[/Clarence Roy Brown|Brown, Clarence Roy]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - founder of 5KA Class B Adelaide; witness to Royal Commission 1927 (as manager, 5KA, SA) - Electoral Rolls: * [[/Clifford Walter Brown|Brown, Clifford Walter]] [https://www.familysearch.org/tree/person/details/LCV5-M8M] - 1906(WA)-1991(WA) - Licences: 6CB Perth (Subiaco, 1930-1939) - Qualifications: cc; AOCP 640, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Subiaco, 1931-1937); traveller (Nedlands, 1943-1963); business manager (Wembley, 1968); manager (Morley, 1972; Dianella, 1977-1980) * [[/Frank Makepeace Brown|Brown, Frank Makepeace]] [https://www.familysearch.org/tree/person/details/G8H5-2M5] - 1911(WA)-2006(WA) - Licences: 6FB Mullewa (1939; 1946-1948); 6FB Bassendean (1954-1960); 6FB Perth (Doubleview, 1965-1969; Rossmoyne, 1975) - Qualifications: AOCP 2375, 1939, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telephone mechanic (Northam, 1936; Bassendean, 1943); civil servant (Mullewa, 1949); telephone technician (Bassendean, 1954-1963); civil servant (Doubleview, 1968-1972); telephone technician (Rossmoyne, 1977-1980) * [[/George D. Brown|Brown, George D.]] [https://www.familysearch.org/tree/person/details/GXCQ-JFD] - 1875(???)-19??(???) - Licences: 4DB Brisbane (Ascot, Qld, 1937-1939) - Qualifications: cc; AOCP 1970, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous GBs - Electoral Rolls: Nil yet identified * [[/Harry Percy Brown|Brown, Harry Percy "Horsepower", "Poo Bah"]] [https://www.familysearch.org/tree/person/details/L1R8-R1W] - 1878(Eng)-1967(NSW) - senior federal public servant (Director-General, Posts and Telegraphs); witness to Royal Commission 1927 (as Secretary, PMGD) - Links: [[w:Harry Brown (public servant)|Wikipedia]]; [https://adb.anu.edu.au/biography/brown-sir-harry-percy-5384 ADB]; [https://telegramsaustralia.com/Forms/Special%20developments/People/Brown.html Telegrams Australia] * [[/Hector Mervyn Brown|Brown, Hector Mervyn]] [https://www.familysearch.org/tree/person/details/G9TY-HSC] - 1906(NSW)-1961(SA) - Licences: 5MB Adelaide (Torrensville, 1927-1928; Southwark, 1931-1933, 1946-1948) - Qualifications: AOCP 345, 1927, No. ?? in SA; 2COCP 402 1932; 1COCP 333, 1933) - amateur operator, amateur broadcaster, broadcast engineer (2BH, 1937), PMGD SA (mechanic, retired 1940) - Electoral Rolls: radio engineer (Broken Hill, 1937), engineer (Thebarton, 1941-1943) * [[/Herbert George Brown|Brown, Herbert George "Harry"]] [https://www.familysearch.org/tree/person/details/L5BH-NGV] - 1887(Eng)-1966(Qld) - Licences: 4BH Booval (1928-1930); 4HG Booval (1931); 4HG Ipswich (1937-1939, 1946-1956); 4BH Brisbane (Graceville, 1965) - Qualifications: cc; AOCP 455, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (Ipswich); railways employee - Callsign: withdrawn for 4BH Brisbane - Electoral Rolls: labourer (Ipswich, Qld, 1925; Redbank, Qld, 1929) * [[/Herbert Rufus Brown|Brown, Herbert Rufus]] [https://www.familysearch.org/tree/person/details/K2HL-T23] - 1894(Vic)-1980(Vic) - Licences: 3NN Receive Yanac (1923); 3NN Yanac (1924-1980) - Qualifications: cc; AOCP 271, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Yanac, 1919-1977) * [[/J. R. Brown|Brown, J. R.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Southport (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James McGladdery Brown|Brown, James McGladdery]] [https://www.familysearch.org/tree/person/details/GW18-TCK] - 1882(Qld)-1965(Qld) - Licences: 4BJ Aramac (1929-1933); 4BJ Rockhampton (1937); 4BJ Bundaberg (1947-1965) - Qualifications: AOCP 480, 1929, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: porter (Rockhampton, 1905); station master (Finch Hatton, 1913); labourer (Mackay, 1919); motor car proprietor (Baralaba, Mt Morgan, 1925); guard (Aramac, 1928-1937); retired (Maryborough, 1954-1963; Ascot, 1963) - Relationships: father of Victor James Caldwell Brown, the likely actual amateur operator * [[/John Henry Shadwell Brown|Brown, John Henry Shadwell]] [https://www.familysearch.org/tree/person/details/GDJL-7M4] - 1897(NSW)-1959(NSW) - Licences: 2JK Sydney (Botany, 1925-1939) - Qualifications: cc; CPRT 926, 1926; 1COCP 154, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Botany, 1930-1958) * [[/Joseph Brown|Brown, Joseph "Joe"]] [https://www.familysearch.org/tree/person/details/GQH2-YSM] - 1916(Tas)-1990(Tas) - Licences: 7BJ Hobart (Battery Point, 1934-1939; New Town, 1946-1980+) - Qualifications: cc; AOCP 1255, 1934, No. ?? in Tas; BOCP 5, 1936 - amateur operator; amateur broadcaster; broadcast engineer (7ZL, Hobart TV); public servant (PMGD) - Electoral Rolls: radio operator (Battery Point, 1936-1937); civil servant (New Town, 1943-1972) * [[/Leonard Austin Brown|Brown, Leonard Austin]] [https://www.familysearch.org/tree/person/details/GX21-FFX] - 1915(Vic)-1957(SA) - Licences: 3OP Melbourne (Camberwell, 1931-1933); 5OP Adelaide (Eastwood, 1937-1939) - Qualifications: cc; AOCP 814, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Camberwell, Vic, 1936; Eastwood, SA, 1939; Unley Park, SA, 1941) * [[/Robert Brown|Brown, Robert]] - 19??(???)-19??(???) - Licences: Receive Hobart (Moonah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart Central, 1919; Moonah, 1928); fitter (Hobart North, 1958) * [[/Victor James Caldwell Brown|Brown, Victor James Caldwell]] [https://www.familysearch.org/tree/person/details/LBKS-2T7] - 1907(Qld)-1983(Qld) - Licences: Nil yet identified, but likely those in father's name - Qualifications: Nil yet identified, but likely those in father's name - amateur operator? - Electoral Rolls: wardsman (Aramac, 1928); guard (Aramac, 1930); baker (Rockhampton, 1936); radio mechanic (Barcaldine, 1943; Bundaberg, 1949-1963) - Relationships: son of James McGladdery Brown - note electoral roll addresses for Victor James precisely align with 4BJ addresses whereas those for James McGladdery do not * [[/William Francis Brown|Brown, William Francis]] [https://www.familysearch.org/tree/person/details/G8VB-4DL] - 1914(Vic)-19??(???) - Licences: 3BB Warrnambool (1930-1933); 3BB Melbourne (Richmond, 1937); 9BB Wau, New Guinea (1938); 2ANP Sydney (Bundeena, 1947) - Qualifications: AOCP 704, 1930, Vic; 2COCP 92, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Richmond, 1937) - Comment: many contemporaneous WFBs ===''BROWNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Vincent Browne|Browne, Robert John Vincent]] [https://www.familysearch.org/tree/person/details/GSLZ-BY6] - 1907(Qld)-1972(Qld) - Licences: 4RB Brisbane (Toowong, 1925-1939; New Farm, 1946-1956; Dorrington, 1960-1969) - Qualifications: cc; AOCP 92, 1925, No. 10 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Toowong, 1936-1937); mechanic (Clevedon, 4QN, 1943); technician (New Farm, 1949-1954); teacher (Dorrington, 1958-1968) ===''BROWNLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Frank Brownless|Brownless, Sidney Frank "Frank"]] [https://www.familysearch.org/tree/person/details/G8HD-M5S] - 1915(Eng)-1995(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD); military (WW2, RAF, radar research); clubs & societies (IREE); author ("The Sharing of Television Channels", ABCB, 1973 - Electoral Rolls: engineer (Albert Park, 1954-1980) ===''BRUCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Bruce|Bruce, George William]] [https://www.familysearch.org/tree/person/details/GXPX-XN9] - 1913(SA)-1980(SA) - Licences: 5GB Adelaide (Prospect, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1925, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Arthur Bruce|Bruce, Robert Arthur]] [https://www.familysearch.org/tree/person/details/LR18-SKL] - 1900(SA)-1971(SA) - Licences: Receive Adelaide (City, 1923-1924); 5BJ Adelaide (Glenelg, 1927-1939) - Qualifications: cc; AOCP 357, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glenelg, 1939-1943) * [[/Robert William Bruce|Bruce, Robert William]] [https://www.familysearch.org/tree/person/details/GZTC-Z1J] - 1899(Vic)-1971(Vic) - Licences: 3JW Melbourne (St Kilda, 1926-1928; East Malvern, 1931-1939) - Qualifications: AOCP 283, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda East, 1926; Malvern East, 1931-1967) ===''BRUNSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Thomas Brunsden|Brunsden, Herbert Thomas]] [https://www.familysearch.org/tree/person/details/G8NR-JJR] - 1909(NSW)-1942(NSW) - Licences: 2BX Sydney (Leichhardt, 1930-1939) - Qualifications: AOCP 649, 1930, NSW; AOLCP 258, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Leichhardt, 1930-1937) - Comment: Gone too soon ===''BRYCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ramsay Auld Bryce|Bryce, Ramsay Auld]] [https://www.familysearch.org/tree/person/details/GH9T-FL2] - 1914(Qld)-1974(Qld) - Licences: 4AB Ipswich (1937-1939, 1947-1948); 4AB Gold Coast (Palm Beach, 1954-1969); 4AC Portable Ipswich (1947-1956) - Qualifications: cc; AOCP 1935, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (North Ipswich, Qld, 1937); radio serviceman (North Ipswich, Qld, 1943); theatre proprietor (Palm Beach, Qld, 1949); showman (Palm Beach, Qld, 1954-1958); projectionist (Palm Beach, Qld, 1963-1972) ===''BRYSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royal William Bryson|Bryson, Royal William "Roy"]] [https://www.familysearch.org/tree/person/details/GZ9P-5KJ] - 1886(Vic)-1956(Vic) - Licences: XJJ Melbourne (Richmond, 1913); 3JM Receive Melbourne (Kew, 1922-1923); 3JM Melbourne (Kew, 1924-1933) - Qualifications: cc; AOCP 50, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; honorary radio inspector - Electoral Rolls: mechanic (Richmond, 1914-1916); electrical fitter (Kew, 1919-1937); electrician (Croydon, 1943-1954) ===''BUCHANAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thomas Oswald Buchanan|Buchanan, Norman Thomas Oswald]] [https://www.familysearch.org/tree/person/details/G84K-B7C] - 1912(Qld)-1985(Vic) - Licences: 2NB Sydney (Manly, 1928-1939); 2ANB Sydney (Bondi, 1948; Kingsford, 1950); 3AND Melbourne (Ascot Vale, 1954; Rosanna, 1955-1956) - Qualifications: AOCP 466, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Manly, 1934-1935); sound engineer (Manly, 1936); engineer (North Sydney, 1943; Heidelberg, 1954-1963; Rosanna, 1968; Heidelberg, 1972; Rosanna, 1977); retired (Castlemaine, 1980) ===''BUCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hector Buck|Buck, Albert Hector]] [https://www.familysearch.org/tree/person/details/LDQJ-PC3] - 1905(Vic)-1948(Vic) - Licences: 3TM Receive Melbourne (Albert Park, 1923); 3TM Melbourne (Glenhuntly, 1924-1926; Glenferrie, 1927; East Preston, 1931; Hawthorn, 1933-1937); 3TM Terang (1938-1939); 3TM Shepparton (1946-1947) - Qualifications: cc; AOCP 138, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: father of 3ZMX & 3AAD Edwin David Buck, don't confuse with Albert Thomas Buck (Qld) - Electoral Rolls: electrician (Glenferrie, 1927-1928); mechanic (Glenferrie, 1931; Hawthorn, 1937); electrician (Terang, 1943) * [[/Albert Thomas Buck|Buck, Albert Thomas]] [https://www.familysearch.org/tree/person/details/9Z9K-CXG] - 1892(Eng)-1973(Eng) - Licences: 4CW Receive Brisbane (Geebung, 1923); 4CW Brisbane (Geebung, 1924-1927) - Qualifications: cc; AOCP 281, 1926, No. 24 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: home duties (Kedron, 1931-1934); wireless mechanic (Summer Hill, 1933) - don't confuse with 3TM Albert Hector Buck * [[/Edwin David Buck|Buck, Edwin David]] [https://www.familysearch.org/tree/person/details/GZNC-4JQ] - 1929(Vic)-2010(Vic) - 3ZMX Melbourne (Thornbury, 1965-1969, 3AAD Melbourne (Thornbury, 1975-1980), amateur operator (AOCP ??, 19??, No. ?? in Vic), son of 3TM Albert Hector Buck ===''BUCKERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Roy Buckerfield|Buckerfield, Sidney Roy "Buck" & "Roy"]] [https://www.familysearch.org/tree/person/details/GCGS-S7N] - 1904(SA)-1965(SA) - Licences: 5DA Receive Adelaide (Parkside, 1923); 5DA Adelaide (Parkside, 1924-1927; Evandale, 1928-1931; Knoxville, 1933-1939; St Morris, 1947-1948+); 5DA Crystal Brook (1954-1956); 5DA Adelaide (Brighton Gardens, 1960+) - Qualifications: cc; AOCP 32, 1924, No. ?? in SA; 2COCP 163, 1938; 1COCP 1557, 1950 - amateur operator; amateur broadcaster; broadcast engineer (5DN, 5CK, 5DR, 5AN, 5ABCFM); public servant (PMGD); WW2 - Electoral Rolls: mechanic (Knoxville, 1939) ===''BUCKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Carson Buckie|Buckie, Alan Carson]] [https://www.familysearch.org/tree/person/details/GFQ6-8QC] - 1909(WA)-1966(WA) - Licences: 6AB Perth (Nedlands, 1936-1939; Claremont, 1947-1948; Dalkeith, 1965) - Qualifications: cc; AOCP 1682, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1931); radio engineer (Nedlands, WA, 1943-1963) ===''BUGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Robert Bugg|Bugg, Charles Robert]] [https://www.familysearch.org/tree/person/details/G82G-Q8K] - 1918(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: BOCP 11, 1936, Vic - - Electoral Rolls: radio engineer (Geelong, 1942) ===''BUILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Builder|Builder, Geoffrey]] [https://www.familysearch.org/tree/person/details/GM6S-FBL] - 1906(WA)-1960(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - physicist; radio engineer; WW2 - Electoral Rolls: observer (Magnetic Observatory, Watheroo, 1931; physicist (Haberfield, 1935; Ashfield, 1937; Burwood, NSW, 1943-1958) - [https://adb.anu.edu.au/biography/builder-geoffrey-9617 ADB] ===''BULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Bull|Bull, Francis George]] [https://www.familysearch.org/tree/person/details/LB9W-CFP] - 1904(Eng)-1965(Qld) - Licences: 4MA Brisbane (Fairfield, 1936-1939) - Qualifications: cc; AOCP 1674, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Stones Corner, Qld, 1926-1928; Highgate Hill, Qld, 1934; Fairfield, Qld, 1937; Annerley, Qld, 1943-1958); military forces (Wellers Hill, Qld, 1963) * [[/J. F. Bull|Bull, J. F.]] - 19??(???)-19??(???) - 4FH Mackay (-1949-1967+), amateur operator (AOCP ??, 19??, No. ?? in Qld), associate member I.R.E. Aust. ===''BULLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Bulling|Bulling, William John]] [https://www.familysearch.org/tree/person/details/L4Y9-S95] - 1914(SA)-2000(SA) - Licences: 5KX Adelaide (Grange, 1935-1939; Kirkcaldy, 1947-1954; Kings Park, 1955-1975); 5KX Wasleys (1980+) - Qualifications: cc; AOCP 1527, 1935, SA; BOCP 166, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Kirkcaldy, 1939-1943) ===''BULLIVANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Bullivant|Bullivant, William Norman]] [https://www.familysearch.org/tree/person/details/GZJK-X8B] - 1908(NSW)-1985(NSW) - 2PR Receive Albury (1923-1924), 2WB Albury (1925-1930), 2WB West Wyalong (1931-1934), 2BC Sydney (Bondi, 1946-1950; Bellevue Hill, 1954-1969; Kingsford, 1975-1980+), amateur operator (AOCP 167, 1925, No. ?? in NSW; 1COCP 319, 1940), amateur broadcaster, postal clerk (West Wyalong, 1932), telegraphist (Bondi, 1943), supervisor (Waverley, 1954; Bellevue Hill, 1963; Kingsford, 1980)) ===''BULLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Frederick Wright Bullock|Bullock, Albert Frederick Wright "Bert"]] [https://www.familysearch.org/tree/person/details/GX4K-44G] - 1900(Qld)-1987(Qld) - Licences: 4ZX Brisbane (Coorparoo, 1933-1939, 1946-1954; Camp Hill, 1955-1960) - Qualifications: cc; AOCP 1109, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: ironworker (East Brisbane, Qld, 1925); storeman (Coorparoo, Qld, 1936-1954); retired (Coorparoo, Qld, 1958-1980) ===''BUNTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Bunton|Bunton, George Henry]] [https://www.familysearch.org/tree/person/details/MGWV-YFR] - 1872(Eng)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, Mosman, NSW) - Electoral Rolls: butcher (Mosman, 1930-1954) ===''BURBIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Arthur Burbidge|Burbidge, Philip Arthur]] [https://www.familysearch.org/tree/person/details/G8HM-7JL] - 1910(Eng)-1948(NSW) - Licences: 3PB Melbourne (Moonee Ponds, 1928-1931); 2PB Sydney (Bellevue Hill, 1946-1947) - Qualifications: AOCP 456, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant manager (Camberwell, 1934); manager (Bellevue Hill, 1943) ===''BURBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Alfred Burbury|Burbury, Eric Alfred]] - 1894(Tas)-1976(NSW) - early wireless experimenter (Tasmania, unlicensed?), ship wireless operator (1910s), broadcast engineer (AWA, Koo-we-rup; 2FC, chief engineer), brother of Harry Keith Burbury * [[/Harry Keith Burbury|Burbury, Harry Keith "Keith"]] - 1897(Tas)-1986(NSW) - engineer (PMGD), brother of Eric Alfred Burbury ===''BURCHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Burchill|Burchill, Charles]] [https://www.familysearch.org/tree/person/details/GXXD-8PF] - 1894(Qld)-1969(NSW) - Licences: 4EM Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (Hendra, Qld, 1925; Surry Hills, NSW, 1930); fitter (Long Bay Camp, NSW, 1933; Surry Hills, NSW, 1934-1936; Harbord, NSW, 1937); watchman (Maroubra, NSW, 1943-1949) ===''BURFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Patrick Burford|Burford, Walter Patrick]] [https://www.familysearch.org/tree/person/details/GHM2-CD9] - 1912(SA)-1960(Vic) - Licences: 5PB Naracoorte (1934-1939, 1947-1960) - Qualifications: cc; AOCP 1365, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, SA, 1939-1943) ===''BURGESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Thomas Burgess|Burgess, George Thomas]] [https://www.familysearch.org/tree/person/details/G8W5-N95] - 1913(SA)-1994(SA) - Licences: 5GC Adelaide (Prospect, 1933-1939; Henley Beach, 1947-1980+) - Qualifications: cc; AOCP 1233, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Henley, SA, 1941-1943) * [[/Thomas William Watkins Burgess|Burgess, Thomas William Watkins]] [https://www.familysearch.org/tree/person/details/LDZP-X1R] - 1861(NSW)-1929(NSW) - Licences: XDA Wagga Wagga (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: medical practitioner (Wagga Wagga, 1901-1903) ===''BURGOYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Burgoyne|Burgoyne, Francis James]] [https://www.familysearch.org/tree/person/details/GXQN-1VS] - 1876(Wales)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (VIY, 1913-?); RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: officer-in-charge (Radio Station, South Townsville, 1919); postmaster (Concord, 1930); public servant (Homebush, 1930); postmaster (Homebush, 1933; Strathfield, 1935; Inverell, 1936; Bondi North, 1943) ===''BURING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rudolph Buring|Buring, Rudolph]] [https://www.familysearch.org/tree/person/details/L51C-YVT] - 1906(Tas)-1973(Vic) - Licences: 7AX Receive Hobart (1922-1923); Receive Hobart (1923-1924); 7RB Hobart (1925-1933); 3RB Melbourne (Ballarat, 1935-1939) - Qualifications: cc; AOCP 102, 1925, No. ?? in Tas; AOLCP 166, 1934 - amateur operator; amateur broadcaster; electronics engineer (PMGD) - Electoral Rolls: university demonstrator (Hobart, 1928); radio engineer (Sale, 1936; Ballarat, 1936-1937); engineer (Kew, 1943-1972) ===''BURMESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Conrad Burmester|Burmester, Otto Conrad]] [https://www.familysearch.org/tree/person/details/GXWN-7VX] - 1909(Qld)-1997(Qld) - Licences: 4OB Brisbane (East Brisbane, 1933) - Qualifications: cc; AOCP 1158, 1933, No. ?? in Qld; 2COCP 31, 1935; 1COCP 46, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: broadcaster (Toowong, Qld, 1943); PMG technician (East Brisbane, Qld, 1949-1980) ===''BURNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud Edward James Burns|Burns, Claud Edward James]] [https://www.familysearch.org/tree/person/details/KCLY-P7V] - 1893(Qld)-1978(Qld) - Licences: 4ZY Kingaroy (1932-1939); 4ZY Innisfail (1946-1947); 4ZY Cairns (1948-1975) - Qualifications: cc; AOCP 996, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: supervising technician (Cairns, Qld, 1954-1977) ===''BURRAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Allan Burrage|Burrage, John Allan]] [https://www.familysearch.org/tree/person/details/KCW4-SLS] - 1916(Vic)-1942(Ins) - Licences: 3UW Melbourne (Deepdene, 1934-1937), 3UW (Shepparton, 1938-1939) - Qualifications: AOCP 1322, 1934, No. ?? in Vic; BOCP 59, 1936; 1COCP 291, 1939 - amateur operator, amateur broadcaster, broadcast engineer (3SR), WW2 - Electoral Rolls: radio engineer (Shepparton, 1942) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/burrage-john-allan-400643/] ===''BURROWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Owen Burrows|Burrows, Alan Owen]] [https://www.familysearch.org/tree/person/details/KNZG-V74] - 1901(NSW)-1933(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio correspondent (Sydney Morning Herald, Sydney Sun); proprietor Miss F. V. Wallace (Wireless Shop), 1927-1933; president Waverley Radio Club - Electoral Rolls: radio dealer (Waverley, 1930-1933) - Comment: Gone too soon * [[/Ernest Walter Burrows|Burrows, Ernest Walter]] [https://www.familysearch.org/tree/person/details/LZDY-YQ8] - 1900(WA)-1986(NSW) - Licences: 6DZ Geraldton (1924-1927); 2DZ Sydney (Concord, 1929-1930) - Qualifications: cc; CPRT 659, 1921; 1COCP 5, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: technical assistant (Canterbury, NSW, 1937-1949; Earlwood, 1954-1980) * [[/Frederick Harold Burrows|Burrows, Frederick Harold]] [https://www.familysearch.org/tree/person/details/LZDY-TKH] - 1894(Eng)-1974(WA) - Licences: 6BH Perth (Claremont, 1922-1924); 6BH Kalgoorlie (1925-1927); 6BF Perth (Beverley, 1937-1939) - Qualifications: cc; AOCP 193, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgoorlie, 1916; Claremont, 1922; Kalgoorlie, 1925); headmaster (Beverley, 1937; Subiaco, 1943-1958); retired (Subiaco, 1963-1972) * [[/John Charles Fry Burrows|Burrows, John Charles Fry]] [https://www.familysearch.org/tree/person/details/GDKZ-LJ8] - 1897(Vic)-1981(Vic) - Licences: XJCD Melbourne (Kew, 1913-1914) - Qualifications: cc; CPRT 251, 1916 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: no occupation (Kew, 1919-1931); representative (Bairnsdale, 1934); commercial (Kew, 1936-1937); superintendent (Caulfield, 1943-1954); manager (Toorak, 1963-1980) ===''BURTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Reg Burton|Burton, Arthur Reg]] [https://www.familysearch.org/tree/person/details/GXCC-3HM] - 1899(Eng)-1982(Qld) - Licences: 4FE Brisbane (South Brisbane, 1935-1936; City, 1937-1939; Highgate Hill, 1946-1948); 1FE Heard Island (1954-1955); 4FE Thursday Island (1955-1956); 4FE Normanton (1960); 4FE Labrador (1965-1980+) - Qualifications: cc; AOCP 1563, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, AIF); broadcast technician; federal public servant (PMGD) - Relationships: Likely father of 4BM Arthur Henry Burton - Electoral Rolls: artist (Lutwyche, Qld, 1921); picture showman (Beenleigh, Qld, 1922-1926); motor engineer (Kangaroo Point, Qld, 1931-1934; South Brisbane, Qld, 1937); radio engineer (South Brisbane, Qld, 1943); diesel engineer (Highgate Hill, Qld, 1949-1954); technician (Highgate Hill, Qld, 1958); retired (Labrador, Qld, 1968-1980) ===''BUSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Talbot Busch|Busch, Reginald Talbot]] [https://www.familysearch.org/tree/person/details/GZJ3-2P7] - 1907(Vic)-2005(Vic) - Licences: 3LS Receive Melbourne (Essendon, 1923); 3LS Melbourne (Moonee Ponds, 1923-1939; North Essendon, 1946-1969; Strathmore, 1975-1980+) - Qualifications: cc; AOCP 157, 1925, No. ?? in Vic; AOLCP 286, 1936; 1AOCP 3, 1946 - amateur operator; amateur broadcaster; research engineer (1942) - Electoral Rolls: engineer (Moonee Ponds, 1931-1937); research engineer (Essendon, 1942-1968); research (Strathmore, 1972-1977) ===''BUSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Melville Bush|Bush, Albert Melville]] [https://www.familysearch.org/tree/person/details/LBB7-DFN] - 1893(Vic)-1964(Vic) - 3YY Bendigo (1924-1927) - Qualifications: cc; AOCP 197, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: dental apprentice (Bendigo, 1914-1919); dentist (Bendigo, 1922-1963) ===''BUSHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Robert William Bushby|Bushby, Thomas Robert William]] [https://www.familysearch.org/tree/person/details/K2G5-KTN] - 1900(Eng)-1978(NSW) - Licences: 2TW Bulli (1927-1928); 2TW Sydney (Gladesville, 1929; Hunters Hill, 1930; Gladesville, 1931-1933; Rose Bay, 1934; Bondi North, 1935-1937; Bellevue Hill, 1938-1939) - Qualifications: AOCP 368, 1927, No. ?? in NSW; AOLCP 32, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hunters Hill, 1930; Gladesville, 1933); engineer (Rose Bay, 1934; Bellevue Hill, 1935; Bondi, 1936-1937; Kingsgrove, 1943-1954); radio engineer (Bexley, 1958-1963) ===''BUTCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Butcher|Butcher, Eric William]] [https://www.familysearch.org/tree/person/details/GXWG-77S] - 1912(Qld)-1970(Qld) - Licences: 4EB Brisbane (Lutwyche, 1931-1933; Kedron, 1938-1939) - Qualifications: cc; AOCP 871, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Kedron, Qld, 1936-1937); teacher (Grange, Qld, 1949; Wavell Heights, Qld, 1958-1968) ===''BUTLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lloyd Butler|Butler, Alfred Lloyd "Lloyd"]] - Licences: 5BR Adelaide (Prospect, 1947); 5BR Murray Bridge (1948-1960); 5BR Adelaide (Panorama, 1965-1980+) - Qualifications: AOCP; BOCP; TVOCP - amateur operator; historian (SA amateur, SA broadcast) - Electoral Rolls: - Links: [http://users.tpg.com.au/ldbutler/index.htm Web] * [[/Richard Edmund Butler|Butler, Richard Edmund "Dick"]] [https://www.familysearch.org/tree/person/details/GQX1-ZPZ] - 1926(Vic)-2012(Vic) - Senior federal public servant (PMGD), Deputy General Secretary ITU 1983-1989, Secretary General ITU 1983-1989 [https://www.itu.int/en/history/Pages/ElectedOfficialBio.aspx?off=6] ===''BUTLER-WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bertie Saywell Butler-Wood|Butler-Wood, Bertie Saywell]] [https://www.familysearch.org/tree/person/details/GXJ2-18J] - 1894(NSW)-1954(Qld) - Licences: 4EJ Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (West End, Qld, 1919-1925); dentist (West End, Qld, 1943-1954) ===''BUTTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Butterfield|Butterfield, George William]] [https://www.familysearch.org/tree/person/details/L77T-FCW] - 1903(Eng)-1980(WA) - Licences: 6GW Perth (South Perth, 1932-1939) - Qualifications: cc; AOCP 906, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: dental mechanic (Northam, WA, 1925; South Perth, WA, 1931); radio engineer (South Perth, WA, 1936-1958); retired (South Perth, WA, 1977) ===''BUTTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Butters|Butters, William Leslie W.]] [https://www.familysearch.org/tree/person/details/2VQ7-BSV] - 1885(NSW)-1953(NSW) - Licences: 2WY Bermagui South (1928-1935); 2WY Sydney (Brooklyn, 1936-1938; Cronulla, 1939; Karuah, 1946-1947); 2WY Nambucca Heads (1948-1950) - Qualifications: AOCP 464, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: fisheries inspector (Bermagui South, 1930; Brooklyn, 1936); clerk (Erskineville, 1943); retired (Nambucca Heads, 1949) ===''BUTTERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Butterworth|Butterworth, Cecil]] [https://www.familysearch.org/tree/person/details/GMLR-QDG] - 1910(NSW)-1990(NSW) - Licences: 2CB Wallsend (1929-1930); 2BU Wallsend (1931-1939, 1946-1980+) - Qualifications: AOCP 540, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Wallsend, 1936-1958); manufacturer (Wallsend, 1963-1972); engineer (Rankin Park, 1977-1980) ===''BUZACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Hardie Buzacott|Buzacott, Albert Hardie "Hardie"]] [https://www.familysearch.org/tree/person/details/L7YK-QZ6] - 1914(Qld)-1984(Qld) - Licences: 4UZ Toowoomba (1934-1939) - Qualifications: cc; AOCP 1242, 1934, No. ?? in Qld; AOLCP 260, 1935 - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio mechanic (East Toowoomba, Qld, 1936-1937); radio operator (East Toowoomba, Qld, 1943-1949); manager (Roma, Qld, 1949; Gympie, Qld, 1954-1972; Caloundra, Qld, 1977-1980) * [[/Richard Norman Buzacott|Buzacott, Richard Norman]] [https://www.familysearch.org/tree/person/details/GZ82-8ZL] - 1909(WA)-1975(Vic) - Licences: 3RB Melbourne (Elsternwick, 1926; Burwood, 1931; Camberwell, 1933); 2TD Sydney (North Sydney, 1935-1936); 3TD Lubeck (1938-1939); 3TD Melbourne (Balwyn, 1946-1960); 3AUB Melbourne (Reservoir, 1969-1975) - Qualifications: AOCP 298, 1926, No. ?? in Vic; 1COCP 61, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1931); broadcast engineer (North Sydney, 1934-1935); engineer (Camaray, NSW, 1936); broadcast engineer (Lubeck, 1937); wireless operator (Canterbury, 1943); technician (Canterbury, 1949-1954); engineer (Reservoir, 1963-1972) =='''C'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''CAGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cagney|Cagney, Eric William]] [https://www.familysearch.org/tree/person/details/GXH2-9HV] - 1909(Qld)-1990(Qld) - Licences: 4EC Rockhampton (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1386, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Palings, piano tuner); associate I.R.E. Aust - Electoral Rolls: musical instrument worker (Rockhampton, Qld, 1931-1980) ===''CAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Cain|Cain, James Henry]] [https://www.familysearch.org/tree/person/details/MKN2-48M] - 1866(Isle of Man)-1940(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a/g superintendent, Central Mission, Wesley Church, Melbourne, Vic) - Electoral Rolls: clergyman (Mooroopna, 1903; North Melbourne, 1909-1913; Carlton, 1914-1919; Glenferrie, 1921-1924; Auburn, 1924-1927; Kew, 1928-1937) ===''CALDECOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry William Spencer Caldecott|Caldecott, Henry William Spencer]] [https://www.familysearch.org/tree/person/details/GZT8-K3M] - 1908(Canada)-1991(NSW) - Licences: 2SM Sydney (Manly, 1926-1927; Chatswood, 1928-1929; Manly, 1930-1931); 2DA Sydney (Manly, 1933-1939; Balgowlah, 1946-1980+) - Qualifications: AOCP 285, 1926, No. ?? in NSW; AOLCP 58, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Balgowlah, 1930-1968); engineer (Balgowlah, 1977-1980)- callsign 2SM withdrawn by PMGD for allocation to 2SM commercial broadcaster ===''CALDWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aleck Stewart Caldwell|Caldwell, Aleck Stewart]] [https://www.familysearch.org/tree/person/details/M5SS-6BB] - 1903(SA)-1983(SA) - Licences: Receive Adelaide (Unley North, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: During 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Donald Pavy Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: draftsman (Black Forest, SA, 1939); assistant (Erindale, SA, 1941-1943) * [[/Donald Pavy Caldwell|Caldwell, Donald Pavy]] [https://www.familysearch.org/tree/person/details/LVC2-5NT] - 1907(SA)-1959(NSW) - Licences: Nil yet identified - Qualifications: cc; AOCP 29, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Comment: amateur broadcaster but never held licence in his name, during 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Aleck Stewart Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: telegraphist (Clapham, SA, 1939-1943) * [[/Frank David Caldwell|Caldwell, Frank David]] [https://www.familysearch.org/tree/person/details/G8DV-FQ9] - 1907(NSW)-1975(NSW) - Licences: 2YF Sydney (Bondi, 1930-1936; Concord, 1937; Bondi, 1938-1939; Waverley, 1946-1969); 2YF Katoomba (1975) - Qualifications: AOCP 587, 1930, No. ?? in NSW; 3COCP 404, 1938; BOCP 186, 1938 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: employee Clyde Engineering Works (Burwood, 1930); mechanic (Bondi, 1936-1937; Waverley, 1949-1958; Bronte, 1963-1968) * [[/Robert Ballantyne Caldwell|Caldwell, Robert Ballantyne]] [https://www.familysearch.org/tree/person/details/2ZSH-LYB] - 1869(SA)-1942(SA) - Licences: 5BP Adelaide (Unley, 1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: father of Aleck Stewart Caldwell & Donald Pavy Caldwell; brother of William Alexander Caldwell - Electoral Rolls: resident engineer (North Unley, SA, 1939-1941) * [[/Rupert Christian Caldwell|Caldwell, Rupert Christian]] [https://www.familysearch.org/tree/person/details/G8W3-897] - 1893(Vic)-1989(NSW) - Licences: 2YW Receive Sydney (Leichhardt, 1923-1924); 2JO Sydney (Bondi Junction, 1928; Waverley, 1929-1933; Woollahra, 1934-1937; Bondi, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 415, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: traveller (Waverley, 1930-1933; Woollahra, 1934-1936; Bondi Beach, 1937-1968); retired (Waverley, 1972; Bondi Beach, 1977; Malabar, 1980) * [[/William Alexander Caldwell|Caldwell, William Alexander]] [https://www.familysearch.org/tree/person/details/K8Y4-P92] - 1881(SA)-1964(SA) - Licences: 5DI Receive Adelaide (Unley, 1923); 5BO Adelaide (Unley, 1923); 5BP Adelaide (Unley, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: brother of Robert Ballantyne Caldwell; uncle of Aleck Stewart Caldwell & Donald Pavy Caldwell - Electoral Rolls: nil (Glenelg, SA, 1939-1943) ===''CALETTI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guido Caletti|Caletti, Guido "Jim"]] [https://www.familysearch.org/tree/person/details/G841-NV5] - 1900(NSW)-1952(NSW) - Licences: 2CL Receive Sydney (Leichhardt, 1922; Newtown, 1922); 2CL Sydney (Newtown, 1923; Redfern, 1924; Annandale, 1924-1926; Punchbowl, 1927-1929; Penrose, 1930); 2AHV Sydney (Hurstville, 1938-1939, 1946-1950) - Qualifications: cc; CPRTelephony 649, 1921 - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Punchbowl, 1930); mechanic (Bankstown, 1933); telephone mechanic (Hurstville, 1937-1949) ===''CALLABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Callaby|Callaby, Clarence James]] [https://www.familysearch.org/tree/person/details/GZBQ-38C] - 1910(NSW)-1978(NSW) - Licences: 2CJ Sydney (Concord, 1929-1934); 3BI Ballarat (1937-1939) - Qualifications: AOCP 546, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: laboratory assistant (Concord, 1933-1935); chemist (Croydon, 1936-1937); industrial chemist (West Ryde, 1943-1958); company director (St Ives, 1963-1968); director (St Ives, 1972-1977) ===''CALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Victor Callick|Callick, Harold Victor]] [https://www.familysearch.org/tree/person/details/GXF4-P45] - 1898(Eng)-1978(Qld) - Licences: Receive Brisbane (Herston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: surgical dresser (Kelvin Grove, Qld, 1921-1925; Herston, Qld, 1937-1963; Alderley, Qld, 1943-1949; Herston, Qld, 1954-1958; Chermside, Qld, 1963); retired (Miami, Qld, 1968-1977) ===''CALLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival James Callow|Callow, Percival James]] [https://www.familysearch.org/tree/person/details/GXFB-TR6] - 1899(Qld)-1969(Qld) - Licences: Receive (Crystal) Brisbane (Albion, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: public servant (Albion, Qld, 1921-1925); clerk (Glen Kedron, Qld, 1934; Kedron, Qld, 1936-1963); retired (Scarborough, Qld, 1968) ===''CAMERON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. R. Cameron|Cameron, A. R.]] - 19??(???)-19??(???) - Licences: 5RC Adelaide (Leabrook, 1931-1938); 2AMK Sydney (Hunters Hill, 1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Milton Cameron|Cameron, Robert Milton]] [https://www.familysearch.org/tree/person/details/GZXL-HDJ] - 1907(Vic)-1985(SA) - Licences: 3OT Receive Melbourne (Malvern, 1923); 3OT Melbourne (Malvern, 1924-1933); 2XV Sydney (Waverton, 1935; Cronulla, 1937-1939); 4CS Brisbane (Doomben, 1947; Archerfield, 1948); 3AC Melbourne (Prahran, 1954-1955; Hawthorn, 1956-1960) - Qualifications: cc; AOCP 112, 1925, No. ?? in Vic; 1COCP 87, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Malvern East, 1931-1934); aeradio operator (Cooktown, 1943); surveyor (Prahran, 1954) ===''CAMPBELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dallas Dwyer Campbell|Campbell, Dallas Dwyer]] - 1901(NSW)-1964(NSW) - 2KU? Receive Ulmarra (1922-23), 2CU Ulmarra (1924-1939), amateur operator (AOCP 5, 1924, No. ?? in NSW), amateur broadcaster * [[/Douglas Gilmore Campbell|Campbell, Douglas Gilmore]] [https://www.familysearch.org/tree/person/details/LJBS-NDD] - 1888(NSW)-1971(NSW) - 2JO Receive Kyogle (1922-1924), 2DG Kyogle (1925-1933), amateur operator (AOCP 70, 1925, No. ?? in NSW), amateur broadcaster * [[/Frank Valentine Campbell|Campbell, Frank Valentine]] [https://www.familysearch.org/tree/person/details/GXZJ-CGN] - 1901(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4GC George Alfred Campbell - Electoral Rolls: wireless expert (South Brisbane, Qld, 1926); mechanic (Kedron, Qld, 1928-1929); electrical engineer (Kedron, Qld, 1934-1954); electrician (Haberfield, NSW, 1958-1963); retired (Beacon Hill, NSW, 1968-1972) * [[/Frederick Alexander Campbell|Campbell, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/KC4J-HG7] - 1849(Sct)-1930(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, South Yarra, Vic) - Electoral Rolls: director (Melbourne, 1903-1913; South Yarra, 1914-1919); chief executive (South Yarra, 1924-1928) * [[/George Alfred Campbell|Campbell, George Alfred]] [https://www.familysearch.org/tree/person/details/GXZJ-C21] - 1894(Eng)-1983(Qld) - Licences: 4GC Brisbane (South Brisbane, 1937-1939, 1947-1960); 4GC Mermaid Beach (1965-1975); 4GC Brisbane (Annerley, 1980+) - Qualifications: cc; AOCP 2014, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Frank Valentine Campbell - Electoral Rolls: electrical engineer (West End, Qld, 1925-1926; South Brisbane, Qld, 1928-1963); retired (Annerley, Qld, 1968-1972; Mermaid Beach, Qld, 1977) * [[/James Campbell|Campbell, James]] - 1845(Sct)-1893(Vic) - proprietor of engineering business in Ballarat, politician in Victoria, Postmaster-General Victoria (Apr 1884 - Feb 1886) * [[/Neville Douglas Campbell|Campbell, Neville Douglas or Douglas Neville]] [https://www.familysearch.org/tree/person/details/G73C-WVG] - 1912(Tas)-2007(Tas) - Licences: 7NC Hobart (City, 1932-1939, 1946-1956; Sandy Bay, 1960-1980) - Qualifications: cc; AOCP 993, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (New Town, 1943; Sandy Bay, 1949-1958) * [[/Robert Campbell|Campbell, Robert]] - 1917(???)-1950(Qld) - Licences: 4RC Brisbane (Kelvin Grove, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1180, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, treasurer, QSL officer) - Comment: numerous contemporaneous RCs - Electoral Rolls: Nile yet identified ===''CANAVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Canavan|Canavan, John]] [https://www.familysearch.org/tree/person/details/GF3D-L6T] - 1914(Eng)-2008(WA) - Licences: 6CN Perth (City, 1936-1939); 6ON Perth (Mt Hawthorn, 1948) - Qualifications: cc; AOCP 1811, 1936, WA; BOCP 109, 1937; 1COCP 618, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (North Perth, WA, 1937; Maylands, WA, 1949; Bayswater, WA, 1954; Port Hedland, WA, 1958; Bayswater, WA, 1963-1980) ===''CANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Fredrick Herrett Cannon|Cannon, Ronald Fredrick or Frederick Herrett]] [https://www.familysearch.org/tree/person/details/G7JW-T6L] - 1913(Tas)-1994(Vic) - Licences: 7RC Wynyard (1932-1939); 3BRC Melbourne (Hawthorn, 1975) - Qualifications: cc; AOCP 946, 1932, No. ?? in Tas; BOCP 97, 1937; 1COCP 473, 1941 - amateur operator; amateur broadcaster; RAAFWR; WW2 - Electoral Rolls: shop assistant (Wynyard, 1936-1937); engineer (St Kilda, 1943); radio technician (Auburn, 1949; Hawthorn, 1954-1967); tv hirer (Hawthorn, 1968-1980) ===''CANSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathan Victor Charles Cansick|Cansick, Nathan Victor Charles]] [https://www.familysearch.org/tree/person/details/LKSJ-CXC] - 1907(Vic)-1968(NSW) - 3VE Receive Melbourne (St Kilda, 1923-1924), 3AK Melbourne (St Kilda, 1925-1931), amateur operator (AOCP 139, 1925, No. ?? in Vic), amateur broadcaster ===''CAREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Carey|Carey, Francis Joseph "Frank"]] - 18??-19?? - X??, 4?? Toowoomba 1911-1914, 1922-1923, 2AMI Sydney (Centennial Park, 1933-1939; North Sydney 1946-1954; Fairfield 1955-1980) - amateur operator (AOCP 1152, 1933, ?? in NSW) , radio club member (QWI), Halcyon: AOCP NSW 1925 * [[/John Thomas Carey|Carey, John Thomas]] [https://www.familysearch.org/tree/person/details/G6Y9-TZ8] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 19, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: wireless operator (St Kilda, 1913; West End, Townsville, 1919) ===''CARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Lewis Carne|Carne, Ronald Lewis "Ron"]] [https://www.familysearch.org/tree/person/details/GXCC-N3M] - 1910(Fiji)-1976(Qld) - Licences: 4RP Hambledon Mill via Cairns (1935); 4RP Innisfail (1937-1939) - Qualifications: cc; AOCP 1186, 1933, Qld; 3COCP 429, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Goondi Mill, Innisfail, 1936-1937); cane inspector (Sherwood, Qld, 1943); assistant cane inspector (Goondi Mill, Innisfail, Qld, 1949-1954); cane inspector (Victoria Mill, Ingham, Qld, 1954-1958); manager (Harwood Mill, Harwood Island, NSW, 1963; Victoria Mill, Ingham, Qld, 1968); retired (Bowen, Qld, 1972) ===''CARPENTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Carpenter|Carpenter, Archibald John]] [https://www.familysearch.org/tree/person/details/GZPR-BJS] - 1900(WA)-1956(France) - Licences: No known licence - Qualifications: cc; AOCP 376, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: school teacher (Northam, 1925-1936); instructor (South Perth, 1943); firewood vendor (Whyalla, 1948); teacher (Kalgoorlie, 1954) ===''CARRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Carrie|Carrie, F.]] - 19??(???)-19??(???) - Licences: 5JC Adelaide (Glanville, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CARTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Carter|Carter, Albert Edward "Birdie"]] [https://www.familysearch.org/tree/person/details/GHDL-5CB] - 1916(Qld)-2014(Qld) - Licences: 4LT Brisbane (Wavell Heights, 1938-1939, 1946-1948); 4LT Nanango (1954); 4LT Brisbane (Carina, 1955-1969); 4LT Sunshine Beach (1975); 4LT Tewantin (1980) - Qualifications: cc; AOCP 2143, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); wholesale grocery (S. Hoffnung & Co); WW2 - Comment: several contemporaneous AECs - Electoral Rolls: merchant (Greenslopes, Qld, 1943-1949); manager (Nanango, Qld, 1954); departmental manager (Carina, Qld, 1958-1972); retired (Sunshine Beach, Qld, 1977; Tewantin, Qld, 1980)) * [[/Clarence Sydney William Carter|Carter, Clarence Sydney William]][https://www.familysearch.org/tree/person/details/L5T1-TXL] - 1902(SA)-1962(SA) - Licences: Receive Adelaide (Kensington, 1923); 5CS Adelaide (Maylands, 1924-1926) - Qualifications: cc; AOCP 24, 1924, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: salesman (Glen Osmond, SA, 1939-1943) * [[/Frederick Pell Carter|Carter, Frederick Pell or Peel (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXP4-2BC] - 1899(NSW)-1968(SA) - Licences: 5GK Adelaide (Mile End, 1931-1939) - Qualifications: cc; AOCP 761, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: service station proprietor (Mile End, SA, 1939-1943) * [[/H. Carter|Carter, H.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Graceville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Numerous contemporaneous HCs - Electoral Rolls: Nil yet identified * [[/Harry Raymond Carter|Carter, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G9G5-KJT] - 1911(NSW)-1986(NSW) - Licences: 2HC Quirindi (1926-1939; 1946-1980+); 2BE Portable Quirindi (1933-1934); 2AI Portable Quirindi (1935-1939) - Qualifications: AOCP 286, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Quirindi, 1933-1980) - Callsign 2BE withdrawn by PMGD for 2BE Bega commercial ===''CARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Carty|Carty, Bruce]] - historian (broadcast, amateur broadcast), author "Australian Radio History" ===''CASTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Castle|Castle, Clarence Henry "Clarry"]] [https://www.familysearch.org/tree/person/details/GXGF-7GR] - 1915(SA)-2002(SA) - Licences: 5KL Adelaide (Prospect, 1933-1939); 5KL Darwin (1947-1948); 5KL Adelaide (Enfield Heights, 1954-1965; Enfield, 1969-1980+) - Qualifications: cc; AOCP 1209, 1933, SA; 2COCP 263, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''CASWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Harold Caswell|Caswell, Archibald Harold "Arch"]] [https://www.familysearch.org/tree/person/details/GXCC-Y3X] - 1913(Qld)-1986(Qld) - Licences: 4CB Murgon (1934-1939); 4CB Maryborough (1946-1975) - Qualifications: cc; AOCP 1340, 1934, Qld - amateur operator; amateur broadcaster; WW2 (POW); business proprietor (garage) - Electoral Rolls: radio technician (Maryborough, Qld, 1954-1972); retired (Torquay, Qld, 1977-1980) ===''CATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lester Evans Catford|Catford, Lester Evans]] [https://www.familysearch.org/tree/person/details/GDD8-RCB] - 1911(SA)-1990(SA) - Licences: 5LC Gladstone (1931-1939, 1947); 5LC Adelaide (Malvern, 1948-1980) - Qualifications: cc; AOCP 789, 1931, No. ?? in SA; BOCP 357, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Gladstone, SA, 1939-1943) * [[/Lance Maynard Catford|Catford, Lance Maynard]] [https://www.familysearch.org/tree/person/details/GMQR-K2W] - 1913(SA)-1989(SA) - Licences: 5XL Clare (1939, 1947-1980+) - Qualifications: AOCP 2372, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: share farmer (Clare, SA, 1939) ===''CAVANAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Mortimer Cavanagh|Cavanagh, William Mortimer]] [https://www.familysearch.org/tree/person/details/GZ23-GPH] - 1908(Vic)-1995(NSW) - Receive Warburton (1923-1924), 3WC Melbourne (St Kilda, 1925), 2WC Sydney (Potts Point, 1928), 2WC Goulburn (1930), 3WC Melbourne (St Kilda, 1931; Williamstown, 1937-1939), 2WC Wauchope (1946-1980+), qualifications: (AOCP 214, 1925, No. ?? in Vic; 1COCP 598, 1942), amateur operator, amateur broadcaster, WW2, electoral rolls: sales (Goulburn, 1930; St Kilda, 1931-1934), radio dealer (Wauchope, 1949-1980) ===''CAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Cave|Cave, Norman]] [https://www.familysearch.org/tree/person/details/GDB7-G73] - 1898(Eng?)-19??(???) - Licences: 7BC Launceston (1925-1926); operator of Wills & Co Receive licence 1924 - Qualifications: cc; AOCP 129, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 (RAF Wireless Operator); foundation member Tasmanian Gliding Club (instructor); returned to England 1931; likely Wing Commander RAF in WW2; possibly lost in SE Asia 1942 - Electoral Rolls: Nil yet identified ===''CAWTHRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Cawthron|Cawthron, Edward Joseph "Ted"]] [https://www.familysearch.org/tree/person/details/GZBH-9SX] - 1908(NSW)-1964(SA) - Licences: 2JC Sydney (Concord, 1926-1933; Neutral Bay, 1931; Concord, 1933; Five Dock, 1933); 2VA Sydney (City, 1931); 2EJ Sydney (City, 1931); 5JC Adelaide (Kent Town, 1937-1939); 5JE Adelaide (Somerton, 1947-1948; North Glenelg, 1954; Somerton Park, 1960) - Qualifications: cc; AOCP 308, 1926, No. ?? in NSW; BOCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Haberfield, 1943) ===''CECIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clyde Cecil|Cecil, Clyde]] [https://www.familysearch.org/tree/person/details/GZN5-XYG] - 1898(Vic)-1963(WA) - Licences: 6AB Kalgoorlie (1923-1927) - Qualifications: cc; AOCP 154, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2; witness to Royal Commission 1927 (as a listener, Kalgoorlie) - Electoral Rolls: civil servant (Kalgoorlie, 1919); lecturer (Kalgoorlie, 1921-1925; Maylands, 1928-1937); metallurgist (Nedlands, 1943); physicist (Nedlands, 1949-1954); school principal (Triggs Island, 1958-1963) ===''CHADWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Howel Chadwick|Chadwick, Richard Howel (Electoral Rolls) or Howell (BMD) "Dick"]] [https://www.familysearch.org/tree/person/details/G3PQ-6HH] - 1896(NZ)-1955(Qld) - Licences: 4GU Brisbane (Wilston, 1933-1939, 1946-1947) - Qualifications: cc; AOCP 1197, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW1; radio clubs (WIAQ); employment (travelling salesman) - Electoral Rolls: storeman (Zillmere, Qld, 1921); salesman (Wilston, Qld, 1925-1954) ===''CHAFFER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Martin Chaffer|Chaffer, Edward Martin "Martin"]] [https://www.familysearch.org/tree/person/details/GZ1Z-B3P] - 1905(Vic)-1981(Vic) - Licences: 3XF Receive Melbourne (Moonee Ponds, 1923); 3XF Melbourne (Moonee Ponds, 1923-1927); 6XF Perth (Mt Lawley, 1930-1931); 3XF Melbourne (Moonee Ponds, 1933); 2AEK Sydney (Potts Point, 1938); 3MH Hamilton (1947); 3MH Ballarat (1948); 3MH Swan Hill (1954); 3MH Melbourne (Preston, 1955-1956; Moonee Ponds, 1965-1969; Doncaster, 1975-1980) - Qualifications: cc; AOCP 354, 1927, No. ?? in Vic; 3COCP 304, 1937; 2COCP 113, 1937; 1COCP 151, 1937 - amateur operator, amateur broadcaster, radio clubs (WIA Vic Essendon, treasurer, 1924), placed 2nd for best complete station Melbourne Wireless Exhibition 1924; placed second for best complete station at Melbourne Wireless Exhibition 1925; placed 10th in 3LO amateur broadcasting competition 1926; broadcast engineer (3HA, 3BA, 3SH), Dept Civil Aviation 1930s, military (WW2, 1942+) - Electoral Rolls: manager (Moonee Ponds, 1928-1936); radio engineer (Hamilton, 1942; Ballarat, 1949; Swan Hill, 1954; Preston, 1963); radio technician (Moonee Ponds, 1967-1968); retired (Doncaster, 1977-1980) - Relationships: father of 3AII Ken Chaffer ===''CHALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Robert Challen|Challen, Peter Robert]] - 1848(Eng)-1905(Vic) - early telephone, telephony & wireless experimenter, employment (Vic Posts & Telegraphs, Electrical Office & Postmaster), radio clubs (Telegraph Electrical Society, Victoria), associate of Henry Walter Jenvey, William Philip Bechervaise & George Smibert ===''CHALLENDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard Challender|Challender, Gerard "Gerry"]] - 1910(Eng)-1950(NSW) - 2ZS Kempsey, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, high profile participation 1950 Kempsey floods, military (WW2) ===''CHALLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Reginald Challenger|Challenger, George Reginald]] [https://www.familysearch.org/tree/person/details/G3YQ-ZZB] - 1902(NSW)-1936(NSW) - Licences: 2GC Sydney (Auburn, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Auburn, 1930-1935) ===''CHAMBERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Rupert Chambers|Chambers, Francis Rupert]] [https://www.familysearch.org/tree/person/details/MYY2-JKX] - 1898(Vic)-1971(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 247, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Camberwell, 1924-1925); contractor (Geraldton, 1931; Mt Waverley, 1934-1936); linesman (Seaford, 1937; Frankston, 1942); technician (Frankston, 1949; Seaford, 1954); retired (Upwey, 1963; McRae, 1968) * [[/Walter Alfred Chambers|Chambers, Walter Alfred]] [https://www.familysearch.org/tree/person/details/G3N6-VX1] - 1889(Qld)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 151, 1915; 2COCP 100, 1930; 1COCP 96, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIP Perth (1917-1918) - Electoral Rolls: mechanic (Thursday Island, 1912-1913); radio telegraphist (Wyndham, 1916-1917); telegraphist (Subiaco, 1917); radio telegraphist (Esperance, 1921-1925); officer-in-charge (Geraldton, 1925); radio officer (Como, 1931-1934; Esperance, 1936-1937); radio telegraphist (Como, 1943-1968) ===''CHANDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Beals Chandler|Chandler, John Beals]] [https://www.familysearch.org/tree/person/details/G6HN-HXH] - 1887(Eng)-1962(Qld) - principal (4BC); proprietor (J. B. Chandler & Co., 1913-1962); Lord Mayor Brisbane (1940-1952); witness to Royal Commission Wireless 1927 - don't confuse D. W. Chandler early wireless experimenter - [https://adb.anu.edu.au/biography/chandler-sir-john-beals-9724 ADB] ===''CHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Channon|Channon, H. D.]] - 19??(???)-19??(???) - Licences: 2BO Receive Inverell (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Lloyd Lister Channon|Channon, Lloyd Lister]] [https://www.familysearch.org/tree/person/details/GD59-4NS] - 1885(NSW)-1949(NSW) - Licences: 2AQ Receive Manilla (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: postmaster (Elsmore, 1913); postal official (Raymond Terrace, 1930-1949) ===''CHAPMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Chapman|Chapman, Austin]] [https://www.familysearch.org/tree/person/details/LZYW-3F4] - 1864(NSW)-1926(NSW) - occupations (apprentice saddler, hotelier), politician (Postmaster-General, 1905-1907), oversight of Commonwealth Wireless Telegraphy conference Melbourne 1907 - Links: [[w:Austin Chapman|Wikipedia]]; [https://adb.anu.edu.au/biography/chapman-sir-austin-5554 ADB] * [[/Bruce Amundsen Chapman|Chapman, Bruce Amundsen]] [https://www.familysearch.org/tree/person/details/G8VL-575] - 1912(WA)-1969(NSW) - Licences: 2BA Sydney (Chatswood, 1930-1939; Balgowlah, 1946-1958; St Ives, 1960-1969 - Qualifications: AOCP 696, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: shipping clerk (Chatswood, 1935-1937); clerk (Balgowlah, 1949-1958; St Ives, 1963-1968) * [[/E. B. Chapman|Chapman, E. B.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Frank William Chapman (Qld)|Chapman, Frank William (Qld)]] [https://www.familysearch.org/tree/person/details/GXC5-KB3] - 1898(???)-1974(Qld) - Licences: 4XL Brisbane (Yeronga, 1931-1939); 4ZFC Brisbane (Ekibin, 1965); 4TH Brisbane (Ekibin, 1969) - Qualifications: cc; AOCP 785, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: gardener (Salisbury, Qld, 1928); labourer (Yeronga, Qld, 1929-1937); waterside worker (Paddington, Qld, 1943-1949); PMG technician (Ekibin, Qld, 1954-1972) * [[/Frank William Chapman (WA)|Chapman, Frank William (WA)]] [https://www.familysearch.org/tree/person/details/LBXD-TFK] - 1918(Vic)-1988(WA) - Licences: 6CC Perth (Manning Park, 1954-1965; Bassendean, 1969-1980+) - Qualifications: cc; AOCP 3319, 1953, WA - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Chidlow, WA, 1949); teacher (Manning Park, WA, 1954-1963); technical school principal (Kalgoorlie, WA, 1963); teacher (Bassendean, WA, 1968-1977); retired (Bassendean, WA, 1980) * [[/Harrison Chapman|Chapman, Harrison "Harry"]] [https://www.familysearch.org/tree/person/details/G8CX-2C5] - 1909(Vic)-1990(Vic) - Licences: 3JX Receive Melbourne (Ivanhoe, 1922); 3GU Melbourne (Ivanhoe, 1929-1939, 1946-1965; Flinders, 1965-1975); 3AGU Portable Melbourne (Ivanhoe, 1948-1956; Flinders, 1965-1975) - Qualifications: AOCP 513, 1929, No. ?? in Vic; 1AOCP 32, 1946 - amateur operator, amateur broadcaster - Electoral Rolls: student (Ivanhoe, 1931-1936); chemist (Geelong, 1937); RAAF (Ballarat, 1942; Ivanhoe, 1949-1954); chemical engineer (Ivanhoe, 1963); minister of religion (Flinders, 1968); clergyman (Flinders, 1972-1977) * [[/Owen George Chapman|Chapman, Owen George]] [https://www.familysearch.org/tree/person/details/K8YX-YLK] - 1904(NSW)-1961(NSW) - Licences: 2OC Wyong (1930-1939, 1946-1960) - Qualifications: AOCP 669, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Wyong, 1930-1958) * [[/Percival Carnew Lamont Chapman|Chapman, Percival Carnew Lamont "Percy"]] [https://www.familysearch.org/tree/person/details/G8GM-5M8] - 1911(Qld)-2008(Qld) - 4PC Brisbane (Sandgate, 1933); 4PC Babinda (1937-1939); 4PC Monto (1946-1975); 4PC Point Vernon (1980) - Qualifications: cc; AOCP 1155, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); occupation (power house engineer/manager) - Relationships: father of Geoff Chapman 4CET - Electoral Rolls: engineer (Ayr, Qld, 1943; Monto, Qld, 1949-1972); retired (Point Vernon, Qld, 1977-1980) * [[/William George Chapman|Chapman, William George]] [https://www.familysearch.org/tree/person/details/KZ2X-8KG] - 1890(Tas)-1957(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 116, 1915; 1COCP 63, 1930 - RANRS (Warrant Telegraphist, 1917); coastal wireless operator; witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: radio telegraphist (Broome, 1925); officer-in-charge (Radio Station Applecross, 1931-1954) ===''CHAPPELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Arthur Chappell|Chappell, Lloyd Arthur]] [https://www.familysearch.org/tree/person/details/G69G-SB9] - 1911(Tas)-1998(Tas) - Licences: 7LC Ross (1936-1937); 7LC Winnaleah (1938-1939); 7LC Hobart (Kingston, 1947-1955; Sandy Bay, 1956-1975; Coles Bay, 1980+) - Qualifications: cc; AOCP 1828, 1936, No. ?? in Tas; BOCP 172, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: projectionist (Ross, 1936-1937); radio engineer (Queenstown, 1943; Kingston, 1949-1958) ===''CHARLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Charles|Charles, Edward Arthur]] [https://www.familysearch.org/tree/person/details/K8QC-V3V] - 1916(SA)-1981(SA) - Licences: 5YQ Adelaide (North Unley, 1935-1939; Unley, 1947-1948; Ascot Park, 1954-1956; Hyde Park, 1960-1980+) - Qualifications: cc; AOCP 1443, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Unley, SA, 1939-1943) ===''CHARLESWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Denison Charlesworth|Charlesworth, Reginald Denison]] [https://www.familysearch.org/tree/person/details/GW1M-CKJ] - 1900(Eng)-1980(NSW) - Licences: 2CI Receive Sydney (Haberfield, 1922); 2CI Sydney (Haberfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: migrated to Fiji mid 1920s, returned to Australia mid 1930s - Electoral Rolls: factory manager (Summer Hill, 1933); engineer (Haberfield, 1935-1937); Lane Cove, 1943); radio engineer (Dee Why, 1949-1954); engineer (Hunters Hill, 1958-1972) ===''CHARTERIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Charteris|Charteris, Michael]] - 4QS Ipswich & Maryborough - amateur operator, historian (amateur) ===''CHATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Greatham Chatfield|Chatfield, Robert Greatham "Bob"]] [https://www.familysearch.org/tree/person/details/LK92-9L1] - 1900(NZ)-1974(NZ) - Licences: ZL2AV Wellington (1925-1954+) - Qualifications: AOCP ??, 1925, No. ?? in NZ - amateur operator; amateur broadcaster; clubs (Wellington Amateur Radio Club 2WB, member and one time president) - Relationships: father of Don Chatfield ZL2SG - Comment: substantial early portion (100+) of QSL collection survives - Electoral Rolls: motor engineer (Wellington, 1922); salesman (Wellington, 1931-1954); retired (Wellington, 1963-1972) ===''CHATTERTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Chatterton|Chatterton, Francis Joseph]] [https://www.familysearch.org/tree/person/details/LZWW-952] - 1902(Tas)-1931(Tas) - Licences: 7AY Receive Hobart (West Hobart, 1922); Receive Hobart (West Hobart, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: machinist (Hobart, 1925-1928) ===''CHAUVEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Temple Frank Chauvel|Chauvel, Walter Temple Frank]] [https://www.familysearch.org/tree/person/details/LH5T-WNQ] - 1902(Qld)-1987(NSW) - Licences: Receive (Valve) Stanthorpe (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: jackeroo (Stanthorpe, Qld, 1925-1928); grazier (Stanthorpe, Qld, 1928-1943); radio engineer (Texas, Qld, 1949-1963); retired (East Ballina, NSW, 1968-1980) ===''CHEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Reginald Cheel|Cheel, Charles Reginald]] [https://www.familysearch.org/tree/person/details/9N1J-PTC] - 1890(Vic)-1955(SA) - Licences: 5CR Adelaide (Maylands, 1934-1939, 1947-1955) - Qualifications: cc; AOCP 1278, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CHENNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Chennell|Chennell, Victor "Vic"]] [https://www.familysearch.org/tree/person/details/GCBH-1XV] - 1907(SA)-1996(SA) - Licences: 5JH Adelaide (Norwood, 1927-1933; Cowandilla, 1937-1939; North Adelaide, 1946-1956; Ascot Park, 1960-1980+) - Qualifications: cc; AOCP 346, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: labourer? (Goodwood Park, 1939) ===''CHESSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chessell|Chessell, John or John Carl]] [https://www.familysearch.org/tree/person/details/KN16-XWP]? [https://www.familysearch.org/tree/person/details/L2M1-9GS]? - 1914(NSW)-1959(NSW) - Licences: 2LV Sydney (Dulwich Hill, 1929-1934); 2YU Sydney (Dulwich Hill, 1935-1936; Ashfield, 1937-1939); 2ER Sydney (Dulwich Hill, 1948-1950) - Qualifications: AOCP 517, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: baker (Croydon, 1936; Bowral, 1937-1954) - seems to be two contemporaneous John Chessel's ===''CHESTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Chesterfield|Chesterfield, John Henry]] [https://www.familysearch.org/tree/person/details/GSVH-3SK] - 1895(Vic)-1973(Qld) - Licences: 5JC Adelaide (Wayville, 1924-1926); 2ACQ Sydney (Strathfield, 1937-1939); 4HJ Brisbane (Cleveland, 1954-1960) - Qualifications: cc; CPRT 23, 1914; 1COCP 266, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: wireless operator (Croydon, NSW, 1930); radio engineer (Glenbrook, NSW, 1931-1935); department manager (Strathfield, NSW, 1935); radio engineer (Strathfield, 1936; Pymble, NSW, 1943; Cleveland, Qld, 1949-1963); retired (Mermaid Beach, Qld, 1968-1972) ===''CHICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Garth Chick|Chick, Leonard Garth]] [https://www.familysearch.org/tree/person/details/G6SW-7PJ] - 1918(Tas)-1999(NSW) - Licences: 7LG Launceston (1937-1939) - Qualifications: cc; AOCP 1973, 1937, No. ?? in Tas; BOCP 227, 1939; 2COCP 550, 1941; 1COCP 1264, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: seaman (Swan Point, 1944); aeradio operator (Lindisfarne, 1949); technician (Essendon, Vic, 1949-1954); draftsman (East Keilor, 1963-1968); surveyor (Forster, 1977-1980) ===''CHILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Oliver Chilton|Chilton, Frederick Oliver]] [https://www.familysearch.org/tree/person/details/GZNR-XFL] - 1905(NSW)-2007(NSW)102yo - Licences: Receive (Crystal) Sydney (Wahroonga, 1923-1924) - Qualifications: cc; AOCP 147, 1925, No. ?? in NSW - amateur receive operator; military (Brigadier); awards (Knighted) - Relationships: brother of 2RC Robert Ralph Chilton - Electoral Rolls: clerk (Wahroonga, NSW, 1930-1943); civil servant (South Yarra, Vic, 1949-1967); retired (Clareville Beach, NSW, 1972-1980) - Links: [[w:Frederick Oliver Chilton|Wikipedia]] * [[/George Frederick Chilton|Chilton, George Frederick]] [https://www.familysearch.org/tree/person/details/G3CR-41Q] - 1891(Vic)-1956(Vic) - Licences: 2GF Sydney (Pennant Hills, 1924; Carlingford, 1925); 4GD Townsville (1925-1926) - Qualifications: cc; CPRT 160, 1915; 1COCP 10, 1930 - amateur operator; amateur broadcaster; coastal operator (VIG, VIB, VIS, VIT, Rockbank); wireless telegraphist (PMG); RANRS (Commissioned Telegraphist, 1917); federal public servant (PMG) - Electoral Rolls: telegraphist (Wooloowin, 1919-1921); radio stationmaster (South Townsville, Qld, 1925; Glenferrie, 1927; Wireless Station, Rockbank, Vic, 1928-1942); engineer (St Kilda, 1949-1954) * [[/Robert Ralph Chilton|Chilton, Robert Ralph]] [https://www.familysearch.org/tree/person/details/GZNR-821] - 1907(NSW)-1985(Qld) - Licences: 2RC Sydney (Wahroonga, 1925-1926); 2RC Gloucester (1927); 2RC Sydney (Wahroonga, 1928-1939, 1946-1947; Roseville East, 1948) - Qualifications: cc; AOCP 152, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: chemist assistant (Wahroonga, 1933); chemist (Stanthorpe, 1954-1963; Sherwood, Qld, 1972) - Relationships: brother of Frederick Oliver Chilton ===''CHINERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jessie Camelia Chinery|Chinery or Chinnery, Jessie Camelia]] [https://www.familysearch.org/tree/person/details/GFMP-6NZ] - 1915(WA)-1995(WA) - Licences: 6JC Perth (Welshpool, 1937-1939) - Qualifications: cc; AOCP 1866, 1937, WA - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: not stated (Welshpool, WA, 1937) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''CHIPPINDALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Kellett Chippindall|Chippindall, Eric Kellett "Chippy"]] [https://www.familysearch.org/tree/person/details/LFCB-MNZ] - 1916(Qld)-1988(Qld) - Licences: 4XR Brisbane (Paddington, 1937-1939); 4XR Gympie (1946-1969); 4XR Brisbane (Paddington, 1975-1980+) - Qualifications: cc; AOCP 1940, 1937, Qld - amateur operator; amateur broadcaster; broadcast engineer (4SB, 4BU, 4LG, 4GY) - Electoral Rolls: radio engineer (Gympie, Qld, 1949); announcer-engineer (Gympie, Qld, 1954-1958); shopkeeper (Paddington, Qld, 1972-1980) ===''CHISHOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham St Clair Chisholm|Chisholm, Graham St Clair]] [https://www.familysearch.org/tree/person/details/GX47-TTR] - 1915(Qld)-2002(WA) - Licences: 4LP Brisbane (Kelvin Grove, 1933); 3ACG Melbourne (South Yarra, 1947-1948); 5PG Darwin (1955-1956); 1AB Canberra (Canberra City, 1960; Ainslie, 1965); 6IB Perth (Dalkeith, 1969-1975) - Qualifications: cc; AOCP 1101, 1933, No. ?? in Qld; BOCP 18, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcaster (3SR, Shepparton, Vic, 1942); radio engineer (South Yarra, Vic, 1949-1954); broadcaster (Reid, ACT, 1958; Ainslie, ACT, 1963; Dalkeith, WA, 1968-1972); manager (Nedlands, 1977-1980) ===''CHITHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Chitham|Chitham, William Norman "Bill"]] [https://www.familysearch.org/tree/person/details/GXWT-KJK] - 1912(Qld)-1997(Qld) - Licences: 4UU Brisbane (Bulimba, 1933-1934; Fortitude Valley 1937-1939; Cannon Hill, 1946-1980+) - Qualifications: cc; AOCP 913, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor, QSL officer); part of the "U" gang; military (WW2) - Electoral Rolls: storeman (Valley, Qld, 1936-1943); radio mechanic (Cannon Hill, 1949-1963); buyer (Cannon Hill, Qld, 1968-1980) ===''CHOATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Sidney Choate|Choate, Roger Sidney]] [https://www.familysearch.org/tree/person/details/GFQX-RW3] - 1913(Irl)-1978(WA) - Licences: 6RK Harvey (1930-1933); 6RK Kalgoorlie (1937-1939); 6RK Dardanup (1947); 6RK Perth (Subiaco, 1948-1956; Salters Point, 1960-1975) - Qualifications: cc; AOCP 714, 1930, No. ?? in WA; BOCP 42, 1936; 3AIR 1121, 1947 - amateur operator; amateur broadcaster; WW2 (RAAF, Squadron Leader) - Awards: Military Division OBE [[w:1964_Birthday_Honours|Wikipedia]] - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1937; Perth, WA, 1937); engineer (Melville, WA, 1943); civil servant (Subiaco, WA, 1949-1958); surveyor (Salters Point, WA, 1963-1968; Manning, WA, 1972-1977) - Links: [https://www.awm.gov.au/collection/R1513688 AWM] [https://www.ozatwar.com/raaf/shepherdshillradar.htm OzAtWar] ===''CHRISMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Chrismas|Chrismas, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/G6YC-FC2] - 1892(NSW)-1950(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 250, 1916; 1COCP 31, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIW Wyndham (1917-1918) - Electoral Rolls: operator (Broome, 1916); wireless operator (Wyndham, 1917; Applecross, 1925); radio telegraphist (Broome, 1931; Geraldton, 1936-1949) ===''CLAFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keighran James Claffey|Claffey, Keighran James]] [https://www.familysearch.org/tree/person/details/G84R-LLP] - 1903(Vic)-19??(???) - Licences: 2AK Deniliquin (1928-1939); 2AK Picton (1946); 2AK Deniliquin (1947-1980+) - Qualifications: AOCP 459, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarrandale, 1949; Deniliquin, 1954; Yarrandale, 1958-1963); retired (Deniliquin, 1977-1980) ===''CLARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Clark|Clark, Francis Thomas]] [https://www.familysearch.org/tree/person/details/G8WF-CJH] - 1903(WA)-1998(Vic) - Licences: 3FC Rainbow (1928); 3FC Melbourne (St Kilda, 1931; Hawthorn, 1933; Elwood, 1937; St Kilda, 1938); 3FC Mildura (1946-1947); 3FC Ouyen (1948-1960); 3FC Geelong (Leopold, 1969; Clifton Springs, 1975-1980+) - Qualifications: AOCP 426, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal official (Rainbow, 1925); postal clerk (Rainbow, 1928); clerk (St Kilda, 1931-1937); senior postal clerk (Red Cliffs, 1942); postmaster (Ouyen, 1949-1954); retired (Clifton Springs, 1972-1980) * [[/Frank P. R. Clark|Clark, Frank P. R.]] [https://www.familysearch.org/tree/person/details/GZFG-WRN] - 1900(NSW)-1928(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923-1924); 2YF Sydney (Manly, 1925) - Qualifications: AOCP 122, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: gone too soon * [[/Leopold Francis Clark|Clark, Leopold Francis]] [https://www.familysearch.org/tree/person/details/273Q-3D5] - 1902(Tas)-1978(Tas) - Licences: 7CK Natone (1932-1939); 7CK Burnie (1946-1948); Deloraine (1954-1969); Lanena (1975) - Qualifications: cc; AOCP 989, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Natone, 1928-1936; Burnie, 1943-1949); grazier (Needles, 1954; Deloraine, 1963) ===''CLARKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Fraser Clarke|Clarke, Percival Fraser "Percy"]] [https://www.familysearch.org/tree/person/details/GXZ3-4J2] - 1896(Qld)-1971(Qld) - Licences: 4PY Ayr (1936-1939) - Qualifications: cc; AOCP 1781, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jarvisfield, Qld, 1919-1937; Aspley, Qld, 1949-1972) * [[/Warren Ross Clarke|Clarke, Warren Ross]] [https://www.familysearch.org/tree/person/details/G8NT-LSN] - 1909(NSW)-1988(NSW) - Licences: 2ZZ Sydney (Mosman,1930-1933; Asquith, 1933-1939; Mosman, 1948-1950) - Qualifications: AOCP 650, 1930, NSW; 2COCP 6, 1934; 1COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Asquith, 1933-1934; Mosman, 1936); radio officer (Mosman, 1943); flight radio officer (Mosman, 1949-1954); clerk (Glenbrook, 1963); travel consultant (Glenbrook, 1972); clerk (Merrylands, 1972); planner (North Rocks, 1977-1980) * [[/William George Clarke|Clarke, William George]] [https://www.familysearch.org/tree/person/details/GXQ2-1QS] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 32, 1930 - RANRS (temp Commissioned Telegraphist, 1917) - Comment: several contemporaneous WGCs - Electoral Rolls: officer-in-charge (Radio Station, Townsville, 1916); seaman (HMAS Encounter, Geelong, 1919); biograph operator (Langwarrin Military Camp, Vic, 1919); hotel manager (Naval Base Hotel, South Fremantle, 1931) ===''CLAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard George Clay|Clay, Richard George]] [https://www.familysearch.org/tree/person/details/G8ZZ-LGN] - 1903(Vic)-1972(Vic) - Licences: 3RC Melbourne (Northcote, 1929; Alphington, 1931) - Qualifications: AOCP 536, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Northcote, 1925-1927); welder (Northcote, 1928); electric welder (Alphington, 1931); welder (Richmond, 1936-1937; Alphington, 1942; Northcote, 1949); contractor (Traralgon, 1954-1972) ===''CLAYTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maisie Ian Jesson Clayton|Rawson nee Clayton, Maisie Ian Jesson]] [https://www.familysearch.org/tree/person/details/G8RT-25P] - 1915(NSW)-1996(NSW) - Licences: Nil yet identified - Qualifications: cc; BOCP 488, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: radio worker (Artarmon, 1937); engineer (Kirribilli, 1949); radio engineer (Lane Cove, 1954-1963); engineer (Lane Cove, 1968-1972); home duties (Lane Cove, 1977-1980) - Lady: * [[/Maurice Charles Clayton|Clayton, Maurice Charles]] [https://www.familysearch.org/tree/person/details/G86J-HX3] - 1912(SA)-1936(SA) - Licences: 5RK Adelaide (Edwardstown, 1930-1931); 5ZC Adelaide (Edwardstown, 1933-1936) - Qualifications: cc; AOCP 596, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon (24yo) * [[/Walter George Gladstone Clayton|Clayton, Walter George Gladstone "Wally"]] [https://www.familysearch.org/tree/person/details/G3XN-J1N] - 1918(Qld)-1998(Qld) - Licences: 4WG Innisfail (1937-1939); 4WG Brisbane (Windsor, 1946-1969); 4WG Townsville (1975-1980+) - Qualifications: cc; AOCP 1868, 1937, Qld - amateur operator; amateur broadcaster; military (WW2, AIF Signals); state public servant (Qld Railways, supervising tech. comms.) - Relationships: uncle of Maise Ian Jesson Rawson nee Clayton (Radio Engineer) - Electoral Rolls: manager (Windsor, 1954-1968); technician (Townsville, 1972-1980) ===''CLIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Cliff|Cliff, Harry]] - 1908(Vic)-1988(Vic) - Licences: 3HC Melbourne (Essendon, 1928-1948; Heidelberg, 1954-1975); 3HC Point Lonsdale (1980+) - Qualifications: AOCP 400, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: implement maker (Moonee Ponds, 1906); engineer (Moonee Ponds, 1922-1928); clerk (Moonee Ponds, 1931-1937); company secretary (North Melbourne, 1943); director (Ivanhoe, 1954-1968; Heidelberg, 1972); retired (Point Lonsdale, 1977-1980) (pre 1928 is another Harry Cliff) ===''CLIFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Glendenning Clifford|Clifford, Herbert Glendenning]] [https://www.familysearch.org/tree/person/details/GHTS-4CN] - 1882(Eng)-1955(SA) - Licences: 5BW Receive Renmark (1923); Receive Renmark (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: secretary (Renmark, SA, 1939-1943) ===''CLINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gladstone Clinch|Clinch, Frederick Gladstone]] [https://www.familysearch.org/tree/person/details/KF5P-TWM] - 1898(WA)-1972(WA) - Licences: 6JR Greenough (1928-1933); 6FG Miling (1960); 6FG Perth (Doubleview, 1965-1969) - Qualifications: cc; AOCP 468, 1928, No. ?? in WA - amateur operator; amateur broadcaster - Relationships: Father of 6CL Ian Harold Wilson Clinch - Electoral Rolls: farmer (Greenough, 1922-1943); garage proprietor (Miling, 1958); retired (Doubleview, 1963-1972) * [[/Ian Harold Wilson Clinch|Clinch, Ian Harold Wilson]] [https://www.familysearch.org/tree/person/details/GHQX-YS1] - 1926(WA)-19??(WA) - Licences: 6CL Miling (1960-1965); 6CL Dandaragan (1969); 6CL Rossmoyne (1975-1980+) - Qualifications: cc; AOCP 3596, 1957, WA - amateur operator, WW2 - Relationships: son of 6JR-6FG Frederick Gladstone Clinch - Electoral Rolls: mechanic (Leederville, 1949); manager (Miling, 1958-1963); radio technician (Dongara, 1968); technician (Rossmoyne, 1972-1980) ===''CLOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alvin Theodore Closs|Closs, Alvin Theodore]] [https://www.familysearch.org/tree/person/details/L67V-HG7] - 1895(NSW)-1975(Vic) - Licences: V750 Receive Melbourne (Olinda, 1922); 3GV Receive Melbourne (Olinda, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: orchardist (Brighton, 1917); storekeeper (Olinda, 1924-1931); salesman (Olinda, 1934-1937); civil servant (Tunstall, 1943-1954); retired (Yarra Junction, 1963-1972) ===''CLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Edward Clough|Clough, James Edward]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 483, 1929, No. ?? in ?? - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - several contemporaneous JECs ===''COADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Coade|Coade, Ernest]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: electrician (Rutherglen, 1914); mechanic (Thursday Island, 1919) ===''COAKLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas James Coakley|Coakley, Thomas James]] [https://www.familysearch.org/tree/person/details/GX24-W7T] - 1904(Vic)-1991(Vic) - Licences: 5UK Adelaide (Unley, 1933-1939); 3IU Melbourne (Camberwell, 1947; Essendon, 1948-1980+) - Qualifications: cc; AOCP 1105, 1933, No. ?? in SA, 3COCP 61, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: aero fitter (Auburn, Vic, 1925-1926); engineer (Camberwell, Vic, 1943; Essendon, Vic, 1949-1980) ===''COALTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Coalter|Coalter, Martin]] [https://www.familysearch.org/tree/person/details/GDSR-STB] - 1893(Vic)-19??(???) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 1, 1914 - ship wireless operator? - Electoral Rolls: Nil yet identified ===''COATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Melbourne Coates|Coates, Alfred Melbourne or Melbourne Alfred]] [https://www.familysearch.org/tree/person/details/GDGW-MCZ] - 1884(???)-1964(Vic) - Licences: V757 Receive Melbourne (Elwood, 1922); 3GG Receive Melbourne (Elwood, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (USA) - Electoral Rolls: engineer (Elsternwick, 1921-1937; Kalorama, 1943-1954) ===''COFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Freeman Coffey|Coffey, Henry Freeman]] [https://www.familysearch.org/tree/person/details/G3QL-BR1] - 1885(Irl)-1934(NSW) - Licences: 4KY Brisbane (Doomben, 1925-1926; Hamilton, 1927); 2ZY Sydney (Willoughby, 1929; Maroubra, 1930-1934) - Qualifications: cc; CPRT 52, 1915; 1COCP 12, 1930 - Halycyon: AOCP Brisbane 1926 - amateur operator; amateur broadcaster; ship wireless operator (Marconi, White Star, Booth Steamship, Iquitos Steamship, Union Castle); RANRS (Warrant Telegraphist, 1917); coastal operator (CRS, PMGD, AWA); federal public servant - Electoral Rolls: radio engineer (Middle Park, Vic, 1919); engineer (Malvern East, 1922-1924); radiostation master (Thursday Island, 1925); wireless operator (Doomben, Qld, 1925-1928); engineer (Chatswood, 1930); wireless mechanic (Maroubra, 1930-1934) ===''COHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derrick Cohen|Cohen, Derek or Derrick Simeon "Dick"]] [https://www.familysearch.org/tree/person/details/GXCF-DR7] - 1914(Eng)-2010(NSW) - Licences: 2YM Sydney (Dobroyd Point, 1932-1933; Kings Cross, 1933; Clovelly, 1934-1936); 4YM Brisbane (City, 1937-1939); 1YM Macquarie Island (1954-1955) - Qualifications: cc; AOLCP 238, 1930; AOCP 1011, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (West End, Qld, 1943); technician (Coburg, Vic, 1954); television producer (Chatswood, NSW, 1963; Little Wallaby Beach, NSW, 1977) ===''COLEBATCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Vincent Colebatch|Colebatch, Ernest Vincent]] [https://www.familysearch.org/tree/person/details/K2Q2-974] - 1905(SA)-1987(SA) - Licences: 5CG Receive Adelaide (Norwood, 1923); Receive Adelaide (Norwood, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Belair, SA, 1939-1941) ===''COLESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Russell Coleston|Coleston, Stanley Russell]] [https://www.familysearch.org/tree/person/details/G8VV-KQL] - 1913(Vic)-2012(Qld) - Licences: 3XK Melbourne (Middle Park, 1930-1931; Gardenvale, 1933; Glenhuntly, 1937-1939, 1946-1955); 9XK Port Moresby (1956-1960); 3AXK Melbourne (Mt Waverley, 1965-1969); 4XA Brisbane (Geebung, 1975-1980+) - Qualifications: AOCP 688, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Glenhuntly, 1936-1942; Caulfield East, 1949-1954); public servant (Mt Waverley, 1963-1972); retired (Geebung, 1977-1980) ===''COLLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Felton Collard|Collard, Cyril John Felton]] [https://www.familysearch.org/tree/person/details/97X9-6VY] - 1896(NSW)-1969(NSW) - Licences: 2CF Maitland West (1927-1939) - Qualifications: AOCP 362, 1927, No. ?? in NSW; 2COCP 540, 1941; BOCP 541, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lorn, 1930-1963); retired (North Maitland, 1968) ===''COLLINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Joseph Collins|Collins, Clarence Henry Joseph]] [https://www.familysearch.org/tree/person/details/M1Y1-GB1] - 1891(SA)-1974(SA) - Licences: 5FC Adelaide (Marryatville, 1932-1939) - Qualifications: cc; AOCP 1043, 1932, SA; BOCP 29, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Marryatville, SA, 1939-1943) ===''COLLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Andrew Collis|Collis, George Andrew]] - 1869(Tas)-1926(Tas) - Receive Hobart, radio clubs (Tasmanian Radio Club, foundation member, 1922+), electrician (Zinc Co., Hobart, 1921) - potential misidentification, George Arthur Collis, Radio Research Club, Hobart, witness to Royal Commission Wireless 1927 * [[/Ralph Collis|Collis, Ralph]] [https://www.familysearch.org/tree/person/details/GX1J-48N] - 1918(WA)-2013(WA)105yo - Licences: 6LY Perth (Bayswater, 1935-1939) - Qualifications: cc; AOCP 1454, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Bayswater, WA, 1943; Scarborough, WA, 1949-1958); proprietor (Cadoux, WA, 1963; Tuart Hill, WA, 1968); business proprietor (Dianella, WA, 1972-1977); proprietor (Bedford, WA, 1980) ===''COLTHEART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Coltheart|Coltheart, Clarence James]] - 1885(Tas)-1962(Tas) - Licences: 7BF Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Brunswick, Vic, 1913-1914; Queenstown, 1922-1954) ===''COLTHRUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Colthrup|Colthrup, James Frederick]] [https://www.familysearch.org/tree/person/details/LBW8-J4Z] - 1908(Vic)-1942(Qld) - Licences: 3PL Melbourne (Clifton Hill, 1934-1939) - Qualifications: AOCP 1368, 1934, No. ?? in Vic; 1COCP 374, 1940 - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, Wireless & Gunnery School) - Electoral Rolls: mechanic (Clifton Hill, 1931); engineer (Clifton Hill, 1937); airman (Clifton Hill, 1942) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/623876] ===''COLVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Victor Colville|Colville, Sydney Victor]] [https://www.familysearch.org/tree/person/details/G3WQ-S78] - 1894(Vic)-1966(NSW) - Licences: XQF Brisbane (South Brisbane) (1913); 2FA Receive Sydney (1922); 2FA Sydney (1923-1925); 2VH Sydney (1935-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; wireless retail business proprietor (Colville Moore) - Electoral Rolls: clerk (Wooloongabba, 1917; Chelmer, 1919-1921); broker (Bowen Hills, 1922); manufacturer (Drummoyne, NSW, 1930-1933); merchant (Lane Cove, 1935-1936); manufacturer (Darlinghurst, NSW, 1936-1937); company director (Glenbrook, 1943-1963) ===''CONDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Sylvester Condon|Condon, Austin Sylvester]] [https://www.familysearch.org/tree/person/details/G3RG-K2K] - 1924(SA)-2011(SA) - Licences: 5WO Laura (1954-1980+) - Qualifications: AOCP 3012, 1949, SA - amateur operator - Electoral Rolls: Nil [https://www.adelaidenow.com.au/ipad/obituaries-tributes-to-three-of-our-finest/news-story/845c3a27d81fd8a8f4bbe436503a9b1e Obit] ===''CONDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Tasman Conder|Conder, Walter Tasman "Wally"]] [https://www.familysearch.org/tree/person/details/G6CJ-DTS] - 1888(Tas)-1974(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as General Manager, BCA, 3LO) - Electoral Rolls: teacher (Launceston, 1914); soldier (Langwarrin Military Camp, 1918-1921; Melbourne, 1924); secretarial (Melbourne, 1925-1928); entrepreneur (Melbourne, 1931-1937); secretary (Melbourne, 1943) - Links: [https://adb.anu.edu.au/biography/conder-walter-tasman-5747 ADB] ===''CONGDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bert Congdon|Congdon, Bert "Bertie"]] [https://www.familysearch.org/tree/person/details/9VVJ-CMW] - 1891(Vic)-1961(WA) - Licences: 6BA Receive Perth (Subiaco, 1923-1924); 6BC Perth (Subiaco, 1927-1939, 1946-1960) - Qualifications: cc; AOCP 382, 1927, No. ?? in WA - amateur operator; amateur broadcaster; WW1; civil servant - Electoral Rolls: civil servant (Subiaco, 1925-1958) ===''CONNELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dermot Anthony Connelly|Connelly, Dermot Anthony]] [https://www.familysearch.org/tree/person/details/G8L5-2VC] - 1903(Vic)-1965(Vic) - Licences: 3BU Receive Melbourne (St Kilda, 1922); 3BU Melbourne (St Kilda, 1923-1925); 3ADK Melbourne (St Kilda, 1948; Ivanhoe, 1954-1965) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: manager (Caulfield, 1927-1936); Air Force officer (St Kilda, 1937); nil (Frankston, 1949); photographer (Ivanhoe, 1954-1963) ===''CONNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilson Connon|Connon, George Wilson]] [https://www.familysearch.org/tree/person/details/GXGF-8Z2] - 1907(Sct)-1976(SA) - Licences: 5KJ Booleroo (1937-1939); 5KJ Yunta (1947); 5KJ Alice Springs (1948-1954); 5KJ Adelaide (Millswood Estate, 1955-1956); 5KJ Port Lincoln (1960); 5KJ Berri (1965-1969); 5KJ Barmera (1975) - Qualifications: cc; AOCP 1991, 1937, SA; 2COCP 336, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: pensioner (Millswood East, SA, 1939); bookkeeper (Port Augusta, SA, 1941-1948); radio technician (Alice Springs, NT, 1949-1954) ===''CONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emmett Bernard Connor|Connor, Emmett Bernard]] [https://www.familysearch.org/tree/person/details/GXCB-L7Q] - 1913(Qld)-1977(Qld) - Licences: 4CE Gindie (1936); 4OC Longreach (1956); 4OC Fernlees (1960); 4OC Brisbane (Aspley, 1965-1969) - Qualifications: cc; AOCP, not yet identified; BOCP 280, 1940; 3COCP 5529, 1965 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing shed hand (Gindie, Qld, 1936); radio mechanic (Enoggera, Qld, 1937); radio technician (Longreach, Qld, 1943-1949); business Manager (Cramsie, Longreach, Qld, 1954-1958); grazier ("Ronnoc Downs", Fernlees, Qld, 1958-1963; Aspley, Qld, 1963-1977) * [[/Laurance Kingsley Connor|Connor, Laurance Kingsley]] [https://www.familysearch.org/tree/person/details/L2GD-KPT] - 1907(NSW)-1950(NSW) - 2LK Sydney (Belmore, 1925-1926), 2ALC Sydney (Lakemba, 1948; Cammeray, 1950), amateur operator (AOCP 68, 1925, No. ?? in NSW; CPRT 881, 1925; 2COCP 199, 1930; 1COCP 220, 1939), amateur broadcaster * [[/Stephen James Connor|Connor, Stephen James]] [https://www.familysearch.org/tree/person/details/GH4J-FP4] - 1894(NSW)-1979(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 235, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Electoral Rolls: radio telegraphist (Broome, 1917); electrical engineer (Strathfield, NSW, 1930; Lismore, NSW, 1933); electrician (Darlinghurst, NSW, 1934; Strathfield, NSW, 1936-1963); retired (Lapstone, NSW, 1972) * [[/Terence Connor|Connor, Terence]] [https://www.familysearch.org/tree/person/details/G6MC-3DV] - 1916(Tas)-1982(Tas) - Licences: 7CT Hobart (Rokeby, 1936-1939; City, 1946-1948); 7CT Huonville (1954-1960); 7CT Hobart (Bellerive, 1965-1980+) - Qualifications: cc; AOCP 1643, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: auto-electrician (New Town, 1943; Hobart North, 1949); manager (Huonville, 1949-1954); sales rep. (Bellerive, 1963-1977) ===''CONRAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Ernest Conrad|Conrad, Raymond Ernest]] [https://www.familysearch.org/tree/person/details/GSP2-VGS] - 1905(Tas)-1977(Tas) - Licences: 2TR Sydney (Bexley, 1930-1937; Rockdale, 1938-1939); 7TR Hobart (Derwent Park, 1947; Moonah, 1948-1956; Berriedale, 1960-1975) - Qualifications: AOCP 651, 1930, No. ?? in Tas; BOCP 308, 1940 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: battery fitter (Bexley, 1930); storeman (Bexley, 1931-1934); clerk (Bexley, 1935-1936; Rockdale, 1937); purchasing officer (Cameray, 1943); radio manufacturer (Moonah, 1949-1954); engineer (Hospital, Rosetta, 1963) ===''CONRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Conry|Conry, William Henry]] [https://www.familysearch.org/tree/person/details/GDJL-HCR] - 1892(Vic)-1959(Qld) - Licences: 3OK Melbourne (Armadale, 1923-1925); 3CO Melbourne (Brighton, 1931-1939) - Qualifications: cc; CPRT 260, 1916; 1COCP 44, 1935 - amateur operator; amateur broadcaster; WW1 (Merchant Marine); RANRS; witness to Royal Commission 1927 (obo PMGD Vic) - Electoral Rolls: mechanic (Windsor, Vic, 1914-1919; Armadale, 1921-1924); inspector (Brighton, 1925-1937); radio inspector (South Brisbane, 1943-1949); postal official (St Lucia, 1954-1958) ===''CONWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn Laurence Dean Conway|Conway, Mervyn Laurence Dean]] [https://www.familysearch.org/tree/person/details/G6MH-GHZ] - 1912(Tas)-1979(Tas) - Licences: 7CL Launceston (1936-1939, 1948-1960); 7CL Hobart (West Hobart, 1965-1975) - Qualifications: cc; AOCP 1684, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Nelson, 1936); school teacher (Launceston East, 1937); teacher (Devonport, 1943; New Town, 1949-1958) ===''COOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Byron Cook|Cook, Ernest Byron "Ernie"]] [https://www.familysearch.org/tree/person/details/M46M-M3J] - 1902(Vic)-1981(Vic) - Licences: 3CK Tresco (1926-1927); 3CK Kerang (1931); 3EC Swan Hill (1938-1939); 3EC Melbourne (Coburg, 1946-1975) - Qualifications: AOCP 295, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: foreman (Swan Hill, 1937-1942) * [[/Victor Roy Percival Cook|Cook, Victor Roy Percival "Roy"]] [https://www.familysearch.org/tree/person/details/MYJG-6C6] - 1899(SA)-1980(SA) - Licences: XVN Adelaide (1913-1914); S099 Adelaide (1920s); 5AC Adelaide (Prospect, 1923-1927; Rose Park, 1928-1931; Kilkenny, 1933-1939, 1946-1948; Woodville, 1954-1975; Somerton Park, 1980) - Qualifications: cc; AOCP 94, 1925, No. ?? in SA - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: analyst (Kilkenny, 1939-1943) ===''COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Robert Cooke|Cooke, Clarence Robert]] [https://www.familysearch.org/tree/person/details/GF3Z-3P6] - 1891(???)-1970(WA) - Licences: 6CP Perth (Bayswater, 1932-1939, 1947-1965) - Qualifications: cc; AOCP 1068, 1932, WA - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Mornington Mills, WA, 1914); locomotive driver (Mornington Mills, WA, 1921-1926); locomotive engine driver (Bayswater, WA, 1931-1968) * [[/Clive J. Cooke|Cooke, Clive J.]] - 19??(???)-19??(???) - 4CC Brisbane (Chermside, -1952+), amateur operator (AOCP ??, 19??, No. ?? in Qld) * [[/Frank Basil Cooke|Cooke, Frank Basil "Basil"]] [https://www.familysearch.org/tree/person/details/G7Q6-TN8] - 1892(SA)-1967(NSW) - XADW Sydney (1913), 2LI Sydney (1922-1924), 2XQ Receive Sydney (1923), 2DJ Sydney (Northbridge, 1924-1931; Mosman, 1933-1939), early wireless experimenter, amateur operator (pre AOCP; AOCP 39, 1924, No. ?? in NSW), amateur broadcaster, radio clubs (WIA NSW, vice-president 1923) * [[/Frederick William Cooke|Cooke, Frederick William]] [https://www.familysearch.org/tree/person/details/GZB8-V6L] - 1906(Eng)-1981(Vic) - Licences: 3FW Melbourne (Footscray, 1926-1927) - Qualifications: AOCP 311, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: meter tester (Footscray, 1926-1949) ===''COOKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Cookson|Cookson, Arnold]] [https://www.familysearch.org/tree/person/details/G6YD-87L] - 1889(Eng)-1971(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 201, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: telegraphist (Thursday Island, 1919); no occupation (Darlinghurst, 1949); clerk (Northbridge, 1949-1963; Bexley, NSW, 1968) * [[/Joseph George Cookson|Cookson, Joseph George "George"]] [https://www.familysearch.org/tree/person/details/KGCW-Z8N] - 1888(Vic)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 862, 1925; 2COCP 21, 1929; 1COCP 34, 1930 - RANRS (1919), AWA - Relationships: Father of Leonard Kenneth Cookson - Electoral Rolls: engine driver (Crossover, Vic, 1912-1913; Bacchus Marsh, 1914-1915); mechanic (Alphington, 1917); engineer (Cooktown, 1919); radio engineer (Radio Station, Carlingford, NSW, 1930-1935; Croydon, NSW, 1943-1958) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] * [[/Leonard Kenneth Cookson|Cookson, Leonard Kenneth "Len"]] [https://www.familysearch.org/tree/person/details/GXQ8-JHV] - 1917(Vic)-2005(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - AWA - Relationships: Son of Joseph George Cookson - Electoral Rolls: foreman (Concord, NSW, 1943); electrical fitter (Croydon, 1943-1954; Glebe, 1958; Blacktown, 1963-1980) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] ===''COOLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Cooling|Cooling, Ernest Richard]] [https://www.familysearch.org/tree/person/details/LVZL-GSC] - 1885(Qld)-1936(Qld) - Licences: 4BN Toowoomba (1924-1927) - Qualifications: cc; AOCP 11, 1924, No. 3 in Qld - amateur operator; amateur broadcaster; honorary radio inspector (Toowoomba, 1924), (Halcyon P. 4) - Comment: A tragic end to a productive life - TroveTag: "4BN - Ernest Richard Cooling" - Electoral Rolls: letter carrier (Toowoomba, 1908); telegraphist (Bowen, 1912); postal assistant (Toowoomba, 1913-1930) ===''COOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Saint Coombe|Coombe, Geoffrey Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-TXS] - 1913(SA)-19??(???) - Licences: 5ML Adelaide (Hindmarsh, 1931-1939; Croydon, 1947-1948; Brooklyn Park, 1960-1980+) - Qualifications: cc; AOCP 756, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5MR Jack Robert Saint Coombe - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Croydon, 1941) * [[/Jack Robert Saint Coombe|Coombe, Jack Robert Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-T3C] - 1910(SA)-1981(SA) - Licences: 5MR Adelaide (Stirling West, 1954-1980+) - Qualifications: cc; AOCP 2923, 1949, SA - amateur operator; amateur broadcaster - Relationships: Brother of 5ML Geoffrey Saint Coombe - Electoral Rolls: electrician (Hindmarsh, SA, 1939; Croydon, SA, 1941); electrical mechanic (Mt Lofty, SA, 1943) ===''COOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edwin Charles Cooper|Cooper, Alfred Edwin Charles]] [https://www.familysearch.org/tree/person/details/GZV9-9GK] - 1904(NSW)-1997(NSW) - Licences: 2AL Receive Sydney (Ashfield, 1922); 2AL Sydney (Ashfield, 1923-1926); 2UO Sydney (Northbridge, 1947-1950); 2AUO Sydney (Yacht Asgard, 1948-1960); 4AY Surfers Paradise (1980) - Qualifications: cc; AOCP 180, 1925, No. ?? in NSW; 3COCP 626, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: fruit merchant (Ashfield, 1931); director (Northbridge, 1943-1958); company director (Clareville, 1963-1977) * [[/Eric Cooper|Cooper, Eric]] [https://www.familysearch.org/tree/person/details/GD1M-WC4] - 1925(Tas)-19??(???) - Licences: 7ZEC Evandale (1965-1980+) - Qualifications: cc; AOLCP 870, 1960, Tas - amateur operator - Electoral Rolls: moulder (Evandale, 1949); radio technician (Evandale, 1954) * [[/Ernest Edward Cooper|Cooper, Ernest Edward]] [https://www.familysearch.org/tree/person/details/GZ5F-RLJ] - 1905(Tas)-1951(Tas) - Licences: 7MK Launceston (Youngtown, 1926-1927); 7MC Launceston (City, 1947-1948) - Qualifications: cc; AOCP 261, 1926, No. ?? in Tas; AOLCP 151, 1934 - amateur operator; amateur broadcaster - Relationships: may be related to 7ZEC Evandale (1965-1975) Eric Cooper - Electoral Rolls: radio mechanic (Hobart, 1928); radio engineer (Ulverstone, 1936; Launceston East, 1943; Launceston West, 1949) * [[/Harold More Cooper|Cooper, Harold More or Harold Moore]] [https://www.familysearch.org/tree/person/details/GZ58-SJP] - 1886(SA)-1970(SA) - Licences: Receive Adelaide (Glenelg, 1923-1925); 5HG Adelaide (Glenelg, 1926-1939, 1946-1969) - Qualifications: cc; AOCP 257, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW2; submarine cable telegraphist; archaeologist; historian - Electoral Rolls: telegraphist (Glenelg, 1939-1943) - Links: [https://adb.anu.edu.au/biography/cooper-harold-more-9821 ADB] * [[/James Herbert Cooper|Cooper, James Herbert]] [https://www.familysearch.org/tree/person/details/LVTJ-14B] - 1914(NSW)-1992(NSW) - Licences: 2ZG Sydney (Wollstonecraft, 1930-1939 - Qualifications: AOCP 701, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Crows Nest, 1936-1943); broker (Mosman, 1949); stock and sharebroker (Wahroonga, 1949-1968); sharebroker (Wahroonga, 1972); broker (St Ives, 1977-1980) ===''CORDINGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harold Cordingley|Cordingley, Charles Harold]] [https://www.familysearch.org/tree/person/details/GDJK-SB4] - 1892(Eng)-1955(Vic) - Licences: 3RF Melbourne (Ascot Vale, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Ararat, 1913); electrical engineer (Flemington, 1915-1919); engineer (Ascot Vale, 1921-1954) ===''CORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert James Core|Core, Herbert James "Herb"]] [https://www.familysearch.org/tree/person/details/L1PF-R2Q] - 1906(Qld)-1954(Qld) - Licences: 4HC Brisbane (Coorparoo, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 2012, 1937, Qld; 1COCP 392, 1940 - amateur operator; amateur broadcaster; formerly Sydney - Electoral Rolls: public servant (Greenslopes, Qld, 1929); assistant (Coorparoo, Qld, 1936-1937); public servant (Coorparoo, Qld, 1943-1949; Camp Hill, Qld, 1949-1954) ===''CORNELIUS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Edward Cornelius|Cornelius, Eric Edward]] [https://www.familysearch.org/tree/person/details/LH7P-2MD] - 1916(WA)-1979(WA) - Licences: 6EC Albany (1936-1939); 6EC Kalgoorlie (1947-1948); 6EC Wagin (1954-1955); 6EC Perth (Inglewood, 1956-1975) - Qualifications: cc; AOCP 1635, 1936, WA; TVOCP 200, 1959 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Station 6WA, Wagin, 1949-1954; Inglewood, WA, 1958-1977) ===''CORNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Cameron Corney|Corney, Kenneth Cameron]] [https://www.familysearch.org/tree/person/details/GDGS-2MB] - 1899(Vic)-1990(Vic) - Licences: V755 Receive Bairnsdale (1922); 3GY Receive Bairnsdale (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: farmer (Gogeldrie, NSW, 1949); grazier (Metung, Vic, 1963-1980) ===''COTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alfred Cotton|Cotton, Arthur Alfred]] [https://www.familysearch.org/tree/person/details/KNH3-P9L] - 1897(SA)-1973(SA) - Licences: XVS Adelaide (Glanville, 1913); 5HY Adelaide (Kilkenny, 1926-1928; Colonel Light Gardens, 1931; Kilburn, 1946-1969) - Qualifications: cc; AOCP 270, 1926, No. ?? in SA - early wireless experimenter; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo WIA SA) - Electoral Rolls: engineer (Semaphore, 1939); clerk (Findon, 1943) * [[/Arthur Tylney Cotton|Cotton, Arthur Tylney]] [https://www.familysearch.org/tree/person/details/L7G8-SGG] - 1884(Tas)-1965(Tas) - Licences: Receive Spring Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Kelvedon, 1914-1963) * [[/Leith Simpson Cotton|Cotton, Leith Simpson]] [https://www.familysearch.org/tree/person/details/GZR2-12K] - 1905(SA)-2001(SA) - Licences: 5LG Adelaide (Burnside, 1932-1933); 5LG Iron Knob (1937-1939); 5LG Adelaide (Clarence Gardens, 1946-1948; Parkholme, 1954-1980+) - Qualifications: cc; AOCP 1023, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: boilermaker (Iron Knob, 1939-1941) ===''COTTRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Morgan Cottrell|Cottrell, Joseph William Morgan]] [https://www.familysearch.org/tree/person/details/9VLW-L1Y] - 1897(NSW)-1950(Vic) - Licences: 2ZF Receive Sydney (Randwick, 1923); 2ZN Sydney (Randwick, 1923-1925; Coogee, 1926-1930; Maroubra Junction, 1931; Dundas, 1933-1939, 1946-1947; Carlingford, 1948-1950); 2ADX Sydney (Dundas/Portable, 1937-1939) - Qualifications: cc; AOCP 367, 1927, No. ?? in NSW; AOLCP 1, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Coogee, 1930); broadcaster (Dundas, 1933-1934); radio operator (Dundas, 1936-1943); technician (Carlingford, 1949) ===''COUCHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Clyde McGregor Couchman|Couchman, Clifford Clyde McGregor "Cliff"]] [https://www.familysearch.org/tree/person/details/GQLS-T4D] - 1907(Qld)-1971(Qld) - Licences: 4KZ Kaimkillenbun (1930-1939); 4KZ Dalby (1946-1969) - Qualifications: cc; 2COCP 151, 1930; COCP 1st Class Marconi School (Halcyon) - amateur operator; amateur broadcaster; military (WW2, Navy, wireless officer); broadcast technician (PMGD, 4QS); business proprietor (electrical & radio, Dalby) - Electoral Rolls: labourer (Kaimkillenbun, 1930-1937); engineer (Dalby, 1943-1963); electrical engineer (Dalby, 1968) ===''COULTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Maxwell Coulter|Coulter, Jack Maxwell]] [https://www.familysearch.org/tree/person/details/GXRW-MXK] - 1912(SA)-1985(???) - Licences: 5MC Adelaide (Glenelg, 1936-1937); 3MV Melbourne (Caulfield, 1938-1939); 5JD Adelaide (Ashford, 1947-1948; Ackland Gardens, 1954-1960); 5JK Adelaide (Edwardstown, 1975-1980+) - Qualifications: cc; AOCP 1712, 1936, SA; 2COCP 812, 1944 - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: civil servant (Caulfield West, Vic, 1937); RAN (Port Melbourne, Vic, 1943) ===''COUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Couper|Couper, Andrew "Andy" Jnr]] [https://www.familysearch.org/tree/person/details/L6R8-R1T] - 1893(Qld)-1958(Qld) - Licences: XQM Mareeba (1914); 4BW Mareeba (1923-1939, 1946-1956) - Qualifications: cc; AOCP 71, 1925, No. 5 in Qld - early wireless experimenter (1914 & likely earlier unlicensed); amateur operator; amateur broadcaster; WW2 - Electoral Rolls: iron moulder (Mareeba, 1913-1932); engineer (Mareeba, 1936-1958) ===''COURT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Court|Court, Charles Percy]] [https://www.familysearch.org/tree/person/details/GX6T-Q5T] - 1904(Qld)-1962(Qld) - Licences: 4CT Receive Brisbane (Rosalie, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Bayswater, Qld, 1925-1936; Kedron, Qld, 1937-1958) * [[/Thomas Palmer Court|Court, Thomas Palmer Jnr]] - 1895(Vic)-1976(NSW) - XNY Melbourne (Malvern, 1913-1914), 3BO Melbourne (Malvern, 1922), 3TC Melbourne (Malvern, 1926-1927), early wireless experimenter (CPRT 211, 1916), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, radio clubs (WIA Vic, secretary, 1919-1920+), employment (radio salesman, 1928; STC, chief design engineer, 1954), IRE Aust (president, 1950-1951), father also named Thomas Palmer Court (1861, Vic - 1944, NSW) ===''COUSENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Light Reynolds Cousens|Cousens, Harold Light Reynolds]] [https://www.familysearch.org/tree/person/details/GDG9-3SK] - 1888(NSW)-1965(NSW) - Licences: N743 Receive Summer Hill (1922); 2HW Receive Summer Hill (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: auctioneer (Tamworth, 1930-1963) ===''COUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Stuart Coutts|Coutts, Edwin Stuart]] [https://www.familysearch.org/tree/person/details/94TB-698] - 1893(Qld)-1947(Qld) - Licences: 4BZ Receive Dalby (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motor mechanic (Dalby, 1919-1937); garage proprietor (Dalby, 1943) ===''COWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Christian Nesbit Cowan|Cowan, Christian Nesbit]] [https://www.familysearch.org/tree/person/details/G8XD-6QW] - 1907(NSW)-1994(NSW) - Licences: 2PZ Aberdare (1930-1980+) - Qualifications: cc; AOCP 613, 1930, No. ?? in NSW; BOCP 486, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: railway employee (Aberdare, 1930-1963; Cessnock, 1968-1980) ===''COX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allan Grafton Cox|Cox, Allan (birth) or Allen (census) Grafton]] [https://www.familysearch.org/tree/person/details/LHWX-5XH] - 1892(NSW)-1978(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 120, 1915; 2COCP 103, 1930; 1COCP 347, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIB Brisbane (1917-1918) - Electoral Rolls: operator (Rockhampton, 1914; Pinkenba, 1916-1921); telegraphist (Toorak, 1921-1922; South Yarra, 1926-1927); O.I.C. (Cooktown, 1925; Thursday Island, 1930); radio officer (Clayfield, 1934); O.I.C. (Townsville, 1936-1937); engineer (Rockbank, 1942); wireless officer (Kangaroo Point, 1943; Hendra, Qld, 1949-1958); radio officer (Hendra, 1963-1977) * [[/Erle Harold Cox|Cox, Erle Harold "Harold"]] [https://www.familysearch.org/tree/person/details/LB8Z-RG2] - 1903(Tas)-1989(ACT) - Licences: 3BD Receive Melbourne (Elsternwick, 1922); 3BD Melbourne (Elsternwick, 1922-1927; St Kilda, 1931-1933); 2EP Canberra (Forrest, 1934-1935); 2GU Canberra (Red Hill, 1946-1955); 1GU Canberra (Red Hill, 1956-1965; Mawson, 1969-1980+) - Qualifications: cc; AOCP 245, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; journalist, president Press Gallery, Parliament House 1953 - Awards: O.B.E. for contribution to journalism in Australia 1953 - Relationships: son of Erle Cox, science fiction author [https://adb.anu.edu.au/biography/cox-erle-5799] - Electoral Rolls: journalist (Caulfield, 1931; Gardiner, 1936; Forrest, 1937; Red Hill, 1943-1968; Mawson, 1972-1980) * [[/Harold Edward Cox|Cox, Harold Edward or Harold]] [https://www.familysearch.org/tree/person/details/G8GQ-2RT] - 1892(Eng)-1975(Qld) - Licences: 6HE Geraldton (1927) - Qualifications: cc; CPRT 17, 1914; 1COCP 35, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIO Broome (1917-1918) - Electoral Rolls: wireless operator (Broome, WA, 1916-1917; Geraldton, WA, 1922-1930); broadcast manager (Townsville, Qld, 1931-1937); manager (4WK, Warwick, Qld, 1943); representative (Coorparoo, Qld, 1943); wireless representative (Coorparoo, Qld, 1949-1972) ===''COXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Wooton Coxon|Coxon, Robert Wooton]] [https://www.familysearch.org/tree/person/details/GZZ2-HVL] - 1905(WA)-19??(???) - Licences: 6RW Northam (1924-1927) - Qualifications: cc; AOCP 30, 1924, No. ?? in WA - amateur operator; amateur broadcaster; mining engineer, NT Gov (Director of Mines, 1947); WW2 - Relationships: no apparent relation with 6AG Wally Coxon - Electoral Rolls: engineer (Cheltenham, SA, 1943); civil servant (Alice Springs, 1949-1954) * [[/Walter Ernest Stanley Coxon|Coxon, Walter Ernest Stanley "Wally"]] [https://www.familysearch.org/tree/person/details/GCY8-JBS] - 1891(NSW)-1968(WA) - Licences: XYK Perth (Maylands, 1913); 6AG Perth (North Perth, 1924; Inglewood, 1925-1931; Mt Lawley, 1933-1939; Bayswater, 1946-1947; Darlington, 1948-1960; Claremont, 1965) - Qualifications: cc; AOCP 124, 1925, No. ?? in WA - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (6WF) - Relationships: no apparent relation with 6RW Robert Wooton Coxon - Electoral Rolls: fitter (Maylands, 1914); engineer (Maylands, 1925-1937); radio engineer (East Perth, 1943; Darlington, 1949-1958); retired (Claremont, 1963-1968) - Links: [http://messui.polygonal-moogle.com/valves/NW199311.pdf EA0] [http://messui.polygonal-moogle.com/valves/NW199404.pdf] [http://messui.polygonal-moogle.com/valves/NW199405.pdf EA2] ===''COZINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Cozins|Cozins, Charles Frederick]] [https://www.familysearch.org/tree/person/details/GF78-6FW] - 1908(WA)-2001(WA) - Licences: 6AC Perth (City, 1931-1933); 6AD Perth (Canning Bridge, 1947-1948) - Qualifications: cc; AOCP 742, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (North Perth, WA, 1931); radio mechanic (Corrogin, WA, 1936); marine collector (Kalgoorlie, WA, 1943); cook (West Perth, WA, 1949); storekeeper (Kalgoorlie, WA, 1949-1954); clerical assistant (South Perth, WA, 1958); clerk (Rivervale, WA, 1963-1972); retired (Kewdale, WA, 1977-1980) ===''CRAIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith William Craig|Craig, Keith William]] [https://www.familysearch.org/tree/person/details/GDNB-7FD] - 1921(NSW)-1999(NSW) - Licences: 2AJV Newcastle (Stockton, 1938-1939); 2EP Newcastle (New Lambton, 1948-1969) - Qualifications: cc; AOCP 2102, 1938, NSW - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Stockton, 1943); fitter (Lambton, 1949; New Lambton, 1958-1980) * [[/Walter Archibald Craig|Craig, Walter Archibald]] [https://www.familysearch.org/tree/person/details/GZ2F-7X4] - 1907(NSW)-1956(NSW) - Licences: 2XI Receive Sydney (Croydon, 1923); 2XI Sydney (Croydon, 1924-1939) - Qualifications: cc; AOCP 220, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Croydon, 1930-1954) ===''CRAMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warne Hutton Cramond|Cramond, Warne Hutton]] [https://www.familysearch.org/tree/person/details/9XQB-N2G] - 1898(NSW)-1951(NSW) - Licences: 2KJ Sydney (Lane Cove, 1928-1939, 1946-1950) - Qualifications: AOCP 397, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lane Cove, 1930-1949) ===''CRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Rae Cran|Cran, Morris Rae]] [https://www.familysearch.org/tree/person/details/G879-B1J] - 1901(Qld)-1959(NSW) - Licences: 4KX Brisbane (West End, 1930-1939); 2MR Sydney (Rockdale, 1946-1947; Randwick, 1954-1955) - Qualifications: cc; AOCP 570, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Electoral Rolls: clerk (West End, 1925-1937); accountant (Bondi, 1943); company secretary (Ranswick, 1954; Coogee, 1958) ===''CRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Layman William Victor Cranch|Cranch, Layman William Victor "Lay"]] - 1910(Qld)-1993(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio engineer, journalist (editor, Australian Radio and Electronics, 1951), business (manager, Kingsley) ===''CRAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Russell Bruce Cameron Craw|Craw, Russell Bruce Cameron "Bruce"]] [https://www.familysearch.org/tree/person/details/KF2Q-54Y] - 1901(Tas)-1934(Vic) - Licences: 7BC Burnie (1930-1933); 3BC Melbourne (1933-1934) - Qualifications: cc; AOCP 671, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Comment: passed too soon - Electoral Rolls: salesman (Burnie, 1922; North Melbourne, 1924; Burnie, 1928); sales (Middle Park, Vic, 1935) ===''CRAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Thomas Crawford|Crawford, Cedric Thomas]] [https://www.familysearch.org/tree/person/details/GD2P-42L] - 1905(NSW)-1977(NSW) - Licences: 2YC Sydney (Burwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Burwood, 1930-1933); engineer (Captain's Flat, 1937-1943); mechanical engineer (Broken Hill South, 1954-1963); engineer (St Ives, 1968-1972) * [[/John Murray Crawford|Crawford, John Murray]] - 19??(???)-19??(???) - senior federal public servant (chief engineer PMGD, involved establishment of first ABC stations), don't confuse with William Tamillas Stephen Crawford * [[/William Tamillas Stephen Crawford|Crawford, William Tamillas Stephen "Bill", "W.T.S.C."]] [https://www.familysearch.org/tree/person/details/G738-35N] - 1880(Vic)-1962(NSW) - state public servant (P&TD, Tas); senior federal public servant (PMGD, radio inspector); RANRS (commissioned telegraphist, 1917) - Comment: don't confuse with John Murray Crawford ===''CREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Creamer|Creamer, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7XK-965] - 1903(NSW)-1973(NSW) - Licences: 2UR Sydney (Glebe Point, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Orange, 1930-1932); electrical engineer (Brewarrina, 1933; Henty, 1934-1935; Grose Vale, 1937; Richmond, 1943-1968) ===''CREDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter John Credlin|Credlin, Peter John]] [https://www.familysearch.org/tree/person/details/GDSB-SH8] - 1938(Vic)-1984(NSW) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) - Comment: Gone too soon - Electoral Rolls: clerk (Camberwell, 1954); engineer (Malvern, 1963; Lower Templestowe, 1967-1980) ===''CRESSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Gillespie Cresswell|Cresswell, Frank Gillespie]] [https://www.familysearch.org/tree/person/details/LR45-Q56] - 1880(Vic)-1963(Vic) - Licences: 3GI Melbourne (East Kew, 1924-1925; Camberwell, 1926-1927); Qualifications: cc; Nil yet identified - federal public service (PMGD); military (Commonwealth Naval Militia, engineer sublieutenant); RANRS (Radio Commander, terminated Nov 1920) - not to be confused with William Rooke '''Creswell''' - Electoral Rolls: instrument fitter (Camberwell, 1903-1906); Engineer-Lieutenant RAN (Prahran, 1912); naval officer (St Kilda, 1914); lieutenant RAN (Hawthorn, 1915-1919); RAN (Kew, 1922-1924); commandant RAN (Frankston, 1928-1934); naval officer (Olivers Hill, 1936-1937); electrical engineer (Armadale, 1943); retired (Somers, 1949; Mt Eliza, 1954; Frankston, 1963) * [[/Harry Leslie Cresswell|Cresswell, Harry Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9456-49G] - 1917(Qld)-1942(Qld) - Licences: 4DL Brisbane (Coorparoo, Qld, 1938-1939) - Qualifications: cc; Nil yet identified, likely RAN - amateur operator; amateur broadcaster; WW2 (RAN, Petty Officer Telegraphist, KIA, HMAS Yarra) - Electoral Rolls: Nil yet identified - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10293831 AWM] [https://www.awm.gov.au/collection/R1690529 Roll of Honour] ===''CRESWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rooke Creswell|Creswell, William Rooke]] [https://www.familysearch.org/tree/person/details/9N4L-WRS] - 1852(Gibraltar)-1933(Vic) - early wireless experimenter (Lytton, Moreton Island), military (RAN; Qld Maritime Defence Force, commandant; Commonwealth Naval Forces, commandant) - Generally considered the father of the RAN, not to be confused with Frank Gillespie '''Cresswell''' - Electoral Rolls: naval commandant (South Brisbane, 1903-1905); director (Toorak, 1909-1919) - Links: [[w:William Rooke Creswell|Wikipedia]]; [https://adb.anu.edu.au/biography/creswell-sir-william-rooke-5817 ADB] [https://www.navy.gov.au/biography/vice-admiral-sir-william-rooke-creswell RAN] ===''CRIBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dunmore Foote Cribb|Cribb, Dunmore Foote]] [https://www.familysearch.org/tree/person/details/LCPP-YQH] - 1899(Qld)-1946(Qld) - Licences: 4DC Brisbane (Indooroopilly, 1925-1927) - Qualifications: cc; AOCP 134, 1925, No. 15 in Qld - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant) - Electoral Rolls: teacher (Indooroopilly, 1921-1943) ===''CRICHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Robert Crichton|Crichton, Stanley Robert]] [https://www.familysearch.org/tree/person/details/LK76-MZH] - 1893(NZ)-1967(NSW) - Licences: 2KH East Maitland (1929-1935); 9OU Port Moresby (1947-1948) - Qualifications: AOCP 542, 1929, No. ?? in NSW; AOLCP 100, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: telephone mechanic (East Maitland, 1930-1935); wireless operator (Maclean, 1936); Radio 2NR (Lawrence, 1937); wireless operator (Ashfield, 1949); PMG technician (Ashfield, 1954-1963) ===''CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cridge, Wilfred Edgar Launder - See Wilfred Edgar Launder-Cridge ===''CRISP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Charles Crisp|Crisp, Henry Charles "Harry"]] [https://www.familysearch.org/tree/person/details/G8XD-5T2] - 1909(NSW)-1996(???) - Licences: 2LX Sydney (Undercliffe, 1930; Hurstville, 1931-1933; Cronulla, 1934-1939, 1946); 2LX Ettalong (1947-1955); 2LX Woy Woy (1956-1961); 2LX Urunga (1965); 2LX Sydney (Cronulla, 1969; Gorokan, 1975-1980+) - Qualifications: AOCP 614, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: "Henry Charles" carrier (Undercliffe, 1930; Hurstville, 1931-1933); radio dealer (Cronulla, 1934-1937); "Harry Charles" examiner (Bondi, 1943); "Henery Charles" no occupation (Ettalong, 1949); "Henry Charles" radio dealer (Ettalong, 1954-1963); "Harry Charles" motel proprietor (Urunga, 1968); manager (Sans Souci, 1972); retired (Cronulla, 1972); "Henery Charles" retired (Gorokan, 1977-1980) ===''CROCKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Edward Crocker|Crocker, Claude Edward]] [https://www.familysearch.org/tree/person/details/L8R6-RZW] - 1875(USA)-1929(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: engineer (West Perth, 1922-1925) * [[/Edward Baker Crocker|Crocker, Edward Baker]] [https://www.familysearch.org/tree/person/details/MYHX-65B] - 1867(Wales)-1955(NSW) - Licences: 2BB Receive Sydney (Marrickville, 1922); 2BB Sydney (Marrickville, 1922-1930) - Qualifications: cc; AOCP 95, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: provision merchant (Marrickville, 1933-1937); retired (Marrickville, 1943-1949); no occupation (Earlwood, 1949-1954) ===''CROME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Keith Crome|Crome, Harry Keith]] [https://www.familysearch.org/tree/person/details/LZTL-HF9] - 1908(Tas)-1975(Tas) - Licences: Receive (Crystal) Hobart (New Town, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: painter (Hobart North, 1936-1954); linotype operator Melbourne (Alphington, 1963-1972) ===''CROMIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Thomas Cromie|Cromie, Charles Thomas]] [https://www.familysearch.org/tree/person/details/G6Z4-73H] - 1883(Vic)-1952(Vic) - Licences: Receive (Valve) Melbourne (Caulfield, 1923) - Qualifications: cc; Nil yet identified - manager (Oliver J. Nilsen & Co, 1927); witness to Royal Commission 1927 (obo 3UZ) - Electoral Rolls: draper (Maffra, 1903; Korumburra, 1905; East Melbourne, 1909; Maffra, 1912); engineer (East Melbourne, 1914); electrical engineer (Malvern, 1915-1917); engineer (Elsternwick, 1919; Caulfield, 1924-1927); electrical engineer (Melbourne East, 1928; Caulfield, 1931); engineer (Caulfield, 1934); director (Armadale, 1936-1949) ===''CROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Leonard Crooks|Crooks, James Alexander Leonard "Len"]] [https://www.familysearch.org/tree/person/details/LK93-6HV] - 1890(Tas)-1973(Tas) - Licences: Receive Launceston (1923-1925); 7BQ Launceston (1925-1969+) - Qualifications: cc; AOCP 61, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; honorary radio inspector (PMG) - Relationships: father of 3AAC John Peter Crooks - Electoral Rolls: clerk (Trevallyn, 1914; Launceston, 1919-1968); no occupation (Low Head, 1972) * [[/John Peter Crooks|Crooks, John Peter]] [https://www.familysearch.org/tree/person/details/LRZL-Z2J] - 1921(Tas)-2013(Vic) - Licences: 3AAC Colac (1960); 3AAC Bulleen (1965-1969) - Qualifications: AOCP 2107, 1938, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: son of 7BQ James Alexander Leonard "Len" Crooks - Electoral Rolls: civil servant (Elsternwick, 1949); engineer (East Geelong, 1954; Bulleen, 1963-1977) ===''CROPLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cropley|Cropley, Eric William]] [https://www.familysearch.org/tree/person/details/GDLL-YVK] - 1893(NSW)-1935(NSW) - Licences: N735 Receive Sydney (Homebush, 1922); 2HT Receive Sydney (Homebush, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of Mervyn Eric Cropley - Electoral Rolls: warehouseman (Homebush, 1930-1933) * [[/Mervyn Eric Cropley|Cropley, Mervyn Eric]] [https://www.familysearch.org/tree/person/details/GDLG-MYS] - 1920(NSW)-1951(Aus) - Licences: cc; Nil yet identified - Qualifications: cc; 2COCP 403, 1941 - amateur operator; amateur broadcaster - Relationships: son of 2HT Eric William Cropley - Electoral Rolls: radio officer (Homebush, 1943); salesman (Blaxland, 1949) ===''CROUCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Casimir Crouch|Crouch, Ernest Casimir "Ern"]] - 1908(???)-1989(NSW) - 2QJ Receive Sydney (Mosman, 1923), 2EC Sydney (Mosman, 1924-1939), 2EC Orange (1946-1980), amateur operator (AOCP 16, 1924, No. 6 in NSW), amateur broadcaster; engineer; Mosman Radio Laboratories 1927 (proprietor?) ===''CROWDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Crowder, Joyce Isabel see Batchler nee Crowder, Joyce Isabel ===''CULLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Norman Seth Culliver|Culliver, Francis Norman Seth "Norman"]] [https://www.familysearch.org/tree/person/details/G82T-SWD] - 1891(Vic)-1962(Vic) - Licences: 3DP Receive Melbourne (East Melbourne, 1922); 3DP Melbourne (East Melbourne, 1923-1925; Hawthorn, 1925-1927); 3UG Melbourne (Rye, 1948-1956); 3UG Queenscliff (1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of Keith Norman Culliver & Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1931-1954) * [[/Ian Douglas Culliver|Culliver, Ian Douglas "Sam"]] [https://www.familysearch.org/tree/person/details/G82T-WDM] - 1916?(Vic)-2002(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 655, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Keith Norman Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) * [[/Keith Norman Culliver|Culliver, Keith Norman]] [https://www.familysearch.org/tree/person/details/G82T-753] - 1914(Vic)-1998(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 656, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) ===''CUMMING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Humberstone Cumming|Cumming, William Humberstone]] [https://www.familysearch.org/tree/person/details/GSLF-9FS] - 1903(Vic)-1956(Vic) - Licences: 3BK Melbourne (Armadale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Notting Hill, 1931); engineer (Cheltenham, 1931); contractor (Malvern, 1936-1949); engineer (Malvern, 1954) ===''CUMMINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Cummings|Cummings, Bruce]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 1928, No. ?? in Qld), amateur broadcaster ===''CUMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Vincent Cummins|Cummins, Reginald Vincent]] [https://www.familysearch.org/tree/person/details/GXCK-FLN] - 1911(Qld)-1957(Qld) - Licences: 4VC Brisbane (Newmarket, 1937-1939) - Qualifications: cc; AOCP 1939, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (East Ipswich, Qld, 1934-1937); public servant (Newmarket, Qld, 1943-1954) ===''CUNLIFFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James August Cunliffe|Cunliffe, James August]] [https://www.familysearch.org/tree/person/details/G7KX-DQW] - 1904(Vic)-1984(Vic) - Licences: 3ZO Melbourne (Croxton, 1930-1931; Preston, 1933-1939, 1946-1947); 3AZO Melbourne (North Fitzroy, 1954; East Preston, 1955-1980+) - Qualifications: AOCP 597, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: cabinet maker (Preston, 1927); electrician (Preston East, 1931-1942); cabinet maker (Preston East, 1949); carpenter (Preston East, 1963-1980) ===''CUNNINGHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hugh Cunningham|Cunningham, Robert Hugh]] [https://www.familysearch.org/tree/person/details/G845-Z7M] - 1909(Vic)-1989(Vic) - Licences: 3ML Melbourne (Malvern, 1928-1937; Hawthorn, 1938-1939; Frankston, 1946-1947; Malvern, 1948-1980+) - Qualifications: AOCP 463, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Malvern, 1931; Gardiner, 1936-1937); RAAF (Frankston, 1949); manager (Malvern, 1949-1954); director (Malvern, 1963-1980) - R. H. Cunningham, electronics retailer? ===''CUREDALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Curedale|Curedale, Albert John]] [https://www.familysearch.org/tree/person/details/GFQ6-S41] - 1914(Aus)-1986(WA) - Licences: 6AE Perth (City, 1934-1939) - Qualifications: cc; AOCP 1385, 1934, WA - amateur operator; amateur broadcaster - Electoral Rolls: presser (North Perth, WA, 1943-1949; West Perth, WA, 1954; Leederville, WA, 1958-1972) * [[/Robert Gordon Curedale|Curedale, Robert Gordon]] - 1906(WA)-1981(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 837, 1924; 2COCP 369, 1931; 1COCP 141, 1937 - - Electoral Rolls: radio operator (Magnetic Observatory, Watheroo, WA, 1931); wireless operator (West Perth, WA, 1936-1937); radio technician (Croydon, NSW, 1943); farming (Watheroo, WA, 1949); geophysicist (Ascot Vale, Vic, 1954; Bentleigh, Vic, 1963; Yokine, WA, 1968); retired (North Beach, WA, 1972; Maylands, WA, 1977-1980) ===''CURETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Poyner Cureton|Cureton, John Poyner "Jack"]] [https://www.familysearch.org/tree/person/details/L29Y-H1R] - 1905(NSW)-1958(NSW) - Licences: 2AY Receive Sydney (Burwood, 1922); 2AY Sydney (Burwood, 1923-1930); 2AU Sydney (Burwood, 1930-1933; Gordon, 1933-1934; Burwood, 1935-1939, 1946-1950); 2AU Little Hartley (1954-1958) - Qualifications: cc; AOCP 168, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Withdrawal: 2AY callsign withdrawn by PMGD in 1930 and reallocated to new commercial 2AY Albury - Electoral Rolls: secretary (Burwood, 1930; Parkes, 1936); engineer (Burwood, 1943); grazier (Little Hartley, 1958) ===''CURLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Clarence Curle|Curle, George Clarence]] [https://www.familysearch.org/tree/person/details/GZ25-DZZ] - 1914(NSW)-1941(Egypt) - licences: 2AJB Sydney (Chullora, 1937-1939) - qualifications: AOCP 1813, 1937, No. ?? in NSW; BOCP 310, 1940 - amateur operator, amateur broadcaster, broadcast engineer (2BL), WW2 - electoral rolls: Nil - "Greater love hath no man than this" ===''CURNOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Ross Curnow|Curnow, Geoffrey Ross]] - 19??(???)-19??(???) - historian (wireless & broadcasting), "The history of the development of wireless telegraphy and broadcasting in Australia to 1942, with especial reference to the Australian Broadcasting Commission : a political and administrative study" ===''CURRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Benjamin John Currie|Currie, Francis Benjamin John]] [https://www.familysearch.org/tree/person/details/G8QY-8JP] - 1903(SA)-1974(SA) - Licences: None yet found - Qualifications: AOCP 395, 1928, No. ?? in SA - amateur operator? - Electoral Rolls: checker (Albert Park, Vic, 1936); storeman (Semaphore, 1939; Queensbury, 1941) * [[/James Lawrence Currie|Currie, James Lawrence "Len"]] [https://www.familysearch.org/tree/person/details/GXCK-9GW] - 1905(Qld)-1960(Qld) - Licences: 4LC Bundaberg (1936-1937); 4LC Proserpine (1938-1939); 4LC St George (1946-1956); 4LC Brisbane (Dutton Park, 1960) - Qualifications: cc; AOCP 1631, 1936, Qld - amateur operator; amateur broadcaster; power station engineer - Electoral Rolls: electrician (New Farm, Qld, 1929; Bundaberg, Qld, 1931-1937); electrical engineer (Blackhall, Qld, 1943; St George, Qld, 1949-1954); engineer (Caboolture, Qld, 1958) ===''CURTIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. F. Curtis|Curtis, R. F.]] - 19??(???)-19??(???) - Licences: 3AI Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''CUSACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Chanel Cusack|Cusack, Leo Chanel]] [https://www.familysearch.org/tree/person/details/G6YN-49P] - 1897(NSW)-1967(Qld) - Licences: 4LC Port Moresby (1925-1926) - Qualifications: cc; CPRT 229, 1916; 1COCP 319, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIT Townsville (1917-1918) - Electoral Rolls: radio operator (Maroubra, 1930); radio telegraphist (Townsville, 1931-1936; Maroubra, 1943); wireless operator (Maroubra, 1949); radio operator (Darwin, 1949-1954); wireless operator (Maroubra, 1958-1963); retired (Bardon, Qld, 1963) * [[/Sidney Claude Cusack|Cusack, Sidney or Sydney Claude or Claud]] [https://www.familysearch.org/tree/person/details/GW42-D16] - 1885(Eng)-1973(Canada) - Licences: 5CK Adelaide (Dulwich, 1924-1926) - Qualifications: cc; CPRT 5, 1914 (No. 5 in Aus and Vic, Commonwealth system) - RANRS (CPO to Warrant Telegraphist, 1917); WW1 - Electoral Rolls: operator (Clayfield, Qld, 1916) ===''CUSHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Thomas Cushen|Cushen, Arthur Thomas]] [https://www.familysearch.org/tree/person/details/GXQL-FP3] - 1920(NZ)-1997(NZ) - prominent MW and SW broadcast listener 1930s to 1990s; DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club, DX Australia) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen/ Autobiography]; [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tributes] ===''CUSITER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert William Macgregor Cusiter|Cusiter, Robert William Macgregor "Mac"]] [https://www.familysearch.org/tree/person/details/M6H8-73C] - 1908(NSW)-1970(???) - 2RW Sydney (Lewisham, 1925-1926; Turramurra, 1927-1929; Pymble, 1930; Lewisham, 1931-1939, 1946-1955; Hornsby, 1956-1969), amateur operator (AOCP 203, 1925, No. ?? in NSW), amateur broadcaster, engineer (Pymble, 1930; Lewisham, 1930-1949; Hornsby, 1958-1968), AWA, PMGD, WW2 (worked on defence electronics) ===''CUTHBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Cuthbert|Cuthbert, Henry]] - 1829(Irl)-1907(Vic) - Postmaster-General Victoria (Jul 1877-Jul 1878; Mar 1880-Aug 1880) ===''CUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Gregory Maxwell Cutts|Cutts, Gregory Maxwell "Maxwell"]] [https://www.familysearch.org/tree/person/details/GQBR-22Q] - 1903(NSW)-1986(NSW) - Licences: Receive (Crystal) Sydney (Croydon, 1923); 2GM Sydney (Croydon, 1924-1927) - Qualifications: cc; AOCP 17, 1924, No. 7 in NSW - amateur operator; amateur broadcaster; radio business proprietor (2ML, Mosman Radio Service) - Electoral Rolls: radio engineer (Mosman, 1930-1937; Abbotsford, 1949); sales manager (North Ryde, 1954-1963); manager (Cheltenham, 1972-1980) =='''D'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''DAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Luja Dahl|Dahl, Norman Luja]] [https://www.familysearch.org/tree/person/details/L433-MY6] - 1888(NZ)-1938(Qld) - Licences: 2ND Sydney (Wahroonga, 1933-1937); 4ND Ayr (1937-1939) - Qualifications: cc; AOCP 1079, 1933, NSW; AOLCP 249, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: consulting engineer (Wahroonga, NSW, 1930-1935); teacher (Wahroonga, NSW, 1937); company director (Ayr, Qld, 1936-1937) * [[/Oscar Sydney Dahl|Dahl, Oscar Sydney "Syd"]] [https://www.familysearch.org/tree/person/details/LLWV-S5D] - 1904(NZ)-1982(Qld) - Licences: 4KA Ayr (1933-1935); 7KA Hobart (1947); 4KA Ayr (1948); 9KA Lae (1969); 4VT Innisfail (1975) - Qualifications: cc; AOCP 1151, 1933, No. ? in Qld - amateur operator; amateur broadcaster; WW2; surveyor - Electoral Rolls: chainman (Arapuni, NZ, 1928-1931); tramline engineer (Ayr, Qld, 1931-1936); engineer (Gordonvale, Qld, 1937); civil engineer (Fitzgerald, Tas, 1943; Ayr, Qld, 1949-1958); surveyor (Innisfail, Qld, 1963-1980) ===''DALBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dalby|Dalby, John]] - 19??(???)-19??(???) - Licences: 5BI Adelaide (SA School of Mines, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Directories: lecturer (School of Mines, Adelaide, 1922-1934) - Electoral Rolls: Nil yet identified ===''DALTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Martin Dalton|Dalton, Robert Martin]] [https://www.familysearch.org/tree/person/details/GZJQ-SH3] - 1897(Vic)-1949(Vic) - Licences: XLB Melbourne (Auburn, 1913); 3UI Mildura (1923-1925); 3UI Melbourne (Balaclava, 1925-1926; Caulfield, 1927; Camberwell, 1931-1933); 3UN Melbourne (Camberwell, 1948) - Qualifications: cc; AOCP 158, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: fruitgrower (Mildura, 1919-1924); radio engineer (Hawthorn, 1926-1927); clerk (Camberwell, 1928); sales (Camberwell, 1931-1949) ===''DANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Dane|Dane, John Edward]] [https://www.familysearch.org/tree/person/details/LYF7-5RS] - 1868(Eng)-1928(Vic) - Licences: Receive (Valve) Melbourne (Hawthorn, 1923); 3JD Melbourne (Hawthorn, 1924-1927) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: commercial traveller (Hawthorn, 1908-1909); merchant (Auburn, 1912-1927) ===''DANGERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Henry Dangerfield|Dangerfield, Joseph Henry "Harry"]] [https://www.familysearch.org/tree/person/details/G9HR-22D] - 1911(Eng)-1997(Qld) - Licences: 4NF Townsville (1936-1939) - Qualifications: cc; AOCP 1686, 1936, Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (radio electrical salesman) - Relationships: brother of 4NL Norman Gerard Dangerfield - Electoral Rolls: radio mechanic (Townsville, Qld, 1937-1954); mechanic (Townsville, Qld, 1958-1977); retired (Airlie Beach, Qld, 1977-1980) * [[/Norman Gerard Dangerfield|Dangerfield, Norman Gerard]] [https://www.familysearch.org/tree/person/details/G9HR-5FD] - 1918(Qld)-1997(Qld) - Licences: 4NL Ayr (1936-1939); 4ND Ayr (1956-1965); 4ND Brisbane (Sherwood, 1969-1975) - Qualifications: cc; AOCP 1687, 1936, Qld; BOCP 1062, 1949 - amateur operator; amateur broadcaster; employment (Elphinstones); broadcast technician (4AY, ABC Townsville); business proprietor (radio) - Halcyon: AOCP at 16yo - Relationships: brother of 4NF Joseph Henry Dangerfield - Electoral Rolls: aircraft fitter (Coorparoo, Qld, 1943); bank officer (Ayr, Qld, 1949); radio technician (Ayr, Qld, 1954; Home Hill, Qld, 1958); clerk (Sherwood, Qld, 1968-1980) ===''DANIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Septimus Daniel|Daniel, Louis Septimus]] - 1834(Eng)-1909(Vic) - experimented with etheric force in mid 1870s, radio clubs (Telegraph Electrical Society of Victoria, member), employment (Vic Post & Telegraphs, concluding acting Secretary, 1897), linguist ===''DARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Darley|Darley, Ernest John]] [https://www.familysearch.org/tree/person/details/G4BX-9ZK] - 1898(WA)-1968(WA) - Licences: 6CJ Perth (South Perth, 1923-1930) - Qualifications: cc; CPRT 243, 1916; 2COCP 835, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: motor importer (South Perth, 1925-1936); importer (Rockingham, 1943); technician (South Perth, 1954-1963) ===''DAVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Barrett Davey|Davey, Harold Barrett]] [https://www.familysearch.org/tree/person/details/GDYY-FN4] - 1898(Tas)-1948(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: dental mechanic (Launceston, 1922); electrician (Launceston, 1936-1937); electrical engineer (Launceston, 1943) * [[/John Alfred Davey|Davey, John Alfred]] [https://www.familysearch.org/tree/person/details/GZ6X-FSF] - 1913(SA)-1992(Qld) - 2YE Sydney (Glebe Point, 1935-1938; Ashfield, 1939; Homebush, 1946-1975), amateur operator (1COCP 19, 1934; 3COCP 1029, 1952), amateur broadcaster, radio engineer * [[/John Anderton Davey|Davey, John Anderton]] [https://www.familysearch.org/tree/person/details/GZ6F-3ZH] - 1909(Vic)-1973(Vic) - Receive Melbourne (Brighton, 1923), 3AD Melbourne (Brighton, 1925-1926; Elsternwick, 1927), amateur operator (AOCP 66, 1925, No. ?? in Vic), amateur broadcaster, manufacturer's agent * [[/Ralph William Davey|Davey, Ralph William]] [https://www.familysearch.org/tree/person/details/GXGN-W9X] - 1916(SA)-1999(Vic) - Licences: 5KD Adelaide (North Croydon, 1935-1939; Mile End, 1947; Blanchetown, 1948); 5DY Portable Adelaide (North Croydon, 1938) - Qualifications: cc; AOCP 1481, 1935, SA; 1COCP 515, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: constable (Ridleyton North, SA, 1939; Whyalla, SA, 1941-1948); RAAF (Guildford, WA, 1958; Beaumaris, Vic, 1972-1980) ===''DAVIDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. R. Davidson|Davidson, E. R.]] - 19??(???)-19??(???) - Licences: 4FP Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''DAVIES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Tempest Davies|Davies, Henry Tempest]] [https://www.familysearch.org/tree/person/details/G889-FX9] - 1900(WA)-1987(WA) - Licences: 6HD Perth (Highgate Hill, 1929-1939) - Qualifications: cc; AOCP 563, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Balkatta, 1921); police officer (Mundijong, 1943); sergeant (Victoria Park, 1949-1958; Lathlain Park, 1963-1977; Victoria Park, 1980) * [[/Reginald Raymond Clifford Davies|Davies, Reginald Raymond Clifford]] [https://www.familysearch.org/tree/person/details/GXGM-73Y] - 1915(SA)-1988(WA) - Licences: 5LJ Adelaide (Goodwood Park, 1933-1939; Plympton, 1947-1948); 3AY Melbourne (Prahran, 1954-1960; Heathmont, 1965-1969); 6BQ Perth (Bickley, 1975); 6BQ Denmark (1980) - Qualifications: cc; AOCP 1138, 1933, SA; BOCP 121, 1937; 1COCP 534, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: metal worker (Goodwood Park, SA, 1939); radio engineer (5RM Berri, SA, 1941); mechanic (Plympton, SA, 1941-1943); public servant (Prahran, Vic, 1954); retired (Bickley, WA, 1972-1977) ===''DAVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Hargan Davis|Davis, Henry Hargan or Hargon]] [https://www.familysearch.org/tree/person/details/LT6C-6MB] - 1908(NSW)-1992(SA) - Licences: Receive (Crystal) Sydney (Strathfield, 1923-1924); 2HH Sydney (Strathfield, 1926-1934) - Qualifications: cc; AOCP 289, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Strathfield, 1930-1936); engineer (Strathfield, 1943) - Professor Henry Hargan Davis, BSc, BE (Syd), PhD (Camb), 1946-1973 (Emeritus Professor 1974) [https://docplayer.net/82920769-Engineering-education-the-university-of-adelaide.html] * [[/Ross Raleigh Davis|Davis, Ross Raleigh "Jack"]] [https://www.familysearch.org/tree/person/details/GZ54-9Q4] - 1907(Vic)-1986(NSW) - Licences: 2DS Receive Sydney (Vaucluse, 1920-1922); 2DS Sydney (Vaucluse, 1923-1929; Double Bay, 1930-1933; Rose Bay, 1933-1938; Bellevue Hill, 1938-1939) - Qualifications: cc; AOCP 249, 1926, No. ?? in NSW; CPRTelephony 934, 1926 - amateur operator; amateur broadcaster - Comment: accompanied 2CM on the SS Tahiti; education (Sydney Technical College, Electrical Engineering Degree); employment (AWA, engineer, 1925-1973) - Electoral Rolls: engineer (Double Bay, 1930; Rose Bay, 1933-1937; Bellevue Hill, 1943-1958; Rose Bay, 1958-1980) ===''DAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dawson|Dawson, Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 559, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: stovemaker (Hurlstone Park, 1930); storeman (Marrickville, 1931) - Not yet fully identified * [[/Richard Stanley Dawson|Dawson, Richard Stanley]] [https://www.familysearch.org/tree/person/details/GD52-2NQ] - 1897(Vic)-1983(NSW) - Licences: XZP Hobart (1913-1914); 3DA Melbourne (South Yarra, 1927) - Qualifications: cc; CPRT 282, 1917 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: student (Toorak, 1919); electrical engineer (Melbourne, 1921-1924; Toorak, 1925-1926; South Yarra, 1927-1928); engineer (Artarmon, NSW, 1930; Mosman, 1931-1972; Roseville, NSW, 1977) ===''DEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Launston Alexander Deane|Deane, Launston Alexander]] [https://www.familysearch.org/tree/person/details/GX2G-182] - 1909(SA)-1988(SA) - Licences: 5LD Adelaide (Tusmore, 1933; Hazelwood Park, 1937-1939; Royston Park, 1947-1955; Hazelwood Park, 1956-1965; St Georges, 1969-1975) - Qualifications: cc; AOCP 1090, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Burnside, SA, 1939-1943) * [[/Raymond Kyrle Deane|Deane, Raymond Kyrle]] [https://www.familysearch.org/tree/person/details/GX2P-HB1] - 1917(SA)-2010(SA)93yo - Licences: 5RK Adelaide (Fullarton, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1728, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: warehouseman (Fullarton, SA, 1939-1941); clerk (Fullarton, SA, 1943) ===''DE BAVAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Jean Xavier de Bavay|de Bavay, Francis Jean or John Xavier ]] [https://www.familysearch.org/tree/person/details/GXFJ-D1R] - 1887(Vic)-1955(Tas) - Licences: 4FO Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: analytical chemist (Kew, Vic, 1909); brewer (West Perth, WA, 1916); chemist (Cannon Hill, Qld, 1919-1921); manager (New Farm, Qld, 1925); master brewer (Cascades, Tas, 1928-1936); manager (Hobart South, Tas, 1943-1954) ===''DE CRESPIGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Champion de Crespigny|de Crespigny, Philip Champion]] [https://www.familysearch.org/tree/person/details/KCJG-QN9] - 1879(Vic)-1918(Palestine) - Licences: XPU Melbourne (Brighton, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Relationships: half brother of 3FM Royalieu Dana Champion de Crespigny - Sacrifice: "Greater love hath no man than this" * [[/Royalieu Dana Champion de Crespigny|de Crespigny, Royalieu Dana Champion]] [https://www.familysearch.org/tree/person/details/KH7P-7SD] - 1905(Vic)-1985(Vic) - Licences: 3FM Melbourne (Brighton, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Elmhurst, 1936-1949); farmer (Cobden, 1954; South Ecklin, 1963-1980) - Relationships: half brother of XPU Philip Champion de Crespigny ===''DE CURE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Gerard de Cure|de Cure, John Edward Gerard]] [https://www.familysearch.org/tree/person/details/LVD6-DWD] - 1899(SA)-1989(SA) - Licences: 3WL Melbourne (Coburg, 1929-1933); 5KO Adelaide (Glenelg, 1937-1939, 1946-1956); 2KO Sydney (Artarmon, 1957-1958); 5KO Adelaide (Fulham, 1960-1980+) - Qualifications: cc; AOCP 535, 1929, No. ?? in Vic; 1COCP 22, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Cobden, 1954); public servant (North Carlton, 1921-1924; Coburg, 1927-1934; Artarmon, NSW, 1958) ===''DEARNESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Sinclair Dearness|Dearness, Harry Sinclair]] - 19??-2004(Qld) - 4KW Mackay (1939, 1946-1975), Brisbane (Strathpine) (1980+) - amateur operator (AOCP 2328, 1939, No. ? in Qld), amateur broadcaster, military (WW2, AIF), employment (radio & TV mechanic) ===''DEEGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Edward Deegan|Deegan, Stanley Edward]] [https://www.familysearch.org/tree/person/details/LYK3-2V3] - 1893(Tas)-1944(Tas) - Licences: 7AK Hobart (St Virgil's College, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; public servant (State & Federal, PMGD); WW1 - Electoral Rolls: clerk (Hobart, 1919-1922); civil servant (Hobart, 1928-1936); postal official (Hobart, 1943) ===''DEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival William Deer|Deer, Percival William]] [https://www.familysearch.org/tree/person/details/L2DJ-9ZF] - 1901(SA)-1981(SA) - Licences: 5DR Adelaide (Seacliff, 1928-1933; Brighton, 1937-1939) - Qualifications: cc; AOCP 451, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: machinist (Brighton, 1939-1943) ===''DELBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Joseph Robert Delbridge|Delbridge, Reginald Joseph Robert]] [https://www.familysearch.org/tree/person/details/L439-HNM] - 1888(Eng)-1964(Qld) - Licences: 4RJ Childers (1927); 4RJ Brisbane (Paddington, 1931-1933; Booval, 1937-1939); 4RJ Stanthorpe (1946-1948); 4RJ Brisbane (Northgate, 1954-1955; Toowong, 1956); 4RJ Burleigh Heads (1960) - Qualifications: cc; AOCP 383, 1927, No. 42 in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), minister of religion - Electoral Rolls: clergyman (Ingham, 1917-1919); minister (Kingaroy, 1925); clergyman (Ashgrove, 1943); minister (Stanthorpe, 1949); minister of religion (New Farm, 1954); Methodist Minister (Toowong, 1958); retired (Burleigh Heads, 1963) ===''DELLIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Stephen Dellit|Dellit, Samuel Stephen]] - Licences: VK4ZSS Brisbane, VK3 Melbourne, VK1DXA Canberra - Qualifications: AOLCP Q0078, 1971 - amateur operator, broadcast DXer, broadcast planning engineer, federal public servant, radio historian (aeradio, amateur, broadcast, coastal) ===''DEMPSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter McInnes Dempsey|Dempsey, Walter McInnes "Wally"]] [https://www.familysearch.org/tree/person/details/LTQN-B69] - 1910(Vic)-2010(Vic) - Licences: 3WD Melbourne (Cheltenham, 1929-1931); 7WD Cambridge (1948); 3AZD Melbourne (Pascoe Vale, 1954); 3WD Melbourne (Pascoe Vale, 1955-1969; Oak Park, 1975); 3WD Marong (1980+) - Qualifications: AOCP 515, 1929, No. ?? in Vic; AOLCP 41, 1931; 1COCP 217, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Cheltenham, 1931; Mordialloc, 1936-1937); radio operator (Mentone, 1942); aeradio operator (Cambridge, Tas, 1949); public servant (Pascoe Vale, 1954-1968; Oak Park, 1972); retired (Marong, 1977-1980) ===''DENBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Roy Denby|Denby, Harry Roy]] [https://www.familysearch.org/tree/person/details/LJTS-LLS] - 1906(Qld)-1973(Qld) - Licences: 4FR Receive Brisbane (Brisbane City, 1923); 4AX Brisbane (Kedron, 1936-1939); 4AX Cairns (1947-1969) - Qualifications: cc; AOCP 1800, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: rubber worker (Kedron, Qld, 1936-1937; Cairns, Qld, 1943-1972) ===''DENISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Robert Denison|Denison or Dixson, Hugh Robert]] [https://www.familysearch.org/tree/person/details/L6Q5-WTC] - 1865(NSW)-1940(Vic) - born Hugh Robert Dixson; businessman, parliamentarian, philanthropist; director of Australasian Wireless Co. then Amalgamated Wireless (Australasia) - Links: [[w:Hugh Denison|Wikipedia]]; [https://adb.anu.edu.au/biography/denison-sir-hugh-robert-5955 ADB] ===''DENNEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Roy Denneen|Denneen, Harold Roy]] [https://www.familysearch.org/tree/person/details/GXQG-6YG] - 1894(NSW)-1939(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (A/g Warrant Telegraphist, 1917) - Electoral Rolls: radio telegraphist (Thursday Island, 1928-1937) ===''DENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Roy Dennett|Dennett, Phillip or Philip Roy or Ray]] [https://www.familysearch.org/tree/person/details/KNX4-D9K] - 1897(SA)-1988(Qld) - Licences: 5IV Berri (1931-1938); 4IV Camooweal (1938-1939) - Qualifications: cc; AOCP 799, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil servant (Morningside, Qld, 1943; West End, Qld, 1949-1954; Rockhampton, Qld, 1958); public servant (Morningside, Qld, 1963-1977) ===''DERHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Thomas Derham|Derham, Frederick Thomas]] - 1844(Eng)-1922(Vic) - Victorian Postmaster-General (1886-1890) ===''DERRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/V. M. Derrick|Derrick, V. M.]] - 19??(???)-19??(???) - Licences: 2VM Sydney (Bellevue Hill, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''D'EVELYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude D'Evelynes|D'Evelynes, Claude]] [https://www.familysearch.org/tree/person/details/GF39-3D8] - 1916(WA)-1985(NSW) - Licences: 6DC Harvey (1935-1939); 2TZ Sydney (Mona Vale, 1948; Clifton Gardens, 1954-1955); 9TZ Rugli via Lae (1956); 2TZ Sydney (Chatswood, 1958-1980+) - Qualifications: cc; AOCP 1488, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Harvey, WA, 1936-1937); radio engineer (Mona Vale, NSW, 1949; Mosman, NSW, 1954; Chatswood, NSW, 1958-1968); engineer (Chatswood, NSW, 1977-1980) ===''DEVITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Lane Devitt|Devitt, Raymond Lane]] [https://www.familysearch.org/tree/person/details/LB11-PTK] - 1905(Tas)-1992(WA) - Licences: 6DR Perth (Nedlands, 1937-1939) - Qualifications: cc; CPRT 990, 1928; 2COCP 287, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: service engineer (Nedlands, WA, 1931); manager (Nedlands, WA, 1949-1980) ===''DEWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Owen Dewan|Dewan, John Owen (Electoral Rolls) or Owen John (BMD)]] [https://www.familysearch.org/tree/person/details/GFML-2D4] - 1907(WA)-1980(WA) - Licences: 6JK Perth (Maylands, 1930-1931; Mt Lawley, 1933; City, 1937; North Perth, 1938-1939) - Qualifications: cc; AOCP 715, 1930, No. ?? in WA; 3COCP 188, 1936; 2COCP 99, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: butcher (Maylands, WA, 1931; North Perth, 1934-1937); teacher (East Perth, WA, 1943); trade instructor (Nedlands, WA, 1949-1980) ===''DEXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Dexter|Dexter, John Henry]] [https://www.familysearch.org/tree/person/details/G428-3PS] - 1906(Eng)-1983(Vic) - Licences: 3DR Melbourne (Northcote, 1926-1927); 3VR Melbourne (Sandringham, 1938-1939; Black Rock, 1946-1956; Parkdale, 1960-1965; Mt Eliza, 1969-1980+) - Qualifications: AOCP 241, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Northcote, 1927); engineer (Preston, 1931; Sandringham, 1942-1954); radio mechanic (Mordialloc, 1963); retired (Mt Eliza, 1968-1980) ===''DICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Dick|Dick, F.]] - abt 1883(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''DIDDAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Harlin Flower Diddams|Diddams, Robert Harlin or Harland Flower]] [https://www.familysearch.org/tree/person/details/GMZN-YJP] - 1899(Qld)-1969(Qld) - Licences: Receive Brisbane (Toowong, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bookkeeper (Toowong, Qld, 1921-1925); printer (Ashgrove, 1936-1958); retired (Kangaroo Point, Qld, 1968) ===''DILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Dillon|Dillon, Arthur Ernest "Ernie" "Ern"]] [https://www.familysearch.org/tree/person/details/G85L-HH7] - 1902(Qld)-1960(Qld) - Licences: 4CH Receive Brisbane (New Farm, 1922); 4CH Brisbane (New Farm, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (New Farm, 1925); engineer (New Farm, 1929); electrical engineer (Atherton, 1931-1932); electrician (Greenslopes, 1943-1954; Mt Gravatt, 1958) ===''DINEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Dineen|Dineen, Geoffrey John]] [https://www.familysearch.org/tree/person/details/GM8L-9R6] - 1919(Tas)-1999(Tas) - Licences: 7GD Launceston (1935-1939, 1946-1948) - Qualifications: cc; AOCP 1588, 1935, No. ?? in Tas; 3COCP 6330, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Launceston, 1949-1968) ===''DIRCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Alfred Dircks|Dircks, Alexander Alfred]] [https://www.familysearch.org/tree/person/details/GDRD-6GN] - 1858(NSW)-1929(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - senior federal public servant (PMGD, Electrical Engineer) - Electoral Rolls: Nil yet identified ===''DIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gurnhill Dixon|Dixon, Arthur Gurnhill]] [https://www.familysearch.org/tree/person/details/G826-18S] - 1896(Tas)-1966(Vic) - Licences: XZA Wynyard (1913-1914); 3JG Melbourne (Hawthorn, 1933); 3AD Melbourne (Hawthorn, 1937-1939, 1947-1948); 3AVE Melbourne (Nunawading, 1965) - Qualifications: cc; CPRT 462, 1919; 2COCP 160, 1930; 1COCP 271, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Wynyard, 1919); wireless mechanic (Hawthorn, 1934); technician (Auburn, 1936-1937); inspector (Surrey Hills, 1943-1963) - Probate: retired marine inspector (Melbourne, 1966) * [[/Arthur Lionel Dixon|Dixon, Arthur Lionel]] [https://www.familysearch.org/tree/person/details/G82F-YX7] - 1897(Eng)-1968(NSW) - Licences: 236 Sydney (Burwood, 1920); 2BS Receive Sydney (Burwood, 1922-1923); 2AD Sydney (Canterbury, 1929; Strathfield, 1930); 4AD Brisbane (Norman Park, 1931-1939) - Qualifications: cc; CPRT 202, 1916; 2COCP 288, 1930; 1COCP 170, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Concord, NSW, 1930; Norman Park, Qld, 1931-1943); RANVR (Kyeemagh, 1943); engineer (Waverton, 1949; Eastwood, 1954; Lidcombe North, 1958); managing director (Blakehurst, 1963-1968) * [[/Charles Frederick Musgrave Dixon|Dixon, Charles Frederick Musgrave]] [https://www.familysearch.org/tree/person/details/L27B-XXY] - 1894(NSW)-1986(NSW) - Licences: 2II Receive Cootamundra (1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: operator (Cootamundra, 1930-1937); telegraphist (Goulburn, 1943; Annandale, 1949-1954; Camperdown, 1958-1980) * [[/John Malcolm Dixon|Dixon, John Malcolm]] [https://www.familysearch.org/tree/person/details/GWD1-HXH] - 1922(Vic)-2008(Vic) - Qualifications: cc; Nil yet identified - broadcast planning engineer (PMGD, ABCB, P&TD); education (Scots College, 1935-1939); military (WW2, AIF, 1942-1945) - Links: [https://www.scotch.vic.edu.au/greatscot/2008decGS/74.htm Obit] * [[/Lionel Stanley Dixon|Dixon, Lionel Stanley]] [https://www.familysearch.org/tree/person/details/L1PR-QD2] - 1912(Vic)-1998(Vic) - Licences: 4LF Brisbane (Redcliffe, 1938-1939); 3TE Melbourne (Croydon, 1947-1948; Elwood, 1954-1980); 4LF Brisbane (Redcliffe, 1960-1975) - Qualifications: cc; AOCP 2177, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Glenferrie, Vic, 1934-1937); builder (Box Hill South, Vic, 1949; Elsternwick, Vic, 1954-1967; Elwood, Vic, 1972-1980) * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 2ZI Condong (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 4GF Victoria Hills, Herbert River (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Reginald Hilton Dixon|Dixon, Reginald Hilton]] [https://www.familysearch.org/tree/person/details/G82N-FQV] - 1915(NSW)-1978(NSW) - Licences: 2QD Albury (1933-1937); 2QD Armidale (1938-1939); 2QD Albury (1946-1980) - Qualifications: cc; AOCP 1216, 1933, NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Albury, Qld, 1937); telephone mechanic (Albury, 1972-1977) ===''DODDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stokell Dodds|Dodds, Sir John Stokell Snr]] [https://www.familysearch.org/tree/person/details/GMYR-2KQ] - 1906(Tas)-1975(NSW) - Licences: 7DJ Hobart (City, 1937-1939, 1946-1948) - Qualifications: cc; AOLCP 208, 1935; AOCP 1851, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (New Town, 1936-1949); manager (Wahroonga, 1954); electrical engineer (Wahroonga, 1958-1968); manager (St Ives, 1972) * [[/John William Matthew Dodds|Dodds, John William Matthew]] [https://www.familysearch.org/tree/person/details/G8NX-3CT] - 19??(???)-19??(???) - Licences: 2KK Kurri Kurri (1930-1939); 2AZD Newcastle (New Lambton, 1955-1969) - Qualifications: AOCP 644, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: miner (Kuri Kurri, 1930-1949; New Lambton, 1954-1980) * [[/Leonard Henry Dodds|Dodds, Leonard Henry "Len"]] - 1908(NSW)-1983(Qld) - 4GD Townsville (1946-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (Townsville ARC, life member), military (Navy, RAAF), employment (PMGD) * [[/Ronald George Dodds|Dodds, Ronald George]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''DODDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Doddy|Doddy, Edward Arthur]] [https://www.familysearch.org/tree/person/details/GXB7-HWS] - 1899(Tas)-1961(WA) - Licences: 6WH Perth (Claremont, 1936-1939, 1947-1960) - Qualifications: cc; AOCP 1817, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Claremont, WA, 1931-1958) ===''DOHRMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Stanley Glenville Dohrmann|Dohrmann, George Stanley Glenville]] [https://www.familysearch.org/tree/person/details/G82G-TB8] - 1902(Vic)-1985(Vic) - Licences: 3AM Receive Melbourne (Canterbury, 1922); 3AM Melbourne (Canterbury, 1922-1925) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Canterbury, Vic, 1924-1926); warehouseman (Burwood, Vic, 1931; Canterbury, 1937-1943); agriculturalist (Mt Dandenong, 1949-1954; Mooroolbark, 1968-1980) ===''DOIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Louis Doig|Doig, Norman Louis]] [https://www.familysearch.org/tree/person/details/LLSD-M17] - 1912(WA)-2014(WA)101yo - Licences: 6ND Carnamah (1937-1939); 6CB Perth (Floreat Park, 1954-1960) - Qualifications: cc; AOCP 2061, 1937, WA; 3COCP 1505, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Carnamah, WA, 1936-1937; Floreat Park, WA, 1943); telegraphist (City Beach, WA, 1949; Floreat Park, WA, 1954-1963; Wembley, WA, 1968-1972); civil servant (City Beach, WA, 1977-1980) ===''DONNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Walter Donne|Donne, Charles Walter]] [https://www.familysearch.org/tree/person/details/9V2T-FC7] - 1897(Vic)-1976(Vic) - Licences: XLO Melbourne (St Kilda, 1913-1914); 2YD Sydney (Neutral Bay, 1923-1925); 3YD Melbourne (St Kilda, 1924-1927) - Qualifications: cc; CPRT 271, 1916; 2COCP 87, 1930 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 (UK Merchant Seaman) - Electoral Rolls: radio telegraphist (St Kilda, 1919-1924); technician (St Kilda, 1925-1931); dealer (Armadale, 1934-1937); investor (Mornington, 1943); grazier (Dromana, 1949-1954); nil (Mornington, 1963-1972) - Migration: South Africa (1955-1962) ===''DOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Lawson Dook|Dook, Valentine Lawson]] [https://www.familysearch.org/tree/person/details/G7X1-NJH] - 1903(WA)-1978(WA) - Licences: 6KB Perth (Maylands, 1931-1933; Mt Hawthorn, 1937-1939, 1947-1956) - Qualifications: cc; AOCP 754, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter's assistant (East Perth, WA, 1931); oil plant attendant (Leederville, WA, 1936-1937); control room operator (Leederville, WA, 1943; Mt Hawthorn, WA, 1949); electrical foreman (Wembley, WA, 1958-1977) ===''DORWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haxton Dorward|Dorward, William Haxton, Jnr]] [https://www.familysearch.org/tree/person/details/GD77-X62] - 1901(Vic)-1937(NSW) - Licences: 3CA Receive Melbourne (Sandringham, 1922-1923); 3CA Melbourne (Sandringham, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: student (Sandringham, 1924-1926); grazier (Moama, 1930; Fort Station, Barnes, 1935-1937) ===''DOUBIKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Thomas Henry Doubikin|Doubikin, William Thomas Henry]] - 1890(Vic)-1927(Tas) - Licences: Hobart Receive 1920s, early wireless experimenter (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, Councillor, 1924), passed too soon ===''DOUDNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Doudney|Doudney, Herbert William]] [https://www.familysearch.org/tree/person/details/MQDH-R32] - 1873(Eng)-1963(Vic) - Licences: 3EM Receive Melbourne (Balaclava, 1922); 3EM Melbourne (Balaclava, 1923-1927) - Qualifications: cc; AOCP 63, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; minister of religion (Holy Trinity Church) - Electoral Rolls: vicar (St Kilda, 1924-1942); nil (Caulfield, 1949-1954; Elsternwick, 1963) ===''DOUGLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gavin Cunningham Douglas|Douglas, Gavin Cunningham]] [https://www.familysearch.org/tree/person/details/G99J-KJ4] - 1912(Vic)-1992(Vic) - Licences: 3YK Melbourne (Bayswater, 1931-1939, 1947-1950+; Blackburn, 1954; Canterbury, 1955-1960+; Surrey Hills, 1965-1980+) - Qualifications: cc; AOCP 743, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Bayswater, 1935-1949); sales representative (Canterbury, 1963; Surrey Hills, 1968-1980) * [[/Gordon Adye Douglas|Douglas, Gordon Adye]] [https://www.familysearch.org/tree/person/details/LRVY-WLJ] - 1878(Tas)-1957(Tas) - Licences: 7BC Receive Gormanston (1923); Receive Gormanston (1923); 7GD Gormanston (1924-1927+) - Qualifications: cc; AOCP 34, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; mining engineer - Electoral Rolls: mining engineer (Gormanston, 1914-1928); draughtsman (Queenstown, 1936); geological surveyor (Queenstown, 1937-1943); no occupation (Hobart South, 1949; Blackman's Bay, 1954) * [[/Hugh Alexander McKay Douglas|Douglas, Hugh Alexander McKay "Harry"]] [https://www.familysearch.org/tree/person/details/LV3Y-3W4] - 1889(Eng)-1951(NSW) - Licences: 2HD (Class B) Newcastle (1926) - Qualifications: cc; Nil yet identified - Class B broadcaster; witness to Royal Commission 1927 (as a Listener) - Electoral Rolls: chauffeur (Newcastle, 1913); vulcaniser (Hamilton, 1930-1935); manager (Newcastle, 1936-1937); engineer (Mayfield, 1943; Hamilton, 1949) ===''DOWDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Lorens Thomas Dowding|Dowding, Philip Lorena or Loreno or Lorens Thomas]] [https://www.familysearch.org/tree/person/details/GZH8-Z6D] - 1901(Tas)-19??(Vic) - Licences: 7AC Receive Hobart (Moonah, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Moonah, 1922); electrician (St Kilda, 1926-1931; Prahran, 1934; Melbourne, 1937; St Kilda, 1943-1949); electrical foreman (Eildon, 1954) ===''DOWNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Downie|Downie, Frederick William]] [https://www.familysearch.org/tree/person/details/K8Y2-LQ8] - 1879(Vic)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Victoria Police (wireless department, senior constable); witness to Royal Commission 1927 (obo VPF) - Electoral Rolls: labourer (Broadford, 1903); constable (North Carlton, 1909-1924); senior constable (Preston, 1927-1936) ===''DOWNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Evan Downing|Downing, William Evan]] [https://www.familysearch.org/tree/person/details/LHV4-K46] - 1874(Vic)-1948(Vic) - Licences: 3LQ Receive Warrnambool (1923); 3LQ Warrnambool (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: brassfounder (Warrnambool, 1912-1937) ===''DOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Laurence Doyle|Doyle, Herbert Laurence]] [https://www.familysearch.org/tree/person/details/G8VG-WVC] - 1894(Vic)-1945(Vic) - Licences: 3HD Melbourne (Malvern, 1930-1931); 3CR Melbourne (Malvern, 1933; Kooyong, 1937; Frankston, 1938-1939) - Qualifications: AOCP 697, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: independent means (St Arnaud, 1924); grazier (Malvern East, 1925-1927); clerk (Malvern East, 1931-1937); home duties (Malvern, 1943) ===''DRAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James George Drake|Drake, James George]] - 1850(Eng)-1941(Qld) - military (Qld Defence Force, 1880s & 1890s), state politician (Qld MLA, 1880s & 1890s), politician (Postmaster-General 1901-1903) ===''DRANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Edward Draney|Draney, Walter Edward]] [https://www.familysearch.org/tree/person/details/9KLP-VT7] - 1896(Qld)-1983(Qld) - Licences: Receive (Valve) Brisbane (Greenslopes, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: electrician (Milton, Qld, 1919; Greenslopes, Qld, 1921-1928; Tully, Qld, 1937; Toowoomba, Qld, 1954; Toowoomba West, Qld, 1958-1977); retired (Drayton, Qld, 1980) ===''DREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred John Drew|Drew, Alfred John]] [https://www.familysearch.org/tree/person/details/GXLB-1HH] - 1907(SA)-1993(SA) - Licences: 5LN Adelaide (Kensington, 1933-1939; Erindale, 1947-1980+) - Qualifications: cc; AOCP 1078, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Erindale, SA, 1943) ===''DU FEU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Albert James Du Feu|Du Feu, Maurice Albert James]] [https://www.familysearch.org/tree/person/details/GF3M-V9D] - 1917(WA)-2010(NSW) - Licences: 6DF Perth (Subiaco, 1937-1939, 1947-1948; West Perth, 1954-1956; Floreat Park, 1960-1965); 6DU Perth (West Perth, 1948); 2BMD Sydney (Lindfield, 1969+) - Qualifications: cc; AOCP 1875, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: company director (West Perth, WA, 1943; Subiaco, WA, 1949); manager (West Perth, WA, 1954; Floreat Park, WA, 1958-1968); retired (Lindfield, NSW, 1972-1980) ===''DUBOIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Louis Dubois|Dubois, Paul Louis]] [https://www.familysearch.org/tree/person/details/GXZQ-QN3] - 1918(NSW)-1996(Qld) - Licences: 4UJ Brisbane (Rosalie, 1936-1939; Holland Park, 1946-1947; South Brisbane, 1948; Highgate Hill, 1954-1960; Bardon 1960); 4PL Brisbane (Bardon 1980+) - Qualifications: cc; AOCP 1677, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; senior public servant (PMGD, Telstra) - Electoral Rolls: engineer (Rockhampton, Qld, 1943; South Brisbane, Qld, 1949); public servant (Highgate Hill, Qld, 1954-1958); engineer (Bardon, Qld, 1958-1977); manager telecommunications (New Farm, Qld, 1980) ===''DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Duff, William Vere Hobart]] [https://www.familysearch.org/tree/person/details/GMZC-JGP] - 1893(Vic)-1970(Vic) - Licences: 3DB Receive Melbourne (Malvern East, 1922); 3DB Melbourne (Malvern East, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: electrical engineer (Malvern East, 1914); engineer (Malvern East, 1919-1924; Glenferrie, 1931-1937; Toorak, 1943-1954; Harkaway, 1958-1968) ===''DUFFY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Duffy|Duffy, John]] [https://www.familysearch.org/tree/person/details/GXCB-QKJ] - 1907(NSW)-1993(NSW) - Licences: 2AQ Sydney (Redfern, 1933; Woollahra, 1934; Rose Bay, 1935-1937); 4AQ Brisbane (Grange, 1938); 2AQ Sydney (Bondi, 1939, 1946-1950) - Qualifications: cc; AOCP, not yet identified; AOLCP 264, 1936; TVOCP 54, 1957 - amateur operator; amateur broadcaster - Comment: several contemporaneous JDs, needs review - Electoral Rolls: manager (Woollahra, NSW, 1934); engineer (Vaucluse, NSW, 1935); * [[/Maurice Boyce Duffy|Duffy, Maurice Boyce "Morrie"]] [https://www.familysearch.org/tree/person/details/LRYK-S76] - 1886(Vic)-1957(Vic) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/duffy-maurice-boyce-morrie-6030 ADB] * [[/William Oswald Duffy|Duffy, William Oswald]] [https://www.familysearch.org/tree/person/details/GD52-2Q2] - 1861(Eng)-1916(Tas) - Licences: XZO Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: signalman (Battery Point, 1914) ===''DUGGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry George Duggan|Duggan, Harry George]] [https://www.familysearch.org/tree/person/details/LT9H-8LW] - 1905(Vic)-1994(Vic) - Licences: 3XI Warrnambool (1930-1965); 3AXI Warrnambool (1965-1969); 3XI Garvoc (1965-1969) - Qualifications: AOCP 592, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Warrnambool, 1931-1954); engineer (Warrnambool, 1963-1968) ===''DUKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon William Dukes|Dukes, Gordon William]] [https://www.familysearch.org/tree/person/details/G3RY-PGT] - 1909(NSW)-2001(NSW) - Licences: 2WD Sydney (Forest Lodge, 1930-1939; Strathfield, 1946-1950; Homebush, 1954-1956; Cremorne, 1957-1958; Lane Cove, 1960-1980+) - Qualifications: AOCP 571, 1930, No. ?? in NSW; AOLCP 139, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glebe, 1933-1937); radio engineer (Homebush, 1943-1949); engineer (Cremorne, 1954-1958); technician (Lane Cove, 1963-1980) ===''DUNDAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Loftus Dundas|Dundas, Reginald Loftus]] [https://www.familysearch.org/tree/person/details/GXC2-8LM] - 1915(Qld)-1980(Qld) - Licences: 4DU Crawford, Kingaroy Line (1937-1939) - Qualifications: cc; AOCP 1990, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Theodore, Qld, 1937); labourer (Crawford, Kingaroy Line, Qld, 1949-1972); farmer (Torquay, Qld, 1977) ===''DUNLEAVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Francis Dunleavy|Dunleavy, Joseph Francis]] - 19??(???)-19??(???) - Licences: 3JD Melbourne (St Kilda, 1929-1933) - Qualifications: AOCP 508, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (St Kilda, 1924); electrical fitter (Melbourne, 1926; South Yarra, 1931); fitter (St Kilda, 1934) ===''DUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Dunn|Dunn, Richard]] [https://www.familysearch.org/tree/person/details/GDSN-T31] - 1898(NSW)-1986(NSW) - Licences: 2GU Receive Sydney (South Kensington, 1922); 2GU Sydney (South Kensington, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: coachbuilder (Kensington, 1930-1943); manager (Kingsford, 1958); retired (The Entrance, 1963-1980) ===''DUNSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter John Dunstan|Dunstan, Walter John]] [https://www.familysearch.org/tree/person/details/GZXJ-Y3V] - 1904(Vic)-1927(Vic) - Licences: 3JR Receive Ballarat (1922); 3JR Ballarat (1923-1927) - Qualifications: cc; AOCP 106, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Comment: gone too soon - Relationships: brother of William Dunstan, Victoria Cross - Electoral Rolls: student (Ballarat East, 1927) ===''DURBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Keep Durbridge|Durbridge, William Keep]] [https://www.familysearch.org/tree/person/details/GXDN-Z4B] - 1908(WA)-1977(Vic) - Licences: 4FS Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Innisfail, Qld, 1930); clerk (Teneriffe, Qld, 1936-1937); bookkeeper (Dundoo Station, Eulo, Qld, 1937); no occupation (St Kilda, Vic, 1963-1972; Melbourne, Vic, 1977) ===''DUTHOIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert George Duthoit|Duthoit, Albert George]] [https://www.familysearch.org/tree/person/details/GQ94-V82] - 1901(Tas)-1970(Vic) - Licences: Receive (Valve) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical engineer (Waddamana, 1928); labourer (Croydon North, 1931); no occupation (Armadale, 1931); engineer (Hobart South, 1936); electrical engineer (Armadale, 1935-1943); clerk (Ivanhoe, 1949; Oakleigh, 1954; Malvern, 1958); nil (Malvern, 1967-1968) ===''DUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Henry Dutton|Dutton, Thomas Henry]] [https://www.familysearch.org/tree/person/details/LJG1-LRN] - 1862(Eng)-1941(Qld) - Licences: Receive (Crystal) Brisbane (Fortitude Valley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: painter (Rockhampton, Qld, 1903-1905); commission agent (Bowen Hills, Qld, 1908-1909); printer (Valley, Qld, 1913); traveller (Teneriffe, Qld, 1915-1937) =='''E'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''EARLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Edwin Earle|Earle, Frank Edwin]] [https://www.familysearch.org/tree/person/details/G8YV-B62] - 1900(SA)-1967(SA) - Licences: 5BD Adelaide (St Peters, 1923-1928) - Qualifications: cc; CPRT 823, 1924 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Erasmus Earle|Earle, Robert Erasmus]] [https://www.familysearch.org/tree/person/details/GDLX-NC1] - 1894(Eng)-1979(WA) - Licences: 6LC Perth (Floreat Park, 1969-1975) - Qualifications: AOCP 4390, 1966, WA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Floreat Park, 1954-1977) ===''EASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Easter|Easter, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GX2L-656] - 1914(SA)-1983(???) - Licences: 5RO Montieth (1933); 5RO Port Elliot (1937); 5RO Moonta (1938) - Qualifications: cc; AOCP 1111, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Moonta, SA, 1939-1947) - Links: [https://vwma.org.au/explore/people/532330 VWM] ===''EASTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Spencer Easton|Easton, Frederick William Spencer]] [https://www.familysearch.org/tree/person/details/GZ2N-7XD] - 1914(NSW)-1944(PNG) - licences: 2BQ Sydney (Bondi, 1931-1935; Bellevue Hill, 1936-1939) - qualifications: AOCP 846, 1931, No. ?? in NSW - amateur operator, WW2 - electoral rolls: projectionist (Rose Bay, 1936-1943) - "Greater love hath no man than this" ===''EDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Ede|Ede, Charles Frederick or Friederick]] [https://www.familysearch.org/tree/person/details/GS7D-PYL] - 1885(Qld)-1970(Qld) - Licences: Receive Brisbane (Wellington Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Toowong, Qld, 1908; Albion, Qld, 1912-1921); assistant secretary (Manly, Qld, 1925-1963); retired (Wynnum North, 1968) ===''EDGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Waldene Edgar|Edgar, Douglas Waldene]] [https://www.familysearch.org/tree/person/details/L5XS-K4X] - 1895(WA)-1966(WA) - Licences: 6DW New Norcia (1927-1931) - Qualifications: cc; AOCP 314, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Gingin, 1922; New Norcia, 1925-1954); retired (Nedlands, 1958-1963) * [[/John Matheson Edgar|Edgar, John Matheson]] [https://www.familysearch.org/tree/person/details/LB42-K1G] - 1881(Vic)-1960(Vic) - Licences: Receive Geelong (1923); 3YW Geelong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Training College, Carlton, 1903); state school teacher (Ballarat, 1909); teacher (Ballarat, 1913-1914; Geelong, 1917-1924; Essendon, 1925-1954) * [[/Mervyn John Edgar|Edgar, Mervyn John or John Mervyn "Jack"]] [https://www.familysearch.org/tree/person/details/GX4W-647] - 1913(NSW)-2004(Qld) - Licences: 4JE Brisbane (Kangaroo Point, 1934-1939) - Qualifications: cc; AOCP 1302, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, Radio Location Unit); radio retailing (Tracksons) - Electoral Rolls: shop assistant (Kangaroo Point, Qld, 1937); salesman (Kedron, Qld, 1943-1949); shop assistant (Bulimba, Qld, 1958-1980) ===''EDWARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Patrick Joseph Edwards|Edwards, Frederick Patrick Joseph]] [https://www.familysearch.org/tree/person/details/GFSX-5YG] - 1918(WA)-2004(WA) - Licences: 6DN Merredin (1938-1939); 6DN Perth (West Perth, 1947-1965; Ardross, 1969) - Qualifications: cc; AOCP 2127, 1938, WA; BOCP 278, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: clerk (Merredin, WA, 1943); wireless operator (West Perth, WA, 1943-1954; Perth, WA, 1958-1968); clerk (Ardross, WA, 1972-1980) * [[/H. E. Edwards|Edwards, H. E.]] - 19??(???)-19??(???) - Licences: 5RN Adelaide (Croydon, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert John Edwards|Edwards, Herbert John]] [https://www.familysearch.org/tree/person/details/GXF5-KP8] - 1894(Eng)-19??(???) - Licences: 4KR Willis Island (1937) - Qualifications: cc; CPRT 802, 1923; 2COCP 18, 1929; 1COCP 208, 1931 - amateur operator; amateur broadcaster - Comment: several contemporaneous HJEs - Electoral Rolls: wireless operator (Rose Bay, NSW, 1930-1933); radio operator (Lord Howe Island, NSW, 1949); communication officer (Rose Bay, NSW, 1954) ===''EGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mavis Evelyn Egan|Fogg nee Egan, Mavis Evelyn or Evelene]] [https://www.familysearch.org/tree/person/details/GW8N-1JK] - 1900(Tas)-1995(Tas) - Licences: Receive (Crystal) Stanley (1923) - Qualifications: cc; Nil yet identified - amateur receiver (YL) - Electoral Rolls: clerk (Stanley, 1928); home duties (Wynyard, 1936-1943; Smithton, 1949; Sale, Vic, 1954; Cohuna, 1963; Devonport, 1972) ===''EGGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Percy Eggleton|Eggleton, Eric Percy]] [https://www.familysearch.org/tree/person/details/GSTZ-5G9] - 1903(Qld)-1979(Qld) - Licences: 4DA Receive Toowoomba (1923-1924); 4DA Toowoomba (1925-1931) - Qualifications: cc; AOCP 81, 1925, No. 9 in Qld - amateur receiver; amateur operator; amateur broadcaster; employment (QATB) - Electoral Rolls: machinist (Toowoomba, 1925-1926); ambulance bearer (Toowoomba, 1931); ambulance superintendent (Dayboro, 1936-1943; Charleville, 1949-1958; Stanthorpe, 1963); retired (Caloundra, 1968-1977) ===''ELDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Mackenzie Elder|Elder, James Alexander Mackenzie]] [https://www.familysearch.org/tree/person/details/97W3-7FL] - 1869(Sct)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Awards: KBE - Electoral Rolls: manager (Essendon, 1905); merchant (Moonee Ponds, 1908-1909); director (South Yarra, Vic, 1936-1943) - Links: [https://adb.anu.edu.au/biography/elder-sir-james-alexander-6099 ADB] ===''ELLERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lewis John Ellery|Ellery, Robert Lewis John]] - 1827(Eng)-1908(Vic) - early telephone experimenter, Vic Government Astronomer ===''ELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Neville Elliott|Elliott, Robert Neville]] [https://www.familysearch.org/tree/person/details/GXXN-PPJ] - 1907(Qld)-1979(Qld) - Licences: 4DW Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Toowoomba, Qld, 1936-1937); company manager (Toowoomba, Qld, 1949); chartered accountant (Toowoomba, Qld, 1954-1963); accountant (Brisbane, Qld, 1968); chartered accountant (Toowoomba, Qld, 1972); accountant (Toowoomba, Qld, 1977) * [[/Ronald Donovan Elliott|Elliott, Ronald Donovan]] [https://www.familysearch.org/tree/person/details/G799-LTX] - 1910(SA)-1978(SA) - Licences: 5RD Adelaide (Lower Mitcham, 1931-1933; Da Costa Park, 1937; Kirkcaldy, 1938-1939) - Qualifications: cc; AOCP 758, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: solicitor (Kirkcaldy, SA, 1939; Westbourne Park, 1941-1943) * [[/Thomas Murray Browse Elliott|Elliott, Thomas Murray Browse "Tom"]] [https://www.familysearch.org/tree/person/details/G3W8-947] - 1899(Qld)-1971(Qld) - Licences: 4CM Brisbane (City, 1946-1969); operator of Valentine's 4CM licence 1925-1939 - Qualifications: cc; AOCP 72, 1925, No. 6 in Qld - amateur operator; amateur broadcaster; early television experimenter - Electoral Rolls: clerk (Fortitude Valley, 1921); salesman (Brisbane City, 1925-1931); sound engineer (Observatory, 1937-1943); company manager (City, 1949-1958); retired (Burleigh Heads, 1963-1968) ===''ELLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Austin Ellis|Ellis, Clive Austin]] [https://www.familysearch.org/tree/person/details/G86V-9HT] - 1912(Vic)-1972(Vic) - Licences: 3LZ Melbourne (Williamstown, 1930-1931; Caulfield, 1933-1939; Newport, 1946-1956; Moorabbin, 1960-1969) - Qualifications: AOCP 598, 1930, No. ?? in Victoria - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1937; Newport, 1943-1954); valuer (Moorabbin, 1958-1972) * [[/John Osborne Ellis|Ellis, John Osborne]] [https://www.familysearch.org/tree/person/details/GHTM-Q42] - 1910(Eng)-1999(SA) - Licences: Nil identified - Qualifications: AOCP 522, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Kimba, 1939-1943) ===''ELSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Robert Elsbury|Elsbury (adopted) or Wilson Bowman (biological), Cyril Robert]] [https://www.familysearch.org/tree/person/details/GFMG-5CW] - 1897(Qld)-1961(WA) - Licences: 6JE Kalgoorlie (1934-1939); 6JE Fimiston (1947-1956); 6JE Nornalup (1960) - Qualifications: cc; AOCP 1372, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (Kalgoorlie, WA, 1922); mine timekeeper (Kalgoorlie, WA, 1925-1943); assistant accountant (Fimiston, WA, 1949-1954); mine paymaster (Kalgoorlie, WA, 1958) ===''ELWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Gregory Elworthy|Elworthy, Colin Gregory "Col"]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''EMBLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Stewart Austin Embling|Embling, Stewart Austin]] [https://www.familysearch.org/tree/person/details/GZGH-YQM] - 1907(Vic)-1998(Vic) - Licences: Receive (Valve) Melbourne (Toorak, 1923-1925); 3DC Melbourne (Toorak, 1926-1939) - Qualifications: AOCP 236, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Toorak, 1931-1943); assurance officer (Toorak, 1949-1980) ===''EVANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Hubert Evans|Evans, Albert Henry Hubert]] [https://www.familysearch.org/tree/person/details/GH8N-BFX] - 1894(SA)-1981(SA) - Licences: XVD Adelaide (Mile End, 1913) - Qualifications: cc; CPRT 255, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: assistant manager (Woollahra, 1949) * [[/Griffith Benjamin Evans|Evans, Griffith Benjamin]] [https://www.familysearch.org/tree/person/details/GXQN-HL3] - 1877(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS - Electoral Rolls: naval telegraphist (Eden Vale, Vic, 1914-1915); telegraphist (Coburg, Vic, 1919); retired (Vaucluse, NSW, 1954-1963) * [[/Percy Evans|Evans, Percy]] [https://www.familysearch.org/tree/person/details/G84B-DKL] - 1894(Eng)-1976(Vic) - Licences: 2OW Sydney (Kensington, 1928-1929; Randwick, 1930-1931); 3OZ Melbourne (Glen Iris, 1947-1948; Boronia, 1948; North Ringwood, 1954-1975) - Qualifications: AOCP 458, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: sales manager (Kensington, 1930); salesman (Randwick, 1930-1931); sales manager (Camberwell, 1933-1937; Glen Iris, 1949); manager (Ringwood, 1954-1972) * [[/R. Evans|Evans, R.]] - 19??(???)-19??(???) - Licences: 2SP Sydney (Clovelly, 1923-1927) - Qualifications: AOCP 265, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: * [[/Thomas Evan Evans|Evans, Thomas Evan]] [https://www.familysearch.org/tree/person/details/GZJ7-S1L] - 1904(NZ)-1942(At Sea) - 3EV Melbourne (East St Kilda, 1925-1927), 9EV Rabaul (1933+), amateur operator (AOCP 160, 1925, No. ?? in Vic), amateur broadcaster, medical assistant, technical assistant, Civilian POW captured at Rabaul, died on board the "Montevideo Maru" when it was torpedoed and sunk en route from Rabaul to Hainan, where Thomas was destined for forced labour. * [[/Trevor Elliott Evans|Evans, Trevor Elliott]] [https://www.familysearch.org/tree/person/details/GZJQ-GRC] - 1903(Vic)-1979(Vic) - 3KD Receive Melbourne (East Brunswick, 1922-1924), 3RK Melbourne (East Brunswick, 1925-1933; Pascoe Vale, 1937-1939), amateur operator (AOCP 159, 1925, No. ?? in Vic), amateur broadcaster, electrician (East Brunswick, 1931), contractor (Pascoe Vale, 1972) * [[/Trevor Frederick Evans|Evans, Trevor Frederick]] [https://www.familysearch.org/tree/person/details/L292-N4L] - 1902(NSW)-1978(NSW) - 2NS Blayney (1925-1929), 2NS Bathurst (1930-1939, 1946-1975+), amateur operator (AOCP 113, 1925, No. ?? in NSW), amateur broadcaster, broadcast engineer (BOCP 19, 1936) (2BS) ===''EVERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Every|Every, George Edward]] [https://www.familysearch.org/tree/person/details/LDSS-VT4] - 1894(Eng)-1961(Vic) - Licences: 7GE Hobart (1931); 3GE Queenscliff (1937-1939); 3GE Balcombe (1947-1948); 3GE Carrum (1954-1956); 3GE Bonbeach (1960-1969+) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military instructor; WW1 (UK) - Electoral Rolls: silver mounter (Ivanhoe, Vic, 1919); soldier (Launceston, 1922; Hobart South, 1922); military instructor (Hobart South, 1928); soldier (Queenscliff, Vic, 1935-1937); military officer (Albury, NSW, 1943; Victoria Park, Qld, 1949); clerk (Frankston, 1949); accountant (Carrum, 1954) ===''EWING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Thomson Ewing|Ewing, Thomas Thomson]] - 1856(NSW)-1920(NSW) - state politician (NSW MLA), federal politician (MHR, acting Postmaster-General) ===''EXTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Walter Exton|Exton, George Walter]] [https://www.familysearch.org/tree/person/details/K8QY-5XH] - 1882(NSW)-1970(Qld) - Licences: 2CZ Lismore (1922-1930) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast proprietor and engineer (2XN Lismore) - Electoral Rolls: electrician (Lismore, NSW, 1930-1963); retired (Saddlers Crossing, Qld) =='''F'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''FABER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Thomas Faber|Faber, William John Thomas "Bill"]] - 19??(???)-1976(Qld) - 4WF Ayr (-1938+), Brisbane (Kedron, -1948-1949+) , amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''FAGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Reginald Joseph Fagan|Fagan, William Reginald Joseph "Reg"]] [https://www.familysearch.org/tree/person/details/KLF3-QPM] - 1883(NSW)-1944(NSW) - Licences: 2RJ Receive Mandurama (1922); 2RJ Mandurama (1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio station (director, 2SM) - Electoral Rolls: grazier (Mandurama, 1913-1943) ===''FAIRHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allen Fairhall|Fairhall, Allen]] [https://www.familysearch.org/tree/person/details/LZB3-PKT] – 1909(NSW)-2006(NSW) – Licences: 2KB Newcastle (Hamilton, 1928–1929; New Lambton, 1930–1931; Cooks Hill, 1933–1934; City, 1935; Cooks Hill, 1937; City, 1938–1939; Hamilton, 1946–1961; City, 1965-1980+); 2AKL Paterson (1948–1958) – Qualifications: AOCP 391, 1928, No. ?? in NSW; AOLCP 23, 1930 – amateur operator, amateur broadcaster, proprietor 2KO Newcastle, WW2 – Electoral Rolls: radio engineer (New Lambton, 1931–1932); manager (Newcastle, 1933–1949); primary producer (Trevallyn, 1954); M.H.R. (Newcastle, 1958); member of parliament (Newcastle, 1963–1968); manager (Newcastle, 1972–1980) - [[w:Allen Fairhall|Wikipedia]] ===''FALCONER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Illman Falconer|Falconer, Charles Illman]] [https://www.familysearch.org/tree/person/details/GZK9-PJ6] – 1885(Vic)-1962(NSW) – Receive (Valve) Melbourne (Canterbury, 1923–1924), 3CF Melbourne (East Malvern, 1925–1926; Canterbury, 1927; Surrey Hills, 1931–1939, 1946–1954), 2AUF Terrigal (1955–1961), amateur operator (AOCP 204, 1925, No. ?? in Vic), amateur broadcaster, engineer (Clifton Hill, 1909), mechanic (Fitzroy, 1914), engineer (Canterbury, 1915–1949), retired (Terrigal, 1958–1963) ===''FALLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyle Clifford Falls|Falls, Lyle Clifford]] [https://www.familysearch.org/tree/person/details/GDLC-1VR] - 1899(Vic)-1945(Vic) - Licences: 3DL Receive Melbourne (Caulfield, 1922); 3DL Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: student (Caulfield, 1924-1925); instructor (Kew, 1926-1943) ===''FANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Fanning nee Harriss, Dorothy Winnifred – see Harriss, Dorothy Winnifred (Fanning) ===''FANSHAWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Dalrymple Fanshawe|Fanshawe, Arthur Dalrymple]] [https://www.familysearch.org/tree/person/details/GM7D-QY6] – 1847(Eng)-1936(Eng) – Admiral of UK Fleet, Commander-in-Chief Australia Station – Links: [[w:Arthur Dalrymple Fanshawe|Wikipedia]] ===''FARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell George Farmer|Farmer, Maxwell George]] [https://www.familysearch.org/tree/person/details/GXG1-SHR] - 1916(SA)-1991(SA) - Licences: 5GF Adelaide (Knoxville, 1933-1939; North Norwood, 1947-1948; Adelaide City, 1954-1956; Plympton, 1960-1980+); 5GY Portable Adelaide (Knoxville, 1938-1939) - Qualifications: cc; AOCP 1217, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Knoxville, SA, 1939-1943) ===''FARRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Howard Farrell|Farrell, John Howard]] [https://www.familysearch.org/tree/person/details/GXWT-CJT] - 1913(Qld)-1975(Qld) - Licences: 4WJ Brisbane Windsor, 1933-1939; Chermside, 1946-1948); 4WJ Quilpie (1954-1960); 4WJ Somerset Dam (1965-1975) - Qualifications: cc; AOCP 1103, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Windsor, 1936-1937); electrical engineer (Chermside, 1943-1949; Quilpie, 1954-1958); superintendent (Somerset Dam, 1963-1972) ===''FAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Harold Faul|Faul, Albert Harold]] [https://www.familysearch.org/tree/person/details/GZTD-S74] – 1907(NSW)-1979(NSW) – Licences: Receive Melbourne (St Kilda, 1923–1924); 3AH Melbourne (St Kilda, 1926–1927) – Qualifications: AOCP 288, 1926, No. ?? in Vic – amateur operator, amateur broadcaster – Electoral Rolls: student (St Kilda, 1931–1934); lecturer (Camberwell, 1936); engineer (Bellevue Hill, 1936–1937; Camberwell, 1943); company director (Killara, 1949–1977) ===''FAULKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Wollas Faulks|Faulks, Richard Wollas "Wol"]] [https://www.familysearch.org/tree/person/details/LCD3-BQ3] - 1902(NSW)-1978(NSW) - Licences: 2WF Sydney (Ashfield, 1929-1931; Hurlstone Park, 1933; Canterbury, 1934-1939) - Qualifications: AOCP 557, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Ashfield, 1930; Canterbury, 1933-1977) ===''FAWKNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Pascoe Robert Fawkner|Fawkner, Ernest Pascoe Robert]] [https://www.familysearch.org/tree/person/details/GDYB-YKW] - 1901(Tas)-1954(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: manager (Kings Meadows, 1928); furniture manufacturer (South Launceston, 1936) ===''FEENAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Leo Michael John Feenaghty|Feenaghty, Leo Michael John]] [https://www.familysearch.org/tree/person/details/LYG2-RMT] - 1900(Qld)-1997(Qld) - Licences: 4LJ Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 291, 1926, No. 28 in Qld - amateur operator; amateur broadcaster; radio club administrator; state public servant - Electoral Rolls: public servant (Wooloowin, 1925-1931); assistant secretary (Ashgrove, 1936-1958); public servant (Highgate Hill, 1963); retired (Isle of Capri, 1972-1980) ===''FELDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Feldman|Feldman, John Frederick Jnr]] [https://www.familysearch.org/tree/person/details/GZNZ-5DH] - 1905(Vic)-1987(Vic) - 3QH Receive Geelong (South Geelong, 1923-1924), 3QH Geelong (South Geelong, 1925-1939), amateur operator (AOCP 140, 1925, No. ?? in Qld), amateur broadcaster, bricklayer ===''FELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Frederick Fell|Fell, Evan Frederick]] [https://www.familysearch.org/tree/person/details/GXH4-FTW] - 1914(Qld)-1994(Qld) - Licences: 4EF Brisbane (Ashgrove, 1932-1939); 4EF Barcaldine (1946-1948); 4EF Mackay (1954-1955); 4EF Brisbane (Ashgrove, 1956; Bardon, 1960-1980+) - Qualifications: cc; AOCP 978, 1932, No. ?? in Qld; AOLCP 175, 1934 - amateur operator; amateur broadcaster; WW2; state public servant (inspector); property developer - Electoral Rolls: clerk (Ashgrove, Qld, 1936-1943); engineer (Townsville, Qld, 1949; Mackay, Qld, 1954); public servant (Bardon, Qld, 1958-1977) ===''FELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/L. C. Fells|Fells, L. C.]] - 19??(???)-19??(???) - Licences: 3DL Melbourne (Caulfield, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''FELTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Felton|Felton, William Robert]] [https://www.familysearch.org/tree/person/details/G8M5-C2J] - 1897(NSW)-1956(NSW) - Licences: 2RF Sydney (Petersham, 1927-1929; Belmore, 1930-1939, 1946-1956); 2RT Sydney (Kogarah, 1937) - Qualifications: AOCP 366, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: radio engineer (Belmore, 1930-1934); engineer (Belmore, 1936-1937); soldier (Belmore, 1943); radio technician (Belmore, 1949-1954) ===''FERGUSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Angus Ferguson|Ferguson, Colin Angus]] [https://www.familysearch.org/tree/person/details/L1DH-9KM] - 1917(SA)-2009(SA) - Licences: 5CJ Mt Gambier (1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1994, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Mt Gambier, SA, 1939-1943) * [[/Cyril E. Ferguson|Ferguson, Cyril E.]] - 1893(NZ)-19??(???) - commercial operator (1COCP 2, 1914, No. 2 in Aus) - coastal station operator? ===''FERRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Walter Cecil Ferrall|Ferrall, Edgar Walter Cecil]] [https://www.familysearch.org/tree/person/details/GQMF-G97] - 1898(Tas)-1971(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Launceston, 1919-1949); inspector (Kingston Beach, 1954) ===''FERRICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Bernard Ferricks|Ferricks, Michael Bernard "Bernie"]] [https://www.familysearch.org/tree/person/details/L58X-S4X] - 1914(Qld)-1992(Qld) - Licences: 4UW Brisbane (Fortitude Valley, 1935-1939) - Qualifications: cc; AOCP 1471, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Valley, Qld, 1936-1937); chemist (Northgate, Qld, 1949-1977); retired (Cairns, Qld, 1980) ===''FIEDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Victor Fiedler|Fiedler, Leslie Victor]] [https://www.familysearch.org/tree/person/details/KHNW-3JZ] - 1906(SA)-1969(WA) - Licences: 5SL Adelaide (Woodville, 1927-1933), 5SL Moonta (1937-1939) - Qualifications: cc; AOCP 353, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Henley, 1939-1943); theatre manager (Belmont, 1949); film exhibitor (Mt Lawley, 1958); company director (Mt Lawley, 1963-1968) ===''FIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph William Field|Field, Ralph William]] [https://www.familysearch.org/tree/person/details/G86V-Q5T] - 1915(Vic)-2007(Vic) - Licences: 3RF Melbourne (Caulfield, 1930-1939; Ormond, 1946-1948); 3LJ Melbourne (Ormond, 1954-1960) - Qualifications: AOCP 599, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: compositor (Caulfield, 1937); machinist (Bentleigh, 1942-1977) ===''FILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Crawford Files|Files, Jack Crawford]] [https://www.familysearch.org/tree/person/details/GXWG-JWJ] - 1907(Qld)-1967(Qld) - Licences: 4JF Brisbane (Buranda, 1932-1935; Coorparoo, 1936-1939; Buranda 1946-1965) - Qualifications: cc; AOCP 1055, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, QSL manager); journalist (Teleradio, WIA Notes); accountant - Electoral Rolls: sheet metal worker (Buranda, Qld, 1931-1934; Coorparoo, Qld, 1936-1937); metal worker (Buranda, Qld, 1943-1963) ===''FILMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Le Roy Drowley Filmer|Filmer, Le Roy Drowley]] [https://www.familysearch.org/tree/person/details/GZNF-2Z7] - 1902(NSW)-1976(NSW) - 2FT Newcastle (Toronto, 1925-1930; Hamilton South, 1931), amateur operator (AOCP 148, 1925, No. ?? in NSW), amateur broadcaster, metallurgist ===''FINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Edward Finch|Finch, Alan Edward]] [https://www.familysearch.org/tree/person/details/G6M4-987] - 1915(Tas)-1974(Vic) - Licences: 7CJ Launceston (Mowbray Heights, 1935-1939); 7CJ Hobart (New Town, 1946-1954); 7CJ Kelso (1955-1956); 3AEO Shepparton (1960-1975) - Qualifications: cc; AOCP 1575, 191935, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (St Leonards, 1936-1937); mechanic (New Town, 1943-1954); public servant (Radio Australia, Shepparton, Vic, 1963-1968); technician (Shepparton, 1972) ===''FINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Warren Finn|Finn, Leonard Warren]] [https://www.familysearch.org/tree/person/details/GX2K-4P6] - 1914(SA)-1999(SA) - Licences: 5SP Adelaide (Seaton Park, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1671, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Seaton Park, SA, 1939-1943) ===''FINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Finney|Finney, William "Bill"]] [https://www.familysearch.org/tree/person/details/GDVD-W2H] - 1881(Qld)-1954(Qld) - Licences: 4AU Brisbane (Red Hill, 1923-1925); 4WF Brisbane (Red Hill, 1926-1929) - Qualifications: cc; CPRT 845, 1925; 2COCP 307, 1940 - amateur operator; amateur broadcaster; radio club (WIAQ); honorary radio inspector - Electoral Rolls: telegraph operator (Red Hill, 1903-1905); telegraphist (New Farm, 1908; Newmarket, 1909; Red Hill, 1913-1937; East Nundah, 1949; Wooloowin, 1954) ===''FISHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Hugh Fisher|Fisher, Douglas Hugh]] [https://www.familysearch.org/tree/person/details/GD15-N13] - 1913(Vic)-1978(Tas) - Licences: 7AB Launceston (1934-1939); 7AB Burnie (1946-1948); 7AB Devonport (1954-1955); 7AB Lenah Valley (1956); 7AB Zeehan (1960); 7AB Oatlands (1965-1969; 7AB Claremont (1975) - Qualifications: cc; AOCP 1373, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: father of 7ZEE Neville Grant Fisher - Electoral Rolls: clerk (Launceston, 1936); bank clerk (Launceston, 1937; Burnie, 1943-1949; Devonport, 1954) ===''FISK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Thomas Fisk|Fisk, Ernest Thomas]] - 1886(Eng)-1965(NSW), 2EF Sydney (Lindfield, 1933-1939), early wireless experimenter, amateur radio operator (pre AOCP, no record of AOCP, AOCP 1055, 1932, No. ?? in NSW), broadcast and radiocommunications business proprietor (AWA), operated prior to 1933 under various AWA callsigns, 2MC in 1928 was licensed to his residence at Vaucluse - Links: [https://adb.anu.edu.au/biography/fisk-sir-ernest-thomas-6177 ADB] [http://messui.polygonal-moogle.com/valves/NW198906.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198907.pdf EA2] ===''FITCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campbell Fitchett|Fitchett, John Campbell]] [https://www.familysearch.org/tree/person/details/LDQJ-K7W] - 1900(Vic)-1939(Vic) - Licences: XJDM Melbourne (Balwyn, 1913-1914); 3BL Melbourne (Balwyn, 1922-1925; Brighton, 1926-1939) - Qualifications: cc; CPRT 609, 1921 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: journalist (Brighton, 1928-1937) - TroveTag: "XJDM-3BL - John Campbell Fitchett" ===''FITTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Stephen Luther Fittell|Fittell, Stephen Luther "Steve"]] [https://www.familysearch.org/tree/person/details/GCN9-KRT] - 1910(Qld)-1999(Qld) - Licences: 4JO Gympie (1929-1939); 4YF Gympie (1975-1980+) - Qualifications: cc; AOCP 487, 1929, No. ?? in Qld; 2COCP 280, 1930 - amateur operator; amateur broadcaster; member radio club (WIAQ, Gympie ARC); commercial broadcaster (4GY) - Electoral Rolls: radio specialist (Gympie, 1937); radio dealer (Gympie, 1943-1980) ===''FITZALAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Albini Lawrence Fitzalan|Fitzalan, Herbert Albini Lawrence "Hal"]] - 19??(???)-1951(Qld) - 4HF Brisbane?, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, Halcyon (not mentioned) ===''FITZGERALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Francis Fitzgerald|Fitzgerald, Eric Francis]] [https://www.familysearch.org/tree/person/details/G84F-Z7H] - 1907(Qld)-1978(NSW) - Licences: 2EA Sydney (Bellevue Hill, 1928-1929; Burwood, 1930-1931; Pagewood, 1931; Abbotsford, 1931; Bellevue Hill, 1933-1937; Waverley, 1938-1939); 2AAO Sydney (Chatswood, 1950-1961) - Qualifications: AOCP 467, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woolahra, 1930-1931); salesman (Coogee, 1937); clerk (Chatswood, 1943-1977) * [[/Patrick Michael Anthony Fitzgerald|Fitzgerald, Patrick Michael Anthony "Pat"]] [https://www.familysearch.org/tree/person/details/G33Q-6K9] - 1908(Qld)-1988(Qld) - Licences: 4PF Rockhampton (1936-1939) - Qualifications: cc; AOCP 1802, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rockhampton, Qld, 1930); public servant (Rockhampton, Qld, 1931-1968); clerk (Corinda, Qld, 1972-1977); retired (Emu Park, Qld, 1980) ===''FITZGIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard John Fitzgibbons|Fitzgibbons, Richard John]] [https://www.familysearch.org/tree/person/details/GXXN-QPG] - 1893(Qld)-1969(Qld) - Licences: 4DV Receive Brisbane (Ascot, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: locomotive fitter (Maryborough, Qld, 1916-1919); engine fitter (Ascot, Qld, 1921-1968) ===''FITZMAURICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Simcoe Fitzmaurice|Fitzmaurice, James Simcoe]] [https://www.familysearch.org/tree/person/details/GDKS-KCF] - 1861(Vic)-1934(SA) - Licences: XYB Perth (1913-1914); 5FT Adelaide (North Walkerville, 1923-1933) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; PMGD (State Engineer, WA & SA); MIEE, AMIEE - Electoral Rolls: electrical engineer (Claremont, 1914-1916) ===''FLAHERTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Thomas Holm Flaherty|Flaherty, Gordon Thomas Holm]] [https://www.familysearch.org/tree/person/details/G6Q2-C9T] - 1900(Vic)-1967(Qld) - Licences: 4CB Receive Brisbane (South Brisbane) - Qualifications: cc; Nil yet identified - amateur receiver; WW2; federal public servant (PMGD) - Electoral Rolls: postman (South Brisbane, 1922); telephone mechanic (Buranda, 1925; Coorparoo, 1928); mechanic (Camp Hill, 1936; Beaudesert, 1937-1943); technician (Camp Hill, 1949-1963) ===''FLETCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Fletcher|Fletcher, Austin]] [https://www.familysearch.org/tree/person/details/LZKQ-2QR] - 1891(Eng)-1922(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 128, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: wireless engineer (Roebourne, 1913); radio operator (Esperance, 1916-1917); wireless operator (Roebourne, 1917-1918); telegraphist (Oakleigh, 1921) ===''FLOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Flood|Flood, Arthur George]] [https://www.familysearch.org/tree/person/details/G6BF-HPG] - 1883(Eng)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 238, 1916; 2COCP 415, 1932; 1COCP 348, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIL Flinders Island (1917-1918) - Electoral Rolls: engineer (Emita, Flinders Island, Tas, 1914-1919); radio telegraphist (Thursday Island, 1925; Meeandah, Qld, 1928; Eagle Farm, Qld, 1936-1937; Cooktown, Qld, 1943); retired (Cairns, 1954-1958; Eventide Home, Charters Towers, 1963) ===''FOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Lillico Fogg|Fogg, Hugh Lillico]] [https://www.familysearch.org/tree/person/details/GW8N-KRZ] - 1900(Tas)-1975(WA) - Licences: 6HF Perth (Mt Lawley, 1931-1939); 5HF Mt Barker (1947-1948); 3AHF Benalla (1954-1960); 6HF Perth (Inglewood, 1965-1975) - Qualifications: cc; AOCP 787, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Perth, WA, 1931); clerk (Maylands, WA, 1936); bank officer (Maylands, WA, 1943); manager (ANZ Bank, Benalla, Vic, 1954); retired (Inglewood, WA, 1963-1972) ===''FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry James Bartholomew Foley|Foley, Henry James Bartholomew]] [https://www.familysearch.org/tree/person/details/G8QZ-5SV] - 1886(NSW)-1954(NSW) - Licences: Sydney (Randwick, 1911) - Qualifications: pre AOCP - early wireless experimenter - Electoral Rolls: clerk (Randwick, 1913); merchant (Drummoyne, 1930-1954) ===''FOLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Ulrich Francis Folie|Folie, Max Ulrich Francis]] [https://www.familysearch.org/tree/person/details/G8VC-Y7F] - 1909(Vic)-1968(Vic) - Licences: 3WZ Melbourne (Hawthorn East, 1930-1933); 3GZ Mildura (1946-1965) - Qualifications: AOCP 682, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Auburn, 1931); radio engineer (Mildura, 1934-1968) ===''FONTAINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Alfred Fontaine|Fontaine, Louis Alfred]] [https://www.familysearch.org/tree/person/details/GMDQ-L2V] - 1894(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT, 1914, No. 3 in Aus and Vic - RANRS; coastal wireless operator (VIG, Port Moresby, 1915-1918) - Electoral Rolls: radio telegraphist (Radio Station, Wyndham, 1918; Geraldton, 1922; Thursday Island, 1934-1936); telegraphist (St Kilda, 1937); radio telegraphist (Malvern, 1942); electrician (Camberwell, 1949) ===''FOOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Foot|Foot, George]] [https://www.familysearch.org/tree/person/details/G6BT-FVF] - 1878(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 36, 1915 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: wireless operator (South Yarra, 1915; St Kilda, 1916-1917); RAN (Balaclava, 1919); tobacconist (Sandringham, 1925); manager (Prahran, 1937); clerk (St Kilda, 1942); retired (Dandenong, 1949-1954) ===''FORECAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Mark Llewllyn Forecast|Forecast, Arthur Mark Llewllyn]] [https://www.familysearch.org/tree/person/details/9HPS-H18] - 1901(Vic)-1986(Vic) - Licences: 3AM Melbourne (Malvern, 1926-1931; St Kilda, 1933; Caulfield, 1937-1939, 1946-1948; The Basin, 1954-1975; Ferntree Gully, 1980+) - Qualifications: AOCP 279, 1926, No. ?? in Vic; AOLCP 141, 1934; BOCP 156, 1938; 1COCP 245, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: biograph operator (Malvern, 1925-1928); projectionist (St Kilda, 1931-1934); biograph operator (Caulfield East, 1937-1942; Glenhuntley, 1949); projectionist (The Basin, 1963-1972); retired (Ferntree Gully, 1977; Knoxfield, 1980) ===''FOREMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Graham Foreman|Foreman, Edgar Graham]] [https://www.familysearch.org/tree/person/details/GD95-36X] - 1908(Qld)-1981(Qld) - Licences: 4GF Ayr (1935-1939); 4GF Townsville (North Ward, 1947-1980+) - Qualifications: cc; AOCP 1577, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Stanton Hill, Qld, 1930); salesman (Ayr, Qld, 1934-1937); procurement specialist (Townsville, Qld, 1949); business proprietor (Townsville, Qld, 1954-1968); proprietor (Townsville, Qld, 1972-1980) ===''FORREST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Forrest|Forrest, John]] - 1847(WA)-1918(???) - state politician, senior federal politician (Postmaster-General 1901, 17 days) ===''FORSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Joseph Forshaw|Forshaw, Charles Joseph]] [https://www.familysearch.org/tree/person/details/GDGW-783] - 1895(Vic)-1961(Vic) - Licences: XJDA Melbourne (Elwood, 1913-1914); V736 Receive Hamilton (1922); 3GQ Receive Hamilton (1922) - Qualifications: cc; Nil yet identifed - early wireless experimenter; amateur receiver; WW1 - Electoral Rolls: bank clerk (Myrtleford, 1917); clerk (Oakleigh, 1924-1937; Gardiner, 1943; Elsternwick, 1949; Glenhuntly, 1954) ===''FORSYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Arthur Forsyth|Forsyth, Royce Arthur]] [https://www.familysearch.org/tree/person/details/GD1R-3S5] - 1917(Tas)-1973(Tas) - Licences: 7BC Launceston (1936-1939) - Qualifications: cc; AOCP 1637, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (Launceston, 1943); teacher (Hobart North, 1944); schoolteacher (Bellerive, 1949-1972) ===''FORSYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Edgar Forsythe|Forsythe, Leonard Edgar]] [https://www.familysearch.org/tree/person/details/GWBY-MTR] - 1894(NSW)-1981(NSW) - Licences: 2BF Receive Sydney (Northbridge, 1922); 2BF Sydney (Northbridge, 1922-1929; Drummoyne, 1930-1933; Snapper Island, 1934-1939) - Qualifications: cc; AOCP 40, 1924, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: flagmaker (Northbridge, 1930-1949); department manager (Drummoyne, 1958); ship's chandler (Drummoyne, 1963-1980) ===''FORTESCUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fortescue|Fortescue, Charles]] [https://www.familysearch.org/tree/person/details/LD8X-GQ7] - 1893(Qld)-1971(Qld) - Licences: 4GE Toowoomba (1922-1924); 4CF Toowoomba (1925-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military (CMF, Colonel); WW2; jeweller - Electoral Rolls: jeweller (Toowoomba, 1913-1958); nil (Toowoomba, 1963-1968) ===''FOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Foster|Foster, Ernest John "Ernie"]] - 1914(Qld)-1967(Qld) - 4BY Brisbane, amateur operator (no record of AOCP; AOCP ??, 19??, No. ?? in Qld), broadcast engineer (4MB, 4BU), military (WW2, RAAF) * [[/James Foster|Foster, James]] [https://www.familysearch.org/tree/person/details/GX2Z-27G] - 1915(SA)-1998(SA) - Licences: 5TX Adelaide (North Kensington, 1933-1939); 5LU Adelaide (Dulwich, 1947-1948; Oaklands, 1954-1965; Marion, 1969-1980+) - Qualifications: cc; AOCP 1140, 1933, SA; 1COCP 1046, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (Frewville, SA, 1943) ===''FOURRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Fourro|Fourro, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/G4D1-YRR] - 1906(NSW)-1978(ACT) - Licences: 2VF Corowa (1930-1936) - Qualifications: AOCP 703, 1930, NSW; AOLCP 165, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Narrandera, 1930); telephone mechanic (Corowa, 1931-1935); wireless mechanic (Corowa, 1936); mechanic (Brighton-le-Sands, 1937); foreman mechanic (2CY Canberra, 1943-1954); supervising technician (2BA Bega, 1958-1963); technician (Merimbula, 1968-1972) ===''FOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Malcolm Fowles|Fowles, Gordon Malcolm]] [https://www.familysearch.org/tree/person/details/G8H2-RC9] - 19??(???)-19??(???) - Licences: 3GF Melbourne (Elwood, 1929-1931); 3AMF Melbourne (Wheeler's Hill, 1948-1960; Avonsleigh, 1965-1969); 3AMF Cowes (1975) - Qualifications: AOCP 490, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: panel beater (Albert Park, 1943; Hamilton, 1949); farmer (Avonsleigh, 1968); retired (Cowes, 1972) ===''FOX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Fox|Fox, William George]] [https://www.familysearch.org/tree/person/details/G6BY-J5Z] - 1886(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 106, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Comment: several contemporaneous WG Fox; Electoral Rolls: Nil yet identified ===''FOXCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Foxcroft|Foxcroft, Allan]] [https://www.familysearch.org/tree/person/details/GFQS-K5P] - 1921(WA)-2008(Vic) - Licences: 6AF Perth (Victoria Park, 1937-1939); 3AE Melbourne (Caulfield, 1947-1980+) - Qualifications: cc; AOCP 1859, 1937, WA; 1COCP 506, 1941 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: technician (Caulfield, Vic, 1949-1963); engineer (Caulfield, Vic, 1967-1980) ===''FRAME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vivian Horace Frame|Frame, Vivian Horace]] [https://www.familysearch.org/tree/person/details/GHQ1-4QT] - 1899(Qld)-1959(Qld) - Licences: Receive (Valve) Mareeba (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: draftsman ( Brisbane City, Qld); public works officer (Mareeba, Qld, 1922); architect (Brisbane City, Qld, 1925-1928; Sandgate, Qld, 1936-1937; Virginia, Qld, 1949-1954; Norman Park, Qld, 1958) ===''FRANK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kendall Thomas Frank|Frank, Kendall Thomas]] [https://www.familysearch.org/tree/person/details/G8N2-TGZ] - 1904(WA)-1951(Qld) - Licences: Nil yet identified - Qualifications: CPRT 921, 1926; 2COCP 289, 1930; 1COCP 64, 1935 - ship wireless operator (AWA), coastal wireless operator, amateur operator?, broadcast engineer (4PM) - Electoral Rolls: radio engineer (Lakemba, 1943) - [https://adb.anu.edu.au/biography/frank-kendall-thomas-10236 ADB] ===''FRANZI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Franzi|Franzi, William Ronald "Bill" (formerly Emilio Stefan)]] - 1909(Italy)-19??(SA) - 4FR Atherton (1938-1939), 5FR Adelaide (Da Costa Park, 1946-1965; Glenelg East, 1969-1975), 5VK American Beach (1975-1980), amateur operator (AOCP 2192, 1938, No. ?? in Qld), amateur broadcaster, radio clubs (IREE), military (RAAF), employment (radio technician) ===''FRASER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Douglas Fraser|Fraser, James Douglas]] [https://www.familysearch.org/tree/person/details/G8NS-MQ3] - 1900(NSW)-1956(NSW) - Licences: 2JF Quirindi (1930-1935) - Qualifications: AOCP 637, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical engineer (Quirindi, 1930-1943); engineer (Picton, 1949-1954) * [[/H. Fraser|Fraser, H.]] - 19??(???)-19??(???) - 2JC Tamworth (1924-1925), amateur operator (no record of AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster * [[/Henry George Fraser|Fraser, Henry George]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 1001, 1932, No. ?? in ?? - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet identified, at least two HGF engineers ===''FRAZER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Frazer|Frazer, Charles Edward "Charlie"]] - 1880(Vic)-1913(Vic) - politician (Postmaster-General, 1911-1913) ===''FREEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Freeman|Freeman, Arthur Charles]] [https://www.familysearch.org/tree/person/details/G8ZL-4F7] - 19??(???)-1971(NSW) - Licences: 2AS Sydney (Burwood, 1929-1939; Ashfield, 1946-1958; Cheltenham, 1960-1969) - Qualifications: AOCP 544, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: packer (Newtown, 1930-1931; East Sydney, 1933-1935); engineer (Burwood, 1936-1937; Ashfield, 1943-1958; Cheltenham, 1963-1968) - individual not fully identified * [[/L. Freeman|Freeman, L.]] - 18??-19?? - Licences: XQB Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''FREESTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Roy Freestone|Freestone, Leslie Roy]] [https://www.familysearch.org/tree/person/details/LRCK-NB5] - 1896(Vic)-1982(Vic) - Licences: 3LF Ballarat (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Ballarat, 1916-1920); commercial traveller (Ballarat, 1921-1936); traveller (Brighton, 1937-1954); nil (Geelong, 1977-1980) ===''FRETTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/O'Della Paul Fretten|Fretten, O'Della Paul "Paul"]] [https://www.familysearch.org/tree/person/details/G845-BQH] - 1894(Eng)-1977(Vic) - Licences: 2RU Sydney (Concord, 1928-1930) - Qualifications: AOCP 460, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Concord, 1930; Strathfield, 1933); foreman (Lane Cove, 1936-1937); public servant (St Kilda, 1943); cafe proprietor (Melbourne, 1949); sales manager (St Kilda, 1963); instructor (Brighton, 1967-1968); retired (Malvern East, 1972; Fitzroy North, 1977) ===''FREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Samuel Vernon Frew|Frew, Geoffrey Samuel Vernon]] [https://www.familysearch.org/tree/person/details/G87N-ZC1] - 1909(Vic)-1984(Vic) - Licences: 3PM Melbourne (Glen Iris, 1928-1933; Brighton, 1937-1939, 1946-1956); 3PL Melbourne (Brighton, 1960); 3JK Melbourne (Brighton, 1969); 3PM Melbourne (1975-1980+) - Qualifications: AOCP 402, 1928, No. ?? in Vic; AOLCP 66, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1933); manager (Brighton, 1936-1937); engineer (Footscray, 1943; Brighton, 1949-1980) ===''FRIAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Owen Friar|Friar, Archibald Owen]] [https://www.familysearch.org/tree/person/details/G4LQ-LGV] - 1905(NSW)-1963(NSW) - Licences: 2AO Ulmarra (1929-1931); 2AO Grafton, 1933-1939) - Qualifications: AOCP 504, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chainman (Ulmarra, 1930-1937); garage proprietor (South Grafton, 1943-1963) ===''FROGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard James Frogley|Frogley, Gerard James]] [https://www.familysearch.org/tree/person/details/G7K7-JNM] - 1902(Eng)-1977(Eng) - Licences: 3GF Melbourne (Richmond, 1926-1927) - Qualifications: AOCP 240, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (East Melbourne, 1924); battery mechanic (Richmond, 1925-1931) ===''FRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Turner Fry|Fry, Alfred Turner]] [https://www.familysearch.org/tree/person/details/GDRX-2SL] - 1881(NSW)-1928(Vic) - Licences: 7BG Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: metallurgist (Ballarat, 1917; Queenstown, Tas, 1919-1922; Sandringham, 1924-1927) * [[/Reginald Hall Fry|Fry, Reginald Hall]] [https://www.familysearch.org/tree/person/details/GZ6Y-9WN] - 1891(NSW)-1976(NSW) - Licences: 2KC Sydney (Croydon, 1922-1929; Killara, 1930-1933); 2KC Parkes (1934); 2KC Goulburn (1935-1936); 2KC Wollongong (1937-1939) - Qualifications: cc; AOCP 86, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil engineer (Gordon, 1930; Killara, 1933; Goulburn, 1935-1936; Wollongong, 1937; Killara, 1943-1968); engineer (Killara, 1972) ===''FRYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Norman Fryer|Fryer, Keith Norman]] [https://www.familysearch.org/tree/person/details/G3KH-TZ8] - 1906(Vic)-19??(???) - Licences: 2KF Sydney (Suspension Bridge, 1927-1928) - Qualifications: AOCP 332, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Neutral Bay, 1930-1931; Northbridge, 1934; North Sydney, 1936; Mosman, 1943-1949) ===''FULCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/J. Fulcher|Fulcher, J.]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, (Halcyon, P. 4) ===''FYSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Oakley Fysh|Fysh, Philip Oakley]] [https://www.familysearch.org/tree/person/details/LHNP-534] - 1835(Eng)-1919(Tas) - state politician (MLC Tas, 1860s through 1890s; MHA Tas 1870s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1903-1904) - Relationships: grandfather of 7PF Philip Oakley Fysh * [[/Philip Oakley Fysh|Fysh, Philip Oakley "Phil"]] [https://www.familysearch.org/tree/person/details/L2YS-4ZR] - 1897(Tas)-1966(Tas) - Licences: 7PF Launceston (1925-1927) - Qualifications: cc; AOCP 128, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; radio clubs (Launceston Radio Experimenters' Club, WIA Launceston); WW2 - Relationships: grandson of Philip Oakley Fysh, federal Postmaster-General 1903-1904 - Electoral Rolls: merchant (Launceston, 1922-1954) =='''G'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''GABBERTAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Gabbertas|Gabbertas, Jack]] [https://www.familysearch.org/tree/person/details/GF9C-2W7] - 1915(Eng)-2003(WA) - Licences: 6GB Perth (Maylands, 1936-1939; Mt Hawthorn, 1947-1980+) - Qualifications: cc; AOCP 1810, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, WA, 1937; East Perth, WA, 1943); mechanic (Mt Hawthorn, WA, 1949-1980) ===''GADSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Wilkinson Gadsden|Gadsden, Stanley Wilkinson]] [https://www.familysearch.org/tree/person/details/GM38-WZ2] - 1887(Vic)-1957(Vic) - Licences: 3SW Melbourne (Kew, 1924-1939) - Qualifications: AOCP 26, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; radio clubs (WIA Vic, Chief of Council, 1926); placed 2nd in 3LO amateur broadcasting competition 1926 - Electoral Rolls: printer (Kew, 1908-1915); manufacturer (Kew, 1917-1954) ===''GALLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Galle|Galle, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/GX2P-KXN] - 1912(SA)-2008(SA)96yo - Licences: 5QR Adelaide (Prospect, 1931-1939, 1947-1948; Enfield, 1954-1980+) - Qualifications: cc; AOCP 834, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Jabuk, SA, 1939-1941); schoolteacher (Tailem Bend, SA, 1943) ===''GAMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ray Gamble|Gamble, William Ray "Ray"]] - 1928(NSW)-2011(NSW) - broadcast engineer (BOCP 961, 1948), station manager, radio network principal [https://radioinfo.com.au/news/vale-ray-gamble Radio Info] ===''GAMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Gamon|Gamon, George Arthur]] - 1900(Vic)-1977(???) - 3GG Melbourne (South Yarra, 1925-1926; Middle Park, 1927), amateur operator (AOCP 89, 1925, No. ?? in Vic), amateur broadcaster ===''GARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Garing|Garing, William Henry]] [https://www.familysearch.org/tree/person/details/G8WV-2YG] - 1910(Vic)-2004(NSW) - Licences: Nil identified - Qualifications: AOCP 431, 1928, No. ?? in Vic - amateur operator? - Electoral Rolls: cadet (Point Cook, 1931-1934); airman (Point Cook, 1937); RAAF officer (Townsville, 1943; Point Cook, Vic, 1958; Williamtown, NSW, 1958); executive director (Turramurra, 1968); director (Turramurra, 1980) ===''GARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Raymond Garner|Garner, Alan Raymond]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: PMG technician! (Frankston, 1963-1980) ===''GARNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Garnett|Garnett, Brian]] - 19??(???)-19??(???) - 4AHN Currimundi, amateur operator (AOCP ??, 19??, No. ?? in Qld), ===''GARRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Randolph Garran|Garran, Richard Randolph]] [https://www.familysearch.org/tree/person/details/K822-L54] - 1903(Vic)-1991(ACT) - Licences: 3AW Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (Toorak, 1924-1925); manager (Semaphore, SA, 1941; Caulfield, Vic, 1954-1980) ===''GARRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Benjamin Walter Garrett|Garrett, Horace Benjamin Walter]] [https://www.familysearch.org/tree/person/details/G7PD-9SV] - 1906(Vic)-1979(Vic) - Licences: 3JI Melbourne (Box Hill, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster - Electoral Rolls: sales (Box Hill, 1928-1934); radio mechanic (Box Hill, 1936); salesman (Box Hill, 1943-1977) ===''GARTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Garth|Garth, Reginald]] [https://www.familysearch.org/tree/person/details/G8DX-47Z] - 1903(Eng)-1959(Tas) - Licences: 2VZ Sydney (Coogee, 1930; Clovelly, 1931-1933; Bankstown, 1934-1936); 4VZ Mackay (1937-1939); 3SF Melbourne (Preston, 1948; Seaford, 1954); 7RG Trevallyn, 1955-1956) - Qualifications: cc; AOCP 584, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Clovelly, NSW, 1930-1933); mechanic (Bankstown, NSW, 1934-1936); electrician (Slade Point, Qld, 1937-1943; Beaconsfield, Tas, 1958) ===''GAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Holman Gay|Gay, Augustus Holman]] [https://www.familysearch.org/tree/person/details/G8PF-938] - 1902(Vic)-1984(Vic) - Licences: 3SM Warragul (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Warragul, 1927-1934); engineer (South Yarra, 1936-1954); electrical engineer (Kew, 1963-1980) * [[/Vivian James Gay|Gay, Vivian James]] [https://www.familysearch.org/tree/person/details/LYT8-VJJ] - 1908(NSW)-1999(Qld) - Licences: 2VI Sydney (Chatswood, 1935-1939; North Sydney, 1946-1947; Lane Cove, 1948-1965); 2VI Burradoo (1980+) - Qualifications: cc; AOCP 1510, 1935, NSW - amateur operator; amateur broadcaster - Electoral Rolls: printer (Artarmon, 1930-1937; Chatswood, 1943); master printer (Lane Cove, 1949-1968); printer (Artarmon, 1972); retired (Burradoo, 1977-1980) ===''GEAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Vivian Geake|Geake, Wilfred Vivian]] [https://www.familysearch.org/tree/person/details/GXTF-H1J] - 1893(SA)-1974(SA) - Licences: 5BR Receive Kooringa (1922); 5BR Receive (Murray Bridge, 1923); Receive Murray Bridge (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hillside, SA, 1939) ===''GEDDES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Albert Geddes|Geddes, Frank Albert]] - 1901(NSW)-1922(NSW) - 2GC Sydney (Waverley, 1922, receive only), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), radio clubs (Waverley Radio Club), due to age licence held in name of father Francis G Geddes ===''GEEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Leslie Geeves|Geeves, Philip Leslie "Phil"]] [https://www.familysearch.org/tree/person/details/G88C-Y8Y] - 1917(NSW)-1983(NSW) - radio broadcaster (VK2ME, 2CH, ABC); employment (AWA, 1937-1970s); journalist (SMH); historian (AWA, broadcasting); awards (OAM, 1980) - Electoral Rolls: radio executive (Bexley, 1949-1963); executive (Hurstville South, 1972-1980) ===''GEISEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elizabeth Aileen Geisel|Wallace nee Geisel, Elizabeth Aileen "Betty"]] [https://www.familysearch.org/tree/person/details/GXK7-NJ4] - 1921(SA)-2000(SA) - Licences: 5YL Murray Bridge (1936-1939) - Qualifications: cc; AOCP 1788, 1936, SA; 2COCP 448, 1941; 1COCP 544, 1941 - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: Nil yet identified - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''GEORGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Heinrich Alfred August George|George, Heinrich Alfred August "Henry", "Harry"]] [https://www.familysearch.org/tree/person/details/G387-XZ4] - 1899(Vic)-1968(Vic) - Licences: 3ZP Melbourne (Footscray, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1919-1963) ===''GEORGESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Georgeson|Georgeson, James]] [https://www.familysearch.org/tree/person/details/LTS1-17Q] - 1897(Eng)-1976(Taiwan) - Licences: 5JD Adelaide (Glenelg, 1936-1938); 2AKU Sydney (Neutral Bay, 1939; Granville, 1946-1947; Artarmon, 1948-1954; Lane Cove (1955); Artarmon (1956-1975) - Qualifications: cc; AOCP 1783, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, NSW, 1943); engineer (Artarmon, NSW, 1949-1954); electrical engineer (Artarmon, NSW, 1963-1968); engineer (Artarmon, NSW, 1972) ===''GERAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/James Anselm Geraghty|Geraghty, James Anselm]] [https://www.familysearch.org/tree/person/details/GZVD-VY9] - 1877(???)-1969(Qld) - Licences: 4CS Receive Townsville (1923); 4CS Townsville (1923-1924); 4CS Brisbane (Nudgee, 1924); 4CS Gympie (1924); 4CS Townsville (1925); 4CS Gympie (1925-1927); 2JG Wagga Wagga (1929); 7CB Launceston (1931); 4CB Brisbane (Nudgee, 1933); 4AC Bundaberg (1934) - Qualifications: AOCP 186, 1925, No. 17 in Qld - amateur operator; amateur broadcaster; minister of religion and teacher (Christian Brothers) - Electoral Rolls: teacher (Ballarat, 1906; Gympie, 1909-1913; Dunedin, 1914-1916; South Brisbane, 1919-1925; Tamworth, 1930; Bundaberg, 1934; Ipswich, 1943; Albion, 1949; Gympie, 1954); retired (Boondall, 1958-1968) ===''GIBBON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Foster Gibbon|Gibbon, Thomas Foster]] [https://www.familysearch.org/tree/person/details/G857-MWS] - 1896(Vic)-1965(Vic) - Licences: XJAV Melbourne (Kew, 1913-1914); Receive (Valve) Melbourne (Kew, 1923); 3XZ Melbourne (Kew, 1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: student (Kew, 1919-1925); electrical engineer (Kew, 1928-1954); engineer (Kew, 1963) ===''GIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gibbons|Gibbons, Frederick]] [https://www.familysearch.org/tree/person/details/L2XB-YRJ] - 1907(Wales)-19??(???) - Licences: 2FG Sydney (Neutral Bay, 1926-1930) - Qualifications: AOCP 255, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: no occupation (Neutral Bay, 1930); clerk (Gordon, 1954-1968); director (Turramurra, 1972-1977) ===''GIBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. G. Gibson|Gibson, E. G.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Ormiston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified *[[/Edgar McLean Gibson|Gibson, Edgar McLean]] [https://www.familysearch.org/tree/person/details/GS5W-SM5] - 1877(Qld)-1969(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1925), possibly held on behalf of son Leighton - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radio clubs - Relationships: father of 4AN William Leighton Gibson - Electoral Rolls: electrical engineer (Toowoomba, 1908-1917; Greenslopes, 1922); engineer (Manly, 1936-1937; Hawthorne, 1943-1968) *[[/George Holland Gibson|Gibson, George Holland]] [https://www.familysearch.org/tree/person/details/MXPG-HB4] - 1892(Qld)-1978(Qld) - Licences: XQG Brisbane (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: carpenter (Fortitude Valley, 1915-1917); mechanic (Newmarket, 1919-1928; New Farm, 1937-1943); telephone technician (Bulimba, 1954-1977) * [[/Richard Leslie Gibson|Gibson, Richard Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9QNS-G8V] - 1900(NSW)-1976(NSW) - Licences: 2GH Alstonville (1930-1939) - Qualifications: AOCP 578, 1930, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Alstonville, 1930-1949); retired (Alstonville, 1963-1968; Ballina, 1972) * [[/William Gerrand Gibson|Gibson, William Gerrand]] [https://www.familysearch.org/tree/person/details/LWJY-5G9] - 1869(Vic)-1955(Vic) - Politician, Federal Postmaster-General 1923-1929 [https://adb.anu.edu.au/biography/gibson-william-gerrand-6313 ADB] *[[/William Leighton Gibson|Gibson, William Leighton "Leighton" & "Gibby"]] [https://www.familysearch.org/tree/person/details/GS5W-Q7S] - 1907(Qld)-1995(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1927) - Qualifications: AOCP 73, 1925, No. 7 in Qld - amateur operator; amateur broadcaster; journalist (QRN "Bananalander"); wireless business employee (Phillips Radio) - Relationships: son of 4AN Edgar McLean Gibson - Electoral Rolls: salesman (Manly, Qld, 1936-1937; Camp Hill, Qld, 1943); manager (Balgowlah, NSW, 1949); business executive (Balgowlah, NSW, 1958); regional representative (Palm Beach, Qld, 1963-1980) ===''GIDDINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hudson Giddings|Giddings or Whitney, Albert Hudson]] [https://www.familysearch.org/tree/person/details/GXR4-PDP] - 1914(Vic)-19??(???) - Licences: 5FI Adelaide (Nailsworth, 1935-1937) - Qualifications: cc; AOCP 1556, 1935, SA; 1COCP 102, 1936 - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant, Signals) - Electoral Rolls: PMG employee (Sale, Vic, 1968); technician (Elwood, Vic, 1972); clerk (Hughs, ACT, 1977-1980) - Links: [https://vwma.org.au/explore/people/612780 VWMA] * [[/Albert William James Giddings|Giddings, Albert William James]] [https://www.familysearch.org/tree/person/details/9711-NG3] - 1909(Vic)-1983(Vic) - Licences: 3DG Stratford (1935-1939); 3DG Numurkah (1947-1948); 3DG Lancefield (1954-1969); - Qualifications: cc; AOCP 1574, 1935, SA - amateur operator; amateur broadcaster;; WW2 (RAAF, Warrant Officer) - Electoral Rolls: bank official (Culgoa, Vic, 1931); bank clerk (Pakenham East, Vic, 1934); bank officer (Stratford, Vic, 1936-1937); warrant officer RAAF (Point Cook, Vic, 1942); bank official (Numurkah, Vic, 1949) ===''GILFILLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles Kent Gilfillan|Gilfillan, William Charles Kent]] [https://www.familysearch.org/tree/person/details/GDPF-93Q] - 1869(NSW)-1952(NSW) - Licences: 2AM Receive Sydney (Greenwich, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: independent means (Manly, 1913); soldier (Manly, 1930-1935); no occupation (Redfern, 1937); manufacturer (Mosman, 1943-1949) ===''GILHOOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Forrest Gilhooley|Gilhooley, Joseph Aloysius Forrest]] [https://www.familysearch.org/tree/person/details/GDPF-L6N] - 1877(NSW)-1950(NSW) - Licences: 2AH Receive Sydney (Woollahra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: clerk (Darlinghurst, 1903; Hunters Hill, 1930-1935); traveller (Hunters Hill, 1937-1949) ===''GILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Stewart Gill|Gill, Alan Stewart]] [https://www.familysearch.org/tree/person/details/GH6B-JQ4] - 1907(NSW)-1983(Tas) - Licences: 7AS Launceston (1925-1927) - Qualifications: cc; AOCP 191, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; scientist & engineer (Electrolytic Zinc Co) - Electoral Rolls: research chemist (Hobart Central, 1928; Sandy Bay, 1936-1949); chemist (Hobart South, 1954) * [[/Alfred Wyatt McKenzie Gill|Gill, Alfred Wyatt McKenzie]] [https://www.familysearch.org/tree/person/details/GDBP-B8D] - 1908(NSW)-1959(NSW) - Licences: 2TS Receive Sydney (Killara, 1923); 2TS Sydney (Killara, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: barrister (Killara, 1933-1937; Wahroonga, 1949); soldier (Wahroonga, 1943); airline officer (Wahroonga, 1954-1958) ===''GILLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Rex Gregory Gillett|Gillett, Clarence Rex Gregory]] [https://www.familysearch.org/tree/person/details/GWJC-ZDW] - 1919(SA?)-2020(SA) - prominent MW and SW broadcast DXer (1940-1990), clubs (All Wave All World DX Club, Australian DX Radio Club (SA Branch), South Australian DX Radio Club, Australian Radio DX Club, Southern Cross DX Club, DX Australia, New Zealand Radio DX League) - substantial portion (100+) of QSL collection survives (SSD, NFSA) ===''GILLHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman William Gillham|Gillham, Norman William]] [https://www.familysearch.org/tree/person/details/GMTT-M8V] - 1906(Tas)-1994(Tas) - Licences: Receive Hobart (Sandy Bay, 1923-1924); 7NW Hobart (Sandy Bay, 1925-1927) - Qualifications: cc; AOCP 176, 1925, No. ?? in Tas; CPRT 944, 1927 - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Sandy Bay, 1928); joiner (Queensborough, 1936-1937); builder (Nelson, 1943-1954) ===''GILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Clifford Gillon|Gillon, Peter Clifford]] [https://www.familysearch.org/tree/person/details/GD7M-X53] - 1895(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 99, 1915 - Coastal wireless operator - Electoral Rolls: operator (Bondi, 1934); radio telegraphist (Crow's Nest, NSW, 1936; Cooktown, Qld, 1937; Townsville, 1943); telegraphist (Kensington, NSW, 1949-1954; Cremorne, 1958); radio operator (Cremorne, 1963-1968) ===''GILMOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Stanley Gilmour|Gilmour, Norman Stanley]] [https://www.familysearch.org/tree/person/details/GZZD-PVG] - 1890(Vic)-1962(NSW) - Licences: 2ZU Sydney (Neutral Bay, 1923-1930; Potts Point, 1931; City, 1933-1939; Mosman, 1948-1960) - Qualifications: cc; AOCP 28, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: director (Neutral Bay, 1930); business manager (Darlinghurst, 1931); engineer (Darlinghurst, 1934-1937; Mosman, 1943-1958) ===''GINBEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Haldane Ginbey|Ginbey, Ian Haldane]] [https://www.familysearch.org/tree/person/details/GFM1-73N] - 1913(WA)-1962(WA) - Licences: 6IG Perth (Fremantle, 1938-1939; Bicton, 1947-1948; Attadale, 1954-1960) - Qualifications: cc; AOCP 2084, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (South Fremantle, WA, 1936; Fremantle, WA, 1937; South Fremantle, WA, 1943); salesman (Melville, WA, 1958) ===''GINGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ubitt Victor Ginger|Ginger, Ubitt Victor]] [https://www.familysearch.org/tree/person/details/GS5P-G76] - 1891(NSW)-1943(NSW) - Licences: 2LF Receive Sydney (Mosman, 1922-1923); 2LF Sydney (Mosman, 1922-1924; North Sydney, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; police officer - callsign 2LF to L. R. Filmer, Toronto from Sep 1925, Bracken from 1933 - Electoral Rolls: constable (Chatswood, 1930-1933); police constable (Marrickville, 1934); constable (Naremburn, 1936-1937) ===''GINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Ginn|Ginn, Ernest George]] [https://www.familysearch.org/tree/person/details/GXZC-95C] - 1917(Qld)-2015(Qld) - Licences: 4GE Townsville (1936-1939; 1946-1948); 4GE Brisbane (Hendra, 1955-1980+) - Qualifications: cc; AOCP 1749, 1936, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ), military (WW2, RAAF, AIF); employment (life insurance agent) - Electoral Rolls: salesman (Townsville, Qld, 1943); shop assistant (Windsor, Qld, 1949); salesman (Hendra, Qld, 1954-1980) ===''GIVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/L. James M. Givens|Givens, L. James M. "James"]] [https://www.familysearch.org/tree/person/details/G8LX-7WR] - 1905(Vic)-1957(Vic) - Licences: 3EP Receive Melbourne (Canterbury, 1922-1923); 3EP Melbourne (Canterbury, 1924-1927); 3XY Melbourne (Canterbury, 1931) - Qualifications: cc; CPRT 849, 1925; AOLCP 121, 1933 - amateur operator, amateur broadcaster - Electoral Rolls: wireless officer (Canterbury, 1931-1937; Camberwell, 1943); photographer (Delbridge, 1954) ===''GLASSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Ronald John Glassop|Glassop, Ronald John]] [https://www.familysearch.org/tree/person/details/LBZX-P8N] - 1910(NSW)-1996(Qld) - Licences: 2RF Newcastle (City, 1934-1935; Blackhalls, 1936; Hamilton East, 1937); 4BG Brisbane (Clayfield, 1937-1939); 4BG Maryborough (1947-1969); 4BG North Tamborine (1980) - Qualifications: cc; AOCP 1288, 1934, NSW - amateur operator; amateur broadcaster; WW2; insurance assessor - Electoral Rolls: no occupation (Newcastle, NSW, 1932-1935); clerk (Hamilton, NSW, 1937); insurance inspector (Clayfield, Qld, 1937); insurance secretary (Maryborough, Qld, 1949-1968); retired (Miami, Qld, 1972; Mt Tamborine, Qld, 1977-1980) ===''GLOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Frederick Glover|Glover, Alexander Frederick or Frederick Alexander]] [https://www.familysearch.org/tree/person/details/L246-XZ6] - 1925(Vic)-2001(Vic) - Licences: 3AFG Sale (1948-1980+) - Qualifications: cc; AOCP 2705, 1948, Vic - amateur operator; amateur broadcaster - Electoral Rolls: operator (Sale, 1949); mechanic (Sale, 1954-1980) * [[/Arthur James George Glover|Glover, Arthur James George]] [https://www.familysearch.org/tree/person/details/2MT8-CZ8] - 1907(Vic)-1977(Vic) - Licences: 3AG Melbourne (Box Hill, 1928-1931; Surrey Hills, 1933); 3AG Warrnambool (1937-1939); 3AG Melbourne (Box Hill, 1946-1960; Camberwell, 1965-1975) - Qualifications: cc; AOCP 392, 1928, No. ?? in Vic; CPRT 1129, 1928; 2COCP 153, 1930; 1COCP 29, 1930 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Box Hill, 1931); engineer (Box Hill, 1936); radio engineer (Warrnambool, 1937); engineer (Canterbury, 1943; Box Hill, 1949-1954); automation engineer (Camberwell, 1963-1968); engineer (Camberwell, 1972-1977) * [[/Maurice Glover|Glover, Maurice]] [https://www.familysearch.org/tree/person/details/G8SK-25R] - 1912(Vic)-2003(Tas) - Licences: 7MG Hobart (Sandy Bay, 1938-1939, 1946-1948); 7MG Swansea (1954-1980+) - Qualifications: cc; AOCP 2129, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Nelson, 1943); no occupation (Swansea, 1949; Nelson, 1954) * [[/Maxwell Arthur Glover|Glover, Maxwell Arthur "Max"]] [https://www.familysearch.org/tree/person/details/G8SK-58X] - 1902(Vic)-1982(Vic) - Licences: 3GB Receive Melbourne (Auburn, 1922); 3GB Melbourne (Camberwell, 1924-1925) - Qualifications: No record of AOCP; 3COCP 671, 1948 - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Camberwell, 1924-1934); wool buyer (Toorak, 1935-1936; South Yarra, 1937); director (Malvern, 1949-1980) ===''GLUSKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Gluskie|Gluskie, C. R.]] - 19??(???)-19??(???) - Licences: Receive Hobart (New Town, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''GODDARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Endacott Goddard|Goddard, John Endacott]] [https://www.familysearch.org/tree/person/details/KNBM-L27] - 1914(WA)-1943(Crete) - Licences: 6JG Perth (North Perth, 1935-1939) - Qualifications: AOCP 1427, 1935, WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Fremantle, 1936) - Sacrifice: "Greater love hath no man than this" - Links: [https://aviationmuseumwa.org.au/afcraaf-roll/goddard-john-endacott-406692/ Aviation Museum WA]; [https://anzac.site/greece/crete-operation-thesis-goddard/ Operation Thesis]; [https://www.awm.gov.au/collection/R1703409 AWM Roll of Honour] ===''GOFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Goford|Goford, Thomas William]] [https://www.familysearch.org/tree/person/details/GXZH-W3H] - 1898(Eng)-1986(Qld) - Licences: 4MI Mount Isa (1936-1939) - Qualifications: cc; AOCP 1675, 1936, Qld; BOCP 387, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Mt Isa, Qld, 1937); broadcasting technician (Goonellabah, NSW, 1943); DCA technician (Alice Springs, NT, 1954-1963) ===''GOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Henry Yarburgh Gold|Gold, Clifford Henry Yarburgh or Yarborough "Cliff"]] [https://www.familysearch.org/tree/person/details/L19B-YYC] - 1906(Qld)-1986(Qld) - Licences: 4CG Brisbane (Hill End, 1926-1931); 4CG Toowoomba (1933-1939, 1946-1980+) - Qualifications: AOCP 262, 1926, No. 21 in Qld; AOLCP 186, 1934 - amateur operator, amateur broadcaster, broadcast engineer (4GR) - Electoral Rolls: shop assistant (West End, 1928-1931); radio operator (Toowoomba, 1934); projectionist (Toowoomba, 1936-1963); radio technician (Balmoral, 1968-1977) - Relationships: nephew of 4EG Edward Edwin Gold; also Doug & Geoff * [[/Douglas Edward Gold|Gold, Douglas Edward]] [https://www.familysearch.org/tree/person/details/G8RL-XQB] - 1917(NSW)-1964(Qld) - Licences: Nil yet identified - Qualifications: BOCP 254, 1939 - amateur operator; amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Geoffrey Kilvington Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio technician (Toowoomba, 1943-1949); assistant manager (Toowoomba, 1954-1958) * [[/Edward Edwin Gold|Gold, Edward Edwin "Ted"]] [https://www.familysearch.org/tree/person/details/L13Q-WZV] - 1894(Qld)-1961(Qld) - Licences: 4EG Toowoomba (1924-1939, 1946-1960) - Qualifications: AOCP 7, 1924, No. 1 in Qld - amateur operator; amateur broadcaster; awarded Class B licence for 4GR Toowoomba; commercial broadcast station proprietor (4GR); Relationships: father of Geoffrey Kilvington Gold; uncle of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: mechanic (Toowoomba, 1925-1958) * [[/Geoffrey Kilvington Gold|Gold, Geoffrey Kilvington]] - 1943(Qld)-1971(Qld) - Licences: Nil yet identified - Qualifications: BOCP 2210, 1963; AOLCP 1608, 1964 - amateur operator, amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Douglas Edward Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio broadcaster (Annerley, 1968) ===''GOLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick John Golden|Golden, Patrick John]] [https://www.familysearch.org/tree/person/details/GSFG-R49] - 1893(Ire)-1943(Qld) - Licences: 4PG Brisbane (Wynnum South, 1927) - Qualifications: cc; Nil yet identified (likely UK) - ship wireless operator; amateur operator; amateur broadcaster; radio business proprietor; WW2 - Electoral Rolls: salesman (Wynnum Heights, 1928-1931); radio dealer (Clayfield, 1936-1937); radio operator (Flying boat base, Karumba, 1943) - Sacrifice: "Greater love hath no man than this" ===''GOLDSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Herbert Goldsmith|Goldsmith, Frank Herbert]] [https://www.familysearch.org/tree/person/details/93SX-QL8] - 1895(WA)-1974(WA) - Licences: 6FG Perth (Nedlands Park, 1927-1939) - Qualifications: cc; AOCP 377, 1927, No. ?? in WA - amateur operator; amateur broadcaster; radio journalist - Electoral Rolls: clerk (West Perth, 1917); journalist (Bunbury, 1921-1922; Nedlands, 1925-1949; Roleystone, 1954-1958); retired (Rossmoyne, 1968-1972) * [[/Gordon William Goldsmith|Goldsmith, Gordon William]] [https://www.familysearch.org/tree/person/details/GZWR-BKR] - 1914(SA)-1998(SA) - Licences: 5HM Cowandilla (1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1629, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Cowandilla, SA, 1939-1943) ===''GOLDSWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Goldsworthy|Goldsworthy, William John]] [https://www.familysearch.org/tree/person/details/M4D7-C24] - 1910(Qld)-1950(Qld) - Licences: 4WA Brisbane (Valley, 1934-1939); 4WA Rockhampton (1947-1948)- Qualifications: cc; AOCP 1341, 1934, Qld; 2COCP 1112, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Valley, Qld, 1934-1943); aeradio operator (Rockhampton, Qld, 1949) ===''GOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jasper Claude Golley|Golley, Jasper Claude]] [https://www.familysearch.org/tree/person/details/GXGK-S1F] - 1904(SA)-1958(SA) - Licences: 5JX Adelaide (Glenelg, 1935-1937; Glengowrie, 1938-1939; Seacliff, 1948-1955) - Qualifications: cc; AOCP 1522, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: schoolteacher (Glengowrie, SA, 1939-1941; Seacliff, SA, 1943) ===''GOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Good|Good, Edward Joseph]] [https://www.familysearch.org/tree/person/details/GMS7-P78] - 1864(Vic)-1931(Vic) - Licences: 3HQ Glenrowan (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Taminick, 1903); traveller (Taminick, 1909-1930) ===''GOODE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Russell Goode|Goode, Arthur Russell]] - 1889(Vic)-1971(Vic) - XLK Melbourne (Moonee Ponds, 1913), early wireless experimenter (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), PMGD (telegraphist, Central Office, Melbourne, 1903-1921), Listener-In (journalist; editor), author several books, grandfather of Michael Goode 3BDL * [[/Michael Goode|Goode, Michael]] - 3ZYY Melbourne (Canterbury, 1969+), 3BDL Melbourne, amateur operator (AOCP ??, 1968, No. ?? in Vic), historian (amateur radio, 5 metres), grandson of XLK Arthur Russell Goode ===''GORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence Arthur Gorman|Gorman, Clarence Arthur]] [https://www.familysearch.org/tree/person/details/GHLZ-X8H] - 1895(NSW)-1970(NSW) - Licences: XCG Sydney (Oatley, 1913-1914); 2EC Receive Sydney (Arncliffe, 1922); 2EC Sydney (Arncliffe, 1923-1925); 2CG Sydney (Rockdale, 1925-1929); designated operator 2UI Illawarra Radio Club (Kogarah, 1923-1925) - Qualifications: cc; AOCP 222, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Comment: NSW winner 1923 Trans-Pacific Tests - Electoral Rolls: plumber (Rockdale, 1930-1931; Kogarah, 1932-1943; Hargrave Park, 1949; Villawood, 1954-1963) ===''GOSTELOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Victor Gostelow|Gostelow, Alfred Victor]] [https://www.familysearch.org/tree/person/details/LVVQ-PCX] - 1897(NSW)-1975(NSW) - Licences: XABD Dorrigo (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: accountant (Uralla, 1930-1936; Scone, 1937-1949; Terrigal, 1954-1968); retired (Terrigal, 1972) ===''GOTTING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Benjamin Gotting|Gotting, Herbert Edward Benjamin]] [https://www.familysearch.org/tree/person/details/GDLY-HLD] - 1889(NSW)-1965(NSW) - Licences: N760 Receive Braemar (1922); 2ID Receive Braemar (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Braemar, 1930); electrician (Mittagong, 1936-1937); engineer (Mittagong, 1949-1963) ===''GOVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Neville Govan|Govan, Walter Neville]] [https://www.familysearch.org/tree/person/details/L2XF-YDT] - 1905(Vic)-1956(SA) - Licences: 5WG Port Pirie (1934-1939); 5WG Crystal Brook (1947-1956) - Qualifications: cc; AOCP 1273, 1934, SA; BOCP 40, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: lead burner (Port Pirie, SA, 1939-1941); mechanic (Crystal Brook, SA, 1943) ===''GOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Selwyn Harry James Gover|Gover, Selwyn Harry James]] [https://www.familysearch.org/tree/person/details/GXNM-D2L] - 1903(Qld)-19??(???) - Licences: Receive (Crystal) Brisbane (Nundah, 1924) - Qualifications: cc; CPRT 789, 1923; 2COCP 43, 1929; 1COCP 249, 1939 - amateur receiver; ship wireless officer - Electoral Rolls: wireless operator (Annerley, Qld, 1925); marine radio officer (East Brisbane, Qld, 1949-1968) ===''GOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gelston Stewart Gow|Gow, Gelston Stewart]] [https://www.familysearch.org/tree/person/details/G7HP-61D] - 1895(NSW)-1974(NSW) - Licences: XBW Sydney (Burwood, 1913-1914); 2GG Sydney (City, 1928-1930) - Qualifications: AOCP 411, 1928, No. ?? in NSW - early wireless experimenter, amateur operator, amateur broadcaster, WW1 - Electoral Rolls: manufacturer (Darlinghurst, 1930); electrician (Darlinghurst, 1933-1943); manufacturer (Darlinghurst, 1954-1972) ===''GOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Nelson James Gowlett|Gowlett, Frank Nelson James]] [https://www.familysearch.org/tree/person/details/G619-PYV] - 1891(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; 1COCP 163, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio operator (Townsville, 1925); wireless operator (Maroubra, 1930-1931); radio telegraphist (Maroubra, 1934-1937; Cooktown, 1943-1949; Maroubra, 1949); radio officer (Maroubra, 1958-1963) ===''GOYDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil William Goyder|Goyder, Cecil William]] - about 1906(Eng)-1980(NJ, USA) - G2SZ England, amateur operator [http://www.clement-jones.com/ps03/ps03_313.html] ===''GRAHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Ernest Graham|Graham, Donald Ernest "Don"]] - 1933(WA)-2012(WA) - 6HK Perth (Mount Hawthorn, 1954-1956; Wembley Downs, 1960-1980+) - amateur operator (AOCP 3162, 1951, No. ?? in WA) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC), DoC / DoTaC (WA State Broadcasting Engineer) - a good life, well lived [https://stephbg.livejournal.com/669733.html] * [[/James Alexander Graham|Graham, James Alexander]] [https://www.familysearch.org/tree/person/details/G979-6RF] - 1905(Sct)-1985(Qld) - Licences: 4JQ Brisbane (Ekibin, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 2058, 1937, Qld; 1COCP 510, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Ekibin, Qld, 1937-1954) * [[/William Denton Graham|Graham, William Denton]] [https://www.familysearch.org/tree/person/details/GZGS-KB5] - 1895(Tas)-1986(NSW) - Licences: 2RR Receive Sydney (Rockdale, 1923-1925); 2WG Sydney (Rockdale, 1926-1930) - Qualifications: AOCP 227, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: law clerk (Rockdale, 1930-1937); process worker (Bondi Junction, 1943); iron worker (Rockdale, 1949-1968); machinist (Rockdale, 1977); retired (Liverpool, 1980) * [[/William Thompson Graham|Graham, William Thompson]] [https://www.familysearch.org/tree/person/details/GDR1-SL3] - 1902(Sct)-1987(Tas) - Licences: 7BV Receive St Mary's (1923); Receive St Mary's (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: grocer's assistant (St Mary's, 1925-1954); ===''GRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin John Rawle Grant|Grant, Colin John Rawle]] [https://www.familysearch.org/tree/person/details/GZBZ-BXF] - 1902(Qld)-2000(Qld) - Licences: 4JG Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 310, 1926, No. 32 in Qld - amateur operator; amateur broadcaster; accountant - Electoral Rolls: clerk (Wooloowin, 1925-1934); security officer (Eagle Junction, 1936); auditor (West Nundah, 1937); retired (Southport, 1968-1980) * [[/James Grant|Grant, James]] - 19??(???)-19??(???) - Licences: 2DP Newcastle (Stockton, 1929-1930) - Qualifications: AOCP 555, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: * [[/William Patrick Grant|Grant, William Patrick "Bill"]] [https://www.familysearch.org/tree/person/details/GXZJ-YJC] - 1917(Ireland)-19??(Ireland) - Licences: 4WU Brisbane (Indooroopilly, 1936-1939) - Qualifications: cc; AOCP 1801, 1936, Qld; 2COCP 269, 1939 - amateur operator; amateur broadcaster; ship wireless officer; air controller (Shannon Airport) - Electoral Rolls: Nil yet identified ===''GRANTHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Richard Grantham|Grantham, Sidney Richard "Sid"]] [https://www.familysearch.org/tree/person/details/GXZ6-B8S] - 1920(Qld)-2003(Qld) - Licences: 4SG Toowoomba (1938-1939, 1946-1956); 4SG Brisbane (Wavell Heights, 1960; Hendra, 1965-1980+) - Qualifications: cc; AOCP 2083, 1938, Qld; 1COCP 927, 1945 - amateur operator; amateur broadcaster; radio clubs (WIAQ, IREE, RFDS council); military (WW2, RAAF, wireless officer); federal public servant (DCA, Aeradio; PMGD/DoC, radio inspector); broadcast technician (4GR) - Electoral Rolls: RAAF (Yerongpilly, Qld, 1943); broadcast engineer (Harristown, Qld, 1949); engineer (East Toowoomba, Qld, 1954; Toowoomba South, Qld, 1958); radio inspector (Hendra, Qld, 1963-1980) ===''GRANVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Florence Violet Granville|Granville (nee) / Wallace / McKenzie, Florence Violet "Mrs Mac"]] [https://www.familysearch.org/tree/person/details/LRR8-ZWS] - 1890(Vic)-1982(NSW) - 2GA Sydney (Sydney, 1922-1924; Greenwich, 1925-1939), 2FV Sydney (Sydney, 1946-1950; Circular Quay, 1954; Greenwich, 1955-1958), amateur operator (AOCP 109, 1925, No. ?? in NSW), amateur broadcaster, engineer, business proprietor, signals instructor - Links: [https://adb.anu.edu.au/biography/mckenzie-florence-violet-15485 ADB] ===''GRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Gray|Gray, A. J.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Albert Howell Gray|Gray, Albert Howell "Dave"]] [https://www.familysearch.org/tree/person/details/GZXM-J83] - 1907(NSW)-2004(NSW) - Licences: 2IJ Receive Sydney (Killara, 1922); 2IJ Sydney (Killara, 1923-1939, 1946-1969; Whale Beach, 1975-1980+); 2AG Sydney (McMahons Point, 1931-1938; Lane Cove, 1939); 2APV Sydney (McMahons Point, 1954; Strathfield, 1955-1980+) - Qualifications: cc; AOCP 90, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: student (Killara, 1930-1936); engineer (Killara, 1937-1968; Whale Beach, 1977-1980) * [[/Frank Malcolm Gray|Gray, Frank Malcolm]] [https://www.familysearch.org/tree/person/details/LBBV-5XS] - 1910(SA)-2011(Qld)100yo - Licences: 5MU Adelaide (Toorak Gardens, 1932-1933); 5SU Adelaide (Toorak Gardens, 1937-1939, 1948) - Qualifications: cc; AOCP 1017, 1932, SA - amateur operator; amateur broadcaster; WW2 - Callsign: 5MU possibly withdrawn for 5MU Murray Bridge - Electoral Rolls: civil servant (Toorak Gardens, 1939) * [[/George Henry Boulderson Gray|Gray, George Henry Boulderson]] [https://www.familysearch.org/tree/person/details/LTTN-WVM] - 1912(Qld)-2010(Qld) - Licences: 4JP Brisbane (Ascot, 1936-1939, 1946-1980+) - Qualifications: cc; AOCP 1796, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Ascot, Qld, 1936-1943); sound engineer (Ascot, Qld, 1949-1980) ===''GREEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Green|Green, Albert Ernest]] - 1869(Vic)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - State & Federal politician; Postmaster-General (1931-1932) - Electoral Rolls: - Links: [[w:Albert Green (Australian politician)|Wikipedia]] * [[/Herman Rowland Green|Green, Herman Rowland]] [https://www.familysearch.org/tree/person/details/LK9P-LGY] - 1915(SA)-1985(SA) - Licences: 5OJ Adelaide (Prospect, 1936-1939) - Qualifications: cc; AOCP 1679, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/J. Green|Green, J.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Yeronga, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter William Green|Green, Walter William]] [https://www.familysearch.org/tree/person/details/GXB7-R87] - 1911(WA)-2012(WA) - Licences: 6WG Albany (1936-1937); 6WG Wiluna (1937-1939); 6WG Albany (1947-1960); 6WG Derby (1965); 6WG Norseman (1969); 6WG Albany (1975-1980) - Qualifications: cc; AOCP 1676, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Albany, WA, 1936); fitter (Albany, WA, 1958-1963); plant inspector (Norseman, WA, 1968); mechanic (Albany, WA, 1972-1980) ===''GREENHALGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Neal Greenhalgh|Greenhalgh, Kenneth Neal]] [https://www.familysearch.org/tree/person/details/G8ZT-NGD] - 1909(NSW)-2002(NSW) - Licences: 2KG Newcastle (Hamilton, 1929-1930; Rooty Hill, 1931; Sandgate, 1933; Mayfield West, 1934-1939; New Lambton, 1946-1956; Adamstown Heights, 1957-1980+) - Qualifications: AOCP 550, 1929, No. ?? in NSW; AOLCP 73, 1932; 1COCP 839, 1944; TVOCP 18, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Hamilton, 1930); broadcasting engineer (2KO Sandgate, 1933); engineer (Mayfield, 1934-1937); radio engineer (New Lambton, 1943-1954; Adamstown, 1958-1968; Adamstown Heights, 1977-1980) ===''GREENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold John Greenham|Greenham, Arnold John]] [https://www.familysearch.org/tree/person/details/GXH9-QQS] - 1907(Qld)-1973(Qld) - Licences: 4EE Receive Brisbane (South Brisbane, 1923); 4AG Brisbane (South Brisbane, 1933); 4AG Gympie (1934); 4AG Innisfail (1937-1939); 4AG Brisbane (South Brisbane, 1946-1948); 4AG Caloundra (1954-1956); 4AG Brisbane (Kallangur, 1960-1969) - Qualifications: cc; AOCP 1040, 1932, No. ?? in Qld; 1COCP 807, 1944 - amateur operator; amateur broadcaster; bank employee (NAB) - Electoral Rolls: bank clerk (Gympie, 1936; Innisfail, 1937; South Brisbane, 1943-1949); not stated (Caloundra, 1954-1958); retired (Kallangur, 1963-1972) ===''GREENHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alexander Greenhill|Greenhill, George Alexander]] [https://www.familysearch.org/tree/person/details/LT3K-GWN] - 1904(Qld)-1970(Qld) - Licences: 4LE Brisbane (West End, 1934-1939) - Qualifications: cc; AOCP 1348, 1934, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Brisbane City, Qld, 1925); ceiling fixer (Wooloowin, Qld, 1928); cleaner (West End, Qld, 1937; Archerfield, Qld, 1943); steward (Wilston, Qld, 1949); metal finisher (Wooloowin, Qld, 1954); barman (Kirra, Qld, 1958); caretaker (Caloundra, Qld, 1963); cleaner (Woorim, Qld, 1968) ===''GREGORY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. Gregory|Gregory, A.]] - 19??(???)-19??(???) - Licences: XAED Sydney (Bellevue Hill, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Identification: Not yet identified, possibly Alyn Keith Gregory, bank officer, Bellevue Hill, 1930-1939 * [[/Clyde Francis Burnell Gregory|Gregory, Clyde Francis Burnell]] [https://www.familysearch.org/tree/person/details/GS34-5MV] - 1906(Tas)-1997(Qld) - Licences: Receive Emu Park (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: business manager (Rockhampton, Qld, 1928-1937); fisherman (Yeppoon, Qld, 1943-1949); taxi driver (Maryborough, Qld, 1958); taxi proprietor (Nelly Bay, Qld, 1963) * [[/Harold Rigby Gregory|Gregory, Harold Rigby]] [https://www.familysearch.org/tree/person/details/L2C9-CDX] - 1900(NSW)-1973(NSW) - Licences: 2ED Receive Sydney (Abbotsford Pt, 1922); 2ED Sydney (Abbotsford Pt, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1930); inspector (Roseville, 1931-1936); insurance inspector (Roseville, 1937); manager (Newcastle, 1943-1954); insurance manager (Merewether, 1958-1972) * [[/Robert William Gregory|Gregory, Robert William]] [https://www.familysearch.org/tree/person/details/K2FW-QFJ] - 1907(Eng)-1995(SA) - Licences: 5GU Mt Barker (1935-1939) - Qualifications: cc; AOCP 1438, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: constable (Kadina, SA, 1939); police officer (Lobethal, SA, 1941-1943) ===''GREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Grey|Grey, Albert Edward "Bert"]] [https://www.familysearch.org/tree/person/details/LDK5-374] - 1897(WA)-1981(WA) - Licences: 6BO Perth (Nedlands, 1925-1932); 6BO Carnarvon (1933); 6AA Perth (Nedlands, 1937-1939) - Qualifications: cc; RTCP 532, 1920, Marconi & Telefunken; 1COCP 35, 1934; TVOCP 278 1960 - amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo PMGD); PMGD (postal assistant, Leederville,1919); WW1; RAAF (WW2, radar systems) - Electoral Rolls: telegraphist (Subiaco, 1925; Nedlands, 1925-1931); radio inspector (Nedlands, 1936-1972); retired (Nedlands, 1977-1980) * [[/Elton Edward Grey|Grey, Elton Edward or Edward Elton]] [https://www.familysearch.org/tree/person/details/GWPL-PQ5] - 1920(Qld)-1962(WA) - Licences: 4LX Brisbane (Ascot, 1936-1939); 6ZX Perth (West Perth, 1948); 6ZX Northam (1954-1955); 6ZX Perth (Leederville, 1956; Floreat Park, 1960) - Qualifications: cc; AOCP 1689, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: soldier (West Perth, WA, 1943); bank clerk (West Perth, WA, 1949); bank officer (Wagin, WA, 1949; Northam, WA, 1954; Floreat Park, WA, 1958) * [[/James Leonard Grey|Grey, James Leonard "Len"]] [https://www.familysearch.org/tree/person/details/GXZV-ZY5] - 1915(Sct)-1995(NSW) - Licences: 4LN Brisbane (Norman Park, 1937-1938); 2AKO Sydney (Vaucluse, 1939; Pymble, 1946-1961; St Ives, 1965-1969; Neutral Bay (1975-1980+) - Qualifications: cc; AOLCP 184, 1934; 2COCP 38, 1935 - amateur operator; amateur broadcaster; Radio clubs (WIAQ); military (WW2, RAAF); pilot (RQAC, QANTAS) - Electoral Rolls: aviator (Norman Park, Qld, 1936-1937); airline captain (Pymble, NSW, 1949-1958; St Ives, NSW, 1963-1968); retired (Neutral Bay, NSW, 1977-1980) ===''GRIBBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Gribble|Gribble, Arthur James]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIT Townsville (1917-1918) - Comment: only one reference found, likely misspelling; Electoral Rolls: Nil yet identified ===''GRIEVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Grieve|Grieve, Ian]] - Licences: Nil yet identified - Qualifications: Nil yet identified - historian (broadcast); proprietor of Australian Old Time Radio website - Electoral Rolls: - Links: [https://www.australianotr.com.au/ OTR] ===''GRIFFIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Neville Griffin|Griffin, Thomas Neville]] [https://www.familysearch.org/tree/person/details/G8C4-RJ2] - 1889(NSW)-1953(NSW) - Licences: 2LQ Sydney (Hornsby, 1929-1936); 2AIR Sydney (Northbridge, 1938-1939) - Qualifications: AOCP 505, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Hornsby, 1930-1934); electrical engineer (Artarmon, 1936; Willoughby, 1937; Hornsby, 1943-1949) ===''GRIFFEN-FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bridget Griffen-Foley|Griffen-Foley, Bridget]] - historian (broadcasting) - Professor, Department of Media, Communications, Creative Arts, Language and Literature, Macquarie University - author "Changing Stations: The Story of Australian Commercial Radio" & numerous professional articles ===''GRIFFITHS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Arthur Griffiths|Griffiths, Leslie Arthur "Les"]] [https://www.familysearch.org/tree/person/details/GXZK-81V] - 1909(Qld)-1970(Qld) - Licences: 4LZ Toowoomba (1938-1939, 1947-1956) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; military (WW2, RAN, signaller); cine assistant (Empire Theatre) - Halcyon: AOCP Toowoomba 1938 - Electoral Rolls: assistant projectionist (Toowoomba, Qld, 1931-1937); biograph projectionist (Toowoomba, Qld, 1943-1954; Toowoomba South, Qld, 1958); projectionist (Toowoomba West, Qld, 1963-1968) ===''GRIGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Haydn Errol Grigg|Grigg, Haydn Errol]] [https://www.familysearch.org/tree/person/details/G8BV-N98] - 1899(???)-1971(NSW) - Licences: 2AS Receive Sydney (Mosman, 1922); 2AS Sydney (Mosman, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Darlinghurst, 1935; Edgecliff, 1935-1949; Double Bay, 1954-1968) ===''GRIMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Douglas Grimes|Grimes, Benjamin Douglas]] [https://www.familysearch.org/tree/person/details/LZ8B-D6J] - 1901(Qld)-1987(Qld) - Licences: Receive (Crystal) Brisbane (Annerley, 1923-1924); 4BD Brisbane (Annerley, 1926-1931) - Qualifications: cc; AOCP 278, 1926, No. 23 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Tarragindi, 1925-1937); share dealer (New Farm, 1943); farmer (Cleveland, 1949-1958); retired (Corinda, 1968-1980) ===''GRIMMETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Urbane Grimmett|Grimmett, Stanley Urbane]] [https://www.familysearch.org/tree/person/details/L447-3MW] - 1905(NZ)-1974(NSW) - Licences: 2ZW Newcastle (Hamilton, 1930-1937); 2ZW Sydney (Bankstown, 1938-1939; Strathfield, 1946-1960; Vaucluse, 1961-1969) - Qualifications: AOCP 667, 1930, NSW - amateur operator, amateur broadcaster, journalist - Electoral Rolls: pharmacist (Hamilton, 1930-1937; Strathfield, 1949-1958); Vaucluse, 1963) ===''GRIVELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Grivell|Grivell, John "Jack"]] [https://www.familysearch.org/tree/person/details/KC43-NGM] - 1901(SA)-1971(SA) - Licences: 5BK Yorketown (1930-1933); 5BK Gladstone (1937); 5BK Crystal Brook (1938-1939); 5BK Gawler (1946-1947); 5BK Magill (1948-1969) - Qualifications: cc; AOCP 609, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (5CK Crystal Brook, 1939-1941); telephone mechanic (Gawler, 1943) ===''GROGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold William Grogan|Grogan, Arnold William]] [https://www.familysearch.org/tree/person/details/GFSS-87B] - 1915(WA)-1997(WA) - Licences: 6EI Perth (Mt Lawley, 1936-1939; City, 1947); 6EI Carnarvon (1948); 6EI Perth (Leederville, 1954-1980+) - Qualifications: cc; AOCP 1759, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Maylands, WA, 1937; East Perth, WA, 1943); public servant (Cottesloe, WA, 1949); civil servant (Leederville, WA, 1954-1980) ===''GRONOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rees Gronow|Gronow, William Rees]] [https://www.familysearch.org/tree/person/details/GZVM-KFV] - 1908(Vic)-2003(Vic) - 3EQ Receive Melbourne (City, 1922-1924), 3WG Melbourne (City, 1925-1933; Glen Iris, 1937; Malvern East, 1937; Glen Iris, 1938-1939, 1948-1960; Brighton, 1965-1980), amateur operator (AOCP 178, 1925, No. ?? in Vic), amateur broadcaster, director (Malvern, 1936-1954; Brighton, 1968-1977)) ===''GROVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Grove|Grove, Henry]] [https://www.familysearch.org/tree/person/details/L5KB-97B] - 1897(Eng)-1973(NSW) - Licences: N746 Receive Sydney (Enmore, 1922); 2HZ Receive Sydney (Enmore, 1922) - Qualifications: cc; CPRT 575, 1920 - amateur receiver - Electoral Rolls: traveller (Castle Hill, 1930); poultry farmer (Peakhurst, 1933-1949); retired (Burwood, 1963-1972) ===''GROWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Norman Wills Growden|Growden, George Norman Wills "Norman"]] [https://www.familysearch.org/tree/person/details/G9C6-15M] - 1913(Vic)-1984(SA) - Licences: 5YM Gladstone (1937-1939); 5YM Wedge Island via Port Lincoln (1954-1975) - Qualifications: cc; AOCP 1945, 1937, SA; BOCP 145, 1938; 2COCP 401, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: farmer (Gladstone, SA, 1939-1943); wireless operator (RAAF Station, Pearce, WA, 1943) ===''GRUBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Grubb|Grubb, William John]] [https://www.familysearch.org/tree/person/details/G6WK-K6N] - 1907(Qld)-1970(Vic) - Licences: 4DI Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: labourer (Rockhampton, 1931); concrete labourer (Rockhampton, 1936-1963); retired (Finch Hatton, 1968) ===''GRUMMITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Frederick Grummitt|Grummitt, Gilbert Frederick]] [https://www.familysearch.org/tree/person/details/G8Z7-FFD] - 1906(Qld)-1960(Qld) - Licences: 4BS Brisbane (Fortitude Valley, 1929-1933; Hamilton, 1937-1939; Bulimba, 1948-1960) - Qualifications: cc; AOCP 531, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: welder (Fortitude Valley, 1928-1934; Hamilton, 1936-1937); boilermaker (Bulimba, 1949-1958) ===''GRUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hill Grundy|Grundy, Robert Hill]] [https://www.familysearch.org/tree/person/details/LZP7-F78] - 1915(SA)-1988(SA) - Licences: 5BG Murray Bridge (1937-1939, 1947-1948); 5BG Crystal Brook (1954-1980) - Qualifications: cc; AOCP 2010, 1937, SA; BOCP 175, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''GUILDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Guildford|Guildford, Alfred]] [https://www.familysearch.org/tree/person/details/GX4T-5BG] - 19??(Eng)-1960(Qld) - Licences: 4AP Brisbane (Herston, 1934-1939, 1946-1948; Sandgate, 1960) - Qualifications: cc; AOCP 1342, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, publicity officer) - Electoral Rolls: advertisment writer (West End, Qld, 1934); copy writer (Kelvin Grove, Qld, 1936-1949) ===''GUNDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thor Odin Gundersen|Gundersen (BDM) or Gunderson (Census), Thor Odin]] [https://www.familysearch.org/tree/person/details/GHL8-F2W] - 1895(NZ)-1986(NZ) - Licences: Nil yet identified - Qualifications: cc; 1COCP 242, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: agent (Bondi, 1930-1931); radio officer (ss Fiona, 1943) ===''GUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Campbell Gunn|Gunn, Kenneth Campbell]] [https://www.familysearch.org/tree/person/details/93DG-X18] - 1911(Qld)-1975(Qld) - Licences: 4LG Laidley (1932-1937); 4LD Laidley (1937-1939, 1946-1975) - Qualifications: cc; AOCP 884, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Callsigns: 4LG likely withdrawn for 4LG Longreach - Electoral Rolls: clerk (Laidley, Qld, 1937-1972) ===''GUNTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Eliot Gunter|Gunter, Norman Eliot]] [https://www.familysearch.org/tree/person/details/L2WR-5VB] - 1912(Vic)-1943(At Sea) - Licences: 3NG Melbourne (Caulfield, 1930-1933; Hawthorn, 1937-1939) - Qualifications: AOCP 593, 1930, No. ?? in Vic; 2COCP 372, 1932; 1COCP 51, 1935 - amateur operator, amateur broadcaster, WW2 (merchant navy, wireless operator) - Electoral Rolls: sales (Caulfield, 1935; Hawthorn, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1428541] ===''GURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Carlisle Gurner|Gurner, Reginald Carlisle]] [https://www.familysearch.org/tree/person/details/GZZ2-8S8] - 1905(SA)-1975(SA) - 5CZ Receive Adelaide (New Parkside, 1923); Receive Adelaide (New Parkside, 1923); 5RG Adelaide (New Parkside, 1923-1928; Linden Park Gardens, 1931-1939) - Qualifications: cc; AOCP 31, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Linden Gardens, SA, 1939-1943) ===''GURR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Frederick Gurr|Gurr, Alan Frederick]] [https://www.familysearch.org/tree/person/details/G8GM-KJV] - 1904(Tas)-1974(Vic) - Licences: 3AG Geelong East (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geelong, 1926-1928; Belmont, 1931-1972) * [[/George Henry Gurr|Gurr, George Henry]] [https://www.familysearch.org/tree/person/details/L46K-DBB] - 1896(SA)-1957(Vic) - Licences: 5GO Adelaide (Parafield, 1933); 3QH Melbourne (Stanmore, 1947-1956) - Qualifications: cc; AOCP 1142, 1933, SA; 3COCP 185, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Parkville, Vic, 1926); ground engineer (Essendon, Vic, 1928); inspector (Caulfield, Vic, 1942; Essendon, Vic, 1949-1954) ===''GUTTERIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frank Gutteridge|Gutteridge, Reginald Frank]] [https://www.familysearch.org/tree/person/details/KNYP-KSN] - 1886(Tas)-1942(WA) - Licences: V759 Receive (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm manager (Marnoo, Vic, 1921); electrical engineer (Rupanyup, 1924-1927) =='''H'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''HADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lionel Trimble Hadley|Hadley, Arthur Lionel Trimble "Doc"]] [https://www.familysearch.org/tree/person/details/G7ZX-G9Y] - 1900(Qld)-1964(Qld) - Licences: 4AH Brisbane (Clifton Hill, 1930-1933; Dutton Park, 1937-1939; Annerley, 1946-1956) - Qualifications: cc; AOCP 636, 1930, No. ?? in Qld - amateur operator, amateur broadcaster, WW1, federal public servant (PMGD) - Electoral Rolls: signwriter (Taringa, 1921); salesman (Toowong, 1922-1925); motor assembler (Yeronga, 1929); radio mechanic (South Brisbane, 1937); technician (Annerley, 1949-1958); retired (Inala, 1958; Seven Hills, 1963) ===''HADLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Lindsay Hadlow|Hadlow, Martin Lindsay]] - radio clubs (NZDXRL, ARDXC, DXA), early wireless and broadcasting historian (Ph.D. Thesis,) ===''HAGARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neville Douglas Hagarty|Hagarty, Neville Douglas]] [https://www.familysearch.org/tree/person/details/G38J-GBJ] - 1907(Qld)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster (on 4WH); radio club participant; business proprietor; pilot; federal public servant (DCA) - Relationships: brother of 4WH William Edward Hagarty - Electoral Rolls: woodworker (Hospital Hill, 1930) * [[/William Edward Hagarty|Hagarty, William Edward "Edward / Eddie"]] [https://www.familysearch.org/tree/person/details/G384-TL3] - 1905(Qld)-1971(Qld) - Licences: 4WH Longreach (1925-1939); 4WH Townsville (1954-1969) - Qualifications: cc; AOCP 172, 1925, No. 16 in Qld; 2COCP 271, 1939; 1COCP 309, 1940 - amateur operator; amateur broadcaster; WW2; engineer; postal employee (PMG); federal public servant (PMG) - Relationships: brother of Neville Douglas Hagarty - Electoral Rolls: postal assistant (Longreach, 1930-1937); aeradio operator (Longreach, 1943); officer commanding aeradio station (Townsville, 1949-1954); communications officer (Townsville, 1958-1963; Mysterton, 1968) ===''HAI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pham Nhu Hai|Hai, Pham Nhu "Hai"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC), Director Broadcasting ITU-R ===''HAIGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bartin Robert Alfred Read Haigh|Haigh, Bartin Robert Alfred Read]] [https://www.familysearch.org/tree/person/details/GS9T-J8B] - 1854(NSW)-1928(NSW) - Licences: N752 Receive Sydney (Ashfield, 1922); 2IA Receive Sydney (Ashfield, 1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Ashfield, 1930); poultry farmer (Seven Hills, 1933) ===''HAINES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Lewis Harrison Haines|Haines, Claude Lewis Harrison]] [https://www.familysearch.org/tree/person/details/GXRC-8F6] - 1906(SA)-1996(SA) - Licences: 5CH Millicent (1933-1937); 3QM Geelong (Belmont, 1938-1939); 5CH Mt Gambier (1947-1980) - Qualifications: cc; AOCP 1118, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Belmont, Vic, 1937); engine driver (Mt Gambier, SA, 1941-1943) ===''HALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl William Millar Hale|Hale, Carl William Millar "William"]] [https://www.familysearch.org/tree/person/details/L5VR-TPL] - 1901(Vic)-1986(Vic) - Licences: 3GH Receive Melbourne (Elsternwick, 1922-1923); 3GH Anglesea (1924-1931+) - Qualifications: cc; AOCP 120, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (Elsternwick, 1924); architect (Hawthorn, 1958-1968; Malvern, 1977-1980) ===''HALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lovett Hall|Hall, Geoffrey Lovett]] [https://www.familysearch.org/tree/person/details/GHDB-ZD3] - 1895(Tas)-1972(Tas) - Licences: Receive Waddamanna (1923-1924); 7GH Waddamanna (1925-1931+); 7GH Hobart (1937-1939, 1947-1948) - Qualifications: cc; AOCP 137, 1925, No. ?? in Tas; BOCP 85, 1937 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Waddamana, 1928); engineer (New Town, 1936-1949) * [[/Graham George Hall|Hall, Graham George]] [https://www.familysearch.org/tree/person/details/G8HN-Z89] - 1910(Vic)-1971(Eng) - Licences: 3WO Melbourne (Glen Iris, 1929-1931; Hawthorn, 1933); 2AGH Sydney (Five Dock, 1937; Strathfield, 1938-1939; Hurstville, 1946-1969) - Qualifications: AOCP 482, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Auburn, 1934-1936); radio engineer (Abbotsford, 1937); engineer (Hurstville, 1949-1954; South Hurstville, 1958-1968) * [[/Reginald Allen Hall|Hall, Reginald Allen]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 539, 1929, No. ?? in ???? - amateur operator?, amateur broadcaster? - Electoral Rolls: Nil yet identified * [[/R. F. Hall|Hall, R. F.]] - 19??(???)-19??(???) - Licences: 3FH Receive Melbourne (Toorak, 1922); 3FH Melbourne (Toorak, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/William Charles Hall|Hall, William Charles]] - 19??(???)-19??(???) - Licences: 2BH Abermain (1930-1933); 2XT Abermain (1934-1936); 2XT Kurri Kurri (1938-1939, 1946-1948); 2XT Newcastle (Cooks Hill, 1950-1965; Toronto, 1969-1980+) - Qualifications: AOCP 643, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Abermain, 1935; Kurri Kurri, 1937-1943); hotel licensee (Newcastle, 1949-1963); retired (Toronto, 1972; Carey Bay, 1977-1980) - Comment: 2BH licence withdrawn for 2BH Broken Hill commercial; Beware several contemporaneous WCH in Newcastle region ===''HALLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philpot Hallam|Hallam, William Philpot]] [https://www.familysearch.org/tree/person/details/97MX-Y3J] - 1859(Tas)-1952(Vic) - Licences: XZH Hobart (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; PMGD Vic + Federal - Electoral Rolls: Nil ===''HALLIDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Fred Halliday|Halliday, Eric Fred]] [https://www.familysearch.org/tree/person/details/GC26-L5B] - 1913(SA)-1989(SA) - Licences: 5FW Adelaide (Hectorville, 1935-1939; South Payneham, 1947-1969; Magill, 1975) - Qualifications: cc; AOCP 1494, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Crystal Brook, 1939) ===''HALYDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Guyler Halyday|Halyday, James Guyler]] - 1904(Vic)-19??(???) - 4HZ Gympie (1939, 1946-1980+) , amateur operator (AOCP 2287, 1939, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ; Gympie ARC), military (WW2), employment (SEAQ linesman) ===''HAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilton Ham|Ham, George Wilton]] [https://www.familysearch.org/tree/person/details/GWX4-P28] - 1905(Qld)-1987(Qld) - Licences: 4CR Receive Brisbane (Northgate, 1923); 4GW Brisbane (Northgate, 1930-1931; Coorparoo, 1937-1939) - Qualifications: cc; AOCP 572, 1930, No. ?? in Qld - amateur receiver; amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (Toombul RC); employment (Chandlers) - Electoral Rolls: clerk (Coorparoo, 1937; St Lucia, 1943-1968); retired (Jamboree Heights, 1972-1980) * [[/Guildford Ham|Ham, Guildford]] [https://www.familysearch.org/tree/person/details/G67H-W9Y] - 1906(Qld)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; BOCP 101, 1937 - radio technician - Electoral Rolls: shop assistant (South Brisbane, 1928-1937); radio technician (South Brisbane, 1943; Bald Hills, 1943; Annerley, 1954); technician (Wavell Heights, 1958-1963) * [[/Thomas Edward Ham|Ham, Thomas Edward]] [https://www.familysearch.org/tree/person/details/G88F-R3P] - 1921(Qld)-19??(???) - Licences: 4WX Brisbane (Chelmer, 1937-1939); 2AGA Sydney (Kogarah, 1946-1947; Carlton, 1948-1950; Sylvannia Heights, 1954-1975); 4AGT Buderim (1980+) - Qualifications: cc; AOCP 2056, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (Sunshine Coast ARC); military (WW2, RAAF) - Electoral Rolls: radio mechanic (Sylvannia, 1954-1968); mechanic (Sylvannia, NSW, 1972-1977); retired (Buderim, 1980) ===''HAMILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Ormsby Hamilton|Hamilton, John William Ormsby]] [https://www.familysearch.org/tree/person/details/MG65-XRC] - 1869(Tas)-1944(Eng) - Australian representative of Pacific Radio Telegraph Co and Marconi Telegraph Co, promoted a scheme to link Aus/NZ/Pacific Islands (rejected by Aus Gov 1909), migrated to England to work for Marconi, donated Ormsby Hamilton Radio Prize in memory of his father Thomas Ormsby Hamilton ===''HAMMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Harold Hammond|Hammond, John Harold]] [https://www.familysearch.org/tree/person/details/G6HP-67H] - 1875(NSW)-1932(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: barrister-at-law (Ashfield, 1913); barrister (Killara, 1930-1932) * [[/Herbert Bowes Hammond|Hammond, Herbert Bowes]] [https://www.familysearch.org/tree/person/details/LZ4J-2PK] - 1907(NSW)-1967(NSW) - 2NI Sydney (Chatswood, 1925; Epping, 1926-1927; Chatswood, 1928; Naremburn, 1929-1930), amateur operator (AOCP 64, 1925 01, No. ?? in NSW; CPRT 895, 1925 12; 2COCP 318, 1931), amateur broadcaster ===''HANCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. A. Hancock|Hancock, C. A. or G. A.]] - 19??(???)-19??(???) - Licences: V748 Receive Melbourne (Berwick, 1922); 3GU Receive Melbourne (Berwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/D'Arcy Maxwell Hancock|Hancock, D'Arcy Maxwell]] [https://www.familysearch.org/tree/person/details/GCG4-L3Y] - 1910(SA)-2017(SA)107yo - Licences: 5RJ Kadina (1927-1939, 1946-1960); 5RJ Adelaide (Mitchell Park, 1965-1980+) - Qualifications: cc; AOCP 356, 1927, No. ?? in SA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Kadina, 1947) ===''HANNAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hannam|Hannam, Harold William]] [https://www.familysearch.org/tree/person/details/G83F-J78] - 1913(NSW)-1964(Vic) - Licences: 2IR Sydney (Hurstville South, 1935-1937); 2IR Orange (1938-1939); Sydney (South Hurstville, 1946-1948) - Qualifications: cc; AOCP 1472, 1935, Qld; BOCP 9, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hurstville, 1934-1937); radio engineer (Orange, 1943; Hurstville, 1949); engineer (Cheltenham, 1949-1954; Moorabbin, 1963) * [[/Walter Henry Hannam|Hannam, Walter Henry "Wally" "Wal", "Doc", "Fatty"]] [https://www.familysearch.org/tree/person/details/273W-H9T] - 1885(NSW)-1965(NSW) - XQI Stamford, Qld (1911-1914); 2YH Sydney (Balmain, 1924; Mosman, 1924-1933; Willoughby, 1934-1939); 2AXH Terrigal (1954-1961) - Qualifications: cc; AOCP 27, 1924, No. 10 in NSW - early wireless experimenter; amateur operator; radio clubs (WIA NSW, first secretary 1910); wireless operator Australasian Antarctic Expedition (1912-1914) - Relationships: don't confuse with father William Henry Hannam of Hannams Ltd, engineers & sheet metal workers - Electoral Rolls: - Links: [[w:Walter Henry Hannam|Wikipedia]]; [https://www.coolantarctica.com/Antarctica%20fact%20file/History/biography/hannam_walter.php Bio1]; [https://www.antarctica.gov.au/about-antarctica/history/people/walter-hannam/ Bio2] ===''HANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hansen|Hansen, Harold William]] [https://www.familysearch.org/tree/person/details/93DG-45T] - 1914(Qld)-2005(Qld) - Licences: 4FH Brisbane (Forest Hill, 1935-1939); 4SV Brisbane (Bulimba, 1948-1965; Carina, 1969-1980+) - Qualifications: cc; AOCP 1508, 1935, Qld; BOCP 1039, 1949 - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, 1937, radio technician); state public servant (BCC, communications officer) - Relationships: father of Graham Hansen 4FV - Electoral Rolls: labourer (Forest Hill, Qld, 1936-1937); WT Operator (Wendouree, Vic, 1942); RAAF (Maryborough, Qld, 1943); radio technician (Carina, Qld, 1968-1980) ===''HARDGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Hardgrave|Hardgrave, Philip "Pop"]] [https://www.familysearch.org/tree/person/details/GMPF-XL5] - 1857(Qld)-1940(Qld) - Licences: 4PH Brisbane (South Brisbane, 1933-1939) - Qualifications: cc; AOCP 1150, 1933, No. ?? in Qld - amateur operator; amateur broadcaster - Comment: oldest person in British Empire to obtain a full licence - Electoral Rolls: fruitgrower (Wellington Point, 1916-1928) ===''HARDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Netherton Kilgour Hardie|Hardie, Bruce Netherton Kilgour]] [https://www.familysearch.org/tree/person/details/GZ95-FMJ] - 1896(Vic)-1965(Vic) - 3YX Melbourne (Garden Vale, 1925-1933; City, 1937-1939), amateur operator (AOCP 49, 1925, No. ?? in Vic), amateur broadcaster, WIA Vic, accountant ===''HARDISTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Hardisty|Hardisty, David Charles]] [https://www.familysearch.org/tree/person/details/GZTM-C4W] - 1907(WA)-1980(WA) - Licences: 6DH Perth (Victoria Park, 1926-1939; West Perth, 1946-1948; Applecross, 1954-1980) - Qualifications: cc; AOCP 273, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Victoria Park, 1931-1943); radio mechanic (Applecross, 1954-1980) ===''HARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. R. Hardy|Hardy, W. R.]] - 19??(???)-19??(???) - 2RD Sydney (Glebe, 1925-1927), amateur operator (AOCP 187, 1925, No. ?? in NSW), amateur broadcaster ===''HARKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dennis James Harkin|Harkin, Denis or Dennis James]] [https://www.familysearch.org/tree/person/details/G45Q-9PH] - 1903(SA)-1993(Vic) - Licences: 3YN Receive Melbourne (Prahran, 1923); 3KF Melbourne (Kensington, 1924-1925); 3YN Melbourne (Preston, 1924-1926); 4YN Bowen (1927); 3YN Melbourne (East Brunswick, 1931); 3YY Newport (1938); 6YN Pearce (1938); 3ADJ Melbourne (Prahran, 1946-1948; Middle Park, 1954-1956; Thornbury, 1960-1975); 4ADJ Maryborough (1980) - Qualifications: CPRT 782, 1923; 1COCP 280, 1932 - amateur operator; amateur broadcaster; radio club participant (WIAQ); career military (RAAF); federal public servant (PMGD); WW2 - Electoral Rolls: mechanic (Preston, Vic, 1926; Brunswick, Vic, 1931; Newport, 1937); RAAF (Clifton Hill, 1942); technician (Prahran, 1949; Albert Park, 1954); radio technician (Thornbury, 1963-1972); nil (Maryborough, 1977-1980) ===''HARLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Harlen|Harlen, John Edward]] [https://www.familysearch.org/tree/person/details/K8MP-TWB] - 1884(Qld)-1953(Qld) - Licences: Receive Brisbane (Sunnybank, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Coopers Plains, Qld, 1908); fruit grower (Sunnybank, Qld, 1912-1949) ===''HARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Nicoll Harley|Harley, Gordon Nicoll]] [https://www.familysearch.org/tree/person/details/G89D-41H] - 1901(NSW)-1986(Qld) - Licences: "4AR Unlicensed" Ipswich (1926-1928); 4GH Ipswich (1928-1933); 4GH Didcott (1937-1939); 4GH Maryborough (1946-1980+) - Qualifications: cc; AOCP 385, 1928, No. 43 in Qld - amateur operator; amateur broadcaster; business proprietor (radio manufacture); employment (school teacher); WW2 - Electoral Rolls: clerk (Brassall, 1925); school teacher (Didcot, 1936-1943); teacher (Maryborough, 1949); school teacher (Maryborough, 1954-1980) ===''HARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Harmer|Harmer, George]] [https://www.familysearch.org/tree/person/details/LRTY-KHZ] - 1900(Eng)-1980(Qld) - Licences: 4XW Brisbane (Coorparoo, 1934-1939, 1946-1948; Camp Hill, 1954-1956; Coorparoo, 1960-1980) - Qualifications: cc; AOCP 1301, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIAQ); telephone technician (PMGD); federal public servant (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, Qld, 1937-1954); technician (Coorparoo, Qld, 1958-1980) ===''HARRANTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wolf Harranth|Harranth, Wolf]] - 1941(Austria)-2021(Austria) - Licences: OE1WHC Austria - curator of Dokufunk, host of the world's largest collection of amateur radio and broadcast QSLs; amateur radio operator; broadcast announcer; historian (amateur radio, broadcasting); children's book author; translator - provided the core of the WIA QSL collection ===''HARRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Harris|Harris, Alfred Charles]] [https://www.familysearch.org/tree/person/details/GZY1-F4K] - 1900(Vic)-1963(Vic) - Licences: 3CH Birchip (1926-1939; 1946-1960+) - Qualifications: AOCP 303, 1926, No. ?? in Vic -amateur operator, amateur broadcaster, class B licence? - Electoral Rolls: engineer (Ouyen, 1924); electrical engineer (Birchip, 1925-1954; Power Station, Ouyen, 1963) * [[/Ross Clifford Harris|Harris, Ross Clifford]] [https://www.familysearch.org/tree/person/details/L5Y2-DZF] - 1917(SA)-1954(SA) - Licences: 5FL Adelaide (Glenelg, 1936-1939; Malvern, 1947-1948; Hawthorn, 1954) - Qualifications: cc; AOCP 1651, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Valentine Harms Harris|Harris, Valentine Harms]] [https://www.familysearch.org/tree/person/details/L1PM-FDM] - 1909(WA)-1995(WA) - Licences: 6NL Perth (Shenton Park, 1935-1939; Applecross, 1947-1969); 6NL Denmark (1975-1980+) - Qualifications: cc; AOCP 1579, 1935, WA - amateur operator; amateur broadcaster - Relationships: Husband of 6YL Ruth Victoria Harris nee Longley - Electoral Rolls: garage employee (Subiaco, WA, 1931); radio mechanic (Subiaco, WA, 1936-1937); mechanic (Applecross, WA, 1949-1972) ===''HARRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Lionel Carr Harrison|Harrison, Percival Lionel Carr]] [https://www.familysearch.org/tree/person/details/GFM3-VDC] - 1912(WA)-2001(WA) - Licences: 6LH Perth (Claremont, 1937-1939; Armadale, 1947-1980+) - Qualifications: cc; AOCP 1909, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Claremont, WA, 1936-1937); civil servant (Armadale, WA, 1943-1980) ===''HARRISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Harriss|Harriss, Alfred George]] [https://www.familysearch.org/tree/person/details/K8HN-THZ] - 1873(Eng)-1932(Qld) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), radio clubs (Longreach Radio Club), business proprietor (Jackson & Harriss) - Electoral Rolls: engineer (Longreach, 1930) - Relationships: father of Dorothy Winnifred Macfarlane formerly Fanning nee Harriss * [[/Dorothy Winnifred Harriss|Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred]] [https://www.familysearch.org/tree/person/details/KGYC-3CP] - 1905(Qld)-1986(Qld) - Licences: 4DH Longreach (1930-1933) - Qualifications: cc; AOCP 573, 1930, No. ?? in Qld; BOCP - amateur operator; amateur broadcaster; radio clubs (WIAQ); first YL operator in Qld - Electoral Rolls: typist (Longreach, 1930); home duties (Longreach, 1936-1943; Warwick, 1949; Toowoomba, 1954-1977; Macgregor, 1980) - Relationships: daughter of Alfred George Harriss ===''HARRISSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harrisson|Harrisson, Charles "Snowy"]] [https://www.familysearch.org/tree/person/details/LK9P-VK3] - 1908(Tas)-1995(Tas) - Licences: 7CH Hobart (Bellerive, 1933); 3CN Shepparton (1937-1939); 7CH Hobart (Moonah, 1954-1960); 7CH Burnie (1965); 7CH Hobart (Bellerive, 1969-1980+) - Qualifications: cc; AOCP 348, 1927, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: son of Charles Turnbull Harrisson, biologist in the Australasian Antarctic Expedition - Electoral Rolls: bank clerk (Shepparton, 1936-1949); bank manager (Moonah, 1954) ===''HARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leslie William Harston|Harston, Leslie William or William Leslie "Bill"]] [https://www.familysearch.org/tree/person/details/GDQD-XVY] - 1897(Qld)-1983(Qld) - Licences: 4RY Brisbane (Clayfield, 1932-1939, 1946-1948; Holland Park, 1954-1969) - Qualifications: cc; AOCP 903, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; business proprietor (art shop) - Electoral Rolls: warehouseman (Clayfield, Qld, 1921-1943); no occupation (Holland Park, Qld, 1954-1980) ===''HART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Samuel Hart|Hart, Augustus Samuel]] [https://www.familysearch.org/tree/person/details/9CMQ-4CP] - 1890(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 57, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: saddler (Watchem, Vic, 1912; Glen Thompson, 1913); wireless engineer (Moonee Ponds, 1936-1937); wireless operator (Esperance, 1943); telegraphist (Darwin, 1949); wireless officer (Moonee Ponds, 1963-1968; Essendon, 1972) * [[/James Claude Hoyte John Hart|Hart, James Claude Hoyte John "Hoyte John", "Roy"]] [https://www.familysearch.org/tree/person/details/GQWC-W4C] - 1904(Eng)-1992(NSW) - Licences: 2HO Sydney (Manly, 1928-1931; Roseville, 1933-1939, 1946-1956; St Ives East, 1957-1975; Manly, 1980+) - Qualifications: AOCP 410, 1928, No. ?? in NSW; 3COCP 4622, 1963 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Roseville, 1933-1954; St Ives, 1958-1963); retired (St Ives, 1968-1977; Manly, 1980) * [[/Norman Victor Hart|Hart, Norman Victor]] [https://www.familysearch.org/tree/person/details/LNK3-TXW] - 1908(Qld)-1998(Qld) - Licences: 4KO Booval (1931-1939, 1946-1980+) - Qualifications: cc; AOCP 760, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIA, Ipswich RC); engineer - Electoral Rolls: shop assistant (Booval, 1932-1937); grocer (Booval, 1943-1949); radio technician (Booval, 1954-1972; East Ipswich, 1977-1980) ===''HARVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. C. L. Harvey|Harvey, B. C. L.]] - 19??(???)-19??(???) - Licences: XJAC Melbourne (Port Melbourne, 1913) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edward Rossiter Harvey|Harvey, Edward Rossiter]] [https://www.familysearch.org/tree/person/details/GXBP-BK8] - 1918(WA)-2009(Qld) - Licences: 6RG Perth (Scarborough, 1937-1939, 1947-1948); 4RK Surfers Paradise (1969-1980+) - Qualifications: cc; AOCP 2041, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Leederville, WA, 1943; Scarborough, WA, 1943); newsagent (Scarborough, WA, 1949-1958); shopkeeper (Surfers Paradise, Qld, 1963); proprietor (Surfers Paradise, Qld, 1972-1977); retired (Mermaid Waters, Qld, 1980) * [[/Manning Herbert Harvey|Harvey, Manning Herbert]] [https://www.familysearch.org/tree/person/details/KZGG-LFZ] - 1887(Tas)-1932(Tas) - Licences: XZC Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: electrician (Hobart East, 1914-1928) ===''HASKARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Geoffrey Haskard|Haskard, Reginald Geoffrey "Geoff"]] [https://www.familysearch.org/tree/person/details/GZB5-S35] - 1906(SA)-1988(SA) - Licences: Receive Adelaide (Jamestown, 1923-1924); 5RH Adelaide (Jamestown, 1927-1931; North Adelaide, 1933; Malvern, 1937-1939; Helmsdale, 1947; Plympton, 1948-1975; West Beach, 1980+) - Qualifications: cc; AOCP 316, 1927, No. ?? in SA; BOCP 1558, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: retreader (Malvern, 1939-1941); wireless operator (Malvern, 1943) ===''HATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Westrop Henry Hatfield|Hatfield, Westrop Henry "West"]] [https://www.familysearch.org/tree/person/details/GZB5-VF5] - 1909(Vic)-1998(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''HATTAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Hattam|Hattam, Fred]] [https://www.familysearch.org/tree/person/details/G8ZV-QDL] - 1906(Vic)-1976(Vic) - Licences: 3HW Castlemaine (1929-1939); 3BAL Castlemaine (1975) - Qualifications: AOCP 541, 1929, No. ?? in Vic; BOCP 410, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Castlemaine, 1928-1937); radio mechanic (Castlemaine, 1954-1967); engineer (Castlemaine, 1968-1972) ===''HAWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haworth|Haworth, William]] [https://www.familysearch.org/tree/person/details/G823-JT3] - 1896(Qld)-1987(Qld) - Licences Q737 Receive Qld (1922-1923) - Qualifications: cc; Nil identified as yet - amateur receiver - Electoral Rolls: telephone mechanic (Ironside Estate, 1917); mechanic (Taringa, 1921-1928); lineman (North Tmborine, 1931); electrical mechanic (Eagle Heights, 1936; Toowong, 1937); telephone mechanic (Bundaberg, 1943-1949); technician (Toowong, 1954-1972); retired (Caloundra, 1977-1980) ===''HAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edgar Cecil Hawson|Hawson, Thomas Edgar Cecil]] [https://www.familysearch.org/tree/person/details/GXZ2-ZV9] - 1916(Qld)-1992(Qld) - Licences: 4CH Ipswich (Woodend, 1937-1939; East Ipswich, 1947-1948); 4CH Brisbane (Yeronga, 1969; Salisbury, 1975-1980) - Qualifications: cc; AOCP 2016, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: agent (Ipswich, Qld, 1937); radio mechanic (East Ipswich, Qld, 1949); storekeeper (Windsor, Qld, 1954; Yeronga, Qld, 1958; Salisbury, Qld, 1963-1980) ===''HAYMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Inglis Hayman|Hayman, William George Inglis]] [https://www.familysearch.org/tree/person/details/G8NL-CX1] - 1897(Eng)-1968(WA) - Licences: 6BG Perth (Claremont, 1925); 6GH Perth (Claremont, 1946-1965) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; scientist; educator - Electoral Rolls: lecturer (Claremont, 1922-1929); engineer (Claremont, 1931-1954); civil servant (Claremont, 1958-1968) - [https://adb.anu.edu.au/biography/hayman-william-george-12971 ADB] ===''HAYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Lot Henry Haynes|Haynes, Bruce Lot Henry]] [https://www.familysearch.org/tree/person/details/KC44-8M4] - 1898(NSW)-1961(NSW) - Licences: 2YA Armidale (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Armidale, 1930-1936); poultry farmer (West Pennant Hills, 1943-1958) * [[/Thomas Ambrose John Haynes|Haynes, Thomas Ambrose John]] [https://www.familysearch.org/tree/person/details/GSC5-WXM] - 1902(SA)-1968(SA) - Licences: 5AY Adelaide (Black Forest Estate, 1931-1939) - Qualifications: cc; AOCP 835, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Black Forest, 1939-1943) ===''HAZLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Stanley Arnold Hazlett|Hazlett, Royce Stanley Arnold]] [https://www.familysearch.org/tree/person/details/GXX4-F38] - 1932(Qld)-2015(Qld) - Licences: 4ZRH Brisbane (Wellers Hill, 1965-1975) - Qualifications: AOLCP 1159, 1961, Qld - amateur operator - Relationships: Son of 4EO Stanley Albert Hazlett - Electoral Rolls: electrician (Coorparoo, Qld, 1954-1963); electrical contractor (Wellers Hill, Qld, 1968-1972); contractor (Tarragindi, Qld, 1977-1980) * [[/Stanley Albert Hazlett|Hazlett, Stanley Albert]] [https://www.familysearch.org/tree/person/details/KC33-RH7] - 1900(Qld)-1971(Qld) - Licences: 4EO Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 4ZRH Royce Stanley Arnold Hazlett - Electoral Rolls: clerk (Coorparoo, Qld, 1925-1928); buyer (Coorparoo, Qld, 1937-1968) ===''HEARPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Hearps, David Edward]] - See David Edward Vaughan (assumed change of name) ===''HEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Harry Heath|Heath, Allan Harry]] [https://www.familysearch.org/tree/person/details/L5Y4-4DT] - 1914(SA)-1986(SA) - Licences: 5ZX Adelaide (Prospect Park, 1934-1939; Highgate, 1947-1956; Brighton, 1960-1980) - Qualifications: cc; AOCP 1369, 1934, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''HEATHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Heathers|Heathers, Cyril John]] [https://www.familysearch.org/tree/person/details/G8XN-NG9] - 1909(Eng)-2003(NSW) - Licences: 2GZ Sydney (Bankstown, 1930-1934); 2UA Sydney (Bankstown, 1935-1939; Artarmon, 1946-1975) - Qualifications: AOCP 615, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Bankstown, 1930-1943); telephone engineer (Artarmon, 1949-1968); engineer (Artarmon, 1977-1980) - Comment: 2GZ callsign likely withdrawn by PMGD for 2GZ Orange commercial ===''HEILBRONN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Heilbronn|Heilbronn, George]] [https://www.familysearch.org/tree/person/details/LJHL-PW3] - 1894(Qld)-1972(Qld) - Licences: 4GG Chinchilla (1929-1939); 4GG Yarraman (1946-1955); 4GG Crows Nest (1956); 4GG Millmerran (1960); 4GG Brisbane (Wynnum, 1965-1969) - Qualifications: cc; AOCP 565, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (Qld Listeners' League) - Electoral Rolls: locomotive fireman (Chinchilla, 1925-1937); locomotive driver (Yarraman, 1954); engine driver (Millmerran, 1943-1958); retired (Wynnum, 1963-1968) ===''HEINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Heine|Heine, John Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/G9VS-V1F] - 1908(Tas)-1988(Vic) - Licences: 7JK Hobart (City, 1927; Bellerive, 1931); 4JX Brisbane (City, 1933; Ascot, 1935; Kangaroo Point, 1937; Mowbray Park, 1938-1939); 3JF Melbourne (Beaumaris) (1960-1980+) - Qualifications: cc; AOCP 355, 1927, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kangaroo Point, 1934; Norman Park, 1937); engineer (Brighton, 1949); representative (Beaumaris, 1954-1980) ===''HEINRICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Latimer Heinrich|Heinrich, William Latimer]] [https://www.familysearch.org/tree/person/details/GXG5-S7Y] - 1917(SA)-1993(SA) - Licences: 5HR Bute (1934-1939); 5HR Adelaide (Kensington Gardens, 1947-1980+) - Qualifications: cc; AOCP 1376, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: farmhand (Bute, SA, 1939-1943) ===''HEITSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry John Keith Heitsch|Heitsch, Henry John Keith or Heinrich Johann]] [https://www.familysearch.org/tree/person/details/G8CV-QYP] - 1907(Vic)-1996(Qld) - Licences: 3HK Melbourne (Mitcham, 1929-1939, 1947-1975); 4AHK Scarness (1980+) - Qualifications: AOCP 516, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: piano fitter (Mitcham, 1931-1954); technician (Mitcham, 1963-1977); retired (Scarness, Qld, 1980) ===''HELLAWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Herbert Hellawell|Hellawell, Francis Herbert "Frank"]] [https://www.familysearch.org/tree/person/details/LK5G-478] - 1885(Qld)-1958(Qld) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - early wireless experimenter; amateur radio clubs (member, WIQ); federal public servant (PMGD) - Electoral Rolls: engineer (Toowong, 1913-1914; Coorparoo, 1919; East Annerley, 1925; Annerley, 1929-1934); clerk (Brisbane City, 1937); no occupation (Beachmere, 1943-1949; Annerley, 1954-1958) ===''HELLYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leicester Henry Hellyer|Hellyer, Leicester Henry]] [https://www.familysearch.org/tree/person/details/KFNW-BTC] - 1908(NSW)-1972(NSW) - Licences: 2LS Sydney (Rockdale, 1930-1933) - Qualifications: AOCP 600, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Rockdale, 1930-1933; Manly, 1934-1935; Artarmon, 1936-1937; Willoughby, 1943; Artarmon, 1949-1963; Newport, 1968-1977) ===''HENDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Henderson|Henderson, Frederick James]] [https://www.familysearch.org/tree/person/details/GXQG-XRX] - 1891(Eng)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 208, 1916 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified * [[/S. A. Henderson|Henderson, S. A.]] - 19??(???)-19??(???) - Licences: 5JN Adelaide (Walkerville, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HENNESSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] - 1896(Qld)-19?? - 4LO Brisbane (City, 1931-1939), amateur operator (AOCP 826, 1931, No. ? in Qld), fourth YL operator in Qld ===''HENRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Geddes Henry|Henry, Arthur Geddes]] [https://www.familysearch.org/tree/person/details/L4QW-K9Z] - 1907(NSW)-1969(NSW) - Licences: 2ZK Sydney (Sandringham, 1929-1939) - Qualifications: AOCP 494, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Sandringham, NSW, 1930-1937); engineer (San Souci, 1949-1963; Northbridge, 1968) * [[/Clement John Henry|Henry, Clement John]] [https://www.familysearch.org/tree/person/details/GZ6T-RPC] - 1905(NSW)-1996(NSW) - Licences: Receive (Valve) Uralla (1923); 2CH Uralla (1924-1929); 2UR Uralla (1930-1939); 2UR Blakehurst (1946); 2UR Sydney (Neutral Bay, 1948-1957; Pymble, 1958-1980+) - Qualifications: cc; AOCP 85, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 (RAAF) - Withdrawal: 2CH callsign withdrawn in 1930 for 2CH Sydney - Electoral Rolls: electrician (Uralla, 1930-1937); electrical fitter (RAAF Richmond, 1943); technician (Neutral Bay, 1949-1954; Pymble, 1958-1980) * [[/John Edwin Henry|Henry, John Edwin]] [https://www.familysearch.org/tree/person/details/KL6B-GD6] - 1868(Vic)-1933(Qld) - Licences: 4CZ Receive Mt Alford via Boonah (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: baker (Gundy, NSW, 1913); farmer (Boonah, Qld, 1917-1921); storekeeper (Mt Alford, Qld, 1922-1926); baker (Dayboro, Qld, 1928; Wondai, Qld, 1931) * [[/Raymond Cherrington Henry|Henry, Raymond Cherrington "Tom"]] [https://www.familysearch.org/tree/person/details/GX5X-C1Y] - 1894(SA)-1975(SA) - Licences: 5CY Cook (1935-1939); 5RY Adelaide (Goodwood, 1960) - Qualifications: cc; AOCP 1421, 1935, SA - amateur operator; amateur broadcaster; WW2 - Comment: Son, also named RCH, passed in WW2 - Electoral Rolls: fitter (Goodwood Park, SA, 1939-1943) ===''HENWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ralph Franklin Henwood|Henwood, Ralph Franklin]] [https://www.familysearch.org/tree/person/details/G89X-CF6] - 1912(WA)-1979(WA) - Licences: 6RL Perth (North Perth, 1930-1933; Claremont, 1937); 6RL Northam (1946-1948); 2AXA Sydney (Rose Bay, 1960-1961); 6RL Perth (Claremont, 1969-1975) - Qualifications: cc; AOCP 720, 1930, No. ?? in WA; BOCP 2, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio serviceman (Claremont, 1936); radio operator (6AM) (Northam, 1937); radio technician (Northam, 1943-1949; Claremont, 1954); technician (Bellevue Hill, 1958; Claremont, 1963-1972; Nedlands, 1977) ===''HEPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Dean Hepton|Hepton, William Dean "Bill"]] [https://www.familysearch.org/tree/person/details/LRBB-VN5] - 1898(Qld)-1966(Qld) - Licences: 4WD Brisbane (Milton, 1932-1939) - Qualifications: cc; AOCP 918, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, instructor 1932-1935) - Electoral Rolls: mechanic (Paddington, Qld, 1921; Milton, Qld, 1925-1963) ===''HERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Kinross Herd|Herd, James Kinross]] [https://www.familysearch.org/tree/person/details/GZZ2-YSQ] - 1901(Vic)-1963(Vic) - 3JK Baccus Marsh (1924-1927), 3JK Wangaratta (1933-1939, 1946-1956), 3JK Mornington (1960), amateur operator (AOCP 36, 1924, No. ?? in Vic), amateur broadcaster ===''HERSCHEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Victor Herschel|Herschel, Henry Victor]] [https://www.familysearch.org/tree/person/details/K4N6-76H] - 1902(Qld)-1937(Qld) - Licences: 4UK Cairns (1929-1931); 4UK Toowoomba (1933); 4UK Brisbane (Indooroopilly, 1937) - Qualifications: cc; AOCP 564, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Newtown, 1925; Cairns, 1930; Indooroopilly, 1936-1937)- Comment: Passed too soon ===''HESKETH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Hesketh|Hesketh, John]] - 1868(Eng)-1917(Vic) - early wireless experimenter, senior state public servant (Qld electrical engineer), senior federal public servant (PMGD, chief electrical engineer), military (Royal Engineers, Eng; Qld Defence Force, lieutenant) ===''HEWITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Hewitt|Hewitt, Archibald John "Arch"]] [https://www.familysearch.org/tree/person/details/G8DZ-TNY] - 1910(SA)-1988(SA) - Licences: 5XK Adelaide (Torrensville, 1930-1939); 5XK Kingscote (1946-1948); 5XK Adelaide (Torrensville, 1954; College Park, 1955-1956; Lucindale, 1960; Semaphore, 1965-1969; Ottaway, 1975-1980) - Qualifications: cc; AOCP 582, 1930, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal clerk (Kingscote, 1939-1941) * [[/Clarence Richard Hewitt|Hewitt, Clarence Richard]] [https://www.familysearch.org/tree/person/details/G6D1-718] - 1900(Qld)-1969(Qld) - Licences: 4CR Brisbane (Rosalie, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Petrie Tce, Qld, 1919); student (Petrie Tce, Qld, 1921-1926); moulder (Rosalie, Qld, 1928); carpenter (Rosalie, Qld, 1936-1943; Indooroopilly, Qld, 1949); hotel manager (Indooroopilly, Qld, 1954) * [[/Horace Thomas Hewitt|Hewitt, Horace Thomas]] [https://www.familysearch.org/tree/person/details/MN6S-JBL] - 1904(Qld)-1988(Qld) - Licences: 4PD Brisbane (Moorooka, 1939, 1947-1980) - Qualifications: cc; AOCP 2377, 1939, Qld - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Hodgson, Qld, 1925; Bowen, Qld, 1930); mechanic (Roma, Qld, 1936-1937); turner (Moorooka, Qld, 1943-1980) * [[/Thomas George Hewitt|Hewitt, Thomas George]] [https://www.familysearch.org/tree/person/details/GXZ2-PLM] - 1900(NSW)-1962(NSW) - Licences: 4TH Cairns (1937-1939); 2LH Lismore (1946-1961); 2ATG Lennox Head (1955-1961) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: medical practitioner (Cairns, Qld, 1930-1943; Lismore, NSW, 1949-1958) ===''HIAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Charles Hiam|Hiam, Robert Charles "Charles"]] [https://www.familysearch.org/tree/person/details/9VCT-14T] - 1888(Vic)-1982(Vic) - Licences: XLD Melbourne (Balaclava, 1913-1914); 3LW Melbourne (St Kilda, 1923-1931; Caulfield North, 1933-1939) - Qualifications: cc; CPRT 174, 1915 - amateur operator; amateur broadcaster - Electoral Rolls: tailor (St Kilda, 1913-1928; Caulfield, 1931-1968); retired (Beaumaris, 1972-1980) ===''HICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Joseph Hicks|Hicks, Henry Joseph "Harry"]] [https://www.familysearch.org/tree/person/details/G8QG-RRR] - 1913(Qld)-1983(Qld) - Licences: 1HH Macquarie Island (1955-1956); 4HG Willis Island (1963); 9HG Lae, New Guinea (1965-1969); 4HG Tolga (1975-1980) - Qualifications: AOCP 2468, 1941, Qld; 1COCP 784, 1944 - amateur operator - Electoral Rolls: letterpress machinist (Cairns, 1936-1937); printer (Newtown, 1943); radio officer (Broome, 1963); wireless operator (Thursday Island, 1972); retired (Tolga, 1977-1980) - Awards: BEM (1958, Officer in Charge, Radio Weather Reporting Station, Willis Islets) ===''HIGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Gordon Conway Higgins|Higgins, John Gordon Conway "Jack"]] [https://www.familysearch.org/tree/person/details/GD45-FKK] - 1884(NSW)-1963(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 29, 1914 - wireless telegraphist, WW1, WW2 - Electoral Rolls: clerk (South Perth, 1910-1912); radio engineer (Prahran, 1925-1927); manufacturer (St Kilda, Vic, 1934-1937); soldier (Caulfield, 1942); military duties (South Yarra, 1949); retired (Dromana, 1954; Sorrento, 1963) ===''HILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Edward Hilder|Hilder, Henry Edward]] - 1919(???)-1984(Qld) - 4HH Brisbane (East Brisbane, 1946-1948; Nudgee, 1954-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ), military (WW2, AIF Signals), employment (Brisbane Fire Brigade, communications), (Halcyon says AOCP Brisbane 1936 but no record) ===''HILDYARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol David Hildyard|Hildyard, Athol David]] [https://www.familysearch.org/tree/person/details/LYNY-TBD] - 1919(Tas)-1998(Tas) - Licences: 7DH Hobart (City, 1936-1939, 1948; Montagu Bay, 1954-1980+) - Qualifications: cc; AOCP 1735, 1936, No. ?? in Tas; 1AOCP 50, 1947 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcast technician (Hobart South, 1943-1949); radio engineer (Montagu Bay, 1954) ===''HILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Wyatt Hill|Hill, Alfred Wyatt]] [https://www.familysearch.org/tree/person/details/GD2Y-5VM] - 19??(???)-19??(???) - Licences: 2TS Sydney (Killara, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Arthur Stanley Hill|Hill, Arthur Stanley]] [https://www.familysearch.org/tree/person/details/GX16-FRC] - 1906(Eng)-19??(???) - Licences: 6AH Wiluna (1937-1939, 1947-1965); 6AH Busselton (1969-1980+) - Qualifications: cc; AOCP 1985, 1937, WA - amateur operator; amateur broadcaster; WW2 - Relationships: Husband of 6MH Mary Lilian Hill nee - Electoral Rolls: electrician (Wiluna, WA, 1931); engineer (Wiluna, WA, 1936-1949); business manager (Wiluna, WA, 1954-1963); retired (West Busselton, WA, 1968-1980) * [[/Frederick John Hill|Hill, Frederick John]] [https://www.familysearch.org/tree/person/details/G8CS-1J5] - 19??(???)-19??(???) - Licences: 2TY Kurri Kurri (1929-1934) - Qualifications: cc; AOCP 500, 1929, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: colliery employee (Pelaw Main, 1930; Stanford Merthyr, 1934; Kurri Kurri, 1936-1937); winding driver (Kurri Kurri, 1968) * [[/Mary Lilian XXXX|Hill nee , Mary Lilian]] [https://www.familysearch.org/tree/person/details/GX16-JZY] - 1906(???)-19??(???) - Licences: 6MH Wiluna (1937-1939, 1947-1965); 6MH Busselton (1969-1980+) - Qualifications: cc; AOCP 1976, 1937, WA - amateur operator; amateur broadcaster; YL operator - Relationships: Wife of 6AH Arthur Stanley Hill - Electoral Rolls: ===''HILLHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Reid Hillhouse|Hillhouse, James or James Reid]] [https://www.familysearch.org/tree/person/details/GXH2-YZJ] - 1907(Sct)-1992(Qld) - Licences: 4ZO Collinsville (1933-1939, 1947-1975); 4ZO Bowen (1980+) - Qualifications: cc; AOCP 1115, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: coal miner (Collinsville, Qld, 1928-1963); retired (Gladstone, Qld, 1977) ===''HILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Hilton|Hilton, William Edward]] [https://www.familysearch.org/tree/person/details/GDPR-P1K] - 1876(???)-1957(NSW) - Licences: XEQ Sydney (St Leonards, 1913-1914); 2BA Receive Sydney (Crows Nest, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: postal assistant (Newtown, 1903); postmaster (Stockton, 1930-1932; Kurri Kurri, 1934-1936); retired (Long Jetty, 1943-1949) ===''HINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Hine|Hine, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GCBY-3SZ] - 1907(NSW)-1994(NSW) - Licences: 2QL Sydney (Campsie, 1935-1937; Richmond, 1938-1939; Homebush, 1946-1980+) - Qualifications: AOCP 1434, 1935, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Campsie, 1930-1931; Temora, 1932-1935); wireless operator (RAAF Richmond, 1936-1937; Concord, 1943); radio officer (Homebush, 1954-1958; Strathfield West, 1968; Homebush, 1977-1980) ===''HIPWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Anson Le Hunt Hipwell|Hipwell, Ronald Anson Le Hunt]] [https://www.familysearch.org/tree/person/details/G8HJ-SMM] - 1902(Vic)-1975(Vic) - Licences: 3KU Swan Hill (1929-1933); 2ACD Broken Hill (1937-1939); 3ACD Melbourne (Dromana, 1955-1956); 5AJ Port Augusta (1960-1965); 3AEI Melbourne (Dromana, 1969-1975) - Qualifications: AOCP 486, 1929, No. ?? in Vic; AOLCP 140, 1934 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: engineer (St Kilda East, 1925); electrical engineer (Swan Hill, 1931); radio engineer (Broken Hill, 1935-1943); radio electrical fitter (Dromana, 1949-1954); retired (Dromana, 1972) ===''HIRSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jacob Alexander Hirsch|Hirsch or Deerson, Jacob or Jakob Alexander]] [https://www.familysearch.org/tree/person/details/GWZX-RZ3] - 1896(Aus)-1979(Aus) - Licences: 2AE Receive Sydney (Croydon, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (Oatley, 1930-1937); clerk (Canberra, 1949); no occupation (Pambula Beach, 1954-1972; Merimbula, 1977) ===''HITCHCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leith Fuller Hitchcock|Hitchcock, Leith Fuller]] [https://www.familysearch.org/tree/person/details/GXWC-Y61] - 1897(Qld)-1953(Qld) - Licences: 4LH Brisbane (Wooloowin, 1931-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: bacteriologist (Wooloowin, 1921-1936); research officer (Wooloowin, 1943-1949) ===''HOAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. M. Hoad|Hoad, C. M.]] - 19??(???)-19??(???) - Licences: None yet identified - Qualifications: AOCP 319, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - Individual not yet identified ===''HOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Cecil Hoar|Hoar, John Cecil]] [https://www.familysearch.org/tree/person/details/MVKW-HND] - 1900(Eng)-1964(WA) - Licences: 6OR Perth (Fremantle, 1931-1939; Mosman Park, 1947-1960) - Qualifications: cc; AOCP 786, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Barracks, Fremantle, WA, 1925-1931; East Fremantle, WA, 1936-1937; Mosman Park, WA, 1949-1963) ===''HOARE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Hoare|Hoare, Peter]] [https://www.familysearch.org/tree/person/details/G99K-6N4] - 1895(NSW)-1975(NSW) - 2PH Gosford (1925-1927), amateur operator (AOCP 82, 1925, No. ?? in NSW), amateur broadcaster, railway signalman * [[/Pierce Mark Hoare|Hoare, Pierce Mark]] - 1895(NSW)-1988(NSW) - 2SL Lismore (1934-1980+), amateur operator (AOCP 1227, 1933, No. ?? in NSW), amateur broadcaster, radio clubs (Richmond River Listeners' League) ===''HOBART-DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Hobart-Duff, William Vere see Duff, William Vere Hobart]] ===''HOBCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hurtle Horace Hobcroft|Hobcroft, Hurtle Horace]] [https://www.familysearch.org/tree/person/details/G8WZ-G5T] - 1899(SA)-1993(SA) - Licences: 5RE Adelaide (West Brunswick, 1928); 5RE Renmark (1931-1939, 1946-1956); 5RE Adelaide (Linden Park, 1960-1969) - Qualifications: cc; AOCP 420, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW1; WW2 - Relationships: Father of Rex Kelvin Hobcroft - Electoral Rolls: clerk (Carlton North, 1925-1926; Brunswick West, 1928); horticulturalist (Renmark, 1939-1943) ===''HOBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Forde Hobler|Hobler, Cecil Forde]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: solicitor (Barcaldine, 1928) - Relationships: cousin of 4DO Harold Learmonth Hobler? * [[/Harold Learmonth Hobler|Hobler, Harold Learmonth]] [https://www.familysearch.org/tree/person/details/LRKZ-8N1] - 1906(Qld)-1984(Qld) - Licences: 1217 Rockhampton (1921-1924); 4DO Receive Rockhampton (1923); 4DO Rockhampton (1925-1939, 1946-1980+) - Qualifications: cc; AOCP 110, 1925, No. 12 in Qld; CPRT 1003, 1928 - amateur operator; amateur broadcaster; radio club (WIAQ, JOTA); business proprietor (picture theatre), WW2 - Electoral Rolls: theatre manager (Rockhampton, 1930-1937); theatre proprietor (Rockhampton, 1943); soldier (Bulimba, 1943); theatre proprietor (Rockhampton, 1949); theatre manager (Rockhampton, 1958-1963); property owner (Rockhampton North, 1968-1977) - Relationships: cousin of Cecil Forde Hobler? ===''HODDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Hodder|Hodder, Clarence William]] [https://www.familysearch.org/tree/person/details/GXLK-ZRC] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Parkside, 1923); Receive Adelaide (Parkside, 1923); 5LY Adelaide (Parkside, 1934-1939, 1947; Bridgewater, 1948-1980) - Qualifications: cc; AOCP 1354, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: moulder (Parkside, SA, 1939-1943) ===''HODDINOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Hoddinott|Hoddinott, Francis William]] [https://www.familysearch.org/tree/person/details/9N4Q-3X7] - 1886(Vic)-1972(Qld) - Licences: Receive Brisbane (Eagle Junction, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Rockville Estate, Toowoomba, Qld, 1908; Toowoomba, Qld, 1912; Sandgate, Qld, 1919; Eagle Junction, Qld, 1921-1943; West End, 1949); retired (Tamborine Mountain, Qld, 1958-1963; Hendra, Qld, 1968) ===''HODGKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Charles Hodgkinson|Hodgkinson, Francis Charles]] [https://www.familysearch.org/tree/person/details/GDBM-J4S] - 1906(???)-1977(???) - Licences: Receive (Crystal) Ulverstone (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: jeweller's assistant (Ulverstone, 1928-1949); watchmaker (Ulverstone, 1954) ===''HODSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Hodson|Hodson, Victor]] [https://www.familysearch.org/tree/person/details/GXQ5-DV2] - 1890(SA)-1917(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 145, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified ===''HOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hoe|Hoe, Frederick]] [https://www.familysearch.org/tree/person/details/GS4Q-CSG] - 1886(Vic)-1976(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer; business proprietor (Fred Hoe and Sons) - Relationships: Father of 4FO Fred Hoe - Electoral Rolls: engineer (Fortitude Valley, Qld, 1913; Yeronga, Qld, 1916-1919); manager (Yeronga, Qld, 1921-1972) * [[/Fred Hoe|Hoe, Fred]] [https://www.familysearch.org/tree/person/details/G796-MWK] - 1913(Vic)-1984(Qld) - Licences: 4FO Brisbane (Yeronga, 1933-1939; Annerley, 1946-1954) - Qualifications: cc; AOLCP 53, 1931; AOCP 1188, 1933, Qld - amateur operator; amateur broadcaster; employment (Edgar V. Hudson); business proprietor (Fred Hoe and Sons) - Relationships: Son of Frederick Hoe - Electoral Rolls: radio engineer (Yeronga, Qld, 1936-1937); general manager (Annerley, Qld, 1949); business manager (Salisbury, Qld, 1954); manager (Buranda, Qld, 1954-1963; Burleigh Heads, Qld, 1968); company director (Holland Park West, Qld, 1972-1980) ===''HOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hogg|Hogg, Stanley]] [https://www.familysearch.org/tree/person/details/GXBD-TCR] - 1908(Eng)-1987(WA) - Licences: 6SG Harvey (1934-1939) - Qualifications: cc; AOCP 1382, 1934, WA; BOCP 142, 1938; 2COCP 240, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: milk tester (Harvey, WA, 1930-1937); radio operator (AAMS Wireless Station, Kalgoorlie, WA, 1943); engineer (Nedlands, WA, 1949); aircraft engineer (Kewdale, WA, 1954-1968; Belmont, WA, 1972); retired (Coodanup, WA, 1977; Mandurah, WA, 1980) ===''HOLLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Evan Holland|Holland, Albert John Evan]] [https://www.familysearch.org/tree/person/details/GZQW-VBH] - 1896(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; AOCP 12, 1924, No. 3 in Vic - amateur operator; amateur broadcaster - Relationships: brother of 3JH Frank Henry James Holland - Electoral Rolls: draftsman (Moonee Ponds, 1922-1925; Essendon, 1926); engineer (Essendon, 1928-1931; Camberwell, 1936-1954); nil (Nunawading, 1963) * [[/Frank Henry James Holland|Holland, Frank Henry James]] [https://www.familysearch.org/tree/person/details/GZQW-S1W] - 1899(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; CPRT 596, 1920 - amateur operator; amateur broadcaster - Comment: well placed in Trans-Pacific Tests 1923 despite inferior equipment - Relationships: brother of 3JH Albert John Evan Holland - Electoral Rolls: wireless instructor (Moonee Ponds, 1922-1925); boot repairer (Essendon, 1926-1928); labourer (North Essendon, 1931); boot repairer (Olinda, 1934-1943); postal clerk (Sandringham, 1949); clerk (Heidelberg, 1954-1968) * [[/Ronald Weymouth Holland|Holland, Ronald Weymouth "Ron"]] - 1914(???)-1983(Qld) - 4AQ Brisbane (Coorparoo, 1946-1980+), amateur operator (AOCP 2392, 1939, No. ?? in Qld) ===''HOLLOWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hart Holloway|Holloway, William Hart]] [https://www.familysearch.org/tree/person/details/GXQ5-HRT] - 1876(Eng)-1950(Tas) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 20, 1914; 1COCP 41, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: agent (Brunswick, Vic, 1909; Whitemark, Flinders Island, 1914-1919); wireless operator (Broome, 1918-1922); O.J.C. Radio (Camberwell, 1924-1926); radio officer (Thursday Island, 1928); officer-in-charge (Radio Station, Emita, Flinders Island, 1936-1937); farmer (Lady Barron, 1943-1949) ===''HOLST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Owen Holst|Holst, Arnold Owen]] [https://www.familysearch.org/tree/person/details/GZ6V-ZPD] - 1898(Vic)-1975(Vic) - Licences: XPH Melbourne (Caulfield, 1913-1914); 3OH Melbourne (Toorak, 1956-1975) - Qualifications: Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster (through brother Hector's station 3BY); electrician - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: sharebroker (Camberwell, 1922-1934; Toorak, 1935-1972) * [[/Hector James Holst|Holst, Hector James]] [https://www.familysearch.org/tree/person/details/GZ6V-X23] - 1903(Vic)-1954(Vic) - Licences: 3BY Receive Melbourne (Caulfield, 1922); 3BY Melbourne (Caulfield, 1923-1954) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: engineer (Caulfield, 1925-1954) * [[/Otto Holst|Holst, Otto]] [https://www.familysearch.org/tree/person/details/GZ6V-2M7] - 1906(Vic)-1967(Vic) - Licences: 3BY Melbourne (Caulfield, 1955-1967) - Qualifications: cc; AOCP 79, 1925, No. ?? in Vic - amateur operator; amateur broadcaster (through brother Hector's station 3BY) - took over 3BY callsign after passing of brother Hector James Holst in 1954 - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: radio engineer (Caulfield, 1928-1963) ===''HOLT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Molineux Holt|Holt, Bernard Molineux]] [https://www.familysearch.org/tree/person/details/LDQR-MJP] - 1883(NZ)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - president WIA WA; witness to Royal Commission 1927 (obo WIA WA) - Electoral Rolls: electrical engineer (Claremont, 1910-1914; Osborne, 1917-1954) ===''HOMBERG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. G. Homberg|Homberg, S. G.]] - 19??(???)-19??(???) - Licences: 3RG Melbourne (Malvern, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Morten Honnor|Honnor, John Morten]] [https://www.familysearch.org/tree/person/details/KCNV-ZM6] - 1900(SA)-1987(Vic) - Licences: 5AE Adelaide (Prospect, 1923-1931) - Qualifications: cc; AOCP 192, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Knoxville, SA, 1939-1941); RAAF (Ballarat, Vic, 1942); instructor (Hampton, 1949; Bentleigh, 1954-1980) ===''HOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Hamilton Hood|Hood, John George Hamilton]] [https://www.familysearch.org/tree/person/details/G772-RK8] - 1904(NSW)-1971(Vic) - 3BP Receive Melbourne (South Yarra, 1922); 3BP Melbourne (East St Kilda, 1923-1933; Toorak, 1937-1939) - Qualifications: cc; AOCP 182, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (East St Kilda, 1925-1931); draughtsman (Toorak, 1934-1937; Malvern, 1943-1967) ===''HOOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel George Alfred Hooke|Hooke, Lionel George Alfred]] [https://www.familysearch.org/tree/person/details/G8NK-KDV] - 1895(Vic)-1974(NSW) - Licences: 3M? Melbourne - Qualifications: CPRTelephony 529, 1920 - amateur operator, amateur broadcaster, early wireless experimenter, ship wireless operator (Aurora, 1914, support Shackleton's expedition), radio clubs (IRE Aust), business (AWA, senior management), honours (knighted, 1937) - Electoral Rolls: wireless (Brighton, Vic, 1921-1927); business manager (Neutral Bay, 1933); manager (Killara, NSW, 1936-1972) - [https://adb.anu.edu.au/biography/hooke-sir-lionel-george-alfred-10536 ADB] ===''HOOKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Theodore Hooker|Hooker, Walter Theodore]] [https://www.familysearch.org/tree/person/details/GD1W-QB5] - 1901(St Kitts)-1949(Tas) - Licences: 7JH Hobart (New Town, 1933-1939); 7JH Waddamanna (1946-1948) - Qualifications: cc; AOCP 1161, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart North, 1922); electrical engineer (New Town, 1928); electrician (New Town, 1936); engineer (Waddamanna, 1937-1943) ===''HOOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Wallbank Hooper|Hooper, Allan Wallbank]] [https://www.familysearch.org/tree/person/details/LB8M-VJG] - 1898(SA)-1960(NSW) - Licences: 4KR Willis Island (1933) - Qualifications: cc; CPRT 432, 1919; 2COCP 8, 1929; 1COCP 127, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: unemployed (Manly, NSW, 1949); telegraphist (Little Bay, NSW, 1949; Yarra Bay, NSW, 1954-1958) ===''HOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyndsay Arthur Hope|Hope, Lyndsay Arthur]] [https://www.familysearch.org/tree/person/details/LKYX-575] - 1906(Tas)-1997(Tas) - Licences: 7LA Launceston (1925-1927+) - Qualifications: cc; AOCP 188, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; broadcast engineer; WW2; gave up experimental callsign for use by his Class B licence, 7LA Launceston - Relationships: brother of 7RS Ronald Springfield Hope - Electoral Rolls: bank clerk (Launceston, 1928); bank officer (Ulverstone, 1936); accountant (Scottsdale, 1949; Bridport, 1954-1972) * [[/Ronald Springford Hope|Hope, Ronald Springford]] [https://www.familysearch.org/tree/person/details/LTCW-PDG] - 1909(Tas)-1985(NSW) - Licences: 7RS Launceston (1926-1927); 7RS Hobart (City, 1931; Sandy Bay, 1933+) - Qualifications: cc; AOCP 263, 1926, No. ?? in Tas; AOLCP 75, 1932; ROCP N1832, 1976 - amateur operator; amateur broadcaster; broadcast engineer (designed & constructed transmission systems for 7HO Hobart & 7UV Ulverstone); later employed by STC England - Relationships: brother of 7LA Lyndsay Arthur Hope - Electoral Rolls: broadcast engineer (Queensborough, Tas, 1936); not specified (Finchley, Eng, 1936-1938); engineer (Thornleigh, NSW, 1949-1954); company director (Beecroft, NSW, 1958-1980) ===''HOPKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alfred Hopkins|Hopkins, Edward Alfred]] [https://www.familysearch.org/tree/person/details/GM4D-3QJ] - 1902(Tas)-1992(NSW) - Licences: Receive Moonah (1923) - Qualifications: cc; 3COCP 4858, 1964 - amateur receiver - Electoral Rolls: electrician (Moonah, 1928); engineer (Milson's Point, 1936-1943); electrical engineer (Wollstonecraft, 1949-1954); engineer (Wollstonecraft, 1958-1980) ===''HORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin John Horan|Horan, Kevin John "Ken"]] [https://www.familysearch.org/tree/person/details/G8V9-FTZ] - 1912(SA)-2002(SA) - Licences: 5DQ Adelaide (Parkside, 1930-1931; Unley, 1933); 2AJU Broken Hill (1938-1939); 5DQ Adelaide (Flinders Park, 1947-1960; Grange, 1965-1969); 3ZD Melbourne (Glen Waverley, 1975); 5IT Adelaide (Fulham, 1980) - Qualifications: cc; AOCP 672, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Clovelly, NSW, 1943); manager (Glen Waverley, 1972-1977) ===''HORN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Horn|Horn, David]] [https://www.familysearch.org/tree/person/details/GS41-9K4] - 1909(Qld)-1962(Qld) - Licences: 4DN Tara (1937-1939) - Qualifications: cc; AOCP 2021, 1937, Qld; BOCP 578, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: medical practitioner (Somerset Dam, Qld, 1936-1937; Baralba, Qld, 1943); radio engineer (Toowoomba, Qld, 1949); medical practitioner (Toowoomba, Qld, 1954) * [[/Irvan James Horn|Horn, Irvan James or James Irwin]] [https://www.familysearch.org/tree/person/details/G8WF-GB6] - 1905(WA)-19??(???) - Licences: 6JH Perth (City, 1928, 1937-1939); 3HX Melbourne (South Melbourne, 1965) - Qualifications: cc; AOCP 427, 1928, No. ?? in WA; 2COCP 29, 1935; 1COCP, 127, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Perth, WA, 1936-1937); wireless officer (Subiaco, WA, 1943); electrical contractor (Subiaco, WA, 1949); contractor (Albert Park, Vic, 1949); electrical contractor (Albert Park, Vic, 1963); retired (West Perth, WA, 1977; Subiaco, WA, 1980) ===''HORROCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Samuel Blake Horrocks|Horrocks, George Samuel Blake]] [https://www.familysearch.org/tree/person/details/GF94-19M] - 1911(WA)-1966(Vic) - Licences: 6GS Harvey (1932-1939, 1947-1948); 6GS Wagin (1954-1955) - Qualifications: cc; AOCP 919, 1932, No. ?? in WA; BOCP 1154, 1950; TVOCP 61, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: engine driver (Harvey, WA, 1936-1949); radio technician (Mt Lawley, WA, 1954); technician (Bentleigh North, Vic, 1963) ===''HOSKEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Dryden Hosken|Hosken, Arthur John Dryden]] [https://www.familysearch.org/tree/person/details/L6KH-BX8] - 1889(Eng)-1966(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 727, 1922 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: seaman (Williamstown, 1914-1919); Amalgamated Wireless (Darwin, 1922) * [[/Stanley Victor Hosken|Hosken, Stanley Victor]] [https://www.familysearch.org/tree/person/details/9HWQ-MGG] - 1894(Vic)-1971(Vic) - Licences: 3MP Receive Melbourne (Hawthorn, 1923); 3MP Melbourne (Hawthorn, 1923-1924; Surrey Hills, 1925-1933; Broadmeadows, 1934-1939; St Albans, 1946-1955; Hawthorn, 1956-1965; Mitcham, 1969) - Qualifications: cc; AOCP 6, 1924, No. 2 in Vic - amateur operator; amateur broadcaster; broadcast engineer (3AR, 3LO) - Electoral Rolls: civil servant (Hawthorn, 1919-1924); electrical engineer (Surrey Hills, Vic, 1925-1931); senior mechanic PMGD (3AR station, Broadmeadows, 1936-1937); civil servant (3AR Station, St Albans, 1942-1954); nil (Hawthorn, 1963-1967; Mitcham, 1968) ===''HOSKING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Piere Hosking|Hosking, Aubrey Piere]] [https://www.familysearch.org/tree/person/details/GDYV-D7R] - 1891(South Africa)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 376, 1918; 1COCP 117, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIT Townsville (1917-1918) - Electoral Rolls: wireless operator (Townsville, 1919); telegraphist (South Yarra, Vic, 1921-1922); radio telegraphist (Canterbury, Vic, 1924); sales manager (Canterbury, Vic, 1925-1926; Balwyn, Vic, 1928; Lindfield, NSW, 1930-1963) ===''HOSKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stark Hoskins|Hoskins, John Stark]] [https://www.familysearch.org/tree/person/details/G61K-FZ3] - 1891(NZ)-1987(Eng) - Licences: Nil yet identified - Qualifications: cc; CPRT 147, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: business manager (Claremont, WA, 1929) ===''HOWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Earl Stephen Howard|Howard, Earl Stephen]] [https://www.familysearch.org/tree/person/details/GQMV-XQL] - 1895(Tas)-1938(Vic) - Licences: 7ET Hobart (Moonah, 1928-1931) - Qualifications: cc; AOCP 470, 1928, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: clerk (Hobart, 1919-1922; Moonah, 1928-1936) ===''HOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Maxwell Howden|Howden, John Maxwell]] [https://www.familysearch.org/tree/person/details/GH2L-7LN] - 1929(Vic)-2017(Vic) - Licences: 3ZCH Melbourne (Burwood, 1956; Box Hill 1960-1975); 3BQX Melbourne (Box Hill, 1980+) - Qualifications: AOLCP 187, 1956; AOCP V610, 1979 - amateur operator - Relationships: son of 3BQ Walter Francis Maxwell Howden - Electoral Rolls: * [[/Walter Francis Maxwell Howden|Howden, Walter Francis Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/G43K-1TC] - 1899(Vic)-1980(Vic) - Licences: No 19 Receive Melbourne (Box Hill, 1920); V140 Receive Melbourne (Box Hill, 1921); 3BQ Receive Melbourne (Box Hill, 1922); 3BQ Melbourne (Box Hill, 1923-1927; Canterbury, 1928-1939 & 1946-1975+); 3ABQ Melbourne (portable, "Canterbury", 1947-1956) - Qualifications: AOCP 114, 1925, No. ?? in Vic - amateur operator, amateur broadcaster, first to QSO USA; first to QSO England, first on telegraphy, then telephony; journalist (Listener In); Bright Star Crystals 1930s-1950s; QSLs: substantial portion of QSL collection survives at NFSA (1800+) - Relationships: father of 3ZCH/3BQX John Maxwell Howden - Electoral Rolls: student (Box Hill, 1924-1927); wireless engineer (Ringwood, 1928); engineer (Camberwell, 1931-1954) - Links: [http://messui.polygonal-moogle.com/valves/NW199611.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199612.pdf EA2] ===''HOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph Howe|Howe, John Joseph]] [https://www.familysearch.org/tree/person/details/LD83-QNG] - 1886(Irl)-1949(Tas) - Licences: Nil yet identified - Qualifications: cc; CPRT 117, 1915; 1COCP 15, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918) - Electoral Rolls: radio telegraphist (Cooktown, 1916-1917); wireless operator (Pinkenba, Qld, 1919; Moonah, Tas, 1922; New Town, Tas, 1928-1943) * [[/Raymond Raine Howe|Howe, Raymond Raine "Ray"]] [https://www.familysearch.org/tree/person/details/GXHH-KJN] - 1919(Qld)-1984(NSW) - Licences: 4RH Bundaberg (1936-1939); 2ARH Sydney (Vaucluse, 1946-1955; Epping, 1956-1960); 3YH Melbourne (Mt Waverley, 1965-1969) - Qualifications: AOCP 1812, 1936, No. ?? in Qld; 3AIR 1009, 1947 - amateur operator; amateur broadcaster; broadcast engineer (4BU); military (RAAF, career, Wing-Commander) - Electoral Rolls: Wireless Operator (Richmond, NSW, 1943); RAAF (Vaucluse, NSW, 1949); RAAF officer (Campbell, ACT, 1963); RAAF (Syndal, Vic, 1967); RAAF officer (Dickson, ACT, 1972-1977); retired (Narrawallee, NSW, 1980) ===''HOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Montague Howlett|Howlett, Arthur Montague]] [https://www.familysearch.org/tree/person/details/GZPZ-NWZ] - 1882(Eng)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 130, 1915; 2COCP 253, 1930 - RANRS (Warrant Telegraphist, 1918) - Electoral Rolls: radio engineer operator (Esperance, 1916); warrant officer R.A.N.R.S. (Thursday Island, 1919); radio telegraphist (Rockhampton, 1925-1931; Clayfield, Qld, 1936); wireless operator (Clayfield, 1943-1954); retired (Clayfield, Qld, 1958) ===''HUBSHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lassalle Paul Hubsher|Hubscher or Hubsher, Lassalle Paul "Paul"]] [https://www.familysearch.org/tree/person/details/GXWF-8DP] - 1913(Qld)-1971(Qld) - Licences: 4UL Brisbane (Bulimba, 1936-1939; Annerley, 1946-1969+) - Qualifications: cc; AOCP 1578, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor); part of the "U" gang; Evans Deakin engineering - Electoral Rolls: fitter & turner (Valley, Qld, 1936-1937); draftsman (Annerley, 1943-1968) ===''HUDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Henry Hudson|Hudson, William Henry]] [https://www.familysearch.org/tree/person/details/K4BR-1P4] - 1895(NSW)-1972(NSW) - Licences: XBO Sydney (Dulwich Hill, 1913-1914); 2PO Receive Sydney (Marrickville, 1923); 2AR Sydney (Dulwich Hill, 1922-1969) - Qualifications: cc; AOCP 18, 1924, No. 8 in NSW - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: bootmaker (Dulwich Hill, 1930-1963) - Comment: beware, several contemporaneous WHHs ===''HUEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Meredyth Huey|Huey, Richard Meredyth]] [https://www.familysearch.org/tree/person/details/G8WP-Y1Z] - 1913(NSW)-1995(NSW) - Licences: 2HU Sydney (Chatswood, 1928-1931; Cronulla, 1933-1937); 3UE Melbourne (Hawthorn East, 1938-1939); 2AHU Sydney (Sylvania, 1980) - Qualifications: AOCP 437, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Cronulla, 1935-1937); army officer (Melbourne, 1943); engineer (West Pennant Hills, 1949; Pennant Hills, 1954; Edgecliff, 1958-1963; Sylvania, 1977-1980); retired (Mittagong, 1980) ===''HUGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Roy Huggins|Huggins, David Roy]] [https://www.familysearch.org/tree/person/details/GDW3-LXL] - 1892(NSW)-1976(NSW) - Licences: 2ZW Sydney (Neutral Bay, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: organ builder (Petersham, 1913); piano maker (Neutral Bay, 1930-1968); builder (Cremorne, 1972) ===''HUGHES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Alan Hughes|Hughes, Clive Alan]] [https://www.familysearch.org/tree/person/details/G8MV-3XQ] - 1900(Vic)-1966(Vic) - Licences: 3CA Ararat (1927); 3CA Melbourne (Williamstown, 1931-1939, 1946-1965) - Qualifications: AOCP 343, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Williamstown, 1924-1928); schoolmaster (Williamstown, 1936-1963) * [[/George Herbert Hughes|Hughes, George Herbert]] [https://www.familysearch.org/tree/person/details/GXZT-4JB] - 1909(Qld)-1997(Qld) - Licences: 4HU Brisbane (Windsor, 1937-1939; Annerley, 1947-1954) - Qualifications: cc; AOCP 1929, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: store keeper (Windsor, Qld, 1934-1937); branch manager (Annerley, Qld, 1943-1958); technician (Tarragindi, Qld, 1963-1980) ===''HUGO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald William Stuart Hugo|Hugo, Ronald William Stuart or Stewart (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GFMZ-CLZ] - 1910(WA)-1978(WA) - Licences: 6KW Perth (Subiaco, 1938-1939, 1947-1960; Floreat Park, 1965-1975) - Qualifications: cc; AOCP 2081, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Subiaco, WA, 1931-1934); salesman (Subiaco, WA, 1936-1963); manager (Floreat Park, WA, 1968-1977) ===''HULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Galbraith Hull|Hull, Allan Galbraith "Braith"]] [https://www.familysearch.org/tree/person/details/GWQD-PTY] - 1905(Vic)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - journalist (Wireless Weekly, editor; Radio and Hobbies, editor 1939; Australasian Radio World, editor 1940-1950) - Relationships: brother of William Howard Hull & 3JU Ross Amos Hull - Electoral Rolls: sales (St Kilda, Vic, 1926-1927); radio engineer (Darlinghurst, 1931); journalist (Northbridge, NSW, 1934; Bondi, NSW, 1935-1936); engineer (Rose Bay, 1937); manager (Malvern, 1942); journalist (Mornington, 1949); publisher (Sandringham, 1954); printer (Oakleigh, 1958-1963; Chadstone, 1967-1968; Glen Iris, 1972; Mt Waverley, 1977-1980) * [[/Frederick Atherley Hull|Hull, Frederick Atherley]] [https://www.familysearch.org/tree/person/details/GZ5M-MT9] - 1906(NZL)-1997(WA) - Licences: 6FH Pingrup (1930-1931); 6FH Port Hedland (1937-1939, 1946-1956); 6FH Perth (Claremont, 1960-1975; Nedlands, 1980+) - Qualifications: cc; CRPT 1139, 1929; 2COCP 271, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Perth, 1929); radio operator (Port Hedland, 1937-1954); unemployed (Claremont, 1958); technical officer (Claremont, 1963-1972; Nedlands, 1977-1980) - Relationships: brother of 6RH Raymond Alfred Hull * [[/George Maxwell Hull|Hull, George Maxwell]] [https://www.familysearch.org/tree/person/details/L6LQ-S44] - 1916(Vic)-1987(Vic) - Licences: 3ZS Melbourne (Canterbury, 1946-1980+) - Qualifications: cc; AOCP 2307, 1939, Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Canterbury, 1943); proprietor (Canterbury, 1949-1980) * [[/Raymond Alfred Hull|Hull, Raymond Alfred]] [https://www.familysearch.org/tree/person/details/GZP1-BSL] - 1908(NZ)-1967(WA) - Licences: 6RH Pingrup (1929-1931); 6RH Perth (Wembley, 1937; Mt Hawthorn, 1939) - Qualifications: cc; AOCP 558, 1929, No. ?? in WA; 2COCP 590, 1942 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, 1934); traveller (Subiaco, 1949); sales director (Victoria Park, 1958-1963) - Relationships: brother of 6FH Frederick Atherley Hull * [[/Ross Amos Hull|Hull, Ross Amos]] [https://www.familysearch.org/tree/person/details/GWQD-P5W] - 1902(Vic)-1938(USA) - Licences: 3JU Melbourne (St Kilda, 1922-1925) - Qualifications: Nil yet identified - amateur broadcaster; radio clubs (WIA Vic Kew, president, 1923); journalist (Wireless Weekly, technical editor; QST, technical editor) - Relationships: brother of William Howard Hull & Allan Galbraith Hull - Electoral Rolls: draftsman (St Kilda, 1924-1925) - Comment: Gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW198902.pdf EA] * [[/William Howard Hull|Hull, William Howard]] [https://www.familysearch.org/tree/person/details/G7WJ-723] - 1891(Tas)-1955(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Relationships: brother of 3JU Ross Amos Hull & Allan Galbraith Hull - Electoral Rolls: electrical engineer (Cobungra, 1914-1915); engineer (Armadale, 1921; Brighton, 1922-1931; Caulfield, 1934-1949); retired (Beaconsfield Upper, 1954) ===''HUME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest James Hume|Hume, Ernest James]] [https://www.familysearch.org/tree/person/details/GZYR-TZM] - 1869(Vic)-1929(SA) - Licences: Nil - Qualifications: AOCP ??, 19??, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: - Relationships: wife of Stella Leonora Harriet Hume nee Jeremy; son of James Hill Hume, father of Ernest Jeremy Hume * [[/Ernest Jeremy Hume|Hume, Ernest Jeremy]] [https://www.familysearch.org/tree/person/details/GZYT-727] - 1906(SA)-1988(Vic) - Licences: Nil - Qualifications: Nil - chief engineer 5DN - Electoral Rolls: engineer (North Unley, 1939-1941; Oakleigh, Vic, 1949-1963; Carnegie, 1968-1977) - Relationships: grandson of James Hill Hume, son of Ernest James Hume and Stella Leonora Harriet Hume nee Jeremy * [[/Geoffrey Vincent Hume|Hume, Geoffrey Vincent]] [https://www.familysearch.org/tree/person/details/GQCL-NM1] - 1909(NSW)-1998(NSW) - Licences: 2GV Sydney (Cremorne, 1927-1930); 2AMD Sydney (Mosman, 1939) - Qualifications: AOCP 365, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio technician (Neutral Bay, 1930-1936; Mosman, 1937); RAAF (Ballarat, 1942); clerk (Turramurra, 1949); technical assistant (Pymble, 1954-1980) * [[/James Hill Hume|Hume, James Hill]] [https://www.familysearch.org/tree/person/details/GZYT-SLD] - 1822(??)-1887(Vic) - Licences: Nil - Qualifications: Nil - alleged very early wireless experimenter - Electoral Rolls: - Relationships: father of Ernest James Hume; father-in-law of Stella Leonora Harriet Hume nee Jeremy; grandfather of Ernest Jeremy Hume * [[/Stella Leonora Harriet Jeremy|Hume nee Jeremy, Stella Leonora Harriet]] [https://www.familysearch.org/tree/person/details/GZYT-33D] - 1882(Vic)-1953(NSW) - Licences: Nil - Qualifications: Nil - radio announcer (early 5DN) - Electoral Rolls: - Relationships: wife of Ernest James Hume; daughter-in-law of James Hill Hume; mother of Ernest Jeremy Hume ===''HUMPHRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] - See Innis Jane Lovett Spotswood 4JH * [[/Jack Lawrence Humphry|Humphry, Jack Lawrence]] [https://www.familysearch.org/tree/person/details/M7P4-M7M] - 1889(Qld)-1953(Qld) - Licences: 4JK Poopoonbah via Giru (1934-1939) - Qualifications: cc; AOCP 1349, 1934, Qld - amateur operator; amateur broadcaster; WW1 - Relationships: Husband of 4JH Innis Jane Lovett Humphry nee Spotswood - Electoral Rolls: farmer (Hodel, Ayr, Qld, 1912-1937; Poopoonbah, 1949-1954) ===''HUNT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Alexander Hunt|Hunt, Joseph Alexander]] [https://www.familysearch.org/tree/person/details/GFM1-9MM] - 1912(WA)-2002(WA) - Licences: 6JA Perth (Maylands, 1938-1939); 6JD Perth (Rockingham, 1960) - Qualifications: cc; AOCP 2112, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1936; Maylands, WA, 1937-1949); retired (Rockingham, WA, 1972) ===''HUPPATZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Huppatz|Huppatz, William George]] [https://www.familysearch.org/tree/person/details/MWTP-DF5] - 1900(Vic)-1970(SA) - Licences: 5GW Cowandilla (1931-1933); 5GW Naracoorte (1937-1939) - Qualifications: cc; AOCP 801, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Naracoorte, SA, 1939); engineer (Cowandilla, 1941-1943) ===''HURLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Hurll|Hurll, Norman James]] [https://www.familysearch.org/tree/person/details/GZXC-BFF] - 1904(NSW)-2003(Qld, 98yo) - Licences: 2BC Sydney (Killara, 1924-1930); 4NJ Tallebudgera Creek (1931-1935); 2HJ Sydney (Killara, 1935-1937; Roseville, 1938-1939); 2IN?/2DKH Sydney (1980+) - Qualifications: cc; AOCP 96, 1925, No. ?? in NSW - amateur operator, amateur broadcaster, military (WW2, CMF, CINT), business proprietor (Gas Light Engineering) - Electoral Rolls: engineer (Killara, 1930); merchant (Killara, 1936-1937); soldier (Strathfield, 1943); company manager (Burwood, 1949-1963); Managing Director (Killara, 1968); Director (Killara, 1972-1980) ===''HURRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Bruce Hurry|Hurry, Ronald Bruce]] [https://www.familysearch.org/tree/person/details/G8V2-G1C] - 1911(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 693, 1930, No. ?? in ?? - amateur operator?, amateur broadcaster?, electrical engineer, teacher - Electoral Rolls: Nil yet identified ===''HUSBAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Errol Husband|Husband, Norman Errol]] [https://www.familysearch.org/tree/person/details/L6F7-N7B] - 1893(Qld)-1961(NSW) - Licences: XABY Sydney (North Sydney, 1913-1914); 4CV Receive Charters Towers (1923); 4CV Charters Towers (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: motor engineer (Charters Towers, 1917-1922; Mackay, 1925-1937); engineer (Darlinghurst, 1949-1958) ===''HUTCHINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Thomas Edwards Hutchings|Hutchings, Allan Thomas Edwards]] [https://www.familysearch.org/tree/person/details/M7GB-2TM] - 1903(Vic)-1973(Vic) - Licences: 3HL Receive Callawadda (1922-1923); 3HL Callawadda (1924-1969) - Qualifications: cc; AOCP 65, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: son of 3HM Elizabeth Lilian Hutchings nee Edwards; brother of 3HQ Marjorie Lilian Williamson nee Hutchings - Electoral Rolls: farmer (Callawadda, 1927-1972) * [[/Elizabeth Lilian Edwards| Hutchings nee Edwards, Elizabeth Lilian]] [https://www.familysearch.org/tree/person/details/M7GB-25T] - 1877(Vic)-1943(Vic) - Licences: 3HM Callawadda (1932-1939) - Qualifications: cc; AOCP 509, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1926-1942) - Relationships: mother of 3HL Allan Thomas Edwards Hutchings and 3HQ Marjorie Lilian Williamson nee Hutchings - First woman in Australia to hold an amateur licence under the AOCP regime - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1925-1942) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Marjorie Lilian Hutchings|Williamson nee Hutchings, Marjorie Lilian]] [https://www.familysearch.org/tree/person/details/LB52-GSC] - 1912(Vic)-1988(Vic) - Licences: 3HQ Callawadda (1932-1939; 1946-1948); 3HQ Melbourne (Bentleigh, 1954-1980+) - Qualifications: cc; AOCP 1030, 1932, No. ?? in Vic - amateur operator, amateur broadcaster - Relationships: daughter of 3HM Elizabeth Lillian Hutchings nee Edwards; sister of 3HL Allan Thomas Edwards Hutchings - Electoral Rolls: home duties (Callawadda, 1934-1937); nurse (Alfred Hospital, Prahran, 1943); home duties (Callawadda, 1949; Bentleigh, 1949-1968) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''HUTCHINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Elwood Hutchinson|Hutchinson, Charles Elwood]] [https://www.familysearch.org/tree/person/details/G612-S6J] - 1894(Vic)-1942(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 728, 1922; 2COCP 278, 1930; 1COCP 307, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Esperance, 1919); radio telegraphist (Darwin, NT, 1922); telegraphist (Esperance, 1925-1931); radio telegraphist (Broome, WA, 1936-1937; Alberton, SA, 1939; Yatala, SA, 1941) * [[/John Victor Thomas Hutchison|Hutchison, John Victor Thomas]] [https://www.familysearch.org/tree/person/details/G89S-PY2] - 1907(NZ)-1975(NSW) - Licences: 2JH Sydney (Kirribilli, 1927-1937; West Ryde, 1938-1939; Croydon, 1946-1955; Bardwell Park, 1956-1965; Castle Cove, 1969-1975) - Qualifications: AOCP 374, 1927, No. ?? in NSW; CPRTelephony 1010, 1928 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Milson's Point, 1930-1937); laboratory assistant (Croydon, 1943-1949); radio technician (Bardwell Park, 1958-1968) ===''HUTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Hutson|Hutson, James William]] [https://www.familysearch.org/tree/person/details/G8N9-Z6J] - 1912(Vic)-1931(Vic) - Licences: 3JH Echuca (1930-1931) - Qualifications: AOCP 635, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon ===''HUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Hutton|Hutton, David]] [https://www.familysearch.org/tree/person/details/G8ZT-JXG] - 1912(Sct)-2003(NSW) - Licences: 2DH Abermain (1929-1934) - Qualifications: AOCP 551, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abermain, 1934-1963; Klworth, 1972-1977); retired (Klworth, 1980) ===''HYLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Philip Hyland|Hyland, Leonard Philip]] [https://www.familysearch.org/tree/person/details/K8N6-XLK] - 1903(Tas)-1942(Tas) - Licences: 7LP Hobart (City, 1936-1939) - Qualifications: cc; AOCP 1791, 1936, No. ?? in Tas; BOCP 271, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Hobart Central, 1928) - Comment: Passed on Duty; Gone too soon - Links: [https://www.themercury.com.au/news/tasmania/tasmania-fire-service-chief-chris-arnol-urges-everyone-to-reflect-on-the-selflessness-of-firefighters-in-the-pursuit-of-public-safety/news-story/59c6315bbf383ef9bb4e270d60cd9296 Mercury] =='''I'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''IKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William George Ikin|Ikin, William George]] [https://www.familysearch.org/tree/person/details/LWFZ-C37] - 1887(NSW)-1974(Vic) - Licences: 4SM Townsville (1925-1926); 4SM Brisbane (New Farm, 1927) - Qualifications: cc; AOCP 201, 1925, No. 18 in Qld - amateur operator; amateur broadcaster (dealer licence); WW1 - Electoral Rolls: mechanical engineer (Gladstone, 1913); engineer & electrician (Barcaldine, 1914); manager (Strand Motors, Townsville, 1925); motor mechanic (Mt Garnet, 1937-1949; Cardwell, 1949); farmer (Mareeba, 1954-1972) ===''INGLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Stanley Inglis|Inglis, Kenneth Stanley]] - 1929(Vic)-2017(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - historian (ABC); "This is the ABC"; "Whose ABC?" - Electoral Rolls: - Links: [[w:Ken Inglis|Wikipedia]] [https://www.tandfonline.com/doi/full/10.1080/1031461X.2018.1493961 Obit] ===''IRELAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Keith Ireland|Ireland, Leslie Keith "Keith"]] [https://www.familysearch.org/tree/person/details/LRMD-BPV] - 1908(SA)-1942(SA) - Licences: 5KR Mt Gambier (1933-1939) - Qualifications: cc; CPRT 950, 1927; AOLCP 60, 1932 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: radio dealer (Mt Gambier, SA, 1939-1941) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/633509 VWMA]; [https://www.awm.gov.au/collection/R1721431 AWM]; [https://aviationmuseumwa.org.au/afcraaf-roll/ireland-leslie-keith-47849/ AHM] ===''IRESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melville Charles Gladstone Ireson|Ireson, Melville Charles Gladstone]] [https://www.familysearch.org/tree/person/details/GMZT-ML6] - 1898(Vic)-1955(Vic) - Licences: 3ZY Kyneton (1931-1933); 3AIR Kyneton (1947-1955) - Qualifications: cc; AOCP 305, 1926, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Maldon, 1919); telegraphist (Ballarat, 1925); postal employee (Kyneton, 1931-1954) ===''IRVINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Irvine|Irvine, William]] - 1907(???)-19??(???) - Licences: 4IR Brisbane (Mitchelton, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1987, 1937, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous WIs - Electoral Rolls: Nil yet identified ===''IRVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Lawson Irving|Irving, Cyril Lawson]] [https://www.familysearch.org/tree/person/details/GXZT-65R] - 1912(Qld)-1992(Qld) - Licences: 4WL Brisbane (Annerley, 1933-1939) - Qualifications: cc; AOCP 1199, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Coorparoo, Qld, 1943-1980) ===''ISLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Clifford Isles|Isles, James William Clifford "Clifford"]] [https://www.familysearch.org/tree/person/details/LBVH-RV1] - 1894(Qld)-1967(Qld) - Licences: 4CC Receive Brisbane (Ascot, 1922); 4CC Brisbane (Ascot, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club member (QWI); business proprietor (Isles Love & Co, Allan & Stark); WW1 - Electoral Rolls: clerk (Hamilton, 1915-1937); manager (Hamilton, 1943-1958); director (Hamilton, 1963) ===''ISRAEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Samuel Israel|Israel, Morris Samuel]] [https://www.familysearch.org/tree/person/details/GZQ4-CBC] - 1896(Vic)-1965(Vic) - Licences: XMU Melbourne (St Kilda, 1913); 3ZN Melbourne (St Kilda, 1923-1924; Malvern, 1925-1926; Burwood, 1927); 3ZN Geelong, 1931-1933; 3ZN Melbourne (Burwood, 1937-1939, 1946-1955) - Qualifications: cc; AOCP 13, 1924, No. ?? in Vic; AOLCP 35, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcasting executive; WW2 - Electoral Rolls: soldier (St Kilda, 1919-1924); radio mechanic (Burwood, 1926-1928); broadcasting engineer (Geelong, 1931); engineer (Geelong North, 1936; Camberwell, 1937-1963); ===''IVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil Albert Ives|Ives, Cecil Albert]] [https://www.familysearch.org/tree/person/details/GZLJ-848] - 1916(SA)-1942(Vic) - Licences: 5AF Adelaide (Glenelg, 1935-1939) - Qualifications: cc; AOCP 1451, 1935, SA - amateur operator, amateur broadcaster; WW2 - Electoral Rolls: commercial artist (Glenelg, 1939-1943) - Sacrifice: "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/ives-cecil-albert-300407/] =='''J'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''JACKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil Jackson|Jackson, Alfred Cecil "Alf"]] [https://www.familysearch.org/tree/person/details/LDLP-F65] - 1900(NSW)-1972(NSW) - Licences: 4AJ Brisbane (Fairfield, 1931); 2BO Bangalow (1933) - Qualifications: cc; CPRT 620, 1921; 1COCP 67, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG, Brisbane Cmcls); state public servant (4QG) - Electoral Rolls: radio engineer (Fairfield, Qld, 1928-1931); farmer (Possum Creek, NSW, 1934-1937); mechanic (Fairfield, Qld, 1943-1954); farmer (O'Possum Creek via Bangalow, NSW, 1958-1963) * [[/Alfred George Jackson|Jackson, Alfred George]] [https://www.familysearch.org/tree/person/details/LY5P-2X1] - 1864(Eng)-1935(Qld) - Licences: 4DG Receive Brisbane (Wynnum, Qld, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; radio clubs (WIQ, QWI, WIAQ); electrical engineer - Relationships: father of Arthur Appleton Jackson - Electoral Rolls: electrical engineer (South Brisbane, Qld, 1903-1913); electrician (Wynnum, Qld, 1914-1934) * [[/Arthur Appleton Jackson|Jackson, Arthur Appleton]] [https://www.familysearch.org/tree/person/details/LY55-M8F] - 1891(Qld)-1985(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster; radio clubs (QWI, WIAQ); electrical engineer; business proprietor; Relationships: son of Alfred George Jackson - Electoral Rolls: electrical engineer (Wynnum, Qld, 1913-1914; Morningside, Qld, 1915-1919; Wynnum, Qld, 1919; South Brisbane, Qld, 1921-1968); retired (Hill End, Qld, 1972; Highgate Hill, Qld, 1977; Hopetoun Home, Oxley, Qld, 1980) * [[/James William Jackson|Jackson, James William "Jim"]] [https://www.familysearch.org/tree/person/details/G7FH-JCW] - 1916(Qld)-2011(Qld) - Licences: 4CN Brisbane (Cribb Island, 1938-1939; 1946-1969; Lawnton, 1975-1980) - Qualifications: cc; AOCP 2096, 1938, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); military (WW2,Northern Command Signals); farmer/electrician/radio & TV serviceman - Electoral Rolls: farmer (Cribb Island, Qld, 1937-1968); rubber worker (Lawnton, Qld 1972-1980) * [[/Thomas William Jackson|Jackson, Thomas William]] - 1830(Eng)-1918(Vic) - Deputy Postmaster-General Victoria ca 1880, clubs & societies (Telegraph Electrical Society Vic, member, ca 1880) ===''JAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Russell James|James, Brian Russell]] [https://www.familysearch.org/tree/person/details/GZLV-GXV] - 1920(SA)-1944(Europe) - Licences: 5BL Adelaide (1939) - Qualifications: AOCP 2293, 1939, SA - amateur operator, amateur broadcaster, WW2 (RAAF, 76 Squadron RAF, Flying Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://highgate-rsl.org.au/afcraaf-roll/james-brian-russell-417490/] * [[/Hector Keith James|James, Hector Keith]] [https://www.familysearch.org/tree/person/details/GZV7-WVL] - 1905(NSW)-1966(NSW) - Licences: 2XA Receive Sydney (Summer Hill, 1923); 2XA Sydney (Summer Hill, 1924-1933; Ashfield, 1934; Double Bay, 1935-1936; Coogee, 1937-1938; Woollahra, 1939; Summer Hill, 1948-1961) - Qualifications: cc; AOCP 183, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Summer Hill, 1930-1933), engineer (Edgecliff, 1936; Ashfield, 1949; Summer Hill, 1943-1963) * [[/Herbert Ronald James|James, Herbert Ronald]] [https://www.familysearch.org/tree/person/details/GDRD-1SM] - 1904(Vic)-1982(Vic) - Licences: 3LH Birchip (1931-1933); 3LH Drouin (1938-1939); 7LH Western Junction (1947); 7LH Launceston (1948); 3AJJ Melbourne (Deepdene, 1954); 3AJJ Lubeck (1955-1956); 3AJJ Braeside (1960); 3AJJ Rupanyup (1965-1969); 3AJJ Nowa Nowa (1975-1980) - Qualifications: cc; AOCP 813, 1931, Vic; BOCP 17, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Merbein, 1925); fitter & turner (Merbein, 1928-1931); radio engineer (Merbein, 1936); technician (Western Junction, Tas, 1949); radio engineer (Deepdene, 1954); technician (Rupanyup, 1963-1968); retired (Nowa Nowa, 1972-1980) * [[/R. James|James, R.]] - 19??(???)-19??(???) - Licences: XZE via Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified * [[/Thomas Reynolds James|James, Thomas Reynolds]] - 19??(???)-19??(???) - employment (Vic Posts & Telegraphs, worked on original Melbourne-Williamstown telegraph line 1854, later in charge of Melbourne Telegraph Office, but transferred to inspectorial work in 1879 due to disorganisation, reinstated in 1880) ===''JAMIESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Jamieson|Jamieson, Charles William]] [https://www.familysearch.org/tree/person/details/L4SY-YNQ] - 1896(Vic)-1971(Vic) - Licences: XJW Melbourne (St Kilda, 1913-1914); 3CJ Melbourne (East St Kilda, 1924-1926); 3XX Melbourne (East Malvern, 1954-1975) - Qualifications: cc; BOCP 130, 1937 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: engineer (St Kilda, 1921-1925); mechanic (Malvern, 1926-1968) * [[/John Edward Jamieson|Jamieson, John Edward]] [https://www.familysearch.org/tree/person/details/G8VS-M43] - 1910(WA)-1957(WA) - Licences: 6LA Perth (Beaconsfield, 1930-1933); 6LA Kalgoorlie (1938-1939) - Qualifications: cc; AOCP 673, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio salesman (Kalgoorlie, 1936-1937); salesman (Kalgoorlie, 1943); radio engineer (Kalgoorlie, 1949-1954) ===''JANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Harold Jansen|Jansen, Claud or Claude Harold]] [https://www.familysearch.org/tree/person/details/GDGS-9TN] - 1890(NSW)-1968(NSW) - Licences: V751 Receive Yarrawonga (1922); 3GW Receive Yarrawonga (1922)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: printer (Yarrawonga, 1913-1922); linotype engineer (Yarrawonga, 1924-1931); printer (Shepparton, 1934-1937); linotype operator (Albury, 1937-1949); engineer (Albury, 1954-1968) ===''JARDINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Jardine|Jardine, William Ronald]] [https://www.familysearch.org/tree/person/details/G8ZC-T63] - 1911(Vic)-1983(Vic) - Licences: 3PR Melbourne (Essendon, 1929-1933); 3PR Leongatha (1937-1939, 1946-1980+) - Qualifications: AOCP 533, 1929, No. ?? in Vic; AOLCP 108, 1933 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farm labourer (Craigieburn, 1934); dairy farmer (Leongatha, 1937-1954); salesman (Leongatha, 1963-1980) ===''JARMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Arthur Jarman|Jarman, Oswald Arthur]] [https://www.familysearch.org/tree/person/details/G612-K6Y] - 1894(SA)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 162, 1915; 1COCP 37, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Broome, WA, 1921-1922); telegraphist (Applecross, WA, 1925; Surrey Hills, Vic, 1928); supervisor (Bentley, Vic, 1931-1954) ===''JARVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jack Edwin Jarvis|Jarvis, Vincent Jack Edwin "Victor", "Vic"]] [https://www.familysearch.org/tree/person/details/GZ2K-6FP] - 1912(WA)-1941(Libya) - licences: 2VJ Orange (1930-1933), 2VJ Dubbo (1934), 2VJ Wellington (1935-1936), 2VJ Bathurst (1937), 2VJ Griffith (1938-1939) - qualifications: AOCP 695, 1930, No. ?? in NSW; BOCP 46, 1936 - amateur operator, amateur broadcaster (2VJ Wellington), broadcast engineer (2BS, 2RG), WW2 (RAAF, Rathmines Flying Boats Base, Palestine, Egypt, Libya) - electoral rolls: radio mechanic (Wellington, 1936), radio engineer (Bathurst, 1937), wireless operator (Rathmines, 1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/633817] ===''JEFFRYES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Harry Jeffryes|Jeffryes, Sydney Harry]] - 1884(Qld)-19??(???) - X?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), ship's wireless operator, member of the Australasian Antarctic Expedition 1911-1914 ===''JEFFS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jeffs|Jeffs, Vincent]] [https://www.familysearch.org/tree/person/details/GX4T-4M8] - 1912?(???)-1970(Qld) - Licences: 4VJ Brisbane (Taringa, 1931-1933; City, 1934-1939, 1946; Gordon Park, 1948-1969) - Qualifications: cc; AOCP 753, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio cub (WIAQ, life member, lecturer, code instructor, field days, JOTA, conventions, operator 4WI); business proprietor (Jeffs Radio) - Electoral Rolls: salesman (Taringa, Qld, 1934; New Farm, Qld, 1936-1937; Taringa, Qld, 1937); radio manufacturer (New Farm, Qld, 1943); salesman (Taringa, Qld, 1949); businessman (Gordon Park, Qld, 1958-1968) ===''JENNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Jenner|Jenner, John Henry]] [https://www.familysearch.org/tree/person/details/K2Y9-64Z] - 1877(Eng)-1961(NSW) - Licences: 7BM Receive Premaydena (1923); Receive Premaydena (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 2ABM John Ingoldsby Jenner - Electoral Rolls: law clerk (Lindisfarne, 1914); orchardist (Koonya, 1919-1928); Xray technician (Double Bay, NSW, 1930; Bondi, 1933-1935) * [[/John Ingoldsby Jenner|Jenner, John Ingoldsby]] [https://www.familysearch.org/tree/person/details/LKY4-7S2] - 1904(Eng)-1980(???) - Licences: 2ABM Sydney (Maroubra, 1933-1939) - Qualifications: cc; AOCP 1194, 1933, NSW - amateur operator; amateur broadcaster - Relationships: Son of 7BM John Henry Jenner - Electoral Rolls: engineer (Haberfield, 1930; Bondi, 1933-1935); telephone engineer (Maroubra, 1937); engineer (Maroubra, 1943-1954; Revesby, 1968); retired (Turramurra, 1972); engineer (Revesby, 1980) ===''JENNISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Jennison|Jennison, Joseph William]] [https://www.familysearch.org/tree/person/details/LTS7-316] - 1899(Vic)-1965(Vic) - Licences: 2JJ Mathoura (1928-1939); 2MX Mathoura (1948-1950) - Qualifications: AOCP 414, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: farmer (Mathoura, 1930-1949; Echuca, 1954; Deniliquin, 1958); nil (Echuca, 1963) (Licences in the name of his father John William Jennison but most likely son was operator, father passed in 1942) ===''JENSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jens August Jensen|Jensen, Jens August]] [https://www.familysearch.org/tree/person/details/GXQM-1MX] - 1865(Vic)-1936(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - Minister for Navy (1915-1917) - Comment: famously dismissed for corruption in respect of purchase of Shaw Wireless Works in 1916 - Electoral Rolls: licensed victualler (Beauty Point, Tas, 1914-1919); orchardist (Beauty Point, Tas, 1919-1922); no occupation (Elsternwick, Vic, 1936) - Links: [[w:Jens_Jensen_(politician)|Wikipedia]] [https://adb.anu.edu.au/biography/jensen-jens-august-6840 ADB] * [[/Laurence Richard Hopkins Jensen|Jensen, Laurence or Lawrence Richard Hopkins]] [https://www.familysearch.org/tree/person/details/GZ6V-MJ1] - 1906(Tas)-1974(Tas) - Licences: 7BL Receive West Devonport (1923); Receive West Devonport (1923-1924); 7LJ Launceston (1925-1939, 1947-1969+) - Qualifications: cc; AOCP 78, 1925, No. ?? in Tas; BOCP 215, 1939; 1AOCP 9, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (New Town, 1928); teacher (New Town, 1936-1972) ===''JENVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Walter Jenvey|Jenvey, Henry Walter]] [https://www.familysearch.org/tree/person/details/G4QJ-7TS] - 1851(Eng)-1932(Vic) - Licences: AA Melbourne 1900; X?? Melbourne - early wireless experimenter, arguably his use of the identifier AA was the first use of an Australian callsign; arguably Australia's first amateur operator as the majority of his experiments were self-funded and in his own time - Qualifications: cc; Nil yet identified - employment (Vic P & T; PMGD) - Relationships: father of 3WW William Walter Jenvey - Electoral Rolls: electrical engineer (Brighton, 1909); public servant (Caulfield East, 1919-1931) * [[/William Walter Jenvey|Jenvey, William Walter "Bill"]] [https://www.familysearch.org/tree/person/details/G4QV-9GL] - 1904(Vic)-1981(Qld) - Licences: 3AY Melbourne (Caulfield, 1922-1927; Ormond, 1931-1938); 2YJ Sydney (Concord, 1939); 3AY Melbourne (Ormond, 1947); 2ZO Sydney (Willoughby, 1948-1969); 2ZO Noosa Heads (1980) - Qualifications: cc; CPRT 824, 1924; 1COCP 68, 1930 - amateur operator; amateur broadcaster - Relationships: son of Henry Walter Jenvey - Electoral Rolls: telegraphist (Caulfield, Vic, 1926-1927); operator (Bentleigh, Vic, 1931-1937); radio engineer (Croydon, NSW, 1943; Willoughby, NSW, 1949-1968); engineer (Willoughby, NSW, 1972); nil (Nelligen, NSW, 1977; Noosa Heads, Qld, 1980) ===''JERRARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Joseph Jerrard|Jerrard, Frederick Joseph]] [https://www.familysearch.org/tree/person/details/LB43-BKT] - 1899(Qld)-1963(Qld) - Licences: 4DR Receive Gayndah (1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Gayndah, 1921-1930); motor mechanic (Gayndah, 1936-1937); engineer (Indooroopilly, 1943-1963) ===''JESSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick Ferman Jessop|Jessop, Patrick Ferman]] [https://www.familysearch.org/tree/person/details/G6QN-8HV] - 19??(Eng?)-19??(Qld?) - Licences: 4PJ Kamma (1925-1927); 4PJ Cairns (Hambledon, 1937-1939) - Qualifications: cc; Nil yet identified (England?) - amateur operator; amateur broadcaster; WW1(RFC) - Halcyon: not mentioned - Electoral Rolls: labourer (Edmonton, 1922-1930); weigh bridge clerk (Hambledon, 1936-1943) ===''JEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Jewell|Jewell, Thomas John]] [https://www.familysearch.org/tree/person/details/GDYD-YH1] - 1905(WA)-1965(WA) - Licences: 6CA Receive Perth (Subiaco, 1923); 6JJ Perth (Victoria Park, 1927); 6JJ Kalgoorlie (1930-1931); 6JJ Perth (Victoria Park, 1933-1939) - Qualifications: cc; CPRT 876, 1925; 1COCP 129, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Victoria Park, WA, 1931-1937); radio inspector (Victoria Park, WA, 1943; Scarborough, WA, 1949); inspector (Scarborough, WA, 1954-1963) ===''JOHNSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Johnson|Johnson, Arthur]] [https://www.familysearch.org/tree/person/details/GXD7-X12] - 1921(Qld)-2004(Qld) - Licences: 4PX Brisbane (Hendra, 1938-1939; Ascot, 1946-1948; Hendra, 1954-1975), 4PX Buddina Beach (1980+) - Qualifications: cc; AOCP 2093, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (Sunshine Coast ARC); military (WW2, AIF, Signals) - Comment: Several contemporaneous AJs - Electoral Rolls: Commonwealth public servant (Hendra, Qld, 1968) + others * [[/Carl Francis Johnson|Johnson, Carl Francis]] [https://www.familysearch.org/tree/person/details/LH8T-HSH] - 1899(Tas)-1985(Tas) - Licences: Receive Hobart (West Hobart, 1923); 7AR Hobart (West Hobart, 1924-1939) - Qualifications: cc; AOCP 218, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: federal servant (West Hobart, 1922-1954) * [[/Edward Norman Johnson|Johnson, Edward Norman]] [https://www.familysearch.org/tree/person/details/MM4W-MLQ] - 1886(Vic)-1960(USA) - Licences: Receive Warrnambool (1923); 3ZO Warrnambool (1923-1924); 3ZO Horsham (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (East Melbourne, 1909); manager (Wonthaggi, 1914); draper (Newtown, 1917); traveller (Geelong, 1919) * [[/H. B. Johnson|Johnson, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1926); 5HB Adelaide (Henley Beach, 1937-1939) - Qualifications: AOCP 252, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: - common surname, individual not yet identified * [[/Ivo Uric Johnson|Johnson, Ivo Uric]] [https://www.familysearch.org/tree/person/details/G9VV-H8S] - 1903(NSW)-1961(Qld) - Licences: 4KL Cairns (1933-1960) - Qualifications: cc; CPRT 813, 1924; 2COCP 668, 1942; 1COCP 655, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Cairns, Qld, 1936-1963) * [[/Joseph Murray Johnson|Johnson, Joseph Murray]] [https://www.familysearch.org/tree/person/details/L5YM-M5N] - 1889(NSW)-1986(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 113, 1915; 1COCP 200, 1931 - RANRS (CPO to Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: engineer operator (Geraldton, 1915-1917); radio expert (Lane Cove, NSW, 1930-1934); engineer (Brighton, Vic, 1936; Caulfield, 1937); engineer (Longueville, NSW, 1943-1949); manager (Turramurra, 1954-1963); retired (Strathfield, 1963; Port Macquarie, NSW, 1968-1977; Wauchope/Yrrs, 1980) ===''JOHNSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. B. Johnston|Johnston, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Norman Brint Johnston|Johnston, Norman Brint]] [https://www.familysearch.org/tree/person/details/G8NC-K7F] - 1913(WA)-1979(WA) - Licences: 6NJ Perth (South Fremantle, 1930-1933; Subiaco, 1937-1939) - Qualifications: cc; AOCP 642, 1930, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Subiaco, 1937-1943); radio mechanic (Maylands, 1943-1968; Mt Lawley, 1972-1977) * [[/Robert Walter Johnston|Johnston, Robert Walter]] [https://www.familysearch.org/tree/person/details/GXDS-FHJ] - 1914(Qld)-1963(Qld) - Licences: 4LQ Brisbane (Petrie Terrace, 1934-1939) - Qualifications: cc; AOCP 1270, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Petrie Terrace, Qld, 1936-1937); no occupation (Ingleburn, NSW, 1954-1958); retired (Petrie Terrace, Qld, 1963) * [[/William David Johnston|Johnston, William David]] [https://www.familysearch.org/tree/person/details/G8XJ-3RY] - 1909(Irl)-1985(NSW) - Licences: 2YZ Sydney (Ryde, 1930-1939, 1946-1948; Gladesville, 1950; Matraville, 1954-1980+) - Qualifications: AOCP 616, 1930, No. ?? in NSW; 2COCP 323, 1931; 1COCP 398, 1940 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Ryde, 1930-1943); radio engineer (Gladesville, 1949; Matraville, 1954-1980) ===''JOHNSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. D. Johnstone|Johnstone, H. D.]] - 19??(???)-19??(???) - Licences: 3HJ Melbourne (Surrey Hills, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified ===''JONASSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Peter Jonasson|Jonasson, Roy Peter]] [https://www.familysearch.org/tree/person/details/9KPW-ZL1] - 1908(Qld)-1989(Qld) - Licences: 4NG Alberton (1931-1933); 7NG Derwent Park (1937-1939); 3ND Castlemaine (1946-1969); 9NG, PNG; 4NE Brisbane (Kingston, 1980) - Qualifications: cc; AOCP 827, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, QRP Club, RAAF Wireless Reserve, Qld Listeners' League); employment (Qld State Electricity Commission) - Electoral Rolls: electrical fitter (Castlemaine, 1942-1972); retired (Kingston, Qld, 1972-1980) ===''JONES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Ernest Jones|Jones, Alfred Ernest]] [https://www.familysearch.org/tree/person/details/G61R-CTW] - 1894(NSW)-1970(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 241, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Comment: not all electoral roll entries identified, several contemporaneous AEJs; Electoral Rolls: radio telegraphist (Broome, WA, 1917-1922) * [[/David William Jones|Jones, David William]] - 19??(???)-19??(???) - Licences: 4DJ Brisbane (Chelmer, 1930-1933) - Qualifications: cc; AOCP 683, 1930, No. ?? in Qld - amateur operator, amateur broadcaster - Comment: several contemporaneous DWJs - Electoral Rolls: public servant (Chelmer, 1925-1931); engineer (Holland Park, 1958)? * [[/Lancelot Cyril Jones|Jones, Lancelot Cyril "Lance"]] [https://www.familysearch.org/tree/person/details/G8L3-2LS] - 1891(SA)-1971(SA) - Licences: XVB Adelaide (Hawthorn, 1913-1914); 5BQ Adelaide (Westbourne Park, 1923-1924); 5DN Adelaide (City, 1923-1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; co-founder 5DN commercial Adelaide - Electoral Rolls: manager (Broadway Estate, 1939-1943) * [[/Raymond Edward Jones|Jones, Raymond Edward]] [https://www.familysearch.org/tree/person/details/LL9R-FLM] - 1900(Vic)-1987(Vic) - Licences: 3RJ Melbourne (Ascot Vale, 1928; Box Hill, 1931-1939, 1946-1980+) - Qualifications: AOCP 407, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: telegraphist (Newmarket, 1921); public servant (Ascot Vale, 1922-1924); telegraphist (Box Hill, 1931-1943); supervisor (Box Hill, 1949-1963); retired (Box Hill, 1968-1980) * [[/Stanley William Jones|Jones, Stanley William]] [https://www.familysearch.org/tree/person/details/GZL8-BPL] - 1917(Vic)-1943(PNG) - Licences: 3SF Ballarat (1937-1939) - Qualifications: AOCP 1953, 1937, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Signalman, 6 Division Signals) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1687469] (beware, another Stanley William Jones died in WW2, Flight Sergeant, 626 Squadron) * [[/Walter Henry Jones|Jones, Walter Henry]] [https://www.familysearch.org/tree/person/details/G8NB-Z8F] - 1914(NSW)-1980(NSW) - Licences: 2PY Sydney (Marrickville, 1930-1933); 2RS Sydney (Marrickville, 1935-1939); 2WP Sydney (Bexley, 1965-1980) - Qualifications: AOCP 652, 1930, NSW; 1COCP 57, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless telegraphist (Bexley North, 1949-1972); telegraphist (Bexley North, 1977-1980); Beware: Another contemporaneous Walter Henry Jones in Sydney b.1915 m.Edith * [[/W. R. Jones|Jones, W. R.]] - 19??(???)-19??(???) - Licences: 4EK Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''JORDAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Jordan|Jordan, James "Jim"]] [https://www.familysearch.org/tree/person/details/GXHL-VNQ] - 1903(Sct)-1979(Qld) - Licences: 4JJ Ipswich (1933); 4JJ Bundaberg (1934-1939) - Qualifications: cc; AOCP 1162, 1933, Qld - amateur operator; amateur broadcaster; broadcast engineer (4BU); senior military (RAAF, Wing-Commander) - Electoral Rolls: striker (West Ipswich, Qld, 1932); radio mechanic (Bundaberg, Qld, 1934-1937) * [[/Robert Jordan|Jordan, Robert]] - 1893(NZ)-19??(???) - commercial operator (1COCP 4, 1914, No. 4 in Aus and Vic, Commonwealth system) - coastal station operator? ===''JUDD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Harvey Judd|Judd, Clarence Harvey]] [https://www.familysearch.org/tree/person/details/GXVF-9XS] - 1920(SA)-1986(SA) - Licences: 5HQ Adelaide (Colonel Light Gardens, 1954-1980) - Qualifications: cc; AOCP 3374, 1953, Qld - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/Oswald William Judd|Judd, Oswald William]] [https://www.familysearch.org/tree/person/details/GXVX-X56] - 1896(SA)-1934(SA) - Licences: XVF Adelaide (North Norwood, 1913); Receive Adelaide (Payneham, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: Nil yet identified =='''K'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''KANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Leslie Kane|Kane, John Leslie "Les"]] - 1910(Qld)-1985(Qld), 4ZZ Roma, amateur operator (AOCP 2335, 1939, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), senior state public servant (Qld Railways) ===''KAUFMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Samuel Donald Kaufman|Kaufman, Samuel Donald]] [https://www.familysearch.org/tree/person/details/LB6X-937] - 1904(NSW)-1988(NSW) - Licences: 2SK Sydney (Belmore, 1928-1939, 1946-1980+) - Qualifications: AOCP 448, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Belmore, 1933-1980) ===''KAUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Alexis Kauper|Kauper, Henry or Heinrich Alexis "Harry"]] [https://www.familysearch.org/tree/person/details/GZXZ-WYQ] - 1888(Vic)-1942(Vic) - Licences: S643 Adelaide (1921-1922); 5BG Adelaide (Dulwich, 1923-1926; Tusmore, 1927-1928) - Qualifications: cc; AOCP 97, 1925, No. ?? in SA - amateur operator; amateur broadcaster; broadcast engineer; inventor - Electoral Rolls: chauffer (Willaura, Vic, 1910); engineer (Richmond, Vic, 1931-1937) - [https://adb.anu.edu.au/biography/kauper-henry-alexis-harry-6898 ADB] ===''KAYESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Kayess|Kayess, Sydney]] [https://www.familysearch.org/tree/person/details/GCYG-NHD] - 1892(NSW)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified -RANRS (CPOE, 1917) - Electoral Rolls: fitter & turner (Cooktown, 1917); engineer (Hendra, Qld, 1919); engine driver (Charleville, Qld, 1921); mechanic (Mossman, 1925); motor mechanic (Watchem, Vic, 1928); auto engineer (Dulwich Hill, NSW, 1930); garage manager (New Lambton, NSW, 1930; Foveaux, NSW, 1933); engineer (Forest Lodge, NSW, 1935-1937); labourer (Darlinghurst, 1937; Glenmore, NSW, 1943); mechanical engineer trainee (Haberfield, NSW, 1949); engineer (Manly North, NSW, 1958) ===''KEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Patrick James Keane|Keane, John Patrick James]] [https://www.familysearch.org/tree/person/details/G8V5-P25] - 1903(NSW)-1964(NSW) - Licences: 2JN Cessnock (1930-1936; 2JN Sydney (Bexley, 1937-1939; McMahons Point, 1946-1961) - Qualifications: AOCP 698, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: storeman (Darling Harbour, 1930); clerk (Cessnock, 1931-1932; Newcastle, 1934; Bexley, 1935-1937; McMahons Point, 1943-1949; North Sydney, 1958-1963) ===''KEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Keast|Keast, Leslie John]] [https://www.familysearch.org/tree/person/details/K2QP-J6X] - 1886(SA)-1957(WA) - Journalist (Wireless Weekly; shortwave editor, Australasian Radio World, 1940-1951; Radio & Hobbies), professional monitor (OWI/VOA, WW2), silent era cinematographer - Electoral Rolls: licensed victuallar (Royal Hotel, Bowral, 1933-1934); ex-hotelkeeper (Coogee, 1935); clerk (Randwick North, 1936-1937); sales manager (Carlingford, 1943); organising secretary (Ermington, 1949-1958) ===''KEDDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Robert Keddie|Keddie, Phillip Robert]] [https://www.familysearch.org/tree/person/details/G67S-1T7] - 1921(SA)-2003(SA) - Licences: 5KZ Adelaide (Woodville Park, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1882, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: AMF (Woodville Park, SA, 1943) ===''KELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Edward Kells|Kells, Alfred Charles Edward]] [https://www.familysearch.org/tree/person/details/LTMT-7D3] - 1900(Vic)-1955(Vic) - Licences: Receive Melbourne (Moonee Ponds, 1923); 2430 Melbourne (Moonee Ponds, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: postal electrician (Moonee Ponds, 1921-1925); mechanic (Essendon, 1928-1954) ===''KELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Wainwright Kelly|Kelly, Alexander Wainwright]] [https://www.familysearch.org/tree/person/details/GZP6-G6V] - 1908(SA)-1954(SA) - Licences: Receive (Crystal) Largs Bay (1923); Receive Largs Bay (1923); 5AW Lyndoch (1927-1939); 5XO Loxton (1954) - Qualifications: cc; AOCP 358, 1927, No. ?? in SA - amateur operator; amateur Broadcaster - Electoral Rolls: winemaker (Berri, 1939-1943) * [[/Ross Donaldson Kelly|Kelly, Ross Donaldson]] [https://www.familysearch.org/tree/person/details/G7BG-2PR] - 1906(SA)-1959(SA) - Licences: 5LW Adelaide (Unley, 1937-1939; Hazelwood Park, 1948-1956) - Qualifications: cc; AOCP 2032, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: assurance agent (Dulwich, 1941-1943) ===''KELSO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham Kelso|Kelso, Graham]] [https://www.familysearch.org/tree/person/details/GXXH-9DH] - 19??(???)-19??(???) - Licences: 4EL Receive Brisbane (Nundah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: PMG technician (Petrie Terrace, Qld, 1958); technician (Brisbane, Qld, 1968; St Lucia, Qld, 1972-1980) ===''KEMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Kemble|Kemble, Frederick John]] [https://www.familysearch.org/tree/person/details/GZZ2-8WY] - 1915(SA)-1939(WA) - Licences: 6FJ Katanning (1936-1939) - Qualifications: cc; AOCP 1673, 1936, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: blacksmith's striker (Katanning, WA, 1937) ===''KEMP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Kemp|Kemp, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GZ2F-PYS] - 1910(Qld)-1997(Qld) - Licences: 4YA Yangan - Qualifications: cc; AOCP 1466, 1935, Qld; BOCP 110, 1937; 2COCP 123, 1937; 1COCP 163, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Swanfels, Qld, 1936-1937); radio technician (Kedron, Qld, 1943-1949; Wavell Heights, Qld, 1954-1980) * [[/Joseph Edward Kemp|Kemp, Joseph Edward]] [https://www.familysearch.org/tree/person/details/G691-NWV] - 1918(Tas)-1991(WA) - Licences: 7RZ Devonport (1937-1939); 7RZ Launceston (1946-1948) - Qualifications: cc; AOCP 1847, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio telegraphist (Como, 1949); radio officer (Esperance, 1954-1958; Yokine, WA, 1963-1980) ===''KEMPSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Kempster|Kempster, Frederick]] [https://www.familysearch.org/tree/person/details/LVPC-NHM] - 1900(SA)-1957(SA) - Licences: 5KM Darwin (1929-1931); 8KM Darwin (1937-1939) - Qualifications: cc; AOCP 543, 1929, No. ?? in NT - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Fullarton, 1934); supervisor (Fullarton, 1939-1943) ===''KENNA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Francis Kenna|Kenna, Vernon Francis "Vern" / "Marconi"]] [https://www.familysearch.org/tree/person/details/GS1D-4ZV] - 1908(Qld)-1987(NSW) - Licences: 4DE Receive Brisbane (Hamilton, 1923-1924); 4FK Brisbane (Hamilton, 1926-1939); 2JR Sydney (Middle Cove, 1980+) - Qualifications: cc; AOCP 301, 1926, No. 29 in Qld - amateur operator; amateur broadcaster; broadcast engineer (PMGD); radiocommunications engineer; senior public servant (PMG, ABC2); WW2 - Electoral Rolls: postal electrician (Hamilton, Qld, 1936-1954); engineer (Balwyn, Vic, 1963; Killara, 1963; Middle Cove, 1968-1972; Willoughby, 1977-1980) ===''KENNEDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Kennedy|Kennedy, Peter]] [https://www.familysearch.org/tree/person/details/GDKD-8Q7] - 1874(Vic)-1945(SA) - Licences: XYD Perth (City, 1913-1914); 6AM Perth (Mt Lawley, 1923-1927); 5AM Adelaide (City, 1928; Unley, 1931; New Parkside, 1933-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; senior federal public servant (PMG, concluding as Deputy Postmaster-General SA); WW1 - Awards: Imperial Service Order - Electoral Rolls: telegraphist (Leederville, 1903; Mt Lawley, 1910-1921); State Engineer (Maylands, 1925-1926); civil servant (New Parkside, 1939-1943) * [[/M. Kennedy|Kennedy, M.]] - 19??(???)-19??(???) - Licences: 4EP Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter Donald Kennedy|Kennedy, Walter Donald]] [https://www.familysearch.org/tree/person/details/LBRG-1WB] - 1869(NSW)-1951(NSW) - Licences: 2WK Sydney (Rockdale, 1925-1926; Willoughby, 1927-1929); 2WK Helensburgh (1930-1933); 2WK Sydney (East Sydney, 1934); 2WK Wallerawang (1935); 2WK Sydney (Rockdale, 1936-1939, 1946-1950) - Qualifications: cc; AOCP 121, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: clergyman (Murrumburrah, 1913; Helensburgh, 1930-1932); clerk (Darlinghurst, 1934-1935); clerk in Holy Orders (Rockdale, 1936-1949) ===''KENNY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Francis Kenny|Kenny, Edmund Francis]] [https://www.familysearch.org/tree/person/details/G8MB-R3M] - 1903(NSW)-1980(NSW) - Licences: 2EK Sydney (Lewisham, 1927-1928; Croydon, 1929; Ryde, 1930-1931; Granville, 1933-1939, 1946-1948); 2EK Wentworthville (1950-1980) - Qualifications: AOCP 373, 1927, No. ?? in NSW -amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1930); clerk (West Ryde, 1930-1933); engineer (Granville, 1935-1949); radio engineer (Wentworthville, 1954-1968); engineer (Wentworthville, 1972-1977) ===''KEOGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Keogh|Keogh, William George]] [https://www.familysearch.org/tree/person/details/GDJ4-H7G] - 19??(???)-1960(NSW) - Licences: 2ZA Receive Sydney (Stanmore, 1923); 2ZA Sydney (Summer Hill, 1923; Stanmore, 1924-1925); licensed operator 2AG Grace Bros Broadway - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Randwick North, 1943-1958) ===''KERBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Thomas John Kerby|Kerby, Edwin Thomas John]] [https://www.familysearch.org/tree/person/details/GM72-SFL] - 1888(Vic)-1971(Vic) - Licences: 7EK Ringarooma (1932-1939); 3KK Melbourne (Auburn, 1946-1969) - Qualifications: cc; AOCP 940, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW1; WW2 (Major) - Awards: Military Star 1914-1915; British War Medal, Victory Medal; MBE - Electoral Rolls: manager (Ballarat, 1909); restaurant keeper (Brunswick, 1914); electrical engineer (Richmond, 1914-1917); grazier (Ballarat, 1919); farmer (Linton, 1922); grazier (Fawkner, 1924-1925); engineer (St Kilda, 1943; Auburn, 1949-1968) - Links: [[w:Edwin Kerby|Wikipedia]] ===''KERMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Kermond|Kermond, Leslie John "Les"]] [https://www.familysearch.org/tree/person/details/G8W7-Y88] - 1912(Vic)-2007(Vic) - Licences: 3DX Warrnambool (1928-1980+) - Qualifications: AOCP 417, 1928, No. ?? in Vic; AOLCP 182, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: biograph operator (Warrnambool, 1936-1937); engineer (Swan Hill, 1942); radio engineer (Warrnambool, 1949-1980) ===''KERNICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Edwin Kernick|Kernick, Percy Edwin]] [https://www.familysearch.org/tree/person/details/LX7S-JW1] - 1888(NSW)-1965(WA) - Licences: 6PK Perth (South Perth, 1927-1939, 1946-1947) - Qualifications: cc; AOCP 378, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Sandstone/Mt Magnet, 1910); telegraphist (Brown Hill/Kalgoorlie, 1917; South Perth, 1925-1963) ===''KERR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dixon Kerr|Kerr, Alfred Dixon]] [https://www.familysearch.org/tree/person/details/GZT8-ZKF] - 1910(Vic)-1977(Vic) - Licences: 3AL Ballarat (1926-1939, 1946-1960); 3JQ Melbourne (Hawthorn, 1975) - Qualifications: AOCP 284, 1926, No. ?? in Vic; AOLCP 18, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Ballarat, 1931-1968); retired (Hawthorn, 1977) * [[/Roy Kerr|Kerr, Roy]] [https://www.familysearch.org/tree/person/details/GXHP-SBX] - 1917(Qld)-1988(Qld) - Licences: 4DK Winton (1937-1939); 4DK Brisbane (Tingalpa, 1946-1951) - Qualifications: cc; AOCP 1941, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; federal public servant (PMGD, telegraphist) - Relationships: brother of Vernon Lester Kerr 4LK - Electoral Rolls: * [[/Vernon Lester Kerr|Kerr, Vernon Lester "Vern"]] [https://www.familysearch.org/tree/person/details/GXHP-MCW] - 1912(Qld)-1979(Qld) - Licences: 4LK Winton (1932-1933); 4LK Cloncurry (1937-1939, 1946-1948); 4LK Charters Towers (1954-1969); 4LK Charleville (1975) - Qualifications: cc; AOCP 800, 1931, No. ?? in Qld; COCP 1941, amateur operator; amateur broadcaster; radio club (WIAQ, Soc Wireless Pioneers USA); employment (RFDS, technical officer / controller / announcer) - Relationships: brother of Roy Kerr 4DK - Electoral Rolls: radio technician (Charters Towers, Qld, 1954-1977); technician (Charleville, Qld, 1977) ===''KHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kullandar Jallander Khan|Khan, Kullandar Jallander]] [https://www.familysearch.org/tree/person/details/GX89-VLY] - 1916(Qld)-1983(Qld) - Licences: 4QA Cairns (1937-1939, 1947); 4DC Cairns (1948-1960); 4DC Brisbane (New Farm, 1965-1980+) - Qualifications: cc; AOCP 1979, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 4QA may have been withdrawn by PMGD for 4QA Cairns - Electoral Rolls: picture theatre operater (Cairns, Qld, 1943); radio serviceman (Cairns, Qld, 1954-1958); tv technician (New Farm, Qld, 1968-1977); retired (New Farm, Qld, 1980) ===''KIDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian McIvor Kidman|Kidman, Ian McIvor]] [https://www.familysearch.org/tree/person/details/LD7Q-7N2] - 1915(SA)-1981(SA) - Licences: 5JK Naracoorte (1933-1937) - Qualifications: cc; AOCP 1163, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''KILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Harold Kilby|Kilby, Raymond Harold]] [https://www.familysearch.org/tree/person/details/G691-9VD] - 1918(Tas)-1999(Tas) - Licences: 7RK Launceston (1935-1939, 1946-1980+) - Qualifications: cc; AOCP 1461, 1935, No. ?? in Tas; BOCP 1568, 1957; 1COCP 1862, 1958; 2COCP T1, 1977 - amateur operator; amateur broadcaster - Electoral Rolls: upholsterer (Launceston, 1943-1972) ===''KILGARIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Kilgariff|Kilgariff, Joseph]] [https://www.familysearch.org/tree/person/details/GDS2-XBD] - 1886(NSW)-1971(SA) - Licences: 5JT Adelaide (Burnside, 1937-1939; Erindale, 1947-1948; North Glenelg, 1954-1969) - Qualifications: cc; AOCP 1884, 1937, SA; 2COCP 325, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carpenter (Boulder, WA, 1910-1912); builder (Alice Springs, NT, 1934; Burnside, SA, 1939); RAAF (Leabrook, SA, 1943) ===''KILSBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Wilbur Kilsby|Kilsby, Keith Wilbur]] [https://www.familysearch.org/tree/person/details/KCHP-4ZS] - 1912(SA)-1970(SA) - Licences: 5PR Moorak (1933); 5PR Birdwood (1938); 5PR Wiltyerong via Murray Bridge (1947); 5PR Mingary via Murray Bridge (1948); 5PR Murray Bridge (1954); 5PR Adelaide (Payneham, 1955-1969) - Qualifications: cc; 2COCP 419, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Birdwood, SA, 1939; Wiltyerong, SA, 1941-1943); ===''KING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Calvert King|King, Charles Calvert]] [https://www.familysearch.org/tree/person/details/GXQT-4R1] - 1885(Eng)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 105, 1915; 2COCP 155, 1930 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (New Town, Tas, 1914); warrant telegraphist (Wireless Station, Applecross, 1921-1925); music teacher (Randwick, NSW, 1930); musician (Clovelly, 1931; Rose Bay, 1932-1933); librarian (Woollahra, 1934); salesman (Bondi, NSW, 1935); Model Maker (Watson's Bay, 1936-1937) * [[/Fred Esmond King|King, Fred Esmond (Electoral Rolls) or Esmonde (BMD)]] [https://www.familysearch.org/tree/person/details/GXNY-81C] - 1896(Qld)-1986(Qld) - Licences: 4CQ Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: station hand (Bulliwallah, Qld, 1919-1963) * [[/Frederick Venn King|King, Frederick Venn]] [https://www.familysearch.org/tree/person/details/KJHN-MV3] - 1888(Qld)-1968(Qld) - Licences: Receive (Valve) Cunnamulla (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: station hand (Weelamurra Station, Qld, 1909); grazier (Weelamurra Station, Qld, 1913-1921); not stated (Warrambah Station, Cunnamulla, Qld, 1925); grazier (Barrington Station, Cunnamulla, Qld, 1930-1954); retired (Camp Hill, Qld, 1958-1968) ===''KINGWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hercules Kingwell|Kingwell, William Hercules]] - broadcast planning engineer (PMGD, ABCB) ===''KINSELLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Thomas Kinsella|Kinsella, Hector Thomas]] [https://www.familysearch.org/tree/person/details/G8NC-XN9] - 1912(WA)-1993(WA) - Licences: 6HK Perth (Hollywood, 1930; East Perth, 1931) - Qualifications: cc; AOCP 641, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (South Perth, 1936-1937; Victoria Park, 1943); pharmacist (Perth, 1949; Narrogin, 1954-1958; Applecross, 1963; Ardross, 1968-1972; Booragoon, 1977-1980) * [[/Thomas Wade Kinsella|Kinsella, Thomas Wade]] [https://www.familysearch.org/tree/person/details/G8P2-TSG] - 1904(Vic)-2001(NSW)96yo - Licences: Receive (Crystal) Lubeck (1923); 3TK Lubeck (1924-1926); 3TK Rupanyup (1937-1939); 2FK Sydney (Rose Bay, 1946; Herne Bay, 1947; Sans Souci, 1948-1980+) - Qualifications: cc; AOCP 1992, 1937, No. ?? in Vic; BOCP 532, 1943 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrician (Lubeck, 1927-1936); RAN (Sans Souci, 1949-1980) - Relationships: brother of 3AKW William Jennings Kinsella * [[/William Jennings Kinsella|Kinsella, William Jennings]] [https://www.familysearch.org/tree/person/details/G8PG-S8S] - 1914(Vic)-2011(Vic) - Licences: 3AKW Lubeck (1947-1980+) - Qualifications: cc; BOCP 498, 1943; 2AOCP 55, 1946 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grazier (Magdala, Lubeck, 1936-1972; Lubeck, 1977-1980) - Relationships: brother of 3TK-2FK Thomas Wade Kinsella ===''KINZBRUNNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Charles Kinzbrunner|Kinzbrunner, Harry Charles]] [https://www.familysearch.org/tree/person/details/G8H4-SZM] - 1903(Eng)-1982(Qld) - Licences: 4HK Cloncurry (1929-1931); 4HK Mareeba (1933); 4HK Tully (1937-1939); 4HK Atherton (1946-1980+) - Qualifications: cc; AOCP 474, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), employment (Australian Inland Mission, QATB) - Electoral Rolls: radio mechanic (Malanda, 1937); electrical engineer (Ashgrove, 1943); radio mechanic (Atherton, 1943); refrigeration & electrical contractor (Atherton, 1949-1972); electrical contractor (Atherton, 1977-1980) ===''KIRBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ewan Russell Kirby|Kirby, Ewan Russell]] [https://www.familysearch.org/tree/person/details/G4R1-4J7] - 1885(Tas)-1947(Tas) - Licences: XZB Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; First set 1909 communicated with M. Harvey; employed Hydro-electric Dept - Electoral Rolls: electrician (Hobart South, 1914-1919); engineer (Hobart West, 1922-1936) ===''KIRKBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Kirkby|Kirkby, Brian]] - historian (early wireless experimenters, Edward Hope Kirkby, Archibald John Shaw), great grandson of Edward Hope Kirkby * [[/Charles Edward Kirkby|Kirkby, Charles Edward]] - 1886(Vic)-1954(NSW) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of George Gill Kirkby * [[/Edward Hope Kirkby|Kirkby, Edward Hope]] - 1853(At sea)-1915(NSW) - early wireless and X-ray experimenter, father of George Gill Kirkby and Charles Edward Kirkby * [[/George Gill Kirkby|Kirkby, George Gill]] - 1884(Vic)-1916(Vic) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of Charles Edward Kirkby ===''KIRKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Basil Everald Wharton Kirke|Kirke, Basil Everald Wharton]] [https://www.familysearch.org/tree/person/details/G6NX-FFQ] - 1893(NSW)-1958(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; chief studio announcer/Uncle "Bas" (2BL); manager, 6WF; manager 9PA (1946); manager (ABC, Victoria, 1936) - Electoral Rolls: manager (Subiaco, 1931; Perth, 1934-1936; Melbourne, 1937-1943; Perth, 1954) - Links: [https://adb.anu.edu.au/biography/kirke-basil-everald-wharton-10751 ADB] ===''KIRKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Booth Kirkland|Kirkland, John Booth]] - 1861(Vic)-1900(Vic) - early telephone experimenter, Melbourne, Geelong & Ballarat ===''KISSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Leslie Hawthorn Kissick|Kissick, Alfred Leslie Hawthorn]] [https://www.familysearch.org/tree/person/details/LK9D-7LL] - 1904(Vic)-1967(Vic) - Receive Melbourne (Brunswick, 1923-1924), 3KB Melbourne (Brunswick, 1925-1939, 1946-1965), amateur operator (AOCP 141, 1925, No. ?? in Vic), operator 3CR Coburg Radio Club (1925), amateur broadcaster, clerk (1934) ===''KITTO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Collingwood Kitto|Kitto, Thomas Collingwood]] [https://www.familysearch.org/tree/person/details/MCKM-W8G] - 1903(Tas)-19??(???) - Licences: 7?? Launceston (1928); 5JR Adelaide (Tusmore, 1931); 2JR Newcastle (1933); 2JS Newcastle (1933-1939) - Qualifications: cc; AOCP 425, 1928, No. ?? in Tas; AOLCP 43, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Launceston, 1928); radio engineer (Sandgate, NSW, 1935; Ulverstone, Tas, 1937); engineer (Hawthorn, Vic, 1942); radio engineer (Prahran, 1949); retired (Deception Bay, 1972) ===''KLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Robert Kling|Kling, John Robert]] [https://www.familysearch.org/tree/person/details/LRQZ-B4W] - 1905(Vic)-1969(Vic) - Licences: 3JB Melbourne (Balwyn, 1928; South Camberwell, 1931; Hawthorn East, 1933; Hampton, 1937-1939); 3AJQ Melbourne (Seaford, 1954-1955; Lower Ferntree Gully, 1956; Frankston, 1960-1965) - Qualifications: AOCP 403, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Camberwell, 1931-1933; Sandringham, 1936-1937); engineer (Sandringham, 1942; Bacchus Marsh, 1949); radio sound engineer (Seaford, 1954); electrician (Frankston, 1963-1968) ===''KNAPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carlo Patrick Knapton|Knapton, Carlo Patrick]] [https://www.familysearch.org/tree/person/details/9DQR-R5C] - 1879(Irl)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - wireless trader (WA); witness to Royal Commission 1927 (as vice-president, Wireless Traders Assoc, WA) - Electoral Rolls: engineer (Carlton, Vic, 1914); lighting engineer (South Perth, 1921-1954) ===''KNEIPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Kneipp|Kneipp, James Henry "Jim"]] [https://www.familysearch.org/tree/person/details/GQ5R-YBH] - 1875(NSW)-1958(Qld) - Licences: Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: saddler (Morningside, Qld, 1905); railway employee (Morningside, Qld, 1908-1917; Cannon Hill, Qld, 1919-1958) ===''KNIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Keith Knight|Knight, Rupert Keith]] [https://www.familysearch.org/tree/person/details/G8MJ-Z5W] - 1898(Qld)-1934(Qld) - Licences: 4RK Toowoomba (1926-1927) - Qualifications: cc; Nil identified - amateur operator; amateur broadcaster - Halcyon: not mentioned? - Electoral Rolls: clerk (Toowoomba, 1919); bank clerk (East Toowoomba, 1925-1926); not specified (East Toowoomba, 1928-1932) ===''KNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Brader Knock|Knock, Donald Brader "Don"]] [https://www.familysearch.org/tree/person/details/GWWR-L62] - 1898(Eng)-1966(NSW) - Licences: 1911 Manchester; G6XG London (1924-1926); 2NO Sydney (Cremorne, 1926-1927; Vaucluse, 1927; Kirribilli, 1928; Randwick, 1929); 6NK Wyndham (1930-1931); 2NU Portable Sydney 1935-1939; 5NO Portable Central Australia; 2NO Sydney (Waverley, 1946-1966) - Qualifications: cc; AOCP 335, 1927, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (2MO); radiocommunications engineer; journalist (Wireless Weekly, Radio in ANZ, Radio Monthly, Australian Radio News, Bulletin, Australasian Radio World); military (WW1 - Royal Naval Air Service, WW2 - AIF lieutenant-major) - Electoral Rolls: engineer (Waverley, 1930); radio journalist (Waverley, 1932-1933); radio engineer (Waverley, 1935-1963) ===''KNOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carlisle Maddison Knowles|Knowles, Henry Carlisle Maddison]] [https://www.familysearch.org/tree/person/details/L4Q8-642] - 1901(NSW)-1945(ACT) - Licences: 2LK Sydney (Arncliffe, 1930-1931) - Qualifications: AOCP 653, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: pharmacist (Woolahra, 1933; Kingston, ACT, 1935-1943) ===''KOSSECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edwin Frederick Kosseck|Kosseck, Edwin Frederick]] [https://www.familysearch.org/tree/person/details/G8VB-VTG] - 1909(Vic)-1989(Vic) - Licences: 3EK Geelong (Belmont, 1930-1933); 3AKE Geelong (Newport, 1947; Belmont, 1948-1980+) - Qualifications: AOCP 705, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: gardener (Belmont, 1931-1937); RAAF (Newport, 1943); gardener (Belmont, 1949-1980) ===''KRAEGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl W. J. Kraegen|Kraegen, Carl W. J. "Charles"]] - 1831?(Germany?)-1871(NT) - employment (Vic Posts & Telegraphs, SA Posts & Telegraphs), telegraph operator (Ballarat, Portland), developed an early system of explosive detonation by battery, tragically died of thirst during the construction of the Overland Telegraph ===''KRUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Augustine Kruger|Kruger, Francis Augustine]] [https://www.familysearch.org/tree/person/details/GDJZ-58H] - 1907(Vic)-1992(Vic) - Licences: 3HE Receive Charlton (1922-1923); 3HE Charlton (1924-1925); 3AI Charlton (1935-1939); 3AI Strathmore (1946-1980+) - Qualifications: cc; AOCP 1541, 1935, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: dental mechanic (Charlton, 1928-1937); cinema operator (Charlton, 1942); executive (Essendon, 1949-1968; Strathmore, 1977-1980) =='''L'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''LABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Howell Laby|Laby, Thomas Howell]] - 1880(Vic)-1946(Vic) - frequent lecturer on wireless topics to WIA Vic in the 1920s, education (BA Cambridge 1905, PhD Cambridge 1921), employment (University of Sydney, 1901-1904; Cavendish Laboratory, 1905; Professor Physics, Victoria University College, Wellington, 1909; Professor Natural Philosophy, University of Melbourne, 1915-1930+), Royal Society of Victoria (president, 1924) ===''LACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Lack|Lack, Francis James]] [https://www.familysearch.org/tree/person/details/LCQH-WJR] - 1876(NSW)-1949(Qld) - Licences: Receive (Valve) Brisbane (Sandgate, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Warwick, Qld, 1903; Tiaro, Qld, 1905-1906; Maryborough, Qld, 1908); fish agent (Maryborough, Qld, 1913); engineer (Sandgate, Qld, 1916); accountant (Sandgate, Qld, 1917-1949) ===''LAHEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Wesley Lahey|Lahey, John Wesley]] [https://www.familysearch.org/tree/person/details/LKRX-KPL] - 1850(Irl)-1937(Qld) - Licences: 4EG Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: sawmill proprietor (Clayfield, Qld, 1908-1909); sawmiller (Clayfield, Qld, 1913-1936) ===''LAIDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Laidler|Laidler, Thomas]] [https://www.familysearch.org/tree/person/details/L1KG-31L] - 1904(Eng)-1995(SA) - Licences: 5TL Ceduna (1937-1939, 1947); 5TL Largs Bay (1948); 5TL Renmark (1954-1960); 5TL Adelaide (Glandore, 1965-1980+) - Qualifications: cc; AOCP 1934, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: postmaster (Ceduna, SA, 1939-1943) ===''LAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Lake|Lake, Eric James]] [https://www.familysearch.org/tree/person/details/GDFZ-CKK]- 1906(Eng)-1966(Qld) - Licences: 4EL Brisbane (Kangaroo Point, 1932-1939; Camp Hill, 1946-1948); 4EL Clevedon (1954-1956); 4EL Townsville (Belgian Gardens, 1960-1965) - Qualifications: cc; AOLCP 54, 1931; AOCP 966, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, instructor); broadcast technician (4QN); federal public servant (PMGD) - Electoral Rolls: radio operator (Coorparoo, Qld, 1937); radio technician (Camp Hill, Qld, 1943-1949; Townsville, Qld, 1954-1963); ===''LAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Federal Laker|Laker, Frank John Federal]] [https://www.familysearch.org/tree/person/details/M1V2-P8Q] - 1899(NSW)-1953(NSW) - Licences: 2ZE Deniliquin (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: sales manager (St Kilda, Vic, 1925); clerk (Bondi, 1935-1937); accountant (North Rocks, 1954) ===''LALOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Fintan Lalor|Lalor, Peter Fintan]] - 1827(Irl)-1889(Vic) - Leader of the Eureka Stockade, Postamaster-General Victoria (Aug 1875-Oct 1875) ===''LAMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. D. Lamb|Lamb, A. D.]] - 19??(???)-19??(???) - Licences: 4DK Receive Brisbane (New Farm, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James Joseph Wiseman Lamb|Lamb, James Joseph Wiseman]] [https://www.familysearch.org/tree/person/details/GX7M-49X] - 1876(Vic)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 119, 1915; 1COCP 264, 1932 - RANRS (Warrant Telegraphist, 1917) - Relationships: father of Harry Spencer Lamb - Electoral Rolls: civil servant (Subiaco, WA, 1910); radio station master (Townsville, Qld, 1921); wireless (Malvern, Vic, 1927); superintendent (Toorak, Vic, 1928-1936; Elsternwick, Vic, 1937); retired (Elsternwick, Vic, 1942) * [[/Harry Spencer Lamb|Lamb, Harry Spencer]] [https://www.familysearch.org/tree/person/details/GX7M-SQY] - 1906(WA)-1984(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Relationships: son of James Joseph Wiseman Lamb - Electoral Rolls: ===''LAMBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Clayton Lambert|Lambert or Mason, Frank Clayton]] [https://www.familysearch.org/tree/person/details/G8C3-761] - 1908(WA)-1993(WA) - Licences: 6FL Perth (South Perth, 1929-1931); 6FL Geraldton (1933); 6FL Perth (Wembley, 1937-1939; Subiaco, 1947); 3AFL Bairnsdale (1948); 6FL Perth (Claremont, 1954-1956; Bassendean, 1965-1980+) - Qualifications: cc; AOCP 503, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: picture employee (South Perth, WA, 1931); projectionist (Albany, WA, 1934); sound projectionist (East Fremantle, WA, 1936); projectionist (Wembley Park, WA, 1937); radio technician (Subiaco, WA, 1943-1949); dealer (Claremont, WA, 1954); radio dealer (Bassendean, WA, 1958-1980) ===''LANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Herbert Dodson Lane|Lane, Cyril Herbert Dodson]] - 1888(NSW)-1915(Tur) - XDM Sydney (1909-1914), early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in NSW), born Cyril Herbert Dodson, brother-in-law of Charles Dansie Maclurcan "Greater love hath no man" ===''LANGFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Leslie Langfield|Langfield, Harold Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/GX84-3D6] - 1893(Wales)-1982(Qld) - Licences: 4CO Brisbane (Rosalie, 1935-1960) - Qualifications: cc; AOCP 1572, 1935, Qld - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: club steward (Rosalie, Qld, 1934-1977; Paddington, Qld, 1980); ===''LANGFORD-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fritz Langford-Smith|Langford-Smith, Fritz]] - 1904(NSW)-1966(NSW) - 2?? Sydney, amateur operator (AOCP ??, 19??, No. ?? in Qld), electronics designer (AWA), author (Radiotron Designers Handbook), journalist (Radiotronics) - Links: [http://messui.polygonal-moogle.com/valves/NW198908.pdf EA] ===''LANGHANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ron Langhans|Langhans, Ron]] - historian (broadcasting) ===''LANGRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George David Langridge|Langridge, George David]] - 1829(Eng)-1891(Vic) - Postmaster-General Victoria in early 1880s ===''LAPTHORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Charles Lapthorne|Lapthorne, Horace Charles]] [https://www.familysearch.org/tree/person/details/G8W8-STK] - 1900(Vic)-1975(NSW) - Licences: 2TM Receive Sydney (Artarmon, 1923-1924); 2HL Sydney (Chatswood, 1928-1938; Lane Cove, 1939; Artarmon, 1948-1969); 2HL Noraville (1975) - Qualifications: AOCP 422, 1928, No. ?? in NSW - amateur operator? - Electoral Rolls: electrician (Artarmon, 1930-1937; Chatswood, 1943-1968); retired (Noraville, 1972) ===''LARSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Peter Christian Larsen|Larsen, Herbert Peter Christian]] [https://www.familysearch.org/tree/person/details/G36L-GHQ] - 1901(Qld)-1976(Qld) - Licences: 4JW Charters Towers(1928-1937); 4JW Cairns (1938-1939, 1947-1956); 4JW Charters Towers (1960-1975) - Qualifications: cc; AOCP 439, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: brewery hand (Charters Towers, 1925-1936); engine driver (Cairns, 1943-1954; Charters Towers, 1958-1968) ===''LARSSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gustaf William Larsson|Larsson, Gustaf William]] [https://www.familysearch.org/tree/person/details/GDTD-55K] - 1902(Tas)-1992(Tas) - Licences: 7BJ Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; AOLCP 92, 1932; AOCP 3275, 1952 - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Hobart West, 1928-1936) ===''LATHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Couzens Lathwell|Lathwell, Arthur George Couzens]] [https://www.familysearch.org/tree/person/details/GZH3-G9L] - 1911(WA)-1996(WA) - Licences: 6AL Bunbury (1935-1939, 1947-1975) - Qualifications: cc; AOCP 1467, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician's assistant (Bunbury, WA, 1936-1937); electrician (Bunbury, WA, 1943-1980) ===''LAUNDER-CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Edgar Launder-Cridge|Launder-Cridge, Wilfred Edgar]] [https://www.familysearch.org/tree/person/details/GXT9-S5L] - 1899(Eng)-1960(Tas) - Licences: 5BZ Adelaide (Brooklyn Park, 1928) - Qualifications: cc; 2COCP 200, 1930; 1COCP 120, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Essendon North, Vic, 1937; Aerodrome, Cambridge, Tas, 1943); OIC, DCA (Forrest, WA, 1958) ===''LAURENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Laurence|Laurence, John Henry]] [https://www.familysearch.org/tree/person/details/GXL7-YKV] - 1916(SA)-19??(???) - Licences: 5MZ Adelaide (Malvern, 1933-1939); 3PF Melbourne (Sandringham, 1947-1948); 3PF Benalla (1954-1980+) - Qualifications: cc; AOCP 1164, 1933, SA; 1COCP 118, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Ceduna, 1941-1943); farmer (Wellington, Benalla, 1949-1963; Benalla, 1967-1980) ===''LAURIE-RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melbourne Clive Laurie-Rhodes|Laurie-Rhodes, Melbourne Clive]] [https://www.familysearch.org/tree/person/details/GX6M-6K1] - 1915(Qld)-1997(NZ) - Licences: 4XU Brisbane (Hendra, 1934-1937) - Qualifications: cc; AOCP 1353, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: manager (Hendra, Qld, 1936-1937) ===''LAVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Poynton Laver|Laver, Charles Poynton]] [https://www.familysearch.org/tree/person/details/9JBH-SNC] - 1882(Eng)-1969(SA) - Licences: 5CP Cape Borda (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Lightkeeper (Cape Borda, SA, 1939; Edithburgh, 1941-1951) ===''LAVINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Morgan Eric Lavington|Lavington, Frederick Morgan Eric]] [https://www.familysearch.org/tree/person/details/GDJM-ZC9] - 1903(Tas)-1974(Vic) - Licences: 2ZC Receive Sydney (Bondi, 1923); 2ZC Sydney (Waverley, 1923; Bondi, 1924-1925; Mosman, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Manly, 1930); engineer (Strathfield, 1932; Ashfield West, 1935-1936); electrical engineer (Ashfield West, 1937); engineer (Kensington, 1949; Kingsford, 1954-1972) ===''LAWRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevan Alic Lawrie|Lawrie, Kevan Alec or Alic]] [https://www.familysearch.org/tree/person/details/GXRS-5YP] - 1915(SA)-2000(SA) - Licences: 5AK Adelaide (Lockleys, 1936-1939; York, 1947-1948; Lockleys, 1954-1965; Brooklyn, 1969-1980+) - Qualifications: cc; AOCP 1602, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (Lockleys, SA, 1939-1941) ===''LAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. W. Law|Law, F. W.]] - 19??(???)-19??(???) - Licences: 6DA Perth (Armadale, 1923); 6CZ Perth (Armadale, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''LAWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Andrew Laws|Laws, David Andrew]] [https://www.familysearch.org/tree/person/details/GZLN-FW5] - 1909(Qld)-1943(PNG) - Licences: 4DR Brisbane (Taringa, 1931-1939) - Qualifications: AOCP 829, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 (Army, M Special Unit, Commando)- Sacrifice: "Greater love hath no man than this" - Electoral Rolls: clerk (Taringa, 1936-1943) - Links: [https://vwma.org.au/explore/people/635901] * [[/Sidney Frank Henry Laws|Laws, Sidney Frank Henry]] [https://www.familysearch.org/tree/person/details/G6ZT-GBH] - 1893(NZ)-1973(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 6, 1914, No. 6 in Aus and Vic - commercial operator; coastal station operator; manager 7ZL (1927); witness to Royal Commission 1927 (obo 7ZL) - Electoral Rolls: radio engineer operator (Wireless Station, Townsville, 1915); farmer (Launching Place, 1918); electrical engineer (Prahran, Vic, 1919); engineer (Armadale, Vic, 1919-1924); manager (Launceston, 1928); company manager (Double Bay, NSW, 1930-1931) ===''LAWTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Kyle Lawton|Lawton, Alexander Kyle]] [https://www.familysearch.org/tree/person/details/LR8F-FWT] - 1889(Qld)-1978(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, federal public servant (PMGD), radio clubs (QWI, member), business (movie theatres, Amico), WW2 - Electoral Rolls: electrician (Toowoomba, 1913; Wynnum South, 1915-1916); manager (Windsor, 1919); engineer (Nundah, 1925-1928); manager (Townsville, 1936-1937; Nundah, 1943-1949); manufacturer's agent (Virginia, 1954-1958); company director (Ashfield, 1963); sales manager (Ashfield, 1968-1977) ===''LEADBITTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Leadbitter|Leadbitter, James Henry]] [https://www.familysearch.org/tree/person/details/GDP1-3V1] - 1882(NSW)-1946(NSW) - Licences: 2AF Receive West Wyalong (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: cycle mechanic (Darlington, 1903); mechanic (West Wyalong, 1913); cycle mechanic (West Wyalong, 1930-1943) ===''LEANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Gregory Leaney|Leaney, William Gregory]] [https://www.familysearch.org/tree/person/details/LK9P-JF9] - 1895(SA)-1982(Vic) - Licences: 3XN Receive Melbourne (Northcote, 1923); 3XN Melbourne (Northcote, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engine driver (Northcote, 1919-1954); driver (Coburg, 1963-1977); nil (Preston, 1980) ===''LEBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/David Leber|Leber, David]] [https://www.familysearch.org/tree/person/details/G8HD-847] - 1905(Vic)-1950(Vic) - Licences: 3DL Melbourne (Richmond, 1929-1939; Hawthorn, 1947-1948) - Qualifications: AOCP 481, 1929, No. ?? in Vic; 3COCP 45, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Richmond, 1927-1942); salesman (Hawthorn, 1949) ===''LECKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Herbert Crockett Leckie|Leckie, Herbert Crockett]] [https://www.familysearch.org/tree/person/details/LJ1R-QQN] - 1927(Vic)-1994(Vic) - Licences: 3LH Melbourne (Elwood, 1948-1980+) - Qualifications: cc; 1COCP 1170, 1947 - amateur operator - Electoral Rolls: student (St Kilda, 1949-1968; Elwood, 1972-1980); * [[/Raymond Campbell Leckie|Leckie, Raymond Campbell]] [https://www.familysearch.org/tree/person/details/GZ2Q-ZZV] - 1904(Vic)-1987(ACT) - Licences: 3TU Receive Melbourne (Sandringham, 1923); 3TU Melbourne (Sandringham, 1924-1927) - Qualifications: cc; AOCP 215, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Sandringham, 1926); public servant (Braddon, 1935; Turner, 1943-1968); examiner of patents (Hughes, 1972); retired (Hughes, 1977-1980) ===''LEE-ARCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Leslie Lee-Archer|Lee-Archer, Evan Leslie]] [https://www.familysearch.org/tree/person/details/LB2K-F3W] - 1911(Vic)-1993(Vic) - Licences: 3LM Melbourne (Glen Iris, 1929-1931); 3LM Wonthaggi (1933); 3LM Melbourne (Caulfield North, 1937; Malvern East, 1938) - Qualifications: AOCP 534, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Gardiner, 1933); radio engineer (Korumburra, 1934); engineer (Caulfield West, 1935); mechanic (Malvern East, 1937) ===''LEGGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Legge|Legge, Arthur William]] [https://www.familysearch.org/tree/person/details/9MJS-QKM] - 1906(Tas)-1968(Tas) - Licences: Receive (Crystal) Ulverstone (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Ulverstone, 1928); no occupation (Hobart South, 1936); zinc worker (Hobart East, 1943); farmer (Cullenswood, 1949-1954) ===''LE GRAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Walter Le Grand|Le Grand, Sydney Walter]] [https://www.familysearch.org/tree/person/details/GQDD-D57] - 1902(Qld)-1979(NSW) - Licences: 4LG Brisbane (Windsor, 1927) - Qualifications: cc; CPRT 882, 1925; 2COCP 34, 1929; 1COCP 151, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Windsor, 1925-1926); operator (Woollahra, 1931-1937; Bellevue Hill, 1943-1949; Bondi Junction, 1954-1968); retired (Banora Point, 1972-1977) ===''LELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Lelliott|Lelliott, Thomas "Tom"]] [https://www.familysearch.org/tree/person/details/G8VX-4PX] - 1911(Vic)-2000(Vic) - Licences: 3ZW Melbourne (Mont Albert, 1930-1939); 3AZW Melbourne (Boronia, 1954-1980+) - Qualifications: AOCP 684, 1930, Vic; AOLCP 68, 1932 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio operator (Mont Albert, 1937); operator (Caulfield, 1942); public servant (Boronia, 1963-1980) ===''LEMMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Lemmon|Lemmon, Charles Edward]] [https://www.familysearch.org/tree/person/details/GDLL-Z21] - 1885(Eng)-1966(WA) - Licences: Nil yet identified - Qualifications: CPRT 95, 1915; 2COCP 120, 1930; 1COCP 71, 1930 - coastal wireless operator; WW2; RANRS - Electoral Rolls: wireless operator (Clayfield, Qld, 1915); officer-in-charge Wireless Station (Rockhampton, 1916-1921); radio telegraphist (Applecross, 1931-1936; Como, 1937); wireless operator (Broome, 1937); radio telegraphist (Geraldton, 1943-1949); retired (Rivervale, 1954-1963) ===''LEMPRIERE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Louis Lempriere|Lempriere, Charles Louis]] [https://www.familysearch.org/tree/person/details/L23Y-NPS] - 1857(Vic)-1934(Vic) - Licences: 3ZJ Melbourne (Vermont, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: surgeon (South Yarra, 1912-1919); medical practitioner (Vermont, 1924-1934) ===''LENDRUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Lendrum|Lendrum, Alexander "Alex"]] [https://www.familysearch.org/tree/person/details/G8NZ-Y5Y] - 1887(Qld)-1955(NSW) - Licences: 2YL Sydney (Kensington, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Toowoomba, 1913); yardman (Toowoomba, 1921); constable (Kensington, 1930-1937) ===''LENNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Lennon|Lennon, Christopher James "Chris"]] [https://www.familysearch.org/tree/person/details/KJL3-LZF] - 1889(Vic)-1932(Aus) - Licences: Nil yet identified - Qualifications: cc; 1COCP 4, 1929 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: operator (Broome, 1916-1917); radio telegraphist (Townsville, 1925); telegraphist (Thursday Island, 1931) ===''LEONARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Benedict Leonard|Leonard, Aubrey Benedict]] [https://www.familysearch.org/tree/person/details/GS9T-N4X] - 1896(NSW)-1968(Vic) - Licences: 3EN Receive Drouin (1922-1923); 3EN Drouin (1924-1926) - Qualifications: cc; AOCP 244, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal assistant (Drouin, 1922-1928); radio dealer (Drouin, 1931-1954); retired (Drouin, 1963-1967) * [[/John William Leonard|Leonard, John William "Bill"]] [https://www.familysearch.org/tree/person/details/G494-BY4] - 1906(Vic)-1974(Vic) - Licences: 3AB Melbourne (Black Rock, 1928-1939) - Qualifications: cc; AOCP 386, 1928, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Sandringham, 1931-1943); shopkeeper (Sandringham, 1949-1968) * [[/Leslie Clarence Leonard|Leonard, Leslie Clarence]] [https://www.familysearch.org/tree/person/details/GH15-16Q] - 1902(Vic)-1961(SA) - Licences: 5LT Adelaide (Payneham, 1946-1947; Medindie, 1948); 5LT Port Lincoln (1954-1960) - Qualifications: AOCP 2336, 1939, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: pilot (The Terrace/Port Pirie, 1939) * [[/Vincent Halpin Leonard|Leonard, Vincent Halpin]] [https://www.familysearch.org/tree/person/details/G8S4-TXD] - 1915(Vic)-1988(Vic) - Licences: 3PJ Melbourne (?, 1938-1939; Kew, 1946-1956); 3PJ St Andrews (1960); 3PJ Melbourne (Balwyn, 1965-1980+) - Qualifications: AOCP 2167, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1937; Kew, 1937-1954); public servant (St Andrews, 1958; Balwyn, 1963-1980) ===''LESLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julian Leslie|Leslie, Julian]] [https://www.familysearch.org/tree/person/details/GS98-211] - 1873(Vic)-1950(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 142, 1915; 1COCP 246, 1932 - RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: telegraphist (Leederville, WA, 1910-1912; Applecross, WA, 1913); O.I.C. (Radio Telegraph Station, Broome, WA, 1917); officer-in-charge (Radio Station, Thursday Island, 1925-1926); superintendent of wireless (Auburn, Vic, 1928); supervisor B.H. service (Randwick, NSW, 1930-1949) ===''LESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lester|Lester, Jack]] [https://www.familysearch.org/tree/person/details/L5FQ-NQL] - 1902(SA)-1990(SA) - Licences: 5LR Renmark (1930-1937); 5LR Berri (1938-1939); 5LR Adelaide (Millswood Estate, 1946-1947; Blackwood, 1954-1965); 5LR Victor Harbour (1969-1980) - Qualifications: cc; AOCP 674, 1930, No. ?? in SA; AOLCP 236, 1935; BOCP 369, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Berri, 1939-1943) ===''LETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Norman Lett|Lett, Frederick James Norman]] [https://www.familysearch.org/tree/person/details/GD2P-Y8D] - 1903(NSW)-1972(NSW) - Licences: 2WN Receive Sydney (Annandale, 1923); 2WN Sydney (Annandale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Annandale, 1930-1936); publican (Sydney, 1937); hotelkeeper (Clifton Gardens Hotel, Mosman, 1943); Darlinghurst, 1949; Dulwich Hill, 1958; Marrickville, 1963); retired (Church Point, 1968) ===''LEVENSPIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pinkus Levenspiel|Levenspiel, Pinkus or Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G8JB-QSL] - 1904(Eng)-1987(NSW) - Licences: 2TX Wyong (1930-1939, 1946-1980+) - Qualifications: AOCP 668, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (Wyong, 1936-1937); mechanic (Wyong, 1949-1963); motor dealer (Ourimbah, 1968-1980) ===''LEVERETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Leverett|Leverett, John Henry]] [https://www.familysearch.org/tree/person/details/LV79-R7Q] - 1894(Eng)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 25, 1914; 1COCP 88, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: wireless operator (Broome, 1916); telegraphist (Ascot, Qld, 1921); wireless operator (Rockhampton, 1936-1937); radio telegraphist (Rockhampton, 1943); wireless inspector (Burwood, NSW, 1954) ===''LEVERRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Hewitt Leverrier|Leverrier, Francis Hewitt "Frank"]] [https://www.familysearch.org/tree/person/details/GWBT-DP5] - 1863(NSW)-1940(NSW) - Licences: XEN Sydney (Waverley, 1911-1914, Licence No. 5) - Qualifications: cc; Nil yet identified - early wireless experimenter; radio clubs (WIA, president, 1910) - Electoral Rolls: barrister (Vaucluse, 1930-1934, Kings Counsel) - Relationships: father of 2BK-2ADE Frank Neville Leverrier * [[/Frank Neville Leverrier|Leverrier, Frank Neville "Boy"]] [https://www.familysearch.org/tree/person/details/M6RF-W2W] - 1904(NSW)-1980(NSW) - 2BK Receive Sydney (Waverley, 1922-1923); 2BK Sydney (Vaucluse, 1924-1930); 2ADE Castle Cove (1969-1975+) - Qualifications: cc; AOCP 169, 1925, No. ?? in NSW; CPRT 931, 1926) - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio work (Vaucluse, 1930); clerk (Vaucluse, 1933-1937); superintendent (Vaucluse, 1943-1949); public relations (Roseville, 1963-1968; Castle Cove, 1977) - Relationships: son of XEN Francis Hewitt Leverrier * [[/Henri Andre Leverrier|Leverrier, Henri Andre "Henry"]] [https://www.familysearch.org/tree/person/details/G68N-18J] - 1882(NCL)-1943(NSW) - Licences: XEN Sydney (Gordon, 1911); XHL Sydney (City, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; witness to Royal Commission 1927 (as manager, Australian General Electric, Sydney) - Relationships: nephew of XEN Francis Hewitt Leverrier; cousin of 2BK-2ADE Frank Neville Leverrier - Electoral Rolls: engineer (North Sydney, 1913); manager (Crows Nest, 1930-1937) ===''LEVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Levy|Levy, Richard "Dick"]] [https://www.familysearch.org/tree/person/details/G8N1-Z38] - 1909(SA)-1955(SA) - Licences: 5AJ Adelaide (Torrensville, 1930-1931) - Qualifications: cc; AOCP 654, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Torrensville, 1943) ===''LEWIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Garrett Lewis|Lewis, Henry Garrett "Harry"]] - 1895(Tas)-1978(Vic) - Licences: Hobart (no record of licence identified as yet) - Qualifications: cc; Nil yet identified - early wireless experimenter (reported experimenting from 1912); councillor WIA Tas in 1923; manager 3UZ 1924 - Electoral Rolls: * [[/William John Lewis|Lewis, William John]] [https://www.familysearch.org/tree/person/details/GXYJ-BZQ] - 1908(WA)-1976(NSW) - Licences: 2YB Sydney (Marrickville, 1931-1936; McMahons Point, 1937); 6YB Perth (Pearce, 1938-1939); 2YB Sydney (Haberfield, 1947-1950; Paddington, 1954-1969; Ryde, 1975) - Qualifications: cc; AOCP 863, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (RAAF) - Comment: Several contemporaneous WJLs - Electoral Rolls: Nil yet identified due to numbers ===''LIGHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lighton|Lighton, Robert]] [https://www.familysearch.org/tree/person/details/K2HJ-HD1] - 1869(Vic)-1940(Vic) - 3CM Receive Melbourne (East St Kilda, 1922-1924), 3RL Melbourne (East St Kilda, 1925-1931), amateur operator (AOCP 179, 1925, No. ?? in Vic), amateur broadcaster, storekeeper (Toongabbie, 1903; Benalla, 1916), independent means (East St Kilda, 1928; Armadale, 1937) ===''LINDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Linden|Linden, Edwin]] [https://www.familysearch.org/tree/person/details/GXXD-PRV] - 1904(Qld)-1970(NSW) - Licences: 4FT Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Murgon, Qld, 1925); mechanic (Wilston, Qld, 1928); storekeeper (Clayfield, Qld, 1936-1937); telephone mechanic (Mackay, Qld, 1943-1949); supervising technician (Bowen, Qld, 1954); PMG technician (Tweed Heads, NSW, 1958-1968) ===''LINDNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Lindner|Lindner, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GSVX-787] - 1904(NSW)-1981(Qld) - 4BX Receive Brisbane (Alderley) 1922 - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Wilston, 1928); motor mechanic (Maleny, 1934); mechanic (Windsor, 1936-1972); retired (Mt Samson, 1977) ===''LINDSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Gordon Lindsay|Lindsay, Donald Gordon]] [https://www.familysearch.org/tree/person/details/GZ6V-126] - 1909(Vic)-1964(WA) - 2DY Sydney (Gordon, 1925-1936; Ashfield, 1937; Concord, 1938; Kogarah, 1939), amateur operator (AOCP 83, 1925, No. ?? in NSW), amateur broadcaster, engineer * [[/Herbert Maxwell Lindsay|Lindsay, Herbert Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KP3L-S78] - 1913(Qld)-1989(Qld) - Licences: 4HD Nambour (1937-1939); 4HD Buderim (1946-1980+) - Qualifications: cc; AOCP 2027, 1937, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); employment (company secretary) - Electoral Rolls: bank officer (Nambour, Qld, 1936-1937; Taringa, Qld, 1943); fruitgrower (Buderim, Qld, 1954-1980) * [[/Patrick Charles Edward Lindsay|Lindsay, Patrick Charles Edward]] [https://www.familysearch.org/tree/person/details/GF7R-8YZ] - 1896(Eng)-19??(Eng?) - Licences: 6PL Perth (West Perth, 1927) - Qualifications: cc; CPRT 855, 1925; 2COCP 37, 1929 - amateur operator; amateur broadcaster - Electoral Rolls: wireless instructor (West Perth, WA, 1922; Balcatta, WA, 1925); radio engineer (South Brisbane, Qld, 1934) ===''LINKLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Charles Linklater|Linklater, Donald Charles]] [https://www.familysearch.org/tree/person/details/GXRC-Z44] - 1905(SA)-1967(NSW) - Licences: 5DL Pinnaroo (1935-1937) - Qualifications: cc; AOCP 1521, 1935, SA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: radio mechanic (Darling Harbour, NSW, 1949); technician (Bondi Junction, NSW, 1958) ===''LITCHFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ainslie Roland Litchfield|Litchfield, Ainslie Roland]] [https://www.familysearch.org/tree/person/details/9J3Z-FRP] - 1906(NSW)-1968(NSW) - 2RL Cooma (1925-1939), 2RL Sydney (Woollahra, 1947; Darling Point, 1948-1954; Rozelle, 1955-1958; Avalon Beach, 1960-1965), amateur operator (AOCP 200, 1925, No. ?? in NSW), amateur broadcaster, WW2, grazier (Cooma, 1930-1937), film producer (Avalon Beach, 1958-1968) ===''LITHGOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Lithgow|Lithgow, John Charles]] [https://www.familysearch.org/tree/person/details/G691-5TL] - 1916(Tas)-1990(Eng) - Licences: 7WJ Launceston (1936-1939) - Qualifications: cc; AOCP 1688, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Marine officer? 1950s-1960s, several sea trips ===''LITTLEJOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sydney Littlejohn|Littlejohn, Arthur Sydney]] [https://www.familysearch.org/tree/person/details/G8DW-VDD] - 1905(NSW)-1993(NSW) - Licences: 2AL Sydney (Leichhardt, 1930-1939); 4LF Gunalda (1947); 2OU Sydney (Leichhardt, 1948-1950) - Qualifications: AOCP 579, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Leichhardt, 1930-1958; Haberfield, 1963-1980) ===''LLOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Howard Lloyd|Lloyd, Henry Howard]] [https://www.familysearch.org/tree/person/details/GST7-9LV] - 1904(SA)-1974(SA) - Licences: 5AI Adelaide (College Town, 1923-1927); 5AG Adelaide (College Town, 1923); 5HL Adelaide (North Adelaide, 1954-1975) - Qualifications: cc; AOCP 57, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Beware another Henry Howard Lloyd [https://www.familysearch.org/tree/person/details/GZDY-FS3] 1912-1981 in Adelaide, similar times - Electoral Rolls: Nil yet identified * [[/Hughie Frederick Lloyd|Lloyd, Hughie or Hugh Frederick]] [https://www.familysearch.org/tree/person/details/GXGY-Y95] - 1917(SA)-2002(SA) - Licences: 5BC Adelaide (Hindmarsh, 1933-1939); 5BC Berri (1947-1980) - Qualifications: cc; AOCP 1137, 1933, SA; BOCP 281, 1940 - amateur operator; amateur broadcaster - Relationships: Brother of 5HD William Edward Lloyd - Electoral Rolls: electrician (Hindmarsh, SA, 1939) * [[/William Edward Lloyd|Lloyd, William Edward "Bill"]] [https://www.familysearch.org/tree/person/details/GXGB-WR9] - 1914(SA)-1996(SA) - Licences: 5HD Adelaide (Hindmarsh, 1933-1939, 1947-1948; Cumberland, 1954-1980+) - Qualifications: cc; AOCP 1215, 1933, SA; 2COCP 763, 1943 - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5BC Hughie Frederick Lloyd - Electoral Rolls: nil (Hindmarsh, SA, 1939-1943) ===''LOCKHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Edward Lockhart|Lockhart, Leon Edward]] [https://www.familysearch.org/tree/person/details/G8CJ-6GG] - 1912(Vic)-1990(Vic) - Licences: 3LE Melbourne (Elwood, 1929-1939; Elsternwick, 1946-1980+) - Qualifications: AOCP 514, 1929, No. ?? in Vic; 1COCP 205, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elwood, 1934-1937); engineer (Elsternwick, 1942-1977) ===''LOESER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hedley Edmond Loeser|Loeser, Hedley Edmond]] [https://www.familysearch.org/tree/person/details/MPXL-RM6] - 1912(SA)-19??(???) - Licences: 5LO Adelaide (Goodwood, 1936-1939; Col LIght Gardens, 1947) - Qualifications: cc; AOCP 1748, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: display artist (Reade Park, SA, 1943) ===''LOMAX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Lomax|Lomax, Joseph]] - 19??(???)-19??(???) - Licences: 4EB Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: commercial traveller (St Kilda, Vic, 1913-1914; Ivanhoe, Vic, 1916-1917; Coorparoo, Qld, 1921-1925; Kew, Vic, 1926) ===''LONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Timothy Joseph Long|Long, Timothy Joseph]] [https://www.familysearch.org/tree/person/details/GQ19-Z9G] - 1884(Qld)-1923(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 140, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Comment: suicide after diagnosis terminal illness - Electoral Rolls: labourer (Toowoomba, 1908); radio telegraphist (Cooktown, 1916-1917); telegraphist (Townsville, 1921) ===''LONGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ruth Victoria Longley|Harris nee Longley, Ruth Victoria]] [https://www.familysearch.org/tree/person/details/GXYZ-5GJ] - 1913(WA)-19??(???) - Licences: 6YL Perth (Shenton Park, 1936-1939) - Qualifications: cc; AOCP 1808, 1936, WA - amateur operator; amateur broadcaster; YL operator; WW2 - Relationships: Wife of 6NL Valentine Harms Harris - Electoral Rolls: saleswoman (Subiaco, WA, 1936-1937); home duties (Applecross, WA, 1949-1954); manager (Applecross, WA, 1958) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''LONGSTAFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Allen Hector Longstaff|Longstaff, Thomas Allen Hector "Allen"]] [https://www.familysearch.org/tree/person/details/GWQM-WF3] - 1896(SA)-1953(NSW) - Licences: XVR Adelaide (Alberton, 1913) - Qualifications: cc; CPRT 55, 1915 - early wireless experimenter; coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2 - Electoral Rolls: executive (Brighton, Vic, 1949) ===''LORDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Allan Lorden|Lorden, Geoffrey Allan]] [https://www.familysearch.org/tree/person/details/GZJB-2P8] - 1907(WA)-1994(Vic) - Licences: 6GL Perth (Perth, 1925-1926; West Perth, 1927) - Qualifications: cc; AOCP 175, 1925, No. ?? in WA; 2COCP 342, 1940; 1COCP 441, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Jingalup, WA, 1931); survey assistant (Jingalup, WA, 1936-1937); radio operator (Hotel Beadon, Onslow, 1943; Kalgoorlie, 1949); civil servant (Mitcham, Vic, 1968-1977) ===''LOVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Kingsley Love|Love, Howard Kingsley]] [https://www.familysearch.org/tree/person/details/GZGQ-8S5] - 1895(Vic)-1948(Vic) - Licences: 3BM Receive Melbourne (East Malvern, 1922); 3BM Melbourne (East Malvern, 1922-1931; Glen Iris, 1933), 3KU Melbourne (Malvern, 1937-1939, 1946-1948) - Qualifications: cc; AOCP 230, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; broadcast engineer; radio clubs (WIA Vic); business proprietor (radio manufacturer) - Electoral Rolls: merchant (Orong, 1919; Malvern East, 1921-1924; Gardiner, 1927-1933); manager (Gardiner, 1936-1937); engineer (Mt. Waverley, 1942) - Comment: gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW199407.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199408.pdf EA2] * [[/James Peile Love|Love, James Peile "Nim"]] [https://www.familysearch.org/tree/person/details/L7JF-83Z] - 1906(Qld)-1999(Qld) - Licences: 4JL Brisbane (Kedron, 1928-1939) - Qualifications: cc; AOCP 469, 1928, No. ?? in Qld (Halcyon AOCP 1930); 3COCP 5259, 1965 - amateur operator; amateur broadcaster; military (WW2, AIF) - Electoral Rolls: auctioneer (Kedron, 1928-1943; Hawthorne, 1949-1980) ===''LOVETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Frank Lovett|Lovett, Hubert Frank]] [https://www.familysearch.org/tree/person/details/GHG1-DT2] - 1905(Tas)-1961(Tas) - Licences: 7HL Hobart (1926-1933+) - Qualifications: cc; AOCP 246, 1926, No. ?? in Tas - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Hobart North, 1928-1937); manager (Hobart South, 1949; Nelson, 1954) - Links: [https://info.scholarships.utas.edu.au/AwardDetails.aspx?AwardId=2813 UTAS Scholarship] * [[/Percy Lovett|Lovett, Percy]] [https://www.familysearch.org/tree/person/details/GDB5-M21] - 1906(NSW)-1986(NSW) - Licences: 2JP Receive Sydney (Artarmon, 1922) - Qualifications: cc; 3COCP 2210, 1956 - amateur operator; amateur broadcaster - Electoral Rolls: ===''LUBACH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Lubach|Lubach, Frederick John "Fred"]] [https://www.familysearch.org/tree/person/details/G9H7-VZD] - 1919(Qld)-1998(Qld) - Licences: 4RF Brisbane (South Brisbane, 1936-1939; Annerley, 1946-1947); Dalby (1948-1950); Brisbane (Coorparoo, 1954; Camp Hill, 1965-75; Loganlea, 1980) - Qualifications: cc; AOCP 1745, 1936, Qld; 2COCP 868, 1944 - amateur operator; amateur broadcaster; radio clubs (WIAQ, instructor, QSL manager); military (WW2, RAN, wireless officer); broadcast technician (4QS, Capalaba) - Electoral Rolls: technician (Dalby, Qld, 1949; Coorparoo, Qld, 1954; Camp Hill, Qld, 1958-1968); public servant (Camp Hill, Qld, 1972-1977); retired (Loganlea, Qld, 1980) ===''LUCAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gillen Frederick Lucas|Lucas, Gillen Frederick]] [https://www.familysearch.org/tree/person/details/GXLB-Y7P] - 1894(SA)-1964(SA) - Licences: 5LL Adelaide (Kilkenny, 1935-1939; Port Adelaide, 1947; Maylands, 1948; Trinity Gardens, 1954-1960) - Qualifications: cc; AOCP 1589, 1935, SA - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: bootmaker (Kilkenny, SA, 1939-1943) ===''LUCKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Forsythe Arthur Luckman|Luckman, Charles Forsythe Arthur]] [https://www.familysearch.org/tree/person/details/GMF8-LS2] - 1901(NSW)-1979(NSW) - Licences: 2JT Receive Sydney (Croydon, 1922); 2JT Sydney (Croydon, 1923-1926; Lakemba, 1927-1933; Croydon, 1934; Ashfield, 1935-1938; Croydon, 1939, 1946-1975) - Qualifications: cc; AOCP 41, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: lift engineer (Lakemba, 1930-1933); electrician (Croydon, 1935-1943); electrical mechanic (Croydon, 1954-1972) * [[/Thomas Stuart Luckman|Luckman, Thomas Stuart "Stuart"]] [https://www.familysearch.org/tree/person/details/G64P-8CD] - 1913(Qld)-2005(Qld) - Licences: 4SL Brisbane (Kalinga, 1931-1939) - Qualifications: cc; AOCP 783, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, CMF, Signals Northern Command); occupation (hardware executive) - Electoral Rolls: salesman (Kalinga, 1936-1937); storeman (Hendra, 1943-1958); retired (Aspley, 1972-1977; Carseldine, 1980) ===''LUHRS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Albert Luhrs|Luhrs, Victor Albert]] [https://www.familysearch.org/tree/person/details/KZYN-VJJ] - 1888(Vic)-1964(SA) - Licences: V761 Receive Woori Yallock (1922); 3HB Receive Woori Yallock (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Torquon West, Nhill, 1909; Netherby, 1912-1914; Cavendish, 1916-1919; Woori Yallock, 1922-1924; Kalyan, SA, 1939); grazier (Tintinara, SA, 1941-1943) ===''LUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Douglas Lum|Lum, Allan Douglas]] [https://www.familysearch.org/tree/person/details/G92F-LX7] - 1913(SA)-1978(SA) - Licences: 5AL Adelaide (Joslin, 1932-1939; Hyde Park, 1947) - Qualifications: cc; AOCP 980, 1932, No. ?? in SA; 1COCP 427, 1940; TVOCP 263, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Gawler, SA, 1939-1941); mechanic (Hyde Park, SA, 1943) ===''LUMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd John Lumb|Lumb, Lloyd John "Jack"]] [https://www.familysearch.org/tree/person/details/G84C-LF2] - 1907(Qld)-1975(Qld) - Licences: 4LL Brisbane (Ashgrove, 1928-1939) - Qualifications: cc; AOCP 471, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; engineer (PMGD) - Electoral Rolls: telephone mechanic (Ashgrove, 1936-1937); postal electrician (Stanthorpe, 1943); technician (Ashgrove, 1949); engineer (Ashgrove, 1958-1972) ===''LUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Vincent Lunn|Lunn, Harold Vincent]] [https://www.familysearch.org/tree/person/details/GXGY-4X5] - 1908(NSW)-1987(NSW) - Licences: 5HL Adelaide (Morphettville, 1935-1939); 2ANE Sydney (North Ryde) - Qualifications: cc; AOCP 1449, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical fitter (Morphettville, SA, 1939-1943; Hurstville South, NSW, 1972); retired (North Ryde, NSW, 1977-1980) ===''LUXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilfred Luxon|Luxon, George Wilfred]] [https://www.familysearch.org/tree/person/details/M5YJ-XTL] - 1908(NSW)-1992(SA) - Licences: 5RX Adelaide (West Mitcham, 1928-1939, 1946-1965; Torrens Park, 1969-1980+) - Qualifications: cc; AOCP 450, 1928, No. ?? in SA - amateur operator; amateur broadcaster late 1920s; WW2; WIA SA (several official duties) - Electoral Rolls: radio mechanic (Mitcham, 1939-1943) ===''LYNCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harold John Lynch|Lynch, Harold John]] [https://www.familysearch.org/tree/person/details/LDTD-VXL] - 1905(Qld)-1995(Qld) - Licences: 4HL Brisbane (Fortitude Valley, 1934-1939, 1946-1956; Slacks Creek, 1960-1975); 4HL Springbrook (1980+) - Qualifications: cc; AOCP 1268, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); business proprietor (restaurants, picture theatres) - Electoral Rolls: cutter (Albion, Qld, 1928); shopkeeper (Valley, Qld, 1936-1943); cafe proprietor (Valley, Qld, 1949); shopkeeper (St Lucia, Qld, 1954; Slacks Creek, Qld, 1958-1968); owner (Slacks Creek, Qld, 1972-1977); retired (Springbrook, Qld, 1980) ===''LYONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Thomas Lyons|Lyons, Joseph Aloysius Thomas]] [https://www.familysearch.org/tree/person/details/LZGY-XKB] - 1879(Tas)-1939(NSW) - teacher, state politician, Premier of Tasmania, federal politician, Postmaster-General, Prime Minister of Australia, actively promoted development of broadcasting in Australia over two decades - Electoral Rolls: =='''M'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''MABBITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Matthew Mabbitt|Mabbitt, John Matthew]] [https://www.familysearch.org/tree/person/details/G8DV-FD5] - 1905(Vic)-1966(Vic) - Licences: 3KI Lake Boga (1930-1939); 3JG Lake Boga (1947-1948); 3JG Swan Hill (1954-1960); 3JG Melbourne (Templestowe, 1965) - Qualifications: AOCP 588, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: orchardist (Lake Boga, 1928-1949); supervisor (Swan Hill, 1954); public servant (Templestowe, 1963) ===''MACDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Donald Macdonald|Macdonald, Donald "Don"]] [https://www.familysearch.org/tree/person/details/GXQ7-WT8] - 1883(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; BOCP 45, 1936 - senior federal public servant (Chief Engineer, Radiotelegraph Branch, PMGD, 1914); Lieutenant-Commander Telegraphist (RAN, in charge captured German Pacific Wireless); chief engineer 7EX; supervised erection 3AR, 5CL, 7ZL; early TV research - Comment: Don't confuse with Don Macdonald AWA consultant - Electoral Rolls: Numerous contemporaneous DMcDs - Links: [http://messui.polygonal-moogle.com/valves/NW199505.pdf EA] * [[/Llewellyn Macdonald|Macdonald, Llewellyn "Lew"]] [https://www.familysearch.org/tree/person/details/G8HH-73F] - 1908(Eng)-1974(NSW) - Licences: 2WU Newcastle (West Maitland, 1929-1934; Wickham, 1935-1936; Waratah, 1937; Mayfield, 1938-1939, 1946-1961; Charlestown, 1965-1969) - Qualifications: AOCP 478, 1929, No. ?? in NSW; 2COCP 69, 1936; BOCP 50, 1936; 1COCP 125, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: cabinetmaker (West Maitland, 1930; Wickham, 1936); joiner (Waratah, 1937; Charlestown, 1972) ===''MACFARLANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred - see Harriss, Dorothy Winnifred ===''MACGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. MacGregor|MacGregor, H.]] - 19??(???)-19??(???) - 4ZU Brisbane (Windsor, -1947+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''MACKAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Stewart Mackay|Mackay, Cedric Stewart or Stuart]] [https://www.familysearch.org/tree/person/details/973G-3Q2] - 1889(Vic)-1955(NSW) - Licences: XADF Coffs Harbour (1913-1914); 2GP Urunga (1922-1931); 2GO Coffs Harbour (1935-1939) - Qualifications: cc; AOCP 149, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Urunga, 1930); agent (Coffs Harbour, 1943-1949) * [[/Ian Keith Mackay|Mackay, Ian Keith]] [https://www.familysearch.org/tree/person/details/G8JG-NHF] - 1907(NZ)-1985(NZ) - author, historian (broadcast, "Broadcasting in New Zealand" (1953), "Broadcasting in Australia" (1957), "Broadcasting in Nigeria" (1964), "Broadcasting in Papua New Guinea" (1976) - Electoral Rolls: broadcasting executive (Lane Cove, 1954); executive (Killara, 1958) * [[/Ronald Reay Mackay|Mackay, Ronald Reay]] [https://www.familysearch.org/tree/person/details/G8N2-Y6T] - 1905(Vic)-1963(Vic) - Licences: 3FZ Receive Melbourne (Carlton, 1922); 3MU Melbourne (Carlton, 1931-1939, 1946-1960) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, principal (RMIT) - Electoral Rolls: teacher (Carlton, 1931-1963) - [https://adb.anu.edu.au/biography/mackay-ronald-reay-10980 ADB] ===''MACKEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Francis Mackel|Mackel, John Francis]] [https://www.familysearch.org/tree/person/details/G8DJ-FP5] - 1912(NSW)-1987(NSW) - Licences: 2HG Sydney (Chatswood, 1930-1939, 1946-1947; Lane Cove, 1948-1965; Hunters Hill, 1969-1980) - Qualifications: AOCP 585, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Chatswood, 1935-1943); insurance inspector (Lane Cove, 1949-1954); insurance manager (Lane Cove, 1958-1963); manager (Hunters Hill, 1968-1980) ===''MACKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Harper Mackenzie|Mackenzie, Alexander Harper "Mac"]] [https://www.familysearch.org/tree/person/details/G7J3-MVZ] - 1892(Sct)-1970(Qld) - Licences: 4GK Brisbane (Wynnum, 1930-1939; Bulimba, 1946-1969) - Qualifications: cc; AOCP 628, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Fire Service) - Electoral Rolls: fireman (Brisbane City, 1916; Hamilton, 1919; Brisbane City, 1925); fire brigade officer (Wynnum, 1928-1936); newsagent (Bulimba, 1949); retired (Bulimba, 1954-1968) - Relationships: father of 4YL Florence Madeline Mackenzie and 4HJ Arthur Alexander Mackenzie * [[/Arthur Alexander Mackenzie|Mackenzie, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7J3-796] - 1918(Qld)-2001(Qld) - Licences: 4HJ Jericho (1937); 4HJ Brisbane (Wynnum, 1938-1939) - Qualifications: cc; AOCP 1346, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Townsville, 1949); newsagent (Grange, 1954-1963); public servant (Townsville, 1972; Cleveland, 1972; Thornlands, 1977, Cleveland, 1980) - Relationships: son of 4GK Alexander Harper Mackenzie; brother of 4YL Florence Madeline Streamer nee Mackenzie * [[/Florence Madeline Mackenzie|Streamer nee Mackenzie, Florence Madeline "Madeline"]] [https://www.familysearch.org/tree/person/details/G8FN-B8C] - 1922(Qld)-19??(Qld) - Licences: 4YL Brisbane (1936-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; third YL operator in Qld - Electoral Rolls: home duties (Mitchelton, 1949; New Farm, 1954) - Relationships: daughter of 4GK Alexander Harper Mackenzie; sister of 4HJ Arthur Alexander Mackenzie - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Harold Stuart Mackenzie|Mackenzie, Harold Stuart]] [https://www.familysearch.org/tree/person/details/L21R-VGN] - 1908(Qld)-1995(Qld) - Licences: 4AM Brisbane (Annerley, 1929-1933) - Qualifications: cc; AOCP 518, 1929, No. ?? in Qld; 2COCP 90, 1937; 1COCP 239, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Annerley, 1934-1937); company manager (Strathfield, NSW, 1943-1954); radio operator (Blackheath, 1958); unemployed (Burleigh Heads, 1963-1968); technician (Burleigh Heads, 1972-1980) ===''MACKINNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Eric Wilton MacKinnon|MacKinnon, Colin Eric Wilton]] [https://www.familysearch.org/tree/person/details/LK45-QRQ] - 1941(NSW)-2004(NSW) - Licences: 2KCM Sydney 1980s; 2DYM Sydney (1980-2004)- Qualifications: NAOCP N1793, 1981; AOLCP N1281, 1981; AOCP N1032, 1981, NSW - amateur operator; amateur broadcaster; historian (amateur radio; military radio; radar) - Electoral Rolls: engineer (Cronulla, 1968; Hurstville, 1977); retired (Glenhaven, 1980) - [https://www.qsl.net/vk2dym/radio/Colin_MacKinnon.htm Obit] ===''MACLARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Foster St Clair Maclardy|Maclardy, William John Foster St Clair "Will"]] - 1892(NSW)-1971(NSW) - 2HP Sydney (Neutral Bay & Cremorne,1922-1925), amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, broadcast engineer (2BL), journalist (Smith's Weekly, Wireless Weekly), correct surname is St Clair Maclardy but rarely used, son of William McIntyre St Clair Maclardy, one time Wireless Weekly proprietor ===''MACLAREN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Catto Maclaren|Maclaren, Donald Catto]] [https://www.familysearch.org/tree/person/details/G8N1-2R2] - 1909(NSW)-1964(NSW) - Licences: 2DM Sydney (Haberfield, 1930-1939); 2NN Narrabri (1947-1950) - Qualifications: AOCP 655, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Haberfield, 1933-1936; Taree, 1937; Narrabri, 1949) ===''MACLURCAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Dansie Maclurcan|Maclurcan, Charles Dansie]] [https://www.familysearch.org/tree/person/details/GWR7-LJ3] - 1889(Qld)-1957(NSW) - Licences: XDM Sydney (1909-1914); 2CM Sydney (Strathfield, 1921-1939; Neutral Bay, 1946-1957); 2CY Sydney (Strathfield, 1923, briefly by administrative error); first licence issued under new 1922 radio regulations - Qualifications: cc; AOCP 98, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; business proprietor (Maclurcan and Lane, 1909-19??, Maclurcan Engineering, Hotel Wentworth) - Electoral Rolls: electrical engineer (Darling Harbour, 1913); engineer (Strathfield, 1930-1934); hotel manager (Neutral Bay, 1949-1954) - Links: [https://adb.anu.edu.au/biography/maclurcan-hannah-13070 ADB] [[w:2CM|Wikipedia]] [https://radioinfo.com.au/news/who-was-radio-pioneer-charles-maclurcan/ radioinfo] ===''MACM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Chestnut McMillan|McMillan, Joseph Chestnut]] [https://www.familysearch.org/tree/person/details/GDRK-8TG] - 1901(Sct)-1968(Vic) - Licences: 7BP Receive Hobart (City, 1923); 7BP Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart East, 1928) ===''MACPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Duncan Macpherson|Macpherson, Alexander Duncan "Sandy"]] [https://www.familysearch.org/tree/person/details/29CF-Z3F] - 1899(Qld)-1974(Qld) - Licences: 4MC Brisbane (Nundah, 1934-1939, 1946-1948; Oakleigh, 1954; Chermside, 1955-1969) - Qualifications: cc; AOCP 1271, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Toombul RC); Qld Lands (draughtsman) - Comment: Slow update for death in Electoral Rolls? - Electoral Rolls: draftsman (Nundah, Qld, 1921-1949; Oakleigh, Qld, 1954; Chermside, Qld, 1958-1968); retired (Chermside, Qld, 1972-1980) ===''MADDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney John Madden|Madden, Sydney John]] [https://www.familysearch.org/tree/person/details/GX16-WGL] - 1900(Sct)-1955(WA) - Licences: 6MN Perth (City, 1930; North Perth, 1931; Maylands, 1933-1937; Wembley, 1938-1939) - Qualifications: cc; 2COCP 264, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Maylands, WA, 1931-1937; Wembley Park, WA, 1937-1943); supervisor (Wembley, WA, 1954) ===''MADDICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Maddick|Maddick, Herbert William]] [https://www.familysearch.org/tree/person/details/GHLB-J2P] - 1890(Vic)-1960(Vic) - Licences: XLX Melbourne (Elsternwick, 1913-1914); 3EF Receive Melbourne (Elwood, 1922-1923); 3EF Melbourne (Elwood, 1924-1933+) - Qualifications: cc; AOCP 161, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; perpetrator of the foul mouthed parrot incident - Electoral Rolls: motor mechanic (Elsternwick, 1917); mechanic (Elsternwick, 1919-1954) ===''MAGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin William Michael Magee|Magee, Kevin William Michael]] [https://www.familysearch.org/tree/person/details/GXRX-51Z] - 1913(Vic)-1979(Vanuatu) - Licences: 5KM Adelaide (City, 1931-1933); 2UN Sydney (Paddington, 1936); 3UN Melbourne (Hawthorn, 1937); 3KM Melbourne (Kew, 1947-1960; North Balwyn, 1965-1969) - Qualifications: cc; AOCP 874, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: staff cadet (Victoria Barracks, NSW, 1936); military officer (Hawthorn, Vic, 1937; Kew, Vic, 1943); engineer (Kew, Vic, 1949-1954); company director (Kew, Vic, 1963); director (Balwyn, Vic, 1967-1972) ===''MAGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lindsay Maguire|Maguire, Arthur Lindsay]] [https://www.familysearch.org/tree/person/details/G8SN-BKC] - 1921(Vic)-1998(Vic) - Licences: 3IO Stratford (1938-1939; 1947-1960) - Qualifications: AOCP 2216, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Stratford, 1949-1977); grazier (Munro, 1980) * [[/Ernest Norbert Maguire|Maguire, Ernest Norbert]] [https://www.familysearch.org/tree/person/details/LR4X-F61] - 1892(NSW)-1967(NSW) - Licences: 2KL Sydney (Lewisham, 1928-1930; Dulwich Hill, 1931-1939) - Qualifications: AOCP 387, 1928, No. ?? in NSW; 2COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: police constable (Lewisham, 1930-1932); sergeant of police (Putney, 1943; Gladesville, 1949-1958); retired (Lake Illawarra South, 1963) * [[/Sydney William Maguire|Maguire, Sydney William]] [https://www.familysearch.org/tree/person/details/KNDF-L85] - 1903(WA)-1958(NSW) - Licences: 2XY Sydney (Rose Bay, 1930-1934; Paddington, 1935-1936; North Bondi, 1937-1939) - Qualifications: CPRTelephony 933, 1926; AOLCP 74, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Rose Bay, 1930-1934; Glenmore, 1935); engineer (Bondi, 1936-1937); radio engineer (Maroubra North, 1943); inspector (Maroubra North, 1949; Kingsford, 1954-1958) ===''MAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Hugh Mahon|Mahon, Hugh]] - 1857(Ire)-1931(Vic) - senior federal politician (MHR 1900s & 1910s; Postmaster-General 1904) ===''MALCOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Graham Malcolm|Malcolm, Keith Graham]] [https://www.familysearch.org/tree/person/details/GD8F-K5W] - 1949(Eng)-2011(NSW) - Licences: 3ZYK Melbourne (North Clayton, 1969; Mulgrave, 1975; Berwick, 1980); 1???; 2??? - Qualifications: AOLCP 2407, 1967 - broadcast planning engineer (PMGD, ABCB, P&TD, DoC); Communications Laboratory DoC (Director) - Electoral Rolls: engineer (Clayton, Vic, 1972; Mulgrave, 1977; Berwick, 1980) ===''MALONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Joseph Malone|Malone, James Joseph "Jim"]] [https://www.familysearch.org/tree/person/details/GWL8-8DP] - 1883(NSW)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 240, 1916 - employment (NSW P&T, Telegraph Messenger; PMGD, Cadet Engineer, Controller Wireless; OTC, Manager); WW1 - Electoral Rolls: engineer (Clayfield, Qld, 1917-1925; Kew, Vic, 1926-1928); chief inspector wireless (Kew, Vic, 1931-1937); Deputy Director, Posts and Telegraphs (Indooroopilly, 1943); public servant (Lindfield, NSW, 1949-1963) - Links: [[w:James Joseph Malone|Wikipedia]]; [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_05_30#P.109_-_Commonwealth_Controller_of_Wireless|Bio]] ===''MALPAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth John Malpas|Malpas, Kenneth John "Ken"]] [https://www.familysearch.org/tree/person/details/MGC2-BNN] - 1909(SA)-1929(SA) - Licences: 5XG Kadina (1927-1928) - Qualifications: cc; AOCP 313, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Passed too soon - Electoral Rolls: Nil ===''MANGNALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hartley Mangnall|Mangnall, Robert Hartley Jnr]] [https://www.familysearch.org/tree/person/details/G8MD-3L2] - 1903(Vic)-1963(Vic) - Licences: 3?? Melbourne (Carlton, 1927); 3HB Melbourne (Highett, 1947-1960) - Qualifications: AOCP 350, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (Carlton, 1936); engineer (Sandringham, 1942-1963) ===''MANIFOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Charles Manifold|Manifold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/LXMR-BFZ] - 1908(Vic)-1993(Vic) - Licences: 3EM Melbourne (Malvern, 1930-1933; McKinnon, 1937-1939, 1946-1980+) - Qualifications: AOCP 647, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: plumber (Malvern, 1931-1934; Bentleigh, 1936-1980) ===''MANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Mann|Mann, John Edward "Jack"]] [https://www.familysearch.org/tree/person/details/G3JY-STV] - 1912(SA)-1941(off Libyan coast) - Licences: 5EM Semaphore (1934-1938); 3IE Westmere (1938); 3IE Ballarat (1939) - Qualifications: cc; AOCP 1304, 1934, SA - amateur operator; amateur broadcaster; military (WW2, RAN, telegraphist) - Relationships: Son of Thomas William Mann - Electoral Rolls: Nil yet identified - Links: [https://www.awm.gov.au/collection/R1675471 AWM]; [https://www.awm.gov.au/collection/P10278775 AWM] - Sacrifice: "Greater love hath no man than this" * [[/Sydney George Mann|Mann, Sydney George]] [https://www.familysearch.org/tree/person/details/G8DP-V1C] - 1908(Eng)-1977(Eng) - Licences: 3KY Melbourne (Glenhuntly, 1930-1931; Hampton, 1937-1939, 1946-1954; East Brighton, 1955-1960) - Qualifications: AOCP 594, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Sergeant) - Electoral Rolls: traveller (Glenhuntly, 1931); mechanic (Sandringham, 1936-1937); shopkeeper (Woodend, 1942); mechanic (Hampton, 1949-1954); sales (Carnegie, 1963); salesman (St Kilda, 1967) * [[/Thomas William Mann|Mann, Thomas William]] [https://www.familysearch.org/tree/person/details/GZLZ-2S3] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923) - Qualifications: Nil yet identified - amateur receiver - Relationships: Father of 5EM-3IE John Edward Mann- Electoral Rolls: Nil yet identified ===''MANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol John Roland Manning|Manning, Athol John Roland]] [https://www.familysearch.org/tree/person/details/G69L-G2L] - 1916(Tas)-2005(Tas) - Licences: 7LR Devonport (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1367, 1934, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Devonport, 1949-1954) * [[/Clifton Joseph Manning|Manning, Clifton Joseph]] [https://www.familysearch.org/tree/person/details/G893-WW6] - 1909(Vic)-1994(Vic) - Licences: 3CJ Melbourne (Ringwood, 1927; Elwood, 1931-1937; Eltham, 1938-1939; Balwyn, 1946-1947; Templestowe, 1948; Beaumaris, 1954-1960); 3CJ Orbost (1965); 3CJ Marlo (1969-1975) - Qualifications: AOCP 338, 1927, No. ?? in Vic; 1COCP 877, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (St Kilda, 1931-1936; Canterbury, 1943; Templestowe, 1949; Sandringham, 1954-1963); farmer (Orbost, 1967-1968); retired (Marlo, 1972-1977; Lang Lang, 1980) ===''MANSFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Mansfield|Mansfield, H. D.]] - 19??(???)-19??(???) - Licences: XZQ Burnie (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''MANTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Thomas Mantle|Mantle, Joseph Patrick Thomas]] [https://www.familysearch.org/tree/person/details/GX84-DP9] - 1913(Qld)-1976(Fiji) - Licences: 4XF Brisbane (Ascot, 1933-1939); 4XF Townsville (Hermit Park, 1947-1948); 4XF Brisbane (Brisbane City, Qld, 1954-1960); 3AEN Bendigo (1969-1980) - Qualifications: cc; AOCP 1146, 1933, Qld; 2COCP 1083, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: projectionist (Ascot, Qld, 1936); engineer (Ashgrove, Qld, 1943); sound engineer (Townsville, Qld, 1949); business manager (New Farm, Qld, 1954); manager (St Lucia, Qld, 1958); sales manager (Warwick, Qld, 1963); no occupation (Townsville, Qld, 1963); sales executive (Petersham, NSW, 1972) ===''MANUEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Thomas Manuel|Manuel, Robert Thomas]] [https://www.familysearch.org/tree/person/details/KF5S-3R5] - 1910(SA)-2003(SA) - Licences: 5RT Adelaide (Prospect, 1932-1939, 1947-1960; Beefacres, 1965; Windsor Gardens, 1969-1980+) - Qualifications: cc; AOCP 1052, 1932, SA; BOCP 1310, 1953; 2COCP 1279, 1953; 1COCP 1688, 1953 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''MARCONI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guglielmo Giovanni Maria Marconi|Marconi, Guglielmo Giovanni Maria]] - 1874(Italy)-1937(Italy) - Inventor, electrical engineer, entrepreneur, businessman; pioneer of long distance radio transmission, widely credited as the inventor of radio; shared 1909 Nobel prize for physics for contributions to the development of wireless telegraphy ===''MARCUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eugen Gerald Marcuse|Marcuse, Eugen Gerald "Gerald"]] [https://www.familysearch.org/tree/person/details/9C3M-X1G] - 1886(Eng)-1961(Eng) - Licences: G2NM England - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer ===''MARKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Sydney Marks|Marks, Joseph Sydney or Sydney Joseph]] [https://www.familysearch.org/tree/person/details/GQG4-X1G] - 1885(NSW)-1949(NSW) - Licences: 2GR Receive Sydney (Rose Bay, 1922); 2GR Sydney (Rose Bay, 1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio trader (Electricity House, Marks' Radio Company); electrician; police officer; sued by 2BL for non-payment of fees in 1924 - Electoral Rolls: electrician (Rose Bay, 1930-1949) ===''MARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric William Marley|Marley, Cedric William]] [https://www.familysearch.org/tree/person/details/LVF2-DJ4] - 1918(Qld)-1984(Qld) - Licences: 4CJ Brisbane (Highgate Hill, 1938-1939; Graceville, 1947; Kalinga, 1948); 4CJ Rockhampton (1954-1956); 4CJ South Mackay (1960); 9CJ Port Moresby (1965); Brisbane (Mt Gravatt, 1969-1980) - Qualifications: cc; AOCP 2079, 1938, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); broadcast technician (PMG, ABC); WW2 (RAN, telegraphist); federal public servant (PMG, ABC) - Electoral Rolls: technician (Kalinga, Qld, 1949; Rockhampton, Qld, 1954); broadcast technician (Mackay, Qld, 1958; Bucasia, Mackay, Qld, 1958; Mt Gravatt, Qld, 1963-1980) ===''MARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Clanan Marr|Marr, Charles William Clanan]] [https://www.familysearch.org/tree/person/details/9M8V-QQM] - 1880(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; WW1 - Electoral Rolls: MHR (Forrest, 1929); director (Crows Nest, NSW, 1933); company director (Wollstonecraft, 1933-1935); director (Crows Nest, 1935); company director (Pymble, 1937-1943; Killara, 1943-1949; Pymble, 1954-1958) ===''MARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Burton Mars|Mars, Ernest Burton]] [https://www.familysearch.org/tree/person/details/G8VJ-GWR] - 1907(SA)-1987(Qld) - Licences: Receive Adelaide (North Unley, 1923-1924); 4EM Charleville (1930-1933); 2EM Dubbo (1934-1936); 4EM Charleville (1937-1939, 1946-1947); 2GE Moree (1948); 4EM Emerald (1954-1955); 4EM Charleville (1956); 4EM Longreach (1960); 4EM Currumbin (1965-1969) - Qualifications: cc; AOCP 686, 1930, No. ?? in Qld; BOCP 23, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Dubbo, 1935); bank official (Charleville, 1937-1943; Wagga Wagga, 1949); bank clerk (Moree, 1949); bank manager (Commonwealth Bank Emerald, 1954; Commonwealth Bank, Charleville, 1958; Longreach, 1963); retired (Currumbin, 1968; Palm Beach, Qld, 1977-1980) - established 4VL Charleville commercial ===''MARSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Marsden|Marsden, Robert Cecil "Cecil"]] [https://www.familysearch.org/tree/person/details/G92N-W62] - 1892(Eng)-1968(NSW) - Licences: unlicensed?, Sydney, 1909; 2JM Receive Sydney (Edgecliffe, 1922); 2JM Sydney (Edgecliffe, 1923-1925; Bellevue Hill, 1925-1926; Edgecliff, 1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW, local NSW clubs) - Relationships: Father of 2VV-2FV Robert Morris Marsden - Electoral Rolls: engineer (Woolahra, 1930; Epping, 1930-1958); manager (Castlecrag, 1958-1968) * [[/Robert Morris Marsden|Marsden, Robert Morris]] [https://www.familysearch.org/tree/person/details/GWX1-VPG] - 1916(NSW)-1988(NSW) - Licences: 2VV Sydney (Kingsford, 1958-1969); 2FV Tuross Heads (1965-1980+) - Qualifications: AOLCP 226, 1956; AOCP 3627, 1957, NSW - amateur operator; WW2 (RAAF) - Relationships: Son of 2JM Robert Cecil Marsden - Electoral Rolls: taxi proprietor (Bondi Beach, 1949; Kingsford, 1958-1972); retired (Tuross Heads, 1972-1980) ===''MARSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Westport Marsh|Marsh, Sydney or Sidney Westport]] [https://www.familysearch.org/tree/person/details/LFLN-PKM] - 1889(NSW)-1946(NSW) - Licences: 2ZK West Wallsend (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Ladysmith, 1913); fitter (West Wallsend, 1930-1937) ===''MARSHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archie Francis Marshall|Marshall, Archie Francis "Arch"]] [https://www.familysearch.org/tree/person/details/G37M-W83] - 1907(Qld)-1982(Qld) - Licences: 4AF Clifton (1928-1939, 1946-1980+) - Qualifications: cc; AOCP 438, 1928, No. 48 in Qld - amateur operator; amateur broadcaster; business proprietor (blacksmith, fitter/turner) - Electoral Rolls: blacksmith (Clifton, 1930-1980) * [[/Herbert Anthony Marshall|Marshall, Herbert Anthony]] [https://www.familysearch.org/tree/person/details/9JJR-P3P] - 1888(India)-1948(NSW) - Licences: unlicensed?, Port Pirie, 1910; 2HM Armidale (1924-1926); 2HM Sydney (Bondi, 1927-1939, 1946-1948) - Qualifications: AOCP 115, 1925, No. ?? in NSW; AOLCP 48, 1931 - Comment: proud of his initials "H.A.M.", early wireless experimenter; amateur operator; amateur broadcaster; electrical engineer - Relationships: his daughter Denise Chalmers Marshall frequently on air over 2HM - TroveTag: "2HM - Herbert Anthony Marshall" - Electoral Rolls: electrical engineer (Bondi, 1930-1931); engineer (Bondi, 1934-1943) * [[/Mary Austine Marshall|Henry nee Marshall, Mary Austine]] [https://www.familysearch.org/tree/person/details/G8X2-GR6] - 1913(Vic)-1994(Vic) - Licences: 3YL Melbourne (Murrumbeena, 1930-1939, 1946-1956; East Malvern, 1960-1975) - Qualifications: AOCP 619, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: home duties (Oakleigh, 1936-1937); no occupation (Oakleigh, 1942-1954); home duties (Oakleigh, 1958-1980) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Vaughan Edward Marshall|Marshall, Vaughan Edward]] [https://www.familysearch.org/tree/person/details/G86T-KNY] - 1911(Vic)-1994(Vic) - Licences: 3UK Melbourne (Hawthorn, 1930-1933; Kew, 1937-1939, 1946-1969; Mt Eliza, 1975-1980+) - Qualifications: AOCP 603, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: sales (Kew, 1936); tea specialist (Kew, 1937-1968); retired (Mt Eliza, 1977-1980) ===''MARSLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Bruce Marsland|Marsland, Benjamin Bruce]] [https://www.familysearch.org/tree/person/details/GX6Y-X47] - 1906(Qld)-1941(NSW) - Licences: 4DX Brisbane (Indooroopilly, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Rockhampton, Qld, 1928); teller (Normanton, Qld, 1930); bank clerk (Rockhampton, Qld, 1931; Malanda, Qld, 1932); no occupation (Annerley, Qld, 1943) ===''MARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Thomas Marston|Marston, James Thomas "Jim"]] [https://www.familysearch.org/tree/person/details/LKDX-19C] - 1920(Qld)-1974(Qld) - Licences: 4JA Brisbane (Belmont, 1948; Morningside, 1954); 4JA Toowoomba (1955-1956); 4JA Brisbane (Boondall, 1960-1969) - Qualifications: cc; AOCP 2655, 1948, Qld - amateur operator - Electoral Rolls: sheet metal worker (Buranda, Qld, 1943); engineer (Toowoomba South, Qld, 1958); technician (Boondall, Qld, 1963-1972) * [[/W. L. Marston|Marston, W. L.]] - 19??(???)-19??(???) - Licences: 4RY Brisbane (Clayfield, 1937) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MARTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Martin|Martin, James Frederick]] - 1909(Vic)-1976(Vic) - Licences: 3MJ Melbourne (North Fitzroy, 1927-1933); 3JM Melbourne (North Fitzroy, 1937-1939) - Qualifications: AOCP 340, 1927, No. ?? in Vic - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Clifton Hill, 1936); traveller (North Fitzroy, 1949; Heidelberg, 1954-1963); sales director (Doncaster, 1967); sales (Noble Park, 1972) * [[/John Michael Martin|Martin, John Michael]] [https://www.familysearch.org/tree/person/details/GX79-GWZ] - 1886(Irl)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 146, 1915; 1COCP 58, 1935 - RANRS (commissioned telegraphist, 1917); WW1 - Comment: several contemporaneous JMMs - Electoral Rolls: Ancestry 299 hits too be sifted * [[/John Robert Martin|Martin, John Robert]] [https://www.familysearch.org/tree/person/details/GWFG-HMM] - 1919(Qld)-2011(Qld) - Licences: 4MX Cunnamulla (1937-1939); 4MX Toowoomba (1946-1954); 4MX Brisbane (Gaythorne, 1955-1960); 4MX Julia Creek (1965-1969); 4MX Finch Hatton (1975); 4MX Brisbane (Gaythorne, 1980+) - Qualifications: cc; AOCP 1933, 1937, Qld; BOCP 147, 1938 - amateur operator; amateur broadcaster; military (WW2, RAAF); business proprietor (radio service); Presbyterian minister - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1949-1954); radio technician (Gaythorne, Qld, 1958; Kingaroy, Qld, 1963); missionary (Blackall, Qld, 1972; Gaythorne, Qld, 1972); minister of religion (Enoggera, Qld, 1977-1980) * [[/Malcolm Martin|Martin, Malcolm]] [https://www.familysearch.org/tree/person/details/GX8D-PG7] - 1903(UK)-1987(Qld) - Licences: 4KY Ipswich (1933-1939); 4KY Brisbane (Sandgate, 1946-1980+) - Qualifications: cc; AOCP 1110, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); employment (Qld Railways) - Electoral Rolls: carriage trimmer (Woodend, Qld, 1925-1937; Sandgate, Qld, 1943-1980) * [[/Silas Martin|Martin, Silas]] [https://www.familysearch.org/tree/person/details/GXMT-6WS] - 1874(NSW)-1945(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Electoral Rolls: engineer (Perth, 1903-1906; East Perth, 1912-1914); mechanic (Rockhampton, 1917-1921); radio mechanic (Cooktown, 1925; Beam Wireless Station, Ballan, 1928-1943); mechanic (Marrickville, NSW, 1943) * [[/Walter J. Martin|Martin, Walter J.]] - 1893(Vic)-19??(???) - commercial operator (1COCP 1, 1914, No. 1 in Aus and Vic, Marconi & Telefunken) - coastal station operator? * [[/William Anthony Martin|Martin, William Anthony]] [https://www.familysearch.org/tree/person/details/G8HB-KPZ] - 1911(Tas)-19??(???) - Licences: 7WM Hobart (West Hobart, 1929-1931); 7WM Gawler (1933) - Qualifications: cc; AOCP 497, 1929, No. ?? in Tas; AOLCP 70, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: several contemporaneous William Anthony Martin's ===''MASHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Wilfred Mashman|Mashman, Lionel Wilfred]] [https://www.familysearch.org/tree/person/details/GZ6K-7WG] - 1907(NSW)-1968(NSW) - 2OB Receive Sydney (Bexley, 1923-1924), 2OB Sydney (Bexley, 1925-1965), amateur operator (AOCP 84, 1925, No. ?? in NSW), amateur broadcaster ===''MASTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Harold Masters|Masters, Alfred Harold "Harold"]] [https://www.familysearch.org/tree/person/details/99GB-CPY] - 1875(Vic)-1951(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed); vice president WIA Launceston 1920s; later prominent architect - Relationships: brother of 7MM William Edward Masters - Electoral Rolls: architect (Launceston, 1928-1949) * [[/Brian Jermyn Masters|Masters, Brian Jermyn "Jermyn"]] - 1891(Vic)-1950(NZ) - 3LM Receive Melbourne (Armadale, 1923), 3LM Melbourne (Armadale, 1924-1925), amateur operator (pre-AOCP; no record found of AOCP; AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, operated his station both individually and on behalf WIA Malvern * [[/William Edward Masters|Masters, William Edward]] [https://www.familysearch.org/tree/person/details/99GB-CPW] - 1873(Vic)-1952(Tas) - Licences: 7MM Hobart (Bellerive 1932-1939) - Qualifications: cc; AOCP 1066, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; solicitor - Relationships: brother of Alfred Harold "Harold" Masters - Electoral Rolls: solicitor (Bellerive, 1914-1949) - Links: [http://nla.gov.au/nla.news-article27111852 Obituary] ===''MATCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Kenneth Lyle Matchett|Matchett, John Kenneth Lyle "Ken"]] [https://www.familysearch.org/tree/person/details/GS1L-SCZ] - 1921(Vic)-2008(Vic) - Licences: 3TL Melbourne (Box Hill, 1960; Templestowe, 1965-1980+) - Qualifications: AOCP 3700, 1958, Vic - amateur operator, WW2, member Old Timer's Club - Electoral Rolls: student (St Kilda, 1949); teacher (Bayswater, 1954); lecturer (Templestowe, 1963-1980) - curator of the WIA QSL card collection for many years; personally acquired a large collection of Australian amateur QSL cards which were donated to the WIA collection on his passing, many thousands of QSLs provided by Wolf Harranth of Dokufunk on an exchange basis ===''MATHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Stewart Mather|Mather, Alexander Stewart "Alex"]] [https://www.familysearch.org/tree/person/details/GHTL-WWC] - 1909(NSW)-1970(NSW) - Licences: 2JZ Singleton (1929-1969) - Qualifications: AOCP 479, 1929, No. ?? in NSW; AOLCP 89, 1932; TVOCP 273, 1960 - amateur operator, amateur broadcaster - Electoral Rolls: cordial manufacturer (Singleton, 1930-1968) ===''MATHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campion Mathews|Mathews, John Campion]] [https://www.familysearch.org/tree/person/details/G8V1-46V] - 1912(Vic)-19??(???) - Licences: 3SY Geelong (Newtown, 1930-1939, 1946-1980+); 3JM Portable Geelong (Newtown, 1947) - Qualifications: AOCP 709, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Newtown, 1934-1968); operator (Newtown, 1972-1980) * [[/John Mathews|Mathews, John]] [https://www.familysearch.org/tree/person/details/G82Z-KX2] - 1914(Qld)-1976(NSW) - Licences: 4EE Rockhampton (1935-1939) - Qualifications: cc; AOCP 1414, 1935, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous JMs - Electoral Rolls: Nil yet identified ===''MATTHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Thomas Matthews|Matthews, Fred or Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GZVC-22K] - 1904(Qld)-1992(Qld) - Licences: 4FK Brisbane (New Farm, 1923-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); business proprietor (Matthews Fire Alarm Co) - Awards: OBE - Electoral Rolls: electrical engineer (Merthyr, 1925-1958); engineer (New Farm, 1963-1980) * [[/John Leigh Inglis Matthews|Matthews, John Leigh Inglis]] [https://www.familysearch.org/tree/person/details/GDKN-159] - 19??(???)-19??(???) - Licences: XJD Melbourne (Richmond, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: confectioner (Richmond, 1913-1919) * [[/Kenneth Morgan Matthews|Matthews, Kenneth Morgan]] [https://www.familysearch.org/tree/person/details/GXPM-R2W] - 1911(SA)-2009(SA)98yo - Licences: 5GN Adelaide (Malvern, 1936-1939) - Qualifications: cc; AOCP 1732, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Malvern, SA, 1939); mechanic (Crystal Brook, SA, 1941-1943) - Links: [https://vwma.org.au/explore/people/551921 VWMA] * [[/Vincent John Matthews|Matthews, Vincent John]] [https://www.familysearch.org/tree/person/details/GFW4-NM1] - 1888(Vic)-1965(Vic) - Licences: 6AQ Perth (Bayswater, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; Stott's College (Principal, early 1920s) - Electoral Rolls: business college master (West Gildford, WA, 1910); manager (Guildford, WA, 1912; Bayswater, WA, 1916-1925); business manager (Canterbury, Vic, 1925-1928); director (Canterbury, Vic, 1931-1963) * [[/Walter John Penrose Matthews|Matthews, Walter John Penrose]] [https://www.familysearch.org/tree/person/details/L5TS-HZN] - 1880(SA)-1964(SA) - Licences: 5BS Receive Murray Bridge (1922); Receive Murray Bridge (1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: lifter SA Railways (Tailem Bend, SA, 1939-1943) ===''MAUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Mauger|Mauger, Samuel "Sam"]] - 1857(Vic)-1936(Vic) - state politician, senior federal politician (Postmaster-General 1908) ===''MAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Maughan|Maughan, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/GZQ4-BJW] - 1903(WA)-1962(Vic) - Licences: 3HH Receive Melbourne (Malvern, 1922); 3HH Melbourne (Malvern, 1923-1960) - Qualifications: cc; AOCP 14, 1924, No. ?? in Vic; AOLCP 82, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: student (Malvern East, 1925-1954) ===''MAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Douglas Mawson|Mawson, Douglas]] [https://www.familysearch.org/tree/person/details/LC3H-42N] - 1882(Eng)-1958(SA) - Licences: Nil - Qualifications: Nil yet identified - Head Australasian Antarctic Expedition (1911-1914) - Electoral Rolls: [[w:Douglas Mawson|Wikipedia]] [https://adb.anu.edu.au/biography/mawson-sir-douglas-7531 ADB] * [[/Ernest Richard Mawson|Mawson, Ernest Richard]] [https://www.familysearch.org/tree/person/details/2W9T-NJN] - 1861(NSW)-1943(NSW) - Licences: 2DH Sydney (Campsie, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Parramatta, 1903); no occupation (Dee Why, 1930-1933; Harbord, 1934-1936; Manly, 1937-1943) ===''MAXWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alston Maxwell|Maxwell, Ronald Alston]] - 1908(NSW)-1950(NSW) - Licences: 2KS Sydney (Hurstville, 1930-1933) - Qualifications: AOCP 656, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: metal worker (Randwick, 1933; Liverpool, 1934-1935; Croydon, 1936-1937); clerk (Caringbah, 1949) ===''MAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank May|May, Frank]] [https://www.familysearch.org/tree/person/details/G88S-CXP] - 1878(Eng)-19??(???) - Licences: 6FM Dwellingup (1929-1931); 6FM Gnowangerup (1933); 6FM Esperance (1937-1939) - Qualifications: cc; CPRT 139, 1915; AOCP 560, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: stationmaster (Gnowangerup, 1931; Esperance, 1936-1937; Armadale, 1943; Collie, 1949) ===''MAYGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neil Hubert Mayger|Mayger, Neil Hubert]] [https://www.familysearch.org/tree/person/details/K2F7-J2D] - 1890(Vic)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: salesman (Darlinghurst, NSW, 1930); sales (Darlinghurst, 1937); salesman (East Sydney, 1937); Sales (Darlinghurst, 1943) ===''MCATEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McAteer|McAteer, Brother Joseph]] [https://www.familysearch.org/tree/person/details/GDKT-JWB] - 1881(NZ)-1931(NSW) - Licences: Receive Sacred Heart College Glenelg (1923); 5AQ Sacred Heart College Glenelg (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCAULEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Money McAuley|McAuley, William John Money "Bill"]] [https://www.familysearch.org/tree/person/details/LRKH-Z5Y] - 1909(Vic)-1987(Vic) - Licences: 3WM Melbourne (Brunswick, 1925-1931) - Qualifications: AOCP 221, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: jackaroo (Nyngan, 1930); grazier (Womboota, 1937-1943) ===''MCBRIDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander James McBride|McBride, Alexander James]] - 1914(Qld)-1993(Qld) - 4BR Brisbane (Wilston, 1939, 1947-1969), amateur operator (AOCP 2320, 1939, No. ?? in Qld), business (radio repair) ===''MCCABE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Bernard McCabe|McCabe, William Bernard]] [https://www.familysearch.org/tree/person/details/MZ1C-FN2] - 1864(Irl)-1938(WA) - Licences: 7AQ Clarence Point (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: gardener (St Kilda, Vic, 1912; Balaclava, 1913-1914; Elsternwick, 1915-1921; Caulfield, 1924); orchardist (Clarence Point, 1922-1928); civil engineer (Nedlands, WA, 1937) ===''MCCALMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Colin McCalman|McCalman, Maxwell Colin]] [https://www.familysearch.org/tree/person/details/GZN8-V77] - 1910(Vic)-1966(Vic) - 3KX Melbourne (Canterbury, 1925-1927), amateur operator (AOCP 142, 1925, No. ?? in Vic), amateur broadcaster, musician (1934), engineer (1943-1963) ===''MCCANDLISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack McCandlish|McCandlish, Jack]] [https://www.familysearch.org/tree/person/details/GZ2B-TJC] - 1915(Eng)-1943(Ins) - Licences: 3HN Sea Lake (1935-1939) - Qualifications: AOCP 1468, 1935, No. ?? in Vic - amateur operator, WW2 (Army, M Special Unit, Sergeant, Commando, 1943) - Electoral Rolls: farm hand (Sea Lake, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1685215] ===''MCCARTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Keith McCarthy|McCarthy, John Keith "Keith / Macca"]] - 19??(???)-1998(Qld) - 3FX Melbourne (Ascot Vale, 1932-1933), 2IM Sydney (Lane Cove, 1934), 2VM Sydney (Lane Cove, 1935), 3FX Melbourne (Hampton, 1937; Ascot Vale, 1938-1939; City, 1946-1947; Templestowe, 1954-1956), 9AR On board yacht Pandemonium (1969), P29AR/MM On board yacht Pandemonium (1975), 4DU Beenleigh (1980), 4PY Surfers Paradise (1980), amateur operator (AOCP 1036, 1932, No. ?? in Vic), amateur broadcaster, state public servant (Vic Railways, telegraphist), military (RAAF, DFC, AFM, AE) ===''MCCULLAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Austral McCullagh|McCullagh, Alexander Austral]] [https://www.familysearch.org/tree/person/details/GXNN-V7Y] - 1897(Qld)-1981(NSW) - Licences: Receive (Home Hill, 1923); 2RR Sydney (Balgowlah, 1965-1969); 9NI Norfolk Island (1975) - Qualifications: cc; 3COCP 2977, 1959; AOLCP 754, 1959; AOCP 4229, 1964, Qld - amateur receiver; amateur operator; WW1 - Electoral Rolls: soldier (Sandgate, Qld, 1919); chemist (Inkerman Mill, Qld, 1922); engineer (Bondi North, NSW, 1930; Abbotsford, NSW, 1932-1933; Edgecliff, NSW, 1933; Burwood, NSW, 1934-1936); manager (Balgowlah, NSW, 1949-1963); retired (Green Point, NSW, 1977-1980) ===''MCCULLOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Robert McCulloch|McCulloch, George Robert]] - 1907(Vic)-1969(Vic) - 3XM Receive Ballarat (1923-1924), 3GM Ballarat (1925-1939, 1946-1965+), amateur operator (AOCP 198, 1925, No. ?? in Vic), amateur broadcaster, radio engineer (Ballarat, 1931-1968) ===''MCDERMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Westall McDermott|McDermott, James Westall "Jim"]] [https://www.familysearch.org/tree/person/details/G37P-PY2] - 1913(Qld)-2010(Qld) - Licences: 4JM Brisbane (1930) & Nambour (1931-1939) - Qualifications: cc; AOCP 711, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4RM Robert Ernest McDermott; son of 4WP Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, Qld, 1936-1949); radio engineer (Nambour, Qld, 1954-1980) * [[/Robert Ernest McDermott|McDermott, Robert Ernest "Bob"]] [https://www.familysearch.org/tree/person/details/GXW8-QJ5] - 1917(Qld)-2006(Qld) - Licences: 4RM Nambour (1938-1939); 4RM Brisbane (Ekibin, 1946-1980+) - Qualifications: AOCP 2223, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); military (WW2, AIF); business proprietor (radio/TV retail, Ekibin) - Relationships: brother of James Westall McDermott; son of Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, 1943; Ekibin, 1949-1968); TV engineer (Tewantin, Qld, 1972-1980) * [[/Westall Samuel McDermott|McDermott, Westall Samuel]] [https://www.familysearch.org/tree/person/details/G37P-2SQ] - 1889(Qld)-1963(Qld) - Licences: 4WP Nambour (1938-1939, 1946-1954) - Qualifications: cc; AOCP 2087, 1938, No. ?? in Qld - amateur operator; amateur broadcaster - Relationships: father of James Westall McDermott & Robert Ernest McDermott - Electoral Rolls: school teacher (Hendon, Qld, 1916-1917; Sandgate, Qld, 1921; Glen Eagle, Qld, 1925-1928; Rosemount, Qld, 1934; Nambour, Qld, 1937-1958); retired (Nambour, Qld, 1963) ===''MCDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> SEE ALSO MACDONALD * [[/Arthur Stephen McDonald|McDonald, Arthur Stephen]] [https://www.familysearch.org/tree/person/details/G36J-ZLJ] - 1891(Vic)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 700, 1922 - broadcast engineer (PMGD, RANRS, AWA); professional society administrator (IEA) - Electoral Rolls: engineer (Townsville, Qld, 1913; St Kilda, Vic, 1916-1924; Vaucluse, NSW, 1930-1934); radio engineer (Darlinghurst, 1934-1936); engineer (Edgecliff, 1943; Double Bay, 1954) - Links: [https://adb.anu.edu.au/biography/mcdonald-arthur-stephen-7333 ADB]; [https://www.asap.unimelb.edu.au/bsparcs/biogs/P001299b.htm Bright Sparks] * [[/Colin McDonald|McDonald, Colin]] [https://www.familysearch.org/tree/person/details/GX67-SCG] - 1911(Qld)-1973(Qld) - Licences: 4CD Rockhampton (1935-1969) - Qualifications: cc; AOCP 1440, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Rockhampton, Qld, 1932-1958); accountant (Rockhampton, Qld, 1968-1972) * [[/Donald McDonald|McDonald, Donald "Don"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC)? * [[/Donald Munro McDonald|McDonald, Donald Munro]] - 19??(???)-19??(???) - Licences: 3KS Melbourne (Yarraville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - Comment: Several contemporaneous DMMs * [[/John McDonald|McDonald, John]] [https://www.familysearch.org/tree/person/details/GXM1-WJR] - 1894(NSW)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 137, 1915; CPRT 190, 1916 (replacement?) - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous JMcD - Electoral Rolls: Nil yet identified; Ancestry.com 1000s of hits to be sifted * [[/Wilfred Neville McDonald|McDonald, Wilfred Neville]] [https://www.familysearch.org/tree/person/details/GX67-DB1] - 1914(NSW)-19??(???) - Licences: 2ZT Sydney (Parramatta, 1935-1936); 4ZT Brisbane (Kangaroo Point, 1937; New Farm, 1938-1939; Annerley, 1947-1948) - Qualifications: cc; AOCP 1412, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Granville, NSW, 1936); radio engineer (Kangaroo Point, Qld, 1937); radio mechanic (Ashgrove, Qld, 1943); radio technician (Annerley, Qld, 1949); electrical engineer (Tennyson, Qld, 1954-1963); manager (Burleigh Heads, Qld, 1968-1980) ===''MCDONOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard McDonough|McDonough, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GXQX-NXY] - 1875(Wales)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, terminated Nov 1920) - Electoral Rolls: Royal Navy (Newport, Vic, 1914-1915); Royal Australian Navy (Yarraville, Vic, 1917-1919); hotel proprietor (West Maitland, 1930-1935); retired (Wickham, 1937) ===''MCDOWALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine McDowall|McDowall, Valentine "Val"]] [https://www.familysearch.org/tree/person/details/M14R-SPG] - 1881(Qld)-1957(Qld) - 4CN Receive Brisbane (1922); 4CM Brisbane (City, 1922-1939) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radiographer; WW2 - 4CM operator primarily Thomas Murray Browse Elliott after about 1925 - Electoral Rolls: medical practitioner (Laidley, 1906-1914; Clayfield, 1919; Ascot, 1934-1954) - Links: [https://adb.anu.edu.au/biography/mcdowall-valentine-7349 ADB] ===''MCDOWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Daniel McDowell|McDowell, John Edward Daniel or John Edward]] [https://www.familysearch.org/tree/person/details/GX86-J52] - 1914(Qld)-1978(Qld) - Licences: 4CX Brisbane (Ascot, 1937-1939); 4CX Gladstone (1947-1965); 4CX Brisbane (Wavell Heights, 1969-1980+) - Qualifications: cc; AOCP 1873, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: rubber worker (Ascot, Qld, 1937); chemist (Gladstone, Qld, 1943-1949); industrial chemist (Gladstone, Qld, 1954-1963); chemistry instructor (Wavell Heights, Qld, 1968-1977) ===''MCELWEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Johnston McElwee|McElwee, George Johnston]] - 1879(Tas)-1981(Tas) - involved with Launceston Radio Clubs searching for the roar ===''MCGARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Ignatius McGarry|McGarry, Lloyd Ignatius]] [https://www.familysearch.org/tree/person/details/G8GT-4PR] - 1919(NSW)-1977(Qld) - Licences: 4XY Roma (1937-1939); 4XY Rockhampton (1947); 4XY Brisbane (Taringa, 1948; Coorparoo, 1954-1956); 2ALM Sydney (Lakemba, 1960-1965); 1AM Canberra (Macquarie, 1969-1975); 4ALL Brisbane (Kingston, 1980+) - Qualifications: cc; AOCP 1943, 1937, Qld; BOCP 139, 1937; 2COCP 607, 1942; 1COCP 1026, 1946 - amateur operator; amateur broadcaster; broadcast technician (4GR, 4ZR); military (RAAF, WW2, mobile wireless, post WW2 Naval Intelligence); federal public servant (PMGD); scientist (Ionospheric Prediction Service) - Electoral Rolls: radio technician (Deagon, Qld, 1949); public servant (Coorparoo, Qld, 1954-1958; Townsville, Qld, 1958) ===''MCGAURAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Duncan James Macfarlane McGauran|McGauran, Duncan James Macfarlane]] - 1849(NZ)-1889(NSW) - radio clubs (Telegraph Electrical Society, Victoria, member; Society of Telegraph Engineers, London, member), employment (Vic Posts & Telegraphs; WA Posts & Telegraphs, Superintendant Telegraphs; NSW Posts & Telegraphs), patents in Quadraplex Telegraphy, father of Duncan James McGauran (telegraphist, accountant, inventor of a telephone meter) ===''MCGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carney Mitchell McGee|McGee, Carney Mitchell]] [https://www.familysearch.org/tree/person/details/G8VW-9LF] - 1910(SA)-1981(WA) - Licences: 5LX Adelaide (Mile End, 1930-1931) - Qualifications: cc; AOCP 676, 1930, No. ?? in SA; 2COCP 52, 1936; 1COCP 210, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (North Unley, SA, 1939); assistant radio inspector (Ivanhoe, Vic, 1943); radio inspector (Kensington, WA, 1949-1977); retired (Como, 1980) ===''MCGEOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Samuel McGeoch|McGeoch, William Leslie Samuel]] [https://www.familysearch.org/tree/person/details/LVNY-SDX] - 1912(WA)-2007(WA) - Licences: 6WL Brookton (1935-1939, 1947-1956); 6WL Bunbury (1960-1980+) - Qualifications: cc; AOCP 1442, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Brookton, WA, 1936-1943); radio service (Brookton, WA, 1958); electrician (Carey Park, WA, 1968-1980) ===''MCGOWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Walker McGowan|McGowan, Samuel Walker]] - 1829(Irl)-1887(Vic) - Vic Posts and Telegraphs (Superintendent Telegraphs), successfully tendered for the first Australian electric telegraph 1854 (Melbourne to Williamstown) then appointed to the public service to operate and maintain it, radio clubs (Telegraph Electrical Society, Victoria) ===''MCGRATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Philip McGrath|McGrath, Edward Philip "Ted"]] [https://www.familysearch.org/tree/person/details/GW87-9K5] - 1906(NSW)-1999(SA) - Licences: 5MO Adelaide (Parkside, 1933-1939; West Mitcham, 1947-1965; Aldgate, 1969) - Qualifications: cc; AOCP 1175, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Parkside, SA, 1939) * [[/Francis Thomas McGrath|McGrath, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GXM1-HRN] - 1891(Tas)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 87, 1915; 1COCP 45, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: public servant (Moonah, Tas, 1919); wireless operator (Thursday Island, 1922); engineer (Eagle Junction, 1925); telegraphist (South Yarra, 1926-1927); supervisor (Caulfield, Vic, 1928-1934; Camberwell, Vic, 1936) ===''MCGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aenas McGregor|McGregor, Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WT] - 1865(Vic)-1937(Vic) - Licences: XJEA Melbourne (Armadale, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: father of 3ZE Keith Wilfred Aeneas McGregor - Electoral Rolls: traveller (Armadale, 1919; Toorak, 1928-1936) * [[/Keith Wilfred Aeneas McGregor|McGregor, Keith Wilfred Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WQ] - 1903(Vic)-19??(???) - Licences: 3ZE Melbourne (Armadale, 1923-1924; Toorak, 1925) - Qualifications: cc; AOCP 52, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Relationships: son of XJEA Aeneas McGregor - Electoral Rolls: telegraphist (Toorak, 1925-1928) ===''MCGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Patrick Holman McGuire|McGuire, Leo Patrick Holman]] [https://www.familysearch.org/tree/person/details/G8HK-B2T] - 1906(NSW)-2001(WA) - Licences: 3KM Myrtleford (1929-1937); 3KM Corryong (1938-1939); 6MG Manjimup (1947-1969); 6MG Perth (Thornlie (1975-1980+) - Qualifications: AOCP 488, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: biograph operator (Wangaratta, 1928); picture proprietor (Albury, 1931); postal employee (Myrtleford, 1936-1937); postal clerk (Mt Magnet, 1943; Manjimup, 1949); radio mechanic (Manjimup, 1954-1972); retired (Thornlie, 1977-1980) ===''MCHUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles McHugh|McHugh, William Charles]] [https://www.familysearch.org/tree/person/details/GFMN-V5Z] - 1914(WA)-1978(WA) - Licences: 6KA or 6KD Perth (Guildford, 1936-1939) - Qualifications: cc; AOCP 1766, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: piano tuner (Guildford, WA, 1936-1943); radio mechanic (Belmont, WA, 1949; North Perth, WA, 1954); mechanic (Cottesloe, WA, 1954; Mt Pleasant, WA, 1963-1972) ===''MCINTOSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John James McIntosh|McIntosh, Stanley John James "Stan"]] [https://www.familysearch.org/tree/person/details/GXDL-C5P] - 1913(Qld)-1972(Qld) - Licences: 4PK Ipswich (Woodend, 1931-1939); 4PK Brisbane (Coorparoo, 1946-1969) - Qualifications: cc; AOCP 730, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (workshop foreman); business proprietor (electrical engineering) - Electoral Rolls: electrical fitter (Woodend, Qld, 1934-1937; Coorparoo, Qld, 1943-1972) ===''MCINTYRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Daniel George McIntyre|McIntyre, Daniel George]] [https://www.familysearch.org/tree/person/details/LTNG-PHV] - 1901(???)-1963(NSW) - Licences: 2VX Receive Sydney (Pymble, 1923); 2VX Sydney (Pymble, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Strathfield, 1930-1958); radio retailer (Pymble, 1963) ===''MCKAIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Lancelot Martyn McKail|McKail, Henry Lancelot Martyn or Martin "Hal"]] - 1887(WA)-1944(WA) - Licences: 6BT Perth (City, 1923-1924); 6BU Perth (City, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgan River, WA, 1910; West Perth, WA, 1916-1917); science master (Crawley, WA, 1925-1937) ===''MCKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander John McKenzie|McKenzie, Alexander John]] - 1905(???)-19??(???) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''MCKEOWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * McKenzie, Florence Violet (married name) - see Granville, Florence Violet (birth name) * [[/Allan McIllroy McKeown|McKeown, Allan McIllroy]] [https://www.familysearch.org/tree/person/details/L69J-SFC] - 1904(Vic)-1983(Vic) - Licences: 3YZ Melbourne (Alphington, 1924-1927); 3YZ Geelong (1931); 3YZ Melbourne (Northcote, 1933-1939, 1946-1969); 3YZ Ocean Grove (1975-1980) - Qualifications: cc; AOCP 51, 1925, No. ?? in Vic; AOLCP 42, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Northcote, 1936-1954; Alphington, 1968); nil (Ocean Grove, 1972-1977) ===''MCKINLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Harold McKinley|McKinley, Norman Harold "Shorty"]] [https://www.familysearch.org/tree/person/details/GWGP-TLC] - 1913(???)-1999(Qld) - Licences: 4CX Brisbane (Teneriffe, 1932-1933) - Qualifications: cc; AOCP 969, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Milton, Qld, 1949-1972); driver (Paddington, Qld, 1980) ===''MCLAUCHLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles David McLauchlan|McLauchlan, Charles David]] [https://www.familysearch.org/tree/person/details/LYL6-PYY] - 1876(Vic)-1943(Vic) - Licences: 6BW Receive Perth (Victoria Park, 1923); 6BW Perth (Victoria Park, 1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Eucla, 1906; Perth, 1910-1916); telegraph engineer (Victoria Park, 1925); superintendent telegraphs (South Yarra, 1931; Camberwell, 1937-1943) ===''MCLEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stewart Campbell McLean|McLean, Stewart Campbell]] [https://www.familysearch.org/tree/person/details/G86G-PMR] - 1910(Vic)-1994(Vic) - Licences: 3GK Melbourne (Yarraville, 1930-1933; Brunswick, 1937-1939, 1946-1948; Caulfield, 1960) - Qualifications: AOCP 601, 1930, No. ?? in Vic; AOLCP 65, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarraville, 1931-1936); nil (Elsternwick, 1954); engineer (Caulfield, 1958-1980) ===''MCLENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth McLennan|McLennan, Kenneth]] [https://www.familysearch.org/tree/person/details/GX9H-B4N] - 1892(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 124, 1915; 2COCP 185, 1930; 1COCP 238, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous KMcLs - Electoral Rolls: Nil yet identified ===''MCLEOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander McLeod|McLeod, Alexander]] [https://www.familysearch.org/tree/person/details/GMKJ-L25] - 1972(Vic)-1948(Qld) - Licences: 4CF Receive Brisbane (Red Hill, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: confectioner (Red Hill, 1903-1905); pastrycook (Red Hill, 1908-1926; Mt Bruce, 1929-1943) * [[/Gordon Stuart McLeod|McLeod, Gordon Stuart]] [https://www.familysearch.org/tree/person/details/G8V1-38Y] - 1912(NSW)-1966(NSW) - Licences: 3ZZ Geelong (West Geelong, 1930-1931; Newtown, 1933; Crib Point, 1937; Wallington, 1938); 2ADC Sydney (Sans Souci, 1939; Hurstville, 1946-1947; Beverley Hills, 1948-1965) - Qualifications: AOCP 707, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: RAN (Crib Point, Viv, 1937); petty officer RAN (Hurstville, 1943); clerk (Beverly Hills, 1949-1963) * [[/Norman McLeod|McLeod, Norman]] [https://www.familysearch.org/tree/person/details/G86P-8F2] - 1901(Vic)-1995(Vic) - Licences: 3NM Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 602, 19??, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Caulfield, 1937-1968) ===''MCLOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. C. McLoughlin|McLoughlin, E. C.]] - 19??(???)-19??(???) - Licences: 5KJ Port Lincoln (1928-1929) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCMAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Hanney McMahon|McMahon, Leo Hanney]] [https://www.familysearch.org/tree/person/details/GXD8-XQH] - 1914(Qld)-1992(NSW) - 4LM Brisbane (Toombul, 1933-1938); 2ALM Sydney (Darlinghurst, 1939); 2AC Sydney (Kingsford, 1946-1950; Randwick, 1956-1980+) - Qualifications: cc; AOCP 1104, 1933, Qld) - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, AMC); occupation (doctor) - Electoral Rolls: student (Camperdown, NSW, 1936-1937); medical practitioner (Kingsford, NSW, 1949; Randwick, NSW, 1954-1980) ===''MCMASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John McMaster|McMaster, John]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: ===''MCMATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph McMath|McMath, John Joseph]] [https://www.familysearch.org/tree/person/details/L5KG-ZK2] - 1910(Vic)-1999(Vic) - Licences: 3JJ Melbourne (Albert Park, 1927-1939; South Melbourne, 1946-1960; Elwood, 1975-1980+) - Qualifications: AOCP 351, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Albert Park, 1931-1937); manager (St Kilda, 1949-1954); retired (Brighton, 1963-1968; Black Rock, 1972-1977) ===''MCMURTRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Adam McMurtrie|McMurtrie, Sydney Adam or Adam Sydney "Sid"]] [https://www.familysearch.org/tree/person/details/LBQM-DQW] - 1908(NSW)-1982(Qld) - Licences: 4JR Booval (1929-1933); 2AFX Lismore (1937-1939); 4KT Gympie (1948) - Qualifications: cc; AOCP 491, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Gympie, 1936); radio salesman (Lismore, 1937); telephone mechanic (Gympie, 1943-1980) ===''MCNALTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McNalty|McNalty, Joseph]] [https://www.familysearch.org/tree/person/details/GXXW-67M] - 1901(Qld)-1967(Qld) - Licences: 4DZ Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (East Toowoomba, Qld, 1925; Mackay, Qld, 1930-1943); public servant (Fairfield, Qld, 1949); clerk (Toowong, Qld, 1954); telegraphist (St Lucia, Qld, 1958) ===''MCNICOL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Edgar McNicol|McNicol, Robert William Edgar]] [https://www.familysearch.org/tree/person/details/GX8D-6NN] - 1917(Qld)-1974(Qld) - Licences: 4WM Brisbane (Teneriffe, 1936-1939) - Qualifications: cc; AOCP 1680, 1936, Qld; BOCP 57, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Teneriffe, Qld, 1943); university lecturer (Tarragindi, Qld, 1954-1972) ===''MCPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Thomas McPherson|McPherson, Colin Thomas or Thomas Collins]] [https://www.familysearch.org/tree/person/details/G8CT-HST] - 1897(Vic)-1951(Vic) - Licences: 3LU Melbourne (Footscray, 1929-1939) - Qualifications: AOCP 523, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: student (Footscray, 1919); storeman (Footscray, 1922-1942) * [[/Murdoch John McPherson|McPherson, Murdoch or Murdock John]] [https://www.familysearch.org/tree/person/details/27D9-9TB] - 1904(Qld)-1972(NSW) - Licences: 4MC Merinda (1927) - Qualifications: cc; CPRT 916, 1926; 2COCP 58, 1929; 1COCP 161, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: motor driver (Merinda, Qld, 1925); wireless operator (Paddington, Qld, 1929); clerk (Mt Coolah, NSW, 1968) ===''MEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Mead|Mead, Jack]][https://www.familysearch.org/tree/person/details/GFM3-ZSH] - 1915(WA)-2009(WA) - Licences: 6LJ Perth (East Victoria Park, 1931-1939; Wembley, 1947-1960) - Qualifications: cc; AOCP 803, 1931, No. ?? in WA; AOLCP 168, 1934; 1COCP 289, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Victoria Park, WA, 1937); mechanic (Wembley, WA, 1943-1980) * [[/Jordan Arthur Mead|Mead, Jordan Arthur]] [https://www.familysearch.org/tree/person/details/LTJF-1KH] - 1907(NSW)-1993(NSW) - Receive Sydney (Ashfield, 1923-1924), 2JA Sydney (Ashfield, 1925-1928), 2JA Byron Bay (1929-1930), 2AJA Sydney (Ashfield, 1946; Bexley, 1947-1957), 2JM Sydney (Bexley, 1958-1980), qualifications (AOCP 212, 1925, No. ?? in NSW), amateur operator, amateur broadcaster, electoral rolls: telephone mechanic (Byron Bay, 1930; Ashfield, 1931-1943), power technician (Bexley, 1949-1968), electrical field officer (Bexley, 1972-1980) ===''MEADOWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Meadows|Meadows, Robert Cecil]] [https://www.familysearch.org/tree/person/details/GXH2-ZRK] - 1907(Eng)-1966(NSW) - Licences: 4RM Mackay (1932-1939); 2ARM Sydney (Kirribilli, 1946-1948); 2IN Sydney (Rhodes, 1956-1958; Chiswick, 1960; Long Jetty, 1961; Killarney Vale, 1965) - Qualifications: cc; AOCP 879, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (Pems Radio, Rockhampton); journalist (Minchens Electrical Weekly); WW1; WW2 - Electoral Rolls: reporter (Crows Nest, NSW, 1930); radio mechanic (Bundaberg, Qld, 1931-1932); radiotrician (Mackay, 1934-1937); wireless instructor (Kirribilli, NSW, 1943); manager (Rhodes, NSW, 1954-1958); retired (Five Dock, NSW, 1958; Killarney Vale, NSW, 1963) ===''MEDHURST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Edney Medhurst|Medhurst, Edgar Edney]] [https://www.familysearch.org/tree/person/details/GHD6-WFC] - 1902(Tas)-1966(Vic) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Frederick William Medhurst|Medhurst, Frederick William "Pop" (in latter years)]] [https://www.familysearch.org/tree/person/details/M4GS-R6P] - 1868(Eng)-1969(Tas) 101yo - Licences: XZD Hobart (1913-1914); 7AH Receive Hobart (Sandy Bay, 1923); 7AH Hobart (Sandy Bay, 1924-1939, 1946-1947) - Qualifications: Nil yet identified - early wireless experimenter from 1901; amateur operator; amateur broadcaster; business (Medhurst & Sons, 1920s) - Relationships: father of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst, all in the business and interested in radio * [[/Harry Frederick Medhurst|Medhurst, Harry Frederick]] [https://www.familysearch.org/tree/person/details/GHD6-QZV] - 1893(Tas)-1963(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Phillip Aubrey Medhurst|Medhurst, Phillip Aubrey]] [https://www.familysearch.org/tree/person/details/GHD6-DFX] - 1895(Tas)-1969(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Rowland Arthur Medhurst * [[/Rowland Arthur Medhurst|Medhurst, Rowland Arthur]] [https://www.familysearch.org/tree/person/details/GHD6-ZT4] - 1892(Tas)-1969(Tas) - early wireless experimenter, lecturing on wireless 1911, never licensed, likely utilised licence of XZD-7AH (father), son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst ===''MEDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel James Clifford Medlin|Medlin, Noel James Clifford]] [https://www.familysearch.org/tree/person/details/G3MB-743] - 1917(Vic)-2004(Vic) - broadcast planning engineer (ABCB), federal public servant (ABCB), WW2 - Electoral Rolls: engineer (Gardiner, 1943; St Kilda, 1949; Camberwell, 1954-1977); retired (Inverloch, 1980) - father of AM directional antennas in Australia ===''MENON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Menon|Menon, Geoffrey John]] [https://www.familysearch.org/tree/person/details/LT4F-3CQ] - 1905(SA)-1969(NSW) - 3OG Receive Melbourne (St Kilda, 1923-1924), 3OG Melbourne (St Kilda, 1925-1927), 2OG Sydney (Haberfield, 1928; Croydon, 1929-1931), 3OG Melbourne (East Kew, 1933), 2OG Sydney (Northbridge, 1934-1935; Chatswood, 1936-1937; Longueville, 1938-1939, 1946-1948; Pymble, 1950; West Pennant Hills, 1954-1965; Arcadia, 1969), amateur operator (AOCP 209, 1925, No. ?? in Vic), amateur broadcaster, electrician (St Kilda West, 1926-1927), radio engineer (Coburg, 1931), engineer (Kew, 1934), radio engineer (Chatswood, 1937; Longueville, 1943), engineer (Baulkham Hills, 1954-1958; Arcadia, 1968) ===''MERCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie George Merchin|Merchin, Leslie George]] [https://www.familysearch.org/tree/person/details/LTLT-SSF] - 1917(Qld)-1994(Qld) - Licences: 4ML Richmond (1934-1939); 4MG Richmond (1948); 4MG Killarney (1954-1980+) - Qualifications: cc; AOCP 1399, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: garage proprietor (Richmond, Qld, 1943-1949); motor mechanic (Killarney, Qld, 1954-1968; Rockhampton North, Qld, 1972-1980) ===''MEREDITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement George Benger Meredith|Meredith, Clement George Benger]] [https://www.familysearch.org/tree/person/details/KZJD-6S6] - 1885(WA)-1959(USA) - Licences: Nil yet identified - Qualifications: cc; CPRT 15, 1914 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Windsor, Vic, 1914-1916); officer-in-charge wireless (Geraldton, WA, 1916-1917) * [[/Llewellyn Lennon Meredith|Meredith, Llewellyn Lennon]] [https://www.familysearch.org/tree/person/details/GD8W-LV7] - 1885(Eng)-1923(NSW) - Licences: Nil yet identified - Qualifications: CPRT 246, 1916 - ship wireless officer, AWA (traffic manager) - Electoral Rolls: Nil yet identified - Comment: Gone too soon - Links: [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_04_04#P.22_-_Obituary_-_Mr._L._L._Meredith|Obit]] ===''MESSENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Albert Messenger|Messenger, Percival Albert]] [https://www.familysearch.org/tree/person/details/GXRP-BS1] - 1892(SA)-1980(NSW) - Licences: 5PM Adelaide (Largs Bay, 1928) - Qualifications: cc; CPRT 70, 1915 (Marconi); CPRT 152, 1915 (Balsillie) - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: manager (Randwick, NSW, 1936; Coogee, NSW, 1943-1958; Randwick, NSW, 1963-1980) ===''MICHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Hector Ernest Henderson Michell|Michell, Hector Ernest Henderson "Ernest"]] [https://www.familysearch.org/tree/person/details/GQNQ-T5H] - 1897(Vic)-1984(Vic) - Licences: 3JP Receive Melbourne (Caulfield, 1922); 3JP Melbourne (Caulfield, 1923-1931; Elsternwick, 1933); 3JP Hamilton (1937-1939); 3AEM Hamilton (1960-1969); 3JX Hamilton (1975-1980+) - Qualifications: cc; AOCP 162, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; operator of 3LR Elsternwick Radio Club (1925); WW1; land officer (Hamilton, 1936) - Electoral Rolls: clerk (Balaclava, 1919-1921); draftsman (Caulfield, 1922); land officer (Hamilton, 1936-1980) ===''MILBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Leslie Milburn|Milburn, Henry Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/G8NV-8VJ] - 1890(Vic)-1957(Qld) - Licences: 4HM Home Hill (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Toowong, 1919); electrical engineer (Home Hill, 1922-1925; Stanthorpe, 1934-1949) - Halcyon: not mentioned? ===''MILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Thomas Miles|Miles, Gilbert Thomas]] [https://www.familysearch.org/tree/person/details/L19Y-X19] - 1904(Vic)-1981(NSW) - Licences: 7KQ Hobart (Bellerive, 1937-1939) - Qualifications: cc; AOLCP 106, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Camberwell, 1925-1926); electrical engineer (Glen Iris, Vic, 1931); engineer (Elsternwick, 1936); radio engineer (Croydon, NSW, 1943-1972); engineer (Croydon, 1977-1980) * [[/Harry Raymond Miles|Miles, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G8NJ-DQ2] - 1911(WA)-2003(WA) - Licences: 6XL Perth (Mt Lawley, 1930-1933); 6XL Wiluna (1937); 6XL Perth (Mt Lawley, 1938-1939) - Qualifications: cc; AOCP 645, 1930, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Wiluna Gold Mines, WA, 1936; Mt Beauty, Vic, 1954); poultry farmer (Balga, WA, 1958-1972); farmer (Wanneroo, WA, 1977-1980) ===''MILLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roydon Arthur Milledge|Milledge, Roydon Arthur]] [https://www.familysearch.org/tree/person/details/GMJY-3DW] - 1903(Vic)-1983(Tas) - Licences: 3WT Shepparton (1936-1937); 7WT Hobart (1938-1939); 7WT Ulverstone (1947-1948+); 7WT Hobart (1956-1960+) - Qualifications: cc; AOCP 1693, 1936, No. ?? in Vic - amateur operator; amateur broadcaster; WW2; bank clerk 1931; Civil Engineer 1950s - Electoral Rolls: assistant engineer (State Savings Bank, Auburn, 1927); engineer (Glenhuntley, 1931-1934); civil engineer (Shepparton, 1936) ===''MILLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dunlop Millen|Millen, John Dunlop]] [https://www.familysearch.org/tree/person/details/GC9X-S4W] - 1877(Irl)-1941(Tas) - Licences: Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver; senator - Electoral Rolls: mining engineer (Waratah, 1914-1919; Newstead, 1922-1937) ===''MILLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alexander Miller|Miller, Charles Alexander "Charlie"]] [https://www.familysearch.org/tree/person/details/G8NV-YRR] - 1915(NSW)-1999(Qld) - Licences: 4US Brisbane (New Farm, 1933-1936); 2ADE Casino (1935-1939, 1946-1961); 4QM Caloundra (1969-1980+) - Qualifications: AOCP 1208, 1933, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); part of the "U" gang, military (WW2, RAAF) - Electoral Rolls: radio mechanic (Casino, 1943-1963); army officer (Ipswich, 1963); retired (Shelley Beach, 1968-1972; Caloundra, 1977-1980) * [[/Charles Harcourt Miller|Miller, Charles Harcourt]] [https://www.familysearch.org/tree/person/details/G6MC-9QY] - 1921(Tas)-2001(Tas) - Licences: 7CM Hobart (Bellerive, 1936-1939; Taroona, 1969-1980+) - Qualifications: cc; AOCP 1799, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Bellerive, 1943) * [[/Francis George Miller|Miller, Francis George "Frank"]] [https://www.familysearch.org/tree/person/details/LYD2-LHT] - 1895(SA)-1954(SA) - Licences: 5BF Mt Gambier (1923-1939, 1946-1954) - Qualifications: cc; AOCP 185, 1925, No. ?? in SA; BOCP 58, 1936 - amateur operator; amateur broadcaster; broadcast engineer; founder of commercial station 5MU Murray Bridge; WW1 - Electoral Rolls: fitter (Murray Bridge, 1939-1943) [https://www.qsl.net/vk5br/FrankMiller.pdf Biography] * [[/Frank Colin Miller|Miller, Frank Colin]] [https://www.familysearch.org/tree/person/details/GX9C-86L] - 1884(Eng)-1953(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 126, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: engine operator (Radio Station, Roebourne, 1916-1917); station hand (Marron Station, 1918; Carnarvon, 1921; Mallina, 1922-1925); contractor (Roebourne, 1930-1936; Karratha Station, 1937); labourer (Roebourne, 1943); cook (Wittenoom Gorge, 1949) * [[/H. Miller|Miller, H.]] - 19??-19?? - 4EH Brisbane (Ascot, 1923-1924); 2EH Sydney (Dulwich Hill, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert Edward Miller|Miller, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GD2Q-XMX] - 1899(NSW)-19??(???) - Licences: 2HE Sydney (Belmore, 1931-1939) - Qualifications: cc; CPRT 932, 1926; 2COCP 329, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Campsie, 1930; Belmore, 1932-1943); miner (Glen Davis, 1943) * [[/Herbert Leslie Miller|Miller, Herbert Leslie]] [https://www.familysearch.org/tree/person/details/GD2Q-7LH] - 1897(Qld)-1966(Qld) - Licences: 4CA Receive Brisbane (West End, 1922); 4HL Brisbane (Hill End, 1927) - Qualifications: CPRT 330, 1917; 2COCP 329, 1940; 1COCP 483, 1940s; BOCP 370, 1941 - ship wireless officer (RMS Bingera, 1920); amateur operator; amateur broadcaster; sales (J. B. Chandler, 1924; Overells, 1925) - Electoral Rolls: wireless officer (West End, 1921); salesman (West End, 1925); manager (Coorparoo, 1928); salesman (Coorparoo, 1937-1954); clerk (Camp Hill, 1958-1963) ===''MILLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hugh Milligan|Milligan, Stanley Hugh]] [https://www.familysearch.org/tree/person/details/2CB1-L7Y] - 1901(Vic)-1976(Vic) - Licences: 3AU Receive Geelong (1922-1923); 3AU Geelong (1924); 3AU Eaglehawk (1924-1926); 3AU Chilwell (1927-1931); 3AU Geelong (1937-1939); 3AU Melbourne (Surrey Hills, 1947; Auburn, 1948) - Qualifications: cc; AOCP 125, 1925, No. ?? in Vic; AOLCP 164, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Eaglehawk, 1924-1926; Geelong West, 1924); radio mechanic (Chilwell, 1927-1931); watchman (Geelong West, 1934-1937); storekeeper (Hawthorn, 1949); engineer (Canterbury, 1954-1968); nil (Doncaster, 1972) ===''MILLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Griffiths John Mills|Mills, Griffiths John]] - 19??(???)-19??(???) - Licences: 6CK Receive Perth (Subiaco, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Subiaco, 1929-1931) * [[/Norman Gibson Mills|Mills, Norman Gibson]] [https://www.familysearch.org/tree/person/details/9415-SSS] - 1890(Vic)-1959(Qld) - Licences: 4NM Brisbane (Moorooka, 1938-1939, 1947-1956; Margate, 1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Toowong, Qld, 1919); contractor (Moorooka, Qld, 1921-1954); retired (Margate, Qld, 1958) * [[/Ralph Mervyn Mills|Mills, Ralph Mervyn]] [https://www.familysearch.org/tree/person/details/G8JD-GST] - 1909(NSW)-1989(NSW) - Licences: 2MM Sydney (Balmain, 1930-1934; Canterbury, 1935-1936) - Qualifications: AOCP 660, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Balmain, 1931-1937); engineer (Pymble, 1949-1977; West Pymble, 1980) ===''MILNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Brough Milne|Milne, Andrew Brough]] [https://www.familysearch.org/tree/person/details/9KXN-QZV] - 1890(South Africa)-1979(Qld) - Licences: 4BM Dealer Mackay (1926-1927) - Qualifications: 3COCP 3492, 1961 - dealer licence - Electoral Rolls: motor mechanic (Mackay, 1915-1943); mechanical engineer (North Mackay, 1949-1977) * [[/John Collicott Milne|Milne, John Collicott]] [https://www.familysearch.org/tree/person/details/MP34-518] - 1903(Tas)-1990(Tas) - Licences: 7AG Gretna (1923-1939, 1946-1980+) - Qualifications: cc; AOCP 604, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Gretna, 1928-1980) ===''MILNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Frederick Milner|Milner, George Frederick]] [https://www.familysearch.org/tree/person/details/GF7W-W4D] - 1908(WA)-1992(WA) - Licences: 6GF Perth (Mt Lawley, 1931-1933) - Qualifications: cc; AOCP 788, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1931; North Beach, WA, 1936-1937); RAAF (Nedlands, WA, 1943-1980) * [[/James Milner|Milner, James]] [https://www.familysearch.org/tree/person/details/GZXH-1DM] - 1901(Eng)-1947(Qld) - Licences: 4AK Brisbane (Kelvin Grove, 1923-1927; Ashgrove, 1931-1936); 4AU Brisbane (1937-1939) - Qualifications: cc; AOCP 93, 1925, No. 11 in Qld - amateur operator; amateur broadcaster (prominent from Valley Theatre) - Withdrawal: 4AK amateur callsign withdrawn by the PMGD for allocation to the new 4AK Oakey commercial service - Electoral Rolls: fitter (Kelvin Grove, 1925-1926); electrical fitter (Ashgrove, 1928-1943) ===''MINCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur W. Minchin|Minchin, Arthur W.]] - 19??-19?? - 4AM Rockhampton - amateur operator (AOCP ???, 19??, No. ?? in Qld), amateur broadcaster, broadcast engineer (4RO Cmcl), wireless retail business proprietor - seems in error, see William Allan Minchin * [[/William Allan Minchin|Minchin, William Allan]] [https://www.familysearch.org/tree/person/details/LV7Q-86C] - 1893(Vic)-1976(NSW) - Licences: 4AM Rockhampton (1938-1939) - Qualifications: cc; CPRT 220, 1916; 2COCP 365, 1931; 1COCP 244, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: wireless engineer operator (Wyndham, 1917); farmer (Toodyay, 1925); radio engineer (Rockhampton, 1936-1943; Lismore, 1949-1954; Hunters Hill, 1958-1968); engineer (Hunters Hill, 1972) ===''MINEHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Minehan|Minehan, W. A.]] - 19??(???)-19??(???) - Licences: 4AM Rockhampton (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MINGAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Francis Mingay|Mingay, Oswald Francis "Ossie"]] [https://www.familysearch.org/tree/person/details/K45G-NZG] - 1895(NSW)-1973(NSW) - Licences: 2XX Sydney (Turramurra, 1923-1926; Sydney, 1931-1933) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast engineer; journalist; publisher; WW1; WW2 - Electoral Rolls: engineer (Collaroy, 1930); managing editor (Pymble, 1930-1932); radio engineer (Lindfield, 1933-1934); publisher (Lindfield, 1937-1963; St Ives, 1963-1968) - Comment: licensed operator of 2WV Burgin Electric Co. (1923) [https://adb.anu.edu.au/biography/mingay-oswald-francis-ossie-11135 ADB]; [https://www.qsl.net/vk2dym/radio/Mingay.htm MacKinnon] ===''MITCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Theodore Mitchell|Mitchell, Alexander Theodore]] [https://www.familysearch.org/tree/person/details/GXNY-CC2] - 1872(???)-1966(Qld) - Licences: Receive Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer (Red Hill, Qld, 1921; Torwood, Qld, 1922); electrical engineer (Toowoomba, Qld, 1925; Wilston, Qld, 1928-1929; Sandgate, Qld, 1936-1963) * [[/Harold Benson Mitchell|Mitchell, Harold Benson]] [https://www.familysearch.org/tree/person/details/LDVS-QN7] - 1901(Vic)-1962(Vic) - Licences: 3CZ Receive Melbourne (Elwood, 1922-1923); 3CZ Melbourne (Elwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Elwood, 1924-1927); manager (Caulfield, 1937); manufacturer (Caulfield, 1942); manager (Caulfield, 1949); merchant (St Kilda, 1949); manager (St Kilda, 1954) * Mitchell, Hector Ernest Henderson "Ernest" - see Michell, Hector Ernest Henderson "Ernest" (frequent misspelling) * [[/Stanley John Mitchell|Mitchell, Stanley John]] [https://www.familysearch.org/tree/person/details/LDVS-Q83] - 1887(Vic)-1974(Monaco) - Licences: 3SJ Melbourne (Brighton, 1924-1927) - Qualifications: cc; AOCP 53, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Toorak, 1912-1916; Brighton, 1919-1928); investor (Brighton, 1936-1937) financier (Vaucluse, NSW, 1943) ===''MOFFATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert David Gray Moffatt|Moffatt or Moffat or Gray, Robert David Gray "Bob"]] [https://www.familysearch.org/tree/person/details/GX8V-PM3] - 1911(Qld)-1983(Qld) - Licences: 4RD Mackay (1935-1939); 4RD Gracemere (1947-1948); 4RD Mackay (1954-1980+) - Qualifications: cc; AOCP 1549, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Herberton, Qld, 1936; Mackay, Qld, 1937); mechanic in broadcasting (Gracemere, Qld, 1949); technician (Mackay, Qld, 1954-1980) ===''MONEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Dudley Money|Money, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/G3JD-M9H] - 1907(Vic)-1986(Vic) - 3MY Melbourne (Canterbury, 1925-1939; Upwey, 1946-1948; Cheltenham, 1954-1969; East Bentleigh, 1975-1980+), amateur operator (AOCP 205, 1925, No. ?? in Vic), amateur broadcaster, draughtsman (Camberwell, 1931-1934), engineer (Upwey, 1942-1949; Moorabbin, 1954-1967; East Bentleigh, 1972-1980) ===''MONKHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Isaac Monkhouse|Monkhouse, Walter Isaac]] [https://www.familysearch.org/tree/person/details/K8ZT-YPN] - 1887(NZL)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio clubs (QWI & WIA Qld, president & lecturer); senior state public servant (Qld Public Works Dept, State Electrical Engineer); witness to Royal Commission 1927 (as president WIA Qld) - Electoral Rolls: telephone instructor (South Brisbane, 1919); engineer (Teneriffe, 1925; New Farm, 1928; Taringa, 1936-1954); electrical engineer (Bardon, 1958-1963) ===''MONKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Brendan Monks|Monks, Alfred Brendan]] [https://www.familysearch.org/tree/person/details/GDR2-444] - 1894(Tas)-1973(Vic) - Licences: 3AAB Melbourne (Diamond Creek, 1948; Northcote, 1954-1960; Preston, 1965-1969) - Qualifications: cc; CPRT 571, 1920; 2COCP 272, 1930; 1COCP 282, 1932 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1915) - Relationships: twin brother of 7BR Cyril Wilson Monks - Electoral Rolls: Western Electric engineer (East Sydney, 1930); licensee Railway Commercial Hotel (Albury, 1931-1932); radio telegraphist (Centennial Park, 1943); radio officer (Reservoir, Vic, 1963; Preston, 1967-1972) * [[/Cyril Wilson Monks|Monks, Cyril Wilson]] [https://www.familysearch.org/tree/person/details/GDR2-96N] - 1894(Tas)-1976(Vic) - Licences: 7BR Receive Hobart (Battery Point, 1923); Receive Hobart (Battery Point, 1923-1924) - Qualifications: cc; 1COCP 225, 1931 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1919); WW2 - Relationships: twin brother of 3AAB Alfred Brendan Monks - Electoral Rolls: federal civil servant (Battery Point, 1928); public servant (Bellerive, 1936-1937); radio inspector (Scarborough, WA, 1943; Nedlands, 1949); retired (Frankston, 1972) ===''MONTEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Monteath|Monteath, Frederick]] - 1895(Vic)-1943(NSW) - Licences: 3VM Receive Melbourne (Elsternwick, 1923-1924); 3KP Melbourne (Elsternwick, 1930-1933) - Qualifications: AOCP 694, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: photographer (Prahran, 1919; Elsternwick, 1921); mercer (Elsternwick, 1924-1931); photographer (Glenmore, NSW, 1934-1935; Ashfield, 1937); storekeeper (Rockdale, 1943) ===''MOODY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Percy Moody|Moody, Francis Percy]] [https://www.familysearch.org/tree/person/details/L1D9-KLG] - 1903(Qld)-19??(???) - Licences: 4FM Cairns (1932-1969) - Qualifications: cc; AOCP 967, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Rockhampton North, 1925-1926); accountant (Cairns, 1926-1949); radio dealer (Cairns, 1954-1980) ===''MOORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Moore|Moore, Albert Ernest "Ernie"]] [https://www.familysearch.org/tree/person/details/KW6D-TMT] - 1916(Qld)-1982(Qld) - Licences: 4?? Brisbane - Qualifications: cc; NAOCP Q728, 1980, No. ?? in Qld - amateur operator; prominent MW and SW broadcast DXer; clubs (All-Wave All-World DX Club, Shortwave League of Western Australia, Australian Radio DX Club, New Zealand Radio DX League, Southern Cross DX Club, DX Australia) - QSLs: portion (200+) of later QSL collection survives (ARDXC/NFSA) * [[/Eric John Theodore Moore|Moore, Eric John Theodore]] [https://www.familysearch.org/tree/person/details/GD91-7LN] - 1894(NSW)-1940(NSW) - Licences: XEM Sydney (Petersham, 1913-1914); Receive (Crystal) Sydney (Neutral Bay, 1923); 2EM Sydney (Neutral Bay, 1924-1928) - Qualifications: cc; CPRT 161, 1915; 2COCP 237, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Awards: UK merchant seaman medal - Electoral Rolls: engineer (Bronte, 1934-1937) * [[/Francis Leonard Moore|Moore, Francis Leonard "Frank"]] - 19??(???)-1924(NSW) - 2?? Sydney, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, employment (Archibald John Shaw, Maritime Wireless Co, United Distributors) - Comment: electrocuted while conducting wireless experiments * [[/Louis James Murphy Moore|Moore, Louis James Murphy "Leo"]] [https://www.familysearch.org/tree/person/details/L45W-GS4] - 1888(Vic)-1968(Vic) - Licences: 3LO Receive Seymour (1923); 3LO Seymour (1924-1925); 3MS Seymour (1924-1927) - Qualifications: cc; CPRT 85, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918); amateur operator; amateur broadcaster - Electoral Rolls: telegraph operator (Clifton Hill, 1909); telegraphist (Collingwood, 1912-1914); wireless operator (Collingwood, 1917-1919); telegraphist (Elsternwick, 1922); clerk (Seymour, 1924-1931; Bentleigh, 1936-1949); guesthouse proprietor (Healesville, 1954); clerk (Oakleigh, 1963-1968) - Withdrawal: Likely 3LO callsign withdrawn for allocation to 3LO Melbourne Class A ===''MOORHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Martin Moorhouse|Moorhouse or Moorehouse, Herbert Martin]] [https://www.familysearch.org/tree/person/details/KJPG-1HL] - 1899(Tas)-1990(WA) - Licences: 7HM Hobart (North Hobart, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Hobart South, 1922); carpenter (New Town, 1928); carrier (Hobart North, 1936); motordriver (Queensborough, 1949) ===''MORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Donald Moran|Moran, Cyril Donald]] - 19??-19?? - broadcast technician at 4QG under Qld Government, state public servant (4QG) ===''MORGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Mowbray Morgan|Morgan, Donald Mowbray]] [https://www.familysearch.org/tree/person/details/GDP7-218] - 1907(NSW)-1988(Tas) - Licences: T749 Receive Glebe (1922); Receive Glebe (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Huonville, 1928-1972) * [[/Ivor Morgan|Morgan, Ivor]] [https://www.familysearch.org/tree/person/details/LRSY-S8G] - 1909(Vic)-1977(Vic) - Licences: 3DH Melbourne (East Malvern, 1930-1933; Shepparton, 1937; East Malvern 1938-1939; Hawthorn, 1946-1975) - Qualifications: cc; AOCP 605, 1930, No. ?? in Vic; BOCP 20, 1936; TVOCP, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1931-1934); engineer (Brighton, 1936); broadcast engineer (3SR Shepparton, 1937); technician (Hawthorn, 1943-1977) - Relationships: Father of 3ZFM V. I. Morgan * [[/Reginald George Morgan|Morgan, Reginald George]] [https://www.familysearch.org/tree/person/details/LRFR-D7H] - 1914(Eng)-1993(NSW) - Licences: 6RM Perth (City, 1931); 2AJS Sydney (Randwick, 1938-1939); 2ABM Sydney (Coogee, 1946-1950; Bankstown, 1954-1958; Greenacre, 1960-1980+) - Qualifications: cc; AOCP 755, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Coogee, NSW, 1936-1937); no occupation (Coogee, NSW, 1949); electrical mechanic (Bankstown East, NSW, 1954); mechanic (Greenacre, NSW, 1963-1980) * [[/William Albert Morgan|Morgan, William Albert]] [https://www.familysearch.org/tree/person/details/9HVG-8PW] - 1899(Tas)-1965(Tas) - Licences: 7AI Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart West, 1922); electrical fitter (New Town, 1928-1937); fitter (New Town, 1943-1954); manager (Montrose, 1963) ===''MORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. H. Morley|Morley, W. H.]] - 19??(???)-19??(???) - Licences: 2WU Sydney (Watersleigh, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''MORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John William Morris|Morris, Albert John William]] [https://www.familysearch.org/tree/person/details/9V2B-Y2J] - 1873(Tas)-1940(Tas) - Licences: 7BS Receive Hobart (West Hobart, 1923); Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Hobart North, 1914-1943) * [[/Cecil Ralph Newman Morris|Morris, Cecil Ralph Newman]] [https://www.familysearch.org/tree/person/details/G3MW-YGT] - 1906(Qld)-1971(Qld) - Licences: Receive Brisbane (Rosalie, 1923); 4CN Brisbane (Rosalie, 1928); 4LW Brisbane (Rosalie, 1929-1933; Ashgrove, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 398, 1928, No. 45 in Qld - amateur operator; amateur broadcaster; technician (PMGD); WW2 - Electoral Rolls: mechanic (Rosalie, 1928); postal mechanic (Ashgrove, 1936-1954); supervising technician (Rosalie, 1958-1968) * [[/Glynn Ian Elliott Morris|Morris, Glynn Ian Elliott]] [https://www.familysearch.org/tree/person/details/G8XG-9TS] - 1908(???)-19??(???) - Licences: 3BZ Melbourne (Mordialloc, 1930-1939; Parkdale, 1946-1980+) - Qualifications: AOCP 621, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Mordialloc, 1931-1937); mechanic (Mentone, 1943); official (Mentone, 1949-1968); secretary (Mentone, 1972-1980) * [[/Jack Dudley Morris|Morris, Jack Dudley]] [https://www.familysearch.org/tree/person/details/GZ2R-NMZ] - 1914(Vic)-1944(At Sea) - Licences: 3LX Melbourne (Oakleigh, 1933, pirate); 3DQ Melbourne (Oakleigh, 1934-1937) - qualifications: AOCP 1244, 1934, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (mention in despatches) - electoral rolls: operator (Oakleigh, 1936-1942) - Sacrifice: "Greater love hath no man than this" * [[/Richard Charles William Morris|Morris, Richard Charles William (BDM) or Charles Richard William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXW7-56S] - 1922(Qld)-1984(Qld) - Licences: 4MT Rockhampton (1954-1980) - Qualifications: cc; AOCP 3210, 1951, Qld; BOCP 1460, 1956 - amateur operator; WW2 - Electoral Rolls: electrician (Rockhampton, 1949); electrical fitter (Rockhampton, 1954-1963); radio technician/electrician (Rockhampton, 1968-1972); radio technician (Rockhampton, 1977-1980) * [[/Ronald David Morris|Morris, Ronald David]] [https://www.familysearch.org/tree/person/details/LX5W-S7Z] - 1904(Vic)-1997(Vic) - Licences: 3AP Receive Melbourne (Caulfield, 1922); 3AP Melbourne (Caulfield, 1922-1927); 3APM Melbourne (East Brighton, 1947-1980+) - Qualifications: cc; AOCP 151, 1925, No. ?? in Vic; CPRT 919, 1926; BOCP 600, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Caulfield, 1925-1931); radio (Brighton, 1936-1937); mechanic (Brighton, 1943; Elsternwick, 1949-1967; Brighton East, 1972-1977) * [[/Sydney Paul Francis Morris|Morris, Sydney Paul Francis "Syd"]] [https://www.familysearch.org/tree/person/details/GX95-MRP] - 1888(Vic)-1960(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: clerk (Prahran, Vic, 1909; Dandenong, 1912-1913); clerk & telegraphist (Eltham, Vic, 1924); manager (East Bairnsdale, Vic, 1925-1928); clerk (Sandringham, Vic, 1931); inspector (Caulfield, Vic, 1942-1949) * [[/William Belfort Morris|Morris, William Belfort]] [https://www.familysearch.org/tree/person/details/G8X1-VYQ] - 1910(WA)-1991(WA) - Licences: 6WM Perth (Hollywood, 1930-1937; Mt Lawley, 1938-1939); 6WM Kalgoorlie (1946-1954); 6WM Perth (Applecross, 1955-1975) - Qualifications: cc; AOCP 625, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Hollywood, 1931-1937); newsagent (Kalgoorlie, 1949-1954); representative (Applecross, 1958-1980) ===''MORRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Cyril Tucker Morrison|Morrison, Gordon Cyril Tucker]] [https://www.familysearch.org/tree/person/details/GFMN-J6Z] - 1916(WA)-1993(NSW) - Licences: 6KN Geraldton (1935-1937); 6KN Perth (City, 1938-1939); 2AKN Sydney (Hernes Bay, 1947; Parramatta, 1948-1950; Balgowlah, 1954-1958) - Qualifications: cc; AOCP 1485, 1935, WA; BOCP 89, 1937; 3COCP 1536, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Geraldton, WA, 1937); radio employee (North Perth, WA, 1943); aircraft surveyor (Parramatta North, NSW, 1949; Balgowlah, NSW, 1954-1963); surveyor (Wahroonga, NSW, 1968-1980) * [[/Lionel Morrison|Morrison, Lionel]] [https://www.familysearch.org/tree/person/details/KDMZ-K6G] - 1906(WA)-1996(WA) - Licences: 6LM Perth (Bayswater, 1939, 1947-1980) - Qualifications: cc; AOCP 1485, 1939, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Sandstone, WA, 1931); pipefitter (Wiluna, WA, 1936-1937); fitter (Wiluna, WA, 1943; Bayswater, WA, 1949-1980) ===''MORRISSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Joseph Martindale Morrissey|Morrissey, Brian Joseph Martindale]] - 19??(???)-19??(???) - Licences: 5AP Adelaide (Prospect, 1935-1937) - Qualifications: cc; AOCP 1544, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''MORROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Caldwell Morrow|Morrow, Arthur Caldwell]] [https://www.familysearch.org/tree/person/details/GHQF-T2F] - 1912(Qld)-1967(Qld) - Licences: 4BM Brisbane (Paddington, 1937-1939) - Qualifications: cc; 2COCP 335, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Red Hill, Qld, 1934-1937); wireless operator (Paddington, Qld, 1943); farmer (Paddington, Qld, 1949-1963) ===''MORSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel Percy Morse|Morse, Noel Percy "Bill"]] [https://www.familysearch.org/tree/person/details/GWRN-3QR] - 1914(Qld)-1942(At Sea) - Licences: 2JE Sydney (Cremorne, 1934-1935); 4LI Brisbane (Clayfield, 1937); 2AHS Sydney (Mosman, 1938-1939) - Qualifications: cc; AOCP 1402, 1934, Qld - amateur operator; amateur broadcaster; WW2 (RNZAF, Pilot Officer) - Electoral Rolls: radio engineer (Buranda, Qld, 1937; Clayfield, Qld, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.rafcommands.com/database/wardead/details.php?qnum=95585 RAF Commands]; [https://www.aucklandmuseum.com/war-memorial/online-cenotaph/record/C29996 Auckland Museum]; [http://aircrewremembered.com/morse-noel.html AirCrewRemembered] ===''MORTIMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mark Mortimer|Mortimer, Mark]] [https://www.familysearch.org/tree/person/details/GS7M-ZZ4] - 1887(Irl)-19??(???) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 107, 1915; 2COCP 48, 1929; 1COCP 89, 1930; BOCP 48, 1934? - RANRS (Warrant Telegraphist, 1917) - Comment: numerous contemporaneous MMs - Electoral Rolls: Nil yet identified ===''MORTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Evors Morton|Morton, Charles Evors]] [https://www.familysearch.org/tree/person/details/GZJ5-F3R] - 1888(Qld)-1963(NSW) - 2MH Sydney (Homebush, 1925-1934), amateur operator (AOCP 170, 1925, No. ?? in NSW), amateur broadcaster, public servant (Rockhampton, 1912), WW1 ===''MOSES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Joseph Moses|Moses, Charles Alfred Joseph]] - 1900(Eng)-1988(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - ABC (general manager) - Electoral Rolls: - Links: [[w:Charles Moses|Wikipedia]]; [https://adb.anu.edu.au/biography/moses-sir-charles-joseph-15044 ADB] ===''MOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Moss|Moss, George Arthur]] [https://www.familysearch.org/tree/person/details/GZG7-86Y] - 1903(WA)-2000(WA) - Licences: 6GM Perth (Cottesloe Beach, 1926-1931; Mt Lawley, 1933-1939, 1946-1956; Mt Pleasant, 1960-1965; Boya, 1969-1995+) - Qualifications: cc; AOCP 233, 1926, No. ?? in WA; AOLCP 177, 1934; 1COCP 574, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: piano mechanic (Cottesloe Beach, 1925); wireless mechanic (North Perth, 1931-1958); lecturer (Mt Pleasant, 1963; Boya, 1968-1980) - [https://qsl.net/vk6zse/historic/p-vk6gm.html QSL.net] ===''MOULE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Ernest Moule|Moule, Clifford Ernest "Cliff"]] [https://www.familysearch.org/tree/person/details/G8XQ-DFH] - 1912(SA)-1998(SA) - Licences: 5CX Adelaide (Parkside, 1930-1939; Plympton, 1946-1948; McLaren Vale, 1954; Lower Mitcham, 1955-1956; Westbourne Park, 1960-1980+) - Qualifications: cc; AOCP 611, 1930, No. ?? in SA; BOCP 1462, 1956 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Clarence Gardens, 1939-1941; Glandore West, 1943) ===''MOWLEM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Mowlem|Mowlem, Leonard]] [https://www.familysearch.org/tree/person/details/GX9F-DHH] - 1878(???)-1950(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: naval employee (Toorak, 1919); radio telegraphist (Thursday Island, 1921); telegraphist (Toorak, 1925); engineer (Toorak, 1928); wireless (Malvern, 1931-1949) ===''MOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Murray Moyle|Moyle, John Murray "Johnny"]] - 1908(Vic)-1960(ACT) - 2JU Sydney, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly, 1932+; Radio TV & Hobbies, 1939-), education (Scotch College, 1923-1926), military (WW2, RAAF 1941-, Squadron Leader), broadcast (3DB, 1920s) (callsign 2JU previously Ross Amos Hull) - Links: [http://messui.polygonal-moogle.com/valves/NW198909.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198910.pdf EA2] ===''MUIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sibbald Allison Muir|Muir, John Sibbald Allison]] [https://www.familysearch.org/tree/person/details/LRB3-1J6] - 1904(SA)-1996(Vic) - 3QW Receive Melbourne (Brighton, 1923); 3QW Melbourne (Brighton, 1923-1926) - Qualifications: cc; AOCP 91, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; likely operator of 3NS dealer licence for Norris & Skelly, Elizabeth St, Melbourne 1924 - Electoral Rolls: dealer (Brighton, 1925-1927); radio dealer (Malvern, 1928); wireless (Brighton, 1931); engineer (Brighton, 1935; Ringwood, 1936-1954); nil (Somers, 1963; Langwarrin, 1968-1977; Garfield, 1980) * [[/Robert White Muir|Muir, Robert White]] [https://www.familysearch.org/tree/person/details/K644-M2J] - 1904(WA)-1966(WA) - Licences: 6RW Wagin (1933-1939); 6RW Perth (Subiaco, 1947-1965) - Qualifications: cc; AOCP 1184, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (Albany, WA, 1925-1926); jeweller & radio dealer (Wagin, WA, 1931); jeweller (Wagin, WA, 1936-1943); watchmaker (Subiaco, WA, 1949-1963) ===''MULLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Fred Mullett|Mullett, Leslie Fred]] [https://www.familysearch.org/tree/person/details/GXRX-BQD] - 1903(SA)-1980(SA) - Licences: 5ZQ Adelaide (Highgate, 1932-1933) - Qualifications: cc; AOCP 1065, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Highgate, SA, 1939-1941); engineer (Barton, ACT, 1949) ===''MULLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Mulligan|Mulligan, Frederick Charles]] [https://www.familysearch.org/tree/person/details/L2QS-X7W] - 1886(NZ)-1982(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 135, 1915; 2COCP 211, 1930; 1COCP 329, 1933 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: engineer operator (Clayfield, 1914-1917); wireless operator (Emita, Flinders Island, 1919-1928); OIC Radio Station (Darwin, 1934); radiologist (Ascot, 1936); OIC radio (Townsville, Qld, 1943); retired (Warrimoo, NSW, 1954-1958; Umina, NSW, 1958) ===''MUNRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Bruce Willson Munro|Munro, Bruce Willson]] [https://www.familysearch.org/tree/person/details/G7GX-CDJ] - 1908(Qld)-1994(Qld) - Licences: 4AL Brisbane (Hawthorne, 1927-1931; Bulimba, 1933-1939) - Qualifications: cc; AOCP 339, 1927, No. 35 in Qld; 2COCP 68, 1936 - amateur operator; amateur broadcaster; aeronautical experimenter; pilot; Qld Aero Club (Brisbane, honorary flying instructor, 1930s); Dept Civil Aviation (Brisbane, Assistant Plan Printer, 1956-1968) - Electoral Rolls: commercial pilot (Moorooka, 1943); flight checking officer (Townsville, 1943); pilot (West End, 1949-1963); commonwealth public servant (Wynnum, 1968-1972); retired (Wynnum, 1977-1980) ===''MURDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilmot Henry Murden|Murden, Wilmot Henry]] [https://www.familysearch.org/tree/person/details/G691-7WC] - 1915(Vic)-19??(???) - Licences: 7TY Launceston (1934-1937); 3TY Melbourne (West Preston, 1938-1939; Thornbury, 1947); 3TY Rapanyup (1948); 3TY Sale (1954-1955); 3TY Swan Hill (1956-1960) - Qualifications: cc; AOCP 1243, 1934, No. ?? in Tas; BOCP 1176, 1950; 1COCP 1610, 1951 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Sale, 1954); radio engineer (3SH, Sale, 1963) ===''MURDOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Fraser Murdoch|Murdoch, James Fraser "Fraser"]] - 19??(???)-19??(???) - 4FQ Toowoomba (1946-1948), amateur operator (AOCP 2383, 1939, No. ?? in Qld), amateur broadcaster, employment (Empire Theater under Cliff Gold 4CG) ===''MURPHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold James Murphy|Murphy, Harold James]] [https://www.familysearch.org/tree/person/details/LD6Q-ZGP] - 1899(NSW)-1958(Qld) - Licences: 4HM Ilfracombe (1935-1937); 4HM Pomona (1938-1939); 4HM Brisbane (Wooloowin, 1947-1956) - Qualifications: cc; AOCP 1532, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: telegraphist (Auchenflower, Qld, 1925; Milton, Qld, 1928); postal official (Stanthorpe, Qld, 1930); postmaster (Ilfracombe, Qld, 1936-1937); insurance agent (Wooloowin, Qld, 1943); postal official (Wooloowin, Qld, 1949); public servant (Stafford, Qld, 1958) ===''MURRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Alexander Murray|Murray, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/G89D-SZ7] - 1908(???)-1985(NSW) - Licences: 2FM Sydney (Rose Bay, 1927; Mosman, 1928-1935; Cremorne, 1936-1939; Mosman, 1946-1947; Lindfield, 1948-1949; Carramar, 1950-1975); 2FM Blayney (1980+) - Qualifications: AOCP 336, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Mosman, 1930); engineer (Mosman, 1933); fitter (Mosman, 1934); draftsman (Mosman, 1935); engineer (Neutral Bay, 1943); draftsman (Mosman, 1949); draughtsman (Carramar, 1958-1977); retired (Blayney, 1980) * [[/John William Murray|Murray, John William]] [https://www.familysearch.org/tree/person/details/G879-32L] - 1905(Vic)-1997(Vic) - Licences: 3JY Melbourne (Elsternwick, 1928-1930; Fitzroy, 1931-1939); 3AJY Melbourne (Kew, 1960-1980+) - Qualifications: AOCP 396, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Elsternwick, 1928); projectionist (St Kilda, 1934; Melbourne East, 1936); technician (St Kilda West, 1943-1949); projectionist (Kew, 1954-1980) - several contemporaneous John William Murray's in Melbourne, identification not certain * [[/Kynaston Noel Lathrop Murray|Murray, Kynaston Noel Lathrop]] - 1838(Eng)-1916(Tas) - clubs and societies (Telegraph Electrical Society Vic, member, 1880s; Vic Posts & Telegraphs, 1860s-1870s; Vic Railways Dept, 1880s-1890s) * [[/Malcolm Imlay Murray|Murray, Malcolm Imlay]] [https://www.familysearch.org/tree/person/details/G8VW-684] - 1908(WA)-1980(WA) - Licences: 6MY Perth (City, 1930; South Perth, 1933-1939; Floreat Park, 1946-1980+) - Qualifications: cc; AOCP 677, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (East Perth, 1931); radiotrician (South Perth, 1936; Floreat Park, 1943-1980) ===''MUSGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Mandeville D'Oyly Musgrove|Musgrave, Mandeville D'Oyly]] - 19??-19?? - broadcast station proprietor (6ML & others) ===''MUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus Keith Mutton|Mutton, Angus Keith]] [https://www.familysearch.org/tree/person/details/GD5F-BQM] - 1910(SA)-1991(SA) - Licences: 5ZY Adelaide (Toorak Gardens, 1933; Tusmore, 1937-1938) - Qualifications: cc; AOCP 1089, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Tusmore Gardens, SA, 1939-1943) * [[/Arthur Henry Mutton|Mutton, Arthur Henry]] [https://www.familysearch.org/tree/person/details/KC1Y-PP5] - 1908(NSW)-1986(NSW) - Licences: 2QT Receive Sydney (Stanmore, 1923-1925); 2QT Sydney (Stanmore, 1926-1939) - Qualifications: AOCP 237, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Annandale, 1930-1937); communication engineer (Maroubra, 1943-1968); public servant (Bayview, 1972-1980) =='''N'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''NAIRN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Linley Beeton Nairn|Nairn, Arthur Linley Beeton]] [https://www.familysearch.org/tree/person/details/L58V-M8X] - 1895(SA)-1978(NZ) - Licences: 2BI Receive Sydney (Mosman, 1922-1923) - Qualifications: CPRTelephony 373, 1918 - amateur receiver - Electoral Rolls: company manager (Hamilton, NZ, 1938); director (Days Bay, Wellington, NZ, 1946-1954) ===''NANCARROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Stanley Nancarrow|Nancarrow, Ralph Stanley]] [https://www.familysearch.org/tree/person/details/GST3-XQ3] - 1904(SA)-1991(SA) - Licences: 5PK Georgetown (1930-1933); 2PY Sydney (Mosman, 1935; Randwick, 1936-1939); 2ACN Sydney (Lane Cove, 1954-1961; North Ryde, 1965-1975) - Qualifications: cc; AOCP 719, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Randwick, NSW, 1936-1937); electrical fitter (Lane Cove, NSW, 1943-1963); fitter (North Ryde, NSW, 1972-1980) ===''NANGLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Nangle|Nangle, James]] [https://www.familysearch.org/tree/person/details/GD3V-F31] - 1869(NSW)-1941(NSW) - Licences: 2MU Receive Sydney (Marrickville, 1922); 2MU Sydney (Marrickville, 1923-1927; Observatory, 1928-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; 1920s Superintendent Technical Education NSW; hon. Government Astronomer NSW; Sydney University (Senate); Royal Society of NSW (president); Fellow Royal Astronomical Society; Fellow Federal Institute of Architects; author (astronomy, architecture) - Electoral Rolls: architect (Petersham, 1903); Government Astronomer (Observatory, 1930-1937) - Links: [https://adb.anu.edu.au/biography/nangle-james-7722 ADB] ===''NASH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Charles Nash|Nash, William Robert Charles]] [https://www.familysearch.org/tree/person/details/GDWX-LWF] - 1918(NSW)-2007(NSW) - Licences: 2WW Sydney (Crows Nest, 1934-1937); 4WN Cairns (1938-1939) - Qualifications: cc; AOCP 1329, 1934, Qld; 1COCP 138, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: company manager (Castlecrag, NSW, 1963-1980) ===''NEALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Drayton Neale|Neale, Eric Drayton Snr]] [https://www.familysearch.org/tree/person/details/G88H-NWT] - 1907(Qld)-1968(Qld) - Licences: 4EN Longreach (1934-1939); 4EN Brisbane (Wooloowin, 1946-1960) - Qualifications: cc; AOCP 1298, 1934, Qld - amateur operator, amateur broadcaster, federal public servant (PMGD, telegraphist), radio club (WIAQ, QSL officer) - Relationships: father of 4?? Eric Drayton Neale Jnr - Electoral Rolls: telegraphist (Wooloowin, 1928; Longreach, 1936; Grange, 1937; Wooloowin, 1943-1963) ===''NEAVERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Laurence Neaverson|Neaverson, Leslie Laurence or Lawrence Leslie]] [https://www.familysearch.org/tree/person/details/LYTM-HCD] - 1899(Eng)-1993(NSW) - Licences: G5NX (Lakeside, Cumbria, 1922+); 4NV Brisbane (Holland Park, 1947-1956+) - Qualifications: cc; Nil yet identified - amateur operator; associate member IRE (Britain); principal Anglo Austral Hearing Aid Dispensary - Electoral Rolls: surgical technician (Holland Park, Qld, 1949-1958) ===''NELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alfred Montague Nell|Nell, George Alfred Montague]] [https://www.familysearch.org/tree/person/details/G87B-PP6] - 1900(Ceylon)-1989(NSW) - Licences: 2JQ Quirindi (1928-1929); 2JQ Canberra (1930); 2JQ Moruya (1931-1936); 2JQ Binda (1937-1939); 2JQ Crookwell (1946-1950); 2JQ Junee (1954-1965); 2JQ Goulburn (1969-1980) - Qualifications: AOCP 413, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clergyman (Moruya, 1930-1934; Crookwell, 1936-1949; Junee, 1954-1968; Goulburn, 1972-1980) ===''NELSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Yeates Nelson|Nelson, John Yeates]] [https://www.familysearch.org/tree/person/details/G884-YDV] - 1851(Irl)-1932(NSW) - Licences: XAA Sydney (McMahon's Point, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter; federal public servant (PMGD, chief electrical engineer (NSW)) - Electoral Rolls: electrician (Milson's Point, 1930-1931) ===''NESTROM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Louis Nestrom|Nestrom, Oliver Louis]] [https://www.familysearch.org/tree/person/details/GX22-9H4] - 1912(NSW)-1999(SA) - Licences: 5RZ Adelaide (St Peters, 1936-1937; Joslin, 1938); 2ADJ Sydney (Homebush, 1939); 5RZ Adelaide (Colonel Light Gardens, 1947; Glenelg, 1948; St Georges, 1954); 5RZ Port Augusta, 1955-1956); 5RZ Adelaide (Kurralta Park, 1960; Manningham, 1965-1969; St Peters, 1975); 5RZ Clare (1980+) - Qualifications: cc; AOLCP, 224, 1935; AOCP 1725, 1936, SA; BOCP 719, 1946; 2COCP 1178, 1949; 1COCP 1491, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Modbury, SA, 1939); fitter (Strathfield, NSW, 1943) ===''NEVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Clifford Anderson Neville|Neville, Alfred Clifford Anderson]] [https://www.familysearch.org/tree/person/details/GXH3-Z4D] - 1907(Eng)-1987(Qld) - Licences: 4ED Receive Brisbane (Wooloowin, 1923) - Qualifications: cc; 3COCP 5827, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Hamilton, Qld, 1928); clerk (Windsor, Qld, 1934-1943); accountant (Hawthorne, Qld, 1954-1958); retired (East Brisbane, 1963-1980) ===''NEWBERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Mallord Newberry|Newberry, Archibald Mallord]] [https://www.familysearch.org/tree/person/details/LH51-SDW] - 1893(Eng)-1973(Vic) - Licences: 3AN Red Cliffs (1930-1939) - Qualifications: AOCP 606, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: watchmaker (Red Cliffs, 1924-1931); radio dealer (Red Cliffs, 1934-1942); cycle dealer (Red Cliffs, 1949-1972) ===''NEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert James Newell|Newell, Albert James "Bert"]] [https://www.familysearch.org/tree/person/details/LJ1C-RGW] - 1910(Sct)-1998(Qld) - Licences: 4BN Mill Hill via Warwick (1936-1939); 4BN Brisbane (Archerfield, 1947-1948; Moorooka, 1954); 4AJ Brisbane (Moorooka, 1965; Yeronga, 1969; Ormiston, 1975); 4AJN Brisbane (Ormiston, 1980+) - Qualifications: cc; AOCP 1727, 1936, Qld; 2COCP 559, 1942; 1COCP 588, 1942; TVOCP 531, 1962 - amateur operator; amateur broadcaster; AWA Aviation Radio Service - Electoral Rolls: shed hand (Mill Hill, Qld, 1931-1943); radio technician (Moorooka, Qld, 1949-1968); television technician (Yeronga West, Qld, 1972); retired (Ormiston, Qld, 1977-1980) ===''NEWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Frederick Newman|Newman, Arthur Frederick]] [https://www.familysearch.org/tree/person/details/9JJ9-YSK] - 1881(India)-1952(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 10, 1914; CPRT 90, 1915; 1COCP 49, 1930 - RANRS (Radio Lieutenant, 1917-1920, terminated Nov 1920); WW1; WW2 - Comment: several contemporaneous AFNs - Electoral Rolls: traffic officer (Elsternwick, 1917-1919); assistant! (Malvern East, 1924-1931); piano tuner (St Kilda, 1931) * [[/Sydney Moreton Newman|Newman, Sydney Moreton "Syd"]] [https://www.familysearch.org/tree/person/details/LL41-PBM] - 1898(NSW)-1998(NSW)99yo - Licences: XPZ Melbourne (Canterbury, 1913-1914); 3MC Melbourne (Canterbury, 1923-1927) - Qualifications: cc; CPRT 655, 1921; 1COCP 90, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Turramurra, 1930-1958); retired (Wahroonga, 1963-1980) - TroveTag: "XPZ-3MC - Sydney Moreton Newman" (68 tags) - Links: [http://messui.polygonal-moogle.com/valves/NW199101.pdf EA] * [[/William Harold Newman|Newman, William Harold]] [https://www.familysearch.org/tree/person/details/GD3V-4N5] - 1889(NSW)-1943(Vic) - Licences: 2MK? Receive Sydney (Artarmon, 1922); 2MJ Sydney (Artarmon, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: railway official (Artarmon, 1930-1934); secretary (Mosman, 1936-1943) ===''NICHOLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rupert Nicholas|Nicholas, William Rupert]] [https://www.familysearch.org/tree/person/details/GD14-RFV] - 1913(Tas)-1995(Tas) - Licences: 7WR Hobart (North Hobart, 1932-1939) - Qualifications: cc; AOCP 896, 1932, No. ?? in Tas; AOLCP 72, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Hobart North, 1936; New Town, 1943-1954) ===''NICOLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Nicoll|Nicoll, William]] - 1903(Canada)-19??(???) - Licences: 4CO Receive Brisbane (Upper Paddington, 1923) - Qualifications: cc; CPRT 644, 1921 - amateur Receiver - Electoral Rolls: telegraphist (Bardon, 1925-1929) ===''NICHOLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hartley Nicholls|Nicholls, Alan Hartley]] [https://www.familysearch.org/tree/person/details/GFQR-VH9] - 1913(WA)-1981(WA) - Licences: 6KE Corrigin (1936-1937); 3NI Melbourne (East St Kilda, 1938-1939); 2NI Sydney (Manly, 1946; Cremorne, 1947-1954; Manly, 1955-1956); 2ANI Sydney (Mosman, 1960-1965); 4AL Brisbane (Greenslopes, 1965); 4NI Cairns (1975); 6NX Perth (South Guildford, 1980) - Qualifications: cc; AOCP 1814, 1936, WA; BOCP 219, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: RAAF (Hawthorn, Vic, 1942); radio engineer (Cremorne, NSW, 1949); shopkeeper (Wilston, Qld, 1958); electronic engineer (Cremorne, NSW, 1963); engineer (Cairns, Qld, 1972-1977; South Guildford, WA, 1980) * [[/Francis Edgar Nicholls|Nicholls, Francis Edgar]] [https://www.familysearch.org/tree/person/details/GD1H-8KQ] - 1910(Vic)-1995(Tas) - Licences: 7RY Devonport (1932-1933); 7RY Burnie (1937-1939); 7RY Hobart (New Town, 1946-1948; Lenah Valley, 1954-1955; New Town, 1960; Lenah Valley, 1965-1969; Midway Point, 1975-1980) - Qualifications: cc; AOCP 991, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Lenah Valley, 1943-1954) * [[/William James Nicholls|Nicholls, William James]] [https://www.familysearch.org/tree/person/details/G6S3-26D] - 19??(Vic)-1966(Vic) - Licences: 3FW Melbourne (Moonee Ponds, 1931-1933) - Qualifications: cc; AOCP 780, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Moonee Ponds, 1922-1963) * [[/William John Matthew Nicholls|Nicholls, William John Matthew or William John]] [https://www.familysearch.org/tree/person/details/G8WW-PDS] - 1908(Vic)-19??(???) - Licences: 3WX Melbourne (Williamstown, 1928-1933); 7WX Launceston (1937-1939); 3WX Melbourne (Williamstown, 1946-1965; East Malvern, 1969-1980+) - Qualifications: cc; AOCP 419, 1928, No. ?? in Vic; 2COCP 343, 1931; 1COCP 309, 1933 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Williamstown, 1931-1936); RAAF (Williamstown, 1949); radio engineer (Williamstown, 1954-1963; Malvern East, 1968-1980) ===''NICHOLSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Russell Malcolm Nicholson|Nicholson, Russell Malcolm]] [https://www.familysearch.org/tree/person/details/G8Z7-7W4] - 1909(Qld)-1974(NSW) - Licences: 4KG Ilfracombe (1929-1933) - Qualifications: cc; AOCP 529, 1929, No. ?? in Qld; BOCP 48, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing contractor (Longreach, 1936); manager 4LG (Longreach, 1937); radio mechanic (Coolangatta, 1949-1972) ===''NICOLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Hort Wilmot Nicolle|Nicolle, Horace Hort Wilmot]] [https://www.familysearch.org/tree/person/details/G8ZS-MZF] - 1908(NSW)-1974(NSW) - Licences: 2HK Sydney (Strathfield, 1929-1933; Ryde, 1934); 2AJT Sydney (Wollstonecraft, 1939) - Qualifications: AOCP 527, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chemist apprentice (Strathfield, 1930); pharmacist (Strathfield, 1933-1935); chemist (Chatswood, 1943-1968) ===''NILSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver John Nilsen|Nilsen, Oliver John]] [https://www.familysearch.org/tree/person/details/G8W4-W1G] - 1884(Vic)-1977(Vic) - Licences: Receive (Valve) Melbourne (Brighton, 1923); 3UZ Melbourne (1924-25) - Qualifications: Nil identified to date - amateur operator; amateur broadcaster - 3UZ experimental callsign issued to Oliver J. Nilsen & Co in 1923, operator N. J. Boyd; callsign withdrawn 1925 and reallocated to Nilsen's broadcast station which remains current as at 2021 - Electoral Rolls: electrical engineer (Fitzroy, 1909-1924; Chelsea, 1928-1931); contractor (Caulfield, 1934-1954); engineer (Elsternwick, 1972; Hawthorn, 1977-1980) - Links: [https://adb.anu.edu.au/biography/nilsen-oliver-john-11244 ADB] ===''NISSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Laurence Nissen|Nissen, Eric Laurence]] [https://www.familysearch.org/tree/person/details/G8DS-ZLR] - 1905(Qld)-2001(Qld) - Licences: 4XN Dalby (1930-1939, 1946-1975+); 4XN Toowoomba (1980) - Qualifications: cc; AOCP 574, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, member); broadcast technician (4QS, 1939-1976); federal public servant (PMGD); Awards: Imperial Service Medal 1976 - Electoral Rolls: none specified (Dalby, 1928-1937); PMG technician (Dalby, 1972); retired (Toowoomba, 1977) ===''NIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edgar Nixon|Nixon, Arthur Edgar]] [https://www.familysearch.org/tree/person/details/G8M2-SM5] - 1905(Vic)-1961(Vic) - Licences: 3ON Receive Melbourne (Windsor, 1923-1924) - Qualifications: AOCP 361, 1927, No. ?? in Vic - amateur receive operator - Electoral Rolls: labourer (Elsternwick, 1931); salesman (St Kilda West, 1931-1936); electrical fitter (Albert Park, 1943-1954) ===''NOLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Michael Nolan|Nolan, Francis Michael]] [https://www.familysearch.org/tree/person/details/9Q3R-X84] - 1910(NSW)-1985(Qld) - Licences: 4FN Brisbane (Wooloowin, 1935-1937; Clayfield, 1938-1939; Stafford Heights, 1946-1948); 4MF Portable (1948); 9FN Port Moresby & 9MF Portable (1954-1956); 4FN/T Gracemere (1960-1969); 4FN/T Brisbane (Wavell Heights, 1975; Virginia, 1980) - Qualifications: cc; AOCP 1433, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, WIAQ); broadcast technician (9PA, 4RK); radio serviceman; federal public servant (PMGD) - Electoral Rolls: * [[/Francis William Nolan|Nolan, Francis William "Frank"]] [https://www.familysearch.org/tree/person/details/GX6W-XPW] - 1897(NSW)-19?? - Licences: 4JU Brisbane (Brisbane City, 1929-1939, 1947-1956; Paddington, 1960) - Qualifications: cc; AOCP 43? & 501, 1924 & 1929, No. ? in Qld - amateur operator; amateur broadcaster; radio serviceman - Relationships: husband of 4LO Violet Elizabeth Nolan nee Hennessey - Comment: several genealogy sites have wrong data for FWN - Electoral Rolls: cartoonist (Brisbane City, Qld, 1921-1925); radio mechanic (Brisbane, City, 1934-1936); radio engineer (Brisbane City, Qld, 1954-1958) * [[/John Spencer Nolan|Nolan, John Spencer]] [https://www.familysearch.org/tree/person/details/LTBW-KMV] - 1868(NSW)-1936(NSW) - Licences: XED Sydney (Double Bay, 1911-1914); 2JH Receive Sydney (Double Bay, 1922); 2JH Sydney (Double Bay, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; dentist and dental surgeon - Relationships: father of 2YI Philip Spencer Nolan - Electoral Rolls: dentist (Woollahra, 1930-1935) * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] [https://www.familysearch.org/tree/person/details/GX6W-DSX] - 1896(Qld)-19??(???) - Licences: 4LO Brisbane (City, 1931-1939) - Qualifications: cc; AOCP 826, 1931, No. ? in Qld - amateur operator; amateur broadcaster - Comment: fourth YL operator in Qld - Relationships: wife of 4JU Francis William Nolan - Electoral Rolls: home duties (Brisbane City, Qld, 1921-1943); not stated (Eagle Heights, Qld, 1949); home duties (Tweed Heads, NSW, 1954); domestic (Spring Hill, Qld, 1958); retired (Coolangatta, Qld, 1958) * [[/Philip Spencer Nolan|Nolan, Philip Spencer "Spencer"]] [https://www.familysearch.org/tree/person/details/LTBW-ZWX] - 1897(NSW)-1929(NSW) - Licences: 2YI Sydney (Double Bay, 1924-1929) - Qualifications: AOCP 58, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; dentist - Relationships: son of XED-2JH Lieut John Spencer Nolan - Comment: gone too soon - Electoral Rolls: Nil yet identified ===''NOLTE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Nolte|Nolte, George Edward]] [https://www.familysearch.org/tree/person/details/G8HG-DD4] - 1911(Vic)-1997(NSW) - Licences: 3NO Melbourne (Elwood, 1929-1939); 2QO Sydney (Potts Point, 1948-1950; Bexley North, 1954-1975); 2QO Wamberal (1980+) - Qualifications: AOCP 492, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1936-1937); radio engineer (Darlinghurst, 1943-1949; Bexley North, 1958-1963); retired (Wamberal, 1980) ===''NORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Norman|Norman, William James]] [https://www.familysearch.org/tree/person/details/GD1Q-ZRS] - 1899(Tas)-19??(???) - Licences: 7WJ Eddystone Point Lighthouse (1931) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: stoker (Longford, 1922); lightkeeper (Tasman Island, 1928; Eddystone Lighthouse, 1934; Maatauyker Island, 1936; Currie Harbour, King Island, 1937) ===''NORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Anthony David Norris|Norris, Anthony David "Tony"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Edgar Lewin Norris|Norris, Edgar Lewin]] [https://www.familysearch.org/tree/person/details/G9YH-3D4] - 1891(Qld)-1956(Qld) - Licences: 4CK Receive Toowoomba (1922); 4CK Toowoomba (1923-1931) - Qualifications: cc; AOCP 80, 1925, No. 8 in Qld - amateur operator; amateur broadcaster; radio club (Toowoomba RC); WW1 - Relationships: father of 4NO Edgar Thomas Norris - TroveTag: "4CK - Edgar Lewin Norris" - Electoral Rolls: optician (Rockhampton, 1913); optometrist (Wooloowin, 1919; Toowoomba, 1925-1954) * [[/Edgar Thomas Norris|Norris, Edgar Thomas "Tom" "Tommy"]] [https://www.familysearch.org/tree/person/details/G855-G68] - 1930(Qld)-2019(Qld) - Licences: 4NO Toowoomba (1969-1980+) - Qualifications: cc; 3COCP 6945, 1967; AOLCP Q2, 1968; AOCP Q13, 1968, Qld - amateur operator, amateur broadcaster - Relationships: son of 4CK Edgar Lewin Norris - Electoral Rolls: charge hand (Toowoomba, 1954-1980) ===''NORTHEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurence Harry Northeast|Northeast, Laurence Harry "Laurie"]] [https://www.familysearch.org/tree/person/details/LLM3-8NK] - 1908(SA)-1972(SA) - Licences: 5LH Adelaide (Rosewater, 1927) - Qualifications: cc; AOCP 315, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Rosewater, 1939-43) =='''O'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ==='''OAKES'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Andrew Oakes|Oakes, Walter Andrew]] [https://www.familysearch.org/tree/person/details/GDRK-RBQ] - 1907(Tas)-1983(NSW) - Licences: 7BQ Receive Hobart (New Town, 1923); Receive Hobart (New Town, 1923) - Qualifications: cc; 3COCP N1088, 1971 - amateur receiver - Electoral Rolls: electrician (Manly, 1930); electrical fitter (Launceston, 1937); railway employee (New Town, 1943-1949); electrician (Lindfield, 1954); business proprietor (Roseville, 1958); managing director (Roseville, 1963-1968); director (Roseville, 1972-1980) ==='''O'BRIEN'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Clare O'Brien|O'Brien, Charles Clare]] [https://www.familysearch.org/tree/person/details/GMTS-7SJ] - 1904(Qld)-1994(Qld) - Licences: 4NC Brisbane (Stafford, 1939, 1948-1980+) - Qualifications: AOCP 2386, 1939, Qld - amateur operator, WW2 - Electoral Rolls: mechanic (Kilcoy, 1928); telephone mechanic (Eagle Junction, 1936-1943); technician (Stafford, 1954-1980) * [[/Charles Raymond Heddington O'Brien|O'Brien, Charles Raymond Heddington]] [https://www.familysearch.org/tree/person/details/G8FN-4CX] - 1913(Vic)-1975(Vic) - Licences: 3QX Melbourne (Glenhuntly, 1930-1939) - Qualifications: AOCP 626, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Glenhuntly, 1934-1936); electrical engineer (Ballarat, 1942); engineer (Kew, 1954; Mount Waverley, 1963-1972) * [[/Matthew O'Brien|O'Brien, Matthew or Matthew Michael]] [https://www.familysearch.org/tree/person/details/GZG7-P35] - 1904(Qld)-1978(Qld) - Licences: 4MM Brisbane (Toowong, 1926-1933; Annerley, 1937-1939, 1946-1965) - Qualifications: cc; AOCP 234, 1926, No. 20 in Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, ARTL, WIAQ, president all); journalist (Teleradio, "Vic Eddy"); Dept Labour Exchange (administration) - Electoral Rolls: public servant (Toowong, 1925-1936; Annerley, 1943-1977) ==='''O'DEA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick O'Dea|O'Dea, Francis Patrick]] [https://www.familysearch.org/tree/person/details/GXTP-7KL] - 1894(Vic)-19??(???) - Licences: XJAX Melbourne (Ascot Vale, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 (Army, AWS) - Electoral Rolls: clerk (North Melbourne, 1912-1913; Ascot Vale, Vic, 1914-1937); railways (Brighton, Vic, 1942-1949); railway employee (Footscray North, Vic, 1963-1977) - Links: [https://alh-research.tripod.com/Light_Horse/index.blog/1911842/australian-wireless-squadron-aif-francis-patrick-odea/ AWS] ==='''ODGERS'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Fieldhouse Odgers|Odgers, Norman Fieldhouse]] [https://www.familysearch.org/tree/person/details/GDVD-CYK] - 1906(Qld)-1996(WA) - Licences: 4BO or 4BD Brisbane (Newmarket) & Charters Towers (1924-1925); 4NK; 9NK Port Moresby (1946-1948); 6NF Perth (Applecross, 1954-1969; Bassendean, 1975-1980); 4CH - Qualifications: cc; CPRT 896, 1925; 2COCP 212, 1930; 1COCP 108, 1936 - amateur operator; amateur broadcaster; ship wireless officer; broadcast engineer; WW2 - Electoral Rolls: senior technician (Applecross, 1954-1963); manager (Applecross, 1968); retired (Bassandean, 1972-1980) ==='''O'DONNELL'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Amos Leslie O'Donnell|O'Donnell, Amos Leslie]] [https://www.familysearch.org/tree/person/details/G8NW-Q1P] - 1910(SA)-19??(NSW) - Licences: 6DX Perth (City, 1930-1933); 2AGE Sydney (Ashfield, 1938-1939); 2AOO Sydney (Caringbah, 1960; Mona Vale, 1965-1969) - Qualifications: cc; AOCP 639, 1930, No. ?? in WA; BOCP 515, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: student (North Perth, WA, 1931); radio engineer (Ashfield, NSW, 1937); education officer (No. 2 W.A.G.S., Parkes, NSW, 1943); engineer (Ashfield, NSW, 1949; Caringbah, NSW, 1958) ==='''O'HARA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bernard O'Hara|O'Hara, John Bernard]] [https://www.familysearch.org/tree/person/details/G8XM-Y9M] - 1902(Vic)-1970(Vic) - Licences: 3OH Maryborough (1930-1939); 3OH Yallourn (1946-1948); 3AAO Melbourne (Mt Waverley, 1960) - Qualifications: AOCP 607, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: teacher (Albert Park, 1921-1924) instructor (Maryborough, 1928); teacher (Kew, 1934; Maryborough, 1937; Ballarat, 1937; Maryborough, 1943, Warrnambool, 1954; Maldon, 1963) ==='''OHRBOM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Axel Ragnar Ohrbom|Ohrbom, Axel Ragnar "Ray"]] [https://www.familysearch.org/tree/person/details/G8WZ-PWJ] - 1903(Tas)-1978(Vic) - Licences: Receive Melbourne (Brunswick, 1923-1924); 3OC Melbourne (West Brunswick, 1928; Coburg, 1931-1939; Moreland, 1946-1948; Hartwell, 1954-1975) - Qualifications: AOCP 421, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Coburg West, 1949); sharebroker (Camberwell, 1954-1977); retired (Burwood, 1977) ===''OLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Olof Lemuel Olden|Olden, Olof Lemuel]] - 1863(Vic)-1939(Vic) - Hobart 1920s, early wireless experimenter, no licence yet identified, amateur operator (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, President, 1924), military (Colonel, WW1), occupation (school master) ===''OLDFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Bernam Oldfield|Oldfield, Frederick Bernam]] [https://www.familysearch.org/tree/person/details/G8YP-9R2] - 1897(Vic)-1962(NSW) - Licences: 5DO Adelaide (1924); 3FB Melbourne (Hampton, 1937-1938); 2FE Sydney (Balmoral, 1939) - Qualifications: cc; AOCP 1240, 1934, No. ?? in Vic - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: teacher (Brighton, Vic, 1931; Sandringham, Vic, 1935-1937); journalist (Mosman, NSW, 1943); A.M.F. (Mornington, 1954); tutor (Neutral Bay, 1958) ===''OLDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Oldham|Oldham, Charles Edward]] [https://www.familysearch.org/tree/person/details/KZFK-XBT] - 1902(Tas)-1950(Tas) - Licences: 7XA Hobart (New Town, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1923, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Town, 1936-1949) * [[/Fred Oldham|Oldham, Fred]] - 19??(???)-19??(???) - early Tasmanian wireless experimenter, first president of Hobart Tramways Wireless Club 1905 ===''O'LEARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cornelius Daniel Fraser O'Leary|O'Leary, Cornelius Daniel Fraser or Daniel Fraser]] [https://www.familysearch.org/tree/person/details/KN18-4BH] - 1893(SA)-1955(SA) - Licences: 5DO Adelaide (Tusmore Gardens, 1929-1933) - Qualifications: cc; AOCP 495, 1929, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Unley, 1939-1941) ===''OLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dalley George Tryon Oliver|Oliver, Dalley George Tryon]] [https://www.familysearch.org/tree/person/details/LZ8W-MMR] - 1888(NSW)-1959(NSW) - wireless experimenter (1924+) 2?? Gunedah, amateur broadcaster - Electoral Rolls: engineer (Gunnedah, 1930-1943; Keepit Dam, Tamworth, 1949-1954); retired (Condoblin, 1958) - Relationships: brother of 2MO Marcius John Alexander Oliver * [[/Marcius John Alexander Oliver|Oliver, Marcius John Alexander "Marcus"]] [https://www.familysearch.org/tree/person/details/LZ8W-M82] - 1875(NSW)-1946(NSW) - Licences: 2MO Gunedah (1929) - Qualifications: AOCP ??, 19??, No. ?? in NSW; AOLCP 91, 1932 - amateur operator, amateur broadcaster, broadcast engineer, radio station proprietor (2MO, 1930-1939), military (air spotters, Port Macquarie) - Electoral Rolls: engineer (Gunnedah, 1930-1936; Port Macquarie, 1943) - Relationships: brother of Dalley George Tryon Oliver ===''OLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Durrant Olle|Olle, John Durrant]] [https://www.familysearch.org/tree/person/details/G4HS-WSX] - 1910(NSW)-1975(Vic) - Licences: 2OZ Sydney (Ashfield, 1929-1939, 1946; Pennant Hills, 1947-1948; Ashfield, 1950) - Qualifications: AOCP 553, 1929, No. ?? in NSW; 2COCP 321, 1931; 1COCP 197, 1931 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Summer Hill, 1936-1937; Ashfield, NSW, 1943); soldier (South Yarra, Vic, 1949); public servant (Mornington, 1963-1980) ===''OLLIVIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Frances Ollivier|Ollivier, Neil Frances]] [https://www.familysearch.org/tree/person/details/GFQB-VPD] - 1916(WA)-1942(WA) - Licences: 6FO Perth (Hollywood, 1932-1939) - Qualifications: cc; AOCP 1067, 1932, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: Nil yet identified ===''O'LOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick Morgan O'Loughlin|O'Loughlin, Francis Patrick Morgan]] [https://www.familysearch.org/tree/person/details/GX6M-Z3Q] - 1902(Qld)-1979(Qld) - Licences: 4OL Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1347, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Red Hill, Qld, 1936-1937; Ashgrove, Qld, 1943-1977) ===''OLSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Vivian Olsen|Olsen, Frederick Vivian "Fred"]] [https://www.familysearch.org/tree/person/details/G8CP-4XJ] - 1912(Vic)-2001(Vic) - Licences: 3FO Melbourne (Hawthorn, 1929-1931; Hampton, 1933-1939) - Qualifications: cc; AOCP 521, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hampton, 1936-1954; Brighton, 1963; Hampton, 1972-1980) * [[/Norman Frederick Olsen|Olsen, Norman Frederick or Frederick Norman (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/G8BY-8JS] - 1901(NSW)-1980(NSW) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 516, 1920, NSW; 2COCP 59, 1929, NSW; 1COCP 252, 1932 - Nil yet identified - Electoral Rolls: wireless operator (Hurlstone Park, 1934-1937); newsagent (Torwood, 1954-1958); no occupation (Lord Howe Island, 1963-1980) * [[/Norman Peter Olsen|Olsen, Norman Peter]] [https://www.familysearch.org/tree/person/details/G8BY-444] - 1897(NSW)-1988(NSW) - Licences: 2YK Newcastle (1924-1925); 2ZX Waratah (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrician (Waratah, 1930; Mayfield, 1932); public servant (Redfern, 1932-1933; Kogarah, 1934-1935; Wollongong, 1936-1937; Artarmon, 1943-1949; Kogarah, 1949-1963); nil (Merewether, 1968-1980) * [[/Olaf Olsen|Olsen, Olaf]] [https://www.familysearch.org/tree/person/details/G6QT-69T] - 1878(Norway)-1964(Qld) - Licences: 4CL Dalby 1922 (Receive) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engine driver (Dalby, 1913-1943); engineer (Toowoomba, 1949; Redcliffe, 1954; Paddington, 1958-1963) ==='''O'MAY'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. W. O'May|O'May, J. W.]] - 19??(???)-19??(???) - Licences: Receive Hobart (Bellerive, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Robert Derwent O'May|O'May, Robert Derwent "Bob"]] [https://www.familysearch.org/tree/person/details/LYNF-5NS] - 1903(Tas)-1973(Tas) - Licences: Receive Hobart (Bellerive, 1923); 7OM Hobart (Bellerive, 1924-1927+; Sandy Bay, 1931+; Bellerive, 1947-1969+) - Qualifications: cc; AOCP 74, 1925, No. ?? in Tas; 3COCP 508, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: engineer (Bellerive, 1928-1954) ==='''OPPENHEIM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Oliver George Oppenheim|Oppenheim or Oliver, Oliver George "Ollie"]] [https://www.familysearch.org/tree/person/details/LLSS-S7L] - 1911(Vic)-1988(NSW) - Licences: 3ZX Melbourne (Caulfield, 1930-1939) - Qualifications: AOCP 580, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Caulfield, 1936-1942; Elsternwick, 1949); radio engineer (Elsternwick, 1954); company executive (Coogee, 1958-1963; Lugarno, 1968); importer (Strathfield, 1972-1980) ===''O'REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Joseph O'Reilly|O'Reilly, Maurice Joseph]] [https://www.familysearch.org/tree/person/details/G824-VMC] - 1866(Irl)-1933(NSW) - Licences: XACI Bathurst (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St Stanilaus College, Bathurst, 1913); rector of college (St John's College, Camperdown, 1930-1933) - Links: [https://adb.anu.edu.au/biography/oreilly-maurice-joseph-7918 ADB] ===''O'ROURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sydney O'Rourke|O'Rourke, John Sydney]] [https://www.familysearch.org/tree/person/details/GDJP-ZW4] - 1918(NSW)-19??(???) - Licences: 4OR Brisbane (Brisbane City, 1937-1939); 4SO Brisbane (Margate Beach, 1955-1969) - Qualifications: cc; AOCP 2042, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical apprentice (Norman Park, Qld, 1943); radio engineer (Newmarket, Qld, 1949); engineer (Margate, Qld, 1954-1977) ===''ORR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Murray Donald Orr|Orr, Murray Donald]] [https://www.familysearch.org/tree/person/details/GZL8-H29] - 1900(Vic)-1941(Vic) - Licences: 3OR Lake Meran (1928-1939) - Qualifications: AOCP 440, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1940-1941) - Electoral Rolls: farmer (Lake Meran, 1924-1934) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/orr-murray-donald-1700/] ===''OSBORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jeffrey David Osborne|Osborne, Jeffrey David "Jeff"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Louis Frederick George Osborne|Osborne, Louis Frederick George]] [https://www.familysearch.org/tree/person/details/G8GF-MGZ] - 1900(Vic)-1989(Vic) - Licences: 3DD Receive Melbourne (East Malvern, 1922); 3DD Melbourne (East Malvern, 1923-1926); 3BMO Melbourne (Murrumbeena, 1980+) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: gas fitter (Malvern East, 1922-1926); inspector (Carnegie, 1931-1977) ===''OSBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bolivar Laing Osburne|Osburne, George Bolivar Laing "Laing"]] [https://www.familysearch.org/tree/person/details/MFY2-F9W] - 1896(Vic)-1933(Vic) - Licences: XKJ Terang (1913-1914); 3BG Terang (1922-1933) - Qualifications: cc; AOCP 235, 1926, No. ?? in Vic - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: student (Terang, 1922-1931) ===''OTHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Othen|Othen, Charles James]] [https://www.familysearch.org/tree/person/details/LRHF-H8Y] - 1897(SA)-19??(???) - Licences: XVT Adelaide (Glanville, 1913); 5AS Receive Adelaide (1923); 5ON Adelaide (Hindmarsh, 1954-1956; Eden Hills, 1960-1969; Blackwood, 1975) - Qualifications: cc; AOCP 3385, 1953, SA - early wireless experimenter; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: foreman (Hindmarsh, SA, 1939-1943) ===''O'TOOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian O'Toole|O'Toole, Ian]] - Licences: 2ZIO Sydney (Adamstown Heights, 1969; North Rocks, 1975; Castle Hill, 1980) - amateur operator; historian (amateur, military communications); proprietor Kurrajong Radio Museum - Electoral Rolls: - Links: [https://vk2bv.org/archive/museum/ Kurrajong Radio Museum] ===''OTTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Shannon Otty|Otty, William Shannon]] [https://www.familysearch.org/tree/person/details/GZ2F-7J1] - 1893(Eng)-1983(NSW) - Licences: 2ZL Killingworth (1923-1931); 2ZL Toronto (1933-1975); 2ZL Fennell's Bay (1980+) - Qualifications: cc; AOCP 219, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio dealer (Toronto, 1937-1954); retired (Toronto, 1958-1980) ===''OVERLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Overlack|Overlack, Peter]] - early wireless historian [https://www.navy.gov.au/sites/default/files/documents/Naval_Networks_Dominance_of_Comms_in_Maritime_Ops.pdf "The Struggle for the Australian Airwaves: The Strategic Function of Radio for Germany in the Asia-Pacific Region before World War I"] ===''OWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Chester Owen|Owen, Chester]] [https://www.familysearch.org/tree/person/details/MZ3G-H47] - 1899(Vic)-1975(Vic) - Licences: Receive Melbourne (St Kilda, 1923); 3ZM Melbourne (St Kilda, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Balaclava, 1921; St Kilda, 1922-1926); engineer (St Kilda, 1928; Caulfield, 1931); mechanic (Caulfield, 1934-1937); radio engineer (Echuca, 1943-1972) * [[/Stanley Wainwright Owen|Owen, Stanley Wainwright]] [https://www.familysearch.org/tree/person/details/GDV9-BP2] - 1912(Vic)-1987(NSW) - Licences: 6RX Perth (Mt Lawley, 1930-1931); 2RX Sydney (Wollstonecraft, 1948-1957) - Qualifications: cc; AOCP 716, 1930, No. ?? in WA; 2COCP 436, 1933; 1COCP 340, 1933; TVOCP 40, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Wollstonecraft, 1937-1958); television engineer (Wollstonecraft, 1963-1968); engineer (Wollstonecraft, 1972-1977; Artarmon, 1980) ===''OXENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Justinian Oxenham|Oxenham, Justinian]] - 1860(Qld)-1932(Vic) - senior federal public servant (Secretary, Postmaster-General's Department) ===''OXLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Oxlade|Oxlade, George]] [https://www.familysearch.org/tree/person/details/LRCK-H1C] - 1907(Qld)-1980(Qld) - Licences: 4GO Brisbane (Newmarket, 1926-1931) - Qualifications: cc; AOCP 229, 1926, No. 19 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: painter (Chermside, 1937-1943; Maroochydore, 1954; Wavell Heights, 1958), contractor (Chermside, 1963-1980) =='''P'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''PAECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leonard Paech|Paech, Robert Leonard]] [https://www.familysearch.org/tree/person/details/L6DL-76D] - 1920(SA)-1963(SA) - Licences: 5RL Adelaide (Underdale, 1936-1939, 1947-1948); 5LP Adelaide (Seacombe Gardens, 1960) - Qualifications: cc; AOCP 1626, 1936, SA; 2COCP 279, 1939; BOCP 371, 1941; 1COCP 810, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Nevison Page|Page, Leslie Nevison]] [https://www.familysearch.org/tree/person/details/GSBX-CRV] - 1920(Qld)-1972(NSW) - Licences: 4LP Brisbane (New Farm, 1937-1939; Brisbane City, 1947); 2NB Sydney (Potts Point, 1954); 2LP Sydney (St Ives, 1955-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 1931, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 2NB may have been withdrawn for 2NB Broken Hill - Electoral Rolls: labourer (Ascot, Qld, 1928-1929) (too young for 1920 birth, must be a namesake); radio technician (Darlinghurst, NSW, 1954); radio engineer (St Ives, NSW, 1958); manager (St Ives, NSW, 1963); electronics engineer (Epping, NSW, 1968; Eastwood, NSW, 1972) ===''PAGET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Ernest Paget|Paget, Harold Ernest]] [https://www.familysearch.org/tree/person/details/LDTK-ZBF] - 1904(Qld)-1962(Qld) - Licences: Receive (Valve) Brisbane (Brisbane City, Qld, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephonist (Valley, Qld, 1925-1926); postal sorter (Ashgrove, Qld, 1928-1949); mail officer (Ashgrove, Qld, 1954-1958) ===''PAICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Cameron Paice|Paice, Donald Cameron "Don"]] [https://www.familysearch.org/tree/person/details/G8KD-2FT] - 1932(Vic)-2018(Vic) - Licences: 3ADP Melbourne (Moonee Ponds, 1954-1956; Mt Waverley, 1960-1980+) - Qualifications: AOCP 3055, 1950, Vic - amateur operator - Electoral Rolls: draftsman (Moonee Ponds, 1954; Mt Waverley, 1963-1980) - Relationships: rare surname but seems not closely related to 2AJ Valentine Keith Paice * [[/Valentine Keith Paice|Paice, Valentine Keith "Val"]] [https://www.familysearch.org/tree/person/details/G8K3-5T6] - 1904(NZ)-1977(???) - Licences: ZL1AJ (Z1AJ) 1925-1926; VQ1AJ (OO1AJ) Fanning Island (1926-1928); 2AJ (VK2AJ) Sydney 1929; OA4V Peru (1929) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrical fitter (Ashbury, NSW, 1930) - Relationships: rare surname but seems not closely related to 3ADP Donald Cameron Paice ===''PARADISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Harry Elliker Paradise|Paradise, Eric Harry Elliker]] [https://www.familysearch.org/tree/person/details/GS3M-D75] - 1904(Qld)-1939(Qld) - Licences: Receive (Crystal) Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Stones Corner, Qld, 1925-1937) ===''PARASIERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Isidore Percy Robert Parasiers|Parasiers, Isidore Percy Robert "Robert"]] [https://www.familysearch.org/tree/person/details/GS9Y-8B1] - 1902(SA)-1972(SA) - Licences: 5RP Adelaide (City, 1932-1933; Glandore, 1937-1939); 6PS Perth (Inglewood, 1947); 5RF Adelaide (Glandore, 1948); 5RF Murray Bridge (1954-1969) - Qualifications: cc; AOCP 952, 1932, No. ?? in SA; AOLCP 283, 1936; BOCP 132, 1937; 2COCP 256, 1939; 1COCP 330, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''PARIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Norman Paris|Paris, James Norman "Jim"]] [https://www.familysearch.org/tree/person/details/GXWR-B1W] - 1910(SA)-1971(SA) - Licences: "WIA-L5006" Adelaide (Prospect, 1956-1960) - Qualifications: cc; Nil yet identified - amateur listener; prominent broadcast listener (1950s, 1960s); clubs (Australian DX Radio Club (SA); Southern Cross DX Club) - Electoral Rolls: Nil yet identified ===''PARISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Radcliffe Parish|Parish, Hugh Radcliffe]] [https://www.familysearch.org/tree/person/details/GCDL-Y23] - 1914(Tas)-1973(Tas) - Licences: 7CP Launceston (1932-1933) - Qualifications: cc; AOCP 1070, 1932, No. ?? in Tas; AOLCP 189, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: radio announcer (Burnie, 1936-1937); manager (Winnaleah, 1943-1949); radio executive (Launceston, 1954) ===''PARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles William Park|Park, John Charles William]] [https://www.familysearch.org/tree/person/details/GZVC-N4N] - 1904(Eng)-1983(WA) - Licences: 6BB Perth (South Perth, 1924-1980+) - Qualifications: cc; CPRT 794, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: photographer (South Perth, 1943-1949); radiographer (South Perth, 1958-1980) ===''PARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Cyril Parker|Parker, Keith Cyril]] [https://www.familysearch.org/tree/person/details/KDSK-X2P] - 1912(SA)-1993(SA) - Licences: 5PA Port Pirie (1933); 5SO Port Elliot (1980+) - Qualifications: cc; 2COCP 348, 1931; 1COCP 213, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless telegraphist (Kalgoorlie, WA, 1943); radio technician (Fiskville, Vic, 1949-1963; Bassendean, WA, 1968); manager (Cairns, Qld, 1977) * [[/Kenneth Herbert Parker|Parker, Kenneth Herbert]] [https://www.familysearch.org/tree/person/details/LTM1-Q5G] - 1905(WA)-1994(WA) - Licences: 6KP Meekatharra (1933-1939) - Qualifications: cc; AOCP 1192, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mining register (Meekatharra, WA, 1931-1937); resident magistrate (Cue, WA, 1943; Geraldton, WA, 1943); stipendary magistrate (Northam, WA, 1949); magistrate (Mt Pleasant, WA, 1954; Riverton, WA, 1958-1963; Applecross, WA, 1968-1980) * [[/P. S. Parker|Parker, P. S.]] - 19??(???)-19??(???) - Licences: 2CY Receive Sydney (Burwood, 1922); 2CM Receive Sydney (Burwood, 1923, briefly then reverted to 2CY); 2CY Sydney (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet confidently identified but likely Philip Selwyn Parker, engineer, Bellevue Hill, 1930 * [[/Ronald Alexander Parker|Parker, Ronald Alexander]] [https://www.familysearch.org/tree/person/details/GZ23-6BM] - 1908(Vic)-1984(Qld) - 3RA Melbourne (Canterbury, 1925-1926), 3RA Bendigo (1927), 3RA Melbourne (Canterbury, 1931-1933; Hawthorn, 1937-1939), 4PT Southport (1980+), qualifications (AOCP 213, 1925, No. ?? in Vic), amateur operator, amateur broadcaster, electoral rolls: clerk (Camberwell, 1931), accountant (Hawthorn, 1936-1937), secretary (Malvern, 1943-1949), retired (Southport, 1980) ===''PARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Parr|Parr, John George]] [https://www.familysearch.org/tree/person/details/G8NL-22T] - 1908(NSW)-1992(Vic) - Licences: 3OM Melbourne (Canterbury, 1930-1939) - Qualifications: AOCP 646, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Camberwell, 1931-1943); engineer (Footscray, 1949; Brunswick, 1949-1963; Melbourne City, 1968-1980) ===''PARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alchorne Parry|Parry, Charles Alchorne]] [https://www.familysearch.org/tree/person/details/GX8J-BGL] - 1916(Qld)-2009(USA) - Licences: 4CP Gordonvale (1935-1939) - Qualifications: cc; AOCP 1441, 1935, Qld; BOCP 177, 1938 - amateur operator; amateur broadcaster - Education: PhD - Electoral Rolls: radio mechanic (Cairns, Qld, 1937); engineer (Darlinghurst, NSW, 1943) ===''PARSONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warwick William Parsons|Parsons, Warwick William or William Warwick (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/L2L4-5ZC]- 1903(SA)-1974(SA) - Licences: 5PS Adelaide (City, 1933; Henley Beach, 1937-1939, 1947-1948; Rose Park, 1954-1974) - Qualifications: cc; AOCP 1147, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: operator (Henley, SA, 1939-1943) ===''PATERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Pryde Paterson|Paterson, Paul Pryde]] [https://www.familysearch.org/tree/person/details/GZLK-LPF] - 1915(WA)-1942(PNG) - Licences: 6PP Wiluna (1937-1939) - Qualifications: cc; AOCP 1961, 1937, WA - amateur operator, amateur broadcaster, WW2 (RAAF, 24 Squadron, Flight Lieutenant) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/paterson-paul-pryde-260515/] * [[/Raymund Gordon Paterson|Paterson, Raymund or Raymond Gordon]] [https://www.familysearch.org/tree/person/details/G8CH-7RX] - 1903(Vic)-1996(Canada) - Licences: Nil yet identified - Qualifications: AOCP 506, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: apprentice (Glenferrie, 1926-1928) ===''PATTERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Campbell Patterson|Patterson, Campbell]] [https://www.familysearch.org/tree/person/details/G9Y1-GDH] - 1912(SA)-1987(SA) - Licences: 5XR Naracoorte (1933-1939); 5XR Peterborough (1947-1980+) - Qualifications: cc; AOCP 1097, 1933, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, 1939); electrician (Quorn, 1941-1943) * [[/James Brown Patterson|Patterson, James Brown]] [https://www.familysearch.org/tree/person/details/LBTW-WDY] - 1833(Eng)-1895(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Politician, briefly Premier of Victoria (1893-1894), Postmaster-General Vic (July 1878 - March 1880) - Electoral Rolls: Nil yet identified * [[/Robert Charles William Ingram Patterson|Patterson, Robert Charles William Ingram "Charles Ingram"]] [https://www.familysearch.org/tree/person/details/GZ5T-2Q4] - 1910(Vic)-1974(Qld) - Licences: 3YP Melbourne (East Malvern, 1927-1939; Eaglemont, 1946-1954); 4YP Brisbane (Fig Tree Pocket, 1955-1969) - Qualifications: cc; AOCP 352, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: station hand (Mundabullangana, 1931-1937); agent (Fig Tree Pocket, 1958-1968) ===''PAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Anthony Paul|Paul, Leo Anthony]] - 1905(Vic)-1968(Vic) - 3JQ Receive Melbourne (Fitzroy, 1922-1923), 3LP Melbourne (Fitzroy, 1924-1937; Preston, 1938-1939), 3XO Melbourne (Fairfield, 1948-1960; Thornbury, 1965), amateur operator (AOCP 15, 1924, No. 6 in Vic), amateur broadcaster ===''PAYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George H. Payne|Payne, George H.]] - 19??(???)-1987(Qld) - 4NEV Brisbane, amateur operator (AOCP ??, 1946+, No. ?? in Qld), radio clubs (Wooloowin RC, hon. secretary; WIAQ, president, assoc. members section) * [[/John Payne|Payne, John]] [https://www.familysearch.org/tree/person/details/GDSL-41Q] - 19??(???)-19??(???) - Licences: 2IN Receive Sydney (Randwick, 1922); 2IN Sydney (Randwick, 1923-1927; Kensington, 1928-1930) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: insurance department manager (Kensington, 1930-1931); secretary (Kensington, 1933) * [[/Reginald Lewis Payne|Payne, Reginald Lewis]] [https://www.familysearch.org/tree/person/details/GZG9-HFF] - 1898(Vic)-1946(Vic) - Licences: 3RP Geelong (Newtown, 1924-1939) - Qualifications: cc; AOCP 225, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Newtown, 1919-1921); telegraphist (Newtown, 1922-1942) (check XJM R. Payne, Armadale for relationship) ===''PAYTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Payter|Payter, Joseph William]] - 18??(???)-19??(???) - early telephone experimenter in Melbourne, mechanic in Vic Posts & Telegraphs (one of James Smibert's "Williamstown boys") ===''PEARCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Ronald Pearce|Pearce, Edward Ronald]] [https://www.familysearch.org/tree/person/details/LR3M-7YJ] - 1916(Vic)-2004(WA) - Licences: 6TP Perth (North Perth, 1936-1939, 1948; Mt Hawthorn, 1954-1960) - Qualifications: cc; AOCP 1757, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (North Perth, WA, 1937); engineer (Mt Hawthorn, WA, 1949-1977); retired (Coolbinia, WA, 1980) ===''PEARN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Pearn|Pearn, William Leslie]] [https://www.familysearch.org/tree/person/details/LCKW-JRW] - 1896(SA)-1974(SA) - Licences: 5PN Adelaide (Sturt Park, 1934-1939; Wayville West, 1947-1948; Unley, 1955-1969) - Qualifications: cc; AOCP 1378, 1934, SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Unley, SA, 1939-1941) ===''PEARSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Richman Pearson|Pearson, Ian Richman]] [https://www.familysearch.org/tree/person/details/GSD3-4LF] - 1908(Vic)-1972(Tas) - Licences: 3SP Melbourne (Berwick, 1929-1931); 7KB Burnie (1948-1965); 7KB Port Sorell (1969) - Qualifications: AOCP 528, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: chemist (Deer Park, Vic, 1936-1937); medical practitioner (Burnie, Tas, 1949-1954) ===''PELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Frederick Law Pelling|Pelling, John Charles Frederick Law "Jack"]] [https://www.familysearch.org/tree/person/details/GXB3-176] - 1908(WA)-1972(WA) - Licences: 6WO Moojebing (1933-1939) - Qualifications: cc; AOCP 1213, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Dumbleyung, WA, 1931); farmer (Moojebing, WA, 1936-1943; King River, WA, 1949-1968) ===''PEMBLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Pembleton|Pembleton, Thomas Edward "Tom"]] [https://www.familysearch.org/tree/person/details/G8HP-JDF] - 1914(Qld)-2002(Qld) - Licences: 4ZL Rockhampton (1936-1939;1946-1980+) - Qualifications: cc; AOCP 1600, 1936, Qld - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: labourer (Rockhampton, 1936-1943); turner (Rockhampton North, 1949-1980) ===''PEPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Campbell Pepper|Pepper, Ralph Campbell]] [https://www.familysearch.org/tree/person/details/KC93-1MN] - 1905(NSW)-1984(Qld) - Licences: N742 Receive Tamworth (1922); 2HV Receive Tamworth (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Tamworth, 1930; Maroubra, 1931; Artarmon, 1934-1949; Newmarket, Qld, 1954-1972; Alderley, 1977-1980) ===''PERDRIAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carter Perdriau|Perdriau, Henry Carter]] [https://www.familysearch.org/tree/person/details/G3D9-L79] - 1895(NSW)-1956(NSW) - Licences: XHC Sydney (1912-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: cousin of 2ZR William James Stanley Perdriau - Electoral Rolls: manager (Chatswood, 1930-1936; Roseville, 1943-1954) * [[/William James Stanley Perdriau|Perdriau, William James Stanley]] [https://www.familysearch.org/tree/person/details/LTH6-8LS] - 1885(NSW)-1946(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923); 2ZR Sydney (Manly, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: cousin of XHC Henry Carter Perdriau - Electoral Rolls: dentist (Manly, 1930-1943) ===''PERREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Litchfield Perrey|Perrey, Alexander Litchfield]] [https://www.familysearch.org/tree/person/details/LZVM-9P9] - 1898(SA)-1965(Vic) - Licences: 5LP Strathalbyn (1925-1927) - Qualifications: cc; AOCP 99, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Francis Cole Perry|Perry, Malcolm Francis Cole]] [https://www.familysearch.org/tree/person/details/L679-XR2] - 1891(NSW)-1963(NSW) - Licences: XCP Sydney (Randwick, 1913-1914); 2DG Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Randwick, 1930-1937); editor (Randwick, 1943-1949; Coogee, 1954-1958); counsellor (Hazelbrook, 1958-1963) ===''PETERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Zornig Peters|Peters, Henry Zornig "Harry"]] [https://www.familysearch.org/tree/person/details/L4XX-HBC] - 1908(Qld)-1994(Qld) - Licences: 4ZP Maryborough (1937-1939); 4ZP Sarina (1947-1956); 4ZP Cooroy (1960-1980+) - Qualifications: cc; AOCP 1978, 1937, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: teacher (Yerra via Maryborough, Qld, 1936-1937; Sarina, 1943); farmer (Cooroy, 1963-1980) ===''PETERSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Marzanti Petersen|Petersen, Thomas William Marzanti "Bill"]] - 1919(Qld)-1981(Qld) - 4FY Brisbane (Cooparoo Heights, 1946-1947), 4YO Moreton Island (1975), amateur operator (AOCP 2321, 1939, No. ?? in Qld), radio clubs (WIAQ, councillor), military (WW2, AIF), employment (Hills TV service), business proprietor (Advance Radio, Wynnum Radio Repairs) ===''PETERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Franz Peterson|Peterson, Harold Franz]] [https://www.familysearch.org/tree/person/details/G8XJ-CV1] - 1888(NSW)-1961(NSW) - Licences: 2HP Sydney (Coogee, 1930-1960) - Qualifications: cc; AOCP 617, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: inspector (Coogee, 1930-1958) * [[/Rupert Clarence Peterson|Peterson, Rupert Clarence]] [https://www.familysearch.org/tree/person/details/G87D-VJ3] - 1910(Vic)-2000(NSW) - Licences: 7AZ Receive Hobart (West Hobart, 1922-1923); Receive Hobart (West Hobart, 1923-1924); 3PT Melbourne (Moonee Ponds, 1928-1939) - Qualifications: cc; AOCP 401, 1928, No. ?? in Vic; AOLCP 96, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Moonee Ponds, 1931-1937; Caulfield, 1942-1949; Ivanhoe, 1954-1977); retired (Merimbula, 1980) * [[/Walter Peterson|Peterson, Walter]] - 19??(???)-19??(???) - Licences: 3QP Melbourne (Toorak, 1930-1939) - Qualifications: cc; AOCP 689, 1930, Vic - amateur operator; amateur broadcaster - Electoral Rolls: telephone mechanic (Kew, 1925); telephone engineer (Kew, 1926-1928); engineer (Toorak, 1931-1937); secretary (Lilydale, 1943-1954); electrical instrument maker (Collingwood North, 1967-1968) - several contemporaneous WPs * [[/Walter Martin Peterson|Peterson, Walter Martin]] [https://www.familysearch.org/tree/person/details/LDRD-G6B] - 1910(WA)-1978(WA) - Licences: 6LW Perth (West Perth, 1937; East Perth, 1938-1939, 1947-1948; City, 1954-1956; City Beach, 1960-1975+) - Qualifications: cc; AOCP 1864, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: student (Balcatta, WA, 1931-1936; North Perth, WA, 1937; East Perth, WA, 1937-1943); radio engineer (East Perth, WA, 1949-1958); lecturer (City Beach, WA, 1963-1977) ===''PHELPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Phelps|Phelps, William Joseph]] [https://www.familysearch.org/tree/person/details/G8D5-97G] - 1912(NSW)-1987(NSW) - Licences: 2DL Sydney (Canterbury, 1931-1939, 1946; Ashbury, 1947-1975) - Qualifications: AOCP 769, 1931, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1935-1937; Ashfield, 1942; Ashbury, 1949-1963) ===''PHILBIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Philbin|Philbin, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GDKL-L7L] - 1889(Tas)-19??(???) - Licences: 7FP Queenstown (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ulverstone, 1914); electrician (Queenstown, 1919-1937); electrical fitter (Queenstown, 1949-1954); to NSW 1940s ===''PHILLIPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan William Albert Phillips|Phillips, Alan William Albert]] [https://www.familysearch.org/tree/person/details/GXVR-LD4] - 1915(SA)-2009(SA) - Licences: 5GX Adelaide (Somerton, 1936-1937) - Qualifications: cc; AOCP 1601, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (St Leonards, SA, 1939; South Plympton, SA, 1941-1943) * [[/Albert Maurice Phillips|Phillips, Albert Maurice]] [https://www.familysearch.org/tree/person/details/GXVR-GGP] - 1915(SA)-2008(SA) - Licences: 5ZU Adelaide (Prospect, 1936-1939, 1947-1980) - Qualifications: cc; AOCP 1713, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Gordon George Phillips|Phillips, Gordon George]] [https://www.familysearch.org/tree/person/details/GX7V-TB1] - 1887(NSW)-1941(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 93, 1915; 1COCP 321, 1933 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Townsville, 1912-1919); radio telegraphist (Currie, King Island, 1922); telegraphist (South Townsville, 1925); radio telegraphist (Thursday Island, 1928); radio telegraphist (Cooktown, 1937) * [[/Harry Edward James Thomas Phillips|Phillips, Harry Edward James Thomas]] [https://www.familysearch.org/tree/person/details/G8ZW-SXG] - 1896(Vic)-1963(Vic) - Licences: 3JU Melbourne (Mitcham, 1929-1933; Abbotsford, 1937; South Yarra, 1938-1939, 1946-1948; Merlynstone, 1954-1960) - Qualifications: AOCP 532, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: slaughterman (Newmarket, 1919); butcher (Emerald, 1922; Mitcham, 1924-1936; Abbotsford, 1937; South Yarra, 1949) * [[/James Graham Phillips|Phillips, James Graham]] [https://www.familysearch.org/tree/person/details/GZLJ-8JC] - 1909(SA)-1943(Vic) - Licences: 5BW Adelaide (Glenelg, 1926-1931; Somerton, 1933-1939)- Qualifications: cc; AOCP 256, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Somerton, 1939-1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/606863] * [[/Noel William Phillips|Phillips, Noel William]] [https://www.familysearch.org/tree/person/details/G9FX-877] - 1911(Qld)-1941(Qld) - Licences: 4NP Ipswich (1934-1939) - Qualifications: cc; AOCP 1396, 1934, Qld - amateur operator; amateur broadcaster; employment (Qld Public Works Dept) - Electoral Rolls: painter (Ipswich, Qld, 1936-1937) ===''PHILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurance Vincent Phillis|Phillis, Laurance Vincent]] [https://www.familysearch.org/tree/person/details/GS5R-98V] - 1900(SA)-1953(SA) - Licences: 5LP Adelaide (South Payneham, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1136, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PHILPOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Hanmer Philpot|Philpot, Clarence Hanmer]] [https://www.familysearch.org/tree/person/details/GMRM-C7S] - 1906(Vic)-1982(Vic) - Licences: Receive (Valve) Geelong (1923); 3CP Geelong (1924-1925); 3CP Warrnambool (1925-1926); 3KL Ararat (1927); 3KL Avoca (1931-1937); 3KL Horsham (1938-1939); 3KL Melbourne (Elsternwick, 1946-1980+) - Qualifications: cc; AOCP 381, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal clerk (Derrinallum, 1928; Avoca, 1931-1936); postal (Elsternwick, 1942-1980) ===''PHILPOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Jones Philpott|Philpott, Oliver Jones]] [https://www.familysearch.org/tree/person/details/G8LJ-52T] - 1869(???)-1934(Vic) - Licences: 3VS Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: orchardist (Sandringham, 1919); manager (Caulfield, 1921-1927) ===''PHIPPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Roger Sydney Phipps|Phipps, William Roger Sydney]] [https://www.familysearch.org/tree/person/details/GZX2-Z6G] - 1896(Eng)-1973(WA) - Licences: 6WP Perth (Subiaco, 1924-1927; Victoria Park, 1930-1933; South Perth, 1937-1939, 1946-1969) - Qualifications: cc; AOCP 111, 1925, No. ?? in WA; AOLCP 16, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Subiaco, 1921); electrical fitter (Subiaco, 1925); radio operator (Victoria Park, 1931; South Perth, 1936-1972) ===''PIKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Herbert Arthur Pike|Pike, John Herbert Arthur "Jack"]] [https://www.familysearch.org/tree/person/details/MT5R-K62] - 1890(NSW)-1961(NSW) - XJP Sydney (Arncliffe, 1911), XDY Sydney (Arncliffe, 1912-1914), XDZ Sydney (Arncliffe, 1912), 2DF Receive Sydney (Epping, 1922-1924), 2JP Sydney (Epping, 1925-1929; Greenwich, 1930-1939, 1946-1961), amateur operator (AOCP 130, 1925, No. ?? in NSW), amateur broadcaster, AWA (research, later draftsman) ===''PINNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chalker Pinnell|Pinnell, John Chalker]] [https://www.familysearch.org/tree/person/details/G8Z5-P4G] - 1902(NSW)-1997(NSW) - Licences: 2OL Receive Sydney (Annandale, 1923-1924); 2ZR Sydney (Marrickville, 1929-1934; Ashfield, 1935-1936; Summer Hill, 1937-1939, 1946-1950; Earlwood, 1954-1961; Croydon, 1965) - Qualifications: AOCP 547, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Dulwich Hill, 1930-1934; Ashfield, 1936; Summer Hill, 1937-1949); teacher (Earlwood, 1954-1963); retired (Ashfield, 1968; Mt Kuringai, 1980) ===''PINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Pinney|Pinney, C. R.]] - 18??-19?? - 4CP Port Moresby - amateur operator, amateur broadcaster ===''PITCHFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stuart Frederick Pitchford|Pitchford, William Stuart Frederick]] [https://www.familysearch.org/tree/person/details/GZ5C-X48] - 1906(Eng)-1959(SA) - Licences: 5WP Adelaide (City, 1926-1933; Hyde Park, 1937-1939) - Qualifications: cc; AOCP 254, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Reade Park, 1939-1943) ===''PITTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Graham Pitts|Browne, Reginald Graham or Graham Reginald]] [https://www.familysearch.org/tree/person/details/LZGB-56Y] - 1915(SA)-2005(WA) - Licences: 5GP Adelaide (Torrensville, 1934-1939); 5GP Alice Springs (1947); 5GE Port Augusta (1955-1975); 5GE Adelaide (Kensington Gardens, 1980+) - Qualifications: cc; AOCP 1377, 1934, SA; 2COCP 189, 1938; 1COCP 225, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: finisher (Torrensville, SA, 1941-1943); radio engineer (Alice Springs, NT, 1949) ===''POLLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Henderson Pollock|Pollock, John Henderson]] [https://www.familysearch.org/tree/person/details/GXFM-9TQ] - 1895(NSW)-1978(Qld) - Licences: Receive Brisbane (Moorooka, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Moorooka, Qld, 1922-1926); insurance manager (Townsville, Qld, 1928-1937); insurance agent (Moorooka, Qld, 1943-1977) ===''PONSONBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bessborough Ponsonby|Ponsonby, John Bessborough]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 466, 1919; 1COCP 50, 1930 - coastal wireless operator - Electoral Rolls: ===''POPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maitland Glen Pope|Pope, Maitland Glen]] [https://www.familysearch.org/tree/person/details/KJ4K-FN6] - 1884(WA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 122, 1915; 1COCP 153, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Subiaco, 1906); civil servant (Subiaco, WA, 1910); civil servant (Hobart North, Tas, 1914); officer-in-charge (Wireless Station, Thursday Island, Qld, 1919-1921); wireless expert (Wireless Station, Applecross, 1925); wireless operator (Moonee Ponds, Vic, 1927-1931); supervisor (Essendon, Vic, 1936-1954) ===''PORTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Glanville Porter|Porter, Leonard Glanville]] [https://www.familysearch.org/tree/person/details/GXLX-765] - 1897(SA)-1969(SA) - Licences: 5MP Huddlestone (1938-1939; 1947-1948) - Qualifications: cc; CPRT 966, 1927; 1COCP 73, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Flinders Naval Depot, Vic, 1924); wireless operator (5PI Crystal Brook, SA, 1939-1943) ===''POTTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Potter|Potter, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GXYZ-38V] - 1915(WA)-1993(WA) - Licences: 6ZO Perth (East Fremantle, 1937-1939; Bicton, 1947-1965; Melville, 1969-1980+) - Qualifications: cc; AOCP 1959, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (East Fremantle, WA, 1937-1943); contractor (East Fremantle, WA, 1949-1958; Melville, 1963); builder (Melville, WA, 1968-1980) * [[/William Francis Potter|Potter, William Francis]] [https://www.familysearch.org/tree/person/details/G878-638] - 1908(NSW)-1959(NSW) - Licences: 2WP Helensburgh (1928-1939); 2WP Fairy Meadow (1948-1950); 2WP Charlestown (1954-1960) - Qualifications: AOCP 399, 1928, No. ?? in NSW; 3COCP 38, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Helensburgh, 1930-1937); mechanic (Fairy Meadow, 1949); shiftman (Charlestown, 1954); electrical mechanic (Charlestown, 1958); railway employee (New Lambton, 1958) ===''POTTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Charles Pottie|Pottie, Norman Charles]] [https://www.familysearch.org/tree/person/details/9V3D-JFZ] - 1909(NSW)-1961(NSW) - Licences: 2HQ Sydney (Bellevue Hill, 1930-1931; Hunters Hill, 1933-1938; Mosman, 1939) - Qualifications: AOCP 589, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933; Hunters Hill, 1936-1937; Albury, 1943; Willoughby, 1949-1958) ===''POULSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valdemar Poulsen|Poulsen, Valdemar]] - 1869(Denmark)-1942(Denmark) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - inventor of a magnetic wire recorder, Poulsen arc transmitter - Electoral Rolls: Nil yet identified - Links: [[w:Valdemar Poulsen|Wikipedia]]; [https://ethw.org/Valdemar_Poulsen IEEE]; [https://www.britannica.com/biography/Valdemar-Poulsen Britannica] ===''POWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Power|Power, A. H.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Highgate Hill, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''PRESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Arthur Campbell Preston|Preston, Thomas Arthur Campbell]] [https://www.familysearch.org/tree/person/details/GHDV-FFD] - 1886(Tas)-1970(Tas) - Licences: 7BK Queenstown (1923-1927+) - Qualifications: cc; AOCP 190, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; Mount Lyell Co (electrical engineer, 1920s; chief engineer) - Electoral Rolls: engineer (Queenstown, 1919-1954) ===''PRESTON-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cedric Preston-Smith see Cedric Preston Smith ===''PRICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Clarey Price|Price, John Clarey "Jack"]] [https://www.familysearch.org/tree/person/details/L7GR-V19] - 1884(Qld)-1954(Qld) - Licences: 4CE (Receive) 1922; 4FI or 4FJ Brisbane (Bardon, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); radio business proprietor (Wireless House); public servant (PMG) - Electoral Rolls: mechanic (Wooloowin, 1912-1913); public servant (Bardon Estate, 1919-1936; Bardon, 1943-1954) * [[/Keith Ferguson Price|Price, Keith Ferguson]] [https://www.familysearch.org/tree/person/details/94TB-TPD] - 1900(Vic)-1978(Qld) - Licences: 4KF Brisbane (Camp Hill, 1937-1939, 1947) - Qualifications: cc; AOCP 1937, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Norman Park, Qld, 1925-1926); engineering instructor (Camp Hill, Qld, 1937-1943); electrical engineer (Camp Hill, Qld, 1954-1958) ===''PRIDDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Arthur Priddle|Priddle, Raymond Arthur]] [https://www.familysearch.org/tree/person/details/G8H3-PNF] - 1913(NSW)-1971(NSW) - Licences: 2RA Bathurst (1929-1936); 2RA Sydney (Marrickville, 1938-1939; Greenwich, 1946; Pymble, 1947-1961; Wahroonga, 1969) - Qualifications: AOCP 473, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: civil engineer (Yass, 1935; Marrickville, 1936-1943; Lane Cove, 1943; Pymble, 1949-1963); engineer (Wahroonga, 1968) ===''PRIDEAUX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Charles Prideaux|Prideaux, Joseph Charles]] [https://www.familysearch.org/tree/person/details/GX6Y-Y6H] - 1908(Qld)-1969(NSW) - Licences: 4DS Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: musician (Lismore, NSW, 1935-1943); hairdresser (Lismore, NSW, 1949-1968) ===''PRIDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Clifford Pridham|Pridham, Leslie Clifford]] [https://www.familysearch.org/tree/person/details/GXK2-H6C] - 1916(SA)-2007(SA) - Licences: 5WP Adelaide (Torrensville, 1937-1939) - Qualifications: cc; AOCP 2047, 1937, SA; BOCP 301, 1940; 1COCP 834, 1944 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Torrensville, SA, 1939-1941); public servant (Lockleys, SA, 1943) ===''PRINCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Prince|Prince, Albert Edward]] [https://www.familysearch.org/tree/person/details/GXKT-ZLR] - 1914(SA)-1996(SA) - Licences: 5WK Adelaide (Walkerville, 1934-1939; Kurralta Park, 1947; Plympton, 1948-1980+) - Qualifications: cc; AOCP 1358, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Queenstown, SA, 1941); fitter (Gracemere, SA, 1943); sheet metal worker (Broadview Gardens, SA, 1943) ===''PROPOSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilhelm Carl Lormann Proposch|Proposch, Wilhelm or William Carl Lormann or Forman]] [https://www.familysearch.org/tree/person/details/LVVN-TGW] - 1900(NSW)-1970(Qld) - Licences: 4PL Chinchilla (1937-1939); 4PL Nanango (1947-1969) - Qualifications: cc; AOCP 1986, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: wellborer (Maclargan via Jondaryan, Qld, 1925-1936); radio dealer (Chinchilla, Qld, 1937; Nanango, Qld, 1943-1968) ===''PRYZBILLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Alfred Pryzibilla|Pryzibilla, Colin Alfred]] [https://www.familysearch.org/tree/person/details/GXKD-1SY] - 1910(SA)-2001(SA)91yo - Licences: 5XJ Adelaide (Parkside, 1935-1939, 19471960; Brooklyn Park, 1965-1969; Ascot Park, 1975; Plympton Park, 1980) - Qualifications: cc; AOCP 1590, 1935, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PURDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Commodore Vere Purdon|Purdon, Commodore Vere]] [https://www.familysearch.org/tree/person/details/GQ28-Y6B] - 1901(Tas)-1968(Tas) - Licences: 7AM Receive Hobart (Battery Point, 1922); Receive Hobart (Battery Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart East, 1922; Hobart South, 1928; Bellerive, 1936-1954) =='''Q'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''QUICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Quick|Quick, John]] [https://www.familysearch.org/tree/person/details/LKWF-QQF] - 1852(Eng)-1932(Vic) - state politician (MLA Vic, 1880s & 1890s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1909-1910), oversight of 1909 Melbourne Wireless Telegraphy Conference - Links: [[w:John_Quick_(politician)|Wikipedia]]; [https://adb.anu.edu.au/biography/quick-sir-john-8140 ADB] ===''QUIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Quin|Quin, Charles]] [https://www.familysearch.org/tree/person/details/G8VW-TP8] - 1910(WA)-1979(WA) - Licences: 6CX Perth (Subiaco, 1930-1933; Nedlands, 1937; Wembley, 1938-1939, 1946-1947) - Qualifications: cc; AOCP 678, 1930, No. ?? in WA; AOLCP 178, 1934 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Wembley Park, 1937); accountant (Swanbourne, 1963); retired (Swanbourne, 1972-1977) =='''R'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''RADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Dynan Radford|Radford, Wilfred or William Dynan]] [https://www.familysearch.org/tree/person/details/92MT-KNF] - 1916(Qld)-1996(NSW) - Licences: 4WV Brisbane (Ashgrove, 1936-1937); 4WW Brisbane (Ashgrove, 1938-1939) - Qualifications: cc; AOCP 1624, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: theological student (Hunters Hill, NSW, 1943); clergyman (Toongabbie, NSW, 1954); priest (Marist College, Armidale, NSW, 1958; Toongabbie, NSW, 1963-1968; Hunters Hill, NSW, 1977-1980) ===''RAGLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Beaumont Ragless|Ragless, Gordon Beaumont]] [https://www.familysearch.org/tree/person/details/GMY3-58F] - 1909(SA)-2002(SA) - Licences: 5GR Adelaide (St Marys, 1928-1939; Marion, 1946-1948) - Qualifications: cc; AOCP 434, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: orchard assistant (St Marys, 1939-1943) ===''RAINBOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Rainbow|Rainbow, Christopher James]] [https://www.familysearch.org/tree/person/details/G87K-BB5] - 1911(Vic)-1994(Vic) - Licences: 3JR Melbourne (Preston, 1928-1954; West Preston, 1955-1969; Rosebud, 1975-1980) - Qualifications: AOCP 406, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, partnership (Supreme Radio Co, Preston ?-1932), WW2 (RAAF) - Electoral Rolls: engineer (Preston, 1931-1942); traveller (Preston, 1949-1972; Rosebud, 1977); retired (Rosebud, 1980) - Relationships: brother-in-law of 3PA Percy James Anderson ===''RAMSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Ramsay|Ramsay, Frederick Charles]] [https://www.familysearch.org/tree/person/details/GXNM-4RT] - 1871(Eng)-1950(NSW) - Licences: Receive (Crystal) Brisbane (Toowong, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hermit Park, Qld, 1903-1905; South Brisbane, Qld, 1912; West End, Qld, 1915-1919); accountant (Toowong, Qld, 1921-1925; Waverley, NSW, 1930-1934); teacher (Waverley, NSW, 1936-1943) * [[/Robert Ramsay|Ramsay, Robert ]] - 1842(Sct)-1882(Vic) - solicitor, Victorian politician, Postmaster-General Victoria (Jul 1874 - Aug 1875; Oct 1875 - May 1877) ===''RANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Otto Randell|Randell, Charles Otto]] [https://www.familysearch.org/tree/person/details/97TF-XLP] - 1880(NSW)-1958(Qld) - Licences: 4BK Innisfail (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster (callsign to 4BK Brisbane commercial 1930) - Comment: 4AC Leslie Waters employed by Randell Engineering - Electoral Rolls: analytical chemist (Hambledon, 1903); chemist (Goondi, 1908); engineer (Innisfail, 1912-1913); mechanical engineer (Townsville, 1915); analytical chemist (Innisfail, 1919-1930); agent (Toowong, 1936); chemist (Brisbane, 1937); industrial chemist (North Sydney, 1949) ===''RANKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Ronald Rankin|Rankin, Kenneth Ronald "Ken"]] [https://www.familysearch.org/tree/person/details/L2RC-8FS] - 1906(Vic)-1964(Vic) - Licences: 3KR Kerang (1926-1939); 3KR Benalla (1946-1960) - Qualifications: AOCP 242, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio salesman (Kerang, 1928-1937); manager (Benalla, 1949-1963) - Probate: Theatre Manager (Benalla, 1965) ===''RANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Rann|Rann, George William]] [https://www.familysearch.org/tree/person/details/GZDG-VMV] - 1908(WA)-1974(WA) - Licences: 6KO Perth (Nedlands, 1932-1939) - Qualifications: cc; AOCP 1000, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Nedlands, WA, 1931); printer (West Subiaco, WA, 1936; Wembley, WA, 1937-1943; Leederville, WA, 1954-1958); civil servant (City Beach, WA, 1963-1972) ===''RAYNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Rayner|Rayner, Jack]] [https://www.familysearch.org/tree/person/details/LYQQ-2LK] - 1898(NSW)-1972(NSW) - Licences: 2LJ Sydney (Stanmore, 1928-1930; Belmore, 1931-1939, 1946-1950) - Qualifications: AOCP 384, 1928, No. ?? in NSW; 2COCP 425, 1933; 1COCP 335, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: police constable (Annandale, 1930); constable (Belmore, 1933-1934); police constable (Belmore, 1937-1949) ===''READ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Earl Read|Read, Alfred Earl "Earl"]] - 1892(NZ)-1960(NZ) - journalist (editor NZ Radio Times to 1936; editor and proprietor, Australasian Radio World 1936-1940; manager, Australasian Radio World 1940+) * [[/Allan William Read|Read, Allan William]] [https://www.familysearch.org/tree/person/details/GX1B-WF2] - 1913(WA)-1983(WA) - Licences: 6LK Perth (Mt Lawley, 1931-1933); 6LK Northam (1937-1939) - Qualifications: cc; AOCP 735, 1931, No. ?? in WA; AOLCP 163, 1934; 1COCP 83, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Broadcasting Station, Northam, WA, 1936-1937); radio technician (North Perth, WA, 1943-1958); public servant (Nollamara, WA, 1963-1980) ===''READER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/d'Arcy Harold Reader|Reader, d'Arcy Harold]] [https://www.familysearch.org/tree/person/details/L5KX-8N8] - 1888(NZ)-1952(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 123, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: wireless telegraphist (Thursday Island, Qld, 1916-1917) ===''READING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Reading|Reading, Edward Charles]] [https://www.familysearch.org/tree/person/details/GZW7-9DL] - 1904(NSW)-1979(NSW) - 2RG Bangalow (1925-1929), 2LT Lismore (1965-1975), amateur operator (AOCP 65, 1925, No. ?? in NSW), amateur broadcaster, electrician, Reading Bros (proprietor & electrical engineer, 1930-1939), 2RG callsign may have been withdrawn by PMGD for 2RG Griffith commercial * [[/Leonard William Reading|Reading, Leonard William]] [https://www.familysearch.org/tree/person/details/L2LY-H23] - 1904(WA)-1989(WA) - Licences: 6LR Northam (1933-1936); 3TQ Newport (1937); 6LR Perth (Pearce, 1938-1939; South Perth, 1946-1947) - Qualifications: cc; AOCP 1200, 1933, Vic; 1COCP 384, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Northam, WA, 1925-1936; Newport, Vic, 1937); airman (South Perth, WA, 1943); supervisor (Karinup, WA, 1980) ===''REDDROP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Reddrop|Reddrop, James William Jnr]] [https://www.familysearch.org/tree/person/details/GD1T-SYY] - 1906(Vic)-1981(NSW) - Licences: 7BN Launceston (1934-1937); 3BN Melbourne (Caulfield, 1938-1939, 1946-1954) - Qualifications: cc; 1COCP 28, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: airman (Elsternwick, 1931; St Kilda, 1937); air force (Elsternwick, 1942-1954); air force officer (Glenbrook, NSW, 1958); RAAF officer (Campbell, 1963); retired (Hackett, ACT, 1968); representative (Tbre Lake, 1972-1980) ===''REED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Griffiths Reed|Reed, Joseph Griffiths "Joe"]] [https://www.familysearch.org/tree/person/details/GC6Y-GZZ] - 1897(NSW)-1969(NSW) - Licences: XABP Newcastle (1914); 2JR Sydney(Summer Hill, 1924-1933; Croydon, 1934-1939; Northbridge, 1946-1969) - Qualifications: cc; CPRT 710, 1922; 1COCP 235, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio engineer (Summer Hill, NSW, 1930-1934); engineer (Croydon, NSW, 1936-1937); electrical engineer (Northbridge, NSW, 1943-1968) ===''REEDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Bennett Reedman|Reedman, Alfred Bennett]] [https://www.familysearch.org/tree/person/details/KZLN-MVM] - 1896(Qld)-1982(Qld) - Licences: Receive (Valve) Brisbane (Norman Park, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kangaroo Point, Qld, 1919-1921; Norman Park, Qld, 1925-1980) ===''REES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Montague Elyder Rees|Rees, Richard Montague Elyder]] [https://www.familysearch.org/tree/person/details/MPXW-S6Y] - 1901(Eng)-1962(Vic) - Licences: 2RE Sydney (Stanmore, 1926-1927; Coogee, 1928-1930); 2WM Sydney (Enfield, 1931-1933); 2APW Albury (1946-1947); 3APW Darling (1948-1954) - Qualifications: AOCP 296, 1926, No. ?? in NSW; CPRTelephony 959, 1927; 2COCP 283, 1930; BOCP 107, 1937; 1COCP 941, 1945 - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Enfield, 1931-1937) ===''REEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Herbert Reeves|Reeves, Cecil Herbert]] [https://www.familysearch.org/tree/person/details/GF3Z-X92] - 1905(WA)-1975(WA) - Licences: 6CR Perth (Claremont, 1931-1933; Victoria Park, 1937-1939) - Qualifications: cc; AOCP 746, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Claremont, WA, 1931; Victoria Park, WA, 1936-1943; Wagin, WA, 1954; Fremantle, WA, 1958; East Fremantle, WA, 1963-1972) ===''REID''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Reid|Reid, John]] [https://www.familysearch.org/tree/person/details/GF3G-PDG] - 1901(Vic)-19??(???) - Licences: 3BE Melbourne (Werribee, 1937); 6BE Perth (RAAF, Pearce, 1938); 3AJR Ballarat (1947-1980+) - Qualifications: cc; 2COCP 26, 1935 - amateur operator; amateur broadcaster; WW2 - Comment: Several contemporaneous JRs - Electoral Rolls: retired (Ballarat, Vic, 1977-1980) ===''REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Dwyer Reilly|Reilly, Edward or Edwin Dwyer]] [https://www.familysearch.org/tree/person/details/G9S5-67P] - 1913(Vic)-1991(SA) - Licences: 5AI Adelaide (Woodville, 1935-1939; Brooklyn Park, 1947-1975; Aldinga, 1980+) - Qualifications: cc; AOCP 1524, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Woodville, SA, 1939-1943) * [[/Eric Harold Reilly|Reilly, Eric Harold]] [https://www.familysearch.org/tree/person/details/L153-S1X] - 1905(Qld)-1950(Qld) - Licences: 4ER Brisbane (Hill End, 1934-1937); 4ER Laidley (1938-1939, 1946-1948) - Qualifications: cc; AOCP 1339, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ, WICEN) - Electoral Rolls: rubber worker (Hill End, Qld, 1934-1937); motor mechanic (Laidley, Qld, 1943-1949) ===''REIMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Alwin Reimann|Reimann, Albert Alwin]] [https://www.familysearch.org/tree/person/details/G4RD-V3K] - 1905(SA)-1946(SA) - Licences: 5JO Adelaide (Kent Town, 1928-1939) - Qualifications: cc; AOCP 453, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil ===''REINARTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John L. Reinartz|Reinartz, John L.]] - 1894(Ger)-1964(USA) - 1QP (1908-?), 1XAM, W3RB, K6BJ USA, amateur operator, with Fred Schnell made first Trans-Atlantic 2 Way QSO with F8AB Leon Deloy ===''REINHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Cyril Reinhold|Reinhold, Edwin Cyril]] [https://www.familysearch.org/tree/person/details/LHH4-WWR] - 1900(Qld)-1984(Qld) - Licences: Q747 Receive Brisbane (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Clayfield, 1925); motor mechanic (Gracefield, 1931-1949); soldier (Sherwood, 1954-1980) ===''RENNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rennie|Rennie, F.]] - 19??(???)-19??(???) - Licences: 3HI Receive Melbourne (South Yarra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/J. M. Rennie|Rennie, J. M.]] - 19??(???)-19??(???) - Licences: 3QF Receive Melbourne (Northcote, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/K. M. Rennie|Rennie, K. M.]] - 19??(???)-19??(???) - Licences: 2AO Receive Sydney (Edgecliffe, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''RENSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Phillip Renshaw|Renshaw, Walter Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G9KS-1LX] - 1891(NSW)-1968(NSW) - Licences: XFP Sydney (Roseville, 1912-1914); 2DE Sydney (Roseville, 1922-1939) - Qualifications: cc; CPRT 370, 1918 - early wireless experimenter; amateur operator - amateur broadcaster; WW1; radio clubs (WIA NSW - 1912+, President, Federal President); professional clubs (IRE NSW - founding member); business (consulting engineer); witness to Royal Commission 1927 (as Hon. Sec. WIA NSW) - Comment: late 1930s entangled in a NSW State Government corruption enquiry - Electoral Rolls: civil engineer (Roseville, 1936-1954; Ashfield, 1958-1968) ===''RENWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Griffith Renwick|Renwick, Arthur Griffith]] [https://www.familysearch.org/tree/person/details/GD57-8XV] - 1902(NSW)-1967(NSW) - Licences: 2CG Receive Sydney (Woollahra, 1922) - Qualifications: cc; BOCP 292, 1940 - amateur receiver - Electoral Rolls: pharmacist (Roseville, 1930-1937); chemist (Drummoyne, 1943-1954); retail chemist (Strathfield, 1958-1963) ===''RETALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Moncrieff Retallick|Retallick, James Moncrieff]] [https://www.familysearch.org/tree/person/details/LKK3-QDW] - 1898(NSW)-1969(NSW) - Licences: 2XO Bellingen (1930-1939, 1946-1947); 2FE Portable Bellingen (1933-1939); 2XO Raleigh (1948-1955); 2XO Coffs Harbour (1956-1958); 2XO Urunga (1960-1969); - Qualifications: AOCP 664, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: attendant (Substation, Raleigh, 1949-1954); electrical mechanic (Urunga, 1963-1968) ===''REYNOLDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Daniel Reynolds|Reynolds, George Daniel]] [https://www.familysearch.org/tree/person/details/GX9J-VBQ] - 1886(NZ)-1964(Vic) - Licences: Nil yet identified - Qualifications: cc; 1COCP 180, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: wireless operator (Rockhampton, 1917; Cooktown, 1928); radio (Malvern, 1934-1937); wireless operator (New Farm, 1943); radio station manager (Townsville, 1949); retired (Malvern, 1954-1963) ===''RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Rhodes|Rhodes, Harry]] [https://www.familysearch.org/tree/person/details/G8BS-QMC] - 1887?(???)-1966(SA) - Licences: Receive (Valve) Kadina (1923); 5HR Kadina (1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: Needs more research - Electoral Rolls: electrical engineer (Quorn, 1939-1943; Grassmere, 1943) ===''RIBBETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Ribbett|Ribbett, Thomas John]] [https://www.familysearch.org/tree/person/details/GXQQ-YRJ] - 1880(SA)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPOE, 1917) - Electoral Rolls: Nil yet identified ===''RICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fry Rich|Rich, Charles Fry]] [https://www.familysearch.org/tree/person/details/GXN8-YZ3] - 1873(Eng)-1949(NSW) - Licences: 4CR Fife Bay, Papua - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Father of 4VX 2AJZ 9VX 2API Mackendrick Charles William Rich - Electoral Rolls: retired (Chatswood, NSW, 1943-1949) * [[/Mackendrick Charles William Rich|Rich, Mackendrick Charles William]] [https://www.familysearch.org/tree/person/details/GXN8-5MB] - 1903(PNG)-1991(NSW) - Licences: 4VX Samarai, Papua (1938-1939); 2AJZ Sydney (Chatswood, 1946); 9VX Port Moresby (1947-1948); 2API Sydney (Manly Vale, 1954-1955; Balgowlah, 1956-1969; Manly Vale, 1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Son of 4CR Charles Fry Rich - Electoral Rolls: no occupation (Manly Vale, NSW, 1954-1963); retired (Manly Vale, NSW, 1977-1980) ===''RICHARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. F. Richards|Richards, G. F.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (Moonah, 1923); 2237 Hobart (Moonah, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/George Richards|Richards, George]] [https://www.familysearch.org/tree/person/details/GHDM-JZ6] - 1888(Qld)-1963(Qld) - Licences: 4XK Ipswich (1930-1939) - Qualifications: cc; AOCP 575, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mine manager (Silkstone, 1917-1932; Booval, 1936-1958) * [[/Maurice Evans Richards|Richards, Maurice Evans]] [https://www.familysearch.org/tree/person/details/GZ3X-KPB] - 1910(SA)-1997(SA) - Licences: 5CY Receive Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923); 5MR Adelaide (Glenunga, 1927-1928) - Qualifications: cc; AOCP 369, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Relationships: Likely a relation of 5WR Wilfred Mayo Richards - Electoral Rolls: welder (Millswood East, SA, 1943) * [[/Norman Henry Richards|Richards, Norman Henry]] [https://www.familysearch.org/tree/person/details/GXH1-NL1] - 1912(Eng)-2007(Qld) - Licences: 4NR Brisbane (Wooloowin, 1932-1937) - Qualifications: cc; AOCP 1071, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Wooloowin, Qld, 1936-1937); mechanic (Eagle Junction, Qld, 1943); refrigeration engineer (Maryborough, Qld, 1949-1954); engineer (Ashgrove, Qld, 1963-1968); retired (Glasshouse Mountains, Qld, 1972-1977; Tin Can Bay, Qld, 1980) * [[/Victor John Richards|Richards, Victor John]] [https://www.familysearch.org/tree/person/details/GFML-3HH] - 1916(WA)-1992(WA) - Licences: 6JR Perth (Nedlands, 1937-1939) - Qualifications: cc; AOCP 1894, 1937, WA; 2COCP 265, 1939; 1COCP 367, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: storeman (Nedlands, WA, 1937); radio operator (Alice Springs, NT, 1943); machinery assistant (Wivenhoe, Tas, 1949); radio technician (Darlinghurst West, NSW, 1949; Charters Towers, Qld, 1949)); radio operator (Carlingford, NSW, 1954); radio technician (Blacktown, NSW, 1958); technician (Applecross, WA, 1958-1972); radio officer (Applecross, WA, 1977-1980) * [[/Wilfred Mayo Richards|Richards, Wilfred Mayo]] [https://www.familysearch.org/tree/person/details/GZ3X-6W4] - 1896(SA)-1948(SA) - 5WR Adelaide (Medindie Gardens, 1927-1939, 1946-1948) - Qualifications: cc; AOCP 364, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - certainly a relation of 5MR Maurice Evans Richards ===''RICHARDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Kennington Richardson|Richardson, Alan Kennington]] [https://www.familysearch.org/tree/person/details/GXRM-73L] - 1914(SA)-1994(SA) - Licences: 5AR Adelaide (Everard Park, 1934-1939; City, 1947-1980+) - Qualifications: cc; AOCP 1277, 1934, SA; AOLCP 201, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Everard Park, SA, 1939) * [[/Jasper Bede Richardson|Richardson, Jasper Bede]] [https://www.familysearch.org/tree/person/details/GX1J-LTY] - 1907(WA)-1969(WA) - Licences: 6LX Perth (Fremantle, 1931-1933; Hollywood, 1937-1939) - Qualifications: cc; AOCP 831, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (East Fremantle, WA, 1931); radio mechanic (Hollywood, WA, 1936-1937; East Perth, WA, 1943; East Fremantle, WA, 1949); mechanic (Bicton, WA, 1954-1968) * [[/John Keith Richardson|Richardson, John Keith "Keith"]] [https://www.familysearch.org/tree/person/details/G6QQ-76P] - 1906(Qld)-1954(Tas) - Licences: 4KR Barcaldine (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: overseer ("Ashgrove", Gore, 1930-1932) ===''RICKABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorimer Douglas Rickaby|Rickaby, Lorimer Douglas "Rick"]] [https://www.familysearch.org/tree/person/details/GMR4-Z8W] - 1906(Qld)-1975(Qld) - Licences: 4VR Brisbane (Coorparoo, 1936-1939, 1946-1948; Coopers Plains, 1955-1975) - Qualifications: cc; BOCP 485, 1938 - amateur operator; amateur broadcaster; broadcast technician (4VL, 4AK, 4BK); military (WW2, RAN); ship wireless officer; security officer (MSS) - Relationships: father of 4RX Brian ??? Rickaby; father-in-law of 4VR Valerie ??? Rickaby - Electoral Rolls: telegraphist (Flinders Naval Depot, Vic, 1931-1934); radio engineer (Coorparoo, Qld, 1937); technician (Coorparoo, Qld, 1943-1949); meter reader (Coopers Plains, Qld, 1958-1972) * [[/Brian ??? Rickaby|Rickaby, Brian ???]] - Licences: 4ZAP Brisbane (Coopers Plains, 1960); 4RX Brisbane (Salisbury, 1965-1980) - Qualifications: AOLCP; AOCP; BOCP; TVOCP - amateur operator; broadcast engineer (Qld State Broadcasting Office, P&TD / DoC / DoTaC / ABA) - Relationships: son of 4VR Lorimer Douglas Rickaby; husband of 4VR Valerie ??? Rickaby - Electoral Rolls: ===''RIETHMULLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Riethmuller|Riethmuller, Eric Charles]] [https://www.familysearch.org/tree/person/details/G64Z-XCL] - 1903(Qld)-1987(Qld) - Licences: 4SK Willis Island (1931) - Qualifications: cc; 2COCP 250, 1930; 1COCP 299, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jandowae, 1936); radio technician (Wellington, NSW, 1937; Moorooka, 1943); radio operator (Darlinghurst, 1949; Wahroonga, 1963-1972); retired (Toowoomba, 1972-1980) ===''RING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Mostyn Ring|Ring, Keith Mostyn]] [https://www.familysearch.org/tree/person/details/LKB8-YR7] - 1913(SA)-1991(SA) - Licences: 5KH Adelaide (Kensington Park, 1932-1939, 1947-1948; Marion, 1954; Eden Hills, 1955-1969); 5KH Williamstown (1975); 5KH Kapunda (1980+) - Qualifications: cc; AOCP 923, 1932, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank official (Jamestown, SA, 1941-1943) * [[/Thomas Leo Ring|Ring, Thomas Leo]] [https://www.familysearch.org/tree/person/details/GX95-D97] - 1893(Vic)-1945(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 233, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Rockhampton, 1916; Sandgate, 1921); clerical assistant (Bowen, Qld, 1925); postmaster (Texas, 1930-1937); retired (Hendra, Qld, 1943) ===''RIPPEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Adolf Heinrich Gerhard Rippen|Rippen, Adolf Heinrich Gerhard]] [https://www.familysearch.org/tree/person/details/GZLK-QSB] - 1919(WA)-1941(Off coast of Kenya) - Licences: 6GR Perth (Fremantle, 1936-1939) - Qualifications: cc; AOCP 1731, 1936, WA - amateur operator; amateur broadcaster; WW2 (RAN, HMAS Sydney II, Telegraphist) - Electoral Rolls: engineer (Fremantle, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.sydneymemorial.com/registrydetails.asp?ID=478 HMAS Sydney II Memorial]; [https://vwma.org.au/explore/people/644953 VWMA]; [http://www.streetwisemedia.com.au/unknown-sydney-sailor-named-after-80-years/ Streetwise] ===''RIVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Ronald Rivers|Rivers, Edmund Ronald or Ronald Edmund]] [https://www.familysearch.org/tree/person/details/GDJH-V2S] - 1901(Vic)-1950(Vic) - Licences: 3ER Receive Melbourne (Essendon, 1922-1923); 3ER Melbourne (Essendon, 1924-1925) - Qualifications: cc; CPRT 767, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''RIX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Henry George Rix|Rix, Walter Henry George]] [https://www.familysearch.org/tree/person/details/MMQX-KZQ] - 1898(Qld)-1923(Qld) - Licences: 4EC Receive Brisbane (Bulimba, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: tram conductor (Valley, Qld, 1919-1921) ===''ROBBINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Fellows Robbins|Robbins, Thomas Fellows]] [https://www.familysearch.org/tree/person/details/GX5X-2SL] - 1918(SA)-1986(SA) - Licences: 5DK Adelaide (Fullarton, 1935-1937; Malvern, 1938-1939); 5AQ Leigh Creek (1954-1960); 5AQ Port Augusta (1965-1980+) - Qualifications: cc; AOCP 1548, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Malvern, SA, 1941-1943) ===''ROBERTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles D'Arcy Roberts|Roberts, Charles D'Arcy]] [https://www.familysearch.org/tree/person/details/GZ2N-VBN] - 1909(NSW)-1943(Burma) - licences: 2JV Sydney (Greenwich, 1928-1939) - qualifications: AOCP 408, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 (signalman, 8 Division Signals, 1943) - Electoral rolls: clerk (Lane Cove, 1930-1937) - "Greater love hath no man than this" * [[/Harry Mayland Roberts|Roberts, Harry Mayland or Mayfield (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXLH-KKF] - 1912(SA)-1979(SA) - Licences: 5MY Adelaide (Alberton East, 1931; Myrtle Bank, 1938-1939; Fullarton Estate, 1947-1954; Plympton, 1955-1965; North Plympton, 1969-1975) - Qualifications: cc; AOCP 763, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Myrtle Bank, SA, 1939-1943) * [[/J. C. A. Roberts|Roberts, J. C. A.]] - 19??(???)-19??(???) - Licences: XAAY Sydney (Parramatta, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Identification: Not yet identified, despite three given names - Electoral Rolls: Nil yet identified * [[/Nicholas William Roberts|Roberts, Nicholas William]] [https://www.familysearch.org/tree/person/details/GXRC-XKV] - 1915(SA)-1936(SA) - Licences: 5NR Adelaide (St Peters, 1933-1936) - Qualifications: cc; AOCP 1228, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, age 21yo - Electoral Rolls: Nil yet identified * [[/Noel Grafton Roberts|Roberts, Noel Grafton]] [https://www.familysearch.org/tree/person/details/GXRD-CCL] - 1924(Eng)-2008(Eng) - Licences: 5NR Katherine (1947) - Qualifications: cc; 1COCP 589, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio inspector (Tally Ho, Vic, 1967-1968; Glen Waverley, Vic, 1972-1980) * [[/Richard George Crafter Roberts|Roberts, Richard George Crafter or Crofter]] [https://www.familysearch.org/tree/person/details/MWFZ-Z24] - 1901(NSW)-1964(NSW) - Licences: 2UU Sydney (Ashfield, 1923-1925) - Qualifications: cc; CPRT 750, 1922; 2COCP 430, 1933; 1COCP 505, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ashfield, 1933-1936; Lovetts Bay, 1943; Chatswood, 1949-1958) * [[/Russell Flexmore Roberts|Roberts, Russell Flexmore]] [https://www.familysearch.org/tree/person/details/LL4K-265] - 18??-1961(Qld) - Licences: 4PN Brisbane (West End, 1927-1933; Annerley, 1937-1939, 1946-1960) - Qualifications: cc; AOCP 372, 1927, No. 41 in Qld - amateur operator; amateur broadcaster; WW2; television experimenter (4CM); broadcaster (4BC, manager) - Electoral Rolls: musical director (South Brisbane, 1919); musician (Coorparoo, 1934); manager (Yeronga, 1936-1937); alderman (Annerley, 1954) * [[/V. Roberts|Roberts, V.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ROBERTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Desmond Robertson|Robertson, Brian Desmond]] [https://www.familysearch.org/tree/person/details/GX2G-W63] - 1921(SA)-1996(SA) - Licences: 1RD Macquarie Island (1950s); 5RD Adelaide (Henley Beach, 1954-1956) - Qualifications: cc; 1COCP 998, 1946 - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/David Sterling Robertson|Robertson, David Sterling]] [https://www.familysearch.org/tree/person/details/GW2M-F7H] - 1920(SA)-19??(???) - Licences: 5RN Adelaide (Mt Lofty, 1937-1939, 1948-1965); 1ATR Canberra (Deakin, 1956; Yarralumla, 1960); 5RN Adelaide (Stirling, 1969-1980+) - Qualifications: cc; AOCP 1944, 1937, SA; 2COCP 346, 1940; 1COCP 405, 1940 - amateur operator; amateur broadcaster - Relationships: Husband of 5YL-1YL Denise Alison Robertson nee Haslam - Electoral Rolls: radio engineer (North Sydney, 1943) * [[/Denise Alison Robertson|Robertson nee Haslam, Denise Alison]] [https://www.familysearch.org/tree/person/details/GW2M-JWG] - 1927(NSW)-2008(SA) - Licences: 1YL Canberra (Yarralumla, 1960-1965); 5YL Adelaide (Stirling, 1969) - Qualifications: cc; AOCP 3552, 1956, ACT - amateur operator; YL operator - Relationships: Wife of 5RN-1ATR David Sterling Robertson - Electoral Rolls: Nil yet identified ===''ROBINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Robinson|Robinson, Alexander]] [https://www.familysearch.org/tree/person/details/L1G8-ZJ2] - 1900(Eng)-1949(NSW) - Licences: 2GR Sydney (Haberfield, 1930-1937; Richmond, 1938-1939; Hunter's Hill, 1946-1948) - Qualifications: AOCP 498/499, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical meter tester (Haberfield, 1933-1936) - 2GR callsign previously held by Joseph Sydney Marks * [[/Arthur Robinson|Robinson, Arthur]] [https://www.familysearch.org/tree/person/details/G8CS-4PP] - 1926(Vic)-19??(???) - Licences: 3ABF Sale (1948-1956); 3ABF Melbourne (Croydon, 1960); 3ABF Traralgon (1965-1980+) - Qualifications: AOCP 2710, 1948, Vic; TVOCP 184, 1959 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Sale, 1949-1954); technician (Croydon, 1963); PMG TV technician (Traralgon, 1963-1980) * [[/Charles John Robinson|Robinson, Charles John]] [https://www.familysearch.org/tree/person/details/LNJD-DC5] - 1908(Tas)-2004(???) - Licences: 7RC Launceston (1936-1937); 7KR Launceston (1938-1939) - Qualifications: cc; AOCP 1668, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carter (Launceston, 1936-1937); cordial maker (Launceston, 1943) * [[/John William Robinson|Robinson, John William]] [https://www.familysearch.org/tree/person/details/GS7H-Q61] - 1895(Eng)-1963(NSW) - Licences: 2EN Receive Sydney (Ryde, 1922-1923); 2RN Receive Sydney (Concord, 1923); 4RN Brisbane (Kedron, 1931) - Qualifications: cc; Nil yet identified - amateur receiver; amateur broadcaster; Honorary Radio Inspector NSW; First director 4QG - Comment: several contemporaneous JWRs - Electoral Rolls: wireless engineer (Merthyr, Qld, 1925-1926); radio engineer (Highgate Hill, Qld, 1928); engineer (Herston, 1936-1937) ===''ROBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Laudreux Robson|Robson, Colin Laudreux]] [https://www.familysearch.org/tree/person/details/GXYV-TL8] - 1916(WA)-1973(WA) - Licences: 6XI Perth (Mt Lawley, 1937-1939); 6XI Northam (1947-1948); 6XI Waterloo (1954-1960); 6XI bunbury (1965-1969) - Qualifications: cc; 3COCP 181, 1936; AOCP 2055, 1937, WA; BOCP 234, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (6AM Quarters, Northam, WA, 1949; 6TZ, Waterloo, WA, 1958-1963; Bunbury, WA, 1968-1972) ===''ROCKWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Bruce Rockwell|Rockwell, Horace Bruce]] [https://www.familysearch.org/tree/person/details/K882-BWV] - 1887(Tas)-1955(NSW) - Licences: XQH Brisbane (Wynnum) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; WW1; WW2; a founder of Wireless Institute of Queensland 1912 - Electoral Rolls: electrician (Fort Lytton, Qld, 1913; Wynnum, Qld, 1917-1919); electrical engineer (Enoggera, Qld, 1919; Chelmer, Qld, 1925); electrician (Fort Lytton, Qld, 1936-1937); soldier (Middle Head, NSW, 1943); engineer (Northbridge, NSW, 1949) ===''RODDA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William David Rodda|Rodda, William David]] [https://www.familysearch.org/tree/person/details/G8WK-4JB] - 1907(WA)-1961(WA) - Licences: 6WR Perth (Claremont, 1928-1939) - Qualifications: cc; AOCP 435, 1928, No. ?? in WA; BOCP 1191, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Claremont, 1931-1936; Nedlands, 1937; Claremont, 1943); control operator (Nedlands, 1949-1954); technician (Perth, 1958) ===''RODWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Rodwell|Rodwell, Albert Edward]] [https://www.familysearch.org/tree/person/details/MWX8-VG7] - 1909(Qld)-1976(Qld) - Licences: Receive (Crystal) Brisbane (Bowen Hills, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Bowen Hills, Qld, 1936-1937); grocer (Kedron, Qld, 1943-1949); company manager (Wavell Heights, Qld, 1954-1968); bookseller (Aspley, Qld, 1972) ===''ROGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Stanley Rogers|Rogers, Bernard Stanley]] [https://www.familysearch.org/tree/person/details/GXPV-L34] - 1912(SA)-1987(SA) - Licences: 5FG Adelaide (Blackwood, 1934-1939; Edwardstown, 1947-1948; Glandore, 1954-1980+) - Qualifications: cc; AOCP 1274, 1934, SA; 1COCP 907, 1945 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Edwardstown, SA, 1939-1943) ===''ROHDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Campbell Rohde|Rohde, William Campbell "Bill"]] [https://www.familysearch.org/tree/person/details/G76S-GRF] - 1907(Qld)-1991(Qld) - Licences: 4RW Brisbane (Red Hill, 1929-1939) - Qualifications: cc; AOCP 493, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (YWCA Wireless Club); comms engineer (PMGD); broadcast engineer (4QG) - Electoral Rolls: telephone mechanic (Red Hill, 1934-1943; Newmarket, 1949); postal engineer (Coorparoo, 1958-1980) ===''ROLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Rolls|Rolls, Sydney]] [https://www.familysearch.org/tree/person/details/GX95-V3F] - 1886(???)-1957(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918); WW1 - Electoral Rolls: electrician (Auburn, Vic, 1916-1919); naval officer (Camberwell, Vic, 1924-1925); engineer (Hawthorn, Vic, 1928-1949) ===''ROSCOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Thomas Roscoe|Roscoe, Geoffrey Thomas]] [https://www.familysearch.org/tree/person/details/G8QR-GJY] - 1900(Qld)-1985(Qld) - Licences: Receive Condamine (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: teacher (Condamine, Qld, 1925; Macknade, Qld, 1936-1937; Boonah, Qld, 1943); retired (St Lucia, Qld, 1968-1980) ===''ROSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William (Qld) Rose|Rose, Robert William (Qld)]] [https://www.familysearch.org/tree/person/details/G8DS-JJM] - 1911(Qld)-1970(NSW) - Licences: 4RR Brisbane (1925); 4RQ Longreach (1930-1939, 1946-1948); 2AQR Wallsend (1956-1961); 2AQR Avoca (1965-1969) - Qualifications: cc; AOCP 576, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; chemist - Comment: Another Robert William Rose b1923 BOCP 993 - Electoral Rolls: mechanic (Toowong, 1925); chemist (Longreach, 1936-1949; West Wallsend, 1958-1963; Avoca Beach, 1968) * [[/Robert William (Vic) Rose|Rose, Robert William (Vic)]] - 1923(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; BOCP 993, 1948; 3AIR 1790, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: ===''ROSENSKJAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rosenskjar|Rosenskjar, F.]] - 19??-19?? - 4?? Brisbane (Fairfield) (Operator 4BI), amateur operator, amateur broadcaster ===''ROSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander David Ross|Ross, Alexander David]] [https://www.familysearch.org/tree/person/details/G68V-KFR] - 1883(Sct)-1966(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Professor of Mathematics & Physics, University of Perth) - Electoral Rolls: university professor (Perth Club, 1916; West Perth, 1925-1954); retired (Albany, WA, 1958-1963) - Links: [https://adb.anu.edu.au/biography/ross-alexander-david-8270 ADB]; [[w:Alexander_David_Ross|Wikipedia]]; [https://www.news.uwa.edu.au/archive/201206204747/features/setting-standards-excellence/ UWA] * [[/John Francis Ross|Ross, John Francis "Jack"]] - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer (PMGD); journalist (editor, The Broadcaster); historian (broadcasting, Amateur Radio, radiocommunications); author ("History of Radio in South Australia"; "Radio Broadcast Technology") - Electoral Rolls: ===''ROUTLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert Angus Routledge|Routledge, Robert Angus "Bob"]] [https://www.familysearch.org/tree/person/details/GWX2-BDP] - 1913(SA)-1997(SA) - Licences: 5RA Adelaide (Richmond, 1930-1931; Henley Beach, 1933) - Qualifications: cc; AOCP 679, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: manufacturer (Henley, 1939); radio technician (Henley, 1941); physics technician (Glenelg, 1943) ===''ROWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. L. Rowe|Rowe, R. L.]] - 19??(???)-19??(???) - Licences: 2LR Sydney (Milsons Point, 1928; McMahons Point, 1929) - Qualifications: cc; AOCP 267, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ROWLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert George Rowland|Rowland, Robert George]] [https://www.familysearch.org/tree/person/details/KH14-G2J] - 1902(Vic)-1996(Vic) - Licences: 3GR Ballarat (1930-1939, 1946-1980+) - Qualifications: AOCP 657, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grocer (Grovedale, 1924); storekeeper (Majorca, 1925-1927; Ballarat, 1931); radio dealer (Ballarat, 1936-1980) - Don't Confuse: 3ZGG/3AFS Robert George Rowlands ===''ROWLATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Rowlatt|Rowlatt, Thomas William]] [https://www.familysearch.org/tree/person/details/GCMJ-HZT] - 1892(Qld)-1978(Qld) - Licences: Receive (Crystal) Brisbane (South Brisbane, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: fitter (Kangaroo Point, Qld, 1915-1921); engineer (Kangaroo Point, Qld, 1925-1937); mechanical engineer (Kangaroo Point, Qld, 1943-1968); retired (Chermside, Qld, 1972-1977) ===''ROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Roy|Roy, A. J.]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 577, 1930, No. ?? in Vic - amateur operator?; amateur broadcaster? - Electoral Rolls: Nil yet identified - Individual not yet identified (115 Skene St, Warrnambool, Vic - 1930) ===''ROYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Arthur Kirkcaldy Royle|Royle, William Arthur Kirkcaldy]] [https://www.familysearch.org/tree/person/details/GZ13-BBQ] - 1909(NSW)-1965(NSW) - Licences: 2WA Sydney (Edgecliff, 1927-1928); 2AWK Sydney (Darling Point, 1946-1950; Sandringham, 1961) - Qualifications: AOCP 318, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: underwriter (Edgecliff, 1936-1954); agent (Sandringham, 1958) ===''RUBAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Peter Ruban|Ruban, John Peter]] [https://www.familysearch.org/tree/person/details/G8CM-DMS] - 1925(???)-2015(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: radio technician (Footscray North, 1963-1968); technician (Maidstone, Vic, 1972-1980) ===''RUMBOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Rumbold|Rumbold, George Henry]] [https://www.familysearch.org/tree/person/details/9VKD-BSQ] - 1907(Vic)-1977(Vic) - Licences: 3GR Bendigo (1927) - Qualifications: AOCP 349, 1927, No. ?? in Vic - amateur operator - Electoral Rolls: carpenter (Bendigo, 1928); insurance agent (Kyneton, 1931; Shepparton, 1931; Bendigo, 1936-1937); assistant superintendent (Bendigo, 1942-1954); cabinet maker (Bendigo, 1963-1972) ===''RUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Ruse|Ruse, Thomas William]] [https://www.familysearch.org/tree/person/details/KZMB-QWY] - 1891(Vic)-1987(WA)95yo - Licences: 6WK Perth (Perth City, 1930-1931; Osborne Park, 1933-1969) - Qualifications: cc; AOCP 627, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: baker (Osborne Park, 1916-1972); retired (Bunbury, 1977-1980) ===''RUSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Cooper Russell|Russell, Albert Cooper "Bert"]] [https://www.familysearch.org/tree/person/details/GFQ9-BQV] - 1916(WA)-1995(NSW) - Licences: 6AR Albany (1936-1937); 6AR Northam (1938-1939) - Qualifications: cc; AOCP 1670, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937); mechanic (New Town, Tas, 1943-1949); engineer (Sandringham, Vic, 1954; Sans Souci, NSW, 1958; Double Bay, NSW, 1963; Kensington, NSW, 1968-1980) ===''RYAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Ryan|Ryan, Albert John "Jack"]] [https://www.familysearch.org/tree/person/details/GZWH-V6X] - 1897(Vic)-1984(NSW) - Licences: 2LE Canberra (Kingston, 1930-1933); 2YN Canberra (Kingston, 1933-1939) - Qualifications: CPRT 489, 1919; AOLCP 80, 1932; no record of AOCP - amateur operator; amateur broadcaster; WW1; WW2; broadcast engineer; PMGD (junior mechanic NSW, 1917; clerk, 1919); founder of 2CA Canberra commercial - Electoral Rolls: - several contemporaneous AJR's * [[/George Edward Ryan|Ryan, George Edward]] [https://www.familysearch.org/tree/person/details/G8CM-RCC] - 1910(Qld)-1987(Qld) - Licences: 4RG Brisbane (South Brisbane, 1936-1939; Dutton Park, 1946-1954) - Qualifications: cc; AOCP 1633, 1936, Qld - amateur operator; amateur broadcaster; telephone mechanic (PMGD) - Comment: several contemporaneous GERs - Electoral Rolls: motor mechanic (South Brisbane, Qld, 1937); telephone mechanic (South Brisbane, Qld, 1943-1954); PMG Instructor (St Lucia, Qld, 1958); instructor (Taringa, Qld, 1963-1980) ===''RYMILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Campbell Rymill|Rymill, Arthur Campbell]] [https://www.familysearch.org/tree/person/details/LXVS-CTB] - 1907(SA)-1989(SA) - Licences: Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Riddoch Rymill|Rymill, Robert Riddoch]] [https://www.familysearch.org/tree/person/details/LV5N-YC9] - 1904(SA)-1990(SA) - Licences: V753 Receive Melbourne (Toorak, 1922); 3GX Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: ethnologist (South Yarra, 1931) - Links: [https://vwma.org.au/explore/people/535352 WW2] =='''S'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''SAAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Saar|Saar, Alexander]] [https://www.familysearch.org/tree/person/details/GZ52-N3K] - 1889(???)-1956(WA) - Licences: 6CZ Receive Perth (West Perth, 1923); 6CZ Northam (1923-1925); 6KM Eucla (1926-1927); 6KM Geraldton (1933); 6KM Perth (Maylands, 1937-1939) - Qualifications: cc; AOCP 264, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telegraph lineman (North Perth, WA, 1915); postal electrician (Northam, WA, 1917); mechanic (Bunbury, WA, 1916-1917; Balkatta, WA, 1922; Eucla, WA, 1925-1926; North Perth, WA, 1928; Maylands, WA, 1931); postal electrician (Maylands, WA, 1936-1954) ===''SAGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Noel Sagar|Sagar, Eric Noel]] [https://www.familysearch.org/tree/person/details/GDKS-4J9] - 1896(SA)-1976(NSW) - Licences: 5CM Receive Adelaide (Largs Bay, 1923); Receive Adelaide (Largs Bay, 1923); 5CM Adelaide (Largs Bay, 1924-1926); 4ES Brisbane (Greenslopes, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Halcyon: Not mentioned - Electoral Rolls: manager (Greenslopes, Qld, 1932); engineer (Darlinghurst, 1943-1949); orchardist (Kincumber, NSW, 1949-1958) ===''SAINSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Henry Sainsbury|Sainsbury, Rupert Henry]] [https://www.familysearch.org/tree/person/details/L28X-5H3] - 1896(NSW)-1974(NSW) - Licences: 2YJ Sydney (Concord, 1924-1936); 4YJ Brisbane (Clayfield, 1937-1939); 2YJ Sydney (Concord, 1946-1954; Epping, 1955-1975) - Qualifications: cc; AOCP 54, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: clerk (Concord, 1930); traveller (Hendra, 1936-1937); soldier (Norman Park, 1943); executive (Concord West, 1949-1954); commercial traveller (Epping, 1958-1968) ===''SAINTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Melville Sainty|Sainty, Clifford Melville]] [https://www.familysearch.org/tree/person/details/GZ61-1GZ] - 1907(NSW)-1987(SA) - 2MS Warrawee (1925-1926), amateur operator (AOCP 88, 1925, No. ?? in NSW), amateur broadcaster, likely related to XAH S. J. Sainty ===''SALAMY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Salamy|Salamy, Edward]] [https://www.familysearch.org/tree/person/details/GZHH-VWR] - 1904(Vic)-1977(Vic) - Licences: 3AJ Receive Warrnambool (1922-1923); 3AJ Warrnambool (1924-1933); 3PS Warrnambool (1948-1975) - Qualifications: cc; AOCP 35, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: jeweller (Warrnambool, 1924-1977) ===''SAMPHIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Luke Samphier|Samphier, Richard Luke]] [https://www.familysearch.org/tree/person/details/L58L-DPC] - 1914(WA)-1980(WA) - Licences: 6YZ Perth (City, 1936-1937; Victoria Park, 1938-1939; Carlisle, 1947-1955; Mt Lawley, 1956-1975+) - Qualifications: cc; AOCP 1717, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: blind school worker (North Perth, WA, 1936; Leederville, WA, 1943); Blind School employee (Carlisle, WA, 1949-1954; Mt Lawley, WA, 1958) ===''SANDEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Sandel|Sandel, Otto]] [https://www.familysearch.org/tree/person/details/GW4J-54J] - 1905(Qld)-1999(NSW) - 2UW Sydney (Manly, 1923; Kensington, 1923-1924; Northbridge, 1924-1925; Bellevue Hill, 1926-1927); 2HH Sydney (Woollahra, 1936-1939, 1946-1969; Bondi, 1975) - Qualifications: cc; AOLCP 270, 1935, NSW - amateur operator; amateur broadcaster; founder B class 2UW Sydney & 2UX Wagga Wagga - don't confuse Charles Albert Sandell of AAE fame - Electoral Rolls: radio dealer (Woolahra, 1930-1931); engineer (Bondi, 1933; Edgecliff, 1936-1937; Bondi Junction, 1943-1954; Bondi Beach, 1958-1980) ===''SANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Albert Sandell|Sandell, Charles Albert]] - 1886(Eng)-1980(WA) - early wireless experimenter, Sydney, 1911, amateur operator (AOCP ??, 19??, No. ?? in ???), participant in the Australasian Antarctic Expedition, amateur broadcaster, military (WW1), don't confuse Otto Sandel of 2UW fame ===''SANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Sander|Sander, John Henry "Jack"]] [https://www.familysearch.org/tree/person/details/K6WF-H23] - 1906(WA)-1955(WA) - Licences: 6MS Geraldton (1935-1937); 6MS Perth (Cannington, 1938-1939, 1947-1956) - Qualifications: cc; AOCP 1435, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wheelwright (Geraldton, WA, 1930); electrician (Geraldton, WA, 1931-1937); telephone mechanic (South Perth, WA, 1937; Cannington, WA, 1943-1954) ===''SANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas George Sanderson|Sanderson, Douglas George]] [https://www.familysearch.org/tree/person/details/9WZJ-2K3] - 1924(Qld)-1994(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcast engineer (PMGD); historian (broadcast); federal public servant (PMGD) - Electoral Rolls: PMG technician (Torwood, Qld, 1949-1954); technician (Ashgrove, Qld, 1958-1968); engineer (Chermside, Qld, 1972; Windsor, Qld, 1977-1980) ===''SANDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Keith Sandham|Sandham, James Keith "Keith"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''SAUNDERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lewis Saunders|Saunders, Alfred Lewis]] [https://www.familysearch.org/tree/person/details/GZLR-FMS] - 1909(SA)-2003(???) - Licences: Receive Adelaide (Hyde Park, 1923-1924); 5BX Adelaide (Glenelg, 1925-1939, 1946-1955; Plympton, 1956-1980+) - Qualifications: cc; AOCP 223, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Glenelg, 1939-1943) ===''SAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Saw|Saw, Frederick William]] [https://www.familysearch.org/tree/person/details/G9S9-JN3] - 1884(WA)-1957(WA) - Licences: 6DA Perth (Armadale, 1923-1926; Victoria Park, 1927); 6DA Albany (1930-1931); 6DA Perth (Wanneroo, 1933; North Perth, 1937-1939); 6DA Northam (1946-1948) - Qualifications: cc; AOCP 174, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storekeeper (Armadale, 1909); electrician (Beverley, 1916-1917; Armadale, 1921-1925; Albany, 1928-1931; Balkatta, 1936; Leederville, 1937; Kalgoorlie, 1937-1943); mechanic (North Perth, 1949); retired (Triggs Island, 1954) * [[/Malcolm Henry Saw|Saw, Malcolm Henry ]] [https://www.familysearch.org/tree/person/details/LVCY-H9M] - 1921(WA)-1997(WA) - 6SM Perth (Doubleview, 1960-1980+), amateur operator (AOCP 3674, 1958, No. ?? in WA), WW2, engineer (Doubleview, 1972) ===''SAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Sawford|Sawford, Leonard Francis]] [https://www.familysearch.org/tree/person/details/LF7J-2XK] - 1908(SA)-1968(SA) - Licences: 5DH Receive Adelaide (Port Adelaide, 1923); Receive Adelaide (Port Adelaide, 1923); 5LF Adelaide (Peterhead, 1925-1928; West Croydon, 1931; Largs, 1937-1939); 5YF Adelaide (Glen Osmond, 1948-1965) - Qualifications: cc; AOCP 173, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; agent (Largs, 1939) - Electoral Rolls: agent (Largs, SA, 1939-1941) ===''SCANLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Scanlon|Scanlon, William Lawrence]] [https://www.familysearch.org/tree/person/details/GDKG-3XR] - 1901(Tas)-1971(NSW) - Licences: Receive Hobart (West Hobart, 1921-1923); 7AL Hobart (West Hobart, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; sales (Medhursts, Hobart to 1924, Launceston from 1924) - Electoral Rolls: Nil yet identified ===''SCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harley Irwin Schell|Schell, Harley Irwin]] [https://www.familysearch.org/tree/person/details/GD57-PV8] - 1907(Tas)-1996(Tas) - Licences: 7AW Receive West Burnie (1922); Receive West Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: mechanic (Kelso, 1936-1972) ===''SCHLEICHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Schleicher|Schleicher, Keith]] [https://www.familysearch.org/tree/person/details/G3D4-5RS] - 1918(Qld)-1997(Qld) - 4KS Brisbane (Toowong, 1938-1939, 1946-1947; Alderley, -1950+; Aspley, McDowall, -1980+) - amateur operator (AOCP 2144, 1938, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), radio employee (Tracksons, manager service), business proprietor (Blue & White Cabs comms) ===''SCHMIDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Frederick Schmidt|Schmidt, Ronald Frederick]] [https://www.familysearch.org/tree/person/details/G88P-1B9] - 1913(Vic)-1990(Vic) - Licences: 3LY Trafalgar (1930); 3LY Moe (1931); 3LY Sale (1933-1939, 1946-1948); 3LY Melbourne (Camberwell, 1954-1980+) - Qualifications: AOCP 567, 1930, No. ?? in Vic; AOLCP 69, 1932; 1COCP 72, 1936; TVOCP 75, 1957 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: wireless operator (Sale, 1934-1937); radio technician (Sale, 1949-1954); technician (Camberwell, 1954-1980) ===''SCHNITZERLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Joseph Schnitzerling|Schnitzerling, Leonard Francis Joseph]] [https://www.familysearch.org/tree/person/details/G885-W43] - 1907(Qld)-1969(Qld) - Licences: 4CK Warwick (1938-1939, 1946-1969) - Qualifications: cc; AOCP 2099, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, 1928-1968) ===''SCHOFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Schofield|Schofield, William]] [https://www.familysearch.org/tree/person/details/GXB3-69N] - 1874(Eng)-1971(WA)97yo - Licences: 6WS Perth (Peppermint Grove, 1935-1939, 1947-1969) - Qualifications: cc; AOCP 1463, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: manager (Peppermint Grove, WA, 1919); broker (Peppermint Grove, WA, 1922-1968) ===''SCHOLZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hans Scholz|Scholz, Hans "Harold" / "Harry" / "Tibby"]] [https://www.familysearch.org/tree/person/details/G64P-CV3] - 19??(???)-1970(Qld) - Licences: 4HR Brisbane (Coorparoo, 1931); 4HR Nambour (1933); 4HR Brisbane (Coorparoo, 1937); 4HR Gladstone (1937-1939); 4HR Brisbane (Morningside, 1946-1969) - Qualifications: cc; AOCP 784, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ; South Brisbane RC; Brisbane DX Club); broadcast technician (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, 1937); mechanic (Dalby, 1943); not stated (Morningside, 1949-1968) ===''SCHULTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Nelson Schultz|Schultz, Leonard Nelson "Len"]] [https://www.familysearch.org/tree/person/details/GZJY-QBF] - 1906(NSW)-1980(NSW) - Licences: 2LO Sydney (Lane Cove, 1922); 2LO Sydney (Lane Cove, 1923-1930); 2ANM Sydney (Mosman, 1947-1980) - Qualifications: cc; AOCP 171, 1925, No. ?? in NSW; AOLCP 45, 1931; 3AIR 176, 1942 - amateur operator; amateur broadcaster; broadcast engineer (co-designed 2GB, 1926; involved 2CA, 4BH, 2MW, 5DN); professional associations (IRE: foundation member, vice-president, president); aviator (Royal Aero Club NSW, committee) - Electoral Rolls: broadcasting engineer (Mosman, 1935-1937); engineer (Mosman, 1949-1977) ===''SCHULTZE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Ludwig Schultze|Schultze, John Edwin Ludwig]] [https://www.familysearch.org/tree/person/details/GQTB-9FL] - 1906(Vic)-1969(Vic) - 3QO Receive Melbourne (Glenferrie, 1923-1924), 3JS Melbourne (Glenferrie, 1925-1933; Hawthorn, 1937-1939), amateur operator (AOCP 163, 1925, No. ?? in Vic), amateur broadcaster, motor mechanic (Hawthorn, 1934) ===''SCOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil John Scott|Scott, Alfred Cecil John "Cecil", "Cec", "Scottie"]] [https://www.familysearch.org/tree/person/details/M12J-9YK] - 1888(Tas)-1954(Tas) - Licences: Receive (Crystal) Launceston (1923); 7CS Launceston (1925-1931); 7CS Hobart (Lindisfarne, 1933; Sandy Bay, 1937-1939) - Qualifications: cc; AOCP 56, 1925, No. ?? in Tas - amateur receiver; amateur operator; amateur broadcaster - Comment: well-known for comic QSL cards - Electoral Rolls: bench clerk (Nelson, 1936; Hobart South, 1943-1954) * [[/Ernest Kilburn Scott|Scott, Ernest Kilburn]] [https://www.familysearch.org/tree/person/details/LBDW-TBR] - 1868(Eng)-1941(Eng) - Came to Sydney in 1905 to organise electrical engineering department of University of Sydney, likely early wireless experimenter, promoted need for wireless telegraphy for Australia, returned to England ca 1910 - [https://www.gracesguide.co.uk/Ernest_Kilburn_Scott Graces Guide - Ernest Kilburn Scott] * [[/Francis Ladner Scott|Scott, Francis Ladner]] [https://www.familysearch.org/tree/person/details/GXHK-DTF] - 1899(Eng)-1953(Qld) - Licences: 4BO Thursday Island (1933); 2UH Sydney (Randwick, 1934-1936; Naremburn, 1937-1938; La Perouse, 1939 - Qualifications: cc; CPRT 419, 1918; 2COCP 360, 1931; 1COCP 33, 1934 - amateur operator; amateur broadcaster; coastal wireless operator; military (UK Merchant Navy post WW1) - Electoral Rolls: wireless operator (Nundah, Qld, 1921-1925); radio telegraphist (Pinkenba, Qld, 1929; Thursday Island, Qld, 1931; Randwick, NSW, 1935; Waverton, NSW, 1943; Wyndham, WA, 1943; Rockhampton, Qld, 1949) * [[/George Archibald Scott|Scott, George Archibald "Scotty"]] [https://www.familysearch.org/tree/person/details/G682-TGN] - 1882(Eng)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 607, 1921; 1COCP 181, 1931 - RANRS (commissioned telegraphist, 1917); PMGD (radio inspector, WA); witness to Royal Commission 1927 (as radio inspector, WA) - Electoral Rolls: engineer (Rockhampton, 1913-1914; Hendra, 1915-1917); radio inspector (Fremantle, 1925-1937) - Links: [http://nla.gov.au/nla.news-article84253651 Bio] * [[/Herbert Godfrey Scott|Scott, Herbert Godfrey "Herb"]] [https://www.familysearch.org/tree/person/details/G8MJ-JFJ] - 1902(Qld)-1968(Qld) - Licences: 4HS Toowoomba (1931-1937); 4HS Brisbane (Albion, 1938-1939; 1946-1965) - Qualifications: cc; AOCP 750, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Railways) - Electoral Rolls: clerk (Toowoomba, 1925-1936; Albion, 1943-1968) * [[/Jack Bartlett Scott|Scott, Jack Bartlett]] [https://www.familysearch.org/tree/person/details/G8VX-FLR] - 1909(NSW)-1988(NSW) - Licences: 2NR Sydney (Epping, 1930-1934); 2AJX Sydney (Cheltenham, 1938-1939; Epping, 1946-1950) - Qualifications: AOCP 685, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Epping, 1933-1935); engineer (Epping, 1949; Wahroonga, 1954-1968); retired (Carlingford, 1977-1980) * [[/Robert Ochiltree Scott|Scott, Robert Ochiltree]] [https://www.familysearch.org/tree/person/details/G8H4-5SX] - 1898(Vic)-1960(Vic) - Licences: 2RS Gundagai (1929-1931); 2RS Balranald (1933); 3OS Scotsburn (1937-1939); 3OS Melbourne (St Kilda, 1956-1960) - Qualifications: AOCP 476, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: grazier (Ballarat, 1920-1924); farmer (Murrayville, 1925-1927; Gundagai, 1930); mechanic (South Yarra, 1943; Melbourne, 1949) * [[/Robert Townley Scott|Scott, Robert Townley]] [https://www.familysearch.org/tree/person/details/G7YC-MBK] - 1841(Eng)-1922(Qld) - senior state public servant (secretary, Qld Post & Telegraph Dept), senior federal public servant (secretary, Postmaster-General's Department) * [[/W. F. Scott|Scott, W. F.]] - 18??(???)-19??(???) - Licences: 4?? Brisbane (West End) - Qualifications: cc; AOCP 334, 1927, No. 37 in Qld - amateur operator; amateur broadcaster - Comment: likely father of H. S. Scott who was reported youngest ever to pass AOCP at age 16 - Electoral Rolls: Nil yet identified * [[/Walter Henry Scott|Scott, Walter Henry]] [https://www.familysearch.org/tree/person/details/G76Z-11G] - 1904(Eng)-1987(SA) - Licences: Receive Adelaide (Glenelg, 1923); 5HS Clare (1937-1939) - Qualifications: cc; AOCP 1888, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Clare, SA, 1939); telephone mechanic (Glenelg, SA, 1941-1943) ===''SEBIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Dudley Sebire|Sebire, Leon Dudley "Leo"]] [https://www.familysearch.org/tree/person/details/G8V2-QX5] - 1932(Vic)-2006(Vic) - Licences: 3CF Melbourne (Wandin North, 1956-1960) - Qualifications: 2COCP 1319, 1955; 1COCP 1786, 1955 - amateur operator, amateur broadcaster, director Telstra Broadcasting Branch - Electoral Rolls: radio mechanic (Wandin Yallock, 1954); engineer (Mordialloc, 1963-1980) - Relationships: son of 3MX Percival John Sebire - Awards: Member Order of Australia "For service to communications, particularly broadcasting" (1991) * [[/Percival John Sebire|Sebire, Percival John "Percy"]] [https://www.familysearch.org/tree/person/details/LCFD-Z2R] - 1904(Vic)-1994(Vic) - Licences: 3MX Melbourne (Moorabbin, 1930-1939, 1946-1980+) - Qualifications: AOCP 692, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elsternwick, 1926; Bentleigh, 1928-1936; Cheltenham, 1949; Moorabbin, 1954-1980) - Relationships: father of 3CF Leon Dudley Sebire ===''SEBLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Sebley|Sebley, William John]] [https://www.familysearch.org/tree/person/details/G649-7VL] - 1894(Qld)-1980(Qld) - Licences: 4WS Ipswich (1931-1939, 1946-1948); Southport (1954-1965) - Qualifications: cc; AOCP 736, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Ipswich, 1915; North Ipswich, 1919-1949; Southport, 1954-1968); ===''SECCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Louis Mervyn Seccombe|Seccombe, Louis Mervyn]] [https://www.familysearch.org/tree/person/details/G8PW-XWM] - 1895(Tas)-1970(NSW) - Licences: 3KT Receive Melbourne (Ascot Vale, 1922-1923); 3KT Melbourne (East Kew, 1924; Ascot Vale, 1924-1925; Hawksburn, 1926; East Malvern, 1927); 2KT Sydney (Rockdale, 1928-1939) - Qualifications: cc; 1COCP 396, 1940 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: salesman (Ascot Vale, Vic, 1919); commercial traveller (Ascot Vale, Vic, 1924); radio engineer (Rockdale, NSW, 1930-1937); wireless operator (Longreach, Qld, 1943); communications officer (Hurstville, 1949-1963); - Comment: Surname sometimes misspelled Secombe ===''SELBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Selby|Selby, George William]] [https://www.familysearch.org/tree/person/details/LCTW-BMT] - 1858(Vic)-1949(Vic) - early wireless and X-ray experimenter ===''SELF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Self|Self, Thomas Edward]] - 1854(???)-19??(???) - b. 7 Jan 1854, Early Tasmanian wireless experimenter, demonstration before Royal Society 1898, beware another Thomas Edward Self (b. 9 Oct 1853) in Hobart at the same time ===''SELFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Giles Turner Selfe|Selfe, Harry Giles Turner]] [https://www.familysearch.org/tree/person/details/K24M-5XB] - 1894(NSW)-1942(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 157, 1915; 1COCP 51, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2; RANVR (commissioned telegraphist, 1942) - Electoral Rolls: radio telegraphist (Geraldton, WA, 1918; Broome, WA, 1922; Leichhardt, NSW, 1933; Darling Harbour, NSW, 1934-1937) ===''SELLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Sellenger|Sellenger, David Charles]] [https://www.familysearch.org/tree/person/details/G8VT-5GJ] - 1902(NSW)-1966(NSW) - Licences: 2DC Sydney (Hurstville, 1930-1965) - Qualifications: AOCP 700, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Hurstville, 1930-1963) ===''SELLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Sellick|Sellick, Edward]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''SELMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold George Selman|Selman, Harold George]] [https://www.familysearch.org/tree/person/details/LRM4-3S8] - 1907(Vic)-1985(Vic) - 3GN Geelong (1925), 3GN Chilwell (1926), 3GN Geelong (1927), 3GN Melbourne (West Coburg, 1931), 3GN Geelong (1933), 3CM Geelong (1948-1980+), amateur operator (AOCP 164, 1925, No. ?? in Vic), amateur broadcaster, radio dealer (Geelong, 1954) ===''SEMMENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Segbert Cornwall Semmens|Semmens, George Segbert Cornwall]] [https://www.familysearch.org/tree/person/details/G744-HQ5] - 1901(Vic)-1977(Vic) - Licences: XJCY Melbourne (East St Kilda, 1913-1914); V756 Receive (1922); 3GZ Receive Buln Buln East (1922); 3GS Laver's Hill (1925-1926); 3GS Queenstown (1927); 3GS Moreland (1931); 3GS Foxhow (1933); Melbourne (Essendon (1937-1939); Glen Iris (1946-1960); Clematis, 1965-1975); 3AEN Melbourne (Clematis, 1954-1960) - Qualifications: cc; AOCP 216, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: teacher (Coburg, 1928; Preston, 1931; Essendon, 1936); res. chemist (Glen Iris, 1943-1963); technical adviser (Clematis, 1968-1977) ===''SERLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric Serle|Serle, Cedric]] [https://www.familysearch.org/tree/person/details/LZT2-SC8] - 1910(Vic)-1972(Vic) - Licences: 3RX Melbourne (Canterbury, 1928-1933; Toorak, 1938-1939; Elwood, 1946-1947); 3ARX Melbourne (Windsor, 1948-1956; Caulfield, 1960-1965) - Qualifications: AOCP 443, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Camberwell North, 1931-1934; Kew, 1936; Toorak, 1937; St Kilda, 1942; Prahran, 1949; Caulfield South, 1963-1972) ===''SEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Percy Lambert Holt Sewell|Sewell, Percy Lambert Holt]] [https://www.familysearch.org/tree/person/details/GDM1-YB1] - 1900(NSW)-1949(NSW) - Licences: 2CJ Receive Sydney (Paddington, 1922); 2CJ Sydney (Paddington, 1922-1925; Darlinghurst, 1925-1926) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Fire Station, Mittagong, 1930-1935; Mittagong, 1936-1937; Kempsey, 1943); installation inspector (Queanbeyan, 1949) ===''SEYLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Jakob Seyler|Seyler, Albert Jakob or Jacob]] [https://www.familysearch.org/tree/person/details/G8NL-F5N] - 1913(Ger)-1977(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - WW2 (Luftwaffe); radar engineer; television researcher; PMGD Research Laboratories (Assistant Director General) - Electoral Rolls: engineer (Mt Waverley, 1963; Burwood, 1968); PMG (Croydon, 1972); assistant director (Emerald, 1977) - [https://adb.anu.edu.au/biography/seyler-albert-jakob-11660 ADB] ===''SHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Henry Shannon|Shannon, Francis Henry "Frank"]] - 1910(Qld)-1991(Qld) - 4SN Allora (1938-1939), Tamborine (1946-1947), Minden (1948-1956), Ipswich (1960-191975), Toowoomba (1980+), amateur operator (AOCP 2145, 1938, No. ?? in Qld), amateur broadcaster , radio clubs (Wooloowin RC, WIA, Qld Listeners' League), journalist (AR, VK4 Notes), occupation (school teacher) ===''SHARLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Sharland|Sharland, Arthur Henry "Chilla"]] [https://www.familysearch.org/tree/person/details/GZZD-ZKS] - 1909(Qld)-1983(Qld) - Licences: 4SD Brisbane (Boondall, 1936-1939, 1946-1948; Ekibin, 1954); 4SD Cloncurry (1955); 4SD Brisbane (Wynnum North, 1956); 4SD Rockhampton (1960); 4SD Yeppoon (1965-1980+) - Qualifications: cc; AOCP 1807, 1936, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless operator); federal public servant (DCA) - Electoral Rolls: labourer (Boondall, Qld, 1937-1943); Commonwealth officer (Wynnum North, Qld, 1954); communications officer (Rockhampton, Qld, 1958-1963; Yeppoon, Qld, 1968-1977); retired (Causeway via Yeppoon, Qld, 1980) ===''SHARP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John James Charles Sharp|Sharp, John James Charles]] [https://www.familysearch.org/tree/person/details/GZBZ-TZV] - 1897(Vic)-1974(Vic) - Licences: 3KA Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 591, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Prahran Gardens, 1919-1924; Caulfield, 1928-1972) ===''SHARPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Victor Sharpe|Sharpe, Frank Victor]] [https://www.familysearch.org/tree/person/details/GMD2-GVZ] - 1904(Qld)-1988(Qld) - Licences: 4AZ Brisbane (Wooloowin, 1924-1929; Ashgrove, 1930-1937; Redcliffe, 1938-1939); 4ZFS Brisbane (Clayfield, 1975); 4FV Brisbane (Clayfield, 1980) - Qualifications: cc; AOCP 20, 1924, No. 4 in Qld; AOCP Q112, 1975 - amateur operator; amateur broadcaster; WW2; radio club (RSQ, WIAQ); military (AMF) - Awards: C.M.G.; O.B.E. - Electoral Rolls: merchant (Wooloowin, 1925-1929); director (Ashgrove, 1934-1937); soldier (Ashgrove, 1943); machinist (likely typo for merchant) (Clayfield, 1949); merchant (Clayfield, 1954-1980) ===''SHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Shaw|Shaw, Archibald John]] [https://www.familysearch.org/tree/person/details/G8K2-ZDZ] - 1872(NSW)-1916(Vic) - XPO King Island (1911); X?? Sydney (Randwick), early wireless experimenter, proprietor Maritime Wireless Telegraph Co of Australasia (1910+) with Edward Hope Kirkby, technical specialist - [https://adb.anu.edu.au/biography/shaw-archibald-john-8404 ADB] [http://messui.polygonal-moogle.com/valves/NW199003.pdf EA] * [[/J. G. Shaw|Shaw, J. G.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (Chelmer, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Raymond Herbert Preston Shaw|Shaw, Raymond Herbert Preston]] [https://www.familysearch.org/tree/person/details/GD3J-J31] - 1901(Eng)-1996(NSW) - Licences: 2LY Receive Sydney (Bondi, 1922-1923); 2LY Sydney (Woolahra, 1924-1929; South Kensington, 1930) - Qualifications: cc; CPRT 664, 1921 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kensington, 1930-1931; Vaucluse, 1932-1980) * [[/Sidney Alexander Shaw|Shaw, Sidney Alexander]] [https://www.familysearch.org/tree/person/details/KFJY-4NH] - 1882(Eng)-1974(WA) - Licences: 6AI Perth (East Guildford, 1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: assistant station master (Woolgangee, WA, 1916-1917); railway officer (East Guildford, WA, 1925-1926); civil servant (Kalgoorlie, WA, 1930-1931); station master (Coolgardie, WA, 1936-1943); retired (East Fremantle, WA, 1949-1972) ===''SHAWSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Shawsmith|Shawsmith, Alan "Smithy" or Alan Shaw Smith]] [https://www.familysearch.org/tree/person/details/G37T-B3Y] - 1917(Qld)-2010(Qld) - Licences: 4SA Brisbane (Indooroopilly, 1935-1939); 4SS Brisbane (West End, -1952-2010) - Qualifications: cc; AOCP 1582, 1935, Qld - amateur operator; historian (amateur); journalist; broadcast engineer (ABC2); public servant (ABC2) - Relationships: Father of 4JSS Steven Shawsmith - Electoral Rolls: poultry farmer (Salisbury, Qld, 1943); radio mechanic (West End, Qld, 1949); builder (West End, Qld, 1954-1980) * [[/Steven Shawsmith|Shawsmith, Steven "Steve"]] - Licences: 4JSS Brisbane - Qualifications: (AOCP ???, 19??, No. ?? in Qld) - amateur operator - Relationships: Son of 4SA-4SS Alan Shawsmith - Electoral Rolls: ===''SHEARER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Anderson Shearer|Shearer, Gordon Anderson]] [https://www.familysearch.org/tree/person/details/LV5G-JW4] - 1907(Qld)-1984(Vic) - Licences: 4FU Receive Brisbane (Alderley, 1923-1924); 4GA Gayndah (1930); 4GA Mt Nebo (1931-1934); 4GA Cloncurry (Quamby, 1937-1939) - Qualifications: cc; AOCP 447, 1928, No. ?? in Qld; 2COCP 95, 1937 - amateur operator; amateur broadcaster; employment (school teacher); state public servant (Qld Dept Education); WW2 - Electoral Rolls: school teacher (Quamby, Qld, 1937; Westbrook, Qld, 1943); aeradio operator (Cloncurry, 1949); communications officer (Cloncurry, 1954); supervisor (Surrey Hills, 1963-1968); retired (Vermont, 1972-1980) ===''SHEARSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Leonard Shearstone|Shearstone, Vincent Leonard]] [https://www.familysearch.org/tree/person/details/G895-CYJ] - 1916(Eng)-1983(NSW) - Licences: Nil - Qualifications: BOCP 4, 1936 - WW2 - Electoral Rolls: radio technician (Albury, 1937); radio announcer (Goulburn, 1943); radio electrician (Goulburn, 1949-1980) ===''SHELDRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Cornwell Sheldrick|Sheldrick, Eric Cornwell "Shel"]] [https://www.familysearch.org/tree/person/details/GZ64-X2X] - 1903(Eng)-1966(Tas) - Licences: 7BH Receive Launceston (1923); 7BH Launceston (1924-1926); 7BT Launceston (1927); 7BM Launceston (1931-1939); 7DM Burnie (1948-1954); 7DN Stowport (1955-1960) - Qualifications: cc; AOCP 60, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: chemist's assistant (Launceston, 1928-1943) ===''SHENTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Hilton Shenton|Shenton, Maurice Hilton]] [https://www.familysearch.org/tree/person/details/G67C-Q1B] - 1903(Qld)-1940(Qld) - Licences: 4DC Receive Brisbane (Wynnum South, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: irrigation ganger (Bald Hills, 1925); assistant stream gauger (North Ipswich, 1928); public servant (Annerley, 1937) ===''SHEPARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arundel Elmore Shepard|Shepard, Arundel Elmore]] [https://www.familysearch.org/tree/person/details/G8QY-8HX] - 1910(SA)-2000(SA) - Licences: 5DC Adelaide (Norwood, 1928-1930; Kent Town, 1931-1933; Norwood, 1937-1939; Toorak East, 1946-1965; Heathpool, 1969-1980+) - Qualifications: cc; AOCP 393, 1928, No. ?? in SA; AOLCP 136, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SHEPHERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. A. Shepherd|Shepherd, H. A.]] - 18??(???)-19??(???) - Licences: XQD Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''SHERRIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Sherriff|Sherriff, Ernest George]] [https://www.familysearch.org/tree/person/details/K877-WTX] - 1904(Qld)-1964(Qld) - Licences: 4SU Brisbane (Fairfield, 1935-1937; Hawthorne, 1938-1939; Brisbane City, 1947-1960) - Qualifications: cc; AOCP 1464, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Brisbane South, Qld, 1928); instructor of printing (Fairfield, Qld, 1937; Hawthorne, Qld, 1943-1949) ===''SHIELDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Edward Shields|Shields, Arthur James Edward]] [https://www.familysearch.org/tree/person/details/LBCT-D5G] - 1894(Eng)-1948(Vic) - Licences: 3GP Melbourne (East Malvern, 1930-1939; North Balwyn, 1946-1948) - Qualifications: AOCP 690, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (East Melbourne, 1925-1927; Malvern East, 1928; Camberwell, 1931-1933); auditor (Malvern East, 1934-1936); retired (Ringwood, 1943) ===''SHOEMAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Shoemaker|Shoemaker, Harry]] [https://www.familysearch.org/tree/person/details/G828-7LL] - 1879(USA)-1932(USA) - American inventor and pioneer radio engineer, developer of Shoemaker wireless system, associated with Gehring companies, International Telegraph Construction Co (represented in Australia by John William Ormsby Hamilton, who promoted the Shoemaker system here), United Wireless Telegraph Co, Marconi Wireless Telegraph Co of America, Mallory companies - Links: [[w:Harry Shoemaker|Wikipedia]]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0026.pdf PIRE1]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0027.pdf PIRE2] ===''SHORING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Samuel Shoring|Shoring, Thomas Samuel]] [https://www.familysearch.org/tree/person/details/GXDD-NDG] - 1914(Qld)-2002(Qld) - Licences: 4SR Bundaberg (1937-1939; 4SR Brisbane (New Farm, 1947-1948) - Qualifications: cc; AOCP 1872, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Bundaberg, Qld, 1936-1937); salesman (Bundaberg, Qld, 1943); sound engineer (New Farm, Qld, 1954; Holland Park, Qld, 1963-1980) ===''SHORT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Alban Short|Short, Alfred Alban]] [https://www.familysearch.org/tree/person/details/GZTS-9QQ] - 1904(NSW)-1946(NT) - Licences: 2SH Newcastle (Lambton, 1926-1933) - Qualifications: AOCP 280, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Lambton, 1930-1943) * [[/Ormond Short|Short, Ormond]] [https://www.familysearch.org/tree/person/details/9VHH-SGM] - 1901(Vic)-1985(Vic) - Licences: 3SK Melbourne (St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1925-1926); electrical engineer (Armadale, 1928; Horsham, 1931-1972); engineer (Horsham, 1977) * [[/Walter Short|Short, Walter]] - 19??(???)-19??(???) - Licences: 2AJ Receive Sydney (Manly, 1922); 2AJ Sydney (Manly, 1923-1924; Kirribilli, 1924; Manly, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Note: several contemporaneous WSs, insufficient data to identify * [[/William Newton Short|Short, William Newton "Newt"]] [https://www.familysearch.org/tree/person/details/G97J-HMM] - 1897(NSW)-1967(NSW) - Licences: 2ARA Sydney (Auburn, 1948-1954; Beacon Hill, 1955-1958; Auburn, 1960-1961; Beacon Hill, 1965); 2AOW Sydney (Auburn, 1957-1958) - Qualifications: AOCP 2829, 1948, NSW - amateur operator, amateur broadcaster - Electoral Rolls: butcher (Ulmarra, 1930-1934); shopkeeper (Coraki, 1935-1936); munition worker (Mayfield, 1943); machinist (Auburn, 1949-1958); inspector (Beacon Hill, 1963) ===''SHORTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Charles Shortell|Shortell, Raymond Charles]] [https://www.familysearch.org/tree/person/details/LYMQ-4HQ] - 1904(Vic)-1991(Qld) - 3VB Receive Melbourne (East St Kilda, 1923-1924), 3RS Melbourne (St Kilda, 1925-1933), 3RS Shepparton (1937-1939), 3ARF Geelong West (1948-1954), 3ARF Melbourne (Croydon, 1955-1960; Hawthorn, 1965-1975), 4ARS Gold Coast (1980+), amateur operator (AOCP 77, 1925, No. ?? in Vic), amateur broadcaster ===''SHORTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eddy Wilbee Shorten|Shorten, Eddy Wilbee or Welbee or Wiebec "Ted"]] [https://www.familysearch.org/tree/person/details/MWN4-MZM] - 1899(Qld)-1980(Qld) - Licences: 4TS Brisbane (Paddington, 1932-1939) - Qualifications: cc; AOCP 908, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor) - Comment: Middle name variable; Birth Welbee; Marriage Wiebec; Death Wilbe; AOCP Wilbee - Electoral Rolls: ===''SHORTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Shortt|Shortt, Robert]] - 19??(???)-19??(???) - Licences: 4HF Camooweal (1933-1939); 5SR Tennant Creek (1947-1948); 5SR Adelaide (Glenunga, 1954; New Hindmarsh, 1955-1956) - Qualifications: cc; AOCP 1193, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SIBLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sibly|Sibly, Arthur]] [https://www.familysearch.org/tree/person/details/KC5R-MH6] - 1897(WA)-1976(NSW) - Licences: XYX Perth (North Perth, 1913-1914); 6AF Receive Perth (City, 1923); 6AF Perth (North Perth, 1923-1924; Inglewood, 1924); 2SB Sydney (Kirribilli, 1925-1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Relationships: father of 2ASY-3AUV Sydney Arthur Sibly; brother of Clifton Archibald Sibly - Electoral Rolls: insurance clerk (North Perth, 1919-1922); manager (Albion, Qld, 1936; Eagle Junction, Qld, 1937; Rose Bay, NSW, 1943-1958); retired (Rose Bay, 1963-1972) * [[/Clifton Archibald Sibly|Sibly, Clifton Archibald]] [https://www.familysearch.org/tree/person/details/K41R-3JQ] - 1894(SA)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 225, 1915 - likely early wireless experimenter with brother Arthur's licence - Relationships: brother of XYX-6AF-2SB Arthur Sibly; uncle of 2ASY-3AUV Sydney Arthur Sibly - Electoral Rolls: farrier (North Perth, 1915-1937) * [[/Sydney Arthur Sibly|Sibly, Sydney Arthur]] [https://www.familysearch.org/tree/person/details/GDKF-F7R] - 1926(NSW)-2001(Vic) - Licences: 2ASY Sydney (Rose Bay, 1954; Kingsgrove, 1957-1965); 3AUV Melbourne (Eltham, 1969) - Qualifications: cc; 2COCP 945, 1945; BOCP 1049, 1949 - amateur operator; amateur broadcaster - Relationships: son of XYX-6AF-2SB Arthur Sibly; nephew of Clifton Archibald Sibly - Electoral Rolls: communications officer (Kingsgrove, 1958-1963); clerk (Eltham, Vic, 1968-1977; Queanbeyan, 1980) ===''SIDEBOTTOM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lancelot Sidebottom|Sidebottom, Geoffrey Lancelot]] [https://www.familysearch.org/tree/person/details/GD5X-KGH] - 1902(Tas)-1964(Tas) - Licences: 7BB Receive Launceston (1922); Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of 7SK Maxwell Douglas Langford Sidebottom - Electoral Rolls: clerk (Launceston, 1928-1954) * [[/Maxwell Douglas Langford Sidebottom|Sidebottom, Maxwell Douglas Langford]] [https://www.familysearch.org/tree/person/details/GD5X-5QY] - 1922(Vic)-19??(???) - Licences: 7SK Hobart (Newtown, 1948); 7SK Howrah (1954-1980) - Qualifications: cc; AOCP 2830, 1948, Vic - amateur operator; WW2 - Relationships: son of 7BB Geoffrey Lancelot Sidebottom - Electoral Rolls: sound engineer (New Town, 1949); mechanic (Bateau Bay, NSW, 1980) ===''SIDEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Longfield Sidey|Sidey, Robert Longfield]] [https://www.familysearch.org/tree/person/details/LKSN-3P6] - 1874(NSW)-1951(NSW) - Licences: 2ZY Sydney (Lindfield, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of 2CB James Douglas Kay Sidey - Electoral Rolls: accountant (Lindfield, 1930-1949) * [[/James Douglas Kay Sidey|Sidey, James Douglas Kay or Douglas James Kay]] [https://www.familysearch.org/tree/person/details/LKSN-35P] - 1904(NSW)-1963(NSW) - Licences: 2CB Receive Sydney (Lindfield, 1922-1923); 2CB Sydney (Lindfield, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: son of 2ZY Robert Longfield Sidey - Electoral Rolls: grazier (Bethungra, 1943-1949); no occupation (Junee, 1954) ===''SIEVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ernest William Sievers|Sievers, Ernest William]] [https://www.familysearch.org/tree/person/details/KNJD-8MJ] - 1901(Qld)-1962(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 1165, 1933, Qld; 2COCP 9, 1934; 1COCP 38, 1935 - amateur operator? - Electoral Rolls: railway employee (Kelvin Grove, 1925); night officer (Oakey, 1930); railway night officer (Narangba, 1936-1937); radio telegraphist (Ascot, 1943; Clayfield, 1949-1958) * [[/William Frederick Sievers|Sievers, William Frederick]] [https://www.familysearch.org/tree/person/details/GZJN-NDS] - 1902(Vic)-1996(Vic) - Licences: 3CB Receive Melbourne (East Richmond, 1922-1923); 3CB Melbourne (East Richmond & South Yarra, 1924-1939, 1946-1960; Toorak, 1965-1980+) - Qualifications: cc; AOCP 165, 1925, Vic - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Richmond, 1931-1943); reader (South Yarra, 1949-1963); meter reader (Toorak, 1972-1980) ===''SIGAL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Louis Sigal|Sigal, Harold Louis]] [https://www.familysearch.org/tree/person/details/GZ4R-XFJ] - 1908(SA)-1939(NSW) - Licences: 2UK Sydney (Woollahra, 1926-1930) - Qualifications: AOCP 253, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Woollahra, 1930); engineer (Melbourne East, 1931); electrician (Auburn North, 1933; Centennial Park, 1934; Bondi, 1936-1937; West Perth, 1943; Woolowin, 1949; Bellevue Hill, 1954; Kensington, 1958); manager (Bondi, 1963); salesman (Bondi, 1968); retired (Vaulcuse, 1977-1980) ===''SIGMONT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Sigmont|Sigmont, Walter]] [https://www.familysearch.org/tree/person/details/GD58-221] - 1883(NSW)-1942(Vic) - Licences: 3AH Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: patent attorney (Auburn, Vic, 1917; Elsternwick, 1924-1937; Seaford, 1942); ===''SILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Clive Silby|Silby, Arthur Clive]] [https://www.familysearch.org/tree/person/details/G8B6-PSD] - 1894(SA)-19??(???) - Licences: 6AF Perth (North Perth, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 (Australian Wireless Squadron) [https://alh-research.tripod.com/Light_Horse/index.blog/1911865/australian-wireless-squadron-aif-embarkation-roll/] - Electoral Rolls: motor mechanic (Exeter, 1939-1943) ===''SILVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Leslie Silver|Silver, Frank Leslie]] [https://www.familysearch.org/tree/person/details/94HC-LTV] - 1904(Qld)-1987(Qld) - Licences: 4FL Brisbane (Morningside, 1938-1939, 1947-1980+) - Qualifications: cc; AOCP 2086, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Morningside, Qld, 1937-1943); radio mechanic (Morningside, Qld, 1949-1980) ===''SIMMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Simmonds|Simmonds, Arthur George]] [https://www.familysearch.org/tree/person/details/G8DL-234] - 1906(Eng)-1963(NSW) - Licences: 2GS Sydney (Arncliffe, 1930-1934); 2GS Murwillumbah (1935-1939); 4PG Bundaberg (1946-1948); 2APJ Sydney (Cronulla, 1954-1955; Caringbah, 1956-1961) - Qualifications: AOCP 590, 1930, No. ?? in NSW; BOCP 207, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Arncliffe, 1933); gardner (Arncliffe, 1935); radio engineer (Murwillumbah, 1935-1937); technician (4BU Kalkie, 1943-1949) * [[/Ernest John Simmonds|Simmonds, Ernest John]] - 19??(Eng)-19??(Eng) - G2OD Gerrard's Cross, Buckinghamshire, England, amateur operator, first to two way QSO Australia (Nov 1924, 3BQ) ===''SIMMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Trethowan Simmons|Simmons, Henry Trethowan]] [https://www.familysearch.org/tree/person/details/G4M3-BP4] - 1905(WA)-1985(WA) - Licences: 6KX Perth (Subiaco, 1925-1928; Mt Lawley, 1931-1933; Nedlands, 1937-1939, 1946-1948; West Perth, 1954-1955; Mt Pleasant, 1956-1980) - Qualifications: cc; AOCP 181, 1925, No. ?? in WA; CPRT 1121, 1928; 2COCP 295, 1930; 1COCP 257, 1932 - amateur operator, amateur broadcaster, broadcast engineer - Electoral Rolls: radio operator (Maylands, 1931), radio engineer (Nedlands, 1936; West Perth, 1949), engineer (Fremantle, 1958; Mt Pleasant, 1963-1980) * [[/Leonard Joseph Simmons|Simmons, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/GZBM-SKH] - 1907(Vic)-1987(Vic) - Licences: 3LJ Melbourne (Belgrave, 1926-1931; East Prahran, 1933); 3LJ Rheola (1937-1939); 3LV Trafalgar (1948); 3LV Cheltenham (1954-1980+) - Qualifications: AOCP 304, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Womerah, Yarram Yarram, 1928; Toolangi, Yea, 1931; Armadale, 1934-1936; Rheola, Bendigo, 1936-1937; Nanneela West, Bendigo, 1942; Cheltenham, 1949-1980) ===''SIMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Wilkinson Simms|Simms, Eric Wilkinson]] [https://www.familysearch.org/tree/person/details/G7XZ-9RN] - 1906(WA)-1998(Vic) - Licences: 3KS Melbourne (Malvern, 1927-1931; Caulfield, 1933) - Qualifications: AOCP 360, 1927, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Lieutenant) - Electoral Rolls: warehouseman (Malvern, 1931); buyer (Caulfield, 1934; Hawthorn, 1936-1937); manager (Malvern East, 1949-1980) ===''SIMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Robert Simpson|Simpson, Leslie Robert]] [https://www.familysearch.org/tree/person/details/GZD8-4VD] - 1901(WA)-1966(Vic) - 3SA Ararat (1925-1933), 3SA Melbourne (Windsor, 1947-1965), amateur operator (AOCP 44, 1925, No. ?? in Vic), amateur broadcaster, draper, salesman * [[/Harry Blythe Simpson|Simpson, Harry Blythe]] [https://www.familysearch.org/tree/person/details/GF93-CZ3] - 1920(???)-2013(WA) - Licences: 6HS Perth (Leederville, 1937-1939; Mt Lawley, 1947-1948; Nedlands, 1954-1969; Lesmurdie, 1975-1980+) - Qualifications: cc; AOCP 2060, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: traveller (Claremont, WA, 1949-1968); marketing manager (Lesmurdie, WA, 1972); manager (Lesmurdie, WA, 1977-1980) ===''SIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Sims|Sims, Eric Charles]] [https://www.familysearch.org/tree/person/details/G8MK-NXC] - 1907(WA)-1992(Vic) - Licences: Nil yet identified - Qualifications: cc; AOCP 344, 1927, No. 38 in Qld; 2COCP 16, 1934 - amateur operator; WW2 - Electoral Rolls: wireless mechanic (RAAF Point Cook, 1931-1934); QANTAS air pilot (Brisbane, 1936-1937); public servant (Box Hill, 1963) - Comment: several contemporaneous Eric Charles Sims, need to sort electoral rolls * [[/Ernest Leslie Arthur Sims|Sims, Ernest Leslie Arthur]] [https://www.familysearch.org/tree/person/details/LZ6H-6PF] - 1905(Vic)-1960(Vic) - Licences: 3ZA Melbourne (Preston, 1930-1933); 3ZA Apollo Bay (1937-1939, 1946-1947) - Qualifications: AOCP 622, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: carpenter (Preston, 1931; Apollo Bay, 1933-1937; Preston, 1942; Apollo Bay, 1949-1954) ===''SINGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Claude Paul Singleton|Singleton, Claude Paul]] [https://www.familysearch.org/tree/person/details/G4JR-4SV] - 1914(WA)-1990(Qld) - Licences: 4UX Theodore (1936-1939); 4UX Bundaberg (1946-1947); 4UX Stanthorpe (1948); 4UX Atherton (1954-1955); 4UX Malanda (1956); 4UX Ayr (1960); 4UX Childers (1965); 4UX St George (1969); 4UX Gracemere (1975); 4UX Dalby (1980) - Qualifications: cc; AOCP 1638, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; broadcast technician (4QW, 4QO, 4QW, 4RK, 4QS); federal public servant (PMGD); WW2 - Electoral Rolls: baker (Theodore, Qld, 1936-1937); radio mechanic (Stanthorpe, Qld, 1949); radio technician (Yungaburra, Qld, 1954); public servant (Gracemere, Qld, 1972) ===''SIRL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Charles Sirl|Sirl, Clarence William Charles]] [https://www.familysearch.org/tree/person/details/G89J-9LJ] - 1913(SA)-1981(WA) - Licences: 6XG Katanning (1938-1939; 1947-1969) - Qualifications: BOCP 3, 1936; AOCP 2132, 1938, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Katanning, 1937-1968) ===''SLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Irwin Slade|Slade, Charles Irwin]] [https://www.familysearch.org/tree/person/details/GDN1-G28] - 1921(???)-19??(???) - Licences: 3PZ Melbourne (Elwood, 1938-1939, 1947-1954) - Qualifications: cc; AOCP 2172, 1938, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (St Kilda, 1949-1954); medical practitioner (St Kilda, 1967-1968; Elwood, 1972-1980) * [[/Charles William Slade|Slade, Charles William]] [https://www.familysearch.org/tree/person/details/GH3R-28W] - 1893(Eng)-1962(NSW) - Licences: 2SX Sydney (Croydon, 1925-1939, 1946-1961 - Qualifications: cc; Nil yet identified; English PMG Certificate 1st class - amateur operator; amateur broadcaster; WW1 (RAN, 1909-1924); Wireless Weekly (technical editor, 1925-1928); Daily Telegraph (radio & technical editor, 1928-1929); Keogh Radio (engineer, 1929-1930); Croydon Radio (proprietor, 1930-1933+) - Electoral Rolls: radio engineer, R.A.N. (Croydon, 1943-1958) ===''SLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. F. Slater|Slater, J. F.]] - 19??(???)-19??(???) - Licences: Receive Sheffield (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Harold Ivan Slater|Slater, Harold Ivan]] [https://www.familysearch.org/tree/person/details/GDT3-7JP] - 1898(Tas)-1971(Qld) - Licences: Receive (Crystal) Kelso (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: pastoralist (Kelso, Tas, 1919); labourer (Maypole Hotel, New Town, Tas); no occupation (Middle Park, Vic, 1926); airman (Point Cook, Vic, 1927; Middle Park, 1931); traveller (Elsternwick, 1936-1968) ===''SLATTERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Slattery|Slattery, Joseph Patrick]] [https://www.familysearch.org/tree/person/details/G824-KHF] - 1866(Irl)-1931(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St John's College, Camperdown; St Vincent's, Ashfield, 1930) - Links: [[w:Joseph Patrick Slattery|Wikipedia]]; [https://adb.anu.edu.au/biography/slattery-joseph-patrick-8453 ADB] * [[/Joseph Samuel Francis Slattery|Slattery, Joseph Samuel Francis]] [https://www.familysearch.org/tree/person/details/GZVN-SSF] - 1894(NSW)-1988(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 50, 1915; CPRT 167, 1915; 2COCP 324, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Applecross, WA, 1916; Esperance, WA, 1916; RAN radio station, Geraldton, 1917); travelling salesman (Stanthorpe, 1928-1930); traveller (Tamworth, 1932-1933; Woollahra, NSW, 1933-1935); commercial traveller (New Farm, 1936; Hamilton, Qld, 1937; Fairfield, Qld, 1949; West Sydney, 1949-1954); radio officer (Mascot, NSW, 1958-1963); retired (Cremorne, NSW, 1968-1980) ===''SMART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Smart|Smart, Arthur]] [https://www.familysearch.org/tree/person/details/GXHD-TNH] - 1891(NZ)-1980(NZ) - Licences: 4SM Barcaldine (1936-1937); 4SM Paterson (1938-1939); 4SM Longreach (1946-1948); 4SM Cairns (Cairns City, 1954-1956; Freshwater, 1960-1975) - Qualifications: cc; AOCP 1625, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: boiler attendant (Dunevia Station, Blackhall, Qld, 1913); motor engineer (Aramac, Qld, 1916-1925; Barcaldine, 1928-1937); freeholder (Longreach, Qld, 1943); mechanic (Longreach, Qld, 1949); farmer (Cairns, Qld, 1954-1958); retired (Freshwater, Qld, 1963-1972; Cairns, Qld, 1977) ===''SMELLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ellis Henry Smellie|Smellie, Ellis Henry]] [https://www.familysearch.org/tree/person/details/GX7P-FDM] - 1893(Vic)-1991(Vic) - Licences: Nil yet identified - Qualifications: cc; 2COCP 218, 1930; 1COCP 240, 1931 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: radio telegraphist (Radio Station, Applecross, 1925; Geraldton, 1931; Broome, 1936); telegraphist (Caulfield, Vic, 1942-1949); radio officer (Caulfield, Vic, 1954; Blackburn, 1963-1980) ===''SMIBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Smibert|Smibert, George]] - 1840(Sct)-1899(Vic) - clubs (founding member Telegraph Electrical Society Vic), employment (Postal Department Vic, chief electrician), brother of James Smibert Deputy Postmaster-General Victoria * [[/George Smibert|Smibert, James]] - 1836(Sct)-1912(Vic) - employment (Postal Department Vic, Deputy Postmaster-General, appointed following early passing of Samuel Walker McGowan), created a nepotism scandal by early promotion of brother and brother-in-law to the most senior positions in Vic Post & Telegraphs in the early 1890s, likely reason for the positioning of Qld appointees at the top of the Federal PMGD in 1901; the brother of George Smibert Chief Electrician, Postal Dept Vic ===''SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Smith, Alan Shaw - See Alan Shawsmith (change of name) * [[/Arthur Carrington Smith|Smith, Arthur Carrington]] [https://www.familysearch.org/tree/person/details/GDKV-VL2] - 1902(Tas)-1982(NSW) - Licences: 7BN Receive Launceston (1923); 7AB Launceston (1924-1927) - Qualifications: cc; AOCP 8, 1924, No. ?? in Tas; CPRT 930, 1926 - amateur operator; amateur broadcaster; broadcast engineer (operator 7BN Wills & Co wannabe Class B); recording engineer (Cinesound Productions Ltd, Bondi, 1932); inventor of sound-on-film systems - Electoral Rolls: salesman (Launceston, 1928); recording engineer (Bronte, 1931-1935); engineer (Bondi, 1936-1937); recording engineer (Clovelly, 1943-1949; Waverley, 1963-1968); engineer (Waverley, 1977-1980) * [[/Austen Cyril Smith|Smith, Austen Cyril]] [https://www.familysearch.org/tree/person/details/GZ6N-JKF] - 1904(Eng)-1992(NSW) - Licences: 2FS Sydney (Croydon, 1924-1925; Burwood, 1925; Maroubra, 1930-1933; Homebush, 1933; Burwood, 1934-1939) - Qualifications: cc; AOCP 75, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; radio agent - Electoral Rolls: radio agent (Burwood, 1934-1937); radio mechanic (Burwood, 1943-1954); radio engineer (Burwood, 1958-1963); retired (Lower Hawkesbury, 1972-1980) * [[/C. Smith|Smith, C.]] - 19??(???)-19??(???) - Licences: 7BA Receive Stanley (1922); Receive Stanley (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Cedric Preston Smith|Smith, Cedric Preston or Preston-Smith, Cedric]] [https://www.familysearch.org/tree/person/details/G8BB-X47] - 1907(NSW)-1974(NSW) - Licences: 2ZZ Sydney (Cremorne, 1924); 2QK Sydney (Manly, 1935-1936; Balgowlah, 1937; Lane Cove, 1938-1939); 2CD Sydney (Cremorne, 1958-1961; Palm Beach, 1965-1969) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: bank accountant (Binnaway, 1930); bank officer (Manly, 1932; Balgowlah, 1934-1937; South Melbourne, Vic, 1943-1949); bank manager (Ballarat, 1954; Cremorne, 1958-1963); retired (Palm Beach, 1963-1968) * [[/Charles Frederick Smith|Smith, Charles Frederick]] - 1908(Eng)-19??(???) - Licences: No licence yet identified - Qualifications: AOCP 418, 1928, No. ?? in NSW; CPRTelephony 1112, 1928; 2COCP 44, 1929 - amateur operator - Electoral Rolls: Several contemporaneous Charles Frederick Smith's, not yet identified * [[/Colin Hughes Smith|Smith, Colin Hughes]] [https://www.familysearch.org/tree/person/details/L2YH-LLB] - 1910(Vic)-1998(Vic) - Licences: 3PK Melbourne (East Kew, 1928-1939, 1946-1980+) - Qualifications: AOCP 433, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Kew, 1931-1937); engineer (Kew, 1943-1980) * [[/Herbert Henry Baker Smith|Smith, Herbert Henry Baker]] [https://www.familysearch.org/tree/person/details/GXFN-H6R] - 19??(???)-1932(Qld) - Licences: 4DP Receive Cairns (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Cairns, Qld, 1925-1930) * [[/J. H. Smith|Smith, J. H.]] - 19??(???)-19??(???) - Licences: 4EA Receive Beenleigh (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/John Albert Malcolm Smith|Smith, John Albert Malcolm]] [https://www.familysearch.org/tree/person/details/L264-537] - 1911(Eng)-1987(SA) - Licences: 5JR Adelaide (St Peters, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1375, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939-1943) * [[/P. W. Smith|Smith, P. W.]] - 19??(???)-19??(???) - Licences: 4EF Receive Brisbane (Alderley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Sidney Hugh Holland Smith|Smith, Sidney Hugh Holland]] - 1861(???)-1933(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, senior state public servant (Qld P&T, Chief Mechanician), senior federal public servant (PMGD, State Mechanician, Qld), radio clubs (QWI, vice president), business proprietor (Telephone and Electrical Supplies Co) * [[/Stuart Disney Paull Smith|Smith, Stuart (Birth) or Stewart (Electoral Rolls) Disney Paull or Paul]] [https://www.familysearch.org/tree/person/details/GXDB-8D8] - 1913(Qld)-1986(Qld) - Licences: 4LA Brisbane (Corinda, 1934-1939); 4LA Amberley (1946-1948); 4LA Brisbane (Camp Hill, 1960-1980) - Qualifications: cc; AOCP 1303, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor); military (RAAF, navigator); broadcast technician (4BC); Dept Education (O/C Radio) - Electoral Rolls: engineer (Corinda, Qld, 1936-1949); radio technician (New Farm, Qld, 1949); maintenance officer (Camp Hill, Qld, 1954-1963); public servant (Camp Hill, Qld, 1972-1980) * [[/Sydney Smith|Smith, Sydney]] - 1856(NSW)-1934(NSW) - senior state politician (NSW MLA), senior federal politician (Postmaster-General, 1904-1905) * [[/Wilfred Smith|Smith, Wilfred]] [https://www.familysearch.org/tree/person/details/GXRQ-PQ1] - 1896(Eng)-19??(???) - Licences: Receive Adelaide (St Peters, 1923); 5AG Adelaide (Henley Beach, 1937-1939, 1947-1948) - Qualifications: cc; CPRT 602, 1921; 2COCP 419, 1941; 1COCP 882, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Henley, SA, 1939-1943) * [[/William Arthur Smith|Smith, William Arthur]] [https://www.familysearch.org/tree/person/details/GMCX-XL9] - 1906(SA)-1970(SA) - Licences: 5LZ Wallaroo (1929-1933) - Qualifications: cc; AOCP 526, 1929, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical mechanic (Glenunga, 1939-1943) - beware several contemporaneous William Arthur Smith's * [[/William Henry Smith|Smith, William Henry]] [https://www.familysearch.org/tree/person/details/GX2V-L4R] - 1911(SA)-19??(???) - Licences: 5SW Adelaide (Woodville, 1937-1939, 1947-1956); 5ASW Adelaide (Woodville, 1980+) - Qualifications: cc; AOCP 1996, 1937, SA; BOCP 431, 1942 - amateur operator; amateur broadcaster - Comment: Several contemporaneous WHSs - Electoral Rolls: operator (Woodville, SA, 1939) * [[/W. J. Smith|Smith, W. J.]] - 19??(???)-19??(???) - Licences: N758 Receive Sydney (Hurstville, 1922); 2IC Receive Sydney (Hurstville, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''SMITHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Charles Smithers|Smithers, Ernest Charles]] [https://www.familysearch.org/tree/person/details/G8Z1-GQ1] - 1885(NSW)-1953(NSW) - Licences: Nil yet identified - Qualifications: AOCP 552, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: inspector of fisheries (Urunga, 1930); inspector (Burwood, 1930-1949) ===''SMYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Walter Smyth|Smyth, Cedric Walter]] [https://www.familysearch.org/tree/person/details/GD1C-4MX] - 1916(WA)-1987(SA) - Licences: 7CD Devonport (1933-1939); 3ACH Melbourne (Doncaster East, 1954-1980+) - Qualifications: cc; AOCP 1133, 1933, Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: toolmaker (Preston, Vic, 1942-1949); engineer (Doncaster East, 1954-1977) * [[/Victor Loftus Smyth|Smyth, Victor Loftus]] [https://www.familysearch.org/tree/person/details/LR8F-P8L] - 1905(Vic)-1972(Vic) - Licences: 3PJ Receive Geelong (1923); 3PJ Geelong (1924); 3PJ Bendigo (1924-1939) - Qualifications: AOCP 126, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Bendigo, 1928-1972) ===''SMYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Cresswell Smythe|Smythe, Alan (BMD) or Allan (Electoral Rolls) Cresswell]] [https://www.familysearch.org/tree/person/details/G8JQ-V9V] - 1908(SA)-1983(SA) - Licences: 5MF Adelaide (Torrensville, 1930-1939, 1946-1948; Hazlewood Park, 1954-1980+) - Qualifications: AOCP 658, 1930, No. ?? in SA; AOLCP 135, 1933; BOCP 125, 1937; 1COCP 196, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Torrensville, SA, 1939-1943) ===''SNADDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Ernest Snaddon|Snaddon, John Ernest]] [https://www.familysearch.org/tree/person/details/GZLF-B75] - 1920(Eng)-1944(Aegean Sea) - Licences: 3VE Melbourne (Malvern, 1939) - Qualifications: AOCP 2322, 1939, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, 459 Squadron, Warrant Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/snaddon-john-ernest-409361/] ===''SNAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Leslie Snaith|Snaith, Samuel Leslie]] [https://www.familysearch.org/tree/person/details/GZJN-2S8] - 1901(Vic)-1961(Vic) - Licences: 3ZR Melbourne (Footscray, 1923-1926; Newport, 1931) - Qualifications: cc; AOCP 166, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1924-1928; Newport, 1931-1954) ===''SNAPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fairlie Roger de Burgh Snape|Snape, Fairlie Roger de Burgh]] [https://www.familysearch.org/tree/person/details/G649-B1V] - 1900(NSW)-1988(NSW) - Licences: 2NU Receive Quirindi (1923); 4JK Willis Island (1931) - Qualifications: cc; CPRT 695, 1922; 2COCP 340, 1931; 1COCP 221, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: operator (Quirindi, 1930); wireless operator (Quirindi, 1934-1936); radio engineer (Killara, 1949-1968); engineer (Killara, 1980) ===''SNOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Charles Snook|Snook, Keith Charles]] [https://www.familysearch.org/tree/person/details/GDTG-Z2D] - 1908(Tas)-1946(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 (RAAF) - Electoral Rolls: motor engineer (Hobart North, 1936); motor mechanic (Hobart Central, 1937) ===''SNOSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Raymond Snoswell|Snoswell, Alfred Raymond]] [https://www.familysearch.org/tree/person/details/9NWH-MCT] - 1899(SA)-1971(SA) - Licences: 5AD Adelaide (Exeter, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Largs, 1939-1943) ===''SODEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander William Soden|Soden, Alexander William]] [https://www.familysearch.org/tree/person/details/G8N9-7M1] - 1909(Qld)-1948(Qld) - Licences: 4AS Brisbane (Annerley, 1930-1939; Yeerongpilly, 1946-1948) - Qualifications: cc; AOCP 634, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Annerley, 1934-1943) ===''SOUMPROU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emile Walter Soumprou|Soumprou, Emile Walter]] [https://www.familysearch.org/tree/person/details/9ZZF-SX7] - 1906(Vic)-1955(Vic) - Licences: 3WK Melbourne (Thornbury, 1929-1931; North Fitzroy, 1938-1939, 1946-1948; East Brighton, 1954-1956) - Qualifications: AOCP 511, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: student (Northcote, 1936-1937); retired (Fitzroy North, 1942-1949); Elsternwick, 1954) ===''SOUTHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Lindsay Southwell|Southwell, Clifford Lindsay]] [https://www.familysearch.org/tree/person/details/GZNM-FDF] - 1897(???)-1973(NSW) - 2SW Sydney (Cremorne, 1925-1926; Northbridge, 1927-1929; Brighton-Le-Sands, 1930-1931; Northbridge, 1933-1939), amateur operator (AOCP 131, 1925, No. ?? in NSW), amateur broadcaster, WW1 (Army, Private) & WW2 (Australian Army, colonel), sales manager (1954) * [[/Leslie William Douglas Southwell|Southwell, Leslie William Douglas]] [https://www.familysearch.org/tree/person/details/9WXT-S8L] - 1900(NSW)-1960(Vic) - Licences: 3SL Seymour (1924-1939, 1946-1954); 3SL Melbourne (Montrose, 1955-1960) - Qualifications: cc; AOCP 250, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Seymour, 1931-1954) * [[/Noel Leslie Southwell|Southwell, Noel Leslie]] [https://www.familysearch.org/tree/person/details/GZNM-ZJW] - 1919(NSW)-1998(NSW) - 2ZF Sydney (Leichhardt, 1935-1939, 1946-1950; Yagoona, 1954-1980+), qualifications (AOCP 1565, 1935, No. ?? in NSW; 1COCP 149, 1937), amateur operator, broadcast technician (1949), QSL collection survives ARDXC/NFSA ===''SPARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Spark|Spark, John]] - 1879(USA)-19??(???) - Licences: 6AC Perth (City, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: soldier (Fremantle, 1917); civil servant (West Perth, 1921) - Comment: identification not certain ===''SPEDDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Spedding|Spedding, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GQ82-ZCM] - 1897(NSW)-1958(NSW) - Licences: 4DU Receive Brandon (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bookkeeper (Brandon, Qld, 1921-1925); clerk (Lakemba, NSW, 1932-1958) ===''SPENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Keith Spence|Spence, Edward Keith]] [https://www.familysearch.org/tree/person/details/LBYN-S3H] - 1908(Qld)-1980(NSW) - Licences: 4DT Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Union Bank, Wagga Wagga, NSW, 1930; Wellington, NSW, 1934); bank officer (Bondi, NSW, 1936; Rose Bay, NSW, 1937; Epping, NSW, 1943-1949; Northbridge, NSW, 1963-1977); retired (Cremorne, NSW, 1980) * [[/William Guthrie Spence|Spence, William Guthrie]] - 1846(Sco)-1926(Vic) - senior federal politician (Postmaster-General, 1914-1915) ===''SPENCER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derek David Spencer|Spencer, Derek David]] [https://www.familysearch.org/tree/person/details/GFSW-N55] - 1909(Eng)-1982(Tas) - Licences: 3DS Melbourne (Altona, 1934-1937); 6DS Perth (Pearce, 1938-1939) - Qualifications: cc; AOCP 1280, 1934, Vic; AOLCP 157, 1934; 2COCP 55, 1936; 1COCP 111, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: poultry farmer (Ulverstone, Tas, 1954; Leven, Tas, 1963); farmer (Gawler, Tas, 1972) ===''SPERRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred John Sperring|Sperring, Wilfred John]] [https://www.familysearch.org/tree/person/details/KVLY-JPK] - 1917(WA)-1966(WA) - Licences: 6SP Perth (Victoria Park, 1937-1939, 1947-1948; Belmont, 1954) - Qualifications: cc; AOCP 1920, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Victoria Park, WA, 1943); mechanic (Victoria Park, WA, 1949); radio engineer (Belmont, WA, 1954-1963) ===''SPICER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Spicer|Spicer, Victor John]] [https://www.familysearch.org/tree/person/details/G88M-KKY] - 1910(Eng)-1985(Vic) - Licences: 3VS Melbourne (Mordialloc, 1929-1931; East Malvern, 1933; North Fitzroy, 1937-1939, 1946-1948) - Qualifications: AOCP 554, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1934); constable (Port Melbourne, 1936; Fitzroy, 1937-1954; Carlton South, 1967-1968); retired (Hurstbridge, Vic, 1977-1980) ===''SPITZKOWSKY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Royston Stanley Spitzkowsky|Spitzkowsky, Max Royston Stanley]] [https://www.familysearch.org/tree/person/details/GZYD-23H] - 1904(NSW)-1989(NSW) - Licences: 2MS Newcastle (Hamilton, 1926-1975) - Qualifications: AOCP 302, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: turner (Hamilton, 1932-1972) ===''SPOTSWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Ernest Spotswood|Spotswood, Cyril Ernest]] [https://www.familysearch.org/tree/person/details/GDTC-4GM] - 1897(Tas)-1964(Tas) - Licences: Receive Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Burnie, 1936-1943); fettler (Burnie, 1949-1954) * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] [https://www.familysearch.org/tree/person/details/M7P4-M7C] - 1892(Qld)-1973(Qld) - Licences: 4JH Poopoonbah via Giru (1935-1939) - Qualifications: cc; AOCP 1356, 1934, Qld - amateur operator; amateur broadcaster - Comment: second YL operator in Qld - Relationships: Wife of 4JK Jack Lawrence Humphry - Electoral Rolls: home duties (Ching Do Siding, Ayr, Qld, 1919-1936; Giru, Qld, 1937-1949; Poopoonbah, Qld, 1954; St Lucia, Qld, 1958-1972) ===''SPRENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Ernest Sprenger|Sprenger, Herbert Ernest]] [https://www.familysearch.org/tree/person/details/GMQD-2CJ] - 1914(Qld)-2000(Qld) - Licences: 4ES Bundaberg (1932-1939); 4ES Brisbane (New Farm, 1946-1948; Holland Park, 1954; Upper Mt Gravatt, 1955-1960; Rainworth, 1965-1980+) - Qualifications: cc; AOCP 1064, 1932, No. ?? in Qld; BOCP 165, 1938; 1COCP 530, 1941 - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); state public servant (Qld Police, radio comms) - Electoral Rolls: radio mechanic (Bundaberg, 1936-1937); police constable (New Farm, Qld, 1943-1949); sergeant police (Holland Park, Qld, 1954; Upper Mt Gravatt, Qld, 1958); sub-inspector police (Rainworth, Qld, 1963-1968); police officer (Rainworth, Qld, 1972); retired (Bardon, Qld, 1977-1980) ===''SPURRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Charles Spurrier|Spurrier, Leonard Charles]] [https://www.familysearch.org/tree/person/details/LTY1-WZJ] - 1904(Wales)-1984(SA) - Licences: S382 Receive Adelaide (North Adelaide, 1922); 5AL Receive Adelaide (North Adelaide, 1923); Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Clarence Park, 1939-1941; Eden Hills, 1943) ===''SQUIRES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Jack Squires|Squires, Jack]] [https://www.familysearch.org/tree/person/details/G8CX-3GW] - 1909(WA)-1972(???) - Licences: 6JS Perth (Cannington, 1929-1939; Como, 1946-1956; Nedlands, 1960; West Leederville, 1965-1969) - Qualifications: cc; AOCP 510, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Cannington, 1931-1936); sales manager (Midland Junction, 1937; South Perth, 1943-1954); manager (Subiaco, 1963); business manager (West Kalamunda, 1968) ===''ST JOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Clive Bolingbroke St John|St John, Henry Clive Bolingbroke]] [https://www.familysearch.org/tree/person/details/LBTN-PV8] - 1895(Eng)-1972(NSW) - Licences: 2RX Receive Sydney (Rockdale, 1923-1925); 2RX Sydney (Rockdale, 1926-1939; Northbridge, 1965-1969) - Qualifications: AOCP 258, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: reader (Rockdale, 1930-1936; Northbridge, 1943-1963) ===''STACEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Keith Stacey|Stacey, Howard Keith]] [https://www.familysearch.org/tree/person/details/G3TY-D8M] - 1907(NSW)-1993(SA) - Licences: 5XA Adelaide (Firle, 1934-1937; Knightsbridge, 1938-1939; Leabrook, 1947-1956; Glynde, 1960-1980+) - Qualifications: cc; AOCP 1360, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: compositor (Burnside, SA, 1939-1941) * [[/Roy Ernest Stacey|Stacey, Roy Ernest]] [https://www.familysearch.org/tree/person/details/GXDT-PNR] - 1902(Qld)-1973(Qld) - Licences: 4RS Proserpine (1933-1939, 1948-1969) - Qualifications: cc; AOCP 1187, 1933, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: office assistant (Bauple, Qld, 1925); clerk (Proserpine, Qld, 1928-1972) ===''STACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Patrick Charles Stack|Stack, Robert Patrick Charles]] [https://www.familysearch.org/tree/person/details/GXDL-Y2K] - 1904(Eng)-1966(Qld) - Licences: 4TK Innisfail (1936-1939, 1947-1965) - Qualifications: cc; AOCP 1742, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: hairdresser (Innisfail, Qld, 1930-1932); stationer (Innisfail, Qld, 1936-1943) ===''STACKPOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Julian Stackpole|Stackpole, Peter Julian]] [https://www.familysearch.org/tree/person/details/GD3D-H8N] - 1947(Vic)-2004(ACT) - Licences: 3ZQS Melbourne (North Clayton, 1980+; 1RX Canberra, 1990s); Qualifications: cc; AOLCP 2203, 1966; AOCP N1856, 1988 - amateur operator; broadcast planning engineer (P&TD, DoC, DoTaC, ABA, ACA) - Electoral Rolls: assistant (Hampton, 1972); technical officer (Clayton, 1977-1980) ===''STAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Hurst William Stafford|Stafford, John Hurst William]] [https://www.familysearch.org/tree/person/details/LV6P-XSJ] - 1901(Qld)-1992(Qld) - Licences: 4CD Receive Ipswich (Ebbw Vale, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: electrician (Ebbw Vale, 1925-1928; Booval, 1932-1949); engineer (East Ipswich, 1958-1963); retired (Mansfield, 1977-1980) ===''STANFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Roy Stanfield|Stanfield, Clifford Roy]] [https://www.familysearch.org/tree/person/details/GQXR-9GG] - 1900(NSW)-1991(NSW) - Licences: N744 Receive Newcastle (1922); 2HX Receive Newcastle (1922) - Qualifications: cc; CPRT 383, 1918; 2COCP 136, 1930; 1COCP 140, 1930 - amateur receiver; WW1 - Electoral Rolls: wireless operator (Randwick, 1930; Maroubra, 1932-1968); retired (Blaxland, 1977-1980) ===''STANLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. M. Stanley|Stanley, J. M.]] - 19??(???)-19??(???) - Licences: 2JS Receive Sydney (Crow's Nest, 1922-1923); 2JS Sydney (Crow's Nest, 1924); Orange (1924-1929) - Qualifications: cc; AOCP 100, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; newsagent (Leura, late 1920s) - Identification: Not yet identified (possibly James Melville Stanley, electrician, Lockhart, 1930) - Electoral Rolls: Nil yet identified ===''STAPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Stapleton|Stapleton, John William]] [https://www.familysearch.org/tree/person/details/GXG7-R9P] - 1915(SA)-1980(SA) - Licences: 5KY Adelaide (Port Adelaide, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1314, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Cook, SA, 1941-1944) ===''STARKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Starkie|Starkie, Thomas William]] [https://www.familysearch.org/tree/person/details/GZBS-NCY] - 1906(Qld)-1982(Qld) - Licences: 4NW Brisbane (Nundah, 1926-1939) - Qualifications: cc; AOCP 306, 1926, No. 30 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Nundah, 1928-1937); warehouse assistant (Holland Park, 1943); manager (Wavell Heights, 1949); agent (Toowong, 1954-1958); manufacturer's agent (Kenmore, 1963); agent (Tennyson, 1968-1972); retired (The Gap, 1977; North Tamborine, 1980) ===''STARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Starr|Starr, Francis John]] [https://www.familysearch.org/tree/person/details/GZLN-LC4] - 1916(Qld)-1940(off Qld coast) - Licences: 4FS Stanthorpe (1937-1939) - Qualifications: cc; AOCP 1930, 1937, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 23 Squadron, Aircraftsman Class 1) - Electoral Rolls: baker (Stanthorpe, 1937) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1719163] ===''STEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey William Ashcroft Steane|Steane, Geoffrey William Ashcroft]] [https://www.familysearch.org/tree/person/details/GMCF-JWV] - 1905(Vic)-1957(Vic) - Licences: 3UX Melbourne (Mont Albert, 1923-1933); 3SX Melbourne (Mont Albert, 1923-1925) - Qualifications: cc; CPRT 775, 1923; 2COCP 330, 1931 -amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Mont Albert, Vic, 1931); engineer (Camberwell, Vic, 1937); radio engineer (Dee Why, NSW, 1949); television engineer (Double Bay, NSW, 1954); engineer (Camberwell, Vic, 1954) ===''STEELE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rowland Edward James Steele|Steele, Rowland Edward James]] [https://www.familysearch.org/tree/person/details/GDTC-2ZM] - 1904(Tas)-1987(Tas) - Licences: Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Hobart West, 1928); dairyman (West Hobart, 1937-1972) ===''STEPHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Goldsmith Stephen|Stephen, Percy Goldsmith]] [https://www.familysearch.org/tree/person/details/GD2J-HVR] - 1896(NSW)-1976(NSW) - Licences: 2ZB Sydney (Balmain, 1924-1925); 2PS Sydney (Balmain, 1926; Granville, 1927-1930; Lidcombe, 1931-1936; Croydon, 1937-1939; Five Dock, 1946-1958; Condell Park, 1960-1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical mechanic (Granville, 1930); electrician (Lakemba, 1930; Lidcombe, 1932-1936); electrical fitter (Five Dock, 1943-1958); fitter (Condell Park, 1968-1972) ===''STEPHENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Nelson Stephens|Stephens, Arthur Nelson]] [https://www.familysearch.org/tree/person/details/G941-3F1] - 1886(Eng)-1972(Qld) - Licences: 4CG Receive Brisbane (Clayfield, 1922); 4CG Brisbane (Clayfield, 1923-1925); Operator of 4AE - Qualifications: cc; Nil yet identified - coastal wireless operator; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: draughtsman (North Carlton, Vic, 1912-1914); engineer (Wireless Station, Pinkenba, 1915-1919; Clayfield, 1925-1928); hotel keeper (Palm Beach Hotel, Elanora, 1932-1934; Grand Hotel, Southport, 1936-1943); cafe proprietor (Southport, 1949); secretary (Main Beach, 1954-1958; Southport East, 1963-1968) * [[/Frank Richmond Stephens|Stephens, Frank Richmond]] [https://www.familysearch.org/tree/person/details/GXQ7-MLM] - 1897(Qld)-1977(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 452, 1919 - RANRS - Electoral Rolls: naval reservist (New Farm, 1921); farm hand (Wamuran, Qld, 1925); wireless operator (New Farm, 1925-1937); radio mechanic (New Farm, Qld, 1943); agent (New Farm, Qld, 1949); caretaker (Brisbane, 1954-1958); retired (Bowen Hills, 1963; Coolangatta, 1968-1972) * [[/Harry James Milne Stephens|Stephens, Harry James Milne]] [https://www.familysearch.org/tree/person/details/GXYC-KQH] - 1900(WA)-1982(WA) - Licences: 6ZZ Perth (South Perth, 1935-1939; Bassendean, 1947-1960; Eden Hill, 1965-1980+) - Qualifications: cc; AOCP 1530, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Albany, WA, 1925); railway employee (Katanning, WA, 1931-1936); storekeeper (Fremantle, WA, 1937); aircraftsman (Bassendean, WA, 1943-1963); railway employee (Eden Hill, WA, 1968-1972); retired (Bassendean, WA, 1977-1980) * [[/Thomas Stephens|Stephens, Thomas]] [https://www.familysearch.org/tree/person/details/GZ2B-35G] - 1912(Vic)-1944(Sct) - Licences: 3GO Melbourne (Essendon, 1931-1933) - qualifications: AOCP 489, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1944) - Electoral Rolls: bank clerk (Essendon, 1936-1942) - "Greater love hath no man" [https://aviationmuseumwa.org.au/afcraaf-roll/stephens-thomas-418036/] * [[/Thomas Blacket Stephens|Stephens, Thomas Blacket or Blackett]] [https://www.familysearch.org/tree/person/details/G9WG-Y5P] - 1902(Qld)-1999(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 309, 1926, No. 31 in Qld - amateur operator? - Electoral Rolls: articled law clerk (Annerley, 1925-1928); solicitor (Annerley, 1934; Fortitude Valley, 1936-1937; Clayfield, 1949-1968); retired (St Lucia, 1972-1980) ===''STEPHENSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Wilfred Stephenson|Stephenson, Charles Wilfred]] [https://www.familysearch.org/tree/person/details/93BK-M7F] - 1905(Qld)-1997(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother); 2BWQ Sydney (Blacktown, 1980+) - Qualifications: cc; AOCP 282, 1926, No. 25 in Qld - amateur operator; amateur broadcaster; radio clubs (Wooloowin RC, operator 4WN; WIAQ, operator 4AE); broadcast technician (4QG); business proprietor (cinema audio) - Relationships: brother of 4RG Harold John Stephenson - Electoral Rolls: public servant (Wooloowin, Qld, 1928-1929); electrical engineer (Pymble, NSW, 1932-1933); sound engineer (Capertee, NSW, 1936-1937); panel beater (Bourke, NSW, 1943); mechanic (Capertee, NSW, 1949-1954; Maroubra, NSW, 1958); autoelectrician (Blacktown, NSW, 1963-1977); retired (Blacktown, NSW, 1980) * [[/Harold John Stephenson|Stephenson, Harold John]] [https://www.familysearch.org/tree/person/details/93BK-9M3] - 1903(Qld)-1990(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother) - Qualifications: cc; AOCP 290, 1926, No. 27 in Qld - amateur operator; amateur broadcaster - Relationships: brother of 4RG/2BWQ Charles Wilfred Stephenson - Electoral Rolls: railway employee (Wooloowin, Qld, 1925-1943); sheet metal worker (Wooloowin, Qld, 1949); engineer (Wooloowin, Qld, 1954); aircraft mechanic (Maroubra, NSW, 1963-1980) ===''STEVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edgar F. Stevens|Stevens, Albert Edgar F. "Bert"]] [https://www.familysearch.org/tree/person/details/KH4H-N2D] - 1894(Vic)-1954(WA) - Licences: 6BN Perth (North Perth, 1924-1927; South Perth, 1930-1939); nominated licensee for W732 WIA WA (1922) - Qualifications: cc; AOCP 136, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geraldton, WA, 1916-1917); phone mechanic (North Perth, WA, 1925; South Perth, WA, 1931-1954) * [[/Frederick William Stevens|Stevens, Frederick William]] - 1898-19?? - 4SP Brisbane, amateur operator (PRTC 788, 1923, Marconi & Telefunken; 1COCP, 1930, Qld), Coastal wireless operator; first chief engineer 4QG, state public servant (4QG), pilot (Qantas), federal public servant (DCA) * [[/Robert Edward Stevens|Stevens, Robert Edward]] [https://www.familysearch.org/tree/person/details/GD1Z-ZMF] - 1908(Vic)-1994(Vic) - Licences: 7OJ Deloraine (1931-1933); 3OJ Melbourne (Burwood, 1937-1939, 1946-1980+) - Qualifications: cc; AOCP 817, 1931, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (Auburn, Vic, 1931; Burwood, 1937-1980) ===''STEWART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Barnett Stewart|Stewart, Alexander Barnett]] [https://www.familysearch.org/tree/person/details/GHBR-VND] - 1895(Sct)-1981(Qld) - Licences: 4DD Receive Brisbane (Hawthorne, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: jackeroo (Oondooroo, Qld, 1919); farmer (Palmwoods, Qld, 1921-1925); orderman (Hawthorne, Qld, 1928); truck driver (Eight Mile Plains, Qld, 1936-1937); foreman (Hawthorne, Qld, 1943-1980) * [[/Donald Richardson Stewart|Stewart, Donald Richardson]] [https://www.familysearch.org/tree/person/details/94CC-2MT] - 1902(Vic)-1993(Vic) - Licences: V739 Receive Lorne (1922); 3GS Receive Lorne (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: motor driver (Lorne, 1925-1954); guest house proprietor (Lorne, 1967-1968); proprietor (Lorne, 1972-1980) * [[/John Edgar Stewart|Stewart, John Edgar]] [https://www.familysearch.org/tree/person/details/GZD8-3JC] - 1884(NSW)-1957(NSW) - Licences: 2MR Newcastle (Mayfield, 1923-1929; Hamilton, 1930); 2MR Sydney (Chatswood, 1931); 4MR Brisbane (Nundah, 1933-1939, 1946-1948); 2MR Waratah (1954-1957) - Qualifications: cc; AOCP 43, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; Commonwealth Electoral Commission (Chief Electoral Officer) - Electoral Rolls: clerk (Arncliffe, 1913); District Returning Officer (Mayfield, 1930); Commonwealth Electoral Officer (Nundah, Qld, 1937-1949); retired (Waratah, 1954) * [[/Henry Stewart|Stewart, Henry]] [https://www.familysearch.org/tree/person/details/GXS7-R71] - 1896(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 234, 1916; 1COCP 318, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Comment: Several contemporaneous HSs - Electoral Rolls: Nil yet identified * [[/William Alfred Stewart|Stewart, William Alfred]] [https://www.familysearch.org/tree/person/details/GXBZ-4XJ] - 1910(WA)-2020(WA)109yo - Licences: 6ST Perth (West Leederville, 1937-1939) - Qualifications: cc; AOCP 1958, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Balkatta, WA, 1936; Leederville, WA, 1937); salesman (Wembley Park, WA, 1943; Leederville, WA, 1949); technician (Floreat Park, WA, 1954-1963; Wembley Park, WA, 1968; Floreat Park, WA, 1972-1980) - Links: [https://gerontology.fandom.com/wiki/William_Stewart Gerontology] ===''STIPEK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Stipek|Stipek, John "Jack"]] [https://www.familysearch.org/tree/person/details/GD5X-XL1] - 1898(NSW)-1974(Florida, USA) - Licences: 7BE Receive St Helens (1923); Receive St Helens (1923); 7BE St Helens (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMG telegraph messenger, left PMGD 1920; first to log KGO in Tas - Comment: beware two other John Stipek's concurrently in Tas, 1920s - Electoral Rolls: civil servant (St Helens, 1919); clerk (St Helens, 1922) ===''STITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Hugh Rankin Stitt|Stitt, Walter Hugh Rankin Jnr "Hughie"]] [https://www.familysearch.org/tree/person/details/GWBX-L5G] - 1908(NSW)-1972(NSW) - 2WH Forbes (1925-1969+), 2ARN Forster (1965-1969+), amateur operator (AOCP 196, 1925, No. ?? in NSW), amateur broadcaster, "brother-in-law" of Leslie Maclean Wilson 2LM, note his father also Walter Hugh Rankin Stitt and lived in same district ===''STOCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Daniel Alan John Stocks|Stocks, Daniel Alan John]] [https://www.familysearch.org/tree/person/details/GZN8-R5P] - 1897(Vic)-1933(Vic) - 3DJ Melbourne (Canterbury, 1925-1927; Surrey Hills, 1931), amateur operator (AOCP 144, 1925, No. ?? in Vic), amateur broadcaster, electrical engineer, gone too soon ===''STOCKTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Stockton|Stockton, Norman]] - 1904(WA)-1943(Germany) - 4NQ Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, military (WW2, press correspondent), journalist, "Greater love hath no man than this" ===''STOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allen Frederick Stow|Stow, Allen Frederick]] [https://www.familysearch.org/tree/person/details/G8WR-7GG] - 1910(Vic)-1966(Vic) - Licences: 3AS Melbourne (North Carlton,1928-1931; North Fitzroy, 1933-1939, 1946-1947; Northcote, 1948-1965); 3AFS Portable Melbourne (Northcote, 1948-1965) - Qualifications: AOCP 441, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army) - Electoral Rolls: engineer (Carlton North, 1931; Fitzroy North, 1934-1942) ===''STOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Alfred Stowe|Stowe, Harry Alfred]] [https://www.familysearch.org/tree/person/details/GWBJ-YTW] - 1892(NSW)-1977(NSW) - Licences: XAS Sydney (Drummoyne, 1911-1914); 2CX Receive Sydney (Chatswood, 1922-1923); 2CX Sydney (Chatswood, 1924-1929) - Qualifications: cc; AOCP 19, 1924, No. 9 in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, 1930-1958); retired (Frenchs Forest, 1968-1977) ===''STOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Bickley Stoyle|Stoyle, Jack Bickley]] [https://www.familysearch.org/tree/person/details/GM1Z-JWV] - 1881(India)-1966(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 91, 1915; 1COCP 55, 1930 - RANRS (Commissioned Telegraphist, terminated Nov 1920); AWA CRS - Electoral Rolls: wireless telegraphist (Rockhampton, 1917); radio station master (Darwin, 1922; Kilkenny, 1939-1943) ===''STRAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Michael Strafford|Strafford, John Michael]] [https://www.familysearch.org/tree/person/details/LZ2K-LBX] - 1900(SA)-1974(SA) - Licences: 5JS Adelaide (Stepney, 1936-1939; City, 1947-1965; Windsor Gardens, 1969-1975) - Qualifications: cc; AOCP 1710, 1936, SA; BOCP 514, 1943 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''STRATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Stephen Stratford|Stratford, Leo Stephen]] [https://www.familysearch.org/tree/person/details/GXHV-HRX] - 1915(Qld)-1999(Qld) - Licences: 4AE Goondiwindi (1936-1939); 4LS Goondiwindi (1947-1956) - Qualifications: cc; AOCP 1678, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Goondiwindi, Qld, 1936-1949); radio dealer (Goondiwindi, Qld, 1954-1958); electrician (Goondiwindi, Qld, 1968); refrigeration mechanic (Goondiwindi, Qld, 1980) ===''STREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Streamer nee Mackenzie, Florence Madeline "Madeline" - See Florence Madeline Mackenzie 4YL ===''STREET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frederick Street|Street, Reginald Frederick]] [https://www.familysearch.org/tree/person/details/GW5S-Z4L] - 1900(Tas)-1927(Tas) - Licences: 7BD Receive Hobart (1923); Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: draper's assistant (Hobart West, 1922) ===''STROHFELDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Strohfeldt|Strohfeldt or Strofeldt, Gilbert]] [https://www.familysearch.org/tree/person/details/LVWD-W9Z] - 1904(Qld)-1951(Qld) - Licences: 4GS Brisbane (Paddington, 1932-1939; Camp Hill, 1948-1956) - Qualifications: cc; AOCP 1041, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Comment: licensed for 5 years after passing - Electoral Rolls: postal assistant (Roma, 1926); telegraphist (Charleville, 1928-1930); Paddington, Qld, 1936-1937); assistant radio inspector (Camp Hill, Qld, 1943) ===''STUART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Stuart|Stuart, Francis John]] [https://www.familysearch.org/tree/person/details/GXSH-RPC] - 1895(SA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: naval officer (Hobart, Tas, 1919); telegraphist (Hobart, 1922; Oakleigh, Vic, 1928-1942); primary producer (Tarra Valley, Vic, 1949-1954) * [[/Michael Aloysius Horatio Stuart|Stuart, Michael Aloysius Horatio]] [https://www.familysearch.org/tree/person/details/GXLC-2D9] - 1891(Vic)-1953(Vic) - Licences: 3MH Melbourne (Moonee Ponds, 1927); 3MH Rockbank (1931-1937); 5MS Adelaide (Rosewater, 1938-1939) - Qualifications: cc; 2COCP 66, 1929; 1COCP 184, 1931; likely CRPT pre 1927 - amateur operator; amateur broadcaster; WW1 (UK Merchant Navy); WW2 - Electoral Rolls: mechanic (Moonee Ponds, Vic, 1925-1927); radio telegraphist (Beam Radio Station, Rockbank, Vic, 1928-1937; Geraldton, WA, 1943); radio technician (Footscray North, Vic, 1949) ===''STURDEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Ashton Hobart Sturdee|Sturdee, Vernon Ashton Hobart]] - 1890(Vic)-1966(Vic) - 4?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur radio club (member, WIQ) ===''SULLIVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sullivan|Sullivan, John]] [https://www.familysearch.org/tree/person/details/KLGD-VK6] - 1906(Vic)-1997(Vic) - 3SR Melbourne (Elsternwick, 1925-1926), 3SR Yallourn (1927), amateur operator (AOCP 206, 1925, No. ?? in Vic), amateur broadcaster, engineer (1927) ===''SUTHERLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan James Sutherland|Sutherland, Alan James]] [https://www.familysearch.org/tree/person/details/GXK6-94L] - 1916(SA)-1977(Qld) - Licences: 5XB Adelaide (Glenelg, 1935-1939, 1947-1948); 3AXB Melbourne (Balwyn, 1954-1965); 3KY Melbourne (Balwyn, 1969-1975) - Qualifications: cc; AOCP 1592, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Dunleath, SA, 1939-1941); public servant (Albert Park, Vic, 1949; Canterbury, Vic, 1954-1968; Balwyn, Vic, 1972-1977); retired (Scarness, Qld, 1977) * [[/George Bremner Sutherland|Sutherland or Clyne, George Bremner "Jock"]] [https://www.familysearch.org/tree/person/details/GZVF-KQC] - 1893(Sct)-1981(SA) - Licences: 6GB Perth (Mt Hawthorn, 1927) - Qualifications: cc; 1COCP 295, 1932 - amateur operator; amateur broadcaster; telegraphist (Navy, 1911), late 1920s assistant chief engineer 6WF (to Wally Coxon) - Electoral Rolls: DCA (aeradio operator, from 1941); radio operator (Kalgoorlie, 1949); retired (North Perth, 1958) ===''SUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Sutton|Sutton, Arthur Ernest]] [https://www.familysearch.org/tree/person/details/GMFM-Z34] - 1882(Vic)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (early 1910s); utilised Henry Sutton's experimental licence - Relationships: son of XLM Henry Sutton - Electoral Rolls: music seller (Malvern, 1909-1913; Hawthorn, 1914-1915); engineer (Kew, 1922-1925); traveller (Camberwell, 1927); mechanic (Brunswick, 1928) * [[/Henry Sutton|Sutton, Henry]] [https://www.familysearch.org/tree/person/details/LD19-T7V] - 1855(Vic)-1912(Vic) - Licences: XLM Melbourne (Malvern, 1910-1912) - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed from 1890s); numerous inventions, Australia's first wireless telephony experimenter (1906); invented several new types of telephones; early television experiments - Relationships: father of Arthur Ernest Sutton - Links: [https://adb.anu.edu.au/biography/sutton-henry-4675 ADB] - Electoral Rolls: Nil yet identified * [[/Joseph William Sutton Jnr|Sutton, Joseph William Jnr]] [https://www.familysearch.org/tree/person/details/LHKF-HCJ] - 1874(Qld)-1941(Qld) - Licences: 4CP Receive Brisbane (City, 1923); 4EI Brisbane (City, 1923-1925) (In the name of the State Engineer) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club (WIQ, foundation member; QWI); electrical engineer; senior federal public servant (PMGD, State Engineer) - Relationships: son of Joseph William Sutton Snr - Electoral Rolls: electric engineer (Teneriffe, 1903); engineer (Teneriffe, 1908-1909); assistant (GPO, 1912-1919); electrical engineer (New Farm, 1921-1936); retired (Ascot, 1937) * [[/Joseph William Sutton Snr|Sutton, Joseph William Snr]] [https://www.familysearch.org/tree/person/details/LHKF-W6T] - 1844(Eng)-1914(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - club (Royal Society Qld, president) - Relationships: father of Joseph William Sutton Jnr - Links: [[w:Joseph William Sutton|Wikipedia]] - Electoral Rolls: engineer (Teneriffe, 1908-1909) ===''SWABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Max J. Swaby|Swaby, Max J.]] - 19??(???)-19??(???) - 4DA Dalby (-1948+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''SWAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lionel Tamsett Swain|Swain, Lionel Tamsett]] [https://www.familysearch.org/tree/person/details/KL1J-TGY] - 1902(NSW)-1985(NSW) - Licences: 2CS Receive Newcastle (Hamilton, 1922); 2CS Newcastle (Hamilton, 1923-1927; Waratah, 1928-1939, 1946-1950; Charlestown, 1954-1961; Bolton Point, 1965-1980) - Qualifications: cc; AOCP 108, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Withdrawal: when 2CS Coffs Harbour commenced in early 1980s, policy had changed as to withdrawal of similar amateur callsigns - Electoral Rolls: draftsman (Waratah, 1930-1954); engineer (Charlestown, 1958-1963); retired (Bolton Point, 1968-1980) ===''SWEENEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Moss Sweeney|Sweeney, Walter Moss]] [https://www.familysearch.org/tree/person/details/LNZ7-YRD] - 1887(Eng)-1964(Vic) - Licences: 3WS Melbourne (East Melbourne, 1924-1925; Elwood, 1925-1931; St Kilda, 1933-1939) - Qualifications: cc; CPRT 204, 1916 - coastal wireless operator; RANRS (commissioned telegraphist, 1917); amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless engineer (Subiaco, 1916-1917); no occupation (Melbourne, 1919); wireless engineer (East Melbourne, 1921-1924); engineer (Elsternwick, 1925-1928); director (St Kilda, 1931-1963) ===''SWINBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank Charles Richard Swinburne|Swinburne, Frank Charles Richard]] [https://www.familysearch.org/tree/person/details/GDML-S1J] - 1901(Qld)-1948(NSW) - Licences: 2AT Receive Sydney (Manly, 1922-1923); 2AT Sydney (Manly, 1924-1926) - Qualifications: cc; CPRT 557, 1920 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Manly, NSW, 1937; North Sydney, 1943)) ===''SWINDELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Willie Swindells|Swindells, Willie]] [https://www.familysearch.org/tree/person/details/L812-BTK] - 1890(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: electrician (Richmond, Vic, 1913-1914; Parkdale, Vic, 1925-1926); engineer (Geelong, 1927; Darlinghurst, NSW, 1931-1933); electrical engineer (Brunswick, Vic, 1934) ===''SYMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathaniel Joseph Leo Symonds|Symonds, Nathaniel Joseph Leo "Leo"]] [https://www.familysearch.org/tree/person/details/KJZ3-3QH] - 1908(WA)-2005(WA) - Licences: 6LS Perth (Cottesloe Beach, 1925-1930; Bicton, 1947-1948); 6LX Perth (Kalamunda, 1965-1980+) - Qualifications: cc; AOCP 207, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: tailor (Cottesloe, 1931-1943); radio operator (Fremantle, 1949-1954); radio technician (Kalamunda, 1958-1980) ===''SYMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Lindsay Gordon Symons|Symons, John Lindsay Gordon]] [https://www.familysearch.org/tree/person/details/KZZ5-Q42] - 1913(Vic)-1964(Vic) - Licences: 3JT Melbourne (Malvern, 1930-1939; East Hawthorn, 1946-1947; Burwood, 1948; South Melbourne, 1954-1956; Mt Waverley, 1960) - Qualifications: AOCP 662, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Malvern, 1934-1943; Glen Iris, 1949); hotelkeeper (Malvern, 1954); engineer (Syndal, 1963) =='''T'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''TAPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Ernest Tapp|Tapp, Charles Ernest or Edward]] [https://www.familysearch.org/tree/person/details/GX7P-BXV] - 1894(NSW)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 82, 1915 - RANRS (commissioned telegraphist, 1917); WW1 - Electoral Rolls: OIC Wireless Station (Thursday Island, Qld, 1915; South Yarra, Vic, 1917-1919); electrical engineer (Mosman, NSW, 1930); engineer (Brighton, Vic, 1942); manager (Vaucluse, NSW, 1943) ===''TAPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Tapper|Tapper, John Robert]] [https://www.familysearch.org/tree/person/details/G8ZX-4T6] - 1910(WA)-1992(WA) - Licences: 6RJ Perth (Claremont, 1929-1939); 6RJ Onslow (1946-1947); 6RJ Perth (Claremont, 1948-1960); 2AO Wagga Wagga (1969-1980+) - Qualifications: cc; AOCP 538, 1929, No. ?? in WA; 1COCP 218, 1931; TVOCP 324, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Claremont, 1931-1943); operator (Claremont, 1949-1963); radio inspector (Wagga Wagga, 1968-1980) ===''TARBOTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Augustus Tarbotton|Tarbotton, Harry Augustus]] [https://www.familysearch.org/tree/person/details/GF93-87K] - 1902(Eng)-1961(WA) - Licences: 6HT Albany (1936-1939, 1947-1960) - Qualifications: cc; AOCP 1672, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: motor driver (Albany, WA, 1925-1931); motor mechanic (Albany, WA, 1936-1954); radio service (Albany, WA, 1958) ===''TARLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred William Tarling|Tarling, Alfred William]] [https://www.familysearch.org/tree/person/details/LVH9-4RZ] - 1900(Eng)-1953(Qld) - Licences: 4TW Townsville (1937-1939, 1946-1948) - Qualifications: cc; (likely qualification ca 1920, British Merchant Navy; 1COCP 679, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Coolbie, Ingham, Qld, 1930); wireless operator (Pimlico, Qld, 1931-1932); labourer (West End, Qld, 1936-1937); radio engineer (Townsville, Qld, 1943-1949) ===''TARRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Albert Tarrant|Tarrant, Ernest Albert Jnr]] [https://www.familysearch.org/tree/person/details/L8SB-Z68] - 1898(NSW)-1956(NSW) - Licences: 2AK Receive Narrabri (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Eulah Creek, 1930; Narrabri, 1943) * [[/William Francis Tarrant|Tarrant, William Francis "Frank"]] [https://www.familysearch.org/tree/person/details/GD5M-6JT] - 1914(NSW)-1998(NSW) - Licences: 2UF Newcastle (Cooks Hill, 1932-1958) - Qualifications: cc; AOCP 1054, 1932, NSW - amateur operator; amateur broadcaster - Electoral Rolls: ironworker (Newcastle, 1930-1949) ===''TATHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Edward Tatham|Tatham, Sydney Ernest Edward]] [https://www.familysearch.org/tree/person/details/GDQT-52W] - 1896(Eng)-1973(Vic) - Licences: 2ST Sydney (Neutral Bay, 1923-1925; City, 1926-1928; Darling Point, 1929-1933; City, 1933-1939) - Qualifications: cc; CPRT 33, 1915; 1COCP 406, 1940 - amateur operator; amateur broadcaster; journalist (editor, Sea, Land and Air, 1922); WW2 - Electoral Rolls: instructor (St Kilda, 1919; South Yarra, 1919); merchant (Darling Point, 1930-1933; City, 1934-1937; Albert Park, Vic, 1949; Camberwell, 1954); director (Balwyn, 1958-1972) ===''TAYLOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert William Taylor|Taylor, Albert William]] [https://www.familysearch.org/tree/person/details/GX56-JGX] - 1910(NSW)-1980(SA) - Licences: 5AT Port Pirie (1934-1937); 5AT Adelaide (Solomontown, 1938-1939; Edwardstown, 1947-1980+) - Qualifications: cc; AOCP 1276, 1934, SA; BOCP 286, 1940; TVOCP 461, 1962 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Marleston, SA, 1941; Edwardstown, SA, 1943) * [[/B. A. Taylor|Taylor, B. A.]] - 19??(???)-19??(???) - Licences: 4DF Receive Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Donald Gordon Taylor|Taylor, Donald Gordon "Don"]] [https://www.familysearch.org/tree/person/details/GZB4-N31] - 1907(SA)-1985(SA) - Licences: Receive Adelaide (Forestville, 1923-1924); 5DX Adelaide (Forestville, 1926-1937; Black Forest, 1938-1939, 1946-1980+) - Qualifications: cc; AOCP 307, 1926, No. ?? in SA; AOLCP 25, 1930 - amateur operator; amateur broadcaster; WW2 - Comment: another DGT served in WW2 & died on active service 1943 in NT - Electoral Rolls: wireless mechanic (Goodwood, 1939; Black Forest, 1941-1943) * [[/Florence Mary Parsons|Taylor nee Parsons, Florence Mary]] [https://www.familysearch.org/tree/person/details/LZX2-FZB] - 1879(Eng)-1969(NSW) - Licences: Nil - Qualifications: Nil - publisher - Electoral Rolls: managing director (Sydney, 1936); journalist (Vaucluse, 1954); editor (Darlinghurst, 1958; Potts Point, 1963) - Relationships: wife of George Augustine Taylor - [https://adb.anu.edu.au/biography/taylor-florence-mary-8754 ADB] * [[/George Augustine Taylor|Taylor, George Augustine]] [https://www.familysearch.org/tree/person/details/GZB4-JG7] - 1872(NSW)-1928(NSW) - Licences: Nil (always operated under military or other amateur licences) - Qualifications: Nil - early wireless experimenter, amateur operator, founder WIA NSW, founder Association for Development of Wireless in Australasia - Electoral Rolls: Nil - gone too soon - [https://adb.anu.edu.au/biography/taylor-george-augustine-8756 ADB] * [[/Henry Arthur Taylor|Taylor, Henry Arthur]] [https://www.familysearch.org/tree/person/details/GF77-443] - 1907(Eng)-1996(WA) - Licences: 6AT Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1042, 1932, WA; AOLCP 216, 1935 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: joiner (Victoria Park, WA, 1931-1934); radio engineer (6KG, Parkeston, WA, 1937-1943; Nedlands, WA, 1954-1963); retired (South Perth, WA, 1977-1980) * [[/Leslie Harry Taylor|Taylor, Leslie Harry]] [https://www.familysearch.org/tree/person/details/G841-CD4] - 1898(Eng)-1978(NSW) - Licences: 2CL Sydney (Ashfield, 1936-1939, 1946-1969) - Qualifications: AOCP 1723, 1936, NSW - amateur operator, amateur broadcaster - Electoral Rolls: manager (Leichhardt, 1930-1933; Ashfield, 1935-1968); retired (Ashfield, 1977) ===''TEECE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Auburn Selwyn Teece|Teece, Cecil Auburn Selwyn]] [https://www.familysearch.org/tree/person/details/2Z37-JSS] - 1885(NSW)-1970(ACT) - Licences: V733 Receive Melbourne (Toorak, 1922); 3GO Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (East Melbourne, 1909); examiner (Kew, 1910); civil servant (Kew, 1912; Hawthorn, 1914-1917); examiner of patents (Box Hill, 1919); civil servant (Toorak, 1922; Sandringham, 1924; St Kilda, 1928; East Melbourne, 1931; Reid, ACT, 1935-1937; Barton, 1943); public servant (Barton, 1949-1954); retired (Braddon, 1958-1968) ===''TEMPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Lander Templeton|Templeton, Gordon Lander]] [https://www.familysearch.org/tree/person/details/G8F2-VLH] - 1909(Vic)-1945(Vic) - Licences: 3OW Coleraine (1930-1939) - Qualifications: AOCP 631, 1930, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer) - Electoral Rolls: farm labourer (Tahara Bridge, 1931-1937) - Relationships: cousin of 3HG Neil Murray Templeton - "Greater love hath no man" * [[/Neil Murray Templeton|Templeton, Neil Murray]] [https://www.familysearch.org/tree/person/details/L6SD-RDT] - 1911(Vic)-1965(Vic) - Licences: 3HG Coleraine (1930-1939, 1946-1960) - Qualifications: AOCP 632, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Tahara Bridge, 1934-1937); RAAF (Canterbury, 1943); grazier (Tahara Bridge, 1949-1963) - Relationships: cousin of 3OW Gordon Lander Templeton ===''THEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Milton Theel|Theel, Kenneth Milton]] [https://www.familysearch.org/tree/person/details/LD1Z-1Z9] - 1908(SA)-1956(SA) - Licences: 5CT Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923); 5QP Adelaide (St Peters, 1927-1933; Clarence Park, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 322, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: ledger keeper (Reade Park Gardens, SA, 1941-1943) ===''THOMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Kirk Raleigh Thomas|Thomas, Henry Kirk Raleigh]] [https://www.familysearch.org/tree/person/details/GWX4-8LL] - 1902(NSW)-19??(???) - 2HT Sydney (Mosman, 1924; Neutral Bay, 1925-1933; Cremorne, 1933-1934; Mosman, 1935-1939), amateur operator (AOCP 1, 1924, No. 1 in NSW and Australia), amateur broadcaster, broadcast engineer (2GB, assistant engineer, 1946) * [[/Herbert Thomas|Thomas, Herbert]] - 19??(???)-19??(???) - Licences: 6DY Perth (CBD, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, salesman (Harris Scarfe, 1924) - Electoral Rolls: Nil yet identified - Comment: several contemporaneous HTs * [[/Ivor Thomas|Thomas, Ivor]] [https://www.familysearch.org/tree/person/details/G8HB-Q3G] - 1897(SA)-1965(SA) - Licences: 5IT Adelaide (Mitcham, 1929-1960) - Qualifications: cc; AOCP 496, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: warehouseman (Kingswood Park, 1939-1943) * [[/Josiah Thomas|Thomas, Josiah]] [https://www.familysearch.org/tree/person/details/LYSY-Y24] - 1863(Eng)-1933(NSW) - establishment radio station (2CH), state politician (NSW, MLA, 1890s), senior federal politician (MHR, Postmaster-General 1908-1909, 1910-1911) - Electoral Rolls: * [[/Roland Henry Thomas|Thomas, Roland Henry]] [https://www.familysearch.org/tree/person/details/GXHG-7Z4] - 1911(Qld)-1994(Qld) - Licences: 4LR Brisbane (Bulimba, 1932-1939) - Qualifications: cc; AOCP 1058, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Bulimba, 1934); radio technician (Bulimba, Qld, 1937-1972); proprietor (Manly West, Qld, 1977-1980) * [[/Roy Valentine Thomas|Thomas, Roy Valentine]] [https://www.familysearch.org/tree/person/details/GZ6H-7WG] - 1907(NSW)-1958(NSW) - 2TK Sydney (Erskinville, 1925), 2RV Sydney (Bondi North, 1927-1930), 2TK Sydney (South Hurstville, 1947-1958), amateur operator (AOCP 62, 19??, No. ?? in NSW), amateur broadcaster ===''THOMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Thompson|Thompson, F.]] - 19??(???)-19??(???) - Licences: 2HF Receive Sydney (East Balmain, 1922-1923); 2HF Sydney (Balmain, 1924-1927) - Qualifications: cc; AOCP 47, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: several contemporaneous F. Thompson * [[/Geoffrey George Thompson|Thompson, Geoffrey George]] [https://www.familysearch.org/tree/person/details/G8SP-DDD] - 1911(Vic)-2000(Vic) - Licences: 3GT Melbourne (Thornbury, 1928-1939) - Qualifications: AOCP 388, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Thornbury, 1934-1937; North Melbourne, 1949); cameraman (Hawthorn, 1954-1980) * [[/Leonard Neville Weston Fane Thompson|Thompson, Leonard Neville Weston Fane]] [https://www.familysearch.org/tree/person/details/LJKN-FJV] - 1899(NSW)-1960(Vic) - Licences: 3LT Melbourne (Mitcham, 1931; Chelsea, 1933; Carrum, 1937-1939; Bonbeach, 1946-1960) - Qualifications: AOCP 762, 1931, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: railway employee (Glenferrie, 1925; Mitcham, 1931; Chelsea, 1934; Carrum, 1936-1954) * [[/Stanley Gordon Thompson|Thompson, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/GXLZ-S21] - 1906(NSW)-1975(Vic) - Licences: 3AZ Melbourne (North Brighton, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: expert (Brighton, Vic, 1931); mechanic (Brighton, Vic, 1936); sales (Shepparton, Vic, 1963-1972) ===''THOMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Thomson|Thomson, Arthur William]] [https://www.familysearch.org/tree/person/details/GZND-ZPF] - 1907(Vic)-1995(Vic) - 3AT Sunshine (1925), amateur operator (AOCP 145, 1925, No. ?? in Vic) * [[/G. L. Thomson|Thomson, G. L.]] - 19??(???)-19??(???) - 2GT Sydney (Waverley, 1924-1925), amateur operator (AOCP 3, 1924, No. 2 in NSW), amateur broadcaster, operator of 2BV Waverley Radio Club ===''THORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Thorley|Thorley, Roy "John"]] [https://www.familysearch.org/tree/person/details/GDR2-8GW] - 1912(Qld)-1966(Qld) - Licences: 4RT Brisbane (South Brisbane, 1936-1937; Annerley, 1938-1939; Holland Park, 1946-1956) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (WIAQ, president); business proprietor (mechanical engineering) - Comment: killed in automobile accident - Electoral Rolls: clerk (Annerley, Qld, 1937); engineer (Holland Park, Qld, 1949-1963); contractor (Charters Towers, Qld, 1963) ===''THURSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wyngate Thurstan|Thurstan, Arthur Wyngate]] [https://www.familysearch.org/tree/person/details/LVFV-XSS] - 1907(Eng)-1976(NSW) - 2AV Sydney (Penshurst, 1924-1939; Beverley Hills, 1946-1975), amateur operator (AOCP 38, 1924, No. ?? in NSW), amateur broadcaster, WW2, Lempriere & Co (metallurgist; Chief Chemist, 1937) ===''THRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Thring|Thring, Francis William]] [https://www.familysearch.org/tree/person/details/9XFG-ZY6] - 1882(NSW)-1936(Vic) - Film producer, founder 3XY Melbourne - Links: [[w:F. W. Thring|Wikipedia]] ===''THROSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Ledsam Throssell|Throssell or Throssel, Lancelot Ledsam]] [https://www.familysearch.org/tree/person/details/KHFL-59C] - 1902(WA)-1980(WA) - Licences: 6LT Northam (1926-1927) - Qualifications: cc; AOCP 248, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Northam, 1925-1931); civil servant (Northam, 1936-1937); clerk (Bruce Rock, 1943); bank officer (Kojonup, 1954; Innaloo, 1963-1972); retired (Osborne Park, 1980) ===''THUGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thuge|Thuge, Norman]] [https://www.familysearch.org/tree/person/details/GXDL-F55] - 1917(Qld)-1973(NSW) - Licences: 4NC Gladstone (1936-1937); 4NO Gladstone (1938-1939); 4NO Brisbane (Hendra, 1947); 2ANO Sydney (Stanmore, 1948-1950; Arncliffe, 1954-1956) - Qualifications: cc; AOCP 1622, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Charters Towers, Qld, 1943); bank officer (Petersham, NSW, 1949; Arncliffe, NSW, 1954-1958); retired (Burwood, NSW, 1972) ===''THYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Joseph Thynne|Thynne, Andrew Joseph]] [https://www.familysearch.org/tree/person/details/KP3H-T8K] - 1847(Irl)-1927(Qld) - military (Qld Defence Force, 1867, eventually Lieutenant-Colonel), profession (solicitor, Qld, 1873-1882), state politician (Qld MLC, Minister for Justice and Attorney General; Qld Postmaster-General, 1894-1897) ===''TILBROOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clem David Lloyd Tilbrook|Tilbrook, Clem David Lloyd]] [https://www.familysearch.org/tree/person/details/GXP4-4PQ] - 1912(SA)-2004(SA) - Licences: 5GL Adelaide (Brighton, 1933-1937; Camden, 1938-1939; Colonel Light Gardens, 1947-1965; Daw Park, 1969-1980+) - Qualifications: cc; AOCP 1210, 1933, SA; 2COCP 381, 1940; 1COCP 468, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Camden, SA, 1939-1943) ===''TILNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Edward Tilney|Tilney, Leslie Edward]] [https://www.familysearch.org/tree/person/details/MPDS-4PK] - 1870(NSW)-1937(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 13, 1914 - early wireless experimenter (army); coastal wireless officer, WW1 - Electoral Rolls: officer-in-charge (Wireless Station, Applecross, 1916-1917); soldier (Claremont, 1917); commissioner (Caulfield, 1924-1931); civil servant (Malvern, 1933-1936) - TroveTag: "Leslie Edward Tilney" (400+ tags) - Links: [https://www.anzac-biographies.com/2021/06/05/tilney-lieutenant-colonel-leslie-edward-dso-mid-vd/ Bio] ===''TILSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Howard Tilse|Tilse, Arthur Howarde "Howard"]] [https://www.familysearch.org/tree/person/details/LTK5-CS8] - 1911(Qld)-1973(Qld) - Licences: 4WO Brisbane (Yeronga, 1931-1939; South Brisbane, 1946-1948; Yeronga, 1954-1970) - Qualifications: cc; AOCP 725, 1931, No. ?? in Qld; 2COCP 155, 1938 - amateur operator; amateur broadcaster; military (WW2, Army Signals, RAAF); art dealer - Electoral Rolls: radiotrician (Yeronga, 1934-1937); RAAF wireless operator (West End, Townsville, 1943); radio operator (South Brisbane, 1949); art dealer (Yeronga, 1954-1972) ===''TIMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Robert Timmins|Timmins, Alan Robert]] - broadcast engineer (PMGD, P&TD, DoC, DoTaC, ABA), senior federal public servant (PMGD, P&TD, DoC, DoTaC, ABA) ===''TIPPING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Tipping|Tipping, Edward Charles]] - 19??(???)-1968(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), radio clubs (WIQ, member, 1912), federal public servant (PMGD, clerk/accountant), military (Captain, Royal Engineers) ===''TIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. G. Tiver|Tiver, R. G.]] - 19??(???)-19??(???) - Licences: Receive Tanunda (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TODD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hugh Todd|Todd, Alan Hugh]] [https://www.familysearch.org/tree/person/details/GXDD-7SG] - 1919(Qld)-1978(Qld) - Licences: 4HT Brisbane (Ashgrove, 1936-1937; Newmarket, 1938-1939, 1947-1948; Red Hill, 1954-1975) - Qualifications: cc; AOCP 1639, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical mechanic (Newmarket, Qld, 1943-1949); teacher (Kelvin Grove, Qld, 1954-1977) * [[/Charles Todd|Todd, Charles]] [https://www.familysearch.org/tree/person/details/LC3X-PJ6] - 1826(Eng)-1910(SA) - senior state public servant (Government Electrician, Postmaster-General SA) - Links: [[w:Charles Todd (pioneer)|Wikipedia]] [https://adb.anu.edu.au/biography/todd-sir-charles-4727 ADB] * [[/Lionel Victor Glen Todd|Todd, Lionel Victor Glen]] [https://www.familysearch.org/tree/person/details/L5CG-Z68] - 1896(NSW)-1970(NSW) - Licences: 2CR Tamworth (1922-1935); 2LS Tamworth (1936-1938); 2LS Denistone (1939); 2LS Sydney (West Ryde, 1957-1965; Denistone, 1969) - Qualifications: cc; AOCP 132, 1925, No. ?? in NSW; 1COCP 282, 1939 - amateur operator; amateur broadcaster - Withdrawal: 2CR callsign withdrawn by PMG in 1935 for 2CR Orange (Blayney) ABC - Electoral Rolls: telephone mechanic (West Tamworth, 1932-1937); assistant radio inspector (Eastwood, 1943-1968) * [[/Milton Buchanan Todd|Todd, Milton Buchanan]] [https://www.familysearch.org/tree/person/details/GXSX-NQT] - 1892(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 63, 1915; 1COCP 81, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: engineer operator (Thursday Island, 1916); radio telegraphist (Maroubra, 1930-1935); officer (Lewisham, 1936-1937); radio telegraphist (Townsville, 1937; Croydon, NSW, 1943; Townsville, 1949); senior radio officer (Townsville, 1954); radio officer (Kensington, NSW, 1958); retired (Blaxland, 1958) * [[/Tom Arthur Todd|Todd, Tom Arthur]] [https://www.familysearch.org/tree/person/details/GD9C-7P5] - 1906(NSW)-1977(NSW) - Licences: 2OT Receive Sydney (Eastwood, 1923); 2TT Sydney (Eastwood, 1935-1939, 1946-1957) - Qualifications: cc; CPRT 984, 1928; 2COCP 50, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Eastwood, 1930-1937); radio mechanic (Eastwood, 1943-1977) ===''TONGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edward Tonge|Tonge, Arthur Edward]] [https://www.familysearch.org/tree/person/details/GX4S-MNM] - 1895(Eng)-1954(Qld) - Licences: 4AR Brisbane (Taringa, 1933; Indooroopilly, 1937-1939) - Qualifications: cc; AOCP 1149, 1933, No. ?? in Qld; 2COCP 54, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Darra, 1931; Indooroopilly, 1936-1937); mechanic (Milton, 1943-1949); process worker (Indooroopilly, 1954) ===''TONGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Melville Tongs|Tongs, Lawrence or Laurence Melville]] [https://www.familysearch.org/tree/person/details/LR9L-Y7N] - 1899(Tas)-1989(Vic) - Licences: 7BU Receive North Motton (1923); Receive North Motton (1923); 2ADB Finley (1937-1939); 7LT Devonport (1960-1969); 3ALV Melbourne (Parkville, 1975) - Qualifications: cc; CPRT 687, 1922; 2COCP 421, 1941 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: farmer (Finley, 1930-1935); radio dealer (1936-1949); farmer (Dandenong, 1954); radio technician (Devonport, 1972); retired (Parkville, 1977-1980) ===''TONKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Maxwell Tonkin|Tonkin, Arthur Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KLL6-HT9] - 1915(WA)-1998(SA) - Licences: 6MZ Katanning (1935-1939); 5MZ Adelaide (Salisbury, 1948); 5TI Clare (1975); 5MZ Clare (1980+) - Qualifications: cc; AOCP 1525, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937) * [[/Stanley Gordon Tonkin|Tonkin, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/L1DQ-2R1] - 1910(SA)-1992(SA) - Licences: 2SG Albury (1929-1931); 2SG Sydney (Double Bay, 1933; Waverley, 1933-1936; Lane Cove, 1937); 2SG Goonellabah (1938-1939); 2SG Sydney (Epping, 1946-1955); 5SG Adelaide (Hampstead Gardens, 1956; Manningham, 1969; Glenunga, 1975-1980+) - Qualifications: AOCP 520, 1929, No. ?? in NSW; AOLCP 57, 1931; 2COCP 391, 1940; 1COCP 493, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Woolwich, 1932); engineer (Edgecliff, 1933); mechanic (Waverley, 1934); radio engineer (Newtown, 1934-1935; Artarmon, 1936; Goonellabah, 1937; Eastwood, 1943); radio technician (West Epping, 1949-1954) ===''TORMEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Tormey|Tormey, Edward Arthur]] [https://www.familysearch.org/tree/person/details/G8VV-85X] - 1902(NSW)-1993(ACT) - Licences: 2ET Canberra (City, 1930-1934; Ainslie, 1935-1939, 1946-1955); 1ET Canberra (Ainslie, 1956-1980+) - Qualifications: AOCP 687, 1930, No. ?? in ACT - amateur operator, amateur broadcaster - Electoral Rolls: chauffeur (Braddon, 1928-1930; Ainslie, 1935); bus driver (Ainslie, 1937); car driver (Ainslie, 1943-1980) ===''TRAEGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Hermann Traeger|Traeger, Alfred Hermann or Herman]] [https://www.familysearch.org/tree/person/details/KCNJ-LRP] - 1895(Vic)-1980(SA) - Licences: 5AX Adelaide (Kensington Gardens, 1926-1931; Corryton, 1933-1937; Marratville, 1938-1939) - Qualifications: cc; AOCP 293, 1926, No. ?? in SA - amateur operator; amateur broadcaster; inventor (with 5BG) of the pedal wireless for the RFDS - Electoral Rolls: radio engineer (Cloncurry, 1930-1932); wireless engineer (Leabrook, SA, 1939-1943) - Links: [https://adb.anu.edu.au/biography/traeger-alfred-hermann-8839 ADB] ===''TRAYNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Byron Traynor|Traynor, Philip Byron]] [https://www.familysearch.org/tree/person/details/GZLR-LCT] - 1900(SA)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; AOCP 224, 1925, No. ?? in SA; 1COCP 353, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Mile End, 1939); federal public servant (Glandore, 1941); inspector (Torrens Park, 1943) ===''TREBILCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Eric William Trebilcock|Trebilcock, Eric William]] - 1911(???)-1989(SA) - BERS195 (1933+), amateur listener ===''TREDREA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frederick Aloysius Trevithick Tredrea|Tredrea, Frederick Aloysius Trevithick]] [https://www.familysearch.org/tree/person/details/MC1W-M7C] - 1900(WA)-1958(WA) - Licences: 6FT Perth (Mt Hawthorn, 1929-1931; South Perth, 1933); 6FT Northam (1937); 6FT Perth (South Perth, 1938-1939, 1946-1956) - Qualifications: cc; AOCP 512, 1929, No. ?? in WA; AOLCP 156, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (North Perth, 1925); radio operator (Northam, 1936); broadcast engineer (South Perth, 1937-1958) ===''TREGEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/W. S. Tregear|Tregear, W. S.]] - 19??(???)-19??(???) - 3TR Melbourne (Hawthorn 192x), 3TX Melbourne (Hawthorn, 1930+), amateur operator (AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, 3TR callsign withdrawn by PMGD to prevent confusion with 3TR Sale Class B station ===''TREHARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elgar Dennis Llewellyn Treharne|Treharne, Elgar Dennis Llewellyn]] [https://www.familysearch.org/tree/person/details/GWC7-X9R] - 1914(NSW)-1997(SA) - 2AFQ Sydney, 5?? Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW), son of Fred 2BM/5QT and brother of Ross 2IQ/5?? * [[/Herbert Fredrind Treharne|Treharne, Herbert Fredrind "Fred"]] [https://www.familysearch.org/tree/person/details/K2F8-6ZN] - 1883(NSW)-1968(SA) - 2BM Sydney, 5QT Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW, age 60), father of Ross 2IQ/5?? and Elgar 2AFQ/5?? * [[/Ross Fredrind Treharne|Treharne, Ross Fredrind]] [https://www.familysearch.org/tree/person/details/GWC7-DJD] - 1919(NSW)-1982(SA) - 2IQ Sydney, 5?? Adelaide, amateur operator (AOCP 1513, 1935, No. ?? in NSW), son of Fred 2BM/5QT and brother of Elgar 2AFQ/5?? ===''TRELIVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Benjamin Victor Treliving|Treliving, Dudley Benjamin Victor]] [https://www.familysearch.org/tree/person/details/L2D7-B6C] - 1907(SA)-1993(SA) - Licences: Receive Adelaide (Dulwich, 1923); 6DT Perth (Nedlands, 1932-1933) - Qualifications: cc; AOCP 992, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Cottesloe, WA, 1936-1937); engineer (Cottesloe, WA, 1943) ===''TRELOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Treloar|Treloar, James]] [https://www.familysearch.org/tree/person/details/GFMJ-379] - 1906(WA)-1983(WA) - Licences: 6JT Perth (Beaconsfield, 1931-1933; Melville, 1937; Beaconsfield, 1938-1939) - Qualifications: cc; AOCP 790, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: clerk (South Fremantle, WA, 1931-1943); tally clerk (Bicton, WA, 1949-1980) ===''TRESSIDDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Laurence Tresidder|Tresidder, William Laurence or Lawrence]] [https://www.familysearch.org/tree/person/details/G8PT-SQ7] - 1904(WA)-1985(Vic) - Licences: 3WT Bendigo (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio dealer (Bendigo, 1927-1942); radio (Kangaroo Flat, 1949-1954); radio engineer (Bendigo, 1963-1980) ===''TREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Stanley Trew|Trew, Richard Stanley]] [https://www.familysearch.org/tree/person/details/KCB6-GW4] - 1902(WA)-1968(WA) - Licences: 6RS Harvey (1933-1937); 6RS Perth (Mt Hawthorne, 1938-1939); 6RP Perth (Mt Hawthorne, 1947-1965) - Qualifications: cc; AOCP 1189, 1933, WA; 2COCP 382, 1940; 1COCP 1941 - amateur operator; amateur broadcaster - Electoral Rolls: assistant postal department (York, WA, 1925); postal assistant (York, WA, 1926); postal employee (Harvey, WA, 1931-1937); postal clerk (Leederville, WA, 1937-1943); PMG (Mt Hawthorn, WA, 1949); radio monitor (Joondanna Heights, WA, 1954-1958) ===''TRIM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Trim|Trim, Sydney (Electoral Rolls) or Sidney (BDM)]] [https://www.familysearch.org/tree/person/details/KL7D-NLM] - 1880(Vic)-1960(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 179; 2COCP 178, 1930; 1COCP 105, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: engineer (Subiaco, WA, 1913; West Perth, WA, 1913-1914); "radio station" (Wyndham, WA, 1914-1917); farmer (Mosman, NSW, 1936-1937); engineer (Applecross, WA, 1937-1958) ===''TROTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clement Ford Trott|Trott, Clement Ford]] [https://www.familysearch.org/tree/person/details/GCGY-XPN] - 1907(SA)-1966(SA) - Licences: 5CS McLaren Vale (1928-1929); 5CF McLaren Vale (1930-1931); 5CF Willunga (1933) - Qualifications: cc; AOCP 454, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: orchardist (McLaren Flat, SA, 1939-1943) ===''TROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Rusel Troy|Troy, Thomas Rusel]] [https://www.familysearch.org/tree/person/details/GZKG-MKH] - 1898(NSW)-1992(NSW) - 2SH Receive West Maitland (1923), 2SH West Maitland (1924-1925), 2TY West Maitland (1926-1931), amateur operator (AOCP 208, 1925, No. ?? in NSW), amateur broadcaster, postman (West Maitland, 1930-1949), postal officer (Maitland, 1954), postal clerk (Maitland, 1958) ===''TRUDGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Wallis Trudgen|Trudgen, Maxwell Wallis]] [https://www.familysearch.org/tree/person/details/GS3H-XYH] - 1907(SA)-1992(SA) - Licences: 5MW Adelaide (East Adelaide, 1926); 5HS Adelaide (Fullarton, 1927) - Qualifications: cc; AOCP 247, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Mitcham, 1939-1941); mechanical engineer (Sydney, 1943-1954); engineer (Little Bay, 1958-1968) ===''TRUNFULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Leonard Trunfull|Trunfull, Richard Leonard]] [https://www.familysearch.org/tree/person/details/GXBL-K7B] - 1906(Eng)-1957(WA) - Licences: 6RT South Greenough (1932-1933); 6RT Peel Estate (1937); 6RT Roebourne (1938-1939); 6RT Dangin (1947-1948); 6RT Nungarin (1954); 6RT Narembeen (1955-1956) - Qualifications: cc; AOCP 924, 1932, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (South Greenough, WA, 1931; Baldavis, WA, 1936; Dangin, WA, 1943-1949; Nungarin, WA, 1954; Narembeen, WA, 1958) ===''TUMBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Henry Tumbridge|Tumbridge, Stanley Henry]] [https://www.familysearch.org/tree/person/details/MM12-M1C] - 1899(Eng)-1965(Qld) - Licences: 4ST Ipswich (1932-1933); 4ST Stanthorpe (1937-1939); 4ST Broadwater, 1947-1948; 4ST Brisbane (Woody Point, 1954-1960) - Qualifications: cc; AOCP 986, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Woodend, Qld, 1921); teacher (Murgon, Qld, 1925); school teacher (Stanthorpe, Qld, 1936-1937; Broadwater, Qld, 1943-1949); teacher (Margate, Qld, 1949-1954; Woody Point, Qld, 1958-1963) ===''TURNBULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Edward Turnbull|Turnbull, Norman Edward]] [https://www.familysearch.org/tree/person/details/L2TP-7K8] - 1900(WA)-1988(Vic) - Licences: 6NO Narrogin (1928); 6NO Perth (City, 1930; Subiaco, 1931; Shenton Park, 1937-1939); 3AXX Melbourne (Armadale, 1954; Carrum, 1955; Parkdale, 1956; Cheltenham, 1960-1980+) - Qualifications: c; AOCP 430, 1928, No. ?? in WA; CPRT 1120, 1928; 1COCP 185, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Bunbury, 1922; Busselton, 1925; Narrogin, 1925; Subiaco, 1931); radio inspector (Subiaco, 1934-1936); civil servant (East Perth, 1937); engineer (Armadale, 1954); clerk (Sandringham, 1958); manager (Sandringham, 1963-1968; Cheltenham, 1972); retired (Cheltenham, 1977-1980) * [[/Robert William Turnbull|Turnbull, Robert William or Robert]] [https://www.familysearch.org/tree/person/details/GZ1S-GP4] - 1892(Eng)-1968(NSW) - Licences: 2RO Sydney (Burwood, 1927-1938; Northbridge, 1939) - Qualifications: AOCP 317, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: bricklayer (Homebush, 1930-1963) ===''TURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Reginald Turner|Turner, Edward Arthur Reginald "Rex"]] [https://www.familysearch.org/tree/person/details/GZT9-JD5] - 1910(SA)-1966(SA) - Licences: 5CW Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923-1925); 5SA Adelaide (Leabrook, 1926-1927) - Qualifications: cc; AOCP 272, 1926, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: butter maker (Gawler, 1939-1943) * [[/Haswell Elliott Alfred Turner|Turner, Haswell Elliott Alfred]] [https://www.familysearch.org/tree/person/details/LRQG-8TG] - 1891(Vic)-1969(NSW) - 2TM Sydney (Mosman, 1925-1933), amateur operator (AOCP 127, 1925, No. ?? in NSW), amateur broadcaster, engineer, military, likely related to XACW E. Turner, Jnr * [[/Ralph Robinson Turner|Turner, Ralph Robinson]] [https://www.familysearch.org/tree/person/details/GX2D-S51] - 1912(SA)-1996(SA) - Licences: 5TR Adelaide (Henley Beach, 1935-1937; Dulwich, 1938-1939; Linden Park, 1947-1969; Echunga, 1975-1980+) - Qualifications: cc; AOCP 1444, 1935, SA; BOCP 66, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Dulwich, SA, 1939-1941) * [[/Robert John Blackwell Turner|Turner, Robert John Blackwell]] [https://www.familysearch.org/tree/person/details/L62T-FP7] - 1884(NSW)-1943(NSW) - 2RT Goulburn (1925-1933), amateur operator (AOCP 55, 1925, No. ?? in NSW), amateur broadcaster, engineer ===''TWEEDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/P. Tweedle|Tweedle, P.]] - 19??(???)-19??(???) - Licences: 4DM Receive Brisbane (Albion, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TYAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Robert Wilson Tyas|Tyas, Norman Robert Wilson]] [https://www.familysearch.org/tree/person/details/GXHC-SK6] - 1913(Qld)-1975(Qld) - Licences: 4TY Gracemere (1932-1934); 4TY Kingaroy (1935-1939); 4TY Brisbane (Manly, 1946-1948); 4TY Boonah (1954); 4TY Wallangarra (1955-1956); 4TY Warwick (1960); Brisbane (Manly, 1965-1975+) - Qualifications: cc; AOCP 1059, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, wireless officer); state public servant (state school principal) - Electoral Rolls: school teacher (Kingaroy, Qld, 1936-1943; Brookstead, Qld, 1949; Mt Alford, Qld, 1954); teacher (Wallangarra, Qld, 1958); school teacher (Warwick, Qld, 1963; Manly, Qld, 1968-1972) ===''TYMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Tymms|Tymms, Robert William]] [https://www.familysearch.org/tree/person/details/GXSX-R2D] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 84, 1930 - coastal wireless operator (RANRS); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); wireless operator (Geraldton, 1922; Como, 1925); not stated (Broome, 1937); wireless telegraphist (Townsville, 1954) =='''U'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''UMBACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ricky Charles Umback|Umback, Ricky Charles]] - early wireless historian (Ph.D. Thesis, 2016, "Constituting Australia's International Wireless Service: 1901-1922") [https://openresearch-repository.anu.edu.au/bitstream/1885/142647/1/Umback%20Thesis%202018.pdf] ===''UNDERWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Underwood|Underwood, William Henry]] [https://www.familysearch.org/tree/person/details/GX6T-1XZ] - 1875(Eng)-1953(Qld) - Licences: 4DN Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Newstead, Qld, 1913-1915; Clayfield, Qld, 1916-1943); no occupation (Albion, Qld, 1943; Highgate Hill, Qld, 1949) ===''UNGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Wilhelm Unger|Unger, A. H.]] - 19??(???)-????(???) - 2YRS Alectown (1980+), amateur operator (AOCP ????, 19??, No. ?? in NSW), amateur broadcaster, son of Herbert Wilhelm Carl Unger 2UJ * [[/Herbert Wilhelm Carl Unger|Unger, Herbert Wilhelm Carl or Herbert William Carl]] - 1911(???)-2012(NSW, 101yo) - 2UJ Alectown (1933-1980+), amateur operator (AOCP 1108, 1933, No. ?? in NSW), amateur broadcaster, father of A. H. Unger 2YRS ===''URQUHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Stewart Urquhart|Urquhart, Malcolm Stewart]] [https://www.familysearch.org/tree/person/details/GZXT-5C3] - 1905(WA)-1967(WA) - Licences: 6MU Perth (Cottesloe, 1925-1939); 6MU Merredin (1946-1960); 6MU Perth (Cottesloe, 1965) - Qualifications: cc; AOCP 116, 1925, No. ?? in WA; BOCP 27, 1936; AOLCP 158, 1934; 2COCP 85, 1937; 1COCP 126, 1937 - amateur operator; amateur broadcaster; clerk (1931); broadcast technician (6MD, 1958); WW2 (1939-1945) - Electoral Rolls: clerk (Cottesloe, WA, 1931-1937); broadcast technician (Merredin, WA, 1943-1963) =='''V'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''VALENTINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Keith Valentine|Valentine, Lionel Keith]] [https://www.familysearch.org/tree/person/details/GD1Z-ZVK] - 1916(Tas)-1961(Tas) - Licences: 7KV Hobart (Bellerive, 1933-1939) - Qualifications: cc; AOCP 1148, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Bellerive, Tas, 1937; Acton, ACT, 1949); public servant (Hobart West, Tas, 1958) ===''VAN COUTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Josephus Van Cooth|Van Cooth, John Robert Josephus]] [https://www.familysearch.org/tree/person/details/G8GN-6ZP] - 1908(Vic)-1936(Vic) - Licences: 3DX Receive Melbourne (East Malvern, 1922); 3DX Melbourne (East Malvern, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (St Kilda West, 1931) ===''VARDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Edwin Vardon|Vardon, Joseph Edwin]] [https://www.familysearch.org/tree/person/details/LV9V-VPR] - 1905(SA)-1970(SA) - Licences: Receive Adelaide (Unley, 1923-1924); 5OM Adelaide (Unley Park, 1927-1933) - Qualifications: cc; AOCP 329, 1927, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: sales manager (Malvern, 1941-1943) ===''VAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Vaughan (also known as Hearps, change of name), David Edward]] [https://www.familysearch.org/tree/person/details/LYD2-HG5] - 1901(Vic)-1976(NSW) - Licences: 2FY Sydney (Lakemba, 1930-1969) - Qualifications: AOCP 665, 1930, NSW (Hearps); AOCP 1003, 1932, NSW (Vaughan) - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Lakemba, 1930-1937); machinist (Lakemba, 1943-1972) ===''VEALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Pax Veall|Veall, Reginald Pax]] [https://www.familysearch.org/tree/person/details/GZL8-GR6] - 1918(Vic)-1942(NT) - Licences: 3PV Melbourne (St Kilda, 1937-1939) - Qualifications: AOCP 2050, 1937, No. ?? in Vic; 2COCP 274, 1939; 1COCP 375, 1940 - amateur operator, amateur broadcaster, WW2 (Merchant Navy, Wireless Officer, MV Neptuna) - Electoral Rolls: Nil - "Greater love hath no man than this" [http://www.ntlexhibit.nt.gov.au/exhibits/show/bod/roh/veall] ===''VEARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elwyn Thomas Vears|Vears, Elwyn Thomas]] [https://www.familysearch.org/tree/person/details/GHS1-C67] - 1901(NSW)-1960(NSW) - Licences: 2BM Leura (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Strathfield, 1930-1937; Burwood, 1943-1958)) ===''VERNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Henry Vernon|Vernon, Charles Henry]] [https://www.familysearch.org/tree/person/details/G88V-18Z] - 1901(WA)-1964(WA) - Licences: 6KZ Albany (1930-1931); 6KZ Perth (Fremantle, 1933-1939); 3AMD Melbourne (Moonee Ponds, 1947); 6KZ Perth (Guildford, 1947-1948) - Qualifications: cc; AOCP 566, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Forts, Albany, 1922-1931; Fremantle, 1936-1937; 9AAD, Guildford, 1949-1954); retired (Wagin, 1958; Morley, 1963) ===''VICKARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Mervyn Vickary|Vickary, Reginald Mervyn "Reg"]] [https://www.familysearch.org/tree/person/details/G88K-CLP] - 1909(NSW)-1973(Qld) - Licences: 4RV Cunnamulla (1930-1933); 4RV Warwick (1936-1939); 4VX Brisbane (Gordon Park, 1965; The Grange, 1969) - Qualifications: cc; AOCP 702, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shed hand (Cunnamulla, 1931); radio dealer (Warwick, 1937; Cunnamulla, 1943); shopkeeper (Toowoomba, 1949; Ekibin, 1954; Chermside, 1963; Grange, 1968-1972) ===''VICKERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth James Vickery|Vickery, Kenneth James]] [https://www.familysearch.org/tree/person/details/GDQP-WMQ] - 1893(NSW)-1970(NSW) - Licences: 2RA Receive Sydney (Hurlstone Park, 1923); 2RA Sydney (Hurlstone Park, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrical fitter (Hurlstone Park, 1930-1933); electrician (West Ryde, 1935; Parkes, 1936; Uralla, 1943); farmer (North Richmond, 1949-1968) ===''VINCENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Vincent|Vincent, Jack]] [https://www.familysearch.org/tree/person/details/GZ64-7S8] - 1906(WA)-1980(WA) - Licences: 6DL Receive Kalgoorlie (1923-1924); 6VK Kalgoorlie (1925-1939) - Qualifications: cc; AOCP 59, 1925, No. ?? in WA - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter & turner (Kalgoorlie, WA, 1931-1937); manufacturer (South Perth, WA, 1949-1963; Como, WA, 1972-1980) ===''VINING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Vining|Vining, William Edward]] [https://www.familysearch.org/tree/person/details/GZR1-NLT] - 1906(Qld)-1977(Qld) - Licences: 4WE Brisbane (Nundah, 1926-1927) - Qualifications: cc; AOCP 277, 1926, No. 22 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: carrier (Nundah, 1928-1931); motor driver (Mitchelton, 1934; Gaythorne, 1936); mechanic (Gayndah, 1943); telephone mechanic (Enoggera, 1949-1963); telephone technician (Enoggera, 1968-1977) ===''VIPAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alton Frederick Vipan|Vipan, Alton Frederick]] - 1890(NSW)-1946(NSW) - XHV Sydney (Petersham, 1913-1914), early wireless experimenter, amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), ship wireless operator, AWA (Koo-we-rup, 1922) ===''VOIGT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emil Robert Voigt|Voigt, Emil Robert]] [https://www.familysearch.org/tree/person/details/G88K-VV2] - 1883(Eng)-1973(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - 2KY Sydney, broadcast station manager; witness to Royal Commission 1927 (as chairman, NSW Labor wireless committee) - Relationships: father of Rion Osborne Voigt; grandfather of Robin Voigt - Electoral Rolls: secretary (Dee Why, 1930-1934); manager (Dee Why, 1935; Narrabeen, 1936) - Links: [https://adb.anu.edu.au/biography/voigt-emil-robert-8930 ADB]; [[w:Emil_Voigt_(athlete)|Wikipedia]]; [https://www.radioheritage.com/story70/ RHF] * [[/Rion Osborne Clifford Voigt|Voigt, Rion Osborne Clifford]] [https://www.familysearch.org/tree/person/details/G88K-L1V] - 1915(Eng)-1987(NSW) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - broadcast industry executive, WW2 - Electoral Rolls: radio announcer (Narrabeen, 1937; Turramurra, 1963-1980) - Relationships: son of Emil Robert Voigt; father of Robin Voigt * [[/Robin Voigt|Voigt, Robin]] - historian (Emil Robert Voigt; 2KY) - Relationships: grandson of Emil Robert Voigt; son of Rion Osborne Clifford Voigt ===''VOLKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Henry Oxford Volkman|Volkman, Reginald Henry Oxford]] [https://www.familysearch.org/tree/person/details/G4CV-7PH] - 1902(NSW)-1959(NSW) - Licences: 2RY Grafton (1924-1925); 2RY Scone (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Woollahra, 1930-1933) ===''VOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Taylor Vowles|Vowles, Rupert Taylor]] [https://www.familysearch.org/tree/person/details/LKYT-FLF] - 1894(NSW)-1973(NSW) - Licences: XIZ Sydney (Burwood, 1913-1914); 2AW Receive Sydney (Burwood, 1922-1923); 2XZ Sydney (Concord, 1929-1931) - Qualifications: cc; AOCP 562, 1929, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Concord, 1930-1972) =='''W'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''WADDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivon Edward Waddell|Waddell, Ivon Edward]] [https://www.familysearch.org/tree/person/details/G88S-H3S] - 1909(WA)-1943(Thailand/Singapore) - Licences: 6WX Albany (1929-1930); 6WX Katanning (1931) - Qualifications: cc; AOCP 561, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: postal clerk (Katanning, 1936; South Perth, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10298089 AWM] ===''WADDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. M. Waddle|Waddle, E. M.]] - 19??(???)-19??(???) - 4GZ Charters Towers (-1959+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''WADDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard William Mackie Waddy|Waddy, Richard William Mackie]] [https://www.familysearch.org/tree/person/details/LB62-5RP] - 1848(SA)-1933(SA) - senior state public servant (SA Post & Telegraphs Dept), senior federal public servant (Deputy Postmaster-General SA) ===''WADHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin Wadham|Wadham, Kevin]] [https://www.familysearch.org/tree/person/details/GZZC-SBQ] - 1905(SA)-1970(SA) - Licences: 5KW Adelaide (Parkside, 1924-1927; Helmsdale, 1928; Da Costa Park, 1931; Glenelg, 1933; Adelaide, 1937; Glenelg, 1938-1939) - Qualifications: cc; AOCP 23, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WIA SA (Councillor 1931; Hon. Treasurer, 1931); National Radio Corp (manager, 1938); Holdfast Bay Yacht Club (Vice-commodore, 1949) - Electoral Rolls: manager (Helmsdale, SA, 1939-1941; Da Costa Park, SA, 1943) ===''WAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Fripp Wahl|Wahl, Alan Fripp]] [https://www.familysearch.org/tree/person/details/GFMB-TD4] - 1918(WA)-2003(WA) - Licences: 6JB Perth (Leederville, 1938-1939, 1947-1960; Dianella, 1965-1980+) - Qualifications: cc; AOCP 2101, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: railway employee (Leederville, WA, 1943-1958); clerk (Dianella, WA, 1963-1980) ===''WALCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Crosby Walch|Walch, Alan Crosby or Crosby Alan]] [https://www.familysearch.org/tree/person/details/GQC7-GSS] - 1907(NSW)-1979(Tas) - Licences: 7BI Receive Hobart (Bellerive, 1923); Receive Hobart (Bellerive, 1923-1925); 7CW Hobart (Bellerive, 1926-1927; Battery Point, 1931-1933; City, 1937; Sandy Bay, 1938-1939, 1946-1975) - Qualifications: cc; AOCP 231, 1926, No. ?? in Tas; BOCP 1, 1936; 1AOCP 16, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: radio expert (Hobart South, 1936-1954) ===''WALDRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Gerard Waldron|Waldron, Francis Gerard "Frank"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''WALKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Walker|Walker, Arthur Charles]] [https://www.familysearch.org/tree/person/details/GXFY-L2V] - 1898(Qld)-1974(Qld) - Licences: 4AC Brisbane (Sandgate, 1927-1931) - Qualifications: cc; CPRT 699, 1922 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: newspaper carrier (Kangaroo Point, Qld, 1934-1937); carrier (Sandgate, Qld, 1943-1972) * [[/Charles Welsh Walker|Walker, Charles Welsh "Chas"]] [https://www.familysearch.org/tree/person/details/GXFR-19W] - 1899(NSW)-1961(Qld) - Licences: 4CU Receive Clifton (1923); 4CU Clifton (1924-1960); 4DQ Portable Clifton (1948-1960) - Qualifications: cc; AOCP 10, 1924, No. 2 in Qld - amateur operator; amateur broadcaster; motor mechanic; Walker's Radio Service (proprietor, 1930s-1950s) - Electoral Rolls: motor mechanic (Clifton, Qld, 1921-1958) * [[/Louis Edward Walker|Walker, Louis Edward]] [https://www.familysearch.org/tree/person/details/GSWB-L81] - 1864(Eng)-1934(At Sea) - Oversight of the 1906 Bass Strait link for Marconi Wireless Telegraphy Co * [[/Philip Billingsley Walker|Walker, Phillip Billingsley]] [https://www.familysearch.org/tree/person/details/MNF3-P9W] - 1840(Eng)-1900(NSW) - early wireless experimenter, employment (NSW Posts & Telegraphs, Superintendent of Telegraphs, Chief Electrician) * [[/Ronald Gregory Walker|Walker, Ronald Gregory "Gregory"]] [https://www.familysearch.org/tree/person/details/GDRP-GC6] - 1907(NSW)-1929(At Sea) - Licences: 7BT Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; journalist (Hobart "Mercury"); film maker - Comment: Gone too soon - Electoral Rolls: journalist (Hobart South, 1928) - Links: [http://www.seafarersmemorial.org.au/memorials/walker_g.php Seafarer's Memorial] * [[/William Spencer Walker|Walker, William Spencer]] [https://www.familysearch.org/tree/person/details/KCF4-R77] - 1911(SA)-2004(SA) - Licences: 5WW Adelaide (Alberton, 1934-1939; West Croydon, 1947-1980+) - Qualifications: cc; AOCP 1305, 1934, SA; BOCP 444, 1942; TVOCP 274, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939); mechanic (West Croydon, SA, 1941-1943) ===''WALLACE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elizabeth Aileen Geisel|Wallace nee Geisel, Elizabeth Aileen "Betty"]] See Geisel, Elizabeth Aileen "Betty" ===''WALLBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Walter Wallbridge|Wallbridge, Leslie Walter]] [https://www.familysearch.org/tree/person/details/LDMT-HKZ] - 1910(Eng)-1966(SA) - Licences: 5UX Adelaide (Lower Mitcham, 1930-1937); 5UX Peterborough (1938-1939); 5UX Kadina (1947-1948); 5UX Cook (1954-1955); 5UX Saddleworth (1956); 5UX Hawker (1960) - Qualifications: cc; AOCP 712, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Peterborough, SA, 1939-1941; Rendelsham, SA, 1943; Alice Springs, NT, 1963) ===''WALLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Wallis|Wallis, John Charles]] - 19??(???)-19??(???) - Licences: 7JW Longford (1932-1939, 1947) - Qualifications: cc; AOCP 893, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Burnie, 1928; Longford, 1936-1937) * Wallace, Florence Violet (adoptive name) - see Granville, Florence Violet (birth name) ===''WALSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Dunbar Walsh|Walsh, Harold Dunbar "Cordite"]] [https://www.familysearch.org/tree/person/details/G3W3-CT7] - 1903(Qld)-1951(Qld) - Licences: 4HW Brisbane (Hamilton, 1925-1931; Rocklea, 1946-1947)); 4WN Brisbane (Hamilton, 1927, dealer) - Qualifications: cc; AOCP 133, 1925, No 14 in Qld - amateur operator; amateur broadcaster; WW2 (RAAF); solicitor; pilot - Comment: Tragic end to a productive life - Electoral Rolls: clerk (Hamilton, 1925-1937); airline pilot (Moorooka, 1949) ===''WALTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Allan Walters|Walters, Charles Allan]] [https://www.familysearch.org/tree/person/details/G8CT-LBY] - 1910(Vic)-1947(Vic) - Licences: 3CW Melbourne (Thornbury, 1929-1933; Heidelburg, 1937-1939; Brunswick, 1946-1947) - Qualifications: AOCP 524, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Northcote, 1931-1936; Heidelberg, 1937; Brunswick, 1942) * [[/Gerald Wills Walters|Walters, Gerald (Wills or Willis or blank)]] [https://www.familysearch.org/tree/person/details/GX7Y-1HZ] - 1886(Eng)-1956(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 108, 1915; 2COCP 157, 1930; 1COCP 129, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: wireless telegraphist (Currie, King Island, Tas, 1919; Darwin, NT, 1922); radio telegraphist (New Town, Tas, 1928); wireless officer (Radio Station, Thursday Island, Qld, 1936-1937); wireless (Gladesville, NSW, 1943); wireless telegraphist (Rockhampton, Qld, 1949-1954) ===''WALZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edwyn Walz|Walz, Arthur Edwyn or Edgar]] [https://www.familysearch.org/tree/person/details/GM9T-LB3] - 1908(Qld)-2000(Qld) - Licences: 4AW Brisbane (Nundah, 1926-1939; Wavell Heights, 1946-1980+) - Qualifications: cc; AOCP 287, 1926, No. 26 in Qld - amateur operator; amateur broadcaster; plumber; radio repair business - Relationships: son of Conrad August Walz - Electoral Rolls: plumber (Nundah, 1934-1943); radio engineer (Wavell Heights, 1949-1980) * [[/Conrad August Walz|Walz, Conrad August]] [https://www.familysearch.org/tree/person/details/LRGZ-QF3] - 1882(Qld)-1951(Qld) - 4?? Brisbane, amateur operator (AOCP ???, 19??, No. ?? in Qld), plumber, farmer, father of 4AW Arthur Edwyn Walz ===''WARDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney William Lumley Wardle|Wardle, Sidney William Lumley]] - 1911(Eng)-19??(???) - Licences: 2OU Woodford Leigh (1930-1935); 2OU Armidale (1936-1937); 2OU Sydney (Bellevue Hill, 1938-1939); 5OU Adelaide (Lockleys, 1946-1954); 2DID Berridale (1980) - Qualifications: AOCP 610, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: farm hand (Woodford Leigh, 1934-1935); technician (Bondi North, 1937; Woollahra, 1943); retired (Berridale, 1980) ===''WARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Clarke Waring|Waring, Cecil Clarke]] [https://www.familysearch.org/tree/person/details/GQW4-V9F] - 1904(Vic)-1988(Vic) - Licences: 3CU Receive Melbourne (Canterbury, 1922-1924); 3YW Melbourne (Camberwell, 1929-1931; Canterbury, 1933; Kew, 1937); 3YW Rupanyup (1938-1939); 3YW Stawell (1946-1948); 3YW Warrnambool (1954-1980+) - Qualifications: AOCP 549, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Canterbury, 1925-1928; Kew, 1931-1937; Stawell, 1942-1949; Warrnambool, 1954-1977) ===''WARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Leslie George Warne|Warne, Maurice Leslie George]] [https://www.familysearch.org/tree/person/details/LYSP-LHY] - 1909(NSW)-1975(NSW) - Licences: 2MW Sydney (Croydon, 1926-1929) - Qualifications: AOCP 300, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: printer (Campsie, 1931-1934); radio mechanic (Campsie, 1936-1937); radio sales (Kogarah, 1943-1963); radio & TV technician (Arncliffe, 1968) ===''WARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Albert Warner|Warner, Geoffrey Albert]] [https://www.familysearch.org/tree/person/details/G8V1-6NR] - 1914(NSW)-2007(NSW) - Licences: 2CK Wyong (1930-1939); 3ABW Fiskville (1947); 9GW Port Moresby (1948-1954); 2AVW Bringelly (1955-1958); 2CK Bringelly (1960-1969); 6EG Bassendean (1975); 2HJ Camden (1980+) - Qualifications: AOCP 710, 1930, NSW; 1COCP 60, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless technician (Rockbank, Vic, 1942); technician (OTC Bringelly, 1958-1963); manager (Bassendean, 1977; Camden South, 1980) - callsign may have been withdrawn for 2CK Cessnock commercial (later restored) ===''WARNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Bernard Warnock|Warnock, Neil Bernard]] [https://www.familysearch.org/tree/person/details/GZJ8-58G] - 1944(Vic)-2019(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''WATERHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. G. Waterhouse|Waterhouse, A. G.]] - 19??(???)-19??(???) - Licences: XVV Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WATERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George James Waters|Waters, George James]] [https://www.familysearch.org/tree/person/details/G8X9-S46] - 1902(Vic)-1931(Vic) - Licences: 3EX Receive Melbourne (Heathcote, 1922); 3XA Melbourne (East Prahran, 1930-1931) - Qualifications: AOCP 608, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified as yet - Comment: Passed too soon * [[/James Alfred Waters|Waters, James Alfred]] - 19??(???)-19??(???) - Licences: 7JA Hobart (Sandy Bay, 1936-1939) - Qualifications: cc; AOCP 1685, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Queensborough, 1936); teacher (Ringarooma, 1937); schoolteacher (Queensborough, 1943-1954) * [[/Leslie Waters|Waters, Leslie]] [https://www.familysearch.org/tree/person/details/G85N-TZB] - 1882(Eng)-1956(Qld) - Licences: 4AC Innisfail (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; engineer (Randell Engineering) - Electoral Rolls: watchmaker (Innisfail, 1919-1943); radio dealer (Innisfail, 1949) ===''WATERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lindsay Carmel Waterworth|Waterworth, Lindsay Carmel "Joe"]] [https://www.familysearch.org/tree/person/details/G6YY-6M6] - 1892(Qld)-1969(Qld) - Licences: 4CL Rockhampton (1935-1939, 1946-1969) - Qualifications: cc; AOCP 1526, 1935, Qld - amateur operator; amateur broadcaster; WW1; WW2; federal public servant (PMGD, telegraphist) - Electoral Rolls: assistant (Charleville, Qld, 1921); telegraphist (Rockhampton, Qld, 1928-1968) ===''WATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Paul Watkins|Watkins, Andrew Paul]] [https://www.familysearch.org/tree/person/details/GFQ9-RHP] - 1914(WA)-1965(NSW) - Licences: 6AW Perth (1936-1939) - Qualifications: cc; AOCP 1805, 1936, WA; BOCP 269, 1939; 1COCP 842, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Boulder, WA, 1937); radio mechanic (Geraldton, WA, 1943); radio technician (Cairns, Qld, 1949; Lakemba, NSW, 1954; Chullora, NSW, 1958-1963) * [[/William Trevor Watkins|Watkins, William Trevor "Trevor", "Watty"]] [https://www.familysearch.org/tree/person/details/LZKG-J4V] - 1899(Tas)-1931(Tas) - Licences: T336 Hobart (1920-1921); 7AA Hobart (1922-1925); 7DX Hobart (1925-1931) - Qualifications: cc; AOCP 107, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Withdrawal: PMGD withdrew 7AA callsign for their own use, electrician (Zinc Co., Hobart, 1922), wireless expert (Medhurst & Sons, Hobart, 1925) - Electoral Rolls: electrician (West Hobart, 1922-1928) - Comment: passed too soon ===''WATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. A. Watson|Watson, A. A.]] - bef1910(???)-aft1930(???) - Licences: 2UT Sydney (Darlinghurst, 1927-1929) - Qualifications: AOCP 341, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: None as yet - Full name not yet identified * [[/Douglas Mervyn Watson|Watson, Douglas Mervyn]] [https://www.familysearch.org/tree/person/details/G6MG-FPY] - 1920(Tas)-1989(Tas) - Licences: 7DW Hobart (New Town, 1937-1939; City, 1946-1956; Lindisfarne, 1960-1980+) - Qualifications: cc; AOCP 1867, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Hobart South, 1949-1954); mechanic (Lindisfarne, 1972) * [[/Herbert Leopold Watson|Watson, Herbert Leopold]] [https://www.familysearch.org/tree/person/details/G8ZP-JLK] - 1897(Vic)-1982(NSW) - Licences: 2OL Kiama (1929-1933); 2OL Unanderra (1935-1938); 2OL Woollongong (1939) - Qualifications: AOCP 545, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: engineer (Kiama, 1930); electrical engineer (Unanderra, 1934-1937; Heidelberg, Vic, 1949); electrician (Ivanhoe, Vic, 1954); retired (Avalon Beach, 1968-1972; Mona Vale, 1977; Mosman, 1980) * [[/James David Watson|Watson, James David]] [https://www.familysearch.org/tree/person/details/G8F5-789] - 1910(Vic)-19??(???) - Licences: 3NQ Darlington via Camperdown (1930-1939); 2ANQ Albury (1946-1957) - Qualifications: AOCP 633, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical fitter (Darlington, 1931-1943); radio technician (Albury, 1949-1954) - Comment: Beware another JDW, labourer, Geelong, 1930s * [[/John Watson|Watson, John]] - 19??(???)-19??(???) - Licences: 6CR Receive Perth (Victoria Park, 1923-1924) - Qualifications: AOCP 436, 1928, No. ?? in WA - amateur operator? - Electoral Rolls: Nil, as yet, specific individual not yet identified * [[/Samuel Wilfred Watson|Watson, Samuel Wilfred or Wilfred Samuel]] [https://www.familysearch.org/tree/person/details/GXY5-LXP] - 1906(Eng)-1998(WA) - Licences: 6WW Perth (West Perth, 1930-1939, 1948-1969); 6WW Shoalwater Bay (1975); 6WW Cardup (1980) - Qualifications: cc; 1COCP 189, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless operator (West Perth, WA, 1931-1972); retired (Shoalwater Bay, WA, 1977; Cardup, WA, 1980) * [[/William Wesley Watson|Watson, William Wesley]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio telegraphist (Hobart South, 1949) ===''WATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Watt|Watt, Alexander]] [https://www.familysearch.org/tree/person/details/GDRK-4B7] - 1901(Sct)-1985(Tas) - Licences: 7BO Receive Prince of Wales Bay (1923); Receive Prince of Wales Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Prince of Wales Bay, 1922-1928); accountant (New Town, 1936-1949; Moonah, 1954) * [[/Arthur William Watt|Watt, Arthur William]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly) * [[/Charles Russell Watt|Watt, Charles Russell]] [https://www.familysearch.org/tree/person/details/GZV7-JFH] - 1904(Eng)-1993(NSW) - 2WT Tenterfield (1925-1975+), amateur operator (AOCP 184, 1925, No. ?? in NSW), amateur broadcaster, grazier (Tenterfield, 1930-1980) ===''WAUCHOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Wylie Wauchope|Wauchope, Ronald Wylie]] [https://www.familysearch.org/tree/person/details/LH6X-QJR] - 1914(SA)-1933(SA)19yo - Licences: 5WE Adelaide (Maylands, 1933) - Qualifications: cc; AOCP 1086, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, 19yo - Electoral Rolls: Nil yet identified ===''WEATHERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Elsdon Weatherley|Weatherley, Harry William Elsdon]] [https://www.familysearch.org/tree/person/details/LTBF-1HC] - 1921(Vic)-2006(Vic) - prominent MW and SW broadcast DXer (1940-1990), clubs (Australian Radio DX Club, New Zealand Radio DX League, New Zealand DX Radio Association, Southern Cross DX Club, DX Australia - Chief Editor, Ontario DX Club), ANARC DXer of the year - metallurgist (Auburn, 1949-1954); technician (Mount Waverley, 1963-1972); retired (Mount Waverley, 1980) * [[/Herb J. Weatherley|Weatherley, Herb J.]] - 19??(???)-19??(???) - 4HW Clifton (-1951+), amateur operator (AOCP ??, 19??, No. ?? in Qld), callsign formerly Harold Dunbar Walsh ===''WEATHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Weatherson|Weatherson, W. A.]] - 19??(???)-19??(???) - Licences: 3AB Melbourne (East St Kilda, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''WEATHERSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stewart Weatherston|Weatherston, William Stewart]] [https://www.familysearch.org/tree/person/details/G8LZ-2KF] - 1905(WA)-1942(Sing) - Licences: 3AB Melbourne (East St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1927); salesman (St Kilda, 1931; Forrest, ACT, 1935; Newtown, 1943!) - Sacrifice: "Greater love hath no man than this" ===''WEBSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank James Webster|Webster, Frank James]] [https://www.familysearch.org/tree/person/details/GF73-5KV] - 1908(Eng)-19??(WA) - Licences: 6FW Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1039, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Victoria Park, WA, 1931-1943); plasterer (Perth, WA, 1954-1963; Victoria Park, WA, 1968-1972); retired (Fremantle, WA, 1977-1980) * [[/Harold Charles Webster|Webster, Harold Charles]] [https://www.familysearch.org/tree/person/details/KCRM-31P] - 1876(Tas)-1923(Tas) - Licences: Receive (Crystal Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: photographer (Launceston, 1914); clerk (Hobart North, 1922) * [[/William Webster|Webster, William]] [https://www.familysearch.org/tree/person/details/GZJD-D94] - 1860(Eng)-1936(NSW) - senior federal politician (Postmaster-General, 1915-1920), played prominent part in the Postal Royal Commission ===''WEDDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Austin Weddell|Weddell, James Austin]] [https://www.familysearch.org/tree/person/details/GXK9-SYF] - 1914(SA)-2005(NSW) - Licences: 5ZL Adelaide (Reade Park, 1935-1939) - Qualifications: cc; AOCP 1595, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Col Light Gardens, SA, 1939-1943); RAAF (Albert Park, Vic, 1949; Auburn, Vic, 1954); RAAF officer (Richmond, NSW, 1958); RAAF (Red Hill, ACT, 1963); not stated (Red Hill, ACT, 1968-1972); RAAF (Red Hill, ACT, 1977-1980) * [[/John Arthur Weddell|Weddell, John Arthur]] [https://www.familysearch.org/tree/person/details/GXKM-KVK] - 1926(Qld)-19??(???) - Licences: 4FT Brisbane (Zillmere, 1954-1960); 2ZM Glenbrook (1961); 4FT Brisbane (Sandgate North, 1965-1969); 2BFT Sydney (Clovelly, 1975-1980) - Qualifications: cc; AOCP 3172, 1951, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Annerley, Qld, 1949; Zillmere, Qld, 1954-1958; Sandgate, Qld, 1963-1968); technician (Marrickville, NSW, 1972; Clovelly, NSW, 1977-1980) ===''WEDGEWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Donald Wedgewood|Wedgewood, William Donald]] [https://www.familysearch.org/tree/person/details/GDLV-GM8] - 1901(Qld)-1974(NSW) - Licences: N741 Receive NSW - Qualifications: cc; CPRT 692, 1922; 2COCP 49, 1935 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: boarder (Sutton Coalfield, Eng, 1911); manufacturer (Glenmore, 1930-1936); aviator (Nedlands, WA, 1937); farmer (Moruya, 1949-1954); greenkeeper (Brisbane, 1958); public servant (Hornsby, 1963-1972) ===''WEEKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. L. Weeks|Weeks, H. L.]] - 19??-19?? - Licences: 4CJ Receive Currumbin (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: - Identification: Not yet identified ===''WEISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Wilfred George Weiss|Weiss, Wilfred George]] [https://www.familysearch.org/tree/person/details/G8V9-7NP] - 1912(NSW)-1982(NSW) - Licences: 2TV Sydney (Croydon Park, 1960-1961; Strathfield, 1965); 2TV Ettalong Beach (1975-1980+) - Qualifications: AOCP 670, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lithgow, 1934-1937); storekeeper (Lithgow, 1943); silk screen craftsman (Croydon Park, 1949-1958); retired (Strathfield, 1963-1968; Ettalong Beach, 1972; Ettalong, 1977) ===''WELLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Arthur Martin Weller|Weller, Cyril Arthur Martin "Sam"]] [https://www.familysearch.org/tree/person/details/GZTQ-WXH] - 1903(???)-1994(Qld) - Licences: 4CZ Brisbane (Clayfield, 1938-1939, 1946-1980+) - Qualifications: AOCP 2160, 1938, Qld - amateur operator, amateur broadcaster, Radio Club (WIAQ, Brisbane DX Club), power station engineer, education (ME, UQ) - Electoral Rolls: student (Windsor, 1925); engineer (Wilston, 1925-1928; Camp Hill, 1934-1943; Clayfield, 1949-1972; Albion, 1977) ===''WELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Welling|Welling, Thomas]] [https://www.familysearch.org/tree/person/details/LLHB-KQZ] - 1898(Eng)-1960(SA) - Licences: 5TW Adelaide (North Adelaide, 1937); 5TW Mt Gambier (1938-1939, 1947-1960) - Qualifications: cc; 2COCP 179, 1930; 1COCP 81, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: wireless engineer (Mt Gambier, SA, 1939-1941); wireless technician (Mt Gambier, SA, 1943) ===''WELLINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hudson Wellington|Wellington, Stanley Hudson]] [https://www.familysearch.org/tree/person/details/LB84-47Y] - 1909(Tas)-1981(NSW) - Licences: 7PK Hobart (New Town, 1932-1933); 3SX Melbourne (Brighton, 1937-1939) - Qualifications: cc; AOCP 1002, 1932, No. ?? in Tas; AOLCP 117, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: representative (Caulfield, 1936); chemist (Brighton, Vic, 1937-1942); manager (Mosman, 1949-1980) ===''WELLMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Joseph Wellman|Wellman, Leo Joseph]] [https://www.familysearch.org/tree/person/details/L1SW-R9S] - 1898(NSW)-1965(NSW) - 2PS Receive Sydney (Marrickville, 1923), 2LW Sydney (Marrickville, 1925-1928), amateur operator (AOCP 117, 1925, No. ?? in NSW), amateur broadcaster ===''WELSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud William Welsh|Welsh, Claude or Claud William]] [https://www.familysearch.org/tree/person/details/GZPH-WS4] - 1914(Qld)-1988(Qld) - Licences: 4CW Warwick (1937-1939); 4DK Mackay (1975-1980+) - Qualifications: cc; AOCP 1982, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, Qld, 1937-1943); engineer (Kew, Vic, 1943); radio technician (Warwick, Qld, 1958; Mackay, Qld, 1958); technician (Mackay, Qld, 1963); radio technician (Mackay, Qld, 1968-1980) ===''WERRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Errol Limbrick Werrett|Werrett, Errol Limbrick]] [https://www.familysearch.org/tree/person/details/G8SK-FMH] - 1908(Tas)-1974(Eng) - Licences: Receive (Crystal) Hampshire (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm worker (Hampshire, 1936-1937); fitter (South Melbourne, 1943); engineer (Caulfield, 1949-1968; Balaclava, 1972) ===''WESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Frederick Shorter Weston|Weston, Cyril Frederick Shorter]] [https://www.familysearch.org/tree/person/details/GZVJ-FXY] - 1905(Eng)-1988(NSW) - Licences: 4EN Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephone mechanic (Kedron, 1928); Christian worker (Darlinghurst, 1934); grocer (Oatley, 1943); agriculturalist (Ourimbah, 1949); salesman (Paekhurst, 1963-1980); retired (Charmhaven, 1980) * [[/George James Weston|Weston, George James]] [https://www.familysearch.org/tree/person/details/GXQ3-Y8Q] - 1868(Eng)-1939(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 702, 1922 - RANRS (Radio Lieutenant) - Comment: Several contemporaneous GJWs - Electoral Rolls: telegraph operator (Albany, 1903); civil servant (Kalgoorlie, WA, 1910-1912); civil servant (Wireless Station, Carlingford, NSW, 1913); sailor (Toorak, 1919); naval officer (Elsternwick, 1919); civil servant (Auburn, Vic, 1922); wireless engineer (Auburn, Vic, 1924-1927); retired engineer (Upwey, 1931-1937) * [[/Robert Marcus Hamilton Weston|Weston, Robert Marcus Hamilton "Mark"]] [https://www.familysearch.org/tree/person/details/GX8K-KW6] - 1915(NSW)-1995(NSW) - Licences: 4XO Bundaberg (1938-1939); 2WE Sydney (Lidcombe, 1946-1947); 2AWE Sydney (Kingsford, 1955; Kensington, 1956-1957); 2AYK Sydney (Kensington, 1957; Kingsford, 1958-1961); 2CM Sydney (Dolls Point, 1964-1980) - Qualifications: cc; AOCP 2076, 1938, Qld; 2COCP 386, 1940; 1COCP 581, 1942 - amateur operator; amateur broadcaster; ship wireless officer; wireless officer (QANTAS) - Relationships: husband of 2MR Verle Lorraine Weston nee Key(s) - Electoral Rolls: marine wireless operator (Auchenflower, Qld, 1943); radio operator (Blakehurst, NSW, 1949; Kingsford, NSW, 1954-1963; Sans Souci, NSW, 1968-1980) * [[/Verle Lorraine Keys|Weston nee Key(s), Verle Lorraine]] - 1934(???)-1985(NSW) - 2MR Sydney (Dolls Point, 1964-1980), YL amateur operator (AOCP ???, 1964, No. ?? in Qld), wife of Robert Marcus Hamilton Weston 2CM * [[/William Wood Weston|Weston or Wehrstedt, William Wood]] [https://www.familysearch.org/tree/person/details/GDPG-KBQ] - 1912(WA)-1953(WA) - Licences: 6MW Perth (Nedlands, 1935-1939; North Beach, 1947-1948) - Qualifications: cc; AOCP 1465, 1935, WA; BOCP 596, 1944 - amateur operator; amateur broadcaster - Comment: Further clarification of identification required - Electoral Rolls: assistant operator (Subiaco, WA, 1936-1937); operator (Leederville, WA, 1943-1954; North Perth, WA, 1958-1968; Leederville, WA, 1972-1977) ===''WHALLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Percy Whalley|Whalley, Rupert Percy]] [https://www.familysearch.org/tree/person/details/GZGZ-CV3] - 1894(Vic)-1969(Vic) - Licences: 3JZ Receive Melbourne (Sandringham, 1922); 3JZ Melbourne (Sandringham, 1923-1927); 3JZ Myrtleford (1937-1939); 3JZ Wangaratta (1946-1948); 3JZ Melbourne (Blackburn, 1954-1969) - Qualifications: cc; AOCP 238, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: builder (Sandringham, 1919-1925); farmer (Myrtleford, 1927-1942); tobacco grower (Wangaratta, 1949); foreman (Blackburn, 1954-1968) - Relationships: father of 3ZWZ Robert Kelvin Whalley ===''WHEELER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Winslow Wheeler|Wheeler, Harry Winslow]] [https://www.familysearch.org/tree/person/details/GCBC-BYC] - 1910(SA)-1990(SA) - Licences: 5FB Adelaide (Eden Hills, 1927-1928); 5HW Adelaide (Eden Hills, 1933-1939) - Qualifications: AOCP 371, 1927, No. ?? in SA - amateur operator; amateur broadcaster; military (WW2, RAAF, DFC) - Electoral Rolls: chemist (Eden Hills, SA, 1939-1943); lecturer (Kalgoorlie, WA, 1954-1968) * [[/Victor George Wheeler|Wheeler, Victor George]] [https://www.familysearch.org/tree/person/details/GW4Z-FGL] - 1897(Eng)-1976(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; coastal wireless operator; WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: electric mechanic (Roebourne, 1917-1922); manager (Fremantle, 1925) ===''WHITAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Thomas Whitaker|Whitaker, Albert Thomas]] [https://www.familysearch.org/tree/person/details/LKKW-5DB] - 1895(NSW)-1960(NSW) - Licences: 2OI Receive Sydney (Banksia, 1923); 2OI Sydney (Banksia, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: labourer (Rockdale, 1930; Banksia, 1933-1934); builder (Banksia, 1937-1949); instructor (Mount Colah, 1954-1958) ===''WHITBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Roy Whitburn|Whitburn, Douglas Roy "Doug"]] [https://www.familysearch.org/tree/person/details/LZT2-3JX] - 1904(SA)-1958(SA) - Licences: 5BY Adelaide (Toorak, 1927-1931; Fullarton, 1933-1939; Rosefield, 1946-1947; Fullarton, 1948-1956) - Qualifications: cc; AOCP 312, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Rosefield, 1943) * [[/Robert Philip Whitburn|Whitburn, Robert Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GZBF-5XB] - 1896(NSW)-1991(NSW)94yo - Licences: XACJ Sydney (Leichhardt, 1913-1914); 2DK Receive Sydney (Leichhardt, 1922); 2DK Sydney (Leichhardt, 1923-1926) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: chairmaker (Leichhardt, 1930-1968); retired (West Ryde, 1972-1980) ===''WHITE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Matthews White|White, Alfred Matthews]] - 1894(Eng)-1981(Qld) - Licences: 4CX Receive Winton (1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1 - Electoral Rolls: grazier (Tranby, Winton, 1915-1958); retired (Buderim, Qld, 1963-1980) * [[/Charles Robert White|White, Charles Robert]] [https://www.familysearch.org/tree/person/details/GXLC-S5H] - 1911(SA)-1986(Vic) - Licences: 5MX Adelaide (Kilkenny, 1931-1939) - Qualifications: cc; AOCP 802, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edwin Harold White|White, Edwin Harold "Eddie"]] [https://www.familysearch.org/tree/person/details/GZTQ-QGH] - 1911(Qld)-1997(Qld) - Licences: 4EW Brisbane (Red Hill, 1933-1939); 4EW Mackay (1946-1950); 4EW Brisbane (Red Hill, 1954-1956); 5OW & 8OW Darwin (1956-1963); 4OW Brisbane (Red Hill, 1963-1965); 4OW Mt Isa (1969); 4OW Brisbane (Red Hill, 1975) - Qualifications: cc; AOCP 1141, 1933, No. ?? in Qld; 1COCP 250, 1939 - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, Fortress Signals); federal public servant (DCA) - Electoral Rolls: compositor (Red Hill, 1934-1936); radio technician (Longreach, 1937); aeradio operator (Cloncurry, 1943; Mackay, 1949); communications officer (Archerfield, 1954); public servant (Red Hill, 1963; Mt Isa, 1968; Red Hill, 1972-1980) * [[/Frank Philip White|White, Frank Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GXSJ-9NF] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 189, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: Nil yet identified * [[/Frank Roy White|White, Frank Roy]] [https://www.familysearch.org/tree/person/details/GD4P-LVT] - 1911(NSW)-1994(???) - Licences: Nil yet identified - Qualifications: cc; 2COCP 5, 1934; 1COCP 12, 1934 - beam wireless operator (AWA); WW2 - Electoral Rolls: clerk (West Ryde, 1933-1935); telegraphist (Roseville, 1936-1937; Ryde, 1943-1968) * [[/J. L. White|White, J. L.]] - 19??(???)-19??(???) - Licences: 6JL via Brass Valley (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''WHITELAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Roy Whitelaw|Whitelaw, Charles Roy]] [https://www.familysearch.org/tree/person/details/99WD-7NY] - 1891(Vic)-1957(Vic) - Licences: XMO Melbourne (Rosedale, 1913-1914); 3BH Melbourne (Mooroolbark, 1923-1925); 3BH Stawell (1925); 3BH Benalla (1925-1927); 3BH Melbourne (Mitcham, 1931); 3BH Woomelang (1933); 3BH Melbourne (Mornington 1937-1939); 3BH (Harrisfield, 1946-1947; Dandenong, 1948; Noble Park, 1954-1955; Boronia, 1956) - Qualifications: cc; AOCP 87, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; fire brigade and railway stationmaster; WW1 (AFC, Wireless Operator, 1917) - Electoral Rolls: railway employee (Creswick, 1914); assistant stationmaster (Ravenswood, 1919); stationmaster (Mooroolbark, 1922-1924); railway employee (Timboon, 1925); stationmaster (Benalla, 1925-1927; Mitcham, 1931; Euroa, 1942; Harrisfield, 1949-1954) ===''WHITING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Ambrose Whiting|Whiting, Reginald Ambrose]] [https://www.familysearch.org/tree/person/details/GXR6-XDQ] - 1911(SA)-1981(Vic) - Licences: 5MC Adelaide (Torrensville, 1932-1933); 3MZ Melbourne (East Preston, 1947-1980+) - Qualifications: cc; AOCP 988, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (South Yarra, Vic, 1934; Essendon, Vic, 1937); fitter & turner (Preston, Vic, 1942-1968); fitter (Preston, Vic, 1972-1980) ===''WHITLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gough Whitlam|Whitlam, Edward Gough "Gough"]] [https://www.familysearch.org/tree/person/details/L5VH-8BJ] - 1916(Vic)-2014(NSW) - Prime Minister (1972-1975), WW2 (RAAF, Flight Lieutenant, navigator & bomb aimer, 1942-1945) - Electoral Rolls: student (Glebe, 1943); barrister (Cronulla, 1949; Cabramatta, 1958-1963; Red Hill, 1977; Double Bay, 1980) - executive oversight of the introduction of community radio in Australia - Links: [[w:Gough Whitlam|Wikipedia]] * [[/Lewis Alfred John Whitlam|Whitlam, Lewis Alfred John]] [https://www.familysearch.org/tree/person/details/LYY1-BBB] - 1904(Qld)-1977(Qld) - Licences: Receive (Crystal) Brisbane (Brisbane City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer's assistant (Brisbane City, Qld, 1931-1937); electrical engineer (Windsor, Qld, 1943-1968); engineer (Windsor, Qld, 1972-1977) ===''WICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. Wicks|Wicks, C.]] - 18??(???)-19??(???) - Licences: XQK Brisbane (South Brisbane) (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WILDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cyril George Wildman|Wildman, Cyril George]] [https://www.familysearch.org/tree/person/details/GMG3-GNP] - 1900(Vic)-1982(Vic) - Licences: 3FM Melbourne (Northcote, 1930-1931; Moreland, 1933-1939, 1946-1948; East Brunswick, 1954-1980+) - Qualifications: AOCP 624, 1930, No. ?? in Vic; BOCP 422, 1942 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Melbourne, 1927; Fitzroy North, 1931; Coburg, 1934-1942); electrical engineer (Brunswick East, 1977-1980) ===''WILKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Winstanley Wilkin|Wilkin, John Winstanley]] [https://www.familysearch.org/tree/person/details/L6LX-1P7] - 1891(NZ)-1967(SA) - Licences: 5JW Adelaide (North Adelaide, 1928; Osmond, 1931; Glen Osmond, 1933; North Walkerville, 1937-1938) - Qualifications: cc; Nil yet identified; likely qualified in NZ - amateur operator; amateur broadcaster - Electoral Rolls: manager (Toorak, SA, 1939-1943) ===''WILKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wilkins|Wilkins, Arthur]] - 19??(???)-19??(???) - Licences: 3AW Melbourne (Murrumbeena, 1927; East St Kilda, 1931) - Qualifications: AOCP 375, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: - several contemporaneous Arthur Wilkins, specific to be identified ===''WILKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Angus Wilkinson|Wilkinson, Dudley Angus]] [https://www.familysearch.org/tree/person/details/LR41-Q53] - 1919(SA)-1988(SA) - Licences: 5WD Adelaide (Frewville, 1935-1939; College Park, 1947-1948) - Qualifications: cc; AOCP 1455, 1935, SA; BOCP 182, 1938; 1COCP 284, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hawthorn, SA, 1941; Ballarat, Vic, 1942) ===''WILLIAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Williams|Williams, Albert Edward]] - 19??(???)-19??(???) - Licences: 5BO Adelaide (Unley, 1930-1931); 5BO Adelaide (Ottaway, 1946-1975) - Qualifications: cc; AOCP 659, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: - several contemporaneous AEWs in SA * [[/Alex Elisha Williams|Williams, Alex Elisha]] [https://www.familysearch.org/tree/person/details/G8JC-RN9] - 1913(Vic)-1981(Vic) - Licences: 3KT Melbourne (Elsternwick, 1933-1939) - Qualifications: AOCP 1062, 1932, Vic - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Elsternwick, 1936-1937; Camberwell, 1943-1949; Highfield Park, 1954); school teacher (Frankston, 1967-1968); teacher (Frankston, 1972-1980) * [[/Alfred Keith Williams|Williams, Alfred Keith]] [https://www.familysearch.org/tree/person/details/G8C3-3SS] - 1905(WA)-1932(WA) - Licences: 6AW Collie (1929-1931) - Qualifications: cc; AOCP 502, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: picture S. operator (Collie, 1930) * [[/Ernest Arthur Williams|Williams, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/LKNS-QYG] - 1888(NSW)-1968(NSW) - Licences: 2QY Receive Wollongong (1923); 2QY Wollongong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Wollongong, 1913, 1930-1958); retired (Wollongong, 1968) * [[/Harold Parkyn Williams|Williams, Harold Parkyn]] [https://www.familysearch.org/tree/person/details/G7CW-DGX] - 1881(Qld)-1933(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - first general manager of ABC - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/williams-harold-parkyn-9112 ADB] * [[/J. E. Williams|Williams, J. E.]] - 19??(???)-19??(???) - Licences: 4DQ Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: many contemporaneous JEWs - Electoral Rolls: Nil yet identified * [[/John Henry Williams|Williams, John Henry Jnr "Johnny" "Jack"]] [https://www.familysearch.org/tree/person/details/MP3D-8NG] - 1880(Qld)-1953(Qld) - Licences: 4JH Mackay (1929-1931) - Qualifications: cc; AOCP 507, 1929, No ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: iron monger? (Mackay, 1925-1943) - established commercial broadcaster 4MK Mackay 1931 * [[/Leslie Samuel Barnes Williams|Williams, Leslie Samuel Barnes]] [https://www.familysearch.org/tree/person/details/G8F2-X56] - 1896(Qld)-1974(Qld) - Licences: 4LS Brisbane (Indooroopilly, 1930-1933); 4LS Toogoolawah (1937-1939) - Qualifications: cc; AOCP 630, 1930, Qld - amateur operator, amateur broadcaster - Electoral Rolls: naval signalman (Cape Moreton, 1917-1922); saddler (Indooroopilly, 1925-1931); boot repairer (Toogoolawah, 1934-1958); retired (Taringa, 1963-1972) * [[/Neville Williams|Williams, Neville]] - 1915(NSW)-1996(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: - Links: [http://messui.polygonal-moogle.com/valves/NW199701.pdf EA] ===''WILLIAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Joseph Augustine Williamson|Williamson, Cecil Joseph Augustine]] [https://www.familysearch.org/tree/person/details/K879-9HC] - 1925(NSW)-1973(NSW) - Licences: 2CW Yass (1929-1931); 2ALS Yass (1939, 1946-1954) - Qualifications: AOCP 525, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Yass, 1930-1949); farmer (Trundle, 1949); mechanic (Orange, 1954-1972) * [[/Frederick Lerpiniere Williamson|Williamson, Frederick Lerpiniere]][https://www.familysearch.org/tree/person/details/LB6L-GCH] - 1896(SA)-1976(SA) - Licences: 5AH Receive Adelaide (Kent Town, 1922); 5AH Adelaide (Kent Town, 1922-1927; Collinswood, 1928, 1948-1955); also dealer licence 5BT Adelaide 1925-1926 for Kauper, Austin & Williamson - Qualifications: cc; AOCP 22, 1924, No. ?? in SA; BOCP 284, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Hubert Gordon Williamson|Williamson, Hubert Gordon]] [https://www.familysearch.org/tree/person/details/LH7J-YQP] - 1907(Vic)-1995(Vic) - 3GW Rainbow (1927-1939, 1946-1960), 3GW Lalor (1965-1969), 3GW Melbourne (East Doncaster, 1975-1980), 3GH Rainbow (1937-1939), amateur operator (AOCP 342, 1927, No. ?? in Vic), (1COCP 593, 1942), amateur broadcaster * Williamson nee Hutchings, Marjorie Lilian - See Marjorie Lilian Hutchings ===''WILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Oliver Willis|Willis, Harold Oliver]] [https://www.familysearch.org/tree/person/details/G8VS-NLZ] - 1898(Vic)-1976(WA) - Licences: 6OW Perth (South Fremantle, 1930-1931); 6AM Perth (South Fremantle, 1933); 6HW Perth (South Fremantle, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 675, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: baker (South Fremantle, 1925-1968) ===''WILLMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILMOTT * [[/Thomas Robert Willmott|Willmott or Wilmot, Thomas Robert]] [https://www.familysearch.org/tree/person/details/GZD6-TB4] - 1886(NSW)-1947(NSW) - Licences: 2BR Receive South Grafton (1922); 2ZO South Grafton (1923-1931) - Qualifications: cc; AOCP 48, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Grafton South, 1930-1943) ===''WILLOUGHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lancelot Willoughby|Willoughby, Eric Lancelot]] [https://www.familysearch.org/tree/person/details/LR88-Q5X] - 1912(SA)-19??(???) - Licences: 5BM Adelaide (Penrhyn, 1932-1939); 5GO Adelaide (Unley, 1948); 3FB Noojee (1954-1956); 3FB Neerim Junction (1960); 4EW Booval (1965-1980+) - Qualifications: cc; AOCP 1035, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Penrhyn, SA, 1939-1943); farmer (Noojee, Vic, 1949-1954); PMG Linesman (Booval, Qld, 1963-1968); PMG (Booval, Qld, 1972-1977) ===''WILMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILLMOTT * [[/John Henry Wilmott|Wilmott, John Henry]] [https://www.familysearch.org/tree/person/details/GFQY-PTR] - 1914(WA)-2003(NSW) - Licences: 6JW Perth (Como, 1934-1939); 2AJX Sydney (Lindfield, 1975); 2AJX Bathurst (1980) - Qualifications: cc; AOCP 1345, 1934, WA; 1COCP 170, 1938 - amateur operator; amateur broadcaster - Comment: Several contemporaneous JHWs - Electoral Rolls: aircraft radio officer (Lindfield, NSW, 1949); communications officer (Lindfield, NSW, 1958-1968); proprietor (Bathurst, NSW, 1977-1980) ===''WILSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Wilson|Wilson, A. H.]] - 19??(???)-19??(???) - Licences: 4DL Receive Brisbane (Kangaroo Point, 1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Darius Joseph Wilson|Wilson, Darius Joseph]] [https://www.familysearch.org/tree/person/details/G8ZR-GJ4] - 1901(NSW)-1987(NSW) - Licences: 2DW Sydney (Leichhardt, 1929-1931; Lidcombe, 1933; Five Dock, 1933-1939, 1946-1948; Warwick Farm, 1950; Yagoona, 1954-1980) - Qualifications: AOCP 548, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: french polisher (Leichhardt, 1930; Five Dock, 1943-1949); no occupation (Five Dock, 1954); french polisher (Yagoona, 1954-1968); polisher (Yagoona, 1972-1977) * [[/Horace Benjamin Wilson|Wilson, Horace Benjamin "Ben"]] [https://www.familysearch.org/tree/person/details/G8DV-71R] - 1911(WA)-2005(NSW) - Licences: 5WB Adelaide (Wayville, 1930-1937; Unley Park, 1938-1939); 2BP Sydney (McMahons Point, 1946-1948; West Ryde, 1950-1980+) - Qualifications: cc; AOCP 586, 1930, No. ?? in SA; AOLCP 161, 1934; 2COCP 33, 1935; 1COCP 72, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Unley Park, 1939); recording engineer (McMahons Point, 1949); business manager (West Ryde, 1954-1980) * [[/Leonard Gratton Wilson|Wilson, Leonard Gratton]] [https://www.familysearch.org/tree/person/details/GQN8-3K6] - 1901(NSW)-1990(WA) - Licences: 6LG Perth (Inglewood, 1928; South Perth, 1930-1931; Como, 1954-1980+) - Qualifications: cc; AOCP 429, 1928, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: vigneron (Caversham, 1925); police constable (South Perth, 1931-1936; Como, 1937); constable (Albany, 1943-1949); police constable (Como, 1954-1958) * [[/Leslie Maclean Wilson|Wilson, Leslie Maclean]] [https://www.familysearch.org/tree/person/details/LRH5-9TL] - 1893(NSW)-1972(NSW) - 2LM Marsden (1924-1926), 2LM Sydney (Cremorne, 1927), 2LM Mudgee (1928-1939), 2LM Port Macquarie (1960-1969+), amateur operator (AOCP 33, 1924, No. ?? in NSW), amateur broadcaster, pastoralist * [[/Perry Allen Wilson|Wilson, Perry Allen]] - 19??(???)-19??(???) - Licences: 4AT Receive Eumundi (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motordriver (Eumundi, Qld, 1925-1934); garage proprietor (Eumundi, Qld, 1936-1943) * [[/Victor John Wilson|Wilson, Victor John]] [https://www.familysearch.org/tree/person/details/GX8K-NPY] - 1909(Qld)-2009(Qld)99yo - Licences: Receive Brisbane (New Farm, 1923); 4VW Brisbane (Newstead, 1937-1939); 4VW Nambour (1960); 4VW Brisbane (Everton Park, 1965) - Qualifications: cc; AOCP 1100, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: panel beater (Newstead, Qld, 1931-1937; Nambour, Qld, 1958; Everton Park, Qld, 1963-1980) * [[/Warne Alfred George Wilson|Wilson, Warne Alfred George]] [https://www.familysearch.org/tree/person/details/LKLN-Y39] - 1900(Vic)-1981(Vic) - Licences: 3RY Receive Ballarat (1923); 3RY Ballarat (1924-1925); 3WA Ballarat (1928-1939, 1946-1960); 3KV Ballarat (1980) - Qualifications: cc; AOCP 444, 1928, No. ?? in Vic; AOLCP 20, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Ballarat, 1924); radio engineer (Ballarat, 1927-1980) * [[/Wilfred Elvyn Wilson|Wilson, Wilfred Elvyn]] [https://www.familysearch.org/tree/person/details/GDSB-MB4] - 1880(Eng)-1964(NSW) - Licences: 2JI Receive Sydney (Roseville, 1922-1923); 2JI Sydney (Roseville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: optician (Roseville, 1930-1963) ===''WING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James John Wing|Wing, William James John]] [https://www.familysearch.org/tree/person/details/GDHH-WKW] - 1887(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 188, 1916; 2COCP 142, 1930; 1COCP 212, 1931 - coastal wireless operator; RANRS (CPO, 1917-1918); AWA - Electoral Rolls: wireless operator (Hotel Metropole, Thursday Island, Qld, 1914); wireless engineer operator (Radio Station, Applecross, WA, 1917); radiotelegraphist (Cooktown, 1921); business manager (Epping, 1930); sales manager (Epping, 1933-1936; Roseville, 1937; Chatswood, 1943-1949); manager (Melbourne, 1954) ===''WINTERFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Charles Burnett Brereton Winterford|Winterford, Dudley Charles Burnett Brereton]] [https://www.familysearch.org/tree/person/details/G3ML-FJH] - 1908(Qld)-1988(Canada?) - Licences: 4MF Brisbane (Annerley, 1927-1931); 4MF Southport (1933); 4MF Sarina (1938-1939) - Qualifications: cc; AOCP 363, 1927, No. 40 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Annerley, 1931); mechanic (Coorparoo, 1937); electrician (Sarina, 1943); electrical contractor (Broadbeach, 1949) ===''WISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Wise|Wise, George Henry]] [https://www.familysearch.org/tree/person/details/GDDS-D87] - 1853(Vic)-1950(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - politician (Postmaster-General, 1920-1921) - Electoral Rolls: solicitor (Sale, 1905-1949) - Links: [[w:George Wise (Australian politician)|Wikipedia]] ===''WISEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Cleave Wiseman|Wiseman, William James Cleave]] [https://www.familysearch.org/tree/person/details/GX2M-ZP8] - 1906(SA)-1976(SA) - Licences: 5WJ Port Lincoln (1931-1939); 5WJ Ceduna (1947-1948); 5WJ Adelaide (Parafield, 1954) - Qualifications: cc; AOCP 759, 1931, No. ?? in SA; 1COCP 485, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Port Lincoln, SA, 1939-1941); aeradio operator (Ceduna, SA, 1943) ===''WISHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Turner Wishart|Wishart, William Turner "Bill, Billy"]] [https://www.familysearch.org/tree/person/details/GHQ3-J9S] - 1900(Qld)-1994(Qld) - Licences: 4WT Brisbane (Graceville, 1931-1939); 6TW Perth (Claremont/Floreat Park, 1946-1948); 4WX Brisbane (St Lucia, 1965-1969; Margate 1975-1980+) - Qualifications: cc; AOCP 870, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, councillor, federal councillor) - Electoral Rolls: mechanic (Red Hill, Qld, 1921); optical mechanic (Paddington, Qld, 1925; Graceville, Qld, 1928-1937); audiometrist (Floreat Park, WA, 1949; Darlington, WA, 1949); retired (Wynnum North, Qld, 1972; Margate, Qld, 1977-1980) ===''WITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sidney Herbert Witt|Witt, Sidney Herbert "Sid"]] [https://www.familysearch.org/tree/person/details/GD3D-BDV] - 1892(Vic)-1973(Vic) - Licences: 3MZ Receive Melbourne (Camberwell, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Malvern, 1914-1916); electrical engineer (Camberwell, 1922); engineer (Brighton, 1925-1943; Glen Iris, 1958-1968; Burwood, 1972)) - Links: [https://adb.anu.edu.au/biography/witt-sidney-herbert-12059 ADB] ===''WOLFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hamilton Bennett Wolfe|Wolfe, Hamilton Bennett]] [https://www.familysearch.org/tree/person/details/G9H2-8K6] - 1886(Vic)-1956(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 193, 1916; 2COCP 242, 1930; 1COCP 213, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: clerk (Bairnsdale, Vic, 1908-1912); wireless telegraphist (Applecross, WA, 1925-1926); radio telegraphist (Geraldton, 1936-1949); retired (Nedlands, WA, 1954) ===''WOLFENDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Wolfenden|Wolfenden, Peter]] - 3ZPA Strathmore (1965) - amateur operator, historian (amateur, amateur broadcasting), journalist (WIA's "Amateur Radio") ===''WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Abner David Wood|Wood, Abner David]] [https://www.familysearch.org/tree/person/details/GZ7R-BJC] - 1910(Eng)-1976(SA) - Licences: 6AS Mt Barker (1935-1939) - Qualifications: cc; AOCP 1534, 1935, WA; BOCP 654, 1945 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Percy Wood|Wood, Percy]] [https://www.familysearch.org/tree/person/details/G8M8-2V1] - 1909(Qld)-19??(???) - Licences: 4RQ Ipswich (1927-1931); 4PW Ipswich (1933-1939); 2EPW Banora Point - Qualifications: cc; AOCP 359, 1927, No. 39 in Qld - amateur operator; amateur broadcaster; journalist (QRN, AR); engineer (IREE) - Electoral Rolls: electrical mechanic (Ipswich, 1931); radio dealer (Ipswich, 1937-1949; East Ipswich, 1954-1968); electrical dealer (Banora Point, 1977-1980) ===''WOODLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Woodley|Woodley, William Robert]] [https://www.familysearch.org/tree/person/details/G8VC-CYY] - 1909(???)-1995(WA) - Licences: 6BY Perth (West Leederville, 1930-1931); 6DJ Perth (Carlisle, 1946-1948; Victoria Park, 1954-1956; Maniana, 1960-1980+) - Qualifications: cc; AOCP 680, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Claremont, 1936-1937); mechanic (Victoria Park, 1943); radio mechanic (Carlisle, 1949; Victoria Park, 1954; Maniana, 1963-1980) - Callsign possibly withdrawn for commercial ===''WOOKEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Bruce Wookey|Wookey, Robert Bruce]] [https://www.familysearch.org/tree/person/details/9DP1-GVW] - 1907(Vic)-1974(Vic) - Receive Geelong (1923-1924), 3RW Geelong (1925-1927), 3IC Geelong (1948-1974), amateur operator (AOCP 146, 1925, No. ?? in Vic), amateur broadcaster, postal clerk ===''WOOLACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Prosser Woolacott|Woolacott, Francis Prosser "Frank"]] [https://www.familysearch.org/tree/person/details/GZFL-94T] - 1903(NSW)-1968(NSW) - 2ST Receive Sydney (Drummoyne, 1923-1924), 2FW Sydney (Drummoyne, 1925-1926), amateur operator (AOCP 119, 1925, No. ?? in NSW), amateur broadcaster ===''WOOLLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edgar Woollett|Woollett, David Edgar]] [https://www.familysearch.org/tree/person/details/GZTM-HDP] - 1920(NSW)-2001(NSW) - Licences: 2ZDE Sydney (Beverley Hills, 1956-1980+) - Qualifications: AOLCP 202, 1956; AOCP 4292, 1965, NSW - amateur operator, WW2 - Electoral Rolls: telephone technician (Beverley Hills, 1949-1972; Narwee, 1977-1980) * [[/N. Woollett|Woollett, N.]] - 19??(???)-19??(???) - Licences: 2ZY Sydney (Mosman, 1926-1927) - Qualifications: AOCP 276, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: ? ===''WOOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Ronald Woolley|Woolley, Leon Ronald]] [https://www.familysearch.org/tree/person/details/L214-JQH] - 1898(Qld)-1971(Qld) - Licences: 4FW Ipswich (1931); 4FW Townsville (1933); 4FW Ipswich (1937-1939, 1946-1969) - Qualifications: cc; AOCP 751, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, ATC); employment (school teacher) - Electoral Rolls: schoolteacher (Bell, Qld, 1919-1921; Newtown, Qld, 1925; Kia Ora, Townsville, 1931; Newtown, Qld 1934-1963) ===''WOOLNOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Stephen Woolnough|Woolnough, Archibald Stephen]] [https://www.familysearch.org/tree/person/details/G8CG-9PK] - 1909(Vic)-2004(Vic) - Licences: 3BW Portarlington (1929-1980+) - Qualifications: AOCP 519, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: business proprietor (Portarlington, 1931-1980) * [[/Walter Lyell Woolnough|Woolnough, Walter Lyell]] [https://www.familysearch.org/tree/person/details/9CJF-LS3] - 1906(NSW)-1999(NSW) - 2GW Sydney (Killara, 1925-1927; Gordon, 1928-1930; Greenwich, 1931; Gordon, 1933-1936), 2GW Lithgow (1937-1939), Sydney (Gordon, 1946-1980+), amateur operator (AOCP 153, 1925, No. ?? in NSW), amateur broadcaster, licence held by father Walter George Woolnough till 1933, engineer ===''WOOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Meredith Wooster|Wooster, Horace Meredith "Jack"]] [https://www.familysearch.org/tree/person/details/L23Q-CGW] - 1909(Qld)-1992(Qld) - Licences: 4VH Townsville (City, 1930-1939; Belgian Gardens, 1946-1948); 4VH Brisbane (Yeronga, 1954-1980+) - Qualifications: cc; AOCP 623, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; state public servant (Qld Railways, telegraphist; Qld Main Roads Dept); military (Army signals officer) - Electoral Rolls: clerk (Townsville, 1931-1932; Norman Park, 1937; Townsville, 1943-1949; Yeronga, 1954-1980) ===''WORRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Albert Worrall|Worrall, Leonard Albert]] [https://www.familysearch.org/tree/person/details/LTL5-L1L] - 1912(NSW)-1978(Qld) - Licences: 2XM Sydney (Parramatta, 1933-1934; Punchbowl, 1935-1936); 4XM Cairns (1937-1939); 4WL Brisbane (Stafford Heights, 1975) - Qualifications: cc; AOCP 1221, 1933, NSW - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Punchbowl, NSW, 1934-1936; Cairns, Qld, 1937); bank clerk (Wynnum, Qld, 1943); clerk (Wynnum North, Qld, 1954-1963); bank manager (Tarragindi, Qld, 1968); manager (Stafford Heights, Qld, 1972-1977) ===''WORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Worth|Worth, Sydney or Sidney Ernest]] [https://www.familysearch.org/tree/person/details/GXBH-5Z3] - 1905(WA)-1963(WA) - Licences: 6SW Perth (Rivervale, 1930-1933; Nedlands, 1937-1939) - Qualifications: cc; CPRT 958, 1927; 2COCP 223, 1930; 1COCP 226, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rivervale, WA, 1931); wireless operator (Nedlands, WA, 1936-1958) ===''WRAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward James Crawford Wraith|Wraith, Edward James Crawford "Jim"]] [https://www.familysearch.org/tree/person/details/KV2C-11D] - 1862(Vic)-1942(Vic) - Early wireless experimenter ===''WRATTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn James Wratten|Wratten, Mervyn James]] [https://www.familysearch.org/tree/person/details/GZJM-DV8] - 1918(Qld)-1999(Qld) - Licences: 4MW Ipswich (Brassall, 1937-1939; North Ipswich, 1946-1947; Brassall, 1948-1980+); 4LX Gold Coast (Palm Beach, 1956-1969) - Qualifications: cc; AOCP 1932, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Ipswich ARC); military (WW2, CMF, AIF); employment (Cribb & Foote, manager, radio section); business proprietor (Avon Theatre) - Electoral Rolls: shop assistant (Brassall, Qld, 1943-1977; North Ipswich, Qld, 1980) ===''WRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Milroy Percy Wray|Wray, Ronald Milroy Percy]] [https://www.familysearch.org/tree/person/details/G8H3-QYM] - 1909(Vic)-1963(NSW) - Licences: 2WX Sydney (Hurstville, 1929-1961) - Qualifications: AOCP 472, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified ===''WREFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Norman Wreford|Wreford, Roger Norman]] [https://www.familysearch.org/tree/person/details/GX22-N2X] - 1909(WA)-1990(SA) - Licences: 2ADC Broken Hill (1936-1937); 5RW Adelaide (Blackwood, 1938-1939; Mitcham, 1947-1954; South Brighton, 1955-1960; Crafers, 1965-1980+) - Qualifications: cc; AOCP 1714, 1936, NSW - amateur operator; amateur broadcaster - Relationships: Brother of 5DW-6IW Arthur Franklin Wreford - Electoral Rolls: bank clerk (Broken Hill, NSW, 1935-1936; Blackwood, SA, 1939; Mitcham, SA, 1941-1943) * [[/Arthur Franklin Wreford|Wreford, Arthur Franklin]] [https://www.familysearch.org/tree/person/details/G3V1-92S] - 1898(WA)-19??(???) - Licences: 5DW Adelaide (Kensington Gardens, 1937-1939; Cumberland, 1947-1954); 6IW Perth (Armadale, 1955-1969) - Qualifications: cc; AOCP 2037, 1937, SA; 2COCP 452, 1941 - amateur operator; amateur broadcaster; WW1 - Relationships: Brother of 2ADC-5RW Roger Norman Wreford - Electoral Rolls: bank clerk (Kensington Gardens, SA, 1939); mechanic (Crystal Brook, SA, 1941; Cumberland, SA, 1943); civil servant (Gosnells, WA, 1954); technician (Armadale, WA, 1958) - Links: [https://discoveringanzacs.naa.gov.au/browse/person/133040 NAA] ===''WRIEDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Sjoberg Albert Wriede|Wriede, George Sjoberg Albert]] [https://www.familysearch.org/tree/person/details/LKG2-VK8] - 1900(Qld)-1971(Qld) - Licences: 4DJ Receive Caboolture (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: railway employee (Cooroy, 1921; Miriam Vale, 1925-1958); retired (Gladstone, 1963) ===''WRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Wright|Wright, Albert Edward]] - 19??(???)-19??(???) - Licences: 2SS Receive Scarborough (1923); 2SS Scarborough (1924-1925); 2SS Coledale (1926-1933); 2SS Coolah (1933); 2SE Scarborough (1935-1936); 2SE Louth/Bourke (1937-1938); 2SE Walgett (1939); 2SE Willow Tree (1946); 2SE Stanmore (1947-1950); 2SE Sydney (Guildford, 1954-1961); 2SE Quirindi (1965) - Qualifications: cc; AOCP 118, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Comment: several contemporaneous Albert Edward Wrights in NSW, needs specific data to identify - Electoral Rolls: Nil yet identified * [[/A. W. H. Wright|Wright, A. W. H. "Bill"]] - 19??(???)-19??(???) - 5BW Adelaide, 3AAW, 4TU Garbutt (-1950+, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster * [[/Collis Page Wright|Wright, Collis Page]] [https://www.familysearch.org/tree/person/details/GD1P-P9L] - 1912(Tas)-2004(Tas) - Licences: 7LZ Launceston (1933-1980+) - Qualifications: cc; AOCP 1099, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draper's assistant (Launceston, 1936-1937); salesman (Launceston, 1943); draper (Launceston, 1949-1968) * [[/Eric John Wright|Wright, Eric John]] [https://www.familysearch.org/tree/person/details/GXHG-P2G] - 1904(Qld)-1967(Qld) - Licences: 4DY Brisbane (Annerley, 1936-1939; Windsor, 1947; Buranda, 1948; Annerley, 1954; Buranda, 1955-1956; Ekibin, 1960-1965) - Qualifications: cc; AOCP 1816, 1936, Qld; 3COCP 1471, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: turner (Annerley, Qld, 1937-1943; Annerley, Qld, 1949); waterside worker (Ekibin, Qld, 1963) * [[/Frederick Harold Wright|Wright, Frederick Harold]] [https://www.familysearch.org/tree/person/details/GF95-LW1] - 1910(Eng)-1972(WA) - Licences: 6FR Perth (Buckland Hill, 1936-1937; Mosman Park, 1938-1939, 1947-1960) - Qualifications: cc; AOCP 1809, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Buckland Hill, WA, 1936; Mosman Park, WA, 1943-1963) * [[/William Henry Hilsdon Wright|Wright, William Henry Hilsdon]] [https://www.familysearch.org/tree/person/details/GDVF-RKL] - 1905(Qld)-1967(Qld) - Licences: 4FA Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Murrays Creek, 1930; Ballandean, 1937-1949); teacher (Toowoomba, 1954-1963) ===''WYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Hemingway Wyle|Wyle, Albert John Hemingway]] [https://www.familysearch.org/tree/person/details/GF3J-6L7] - 1913(WA)-1990(WA) - Licences: 6BW Perth (Shenton Park, 1937-1939; Nedlands, 1947-1980+) - Qualifications: cc; AOCP 1865, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: radio salesman (Nedlands, WA, 1943-1968); salesman (Dalkeith, WA, 1972-1980) ===''WYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Agar Wynne|Wynne, Agar]] [https://www.familysearch.org/tree/person/details/LZ4J-6CN] - 1850(Eng)-1934(Vic) - senior federal politician (Postmaster-General, 1913-1914) * [[/Alfred Percy Wynne|Wynne, Alfred Percy]] [https://www.familysearch.org/tree/person/details/L858-Q52] - 1885(Qld)-1966(Qld) - proprietor music business (Wynne's Music, Maryborough), proprietor broadcasting station (4MB Maryborough) - Electoral Rolls: piano tuner (Paddington, 1908; Mooloolah, 1909); commercial traveller (Mooloolah, 1912); piano tuner (Maryborough, 1913); salesman (Brisbane, 1916-1917; Mooloolah, 1919; Maryborough, 1919-1925); music store proprietor (Maryborough, 1928-1949); business manager (Maryborough, 1963) =='''X'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> =='''Y'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''YATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Gordon Yates|Yates, Kenneth Gordon]] [https://www.familysearch.org/tree/person/details/GXRW-CJ3] - 1910(SA)-2000(SA) - Licences: 5RP Adelaide (Cottonville, 1939, 1947-1954; Westbourne Park, 1955-1980+) - Qualifications: cc; AOCP 2371, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Cottonville, SA, 1939-1943) * [[/Reginald Colin Yates|Yates, Reginald Colin]] [https://www.familysearch.org/tree/person/details/GXRW-QX6] - 1914(SA)-1984(NSW) - Licences: 5RY Wyalla (1935-1937); 2AGZ Wollongong (1938-1939, 1947); 2AGZ Sydney (Mosman, 1948-1950); 2AGZ Broken Hill (1954-1957); 2AGZ Newcastle (Hamilton, 1958-1961; Charlestown, 1965-1980) - Qualifications: cc; AOCP 1474, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Wollongong, NSW, 1943); electrical engineer (Mosman, NSW, 1949); engineer (Wollongong, NSW, 1954); chartered electrical engineer (Merewether, NSW, 1958); professional engineer (Charlestown, NSW, 1968-1980) ===''YEATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Melville Yeates|Yeates, Henry Melville]] [https://www.familysearch.org/tree/person/details/G698-PXG] - 1912(Tas)-1980(???) - Licences: 7HY Launceston (1936-1939, 1948-1956) - Qualifications: cc; AOCP 1621, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Launceston, 1936-1937); electrical contractor (Launceston, 1949-1954); salesman (Mosman, NSW, 1958-1977) ===''YORSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Sutherland Yorston|Yorston, Ernest Sutherland]] [https://www.familysearch.org/tree/person/details/GZY8-46D] - 1909(Vic)-1971(Vic) - Licences: 3ES Melbourne (Caulfield, 1926-1939) - Qualifications: AOCP 299, 1926, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1931-1937); sales (Caulfield, 1942; Elsternwick, 1949); manufacturer (Caulfield, 1954-1963); director (Oakleigh, 1967-1968) ===''YOUNG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Crawford Addison Young|Young, Crawford Addison]] [https://www.familysearch.org/tree/person/details/GF3C-DQT] - 1914(WA)-1971(WA) - Licences: 6CY Perth (Fremantle, 1934-1939, 1947-1969) - Qualifications: cc; AOCP 1265, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Fremantle, WA, 1936-1937; South Fremantle, WA, 1943-1968) * [[/Ivan Harold Young|Young, Ivan Harold]] [https://www.familysearch.org/tree/person/details/L118-BVF] - 1910(Qld)-2000(Qld) - Licences: 4YG Brisbane (Albion) (1930-1939); 4YH Brisbane (Mitchelton) (1969-1980+) - Qualifications: cc; AOCP 708, 1930, No. ?? in Qld; BOCP 315, 1940 - amateur operator; amateur broadcaster; radio technician (Mission Control Station, Thursday Island) - Electoral Rolls: nil (Albion, 1931-1937); public servant (Newmarket, 1943; Mitchelton, 1949-1980) * [[/James Wolstenholme Young|Young, James Wolstenholme]] [https://www.familysearch.org/tree/person/details/L2TQ-Z2R] - 1909(NSW)-1995(NSW) - Licences: 2JY Sydney (Turramurra, 1925-1934; Roseville, 1938-1939); 2JY Katoomba (1946); 2JY Sydney (Mona Vale, 1947-1948; Willoughby, 1950-1961; Middle Cove, 1965-1980) - Qualifications: AOCP 189, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: articled clerk (Turramurra, 1932-1934), solicitor (Roseville, 1937; Katoomba, 1943; Willoughby, 1954-1977) * [[/John William Young|Young, John William]] [https://www.familysearch.org/tree/person/details/L6RN-2XX] - 1906(Qld)-1981(Qld) - Licences: 4JY Brisbane (Rosalie, 1931; Sandgate, 1933; Rosalie, 1938; Coorparoo, 1946-1980+) - Qualifications: cc; AOCP 752, 1931, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Rosalie, 1931); clerk (Sandgate, 1936); storeman (Rosalie, 1937; Coorparoo, 1943-1963); commercial traveller (Coorparoo, 1968-1980) * [[/William Anderson Young|Young, William Anderson]] [https://www.familysearch.org/tree/person/details/G89P-B3K] - 1897(Sct)-1956(Qld) - Licences: 4WA Brisbane (West End, 1927-1931) - Qualifications: cc; AOCP 330, 1927, No. 34 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: boot employee (West End, 1925-1937); bootmaker (Ashgrove, 1943-1954) =='''Z'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''ZECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Zech|Zech, William James]] [https://www.familysearch.org/tree/person/details/GZDZ-YJG] - 1893(Eng)-1973(NSW) - Licences: XABQ Sydney (Annandale, 1912-1914), 2DL Sydney (Annandale, 1922, Receive), 2WZ Sydney (Annandale, 1925-1927; Ashfield, 1928-1930; Stanmore, 1933-1934), 2ACP Sydney (Enmore, 1937; Como, 1938), 2ACP Katoomba 1939 & 1946-1975) - Qualifications: CPRTelephony 424; no record of AOCP - early wireless experimenter, ship wireless operator, amateur operator, amateur broadcaster - Electoral Rolls: {{BookCat}} 9r4v83eg0kzdwagf2dehh1v9v781ot0 4089911 4089851 2022-08-09T18:55:35Z Samuel.dellit 1387936 /* AMES */ wikitext text/x-wiki {{incomplete}} {{WikipediaCredit}} {{CompactTOC8|side=yes}} Thumbnail Radio Biographies sorted alphabetically by surname '''Many of the stars of Australia's Radio Universe''' '''Covering the full gamut from hypergiants to brown dwarfs''' '''Each lit the way forward to broadcasting in Australia''' =='''A'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''ABBISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Frederick Abbiss|Abbiss, John Edwin Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/GZZJ-6H9] - 1907(Eng)-1977(Qld) - Licences: 4JA Brisbane (Balmoral, 1930; Morningside, 1931-1939) - Qualifications: cc; AOCP 581, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Evans Deakin shipyards) - Halcyon: p. 83, Abiss - Electoral Rolls: engineering draftsman (Morningside, 1936); draftsman (Coorparoo, 1937; Morningside, 1949-1977) ===''ABBOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Nicholson Abbott|Abbott, Reginald Nicholson or Nicolson]] [https://www.familysearch.org/tree/person/details/9V2T-FTG] - 1897(Vic)-1980(Vic) - Licences: 3VR Melbourne (Alphington, 1923-1927); 3ABB Melbourne (Caulfield, 1947-1980) - Qualifications: cc; CPRT 273, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Alphinton, 1925-1927; St Kilda, 1931-1937; Caulfield, 1942-1949); technician (Caulfield, 1954-1977) * [[/Roy Edgar Abbott|Abbott, Roy Edgar]] [https://www.familysearch.org/tree/person/details/L6MT-CZX] - 1902(NSW)-1943(Qld) - Licences: 2YK Dorrigo (1930-1931); 2YK Telegraph Point (1933-1939) - Qualifications: cc; CPRTelephony 668, 1921; AOCP, not yet identified; 2COCP 179, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Dorrigo, 1930; Telegraph Point, 1933-1937; Mittagong, 1943) - Sacrifice: "Greater love hath no man than this" * [[/Thomas Kingsmill Abbott|Abbott, Thomas Kingsmill]] [https://www.familysearch.org/tree/person/details/LHFH-4FH] - 1891(NSW)-1933(NSW) - Licences: 2TK Wingen (1926-1929) - Qualifications: cc; Nil yet identified (likely military) - amateur operator; amateur broadcaster; WW1; witness to Royal Commission 1927 (as Graziers' Assoc NSW) - Comment: beware other contemporaneous TK Abbotts - Electoral Rolls: overseer (Muralla, 1913); grazier (Wollongong, 1931) - Links: [https://vwma.org.au/explore/people/209607 Obit] ===''ABRAHAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Abrahams|Abrahams, Frank]] [https://www.familysearch.org/tree/person/details/G836-Y6P] - 1903(Vic)-1984(Vic) - Licences: 3FA Melbourne (South Yarra, 1924-1925) - Qualifications: cc; 3COCP 6089, 1966 - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (St Kilda, 1925-1931); manufacturer (St Kilda, 1935-1936; Malvern, 1943-1967; Toorak, 1977-1980) - Relationships: brother of Louis Henry Abrahams * [[/Louis Henry Abrahams|Abrahams, Louis Henry]] [https://www.familysearch.org/tree/person/details/G8GJ-GZP] - 1889(Vic)-1940(Vic) - Licences: Receive (Valve) Melbourne (St Kilda, 1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1; director (Victorian Radio Interests Ltd); witness to Royal Commission Wireless 1927 - Electoral Rolls: potter (Brunswick, 1909); tobacconist (South Yarra, 1912-1921); manufacturer (St Kilda, 1924-1926); burner (Brunswick, 1937-1942) - Relationships: brother of 3FA Frank Abrahams ===''ACKERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Adam Ackerman|Ackerman, Joseph Adam]] [https://www.familysearch.org/tree/person/details/GZZV-49L] - 1911(NSW)-1993(Qld) - Licences: 2ALG Sydney (Carlton, 1938-1939, 1946-1948); 2ALG Wentworthville (1950); 2ALG Sydney (Parramatta, 1954-1958; North Rocks, 1960-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 2229, 1938, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal employee (Paddington, 1932; Annandale, 1933-1936; Kogarah, 1937-1943; Carlton, 1949); clerk (Parramatta, 1954-1958); senior supervisor (Wentworthville, 1963; Epping, 1968-1972); retired (Sans Souci, 1977; Hurstville, 1980) ===''ACKLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Daniel Ackling|Ackling, Harold Daniel]] [https://www.familysearch.org/tree/person/details/LD5F-8RK] - 1892(NSW)-1982(NSW) - Licences: 2PX Sydney (Bankstown, 1930-1980+) - Qualifications: cc; AOCP 612, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Randwick, 1913); machinist (Bankstown, 1930-1980) ===''ACKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Frederick Gloucester Ackland|Ackland, Stanley Frederick Gloucester]] [https://www.familysearch.org/tree/person/details/L5PB-C2Y] - 1904(SA)-1966(SA) - Licences: Receive Adelaide (Prospect, 1923); 5SF Adelaide (Prospect, 1924-1931; Linden Park, 1954-1965) - Qualifications: cc; AOCP 21, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Burnside, 1939-1943) ===''ADAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Adams|Adams, Frank John]] [https://www.familysearch.org/tree/person/details/GZJM-29V] - 1880(Eng)-1968(Vic) - Licences: 3XO Receive Melbourne (Brighton, 1923); 3XO Melbourne (Brighton, 1924-1939) - Qualifications: cc; AOCP 155, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; manager - Electoral Rolls: motor garage proprietor (Brighton, 1913); garage proprietor (Elsternwick, 1919-1921; Brighton, 1922-1924); manager (Brighton, 1925-1954); nil (Brighton, 1963-1968) * [[/Peter Harry Arthur Adams|Adams, Peter Harry Arthur "Pete"]] [https://www.familysearch.org/tree/person/details/LT3N-XMC] - 1909(NSW)-1984(NSW) - Licences: Receive (Valve) Sydney (Cremorne, 1923-1924); 2JX Sydney (Cremorne, 1927; Manly, 1929; Cremorne, 1930; Gordon, 1931; Woolahra, 1933; Epping, 1933; Cremorne, 1935-1936; Thornleigh, 1937; Waverton, 1938-1939; Denistone, 1946-1947; Avalon Beach, 1948-1950); 2JX Wentworth Falls (1954-1961); 2JX Sydney (Pymble, 1965-1969); 2JX Nambucca Heads (1975); 2JX Wentworth Falls (1980+) - Qualifications: cc; AOCP 380, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933); labourer (Epping, 1934); engineer (St Kilda, 1934); radio engineer (Thornleigh, 1937; Darlinghurst, 1943); engineer (Avalon Beach, 1949; Wentworth Falls, 1958); retired (Valla Beach, 1972-1977; Wentworth Falls, 1980) ===''ADAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Kenneth Adamson|Adamson, William Kenneth]] [https://www.familysearch.org/tree/person/details/MLXZ-HX5] - 1905(SA)-1982(SA) - Licences: Receive Adelaide (Parkside, 1923-1924); 5WA Adelaide (Parkside, 1925-1927; Fullarton, 1928-1939) - Qualifications: cc; AOCP 135, 1925, No. ?? in SA - amateur operator; amateur broadcaster; engineer - Electoral Rolls: engineer (Fullarton, 1939-1943) ===''AGNEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Gordon Carlisle Agnew|Agnew, Robert Gordon Carlisle]] [https://www.familysearch.org/tree/person/details/LDKK-D8Y] - 1904(WA)-1975(WA) - Licences: 6RA Perth (Nedlands, 1931-1939) - Qualifications: cc; AOCP 721, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1925; Nedlands, WA, 1931-1972) ===''AKEROYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gordon Akeroyd|Akeroyd, Arthur Gordon]] [https://www.familysearch.org/tree/person/details/G6F2-JXL] - 1890(Vic)-1948(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Meteorologist, Forecasting and Statistical Division, Victoria) - Electoral Rolls: civil servant (Northcote, Vic, 1912-1915); meteorologist (Northcote, 1921-1937); civil servant (Cottesloe, WA, 1943) - Links: [https://adb.anu.edu.au/biography/akeroyd-arthur-gordon-9321 ADB] ===''ALDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Oscar Edward Alder|Alder, Oscar Edward "Ock"]] [https://www.familysearch.org/tree/person/details/KJZ2-D3P] - 1896(Qld)-1987(Qld) - Licences: 4JB Brisbane (Albion, 1928-1939, 1946-1948; Chermside, 1954-1969) - Qualifications: cc; AOCP 423, 1928, No. 47 in Qld - amateur operator; amateur broadcaster; wool classer - Halcyon: p. 28, 84, 137 - Electoral Rolls: student (Albion, 1919); wool classer (Albion, 1925-1937; Cunnamulla, 1943); warehouse assistant (Chermside, 1949-1980) ===''ALDERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Zerbini Alderman|Alderman, Valentine Zerbini]] [https://www.familysearch.org/tree/person/details/GXVL-F8N] - 1893(SA)-1919(SA) - Licences: XVC Adelaide (Glenelg, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: Nil yet identified ===''ALEXANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Talbot Meredith Alexander|Alexander, Talbot Meredith]] [https://www.familysearch.org/tree/person/details/L1FJ-MZN] - 1888(Vic)-1978(Qld) - Licences: 4TM Brisbane (Ashgrove, 1931-1933); 4TM Townsville (North Ward, 1937-1939) - Qualifications: cc; 2COCP 315, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: salesman (Kew, Vic, 1912-1914); wireless instructor (Melbourne City, 1925-1926); superintendent wireless (Glenferrie, Vic, 1926-1927); sales representative (City, Brisbane, 1928); business manager (North Ward, Qld, 1936-1937); instructor (Paddington, Qld, 1943); commercial traveller (East Brisbane, Qld, 1949; New Farm, 1954-1958); retired (Moorooka, 1968-1977) ===''ALLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus John Allan|Allan, Angus John]] [https://www.familysearch.org/tree/person/details/GX2C-YWF] - 1912(SA)-1996(SA) - Licences: 5UL Adelaide (Ovingham, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 2013, 1937, SA; 1COCP 458, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Ovingham, SA, 1939-1941) * [[/John Allan|Allan, John]] [https://www.familysearch.org/tree/person/details/GXH1-PFG] - 1905(Sct)-19??(???) - Licences: 4AN Brisbane (Chermside, 1937-1939) - Qualifications: cc; AOCP 1938, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous JAs - Electoral Rolls: Nil yet identified ===''ALLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Mason Allard|Allard, George Mason]] [https://www.familysearch.org/tree/person/details/G6HT-JMV] - 1866(Eng)-1953(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman of Directors (AWA); witness to Royal Commission Wireless 1927 - Honours: knighted; K.B. - Electoral Rolls: secretary (Wahroonga, 1930-1937); accountant (Wahroonga, 1943-1949) - Links: [https://adb.anu.edu.au/biography/allard-sir-george-mason-4999 ADB] ===''ALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Allen|Allen, Albert Edward]] [https://www.familysearch.org/tree/person/details/G69B-SGR] - 1902(Tas)-1969(Tas) - Licences: 7PA Hobart (New Town, 1933-1937; Moonah, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 1171, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: brother of 7AL Thomas Arthur Allen - Electoral Rolls: electrical engineer (New Town, 1928-1936; Moonah, 1937-1954) * [[/George Alexander Allen|Allen, George Alexander]] [https://www.familysearch.org/tree/person/details/GD3H-DJK] - 1891(Sct)-1965(USA) - Licences: Nil yet identified - Qualifications: CPRT 49, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: Nil yet identified * [[/Kenneth Douglas Allen|Allen, Kenneth Douglas]] [https://www.familysearch.org/tree/person/details/G8N5-19J] - 1907(WA)-2002(Qld) - Licences: 2GX Sydney (West Ryde, 1930-1934) - Qualifications: AOCP 648, 1930, NSW; 3COCP 4263, 1963 - amateur operator, amateur broadcaster, WW2 (Army, Royal Australian Engineers, Lieutenant, 1940) - Education: BSc (Syd Uni, 1933) - Electoral Rolls: student (West Ryde, 1930-1935); director (Woolwich, 1936-1937); soldier (Woolwich, 1943); engineer (Woolwich, 1963-1972; Hunters Hill, 1977; Gladesville, 1980) * [[/Robert Kelvin Allen|Allen, Robert Kelvin]] [https://www.familysearch.org/tree/person/details/GQTK-TH9] - 1916(Qld)-1942(Indonesia) - Licences: 4PR Brisbane (1936-1939) - Qualifications: AOCP 1634, 1936, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 13 Squadron, Pilot Officer), (Halcyon, p. 177) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/allen-robert-kelvin-404945/] * [[/Thomas Arthur Allen|Allen, Thomas Arthur]] [https://www.familysearch.org/tree/person/details/G6SQ-9YN] - 1916(Tas)-1998(Tas) - Licences: 7AL Hobart (New Town, 1936-1939, 1946-1956; Lindisfarne,1960-1980+) - Qualifications: cc; AOCP 1738, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 7PA Albert Edward Allen - Electoral Rolls: salesman (New Town, 1943-1954); director (Lindisfarne, 1963-1972) ===''ALLINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Thirlmier John Allinson|Allinson, Lancelot Thirlmier John]] [https://www.familysearch.org/tree/person/details/L81B-F4P] - 1896(NSW)-1961(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 804, 1924 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: radiotelegraphist (Applecross, WA, 1925; Broome, WA, 1931; Como, WA, 1931; South Perth, WA, 1936-1943; Broome, WA, 1949-1954); telegraphist (Esperance, WA, 1958) ===''ALLSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Cottam Allsop|Allsop, Raymond Cottam "Ray"]] [https://www.familysearch.org/tree/person/details/LJLT-SNJ] - 1898(NSW)-1972(NSW) - Licences: XCA Sydney (Randwick, 1911-1914); 2YG Sydney (Randwick, 1924; Coogee 1924-1929; Roseville, 1930); 2AYG Sydney (Roseville, 1946-1947+); 2NA Sydney (Roseville, 1961); 2BL Sydney (Roseville, 1965-1969) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW); broadcaster (2BL, chief engineer); journalist (Wireless Weekly, 1920s); military (RAN Volunteer Reserve, Lieutenant; WW2 (RAN, Engineer Lieutenant); witness to Royal Commission Wireless 1927 (obo Broadcasters Sydney Ltd; federal public servant (ABCB, member, 1953-1954) - Honours: Coronation Medal, 1937; OBE, 1971 - Electoral Rolls: radio engineer (Roseville, 1930); engineer (Roseville, 1933; Gordon, 1937; Roseville, 1943); electronic engineer (Roseville, 1949); director (South Yarra, 1954); engineer (Roseville, 1958-1968) - Links: [https://adb.anu.edu.au/biography/allsop-raymond-cottam-ray-9344 ADB]; [http://messui.polygonal-moogle.com/valves/NW199001.pdf EA] ===''ALSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Russell Alsop|Alsop, John Russell]] [https://www.familysearch.org/tree/person/details/LKB3-WXQ] - 1906(Vic)-1973(Vic) - 3MI Melbourne (Kew, 1925-1939), amateur operator (AOCP 76, 1925, No. ?? in Vic), amateur broadcaster, engineer ===''AMBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Charles Ambler|Ambler, Sydney Charles]] - 1892(NSW)-1956(WA) - Licences: XYAE Perth (West Perth, 1913) - Qualifications: cc; CPRT 891, 1925; 2COCP 72, 1929; 1COCP 158, 1938 - early wireless experimenter - Electoral Rolls: ===''AMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement Edgar Ames|Ames, Clement Edgar "Clem"]] [https://www.familysearch.org/tree/person/details/KNDX-JF8] - 1889(SA)-1957(SA) - Licences: XVG Adelaide (Torrensville, 1913-1914); 5AV Adelaide (Kent Town, 1923; Hindmarsh, 1924) - Qualifications: cc; Nil identified - early wireless experimenter; amateur operator; amateur broadcaster; operator 5WI (1925) - Electoral Rolls: engineer (Allenby Gardens, 1939-43) ===''ANCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Leslie Finion Ancher|Ancher, Norman Leslie Finion or Tinian]] [https://www.familysearch.org/tree/person/details/GXL7-MCQ] - 1910(NSW)-1983(NSW) - Licences: 5NA Adelaide (Mile End, 1937-1939); 2NH Sydney (Lindfield, 1946-1947; Mosman, 1948-1954; Cremorne, 1955-1980+) - Qualifications: cc; AOCP 2057, 1937, SA; BOCP 476, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Chatswood, NSW, 1934); sound engineer (West Maitland, NSW, 1936); engineer (Mile End, SA, 1939; Rose Park, SA, 1941-1943); radio engineer (Mosman, NSW, 1949; Cremorne, NSW, 1958-1968); engineer (Cremorne, NSW, 1972); technical officer (Lane Cove, NSW, 1972-1980) ===''ANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Ronald Anderson|Anderson, Alexander Ronald]] [https://www.familysearch.org/tree/person/details/GXPM-L6J] - 1914(SA)-1997(SA) - Licences: 5GM Adelaide (Eastwood, 1936-1939, 1947; Payneham South, 1948-1980+) - Qualifications: cc; AOCP 1700, 1936, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: warehouseman (Eastwood, SA, 1939-1943) * [[/Andrew Oswald Anderson|Anderson, Andrew Oswald "Oswald", "Andy", "A.O."]] [https://www.familysearch.org/tree/person/details/99GB-Z8L] - 1885(NSW)-1944(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Electoral Rolls: accountant (Mosman, 1913); manager (Rose Bay, 1930; Vaucluse, 1934-1935) - Links: [https://ozvta.com/wp-content/uploads/2011/12/anderson-oswald-1062017.pdf Bio] * [[/Eric William Alfred Anderson|Anderson, Eric William Alfred]] [https://www.familysearch.org/tree/person/details/G8WX-744] - 1908(Vic)-1986(Vic) - Licences: 3KH Melbourne (East Malvern, 1928-1931; Glen Iris, 1933-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 424, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Malvern, 1936-1937); engineer (Camberwell, 1943; Glen Iris, 1949-1968; Burwood, 1972-1980) * [[/Frederic Brian Anderson|Anderson, Frederic Brian]] [https://www.familysearch.org/tree/person/details/L5YN-TYJ] - 1918(Eng)-2008(SA)90yo - Licences: 5FA Tanunda (1934-1939); 5FA Waikerie (1947-1956) - Qualifications: cc; AOCP 1351, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: clerk (Tanunda, SA, 1939-1943) * [[/G. R. Anderson|Anderson, G. R.]] - 19??(???)-19??(???) - Licences: Receive Adelaide (Gilberton, 1923); 5GA Adelaide (Highgate, 1931-1933; Myrtle Bank, 1937-1939, 1947-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/John Francis Anderson|Anderson, John Francis]] [https://www.familysearch.org/tree/person/details/G8JJ-WFL] - 1914(Vic)-19??(???) - Licences: 3JA Warrnambool (1930-1933); 3JA Nullawarre (1937-1939, 1946-1980+) - Qualifications: AOCP 661, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farmer (Warrnambool, 1936; Nullawarre, 1937-1980)- Comment: Several contemporaneous JFAs * [[/Keith Sydney Anderson|Anderson, Keith Sydney]] [https://www.familysearch.org/tree/person/details/GZLK-8J9] - 1911(WA)-1944(Vic) - Licences: 6KS Perth (North Perth, 1935); 6KS Mt Magnet (1937); 6KS Perth (1938-1939) - Qualifications: cc; AOCP 1487, 1935, WA - amateur operator; amateur broadcaster; WW2 (Army, 2nd/1st Infantry Battalion, Private) - Electoral rolls: bank officer (Mt Magnet, WA, 1936-1937; East Perth, WA, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/618137 VWMA]; [https://www.awm.gov.au/collection/R1691738 Roll of Honour]; [https://www.awm.gov.au/collection/P10295040 AWM] * [[/Maurice Bernard Anderson|Anderson, Maurice Bernard]] [https://www.familysearch.org/tree/person/details/GC3V-WL9] - 1908(SA)-1960(Vic) - Licences: Receive Adelaide (Cheltenham, 1923-1924); 5MA Adelaide (Cheltenham, 1925-1928); 3AMA Melbourne (Sandringham, 1947-1956) - Qualifications: cc; AOCP 103, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; fitter - Electoral Rolls: radio engineer (Cloncurry, Qld, 1931-1937) * [[/Percy James Anderson|Anderson, Percy James]] [https://www.familysearch.org/tree/person/details/G8WN-6Y7] - 1908(Vic)-1998(Vic) - Licences: 3PA Melbourne (Westgarth, 1928-1933; West Preston, 1937-1939, 1946-1956); 3PA Dooen (1965-1969); 3PA Geelong (Wallington, 1975-1980) - Qualifications: AOCP 428, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Westgarth, 1934); engineer (Preston, 1936-1963); technician (Horsham, 1967-1968); retired (Wallington, 1972-1980) - Relationships: brother-in-law of 3JR Christopher James Rainbow * [[/Robert Arthur Crosbie Anderson|Anderson, Robert Arthur Crosbie "Bob"]] [https://www.familysearch.org/tree/person/details/G8VK-GZN] - 1908(Vic)-1990(Vic) - Licences: 3WY Melbourne (Camberwell, 1930-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 691, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Camberwell, 1931-1949; Glen Iris, 1954-1967; Burwood, Vic, 1972-1980) ===''ANEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Anear|Anear, Francis George]] [https://www.familysearch.org/tree/person/details/9XLK-9D6] - 1910(SA)-1971(SA) - Licences: 5LK Carrow (1929-1931); 9WZ Momote, Admiralty Islands (1954); 5WZ Adelaide (Parkside, 1955); 3AGF Melbourne (Laverton, 1960); 5WZ Adelaide (Parkside, 1965-1969) - Qualifications: cc; AOCP 556, 1929, No. ?? in SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil identified as Francis George Anear ===''ANGEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Benjamin Angel|Angel, Henry Benjamin "Harry"]] [https://www.familysearch.org/tree/person/details/GQWW-K4Y] - 1891(Eng)-1998(Qld, 106yo) - Licences: 4HA Brisbane (St Lucia, 1935-1939; Enoggera, 1946-1969; Lota, 1975-1980+) - Qualifications: cc; AOCP 1503, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW1, AIF Signals; WW2, AMF, Navy); business proprietor (radio service) - QSLs: Entire collection held by SLQ - Halcyon: p. 51, 60, 81, 163 - Electoral Rolls: motor driver (Kangaroo Point, Qld, 1919; Toowong, Qld, 1919-1925); carrier (St Lucia, Qld, 1928-1937); radio mechanic (Enoggera, Qld, 1949-1972); retired (Lota, Qld, 1977-1980) ===''ANSCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Arthur Anscombe|Anscombe, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/G6TL-7LR] - 1888(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: turner & fitter (Northcote, Vic, 1912-1913; Surrey Hills, Vic, 1914); mechanic (Albert Park, Vic, 1919); manager (Box Hill, Vic, 1927-1943) ===''ANTHONY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Henry Anthony|Anthony, Michael Henry]] [https://www.familysearch.org/tree/person/details/LK3H-6B7] - 1894(Vic)-1966(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio telegraphist (Thursday Island, 1919); telegraphist (Prahran, 1921-1924); clerk (Oakleigh, 1934); railway employee (Sandringham, Vic, 1936-1942); telegraphist (Sandringham, 1954-1963) * [[/Reginald Major Anthony|Anthony, Reginald Major "Reg"]] [https://www.familysearch.org/tree/person/details/GCYN-YWG] - 1908(SA)-1986(SA) - Licences: 5CM Adelaide (Unley Park, 1927-1937; Medindie Gardens, 1938-1939; Prospect, 1946-1960; Somerton Park, 1965-1980+) - Qualifications: cc; AOCP 324, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Wilfred Boykett Anthony - Electoral Rolls: Nil * [[/Wilfred Boykett Anthony|Anthony, Wilfred Boykett]] [https://www.familysearch.org/tree/person/details/GCYJ-3HZ] - 1903(SA)-1974(SA) - Licences: Receive Adelaide (Unley Park, 1923) - Qualifications: Nil identified - amateur receive operator, WW2 - Relationships: Brother of Reginald Major Anthony - Electoral Rolls: bank clerk (Netherby, 1939-1941) ===''APPERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Apperley|Apperley, George]] [https://www.familysearch.org/tree/person/details/GDNQ-5XG] - 1887(NZ)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 704, 1922; 1COCP 237, 1931 - NZ Gov. Telegraphs pre 1910; British Colonial Gov, 1910-1912; AWA (from 1913; Chief Marconi Wireless School 1914-1916; Works Manager 1916-1919; technical superintendent 1919-1923; OIC Beam Wireless 1924; Traffic Manager, Beam Wireless - Electoral Rolls: engineer (Elsternwick, 1922); manager (St Kilda, 1928; Caulfield, Vic, 1931-1936; Elsternwick, Vic, 1943); engineer (Manly, NSW, 1954) ===''ARCHIBALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Wilson Archibald|Archibald, Ian Wilson]] [https://www.familysearch.org/tree/person/details/G8HM-9LC] - 1902(WA)-1993(NSW) - Licences: 2BJ Receive Tingha (1922); 2KU Sydney (Dulwich Hill, 1928-1939, 1946-1955; Sans Souci, 1956-1965; Noraville, 1969-1980+) - Qualifications: cc; AOCP 457, 1928, No. ?? in NSW; 3COCP 2393, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: mining engineer (Dulwich Hill, 1930-1933); engineer (Dulwich Hill, 1936-1954); chemist (Sans Souci, 1958-1963); retired (Noraville, 1968) ===''ARGAET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stanislaus Argaet|Argaet, William Stanislaus]] [https://www.familysearch.org/tree/person/details/GZDZ-8Z8] - 1894(NSW)-1951(Qld) - Licences: 4KH Brisbane (Wynnum, 1931-1939, 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; business proprietor (Wynnum bus service) - Halcyon, p. 87, 127 - Electoral Rolls: electrician (Coorparoo, 1925); bus proprietor (Wynnum, 1928-1949) ===''ARMATI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rex Gordon Armati|Armati, Rex Gordon]] [https://www.familysearch.org/tree/person/details/2S42-XKH] - 1899(Qld)-1973(Qld) - Licences: 4DB Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: chemist's assistant (Stanton Hill, Townsville, 1921-1928); salesman (Neutral Bay, 1930); chemist's assistant (Stanton Hill, Townsville, 1936-1943); employment officer (Darlinghurst, 1949); clerk (Darlinghurst, 1954-1958; Kings Cross, 1963); shipping clerk (Surry Hills, 1968-1972) ===''ARMSTRONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Howard Armstrong|Armstrong, Edwin Howard]] [https://www.familysearch.org/tree/person/details/L5ZX-354] - 1890(USA)-1954(USA) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - USA inventor of the superheterodyne receiver [https://worldradiohistory.com/Archive-Radio-Club-of-America/Legacies-of-Edwin-Howard-Armstong-1990-11-Radio-Club-of-America.pdf RCA 1990 Special Edition] * [[/Stanley John Armstrong|Armstrong, Stanley John]] [https://www.familysearch.org/tree/person/details/GX4V-K7Y] - 1910?(NSW)-1972(Qld) - Licences: 4ZK Brisbane (Enoggera, 1932-1933); 4SA Brisbane (Enoggera, 1954-1969) - Qualifications: cc; AOCP 1004, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: soldier (Windsor, Qld, 1919); clerk (Enoggera, Qld, 1922-1968) * [[/Thomas Armstrong|Armstrong, Thomas]] [https://www.familysearch.org/tree/person/details/G88Q-GGZ] - 1895(Sct)-1964(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRTelephony 217, 1916; 1COCP 132, 1930 - witness to Royal Commission 1927 (obo PMGD) - senior federal public servant (Superintendent, Wireless Branch, NSW, PMGD), promoted to role upon retirement of William Tamillas Stephen Crawford ===''ARNOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Sydney Arnold|Arnold, Albert Sydney]] [https://www.familysearch.org/tree/person/details/9M2W-ZG2] - 1882(NSW)-1965(NSW) - Licences: XAB Sydney (Ashfield, 1911-1914) - Qualifications: Nil identified as yet - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Ashfield, 1913-1954); company secretary (Hurlstone Park, 1958); retired (Hurlstone Park, 1963) * [[/Edwin Charles Arnold|Arnold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/L8QX-H7J] - 1898(NSW)-1970(NSW) - Licences: 2BY Receive Tamworth (1922); 2BY Tamworth (1923-1925); 2BY Coolah (1925-1927); 2BY Sydney (Manly, 1928; Mona Vale, 1933-1936); 2AGW Sydney (Manly, 1938-1939) - Qualifications: cc; AOCP 226, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Mona Vale, 1931-1934), clerk (Balgowlah Heights, 1943-1968) * [[/Ernest Noel Arnold|Arnold, Ernest Noel]] [https://www.familysearch.org/tree/person/details/G84H-8J6] - 1907(NSW)-1978(NSW) - Licences: Receive (Crystal) Albury (1923-1924); 2OJ Albury (1928-1939, 1946-1975) - Qualifications: AOCP 452, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Albury, 1930-1937); fruit merchant (Albury, 1949-1977) * [[/Joseph Leslie Grahame Arnold|Arnold, Joseph Leslie Grahame "Les"]] [https://www.familysearch.org/tree/person/details/L853-R3J] - 1912(Vic)-1991(Tas) - Licences: 7AM Launceston (City, 1934-1939; Invermay, 1946-1956; Mowbray, 1960-1969; City, 1975-1980+) - Qualifications: cc; AOCP 1263, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: textile worker (Launceston North, 1936-1954); mechanic (Mowbray, 1968) * [[/William Henry Redvers Arnold|Arnold, William Henry Redvers]] [https://www.familysearch.org/tree/person/details/L2J7-SZ1] - 1903(Eng)-1993(WA) - Licences: 6BA Perth (Wembley, 1936-1937); 6BA Katanning (1938-1939) - Qualifications: cc; AOCP 1762, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Subiaco, WA, 1931-1937); electrical fitter (Katanning, WA, 1943; Kalgoorlie, WA, 1943); engineer (South Fremantle, WA, 1949); fitter (Scarborough, WA, 1954); electrician (Scarborough, WA, 1958); engineer (Floreat Park, WA, 1963); electrical contractor (West Perth, WA, 1968; South Perth, WA, 1972); electrician (Australind, WA, 1977) ===''ARTHUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Glendon Arthur|Arthur, Charles James Glendon "Glen"]] [https://www.familysearch.org/tree/person/details/G8CT-T62] - 1915(Qld)-1983(Qld) - Licences 4GJ Dayboro (1935-1939); 4GJ Brisbane (Morningside, 1946-1980+) - Qualifications: cc; AOCP 1450, 1935, Qld; BOCP?; 2COCP 493, 1941; 1COCP 639, 1942 - amateur operator, amateur broadcaster - Halcyon: p. 80 - Electoral Rolls: radio engineer (Wagga Wagga, 1943); radio mechanic (Morningside, 1949-1980) ===''ASHBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. W. C. Ashbury|Ashbury, A. W. C.]] - 19??(???)-19??(???) - Licences: Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ASHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice John Ashby|Ashby, Maurice John]] [https://www.familysearch.org/tree/person/details/GX49-L1C] - 1901(Eng)-1973(NSW) - Licences: 4DH Receive Dalby (1923) - Qualifications: cc; CPRT 899, 1925; 2COCP 94, 1930; 1COCP 281, 1932 - amateur receiver - Electoral Rolls: gardener (Dalby, 1922); labourer (Greenslopes, 1925); salesman (Glebe, 1933; Northbridge, 1935-1936; Epping, 1937); radio telegraphist (New Farm, Qld, 1943); planning assistant (Haberfield, NSW, 1943; Pennant Hills, NSW, 1949; Thornleigh, NSW, 1954-1963); retired (Avalon Beach, NSW, 1968-1972) ===''ASHLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Richard Ashley|Ashley, George William Richard]] [https://www.familysearch.org/tree/person/details/GF96-CMZ] - 1919(Eng)-1999(WA) - Licences: 6GA Perth (Carlisle, 1938-1939, 1947-1954); 6GA Kalgoorlie (1955-1956); 6GA Perth (Mt Yokine, 1960-1980+) - Qualifications: cc; AOCP 2094, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Carlisle, WA, 1943-1949); communications officer (Kalgoorlie, WA, 1954-1958); clerk (Yokine, WA, 1963-1980) ===''ASHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Robert Ashlin|Ashlin, Eric Robert]] [https://www.familysearch.org/tree/person/details/GSRF-44C] - 1910(Qld)-1992(Qld) - Licences: 4EA Brisbane (Annerley, 1931-1933); 4EA Toowoomba (1937-1939); 4EA Coolangatta (1946-1947); 4EA Bilinga (1948-1975) - Qualifications: cc; AOCP 873, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Rosentengels, radio service); military (WW2; signals officer) - Halcyon: p. 73, 127, 163 - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1936-1943; Bilinga, Qld, 1949-1963); TV technician (Bilinga, NSW, 1968-1980) ===''ASMUSSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Asmussen|Asmussen, Donald "Don"]] - Licences: 4ZJA Brisbane (Mt Gravatt, 1965); 4FA Brisbane (Mt Gravatt, 1969-1980+) - amateur operator, JOTA participant 1960s ===''ATHELSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. N. Athelstone|Athelstone, G. N.]] - 19??(???)-19??(???) - Licences: 5NG Central Australia (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Joseph Atkins|Atkins, Kenneth Joseph "Ken"]] [https://www.familysearch.org/tree/person/details/GCXH-NW7] - 1912(Eng)-2001(SA) - Licences: 5MW Adelaide (Semaphore, 1932-1939; Woodville Park, 1946-1948; Eden Hills, 1954; Blackwood Park, 1955-1960; Campbelltown, 1965-1980+) - Qualifications: cc; AOCP 910, 1932, No. ?? in SA; BOCP 415, 1941 - amateur operator; amateur broadcaster; engineer (Dept. Civil Aviation) - Electoral Rolls: mechanic (Semaphore, SA, 1939-1941); engineer (Woodville Park, SA, 1943) * [[/Leslie Morton Atkins|Atkins, Leslie Morton "Les"]] [https://www.familysearch.org/tree/person/details/MCTV-T5T] - 1876(Vic)-1949(WA) - Licences: 4LA Townsville (1924-1926); 5LA Adelaide (Magill, 1926-1931; Tusmore, 1933; Erindale, 1937-1939); seems to have operated in Townsville as 4GD ca Nov 1924? - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMGD (telegraphist, east-west overland telegraph, Eucla, 1910); engineer (PMGD, divisional engineer) - Halcyon: AOCP Townsville 1925, p. 88 - Electoral Rolls: telegraphist (Eucla, 1903-1910; Victoria Park, 1912-1916); district engineer (Townsville, 1919-1925); engineer (Tusmore, 1939); retired (Lismore Base Hospital, NSW, 1943) ===''ATKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Marshall Atkinson|Atkinson, John Marshall]] [https://www.familysearch.org/tree/person/details/G89L-C6R] - 1906(Eng)-1999(ACT) - Licences: 2RZ Sydney (Mosman, 1927-1930; Carrs Park, 1931-1936; Glebe, 1937; Chippendale, 1938-1939); 4RZ Labrador (1955); 4RZ Gatton (1956-1960); 4RZ Southport (1969-1980+) - Qualifications: AOCP 331, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Neutral Bay, 1930); organiser (Darlinghurst, 1943); shopkeeper (Gatton, 1958-1963; Labrador, 1968); retired (Southport, 1972-1980) * [[/Noel Whittaker Atkinson|Atkinson, Noel Whittaker]] [https://www.familysearch.org/tree/person/details/K2XX-V88] - 1908(Qld)-1979(Qld) - Licences: 4WK Brisbane (1929), 4NA Brisbane (1930-1935, Check), 4BT Brisbane (Camp Hill, 1946-1965+) - Qualifications: AOCP 530, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, business proprietor (radio sales & service), federal public servant (DCA) - Electoral Rolls: - radio mechanic (Camp Hill, 1937-1977) - (Halcyon, p. 102) * [[/Reginald Aubrey Atkinson|Atkinson, Reginald Aubrey]] [https://www.familysearch.org/tree/person/details/9V5M-WJC] - 1895(Qld)-1965(Qld) - Licences: 4RA Brisbane (South Brisbane, 1928-1933; Annerley, 1937-1939) - Qualifications: cc; AOCP 412, 1928, No. 46 in Qld - amateur operator; amateur broadcaster - Halcyon: not mentioned - Electoral Rolls: clerk (Coorparoo, 1919); accountant (Rosewood, 1925); timber merchant (Yeronga, 1925; Thompson Estate, 1937-1949; Southport, 1958-1963) * [[/Robert Henry Atkinson|Atkinson, Robert Henry]] [https://www.familysearch.org/tree/person/details/GXY5-2P3] - 1913(WA)-19??(???) - Licences: 6WZ Perth (Victoria Park, 1936-1939); 6WZ Geraldton (1947-1955); 6WZ Albany (1956-1965); 6WZ Katanning (1969); 6WZ Albany (1975-1980) - Qualifications: cc; AOCP 1804, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: journalist (Victoria Park, WA, 1936-1937); radio announcer (Geraldton, WA, 1943); broadcast station manager (Geraldton, WA, 1949-1954); manager (Albany, WA, 1958-1968); radio announcer (Albany, WA, 1972-1980) ===''AUGUSTESEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Gerald Augustesen|Augustesen, Gordon Gerald]] [https://www.familysearch.org/tree/person/details/GZDZ-LF9] - 1915(Qld)-1986(Qld) - Licences: 4JN Brisbane (Mitchelton, 1932-1939); 4XQ Brisbane (Auchenflower, 1947-1948; Oakleigh, 1954-1960; Kenmore, 1965-1980+) - Qualifications: cc; AOCP 1046, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); military (WW2, RAAF, radar technician); business proprietor (Telair) - Halcyon: p. 85, 127 - Electoral Rolls: radio engineer (Mitchelton, Qld, 1943); manager (Auchenflower, Qld, 1949; Dorrington, Qld, 1954-1963; Kenmore, Qld, 1968-1980) ===''AUSTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emanuel Maxwell Austin|Austin, Emanuel Maxwell "Mannie"]] [https://www.familysearch.org/tree/person/details/G8HH-98K] - 1909(NSW)-1997(NSW) - Licences: 2KZ Kurri Kurri (1929-1980+) - Qualifications: AOCP 477, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clipper (Kurri Kurri, 1930-1980) * [[/Henry Lashbrooke Austin|Austin, Henry Lashbrooke "Hal"]] [https://www.familysearch.org/tree/person/details/L4V2-LDC] - 1902(SA)-1954(SA) - Licences: 5BN Adelaide (Norwood, 1923-1928); 5AW Adelaide (Rose Park, 1947-1954) - Qualifications: cc; AOCP 101, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Victoria Park, SA, 1939; Rose Park, 1941-1943) * [[/Selwood Charles Austin|Austin, Selwood Charles]] [https://www.familysearch.org/tree/person/details/GXBD-TVV] - 1902(WA)-1985(WA) - Licences: 6SA Perth (Victoria Park, 1927; South Perth, 1930-1956; Maida Vale, 1960-1969; Morley, 1975-1980+) - Qualifications: cc; CPRT 625, 1921; 1COCP 134, 1930 - amateur operator; amateur broadcaster - Relationships: Brother-in-law of Stanley Hogg - Electoral Rolls: electrician (South Perth, WA, 1931-1958); police officer (Maida Vale, WA, 1963-1968; Kalamunda, WA, 1972); retired (Morley, WA, 1977-1980) ===''AVARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Avard|Avard, Alfred Edward]] [https://www.familysearch.org/tree/person/details/G8X2-RRL] - 1901(Vic)-1978(Vic) - Licences: 3AZ Melbourne (Northcote, 1930-1939; Kew, 1946-1965) - Qualifications: AOCP 620, 1930, No. ?? in Vic; 1COCP 88, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Northcote, 1925-1937); public servant (Kew, 1943-1977) =='''B'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''BACKLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lincoln Backler|Backler, Eric Lincoln]] [https://www.familysearch.org/tree/person/details/LV8Q-6SK] - 1911(SA)-1980(SA) - Licences: 5HK Kingston SE (1933-1939, 1954-1980) - Qualifications: cc; AOCP 1093, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Kingston, SA, 1939) ===''BADENOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Herbert Lionel Badenoch|Badenoch, James Herbert Lionel]] [https://www.familysearch.org/tree/person/details/GXG7-3XK] - 1913(NSW)-1984(SA) - Licences: 5LB Adelaide (Trinity Gardens, 1932-1980+) - Qualifications: cc; AOCP 1012, 1932, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BADER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Adolphus Frederick Bader|Bader, Henry Adolphus Frederick]] [https://www.familysearch.org/tree/person/details/97M3-V5X] - 1866(Ger)-1928(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman, Trading Committee, Wireless Development Assoc (Perth); witness to Royal Commission 1927 (obo WDA) - Electoral Rolls: electrical engineer (North Perth, 1913-1926) ===''BADGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Victor Badger|Badger, Albert Victor]] [https://www.familysearch.org/tree/person/details/G9RY-9X6] - 1893(Eng)-1983(NSW) - 2YT Receive Sydney (Rozelle, 1923-1924), 2AB Sydney (Rozelle, 1925-1926; North Sydney, 1927-1929; Crows Nest, 1930; Rozelle, 1931-1934; Leichhardt, 1935-1939), amateur operator (AOCP 202, 1925, No. ?? in NSW), amateur broadcaster, operator (Hobart East, 1919); picture operator (Crows Nest, 1930; Rozelle, 1934; Lilyfield, 1937-1972; Leichhardt, 1977-1980)) ===''BAGST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. D. A. Bagst|Bagst, E. D. A.]] - 19??(???)-19??(???) - Licences: 5EB Adelaide (Woodville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: individual not yet identified, possibly Elizabeth D. Bagst nee Boyle who married Leslie Bagst at Newtown, NSW 1925, possible YL operator ===''BAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Leonard Bain|Bain, John Leonard]] [https://www.familysearch.org/tree/person/details/GD4V-6SV] - 1891(Eng)-19??(NSW?) - Licences: Nil yet identified - Qualifications: cc; CPRT 109, 1915 - ship wireless officer (pre WW1, WW1); journalist (technical editor, Listener-In, -1934+); clubs (IRE USA); WW1 (1916-1919); Associate Editor, Popular Radio Weekly (1927); witness to Royal Commission 1927 (as associate editor, Popular Radio Weekly, Victoria) - Education: B.Sc.(London) - Electoral Rolls: engineer (Essendon, Vic, 1925-1936); journalist (Darling Harbour, NSW, 1937) - Links: [https://www.awm.gov.au/collection/P10688424 AWM] ===''BAILEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bailey|Bailey, George]] [https://www.familysearch.org/tree/person/details/GDKW-8PX] - 1882(Eng)-19??(???) - Licences: 5GB Mt Gambier (1924-1926) - Qualifications: cc; CPRT 79, 1915 - RANRS (CPO to Warrant Telegraphist, 1917); amateur operator; amateur broadcaster - Electoral Rolls: retired (Mt Gambier, 1939-1943) * [[/Jack Harry Bailey|Bailey, Jack Harry]] [https://www.familysearch.org/tree/person/details/KG85-LZ4] - 1912(Qld)-1989(Qld) - Licences: 4JC Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1299, 1934, Qld; BOCP 1902, 1961 - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Red Hill, Qld, 1936-1937); electrical mechanic (Annerley, Qld, 1943-1954); teacher (Tarragindi, Qld, 1958-1963); college principal (Mackay, Qld, 1968); principal (Bundaberg, Qld, 1972; Tarragindi, Qld, 1977-1980) * [[/Robert Howard Bailey|Bailey, Robert Howard]] [https://www.familysearch.org/tree/person/details/GXLM-1X6] - 1917(SA)-1995(SA) - Licences: 5NW Crystal Brook (1936-1939); 5NW Adelaide (Kensington Park, 1948; Huddleston, 1954-1960); 5NW Crystal Brook (1965-1980+) - Qualifications: cc; AOCP 1764, 1936, SA; BOCP 673, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Crystal Brook, SA, 1939-1943) ===''BAIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Allan Baird|Baird, Thomas William Allan]] [https://www.familysearch.org/tree/person/details/LHKG-JVD] - 1886(Qld)-1943(Qld) - Licences: 4DY Receive Brisbane (Bayswater, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (AIF, 11 Field Company Engineers, 1916) - Electoral Rolls: gardener (North Pine, Qld, 1908); labourer (Bayswater, Qld, 1912-1913); storeman (Torwood, Qld, 1916-1943) ===''BAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Andrew Claude Baker|Baker, Andrew Claude]] [https://www.familysearch.org/tree/person/details/G6TG-RZ9] - 1897(Eng)-1935(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 144, 1915; 2COCP 193, 1930; 1COCP 303, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIR Rockhampton (1917-1918) - Electoral Rolls: wireless operator (Clayfield, 1914-1917; Rockhampton, 1919-1934) * [[/Charles Whiteway Baker|Baker, Charles Whiteway]] [https://www.familysearch.org/tree/person/details/LL93-HYP] - 1905(Vic)-1978(Vic) - Licences: 3VP Receive Bendigo (1923-1924); 3VP Bendigo (1925-1975) - Qualifications: cc; AOCP 156, 1925, No. ?? in Vic; BOCP 451, 1942 - amateur receiver; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (as a "listener"); merchant - Electoral Rolls: salesman (Bendigo, 1927-1931); merchant (Bendigo, 1934-1968; Kennington, 1972-1977) * [[/Ernest James Baker|Baker, Ernest James]] [https://www.familysearch.org/tree/person/details/GZ6F-K5B] - 1904(NSW)-1973(NSW) - Licences: 2FP Receive Newcastle (Maryville, 1922-1923); 2FP Newcastle (Maryville, 1924-1928; Wickham, 1929; Hamilton, 1930-1939, 1946-1969) - Qualifications: cc; AOCP 69, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: draftsman (Hamilton, 1930-1972) * [[/Edwin Weldon Baker|Baker, Edwin Weldon]] [https://www.familysearch.org/tree/person/details/LYWP-F1D] - 1895(NSW)-1979(NSW) - Licences: 4CI Receive Brisbane (Northgate, 1922) - Qualifications: cc; CPRT 733, 1922 - amateur receiver - Halcyon: not mentioned - Electoral Rolls: joiner (Northgate, 1919-1977) * [[/John Frederick Thomas Baker|Baker, John Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GCY6-8XY] - 1908(???)-1977(Vic) - 3LF Melbourne (Northcote, 1927+), qualifications (AOCP 325, 1927, No. ?? in Vic), amateur operator, amateur broadcaster, * [[/Herbert Edward Baker|Baker, Herbert Edward]] [https://www.familysearch.org/tree/person/details/9V2B-245] - 1875(Vic)-1948(Qld) - Licences: 4HB Charleville (1925-1927) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; grazier - Halcyon: p. 81, 111 - Electoral Rolls: station manager (Charleville, 1903); grazier (Charleville, 1908-1943) * [[/Sidney Charles Baker|Baker, Sydney or Sidney Charles]] [https://www.familysearch.org/tree/person/details/MZSZ-J4H] - 1909(Vic)-1977(Vic) - Licences: 3KU Receive Melbourne (South Melbourne, 1922-1924), 3BK Melbourne (South Melbourne, 1925-1933; Albert Park, 1937; South Melbourne, 1938-1939, 1946-1954; Bonbeach, 1955-1969; Seaford, 1975) - Qualifications: AOCP 177, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (South Melbourne, 1937); optical mechanic (Carrum, 1963-1972); retired (Carrum, 1977) * [[/Walter Ross Baker|Baker, Walter Ross]] [https://www.familysearch.org/tree/person/details/G8CY-D78] - 1905(SA)-1978(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''BALDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Loris John Balderson|Balderson, Loris John]] [https://www.familysearch.org/tree/person/details/GMVR-1RW] - 1895(Vic)-1932(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; RAAF (Flying Officer, Technical Branch, 1927); witness to Royal Commission 1927 (obo RAAF) - Electoral Rolls: officer, RAAF (Footscray, 1924); flying officer (Werribee, 1925); flight-lieutenant (Werribee, 1931) - Links: [https://www.crossandcockade.com/uploads/Balderson.pdf Bio] ===''BALSILLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Graeme Balsillie|Balsillie, John Graeme]] [https://www.familysearch.org/tree/person/details/G7MR-7MN] - 1885(Qld)-1924(USA) - radio business proprietor, senior federal public servant (PMGS, Commonwealth Wireless Expert), inventor, (Halcyon, not mentioned) - [https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf John Graeme Balsilie: Australia's Forgotten Wireless Pioneer]; [https://adb.anu.edu.au/biography/balsillie-john-graeme-5117 ADB] ===''BAMFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Bamfield|Bamfield, Alfred George]] [https://www.familysearch.org/tree/person/details/GM19-HNG] - 1892(NSW)-1918(NZL) - Licences: XQJ Corfield (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Halcyon: p. 3 - Electoral Rolls: clerk (Muttaburra, Qld, 1913) ===''BANCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John Bancroft|Bancroft, Stanley John]] - 19??(???)-19??(???) - Broadcast technician (2CY), federal public servant (PMGD, ABC) ===''BANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Edward William Banks|Banks, Harold Edward William "Harry"]] [https://www.familysearch.org/tree/person/details/G6S7-3BT] - 1911(NZL)-2000(Tas) - Licences: 7HB Hobart (North Hobart, 1938-1939; Richmond, 1946-1956; Penna, 1960-1965; New Town, 1969-1980+) - Qualifications: cc; Nil yet identified (New Zealand?) - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Hobart North, 1936-1937); council clerk (Richmond, 1943-1954) ===''BANYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ingram Banyer|Banyer, Ingram]] [https://www.familysearch.org/tree/person/details/9F95-CYX] - 1893(SA)-1976(SA) - Licences: XVQ Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: clerk (Blackwood, SA, 1939-1943) ===''BARBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel George Barber|Barber, Samuel George]] [https://www.familysearch.org/tree/person/details/GXLC-66B] - 1913(SA)-1991(SA) - Licences: 5MV Adelaide (Henley Beach, 1933-1937; Woodville, 1938-1939) - Qualifications: cc; AOCP 1232, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: welder (Woodville, SA, 1939); radio engineer (5RM, Berri, SA, 1941; Glenelg, SA, 1943) * [[/William Henry Barber|Barber, William Henry]] [https://www.familysearch.org/tree/person/details/LY4N-QRD] - 1897(SA)-1965(WA) - Licences: Receive Adelaide (Cumberland, 1923-1925); 5WH Adelaide (Cumberland, 1926-1931); 5WH Port Pirie (1933-1937); 6DX Kalgoorlie (1938-1939; 1946-1960) - Qualifications: cc; AOCP 266, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio engineer (Kalgoorlie, 1937-1963) ===''BARBIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alphonse Barbier|Barbier, Edward Alphonse or Alphonse Edward]] [https://www.familysearch.org/tree/person/details/GXLV-5TW] - 1904(SA)-1962(SA) - Licences: 5MD Adelaide (Stockdale Reserve, 1932-1939; City, 1947-1960) - Qualifications: cc; AOCP 958, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARBOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Heyward Barbour|Barbour, Kenneth Heyward]] [https://www.familysearch.org/tree/person/details/GZXJ-1VZ] - 1905(Vic)-1952(Vic) - Licences: 3ZI Melbourne (Armadale, 1923-1926) - Qualifications: AOCP 105, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARDIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Frederic Bardin|Bardin, William Frederic or Frederick "Bill", "Old Bill"]] [https://www.familysearch.org/tree/person/details/GSS9-TG4] - 1899(Eng)-1976(NSW) - Licences: 3ZA Melbourne (North Carlton, 1923-1925); 4AB Townsville (1925-1927); 4AB Brisbane (Fairfield & Yeronga, 1931-1933); 2ABZ Sydney (Ermington & Dundas 1937-1939, 1946-1961+) - Qualifications: cc; CPRT 615, 1921; 1COCP 58, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); coastal radio operator (AWA); state public servant (4QG); federal public servant (Halcyon, p. 63) - Electoral Rolls: clerk (Townsville, 1922); radio engineer (Townsville, 1925; Buranda, 1926; Fairfield, 1928); engineer (Dundas, 1936-1943; Eastwood, 1949-1968) ===''BARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Morphew Barker|Barker, Rupert Morphew]] [https://www.familysearch.org/tree/person/details/GCGH-7LM] - 1890(Eng)-1973(Tas) - Licences: 5RM Adelaide (Prospect, 1924-1933); 7RM Hobart (City, 1947-1948; Lenah Valley, 1949-1969) - Qualifications: cc; Nil yet identified (likely qualified in England) - amateur operator; amateur broadcaster; WW2; broadcast engineer (sound) - Electoral Rolls: electrician (South Yarra, Vic, 1931-1936; Hobart North, Tas, 1937; Hobart South, Tas, 1943); sound engineer (Hobart West, Tas, 1949); engineer (Moonah, Tas, 1954; New Town, Tas, 1963) * [[/William Henry Barker|Barker, William Henry (R.?)]] [https://www.familysearch.org/tree/person/details/GHGY-243] - 1905(NSW)-1956(NSW) - licences: Receive (Crystal) Sydney (Concord, 1923-1924); 2BW Sydney (Concord, 1925-1931), qualifications: AOCP 217, 1925, No. ?? in NSW, amateur operator, amateur broadcaster, electoral rolls: electrical mechanic (Concord, 1930-1943), beware several contemporaneous William Henry Barker ===''BARLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Kenneth Barlin|Barlin, George Kenneth]] [https://www.familysearch.org/tree/person/details/L2VX-DP3] - 1916(NSW)-2016(ACT) - qualifications (BOCP 67, 1937), long term employee 2CA Canberra, manager TV network ===''BARLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Barlow|Barlow, Edward]] [https://www.familysearch.org/tree/person/details/G8K2-2FL] - 1895(NSW)-1968(Qld) - Licences: 2GQ Receive Armidale (1922); 2GQ Armidale (1922-1926); 2GQ Glen Innes (1927); 2GQ Sydney (Darlinghurst, 1928); 2GQ Canberra (1929); 2GQ Mudgee (1930-1931); 2GQ Sydney (Cammeray, 1933-1934; North Sydney, 1935-1936; Mosman, 1937-1939 & 1946-1965) - Qualifications: cc; AOCP 4, 1924, No. 3 in NSW - amateur operator; amateur broadcaster - TroveTag: "2GQ - Edward Barlow" - Electoral Rolls: public servant (Mudgee, 1930-1932; Cammeray, 1933-1935; Milsons Point, 1936; Mosman, 1937); divisional returning officer (Bathurst, 1943; Mosman, 1949-1958) ===''BARNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Barnes|Barnes, Thomas Walter]] [https://www.familysearch.org/tree/person/details/G8Z6-PZ2] - 1910(Vic)-2002(NSW) - Licences: 3TB Melbourne (Ascot Vale, 1929-1933; Moonee Ponds, 1937-1939; West Brunswick, 1946-1980+) - Qualifications: AOCP 537, 1929, No. ?? in Vic; BOCP 243,1939 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Ascot Vale, 1931-1936); mechanic (Moonee Ponds, 1937-1942); electrical maintenance (West Brunswick, 1949-1980) - beware another contemporaneous Thomas Walter Barnes (1893-1925) ===''BARRACLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Barraclough|Barraclough, Francis "Frank"]] [https://www.familysearch.org/tree/person/details/G8KL-MNY] - 1903(Qld)-1974(Qld) - Licences: 4GY Brisbane (Kedron, 1933-1935); 4GX Brisbane (Kedron, 1935-1939; 1946-1969) - Qualifications: cc; AOCP 1075, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2); radio service (Palings) - Halcyon: p. 81 - Electoral Rolls: carpenter (Kedron, 1937-1972) ===''BARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Barry|Barry, William Lawrence (BMD) or Lawrence William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/MK6C-NBK] - 1905(Qld)-1970(Qld) - Licences: 4FQ Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: storeman (South Brisbane, Qld, 1929); taxi driver (South Brisbane, Qld, 1937-1968) ===''BARTHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Lewis Barthold|Barthold, Godfrey Lewis]] [https://www.familysearch.org/tree/person/details/GZKR-JWZ] - 1899(Vic)-1993(Vic) - 3GL Melbourne (Malvern, 1925-1927), 3BT Melbourne (Malvern, 1931-1939; Glen Iris, 1946-1980+), amateur operator (AOCP 210, 1925, No. ?? in Vic), amateur broadcaster, clerk (Malvern, 1924-1931), radio manufacturer (Camberwell, 1937-1943; Glen Iris, 1949-1972), retired (Mt Martha, 1977-1980) ===''BARTHOLOMEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Bartholmew|Bartholomew, Charles Percy]] [https://www.familysearch.org/tree/person/details/G6CZ-8YR] - 1861(Eng)-1942(NSW) - Licences: XBM Sydney (Mosman, 1911-1914); 2FO Receive Sydney (Kirribilli, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver; company director (AWA); witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: merchant (Milsons Point, 1930-1937) - Comment: famously charged and convicted of trading with the enemy during WW1 but only slapped on wrist (together with Ernest Thomas Fisk and Hugh Robert Denison) ===''BARTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gustavus Campbell Barton|Barton, Edward Gustavus Campbell]] [https://www.familysearch.org/tree/person/details/KJ57-87Y] - 1857(Vic)-1942(Eng) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter, scientist, business proprietor (Barton & White) - Halcyon: not mentioned) - [https://adb.anu.edu.au/biography/barton-edward-gustavus-campbell-9445 ADB] * [[/Graham Francis Barton|Barton, Graham Francis]] [https://www.familysearch.org/tree/person/details/GX5P-KYT] - 1918(SA)-2005(SA) - Licences: 5BN Mt Gambier (1937-1939); 5BN Adelaide (Unley, 1947-1956; Malvern, 1960-1980+) - Qualifications: cc; AOCP 1993, 1937, SA; 1COCP 1709, 1954 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Hyde Park, SA, 1941-1943) * [[/Richard McRae Barton|Barton, Richard McRae "Dick"]] - 1940(???)-2021(Qld) - broadcast engineer, director engineering FACTS (1981-2001), ABU Engineering Award 2004, Fellow SMPTE, contributed to development DTV standards, chaired preparatory meeting to WRC 2000, [https://www.itu.int/dms_pub/itu-r/oth/0a/07/R0A070000420001PDFE.pdf ITU Tribute] ===''BARTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graeme Bartram|Bartram, Graeme]] - historian (early Aus wireless: 2011 "John Graeme Balsilie: Australia's Forgotten Wireless Pioneer"[https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf]) ===''BASIL-COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * Frank Basil-Cooke see Cooke, Frank Basil "Basil" ===''BASSETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Rankin Bassett|Bassett, Francis Rankin]] [https://www.familysearch.org/tree/person/details/GQZJ-28Y] - 1906(NSW)-1982(NSW) - 2FR Sydney (Bexley, 1925-1928; Arncliffe, 1929), 2FR Singleton, 1931-1939), amateur operator (AOCP 194, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother John Bassett * [[/John Bassett|Bassett, John]] [https://www.familysearch.org/tree/person/details/L8M2-8XN] - 1904(NSW)-1979(NSW) - 2VO Receive Stroud (1923), amateur operator (AOCP 232, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother Francis Rankin Bassett ===''BATCHLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Victor Batchler|Batchler, Charles Victor "Victor"]] [https://www.familysearch.org/tree/person/details/K4NN-FXJ] - 1897(Tas)-1985(Tas) - Licences: XZJ Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: Uncle of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: shift engineer (Waddamana, 1922) * [[/Jack Copeland Batchler|Batchler, Jack Copeland]] [https://www.familysearch.org/tree/person/details/KCSK-D8F] - 1910(Tas)-1979(Tas) - Licences: 7JB Hobart (1932-1939); 3AJB Melbourne (1947); 7JB Hobart (Sandy Bay, 1948-1975+) - Qualifications: cc; AOCP 957, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: nephew of XZJ Charles Victor Batchler; husband of 7YL Joyce Isabel Batchler nee Crowder - Electoral Rolls: soldier (Nelson, 1943-1949); no occupation (Nelson, 1972) * [[/Joyce Isabel Crowder|Batchler nee Crowder, Joyce Isabel]] [https://www.familysearch.org/tree/person/details/LYNY-PKG] - 1915(Tas)-2015(Tas) - Licences: 7YL Hobart (Sandy Bay, 1936-1980) - Qualifications: AOCP 1627, 1936, Tas - amateur operator; amateur broadcaster; YL - Relationships: Wife of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: home duties (Nelson, 1943-1972) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''BATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Bate|Bate, Arthur John]] [https://www.familysearch.org/tree/person/details/GXKQ-PYC] - 1917(WA)-2010(SA) - Licences: 5ZA Adelaide (Adelaide City, 1937-1939) - Qualifications: cc; AOCP 1891, 1937, SA; BOCP 1481, 1956; 1COCP 2049, 1967 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil yet identified ===''BATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lister Bates|Bates, Jack Lister]] [https://www.familysearch.org/tree/person/details/GCGK-238] - 1912(Qld)-1998(Qld) - Licences: 4UR Brisbane (Teneriffe, 1935-1939, 1946-1947; Lutwyche, 1948-1969; Toombul, 1975-1980) - Qualifications: cc; AOCP 1430, 1935, Qld - amateur operator; amateur broadcaster; Radio Club (WIAQ, QSL Manager); part of the "U" gang; WW2 - Halcyon: p. 12, 99, 137, 141, 145 - Electoral Rolls: storeman (Teneriffe, Qld, 1936-1943); labourer (Lutwyche, Qld, 1949-1958; Wooloowin, Qld, 1968); cashier (Toombul, Qld, 1972-1980) ===''BATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Henry Batt|Batt, Cecil Henry]] [https://www.familysearch.org/tree/person/details/GMLJ-5SB] - 1904(Tas)-1942(Tas) - Licences: Receive (Crystal) Bothwell (1923) - Qualifications: cc; 3COCP 434, 1940 - amateur receiver - Electoral Rolls: motor driver (Bothwell, 1928); labourer (Melton Mowbray, 1936-1937) ===''BATTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Thomas Battle|Battle, Edmund Thomas]] [https://www.familysearch.org/tree/person/details/G6C8-G32] - 1890(UK)-1970(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a listener) - Electoral Rolls: teamster (Dorrigo, 1913); dairy farmer (Malanda, 1919); sawmill manager (Tumoulin, 1931); sawmiller (Ravenshoe, 1936-1937); timber merchant (Paddington, 1943); sawmiller (Albion, 1949) ===''BATTYE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Sykes Battye|Battye, James Sykes]] [https://www.familysearch.org/tree/person/details/9V7W-HL5] - 1871(Vic)-1954(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - librarian; historian; witness to Royal Commission 1927 (as chairman, special committee, Western Australian Listeners' League) - Electoral Rolls: librarian (Perth, 1910-1937); principal librarian (Perth, 1943-1949) - Links: [[w:James Battye|Wikipedia]] [https://adb.anu.edu.au/biography/battye-james-sykes-5156 ADB] ===''BATY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Baty|Baty, Richard]] [https://www.familysearch.org/tree/person/details/GXLV-BZX] - 1913(Eng)-19??(???) - Licences: 5MH Adelaide (Brompton, 1931; Pennington, 1937; Challa Gardens, 1938-1939; Lockleys, 1954-1969; Henley Beach South, 1975-1980) - Qualifications: cc; AOCP 757, 1931, No. ?? in SA; AOLCP 160, 1934; BOCP 242, 1939; 1COCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Franklin, SA, 1941-1943) ===''BAUER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Thomas Bauer|Bauer, Alfred Thomas "Alf"]] [https://www.familysearch.org/tree/person/details/MSCM-QB1] - 1908(Qld)-2004(Qld) - Licences: 4AT Brisbane (Annerley, 1927-1933) & Cairns? - Qualifications: cc; AOCP 333, 1927, No. 36 in Qld; CPRTelephony 1119, 1928; 1COCP 92, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); state public servant (4QG); WW2 - Halcyon: p. 67, 86, 111, 127, 130 - Electoral Rolls: radio engineer (Cairns, 1936; Camp Hill, 1937); radio tech (Camp Hill, 1943-1980) ===''BAXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Baxter|Baxter, Arthur Henry]] [https://www.familysearch.org/tree/person/details/L62R-CKR] - 1900(Eng)-1983(WA) - Licences: 6BX Geraldton (1937-1939) - Qualifications: cc; AOCP 1989, 1937, WA; BOCP 381, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: station employee (Lyons River Station, Carnarvon, WA, 1925-1926); wood merchant (Geraldton, WA, 1931-1937); broadcast station operator (Geraldton, WA, 1949-1972); retired (Thornlie, WA, 1977-1980) * [[/Sidney Roy Baxter|Baxter, Sidney or Sydney Roy]] [https://www.familysearch.org/tree/person/details/LWX9-XWV] - 1915(Qld)-1985(Qld) - Licences: 4FJ Brisbane (Camp Hill, 1935-1939; Coorparoo Heights, 1946-1947; Cribb Island, 1948-1950; Camp Hill, 1954-1980+) - Qualifications: cc; AOCP 1569, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless officer); employment (Trittons, radio service); business proprietor (radio service) - Halcyon: p. 76, 137 - Electoral Rolls: truck driver (Camp Hill, Qld, 1936-1943); radio mechanic (Cribb Island, Qld, 1949); radio technician (Camp Hill, Qld, 1954-1980) ===''BEAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Beames|Beames, Kenneth]] [https://www.familysearch.org/tree/person/details/9NQJ-L17] - 1899(NSW)-1989(NSW) - Licences: N754 Receive Sydney (Randwick, 1922); 2IB Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: manufacturer (Five Dock, 1930-1958; Linden, 1963-1980) ===''BEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Percival Reed Bean|Bean, Leslie Percival Reed]] [https://www.familysearch.org/tree/person/details/KHWZ-6ZZ] - 1884(Vic)-1972(NSW) - Licences: 2ZT Sydney (Mosman, 1923-1925); 2LP Sydney (Mosman, 1924-1928; Artarmon, 1929-1936; Pymble, 1937-1939) - Qualifications: cc; Nil yet identified - PMGD (Elec. Engineer, 1904-1919); L. P. R. Bean & Co (founder 1920-1926); Stromberg-Carlson (founder, 1927-1933+); Council IREAust - Electoral Rolls: electrical instrument fitter (Ascot Vale, 1909); engineer (Brighton, Vic, 1912-1915; Artarmon, NSW, 1930); company director (Pymble, 1933-1943; Roseville, 1949-1954); electrical engineer (Lindfield, 1958-1968) ===''BEARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Gordon Beard|Beard, Ernest Gordon]] [https://www.familysearch.org/tree/person/details/GW2G-25R] - 1897(Eng)-1968(USA) - Licences: Nil yet identified - Qualifications: cc; 1COCP 304, 1939 - broadcast engineer (United Distributors; 2KY; 2GB); inventor; witness to Royal Commission 1927 (as consulting engineer, 2GB) - Electoral Rolls: engineer (Northbridge, 1930-1934); radio engineer (Northbridge, 1936-1937); wireless engineer (Willoughby, 1943-1949); engineer (Forestville, 1958-1963) - Links: [https://www.radiomuseum.org/dsp_hersteller_detail.cfm?company_id=12500 radiomuseum.org] * [[/Norman George Beard|Beard, Norman George]] [https://www.familysearch.org/tree/person/details/LT9G-GSZ] - 1902(Vic)-1984(NSW) - Licences: 3DR Receive Balnarring (1922-1923); 2PK Wentworthville (1930); 2ALJ Sydney (Prospect, 1939; Toongabbie, 1946-1954; Brookvale, 1955; Dee Why, 1956-1961); 2ALJ Terrigal (1965) - Qualifications: AOCP 583, 1930, No. ?? in NSW; TVOCP 25, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Pendle Hill, NSW, 1930; Balnarring, Vic, 1931; Prospect, NSW, 1933-1937); RAAF instructor (Ballarat, 1942); teacher (Toongabbie, 1949-1954; Brookvale, 1958); retired (Terrigal, 1963-1972; Wendouree, Vic, 1977; Caves Beach, 1980) ===''BEARUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Andrew Bearup|Bearup, Herbert Andrew]] [https://www.familysearch.org/tree/person/details/GDLJ-B1C] - 1900(Vic)-1982(Vic) - Licences: V740 Receive Melbourne (Caulfield East, 1922); 3GT Receive Melbourne (Caulfield East, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Malvern East, 1921-1924; Caulfield East, 1925-1928); farmer (Bentleigh, 1934-1949); engineer (Highett, 1963-1967; Moorabbin, 1972-1980) * [[/Thomas William Bearup|Bearup, Thomas William]] [https://www.familysearch.org/tree/person/details/9J7R-T9D] - 1897(Vic)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 224, 1916 - studio manager 3LO (1927); witness to Royal Commission 1927 (as studio manager, 3LO, Victoria); WW1 (merchant navy) - Electoral Rolls: operator (Caulfield, 1924); radio engineer (Auburn, Vic, 1931-1937); manager (Roseville, NSW, 1943) ===''BEATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Beatson|Beatson, Robert John "Bob"]] [https://www.familysearch.org/tree/person/details/GSJV-2D2] - 1909(Qld)-2003(Qld) - Licences: 4BB Brisbane (Wilston, 1928); 4BB Maryborough (1931-1939) - Qualifications: cc; AOCP 394, 1928, No. 44 in Qld; AOLCP 173, 1934 - amateur operator; amateur broadcaster; radio club administrator (WIAQ); broadcast engineer (4MB); WW2 - Halcyon: p. 68, 139, 141, 163, 164 - Electoral Rolls: radio mechanic (Maryborough, 1931); radiotrician (Maryborough, 1937-1949); radio engineer (Maryborough, 1954-1980) ===''BEATTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Spencer Meurant Beattie|Beattie, Herbert Spencer Meurant]] [https://www.familysearch.org/tree/person/details/GQ65-KTL] - 1888(NSW)-1963(NSW) - Licences: 3DV Receive Melbourne (Box Hill, 1922); 3DV Melbourne (Box Hill, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Box Hill, Vic, 1914-1927); salesman (Thornleigh, NSW, 1930); electrical engineer (Cheltenham, NSW, 1934-1936); agent (Cabramatta, 1943); auctioneer (Ettalong, 1943); no occupation (Fairfield, NSW, 1954-1958; Flagstaff, NSW, 1963) ===''BECHERVAISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philip Bechervaise|Bechervaise, William Philip]] [https://www.familysearch.org/tree/person/details/MVNP-4HQ] - 1831(Eng)-1907(Vic) - radio clubs (Telegraph Electrical Society, Victoria), employment (Victoria Posts and Telegraphs Department) ===''BECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Beavis Beck|Beck, Alan Beavis]] [https://www.familysearch.org/tree/person/details/GZR7-N8Q] - 1911(Vic)-1982(WA) - Licences: 5XW Adelaide (West Mitcham, 1927-1928) - Qualifications: cc; AOCP 370, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (Shenton Park, WA, 1937; Myrtle Bank, SA, 1941-1943); research chemist (Subiaco, 1949-1980) ===''BEDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Arthur Buddicom Bedford|Bedford, Robert Arthur Buddicom]] [https://www.familysearch.org/tree/person/details/LC5Q-1KX] - 1874(Eng)-1951(SA) - Licences: 5RB Kyancutta (1924-1939; 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of William Rudolf Buddicom Bedford - Electoral Rolls: farmer (Kyancutta, 1939-1941); retired (Kyancutta, 1943) - Links: [https://adb.anu.edu.au/biography/buddicom-robert-arthur-5417 ADB] * [[/William Rudolf Buddicom Bedford|Bedford, William Rudolf Buddicom "Bill"]] [https://www.familysearch.org/tree/person/details/L6Y3-X4Z] - 1909(Eng)-1972(SA) - Licences: likely operator of 5RB Kyancutta - Qualifications: cc; 3COCP 1893, 1954 - WW2 - Relationships: son of 5RB Robert Arthur Buddicom Bedford - Electoral Rolls: mechanic (Kyancutta, 1939-1943) ===''BEECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Sidney Beech|Beech, Frederick Sidney or Sydney "Fred"]] [https://www.familysearch.org/tree/person/details/G8F2-6BC] - 1895(Qld)-1978(Qld) - Licences: 4FB Brisbane (Coorparoo, 1930-1939; Norman Park, 1946-1969) - Qualifications: cc; AOCP 629, 1930, Qld - amateur operator; amateur broadcaster; jeweller - Halcyon: p. 75, 76, 90 - Electoral Rolls: watchmaker (Bulimba, 1917-1919; Coorparoo, 1919-1972; Norman Park, 1977) ===''BEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Beer|Beer, James]] - 19??(???)-19??(???) - Licences: 2CW Receive Sydney (Ashfield, 1922-1923); 2CW Sydney (Ashfield, 1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: too many JBs to identify reliably, likely James Charles Beer living 70 Tranmere St, Drummoyne, engineer, 1930 ===''BEGBIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Begbie|Begbie, Richard]] - historian (broadcasting), journalist, radio clubs (HRSA) ===''BELJON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robin Ernest Beljon|Beljon, Robin Ernest "Jack"]] [https://www.familysearch.org/tree/person/details/GSD3-VR3] - 1897(NSW)-1974(NSW) - Licences: 2RB Lithgow (1926-1933) - Qualifications: AOCP 259, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lithgow, 1930-1934); turner (Lithgow, 1937-1943); foreman (Lithgow, 1949-1968); retired (Lithgow, 1972) ===''BELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Wirgman Dillon Bell|Bell, Francis Wirgman Dillon "Frank"]] [https://www.familysearch.org/tree/person/details/G7QW-CM4] - 1896(NZ)-1987(NZ) - ZL4AA Waihemo, amateur operator, first to 2 way QSO New Zealand to Australia (Apr 1923), South America, USA (Sep 1924), England (Oct 1924, G2SZ); WW1 (gunner, France & Belgium till invalided 1917) - Relationships: brother of Margaret Brenda Bell, first licensed female NZ amateur - Links: [https://teara.govt.nz/en/biographies/4b20/bell-francis-wirgman-dillon Bio]; [https://www.soundarchives.co.nz/collections/catalogue/catalogue-item?record_id=222015 Sound Archives]; [https://www.zl4aa.org.nz/frank-bell-trans-world-radio-contact/ NZART Otago] * [[/H. G. Bell|Bell, H. G.]] - 19??-19?? - 4HG Brisbane (South Toowong = Taringa, 1927+) - Qualifications: cc; AOCP 321, 1927, No. 33 in Qld - amateur operator; amateur broadcaster - Halcyon: p. 111 - Callsign: later to Harry Brown - Electoral Rolls: Nil yet identified * [[/Leslie William Gordon Bell|Bell, Leslie William Gordon]] [https://www.familysearch.org/tree/person/details/G67S-RQ5] - 1904(Qld)-2000(Qld) - Licences: 4CY Receive Atherton (1923); 4LZ Jubilee Pocket (1969-1975); 4LZ Airlie Beach (1980+) - Qualifications: cc; AOCP 4471, 1967, Qld - amateur receiver; amateur operator; WW2 - Electoral Rolls: engine driver (Danbulla via Atherton, 1925-1928); farmer (Jubilee Pocket via Proserpine, 1954-1980) * [[/Victor Frank Bell|Bell, Victor Frank]] [https://www.familysearch.org/tree/person/details/GFMZ-FZ7] - 1913(WA)-19??(???) - Licences: 6KR Perth (Subiaco, 1932-1933); 6KR Kalgoorlie (1937-1939); 6KR Perth (Nedlands, 1947-1954) - Qualifications: cc; AOCP 907, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1936); postal assistant (Leonora, WA, 1937); radio engineer (Subiaco, WA, 1937); telephone mechanic (Lamington, Kalgoorlie, WA, 1943); radio engineer (Nedlands, WA, 1949-1954) * [[/Vincent Stephanus Bell|Bell, Vincent Stephanus "Vince"]] [https://www.familysearch.org/tree/person/details/GXHV-W8G] - 1910(Qld)-1981(Qld) - Licences: 4VD Rockhampton (Rockhampton City, 1936-1937; Wandal, 1938-1939, 1946-1960+) - Qualifications: cc; AOCP 1496, 1935, Qld - amateur operator; amateur broadcaster; WW2; employed electrical business - Electoral Rolls: electrician (Rockhampton, Qld, 1932-1936); electrical mechanic (Rockhampton, Qld, 1937-1980) ===''BELSTEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Lempriere Belstead|Belstead, Roy Lempriere]] [https://www.familysearch.org/tree/person/details/L1GN-CQF] - 1910(Qld)-1981(Qld) - Licences: 4EI Townsville (1933-1939); 4RU Winton (1975-1980) - Qualifications: cc; AOCP 1182, 1933, No. ?? in Qld; BOCP 304, 1940; 1COCP 420, 1940; TVOCP 87, 1957 - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, Townsville ARC); state public servant (Qld Railways); broadcast technician (2KY); business proprietor (Belstead Electronic Repairs, Winton) - Electoral Rolls: clerk (Hyde Park, Qld, 1931-1937); radio technician (Dee Why, NSW, 1943; Auburn, NSW, 1949; Lidcombe, NSW, 1958-1963; Auburn, NSW, 1972); retired (Winton, Qld, 1977-1980) ===''BENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Bennett|Bennett, Alfred Edward]] [https://www.familysearch.org/tree/person/details/LYNP-GFM] - 1889(Vic)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - manager 2GB Sydney; witness to Royal Commission 1927 (as manager, 2GB, NSW) - Electoral Rolls: manager (Mosman, 1930-1931); director (Mosman, 1933; Vaucluse, 1936); inspector (Darling Point, 1943); investor (West Pennant Hills, 1949); retired (Vaucluse, 1954-1963) - Links: [https://adb.anu.edu.au/biography/bennett-alfred-edward-5207 ADB] * [[/Clarence Herbert Bennett|Bennett, Clarence Herbert]] [https://www.familysearch.org/tree/person/details/LK1H-GMF] - 1887(Vic)-1974(Vic) - Licences: cc; Nil yet identified - Qualifications: AOCP 449, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Brunswick, 1909-1963); retired (Brunswick, 1968-1972) ===''BENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Francis Wattis Bent|Bent, Arthur Francis Wattis]] [https://www.familysearch.org/tree/person/details/GZVG-5V7] - 1902(Vic)-1998(Vic) - Licences: 3AF Geelong (1924-1939, 1946-1960); 3AF Torquay (1965-1980+) - Qualifications: cc; AOCP 199, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; radio dealer (Geelong, 1931-1954) - Electoral Rolls: turner (14 Coronation St, Geelong West, 1925-1927); radio dealer (Geelong, 1928-1954); radio serviceman (Torquay, 1963-1980) ===''BENTLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Ernest Bentley|Bentley, Frank Ernest]] [https://www.familysearch.org/tree/person/details/G93F-NPZ] - 1902(India)-1973(SA) - Licences: 5MK Adelaide (Cowandilla, 1931-1939); 5MZ Adelaide (Cowandilla, 1954-1969) - Qualifications: cc; AOCP 833, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: boilermaker (Cowandilla, SA, 1939-1943) ===''BENTZEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivan Louis Bentzen|Bentzen, Ivan Louis]] [https://www.familysearch.org/tree/person/details/LT4X-6P4] - 1905(Qld)-1995(Qld) - Licences: 4SS Brisbane (Newstead, 1932-1933) - Qualifications: cc; AOCP 964, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Bulimba, Qld, 1929); mechanic (Valley, Qld, 1936); carpenter (Wooloowin, Qld, 1943-1949); garage proprietor (Lutwyche, Qld, 1954); carpenter (Eagle Junction, Qld, 1954-1980) ===''BERGIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Thomas Bergin|Bergin, John Thomas "Jack"]] [https://www.familysearch.org/tree/person/details/GXGP-GNM] - 1911(SA)-1989(SA) - Licences: 5JB Adelaide (Largs Bay, 1934-1939) - Qualifications: cc; AOCP 1364, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: * [[/Max Wulfing Bergin|Bergin, Max Wulfing]] [https://www.familysearch.org/tree/person/details/LXQ1-QLP] - 1900(NSW)-1983(Cook Isls) - Licences: 2YP Receive West Maitland (1923); 2YP West Maitland (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ingham Berry|Berry, Arthur Ingham]] [https://www.familysearch.org/tree/person/details/9WB6-6F5] - 1914(Vic)-1979(Vic) - Licences: 3CZ Melbourne (Hawthorn, 1930-1939; Kew, 1946-1954; East Malvern, 1955-1956); 3CZ Warburton (1960-1975) - Qualifications: AOCP 595, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Hawthorn, 1936-1937); architect (Kew North, 1943-1954); farmer (Warburton, 1963-1977) * [[/Harold Alexander Berry|Berry, Harold Alexander "Huck"]] [https://www.familysearch.org/tree/person/details/G869-8R6] - 1906(SA)-1983(SA) - Licences: Receive (Crystal) Adelaide (City, 1923); Receive Adelaide (City, 1923-1924); 5JU Adelaide (City, 1930-1931; Keswick, 1933; Norwood, 1937-1939; Kilburn, 1946-1975) - Qualifications: cc; AOCP 666, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: polisher (Kilburn, 1943) * [[/Lawrence Dudley Berry|Berry, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/GXG2-X6J] - 1906(NSW)-1987(SA) - Licences: 5DB Adelaide (Norwood, 1934-1939) - Qualifications: cc; AOCP 1315, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Henry Berry|Berry, Robert Henry]] [https://www.familysearch.org/tree/person/details/G342-ZR6] - 18??(???)-1971(Qld) - Licences: XQC Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; electrical business proprietor - Electoral Rolls: gardener (Rockhampton, 1912-1925); electrical mechanic (Rockhampton, 1928-1968) * [[/William Clive Berry|Berry, William Clive "Clive"]] [https://www.familysearch.org/tree/person/details/LBT5-3L8] - 1912(NSW)-1965(NSW) - Licences: 2CB Knockrow via Bangalow (1931-1936); 2AGM Byron Bay (1938-1938, 1946-1955); 2AGM Lismore (1956-1957); 2AGM Mullumbimby (1958-1960); 2AGM Byron Bay (1961-1965) - Qualifications: AOLCP 30, 1930, NSW; 2COCP 302, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Knockrow, 1933-1936); woodworker (Byron Bay, 1943-1954); contractor (Ballina, 1958); no occupation (Mullumbimby, 1958); manager (Byron Bay, 1963) * [[/William James Berry|Berry, William James "Jim"]] [https://www.familysearch.org/tree/person/details/G8D1-B78] - 1890(Qld)-1983(Qld) - Licences: 4WB Brisbane (Yeerongpilly, 1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1295, 1934, Qld - amateur operator; amateur broadcaster; instrument repairer - Comment: Several contemporaneous William James Berry's in Brisbane - Electoral Rolls: motor mechanic (Yeerongpilly, 1958-1963); mechanic (Yeerongpilly, 1972-1980) - ===''BERTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Louis Bertram|Bertram, William Louis]] [https://www.familysearch.org/tree/person/details/LDBP-NGS] - 1901(Vic)-1983(Vic) - Licences: V738 Receive Rushworth (1922); 3GR Receive Rushworth (1922); 2KR Sydney (Waverley, 1929) - Qualifications: CPRT 920, 1926; 2COCP 97, 1930; 1COCP 34, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Rushworth, 1922; Brunswick, 1924-1928); telegraphist (Brunswick, 1931-1942); telephonist (Brunswick, 1949-1963); retired (Frankston, 1967-1980) ===''BESTED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julius Phillip Bested|Bested, Julius Phillip]] [https://www.familysearch.org/tree/person/details/MZ6V-YSQ] - 1907(SA)-1987(SA) - Licences: Receive Adelaide (Rose Park, 1923); 5CS Adelaide (Salisbury, 1937-1939); 5CS Peterborough (1947-1948); 5CS Adelaide (Richmond, 1954-1960; Cumberland Park, 1965-1980+) - Qualifications: cc; AOCP 1995, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Salisbury, SA, 1939-1941) ===''BIBBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Cyril Bibby|Bibby, Frederick Cyril "Fred"]] [https://www.familysearch.org/tree/person/details/GH58-5XF] - 1911(Tas)-1982(Vic) - Licences: 3OL Melbourne (Hawthorn East, 1930-1939; Camberwell, 1946-1980+) - Qualifications: AOCP 681, 1930, Vic; AOLCP 38, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Camberwell, 1943-1968); operator (Camberwell, 1972-1980) ===''BINNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Binns|Binns, Cecil]] [https://www.familysearch.org/tree/person/details/GZD8-XTD] - 1897(NSW)-1974(NSW) - 2IE Receive Sydney (Kogarah, 1922), 2BJ Sydney (Kogarah, 1925-1927), amateur operator (AOCP 46, 1925, No. ?? in NSW), amateur broadcaster ===''BIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Scorer Bird|Bird, Henry Scorer]] [https://www.familysearch.org/tree/person/details/LYWH-FTC] - 1902(Vic)-1973(Vic) - Licences: 3HB Melbourne (Sunshine, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Sunshine, 1924-1927); Government employee (Camberwell, 1928-1963); nil (Ashwood, 1968-1972) - Comment: 3HB callsign passed to Sunshine Radio Club 1924-1927 (prominent amateur broadcaster) * [[/Leslie James Bird|Bird, Leslie James]] [https://www.familysearch.org/tree/person/details/G6X2-N4N] - 1897(NSW)-1947(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as listener, Armidale, NSW) - Electoral Rolls: clerk (Armidale, 1930-1935; Wellington, 1937); civil servant (Homebush, 1943) ===''BISCHOFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Conrad Bischoff|Bischoff, William Edward Conrad]] [https://www.familysearch.org/tree/person/details/L2YT-QB7] - 1911(NSW)-1989(NSW) - Licences: 2LZ Sydney (Crows Nest, 1930-1937); 2LZ Wentworth Falls (1938-1939, 1946-1969); 2AKM Wentworth Falls (Portable, 1939); 2LZ Sydney (Naremburn, 1975-1980+) - Qualifications: AOCP 568, 1930, No. ?? in NSW; BOCP 12, 1936; TVOCP, 346, 1961 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Naremburn, 1933-1937); wireless operator (RAAF Richmond, 1943); radio technician (Wentworth Falls, 1949-1958); tele. engineer (Naremburn, 1963); engineer (Naremburn, 1972-1980) ===''BISHOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Elijah Bishop|Bishop, Clarence Elijah]] [https://www.familysearch.org/tree/person/details/LKZ9-G7S] - 1896(WA)-1971(WA) - Licences: 6DD Receive Albany (1923); 6DD Albany (1923-1924); 6DD Northam (1924); 6LL Katanning (1936-1939); 6LL Perth (Claremont, 1948-1954; East Victoria Park, 1955-1969) - Qualifications: cc; AOCP 1746, 1936, WA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Albany, WA, 1922); accountant (Katanning, WA, 1925-1937); clerk (Nedlands, WA, 1943-1954; Victoria Park, WA, 1958-1968) * [[/Frederick Edward Bishop|Bishop, Frederick Edward]] [https://www.familysearch.org/tree/person/details/GDS3-GZQ] - 1882(NSW)-1952(NSW) - Licences: 2FB Sydney (Kirribilli, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: optician (Kirribilli, 1930-1931); grazier (Mullaley, Gunnedah, 1935-1949) * [[/Maurice Glanville Bishop| Bishop, Maurice Glanville]] [https://www.familysearch.org/tree/person/details/GDDP-SVD] - 1908(Tas)-1965(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bank clerk (Middle Park, Vic, 1931); bank officer (Middle Park, 1935); bank clerk (Bank of NSW Quarters, Ouyen, 1936-1937); bank officer (Hawthorn, 1942-1949; Nelson, Tas, 1954) ===''BLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. C. Black|Black, F. C.]] - 19??(???)-19??(???) - Licences: None identified to date - Qualifications: cc; AOCP 297, 1926, No. ?? in SA - amateur operator?, amateur broadcaster? - Electoral Rolls: awaits identification, Port Lincoln, SA in 1926 * [[/William Hector Black|Black, William Hector]] [https://www.familysearch.org/tree/person/details/G8J2-TCS] - 1912(Vic)-1976(NSW) - Licences: 3WB Melbourne (Malvern, 1930-1939); 2WO Sydney (Mosman, 1946-1948) - Qualifications: AOCP 663, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Malvern, 1936-1937); bacteriologist (Mosman, 1943-1963); biochemist (Darlinghurst, 1968-1972) ===''BLACKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Howbery Blackman|Blackman, Herbert Howbery]] [https://www.familysearch.org/tree/person/details/GZ2M-65N] - 1886(Vic)-1970(Vic) - Licences: XOE Melbourne (East Malvern, 1913); 3PR Receive Melbourne (East Malvern, 1923); 3PR Melbourne (East Malvern, 1924-1925); 3HA Melbourne (East Malvern, 1926-1927); 3HU Melbourne (Ashburton, 1931-1939) - Qualifications: cc; AOCP 211, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: public servant (Malvern, 1909); mechanic (East Malvern, 1913-1916); soldier (Royal Park, 1917-1919); electrician (East Malvern, 1922-1928); mechanic (Burwood, 1931-1968) * [[/W. T. Blackburn|Blackburn, W. T.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Home Hill (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Searched William, Walter, Wilfred - Electoral Rolls: Nil yet identified ===''BLADES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alfred Blades|Blades, Ronald Alfred "Ron"]] [https://www.familysearch.org/tree/person/details/GXCS-L77] - 1916(Qld)-2005(NSW) - Licences: 4RX Toowoomba (1936-1939); 2VP Sydney (Haberfield, 1946-1947; Ashfield, 1948-1950; Dundas, 1954-1955); 2VP Melbourne (Blackburn, 1956); 2VP Sydney (Balgowlah, 1957-1969; Seaforth, 1975; Dee Why, 1980) - Qualifications: cc; AOCP 1775, 1936, No. ?? in Qld; BOCP 615, 1944 - amateur operator; amateur broadcaster; military (WW2, RAAF); broadcast technician (AWA) - Comment: Two Ronald Alfred Blades born in Qld 1916, 4RX 27/3/1916 - Electoral Rolls: radio engineer (Ashfield, NSW, 1949; Dundas, NSW, 1954; Balgowlah, NSW, 1958-1968); engineer (Dee Why, NSW, 1977) ===''BLAIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Andrew William Blair|Blair, Keith Andrew William]] [https://www.familysearch.org/tree/person/details/LK4S-ZXY] - 1911(Vic)-2001(NSW) - Licences: 2DX Balranald (1930-1934); 2DX Sydney (Marrickville, 1935-1937); 2DX Bega (1938-1939) - Qualifications: AOCP 699, 1930, Vic; BOCP 276, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: bank clerk (Balranald, 1932-1935; Randwick, 1936-1937; Bega, 1937); bank officer (Queanbeyan, 1949-1980) ===''BLAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leslie Gilbert Blake|Blake, Robert Leslie Gilbert]] [https://www.familysearch.org/tree/person/details/L831-ZLW] - 1888(Vic)-1952(Vic) - Licences: 3RG Castlemaine (1929-1939) - Qualifications: AOCP 484, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Castlemaine, 1912-1919); house furn. (Castlemaine, 1924-1949) ===''BLANCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Henry Blanchard|Blanchard, George Edward Henry]] [https://www.familysearch.org/tree/person/details/GZV2-B4S] - 1899(NSW)-1987(NSW) - Licences: 2DN Sydney (Newtown, 1922-1926; Hurlstone Park, 1927-1929) - Qualifications: cc; AOCP 195, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Earlwood, 1930-1980) ===''BLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Bland|Bland, William Joseph]] [https://www.familysearch.org/tree/person/details/GXT9-4RP] - 1902(India)-1955(SA) - Licences: Receive Adelaide (Alberton, 1923); 5AG Adelaide (Alberton, 1923-1927) - Qualifications: cc; CPRT 765, 1923 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio manufacturer (Tusmore, SA, 1939-1943) ===''BLUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Blue|Blue, Harry William]] - 1909(NSW)-2001(NSW) - 2YI Liverpool (1933), 2YI Albury (1934-1936), 9KO Rabaul (1937), 2YI Broken Hill (1938-1939), 2YI Sydney (Kingsford, 1946; Auburn, 1947-1980+, amateur operator (AOCP 1034, 1932, No. ?? in NSW), amateur broadcaster, A.A.M.S. ===''BLUNDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Verge Blunden|Blunden, Godfrey Verge]] [https://www.familysearch.org/tree/person/details/GDNG-22L] - 1906(Vic)-1996(France) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Wireless Weekly (editor, 1930s) - Electoral Rolls: journalist (North Sydney, 1930; East Sydney, 1933-1936) * [[/Leon Walter Blunden|Blunden, Leon Walter]] [https://www.familysearch.org/tree/person/details/G3KT-SMV] - 1914(SA)-2003(SA) - Licences: 5BH Adelaide (Firle, 1935-1939, 1947-1980+) - Qualifications: cc; AOCP 1535, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BOAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Douglas Boast|Boast, Harold Douglas]] [https://www.familysearch.org/tree/person/details/K2VW-3D4] - 1906(Eng)-1979(Vic) - Licences: 3AX Melbourne (Elsternwick, 1928-1939); 3AX Lubeck (1946-1969); 3AX Melbourne (Frankston, 1975) - Qualifications: AOCP 404, 1928, No. ?? in Vic; AOLCP 55, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Elsternwick, 1931-1936); radio engineer (3LK Lubeck, 1942-1968); retired (Frankston, 1972-1977) ===''BOILEAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Boileau|Boileau, John George]] [https://www.familysearch.org/tree/person/details/GXC2-HLQ] - 1893(SA)-1957(Qld) - Licences: 4JT Port Moresby (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Byron Bay, NSW, 1943-1954) ===''BOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Augustus Bold|Bold, Charles Augustus]] [https://www.familysearch.org/tree/person/details/GF3N-JSF] - 1894(WA)-1958(WA) - Licences: 6CA Perth (Beaconsfield, 1931-1939, 1947-1948) - Qualifications: cc; AOCP 832, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (South Fremantle, WA, 1921-1922); meter tester (South Fremantle, WA, 1925); electrician (South Fremantle, WA, 1931-1949); mains superintendent (South Fremantle, WA, 1954-1958) ===''BOLGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Joseph Bolger|Bolger, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/L67V-VDD] - 1867(Irl)-1941(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Deputy Director of Navigation, Vic) - Electoral Rolls: master mariner (Williamstown, 1914-1917); public servant (Elsternwick, 1919); master mariner (Elsternwick, 1931-1937) ===''BOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Francis Bond|Bond, Rupert Francis]] [https://www.familysearch.org/tree/person/details/9ZHS-QB3] - 1886(Vic)-1961(Qld) - Licences: Receive Brisbane (Rockhampton, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Rockhampton, Qld, 1912-1937; Rockhampton, Qld, 1949-1958) ===''BONGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gysbert Sheldon Bongers|Bongers, Gysbert Sheldon]] [https://www.familysearch.org/tree/person/details/L7F9-DXK] - 1900(NSW)-1948(NSW) - Licences: N745 Receive Sydney (1922-1923); 2HY Sydney (Rockdale, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster, engineer - Electoral Rolls: electrical engineer (Rockdale, 1930-1935; Hamilton, Qld, 1936-1937); engineer (Woollahra, 1943) ===''BONNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Coleman Bonner|Bonner, Alfred Coleman]] [https://www.familysearch.org/tree/person/details/MV14-MTM] - 1854(Tas)-1930(Tas) - Licences: Receive (Crystal) Legana (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Trevallyn, 1914-1922); no occupation (Legana, 1928) ===''BONNERUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Madsen Bonnerup|Bonnerup, Peter Madsen]] [https://www.familysearch.org/tree/person/details/G6F5-RC8] - 1890(Tas?)-1976(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as patent attorney, WA) - Electoral Rolls: patent attorney (Nedlands, 1922; South Perth, 1925-1972) - Links: [https://www.carnamah.com.au/bio/peter-madsen-bonnerup Bio] ===''BONNINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Archibald Bonnington|Bonnington, John Archibald]] [https://www.familysearch.org/tree/person/details/G88Y-1JP] - 1909(NSW)-1967(NSW) - Licences: 2HB Sydney (Bellevue Hill, 1930-1931); 2AKB Sydney (Avalon Beach, 1960-1965) - Qualifications: AOCP 569, 1930, No. ?? in NSW; 3AirOCP 16, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Broken Hill, 1931); engineer (Woollahra, 1932-1933); radio engineer (Darlinghurst, 1934-1935); air pilot (Avalon Beach, 1949-1963) ===''BONWILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Warren Bonwill|Bonwill, Edward Warren]] [https://www.familysearch.org/tree/person/details/9J35-NNV] - 1869(USA)-1945(NSW) - Licences: XBP Sydney (1912-1914); 2CA Receive Cowra (1922); 2CA Cowra (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: dentist (Barellan, 1930; Cowra, 1934-1937; Lithgow, 1937-1943) ===''BOTTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Botten|Botten, Herbert William]] [https://www.familysearch.org/tree/person/details/GDS2-8QJ] - 1895(SA)-1973(???) - Licences: 2HB Sydney (CBD, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Neutral Bay, 1930); radio manager (Darlinghurst, 1933-1936); manager (Darlinghurst, 1937-1958) ===''BOUCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Reid Bouchard|Bouchard, Victor John Reid "Vic"]] [https://www.familysearch.org/tree/person/details/G93B-52C] - 1897(Qld)-1936(Qld) - 4BY Receive Brisbane (Auchenflower, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; amateur club administrator - Electoral Rolls: draper's assistant (Auchenflower, 1921-1926); clerk (Buranda, 1928) ===''BOULTBEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Walker Boultbee|Boultbee, Kenneth Walker]] [https://www.familysearch.org/tree/person/details/GMWB-1Q4] - 1905(Tas)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: agent (Taringa, Qld, 1928-1958; Corinda, Qld, 1963-1968; St Lucia, Qld, 1972-1977); retired (Broadbeach, Qld, 1977-1980) ===''BOUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Boundy|Boundy, George Henry]] - 1866(Vic)-1932(Vic) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), early wireless experimenter, radio clubs (WIQ), state public servant (P&TQ, engineer), federal public servant (PMGD, engineer) ===''BOURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. Bourke|Bourke, J.]] - 19??(???)-19??(???) - Licences: V734 Receive Yarck (1922); Receive 3GP Yarck (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''BOURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Frederick Bourne|Bourne, Francis Frederick]] [https://www.familysearch.org/tree/person/details/GX55-9GM] - 1916(SA)-2004(SA) - Licences: 5BU Adelaide (Unley, 1935-1939; Wayville, 1947; Malvern, 1948-1954; Blackwood, 1955-1965; Belair, 1969); 5BU Keith (1975); 5BU Naracoorte (1980) - Qualifications: cc; AOCP 1593, 1935, SA; 2COCP 1282, 1953; 1COCP 1722, 1954 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Parkside, SA, 1939-1943) ===''BOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Germain Bowden|Bowden, Eric James Germain]] [https://www.familysearch.org/tree/person/details/L7T7-YC2] - 1894(Tas)-1984(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - PMGD Wireless Inspector, Hobart, 1920s & 1930s; witness to Royal Commission 1927 (as equipment engineer, PMGD, Tas) - Relationships: son of Frank Prosser Bowden; brother of John Gibson Bowden - Electoral Rolls: junior assistant engineer (Hobart North, 1922); engineer (Hobart South, 1936-1937) * [[/Frank Prosser Bowden|Bowden, Frank Prosser]] [https://www.familysearch.org/tree/person/details/97MP-G4L] - 1860(Tas)-1934(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter, Tas PMGD, Federal PMGD - Relationships: father of Eric James Germain Bowden and John Gibson Bowden - Electoral Rolls: civil servant (Hobart North, 1914-1928) * [[/John Gibson Bowden|Bowden, John Gibson]] [https://www.familysearch.org/tree/person/details/LNJZ-V69] - 1906(Tas)-1998(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - employee of Medhurst Electrical - Relationships: son of Frank Prosser Bowden; brother of Eric James Germain Bowden - Electoral Rolls: mechanic (Launceston, 1928); electrical mechanic (New Town, 1936-1937); engineer (Nelson, 1943-1963) * [[/Ronald Stanley Bowden|Bowden, Ronald Stanley]] [https://www.familysearch.org/tree/person/details/GQGS-F9R] - 1900(Eng)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Albion, Qld, 1921); car driver (Wilston, Qld, 1934); car proprietor (Newmarket, Qld, 1936-1943); store keeper (Urangan, Qld, 1949-1954); farmer (Mundubbera, Qld, 1958-1963); retired (Urangan, Qld, 1968-1980) ===''BOWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Keith Bowen|Bowen, Harold Keith "Keith"]] [https://www.familysearch.org/tree/person/details/GXGK-7SZ] - 1913(SA)-1987(SA) - Licences: 5KB Adelaide (Maylands, 1932-1939) - Qualifications: cc; AOCP 1049, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Tranmere, SA, 1943) * [[/Joseph La Venture Bowen|Bowen, Joseph La Venture or Laventure]] [https://www.familysearch.org/tree/person/details/GDPP-MLB] - 1917(Qld)-1966(Qld) - Licences: 4LB Brisbane (Hamilton, 1935-1939)- Qualifications: cc; AOCP 1445, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kedron, Qld, 1943-1958); public servant (Kedron, Qld, 1963) ===''BOWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Nigel Bowman|Bowman, Hubert Nigel "Pete"]] [https://www.familysearch.org/tree/person/details/K4PT-FY3] - 1908(SA)-1987(SA) - Licences: 5FM Adelaide (Payneham, 1932-1933; Royston Park, 1937; Payneham, 1938-1939, 1947-1948; Mitcham, 1954-1956); 5FM Crystal Brook (1960); 5FM Bridgewater (1965-1980+); 5FN Portable (1965-1969) - Qualifications: cc; AOCP 911, 1932, No. ?? in SA; 2COCP 259, 1939; BOCP 282, 1940; 1COCP 354, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Boyd|Boyd, Norman James]] [https://www.familysearch.org/tree/person/details/GZXJ-VM7] - 1897(Vic)-1977(Vic) - Licences: XNO Melbourne (Elsternwick, 1913-1914); 3EL Receive Melbourne (Elsternwick, 1922-1923); 3EL Melbourne (Elsternwick, 1924-1925; Caulfield, 1925-1927; Elwood, 1931-1939) - Qualifications: AOCP 104, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; radio engineer (3UZ, 1920s); WW1 - Electoral Rolls: mechanic (Elsternwick, 1919-1924); manager (Caulfield, 1926-1928); engineer (Elsternwick, 1931-1937); electrician (St Kilda, 1949-1963); retired (Caulfield, 1967-1977) ===''BRADBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. J. Bradbury|Bradbury, B. J.]] - abt 1887(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''BRADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Keith Bradford|Bradford, Alfred Keith]] [https://www.familysearch.org/tree/person/details/L6Q5-VC5] - 1912(NSW)-1986(Qld) - Licences: 4KK Millmerran (1936-1939, 1947-1975); 4KK Drillham (1980+) - Qualifications: cc; AOCP 1750, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Millmerran, Qld, 1934-1937); farmer (Millmerran, Qld, 1943-1954); radio dealer (Millmerran, Qld, 1958-1968); farmer (Drillham, Qld, 1977-1980) * [[/John Richard Bradford|Bradford, John Richard]] - 19??(???)-19??(???) - senior federal public servant (chief electrical engineer, Qld, PMGD) ===''BRADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Randell Bradley|Bradley, Frank Randell]] [https://www.familysearch.org/tree/person/details/G973-F7P] - 1884(SA)-1963(NSW) - Licences: 3ZK Melbourne (Sandringham, 1923-1930); 2JB Sydney (Mosman, 1931-1939) - Qualifications: cc; AOCP 2, 1924, No. 1 in Vic - amateur operator; amateur broadcaster; federal public servant (PMGD, Superintendant Telegraphs Vic, 1928; Deputy PMG Qld; NSW); historian (telegraphs) - Electoral Rolls: civil servant (Sandringham, Vic, 1914-1924; Mosman, NSW, 1933-1943); no occupation (Killara, NSW, 1954-1963) ===''BRAGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Bragg|Bragg, William Henry]] [https://www.familysearch.org/tree/person/details/LCFQ-9N6] - 1862(Eng)-1942(Eng) - Early wireless experimenter, academic (University of Adelaide, 1885-1908), physicist, chemist, mathematician, shared Nobel prize in 1915 with his son William Lawrence Bragg, son-in-law of Charles Todd - Links: [[w:William Henry Bragg|Wikipedia]] * [[/William Lawrence Bragg|Bragg, William Lawrence "Lawrence"]] [https://www.familysearch.org/tree/person/details/MWXT-CLR] - 1890(SA)-1971(Eng) - participated as a youth in his father's early wireless experiments, academic (University of Adelaide), physicist, shared Nobel prize in 1915 with his father William Henry Bragg, grandson of Charles Todd - Links: [[w:Lawrence Bragg|Wikipedia]] ===''BRAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. F. Brain|Brain, S. F.]] - 19??(???)-19??(???) - Licences: 2ZD Sydney (Ashfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: likely related XFR V. J. Brain - Electoral Rolls: Nil yet identified * [[/V. J. Brain|Brain, V. J.]] - 19??(???)-19??(???) - Licences: XFR Sydney (Ashfield, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: likely related 2ZD S. F. Brain - Electoral Rolls: Nil yet identified ===''BRAMLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Alfred Bramley|Bramley, John Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIW Wyndham (1917-1918) - Electoral Rolls: Nil yet identified ===''BRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorayne Branch|Branch, Lorayne]] - Living - author ("Henry Sutton, The Innovative Man"), historian (Henry Sutton) ===''BRANDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Frank Brandon|Brandon, Eric Frank]] [https://www.familysearch.org/tree/person/details/GXPK-2ZY] - 1907(SA)-2001(SA) - Licences: 5FB Wilmington (1933-1939); 5FB Adelaide (Prospect, 1948); 5FA Oodnadatta (1965); 5FA Ramco (1969-1975); 5FA Adelaide (Blair Athol, 1980+) - Qualifications: cc; AOCP 1145, 1933, SA; 2COCP 140, 1938; 1COCP 183, 1938; BOCP 201, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BRANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Mervyn Branks|Branks, Albert Mervyn "Merv"]] [https://www.familysearch.org/tree/person/details/GZ6Y-88K] - 1906(NZ)-1978(NZ) - prominent MW and SW broadcast listener 1920s to 1970s, DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tribute] ===''BREDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wynne Steere Breden|Breden, Wynne Steere]] - 1900(Qld)-1976(NSW) - Rx Melbourne (East Melbourne, 1923), 2WS Newcastle (Newcastle, 1924-1931), amateur operator (AOCP 9, 1924, No. ?? in NSW), amateur broadcaster, shipyard business ===''BREMERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Frederick Bremerman|Bremerman, Harold Frederick]] [https://www.familysearch.org/tree/person/details/GXCQ-QWC] - 1903(Eng)-1988(Qld) - Licences: 4HB Brisbane (Wooloowin, 1938-1939, 1946-1954; Aspley (1955-1975+) - Qualifications: cc; AOCP 1267, 1934, Qld; COCP (Eng) - amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (WIAQ, Life Member; Brisbane DX Club); employment (electrician, Courier Mail, Besley & Pike, Mt. Olivett Hospital); pilot; UK Merchant Navy 1920s - Electoral Rolls: electrical mechanic (Albion, Qld, 1928); mechanic (Wooloowin, Qld, 1936-1954); retired (Aspley, Qld, 1958-1980) ===''BRENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan James Brennan|Brennan, Allan James]] [https://www.familysearch.org/tree/person/details/G6TR-SNJ] - 1887(Vic)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 31, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: Nil yet identified ===''BREWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip John Brewer|Brewer, Phillip or Philip John]] [https://www.familysearch.org/tree/person/details/LVKH-MNW] - 1900(WA)-1948(SA) - Licences: 5JA Adelaide (Parkside, 1926-1939) - Qualifications: cc; AOCP 269, 1926, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Parkside, 1939-1943) ===''BRIDGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Bridger|Bridger, Thomas William]] [https://www.familysearch.org/tree/person/details/G85V-2YT] - 1885(UK)-1941(NT) - Licences: 4AP Receive Brisbane (City, 1923); 4AP Brisbane (Hamilton, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer; public servant; WW1 (2nd Aust Flying Squadron, 1916) - Electoral Rolls: electrical engineer (West Perth, 1914); consulting engineer (Auchenflower, 1925); poultry farmer (Geebung, 1928); engineer (Armadale, 1934-1937) - Directories: electrical engineer (Adelaide, 1915; Melbourne, 1917-1921; Brisbane, 1923-1927; Adelaide, 1930) ===''BRIDGES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank John Claud Bridges|Bridges, Frank John Claud or Claude]] [https://www.familysearch.org/tree/person/details/GHRF-XHR] - 1885(NZ)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 141, 1915; 2COCP 182, 1930; 1COCP 279, 1932 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); officer-in-charge (Radio Station, Esperance, 1921-1949); retired (Esperance, 1958-1963) ===''BRIGGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Robert Briggs|Briggs, Donald Robert]] [https://www.familysearch.org/tree/person/details/GX5B-1TN] - 1915(SA)-2008(SA) - Licences: 5BD Adelaide (Walkerville, 1935-1939; Henley Beach, 1947; South Plympton, 1954-19600; 5HB Adelaide (Morphett Vale, 1980+) - Qualifications: cc; AOCP 1490, 1935, SA; 2COCP 413, 1941; BOCP 373, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: assistant (Kirkcaldy, SA, 1939) ===''BRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Herbert Bright|Bright, William Henry Herbert "Bill"]] [https://www.familysearch.org/tree/person/details/LBQH-GSX] - 1898(Qld)-1961(Qld) - Licences: Spark; 4FA Toowoomba (1923); 4AA Toowoomba (1924-1925); 4WB Toowoomba (1925-1927); 4OO Toowoomba (1937-1939) - Qualifications: cc; AOCP 123, 1925, No. 13 in Qld - amateur operator; amateur broadcaster - Withdrawal: callsign 4AA withdrawn by PMGD for their use - Electoral Rolls: telegraphist (Toowoomba, 1919-1943); clerk (Toowoomba, 1949); mechanic (Toowoomba, 1954-1958) ===''BRIMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Campbell Brimble|Brimble, Charles Campbell]] [https://www.familysearch.org/tree/person/details/GX5L-9GH] - 1915(SA)-2003(SA) - Licences: 5CB Adelaide (Somerton, 1935-1939, 1947-1948; Somerton Park, 1954-1980+) - Qualifications: cc; AOCP 1446, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Somerton, SA, 1939-1943) ===''BRIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Marcus John Gordon Brims|Brims, Marcus John Gordon]] [https://www.familysearch.org/tree/person/details/KZWB-S11] - 1888(Qld)-1982(Qld) - Licences: XQA Mareeba (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; business proprietor (plywood & veneer manufacture) - Electoral Rolls: foreman (Mareeba, 1912-1913); foreman joiner (Milton, 1921); timber merchant (Milton, 1925-1931); plywood manufacturer (Annerley, 1937-1958); business manager (Annerley, 1963-1980) ===''BRISTOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Morrison Bristow|Bristow, John Morrison]] [https://www.familysearch.org/tree/person/details/GZPL-DLJ] - 1908(NSW)-1983(NSW) - Licences: 2ZX Sydney (Neutral Bay, 1926-1929) - Qualifications: AOCP 243, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: advertising manager (Neutral Bay, 1930-1935); manager (Gordon, 1937-1943); company manager (Pymble, 1949); manager (Wahroonga, 1954-1980) ===''BROCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Edward Earl Brock|Brock, Hector Edward Earl]][https://www.familysearch.org/tree/person/details/9VQL-BTC] - 1902(Vic)-1962(SA) - Licences: 3ZC Melbourne (Moonee Ponds, 1923-1924); 5DP Adelaide (North Adelaide, 1924-1927; Malvern, 1927-1938); 5UZ Adelaide (Fullarton, 1954-1956; Nailsworth, 1960) - Qualifications: cc; AOCP 25, 1924, No. ?? in SA - amateur operator; amateur broadcaster; University of Adelaide (Demonstrator & Technical Assistant, 1949) - Electoral Rolls: laboratory assistant (Moonee Ponds, Vic, 1924); no occupation (Malvern, SA, 1939-1943) ===''BROINOWSKI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leopold Thomas Broinowski|Broinowski, Leopold Thomas]] [https://www.familysearch.org/tree/person/details/G6FR-SMR] - 1871(Vic)-1937(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as associate editor, Hobart Mercury, Tas) - Electoral Rolls: journalist (Hobart South, 1914-1937) ===''BROOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilberforce Henry Liddon Brooke|Brooke, Wilberforce Henry Liddon]] [https://www.familysearch.org/tree/person/details/LB61-69T] - 1891(NSW)-1969(NSW) - Licences: 2BR Terrigal (1930-1936); 2BR Dora Creek (1937-1939, 1946-1958); 2BR Paterson (1960-1969) - Qualifications: AOCP 638, 1930, NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: clergyman (Jerry's Plains, 1930; Terrigal, 1931-1937; Dora Creek, 1954-1958; Paterson, 1963-1968) ===''BROOKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Brookes|Brookes, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GDSJ-GV6] - 1911(Qld)-1958(Qld) - Licences: 4BA Brisbane (Kelvin Grove, 1936-1937; Ashgrove, 1938-1939; Wooloowin, 1947-1948) - Qualifications: cc; AOCP 1641, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Wooloowin, Qld, 1943-1954); waterside Worker (Wooloowin, Qld, 1958) ===''BROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Milton Brooks|Brooks, Albert Henry Milton]] [https://www.familysearch.org/tree/person/details/LT1Q-DVK] - 1901(SA)-1975(SA) - Licences: 5KG Adelaide (Grange, 1933-1939; Croydon, 1946-1960+); 5AH Adelaide (Ridleton, 1969-1975) - Qualifications: cc; AOCP 1170, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Croydon, 1939); railway employee (Croydon, 1941-1943) - Relationships: likely related to 7JB John Vickery Brooks and 7DB D. C. Brooks * [[/John Vickery Brooks|Brooks, John Vickery "Jack"]] [https://www.familysearch.org/tree/person/details/GHXL-RK8] - 1905(SA)-1983(Vic) - Licences: 7JB Hobart (1924-1926) - Qualifications: cc; AOCP 37, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; engineer; originally from Adelaide - Relationships: likely related to 5KG Albert Henry Brooks and 7DB D. C. Brooks - Electoral Rolls: engineer (Hobart South, 1928; Malvern, Vic, 1954-1980) ===''BROOMHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Broomhall|Broomhall, Charles Alfred]] [https://www.familysearch.org/tree/person/details/M7NZ-2SV] - 1891(Vic)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 729, 1922 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Geraldton, 1916); mechanic (Wireless Station, Applecross, 1925; Canning Bridge, 1931-1937; Applecross, 1943-1954); retired (Bickley, 1958-1963) ===''BROWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan George Brown|Brown, Alan George]] [https://www.familysearch.org/tree/person/details/G849-43Y] - 1909(Vic)-1970(Vic) - Licences: 3CX Melbourne (Canterbury, 1928-1937; Upper Hawthorn, 1938-1939; Canterbury, 1946-1969) - Qualifications: AOCP 446, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF) - Electoral Rolls: clerk (Camberwell North, 1931); public servant (Auburn, 1936-1937); RAAF (St Kilda North, 1943); civil servant (Auburn, 1949); clerk (Deepdene, 1954; Camberwell North, 1963-1968) * [[/Alan Weymouth Brown|Brown, Alan Weymouth]] [https://www.familysearch.org/tree/person/details/GSKH-1N5] - 1902(Tas)-1938(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Listeners' League, Hobart (assistant secretary); witness to Royal Commission 1927 (as Assistant Secretary, Listeners' League, Hobart, Tas) - Electoral Rolls: electrician (Hobart South, 1936-1937) * [[/Alfred Louis Brown|Brown, Alfred Louis]] [https://www.familysearch.org/tree/person/details/LYQV-4SS] - 1885(Eng)-1971(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as general manager, 5CL, SA) - Electoral Rolls: instrument maker (Claremont, WA, 1910); optician (Applecross, 1916-1917); director (Kew, Vic, 1926); engineer (Cottesloe, 1936-1937) * [[/Bruce Kevin Brown|Brown, Bruce Kevin]] [https://www.familysearch.org/tree/person/details/G6S4-CV1] - 1920(Tas)-1984(NSW) - Licences: 7QZ Launceston (1937-1939); 2AQZ Sydney (Meadowbank, 1954-1969; Annangrove, 1975-1980+) - Qualifications: cc; AOCP 1942, 1937, No. ?? in Tas; BOCP 303, 1940; 1COCP 492, 1941; TVOCP 1014, 1968 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: laboratory assistant (Meadowbank, 1943-1968); technician (Annangrove, 1972-1980) * [[/Clarence Roy Brown|Brown, Clarence Roy]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - founder of 5KA Class B Adelaide; witness to Royal Commission 1927 (as manager, 5KA, SA) - Electoral Rolls: * [[/Clifford Walter Brown|Brown, Clifford Walter]] [https://www.familysearch.org/tree/person/details/LCV5-M8M] - 1906(WA)-1991(WA) - Licences: 6CB Perth (Subiaco, 1930-1939) - Qualifications: cc; AOCP 640, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Subiaco, 1931-1937); traveller (Nedlands, 1943-1963); business manager (Wembley, 1968); manager (Morley, 1972; Dianella, 1977-1980) * [[/Frank Makepeace Brown|Brown, Frank Makepeace]] [https://www.familysearch.org/tree/person/details/G8H5-2M5] - 1911(WA)-2006(WA) - Licences: 6FB Mullewa (1939; 1946-1948); 6FB Bassendean (1954-1960); 6FB Perth (Doubleview, 1965-1969; Rossmoyne, 1975) - Qualifications: AOCP 2375, 1939, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telephone mechanic (Northam, 1936; Bassendean, 1943); civil servant (Mullewa, 1949); telephone technician (Bassendean, 1954-1963); civil servant (Doubleview, 1968-1972); telephone technician (Rossmoyne, 1977-1980) * [[/George D. Brown|Brown, George D.]] [https://www.familysearch.org/tree/person/details/GXCQ-JFD] - 1875(???)-19??(???) - Licences: 4DB Brisbane (Ascot, Qld, 1937-1939) - Qualifications: cc; AOCP 1970, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous GBs - Electoral Rolls: Nil yet identified * [[/Harry Percy Brown|Brown, Harry Percy "Horsepower", "Poo Bah"]] [https://www.familysearch.org/tree/person/details/L1R8-R1W] - 1878(Eng)-1967(NSW) - senior federal public servant (Director-General, Posts and Telegraphs); witness to Royal Commission 1927 (as Secretary, PMGD) - Links: [[w:Harry Brown (public servant)|Wikipedia]]; [https://adb.anu.edu.au/biography/brown-sir-harry-percy-5384 ADB]; [https://telegramsaustralia.com/Forms/Special%20developments/People/Brown.html Telegrams Australia] * [[/Hector Mervyn Brown|Brown, Hector Mervyn]] [https://www.familysearch.org/tree/person/details/G9TY-HSC] - 1906(NSW)-1961(SA) - Licences: 5MB Adelaide (Torrensville, 1927-1928; Southwark, 1931-1933, 1946-1948) - Qualifications: AOCP 345, 1927, No. ?? in SA; 2COCP 402 1932; 1COCP 333, 1933) - amateur operator, amateur broadcaster, broadcast engineer (2BH, 1937), PMGD SA (mechanic, retired 1940) - Electoral Rolls: radio engineer (Broken Hill, 1937), engineer (Thebarton, 1941-1943) * [[/Herbert George Brown|Brown, Herbert George "Harry"]] [https://www.familysearch.org/tree/person/details/L5BH-NGV] - 1887(Eng)-1966(Qld) - Licences: 4BH Booval (1928-1930); 4HG Booval (1931); 4HG Ipswich (1937-1939, 1946-1956); 4BH Brisbane (Graceville, 1965) - Qualifications: cc; AOCP 455, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (Ipswich); railways employee - Callsign: withdrawn for 4BH Brisbane - Electoral Rolls: labourer (Ipswich, Qld, 1925; Redbank, Qld, 1929) * [[/Herbert Rufus Brown|Brown, Herbert Rufus]] [https://www.familysearch.org/tree/person/details/K2HL-T23] - 1894(Vic)-1980(Vic) - Licences: 3NN Receive Yanac (1923); 3NN Yanac (1924-1980) - Qualifications: cc; AOCP 271, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Yanac, 1919-1977) * [[/J. R. Brown|Brown, J. R.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Southport (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James McGladdery Brown|Brown, James McGladdery]] [https://www.familysearch.org/tree/person/details/GW18-TCK] - 1882(Qld)-1965(Qld) - Licences: 4BJ Aramac (1929-1933); 4BJ Rockhampton (1937); 4BJ Bundaberg (1947-1965) - Qualifications: AOCP 480, 1929, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: porter (Rockhampton, 1905); station master (Finch Hatton, 1913); labourer (Mackay, 1919); motor car proprietor (Baralaba, Mt Morgan, 1925); guard (Aramac, 1928-1937); retired (Maryborough, 1954-1963; Ascot, 1963) - Relationships: father of Victor James Caldwell Brown, the likely actual amateur operator * [[/John Henry Shadwell Brown|Brown, John Henry Shadwell]] [https://www.familysearch.org/tree/person/details/GDJL-7M4] - 1897(NSW)-1959(NSW) - Licences: 2JK Sydney (Botany, 1925-1939) - Qualifications: cc; CPRT 926, 1926; 1COCP 154, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Botany, 1930-1958) * [[/Joseph Brown|Brown, Joseph "Joe"]] [https://www.familysearch.org/tree/person/details/GQH2-YSM] - 1916(Tas)-1990(Tas) - Licences: 7BJ Hobart (Battery Point, 1934-1939; New Town, 1946-1980+) - Qualifications: cc; AOCP 1255, 1934, No. ?? in Tas; BOCP 5, 1936 - amateur operator; amateur broadcaster; broadcast engineer (7ZL, Hobart TV); public servant (PMGD) - Electoral Rolls: radio operator (Battery Point, 1936-1937); civil servant (New Town, 1943-1972) * [[/Leonard Austin Brown|Brown, Leonard Austin]] [https://www.familysearch.org/tree/person/details/GX21-FFX] - 1915(Vic)-1957(SA) - Licences: 3OP Melbourne (Camberwell, 1931-1933); 5OP Adelaide (Eastwood, 1937-1939) - Qualifications: cc; AOCP 814, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Camberwell, Vic, 1936; Eastwood, SA, 1939; Unley Park, SA, 1941) * [[/Robert Brown|Brown, Robert]] - 19??(???)-19??(???) - Licences: Receive Hobart (Moonah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart Central, 1919; Moonah, 1928); fitter (Hobart North, 1958) * [[/Victor James Caldwell Brown|Brown, Victor James Caldwell]] [https://www.familysearch.org/tree/person/details/LBKS-2T7] - 1907(Qld)-1983(Qld) - Licences: Nil yet identified, but likely those in father's name - Qualifications: Nil yet identified, but likely those in father's name - amateur operator? - Electoral Rolls: wardsman (Aramac, 1928); guard (Aramac, 1930); baker (Rockhampton, 1936); radio mechanic (Barcaldine, 1943; Bundaberg, 1949-1963) - Relationships: son of James McGladdery Brown - note electoral roll addresses for Victor James precisely align with 4BJ addresses whereas those for James McGladdery do not * [[/William Francis Brown|Brown, William Francis]] [https://www.familysearch.org/tree/person/details/G8VB-4DL] - 1914(Vic)-19??(???) - Licences: 3BB Warrnambool (1930-1933); 3BB Melbourne (Richmond, 1937); 9BB Wau, New Guinea (1938); 2ANP Sydney (Bundeena, 1947) - Qualifications: AOCP 704, 1930, Vic; 2COCP 92, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Richmond, 1937) - Comment: many contemporaneous WFBs ===''BROWNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Vincent Browne|Browne, Robert John Vincent]] [https://www.familysearch.org/tree/person/details/GSLZ-BY6] - 1907(Qld)-1972(Qld) - Licences: 4RB Brisbane (Toowong, 1925-1939; New Farm, 1946-1956; Dorrington, 1960-1969) - Qualifications: cc; AOCP 92, 1925, No. 10 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Toowong, 1936-1937); mechanic (Clevedon, 4QN, 1943); technician (New Farm, 1949-1954); teacher (Dorrington, 1958-1968) ===''BROWNLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Frank Brownless|Brownless, Sidney Frank "Frank"]] [https://www.familysearch.org/tree/person/details/G8HD-M5S] - 1915(Eng)-1995(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD); military (WW2, RAF, radar research); clubs & societies (IREE); author ("The Sharing of Television Channels", ABCB, 1973 - Electoral Rolls: engineer (Albert Park, 1954-1980) ===''BRUCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Bruce|Bruce, George William]] [https://www.familysearch.org/tree/person/details/GXPX-XN9] - 1913(SA)-1980(SA) - Licences: 5GB Adelaide (Prospect, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1925, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Arthur Bruce|Bruce, Robert Arthur]] [https://www.familysearch.org/tree/person/details/LR18-SKL] - 1900(SA)-1971(SA) - Licences: Receive Adelaide (City, 1923-1924); 5BJ Adelaide (Glenelg, 1927-1939) - Qualifications: cc; AOCP 357, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glenelg, 1939-1943) * [[/Robert William Bruce|Bruce, Robert William]] [https://www.familysearch.org/tree/person/details/GZTC-Z1J] - 1899(Vic)-1971(Vic) - Licences: 3JW Melbourne (St Kilda, 1926-1928; East Malvern, 1931-1939) - Qualifications: AOCP 283, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda East, 1926; Malvern East, 1931-1967) ===''BRUNSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Thomas Brunsden|Brunsden, Herbert Thomas]] [https://www.familysearch.org/tree/person/details/G8NR-JJR] - 1909(NSW)-1942(NSW) - Licences: 2BX Sydney (Leichhardt, 1930-1939) - Qualifications: AOCP 649, 1930, NSW; AOLCP 258, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Leichhardt, 1930-1937) - Comment: Gone too soon ===''BRYCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ramsay Auld Bryce|Bryce, Ramsay Auld]] [https://www.familysearch.org/tree/person/details/GH9T-FL2] - 1914(Qld)-1974(Qld) - Licences: 4AB Ipswich (1937-1939, 1947-1948); 4AB Gold Coast (Palm Beach, 1954-1969); 4AC Portable Ipswich (1947-1956) - Qualifications: cc; AOCP 1935, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (North Ipswich, Qld, 1937); radio serviceman (North Ipswich, Qld, 1943); theatre proprietor (Palm Beach, Qld, 1949); showman (Palm Beach, Qld, 1954-1958); projectionist (Palm Beach, Qld, 1963-1972) ===''BRYSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royal William Bryson|Bryson, Royal William "Roy"]] [https://www.familysearch.org/tree/person/details/GZ9P-5KJ] - 1886(Vic)-1956(Vic) - Licences: XJJ Melbourne (Richmond, 1913); 3JM Receive Melbourne (Kew, 1922-1923); 3JM Melbourne (Kew, 1924-1933) - Qualifications: cc; AOCP 50, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; honorary radio inspector - Electoral Rolls: mechanic (Richmond, 1914-1916); electrical fitter (Kew, 1919-1937); electrician (Croydon, 1943-1954) ===''BUCHANAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thomas Oswald Buchanan|Buchanan, Norman Thomas Oswald]] [https://www.familysearch.org/tree/person/details/G84K-B7C] - 1912(Qld)-1985(Vic) - Licences: 2NB Sydney (Manly, 1928-1939); 2ANB Sydney (Bondi, 1948; Kingsford, 1950); 3AND Melbourne (Ascot Vale, 1954; Rosanna, 1955-1956) - Qualifications: AOCP 466, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Manly, 1934-1935); sound engineer (Manly, 1936); engineer (North Sydney, 1943; Heidelberg, 1954-1963; Rosanna, 1968; Heidelberg, 1972; Rosanna, 1977); retired (Castlemaine, 1980) ===''BUCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hector Buck|Buck, Albert Hector]] [https://www.familysearch.org/tree/person/details/LDQJ-PC3] - 1905(Vic)-1948(Vic) - Licences: 3TM Receive Melbourne (Albert Park, 1923); 3TM Melbourne (Glenhuntly, 1924-1926; Glenferrie, 1927; East Preston, 1931; Hawthorn, 1933-1937); 3TM Terang (1938-1939); 3TM Shepparton (1946-1947) - Qualifications: cc; AOCP 138, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: father of 3ZMX & 3AAD Edwin David Buck, don't confuse with Albert Thomas Buck (Qld) - Electoral Rolls: electrician (Glenferrie, 1927-1928); mechanic (Glenferrie, 1931; Hawthorn, 1937); electrician (Terang, 1943) * [[/Albert Thomas Buck|Buck, Albert Thomas]] [https://www.familysearch.org/tree/person/details/9Z9K-CXG] - 1892(Eng)-1973(Eng) - Licences: 4CW Receive Brisbane (Geebung, 1923); 4CW Brisbane (Geebung, 1924-1927) - Qualifications: cc; AOCP 281, 1926, No. 24 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: home duties (Kedron, 1931-1934); wireless mechanic (Summer Hill, 1933) - don't confuse with 3TM Albert Hector Buck * [[/Edwin David Buck|Buck, Edwin David]] [https://www.familysearch.org/tree/person/details/GZNC-4JQ] - 1929(Vic)-2010(Vic) - 3ZMX Melbourne (Thornbury, 1965-1969, 3AAD Melbourne (Thornbury, 1975-1980), amateur operator (AOCP ??, 19??, No. ?? in Vic), son of 3TM Albert Hector Buck ===''BUCKERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Roy Buckerfield|Buckerfield, Sidney Roy "Buck" & "Roy"]] [https://www.familysearch.org/tree/person/details/GCGS-S7N] - 1904(SA)-1965(SA) - Licences: 5DA Receive Adelaide (Parkside, 1923); 5DA Adelaide (Parkside, 1924-1927; Evandale, 1928-1931; Knoxville, 1933-1939; St Morris, 1947-1948+); 5DA Crystal Brook (1954-1956); 5DA Adelaide (Brighton Gardens, 1960+) - Qualifications: cc; AOCP 32, 1924, No. ?? in SA; 2COCP 163, 1938; 1COCP 1557, 1950 - amateur operator; amateur broadcaster; broadcast engineer (5DN, 5CK, 5DR, 5AN, 5ABCFM); public servant (PMGD); WW2 - Electoral Rolls: mechanic (Knoxville, 1939) ===''BUCKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Carson Buckie|Buckie, Alan Carson]] [https://www.familysearch.org/tree/person/details/GFQ6-8QC] - 1909(WA)-1966(WA) - Licences: 6AB Perth (Nedlands, 1936-1939; Claremont, 1947-1948; Dalkeith, 1965) - Qualifications: cc; AOCP 1682, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1931); radio engineer (Nedlands, WA, 1943-1963) ===''BUGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Robert Bugg|Bugg, Charles Robert]] [https://www.familysearch.org/tree/person/details/G82G-Q8K] - 1918(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: BOCP 11, 1936, Vic - - Electoral Rolls: radio engineer (Geelong, 1942) ===''BUILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Builder|Builder, Geoffrey]] [https://www.familysearch.org/tree/person/details/GM6S-FBL] - 1906(WA)-1960(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - physicist; radio engineer; WW2 - Electoral Rolls: observer (Magnetic Observatory, Watheroo, 1931; physicist (Haberfield, 1935; Ashfield, 1937; Burwood, NSW, 1943-1958) - [https://adb.anu.edu.au/biography/builder-geoffrey-9617 ADB] ===''BULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Bull|Bull, Francis George]] [https://www.familysearch.org/tree/person/details/LB9W-CFP] - 1904(Eng)-1965(Qld) - Licences: 4MA Brisbane (Fairfield, 1936-1939) - Qualifications: cc; AOCP 1674, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Stones Corner, Qld, 1926-1928; Highgate Hill, Qld, 1934; Fairfield, Qld, 1937; Annerley, Qld, 1943-1958); military forces (Wellers Hill, Qld, 1963) * [[/J. F. Bull|Bull, J. F.]] - 19??(???)-19??(???) - 4FH Mackay (-1949-1967+), amateur operator (AOCP ??, 19??, No. ?? in Qld), associate member I.R.E. Aust. ===''BULLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Bulling|Bulling, William John]] [https://www.familysearch.org/tree/person/details/L4Y9-S95] - 1914(SA)-2000(SA) - Licences: 5KX Adelaide (Grange, 1935-1939; Kirkcaldy, 1947-1954; Kings Park, 1955-1975); 5KX Wasleys (1980+) - Qualifications: cc; AOCP 1527, 1935, SA; BOCP 166, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Kirkcaldy, 1939-1943) ===''BULLIVANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Bullivant|Bullivant, William Norman]] [https://www.familysearch.org/tree/person/details/GZJK-X8B] - 1908(NSW)-1985(NSW) - 2PR Receive Albury (1923-1924), 2WB Albury (1925-1930), 2WB West Wyalong (1931-1934), 2BC Sydney (Bondi, 1946-1950; Bellevue Hill, 1954-1969; Kingsford, 1975-1980+), amateur operator (AOCP 167, 1925, No. ?? in NSW; 1COCP 319, 1940), amateur broadcaster, postal clerk (West Wyalong, 1932), telegraphist (Bondi, 1943), supervisor (Waverley, 1954; Bellevue Hill, 1963; Kingsford, 1980)) ===''BULLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Frederick Wright Bullock|Bullock, Albert Frederick Wright "Bert"]] [https://www.familysearch.org/tree/person/details/GX4K-44G] - 1900(Qld)-1987(Qld) - Licences: 4ZX Brisbane (Coorparoo, 1933-1939, 1946-1954; Camp Hill, 1955-1960) - Qualifications: cc; AOCP 1109, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: ironworker (East Brisbane, Qld, 1925); storeman (Coorparoo, Qld, 1936-1954); retired (Coorparoo, Qld, 1958-1980) ===''BUNTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Bunton|Bunton, George Henry]] [https://www.familysearch.org/tree/person/details/MGWV-YFR] - 1872(Eng)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, Mosman, NSW) - Electoral Rolls: butcher (Mosman, 1930-1954) ===''BURBIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Arthur Burbidge|Burbidge, Philip Arthur]] [https://www.familysearch.org/tree/person/details/G8HM-7JL] - 1910(Eng)-1948(NSW) - Licences: 3PB Melbourne (Moonee Ponds, 1928-1931); 2PB Sydney (Bellevue Hill, 1946-1947) - Qualifications: AOCP 456, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant manager (Camberwell, 1934); manager (Bellevue Hill, 1943) ===''BURBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Alfred Burbury|Burbury, Eric Alfred]] - 1894(Tas)-1976(NSW) - early wireless experimenter (Tasmania, unlicensed?), ship wireless operator (1910s), broadcast engineer (AWA, Koo-we-rup; 2FC, chief engineer), brother of Harry Keith Burbury * [[/Harry Keith Burbury|Burbury, Harry Keith "Keith"]] - 1897(Tas)-1986(NSW) - engineer (PMGD), brother of Eric Alfred Burbury ===''BURCHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Burchill|Burchill, Charles]] [https://www.familysearch.org/tree/person/details/GXXD-8PF] - 1894(Qld)-1969(NSW) - Licences: 4EM Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (Hendra, Qld, 1925; Surry Hills, NSW, 1930); fitter (Long Bay Camp, NSW, 1933; Surry Hills, NSW, 1934-1936; Harbord, NSW, 1937); watchman (Maroubra, NSW, 1943-1949) ===''BURFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Patrick Burford|Burford, Walter Patrick]] [https://www.familysearch.org/tree/person/details/GHM2-CD9] - 1912(SA)-1960(Vic) - Licences: 5PB Naracoorte (1934-1939, 1947-1960) - Qualifications: cc; AOCP 1365, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, SA, 1939-1943) ===''BURGESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Thomas Burgess|Burgess, George Thomas]] [https://www.familysearch.org/tree/person/details/G8W5-N95] - 1913(SA)-1994(SA) - Licences: 5GC Adelaide (Prospect, 1933-1939; Henley Beach, 1947-1980+) - Qualifications: cc; AOCP 1233, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Henley, SA, 1941-1943) * [[/Thomas William Watkins Burgess|Burgess, Thomas William Watkins]] [https://www.familysearch.org/tree/person/details/LDZP-X1R] - 1861(NSW)-1929(NSW) - Licences: XDA Wagga Wagga (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: medical practitioner (Wagga Wagga, 1901-1903) ===''BURGOYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Burgoyne|Burgoyne, Francis James]] [https://www.familysearch.org/tree/person/details/GXQN-1VS] - 1876(Wales)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (VIY, 1913-?); RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: officer-in-charge (Radio Station, South Townsville, 1919); postmaster (Concord, 1930); public servant (Homebush, 1930); postmaster (Homebush, 1933; Strathfield, 1935; Inverell, 1936; Bondi North, 1943) ===''BURING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rudolph Buring|Buring, Rudolph]] [https://www.familysearch.org/tree/person/details/L51C-YVT] - 1906(Tas)-1973(Vic) - Licences: 7AX Receive Hobart (1922-1923); Receive Hobart (1923-1924); 7RB Hobart (1925-1933); 3RB Melbourne (Ballarat, 1935-1939) - Qualifications: cc; AOCP 102, 1925, No. ?? in Tas; AOLCP 166, 1934 - amateur operator; amateur broadcaster; electronics engineer (PMGD) - Electoral Rolls: university demonstrator (Hobart, 1928); radio engineer (Sale, 1936; Ballarat, 1936-1937); engineer (Kew, 1943-1972) ===''BURMESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Conrad Burmester|Burmester, Otto Conrad]] [https://www.familysearch.org/tree/person/details/GXWN-7VX] - 1909(Qld)-1997(Qld) - Licences: 4OB Brisbane (East Brisbane, 1933) - Qualifications: cc; AOCP 1158, 1933, No. ?? in Qld; 2COCP 31, 1935; 1COCP 46, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: broadcaster (Toowong, Qld, 1943); PMG technician (East Brisbane, Qld, 1949-1980) ===''BURNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud Edward James Burns|Burns, Claud Edward James]] [https://www.familysearch.org/tree/person/details/KCLY-P7V] - 1893(Qld)-1978(Qld) - Licences: 4ZY Kingaroy (1932-1939); 4ZY Innisfail (1946-1947); 4ZY Cairns (1948-1975) - Qualifications: cc; AOCP 996, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: supervising technician (Cairns, Qld, 1954-1977) ===''BURRAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Allan Burrage|Burrage, John Allan]] [https://www.familysearch.org/tree/person/details/KCW4-SLS] - 1916(Vic)-1942(Ins) - Licences: 3UW Melbourne (Deepdene, 1934-1937), 3UW (Shepparton, 1938-1939) - Qualifications: AOCP 1322, 1934, No. ?? in Vic; BOCP 59, 1936; 1COCP 291, 1939 - amateur operator, amateur broadcaster, broadcast engineer (3SR), WW2 - Electoral Rolls: radio engineer (Shepparton, 1942) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/burrage-john-allan-400643/] ===''BURROWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Owen Burrows|Burrows, Alan Owen]] [https://www.familysearch.org/tree/person/details/KNZG-V74] - 1901(NSW)-1933(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio correspondent (Sydney Morning Herald, Sydney Sun); proprietor Miss F. V. Wallace (Wireless Shop), 1927-1933; president Waverley Radio Club - Electoral Rolls: radio dealer (Waverley, 1930-1933) - Comment: Gone too soon * [[/Ernest Walter Burrows|Burrows, Ernest Walter]] [https://www.familysearch.org/tree/person/details/LZDY-YQ8] - 1900(WA)-1986(NSW) - Licences: 6DZ Geraldton (1924-1927); 2DZ Sydney (Concord, 1929-1930) - Qualifications: cc; CPRT 659, 1921; 1COCP 5, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: technical assistant (Canterbury, NSW, 1937-1949; Earlwood, 1954-1980) * [[/Frederick Harold Burrows|Burrows, Frederick Harold]] [https://www.familysearch.org/tree/person/details/LZDY-TKH] - 1894(Eng)-1974(WA) - Licences: 6BH Perth (Claremont, 1922-1924); 6BH Kalgoorlie (1925-1927); 6BF Perth (Beverley, 1937-1939) - Qualifications: cc; AOCP 193, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgoorlie, 1916; Claremont, 1922; Kalgoorlie, 1925); headmaster (Beverley, 1937; Subiaco, 1943-1958); retired (Subiaco, 1963-1972) * [[/John Charles Fry Burrows|Burrows, John Charles Fry]] [https://www.familysearch.org/tree/person/details/GDKZ-LJ8] - 1897(Vic)-1981(Vic) - Licences: XJCD Melbourne (Kew, 1913-1914) - Qualifications: cc; CPRT 251, 1916 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: no occupation (Kew, 1919-1931); representative (Bairnsdale, 1934); commercial (Kew, 1936-1937); superintendent (Caulfield, 1943-1954); manager (Toorak, 1963-1980) ===''BURTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Reg Burton|Burton, Arthur Reg]] [https://www.familysearch.org/tree/person/details/GXCC-3HM] - 1899(Eng)-1982(Qld) - Licences: 4FE Brisbane (South Brisbane, 1935-1936; City, 1937-1939; Highgate Hill, 1946-1948); 1FE Heard Island (1954-1955); 4FE Thursday Island (1955-1956); 4FE Normanton (1960); 4FE Labrador (1965-1980+) - Qualifications: cc; AOCP 1563, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, AIF); broadcast technician; federal public servant (PMGD) - Relationships: Likely father of 4BM Arthur Henry Burton - Electoral Rolls: artist (Lutwyche, Qld, 1921); picture showman (Beenleigh, Qld, 1922-1926); motor engineer (Kangaroo Point, Qld, 1931-1934; South Brisbane, Qld, 1937); radio engineer (South Brisbane, Qld, 1943); diesel engineer (Highgate Hill, Qld, 1949-1954); technician (Highgate Hill, Qld, 1958); retired (Labrador, Qld, 1968-1980) ===''BUSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Talbot Busch|Busch, Reginald Talbot]] [https://www.familysearch.org/tree/person/details/GZJ3-2P7] - 1907(Vic)-2005(Vic) - Licences: 3LS Receive Melbourne (Essendon, 1923); 3LS Melbourne (Moonee Ponds, 1923-1939; North Essendon, 1946-1969; Strathmore, 1975-1980+) - Qualifications: cc; AOCP 157, 1925, No. ?? in Vic; AOLCP 286, 1936; 1AOCP 3, 1946 - amateur operator; amateur broadcaster; research engineer (1942) - Electoral Rolls: engineer (Moonee Ponds, 1931-1937); research engineer (Essendon, 1942-1968); research (Strathmore, 1972-1977) ===''BUSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Melville Bush|Bush, Albert Melville]] [https://www.familysearch.org/tree/person/details/LBB7-DFN] - 1893(Vic)-1964(Vic) - 3YY Bendigo (1924-1927) - Qualifications: cc; AOCP 197, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: dental apprentice (Bendigo, 1914-1919); dentist (Bendigo, 1922-1963) ===''BUSHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Robert William Bushby|Bushby, Thomas Robert William]] [https://www.familysearch.org/tree/person/details/K2G5-KTN] - 1900(Eng)-1978(NSW) - Licences: 2TW Bulli (1927-1928); 2TW Sydney (Gladesville, 1929; Hunters Hill, 1930; Gladesville, 1931-1933; Rose Bay, 1934; Bondi North, 1935-1937; Bellevue Hill, 1938-1939) - Qualifications: AOCP 368, 1927, No. ?? in NSW; AOLCP 32, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hunters Hill, 1930; Gladesville, 1933); engineer (Rose Bay, 1934; Bellevue Hill, 1935; Bondi, 1936-1937; Kingsgrove, 1943-1954); radio engineer (Bexley, 1958-1963) ===''BUTCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Butcher|Butcher, Eric William]] [https://www.familysearch.org/tree/person/details/GXWG-77S] - 1912(Qld)-1970(Qld) - Licences: 4EB Brisbane (Lutwyche, 1931-1933; Kedron, 1938-1939) - Qualifications: cc; AOCP 871, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Kedron, Qld, 1936-1937); teacher (Grange, Qld, 1949; Wavell Heights, Qld, 1958-1968) ===''BUTLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lloyd Butler|Butler, Alfred Lloyd "Lloyd"]] - Licences: 5BR Adelaide (Prospect, 1947); 5BR Murray Bridge (1948-1960); 5BR Adelaide (Panorama, 1965-1980+) - Qualifications: AOCP; BOCP; TVOCP - amateur operator; historian (SA amateur, SA broadcast) - Electoral Rolls: - Links: [http://users.tpg.com.au/ldbutler/index.htm Web] * [[/Richard Edmund Butler|Butler, Richard Edmund "Dick"]] [https://www.familysearch.org/tree/person/details/GQX1-ZPZ] - 1926(Vic)-2012(Vic) - Senior federal public servant (PMGD), Deputy General Secretary ITU 1983-1989, Secretary General ITU 1983-1989 [https://www.itu.int/en/history/Pages/ElectedOfficialBio.aspx?off=6] ===''BUTLER-WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bertie Saywell Butler-Wood|Butler-Wood, Bertie Saywell]] [https://www.familysearch.org/tree/person/details/GXJ2-18J] - 1894(NSW)-1954(Qld) - Licences: 4EJ Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (West End, Qld, 1919-1925); dentist (West End, Qld, 1943-1954) ===''BUTTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Butterfield|Butterfield, George William]] [https://www.familysearch.org/tree/person/details/L77T-FCW] - 1903(Eng)-1980(WA) - Licences: 6GW Perth (South Perth, 1932-1939) - Qualifications: cc; AOCP 906, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: dental mechanic (Northam, WA, 1925; South Perth, WA, 1931); radio engineer (South Perth, WA, 1936-1958); retired (South Perth, WA, 1977) ===''BUTTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Butters|Butters, William Leslie W.]] [https://www.familysearch.org/tree/person/details/2VQ7-BSV] - 1885(NSW)-1953(NSW) - Licences: 2WY Bermagui South (1928-1935); 2WY Sydney (Brooklyn, 1936-1938; Cronulla, 1939; Karuah, 1946-1947); 2WY Nambucca Heads (1948-1950) - Qualifications: AOCP 464, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: fisheries inspector (Bermagui South, 1930; Brooklyn, 1936); clerk (Erskineville, 1943); retired (Nambucca Heads, 1949) ===''BUTTERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Butterworth|Butterworth, Cecil]] [https://www.familysearch.org/tree/person/details/GMLR-QDG] - 1910(NSW)-1990(NSW) - Licences: 2CB Wallsend (1929-1930); 2BU Wallsend (1931-1939, 1946-1980+) - Qualifications: AOCP 540, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Wallsend, 1936-1958); manufacturer (Wallsend, 1963-1972); engineer (Rankin Park, 1977-1980) ===''BUZACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Hardie Buzacott|Buzacott, Albert Hardie "Hardie"]] [https://www.familysearch.org/tree/person/details/L7YK-QZ6] - 1914(Qld)-1984(Qld) - Licences: 4UZ Toowoomba (1934-1939) - Qualifications: cc; AOCP 1242, 1934, No. ?? in Qld; AOLCP 260, 1935 - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio mechanic (East Toowoomba, Qld, 1936-1937); radio operator (East Toowoomba, Qld, 1943-1949); manager (Roma, Qld, 1949; Gympie, Qld, 1954-1972; Caloundra, Qld, 1977-1980) * [[/Richard Norman Buzacott|Buzacott, Richard Norman]] [https://www.familysearch.org/tree/person/details/GZ82-8ZL] - 1909(WA)-1975(Vic) - Licences: 3RB Melbourne (Elsternwick, 1926; Burwood, 1931; Camberwell, 1933); 2TD Sydney (North Sydney, 1935-1936); 3TD Lubeck (1938-1939); 3TD Melbourne (Balwyn, 1946-1960); 3AUB Melbourne (Reservoir, 1969-1975) - Qualifications: AOCP 298, 1926, No. ?? in Vic; 1COCP 61, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1931); broadcast engineer (North Sydney, 1934-1935); engineer (Camaray, NSW, 1936); broadcast engineer (Lubeck, 1937); wireless operator (Canterbury, 1943); technician (Canterbury, 1949-1954); engineer (Reservoir, 1963-1972) =='''C'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''CAGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cagney|Cagney, Eric William]] [https://www.familysearch.org/tree/person/details/GXH2-9HV] - 1909(Qld)-1990(Qld) - Licences: 4EC Rockhampton (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1386, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Palings, piano tuner); associate I.R.E. Aust - Electoral Rolls: musical instrument worker (Rockhampton, Qld, 1931-1980) ===''CAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Cain|Cain, James Henry]] [https://www.familysearch.org/tree/person/details/MKN2-48M] - 1866(Isle of Man)-1940(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a/g superintendent, Central Mission, Wesley Church, Melbourne, Vic) - Electoral Rolls: clergyman (Mooroopna, 1903; North Melbourne, 1909-1913; Carlton, 1914-1919; Glenferrie, 1921-1924; Auburn, 1924-1927; Kew, 1928-1937) ===''CALDECOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry William Spencer Caldecott|Caldecott, Henry William Spencer]] [https://www.familysearch.org/tree/person/details/GZT8-K3M] - 1908(Canada)-1991(NSW) - Licences: 2SM Sydney (Manly, 1926-1927; Chatswood, 1928-1929; Manly, 1930-1931); 2DA Sydney (Manly, 1933-1939; Balgowlah, 1946-1980+) - Qualifications: AOCP 285, 1926, No. ?? in NSW; AOLCP 58, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Balgowlah, 1930-1968); engineer (Balgowlah, 1977-1980)- callsign 2SM withdrawn by PMGD for allocation to 2SM commercial broadcaster ===''CALDWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aleck Stewart Caldwell|Caldwell, Aleck Stewart]] [https://www.familysearch.org/tree/person/details/M5SS-6BB] - 1903(SA)-1983(SA) - Licences: Receive Adelaide (Unley North, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: During 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Donald Pavy Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: draftsman (Black Forest, SA, 1939); assistant (Erindale, SA, 1941-1943) * [[/Donald Pavy Caldwell|Caldwell, Donald Pavy]] [https://www.familysearch.org/tree/person/details/LVC2-5NT] - 1907(SA)-1959(NSW) - Licences: Nil yet identified - Qualifications: cc; AOCP 29, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Comment: amateur broadcaster but never held licence in his name, during 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Aleck Stewart Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: telegraphist (Clapham, SA, 1939-1943) * [[/Frank David Caldwell|Caldwell, Frank David]] [https://www.familysearch.org/tree/person/details/G8DV-FQ9] - 1907(NSW)-1975(NSW) - Licences: 2YF Sydney (Bondi, 1930-1936; Concord, 1937; Bondi, 1938-1939; Waverley, 1946-1969); 2YF Katoomba (1975) - Qualifications: AOCP 587, 1930, No. ?? in NSW; 3COCP 404, 1938; BOCP 186, 1938 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: employee Clyde Engineering Works (Burwood, 1930); mechanic (Bondi, 1936-1937; Waverley, 1949-1958; Bronte, 1963-1968) * [[/Robert Ballantyne Caldwell|Caldwell, Robert Ballantyne]] [https://www.familysearch.org/tree/person/details/2ZSH-LYB] - 1869(SA)-1942(SA) - Licences: 5BP Adelaide (Unley, 1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: father of Aleck Stewart Caldwell & Donald Pavy Caldwell; brother of William Alexander Caldwell - Electoral Rolls: resident engineer (North Unley, SA, 1939-1941) * [[/Rupert Christian Caldwell|Caldwell, Rupert Christian]] [https://www.familysearch.org/tree/person/details/G8W3-897] - 1893(Vic)-1989(NSW) - Licences: 2YW Receive Sydney (Leichhardt, 1923-1924); 2JO Sydney (Bondi Junction, 1928; Waverley, 1929-1933; Woollahra, 1934-1937; Bondi, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 415, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: traveller (Waverley, 1930-1933; Woollahra, 1934-1936; Bondi Beach, 1937-1968); retired (Waverley, 1972; Bondi Beach, 1977; Malabar, 1980) * [[/William Alexander Caldwell|Caldwell, William Alexander]] [https://www.familysearch.org/tree/person/details/K8Y4-P92] - 1881(SA)-1964(SA) - Licences: 5DI Receive Adelaide (Unley, 1923); 5BO Adelaide (Unley, 1923); 5BP Adelaide (Unley, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: brother of Robert Ballantyne Caldwell; uncle of Aleck Stewart Caldwell & Donald Pavy Caldwell - Electoral Rolls: nil (Glenelg, SA, 1939-1943) ===''CALETTI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guido Caletti|Caletti, Guido "Jim"]] [https://www.familysearch.org/tree/person/details/G841-NV5] - 1900(NSW)-1952(NSW) - Licences: 2CL Receive Sydney (Leichhardt, 1922; Newtown, 1922); 2CL Sydney (Newtown, 1923; Redfern, 1924; Annandale, 1924-1926; Punchbowl, 1927-1929; Penrose, 1930); 2AHV Sydney (Hurstville, 1938-1939, 1946-1950) - Qualifications: cc; CPRTelephony 649, 1921 - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Punchbowl, 1930); mechanic (Bankstown, 1933); telephone mechanic (Hurstville, 1937-1949) ===''CALLABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Callaby|Callaby, Clarence James]] [https://www.familysearch.org/tree/person/details/GZBQ-38C] - 1910(NSW)-1978(NSW) - Licences: 2CJ Sydney (Concord, 1929-1934); 3BI Ballarat (1937-1939) - Qualifications: AOCP 546, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: laboratory assistant (Concord, 1933-1935); chemist (Croydon, 1936-1937); industrial chemist (West Ryde, 1943-1958); company director (St Ives, 1963-1968); director (St Ives, 1972-1977) ===''CALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Victor Callick|Callick, Harold Victor]] [https://www.familysearch.org/tree/person/details/GXF4-P45] - 1898(Eng)-1978(Qld) - Licences: Receive Brisbane (Herston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: surgical dresser (Kelvin Grove, Qld, 1921-1925; Herston, Qld, 1937-1963; Alderley, Qld, 1943-1949; Herston, Qld, 1954-1958; Chermside, Qld, 1963); retired (Miami, Qld, 1968-1977) ===''CALLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival James Callow|Callow, Percival James]] [https://www.familysearch.org/tree/person/details/GXFB-TR6] - 1899(Qld)-1969(Qld) - Licences: Receive (Crystal) Brisbane (Albion, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: public servant (Albion, Qld, 1921-1925); clerk (Glen Kedron, Qld, 1934; Kedron, Qld, 1936-1963); retired (Scarborough, Qld, 1968) ===''CAMERON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. R. Cameron|Cameron, A. R.]] - 19??(???)-19??(???) - Licences: 5RC Adelaide (Leabrook, 1931-1938); 2AMK Sydney (Hunters Hill, 1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Milton Cameron|Cameron, Robert Milton]] [https://www.familysearch.org/tree/person/details/GZXL-HDJ] - 1907(Vic)-1985(SA) - Licences: 3OT Receive Melbourne (Malvern, 1923); 3OT Melbourne (Malvern, 1924-1933); 2XV Sydney (Waverton, 1935; Cronulla, 1937-1939); 4CS Brisbane (Doomben, 1947; Archerfield, 1948); 3AC Melbourne (Prahran, 1954-1955; Hawthorn, 1956-1960) - Qualifications: cc; AOCP 112, 1925, No. ?? in Vic; 1COCP 87, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Malvern East, 1931-1934); aeradio operator (Cooktown, 1943); surveyor (Prahran, 1954) ===''CAMPBELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dallas Dwyer Campbell|Campbell, Dallas Dwyer]] - 1901(NSW)-1964(NSW) - 2KU? Receive Ulmarra (1922-23), 2CU Ulmarra (1924-1939), amateur operator (AOCP 5, 1924, No. ?? in NSW), amateur broadcaster * [[/Douglas Gilmore Campbell|Campbell, Douglas Gilmore]] [https://www.familysearch.org/tree/person/details/LJBS-NDD] - 1888(NSW)-1971(NSW) - 2JO Receive Kyogle (1922-1924), 2DG Kyogle (1925-1933), amateur operator (AOCP 70, 1925, No. ?? in NSW), amateur broadcaster * [[/Frank Valentine Campbell|Campbell, Frank Valentine]] [https://www.familysearch.org/tree/person/details/GXZJ-CGN] - 1901(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4GC George Alfred Campbell - Electoral Rolls: wireless expert (South Brisbane, Qld, 1926); mechanic (Kedron, Qld, 1928-1929); electrical engineer (Kedron, Qld, 1934-1954); electrician (Haberfield, NSW, 1958-1963); retired (Beacon Hill, NSW, 1968-1972) * [[/Frederick Alexander Campbell|Campbell, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/KC4J-HG7] - 1849(Sct)-1930(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, South Yarra, Vic) - Electoral Rolls: director (Melbourne, 1903-1913; South Yarra, 1914-1919); chief executive (South Yarra, 1924-1928) * [[/George Alfred Campbell|Campbell, George Alfred]] [https://www.familysearch.org/tree/person/details/GXZJ-C21] - 1894(Eng)-1983(Qld) - Licences: 4GC Brisbane (South Brisbane, 1937-1939, 1947-1960); 4GC Mermaid Beach (1965-1975); 4GC Brisbane (Annerley, 1980+) - Qualifications: cc; AOCP 2014, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Frank Valentine Campbell - Electoral Rolls: electrical engineer (West End, Qld, 1925-1926; South Brisbane, Qld, 1928-1963); retired (Annerley, Qld, 1968-1972; Mermaid Beach, Qld, 1977) * [[/James Campbell|Campbell, James]] - 1845(Sct)-1893(Vic) - proprietor of engineering business in Ballarat, politician in Victoria, Postmaster-General Victoria (Apr 1884 - Feb 1886) * [[/Neville Douglas Campbell|Campbell, Neville Douglas or Douglas Neville]] [https://www.familysearch.org/tree/person/details/G73C-WVG] - 1912(Tas)-2007(Tas) - Licences: 7NC Hobart (City, 1932-1939, 1946-1956; Sandy Bay, 1960-1980) - Qualifications: cc; AOCP 993, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (New Town, 1943; Sandy Bay, 1949-1958) * [[/Robert Campbell|Campbell, Robert]] - 1917(???)-1950(Qld) - Licences: 4RC Brisbane (Kelvin Grove, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1180, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, treasurer, QSL officer) - Comment: numerous contemporaneous RCs - Electoral Rolls: Nile yet identified ===''CANAVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Canavan|Canavan, John]] [https://www.familysearch.org/tree/person/details/GF3D-L6T] - 1914(Eng)-2008(WA) - Licences: 6CN Perth (City, 1936-1939); 6ON Perth (Mt Hawthorn, 1948) - Qualifications: cc; AOCP 1811, 1936, WA; BOCP 109, 1937; 1COCP 618, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (North Perth, WA, 1937; Maylands, WA, 1949; Bayswater, WA, 1954; Port Hedland, WA, 1958; Bayswater, WA, 1963-1980) ===''CANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Fredrick Herrett Cannon|Cannon, Ronald Fredrick or Frederick Herrett]] [https://www.familysearch.org/tree/person/details/G7JW-T6L] - 1913(Tas)-1994(Vic) - Licences: 7RC Wynyard (1932-1939); 3BRC Melbourne (Hawthorn, 1975) - Qualifications: cc; AOCP 946, 1932, No. ?? in Tas; BOCP 97, 1937; 1COCP 473, 1941 - amateur operator; amateur broadcaster; RAAFWR; WW2 - Electoral Rolls: shop assistant (Wynyard, 1936-1937); engineer (St Kilda, 1943); radio technician (Auburn, 1949; Hawthorn, 1954-1967); tv hirer (Hawthorn, 1968-1980) ===''CANSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathan Victor Charles Cansick|Cansick, Nathan Victor Charles]] [https://www.familysearch.org/tree/person/details/LKSJ-CXC] - 1907(Vic)-1968(NSW) - 3VE Receive Melbourne (St Kilda, 1923-1924), 3AK Melbourne (St Kilda, 1925-1931), amateur operator (AOCP 139, 1925, No. ?? in Vic), amateur broadcaster ===''CAREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Carey|Carey, Francis Joseph "Frank"]] - 18??-19?? - X??, 4?? Toowoomba 1911-1914, 1922-1923, 2AMI Sydney (Centennial Park, 1933-1939; North Sydney 1946-1954; Fairfield 1955-1980) - amateur operator (AOCP 1152, 1933, ?? in NSW) , radio club member (QWI), Halcyon: AOCP NSW 1925 * [[/John Thomas Carey|Carey, John Thomas]] [https://www.familysearch.org/tree/person/details/G6Y9-TZ8] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 19, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: wireless operator (St Kilda, 1913; West End, Townsville, 1919) ===''CARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Lewis Carne|Carne, Ronald Lewis "Ron"]] [https://www.familysearch.org/tree/person/details/GXCC-N3M] - 1910(Fiji)-1976(Qld) - Licences: 4RP Hambledon Mill via Cairns (1935); 4RP Innisfail (1937-1939) - Qualifications: cc; AOCP 1186, 1933, Qld; 3COCP 429, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Goondi Mill, Innisfail, 1936-1937); cane inspector (Sherwood, Qld, 1943); assistant cane inspector (Goondi Mill, Innisfail, Qld, 1949-1954); cane inspector (Victoria Mill, Ingham, Qld, 1954-1958); manager (Harwood Mill, Harwood Island, NSW, 1963; Victoria Mill, Ingham, Qld, 1968); retired (Bowen, Qld, 1972) ===''CARPENTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Carpenter|Carpenter, Archibald John]] [https://www.familysearch.org/tree/person/details/GZPR-BJS] - 1900(WA)-1956(France) - Licences: No known licence - Qualifications: cc; AOCP 376, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: school teacher (Northam, 1925-1936); instructor (South Perth, 1943); firewood vendor (Whyalla, 1948); teacher (Kalgoorlie, 1954) ===''CARRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Carrie|Carrie, F.]] - 19??(???)-19??(???) - Licences: 5JC Adelaide (Glanville, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CARTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Carter|Carter, Albert Edward "Birdie"]] [https://www.familysearch.org/tree/person/details/GHDL-5CB] - 1916(Qld)-2014(Qld) - Licences: 4LT Brisbane (Wavell Heights, 1938-1939, 1946-1948); 4LT Nanango (1954); 4LT Brisbane (Carina, 1955-1969); 4LT Sunshine Beach (1975); 4LT Tewantin (1980) - Qualifications: cc; AOCP 2143, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); wholesale grocery (S. Hoffnung & Co); WW2 - Comment: several contemporaneous AECs - Electoral Rolls: merchant (Greenslopes, Qld, 1943-1949); manager (Nanango, Qld, 1954); departmental manager (Carina, Qld, 1958-1972); retired (Sunshine Beach, Qld, 1977; Tewantin, Qld, 1980)) * [[/Clarence Sydney William Carter|Carter, Clarence Sydney William]][https://www.familysearch.org/tree/person/details/L5T1-TXL] - 1902(SA)-1962(SA) - Licences: Receive Adelaide (Kensington, 1923); 5CS Adelaide (Maylands, 1924-1926) - Qualifications: cc; AOCP 24, 1924, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: salesman (Glen Osmond, SA, 1939-1943) * [[/Frederick Pell Carter|Carter, Frederick Pell or Peel (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXP4-2BC] - 1899(NSW)-1968(SA) - Licences: 5GK Adelaide (Mile End, 1931-1939) - Qualifications: cc; AOCP 761, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: service station proprietor (Mile End, SA, 1939-1943) * [[/H. Carter|Carter, H.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Graceville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Numerous contemporaneous HCs - Electoral Rolls: Nil yet identified * [[/Harry Raymond Carter|Carter, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G9G5-KJT] - 1911(NSW)-1986(NSW) - Licences: 2HC Quirindi (1926-1939; 1946-1980+); 2BE Portable Quirindi (1933-1934); 2AI Portable Quirindi (1935-1939) - Qualifications: AOCP 286, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Quirindi, 1933-1980) - Callsign 2BE withdrawn by PMGD for 2BE Bega commercial ===''CARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Carty|Carty, Bruce]] - historian (broadcast, amateur broadcast), author "Australian Radio History" ===''CASTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Castle|Castle, Clarence Henry "Clarry"]] [https://www.familysearch.org/tree/person/details/GXGF-7GR] - 1915(SA)-2002(SA) - Licences: 5KL Adelaide (Prospect, 1933-1939); 5KL Darwin (1947-1948); 5KL Adelaide (Enfield Heights, 1954-1965; Enfield, 1969-1980+) - Qualifications: cc; AOCP 1209, 1933, SA; 2COCP 263, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''CASWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Harold Caswell|Caswell, Archibald Harold "Arch"]] [https://www.familysearch.org/tree/person/details/GXCC-Y3X] - 1913(Qld)-1986(Qld) - Licences: 4CB Murgon (1934-1939); 4CB Maryborough (1946-1975) - Qualifications: cc; AOCP 1340, 1934, Qld - amateur operator; amateur broadcaster; WW2 (POW); business proprietor (garage) - Electoral Rolls: radio technician (Maryborough, Qld, 1954-1972); retired (Torquay, Qld, 1977-1980) ===''CATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lester Evans Catford|Catford, Lester Evans]] [https://www.familysearch.org/tree/person/details/GDD8-RCB] - 1911(SA)-1990(SA) - Licences: 5LC Gladstone (1931-1939, 1947); 5LC Adelaide (Malvern, 1948-1980) - Qualifications: cc; AOCP 789, 1931, No. ?? in SA; BOCP 357, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Gladstone, SA, 1939-1943) * [[/Lance Maynard Catford|Catford, Lance Maynard]] [https://www.familysearch.org/tree/person/details/GMQR-K2W] - 1913(SA)-1989(SA) - Licences: 5XL Clare (1939, 1947-1980+) - Qualifications: AOCP 2372, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: share farmer (Clare, SA, 1939) ===''CAVANAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Mortimer Cavanagh|Cavanagh, William Mortimer]] [https://www.familysearch.org/tree/person/details/GZ23-GPH] - 1908(Vic)-1995(NSW) - Receive Warburton (1923-1924), 3WC Melbourne (St Kilda, 1925), 2WC Sydney (Potts Point, 1928), 2WC Goulburn (1930), 3WC Melbourne (St Kilda, 1931; Williamstown, 1937-1939), 2WC Wauchope (1946-1980+), qualifications: (AOCP 214, 1925, No. ?? in Vic; 1COCP 598, 1942), amateur operator, amateur broadcaster, WW2, electoral rolls: sales (Goulburn, 1930; St Kilda, 1931-1934), radio dealer (Wauchope, 1949-1980) ===''CAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Cave|Cave, Norman]] [https://www.familysearch.org/tree/person/details/GDB7-G73] - 1898(Eng?)-19??(???) - Licences: 7BC Launceston (1925-1926); operator of Wills & Co Receive licence 1924 - Qualifications: cc; AOCP 129, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 (RAF Wireless Operator); foundation member Tasmanian Gliding Club (instructor); returned to England 1931; likely Wing Commander RAF in WW2; possibly lost in SE Asia 1942 - Electoral Rolls: Nil yet identified ===''CAWTHRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Cawthron|Cawthron, Edward Joseph "Ted"]] [https://www.familysearch.org/tree/person/details/GZBH-9SX] - 1908(NSW)-1964(SA) - Licences: 2JC Sydney (Concord, 1926-1933; Neutral Bay, 1931; Concord, 1933; Five Dock, 1933); 2VA Sydney (City, 1931); 2EJ Sydney (City, 1931); 5JC Adelaide (Kent Town, 1937-1939); 5JE Adelaide (Somerton, 1947-1948; North Glenelg, 1954; Somerton Park, 1960) - Qualifications: cc; AOCP 308, 1926, No. ?? in NSW; BOCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Haberfield, 1943) ===''CECIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clyde Cecil|Cecil, Clyde]] [https://www.familysearch.org/tree/person/details/GZN5-XYG] - 1898(Vic)-1963(WA) - Licences: 6AB Kalgoorlie (1923-1927) - Qualifications: cc; AOCP 154, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2; witness to Royal Commission 1927 (as a listener, Kalgoorlie) - Electoral Rolls: civil servant (Kalgoorlie, 1919); lecturer (Kalgoorlie, 1921-1925; Maylands, 1928-1937); metallurgist (Nedlands, 1943); physicist (Nedlands, 1949-1954); school principal (Triggs Island, 1958-1963) ===''CHADWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Howel Chadwick|Chadwick, Richard Howel (Electoral Rolls) or Howell (BMD) "Dick"]] [https://www.familysearch.org/tree/person/details/G3PQ-6HH] - 1896(NZ)-1955(Qld) - Licences: 4GU Brisbane (Wilston, 1933-1939, 1946-1947) - Qualifications: cc; AOCP 1197, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW1; radio clubs (WIAQ); employment (travelling salesman) - Electoral Rolls: storeman (Zillmere, Qld, 1921); salesman (Wilston, Qld, 1925-1954) ===''CHAFFER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Martin Chaffer|Chaffer, Edward Martin "Martin"]] [https://www.familysearch.org/tree/person/details/GZ1Z-B3P] - 1905(Vic)-1981(Vic) - Licences: 3XF Receive Melbourne (Moonee Ponds, 1923); 3XF Melbourne (Moonee Ponds, 1923-1927); 6XF Perth (Mt Lawley, 1930-1931); 3XF Melbourne (Moonee Ponds, 1933); 2AEK Sydney (Potts Point, 1938); 3MH Hamilton (1947); 3MH Ballarat (1948); 3MH Swan Hill (1954); 3MH Melbourne (Preston, 1955-1956; Moonee Ponds, 1965-1969; Doncaster, 1975-1980) - Qualifications: cc; AOCP 354, 1927, No. ?? in Vic; 3COCP 304, 1937; 2COCP 113, 1937; 1COCP 151, 1937 - amateur operator, amateur broadcaster, radio clubs (WIA Vic Essendon, treasurer, 1924), placed 2nd for best complete station Melbourne Wireless Exhibition 1924; placed second for best complete station at Melbourne Wireless Exhibition 1925; placed 10th in 3LO amateur broadcasting competition 1926; broadcast engineer (3HA, 3BA, 3SH), Dept Civil Aviation 1930s, military (WW2, 1942+) - Electoral Rolls: manager (Moonee Ponds, 1928-1936); radio engineer (Hamilton, 1942; Ballarat, 1949; Swan Hill, 1954; Preston, 1963); radio technician (Moonee Ponds, 1967-1968); retired (Doncaster, 1977-1980) - Relationships: father of 3AII Ken Chaffer ===''CHALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Robert Challen|Challen, Peter Robert]] - 1848(Eng)-1905(Vic) - early telephone, telephony & wireless experimenter, employment (Vic Posts & Telegraphs, Electrical Office & Postmaster), radio clubs (Telegraph Electrical Society, Victoria), associate of Henry Walter Jenvey, William Philip Bechervaise & George Smibert ===''CHALLENDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard Challender|Challender, Gerard "Gerry"]] - 1910(Eng)-1950(NSW) - 2ZS Kempsey, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, high profile participation 1950 Kempsey floods, military (WW2) ===''CHALLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Reginald Challenger|Challenger, George Reginald]] [https://www.familysearch.org/tree/person/details/G3YQ-ZZB] - 1902(NSW)-1936(NSW) - Licences: 2GC Sydney (Auburn, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Auburn, 1930-1935) ===''CHAMBERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Rupert Chambers|Chambers, Francis Rupert]] [https://www.familysearch.org/tree/person/details/MYY2-JKX] - 1898(Vic)-1971(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 247, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Camberwell, 1924-1925); contractor (Geraldton, 1931; Mt Waverley, 1934-1936); linesman (Seaford, 1937; Frankston, 1942); technician (Frankston, 1949; Seaford, 1954); retired (Upwey, 1963; McRae, 1968) * [[/Walter Alfred Chambers|Chambers, Walter Alfred]] [https://www.familysearch.org/tree/person/details/G3N6-VX1] - 1889(Qld)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 151, 1915; 2COCP 100, 1930; 1COCP 96, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIP Perth (1917-1918) - Electoral Rolls: mechanic (Thursday Island, 1912-1913); radio telegraphist (Wyndham, 1916-1917); telegraphist (Subiaco, 1917); radio telegraphist (Esperance, 1921-1925); officer-in-charge (Geraldton, 1925); radio officer (Como, 1931-1934; Esperance, 1936-1937); radio telegraphist (Como, 1943-1968) ===''CHANDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Beals Chandler|Chandler, John Beals]] [https://www.familysearch.org/tree/person/details/G6HN-HXH] - 1887(Eng)-1962(Qld) - principal (4BC); proprietor (J. B. Chandler & Co., 1913-1962); Lord Mayor Brisbane (1940-1952); witness to Royal Commission Wireless 1927 - don't confuse D. W. Chandler early wireless experimenter - [https://adb.anu.edu.au/biography/chandler-sir-john-beals-9724 ADB] ===''CHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Channon|Channon, H. D.]] - 19??(???)-19??(???) - Licences: 2BO Receive Inverell (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Lloyd Lister Channon|Channon, Lloyd Lister]] [https://www.familysearch.org/tree/person/details/GD59-4NS] - 1885(NSW)-1949(NSW) - Licences: 2AQ Receive Manilla (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: postmaster (Elsmore, 1913); postal official (Raymond Terrace, 1930-1949) ===''CHAPMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Chapman|Chapman, Austin]] [https://www.familysearch.org/tree/person/details/LZYW-3F4] - 1864(NSW)-1926(NSW) - occupations (apprentice saddler, hotelier), politician (Postmaster-General, 1905-1907), oversight of Commonwealth Wireless Telegraphy conference Melbourne 1907 - Links: [[w:Austin Chapman|Wikipedia]]; [https://adb.anu.edu.au/biography/chapman-sir-austin-5554 ADB] * [[/Bruce Amundsen Chapman|Chapman, Bruce Amundsen]] [https://www.familysearch.org/tree/person/details/G8VL-575] - 1912(WA)-1969(NSW) - Licences: 2BA Sydney (Chatswood, 1930-1939; Balgowlah, 1946-1958; St Ives, 1960-1969 - Qualifications: AOCP 696, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: shipping clerk (Chatswood, 1935-1937); clerk (Balgowlah, 1949-1958; St Ives, 1963-1968) * [[/E. B. Chapman|Chapman, E. B.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Frank William Chapman (Qld)|Chapman, Frank William (Qld)]] [https://www.familysearch.org/tree/person/details/GXC5-KB3] - 1898(???)-1974(Qld) - Licences: 4XL Brisbane (Yeronga, 1931-1939); 4ZFC Brisbane (Ekibin, 1965); 4TH Brisbane (Ekibin, 1969) - Qualifications: cc; AOCP 785, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: gardener (Salisbury, Qld, 1928); labourer (Yeronga, Qld, 1929-1937); waterside worker (Paddington, Qld, 1943-1949); PMG technician (Ekibin, Qld, 1954-1972) * [[/Frank William Chapman (WA)|Chapman, Frank William (WA)]] [https://www.familysearch.org/tree/person/details/LBXD-TFK] - 1918(Vic)-1988(WA) - Licences: 6CC Perth (Manning Park, 1954-1965; Bassendean, 1969-1980+) - Qualifications: cc; AOCP 3319, 1953, WA - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Chidlow, WA, 1949); teacher (Manning Park, WA, 1954-1963); technical school principal (Kalgoorlie, WA, 1963); teacher (Bassendean, WA, 1968-1977); retired (Bassendean, WA, 1980) * [[/Harrison Chapman|Chapman, Harrison "Harry"]] [https://www.familysearch.org/tree/person/details/G8CX-2C5] - 1909(Vic)-1990(Vic) - Licences: 3JX Receive Melbourne (Ivanhoe, 1922); 3GU Melbourne (Ivanhoe, 1929-1939, 1946-1965; Flinders, 1965-1975); 3AGU Portable Melbourne (Ivanhoe, 1948-1956; Flinders, 1965-1975) - Qualifications: AOCP 513, 1929, No. ?? in Vic; 1AOCP 32, 1946 - amateur operator, amateur broadcaster - Electoral Rolls: student (Ivanhoe, 1931-1936); chemist (Geelong, 1937); RAAF (Ballarat, 1942; Ivanhoe, 1949-1954); chemical engineer (Ivanhoe, 1963); minister of religion (Flinders, 1968); clergyman (Flinders, 1972-1977) * [[/Owen George Chapman|Chapman, Owen George]] [https://www.familysearch.org/tree/person/details/K8YX-YLK] - 1904(NSW)-1961(NSW) - Licences: 2OC Wyong (1930-1939, 1946-1960) - Qualifications: AOCP 669, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Wyong, 1930-1958) * [[/Percival Carnew Lamont Chapman|Chapman, Percival Carnew Lamont "Percy"]] [https://www.familysearch.org/tree/person/details/G8GM-5M8] - 1911(Qld)-2008(Qld) - 4PC Brisbane (Sandgate, 1933); 4PC Babinda (1937-1939); 4PC Monto (1946-1975); 4PC Point Vernon (1980) - Qualifications: cc; AOCP 1155, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); occupation (power house engineer/manager) - Relationships: father of Geoff Chapman 4CET - Electoral Rolls: engineer (Ayr, Qld, 1943; Monto, Qld, 1949-1972); retired (Point Vernon, Qld, 1977-1980) * [[/William George Chapman|Chapman, William George]] [https://www.familysearch.org/tree/person/details/KZ2X-8KG] - 1890(Tas)-1957(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 116, 1915; 1COCP 63, 1930 - RANRS (Warrant Telegraphist, 1917); coastal wireless operator; witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: radio telegraphist (Broome, 1925); officer-in-charge (Radio Station Applecross, 1931-1954) ===''CHAPPELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Arthur Chappell|Chappell, Lloyd Arthur]] [https://www.familysearch.org/tree/person/details/G69G-SB9] - 1911(Tas)-1998(Tas) - Licences: 7LC Ross (1936-1937); 7LC Winnaleah (1938-1939); 7LC Hobart (Kingston, 1947-1955; Sandy Bay, 1956-1975; Coles Bay, 1980+) - Qualifications: cc; AOCP 1828, 1936, No. ?? in Tas; BOCP 172, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: projectionist (Ross, 1936-1937); radio engineer (Queenstown, 1943; Kingston, 1949-1958) ===''CHARLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Charles|Charles, Edward Arthur]] [https://www.familysearch.org/tree/person/details/K8QC-V3V] - 1916(SA)-1981(SA) - Licences: 5YQ Adelaide (North Unley, 1935-1939; Unley, 1947-1948; Ascot Park, 1954-1956; Hyde Park, 1960-1980+) - Qualifications: cc; AOCP 1443, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Unley, SA, 1939-1943) ===''CHARLESWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Denison Charlesworth|Charlesworth, Reginald Denison]] [https://www.familysearch.org/tree/person/details/GW1M-CKJ] - 1900(Eng)-1980(NSW) - Licences: 2CI Receive Sydney (Haberfield, 1922); 2CI Sydney (Haberfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: migrated to Fiji mid 1920s, returned to Australia mid 1930s - Electoral Rolls: factory manager (Summer Hill, 1933); engineer (Haberfield, 1935-1937); Lane Cove, 1943); radio engineer (Dee Why, 1949-1954); engineer (Hunters Hill, 1958-1972) ===''CHARTERIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Charteris|Charteris, Michael]] - 4QS Ipswich & Maryborough - amateur operator, historian (amateur) ===''CHATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Greatham Chatfield|Chatfield, Robert Greatham "Bob"]] [https://www.familysearch.org/tree/person/details/LK92-9L1] - 1900(NZ)-1974(NZ) - Licences: ZL2AV Wellington (1925-1954+) - Qualifications: AOCP ??, 1925, No. ?? in NZ - amateur operator; amateur broadcaster; clubs (Wellington Amateur Radio Club 2WB, member and one time president) - Relationships: father of Don Chatfield ZL2SG - Comment: substantial early portion (100+) of QSL collection survives - Electoral Rolls: motor engineer (Wellington, 1922); salesman (Wellington, 1931-1954); retired (Wellington, 1963-1972) ===''CHATTERTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Chatterton|Chatterton, Francis Joseph]] [https://www.familysearch.org/tree/person/details/LZWW-952] - 1902(Tas)-1931(Tas) - Licences: 7AY Receive Hobart (West Hobart, 1922); Receive Hobart (West Hobart, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: machinist (Hobart, 1925-1928) ===''CHAUVEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Temple Frank Chauvel|Chauvel, Walter Temple Frank]] [https://www.familysearch.org/tree/person/details/LH5T-WNQ] - 1902(Qld)-1987(NSW) - Licences: Receive (Valve) Stanthorpe (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: jackeroo (Stanthorpe, Qld, 1925-1928); grazier (Stanthorpe, Qld, 1928-1943); radio engineer (Texas, Qld, 1949-1963); retired (East Ballina, NSW, 1968-1980) ===''CHEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Reginald Cheel|Cheel, Charles Reginald]] [https://www.familysearch.org/tree/person/details/9N1J-PTC] - 1890(Vic)-1955(SA) - Licences: 5CR Adelaide (Maylands, 1934-1939, 1947-1955) - Qualifications: cc; AOCP 1278, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CHENNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Chennell|Chennell, Victor "Vic"]] [https://www.familysearch.org/tree/person/details/GCBH-1XV] - 1907(SA)-1996(SA) - Licences: 5JH Adelaide (Norwood, 1927-1933; Cowandilla, 1937-1939; North Adelaide, 1946-1956; Ascot Park, 1960-1980+) - Qualifications: cc; AOCP 346, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: labourer? (Goodwood Park, 1939) ===''CHESSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chessell|Chessell, John or John Carl]] [https://www.familysearch.org/tree/person/details/KN16-XWP]? [https://www.familysearch.org/tree/person/details/L2M1-9GS]? - 1914(NSW)-1959(NSW) - Licences: 2LV Sydney (Dulwich Hill, 1929-1934); 2YU Sydney (Dulwich Hill, 1935-1936; Ashfield, 1937-1939); 2ER Sydney (Dulwich Hill, 1948-1950) - Qualifications: AOCP 517, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: baker (Croydon, 1936; Bowral, 1937-1954) - seems to be two contemporaneous John Chessel's ===''CHESTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Chesterfield|Chesterfield, John Henry]] [https://www.familysearch.org/tree/person/details/GSVH-3SK] - 1895(Vic)-1973(Qld) - Licences: 5JC Adelaide (Wayville, 1924-1926); 2ACQ Sydney (Strathfield, 1937-1939); 4HJ Brisbane (Cleveland, 1954-1960) - Qualifications: cc; CPRT 23, 1914; 1COCP 266, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: wireless operator (Croydon, NSW, 1930); radio engineer (Glenbrook, NSW, 1931-1935); department manager (Strathfield, NSW, 1935); radio engineer (Strathfield, 1936; Pymble, NSW, 1943; Cleveland, Qld, 1949-1963); retired (Mermaid Beach, Qld, 1968-1972) ===''CHICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Garth Chick|Chick, Leonard Garth]] [https://www.familysearch.org/tree/person/details/G6SW-7PJ] - 1918(Tas)-1999(NSW) - Licences: 7LG Launceston (1937-1939) - Qualifications: cc; AOCP 1973, 1937, No. ?? in Tas; BOCP 227, 1939; 2COCP 550, 1941; 1COCP 1264, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: seaman (Swan Point, 1944); aeradio operator (Lindisfarne, 1949); technician (Essendon, Vic, 1949-1954); draftsman (East Keilor, 1963-1968); surveyor (Forster, 1977-1980) ===''CHILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Oliver Chilton|Chilton, Frederick Oliver]] [https://www.familysearch.org/tree/person/details/GZNR-XFL] - 1905(NSW)-2007(NSW)102yo - Licences: Receive (Crystal) Sydney (Wahroonga, 1923-1924) - Qualifications: cc; AOCP 147, 1925, No. ?? in NSW - amateur receive operator; military (Brigadier); awards (Knighted) - Relationships: brother of 2RC Robert Ralph Chilton - Electoral Rolls: clerk (Wahroonga, NSW, 1930-1943); civil servant (South Yarra, Vic, 1949-1967); retired (Clareville Beach, NSW, 1972-1980) - Links: [[w:Frederick Oliver Chilton|Wikipedia]] * [[/George Frederick Chilton|Chilton, George Frederick]] [https://www.familysearch.org/tree/person/details/G3CR-41Q] - 1891(Vic)-1956(Vic) - Licences: 2GF Sydney (Pennant Hills, 1924; Carlingford, 1925); 4GD Townsville (1925-1926) - Qualifications: cc; CPRT 160, 1915; 1COCP 10, 1930 - amateur operator; amateur broadcaster; coastal operator (VIG, VIB, VIS, VIT, Rockbank); wireless telegraphist (PMG); RANRS (Commissioned Telegraphist, 1917); federal public servant (PMG) - Electoral Rolls: telegraphist (Wooloowin, 1919-1921); radio stationmaster (South Townsville, Qld, 1925; Glenferrie, 1927; Wireless Station, Rockbank, Vic, 1928-1942); engineer (St Kilda, 1949-1954) * [[/Robert Ralph Chilton|Chilton, Robert Ralph]] [https://www.familysearch.org/tree/person/details/GZNR-821] - 1907(NSW)-1985(Qld) - Licences: 2RC Sydney (Wahroonga, 1925-1926); 2RC Gloucester (1927); 2RC Sydney (Wahroonga, 1928-1939, 1946-1947; Roseville East, 1948) - Qualifications: cc; AOCP 152, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: chemist assistant (Wahroonga, 1933); chemist (Stanthorpe, 1954-1963; Sherwood, Qld, 1972) - Relationships: brother of Frederick Oliver Chilton ===''CHINERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jessie Camelia Chinery|Chinery or Chinnery, Jessie Camelia]] [https://www.familysearch.org/tree/person/details/GFMP-6NZ] - 1915(WA)-1995(WA) - Licences: 6JC Perth (Welshpool, 1937-1939) - Qualifications: cc; AOCP 1866, 1937, WA - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: not stated (Welshpool, WA, 1937) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''CHIPPINDALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Kellett Chippindall|Chippindall, Eric Kellett "Chippy"]] [https://www.familysearch.org/tree/person/details/LFCB-MNZ] - 1916(Qld)-1988(Qld) - Licences: 4XR Brisbane (Paddington, 1937-1939); 4XR Gympie (1946-1969); 4XR Brisbane (Paddington, 1975-1980+) - Qualifications: cc; AOCP 1940, 1937, Qld - amateur operator; amateur broadcaster; broadcast engineer (4SB, 4BU, 4LG, 4GY) - Electoral Rolls: radio engineer (Gympie, Qld, 1949); announcer-engineer (Gympie, Qld, 1954-1958); shopkeeper (Paddington, Qld, 1972-1980) ===''CHISHOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham St Clair Chisholm|Chisholm, Graham St Clair]] [https://www.familysearch.org/tree/person/details/GX47-TTR] - 1915(Qld)-2002(WA) - Licences: 4LP Brisbane (Kelvin Grove, 1933); 3ACG Melbourne (South Yarra, 1947-1948); 5PG Darwin (1955-1956); 1AB Canberra (Canberra City, 1960; Ainslie, 1965); 6IB Perth (Dalkeith, 1969-1975) - Qualifications: cc; AOCP 1101, 1933, No. ?? in Qld; BOCP 18, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcaster (3SR, Shepparton, Vic, 1942); radio engineer (South Yarra, Vic, 1949-1954); broadcaster (Reid, ACT, 1958; Ainslie, ACT, 1963; Dalkeith, WA, 1968-1972); manager (Nedlands, 1977-1980) ===''CHITHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Chitham|Chitham, William Norman "Bill"]] [https://www.familysearch.org/tree/person/details/GXWT-KJK] - 1912(Qld)-1997(Qld) - Licences: 4UU Brisbane (Bulimba, 1933-1934; Fortitude Valley 1937-1939; Cannon Hill, 1946-1980+) - Qualifications: cc; AOCP 913, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor, QSL officer); part of the "U" gang; military (WW2) - Electoral Rolls: storeman (Valley, Qld, 1936-1943); radio mechanic (Cannon Hill, 1949-1963); buyer (Cannon Hill, Qld, 1968-1980) ===''CHOATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Sidney Choate|Choate, Roger Sidney]] [https://www.familysearch.org/tree/person/details/GFQX-RW3] - 1913(Irl)-1978(WA) - Licences: 6RK Harvey (1930-1933); 6RK Kalgoorlie (1937-1939); 6RK Dardanup (1947); 6RK Perth (Subiaco, 1948-1956; Salters Point, 1960-1975) - Qualifications: cc; AOCP 714, 1930, No. ?? in WA; BOCP 42, 1936; 3AIR 1121, 1947 - amateur operator; amateur broadcaster; WW2 (RAAF, Squadron Leader) - Awards: Military Division OBE [[w:1964_Birthday_Honours|Wikipedia]] - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1937; Perth, WA, 1937); engineer (Melville, WA, 1943); civil servant (Subiaco, WA, 1949-1958); surveyor (Salters Point, WA, 1963-1968; Manning, WA, 1972-1977) - Links: [https://www.awm.gov.au/collection/R1513688 AWM] [https://www.ozatwar.com/raaf/shepherdshillradar.htm OzAtWar] ===''CHRISMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Chrismas|Chrismas, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/G6YC-FC2] - 1892(NSW)-1950(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 250, 1916; 1COCP 31, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIW Wyndham (1917-1918) - Electoral Rolls: operator (Broome, 1916); wireless operator (Wyndham, 1917; Applecross, 1925); radio telegraphist (Broome, 1931; Geraldton, 1936-1949) ===''CLAFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keighran James Claffey|Claffey, Keighran James]] [https://www.familysearch.org/tree/person/details/G84R-LLP] - 1903(Vic)-19??(???) - Licences: 2AK Deniliquin (1928-1939); 2AK Picton (1946); 2AK Deniliquin (1947-1980+) - Qualifications: AOCP 459, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarrandale, 1949; Deniliquin, 1954; Yarrandale, 1958-1963); retired (Deniliquin, 1977-1980) ===''CLARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Clark|Clark, Francis Thomas]] [https://www.familysearch.org/tree/person/details/G8WF-CJH] - 1903(WA)-1998(Vic) - Licences: 3FC Rainbow (1928); 3FC Melbourne (St Kilda, 1931; Hawthorn, 1933; Elwood, 1937; St Kilda, 1938); 3FC Mildura (1946-1947); 3FC Ouyen (1948-1960); 3FC Geelong (Leopold, 1969; Clifton Springs, 1975-1980+) - Qualifications: AOCP 426, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal official (Rainbow, 1925); postal clerk (Rainbow, 1928); clerk (St Kilda, 1931-1937); senior postal clerk (Red Cliffs, 1942); postmaster (Ouyen, 1949-1954); retired (Clifton Springs, 1972-1980) * [[/Frank P. R. Clark|Clark, Frank P. R.]] [https://www.familysearch.org/tree/person/details/GZFG-WRN] - 1900(NSW)-1928(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923-1924); 2YF Sydney (Manly, 1925) - Qualifications: AOCP 122, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: gone too soon * [[/Leopold Francis Clark|Clark, Leopold Francis]] [https://www.familysearch.org/tree/person/details/273Q-3D5] - 1902(Tas)-1978(Tas) - Licences: 7CK Natone (1932-1939); 7CK Burnie (1946-1948); Deloraine (1954-1969); Lanena (1975) - Qualifications: cc; AOCP 989, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Natone, 1928-1936; Burnie, 1943-1949); grazier (Needles, 1954; Deloraine, 1963) ===''CLARKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Fraser Clarke|Clarke, Percival Fraser "Percy"]] [https://www.familysearch.org/tree/person/details/GXZ3-4J2] - 1896(Qld)-1971(Qld) - Licences: 4PY Ayr (1936-1939) - Qualifications: cc; AOCP 1781, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jarvisfield, Qld, 1919-1937; Aspley, Qld, 1949-1972) * [[/Warren Ross Clarke|Clarke, Warren Ross]] [https://www.familysearch.org/tree/person/details/G8NT-LSN] - 1909(NSW)-1988(NSW) - Licences: 2ZZ Sydney (Mosman,1930-1933; Asquith, 1933-1939; Mosman, 1948-1950) - Qualifications: AOCP 650, 1930, NSW; 2COCP 6, 1934; 1COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Asquith, 1933-1934; Mosman, 1936); radio officer (Mosman, 1943); flight radio officer (Mosman, 1949-1954); clerk (Glenbrook, 1963); travel consultant (Glenbrook, 1972); clerk (Merrylands, 1972); planner (North Rocks, 1977-1980) * [[/William George Clarke|Clarke, William George]] [https://www.familysearch.org/tree/person/details/GXQ2-1QS] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 32, 1930 - RANRS (temp Commissioned Telegraphist, 1917) - Comment: several contemporaneous WGCs - Electoral Rolls: officer-in-charge (Radio Station, Townsville, 1916); seaman (HMAS Encounter, Geelong, 1919); biograph operator (Langwarrin Military Camp, Vic, 1919); hotel manager (Naval Base Hotel, South Fremantle, 1931) ===''CLAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard George Clay|Clay, Richard George]] [https://www.familysearch.org/tree/person/details/G8ZZ-LGN] - 1903(Vic)-1972(Vic) - Licences: 3RC Melbourne (Northcote, 1929; Alphington, 1931) - Qualifications: AOCP 536, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Northcote, 1925-1927); welder (Northcote, 1928); electric welder (Alphington, 1931); welder (Richmond, 1936-1937; Alphington, 1942; Northcote, 1949); contractor (Traralgon, 1954-1972) ===''CLAYTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maisie Ian Jesson Clayton|Rawson nee Clayton, Maisie Ian Jesson]] [https://www.familysearch.org/tree/person/details/G8RT-25P] - 1915(NSW)-1996(NSW) - Licences: Nil yet identified - Qualifications: cc; BOCP 488, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: radio worker (Artarmon, 1937); engineer (Kirribilli, 1949); radio engineer (Lane Cove, 1954-1963); engineer (Lane Cove, 1968-1972); home duties (Lane Cove, 1977-1980) - Lady: * [[/Maurice Charles Clayton|Clayton, Maurice Charles]] [https://www.familysearch.org/tree/person/details/G86J-HX3] - 1912(SA)-1936(SA) - Licences: 5RK Adelaide (Edwardstown, 1930-1931); 5ZC Adelaide (Edwardstown, 1933-1936) - Qualifications: cc; AOCP 596, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon (24yo) * [[/Walter George Gladstone Clayton|Clayton, Walter George Gladstone "Wally"]] [https://www.familysearch.org/tree/person/details/G3XN-J1N] - 1918(Qld)-1998(Qld) - Licences: 4WG Innisfail (1937-1939); 4WG Brisbane (Windsor, 1946-1969); 4WG Townsville (1975-1980+) - Qualifications: cc; AOCP 1868, 1937, Qld - amateur operator; amateur broadcaster; military (WW2, AIF Signals); state public servant (Qld Railways, supervising tech. comms.) - Relationships: uncle of Maise Ian Jesson Rawson nee Clayton (Radio Engineer) - Electoral Rolls: manager (Windsor, 1954-1968); technician (Townsville, 1972-1980) ===''CLIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Cliff|Cliff, Harry]] - 1908(Vic)-1988(Vic) - Licences: 3HC Melbourne (Essendon, 1928-1948; Heidelberg, 1954-1975); 3HC Point Lonsdale (1980+) - Qualifications: AOCP 400, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: implement maker (Moonee Ponds, 1906); engineer (Moonee Ponds, 1922-1928); clerk (Moonee Ponds, 1931-1937); company secretary (North Melbourne, 1943); director (Ivanhoe, 1954-1968; Heidelberg, 1972); retired (Point Lonsdale, 1977-1980) (pre 1928 is another Harry Cliff) ===''CLIFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Glendenning Clifford|Clifford, Herbert Glendenning]] [https://www.familysearch.org/tree/person/details/GHTS-4CN] - 1882(Eng)-1955(SA) - Licences: 5BW Receive Renmark (1923); Receive Renmark (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: secretary (Renmark, SA, 1939-1943) ===''CLINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gladstone Clinch|Clinch, Frederick Gladstone]] [https://www.familysearch.org/tree/person/details/KF5P-TWM] - 1898(WA)-1972(WA) - Licences: 6JR Greenough (1928-1933); 6FG Miling (1960); 6FG Perth (Doubleview, 1965-1969) - Qualifications: cc; AOCP 468, 1928, No. ?? in WA - amateur operator; amateur broadcaster - Relationships: Father of 6CL Ian Harold Wilson Clinch - Electoral Rolls: farmer (Greenough, 1922-1943); garage proprietor (Miling, 1958); retired (Doubleview, 1963-1972) * [[/Ian Harold Wilson Clinch|Clinch, Ian Harold Wilson]] [https://www.familysearch.org/tree/person/details/GHQX-YS1] - 1926(WA)-19??(WA) - Licences: 6CL Miling (1960-1965); 6CL Dandaragan (1969); 6CL Rossmoyne (1975-1980+) - Qualifications: cc; AOCP 3596, 1957, WA - amateur operator, WW2 - Relationships: son of 6JR-6FG Frederick Gladstone Clinch - Electoral Rolls: mechanic (Leederville, 1949); manager (Miling, 1958-1963); radio technician (Dongara, 1968); technician (Rossmoyne, 1972-1980) ===''CLOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alvin Theodore Closs|Closs, Alvin Theodore]] [https://www.familysearch.org/tree/person/details/L67V-HG7] - 1895(NSW)-1975(Vic) - Licences: V750 Receive Melbourne (Olinda, 1922); 3GV Receive Melbourne (Olinda, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: orchardist (Brighton, 1917); storekeeper (Olinda, 1924-1931); salesman (Olinda, 1934-1937); civil servant (Tunstall, 1943-1954); retired (Yarra Junction, 1963-1972) ===''CLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Edward Clough|Clough, James Edward]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 483, 1929, No. ?? in ?? - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - several contemporaneous JECs ===''COADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Coade|Coade, Ernest]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: electrician (Rutherglen, 1914); mechanic (Thursday Island, 1919) ===''COAKLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas James Coakley|Coakley, Thomas James]] [https://www.familysearch.org/tree/person/details/GX24-W7T] - 1904(Vic)-1991(Vic) - Licences: 5UK Adelaide (Unley, 1933-1939); 3IU Melbourne (Camberwell, 1947; Essendon, 1948-1980+) - Qualifications: cc; AOCP 1105, 1933, No. ?? in SA, 3COCP 61, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: aero fitter (Auburn, Vic, 1925-1926); engineer (Camberwell, Vic, 1943; Essendon, Vic, 1949-1980) ===''COALTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Coalter|Coalter, Martin]] [https://www.familysearch.org/tree/person/details/GDSR-STB] - 1893(Vic)-19??(???) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 1, 1914 - ship wireless operator? - Electoral Rolls: Nil yet identified ===''COATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Melbourne Coates|Coates, Alfred Melbourne or Melbourne Alfred]] [https://www.familysearch.org/tree/person/details/GDGW-MCZ] - 1884(???)-1964(Vic) - Licences: V757 Receive Melbourne (Elwood, 1922); 3GG Receive Melbourne (Elwood, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (USA) - Electoral Rolls: engineer (Elsternwick, 1921-1937; Kalorama, 1943-1954) ===''COFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Freeman Coffey|Coffey, Henry Freeman]] [https://www.familysearch.org/tree/person/details/G3QL-BR1] - 1885(Irl)-1934(NSW) - Licences: 4KY Brisbane (Doomben, 1925-1926; Hamilton, 1927); 2ZY Sydney (Willoughby, 1929; Maroubra, 1930-1934) - Qualifications: cc; CPRT 52, 1915; 1COCP 12, 1930 - Halycyon: AOCP Brisbane 1926 - amateur operator; amateur broadcaster; ship wireless operator (Marconi, White Star, Booth Steamship, Iquitos Steamship, Union Castle); RANRS (Warrant Telegraphist, 1917); coastal operator (CRS, PMGD, AWA); federal public servant - Electoral Rolls: radio engineer (Middle Park, Vic, 1919); engineer (Malvern East, 1922-1924); radiostation master (Thursday Island, 1925); wireless operator (Doomben, Qld, 1925-1928); engineer (Chatswood, 1930); wireless mechanic (Maroubra, 1930-1934) ===''COHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derrick Cohen|Cohen, Derek or Derrick Simeon "Dick"]] [https://www.familysearch.org/tree/person/details/GXCF-DR7] - 1914(Eng)-2010(NSW) - Licences: 2YM Sydney (Dobroyd Point, 1932-1933; Kings Cross, 1933; Clovelly, 1934-1936); 4YM Brisbane (City, 1937-1939); 1YM Macquarie Island (1954-1955) - Qualifications: cc; AOLCP 238, 1930; AOCP 1011, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (West End, Qld, 1943); technician (Coburg, Vic, 1954); television producer (Chatswood, NSW, 1963; Little Wallaby Beach, NSW, 1977) ===''COLEBATCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Vincent Colebatch|Colebatch, Ernest Vincent]] [https://www.familysearch.org/tree/person/details/K2Q2-974] - 1905(SA)-1987(SA) - Licences: 5CG Receive Adelaide (Norwood, 1923); Receive Adelaide (Norwood, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Belair, SA, 1939-1941) ===''COLESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Russell Coleston|Coleston, Stanley Russell]] [https://www.familysearch.org/tree/person/details/G8VV-KQL] - 1913(Vic)-2012(Qld) - Licences: 3XK Melbourne (Middle Park, 1930-1931; Gardenvale, 1933; Glenhuntly, 1937-1939, 1946-1955); 9XK Port Moresby (1956-1960); 3AXK Melbourne (Mt Waverley, 1965-1969); 4XA Brisbane (Geebung, 1975-1980+) - Qualifications: AOCP 688, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Glenhuntly, 1936-1942; Caulfield East, 1949-1954); public servant (Mt Waverley, 1963-1972); retired (Geebung, 1977-1980) ===''COLLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Felton Collard|Collard, Cyril John Felton]] [https://www.familysearch.org/tree/person/details/97X9-6VY] - 1896(NSW)-1969(NSW) - Licences: 2CF Maitland West (1927-1939) - Qualifications: AOCP 362, 1927, No. ?? in NSW; 2COCP 540, 1941; BOCP 541, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lorn, 1930-1963); retired (North Maitland, 1968) ===''COLLINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Joseph Collins|Collins, Clarence Henry Joseph]] [https://www.familysearch.org/tree/person/details/M1Y1-GB1] - 1891(SA)-1974(SA) - Licences: 5FC Adelaide (Marryatville, 1932-1939) - Qualifications: cc; AOCP 1043, 1932, SA; BOCP 29, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Marryatville, SA, 1939-1943) ===''COLLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Andrew Collis|Collis, George Andrew]] - 1869(Tas)-1926(Tas) - Receive Hobart, radio clubs (Tasmanian Radio Club, foundation member, 1922+), electrician (Zinc Co., Hobart, 1921) - potential misidentification, George Arthur Collis, Radio Research Club, Hobart, witness to Royal Commission Wireless 1927 * [[/Ralph Collis|Collis, Ralph]] [https://www.familysearch.org/tree/person/details/GX1J-48N] - 1918(WA)-2013(WA)105yo - Licences: 6LY Perth (Bayswater, 1935-1939) - Qualifications: cc; AOCP 1454, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Bayswater, WA, 1943; Scarborough, WA, 1949-1958); proprietor (Cadoux, WA, 1963; Tuart Hill, WA, 1968); business proprietor (Dianella, WA, 1972-1977); proprietor (Bedford, WA, 1980) ===''COLTHEART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Coltheart|Coltheart, Clarence James]] - 1885(Tas)-1962(Tas) - Licences: 7BF Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Brunswick, Vic, 1913-1914; Queenstown, 1922-1954) ===''COLTHRUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Colthrup|Colthrup, James Frederick]] [https://www.familysearch.org/tree/person/details/LBW8-J4Z] - 1908(Vic)-1942(Qld) - Licences: 3PL Melbourne (Clifton Hill, 1934-1939) - Qualifications: AOCP 1368, 1934, No. ?? in Vic; 1COCP 374, 1940 - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, Wireless & Gunnery School) - Electoral Rolls: mechanic (Clifton Hill, 1931); engineer (Clifton Hill, 1937); airman (Clifton Hill, 1942) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/623876] ===''COLVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Victor Colville|Colville, Sydney Victor]] [https://www.familysearch.org/tree/person/details/G3WQ-S78] - 1894(Vic)-1966(NSW) - Licences: XQF Brisbane (South Brisbane) (1913); 2FA Receive Sydney (1922); 2FA Sydney (1923-1925); 2VH Sydney (1935-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; wireless retail business proprietor (Colville Moore) - Electoral Rolls: clerk (Wooloongabba, 1917; Chelmer, 1919-1921); broker (Bowen Hills, 1922); manufacturer (Drummoyne, NSW, 1930-1933); merchant (Lane Cove, 1935-1936); manufacturer (Darlinghurst, NSW, 1936-1937); company director (Glenbrook, 1943-1963) ===''CONDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Sylvester Condon|Condon, Austin Sylvester]] [https://www.familysearch.org/tree/person/details/G3RG-K2K] - 1924(SA)-2011(SA) - Licences: 5WO Laura (1954-1980+) - Qualifications: AOCP 3012, 1949, SA - amateur operator - Electoral Rolls: Nil [https://www.adelaidenow.com.au/ipad/obituaries-tributes-to-three-of-our-finest/news-story/845c3a27d81fd8a8f4bbe436503a9b1e Obit] ===''CONDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Tasman Conder|Conder, Walter Tasman "Wally"]] [https://www.familysearch.org/tree/person/details/G6CJ-DTS] - 1888(Tas)-1974(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as General Manager, BCA, 3LO) - Electoral Rolls: teacher (Launceston, 1914); soldier (Langwarrin Military Camp, 1918-1921; Melbourne, 1924); secretarial (Melbourne, 1925-1928); entrepreneur (Melbourne, 1931-1937); secretary (Melbourne, 1943) - Links: [https://adb.anu.edu.au/biography/conder-walter-tasman-5747 ADB] ===''CONGDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bert Congdon|Congdon, Bert "Bertie"]] [https://www.familysearch.org/tree/person/details/9VVJ-CMW] - 1891(Vic)-1961(WA) - Licences: 6BA Receive Perth (Subiaco, 1923-1924); 6BC Perth (Subiaco, 1927-1939, 1946-1960) - Qualifications: cc; AOCP 382, 1927, No. ?? in WA - amateur operator; amateur broadcaster; WW1; civil servant - Electoral Rolls: civil servant (Subiaco, 1925-1958) ===''CONNELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dermot Anthony Connelly|Connelly, Dermot Anthony]] [https://www.familysearch.org/tree/person/details/G8L5-2VC] - 1903(Vic)-1965(Vic) - Licences: 3BU Receive Melbourne (St Kilda, 1922); 3BU Melbourne (St Kilda, 1923-1925); 3ADK Melbourne (St Kilda, 1948; Ivanhoe, 1954-1965) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: manager (Caulfield, 1927-1936); Air Force officer (St Kilda, 1937); nil (Frankston, 1949); photographer (Ivanhoe, 1954-1963) ===''CONNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilson Connon|Connon, George Wilson]] [https://www.familysearch.org/tree/person/details/GXGF-8Z2] - 1907(Sct)-1976(SA) - Licences: 5KJ Booleroo (1937-1939); 5KJ Yunta (1947); 5KJ Alice Springs (1948-1954); 5KJ Adelaide (Millswood Estate, 1955-1956); 5KJ Port Lincoln (1960); 5KJ Berri (1965-1969); 5KJ Barmera (1975) - Qualifications: cc; AOCP 1991, 1937, SA; 2COCP 336, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: pensioner (Millswood East, SA, 1939); bookkeeper (Port Augusta, SA, 1941-1948); radio technician (Alice Springs, NT, 1949-1954) ===''CONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emmett Bernard Connor|Connor, Emmett Bernard]] [https://www.familysearch.org/tree/person/details/GXCB-L7Q] - 1913(Qld)-1977(Qld) - Licences: 4CE Gindie (1936); 4OC Longreach (1956); 4OC Fernlees (1960); 4OC Brisbane (Aspley, 1965-1969) - Qualifications: cc; AOCP, not yet identified; BOCP 280, 1940; 3COCP 5529, 1965 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing shed hand (Gindie, Qld, 1936); radio mechanic (Enoggera, Qld, 1937); radio technician (Longreach, Qld, 1943-1949); business Manager (Cramsie, Longreach, Qld, 1954-1958); grazier ("Ronnoc Downs", Fernlees, Qld, 1958-1963; Aspley, Qld, 1963-1977) * [[/Laurance Kingsley Connor|Connor, Laurance Kingsley]] [https://www.familysearch.org/tree/person/details/L2GD-KPT] - 1907(NSW)-1950(NSW) - 2LK Sydney (Belmore, 1925-1926), 2ALC Sydney (Lakemba, 1948; Cammeray, 1950), amateur operator (AOCP 68, 1925, No. ?? in NSW; CPRT 881, 1925; 2COCP 199, 1930; 1COCP 220, 1939), amateur broadcaster * [[/Stephen James Connor|Connor, Stephen James]] [https://www.familysearch.org/tree/person/details/GH4J-FP4] - 1894(NSW)-1979(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 235, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Electoral Rolls: radio telegraphist (Broome, 1917); electrical engineer (Strathfield, NSW, 1930; Lismore, NSW, 1933); electrician (Darlinghurst, NSW, 1934; Strathfield, NSW, 1936-1963); retired (Lapstone, NSW, 1972) * [[/Terence Connor|Connor, Terence]] [https://www.familysearch.org/tree/person/details/G6MC-3DV] - 1916(Tas)-1982(Tas) - Licences: 7CT Hobart (Rokeby, 1936-1939; City, 1946-1948); 7CT Huonville (1954-1960); 7CT Hobart (Bellerive, 1965-1980+) - Qualifications: cc; AOCP 1643, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: auto-electrician (New Town, 1943; Hobart North, 1949); manager (Huonville, 1949-1954); sales rep. (Bellerive, 1963-1977) ===''CONRAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Ernest Conrad|Conrad, Raymond Ernest]] [https://www.familysearch.org/tree/person/details/GSP2-VGS] - 1905(Tas)-1977(Tas) - Licences: 2TR Sydney (Bexley, 1930-1937; Rockdale, 1938-1939); 7TR Hobart (Derwent Park, 1947; Moonah, 1948-1956; Berriedale, 1960-1975) - Qualifications: AOCP 651, 1930, No. ?? in Tas; BOCP 308, 1940 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: battery fitter (Bexley, 1930); storeman (Bexley, 1931-1934); clerk (Bexley, 1935-1936; Rockdale, 1937); purchasing officer (Cameray, 1943); radio manufacturer (Moonah, 1949-1954); engineer (Hospital, Rosetta, 1963) ===''CONRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Conry|Conry, William Henry]] [https://www.familysearch.org/tree/person/details/GDJL-HCR] - 1892(Vic)-1959(Qld) - Licences: 3OK Melbourne (Armadale, 1923-1925); 3CO Melbourne (Brighton, 1931-1939) - Qualifications: cc; CPRT 260, 1916; 1COCP 44, 1935 - amateur operator; amateur broadcaster; WW1 (Merchant Marine); RANRS; witness to Royal Commission 1927 (obo PMGD Vic) - Electoral Rolls: mechanic (Windsor, Vic, 1914-1919; Armadale, 1921-1924); inspector (Brighton, 1925-1937); radio inspector (South Brisbane, 1943-1949); postal official (St Lucia, 1954-1958) ===''CONWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn Laurence Dean Conway|Conway, Mervyn Laurence Dean]] [https://www.familysearch.org/tree/person/details/G6MH-GHZ] - 1912(Tas)-1979(Tas) - Licences: 7CL Launceston (1936-1939, 1948-1960); 7CL Hobart (West Hobart, 1965-1975) - Qualifications: cc; AOCP 1684, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Nelson, 1936); school teacher (Launceston East, 1937); teacher (Devonport, 1943; New Town, 1949-1958) ===''COOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Byron Cook|Cook, Ernest Byron "Ernie"]] [https://www.familysearch.org/tree/person/details/M46M-M3J] - 1902(Vic)-1981(Vic) - Licences: 3CK Tresco (1926-1927); 3CK Kerang (1931); 3EC Swan Hill (1938-1939); 3EC Melbourne (Coburg, 1946-1975) - Qualifications: AOCP 295, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: foreman (Swan Hill, 1937-1942) * [[/Victor Roy Percival Cook|Cook, Victor Roy Percival "Roy"]] [https://www.familysearch.org/tree/person/details/MYJG-6C6] - 1899(SA)-1980(SA) - Licences: XVN Adelaide (1913-1914); S099 Adelaide (1920s); 5AC Adelaide (Prospect, 1923-1927; Rose Park, 1928-1931; Kilkenny, 1933-1939, 1946-1948; Woodville, 1954-1975; Somerton Park, 1980) - Qualifications: cc; AOCP 94, 1925, No. ?? in SA - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: analyst (Kilkenny, 1939-1943) ===''COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Robert Cooke|Cooke, Clarence Robert]] [https://www.familysearch.org/tree/person/details/GF3Z-3P6] - 1891(???)-1970(WA) - Licences: 6CP Perth (Bayswater, 1932-1939, 1947-1965) - Qualifications: cc; AOCP 1068, 1932, WA - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Mornington Mills, WA, 1914); locomotive driver (Mornington Mills, WA, 1921-1926); locomotive engine driver (Bayswater, WA, 1931-1968) * [[/Clive J. Cooke|Cooke, Clive J.]] - 19??(???)-19??(???) - 4CC Brisbane (Chermside, -1952+), amateur operator (AOCP ??, 19??, No. ?? in Qld) * [[/Frank Basil Cooke|Cooke, Frank Basil "Basil"]] [https://www.familysearch.org/tree/person/details/G7Q6-TN8] - 1892(SA)-1967(NSW) - XADW Sydney (1913), 2LI Sydney (1922-1924), 2XQ Receive Sydney (1923), 2DJ Sydney (Northbridge, 1924-1931; Mosman, 1933-1939), early wireless experimenter, amateur operator (pre AOCP; AOCP 39, 1924, No. ?? in NSW), amateur broadcaster, radio clubs (WIA NSW, vice-president 1923) * [[/Frederick William Cooke|Cooke, Frederick William]] [https://www.familysearch.org/tree/person/details/GZB8-V6L] - 1906(Eng)-1981(Vic) - Licences: 3FW Melbourne (Footscray, 1926-1927) - Qualifications: AOCP 311, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: meter tester (Footscray, 1926-1949) ===''COOKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Cookson|Cookson, Arnold]] [https://www.familysearch.org/tree/person/details/G6YD-87L] - 1889(Eng)-1971(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 201, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: telegraphist (Thursday Island, 1919); no occupation (Darlinghurst, 1949); clerk (Northbridge, 1949-1963; Bexley, NSW, 1968) * [[/Joseph George Cookson|Cookson, Joseph George "George"]] [https://www.familysearch.org/tree/person/details/KGCW-Z8N] - 1888(Vic)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 862, 1925; 2COCP 21, 1929; 1COCP 34, 1930 - RANRS (1919), AWA - Relationships: Father of Leonard Kenneth Cookson - Electoral Rolls: engine driver (Crossover, Vic, 1912-1913; Bacchus Marsh, 1914-1915); mechanic (Alphington, 1917); engineer (Cooktown, 1919); radio engineer (Radio Station, Carlingford, NSW, 1930-1935; Croydon, NSW, 1943-1958) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] * [[/Leonard Kenneth Cookson|Cookson, Leonard Kenneth "Len"]] [https://www.familysearch.org/tree/person/details/GXQ8-JHV] - 1917(Vic)-2005(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - AWA - Relationships: Son of Joseph George Cookson - Electoral Rolls: foreman (Concord, NSW, 1943); electrical fitter (Croydon, 1943-1954; Glebe, 1958; Blacktown, 1963-1980) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] ===''COOLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Cooling|Cooling, Ernest Richard]] [https://www.familysearch.org/tree/person/details/LVZL-GSC] - 1885(Qld)-1936(Qld) - Licences: 4BN Toowoomba (1924-1927) - Qualifications: cc; AOCP 11, 1924, No. 3 in Qld - amateur operator; amateur broadcaster; honorary radio inspector (Toowoomba, 1924), (Halcyon P. 4) - Comment: A tragic end to a productive life - TroveTag: "4BN - Ernest Richard Cooling" - Electoral Rolls: letter carrier (Toowoomba, 1908); telegraphist (Bowen, 1912); postal assistant (Toowoomba, 1913-1930) ===''COOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Saint Coombe|Coombe, Geoffrey Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-TXS] - 1913(SA)-19??(???) - Licences: 5ML Adelaide (Hindmarsh, 1931-1939; Croydon, 1947-1948; Brooklyn Park, 1960-1980+) - Qualifications: cc; AOCP 756, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5MR Jack Robert Saint Coombe - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Croydon, 1941) * [[/Jack Robert Saint Coombe|Coombe, Jack Robert Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-T3C] - 1910(SA)-1981(SA) - Licences: 5MR Adelaide (Stirling West, 1954-1980+) - Qualifications: cc; AOCP 2923, 1949, SA - amateur operator; amateur broadcaster - Relationships: Brother of 5ML Geoffrey Saint Coombe - Electoral Rolls: electrician (Hindmarsh, SA, 1939; Croydon, SA, 1941); electrical mechanic (Mt Lofty, SA, 1943) ===''COOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edwin Charles Cooper|Cooper, Alfred Edwin Charles]] [https://www.familysearch.org/tree/person/details/GZV9-9GK] - 1904(NSW)-1997(NSW) - Licences: 2AL Receive Sydney (Ashfield, 1922); 2AL Sydney (Ashfield, 1923-1926); 2UO Sydney (Northbridge, 1947-1950); 2AUO Sydney (Yacht Asgard, 1948-1960); 4AY Surfers Paradise (1980) - Qualifications: cc; AOCP 180, 1925, No. ?? in NSW; 3COCP 626, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: fruit merchant (Ashfield, 1931); director (Northbridge, 1943-1958); company director (Clareville, 1963-1977) * [[/Eric Cooper|Cooper, Eric]] [https://www.familysearch.org/tree/person/details/GD1M-WC4] - 1925(Tas)-19??(???) - Licences: 7ZEC Evandale (1965-1980+) - Qualifications: cc; AOLCP 870, 1960, Tas - amateur operator - Electoral Rolls: moulder (Evandale, 1949); radio technician (Evandale, 1954) * [[/Ernest Edward Cooper|Cooper, Ernest Edward]] [https://www.familysearch.org/tree/person/details/GZ5F-RLJ] - 1905(Tas)-1951(Tas) - Licences: 7MK Launceston (Youngtown, 1926-1927); 7MC Launceston (City, 1947-1948) - Qualifications: cc; AOCP 261, 1926, No. ?? in Tas; AOLCP 151, 1934 - amateur operator; amateur broadcaster - Relationships: may be related to 7ZEC Evandale (1965-1975) Eric Cooper - Electoral Rolls: radio mechanic (Hobart, 1928); radio engineer (Ulverstone, 1936; Launceston East, 1943; Launceston West, 1949) * [[/Harold More Cooper|Cooper, Harold More or Harold Moore]] [https://www.familysearch.org/tree/person/details/GZ58-SJP] - 1886(SA)-1970(SA) - Licences: Receive Adelaide (Glenelg, 1923-1925); 5HG Adelaide (Glenelg, 1926-1939, 1946-1969) - Qualifications: cc; AOCP 257, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW2; submarine cable telegraphist; archaeologist; historian - Electoral Rolls: telegraphist (Glenelg, 1939-1943) - Links: [https://adb.anu.edu.au/biography/cooper-harold-more-9821 ADB] * [[/James Herbert Cooper|Cooper, James Herbert]] [https://www.familysearch.org/tree/person/details/LVTJ-14B] - 1914(NSW)-1992(NSW) - Licences: 2ZG Sydney (Wollstonecraft, 1930-1939 - Qualifications: AOCP 701, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Crows Nest, 1936-1943); broker (Mosman, 1949); stock and sharebroker (Wahroonga, 1949-1968); sharebroker (Wahroonga, 1972); broker (St Ives, 1977-1980) ===''CORDINGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harold Cordingley|Cordingley, Charles Harold]] [https://www.familysearch.org/tree/person/details/GDJK-SB4] - 1892(Eng)-1955(Vic) - Licences: 3RF Melbourne (Ascot Vale, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Ararat, 1913); electrical engineer (Flemington, 1915-1919); engineer (Ascot Vale, 1921-1954) ===''CORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert James Core|Core, Herbert James "Herb"]] [https://www.familysearch.org/tree/person/details/L1PF-R2Q] - 1906(Qld)-1954(Qld) - Licences: 4HC Brisbane (Coorparoo, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 2012, 1937, Qld; 1COCP 392, 1940 - amateur operator; amateur broadcaster; formerly Sydney - Electoral Rolls: public servant (Greenslopes, Qld, 1929); assistant (Coorparoo, Qld, 1936-1937); public servant (Coorparoo, Qld, 1943-1949; Camp Hill, Qld, 1949-1954) ===''CORNELIUS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Edward Cornelius|Cornelius, Eric Edward]] [https://www.familysearch.org/tree/person/details/LH7P-2MD] - 1916(WA)-1979(WA) - Licences: 6EC Albany (1936-1939); 6EC Kalgoorlie (1947-1948); 6EC Wagin (1954-1955); 6EC Perth (Inglewood, 1956-1975) - Qualifications: cc; AOCP 1635, 1936, WA; TVOCP 200, 1959 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Station 6WA, Wagin, 1949-1954; Inglewood, WA, 1958-1977) ===''CORNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Cameron Corney|Corney, Kenneth Cameron]] [https://www.familysearch.org/tree/person/details/GDGS-2MB] - 1899(Vic)-1990(Vic) - Licences: V755 Receive Bairnsdale (1922); 3GY Receive Bairnsdale (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: farmer (Gogeldrie, NSW, 1949); grazier (Metung, Vic, 1963-1980) ===''COTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alfred Cotton|Cotton, Arthur Alfred]] [https://www.familysearch.org/tree/person/details/KNH3-P9L] - 1897(SA)-1973(SA) - Licences: XVS Adelaide (Glanville, 1913); 5HY Adelaide (Kilkenny, 1926-1928; Colonel Light Gardens, 1931; Kilburn, 1946-1969) - Qualifications: cc; AOCP 270, 1926, No. ?? in SA - early wireless experimenter; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo WIA SA) - Electoral Rolls: engineer (Semaphore, 1939); clerk (Findon, 1943) * [[/Arthur Tylney Cotton|Cotton, Arthur Tylney]] [https://www.familysearch.org/tree/person/details/L7G8-SGG] - 1884(Tas)-1965(Tas) - Licences: Receive Spring Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Kelvedon, 1914-1963) * [[/Leith Simpson Cotton|Cotton, Leith Simpson]] [https://www.familysearch.org/tree/person/details/GZR2-12K] - 1905(SA)-2001(SA) - Licences: 5LG Adelaide (Burnside, 1932-1933); 5LG Iron Knob (1937-1939); 5LG Adelaide (Clarence Gardens, 1946-1948; Parkholme, 1954-1980+) - Qualifications: cc; AOCP 1023, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: boilermaker (Iron Knob, 1939-1941) ===''COTTRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Morgan Cottrell|Cottrell, Joseph William Morgan]] [https://www.familysearch.org/tree/person/details/9VLW-L1Y] - 1897(NSW)-1950(Vic) - Licences: 2ZF Receive Sydney (Randwick, 1923); 2ZN Sydney (Randwick, 1923-1925; Coogee, 1926-1930; Maroubra Junction, 1931; Dundas, 1933-1939, 1946-1947; Carlingford, 1948-1950); 2ADX Sydney (Dundas/Portable, 1937-1939) - Qualifications: cc; AOCP 367, 1927, No. ?? in NSW; AOLCP 1, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Coogee, 1930); broadcaster (Dundas, 1933-1934); radio operator (Dundas, 1936-1943); technician (Carlingford, 1949) ===''COUCHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Clyde McGregor Couchman|Couchman, Clifford Clyde McGregor "Cliff"]] [https://www.familysearch.org/tree/person/details/GQLS-T4D] - 1907(Qld)-1971(Qld) - Licences: 4KZ Kaimkillenbun (1930-1939); 4KZ Dalby (1946-1969) - Qualifications: cc; 2COCP 151, 1930; COCP 1st Class Marconi School (Halcyon) - amateur operator; amateur broadcaster; military (WW2, Navy, wireless officer); broadcast technician (PMGD, 4QS); business proprietor (electrical & radio, Dalby) - Electoral Rolls: labourer (Kaimkillenbun, 1930-1937); engineer (Dalby, 1943-1963); electrical engineer (Dalby, 1968) ===''COULTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Maxwell Coulter|Coulter, Jack Maxwell]] [https://www.familysearch.org/tree/person/details/GXRW-MXK] - 1912(SA)-1985(???) - Licences: 5MC Adelaide (Glenelg, 1936-1937); 3MV Melbourne (Caulfield, 1938-1939); 5JD Adelaide (Ashford, 1947-1948; Ackland Gardens, 1954-1960); 5JK Adelaide (Edwardstown, 1975-1980+) - Qualifications: cc; AOCP 1712, 1936, SA; 2COCP 812, 1944 - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: civil servant (Caulfield West, Vic, 1937); RAN (Port Melbourne, Vic, 1943) ===''COUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Couper|Couper, Andrew "Andy" Jnr]] [https://www.familysearch.org/tree/person/details/L6R8-R1T] - 1893(Qld)-1958(Qld) - Licences: XQM Mareeba (1914); 4BW Mareeba (1923-1939, 1946-1956) - Qualifications: cc; AOCP 71, 1925, No. 5 in Qld - early wireless experimenter (1914 & likely earlier unlicensed); amateur operator; amateur broadcaster; WW2 - Electoral Rolls: iron moulder (Mareeba, 1913-1932); engineer (Mareeba, 1936-1958) ===''COURT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Court|Court, Charles Percy]] [https://www.familysearch.org/tree/person/details/GX6T-Q5T] - 1904(Qld)-1962(Qld) - Licences: 4CT Receive Brisbane (Rosalie, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Bayswater, Qld, 1925-1936; Kedron, Qld, 1937-1958) * [[/Thomas Palmer Court|Court, Thomas Palmer Jnr]] - 1895(Vic)-1976(NSW) - XNY Melbourne (Malvern, 1913-1914), 3BO Melbourne (Malvern, 1922), 3TC Melbourne (Malvern, 1926-1927), early wireless experimenter (CPRT 211, 1916), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, radio clubs (WIA Vic, secretary, 1919-1920+), employment (radio salesman, 1928; STC, chief design engineer, 1954), IRE Aust (president, 1950-1951), father also named Thomas Palmer Court (1861, Vic - 1944, NSW) ===''COUSENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Light Reynolds Cousens|Cousens, Harold Light Reynolds]] [https://www.familysearch.org/tree/person/details/GDG9-3SK] - 1888(NSW)-1965(NSW) - Licences: N743 Receive Summer Hill (1922); 2HW Receive Summer Hill (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: auctioneer (Tamworth, 1930-1963) ===''COUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Stuart Coutts|Coutts, Edwin Stuart]] [https://www.familysearch.org/tree/person/details/94TB-698] - 1893(Qld)-1947(Qld) - Licences: 4BZ Receive Dalby (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motor mechanic (Dalby, 1919-1937); garage proprietor (Dalby, 1943) ===''COWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Christian Nesbit Cowan|Cowan, Christian Nesbit]] [https://www.familysearch.org/tree/person/details/G8XD-6QW] - 1907(NSW)-1994(NSW) - Licences: 2PZ Aberdare (1930-1980+) - Qualifications: cc; AOCP 613, 1930, No. ?? in NSW; BOCP 486, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: railway employee (Aberdare, 1930-1963; Cessnock, 1968-1980) ===''COX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allan Grafton Cox|Cox, Allan (birth) or Allen (census) Grafton]] [https://www.familysearch.org/tree/person/details/LHWX-5XH] - 1892(NSW)-1978(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 120, 1915; 2COCP 103, 1930; 1COCP 347, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIB Brisbane (1917-1918) - Electoral Rolls: operator (Rockhampton, 1914; Pinkenba, 1916-1921); telegraphist (Toorak, 1921-1922; South Yarra, 1926-1927); O.I.C. (Cooktown, 1925; Thursday Island, 1930); radio officer (Clayfield, 1934); O.I.C. (Townsville, 1936-1937); engineer (Rockbank, 1942); wireless officer (Kangaroo Point, 1943; Hendra, Qld, 1949-1958); radio officer (Hendra, 1963-1977) * [[/Erle Harold Cox|Cox, Erle Harold "Harold"]] [https://www.familysearch.org/tree/person/details/LB8Z-RG2] - 1903(Tas)-1989(ACT) - Licences: 3BD Receive Melbourne (Elsternwick, 1922); 3BD Melbourne (Elsternwick, 1922-1927; St Kilda, 1931-1933); 2EP Canberra (Forrest, 1934-1935); 2GU Canberra (Red Hill, 1946-1955); 1GU Canberra (Red Hill, 1956-1965; Mawson, 1969-1980+) - Qualifications: cc; AOCP 245, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; journalist, president Press Gallery, Parliament House 1953 - Awards: O.B.E. for contribution to journalism in Australia 1953 - Relationships: son of Erle Cox, science fiction author [https://adb.anu.edu.au/biography/cox-erle-5799] - Electoral Rolls: journalist (Caulfield, 1931; Gardiner, 1936; Forrest, 1937; Red Hill, 1943-1968; Mawson, 1972-1980) * [[/Harold Edward Cox|Cox, Harold Edward or Harold]] [https://www.familysearch.org/tree/person/details/G8GQ-2RT] - 1892(Eng)-1975(Qld) - Licences: 6HE Geraldton (1927) - Qualifications: cc; CPRT 17, 1914; 1COCP 35, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIO Broome (1917-1918) - Electoral Rolls: wireless operator (Broome, WA, 1916-1917; Geraldton, WA, 1922-1930); broadcast manager (Townsville, Qld, 1931-1937); manager (4WK, Warwick, Qld, 1943); representative (Coorparoo, Qld, 1943); wireless representative (Coorparoo, Qld, 1949-1972) ===''COXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Wooton Coxon|Coxon, Robert Wooton]] [https://www.familysearch.org/tree/person/details/GZZ2-HVL] - 1905(WA)-19??(???) - Licences: 6RW Northam (1924-1927) - Qualifications: cc; AOCP 30, 1924, No. ?? in WA - amateur operator; amateur broadcaster; mining engineer, NT Gov (Director of Mines, 1947); WW2 - Relationships: no apparent relation with 6AG Wally Coxon - Electoral Rolls: engineer (Cheltenham, SA, 1943); civil servant (Alice Springs, 1949-1954) * [[/Walter Ernest Stanley Coxon|Coxon, Walter Ernest Stanley "Wally"]] [https://www.familysearch.org/tree/person/details/GCY8-JBS] - 1891(NSW)-1968(WA) - Licences: XYK Perth (Maylands, 1913); 6AG Perth (North Perth, 1924; Inglewood, 1925-1931; Mt Lawley, 1933-1939; Bayswater, 1946-1947; Darlington, 1948-1960; Claremont, 1965) - Qualifications: cc; AOCP 124, 1925, No. ?? in WA - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (6WF) - Relationships: no apparent relation with 6RW Robert Wooton Coxon - Electoral Rolls: fitter (Maylands, 1914); engineer (Maylands, 1925-1937); radio engineer (East Perth, 1943; Darlington, 1949-1958); retired (Claremont, 1963-1968) - Links: [http://messui.polygonal-moogle.com/valves/NW199311.pdf EA0] [http://messui.polygonal-moogle.com/valves/NW199404.pdf] [http://messui.polygonal-moogle.com/valves/NW199405.pdf EA2] ===''COZINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Cozins|Cozins, Charles Frederick]] [https://www.familysearch.org/tree/person/details/GF78-6FW] - 1908(WA)-2001(WA) - Licences: 6AC Perth (City, 1931-1933); 6AD Perth (Canning Bridge, 1947-1948) - Qualifications: cc; AOCP 742, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (North Perth, WA, 1931); radio mechanic (Corrogin, WA, 1936); marine collector (Kalgoorlie, WA, 1943); cook (West Perth, WA, 1949); storekeeper (Kalgoorlie, WA, 1949-1954); clerical assistant (South Perth, WA, 1958); clerk (Rivervale, WA, 1963-1972); retired (Kewdale, WA, 1977-1980) ===''CRAIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith William Craig|Craig, Keith William]] [https://www.familysearch.org/tree/person/details/GDNB-7FD] - 1921(NSW)-1999(NSW) - Licences: 2AJV Newcastle (Stockton, 1938-1939); 2EP Newcastle (New Lambton, 1948-1969) - Qualifications: cc; AOCP 2102, 1938, NSW - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Stockton, 1943); fitter (Lambton, 1949; New Lambton, 1958-1980) * [[/Walter Archibald Craig|Craig, Walter Archibald]] [https://www.familysearch.org/tree/person/details/GZ2F-7X4] - 1907(NSW)-1956(NSW) - Licences: 2XI Receive Sydney (Croydon, 1923); 2XI Sydney (Croydon, 1924-1939) - Qualifications: cc; AOCP 220, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Croydon, 1930-1954) ===''CRAMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warne Hutton Cramond|Cramond, Warne Hutton]] [https://www.familysearch.org/tree/person/details/9XQB-N2G] - 1898(NSW)-1951(NSW) - Licences: 2KJ Sydney (Lane Cove, 1928-1939, 1946-1950) - Qualifications: AOCP 397, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lane Cove, 1930-1949) ===''CRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Rae Cran|Cran, Morris Rae]] [https://www.familysearch.org/tree/person/details/G879-B1J] - 1901(Qld)-1959(NSW) - Licences: 4KX Brisbane (West End, 1930-1939); 2MR Sydney (Rockdale, 1946-1947; Randwick, 1954-1955) - Qualifications: cc; AOCP 570, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Electoral Rolls: clerk (West End, 1925-1937); accountant (Bondi, 1943); company secretary (Ranswick, 1954; Coogee, 1958) ===''CRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Layman William Victor Cranch|Cranch, Layman William Victor "Lay"]] - 1910(Qld)-1993(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio engineer, journalist (editor, Australian Radio and Electronics, 1951), business (manager, Kingsley) ===''CRAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Russell Bruce Cameron Craw|Craw, Russell Bruce Cameron "Bruce"]] [https://www.familysearch.org/tree/person/details/KF2Q-54Y] - 1901(Tas)-1934(Vic) - Licences: 7BC Burnie (1930-1933); 3BC Melbourne (1933-1934) - Qualifications: cc; AOCP 671, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Comment: passed too soon - Electoral Rolls: salesman (Burnie, 1922; North Melbourne, 1924; Burnie, 1928); sales (Middle Park, Vic, 1935) ===''CRAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Thomas Crawford|Crawford, Cedric Thomas]] [https://www.familysearch.org/tree/person/details/GD2P-42L] - 1905(NSW)-1977(NSW) - Licences: 2YC Sydney (Burwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Burwood, 1930-1933); engineer (Captain's Flat, 1937-1943); mechanical engineer (Broken Hill South, 1954-1963); engineer (St Ives, 1968-1972) * [[/John Murray Crawford|Crawford, John Murray]] - 19??(???)-19??(???) - senior federal public servant (chief engineer PMGD, involved establishment of first ABC stations), don't confuse with William Tamillas Stephen Crawford * [[/William Tamillas Stephen Crawford|Crawford, William Tamillas Stephen "Bill", "W.T.S.C."]] [https://www.familysearch.org/tree/person/details/G738-35N] - 1880(Vic)-1962(NSW) - state public servant (P&TD, Tas); senior federal public servant (PMGD, radio inspector); RANRS (commissioned telegraphist, 1917) - Comment: don't confuse with John Murray Crawford ===''CREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Creamer|Creamer, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7XK-965] - 1903(NSW)-1973(NSW) - Licences: 2UR Sydney (Glebe Point, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Orange, 1930-1932); electrical engineer (Brewarrina, 1933; Henty, 1934-1935; Grose Vale, 1937; Richmond, 1943-1968) ===''CREDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter John Credlin|Credlin, Peter John]] [https://www.familysearch.org/tree/person/details/GDSB-SH8] - 1938(Vic)-1984(NSW) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) - Comment: Gone too soon - Electoral Rolls: clerk (Camberwell, 1954); engineer (Malvern, 1963; Lower Templestowe, 1967-1980) ===''CRESSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Gillespie Cresswell|Cresswell, Frank Gillespie]] [https://www.familysearch.org/tree/person/details/LR45-Q56] - 1880(Vic)-1963(Vic) - Licences: 3GI Melbourne (East Kew, 1924-1925; Camberwell, 1926-1927); Qualifications: cc; Nil yet identified - federal public service (PMGD); military (Commonwealth Naval Militia, engineer sublieutenant); RANRS (Radio Commander, terminated Nov 1920) - not to be confused with William Rooke '''Creswell''' - Electoral Rolls: instrument fitter (Camberwell, 1903-1906); Engineer-Lieutenant RAN (Prahran, 1912); naval officer (St Kilda, 1914); lieutenant RAN (Hawthorn, 1915-1919); RAN (Kew, 1922-1924); commandant RAN (Frankston, 1928-1934); naval officer (Olivers Hill, 1936-1937); electrical engineer (Armadale, 1943); retired (Somers, 1949; Mt Eliza, 1954; Frankston, 1963) * [[/Harry Leslie Cresswell|Cresswell, Harry Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9456-49G] - 1917(Qld)-1942(Qld) - Licences: 4DL Brisbane (Coorparoo, Qld, 1938-1939) - Qualifications: cc; Nil yet identified, likely RAN - amateur operator; amateur broadcaster; WW2 (RAN, Petty Officer Telegraphist, KIA, HMAS Yarra) - Electoral Rolls: Nil yet identified - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10293831 AWM] [https://www.awm.gov.au/collection/R1690529 Roll of Honour] ===''CRESWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rooke Creswell|Creswell, William Rooke]] [https://www.familysearch.org/tree/person/details/9N4L-WRS] - 1852(Gibraltar)-1933(Vic) - early wireless experimenter (Lytton, Moreton Island), military (RAN; Qld Maritime Defence Force, commandant; Commonwealth Naval Forces, commandant) - Generally considered the father of the RAN, not to be confused with Frank Gillespie '''Cresswell''' - Electoral Rolls: naval commandant (South Brisbane, 1903-1905); director (Toorak, 1909-1919) - Links: [[w:William Rooke Creswell|Wikipedia]]; [https://adb.anu.edu.au/biography/creswell-sir-william-rooke-5817 ADB] [https://www.navy.gov.au/biography/vice-admiral-sir-william-rooke-creswell RAN] ===''CRIBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dunmore Foote Cribb|Cribb, Dunmore Foote]] [https://www.familysearch.org/tree/person/details/LCPP-YQH] - 1899(Qld)-1946(Qld) - Licences: 4DC Brisbane (Indooroopilly, 1925-1927) - Qualifications: cc; AOCP 134, 1925, No. 15 in Qld - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant) - Electoral Rolls: teacher (Indooroopilly, 1921-1943) ===''CRICHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Robert Crichton|Crichton, Stanley Robert]] [https://www.familysearch.org/tree/person/details/LK76-MZH] - 1893(NZ)-1967(NSW) - Licences: 2KH East Maitland (1929-1935); 9OU Port Moresby (1947-1948) - Qualifications: AOCP 542, 1929, No. ?? in NSW; AOLCP 100, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: telephone mechanic (East Maitland, 1930-1935); wireless operator (Maclean, 1936); Radio 2NR (Lawrence, 1937); wireless operator (Ashfield, 1949); PMG technician (Ashfield, 1954-1963) ===''CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cridge, Wilfred Edgar Launder - See Wilfred Edgar Launder-Cridge ===''CRISP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Charles Crisp|Crisp, Henry Charles "Harry"]] [https://www.familysearch.org/tree/person/details/G8XD-5T2] - 1909(NSW)-1996(???) - Licences: 2LX Sydney (Undercliffe, 1930; Hurstville, 1931-1933; Cronulla, 1934-1939, 1946); 2LX Ettalong (1947-1955); 2LX Woy Woy (1956-1961); 2LX Urunga (1965); 2LX Sydney (Cronulla, 1969; Gorokan, 1975-1980+) - Qualifications: AOCP 614, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: "Henry Charles" carrier (Undercliffe, 1930; Hurstville, 1931-1933); radio dealer (Cronulla, 1934-1937); "Harry Charles" examiner (Bondi, 1943); "Henery Charles" no occupation (Ettalong, 1949); "Henry Charles" radio dealer (Ettalong, 1954-1963); "Harry Charles" motel proprietor (Urunga, 1968); manager (Sans Souci, 1972); retired (Cronulla, 1972); "Henery Charles" retired (Gorokan, 1977-1980) ===''CROCKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Edward Crocker|Crocker, Claude Edward]] [https://www.familysearch.org/tree/person/details/L8R6-RZW] - 1875(USA)-1929(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: engineer (West Perth, 1922-1925) * [[/Edward Baker Crocker|Crocker, Edward Baker]] [https://www.familysearch.org/tree/person/details/MYHX-65B] - 1867(Wales)-1955(NSW) - Licences: 2BB Receive Sydney (Marrickville, 1922); 2BB Sydney (Marrickville, 1922-1930) - Qualifications: cc; AOCP 95, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: provision merchant (Marrickville, 1933-1937); retired (Marrickville, 1943-1949); no occupation (Earlwood, 1949-1954) ===''CROME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Keith Crome|Crome, Harry Keith]] [https://www.familysearch.org/tree/person/details/LZTL-HF9] - 1908(Tas)-1975(Tas) - Licences: Receive (Crystal) Hobart (New Town, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: painter (Hobart North, 1936-1954); linotype operator Melbourne (Alphington, 1963-1972) ===''CROMIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Thomas Cromie|Cromie, Charles Thomas]] [https://www.familysearch.org/tree/person/details/G6Z4-73H] - 1883(Vic)-1952(Vic) - Licences: Receive (Valve) Melbourne (Caulfield, 1923) - Qualifications: cc; Nil yet identified - manager (Oliver J. Nilsen & Co, 1927); witness to Royal Commission 1927 (obo 3UZ) - Electoral Rolls: draper (Maffra, 1903; Korumburra, 1905; East Melbourne, 1909; Maffra, 1912); engineer (East Melbourne, 1914); electrical engineer (Malvern, 1915-1917); engineer (Elsternwick, 1919; Caulfield, 1924-1927); electrical engineer (Melbourne East, 1928; Caulfield, 1931); engineer (Caulfield, 1934); director (Armadale, 1936-1949) ===''CROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Leonard Crooks|Crooks, James Alexander Leonard "Len"]] [https://www.familysearch.org/tree/person/details/LK93-6HV] - 1890(Tas)-1973(Tas) - Licences: Receive Launceston (1923-1925); 7BQ Launceston (1925-1969+) - Qualifications: cc; AOCP 61, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; honorary radio inspector (PMG) - Relationships: father of 3AAC John Peter Crooks - Electoral Rolls: clerk (Trevallyn, 1914; Launceston, 1919-1968); no occupation (Low Head, 1972) * [[/John Peter Crooks|Crooks, John Peter]] [https://www.familysearch.org/tree/person/details/LRZL-Z2J] - 1921(Tas)-2013(Vic) - Licences: 3AAC Colac (1960); 3AAC Bulleen (1965-1969) - Qualifications: AOCP 2107, 1938, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: son of 7BQ James Alexander Leonard "Len" Crooks - Electoral Rolls: civil servant (Elsternwick, 1949); engineer (East Geelong, 1954; Bulleen, 1963-1977) ===''CROPLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cropley|Cropley, Eric William]] [https://www.familysearch.org/tree/person/details/GDLL-YVK] - 1893(NSW)-1935(NSW) - Licences: N735 Receive Sydney (Homebush, 1922); 2HT Receive Sydney (Homebush, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of Mervyn Eric Cropley - Electoral Rolls: warehouseman (Homebush, 1930-1933) * [[/Mervyn Eric Cropley|Cropley, Mervyn Eric]] [https://www.familysearch.org/tree/person/details/GDLG-MYS] - 1920(NSW)-1951(Aus) - Licences: cc; Nil yet identified - Qualifications: cc; 2COCP 403, 1941 - amateur operator; amateur broadcaster - Relationships: son of 2HT Eric William Cropley - Electoral Rolls: radio officer (Homebush, 1943); salesman (Blaxland, 1949) ===''CROUCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Casimir Crouch|Crouch, Ernest Casimir "Ern"]] - 1908(???)-1989(NSW) - 2QJ Receive Sydney (Mosman, 1923), 2EC Sydney (Mosman, 1924-1939), 2EC Orange (1946-1980), amateur operator (AOCP 16, 1924, No. 6 in NSW), amateur broadcaster; engineer; Mosman Radio Laboratories 1927 (proprietor?) ===''CROWDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Crowder, Joyce Isabel see Batchler nee Crowder, Joyce Isabel ===''CULLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Norman Seth Culliver|Culliver, Francis Norman Seth "Norman"]] [https://www.familysearch.org/tree/person/details/G82T-SWD] - 1891(Vic)-1962(Vic) - Licences: 3DP Receive Melbourne (East Melbourne, 1922); 3DP Melbourne (East Melbourne, 1923-1925; Hawthorn, 1925-1927); 3UG Melbourne (Rye, 1948-1956); 3UG Queenscliff (1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of Keith Norman Culliver & Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1931-1954) * [[/Ian Douglas Culliver|Culliver, Ian Douglas "Sam"]] [https://www.familysearch.org/tree/person/details/G82T-WDM] - 1916?(Vic)-2002(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 655, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Keith Norman Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) * [[/Keith Norman Culliver|Culliver, Keith Norman]] [https://www.familysearch.org/tree/person/details/G82T-753] - 1914(Vic)-1998(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 656, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) ===''CUMMING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Humberstone Cumming|Cumming, William Humberstone]] [https://www.familysearch.org/tree/person/details/GSLF-9FS] - 1903(Vic)-1956(Vic) - Licences: 3BK Melbourne (Armadale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Notting Hill, 1931); engineer (Cheltenham, 1931); contractor (Malvern, 1936-1949); engineer (Malvern, 1954) ===''CUMMINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Cummings|Cummings, Bruce]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 1928, No. ?? in Qld), amateur broadcaster ===''CUMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Vincent Cummins|Cummins, Reginald Vincent]] [https://www.familysearch.org/tree/person/details/GXCK-FLN] - 1911(Qld)-1957(Qld) - Licences: 4VC Brisbane (Newmarket, 1937-1939) - Qualifications: cc; AOCP 1939, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (East Ipswich, Qld, 1934-1937); public servant (Newmarket, Qld, 1943-1954) ===''CUNLIFFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James August Cunliffe|Cunliffe, James August]] [https://www.familysearch.org/tree/person/details/G7KX-DQW] - 1904(Vic)-1984(Vic) - Licences: 3ZO Melbourne (Croxton, 1930-1931; Preston, 1933-1939, 1946-1947); 3AZO Melbourne (North Fitzroy, 1954; East Preston, 1955-1980+) - Qualifications: AOCP 597, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: cabinet maker (Preston, 1927); electrician (Preston East, 1931-1942); cabinet maker (Preston East, 1949); carpenter (Preston East, 1963-1980) ===''CUNNINGHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hugh Cunningham|Cunningham, Robert Hugh]] [https://www.familysearch.org/tree/person/details/G845-Z7M] - 1909(Vic)-1989(Vic) - Licences: 3ML Melbourne (Malvern, 1928-1937; Hawthorn, 1938-1939; Frankston, 1946-1947; Malvern, 1948-1980+) - Qualifications: AOCP 463, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Malvern, 1931; Gardiner, 1936-1937); RAAF (Frankston, 1949); manager (Malvern, 1949-1954); director (Malvern, 1963-1980) - R. H. Cunningham, electronics retailer? ===''CUREDALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Curedale|Curedale, Albert John]] [https://www.familysearch.org/tree/person/details/GFQ6-S41] - 1914(Aus)-1986(WA) - Licences: 6AE Perth (City, 1934-1939) - Qualifications: cc; AOCP 1385, 1934, WA - amateur operator; amateur broadcaster - Electoral Rolls: presser (North Perth, WA, 1943-1949; West Perth, WA, 1954; Leederville, WA, 1958-1972) * [[/Robert Gordon Curedale|Curedale, Robert Gordon]] - 1906(WA)-1981(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 837, 1924; 2COCP 369, 1931; 1COCP 141, 1937 - - Electoral Rolls: radio operator (Magnetic Observatory, Watheroo, WA, 1931); wireless operator (West Perth, WA, 1936-1937); radio technician (Croydon, NSW, 1943); farming (Watheroo, WA, 1949); geophysicist (Ascot Vale, Vic, 1954; Bentleigh, Vic, 1963; Yokine, WA, 1968); retired (North Beach, WA, 1972; Maylands, WA, 1977-1980) ===''CURETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Poyner Cureton|Cureton, John Poyner "Jack"]] [https://www.familysearch.org/tree/person/details/L29Y-H1R] - 1905(NSW)-1958(NSW) - Licences: 2AY Receive Sydney (Burwood, 1922); 2AY Sydney (Burwood, 1923-1930); 2AU Sydney (Burwood, 1930-1933; Gordon, 1933-1934; Burwood, 1935-1939, 1946-1950); 2AU Little Hartley (1954-1958) - Qualifications: cc; AOCP 168, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Withdrawal: 2AY callsign withdrawn by PMGD in 1930 and reallocated to new commercial 2AY Albury - Electoral Rolls: secretary (Burwood, 1930; Parkes, 1936); engineer (Burwood, 1943); grazier (Little Hartley, 1958) ===''CURLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Clarence Curle|Curle, George Clarence]] [https://www.familysearch.org/tree/person/details/GZ25-DZZ] - 1914(NSW)-1941(Egypt) - licences: 2AJB Sydney (Chullora, 1937-1939) - qualifications: AOCP 1813, 1937, No. ?? in NSW; BOCP 310, 1940 - amateur operator, amateur broadcaster, broadcast engineer (2BL), WW2 - electoral rolls: Nil - "Greater love hath no man than this" ===''CURNOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Ross Curnow|Curnow, Geoffrey Ross]] - 19??(???)-19??(???) - historian (wireless & broadcasting), "The history of the development of wireless telegraphy and broadcasting in Australia to 1942, with especial reference to the Australian Broadcasting Commission : a political and administrative study" ===''CURRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Benjamin John Currie|Currie, Francis Benjamin John]] [https://www.familysearch.org/tree/person/details/G8QY-8JP] - 1903(SA)-1974(SA) - Licences: None yet found - Qualifications: AOCP 395, 1928, No. ?? in SA - amateur operator? - Electoral Rolls: checker (Albert Park, Vic, 1936); storeman (Semaphore, 1939; Queensbury, 1941) * [[/James Lawrence Currie|Currie, James Lawrence "Len"]] [https://www.familysearch.org/tree/person/details/GXCK-9GW] - 1905(Qld)-1960(Qld) - Licences: 4LC Bundaberg (1936-1937); 4LC Proserpine (1938-1939); 4LC St George (1946-1956); 4LC Brisbane (Dutton Park, 1960) - Qualifications: cc; AOCP 1631, 1936, Qld - amateur operator; amateur broadcaster; power station engineer - Electoral Rolls: electrician (New Farm, Qld, 1929; Bundaberg, Qld, 1931-1937); electrical engineer (Blackhall, Qld, 1943; St George, Qld, 1949-1954); engineer (Caboolture, Qld, 1958) ===''CURTIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. F. Curtis|Curtis, R. F.]] - 19??(???)-19??(???) - Licences: 3AI Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''CUSACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Chanel Cusack|Cusack, Leo Chanel]] [https://www.familysearch.org/tree/person/details/G6YN-49P] - 1897(NSW)-1967(Qld) - Licences: 4LC Port Moresby (1925-1926) - Qualifications: cc; CPRT 229, 1916; 1COCP 319, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIT Townsville (1917-1918) - Electoral Rolls: radio operator (Maroubra, 1930); radio telegraphist (Townsville, 1931-1936; Maroubra, 1943); wireless operator (Maroubra, 1949); radio operator (Darwin, 1949-1954); wireless operator (Maroubra, 1958-1963); retired (Bardon, Qld, 1963) * [[/Sidney Claude Cusack|Cusack, Sidney or Sydney Claude or Claud]] [https://www.familysearch.org/tree/person/details/GW42-D16] - 1885(Eng)-1973(Canada) - Licences: 5CK Adelaide (Dulwich, 1924-1926) - Qualifications: cc; CPRT 5, 1914 (No. 5 in Aus and Vic, Commonwealth system) - RANRS (CPO to Warrant Telegraphist, 1917); WW1 - Electoral Rolls: operator (Clayfield, Qld, 1916) ===''CUSHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Thomas Cushen|Cushen, Arthur Thomas]] [https://www.familysearch.org/tree/person/details/GXQL-FP3] - 1920(NZ)-1997(NZ) - prominent MW and SW broadcast listener 1930s to 1990s; DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club, DX Australia) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen/ Autobiography]; [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tributes] ===''CUSITER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert William Macgregor Cusiter|Cusiter, Robert William Macgregor "Mac"]] [https://www.familysearch.org/tree/person/details/M6H8-73C] - 1908(NSW)-1970(???) - 2RW Sydney (Lewisham, 1925-1926; Turramurra, 1927-1929; Pymble, 1930; Lewisham, 1931-1939, 1946-1955; Hornsby, 1956-1969), amateur operator (AOCP 203, 1925, No. ?? in NSW), amateur broadcaster, engineer (Pymble, 1930; Lewisham, 1930-1949; Hornsby, 1958-1968), AWA, PMGD, WW2 (worked on defence electronics) ===''CUTHBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Cuthbert|Cuthbert, Henry]] - 1829(Irl)-1907(Vic) - Postmaster-General Victoria (Jul 1877-Jul 1878; Mar 1880-Aug 1880) ===''CUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Gregory Maxwell Cutts|Cutts, Gregory Maxwell "Maxwell"]] [https://www.familysearch.org/tree/person/details/GQBR-22Q] - 1903(NSW)-1986(NSW) - Licences: Receive (Crystal) Sydney (Croydon, 1923); 2GM Sydney (Croydon, 1924-1927) - Qualifications: cc; AOCP 17, 1924, No. 7 in NSW - amateur operator; amateur broadcaster; radio business proprietor (2ML, Mosman Radio Service) - Electoral Rolls: radio engineer (Mosman, 1930-1937; Abbotsford, 1949); sales manager (North Ryde, 1954-1963); manager (Cheltenham, 1972-1980) =='''D'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''DAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Luja Dahl|Dahl, Norman Luja]] [https://www.familysearch.org/tree/person/details/L433-MY6] - 1888(NZ)-1938(Qld) - Licences: 2ND Sydney (Wahroonga, 1933-1937); 4ND Ayr (1937-1939) - Qualifications: cc; AOCP 1079, 1933, NSW; AOLCP 249, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: consulting engineer (Wahroonga, NSW, 1930-1935); teacher (Wahroonga, NSW, 1937); company director (Ayr, Qld, 1936-1937) * [[/Oscar Sydney Dahl|Dahl, Oscar Sydney "Syd"]] [https://www.familysearch.org/tree/person/details/LLWV-S5D] - 1904(NZ)-1982(Qld) - Licences: 4KA Ayr (1933-1935); 7KA Hobart (1947); 4KA Ayr (1948); 9KA Lae (1969); 4VT Innisfail (1975) - Qualifications: cc; AOCP 1151, 1933, No. ? in Qld - amateur operator; amateur broadcaster; WW2; surveyor - Electoral Rolls: chainman (Arapuni, NZ, 1928-1931); tramline engineer (Ayr, Qld, 1931-1936); engineer (Gordonvale, Qld, 1937); civil engineer (Fitzgerald, Tas, 1943; Ayr, Qld, 1949-1958); surveyor (Innisfail, Qld, 1963-1980) ===''DALBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dalby|Dalby, John]] - 19??(???)-19??(???) - Licences: 5BI Adelaide (SA School of Mines, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Directories: lecturer (School of Mines, Adelaide, 1922-1934) - Electoral Rolls: Nil yet identified ===''DALTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Martin Dalton|Dalton, Robert Martin]] [https://www.familysearch.org/tree/person/details/GZJQ-SH3] - 1897(Vic)-1949(Vic) - Licences: XLB Melbourne (Auburn, 1913); 3UI Mildura (1923-1925); 3UI Melbourne (Balaclava, 1925-1926; Caulfield, 1927; Camberwell, 1931-1933); 3UN Melbourne (Camberwell, 1948) - Qualifications: cc; AOCP 158, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: fruitgrower (Mildura, 1919-1924); radio engineer (Hawthorn, 1926-1927); clerk (Camberwell, 1928); sales (Camberwell, 1931-1949) ===''DANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Dane|Dane, John Edward]] [https://www.familysearch.org/tree/person/details/LYF7-5RS] - 1868(Eng)-1928(Vic) - Licences: Receive (Valve) Melbourne (Hawthorn, 1923); 3JD Melbourne (Hawthorn, 1924-1927) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: commercial traveller (Hawthorn, 1908-1909); merchant (Auburn, 1912-1927) ===''DANGERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Henry Dangerfield|Dangerfield, Joseph Henry "Harry"]] [https://www.familysearch.org/tree/person/details/G9HR-22D] - 1911(Eng)-1997(Qld) - Licences: 4NF Townsville (1936-1939) - Qualifications: cc; AOCP 1686, 1936, Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (radio electrical salesman) - Relationships: brother of 4NL Norman Gerard Dangerfield - Electoral Rolls: radio mechanic (Townsville, Qld, 1937-1954); mechanic (Townsville, Qld, 1958-1977); retired (Airlie Beach, Qld, 1977-1980) * [[/Norman Gerard Dangerfield|Dangerfield, Norman Gerard]] [https://www.familysearch.org/tree/person/details/G9HR-5FD] - 1918(Qld)-1997(Qld) - Licences: 4NL Ayr (1936-1939); 4ND Ayr (1956-1965); 4ND Brisbane (Sherwood, 1969-1975) - Qualifications: cc; AOCP 1687, 1936, Qld; BOCP 1062, 1949 - amateur operator; amateur broadcaster; employment (Elphinstones); broadcast technician (4AY, ABC Townsville); business proprietor (radio) - Halcyon: AOCP at 16yo - Relationships: brother of 4NF Joseph Henry Dangerfield - Electoral Rolls: aircraft fitter (Coorparoo, Qld, 1943); bank officer (Ayr, Qld, 1949); radio technician (Ayr, Qld, 1954; Home Hill, Qld, 1958); clerk (Sherwood, Qld, 1968-1980) ===''DANIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Septimus Daniel|Daniel, Louis Septimus]] - 1834(Eng)-1909(Vic) - experimented with etheric force in mid 1870s, radio clubs (Telegraph Electrical Society of Victoria, member), employment (Vic Post & Telegraphs, concluding acting Secretary, 1897), linguist ===''DARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Darley|Darley, Ernest John]] [https://www.familysearch.org/tree/person/details/G4BX-9ZK] - 1898(WA)-1968(WA) - Licences: 6CJ Perth (South Perth, 1923-1930) - Qualifications: cc; CPRT 243, 1916; 2COCP 835, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: motor importer (South Perth, 1925-1936); importer (Rockingham, 1943); technician (South Perth, 1954-1963) ===''DAVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Barrett Davey|Davey, Harold Barrett]] [https://www.familysearch.org/tree/person/details/GDYY-FN4] - 1898(Tas)-1948(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: dental mechanic (Launceston, 1922); electrician (Launceston, 1936-1937); electrical engineer (Launceston, 1943) * [[/John Alfred Davey|Davey, John Alfred]] [https://www.familysearch.org/tree/person/details/GZ6X-FSF] - 1913(SA)-1992(Qld) - 2YE Sydney (Glebe Point, 1935-1938; Ashfield, 1939; Homebush, 1946-1975), amateur operator (1COCP 19, 1934; 3COCP 1029, 1952), amateur broadcaster, radio engineer * [[/John Anderton Davey|Davey, John Anderton]] [https://www.familysearch.org/tree/person/details/GZ6F-3ZH] - 1909(Vic)-1973(Vic) - Receive Melbourne (Brighton, 1923), 3AD Melbourne (Brighton, 1925-1926; Elsternwick, 1927), amateur operator (AOCP 66, 1925, No. ?? in Vic), amateur broadcaster, manufacturer's agent * [[/Ralph William Davey|Davey, Ralph William]] [https://www.familysearch.org/tree/person/details/GXGN-W9X] - 1916(SA)-1999(Vic) - Licences: 5KD Adelaide (North Croydon, 1935-1939; Mile End, 1947; Blanchetown, 1948); 5DY Portable Adelaide (North Croydon, 1938) - Qualifications: cc; AOCP 1481, 1935, SA; 1COCP 515, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: constable (Ridleyton North, SA, 1939; Whyalla, SA, 1941-1948); RAAF (Guildford, WA, 1958; Beaumaris, Vic, 1972-1980) ===''DAVIDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. R. Davidson|Davidson, E. R.]] - 19??(???)-19??(???) - Licences: 4FP Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''DAVIES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Tempest Davies|Davies, Henry Tempest]] [https://www.familysearch.org/tree/person/details/G889-FX9] - 1900(WA)-1987(WA) - Licences: 6HD Perth (Highgate Hill, 1929-1939) - Qualifications: cc; AOCP 563, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Balkatta, 1921); police officer (Mundijong, 1943); sergeant (Victoria Park, 1949-1958; Lathlain Park, 1963-1977; Victoria Park, 1980) * [[/Reginald Raymond Clifford Davies|Davies, Reginald Raymond Clifford]] [https://www.familysearch.org/tree/person/details/GXGM-73Y] - 1915(SA)-1988(WA) - Licences: 5LJ Adelaide (Goodwood Park, 1933-1939; Plympton, 1947-1948); 3AY Melbourne (Prahran, 1954-1960; Heathmont, 1965-1969); 6BQ Perth (Bickley, 1975); 6BQ Denmark (1980) - Qualifications: cc; AOCP 1138, 1933, SA; BOCP 121, 1937; 1COCP 534, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: metal worker (Goodwood Park, SA, 1939); radio engineer (5RM Berri, SA, 1941); mechanic (Plympton, SA, 1941-1943); public servant (Prahran, Vic, 1954); retired (Bickley, WA, 1972-1977) ===''DAVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Hargan Davis|Davis, Henry Hargan or Hargon]] [https://www.familysearch.org/tree/person/details/LT6C-6MB] - 1908(NSW)-1992(SA) - Licences: Receive (Crystal) Sydney (Strathfield, 1923-1924); 2HH Sydney (Strathfield, 1926-1934) - Qualifications: cc; AOCP 289, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Strathfield, 1930-1936); engineer (Strathfield, 1943) - Professor Henry Hargan Davis, BSc, BE (Syd), PhD (Camb), 1946-1973 (Emeritus Professor 1974) [https://docplayer.net/82920769-Engineering-education-the-university-of-adelaide.html] * [[/Ross Raleigh Davis|Davis, Ross Raleigh "Jack"]] [https://www.familysearch.org/tree/person/details/GZ54-9Q4] - 1907(Vic)-1986(NSW) - Licences: 2DS Receive Sydney (Vaucluse, 1920-1922); 2DS Sydney (Vaucluse, 1923-1929; Double Bay, 1930-1933; Rose Bay, 1933-1938; Bellevue Hill, 1938-1939) - Qualifications: cc; AOCP 249, 1926, No. ?? in NSW; CPRTelephony 934, 1926 - amateur operator; amateur broadcaster - Comment: accompanied 2CM on the SS Tahiti; education (Sydney Technical College, Electrical Engineering Degree); employment (AWA, engineer, 1925-1973) - Electoral Rolls: engineer (Double Bay, 1930; Rose Bay, 1933-1937; Bellevue Hill, 1943-1958; Rose Bay, 1958-1980) ===''DAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dawson|Dawson, Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 559, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: stovemaker (Hurlstone Park, 1930); storeman (Marrickville, 1931) - Not yet fully identified * [[/Richard Stanley Dawson|Dawson, Richard Stanley]] [https://www.familysearch.org/tree/person/details/GD52-2NQ] - 1897(Vic)-1983(NSW) - Licences: XZP Hobart (1913-1914); 3DA Melbourne (South Yarra, 1927) - Qualifications: cc; CPRT 282, 1917 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: student (Toorak, 1919); electrical engineer (Melbourne, 1921-1924; Toorak, 1925-1926; South Yarra, 1927-1928); engineer (Artarmon, NSW, 1930; Mosman, 1931-1972; Roseville, NSW, 1977) ===''DEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Launston Alexander Deane|Deane, Launston Alexander]] [https://www.familysearch.org/tree/person/details/GX2G-182] - 1909(SA)-1988(SA) - Licences: 5LD Adelaide (Tusmore, 1933; Hazelwood Park, 1937-1939; Royston Park, 1947-1955; Hazelwood Park, 1956-1965; St Georges, 1969-1975) - Qualifications: cc; AOCP 1090, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Burnside, SA, 1939-1943) * [[/Raymond Kyrle Deane|Deane, Raymond Kyrle]] [https://www.familysearch.org/tree/person/details/GX2P-HB1] - 1917(SA)-2010(SA)93yo - Licences: 5RK Adelaide (Fullarton, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1728, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: warehouseman (Fullarton, SA, 1939-1941); clerk (Fullarton, SA, 1943) ===''DE BAVAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Jean Xavier de Bavay|de Bavay, Francis Jean or John Xavier ]] [https://www.familysearch.org/tree/person/details/GXFJ-D1R] - 1887(Vic)-1955(Tas) - Licences: 4FO Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: analytical chemist (Kew, Vic, 1909); brewer (West Perth, WA, 1916); chemist (Cannon Hill, Qld, 1919-1921); manager (New Farm, Qld, 1925); master brewer (Cascades, Tas, 1928-1936); manager (Hobart South, Tas, 1943-1954) ===''DE CRESPIGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Champion de Crespigny|de Crespigny, Philip Champion]] [https://www.familysearch.org/tree/person/details/KCJG-QN9] - 1879(Vic)-1918(Palestine) - Licences: XPU Melbourne (Brighton, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Relationships: half brother of 3FM Royalieu Dana Champion de Crespigny - Sacrifice: "Greater love hath no man than this" * [[/Royalieu Dana Champion de Crespigny|de Crespigny, Royalieu Dana Champion]] [https://www.familysearch.org/tree/person/details/KH7P-7SD] - 1905(Vic)-1985(Vic) - Licences: 3FM Melbourne (Brighton, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Elmhurst, 1936-1949); farmer (Cobden, 1954; South Ecklin, 1963-1980) - Relationships: half brother of XPU Philip Champion de Crespigny ===''DE CURE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Gerard de Cure|de Cure, John Edward Gerard]] [https://www.familysearch.org/tree/person/details/LVD6-DWD] - 1899(SA)-1989(SA) - Licences: 3WL Melbourne (Coburg, 1929-1933); 5KO Adelaide (Glenelg, 1937-1939, 1946-1956); 2KO Sydney (Artarmon, 1957-1958); 5KO Adelaide (Fulham, 1960-1980+) - Qualifications: cc; AOCP 535, 1929, No. ?? in Vic; 1COCP 22, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Cobden, 1954); public servant (North Carlton, 1921-1924; Coburg, 1927-1934; Artarmon, NSW, 1958) ===''DEARNESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Sinclair Dearness|Dearness, Harry Sinclair]] - 19??-2004(Qld) - 4KW Mackay (1939, 1946-1975), Brisbane (Strathpine) (1980+) - amateur operator (AOCP 2328, 1939, No. ? in Qld), amateur broadcaster, military (WW2, AIF), employment (radio & TV mechanic) ===''DEEGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Edward Deegan|Deegan, Stanley Edward]] [https://www.familysearch.org/tree/person/details/LYK3-2V3] - 1893(Tas)-1944(Tas) - Licences: 7AK Hobart (St Virgil's College, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; public servant (State & Federal, PMGD); WW1 - Electoral Rolls: clerk (Hobart, 1919-1922); civil servant (Hobart, 1928-1936); postal official (Hobart, 1943) ===''DEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival William Deer|Deer, Percival William]] [https://www.familysearch.org/tree/person/details/L2DJ-9ZF] - 1901(SA)-1981(SA) - Licences: 5DR Adelaide (Seacliff, 1928-1933; Brighton, 1937-1939) - Qualifications: cc; AOCP 451, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: machinist (Brighton, 1939-1943) ===''DELBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Joseph Robert Delbridge|Delbridge, Reginald Joseph Robert]] [https://www.familysearch.org/tree/person/details/L439-HNM] - 1888(Eng)-1964(Qld) - Licences: 4RJ Childers (1927); 4RJ Brisbane (Paddington, 1931-1933; Booval, 1937-1939); 4RJ Stanthorpe (1946-1948); 4RJ Brisbane (Northgate, 1954-1955; Toowong, 1956); 4RJ Burleigh Heads (1960) - Qualifications: cc; AOCP 383, 1927, No. 42 in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), minister of religion - Electoral Rolls: clergyman (Ingham, 1917-1919); minister (Kingaroy, 1925); clergyman (Ashgrove, 1943); minister (Stanthorpe, 1949); minister of religion (New Farm, 1954); Methodist Minister (Toowong, 1958); retired (Burleigh Heads, 1963) ===''DELLIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Stephen Dellit|Dellit, Samuel Stephen]] - Licences: VK4ZSS Brisbane, VK3 Melbourne, VK1DXA Canberra - Qualifications: AOLCP Q0078, 1971 - amateur operator, broadcast DXer, broadcast planning engineer, federal public servant, radio historian (aeradio, amateur, broadcast, coastal) ===''DEMPSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter McInnes Dempsey|Dempsey, Walter McInnes "Wally"]] [https://www.familysearch.org/tree/person/details/LTQN-B69] - 1910(Vic)-2010(Vic) - Licences: 3WD Melbourne (Cheltenham, 1929-1931); 7WD Cambridge (1948); 3AZD Melbourne (Pascoe Vale, 1954); 3WD Melbourne (Pascoe Vale, 1955-1969; Oak Park, 1975); 3WD Marong (1980+) - Qualifications: AOCP 515, 1929, No. ?? in Vic; AOLCP 41, 1931; 1COCP 217, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Cheltenham, 1931; Mordialloc, 1936-1937); radio operator (Mentone, 1942); aeradio operator (Cambridge, Tas, 1949); public servant (Pascoe Vale, 1954-1968; Oak Park, 1972); retired (Marong, 1977-1980) ===''DENBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Roy Denby|Denby, Harry Roy]] [https://www.familysearch.org/tree/person/details/LJTS-LLS] - 1906(Qld)-1973(Qld) - Licences: 4FR Receive Brisbane (Brisbane City, 1923); 4AX Brisbane (Kedron, 1936-1939); 4AX Cairns (1947-1969) - Qualifications: cc; AOCP 1800, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: rubber worker (Kedron, Qld, 1936-1937; Cairns, Qld, 1943-1972) ===''DENISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Robert Denison|Denison or Dixson, Hugh Robert]] [https://www.familysearch.org/tree/person/details/L6Q5-WTC] - 1865(NSW)-1940(Vic) - born Hugh Robert Dixson; businessman, parliamentarian, philanthropist; director of Australasian Wireless Co. then Amalgamated Wireless (Australasia) - Links: [[w:Hugh Denison|Wikipedia]]; [https://adb.anu.edu.au/biography/denison-sir-hugh-robert-5955 ADB] ===''DENNEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Roy Denneen|Denneen, Harold Roy]] [https://www.familysearch.org/tree/person/details/GXQG-6YG] - 1894(NSW)-1939(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (A/g Warrant Telegraphist, 1917) - Electoral Rolls: radio telegraphist (Thursday Island, 1928-1937) ===''DENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Roy Dennett|Dennett, Phillip or Philip Roy or Ray]] [https://www.familysearch.org/tree/person/details/KNX4-D9K] - 1897(SA)-1988(Qld) - Licences: 5IV Berri (1931-1938); 4IV Camooweal (1938-1939) - Qualifications: cc; AOCP 799, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil servant (Morningside, Qld, 1943; West End, Qld, 1949-1954; Rockhampton, Qld, 1958); public servant (Morningside, Qld, 1963-1977) ===''DERHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Thomas Derham|Derham, Frederick Thomas]] - 1844(Eng)-1922(Vic) - Victorian Postmaster-General (1886-1890) ===''DERRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/V. M. Derrick|Derrick, V. M.]] - 19??(???)-19??(???) - Licences: 2VM Sydney (Bellevue Hill, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''D'EVELYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude D'Evelynes|D'Evelynes, Claude]] [https://www.familysearch.org/tree/person/details/GF39-3D8] - 1916(WA)-1985(NSW) - Licences: 6DC Harvey (1935-1939); 2TZ Sydney (Mona Vale, 1948; Clifton Gardens, 1954-1955); 9TZ Rugli via Lae (1956); 2TZ Sydney (Chatswood, 1958-1980+) - Qualifications: cc; AOCP 1488, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Harvey, WA, 1936-1937); radio engineer (Mona Vale, NSW, 1949; Mosman, NSW, 1954; Chatswood, NSW, 1958-1968); engineer (Chatswood, NSW, 1977-1980) ===''DEVITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Lane Devitt|Devitt, Raymond Lane]] [https://www.familysearch.org/tree/person/details/LB11-PTK] - 1905(Tas)-1992(WA) - Licences: 6DR Perth (Nedlands, 1937-1939) - Qualifications: cc; CPRT 990, 1928; 2COCP 287, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: service engineer (Nedlands, WA, 1931); manager (Nedlands, WA, 1949-1980) ===''DEWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Owen Dewan|Dewan, John Owen (Electoral Rolls) or Owen John (BMD)]] [https://www.familysearch.org/tree/person/details/GFML-2D4] - 1907(WA)-1980(WA) - Licences: 6JK Perth (Maylands, 1930-1931; Mt Lawley, 1933; City, 1937; North Perth, 1938-1939) - Qualifications: cc; AOCP 715, 1930, No. ?? in WA; 3COCP 188, 1936; 2COCP 99, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: butcher (Maylands, WA, 1931; North Perth, 1934-1937); teacher (East Perth, WA, 1943); trade instructor (Nedlands, WA, 1949-1980) ===''DEXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Dexter|Dexter, John Henry]] [https://www.familysearch.org/tree/person/details/G428-3PS] - 1906(Eng)-1983(Vic) - Licences: 3DR Melbourne (Northcote, 1926-1927); 3VR Melbourne (Sandringham, 1938-1939; Black Rock, 1946-1956; Parkdale, 1960-1965; Mt Eliza, 1969-1980+) - Qualifications: AOCP 241, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Northcote, 1927); engineer (Preston, 1931; Sandringham, 1942-1954); radio mechanic (Mordialloc, 1963); retired (Mt Eliza, 1968-1980) ===''DICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Dick|Dick, F.]] - abt 1883(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''DIDDAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Harlin Flower Diddams|Diddams, Robert Harlin or Harland Flower]] [https://www.familysearch.org/tree/person/details/GMZN-YJP] - 1899(Qld)-1969(Qld) - Licences: Receive Brisbane (Toowong, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bookkeeper (Toowong, Qld, 1921-1925); printer (Ashgrove, 1936-1958); retired (Kangaroo Point, Qld, 1968) ===''DILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Dillon|Dillon, Arthur Ernest "Ernie" "Ern"]] [https://www.familysearch.org/tree/person/details/G85L-HH7] - 1902(Qld)-1960(Qld) - Licences: 4CH Receive Brisbane (New Farm, 1922); 4CH Brisbane (New Farm, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (New Farm, 1925); engineer (New Farm, 1929); electrical engineer (Atherton, 1931-1932); electrician (Greenslopes, 1943-1954; Mt Gravatt, 1958) ===''DINEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Dineen|Dineen, Geoffrey John]] [https://www.familysearch.org/tree/person/details/GM8L-9R6] - 1919(Tas)-1999(Tas) - Licences: 7GD Launceston (1935-1939, 1946-1948) - Qualifications: cc; AOCP 1588, 1935, No. ?? in Tas; 3COCP 6330, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Launceston, 1949-1968) ===''DIRCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Alfred Dircks|Dircks, Alexander Alfred]] [https://www.familysearch.org/tree/person/details/GDRD-6GN] - 1858(NSW)-1929(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - senior federal public servant (PMGD, Electrical Engineer) - Electoral Rolls: Nil yet identified ===''DIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gurnhill Dixon|Dixon, Arthur Gurnhill]] [https://www.familysearch.org/tree/person/details/G826-18S] - 1896(Tas)-1966(Vic) - Licences: XZA Wynyard (1913-1914); 3JG Melbourne (Hawthorn, 1933); 3AD Melbourne (Hawthorn, 1937-1939, 1947-1948); 3AVE Melbourne (Nunawading, 1965) - Qualifications: cc; CPRT 462, 1919; 2COCP 160, 1930; 1COCP 271, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Wynyard, 1919); wireless mechanic (Hawthorn, 1934); technician (Auburn, 1936-1937); inspector (Surrey Hills, 1943-1963) - Probate: retired marine inspector (Melbourne, 1966) * [[/Arthur Lionel Dixon|Dixon, Arthur Lionel]] [https://www.familysearch.org/tree/person/details/G82F-YX7] - 1897(Eng)-1968(NSW) - Licences: 236 Sydney (Burwood, 1920); 2BS Receive Sydney (Burwood, 1922-1923); 2AD Sydney (Canterbury, 1929; Strathfield, 1930); 4AD Brisbane (Norman Park, 1931-1939) - Qualifications: cc; CPRT 202, 1916; 2COCP 288, 1930; 1COCP 170, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Concord, NSW, 1930; Norman Park, Qld, 1931-1943); RANVR (Kyeemagh, 1943); engineer (Waverton, 1949; Eastwood, 1954; Lidcombe North, 1958); managing director (Blakehurst, 1963-1968) * [[/Charles Frederick Musgrave Dixon|Dixon, Charles Frederick Musgrave]] [https://www.familysearch.org/tree/person/details/L27B-XXY] - 1894(NSW)-1986(NSW) - Licences: 2II Receive Cootamundra (1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: operator (Cootamundra, 1930-1937); telegraphist (Goulburn, 1943; Annandale, 1949-1954; Camperdown, 1958-1980) * [[/John Malcolm Dixon|Dixon, John Malcolm]] [https://www.familysearch.org/tree/person/details/GWD1-HXH] - 1922(Vic)-2008(Vic) - Qualifications: cc; Nil yet identified - broadcast planning engineer (PMGD, ABCB, P&TD); education (Scots College, 1935-1939); military (WW2, AIF, 1942-1945) - Links: [https://www.scotch.vic.edu.au/greatscot/2008decGS/74.htm Obit] * [[/Lionel Stanley Dixon|Dixon, Lionel Stanley]] [https://www.familysearch.org/tree/person/details/L1PR-QD2] - 1912(Vic)-1998(Vic) - Licences: 4LF Brisbane (Redcliffe, 1938-1939); 3TE Melbourne (Croydon, 1947-1948; Elwood, 1954-1980); 4LF Brisbane (Redcliffe, 1960-1975) - Qualifications: cc; AOCP 2177, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Glenferrie, Vic, 1934-1937); builder (Box Hill South, Vic, 1949; Elsternwick, Vic, 1954-1967; Elwood, Vic, 1972-1980) * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 2ZI Condong (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 4GF Victoria Hills, Herbert River (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Reginald Hilton Dixon|Dixon, Reginald Hilton]] [https://www.familysearch.org/tree/person/details/G82N-FQV] - 1915(NSW)-1978(NSW) - Licences: 2QD Albury (1933-1937); 2QD Armidale (1938-1939); 2QD Albury (1946-1980) - Qualifications: cc; AOCP 1216, 1933, NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Albury, Qld, 1937); telephone mechanic (Albury, 1972-1977) ===''DODDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stokell Dodds|Dodds, Sir John Stokell Snr]] [https://www.familysearch.org/tree/person/details/GMYR-2KQ] - 1906(Tas)-1975(NSW) - Licences: 7DJ Hobart (City, 1937-1939, 1946-1948) - Qualifications: cc; AOLCP 208, 1935; AOCP 1851, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (New Town, 1936-1949); manager (Wahroonga, 1954); electrical engineer (Wahroonga, 1958-1968); manager (St Ives, 1972) * [[/John William Matthew Dodds|Dodds, John William Matthew]] [https://www.familysearch.org/tree/person/details/G8NX-3CT] - 19??(???)-19??(???) - Licences: 2KK Kurri Kurri (1930-1939); 2AZD Newcastle (New Lambton, 1955-1969) - Qualifications: AOCP 644, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: miner (Kuri Kurri, 1930-1949; New Lambton, 1954-1980) * [[/Leonard Henry Dodds|Dodds, Leonard Henry "Len"]] - 1908(NSW)-1983(Qld) - 4GD Townsville (1946-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (Townsville ARC, life member), military (Navy, RAAF), employment (PMGD) * [[/Ronald George Dodds|Dodds, Ronald George]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''DODDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Doddy|Doddy, Edward Arthur]] [https://www.familysearch.org/tree/person/details/GXB7-HWS] - 1899(Tas)-1961(WA) - Licences: 6WH Perth (Claremont, 1936-1939, 1947-1960) - Qualifications: cc; AOCP 1817, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Claremont, WA, 1931-1958) ===''DOHRMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Stanley Glenville Dohrmann|Dohrmann, George Stanley Glenville]] [https://www.familysearch.org/tree/person/details/G82G-TB8] - 1902(Vic)-1985(Vic) - Licences: 3AM Receive Melbourne (Canterbury, 1922); 3AM Melbourne (Canterbury, 1922-1925) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Canterbury, Vic, 1924-1926); warehouseman (Burwood, Vic, 1931; Canterbury, 1937-1943); agriculturalist (Mt Dandenong, 1949-1954; Mooroolbark, 1968-1980) ===''DOIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Louis Doig|Doig, Norman Louis]] [https://www.familysearch.org/tree/person/details/LLSD-M17] - 1912(WA)-2014(WA)101yo - Licences: 6ND Carnamah (1937-1939); 6CB Perth (Floreat Park, 1954-1960) - Qualifications: cc; AOCP 2061, 1937, WA; 3COCP 1505, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Carnamah, WA, 1936-1937; Floreat Park, WA, 1943); telegraphist (City Beach, WA, 1949; Floreat Park, WA, 1954-1963; Wembley, WA, 1968-1972); civil servant (City Beach, WA, 1977-1980) ===''DONNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Walter Donne|Donne, Charles Walter]] [https://www.familysearch.org/tree/person/details/9V2T-FC7] - 1897(Vic)-1976(Vic) - Licences: XLO Melbourne (St Kilda, 1913-1914); 2YD Sydney (Neutral Bay, 1923-1925); 3YD Melbourne (St Kilda, 1924-1927) - Qualifications: cc; CPRT 271, 1916; 2COCP 87, 1930 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 (UK Merchant Seaman) - Electoral Rolls: radio telegraphist (St Kilda, 1919-1924); technician (St Kilda, 1925-1931); dealer (Armadale, 1934-1937); investor (Mornington, 1943); grazier (Dromana, 1949-1954); nil (Mornington, 1963-1972) - Migration: South Africa (1955-1962) ===''DOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Lawson Dook|Dook, Valentine Lawson]] [https://www.familysearch.org/tree/person/details/G7X1-NJH] - 1903(WA)-1978(WA) - Licences: 6KB Perth (Maylands, 1931-1933; Mt Hawthorn, 1937-1939, 1947-1956) - Qualifications: cc; AOCP 754, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter's assistant (East Perth, WA, 1931); oil plant attendant (Leederville, WA, 1936-1937); control room operator (Leederville, WA, 1943; Mt Hawthorn, WA, 1949); electrical foreman (Wembley, WA, 1958-1977) ===''DORWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haxton Dorward|Dorward, William Haxton, Jnr]] [https://www.familysearch.org/tree/person/details/GD77-X62] - 1901(Vic)-1937(NSW) - Licences: 3CA Receive Melbourne (Sandringham, 1922-1923); 3CA Melbourne (Sandringham, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: student (Sandringham, 1924-1926); grazier (Moama, 1930; Fort Station, Barnes, 1935-1937) ===''DOUBIKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Thomas Henry Doubikin|Doubikin, William Thomas Henry]] - 1890(Vic)-1927(Tas) - Licences: Hobart Receive 1920s, early wireless experimenter (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, Councillor, 1924), passed too soon ===''DOUDNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Doudney|Doudney, Herbert William]] [https://www.familysearch.org/tree/person/details/MQDH-R32] - 1873(Eng)-1963(Vic) - Licences: 3EM Receive Melbourne (Balaclava, 1922); 3EM Melbourne (Balaclava, 1923-1927) - Qualifications: cc; AOCP 63, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; minister of religion (Holy Trinity Church) - Electoral Rolls: vicar (St Kilda, 1924-1942); nil (Caulfield, 1949-1954; Elsternwick, 1963) ===''DOUGLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gavin Cunningham Douglas|Douglas, Gavin Cunningham]] [https://www.familysearch.org/tree/person/details/G99J-KJ4] - 1912(Vic)-1992(Vic) - Licences: 3YK Melbourne (Bayswater, 1931-1939, 1947-1950+; Blackburn, 1954; Canterbury, 1955-1960+; Surrey Hills, 1965-1980+) - Qualifications: cc; AOCP 743, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Bayswater, 1935-1949); sales representative (Canterbury, 1963; Surrey Hills, 1968-1980) * [[/Gordon Adye Douglas|Douglas, Gordon Adye]] [https://www.familysearch.org/tree/person/details/LRVY-WLJ] - 1878(Tas)-1957(Tas) - Licences: 7BC Receive Gormanston (1923); Receive Gormanston (1923); 7GD Gormanston (1924-1927+) - Qualifications: cc; AOCP 34, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; mining engineer - Electoral Rolls: mining engineer (Gormanston, 1914-1928); draughtsman (Queenstown, 1936); geological surveyor (Queenstown, 1937-1943); no occupation (Hobart South, 1949; Blackman's Bay, 1954) * [[/Hugh Alexander McKay Douglas|Douglas, Hugh Alexander McKay "Harry"]] [https://www.familysearch.org/tree/person/details/LV3Y-3W4] - 1889(Eng)-1951(NSW) - Licences: 2HD (Class B) Newcastle (1926) - Qualifications: cc; Nil yet identified - Class B broadcaster; witness to Royal Commission 1927 (as a Listener) - Electoral Rolls: chauffeur (Newcastle, 1913); vulcaniser (Hamilton, 1930-1935); manager (Newcastle, 1936-1937); engineer (Mayfield, 1943; Hamilton, 1949) ===''DOWDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Lorens Thomas Dowding|Dowding, Philip Lorena or Loreno or Lorens Thomas]] [https://www.familysearch.org/tree/person/details/GZH8-Z6D] - 1901(Tas)-19??(Vic) - Licences: 7AC Receive Hobart (Moonah, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Moonah, 1922); electrician (St Kilda, 1926-1931; Prahran, 1934; Melbourne, 1937; St Kilda, 1943-1949); electrical foreman (Eildon, 1954) ===''DOWNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Downie|Downie, Frederick William]] [https://www.familysearch.org/tree/person/details/K8Y2-LQ8] - 1879(Vic)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Victoria Police (wireless department, senior constable); witness to Royal Commission 1927 (obo VPF) - Electoral Rolls: labourer (Broadford, 1903); constable (North Carlton, 1909-1924); senior constable (Preston, 1927-1936) ===''DOWNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Evan Downing|Downing, William Evan]] [https://www.familysearch.org/tree/person/details/LHV4-K46] - 1874(Vic)-1948(Vic) - Licences: 3LQ Receive Warrnambool (1923); 3LQ Warrnambool (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: brassfounder (Warrnambool, 1912-1937) ===''DOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Laurence Doyle|Doyle, Herbert Laurence]] [https://www.familysearch.org/tree/person/details/G8VG-WVC] - 1894(Vic)-1945(Vic) - Licences: 3HD Melbourne (Malvern, 1930-1931); 3CR Melbourne (Malvern, 1933; Kooyong, 1937; Frankston, 1938-1939) - Qualifications: AOCP 697, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: independent means (St Arnaud, 1924); grazier (Malvern East, 1925-1927); clerk (Malvern East, 1931-1937); home duties (Malvern, 1943) ===''DRAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James George Drake|Drake, James George]] - 1850(Eng)-1941(Qld) - military (Qld Defence Force, 1880s & 1890s), state politician (Qld MLA, 1880s & 1890s), politician (Postmaster-General 1901-1903) ===''DRANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Edward Draney|Draney, Walter Edward]] [https://www.familysearch.org/tree/person/details/9KLP-VT7] - 1896(Qld)-1983(Qld) - Licences: Receive (Valve) Brisbane (Greenslopes, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: electrician (Milton, Qld, 1919; Greenslopes, Qld, 1921-1928; Tully, Qld, 1937; Toowoomba, Qld, 1954; Toowoomba West, Qld, 1958-1977); retired (Drayton, Qld, 1980) ===''DREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred John Drew|Drew, Alfred John]] [https://www.familysearch.org/tree/person/details/GXLB-1HH] - 1907(SA)-1993(SA) - Licences: 5LN Adelaide (Kensington, 1933-1939; Erindale, 1947-1980+) - Qualifications: cc; AOCP 1078, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Erindale, SA, 1943) ===''DU FEU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Albert James Du Feu|Du Feu, Maurice Albert James]] [https://www.familysearch.org/tree/person/details/GF3M-V9D] - 1917(WA)-2010(NSW) - Licences: 6DF Perth (Subiaco, 1937-1939, 1947-1948; West Perth, 1954-1956; Floreat Park, 1960-1965); 6DU Perth (West Perth, 1948); 2BMD Sydney (Lindfield, 1969+) - Qualifications: cc; AOCP 1875, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: company director (West Perth, WA, 1943; Subiaco, WA, 1949); manager (West Perth, WA, 1954; Floreat Park, WA, 1958-1968); retired (Lindfield, NSW, 1972-1980) ===''DUBOIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Louis Dubois|Dubois, Paul Louis]] [https://www.familysearch.org/tree/person/details/GXZQ-QN3] - 1918(NSW)-1996(Qld) - Licences: 4UJ Brisbane (Rosalie, 1936-1939; Holland Park, 1946-1947; South Brisbane, 1948; Highgate Hill, 1954-1960; Bardon 1960); 4PL Brisbane (Bardon 1980+) - Qualifications: cc; AOCP 1677, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; senior public servant (PMGD, Telstra) - Electoral Rolls: engineer (Rockhampton, Qld, 1943; South Brisbane, Qld, 1949); public servant (Highgate Hill, Qld, 1954-1958); engineer (Bardon, Qld, 1958-1977); manager telecommunications (New Farm, Qld, 1980) ===''DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Duff, William Vere Hobart]] [https://www.familysearch.org/tree/person/details/GMZC-JGP] - 1893(Vic)-1970(Vic) - Licences: 3DB Receive Melbourne (Malvern East, 1922); 3DB Melbourne (Malvern East, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: electrical engineer (Malvern East, 1914); engineer (Malvern East, 1919-1924; Glenferrie, 1931-1937; Toorak, 1943-1954; Harkaway, 1958-1968) ===''DUFFY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Duffy|Duffy, John]] [https://www.familysearch.org/tree/person/details/GXCB-QKJ] - 1907(NSW)-1993(NSW) - Licences: 2AQ Sydney (Redfern, 1933; Woollahra, 1934; Rose Bay, 1935-1937); 4AQ Brisbane (Grange, 1938); 2AQ Sydney (Bondi, 1939, 1946-1950) - Qualifications: cc; AOCP, not yet identified; AOLCP 264, 1936; TVOCP 54, 1957 - amateur operator; amateur broadcaster - Comment: several contemporaneous JDs, needs review - Electoral Rolls: manager (Woollahra, NSW, 1934); engineer (Vaucluse, NSW, 1935); * [[/Maurice Boyce Duffy|Duffy, Maurice Boyce "Morrie"]] [https://www.familysearch.org/tree/person/details/LRYK-S76] - 1886(Vic)-1957(Vic) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/duffy-maurice-boyce-morrie-6030 ADB] * [[/William Oswald Duffy|Duffy, William Oswald]] [https://www.familysearch.org/tree/person/details/GD52-2Q2] - 1861(Eng)-1916(Tas) - Licences: XZO Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: signalman (Battery Point, 1914) ===''DUGGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry George Duggan|Duggan, Harry George]] [https://www.familysearch.org/tree/person/details/LT9H-8LW] - 1905(Vic)-1994(Vic) - Licences: 3XI Warrnambool (1930-1965); 3AXI Warrnambool (1965-1969); 3XI Garvoc (1965-1969) - Qualifications: AOCP 592, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Warrnambool, 1931-1954); engineer (Warrnambool, 1963-1968) ===''DUKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon William Dukes|Dukes, Gordon William]] [https://www.familysearch.org/tree/person/details/G3RY-PGT] - 1909(NSW)-2001(NSW) - Licences: 2WD Sydney (Forest Lodge, 1930-1939; Strathfield, 1946-1950; Homebush, 1954-1956; Cremorne, 1957-1958; Lane Cove, 1960-1980+) - Qualifications: AOCP 571, 1930, No. ?? in NSW; AOLCP 139, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glebe, 1933-1937); radio engineer (Homebush, 1943-1949); engineer (Cremorne, 1954-1958); technician (Lane Cove, 1963-1980) ===''DUNDAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Loftus Dundas|Dundas, Reginald Loftus]] [https://www.familysearch.org/tree/person/details/GXC2-8LM] - 1915(Qld)-1980(Qld) - Licences: 4DU Crawford, Kingaroy Line (1937-1939) - Qualifications: cc; AOCP 1990, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Theodore, Qld, 1937); labourer (Crawford, Kingaroy Line, Qld, 1949-1972); farmer (Torquay, Qld, 1977) ===''DUNLEAVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Francis Dunleavy|Dunleavy, Joseph Francis]] - 19??(???)-19??(???) - Licences: 3JD Melbourne (St Kilda, 1929-1933) - Qualifications: AOCP 508, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (St Kilda, 1924); electrical fitter (Melbourne, 1926; South Yarra, 1931); fitter (St Kilda, 1934) ===''DUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Dunn|Dunn, Richard]] [https://www.familysearch.org/tree/person/details/GDSN-T31] - 1898(NSW)-1986(NSW) - Licences: 2GU Receive Sydney (South Kensington, 1922); 2GU Sydney (South Kensington, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: coachbuilder (Kensington, 1930-1943); manager (Kingsford, 1958); retired (The Entrance, 1963-1980) ===''DUNSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter John Dunstan|Dunstan, Walter John]] [https://www.familysearch.org/tree/person/details/GZXJ-Y3V] - 1904(Vic)-1927(Vic) - Licences: 3JR Receive Ballarat (1922); 3JR Ballarat (1923-1927) - Qualifications: cc; AOCP 106, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Comment: gone too soon - Relationships: brother of William Dunstan, Victoria Cross - Electoral Rolls: student (Ballarat East, 1927) ===''DURBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Keep Durbridge|Durbridge, William Keep]] [https://www.familysearch.org/tree/person/details/GXDN-Z4B] - 1908(WA)-1977(Vic) - Licences: 4FS Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Innisfail, Qld, 1930); clerk (Teneriffe, Qld, 1936-1937); bookkeeper (Dundoo Station, Eulo, Qld, 1937); no occupation (St Kilda, Vic, 1963-1972; Melbourne, Vic, 1977) ===''DUTHOIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert George Duthoit|Duthoit, Albert George]] [https://www.familysearch.org/tree/person/details/GQ94-V82] - 1901(Tas)-1970(Vic) - Licences: Receive (Valve) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical engineer (Waddamana, 1928); labourer (Croydon North, 1931); no occupation (Armadale, 1931); engineer (Hobart South, 1936); electrical engineer (Armadale, 1935-1943); clerk (Ivanhoe, 1949; Oakleigh, 1954; Malvern, 1958); nil (Malvern, 1967-1968) ===''DUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Henry Dutton|Dutton, Thomas Henry]] [https://www.familysearch.org/tree/person/details/LJG1-LRN] - 1862(Eng)-1941(Qld) - Licences: Receive (Crystal) Brisbane (Fortitude Valley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: painter (Rockhampton, Qld, 1903-1905); commission agent (Bowen Hills, Qld, 1908-1909); printer (Valley, Qld, 1913); traveller (Teneriffe, Qld, 1915-1937) =='''E'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''EARLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Edwin Earle|Earle, Frank Edwin]] [https://www.familysearch.org/tree/person/details/G8YV-B62] - 1900(SA)-1967(SA) - Licences: 5BD Adelaide (St Peters, 1923-1928) - Qualifications: cc; CPRT 823, 1924 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Erasmus Earle|Earle, Robert Erasmus]] [https://www.familysearch.org/tree/person/details/GDLX-NC1] - 1894(Eng)-1979(WA) - Licences: 6LC Perth (Floreat Park, 1969-1975) - Qualifications: AOCP 4390, 1966, WA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Floreat Park, 1954-1977) ===''EASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Easter|Easter, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GX2L-656] - 1914(SA)-1983(???) - Licences: 5RO Montieth (1933); 5RO Port Elliot (1937); 5RO Moonta (1938) - Qualifications: cc; AOCP 1111, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Moonta, SA, 1939-1947) - Links: [https://vwma.org.au/explore/people/532330 VWM] ===''EASTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Spencer Easton|Easton, Frederick William Spencer]] [https://www.familysearch.org/tree/person/details/GZ2N-7XD] - 1914(NSW)-1944(PNG) - licences: 2BQ Sydney (Bondi, 1931-1935; Bellevue Hill, 1936-1939) - qualifications: AOCP 846, 1931, No. ?? in NSW - amateur operator, WW2 - electoral rolls: projectionist (Rose Bay, 1936-1943) - "Greater love hath no man than this" ===''EDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Ede|Ede, Charles Frederick or Friederick]] [https://www.familysearch.org/tree/person/details/GS7D-PYL] - 1885(Qld)-1970(Qld) - Licences: Receive Brisbane (Wellington Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Toowong, Qld, 1908; Albion, Qld, 1912-1921); assistant secretary (Manly, Qld, 1925-1963); retired (Wynnum North, 1968) ===''EDGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Waldene Edgar|Edgar, Douglas Waldene]] [https://www.familysearch.org/tree/person/details/L5XS-K4X] - 1895(WA)-1966(WA) - Licences: 6DW New Norcia (1927-1931) - Qualifications: cc; AOCP 314, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Gingin, 1922; New Norcia, 1925-1954); retired (Nedlands, 1958-1963) * [[/John Matheson Edgar|Edgar, John Matheson]] [https://www.familysearch.org/tree/person/details/LB42-K1G] - 1881(Vic)-1960(Vic) - Licences: Receive Geelong (1923); 3YW Geelong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Training College, Carlton, 1903); state school teacher (Ballarat, 1909); teacher (Ballarat, 1913-1914; Geelong, 1917-1924; Essendon, 1925-1954) * [[/Mervyn John Edgar|Edgar, Mervyn John or John Mervyn "Jack"]] [https://www.familysearch.org/tree/person/details/GX4W-647] - 1913(NSW)-2004(Qld) - Licences: 4JE Brisbane (Kangaroo Point, 1934-1939) - Qualifications: cc; AOCP 1302, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, Radio Location Unit); radio retailing (Tracksons) - Electoral Rolls: shop assistant (Kangaroo Point, Qld, 1937); salesman (Kedron, Qld, 1943-1949); shop assistant (Bulimba, Qld, 1958-1980) ===''EDWARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Patrick Joseph Edwards|Edwards, Frederick Patrick Joseph]] [https://www.familysearch.org/tree/person/details/GFSX-5YG] - 1918(WA)-2004(WA) - Licences: 6DN Merredin (1938-1939); 6DN Perth (West Perth, 1947-1965; Ardross, 1969) - Qualifications: cc; AOCP 2127, 1938, WA; BOCP 278, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: clerk (Merredin, WA, 1943); wireless operator (West Perth, WA, 1943-1954; Perth, WA, 1958-1968); clerk (Ardross, WA, 1972-1980) * [[/H. E. Edwards|Edwards, H. E.]] - 19??(???)-19??(???) - Licences: 5RN Adelaide (Croydon, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert John Edwards|Edwards, Herbert John]] [https://www.familysearch.org/tree/person/details/GXF5-KP8] - 1894(Eng)-19??(???) - Licences: 4KR Willis Island (1937) - Qualifications: cc; CPRT 802, 1923; 2COCP 18, 1929; 1COCP 208, 1931 - amateur operator; amateur broadcaster - Comment: several contemporaneous HJEs - Electoral Rolls: wireless operator (Rose Bay, NSW, 1930-1933); radio operator (Lord Howe Island, NSW, 1949); communication officer (Rose Bay, NSW, 1954) ===''EGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mavis Evelyn Egan|Fogg nee Egan, Mavis Evelyn or Evelene]] [https://www.familysearch.org/tree/person/details/GW8N-1JK] - 1900(Tas)-1995(Tas) - Licences: Receive (Crystal) Stanley (1923) - Qualifications: cc; Nil yet identified - amateur receiver (YL) - Electoral Rolls: clerk (Stanley, 1928); home duties (Wynyard, 1936-1943; Smithton, 1949; Sale, Vic, 1954; Cohuna, 1963; Devonport, 1972) ===''EGGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Percy Eggleton|Eggleton, Eric Percy]] [https://www.familysearch.org/tree/person/details/GSTZ-5G9] - 1903(Qld)-1979(Qld) - Licences: 4DA Receive Toowoomba (1923-1924); 4DA Toowoomba (1925-1931) - Qualifications: cc; AOCP 81, 1925, No. 9 in Qld - amateur receiver; amateur operator; amateur broadcaster; employment (QATB) - Electoral Rolls: machinist (Toowoomba, 1925-1926); ambulance bearer (Toowoomba, 1931); ambulance superintendent (Dayboro, 1936-1943; Charleville, 1949-1958; Stanthorpe, 1963); retired (Caloundra, 1968-1977) ===''ELDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Mackenzie Elder|Elder, James Alexander Mackenzie]] [https://www.familysearch.org/tree/person/details/97W3-7FL] - 1869(Sct)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Awards: KBE - Electoral Rolls: manager (Essendon, 1905); merchant (Moonee Ponds, 1908-1909); director (South Yarra, Vic, 1936-1943) - Links: [https://adb.anu.edu.au/biography/elder-sir-james-alexander-6099 ADB] ===''ELLERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lewis John Ellery|Ellery, Robert Lewis John]] - 1827(Eng)-1908(Vic) - early telephone experimenter, Vic Government Astronomer ===''ELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Neville Elliott|Elliott, Robert Neville]] [https://www.familysearch.org/tree/person/details/GXXN-PPJ] - 1907(Qld)-1979(Qld) - Licences: 4DW Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Toowoomba, Qld, 1936-1937); company manager (Toowoomba, Qld, 1949); chartered accountant (Toowoomba, Qld, 1954-1963); accountant (Brisbane, Qld, 1968); chartered accountant (Toowoomba, Qld, 1972); accountant (Toowoomba, Qld, 1977) * [[/Ronald Donovan Elliott|Elliott, Ronald Donovan]] [https://www.familysearch.org/tree/person/details/G799-LTX] - 1910(SA)-1978(SA) - Licences: 5RD Adelaide (Lower Mitcham, 1931-1933; Da Costa Park, 1937; Kirkcaldy, 1938-1939) - Qualifications: cc; AOCP 758, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: solicitor (Kirkcaldy, SA, 1939; Westbourne Park, 1941-1943) * [[/Thomas Murray Browse Elliott|Elliott, Thomas Murray Browse "Tom"]] [https://www.familysearch.org/tree/person/details/G3W8-947] - 1899(Qld)-1971(Qld) - Licences: 4CM Brisbane (City, 1946-1969); operator of Valentine's 4CM licence 1925-1939 - Qualifications: cc; AOCP 72, 1925, No. 6 in Qld - amateur operator; amateur broadcaster; early television experimenter - Electoral Rolls: clerk (Fortitude Valley, 1921); salesman (Brisbane City, 1925-1931); sound engineer (Observatory, 1937-1943); company manager (City, 1949-1958); retired (Burleigh Heads, 1963-1968) ===''ELLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Austin Ellis|Ellis, Clive Austin]] [https://www.familysearch.org/tree/person/details/G86V-9HT] - 1912(Vic)-1972(Vic) - Licences: 3LZ Melbourne (Williamstown, 1930-1931; Caulfield, 1933-1939; Newport, 1946-1956; Moorabbin, 1960-1969) - Qualifications: AOCP 598, 1930, No. ?? in Victoria - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1937; Newport, 1943-1954); valuer (Moorabbin, 1958-1972) * [[/John Osborne Ellis|Ellis, John Osborne]] [https://www.familysearch.org/tree/person/details/GHTM-Q42] - 1910(Eng)-1999(SA) - Licences: Nil identified - Qualifications: AOCP 522, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Kimba, 1939-1943) ===''ELSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Robert Elsbury|Elsbury (adopted) or Wilson Bowman (biological), Cyril Robert]] [https://www.familysearch.org/tree/person/details/GFMG-5CW] - 1897(Qld)-1961(WA) - Licences: 6JE Kalgoorlie (1934-1939); 6JE Fimiston (1947-1956); 6JE Nornalup (1960) - Qualifications: cc; AOCP 1372, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (Kalgoorlie, WA, 1922); mine timekeeper (Kalgoorlie, WA, 1925-1943); assistant accountant (Fimiston, WA, 1949-1954); mine paymaster (Kalgoorlie, WA, 1958) ===''ELWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Gregory Elworthy|Elworthy, Colin Gregory "Col"]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''EMBLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Stewart Austin Embling|Embling, Stewart Austin]] [https://www.familysearch.org/tree/person/details/GZGH-YQM] - 1907(Vic)-1998(Vic) - Licences: Receive (Valve) Melbourne (Toorak, 1923-1925); 3DC Melbourne (Toorak, 1926-1939) - Qualifications: AOCP 236, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Toorak, 1931-1943); assurance officer (Toorak, 1949-1980) ===''EVANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Hubert Evans|Evans, Albert Henry Hubert]] [https://www.familysearch.org/tree/person/details/GH8N-BFX] - 1894(SA)-1981(SA) - Licences: XVD Adelaide (Mile End, 1913) - Qualifications: cc; CPRT 255, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: assistant manager (Woollahra, 1949) * [[/Griffith Benjamin Evans|Evans, Griffith Benjamin]] [https://www.familysearch.org/tree/person/details/GXQN-HL3] - 1877(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS - Electoral Rolls: naval telegraphist (Eden Vale, Vic, 1914-1915); telegraphist (Coburg, Vic, 1919); retired (Vaucluse, NSW, 1954-1963) * [[/Percy Evans|Evans, Percy]] [https://www.familysearch.org/tree/person/details/G84B-DKL] - 1894(Eng)-1976(Vic) - Licences: 2OW Sydney (Kensington, 1928-1929; Randwick, 1930-1931); 3OZ Melbourne (Glen Iris, 1947-1948; Boronia, 1948; North Ringwood, 1954-1975) - Qualifications: AOCP 458, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: sales manager (Kensington, 1930); salesman (Randwick, 1930-1931); sales manager (Camberwell, 1933-1937; Glen Iris, 1949); manager (Ringwood, 1954-1972) * [[/R. Evans|Evans, R.]] - 19??(???)-19??(???) - Licences: 2SP Sydney (Clovelly, 1923-1927) - Qualifications: AOCP 265, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: * [[/Thomas Evan Evans|Evans, Thomas Evan]] [https://www.familysearch.org/tree/person/details/GZJ7-S1L] - 1904(NZ)-1942(At Sea) - 3EV Melbourne (East St Kilda, 1925-1927), 9EV Rabaul (1933+), amateur operator (AOCP 160, 1925, No. ?? in Vic), amateur broadcaster, medical assistant, technical assistant, Civilian POW captured at Rabaul, died on board the "Montevideo Maru" when it was torpedoed and sunk en route from Rabaul to Hainan, where Thomas was destined for forced labour. * [[/Trevor Elliott Evans|Evans, Trevor Elliott]] [https://www.familysearch.org/tree/person/details/GZJQ-GRC] - 1903(Vic)-1979(Vic) - 3KD Receive Melbourne (East Brunswick, 1922-1924), 3RK Melbourne (East Brunswick, 1925-1933; Pascoe Vale, 1937-1939), amateur operator (AOCP 159, 1925, No. ?? in Vic), amateur broadcaster, electrician (East Brunswick, 1931), contractor (Pascoe Vale, 1972) * [[/Trevor Frederick Evans|Evans, Trevor Frederick]] [https://www.familysearch.org/tree/person/details/L292-N4L] - 1902(NSW)-1978(NSW) - 2NS Blayney (1925-1929), 2NS Bathurst (1930-1939, 1946-1975+), amateur operator (AOCP 113, 1925, No. ?? in NSW), amateur broadcaster, broadcast engineer (BOCP 19, 1936) (2BS) ===''EVERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Every|Every, George Edward]] [https://www.familysearch.org/tree/person/details/LDSS-VT4] - 1894(Eng)-1961(Vic) - Licences: 7GE Hobart (1931); 3GE Queenscliff (1937-1939); 3GE Balcombe (1947-1948); 3GE Carrum (1954-1956); 3GE Bonbeach (1960-1969+) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military instructor; WW1 (UK) - Electoral Rolls: silver mounter (Ivanhoe, Vic, 1919); soldier (Launceston, 1922; Hobart South, 1922); military instructor (Hobart South, 1928); soldier (Queenscliff, Vic, 1935-1937); military officer (Albury, NSW, 1943; Victoria Park, Qld, 1949); clerk (Frankston, 1949); accountant (Carrum, 1954) ===''EWING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Thomson Ewing|Ewing, Thomas Thomson]] - 1856(NSW)-1920(NSW) - state politician (NSW MLA), federal politician (MHR, acting Postmaster-General) ===''EXTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Walter Exton|Exton, George Walter]] [https://www.familysearch.org/tree/person/details/K8QY-5XH] - 1882(NSW)-1970(Qld) - Licences: 2CZ Lismore (1922-1930) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast proprietor and engineer (2XN Lismore) - Electoral Rolls: electrician (Lismore, NSW, 1930-1963); retired (Saddlers Crossing, Qld) =='''F'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''FABER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Thomas Faber|Faber, William John Thomas "Bill"]] - 19??(???)-1976(Qld) - 4WF Ayr (-1938+), Brisbane (Kedron, -1948-1949+) , amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''FAGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Reginald Joseph Fagan|Fagan, William Reginald Joseph "Reg"]] [https://www.familysearch.org/tree/person/details/KLF3-QPM] - 1883(NSW)-1944(NSW) - Licences: 2RJ Receive Mandurama (1922); 2RJ Mandurama (1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio station (director, 2SM) - Electoral Rolls: grazier (Mandurama, 1913-1943) ===''FAIRHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allen Fairhall|Fairhall, Allen]] [https://www.familysearch.org/tree/person/details/LZB3-PKT] – 1909(NSW)-2006(NSW) – Licences: 2KB Newcastle (Hamilton, 1928–1929; New Lambton, 1930–1931; Cooks Hill, 1933–1934; City, 1935; Cooks Hill, 1937; City, 1938–1939; Hamilton, 1946–1961; City, 1965-1980+); 2AKL Paterson (1948–1958) – Qualifications: AOCP 391, 1928, No. ?? in NSW; AOLCP 23, 1930 – amateur operator, amateur broadcaster, proprietor 2KO Newcastle, WW2 – Electoral Rolls: radio engineer (New Lambton, 1931–1932); manager (Newcastle, 1933–1949); primary producer (Trevallyn, 1954); M.H.R. (Newcastle, 1958); member of parliament (Newcastle, 1963–1968); manager (Newcastle, 1972–1980) - [[w:Allen Fairhall|Wikipedia]] ===''FALCONER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Illman Falconer|Falconer, Charles Illman]] [https://www.familysearch.org/tree/person/details/GZK9-PJ6] – 1885(Vic)-1962(NSW) – Receive (Valve) Melbourne (Canterbury, 1923–1924), 3CF Melbourne (East Malvern, 1925–1926; Canterbury, 1927; Surrey Hills, 1931–1939, 1946–1954), 2AUF Terrigal (1955–1961), amateur operator (AOCP 204, 1925, No. ?? in Vic), amateur broadcaster, engineer (Clifton Hill, 1909), mechanic (Fitzroy, 1914), engineer (Canterbury, 1915–1949), retired (Terrigal, 1958–1963) ===''FALLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyle Clifford Falls|Falls, Lyle Clifford]] [https://www.familysearch.org/tree/person/details/GDLC-1VR] - 1899(Vic)-1945(Vic) - Licences: 3DL Receive Melbourne (Caulfield, 1922); 3DL Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: student (Caulfield, 1924-1925); instructor (Kew, 1926-1943) ===''FANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Fanning nee Harriss, Dorothy Winnifred – see Harriss, Dorothy Winnifred (Fanning) ===''FANSHAWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Dalrymple Fanshawe|Fanshawe, Arthur Dalrymple]] [https://www.familysearch.org/tree/person/details/GM7D-QY6] – 1847(Eng)-1936(Eng) – Admiral of UK Fleet, Commander-in-Chief Australia Station – Links: [[w:Arthur Dalrymple Fanshawe|Wikipedia]] ===''FARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell George Farmer|Farmer, Maxwell George]] [https://www.familysearch.org/tree/person/details/GXG1-SHR] - 1916(SA)-1991(SA) - Licences: 5GF Adelaide (Knoxville, 1933-1939; North Norwood, 1947-1948; Adelaide City, 1954-1956; Plympton, 1960-1980+); 5GY Portable Adelaide (Knoxville, 1938-1939) - Qualifications: cc; AOCP 1217, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Knoxville, SA, 1939-1943) ===''FARRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Howard Farrell|Farrell, John Howard]] [https://www.familysearch.org/tree/person/details/GXWT-CJT] - 1913(Qld)-1975(Qld) - Licences: 4WJ Brisbane Windsor, 1933-1939; Chermside, 1946-1948); 4WJ Quilpie (1954-1960); 4WJ Somerset Dam (1965-1975) - Qualifications: cc; AOCP 1103, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Windsor, 1936-1937); electrical engineer (Chermside, 1943-1949; Quilpie, 1954-1958); superintendent (Somerset Dam, 1963-1972) ===''FAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Harold Faul|Faul, Albert Harold]] [https://www.familysearch.org/tree/person/details/GZTD-S74] – 1907(NSW)-1979(NSW) – Licences: Receive Melbourne (St Kilda, 1923–1924); 3AH Melbourne (St Kilda, 1926–1927) – Qualifications: AOCP 288, 1926, No. ?? in Vic – amateur operator, amateur broadcaster – Electoral Rolls: student (St Kilda, 1931–1934); lecturer (Camberwell, 1936); engineer (Bellevue Hill, 1936–1937; Camberwell, 1943); company director (Killara, 1949–1977) ===''FAULKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Wollas Faulks|Faulks, Richard Wollas "Wol"]] [https://www.familysearch.org/tree/person/details/LCD3-BQ3] - 1902(NSW)-1978(NSW) - Licences: 2WF Sydney (Ashfield, 1929-1931; Hurlstone Park, 1933; Canterbury, 1934-1939) - Qualifications: AOCP 557, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Ashfield, 1930; Canterbury, 1933-1977) ===''FAWKNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Pascoe Robert Fawkner|Fawkner, Ernest Pascoe Robert]] [https://www.familysearch.org/tree/person/details/GDYB-YKW] - 1901(Tas)-1954(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: manager (Kings Meadows, 1928); furniture manufacturer (South Launceston, 1936) ===''FEENAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Leo Michael John Feenaghty|Feenaghty, Leo Michael John]] [https://www.familysearch.org/tree/person/details/LYG2-RMT] - 1900(Qld)-1997(Qld) - Licences: 4LJ Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 291, 1926, No. 28 in Qld - amateur operator; amateur broadcaster; radio club administrator; state public servant - Electoral Rolls: public servant (Wooloowin, 1925-1931); assistant secretary (Ashgrove, 1936-1958); public servant (Highgate Hill, 1963); retired (Isle of Capri, 1972-1980) ===''FELDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Feldman|Feldman, John Frederick Jnr]] [https://www.familysearch.org/tree/person/details/GZNZ-5DH] - 1905(Vic)-1987(Vic) - 3QH Receive Geelong (South Geelong, 1923-1924), 3QH Geelong (South Geelong, 1925-1939), amateur operator (AOCP 140, 1925, No. ?? in Qld), amateur broadcaster, bricklayer ===''FELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Frederick Fell|Fell, Evan Frederick]] [https://www.familysearch.org/tree/person/details/GXH4-FTW] - 1914(Qld)-1994(Qld) - Licences: 4EF Brisbane (Ashgrove, 1932-1939); 4EF Barcaldine (1946-1948); 4EF Mackay (1954-1955); 4EF Brisbane (Ashgrove, 1956; Bardon, 1960-1980+) - Qualifications: cc; AOCP 978, 1932, No. ?? in Qld; AOLCP 175, 1934 - amateur operator; amateur broadcaster; WW2; state public servant (inspector); property developer - Electoral Rolls: clerk (Ashgrove, Qld, 1936-1943); engineer (Townsville, Qld, 1949; Mackay, Qld, 1954); public servant (Bardon, Qld, 1958-1977) ===''FELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/L. C. Fells|Fells, L. C.]] - 19??(???)-19??(???) - Licences: 3DL Melbourne (Caulfield, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''FELTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Felton|Felton, William Robert]] [https://www.familysearch.org/tree/person/details/G8M5-C2J] - 1897(NSW)-1956(NSW) - Licences: 2RF Sydney (Petersham, 1927-1929; Belmore, 1930-1939, 1946-1956); 2RT Sydney (Kogarah, 1937) - Qualifications: AOCP 366, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: radio engineer (Belmore, 1930-1934); engineer (Belmore, 1936-1937); soldier (Belmore, 1943); radio technician (Belmore, 1949-1954) ===''FERGUSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Angus Ferguson|Ferguson, Colin Angus]] [https://www.familysearch.org/tree/person/details/L1DH-9KM] - 1917(SA)-2009(SA) - Licences: 5CJ Mt Gambier (1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1994, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Mt Gambier, SA, 1939-1943) * [[/Cyril E. Ferguson|Ferguson, Cyril E.]] - 1893(NZ)-19??(???) - commercial operator (1COCP 2, 1914, No. 2 in Aus) - coastal station operator? ===''FERRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Walter Cecil Ferrall|Ferrall, Edgar Walter Cecil]] [https://www.familysearch.org/tree/person/details/GQMF-G97] - 1898(Tas)-1971(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Launceston, 1919-1949); inspector (Kingston Beach, 1954) ===''FERRICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Bernard Ferricks|Ferricks, Michael Bernard "Bernie"]] [https://www.familysearch.org/tree/person/details/L58X-S4X] - 1914(Qld)-1992(Qld) - Licences: 4UW Brisbane (Fortitude Valley, 1935-1939) - Qualifications: cc; AOCP 1471, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Valley, Qld, 1936-1937); chemist (Northgate, Qld, 1949-1977); retired (Cairns, Qld, 1980) ===''FIEDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Victor Fiedler|Fiedler, Leslie Victor]] [https://www.familysearch.org/tree/person/details/KHNW-3JZ] - 1906(SA)-1969(WA) - Licences: 5SL Adelaide (Woodville, 1927-1933), 5SL Moonta (1937-1939) - Qualifications: cc; AOCP 353, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Henley, 1939-1943); theatre manager (Belmont, 1949); film exhibitor (Mt Lawley, 1958); company director (Mt Lawley, 1963-1968) ===''FIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph William Field|Field, Ralph William]] [https://www.familysearch.org/tree/person/details/G86V-Q5T] - 1915(Vic)-2007(Vic) - Licences: 3RF Melbourne (Caulfield, 1930-1939; Ormond, 1946-1948); 3LJ Melbourne (Ormond, 1954-1960) - Qualifications: AOCP 599, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: compositor (Caulfield, 1937); machinist (Bentleigh, 1942-1977) ===''FILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Crawford Files|Files, Jack Crawford]] [https://www.familysearch.org/tree/person/details/GXWG-JWJ] - 1907(Qld)-1967(Qld) - Licences: 4JF Brisbane (Buranda, 1932-1935; Coorparoo, 1936-1939; Buranda 1946-1965) - Qualifications: cc; AOCP 1055, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, QSL manager); journalist (Teleradio, WIA Notes); accountant - Electoral Rolls: sheet metal worker (Buranda, Qld, 1931-1934; Coorparoo, Qld, 1936-1937); metal worker (Buranda, Qld, 1943-1963) ===''FILMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Le Roy Drowley Filmer|Filmer, Le Roy Drowley]] [https://www.familysearch.org/tree/person/details/GZNF-2Z7] - 1902(NSW)-1976(NSW) - 2FT Newcastle (Toronto, 1925-1930; Hamilton South, 1931), amateur operator (AOCP 148, 1925, No. ?? in NSW), amateur broadcaster, metallurgist ===''FINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Edward Finch|Finch, Alan Edward]] [https://www.familysearch.org/tree/person/details/G6M4-987] - 1915(Tas)-1974(Vic) - Licences: 7CJ Launceston (Mowbray Heights, 1935-1939); 7CJ Hobart (New Town, 1946-1954); 7CJ Kelso (1955-1956); 3AEO Shepparton (1960-1975) - Qualifications: cc; AOCP 1575, 191935, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (St Leonards, 1936-1937); mechanic (New Town, 1943-1954); public servant (Radio Australia, Shepparton, Vic, 1963-1968); technician (Shepparton, 1972) ===''FINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Warren Finn|Finn, Leonard Warren]] [https://www.familysearch.org/tree/person/details/GX2K-4P6] - 1914(SA)-1999(SA) - Licences: 5SP Adelaide (Seaton Park, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1671, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Seaton Park, SA, 1939-1943) ===''FINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Finney|Finney, William "Bill"]] [https://www.familysearch.org/tree/person/details/GDVD-W2H] - 1881(Qld)-1954(Qld) - Licences: 4AU Brisbane (Red Hill, 1923-1925); 4WF Brisbane (Red Hill, 1926-1929) - Qualifications: cc; CPRT 845, 1925; 2COCP 307, 1940 - amateur operator; amateur broadcaster; radio club (WIAQ); honorary radio inspector - Electoral Rolls: telegraph operator (Red Hill, 1903-1905); telegraphist (New Farm, 1908; Newmarket, 1909; Red Hill, 1913-1937; East Nundah, 1949; Wooloowin, 1954) ===''FISHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Hugh Fisher|Fisher, Douglas Hugh]] [https://www.familysearch.org/tree/person/details/GD15-N13] - 1913(Vic)-1978(Tas) - Licences: 7AB Launceston (1934-1939); 7AB Burnie (1946-1948); 7AB Devonport (1954-1955); 7AB Lenah Valley (1956); 7AB Zeehan (1960); 7AB Oatlands (1965-1969; 7AB Claremont (1975) - Qualifications: cc; AOCP 1373, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: father of 7ZEE Neville Grant Fisher - Electoral Rolls: clerk (Launceston, 1936); bank clerk (Launceston, 1937; Burnie, 1943-1949; Devonport, 1954) ===''FISK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Thomas Fisk|Fisk, Ernest Thomas]] - 1886(Eng)-1965(NSW), 2EF Sydney (Lindfield, 1933-1939), early wireless experimenter, amateur radio operator (pre AOCP, no record of AOCP, AOCP 1055, 1932, No. ?? in NSW), broadcast and radiocommunications business proprietor (AWA), operated prior to 1933 under various AWA callsigns, 2MC in 1928 was licensed to his residence at Vaucluse - Links: [https://adb.anu.edu.au/biography/fisk-sir-ernest-thomas-6177 ADB] [http://messui.polygonal-moogle.com/valves/NW198906.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198907.pdf EA2] ===''FITCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campbell Fitchett|Fitchett, John Campbell]] [https://www.familysearch.org/tree/person/details/LDQJ-K7W] - 1900(Vic)-1939(Vic) - Licences: XJDM Melbourne (Balwyn, 1913-1914); 3BL Melbourne (Balwyn, 1922-1925; Brighton, 1926-1939) - Qualifications: cc; CPRT 609, 1921 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: journalist (Brighton, 1928-1937) - TroveTag: "XJDM-3BL - John Campbell Fitchett" ===''FITTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Stephen Luther Fittell|Fittell, Stephen Luther "Steve"]] [https://www.familysearch.org/tree/person/details/GCN9-KRT] - 1910(Qld)-1999(Qld) - Licences: 4JO Gympie (1929-1939); 4YF Gympie (1975-1980+) - Qualifications: cc; AOCP 487, 1929, No. ?? in Qld; 2COCP 280, 1930 - amateur operator; amateur broadcaster; member radio club (WIAQ, Gympie ARC); commercial broadcaster (4GY) - Electoral Rolls: radio specialist (Gympie, 1937); radio dealer (Gympie, 1943-1980) ===''FITZALAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Albini Lawrence Fitzalan|Fitzalan, Herbert Albini Lawrence "Hal"]] - 19??(???)-1951(Qld) - 4HF Brisbane?, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, Halcyon (not mentioned) ===''FITZGERALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Francis Fitzgerald|Fitzgerald, Eric Francis]] [https://www.familysearch.org/tree/person/details/G84F-Z7H] - 1907(Qld)-1978(NSW) - Licences: 2EA Sydney (Bellevue Hill, 1928-1929; Burwood, 1930-1931; Pagewood, 1931; Abbotsford, 1931; Bellevue Hill, 1933-1937; Waverley, 1938-1939); 2AAO Sydney (Chatswood, 1950-1961) - Qualifications: AOCP 467, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woolahra, 1930-1931); salesman (Coogee, 1937); clerk (Chatswood, 1943-1977) * [[/Patrick Michael Anthony Fitzgerald|Fitzgerald, Patrick Michael Anthony "Pat"]] [https://www.familysearch.org/tree/person/details/G33Q-6K9] - 1908(Qld)-1988(Qld) - Licences: 4PF Rockhampton (1936-1939) - Qualifications: cc; AOCP 1802, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rockhampton, Qld, 1930); public servant (Rockhampton, Qld, 1931-1968); clerk (Corinda, Qld, 1972-1977); retired (Emu Park, Qld, 1980) ===''FITZGIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard John Fitzgibbons|Fitzgibbons, Richard John]] [https://www.familysearch.org/tree/person/details/GXXN-QPG] - 1893(Qld)-1969(Qld) - Licences: 4DV Receive Brisbane (Ascot, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: locomotive fitter (Maryborough, Qld, 1916-1919); engine fitter (Ascot, Qld, 1921-1968) ===''FITZMAURICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Simcoe Fitzmaurice|Fitzmaurice, James Simcoe]] [https://www.familysearch.org/tree/person/details/GDKS-KCF] - 1861(Vic)-1934(SA) - Licences: XYB Perth (1913-1914); 5FT Adelaide (North Walkerville, 1923-1933) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; PMGD (State Engineer, WA & SA); MIEE, AMIEE - Electoral Rolls: electrical engineer (Claremont, 1914-1916) ===''FLAHERTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Thomas Holm Flaherty|Flaherty, Gordon Thomas Holm]] [https://www.familysearch.org/tree/person/details/G6Q2-C9T] - 1900(Vic)-1967(Qld) - Licences: 4CB Receive Brisbane (South Brisbane) - Qualifications: cc; Nil yet identified - amateur receiver; WW2; federal public servant (PMGD) - Electoral Rolls: postman (South Brisbane, 1922); telephone mechanic (Buranda, 1925; Coorparoo, 1928); mechanic (Camp Hill, 1936; Beaudesert, 1937-1943); technician (Camp Hill, 1949-1963) ===''FLETCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Fletcher|Fletcher, Austin]] [https://www.familysearch.org/tree/person/details/LZKQ-2QR] - 1891(Eng)-1922(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 128, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: wireless engineer (Roebourne, 1913); radio operator (Esperance, 1916-1917); wireless operator (Roebourne, 1917-1918); telegraphist (Oakleigh, 1921) ===''FLOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Flood|Flood, Arthur George]] [https://www.familysearch.org/tree/person/details/G6BF-HPG] - 1883(Eng)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 238, 1916; 2COCP 415, 1932; 1COCP 348, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIL Flinders Island (1917-1918) - Electoral Rolls: engineer (Emita, Flinders Island, Tas, 1914-1919); radio telegraphist (Thursday Island, 1925; Meeandah, Qld, 1928; Eagle Farm, Qld, 1936-1937; Cooktown, Qld, 1943); retired (Cairns, 1954-1958; Eventide Home, Charters Towers, 1963) ===''FOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Lillico Fogg|Fogg, Hugh Lillico]] [https://www.familysearch.org/tree/person/details/GW8N-KRZ] - 1900(Tas)-1975(WA) - Licences: 6HF Perth (Mt Lawley, 1931-1939); 5HF Mt Barker (1947-1948); 3AHF Benalla (1954-1960); 6HF Perth (Inglewood, 1965-1975) - Qualifications: cc; AOCP 787, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Perth, WA, 1931); clerk (Maylands, WA, 1936); bank officer (Maylands, WA, 1943); manager (ANZ Bank, Benalla, Vic, 1954); retired (Inglewood, WA, 1963-1972) ===''FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry James Bartholomew Foley|Foley, Henry James Bartholomew]] [https://www.familysearch.org/tree/person/details/G8QZ-5SV] - 1886(NSW)-1954(NSW) - Licences: Sydney (Randwick, 1911) - Qualifications: pre AOCP - early wireless experimenter - Electoral Rolls: clerk (Randwick, 1913); merchant (Drummoyne, 1930-1954) ===''FOLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Ulrich Francis Folie|Folie, Max Ulrich Francis]] [https://www.familysearch.org/tree/person/details/G8VC-Y7F] - 1909(Vic)-1968(Vic) - Licences: 3WZ Melbourne (Hawthorn East, 1930-1933); 3GZ Mildura (1946-1965) - Qualifications: AOCP 682, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Auburn, 1931); radio engineer (Mildura, 1934-1968) ===''FONTAINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Alfred Fontaine|Fontaine, Louis Alfred]] [https://www.familysearch.org/tree/person/details/GMDQ-L2V] - 1894(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT, 1914, No. 3 in Aus and Vic - RANRS; coastal wireless operator (VIG, Port Moresby, 1915-1918) - Electoral Rolls: radio telegraphist (Radio Station, Wyndham, 1918; Geraldton, 1922; Thursday Island, 1934-1936); telegraphist (St Kilda, 1937); radio telegraphist (Malvern, 1942); electrician (Camberwell, 1949) ===''FOOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Foot|Foot, George]] [https://www.familysearch.org/tree/person/details/G6BT-FVF] - 1878(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 36, 1915 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: wireless operator (South Yarra, 1915; St Kilda, 1916-1917); RAN (Balaclava, 1919); tobacconist (Sandringham, 1925); manager (Prahran, 1937); clerk (St Kilda, 1942); retired (Dandenong, 1949-1954) ===''FORECAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Mark Llewllyn Forecast|Forecast, Arthur Mark Llewllyn]] [https://www.familysearch.org/tree/person/details/9HPS-H18] - 1901(Vic)-1986(Vic) - Licences: 3AM Melbourne (Malvern, 1926-1931; St Kilda, 1933; Caulfield, 1937-1939, 1946-1948; The Basin, 1954-1975; Ferntree Gully, 1980+) - Qualifications: AOCP 279, 1926, No. ?? in Vic; AOLCP 141, 1934; BOCP 156, 1938; 1COCP 245, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: biograph operator (Malvern, 1925-1928); projectionist (St Kilda, 1931-1934); biograph operator (Caulfield East, 1937-1942; Glenhuntley, 1949); projectionist (The Basin, 1963-1972); retired (Ferntree Gully, 1977; Knoxfield, 1980) ===''FOREMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Graham Foreman|Foreman, Edgar Graham]] [https://www.familysearch.org/tree/person/details/GD95-36X] - 1908(Qld)-1981(Qld) - Licences: 4GF Ayr (1935-1939); 4GF Townsville (North Ward, 1947-1980+) - Qualifications: cc; AOCP 1577, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Stanton Hill, Qld, 1930); salesman (Ayr, Qld, 1934-1937); procurement specialist (Townsville, Qld, 1949); business proprietor (Townsville, Qld, 1954-1968); proprietor (Townsville, Qld, 1972-1980) ===''FORREST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Forrest|Forrest, John]] - 1847(WA)-1918(???) - state politician, senior federal politician (Postmaster-General 1901, 17 days) ===''FORSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Joseph Forshaw|Forshaw, Charles Joseph]] [https://www.familysearch.org/tree/person/details/GDGW-783] - 1895(Vic)-1961(Vic) - Licences: XJDA Melbourne (Elwood, 1913-1914); V736 Receive Hamilton (1922); 3GQ Receive Hamilton (1922) - Qualifications: cc; Nil yet identifed - early wireless experimenter; amateur receiver; WW1 - Electoral Rolls: bank clerk (Myrtleford, 1917); clerk (Oakleigh, 1924-1937; Gardiner, 1943; Elsternwick, 1949; Glenhuntly, 1954) ===''FORSYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Arthur Forsyth|Forsyth, Royce Arthur]] [https://www.familysearch.org/tree/person/details/GD1R-3S5] - 1917(Tas)-1973(Tas) - Licences: 7BC Launceston (1936-1939) - Qualifications: cc; AOCP 1637, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (Launceston, 1943); teacher (Hobart North, 1944); schoolteacher (Bellerive, 1949-1972) ===''FORSYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Edgar Forsythe|Forsythe, Leonard Edgar]] [https://www.familysearch.org/tree/person/details/GWBY-MTR] - 1894(NSW)-1981(NSW) - Licences: 2BF Receive Sydney (Northbridge, 1922); 2BF Sydney (Northbridge, 1922-1929; Drummoyne, 1930-1933; Snapper Island, 1934-1939) - Qualifications: cc; AOCP 40, 1924, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: flagmaker (Northbridge, 1930-1949); department manager (Drummoyne, 1958); ship's chandler (Drummoyne, 1963-1980) ===''FORTESCUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fortescue|Fortescue, Charles]] [https://www.familysearch.org/tree/person/details/LD8X-GQ7] - 1893(Qld)-1971(Qld) - Licences: 4GE Toowoomba (1922-1924); 4CF Toowoomba (1925-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military (CMF, Colonel); WW2; jeweller - Electoral Rolls: jeweller (Toowoomba, 1913-1958); nil (Toowoomba, 1963-1968) ===''FOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Foster|Foster, Ernest John "Ernie"]] - 1914(Qld)-1967(Qld) - 4BY Brisbane, amateur operator (no record of AOCP; AOCP ??, 19??, No. ?? in Qld), broadcast engineer (4MB, 4BU), military (WW2, RAAF) * [[/James Foster|Foster, James]] [https://www.familysearch.org/tree/person/details/GX2Z-27G] - 1915(SA)-1998(SA) - Licences: 5TX Adelaide (North Kensington, 1933-1939); 5LU Adelaide (Dulwich, 1947-1948; Oaklands, 1954-1965; Marion, 1969-1980+) - Qualifications: cc; AOCP 1140, 1933, SA; 1COCP 1046, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (Frewville, SA, 1943) ===''FOURRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Fourro|Fourro, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/G4D1-YRR] - 1906(NSW)-1978(ACT) - Licences: 2VF Corowa (1930-1936) - Qualifications: AOCP 703, 1930, NSW; AOLCP 165, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Narrandera, 1930); telephone mechanic (Corowa, 1931-1935); wireless mechanic (Corowa, 1936); mechanic (Brighton-le-Sands, 1937); foreman mechanic (2CY Canberra, 1943-1954); supervising technician (2BA Bega, 1958-1963); technician (Merimbula, 1968-1972) ===''FOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Malcolm Fowles|Fowles, Gordon Malcolm]] [https://www.familysearch.org/tree/person/details/G8H2-RC9] - 19??(???)-19??(???) - Licences: 3GF Melbourne (Elwood, 1929-1931); 3AMF Melbourne (Wheeler's Hill, 1948-1960; Avonsleigh, 1965-1969); 3AMF Cowes (1975) - Qualifications: AOCP 490, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: panel beater (Albert Park, 1943; Hamilton, 1949); farmer (Avonsleigh, 1968); retired (Cowes, 1972) ===''FOX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Fox|Fox, William George]] [https://www.familysearch.org/tree/person/details/G6BY-J5Z] - 1886(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 106, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Comment: several contemporaneous WG Fox; Electoral Rolls: Nil yet identified ===''FOXCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Foxcroft|Foxcroft, Allan]] [https://www.familysearch.org/tree/person/details/GFQS-K5P] - 1921(WA)-2008(Vic) - Licences: 6AF Perth (Victoria Park, 1937-1939); 3AE Melbourne (Caulfield, 1947-1980+) - Qualifications: cc; AOCP 1859, 1937, WA; 1COCP 506, 1941 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: technician (Caulfield, Vic, 1949-1963); engineer (Caulfield, Vic, 1967-1980) ===''FRAME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vivian Horace Frame|Frame, Vivian Horace]] [https://www.familysearch.org/tree/person/details/GHQ1-4QT] - 1899(Qld)-1959(Qld) - Licences: Receive (Valve) Mareeba (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: draftsman ( Brisbane City, Qld); public works officer (Mareeba, Qld, 1922); architect (Brisbane City, Qld, 1925-1928; Sandgate, Qld, 1936-1937; Virginia, Qld, 1949-1954; Norman Park, Qld, 1958) ===''FRANK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kendall Thomas Frank|Frank, Kendall Thomas]] [https://www.familysearch.org/tree/person/details/G8N2-TGZ] - 1904(WA)-1951(Qld) - Licences: Nil yet identified - Qualifications: CPRT 921, 1926; 2COCP 289, 1930; 1COCP 64, 1935 - ship wireless operator (AWA), coastal wireless operator, amateur operator?, broadcast engineer (4PM) - Electoral Rolls: radio engineer (Lakemba, 1943) - [https://adb.anu.edu.au/biography/frank-kendall-thomas-10236 ADB] ===''FRANZI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Franzi|Franzi, William Ronald "Bill" (formerly Emilio Stefan)]] - 1909(Italy)-19??(SA) - 4FR Atherton (1938-1939), 5FR Adelaide (Da Costa Park, 1946-1965; Glenelg East, 1969-1975), 5VK American Beach (1975-1980), amateur operator (AOCP 2192, 1938, No. ?? in Qld), amateur broadcaster, radio clubs (IREE), military (RAAF), employment (radio technician) ===''FRASER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Douglas Fraser|Fraser, James Douglas]] [https://www.familysearch.org/tree/person/details/G8NS-MQ3] - 1900(NSW)-1956(NSW) - Licences: 2JF Quirindi (1930-1935) - Qualifications: AOCP 637, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical engineer (Quirindi, 1930-1943); engineer (Picton, 1949-1954) * [[/H. Fraser|Fraser, H.]] - 19??(???)-19??(???) - 2JC Tamworth (1924-1925), amateur operator (no record of AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster * [[/Henry George Fraser|Fraser, Henry George]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 1001, 1932, No. ?? in ?? - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet identified, at least two HGF engineers ===''FRAZER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Frazer|Frazer, Charles Edward "Charlie"]] - 1880(Vic)-1913(Vic) - politician (Postmaster-General, 1911-1913) ===''FREEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Freeman|Freeman, Arthur Charles]] [https://www.familysearch.org/tree/person/details/G8ZL-4F7] - 19??(???)-1971(NSW) - Licences: 2AS Sydney (Burwood, 1929-1939; Ashfield, 1946-1958; Cheltenham, 1960-1969) - Qualifications: AOCP 544, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: packer (Newtown, 1930-1931; East Sydney, 1933-1935); engineer (Burwood, 1936-1937; Ashfield, 1943-1958; Cheltenham, 1963-1968) - individual not fully identified * [[/L. Freeman|Freeman, L.]] - 18??-19?? - Licences: XQB Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''FREESTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Roy Freestone|Freestone, Leslie Roy]] [https://www.familysearch.org/tree/person/details/LRCK-NB5] - 1896(Vic)-1982(Vic) - Licences: 3LF Ballarat (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Ballarat, 1916-1920); commercial traveller (Ballarat, 1921-1936); traveller (Brighton, 1937-1954); nil (Geelong, 1977-1980) ===''FRETTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/O'Della Paul Fretten|Fretten, O'Della Paul "Paul"]] [https://www.familysearch.org/tree/person/details/G845-BQH] - 1894(Eng)-1977(Vic) - Licences: 2RU Sydney (Concord, 1928-1930) - Qualifications: AOCP 460, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Concord, 1930; Strathfield, 1933); foreman (Lane Cove, 1936-1937); public servant (St Kilda, 1943); cafe proprietor (Melbourne, 1949); sales manager (St Kilda, 1963); instructor (Brighton, 1967-1968); retired (Malvern East, 1972; Fitzroy North, 1977) ===''FREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Samuel Vernon Frew|Frew, Geoffrey Samuel Vernon]] [https://www.familysearch.org/tree/person/details/G87N-ZC1] - 1909(Vic)-1984(Vic) - Licences: 3PM Melbourne (Glen Iris, 1928-1933; Brighton, 1937-1939, 1946-1956); 3PL Melbourne (Brighton, 1960); 3JK Melbourne (Brighton, 1969); 3PM Melbourne (1975-1980+) - Qualifications: AOCP 402, 1928, No. ?? in Vic; AOLCP 66, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1933); manager (Brighton, 1936-1937); engineer (Footscray, 1943; Brighton, 1949-1980) ===''FRIAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Owen Friar|Friar, Archibald Owen]] [https://www.familysearch.org/tree/person/details/G4LQ-LGV] - 1905(NSW)-1963(NSW) - Licences: 2AO Ulmarra (1929-1931); 2AO Grafton, 1933-1939) - Qualifications: AOCP 504, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chainman (Ulmarra, 1930-1937); garage proprietor (South Grafton, 1943-1963) ===''FROGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard James Frogley|Frogley, Gerard James]] [https://www.familysearch.org/tree/person/details/G7K7-JNM] - 1902(Eng)-1977(Eng) - Licences: 3GF Melbourne (Richmond, 1926-1927) - Qualifications: AOCP 240, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (East Melbourne, 1924); battery mechanic (Richmond, 1925-1931) ===''FRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Turner Fry|Fry, Alfred Turner]] [https://www.familysearch.org/tree/person/details/GDRX-2SL] - 1881(NSW)-1928(Vic) - Licences: 7BG Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: metallurgist (Ballarat, 1917; Queenstown, Tas, 1919-1922; Sandringham, 1924-1927) * [[/Reginald Hall Fry|Fry, Reginald Hall]] [https://www.familysearch.org/tree/person/details/GZ6Y-9WN] - 1891(NSW)-1976(NSW) - Licences: 2KC Sydney (Croydon, 1922-1929; Killara, 1930-1933); 2KC Parkes (1934); 2KC Goulburn (1935-1936); 2KC Wollongong (1937-1939) - Qualifications: cc; AOCP 86, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil engineer (Gordon, 1930; Killara, 1933; Goulburn, 1935-1936; Wollongong, 1937; Killara, 1943-1968); engineer (Killara, 1972) ===''FRYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Norman Fryer|Fryer, Keith Norman]] [https://www.familysearch.org/tree/person/details/G3KH-TZ8] - 1906(Vic)-19??(???) - Licences: 2KF Sydney (Suspension Bridge, 1927-1928) - Qualifications: AOCP 332, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Neutral Bay, 1930-1931; Northbridge, 1934; North Sydney, 1936; Mosman, 1943-1949) ===''FULCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/J. Fulcher|Fulcher, J.]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, (Halcyon, P. 4) ===''FYSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Oakley Fysh|Fysh, Philip Oakley]] [https://www.familysearch.org/tree/person/details/LHNP-534] - 1835(Eng)-1919(Tas) - state politician (MLC Tas, 1860s through 1890s; MHA Tas 1870s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1903-1904) - Relationships: grandfather of 7PF Philip Oakley Fysh * [[/Philip Oakley Fysh|Fysh, Philip Oakley "Phil"]] [https://www.familysearch.org/tree/person/details/L2YS-4ZR] - 1897(Tas)-1966(Tas) - Licences: 7PF Launceston (1925-1927) - Qualifications: cc; AOCP 128, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; radio clubs (Launceston Radio Experimenters' Club, WIA Launceston); WW2 - Relationships: grandson of Philip Oakley Fysh, federal Postmaster-General 1903-1904 - Electoral Rolls: merchant (Launceston, 1922-1954) =='''G'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''GABBERTAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Gabbertas|Gabbertas, Jack]] [https://www.familysearch.org/tree/person/details/GF9C-2W7] - 1915(Eng)-2003(WA) - Licences: 6GB Perth (Maylands, 1936-1939; Mt Hawthorn, 1947-1980+) - Qualifications: cc; AOCP 1810, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, WA, 1937; East Perth, WA, 1943); mechanic (Mt Hawthorn, WA, 1949-1980) ===''GADSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Wilkinson Gadsden|Gadsden, Stanley Wilkinson]] [https://www.familysearch.org/tree/person/details/GM38-WZ2] - 1887(Vic)-1957(Vic) - Licences: 3SW Melbourne (Kew, 1924-1939) - Qualifications: AOCP 26, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; radio clubs (WIA Vic, Chief of Council, 1926); placed 2nd in 3LO amateur broadcasting competition 1926 - Electoral Rolls: printer (Kew, 1908-1915); manufacturer (Kew, 1917-1954) ===''GALLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Galle|Galle, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/GX2P-KXN] - 1912(SA)-2008(SA)96yo - Licences: 5QR Adelaide (Prospect, 1931-1939, 1947-1948; Enfield, 1954-1980+) - Qualifications: cc; AOCP 834, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Jabuk, SA, 1939-1941); schoolteacher (Tailem Bend, SA, 1943) ===''GAMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ray Gamble|Gamble, William Ray "Ray"]] - 1928(NSW)-2011(NSW) - broadcast engineer (BOCP 961, 1948), station manager, radio network principal [https://radioinfo.com.au/news/vale-ray-gamble Radio Info] ===''GAMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Gamon|Gamon, George Arthur]] - 1900(Vic)-1977(???) - 3GG Melbourne (South Yarra, 1925-1926; Middle Park, 1927), amateur operator (AOCP 89, 1925, No. ?? in Vic), amateur broadcaster ===''GARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Garing|Garing, William Henry]] [https://www.familysearch.org/tree/person/details/G8WV-2YG] - 1910(Vic)-2004(NSW) - Licences: Nil identified - Qualifications: AOCP 431, 1928, No. ?? in Vic - amateur operator? - Electoral Rolls: cadet (Point Cook, 1931-1934); airman (Point Cook, 1937); RAAF officer (Townsville, 1943; Point Cook, Vic, 1958; Williamtown, NSW, 1958); executive director (Turramurra, 1968); director (Turramurra, 1980) ===''GARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Raymond Garner|Garner, Alan Raymond]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: PMG technician! (Frankston, 1963-1980) ===''GARNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Garnett|Garnett, Brian]] - 19??(???)-19??(???) - 4AHN Currimundi, amateur operator (AOCP ??, 19??, No. ?? in Qld), ===''GARRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Randolph Garran|Garran, Richard Randolph]] [https://www.familysearch.org/tree/person/details/K822-L54] - 1903(Vic)-1991(ACT) - Licences: 3AW Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (Toorak, 1924-1925); manager (Semaphore, SA, 1941; Caulfield, Vic, 1954-1980) ===''GARRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Benjamin Walter Garrett|Garrett, Horace Benjamin Walter]] [https://www.familysearch.org/tree/person/details/G7PD-9SV] - 1906(Vic)-1979(Vic) - Licences: 3JI Melbourne (Box Hill, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster - Electoral Rolls: sales (Box Hill, 1928-1934); radio mechanic (Box Hill, 1936); salesman (Box Hill, 1943-1977) ===''GARTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Garth|Garth, Reginald]] [https://www.familysearch.org/tree/person/details/G8DX-47Z] - 1903(Eng)-1959(Tas) - Licences: 2VZ Sydney (Coogee, 1930; Clovelly, 1931-1933; Bankstown, 1934-1936); 4VZ Mackay (1937-1939); 3SF Melbourne (Preston, 1948; Seaford, 1954); 7RG Trevallyn, 1955-1956) - Qualifications: cc; AOCP 584, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Clovelly, NSW, 1930-1933); mechanic (Bankstown, NSW, 1934-1936); electrician (Slade Point, Qld, 1937-1943; Beaconsfield, Tas, 1958) ===''GAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Holman Gay|Gay, Augustus Holman]] [https://www.familysearch.org/tree/person/details/G8PF-938] - 1902(Vic)-1984(Vic) - Licences: 3SM Warragul (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Warragul, 1927-1934); engineer (South Yarra, 1936-1954); electrical engineer (Kew, 1963-1980) * [[/Vivian James Gay|Gay, Vivian James]] [https://www.familysearch.org/tree/person/details/LYT8-VJJ] - 1908(NSW)-1999(Qld) - Licences: 2VI Sydney (Chatswood, 1935-1939; North Sydney, 1946-1947; Lane Cove, 1948-1965); 2VI Burradoo (1980+) - Qualifications: cc; AOCP 1510, 1935, NSW - amateur operator; amateur broadcaster - Electoral Rolls: printer (Artarmon, 1930-1937; Chatswood, 1943); master printer (Lane Cove, 1949-1968); printer (Artarmon, 1972); retired (Burradoo, 1977-1980) ===''GEAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Vivian Geake|Geake, Wilfred Vivian]] [https://www.familysearch.org/tree/person/details/GXTF-H1J] - 1893(SA)-1974(SA) - Licences: 5BR Receive Kooringa (1922); 5BR Receive (Murray Bridge, 1923); Receive Murray Bridge (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hillside, SA, 1939) ===''GEDDES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Albert Geddes|Geddes, Frank Albert]] - 1901(NSW)-1922(NSW) - 2GC Sydney (Waverley, 1922, receive only), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), radio clubs (Waverley Radio Club), due to age licence held in name of father Francis G Geddes ===''GEEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Leslie Geeves|Geeves, Philip Leslie "Phil"]] [https://www.familysearch.org/tree/person/details/G88C-Y8Y] - 1917(NSW)-1983(NSW) - radio broadcaster (VK2ME, 2CH, ABC); employment (AWA, 1937-1970s); journalist (SMH); historian (AWA, broadcasting); awards (OAM, 1980) - Electoral Rolls: radio executive (Bexley, 1949-1963); executive (Hurstville South, 1972-1980) ===''GEISEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elizabeth Aileen Geisel|Wallace nee Geisel, Elizabeth Aileen "Betty"]] [https://www.familysearch.org/tree/person/details/GXK7-NJ4] - 1921(SA)-2000(SA) - Licences: 5YL Murray Bridge (1936-1939) - Qualifications: cc; AOCP 1788, 1936, SA; 2COCP 448, 1941; 1COCP 544, 1941 - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: Nil yet identified - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''GEORGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Heinrich Alfred August George|George, Heinrich Alfred August "Henry", "Harry"]] [https://www.familysearch.org/tree/person/details/G387-XZ4] - 1899(Vic)-1968(Vic) - Licences: 3ZP Melbourne (Footscray, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1919-1963) ===''GEORGESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Georgeson|Georgeson, James]] [https://www.familysearch.org/tree/person/details/LTS1-17Q] - 1897(Eng)-1976(Taiwan) - Licences: 5JD Adelaide (Glenelg, 1936-1938); 2AKU Sydney (Neutral Bay, 1939; Granville, 1946-1947; Artarmon, 1948-1954; Lane Cove (1955); Artarmon (1956-1975) - Qualifications: cc; AOCP 1783, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, NSW, 1943); engineer (Artarmon, NSW, 1949-1954); electrical engineer (Artarmon, NSW, 1963-1968); engineer (Artarmon, NSW, 1972) ===''GERAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/James Anselm Geraghty|Geraghty, James Anselm]] [https://www.familysearch.org/tree/person/details/GZVD-VY9] - 1877(???)-1969(Qld) - Licences: 4CS Receive Townsville (1923); 4CS Townsville (1923-1924); 4CS Brisbane (Nudgee, 1924); 4CS Gympie (1924); 4CS Townsville (1925); 4CS Gympie (1925-1927); 2JG Wagga Wagga (1929); 7CB Launceston (1931); 4CB Brisbane (Nudgee, 1933); 4AC Bundaberg (1934) - Qualifications: AOCP 186, 1925, No. 17 in Qld - amateur operator; amateur broadcaster; minister of religion and teacher (Christian Brothers) - Electoral Rolls: teacher (Ballarat, 1906; Gympie, 1909-1913; Dunedin, 1914-1916; South Brisbane, 1919-1925; Tamworth, 1930; Bundaberg, 1934; Ipswich, 1943; Albion, 1949; Gympie, 1954); retired (Boondall, 1958-1968) ===''GIBBON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Foster Gibbon|Gibbon, Thomas Foster]] [https://www.familysearch.org/tree/person/details/G857-MWS] - 1896(Vic)-1965(Vic) - Licences: XJAV Melbourne (Kew, 1913-1914); Receive (Valve) Melbourne (Kew, 1923); 3XZ Melbourne (Kew, 1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: student (Kew, 1919-1925); electrical engineer (Kew, 1928-1954); engineer (Kew, 1963) ===''GIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gibbons|Gibbons, Frederick]] [https://www.familysearch.org/tree/person/details/L2XB-YRJ] - 1907(Wales)-19??(???) - Licences: 2FG Sydney (Neutral Bay, 1926-1930) - Qualifications: AOCP 255, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: no occupation (Neutral Bay, 1930); clerk (Gordon, 1954-1968); director (Turramurra, 1972-1977) ===''GIBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. G. Gibson|Gibson, E. G.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Ormiston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified *[[/Edgar McLean Gibson|Gibson, Edgar McLean]] [https://www.familysearch.org/tree/person/details/GS5W-SM5] - 1877(Qld)-1969(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1925), possibly held on behalf of son Leighton - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radio clubs - Relationships: father of 4AN William Leighton Gibson - Electoral Rolls: electrical engineer (Toowoomba, 1908-1917; Greenslopes, 1922); engineer (Manly, 1936-1937; Hawthorne, 1943-1968) *[[/George Holland Gibson|Gibson, George Holland]] [https://www.familysearch.org/tree/person/details/MXPG-HB4] - 1892(Qld)-1978(Qld) - Licences: XQG Brisbane (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: carpenter (Fortitude Valley, 1915-1917); mechanic (Newmarket, 1919-1928; New Farm, 1937-1943); telephone technician (Bulimba, 1954-1977) * [[/Richard Leslie Gibson|Gibson, Richard Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9QNS-G8V] - 1900(NSW)-1976(NSW) - Licences: 2GH Alstonville (1930-1939) - Qualifications: AOCP 578, 1930, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Alstonville, 1930-1949); retired (Alstonville, 1963-1968; Ballina, 1972) * [[/William Gerrand Gibson|Gibson, William Gerrand]] [https://www.familysearch.org/tree/person/details/LWJY-5G9] - 1869(Vic)-1955(Vic) - Politician, Federal Postmaster-General 1923-1929 [https://adb.anu.edu.au/biography/gibson-william-gerrand-6313 ADB] *[[/William Leighton Gibson|Gibson, William Leighton "Leighton" & "Gibby"]] [https://www.familysearch.org/tree/person/details/GS5W-Q7S] - 1907(Qld)-1995(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1927) - Qualifications: AOCP 73, 1925, No. 7 in Qld - amateur operator; amateur broadcaster; journalist (QRN "Bananalander"); wireless business employee (Phillips Radio) - Relationships: son of 4AN Edgar McLean Gibson - Electoral Rolls: salesman (Manly, Qld, 1936-1937; Camp Hill, Qld, 1943); manager (Balgowlah, NSW, 1949); business executive (Balgowlah, NSW, 1958); regional representative (Palm Beach, Qld, 1963-1980) ===''GIDDINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hudson Giddings|Giddings or Whitney, Albert Hudson]] [https://www.familysearch.org/tree/person/details/GXR4-PDP] - 1914(Vic)-19??(???) - Licences: 5FI Adelaide (Nailsworth, 1935-1937) - Qualifications: cc; AOCP 1556, 1935, SA; 1COCP 102, 1936 - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant, Signals) - Electoral Rolls: PMG employee (Sale, Vic, 1968); technician (Elwood, Vic, 1972); clerk (Hughs, ACT, 1977-1980) - Links: [https://vwma.org.au/explore/people/612780 VWMA] * [[/Albert William James Giddings|Giddings, Albert William James]] [https://www.familysearch.org/tree/person/details/9711-NG3] - 1909(Vic)-1983(Vic) - Licences: 3DG Stratford (1935-1939); 3DG Numurkah (1947-1948); 3DG Lancefield (1954-1969); - Qualifications: cc; AOCP 1574, 1935, SA - amateur operator; amateur broadcaster;; WW2 (RAAF, Warrant Officer) - Electoral Rolls: bank official (Culgoa, Vic, 1931); bank clerk (Pakenham East, Vic, 1934); bank officer (Stratford, Vic, 1936-1937); warrant officer RAAF (Point Cook, Vic, 1942); bank official (Numurkah, Vic, 1949) ===''GILFILLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles Kent Gilfillan|Gilfillan, William Charles Kent]] [https://www.familysearch.org/tree/person/details/GDPF-93Q] - 1869(NSW)-1952(NSW) - Licences: 2AM Receive Sydney (Greenwich, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: independent means (Manly, 1913); soldier (Manly, 1930-1935); no occupation (Redfern, 1937); manufacturer (Mosman, 1943-1949) ===''GILHOOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Forrest Gilhooley|Gilhooley, Joseph Aloysius Forrest]] [https://www.familysearch.org/tree/person/details/GDPF-L6N] - 1877(NSW)-1950(NSW) - Licences: 2AH Receive Sydney (Woollahra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: clerk (Darlinghurst, 1903; Hunters Hill, 1930-1935); traveller (Hunters Hill, 1937-1949) ===''GILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Stewart Gill|Gill, Alan Stewart]] [https://www.familysearch.org/tree/person/details/GH6B-JQ4] - 1907(NSW)-1983(Tas) - Licences: 7AS Launceston (1925-1927) - Qualifications: cc; AOCP 191, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; scientist & engineer (Electrolytic Zinc Co) - Electoral Rolls: research chemist (Hobart Central, 1928; Sandy Bay, 1936-1949); chemist (Hobart South, 1954) * [[/Alfred Wyatt McKenzie Gill|Gill, Alfred Wyatt McKenzie]] [https://www.familysearch.org/tree/person/details/GDBP-B8D] - 1908(NSW)-1959(NSW) - Licences: 2TS Receive Sydney (Killara, 1923); 2TS Sydney (Killara, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: barrister (Killara, 1933-1937; Wahroonga, 1949); soldier (Wahroonga, 1943); airline officer (Wahroonga, 1954-1958) ===''GILLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Rex Gregory Gillett|Gillett, Clarence Rex Gregory]] [https://www.familysearch.org/tree/person/details/GWJC-ZDW] - 1919(SA?)-2020(SA) - prominent MW and SW broadcast DXer (1940-1990), clubs (All Wave All World DX Club, Australian DX Radio Club (SA Branch), South Australian DX Radio Club, Australian Radio DX Club, Southern Cross DX Club, DX Australia, New Zealand Radio DX League) - substantial portion (100+) of QSL collection survives (SSD, NFSA) ===''GILLHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman William Gillham|Gillham, Norman William]] [https://www.familysearch.org/tree/person/details/GMTT-M8V] - 1906(Tas)-1994(Tas) - Licences: Receive Hobart (Sandy Bay, 1923-1924); 7NW Hobart (Sandy Bay, 1925-1927) - Qualifications: cc; AOCP 176, 1925, No. ?? in Tas; CPRT 944, 1927 - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Sandy Bay, 1928); joiner (Queensborough, 1936-1937); builder (Nelson, 1943-1954) ===''GILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Clifford Gillon|Gillon, Peter Clifford]] [https://www.familysearch.org/tree/person/details/GD7M-X53] - 1895(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 99, 1915 - Coastal wireless operator - Electoral Rolls: operator (Bondi, 1934); radio telegraphist (Crow's Nest, NSW, 1936; Cooktown, Qld, 1937; Townsville, 1943); telegraphist (Kensington, NSW, 1949-1954; Cremorne, 1958); radio operator (Cremorne, 1963-1968) ===''GILMOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Stanley Gilmour|Gilmour, Norman Stanley]] [https://www.familysearch.org/tree/person/details/GZZD-PVG] - 1890(Vic)-1962(NSW) - Licences: 2ZU Sydney (Neutral Bay, 1923-1930; Potts Point, 1931; City, 1933-1939; Mosman, 1948-1960) - Qualifications: cc; AOCP 28, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: director (Neutral Bay, 1930); business manager (Darlinghurst, 1931); engineer (Darlinghurst, 1934-1937; Mosman, 1943-1958) ===''GINBEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Haldane Ginbey|Ginbey, Ian Haldane]] [https://www.familysearch.org/tree/person/details/GFM1-73N] - 1913(WA)-1962(WA) - Licences: 6IG Perth (Fremantle, 1938-1939; Bicton, 1947-1948; Attadale, 1954-1960) - Qualifications: cc; AOCP 2084, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (South Fremantle, WA, 1936; Fremantle, WA, 1937; South Fremantle, WA, 1943); salesman (Melville, WA, 1958) ===''GINGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ubitt Victor Ginger|Ginger, Ubitt Victor]] [https://www.familysearch.org/tree/person/details/GS5P-G76] - 1891(NSW)-1943(NSW) - Licences: 2LF Receive Sydney (Mosman, 1922-1923); 2LF Sydney (Mosman, 1922-1924; North Sydney, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; police officer - callsign 2LF to L. R. Filmer, Toronto from Sep 1925, Bracken from 1933 - Electoral Rolls: constable (Chatswood, 1930-1933); police constable (Marrickville, 1934); constable (Naremburn, 1936-1937) ===''GINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Ginn|Ginn, Ernest George]] [https://www.familysearch.org/tree/person/details/GXZC-95C] - 1917(Qld)-2015(Qld) - Licences: 4GE Townsville (1936-1939; 1946-1948); 4GE Brisbane (Hendra, 1955-1980+) - Qualifications: cc; AOCP 1749, 1936, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ), military (WW2, RAAF, AIF); employment (life insurance agent) - Electoral Rolls: salesman (Townsville, Qld, 1943); shop assistant (Windsor, Qld, 1949); salesman (Hendra, Qld, 1954-1980) ===''GIVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/L. James M. Givens|Givens, L. James M. "James"]] [https://www.familysearch.org/tree/person/details/G8LX-7WR] - 1905(Vic)-1957(Vic) - Licences: 3EP Receive Melbourne (Canterbury, 1922-1923); 3EP Melbourne (Canterbury, 1924-1927); 3XY Melbourne (Canterbury, 1931) - Qualifications: cc; CPRT 849, 1925; AOLCP 121, 1933 - amateur operator, amateur broadcaster - Electoral Rolls: wireless officer (Canterbury, 1931-1937; Camberwell, 1943); photographer (Delbridge, 1954) ===''GLASSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Ronald John Glassop|Glassop, Ronald John]] [https://www.familysearch.org/tree/person/details/LBZX-P8N] - 1910(NSW)-1996(Qld) - Licences: 2RF Newcastle (City, 1934-1935; Blackhalls, 1936; Hamilton East, 1937); 4BG Brisbane (Clayfield, 1937-1939); 4BG Maryborough (1947-1969); 4BG North Tamborine (1980) - Qualifications: cc; AOCP 1288, 1934, NSW - amateur operator; amateur broadcaster; WW2; insurance assessor - Electoral Rolls: no occupation (Newcastle, NSW, 1932-1935); clerk (Hamilton, NSW, 1937); insurance inspector (Clayfield, Qld, 1937); insurance secretary (Maryborough, Qld, 1949-1968); retired (Miami, Qld, 1972; Mt Tamborine, Qld, 1977-1980) ===''GLOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Frederick Glover|Glover, Alexander Frederick or Frederick Alexander]] [https://www.familysearch.org/tree/person/details/L246-XZ6] - 1925(Vic)-2001(Vic) - Licences: 3AFG Sale (1948-1980+) - Qualifications: cc; AOCP 2705, 1948, Vic - amateur operator; amateur broadcaster - Electoral Rolls: operator (Sale, 1949); mechanic (Sale, 1954-1980) * [[/Arthur James George Glover|Glover, Arthur James George]] [https://www.familysearch.org/tree/person/details/2MT8-CZ8] - 1907(Vic)-1977(Vic) - Licences: 3AG Melbourne (Box Hill, 1928-1931; Surrey Hills, 1933); 3AG Warrnambool (1937-1939); 3AG Melbourne (Box Hill, 1946-1960; Camberwell, 1965-1975) - Qualifications: cc; AOCP 392, 1928, No. ?? in Vic; CPRT 1129, 1928; 2COCP 153, 1930; 1COCP 29, 1930 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Box Hill, 1931); engineer (Box Hill, 1936); radio engineer (Warrnambool, 1937); engineer (Canterbury, 1943; Box Hill, 1949-1954); automation engineer (Camberwell, 1963-1968); engineer (Camberwell, 1972-1977) * [[/Maurice Glover|Glover, Maurice]] [https://www.familysearch.org/tree/person/details/G8SK-25R] - 1912(Vic)-2003(Tas) - Licences: 7MG Hobart (Sandy Bay, 1938-1939, 1946-1948); 7MG Swansea (1954-1980+) - Qualifications: cc; AOCP 2129, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Nelson, 1943); no occupation (Swansea, 1949; Nelson, 1954) * [[/Maxwell Arthur Glover|Glover, Maxwell Arthur "Max"]] [https://www.familysearch.org/tree/person/details/G8SK-58X] - 1902(Vic)-1982(Vic) - Licences: 3GB Receive Melbourne (Auburn, 1922); 3GB Melbourne (Camberwell, 1924-1925) - Qualifications: No record of AOCP; 3COCP 671, 1948 - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Camberwell, 1924-1934); wool buyer (Toorak, 1935-1936; South Yarra, 1937); director (Malvern, 1949-1980) ===''GLUSKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Gluskie|Gluskie, C. R.]] - 19??(???)-19??(???) - Licences: Receive Hobart (New Town, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''GODDARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Endacott Goddard|Goddard, John Endacott]] [https://www.familysearch.org/tree/person/details/KNBM-L27] - 1914(WA)-1943(Crete) - Licences: 6JG Perth (North Perth, 1935-1939) - Qualifications: AOCP 1427, 1935, WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Fremantle, 1936) - Sacrifice: "Greater love hath no man than this" - Links: [https://aviationmuseumwa.org.au/afcraaf-roll/goddard-john-endacott-406692/ Aviation Museum WA]; [https://anzac.site/greece/crete-operation-thesis-goddard/ Operation Thesis]; [https://www.awm.gov.au/collection/R1703409 AWM Roll of Honour] ===''GOFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Goford|Goford, Thomas William]] [https://www.familysearch.org/tree/person/details/GXZH-W3H] - 1898(Eng)-1986(Qld) - Licences: 4MI Mount Isa (1936-1939) - Qualifications: cc; AOCP 1675, 1936, Qld; BOCP 387, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Mt Isa, Qld, 1937); broadcasting technician (Goonellabah, NSW, 1943); DCA technician (Alice Springs, NT, 1954-1963) ===''GOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Henry Yarburgh Gold|Gold, Clifford Henry Yarburgh or Yarborough "Cliff"]] [https://www.familysearch.org/tree/person/details/L19B-YYC] - 1906(Qld)-1986(Qld) - Licences: 4CG Brisbane (Hill End, 1926-1931); 4CG Toowoomba (1933-1939, 1946-1980+) - Qualifications: AOCP 262, 1926, No. 21 in Qld; AOLCP 186, 1934 - amateur operator, amateur broadcaster, broadcast engineer (4GR) - Electoral Rolls: shop assistant (West End, 1928-1931); radio operator (Toowoomba, 1934); projectionist (Toowoomba, 1936-1963); radio technician (Balmoral, 1968-1977) - Relationships: nephew of 4EG Edward Edwin Gold; also Doug & Geoff * [[/Douglas Edward Gold|Gold, Douglas Edward]] [https://www.familysearch.org/tree/person/details/G8RL-XQB] - 1917(NSW)-1964(Qld) - Licences: Nil yet identified - Qualifications: BOCP 254, 1939 - amateur operator; amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Geoffrey Kilvington Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio technician (Toowoomba, 1943-1949); assistant manager (Toowoomba, 1954-1958) * [[/Edward Edwin Gold|Gold, Edward Edwin "Ted"]] [https://www.familysearch.org/tree/person/details/L13Q-WZV] - 1894(Qld)-1961(Qld) - Licences: 4EG Toowoomba (1924-1939, 1946-1960) - Qualifications: AOCP 7, 1924, No. 1 in Qld - amateur operator; amateur broadcaster; awarded Class B licence for 4GR Toowoomba; commercial broadcast station proprietor (4GR); Relationships: father of Geoffrey Kilvington Gold; uncle of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: mechanic (Toowoomba, 1925-1958) * [[/Geoffrey Kilvington Gold|Gold, Geoffrey Kilvington]] - 1943(Qld)-1971(Qld) - Licences: Nil yet identified - Qualifications: BOCP 2210, 1963; AOLCP 1608, 1964 - amateur operator, amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Douglas Edward Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio broadcaster (Annerley, 1968) ===''GOLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick John Golden|Golden, Patrick John]] [https://www.familysearch.org/tree/person/details/GSFG-R49] - 1893(Ire)-1943(Qld) - Licences: 4PG Brisbane (Wynnum South, 1927) - Qualifications: cc; Nil yet identified (likely UK) - ship wireless operator; amateur operator; amateur broadcaster; radio business proprietor; WW2 - Electoral Rolls: salesman (Wynnum Heights, 1928-1931); radio dealer (Clayfield, 1936-1937); radio operator (Flying boat base, Karumba, 1943) - Sacrifice: "Greater love hath no man than this" ===''GOLDSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Herbert Goldsmith|Goldsmith, Frank Herbert]] [https://www.familysearch.org/tree/person/details/93SX-QL8] - 1895(WA)-1974(WA) - Licences: 6FG Perth (Nedlands Park, 1927-1939) - Qualifications: cc; AOCP 377, 1927, No. ?? in WA - amateur operator; amateur broadcaster; radio journalist - Electoral Rolls: clerk (West Perth, 1917); journalist (Bunbury, 1921-1922; Nedlands, 1925-1949; Roleystone, 1954-1958); retired (Rossmoyne, 1968-1972) * [[/Gordon William Goldsmith|Goldsmith, Gordon William]] [https://www.familysearch.org/tree/person/details/GZWR-BKR] - 1914(SA)-1998(SA) - Licences: 5HM Cowandilla (1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1629, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Cowandilla, SA, 1939-1943) ===''GOLDSWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Goldsworthy|Goldsworthy, William John]] [https://www.familysearch.org/tree/person/details/M4D7-C24] - 1910(Qld)-1950(Qld) - Licences: 4WA Brisbane (Valley, 1934-1939); 4WA Rockhampton (1947-1948)- Qualifications: cc; AOCP 1341, 1934, Qld; 2COCP 1112, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Valley, Qld, 1934-1943); aeradio operator (Rockhampton, Qld, 1949) ===''GOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jasper Claude Golley|Golley, Jasper Claude]] [https://www.familysearch.org/tree/person/details/GXGK-S1F] - 1904(SA)-1958(SA) - Licences: 5JX Adelaide (Glenelg, 1935-1937; Glengowrie, 1938-1939; Seacliff, 1948-1955) - Qualifications: cc; AOCP 1522, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: schoolteacher (Glengowrie, SA, 1939-1941; Seacliff, SA, 1943) ===''GOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Good|Good, Edward Joseph]] [https://www.familysearch.org/tree/person/details/GMS7-P78] - 1864(Vic)-1931(Vic) - Licences: 3HQ Glenrowan (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Taminick, 1903); traveller (Taminick, 1909-1930) ===''GOODE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Russell Goode|Goode, Arthur Russell]] - 1889(Vic)-1971(Vic) - XLK Melbourne (Moonee Ponds, 1913), early wireless experimenter (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), PMGD (telegraphist, Central Office, Melbourne, 1903-1921), Listener-In (journalist; editor), author several books, grandfather of Michael Goode 3BDL * [[/Michael Goode|Goode, Michael]] - 3ZYY Melbourne (Canterbury, 1969+), 3BDL Melbourne, amateur operator (AOCP ??, 1968, No. ?? in Vic), historian (amateur radio, 5 metres), grandson of XLK Arthur Russell Goode ===''GORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence Arthur Gorman|Gorman, Clarence Arthur]] [https://www.familysearch.org/tree/person/details/GHLZ-X8H] - 1895(NSW)-1970(NSW) - Licences: XCG Sydney (Oatley, 1913-1914); 2EC Receive Sydney (Arncliffe, 1922); 2EC Sydney (Arncliffe, 1923-1925); 2CG Sydney (Rockdale, 1925-1929); designated operator 2UI Illawarra Radio Club (Kogarah, 1923-1925) - Qualifications: cc; AOCP 222, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Comment: NSW winner 1923 Trans-Pacific Tests - Electoral Rolls: plumber (Rockdale, 1930-1931; Kogarah, 1932-1943; Hargrave Park, 1949; Villawood, 1954-1963) ===''GOSTELOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Victor Gostelow|Gostelow, Alfred Victor]] [https://www.familysearch.org/tree/person/details/LVVQ-PCX] - 1897(NSW)-1975(NSW) - Licences: XABD Dorrigo (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: accountant (Uralla, 1930-1936; Scone, 1937-1949; Terrigal, 1954-1968); retired (Terrigal, 1972) ===''GOTTING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Benjamin Gotting|Gotting, Herbert Edward Benjamin]] [https://www.familysearch.org/tree/person/details/GDLY-HLD] - 1889(NSW)-1965(NSW) - Licences: N760 Receive Braemar (1922); 2ID Receive Braemar (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Braemar, 1930); electrician (Mittagong, 1936-1937); engineer (Mittagong, 1949-1963) ===''GOVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Neville Govan|Govan, Walter Neville]] [https://www.familysearch.org/tree/person/details/L2XF-YDT] - 1905(Vic)-1956(SA) - Licences: 5WG Port Pirie (1934-1939); 5WG Crystal Brook (1947-1956) - Qualifications: cc; AOCP 1273, 1934, SA; BOCP 40, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: lead burner (Port Pirie, SA, 1939-1941); mechanic (Crystal Brook, SA, 1943) ===''GOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Selwyn Harry James Gover|Gover, Selwyn Harry James]] [https://www.familysearch.org/tree/person/details/GXNM-D2L] - 1903(Qld)-19??(???) - Licences: Receive (Crystal) Brisbane (Nundah, 1924) - Qualifications: cc; CPRT 789, 1923; 2COCP 43, 1929; 1COCP 249, 1939 - amateur receiver; ship wireless officer - Electoral Rolls: wireless operator (Annerley, Qld, 1925); marine radio officer (East Brisbane, Qld, 1949-1968) ===''GOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gelston Stewart Gow|Gow, Gelston Stewart]] [https://www.familysearch.org/tree/person/details/G7HP-61D] - 1895(NSW)-1974(NSW) - Licences: XBW Sydney (Burwood, 1913-1914); 2GG Sydney (City, 1928-1930) - Qualifications: AOCP 411, 1928, No. ?? in NSW - early wireless experimenter, amateur operator, amateur broadcaster, WW1 - Electoral Rolls: manufacturer (Darlinghurst, 1930); electrician (Darlinghurst, 1933-1943); manufacturer (Darlinghurst, 1954-1972) ===''GOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Nelson James Gowlett|Gowlett, Frank Nelson James]] [https://www.familysearch.org/tree/person/details/G619-PYV] - 1891(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; 1COCP 163, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio operator (Townsville, 1925); wireless operator (Maroubra, 1930-1931); radio telegraphist (Maroubra, 1934-1937; Cooktown, 1943-1949; Maroubra, 1949); radio officer (Maroubra, 1958-1963) ===''GOYDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil William Goyder|Goyder, Cecil William]] - about 1906(Eng)-1980(NJ, USA) - G2SZ England, amateur operator [http://www.clement-jones.com/ps03/ps03_313.html] ===''GRAHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Ernest Graham|Graham, Donald Ernest "Don"]] - 1933(WA)-2012(WA) - 6HK Perth (Mount Hawthorn, 1954-1956; Wembley Downs, 1960-1980+) - amateur operator (AOCP 3162, 1951, No. ?? in WA) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC), DoC / DoTaC (WA State Broadcasting Engineer) - a good life, well lived [https://stephbg.livejournal.com/669733.html] * [[/James Alexander Graham|Graham, James Alexander]] [https://www.familysearch.org/tree/person/details/G979-6RF] - 1905(Sct)-1985(Qld) - Licences: 4JQ Brisbane (Ekibin, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 2058, 1937, Qld; 1COCP 510, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Ekibin, Qld, 1937-1954) * [[/William Denton Graham|Graham, William Denton]] [https://www.familysearch.org/tree/person/details/GZGS-KB5] - 1895(Tas)-1986(NSW) - Licences: 2RR Receive Sydney (Rockdale, 1923-1925); 2WG Sydney (Rockdale, 1926-1930) - Qualifications: AOCP 227, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: law clerk (Rockdale, 1930-1937); process worker (Bondi Junction, 1943); iron worker (Rockdale, 1949-1968); machinist (Rockdale, 1977); retired (Liverpool, 1980) * [[/William Thompson Graham|Graham, William Thompson]] [https://www.familysearch.org/tree/person/details/GDR1-SL3] - 1902(Sct)-1987(Tas) - Licences: 7BV Receive St Mary's (1923); Receive St Mary's (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: grocer's assistant (St Mary's, 1925-1954); ===''GRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin John Rawle Grant|Grant, Colin John Rawle]] [https://www.familysearch.org/tree/person/details/GZBZ-BXF] - 1902(Qld)-2000(Qld) - Licences: 4JG Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 310, 1926, No. 32 in Qld - amateur operator; amateur broadcaster; accountant - Electoral Rolls: clerk (Wooloowin, 1925-1934); security officer (Eagle Junction, 1936); auditor (West Nundah, 1937); retired (Southport, 1968-1980) * [[/James Grant|Grant, James]] - 19??(???)-19??(???) - Licences: 2DP Newcastle (Stockton, 1929-1930) - Qualifications: AOCP 555, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: * [[/William Patrick Grant|Grant, William Patrick "Bill"]] [https://www.familysearch.org/tree/person/details/GXZJ-YJC] - 1917(Ireland)-19??(Ireland) - Licences: 4WU Brisbane (Indooroopilly, 1936-1939) - Qualifications: cc; AOCP 1801, 1936, Qld; 2COCP 269, 1939 - amateur operator; amateur broadcaster; ship wireless officer; air controller (Shannon Airport) - Electoral Rolls: Nil yet identified ===''GRANTHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Richard Grantham|Grantham, Sidney Richard "Sid"]] [https://www.familysearch.org/tree/person/details/GXZ6-B8S] - 1920(Qld)-2003(Qld) - Licences: 4SG Toowoomba (1938-1939, 1946-1956); 4SG Brisbane (Wavell Heights, 1960; Hendra, 1965-1980+) - Qualifications: cc; AOCP 2083, 1938, Qld; 1COCP 927, 1945 - amateur operator; amateur broadcaster; radio clubs (WIAQ, IREE, RFDS council); military (WW2, RAAF, wireless officer); federal public servant (DCA, Aeradio; PMGD/DoC, radio inspector); broadcast technician (4GR) - Electoral Rolls: RAAF (Yerongpilly, Qld, 1943); broadcast engineer (Harristown, Qld, 1949); engineer (East Toowoomba, Qld, 1954; Toowoomba South, Qld, 1958); radio inspector (Hendra, Qld, 1963-1980) ===''GRANVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Florence Violet Granville|Granville (nee) / Wallace / McKenzie, Florence Violet "Mrs Mac"]] [https://www.familysearch.org/tree/person/details/LRR8-ZWS] - 1890(Vic)-1982(NSW) - 2GA Sydney (Sydney, 1922-1924; Greenwich, 1925-1939), 2FV Sydney (Sydney, 1946-1950; Circular Quay, 1954; Greenwich, 1955-1958), amateur operator (AOCP 109, 1925, No. ?? in NSW), amateur broadcaster, engineer, business proprietor, signals instructor - Links: [https://adb.anu.edu.au/biography/mckenzie-florence-violet-15485 ADB] ===''GRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Gray|Gray, A. J.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Albert Howell Gray|Gray, Albert Howell "Dave"]] [https://www.familysearch.org/tree/person/details/GZXM-J83] - 1907(NSW)-2004(NSW) - Licences: 2IJ Receive Sydney (Killara, 1922); 2IJ Sydney (Killara, 1923-1939, 1946-1969; Whale Beach, 1975-1980+); 2AG Sydney (McMahons Point, 1931-1938; Lane Cove, 1939); 2APV Sydney (McMahons Point, 1954; Strathfield, 1955-1980+) - Qualifications: cc; AOCP 90, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: student (Killara, 1930-1936); engineer (Killara, 1937-1968; Whale Beach, 1977-1980) * [[/Frank Malcolm Gray|Gray, Frank Malcolm]] [https://www.familysearch.org/tree/person/details/LBBV-5XS] - 1910(SA)-2011(Qld)100yo - Licences: 5MU Adelaide (Toorak Gardens, 1932-1933); 5SU Adelaide (Toorak Gardens, 1937-1939, 1948) - Qualifications: cc; AOCP 1017, 1932, SA - amateur operator; amateur broadcaster; WW2 - Callsign: 5MU possibly withdrawn for 5MU Murray Bridge - Electoral Rolls: civil servant (Toorak Gardens, 1939) * [[/George Henry Boulderson Gray|Gray, George Henry Boulderson]] [https://www.familysearch.org/tree/person/details/LTTN-WVM] - 1912(Qld)-2010(Qld) - Licences: 4JP Brisbane (Ascot, 1936-1939, 1946-1980+) - Qualifications: cc; AOCP 1796, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Ascot, Qld, 1936-1943); sound engineer (Ascot, Qld, 1949-1980) ===''GREEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Green|Green, Albert Ernest]] - 1869(Vic)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - State & Federal politician; Postmaster-General (1931-1932) - Electoral Rolls: - Links: [[w:Albert Green (Australian politician)|Wikipedia]] * [[/Herman Rowland Green|Green, Herman Rowland]] [https://www.familysearch.org/tree/person/details/LK9P-LGY] - 1915(SA)-1985(SA) - Licences: 5OJ Adelaide (Prospect, 1936-1939) - Qualifications: cc; AOCP 1679, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/J. Green|Green, J.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Yeronga, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter William Green|Green, Walter William]] [https://www.familysearch.org/tree/person/details/GXB7-R87] - 1911(WA)-2012(WA) - Licences: 6WG Albany (1936-1937); 6WG Wiluna (1937-1939); 6WG Albany (1947-1960); 6WG Derby (1965); 6WG Norseman (1969); 6WG Albany (1975-1980) - Qualifications: cc; AOCP 1676, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Albany, WA, 1936); fitter (Albany, WA, 1958-1963); plant inspector (Norseman, WA, 1968); mechanic (Albany, WA, 1972-1980) ===''GREENHALGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Neal Greenhalgh|Greenhalgh, Kenneth Neal]] [https://www.familysearch.org/tree/person/details/G8ZT-NGD] - 1909(NSW)-2002(NSW) - Licences: 2KG Newcastle (Hamilton, 1929-1930; Rooty Hill, 1931; Sandgate, 1933; Mayfield West, 1934-1939; New Lambton, 1946-1956; Adamstown Heights, 1957-1980+) - Qualifications: AOCP 550, 1929, No. ?? in NSW; AOLCP 73, 1932; 1COCP 839, 1944; TVOCP 18, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Hamilton, 1930); broadcasting engineer (2KO Sandgate, 1933); engineer (Mayfield, 1934-1937); radio engineer (New Lambton, 1943-1954; Adamstown, 1958-1968; Adamstown Heights, 1977-1980) ===''GREENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold John Greenham|Greenham, Arnold John]] [https://www.familysearch.org/tree/person/details/GXH9-QQS] - 1907(Qld)-1973(Qld) - Licences: 4EE Receive Brisbane (South Brisbane, 1923); 4AG Brisbane (South Brisbane, 1933); 4AG Gympie (1934); 4AG Innisfail (1937-1939); 4AG Brisbane (South Brisbane, 1946-1948); 4AG Caloundra (1954-1956); 4AG Brisbane (Kallangur, 1960-1969) - Qualifications: cc; AOCP 1040, 1932, No. ?? in Qld; 1COCP 807, 1944 - amateur operator; amateur broadcaster; bank employee (NAB) - Electoral Rolls: bank clerk (Gympie, 1936; Innisfail, 1937; South Brisbane, 1943-1949); not stated (Caloundra, 1954-1958); retired (Kallangur, 1963-1972) ===''GREENHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alexander Greenhill|Greenhill, George Alexander]] [https://www.familysearch.org/tree/person/details/LT3K-GWN] - 1904(Qld)-1970(Qld) - Licences: 4LE Brisbane (West End, 1934-1939) - Qualifications: cc; AOCP 1348, 1934, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Brisbane City, Qld, 1925); ceiling fixer (Wooloowin, Qld, 1928); cleaner (West End, Qld, 1937; Archerfield, Qld, 1943); steward (Wilston, Qld, 1949); metal finisher (Wooloowin, Qld, 1954); barman (Kirra, Qld, 1958); caretaker (Caloundra, Qld, 1963); cleaner (Woorim, Qld, 1968) ===''GREGORY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. Gregory|Gregory, A.]] - 19??(???)-19??(???) - Licences: XAED Sydney (Bellevue Hill, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Identification: Not yet identified, possibly Alyn Keith Gregory, bank officer, Bellevue Hill, 1930-1939 * [[/Clyde Francis Burnell Gregory|Gregory, Clyde Francis Burnell]] [https://www.familysearch.org/tree/person/details/GS34-5MV] - 1906(Tas)-1997(Qld) - Licences: Receive Emu Park (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: business manager (Rockhampton, Qld, 1928-1937); fisherman (Yeppoon, Qld, 1943-1949); taxi driver (Maryborough, Qld, 1958); taxi proprietor (Nelly Bay, Qld, 1963) * [[/Harold Rigby Gregory|Gregory, Harold Rigby]] [https://www.familysearch.org/tree/person/details/L2C9-CDX] - 1900(NSW)-1973(NSW) - Licences: 2ED Receive Sydney (Abbotsford Pt, 1922); 2ED Sydney (Abbotsford Pt, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1930); inspector (Roseville, 1931-1936); insurance inspector (Roseville, 1937); manager (Newcastle, 1943-1954); insurance manager (Merewether, 1958-1972) * [[/Robert William Gregory|Gregory, Robert William]] [https://www.familysearch.org/tree/person/details/K2FW-QFJ] - 1907(Eng)-1995(SA) - Licences: 5GU Mt Barker (1935-1939) - Qualifications: cc; AOCP 1438, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: constable (Kadina, SA, 1939); police officer (Lobethal, SA, 1941-1943) ===''GREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Grey|Grey, Albert Edward "Bert"]] [https://www.familysearch.org/tree/person/details/LDK5-374] - 1897(WA)-1981(WA) - Licences: 6BO Perth (Nedlands, 1925-1932); 6BO Carnarvon (1933); 6AA Perth (Nedlands, 1937-1939) - Qualifications: cc; RTCP 532, 1920, Marconi & Telefunken; 1COCP 35, 1934; TVOCP 278 1960 - amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo PMGD); PMGD (postal assistant, Leederville,1919); WW1; RAAF (WW2, radar systems) - Electoral Rolls: telegraphist (Subiaco, 1925; Nedlands, 1925-1931); radio inspector (Nedlands, 1936-1972); retired (Nedlands, 1977-1980) * [[/Elton Edward Grey|Grey, Elton Edward or Edward Elton]] [https://www.familysearch.org/tree/person/details/GWPL-PQ5] - 1920(Qld)-1962(WA) - Licences: 4LX Brisbane (Ascot, 1936-1939); 6ZX Perth (West Perth, 1948); 6ZX Northam (1954-1955); 6ZX Perth (Leederville, 1956; Floreat Park, 1960) - Qualifications: cc; AOCP 1689, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: soldier (West Perth, WA, 1943); bank clerk (West Perth, WA, 1949); bank officer (Wagin, WA, 1949; Northam, WA, 1954; Floreat Park, WA, 1958) * [[/James Leonard Grey|Grey, James Leonard "Len"]] [https://www.familysearch.org/tree/person/details/GXZV-ZY5] - 1915(Sct)-1995(NSW) - Licences: 4LN Brisbane (Norman Park, 1937-1938); 2AKO Sydney (Vaucluse, 1939; Pymble, 1946-1961; St Ives, 1965-1969; Neutral Bay (1975-1980+) - Qualifications: cc; AOLCP 184, 1934; 2COCP 38, 1935 - amateur operator; amateur broadcaster; Radio clubs (WIAQ); military (WW2, RAAF); pilot (RQAC, QANTAS) - Electoral Rolls: aviator (Norman Park, Qld, 1936-1937); airline captain (Pymble, NSW, 1949-1958; St Ives, NSW, 1963-1968); retired (Neutral Bay, NSW, 1977-1980) ===''GRIBBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Gribble|Gribble, Arthur James]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIT Townsville (1917-1918) - Comment: only one reference found, likely misspelling; Electoral Rolls: Nil yet identified ===''GRIEVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Grieve|Grieve, Ian]] - Licences: Nil yet identified - Qualifications: Nil yet identified - historian (broadcast); proprietor of Australian Old Time Radio website - Electoral Rolls: - Links: [https://www.australianotr.com.au/ OTR] ===''GRIFFIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Neville Griffin|Griffin, Thomas Neville]] [https://www.familysearch.org/tree/person/details/G8C4-RJ2] - 1889(NSW)-1953(NSW) - Licences: 2LQ Sydney (Hornsby, 1929-1936); 2AIR Sydney (Northbridge, 1938-1939) - Qualifications: AOCP 505, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Hornsby, 1930-1934); electrical engineer (Artarmon, 1936; Willoughby, 1937; Hornsby, 1943-1949) ===''GRIFFEN-FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bridget Griffen-Foley|Griffen-Foley, Bridget]] - historian (broadcasting) - Professor, Department of Media, Communications, Creative Arts, Language and Literature, Macquarie University - author "Changing Stations: The Story of Australian Commercial Radio" & numerous professional articles ===''GRIFFITHS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Arthur Griffiths|Griffiths, Leslie Arthur "Les"]] [https://www.familysearch.org/tree/person/details/GXZK-81V] - 1909(Qld)-1970(Qld) - Licences: 4LZ Toowoomba (1938-1939, 1947-1956) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; military (WW2, RAN, signaller); cine assistant (Empire Theatre) - Halcyon: AOCP Toowoomba 1938 - Electoral Rolls: assistant projectionist (Toowoomba, Qld, 1931-1937); biograph projectionist (Toowoomba, Qld, 1943-1954; Toowoomba South, Qld, 1958); projectionist (Toowoomba West, Qld, 1963-1968) ===''GRIGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Haydn Errol Grigg|Grigg, Haydn Errol]] [https://www.familysearch.org/tree/person/details/G8BV-N98] - 1899(???)-1971(NSW) - Licences: 2AS Receive Sydney (Mosman, 1922); 2AS Sydney (Mosman, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Darlinghurst, 1935; Edgecliff, 1935-1949; Double Bay, 1954-1968) ===''GRIMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Douglas Grimes|Grimes, Benjamin Douglas]] [https://www.familysearch.org/tree/person/details/LZ8B-D6J] - 1901(Qld)-1987(Qld) - Licences: Receive (Crystal) Brisbane (Annerley, 1923-1924); 4BD Brisbane (Annerley, 1926-1931) - Qualifications: cc; AOCP 278, 1926, No. 23 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Tarragindi, 1925-1937); share dealer (New Farm, 1943); farmer (Cleveland, 1949-1958); retired (Corinda, 1968-1980) ===''GRIMMETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Urbane Grimmett|Grimmett, Stanley Urbane]] [https://www.familysearch.org/tree/person/details/L447-3MW] - 1905(NZ)-1974(NSW) - Licences: 2ZW Newcastle (Hamilton, 1930-1937); 2ZW Sydney (Bankstown, 1938-1939; Strathfield, 1946-1960; Vaucluse, 1961-1969) - Qualifications: AOCP 667, 1930, NSW - amateur operator, amateur broadcaster, journalist - Electoral Rolls: pharmacist (Hamilton, 1930-1937; Strathfield, 1949-1958); Vaucluse, 1963) ===''GRIVELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Grivell|Grivell, John "Jack"]] [https://www.familysearch.org/tree/person/details/KC43-NGM] - 1901(SA)-1971(SA) - Licences: 5BK Yorketown (1930-1933); 5BK Gladstone (1937); 5BK Crystal Brook (1938-1939); 5BK Gawler (1946-1947); 5BK Magill (1948-1969) - Qualifications: cc; AOCP 609, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (5CK Crystal Brook, 1939-1941); telephone mechanic (Gawler, 1943) ===''GROGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold William Grogan|Grogan, Arnold William]] [https://www.familysearch.org/tree/person/details/GFSS-87B] - 1915(WA)-1997(WA) - Licences: 6EI Perth (Mt Lawley, 1936-1939; City, 1947); 6EI Carnarvon (1948); 6EI Perth (Leederville, 1954-1980+) - Qualifications: cc; AOCP 1759, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Maylands, WA, 1937; East Perth, WA, 1943); public servant (Cottesloe, WA, 1949); civil servant (Leederville, WA, 1954-1980) ===''GRONOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rees Gronow|Gronow, William Rees]] [https://www.familysearch.org/tree/person/details/GZVM-KFV] - 1908(Vic)-2003(Vic) - 3EQ Receive Melbourne (City, 1922-1924), 3WG Melbourne (City, 1925-1933; Glen Iris, 1937; Malvern East, 1937; Glen Iris, 1938-1939, 1948-1960; Brighton, 1965-1980), amateur operator (AOCP 178, 1925, No. ?? in Vic), amateur broadcaster, director (Malvern, 1936-1954; Brighton, 1968-1977)) ===''GROVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Grove|Grove, Henry]] [https://www.familysearch.org/tree/person/details/L5KB-97B] - 1897(Eng)-1973(NSW) - Licences: N746 Receive Sydney (Enmore, 1922); 2HZ Receive Sydney (Enmore, 1922) - Qualifications: cc; CPRT 575, 1920 - amateur receiver - Electoral Rolls: traveller (Castle Hill, 1930); poultry farmer (Peakhurst, 1933-1949); retired (Burwood, 1963-1972) ===''GROWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Norman Wills Growden|Growden, George Norman Wills "Norman"]] [https://www.familysearch.org/tree/person/details/G9C6-15M] - 1913(Vic)-1984(SA) - Licences: 5YM Gladstone (1937-1939); 5YM Wedge Island via Port Lincoln (1954-1975) - Qualifications: cc; AOCP 1945, 1937, SA; BOCP 145, 1938; 2COCP 401, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: farmer (Gladstone, SA, 1939-1943); wireless operator (RAAF Station, Pearce, WA, 1943) ===''GRUBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Grubb|Grubb, William John]] [https://www.familysearch.org/tree/person/details/G6WK-K6N] - 1907(Qld)-1970(Vic) - Licences: 4DI Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: labourer (Rockhampton, 1931); concrete labourer (Rockhampton, 1936-1963); retired (Finch Hatton, 1968) ===''GRUMMITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Frederick Grummitt|Grummitt, Gilbert Frederick]] [https://www.familysearch.org/tree/person/details/G8Z7-FFD] - 1906(Qld)-1960(Qld) - Licences: 4BS Brisbane (Fortitude Valley, 1929-1933; Hamilton, 1937-1939; Bulimba, 1948-1960) - Qualifications: cc; AOCP 531, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: welder (Fortitude Valley, 1928-1934; Hamilton, 1936-1937); boilermaker (Bulimba, 1949-1958) ===''GRUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hill Grundy|Grundy, Robert Hill]] [https://www.familysearch.org/tree/person/details/LZP7-F78] - 1915(SA)-1988(SA) - Licences: 5BG Murray Bridge (1937-1939, 1947-1948); 5BG Crystal Brook (1954-1980) - Qualifications: cc; AOCP 2010, 1937, SA; BOCP 175, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''GUILDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Guildford|Guildford, Alfred]] [https://www.familysearch.org/tree/person/details/GX4T-5BG] - 19??(Eng)-1960(Qld) - Licences: 4AP Brisbane (Herston, 1934-1939, 1946-1948; Sandgate, 1960) - Qualifications: cc; AOCP 1342, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, publicity officer) - Electoral Rolls: advertisment writer (West End, Qld, 1934); copy writer (Kelvin Grove, Qld, 1936-1949) ===''GUNDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thor Odin Gundersen|Gundersen (BDM) or Gunderson (Census), Thor Odin]] [https://www.familysearch.org/tree/person/details/GHL8-F2W] - 1895(NZ)-1986(NZ) - Licences: Nil yet identified - Qualifications: cc; 1COCP 242, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: agent (Bondi, 1930-1931); radio officer (ss Fiona, 1943) ===''GUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Campbell Gunn|Gunn, Kenneth Campbell]] [https://www.familysearch.org/tree/person/details/93DG-X18] - 1911(Qld)-1975(Qld) - Licences: 4LG Laidley (1932-1937); 4LD Laidley (1937-1939, 1946-1975) - Qualifications: cc; AOCP 884, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Callsigns: 4LG likely withdrawn for 4LG Longreach - Electoral Rolls: clerk (Laidley, Qld, 1937-1972) ===''GUNTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Eliot Gunter|Gunter, Norman Eliot]] [https://www.familysearch.org/tree/person/details/L2WR-5VB] - 1912(Vic)-1943(At Sea) - Licences: 3NG Melbourne (Caulfield, 1930-1933; Hawthorn, 1937-1939) - Qualifications: AOCP 593, 1930, No. ?? in Vic; 2COCP 372, 1932; 1COCP 51, 1935 - amateur operator, amateur broadcaster, WW2 (merchant navy, wireless operator) - Electoral Rolls: sales (Caulfield, 1935; Hawthorn, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1428541] ===''GURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Carlisle Gurner|Gurner, Reginald Carlisle]] [https://www.familysearch.org/tree/person/details/GZZ2-8S8] - 1905(SA)-1975(SA) - 5CZ Receive Adelaide (New Parkside, 1923); Receive Adelaide (New Parkside, 1923); 5RG Adelaide (New Parkside, 1923-1928; Linden Park Gardens, 1931-1939) - Qualifications: cc; AOCP 31, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Linden Gardens, SA, 1939-1943) ===''GURR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Frederick Gurr|Gurr, Alan Frederick]] [https://www.familysearch.org/tree/person/details/G8GM-KJV] - 1904(Tas)-1974(Vic) - Licences: 3AG Geelong East (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geelong, 1926-1928; Belmont, 1931-1972) * [[/George Henry Gurr|Gurr, George Henry]] [https://www.familysearch.org/tree/person/details/L46K-DBB] - 1896(SA)-1957(Vic) - Licences: 5GO Adelaide (Parafield, 1933); 3QH Melbourne (Stanmore, 1947-1956) - Qualifications: cc; AOCP 1142, 1933, SA; 3COCP 185, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Parkville, Vic, 1926); ground engineer (Essendon, Vic, 1928); inspector (Caulfield, Vic, 1942; Essendon, Vic, 1949-1954) ===''GUTTERIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frank Gutteridge|Gutteridge, Reginald Frank]] [https://www.familysearch.org/tree/person/details/KNYP-KSN] - 1886(Tas)-1942(WA) - Licences: V759 Receive (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm manager (Marnoo, Vic, 1921); electrical engineer (Rupanyup, 1924-1927) =='''H'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''HADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lionel Trimble Hadley|Hadley, Arthur Lionel Trimble "Doc"]] [https://www.familysearch.org/tree/person/details/G7ZX-G9Y] - 1900(Qld)-1964(Qld) - Licences: 4AH Brisbane (Clifton Hill, 1930-1933; Dutton Park, 1937-1939; Annerley, 1946-1956) - Qualifications: cc; AOCP 636, 1930, No. ?? in Qld - amateur operator, amateur broadcaster, WW1, federal public servant (PMGD) - Electoral Rolls: signwriter (Taringa, 1921); salesman (Toowong, 1922-1925); motor assembler (Yeronga, 1929); radio mechanic (South Brisbane, 1937); technician (Annerley, 1949-1958); retired (Inala, 1958; Seven Hills, 1963) ===''HADLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Lindsay Hadlow|Hadlow, Martin Lindsay]] - radio clubs (NZDXRL, ARDXC, DXA), early wireless and broadcasting historian (Ph.D. Thesis,) ===''HAGARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neville Douglas Hagarty|Hagarty, Neville Douglas]] [https://www.familysearch.org/tree/person/details/G38J-GBJ] - 1907(Qld)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster (on 4WH); radio club participant; business proprietor; pilot; federal public servant (DCA) - Relationships: brother of 4WH William Edward Hagarty - Electoral Rolls: woodworker (Hospital Hill, 1930) * [[/William Edward Hagarty|Hagarty, William Edward "Edward / Eddie"]] [https://www.familysearch.org/tree/person/details/G384-TL3] - 1905(Qld)-1971(Qld) - Licences: 4WH Longreach (1925-1939); 4WH Townsville (1954-1969) - Qualifications: cc; AOCP 172, 1925, No. 16 in Qld; 2COCP 271, 1939; 1COCP 309, 1940 - amateur operator; amateur broadcaster; WW2; engineer; postal employee (PMG); federal public servant (PMG) - Relationships: brother of Neville Douglas Hagarty - Electoral Rolls: postal assistant (Longreach, 1930-1937); aeradio operator (Longreach, 1943); officer commanding aeradio station (Townsville, 1949-1954); communications officer (Townsville, 1958-1963; Mysterton, 1968) ===''HAI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pham Nhu Hai|Hai, Pham Nhu "Hai"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC), Director Broadcasting ITU-R ===''HAIGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bartin Robert Alfred Read Haigh|Haigh, Bartin Robert Alfred Read]] [https://www.familysearch.org/tree/person/details/GS9T-J8B] - 1854(NSW)-1928(NSW) - Licences: N752 Receive Sydney (Ashfield, 1922); 2IA Receive Sydney (Ashfield, 1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Ashfield, 1930); poultry farmer (Seven Hills, 1933) ===''HAINES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Lewis Harrison Haines|Haines, Claude Lewis Harrison]] [https://www.familysearch.org/tree/person/details/GXRC-8F6] - 1906(SA)-1996(SA) - Licences: 5CH Millicent (1933-1937); 3QM Geelong (Belmont, 1938-1939); 5CH Mt Gambier (1947-1980) - Qualifications: cc; AOCP 1118, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Belmont, Vic, 1937); engine driver (Mt Gambier, SA, 1941-1943) ===''HALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl William Millar Hale|Hale, Carl William Millar "William"]] [https://www.familysearch.org/tree/person/details/L5VR-TPL] - 1901(Vic)-1986(Vic) - Licences: 3GH Receive Melbourne (Elsternwick, 1922-1923); 3GH Anglesea (1924-1931+) - Qualifications: cc; AOCP 120, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (Elsternwick, 1924); architect (Hawthorn, 1958-1968; Malvern, 1977-1980) ===''HALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lovett Hall|Hall, Geoffrey Lovett]] [https://www.familysearch.org/tree/person/details/GHDB-ZD3] - 1895(Tas)-1972(Tas) - Licences: Receive Waddamanna (1923-1924); 7GH Waddamanna (1925-1931+); 7GH Hobart (1937-1939, 1947-1948) - Qualifications: cc; AOCP 137, 1925, No. ?? in Tas; BOCP 85, 1937 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Waddamana, 1928); engineer (New Town, 1936-1949) * [[/Graham George Hall|Hall, Graham George]] [https://www.familysearch.org/tree/person/details/G8HN-Z89] - 1910(Vic)-1971(Eng) - Licences: 3WO Melbourne (Glen Iris, 1929-1931; Hawthorn, 1933); 2AGH Sydney (Five Dock, 1937; Strathfield, 1938-1939; Hurstville, 1946-1969) - Qualifications: AOCP 482, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Auburn, 1934-1936); radio engineer (Abbotsford, 1937); engineer (Hurstville, 1949-1954; South Hurstville, 1958-1968) * [[/Reginald Allen Hall|Hall, Reginald Allen]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 539, 1929, No. ?? in ???? - amateur operator?, amateur broadcaster? - Electoral Rolls: Nil yet identified * [[/R. F. Hall|Hall, R. F.]] - 19??(???)-19??(???) - Licences: 3FH Receive Melbourne (Toorak, 1922); 3FH Melbourne (Toorak, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/William Charles Hall|Hall, William Charles]] - 19??(???)-19??(???) - Licences: 2BH Abermain (1930-1933); 2XT Abermain (1934-1936); 2XT Kurri Kurri (1938-1939, 1946-1948); 2XT Newcastle (Cooks Hill, 1950-1965; Toronto, 1969-1980+) - Qualifications: AOCP 643, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Abermain, 1935; Kurri Kurri, 1937-1943); hotel licensee (Newcastle, 1949-1963); retired (Toronto, 1972; Carey Bay, 1977-1980) - Comment: 2BH licence withdrawn for 2BH Broken Hill commercial; Beware several contemporaneous WCH in Newcastle region ===''HALLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philpot Hallam|Hallam, William Philpot]] [https://www.familysearch.org/tree/person/details/97MX-Y3J] - 1859(Tas)-1952(Vic) - Licences: XZH Hobart (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; PMGD Vic + Federal - Electoral Rolls: Nil ===''HALLIDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Fred Halliday|Halliday, Eric Fred]] [https://www.familysearch.org/tree/person/details/GC26-L5B] - 1913(SA)-1989(SA) - Licences: 5FW Adelaide (Hectorville, 1935-1939; South Payneham, 1947-1969; Magill, 1975) - Qualifications: cc; AOCP 1494, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Crystal Brook, 1939) ===''HALYDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Guyler Halyday|Halyday, James Guyler]] - 1904(Vic)-19??(???) - 4HZ Gympie (1939, 1946-1980+) , amateur operator (AOCP 2287, 1939, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ; Gympie ARC), military (WW2), employment (SEAQ linesman) ===''HAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilton Ham|Ham, George Wilton]] [https://www.familysearch.org/tree/person/details/GWX4-P28] - 1905(Qld)-1987(Qld) - Licences: 4CR Receive Brisbane (Northgate, 1923); 4GW Brisbane (Northgate, 1930-1931; Coorparoo, 1937-1939) - Qualifications: cc; AOCP 572, 1930, No. ?? in Qld - amateur receiver; amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (Toombul RC); employment (Chandlers) - Electoral Rolls: clerk (Coorparoo, 1937; St Lucia, 1943-1968); retired (Jamboree Heights, 1972-1980) * [[/Guildford Ham|Ham, Guildford]] [https://www.familysearch.org/tree/person/details/G67H-W9Y] - 1906(Qld)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; BOCP 101, 1937 - radio technician - Electoral Rolls: shop assistant (South Brisbane, 1928-1937); radio technician (South Brisbane, 1943; Bald Hills, 1943; Annerley, 1954); technician (Wavell Heights, 1958-1963) * [[/Thomas Edward Ham|Ham, Thomas Edward]] [https://www.familysearch.org/tree/person/details/G88F-R3P] - 1921(Qld)-19??(???) - Licences: 4WX Brisbane (Chelmer, 1937-1939); 2AGA Sydney (Kogarah, 1946-1947; Carlton, 1948-1950; Sylvannia Heights, 1954-1975); 4AGT Buderim (1980+) - Qualifications: cc; AOCP 2056, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (Sunshine Coast ARC); military (WW2, RAAF) - Electoral Rolls: radio mechanic (Sylvannia, 1954-1968); mechanic (Sylvannia, NSW, 1972-1977); retired (Buderim, 1980) ===''HAMILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Ormsby Hamilton|Hamilton, John William Ormsby]] [https://www.familysearch.org/tree/person/details/MG65-XRC] - 1869(Tas)-1944(Eng) - Australian representative of Pacific Radio Telegraph Co and Marconi Telegraph Co, promoted a scheme to link Aus/NZ/Pacific Islands (rejected by Aus Gov 1909), migrated to England to work for Marconi, donated Ormsby Hamilton Radio Prize in memory of his father Thomas Ormsby Hamilton ===''HAMMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Harold Hammond|Hammond, John Harold]] [https://www.familysearch.org/tree/person/details/G6HP-67H] - 1875(NSW)-1932(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: barrister-at-law (Ashfield, 1913); barrister (Killara, 1930-1932) * [[/Herbert Bowes Hammond|Hammond, Herbert Bowes]] [https://www.familysearch.org/tree/person/details/LZ4J-2PK] - 1907(NSW)-1967(NSW) - 2NI Sydney (Chatswood, 1925; Epping, 1926-1927; Chatswood, 1928; Naremburn, 1929-1930), amateur operator (AOCP 64, 1925 01, No. ?? in NSW; CPRT 895, 1925 12; 2COCP 318, 1931), amateur broadcaster ===''HANCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. A. Hancock|Hancock, C. A. or G. A.]] - 19??(???)-19??(???) - Licences: V748 Receive Melbourne (Berwick, 1922); 3GU Receive Melbourne (Berwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/D'Arcy Maxwell Hancock|Hancock, D'Arcy Maxwell]] [https://www.familysearch.org/tree/person/details/GCG4-L3Y] - 1910(SA)-2017(SA)107yo - Licences: 5RJ Kadina (1927-1939, 1946-1960); 5RJ Adelaide (Mitchell Park, 1965-1980+) - Qualifications: cc; AOCP 356, 1927, No. ?? in SA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Kadina, 1947) ===''HANNAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hannam|Hannam, Harold William]] [https://www.familysearch.org/tree/person/details/G83F-J78] - 1913(NSW)-1964(Vic) - Licences: 2IR Sydney (Hurstville South, 1935-1937); 2IR Orange (1938-1939); Sydney (South Hurstville, 1946-1948) - Qualifications: cc; AOCP 1472, 1935, Qld; BOCP 9, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hurstville, 1934-1937); radio engineer (Orange, 1943; Hurstville, 1949); engineer (Cheltenham, 1949-1954; Moorabbin, 1963) * [[/Walter Henry Hannam|Hannam, Walter Henry "Wally" "Wal", "Doc", "Fatty"]] [https://www.familysearch.org/tree/person/details/273W-H9T] - 1885(NSW)-1965(NSW) - XQI Stamford, Qld (1911-1914); 2YH Sydney (Balmain, 1924; Mosman, 1924-1933; Willoughby, 1934-1939); 2AXH Terrigal (1954-1961) - Qualifications: cc; AOCP 27, 1924, No. 10 in NSW - early wireless experimenter; amateur operator; radio clubs (WIA NSW, first secretary 1910); wireless operator Australasian Antarctic Expedition (1912-1914) - Relationships: don't confuse with father William Henry Hannam of Hannams Ltd, engineers & sheet metal workers - Electoral Rolls: - Links: [[w:Walter Henry Hannam|Wikipedia]]; [https://www.coolantarctica.com/Antarctica%20fact%20file/History/biography/hannam_walter.php Bio1]; [https://www.antarctica.gov.au/about-antarctica/history/people/walter-hannam/ Bio2] ===''HANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hansen|Hansen, Harold William]] [https://www.familysearch.org/tree/person/details/93DG-45T] - 1914(Qld)-2005(Qld) - Licences: 4FH Brisbane (Forest Hill, 1935-1939); 4SV Brisbane (Bulimba, 1948-1965; Carina, 1969-1980+) - Qualifications: cc; AOCP 1508, 1935, Qld; BOCP 1039, 1949 - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, 1937, radio technician); state public servant (BCC, communications officer) - Relationships: father of Graham Hansen 4FV - Electoral Rolls: labourer (Forest Hill, Qld, 1936-1937); WT Operator (Wendouree, Vic, 1942); RAAF (Maryborough, Qld, 1943); radio technician (Carina, Qld, 1968-1980) ===''HARDGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Hardgrave|Hardgrave, Philip "Pop"]] [https://www.familysearch.org/tree/person/details/GMPF-XL5] - 1857(Qld)-1940(Qld) - Licences: 4PH Brisbane (South Brisbane, 1933-1939) - Qualifications: cc; AOCP 1150, 1933, No. ?? in Qld - amateur operator; amateur broadcaster - Comment: oldest person in British Empire to obtain a full licence - Electoral Rolls: fruitgrower (Wellington Point, 1916-1928) ===''HARDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Netherton Kilgour Hardie|Hardie, Bruce Netherton Kilgour]] [https://www.familysearch.org/tree/person/details/GZ95-FMJ] - 1896(Vic)-1965(Vic) - 3YX Melbourne (Garden Vale, 1925-1933; City, 1937-1939), amateur operator (AOCP 49, 1925, No. ?? in Vic), amateur broadcaster, WIA Vic, accountant ===''HARDISTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Hardisty|Hardisty, David Charles]] [https://www.familysearch.org/tree/person/details/GZTM-C4W] - 1907(WA)-1980(WA) - Licences: 6DH Perth (Victoria Park, 1926-1939; West Perth, 1946-1948; Applecross, 1954-1980) - Qualifications: cc; AOCP 273, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Victoria Park, 1931-1943); radio mechanic (Applecross, 1954-1980) ===''HARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. R. Hardy|Hardy, W. R.]] - 19??(???)-19??(???) - 2RD Sydney (Glebe, 1925-1927), amateur operator (AOCP 187, 1925, No. ?? in NSW), amateur broadcaster ===''HARKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dennis James Harkin|Harkin, Denis or Dennis James]] [https://www.familysearch.org/tree/person/details/G45Q-9PH] - 1903(SA)-1993(Vic) - Licences: 3YN Receive Melbourne (Prahran, 1923); 3KF Melbourne (Kensington, 1924-1925); 3YN Melbourne (Preston, 1924-1926); 4YN Bowen (1927); 3YN Melbourne (East Brunswick, 1931); 3YY Newport (1938); 6YN Pearce (1938); 3ADJ Melbourne (Prahran, 1946-1948; Middle Park, 1954-1956; Thornbury, 1960-1975); 4ADJ Maryborough (1980) - Qualifications: CPRT 782, 1923; 1COCP 280, 1932 - amateur operator; amateur broadcaster; radio club participant (WIAQ); career military (RAAF); federal public servant (PMGD); WW2 - Electoral Rolls: mechanic (Preston, Vic, 1926; Brunswick, Vic, 1931; Newport, 1937); RAAF (Clifton Hill, 1942); technician (Prahran, 1949; Albert Park, 1954); radio technician (Thornbury, 1963-1972); nil (Maryborough, 1977-1980) ===''HARLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Harlen|Harlen, John Edward]] [https://www.familysearch.org/tree/person/details/K8MP-TWB] - 1884(Qld)-1953(Qld) - Licences: Receive Brisbane (Sunnybank, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Coopers Plains, Qld, 1908); fruit grower (Sunnybank, Qld, 1912-1949) ===''HARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Nicoll Harley|Harley, Gordon Nicoll]] [https://www.familysearch.org/tree/person/details/G89D-41H] - 1901(NSW)-1986(Qld) - Licences: "4AR Unlicensed" Ipswich (1926-1928); 4GH Ipswich (1928-1933); 4GH Didcott (1937-1939); 4GH Maryborough (1946-1980+) - Qualifications: cc; AOCP 385, 1928, No. 43 in Qld - amateur operator; amateur broadcaster; business proprietor (radio manufacture); employment (school teacher); WW2 - Electoral Rolls: clerk (Brassall, 1925); school teacher (Didcot, 1936-1943); teacher (Maryborough, 1949); school teacher (Maryborough, 1954-1980) ===''HARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Harmer|Harmer, George]] [https://www.familysearch.org/tree/person/details/LRTY-KHZ] - 1900(Eng)-1980(Qld) - Licences: 4XW Brisbane (Coorparoo, 1934-1939, 1946-1948; Camp Hill, 1954-1956; Coorparoo, 1960-1980) - Qualifications: cc; AOCP 1301, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIAQ); telephone technician (PMGD); federal public servant (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, Qld, 1937-1954); technician (Coorparoo, Qld, 1958-1980) ===''HARRANTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wolf Harranth|Harranth, Wolf]] - 1941(Austria)-2021(Austria) - Licences: OE1WHC Austria - curator of Dokufunk, host of the world's largest collection of amateur radio and broadcast QSLs; amateur radio operator; broadcast announcer; historian (amateur radio, broadcasting); children's book author; translator - provided the core of the WIA QSL collection ===''HARRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Harris|Harris, Alfred Charles]] [https://www.familysearch.org/tree/person/details/GZY1-F4K] - 1900(Vic)-1963(Vic) - Licences: 3CH Birchip (1926-1939; 1946-1960+) - Qualifications: AOCP 303, 1926, No. ?? in Vic -amateur operator, amateur broadcaster, class B licence? - Electoral Rolls: engineer (Ouyen, 1924); electrical engineer (Birchip, 1925-1954; Power Station, Ouyen, 1963) * [[/Ross Clifford Harris|Harris, Ross Clifford]] [https://www.familysearch.org/tree/person/details/L5Y2-DZF] - 1917(SA)-1954(SA) - Licences: 5FL Adelaide (Glenelg, 1936-1939; Malvern, 1947-1948; Hawthorn, 1954) - Qualifications: cc; AOCP 1651, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Valentine Harms Harris|Harris, Valentine Harms]] [https://www.familysearch.org/tree/person/details/L1PM-FDM] - 1909(WA)-1995(WA) - Licences: 6NL Perth (Shenton Park, 1935-1939; Applecross, 1947-1969); 6NL Denmark (1975-1980+) - Qualifications: cc; AOCP 1579, 1935, WA - amateur operator; amateur broadcaster - Relationships: Husband of 6YL Ruth Victoria Harris nee Longley - Electoral Rolls: garage employee (Subiaco, WA, 1931); radio mechanic (Subiaco, WA, 1936-1937); mechanic (Applecross, WA, 1949-1972) ===''HARRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Lionel Carr Harrison|Harrison, Percival Lionel Carr]] [https://www.familysearch.org/tree/person/details/GFM3-VDC] - 1912(WA)-2001(WA) - Licences: 6LH Perth (Claremont, 1937-1939; Armadale, 1947-1980+) - Qualifications: cc; AOCP 1909, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Claremont, WA, 1936-1937); civil servant (Armadale, WA, 1943-1980) ===''HARRISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Harriss|Harriss, Alfred George]] [https://www.familysearch.org/tree/person/details/K8HN-THZ] - 1873(Eng)-1932(Qld) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), radio clubs (Longreach Radio Club), business proprietor (Jackson & Harriss) - Electoral Rolls: engineer (Longreach, 1930) - Relationships: father of Dorothy Winnifred Macfarlane formerly Fanning nee Harriss * [[/Dorothy Winnifred Harriss|Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred]] [https://www.familysearch.org/tree/person/details/KGYC-3CP] - 1905(Qld)-1986(Qld) - Licences: 4DH Longreach (1930-1933) - Qualifications: cc; AOCP 573, 1930, No. ?? in Qld; BOCP - amateur operator; amateur broadcaster; radio clubs (WIAQ); first YL operator in Qld - Electoral Rolls: typist (Longreach, 1930); home duties (Longreach, 1936-1943; Warwick, 1949; Toowoomba, 1954-1977; Macgregor, 1980) - Relationships: daughter of Alfred George Harriss ===''HARRISSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harrisson|Harrisson, Charles "Snowy"]] [https://www.familysearch.org/tree/person/details/LK9P-VK3] - 1908(Tas)-1995(Tas) - Licences: 7CH Hobart (Bellerive, 1933); 3CN Shepparton (1937-1939); 7CH Hobart (Moonah, 1954-1960); 7CH Burnie (1965); 7CH Hobart (Bellerive, 1969-1980+) - Qualifications: cc; AOCP 348, 1927, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: son of Charles Turnbull Harrisson, biologist in the Australasian Antarctic Expedition - Electoral Rolls: bank clerk (Shepparton, 1936-1949); bank manager (Moonah, 1954) ===''HARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leslie William Harston|Harston, Leslie William or William Leslie "Bill"]] [https://www.familysearch.org/tree/person/details/GDQD-XVY] - 1897(Qld)-1983(Qld) - Licences: 4RY Brisbane (Clayfield, 1932-1939, 1946-1948; Holland Park, 1954-1969) - Qualifications: cc; AOCP 903, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; business proprietor (art shop) - Electoral Rolls: warehouseman (Clayfield, Qld, 1921-1943); no occupation (Holland Park, Qld, 1954-1980) ===''HART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Samuel Hart|Hart, Augustus Samuel]] [https://www.familysearch.org/tree/person/details/9CMQ-4CP] - 1890(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 57, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: saddler (Watchem, Vic, 1912; Glen Thompson, 1913); wireless engineer (Moonee Ponds, 1936-1937); wireless operator (Esperance, 1943); telegraphist (Darwin, 1949); wireless officer (Moonee Ponds, 1963-1968; Essendon, 1972) * [[/James Claude Hoyte John Hart|Hart, James Claude Hoyte John "Hoyte John", "Roy"]] [https://www.familysearch.org/tree/person/details/GQWC-W4C] - 1904(Eng)-1992(NSW) - Licences: 2HO Sydney (Manly, 1928-1931; Roseville, 1933-1939, 1946-1956; St Ives East, 1957-1975; Manly, 1980+) - Qualifications: AOCP 410, 1928, No. ?? in NSW; 3COCP 4622, 1963 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Roseville, 1933-1954; St Ives, 1958-1963); retired (St Ives, 1968-1977; Manly, 1980) * [[/Norman Victor Hart|Hart, Norman Victor]] [https://www.familysearch.org/tree/person/details/LNK3-TXW] - 1908(Qld)-1998(Qld) - Licences: 4KO Booval (1931-1939, 1946-1980+) - Qualifications: cc; AOCP 760, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIA, Ipswich RC); engineer - Electoral Rolls: shop assistant (Booval, 1932-1937); grocer (Booval, 1943-1949); radio technician (Booval, 1954-1972; East Ipswich, 1977-1980) ===''HARVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. C. L. Harvey|Harvey, B. C. L.]] - 19??(???)-19??(???) - Licences: XJAC Melbourne (Port Melbourne, 1913) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edward Rossiter Harvey|Harvey, Edward Rossiter]] [https://www.familysearch.org/tree/person/details/GXBP-BK8] - 1918(WA)-2009(Qld) - Licences: 6RG Perth (Scarborough, 1937-1939, 1947-1948); 4RK Surfers Paradise (1969-1980+) - Qualifications: cc; AOCP 2041, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Leederville, WA, 1943; Scarborough, WA, 1943); newsagent (Scarborough, WA, 1949-1958); shopkeeper (Surfers Paradise, Qld, 1963); proprietor (Surfers Paradise, Qld, 1972-1977); retired (Mermaid Waters, Qld, 1980) * [[/Manning Herbert Harvey|Harvey, Manning Herbert]] [https://www.familysearch.org/tree/person/details/KZGG-LFZ] - 1887(Tas)-1932(Tas) - Licences: XZC Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: electrician (Hobart East, 1914-1928) ===''HASKARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Geoffrey Haskard|Haskard, Reginald Geoffrey "Geoff"]] [https://www.familysearch.org/tree/person/details/GZB5-S35] - 1906(SA)-1988(SA) - Licences: Receive Adelaide (Jamestown, 1923-1924); 5RH Adelaide (Jamestown, 1927-1931; North Adelaide, 1933; Malvern, 1937-1939; Helmsdale, 1947; Plympton, 1948-1975; West Beach, 1980+) - Qualifications: cc; AOCP 316, 1927, No. ?? in SA; BOCP 1558, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: retreader (Malvern, 1939-1941); wireless operator (Malvern, 1943) ===''HATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Westrop Henry Hatfield|Hatfield, Westrop Henry "West"]] [https://www.familysearch.org/tree/person/details/GZB5-VF5] - 1909(Vic)-1998(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''HATTAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Hattam|Hattam, Fred]] [https://www.familysearch.org/tree/person/details/G8ZV-QDL] - 1906(Vic)-1976(Vic) - Licences: 3HW Castlemaine (1929-1939); 3BAL Castlemaine (1975) - Qualifications: AOCP 541, 1929, No. ?? in Vic; BOCP 410, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Castlemaine, 1928-1937); radio mechanic (Castlemaine, 1954-1967); engineer (Castlemaine, 1968-1972) ===''HAWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haworth|Haworth, William]] [https://www.familysearch.org/tree/person/details/G823-JT3] - 1896(Qld)-1987(Qld) - Licences Q737 Receive Qld (1922-1923) - Qualifications: cc; Nil identified as yet - amateur receiver - Electoral Rolls: telephone mechanic (Ironside Estate, 1917); mechanic (Taringa, 1921-1928); lineman (North Tmborine, 1931); electrical mechanic (Eagle Heights, 1936; Toowong, 1937); telephone mechanic (Bundaberg, 1943-1949); technician (Toowong, 1954-1972); retired (Caloundra, 1977-1980) ===''HAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edgar Cecil Hawson|Hawson, Thomas Edgar Cecil]] [https://www.familysearch.org/tree/person/details/GXZ2-ZV9] - 1916(Qld)-1992(Qld) - Licences: 4CH Ipswich (Woodend, 1937-1939; East Ipswich, 1947-1948); 4CH Brisbane (Yeronga, 1969; Salisbury, 1975-1980) - Qualifications: cc; AOCP 2016, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: agent (Ipswich, Qld, 1937); radio mechanic (East Ipswich, Qld, 1949); storekeeper (Windsor, Qld, 1954; Yeronga, Qld, 1958; Salisbury, Qld, 1963-1980) ===''HAYMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Inglis Hayman|Hayman, William George Inglis]] [https://www.familysearch.org/tree/person/details/G8NL-CX1] - 1897(Eng)-1968(WA) - Licences: 6BG Perth (Claremont, 1925); 6GH Perth (Claremont, 1946-1965) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; scientist; educator - Electoral Rolls: lecturer (Claremont, 1922-1929); engineer (Claremont, 1931-1954); civil servant (Claremont, 1958-1968) - [https://adb.anu.edu.au/biography/hayman-william-george-12971 ADB] ===''HAYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Lot Henry Haynes|Haynes, Bruce Lot Henry]] [https://www.familysearch.org/tree/person/details/KC44-8M4] - 1898(NSW)-1961(NSW) - Licences: 2YA Armidale (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Armidale, 1930-1936); poultry farmer (West Pennant Hills, 1943-1958) * [[/Thomas Ambrose John Haynes|Haynes, Thomas Ambrose John]] [https://www.familysearch.org/tree/person/details/GSC5-WXM] - 1902(SA)-1968(SA) - Licences: 5AY Adelaide (Black Forest Estate, 1931-1939) - Qualifications: cc; AOCP 835, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Black Forest, 1939-1943) ===''HAZLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Stanley Arnold Hazlett|Hazlett, Royce Stanley Arnold]] [https://www.familysearch.org/tree/person/details/GXX4-F38] - 1932(Qld)-2015(Qld) - Licences: 4ZRH Brisbane (Wellers Hill, 1965-1975) - Qualifications: AOLCP 1159, 1961, Qld - amateur operator - Relationships: Son of 4EO Stanley Albert Hazlett - Electoral Rolls: electrician (Coorparoo, Qld, 1954-1963); electrical contractor (Wellers Hill, Qld, 1968-1972); contractor (Tarragindi, Qld, 1977-1980) * [[/Stanley Albert Hazlett|Hazlett, Stanley Albert]] [https://www.familysearch.org/tree/person/details/KC33-RH7] - 1900(Qld)-1971(Qld) - Licences: 4EO Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 4ZRH Royce Stanley Arnold Hazlett - Electoral Rolls: clerk (Coorparoo, Qld, 1925-1928); buyer (Coorparoo, Qld, 1937-1968) ===''HEARPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Hearps, David Edward]] - See David Edward Vaughan (assumed change of name) ===''HEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Harry Heath|Heath, Allan Harry]] [https://www.familysearch.org/tree/person/details/L5Y4-4DT] - 1914(SA)-1986(SA) - Licences: 5ZX Adelaide (Prospect Park, 1934-1939; Highgate, 1947-1956; Brighton, 1960-1980) - Qualifications: cc; AOCP 1369, 1934, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''HEATHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Heathers|Heathers, Cyril John]] [https://www.familysearch.org/tree/person/details/G8XN-NG9] - 1909(Eng)-2003(NSW) - Licences: 2GZ Sydney (Bankstown, 1930-1934); 2UA Sydney (Bankstown, 1935-1939; Artarmon, 1946-1975) - Qualifications: AOCP 615, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Bankstown, 1930-1943); telephone engineer (Artarmon, 1949-1968); engineer (Artarmon, 1977-1980) - Comment: 2GZ callsign likely withdrawn by PMGD for 2GZ Orange commercial ===''HEILBRONN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Heilbronn|Heilbronn, George]] [https://www.familysearch.org/tree/person/details/LJHL-PW3] - 1894(Qld)-1972(Qld) - Licences: 4GG Chinchilla (1929-1939); 4GG Yarraman (1946-1955); 4GG Crows Nest (1956); 4GG Millmerran (1960); 4GG Brisbane (Wynnum, 1965-1969) - Qualifications: cc; AOCP 565, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (Qld Listeners' League) - Electoral Rolls: locomotive fireman (Chinchilla, 1925-1937); locomotive driver (Yarraman, 1954); engine driver (Millmerran, 1943-1958); retired (Wynnum, 1963-1968) ===''HEINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Heine|Heine, John Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/G9VS-V1F] - 1908(Tas)-1988(Vic) - Licences: 7JK Hobart (City, 1927; Bellerive, 1931); 4JX Brisbane (City, 1933; Ascot, 1935; Kangaroo Point, 1937; Mowbray Park, 1938-1939); 3JF Melbourne (Beaumaris) (1960-1980+) - Qualifications: cc; AOCP 355, 1927, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kangaroo Point, 1934; Norman Park, 1937); engineer (Brighton, 1949); representative (Beaumaris, 1954-1980) ===''HEINRICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Latimer Heinrich|Heinrich, William Latimer]] [https://www.familysearch.org/tree/person/details/GXG5-S7Y] - 1917(SA)-1993(SA) - Licences: 5HR Bute (1934-1939); 5HR Adelaide (Kensington Gardens, 1947-1980+) - Qualifications: cc; AOCP 1376, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: farmhand (Bute, SA, 1939-1943) ===''HEITSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry John Keith Heitsch|Heitsch, Henry John Keith or Heinrich Johann]] [https://www.familysearch.org/tree/person/details/G8CV-QYP] - 1907(Vic)-1996(Qld) - Licences: 3HK Melbourne (Mitcham, 1929-1939, 1947-1975); 4AHK Scarness (1980+) - Qualifications: AOCP 516, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: piano fitter (Mitcham, 1931-1954); technician (Mitcham, 1963-1977); retired (Scarness, Qld, 1980) ===''HELLAWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Herbert Hellawell|Hellawell, Francis Herbert "Frank"]] [https://www.familysearch.org/tree/person/details/LK5G-478] - 1885(Qld)-1958(Qld) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - early wireless experimenter; amateur radio clubs (member, WIQ); federal public servant (PMGD) - Electoral Rolls: engineer (Toowong, 1913-1914; Coorparoo, 1919; East Annerley, 1925; Annerley, 1929-1934); clerk (Brisbane City, 1937); no occupation (Beachmere, 1943-1949; Annerley, 1954-1958) ===''HELLYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leicester Henry Hellyer|Hellyer, Leicester Henry]] [https://www.familysearch.org/tree/person/details/KFNW-BTC] - 1908(NSW)-1972(NSW) - Licences: 2LS Sydney (Rockdale, 1930-1933) - Qualifications: AOCP 600, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Rockdale, 1930-1933; Manly, 1934-1935; Artarmon, 1936-1937; Willoughby, 1943; Artarmon, 1949-1963; Newport, 1968-1977) ===''HENDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Henderson|Henderson, Frederick James]] [https://www.familysearch.org/tree/person/details/GXQG-XRX] - 1891(Eng)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 208, 1916 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified * [[/S. A. Henderson|Henderson, S. A.]] - 19??(???)-19??(???) - Licences: 5JN Adelaide (Walkerville, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HENNESSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] - 1896(Qld)-19?? - 4LO Brisbane (City, 1931-1939), amateur operator (AOCP 826, 1931, No. ? in Qld), fourth YL operator in Qld ===''HENRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Geddes Henry|Henry, Arthur Geddes]] [https://www.familysearch.org/tree/person/details/L4QW-K9Z] - 1907(NSW)-1969(NSW) - Licences: 2ZK Sydney (Sandringham, 1929-1939) - Qualifications: AOCP 494, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Sandringham, NSW, 1930-1937); engineer (San Souci, 1949-1963; Northbridge, 1968) * [[/Clement John Henry|Henry, Clement John]] [https://www.familysearch.org/tree/person/details/GZ6T-RPC] - 1905(NSW)-1996(NSW) - Licences: Receive (Valve) Uralla (1923); 2CH Uralla (1924-1929); 2UR Uralla (1930-1939); 2UR Blakehurst (1946); 2UR Sydney (Neutral Bay, 1948-1957; Pymble, 1958-1980+) - Qualifications: cc; AOCP 85, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 (RAAF) - Withdrawal: 2CH callsign withdrawn in 1930 for 2CH Sydney - Electoral Rolls: electrician (Uralla, 1930-1937); electrical fitter (RAAF Richmond, 1943); technician (Neutral Bay, 1949-1954; Pymble, 1958-1980) * [[/John Edwin Henry|Henry, John Edwin]] [https://www.familysearch.org/tree/person/details/KL6B-GD6] - 1868(Vic)-1933(Qld) - Licences: 4CZ Receive Mt Alford via Boonah (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: baker (Gundy, NSW, 1913); farmer (Boonah, Qld, 1917-1921); storekeeper (Mt Alford, Qld, 1922-1926); baker (Dayboro, Qld, 1928; Wondai, Qld, 1931) * [[/Raymond Cherrington Henry|Henry, Raymond Cherrington "Tom"]] [https://www.familysearch.org/tree/person/details/GX5X-C1Y] - 1894(SA)-1975(SA) - Licences: 5CY Cook (1935-1939); 5RY Adelaide (Goodwood, 1960) - Qualifications: cc; AOCP 1421, 1935, SA - amateur operator; amateur broadcaster; WW2 - Comment: Son, also named RCH, passed in WW2 - Electoral Rolls: fitter (Goodwood Park, SA, 1939-1943) ===''HENWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ralph Franklin Henwood|Henwood, Ralph Franklin]] [https://www.familysearch.org/tree/person/details/G89X-CF6] - 1912(WA)-1979(WA) - Licences: 6RL Perth (North Perth, 1930-1933; Claremont, 1937); 6RL Northam (1946-1948); 2AXA Sydney (Rose Bay, 1960-1961); 6RL Perth (Claremont, 1969-1975) - Qualifications: cc; AOCP 720, 1930, No. ?? in WA; BOCP 2, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio serviceman (Claremont, 1936); radio operator (6AM) (Northam, 1937); radio technician (Northam, 1943-1949; Claremont, 1954); technician (Bellevue Hill, 1958; Claremont, 1963-1972; Nedlands, 1977) ===''HEPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Dean Hepton|Hepton, William Dean "Bill"]] [https://www.familysearch.org/tree/person/details/LRBB-VN5] - 1898(Qld)-1966(Qld) - Licences: 4WD Brisbane (Milton, 1932-1939) - Qualifications: cc; AOCP 918, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, instructor 1932-1935) - Electoral Rolls: mechanic (Paddington, Qld, 1921; Milton, Qld, 1925-1963) ===''HERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Kinross Herd|Herd, James Kinross]] [https://www.familysearch.org/tree/person/details/GZZ2-YSQ] - 1901(Vic)-1963(Vic) - 3JK Baccus Marsh (1924-1927), 3JK Wangaratta (1933-1939, 1946-1956), 3JK Mornington (1960), amateur operator (AOCP 36, 1924, No. ?? in Vic), amateur broadcaster ===''HERSCHEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Victor Herschel|Herschel, Henry Victor]] [https://www.familysearch.org/tree/person/details/K4N6-76H] - 1902(Qld)-1937(Qld) - Licences: 4UK Cairns (1929-1931); 4UK Toowoomba (1933); 4UK Brisbane (Indooroopilly, 1937) - Qualifications: cc; AOCP 564, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Newtown, 1925; Cairns, 1930; Indooroopilly, 1936-1937)- Comment: Passed too soon ===''HESKETH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Hesketh|Hesketh, John]] - 1868(Eng)-1917(Vic) - early wireless experimenter, senior state public servant (Qld electrical engineer), senior federal public servant (PMGD, chief electrical engineer), military (Royal Engineers, Eng; Qld Defence Force, lieutenant) ===''HEWITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Hewitt|Hewitt, Archibald John "Arch"]] [https://www.familysearch.org/tree/person/details/G8DZ-TNY] - 1910(SA)-1988(SA) - Licences: 5XK Adelaide (Torrensville, 1930-1939); 5XK Kingscote (1946-1948); 5XK Adelaide (Torrensville, 1954; College Park, 1955-1956; Lucindale, 1960; Semaphore, 1965-1969; Ottaway, 1975-1980) - Qualifications: cc; AOCP 582, 1930, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal clerk (Kingscote, 1939-1941) * [[/Clarence Richard Hewitt|Hewitt, Clarence Richard]] [https://www.familysearch.org/tree/person/details/G6D1-718] - 1900(Qld)-1969(Qld) - Licences: 4CR Brisbane (Rosalie, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Petrie Tce, Qld, 1919); student (Petrie Tce, Qld, 1921-1926); moulder (Rosalie, Qld, 1928); carpenter (Rosalie, Qld, 1936-1943; Indooroopilly, Qld, 1949); hotel manager (Indooroopilly, Qld, 1954) * [[/Horace Thomas Hewitt|Hewitt, Horace Thomas]] [https://www.familysearch.org/tree/person/details/MN6S-JBL] - 1904(Qld)-1988(Qld) - Licences: 4PD Brisbane (Moorooka, 1939, 1947-1980) - Qualifications: cc; AOCP 2377, 1939, Qld - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Hodgson, Qld, 1925; Bowen, Qld, 1930); mechanic (Roma, Qld, 1936-1937); turner (Moorooka, Qld, 1943-1980) * [[/Thomas George Hewitt|Hewitt, Thomas George]] [https://www.familysearch.org/tree/person/details/GXZ2-PLM] - 1900(NSW)-1962(NSW) - Licences: 4TH Cairns (1937-1939); 2LH Lismore (1946-1961); 2ATG Lennox Head (1955-1961) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: medical practitioner (Cairns, Qld, 1930-1943; Lismore, NSW, 1949-1958) ===''HIAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Charles Hiam|Hiam, Robert Charles "Charles"]] [https://www.familysearch.org/tree/person/details/9VCT-14T] - 1888(Vic)-1982(Vic) - Licences: XLD Melbourne (Balaclava, 1913-1914); 3LW Melbourne (St Kilda, 1923-1931; Caulfield North, 1933-1939) - Qualifications: cc; CPRT 174, 1915 - amateur operator; amateur broadcaster - Electoral Rolls: tailor (St Kilda, 1913-1928; Caulfield, 1931-1968); retired (Beaumaris, 1972-1980) ===''HICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Joseph Hicks|Hicks, Henry Joseph "Harry"]] [https://www.familysearch.org/tree/person/details/G8QG-RRR] - 1913(Qld)-1983(Qld) - Licences: 1HH Macquarie Island (1955-1956); 4HG Willis Island (1963); 9HG Lae, New Guinea (1965-1969); 4HG Tolga (1975-1980) - Qualifications: AOCP 2468, 1941, Qld; 1COCP 784, 1944 - amateur operator - Electoral Rolls: letterpress machinist (Cairns, 1936-1937); printer (Newtown, 1943); radio officer (Broome, 1963); wireless operator (Thursday Island, 1972); retired (Tolga, 1977-1980) - Awards: BEM (1958, Officer in Charge, Radio Weather Reporting Station, Willis Islets) ===''HIGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Gordon Conway Higgins|Higgins, John Gordon Conway "Jack"]] [https://www.familysearch.org/tree/person/details/GD45-FKK] - 1884(NSW)-1963(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 29, 1914 - wireless telegraphist, WW1, WW2 - Electoral Rolls: clerk (South Perth, 1910-1912); radio engineer (Prahran, 1925-1927); manufacturer (St Kilda, Vic, 1934-1937); soldier (Caulfield, 1942); military duties (South Yarra, 1949); retired (Dromana, 1954; Sorrento, 1963) ===''HILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Edward Hilder|Hilder, Henry Edward]] - 1919(???)-1984(Qld) - 4HH Brisbane (East Brisbane, 1946-1948; Nudgee, 1954-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ), military (WW2, AIF Signals), employment (Brisbane Fire Brigade, communications), (Halcyon says AOCP Brisbane 1936 but no record) ===''HILDYARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol David Hildyard|Hildyard, Athol David]] [https://www.familysearch.org/tree/person/details/LYNY-TBD] - 1919(Tas)-1998(Tas) - Licences: 7DH Hobart (City, 1936-1939, 1948; Montagu Bay, 1954-1980+) - Qualifications: cc; AOCP 1735, 1936, No. ?? in Tas; 1AOCP 50, 1947 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcast technician (Hobart South, 1943-1949); radio engineer (Montagu Bay, 1954) ===''HILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Wyatt Hill|Hill, Alfred Wyatt]] [https://www.familysearch.org/tree/person/details/GD2Y-5VM] - 19??(???)-19??(???) - Licences: 2TS Sydney (Killara, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Arthur Stanley Hill|Hill, Arthur Stanley]] [https://www.familysearch.org/tree/person/details/GX16-FRC] - 1906(Eng)-19??(???) - Licences: 6AH Wiluna (1937-1939, 1947-1965); 6AH Busselton (1969-1980+) - Qualifications: cc; AOCP 1985, 1937, WA - amateur operator; amateur broadcaster; WW2 - Relationships: Husband of 6MH Mary Lilian Hill nee - Electoral Rolls: electrician (Wiluna, WA, 1931); engineer (Wiluna, WA, 1936-1949); business manager (Wiluna, WA, 1954-1963); retired (West Busselton, WA, 1968-1980) * [[/Frederick John Hill|Hill, Frederick John]] [https://www.familysearch.org/tree/person/details/G8CS-1J5] - 19??(???)-19??(???) - Licences: 2TY Kurri Kurri (1929-1934) - Qualifications: cc; AOCP 500, 1929, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: colliery employee (Pelaw Main, 1930; Stanford Merthyr, 1934; Kurri Kurri, 1936-1937); winding driver (Kurri Kurri, 1968) * [[/Mary Lilian XXXX|Hill nee , Mary Lilian]] [https://www.familysearch.org/tree/person/details/GX16-JZY] - 1906(???)-19??(???) - Licences: 6MH Wiluna (1937-1939, 1947-1965); 6MH Busselton (1969-1980+) - Qualifications: cc; AOCP 1976, 1937, WA - amateur operator; amateur broadcaster; YL operator - Relationships: Wife of 6AH Arthur Stanley Hill - Electoral Rolls: ===''HILLHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Reid Hillhouse|Hillhouse, James or James Reid]] [https://www.familysearch.org/tree/person/details/GXH2-YZJ] - 1907(Sct)-1992(Qld) - Licences: 4ZO Collinsville (1933-1939, 1947-1975); 4ZO Bowen (1980+) - Qualifications: cc; AOCP 1115, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: coal miner (Collinsville, Qld, 1928-1963); retired (Gladstone, Qld, 1977) ===''HILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Hilton|Hilton, William Edward]] [https://www.familysearch.org/tree/person/details/GDPR-P1K] - 1876(???)-1957(NSW) - Licences: XEQ Sydney (St Leonards, 1913-1914); 2BA Receive Sydney (Crows Nest, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: postal assistant (Newtown, 1903); postmaster (Stockton, 1930-1932; Kurri Kurri, 1934-1936); retired (Long Jetty, 1943-1949) ===''HINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Hine|Hine, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GCBY-3SZ] - 1907(NSW)-1994(NSW) - Licences: 2QL Sydney (Campsie, 1935-1937; Richmond, 1938-1939; Homebush, 1946-1980+) - Qualifications: AOCP 1434, 1935, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Campsie, 1930-1931; Temora, 1932-1935); wireless operator (RAAF Richmond, 1936-1937; Concord, 1943); radio officer (Homebush, 1954-1958; Strathfield West, 1968; Homebush, 1977-1980) ===''HIPWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Anson Le Hunt Hipwell|Hipwell, Ronald Anson Le Hunt]] [https://www.familysearch.org/tree/person/details/G8HJ-SMM] - 1902(Vic)-1975(Vic) - Licences: 3KU Swan Hill (1929-1933); 2ACD Broken Hill (1937-1939); 3ACD Melbourne (Dromana, 1955-1956); 5AJ Port Augusta (1960-1965); 3AEI Melbourne (Dromana, 1969-1975) - Qualifications: AOCP 486, 1929, No. ?? in Vic; AOLCP 140, 1934 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: engineer (St Kilda East, 1925); electrical engineer (Swan Hill, 1931); radio engineer (Broken Hill, 1935-1943); radio electrical fitter (Dromana, 1949-1954); retired (Dromana, 1972) ===''HIRSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jacob Alexander Hirsch|Hirsch or Deerson, Jacob or Jakob Alexander]] [https://www.familysearch.org/tree/person/details/GWZX-RZ3] - 1896(Aus)-1979(Aus) - Licences: 2AE Receive Sydney (Croydon, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (Oatley, 1930-1937); clerk (Canberra, 1949); no occupation (Pambula Beach, 1954-1972; Merimbula, 1977) ===''HITCHCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leith Fuller Hitchcock|Hitchcock, Leith Fuller]] [https://www.familysearch.org/tree/person/details/GXWC-Y61] - 1897(Qld)-1953(Qld) - Licences: 4LH Brisbane (Wooloowin, 1931-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: bacteriologist (Wooloowin, 1921-1936); research officer (Wooloowin, 1943-1949) ===''HOAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. M. Hoad|Hoad, C. M.]] - 19??(???)-19??(???) - Licences: None yet identified - Qualifications: AOCP 319, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - Individual not yet identified ===''HOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Cecil Hoar|Hoar, John Cecil]] [https://www.familysearch.org/tree/person/details/MVKW-HND] - 1900(Eng)-1964(WA) - Licences: 6OR Perth (Fremantle, 1931-1939; Mosman Park, 1947-1960) - Qualifications: cc; AOCP 786, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Barracks, Fremantle, WA, 1925-1931; East Fremantle, WA, 1936-1937; Mosman Park, WA, 1949-1963) ===''HOARE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Hoare|Hoare, Peter]] [https://www.familysearch.org/tree/person/details/G99K-6N4] - 1895(NSW)-1975(NSW) - 2PH Gosford (1925-1927), amateur operator (AOCP 82, 1925, No. ?? in NSW), amateur broadcaster, railway signalman * [[/Pierce Mark Hoare|Hoare, Pierce Mark]] - 1895(NSW)-1988(NSW) - 2SL Lismore (1934-1980+), amateur operator (AOCP 1227, 1933, No. ?? in NSW), amateur broadcaster, radio clubs (Richmond River Listeners' League) ===''HOBART-DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Hobart-Duff, William Vere see Duff, William Vere Hobart]] ===''HOBCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hurtle Horace Hobcroft|Hobcroft, Hurtle Horace]] [https://www.familysearch.org/tree/person/details/G8WZ-G5T] - 1899(SA)-1993(SA) - Licences: 5RE Adelaide (West Brunswick, 1928); 5RE Renmark (1931-1939, 1946-1956); 5RE Adelaide (Linden Park, 1960-1969) - Qualifications: cc; AOCP 420, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW1; WW2 - Relationships: Father of Rex Kelvin Hobcroft - Electoral Rolls: clerk (Carlton North, 1925-1926; Brunswick West, 1928); horticulturalist (Renmark, 1939-1943) ===''HOBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Forde Hobler|Hobler, Cecil Forde]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: solicitor (Barcaldine, 1928) - Relationships: cousin of 4DO Harold Learmonth Hobler? * [[/Harold Learmonth Hobler|Hobler, Harold Learmonth]] [https://www.familysearch.org/tree/person/details/LRKZ-8N1] - 1906(Qld)-1984(Qld) - Licences: 1217 Rockhampton (1921-1924); 4DO Receive Rockhampton (1923); 4DO Rockhampton (1925-1939, 1946-1980+) - Qualifications: cc; AOCP 110, 1925, No. 12 in Qld; CPRT 1003, 1928 - amateur operator; amateur broadcaster; radio club (WIAQ, JOTA); business proprietor (picture theatre), WW2 - Electoral Rolls: theatre manager (Rockhampton, 1930-1937); theatre proprietor (Rockhampton, 1943); soldier (Bulimba, 1943); theatre proprietor (Rockhampton, 1949); theatre manager (Rockhampton, 1958-1963); property owner (Rockhampton North, 1968-1977) - Relationships: cousin of Cecil Forde Hobler? ===''HODDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Hodder|Hodder, Clarence William]] [https://www.familysearch.org/tree/person/details/GXLK-ZRC] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Parkside, 1923); Receive Adelaide (Parkside, 1923); 5LY Adelaide (Parkside, 1934-1939, 1947; Bridgewater, 1948-1980) - Qualifications: cc; AOCP 1354, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: moulder (Parkside, SA, 1939-1943) ===''HODDINOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Hoddinott|Hoddinott, Francis William]] [https://www.familysearch.org/tree/person/details/9N4Q-3X7] - 1886(Vic)-1972(Qld) - Licences: Receive Brisbane (Eagle Junction, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Rockville Estate, Toowoomba, Qld, 1908; Toowoomba, Qld, 1912; Sandgate, Qld, 1919; Eagle Junction, Qld, 1921-1943; West End, 1949); retired (Tamborine Mountain, Qld, 1958-1963; Hendra, Qld, 1968) ===''HODGKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Charles Hodgkinson|Hodgkinson, Francis Charles]] [https://www.familysearch.org/tree/person/details/GDBM-J4S] - 1906(???)-1977(???) - Licences: Receive (Crystal) Ulverstone (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: jeweller's assistant (Ulverstone, 1928-1949); watchmaker (Ulverstone, 1954) ===''HODSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Hodson|Hodson, Victor]] [https://www.familysearch.org/tree/person/details/GXQ5-DV2] - 1890(SA)-1917(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 145, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified ===''HOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hoe|Hoe, Frederick]] [https://www.familysearch.org/tree/person/details/GS4Q-CSG] - 1886(Vic)-1976(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer; business proprietor (Fred Hoe and Sons) - Relationships: Father of 4FO Fred Hoe - Electoral Rolls: engineer (Fortitude Valley, Qld, 1913; Yeronga, Qld, 1916-1919); manager (Yeronga, Qld, 1921-1972) * [[/Fred Hoe|Hoe, Fred]] [https://www.familysearch.org/tree/person/details/G796-MWK] - 1913(Vic)-1984(Qld) - Licences: 4FO Brisbane (Yeronga, 1933-1939; Annerley, 1946-1954) - Qualifications: cc; AOLCP 53, 1931; AOCP 1188, 1933, Qld - amateur operator; amateur broadcaster; employment (Edgar V. Hudson); business proprietor (Fred Hoe and Sons) - Relationships: Son of Frederick Hoe - Electoral Rolls: radio engineer (Yeronga, Qld, 1936-1937); general manager (Annerley, Qld, 1949); business manager (Salisbury, Qld, 1954); manager (Buranda, Qld, 1954-1963; Burleigh Heads, Qld, 1968); company director (Holland Park West, Qld, 1972-1980) ===''HOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hogg|Hogg, Stanley]] [https://www.familysearch.org/tree/person/details/GXBD-TCR] - 1908(Eng)-1987(WA) - Licences: 6SG Harvey (1934-1939) - Qualifications: cc; AOCP 1382, 1934, WA; BOCP 142, 1938; 2COCP 240, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: milk tester (Harvey, WA, 1930-1937); radio operator (AAMS Wireless Station, Kalgoorlie, WA, 1943); engineer (Nedlands, WA, 1949); aircraft engineer (Kewdale, WA, 1954-1968; Belmont, WA, 1972); retired (Coodanup, WA, 1977; Mandurah, WA, 1980) ===''HOLLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Evan Holland|Holland, Albert John Evan]] [https://www.familysearch.org/tree/person/details/GZQW-VBH] - 1896(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; AOCP 12, 1924, No. 3 in Vic - amateur operator; amateur broadcaster - Relationships: brother of 3JH Frank Henry James Holland - Electoral Rolls: draftsman (Moonee Ponds, 1922-1925; Essendon, 1926); engineer (Essendon, 1928-1931; Camberwell, 1936-1954); nil (Nunawading, 1963) * [[/Frank Henry James Holland|Holland, Frank Henry James]] [https://www.familysearch.org/tree/person/details/GZQW-S1W] - 1899(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; CPRT 596, 1920 - amateur operator; amateur broadcaster - Comment: well placed in Trans-Pacific Tests 1923 despite inferior equipment - Relationships: brother of 3JH Albert John Evan Holland - Electoral Rolls: wireless instructor (Moonee Ponds, 1922-1925); boot repairer (Essendon, 1926-1928); labourer (North Essendon, 1931); boot repairer (Olinda, 1934-1943); postal clerk (Sandringham, 1949); clerk (Heidelberg, 1954-1968) * [[/Ronald Weymouth Holland|Holland, Ronald Weymouth "Ron"]] - 1914(???)-1983(Qld) - 4AQ Brisbane (Coorparoo, 1946-1980+), amateur operator (AOCP 2392, 1939, No. ?? in Qld) ===''HOLLOWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hart Holloway|Holloway, William Hart]] [https://www.familysearch.org/tree/person/details/GXQ5-HRT] - 1876(Eng)-1950(Tas) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 20, 1914; 1COCP 41, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: agent (Brunswick, Vic, 1909; Whitemark, Flinders Island, 1914-1919); wireless operator (Broome, 1918-1922); O.J.C. Radio (Camberwell, 1924-1926); radio officer (Thursday Island, 1928); officer-in-charge (Radio Station, Emita, Flinders Island, 1936-1937); farmer (Lady Barron, 1943-1949) ===''HOLST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Owen Holst|Holst, Arnold Owen]] [https://www.familysearch.org/tree/person/details/GZ6V-ZPD] - 1898(Vic)-1975(Vic) - Licences: XPH Melbourne (Caulfield, 1913-1914); 3OH Melbourne (Toorak, 1956-1975) - Qualifications: Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster (through brother Hector's station 3BY); electrician - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: sharebroker (Camberwell, 1922-1934; Toorak, 1935-1972) * [[/Hector James Holst|Holst, Hector James]] [https://www.familysearch.org/tree/person/details/GZ6V-X23] - 1903(Vic)-1954(Vic) - Licences: 3BY Receive Melbourne (Caulfield, 1922); 3BY Melbourne (Caulfield, 1923-1954) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: engineer (Caulfield, 1925-1954) * [[/Otto Holst|Holst, Otto]] [https://www.familysearch.org/tree/person/details/GZ6V-2M7] - 1906(Vic)-1967(Vic) - Licences: 3BY Melbourne (Caulfield, 1955-1967) - Qualifications: cc; AOCP 79, 1925, No. ?? in Vic - amateur operator; amateur broadcaster (through brother Hector's station 3BY) - took over 3BY callsign after passing of brother Hector James Holst in 1954 - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: radio engineer (Caulfield, 1928-1963) ===''HOLT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Molineux Holt|Holt, Bernard Molineux]] [https://www.familysearch.org/tree/person/details/LDQR-MJP] - 1883(NZ)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - president WIA WA; witness to Royal Commission 1927 (obo WIA WA) - Electoral Rolls: electrical engineer (Claremont, 1910-1914; Osborne, 1917-1954) ===''HOMBERG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. G. Homberg|Homberg, S. G.]] - 19??(???)-19??(???) - Licences: 3RG Melbourne (Malvern, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Morten Honnor|Honnor, John Morten]] [https://www.familysearch.org/tree/person/details/KCNV-ZM6] - 1900(SA)-1987(Vic) - Licences: 5AE Adelaide (Prospect, 1923-1931) - Qualifications: cc; AOCP 192, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Knoxville, SA, 1939-1941); RAAF (Ballarat, Vic, 1942); instructor (Hampton, 1949; Bentleigh, 1954-1980) ===''HOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Hamilton Hood|Hood, John George Hamilton]] [https://www.familysearch.org/tree/person/details/G772-RK8] - 1904(NSW)-1971(Vic) - 3BP Receive Melbourne (South Yarra, 1922); 3BP Melbourne (East St Kilda, 1923-1933; Toorak, 1937-1939) - Qualifications: cc; AOCP 182, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (East St Kilda, 1925-1931); draughtsman (Toorak, 1934-1937; Malvern, 1943-1967) ===''HOOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel George Alfred Hooke|Hooke, Lionel George Alfred]] [https://www.familysearch.org/tree/person/details/G8NK-KDV] - 1895(Vic)-1974(NSW) - Licences: 3M? Melbourne - Qualifications: CPRTelephony 529, 1920 - amateur operator, amateur broadcaster, early wireless experimenter, ship wireless operator (Aurora, 1914, support Shackleton's expedition), radio clubs (IRE Aust), business (AWA, senior management), honours (knighted, 1937) - Electoral Rolls: wireless (Brighton, Vic, 1921-1927); business manager (Neutral Bay, 1933); manager (Killara, NSW, 1936-1972) - [https://adb.anu.edu.au/biography/hooke-sir-lionel-george-alfred-10536 ADB] ===''HOOKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Theodore Hooker|Hooker, Walter Theodore]] [https://www.familysearch.org/tree/person/details/GD1W-QB5] - 1901(St Kitts)-1949(Tas) - Licences: 7JH Hobart (New Town, 1933-1939); 7JH Waddamanna (1946-1948) - Qualifications: cc; AOCP 1161, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart North, 1922); electrical engineer (New Town, 1928); electrician (New Town, 1936); engineer (Waddamanna, 1937-1943) ===''HOOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Wallbank Hooper|Hooper, Allan Wallbank]] [https://www.familysearch.org/tree/person/details/LB8M-VJG] - 1898(SA)-1960(NSW) - Licences: 4KR Willis Island (1933) - Qualifications: cc; CPRT 432, 1919; 2COCP 8, 1929; 1COCP 127, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: unemployed (Manly, NSW, 1949); telegraphist (Little Bay, NSW, 1949; Yarra Bay, NSW, 1954-1958) ===''HOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyndsay Arthur Hope|Hope, Lyndsay Arthur]] [https://www.familysearch.org/tree/person/details/LKYX-575] - 1906(Tas)-1997(Tas) - Licences: 7LA Launceston (1925-1927+) - Qualifications: cc; AOCP 188, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; broadcast engineer; WW2; gave up experimental callsign for use by his Class B licence, 7LA Launceston - Relationships: brother of 7RS Ronald Springfield Hope - Electoral Rolls: bank clerk (Launceston, 1928); bank officer (Ulverstone, 1936); accountant (Scottsdale, 1949; Bridport, 1954-1972) * [[/Ronald Springford Hope|Hope, Ronald Springford]] [https://www.familysearch.org/tree/person/details/LTCW-PDG] - 1909(Tas)-1985(NSW) - Licences: 7RS Launceston (1926-1927); 7RS Hobart (City, 1931; Sandy Bay, 1933+) - Qualifications: cc; AOCP 263, 1926, No. ?? in Tas; AOLCP 75, 1932; ROCP N1832, 1976 - amateur operator; amateur broadcaster; broadcast engineer (designed & constructed transmission systems for 7HO Hobart & 7UV Ulverstone); later employed by STC England - Relationships: brother of 7LA Lyndsay Arthur Hope - Electoral Rolls: broadcast engineer (Queensborough, Tas, 1936); not specified (Finchley, Eng, 1936-1938); engineer (Thornleigh, NSW, 1949-1954); company director (Beecroft, NSW, 1958-1980) ===''HOPKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alfred Hopkins|Hopkins, Edward Alfred]] [https://www.familysearch.org/tree/person/details/GM4D-3QJ] - 1902(Tas)-1992(NSW) - Licences: Receive Moonah (1923) - Qualifications: cc; 3COCP 4858, 1964 - amateur receiver - Electoral Rolls: electrician (Moonah, 1928); engineer (Milson's Point, 1936-1943); electrical engineer (Wollstonecraft, 1949-1954); engineer (Wollstonecraft, 1958-1980) ===''HORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin John Horan|Horan, Kevin John "Ken"]] [https://www.familysearch.org/tree/person/details/G8V9-FTZ] - 1912(SA)-2002(SA) - Licences: 5DQ Adelaide (Parkside, 1930-1931; Unley, 1933); 2AJU Broken Hill (1938-1939); 5DQ Adelaide (Flinders Park, 1947-1960; Grange, 1965-1969); 3ZD Melbourne (Glen Waverley, 1975); 5IT Adelaide (Fulham, 1980) - Qualifications: cc; AOCP 672, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Clovelly, NSW, 1943); manager (Glen Waverley, 1972-1977) ===''HORN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Horn|Horn, David]] [https://www.familysearch.org/tree/person/details/GS41-9K4] - 1909(Qld)-1962(Qld) - Licences: 4DN Tara (1937-1939) - Qualifications: cc; AOCP 2021, 1937, Qld; BOCP 578, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: medical practitioner (Somerset Dam, Qld, 1936-1937; Baralba, Qld, 1943); radio engineer (Toowoomba, Qld, 1949); medical practitioner (Toowoomba, Qld, 1954) * [[/Irvan James Horn|Horn, Irvan James or James Irwin]] [https://www.familysearch.org/tree/person/details/G8WF-GB6] - 1905(WA)-19??(???) - Licences: 6JH Perth (City, 1928, 1937-1939); 3HX Melbourne (South Melbourne, 1965) - Qualifications: cc; AOCP 427, 1928, No. ?? in WA; 2COCP 29, 1935; 1COCP, 127, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Perth, WA, 1936-1937); wireless officer (Subiaco, WA, 1943); electrical contractor (Subiaco, WA, 1949); contractor (Albert Park, Vic, 1949); electrical contractor (Albert Park, Vic, 1963); retired (West Perth, WA, 1977; Subiaco, WA, 1980) ===''HORROCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Samuel Blake Horrocks|Horrocks, George Samuel Blake]] [https://www.familysearch.org/tree/person/details/GF94-19M] - 1911(WA)-1966(Vic) - Licences: 6GS Harvey (1932-1939, 1947-1948); 6GS Wagin (1954-1955) - Qualifications: cc; AOCP 919, 1932, No. ?? in WA; BOCP 1154, 1950; TVOCP 61, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: engine driver (Harvey, WA, 1936-1949); radio technician (Mt Lawley, WA, 1954); technician (Bentleigh North, Vic, 1963) ===''HOSKEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Dryden Hosken|Hosken, Arthur John Dryden]] [https://www.familysearch.org/tree/person/details/L6KH-BX8] - 1889(Eng)-1966(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 727, 1922 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: seaman (Williamstown, 1914-1919); Amalgamated Wireless (Darwin, 1922) * [[/Stanley Victor Hosken|Hosken, Stanley Victor]] [https://www.familysearch.org/tree/person/details/9HWQ-MGG] - 1894(Vic)-1971(Vic) - Licences: 3MP Receive Melbourne (Hawthorn, 1923); 3MP Melbourne (Hawthorn, 1923-1924; Surrey Hills, 1925-1933; Broadmeadows, 1934-1939; St Albans, 1946-1955; Hawthorn, 1956-1965; Mitcham, 1969) - Qualifications: cc; AOCP 6, 1924, No. 2 in Vic - amateur operator; amateur broadcaster; broadcast engineer (3AR, 3LO) - Electoral Rolls: civil servant (Hawthorn, 1919-1924); electrical engineer (Surrey Hills, Vic, 1925-1931); senior mechanic PMGD (3AR station, Broadmeadows, 1936-1937); civil servant (3AR Station, St Albans, 1942-1954); nil (Hawthorn, 1963-1967; Mitcham, 1968) ===''HOSKING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Piere Hosking|Hosking, Aubrey Piere]] [https://www.familysearch.org/tree/person/details/GDYV-D7R] - 1891(South Africa)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 376, 1918; 1COCP 117, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIT Townsville (1917-1918) - Electoral Rolls: wireless operator (Townsville, 1919); telegraphist (South Yarra, Vic, 1921-1922); radio telegraphist (Canterbury, Vic, 1924); sales manager (Canterbury, Vic, 1925-1926; Balwyn, Vic, 1928; Lindfield, NSW, 1930-1963) ===''HOSKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stark Hoskins|Hoskins, John Stark]] [https://www.familysearch.org/tree/person/details/G61K-FZ3] - 1891(NZ)-1987(Eng) - Licences: Nil yet identified - Qualifications: cc; CPRT 147, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: business manager (Claremont, WA, 1929) ===''HOWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Earl Stephen Howard|Howard, Earl Stephen]] [https://www.familysearch.org/tree/person/details/GQMV-XQL] - 1895(Tas)-1938(Vic) - Licences: 7ET Hobart (Moonah, 1928-1931) - Qualifications: cc; AOCP 470, 1928, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: clerk (Hobart, 1919-1922; Moonah, 1928-1936) ===''HOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Maxwell Howden|Howden, John Maxwell]] [https://www.familysearch.org/tree/person/details/GH2L-7LN] - 1929(Vic)-2017(Vic) - Licences: 3ZCH Melbourne (Burwood, 1956; Box Hill 1960-1975); 3BQX Melbourne (Box Hill, 1980+) - Qualifications: AOLCP 187, 1956; AOCP V610, 1979 - amateur operator - Relationships: son of 3BQ Walter Francis Maxwell Howden - Electoral Rolls: * [[/Walter Francis Maxwell Howden|Howden, Walter Francis Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/G43K-1TC] - 1899(Vic)-1980(Vic) - Licences: No 19 Receive Melbourne (Box Hill, 1920); V140 Receive Melbourne (Box Hill, 1921); 3BQ Receive Melbourne (Box Hill, 1922); 3BQ Melbourne (Box Hill, 1923-1927; Canterbury, 1928-1939 & 1946-1975+); 3ABQ Melbourne (portable, "Canterbury", 1947-1956) - Qualifications: AOCP 114, 1925, No. ?? in Vic - amateur operator, amateur broadcaster, first to QSO USA; first to QSO England, first on telegraphy, then telephony; journalist (Listener In); Bright Star Crystals 1930s-1950s; QSLs: substantial portion of QSL collection survives at NFSA (1800+) - Relationships: father of 3ZCH/3BQX John Maxwell Howden - Electoral Rolls: student (Box Hill, 1924-1927); wireless engineer (Ringwood, 1928); engineer (Camberwell, 1931-1954) - Links: [http://messui.polygonal-moogle.com/valves/NW199611.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199612.pdf EA2] ===''HOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph Howe|Howe, John Joseph]] [https://www.familysearch.org/tree/person/details/LD83-QNG] - 1886(Irl)-1949(Tas) - Licences: Nil yet identified - Qualifications: cc; CPRT 117, 1915; 1COCP 15, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918) - Electoral Rolls: radio telegraphist (Cooktown, 1916-1917); wireless operator (Pinkenba, Qld, 1919; Moonah, Tas, 1922; New Town, Tas, 1928-1943) * [[/Raymond Raine Howe|Howe, Raymond Raine "Ray"]] [https://www.familysearch.org/tree/person/details/GXHH-KJN] - 1919(Qld)-1984(NSW) - Licences: 4RH Bundaberg (1936-1939); 2ARH Sydney (Vaucluse, 1946-1955; Epping, 1956-1960); 3YH Melbourne (Mt Waverley, 1965-1969) - Qualifications: AOCP 1812, 1936, No. ?? in Qld; 3AIR 1009, 1947 - amateur operator; amateur broadcaster; broadcast engineer (4BU); military (RAAF, career, Wing-Commander) - Electoral Rolls: Wireless Operator (Richmond, NSW, 1943); RAAF (Vaucluse, NSW, 1949); RAAF officer (Campbell, ACT, 1963); RAAF (Syndal, Vic, 1967); RAAF officer (Dickson, ACT, 1972-1977); retired (Narrawallee, NSW, 1980) ===''HOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Montague Howlett|Howlett, Arthur Montague]] [https://www.familysearch.org/tree/person/details/GZPZ-NWZ] - 1882(Eng)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 130, 1915; 2COCP 253, 1930 - RANRS (Warrant Telegraphist, 1918) - Electoral Rolls: radio engineer operator (Esperance, 1916); warrant officer R.A.N.R.S. (Thursday Island, 1919); radio telegraphist (Rockhampton, 1925-1931; Clayfield, Qld, 1936); wireless operator (Clayfield, 1943-1954); retired (Clayfield, Qld, 1958) ===''HUBSHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lassalle Paul Hubsher|Hubscher or Hubsher, Lassalle Paul "Paul"]] [https://www.familysearch.org/tree/person/details/GXWF-8DP] - 1913(Qld)-1971(Qld) - Licences: 4UL Brisbane (Bulimba, 1936-1939; Annerley, 1946-1969+) - Qualifications: cc; AOCP 1578, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor); part of the "U" gang; Evans Deakin engineering - Electoral Rolls: fitter & turner (Valley, Qld, 1936-1937); draftsman (Annerley, 1943-1968) ===''HUDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Henry Hudson|Hudson, William Henry]] [https://www.familysearch.org/tree/person/details/K4BR-1P4] - 1895(NSW)-1972(NSW) - Licences: XBO Sydney (Dulwich Hill, 1913-1914); 2PO Receive Sydney (Marrickville, 1923); 2AR Sydney (Dulwich Hill, 1922-1969) - Qualifications: cc; AOCP 18, 1924, No. 8 in NSW - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: bootmaker (Dulwich Hill, 1930-1963) - Comment: beware, several contemporaneous WHHs ===''HUEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Meredyth Huey|Huey, Richard Meredyth]] [https://www.familysearch.org/tree/person/details/G8WP-Y1Z] - 1913(NSW)-1995(NSW) - Licences: 2HU Sydney (Chatswood, 1928-1931; Cronulla, 1933-1937); 3UE Melbourne (Hawthorn East, 1938-1939); 2AHU Sydney (Sylvania, 1980) - Qualifications: AOCP 437, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Cronulla, 1935-1937); army officer (Melbourne, 1943); engineer (West Pennant Hills, 1949; Pennant Hills, 1954; Edgecliff, 1958-1963; Sylvania, 1977-1980); retired (Mittagong, 1980) ===''HUGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Roy Huggins|Huggins, David Roy]] [https://www.familysearch.org/tree/person/details/GDW3-LXL] - 1892(NSW)-1976(NSW) - Licences: 2ZW Sydney (Neutral Bay, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: organ builder (Petersham, 1913); piano maker (Neutral Bay, 1930-1968); builder (Cremorne, 1972) ===''HUGHES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Alan Hughes|Hughes, Clive Alan]] [https://www.familysearch.org/tree/person/details/G8MV-3XQ] - 1900(Vic)-1966(Vic) - Licences: 3CA Ararat (1927); 3CA Melbourne (Williamstown, 1931-1939, 1946-1965) - Qualifications: AOCP 343, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Williamstown, 1924-1928); schoolmaster (Williamstown, 1936-1963) * [[/George Herbert Hughes|Hughes, George Herbert]] [https://www.familysearch.org/tree/person/details/GXZT-4JB] - 1909(Qld)-1997(Qld) - Licences: 4HU Brisbane (Windsor, 1937-1939; Annerley, 1947-1954) - Qualifications: cc; AOCP 1929, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: store keeper (Windsor, Qld, 1934-1937); branch manager (Annerley, Qld, 1943-1958); technician (Tarragindi, Qld, 1963-1980) ===''HUGO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald William Stuart Hugo|Hugo, Ronald William Stuart or Stewart (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GFMZ-CLZ] - 1910(WA)-1978(WA) - Licences: 6KW Perth (Subiaco, 1938-1939, 1947-1960; Floreat Park, 1965-1975) - Qualifications: cc; AOCP 2081, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Subiaco, WA, 1931-1934); salesman (Subiaco, WA, 1936-1963); manager (Floreat Park, WA, 1968-1977) ===''HULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Galbraith Hull|Hull, Allan Galbraith "Braith"]] [https://www.familysearch.org/tree/person/details/GWQD-PTY] - 1905(Vic)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - journalist (Wireless Weekly, editor; Radio and Hobbies, editor 1939; Australasian Radio World, editor 1940-1950) - Relationships: brother of William Howard Hull & 3JU Ross Amos Hull - Electoral Rolls: sales (St Kilda, Vic, 1926-1927); radio engineer (Darlinghurst, 1931); journalist (Northbridge, NSW, 1934; Bondi, NSW, 1935-1936); engineer (Rose Bay, 1937); manager (Malvern, 1942); journalist (Mornington, 1949); publisher (Sandringham, 1954); printer (Oakleigh, 1958-1963; Chadstone, 1967-1968; Glen Iris, 1972; Mt Waverley, 1977-1980) * [[/Frederick Atherley Hull|Hull, Frederick Atherley]] [https://www.familysearch.org/tree/person/details/GZ5M-MT9] - 1906(NZL)-1997(WA) - Licences: 6FH Pingrup (1930-1931); 6FH Port Hedland (1937-1939, 1946-1956); 6FH Perth (Claremont, 1960-1975; Nedlands, 1980+) - Qualifications: cc; CRPT 1139, 1929; 2COCP 271, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Perth, 1929); radio operator (Port Hedland, 1937-1954); unemployed (Claremont, 1958); technical officer (Claremont, 1963-1972; Nedlands, 1977-1980) - Relationships: brother of 6RH Raymond Alfred Hull * [[/George Maxwell Hull|Hull, George Maxwell]] [https://www.familysearch.org/tree/person/details/L6LQ-S44] - 1916(Vic)-1987(Vic) - Licences: 3ZS Melbourne (Canterbury, 1946-1980+) - Qualifications: cc; AOCP 2307, 1939, Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Canterbury, 1943); proprietor (Canterbury, 1949-1980) * [[/Raymond Alfred Hull|Hull, Raymond Alfred]] [https://www.familysearch.org/tree/person/details/GZP1-BSL] - 1908(NZ)-1967(WA) - Licences: 6RH Pingrup (1929-1931); 6RH Perth (Wembley, 1937; Mt Hawthorn, 1939) - Qualifications: cc; AOCP 558, 1929, No. ?? in WA; 2COCP 590, 1942 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, 1934); traveller (Subiaco, 1949); sales director (Victoria Park, 1958-1963) - Relationships: brother of 6FH Frederick Atherley Hull * [[/Ross Amos Hull|Hull, Ross Amos]] [https://www.familysearch.org/tree/person/details/GWQD-P5W] - 1902(Vic)-1938(USA) - Licences: 3JU Melbourne (St Kilda, 1922-1925) - Qualifications: Nil yet identified - amateur broadcaster; radio clubs (WIA Vic Kew, president, 1923); journalist (Wireless Weekly, technical editor; QST, technical editor) - Relationships: brother of William Howard Hull & Allan Galbraith Hull - Electoral Rolls: draftsman (St Kilda, 1924-1925) - Comment: Gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW198902.pdf EA] * [[/William Howard Hull|Hull, William Howard]] [https://www.familysearch.org/tree/person/details/G7WJ-723] - 1891(Tas)-1955(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Relationships: brother of 3JU Ross Amos Hull & Allan Galbraith Hull - Electoral Rolls: electrical engineer (Cobungra, 1914-1915); engineer (Armadale, 1921; Brighton, 1922-1931; Caulfield, 1934-1949); retired (Beaconsfield Upper, 1954) ===''HUME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest James Hume|Hume, Ernest James]] [https://www.familysearch.org/tree/person/details/GZYR-TZM] - 1869(Vic)-1929(SA) - Licences: Nil - Qualifications: AOCP ??, 19??, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: - Relationships: wife of Stella Leonora Harriet Hume nee Jeremy; son of James Hill Hume, father of Ernest Jeremy Hume * [[/Ernest Jeremy Hume|Hume, Ernest Jeremy]] [https://www.familysearch.org/tree/person/details/GZYT-727] - 1906(SA)-1988(Vic) - Licences: Nil - Qualifications: Nil - chief engineer 5DN - Electoral Rolls: engineer (North Unley, 1939-1941; Oakleigh, Vic, 1949-1963; Carnegie, 1968-1977) - Relationships: grandson of James Hill Hume, son of Ernest James Hume and Stella Leonora Harriet Hume nee Jeremy * [[/Geoffrey Vincent Hume|Hume, Geoffrey Vincent]] [https://www.familysearch.org/tree/person/details/GQCL-NM1] - 1909(NSW)-1998(NSW) - Licences: 2GV Sydney (Cremorne, 1927-1930); 2AMD Sydney (Mosman, 1939) - Qualifications: AOCP 365, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio technician (Neutral Bay, 1930-1936; Mosman, 1937); RAAF (Ballarat, 1942); clerk (Turramurra, 1949); technical assistant (Pymble, 1954-1980) * [[/James Hill Hume|Hume, James Hill]] [https://www.familysearch.org/tree/person/details/GZYT-SLD] - 1822(??)-1887(Vic) - Licences: Nil - Qualifications: Nil - alleged very early wireless experimenter - Electoral Rolls: - Relationships: father of Ernest James Hume; father-in-law of Stella Leonora Harriet Hume nee Jeremy; grandfather of Ernest Jeremy Hume * [[/Stella Leonora Harriet Jeremy|Hume nee Jeremy, Stella Leonora Harriet]] [https://www.familysearch.org/tree/person/details/GZYT-33D] - 1882(Vic)-1953(NSW) - Licences: Nil - Qualifications: Nil - radio announcer (early 5DN) - Electoral Rolls: - Relationships: wife of Ernest James Hume; daughter-in-law of James Hill Hume; mother of Ernest Jeremy Hume ===''HUMPHRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] - See Innis Jane Lovett Spotswood 4JH * [[/Jack Lawrence Humphry|Humphry, Jack Lawrence]] [https://www.familysearch.org/tree/person/details/M7P4-M7M] - 1889(Qld)-1953(Qld) - Licences: 4JK Poopoonbah via Giru (1934-1939) - Qualifications: cc; AOCP 1349, 1934, Qld - amateur operator; amateur broadcaster; WW1 - Relationships: Husband of 4JH Innis Jane Lovett Humphry nee Spotswood - Electoral Rolls: farmer (Hodel, Ayr, Qld, 1912-1937; Poopoonbah, 1949-1954) ===''HUNT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Alexander Hunt|Hunt, Joseph Alexander]] [https://www.familysearch.org/tree/person/details/GFM1-9MM] - 1912(WA)-2002(WA) - Licences: 6JA Perth (Maylands, 1938-1939); 6JD Perth (Rockingham, 1960) - Qualifications: cc; AOCP 2112, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1936; Maylands, WA, 1937-1949); retired (Rockingham, WA, 1972) ===''HUPPATZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Huppatz|Huppatz, William George]] [https://www.familysearch.org/tree/person/details/MWTP-DF5] - 1900(Vic)-1970(SA) - Licences: 5GW Cowandilla (1931-1933); 5GW Naracoorte (1937-1939) - Qualifications: cc; AOCP 801, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Naracoorte, SA, 1939); engineer (Cowandilla, 1941-1943) ===''HURLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Hurll|Hurll, Norman James]] [https://www.familysearch.org/tree/person/details/GZXC-BFF] - 1904(NSW)-2003(Qld, 98yo) - Licences: 2BC Sydney (Killara, 1924-1930); 4NJ Tallebudgera Creek (1931-1935); 2HJ Sydney (Killara, 1935-1937; Roseville, 1938-1939); 2IN?/2DKH Sydney (1980+) - Qualifications: cc; AOCP 96, 1925, No. ?? in NSW - amateur operator, amateur broadcaster, military (WW2, CMF, CINT), business proprietor (Gas Light Engineering) - Electoral Rolls: engineer (Killara, 1930); merchant (Killara, 1936-1937); soldier (Strathfield, 1943); company manager (Burwood, 1949-1963); Managing Director (Killara, 1968); Director (Killara, 1972-1980) ===''HURRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Bruce Hurry|Hurry, Ronald Bruce]] [https://www.familysearch.org/tree/person/details/G8V2-G1C] - 1911(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 693, 1930, No. ?? in ?? - amateur operator?, amateur broadcaster?, electrical engineer, teacher - Electoral Rolls: Nil yet identified ===''HUSBAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Errol Husband|Husband, Norman Errol]] [https://www.familysearch.org/tree/person/details/L6F7-N7B] - 1893(Qld)-1961(NSW) - Licences: XABY Sydney (North Sydney, 1913-1914); 4CV Receive Charters Towers (1923); 4CV Charters Towers (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: motor engineer (Charters Towers, 1917-1922; Mackay, 1925-1937); engineer (Darlinghurst, 1949-1958) ===''HUTCHINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Thomas Edwards Hutchings|Hutchings, Allan Thomas Edwards]] [https://www.familysearch.org/tree/person/details/M7GB-2TM] - 1903(Vic)-1973(Vic) - Licences: 3HL Receive Callawadda (1922-1923); 3HL Callawadda (1924-1969) - Qualifications: cc; AOCP 65, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: son of 3HM Elizabeth Lilian Hutchings nee Edwards; brother of 3HQ Marjorie Lilian Williamson nee Hutchings - Electoral Rolls: farmer (Callawadda, 1927-1972) * [[/Elizabeth Lilian Edwards| Hutchings nee Edwards, Elizabeth Lilian]] [https://www.familysearch.org/tree/person/details/M7GB-25T] - 1877(Vic)-1943(Vic) - Licences: 3HM Callawadda (1932-1939) - Qualifications: cc; AOCP 509, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1926-1942) - Relationships: mother of 3HL Allan Thomas Edwards Hutchings and 3HQ Marjorie Lilian Williamson nee Hutchings - First woman in Australia to hold an amateur licence under the AOCP regime - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1925-1942) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Marjorie Lilian Hutchings|Williamson nee Hutchings, Marjorie Lilian]] [https://www.familysearch.org/tree/person/details/LB52-GSC] - 1912(Vic)-1988(Vic) - Licences: 3HQ Callawadda (1932-1939; 1946-1948); 3HQ Melbourne (Bentleigh, 1954-1980+) - Qualifications: cc; AOCP 1030, 1932, No. ?? in Vic - amateur operator, amateur broadcaster - Relationships: daughter of 3HM Elizabeth Lillian Hutchings nee Edwards; sister of 3HL Allan Thomas Edwards Hutchings - Electoral Rolls: home duties (Callawadda, 1934-1937); nurse (Alfred Hospital, Prahran, 1943); home duties (Callawadda, 1949; Bentleigh, 1949-1968) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''HUTCHINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Elwood Hutchinson|Hutchinson, Charles Elwood]] [https://www.familysearch.org/tree/person/details/G612-S6J] - 1894(Vic)-1942(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 728, 1922; 2COCP 278, 1930; 1COCP 307, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Esperance, 1919); radio telegraphist (Darwin, NT, 1922); telegraphist (Esperance, 1925-1931); radio telegraphist (Broome, WA, 1936-1937; Alberton, SA, 1939; Yatala, SA, 1941) * [[/John Victor Thomas Hutchison|Hutchison, John Victor Thomas]] [https://www.familysearch.org/tree/person/details/G89S-PY2] - 1907(NZ)-1975(NSW) - Licences: 2JH Sydney (Kirribilli, 1927-1937; West Ryde, 1938-1939; Croydon, 1946-1955; Bardwell Park, 1956-1965; Castle Cove, 1969-1975) - Qualifications: AOCP 374, 1927, No. ?? in NSW; CPRTelephony 1010, 1928 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Milson's Point, 1930-1937); laboratory assistant (Croydon, 1943-1949); radio technician (Bardwell Park, 1958-1968) ===''HUTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Hutson|Hutson, James William]] [https://www.familysearch.org/tree/person/details/G8N9-Z6J] - 1912(Vic)-1931(Vic) - Licences: 3JH Echuca (1930-1931) - Qualifications: AOCP 635, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon ===''HUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Hutton|Hutton, David]] [https://www.familysearch.org/tree/person/details/G8ZT-JXG] - 1912(Sct)-2003(NSW) - Licences: 2DH Abermain (1929-1934) - Qualifications: AOCP 551, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abermain, 1934-1963; Klworth, 1972-1977); retired (Klworth, 1980) ===''HYLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Philip Hyland|Hyland, Leonard Philip]] [https://www.familysearch.org/tree/person/details/K8N6-XLK] - 1903(Tas)-1942(Tas) - Licences: 7LP Hobart (City, 1936-1939) - Qualifications: cc; AOCP 1791, 1936, No. ?? in Tas; BOCP 271, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Hobart Central, 1928) - Comment: Passed on Duty; Gone too soon - Links: [https://www.themercury.com.au/news/tasmania/tasmania-fire-service-chief-chris-arnol-urges-everyone-to-reflect-on-the-selflessness-of-firefighters-in-the-pursuit-of-public-safety/news-story/59c6315bbf383ef9bb4e270d60cd9296 Mercury] =='''I'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''IKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William George Ikin|Ikin, William George]] [https://www.familysearch.org/tree/person/details/LWFZ-C37] - 1887(NSW)-1974(Vic) - Licences: 4SM Townsville (1925-1926); 4SM Brisbane (New Farm, 1927) - Qualifications: cc; AOCP 201, 1925, No. 18 in Qld - amateur operator; amateur broadcaster (dealer licence); WW1 - Electoral Rolls: mechanical engineer (Gladstone, 1913); engineer & electrician (Barcaldine, 1914); manager (Strand Motors, Townsville, 1925); motor mechanic (Mt Garnet, 1937-1949; Cardwell, 1949); farmer (Mareeba, 1954-1972) ===''INGLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Stanley Inglis|Inglis, Kenneth Stanley]] - 1929(Vic)-2017(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - historian (ABC); "This is the ABC"; "Whose ABC?" - Electoral Rolls: - Links: [[w:Ken Inglis|Wikipedia]] [https://www.tandfonline.com/doi/full/10.1080/1031461X.2018.1493961 Obit] ===''IRELAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Keith Ireland|Ireland, Leslie Keith "Keith"]] [https://www.familysearch.org/tree/person/details/LRMD-BPV] - 1908(SA)-1942(SA) - Licences: 5KR Mt Gambier (1933-1939) - Qualifications: cc; CPRT 950, 1927; AOLCP 60, 1932 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: radio dealer (Mt Gambier, SA, 1939-1941) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/633509 VWMA]; [https://www.awm.gov.au/collection/R1721431 AWM]; [https://aviationmuseumwa.org.au/afcraaf-roll/ireland-leslie-keith-47849/ AHM] ===''IRESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melville Charles Gladstone Ireson|Ireson, Melville Charles Gladstone]] [https://www.familysearch.org/tree/person/details/GMZT-ML6] - 1898(Vic)-1955(Vic) - Licences: 3ZY Kyneton (1931-1933); 3AIR Kyneton (1947-1955) - Qualifications: cc; AOCP 305, 1926, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Maldon, 1919); telegraphist (Ballarat, 1925); postal employee (Kyneton, 1931-1954) ===''IRVINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Irvine|Irvine, William]] - 1907(???)-19??(???) - Licences: 4IR Brisbane (Mitchelton, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1987, 1937, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous WIs - Electoral Rolls: Nil yet identified ===''IRVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Lawson Irving|Irving, Cyril Lawson]] [https://www.familysearch.org/tree/person/details/GXZT-65R] - 1912(Qld)-1992(Qld) - Licences: 4WL Brisbane (Annerley, 1933-1939) - Qualifications: cc; AOCP 1199, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Coorparoo, Qld, 1943-1980) ===''ISLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Clifford Isles|Isles, James William Clifford "Clifford"]] [https://www.familysearch.org/tree/person/details/LBVH-RV1] - 1894(Qld)-1967(Qld) - Licences: 4CC Receive Brisbane (Ascot, 1922); 4CC Brisbane (Ascot, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club member (QWI); business proprietor (Isles Love & Co, Allan & Stark); WW1 - Electoral Rolls: clerk (Hamilton, 1915-1937); manager (Hamilton, 1943-1958); director (Hamilton, 1963) ===''ISRAEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Samuel Israel|Israel, Morris Samuel]] [https://www.familysearch.org/tree/person/details/GZQ4-CBC] - 1896(Vic)-1965(Vic) - Licences: XMU Melbourne (St Kilda, 1913); 3ZN Melbourne (St Kilda, 1923-1924; Malvern, 1925-1926; Burwood, 1927); 3ZN Geelong, 1931-1933; 3ZN Melbourne (Burwood, 1937-1939, 1946-1955) - Qualifications: cc; AOCP 13, 1924, No. ?? in Vic; AOLCP 35, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcasting executive; WW2 - Electoral Rolls: soldier (St Kilda, 1919-1924); radio mechanic (Burwood, 1926-1928); broadcasting engineer (Geelong, 1931); engineer (Geelong North, 1936; Camberwell, 1937-1963); ===''IVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil Albert Ives|Ives, Cecil Albert]] [https://www.familysearch.org/tree/person/details/GZLJ-848] - 1916(SA)-1942(Vic) - Licences: 5AF Adelaide (Glenelg, 1935-1939) - Qualifications: cc; AOCP 1451, 1935, SA - amateur operator, amateur broadcaster; WW2 - Electoral Rolls: commercial artist (Glenelg, 1939-1943) - Sacrifice: "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/ives-cecil-albert-300407/] =='''J'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''JACKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil Jackson|Jackson, Alfred Cecil "Alf"]] [https://www.familysearch.org/tree/person/details/LDLP-F65] - 1900(NSW)-1972(NSW) - Licences: 4AJ Brisbane (Fairfield, 1931); 2BO Bangalow (1933) - Qualifications: cc; CPRT 620, 1921; 1COCP 67, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG, Brisbane Cmcls); state public servant (4QG) - Electoral Rolls: radio engineer (Fairfield, Qld, 1928-1931); farmer (Possum Creek, NSW, 1934-1937); mechanic (Fairfield, Qld, 1943-1954); farmer (O'Possum Creek via Bangalow, NSW, 1958-1963) * [[/Alfred George Jackson|Jackson, Alfred George]] [https://www.familysearch.org/tree/person/details/LY5P-2X1] - 1864(Eng)-1935(Qld) - Licences: 4DG Receive Brisbane (Wynnum, Qld, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; radio clubs (WIQ, QWI, WIAQ); electrical engineer - Relationships: father of Arthur Appleton Jackson - Electoral Rolls: electrical engineer (South Brisbane, Qld, 1903-1913); electrician (Wynnum, Qld, 1914-1934) * [[/Arthur Appleton Jackson|Jackson, Arthur Appleton]] [https://www.familysearch.org/tree/person/details/LY55-M8F] - 1891(Qld)-1985(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster; radio clubs (QWI, WIAQ); electrical engineer; business proprietor; Relationships: son of Alfred George Jackson - Electoral Rolls: electrical engineer (Wynnum, Qld, 1913-1914; Morningside, Qld, 1915-1919; Wynnum, Qld, 1919; South Brisbane, Qld, 1921-1968); retired (Hill End, Qld, 1972; Highgate Hill, Qld, 1977; Hopetoun Home, Oxley, Qld, 1980) * [[/James William Jackson|Jackson, James William "Jim"]] [https://www.familysearch.org/tree/person/details/G7FH-JCW] - 1916(Qld)-2011(Qld) - Licences: 4CN Brisbane (Cribb Island, 1938-1939; 1946-1969; Lawnton, 1975-1980) - Qualifications: cc; AOCP 2096, 1938, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); military (WW2,Northern Command Signals); farmer/electrician/radio & TV serviceman - Electoral Rolls: farmer (Cribb Island, Qld, 1937-1968); rubber worker (Lawnton, Qld 1972-1980) * [[/Thomas William Jackson|Jackson, Thomas William]] - 1830(Eng)-1918(Vic) - Deputy Postmaster-General Victoria ca 1880, clubs & societies (Telegraph Electrical Society Vic, member, ca 1880) ===''JAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Russell James|James, Brian Russell]] [https://www.familysearch.org/tree/person/details/GZLV-GXV] - 1920(SA)-1944(Europe) - Licences: 5BL Adelaide (1939) - Qualifications: AOCP 2293, 1939, SA - amateur operator, amateur broadcaster, WW2 (RAAF, 76 Squadron RAF, Flying Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://highgate-rsl.org.au/afcraaf-roll/james-brian-russell-417490/] * [[/Hector Keith James|James, Hector Keith]] [https://www.familysearch.org/tree/person/details/GZV7-WVL] - 1905(NSW)-1966(NSW) - Licences: 2XA Receive Sydney (Summer Hill, 1923); 2XA Sydney (Summer Hill, 1924-1933; Ashfield, 1934; Double Bay, 1935-1936; Coogee, 1937-1938; Woollahra, 1939; Summer Hill, 1948-1961) - Qualifications: cc; AOCP 183, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Summer Hill, 1930-1933), engineer (Edgecliff, 1936; Ashfield, 1949; Summer Hill, 1943-1963) * [[/Herbert Ronald James|James, Herbert Ronald]] [https://www.familysearch.org/tree/person/details/GDRD-1SM] - 1904(Vic)-1982(Vic) - Licences: 3LH Birchip (1931-1933); 3LH Drouin (1938-1939); 7LH Western Junction (1947); 7LH Launceston (1948); 3AJJ Melbourne (Deepdene, 1954); 3AJJ Lubeck (1955-1956); 3AJJ Braeside (1960); 3AJJ Rupanyup (1965-1969); 3AJJ Nowa Nowa (1975-1980) - Qualifications: cc; AOCP 813, 1931, Vic; BOCP 17, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Merbein, 1925); fitter & turner (Merbein, 1928-1931); radio engineer (Merbein, 1936); technician (Western Junction, Tas, 1949); radio engineer (Deepdene, 1954); technician (Rupanyup, 1963-1968); retired (Nowa Nowa, 1972-1980) * [[/R. James|James, R.]] - 19??(???)-19??(???) - Licences: XZE via Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified * [[/Thomas Reynolds James|James, Thomas Reynolds]] - 19??(???)-19??(???) - employment (Vic Posts & Telegraphs, worked on original Melbourne-Williamstown telegraph line 1854, later in charge of Melbourne Telegraph Office, but transferred to inspectorial work in 1879 due to disorganisation, reinstated in 1880) ===''JAMIESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Jamieson|Jamieson, Charles William]] [https://www.familysearch.org/tree/person/details/L4SY-YNQ] - 1896(Vic)-1971(Vic) - Licences: XJW Melbourne (St Kilda, 1913-1914); 3CJ Melbourne (East St Kilda, 1924-1926); 3XX Melbourne (East Malvern, 1954-1975) - Qualifications: cc; BOCP 130, 1937 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: engineer (St Kilda, 1921-1925); mechanic (Malvern, 1926-1968) * [[/John Edward Jamieson|Jamieson, John Edward]] [https://www.familysearch.org/tree/person/details/G8VS-M43] - 1910(WA)-1957(WA) - Licences: 6LA Perth (Beaconsfield, 1930-1933); 6LA Kalgoorlie (1938-1939) - Qualifications: cc; AOCP 673, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio salesman (Kalgoorlie, 1936-1937); salesman (Kalgoorlie, 1943); radio engineer (Kalgoorlie, 1949-1954) ===''JANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Harold Jansen|Jansen, Claud or Claude Harold]] [https://www.familysearch.org/tree/person/details/GDGS-9TN] - 1890(NSW)-1968(NSW) - Licences: V751 Receive Yarrawonga (1922); 3GW Receive Yarrawonga (1922)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: printer (Yarrawonga, 1913-1922); linotype engineer (Yarrawonga, 1924-1931); printer (Shepparton, 1934-1937); linotype operator (Albury, 1937-1949); engineer (Albury, 1954-1968) ===''JARDINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Jardine|Jardine, William Ronald]] [https://www.familysearch.org/tree/person/details/G8ZC-T63] - 1911(Vic)-1983(Vic) - Licences: 3PR Melbourne (Essendon, 1929-1933); 3PR Leongatha (1937-1939, 1946-1980+) - Qualifications: AOCP 533, 1929, No. ?? in Vic; AOLCP 108, 1933 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farm labourer (Craigieburn, 1934); dairy farmer (Leongatha, 1937-1954); salesman (Leongatha, 1963-1980) ===''JARMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Arthur Jarman|Jarman, Oswald Arthur]] [https://www.familysearch.org/tree/person/details/G612-K6Y] - 1894(SA)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 162, 1915; 1COCP 37, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Broome, WA, 1921-1922); telegraphist (Applecross, WA, 1925; Surrey Hills, Vic, 1928); supervisor (Bentley, Vic, 1931-1954) ===''JARVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jack Edwin Jarvis|Jarvis, Vincent Jack Edwin "Victor", "Vic"]] [https://www.familysearch.org/tree/person/details/GZ2K-6FP] - 1912(WA)-1941(Libya) - licences: 2VJ Orange (1930-1933), 2VJ Dubbo (1934), 2VJ Wellington (1935-1936), 2VJ Bathurst (1937), 2VJ Griffith (1938-1939) - qualifications: AOCP 695, 1930, No. ?? in NSW; BOCP 46, 1936 - amateur operator, amateur broadcaster (2VJ Wellington), broadcast engineer (2BS, 2RG), WW2 (RAAF, Rathmines Flying Boats Base, Palestine, Egypt, Libya) - electoral rolls: radio mechanic (Wellington, 1936), radio engineer (Bathurst, 1937), wireless operator (Rathmines, 1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/633817] ===''JEFFRYES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Harry Jeffryes|Jeffryes, Sydney Harry]] - 1884(Qld)-19??(???) - X?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), ship's wireless operator, member of the Australasian Antarctic Expedition 1911-1914 ===''JEFFS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jeffs|Jeffs, Vincent]] [https://www.familysearch.org/tree/person/details/GX4T-4M8] - 1912?(???)-1970(Qld) - Licences: 4VJ Brisbane (Taringa, 1931-1933; City, 1934-1939, 1946; Gordon Park, 1948-1969) - Qualifications: cc; AOCP 753, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio cub (WIAQ, life member, lecturer, code instructor, field days, JOTA, conventions, operator 4WI); business proprietor (Jeffs Radio) - Electoral Rolls: salesman (Taringa, Qld, 1934; New Farm, Qld, 1936-1937; Taringa, Qld, 1937); radio manufacturer (New Farm, Qld, 1943); salesman (Taringa, Qld, 1949); businessman (Gordon Park, Qld, 1958-1968) ===''JENNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Jenner|Jenner, John Henry]] [https://www.familysearch.org/tree/person/details/K2Y9-64Z] - 1877(Eng)-1961(NSW) - Licences: 7BM Receive Premaydena (1923); Receive Premaydena (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 2ABM John Ingoldsby Jenner - Electoral Rolls: law clerk (Lindisfarne, 1914); orchardist (Koonya, 1919-1928); Xray technician (Double Bay, NSW, 1930; Bondi, 1933-1935) * [[/John Ingoldsby Jenner|Jenner, John Ingoldsby]] [https://www.familysearch.org/tree/person/details/LKY4-7S2] - 1904(Eng)-1980(???) - Licences: 2ABM Sydney (Maroubra, 1933-1939) - Qualifications: cc; AOCP 1194, 1933, NSW - amateur operator; amateur broadcaster - Relationships: Son of 7BM John Henry Jenner - Electoral Rolls: engineer (Haberfield, 1930; Bondi, 1933-1935); telephone engineer (Maroubra, 1937); engineer (Maroubra, 1943-1954; Revesby, 1968); retired (Turramurra, 1972); engineer (Revesby, 1980) ===''JENNISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Jennison|Jennison, Joseph William]] [https://www.familysearch.org/tree/person/details/LTS7-316] - 1899(Vic)-1965(Vic) - Licences: 2JJ Mathoura (1928-1939); 2MX Mathoura (1948-1950) - Qualifications: AOCP 414, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: farmer (Mathoura, 1930-1949; Echuca, 1954; Deniliquin, 1958); nil (Echuca, 1963) (Licences in the name of his father John William Jennison but most likely son was operator, father passed in 1942) ===''JENSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jens August Jensen|Jensen, Jens August]] [https://www.familysearch.org/tree/person/details/GXQM-1MX] - 1865(Vic)-1936(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - Minister for Navy (1915-1917) - Comment: famously dismissed for corruption in respect of purchase of Shaw Wireless Works in 1916 - Electoral Rolls: licensed victualler (Beauty Point, Tas, 1914-1919); orchardist (Beauty Point, Tas, 1919-1922); no occupation (Elsternwick, Vic, 1936) - Links: [[w:Jens_Jensen_(politician)|Wikipedia]] [https://adb.anu.edu.au/biography/jensen-jens-august-6840 ADB] * [[/Laurence Richard Hopkins Jensen|Jensen, Laurence or Lawrence Richard Hopkins]] [https://www.familysearch.org/tree/person/details/GZ6V-MJ1] - 1906(Tas)-1974(Tas) - Licences: 7BL Receive West Devonport (1923); Receive West Devonport (1923-1924); 7LJ Launceston (1925-1939, 1947-1969+) - Qualifications: cc; AOCP 78, 1925, No. ?? in Tas; BOCP 215, 1939; 1AOCP 9, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (New Town, 1928); teacher (New Town, 1936-1972) ===''JENVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Walter Jenvey|Jenvey, Henry Walter]] [https://www.familysearch.org/tree/person/details/G4QJ-7TS] - 1851(Eng)-1932(Vic) - Licences: AA Melbourne 1900; X?? Melbourne - early wireless experimenter, arguably his use of the identifier AA was the first use of an Australian callsign; arguably Australia's first amateur operator as the majority of his experiments were self-funded and in his own time - Qualifications: cc; Nil yet identified - employment (Vic P & T; PMGD) - Relationships: father of 3WW William Walter Jenvey - Electoral Rolls: electrical engineer (Brighton, 1909); public servant (Caulfield East, 1919-1931) * [[/William Walter Jenvey|Jenvey, William Walter "Bill"]] [https://www.familysearch.org/tree/person/details/G4QV-9GL] - 1904(Vic)-1981(Qld) - Licences: 3AY Melbourne (Caulfield, 1922-1927; Ormond, 1931-1938); 2YJ Sydney (Concord, 1939); 3AY Melbourne (Ormond, 1947); 2ZO Sydney (Willoughby, 1948-1969); 2ZO Noosa Heads (1980) - Qualifications: cc; CPRT 824, 1924; 1COCP 68, 1930 - amateur operator; amateur broadcaster - Relationships: son of Henry Walter Jenvey - Electoral Rolls: telegraphist (Caulfield, Vic, 1926-1927); operator (Bentleigh, Vic, 1931-1937); radio engineer (Croydon, NSW, 1943; Willoughby, NSW, 1949-1968); engineer (Willoughby, NSW, 1972); nil (Nelligen, NSW, 1977; Noosa Heads, Qld, 1980) ===''JERRARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Joseph Jerrard|Jerrard, Frederick Joseph]] [https://www.familysearch.org/tree/person/details/LB43-BKT] - 1899(Qld)-1963(Qld) - Licences: 4DR Receive Gayndah (1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Gayndah, 1921-1930); motor mechanic (Gayndah, 1936-1937); engineer (Indooroopilly, 1943-1963) ===''JESSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick Ferman Jessop|Jessop, Patrick Ferman]] [https://www.familysearch.org/tree/person/details/G6QN-8HV] - 19??(Eng?)-19??(Qld?) - Licences: 4PJ Kamma (1925-1927); 4PJ Cairns (Hambledon, 1937-1939) - Qualifications: cc; Nil yet identified (England?) - amateur operator; amateur broadcaster; WW1(RFC) - Halcyon: not mentioned - Electoral Rolls: labourer (Edmonton, 1922-1930); weigh bridge clerk (Hambledon, 1936-1943) ===''JEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Jewell|Jewell, Thomas John]] [https://www.familysearch.org/tree/person/details/GDYD-YH1] - 1905(WA)-1965(WA) - Licences: 6CA Receive Perth (Subiaco, 1923); 6JJ Perth (Victoria Park, 1927); 6JJ Kalgoorlie (1930-1931); 6JJ Perth (Victoria Park, 1933-1939) - Qualifications: cc; CPRT 876, 1925; 1COCP 129, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Victoria Park, WA, 1931-1937); radio inspector (Victoria Park, WA, 1943; Scarborough, WA, 1949); inspector (Scarborough, WA, 1954-1963) ===''JOHNSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Johnson|Johnson, Arthur]] [https://www.familysearch.org/tree/person/details/GXD7-X12] - 1921(Qld)-2004(Qld) - Licences: 4PX Brisbane (Hendra, 1938-1939; Ascot, 1946-1948; Hendra, 1954-1975), 4PX Buddina Beach (1980+) - Qualifications: cc; AOCP 2093, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (Sunshine Coast ARC); military (WW2, AIF, Signals) - Comment: Several contemporaneous AJs - Electoral Rolls: Commonwealth public servant (Hendra, Qld, 1968) + others * [[/Carl Francis Johnson|Johnson, Carl Francis]] [https://www.familysearch.org/tree/person/details/LH8T-HSH] - 1899(Tas)-1985(Tas) - Licences: Receive Hobart (West Hobart, 1923); 7AR Hobart (West Hobart, 1924-1939) - Qualifications: cc; AOCP 218, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: federal servant (West Hobart, 1922-1954) * [[/Edward Norman Johnson|Johnson, Edward Norman]] [https://www.familysearch.org/tree/person/details/MM4W-MLQ] - 1886(Vic)-1960(USA) - Licences: Receive Warrnambool (1923); 3ZO Warrnambool (1923-1924); 3ZO Horsham (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (East Melbourne, 1909); manager (Wonthaggi, 1914); draper (Newtown, 1917); traveller (Geelong, 1919) * [[/H. B. Johnson|Johnson, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1926); 5HB Adelaide (Henley Beach, 1937-1939) - Qualifications: AOCP 252, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: - common surname, individual not yet identified * [[/Ivo Uric Johnson|Johnson, Ivo Uric]] [https://www.familysearch.org/tree/person/details/G9VV-H8S] - 1903(NSW)-1961(Qld) - Licences: 4KL Cairns (1933-1960) - Qualifications: cc; CPRT 813, 1924; 2COCP 668, 1942; 1COCP 655, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Cairns, Qld, 1936-1963) * [[/Joseph Murray Johnson|Johnson, Joseph Murray]] [https://www.familysearch.org/tree/person/details/L5YM-M5N] - 1889(NSW)-1986(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 113, 1915; 1COCP 200, 1931 - RANRS (CPO to Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: engineer operator (Geraldton, 1915-1917); radio expert (Lane Cove, NSW, 1930-1934); engineer (Brighton, Vic, 1936; Caulfield, 1937); engineer (Longueville, NSW, 1943-1949); manager (Turramurra, 1954-1963); retired (Strathfield, 1963; Port Macquarie, NSW, 1968-1977; Wauchope/Yrrs, 1980) ===''JOHNSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. B. Johnston|Johnston, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Norman Brint Johnston|Johnston, Norman Brint]] [https://www.familysearch.org/tree/person/details/G8NC-K7F] - 1913(WA)-1979(WA) - Licences: 6NJ Perth (South Fremantle, 1930-1933; Subiaco, 1937-1939) - Qualifications: cc; AOCP 642, 1930, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Subiaco, 1937-1943); radio mechanic (Maylands, 1943-1968; Mt Lawley, 1972-1977) * [[/Robert Walter Johnston|Johnston, Robert Walter]] [https://www.familysearch.org/tree/person/details/GXDS-FHJ] - 1914(Qld)-1963(Qld) - Licences: 4LQ Brisbane (Petrie Terrace, 1934-1939) - Qualifications: cc; AOCP 1270, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Petrie Terrace, Qld, 1936-1937); no occupation (Ingleburn, NSW, 1954-1958); retired (Petrie Terrace, Qld, 1963) * [[/William David Johnston|Johnston, William David]] [https://www.familysearch.org/tree/person/details/G8XJ-3RY] - 1909(Irl)-1985(NSW) - Licences: 2YZ Sydney (Ryde, 1930-1939, 1946-1948; Gladesville, 1950; Matraville, 1954-1980+) - Qualifications: AOCP 616, 1930, No. ?? in NSW; 2COCP 323, 1931; 1COCP 398, 1940 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Ryde, 1930-1943); radio engineer (Gladesville, 1949; Matraville, 1954-1980) ===''JOHNSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. D. Johnstone|Johnstone, H. D.]] - 19??(???)-19??(???) - Licences: 3HJ Melbourne (Surrey Hills, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified ===''JONASSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Peter Jonasson|Jonasson, Roy Peter]] [https://www.familysearch.org/tree/person/details/9KPW-ZL1] - 1908(Qld)-1989(Qld) - Licences: 4NG Alberton (1931-1933); 7NG Derwent Park (1937-1939); 3ND Castlemaine (1946-1969); 9NG, PNG; 4NE Brisbane (Kingston, 1980) - Qualifications: cc; AOCP 827, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, QRP Club, RAAF Wireless Reserve, Qld Listeners' League); employment (Qld State Electricity Commission) - Electoral Rolls: electrical fitter (Castlemaine, 1942-1972); retired (Kingston, Qld, 1972-1980) ===''JONES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Ernest Jones|Jones, Alfred Ernest]] [https://www.familysearch.org/tree/person/details/G61R-CTW] - 1894(NSW)-1970(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 241, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Comment: not all electoral roll entries identified, several contemporaneous AEJs; Electoral Rolls: radio telegraphist (Broome, WA, 1917-1922) * [[/David William Jones|Jones, David William]] - 19??(???)-19??(???) - Licences: 4DJ Brisbane (Chelmer, 1930-1933) - Qualifications: cc; AOCP 683, 1930, No. ?? in Qld - amateur operator, amateur broadcaster - Comment: several contemporaneous DWJs - Electoral Rolls: public servant (Chelmer, 1925-1931); engineer (Holland Park, 1958)? * [[/Lancelot Cyril Jones|Jones, Lancelot Cyril "Lance"]] [https://www.familysearch.org/tree/person/details/G8L3-2LS] - 1891(SA)-1971(SA) - Licences: XVB Adelaide (Hawthorn, 1913-1914); 5BQ Adelaide (Westbourne Park, 1923-1924); 5DN Adelaide (City, 1923-1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; co-founder 5DN commercial Adelaide - Electoral Rolls: manager (Broadway Estate, 1939-1943) * [[/Raymond Edward Jones|Jones, Raymond Edward]] [https://www.familysearch.org/tree/person/details/LL9R-FLM] - 1900(Vic)-1987(Vic) - Licences: 3RJ Melbourne (Ascot Vale, 1928; Box Hill, 1931-1939, 1946-1980+) - Qualifications: AOCP 407, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: telegraphist (Newmarket, 1921); public servant (Ascot Vale, 1922-1924); telegraphist (Box Hill, 1931-1943); supervisor (Box Hill, 1949-1963); retired (Box Hill, 1968-1980) * [[/Stanley William Jones|Jones, Stanley William]] [https://www.familysearch.org/tree/person/details/GZL8-BPL] - 1917(Vic)-1943(PNG) - Licences: 3SF Ballarat (1937-1939) - Qualifications: AOCP 1953, 1937, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Signalman, 6 Division Signals) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1687469] (beware, another Stanley William Jones died in WW2, Flight Sergeant, 626 Squadron) * [[/Walter Henry Jones|Jones, Walter Henry]] [https://www.familysearch.org/tree/person/details/G8NB-Z8F] - 1914(NSW)-1980(NSW) - Licences: 2PY Sydney (Marrickville, 1930-1933); 2RS Sydney (Marrickville, 1935-1939); 2WP Sydney (Bexley, 1965-1980) - Qualifications: AOCP 652, 1930, NSW; 1COCP 57, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless telegraphist (Bexley North, 1949-1972); telegraphist (Bexley North, 1977-1980); Beware: Another contemporaneous Walter Henry Jones in Sydney b.1915 m.Edith * [[/W. R. Jones|Jones, W. R.]] - 19??(???)-19??(???) - Licences: 4EK Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''JORDAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Jordan|Jordan, James "Jim"]] [https://www.familysearch.org/tree/person/details/GXHL-VNQ] - 1903(Sct)-1979(Qld) - Licences: 4JJ Ipswich (1933); 4JJ Bundaberg (1934-1939) - Qualifications: cc; AOCP 1162, 1933, Qld - amateur operator; amateur broadcaster; broadcast engineer (4BU); senior military (RAAF, Wing-Commander) - Electoral Rolls: striker (West Ipswich, Qld, 1932); radio mechanic (Bundaberg, Qld, 1934-1937) * [[/Robert Jordan|Jordan, Robert]] - 1893(NZ)-19??(???) - commercial operator (1COCP 4, 1914, No. 4 in Aus and Vic, Commonwealth system) - coastal station operator? ===''JUDD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Harvey Judd|Judd, Clarence Harvey]] [https://www.familysearch.org/tree/person/details/GXVF-9XS] - 1920(SA)-1986(SA) - Licences: 5HQ Adelaide (Colonel Light Gardens, 1954-1980) - Qualifications: cc; AOCP 3374, 1953, Qld - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/Oswald William Judd|Judd, Oswald William]] [https://www.familysearch.org/tree/person/details/GXVX-X56] - 1896(SA)-1934(SA) - Licences: XVF Adelaide (North Norwood, 1913); Receive Adelaide (Payneham, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: Nil yet identified =='''K'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''KANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Leslie Kane|Kane, John Leslie "Les"]] - 1910(Qld)-1985(Qld), 4ZZ Roma, amateur operator (AOCP 2335, 1939, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), senior state public servant (Qld Railways) ===''KAUFMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Samuel Donald Kaufman|Kaufman, Samuel Donald]] [https://www.familysearch.org/tree/person/details/LB6X-937] - 1904(NSW)-1988(NSW) - Licences: 2SK Sydney (Belmore, 1928-1939, 1946-1980+) - Qualifications: AOCP 448, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Belmore, 1933-1980) ===''KAUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Alexis Kauper|Kauper, Henry or Heinrich Alexis "Harry"]] [https://www.familysearch.org/tree/person/details/GZXZ-WYQ] - 1888(Vic)-1942(Vic) - Licences: S643 Adelaide (1921-1922); 5BG Adelaide (Dulwich, 1923-1926; Tusmore, 1927-1928) - Qualifications: cc; AOCP 97, 1925, No. ?? in SA - amateur operator; amateur broadcaster; broadcast engineer; inventor - Electoral Rolls: chauffer (Willaura, Vic, 1910); engineer (Richmond, Vic, 1931-1937) - [https://adb.anu.edu.au/biography/kauper-henry-alexis-harry-6898 ADB] ===''KAYESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Kayess|Kayess, Sydney]] [https://www.familysearch.org/tree/person/details/GCYG-NHD] - 1892(NSW)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified -RANRS (CPOE, 1917) - Electoral Rolls: fitter & turner (Cooktown, 1917); engineer (Hendra, Qld, 1919); engine driver (Charleville, Qld, 1921); mechanic (Mossman, 1925); motor mechanic (Watchem, Vic, 1928); auto engineer (Dulwich Hill, NSW, 1930); garage manager (New Lambton, NSW, 1930; Foveaux, NSW, 1933); engineer (Forest Lodge, NSW, 1935-1937); labourer (Darlinghurst, 1937; Glenmore, NSW, 1943); mechanical engineer trainee (Haberfield, NSW, 1949); engineer (Manly North, NSW, 1958) ===''KEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Patrick James Keane|Keane, John Patrick James]] [https://www.familysearch.org/tree/person/details/G8V5-P25] - 1903(NSW)-1964(NSW) - Licences: 2JN Cessnock (1930-1936; 2JN Sydney (Bexley, 1937-1939; McMahons Point, 1946-1961) - Qualifications: AOCP 698, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: storeman (Darling Harbour, 1930); clerk (Cessnock, 1931-1932; Newcastle, 1934; Bexley, 1935-1937; McMahons Point, 1943-1949; North Sydney, 1958-1963) ===''KEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Keast|Keast, Leslie John]] [https://www.familysearch.org/tree/person/details/K2QP-J6X] - 1886(SA)-1957(WA) - Journalist (Wireless Weekly; shortwave editor, Australasian Radio World, 1940-1951; Radio & Hobbies), professional monitor (OWI/VOA, WW2), silent era cinematographer - Electoral Rolls: licensed victuallar (Royal Hotel, Bowral, 1933-1934); ex-hotelkeeper (Coogee, 1935); clerk (Randwick North, 1936-1937); sales manager (Carlingford, 1943); organising secretary (Ermington, 1949-1958) ===''KEDDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Robert Keddie|Keddie, Phillip Robert]] [https://www.familysearch.org/tree/person/details/G67S-1T7] - 1921(SA)-2003(SA) - Licences: 5KZ Adelaide (Woodville Park, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1882, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: AMF (Woodville Park, SA, 1943) ===''KELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Edward Kells|Kells, Alfred Charles Edward]] [https://www.familysearch.org/tree/person/details/LTMT-7D3] - 1900(Vic)-1955(Vic) - Licences: Receive Melbourne (Moonee Ponds, 1923); 2430 Melbourne (Moonee Ponds, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: postal electrician (Moonee Ponds, 1921-1925); mechanic (Essendon, 1928-1954) ===''KELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Wainwright Kelly|Kelly, Alexander Wainwright]] [https://www.familysearch.org/tree/person/details/GZP6-G6V] - 1908(SA)-1954(SA) - Licences: Receive (Crystal) Largs Bay (1923); Receive Largs Bay (1923); 5AW Lyndoch (1927-1939); 5XO Loxton (1954) - Qualifications: cc; AOCP 358, 1927, No. ?? in SA - amateur operator; amateur Broadcaster - Electoral Rolls: winemaker (Berri, 1939-1943) * [[/Ross Donaldson Kelly|Kelly, Ross Donaldson]] [https://www.familysearch.org/tree/person/details/G7BG-2PR] - 1906(SA)-1959(SA) - Licences: 5LW Adelaide (Unley, 1937-1939; Hazelwood Park, 1948-1956) - Qualifications: cc; AOCP 2032, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: assurance agent (Dulwich, 1941-1943) ===''KELSO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham Kelso|Kelso, Graham]] [https://www.familysearch.org/tree/person/details/GXXH-9DH] - 19??(???)-19??(???) - Licences: 4EL Receive Brisbane (Nundah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: PMG technician (Petrie Terrace, Qld, 1958); technician (Brisbane, Qld, 1968; St Lucia, Qld, 1972-1980) ===''KEMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Kemble|Kemble, Frederick John]] [https://www.familysearch.org/tree/person/details/GZZ2-8WY] - 1915(SA)-1939(WA) - Licences: 6FJ Katanning (1936-1939) - Qualifications: cc; AOCP 1673, 1936, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: blacksmith's striker (Katanning, WA, 1937) ===''KEMP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Kemp|Kemp, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GZ2F-PYS] - 1910(Qld)-1997(Qld) - Licences: 4YA Yangan - Qualifications: cc; AOCP 1466, 1935, Qld; BOCP 110, 1937; 2COCP 123, 1937; 1COCP 163, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Swanfels, Qld, 1936-1937); radio technician (Kedron, Qld, 1943-1949; Wavell Heights, Qld, 1954-1980) * [[/Joseph Edward Kemp|Kemp, Joseph Edward]] [https://www.familysearch.org/tree/person/details/G691-NWV] - 1918(Tas)-1991(WA) - Licences: 7RZ Devonport (1937-1939); 7RZ Launceston (1946-1948) - Qualifications: cc; AOCP 1847, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio telegraphist (Como, 1949); radio officer (Esperance, 1954-1958; Yokine, WA, 1963-1980) ===''KEMPSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Kempster|Kempster, Frederick]] [https://www.familysearch.org/tree/person/details/LVPC-NHM] - 1900(SA)-1957(SA) - Licences: 5KM Darwin (1929-1931); 8KM Darwin (1937-1939) - Qualifications: cc; AOCP 543, 1929, No. ?? in NT - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Fullarton, 1934); supervisor (Fullarton, 1939-1943) ===''KENNA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Francis Kenna|Kenna, Vernon Francis "Vern" / "Marconi"]] [https://www.familysearch.org/tree/person/details/GS1D-4ZV] - 1908(Qld)-1987(NSW) - Licences: 4DE Receive Brisbane (Hamilton, 1923-1924); 4FK Brisbane (Hamilton, 1926-1939); 2JR Sydney (Middle Cove, 1980+) - Qualifications: cc; AOCP 301, 1926, No. 29 in Qld - amateur operator; amateur broadcaster; broadcast engineer (PMGD); radiocommunications engineer; senior public servant (PMG, ABC2); WW2 - Electoral Rolls: postal electrician (Hamilton, Qld, 1936-1954); engineer (Balwyn, Vic, 1963; Killara, 1963; Middle Cove, 1968-1972; Willoughby, 1977-1980) ===''KENNEDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Kennedy|Kennedy, Peter]] [https://www.familysearch.org/tree/person/details/GDKD-8Q7] - 1874(Vic)-1945(SA) - Licences: XYD Perth (City, 1913-1914); 6AM Perth (Mt Lawley, 1923-1927); 5AM Adelaide (City, 1928; Unley, 1931; New Parkside, 1933-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; senior federal public servant (PMG, concluding as Deputy Postmaster-General SA); WW1 - Awards: Imperial Service Order - Electoral Rolls: telegraphist (Leederville, 1903; Mt Lawley, 1910-1921); State Engineer (Maylands, 1925-1926); civil servant (New Parkside, 1939-1943) * [[/M. Kennedy|Kennedy, M.]] - 19??(???)-19??(???) - Licences: 4EP Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter Donald Kennedy|Kennedy, Walter Donald]] [https://www.familysearch.org/tree/person/details/LBRG-1WB] - 1869(NSW)-1951(NSW) - Licences: 2WK Sydney (Rockdale, 1925-1926; Willoughby, 1927-1929); 2WK Helensburgh (1930-1933); 2WK Sydney (East Sydney, 1934); 2WK Wallerawang (1935); 2WK Sydney (Rockdale, 1936-1939, 1946-1950) - Qualifications: cc; AOCP 121, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: clergyman (Murrumburrah, 1913; Helensburgh, 1930-1932); clerk (Darlinghurst, 1934-1935); clerk in Holy Orders (Rockdale, 1936-1949) ===''KENNY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Francis Kenny|Kenny, Edmund Francis]] [https://www.familysearch.org/tree/person/details/G8MB-R3M] - 1903(NSW)-1980(NSW) - Licences: 2EK Sydney (Lewisham, 1927-1928; Croydon, 1929; Ryde, 1930-1931; Granville, 1933-1939, 1946-1948); 2EK Wentworthville (1950-1980) - Qualifications: AOCP 373, 1927, No. ?? in NSW -amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1930); clerk (West Ryde, 1930-1933); engineer (Granville, 1935-1949); radio engineer (Wentworthville, 1954-1968); engineer (Wentworthville, 1972-1977) ===''KEOGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Keogh|Keogh, William George]] [https://www.familysearch.org/tree/person/details/GDJ4-H7G] - 19??(???)-1960(NSW) - Licences: 2ZA Receive Sydney (Stanmore, 1923); 2ZA Sydney (Summer Hill, 1923; Stanmore, 1924-1925); licensed operator 2AG Grace Bros Broadway - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Randwick North, 1943-1958) ===''KERBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Thomas John Kerby|Kerby, Edwin Thomas John]] [https://www.familysearch.org/tree/person/details/GM72-SFL] - 1888(Vic)-1971(Vic) - Licences: 7EK Ringarooma (1932-1939); 3KK Melbourne (Auburn, 1946-1969) - Qualifications: cc; AOCP 940, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW1; WW2 (Major) - Awards: Military Star 1914-1915; British War Medal, Victory Medal; MBE - Electoral Rolls: manager (Ballarat, 1909); restaurant keeper (Brunswick, 1914); electrical engineer (Richmond, 1914-1917); grazier (Ballarat, 1919); farmer (Linton, 1922); grazier (Fawkner, 1924-1925); engineer (St Kilda, 1943; Auburn, 1949-1968) - Links: [[w:Edwin Kerby|Wikipedia]] ===''KERMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Kermond|Kermond, Leslie John "Les"]] [https://www.familysearch.org/tree/person/details/G8W7-Y88] - 1912(Vic)-2007(Vic) - Licences: 3DX Warrnambool (1928-1980+) - Qualifications: AOCP 417, 1928, No. ?? in Vic; AOLCP 182, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: biograph operator (Warrnambool, 1936-1937); engineer (Swan Hill, 1942); radio engineer (Warrnambool, 1949-1980) ===''KERNICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Edwin Kernick|Kernick, Percy Edwin]] [https://www.familysearch.org/tree/person/details/LX7S-JW1] - 1888(NSW)-1965(WA) - Licences: 6PK Perth (South Perth, 1927-1939, 1946-1947) - Qualifications: cc; AOCP 378, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Sandstone/Mt Magnet, 1910); telegraphist (Brown Hill/Kalgoorlie, 1917; South Perth, 1925-1963) ===''KERR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dixon Kerr|Kerr, Alfred Dixon]] [https://www.familysearch.org/tree/person/details/GZT8-ZKF] - 1910(Vic)-1977(Vic) - Licences: 3AL Ballarat (1926-1939, 1946-1960); 3JQ Melbourne (Hawthorn, 1975) - Qualifications: AOCP 284, 1926, No. ?? in Vic; AOLCP 18, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Ballarat, 1931-1968); retired (Hawthorn, 1977) * [[/Roy Kerr|Kerr, Roy]] [https://www.familysearch.org/tree/person/details/GXHP-SBX] - 1917(Qld)-1988(Qld) - Licences: 4DK Winton (1937-1939); 4DK Brisbane (Tingalpa, 1946-1951) - Qualifications: cc; AOCP 1941, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; federal public servant (PMGD, telegraphist) - Relationships: brother of Vernon Lester Kerr 4LK - Electoral Rolls: * [[/Vernon Lester Kerr|Kerr, Vernon Lester "Vern"]] [https://www.familysearch.org/tree/person/details/GXHP-MCW] - 1912(Qld)-1979(Qld) - Licences: 4LK Winton (1932-1933); 4LK Cloncurry (1937-1939, 1946-1948); 4LK Charters Towers (1954-1969); 4LK Charleville (1975) - Qualifications: cc; AOCP 800, 1931, No. ?? in Qld; COCP 1941, amateur operator; amateur broadcaster; radio club (WIAQ, Soc Wireless Pioneers USA); employment (RFDS, technical officer / controller / announcer) - Relationships: brother of Roy Kerr 4DK - Electoral Rolls: radio technician (Charters Towers, Qld, 1954-1977); technician (Charleville, Qld, 1977) ===''KHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kullandar Jallander Khan|Khan, Kullandar Jallander]] [https://www.familysearch.org/tree/person/details/GX89-VLY] - 1916(Qld)-1983(Qld) - Licences: 4QA Cairns (1937-1939, 1947); 4DC Cairns (1948-1960); 4DC Brisbane (New Farm, 1965-1980+) - Qualifications: cc; AOCP 1979, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 4QA may have been withdrawn by PMGD for 4QA Cairns - Electoral Rolls: picture theatre operater (Cairns, Qld, 1943); radio serviceman (Cairns, Qld, 1954-1958); tv technician (New Farm, Qld, 1968-1977); retired (New Farm, Qld, 1980) ===''KIDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian McIvor Kidman|Kidman, Ian McIvor]] [https://www.familysearch.org/tree/person/details/LD7Q-7N2] - 1915(SA)-1981(SA) - Licences: 5JK Naracoorte (1933-1937) - Qualifications: cc; AOCP 1163, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''KILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Harold Kilby|Kilby, Raymond Harold]] [https://www.familysearch.org/tree/person/details/G691-9VD] - 1918(Tas)-1999(Tas) - Licences: 7RK Launceston (1935-1939, 1946-1980+) - Qualifications: cc; AOCP 1461, 1935, No. ?? in Tas; BOCP 1568, 1957; 1COCP 1862, 1958; 2COCP T1, 1977 - amateur operator; amateur broadcaster - Electoral Rolls: upholsterer (Launceston, 1943-1972) ===''KILGARIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Kilgariff|Kilgariff, Joseph]] [https://www.familysearch.org/tree/person/details/GDS2-XBD] - 1886(NSW)-1971(SA) - Licences: 5JT Adelaide (Burnside, 1937-1939; Erindale, 1947-1948; North Glenelg, 1954-1969) - Qualifications: cc; AOCP 1884, 1937, SA; 2COCP 325, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carpenter (Boulder, WA, 1910-1912); builder (Alice Springs, NT, 1934; Burnside, SA, 1939); RAAF (Leabrook, SA, 1943) ===''KILSBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Wilbur Kilsby|Kilsby, Keith Wilbur]] [https://www.familysearch.org/tree/person/details/KCHP-4ZS] - 1912(SA)-1970(SA) - Licences: 5PR Moorak (1933); 5PR Birdwood (1938); 5PR Wiltyerong via Murray Bridge (1947); 5PR Mingary via Murray Bridge (1948); 5PR Murray Bridge (1954); 5PR Adelaide (Payneham, 1955-1969) - Qualifications: cc; 2COCP 419, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Birdwood, SA, 1939; Wiltyerong, SA, 1941-1943); ===''KING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Calvert King|King, Charles Calvert]] [https://www.familysearch.org/tree/person/details/GXQT-4R1] - 1885(Eng)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 105, 1915; 2COCP 155, 1930 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (New Town, Tas, 1914); warrant telegraphist (Wireless Station, Applecross, 1921-1925); music teacher (Randwick, NSW, 1930); musician (Clovelly, 1931; Rose Bay, 1932-1933); librarian (Woollahra, 1934); salesman (Bondi, NSW, 1935); Model Maker (Watson's Bay, 1936-1937) * [[/Fred Esmond King|King, Fred Esmond (Electoral Rolls) or Esmonde (BMD)]] [https://www.familysearch.org/tree/person/details/GXNY-81C] - 1896(Qld)-1986(Qld) - Licences: 4CQ Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: station hand (Bulliwallah, Qld, 1919-1963) * [[/Frederick Venn King|King, Frederick Venn]] [https://www.familysearch.org/tree/person/details/KJHN-MV3] - 1888(Qld)-1968(Qld) - Licences: Receive (Valve) Cunnamulla (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: station hand (Weelamurra Station, Qld, 1909); grazier (Weelamurra Station, Qld, 1913-1921); not stated (Warrambah Station, Cunnamulla, Qld, 1925); grazier (Barrington Station, Cunnamulla, Qld, 1930-1954); retired (Camp Hill, Qld, 1958-1968) ===''KINGWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hercules Kingwell|Kingwell, William Hercules]] - broadcast planning engineer (PMGD, ABCB) ===''KINSELLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Thomas Kinsella|Kinsella, Hector Thomas]] [https://www.familysearch.org/tree/person/details/G8NC-XN9] - 1912(WA)-1993(WA) - Licences: 6HK Perth (Hollywood, 1930; East Perth, 1931) - Qualifications: cc; AOCP 641, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (South Perth, 1936-1937; Victoria Park, 1943); pharmacist (Perth, 1949; Narrogin, 1954-1958; Applecross, 1963; Ardross, 1968-1972; Booragoon, 1977-1980) * [[/Thomas Wade Kinsella|Kinsella, Thomas Wade]] [https://www.familysearch.org/tree/person/details/G8P2-TSG] - 1904(Vic)-2001(NSW)96yo - Licences: Receive (Crystal) Lubeck (1923); 3TK Lubeck (1924-1926); 3TK Rupanyup (1937-1939); 2FK Sydney (Rose Bay, 1946; Herne Bay, 1947; Sans Souci, 1948-1980+) - Qualifications: cc; AOCP 1992, 1937, No. ?? in Vic; BOCP 532, 1943 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrician (Lubeck, 1927-1936); RAN (Sans Souci, 1949-1980) - Relationships: brother of 3AKW William Jennings Kinsella * [[/William Jennings Kinsella|Kinsella, William Jennings]] [https://www.familysearch.org/tree/person/details/G8PG-S8S] - 1914(Vic)-2011(Vic) - Licences: 3AKW Lubeck (1947-1980+) - Qualifications: cc; BOCP 498, 1943; 2AOCP 55, 1946 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grazier (Magdala, Lubeck, 1936-1972; Lubeck, 1977-1980) - Relationships: brother of 3TK-2FK Thomas Wade Kinsella ===''KINZBRUNNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Charles Kinzbrunner|Kinzbrunner, Harry Charles]] [https://www.familysearch.org/tree/person/details/G8H4-SZM] - 1903(Eng)-1982(Qld) - Licences: 4HK Cloncurry (1929-1931); 4HK Mareeba (1933); 4HK Tully (1937-1939); 4HK Atherton (1946-1980+) - Qualifications: cc; AOCP 474, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), employment (Australian Inland Mission, QATB) - Electoral Rolls: radio mechanic (Malanda, 1937); electrical engineer (Ashgrove, 1943); radio mechanic (Atherton, 1943); refrigeration & electrical contractor (Atherton, 1949-1972); electrical contractor (Atherton, 1977-1980) ===''KIRBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ewan Russell Kirby|Kirby, Ewan Russell]] [https://www.familysearch.org/tree/person/details/G4R1-4J7] - 1885(Tas)-1947(Tas) - Licences: XZB Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; First set 1909 communicated with M. Harvey; employed Hydro-electric Dept - Electoral Rolls: electrician (Hobart South, 1914-1919); engineer (Hobart West, 1922-1936) ===''KIRKBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Kirkby|Kirkby, Brian]] - historian (early wireless experimenters, Edward Hope Kirkby, Archibald John Shaw), great grandson of Edward Hope Kirkby * [[/Charles Edward Kirkby|Kirkby, Charles Edward]] - 1886(Vic)-1954(NSW) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of George Gill Kirkby * [[/Edward Hope Kirkby|Kirkby, Edward Hope]] - 1853(At sea)-1915(NSW) - early wireless and X-ray experimenter, father of George Gill Kirkby and Charles Edward Kirkby * [[/George Gill Kirkby|Kirkby, George Gill]] - 1884(Vic)-1916(Vic) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of Charles Edward Kirkby ===''KIRKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Basil Everald Wharton Kirke|Kirke, Basil Everald Wharton]] [https://www.familysearch.org/tree/person/details/G6NX-FFQ] - 1893(NSW)-1958(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; chief studio announcer/Uncle "Bas" (2BL); manager, 6WF; manager 9PA (1946); manager (ABC, Victoria, 1936) - Electoral Rolls: manager (Subiaco, 1931; Perth, 1934-1936; Melbourne, 1937-1943; Perth, 1954) - Links: [https://adb.anu.edu.au/biography/kirke-basil-everald-wharton-10751 ADB] ===''KIRKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Booth Kirkland|Kirkland, John Booth]] - 1861(Vic)-1900(Vic) - early telephone experimenter, Melbourne, Geelong & Ballarat ===''KISSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Leslie Hawthorn Kissick|Kissick, Alfred Leslie Hawthorn]] [https://www.familysearch.org/tree/person/details/LK9D-7LL] - 1904(Vic)-1967(Vic) - Receive Melbourne (Brunswick, 1923-1924), 3KB Melbourne (Brunswick, 1925-1939, 1946-1965), amateur operator (AOCP 141, 1925, No. ?? in Vic), operator 3CR Coburg Radio Club (1925), amateur broadcaster, clerk (1934) ===''KITTO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Collingwood Kitto|Kitto, Thomas Collingwood]] [https://www.familysearch.org/tree/person/details/MCKM-W8G] - 1903(Tas)-19??(???) - Licences: 7?? Launceston (1928); 5JR Adelaide (Tusmore, 1931); 2JR Newcastle (1933); 2JS Newcastle (1933-1939) - Qualifications: cc; AOCP 425, 1928, No. ?? in Tas; AOLCP 43, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Launceston, 1928); radio engineer (Sandgate, NSW, 1935; Ulverstone, Tas, 1937); engineer (Hawthorn, Vic, 1942); radio engineer (Prahran, 1949); retired (Deception Bay, 1972) ===''KLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Robert Kling|Kling, John Robert]] [https://www.familysearch.org/tree/person/details/LRQZ-B4W] - 1905(Vic)-1969(Vic) - Licences: 3JB Melbourne (Balwyn, 1928; South Camberwell, 1931; Hawthorn East, 1933; Hampton, 1937-1939); 3AJQ Melbourne (Seaford, 1954-1955; Lower Ferntree Gully, 1956; Frankston, 1960-1965) - Qualifications: AOCP 403, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Camberwell, 1931-1933; Sandringham, 1936-1937); engineer (Sandringham, 1942; Bacchus Marsh, 1949); radio sound engineer (Seaford, 1954); electrician (Frankston, 1963-1968) ===''KNAPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carlo Patrick Knapton|Knapton, Carlo Patrick]] [https://www.familysearch.org/tree/person/details/9DQR-R5C] - 1879(Irl)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - wireless trader (WA); witness to Royal Commission 1927 (as vice-president, Wireless Traders Assoc, WA) - Electoral Rolls: engineer (Carlton, Vic, 1914); lighting engineer (South Perth, 1921-1954) ===''KNEIPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Kneipp|Kneipp, James Henry "Jim"]] [https://www.familysearch.org/tree/person/details/GQ5R-YBH] - 1875(NSW)-1958(Qld) - Licences: Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: saddler (Morningside, Qld, 1905); railway employee (Morningside, Qld, 1908-1917; Cannon Hill, Qld, 1919-1958) ===''KNIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Keith Knight|Knight, Rupert Keith]] [https://www.familysearch.org/tree/person/details/G8MJ-Z5W] - 1898(Qld)-1934(Qld) - Licences: 4RK Toowoomba (1926-1927) - Qualifications: cc; Nil identified - amateur operator; amateur broadcaster - Halcyon: not mentioned? - Electoral Rolls: clerk (Toowoomba, 1919); bank clerk (East Toowoomba, 1925-1926); not specified (East Toowoomba, 1928-1932) ===''KNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Brader Knock|Knock, Donald Brader "Don"]] [https://www.familysearch.org/tree/person/details/GWWR-L62] - 1898(Eng)-1966(NSW) - Licences: 1911 Manchester; G6XG London (1924-1926); 2NO Sydney (Cremorne, 1926-1927; Vaucluse, 1927; Kirribilli, 1928; Randwick, 1929); 6NK Wyndham (1930-1931); 2NU Portable Sydney 1935-1939; 5NO Portable Central Australia; 2NO Sydney (Waverley, 1946-1966) - Qualifications: cc; AOCP 335, 1927, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (2MO); radiocommunications engineer; journalist (Wireless Weekly, Radio in ANZ, Radio Monthly, Australian Radio News, Bulletin, Australasian Radio World); military (WW1 - Royal Naval Air Service, WW2 - AIF lieutenant-major) - Electoral Rolls: engineer (Waverley, 1930); radio journalist (Waverley, 1932-1933); radio engineer (Waverley, 1935-1963) ===''KNOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carlisle Maddison Knowles|Knowles, Henry Carlisle Maddison]] [https://www.familysearch.org/tree/person/details/L4Q8-642] - 1901(NSW)-1945(ACT) - Licences: 2LK Sydney (Arncliffe, 1930-1931) - Qualifications: AOCP 653, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: pharmacist (Woolahra, 1933; Kingston, ACT, 1935-1943) ===''KOSSECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edwin Frederick Kosseck|Kosseck, Edwin Frederick]] [https://www.familysearch.org/tree/person/details/G8VB-VTG] - 1909(Vic)-1989(Vic) - Licences: 3EK Geelong (Belmont, 1930-1933); 3AKE Geelong (Newport, 1947; Belmont, 1948-1980+) - Qualifications: AOCP 705, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: gardener (Belmont, 1931-1937); RAAF (Newport, 1943); gardener (Belmont, 1949-1980) ===''KRAEGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl W. J. Kraegen|Kraegen, Carl W. J. "Charles"]] - 1831?(Germany?)-1871(NT) - employment (Vic Posts & Telegraphs, SA Posts & Telegraphs), telegraph operator (Ballarat, Portland), developed an early system of explosive detonation by battery, tragically died of thirst during the construction of the Overland Telegraph ===''KRUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Augustine Kruger|Kruger, Francis Augustine]] [https://www.familysearch.org/tree/person/details/GDJZ-58H] - 1907(Vic)-1992(Vic) - Licences: 3HE Receive Charlton (1922-1923); 3HE Charlton (1924-1925); 3AI Charlton (1935-1939); 3AI Strathmore (1946-1980+) - Qualifications: cc; AOCP 1541, 1935, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: dental mechanic (Charlton, 1928-1937); cinema operator (Charlton, 1942); executive (Essendon, 1949-1968; Strathmore, 1977-1980) =='''L'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''LABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Howell Laby|Laby, Thomas Howell]] - 1880(Vic)-1946(Vic) - frequent lecturer on wireless topics to WIA Vic in the 1920s, education (BA Cambridge 1905, PhD Cambridge 1921), employment (University of Sydney, 1901-1904; Cavendish Laboratory, 1905; Professor Physics, Victoria University College, Wellington, 1909; Professor Natural Philosophy, University of Melbourne, 1915-1930+), Royal Society of Victoria (president, 1924) ===''LACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Lack|Lack, Francis James]] [https://www.familysearch.org/tree/person/details/LCQH-WJR] - 1876(NSW)-1949(Qld) - Licences: Receive (Valve) Brisbane (Sandgate, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Warwick, Qld, 1903; Tiaro, Qld, 1905-1906; Maryborough, Qld, 1908); fish agent (Maryborough, Qld, 1913); engineer (Sandgate, Qld, 1916); accountant (Sandgate, Qld, 1917-1949) ===''LAHEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Wesley Lahey|Lahey, John Wesley]] [https://www.familysearch.org/tree/person/details/LKRX-KPL] - 1850(Irl)-1937(Qld) - Licences: 4EG Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: sawmill proprietor (Clayfield, Qld, 1908-1909); sawmiller (Clayfield, Qld, 1913-1936) ===''LAIDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Laidler|Laidler, Thomas]] [https://www.familysearch.org/tree/person/details/L1KG-31L] - 1904(Eng)-1995(SA) - Licences: 5TL Ceduna (1937-1939, 1947); 5TL Largs Bay (1948); 5TL Renmark (1954-1960); 5TL Adelaide (Glandore, 1965-1980+) - Qualifications: cc; AOCP 1934, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: postmaster (Ceduna, SA, 1939-1943) ===''LAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Lake|Lake, Eric James]] [https://www.familysearch.org/tree/person/details/GDFZ-CKK]- 1906(Eng)-1966(Qld) - Licences: 4EL Brisbane (Kangaroo Point, 1932-1939; Camp Hill, 1946-1948); 4EL Clevedon (1954-1956); 4EL Townsville (Belgian Gardens, 1960-1965) - Qualifications: cc; AOLCP 54, 1931; AOCP 966, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, instructor); broadcast technician (4QN); federal public servant (PMGD) - Electoral Rolls: radio operator (Coorparoo, Qld, 1937); radio technician (Camp Hill, Qld, 1943-1949; Townsville, Qld, 1954-1963); ===''LAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Federal Laker|Laker, Frank John Federal]] [https://www.familysearch.org/tree/person/details/M1V2-P8Q] - 1899(NSW)-1953(NSW) - Licences: 2ZE Deniliquin (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: sales manager (St Kilda, Vic, 1925); clerk (Bondi, 1935-1937); accountant (North Rocks, 1954) ===''LALOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Fintan Lalor|Lalor, Peter Fintan]] - 1827(Irl)-1889(Vic) - Leader of the Eureka Stockade, Postamaster-General Victoria (Aug 1875-Oct 1875) ===''LAMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. D. Lamb|Lamb, A. D.]] - 19??(???)-19??(???) - Licences: 4DK Receive Brisbane (New Farm, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James Joseph Wiseman Lamb|Lamb, James Joseph Wiseman]] [https://www.familysearch.org/tree/person/details/GX7M-49X] - 1876(Vic)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 119, 1915; 1COCP 264, 1932 - RANRS (Warrant Telegraphist, 1917) - Relationships: father of Harry Spencer Lamb - Electoral Rolls: civil servant (Subiaco, WA, 1910); radio station master (Townsville, Qld, 1921); wireless (Malvern, Vic, 1927); superintendent (Toorak, Vic, 1928-1936; Elsternwick, Vic, 1937); retired (Elsternwick, Vic, 1942) * [[/Harry Spencer Lamb|Lamb, Harry Spencer]] [https://www.familysearch.org/tree/person/details/GX7M-SQY] - 1906(WA)-1984(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Relationships: son of James Joseph Wiseman Lamb - Electoral Rolls: ===''LAMBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Clayton Lambert|Lambert or Mason, Frank Clayton]] [https://www.familysearch.org/tree/person/details/G8C3-761] - 1908(WA)-1993(WA) - Licences: 6FL Perth (South Perth, 1929-1931); 6FL Geraldton (1933); 6FL Perth (Wembley, 1937-1939; Subiaco, 1947); 3AFL Bairnsdale (1948); 6FL Perth (Claremont, 1954-1956; Bassendean, 1965-1980+) - Qualifications: cc; AOCP 503, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: picture employee (South Perth, WA, 1931); projectionist (Albany, WA, 1934); sound projectionist (East Fremantle, WA, 1936); projectionist (Wembley Park, WA, 1937); radio technician (Subiaco, WA, 1943-1949); dealer (Claremont, WA, 1954); radio dealer (Bassendean, WA, 1958-1980) ===''LANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Herbert Dodson Lane|Lane, Cyril Herbert Dodson]] - 1888(NSW)-1915(Tur) - XDM Sydney (1909-1914), early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in NSW), born Cyril Herbert Dodson, brother-in-law of Charles Dansie Maclurcan "Greater love hath no man" ===''LANGFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Leslie Langfield|Langfield, Harold Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/GX84-3D6] - 1893(Wales)-1982(Qld) - Licences: 4CO Brisbane (Rosalie, 1935-1960) - Qualifications: cc; AOCP 1572, 1935, Qld - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: club steward (Rosalie, Qld, 1934-1977; Paddington, Qld, 1980); ===''LANGFORD-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fritz Langford-Smith|Langford-Smith, Fritz]] - 1904(NSW)-1966(NSW) - 2?? Sydney, amateur operator (AOCP ??, 19??, No. ?? in Qld), electronics designer (AWA), author (Radiotron Designers Handbook), journalist (Radiotronics) - Links: [http://messui.polygonal-moogle.com/valves/NW198908.pdf EA] ===''LANGHANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ron Langhans|Langhans, Ron]] - historian (broadcasting) ===''LANGRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George David Langridge|Langridge, George David]] - 1829(Eng)-1891(Vic) - Postmaster-General Victoria in early 1880s ===''LAPTHORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Charles Lapthorne|Lapthorne, Horace Charles]] [https://www.familysearch.org/tree/person/details/G8W8-STK] - 1900(Vic)-1975(NSW) - Licences: 2TM Receive Sydney (Artarmon, 1923-1924); 2HL Sydney (Chatswood, 1928-1938; Lane Cove, 1939; Artarmon, 1948-1969); 2HL Noraville (1975) - Qualifications: AOCP 422, 1928, No. ?? in NSW - amateur operator? - Electoral Rolls: electrician (Artarmon, 1930-1937; Chatswood, 1943-1968); retired (Noraville, 1972) ===''LARSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Peter Christian Larsen|Larsen, Herbert Peter Christian]] [https://www.familysearch.org/tree/person/details/G36L-GHQ] - 1901(Qld)-1976(Qld) - Licences: 4JW Charters Towers(1928-1937); 4JW Cairns (1938-1939, 1947-1956); 4JW Charters Towers (1960-1975) - Qualifications: cc; AOCP 439, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: brewery hand (Charters Towers, 1925-1936); engine driver (Cairns, 1943-1954; Charters Towers, 1958-1968) ===''LARSSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gustaf William Larsson|Larsson, Gustaf William]] [https://www.familysearch.org/tree/person/details/GDTD-55K] - 1902(Tas)-1992(Tas) - Licences: 7BJ Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; AOLCP 92, 1932; AOCP 3275, 1952 - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Hobart West, 1928-1936) ===''LATHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Couzens Lathwell|Lathwell, Arthur George Couzens]] [https://www.familysearch.org/tree/person/details/GZH3-G9L] - 1911(WA)-1996(WA) - Licences: 6AL Bunbury (1935-1939, 1947-1975) - Qualifications: cc; AOCP 1467, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician's assistant (Bunbury, WA, 1936-1937); electrician (Bunbury, WA, 1943-1980) ===''LAUNDER-CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Edgar Launder-Cridge|Launder-Cridge, Wilfred Edgar]] [https://www.familysearch.org/tree/person/details/GXT9-S5L] - 1899(Eng)-1960(Tas) - Licences: 5BZ Adelaide (Brooklyn Park, 1928) - Qualifications: cc; 2COCP 200, 1930; 1COCP 120, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Essendon North, Vic, 1937; Aerodrome, Cambridge, Tas, 1943); OIC, DCA (Forrest, WA, 1958) ===''LAURENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Laurence|Laurence, John Henry]] [https://www.familysearch.org/tree/person/details/GXL7-YKV] - 1916(SA)-19??(???) - Licences: 5MZ Adelaide (Malvern, 1933-1939); 3PF Melbourne (Sandringham, 1947-1948); 3PF Benalla (1954-1980+) - Qualifications: cc; AOCP 1164, 1933, SA; 1COCP 118, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Ceduna, 1941-1943); farmer (Wellington, Benalla, 1949-1963; Benalla, 1967-1980) ===''LAURIE-RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melbourne Clive Laurie-Rhodes|Laurie-Rhodes, Melbourne Clive]] [https://www.familysearch.org/tree/person/details/GX6M-6K1] - 1915(Qld)-1997(NZ) - Licences: 4XU Brisbane (Hendra, 1934-1937) - Qualifications: cc; AOCP 1353, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: manager (Hendra, Qld, 1936-1937) ===''LAVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Poynton Laver|Laver, Charles Poynton]] [https://www.familysearch.org/tree/person/details/9JBH-SNC] - 1882(Eng)-1969(SA) - Licences: 5CP Cape Borda (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Lightkeeper (Cape Borda, SA, 1939; Edithburgh, 1941-1951) ===''LAVINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Morgan Eric Lavington|Lavington, Frederick Morgan Eric]] [https://www.familysearch.org/tree/person/details/GDJM-ZC9] - 1903(Tas)-1974(Vic) - Licences: 2ZC Receive Sydney (Bondi, 1923); 2ZC Sydney (Waverley, 1923; Bondi, 1924-1925; Mosman, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Manly, 1930); engineer (Strathfield, 1932; Ashfield West, 1935-1936); electrical engineer (Ashfield West, 1937); engineer (Kensington, 1949; Kingsford, 1954-1972) ===''LAWRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevan Alic Lawrie|Lawrie, Kevan Alec or Alic]] [https://www.familysearch.org/tree/person/details/GXRS-5YP] - 1915(SA)-2000(SA) - Licences: 5AK Adelaide (Lockleys, 1936-1939; York, 1947-1948; Lockleys, 1954-1965; Brooklyn, 1969-1980+) - Qualifications: cc; AOCP 1602, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (Lockleys, SA, 1939-1941) ===''LAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. W. Law|Law, F. W.]] - 19??(???)-19??(???) - Licences: 6DA Perth (Armadale, 1923); 6CZ Perth (Armadale, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''LAWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Andrew Laws|Laws, David Andrew]] [https://www.familysearch.org/tree/person/details/GZLN-FW5] - 1909(Qld)-1943(PNG) - Licences: 4DR Brisbane (Taringa, 1931-1939) - Qualifications: AOCP 829, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 (Army, M Special Unit, Commando)- Sacrifice: "Greater love hath no man than this" - Electoral Rolls: clerk (Taringa, 1936-1943) - Links: [https://vwma.org.au/explore/people/635901] * [[/Sidney Frank Henry Laws|Laws, Sidney Frank Henry]] [https://www.familysearch.org/tree/person/details/G6ZT-GBH] - 1893(NZ)-1973(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 6, 1914, No. 6 in Aus and Vic - commercial operator; coastal station operator; manager 7ZL (1927); witness to Royal Commission 1927 (obo 7ZL) - Electoral Rolls: radio engineer operator (Wireless Station, Townsville, 1915); farmer (Launching Place, 1918); electrical engineer (Prahran, Vic, 1919); engineer (Armadale, Vic, 1919-1924); manager (Launceston, 1928); company manager (Double Bay, NSW, 1930-1931) ===''LAWTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Kyle Lawton|Lawton, Alexander Kyle]] [https://www.familysearch.org/tree/person/details/LR8F-FWT] - 1889(Qld)-1978(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, federal public servant (PMGD), radio clubs (QWI, member), business (movie theatres, Amico), WW2 - Electoral Rolls: electrician (Toowoomba, 1913; Wynnum South, 1915-1916); manager (Windsor, 1919); engineer (Nundah, 1925-1928); manager (Townsville, 1936-1937; Nundah, 1943-1949); manufacturer's agent (Virginia, 1954-1958); company director (Ashfield, 1963); sales manager (Ashfield, 1968-1977) ===''LEADBITTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Leadbitter|Leadbitter, James Henry]] [https://www.familysearch.org/tree/person/details/GDP1-3V1] - 1882(NSW)-1946(NSW) - Licences: 2AF Receive West Wyalong (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: cycle mechanic (Darlington, 1903); mechanic (West Wyalong, 1913); cycle mechanic (West Wyalong, 1930-1943) ===''LEANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Gregory Leaney|Leaney, William Gregory]] [https://www.familysearch.org/tree/person/details/LK9P-JF9] - 1895(SA)-1982(Vic) - Licences: 3XN Receive Melbourne (Northcote, 1923); 3XN Melbourne (Northcote, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engine driver (Northcote, 1919-1954); driver (Coburg, 1963-1977); nil (Preston, 1980) ===''LEBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/David Leber|Leber, David]] [https://www.familysearch.org/tree/person/details/G8HD-847] - 1905(Vic)-1950(Vic) - Licences: 3DL Melbourne (Richmond, 1929-1939; Hawthorn, 1947-1948) - Qualifications: AOCP 481, 1929, No. ?? in Vic; 3COCP 45, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Richmond, 1927-1942); salesman (Hawthorn, 1949) ===''LECKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Herbert Crockett Leckie|Leckie, Herbert Crockett]] [https://www.familysearch.org/tree/person/details/LJ1R-QQN] - 1927(Vic)-1994(Vic) - Licences: 3LH Melbourne (Elwood, 1948-1980+) - Qualifications: cc; 1COCP 1170, 1947 - amateur operator - Electoral Rolls: student (St Kilda, 1949-1968; Elwood, 1972-1980); * [[/Raymond Campbell Leckie|Leckie, Raymond Campbell]] [https://www.familysearch.org/tree/person/details/GZ2Q-ZZV] - 1904(Vic)-1987(ACT) - Licences: 3TU Receive Melbourne (Sandringham, 1923); 3TU Melbourne (Sandringham, 1924-1927) - Qualifications: cc; AOCP 215, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Sandringham, 1926); public servant (Braddon, 1935; Turner, 1943-1968); examiner of patents (Hughes, 1972); retired (Hughes, 1977-1980) ===''LEE-ARCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Leslie Lee-Archer|Lee-Archer, Evan Leslie]] [https://www.familysearch.org/tree/person/details/LB2K-F3W] - 1911(Vic)-1993(Vic) - Licences: 3LM Melbourne (Glen Iris, 1929-1931); 3LM Wonthaggi (1933); 3LM Melbourne (Caulfield North, 1937; Malvern East, 1938) - Qualifications: AOCP 534, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Gardiner, 1933); radio engineer (Korumburra, 1934); engineer (Caulfield West, 1935); mechanic (Malvern East, 1937) ===''LEGGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Legge|Legge, Arthur William]] [https://www.familysearch.org/tree/person/details/9MJS-QKM] - 1906(Tas)-1968(Tas) - Licences: Receive (Crystal) Ulverstone (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Ulverstone, 1928); no occupation (Hobart South, 1936); zinc worker (Hobart East, 1943); farmer (Cullenswood, 1949-1954) ===''LE GRAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Walter Le Grand|Le Grand, Sydney Walter]] [https://www.familysearch.org/tree/person/details/GQDD-D57] - 1902(Qld)-1979(NSW) - Licences: 4LG Brisbane (Windsor, 1927) - Qualifications: cc; CPRT 882, 1925; 2COCP 34, 1929; 1COCP 151, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Windsor, 1925-1926); operator (Woollahra, 1931-1937; Bellevue Hill, 1943-1949; Bondi Junction, 1954-1968); retired (Banora Point, 1972-1977) ===''LELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Lelliott|Lelliott, Thomas "Tom"]] [https://www.familysearch.org/tree/person/details/G8VX-4PX] - 1911(Vic)-2000(Vic) - Licences: 3ZW Melbourne (Mont Albert, 1930-1939); 3AZW Melbourne (Boronia, 1954-1980+) - Qualifications: AOCP 684, 1930, Vic; AOLCP 68, 1932 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio operator (Mont Albert, 1937); operator (Caulfield, 1942); public servant (Boronia, 1963-1980) ===''LEMMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Lemmon|Lemmon, Charles Edward]] [https://www.familysearch.org/tree/person/details/GDLL-Z21] - 1885(Eng)-1966(WA) - Licences: Nil yet identified - Qualifications: CPRT 95, 1915; 2COCP 120, 1930; 1COCP 71, 1930 - coastal wireless operator; WW2; RANRS - Electoral Rolls: wireless operator (Clayfield, Qld, 1915); officer-in-charge Wireless Station (Rockhampton, 1916-1921); radio telegraphist (Applecross, 1931-1936; Como, 1937); wireless operator (Broome, 1937); radio telegraphist (Geraldton, 1943-1949); retired (Rivervale, 1954-1963) ===''LEMPRIERE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Louis Lempriere|Lempriere, Charles Louis]] [https://www.familysearch.org/tree/person/details/L23Y-NPS] - 1857(Vic)-1934(Vic) - Licences: 3ZJ Melbourne (Vermont, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: surgeon (South Yarra, 1912-1919); medical practitioner (Vermont, 1924-1934) ===''LENDRUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Lendrum|Lendrum, Alexander "Alex"]] [https://www.familysearch.org/tree/person/details/G8NZ-Y5Y] - 1887(Qld)-1955(NSW) - Licences: 2YL Sydney (Kensington, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Toowoomba, 1913); yardman (Toowoomba, 1921); constable (Kensington, 1930-1937) ===''LENNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Lennon|Lennon, Christopher James "Chris"]] [https://www.familysearch.org/tree/person/details/KJL3-LZF] - 1889(Vic)-1932(Aus) - Licences: Nil yet identified - Qualifications: cc; 1COCP 4, 1929 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: operator (Broome, 1916-1917); radio telegraphist (Townsville, 1925); telegraphist (Thursday Island, 1931) ===''LEONARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Benedict Leonard|Leonard, Aubrey Benedict]] [https://www.familysearch.org/tree/person/details/GS9T-N4X] - 1896(NSW)-1968(Vic) - Licences: 3EN Receive Drouin (1922-1923); 3EN Drouin (1924-1926) - Qualifications: cc; AOCP 244, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal assistant (Drouin, 1922-1928); radio dealer (Drouin, 1931-1954); retired (Drouin, 1963-1967) * [[/John William Leonard|Leonard, John William "Bill"]] [https://www.familysearch.org/tree/person/details/G494-BY4] - 1906(Vic)-1974(Vic) - Licences: 3AB Melbourne (Black Rock, 1928-1939) - Qualifications: cc; AOCP 386, 1928, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Sandringham, 1931-1943); shopkeeper (Sandringham, 1949-1968) * [[/Leslie Clarence Leonard|Leonard, Leslie Clarence]] [https://www.familysearch.org/tree/person/details/GH15-16Q] - 1902(Vic)-1961(SA) - Licences: 5LT Adelaide (Payneham, 1946-1947; Medindie, 1948); 5LT Port Lincoln (1954-1960) - Qualifications: AOCP 2336, 1939, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: pilot (The Terrace/Port Pirie, 1939) * [[/Vincent Halpin Leonard|Leonard, Vincent Halpin]] [https://www.familysearch.org/tree/person/details/G8S4-TXD] - 1915(Vic)-1988(Vic) - Licences: 3PJ Melbourne (?, 1938-1939; Kew, 1946-1956); 3PJ St Andrews (1960); 3PJ Melbourne (Balwyn, 1965-1980+) - Qualifications: AOCP 2167, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1937; Kew, 1937-1954); public servant (St Andrews, 1958; Balwyn, 1963-1980) ===''LESLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julian Leslie|Leslie, Julian]] [https://www.familysearch.org/tree/person/details/GS98-211] - 1873(Vic)-1950(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 142, 1915; 1COCP 246, 1932 - RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: telegraphist (Leederville, WA, 1910-1912; Applecross, WA, 1913); O.I.C. (Radio Telegraph Station, Broome, WA, 1917); officer-in-charge (Radio Station, Thursday Island, 1925-1926); superintendent of wireless (Auburn, Vic, 1928); supervisor B.H. service (Randwick, NSW, 1930-1949) ===''LESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lester|Lester, Jack]] [https://www.familysearch.org/tree/person/details/L5FQ-NQL] - 1902(SA)-1990(SA) - Licences: 5LR Renmark (1930-1937); 5LR Berri (1938-1939); 5LR Adelaide (Millswood Estate, 1946-1947; Blackwood, 1954-1965); 5LR Victor Harbour (1969-1980) - Qualifications: cc; AOCP 674, 1930, No. ?? in SA; AOLCP 236, 1935; BOCP 369, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Berri, 1939-1943) ===''LETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Norman Lett|Lett, Frederick James Norman]] [https://www.familysearch.org/tree/person/details/GD2P-Y8D] - 1903(NSW)-1972(NSW) - Licences: 2WN Receive Sydney (Annandale, 1923); 2WN Sydney (Annandale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Annandale, 1930-1936); publican (Sydney, 1937); hotelkeeper (Clifton Gardens Hotel, Mosman, 1943); Darlinghurst, 1949; Dulwich Hill, 1958; Marrickville, 1963); retired (Church Point, 1968) ===''LEVENSPIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pinkus Levenspiel|Levenspiel, Pinkus or Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G8JB-QSL] - 1904(Eng)-1987(NSW) - Licences: 2TX Wyong (1930-1939, 1946-1980+) - Qualifications: AOCP 668, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (Wyong, 1936-1937); mechanic (Wyong, 1949-1963); motor dealer (Ourimbah, 1968-1980) ===''LEVERETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Leverett|Leverett, John Henry]] [https://www.familysearch.org/tree/person/details/LV79-R7Q] - 1894(Eng)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 25, 1914; 1COCP 88, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: wireless operator (Broome, 1916); telegraphist (Ascot, Qld, 1921); wireless operator (Rockhampton, 1936-1937); radio telegraphist (Rockhampton, 1943); wireless inspector (Burwood, NSW, 1954) ===''LEVERRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Hewitt Leverrier|Leverrier, Francis Hewitt "Frank"]] [https://www.familysearch.org/tree/person/details/GWBT-DP5] - 1863(NSW)-1940(NSW) - Licences: XEN Sydney (Waverley, 1911-1914, Licence No. 5) - Qualifications: cc; Nil yet identified - early wireless experimenter; radio clubs (WIA, president, 1910) - Electoral Rolls: barrister (Vaucluse, 1930-1934, Kings Counsel) - Relationships: father of 2BK-2ADE Frank Neville Leverrier * [[/Frank Neville Leverrier|Leverrier, Frank Neville "Boy"]] [https://www.familysearch.org/tree/person/details/M6RF-W2W] - 1904(NSW)-1980(NSW) - 2BK Receive Sydney (Waverley, 1922-1923); 2BK Sydney (Vaucluse, 1924-1930); 2ADE Castle Cove (1969-1975+) - Qualifications: cc; AOCP 169, 1925, No. ?? in NSW; CPRT 931, 1926) - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio work (Vaucluse, 1930); clerk (Vaucluse, 1933-1937); superintendent (Vaucluse, 1943-1949); public relations (Roseville, 1963-1968; Castle Cove, 1977) - Relationships: son of XEN Francis Hewitt Leverrier * [[/Henri Andre Leverrier|Leverrier, Henri Andre "Henry"]] [https://www.familysearch.org/tree/person/details/G68N-18J] - 1882(NCL)-1943(NSW) - Licences: XEN Sydney (Gordon, 1911); XHL Sydney (City, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; witness to Royal Commission 1927 (as manager, Australian General Electric, Sydney) - Relationships: nephew of XEN Francis Hewitt Leverrier; cousin of 2BK-2ADE Frank Neville Leverrier - Electoral Rolls: engineer (North Sydney, 1913); manager (Crows Nest, 1930-1937) ===''LEVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Levy|Levy, Richard "Dick"]] [https://www.familysearch.org/tree/person/details/G8N1-Z38] - 1909(SA)-1955(SA) - Licences: 5AJ Adelaide (Torrensville, 1930-1931) - Qualifications: cc; AOCP 654, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Torrensville, 1943) ===''LEWIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Garrett Lewis|Lewis, Henry Garrett "Harry"]] - 1895(Tas)-1978(Vic) - Licences: Hobart (no record of licence identified as yet) - Qualifications: cc; Nil yet identified - early wireless experimenter (reported experimenting from 1912); councillor WIA Tas in 1923; manager 3UZ 1924 - Electoral Rolls: * [[/William John Lewis|Lewis, William John]] [https://www.familysearch.org/tree/person/details/GXYJ-BZQ] - 1908(WA)-1976(NSW) - Licences: 2YB Sydney (Marrickville, 1931-1936; McMahons Point, 1937); 6YB Perth (Pearce, 1938-1939); 2YB Sydney (Haberfield, 1947-1950; Paddington, 1954-1969; Ryde, 1975) - Qualifications: cc; AOCP 863, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (RAAF) - Comment: Several contemporaneous WJLs - Electoral Rolls: Nil yet identified due to numbers ===''LIGHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lighton|Lighton, Robert]] [https://www.familysearch.org/tree/person/details/K2HJ-HD1] - 1869(Vic)-1940(Vic) - 3CM Receive Melbourne (East St Kilda, 1922-1924), 3RL Melbourne (East St Kilda, 1925-1931), amateur operator (AOCP 179, 1925, No. ?? in Vic), amateur broadcaster, storekeeper (Toongabbie, 1903; Benalla, 1916), independent means (East St Kilda, 1928; Armadale, 1937) ===''LINDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Linden|Linden, Edwin]] [https://www.familysearch.org/tree/person/details/GXXD-PRV] - 1904(Qld)-1970(NSW) - Licences: 4FT Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Murgon, Qld, 1925); mechanic (Wilston, Qld, 1928); storekeeper (Clayfield, Qld, 1936-1937); telephone mechanic (Mackay, Qld, 1943-1949); supervising technician (Bowen, Qld, 1954); PMG technician (Tweed Heads, NSW, 1958-1968) ===''LINDNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Lindner|Lindner, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GSVX-787] - 1904(NSW)-1981(Qld) - 4BX Receive Brisbane (Alderley) 1922 - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Wilston, 1928); motor mechanic (Maleny, 1934); mechanic (Windsor, 1936-1972); retired (Mt Samson, 1977) ===''LINDSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Gordon Lindsay|Lindsay, Donald Gordon]] [https://www.familysearch.org/tree/person/details/GZ6V-126] - 1909(Vic)-1964(WA) - 2DY Sydney (Gordon, 1925-1936; Ashfield, 1937; Concord, 1938; Kogarah, 1939), amateur operator (AOCP 83, 1925, No. ?? in NSW), amateur broadcaster, engineer * [[/Herbert Maxwell Lindsay|Lindsay, Herbert Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KP3L-S78] - 1913(Qld)-1989(Qld) - Licences: 4HD Nambour (1937-1939); 4HD Buderim (1946-1980+) - Qualifications: cc; AOCP 2027, 1937, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); employment (company secretary) - Electoral Rolls: bank officer (Nambour, Qld, 1936-1937; Taringa, Qld, 1943); fruitgrower (Buderim, Qld, 1954-1980) * [[/Patrick Charles Edward Lindsay|Lindsay, Patrick Charles Edward]] [https://www.familysearch.org/tree/person/details/GF7R-8YZ] - 1896(Eng)-19??(Eng?) - Licences: 6PL Perth (West Perth, 1927) - Qualifications: cc; CPRT 855, 1925; 2COCP 37, 1929 - amateur operator; amateur broadcaster - Electoral Rolls: wireless instructor (West Perth, WA, 1922; Balcatta, WA, 1925); radio engineer (South Brisbane, Qld, 1934) ===''LINKLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Charles Linklater|Linklater, Donald Charles]] [https://www.familysearch.org/tree/person/details/GXRC-Z44] - 1905(SA)-1967(NSW) - Licences: 5DL Pinnaroo (1935-1937) - Qualifications: cc; AOCP 1521, 1935, SA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: radio mechanic (Darling Harbour, NSW, 1949); technician (Bondi Junction, NSW, 1958) ===''LITCHFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ainslie Roland Litchfield|Litchfield, Ainslie Roland]] [https://www.familysearch.org/tree/person/details/9J3Z-FRP] - 1906(NSW)-1968(NSW) - 2RL Cooma (1925-1939), 2RL Sydney (Woollahra, 1947; Darling Point, 1948-1954; Rozelle, 1955-1958; Avalon Beach, 1960-1965), amateur operator (AOCP 200, 1925, No. ?? in NSW), amateur broadcaster, WW2, grazier (Cooma, 1930-1937), film producer (Avalon Beach, 1958-1968) ===''LITHGOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Lithgow|Lithgow, John Charles]] [https://www.familysearch.org/tree/person/details/G691-5TL] - 1916(Tas)-1990(Eng) - Licences: 7WJ Launceston (1936-1939) - Qualifications: cc; AOCP 1688, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Marine officer? 1950s-1960s, several sea trips ===''LITTLEJOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sydney Littlejohn|Littlejohn, Arthur Sydney]] [https://www.familysearch.org/tree/person/details/G8DW-VDD] - 1905(NSW)-1993(NSW) - Licences: 2AL Sydney (Leichhardt, 1930-1939); 4LF Gunalda (1947); 2OU Sydney (Leichhardt, 1948-1950) - Qualifications: AOCP 579, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Leichhardt, 1930-1958; Haberfield, 1963-1980) ===''LLOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Howard Lloyd|Lloyd, Henry Howard]] [https://www.familysearch.org/tree/person/details/GST7-9LV] - 1904(SA)-1974(SA) - Licences: 5AI Adelaide (College Town, 1923-1927); 5AG Adelaide (College Town, 1923); 5HL Adelaide (North Adelaide, 1954-1975) - Qualifications: cc; AOCP 57, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Beware another Henry Howard Lloyd [https://www.familysearch.org/tree/person/details/GZDY-FS3] 1912-1981 in Adelaide, similar times - Electoral Rolls: Nil yet identified * [[/Hughie Frederick Lloyd|Lloyd, Hughie or Hugh Frederick]] [https://www.familysearch.org/tree/person/details/GXGY-Y95] - 1917(SA)-2002(SA) - Licences: 5BC Adelaide (Hindmarsh, 1933-1939); 5BC Berri (1947-1980) - Qualifications: cc; AOCP 1137, 1933, SA; BOCP 281, 1940 - amateur operator; amateur broadcaster - Relationships: Brother of 5HD William Edward Lloyd - Electoral Rolls: electrician (Hindmarsh, SA, 1939) * [[/William Edward Lloyd|Lloyd, William Edward "Bill"]] [https://www.familysearch.org/tree/person/details/GXGB-WR9] - 1914(SA)-1996(SA) - Licences: 5HD Adelaide (Hindmarsh, 1933-1939, 1947-1948; Cumberland, 1954-1980+) - Qualifications: cc; AOCP 1215, 1933, SA; 2COCP 763, 1943 - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5BC Hughie Frederick Lloyd - Electoral Rolls: nil (Hindmarsh, SA, 1939-1943) ===''LOCKHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Edward Lockhart|Lockhart, Leon Edward]] [https://www.familysearch.org/tree/person/details/G8CJ-6GG] - 1912(Vic)-1990(Vic) - Licences: 3LE Melbourne (Elwood, 1929-1939; Elsternwick, 1946-1980+) - Qualifications: AOCP 514, 1929, No. ?? in Vic; 1COCP 205, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elwood, 1934-1937); engineer (Elsternwick, 1942-1977) ===''LOESER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hedley Edmond Loeser|Loeser, Hedley Edmond]] [https://www.familysearch.org/tree/person/details/MPXL-RM6] - 1912(SA)-19??(???) - Licences: 5LO Adelaide (Goodwood, 1936-1939; Col LIght Gardens, 1947) - Qualifications: cc; AOCP 1748, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: display artist (Reade Park, SA, 1943) ===''LOMAX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Lomax|Lomax, Joseph]] - 19??(???)-19??(???) - Licences: 4EB Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: commercial traveller (St Kilda, Vic, 1913-1914; Ivanhoe, Vic, 1916-1917; Coorparoo, Qld, 1921-1925; Kew, Vic, 1926) ===''LONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Timothy Joseph Long|Long, Timothy Joseph]] [https://www.familysearch.org/tree/person/details/GQ19-Z9G] - 1884(Qld)-1923(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 140, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Comment: suicide after diagnosis terminal illness - Electoral Rolls: labourer (Toowoomba, 1908); radio telegraphist (Cooktown, 1916-1917); telegraphist (Townsville, 1921) ===''LONGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ruth Victoria Longley|Harris nee Longley, Ruth Victoria]] [https://www.familysearch.org/tree/person/details/GXYZ-5GJ] - 1913(WA)-19??(???) - Licences: 6YL Perth (Shenton Park, 1936-1939) - Qualifications: cc; AOCP 1808, 1936, WA - amateur operator; amateur broadcaster; YL operator; WW2 - Relationships: Wife of 6NL Valentine Harms Harris - Electoral Rolls: saleswoman (Subiaco, WA, 1936-1937); home duties (Applecross, WA, 1949-1954); manager (Applecross, WA, 1958) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''LONGSTAFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Allen Hector Longstaff|Longstaff, Thomas Allen Hector "Allen"]] [https://www.familysearch.org/tree/person/details/GWQM-WF3] - 1896(SA)-1953(NSW) - Licences: XVR Adelaide (Alberton, 1913) - Qualifications: cc; CPRT 55, 1915 - early wireless experimenter; coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2 - Electoral Rolls: executive (Brighton, Vic, 1949) ===''LORDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Allan Lorden|Lorden, Geoffrey Allan]] [https://www.familysearch.org/tree/person/details/GZJB-2P8] - 1907(WA)-1994(Vic) - Licences: 6GL Perth (Perth, 1925-1926; West Perth, 1927) - Qualifications: cc; AOCP 175, 1925, No. ?? in WA; 2COCP 342, 1940; 1COCP 441, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Jingalup, WA, 1931); survey assistant (Jingalup, WA, 1936-1937); radio operator (Hotel Beadon, Onslow, 1943; Kalgoorlie, 1949); civil servant (Mitcham, Vic, 1968-1977) ===''LOVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Kingsley Love|Love, Howard Kingsley]] [https://www.familysearch.org/tree/person/details/GZGQ-8S5] - 1895(Vic)-1948(Vic) - Licences: 3BM Receive Melbourne (East Malvern, 1922); 3BM Melbourne (East Malvern, 1922-1931; Glen Iris, 1933), 3KU Melbourne (Malvern, 1937-1939, 1946-1948) - Qualifications: cc; AOCP 230, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; broadcast engineer; radio clubs (WIA Vic); business proprietor (radio manufacturer) - Electoral Rolls: merchant (Orong, 1919; Malvern East, 1921-1924; Gardiner, 1927-1933); manager (Gardiner, 1936-1937); engineer (Mt. Waverley, 1942) - Comment: gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW199407.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199408.pdf EA2] * [[/James Peile Love|Love, James Peile "Nim"]] [https://www.familysearch.org/tree/person/details/L7JF-83Z] - 1906(Qld)-1999(Qld) - Licences: 4JL Brisbane (Kedron, 1928-1939) - Qualifications: cc; AOCP 469, 1928, No. ?? in Qld (Halcyon AOCP 1930); 3COCP 5259, 1965 - amateur operator; amateur broadcaster; military (WW2, AIF) - Electoral Rolls: auctioneer (Kedron, 1928-1943; Hawthorne, 1949-1980) ===''LOVETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Frank Lovett|Lovett, Hubert Frank]] [https://www.familysearch.org/tree/person/details/GHG1-DT2] - 1905(Tas)-1961(Tas) - Licences: 7HL Hobart (1926-1933+) - Qualifications: cc; AOCP 246, 1926, No. ?? in Tas - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Hobart North, 1928-1937); manager (Hobart South, 1949; Nelson, 1954) - Links: [https://info.scholarships.utas.edu.au/AwardDetails.aspx?AwardId=2813 UTAS Scholarship] * [[/Percy Lovett|Lovett, Percy]] [https://www.familysearch.org/tree/person/details/GDB5-M21] - 1906(NSW)-1986(NSW) - Licences: 2JP Receive Sydney (Artarmon, 1922) - Qualifications: cc; 3COCP 2210, 1956 - amateur operator; amateur broadcaster - Electoral Rolls: ===''LUBACH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Lubach|Lubach, Frederick John "Fred"]] [https://www.familysearch.org/tree/person/details/G9H7-VZD] - 1919(Qld)-1998(Qld) - Licences: 4RF Brisbane (South Brisbane, 1936-1939; Annerley, 1946-1947); Dalby (1948-1950); Brisbane (Coorparoo, 1954; Camp Hill, 1965-75; Loganlea, 1980) - Qualifications: cc; AOCP 1745, 1936, Qld; 2COCP 868, 1944 - amateur operator; amateur broadcaster; radio clubs (WIAQ, instructor, QSL manager); military (WW2, RAN, wireless officer); broadcast technician (4QS, Capalaba) - Electoral Rolls: technician (Dalby, Qld, 1949; Coorparoo, Qld, 1954; Camp Hill, Qld, 1958-1968); public servant (Camp Hill, Qld, 1972-1977); retired (Loganlea, Qld, 1980) ===''LUCAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gillen Frederick Lucas|Lucas, Gillen Frederick]] [https://www.familysearch.org/tree/person/details/GXLB-Y7P] - 1894(SA)-1964(SA) - Licences: 5LL Adelaide (Kilkenny, 1935-1939; Port Adelaide, 1947; Maylands, 1948; Trinity Gardens, 1954-1960) - Qualifications: cc; AOCP 1589, 1935, SA - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: bootmaker (Kilkenny, SA, 1939-1943) ===''LUCKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Forsythe Arthur Luckman|Luckman, Charles Forsythe Arthur]] [https://www.familysearch.org/tree/person/details/GMF8-LS2] - 1901(NSW)-1979(NSW) - Licences: 2JT Receive Sydney (Croydon, 1922); 2JT Sydney (Croydon, 1923-1926; Lakemba, 1927-1933; Croydon, 1934; Ashfield, 1935-1938; Croydon, 1939, 1946-1975) - Qualifications: cc; AOCP 41, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: lift engineer (Lakemba, 1930-1933); electrician (Croydon, 1935-1943); electrical mechanic (Croydon, 1954-1972) * [[/Thomas Stuart Luckman|Luckman, Thomas Stuart "Stuart"]] [https://www.familysearch.org/tree/person/details/G64P-8CD] - 1913(Qld)-2005(Qld) - Licences: 4SL Brisbane (Kalinga, 1931-1939) - Qualifications: cc; AOCP 783, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, CMF, Signals Northern Command); occupation (hardware executive) - Electoral Rolls: salesman (Kalinga, 1936-1937); storeman (Hendra, 1943-1958); retired (Aspley, 1972-1977; Carseldine, 1980) ===''LUHRS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Albert Luhrs|Luhrs, Victor Albert]] [https://www.familysearch.org/tree/person/details/KZYN-VJJ] - 1888(Vic)-1964(SA) - Licences: V761 Receive Woori Yallock (1922); 3HB Receive Woori Yallock (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Torquon West, Nhill, 1909; Netherby, 1912-1914; Cavendish, 1916-1919; Woori Yallock, 1922-1924; Kalyan, SA, 1939); grazier (Tintinara, SA, 1941-1943) ===''LUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Douglas Lum|Lum, Allan Douglas]] [https://www.familysearch.org/tree/person/details/G92F-LX7] - 1913(SA)-1978(SA) - Licences: 5AL Adelaide (Joslin, 1932-1939; Hyde Park, 1947) - Qualifications: cc; AOCP 980, 1932, No. ?? in SA; 1COCP 427, 1940; TVOCP 263, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Gawler, SA, 1939-1941); mechanic (Hyde Park, SA, 1943) ===''LUMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd John Lumb|Lumb, Lloyd John "Jack"]] [https://www.familysearch.org/tree/person/details/G84C-LF2] - 1907(Qld)-1975(Qld) - Licences: 4LL Brisbane (Ashgrove, 1928-1939) - Qualifications: cc; AOCP 471, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; engineer (PMGD) - Electoral Rolls: telephone mechanic (Ashgrove, 1936-1937); postal electrician (Stanthorpe, 1943); technician (Ashgrove, 1949); engineer (Ashgrove, 1958-1972) ===''LUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Vincent Lunn|Lunn, Harold Vincent]] [https://www.familysearch.org/tree/person/details/GXGY-4X5] - 1908(NSW)-1987(NSW) - Licences: 5HL Adelaide (Morphettville, 1935-1939); 2ANE Sydney (North Ryde) - Qualifications: cc; AOCP 1449, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical fitter (Morphettville, SA, 1939-1943; Hurstville South, NSW, 1972); retired (North Ryde, NSW, 1977-1980) ===''LUXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilfred Luxon|Luxon, George Wilfred]] [https://www.familysearch.org/tree/person/details/M5YJ-XTL] - 1908(NSW)-1992(SA) - Licences: 5RX Adelaide (West Mitcham, 1928-1939, 1946-1965; Torrens Park, 1969-1980+) - Qualifications: cc; AOCP 450, 1928, No. ?? in SA - amateur operator; amateur broadcaster late 1920s; WW2; WIA SA (several official duties) - Electoral Rolls: radio mechanic (Mitcham, 1939-1943) ===''LYNCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harold John Lynch|Lynch, Harold John]] [https://www.familysearch.org/tree/person/details/LDTD-VXL] - 1905(Qld)-1995(Qld) - Licences: 4HL Brisbane (Fortitude Valley, 1934-1939, 1946-1956; Slacks Creek, 1960-1975); 4HL Springbrook (1980+) - Qualifications: cc; AOCP 1268, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); business proprietor (restaurants, picture theatres) - Electoral Rolls: cutter (Albion, Qld, 1928); shopkeeper (Valley, Qld, 1936-1943); cafe proprietor (Valley, Qld, 1949); shopkeeper (St Lucia, Qld, 1954; Slacks Creek, Qld, 1958-1968); owner (Slacks Creek, Qld, 1972-1977); retired (Springbrook, Qld, 1980) ===''LYONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Thomas Lyons|Lyons, Joseph Aloysius Thomas]] [https://www.familysearch.org/tree/person/details/LZGY-XKB] - 1879(Tas)-1939(NSW) - teacher, state politician, Premier of Tasmania, federal politician, Postmaster-General, Prime Minister of Australia, actively promoted development of broadcasting in Australia over two decades - Electoral Rolls: =='''M'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''MABBITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Matthew Mabbitt|Mabbitt, John Matthew]] [https://www.familysearch.org/tree/person/details/G8DV-FD5] - 1905(Vic)-1966(Vic) - Licences: 3KI Lake Boga (1930-1939); 3JG Lake Boga (1947-1948); 3JG Swan Hill (1954-1960); 3JG Melbourne (Templestowe, 1965) - Qualifications: AOCP 588, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: orchardist (Lake Boga, 1928-1949); supervisor (Swan Hill, 1954); public servant (Templestowe, 1963) ===''MACDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Donald Macdonald|Macdonald, Donald "Don"]] [https://www.familysearch.org/tree/person/details/GXQ7-WT8] - 1883(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; BOCP 45, 1936 - senior federal public servant (Chief Engineer, Radiotelegraph Branch, PMGD, 1914); Lieutenant-Commander Telegraphist (RAN, in charge captured German Pacific Wireless); chief engineer 7EX; supervised erection 3AR, 5CL, 7ZL; early TV research - Comment: Don't confuse with Don Macdonald AWA consultant - Electoral Rolls: Numerous contemporaneous DMcDs - Links: [http://messui.polygonal-moogle.com/valves/NW199505.pdf EA] * [[/Llewellyn Macdonald|Macdonald, Llewellyn "Lew"]] [https://www.familysearch.org/tree/person/details/G8HH-73F] - 1908(Eng)-1974(NSW) - Licences: 2WU Newcastle (West Maitland, 1929-1934; Wickham, 1935-1936; Waratah, 1937; Mayfield, 1938-1939, 1946-1961; Charlestown, 1965-1969) - Qualifications: AOCP 478, 1929, No. ?? in NSW; 2COCP 69, 1936; BOCP 50, 1936; 1COCP 125, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: cabinetmaker (West Maitland, 1930; Wickham, 1936); joiner (Waratah, 1937; Charlestown, 1972) ===''MACFARLANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred - see Harriss, Dorothy Winnifred ===''MACGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. MacGregor|MacGregor, H.]] - 19??(???)-19??(???) - 4ZU Brisbane (Windsor, -1947+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''MACKAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Stewart Mackay|Mackay, Cedric Stewart or Stuart]] [https://www.familysearch.org/tree/person/details/973G-3Q2] - 1889(Vic)-1955(NSW) - Licences: XADF Coffs Harbour (1913-1914); 2GP Urunga (1922-1931); 2GO Coffs Harbour (1935-1939) - Qualifications: cc; AOCP 149, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Urunga, 1930); agent (Coffs Harbour, 1943-1949) * [[/Ian Keith Mackay|Mackay, Ian Keith]] [https://www.familysearch.org/tree/person/details/G8JG-NHF] - 1907(NZ)-1985(NZ) - author, historian (broadcast, "Broadcasting in New Zealand" (1953), "Broadcasting in Australia" (1957), "Broadcasting in Nigeria" (1964), "Broadcasting in Papua New Guinea" (1976) - Electoral Rolls: broadcasting executive (Lane Cove, 1954); executive (Killara, 1958) * [[/Ronald Reay Mackay|Mackay, Ronald Reay]] [https://www.familysearch.org/tree/person/details/G8N2-Y6T] - 1905(Vic)-1963(Vic) - Licences: 3FZ Receive Melbourne (Carlton, 1922); 3MU Melbourne (Carlton, 1931-1939, 1946-1960) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, principal (RMIT) - Electoral Rolls: teacher (Carlton, 1931-1963) - [https://adb.anu.edu.au/biography/mackay-ronald-reay-10980 ADB] ===''MACKEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Francis Mackel|Mackel, John Francis]] [https://www.familysearch.org/tree/person/details/G8DJ-FP5] - 1912(NSW)-1987(NSW) - Licences: 2HG Sydney (Chatswood, 1930-1939, 1946-1947; Lane Cove, 1948-1965; Hunters Hill, 1969-1980) - Qualifications: AOCP 585, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Chatswood, 1935-1943); insurance inspector (Lane Cove, 1949-1954); insurance manager (Lane Cove, 1958-1963); manager (Hunters Hill, 1968-1980) ===''MACKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Harper Mackenzie|Mackenzie, Alexander Harper "Mac"]] [https://www.familysearch.org/tree/person/details/G7J3-MVZ] - 1892(Sct)-1970(Qld) - Licences: 4GK Brisbane (Wynnum, 1930-1939; Bulimba, 1946-1969) - Qualifications: cc; AOCP 628, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Fire Service) - Electoral Rolls: fireman (Brisbane City, 1916; Hamilton, 1919; Brisbane City, 1925); fire brigade officer (Wynnum, 1928-1936); newsagent (Bulimba, 1949); retired (Bulimba, 1954-1968) - Relationships: father of 4YL Florence Madeline Mackenzie and 4HJ Arthur Alexander Mackenzie * [[/Arthur Alexander Mackenzie|Mackenzie, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7J3-796] - 1918(Qld)-2001(Qld) - Licences: 4HJ Jericho (1937); 4HJ Brisbane (Wynnum, 1938-1939) - Qualifications: cc; AOCP 1346, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Townsville, 1949); newsagent (Grange, 1954-1963); public servant (Townsville, 1972; Cleveland, 1972; Thornlands, 1977, Cleveland, 1980) - Relationships: son of 4GK Alexander Harper Mackenzie; brother of 4YL Florence Madeline Streamer nee Mackenzie * [[/Florence Madeline Mackenzie|Streamer nee Mackenzie, Florence Madeline "Madeline"]] [https://www.familysearch.org/tree/person/details/G8FN-B8C] - 1922(Qld)-19??(Qld) - Licences: 4YL Brisbane (1936-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; third YL operator in Qld - Electoral Rolls: home duties (Mitchelton, 1949; New Farm, 1954) - Relationships: daughter of 4GK Alexander Harper Mackenzie; sister of 4HJ Arthur Alexander Mackenzie - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Harold Stuart Mackenzie|Mackenzie, Harold Stuart]] [https://www.familysearch.org/tree/person/details/L21R-VGN] - 1908(Qld)-1995(Qld) - Licences: 4AM Brisbane (Annerley, 1929-1933) - Qualifications: cc; AOCP 518, 1929, No. ?? in Qld; 2COCP 90, 1937; 1COCP 239, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Annerley, 1934-1937); company manager (Strathfield, NSW, 1943-1954); radio operator (Blackheath, 1958); unemployed (Burleigh Heads, 1963-1968); technician (Burleigh Heads, 1972-1980) ===''MACKINNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Eric Wilton MacKinnon|MacKinnon, Colin Eric Wilton]] [https://www.familysearch.org/tree/person/details/LK45-QRQ] - 1941(NSW)-2004(NSW) - Licences: 2KCM Sydney 1980s; 2DYM Sydney (1980-2004)- Qualifications: NAOCP N1793, 1981; AOLCP N1281, 1981; AOCP N1032, 1981, NSW - amateur operator; amateur broadcaster; historian (amateur radio; military radio; radar) - Electoral Rolls: engineer (Cronulla, 1968; Hurstville, 1977); retired (Glenhaven, 1980) - [https://www.qsl.net/vk2dym/radio/Colin_MacKinnon.htm Obit] ===''MACLARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Foster St Clair Maclardy|Maclardy, William John Foster St Clair "Will"]] - 1892(NSW)-1971(NSW) - 2HP Sydney (Neutral Bay & Cremorne,1922-1925), amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, broadcast engineer (2BL), journalist (Smith's Weekly, Wireless Weekly), correct surname is St Clair Maclardy but rarely used, son of William McIntyre St Clair Maclardy, one time Wireless Weekly proprietor ===''MACLAREN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Catto Maclaren|Maclaren, Donald Catto]] [https://www.familysearch.org/tree/person/details/G8N1-2R2] - 1909(NSW)-1964(NSW) - Licences: 2DM Sydney (Haberfield, 1930-1939); 2NN Narrabri (1947-1950) - Qualifications: AOCP 655, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Haberfield, 1933-1936; Taree, 1937; Narrabri, 1949) ===''MACLURCAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Dansie Maclurcan|Maclurcan, Charles Dansie]] [https://www.familysearch.org/tree/person/details/GWR7-LJ3] - 1889(Qld)-1957(NSW) - Licences: XDM Sydney (1909-1914); 2CM Sydney (Strathfield, 1921-1939; Neutral Bay, 1946-1957); 2CY Sydney (Strathfield, 1923, briefly by administrative error); first licence issued under new 1922 radio regulations - Qualifications: cc; AOCP 98, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; business proprietor (Maclurcan and Lane, 1909-19??, Maclurcan Engineering, Hotel Wentworth) - Electoral Rolls: electrical engineer (Darling Harbour, 1913); engineer (Strathfield, 1930-1934); hotel manager (Neutral Bay, 1949-1954) - Links: [https://adb.anu.edu.au/biography/maclurcan-hannah-13070 ADB] [[w:2CM|Wikipedia]] [https://radioinfo.com.au/news/who-was-radio-pioneer-charles-maclurcan/ radioinfo] ===''MACM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Chestnut McMillan|McMillan, Joseph Chestnut]] [https://www.familysearch.org/tree/person/details/GDRK-8TG] - 1901(Sct)-1968(Vic) - Licences: 7BP Receive Hobart (City, 1923); 7BP Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart East, 1928) ===''MACPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Duncan Macpherson|Macpherson, Alexander Duncan "Sandy"]] [https://www.familysearch.org/tree/person/details/29CF-Z3F] - 1899(Qld)-1974(Qld) - Licences: 4MC Brisbane (Nundah, 1934-1939, 1946-1948; Oakleigh, 1954; Chermside, 1955-1969) - Qualifications: cc; AOCP 1271, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Toombul RC); Qld Lands (draughtsman) - Comment: Slow update for death in Electoral Rolls? - Electoral Rolls: draftsman (Nundah, Qld, 1921-1949; Oakleigh, Qld, 1954; Chermside, Qld, 1958-1968); retired (Chermside, Qld, 1972-1980) ===''MADDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney John Madden|Madden, Sydney John]] [https://www.familysearch.org/tree/person/details/GX16-WGL] - 1900(Sct)-1955(WA) - Licences: 6MN Perth (City, 1930; North Perth, 1931; Maylands, 1933-1937; Wembley, 1938-1939) - Qualifications: cc; 2COCP 264, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Maylands, WA, 1931-1937; Wembley Park, WA, 1937-1943); supervisor (Wembley, WA, 1954) ===''MADDICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Maddick|Maddick, Herbert William]] [https://www.familysearch.org/tree/person/details/GHLB-J2P] - 1890(Vic)-1960(Vic) - Licences: XLX Melbourne (Elsternwick, 1913-1914); 3EF Receive Melbourne (Elwood, 1922-1923); 3EF Melbourne (Elwood, 1924-1933+) - Qualifications: cc; AOCP 161, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; perpetrator of the foul mouthed parrot incident - Electoral Rolls: motor mechanic (Elsternwick, 1917); mechanic (Elsternwick, 1919-1954) ===''MAGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin William Michael Magee|Magee, Kevin William Michael]] [https://www.familysearch.org/tree/person/details/GXRX-51Z] - 1913(Vic)-1979(Vanuatu) - Licences: 5KM Adelaide (City, 1931-1933); 2UN Sydney (Paddington, 1936); 3UN Melbourne (Hawthorn, 1937); 3KM Melbourne (Kew, 1947-1960; North Balwyn, 1965-1969) - Qualifications: cc; AOCP 874, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: staff cadet (Victoria Barracks, NSW, 1936); military officer (Hawthorn, Vic, 1937; Kew, Vic, 1943); engineer (Kew, Vic, 1949-1954); company director (Kew, Vic, 1963); director (Balwyn, Vic, 1967-1972) ===''MAGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lindsay Maguire|Maguire, Arthur Lindsay]] [https://www.familysearch.org/tree/person/details/G8SN-BKC] - 1921(Vic)-1998(Vic) - Licences: 3IO Stratford (1938-1939; 1947-1960) - Qualifications: AOCP 2216, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Stratford, 1949-1977); grazier (Munro, 1980) * [[/Ernest Norbert Maguire|Maguire, Ernest Norbert]] [https://www.familysearch.org/tree/person/details/LR4X-F61] - 1892(NSW)-1967(NSW) - Licences: 2KL Sydney (Lewisham, 1928-1930; Dulwich Hill, 1931-1939) - Qualifications: AOCP 387, 1928, No. ?? in NSW; 2COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: police constable (Lewisham, 1930-1932); sergeant of police (Putney, 1943; Gladesville, 1949-1958); retired (Lake Illawarra South, 1963) * [[/Sydney William Maguire|Maguire, Sydney William]] [https://www.familysearch.org/tree/person/details/KNDF-L85] - 1903(WA)-1958(NSW) - Licences: 2XY Sydney (Rose Bay, 1930-1934; Paddington, 1935-1936; North Bondi, 1937-1939) - Qualifications: CPRTelephony 933, 1926; AOLCP 74, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Rose Bay, 1930-1934; Glenmore, 1935); engineer (Bondi, 1936-1937); radio engineer (Maroubra North, 1943); inspector (Maroubra North, 1949; Kingsford, 1954-1958) ===''MAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Hugh Mahon|Mahon, Hugh]] - 1857(Ire)-1931(Vic) - senior federal politician (MHR 1900s & 1910s; Postmaster-General 1904) ===''MALCOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Graham Malcolm|Malcolm, Keith Graham]] [https://www.familysearch.org/tree/person/details/GD8F-K5W] - 1949(Eng)-2011(NSW) - Licences: 3ZYK Melbourne (North Clayton, 1969; Mulgrave, 1975; Berwick, 1980); 1???; 2??? - Qualifications: AOLCP 2407, 1967 - broadcast planning engineer (PMGD, ABCB, P&TD, DoC); Communications Laboratory DoC (Director) - Electoral Rolls: engineer (Clayton, Vic, 1972; Mulgrave, 1977; Berwick, 1980) ===''MALONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Joseph Malone|Malone, James Joseph "Jim"]] [https://www.familysearch.org/tree/person/details/GWL8-8DP] - 1883(NSW)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 240, 1916 - employment (NSW P&T, Telegraph Messenger; PMGD, Cadet Engineer, Controller Wireless; OTC, Manager); WW1 - Electoral Rolls: engineer (Clayfield, Qld, 1917-1925; Kew, Vic, 1926-1928); chief inspector wireless (Kew, Vic, 1931-1937); Deputy Director, Posts and Telegraphs (Indooroopilly, 1943); public servant (Lindfield, NSW, 1949-1963) - Links: [[w:James Joseph Malone|Wikipedia]]; [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_05_30#P.109_-_Commonwealth_Controller_of_Wireless|Bio]] ===''MALPAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth John Malpas|Malpas, Kenneth John "Ken"]] [https://www.familysearch.org/tree/person/details/MGC2-BNN] - 1909(SA)-1929(SA) - Licences: 5XG Kadina (1927-1928) - Qualifications: cc; AOCP 313, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Passed too soon - Electoral Rolls: Nil ===''MANGNALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hartley Mangnall|Mangnall, Robert Hartley Jnr]] [https://www.familysearch.org/tree/person/details/G8MD-3L2] - 1903(Vic)-1963(Vic) - Licences: 3?? Melbourne (Carlton, 1927); 3HB Melbourne (Highett, 1947-1960) - Qualifications: AOCP 350, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (Carlton, 1936); engineer (Sandringham, 1942-1963) ===''MANIFOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Charles Manifold|Manifold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/LXMR-BFZ] - 1908(Vic)-1993(Vic) - Licences: 3EM Melbourne (Malvern, 1930-1933; McKinnon, 1937-1939, 1946-1980+) - Qualifications: AOCP 647, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: plumber (Malvern, 1931-1934; Bentleigh, 1936-1980) ===''MANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Mann|Mann, John Edward "Jack"]] [https://www.familysearch.org/tree/person/details/G3JY-STV] - 1912(SA)-1941(off Libyan coast) - Licences: 5EM Semaphore (1934-1938); 3IE Westmere (1938); 3IE Ballarat (1939) - Qualifications: cc; AOCP 1304, 1934, SA - amateur operator; amateur broadcaster; military (WW2, RAN, telegraphist) - Relationships: Son of Thomas William Mann - Electoral Rolls: Nil yet identified - Links: [https://www.awm.gov.au/collection/R1675471 AWM]; [https://www.awm.gov.au/collection/P10278775 AWM] - Sacrifice: "Greater love hath no man than this" * [[/Sydney George Mann|Mann, Sydney George]] [https://www.familysearch.org/tree/person/details/G8DP-V1C] - 1908(Eng)-1977(Eng) - Licences: 3KY Melbourne (Glenhuntly, 1930-1931; Hampton, 1937-1939, 1946-1954; East Brighton, 1955-1960) - Qualifications: AOCP 594, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Sergeant) - Electoral Rolls: traveller (Glenhuntly, 1931); mechanic (Sandringham, 1936-1937); shopkeeper (Woodend, 1942); mechanic (Hampton, 1949-1954); sales (Carnegie, 1963); salesman (St Kilda, 1967) * [[/Thomas William Mann|Mann, Thomas William]] [https://www.familysearch.org/tree/person/details/GZLZ-2S3] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923) - Qualifications: Nil yet identified - amateur receiver - Relationships: Father of 5EM-3IE John Edward Mann- Electoral Rolls: Nil yet identified ===''MANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol John Roland Manning|Manning, Athol John Roland]] [https://www.familysearch.org/tree/person/details/G69L-G2L] - 1916(Tas)-2005(Tas) - Licences: 7LR Devonport (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1367, 1934, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Devonport, 1949-1954) * [[/Clifton Joseph Manning|Manning, Clifton Joseph]] [https://www.familysearch.org/tree/person/details/G893-WW6] - 1909(Vic)-1994(Vic) - Licences: 3CJ Melbourne (Ringwood, 1927; Elwood, 1931-1937; Eltham, 1938-1939; Balwyn, 1946-1947; Templestowe, 1948; Beaumaris, 1954-1960); 3CJ Orbost (1965); 3CJ Marlo (1969-1975) - Qualifications: AOCP 338, 1927, No. ?? in Vic; 1COCP 877, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (St Kilda, 1931-1936; Canterbury, 1943; Templestowe, 1949; Sandringham, 1954-1963); farmer (Orbost, 1967-1968); retired (Marlo, 1972-1977; Lang Lang, 1980) ===''MANSFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Mansfield|Mansfield, H. D.]] - 19??(???)-19??(???) - Licences: XZQ Burnie (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''MANTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Thomas Mantle|Mantle, Joseph Patrick Thomas]] [https://www.familysearch.org/tree/person/details/GX84-DP9] - 1913(Qld)-1976(Fiji) - Licences: 4XF Brisbane (Ascot, 1933-1939); 4XF Townsville (Hermit Park, 1947-1948); 4XF Brisbane (Brisbane City, Qld, 1954-1960); 3AEN Bendigo (1969-1980) - Qualifications: cc; AOCP 1146, 1933, Qld; 2COCP 1083, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: projectionist (Ascot, Qld, 1936); engineer (Ashgrove, Qld, 1943); sound engineer (Townsville, Qld, 1949); business manager (New Farm, Qld, 1954); manager (St Lucia, Qld, 1958); sales manager (Warwick, Qld, 1963); no occupation (Townsville, Qld, 1963); sales executive (Petersham, NSW, 1972) ===''MANUEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Thomas Manuel|Manuel, Robert Thomas]] [https://www.familysearch.org/tree/person/details/KF5S-3R5] - 1910(SA)-2003(SA) - Licences: 5RT Adelaide (Prospect, 1932-1939, 1947-1960; Beefacres, 1965; Windsor Gardens, 1969-1980+) - Qualifications: cc; AOCP 1052, 1932, SA; BOCP 1310, 1953; 2COCP 1279, 1953; 1COCP 1688, 1953 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''MARCONI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guglielmo Giovanni Maria Marconi|Marconi, Guglielmo Giovanni Maria]] - 1874(Italy)-1937(Italy) - Inventor, electrical engineer, entrepreneur, businessman; pioneer of long distance radio transmission, widely credited as the inventor of radio; shared 1909 Nobel prize for physics for contributions to the development of wireless telegraphy ===''MARCUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eugen Gerald Marcuse|Marcuse, Eugen Gerald "Gerald"]] [https://www.familysearch.org/tree/person/details/9C3M-X1G] - 1886(Eng)-1961(Eng) - Licences: G2NM England - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer ===''MARKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Sydney Marks|Marks, Joseph Sydney or Sydney Joseph]] [https://www.familysearch.org/tree/person/details/GQG4-X1G] - 1885(NSW)-1949(NSW) - Licences: 2GR Receive Sydney (Rose Bay, 1922); 2GR Sydney (Rose Bay, 1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio trader (Electricity House, Marks' Radio Company); electrician; police officer; sued by 2BL for non-payment of fees in 1924 - Electoral Rolls: electrician (Rose Bay, 1930-1949) ===''MARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric William Marley|Marley, Cedric William]] [https://www.familysearch.org/tree/person/details/LVF2-DJ4] - 1918(Qld)-1984(Qld) - Licences: 4CJ Brisbane (Highgate Hill, 1938-1939; Graceville, 1947; Kalinga, 1948); 4CJ Rockhampton (1954-1956); 4CJ South Mackay (1960); 9CJ Port Moresby (1965); Brisbane (Mt Gravatt, 1969-1980) - Qualifications: cc; AOCP 2079, 1938, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); broadcast technician (PMG, ABC); WW2 (RAN, telegraphist); federal public servant (PMG, ABC) - Electoral Rolls: technician (Kalinga, Qld, 1949; Rockhampton, Qld, 1954); broadcast technician (Mackay, Qld, 1958; Bucasia, Mackay, Qld, 1958; Mt Gravatt, Qld, 1963-1980) ===''MARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Clanan Marr|Marr, Charles William Clanan]] [https://www.familysearch.org/tree/person/details/9M8V-QQM] - 1880(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; WW1 - Electoral Rolls: MHR (Forrest, 1929); director (Crows Nest, NSW, 1933); company director (Wollstonecraft, 1933-1935); director (Crows Nest, 1935); company director (Pymble, 1937-1943; Killara, 1943-1949; Pymble, 1954-1958) ===''MARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Burton Mars|Mars, Ernest Burton]] [https://www.familysearch.org/tree/person/details/G8VJ-GWR] - 1907(SA)-1987(Qld) - Licences: Receive Adelaide (North Unley, 1923-1924); 4EM Charleville (1930-1933); 2EM Dubbo (1934-1936); 4EM Charleville (1937-1939, 1946-1947); 2GE Moree (1948); 4EM Emerald (1954-1955); 4EM Charleville (1956); 4EM Longreach (1960); 4EM Currumbin (1965-1969) - Qualifications: cc; AOCP 686, 1930, No. ?? in Qld; BOCP 23, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Dubbo, 1935); bank official (Charleville, 1937-1943; Wagga Wagga, 1949); bank clerk (Moree, 1949); bank manager (Commonwealth Bank Emerald, 1954; Commonwealth Bank, Charleville, 1958; Longreach, 1963); retired (Currumbin, 1968; Palm Beach, Qld, 1977-1980) - established 4VL Charleville commercial ===''MARSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Marsden|Marsden, Robert Cecil "Cecil"]] [https://www.familysearch.org/tree/person/details/G92N-W62] - 1892(Eng)-1968(NSW) - Licences: unlicensed?, Sydney, 1909; 2JM Receive Sydney (Edgecliffe, 1922); 2JM Sydney (Edgecliffe, 1923-1925; Bellevue Hill, 1925-1926; Edgecliff, 1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW, local NSW clubs) - Relationships: Father of 2VV-2FV Robert Morris Marsden - Electoral Rolls: engineer (Woolahra, 1930; Epping, 1930-1958); manager (Castlecrag, 1958-1968) * [[/Robert Morris Marsden|Marsden, Robert Morris]] [https://www.familysearch.org/tree/person/details/GWX1-VPG] - 1916(NSW)-1988(NSW) - Licences: 2VV Sydney (Kingsford, 1958-1969); 2FV Tuross Heads (1965-1980+) - Qualifications: AOLCP 226, 1956; AOCP 3627, 1957, NSW - amateur operator; WW2 (RAAF) - Relationships: Son of 2JM Robert Cecil Marsden - Electoral Rolls: taxi proprietor (Bondi Beach, 1949; Kingsford, 1958-1972); retired (Tuross Heads, 1972-1980) ===''MARSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Westport Marsh|Marsh, Sydney or Sidney Westport]] [https://www.familysearch.org/tree/person/details/LFLN-PKM] - 1889(NSW)-1946(NSW) - Licences: 2ZK West Wallsend (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Ladysmith, 1913); fitter (West Wallsend, 1930-1937) ===''MARSHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archie Francis Marshall|Marshall, Archie Francis "Arch"]] [https://www.familysearch.org/tree/person/details/G37M-W83] - 1907(Qld)-1982(Qld) - Licences: 4AF Clifton (1928-1939, 1946-1980+) - Qualifications: cc; AOCP 438, 1928, No. 48 in Qld - amateur operator; amateur broadcaster; business proprietor (blacksmith, fitter/turner) - Electoral Rolls: blacksmith (Clifton, 1930-1980) * [[/Herbert Anthony Marshall|Marshall, Herbert Anthony]] [https://www.familysearch.org/tree/person/details/9JJR-P3P] - 1888(India)-1948(NSW) - Licences: unlicensed?, Port Pirie, 1910; 2HM Armidale (1924-1926); 2HM Sydney (Bondi, 1927-1939, 1946-1948) - Qualifications: AOCP 115, 1925, No. ?? in NSW; AOLCP 48, 1931 - Comment: proud of his initials "H.A.M.", early wireless experimenter; amateur operator; amateur broadcaster; electrical engineer - Relationships: his daughter Denise Chalmers Marshall frequently on air over 2HM - TroveTag: "2HM - Herbert Anthony Marshall" - Electoral Rolls: electrical engineer (Bondi, 1930-1931); engineer (Bondi, 1934-1943) * [[/Mary Austine Marshall|Henry nee Marshall, Mary Austine]] [https://www.familysearch.org/tree/person/details/G8X2-GR6] - 1913(Vic)-1994(Vic) - Licences: 3YL Melbourne (Murrumbeena, 1930-1939, 1946-1956; East Malvern, 1960-1975) - Qualifications: AOCP 619, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: home duties (Oakleigh, 1936-1937); no occupation (Oakleigh, 1942-1954); home duties (Oakleigh, 1958-1980) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Vaughan Edward Marshall|Marshall, Vaughan Edward]] [https://www.familysearch.org/tree/person/details/G86T-KNY] - 1911(Vic)-1994(Vic) - Licences: 3UK Melbourne (Hawthorn, 1930-1933; Kew, 1937-1939, 1946-1969; Mt Eliza, 1975-1980+) - Qualifications: AOCP 603, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: sales (Kew, 1936); tea specialist (Kew, 1937-1968); retired (Mt Eliza, 1977-1980) ===''MARSLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Bruce Marsland|Marsland, Benjamin Bruce]] [https://www.familysearch.org/tree/person/details/GX6Y-X47] - 1906(Qld)-1941(NSW) - Licences: 4DX Brisbane (Indooroopilly, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Rockhampton, Qld, 1928); teller (Normanton, Qld, 1930); bank clerk (Rockhampton, Qld, 1931; Malanda, Qld, 1932); no occupation (Annerley, Qld, 1943) ===''MARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Thomas Marston|Marston, James Thomas "Jim"]] [https://www.familysearch.org/tree/person/details/LKDX-19C] - 1920(Qld)-1974(Qld) - Licences: 4JA Brisbane (Belmont, 1948; Morningside, 1954); 4JA Toowoomba (1955-1956); 4JA Brisbane (Boondall, 1960-1969) - Qualifications: cc; AOCP 2655, 1948, Qld - amateur operator - Electoral Rolls: sheet metal worker (Buranda, Qld, 1943); engineer (Toowoomba South, Qld, 1958); technician (Boondall, Qld, 1963-1972) * [[/W. L. Marston|Marston, W. L.]] - 19??(???)-19??(???) - Licences: 4RY Brisbane (Clayfield, 1937) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MARTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Martin|Martin, James Frederick]] - 1909(Vic)-1976(Vic) - Licences: 3MJ Melbourne (North Fitzroy, 1927-1933); 3JM Melbourne (North Fitzroy, 1937-1939) - Qualifications: AOCP 340, 1927, No. ?? in Vic - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Clifton Hill, 1936); traveller (North Fitzroy, 1949; Heidelberg, 1954-1963); sales director (Doncaster, 1967); sales (Noble Park, 1972) * [[/John Michael Martin|Martin, John Michael]] [https://www.familysearch.org/tree/person/details/GX79-GWZ] - 1886(Irl)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 146, 1915; 1COCP 58, 1935 - RANRS (commissioned telegraphist, 1917); WW1 - Comment: several contemporaneous JMMs - Electoral Rolls: Ancestry 299 hits too be sifted * [[/John Robert Martin|Martin, John Robert]] [https://www.familysearch.org/tree/person/details/GWFG-HMM] - 1919(Qld)-2011(Qld) - Licences: 4MX Cunnamulla (1937-1939); 4MX Toowoomba (1946-1954); 4MX Brisbane (Gaythorne, 1955-1960); 4MX Julia Creek (1965-1969); 4MX Finch Hatton (1975); 4MX Brisbane (Gaythorne, 1980+) - Qualifications: cc; AOCP 1933, 1937, Qld; BOCP 147, 1938 - amateur operator; amateur broadcaster; military (WW2, RAAF); business proprietor (radio service); Presbyterian minister - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1949-1954); radio technician (Gaythorne, Qld, 1958; Kingaroy, Qld, 1963); missionary (Blackall, Qld, 1972; Gaythorne, Qld, 1972); minister of religion (Enoggera, Qld, 1977-1980) * [[/Malcolm Martin|Martin, Malcolm]] [https://www.familysearch.org/tree/person/details/GX8D-PG7] - 1903(UK)-1987(Qld) - Licences: 4KY Ipswich (1933-1939); 4KY Brisbane (Sandgate, 1946-1980+) - Qualifications: cc; AOCP 1110, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); employment (Qld Railways) - Electoral Rolls: carriage trimmer (Woodend, Qld, 1925-1937; Sandgate, Qld, 1943-1980) * [[/Silas Martin|Martin, Silas]] [https://www.familysearch.org/tree/person/details/GXMT-6WS] - 1874(NSW)-1945(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Electoral Rolls: engineer (Perth, 1903-1906; East Perth, 1912-1914); mechanic (Rockhampton, 1917-1921); radio mechanic (Cooktown, 1925; Beam Wireless Station, Ballan, 1928-1943); mechanic (Marrickville, NSW, 1943) * [[/Walter J. Martin|Martin, Walter J.]] - 1893(Vic)-19??(???) - commercial operator (1COCP 1, 1914, No. 1 in Aus and Vic, Marconi & Telefunken) - coastal station operator? * [[/William Anthony Martin|Martin, William Anthony]] [https://www.familysearch.org/tree/person/details/G8HB-KPZ] - 1911(Tas)-19??(???) - Licences: 7WM Hobart (West Hobart, 1929-1931); 7WM Gawler (1933) - Qualifications: cc; AOCP 497, 1929, No. ?? in Tas; AOLCP 70, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: several contemporaneous William Anthony Martin's ===''MASHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Wilfred Mashman|Mashman, Lionel Wilfred]] [https://www.familysearch.org/tree/person/details/GZ6K-7WG] - 1907(NSW)-1968(NSW) - 2OB Receive Sydney (Bexley, 1923-1924), 2OB Sydney (Bexley, 1925-1965), amateur operator (AOCP 84, 1925, No. ?? in NSW), amateur broadcaster ===''MASTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Harold Masters|Masters, Alfred Harold "Harold"]] [https://www.familysearch.org/tree/person/details/99GB-CPY] - 1875(Vic)-1951(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed); vice president WIA Launceston 1920s; later prominent architect - Relationships: brother of 7MM William Edward Masters - Electoral Rolls: architect (Launceston, 1928-1949) * [[/Brian Jermyn Masters|Masters, Brian Jermyn "Jermyn"]] - 1891(Vic)-1950(NZ) - 3LM Receive Melbourne (Armadale, 1923), 3LM Melbourne (Armadale, 1924-1925), amateur operator (pre-AOCP; no record found of AOCP; AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, operated his station both individually and on behalf WIA Malvern * [[/William Edward Masters|Masters, William Edward]] [https://www.familysearch.org/tree/person/details/99GB-CPW] - 1873(Vic)-1952(Tas) - Licences: 7MM Hobart (Bellerive 1932-1939) - Qualifications: cc; AOCP 1066, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; solicitor - Relationships: brother of Alfred Harold "Harold" Masters - Electoral Rolls: solicitor (Bellerive, 1914-1949) - Links: [http://nla.gov.au/nla.news-article27111852 Obituary] ===''MATCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Kenneth Lyle Matchett|Matchett, John Kenneth Lyle "Ken"]] [https://www.familysearch.org/tree/person/details/GS1L-SCZ] - 1921(Vic)-2008(Vic) - Licences: 3TL Melbourne (Box Hill, 1960; Templestowe, 1965-1980+) - Qualifications: AOCP 3700, 1958, Vic - amateur operator, WW2, member Old Timer's Club - Electoral Rolls: student (St Kilda, 1949); teacher (Bayswater, 1954); lecturer (Templestowe, 1963-1980) - curator of the WIA QSL card collection for many years; personally acquired a large collection of Australian amateur QSL cards which were donated to the WIA collection on his passing, many thousands of QSLs provided by Wolf Harranth of Dokufunk on an exchange basis ===''MATHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Stewart Mather|Mather, Alexander Stewart "Alex"]] [https://www.familysearch.org/tree/person/details/GHTL-WWC] - 1909(NSW)-1970(NSW) - Licences: 2JZ Singleton (1929-1969) - Qualifications: AOCP 479, 1929, No. ?? in NSW; AOLCP 89, 1932; TVOCP 273, 1960 - amateur operator, amateur broadcaster - Electoral Rolls: cordial manufacturer (Singleton, 1930-1968) ===''MATHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campion Mathews|Mathews, John Campion]] [https://www.familysearch.org/tree/person/details/G8V1-46V] - 1912(Vic)-19??(???) - Licences: 3SY Geelong (Newtown, 1930-1939, 1946-1980+); 3JM Portable Geelong (Newtown, 1947) - Qualifications: AOCP 709, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Newtown, 1934-1968); operator (Newtown, 1972-1980) * [[/John Mathews|Mathews, John]] [https://www.familysearch.org/tree/person/details/G82Z-KX2] - 1914(Qld)-1976(NSW) - Licences: 4EE Rockhampton (1935-1939) - Qualifications: cc; AOCP 1414, 1935, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous JMs - Electoral Rolls: Nil yet identified ===''MATTHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Thomas Matthews|Matthews, Fred or Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GZVC-22K] - 1904(Qld)-1992(Qld) - Licences: 4FK Brisbane (New Farm, 1923-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); business proprietor (Matthews Fire Alarm Co) - Awards: OBE - Electoral Rolls: electrical engineer (Merthyr, 1925-1958); engineer (New Farm, 1963-1980) * [[/John Leigh Inglis Matthews|Matthews, John Leigh Inglis]] [https://www.familysearch.org/tree/person/details/GDKN-159] - 19??(???)-19??(???) - Licences: XJD Melbourne (Richmond, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: confectioner (Richmond, 1913-1919) * [[/Kenneth Morgan Matthews|Matthews, Kenneth Morgan]] [https://www.familysearch.org/tree/person/details/GXPM-R2W] - 1911(SA)-2009(SA)98yo - Licences: 5GN Adelaide (Malvern, 1936-1939) - Qualifications: cc; AOCP 1732, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Malvern, SA, 1939); mechanic (Crystal Brook, SA, 1941-1943) - Links: [https://vwma.org.au/explore/people/551921 VWMA] * [[/Vincent John Matthews|Matthews, Vincent John]] [https://www.familysearch.org/tree/person/details/GFW4-NM1] - 1888(Vic)-1965(Vic) - Licences: 6AQ Perth (Bayswater, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; Stott's College (Principal, early 1920s) - Electoral Rolls: business college master (West Gildford, WA, 1910); manager (Guildford, WA, 1912; Bayswater, WA, 1916-1925); business manager (Canterbury, Vic, 1925-1928); director (Canterbury, Vic, 1931-1963) * [[/Walter John Penrose Matthews|Matthews, Walter John Penrose]] [https://www.familysearch.org/tree/person/details/L5TS-HZN] - 1880(SA)-1964(SA) - Licences: 5BS Receive Murray Bridge (1922); Receive Murray Bridge (1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: lifter SA Railways (Tailem Bend, SA, 1939-1943) ===''MAUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Mauger|Mauger, Samuel "Sam"]] - 1857(Vic)-1936(Vic) - state politician, senior federal politician (Postmaster-General 1908) ===''MAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Maughan|Maughan, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/GZQ4-BJW] - 1903(WA)-1962(Vic) - Licences: 3HH Receive Melbourne (Malvern, 1922); 3HH Melbourne (Malvern, 1923-1960) - Qualifications: cc; AOCP 14, 1924, No. ?? in Vic; AOLCP 82, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: student (Malvern East, 1925-1954) ===''MAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Douglas Mawson|Mawson, Douglas]] [https://www.familysearch.org/tree/person/details/LC3H-42N] - 1882(Eng)-1958(SA) - Licences: Nil - Qualifications: Nil yet identified - Head Australasian Antarctic Expedition (1911-1914) - Electoral Rolls: [[w:Douglas Mawson|Wikipedia]] [https://adb.anu.edu.au/biography/mawson-sir-douglas-7531 ADB] * [[/Ernest Richard Mawson|Mawson, Ernest Richard]] [https://www.familysearch.org/tree/person/details/2W9T-NJN] - 1861(NSW)-1943(NSW) - Licences: 2DH Sydney (Campsie, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Parramatta, 1903); no occupation (Dee Why, 1930-1933; Harbord, 1934-1936; Manly, 1937-1943) ===''MAXWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alston Maxwell|Maxwell, Ronald Alston]] - 1908(NSW)-1950(NSW) - Licences: 2KS Sydney (Hurstville, 1930-1933) - Qualifications: AOCP 656, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: metal worker (Randwick, 1933; Liverpool, 1934-1935; Croydon, 1936-1937); clerk (Caringbah, 1949) ===''MAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank May|May, Frank]] [https://www.familysearch.org/tree/person/details/G88S-CXP] - 1878(Eng)-19??(???) - Licences: 6FM Dwellingup (1929-1931); 6FM Gnowangerup (1933); 6FM Esperance (1937-1939) - Qualifications: cc; CPRT 139, 1915; AOCP 560, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: stationmaster (Gnowangerup, 1931; Esperance, 1936-1937; Armadale, 1943; Collie, 1949) ===''MAYGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neil Hubert Mayger|Mayger, Neil Hubert]] [https://www.familysearch.org/tree/person/details/K2F7-J2D] - 1890(Vic)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: salesman (Darlinghurst, NSW, 1930); sales (Darlinghurst, 1937); salesman (East Sydney, 1937); Sales (Darlinghurst, 1943) ===''MCATEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McAteer|McAteer, Brother Joseph]] [https://www.familysearch.org/tree/person/details/GDKT-JWB] - 1881(NZ)-1931(NSW) - Licences: Receive Sacred Heart College Glenelg (1923); 5AQ Sacred Heart College Glenelg (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCAULEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Money McAuley|McAuley, William John Money "Bill"]] [https://www.familysearch.org/tree/person/details/LRKH-Z5Y] - 1909(Vic)-1987(Vic) - Licences: 3WM Melbourne (Brunswick, 1925-1931) - Qualifications: AOCP 221, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: jackaroo (Nyngan, 1930); grazier (Womboota, 1937-1943) ===''MCBRIDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander James McBride|McBride, Alexander James]] - 1914(Qld)-1993(Qld) - 4BR Brisbane (Wilston, 1939, 1947-1969), amateur operator (AOCP 2320, 1939, No. ?? in Qld), business (radio repair) ===''MCCABE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Bernard McCabe|McCabe, William Bernard]] [https://www.familysearch.org/tree/person/details/MZ1C-FN2] - 1864(Irl)-1938(WA) - Licences: 7AQ Clarence Point (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: gardener (St Kilda, Vic, 1912; Balaclava, 1913-1914; Elsternwick, 1915-1921; Caulfield, 1924); orchardist (Clarence Point, 1922-1928); civil engineer (Nedlands, WA, 1937) ===''MCCALMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Colin McCalman|McCalman, Maxwell Colin]] [https://www.familysearch.org/tree/person/details/GZN8-V77] - 1910(Vic)-1966(Vic) - 3KX Melbourne (Canterbury, 1925-1927), amateur operator (AOCP 142, 1925, No. ?? in Vic), amateur broadcaster, musician (1934), engineer (1943-1963) ===''MCCANDLISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack McCandlish|McCandlish, Jack]] [https://www.familysearch.org/tree/person/details/GZ2B-TJC] - 1915(Eng)-1943(Ins) - Licences: 3HN Sea Lake (1935-1939) - Qualifications: AOCP 1468, 1935, No. ?? in Vic - amateur operator, WW2 (Army, M Special Unit, Sergeant, Commando, 1943) - Electoral Rolls: farm hand (Sea Lake, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1685215] ===''MCCARTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Keith McCarthy|McCarthy, John Keith "Keith / Macca"]] - 19??(???)-1998(Qld) - 3FX Melbourne (Ascot Vale, 1932-1933), 2IM Sydney (Lane Cove, 1934), 2VM Sydney (Lane Cove, 1935), 3FX Melbourne (Hampton, 1937; Ascot Vale, 1938-1939; City, 1946-1947; Templestowe, 1954-1956), 9AR On board yacht Pandemonium (1969), P29AR/MM On board yacht Pandemonium (1975), 4DU Beenleigh (1980), 4PY Surfers Paradise (1980), amateur operator (AOCP 1036, 1932, No. ?? in Vic), amateur broadcaster, state public servant (Vic Railways, telegraphist), military (RAAF, DFC, AFM, AE) ===''MCCULLAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Austral McCullagh|McCullagh, Alexander Austral]] [https://www.familysearch.org/tree/person/details/GXNN-V7Y] - 1897(Qld)-1981(NSW) - Licences: Receive (Home Hill, 1923); 2RR Sydney (Balgowlah, 1965-1969); 9NI Norfolk Island (1975) - Qualifications: cc; 3COCP 2977, 1959; AOLCP 754, 1959; AOCP 4229, 1964, Qld - amateur receiver; amateur operator; WW1 - Electoral Rolls: soldier (Sandgate, Qld, 1919); chemist (Inkerman Mill, Qld, 1922); engineer (Bondi North, NSW, 1930; Abbotsford, NSW, 1932-1933; Edgecliff, NSW, 1933; Burwood, NSW, 1934-1936); manager (Balgowlah, NSW, 1949-1963); retired (Green Point, NSW, 1977-1980) ===''MCCULLOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Robert McCulloch|McCulloch, George Robert]] - 1907(Vic)-1969(Vic) - 3XM Receive Ballarat (1923-1924), 3GM Ballarat (1925-1939, 1946-1965+), amateur operator (AOCP 198, 1925, No. ?? in Vic), amateur broadcaster, radio engineer (Ballarat, 1931-1968) ===''MCDERMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Westall McDermott|McDermott, James Westall "Jim"]] [https://www.familysearch.org/tree/person/details/G37P-PY2] - 1913(Qld)-2010(Qld) - Licences: 4JM Brisbane (1930) & Nambour (1931-1939) - Qualifications: cc; AOCP 711, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4RM Robert Ernest McDermott; son of 4WP Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, Qld, 1936-1949); radio engineer (Nambour, Qld, 1954-1980) * [[/Robert Ernest McDermott|McDermott, Robert Ernest "Bob"]] [https://www.familysearch.org/tree/person/details/GXW8-QJ5] - 1917(Qld)-2006(Qld) - Licences: 4RM Nambour (1938-1939); 4RM Brisbane (Ekibin, 1946-1980+) - Qualifications: AOCP 2223, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); military (WW2, AIF); business proprietor (radio/TV retail, Ekibin) - Relationships: brother of James Westall McDermott; son of Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, 1943; Ekibin, 1949-1968); TV engineer (Tewantin, Qld, 1972-1980) * [[/Westall Samuel McDermott|McDermott, Westall Samuel]] [https://www.familysearch.org/tree/person/details/G37P-2SQ] - 1889(Qld)-1963(Qld) - Licences: 4WP Nambour (1938-1939, 1946-1954) - Qualifications: cc; AOCP 2087, 1938, No. ?? in Qld - amateur operator; amateur broadcaster - Relationships: father of James Westall McDermott & Robert Ernest McDermott - Electoral Rolls: school teacher (Hendon, Qld, 1916-1917; Sandgate, Qld, 1921; Glen Eagle, Qld, 1925-1928; Rosemount, Qld, 1934; Nambour, Qld, 1937-1958); retired (Nambour, Qld, 1963) ===''MCDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> SEE ALSO MACDONALD * [[/Arthur Stephen McDonald|McDonald, Arthur Stephen]] [https://www.familysearch.org/tree/person/details/G36J-ZLJ] - 1891(Vic)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 700, 1922 - broadcast engineer (PMGD, RANRS, AWA); professional society administrator (IEA) - Electoral Rolls: engineer (Townsville, Qld, 1913; St Kilda, Vic, 1916-1924; Vaucluse, NSW, 1930-1934); radio engineer (Darlinghurst, 1934-1936); engineer (Edgecliff, 1943; Double Bay, 1954) - Links: [https://adb.anu.edu.au/biography/mcdonald-arthur-stephen-7333 ADB]; [https://www.asap.unimelb.edu.au/bsparcs/biogs/P001299b.htm Bright Sparks] * [[/Colin McDonald|McDonald, Colin]] [https://www.familysearch.org/tree/person/details/GX67-SCG] - 1911(Qld)-1973(Qld) - Licences: 4CD Rockhampton (1935-1969) - Qualifications: cc; AOCP 1440, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Rockhampton, Qld, 1932-1958); accountant (Rockhampton, Qld, 1968-1972) * [[/Donald McDonald|McDonald, Donald "Don"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC)? * [[/Donald Munro McDonald|McDonald, Donald Munro]] - 19??(???)-19??(???) - Licences: 3KS Melbourne (Yarraville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - Comment: Several contemporaneous DMMs * [[/John McDonald|McDonald, John]] [https://www.familysearch.org/tree/person/details/GXM1-WJR] - 1894(NSW)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 137, 1915; CPRT 190, 1916 (replacement?) - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous JMcD - Electoral Rolls: Nil yet identified; Ancestry.com 1000s of hits to be sifted * [[/Wilfred Neville McDonald|McDonald, Wilfred Neville]] [https://www.familysearch.org/tree/person/details/GX67-DB1] - 1914(NSW)-19??(???) - Licences: 2ZT Sydney (Parramatta, 1935-1936); 4ZT Brisbane (Kangaroo Point, 1937; New Farm, 1938-1939; Annerley, 1947-1948) - Qualifications: cc; AOCP 1412, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Granville, NSW, 1936); radio engineer (Kangaroo Point, Qld, 1937); radio mechanic (Ashgrove, Qld, 1943); radio technician (Annerley, Qld, 1949); electrical engineer (Tennyson, Qld, 1954-1963); manager (Burleigh Heads, Qld, 1968-1980) ===''MCDONOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard McDonough|McDonough, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GXQX-NXY] - 1875(Wales)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, terminated Nov 1920) - Electoral Rolls: Royal Navy (Newport, Vic, 1914-1915); Royal Australian Navy (Yarraville, Vic, 1917-1919); hotel proprietor (West Maitland, 1930-1935); retired (Wickham, 1937) ===''MCDOWALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine McDowall|McDowall, Valentine "Val"]] [https://www.familysearch.org/tree/person/details/M14R-SPG] - 1881(Qld)-1957(Qld) - 4CN Receive Brisbane (1922); 4CM Brisbane (City, 1922-1939) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radiographer; WW2 - 4CM operator primarily Thomas Murray Browse Elliott after about 1925 - Electoral Rolls: medical practitioner (Laidley, 1906-1914; Clayfield, 1919; Ascot, 1934-1954) - Links: [https://adb.anu.edu.au/biography/mcdowall-valentine-7349 ADB] ===''MCDOWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Daniel McDowell|McDowell, John Edward Daniel or John Edward]] [https://www.familysearch.org/tree/person/details/GX86-J52] - 1914(Qld)-1978(Qld) - Licences: 4CX Brisbane (Ascot, 1937-1939); 4CX Gladstone (1947-1965); 4CX Brisbane (Wavell Heights, 1969-1980+) - Qualifications: cc; AOCP 1873, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: rubber worker (Ascot, Qld, 1937); chemist (Gladstone, Qld, 1943-1949); industrial chemist (Gladstone, Qld, 1954-1963); chemistry instructor (Wavell Heights, Qld, 1968-1977) ===''MCELWEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Johnston McElwee|McElwee, George Johnston]] - 1879(Tas)-1981(Tas) - involved with Launceston Radio Clubs searching for the roar ===''MCGARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Ignatius McGarry|McGarry, Lloyd Ignatius]] [https://www.familysearch.org/tree/person/details/G8GT-4PR] - 1919(NSW)-1977(Qld) - Licences: 4XY Roma (1937-1939); 4XY Rockhampton (1947); 4XY Brisbane (Taringa, 1948; Coorparoo, 1954-1956); 2ALM Sydney (Lakemba, 1960-1965); 1AM Canberra (Macquarie, 1969-1975); 4ALL Brisbane (Kingston, 1980+) - Qualifications: cc; AOCP 1943, 1937, Qld; BOCP 139, 1937; 2COCP 607, 1942; 1COCP 1026, 1946 - amateur operator; amateur broadcaster; broadcast technician (4GR, 4ZR); military (RAAF, WW2, mobile wireless, post WW2 Naval Intelligence); federal public servant (PMGD); scientist (Ionospheric Prediction Service) - Electoral Rolls: radio technician (Deagon, Qld, 1949); public servant (Coorparoo, Qld, 1954-1958; Townsville, Qld, 1958) ===''MCGAURAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Duncan James Macfarlane McGauran|McGauran, Duncan James Macfarlane]] - 1849(NZ)-1889(NSW) - radio clubs (Telegraph Electrical Society, Victoria, member; Society of Telegraph Engineers, London, member), employment (Vic Posts & Telegraphs; WA Posts & Telegraphs, Superintendant Telegraphs; NSW Posts & Telegraphs), patents in Quadraplex Telegraphy, father of Duncan James McGauran (telegraphist, accountant, inventor of a telephone meter) ===''MCGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carney Mitchell McGee|McGee, Carney Mitchell]] [https://www.familysearch.org/tree/person/details/G8VW-9LF] - 1910(SA)-1981(WA) - Licences: 5LX Adelaide (Mile End, 1930-1931) - Qualifications: cc; AOCP 676, 1930, No. ?? in SA; 2COCP 52, 1936; 1COCP 210, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (North Unley, SA, 1939); assistant radio inspector (Ivanhoe, Vic, 1943); radio inspector (Kensington, WA, 1949-1977); retired (Como, 1980) ===''MCGEOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Samuel McGeoch|McGeoch, William Leslie Samuel]] [https://www.familysearch.org/tree/person/details/LVNY-SDX] - 1912(WA)-2007(WA) - Licences: 6WL Brookton (1935-1939, 1947-1956); 6WL Bunbury (1960-1980+) - Qualifications: cc; AOCP 1442, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Brookton, WA, 1936-1943); radio service (Brookton, WA, 1958); electrician (Carey Park, WA, 1968-1980) ===''MCGOWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Walker McGowan|McGowan, Samuel Walker]] - 1829(Irl)-1887(Vic) - Vic Posts and Telegraphs (Superintendent Telegraphs), successfully tendered for the first Australian electric telegraph 1854 (Melbourne to Williamstown) then appointed to the public service to operate and maintain it, radio clubs (Telegraph Electrical Society, Victoria) ===''MCGRATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Philip McGrath|McGrath, Edward Philip "Ted"]] [https://www.familysearch.org/tree/person/details/GW87-9K5] - 1906(NSW)-1999(SA) - Licences: 5MO Adelaide (Parkside, 1933-1939; West Mitcham, 1947-1965; Aldgate, 1969) - Qualifications: cc; AOCP 1175, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Parkside, SA, 1939) * [[/Francis Thomas McGrath|McGrath, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GXM1-HRN] - 1891(Tas)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 87, 1915; 1COCP 45, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: public servant (Moonah, Tas, 1919); wireless operator (Thursday Island, 1922); engineer (Eagle Junction, 1925); telegraphist (South Yarra, 1926-1927); supervisor (Caulfield, Vic, 1928-1934; Camberwell, Vic, 1936) ===''MCGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aenas McGregor|McGregor, Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WT] - 1865(Vic)-1937(Vic) - Licences: XJEA Melbourne (Armadale, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: father of 3ZE Keith Wilfred Aeneas McGregor - Electoral Rolls: traveller (Armadale, 1919; Toorak, 1928-1936) * [[/Keith Wilfred Aeneas McGregor|McGregor, Keith Wilfred Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WQ] - 1903(Vic)-19??(???) - Licences: 3ZE Melbourne (Armadale, 1923-1924; Toorak, 1925) - Qualifications: cc; AOCP 52, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Relationships: son of XJEA Aeneas McGregor - Electoral Rolls: telegraphist (Toorak, 1925-1928) ===''MCGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Patrick Holman McGuire|McGuire, Leo Patrick Holman]] [https://www.familysearch.org/tree/person/details/G8HK-B2T] - 1906(NSW)-2001(WA) - Licences: 3KM Myrtleford (1929-1937); 3KM Corryong (1938-1939); 6MG Manjimup (1947-1969); 6MG Perth (Thornlie (1975-1980+) - Qualifications: AOCP 488, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: biograph operator (Wangaratta, 1928); picture proprietor (Albury, 1931); postal employee (Myrtleford, 1936-1937); postal clerk (Mt Magnet, 1943; Manjimup, 1949); radio mechanic (Manjimup, 1954-1972); retired (Thornlie, 1977-1980) ===''MCHUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles McHugh|McHugh, William Charles]] [https://www.familysearch.org/tree/person/details/GFMN-V5Z] - 1914(WA)-1978(WA) - Licences: 6KA or 6KD Perth (Guildford, 1936-1939) - Qualifications: cc; AOCP 1766, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: piano tuner (Guildford, WA, 1936-1943); radio mechanic (Belmont, WA, 1949; North Perth, WA, 1954); mechanic (Cottesloe, WA, 1954; Mt Pleasant, WA, 1963-1972) ===''MCINTOSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John James McIntosh|McIntosh, Stanley John James "Stan"]] [https://www.familysearch.org/tree/person/details/GXDL-C5P] - 1913(Qld)-1972(Qld) - Licences: 4PK Ipswich (Woodend, 1931-1939); 4PK Brisbane (Coorparoo, 1946-1969) - Qualifications: cc; AOCP 730, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (workshop foreman); business proprietor (electrical engineering) - Electoral Rolls: electrical fitter (Woodend, Qld, 1934-1937; Coorparoo, Qld, 1943-1972) ===''MCINTYRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Daniel George McIntyre|McIntyre, Daniel George]] [https://www.familysearch.org/tree/person/details/LTNG-PHV] - 1901(???)-1963(NSW) - Licences: 2VX Receive Sydney (Pymble, 1923); 2VX Sydney (Pymble, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Strathfield, 1930-1958); radio retailer (Pymble, 1963) ===''MCKAIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Lancelot Martyn McKail|McKail, Henry Lancelot Martyn or Martin "Hal"]] - 1887(WA)-1944(WA) - Licences: 6BT Perth (City, 1923-1924); 6BU Perth (City, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgan River, WA, 1910; West Perth, WA, 1916-1917); science master (Crawley, WA, 1925-1937) ===''MCKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander John McKenzie|McKenzie, Alexander John]] - 1905(???)-19??(???) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''MCKEOWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * McKenzie, Florence Violet (married name) - see Granville, Florence Violet (birth name) * [[/Allan McIllroy McKeown|McKeown, Allan McIllroy]] [https://www.familysearch.org/tree/person/details/L69J-SFC] - 1904(Vic)-1983(Vic) - Licences: 3YZ Melbourne (Alphington, 1924-1927); 3YZ Geelong (1931); 3YZ Melbourne (Northcote, 1933-1939, 1946-1969); 3YZ Ocean Grove (1975-1980) - Qualifications: cc; AOCP 51, 1925, No. ?? in Vic; AOLCP 42, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Northcote, 1936-1954; Alphington, 1968); nil (Ocean Grove, 1972-1977) ===''MCKINLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Harold McKinley|McKinley, Norman Harold "Shorty"]] [https://www.familysearch.org/tree/person/details/GWGP-TLC] - 1913(???)-1999(Qld) - Licences: 4CX Brisbane (Teneriffe, 1932-1933) - Qualifications: cc; AOCP 969, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Milton, Qld, 1949-1972); driver (Paddington, Qld, 1980) ===''MCLAUCHLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles David McLauchlan|McLauchlan, Charles David]] [https://www.familysearch.org/tree/person/details/LYL6-PYY] - 1876(Vic)-1943(Vic) - Licences: 6BW Receive Perth (Victoria Park, 1923); 6BW Perth (Victoria Park, 1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Eucla, 1906; Perth, 1910-1916); telegraph engineer (Victoria Park, 1925); superintendent telegraphs (South Yarra, 1931; Camberwell, 1937-1943) ===''MCLEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stewart Campbell McLean|McLean, Stewart Campbell]] [https://www.familysearch.org/tree/person/details/G86G-PMR] - 1910(Vic)-1994(Vic) - Licences: 3GK Melbourne (Yarraville, 1930-1933; Brunswick, 1937-1939, 1946-1948; Caulfield, 1960) - Qualifications: AOCP 601, 1930, No. ?? in Vic; AOLCP 65, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarraville, 1931-1936); nil (Elsternwick, 1954); engineer (Caulfield, 1958-1980) ===''MCLENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth McLennan|McLennan, Kenneth]] [https://www.familysearch.org/tree/person/details/GX9H-B4N] - 1892(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 124, 1915; 2COCP 185, 1930; 1COCP 238, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous KMcLs - Electoral Rolls: Nil yet identified ===''MCLEOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander McLeod|McLeod, Alexander]] [https://www.familysearch.org/tree/person/details/GMKJ-L25] - 1972(Vic)-1948(Qld) - Licences: 4CF Receive Brisbane (Red Hill, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: confectioner (Red Hill, 1903-1905); pastrycook (Red Hill, 1908-1926; Mt Bruce, 1929-1943) * [[/Gordon Stuart McLeod|McLeod, Gordon Stuart]] [https://www.familysearch.org/tree/person/details/G8V1-38Y] - 1912(NSW)-1966(NSW) - Licences: 3ZZ Geelong (West Geelong, 1930-1931; Newtown, 1933; Crib Point, 1937; Wallington, 1938); 2ADC Sydney (Sans Souci, 1939; Hurstville, 1946-1947; Beverley Hills, 1948-1965) - Qualifications: AOCP 707, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: RAN (Crib Point, Viv, 1937); petty officer RAN (Hurstville, 1943); clerk (Beverly Hills, 1949-1963) * [[/Norman McLeod|McLeod, Norman]] [https://www.familysearch.org/tree/person/details/G86P-8F2] - 1901(Vic)-1995(Vic) - Licences: 3NM Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 602, 19??, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Caulfield, 1937-1968) ===''MCLOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. C. McLoughlin|McLoughlin, E. C.]] - 19??(???)-19??(???) - Licences: 5KJ Port Lincoln (1928-1929) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCMAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Hanney McMahon|McMahon, Leo Hanney]] [https://www.familysearch.org/tree/person/details/GXD8-XQH] - 1914(Qld)-1992(NSW) - 4LM Brisbane (Toombul, 1933-1938); 2ALM Sydney (Darlinghurst, 1939); 2AC Sydney (Kingsford, 1946-1950; Randwick, 1956-1980+) - Qualifications: cc; AOCP 1104, 1933, Qld) - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, AMC); occupation (doctor) - Electoral Rolls: student (Camperdown, NSW, 1936-1937); medical practitioner (Kingsford, NSW, 1949; Randwick, NSW, 1954-1980) ===''MCMASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John McMaster|McMaster, John]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: ===''MCMATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph McMath|McMath, John Joseph]] [https://www.familysearch.org/tree/person/details/L5KG-ZK2] - 1910(Vic)-1999(Vic) - Licences: 3JJ Melbourne (Albert Park, 1927-1939; South Melbourne, 1946-1960; Elwood, 1975-1980+) - Qualifications: AOCP 351, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Albert Park, 1931-1937); manager (St Kilda, 1949-1954); retired (Brighton, 1963-1968; Black Rock, 1972-1977) ===''MCMURTRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Adam McMurtrie|McMurtrie, Sydney Adam or Adam Sydney "Sid"]] [https://www.familysearch.org/tree/person/details/LBQM-DQW] - 1908(NSW)-1982(Qld) - Licences: 4JR Booval (1929-1933); 2AFX Lismore (1937-1939); 4KT Gympie (1948) - Qualifications: cc; AOCP 491, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Gympie, 1936); radio salesman (Lismore, 1937); telephone mechanic (Gympie, 1943-1980) ===''MCNALTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McNalty|McNalty, Joseph]] [https://www.familysearch.org/tree/person/details/GXXW-67M] - 1901(Qld)-1967(Qld) - Licences: 4DZ Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (East Toowoomba, Qld, 1925; Mackay, Qld, 1930-1943); public servant (Fairfield, Qld, 1949); clerk (Toowong, Qld, 1954); telegraphist (St Lucia, Qld, 1958) ===''MCNICOL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Edgar McNicol|McNicol, Robert William Edgar]] [https://www.familysearch.org/tree/person/details/GX8D-6NN] - 1917(Qld)-1974(Qld) - Licences: 4WM Brisbane (Teneriffe, 1936-1939) - Qualifications: cc; AOCP 1680, 1936, Qld; BOCP 57, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Teneriffe, Qld, 1943); university lecturer (Tarragindi, Qld, 1954-1972) ===''MCPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Thomas McPherson|McPherson, Colin Thomas or Thomas Collins]] [https://www.familysearch.org/tree/person/details/G8CT-HST] - 1897(Vic)-1951(Vic) - Licences: 3LU Melbourne (Footscray, 1929-1939) - Qualifications: AOCP 523, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: student (Footscray, 1919); storeman (Footscray, 1922-1942) * [[/Murdoch John McPherson|McPherson, Murdoch or Murdock John]] [https://www.familysearch.org/tree/person/details/27D9-9TB] - 1904(Qld)-1972(NSW) - Licences: 4MC Merinda (1927) - Qualifications: cc; CPRT 916, 1926; 2COCP 58, 1929; 1COCP 161, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: motor driver (Merinda, Qld, 1925); wireless operator (Paddington, Qld, 1929); clerk (Mt Coolah, NSW, 1968) ===''MEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Mead|Mead, Jack]][https://www.familysearch.org/tree/person/details/GFM3-ZSH] - 1915(WA)-2009(WA) - Licences: 6LJ Perth (East Victoria Park, 1931-1939; Wembley, 1947-1960) - Qualifications: cc; AOCP 803, 1931, No. ?? in WA; AOLCP 168, 1934; 1COCP 289, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Victoria Park, WA, 1937); mechanic (Wembley, WA, 1943-1980) * [[/Jordan Arthur Mead|Mead, Jordan Arthur]] [https://www.familysearch.org/tree/person/details/LTJF-1KH] - 1907(NSW)-1993(NSW) - Receive Sydney (Ashfield, 1923-1924), 2JA Sydney (Ashfield, 1925-1928), 2JA Byron Bay (1929-1930), 2AJA Sydney (Ashfield, 1946; Bexley, 1947-1957), 2JM Sydney (Bexley, 1958-1980), qualifications (AOCP 212, 1925, No. ?? in NSW), amateur operator, amateur broadcaster, electoral rolls: telephone mechanic (Byron Bay, 1930; Ashfield, 1931-1943), power technician (Bexley, 1949-1968), electrical field officer (Bexley, 1972-1980) ===''MEADOWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Meadows|Meadows, Robert Cecil]] [https://www.familysearch.org/tree/person/details/GXH2-ZRK] - 1907(Eng)-1966(NSW) - Licences: 4RM Mackay (1932-1939); 2ARM Sydney (Kirribilli, 1946-1948); 2IN Sydney (Rhodes, 1956-1958; Chiswick, 1960; Long Jetty, 1961; Killarney Vale, 1965) - Qualifications: cc; AOCP 879, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (Pems Radio, Rockhampton); journalist (Minchens Electrical Weekly); WW1; WW2 - Electoral Rolls: reporter (Crows Nest, NSW, 1930); radio mechanic (Bundaberg, Qld, 1931-1932); radiotrician (Mackay, 1934-1937); wireless instructor (Kirribilli, NSW, 1943); manager (Rhodes, NSW, 1954-1958); retired (Five Dock, NSW, 1958; Killarney Vale, NSW, 1963) ===''MEDHURST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Edney Medhurst|Medhurst, Edgar Edney]] [https://www.familysearch.org/tree/person/details/GHD6-WFC] - 1902(Tas)-1966(Vic) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Frederick William Medhurst|Medhurst, Frederick William "Pop" (in latter years)]] [https://www.familysearch.org/tree/person/details/M4GS-R6P] - 1868(Eng)-1969(Tas) 101yo - Licences: XZD Hobart (1913-1914); 7AH Receive Hobart (Sandy Bay, 1923); 7AH Hobart (Sandy Bay, 1924-1939, 1946-1947) - Qualifications: Nil yet identified - early wireless experimenter from 1901; amateur operator; amateur broadcaster; business (Medhurst & Sons, 1920s) - Relationships: father of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst, all in the business and interested in radio * [[/Harry Frederick Medhurst|Medhurst, Harry Frederick]] [https://www.familysearch.org/tree/person/details/GHD6-QZV] - 1893(Tas)-1963(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Phillip Aubrey Medhurst|Medhurst, Phillip Aubrey]] [https://www.familysearch.org/tree/person/details/GHD6-DFX] - 1895(Tas)-1969(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Rowland Arthur Medhurst * [[/Rowland Arthur Medhurst|Medhurst, Rowland Arthur]] [https://www.familysearch.org/tree/person/details/GHD6-ZT4] - 1892(Tas)-1969(Tas) - early wireless experimenter, lecturing on wireless 1911, never licensed, likely utilised licence of XZD-7AH (father), son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst ===''MEDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel James Clifford Medlin|Medlin, Noel James Clifford]] [https://www.familysearch.org/tree/person/details/G3MB-743] - 1917(Vic)-2004(Vic) - broadcast planning engineer (ABCB), federal public servant (ABCB), WW2 - Electoral Rolls: engineer (Gardiner, 1943; St Kilda, 1949; Camberwell, 1954-1977); retired (Inverloch, 1980) - father of AM directional antennas in Australia ===''MENON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Menon|Menon, Geoffrey John]] [https://www.familysearch.org/tree/person/details/LT4F-3CQ] - 1905(SA)-1969(NSW) - 3OG Receive Melbourne (St Kilda, 1923-1924), 3OG Melbourne (St Kilda, 1925-1927), 2OG Sydney (Haberfield, 1928; Croydon, 1929-1931), 3OG Melbourne (East Kew, 1933), 2OG Sydney (Northbridge, 1934-1935; Chatswood, 1936-1937; Longueville, 1938-1939, 1946-1948; Pymble, 1950; West Pennant Hills, 1954-1965; Arcadia, 1969), amateur operator (AOCP 209, 1925, No. ?? in Vic), amateur broadcaster, electrician (St Kilda West, 1926-1927), radio engineer (Coburg, 1931), engineer (Kew, 1934), radio engineer (Chatswood, 1937; Longueville, 1943), engineer (Baulkham Hills, 1954-1958; Arcadia, 1968) ===''MERCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie George Merchin|Merchin, Leslie George]] [https://www.familysearch.org/tree/person/details/LTLT-SSF] - 1917(Qld)-1994(Qld) - Licences: 4ML Richmond (1934-1939); 4MG Richmond (1948); 4MG Killarney (1954-1980+) - Qualifications: cc; AOCP 1399, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: garage proprietor (Richmond, Qld, 1943-1949); motor mechanic (Killarney, Qld, 1954-1968; Rockhampton North, Qld, 1972-1980) ===''MEREDITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement George Benger Meredith|Meredith, Clement George Benger]] [https://www.familysearch.org/tree/person/details/KZJD-6S6] - 1885(WA)-1959(USA) - Licences: Nil yet identified - Qualifications: cc; CPRT 15, 1914 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Windsor, Vic, 1914-1916); officer-in-charge wireless (Geraldton, WA, 1916-1917) * [[/Llewellyn Lennon Meredith|Meredith, Llewellyn Lennon]] [https://www.familysearch.org/tree/person/details/GD8W-LV7] - 1885(Eng)-1923(NSW) - Licences: Nil yet identified - Qualifications: CPRT 246, 1916 - ship wireless officer, AWA (traffic manager) - Electoral Rolls: Nil yet identified - Comment: Gone too soon - Links: [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_04_04#P.22_-_Obituary_-_Mr._L._L._Meredith|Obit]] ===''MESSENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Albert Messenger|Messenger, Percival Albert]] [https://www.familysearch.org/tree/person/details/GXRP-BS1] - 1892(SA)-1980(NSW) - Licences: 5PM Adelaide (Largs Bay, 1928) - Qualifications: cc; CPRT 70, 1915 (Marconi); CPRT 152, 1915 (Balsillie) - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: manager (Randwick, NSW, 1936; Coogee, NSW, 1943-1958; Randwick, NSW, 1963-1980) ===''MICHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Hector Ernest Henderson Michell|Michell, Hector Ernest Henderson "Ernest"]] [https://www.familysearch.org/tree/person/details/GQNQ-T5H] - 1897(Vic)-1984(Vic) - Licences: 3JP Receive Melbourne (Caulfield, 1922); 3JP Melbourne (Caulfield, 1923-1931; Elsternwick, 1933); 3JP Hamilton (1937-1939); 3AEM Hamilton (1960-1969); 3JX Hamilton (1975-1980+) - Qualifications: cc; AOCP 162, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; operator of 3LR Elsternwick Radio Club (1925); WW1; land officer (Hamilton, 1936) - Electoral Rolls: clerk (Balaclava, 1919-1921); draftsman (Caulfield, 1922); land officer (Hamilton, 1936-1980) ===''MILBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Leslie Milburn|Milburn, Henry Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/G8NV-8VJ] - 1890(Vic)-1957(Qld) - Licences: 4HM Home Hill (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Toowong, 1919); electrical engineer (Home Hill, 1922-1925; Stanthorpe, 1934-1949) - Halcyon: not mentioned? ===''MILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Thomas Miles|Miles, Gilbert Thomas]] [https://www.familysearch.org/tree/person/details/L19Y-X19] - 1904(Vic)-1981(NSW) - Licences: 7KQ Hobart (Bellerive, 1937-1939) - Qualifications: cc; AOLCP 106, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Camberwell, 1925-1926); electrical engineer (Glen Iris, Vic, 1931); engineer (Elsternwick, 1936); radio engineer (Croydon, NSW, 1943-1972); engineer (Croydon, 1977-1980) * [[/Harry Raymond Miles|Miles, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G8NJ-DQ2] - 1911(WA)-2003(WA) - Licences: 6XL Perth (Mt Lawley, 1930-1933); 6XL Wiluna (1937); 6XL Perth (Mt Lawley, 1938-1939) - Qualifications: cc; AOCP 645, 1930, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Wiluna Gold Mines, WA, 1936; Mt Beauty, Vic, 1954); poultry farmer (Balga, WA, 1958-1972); farmer (Wanneroo, WA, 1977-1980) ===''MILLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roydon Arthur Milledge|Milledge, Roydon Arthur]] [https://www.familysearch.org/tree/person/details/GMJY-3DW] - 1903(Vic)-1983(Tas) - Licences: 3WT Shepparton (1936-1937); 7WT Hobart (1938-1939); 7WT Ulverstone (1947-1948+); 7WT Hobart (1956-1960+) - Qualifications: cc; AOCP 1693, 1936, No. ?? in Vic - amateur operator; amateur broadcaster; WW2; bank clerk 1931; Civil Engineer 1950s - Electoral Rolls: assistant engineer (State Savings Bank, Auburn, 1927); engineer (Glenhuntley, 1931-1934); civil engineer (Shepparton, 1936) ===''MILLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dunlop Millen|Millen, John Dunlop]] [https://www.familysearch.org/tree/person/details/GC9X-S4W] - 1877(Irl)-1941(Tas) - Licences: Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver; senator - Electoral Rolls: mining engineer (Waratah, 1914-1919; Newstead, 1922-1937) ===''MILLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alexander Miller|Miller, Charles Alexander "Charlie"]] [https://www.familysearch.org/tree/person/details/G8NV-YRR] - 1915(NSW)-1999(Qld) - Licences: 4US Brisbane (New Farm, 1933-1936); 2ADE Casino (1935-1939, 1946-1961); 4QM Caloundra (1969-1980+) - Qualifications: AOCP 1208, 1933, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); part of the "U" gang, military (WW2, RAAF) - Electoral Rolls: radio mechanic (Casino, 1943-1963); army officer (Ipswich, 1963); retired (Shelley Beach, 1968-1972; Caloundra, 1977-1980) * [[/Charles Harcourt Miller|Miller, Charles Harcourt]] [https://www.familysearch.org/tree/person/details/G6MC-9QY] - 1921(Tas)-2001(Tas) - Licences: 7CM Hobart (Bellerive, 1936-1939; Taroona, 1969-1980+) - Qualifications: cc; AOCP 1799, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Bellerive, 1943) * [[/Francis George Miller|Miller, Francis George "Frank"]] [https://www.familysearch.org/tree/person/details/LYD2-LHT] - 1895(SA)-1954(SA) - Licences: 5BF Mt Gambier (1923-1939, 1946-1954) - Qualifications: cc; AOCP 185, 1925, No. ?? in SA; BOCP 58, 1936 - amateur operator; amateur broadcaster; broadcast engineer; founder of commercial station 5MU Murray Bridge; WW1 - Electoral Rolls: fitter (Murray Bridge, 1939-1943) [https://www.qsl.net/vk5br/FrankMiller.pdf Biography] * [[/Frank Colin Miller|Miller, Frank Colin]] [https://www.familysearch.org/tree/person/details/GX9C-86L] - 1884(Eng)-1953(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 126, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: engine operator (Radio Station, Roebourne, 1916-1917); station hand (Marron Station, 1918; Carnarvon, 1921; Mallina, 1922-1925); contractor (Roebourne, 1930-1936; Karratha Station, 1937); labourer (Roebourne, 1943); cook (Wittenoom Gorge, 1949) * [[/H. Miller|Miller, H.]] - 19??-19?? - 4EH Brisbane (Ascot, 1923-1924); 2EH Sydney (Dulwich Hill, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert Edward Miller|Miller, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GD2Q-XMX] - 1899(NSW)-19??(???) - Licences: 2HE Sydney (Belmore, 1931-1939) - Qualifications: cc; CPRT 932, 1926; 2COCP 329, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Campsie, 1930; Belmore, 1932-1943); miner (Glen Davis, 1943) * [[/Herbert Leslie Miller|Miller, Herbert Leslie]] [https://www.familysearch.org/tree/person/details/GD2Q-7LH] - 1897(Qld)-1966(Qld) - Licences: 4CA Receive Brisbane (West End, 1922); 4HL Brisbane (Hill End, 1927) - Qualifications: CPRT 330, 1917; 2COCP 329, 1940; 1COCP 483, 1940s; BOCP 370, 1941 - ship wireless officer (RMS Bingera, 1920); amateur operator; amateur broadcaster; sales (J. B. Chandler, 1924; Overells, 1925) - Electoral Rolls: wireless officer (West End, 1921); salesman (West End, 1925); manager (Coorparoo, 1928); salesman (Coorparoo, 1937-1954); clerk (Camp Hill, 1958-1963) ===''MILLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hugh Milligan|Milligan, Stanley Hugh]] [https://www.familysearch.org/tree/person/details/2CB1-L7Y] - 1901(Vic)-1976(Vic) - Licences: 3AU Receive Geelong (1922-1923); 3AU Geelong (1924); 3AU Eaglehawk (1924-1926); 3AU Chilwell (1927-1931); 3AU Geelong (1937-1939); 3AU Melbourne (Surrey Hills, 1947; Auburn, 1948) - Qualifications: cc; AOCP 125, 1925, No. ?? in Vic; AOLCP 164, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Eaglehawk, 1924-1926; Geelong West, 1924); radio mechanic (Chilwell, 1927-1931); watchman (Geelong West, 1934-1937); storekeeper (Hawthorn, 1949); engineer (Canterbury, 1954-1968); nil (Doncaster, 1972) ===''MILLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Griffiths John Mills|Mills, Griffiths John]] - 19??(???)-19??(???) - Licences: 6CK Receive Perth (Subiaco, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Subiaco, 1929-1931) * [[/Norman Gibson Mills|Mills, Norman Gibson]] [https://www.familysearch.org/tree/person/details/9415-SSS] - 1890(Vic)-1959(Qld) - Licences: 4NM Brisbane (Moorooka, 1938-1939, 1947-1956; Margate, 1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Toowong, Qld, 1919); contractor (Moorooka, Qld, 1921-1954); retired (Margate, Qld, 1958) * [[/Ralph Mervyn Mills|Mills, Ralph Mervyn]] [https://www.familysearch.org/tree/person/details/G8JD-GST] - 1909(NSW)-1989(NSW) - Licences: 2MM Sydney (Balmain, 1930-1934; Canterbury, 1935-1936) - Qualifications: AOCP 660, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Balmain, 1931-1937); engineer (Pymble, 1949-1977; West Pymble, 1980) ===''MILNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Brough Milne|Milne, Andrew Brough]] [https://www.familysearch.org/tree/person/details/9KXN-QZV] - 1890(South Africa)-1979(Qld) - Licences: 4BM Dealer Mackay (1926-1927) - Qualifications: 3COCP 3492, 1961 - dealer licence - Electoral Rolls: motor mechanic (Mackay, 1915-1943); mechanical engineer (North Mackay, 1949-1977) * [[/John Collicott Milne|Milne, John Collicott]] [https://www.familysearch.org/tree/person/details/MP34-518] - 1903(Tas)-1990(Tas) - Licences: 7AG Gretna (1923-1939, 1946-1980+) - Qualifications: cc; AOCP 604, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Gretna, 1928-1980) ===''MILNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Frederick Milner|Milner, George Frederick]] [https://www.familysearch.org/tree/person/details/GF7W-W4D] - 1908(WA)-1992(WA) - Licences: 6GF Perth (Mt Lawley, 1931-1933) - Qualifications: cc; AOCP 788, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1931; North Beach, WA, 1936-1937); RAAF (Nedlands, WA, 1943-1980) * [[/James Milner|Milner, James]] [https://www.familysearch.org/tree/person/details/GZXH-1DM] - 1901(Eng)-1947(Qld) - Licences: 4AK Brisbane (Kelvin Grove, 1923-1927; Ashgrove, 1931-1936); 4AU Brisbane (1937-1939) - Qualifications: cc; AOCP 93, 1925, No. 11 in Qld - amateur operator; amateur broadcaster (prominent from Valley Theatre) - Withdrawal: 4AK amateur callsign withdrawn by the PMGD for allocation to the new 4AK Oakey commercial service - Electoral Rolls: fitter (Kelvin Grove, 1925-1926); electrical fitter (Ashgrove, 1928-1943) ===''MINCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur W. Minchin|Minchin, Arthur W.]] - 19??-19?? - 4AM Rockhampton - amateur operator (AOCP ???, 19??, No. ?? in Qld), amateur broadcaster, broadcast engineer (4RO Cmcl), wireless retail business proprietor - seems in error, see William Allan Minchin * [[/William Allan Minchin|Minchin, William Allan]] [https://www.familysearch.org/tree/person/details/LV7Q-86C] - 1893(Vic)-1976(NSW) - Licences: 4AM Rockhampton (1938-1939) - Qualifications: cc; CPRT 220, 1916; 2COCP 365, 1931; 1COCP 244, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: wireless engineer operator (Wyndham, 1917); farmer (Toodyay, 1925); radio engineer (Rockhampton, 1936-1943; Lismore, 1949-1954; Hunters Hill, 1958-1968); engineer (Hunters Hill, 1972) ===''MINEHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Minehan|Minehan, W. A.]] - 19??(???)-19??(???) - Licences: 4AM Rockhampton (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MINGAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Francis Mingay|Mingay, Oswald Francis "Ossie"]] [https://www.familysearch.org/tree/person/details/K45G-NZG] - 1895(NSW)-1973(NSW) - Licences: 2XX Sydney (Turramurra, 1923-1926; Sydney, 1931-1933) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast engineer; journalist; publisher; WW1; WW2 - Electoral Rolls: engineer (Collaroy, 1930); managing editor (Pymble, 1930-1932); radio engineer (Lindfield, 1933-1934); publisher (Lindfield, 1937-1963; St Ives, 1963-1968) - Comment: licensed operator of 2WV Burgin Electric Co. (1923) [https://adb.anu.edu.au/biography/mingay-oswald-francis-ossie-11135 ADB]; [https://www.qsl.net/vk2dym/radio/Mingay.htm MacKinnon] ===''MITCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Theodore Mitchell|Mitchell, Alexander Theodore]] [https://www.familysearch.org/tree/person/details/GXNY-CC2] - 1872(???)-1966(Qld) - Licences: Receive Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer (Red Hill, Qld, 1921; Torwood, Qld, 1922); electrical engineer (Toowoomba, Qld, 1925; Wilston, Qld, 1928-1929; Sandgate, Qld, 1936-1963) * [[/Harold Benson Mitchell|Mitchell, Harold Benson]] [https://www.familysearch.org/tree/person/details/LDVS-QN7] - 1901(Vic)-1962(Vic) - Licences: 3CZ Receive Melbourne (Elwood, 1922-1923); 3CZ Melbourne (Elwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Elwood, 1924-1927); manager (Caulfield, 1937); manufacturer (Caulfield, 1942); manager (Caulfield, 1949); merchant (St Kilda, 1949); manager (St Kilda, 1954) * Mitchell, Hector Ernest Henderson "Ernest" - see Michell, Hector Ernest Henderson "Ernest" (frequent misspelling) * [[/Stanley John Mitchell|Mitchell, Stanley John]] [https://www.familysearch.org/tree/person/details/LDVS-Q83] - 1887(Vic)-1974(Monaco) - Licences: 3SJ Melbourne (Brighton, 1924-1927) - Qualifications: cc; AOCP 53, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Toorak, 1912-1916; Brighton, 1919-1928); investor (Brighton, 1936-1937) financier (Vaucluse, NSW, 1943) ===''MOFFATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert David Gray Moffatt|Moffatt or Moffat or Gray, Robert David Gray "Bob"]] [https://www.familysearch.org/tree/person/details/GX8V-PM3] - 1911(Qld)-1983(Qld) - Licences: 4RD Mackay (1935-1939); 4RD Gracemere (1947-1948); 4RD Mackay (1954-1980+) - Qualifications: cc; AOCP 1549, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Herberton, Qld, 1936; Mackay, Qld, 1937); mechanic in broadcasting (Gracemere, Qld, 1949); technician (Mackay, Qld, 1954-1980) ===''MONEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Dudley Money|Money, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/G3JD-M9H] - 1907(Vic)-1986(Vic) - 3MY Melbourne (Canterbury, 1925-1939; Upwey, 1946-1948; Cheltenham, 1954-1969; East Bentleigh, 1975-1980+), amateur operator (AOCP 205, 1925, No. ?? in Vic), amateur broadcaster, draughtsman (Camberwell, 1931-1934), engineer (Upwey, 1942-1949; Moorabbin, 1954-1967; East Bentleigh, 1972-1980) ===''MONKHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Isaac Monkhouse|Monkhouse, Walter Isaac]] [https://www.familysearch.org/tree/person/details/K8ZT-YPN] - 1887(NZL)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio clubs (QWI & WIA Qld, president & lecturer); senior state public servant (Qld Public Works Dept, State Electrical Engineer); witness to Royal Commission 1927 (as president WIA Qld) - Electoral Rolls: telephone instructor (South Brisbane, 1919); engineer (Teneriffe, 1925; New Farm, 1928; Taringa, 1936-1954); electrical engineer (Bardon, 1958-1963) ===''MONKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Brendan Monks|Monks, Alfred Brendan]] [https://www.familysearch.org/tree/person/details/GDR2-444] - 1894(Tas)-1973(Vic) - Licences: 3AAB Melbourne (Diamond Creek, 1948; Northcote, 1954-1960; Preston, 1965-1969) - Qualifications: cc; CPRT 571, 1920; 2COCP 272, 1930; 1COCP 282, 1932 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1915) - Relationships: twin brother of 7BR Cyril Wilson Monks - Electoral Rolls: Western Electric engineer (East Sydney, 1930); licensee Railway Commercial Hotel (Albury, 1931-1932); radio telegraphist (Centennial Park, 1943); radio officer (Reservoir, Vic, 1963; Preston, 1967-1972) * [[/Cyril Wilson Monks|Monks, Cyril Wilson]] [https://www.familysearch.org/tree/person/details/GDR2-96N] - 1894(Tas)-1976(Vic) - Licences: 7BR Receive Hobart (Battery Point, 1923); Receive Hobart (Battery Point, 1923-1924) - Qualifications: cc; 1COCP 225, 1931 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1919); WW2 - Relationships: twin brother of 3AAB Alfred Brendan Monks - Electoral Rolls: federal civil servant (Battery Point, 1928); public servant (Bellerive, 1936-1937); radio inspector (Scarborough, WA, 1943; Nedlands, 1949); retired (Frankston, 1972) ===''MONTEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Monteath|Monteath, Frederick]] - 1895(Vic)-1943(NSW) - Licences: 3VM Receive Melbourne (Elsternwick, 1923-1924); 3KP Melbourne (Elsternwick, 1930-1933) - Qualifications: AOCP 694, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: photographer (Prahran, 1919; Elsternwick, 1921); mercer (Elsternwick, 1924-1931); photographer (Glenmore, NSW, 1934-1935; Ashfield, 1937); storekeeper (Rockdale, 1943) ===''MOODY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Percy Moody|Moody, Francis Percy]] [https://www.familysearch.org/tree/person/details/L1D9-KLG] - 1903(Qld)-19??(???) - Licences: 4FM Cairns (1932-1969) - Qualifications: cc; AOCP 967, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Rockhampton North, 1925-1926); accountant (Cairns, 1926-1949); radio dealer (Cairns, 1954-1980) ===''MOORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Moore|Moore, Albert Ernest "Ernie"]] [https://www.familysearch.org/tree/person/details/KW6D-TMT] - 1916(Qld)-1982(Qld) - Licences: 4?? Brisbane - Qualifications: cc; NAOCP Q728, 1980, No. ?? in Qld - amateur operator; prominent MW and SW broadcast DXer; clubs (All-Wave All-World DX Club, Shortwave League of Western Australia, Australian Radio DX Club, New Zealand Radio DX League, Southern Cross DX Club, DX Australia) - QSLs: portion (200+) of later QSL collection survives (ARDXC/NFSA) * [[/Eric John Theodore Moore|Moore, Eric John Theodore]] [https://www.familysearch.org/tree/person/details/GD91-7LN] - 1894(NSW)-1940(NSW) - Licences: XEM Sydney (Petersham, 1913-1914); Receive (Crystal) Sydney (Neutral Bay, 1923); 2EM Sydney (Neutral Bay, 1924-1928) - Qualifications: cc; CPRT 161, 1915; 2COCP 237, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Awards: UK merchant seaman medal - Electoral Rolls: engineer (Bronte, 1934-1937) * [[/Francis Leonard Moore|Moore, Francis Leonard "Frank"]] - 19??(???)-1924(NSW) - 2?? Sydney, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, employment (Archibald John Shaw, Maritime Wireless Co, United Distributors) - Comment: electrocuted while conducting wireless experiments * [[/Louis James Murphy Moore|Moore, Louis James Murphy "Leo"]] [https://www.familysearch.org/tree/person/details/L45W-GS4] - 1888(Vic)-1968(Vic) - Licences: 3LO Receive Seymour (1923); 3LO Seymour (1924-1925); 3MS Seymour (1924-1927) - Qualifications: cc; CPRT 85, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918); amateur operator; amateur broadcaster - Electoral Rolls: telegraph operator (Clifton Hill, 1909); telegraphist (Collingwood, 1912-1914); wireless operator (Collingwood, 1917-1919); telegraphist (Elsternwick, 1922); clerk (Seymour, 1924-1931; Bentleigh, 1936-1949); guesthouse proprietor (Healesville, 1954); clerk (Oakleigh, 1963-1968) - Withdrawal: Likely 3LO callsign withdrawn for allocation to 3LO Melbourne Class A ===''MOORHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Martin Moorhouse|Moorhouse or Moorehouse, Herbert Martin]] [https://www.familysearch.org/tree/person/details/KJPG-1HL] - 1899(Tas)-1990(WA) - Licences: 7HM Hobart (North Hobart, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Hobart South, 1922); carpenter (New Town, 1928); carrier (Hobart North, 1936); motordriver (Queensborough, 1949) ===''MORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Donald Moran|Moran, Cyril Donald]] - 19??-19?? - broadcast technician at 4QG under Qld Government, state public servant (4QG) ===''MORGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Mowbray Morgan|Morgan, Donald Mowbray]] [https://www.familysearch.org/tree/person/details/GDP7-218] - 1907(NSW)-1988(Tas) - Licences: T749 Receive Glebe (1922); Receive Glebe (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Huonville, 1928-1972) * [[/Ivor Morgan|Morgan, Ivor]] [https://www.familysearch.org/tree/person/details/LRSY-S8G] - 1909(Vic)-1977(Vic) - Licences: 3DH Melbourne (East Malvern, 1930-1933; Shepparton, 1937; East Malvern 1938-1939; Hawthorn, 1946-1975) - Qualifications: cc; AOCP 605, 1930, No. ?? in Vic; BOCP 20, 1936; TVOCP, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1931-1934); engineer (Brighton, 1936); broadcast engineer (3SR Shepparton, 1937); technician (Hawthorn, 1943-1977) - Relationships: Father of 3ZFM V. I. Morgan * [[/Reginald George Morgan|Morgan, Reginald George]] [https://www.familysearch.org/tree/person/details/LRFR-D7H] - 1914(Eng)-1993(NSW) - Licences: 6RM Perth (City, 1931); 2AJS Sydney (Randwick, 1938-1939); 2ABM Sydney (Coogee, 1946-1950; Bankstown, 1954-1958; Greenacre, 1960-1980+) - Qualifications: cc; AOCP 755, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Coogee, NSW, 1936-1937); no occupation (Coogee, NSW, 1949); electrical mechanic (Bankstown East, NSW, 1954); mechanic (Greenacre, NSW, 1963-1980) * [[/William Albert Morgan|Morgan, William Albert]] [https://www.familysearch.org/tree/person/details/9HVG-8PW] - 1899(Tas)-1965(Tas) - Licences: 7AI Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart West, 1922); electrical fitter (New Town, 1928-1937); fitter (New Town, 1943-1954); manager (Montrose, 1963) ===''MORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. H. Morley|Morley, W. H.]] - 19??(???)-19??(???) - Licences: 2WU Sydney (Watersleigh, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''MORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John William Morris|Morris, Albert John William]] [https://www.familysearch.org/tree/person/details/9V2B-Y2J] - 1873(Tas)-1940(Tas) - Licences: 7BS Receive Hobart (West Hobart, 1923); Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Hobart North, 1914-1943) * [[/Cecil Ralph Newman Morris|Morris, Cecil Ralph Newman]] [https://www.familysearch.org/tree/person/details/G3MW-YGT] - 1906(Qld)-1971(Qld) - Licences: Receive Brisbane (Rosalie, 1923); 4CN Brisbane (Rosalie, 1928); 4LW Brisbane (Rosalie, 1929-1933; Ashgrove, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 398, 1928, No. 45 in Qld - amateur operator; amateur broadcaster; technician (PMGD); WW2 - Electoral Rolls: mechanic (Rosalie, 1928); postal mechanic (Ashgrove, 1936-1954); supervising technician (Rosalie, 1958-1968) * [[/Glynn Ian Elliott Morris|Morris, Glynn Ian Elliott]] [https://www.familysearch.org/tree/person/details/G8XG-9TS] - 1908(???)-19??(???) - Licences: 3BZ Melbourne (Mordialloc, 1930-1939; Parkdale, 1946-1980+) - Qualifications: AOCP 621, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Mordialloc, 1931-1937); mechanic (Mentone, 1943); official (Mentone, 1949-1968); secretary (Mentone, 1972-1980) * [[/Jack Dudley Morris|Morris, Jack Dudley]] [https://www.familysearch.org/tree/person/details/GZ2R-NMZ] - 1914(Vic)-1944(At Sea) - Licences: 3LX Melbourne (Oakleigh, 1933, pirate); 3DQ Melbourne (Oakleigh, 1934-1937) - qualifications: AOCP 1244, 1934, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (mention in despatches) - electoral rolls: operator (Oakleigh, 1936-1942) - Sacrifice: "Greater love hath no man than this" * [[/Richard Charles William Morris|Morris, Richard Charles William (BDM) or Charles Richard William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXW7-56S] - 1922(Qld)-1984(Qld) - Licences: 4MT Rockhampton (1954-1980) - Qualifications: cc; AOCP 3210, 1951, Qld; BOCP 1460, 1956 - amateur operator; WW2 - Electoral Rolls: electrician (Rockhampton, 1949); electrical fitter (Rockhampton, 1954-1963); radio technician/electrician (Rockhampton, 1968-1972); radio technician (Rockhampton, 1977-1980) * [[/Ronald David Morris|Morris, Ronald David]] [https://www.familysearch.org/tree/person/details/LX5W-S7Z] - 1904(Vic)-1997(Vic) - Licences: 3AP Receive Melbourne (Caulfield, 1922); 3AP Melbourne (Caulfield, 1922-1927); 3APM Melbourne (East Brighton, 1947-1980+) - Qualifications: cc; AOCP 151, 1925, No. ?? in Vic; CPRT 919, 1926; BOCP 600, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Caulfield, 1925-1931); radio (Brighton, 1936-1937); mechanic (Brighton, 1943; Elsternwick, 1949-1967; Brighton East, 1972-1977) * [[/Sydney Paul Francis Morris|Morris, Sydney Paul Francis "Syd"]] [https://www.familysearch.org/tree/person/details/GX95-MRP] - 1888(Vic)-1960(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: clerk (Prahran, Vic, 1909; Dandenong, 1912-1913); clerk & telegraphist (Eltham, Vic, 1924); manager (East Bairnsdale, Vic, 1925-1928); clerk (Sandringham, Vic, 1931); inspector (Caulfield, Vic, 1942-1949) * [[/William Belfort Morris|Morris, William Belfort]] [https://www.familysearch.org/tree/person/details/G8X1-VYQ] - 1910(WA)-1991(WA) - Licences: 6WM Perth (Hollywood, 1930-1937; Mt Lawley, 1938-1939); 6WM Kalgoorlie (1946-1954); 6WM Perth (Applecross, 1955-1975) - Qualifications: cc; AOCP 625, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Hollywood, 1931-1937); newsagent (Kalgoorlie, 1949-1954); representative (Applecross, 1958-1980) ===''MORRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Cyril Tucker Morrison|Morrison, Gordon Cyril Tucker]] [https://www.familysearch.org/tree/person/details/GFMN-J6Z] - 1916(WA)-1993(NSW) - Licences: 6KN Geraldton (1935-1937); 6KN Perth (City, 1938-1939); 2AKN Sydney (Hernes Bay, 1947; Parramatta, 1948-1950; Balgowlah, 1954-1958) - Qualifications: cc; AOCP 1485, 1935, WA; BOCP 89, 1937; 3COCP 1536, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Geraldton, WA, 1937); radio employee (North Perth, WA, 1943); aircraft surveyor (Parramatta North, NSW, 1949; Balgowlah, NSW, 1954-1963); surveyor (Wahroonga, NSW, 1968-1980) * [[/Lionel Morrison|Morrison, Lionel]] [https://www.familysearch.org/tree/person/details/KDMZ-K6G] - 1906(WA)-1996(WA) - Licences: 6LM Perth (Bayswater, 1939, 1947-1980) - Qualifications: cc; AOCP 1485, 1939, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Sandstone, WA, 1931); pipefitter (Wiluna, WA, 1936-1937); fitter (Wiluna, WA, 1943; Bayswater, WA, 1949-1980) ===''MORRISSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Joseph Martindale Morrissey|Morrissey, Brian Joseph Martindale]] - 19??(???)-19??(???) - Licences: 5AP Adelaide (Prospect, 1935-1937) - Qualifications: cc; AOCP 1544, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''MORROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Caldwell Morrow|Morrow, Arthur Caldwell]] [https://www.familysearch.org/tree/person/details/GHQF-T2F] - 1912(Qld)-1967(Qld) - Licences: 4BM Brisbane (Paddington, 1937-1939) - Qualifications: cc; 2COCP 335, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Red Hill, Qld, 1934-1937); wireless operator (Paddington, Qld, 1943); farmer (Paddington, Qld, 1949-1963) ===''MORSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel Percy Morse|Morse, Noel Percy "Bill"]] [https://www.familysearch.org/tree/person/details/GWRN-3QR] - 1914(Qld)-1942(At Sea) - Licences: 2JE Sydney (Cremorne, 1934-1935); 4LI Brisbane (Clayfield, 1937); 2AHS Sydney (Mosman, 1938-1939) - Qualifications: cc; AOCP 1402, 1934, Qld - amateur operator; amateur broadcaster; WW2 (RNZAF, Pilot Officer) - Electoral Rolls: radio engineer (Buranda, Qld, 1937; Clayfield, Qld, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.rafcommands.com/database/wardead/details.php?qnum=95585 RAF Commands]; [https://www.aucklandmuseum.com/war-memorial/online-cenotaph/record/C29996 Auckland Museum]; [http://aircrewremembered.com/morse-noel.html AirCrewRemembered] ===''MORTIMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mark Mortimer|Mortimer, Mark]] [https://www.familysearch.org/tree/person/details/GS7M-ZZ4] - 1887(Irl)-19??(???) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 107, 1915; 2COCP 48, 1929; 1COCP 89, 1930; BOCP 48, 1934? - RANRS (Warrant Telegraphist, 1917) - Comment: numerous contemporaneous MMs - Electoral Rolls: Nil yet identified ===''MORTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Evors Morton|Morton, Charles Evors]] [https://www.familysearch.org/tree/person/details/GZJ5-F3R] - 1888(Qld)-1963(NSW) - 2MH Sydney (Homebush, 1925-1934), amateur operator (AOCP 170, 1925, No. ?? in NSW), amateur broadcaster, public servant (Rockhampton, 1912), WW1 ===''MOSES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Joseph Moses|Moses, Charles Alfred Joseph]] - 1900(Eng)-1988(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - ABC (general manager) - Electoral Rolls: - Links: [[w:Charles Moses|Wikipedia]]; [https://adb.anu.edu.au/biography/moses-sir-charles-joseph-15044 ADB] ===''MOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Moss|Moss, George Arthur]] [https://www.familysearch.org/tree/person/details/GZG7-86Y] - 1903(WA)-2000(WA) - Licences: 6GM Perth (Cottesloe Beach, 1926-1931; Mt Lawley, 1933-1939, 1946-1956; Mt Pleasant, 1960-1965; Boya, 1969-1995+) - Qualifications: cc; AOCP 233, 1926, No. ?? in WA; AOLCP 177, 1934; 1COCP 574, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: piano mechanic (Cottesloe Beach, 1925); wireless mechanic (North Perth, 1931-1958); lecturer (Mt Pleasant, 1963; Boya, 1968-1980) - [https://qsl.net/vk6zse/historic/p-vk6gm.html QSL.net] ===''MOULE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Ernest Moule|Moule, Clifford Ernest "Cliff"]] [https://www.familysearch.org/tree/person/details/G8XQ-DFH] - 1912(SA)-1998(SA) - Licences: 5CX Adelaide (Parkside, 1930-1939; Plympton, 1946-1948; McLaren Vale, 1954; Lower Mitcham, 1955-1956; Westbourne Park, 1960-1980+) - Qualifications: cc; AOCP 611, 1930, No. ?? in SA; BOCP 1462, 1956 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Clarence Gardens, 1939-1941; Glandore West, 1943) ===''MOWLEM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Mowlem|Mowlem, Leonard]] [https://www.familysearch.org/tree/person/details/GX9F-DHH] - 1878(???)-1950(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: naval employee (Toorak, 1919); radio telegraphist (Thursday Island, 1921); telegraphist (Toorak, 1925); engineer (Toorak, 1928); wireless (Malvern, 1931-1949) ===''MOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Murray Moyle|Moyle, John Murray "Johnny"]] - 1908(Vic)-1960(ACT) - 2JU Sydney, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly, 1932+; Radio TV & Hobbies, 1939-), education (Scotch College, 1923-1926), military (WW2, RAAF 1941-, Squadron Leader), broadcast (3DB, 1920s) (callsign 2JU previously Ross Amos Hull) - Links: [http://messui.polygonal-moogle.com/valves/NW198909.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198910.pdf EA2] ===''MUIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sibbald Allison Muir|Muir, John Sibbald Allison]] [https://www.familysearch.org/tree/person/details/LRB3-1J6] - 1904(SA)-1996(Vic) - 3QW Receive Melbourne (Brighton, 1923); 3QW Melbourne (Brighton, 1923-1926) - Qualifications: cc; AOCP 91, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; likely operator of 3NS dealer licence for Norris & Skelly, Elizabeth St, Melbourne 1924 - Electoral Rolls: dealer (Brighton, 1925-1927); radio dealer (Malvern, 1928); wireless (Brighton, 1931); engineer (Brighton, 1935; Ringwood, 1936-1954); nil (Somers, 1963; Langwarrin, 1968-1977; Garfield, 1980) * [[/Robert White Muir|Muir, Robert White]] [https://www.familysearch.org/tree/person/details/K644-M2J] - 1904(WA)-1966(WA) - Licences: 6RW Wagin (1933-1939); 6RW Perth (Subiaco, 1947-1965) - Qualifications: cc; AOCP 1184, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (Albany, WA, 1925-1926); jeweller & radio dealer (Wagin, WA, 1931); jeweller (Wagin, WA, 1936-1943); watchmaker (Subiaco, WA, 1949-1963) ===''MULLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Fred Mullett|Mullett, Leslie Fred]] [https://www.familysearch.org/tree/person/details/GXRX-BQD] - 1903(SA)-1980(SA) - Licences: 5ZQ Adelaide (Highgate, 1932-1933) - Qualifications: cc; AOCP 1065, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Highgate, SA, 1939-1941); engineer (Barton, ACT, 1949) ===''MULLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Mulligan|Mulligan, Frederick Charles]] [https://www.familysearch.org/tree/person/details/L2QS-X7W] - 1886(NZ)-1982(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 135, 1915; 2COCP 211, 1930; 1COCP 329, 1933 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: engineer operator (Clayfield, 1914-1917); wireless operator (Emita, Flinders Island, 1919-1928); OIC Radio Station (Darwin, 1934); radiologist (Ascot, 1936); OIC radio (Townsville, Qld, 1943); retired (Warrimoo, NSW, 1954-1958; Umina, NSW, 1958) ===''MUNRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Bruce Willson Munro|Munro, Bruce Willson]] [https://www.familysearch.org/tree/person/details/G7GX-CDJ] - 1908(Qld)-1994(Qld) - Licences: 4AL Brisbane (Hawthorne, 1927-1931; Bulimba, 1933-1939) - Qualifications: cc; AOCP 339, 1927, No. 35 in Qld; 2COCP 68, 1936 - amateur operator; amateur broadcaster; aeronautical experimenter; pilot; Qld Aero Club (Brisbane, honorary flying instructor, 1930s); Dept Civil Aviation (Brisbane, Assistant Plan Printer, 1956-1968) - Electoral Rolls: commercial pilot (Moorooka, 1943); flight checking officer (Townsville, 1943); pilot (West End, 1949-1963); commonwealth public servant (Wynnum, 1968-1972); retired (Wynnum, 1977-1980) ===''MURDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilmot Henry Murden|Murden, Wilmot Henry]] [https://www.familysearch.org/tree/person/details/G691-7WC] - 1915(Vic)-19??(???) - Licences: 7TY Launceston (1934-1937); 3TY Melbourne (West Preston, 1938-1939; Thornbury, 1947); 3TY Rapanyup (1948); 3TY Sale (1954-1955); 3TY Swan Hill (1956-1960) - Qualifications: cc; AOCP 1243, 1934, No. ?? in Tas; BOCP 1176, 1950; 1COCP 1610, 1951 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Sale, 1954); radio engineer (3SH, Sale, 1963) ===''MURDOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Fraser Murdoch|Murdoch, James Fraser "Fraser"]] - 19??(???)-19??(???) - 4FQ Toowoomba (1946-1948), amateur operator (AOCP 2383, 1939, No. ?? in Qld), amateur broadcaster, employment (Empire Theater under Cliff Gold 4CG) ===''MURPHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold James Murphy|Murphy, Harold James]] [https://www.familysearch.org/tree/person/details/LD6Q-ZGP] - 1899(NSW)-1958(Qld) - Licences: 4HM Ilfracombe (1935-1937); 4HM Pomona (1938-1939); 4HM Brisbane (Wooloowin, 1947-1956) - Qualifications: cc; AOCP 1532, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: telegraphist (Auchenflower, Qld, 1925; Milton, Qld, 1928); postal official (Stanthorpe, Qld, 1930); postmaster (Ilfracombe, Qld, 1936-1937); insurance agent (Wooloowin, Qld, 1943); postal official (Wooloowin, Qld, 1949); public servant (Stafford, Qld, 1958) ===''MURRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Alexander Murray|Murray, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/G89D-SZ7] - 1908(???)-1985(NSW) - Licences: 2FM Sydney (Rose Bay, 1927; Mosman, 1928-1935; Cremorne, 1936-1939; Mosman, 1946-1947; Lindfield, 1948-1949; Carramar, 1950-1975); 2FM Blayney (1980+) - Qualifications: AOCP 336, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Mosman, 1930); engineer (Mosman, 1933); fitter (Mosman, 1934); draftsman (Mosman, 1935); engineer (Neutral Bay, 1943); draftsman (Mosman, 1949); draughtsman (Carramar, 1958-1977); retired (Blayney, 1980) * [[/John William Murray|Murray, John William]] [https://www.familysearch.org/tree/person/details/G879-32L] - 1905(Vic)-1997(Vic) - Licences: 3JY Melbourne (Elsternwick, 1928-1930; Fitzroy, 1931-1939); 3AJY Melbourne (Kew, 1960-1980+) - Qualifications: AOCP 396, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Elsternwick, 1928); projectionist (St Kilda, 1934; Melbourne East, 1936); technician (St Kilda West, 1943-1949); projectionist (Kew, 1954-1980) - several contemporaneous John William Murray's in Melbourne, identification not certain * [[/Kynaston Noel Lathrop Murray|Murray, Kynaston Noel Lathrop]] - 1838(Eng)-1916(Tas) - clubs and societies (Telegraph Electrical Society Vic, member, 1880s; Vic Posts & Telegraphs, 1860s-1870s; Vic Railways Dept, 1880s-1890s) * [[/Malcolm Imlay Murray|Murray, Malcolm Imlay]] [https://www.familysearch.org/tree/person/details/G8VW-684] - 1908(WA)-1980(WA) - Licences: 6MY Perth (City, 1930; South Perth, 1933-1939; Floreat Park, 1946-1980+) - Qualifications: cc; AOCP 677, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (East Perth, 1931); radiotrician (South Perth, 1936; Floreat Park, 1943-1980) ===''MUSGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Mandeville D'Oyly Musgrove|Musgrave, Mandeville D'Oyly]] - 19??-19?? - broadcast station proprietor (6ML & others) ===''MUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus Keith Mutton|Mutton, Angus Keith]] [https://www.familysearch.org/tree/person/details/GD5F-BQM] - 1910(SA)-1991(SA) - Licences: 5ZY Adelaide (Toorak Gardens, 1933; Tusmore, 1937-1938) - Qualifications: cc; AOCP 1089, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Tusmore Gardens, SA, 1939-1943) * [[/Arthur Henry Mutton|Mutton, Arthur Henry]] [https://www.familysearch.org/tree/person/details/KC1Y-PP5] - 1908(NSW)-1986(NSW) - Licences: 2QT Receive Sydney (Stanmore, 1923-1925); 2QT Sydney (Stanmore, 1926-1939) - Qualifications: AOCP 237, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Annandale, 1930-1937); communication engineer (Maroubra, 1943-1968); public servant (Bayview, 1972-1980) =='''N'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''NAIRN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Linley Beeton Nairn|Nairn, Arthur Linley Beeton]] [https://www.familysearch.org/tree/person/details/L58V-M8X] - 1895(SA)-1978(NZ) - Licences: 2BI Receive Sydney (Mosman, 1922-1923) - Qualifications: CPRTelephony 373, 1918 - amateur receiver - Electoral Rolls: company manager (Hamilton, NZ, 1938); director (Days Bay, Wellington, NZ, 1946-1954) ===''NANCARROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Stanley Nancarrow|Nancarrow, Ralph Stanley]] [https://www.familysearch.org/tree/person/details/GST3-XQ3] - 1904(SA)-1991(SA) - Licences: 5PK Georgetown (1930-1933); 2PY Sydney (Mosman, 1935; Randwick, 1936-1939); 2ACN Sydney (Lane Cove, 1954-1961; North Ryde, 1965-1975) - Qualifications: cc; AOCP 719, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Randwick, NSW, 1936-1937); electrical fitter (Lane Cove, NSW, 1943-1963); fitter (North Ryde, NSW, 1972-1980) ===''NANGLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Nangle|Nangle, James]] [https://www.familysearch.org/tree/person/details/GD3V-F31] - 1869(NSW)-1941(NSW) - Licences: 2MU Receive Sydney (Marrickville, 1922); 2MU Sydney (Marrickville, 1923-1927; Observatory, 1928-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; 1920s Superintendent Technical Education NSW; hon. Government Astronomer NSW; Sydney University (Senate); Royal Society of NSW (president); Fellow Royal Astronomical Society; Fellow Federal Institute of Architects; author (astronomy, architecture) - Electoral Rolls: architect (Petersham, 1903); Government Astronomer (Observatory, 1930-1937) - Links: [https://adb.anu.edu.au/biography/nangle-james-7722 ADB] ===''NASH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Charles Nash|Nash, William Robert Charles]] [https://www.familysearch.org/tree/person/details/GDWX-LWF] - 1918(NSW)-2007(NSW) - Licences: 2WW Sydney (Crows Nest, 1934-1937); 4WN Cairns (1938-1939) - Qualifications: cc; AOCP 1329, 1934, Qld; 1COCP 138, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: company manager (Castlecrag, NSW, 1963-1980) ===''NEALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Drayton Neale|Neale, Eric Drayton Snr]] [https://www.familysearch.org/tree/person/details/G88H-NWT] - 1907(Qld)-1968(Qld) - Licences: 4EN Longreach (1934-1939); 4EN Brisbane (Wooloowin, 1946-1960) - Qualifications: cc; AOCP 1298, 1934, Qld - amateur operator, amateur broadcaster, federal public servant (PMGD, telegraphist), radio club (WIAQ, QSL officer) - Relationships: father of 4?? Eric Drayton Neale Jnr - Electoral Rolls: telegraphist (Wooloowin, 1928; Longreach, 1936; Grange, 1937; Wooloowin, 1943-1963) ===''NEAVERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Laurence Neaverson|Neaverson, Leslie Laurence or Lawrence Leslie]] [https://www.familysearch.org/tree/person/details/LYTM-HCD] - 1899(Eng)-1993(NSW) - Licences: G5NX (Lakeside, Cumbria, 1922+); 4NV Brisbane (Holland Park, 1947-1956+) - Qualifications: cc; Nil yet identified - amateur operator; associate member IRE (Britain); principal Anglo Austral Hearing Aid Dispensary - Electoral Rolls: surgical technician (Holland Park, Qld, 1949-1958) ===''NELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alfred Montague Nell|Nell, George Alfred Montague]] [https://www.familysearch.org/tree/person/details/G87B-PP6] - 1900(Ceylon)-1989(NSW) - Licences: 2JQ Quirindi (1928-1929); 2JQ Canberra (1930); 2JQ Moruya (1931-1936); 2JQ Binda (1937-1939); 2JQ Crookwell (1946-1950); 2JQ Junee (1954-1965); 2JQ Goulburn (1969-1980) - Qualifications: AOCP 413, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clergyman (Moruya, 1930-1934; Crookwell, 1936-1949; Junee, 1954-1968; Goulburn, 1972-1980) ===''NELSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Yeates Nelson|Nelson, John Yeates]] [https://www.familysearch.org/tree/person/details/G884-YDV] - 1851(Irl)-1932(NSW) - Licences: XAA Sydney (McMahon's Point, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter; federal public servant (PMGD, chief electrical engineer (NSW)) - Electoral Rolls: electrician (Milson's Point, 1930-1931) ===''NESTROM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Louis Nestrom|Nestrom, Oliver Louis]] [https://www.familysearch.org/tree/person/details/GX22-9H4] - 1912(NSW)-1999(SA) - Licences: 5RZ Adelaide (St Peters, 1936-1937; Joslin, 1938); 2ADJ Sydney (Homebush, 1939); 5RZ Adelaide (Colonel Light Gardens, 1947; Glenelg, 1948; St Georges, 1954); 5RZ Port Augusta, 1955-1956); 5RZ Adelaide (Kurralta Park, 1960; Manningham, 1965-1969; St Peters, 1975); 5RZ Clare (1980+) - Qualifications: cc; AOLCP, 224, 1935; AOCP 1725, 1936, SA; BOCP 719, 1946; 2COCP 1178, 1949; 1COCP 1491, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Modbury, SA, 1939); fitter (Strathfield, NSW, 1943) ===''NEVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Clifford Anderson Neville|Neville, Alfred Clifford Anderson]] [https://www.familysearch.org/tree/person/details/GXH3-Z4D] - 1907(Eng)-1987(Qld) - Licences: 4ED Receive Brisbane (Wooloowin, 1923) - Qualifications: cc; 3COCP 5827, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Hamilton, Qld, 1928); clerk (Windsor, Qld, 1934-1943); accountant (Hawthorne, Qld, 1954-1958); retired (East Brisbane, 1963-1980) ===''NEWBERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Mallord Newberry|Newberry, Archibald Mallord]] [https://www.familysearch.org/tree/person/details/LH51-SDW] - 1893(Eng)-1973(Vic) - Licences: 3AN Red Cliffs (1930-1939) - Qualifications: AOCP 606, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: watchmaker (Red Cliffs, 1924-1931); radio dealer (Red Cliffs, 1934-1942); cycle dealer (Red Cliffs, 1949-1972) ===''NEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert James Newell|Newell, Albert James "Bert"]] [https://www.familysearch.org/tree/person/details/LJ1C-RGW] - 1910(Sct)-1998(Qld) - Licences: 4BN Mill Hill via Warwick (1936-1939); 4BN Brisbane (Archerfield, 1947-1948; Moorooka, 1954); 4AJ Brisbane (Moorooka, 1965; Yeronga, 1969; Ormiston, 1975); 4AJN Brisbane (Ormiston, 1980+) - Qualifications: cc; AOCP 1727, 1936, Qld; 2COCP 559, 1942; 1COCP 588, 1942; TVOCP 531, 1962 - amateur operator; amateur broadcaster; AWA Aviation Radio Service - Electoral Rolls: shed hand (Mill Hill, Qld, 1931-1943); radio technician (Moorooka, Qld, 1949-1968); television technician (Yeronga West, Qld, 1972); retired (Ormiston, Qld, 1977-1980) ===''NEWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Frederick Newman|Newman, Arthur Frederick]] [https://www.familysearch.org/tree/person/details/9JJ9-YSK] - 1881(India)-1952(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 10, 1914; CPRT 90, 1915; 1COCP 49, 1930 - RANRS (Radio Lieutenant, 1917-1920, terminated Nov 1920); WW1; WW2 - Comment: several contemporaneous AFNs - Electoral Rolls: traffic officer (Elsternwick, 1917-1919); assistant! (Malvern East, 1924-1931); piano tuner (St Kilda, 1931) * [[/Sydney Moreton Newman|Newman, Sydney Moreton "Syd"]] [https://www.familysearch.org/tree/person/details/LL41-PBM] - 1898(NSW)-1998(NSW)99yo - Licences: XPZ Melbourne (Canterbury, 1913-1914); 3MC Melbourne (Canterbury, 1923-1927) - Qualifications: cc; CPRT 655, 1921; 1COCP 90, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Turramurra, 1930-1958); retired (Wahroonga, 1963-1980) - TroveTag: "XPZ-3MC - Sydney Moreton Newman" (68 tags) - Links: [http://messui.polygonal-moogle.com/valves/NW199101.pdf EA] * [[/William Harold Newman|Newman, William Harold]] [https://www.familysearch.org/tree/person/details/GD3V-4N5] - 1889(NSW)-1943(Vic) - Licences: 2MK? Receive Sydney (Artarmon, 1922); 2MJ Sydney (Artarmon, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: railway official (Artarmon, 1930-1934); secretary (Mosman, 1936-1943) ===''NICHOLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rupert Nicholas|Nicholas, William Rupert]] [https://www.familysearch.org/tree/person/details/GD14-RFV] - 1913(Tas)-1995(Tas) - Licences: 7WR Hobart (North Hobart, 1932-1939) - Qualifications: cc; AOCP 896, 1932, No. ?? in Tas; AOLCP 72, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Hobart North, 1936; New Town, 1943-1954) ===''NICOLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Nicoll|Nicoll, William]] - 1903(Canada)-19??(???) - Licences: 4CO Receive Brisbane (Upper Paddington, 1923) - Qualifications: cc; CPRT 644, 1921 - amateur Receiver - Electoral Rolls: telegraphist (Bardon, 1925-1929) ===''NICHOLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hartley Nicholls|Nicholls, Alan Hartley]] [https://www.familysearch.org/tree/person/details/GFQR-VH9] - 1913(WA)-1981(WA) - Licences: 6KE Corrigin (1936-1937); 3NI Melbourne (East St Kilda, 1938-1939); 2NI Sydney (Manly, 1946; Cremorne, 1947-1954; Manly, 1955-1956); 2ANI Sydney (Mosman, 1960-1965); 4AL Brisbane (Greenslopes, 1965); 4NI Cairns (1975); 6NX Perth (South Guildford, 1980) - Qualifications: cc; AOCP 1814, 1936, WA; BOCP 219, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: RAAF (Hawthorn, Vic, 1942); radio engineer (Cremorne, NSW, 1949); shopkeeper (Wilston, Qld, 1958); electronic engineer (Cremorne, NSW, 1963); engineer (Cairns, Qld, 1972-1977; South Guildford, WA, 1980) * [[/Francis Edgar Nicholls|Nicholls, Francis Edgar]] [https://www.familysearch.org/tree/person/details/GD1H-8KQ] - 1910(Vic)-1995(Tas) - Licences: 7RY Devonport (1932-1933); 7RY Burnie (1937-1939); 7RY Hobart (New Town, 1946-1948; Lenah Valley, 1954-1955; New Town, 1960; Lenah Valley, 1965-1969; Midway Point, 1975-1980) - Qualifications: cc; AOCP 991, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Lenah Valley, 1943-1954) * [[/William James Nicholls|Nicholls, William James]] [https://www.familysearch.org/tree/person/details/G6S3-26D] - 19??(Vic)-1966(Vic) - Licences: 3FW Melbourne (Moonee Ponds, 1931-1933) - Qualifications: cc; AOCP 780, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Moonee Ponds, 1922-1963) * [[/William John Matthew Nicholls|Nicholls, William John Matthew or William John]] [https://www.familysearch.org/tree/person/details/G8WW-PDS] - 1908(Vic)-19??(???) - Licences: 3WX Melbourne (Williamstown, 1928-1933); 7WX Launceston (1937-1939); 3WX Melbourne (Williamstown, 1946-1965; East Malvern, 1969-1980+) - Qualifications: cc; AOCP 419, 1928, No. ?? in Vic; 2COCP 343, 1931; 1COCP 309, 1933 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Williamstown, 1931-1936); RAAF (Williamstown, 1949); radio engineer (Williamstown, 1954-1963; Malvern East, 1968-1980) ===''NICHOLSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Russell Malcolm Nicholson|Nicholson, Russell Malcolm]] [https://www.familysearch.org/tree/person/details/G8Z7-7W4] - 1909(Qld)-1974(NSW) - Licences: 4KG Ilfracombe (1929-1933) - Qualifications: cc; AOCP 529, 1929, No. ?? in Qld; BOCP 48, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing contractor (Longreach, 1936); manager 4LG (Longreach, 1937); radio mechanic (Coolangatta, 1949-1972) ===''NICOLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Hort Wilmot Nicolle|Nicolle, Horace Hort Wilmot]] [https://www.familysearch.org/tree/person/details/G8ZS-MZF] - 1908(NSW)-1974(NSW) - Licences: 2HK Sydney (Strathfield, 1929-1933; Ryde, 1934); 2AJT Sydney (Wollstonecraft, 1939) - Qualifications: AOCP 527, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chemist apprentice (Strathfield, 1930); pharmacist (Strathfield, 1933-1935); chemist (Chatswood, 1943-1968) ===''NILSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver John Nilsen|Nilsen, Oliver John]] [https://www.familysearch.org/tree/person/details/G8W4-W1G] - 1884(Vic)-1977(Vic) - Licences: Receive (Valve) Melbourne (Brighton, 1923); 3UZ Melbourne (1924-25) - Qualifications: Nil identified to date - amateur operator; amateur broadcaster - 3UZ experimental callsign issued to Oliver J. Nilsen & Co in 1923, operator N. J. Boyd; callsign withdrawn 1925 and reallocated to Nilsen's broadcast station which remains current as at 2021 - Electoral Rolls: electrical engineer (Fitzroy, 1909-1924; Chelsea, 1928-1931); contractor (Caulfield, 1934-1954); engineer (Elsternwick, 1972; Hawthorn, 1977-1980) - Links: [https://adb.anu.edu.au/biography/nilsen-oliver-john-11244 ADB] ===''NISSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Laurence Nissen|Nissen, Eric Laurence]] [https://www.familysearch.org/tree/person/details/G8DS-ZLR] - 1905(Qld)-2001(Qld) - Licences: 4XN Dalby (1930-1939, 1946-1975+); 4XN Toowoomba (1980) - Qualifications: cc; AOCP 574, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, member); broadcast technician (4QS, 1939-1976); federal public servant (PMGD); Awards: Imperial Service Medal 1976 - Electoral Rolls: none specified (Dalby, 1928-1937); PMG technician (Dalby, 1972); retired (Toowoomba, 1977) ===''NIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edgar Nixon|Nixon, Arthur Edgar]] [https://www.familysearch.org/tree/person/details/G8M2-SM5] - 1905(Vic)-1961(Vic) - Licences: 3ON Receive Melbourne (Windsor, 1923-1924) - Qualifications: AOCP 361, 1927, No. ?? in Vic - amateur receive operator - Electoral Rolls: labourer (Elsternwick, 1931); salesman (St Kilda West, 1931-1936); electrical fitter (Albert Park, 1943-1954) ===''NOLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Michael Nolan|Nolan, Francis Michael]] [https://www.familysearch.org/tree/person/details/9Q3R-X84] - 1910(NSW)-1985(Qld) - Licences: 4FN Brisbane (Wooloowin, 1935-1937; Clayfield, 1938-1939; Stafford Heights, 1946-1948); 4MF Portable (1948); 9FN Port Moresby & 9MF Portable (1954-1956); 4FN/T Gracemere (1960-1969); 4FN/T Brisbane (Wavell Heights, 1975; Virginia, 1980) - Qualifications: cc; AOCP 1433, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, WIAQ); broadcast technician (9PA, 4RK); radio serviceman; federal public servant (PMGD) - Electoral Rolls: * [[/Francis William Nolan|Nolan, Francis William "Frank"]] [https://www.familysearch.org/tree/person/details/GX6W-XPW] - 1897(NSW)-19?? - Licences: 4JU Brisbane (Brisbane City, 1929-1939, 1947-1956; Paddington, 1960) - Qualifications: cc; AOCP 43? & 501, 1924 & 1929, No. ? in Qld - amateur operator; amateur broadcaster; radio serviceman - Relationships: husband of 4LO Violet Elizabeth Nolan nee Hennessey - Comment: several genealogy sites have wrong data for FWN - Electoral Rolls: cartoonist (Brisbane City, Qld, 1921-1925); radio mechanic (Brisbane, City, 1934-1936); radio engineer (Brisbane City, Qld, 1954-1958) * [[/John Spencer Nolan|Nolan, John Spencer]] [https://www.familysearch.org/tree/person/details/LTBW-KMV] - 1868(NSW)-1936(NSW) - Licences: XED Sydney (Double Bay, 1911-1914); 2JH Receive Sydney (Double Bay, 1922); 2JH Sydney (Double Bay, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; dentist and dental surgeon - Relationships: father of 2YI Philip Spencer Nolan - Electoral Rolls: dentist (Woollahra, 1930-1935) * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] [https://www.familysearch.org/tree/person/details/GX6W-DSX] - 1896(Qld)-19??(???) - Licences: 4LO Brisbane (City, 1931-1939) - Qualifications: cc; AOCP 826, 1931, No. ? in Qld - amateur operator; amateur broadcaster - Comment: fourth YL operator in Qld - Relationships: wife of 4JU Francis William Nolan - Electoral Rolls: home duties (Brisbane City, Qld, 1921-1943); not stated (Eagle Heights, Qld, 1949); home duties (Tweed Heads, NSW, 1954); domestic (Spring Hill, Qld, 1958); retired (Coolangatta, Qld, 1958) * [[/Philip Spencer Nolan|Nolan, Philip Spencer "Spencer"]] [https://www.familysearch.org/tree/person/details/LTBW-ZWX] - 1897(NSW)-1929(NSW) - Licences: 2YI Sydney (Double Bay, 1924-1929) - Qualifications: AOCP 58, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; dentist - Relationships: son of XED-2JH Lieut John Spencer Nolan - Comment: gone too soon - Electoral Rolls: Nil yet identified ===''NOLTE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Nolte|Nolte, George Edward]] [https://www.familysearch.org/tree/person/details/G8HG-DD4] - 1911(Vic)-1997(NSW) - Licences: 3NO Melbourne (Elwood, 1929-1939); 2QO Sydney (Potts Point, 1948-1950; Bexley North, 1954-1975); 2QO Wamberal (1980+) - Qualifications: AOCP 492, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1936-1937); radio engineer (Darlinghurst, 1943-1949; Bexley North, 1958-1963); retired (Wamberal, 1980) ===''NORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Norman|Norman, William James]] [https://www.familysearch.org/tree/person/details/GD1Q-ZRS] - 1899(Tas)-19??(???) - Licences: 7WJ Eddystone Point Lighthouse (1931) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: stoker (Longford, 1922); lightkeeper (Tasman Island, 1928; Eddystone Lighthouse, 1934; Maatauyker Island, 1936; Currie Harbour, King Island, 1937) ===''NORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Anthony David Norris|Norris, Anthony David "Tony"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Edgar Lewin Norris|Norris, Edgar Lewin]] [https://www.familysearch.org/tree/person/details/G9YH-3D4] - 1891(Qld)-1956(Qld) - Licences: 4CK Receive Toowoomba (1922); 4CK Toowoomba (1923-1931) - Qualifications: cc; AOCP 80, 1925, No. 8 in Qld - amateur operator; amateur broadcaster; radio club (Toowoomba RC); WW1 - Relationships: father of 4NO Edgar Thomas Norris - TroveTag: "4CK - Edgar Lewin Norris" - Electoral Rolls: optician (Rockhampton, 1913); optometrist (Wooloowin, 1919; Toowoomba, 1925-1954) * [[/Edgar Thomas Norris|Norris, Edgar Thomas "Tom" "Tommy"]] [https://www.familysearch.org/tree/person/details/G855-G68] - 1930(Qld)-2019(Qld) - Licences: 4NO Toowoomba (1969-1980+) - Qualifications: cc; 3COCP 6945, 1967; AOLCP Q2, 1968; AOCP Q13, 1968, Qld - amateur operator, amateur broadcaster - Relationships: son of 4CK Edgar Lewin Norris - Electoral Rolls: charge hand (Toowoomba, 1954-1980) ===''NORTHEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurence Harry Northeast|Northeast, Laurence Harry "Laurie"]] [https://www.familysearch.org/tree/person/details/LLM3-8NK] - 1908(SA)-1972(SA) - Licences: 5LH Adelaide (Rosewater, 1927) - Qualifications: cc; AOCP 315, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Rosewater, 1939-43) =='''O'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ==='''OAKES'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Andrew Oakes|Oakes, Walter Andrew]] [https://www.familysearch.org/tree/person/details/GDRK-RBQ] - 1907(Tas)-1983(NSW) - Licences: 7BQ Receive Hobart (New Town, 1923); Receive Hobart (New Town, 1923) - Qualifications: cc; 3COCP N1088, 1971 - amateur receiver - Electoral Rolls: electrician (Manly, 1930); electrical fitter (Launceston, 1937); railway employee (New Town, 1943-1949); electrician (Lindfield, 1954); business proprietor (Roseville, 1958); managing director (Roseville, 1963-1968); director (Roseville, 1972-1980) ==='''O'BRIEN'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Clare O'Brien|O'Brien, Charles Clare]] [https://www.familysearch.org/tree/person/details/GMTS-7SJ] - 1904(Qld)-1994(Qld) - Licences: 4NC Brisbane (Stafford, 1939, 1948-1980+) - Qualifications: AOCP 2386, 1939, Qld - amateur operator, WW2 - Electoral Rolls: mechanic (Kilcoy, 1928); telephone mechanic (Eagle Junction, 1936-1943); technician (Stafford, 1954-1980) * [[/Charles Raymond Heddington O'Brien|O'Brien, Charles Raymond Heddington]] [https://www.familysearch.org/tree/person/details/G8FN-4CX] - 1913(Vic)-1975(Vic) - Licences: 3QX Melbourne (Glenhuntly, 1930-1939) - Qualifications: AOCP 626, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Glenhuntly, 1934-1936); electrical engineer (Ballarat, 1942); engineer (Kew, 1954; Mount Waverley, 1963-1972) * [[/Matthew O'Brien|O'Brien, Matthew or Matthew Michael]] [https://www.familysearch.org/tree/person/details/GZG7-P35] - 1904(Qld)-1978(Qld) - Licences: 4MM Brisbane (Toowong, 1926-1933; Annerley, 1937-1939, 1946-1965) - Qualifications: cc; AOCP 234, 1926, No. 20 in Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, ARTL, WIAQ, president all); journalist (Teleradio, "Vic Eddy"); Dept Labour Exchange (administration) - Electoral Rolls: public servant (Toowong, 1925-1936; Annerley, 1943-1977) ==='''O'DEA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick O'Dea|O'Dea, Francis Patrick]] [https://www.familysearch.org/tree/person/details/GXTP-7KL] - 1894(Vic)-19??(???) - Licences: XJAX Melbourne (Ascot Vale, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 (Army, AWS) - Electoral Rolls: clerk (North Melbourne, 1912-1913; Ascot Vale, Vic, 1914-1937); railways (Brighton, Vic, 1942-1949); railway employee (Footscray North, Vic, 1963-1977) - Links: [https://alh-research.tripod.com/Light_Horse/index.blog/1911842/australian-wireless-squadron-aif-francis-patrick-odea/ AWS] ==='''ODGERS'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Fieldhouse Odgers|Odgers, Norman Fieldhouse]] [https://www.familysearch.org/tree/person/details/GDVD-CYK] - 1906(Qld)-1996(WA) - Licences: 4BO or 4BD Brisbane (Newmarket) & Charters Towers (1924-1925); 4NK; 9NK Port Moresby (1946-1948); 6NF Perth (Applecross, 1954-1969; Bassendean, 1975-1980); 4CH - Qualifications: cc; CPRT 896, 1925; 2COCP 212, 1930; 1COCP 108, 1936 - amateur operator; amateur broadcaster; ship wireless officer; broadcast engineer; WW2 - Electoral Rolls: senior technician (Applecross, 1954-1963); manager (Applecross, 1968); retired (Bassandean, 1972-1980) ==='''O'DONNELL'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Amos Leslie O'Donnell|O'Donnell, Amos Leslie]] [https://www.familysearch.org/tree/person/details/G8NW-Q1P] - 1910(SA)-19??(NSW) - Licences: 6DX Perth (City, 1930-1933); 2AGE Sydney (Ashfield, 1938-1939); 2AOO Sydney (Caringbah, 1960; Mona Vale, 1965-1969) - Qualifications: cc; AOCP 639, 1930, No. ?? in WA; BOCP 515, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: student (North Perth, WA, 1931); radio engineer (Ashfield, NSW, 1937); education officer (No. 2 W.A.G.S., Parkes, NSW, 1943); engineer (Ashfield, NSW, 1949; Caringbah, NSW, 1958) ==='''O'HARA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bernard O'Hara|O'Hara, John Bernard]] [https://www.familysearch.org/tree/person/details/G8XM-Y9M] - 1902(Vic)-1970(Vic) - Licences: 3OH Maryborough (1930-1939); 3OH Yallourn (1946-1948); 3AAO Melbourne (Mt Waverley, 1960) - Qualifications: AOCP 607, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: teacher (Albert Park, 1921-1924) instructor (Maryborough, 1928); teacher (Kew, 1934; Maryborough, 1937; Ballarat, 1937; Maryborough, 1943, Warrnambool, 1954; Maldon, 1963) ==='''OHRBOM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Axel Ragnar Ohrbom|Ohrbom, Axel Ragnar "Ray"]] [https://www.familysearch.org/tree/person/details/G8WZ-PWJ] - 1903(Tas)-1978(Vic) - Licences: Receive Melbourne (Brunswick, 1923-1924); 3OC Melbourne (West Brunswick, 1928; Coburg, 1931-1939; Moreland, 1946-1948; Hartwell, 1954-1975) - Qualifications: AOCP 421, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Coburg West, 1949); sharebroker (Camberwell, 1954-1977); retired (Burwood, 1977) ===''OLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Olof Lemuel Olden|Olden, Olof Lemuel]] - 1863(Vic)-1939(Vic) - Hobart 1920s, early wireless experimenter, no licence yet identified, amateur operator (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, President, 1924), military (Colonel, WW1), occupation (school master) ===''OLDFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Bernam Oldfield|Oldfield, Frederick Bernam]] [https://www.familysearch.org/tree/person/details/G8YP-9R2] - 1897(Vic)-1962(NSW) - Licences: 5DO Adelaide (1924); 3FB Melbourne (Hampton, 1937-1938); 2FE Sydney (Balmoral, 1939) - Qualifications: cc; AOCP 1240, 1934, No. ?? in Vic - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: teacher (Brighton, Vic, 1931; Sandringham, Vic, 1935-1937); journalist (Mosman, NSW, 1943); A.M.F. (Mornington, 1954); tutor (Neutral Bay, 1958) ===''OLDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Oldham|Oldham, Charles Edward]] [https://www.familysearch.org/tree/person/details/KZFK-XBT] - 1902(Tas)-1950(Tas) - Licences: 7XA Hobart (New Town, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1923, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Town, 1936-1949) * [[/Fred Oldham|Oldham, Fred]] - 19??(???)-19??(???) - early Tasmanian wireless experimenter, first president of Hobart Tramways Wireless Club 1905 ===''O'LEARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cornelius Daniel Fraser O'Leary|O'Leary, Cornelius Daniel Fraser or Daniel Fraser]] [https://www.familysearch.org/tree/person/details/KN18-4BH] - 1893(SA)-1955(SA) - Licences: 5DO Adelaide (Tusmore Gardens, 1929-1933) - Qualifications: cc; AOCP 495, 1929, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Unley, 1939-1941) ===''OLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dalley George Tryon Oliver|Oliver, Dalley George Tryon]] [https://www.familysearch.org/tree/person/details/LZ8W-MMR] - 1888(NSW)-1959(NSW) - wireless experimenter (1924+) 2?? Gunedah, amateur broadcaster - Electoral Rolls: engineer (Gunnedah, 1930-1943; Keepit Dam, Tamworth, 1949-1954); retired (Condoblin, 1958) - Relationships: brother of 2MO Marcius John Alexander Oliver * [[/Marcius John Alexander Oliver|Oliver, Marcius John Alexander "Marcus"]] [https://www.familysearch.org/tree/person/details/LZ8W-M82] - 1875(NSW)-1946(NSW) - Licences: 2MO Gunedah (1929) - Qualifications: AOCP ??, 19??, No. ?? in NSW; AOLCP 91, 1932 - amateur operator, amateur broadcaster, broadcast engineer, radio station proprietor (2MO, 1930-1939), military (air spotters, Port Macquarie) - Electoral Rolls: engineer (Gunnedah, 1930-1936; Port Macquarie, 1943) - Relationships: brother of Dalley George Tryon Oliver ===''OLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Durrant Olle|Olle, John Durrant]] [https://www.familysearch.org/tree/person/details/G4HS-WSX] - 1910(NSW)-1975(Vic) - Licences: 2OZ Sydney (Ashfield, 1929-1939, 1946; Pennant Hills, 1947-1948; Ashfield, 1950) - Qualifications: AOCP 553, 1929, No. ?? in NSW; 2COCP 321, 1931; 1COCP 197, 1931 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Summer Hill, 1936-1937; Ashfield, NSW, 1943); soldier (South Yarra, Vic, 1949); public servant (Mornington, 1963-1980) ===''OLLIVIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Frances Ollivier|Ollivier, Neil Frances]] [https://www.familysearch.org/tree/person/details/GFQB-VPD] - 1916(WA)-1942(WA) - Licences: 6FO Perth (Hollywood, 1932-1939) - Qualifications: cc; AOCP 1067, 1932, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: Nil yet identified ===''O'LOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick Morgan O'Loughlin|O'Loughlin, Francis Patrick Morgan]] [https://www.familysearch.org/tree/person/details/GX6M-Z3Q] - 1902(Qld)-1979(Qld) - Licences: 4OL Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1347, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Red Hill, Qld, 1936-1937; Ashgrove, Qld, 1943-1977) ===''OLSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Vivian Olsen|Olsen, Frederick Vivian "Fred"]] [https://www.familysearch.org/tree/person/details/G8CP-4XJ] - 1912(Vic)-2001(Vic) - Licences: 3FO Melbourne (Hawthorn, 1929-1931; Hampton, 1933-1939) - Qualifications: cc; AOCP 521, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hampton, 1936-1954; Brighton, 1963; Hampton, 1972-1980) * [[/Norman Frederick Olsen|Olsen, Norman Frederick or Frederick Norman (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/G8BY-8JS] - 1901(NSW)-1980(NSW) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 516, 1920, NSW; 2COCP 59, 1929, NSW; 1COCP 252, 1932 - Nil yet identified - Electoral Rolls: wireless operator (Hurlstone Park, 1934-1937); newsagent (Torwood, 1954-1958); no occupation (Lord Howe Island, 1963-1980) * [[/Norman Peter Olsen|Olsen, Norman Peter]] [https://www.familysearch.org/tree/person/details/G8BY-444] - 1897(NSW)-1988(NSW) - Licences: 2YK Newcastle (1924-1925); 2ZX Waratah (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrician (Waratah, 1930; Mayfield, 1932); public servant (Redfern, 1932-1933; Kogarah, 1934-1935; Wollongong, 1936-1937; Artarmon, 1943-1949; Kogarah, 1949-1963); nil (Merewether, 1968-1980) * [[/Olaf Olsen|Olsen, Olaf]] [https://www.familysearch.org/tree/person/details/G6QT-69T] - 1878(Norway)-1964(Qld) - Licences: 4CL Dalby 1922 (Receive) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engine driver (Dalby, 1913-1943); engineer (Toowoomba, 1949; Redcliffe, 1954; Paddington, 1958-1963) ==='''O'MAY'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. W. O'May|O'May, J. W.]] - 19??(???)-19??(???) - Licences: Receive Hobart (Bellerive, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Robert Derwent O'May|O'May, Robert Derwent "Bob"]] [https://www.familysearch.org/tree/person/details/LYNF-5NS] - 1903(Tas)-1973(Tas) - Licences: Receive Hobart (Bellerive, 1923); 7OM Hobart (Bellerive, 1924-1927+; Sandy Bay, 1931+; Bellerive, 1947-1969+) - Qualifications: cc; AOCP 74, 1925, No. ?? in Tas; 3COCP 508, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: engineer (Bellerive, 1928-1954) ==='''OPPENHEIM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Oliver George Oppenheim|Oppenheim or Oliver, Oliver George "Ollie"]] [https://www.familysearch.org/tree/person/details/LLSS-S7L] - 1911(Vic)-1988(NSW) - Licences: 3ZX Melbourne (Caulfield, 1930-1939) - Qualifications: AOCP 580, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Caulfield, 1936-1942; Elsternwick, 1949); radio engineer (Elsternwick, 1954); company executive (Coogee, 1958-1963; Lugarno, 1968); importer (Strathfield, 1972-1980) ===''O'REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Joseph O'Reilly|O'Reilly, Maurice Joseph]] [https://www.familysearch.org/tree/person/details/G824-VMC] - 1866(Irl)-1933(NSW) - Licences: XACI Bathurst (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St Stanilaus College, Bathurst, 1913); rector of college (St John's College, Camperdown, 1930-1933) - Links: [https://adb.anu.edu.au/biography/oreilly-maurice-joseph-7918 ADB] ===''O'ROURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sydney O'Rourke|O'Rourke, John Sydney]] [https://www.familysearch.org/tree/person/details/GDJP-ZW4] - 1918(NSW)-19??(???) - Licences: 4OR Brisbane (Brisbane City, 1937-1939); 4SO Brisbane (Margate Beach, 1955-1969) - Qualifications: cc; AOCP 2042, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical apprentice (Norman Park, Qld, 1943); radio engineer (Newmarket, Qld, 1949); engineer (Margate, Qld, 1954-1977) ===''ORR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Murray Donald Orr|Orr, Murray Donald]] [https://www.familysearch.org/tree/person/details/GZL8-H29] - 1900(Vic)-1941(Vic) - Licences: 3OR Lake Meran (1928-1939) - Qualifications: AOCP 440, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1940-1941) - Electoral Rolls: farmer (Lake Meran, 1924-1934) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/orr-murray-donald-1700/] ===''OSBORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jeffrey David Osborne|Osborne, Jeffrey David "Jeff"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Louis Frederick George Osborne|Osborne, Louis Frederick George]] [https://www.familysearch.org/tree/person/details/G8GF-MGZ] - 1900(Vic)-1989(Vic) - Licences: 3DD Receive Melbourne (East Malvern, 1922); 3DD Melbourne (East Malvern, 1923-1926); 3BMO Melbourne (Murrumbeena, 1980+) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: gas fitter (Malvern East, 1922-1926); inspector (Carnegie, 1931-1977) ===''OSBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bolivar Laing Osburne|Osburne, George Bolivar Laing "Laing"]] [https://www.familysearch.org/tree/person/details/MFY2-F9W] - 1896(Vic)-1933(Vic) - Licences: XKJ Terang (1913-1914); 3BG Terang (1922-1933) - Qualifications: cc; AOCP 235, 1926, No. ?? in Vic - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: student (Terang, 1922-1931) ===''OTHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Othen|Othen, Charles James]] [https://www.familysearch.org/tree/person/details/LRHF-H8Y] - 1897(SA)-19??(???) - Licences: XVT Adelaide (Glanville, 1913); 5AS Receive Adelaide (1923); 5ON Adelaide (Hindmarsh, 1954-1956; Eden Hills, 1960-1969; Blackwood, 1975) - Qualifications: cc; AOCP 3385, 1953, SA - early wireless experimenter; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: foreman (Hindmarsh, SA, 1939-1943) ===''O'TOOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian O'Toole|O'Toole, Ian]] - Licences: 2ZIO Sydney (Adamstown Heights, 1969; North Rocks, 1975; Castle Hill, 1980) - amateur operator; historian (amateur, military communications); proprietor Kurrajong Radio Museum - Electoral Rolls: - Links: [https://vk2bv.org/archive/museum/ Kurrajong Radio Museum] ===''OTTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Shannon Otty|Otty, William Shannon]] [https://www.familysearch.org/tree/person/details/GZ2F-7J1] - 1893(Eng)-1983(NSW) - Licences: 2ZL Killingworth (1923-1931); 2ZL Toronto (1933-1975); 2ZL Fennell's Bay (1980+) - Qualifications: cc; AOCP 219, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio dealer (Toronto, 1937-1954); retired (Toronto, 1958-1980) ===''OVERLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Overlack|Overlack, Peter]] - early wireless historian [https://www.navy.gov.au/sites/default/files/documents/Naval_Networks_Dominance_of_Comms_in_Maritime_Ops.pdf "The Struggle for the Australian Airwaves: The Strategic Function of Radio for Germany in the Asia-Pacific Region before World War I"] ===''OWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Chester Owen|Owen, Chester]] [https://www.familysearch.org/tree/person/details/MZ3G-H47] - 1899(Vic)-1975(Vic) - Licences: Receive Melbourne (St Kilda, 1923); 3ZM Melbourne (St Kilda, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Balaclava, 1921; St Kilda, 1922-1926); engineer (St Kilda, 1928; Caulfield, 1931); mechanic (Caulfield, 1934-1937); radio engineer (Echuca, 1943-1972) * [[/Stanley Wainwright Owen|Owen, Stanley Wainwright]] [https://www.familysearch.org/tree/person/details/GDV9-BP2] - 1912(Vic)-1987(NSW) - Licences: 6RX Perth (Mt Lawley, 1930-1931); 2RX Sydney (Wollstonecraft, 1948-1957) - Qualifications: cc; AOCP 716, 1930, No. ?? in WA; 2COCP 436, 1933; 1COCP 340, 1933; TVOCP 40, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Wollstonecraft, 1937-1958); television engineer (Wollstonecraft, 1963-1968); engineer (Wollstonecraft, 1972-1977; Artarmon, 1980) ===''OXENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Justinian Oxenham|Oxenham, Justinian]] - 1860(Qld)-1932(Vic) - senior federal public servant (Secretary, Postmaster-General's Department) ===''OXLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Oxlade|Oxlade, George]] [https://www.familysearch.org/tree/person/details/LRCK-H1C] - 1907(Qld)-1980(Qld) - Licences: 4GO Brisbane (Newmarket, 1926-1931) - Qualifications: cc; AOCP 229, 1926, No. 19 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: painter (Chermside, 1937-1943; Maroochydore, 1954; Wavell Heights, 1958), contractor (Chermside, 1963-1980) =='''P'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''PAECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leonard Paech|Paech, Robert Leonard]] [https://www.familysearch.org/tree/person/details/L6DL-76D] - 1920(SA)-1963(SA) - Licences: 5RL Adelaide (Underdale, 1936-1939, 1947-1948); 5LP Adelaide (Seacombe Gardens, 1960) - Qualifications: cc; AOCP 1626, 1936, SA; 2COCP 279, 1939; BOCP 371, 1941; 1COCP 810, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Nevison Page|Page, Leslie Nevison]] [https://www.familysearch.org/tree/person/details/GSBX-CRV] - 1920(Qld)-1972(NSW) - Licences: 4LP Brisbane (New Farm, 1937-1939; Brisbane City, 1947); 2NB Sydney (Potts Point, 1954); 2LP Sydney (St Ives, 1955-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 1931, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 2NB may have been withdrawn for 2NB Broken Hill - Electoral Rolls: labourer (Ascot, Qld, 1928-1929) (too young for 1920 birth, must be a namesake); radio technician (Darlinghurst, NSW, 1954); radio engineer (St Ives, NSW, 1958); manager (St Ives, NSW, 1963); electronics engineer (Epping, NSW, 1968; Eastwood, NSW, 1972) ===''PAGET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Ernest Paget|Paget, Harold Ernest]] [https://www.familysearch.org/tree/person/details/LDTK-ZBF] - 1904(Qld)-1962(Qld) - Licences: Receive (Valve) Brisbane (Brisbane City, Qld, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephonist (Valley, Qld, 1925-1926); postal sorter (Ashgrove, Qld, 1928-1949); mail officer (Ashgrove, Qld, 1954-1958) ===''PAICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Cameron Paice|Paice, Donald Cameron "Don"]] [https://www.familysearch.org/tree/person/details/G8KD-2FT] - 1932(Vic)-2018(Vic) - Licences: 3ADP Melbourne (Moonee Ponds, 1954-1956; Mt Waverley, 1960-1980+) - Qualifications: AOCP 3055, 1950, Vic - amateur operator - Electoral Rolls: draftsman (Moonee Ponds, 1954; Mt Waverley, 1963-1980) - Relationships: rare surname but seems not closely related to 2AJ Valentine Keith Paice * [[/Valentine Keith Paice|Paice, Valentine Keith "Val"]] [https://www.familysearch.org/tree/person/details/G8K3-5T6] - 1904(NZ)-1977(???) - Licences: ZL1AJ (Z1AJ) 1925-1926; VQ1AJ (OO1AJ) Fanning Island (1926-1928); 2AJ (VK2AJ) Sydney 1929; OA4V Peru (1929) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrical fitter (Ashbury, NSW, 1930) - Relationships: rare surname but seems not closely related to 3ADP Donald Cameron Paice ===''PARADISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Harry Elliker Paradise|Paradise, Eric Harry Elliker]] [https://www.familysearch.org/tree/person/details/GS3M-D75] - 1904(Qld)-1939(Qld) - Licences: Receive (Crystal) Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Stones Corner, Qld, 1925-1937) ===''PARASIERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Isidore Percy Robert Parasiers|Parasiers, Isidore Percy Robert "Robert"]] [https://www.familysearch.org/tree/person/details/GS9Y-8B1] - 1902(SA)-1972(SA) - Licences: 5RP Adelaide (City, 1932-1933; Glandore, 1937-1939); 6PS Perth (Inglewood, 1947); 5RF Adelaide (Glandore, 1948); 5RF Murray Bridge (1954-1969) - Qualifications: cc; AOCP 952, 1932, No. ?? in SA; AOLCP 283, 1936; BOCP 132, 1937; 2COCP 256, 1939; 1COCP 330, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''PARIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Norman Paris|Paris, James Norman "Jim"]] [https://www.familysearch.org/tree/person/details/GXWR-B1W] - 1910(SA)-1971(SA) - Licences: "WIA-L5006" Adelaide (Prospect, 1956-1960) - Qualifications: cc; Nil yet identified - amateur listener; prominent broadcast listener (1950s, 1960s); clubs (Australian DX Radio Club (SA); Southern Cross DX Club) - Electoral Rolls: Nil yet identified ===''PARISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Radcliffe Parish|Parish, Hugh Radcliffe]] [https://www.familysearch.org/tree/person/details/GCDL-Y23] - 1914(Tas)-1973(Tas) - Licences: 7CP Launceston (1932-1933) - Qualifications: cc; AOCP 1070, 1932, No. ?? in Tas; AOLCP 189, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: radio announcer (Burnie, 1936-1937); manager (Winnaleah, 1943-1949); radio executive (Launceston, 1954) ===''PARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles William Park|Park, John Charles William]] [https://www.familysearch.org/tree/person/details/GZVC-N4N] - 1904(Eng)-1983(WA) - Licences: 6BB Perth (South Perth, 1924-1980+) - Qualifications: cc; CPRT 794, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: photographer (South Perth, 1943-1949); radiographer (South Perth, 1958-1980) ===''PARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Cyril Parker|Parker, Keith Cyril]] [https://www.familysearch.org/tree/person/details/KDSK-X2P] - 1912(SA)-1993(SA) - Licences: 5PA Port Pirie (1933); 5SO Port Elliot (1980+) - Qualifications: cc; 2COCP 348, 1931; 1COCP 213, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless telegraphist (Kalgoorlie, WA, 1943); radio technician (Fiskville, Vic, 1949-1963; Bassendean, WA, 1968); manager (Cairns, Qld, 1977) * [[/Kenneth Herbert Parker|Parker, Kenneth Herbert]] [https://www.familysearch.org/tree/person/details/LTM1-Q5G] - 1905(WA)-1994(WA) - Licences: 6KP Meekatharra (1933-1939) - Qualifications: cc; AOCP 1192, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mining register (Meekatharra, WA, 1931-1937); resident magistrate (Cue, WA, 1943; Geraldton, WA, 1943); stipendary magistrate (Northam, WA, 1949); magistrate (Mt Pleasant, WA, 1954; Riverton, WA, 1958-1963; Applecross, WA, 1968-1980) * [[/P. S. Parker|Parker, P. S.]] - 19??(???)-19??(???) - Licences: 2CY Receive Sydney (Burwood, 1922); 2CM Receive Sydney (Burwood, 1923, briefly then reverted to 2CY); 2CY Sydney (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet confidently identified but likely Philip Selwyn Parker, engineer, Bellevue Hill, 1930 * [[/Ronald Alexander Parker|Parker, Ronald Alexander]] [https://www.familysearch.org/tree/person/details/GZ23-6BM] - 1908(Vic)-1984(Qld) - 3RA Melbourne (Canterbury, 1925-1926), 3RA Bendigo (1927), 3RA Melbourne (Canterbury, 1931-1933; Hawthorn, 1937-1939), 4PT Southport (1980+), qualifications (AOCP 213, 1925, No. ?? in Vic), amateur operator, amateur broadcaster, electoral rolls: clerk (Camberwell, 1931), accountant (Hawthorn, 1936-1937), secretary (Malvern, 1943-1949), retired (Southport, 1980) ===''PARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Parr|Parr, John George]] [https://www.familysearch.org/tree/person/details/G8NL-22T] - 1908(NSW)-1992(Vic) - Licences: 3OM Melbourne (Canterbury, 1930-1939) - Qualifications: AOCP 646, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Camberwell, 1931-1943); engineer (Footscray, 1949; Brunswick, 1949-1963; Melbourne City, 1968-1980) ===''PARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alchorne Parry|Parry, Charles Alchorne]] [https://www.familysearch.org/tree/person/details/GX8J-BGL] - 1916(Qld)-2009(USA) - Licences: 4CP Gordonvale (1935-1939) - Qualifications: cc; AOCP 1441, 1935, Qld; BOCP 177, 1938 - amateur operator; amateur broadcaster - Education: PhD - Electoral Rolls: radio mechanic (Cairns, Qld, 1937); engineer (Darlinghurst, NSW, 1943) ===''PARSONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warwick William Parsons|Parsons, Warwick William or William Warwick (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/L2L4-5ZC]- 1903(SA)-1974(SA) - Licences: 5PS Adelaide (City, 1933; Henley Beach, 1937-1939, 1947-1948; Rose Park, 1954-1974) - Qualifications: cc; AOCP 1147, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: operator (Henley, SA, 1939-1943) ===''PATERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Pryde Paterson|Paterson, Paul Pryde]] [https://www.familysearch.org/tree/person/details/GZLK-LPF] - 1915(WA)-1942(PNG) - Licences: 6PP Wiluna (1937-1939) - Qualifications: cc; AOCP 1961, 1937, WA - amateur operator, amateur broadcaster, WW2 (RAAF, 24 Squadron, Flight Lieutenant) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/paterson-paul-pryde-260515/] * [[/Raymund Gordon Paterson|Paterson, Raymund or Raymond Gordon]] [https://www.familysearch.org/tree/person/details/G8CH-7RX] - 1903(Vic)-1996(Canada) - Licences: Nil yet identified - Qualifications: AOCP 506, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: apprentice (Glenferrie, 1926-1928) ===''PATTERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Campbell Patterson|Patterson, Campbell]] [https://www.familysearch.org/tree/person/details/G9Y1-GDH] - 1912(SA)-1987(SA) - Licences: 5XR Naracoorte (1933-1939); 5XR Peterborough (1947-1980+) - Qualifications: cc; AOCP 1097, 1933, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, 1939); electrician (Quorn, 1941-1943) * [[/James Brown Patterson|Patterson, James Brown]] [https://www.familysearch.org/tree/person/details/LBTW-WDY] - 1833(Eng)-1895(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Politician, briefly Premier of Victoria (1893-1894), Postmaster-General Vic (July 1878 - March 1880) - Electoral Rolls: Nil yet identified * [[/Robert Charles William Ingram Patterson|Patterson, Robert Charles William Ingram "Charles Ingram"]] [https://www.familysearch.org/tree/person/details/GZ5T-2Q4] - 1910(Vic)-1974(Qld) - Licences: 3YP Melbourne (East Malvern, 1927-1939; Eaglemont, 1946-1954); 4YP Brisbane (Fig Tree Pocket, 1955-1969) - Qualifications: cc; AOCP 352, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: station hand (Mundabullangana, 1931-1937); agent (Fig Tree Pocket, 1958-1968) ===''PAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Anthony Paul|Paul, Leo Anthony]] - 1905(Vic)-1968(Vic) - 3JQ Receive Melbourne (Fitzroy, 1922-1923), 3LP Melbourne (Fitzroy, 1924-1937; Preston, 1938-1939), 3XO Melbourne (Fairfield, 1948-1960; Thornbury, 1965), amateur operator (AOCP 15, 1924, No. 6 in Vic), amateur broadcaster ===''PAYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George H. Payne|Payne, George H.]] - 19??(???)-1987(Qld) - 4NEV Brisbane, amateur operator (AOCP ??, 1946+, No. ?? in Qld), radio clubs (Wooloowin RC, hon. secretary; WIAQ, president, assoc. members section) * [[/John Payne|Payne, John]] [https://www.familysearch.org/tree/person/details/GDSL-41Q] - 19??(???)-19??(???) - Licences: 2IN Receive Sydney (Randwick, 1922); 2IN Sydney (Randwick, 1923-1927; Kensington, 1928-1930) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: insurance department manager (Kensington, 1930-1931); secretary (Kensington, 1933) * [[/Reginald Lewis Payne|Payne, Reginald Lewis]] [https://www.familysearch.org/tree/person/details/GZG9-HFF] - 1898(Vic)-1946(Vic) - Licences: 3RP Geelong (Newtown, 1924-1939) - Qualifications: cc; AOCP 225, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Newtown, 1919-1921); telegraphist (Newtown, 1922-1942) (check XJM R. Payne, Armadale for relationship) ===''PAYTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Payter|Payter, Joseph William]] - 18??(???)-19??(???) - early telephone experimenter in Melbourne, mechanic in Vic Posts & Telegraphs (one of James Smibert's "Williamstown boys") ===''PEARCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Ronald Pearce|Pearce, Edward Ronald]] [https://www.familysearch.org/tree/person/details/LR3M-7YJ] - 1916(Vic)-2004(WA) - Licences: 6TP Perth (North Perth, 1936-1939, 1948; Mt Hawthorn, 1954-1960) - Qualifications: cc; AOCP 1757, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (North Perth, WA, 1937); engineer (Mt Hawthorn, WA, 1949-1977); retired (Coolbinia, WA, 1980) ===''PEARN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Pearn|Pearn, William Leslie]] [https://www.familysearch.org/tree/person/details/LCKW-JRW] - 1896(SA)-1974(SA) - Licences: 5PN Adelaide (Sturt Park, 1934-1939; Wayville West, 1947-1948; Unley, 1955-1969) - Qualifications: cc; AOCP 1378, 1934, SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Unley, SA, 1939-1941) ===''PEARSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Richman Pearson|Pearson, Ian Richman]] [https://www.familysearch.org/tree/person/details/GSD3-4LF] - 1908(Vic)-1972(Tas) - Licences: 3SP Melbourne (Berwick, 1929-1931); 7KB Burnie (1948-1965); 7KB Port Sorell (1969) - Qualifications: AOCP 528, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: chemist (Deer Park, Vic, 1936-1937); medical practitioner (Burnie, Tas, 1949-1954) ===''PELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Frederick Law Pelling|Pelling, John Charles Frederick Law "Jack"]] [https://www.familysearch.org/tree/person/details/GXB3-176] - 1908(WA)-1972(WA) - Licences: 6WO Moojebing (1933-1939) - Qualifications: cc; AOCP 1213, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Dumbleyung, WA, 1931); farmer (Moojebing, WA, 1936-1943; King River, WA, 1949-1968) ===''PEMBLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Pembleton|Pembleton, Thomas Edward "Tom"]] [https://www.familysearch.org/tree/person/details/G8HP-JDF] - 1914(Qld)-2002(Qld) - Licences: 4ZL Rockhampton (1936-1939;1946-1980+) - Qualifications: cc; AOCP 1600, 1936, Qld - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: labourer (Rockhampton, 1936-1943); turner (Rockhampton North, 1949-1980) ===''PEPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Campbell Pepper|Pepper, Ralph Campbell]] [https://www.familysearch.org/tree/person/details/KC93-1MN] - 1905(NSW)-1984(Qld) - Licences: N742 Receive Tamworth (1922); 2HV Receive Tamworth (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Tamworth, 1930; Maroubra, 1931; Artarmon, 1934-1949; Newmarket, Qld, 1954-1972; Alderley, 1977-1980) ===''PERDRIAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carter Perdriau|Perdriau, Henry Carter]] [https://www.familysearch.org/tree/person/details/G3D9-L79] - 1895(NSW)-1956(NSW) - Licences: XHC Sydney (1912-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: cousin of 2ZR William James Stanley Perdriau - Electoral Rolls: manager (Chatswood, 1930-1936; Roseville, 1943-1954) * [[/William James Stanley Perdriau|Perdriau, William James Stanley]] [https://www.familysearch.org/tree/person/details/LTH6-8LS] - 1885(NSW)-1946(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923); 2ZR Sydney (Manly, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: cousin of XHC Henry Carter Perdriau - Electoral Rolls: dentist (Manly, 1930-1943) ===''PERREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Litchfield Perrey|Perrey, Alexander Litchfield]] [https://www.familysearch.org/tree/person/details/LZVM-9P9] - 1898(SA)-1965(Vic) - Licences: 5LP Strathalbyn (1925-1927) - Qualifications: cc; AOCP 99, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Francis Cole Perry|Perry, Malcolm Francis Cole]] [https://www.familysearch.org/tree/person/details/L679-XR2] - 1891(NSW)-1963(NSW) - Licences: XCP Sydney (Randwick, 1913-1914); 2DG Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Randwick, 1930-1937); editor (Randwick, 1943-1949; Coogee, 1954-1958); counsellor (Hazelbrook, 1958-1963) ===''PETERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Zornig Peters|Peters, Henry Zornig "Harry"]] [https://www.familysearch.org/tree/person/details/L4XX-HBC] - 1908(Qld)-1994(Qld) - Licences: 4ZP Maryborough (1937-1939); 4ZP Sarina (1947-1956); 4ZP Cooroy (1960-1980+) - Qualifications: cc; AOCP 1978, 1937, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: teacher (Yerra via Maryborough, Qld, 1936-1937; Sarina, 1943); farmer (Cooroy, 1963-1980) ===''PETERSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Marzanti Petersen|Petersen, Thomas William Marzanti "Bill"]] - 1919(Qld)-1981(Qld) - 4FY Brisbane (Cooparoo Heights, 1946-1947), 4YO Moreton Island (1975), amateur operator (AOCP 2321, 1939, No. ?? in Qld), radio clubs (WIAQ, councillor), military (WW2, AIF), employment (Hills TV service), business proprietor (Advance Radio, Wynnum Radio Repairs) ===''PETERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Franz Peterson|Peterson, Harold Franz]] [https://www.familysearch.org/tree/person/details/G8XJ-CV1] - 1888(NSW)-1961(NSW) - Licences: 2HP Sydney (Coogee, 1930-1960) - Qualifications: cc; AOCP 617, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: inspector (Coogee, 1930-1958) * [[/Rupert Clarence Peterson|Peterson, Rupert Clarence]] [https://www.familysearch.org/tree/person/details/G87D-VJ3] - 1910(Vic)-2000(NSW) - Licences: 7AZ Receive Hobart (West Hobart, 1922-1923); Receive Hobart (West Hobart, 1923-1924); 3PT Melbourne (Moonee Ponds, 1928-1939) - Qualifications: cc; AOCP 401, 1928, No. ?? in Vic; AOLCP 96, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Moonee Ponds, 1931-1937; Caulfield, 1942-1949; Ivanhoe, 1954-1977); retired (Merimbula, 1980) * [[/Walter Peterson|Peterson, Walter]] - 19??(???)-19??(???) - Licences: 3QP Melbourne (Toorak, 1930-1939) - Qualifications: cc; AOCP 689, 1930, Vic - amateur operator; amateur broadcaster - Electoral Rolls: telephone mechanic (Kew, 1925); telephone engineer (Kew, 1926-1928); engineer (Toorak, 1931-1937); secretary (Lilydale, 1943-1954); electrical instrument maker (Collingwood North, 1967-1968) - several contemporaneous WPs * [[/Walter Martin Peterson|Peterson, Walter Martin]] [https://www.familysearch.org/tree/person/details/LDRD-G6B] - 1910(WA)-1978(WA) - Licences: 6LW Perth (West Perth, 1937; East Perth, 1938-1939, 1947-1948; City, 1954-1956; City Beach, 1960-1975+) - Qualifications: cc; AOCP 1864, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: student (Balcatta, WA, 1931-1936; North Perth, WA, 1937; East Perth, WA, 1937-1943); radio engineer (East Perth, WA, 1949-1958); lecturer (City Beach, WA, 1963-1977) ===''PHELPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Phelps|Phelps, William Joseph]] [https://www.familysearch.org/tree/person/details/G8D5-97G] - 1912(NSW)-1987(NSW) - Licences: 2DL Sydney (Canterbury, 1931-1939, 1946; Ashbury, 1947-1975) - Qualifications: AOCP 769, 1931, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1935-1937; Ashfield, 1942; Ashbury, 1949-1963) ===''PHILBIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Philbin|Philbin, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GDKL-L7L] - 1889(Tas)-19??(???) - Licences: 7FP Queenstown (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ulverstone, 1914); electrician (Queenstown, 1919-1937); electrical fitter (Queenstown, 1949-1954); to NSW 1940s ===''PHILLIPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan William Albert Phillips|Phillips, Alan William Albert]] [https://www.familysearch.org/tree/person/details/GXVR-LD4] - 1915(SA)-2009(SA) - Licences: 5GX Adelaide (Somerton, 1936-1937) - Qualifications: cc; AOCP 1601, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (St Leonards, SA, 1939; South Plympton, SA, 1941-1943) * [[/Albert Maurice Phillips|Phillips, Albert Maurice]] [https://www.familysearch.org/tree/person/details/GXVR-GGP] - 1915(SA)-2008(SA) - Licences: 5ZU Adelaide (Prospect, 1936-1939, 1947-1980) - Qualifications: cc; AOCP 1713, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Gordon George Phillips|Phillips, Gordon George]] [https://www.familysearch.org/tree/person/details/GX7V-TB1] - 1887(NSW)-1941(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 93, 1915; 1COCP 321, 1933 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Townsville, 1912-1919); radio telegraphist (Currie, King Island, 1922); telegraphist (South Townsville, 1925); radio telegraphist (Thursday Island, 1928); radio telegraphist (Cooktown, 1937) * [[/Harry Edward James Thomas Phillips|Phillips, Harry Edward James Thomas]] [https://www.familysearch.org/tree/person/details/G8ZW-SXG] - 1896(Vic)-1963(Vic) - Licences: 3JU Melbourne (Mitcham, 1929-1933; Abbotsford, 1937; South Yarra, 1938-1939, 1946-1948; Merlynstone, 1954-1960) - Qualifications: AOCP 532, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: slaughterman (Newmarket, 1919); butcher (Emerald, 1922; Mitcham, 1924-1936; Abbotsford, 1937; South Yarra, 1949) * [[/James Graham Phillips|Phillips, James Graham]] [https://www.familysearch.org/tree/person/details/GZLJ-8JC] - 1909(SA)-1943(Vic) - Licences: 5BW Adelaide (Glenelg, 1926-1931; Somerton, 1933-1939)- Qualifications: cc; AOCP 256, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Somerton, 1939-1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/606863] * [[/Noel William Phillips|Phillips, Noel William]] [https://www.familysearch.org/tree/person/details/G9FX-877] - 1911(Qld)-1941(Qld) - Licences: 4NP Ipswich (1934-1939) - Qualifications: cc; AOCP 1396, 1934, Qld - amateur operator; amateur broadcaster; employment (Qld Public Works Dept) - Electoral Rolls: painter (Ipswich, Qld, 1936-1937) ===''PHILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurance Vincent Phillis|Phillis, Laurance Vincent]] [https://www.familysearch.org/tree/person/details/GS5R-98V] - 1900(SA)-1953(SA) - Licences: 5LP Adelaide (South Payneham, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1136, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PHILPOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Hanmer Philpot|Philpot, Clarence Hanmer]] [https://www.familysearch.org/tree/person/details/GMRM-C7S] - 1906(Vic)-1982(Vic) - Licences: Receive (Valve) Geelong (1923); 3CP Geelong (1924-1925); 3CP Warrnambool (1925-1926); 3KL Ararat (1927); 3KL Avoca (1931-1937); 3KL Horsham (1938-1939); 3KL Melbourne (Elsternwick, 1946-1980+) - Qualifications: cc; AOCP 381, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal clerk (Derrinallum, 1928; Avoca, 1931-1936); postal (Elsternwick, 1942-1980) ===''PHILPOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Jones Philpott|Philpott, Oliver Jones]] [https://www.familysearch.org/tree/person/details/G8LJ-52T] - 1869(???)-1934(Vic) - Licences: 3VS Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: orchardist (Sandringham, 1919); manager (Caulfield, 1921-1927) ===''PHIPPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Roger Sydney Phipps|Phipps, William Roger Sydney]] [https://www.familysearch.org/tree/person/details/GZX2-Z6G] - 1896(Eng)-1973(WA) - Licences: 6WP Perth (Subiaco, 1924-1927; Victoria Park, 1930-1933; South Perth, 1937-1939, 1946-1969) - Qualifications: cc; AOCP 111, 1925, No. ?? in WA; AOLCP 16, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Subiaco, 1921); electrical fitter (Subiaco, 1925); radio operator (Victoria Park, 1931; South Perth, 1936-1972) ===''PIKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Herbert Arthur Pike|Pike, John Herbert Arthur "Jack"]] [https://www.familysearch.org/tree/person/details/MT5R-K62] - 1890(NSW)-1961(NSW) - XJP Sydney (Arncliffe, 1911), XDY Sydney (Arncliffe, 1912-1914), XDZ Sydney (Arncliffe, 1912), 2DF Receive Sydney (Epping, 1922-1924), 2JP Sydney (Epping, 1925-1929; Greenwich, 1930-1939, 1946-1961), amateur operator (AOCP 130, 1925, No. ?? in NSW), amateur broadcaster, AWA (research, later draftsman) ===''PINNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chalker Pinnell|Pinnell, John Chalker]] [https://www.familysearch.org/tree/person/details/G8Z5-P4G] - 1902(NSW)-1997(NSW) - Licences: 2OL Receive Sydney (Annandale, 1923-1924); 2ZR Sydney (Marrickville, 1929-1934; Ashfield, 1935-1936; Summer Hill, 1937-1939, 1946-1950; Earlwood, 1954-1961; Croydon, 1965) - Qualifications: AOCP 547, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Dulwich Hill, 1930-1934; Ashfield, 1936; Summer Hill, 1937-1949); teacher (Earlwood, 1954-1963); retired (Ashfield, 1968; Mt Kuringai, 1980) ===''PINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Pinney|Pinney, C. R.]] - 18??-19?? - 4CP Port Moresby - amateur operator, amateur broadcaster ===''PITCHFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stuart Frederick Pitchford|Pitchford, William Stuart Frederick]] [https://www.familysearch.org/tree/person/details/GZ5C-X48] - 1906(Eng)-1959(SA) - Licences: 5WP Adelaide (City, 1926-1933; Hyde Park, 1937-1939) - Qualifications: cc; AOCP 254, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Reade Park, 1939-1943) ===''PITTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Graham Pitts|Browne, Reginald Graham or Graham Reginald]] [https://www.familysearch.org/tree/person/details/LZGB-56Y] - 1915(SA)-2005(WA) - Licences: 5GP Adelaide (Torrensville, 1934-1939); 5GP Alice Springs (1947); 5GE Port Augusta (1955-1975); 5GE Adelaide (Kensington Gardens, 1980+) - Qualifications: cc; AOCP 1377, 1934, SA; 2COCP 189, 1938; 1COCP 225, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: finisher (Torrensville, SA, 1941-1943); radio engineer (Alice Springs, NT, 1949) ===''POLLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Henderson Pollock|Pollock, John Henderson]] [https://www.familysearch.org/tree/person/details/GXFM-9TQ] - 1895(NSW)-1978(Qld) - Licences: Receive Brisbane (Moorooka, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Moorooka, Qld, 1922-1926); insurance manager (Townsville, Qld, 1928-1937); insurance agent (Moorooka, Qld, 1943-1977) ===''PONSONBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bessborough Ponsonby|Ponsonby, John Bessborough]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 466, 1919; 1COCP 50, 1930 - coastal wireless operator - Electoral Rolls: ===''POPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maitland Glen Pope|Pope, Maitland Glen]] [https://www.familysearch.org/tree/person/details/KJ4K-FN6] - 1884(WA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 122, 1915; 1COCP 153, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Subiaco, 1906); civil servant (Subiaco, WA, 1910); civil servant (Hobart North, Tas, 1914); officer-in-charge (Wireless Station, Thursday Island, Qld, 1919-1921); wireless expert (Wireless Station, Applecross, 1925); wireless operator (Moonee Ponds, Vic, 1927-1931); supervisor (Essendon, Vic, 1936-1954) ===''PORTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Glanville Porter|Porter, Leonard Glanville]] [https://www.familysearch.org/tree/person/details/GXLX-765] - 1897(SA)-1969(SA) - Licences: 5MP Huddlestone (1938-1939; 1947-1948) - Qualifications: cc; CPRT 966, 1927; 1COCP 73, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Flinders Naval Depot, Vic, 1924); wireless operator (5PI Crystal Brook, SA, 1939-1943) ===''POTTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Potter|Potter, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GXYZ-38V] - 1915(WA)-1993(WA) - Licences: 6ZO Perth (East Fremantle, 1937-1939; Bicton, 1947-1965; Melville, 1969-1980+) - Qualifications: cc; AOCP 1959, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (East Fremantle, WA, 1937-1943); contractor (East Fremantle, WA, 1949-1958; Melville, 1963); builder (Melville, WA, 1968-1980) * [[/William Francis Potter|Potter, William Francis]] [https://www.familysearch.org/tree/person/details/G878-638] - 1908(NSW)-1959(NSW) - Licences: 2WP Helensburgh (1928-1939); 2WP Fairy Meadow (1948-1950); 2WP Charlestown (1954-1960) - Qualifications: AOCP 399, 1928, No. ?? in NSW; 3COCP 38, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Helensburgh, 1930-1937); mechanic (Fairy Meadow, 1949); shiftman (Charlestown, 1954); electrical mechanic (Charlestown, 1958); railway employee (New Lambton, 1958) ===''POTTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Charles Pottie|Pottie, Norman Charles]] [https://www.familysearch.org/tree/person/details/9V3D-JFZ] - 1909(NSW)-1961(NSW) - Licences: 2HQ Sydney (Bellevue Hill, 1930-1931; Hunters Hill, 1933-1938; Mosman, 1939) - Qualifications: AOCP 589, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933; Hunters Hill, 1936-1937; Albury, 1943; Willoughby, 1949-1958) ===''POULSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valdemar Poulsen|Poulsen, Valdemar]] - 1869(Denmark)-1942(Denmark) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - inventor of a magnetic wire recorder, Poulsen arc transmitter - Electoral Rolls: Nil yet identified - Links: [[w:Valdemar Poulsen|Wikipedia]]; [https://ethw.org/Valdemar_Poulsen IEEE]; [https://www.britannica.com/biography/Valdemar-Poulsen Britannica] ===''POWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Power|Power, A. H.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Highgate Hill, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''PRESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Arthur Campbell Preston|Preston, Thomas Arthur Campbell]] [https://www.familysearch.org/tree/person/details/GHDV-FFD] - 1886(Tas)-1970(Tas) - Licences: 7BK Queenstown (1923-1927+) - Qualifications: cc; AOCP 190, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; Mount Lyell Co (electrical engineer, 1920s; chief engineer) - Electoral Rolls: engineer (Queenstown, 1919-1954) ===''PRESTON-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cedric Preston-Smith see Cedric Preston Smith ===''PRICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Clarey Price|Price, John Clarey "Jack"]] [https://www.familysearch.org/tree/person/details/L7GR-V19] - 1884(Qld)-1954(Qld) - Licences: 4CE (Receive) 1922; 4FI or 4FJ Brisbane (Bardon, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); radio business proprietor (Wireless House); public servant (PMG) - Electoral Rolls: mechanic (Wooloowin, 1912-1913); public servant (Bardon Estate, 1919-1936; Bardon, 1943-1954) * [[/Keith Ferguson Price|Price, Keith Ferguson]] [https://www.familysearch.org/tree/person/details/94TB-TPD] - 1900(Vic)-1978(Qld) - Licences: 4KF Brisbane (Camp Hill, 1937-1939, 1947) - Qualifications: cc; AOCP 1937, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Norman Park, Qld, 1925-1926); engineering instructor (Camp Hill, Qld, 1937-1943); electrical engineer (Camp Hill, Qld, 1954-1958) ===''PRIDDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Arthur Priddle|Priddle, Raymond Arthur]] [https://www.familysearch.org/tree/person/details/G8H3-PNF] - 1913(NSW)-1971(NSW) - Licences: 2RA Bathurst (1929-1936); 2RA Sydney (Marrickville, 1938-1939; Greenwich, 1946; Pymble, 1947-1961; Wahroonga, 1969) - Qualifications: AOCP 473, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: civil engineer (Yass, 1935; Marrickville, 1936-1943; Lane Cove, 1943; Pymble, 1949-1963); engineer (Wahroonga, 1968) ===''PRIDEAUX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Charles Prideaux|Prideaux, Joseph Charles]] [https://www.familysearch.org/tree/person/details/GX6Y-Y6H] - 1908(Qld)-1969(NSW) - Licences: 4DS Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: musician (Lismore, NSW, 1935-1943); hairdresser (Lismore, NSW, 1949-1968) ===''PRIDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Clifford Pridham|Pridham, Leslie Clifford]] [https://www.familysearch.org/tree/person/details/GXK2-H6C] - 1916(SA)-2007(SA) - Licences: 5WP Adelaide (Torrensville, 1937-1939) - Qualifications: cc; AOCP 2047, 1937, SA; BOCP 301, 1940; 1COCP 834, 1944 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Torrensville, SA, 1939-1941); public servant (Lockleys, SA, 1943) ===''PRINCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Prince|Prince, Albert Edward]] [https://www.familysearch.org/tree/person/details/GXKT-ZLR] - 1914(SA)-1996(SA) - Licences: 5WK Adelaide (Walkerville, 1934-1939; Kurralta Park, 1947; Plympton, 1948-1980+) - Qualifications: cc; AOCP 1358, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Queenstown, SA, 1941); fitter (Gracemere, SA, 1943); sheet metal worker (Broadview Gardens, SA, 1943) ===''PROPOSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilhelm Carl Lormann Proposch|Proposch, Wilhelm or William Carl Lormann or Forman]] [https://www.familysearch.org/tree/person/details/LVVN-TGW] - 1900(NSW)-1970(Qld) - Licences: 4PL Chinchilla (1937-1939); 4PL Nanango (1947-1969) - Qualifications: cc; AOCP 1986, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: wellborer (Maclargan via Jondaryan, Qld, 1925-1936); radio dealer (Chinchilla, Qld, 1937; Nanango, Qld, 1943-1968) ===''PRYZBILLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Alfred Pryzibilla|Pryzibilla, Colin Alfred]] [https://www.familysearch.org/tree/person/details/GXKD-1SY] - 1910(SA)-2001(SA)91yo - Licences: 5XJ Adelaide (Parkside, 1935-1939, 19471960; Brooklyn Park, 1965-1969; Ascot Park, 1975; Plympton Park, 1980) - Qualifications: cc; AOCP 1590, 1935, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PURDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Commodore Vere Purdon|Purdon, Commodore Vere]] [https://www.familysearch.org/tree/person/details/GQ28-Y6B] - 1901(Tas)-1968(Tas) - Licences: 7AM Receive Hobart (Battery Point, 1922); Receive Hobart (Battery Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart East, 1922; Hobart South, 1928; Bellerive, 1936-1954) =='''Q'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''QUICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Quick|Quick, John]] [https://www.familysearch.org/tree/person/details/LKWF-QQF] - 1852(Eng)-1932(Vic) - state politician (MLA Vic, 1880s & 1890s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1909-1910), oversight of 1909 Melbourne Wireless Telegraphy Conference - Links: [[w:John_Quick_(politician)|Wikipedia]]; [https://adb.anu.edu.au/biography/quick-sir-john-8140 ADB] ===''QUIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Quin|Quin, Charles]] [https://www.familysearch.org/tree/person/details/G8VW-TP8] - 1910(WA)-1979(WA) - Licences: 6CX Perth (Subiaco, 1930-1933; Nedlands, 1937; Wembley, 1938-1939, 1946-1947) - Qualifications: cc; AOCP 678, 1930, No. ?? in WA; AOLCP 178, 1934 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Wembley Park, 1937); accountant (Swanbourne, 1963); retired (Swanbourne, 1972-1977) =='''R'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''RADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Dynan Radford|Radford, Wilfred or William Dynan]] [https://www.familysearch.org/tree/person/details/92MT-KNF] - 1916(Qld)-1996(NSW) - Licences: 4WV Brisbane (Ashgrove, 1936-1937); 4WW Brisbane (Ashgrove, 1938-1939) - Qualifications: cc; AOCP 1624, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: theological student (Hunters Hill, NSW, 1943); clergyman (Toongabbie, NSW, 1954); priest (Marist College, Armidale, NSW, 1958; Toongabbie, NSW, 1963-1968; Hunters Hill, NSW, 1977-1980) ===''RAGLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Beaumont Ragless|Ragless, Gordon Beaumont]] [https://www.familysearch.org/tree/person/details/GMY3-58F] - 1909(SA)-2002(SA) - Licences: 5GR Adelaide (St Marys, 1928-1939; Marion, 1946-1948) - Qualifications: cc; AOCP 434, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: orchard assistant (St Marys, 1939-1943) ===''RAINBOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Rainbow|Rainbow, Christopher James]] [https://www.familysearch.org/tree/person/details/G87K-BB5] - 1911(Vic)-1994(Vic) - Licences: 3JR Melbourne (Preston, 1928-1954; West Preston, 1955-1969; Rosebud, 1975-1980) - Qualifications: AOCP 406, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, partnership (Supreme Radio Co, Preston ?-1932), WW2 (RAAF) - Electoral Rolls: engineer (Preston, 1931-1942); traveller (Preston, 1949-1972; Rosebud, 1977); retired (Rosebud, 1980) - Relationships: brother-in-law of 3PA Percy James Anderson ===''RAMSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Ramsay|Ramsay, Frederick Charles]] [https://www.familysearch.org/tree/person/details/GXNM-4RT] - 1871(Eng)-1950(NSW) - Licences: Receive (Crystal) Brisbane (Toowong, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hermit Park, Qld, 1903-1905; South Brisbane, Qld, 1912; West End, Qld, 1915-1919); accountant (Toowong, Qld, 1921-1925; Waverley, NSW, 1930-1934); teacher (Waverley, NSW, 1936-1943) * [[/Robert Ramsay|Ramsay, Robert ]] - 1842(Sct)-1882(Vic) - solicitor, Victorian politician, Postmaster-General Victoria (Jul 1874 - Aug 1875; Oct 1875 - May 1877) ===''RANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Otto Randell|Randell, Charles Otto]] [https://www.familysearch.org/tree/person/details/97TF-XLP] - 1880(NSW)-1958(Qld) - Licences: 4BK Innisfail (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster (callsign to 4BK Brisbane commercial 1930) - Comment: 4AC Leslie Waters employed by Randell Engineering - Electoral Rolls: analytical chemist (Hambledon, 1903); chemist (Goondi, 1908); engineer (Innisfail, 1912-1913); mechanical engineer (Townsville, 1915); analytical chemist (Innisfail, 1919-1930); agent (Toowong, 1936); chemist (Brisbane, 1937); industrial chemist (North Sydney, 1949) ===''RANKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Ronald Rankin|Rankin, Kenneth Ronald "Ken"]] [https://www.familysearch.org/tree/person/details/L2RC-8FS] - 1906(Vic)-1964(Vic) - Licences: 3KR Kerang (1926-1939); 3KR Benalla (1946-1960) - Qualifications: AOCP 242, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio salesman (Kerang, 1928-1937); manager (Benalla, 1949-1963) - Probate: Theatre Manager (Benalla, 1965) ===''RANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Rann|Rann, George William]] [https://www.familysearch.org/tree/person/details/GZDG-VMV] - 1908(WA)-1974(WA) - Licences: 6KO Perth (Nedlands, 1932-1939) - Qualifications: cc; AOCP 1000, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Nedlands, WA, 1931); printer (West Subiaco, WA, 1936; Wembley, WA, 1937-1943; Leederville, WA, 1954-1958); civil servant (City Beach, WA, 1963-1972) ===''RAYNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Rayner|Rayner, Jack]] [https://www.familysearch.org/tree/person/details/LYQQ-2LK] - 1898(NSW)-1972(NSW) - Licences: 2LJ Sydney (Stanmore, 1928-1930; Belmore, 1931-1939, 1946-1950) - Qualifications: AOCP 384, 1928, No. ?? in NSW; 2COCP 425, 1933; 1COCP 335, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: police constable (Annandale, 1930); constable (Belmore, 1933-1934); police constable (Belmore, 1937-1949) ===''READ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Earl Read|Read, Alfred Earl "Earl"]] - 1892(NZ)-1960(NZ) - journalist (editor NZ Radio Times to 1936; editor and proprietor, Australasian Radio World 1936-1940; manager, Australasian Radio World 1940+) * [[/Allan William Read|Read, Allan William]] [https://www.familysearch.org/tree/person/details/GX1B-WF2] - 1913(WA)-1983(WA) - Licences: 6LK Perth (Mt Lawley, 1931-1933); 6LK Northam (1937-1939) - Qualifications: cc; AOCP 735, 1931, No. ?? in WA; AOLCP 163, 1934; 1COCP 83, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Broadcasting Station, Northam, WA, 1936-1937); radio technician (North Perth, WA, 1943-1958); public servant (Nollamara, WA, 1963-1980) ===''READER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/d'Arcy Harold Reader|Reader, d'Arcy Harold]] [https://www.familysearch.org/tree/person/details/L5KX-8N8] - 1888(NZ)-1952(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 123, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: wireless telegraphist (Thursday Island, Qld, 1916-1917) ===''READING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Reading|Reading, Edward Charles]] [https://www.familysearch.org/tree/person/details/GZW7-9DL] - 1904(NSW)-1979(NSW) - 2RG Bangalow (1925-1929), 2LT Lismore (1965-1975), amateur operator (AOCP 65, 1925, No. ?? in NSW), amateur broadcaster, electrician, Reading Bros (proprietor & electrical engineer, 1930-1939), 2RG callsign may have been withdrawn by PMGD for 2RG Griffith commercial * [[/Leonard William Reading|Reading, Leonard William]] [https://www.familysearch.org/tree/person/details/L2LY-H23] - 1904(WA)-1989(WA) - Licences: 6LR Northam (1933-1936); 3TQ Newport (1937); 6LR Perth (Pearce, 1938-1939; South Perth, 1946-1947) - Qualifications: cc; AOCP 1200, 1933, Vic; 1COCP 384, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Northam, WA, 1925-1936; Newport, Vic, 1937); airman (South Perth, WA, 1943); supervisor (Karinup, WA, 1980) ===''REDDROP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Reddrop|Reddrop, James William Jnr]] [https://www.familysearch.org/tree/person/details/GD1T-SYY] - 1906(Vic)-1981(NSW) - Licences: 7BN Launceston (1934-1937); 3BN Melbourne (Caulfield, 1938-1939, 1946-1954) - Qualifications: cc; 1COCP 28, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: airman (Elsternwick, 1931; St Kilda, 1937); air force (Elsternwick, 1942-1954); air force officer (Glenbrook, NSW, 1958); RAAF officer (Campbell, 1963); retired (Hackett, ACT, 1968); representative (Tbre Lake, 1972-1980) ===''REED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Griffiths Reed|Reed, Joseph Griffiths "Joe"]] [https://www.familysearch.org/tree/person/details/GC6Y-GZZ] - 1897(NSW)-1969(NSW) - Licences: XABP Newcastle (1914); 2JR Sydney(Summer Hill, 1924-1933; Croydon, 1934-1939; Northbridge, 1946-1969) - Qualifications: cc; CPRT 710, 1922; 1COCP 235, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio engineer (Summer Hill, NSW, 1930-1934); engineer (Croydon, NSW, 1936-1937); electrical engineer (Northbridge, NSW, 1943-1968) ===''REEDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Bennett Reedman|Reedman, Alfred Bennett]] [https://www.familysearch.org/tree/person/details/KZLN-MVM] - 1896(Qld)-1982(Qld) - Licences: Receive (Valve) Brisbane (Norman Park, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kangaroo Point, Qld, 1919-1921; Norman Park, Qld, 1925-1980) ===''REES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Montague Elyder Rees|Rees, Richard Montague Elyder]] [https://www.familysearch.org/tree/person/details/MPXW-S6Y] - 1901(Eng)-1962(Vic) - Licences: 2RE Sydney (Stanmore, 1926-1927; Coogee, 1928-1930); 2WM Sydney (Enfield, 1931-1933); 2APW Albury (1946-1947); 3APW Darling (1948-1954) - Qualifications: AOCP 296, 1926, No. ?? in NSW; CPRTelephony 959, 1927; 2COCP 283, 1930; BOCP 107, 1937; 1COCP 941, 1945 - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Enfield, 1931-1937) ===''REEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Herbert Reeves|Reeves, Cecil Herbert]] [https://www.familysearch.org/tree/person/details/GF3Z-X92] - 1905(WA)-1975(WA) - Licences: 6CR Perth (Claremont, 1931-1933; Victoria Park, 1937-1939) - Qualifications: cc; AOCP 746, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Claremont, WA, 1931; Victoria Park, WA, 1936-1943; Wagin, WA, 1954; Fremantle, WA, 1958; East Fremantle, WA, 1963-1972) ===''REID''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Reid|Reid, John]] [https://www.familysearch.org/tree/person/details/GF3G-PDG] - 1901(Vic)-19??(???) - Licences: 3BE Melbourne (Werribee, 1937); 6BE Perth (RAAF, Pearce, 1938); 3AJR Ballarat (1947-1980+) - Qualifications: cc; 2COCP 26, 1935 - amateur operator; amateur broadcaster; WW2 - Comment: Several contemporaneous JRs - Electoral Rolls: retired (Ballarat, Vic, 1977-1980) ===''REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Dwyer Reilly|Reilly, Edward or Edwin Dwyer]] [https://www.familysearch.org/tree/person/details/G9S5-67P] - 1913(Vic)-1991(SA) - Licences: 5AI Adelaide (Woodville, 1935-1939; Brooklyn Park, 1947-1975; Aldinga, 1980+) - Qualifications: cc; AOCP 1524, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Woodville, SA, 1939-1943) * [[/Eric Harold Reilly|Reilly, Eric Harold]] [https://www.familysearch.org/tree/person/details/L153-S1X] - 1905(Qld)-1950(Qld) - Licences: 4ER Brisbane (Hill End, 1934-1937); 4ER Laidley (1938-1939, 1946-1948) - Qualifications: cc; AOCP 1339, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ, WICEN) - Electoral Rolls: rubber worker (Hill End, Qld, 1934-1937); motor mechanic (Laidley, Qld, 1943-1949) ===''REIMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Alwin Reimann|Reimann, Albert Alwin]] [https://www.familysearch.org/tree/person/details/G4RD-V3K] - 1905(SA)-1946(SA) - Licences: 5JO Adelaide (Kent Town, 1928-1939) - Qualifications: cc; AOCP 453, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil ===''REINARTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John L. Reinartz|Reinartz, John L.]] - 1894(Ger)-1964(USA) - 1QP (1908-?), 1XAM, W3RB, K6BJ USA, amateur operator, with Fred Schnell made first Trans-Atlantic 2 Way QSO with F8AB Leon Deloy ===''REINHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Cyril Reinhold|Reinhold, Edwin Cyril]] [https://www.familysearch.org/tree/person/details/LHH4-WWR] - 1900(Qld)-1984(Qld) - Licences: Q747 Receive Brisbane (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Clayfield, 1925); motor mechanic (Gracefield, 1931-1949); soldier (Sherwood, 1954-1980) ===''RENNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rennie|Rennie, F.]] - 19??(???)-19??(???) - Licences: 3HI Receive Melbourne (South Yarra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/J. M. Rennie|Rennie, J. M.]] - 19??(???)-19??(???) - Licences: 3QF Receive Melbourne (Northcote, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/K. M. Rennie|Rennie, K. M.]] - 19??(???)-19??(???) - Licences: 2AO Receive Sydney (Edgecliffe, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''RENSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Phillip Renshaw|Renshaw, Walter Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G9KS-1LX] - 1891(NSW)-1968(NSW) - Licences: XFP Sydney (Roseville, 1912-1914); 2DE Sydney (Roseville, 1922-1939) - Qualifications: cc; CPRT 370, 1918 - early wireless experimenter; amateur operator - amateur broadcaster; WW1; radio clubs (WIA NSW - 1912+, President, Federal President); professional clubs (IRE NSW - founding member); business (consulting engineer); witness to Royal Commission 1927 (as Hon. Sec. WIA NSW) - Comment: late 1930s entangled in a NSW State Government corruption enquiry - Electoral Rolls: civil engineer (Roseville, 1936-1954; Ashfield, 1958-1968) ===''RENWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Griffith Renwick|Renwick, Arthur Griffith]] [https://www.familysearch.org/tree/person/details/GD57-8XV] - 1902(NSW)-1967(NSW) - Licences: 2CG Receive Sydney (Woollahra, 1922) - Qualifications: cc; BOCP 292, 1940 - amateur receiver - Electoral Rolls: pharmacist (Roseville, 1930-1937); chemist (Drummoyne, 1943-1954); retail chemist (Strathfield, 1958-1963) ===''RETALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Moncrieff Retallick|Retallick, James Moncrieff]] [https://www.familysearch.org/tree/person/details/LKK3-QDW] - 1898(NSW)-1969(NSW) - Licences: 2XO Bellingen (1930-1939, 1946-1947); 2FE Portable Bellingen (1933-1939); 2XO Raleigh (1948-1955); 2XO Coffs Harbour (1956-1958); 2XO Urunga (1960-1969); - Qualifications: AOCP 664, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: attendant (Substation, Raleigh, 1949-1954); electrical mechanic (Urunga, 1963-1968) ===''REYNOLDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Daniel Reynolds|Reynolds, George Daniel]] [https://www.familysearch.org/tree/person/details/GX9J-VBQ] - 1886(NZ)-1964(Vic) - Licences: Nil yet identified - Qualifications: cc; 1COCP 180, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: wireless operator (Rockhampton, 1917; Cooktown, 1928); radio (Malvern, 1934-1937); wireless operator (New Farm, 1943); radio station manager (Townsville, 1949); retired (Malvern, 1954-1963) ===''RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Rhodes|Rhodes, Harry]] [https://www.familysearch.org/tree/person/details/G8BS-QMC] - 1887?(???)-1966(SA) - Licences: Receive (Valve) Kadina (1923); 5HR Kadina (1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: Needs more research - Electoral Rolls: electrical engineer (Quorn, 1939-1943; Grassmere, 1943) ===''RIBBETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Ribbett|Ribbett, Thomas John]] [https://www.familysearch.org/tree/person/details/GXQQ-YRJ] - 1880(SA)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPOE, 1917) - Electoral Rolls: Nil yet identified ===''RICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fry Rich|Rich, Charles Fry]] [https://www.familysearch.org/tree/person/details/GXN8-YZ3] - 1873(Eng)-1949(NSW) - Licences: 4CR Fife Bay, Papua - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Father of 4VX 2AJZ 9VX 2API Mackendrick Charles William Rich - Electoral Rolls: retired (Chatswood, NSW, 1943-1949) * [[/Mackendrick Charles William Rich|Rich, Mackendrick Charles William]] [https://www.familysearch.org/tree/person/details/GXN8-5MB] - 1903(PNG)-1991(NSW) - Licences: 4VX Samarai, Papua (1938-1939); 2AJZ Sydney (Chatswood, 1946); 9VX Port Moresby (1947-1948); 2API Sydney (Manly Vale, 1954-1955; Balgowlah, 1956-1969; Manly Vale, 1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Son of 4CR Charles Fry Rich - Electoral Rolls: no occupation (Manly Vale, NSW, 1954-1963); retired (Manly Vale, NSW, 1977-1980) ===''RICHARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. F. Richards|Richards, G. F.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (Moonah, 1923); 2237 Hobart (Moonah, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/George Richards|Richards, George]] [https://www.familysearch.org/tree/person/details/GHDM-JZ6] - 1888(Qld)-1963(Qld) - Licences: 4XK Ipswich (1930-1939) - Qualifications: cc; AOCP 575, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mine manager (Silkstone, 1917-1932; Booval, 1936-1958) * [[/Maurice Evans Richards|Richards, Maurice Evans]] [https://www.familysearch.org/tree/person/details/GZ3X-KPB] - 1910(SA)-1997(SA) - Licences: 5CY Receive Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923); 5MR Adelaide (Glenunga, 1927-1928) - Qualifications: cc; AOCP 369, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Relationships: Likely a relation of 5WR Wilfred Mayo Richards - Electoral Rolls: welder (Millswood East, SA, 1943) * [[/Norman Henry Richards|Richards, Norman Henry]] [https://www.familysearch.org/tree/person/details/GXH1-NL1] - 1912(Eng)-2007(Qld) - Licences: 4NR Brisbane (Wooloowin, 1932-1937) - Qualifications: cc; AOCP 1071, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Wooloowin, Qld, 1936-1937); mechanic (Eagle Junction, Qld, 1943); refrigeration engineer (Maryborough, Qld, 1949-1954); engineer (Ashgrove, Qld, 1963-1968); retired (Glasshouse Mountains, Qld, 1972-1977; Tin Can Bay, Qld, 1980) * [[/Victor John Richards|Richards, Victor John]] [https://www.familysearch.org/tree/person/details/GFML-3HH] - 1916(WA)-1992(WA) - Licences: 6JR Perth (Nedlands, 1937-1939) - Qualifications: cc; AOCP 1894, 1937, WA; 2COCP 265, 1939; 1COCP 367, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: storeman (Nedlands, WA, 1937); radio operator (Alice Springs, NT, 1943); machinery assistant (Wivenhoe, Tas, 1949); radio technician (Darlinghurst West, NSW, 1949; Charters Towers, Qld, 1949)); radio operator (Carlingford, NSW, 1954); radio technician (Blacktown, NSW, 1958); technician (Applecross, WA, 1958-1972); radio officer (Applecross, WA, 1977-1980) * [[/Wilfred Mayo Richards|Richards, Wilfred Mayo]] [https://www.familysearch.org/tree/person/details/GZ3X-6W4] - 1896(SA)-1948(SA) - 5WR Adelaide (Medindie Gardens, 1927-1939, 1946-1948) - Qualifications: cc; AOCP 364, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - certainly a relation of 5MR Maurice Evans Richards ===''RICHARDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Kennington Richardson|Richardson, Alan Kennington]] [https://www.familysearch.org/tree/person/details/GXRM-73L] - 1914(SA)-1994(SA) - Licences: 5AR Adelaide (Everard Park, 1934-1939; City, 1947-1980+) - Qualifications: cc; AOCP 1277, 1934, SA; AOLCP 201, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Everard Park, SA, 1939) * [[/Jasper Bede Richardson|Richardson, Jasper Bede]] [https://www.familysearch.org/tree/person/details/GX1J-LTY] - 1907(WA)-1969(WA) - Licences: 6LX Perth (Fremantle, 1931-1933; Hollywood, 1937-1939) - Qualifications: cc; AOCP 831, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (East Fremantle, WA, 1931); radio mechanic (Hollywood, WA, 1936-1937; East Perth, WA, 1943; East Fremantle, WA, 1949); mechanic (Bicton, WA, 1954-1968) * [[/John Keith Richardson|Richardson, John Keith "Keith"]] [https://www.familysearch.org/tree/person/details/G6QQ-76P] - 1906(Qld)-1954(Tas) - Licences: 4KR Barcaldine (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: overseer ("Ashgrove", Gore, 1930-1932) ===''RICKABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorimer Douglas Rickaby|Rickaby, Lorimer Douglas "Rick"]] [https://www.familysearch.org/tree/person/details/GMR4-Z8W] - 1906(Qld)-1975(Qld) - Licences: 4VR Brisbane (Coorparoo, 1936-1939, 1946-1948; Coopers Plains, 1955-1975) - Qualifications: cc; BOCP 485, 1938 - amateur operator; amateur broadcaster; broadcast technician (4VL, 4AK, 4BK); military (WW2, RAN); ship wireless officer; security officer (MSS) - Relationships: father of 4RX Brian ??? Rickaby; father-in-law of 4VR Valerie ??? Rickaby - Electoral Rolls: telegraphist (Flinders Naval Depot, Vic, 1931-1934); radio engineer (Coorparoo, Qld, 1937); technician (Coorparoo, Qld, 1943-1949); meter reader (Coopers Plains, Qld, 1958-1972) * [[/Brian ??? Rickaby|Rickaby, Brian ???]] - Licences: 4ZAP Brisbane (Coopers Plains, 1960); 4RX Brisbane (Salisbury, 1965-1980) - Qualifications: AOLCP; AOCP; BOCP; TVOCP - amateur operator; broadcast engineer (Qld State Broadcasting Office, P&TD / DoC / DoTaC / ABA) - Relationships: son of 4VR Lorimer Douglas Rickaby; husband of 4VR Valerie ??? Rickaby - Electoral Rolls: ===''RIETHMULLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Riethmuller|Riethmuller, Eric Charles]] [https://www.familysearch.org/tree/person/details/G64Z-XCL] - 1903(Qld)-1987(Qld) - Licences: 4SK Willis Island (1931) - Qualifications: cc; 2COCP 250, 1930; 1COCP 299, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jandowae, 1936); radio technician (Wellington, NSW, 1937; Moorooka, 1943); radio operator (Darlinghurst, 1949; Wahroonga, 1963-1972); retired (Toowoomba, 1972-1980) ===''RING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Mostyn Ring|Ring, Keith Mostyn]] [https://www.familysearch.org/tree/person/details/LKB8-YR7] - 1913(SA)-1991(SA) - Licences: 5KH Adelaide (Kensington Park, 1932-1939, 1947-1948; Marion, 1954; Eden Hills, 1955-1969); 5KH Williamstown (1975); 5KH Kapunda (1980+) - Qualifications: cc; AOCP 923, 1932, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank official (Jamestown, SA, 1941-1943) * [[/Thomas Leo Ring|Ring, Thomas Leo]] [https://www.familysearch.org/tree/person/details/GX95-D97] - 1893(Vic)-1945(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 233, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Rockhampton, 1916; Sandgate, 1921); clerical assistant (Bowen, Qld, 1925); postmaster (Texas, 1930-1937); retired (Hendra, Qld, 1943) ===''RIPPEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Adolf Heinrich Gerhard Rippen|Rippen, Adolf Heinrich Gerhard]] [https://www.familysearch.org/tree/person/details/GZLK-QSB] - 1919(WA)-1941(Off coast of Kenya) - Licences: 6GR Perth (Fremantle, 1936-1939) - Qualifications: cc; AOCP 1731, 1936, WA - amateur operator; amateur broadcaster; WW2 (RAN, HMAS Sydney II, Telegraphist) - Electoral Rolls: engineer (Fremantle, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.sydneymemorial.com/registrydetails.asp?ID=478 HMAS Sydney II Memorial]; [https://vwma.org.au/explore/people/644953 VWMA]; [http://www.streetwisemedia.com.au/unknown-sydney-sailor-named-after-80-years/ Streetwise] ===''RIVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Ronald Rivers|Rivers, Edmund Ronald or Ronald Edmund]] [https://www.familysearch.org/tree/person/details/GDJH-V2S] - 1901(Vic)-1950(Vic) - Licences: 3ER Receive Melbourne (Essendon, 1922-1923); 3ER Melbourne (Essendon, 1924-1925) - Qualifications: cc; CPRT 767, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''RIX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Henry George Rix|Rix, Walter Henry George]] [https://www.familysearch.org/tree/person/details/MMQX-KZQ] - 1898(Qld)-1923(Qld) - Licences: 4EC Receive Brisbane (Bulimba, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: tram conductor (Valley, Qld, 1919-1921) ===''ROBBINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Fellows Robbins|Robbins, Thomas Fellows]] [https://www.familysearch.org/tree/person/details/GX5X-2SL] - 1918(SA)-1986(SA) - Licences: 5DK Adelaide (Fullarton, 1935-1937; Malvern, 1938-1939); 5AQ Leigh Creek (1954-1960); 5AQ Port Augusta (1965-1980+) - Qualifications: cc; AOCP 1548, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Malvern, SA, 1941-1943) ===''ROBERTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles D'Arcy Roberts|Roberts, Charles D'Arcy]] [https://www.familysearch.org/tree/person/details/GZ2N-VBN] - 1909(NSW)-1943(Burma) - licences: 2JV Sydney (Greenwich, 1928-1939) - qualifications: AOCP 408, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 (signalman, 8 Division Signals, 1943) - Electoral rolls: clerk (Lane Cove, 1930-1937) - "Greater love hath no man than this" * [[/Harry Mayland Roberts|Roberts, Harry Mayland or Mayfield (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXLH-KKF] - 1912(SA)-1979(SA) - Licences: 5MY Adelaide (Alberton East, 1931; Myrtle Bank, 1938-1939; Fullarton Estate, 1947-1954; Plympton, 1955-1965; North Plympton, 1969-1975) - Qualifications: cc; AOCP 763, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Myrtle Bank, SA, 1939-1943) * [[/J. C. A. Roberts|Roberts, J. C. A.]] - 19??(???)-19??(???) - Licences: XAAY Sydney (Parramatta, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Identification: Not yet identified, despite three given names - Electoral Rolls: Nil yet identified * [[/Nicholas William Roberts|Roberts, Nicholas William]] [https://www.familysearch.org/tree/person/details/GXRC-XKV] - 1915(SA)-1936(SA) - Licences: 5NR Adelaide (St Peters, 1933-1936) - Qualifications: cc; AOCP 1228, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, age 21yo - Electoral Rolls: Nil yet identified * [[/Noel Grafton Roberts|Roberts, Noel Grafton]] [https://www.familysearch.org/tree/person/details/GXRD-CCL] - 1924(Eng)-2008(Eng) - Licences: 5NR Katherine (1947) - Qualifications: cc; 1COCP 589, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio inspector (Tally Ho, Vic, 1967-1968; Glen Waverley, Vic, 1972-1980) * [[/Richard George Crafter Roberts|Roberts, Richard George Crafter or Crofter]] [https://www.familysearch.org/tree/person/details/MWFZ-Z24] - 1901(NSW)-1964(NSW) - Licences: 2UU Sydney (Ashfield, 1923-1925) - Qualifications: cc; CPRT 750, 1922; 2COCP 430, 1933; 1COCP 505, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ashfield, 1933-1936; Lovetts Bay, 1943; Chatswood, 1949-1958) * [[/Russell Flexmore Roberts|Roberts, Russell Flexmore]] [https://www.familysearch.org/tree/person/details/LL4K-265] - 18??-1961(Qld) - Licences: 4PN Brisbane (West End, 1927-1933; Annerley, 1937-1939, 1946-1960) - Qualifications: cc; AOCP 372, 1927, No. 41 in Qld - amateur operator; amateur broadcaster; WW2; television experimenter (4CM); broadcaster (4BC, manager) - Electoral Rolls: musical director (South Brisbane, 1919); musician (Coorparoo, 1934); manager (Yeronga, 1936-1937); alderman (Annerley, 1954) * [[/V. Roberts|Roberts, V.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ROBERTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Desmond Robertson|Robertson, Brian Desmond]] [https://www.familysearch.org/tree/person/details/GX2G-W63] - 1921(SA)-1996(SA) - Licences: 1RD Macquarie Island (1950s); 5RD Adelaide (Henley Beach, 1954-1956) - Qualifications: cc; 1COCP 998, 1946 - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/David Sterling Robertson|Robertson, David Sterling]] [https://www.familysearch.org/tree/person/details/GW2M-F7H] - 1920(SA)-19??(???) - Licences: 5RN Adelaide (Mt Lofty, 1937-1939, 1948-1965); 1ATR Canberra (Deakin, 1956; Yarralumla, 1960); 5RN Adelaide (Stirling, 1969-1980+) - Qualifications: cc; AOCP 1944, 1937, SA; 2COCP 346, 1940; 1COCP 405, 1940 - amateur operator; amateur broadcaster - Relationships: Husband of 5YL-1YL Denise Alison Robertson nee Haslam - Electoral Rolls: radio engineer (North Sydney, 1943) * [[/Denise Alison Robertson|Robertson nee Haslam, Denise Alison]] [https://www.familysearch.org/tree/person/details/GW2M-JWG] - 1927(NSW)-2008(SA) - Licences: 1YL Canberra (Yarralumla, 1960-1965); 5YL Adelaide (Stirling, 1969) - Qualifications: cc; AOCP 3552, 1956, ACT - amateur operator; YL operator - Relationships: Wife of 5RN-1ATR David Sterling Robertson - Electoral Rolls: Nil yet identified ===''ROBINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Robinson|Robinson, Alexander]] [https://www.familysearch.org/tree/person/details/L1G8-ZJ2] - 1900(Eng)-1949(NSW) - Licences: 2GR Sydney (Haberfield, 1930-1937; Richmond, 1938-1939; Hunter's Hill, 1946-1948) - Qualifications: AOCP 498/499, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical meter tester (Haberfield, 1933-1936) - 2GR callsign previously held by Joseph Sydney Marks * [[/Arthur Robinson|Robinson, Arthur]] [https://www.familysearch.org/tree/person/details/G8CS-4PP] - 1926(Vic)-19??(???) - Licences: 3ABF Sale (1948-1956); 3ABF Melbourne (Croydon, 1960); 3ABF Traralgon (1965-1980+) - Qualifications: AOCP 2710, 1948, Vic; TVOCP 184, 1959 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Sale, 1949-1954); technician (Croydon, 1963); PMG TV technician (Traralgon, 1963-1980) * [[/Charles John Robinson|Robinson, Charles John]] [https://www.familysearch.org/tree/person/details/LNJD-DC5] - 1908(Tas)-2004(???) - Licences: 7RC Launceston (1936-1937); 7KR Launceston (1938-1939) - Qualifications: cc; AOCP 1668, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carter (Launceston, 1936-1937); cordial maker (Launceston, 1943) * [[/John William Robinson|Robinson, John William]] [https://www.familysearch.org/tree/person/details/GS7H-Q61] - 1895(Eng)-1963(NSW) - Licences: 2EN Receive Sydney (Ryde, 1922-1923); 2RN Receive Sydney (Concord, 1923); 4RN Brisbane (Kedron, 1931) - Qualifications: cc; Nil yet identified - amateur receiver; amateur broadcaster; Honorary Radio Inspector NSW; First director 4QG - Comment: several contemporaneous JWRs - Electoral Rolls: wireless engineer (Merthyr, Qld, 1925-1926); radio engineer (Highgate Hill, Qld, 1928); engineer (Herston, 1936-1937) ===''ROBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Laudreux Robson|Robson, Colin Laudreux]] [https://www.familysearch.org/tree/person/details/GXYV-TL8] - 1916(WA)-1973(WA) - Licences: 6XI Perth (Mt Lawley, 1937-1939); 6XI Northam (1947-1948); 6XI Waterloo (1954-1960); 6XI bunbury (1965-1969) - Qualifications: cc; 3COCP 181, 1936; AOCP 2055, 1937, WA; BOCP 234, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (6AM Quarters, Northam, WA, 1949; 6TZ, Waterloo, WA, 1958-1963; Bunbury, WA, 1968-1972) ===''ROCKWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Bruce Rockwell|Rockwell, Horace Bruce]] [https://www.familysearch.org/tree/person/details/K882-BWV] - 1887(Tas)-1955(NSW) - Licences: XQH Brisbane (Wynnum) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; WW1; WW2; a founder of Wireless Institute of Queensland 1912 - Electoral Rolls: electrician (Fort Lytton, Qld, 1913; Wynnum, Qld, 1917-1919); electrical engineer (Enoggera, Qld, 1919; Chelmer, Qld, 1925); electrician (Fort Lytton, Qld, 1936-1937); soldier (Middle Head, NSW, 1943); engineer (Northbridge, NSW, 1949) ===''RODDA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William David Rodda|Rodda, William David]] [https://www.familysearch.org/tree/person/details/G8WK-4JB] - 1907(WA)-1961(WA) - Licences: 6WR Perth (Claremont, 1928-1939) - Qualifications: cc; AOCP 435, 1928, No. ?? in WA; BOCP 1191, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Claremont, 1931-1936; Nedlands, 1937; Claremont, 1943); control operator (Nedlands, 1949-1954); technician (Perth, 1958) ===''RODWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Rodwell|Rodwell, Albert Edward]] [https://www.familysearch.org/tree/person/details/MWX8-VG7] - 1909(Qld)-1976(Qld) - Licences: Receive (Crystal) Brisbane (Bowen Hills, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Bowen Hills, Qld, 1936-1937); grocer (Kedron, Qld, 1943-1949); company manager (Wavell Heights, Qld, 1954-1968); bookseller (Aspley, Qld, 1972) ===''ROGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Stanley Rogers|Rogers, Bernard Stanley]] [https://www.familysearch.org/tree/person/details/GXPV-L34] - 1912(SA)-1987(SA) - Licences: 5FG Adelaide (Blackwood, 1934-1939; Edwardstown, 1947-1948; Glandore, 1954-1980+) - Qualifications: cc; AOCP 1274, 1934, SA; 1COCP 907, 1945 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Edwardstown, SA, 1939-1943) ===''ROHDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Campbell Rohde|Rohde, William Campbell "Bill"]] [https://www.familysearch.org/tree/person/details/G76S-GRF] - 1907(Qld)-1991(Qld) - Licences: 4RW Brisbane (Red Hill, 1929-1939) - Qualifications: cc; AOCP 493, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (YWCA Wireless Club); comms engineer (PMGD); broadcast engineer (4QG) - Electoral Rolls: telephone mechanic (Red Hill, 1934-1943; Newmarket, 1949); postal engineer (Coorparoo, 1958-1980) ===''ROLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Rolls|Rolls, Sydney]] [https://www.familysearch.org/tree/person/details/GX95-V3F] - 1886(???)-1957(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918); WW1 - Electoral Rolls: electrician (Auburn, Vic, 1916-1919); naval officer (Camberwell, Vic, 1924-1925); engineer (Hawthorn, Vic, 1928-1949) ===''ROSCOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Thomas Roscoe|Roscoe, Geoffrey Thomas]] [https://www.familysearch.org/tree/person/details/G8QR-GJY] - 1900(Qld)-1985(Qld) - Licences: Receive Condamine (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: teacher (Condamine, Qld, 1925; Macknade, Qld, 1936-1937; Boonah, Qld, 1943); retired (St Lucia, Qld, 1968-1980) ===''ROSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William (Qld) Rose|Rose, Robert William (Qld)]] [https://www.familysearch.org/tree/person/details/G8DS-JJM] - 1911(Qld)-1970(NSW) - Licences: 4RR Brisbane (1925); 4RQ Longreach (1930-1939, 1946-1948); 2AQR Wallsend (1956-1961); 2AQR Avoca (1965-1969) - Qualifications: cc; AOCP 576, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; chemist - Comment: Another Robert William Rose b1923 BOCP 993 - Electoral Rolls: mechanic (Toowong, 1925); chemist (Longreach, 1936-1949; West Wallsend, 1958-1963; Avoca Beach, 1968) * [[/Robert William (Vic) Rose|Rose, Robert William (Vic)]] - 1923(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; BOCP 993, 1948; 3AIR 1790, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: ===''ROSENSKJAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rosenskjar|Rosenskjar, F.]] - 19??-19?? - 4?? Brisbane (Fairfield) (Operator 4BI), amateur operator, amateur broadcaster ===''ROSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander David Ross|Ross, Alexander David]] [https://www.familysearch.org/tree/person/details/G68V-KFR] - 1883(Sct)-1966(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Professor of Mathematics & Physics, University of Perth) - Electoral Rolls: university professor (Perth Club, 1916; West Perth, 1925-1954); retired (Albany, WA, 1958-1963) - Links: [https://adb.anu.edu.au/biography/ross-alexander-david-8270 ADB]; [[w:Alexander_David_Ross|Wikipedia]]; [https://www.news.uwa.edu.au/archive/201206204747/features/setting-standards-excellence/ UWA] * [[/John Francis Ross|Ross, John Francis "Jack"]] - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer (PMGD); journalist (editor, The Broadcaster); historian (broadcasting, Amateur Radio, radiocommunications); author ("History of Radio in South Australia"; "Radio Broadcast Technology") - Electoral Rolls: ===''ROUTLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert Angus Routledge|Routledge, Robert Angus "Bob"]] [https://www.familysearch.org/tree/person/details/GWX2-BDP] - 1913(SA)-1997(SA) - Licences: 5RA Adelaide (Richmond, 1930-1931; Henley Beach, 1933) - Qualifications: cc; AOCP 679, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: manufacturer (Henley, 1939); radio technician (Henley, 1941); physics technician (Glenelg, 1943) ===''ROWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. L. Rowe|Rowe, R. L.]] - 19??(???)-19??(???) - Licences: 2LR Sydney (Milsons Point, 1928; McMahons Point, 1929) - Qualifications: cc; AOCP 267, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ROWLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert George Rowland|Rowland, Robert George]] [https://www.familysearch.org/tree/person/details/KH14-G2J] - 1902(Vic)-1996(Vic) - Licences: 3GR Ballarat (1930-1939, 1946-1980+) - Qualifications: AOCP 657, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grocer (Grovedale, 1924); storekeeper (Majorca, 1925-1927; Ballarat, 1931); radio dealer (Ballarat, 1936-1980) - Don't Confuse: 3ZGG/3AFS Robert George Rowlands ===''ROWLATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Rowlatt|Rowlatt, Thomas William]] [https://www.familysearch.org/tree/person/details/GCMJ-HZT] - 1892(Qld)-1978(Qld) - Licences: Receive (Crystal) Brisbane (South Brisbane, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: fitter (Kangaroo Point, Qld, 1915-1921); engineer (Kangaroo Point, Qld, 1925-1937); mechanical engineer (Kangaroo Point, Qld, 1943-1968); retired (Chermside, Qld, 1972-1977) ===''ROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Roy|Roy, A. J.]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 577, 1930, No. ?? in Vic - amateur operator?; amateur broadcaster? - Electoral Rolls: Nil yet identified - Individual not yet identified (115 Skene St, Warrnambool, Vic - 1930) ===''ROYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Arthur Kirkcaldy Royle|Royle, William Arthur Kirkcaldy]] [https://www.familysearch.org/tree/person/details/GZ13-BBQ] - 1909(NSW)-1965(NSW) - Licences: 2WA Sydney (Edgecliff, 1927-1928); 2AWK Sydney (Darling Point, 1946-1950; Sandringham, 1961) - Qualifications: AOCP 318, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: underwriter (Edgecliff, 1936-1954); agent (Sandringham, 1958) ===''RUBAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Peter Ruban|Ruban, John Peter]] [https://www.familysearch.org/tree/person/details/G8CM-DMS] - 1925(???)-2015(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: radio technician (Footscray North, 1963-1968); technician (Maidstone, Vic, 1972-1980) ===''RUMBOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Rumbold|Rumbold, George Henry]] [https://www.familysearch.org/tree/person/details/9VKD-BSQ] - 1907(Vic)-1977(Vic) - Licences: 3GR Bendigo (1927) - Qualifications: AOCP 349, 1927, No. ?? in Vic - amateur operator - Electoral Rolls: carpenter (Bendigo, 1928); insurance agent (Kyneton, 1931; Shepparton, 1931; Bendigo, 1936-1937); assistant superintendent (Bendigo, 1942-1954); cabinet maker (Bendigo, 1963-1972) ===''RUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Ruse|Ruse, Thomas William]] [https://www.familysearch.org/tree/person/details/KZMB-QWY] - 1891(Vic)-1987(WA)95yo - Licences: 6WK Perth (Perth City, 1930-1931; Osborne Park, 1933-1969) - Qualifications: cc; AOCP 627, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: baker (Osborne Park, 1916-1972); retired (Bunbury, 1977-1980) ===''RUSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Cooper Russell|Russell, Albert Cooper "Bert"]] [https://www.familysearch.org/tree/person/details/GFQ9-BQV] - 1916(WA)-1995(NSW) - Licences: 6AR Albany (1936-1937); 6AR Northam (1938-1939) - Qualifications: cc; AOCP 1670, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937); mechanic (New Town, Tas, 1943-1949); engineer (Sandringham, Vic, 1954; Sans Souci, NSW, 1958; Double Bay, NSW, 1963; Kensington, NSW, 1968-1980) ===''RYAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Ryan|Ryan, Albert John "Jack"]] [https://www.familysearch.org/tree/person/details/GZWH-V6X] - 1897(Vic)-1984(NSW) - Licences: 2LE Canberra (Kingston, 1930-1933); 2YN Canberra (Kingston, 1933-1939) - Qualifications: CPRT 489, 1919; AOLCP 80, 1932; no record of AOCP - amateur operator; amateur broadcaster; WW1; WW2; broadcast engineer; PMGD (junior mechanic NSW, 1917; clerk, 1919); founder of 2CA Canberra commercial - Electoral Rolls: - several contemporaneous AJR's * [[/George Edward Ryan|Ryan, George Edward]] [https://www.familysearch.org/tree/person/details/G8CM-RCC] - 1910(Qld)-1987(Qld) - Licences: 4RG Brisbane (South Brisbane, 1936-1939; Dutton Park, 1946-1954) - Qualifications: cc; AOCP 1633, 1936, Qld - amateur operator; amateur broadcaster; telephone mechanic (PMGD) - Comment: several contemporaneous GERs - Electoral Rolls: motor mechanic (South Brisbane, Qld, 1937); telephone mechanic (South Brisbane, Qld, 1943-1954); PMG Instructor (St Lucia, Qld, 1958); instructor (Taringa, Qld, 1963-1980) ===''RYMILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Campbell Rymill|Rymill, Arthur Campbell]] [https://www.familysearch.org/tree/person/details/LXVS-CTB] - 1907(SA)-1989(SA) - Licences: Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Riddoch Rymill|Rymill, Robert Riddoch]] [https://www.familysearch.org/tree/person/details/LV5N-YC9] - 1904(SA)-1990(SA) - Licences: V753 Receive Melbourne (Toorak, 1922); 3GX Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: ethnologist (South Yarra, 1931) - Links: [https://vwma.org.au/explore/people/535352 WW2] =='''S'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''SAAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Saar|Saar, Alexander]] [https://www.familysearch.org/tree/person/details/GZ52-N3K] - 1889(???)-1956(WA) - Licences: 6CZ Receive Perth (West Perth, 1923); 6CZ Northam (1923-1925); 6KM Eucla (1926-1927); 6KM Geraldton (1933); 6KM Perth (Maylands, 1937-1939) - Qualifications: cc; AOCP 264, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telegraph lineman (North Perth, WA, 1915); postal electrician (Northam, WA, 1917); mechanic (Bunbury, WA, 1916-1917; Balkatta, WA, 1922; Eucla, WA, 1925-1926; North Perth, WA, 1928; Maylands, WA, 1931); postal electrician (Maylands, WA, 1936-1954) ===''SAGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Noel Sagar|Sagar, Eric Noel]] [https://www.familysearch.org/tree/person/details/GDKS-4J9] - 1896(SA)-1976(NSW) - Licences: 5CM Receive Adelaide (Largs Bay, 1923); Receive Adelaide (Largs Bay, 1923); 5CM Adelaide (Largs Bay, 1924-1926); 4ES Brisbane (Greenslopes, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Halcyon: Not mentioned - Electoral Rolls: manager (Greenslopes, Qld, 1932); engineer (Darlinghurst, 1943-1949); orchardist (Kincumber, NSW, 1949-1958) ===''SAINSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Henry Sainsbury|Sainsbury, Rupert Henry]] [https://www.familysearch.org/tree/person/details/L28X-5H3] - 1896(NSW)-1974(NSW) - Licences: 2YJ Sydney (Concord, 1924-1936); 4YJ Brisbane (Clayfield, 1937-1939); 2YJ Sydney (Concord, 1946-1954; Epping, 1955-1975) - Qualifications: cc; AOCP 54, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: clerk (Concord, 1930); traveller (Hendra, 1936-1937); soldier (Norman Park, 1943); executive (Concord West, 1949-1954); commercial traveller (Epping, 1958-1968) ===''SAINTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Melville Sainty|Sainty, Clifford Melville]] [https://www.familysearch.org/tree/person/details/GZ61-1GZ] - 1907(NSW)-1987(SA) - 2MS Warrawee (1925-1926), amateur operator (AOCP 88, 1925, No. ?? in NSW), amateur broadcaster, likely related to XAH S. J. Sainty ===''SALAMY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Salamy|Salamy, Edward]] [https://www.familysearch.org/tree/person/details/GZHH-VWR] - 1904(Vic)-1977(Vic) - Licences: 3AJ Receive Warrnambool (1922-1923); 3AJ Warrnambool (1924-1933); 3PS Warrnambool (1948-1975) - Qualifications: cc; AOCP 35, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: jeweller (Warrnambool, 1924-1977) ===''SAMPHIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Luke Samphier|Samphier, Richard Luke]] [https://www.familysearch.org/tree/person/details/L58L-DPC] - 1914(WA)-1980(WA) - Licences: 6YZ Perth (City, 1936-1937; Victoria Park, 1938-1939; Carlisle, 1947-1955; Mt Lawley, 1956-1975+) - Qualifications: cc; AOCP 1717, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: blind school worker (North Perth, WA, 1936; Leederville, WA, 1943); Blind School employee (Carlisle, WA, 1949-1954; Mt Lawley, WA, 1958) ===''SANDEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Sandel|Sandel, Otto]] [https://www.familysearch.org/tree/person/details/GW4J-54J] - 1905(Qld)-1999(NSW) - 2UW Sydney (Manly, 1923; Kensington, 1923-1924; Northbridge, 1924-1925; Bellevue Hill, 1926-1927); 2HH Sydney (Woollahra, 1936-1939, 1946-1969; Bondi, 1975) - Qualifications: cc; AOLCP 270, 1935, NSW - amateur operator; amateur broadcaster; founder B class 2UW Sydney & 2UX Wagga Wagga - don't confuse Charles Albert Sandell of AAE fame - Electoral Rolls: radio dealer (Woolahra, 1930-1931); engineer (Bondi, 1933; Edgecliff, 1936-1937; Bondi Junction, 1943-1954; Bondi Beach, 1958-1980) ===''SANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Albert Sandell|Sandell, Charles Albert]] - 1886(Eng)-1980(WA) - early wireless experimenter, Sydney, 1911, amateur operator (AOCP ??, 19??, No. ?? in ???), participant in the Australasian Antarctic Expedition, amateur broadcaster, military (WW1), don't confuse Otto Sandel of 2UW fame ===''SANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Sander|Sander, John Henry "Jack"]] [https://www.familysearch.org/tree/person/details/K6WF-H23] - 1906(WA)-1955(WA) - Licences: 6MS Geraldton (1935-1937); 6MS Perth (Cannington, 1938-1939, 1947-1956) - Qualifications: cc; AOCP 1435, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wheelwright (Geraldton, WA, 1930); electrician (Geraldton, WA, 1931-1937); telephone mechanic (South Perth, WA, 1937; Cannington, WA, 1943-1954) ===''SANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas George Sanderson|Sanderson, Douglas George]] [https://www.familysearch.org/tree/person/details/9WZJ-2K3] - 1924(Qld)-1994(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcast engineer (PMGD); historian (broadcast); federal public servant (PMGD) - Electoral Rolls: PMG technician (Torwood, Qld, 1949-1954); technician (Ashgrove, Qld, 1958-1968); engineer (Chermside, Qld, 1972; Windsor, Qld, 1977-1980) ===''SANDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Keith Sandham|Sandham, James Keith "Keith"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''SAUNDERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lewis Saunders|Saunders, Alfred Lewis]] [https://www.familysearch.org/tree/person/details/GZLR-FMS] - 1909(SA)-2003(???) - Licences: Receive Adelaide (Hyde Park, 1923-1924); 5BX Adelaide (Glenelg, 1925-1939, 1946-1955; Plympton, 1956-1980+) - Qualifications: cc; AOCP 223, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Glenelg, 1939-1943) ===''SAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Saw|Saw, Frederick William]] [https://www.familysearch.org/tree/person/details/G9S9-JN3] - 1884(WA)-1957(WA) - Licences: 6DA Perth (Armadale, 1923-1926; Victoria Park, 1927); 6DA Albany (1930-1931); 6DA Perth (Wanneroo, 1933; North Perth, 1937-1939); 6DA Northam (1946-1948) - Qualifications: cc; AOCP 174, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storekeeper (Armadale, 1909); electrician (Beverley, 1916-1917; Armadale, 1921-1925; Albany, 1928-1931; Balkatta, 1936; Leederville, 1937; Kalgoorlie, 1937-1943); mechanic (North Perth, 1949); retired (Triggs Island, 1954) * [[/Malcolm Henry Saw|Saw, Malcolm Henry ]] [https://www.familysearch.org/tree/person/details/LVCY-H9M] - 1921(WA)-1997(WA) - 6SM Perth (Doubleview, 1960-1980+), amateur operator (AOCP 3674, 1958, No. ?? in WA), WW2, engineer (Doubleview, 1972) ===''SAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Sawford|Sawford, Leonard Francis]] [https://www.familysearch.org/tree/person/details/LF7J-2XK] - 1908(SA)-1968(SA) - Licences: 5DH Receive Adelaide (Port Adelaide, 1923); Receive Adelaide (Port Adelaide, 1923); 5LF Adelaide (Peterhead, 1925-1928; West Croydon, 1931; Largs, 1937-1939); 5YF Adelaide (Glen Osmond, 1948-1965) - Qualifications: cc; AOCP 173, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; agent (Largs, 1939) - Electoral Rolls: agent (Largs, SA, 1939-1941) ===''SCANLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Scanlon|Scanlon, William Lawrence]] [https://www.familysearch.org/tree/person/details/GDKG-3XR] - 1901(Tas)-1971(NSW) - Licences: Receive Hobart (West Hobart, 1921-1923); 7AL Hobart (West Hobart, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; sales (Medhursts, Hobart to 1924, Launceston from 1924) - Electoral Rolls: Nil yet identified ===''SCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harley Irwin Schell|Schell, Harley Irwin]] [https://www.familysearch.org/tree/person/details/GD57-PV8] - 1907(Tas)-1996(Tas) - Licences: 7AW Receive West Burnie (1922); Receive West Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: mechanic (Kelso, 1936-1972) ===''SCHLEICHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Schleicher|Schleicher, Keith]] [https://www.familysearch.org/tree/person/details/G3D4-5RS] - 1918(Qld)-1997(Qld) - 4KS Brisbane (Toowong, 1938-1939, 1946-1947; Alderley, -1950+; Aspley, McDowall, -1980+) - amateur operator (AOCP 2144, 1938, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), radio employee (Tracksons, manager service), business proprietor (Blue & White Cabs comms) ===''SCHMIDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Frederick Schmidt|Schmidt, Ronald Frederick]] [https://www.familysearch.org/tree/person/details/G88P-1B9] - 1913(Vic)-1990(Vic) - Licences: 3LY Trafalgar (1930); 3LY Moe (1931); 3LY Sale (1933-1939, 1946-1948); 3LY Melbourne (Camberwell, 1954-1980+) - Qualifications: AOCP 567, 1930, No. ?? in Vic; AOLCP 69, 1932; 1COCP 72, 1936; TVOCP 75, 1957 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: wireless operator (Sale, 1934-1937); radio technician (Sale, 1949-1954); technician (Camberwell, 1954-1980) ===''SCHNITZERLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Joseph Schnitzerling|Schnitzerling, Leonard Francis Joseph]] [https://www.familysearch.org/tree/person/details/G885-W43] - 1907(Qld)-1969(Qld) - Licences: 4CK Warwick (1938-1939, 1946-1969) - Qualifications: cc; AOCP 2099, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, 1928-1968) ===''SCHOFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Schofield|Schofield, William]] [https://www.familysearch.org/tree/person/details/GXB3-69N] - 1874(Eng)-1971(WA)97yo - Licences: 6WS Perth (Peppermint Grove, 1935-1939, 1947-1969) - Qualifications: cc; AOCP 1463, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: manager (Peppermint Grove, WA, 1919); broker (Peppermint Grove, WA, 1922-1968) ===''SCHOLZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hans Scholz|Scholz, Hans "Harold" / "Harry" / "Tibby"]] [https://www.familysearch.org/tree/person/details/G64P-CV3] - 19??(???)-1970(Qld) - Licences: 4HR Brisbane (Coorparoo, 1931); 4HR Nambour (1933); 4HR Brisbane (Coorparoo, 1937); 4HR Gladstone (1937-1939); 4HR Brisbane (Morningside, 1946-1969) - Qualifications: cc; AOCP 784, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ; South Brisbane RC; Brisbane DX Club); broadcast technician (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, 1937); mechanic (Dalby, 1943); not stated (Morningside, 1949-1968) ===''SCHULTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Nelson Schultz|Schultz, Leonard Nelson "Len"]] [https://www.familysearch.org/tree/person/details/GZJY-QBF] - 1906(NSW)-1980(NSW) - Licences: 2LO Sydney (Lane Cove, 1922); 2LO Sydney (Lane Cove, 1923-1930); 2ANM Sydney (Mosman, 1947-1980) - Qualifications: cc; AOCP 171, 1925, No. ?? in NSW; AOLCP 45, 1931; 3AIR 176, 1942 - amateur operator; amateur broadcaster; broadcast engineer (co-designed 2GB, 1926; involved 2CA, 4BH, 2MW, 5DN); professional associations (IRE: foundation member, vice-president, president); aviator (Royal Aero Club NSW, committee) - Electoral Rolls: broadcasting engineer (Mosman, 1935-1937); engineer (Mosman, 1949-1977) ===''SCHULTZE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Ludwig Schultze|Schultze, John Edwin Ludwig]] [https://www.familysearch.org/tree/person/details/GQTB-9FL] - 1906(Vic)-1969(Vic) - 3QO Receive Melbourne (Glenferrie, 1923-1924), 3JS Melbourne (Glenferrie, 1925-1933; Hawthorn, 1937-1939), amateur operator (AOCP 163, 1925, No. ?? in Vic), amateur broadcaster, motor mechanic (Hawthorn, 1934) ===''SCOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil John Scott|Scott, Alfred Cecil John "Cecil", "Cec", "Scottie"]] [https://www.familysearch.org/tree/person/details/M12J-9YK] - 1888(Tas)-1954(Tas) - Licences: Receive (Crystal) Launceston (1923); 7CS Launceston (1925-1931); 7CS Hobart (Lindisfarne, 1933; Sandy Bay, 1937-1939) - Qualifications: cc; AOCP 56, 1925, No. ?? in Tas - amateur receiver; amateur operator; amateur broadcaster - Comment: well-known for comic QSL cards - Electoral Rolls: bench clerk (Nelson, 1936; Hobart South, 1943-1954) * [[/Ernest Kilburn Scott|Scott, Ernest Kilburn]] [https://www.familysearch.org/tree/person/details/LBDW-TBR] - 1868(Eng)-1941(Eng) - Came to Sydney in 1905 to organise electrical engineering department of University of Sydney, likely early wireless experimenter, promoted need for wireless telegraphy for Australia, returned to England ca 1910 - [https://www.gracesguide.co.uk/Ernest_Kilburn_Scott Graces Guide - Ernest Kilburn Scott] * [[/Francis Ladner Scott|Scott, Francis Ladner]] [https://www.familysearch.org/tree/person/details/GXHK-DTF] - 1899(Eng)-1953(Qld) - Licences: 4BO Thursday Island (1933); 2UH Sydney (Randwick, 1934-1936; Naremburn, 1937-1938; La Perouse, 1939 - Qualifications: cc; CPRT 419, 1918; 2COCP 360, 1931; 1COCP 33, 1934 - amateur operator; amateur broadcaster; coastal wireless operator; military (UK Merchant Navy post WW1) - Electoral Rolls: wireless operator (Nundah, Qld, 1921-1925); radio telegraphist (Pinkenba, Qld, 1929; Thursday Island, Qld, 1931; Randwick, NSW, 1935; Waverton, NSW, 1943; Wyndham, WA, 1943; Rockhampton, Qld, 1949) * [[/George Archibald Scott|Scott, George Archibald "Scotty"]] [https://www.familysearch.org/tree/person/details/G682-TGN] - 1882(Eng)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 607, 1921; 1COCP 181, 1931 - RANRS (commissioned telegraphist, 1917); PMGD (radio inspector, WA); witness to Royal Commission 1927 (as radio inspector, WA) - Electoral Rolls: engineer (Rockhampton, 1913-1914; Hendra, 1915-1917); radio inspector (Fremantle, 1925-1937) - Links: [http://nla.gov.au/nla.news-article84253651 Bio] * [[/Herbert Godfrey Scott|Scott, Herbert Godfrey "Herb"]] [https://www.familysearch.org/tree/person/details/G8MJ-JFJ] - 1902(Qld)-1968(Qld) - Licences: 4HS Toowoomba (1931-1937); 4HS Brisbane (Albion, 1938-1939; 1946-1965) - Qualifications: cc; AOCP 750, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Railways) - Electoral Rolls: clerk (Toowoomba, 1925-1936; Albion, 1943-1968) * [[/Jack Bartlett Scott|Scott, Jack Bartlett]] [https://www.familysearch.org/tree/person/details/G8VX-FLR] - 1909(NSW)-1988(NSW) - Licences: 2NR Sydney (Epping, 1930-1934); 2AJX Sydney (Cheltenham, 1938-1939; Epping, 1946-1950) - Qualifications: AOCP 685, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Epping, 1933-1935); engineer (Epping, 1949; Wahroonga, 1954-1968); retired (Carlingford, 1977-1980) * [[/Robert Ochiltree Scott|Scott, Robert Ochiltree]] [https://www.familysearch.org/tree/person/details/G8H4-5SX] - 1898(Vic)-1960(Vic) - Licences: 2RS Gundagai (1929-1931); 2RS Balranald (1933); 3OS Scotsburn (1937-1939); 3OS Melbourne (St Kilda, 1956-1960) - Qualifications: AOCP 476, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: grazier (Ballarat, 1920-1924); farmer (Murrayville, 1925-1927; Gundagai, 1930); mechanic (South Yarra, 1943; Melbourne, 1949) * [[/Robert Townley Scott|Scott, Robert Townley]] [https://www.familysearch.org/tree/person/details/G7YC-MBK] - 1841(Eng)-1922(Qld) - senior state public servant (secretary, Qld Post & Telegraph Dept), senior federal public servant (secretary, Postmaster-General's Department) * [[/W. F. Scott|Scott, W. F.]] - 18??(???)-19??(???) - Licences: 4?? Brisbane (West End) - Qualifications: cc; AOCP 334, 1927, No. 37 in Qld - amateur operator; amateur broadcaster - Comment: likely father of H. S. Scott who was reported youngest ever to pass AOCP at age 16 - Electoral Rolls: Nil yet identified * [[/Walter Henry Scott|Scott, Walter Henry]] [https://www.familysearch.org/tree/person/details/G76Z-11G] - 1904(Eng)-1987(SA) - Licences: Receive Adelaide (Glenelg, 1923); 5HS Clare (1937-1939) - Qualifications: cc; AOCP 1888, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Clare, SA, 1939); telephone mechanic (Glenelg, SA, 1941-1943) ===''SEBIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Dudley Sebire|Sebire, Leon Dudley "Leo"]] [https://www.familysearch.org/tree/person/details/G8V2-QX5] - 1932(Vic)-2006(Vic) - Licences: 3CF Melbourne (Wandin North, 1956-1960) - Qualifications: 2COCP 1319, 1955; 1COCP 1786, 1955 - amateur operator, amateur broadcaster, director Telstra Broadcasting Branch - Electoral Rolls: radio mechanic (Wandin Yallock, 1954); engineer (Mordialloc, 1963-1980) - Relationships: son of 3MX Percival John Sebire - Awards: Member Order of Australia "For service to communications, particularly broadcasting" (1991) * [[/Percival John Sebire|Sebire, Percival John "Percy"]] [https://www.familysearch.org/tree/person/details/LCFD-Z2R] - 1904(Vic)-1994(Vic) - Licences: 3MX Melbourne (Moorabbin, 1930-1939, 1946-1980+) - Qualifications: AOCP 692, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elsternwick, 1926; Bentleigh, 1928-1936; Cheltenham, 1949; Moorabbin, 1954-1980) - Relationships: father of 3CF Leon Dudley Sebire ===''SEBLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Sebley|Sebley, William John]] [https://www.familysearch.org/tree/person/details/G649-7VL] - 1894(Qld)-1980(Qld) - Licences: 4WS Ipswich (1931-1939, 1946-1948); Southport (1954-1965) - Qualifications: cc; AOCP 736, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Ipswich, 1915; North Ipswich, 1919-1949; Southport, 1954-1968); ===''SECCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Louis Mervyn Seccombe|Seccombe, Louis Mervyn]] [https://www.familysearch.org/tree/person/details/G8PW-XWM] - 1895(Tas)-1970(NSW) - Licences: 3KT Receive Melbourne (Ascot Vale, 1922-1923); 3KT Melbourne (East Kew, 1924; Ascot Vale, 1924-1925; Hawksburn, 1926; East Malvern, 1927); 2KT Sydney (Rockdale, 1928-1939) - Qualifications: cc; 1COCP 396, 1940 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: salesman (Ascot Vale, Vic, 1919); commercial traveller (Ascot Vale, Vic, 1924); radio engineer (Rockdale, NSW, 1930-1937); wireless operator (Longreach, Qld, 1943); communications officer (Hurstville, 1949-1963); - Comment: Surname sometimes misspelled Secombe ===''SELBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Selby|Selby, George William]] [https://www.familysearch.org/tree/person/details/LCTW-BMT] - 1858(Vic)-1949(Vic) - early wireless and X-ray experimenter ===''SELF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Self|Self, Thomas Edward]] - 1854(???)-19??(???) - b. 7 Jan 1854, Early Tasmanian wireless experimenter, demonstration before Royal Society 1898, beware another Thomas Edward Self (b. 9 Oct 1853) in Hobart at the same time ===''SELFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Giles Turner Selfe|Selfe, Harry Giles Turner]] [https://www.familysearch.org/tree/person/details/K24M-5XB] - 1894(NSW)-1942(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 157, 1915; 1COCP 51, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2; RANVR (commissioned telegraphist, 1942) - Electoral Rolls: radio telegraphist (Geraldton, WA, 1918; Broome, WA, 1922; Leichhardt, NSW, 1933; Darling Harbour, NSW, 1934-1937) ===''SELLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Sellenger|Sellenger, David Charles]] [https://www.familysearch.org/tree/person/details/G8VT-5GJ] - 1902(NSW)-1966(NSW) - Licences: 2DC Sydney (Hurstville, 1930-1965) - Qualifications: AOCP 700, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Hurstville, 1930-1963) ===''SELLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Sellick|Sellick, Edward]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''SELMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold George Selman|Selman, Harold George]] [https://www.familysearch.org/tree/person/details/LRM4-3S8] - 1907(Vic)-1985(Vic) - 3GN Geelong (1925), 3GN Chilwell (1926), 3GN Geelong (1927), 3GN Melbourne (West Coburg, 1931), 3GN Geelong (1933), 3CM Geelong (1948-1980+), amateur operator (AOCP 164, 1925, No. ?? in Vic), amateur broadcaster, radio dealer (Geelong, 1954) ===''SEMMENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Segbert Cornwall Semmens|Semmens, George Segbert Cornwall]] [https://www.familysearch.org/tree/person/details/G744-HQ5] - 1901(Vic)-1977(Vic) - Licences: XJCY Melbourne (East St Kilda, 1913-1914); V756 Receive (1922); 3GZ Receive Buln Buln East (1922); 3GS Laver's Hill (1925-1926); 3GS Queenstown (1927); 3GS Moreland (1931); 3GS Foxhow (1933); Melbourne (Essendon (1937-1939); Glen Iris (1946-1960); Clematis, 1965-1975); 3AEN Melbourne (Clematis, 1954-1960) - Qualifications: cc; AOCP 216, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: teacher (Coburg, 1928; Preston, 1931; Essendon, 1936); res. chemist (Glen Iris, 1943-1963); technical adviser (Clematis, 1968-1977) ===''SERLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric Serle|Serle, Cedric]] [https://www.familysearch.org/tree/person/details/LZT2-SC8] - 1910(Vic)-1972(Vic) - Licences: 3RX Melbourne (Canterbury, 1928-1933; Toorak, 1938-1939; Elwood, 1946-1947); 3ARX Melbourne (Windsor, 1948-1956; Caulfield, 1960-1965) - Qualifications: AOCP 443, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Camberwell North, 1931-1934; Kew, 1936; Toorak, 1937; St Kilda, 1942; Prahran, 1949; Caulfield South, 1963-1972) ===''SEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Percy Lambert Holt Sewell|Sewell, Percy Lambert Holt]] [https://www.familysearch.org/tree/person/details/GDM1-YB1] - 1900(NSW)-1949(NSW) - Licences: 2CJ Receive Sydney (Paddington, 1922); 2CJ Sydney (Paddington, 1922-1925; Darlinghurst, 1925-1926) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Fire Station, Mittagong, 1930-1935; Mittagong, 1936-1937; Kempsey, 1943); installation inspector (Queanbeyan, 1949) ===''SEYLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Jakob Seyler|Seyler, Albert Jakob or Jacob]] [https://www.familysearch.org/tree/person/details/G8NL-F5N] - 1913(Ger)-1977(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - WW2 (Luftwaffe); radar engineer; television researcher; PMGD Research Laboratories (Assistant Director General) - Electoral Rolls: engineer (Mt Waverley, 1963; Burwood, 1968); PMG (Croydon, 1972); assistant director (Emerald, 1977) - [https://adb.anu.edu.au/biography/seyler-albert-jakob-11660 ADB] ===''SHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Henry Shannon|Shannon, Francis Henry "Frank"]] - 1910(Qld)-1991(Qld) - 4SN Allora (1938-1939), Tamborine (1946-1947), Minden (1948-1956), Ipswich (1960-191975), Toowoomba (1980+), amateur operator (AOCP 2145, 1938, No. ?? in Qld), amateur broadcaster , radio clubs (Wooloowin RC, WIA, Qld Listeners' League), journalist (AR, VK4 Notes), occupation (school teacher) ===''SHARLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Sharland|Sharland, Arthur Henry "Chilla"]] [https://www.familysearch.org/tree/person/details/GZZD-ZKS] - 1909(Qld)-1983(Qld) - Licences: 4SD Brisbane (Boondall, 1936-1939, 1946-1948; Ekibin, 1954); 4SD Cloncurry (1955); 4SD Brisbane (Wynnum North, 1956); 4SD Rockhampton (1960); 4SD Yeppoon (1965-1980+) - Qualifications: cc; AOCP 1807, 1936, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless operator); federal public servant (DCA) - Electoral Rolls: labourer (Boondall, Qld, 1937-1943); Commonwealth officer (Wynnum North, Qld, 1954); communications officer (Rockhampton, Qld, 1958-1963; Yeppoon, Qld, 1968-1977); retired (Causeway via Yeppoon, Qld, 1980) ===''SHARP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John James Charles Sharp|Sharp, John James Charles]] [https://www.familysearch.org/tree/person/details/GZBZ-TZV] - 1897(Vic)-1974(Vic) - Licences: 3KA Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 591, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Prahran Gardens, 1919-1924; Caulfield, 1928-1972) ===''SHARPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Victor Sharpe|Sharpe, Frank Victor]] [https://www.familysearch.org/tree/person/details/GMD2-GVZ] - 1904(Qld)-1988(Qld) - Licences: 4AZ Brisbane (Wooloowin, 1924-1929; Ashgrove, 1930-1937; Redcliffe, 1938-1939); 4ZFS Brisbane (Clayfield, 1975); 4FV Brisbane (Clayfield, 1980) - Qualifications: cc; AOCP 20, 1924, No. 4 in Qld; AOCP Q112, 1975 - amateur operator; amateur broadcaster; WW2; radio club (RSQ, WIAQ); military (AMF) - Awards: C.M.G.; O.B.E. - Electoral Rolls: merchant (Wooloowin, 1925-1929); director (Ashgrove, 1934-1937); soldier (Ashgrove, 1943); machinist (likely typo for merchant) (Clayfield, 1949); merchant (Clayfield, 1954-1980) ===''SHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Shaw|Shaw, Archibald John]] [https://www.familysearch.org/tree/person/details/G8K2-ZDZ] - 1872(NSW)-1916(Vic) - XPO King Island (1911); X?? Sydney (Randwick), early wireless experimenter, proprietor Maritime Wireless Telegraph Co of Australasia (1910+) with Edward Hope Kirkby, technical specialist - [https://adb.anu.edu.au/biography/shaw-archibald-john-8404 ADB] [http://messui.polygonal-moogle.com/valves/NW199003.pdf EA] * [[/J. G. Shaw|Shaw, J. G.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (Chelmer, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Raymond Herbert Preston Shaw|Shaw, Raymond Herbert Preston]] [https://www.familysearch.org/tree/person/details/GD3J-J31] - 1901(Eng)-1996(NSW) - Licences: 2LY Receive Sydney (Bondi, 1922-1923); 2LY Sydney (Woolahra, 1924-1929; South Kensington, 1930) - Qualifications: cc; CPRT 664, 1921 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kensington, 1930-1931; Vaucluse, 1932-1980) * [[/Sidney Alexander Shaw|Shaw, Sidney Alexander]] [https://www.familysearch.org/tree/person/details/KFJY-4NH] - 1882(Eng)-1974(WA) - Licences: 6AI Perth (East Guildford, 1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: assistant station master (Woolgangee, WA, 1916-1917); railway officer (East Guildford, WA, 1925-1926); civil servant (Kalgoorlie, WA, 1930-1931); station master (Coolgardie, WA, 1936-1943); retired (East Fremantle, WA, 1949-1972) ===''SHAWSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Shawsmith|Shawsmith, Alan "Smithy" or Alan Shaw Smith]] [https://www.familysearch.org/tree/person/details/G37T-B3Y] - 1917(Qld)-2010(Qld) - Licences: 4SA Brisbane (Indooroopilly, 1935-1939); 4SS Brisbane (West End, -1952-2010) - Qualifications: cc; AOCP 1582, 1935, Qld - amateur operator; historian (amateur); journalist; broadcast engineer (ABC2); public servant (ABC2) - Relationships: Father of 4JSS Steven Shawsmith - Electoral Rolls: poultry farmer (Salisbury, Qld, 1943); radio mechanic (West End, Qld, 1949); builder (West End, Qld, 1954-1980) * [[/Steven Shawsmith|Shawsmith, Steven "Steve"]] - Licences: 4JSS Brisbane - Qualifications: (AOCP ???, 19??, No. ?? in Qld) - amateur operator - Relationships: Son of 4SA-4SS Alan Shawsmith - Electoral Rolls: ===''SHEARER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Anderson Shearer|Shearer, Gordon Anderson]] [https://www.familysearch.org/tree/person/details/LV5G-JW4] - 1907(Qld)-1984(Vic) - Licences: 4FU Receive Brisbane (Alderley, 1923-1924); 4GA Gayndah (1930); 4GA Mt Nebo (1931-1934); 4GA Cloncurry (Quamby, 1937-1939) - Qualifications: cc; AOCP 447, 1928, No. ?? in Qld; 2COCP 95, 1937 - amateur operator; amateur broadcaster; employment (school teacher); state public servant (Qld Dept Education); WW2 - Electoral Rolls: school teacher (Quamby, Qld, 1937; Westbrook, Qld, 1943); aeradio operator (Cloncurry, 1949); communications officer (Cloncurry, 1954); supervisor (Surrey Hills, 1963-1968); retired (Vermont, 1972-1980) ===''SHEARSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Leonard Shearstone|Shearstone, Vincent Leonard]] [https://www.familysearch.org/tree/person/details/G895-CYJ] - 1916(Eng)-1983(NSW) - Licences: Nil - Qualifications: BOCP 4, 1936 - WW2 - Electoral Rolls: radio technician (Albury, 1937); radio announcer (Goulburn, 1943); radio electrician (Goulburn, 1949-1980) ===''SHELDRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Cornwell Sheldrick|Sheldrick, Eric Cornwell "Shel"]] [https://www.familysearch.org/tree/person/details/GZ64-X2X] - 1903(Eng)-1966(Tas) - Licences: 7BH Receive Launceston (1923); 7BH Launceston (1924-1926); 7BT Launceston (1927); 7BM Launceston (1931-1939); 7DM Burnie (1948-1954); 7DN Stowport (1955-1960) - Qualifications: cc; AOCP 60, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: chemist's assistant (Launceston, 1928-1943) ===''SHENTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Hilton Shenton|Shenton, Maurice Hilton]] [https://www.familysearch.org/tree/person/details/G67C-Q1B] - 1903(Qld)-1940(Qld) - Licences: 4DC Receive Brisbane (Wynnum South, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: irrigation ganger (Bald Hills, 1925); assistant stream gauger (North Ipswich, 1928); public servant (Annerley, 1937) ===''SHEPARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arundel Elmore Shepard|Shepard, Arundel Elmore]] [https://www.familysearch.org/tree/person/details/G8QY-8HX] - 1910(SA)-2000(SA) - Licences: 5DC Adelaide (Norwood, 1928-1930; Kent Town, 1931-1933; Norwood, 1937-1939; Toorak East, 1946-1965; Heathpool, 1969-1980+) - Qualifications: cc; AOCP 393, 1928, No. ?? in SA; AOLCP 136, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SHEPHERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. A. Shepherd|Shepherd, H. A.]] - 18??(???)-19??(???) - Licences: XQD Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''SHERRIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Sherriff|Sherriff, Ernest George]] [https://www.familysearch.org/tree/person/details/K877-WTX] - 1904(Qld)-1964(Qld) - Licences: 4SU Brisbane (Fairfield, 1935-1937; Hawthorne, 1938-1939; Brisbane City, 1947-1960) - Qualifications: cc; AOCP 1464, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Brisbane South, Qld, 1928); instructor of printing (Fairfield, Qld, 1937; Hawthorne, Qld, 1943-1949) ===''SHIELDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Edward Shields|Shields, Arthur James Edward]] [https://www.familysearch.org/tree/person/details/LBCT-D5G] - 1894(Eng)-1948(Vic) - Licences: 3GP Melbourne (East Malvern, 1930-1939; North Balwyn, 1946-1948) - Qualifications: AOCP 690, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (East Melbourne, 1925-1927; Malvern East, 1928; Camberwell, 1931-1933); auditor (Malvern East, 1934-1936); retired (Ringwood, 1943) ===''SHOEMAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Shoemaker|Shoemaker, Harry]] [https://www.familysearch.org/tree/person/details/G828-7LL] - 1879(USA)-1932(USA) - American inventor and pioneer radio engineer, developer of Shoemaker wireless system, associated with Gehring companies, International Telegraph Construction Co (represented in Australia by John William Ormsby Hamilton, who promoted the Shoemaker system here), United Wireless Telegraph Co, Marconi Wireless Telegraph Co of America, Mallory companies - Links: [[w:Harry Shoemaker|Wikipedia]]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0026.pdf PIRE1]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0027.pdf PIRE2] ===''SHORING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Samuel Shoring|Shoring, Thomas Samuel]] [https://www.familysearch.org/tree/person/details/GXDD-NDG] - 1914(Qld)-2002(Qld) - Licences: 4SR Bundaberg (1937-1939; 4SR Brisbane (New Farm, 1947-1948) - Qualifications: cc; AOCP 1872, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Bundaberg, Qld, 1936-1937); salesman (Bundaberg, Qld, 1943); sound engineer (New Farm, Qld, 1954; Holland Park, Qld, 1963-1980) ===''SHORT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Alban Short|Short, Alfred Alban]] [https://www.familysearch.org/tree/person/details/GZTS-9QQ] - 1904(NSW)-1946(NT) - Licences: 2SH Newcastle (Lambton, 1926-1933) - Qualifications: AOCP 280, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Lambton, 1930-1943) * [[/Ormond Short|Short, Ormond]] [https://www.familysearch.org/tree/person/details/9VHH-SGM] - 1901(Vic)-1985(Vic) - Licences: 3SK Melbourne (St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1925-1926); electrical engineer (Armadale, 1928; Horsham, 1931-1972); engineer (Horsham, 1977) * [[/Walter Short|Short, Walter]] - 19??(???)-19??(???) - Licences: 2AJ Receive Sydney (Manly, 1922); 2AJ Sydney (Manly, 1923-1924; Kirribilli, 1924; Manly, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Note: several contemporaneous WSs, insufficient data to identify * [[/William Newton Short|Short, William Newton "Newt"]] [https://www.familysearch.org/tree/person/details/G97J-HMM] - 1897(NSW)-1967(NSW) - Licences: 2ARA Sydney (Auburn, 1948-1954; Beacon Hill, 1955-1958; Auburn, 1960-1961; Beacon Hill, 1965); 2AOW Sydney (Auburn, 1957-1958) - Qualifications: AOCP 2829, 1948, NSW - amateur operator, amateur broadcaster - Electoral Rolls: butcher (Ulmarra, 1930-1934); shopkeeper (Coraki, 1935-1936); munition worker (Mayfield, 1943); machinist (Auburn, 1949-1958); inspector (Beacon Hill, 1963) ===''SHORTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Charles Shortell|Shortell, Raymond Charles]] [https://www.familysearch.org/tree/person/details/LYMQ-4HQ] - 1904(Vic)-1991(Qld) - 3VB Receive Melbourne (East St Kilda, 1923-1924), 3RS Melbourne (St Kilda, 1925-1933), 3RS Shepparton (1937-1939), 3ARF Geelong West (1948-1954), 3ARF Melbourne (Croydon, 1955-1960; Hawthorn, 1965-1975), 4ARS Gold Coast (1980+), amateur operator (AOCP 77, 1925, No. ?? in Vic), amateur broadcaster ===''SHORTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eddy Wilbee Shorten|Shorten, Eddy Wilbee or Welbee or Wiebec "Ted"]] [https://www.familysearch.org/tree/person/details/MWN4-MZM] - 1899(Qld)-1980(Qld) - Licences: 4TS Brisbane (Paddington, 1932-1939) - Qualifications: cc; AOCP 908, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor) - Comment: Middle name variable; Birth Welbee; Marriage Wiebec; Death Wilbe; AOCP Wilbee - Electoral Rolls: ===''SHORTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Shortt|Shortt, Robert]] - 19??(???)-19??(???) - Licences: 4HF Camooweal (1933-1939); 5SR Tennant Creek (1947-1948); 5SR Adelaide (Glenunga, 1954; New Hindmarsh, 1955-1956) - Qualifications: cc; AOCP 1193, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SIBLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sibly|Sibly, Arthur]] [https://www.familysearch.org/tree/person/details/KC5R-MH6] - 1897(WA)-1976(NSW) - Licences: XYX Perth (North Perth, 1913-1914); 6AF Receive Perth (City, 1923); 6AF Perth (North Perth, 1923-1924; Inglewood, 1924); 2SB Sydney (Kirribilli, 1925-1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Relationships: father of 2ASY-3AUV Sydney Arthur Sibly; brother of Clifton Archibald Sibly - Electoral Rolls: insurance clerk (North Perth, 1919-1922); manager (Albion, Qld, 1936; Eagle Junction, Qld, 1937; Rose Bay, NSW, 1943-1958); retired (Rose Bay, 1963-1972) * [[/Clifton Archibald Sibly|Sibly, Clifton Archibald]] [https://www.familysearch.org/tree/person/details/K41R-3JQ] - 1894(SA)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 225, 1915 - likely early wireless experimenter with brother Arthur's licence - Relationships: brother of XYX-6AF-2SB Arthur Sibly; uncle of 2ASY-3AUV Sydney Arthur Sibly - Electoral Rolls: farrier (North Perth, 1915-1937) * [[/Sydney Arthur Sibly|Sibly, Sydney Arthur]] [https://www.familysearch.org/tree/person/details/GDKF-F7R] - 1926(NSW)-2001(Vic) - Licences: 2ASY Sydney (Rose Bay, 1954; Kingsgrove, 1957-1965); 3AUV Melbourne (Eltham, 1969) - Qualifications: cc; 2COCP 945, 1945; BOCP 1049, 1949 - amateur operator; amateur broadcaster - Relationships: son of XYX-6AF-2SB Arthur Sibly; nephew of Clifton Archibald Sibly - Electoral Rolls: communications officer (Kingsgrove, 1958-1963); clerk (Eltham, Vic, 1968-1977; Queanbeyan, 1980) ===''SIDEBOTTOM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lancelot Sidebottom|Sidebottom, Geoffrey Lancelot]] [https://www.familysearch.org/tree/person/details/GD5X-KGH] - 1902(Tas)-1964(Tas) - Licences: 7BB Receive Launceston (1922); Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of 7SK Maxwell Douglas Langford Sidebottom - Electoral Rolls: clerk (Launceston, 1928-1954) * [[/Maxwell Douglas Langford Sidebottom|Sidebottom, Maxwell Douglas Langford]] [https://www.familysearch.org/tree/person/details/GD5X-5QY] - 1922(Vic)-19??(???) - Licences: 7SK Hobart (Newtown, 1948); 7SK Howrah (1954-1980) - Qualifications: cc; AOCP 2830, 1948, Vic - amateur operator; WW2 - Relationships: son of 7BB Geoffrey Lancelot Sidebottom - Electoral Rolls: sound engineer (New Town, 1949); mechanic (Bateau Bay, NSW, 1980) ===''SIDEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Longfield Sidey|Sidey, Robert Longfield]] [https://www.familysearch.org/tree/person/details/LKSN-3P6] - 1874(NSW)-1951(NSW) - Licences: 2ZY Sydney (Lindfield, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of 2CB James Douglas Kay Sidey - Electoral Rolls: accountant (Lindfield, 1930-1949) * [[/James Douglas Kay Sidey|Sidey, James Douglas Kay or Douglas James Kay]] [https://www.familysearch.org/tree/person/details/LKSN-35P] - 1904(NSW)-1963(NSW) - Licences: 2CB Receive Sydney (Lindfield, 1922-1923); 2CB Sydney (Lindfield, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: son of 2ZY Robert Longfield Sidey - Electoral Rolls: grazier (Bethungra, 1943-1949); no occupation (Junee, 1954) ===''SIEVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ernest William Sievers|Sievers, Ernest William]] [https://www.familysearch.org/tree/person/details/KNJD-8MJ] - 1901(Qld)-1962(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 1165, 1933, Qld; 2COCP 9, 1934; 1COCP 38, 1935 - amateur operator? - Electoral Rolls: railway employee (Kelvin Grove, 1925); night officer (Oakey, 1930); railway night officer (Narangba, 1936-1937); radio telegraphist (Ascot, 1943; Clayfield, 1949-1958) * [[/William Frederick Sievers|Sievers, William Frederick]] [https://www.familysearch.org/tree/person/details/GZJN-NDS] - 1902(Vic)-1996(Vic) - Licences: 3CB Receive Melbourne (East Richmond, 1922-1923); 3CB Melbourne (East Richmond & South Yarra, 1924-1939, 1946-1960; Toorak, 1965-1980+) - Qualifications: cc; AOCP 165, 1925, Vic - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Richmond, 1931-1943); reader (South Yarra, 1949-1963); meter reader (Toorak, 1972-1980) ===''SIGAL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Louis Sigal|Sigal, Harold Louis]] [https://www.familysearch.org/tree/person/details/GZ4R-XFJ] - 1908(SA)-1939(NSW) - Licences: 2UK Sydney (Woollahra, 1926-1930) - Qualifications: AOCP 253, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Woollahra, 1930); engineer (Melbourne East, 1931); electrician (Auburn North, 1933; Centennial Park, 1934; Bondi, 1936-1937; West Perth, 1943; Woolowin, 1949; Bellevue Hill, 1954; Kensington, 1958); manager (Bondi, 1963); salesman (Bondi, 1968); retired (Vaulcuse, 1977-1980) ===''SIGMONT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Sigmont|Sigmont, Walter]] [https://www.familysearch.org/tree/person/details/GD58-221] - 1883(NSW)-1942(Vic) - Licences: 3AH Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: patent attorney (Auburn, Vic, 1917; Elsternwick, 1924-1937; Seaford, 1942); ===''SILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Clive Silby|Silby, Arthur Clive]] [https://www.familysearch.org/tree/person/details/G8B6-PSD] - 1894(SA)-19??(???) - Licences: 6AF Perth (North Perth, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 (Australian Wireless Squadron) [https://alh-research.tripod.com/Light_Horse/index.blog/1911865/australian-wireless-squadron-aif-embarkation-roll/] - Electoral Rolls: motor mechanic (Exeter, 1939-1943) ===''SILVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Leslie Silver|Silver, Frank Leslie]] [https://www.familysearch.org/tree/person/details/94HC-LTV] - 1904(Qld)-1987(Qld) - Licences: 4FL Brisbane (Morningside, 1938-1939, 1947-1980+) - Qualifications: cc; AOCP 2086, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Morningside, Qld, 1937-1943); radio mechanic (Morningside, Qld, 1949-1980) ===''SIMMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Simmonds|Simmonds, Arthur George]] [https://www.familysearch.org/tree/person/details/G8DL-234] - 1906(Eng)-1963(NSW) - Licences: 2GS Sydney (Arncliffe, 1930-1934); 2GS Murwillumbah (1935-1939); 4PG Bundaberg (1946-1948); 2APJ Sydney (Cronulla, 1954-1955; Caringbah, 1956-1961) - Qualifications: AOCP 590, 1930, No. ?? in NSW; BOCP 207, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Arncliffe, 1933); gardner (Arncliffe, 1935); radio engineer (Murwillumbah, 1935-1937); technician (4BU Kalkie, 1943-1949) * [[/Ernest John Simmonds|Simmonds, Ernest John]] - 19??(Eng)-19??(Eng) - G2OD Gerrard's Cross, Buckinghamshire, England, amateur operator, first to two way QSO Australia (Nov 1924, 3BQ) ===''SIMMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Trethowan Simmons|Simmons, Henry Trethowan]] [https://www.familysearch.org/tree/person/details/G4M3-BP4] - 1905(WA)-1985(WA) - Licences: 6KX Perth (Subiaco, 1925-1928; Mt Lawley, 1931-1933; Nedlands, 1937-1939, 1946-1948; West Perth, 1954-1955; Mt Pleasant, 1956-1980) - Qualifications: cc; AOCP 181, 1925, No. ?? in WA; CPRT 1121, 1928; 2COCP 295, 1930; 1COCP 257, 1932 - amateur operator, amateur broadcaster, broadcast engineer - Electoral Rolls: radio operator (Maylands, 1931), radio engineer (Nedlands, 1936; West Perth, 1949), engineer (Fremantle, 1958; Mt Pleasant, 1963-1980) * [[/Leonard Joseph Simmons|Simmons, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/GZBM-SKH] - 1907(Vic)-1987(Vic) - Licences: 3LJ Melbourne (Belgrave, 1926-1931; East Prahran, 1933); 3LJ Rheola (1937-1939); 3LV Trafalgar (1948); 3LV Cheltenham (1954-1980+) - Qualifications: AOCP 304, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Womerah, Yarram Yarram, 1928; Toolangi, Yea, 1931; Armadale, 1934-1936; Rheola, Bendigo, 1936-1937; Nanneela West, Bendigo, 1942; Cheltenham, 1949-1980) ===''SIMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Wilkinson Simms|Simms, Eric Wilkinson]] [https://www.familysearch.org/tree/person/details/G7XZ-9RN] - 1906(WA)-1998(Vic) - Licences: 3KS Melbourne (Malvern, 1927-1931; Caulfield, 1933) - Qualifications: AOCP 360, 1927, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Lieutenant) - Electoral Rolls: warehouseman (Malvern, 1931); buyer (Caulfield, 1934; Hawthorn, 1936-1937); manager (Malvern East, 1949-1980) ===''SIMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Robert Simpson|Simpson, Leslie Robert]] [https://www.familysearch.org/tree/person/details/GZD8-4VD] - 1901(WA)-1966(Vic) - 3SA Ararat (1925-1933), 3SA Melbourne (Windsor, 1947-1965), amateur operator (AOCP 44, 1925, No. ?? in Vic), amateur broadcaster, draper, salesman * [[/Harry Blythe Simpson|Simpson, Harry Blythe]] [https://www.familysearch.org/tree/person/details/GF93-CZ3] - 1920(???)-2013(WA) - Licences: 6HS Perth (Leederville, 1937-1939; Mt Lawley, 1947-1948; Nedlands, 1954-1969; Lesmurdie, 1975-1980+) - Qualifications: cc; AOCP 2060, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: traveller (Claremont, WA, 1949-1968); marketing manager (Lesmurdie, WA, 1972); manager (Lesmurdie, WA, 1977-1980) ===''SIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Sims|Sims, Eric Charles]] [https://www.familysearch.org/tree/person/details/G8MK-NXC] - 1907(WA)-1992(Vic) - Licences: Nil yet identified - Qualifications: cc; AOCP 344, 1927, No. 38 in Qld; 2COCP 16, 1934 - amateur operator; WW2 - Electoral Rolls: wireless mechanic (RAAF Point Cook, 1931-1934); QANTAS air pilot (Brisbane, 1936-1937); public servant (Box Hill, 1963) - Comment: several contemporaneous Eric Charles Sims, need to sort electoral rolls * [[/Ernest Leslie Arthur Sims|Sims, Ernest Leslie Arthur]] [https://www.familysearch.org/tree/person/details/LZ6H-6PF] - 1905(Vic)-1960(Vic) - Licences: 3ZA Melbourne (Preston, 1930-1933); 3ZA Apollo Bay (1937-1939, 1946-1947) - Qualifications: AOCP 622, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: carpenter (Preston, 1931; Apollo Bay, 1933-1937; Preston, 1942; Apollo Bay, 1949-1954) ===''SINGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Claude Paul Singleton|Singleton, Claude Paul]] [https://www.familysearch.org/tree/person/details/G4JR-4SV] - 1914(WA)-1990(Qld) - Licences: 4UX Theodore (1936-1939); 4UX Bundaberg (1946-1947); 4UX Stanthorpe (1948); 4UX Atherton (1954-1955); 4UX Malanda (1956); 4UX Ayr (1960); 4UX Childers (1965); 4UX St George (1969); 4UX Gracemere (1975); 4UX Dalby (1980) - Qualifications: cc; AOCP 1638, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; broadcast technician (4QW, 4QO, 4QW, 4RK, 4QS); federal public servant (PMGD); WW2 - Electoral Rolls: baker (Theodore, Qld, 1936-1937); radio mechanic (Stanthorpe, Qld, 1949); radio technician (Yungaburra, Qld, 1954); public servant (Gracemere, Qld, 1972) ===''SIRL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Charles Sirl|Sirl, Clarence William Charles]] [https://www.familysearch.org/tree/person/details/G89J-9LJ] - 1913(SA)-1981(WA) - Licences: 6XG Katanning (1938-1939; 1947-1969) - Qualifications: BOCP 3, 1936; AOCP 2132, 1938, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Katanning, 1937-1968) ===''SLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Irwin Slade|Slade, Charles Irwin]] [https://www.familysearch.org/tree/person/details/GDN1-G28] - 1921(???)-19??(???) - Licences: 3PZ Melbourne (Elwood, 1938-1939, 1947-1954) - Qualifications: cc; AOCP 2172, 1938, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (St Kilda, 1949-1954); medical practitioner (St Kilda, 1967-1968; Elwood, 1972-1980) * [[/Charles William Slade|Slade, Charles William]] [https://www.familysearch.org/tree/person/details/GH3R-28W] - 1893(Eng)-1962(NSW) - Licences: 2SX Sydney (Croydon, 1925-1939, 1946-1961 - Qualifications: cc; Nil yet identified; English PMG Certificate 1st class - amateur operator; amateur broadcaster; WW1 (RAN, 1909-1924); Wireless Weekly (technical editor, 1925-1928); Daily Telegraph (radio & technical editor, 1928-1929); Keogh Radio (engineer, 1929-1930); Croydon Radio (proprietor, 1930-1933+) - Electoral Rolls: radio engineer, R.A.N. (Croydon, 1943-1958) ===''SLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. F. Slater|Slater, J. F.]] - 19??(???)-19??(???) - Licences: Receive Sheffield (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Harold Ivan Slater|Slater, Harold Ivan]] [https://www.familysearch.org/tree/person/details/GDT3-7JP] - 1898(Tas)-1971(Qld) - Licences: Receive (Crystal) Kelso (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: pastoralist (Kelso, Tas, 1919); labourer (Maypole Hotel, New Town, Tas); no occupation (Middle Park, Vic, 1926); airman (Point Cook, Vic, 1927; Middle Park, 1931); traveller (Elsternwick, 1936-1968) ===''SLATTERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Slattery|Slattery, Joseph Patrick]] [https://www.familysearch.org/tree/person/details/G824-KHF] - 1866(Irl)-1931(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St John's College, Camperdown; St Vincent's, Ashfield, 1930) - Links: [[w:Joseph Patrick Slattery|Wikipedia]]; [https://adb.anu.edu.au/biography/slattery-joseph-patrick-8453 ADB] * [[/Joseph Samuel Francis Slattery|Slattery, Joseph Samuel Francis]] [https://www.familysearch.org/tree/person/details/GZVN-SSF] - 1894(NSW)-1988(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 50, 1915; CPRT 167, 1915; 2COCP 324, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Applecross, WA, 1916; Esperance, WA, 1916; RAN radio station, Geraldton, 1917); travelling salesman (Stanthorpe, 1928-1930); traveller (Tamworth, 1932-1933; Woollahra, NSW, 1933-1935); commercial traveller (New Farm, 1936; Hamilton, Qld, 1937; Fairfield, Qld, 1949; West Sydney, 1949-1954); radio officer (Mascot, NSW, 1958-1963); retired (Cremorne, NSW, 1968-1980) ===''SMART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Smart|Smart, Arthur]] [https://www.familysearch.org/tree/person/details/GXHD-TNH] - 1891(NZ)-1980(NZ) - Licences: 4SM Barcaldine (1936-1937); 4SM Paterson (1938-1939); 4SM Longreach (1946-1948); 4SM Cairns (Cairns City, 1954-1956; Freshwater, 1960-1975) - Qualifications: cc; AOCP 1625, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: boiler attendant (Dunevia Station, Blackhall, Qld, 1913); motor engineer (Aramac, Qld, 1916-1925; Barcaldine, 1928-1937); freeholder (Longreach, Qld, 1943); mechanic (Longreach, Qld, 1949); farmer (Cairns, Qld, 1954-1958); retired (Freshwater, Qld, 1963-1972; Cairns, Qld, 1977) ===''SMELLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ellis Henry Smellie|Smellie, Ellis Henry]] [https://www.familysearch.org/tree/person/details/GX7P-FDM] - 1893(Vic)-1991(Vic) - Licences: Nil yet identified - Qualifications: cc; 2COCP 218, 1930; 1COCP 240, 1931 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: radio telegraphist (Radio Station, Applecross, 1925; Geraldton, 1931; Broome, 1936); telegraphist (Caulfield, Vic, 1942-1949); radio officer (Caulfield, Vic, 1954; Blackburn, 1963-1980) ===''SMIBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Smibert|Smibert, George]] - 1840(Sct)-1899(Vic) - clubs (founding member Telegraph Electrical Society Vic), employment (Postal Department Vic, chief electrician), brother of James Smibert Deputy Postmaster-General Victoria * [[/George Smibert|Smibert, James]] - 1836(Sct)-1912(Vic) - employment (Postal Department Vic, Deputy Postmaster-General, appointed following early passing of Samuel Walker McGowan), created a nepotism scandal by early promotion of brother and brother-in-law to the most senior positions in Vic Post & Telegraphs in the early 1890s, likely reason for the positioning of Qld appointees at the top of the Federal PMGD in 1901; the brother of George Smibert Chief Electrician, Postal Dept Vic ===''SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Smith, Alan Shaw - See Alan Shawsmith (change of name) * [[/Arthur Carrington Smith|Smith, Arthur Carrington]] [https://www.familysearch.org/tree/person/details/GDKV-VL2] - 1902(Tas)-1982(NSW) - Licences: 7BN Receive Launceston (1923); 7AB Launceston (1924-1927) - Qualifications: cc; AOCP 8, 1924, No. ?? in Tas; CPRT 930, 1926 - amateur operator; amateur broadcaster; broadcast engineer (operator 7BN Wills & Co wannabe Class B); recording engineer (Cinesound Productions Ltd, Bondi, 1932); inventor of sound-on-film systems - Electoral Rolls: salesman (Launceston, 1928); recording engineer (Bronte, 1931-1935); engineer (Bondi, 1936-1937); recording engineer (Clovelly, 1943-1949; Waverley, 1963-1968); engineer (Waverley, 1977-1980) * [[/Austen Cyril Smith|Smith, Austen Cyril]] [https://www.familysearch.org/tree/person/details/GZ6N-JKF] - 1904(Eng)-1992(NSW) - Licences: 2FS Sydney (Croydon, 1924-1925; Burwood, 1925; Maroubra, 1930-1933; Homebush, 1933; Burwood, 1934-1939) - Qualifications: cc; AOCP 75, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; radio agent - Electoral Rolls: radio agent (Burwood, 1934-1937); radio mechanic (Burwood, 1943-1954); radio engineer (Burwood, 1958-1963); retired (Lower Hawkesbury, 1972-1980) * [[/C. Smith|Smith, C.]] - 19??(???)-19??(???) - Licences: 7BA Receive Stanley (1922); Receive Stanley (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Cedric Preston Smith|Smith, Cedric Preston or Preston-Smith, Cedric]] [https://www.familysearch.org/tree/person/details/G8BB-X47] - 1907(NSW)-1974(NSW) - Licences: 2ZZ Sydney (Cremorne, 1924); 2QK Sydney (Manly, 1935-1936; Balgowlah, 1937; Lane Cove, 1938-1939); 2CD Sydney (Cremorne, 1958-1961; Palm Beach, 1965-1969) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: bank accountant (Binnaway, 1930); bank officer (Manly, 1932; Balgowlah, 1934-1937; South Melbourne, Vic, 1943-1949); bank manager (Ballarat, 1954; Cremorne, 1958-1963); retired (Palm Beach, 1963-1968) * [[/Charles Frederick Smith|Smith, Charles Frederick]] - 1908(Eng)-19??(???) - Licences: No licence yet identified - Qualifications: AOCP 418, 1928, No. ?? in NSW; CPRTelephony 1112, 1928; 2COCP 44, 1929 - amateur operator - Electoral Rolls: Several contemporaneous Charles Frederick Smith's, not yet identified * [[/Colin Hughes Smith|Smith, Colin Hughes]] [https://www.familysearch.org/tree/person/details/L2YH-LLB] - 1910(Vic)-1998(Vic) - Licences: 3PK Melbourne (East Kew, 1928-1939, 1946-1980+) - Qualifications: AOCP 433, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Kew, 1931-1937); engineer (Kew, 1943-1980) * [[/Herbert Henry Baker Smith|Smith, Herbert Henry Baker]] [https://www.familysearch.org/tree/person/details/GXFN-H6R] - 19??(???)-1932(Qld) - Licences: 4DP Receive Cairns (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Cairns, Qld, 1925-1930) * [[/J. H. Smith|Smith, J. H.]] - 19??(???)-19??(???) - Licences: 4EA Receive Beenleigh (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/John Albert Malcolm Smith|Smith, John Albert Malcolm]] [https://www.familysearch.org/tree/person/details/L264-537] - 1911(Eng)-1987(SA) - Licences: 5JR Adelaide (St Peters, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1375, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939-1943) * [[/P. W. Smith|Smith, P. W.]] - 19??(???)-19??(???) - Licences: 4EF Receive Brisbane (Alderley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Sidney Hugh Holland Smith|Smith, Sidney Hugh Holland]] - 1861(???)-1933(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, senior state public servant (Qld P&T, Chief Mechanician), senior federal public servant (PMGD, State Mechanician, Qld), radio clubs (QWI, vice president), business proprietor (Telephone and Electrical Supplies Co) * [[/Stuart Disney Paull Smith|Smith, Stuart (Birth) or Stewart (Electoral Rolls) Disney Paull or Paul]] [https://www.familysearch.org/tree/person/details/GXDB-8D8] - 1913(Qld)-1986(Qld) - Licences: 4LA Brisbane (Corinda, 1934-1939); 4LA Amberley (1946-1948); 4LA Brisbane (Camp Hill, 1960-1980) - Qualifications: cc; AOCP 1303, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor); military (RAAF, navigator); broadcast technician (4BC); Dept Education (O/C Radio) - Electoral Rolls: engineer (Corinda, Qld, 1936-1949); radio technician (New Farm, Qld, 1949); maintenance officer (Camp Hill, Qld, 1954-1963); public servant (Camp Hill, Qld, 1972-1980) * [[/Sydney Smith|Smith, Sydney]] - 1856(NSW)-1934(NSW) - senior state politician (NSW MLA), senior federal politician (Postmaster-General, 1904-1905) * [[/Wilfred Smith|Smith, Wilfred]] [https://www.familysearch.org/tree/person/details/GXRQ-PQ1] - 1896(Eng)-19??(???) - Licences: Receive Adelaide (St Peters, 1923); 5AG Adelaide (Henley Beach, 1937-1939, 1947-1948) - Qualifications: cc; CPRT 602, 1921; 2COCP 419, 1941; 1COCP 882, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Henley, SA, 1939-1943) * [[/William Arthur Smith|Smith, William Arthur]] [https://www.familysearch.org/tree/person/details/GMCX-XL9] - 1906(SA)-1970(SA) - Licences: 5LZ Wallaroo (1929-1933) - Qualifications: cc; AOCP 526, 1929, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical mechanic (Glenunga, 1939-1943) - beware several contemporaneous William Arthur Smith's * [[/William Henry Smith|Smith, William Henry]] [https://www.familysearch.org/tree/person/details/GX2V-L4R] - 1911(SA)-19??(???) - Licences: 5SW Adelaide (Woodville, 1937-1939, 1947-1956); 5ASW Adelaide (Woodville, 1980+) - Qualifications: cc; AOCP 1996, 1937, SA; BOCP 431, 1942 - amateur operator; amateur broadcaster - Comment: Several contemporaneous WHSs - Electoral Rolls: operator (Woodville, SA, 1939) * [[/W. J. Smith|Smith, W. J.]] - 19??(???)-19??(???) - Licences: N758 Receive Sydney (Hurstville, 1922); 2IC Receive Sydney (Hurstville, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''SMITHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Charles Smithers|Smithers, Ernest Charles]] [https://www.familysearch.org/tree/person/details/G8Z1-GQ1] - 1885(NSW)-1953(NSW) - Licences: Nil yet identified - Qualifications: AOCP 552, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: inspector of fisheries (Urunga, 1930); inspector (Burwood, 1930-1949) ===''SMYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Walter Smyth|Smyth, Cedric Walter]] [https://www.familysearch.org/tree/person/details/GD1C-4MX] - 1916(WA)-1987(SA) - Licences: 7CD Devonport (1933-1939); 3ACH Melbourne (Doncaster East, 1954-1980+) - Qualifications: cc; AOCP 1133, 1933, Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: toolmaker (Preston, Vic, 1942-1949); engineer (Doncaster East, 1954-1977) * [[/Victor Loftus Smyth|Smyth, Victor Loftus]] [https://www.familysearch.org/tree/person/details/LR8F-P8L] - 1905(Vic)-1972(Vic) - Licences: 3PJ Receive Geelong (1923); 3PJ Geelong (1924); 3PJ Bendigo (1924-1939) - Qualifications: AOCP 126, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Bendigo, 1928-1972) ===''SMYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Cresswell Smythe|Smythe, Alan (BMD) or Allan (Electoral Rolls) Cresswell]] [https://www.familysearch.org/tree/person/details/G8JQ-V9V] - 1908(SA)-1983(SA) - Licences: 5MF Adelaide (Torrensville, 1930-1939, 1946-1948; Hazlewood Park, 1954-1980+) - Qualifications: AOCP 658, 1930, No. ?? in SA; AOLCP 135, 1933; BOCP 125, 1937; 1COCP 196, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Torrensville, SA, 1939-1943) ===''SNADDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Ernest Snaddon|Snaddon, John Ernest]] [https://www.familysearch.org/tree/person/details/GZLF-B75] - 1920(Eng)-1944(Aegean Sea) - Licences: 3VE Melbourne (Malvern, 1939) - Qualifications: AOCP 2322, 1939, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, 459 Squadron, Warrant Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/snaddon-john-ernest-409361/] ===''SNAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Leslie Snaith|Snaith, Samuel Leslie]] [https://www.familysearch.org/tree/person/details/GZJN-2S8] - 1901(Vic)-1961(Vic) - Licences: 3ZR Melbourne (Footscray, 1923-1926; Newport, 1931) - Qualifications: cc; AOCP 166, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1924-1928; Newport, 1931-1954) ===''SNAPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fairlie Roger de Burgh Snape|Snape, Fairlie Roger de Burgh]] [https://www.familysearch.org/tree/person/details/G649-B1V] - 1900(NSW)-1988(NSW) - Licences: 2NU Receive Quirindi (1923); 4JK Willis Island (1931) - Qualifications: cc; CPRT 695, 1922; 2COCP 340, 1931; 1COCP 221, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: operator (Quirindi, 1930); wireless operator (Quirindi, 1934-1936); radio engineer (Killara, 1949-1968); engineer (Killara, 1980) ===''SNOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Charles Snook|Snook, Keith Charles]] [https://www.familysearch.org/tree/person/details/GDTG-Z2D] - 1908(Tas)-1946(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 (RAAF) - Electoral Rolls: motor engineer (Hobart North, 1936); motor mechanic (Hobart Central, 1937) ===''SNOSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Raymond Snoswell|Snoswell, Alfred Raymond]] [https://www.familysearch.org/tree/person/details/9NWH-MCT] - 1899(SA)-1971(SA) - Licences: 5AD Adelaide (Exeter, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Largs, 1939-1943) ===''SODEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander William Soden|Soden, Alexander William]] [https://www.familysearch.org/tree/person/details/G8N9-7M1] - 1909(Qld)-1948(Qld) - Licences: 4AS Brisbane (Annerley, 1930-1939; Yeerongpilly, 1946-1948) - Qualifications: cc; AOCP 634, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Annerley, 1934-1943) ===''SOUMPROU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emile Walter Soumprou|Soumprou, Emile Walter]] [https://www.familysearch.org/tree/person/details/9ZZF-SX7] - 1906(Vic)-1955(Vic) - Licences: 3WK Melbourne (Thornbury, 1929-1931; North Fitzroy, 1938-1939, 1946-1948; East Brighton, 1954-1956) - Qualifications: AOCP 511, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: student (Northcote, 1936-1937); retired (Fitzroy North, 1942-1949); Elsternwick, 1954) ===''SOUTHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Lindsay Southwell|Southwell, Clifford Lindsay]] [https://www.familysearch.org/tree/person/details/GZNM-FDF] - 1897(???)-1973(NSW) - 2SW Sydney (Cremorne, 1925-1926; Northbridge, 1927-1929; Brighton-Le-Sands, 1930-1931; Northbridge, 1933-1939), amateur operator (AOCP 131, 1925, No. ?? in NSW), amateur broadcaster, WW1 (Army, Private) & WW2 (Australian Army, colonel), sales manager (1954) * [[/Leslie William Douglas Southwell|Southwell, Leslie William Douglas]] [https://www.familysearch.org/tree/person/details/9WXT-S8L] - 1900(NSW)-1960(Vic) - Licences: 3SL Seymour (1924-1939, 1946-1954); 3SL Melbourne (Montrose, 1955-1960) - Qualifications: cc; AOCP 250, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Seymour, 1931-1954) * [[/Noel Leslie Southwell|Southwell, Noel Leslie]] [https://www.familysearch.org/tree/person/details/GZNM-ZJW] - 1919(NSW)-1998(NSW) - 2ZF Sydney (Leichhardt, 1935-1939, 1946-1950; Yagoona, 1954-1980+), qualifications (AOCP 1565, 1935, No. ?? in NSW; 1COCP 149, 1937), amateur operator, broadcast technician (1949), QSL collection survives ARDXC/NFSA ===''SPARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Spark|Spark, John]] - 1879(USA)-19??(???) - Licences: 6AC Perth (City, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: soldier (Fremantle, 1917); civil servant (West Perth, 1921) - Comment: identification not certain ===''SPEDDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Spedding|Spedding, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GQ82-ZCM] - 1897(NSW)-1958(NSW) - Licences: 4DU Receive Brandon (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bookkeeper (Brandon, Qld, 1921-1925); clerk (Lakemba, NSW, 1932-1958) ===''SPENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Keith Spence|Spence, Edward Keith]] [https://www.familysearch.org/tree/person/details/LBYN-S3H] - 1908(Qld)-1980(NSW) - Licences: 4DT Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Union Bank, Wagga Wagga, NSW, 1930; Wellington, NSW, 1934); bank officer (Bondi, NSW, 1936; Rose Bay, NSW, 1937; Epping, NSW, 1943-1949; Northbridge, NSW, 1963-1977); retired (Cremorne, NSW, 1980) * [[/William Guthrie Spence|Spence, William Guthrie]] - 1846(Sco)-1926(Vic) - senior federal politician (Postmaster-General, 1914-1915) ===''SPENCER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derek David Spencer|Spencer, Derek David]] [https://www.familysearch.org/tree/person/details/GFSW-N55] - 1909(Eng)-1982(Tas) - Licences: 3DS Melbourne (Altona, 1934-1937); 6DS Perth (Pearce, 1938-1939) - Qualifications: cc; AOCP 1280, 1934, Vic; AOLCP 157, 1934; 2COCP 55, 1936; 1COCP 111, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: poultry farmer (Ulverstone, Tas, 1954; Leven, Tas, 1963); farmer (Gawler, Tas, 1972) ===''SPERRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred John Sperring|Sperring, Wilfred John]] [https://www.familysearch.org/tree/person/details/KVLY-JPK] - 1917(WA)-1966(WA) - Licences: 6SP Perth (Victoria Park, 1937-1939, 1947-1948; Belmont, 1954) - Qualifications: cc; AOCP 1920, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Victoria Park, WA, 1943); mechanic (Victoria Park, WA, 1949); radio engineer (Belmont, WA, 1954-1963) ===''SPICER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Spicer|Spicer, Victor John]] [https://www.familysearch.org/tree/person/details/G88M-KKY] - 1910(Eng)-1985(Vic) - Licences: 3VS Melbourne (Mordialloc, 1929-1931; East Malvern, 1933; North Fitzroy, 1937-1939, 1946-1948) - Qualifications: AOCP 554, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1934); constable (Port Melbourne, 1936; Fitzroy, 1937-1954; Carlton South, 1967-1968); retired (Hurstbridge, Vic, 1977-1980) ===''SPITZKOWSKY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Royston Stanley Spitzkowsky|Spitzkowsky, Max Royston Stanley]] [https://www.familysearch.org/tree/person/details/GZYD-23H] - 1904(NSW)-1989(NSW) - Licences: 2MS Newcastle (Hamilton, 1926-1975) - Qualifications: AOCP 302, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: turner (Hamilton, 1932-1972) ===''SPOTSWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Ernest Spotswood|Spotswood, Cyril Ernest]] [https://www.familysearch.org/tree/person/details/GDTC-4GM] - 1897(Tas)-1964(Tas) - Licences: Receive Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Burnie, 1936-1943); fettler (Burnie, 1949-1954) * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] [https://www.familysearch.org/tree/person/details/M7P4-M7C] - 1892(Qld)-1973(Qld) - Licences: 4JH Poopoonbah via Giru (1935-1939) - Qualifications: cc; AOCP 1356, 1934, Qld - amateur operator; amateur broadcaster - Comment: second YL operator in Qld - Relationships: Wife of 4JK Jack Lawrence Humphry - Electoral Rolls: home duties (Ching Do Siding, Ayr, Qld, 1919-1936; Giru, Qld, 1937-1949; Poopoonbah, Qld, 1954; St Lucia, Qld, 1958-1972) ===''SPRENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Ernest Sprenger|Sprenger, Herbert Ernest]] [https://www.familysearch.org/tree/person/details/GMQD-2CJ] - 1914(Qld)-2000(Qld) - Licences: 4ES Bundaberg (1932-1939); 4ES Brisbane (New Farm, 1946-1948; Holland Park, 1954; Upper Mt Gravatt, 1955-1960; Rainworth, 1965-1980+) - Qualifications: cc; AOCP 1064, 1932, No. ?? in Qld; BOCP 165, 1938; 1COCP 530, 1941 - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); state public servant (Qld Police, radio comms) - Electoral Rolls: radio mechanic (Bundaberg, 1936-1937); police constable (New Farm, Qld, 1943-1949); sergeant police (Holland Park, Qld, 1954; Upper Mt Gravatt, Qld, 1958); sub-inspector police (Rainworth, Qld, 1963-1968); police officer (Rainworth, Qld, 1972); retired (Bardon, Qld, 1977-1980) ===''SPURRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Charles Spurrier|Spurrier, Leonard Charles]] [https://www.familysearch.org/tree/person/details/LTY1-WZJ] - 1904(Wales)-1984(SA) - Licences: S382 Receive Adelaide (North Adelaide, 1922); 5AL Receive Adelaide (North Adelaide, 1923); Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Clarence Park, 1939-1941; Eden Hills, 1943) ===''SQUIRES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Jack Squires|Squires, Jack]] [https://www.familysearch.org/tree/person/details/G8CX-3GW] - 1909(WA)-1972(???) - Licences: 6JS Perth (Cannington, 1929-1939; Como, 1946-1956; Nedlands, 1960; West Leederville, 1965-1969) - Qualifications: cc; AOCP 510, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Cannington, 1931-1936); sales manager (Midland Junction, 1937; South Perth, 1943-1954); manager (Subiaco, 1963); business manager (West Kalamunda, 1968) ===''ST JOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Clive Bolingbroke St John|St John, Henry Clive Bolingbroke]] [https://www.familysearch.org/tree/person/details/LBTN-PV8] - 1895(Eng)-1972(NSW) - Licences: 2RX Receive Sydney (Rockdale, 1923-1925); 2RX Sydney (Rockdale, 1926-1939; Northbridge, 1965-1969) - Qualifications: AOCP 258, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: reader (Rockdale, 1930-1936; Northbridge, 1943-1963) ===''STACEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Keith Stacey|Stacey, Howard Keith]] [https://www.familysearch.org/tree/person/details/G3TY-D8M] - 1907(NSW)-1993(SA) - Licences: 5XA Adelaide (Firle, 1934-1937; Knightsbridge, 1938-1939; Leabrook, 1947-1956; Glynde, 1960-1980+) - Qualifications: cc; AOCP 1360, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: compositor (Burnside, SA, 1939-1941) * [[/Roy Ernest Stacey|Stacey, Roy Ernest]] [https://www.familysearch.org/tree/person/details/GXDT-PNR] - 1902(Qld)-1973(Qld) - Licences: 4RS Proserpine (1933-1939, 1948-1969) - Qualifications: cc; AOCP 1187, 1933, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: office assistant (Bauple, Qld, 1925); clerk (Proserpine, Qld, 1928-1972) ===''STACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Patrick Charles Stack|Stack, Robert Patrick Charles]] [https://www.familysearch.org/tree/person/details/GXDL-Y2K] - 1904(Eng)-1966(Qld) - Licences: 4TK Innisfail (1936-1939, 1947-1965) - Qualifications: cc; AOCP 1742, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: hairdresser (Innisfail, Qld, 1930-1932); stationer (Innisfail, Qld, 1936-1943) ===''STACKPOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Julian Stackpole|Stackpole, Peter Julian]] [https://www.familysearch.org/tree/person/details/GD3D-H8N] - 1947(Vic)-2004(ACT) - Licences: 3ZQS Melbourne (North Clayton, 1980+; 1RX Canberra, 1990s); Qualifications: cc; AOLCP 2203, 1966; AOCP N1856, 1988 - amateur operator; broadcast planning engineer (P&TD, DoC, DoTaC, ABA, ACA) - Electoral Rolls: assistant (Hampton, 1972); technical officer (Clayton, 1977-1980) ===''STAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Hurst William Stafford|Stafford, John Hurst William]] [https://www.familysearch.org/tree/person/details/LV6P-XSJ] - 1901(Qld)-1992(Qld) - Licences: 4CD Receive Ipswich (Ebbw Vale, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: electrician (Ebbw Vale, 1925-1928; Booval, 1932-1949); engineer (East Ipswich, 1958-1963); retired (Mansfield, 1977-1980) ===''STANFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Roy Stanfield|Stanfield, Clifford Roy]] [https://www.familysearch.org/tree/person/details/GQXR-9GG] - 1900(NSW)-1991(NSW) - Licences: N744 Receive Newcastle (1922); 2HX Receive Newcastle (1922) - Qualifications: cc; CPRT 383, 1918; 2COCP 136, 1930; 1COCP 140, 1930 - amateur receiver; WW1 - Electoral Rolls: wireless operator (Randwick, 1930; Maroubra, 1932-1968); retired (Blaxland, 1977-1980) ===''STANLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. M. Stanley|Stanley, J. M.]] - 19??(???)-19??(???) - Licences: 2JS Receive Sydney (Crow's Nest, 1922-1923); 2JS Sydney (Crow's Nest, 1924); Orange (1924-1929) - Qualifications: cc; AOCP 100, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; newsagent (Leura, late 1920s) - Identification: Not yet identified (possibly James Melville Stanley, electrician, Lockhart, 1930) - Electoral Rolls: Nil yet identified ===''STAPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Stapleton|Stapleton, John William]] [https://www.familysearch.org/tree/person/details/GXG7-R9P] - 1915(SA)-1980(SA) - Licences: 5KY Adelaide (Port Adelaide, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1314, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Cook, SA, 1941-1944) ===''STARKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Starkie|Starkie, Thomas William]] [https://www.familysearch.org/tree/person/details/GZBS-NCY] - 1906(Qld)-1982(Qld) - Licences: 4NW Brisbane (Nundah, 1926-1939) - Qualifications: cc; AOCP 306, 1926, No. 30 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Nundah, 1928-1937); warehouse assistant (Holland Park, 1943); manager (Wavell Heights, 1949); agent (Toowong, 1954-1958); manufacturer's agent (Kenmore, 1963); agent (Tennyson, 1968-1972); retired (The Gap, 1977; North Tamborine, 1980) ===''STARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Starr|Starr, Francis John]] [https://www.familysearch.org/tree/person/details/GZLN-LC4] - 1916(Qld)-1940(off Qld coast) - Licences: 4FS Stanthorpe (1937-1939) - Qualifications: cc; AOCP 1930, 1937, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 23 Squadron, Aircraftsman Class 1) - Electoral Rolls: baker (Stanthorpe, 1937) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1719163] ===''STEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey William Ashcroft Steane|Steane, Geoffrey William Ashcroft]] [https://www.familysearch.org/tree/person/details/GMCF-JWV] - 1905(Vic)-1957(Vic) - Licences: 3UX Melbourne (Mont Albert, 1923-1933); 3SX Melbourne (Mont Albert, 1923-1925) - Qualifications: cc; CPRT 775, 1923; 2COCP 330, 1931 -amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Mont Albert, Vic, 1931); engineer (Camberwell, Vic, 1937); radio engineer (Dee Why, NSW, 1949); television engineer (Double Bay, NSW, 1954); engineer (Camberwell, Vic, 1954) ===''STEELE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rowland Edward James Steele|Steele, Rowland Edward James]] [https://www.familysearch.org/tree/person/details/GDTC-2ZM] - 1904(Tas)-1987(Tas) - Licences: Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Hobart West, 1928); dairyman (West Hobart, 1937-1972) ===''STEPHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Goldsmith Stephen|Stephen, Percy Goldsmith]] [https://www.familysearch.org/tree/person/details/GD2J-HVR] - 1896(NSW)-1976(NSW) - Licences: 2ZB Sydney (Balmain, 1924-1925); 2PS Sydney (Balmain, 1926; Granville, 1927-1930; Lidcombe, 1931-1936; Croydon, 1937-1939; Five Dock, 1946-1958; Condell Park, 1960-1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical mechanic (Granville, 1930); electrician (Lakemba, 1930; Lidcombe, 1932-1936); electrical fitter (Five Dock, 1943-1958); fitter (Condell Park, 1968-1972) ===''STEPHENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Nelson Stephens|Stephens, Arthur Nelson]] [https://www.familysearch.org/tree/person/details/G941-3F1] - 1886(Eng)-1972(Qld) - Licences: 4CG Receive Brisbane (Clayfield, 1922); 4CG Brisbane (Clayfield, 1923-1925); Operator of 4AE - Qualifications: cc; Nil yet identified - coastal wireless operator; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: draughtsman (North Carlton, Vic, 1912-1914); engineer (Wireless Station, Pinkenba, 1915-1919; Clayfield, 1925-1928); hotel keeper (Palm Beach Hotel, Elanora, 1932-1934; Grand Hotel, Southport, 1936-1943); cafe proprietor (Southport, 1949); secretary (Main Beach, 1954-1958; Southport East, 1963-1968) * [[/Frank Richmond Stephens|Stephens, Frank Richmond]] [https://www.familysearch.org/tree/person/details/GXQ7-MLM] - 1897(Qld)-1977(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 452, 1919 - RANRS - Electoral Rolls: naval reservist (New Farm, 1921); farm hand (Wamuran, Qld, 1925); wireless operator (New Farm, 1925-1937); radio mechanic (New Farm, Qld, 1943); agent (New Farm, Qld, 1949); caretaker (Brisbane, 1954-1958); retired (Bowen Hills, 1963; Coolangatta, 1968-1972) * [[/Harry James Milne Stephens|Stephens, Harry James Milne]] [https://www.familysearch.org/tree/person/details/GXYC-KQH] - 1900(WA)-1982(WA) - Licences: 6ZZ Perth (South Perth, 1935-1939; Bassendean, 1947-1960; Eden Hill, 1965-1980+) - Qualifications: cc; AOCP 1530, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Albany, WA, 1925); railway employee (Katanning, WA, 1931-1936); storekeeper (Fremantle, WA, 1937); aircraftsman (Bassendean, WA, 1943-1963); railway employee (Eden Hill, WA, 1968-1972); retired (Bassendean, WA, 1977-1980) * [[/Thomas Stephens|Stephens, Thomas]] [https://www.familysearch.org/tree/person/details/GZ2B-35G] - 1912(Vic)-1944(Sct) - Licences: 3GO Melbourne (Essendon, 1931-1933) - qualifications: AOCP 489, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1944) - Electoral Rolls: bank clerk (Essendon, 1936-1942) - "Greater love hath no man" [https://aviationmuseumwa.org.au/afcraaf-roll/stephens-thomas-418036/] * [[/Thomas Blacket Stephens|Stephens, Thomas Blacket or Blackett]] [https://www.familysearch.org/tree/person/details/G9WG-Y5P] - 1902(Qld)-1999(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 309, 1926, No. 31 in Qld - amateur operator? - Electoral Rolls: articled law clerk (Annerley, 1925-1928); solicitor (Annerley, 1934; Fortitude Valley, 1936-1937; Clayfield, 1949-1968); retired (St Lucia, 1972-1980) ===''STEPHENSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Wilfred Stephenson|Stephenson, Charles Wilfred]] [https://www.familysearch.org/tree/person/details/93BK-M7F] - 1905(Qld)-1997(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother); 2BWQ Sydney (Blacktown, 1980+) - Qualifications: cc; AOCP 282, 1926, No. 25 in Qld - amateur operator; amateur broadcaster; radio clubs (Wooloowin RC, operator 4WN; WIAQ, operator 4AE); broadcast technician (4QG); business proprietor (cinema audio) - Relationships: brother of 4RG Harold John Stephenson - Electoral Rolls: public servant (Wooloowin, Qld, 1928-1929); electrical engineer (Pymble, NSW, 1932-1933); sound engineer (Capertee, NSW, 1936-1937); panel beater (Bourke, NSW, 1943); mechanic (Capertee, NSW, 1949-1954; Maroubra, NSW, 1958); autoelectrician (Blacktown, NSW, 1963-1977); retired (Blacktown, NSW, 1980) * [[/Harold John Stephenson|Stephenson, Harold John]] [https://www.familysearch.org/tree/person/details/93BK-9M3] - 1903(Qld)-1990(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother) - Qualifications: cc; AOCP 290, 1926, No. 27 in Qld - amateur operator; amateur broadcaster - Relationships: brother of 4RG/2BWQ Charles Wilfred Stephenson - Electoral Rolls: railway employee (Wooloowin, Qld, 1925-1943); sheet metal worker (Wooloowin, Qld, 1949); engineer (Wooloowin, Qld, 1954); aircraft mechanic (Maroubra, NSW, 1963-1980) ===''STEVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edgar F. Stevens|Stevens, Albert Edgar F. "Bert"]] [https://www.familysearch.org/tree/person/details/KH4H-N2D] - 1894(Vic)-1954(WA) - Licences: 6BN Perth (North Perth, 1924-1927; South Perth, 1930-1939); nominated licensee for W732 WIA WA (1922) - Qualifications: cc; AOCP 136, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geraldton, WA, 1916-1917); phone mechanic (North Perth, WA, 1925; South Perth, WA, 1931-1954) * [[/Frederick William Stevens|Stevens, Frederick William]] - 1898-19?? - 4SP Brisbane, amateur operator (PRTC 788, 1923, Marconi & Telefunken; 1COCP, 1930, Qld), Coastal wireless operator; first chief engineer 4QG, state public servant (4QG), pilot (Qantas), federal public servant (DCA) * [[/Robert Edward Stevens|Stevens, Robert Edward]] [https://www.familysearch.org/tree/person/details/GD1Z-ZMF] - 1908(Vic)-1994(Vic) - Licences: 7OJ Deloraine (1931-1933); 3OJ Melbourne (Burwood, 1937-1939, 1946-1980+) - Qualifications: cc; AOCP 817, 1931, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (Auburn, Vic, 1931; Burwood, 1937-1980) ===''STEWART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Barnett Stewart|Stewart, Alexander Barnett]] [https://www.familysearch.org/tree/person/details/GHBR-VND] - 1895(Sct)-1981(Qld) - Licences: 4DD Receive Brisbane (Hawthorne, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: jackeroo (Oondooroo, Qld, 1919); farmer (Palmwoods, Qld, 1921-1925); orderman (Hawthorne, Qld, 1928); truck driver (Eight Mile Plains, Qld, 1936-1937); foreman (Hawthorne, Qld, 1943-1980) * [[/Donald Richardson Stewart|Stewart, Donald Richardson]] [https://www.familysearch.org/tree/person/details/94CC-2MT] - 1902(Vic)-1993(Vic) - Licences: V739 Receive Lorne (1922); 3GS Receive Lorne (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: motor driver (Lorne, 1925-1954); guest house proprietor (Lorne, 1967-1968); proprietor (Lorne, 1972-1980) * [[/John Edgar Stewart|Stewart, John Edgar]] [https://www.familysearch.org/tree/person/details/GZD8-3JC] - 1884(NSW)-1957(NSW) - Licences: 2MR Newcastle (Mayfield, 1923-1929; Hamilton, 1930); 2MR Sydney (Chatswood, 1931); 4MR Brisbane (Nundah, 1933-1939, 1946-1948); 2MR Waratah (1954-1957) - Qualifications: cc; AOCP 43, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; Commonwealth Electoral Commission (Chief Electoral Officer) - Electoral Rolls: clerk (Arncliffe, 1913); District Returning Officer (Mayfield, 1930); Commonwealth Electoral Officer (Nundah, Qld, 1937-1949); retired (Waratah, 1954) * [[/Henry Stewart|Stewart, Henry]] [https://www.familysearch.org/tree/person/details/GXS7-R71] - 1896(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 234, 1916; 1COCP 318, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Comment: Several contemporaneous HSs - Electoral Rolls: Nil yet identified * [[/William Alfred Stewart|Stewart, William Alfred]] [https://www.familysearch.org/tree/person/details/GXBZ-4XJ] - 1910(WA)-2020(WA)109yo - Licences: 6ST Perth (West Leederville, 1937-1939) - Qualifications: cc; AOCP 1958, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Balkatta, WA, 1936; Leederville, WA, 1937); salesman (Wembley Park, WA, 1943; Leederville, WA, 1949); technician (Floreat Park, WA, 1954-1963; Wembley Park, WA, 1968; Floreat Park, WA, 1972-1980) - Links: [https://gerontology.fandom.com/wiki/William_Stewart Gerontology] ===''STIPEK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Stipek|Stipek, John "Jack"]] [https://www.familysearch.org/tree/person/details/GD5X-XL1] - 1898(NSW)-1974(Florida, USA) - Licences: 7BE Receive St Helens (1923); Receive St Helens (1923); 7BE St Helens (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMG telegraph messenger, left PMGD 1920; first to log KGO in Tas - Comment: beware two other John Stipek's concurrently in Tas, 1920s - Electoral Rolls: civil servant (St Helens, 1919); clerk (St Helens, 1922) ===''STITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Hugh Rankin Stitt|Stitt, Walter Hugh Rankin Jnr "Hughie"]] [https://www.familysearch.org/tree/person/details/GWBX-L5G] - 1908(NSW)-1972(NSW) - 2WH Forbes (1925-1969+), 2ARN Forster (1965-1969+), amateur operator (AOCP 196, 1925, No. ?? in NSW), amateur broadcaster, "brother-in-law" of Leslie Maclean Wilson 2LM, note his father also Walter Hugh Rankin Stitt and lived in same district ===''STOCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Daniel Alan John Stocks|Stocks, Daniel Alan John]] [https://www.familysearch.org/tree/person/details/GZN8-R5P] - 1897(Vic)-1933(Vic) - 3DJ Melbourne (Canterbury, 1925-1927; Surrey Hills, 1931), amateur operator (AOCP 144, 1925, No. ?? in Vic), amateur broadcaster, electrical engineer, gone too soon ===''STOCKTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Stockton|Stockton, Norman]] - 1904(WA)-1943(Germany) - 4NQ Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, military (WW2, press correspondent), journalist, "Greater love hath no man than this" ===''STOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allen Frederick Stow|Stow, Allen Frederick]] [https://www.familysearch.org/tree/person/details/G8WR-7GG] - 1910(Vic)-1966(Vic) - Licences: 3AS Melbourne (North Carlton,1928-1931; North Fitzroy, 1933-1939, 1946-1947; Northcote, 1948-1965); 3AFS Portable Melbourne (Northcote, 1948-1965) - Qualifications: AOCP 441, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army) - Electoral Rolls: engineer (Carlton North, 1931; Fitzroy North, 1934-1942) ===''STOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Alfred Stowe|Stowe, Harry Alfred]] [https://www.familysearch.org/tree/person/details/GWBJ-YTW] - 1892(NSW)-1977(NSW) - Licences: XAS Sydney (Drummoyne, 1911-1914); 2CX Receive Sydney (Chatswood, 1922-1923); 2CX Sydney (Chatswood, 1924-1929) - Qualifications: cc; AOCP 19, 1924, No. 9 in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, 1930-1958); retired (Frenchs Forest, 1968-1977) ===''STOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Bickley Stoyle|Stoyle, Jack Bickley]] [https://www.familysearch.org/tree/person/details/GM1Z-JWV] - 1881(India)-1966(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 91, 1915; 1COCP 55, 1930 - RANRS (Commissioned Telegraphist, terminated Nov 1920); AWA CRS - Electoral Rolls: wireless telegraphist (Rockhampton, 1917); radio station master (Darwin, 1922; Kilkenny, 1939-1943) ===''STRAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Michael Strafford|Strafford, John Michael]] [https://www.familysearch.org/tree/person/details/LZ2K-LBX] - 1900(SA)-1974(SA) - Licences: 5JS Adelaide (Stepney, 1936-1939; City, 1947-1965; Windsor Gardens, 1969-1975) - Qualifications: cc; AOCP 1710, 1936, SA; BOCP 514, 1943 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''STRATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Stephen Stratford|Stratford, Leo Stephen]] [https://www.familysearch.org/tree/person/details/GXHV-HRX] - 1915(Qld)-1999(Qld) - Licences: 4AE Goondiwindi (1936-1939); 4LS Goondiwindi (1947-1956) - Qualifications: cc; AOCP 1678, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Goondiwindi, Qld, 1936-1949); radio dealer (Goondiwindi, Qld, 1954-1958); electrician (Goondiwindi, Qld, 1968); refrigeration mechanic (Goondiwindi, Qld, 1980) ===''STREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Streamer nee Mackenzie, Florence Madeline "Madeline" - See Florence Madeline Mackenzie 4YL ===''STREET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frederick Street|Street, Reginald Frederick]] [https://www.familysearch.org/tree/person/details/GW5S-Z4L] - 1900(Tas)-1927(Tas) - Licences: 7BD Receive Hobart (1923); Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: draper's assistant (Hobart West, 1922) ===''STROHFELDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Strohfeldt|Strohfeldt or Strofeldt, Gilbert]] [https://www.familysearch.org/tree/person/details/LVWD-W9Z] - 1904(Qld)-1951(Qld) - Licences: 4GS Brisbane (Paddington, 1932-1939; Camp Hill, 1948-1956) - Qualifications: cc; AOCP 1041, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Comment: licensed for 5 years after passing - Electoral Rolls: postal assistant (Roma, 1926); telegraphist (Charleville, 1928-1930); Paddington, Qld, 1936-1937); assistant radio inspector (Camp Hill, Qld, 1943) ===''STUART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Stuart|Stuart, Francis John]] [https://www.familysearch.org/tree/person/details/GXSH-RPC] - 1895(SA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: naval officer (Hobart, Tas, 1919); telegraphist (Hobart, 1922; Oakleigh, Vic, 1928-1942); primary producer (Tarra Valley, Vic, 1949-1954) * [[/Michael Aloysius Horatio Stuart|Stuart, Michael Aloysius Horatio]] [https://www.familysearch.org/tree/person/details/GXLC-2D9] - 1891(Vic)-1953(Vic) - Licences: 3MH Melbourne (Moonee Ponds, 1927); 3MH Rockbank (1931-1937); 5MS Adelaide (Rosewater, 1938-1939) - Qualifications: cc; 2COCP 66, 1929; 1COCP 184, 1931; likely CRPT pre 1927 - amateur operator; amateur broadcaster; WW1 (UK Merchant Navy); WW2 - Electoral Rolls: mechanic (Moonee Ponds, Vic, 1925-1927); radio telegraphist (Beam Radio Station, Rockbank, Vic, 1928-1937; Geraldton, WA, 1943); radio technician (Footscray North, Vic, 1949) ===''STURDEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Ashton Hobart Sturdee|Sturdee, Vernon Ashton Hobart]] - 1890(Vic)-1966(Vic) - 4?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur radio club (member, WIQ) ===''SULLIVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sullivan|Sullivan, John]] [https://www.familysearch.org/tree/person/details/KLGD-VK6] - 1906(Vic)-1997(Vic) - 3SR Melbourne (Elsternwick, 1925-1926), 3SR Yallourn (1927), amateur operator (AOCP 206, 1925, No. ?? in Vic), amateur broadcaster, engineer (1927) ===''SUTHERLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan James Sutherland|Sutherland, Alan James]] [https://www.familysearch.org/tree/person/details/GXK6-94L] - 1916(SA)-1977(Qld) - Licences: 5XB Adelaide (Glenelg, 1935-1939, 1947-1948); 3AXB Melbourne (Balwyn, 1954-1965); 3KY Melbourne (Balwyn, 1969-1975) - Qualifications: cc; AOCP 1592, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Dunleath, SA, 1939-1941); public servant (Albert Park, Vic, 1949; Canterbury, Vic, 1954-1968; Balwyn, Vic, 1972-1977); retired (Scarness, Qld, 1977) * [[/George Bremner Sutherland|Sutherland or Clyne, George Bremner "Jock"]] [https://www.familysearch.org/tree/person/details/GZVF-KQC] - 1893(Sct)-1981(SA) - Licences: 6GB Perth (Mt Hawthorn, 1927) - Qualifications: cc; 1COCP 295, 1932 - amateur operator; amateur broadcaster; telegraphist (Navy, 1911), late 1920s assistant chief engineer 6WF (to Wally Coxon) - Electoral Rolls: DCA (aeradio operator, from 1941); radio operator (Kalgoorlie, 1949); retired (North Perth, 1958) ===''SUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Sutton|Sutton, Arthur Ernest]] [https://www.familysearch.org/tree/person/details/GMFM-Z34] - 1882(Vic)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (early 1910s); utilised Henry Sutton's experimental licence - Relationships: son of XLM Henry Sutton - Electoral Rolls: music seller (Malvern, 1909-1913; Hawthorn, 1914-1915); engineer (Kew, 1922-1925); traveller (Camberwell, 1927); mechanic (Brunswick, 1928) * [[/Henry Sutton|Sutton, Henry]] [https://www.familysearch.org/tree/person/details/LD19-T7V] - 1855(Vic)-1912(Vic) - Licences: XLM Melbourne (Malvern, 1910-1912) - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed from 1890s); numerous inventions, Australia's first wireless telephony experimenter (1906); invented several new types of telephones; early television experiments - Relationships: father of Arthur Ernest Sutton - Links: [https://adb.anu.edu.au/biography/sutton-henry-4675 ADB] - Electoral Rolls: Nil yet identified * [[/Joseph William Sutton Jnr|Sutton, Joseph William Jnr]] [https://www.familysearch.org/tree/person/details/LHKF-HCJ] - 1874(Qld)-1941(Qld) - Licences: 4CP Receive Brisbane (City, 1923); 4EI Brisbane (City, 1923-1925) (In the name of the State Engineer) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club (WIQ, foundation member; QWI); electrical engineer; senior federal public servant (PMGD, State Engineer) - Relationships: son of Joseph William Sutton Snr - Electoral Rolls: electric engineer (Teneriffe, 1903); engineer (Teneriffe, 1908-1909); assistant (GPO, 1912-1919); electrical engineer (New Farm, 1921-1936); retired (Ascot, 1937) * [[/Joseph William Sutton Snr|Sutton, Joseph William Snr]] [https://www.familysearch.org/tree/person/details/LHKF-W6T] - 1844(Eng)-1914(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - club (Royal Society Qld, president) - Relationships: father of Joseph William Sutton Jnr - Links: [[w:Joseph William Sutton|Wikipedia]] - Electoral Rolls: engineer (Teneriffe, 1908-1909) ===''SWABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Max J. Swaby|Swaby, Max J.]] - 19??(???)-19??(???) - 4DA Dalby (-1948+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''SWAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lionel Tamsett Swain|Swain, Lionel Tamsett]] [https://www.familysearch.org/tree/person/details/KL1J-TGY] - 1902(NSW)-1985(NSW) - Licences: 2CS Receive Newcastle (Hamilton, 1922); 2CS Newcastle (Hamilton, 1923-1927; Waratah, 1928-1939, 1946-1950; Charlestown, 1954-1961; Bolton Point, 1965-1980) - Qualifications: cc; AOCP 108, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Withdrawal: when 2CS Coffs Harbour commenced in early 1980s, policy had changed as to withdrawal of similar amateur callsigns - Electoral Rolls: draftsman (Waratah, 1930-1954); engineer (Charlestown, 1958-1963); retired (Bolton Point, 1968-1980) ===''SWEENEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Moss Sweeney|Sweeney, Walter Moss]] [https://www.familysearch.org/tree/person/details/LNZ7-YRD] - 1887(Eng)-1964(Vic) - Licences: 3WS Melbourne (East Melbourne, 1924-1925; Elwood, 1925-1931; St Kilda, 1933-1939) - Qualifications: cc; CPRT 204, 1916 - coastal wireless operator; RANRS (commissioned telegraphist, 1917); amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless engineer (Subiaco, 1916-1917); no occupation (Melbourne, 1919); wireless engineer (East Melbourne, 1921-1924); engineer (Elsternwick, 1925-1928); director (St Kilda, 1931-1963) ===''SWINBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank Charles Richard Swinburne|Swinburne, Frank Charles Richard]] [https://www.familysearch.org/tree/person/details/GDML-S1J] - 1901(Qld)-1948(NSW) - Licences: 2AT Receive Sydney (Manly, 1922-1923); 2AT Sydney (Manly, 1924-1926) - Qualifications: cc; CPRT 557, 1920 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Manly, NSW, 1937; North Sydney, 1943)) ===''SWINDELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Willie Swindells|Swindells, Willie]] [https://www.familysearch.org/tree/person/details/L812-BTK] - 1890(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: electrician (Richmond, Vic, 1913-1914; Parkdale, Vic, 1925-1926); engineer (Geelong, 1927; Darlinghurst, NSW, 1931-1933); electrical engineer (Brunswick, Vic, 1934) ===''SYMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathaniel Joseph Leo Symonds|Symonds, Nathaniel Joseph Leo "Leo"]] [https://www.familysearch.org/tree/person/details/KJZ3-3QH] - 1908(WA)-2005(WA) - Licences: 6LS Perth (Cottesloe Beach, 1925-1930; Bicton, 1947-1948); 6LX Perth (Kalamunda, 1965-1980+) - Qualifications: cc; AOCP 207, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: tailor (Cottesloe, 1931-1943); radio operator (Fremantle, 1949-1954); radio technician (Kalamunda, 1958-1980) ===''SYMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Lindsay Gordon Symons|Symons, John Lindsay Gordon]] [https://www.familysearch.org/tree/person/details/KZZ5-Q42] - 1913(Vic)-1964(Vic) - Licences: 3JT Melbourne (Malvern, 1930-1939; East Hawthorn, 1946-1947; Burwood, 1948; South Melbourne, 1954-1956; Mt Waverley, 1960) - Qualifications: AOCP 662, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Malvern, 1934-1943; Glen Iris, 1949); hotelkeeper (Malvern, 1954); engineer (Syndal, 1963) =='''T'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''TAPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Ernest Tapp|Tapp, Charles Ernest or Edward]] [https://www.familysearch.org/tree/person/details/GX7P-BXV] - 1894(NSW)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 82, 1915 - RANRS (commissioned telegraphist, 1917); WW1 - Electoral Rolls: OIC Wireless Station (Thursday Island, Qld, 1915; South Yarra, Vic, 1917-1919); electrical engineer (Mosman, NSW, 1930); engineer (Brighton, Vic, 1942); manager (Vaucluse, NSW, 1943) ===''TAPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Tapper|Tapper, John Robert]] [https://www.familysearch.org/tree/person/details/G8ZX-4T6] - 1910(WA)-1992(WA) - Licences: 6RJ Perth (Claremont, 1929-1939); 6RJ Onslow (1946-1947); 6RJ Perth (Claremont, 1948-1960); 2AO Wagga Wagga (1969-1980+) - Qualifications: cc; AOCP 538, 1929, No. ?? in WA; 1COCP 218, 1931; TVOCP 324, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Claremont, 1931-1943); operator (Claremont, 1949-1963); radio inspector (Wagga Wagga, 1968-1980) ===''TARBOTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Augustus Tarbotton|Tarbotton, Harry Augustus]] [https://www.familysearch.org/tree/person/details/GF93-87K] - 1902(Eng)-1961(WA) - Licences: 6HT Albany (1936-1939, 1947-1960) - Qualifications: cc; AOCP 1672, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: motor driver (Albany, WA, 1925-1931); motor mechanic (Albany, WA, 1936-1954); radio service (Albany, WA, 1958) ===''TARLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred William Tarling|Tarling, Alfred William]] [https://www.familysearch.org/tree/person/details/LVH9-4RZ] - 1900(Eng)-1953(Qld) - Licences: 4TW Townsville (1937-1939, 1946-1948) - Qualifications: cc; (likely qualification ca 1920, British Merchant Navy; 1COCP 679, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Coolbie, Ingham, Qld, 1930); wireless operator (Pimlico, Qld, 1931-1932); labourer (West End, Qld, 1936-1937); radio engineer (Townsville, Qld, 1943-1949) ===''TARRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Albert Tarrant|Tarrant, Ernest Albert Jnr]] [https://www.familysearch.org/tree/person/details/L8SB-Z68] - 1898(NSW)-1956(NSW) - Licences: 2AK Receive Narrabri (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Eulah Creek, 1930; Narrabri, 1943) * [[/William Francis Tarrant|Tarrant, William Francis "Frank"]] [https://www.familysearch.org/tree/person/details/GD5M-6JT] - 1914(NSW)-1998(NSW) - Licences: 2UF Newcastle (Cooks Hill, 1932-1958) - Qualifications: cc; AOCP 1054, 1932, NSW - amateur operator; amateur broadcaster - Electoral Rolls: ironworker (Newcastle, 1930-1949) ===''TATHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Edward Tatham|Tatham, Sydney Ernest Edward]] [https://www.familysearch.org/tree/person/details/GDQT-52W] - 1896(Eng)-1973(Vic) - Licences: 2ST Sydney (Neutral Bay, 1923-1925; City, 1926-1928; Darling Point, 1929-1933; City, 1933-1939) - Qualifications: cc; CPRT 33, 1915; 1COCP 406, 1940 - amateur operator; amateur broadcaster; journalist (editor, Sea, Land and Air, 1922); WW2 - Electoral Rolls: instructor (St Kilda, 1919; South Yarra, 1919); merchant (Darling Point, 1930-1933; City, 1934-1937; Albert Park, Vic, 1949; Camberwell, 1954); director (Balwyn, 1958-1972) ===''TAYLOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert William Taylor|Taylor, Albert William]] [https://www.familysearch.org/tree/person/details/GX56-JGX] - 1910(NSW)-1980(SA) - Licences: 5AT Port Pirie (1934-1937); 5AT Adelaide (Solomontown, 1938-1939; Edwardstown, 1947-1980+) - Qualifications: cc; AOCP 1276, 1934, SA; BOCP 286, 1940; TVOCP 461, 1962 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Marleston, SA, 1941; Edwardstown, SA, 1943) * [[/B. A. Taylor|Taylor, B. A.]] - 19??(???)-19??(???) - Licences: 4DF Receive Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Donald Gordon Taylor|Taylor, Donald Gordon "Don"]] [https://www.familysearch.org/tree/person/details/GZB4-N31] - 1907(SA)-1985(SA) - Licences: Receive Adelaide (Forestville, 1923-1924); 5DX Adelaide (Forestville, 1926-1937; Black Forest, 1938-1939, 1946-1980+) - Qualifications: cc; AOCP 307, 1926, No. ?? in SA; AOLCP 25, 1930 - amateur operator; amateur broadcaster; WW2 - Comment: another DGT served in WW2 & died on active service 1943 in NT - Electoral Rolls: wireless mechanic (Goodwood, 1939; Black Forest, 1941-1943) * [[/Florence Mary Parsons|Taylor nee Parsons, Florence Mary]] [https://www.familysearch.org/tree/person/details/LZX2-FZB] - 1879(Eng)-1969(NSW) - Licences: Nil - Qualifications: Nil - publisher - Electoral Rolls: managing director (Sydney, 1936); journalist (Vaucluse, 1954); editor (Darlinghurst, 1958; Potts Point, 1963) - Relationships: wife of George Augustine Taylor - [https://adb.anu.edu.au/biography/taylor-florence-mary-8754 ADB] * [[/George Augustine Taylor|Taylor, George Augustine]] [https://www.familysearch.org/tree/person/details/GZB4-JG7] - 1872(NSW)-1928(NSW) - Licences: Nil (always operated under military or other amateur licences) - Qualifications: Nil - early wireless experimenter, amateur operator, founder WIA NSW, founder Association for Development of Wireless in Australasia - Electoral Rolls: Nil - gone too soon - [https://adb.anu.edu.au/biography/taylor-george-augustine-8756 ADB] * [[/Henry Arthur Taylor|Taylor, Henry Arthur]] [https://www.familysearch.org/tree/person/details/GF77-443] - 1907(Eng)-1996(WA) - Licences: 6AT Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1042, 1932, WA; AOLCP 216, 1935 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: joiner (Victoria Park, WA, 1931-1934); radio engineer (6KG, Parkeston, WA, 1937-1943; Nedlands, WA, 1954-1963); retired (South Perth, WA, 1977-1980) * [[/Leslie Harry Taylor|Taylor, Leslie Harry]] [https://www.familysearch.org/tree/person/details/G841-CD4] - 1898(Eng)-1978(NSW) - Licences: 2CL Sydney (Ashfield, 1936-1939, 1946-1969) - Qualifications: AOCP 1723, 1936, NSW - amateur operator, amateur broadcaster - Electoral Rolls: manager (Leichhardt, 1930-1933; Ashfield, 1935-1968); retired (Ashfield, 1977) ===''TEECE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Auburn Selwyn Teece|Teece, Cecil Auburn Selwyn]] [https://www.familysearch.org/tree/person/details/2Z37-JSS] - 1885(NSW)-1970(ACT) - Licences: V733 Receive Melbourne (Toorak, 1922); 3GO Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (East Melbourne, 1909); examiner (Kew, 1910); civil servant (Kew, 1912; Hawthorn, 1914-1917); examiner of patents (Box Hill, 1919); civil servant (Toorak, 1922; Sandringham, 1924; St Kilda, 1928; East Melbourne, 1931; Reid, ACT, 1935-1937; Barton, 1943); public servant (Barton, 1949-1954); retired (Braddon, 1958-1968) ===''TEMPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Lander Templeton|Templeton, Gordon Lander]] [https://www.familysearch.org/tree/person/details/G8F2-VLH] - 1909(Vic)-1945(Vic) - Licences: 3OW Coleraine (1930-1939) - Qualifications: AOCP 631, 1930, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer) - Electoral Rolls: farm labourer (Tahara Bridge, 1931-1937) - Relationships: cousin of 3HG Neil Murray Templeton - "Greater love hath no man" * [[/Neil Murray Templeton|Templeton, Neil Murray]] [https://www.familysearch.org/tree/person/details/L6SD-RDT] - 1911(Vic)-1965(Vic) - Licences: 3HG Coleraine (1930-1939, 1946-1960) - Qualifications: AOCP 632, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Tahara Bridge, 1934-1937); RAAF (Canterbury, 1943); grazier (Tahara Bridge, 1949-1963) - Relationships: cousin of 3OW Gordon Lander Templeton ===''THEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Milton Theel|Theel, Kenneth Milton]] [https://www.familysearch.org/tree/person/details/LD1Z-1Z9] - 1908(SA)-1956(SA) - Licences: 5CT Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923); 5QP Adelaide (St Peters, 1927-1933; Clarence Park, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 322, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: ledger keeper (Reade Park Gardens, SA, 1941-1943) ===''THOMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Kirk Raleigh Thomas|Thomas, Henry Kirk Raleigh]] [https://www.familysearch.org/tree/person/details/GWX4-8LL] - 1902(NSW)-19??(???) - 2HT Sydney (Mosman, 1924; Neutral Bay, 1925-1933; Cremorne, 1933-1934; Mosman, 1935-1939), amateur operator (AOCP 1, 1924, No. 1 in NSW and Australia), amateur broadcaster, broadcast engineer (2GB, assistant engineer, 1946) * [[/Herbert Thomas|Thomas, Herbert]] - 19??(???)-19??(???) - Licences: 6DY Perth (CBD, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, salesman (Harris Scarfe, 1924) - Electoral Rolls: Nil yet identified - Comment: several contemporaneous HTs * [[/Ivor Thomas|Thomas, Ivor]] [https://www.familysearch.org/tree/person/details/G8HB-Q3G] - 1897(SA)-1965(SA) - Licences: 5IT Adelaide (Mitcham, 1929-1960) - Qualifications: cc; AOCP 496, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: warehouseman (Kingswood Park, 1939-1943) * [[/Josiah Thomas|Thomas, Josiah]] [https://www.familysearch.org/tree/person/details/LYSY-Y24] - 1863(Eng)-1933(NSW) - establishment radio station (2CH), state politician (NSW, MLA, 1890s), senior federal politician (MHR, Postmaster-General 1908-1909, 1910-1911) - Electoral Rolls: * [[/Roland Henry Thomas|Thomas, Roland Henry]] [https://www.familysearch.org/tree/person/details/GXHG-7Z4] - 1911(Qld)-1994(Qld) - Licences: 4LR Brisbane (Bulimba, 1932-1939) - Qualifications: cc; AOCP 1058, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Bulimba, 1934); radio technician (Bulimba, Qld, 1937-1972); proprietor (Manly West, Qld, 1977-1980) * [[/Roy Valentine Thomas|Thomas, Roy Valentine]] [https://www.familysearch.org/tree/person/details/GZ6H-7WG] - 1907(NSW)-1958(NSW) - 2TK Sydney (Erskinville, 1925), 2RV Sydney (Bondi North, 1927-1930), 2TK Sydney (South Hurstville, 1947-1958), amateur operator (AOCP 62, 19??, No. ?? in NSW), amateur broadcaster ===''THOMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Thompson|Thompson, F.]] - 19??(???)-19??(???) - Licences: 2HF Receive Sydney (East Balmain, 1922-1923); 2HF Sydney (Balmain, 1924-1927) - Qualifications: cc; AOCP 47, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: several contemporaneous F. Thompson * [[/Geoffrey George Thompson|Thompson, Geoffrey George]] [https://www.familysearch.org/tree/person/details/G8SP-DDD] - 1911(Vic)-2000(Vic) - Licences: 3GT Melbourne (Thornbury, 1928-1939) - Qualifications: AOCP 388, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Thornbury, 1934-1937; North Melbourne, 1949); cameraman (Hawthorn, 1954-1980) * [[/Leonard Neville Weston Fane Thompson|Thompson, Leonard Neville Weston Fane]] [https://www.familysearch.org/tree/person/details/LJKN-FJV] - 1899(NSW)-1960(Vic) - Licences: 3LT Melbourne (Mitcham, 1931; Chelsea, 1933; Carrum, 1937-1939; Bonbeach, 1946-1960) - Qualifications: AOCP 762, 1931, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: railway employee (Glenferrie, 1925; Mitcham, 1931; Chelsea, 1934; Carrum, 1936-1954) * [[/Stanley Gordon Thompson|Thompson, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/GXLZ-S21] - 1906(NSW)-1975(Vic) - Licences: 3AZ Melbourne (North Brighton, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: expert (Brighton, Vic, 1931); mechanic (Brighton, Vic, 1936); sales (Shepparton, Vic, 1963-1972) ===''THOMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Thomson|Thomson, Arthur William]] [https://www.familysearch.org/tree/person/details/GZND-ZPF] - 1907(Vic)-1995(Vic) - 3AT Sunshine (1925), amateur operator (AOCP 145, 1925, No. ?? in Vic) * [[/G. L. Thomson|Thomson, G. L.]] - 19??(???)-19??(???) - 2GT Sydney (Waverley, 1924-1925), amateur operator (AOCP 3, 1924, No. 2 in NSW), amateur broadcaster, operator of 2BV Waverley Radio Club ===''THORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Thorley|Thorley, Roy "John"]] [https://www.familysearch.org/tree/person/details/GDR2-8GW] - 1912(Qld)-1966(Qld) - Licences: 4RT Brisbane (South Brisbane, 1936-1937; Annerley, 1938-1939; Holland Park, 1946-1956) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (WIAQ, president); business proprietor (mechanical engineering) - Comment: killed in automobile accident - Electoral Rolls: clerk (Annerley, Qld, 1937); engineer (Holland Park, Qld, 1949-1963); contractor (Charters Towers, Qld, 1963) ===''THURSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wyngate Thurstan|Thurstan, Arthur Wyngate]] [https://www.familysearch.org/tree/person/details/LVFV-XSS] - 1907(Eng)-1976(NSW) - 2AV Sydney (Penshurst, 1924-1939; Beverley Hills, 1946-1975), amateur operator (AOCP 38, 1924, No. ?? in NSW), amateur broadcaster, WW2, Lempriere & Co (metallurgist; Chief Chemist, 1937) ===''THRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Thring|Thring, Francis William]] [https://www.familysearch.org/tree/person/details/9XFG-ZY6] - 1882(NSW)-1936(Vic) - Film producer, founder 3XY Melbourne - Links: [[w:F. W. Thring|Wikipedia]] ===''THROSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Ledsam Throssell|Throssell or Throssel, Lancelot Ledsam]] [https://www.familysearch.org/tree/person/details/KHFL-59C] - 1902(WA)-1980(WA) - Licences: 6LT Northam (1926-1927) - Qualifications: cc; AOCP 248, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Northam, 1925-1931); civil servant (Northam, 1936-1937); clerk (Bruce Rock, 1943); bank officer (Kojonup, 1954; Innaloo, 1963-1972); retired (Osborne Park, 1980) ===''THUGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thuge|Thuge, Norman]] [https://www.familysearch.org/tree/person/details/GXDL-F55] - 1917(Qld)-1973(NSW) - Licences: 4NC Gladstone (1936-1937); 4NO Gladstone (1938-1939); 4NO Brisbane (Hendra, 1947); 2ANO Sydney (Stanmore, 1948-1950; Arncliffe, 1954-1956) - Qualifications: cc; AOCP 1622, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Charters Towers, Qld, 1943); bank officer (Petersham, NSW, 1949; Arncliffe, NSW, 1954-1958); retired (Burwood, NSW, 1972) ===''THYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Joseph Thynne|Thynne, Andrew Joseph]] [https://www.familysearch.org/tree/person/details/KP3H-T8K] - 1847(Irl)-1927(Qld) - military (Qld Defence Force, 1867, eventually Lieutenant-Colonel), profession (solicitor, Qld, 1873-1882), state politician (Qld MLC, Minister for Justice and Attorney General; Qld Postmaster-General, 1894-1897) ===''TILBROOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clem David Lloyd Tilbrook|Tilbrook, Clem David Lloyd]] [https://www.familysearch.org/tree/person/details/GXP4-4PQ] - 1912(SA)-2004(SA) - Licences: 5GL Adelaide (Brighton, 1933-1937; Camden, 1938-1939; Colonel Light Gardens, 1947-1965; Daw Park, 1969-1980+) - Qualifications: cc; AOCP 1210, 1933, SA; 2COCP 381, 1940; 1COCP 468, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Camden, SA, 1939-1943) ===''TILNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Edward Tilney|Tilney, Leslie Edward]] [https://www.familysearch.org/tree/person/details/MPDS-4PK] - 1870(NSW)-1937(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 13, 1914 - early wireless experimenter (army); coastal wireless officer, WW1 - Electoral Rolls: officer-in-charge (Wireless Station, Applecross, 1916-1917); soldier (Claremont, 1917); commissioner (Caulfield, 1924-1931); civil servant (Malvern, 1933-1936) - TroveTag: "Leslie Edward Tilney" (400+ tags) - Links: [https://www.anzac-biographies.com/2021/06/05/tilney-lieutenant-colonel-leslie-edward-dso-mid-vd/ Bio] ===''TILSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Howard Tilse|Tilse, Arthur Howarde "Howard"]] [https://www.familysearch.org/tree/person/details/LTK5-CS8] - 1911(Qld)-1973(Qld) - Licences: 4WO Brisbane (Yeronga, 1931-1939; South Brisbane, 1946-1948; Yeronga, 1954-1970) - Qualifications: cc; AOCP 725, 1931, No. ?? in Qld; 2COCP 155, 1938 - amateur operator; amateur broadcaster; military (WW2, Army Signals, RAAF); art dealer - Electoral Rolls: radiotrician (Yeronga, 1934-1937); RAAF wireless operator (West End, Townsville, 1943); radio operator (South Brisbane, 1949); art dealer (Yeronga, 1954-1972) ===''TIMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Robert Timmins|Timmins, Alan Robert]] - broadcast engineer (PMGD, P&TD, DoC, DoTaC, ABA), senior federal public servant (PMGD, P&TD, DoC, DoTaC, ABA) ===''TIPPING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Tipping|Tipping, Edward Charles]] - 19??(???)-1968(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), radio clubs (WIQ, member, 1912), federal public servant (PMGD, clerk/accountant), military (Captain, Royal Engineers) ===''TIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. G. Tiver|Tiver, R. G.]] - 19??(???)-19??(???) - Licences: Receive Tanunda (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TODD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hugh Todd|Todd, Alan Hugh]] [https://www.familysearch.org/tree/person/details/GXDD-7SG] - 1919(Qld)-1978(Qld) - Licences: 4HT Brisbane (Ashgrove, 1936-1937; Newmarket, 1938-1939, 1947-1948; Red Hill, 1954-1975) - Qualifications: cc; AOCP 1639, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical mechanic (Newmarket, Qld, 1943-1949); teacher (Kelvin Grove, Qld, 1954-1977) * [[/Charles Todd|Todd, Charles]] [https://www.familysearch.org/tree/person/details/LC3X-PJ6] - 1826(Eng)-1910(SA) - senior state public servant (Government Electrician, Postmaster-General SA) - Links: [[w:Charles Todd (pioneer)|Wikipedia]] [https://adb.anu.edu.au/biography/todd-sir-charles-4727 ADB] * [[/Lionel Victor Glen Todd|Todd, Lionel Victor Glen]] [https://www.familysearch.org/tree/person/details/L5CG-Z68] - 1896(NSW)-1970(NSW) - Licences: 2CR Tamworth (1922-1935); 2LS Tamworth (1936-1938); 2LS Denistone (1939); 2LS Sydney (West Ryde, 1957-1965; Denistone, 1969) - Qualifications: cc; AOCP 132, 1925, No. ?? in NSW; 1COCP 282, 1939 - amateur operator; amateur broadcaster - Withdrawal: 2CR callsign withdrawn by PMG in 1935 for 2CR Orange (Blayney) ABC - Electoral Rolls: telephone mechanic (West Tamworth, 1932-1937); assistant radio inspector (Eastwood, 1943-1968) * [[/Milton Buchanan Todd|Todd, Milton Buchanan]] [https://www.familysearch.org/tree/person/details/GXSX-NQT] - 1892(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 63, 1915; 1COCP 81, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: engineer operator (Thursday Island, 1916); radio telegraphist (Maroubra, 1930-1935); officer (Lewisham, 1936-1937); radio telegraphist (Townsville, 1937; Croydon, NSW, 1943; Townsville, 1949); senior radio officer (Townsville, 1954); radio officer (Kensington, NSW, 1958); retired (Blaxland, 1958) * [[/Tom Arthur Todd|Todd, Tom Arthur]] [https://www.familysearch.org/tree/person/details/GD9C-7P5] - 1906(NSW)-1977(NSW) - Licences: 2OT Receive Sydney (Eastwood, 1923); 2TT Sydney (Eastwood, 1935-1939, 1946-1957) - Qualifications: cc; CPRT 984, 1928; 2COCP 50, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Eastwood, 1930-1937); radio mechanic (Eastwood, 1943-1977) ===''TONGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edward Tonge|Tonge, Arthur Edward]] [https://www.familysearch.org/tree/person/details/GX4S-MNM] - 1895(Eng)-1954(Qld) - Licences: 4AR Brisbane (Taringa, 1933; Indooroopilly, 1937-1939) - Qualifications: cc; AOCP 1149, 1933, No. ?? in Qld; 2COCP 54, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Darra, 1931; Indooroopilly, 1936-1937); mechanic (Milton, 1943-1949); process worker (Indooroopilly, 1954) ===''TONGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Melville Tongs|Tongs, Lawrence or Laurence Melville]] [https://www.familysearch.org/tree/person/details/LR9L-Y7N] - 1899(Tas)-1989(Vic) - Licences: 7BU Receive North Motton (1923); Receive North Motton (1923); 2ADB Finley (1937-1939); 7LT Devonport (1960-1969); 3ALV Melbourne (Parkville, 1975) - Qualifications: cc; CPRT 687, 1922; 2COCP 421, 1941 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: farmer (Finley, 1930-1935); radio dealer (1936-1949); farmer (Dandenong, 1954); radio technician (Devonport, 1972); retired (Parkville, 1977-1980) ===''TONKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Maxwell Tonkin|Tonkin, Arthur Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KLL6-HT9] - 1915(WA)-1998(SA) - Licences: 6MZ Katanning (1935-1939); 5MZ Adelaide (Salisbury, 1948); 5TI Clare (1975); 5MZ Clare (1980+) - Qualifications: cc; AOCP 1525, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937) * [[/Stanley Gordon Tonkin|Tonkin, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/L1DQ-2R1] - 1910(SA)-1992(SA) - Licences: 2SG Albury (1929-1931); 2SG Sydney (Double Bay, 1933; Waverley, 1933-1936; Lane Cove, 1937); 2SG Goonellabah (1938-1939); 2SG Sydney (Epping, 1946-1955); 5SG Adelaide (Hampstead Gardens, 1956; Manningham, 1969; Glenunga, 1975-1980+) - Qualifications: AOCP 520, 1929, No. ?? in NSW; AOLCP 57, 1931; 2COCP 391, 1940; 1COCP 493, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Woolwich, 1932); engineer (Edgecliff, 1933); mechanic (Waverley, 1934); radio engineer (Newtown, 1934-1935; Artarmon, 1936; Goonellabah, 1937; Eastwood, 1943); radio technician (West Epping, 1949-1954) ===''TORMEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Tormey|Tormey, Edward Arthur]] [https://www.familysearch.org/tree/person/details/G8VV-85X] - 1902(NSW)-1993(ACT) - Licences: 2ET Canberra (City, 1930-1934; Ainslie, 1935-1939, 1946-1955); 1ET Canberra (Ainslie, 1956-1980+) - Qualifications: AOCP 687, 1930, No. ?? in ACT - amateur operator, amateur broadcaster - Electoral Rolls: chauffeur (Braddon, 1928-1930; Ainslie, 1935); bus driver (Ainslie, 1937); car driver (Ainslie, 1943-1980) ===''TRAEGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Hermann Traeger|Traeger, Alfred Hermann or Herman]] [https://www.familysearch.org/tree/person/details/KCNJ-LRP] - 1895(Vic)-1980(SA) - Licences: 5AX Adelaide (Kensington Gardens, 1926-1931; Corryton, 1933-1937; Marratville, 1938-1939) - Qualifications: cc; AOCP 293, 1926, No. ?? in SA - amateur operator; amateur broadcaster; inventor (with 5BG) of the pedal wireless for the RFDS - Electoral Rolls: radio engineer (Cloncurry, 1930-1932); wireless engineer (Leabrook, SA, 1939-1943) - Links: [https://adb.anu.edu.au/biography/traeger-alfred-hermann-8839 ADB] ===''TRAYNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Byron Traynor|Traynor, Philip Byron]] [https://www.familysearch.org/tree/person/details/GZLR-LCT] - 1900(SA)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; AOCP 224, 1925, No. ?? in SA; 1COCP 353, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Mile End, 1939); federal public servant (Glandore, 1941); inspector (Torrens Park, 1943) ===''TREBILCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Eric William Trebilcock|Trebilcock, Eric William]] - 1911(???)-1989(SA) - BERS195 (1933+), amateur listener ===''TREDREA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frederick Aloysius Trevithick Tredrea|Tredrea, Frederick Aloysius Trevithick]] [https://www.familysearch.org/tree/person/details/MC1W-M7C] - 1900(WA)-1958(WA) - Licences: 6FT Perth (Mt Hawthorn, 1929-1931; South Perth, 1933); 6FT Northam (1937); 6FT Perth (South Perth, 1938-1939, 1946-1956) - Qualifications: cc; AOCP 512, 1929, No. ?? in WA; AOLCP 156, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (North Perth, 1925); radio operator (Northam, 1936); broadcast engineer (South Perth, 1937-1958) ===''TREGEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/W. S. Tregear|Tregear, W. S.]] - 19??(???)-19??(???) - 3TR Melbourne (Hawthorn 192x), 3TX Melbourne (Hawthorn, 1930+), amateur operator (AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, 3TR callsign withdrawn by PMGD to prevent confusion with 3TR Sale Class B station ===''TREHARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elgar Dennis Llewellyn Treharne|Treharne, Elgar Dennis Llewellyn]] [https://www.familysearch.org/tree/person/details/GWC7-X9R] - 1914(NSW)-1997(SA) - 2AFQ Sydney, 5?? Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW), son of Fred 2BM/5QT and brother of Ross 2IQ/5?? * [[/Herbert Fredrind Treharne|Treharne, Herbert Fredrind "Fred"]] [https://www.familysearch.org/tree/person/details/K2F8-6ZN] - 1883(NSW)-1968(SA) - 2BM Sydney, 5QT Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW, age 60), father of Ross 2IQ/5?? and Elgar 2AFQ/5?? * [[/Ross Fredrind Treharne|Treharne, Ross Fredrind]] [https://www.familysearch.org/tree/person/details/GWC7-DJD] - 1919(NSW)-1982(SA) - 2IQ Sydney, 5?? Adelaide, amateur operator (AOCP 1513, 1935, No. ?? in NSW), son of Fred 2BM/5QT and brother of Elgar 2AFQ/5?? ===''TRELIVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Benjamin Victor Treliving|Treliving, Dudley Benjamin Victor]] [https://www.familysearch.org/tree/person/details/L2D7-B6C] - 1907(SA)-1993(SA) - Licences: Receive Adelaide (Dulwich, 1923); 6DT Perth (Nedlands, 1932-1933) - Qualifications: cc; AOCP 992, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Cottesloe, WA, 1936-1937); engineer (Cottesloe, WA, 1943) ===''TRELOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Treloar|Treloar, James]] [https://www.familysearch.org/tree/person/details/GFMJ-379] - 1906(WA)-1983(WA) - Licences: 6JT Perth (Beaconsfield, 1931-1933; Melville, 1937; Beaconsfield, 1938-1939) - Qualifications: cc; AOCP 790, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: clerk (South Fremantle, WA, 1931-1943); tally clerk (Bicton, WA, 1949-1980) ===''TRESSIDDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Laurence Tresidder|Tresidder, William Laurence or Lawrence]] [https://www.familysearch.org/tree/person/details/G8PT-SQ7] - 1904(WA)-1985(Vic) - Licences: 3WT Bendigo (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio dealer (Bendigo, 1927-1942); radio (Kangaroo Flat, 1949-1954); radio engineer (Bendigo, 1963-1980) ===''TREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Stanley Trew|Trew, Richard Stanley]] [https://www.familysearch.org/tree/person/details/KCB6-GW4] - 1902(WA)-1968(WA) - Licences: 6RS Harvey (1933-1937); 6RS Perth (Mt Hawthorne, 1938-1939); 6RP Perth (Mt Hawthorne, 1947-1965) - Qualifications: cc; AOCP 1189, 1933, WA; 2COCP 382, 1940; 1COCP 1941 - amateur operator; amateur broadcaster - Electoral Rolls: assistant postal department (York, WA, 1925); postal assistant (York, WA, 1926); postal employee (Harvey, WA, 1931-1937); postal clerk (Leederville, WA, 1937-1943); PMG (Mt Hawthorn, WA, 1949); radio monitor (Joondanna Heights, WA, 1954-1958) ===''TRIM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Trim|Trim, Sydney (Electoral Rolls) or Sidney (BDM)]] [https://www.familysearch.org/tree/person/details/KL7D-NLM] - 1880(Vic)-1960(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 179; 2COCP 178, 1930; 1COCP 105, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: engineer (Subiaco, WA, 1913; West Perth, WA, 1913-1914); "radio station" (Wyndham, WA, 1914-1917); farmer (Mosman, NSW, 1936-1937); engineer (Applecross, WA, 1937-1958) ===''TROTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clement Ford Trott|Trott, Clement Ford]] [https://www.familysearch.org/tree/person/details/GCGY-XPN] - 1907(SA)-1966(SA) - Licences: 5CS McLaren Vale (1928-1929); 5CF McLaren Vale (1930-1931); 5CF Willunga (1933) - Qualifications: cc; AOCP 454, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: orchardist (McLaren Flat, SA, 1939-1943) ===''TROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Rusel Troy|Troy, Thomas Rusel]] [https://www.familysearch.org/tree/person/details/GZKG-MKH] - 1898(NSW)-1992(NSW) - 2SH Receive West Maitland (1923), 2SH West Maitland (1924-1925), 2TY West Maitland (1926-1931), amateur operator (AOCP 208, 1925, No. ?? in NSW), amateur broadcaster, postman (West Maitland, 1930-1949), postal officer (Maitland, 1954), postal clerk (Maitland, 1958) ===''TRUDGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Wallis Trudgen|Trudgen, Maxwell Wallis]] [https://www.familysearch.org/tree/person/details/GS3H-XYH] - 1907(SA)-1992(SA) - Licences: 5MW Adelaide (East Adelaide, 1926); 5HS Adelaide (Fullarton, 1927) - Qualifications: cc; AOCP 247, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Mitcham, 1939-1941); mechanical engineer (Sydney, 1943-1954); engineer (Little Bay, 1958-1968) ===''TRUNFULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Leonard Trunfull|Trunfull, Richard Leonard]] [https://www.familysearch.org/tree/person/details/GXBL-K7B] - 1906(Eng)-1957(WA) - Licences: 6RT South Greenough (1932-1933); 6RT Peel Estate (1937); 6RT Roebourne (1938-1939); 6RT Dangin (1947-1948); 6RT Nungarin (1954); 6RT Narembeen (1955-1956) - Qualifications: cc; AOCP 924, 1932, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (South Greenough, WA, 1931; Baldavis, WA, 1936; Dangin, WA, 1943-1949; Nungarin, WA, 1954; Narembeen, WA, 1958) ===''TUMBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Henry Tumbridge|Tumbridge, Stanley Henry]] [https://www.familysearch.org/tree/person/details/MM12-M1C] - 1899(Eng)-1965(Qld) - Licences: 4ST Ipswich (1932-1933); 4ST Stanthorpe (1937-1939); 4ST Broadwater, 1947-1948; 4ST Brisbane (Woody Point, 1954-1960) - Qualifications: cc; AOCP 986, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Woodend, Qld, 1921); teacher (Murgon, Qld, 1925); school teacher (Stanthorpe, Qld, 1936-1937; Broadwater, Qld, 1943-1949); teacher (Margate, Qld, 1949-1954; Woody Point, Qld, 1958-1963) ===''TURNBULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Edward Turnbull|Turnbull, Norman Edward]] [https://www.familysearch.org/tree/person/details/L2TP-7K8] - 1900(WA)-1988(Vic) - Licences: 6NO Narrogin (1928); 6NO Perth (City, 1930; Subiaco, 1931; Shenton Park, 1937-1939); 3AXX Melbourne (Armadale, 1954; Carrum, 1955; Parkdale, 1956; Cheltenham, 1960-1980+) - Qualifications: c; AOCP 430, 1928, No. ?? in WA; CPRT 1120, 1928; 1COCP 185, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Bunbury, 1922; Busselton, 1925; Narrogin, 1925; Subiaco, 1931); radio inspector (Subiaco, 1934-1936); civil servant (East Perth, 1937); engineer (Armadale, 1954); clerk (Sandringham, 1958); manager (Sandringham, 1963-1968; Cheltenham, 1972); retired (Cheltenham, 1977-1980) * [[/Robert William Turnbull|Turnbull, Robert William or Robert]] [https://www.familysearch.org/tree/person/details/GZ1S-GP4] - 1892(Eng)-1968(NSW) - Licences: 2RO Sydney (Burwood, 1927-1938; Northbridge, 1939) - Qualifications: AOCP 317, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: bricklayer (Homebush, 1930-1963) ===''TURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Reginald Turner|Turner, Edward Arthur Reginald "Rex"]] [https://www.familysearch.org/tree/person/details/GZT9-JD5] - 1910(SA)-1966(SA) - Licences: 5CW Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923-1925); 5SA Adelaide (Leabrook, 1926-1927) - Qualifications: cc; AOCP 272, 1926, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: butter maker (Gawler, 1939-1943) * [[/Haswell Elliott Alfred Turner|Turner, Haswell Elliott Alfred]] [https://www.familysearch.org/tree/person/details/LRQG-8TG] - 1891(Vic)-1969(NSW) - 2TM Sydney (Mosman, 1925-1933), amateur operator (AOCP 127, 1925, No. ?? in NSW), amateur broadcaster, engineer, military, likely related to XACW E. Turner, Jnr * [[/Ralph Robinson Turner|Turner, Ralph Robinson]] [https://www.familysearch.org/tree/person/details/GX2D-S51] - 1912(SA)-1996(SA) - Licences: 5TR Adelaide (Henley Beach, 1935-1937; Dulwich, 1938-1939; Linden Park, 1947-1969; Echunga, 1975-1980+) - Qualifications: cc; AOCP 1444, 1935, SA; BOCP 66, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Dulwich, SA, 1939-1941) * [[/Robert John Blackwell Turner|Turner, Robert John Blackwell]] [https://www.familysearch.org/tree/person/details/L62T-FP7] - 1884(NSW)-1943(NSW) - 2RT Goulburn (1925-1933), amateur operator (AOCP 55, 1925, No. ?? in NSW), amateur broadcaster, engineer ===''TWEEDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/P. Tweedle|Tweedle, P.]] - 19??(???)-19??(???) - Licences: 4DM Receive Brisbane (Albion, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TYAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Robert Wilson Tyas|Tyas, Norman Robert Wilson]] [https://www.familysearch.org/tree/person/details/GXHC-SK6] - 1913(Qld)-1975(Qld) - Licences: 4TY Gracemere (1932-1934); 4TY Kingaroy (1935-1939); 4TY Brisbane (Manly, 1946-1948); 4TY Boonah (1954); 4TY Wallangarra (1955-1956); 4TY Warwick (1960); Brisbane (Manly, 1965-1975+) - Qualifications: cc; AOCP 1059, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, wireless officer); state public servant (state school principal) - Electoral Rolls: school teacher (Kingaroy, Qld, 1936-1943; Brookstead, Qld, 1949; Mt Alford, Qld, 1954); teacher (Wallangarra, Qld, 1958); school teacher (Warwick, Qld, 1963; Manly, Qld, 1968-1972) ===''TYMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Tymms|Tymms, Robert William]] [https://www.familysearch.org/tree/person/details/GXSX-R2D] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 84, 1930 - coastal wireless operator (RANRS); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); wireless operator (Geraldton, 1922; Como, 1925); not stated (Broome, 1937); wireless telegraphist (Townsville, 1954) =='''U'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''UMBACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ricky Charles Umback|Umback, Ricky Charles]] - early wireless historian (Ph.D. Thesis, 2016, "Constituting Australia's International Wireless Service: 1901-1922") [https://openresearch-repository.anu.edu.au/bitstream/1885/142647/1/Umback%20Thesis%202018.pdf] ===''UNDERWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Underwood|Underwood, William Henry]] [https://www.familysearch.org/tree/person/details/GX6T-1XZ] - 1875(Eng)-1953(Qld) - Licences: 4DN Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Newstead, Qld, 1913-1915; Clayfield, Qld, 1916-1943); no occupation (Albion, Qld, 1943; Highgate Hill, Qld, 1949) ===''UNGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Wilhelm Unger|Unger, A. H.]] - 19??(???)-????(???) - 2YRS Alectown (1980+), amateur operator (AOCP ????, 19??, No. ?? in NSW), amateur broadcaster, son of Herbert Wilhelm Carl Unger 2UJ * [[/Herbert Wilhelm Carl Unger|Unger, Herbert Wilhelm Carl or Herbert William Carl]] - 1911(???)-2012(NSW, 101yo) - 2UJ Alectown (1933-1980+), amateur operator (AOCP 1108, 1933, No. ?? in NSW), amateur broadcaster, father of A. H. Unger 2YRS ===''URQUHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Stewart Urquhart|Urquhart, Malcolm Stewart]] [https://www.familysearch.org/tree/person/details/GZXT-5C3] - 1905(WA)-1967(WA) - Licences: 6MU Perth (Cottesloe, 1925-1939); 6MU Merredin (1946-1960); 6MU Perth (Cottesloe, 1965) - Qualifications: cc; AOCP 116, 1925, No. ?? in WA; BOCP 27, 1936; AOLCP 158, 1934; 2COCP 85, 1937; 1COCP 126, 1937 - amateur operator; amateur broadcaster; clerk (1931); broadcast technician (6MD, 1958); WW2 (1939-1945) - Electoral Rolls: clerk (Cottesloe, WA, 1931-1937); broadcast technician (Merredin, WA, 1943-1963) =='''V'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''VALENTINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Keith Valentine|Valentine, Lionel Keith]] [https://www.familysearch.org/tree/person/details/GD1Z-ZVK] - 1916(Tas)-1961(Tas) - Licences: 7KV Hobart (Bellerive, 1933-1939) - Qualifications: cc; AOCP 1148, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Bellerive, Tas, 1937; Acton, ACT, 1949); public servant (Hobart West, Tas, 1958) ===''VAN COUTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Josephus Van Cooth|Van Cooth, John Robert Josephus]] [https://www.familysearch.org/tree/person/details/G8GN-6ZP] - 1908(Vic)-1936(Vic) - Licences: 3DX Receive Melbourne (East Malvern, 1922); 3DX Melbourne (East Malvern, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (St Kilda West, 1931) ===''VARDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Edwin Vardon|Vardon, Joseph Edwin]] [https://www.familysearch.org/tree/person/details/LV9V-VPR] - 1905(SA)-1970(SA) - Licences: Receive Adelaide (Unley, 1923-1924); 5OM Adelaide (Unley Park, 1927-1933) - Qualifications: cc; AOCP 329, 1927, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: sales manager (Malvern, 1941-1943) ===''VAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Vaughan (also known as Hearps, change of name), David Edward]] [https://www.familysearch.org/tree/person/details/LYD2-HG5] - 1901(Vic)-1976(NSW) - Licences: 2FY Sydney (Lakemba, 1930-1969) - Qualifications: AOCP 665, 1930, NSW (Hearps); AOCP 1003, 1932, NSW (Vaughan) - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Lakemba, 1930-1937); machinist (Lakemba, 1943-1972) ===''VEALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Pax Veall|Veall, Reginald Pax]] [https://www.familysearch.org/tree/person/details/GZL8-GR6] - 1918(Vic)-1942(NT) - Licences: 3PV Melbourne (St Kilda, 1937-1939) - Qualifications: AOCP 2050, 1937, No. ?? in Vic; 2COCP 274, 1939; 1COCP 375, 1940 - amateur operator, amateur broadcaster, WW2 (Merchant Navy, Wireless Officer, MV Neptuna) - Electoral Rolls: Nil - "Greater love hath no man than this" [http://www.ntlexhibit.nt.gov.au/exhibits/show/bod/roh/veall] ===''VEARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elwyn Thomas Vears|Vears, Elwyn Thomas]] [https://www.familysearch.org/tree/person/details/GHS1-C67] - 1901(NSW)-1960(NSW) - Licences: 2BM Leura (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Strathfield, 1930-1937; Burwood, 1943-1958)) ===''VERNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Henry Vernon|Vernon, Charles Henry]] [https://www.familysearch.org/tree/person/details/G88V-18Z] - 1901(WA)-1964(WA) - Licences: 6KZ Albany (1930-1931); 6KZ Perth (Fremantle, 1933-1939); 3AMD Melbourne (Moonee Ponds, 1947); 6KZ Perth (Guildford, 1947-1948) - Qualifications: cc; AOCP 566, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Forts, Albany, 1922-1931; Fremantle, 1936-1937; 9AAD, Guildford, 1949-1954); retired (Wagin, 1958; Morley, 1963) ===''VICKARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Mervyn Vickary|Vickary, Reginald Mervyn "Reg"]] [https://www.familysearch.org/tree/person/details/G88K-CLP] - 1909(NSW)-1973(Qld) - Licences: 4RV Cunnamulla (1930-1933); 4RV Warwick (1936-1939); 4VX Brisbane (Gordon Park, 1965; The Grange, 1969) - Qualifications: cc; AOCP 702, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shed hand (Cunnamulla, 1931); radio dealer (Warwick, 1937; Cunnamulla, 1943); shopkeeper (Toowoomba, 1949; Ekibin, 1954; Chermside, 1963; Grange, 1968-1972) ===''VICKERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth James Vickery|Vickery, Kenneth James]] [https://www.familysearch.org/tree/person/details/GDQP-WMQ] - 1893(NSW)-1970(NSW) - Licences: 2RA Receive Sydney (Hurlstone Park, 1923); 2RA Sydney (Hurlstone Park, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrical fitter (Hurlstone Park, 1930-1933); electrician (West Ryde, 1935; Parkes, 1936; Uralla, 1943); farmer (North Richmond, 1949-1968) ===''VINCENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Vincent|Vincent, Jack]] [https://www.familysearch.org/tree/person/details/GZ64-7S8] - 1906(WA)-1980(WA) - Licences: 6DL Receive Kalgoorlie (1923-1924); 6VK Kalgoorlie (1925-1939) - Qualifications: cc; AOCP 59, 1925, No. ?? in WA - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter & turner (Kalgoorlie, WA, 1931-1937); manufacturer (South Perth, WA, 1949-1963; Como, WA, 1972-1980) ===''VINING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Vining|Vining, William Edward]] [https://www.familysearch.org/tree/person/details/GZR1-NLT] - 1906(Qld)-1977(Qld) - Licences: 4WE Brisbane (Nundah, 1926-1927) - Qualifications: cc; AOCP 277, 1926, No. 22 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: carrier (Nundah, 1928-1931); motor driver (Mitchelton, 1934; Gaythorne, 1936); mechanic (Gayndah, 1943); telephone mechanic (Enoggera, 1949-1963); telephone technician (Enoggera, 1968-1977) ===''VIPAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alton Frederick Vipan|Vipan, Alton Frederick]] - 1890(NSW)-1946(NSW) - XHV Sydney (Petersham, 1913-1914), early wireless experimenter, amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), ship wireless operator, AWA (Koo-we-rup, 1922) ===''VOIGT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emil Robert Voigt|Voigt, Emil Robert]] [https://www.familysearch.org/tree/person/details/G88K-VV2] - 1883(Eng)-1973(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - 2KY Sydney, broadcast station manager; witness to Royal Commission 1927 (as chairman, NSW Labor wireless committee) - Relationships: father of Rion Osborne Voigt; grandfather of Robin Voigt - Electoral Rolls: secretary (Dee Why, 1930-1934); manager (Dee Why, 1935; Narrabeen, 1936) - Links: [https://adb.anu.edu.au/biography/voigt-emil-robert-8930 ADB]; [[w:Emil_Voigt_(athlete)|Wikipedia]]; [https://www.radioheritage.com/story70/ RHF] * [[/Rion Osborne Clifford Voigt|Voigt, Rion Osborne Clifford]] [https://www.familysearch.org/tree/person/details/G88K-L1V] - 1915(Eng)-1987(NSW) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - broadcast industry executive, WW2 - Electoral Rolls: radio announcer (Narrabeen, 1937; Turramurra, 1963-1980) - Relationships: son of Emil Robert Voigt; father of Robin Voigt * [[/Robin Voigt|Voigt, Robin]] - historian (Emil Robert Voigt; 2KY) - Relationships: grandson of Emil Robert Voigt; son of Rion Osborne Clifford Voigt ===''VOLKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Henry Oxford Volkman|Volkman, Reginald Henry Oxford]] [https://www.familysearch.org/tree/person/details/G4CV-7PH] - 1902(NSW)-1959(NSW) - Licences: 2RY Grafton (1924-1925); 2RY Scone (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Woollahra, 1930-1933) ===''VOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Taylor Vowles|Vowles, Rupert Taylor]] [https://www.familysearch.org/tree/person/details/LKYT-FLF] - 1894(NSW)-1973(NSW) - Licences: XIZ Sydney (Burwood, 1913-1914); 2AW Receive Sydney (Burwood, 1922-1923); 2XZ Sydney (Concord, 1929-1931) - Qualifications: cc; AOCP 562, 1929, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Concord, 1930-1972) =='''W'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''WADDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivon Edward Waddell|Waddell, Ivon Edward]] [https://www.familysearch.org/tree/person/details/G88S-H3S] - 1909(WA)-1943(Thailand/Singapore) - Licences: 6WX Albany (1929-1930); 6WX Katanning (1931) - Qualifications: cc; AOCP 561, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: postal clerk (Katanning, 1936; South Perth, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10298089 AWM] ===''WADDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. M. Waddle|Waddle, E. M.]] - 19??(???)-19??(???) - 4GZ Charters Towers (-1959+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''WADDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard William Mackie Waddy|Waddy, Richard William Mackie]] [https://www.familysearch.org/tree/person/details/LB62-5RP] - 1848(SA)-1933(SA) - senior state public servant (SA Post & Telegraphs Dept), senior federal public servant (Deputy Postmaster-General SA) ===''WADHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin Wadham|Wadham, Kevin]] [https://www.familysearch.org/tree/person/details/GZZC-SBQ] - 1905(SA)-1970(SA) - Licences: 5KW Adelaide (Parkside, 1924-1927; Helmsdale, 1928; Da Costa Park, 1931; Glenelg, 1933; Adelaide, 1937; Glenelg, 1938-1939) - Qualifications: cc; AOCP 23, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WIA SA (Councillor 1931; Hon. Treasurer, 1931); National Radio Corp (manager, 1938); Holdfast Bay Yacht Club (Vice-commodore, 1949) - Electoral Rolls: manager (Helmsdale, SA, 1939-1941; Da Costa Park, SA, 1943) ===''WAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Fripp Wahl|Wahl, Alan Fripp]] [https://www.familysearch.org/tree/person/details/GFMB-TD4] - 1918(WA)-2003(WA) - Licences: 6JB Perth (Leederville, 1938-1939, 1947-1960; Dianella, 1965-1980+) - Qualifications: cc; AOCP 2101, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: railway employee (Leederville, WA, 1943-1958); clerk (Dianella, WA, 1963-1980) ===''WALCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Crosby Walch|Walch, Alan Crosby or Crosby Alan]] [https://www.familysearch.org/tree/person/details/GQC7-GSS] - 1907(NSW)-1979(Tas) - Licences: 7BI Receive Hobart (Bellerive, 1923); Receive Hobart (Bellerive, 1923-1925); 7CW Hobart (Bellerive, 1926-1927; Battery Point, 1931-1933; City, 1937; Sandy Bay, 1938-1939, 1946-1975) - Qualifications: cc; AOCP 231, 1926, No. ?? in Tas; BOCP 1, 1936; 1AOCP 16, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: radio expert (Hobart South, 1936-1954) ===''WALDRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Gerard Waldron|Waldron, Francis Gerard "Frank"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''WALKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Walker|Walker, Arthur Charles]] [https://www.familysearch.org/tree/person/details/GXFY-L2V] - 1898(Qld)-1974(Qld) - Licences: 4AC Brisbane (Sandgate, 1927-1931) - Qualifications: cc; CPRT 699, 1922 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: newspaper carrier (Kangaroo Point, Qld, 1934-1937); carrier (Sandgate, Qld, 1943-1972) * [[/Charles Welsh Walker|Walker, Charles Welsh "Chas"]] [https://www.familysearch.org/tree/person/details/GXFR-19W] - 1899(NSW)-1961(Qld) - Licences: 4CU Receive Clifton (1923); 4CU Clifton (1924-1960); 4DQ Portable Clifton (1948-1960) - Qualifications: cc; AOCP 10, 1924, No. 2 in Qld - amateur operator; amateur broadcaster; motor mechanic; Walker's Radio Service (proprietor, 1930s-1950s) - Electoral Rolls: motor mechanic (Clifton, Qld, 1921-1958) * [[/Louis Edward Walker|Walker, Louis Edward]] [https://www.familysearch.org/tree/person/details/GSWB-L81] - 1864(Eng)-1934(At Sea) - Oversight of the 1906 Bass Strait link for Marconi Wireless Telegraphy Co * [[/Philip Billingsley Walker|Walker, Phillip Billingsley]] [https://www.familysearch.org/tree/person/details/MNF3-P9W] - 1840(Eng)-1900(NSW) - early wireless experimenter, employment (NSW Posts & Telegraphs, Superintendent of Telegraphs, Chief Electrician) * [[/Ronald Gregory Walker|Walker, Ronald Gregory "Gregory"]] [https://www.familysearch.org/tree/person/details/GDRP-GC6] - 1907(NSW)-1929(At Sea) - Licences: 7BT Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; journalist (Hobart "Mercury"); film maker - Comment: Gone too soon - Electoral Rolls: journalist (Hobart South, 1928) - Links: [http://www.seafarersmemorial.org.au/memorials/walker_g.php Seafarer's Memorial] * [[/William Spencer Walker|Walker, William Spencer]] [https://www.familysearch.org/tree/person/details/KCF4-R77] - 1911(SA)-2004(SA) - Licences: 5WW Adelaide (Alberton, 1934-1939; West Croydon, 1947-1980+) - Qualifications: cc; AOCP 1305, 1934, SA; BOCP 444, 1942; TVOCP 274, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939); mechanic (West Croydon, SA, 1941-1943) ===''WALLACE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elizabeth Aileen Geisel|Wallace nee Geisel, Elizabeth Aileen "Betty"]] See Geisel, Elizabeth Aileen "Betty" ===''WALLBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Walter Wallbridge|Wallbridge, Leslie Walter]] [https://www.familysearch.org/tree/person/details/LDMT-HKZ] - 1910(Eng)-1966(SA) - Licences: 5UX Adelaide (Lower Mitcham, 1930-1937); 5UX Peterborough (1938-1939); 5UX Kadina (1947-1948); 5UX Cook (1954-1955); 5UX Saddleworth (1956); 5UX Hawker (1960) - Qualifications: cc; AOCP 712, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Peterborough, SA, 1939-1941; Rendelsham, SA, 1943; Alice Springs, NT, 1963) ===''WALLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Wallis|Wallis, John Charles]] - 19??(???)-19??(???) - Licences: 7JW Longford (1932-1939, 1947) - Qualifications: cc; AOCP 893, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Burnie, 1928; Longford, 1936-1937) * Wallace, Florence Violet (adoptive name) - see Granville, Florence Violet (birth name) ===''WALSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Dunbar Walsh|Walsh, Harold Dunbar "Cordite"]] [https://www.familysearch.org/tree/person/details/G3W3-CT7] - 1903(Qld)-1951(Qld) - Licences: 4HW Brisbane (Hamilton, 1925-1931; Rocklea, 1946-1947)); 4WN Brisbane (Hamilton, 1927, dealer) - Qualifications: cc; AOCP 133, 1925, No 14 in Qld - amateur operator; amateur broadcaster; WW2 (RAAF); solicitor; pilot - Comment: Tragic end to a productive life - Electoral Rolls: clerk (Hamilton, 1925-1937); airline pilot (Moorooka, 1949) ===''WALTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Allan Walters|Walters, Charles Allan]] [https://www.familysearch.org/tree/person/details/G8CT-LBY] - 1910(Vic)-1947(Vic) - Licences: 3CW Melbourne (Thornbury, 1929-1933; Heidelburg, 1937-1939; Brunswick, 1946-1947) - Qualifications: AOCP 524, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Northcote, 1931-1936; Heidelberg, 1937; Brunswick, 1942) * [[/Gerald Wills Walters|Walters, Gerald (Wills or Willis or blank)]] [https://www.familysearch.org/tree/person/details/GX7Y-1HZ] - 1886(Eng)-1956(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 108, 1915; 2COCP 157, 1930; 1COCP 129, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: wireless telegraphist (Currie, King Island, Tas, 1919; Darwin, NT, 1922); radio telegraphist (New Town, Tas, 1928); wireless officer (Radio Station, Thursday Island, Qld, 1936-1937); wireless (Gladesville, NSW, 1943); wireless telegraphist (Rockhampton, Qld, 1949-1954) ===''WALZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edwyn Walz|Walz, Arthur Edwyn or Edgar]] [https://www.familysearch.org/tree/person/details/GM9T-LB3] - 1908(Qld)-2000(Qld) - Licences: 4AW Brisbane (Nundah, 1926-1939; Wavell Heights, 1946-1980+) - Qualifications: cc; AOCP 287, 1926, No. 26 in Qld - amateur operator; amateur broadcaster; plumber; radio repair business - Relationships: son of Conrad August Walz - Electoral Rolls: plumber (Nundah, 1934-1943); radio engineer (Wavell Heights, 1949-1980) * [[/Conrad August Walz|Walz, Conrad August]] [https://www.familysearch.org/tree/person/details/LRGZ-QF3] - 1882(Qld)-1951(Qld) - 4?? Brisbane, amateur operator (AOCP ???, 19??, No. ?? in Qld), plumber, farmer, father of 4AW Arthur Edwyn Walz ===''WARDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney William Lumley Wardle|Wardle, Sidney William Lumley]] - 1911(Eng)-19??(???) - Licences: 2OU Woodford Leigh (1930-1935); 2OU Armidale (1936-1937); 2OU Sydney (Bellevue Hill, 1938-1939); 5OU Adelaide (Lockleys, 1946-1954); 2DID Berridale (1980) - Qualifications: AOCP 610, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: farm hand (Woodford Leigh, 1934-1935); technician (Bondi North, 1937; Woollahra, 1943); retired (Berridale, 1980) ===''WARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Clarke Waring|Waring, Cecil Clarke]] [https://www.familysearch.org/tree/person/details/GQW4-V9F] - 1904(Vic)-1988(Vic) - Licences: 3CU Receive Melbourne (Canterbury, 1922-1924); 3YW Melbourne (Camberwell, 1929-1931; Canterbury, 1933; Kew, 1937); 3YW Rupanyup (1938-1939); 3YW Stawell (1946-1948); 3YW Warrnambool (1954-1980+) - Qualifications: AOCP 549, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Canterbury, 1925-1928; Kew, 1931-1937; Stawell, 1942-1949; Warrnambool, 1954-1977) ===''WARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Leslie George Warne|Warne, Maurice Leslie George]] [https://www.familysearch.org/tree/person/details/LYSP-LHY] - 1909(NSW)-1975(NSW) - Licences: 2MW Sydney (Croydon, 1926-1929) - Qualifications: AOCP 300, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: printer (Campsie, 1931-1934); radio mechanic (Campsie, 1936-1937); radio sales (Kogarah, 1943-1963); radio & TV technician (Arncliffe, 1968) ===''WARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Albert Warner|Warner, Geoffrey Albert]] [https://www.familysearch.org/tree/person/details/G8V1-6NR] - 1914(NSW)-2007(NSW) - Licences: 2CK Wyong (1930-1939); 3ABW Fiskville (1947); 9GW Port Moresby (1948-1954); 2AVW Bringelly (1955-1958); 2CK Bringelly (1960-1969); 6EG Bassendean (1975); 2HJ Camden (1980+) - Qualifications: AOCP 710, 1930, NSW; 1COCP 60, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless technician (Rockbank, Vic, 1942); technician (OTC Bringelly, 1958-1963); manager (Bassendean, 1977; Camden South, 1980) - callsign may have been withdrawn for 2CK Cessnock commercial (later restored) ===''WARNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Bernard Warnock|Warnock, Neil Bernard]] [https://www.familysearch.org/tree/person/details/GZJ8-58G] - 1944(Vic)-2019(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''WATERHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. G. Waterhouse|Waterhouse, A. G.]] - 19??(???)-19??(???) - Licences: XVV Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WATERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George James Waters|Waters, George James]] [https://www.familysearch.org/tree/person/details/G8X9-S46] - 1902(Vic)-1931(Vic) - Licences: 3EX Receive Melbourne (Heathcote, 1922); 3XA Melbourne (East Prahran, 1930-1931) - Qualifications: AOCP 608, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified as yet - Comment: Passed too soon * [[/James Alfred Waters|Waters, James Alfred]] - 19??(???)-19??(???) - Licences: 7JA Hobart (Sandy Bay, 1936-1939) - Qualifications: cc; AOCP 1685, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Queensborough, 1936); teacher (Ringarooma, 1937); schoolteacher (Queensborough, 1943-1954) * [[/Leslie Waters|Waters, Leslie]] [https://www.familysearch.org/tree/person/details/G85N-TZB] - 1882(Eng)-1956(Qld) - Licences: 4AC Innisfail (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; engineer (Randell Engineering) - Electoral Rolls: watchmaker (Innisfail, 1919-1943); radio dealer (Innisfail, 1949) ===''WATERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lindsay Carmel Waterworth|Waterworth, Lindsay Carmel "Joe"]] [https://www.familysearch.org/tree/person/details/G6YY-6M6] - 1892(Qld)-1969(Qld) - Licences: 4CL Rockhampton (1935-1939, 1946-1969) - Qualifications: cc; AOCP 1526, 1935, Qld - amateur operator; amateur broadcaster; WW1; WW2; federal public servant (PMGD, telegraphist) - Electoral Rolls: assistant (Charleville, Qld, 1921); telegraphist (Rockhampton, Qld, 1928-1968) ===''WATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Paul Watkins|Watkins, Andrew Paul]] [https://www.familysearch.org/tree/person/details/GFQ9-RHP] - 1914(WA)-1965(NSW) - Licences: 6AW Perth (1936-1939) - Qualifications: cc; AOCP 1805, 1936, WA; BOCP 269, 1939; 1COCP 842, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Boulder, WA, 1937); radio mechanic (Geraldton, WA, 1943); radio technician (Cairns, Qld, 1949; Lakemba, NSW, 1954; Chullora, NSW, 1958-1963) * [[/William Trevor Watkins|Watkins, William Trevor "Trevor", "Watty"]] [https://www.familysearch.org/tree/person/details/LZKG-J4V] - 1899(Tas)-1931(Tas) - Licences: T336 Hobart (1920-1921); 7AA Hobart (1922-1925); 7DX Hobart (1925-1931) - Qualifications: cc; AOCP 107, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Withdrawal: PMGD withdrew 7AA callsign for their own use, electrician (Zinc Co., Hobart, 1922), wireless expert (Medhurst & Sons, Hobart, 1925) - Electoral Rolls: electrician (West Hobart, 1922-1928) - Comment: passed too soon ===''WATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. A. Watson|Watson, A. A.]] - bef1910(???)-aft1930(???) - Licences: 2UT Sydney (Darlinghurst, 1927-1929) - Qualifications: AOCP 341, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: None as yet - Full name not yet identified * [[/Douglas Mervyn Watson|Watson, Douglas Mervyn]] [https://www.familysearch.org/tree/person/details/G6MG-FPY] - 1920(Tas)-1989(Tas) - Licences: 7DW Hobart (New Town, 1937-1939; City, 1946-1956; Lindisfarne, 1960-1980+) - Qualifications: cc; AOCP 1867, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Hobart South, 1949-1954); mechanic (Lindisfarne, 1972) * [[/Herbert Leopold Watson|Watson, Herbert Leopold]] [https://www.familysearch.org/tree/person/details/G8ZP-JLK] - 1897(Vic)-1982(NSW) - Licences: 2OL Kiama (1929-1933); 2OL Unanderra (1935-1938); 2OL Woollongong (1939) - Qualifications: AOCP 545, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: engineer (Kiama, 1930); electrical engineer (Unanderra, 1934-1937; Heidelberg, Vic, 1949); electrician (Ivanhoe, Vic, 1954); retired (Avalon Beach, 1968-1972; Mona Vale, 1977; Mosman, 1980) * [[/James David Watson|Watson, James David]] [https://www.familysearch.org/tree/person/details/G8F5-789] - 1910(Vic)-19??(???) - Licences: 3NQ Darlington via Camperdown (1930-1939); 2ANQ Albury (1946-1957) - Qualifications: AOCP 633, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical fitter (Darlington, 1931-1943); radio technician (Albury, 1949-1954) - Comment: Beware another JDW, labourer, Geelong, 1930s * [[/John Watson|Watson, John]] - 19??(???)-19??(???) - Licences: 6CR Receive Perth (Victoria Park, 1923-1924) - Qualifications: AOCP 436, 1928, No. ?? in WA - amateur operator? - Electoral Rolls: Nil, as yet, specific individual not yet identified * [[/Samuel Wilfred Watson|Watson, Samuel Wilfred or Wilfred Samuel]] [https://www.familysearch.org/tree/person/details/GXY5-LXP] - 1906(Eng)-1998(WA) - Licences: 6WW Perth (West Perth, 1930-1939, 1948-1969); 6WW Shoalwater Bay (1975); 6WW Cardup (1980) - Qualifications: cc; 1COCP 189, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless operator (West Perth, WA, 1931-1972); retired (Shoalwater Bay, WA, 1977; Cardup, WA, 1980) * [[/William Wesley Watson|Watson, William Wesley]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio telegraphist (Hobart South, 1949) ===''WATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Watt|Watt, Alexander]] [https://www.familysearch.org/tree/person/details/GDRK-4B7] - 1901(Sct)-1985(Tas) - Licences: 7BO Receive Prince of Wales Bay (1923); Receive Prince of Wales Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Prince of Wales Bay, 1922-1928); accountant (New Town, 1936-1949; Moonah, 1954) * [[/Arthur William Watt|Watt, Arthur William]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly) * [[/Charles Russell Watt|Watt, Charles Russell]] [https://www.familysearch.org/tree/person/details/GZV7-JFH] - 1904(Eng)-1993(NSW) - 2WT Tenterfield (1925-1975+), amateur operator (AOCP 184, 1925, No. ?? in NSW), amateur broadcaster, grazier (Tenterfield, 1930-1980) ===''WAUCHOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Wylie Wauchope|Wauchope, Ronald Wylie]] [https://www.familysearch.org/tree/person/details/LH6X-QJR] - 1914(SA)-1933(SA)19yo - Licences: 5WE Adelaide (Maylands, 1933) - Qualifications: cc; AOCP 1086, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, 19yo - Electoral Rolls: Nil yet identified ===''WEATHERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Elsdon Weatherley|Weatherley, Harry William Elsdon]] [https://www.familysearch.org/tree/person/details/LTBF-1HC] - 1921(Vic)-2006(Vic) - prominent MW and SW broadcast DXer (1940-1990), clubs (Australian Radio DX Club, New Zealand Radio DX League, New Zealand DX Radio Association, Southern Cross DX Club, DX Australia - Chief Editor, Ontario DX Club), ANARC DXer of the year - metallurgist (Auburn, 1949-1954); technician (Mount Waverley, 1963-1972); retired (Mount Waverley, 1980) * [[/Herb J. Weatherley|Weatherley, Herb J.]] - 19??(???)-19??(???) - 4HW Clifton (-1951+), amateur operator (AOCP ??, 19??, No. ?? in Qld), callsign formerly Harold Dunbar Walsh ===''WEATHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Weatherson|Weatherson, W. A.]] - 19??(???)-19??(???) - Licences: 3AB Melbourne (East St Kilda, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''WEATHERSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stewart Weatherston|Weatherston, William Stewart]] [https://www.familysearch.org/tree/person/details/G8LZ-2KF] - 1905(WA)-1942(Sing) - Licences: 3AB Melbourne (East St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1927); salesman (St Kilda, 1931; Forrest, ACT, 1935; Newtown, 1943!) - Sacrifice: "Greater love hath no man than this" ===''WEBSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank James Webster|Webster, Frank James]] [https://www.familysearch.org/tree/person/details/GF73-5KV] - 1908(Eng)-19??(WA) - Licences: 6FW Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1039, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Victoria Park, WA, 1931-1943); plasterer (Perth, WA, 1954-1963; Victoria Park, WA, 1968-1972); retired (Fremantle, WA, 1977-1980) * [[/Harold Charles Webster|Webster, Harold Charles]] [https://www.familysearch.org/tree/person/details/KCRM-31P] - 1876(Tas)-1923(Tas) - Licences: Receive (Crystal Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: photographer (Launceston, 1914); clerk (Hobart North, 1922) * [[/William Webster|Webster, William]] [https://www.familysearch.org/tree/person/details/GZJD-D94] - 1860(Eng)-1936(NSW) - senior federal politician (Postmaster-General, 1915-1920), played prominent part in the Postal Royal Commission ===''WEDDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Austin Weddell|Weddell, James Austin]] [https://www.familysearch.org/tree/person/details/GXK9-SYF] - 1914(SA)-2005(NSW) - Licences: 5ZL Adelaide (Reade Park, 1935-1939) - Qualifications: cc; AOCP 1595, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Col Light Gardens, SA, 1939-1943); RAAF (Albert Park, Vic, 1949; Auburn, Vic, 1954); RAAF officer (Richmond, NSW, 1958); RAAF (Red Hill, ACT, 1963); not stated (Red Hill, ACT, 1968-1972); RAAF (Red Hill, ACT, 1977-1980) * [[/John Arthur Weddell|Weddell, John Arthur]] [https://www.familysearch.org/tree/person/details/GXKM-KVK] - 1926(Qld)-19??(???) - Licences: 4FT Brisbane (Zillmere, 1954-1960); 2ZM Glenbrook (1961); 4FT Brisbane (Sandgate North, 1965-1969); 2BFT Sydney (Clovelly, 1975-1980) - Qualifications: cc; AOCP 3172, 1951, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Annerley, Qld, 1949; Zillmere, Qld, 1954-1958; Sandgate, Qld, 1963-1968); technician (Marrickville, NSW, 1972; Clovelly, NSW, 1977-1980) ===''WEDGEWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Donald Wedgewood|Wedgewood, William Donald]] [https://www.familysearch.org/tree/person/details/GDLV-GM8] - 1901(Qld)-1974(NSW) - Licences: N741 Receive NSW - Qualifications: cc; CPRT 692, 1922; 2COCP 49, 1935 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: boarder (Sutton Coalfield, Eng, 1911); manufacturer (Glenmore, 1930-1936); aviator (Nedlands, WA, 1937); farmer (Moruya, 1949-1954); greenkeeper (Brisbane, 1958); public servant (Hornsby, 1963-1972) ===''WEEKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. L. Weeks|Weeks, H. L.]] - 19??-19?? - Licences: 4CJ Receive Currumbin (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: - Identification: Not yet identified ===''WEISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Wilfred George Weiss|Weiss, Wilfred George]] [https://www.familysearch.org/tree/person/details/G8V9-7NP] - 1912(NSW)-1982(NSW) - Licences: 2TV Sydney (Croydon Park, 1960-1961; Strathfield, 1965); 2TV Ettalong Beach (1975-1980+) - Qualifications: AOCP 670, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lithgow, 1934-1937); storekeeper (Lithgow, 1943); silk screen craftsman (Croydon Park, 1949-1958); retired (Strathfield, 1963-1968; Ettalong Beach, 1972; Ettalong, 1977) ===''WELLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Arthur Martin Weller|Weller, Cyril Arthur Martin "Sam"]] [https://www.familysearch.org/tree/person/details/GZTQ-WXH] - 1903(???)-1994(Qld) - Licences: 4CZ Brisbane (Clayfield, 1938-1939, 1946-1980+) - Qualifications: AOCP 2160, 1938, Qld - amateur operator, amateur broadcaster, Radio Club (WIAQ, Brisbane DX Club), power station engineer, education (ME, UQ) - Electoral Rolls: student (Windsor, 1925); engineer (Wilston, 1925-1928; Camp Hill, 1934-1943; Clayfield, 1949-1972; Albion, 1977) ===''WELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Welling|Welling, Thomas]] [https://www.familysearch.org/tree/person/details/LLHB-KQZ] - 1898(Eng)-1960(SA) - Licences: 5TW Adelaide (North Adelaide, 1937); 5TW Mt Gambier (1938-1939, 1947-1960) - Qualifications: cc; 2COCP 179, 1930; 1COCP 81, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: wireless engineer (Mt Gambier, SA, 1939-1941); wireless technician (Mt Gambier, SA, 1943) ===''WELLINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hudson Wellington|Wellington, Stanley Hudson]] [https://www.familysearch.org/tree/person/details/LB84-47Y] - 1909(Tas)-1981(NSW) - Licences: 7PK Hobart (New Town, 1932-1933); 3SX Melbourne (Brighton, 1937-1939) - Qualifications: cc; AOCP 1002, 1932, No. ?? in Tas; AOLCP 117, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: representative (Caulfield, 1936); chemist (Brighton, Vic, 1937-1942); manager (Mosman, 1949-1980) ===''WELLMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Joseph Wellman|Wellman, Leo Joseph]] [https://www.familysearch.org/tree/person/details/L1SW-R9S] - 1898(NSW)-1965(NSW) - 2PS Receive Sydney (Marrickville, 1923), 2LW Sydney (Marrickville, 1925-1928), amateur operator (AOCP 117, 1925, No. ?? in NSW), amateur broadcaster ===''WELSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud William Welsh|Welsh, Claude or Claud William]] [https://www.familysearch.org/tree/person/details/GZPH-WS4] - 1914(Qld)-1988(Qld) - Licences: 4CW Warwick (1937-1939); 4DK Mackay (1975-1980+) - Qualifications: cc; AOCP 1982, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, Qld, 1937-1943); engineer (Kew, Vic, 1943); radio technician (Warwick, Qld, 1958; Mackay, Qld, 1958); technician (Mackay, Qld, 1963); radio technician (Mackay, Qld, 1968-1980) ===''WERRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Errol Limbrick Werrett|Werrett, Errol Limbrick]] [https://www.familysearch.org/tree/person/details/G8SK-FMH] - 1908(Tas)-1974(Eng) - Licences: Receive (Crystal) Hampshire (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm worker (Hampshire, 1936-1937); fitter (South Melbourne, 1943); engineer (Caulfield, 1949-1968; Balaclava, 1972) ===''WESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Frederick Shorter Weston|Weston, Cyril Frederick Shorter]] [https://www.familysearch.org/tree/person/details/GZVJ-FXY] - 1905(Eng)-1988(NSW) - Licences: 4EN Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephone mechanic (Kedron, 1928); Christian worker (Darlinghurst, 1934); grocer (Oatley, 1943); agriculturalist (Ourimbah, 1949); salesman (Paekhurst, 1963-1980); retired (Charmhaven, 1980) * [[/George James Weston|Weston, George James]] [https://www.familysearch.org/tree/person/details/GXQ3-Y8Q] - 1868(Eng)-1939(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 702, 1922 - RANRS (Radio Lieutenant) - Comment: Several contemporaneous GJWs - Electoral Rolls: telegraph operator (Albany, 1903); civil servant (Kalgoorlie, WA, 1910-1912); civil servant (Wireless Station, Carlingford, NSW, 1913); sailor (Toorak, 1919); naval officer (Elsternwick, 1919); civil servant (Auburn, Vic, 1922); wireless engineer (Auburn, Vic, 1924-1927); retired engineer (Upwey, 1931-1937) * [[/Robert Marcus Hamilton Weston|Weston, Robert Marcus Hamilton "Mark"]] [https://www.familysearch.org/tree/person/details/GX8K-KW6] - 1915(NSW)-1995(NSW) - Licences: 4XO Bundaberg (1938-1939); 2WE Sydney (Lidcombe, 1946-1947); 2AWE Sydney (Kingsford, 1955; Kensington, 1956-1957); 2AYK Sydney (Kensington, 1957; Kingsford, 1958-1961); 2CM Sydney (Dolls Point, 1964-1980) - Qualifications: cc; AOCP 2076, 1938, Qld; 2COCP 386, 1940; 1COCP 581, 1942 - amateur operator; amateur broadcaster; ship wireless officer; wireless officer (QANTAS) - Relationships: husband of 2MR Verle Lorraine Weston nee Key(s) - Electoral Rolls: marine wireless operator (Auchenflower, Qld, 1943); radio operator (Blakehurst, NSW, 1949; Kingsford, NSW, 1954-1963; Sans Souci, NSW, 1968-1980) * [[/Verle Lorraine Keys|Weston nee Key(s), Verle Lorraine]] - 1934(???)-1985(NSW) - 2MR Sydney (Dolls Point, 1964-1980), YL amateur operator (AOCP ???, 1964, No. ?? in Qld), wife of Robert Marcus Hamilton Weston 2CM * [[/William Wood Weston|Weston or Wehrstedt, William Wood]] [https://www.familysearch.org/tree/person/details/GDPG-KBQ] - 1912(WA)-1953(WA) - Licences: 6MW Perth (Nedlands, 1935-1939; North Beach, 1947-1948) - Qualifications: cc; AOCP 1465, 1935, WA; BOCP 596, 1944 - amateur operator; amateur broadcaster - Comment: Further clarification of identification required - Electoral Rolls: assistant operator (Subiaco, WA, 1936-1937); operator (Leederville, WA, 1943-1954; North Perth, WA, 1958-1968; Leederville, WA, 1972-1977) ===''WHALLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Percy Whalley|Whalley, Rupert Percy]] [https://www.familysearch.org/tree/person/details/GZGZ-CV3] - 1894(Vic)-1969(Vic) - Licences: 3JZ Receive Melbourne (Sandringham, 1922); 3JZ Melbourne (Sandringham, 1923-1927); 3JZ Myrtleford (1937-1939); 3JZ Wangaratta (1946-1948); 3JZ Melbourne (Blackburn, 1954-1969) - Qualifications: cc; AOCP 238, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: builder (Sandringham, 1919-1925); farmer (Myrtleford, 1927-1942); tobacco grower (Wangaratta, 1949); foreman (Blackburn, 1954-1968) - Relationships: father of 3ZWZ Robert Kelvin Whalley ===''WHEELER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Winslow Wheeler|Wheeler, Harry Winslow]] [https://www.familysearch.org/tree/person/details/GCBC-BYC] - 1910(SA)-1990(SA) - Licences: 5FB Adelaide (Eden Hills, 1927-1928); 5HW Adelaide (Eden Hills, 1933-1939) - Qualifications: AOCP 371, 1927, No. ?? in SA - amateur operator; amateur broadcaster; military (WW2, RAAF, DFC) - Electoral Rolls: chemist (Eden Hills, SA, 1939-1943); lecturer (Kalgoorlie, WA, 1954-1968) * [[/Victor George Wheeler|Wheeler, Victor George]] [https://www.familysearch.org/tree/person/details/GW4Z-FGL] - 1897(Eng)-1976(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; coastal wireless operator; WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: electric mechanic (Roebourne, 1917-1922); manager (Fremantle, 1925) ===''WHITAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Thomas Whitaker|Whitaker, Albert Thomas]] [https://www.familysearch.org/tree/person/details/LKKW-5DB] - 1895(NSW)-1960(NSW) - Licences: 2OI Receive Sydney (Banksia, 1923); 2OI Sydney (Banksia, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: labourer (Rockdale, 1930; Banksia, 1933-1934); builder (Banksia, 1937-1949); instructor (Mount Colah, 1954-1958) ===''WHITBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Roy Whitburn|Whitburn, Douglas Roy "Doug"]] [https://www.familysearch.org/tree/person/details/LZT2-3JX] - 1904(SA)-1958(SA) - Licences: 5BY Adelaide (Toorak, 1927-1931; Fullarton, 1933-1939; Rosefield, 1946-1947; Fullarton, 1948-1956) - Qualifications: cc; AOCP 312, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Rosefield, 1943) * [[/Robert Philip Whitburn|Whitburn, Robert Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GZBF-5XB] - 1896(NSW)-1991(NSW)94yo - Licences: XACJ Sydney (Leichhardt, 1913-1914); 2DK Receive Sydney (Leichhardt, 1922); 2DK Sydney (Leichhardt, 1923-1926) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: chairmaker (Leichhardt, 1930-1968); retired (West Ryde, 1972-1980) ===''WHITE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Matthews White|White, Alfred Matthews]] - 1894(Eng)-1981(Qld) - Licences: 4CX Receive Winton (1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1 - Electoral Rolls: grazier (Tranby, Winton, 1915-1958); retired (Buderim, Qld, 1963-1980) * [[/Charles Robert White|White, Charles Robert]] [https://www.familysearch.org/tree/person/details/GXLC-S5H] - 1911(SA)-1986(Vic) - Licences: 5MX Adelaide (Kilkenny, 1931-1939) - Qualifications: cc; AOCP 802, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edwin Harold White|White, Edwin Harold "Eddie"]] [https://www.familysearch.org/tree/person/details/GZTQ-QGH] - 1911(Qld)-1997(Qld) - Licences: 4EW Brisbane (Red Hill, 1933-1939); 4EW Mackay (1946-1950); 4EW Brisbane (Red Hill, 1954-1956); 5OW & 8OW Darwin (1956-1963); 4OW Brisbane (Red Hill, 1963-1965); 4OW Mt Isa (1969); 4OW Brisbane (Red Hill, 1975) - Qualifications: cc; AOCP 1141, 1933, No. ?? in Qld; 1COCP 250, 1939 - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, Fortress Signals); federal public servant (DCA) - Electoral Rolls: compositor (Red Hill, 1934-1936); radio technician (Longreach, 1937); aeradio operator (Cloncurry, 1943; Mackay, 1949); communications officer (Archerfield, 1954); public servant (Red Hill, 1963; Mt Isa, 1968; Red Hill, 1972-1980) * [[/Frank Philip White|White, Frank Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GXSJ-9NF] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 189, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: Nil yet identified * [[/Frank Roy White|White, Frank Roy]] [https://www.familysearch.org/tree/person/details/GD4P-LVT] - 1911(NSW)-1994(???) - Licences: Nil yet identified - Qualifications: cc; 2COCP 5, 1934; 1COCP 12, 1934 - beam wireless operator (AWA); WW2 - Electoral Rolls: clerk (West Ryde, 1933-1935); telegraphist (Roseville, 1936-1937; Ryde, 1943-1968) * [[/J. L. White|White, J. L.]] - 19??(???)-19??(???) - Licences: 6JL via Brass Valley (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''WHITELAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Roy Whitelaw|Whitelaw, Charles Roy]] [https://www.familysearch.org/tree/person/details/99WD-7NY] - 1891(Vic)-1957(Vic) - Licences: XMO Melbourne (Rosedale, 1913-1914); 3BH Melbourne (Mooroolbark, 1923-1925); 3BH Stawell (1925); 3BH Benalla (1925-1927); 3BH Melbourne (Mitcham, 1931); 3BH Woomelang (1933); 3BH Melbourne (Mornington 1937-1939); 3BH (Harrisfield, 1946-1947; Dandenong, 1948; Noble Park, 1954-1955; Boronia, 1956) - Qualifications: cc; AOCP 87, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; fire brigade and railway stationmaster; WW1 (AFC, Wireless Operator, 1917) - Electoral Rolls: railway employee (Creswick, 1914); assistant stationmaster (Ravenswood, 1919); stationmaster (Mooroolbark, 1922-1924); railway employee (Timboon, 1925); stationmaster (Benalla, 1925-1927; Mitcham, 1931; Euroa, 1942; Harrisfield, 1949-1954) ===''WHITING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Ambrose Whiting|Whiting, Reginald Ambrose]] [https://www.familysearch.org/tree/person/details/GXR6-XDQ] - 1911(SA)-1981(Vic) - Licences: 5MC Adelaide (Torrensville, 1932-1933); 3MZ Melbourne (East Preston, 1947-1980+) - Qualifications: cc; AOCP 988, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (South Yarra, Vic, 1934; Essendon, Vic, 1937); fitter & turner (Preston, Vic, 1942-1968); fitter (Preston, Vic, 1972-1980) ===''WHITLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gough Whitlam|Whitlam, Edward Gough "Gough"]] [https://www.familysearch.org/tree/person/details/L5VH-8BJ] - 1916(Vic)-2014(NSW) - Prime Minister (1972-1975), WW2 (RAAF, Flight Lieutenant, navigator & bomb aimer, 1942-1945) - Electoral Rolls: student (Glebe, 1943); barrister (Cronulla, 1949; Cabramatta, 1958-1963; Red Hill, 1977; Double Bay, 1980) - executive oversight of the introduction of community radio in Australia - Links: [[w:Gough Whitlam|Wikipedia]] * [[/Lewis Alfred John Whitlam|Whitlam, Lewis Alfred John]] [https://www.familysearch.org/tree/person/details/LYY1-BBB] - 1904(Qld)-1977(Qld) - Licences: Receive (Crystal) Brisbane (Brisbane City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer's assistant (Brisbane City, Qld, 1931-1937); electrical engineer (Windsor, Qld, 1943-1968); engineer (Windsor, Qld, 1972-1977) ===''WICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. Wicks|Wicks, C.]] - 18??(???)-19??(???) - Licences: XQK Brisbane (South Brisbane) (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WILDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cyril George Wildman|Wildman, Cyril George]] [https://www.familysearch.org/tree/person/details/GMG3-GNP] - 1900(Vic)-1982(Vic) - Licences: 3FM Melbourne (Northcote, 1930-1931; Moreland, 1933-1939, 1946-1948; East Brunswick, 1954-1980+) - Qualifications: AOCP 624, 1930, No. ?? in Vic; BOCP 422, 1942 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Melbourne, 1927; Fitzroy North, 1931; Coburg, 1934-1942); electrical engineer (Brunswick East, 1977-1980) ===''WILKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Winstanley Wilkin|Wilkin, John Winstanley]] [https://www.familysearch.org/tree/person/details/L6LX-1P7] - 1891(NZ)-1967(SA) - Licences: 5JW Adelaide (North Adelaide, 1928; Osmond, 1931; Glen Osmond, 1933; North Walkerville, 1937-1938) - Qualifications: cc; Nil yet identified; likely qualified in NZ - amateur operator; amateur broadcaster - Electoral Rolls: manager (Toorak, SA, 1939-1943) ===''WILKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wilkins|Wilkins, Arthur]] - 19??(???)-19??(???) - Licences: 3AW Melbourne (Murrumbeena, 1927; East St Kilda, 1931) - Qualifications: AOCP 375, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: - several contemporaneous Arthur Wilkins, specific to be identified ===''WILKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Angus Wilkinson|Wilkinson, Dudley Angus]] [https://www.familysearch.org/tree/person/details/LR41-Q53] - 1919(SA)-1988(SA) - Licences: 5WD Adelaide (Frewville, 1935-1939; College Park, 1947-1948) - Qualifications: cc; AOCP 1455, 1935, SA; BOCP 182, 1938; 1COCP 284, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hawthorn, SA, 1941; Ballarat, Vic, 1942) ===''WILLIAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Williams|Williams, Albert Edward]] - 19??(???)-19??(???) - Licences: 5BO Adelaide (Unley, 1930-1931); 5BO Adelaide (Ottaway, 1946-1975) - Qualifications: cc; AOCP 659, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: - several contemporaneous AEWs in SA * [[/Alex Elisha Williams|Williams, Alex Elisha]] [https://www.familysearch.org/tree/person/details/G8JC-RN9] - 1913(Vic)-1981(Vic) - Licences: 3KT Melbourne (Elsternwick, 1933-1939) - Qualifications: AOCP 1062, 1932, Vic - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Elsternwick, 1936-1937; Camberwell, 1943-1949; Highfield Park, 1954); school teacher (Frankston, 1967-1968); teacher (Frankston, 1972-1980) * [[/Alfred Keith Williams|Williams, Alfred Keith]] [https://www.familysearch.org/tree/person/details/G8C3-3SS] - 1905(WA)-1932(WA) - Licences: 6AW Collie (1929-1931) - Qualifications: cc; AOCP 502, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: picture S. operator (Collie, 1930) * [[/Ernest Arthur Williams|Williams, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/LKNS-QYG] - 1888(NSW)-1968(NSW) - Licences: 2QY Receive Wollongong (1923); 2QY Wollongong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Wollongong, 1913, 1930-1958); retired (Wollongong, 1968) * [[/Harold Parkyn Williams|Williams, Harold Parkyn]] [https://www.familysearch.org/tree/person/details/G7CW-DGX] - 1881(Qld)-1933(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - first general manager of ABC - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/williams-harold-parkyn-9112 ADB] * [[/J. E. Williams|Williams, J. E.]] - 19??(???)-19??(???) - Licences: 4DQ Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: many contemporaneous JEWs - Electoral Rolls: Nil yet identified * [[/John Henry Williams|Williams, John Henry Jnr "Johnny" "Jack"]] [https://www.familysearch.org/tree/person/details/MP3D-8NG] - 1880(Qld)-1953(Qld) - Licences: 4JH Mackay (1929-1931) - Qualifications: cc; AOCP 507, 1929, No ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: iron monger? (Mackay, 1925-1943) - established commercial broadcaster 4MK Mackay 1931 * [[/Leslie Samuel Barnes Williams|Williams, Leslie Samuel Barnes]] [https://www.familysearch.org/tree/person/details/G8F2-X56] - 1896(Qld)-1974(Qld) - Licences: 4LS Brisbane (Indooroopilly, 1930-1933); 4LS Toogoolawah (1937-1939) - Qualifications: cc; AOCP 630, 1930, Qld - amateur operator, amateur broadcaster - Electoral Rolls: naval signalman (Cape Moreton, 1917-1922); saddler (Indooroopilly, 1925-1931); boot repairer (Toogoolawah, 1934-1958); retired (Taringa, 1963-1972) * [[/Neville Williams|Williams, Neville]] - 1915(NSW)-1996(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: - Links: [http://messui.polygonal-moogle.com/valves/NW199701.pdf EA] ===''WILLIAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Joseph Augustine Williamson|Williamson, Cecil Joseph Augustine]] [https://www.familysearch.org/tree/person/details/K879-9HC] - 1925(NSW)-1973(NSW) - Licences: 2CW Yass (1929-1931); 2ALS Yass (1939, 1946-1954) - Qualifications: AOCP 525, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Yass, 1930-1949); farmer (Trundle, 1949); mechanic (Orange, 1954-1972) * [[/Frederick Lerpiniere Williamson|Williamson, Frederick Lerpiniere]][https://www.familysearch.org/tree/person/details/LB6L-GCH] - 1896(SA)-1976(SA) - Licences: 5AH Receive Adelaide (Kent Town, 1922); 5AH Adelaide (Kent Town, 1922-1927; Collinswood, 1928, 1948-1955); also dealer licence 5BT Adelaide 1925-1926 for Kauper, Austin & Williamson - Qualifications: cc; AOCP 22, 1924, No. ?? in SA; BOCP 284, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Hubert Gordon Williamson|Williamson, Hubert Gordon]] [https://www.familysearch.org/tree/person/details/LH7J-YQP] - 1907(Vic)-1995(Vic) - 3GW Rainbow (1927-1939, 1946-1960), 3GW Lalor (1965-1969), 3GW Melbourne (East Doncaster, 1975-1980), 3GH Rainbow (1937-1939), amateur operator (AOCP 342, 1927, No. ?? in Vic), (1COCP 593, 1942), amateur broadcaster * Williamson nee Hutchings, Marjorie Lilian - See Marjorie Lilian Hutchings ===''WILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Oliver Willis|Willis, Harold Oliver]] [https://www.familysearch.org/tree/person/details/G8VS-NLZ] - 1898(Vic)-1976(WA) - Licences: 6OW Perth (South Fremantle, 1930-1931); 6AM Perth (South Fremantle, 1933); 6HW Perth (South Fremantle, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 675, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: baker (South Fremantle, 1925-1968) ===''WILLMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILMOTT * [[/Thomas Robert Willmott|Willmott or Wilmot, Thomas Robert]] [https://www.familysearch.org/tree/person/details/GZD6-TB4] - 1886(NSW)-1947(NSW) - Licences: 2BR Receive South Grafton (1922); 2ZO South Grafton (1923-1931) - Qualifications: cc; AOCP 48, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Grafton South, 1930-1943) ===''WILLOUGHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lancelot Willoughby|Willoughby, Eric Lancelot]] [https://www.familysearch.org/tree/person/details/LR88-Q5X] - 1912(SA)-19??(???) - Licences: 5BM Adelaide (Penrhyn, 1932-1939); 5GO Adelaide (Unley, 1948); 3FB Noojee (1954-1956); 3FB Neerim Junction (1960); 4EW Booval (1965-1980+) - Qualifications: cc; AOCP 1035, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Penrhyn, SA, 1939-1943); farmer (Noojee, Vic, 1949-1954); PMG Linesman (Booval, Qld, 1963-1968); PMG (Booval, Qld, 1972-1977) ===''WILMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILLMOTT * [[/John Henry Wilmott|Wilmott, John Henry]] [https://www.familysearch.org/tree/person/details/GFQY-PTR] - 1914(WA)-2003(NSW) - Licences: 6JW Perth (Como, 1934-1939); 2AJX Sydney (Lindfield, 1975); 2AJX Bathurst (1980) - Qualifications: cc; AOCP 1345, 1934, WA; 1COCP 170, 1938 - amateur operator; amateur broadcaster - Comment: Several contemporaneous JHWs - Electoral Rolls: aircraft radio officer (Lindfield, NSW, 1949); communications officer (Lindfield, NSW, 1958-1968); proprietor (Bathurst, NSW, 1977-1980) ===''WILSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Wilson|Wilson, A. H.]] - 19??(???)-19??(???) - Licences: 4DL Receive Brisbane (Kangaroo Point, 1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Darius Joseph Wilson|Wilson, Darius Joseph]] [https://www.familysearch.org/tree/person/details/G8ZR-GJ4] - 1901(NSW)-1987(NSW) - Licences: 2DW Sydney (Leichhardt, 1929-1931; Lidcombe, 1933; Five Dock, 1933-1939, 1946-1948; Warwick Farm, 1950; Yagoona, 1954-1980) - Qualifications: AOCP 548, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: french polisher (Leichhardt, 1930; Five Dock, 1943-1949); no occupation (Five Dock, 1954); french polisher (Yagoona, 1954-1968); polisher (Yagoona, 1972-1977) * [[/Horace Benjamin Wilson|Wilson, Horace Benjamin "Ben"]] [https://www.familysearch.org/tree/person/details/G8DV-71R] - 1911(WA)-2005(NSW) - Licences: 5WB Adelaide (Wayville, 1930-1937; Unley Park, 1938-1939); 2BP Sydney (McMahons Point, 1946-1948; West Ryde, 1950-1980+) - Qualifications: cc; AOCP 586, 1930, No. ?? in SA; AOLCP 161, 1934; 2COCP 33, 1935; 1COCP 72, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Unley Park, 1939); recording engineer (McMahons Point, 1949); business manager (West Ryde, 1954-1980) * [[/Leonard Gratton Wilson|Wilson, Leonard Gratton]] [https://www.familysearch.org/tree/person/details/GQN8-3K6] - 1901(NSW)-1990(WA) - Licences: 6LG Perth (Inglewood, 1928; South Perth, 1930-1931; Como, 1954-1980+) - Qualifications: cc; AOCP 429, 1928, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: vigneron (Caversham, 1925); police constable (South Perth, 1931-1936; Como, 1937); constable (Albany, 1943-1949); police constable (Como, 1954-1958) * [[/Leslie Maclean Wilson|Wilson, Leslie Maclean]] [https://www.familysearch.org/tree/person/details/LRH5-9TL] - 1893(NSW)-1972(NSW) - 2LM Marsden (1924-1926), 2LM Sydney (Cremorne, 1927), 2LM Mudgee (1928-1939), 2LM Port Macquarie (1960-1969+), amateur operator (AOCP 33, 1924, No. ?? in NSW), amateur broadcaster, pastoralist * [[/Perry Allen Wilson|Wilson, Perry Allen]] - 19??(???)-19??(???) - Licences: 4AT Receive Eumundi (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motordriver (Eumundi, Qld, 1925-1934); garage proprietor (Eumundi, Qld, 1936-1943) * [[/Victor John Wilson|Wilson, Victor John]] [https://www.familysearch.org/tree/person/details/GX8K-NPY] - 1909(Qld)-2009(Qld)99yo - Licences: Receive Brisbane (New Farm, 1923); 4VW Brisbane (Newstead, 1937-1939); 4VW Nambour (1960); 4VW Brisbane (Everton Park, 1965) - Qualifications: cc; AOCP 1100, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: panel beater (Newstead, Qld, 1931-1937; Nambour, Qld, 1958; Everton Park, Qld, 1963-1980) * [[/Warne Alfred George Wilson|Wilson, Warne Alfred George]] [https://www.familysearch.org/tree/person/details/LKLN-Y39] - 1900(Vic)-1981(Vic) - Licences: 3RY Receive Ballarat (1923); 3RY Ballarat (1924-1925); 3WA Ballarat (1928-1939, 1946-1960); 3KV Ballarat (1980) - Qualifications: cc; AOCP 444, 1928, No. ?? in Vic; AOLCP 20, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Ballarat, 1924); radio engineer (Ballarat, 1927-1980) * [[/Wilfred Elvyn Wilson|Wilson, Wilfred Elvyn]] [https://www.familysearch.org/tree/person/details/GDSB-MB4] - 1880(Eng)-1964(NSW) - Licences: 2JI Receive Sydney (Roseville, 1922-1923); 2JI Sydney (Roseville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: optician (Roseville, 1930-1963) ===''WING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James John Wing|Wing, William James John]] [https://www.familysearch.org/tree/person/details/GDHH-WKW] - 1887(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 188, 1916; 2COCP 142, 1930; 1COCP 212, 1931 - coastal wireless operator; RANRS (CPO, 1917-1918); AWA - Electoral Rolls: wireless operator (Hotel Metropole, Thursday Island, Qld, 1914); wireless engineer operator (Radio Station, Applecross, WA, 1917); radiotelegraphist (Cooktown, 1921); business manager (Epping, 1930); sales manager (Epping, 1933-1936; Roseville, 1937; Chatswood, 1943-1949); manager (Melbourne, 1954) ===''WINTERFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Charles Burnett Brereton Winterford|Winterford, Dudley Charles Burnett Brereton]] [https://www.familysearch.org/tree/person/details/G3ML-FJH] - 1908(Qld)-1988(Canada?) - Licences: 4MF Brisbane (Annerley, 1927-1931); 4MF Southport (1933); 4MF Sarina (1938-1939) - Qualifications: cc; AOCP 363, 1927, No. 40 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Annerley, 1931); mechanic (Coorparoo, 1937); electrician (Sarina, 1943); electrical contractor (Broadbeach, 1949) ===''WISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Wise|Wise, George Henry]] [https://www.familysearch.org/tree/person/details/GDDS-D87] - 1853(Vic)-1950(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - politician (Postmaster-General, 1920-1921) - Electoral Rolls: solicitor (Sale, 1905-1949) - Links: [[w:George Wise (Australian politician)|Wikipedia]] ===''WISEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Cleave Wiseman|Wiseman, William James Cleave]] [https://www.familysearch.org/tree/person/details/GX2M-ZP8] - 1906(SA)-1976(SA) - Licences: 5WJ Port Lincoln (1931-1939); 5WJ Ceduna (1947-1948); 5WJ Adelaide (Parafield, 1954) - Qualifications: cc; AOCP 759, 1931, No. ?? in SA; 1COCP 485, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Port Lincoln, SA, 1939-1941); aeradio operator (Ceduna, SA, 1943) ===''WISHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Turner Wishart|Wishart, William Turner "Bill, Billy"]] [https://www.familysearch.org/tree/person/details/GHQ3-J9S] - 1900(Qld)-1994(Qld) - Licences: 4WT Brisbane (Graceville, 1931-1939); 6TW Perth (Claremont/Floreat Park, 1946-1948); 4WX Brisbane (St Lucia, 1965-1969; Margate 1975-1980+) - Qualifications: cc; AOCP 870, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, councillor, federal councillor) - Electoral Rolls: mechanic (Red Hill, Qld, 1921); optical mechanic (Paddington, Qld, 1925; Graceville, Qld, 1928-1937); audiometrist (Floreat Park, WA, 1949; Darlington, WA, 1949); retired (Wynnum North, Qld, 1972; Margate, Qld, 1977-1980) ===''WITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sidney Herbert Witt|Witt, Sidney Herbert "Sid"]] [https://www.familysearch.org/tree/person/details/GD3D-BDV] - 1892(Vic)-1973(Vic) - Licences: 3MZ Receive Melbourne (Camberwell, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Malvern, 1914-1916); electrical engineer (Camberwell, 1922); engineer (Brighton, 1925-1943; Glen Iris, 1958-1968; Burwood, 1972)) - Links: [https://adb.anu.edu.au/biography/witt-sidney-herbert-12059 ADB] ===''WOLFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hamilton Bennett Wolfe|Wolfe, Hamilton Bennett]] [https://www.familysearch.org/tree/person/details/G9H2-8K6] - 1886(Vic)-1956(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 193, 1916; 2COCP 242, 1930; 1COCP 213, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: clerk (Bairnsdale, Vic, 1908-1912); wireless telegraphist (Applecross, WA, 1925-1926); radio telegraphist (Geraldton, 1936-1949); retired (Nedlands, WA, 1954) ===''WOLFENDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Wolfenden|Wolfenden, Peter]] - 3ZPA Strathmore (1965) - amateur operator, historian (amateur, amateur broadcasting), journalist (WIA's "Amateur Radio") ===''WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Abner David Wood|Wood, Abner David]] [https://www.familysearch.org/tree/person/details/GZ7R-BJC] - 1910(Eng)-1976(SA) - Licences: 6AS Mt Barker (1935-1939) - Qualifications: cc; AOCP 1534, 1935, WA; BOCP 654, 1945 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Percy Wood|Wood, Percy]] [https://www.familysearch.org/tree/person/details/G8M8-2V1] - 1909(Qld)-19??(???) - Licences: 4RQ Ipswich (1927-1931); 4PW Ipswich (1933-1939); 2EPW Banora Point - Qualifications: cc; AOCP 359, 1927, No. 39 in Qld - amateur operator; amateur broadcaster; journalist (QRN, AR); engineer (IREE) - Electoral Rolls: electrical mechanic (Ipswich, 1931); radio dealer (Ipswich, 1937-1949; East Ipswich, 1954-1968); electrical dealer (Banora Point, 1977-1980) ===''WOODLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Woodley|Woodley, William Robert]] [https://www.familysearch.org/tree/person/details/G8VC-CYY] - 1909(???)-1995(WA) - Licences: 6BY Perth (West Leederville, 1930-1931); 6DJ Perth (Carlisle, 1946-1948; Victoria Park, 1954-1956; Maniana, 1960-1980+) - Qualifications: cc; AOCP 680, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Claremont, 1936-1937); mechanic (Victoria Park, 1943); radio mechanic (Carlisle, 1949; Victoria Park, 1954; Maniana, 1963-1980) - Callsign possibly withdrawn for commercial ===''WOOKEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Bruce Wookey|Wookey, Robert Bruce]] [https://www.familysearch.org/tree/person/details/9DP1-GVW] - 1907(Vic)-1974(Vic) - Receive Geelong (1923-1924), 3RW Geelong (1925-1927), 3IC Geelong (1948-1974), amateur operator (AOCP 146, 1925, No. ?? in Vic), amateur broadcaster, postal clerk ===''WOOLACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Prosser Woolacott|Woolacott, Francis Prosser "Frank"]] [https://www.familysearch.org/tree/person/details/GZFL-94T] - 1903(NSW)-1968(NSW) - 2ST Receive Sydney (Drummoyne, 1923-1924), 2FW Sydney (Drummoyne, 1925-1926), amateur operator (AOCP 119, 1925, No. ?? in NSW), amateur broadcaster ===''WOOLLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edgar Woollett|Woollett, David Edgar]] [https://www.familysearch.org/tree/person/details/GZTM-HDP] - 1920(NSW)-2001(NSW) - Licences: 2ZDE Sydney (Beverley Hills, 1956-1980+) - Qualifications: AOLCP 202, 1956; AOCP 4292, 1965, NSW - amateur operator, WW2 - Electoral Rolls: telephone technician (Beverley Hills, 1949-1972; Narwee, 1977-1980) * [[/N. Woollett|Woollett, N.]] - 19??(???)-19??(???) - Licences: 2ZY Sydney (Mosman, 1926-1927) - Qualifications: AOCP 276, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: ? ===''WOOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Ronald Woolley|Woolley, Leon Ronald]] [https://www.familysearch.org/tree/person/details/L214-JQH] - 1898(Qld)-1971(Qld) - Licences: 4FW Ipswich (1931); 4FW Townsville (1933); 4FW Ipswich (1937-1939, 1946-1969) - Qualifications: cc; AOCP 751, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, ATC); employment (school teacher) - Electoral Rolls: schoolteacher (Bell, Qld, 1919-1921; Newtown, Qld, 1925; Kia Ora, Townsville, 1931; Newtown, Qld 1934-1963) ===''WOOLNOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Stephen Woolnough|Woolnough, Archibald Stephen]] [https://www.familysearch.org/tree/person/details/G8CG-9PK] - 1909(Vic)-2004(Vic) - Licences: 3BW Portarlington (1929-1980+) - Qualifications: AOCP 519, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: business proprietor (Portarlington, 1931-1980) * [[/Walter Lyell Woolnough|Woolnough, Walter Lyell]] [https://www.familysearch.org/tree/person/details/9CJF-LS3] - 1906(NSW)-1999(NSW) - 2GW Sydney (Killara, 1925-1927; Gordon, 1928-1930; Greenwich, 1931; Gordon, 1933-1936), 2GW Lithgow (1937-1939), Sydney (Gordon, 1946-1980+), amateur operator (AOCP 153, 1925, No. ?? in NSW), amateur broadcaster, licence held by father Walter George Woolnough till 1933, engineer ===''WOOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Meredith Wooster|Wooster, Horace Meredith "Jack"]] [https://www.familysearch.org/tree/person/details/L23Q-CGW] - 1909(Qld)-1992(Qld) - Licences: 4VH Townsville (City, 1930-1939; Belgian Gardens, 1946-1948); 4VH Brisbane (Yeronga, 1954-1980+) - Qualifications: cc; AOCP 623, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; state public servant (Qld Railways, telegraphist; Qld Main Roads Dept); military (Army signals officer) - Electoral Rolls: clerk (Townsville, 1931-1932; Norman Park, 1937; Townsville, 1943-1949; Yeronga, 1954-1980) ===''WORRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Albert Worrall|Worrall, Leonard Albert]] [https://www.familysearch.org/tree/person/details/LTL5-L1L] - 1912(NSW)-1978(Qld) - Licences: 2XM Sydney (Parramatta, 1933-1934; Punchbowl, 1935-1936); 4XM Cairns (1937-1939); 4WL Brisbane (Stafford Heights, 1975) - Qualifications: cc; AOCP 1221, 1933, NSW - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Punchbowl, NSW, 1934-1936; Cairns, Qld, 1937); bank clerk (Wynnum, Qld, 1943); clerk (Wynnum North, Qld, 1954-1963); bank manager (Tarragindi, Qld, 1968); manager (Stafford Heights, Qld, 1972-1977) ===''WORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Worth|Worth, Sydney or Sidney Ernest]] [https://www.familysearch.org/tree/person/details/GXBH-5Z3] - 1905(WA)-1963(WA) - Licences: 6SW Perth (Rivervale, 1930-1933; Nedlands, 1937-1939) - Qualifications: cc; CPRT 958, 1927; 2COCP 223, 1930; 1COCP 226, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rivervale, WA, 1931); wireless operator (Nedlands, WA, 1936-1958) ===''WRAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward James Crawford Wraith|Wraith, Edward James Crawford "Jim"]] [https://www.familysearch.org/tree/person/details/KV2C-11D] - 1862(Vic)-1942(Vic) - Early wireless experimenter ===''WRATTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn James Wratten|Wratten, Mervyn James]] [https://www.familysearch.org/tree/person/details/GZJM-DV8] - 1918(Qld)-1999(Qld) - Licences: 4MW Ipswich (Brassall, 1937-1939; North Ipswich, 1946-1947; Brassall, 1948-1980+); 4LX Gold Coast (Palm Beach, 1956-1969) - Qualifications: cc; AOCP 1932, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Ipswich ARC); military (WW2, CMF, AIF); employment (Cribb & Foote, manager, radio section); business proprietor (Avon Theatre) - Electoral Rolls: shop assistant (Brassall, Qld, 1943-1977; North Ipswich, Qld, 1980) ===''WRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Milroy Percy Wray|Wray, Ronald Milroy Percy]] [https://www.familysearch.org/tree/person/details/G8H3-QYM] - 1909(Vic)-1963(NSW) - Licences: 2WX Sydney (Hurstville, 1929-1961) - Qualifications: AOCP 472, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified ===''WREFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Norman Wreford|Wreford, Roger Norman]] [https://www.familysearch.org/tree/person/details/GX22-N2X] - 1909(WA)-1990(SA) - Licences: 2ADC Broken Hill (1936-1937); 5RW Adelaide (Blackwood, 1938-1939; Mitcham, 1947-1954; South Brighton, 1955-1960; Crafers, 1965-1980+) - Qualifications: cc; AOCP 1714, 1936, NSW - amateur operator; amateur broadcaster - Relationships: Brother of 5DW-6IW Arthur Franklin Wreford - Electoral Rolls: bank clerk (Broken Hill, NSW, 1935-1936; Blackwood, SA, 1939; Mitcham, SA, 1941-1943) * [[/Arthur Franklin Wreford|Wreford, Arthur Franklin]] [https://www.familysearch.org/tree/person/details/G3V1-92S] - 1898(WA)-19??(???) - Licences: 5DW Adelaide (Kensington Gardens, 1937-1939; Cumberland, 1947-1954); 6IW Perth (Armadale, 1955-1969) - Qualifications: cc; AOCP 2037, 1937, SA; 2COCP 452, 1941 - amateur operator; amateur broadcaster; WW1 - Relationships: Brother of 2ADC-5RW Roger Norman Wreford - Electoral Rolls: bank clerk (Kensington Gardens, SA, 1939); mechanic (Crystal Brook, SA, 1941; Cumberland, SA, 1943); civil servant (Gosnells, WA, 1954); technician (Armadale, WA, 1958) - Links: [https://discoveringanzacs.naa.gov.au/browse/person/133040 NAA] ===''WRIEDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Sjoberg Albert Wriede|Wriede, George Sjoberg Albert]] [https://www.familysearch.org/tree/person/details/LKG2-VK8] - 1900(Qld)-1971(Qld) - Licences: 4DJ Receive Caboolture (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: railway employee (Cooroy, 1921; Miriam Vale, 1925-1958); retired (Gladstone, 1963) ===''WRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Wright|Wright, Albert Edward]] - 19??(???)-19??(???) - Licences: 2SS Receive Scarborough (1923); 2SS Scarborough (1924-1925); 2SS Coledale (1926-1933); 2SS Coolah (1933); 2SE Scarborough (1935-1936); 2SE Louth/Bourke (1937-1938); 2SE Walgett (1939); 2SE Willow Tree (1946); 2SE Stanmore (1947-1950); 2SE Sydney (Guildford, 1954-1961); 2SE Quirindi (1965) - Qualifications: cc; AOCP 118, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Comment: several contemporaneous Albert Edward Wrights in NSW, needs specific data to identify - Electoral Rolls: Nil yet identified * [[/A. W. H. Wright|Wright, A. W. H. "Bill"]] - 19??(???)-19??(???) - 5BW Adelaide, 3AAW, 4TU Garbutt (-1950+, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster * [[/Collis Page Wright|Wright, Collis Page]] [https://www.familysearch.org/tree/person/details/GD1P-P9L] - 1912(Tas)-2004(Tas) - Licences: 7LZ Launceston (1933-1980+) - Qualifications: cc; AOCP 1099, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draper's assistant (Launceston, 1936-1937); salesman (Launceston, 1943); draper (Launceston, 1949-1968) * [[/Eric John Wright|Wright, Eric John]] [https://www.familysearch.org/tree/person/details/GXHG-P2G] - 1904(Qld)-1967(Qld) - Licences: 4DY Brisbane (Annerley, 1936-1939; Windsor, 1947; Buranda, 1948; Annerley, 1954; Buranda, 1955-1956; Ekibin, 1960-1965) - Qualifications: cc; AOCP 1816, 1936, Qld; 3COCP 1471, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: turner (Annerley, Qld, 1937-1943; Annerley, Qld, 1949); waterside worker (Ekibin, Qld, 1963) * [[/Frederick Harold Wright|Wright, Frederick Harold]] [https://www.familysearch.org/tree/person/details/GF95-LW1] - 1910(Eng)-1972(WA) - Licences: 6FR Perth (Buckland Hill, 1936-1937; Mosman Park, 1938-1939, 1947-1960) - Qualifications: cc; AOCP 1809, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Buckland Hill, WA, 1936; Mosman Park, WA, 1943-1963) * [[/William Henry Hilsdon Wright|Wright, William Henry Hilsdon]] [https://www.familysearch.org/tree/person/details/GDVF-RKL] - 1905(Qld)-1967(Qld) - Licences: 4FA Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Murrays Creek, 1930; Ballandean, 1937-1949); teacher (Toowoomba, 1954-1963) ===''WYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Hemingway Wyle|Wyle, Albert John Hemingway]] [https://www.familysearch.org/tree/person/details/GF3J-6L7] - 1913(WA)-1990(WA) - Licences: 6BW Perth (Shenton Park, 1937-1939; Nedlands, 1947-1980+) - Qualifications: cc; AOCP 1865, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: radio salesman (Nedlands, WA, 1943-1968); salesman (Dalkeith, WA, 1972-1980) ===''WYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Agar Wynne|Wynne, Agar]] [https://www.familysearch.org/tree/person/details/LZ4J-6CN] - 1850(Eng)-1934(Vic) - senior federal politician (Postmaster-General, 1913-1914) * [[/Alfred Percy Wynne|Wynne, Alfred Percy]] [https://www.familysearch.org/tree/person/details/L858-Q52] - 1885(Qld)-1966(Qld) - proprietor music business (Wynne's Music, Maryborough), proprietor broadcasting station (4MB Maryborough) - Electoral Rolls: piano tuner (Paddington, 1908; Mooloolah, 1909); commercial traveller (Mooloolah, 1912); piano tuner (Maryborough, 1913); salesman (Brisbane, 1916-1917; Mooloolah, 1919; Maryborough, 1919-1925); music store proprietor (Maryborough, 1928-1949); business manager (Maryborough, 1963) =='''X'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> =='''Y'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''YATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Gordon Yates|Yates, Kenneth Gordon]] [https://www.familysearch.org/tree/person/details/GXRW-CJ3] - 1910(SA)-2000(SA) - Licences: 5RP Adelaide (Cottonville, 1939, 1947-1954; Westbourne Park, 1955-1980+) - Qualifications: cc; AOCP 2371, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Cottonville, SA, 1939-1943) * [[/Reginald Colin Yates|Yates, Reginald Colin]] [https://www.familysearch.org/tree/person/details/GXRW-QX6] - 1914(SA)-1984(NSW) - Licences: 5RY Wyalla (1935-1937); 2AGZ Wollongong (1938-1939, 1947); 2AGZ Sydney (Mosman, 1948-1950); 2AGZ Broken Hill (1954-1957); 2AGZ Newcastle (Hamilton, 1958-1961; Charlestown, 1965-1980) - Qualifications: cc; AOCP 1474, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Wollongong, NSW, 1943); electrical engineer (Mosman, NSW, 1949); engineer (Wollongong, NSW, 1954); chartered electrical engineer (Merewether, NSW, 1958); professional engineer (Charlestown, NSW, 1968-1980) ===''YEATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Melville Yeates|Yeates, Henry Melville]] [https://www.familysearch.org/tree/person/details/G698-PXG] - 1912(Tas)-1980(???) - Licences: 7HY Launceston (1936-1939, 1948-1956) - Qualifications: cc; AOCP 1621, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Launceston, 1936-1937); electrical contractor (Launceston, 1949-1954); salesman (Mosman, NSW, 1958-1977) ===''YORSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Sutherland Yorston|Yorston, Ernest Sutherland]] [https://www.familysearch.org/tree/person/details/GZY8-46D] - 1909(Vic)-1971(Vic) - Licences: 3ES Melbourne (Caulfield, 1926-1939) - Qualifications: AOCP 299, 1926, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1931-1937); sales (Caulfield, 1942; Elsternwick, 1949); manufacturer (Caulfield, 1954-1963); director (Oakleigh, 1967-1968) ===''YOUNG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Crawford Addison Young|Young, Crawford Addison]] [https://www.familysearch.org/tree/person/details/GF3C-DQT] - 1914(WA)-1971(WA) - Licences: 6CY Perth (Fremantle, 1934-1939, 1947-1969) - Qualifications: cc; AOCP 1265, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Fremantle, WA, 1936-1937; South Fremantle, WA, 1943-1968) * [[/Ivan Harold Young|Young, Ivan Harold]] [https://www.familysearch.org/tree/person/details/L118-BVF] - 1910(Qld)-2000(Qld) - Licences: 4YG Brisbane (Albion) (1930-1939); 4YH Brisbane (Mitchelton) (1969-1980+) - Qualifications: cc; AOCP 708, 1930, No. ?? in Qld; BOCP 315, 1940 - amateur operator; amateur broadcaster; radio technician (Mission Control Station, Thursday Island) - Electoral Rolls: nil (Albion, 1931-1937); public servant (Newmarket, 1943; Mitchelton, 1949-1980) * [[/James Wolstenholme Young|Young, James Wolstenholme]] [https://www.familysearch.org/tree/person/details/L2TQ-Z2R] - 1909(NSW)-1995(NSW) - Licences: 2JY Sydney (Turramurra, 1925-1934; Roseville, 1938-1939); 2JY Katoomba (1946); 2JY Sydney (Mona Vale, 1947-1948; Willoughby, 1950-1961; Middle Cove, 1965-1980) - Qualifications: AOCP 189, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: articled clerk (Turramurra, 1932-1934), solicitor (Roseville, 1937; Katoomba, 1943; Willoughby, 1954-1977) * [[/John William Young|Young, John William]] [https://www.familysearch.org/tree/person/details/L6RN-2XX] - 1906(Qld)-1981(Qld) - Licences: 4JY Brisbane (Rosalie, 1931; Sandgate, 1933; Rosalie, 1938; Coorparoo, 1946-1980+) - Qualifications: cc; AOCP 752, 1931, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Rosalie, 1931); clerk (Sandgate, 1936); storeman (Rosalie, 1937; Coorparoo, 1943-1963); commercial traveller (Coorparoo, 1968-1980) * [[/William Anderson Young|Young, William Anderson]] [https://www.familysearch.org/tree/person/details/G89P-B3K] - 1897(Sct)-1956(Qld) - Licences: 4WA Brisbane (West End, 1927-1931) - Qualifications: cc; AOCP 330, 1927, No. 34 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: boot employee (West End, 1925-1937); bootmaker (Ashgrove, 1943-1954) =='''Z'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''ZECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Zech|Zech, William James]] [https://www.familysearch.org/tree/person/details/GZDZ-YJG] - 1893(Eng)-1973(NSW) - Licences: XABQ Sydney (Annandale, 1912-1914), 2DL Sydney (Annandale, 1922, Receive), 2WZ Sydney (Annandale, 1925-1927; Ashfield, 1928-1930; Stanmore, 1933-1934), 2ACP Sydney (Enmore, 1937; Como, 1938), 2ACP Katoomba 1939 & 1946-1975) - Qualifications: CPRTelephony 424; no record of AOCP - early wireless experimenter, ship wireless operator, amateur operator, amateur broadcaster - Electoral Rolls: {{BookCat}} pnmxotv7yk338vw9tmidjnrstc3q5ht 4089912 4089911 2022-08-09T19:07:41Z Samuel.dellit 1387936 /* AMBLER */ wikitext text/x-wiki {{incomplete}} {{WikipediaCredit}} {{CompactTOC8|side=yes}} Thumbnail Radio Biographies sorted alphabetically by surname '''Many of the stars of Australia's Radio Universe''' '''Covering the full gamut from hypergiants to brown dwarfs''' '''Each lit the way forward to broadcasting in Australia''' =='''A'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''ABBISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Frederick Abbiss|Abbiss, John Edwin Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/GZZJ-6H9] - 1907(Eng)-1977(Qld) - Licences: 4JA Brisbane (Balmoral, 1930; Morningside, 1931-1939) - Qualifications: cc; AOCP 581, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Evans Deakin shipyards) - Halcyon: p. 83, Abiss - Electoral Rolls: engineering draftsman (Morningside, 1936); draftsman (Coorparoo, 1937; Morningside, 1949-1977) ===''ABBOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Nicholson Abbott|Abbott, Reginald Nicholson or Nicolson]] [https://www.familysearch.org/tree/person/details/9V2T-FTG] - 1897(Vic)-1980(Vic) - Licences: 3VR Melbourne (Alphington, 1923-1927); 3ABB Melbourne (Caulfield, 1947-1980) - Qualifications: cc; CPRT 273, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Alphinton, 1925-1927; St Kilda, 1931-1937; Caulfield, 1942-1949); technician (Caulfield, 1954-1977) * [[/Roy Edgar Abbott|Abbott, Roy Edgar]] [https://www.familysearch.org/tree/person/details/L6MT-CZX] - 1902(NSW)-1943(Qld) - Licences: 2YK Dorrigo (1930-1931); 2YK Telegraph Point (1933-1939) - Qualifications: cc; CPRTelephony 668, 1921; AOCP, not yet identified; 2COCP 179, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Dorrigo, 1930; Telegraph Point, 1933-1937; Mittagong, 1943) - Sacrifice: "Greater love hath no man than this" * [[/Thomas Kingsmill Abbott|Abbott, Thomas Kingsmill]] [https://www.familysearch.org/tree/person/details/LHFH-4FH] - 1891(NSW)-1933(NSW) - Licences: 2TK Wingen (1926-1929) - Qualifications: cc; Nil yet identified (likely military) - amateur operator; amateur broadcaster; WW1; witness to Royal Commission 1927 (as Graziers' Assoc NSW) - Comment: beware other contemporaneous TK Abbotts - Electoral Rolls: overseer (Muralla, 1913); grazier (Wollongong, 1931) - Links: [https://vwma.org.au/explore/people/209607 Obit] ===''ABRAHAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Abrahams|Abrahams, Frank]] [https://www.familysearch.org/tree/person/details/G836-Y6P] - 1903(Vic)-1984(Vic) - Licences: 3FA Melbourne (South Yarra, 1924-1925) - Qualifications: cc; 3COCP 6089, 1966 - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (St Kilda, 1925-1931); manufacturer (St Kilda, 1935-1936; Malvern, 1943-1967; Toorak, 1977-1980) - Relationships: brother of Louis Henry Abrahams * [[/Louis Henry Abrahams|Abrahams, Louis Henry]] [https://www.familysearch.org/tree/person/details/G8GJ-GZP] - 1889(Vic)-1940(Vic) - Licences: Receive (Valve) Melbourne (St Kilda, 1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1; director (Victorian Radio Interests Ltd); witness to Royal Commission Wireless 1927 - Electoral Rolls: potter (Brunswick, 1909); tobacconist (South Yarra, 1912-1921); manufacturer (St Kilda, 1924-1926); burner (Brunswick, 1937-1942) - Relationships: brother of 3FA Frank Abrahams ===''ACKERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Adam Ackerman|Ackerman, Joseph Adam]] [https://www.familysearch.org/tree/person/details/GZZV-49L] - 1911(NSW)-1993(Qld) - Licences: 2ALG Sydney (Carlton, 1938-1939, 1946-1948); 2ALG Wentworthville (1950); 2ALG Sydney (Parramatta, 1954-1958; North Rocks, 1960-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 2229, 1938, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal employee (Paddington, 1932; Annandale, 1933-1936; Kogarah, 1937-1943; Carlton, 1949); clerk (Parramatta, 1954-1958); senior supervisor (Wentworthville, 1963; Epping, 1968-1972); retired (Sans Souci, 1977; Hurstville, 1980) ===''ACKLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Daniel Ackling|Ackling, Harold Daniel]] [https://www.familysearch.org/tree/person/details/LD5F-8RK] - 1892(NSW)-1982(NSW) - Licences: 2PX Sydney (Bankstown, 1930-1980+) - Qualifications: cc; AOCP 612, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Randwick, 1913); machinist (Bankstown, 1930-1980) ===''ACKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Frederick Gloucester Ackland|Ackland, Stanley Frederick Gloucester]] [https://www.familysearch.org/tree/person/details/L5PB-C2Y] - 1904(SA)-1966(SA) - Licences: Receive Adelaide (Prospect, 1923); 5SF Adelaide (Prospect, 1924-1931; Linden Park, 1954-1965) - Qualifications: cc; AOCP 21, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Burnside, 1939-1943) ===''ADAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Adams|Adams, Frank John]] [https://www.familysearch.org/tree/person/details/GZJM-29V] - 1880(Eng)-1968(Vic) - Licences: 3XO Receive Melbourne (Brighton, 1923); 3XO Melbourne (Brighton, 1924-1939) - Qualifications: cc; AOCP 155, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; manager - Electoral Rolls: motor garage proprietor (Brighton, 1913); garage proprietor (Elsternwick, 1919-1921; Brighton, 1922-1924); manager (Brighton, 1925-1954); nil (Brighton, 1963-1968) * [[/Peter Harry Arthur Adams|Adams, Peter Harry Arthur "Pete"]] [https://www.familysearch.org/tree/person/details/LT3N-XMC] - 1909(NSW)-1984(NSW) - Licences: Receive (Valve) Sydney (Cremorne, 1923-1924); 2JX Sydney (Cremorne, 1927; Manly, 1929; Cremorne, 1930; Gordon, 1931; Woolahra, 1933; Epping, 1933; Cremorne, 1935-1936; Thornleigh, 1937; Waverton, 1938-1939; Denistone, 1946-1947; Avalon Beach, 1948-1950); 2JX Wentworth Falls (1954-1961); 2JX Sydney (Pymble, 1965-1969); 2JX Nambucca Heads (1975); 2JX Wentworth Falls (1980+) - Qualifications: cc; AOCP 380, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933); labourer (Epping, 1934); engineer (St Kilda, 1934); radio engineer (Thornleigh, 1937; Darlinghurst, 1943); engineer (Avalon Beach, 1949; Wentworth Falls, 1958); retired (Valla Beach, 1972-1977; Wentworth Falls, 1980) ===''ADAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Kenneth Adamson|Adamson, William Kenneth]] [https://www.familysearch.org/tree/person/details/MLXZ-HX5] - 1905(SA)-1982(SA) - Licences: Receive Adelaide (Parkside, 1923-1924); 5WA Adelaide (Parkside, 1925-1927; Fullarton, 1928-1939) - Qualifications: cc; AOCP 135, 1925, No. ?? in SA - amateur operator; amateur broadcaster; engineer - Electoral Rolls: engineer (Fullarton, 1939-1943) ===''AGNEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Gordon Carlisle Agnew|Agnew, Robert Gordon Carlisle]] [https://www.familysearch.org/tree/person/details/LDKK-D8Y] - 1904(WA)-1975(WA) - Licences: 6RA Perth (Nedlands, 1931-1939) - Qualifications: cc; AOCP 721, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1925; Nedlands, WA, 1931-1972) ===''AKEROYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gordon Akeroyd|Akeroyd, Arthur Gordon]] [https://www.familysearch.org/tree/person/details/G6F2-JXL] - 1890(Vic)-1948(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Meteorologist, Forecasting and Statistical Division, Victoria) - Electoral Rolls: civil servant (Northcote, Vic, 1912-1915); meteorologist (Northcote, 1921-1937); civil servant (Cottesloe, WA, 1943) - Links: [https://adb.anu.edu.au/biography/akeroyd-arthur-gordon-9321 ADB] ===''ALDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Oscar Edward Alder|Alder, Oscar Edward "Ock"]] [https://www.familysearch.org/tree/person/details/KJZ2-D3P] - 1896(Qld)-1987(Qld) - Licences: 4JB Brisbane (Albion, 1928-1939, 1946-1948; Chermside, 1954-1969) - Qualifications: cc; AOCP 423, 1928, No. 47 in Qld - amateur operator; amateur broadcaster; wool classer - Halcyon: p. 28, 84, 137 - Electoral Rolls: student (Albion, 1919); wool classer (Albion, 1925-1937; Cunnamulla, 1943); warehouse assistant (Chermside, 1949-1980) ===''ALDERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Zerbini Alderman|Alderman, Valentine Zerbini]] [https://www.familysearch.org/tree/person/details/GXVL-F8N] - 1893(SA)-1919(SA) - Licences: XVC Adelaide (Glenelg, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: Nil yet identified ===''ALEXANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Talbot Meredith Alexander|Alexander, Talbot Meredith]] [https://www.familysearch.org/tree/person/details/L1FJ-MZN] - 1888(Vic)-1978(Qld) - Licences: 4TM Brisbane (Ashgrove, 1931-1933); 4TM Townsville (North Ward, 1937-1939) - Qualifications: cc; 2COCP 315, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: salesman (Kew, Vic, 1912-1914); wireless instructor (Melbourne City, 1925-1926); superintendent wireless (Glenferrie, Vic, 1926-1927); sales representative (City, Brisbane, 1928); business manager (North Ward, Qld, 1936-1937); instructor (Paddington, Qld, 1943); commercial traveller (East Brisbane, Qld, 1949; New Farm, 1954-1958); retired (Moorooka, 1968-1977) ===''ALLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus John Allan|Allan, Angus John]] [https://www.familysearch.org/tree/person/details/GX2C-YWF] - 1912(SA)-1996(SA) - Licences: 5UL Adelaide (Ovingham, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 2013, 1937, SA; 1COCP 458, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Ovingham, SA, 1939-1941) * [[/John Allan|Allan, John]] [https://www.familysearch.org/tree/person/details/GXH1-PFG] - 1905(Sct)-19??(???) - Licences: 4AN Brisbane (Chermside, 1937-1939) - Qualifications: cc; AOCP 1938, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous JAs - Electoral Rolls: Nil yet identified ===''ALLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Mason Allard|Allard, George Mason]] [https://www.familysearch.org/tree/person/details/G6HT-JMV] - 1866(Eng)-1953(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman of Directors (AWA); witness to Royal Commission Wireless 1927 - Honours: knighted; K.B. - Electoral Rolls: secretary (Wahroonga, 1930-1937); accountant (Wahroonga, 1943-1949) - Links: [https://adb.anu.edu.au/biography/allard-sir-george-mason-4999 ADB] ===''ALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Allen|Allen, Albert Edward]] [https://www.familysearch.org/tree/person/details/G69B-SGR] - 1902(Tas)-1969(Tas) - Licences: 7PA Hobart (New Town, 1933-1937; Moonah, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 1171, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: brother of 7AL Thomas Arthur Allen - Electoral Rolls: electrical engineer (New Town, 1928-1936; Moonah, 1937-1954) * [[/George Alexander Allen|Allen, George Alexander]] [https://www.familysearch.org/tree/person/details/GD3H-DJK] - 1891(Sct)-1965(USA) - Licences: Nil yet identified - Qualifications: CPRT 49, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: Nil yet identified * [[/Kenneth Douglas Allen|Allen, Kenneth Douglas]] [https://www.familysearch.org/tree/person/details/G8N5-19J] - 1907(WA)-2002(Qld) - Licences: 2GX Sydney (West Ryde, 1930-1934) - Qualifications: AOCP 648, 1930, NSW; 3COCP 4263, 1963 - amateur operator, amateur broadcaster, WW2 (Army, Royal Australian Engineers, Lieutenant, 1940) - Education: BSc (Syd Uni, 1933) - Electoral Rolls: student (West Ryde, 1930-1935); director (Woolwich, 1936-1937); soldier (Woolwich, 1943); engineer (Woolwich, 1963-1972; Hunters Hill, 1977; Gladesville, 1980) * [[/Robert Kelvin Allen|Allen, Robert Kelvin]] [https://www.familysearch.org/tree/person/details/GQTK-TH9] - 1916(Qld)-1942(Indonesia) - Licences: 4PR Brisbane (1936-1939) - Qualifications: AOCP 1634, 1936, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 13 Squadron, Pilot Officer), (Halcyon, p. 177) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/allen-robert-kelvin-404945/] * [[/Thomas Arthur Allen|Allen, Thomas Arthur]] [https://www.familysearch.org/tree/person/details/G6SQ-9YN] - 1916(Tas)-1998(Tas) - Licences: 7AL Hobart (New Town, 1936-1939, 1946-1956; Lindisfarne,1960-1980+) - Qualifications: cc; AOCP 1738, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 7PA Albert Edward Allen - Electoral Rolls: salesman (New Town, 1943-1954); director (Lindisfarne, 1963-1972) ===''ALLINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Thirlmier John Allinson|Allinson, Lancelot Thirlmier John]] [https://www.familysearch.org/tree/person/details/L81B-F4P] - 1896(NSW)-1961(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 804, 1924 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: radiotelegraphist (Applecross, WA, 1925; Broome, WA, 1931; Como, WA, 1931; South Perth, WA, 1936-1943; Broome, WA, 1949-1954); telegraphist (Esperance, WA, 1958) ===''ALLSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Cottam Allsop|Allsop, Raymond Cottam "Ray"]] [https://www.familysearch.org/tree/person/details/LJLT-SNJ] - 1898(NSW)-1972(NSW) - Licences: XCA Sydney (Randwick, 1911-1914); 2YG Sydney (Randwick, 1924; Coogee 1924-1929; Roseville, 1930); 2AYG Sydney (Roseville, 1946-1947+); 2NA Sydney (Roseville, 1961); 2BL Sydney (Roseville, 1965-1969) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW); broadcaster (2BL, chief engineer); journalist (Wireless Weekly, 1920s); military (RAN Volunteer Reserve, Lieutenant; WW2 (RAN, Engineer Lieutenant); witness to Royal Commission Wireless 1927 (obo Broadcasters Sydney Ltd; federal public servant (ABCB, member, 1953-1954) - Honours: Coronation Medal, 1937; OBE, 1971 - Electoral Rolls: radio engineer (Roseville, 1930); engineer (Roseville, 1933; Gordon, 1937; Roseville, 1943); electronic engineer (Roseville, 1949); director (South Yarra, 1954); engineer (Roseville, 1958-1968) - Links: [https://adb.anu.edu.au/biography/allsop-raymond-cottam-ray-9344 ADB]; [http://messui.polygonal-moogle.com/valves/NW199001.pdf EA] ===''ALSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Russell Alsop|Alsop, John Russell]] [https://www.familysearch.org/tree/person/details/LKB3-WXQ] - 1906(Vic)-1973(Vic) - 3MI Melbourne (Kew, 1925-1939), amateur operator (AOCP 76, 1925, No. ?? in Vic), amateur broadcaster, engineer ===''AMBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Charles Ambler|Ambler, Sydney Charles]] [https://www.familysearch.org/tree/person/details/GFWD-Y9L] - 1892(NSW)-1956(WA) - Licences: XYAE Perth (West Perth, 1913) - Qualifications: cc; CPRT 891, 1925; 2COCP 72, 1929; 1COCP 158, 1938 - early wireless experimenter; WW2 - Electoral Rolls: radio telegraphist (East Perth, WA, 1921; North Perth, WA, 1925); wireless telegraphist (Victoria Park, WA, 1934-1943); radio telegraphist (Esperance, WA, 1949); radio telephonist (Esperance, WA, 1954) ===''AMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement Edgar Ames|Ames, Clement Edgar "Clem"]] [https://www.familysearch.org/tree/person/details/KNDX-JF8] - 1889(SA)-1957(SA) - Licences: XVG Adelaide (Torrensville, 1913-1914); 5AV Adelaide (Kent Town, 1923; Hindmarsh, 1924) - Qualifications: cc; Nil identified - early wireless experimenter; amateur operator; amateur broadcaster; operator 5WI (1925) - Electoral Rolls: engineer (Allenby Gardens, 1939-43) ===''ANCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Leslie Finion Ancher|Ancher, Norman Leslie Finion or Tinian]] [https://www.familysearch.org/tree/person/details/GXL7-MCQ] - 1910(NSW)-1983(NSW) - Licences: 5NA Adelaide (Mile End, 1937-1939); 2NH Sydney (Lindfield, 1946-1947; Mosman, 1948-1954; Cremorne, 1955-1980+) - Qualifications: cc; AOCP 2057, 1937, SA; BOCP 476, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Chatswood, NSW, 1934); sound engineer (West Maitland, NSW, 1936); engineer (Mile End, SA, 1939; Rose Park, SA, 1941-1943); radio engineer (Mosman, NSW, 1949; Cremorne, NSW, 1958-1968); engineer (Cremorne, NSW, 1972); technical officer (Lane Cove, NSW, 1972-1980) ===''ANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Ronald Anderson|Anderson, Alexander Ronald]] [https://www.familysearch.org/tree/person/details/GXPM-L6J] - 1914(SA)-1997(SA) - Licences: 5GM Adelaide (Eastwood, 1936-1939, 1947; Payneham South, 1948-1980+) - Qualifications: cc; AOCP 1700, 1936, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: warehouseman (Eastwood, SA, 1939-1943) * [[/Andrew Oswald Anderson|Anderson, Andrew Oswald "Oswald", "Andy", "A.O."]] [https://www.familysearch.org/tree/person/details/99GB-Z8L] - 1885(NSW)-1944(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Electoral Rolls: accountant (Mosman, 1913); manager (Rose Bay, 1930; Vaucluse, 1934-1935) - Links: [https://ozvta.com/wp-content/uploads/2011/12/anderson-oswald-1062017.pdf Bio] * [[/Eric William Alfred Anderson|Anderson, Eric William Alfred]] [https://www.familysearch.org/tree/person/details/G8WX-744] - 1908(Vic)-1986(Vic) - Licences: 3KH Melbourne (East Malvern, 1928-1931; Glen Iris, 1933-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 424, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Malvern, 1936-1937); engineer (Camberwell, 1943; Glen Iris, 1949-1968; Burwood, 1972-1980) * [[/Frederic Brian Anderson|Anderson, Frederic Brian]] [https://www.familysearch.org/tree/person/details/L5YN-TYJ] - 1918(Eng)-2008(SA)90yo - Licences: 5FA Tanunda (1934-1939); 5FA Waikerie (1947-1956) - Qualifications: cc; AOCP 1351, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: clerk (Tanunda, SA, 1939-1943) * [[/G. R. Anderson|Anderson, G. R.]] - 19??(???)-19??(???) - Licences: Receive Adelaide (Gilberton, 1923); 5GA Adelaide (Highgate, 1931-1933; Myrtle Bank, 1937-1939, 1947-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/John Francis Anderson|Anderson, John Francis]] [https://www.familysearch.org/tree/person/details/G8JJ-WFL] - 1914(Vic)-19??(???) - Licences: 3JA Warrnambool (1930-1933); 3JA Nullawarre (1937-1939, 1946-1980+) - Qualifications: AOCP 661, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farmer (Warrnambool, 1936; Nullawarre, 1937-1980)- Comment: Several contemporaneous JFAs * [[/Keith Sydney Anderson|Anderson, Keith Sydney]] [https://www.familysearch.org/tree/person/details/GZLK-8J9] - 1911(WA)-1944(Vic) - Licences: 6KS Perth (North Perth, 1935); 6KS Mt Magnet (1937); 6KS Perth (1938-1939) - Qualifications: cc; AOCP 1487, 1935, WA - amateur operator; amateur broadcaster; WW2 (Army, 2nd/1st Infantry Battalion, Private) - Electoral rolls: bank officer (Mt Magnet, WA, 1936-1937; East Perth, WA, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/618137 VWMA]; [https://www.awm.gov.au/collection/R1691738 Roll of Honour]; [https://www.awm.gov.au/collection/P10295040 AWM] * [[/Maurice Bernard Anderson|Anderson, Maurice Bernard]] [https://www.familysearch.org/tree/person/details/GC3V-WL9] - 1908(SA)-1960(Vic) - Licences: Receive Adelaide (Cheltenham, 1923-1924); 5MA Adelaide (Cheltenham, 1925-1928); 3AMA Melbourne (Sandringham, 1947-1956) - Qualifications: cc; AOCP 103, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; fitter - Electoral Rolls: radio engineer (Cloncurry, Qld, 1931-1937) * [[/Percy James Anderson|Anderson, Percy James]] [https://www.familysearch.org/tree/person/details/G8WN-6Y7] - 1908(Vic)-1998(Vic) - Licences: 3PA Melbourne (Westgarth, 1928-1933; West Preston, 1937-1939, 1946-1956); 3PA Dooen (1965-1969); 3PA Geelong (Wallington, 1975-1980) - Qualifications: AOCP 428, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Westgarth, 1934); engineer (Preston, 1936-1963); technician (Horsham, 1967-1968); retired (Wallington, 1972-1980) - Relationships: brother-in-law of 3JR Christopher James Rainbow * [[/Robert Arthur Crosbie Anderson|Anderson, Robert Arthur Crosbie "Bob"]] [https://www.familysearch.org/tree/person/details/G8VK-GZN] - 1908(Vic)-1990(Vic) - Licences: 3WY Melbourne (Camberwell, 1930-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 691, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Camberwell, 1931-1949; Glen Iris, 1954-1967; Burwood, Vic, 1972-1980) ===''ANEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Anear|Anear, Francis George]] [https://www.familysearch.org/tree/person/details/9XLK-9D6] - 1910(SA)-1971(SA) - Licences: 5LK Carrow (1929-1931); 9WZ Momote, Admiralty Islands (1954); 5WZ Adelaide (Parkside, 1955); 3AGF Melbourne (Laverton, 1960); 5WZ Adelaide (Parkside, 1965-1969) - Qualifications: cc; AOCP 556, 1929, No. ?? in SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil identified as Francis George Anear ===''ANGEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Benjamin Angel|Angel, Henry Benjamin "Harry"]] [https://www.familysearch.org/tree/person/details/GQWW-K4Y] - 1891(Eng)-1998(Qld, 106yo) - Licences: 4HA Brisbane (St Lucia, 1935-1939; Enoggera, 1946-1969; Lota, 1975-1980+) - Qualifications: cc; AOCP 1503, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW1, AIF Signals; WW2, AMF, Navy); business proprietor (radio service) - QSLs: Entire collection held by SLQ - Halcyon: p. 51, 60, 81, 163 - Electoral Rolls: motor driver (Kangaroo Point, Qld, 1919; Toowong, Qld, 1919-1925); carrier (St Lucia, Qld, 1928-1937); radio mechanic (Enoggera, Qld, 1949-1972); retired (Lota, Qld, 1977-1980) ===''ANSCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Arthur Anscombe|Anscombe, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/G6TL-7LR] - 1888(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: turner & fitter (Northcote, Vic, 1912-1913; Surrey Hills, Vic, 1914); mechanic (Albert Park, Vic, 1919); manager (Box Hill, Vic, 1927-1943) ===''ANTHONY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Henry Anthony|Anthony, Michael Henry]] [https://www.familysearch.org/tree/person/details/LK3H-6B7] - 1894(Vic)-1966(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio telegraphist (Thursday Island, 1919); telegraphist (Prahran, 1921-1924); clerk (Oakleigh, 1934); railway employee (Sandringham, Vic, 1936-1942); telegraphist (Sandringham, 1954-1963) * [[/Reginald Major Anthony|Anthony, Reginald Major "Reg"]] [https://www.familysearch.org/tree/person/details/GCYN-YWG] - 1908(SA)-1986(SA) - Licences: 5CM Adelaide (Unley Park, 1927-1937; Medindie Gardens, 1938-1939; Prospect, 1946-1960; Somerton Park, 1965-1980+) - Qualifications: cc; AOCP 324, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Wilfred Boykett Anthony - Electoral Rolls: Nil * [[/Wilfred Boykett Anthony|Anthony, Wilfred Boykett]] [https://www.familysearch.org/tree/person/details/GCYJ-3HZ] - 1903(SA)-1974(SA) - Licences: Receive Adelaide (Unley Park, 1923) - Qualifications: Nil identified - amateur receive operator, WW2 - Relationships: Brother of Reginald Major Anthony - Electoral Rolls: bank clerk (Netherby, 1939-1941) ===''APPERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Apperley|Apperley, George]] [https://www.familysearch.org/tree/person/details/GDNQ-5XG] - 1887(NZ)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 704, 1922; 1COCP 237, 1931 - NZ Gov. Telegraphs pre 1910; British Colonial Gov, 1910-1912; AWA (from 1913; Chief Marconi Wireless School 1914-1916; Works Manager 1916-1919; technical superintendent 1919-1923; OIC Beam Wireless 1924; Traffic Manager, Beam Wireless - Electoral Rolls: engineer (Elsternwick, 1922); manager (St Kilda, 1928; Caulfield, Vic, 1931-1936; Elsternwick, Vic, 1943); engineer (Manly, NSW, 1954) ===''ARCHIBALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Wilson Archibald|Archibald, Ian Wilson]] [https://www.familysearch.org/tree/person/details/G8HM-9LC] - 1902(WA)-1993(NSW) - Licences: 2BJ Receive Tingha (1922); 2KU Sydney (Dulwich Hill, 1928-1939, 1946-1955; Sans Souci, 1956-1965; Noraville, 1969-1980+) - Qualifications: cc; AOCP 457, 1928, No. ?? in NSW; 3COCP 2393, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: mining engineer (Dulwich Hill, 1930-1933); engineer (Dulwich Hill, 1936-1954); chemist (Sans Souci, 1958-1963); retired (Noraville, 1968) ===''ARGAET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stanislaus Argaet|Argaet, William Stanislaus]] [https://www.familysearch.org/tree/person/details/GZDZ-8Z8] - 1894(NSW)-1951(Qld) - Licences: 4KH Brisbane (Wynnum, 1931-1939, 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; business proprietor (Wynnum bus service) - Halcyon, p. 87, 127 - Electoral Rolls: electrician (Coorparoo, 1925); bus proprietor (Wynnum, 1928-1949) ===''ARMATI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rex Gordon Armati|Armati, Rex Gordon]] [https://www.familysearch.org/tree/person/details/2S42-XKH] - 1899(Qld)-1973(Qld) - Licences: 4DB Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: chemist's assistant (Stanton Hill, Townsville, 1921-1928); salesman (Neutral Bay, 1930); chemist's assistant (Stanton Hill, Townsville, 1936-1943); employment officer (Darlinghurst, 1949); clerk (Darlinghurst, 1954-1958; Kings Cross, 1963); shipping clerk (Surry Hills, 1968-1972) ===''ARMSTRONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Howard Armstrong|Armstrong, Edwin Howard]] [https://www.familysearch.org/tree/person/details/L5ZX-354] - 1890(USA)-1954(USA) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - USA inventor of the superheterodyne receiver [https://worldradiohistory.com/Archive-Radio-Club-of-America/Legacies-of-Edwin-Howard-Armstong-1990-11-Radio-Club-of-America.pdf RCA 1990 Special Edition] * [[/Stanley John Armstrong|Armstrong, Stanley John]] [https://www.familysearch.org/tree/person/details/GX4V-K7Y] - 1910?(NSW)-1972(Qld) - Licences: 4ZK Brisbane (Enoggera, 1932-1933); 4SA Brisbane (Enoggera, 1954-1969) - Qualifications: cc; AOCP 1004, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: soldier (Windsor, Qld, 1919); clerk (Enoggera, Qld, 1922-1968) * [[/Thomas Armstrong|Armstrong, Thomas]] [https://www.familysearch.org/tree/person/details/G88Q-GGZ] - 1895(Sct)-1964(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRTelephony 217, 1916; 1COCP 132, 1930 - witness to Royal Commission 1927 (obo PMGD) - senior federal public servant (Superintendent, Wireless Branch, NSW, PMGD), promoted to role upon retirement of William Tamillas Stephen Crawford ===''ARNOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Sydney Arnold|Arnold, Albert Sydney]] [https://www.familysearch.org/tree/person/details/9M2W-ZG2] - 1882(NSW)-1965(NSW) - Licences: XAB Sydney (Ashfield, 1911-1914) - Qualifications: Nil identified as yet - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Ashfield, 1913-1954); company secretary (Hurlstone Park, 1958); retired (Hurlstone Park, 1963) * [[/Edwin Charles Arnold|Arnold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/L8QX-H7J] - 1898(NSW)-1970(NSW) - Licences: 2BY Receive Tamworth (1922); 2BY Tamworth (1923-1925); 2BY Coolah (1925-1927); 2BY Sydney (Manly, 1928; Mona Vale, 1933-1936); 2AGW Sydney (Manly, 1938-1939) - Qualifications: cc; AOCP 226, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Mona Vale, 1931-1934), clerk (Balgowlah Heights, 1943-1968) * [[/Ernest Noel Arnold|Arnold, Ernest Noel]] [https://www.familysearch.org/tree/person/details/G84H-8J6] - 1907(NSW)-1978(NSW) - Licences: Receive (Crystal) Albury (1923-1924); 2OJ Albury (1928-1939, 1946-1975) - Qualifications: AOCP 452, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Albury, 1930-1937); fruit merchant (Albury, 1949-1977) * [[/Joseph Leslie Grahame Arnold|Arnold, Joseph Leslie Grahame "Les"]] [https://www.familysearch.org/tree/person/details/L853-R3J] - 1912(Vic)-1991(Tas) - Licences: 7AM Launceston (City, 1934-1939; Invermay, 1946-1956; Mowbray, 1960-1969; City, 1975-1980+) - Qualifications: cc; AOCP 1263, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: textile worker (Launceston North, 1936-1954); mechanic (Mowbray, 1968) * [[/William Henry Redvers Arnold|Arnold, William Henry Redvers]] [https://www.familysearch.org/tree/person/details/L2J7-SZ1] - 1903(Eng)-1993(WA) - Licences: 6BA Perth (Wembley, 1936-1937); 6BA Katanning (1938-1939) - Qualifications: cc; AOCP 1762, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Subiaco, WA, 1931-1937); electrical fitter (Katanning, WA, 1943; Kalgoorlie, WA, 1943); engineer (South Fremantle, WA, 1949); fitter (Scarborough, WA, 1954); electrician (Scarborough, WA, 1958); engineer (Floreat Park, WA, 1963); electrical contractor (West Perth, WA, 1968; South Perth, WA, 1972); electrician (Australind, WA, 1977) ===''ARTHUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Glendon Arthur|Arthur, Charles James Glendon "Glen"]] [https://www.familysearch.org/tree/person/details/G8CT-T62] - 1915(Qld)-1983(Qld) - Licences 4GJ Dayboro (1935-1939); 4GJ Brisbane (Morningside, 1946-1980+) - Qualifications: cc; AOCP 1450, 1935, Qld; BOCP?; 2COCP 493, 1941; 1COCP 639, 1942 - amateur operator, amateur broadcaster - Halcyon: p. 80 - Electoral Rolls: radio engineer (Wagga Wagga, 1943); radio mechanic (Morningside, 1949-1980) ===''ASHBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. W. C. Ashbury|Ashbury, A. W. C.]] - 19??(???)-19??(???) - Licences: Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ASHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice John Ashby|Ashby, Maurice John]] [https://www.familysearch.org/tree/person/details/GX49-L1C] - 1901(Eng)-1973(NSW) - Licences: 4DH Receive Dalby (1923) - Qualifications: cc; CPRT 899, 1925; 2COCP 94, 1930; 1COCP 281, 1932 - amateur receiver - Electoral Rolls: gardener (Dalby, 1922); labourer (Greenslopes, 1925); salesman (Glebe, 1933; Northbridge, 1935-1936; Epping, 1937); radio telegraphist (New Farm, Qld, 1943); planning assistant (Haberfield, NSW, 1943; Pennant Hills, NSW, 1949; Thornleigh, NSW, 1954-1963); retired (Avalon Beach, NSW, 1968-1972) ===''ASHLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Richard Ashley|Ashley, George William Richard]] [https://www.familysearch.org/tree/person/details/GF96-CMZ] - 1919(Eng)-1999(WA) - Licences: 6GA Perth (Carlisle, 1938-1939, 1947-1954); 6GA Kalgoorlie (1955-1956); 6GA Perth (Mt Yokine, 1960-1980+) - Qualifications: cc; AOCP 2094, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Carlisle, WA, 1943-1949); communications officer (Kalgoorlie, WA, 1954-1958); clerk (Yokine, WA, 1963-1980) ===''ASHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Robert Ashlin|Ashlin, Eric Robert]] [https://www.familysearch.org/tree/person/details/GSRF-44C] - 1910(Qld)-1992(Qld) - Licences: 4EA Brisbane (Annerley, 1931-1933); 4EA Toowoomba (1937-1939); 4EA Coolangatta (1946-1947); 4EA Bilinga (1948-1975) - Qualifications: cc; AOCP 873, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Rosentengels, radio service); military (WW2; signals officer) - Halcyon: p. 73, 127, 163 - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1936-1943; Bilinga, Qld, 1949-1963); TV technician (Bilinga, NSW, 1968-1980) ===''ASMUSSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Asmussen|Asmussen, Donald "Don"]] - Licences: 4ZJA Brisbane (Mt Gravatt, 1965); 4FA Brisbane (Mt Gravatt, 1969-1980+) - amateur operator, JOTA participant 1960s ===''ATHELSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. N. Athelstone|Athelstone, G. N.]] - 19??(???)-19??(???) - Licences: 5NG Central Australia (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Joseph Atkins|Atkins, Kenneth Joseph "Ken"]] [https://www.familysearch.org/tree/person/details/GCXH-NW7] - 1912(Eng)-2001(SA) - Licences: 5MW Adelaide (Semaphore, 1932-1939; Woodville Park, 1946-1948; Eden Hills, 1954; Blackwood Park, 1955-1960; Campbelltown, 1965-1980+) - Qualifications: cc; AOCP 910, 1932, No. ?? in SA; BOCP 415, 1941 - amateur operator; amateur broadcaster; engineer (Dept. Civil Aviation) - Electoral Rolls: mechanic (Semaphore, SA, 1939-1941); engineer (Woodville Park, SA, 1943) * [[/Leslie Morton Atkins|Atkins, Leslie Morton "Les"]] [https://www.familysearch.org/tree/person/details/MCTV-T5T] - 1876(Vic)-1949(WA) - Licences: 4LA Townsville (1924-1926); 5LA Adelaide (Magill, 1926-1931; Tusmore, 1933; Erindale, 1937-1939); seems to have operated in Townsville as 4GD ca Nov 1924? - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMGD (telegraphist, east-west overland telegraph, Eucla, 1910); engineer (PMGD, divisional engineer) - Halcyon: AOCP Townsville 1925, p. 88 - Electoral Rolls: telegraphist (Eucla, 1903-1910; Victoria Park, 1912-1916); district engineer (Townsville, 1919-1925); engineer (Tusmore, 1939); retired (Lismore Base Hospital, NSW, 1943) ===''ATKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Marshall Atkinson|Atkinson, John Marshall]] [https://www.familysearch.org/tree/person/details/G89L-C6R] - 1906(Eng)-1999(ACT) - Licences: 2RZ Sydney (Mosman, 1927-1930; Carrs Park, 1931-1936; Glebe, 1937; Chippendale, 1938-1939); 4RZ Labrador (1955); 4RZ Gatton (1956-1960); 4RZ Southport (1969-1980+) - Qualifications: AOCP 331, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Neutral Bay, 1930); organiser (Darlinghurst, 1943); shopkeeper (Gatton, 1958-1963; Labrador, 1968); retired (Southport, 1972-1980) * [[/Noel Whittaker Atkinson|Atkinson, Noel Whittaker]] [https://www.familysearch.org/tree/person/details/K2XX-V88] - 1908(Qld)-1979(Qld) - Licences: 4WK Brisbane (1929), 4NA Brisbane (1930-1935, Check), 4BT Brisbane (Camp Hill, 1946-1965+) - Qualifications: AOCP 530, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, business proprietor (radio sales & service), federal public servant (DCA) - Electoral Rolls: - radio mechanic (Camp Hill, 1937-1977) - (Halcyon, p. 102) * [[/Reginald Aubrey Atkinson|Atkinson, Reginald Aubrey]] [https://www.familysearch.org/tree/person/details/9V5M-WJC] - 1895(Qld)-1965(Qld) - Licences: 4RA Brisbane (South Brisbane, 1928-1933; Annerley, 1937-1939) - Qualifications: cc; AOCP 412, 1928, No. 46 in Qld - amateur operator; amateur broadcaster - Halcyon: not mentioned - Electoral Rolls: clerk (Coorparoo, 1919); accountant (Rosewood, 1925); timber merchant (Yeronga, 1925; Thompson Estate, 1937-1949; Southport, 1958-1963) * [[/Robert Henry Atkinson|Atkinson, Robert Henry]] [https://www.familysearch.org/tree/person/details/GXY5-2P3] - 1913(WA)-19??(???) - Licences: 6WZ Perth (Victoria Park, 1936-1939); 6WZ Geraldton (1947-1955); 6WZ Albany (1956-1965); 6WZ Katanning (1969); 6WZ Albany (1975-1980) - Qualifications: cc; AOCP 1804, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: journalist (Victoria Park, WA, 1936-1937); radio announcer (Geraldton, WA, 1943); broadcast station manager (Geraldton, WA, 1949-1954); manager (Albany, WA, 1958-1968); radio announcer (Albany, WA, 1972-1980) ===''AUGUSTESEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Gerald Augustesen|Augustesen, Gordon Gerald]] [https://www.familysearch.org/tree/person/details/GZDZ-LF9] - 1915(Qld)-1986(Qld) - Licences: 4JN Brisbane (Mitchelton, 1932-1939); 4XQ Brisbane (Auchenflower, 1947-1948; Oakleigh, 1954-1960; Kenmore, 1965-1980+) - Qualifications: cc; AOCP 1046, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); military (WW2, RAAF, radar technician); business proprietor (Telair) - Halcyon: p. 85, 127 - Electoral Rolls: radio engineer (Mitchelton, Qld, 1943); manager (Auchenflower, Qld, 1949; Dorrington, Qld, 1954-1963; Kenmore, Qld, 1968-1980) ===''AUSTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emanuel Maxwell Austin|Austin, Emanuel Maxwell "Mannie"]] [https://www.familysearch.org/tree/person/details/G8HH-98K] - 1909(NSW)-1997(NSW) - Licences: 2KZ Kurri Kurri (1929-1980+) - Qualifications: AOCP 477, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clipper (Kurri Kurri, 1930-1980) * [[/Henry Lashbrooke Austin|Austin, Henry Lashbrooke "Hal"]] [https://www.familysearch.org/tree/person/details/L4V2-LDC] - 1902(SA)-1954(SA) - Licences: 5BN Adelaide (Norwood, 1923-1928); 5AW Adelaide (Rose Park, 1947-1954) - Qualifications: cc; AOCP 101, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Victoria Park, SA, 1939; Rose Park, 1941-1943) * [[/Selwood Charles Austin|Austin, Selwood Charles]] [https://www.familysearch.org/tree/person/details/GXBD-TVV] - 1902(WA)-1985(WA) - Licences: 6SA Perth (Victoria Park, 1927; South Perth, 1930-1956; Maida Vale, 1960-1969; Morley, 1975-1980+) - Qualifications: cc; CPRT 625, 1921; 1COCP 134, 1930 - amateur operator; amateur broadcaster - Relationships: Brother-in-law of Stanley Hogg - Electoral Rolls: electrician (South Perth, WA, 1931-1958); police officer (Maida Vale, WA, 1963-1968; Kalamunda, WA, 1972); retired (Morley, WA, 1977-1980) ===''AVARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Avard|Avard, Alfred Edward]] [https://www.familysearch.org/tree/person/details/G8X2-RRL] - 1901(Vic)-1978(Vic) - Licences: 3AZ Melbourne (Northcote, 1930-1939; Kew, 1946-1965) - Qualifications: AOCP 620, 1930, No. ?? in Vic; 1COCP 88, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Northcote, 1925-1937); public servant (Kew, 1943-1977) =='''B'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''BACKLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lincoln Backler|Backler, Eric Lincoln]] [https://www.familysearch.org/tree/person/details/LV8Q-6SK] - 1911(SA)-1980(SA) - Licences: 5HK Kingston SE (1933-1939, 1954-1980) - Qualifications: cc; AOCP 1093, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Kingston, SA, 1939) ===''BADENOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Herbert Lionel Badenoch|Badenoch, James Herbert Lionel]] [https://www.familysearch.org/tree/person/details/GXG7-3XK] - 1913(NSW)-1984(SA) - Licences: 5LB Adelaide (Trinity Gardens, 1932-1980+) - Qualifications: cc; AOCP 1012, 1932, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BADER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Adolphus Frederick Bader|Bader, Henry Adolphus Frederick]] [https://www.familysearch.org/tree/person/details/97M3-V5X] - 1866(Ger)-1928(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman, Trading Committee, Wireless Development Assoc (Perth); witness to Royal Commission 1927 (obo WDA) - Electoral Rolls: electrical engineer (North Perth, 1913-1926) ===''BADGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Victor Badger|Badger, Albert Victor]] [https://www.familysearch.org/tree/person/details/G9RY-9X6] - 1893(Eng)-1983(NSW) - 2YT Receive Sydney (Rozelle, 1923-1924), 2AB Sydney (Rozelle, 1925-1926; North Sydney, 1927-1929; Crows Nest, 1930; Rozelle, 1931-1934; Leichhardt, 1935-1939), amateur operator (AOCP 202, 1925, No. ?? in NSW), amateur broadcaster, operator (Hobart East, 1919); picture operator (Crows Nest, 1930; Rozelle, 1934; Lilyfield, 1937-1972; Leichhardt, 1977-1980)) ===''BAGST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. D. A. Bagst|Bagst, E. D. A.]] - 19??(???)-19??(???) - Licences: 5EB Adelaide (Woodville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: individual not yet identified, possibly Elizabeth D. Bagst nee Boyle who married Leslie Bagst at Newtown, NSW 1925, possible YL operator ===''BAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Leonard Bain|Bain, John Leonard]] [https://www.familysearch.org/tree/person/details/GD4V-6SV] - 1891(Eng)-19??(NSW?) - Licences: Nil yet identified - Qualifications: cc; CPRT 109, 1915 - ship wireless officer (pre WW1, WW1); journalist (technical editor, Listener-In, -1934+); clubs (IRE USA); WW1 (1916-1919); Associate Editor, Popular Radio Weekly (1927); witness to Royal Commission 1927 (as associate editor, Popular Radio Weekly, Victoria) - Education: B.Sc.(London) - Electoral Rolls: engineer (Essendon, Vic, 1925-1936); journalist (Darling Harbour, NSW, 1937) - Links: [https://www.awm.gov.au/collection/P10688424 AWM] ===''BAILEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bailey|Bailey, George]] [https://www.familysearch.org/tree/person/details/GDKW-8PX] - 1882(Eng)-19??(???) - Licences: 5GB Mt Gambier (1924-1926) - Qualifications: cc; CPRT 79, 1915 - RANRS (CPO to Warrant Telegraphist, 1917); amateur operator; amateur broadcaster - Electoral Rolls: retired (Mt Gambier, 1939-1943) * [[/Jack Harry Bailey|Bailey, Jack Harry]] [https://www.familysearch.org/tree/person/details/KG85-LZ4] - 1912(Qld)-1989(Qld) - Licences: 4JC Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1299, 1934, Qld; BOCP 1902, 1961 - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Red Hill, Qld, 1936-1937); electrical mechanic (Annerley, Qld, 1943-1954); teacher (Tarragindi, Qld, 1958-1963); college principal (Mackay, Qld, 1968); principal (Bundaberg, Qld, 1972; Tarragindi, Qld, 1977-1980) * [[/Robert Howard Bailey|Bailey, Robert Howard]] [https://www.familysearch.org/tree/person/details/GXLM-1X6] - 1917(SA)-1995(SA) - Licences: 5NW Crystal Brook (1936-1939); 5NW Adelaide (Kensington Park, 1948; Huddleston, 1954-1960); 5NW Crystal Brook (1965-1980+) - Qualifications: cc; AOCP 1764, 1936, SA; BOCP 673, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Crystal Brook, SA, 1939-1943) ===''BAIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Allan Baird|Baird, Thomas William Allan]] [https://www.familysearch.org/tree/person/details/LHKG-JVD] - 1886(Qld)-1943(Qld) - Licences: 4DY Receive Brisbane (Bayswater, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (AIF, 11 Field Company Engineers, 1916) - Electoral Rolls: gardener (North Pine, Qld, 1908); labourer (Bayswater, Qld, 1912-1913); storeman (Torwood, Qld, 1916-1943) ===''BAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Andrew Claude Baker|Baker, Andrew Claude]] [https://www.familysearch.org/tree/person/details/G6TG-RZ9] - 1897(Eng)-1935(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 144, 1915; 2COCP 193, 1930; 1COCP 303, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIR Rockhampton (1917-1918) - Electoral Rolls: wireless operator (Clayfield, 1914-1917; Rockhampton, 1919-1934) * [[/Charles Whiteway Baker|Baker, Charles Whiteway]] [https://www.familysearch.org/tree/person/details/LL93-HYP] - 1905(Vic)-1978(Vic) - Licences: 3VP Receive Bendigo (1923-1924); 3VP Bendigo (1925-1975) - Qualifications: cc; AOCP 156, 1925, No. ?? in Vic; BOCP 451, 1942 - amateur receiver; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (as a "listener"); merchant - Electoral Rolls: salesman (Bendigo, 1927-1931); merchant (Bendigo, 1934-1968; Kennington, 1972-1977) * [[/Ernest James Baker|Baker, Ernest James]] [https://www.familysearch.org/tree/person/details/GZ6F-K5B] - 1904(NSW)-1973(NSW) - Licences: 2FP Receive Newcastle (Maryville, 1922-1923); 2FP Newcastle (Maryville, 1924-1928; Wickham, 1929; Hamilton, 1930-1939, 1946-1969) - Qualifications: cc; AOCP 69, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: draftsman (Hamilton, 1930-1972) * [[/Edwin Weldon Baker|Baker, Edwin Weldon]] [https://www.familysearch.org/tree/person/details/LYWP-F1D] - 1895(NSW)-1979(NSW) - Licences: 4CI Receive Brisbane (Northgate, 1922) - Qualifications: cc; CPRT 733, 1922 - amateur receiver - Halcyon: not mentioned - Electoral Rolls: joiner (Northgate, 1919-1977) * [[/John Frederick Thomas Baker|Baker, John Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GCY6-8XY] - 1908(???)-1977(Vic) - 3LF Melbourne (Northcote, 1927+), qualifications (AOCP 325, 1927, No. ?? in Vic), amateur operator, amateur broadcaster, * [[/Herbert Edward Baker|Baker, Herbert Edward]] [https://www.familysearch.org/tree/person/details/9V2B-245] - 1875(Vic)-1948(Qld) - Licences: 4HB Charleville (1925-1927) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; grazier - Halcyon: p. 81, 111 - Electoral Rolls: station manager (Charleville, 1903); grazier (Charleville, 1908-1943) * [[/Sidney Charles Baker|Baker, Sydney or Sidney Charles]] [https://www.familysearch.org/tree/person/details/MZSZ-J4H] - 1909(Vic)-1977(Vic) - Licences: 3KU Receive Melbourne (South Melbourne, 1922-1924), 3BK Melbourne (South Melbourne, 1925-1933; Albert Park, 1937; South Melbourne, 1938-1939, 1946-1954; Bonbeach, 1955-1969; Seaford, 1975) - Qualifications: AOCP 177, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (South Melbourne, 1937); optical mechanic (Carrum, 1963-1972); retired (Carrum, 1977) * [[/Walter Ross Baker|Baker, Walter Ross]] [https://www.familysearch.org/tree/person/details/G8CY-D78] - 1905(SA)-1978(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''BALDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Loris John Balderson|Balderson, Loris John]] [https://www.familysearch.org/tree/person/details/GMVR-1RW] - 1895(Vic)-1932(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; RAAF (Flying Officer, Technical Branch, 1927); witness to Royal Commission 1927 (obo RAAF) - Electoral Rolls: officer, RAAF (Footscray, 1924); flying officer (Werribee, 1925); flight-lieutenant (Werribee, 1931) - Links: [https://www.crossandcockade.com/uploads/Balderson.pdf Bio] ===''BALSILLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Graeme Balsillie|Balsillie, John Graeme]] [https://www.familysearch.org/tree/person/details/G7MR-7MN] - 1885(Qld)-1924(USA) - radio business proprietor, senior federal public servant (PMGS, Commonwealth Wireless Expert), inventor, (Halcyon, not mentioned) - [https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf John Graeme Balsilie: Australia's Forgotten Wireless Pioneer]; [https://adb.anu.edu.au/biography/balsillie-john-graeme-5117 ADB] ===''BAMFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Bamfield|Bamfield, Alfred George]] [https://www.familysearch.org/tree/person/details/GM19-HNG] - 1892(NSW)-1918(NZL) - Licences: XQJ Corfield (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Halcyon: p. 3 - Electoral Rolls: clerk (Muttaburra, Qld, 1913) ===''BANCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John Bancroft|Bancroft, Stanley John]] - 19??(???)-19??(???) - Broadcast technician (2CY), federal public servant (PMGD, ABC) ===''BANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Edward William Banks|Banks, Harold Edward William "Harry"]] [https://www.familysearch.org/tree/person/details/G6S7-3BT] - 1911(NZL)-2000(Tas) - Licences: 7HB Hobart (North Hobart, 1938-1939; Richmond, 1946-1956; Penna, 1960-1965; New Town, 1969-1980+) - Qualifications: cc; Nil yet identified (New Zealand?) - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Hobart North, 1936-1937); council clerk (Richmond, 1943-1954) ===''BANYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ingram Banyer|Banyer, Ingram]] [https://www.familysearch.org/tree/person/details/9F95-CYX] - 1893(SA)-1976(SA) - Licences: XVQ Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: clerk (Blackwood, SA, 1939-1943) ===''BARBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel George Barber|Barber, Samuel George]] [https://www.familysearch.org/tree/person/details/GXLC-66B] - 1913(SA)-1991(SA) - Licences: 5MV Adelaide (Henley Beach, 1933-1937; Woodville, 1938-1939) - Qualifications: cc; AOCP 1232, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: welder (Woodville, SA, 1939); radio engineer (5RM, Berri, SA, 1941; Glenelg, SA, 1943) * [[/William Henry Barber|Barber, William Henry]] [https://www.familysearch.org/tree/person/details/LY4N-QRD] - 1897(SA)-1965(WA) - Licences: Receive Adelaide (Cumberland, 1923-1925); 5WH Adelaide (Cumberland, 1926-1931); 5WH Port Pirie (1933-1937); 6DX Kalgoorlie (1938-1939; 1946-1960) - Qualifications: cc; AOCP 266, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio engineer (Kalgoorlie, 1937-1963) ===''BARBIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alphonse Barbier|Barbier, Edward Alphonse or Alphonse Edward]] [https://www.familysearch.org/tree/person/details/GXLV-5TW] - 1904(SA)-1962(SA) - Licences: 5MD Adelaide (Stockdale Reserve, 1932-1939; City, 1947-1960) - Qualifications: cc; AOCP 958, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARBOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Heyward Barbour|Barbour, Kenneth Heyward]] [https://www.familysearch.org/tree/person/details/GZXJ-1VZ] - 1905(Vic)-1952(Vic) - Licences: 3ZI Melbourne (Armadale, 1923-1926) - Qualifications: AOCP 105, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARDIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Frederic Bardin|Bardin, William Frederic or Frederick "Bill", "Old Bill"]] [https://www.familysearch.org/tree/person/details/GSS9-TG4] - 1899(Eng)-1976(NSW) - Licences: 3ZA Melbourne (North Carlton, 1923-1925); 4AB Townsville (1925-1927); 4AB Brisbane (Fairfield & Yeronga, 1931-1933); 2ABZ Sydney (Ermington & Dundas 1937-1939, 1946-1961+) - Qualifications: cc; CPRT 615, 1921; 1COCP 58, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); coastal radio operator (AWA); state public servant (4QG); federal public servant (Halcyon, p. 63) - Electoral Rolls: clerk (Townsville, 1922); radio engineer (Townsville, 1925; Buranda, 1926; Fairfield, 1928); engineer (Dundas, 1936-1943; Eastwood, 1949-1968) ===''BARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Morphew Barker|Barker, Rupert Morphew]] [https://www.familysearch.org/tree/person/details/GCGH-7LM] - 1890(Eng)-1973(Tas) - Licences: 5RM Adelaide (Prospect, 1924-1933); 7RM Hobart (City, 1947-1948; Lenah Valley, 1949-1969) - Qualifications: cc; Nil yet identified (likely qualified in England) - amateur operator; amateur broadcaster; WW2; broadcast engineer (sound) - Electoral Rolls: electrician (South Yarra, Vic, 1931-1936; Hobart North, Tas, 1937; Hobart South, Tas, 1943); sound engineer (Hobart West, Tas, 1949); engineer (Moonah, Tas, 1954; New Town, Tas, 1963) * [[/William Henry Barker|Barker, William Henry (R.?)]] [https://www.familysearch.org/tree/person/details/GHGY-243] - 1905(NSW)-1956(NSW) - licences: Receive (Crystal) Sydney (Concord, 1923-1924); 2BW Sydney (Concord, 1925-1931), qualifications: AOCP 217, 1925, No. ?? in NSW, amateur operator, amateur broadcaster, electoral rolls: electrical mechanic (Concord, 1930-1943), beware several contemporaneous William Henry Barker ===''BARLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Kenneth Barlin|Barlin, George Kenneth]] [https://www.familysearch.org/tree/person/details/L2VX-DP3] - 1916(NSW)-2016(ACT) - qualifications (BOCP 67, 1937), long term employee 2CA Canberra, manager TV network ===''BARLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Barlow|Barlow, Edward]] [https://www.familysearch.org/tree/person/details/G8K2-2FL] - 1895(NSW)-1968(Qld) - Licences: 2GQ Receive Armidale (1922); 2GQ Armidale (1922-1926); 2GQ Glen Innes (1927); 2GQ Sydney (Darlinghurst, 1928); 2GQ Canberra (1929); 2GQ Mudgee (1930-1931); 2GQ Sydney (Cammeray, 1933-1934; North Sydney, 1935-1936; Mosman, 1937-1939 & 1946-1965) - Qualifications: cc; AOCP 4, 1924, No. 3 in NSW - amateur operator; amateur broadcaster - TroveTag: "2GQ - Edward Barlow" - Electoral Rolls: public servant (Mudgee, 1930-1932; Cammeray, 1933-1935; Milsons Point, 1936; Mosman, 1937); divisional returning officer (Bathurst, 1943; Mosman, 1949-1958) ===''BARNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Barnes|Barnes, Thomas Walter]] [https://www.familysearch.org/tree/person/details/G8Z6-PZ2] - 1910(Vic)-2002(NSW) - Licences: 3TB Melbourne (Ascot Vale, 1929-1933; Moonee Ponds, 1937-1939; West Brunswick, 1946-1980+) - Qualifications: AOCP 537, 1929, No. ?? in Vic; BOCP 243,1939 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Ascot Vale, 1931-1936); mechanic (Moonee Ponds, 1937-1942); electrical maintenance (West Brunswick, 1949-1980) - beware another contemporaneous Thomas Walter Barnes (1893-1925) ===''BARRACLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Barraclough|Barraclough, Francis "Frank"]] [https://www.familysearch.org/tree/person/details/G8KL-MNY] - 1903(Qld)-1974(Qld) - Licences: 4GY Brisbane (Kedron, 1933-1935); 4GX Brisbane (Kedron, 1935-1939; 1946-1969) - Qualifications: cc; AOCP 1075, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2); radio service (Palings) - Halcyon: p. 81 - Electoral Rolls: carpenter (Kedron, 1937-1972) ===''BARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Barry|Barry, William Lawrence (BMD) or Lawrence William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/MK6C-NBK] - 1905(Qld)-1970(Qld) - Licences: 4FQ Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: storeman (South Brisbane, Qld, 1929); taxi driver (South Brisbane, Qld, 1937-1968) ===''BARTHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Lewis Barthold|Barthold, Godfrey Lewis]] [https://www.familysearch.org/tree/person/details/GZKR-JWZ] - 1899(Vic)-1993(Vic) - 3GL Melbourne (Malvern, 1925-1927), 3BT Melbourne (Malvern, 1931-1939; Glen Iris, 1946-1980+), amateur operator (AOCP 210, 1925, No. ?? in Vic), amateur broadcaster, clerk (Malvern, 1924-1931), radio manufacturer (Camberwell, 1937-1943; Glen Iris, 1949-1972), retired (Mt Martha, 1977-1980) ===''BARTHOLOMEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Bartholmew|Bartholomew, Charles Percy]] [https://www.familysearch.org/tree/person/details/G6CZ-8YR] - 1861(Eng)-1942(NSW) - Licences: XBM Sydney (Mosman, 1911-1914); 2FO Receive Sydney (Kirribilli, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver; company director (AWA); witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: merchant (Milsons Point, 1930-1937) - Comment: famously charged and convicted of trading with the enemy during WW1 but only slapped on wrist (together with Ernest Thomas Fisk and Hugh Robert Denison) ===''BARTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gustavus Campbell Barton|Barton, Edward Gustavus Campbell]] [https://www.familysearch.org/tree/person/details/KJ57-87Y] - 1857(Vic)-1942(Eng) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter, scientist, business proprietor (Barton & White) - Halcyon: not mentioned) - [https://adb.anu.edu.au/biography/barton-edward-gustavus-campbell-9445 ADB] * [[/Graham Francis Barton|Barton, Graham Francis]] [https://www.familysearch.org/tree/person/details/GX5P-KYT] - 1918(SA)-2005(SA) - Licences: 5BN Mt Gambier (1937-1939); 5BN Adelaide (Unley, 1947-1956; Malvern, 1960-1980+) - Qualifications: cc; AOCP 1993, 1937, SA; 1COCP 1709, 1954 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Hyde Park, SA, 1941-1943) * [[/Richard McRae Barton|Barton, Richard McRae "Dick"]] - 1940(???)-2021(Qld) - broadcast engineer, director engineering FACTS (1981-2001), ABU Engineering Award 2004, Fellow SMPTE, contributed to development DTV standards, chaired preparatory meeting to WRC 2000, [https://www.itu.int/dms_pub/itu-r/oth/0a/07/R0A070000420001PDFE.pdf ITU Tribute] ===''BARTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graeme Bartram|Bartram, Graeme]] - historian (early Aus wireless: 2011 "John Graeme Balsilie: Australia's Forgotten Wireless Pioneer"[https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf]) ===''BASIL-COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * Frank Basil-Cooke see Cooke, Frank Basil "Basil" ===''BASSETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Rankin Bassett|Bassett, Francis Rankin]] [https://www.familysearch.org/tree/person/details/GQZJ-28Y] - 1906(NSW)-1982(NSW) - 2FR Sydney (Bexley, 1925-1928; Arncliffe, 1929), 2FR Singleton, 1931-1939), amateur operator (AOCP 194, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother John Bassett * [[/John Bassett|Bassett, John]] [https://www.familysearch.org/tree/person/details/L8M2-8XN] - 1904(NSW)-1979(NSW) - 2VO Receive Stroud (1923), amateur operator (AOCP 232, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother Francis Rankin Bassett ===''BATCHLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Victor Batchler|Batchler, Charles Victor "Victor"]] [https://www.familysearch.org/tree/person/details/K4NN-FXJ] - 1897(Tas)-1985(Tas) - Licences: XZJ Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: Uncle of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: shift engineer (Waddamana, 1922) * [[/Jack Copeland Batchler|Batchler, Jack Copeland]] [https://www.familysearch.org/tree/person/details/KCSK-D8F] - 1910(Tas)-1979(Tas) - Licences: 7JB Hobart (1932-1939); 3AJB Melbourne (1947); 7JB Hobart (Sandy Bay, 1948-1975+) - Qualifications: cc; AOCP 957, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: nephew of XZJ Charles Victor Batchler; husband of 7YL Joyce Isabel Batchler nee Crowder - Electoral Rolls: soldier (Nelson, 1943-1949); no occupation (Nelson, 1972) * [[/Joyce Isabel Crowder|Batchler nee Crowder, Joyce Isabel]] [https://www.familysearch.org/tree/person/details/LYNY-PKG] - 1915(Tas)-2015(Tas) - Licences: 7YL Hobart (Sandy Bay, 1936-1980) - Qualifications: AOCP 1627, 1936, Tas - amateur operator; amateur broadcaster; YL - Relationships: Wife of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: home duties (Nelson, 1943-1972) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''BATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Bate|Bate, Arthur John]] [https://www.familysearch.org/tree/person/details/GXKQ-PYC] - 1917(WA)-2010(SA) - Licences: 5ZA Adelaide (Adelaide City, 1937-1939) - Qualifications: cc; AOCP 1891, 1937, SA; BOCP 1481, 1956; 1COCP 2049, 1967 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil yet identified ===''BATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lister Bates|Bates, Jack Lister]] [https://www.familysearch.org/tree/person/details/GCGK-238] - 1912(Qld)-1998(Qld) - Licences: 4UR Brisbane (Teneriffe, 1935-1939, 1946-1947; Lutwyche, 1948-1969; Toombul, 1975-1980) - Qualifications: cc; AOCP 1430, 1935, Qld - amateur operator; amateur broadcaster; Radio Club (WIAQ, QSL Manager); part of the "U" gang; WW2 - Halcyon: p. 12, 99, 137, 141, 145 - Electoral Rolls: storeman (Teneriffe, Qld, 1936-1943); labourer (Lutwyche, Qld, 1949-1958; Wooloowin, Qld, 1968); cashier (Toombul, Qld, 1972-1980) ===''BATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Henry Batt|Batt, Cecil Henry]] [https://www.familysearch.org/tree/person/details/GMLJ-5SB] - 1904(Tas)-1942(Tas) - Licences: Receive (Crystal) Bothwell (1923) - Qualifications: cc; 3COCP 434, 1940 - amateur receiver - Electoral Rolls: motor driver (Bothwell, 1928); labourer (Melton Mowbray, 1936-1937) ===''BATTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Thomas Battle|Battle, Edmund Thomas]] [https://www.familysearch.org/tree/person/details/G6C8-G32] - 1890(UK)-1970(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a listener) - Electoral Rolls: teamster (Dorrigo, 1913); dairy farmer (Malanda, 1919); sawmill manager (Tumoulin, 1931); sawmiller (Ravenshoe, 1936-1937); timber merchant (Paddington, 1943); sawmiller (Albion, 1949) ===''BATTYE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Sykes Battye|Battye, James Sykes]] [https://www.familysearch.org/tree/person/details/9V7W-HL5] - 1871(Vic)-1954(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - librarian; historian; witness to Royal Commission 1927 (as chairman, special committee, Western Australian Listeners' League) - Electoral Rolls: librarian (Perth, 1910-1937); principal librarian (Perth, 1943-1949) - Links: [[w:James Battye|Wikipedia]] [https://adb.anu.edu.au/biography/battye-james-sykes-5156 ADB] ===''BATY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Baty|Baty, Richard]] [https://www.familysearch.org/tree/person/details/GXLV-BZX] - 1913(Eng)-19??(???) - Licences: 5MH Adelaide (Brompton, 1931; Pennington, 1937; Challa Gardens, 1938-1939; Lockleys, 1954-1969; Henley Beach South, 1975-1980) - Qualifications: cc; AOCP 757, 1931, No. ?? in SA; AOLCP 160, 1934; BOCP 242, 1939; 1COCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Franklin, SA, 1941-1943) ===''BAUER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Thomas Bauer|Bauer, Alfred Thomas "Alf"]] [https://www.familysearch.org/tree/person/details/MSCM-QB1] - 1908(Qld)-2004(Qld) - Licences: 4AT Brisbane (Annerley, 1927-1933) & Cairns? - Qualifications: cc; AOCP 333, 1927, No. 36 in Qld; CPRTelephony 1119, 1928; 1COCP 92, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); state public servant (4QG); WW2 - Halcyon: p. 67, 86, 111, 127, 130 - Electoral Rolls: radio engineer (Cairns, 1936; Camp Hill, 1937); radio tech (Camp Hill, 1943-1980) ===''BAXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Baxter|Baxter, Arthur Henry]] [https://www.familysearch.org/tree/person/details/L62R-CKR] - 1900(Eng)-1983(WA) - Licences: 6BX Geraldton (1937-1939) - Qualifications: cc; AOCP 1989, 1937, WA; BOCP 381, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: station employee (Lyons River Station, Carnarvon, WA, 1925-1926); wood merchant (Geraldton, WA, 1931-1937); broadcast station operator (Geraldton, WA, 1949-1972); retired (Thornlie, WA, 1977-1980) * [[/Sidney Roy Baxter|Baxter, Sidney or Sydney Roy]] [https://www.familysearch.org/tree/person/details/LWX9-XWV] - 1915(Qld)-1985(Qld) - Licences: 4FJ Brisbane (Camp Hill, 1935-1939; Coorparoo Heights, 1946-1947; Cribb Island, 1948-1950; Camp Hill, 1954-1980+) - Qualifications: cc; AOCP 1569, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless officer); employment (Trittons, radio service); business proprietor (radio service) - Halcyon: p. 76, 137 - Electoral Rolls: truck driver (Camp Hill, Qld, 1936-1943); radio mechanic (Cribb Island, Qld, 1949); radio technician (Camp Hill, Qld, 1954-1980) ===''BEAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Beames|Beames, Kenneth]] [https://www.familysearch.org/tree/person/details/9NQJ-L17] - 1899(NSW)-1989(NSW) - Licences: N754 Receive Sydney (Randwick, 1922); 2IB Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: manufacturer (Five Dock, 1930-1958; Linden, 1963-1980) ===''BEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Percival Reed Bean|Bean, Leslie Percival Reed]] [https://www.familysearch.org/tree/person/details/KHWZ-6ZZ] - 1884(Vic)-1972(NSW) - Licences: 2ZT Sydney (Mosman, 1923-1925); 2LP Sydney (Mosman, 1924-1928; Artarmon, 1929-1936; Pymble, 1937-1939) - Qualifications: cc; Nil yet identified - PMGD (Elec. Engineer, 1904-1919); L. P. R. Bean & Co (founder 1920-1926); Stromberg-Carlson (founder, 1927-1933+); Council IREAust - Electoral Rolls: electrical instrument fitter (Ascot Vale, 1909); engineer (Brighton, Vic, 1912-1915; Artarmon, NSW, 1930); company director (Pymble, 1933-1943; Roseville, 1949-1954); electrical engineer (Lindfield, 1958-1968) ===''BEARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Gordon Beard|Beard, Ernest Gordon]] [https://www.familysearch.org/tree/person/details/GW2G-25R] - 1897(Eng)-1968(USA) - Licences: Nil yet identified - Qualifications: cc; 1COCP 304, 1939 - broadcast engineer (United Distributors; 2KY; 2GB); inventor; witness to Royal Commission 1927 (as consulting engineer, 2GB) - Electoral Rolls: engineer (Northbridge, 1930-1934); radio engineer (Northbridge, 1936-1937); wireless engineer (Willoughby, 1943-1949); engineer (Forestville, 1958-1963) - Links: [https://www.radiomuseum.org/dsp_hersteller_detail.cfm?company_id=12500 radiomuseum.org] * [[/Norman George Beard|Beard, Norman George]] [https://www.familysearch.org/tree/person/details/LT9G-GSZ] - 1902(Vic)-1984(NSW) - Licences: 3DR Receive Balnarring (1922-1923); 2PK Wentworthville (1930); 2ALJ Sydney (Prospect, 1939; Toongabbie, 1946-1954; Brookvale, 1955; Dee Why, 1956-1961); 2ALJ Terrigal (1965) - Qualifications: AOCP 583, 1930, No. ?? in NSW; TVOCP 25, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Pendle Hill, NSW, 1930; Balnarring, Vic, 1931; Prospect, NSW, 1933-1937); RAAF instructor (Ballarat, 1942); teacher (Toongabbie, 1949-1954; Brookvale, 1958); retired (Terrigal, 1963-1972; Wendouree, Vic, 1977; Caves Beach, 1980) ===''BEARUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Andrew Bearup|Bearup, Herbert Andrew]] [https://www.familysearch.org/tree/person/details/GDLJ-B1C] - 1900(Vic)-1982(Vic) - Licences: V740 Receive Melbourne (Caulfield East, 1922); 3GT Receive Melbourne (Caulfield East, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Malvern East, 1921-1924; Caulfield East, 1925-1928); farmer (Bentleigh, 1934-1949); engineer (Highett, 1963-1967; Moorabbin, 1972-1980) * [[/Thomas William Bearup|Bearup, Thomas William]] [https://www.familysearch.org/tree/person/details/9J7R-T9D] - 1897(Vic)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 224, 1916 - studio manager 3LO (1927); witness to Royal Commission 1927 (as studio manager, 3LO, Victoria); WW1 (merchant navy) - Electoral Rolls: operator (Caulfield, 1924); radio engineer (Auburn, Vic, 1931-1937); manager (Roseville, NSW, 1943) ===''BEATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Beatson|Beatson, Robert John "Bob"]] [https://www.familysearch.org/tree/person/details/GSJV-2D2] - 1909(Qld)-2003(Qld) - Licences: 4BB Brisbane (Wilston, 1928); 4BB Maryborough (1931-1939) - Qualifications: cc; AOCP 394, 1928, No. 44 in Qld; AOLCP 173, 1934 - amateur operator; amateur broadcaster; radio club administrator (WIAQ); broadcast engineer (4MB); WW2 - Halcyon: p. 68, 139, 141, 163, 164 - Electoral Rolls: radio mechanic (Maryborough, 1931); radiotrician (Maryborough, 1937-1949); radio engineer (Maryborough, 1954-1980) ===''BEATTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Spencer Meurant Beattie|Beattie, Herbert Spencer Meurant]] [https://www.familysearch.org/tree/person/details/GQ65-KTL] - 1888(NSW)-1963(NSW) - Licences: 3DV Receive Melbourne (Box Hill, 1922); 3DV Melbourne (Box Hill, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Box Hill, Vic, 1914-1927); salesman (Thornleigh, NSW, 1930); electrical engineer (Cheltenham, NSW, 1934-1936); agent (Cabramatta, 1943); auctioneer (Ettalong, 1943); no occupation (Fairfield, NSW, 1954-1958; Flagstaff, NSW, 1963) ===''BECHERVAISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philip Bechervaise|Bechervaise, William Philip]] [https://www.familysearch.org/tree/person/details/MVNP-4HQ] - 1831(Eng)-1907(Vic) - radio clubs (Telegraph Electrical Society, Victoria), employment (Victoria Posts and Telegraphs Department) ===''BECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Beavis Beck|Beck, Alan Beavis]] [https://www.familysearch.org/tree/person/details/GZR7-N8Q] - 1911(Vic)-1982(WA) - Licences: 5XW Adelaide (West Mitcham, 1927-1928) - Qualifications: cc; AOCP 370, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (Shenton Park, WA, 1937; Myrtle Bank, SA, 1941-1943); research chemist (Subiaco, 1949-1980) ===''BEDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Arthur Buddicom Bedford|Bedford, Robert Arthur Buddicom]] [https://www.familysearch.org/tree/person/details/LC5Q-1KX] - 1874(Eng)-1951(SA) - Licences: 5RB Kyancutta (1924-1939; 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of William Rudolf Buddicom Bedford - Electoral Rolls: farmer (Kyancutta, 1939-1941); retired (Kyancutta, 1943) - Links: [https://adb.anu.edu.au/biography/buddicom-robert-arthur-5417 ADB] * [[/William Rudolf Buddicom Bedford|Bedford, William Rudolf Buddicom "Bill"]] [https://www.familysearch.org/tree/person/details/L6Y3-X4Z] - 1909(Eng)-1972(SA) - Licences: likely operator of 5RB Kyancutta - Qualifications: cc; 3COCP 1893, 1954 - WW2 - Relationships: son of 5RB Robert Arthur Buddicom Bedford - Electoral Rolls: mechanic (Kyancutta, 1939-1943) ===''BEECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Sidney Beech|Beech, Frederick Sidney or Sydney "Fred"]] [https://www.familysearch.org/tree/person/details/G8F2-6BC] - 1895(Qld)-1978(Qld) - Licences: 4FB Brisbane (Coorparoo, 1930-1939; Norman Park, 1946-1969) - Qualifications: cc; AOCP 629, 1930, Qld - amateur operator; amateur broadcaster; jeweller - Halcyon: p. 75, 76, 90 - Electoral Rolls: watchmaker (Bulimba, 1917-1919; Coorparoo, 1919-1972; Norman Park, 1977) ===''BEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Beer|Beer, James]] - 19??(???)-19??(???) - Licences: 2CW Receive Sydney (Ashfield, 1922-1923); 2CW Sydney (Ashfield, 1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: too many JBs to identify reliably, likely James Charles Beer living 70 Tranmere St, Drummoyne, engineer, 1930 ===''BEGBIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Begbie|Begbie, Richard]] - historian (broadcasting), journalist, radio clubs (HRSA) ===''BELJON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robin Ernest Beljon|Beljon, Robin Ernest "Jack"]] [https://www.familysearch.org/tree/person/details/GSD3-VR3] - 1897(NSW)-1974(NSW) - Licences: 2RB Lithgow (1926-1933) - Qualifications: AOCP 259, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lithgow, 1930-1934); turner (Lithgow, 1937-1943); foreman (Lithgow, 1949-1968); retired (Lithgow, 1972) ===''BELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Wirgman Dillon Bell|Bell, Francis Wirgman Dillon "Frank"]] [https://www.familysearch.org/tree/person/details/G7QW-CM4] - 1896(NZ)-1987(NZ) - ZL4AA Waihemo, amateur operator, first to 2 way QSO New Zealand to Australia (Apr 1923), South America, USA (Sep 1924), England (Oct 1924, G2SZ); WW1 (gunner, France & Belgium till invalided 1917) - Relationships: brother of Margaret Brenda Bell, first licensed female NZ amateur - Links: [https://teara.govt.nz/en/biographies/4b20/bell-francis-wirgman-dillon Bio]; [https://www.soundarchives.co.nz/collections/catalogue/catalogue-item?record_id=222015 Sound Archives]; [https://www.zl4aa.org.nz/frank-bell-trans-world-radio-contact/ NZART Otago] * [[/H. G. Bell|Bell, H. G.]] - 19??-19?? - 4HG Brisbane (South Toowong = Taringa, 1927+) - Qualifications: cc; AOCP 321, 1927, No. 33 in Qld - amateur operator; amateur broadcaster - Halcyon: p. 111 - Callsign: later to Harry Brown - Electoral Rolls: Nil yet identified * [[/Leslie William Gordon Bell|Bell, Leslie William Gordon]] [https://www.familysearch.org/tree/person/details/G67S-RQ5] - 1904(Qld)-2000(Qld) - Licences: 4CY Receive Atherton (1923); 4LZ Jubilee Pocket (1969-1975); 4LZ Airlie Beach (1980+) - Qualifications: cc; AOCP 4471, 1967, Qld - amateur receiver; amateur operator; WW2 - Electoral Rolls: engine driver (Danbulla via Atherton, 1925-1928); farmer (Jubilee Pocket via Proserpine, 1954-1980) * [[/Victor Frank Bell|Bell, Victor Frank]] [https://www.familysearch.org/tree/person/details/GFMZ-FZ7] - 1913(WA)-19??(???) - Licences: 6KR Perth (Subiaco, 1932-1933); 6KR Kalgoorlie (1937-1939); 6KR Perth (Nedlands, 1947-1954) - Qualifications: cc; AOCP 907, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1936); postal assistant (Leonora, WA, 1937); radio engineer (Subiaco, WA, 1937); telephone mechanic (Lamington, Kalgoorlie, WA, 1943); radio engineer (Nedlands, WA, 1949-1954) * [[/Vincent Stephanus Bell|Bell, Vincent Stephanus "Vince"]] [https://www.familysearch.org/tree/person/details/GXHV-W8G] - 1910(Qld)-1981(Qld) - Licences: 4VD Rockhampton (Rockhampton City, 1936-1937; Wandal, 1938-1939, 1946-1960+) - Qualifications: cc; AOCP 1496, 1935, Qld - amateur operator; amateur broadcaster; WW2; employed electrical business - Electoral Rolls: electrician (Rockhampton, Qld, 1932-1936); electrical mechanic (Rockhampton, Qld, 1937-1980) ===''BELSTEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Lempriere Belstead|Belstead, Roy Lempriere]] [https://www.familysearch.org/tree/person/details/L1GN-CQF] - 1910(Qld)-1981(Qld) - Licences: 4EI Townsville (1933-1939); 4RU Winton (1975-1980) - Qualifications: cc; AOCP 1182, 1933, No. ?? in Qld; BOCP 304, 1940; 1COCP 420, 1940; TVOCP 87, 1957 - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, Townsville ARC); state public servant (Qld Railways); broadcast technician (2KY); business proprietor (Belstead Electronic Repairs, Winton) - Electoral Rolls: clerk (Hyde Park, Qld, 1931-1937); radio technician (Dee Why, NSW, 1943; Auburn, NSW, 1949; Lidcombe, NSW, 1958-1963; Auburn, NSW, 1972); retired (Winton, Qld, 1977-1980) ===''BENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Bennett|Bennett, Alfred Edward]] [https://www.familysearch.org/tree/person/details/LYNP-GFM] - 1889(Vic)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - manager 2GB Sydney; witness to Royal Commission 1927 (as manager, 2GB, NSW) - Electoral Rolls: manager (Mosman, 1930-1931); director (Mosman, 1933; Vaucluse, 1936); inspector (Darling Point, 1943); investor (West Pennant Hills, 1949); retired (Vaucluse, 1954-1963) - Links: [https://adb.anu.edu.au/biography/bennett-alfred-edward-5207 ADB] * [[/Clarence Herbert Bennett|Bennett, Clarence Herbert]] [https://www.familysearch.org/tree/person/details/LK1H-GMF] - 1887(Vic)-1974(Vic) - Licences: cc; Nil yet identified - Qualifications: AOCP 449, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Brunswick, 1909-1963); retired (Brunswick, 1968-1972) ===''BENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Francis Wattis Bent|Bent, Arthur Francis Wattis]] [https://www.familysearch.org/tree/person/details/GZVG-5V7] - 1902(Vic)-1998(Vic) - Licences: 3AF Geelong (1924-1939, 1946-1960); 3AF Torquay (1965-1980+) - Qualifications: cc; AOCP 199, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; radio dealer (Geelong, 1931-1954) - Electoral Rolls: turner (14 Coronation St, Geelong West, 1925-1927); radio dealer (Geelong, 1928-1954); radio serviceman (Torquay, 1963-1980) ===''BENTLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Ernest Bentley|Bentley, Frank Ernest]] [https://www.familysearch.org/tree/person/details/G93F-NPZ] - 1902(India)-1973(SA) - Licences: 5MK Adelaide (Cowandilla, 1931-1939); 5MZ Adelaide (Cowandilla, 1954-1969) - Qualifications: cc; AOCP 833, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: boilermaker (Cowandilla, SA, 1939-1943) ===''BENTZEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivan Louis Bentzen|Bentzen, Ivan Louis]] [https://www.familysearch.org/tree/person/details/LT4X-6P4] - 1905(Qld)-1995(Qld) - Licences: 4SS Brisbane (Newstead, 1932-1933) - Qualifications: cc; AOCP 964, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Bulimba, Qld, 1929); mechanic (Valley, Qld, 1936); carpenter (Wooloowin, Qld, 1943-1949); garage proprietor (Lutwyche, Qld, 1954); carpenter (Eagle Junction, Qld, 1954-1980) ===''BERGIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Thomas Bergin|Bergin, John Thomas "Jack"]] [https://www.familysearch.org/tree/person/details/GXGP-GNM] - 1911(SA)-1989(SA) - Licences: 5JB Adelaide (Largs Bay, 1934-1939) - Qualifications: cc; AOCP 1364, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: * [[/Max Wulfing Bergin|Bergin, Max Wulfing]] [https://www.familysearch.org/tree/person/details/LXQ1-QLP] - 1900(NSW)-1983(Cook Isls) - Licences: 2YP Receive West Maitland (1923); 2YP West Maitland (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ingham Berry|Berry, Arthur Ingham]] [https://www.familysearch.org/tree/person/details/9WB6-6F5] - 1914(Vic)-1979(Vic) - Licences: 3CZ Melbourne (Hawthorn, 1930-1939; Kew, 1946-1954; East Malvern, 1955-1956); 3CZ Warburton (1960-1975) - Qualifications: AOCP 595, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Hawthorn, 1936-1937); architect (Kew North, 1943-1954); farmer (Warburton, 1963-1977) * [[/Harold Alexander Berry|Berry, Harold Alexander "Huck"]] [https://www.familysearch.org/tree/person/details/G869-8R6] - 1906(SA)-1983(SA) - Licences: Receive (Crystal) Adelaide (City, 1923); Receive Adelaide (City, 1923-1924); 5JU Adelaide (City, 1930-1931; Keswick, 1933; Norwood, 1937-1939; Kilburn, 1946-1975) - Qualifications: cc; AOCP 666, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: polisher (Kilburn, 1943) * [[/Lawrence Dudley Berry|Berry, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/GXG2-X6J] - 1906(NSW)-1987(SA) - Licences: 5DB Adelaide (Norwood, 1934-1939) - Qualifications: cc; AOCP 1315, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Henry Berry|Berry, Robert Henry]] [https://www.familysearch.org/tree/person/details/G342-ZR6] - 18??(???)-1971(Qld) - Licences: XQC Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; electrical business proprietor - Electoral Rolls: gardener (Rockhampton, 1912-1925); electrical mechanic (Rockhampton, 1928-1968) * [[/William Clive Berry|Berry, William Clive "Clive"]] [https://www.familysearch.org/tree/person/details/LBT5-3L8] - 1912(NSW)-1965(NSW) - Licences: 2CB Knockrow via Bangalow (1931-1936); 2AGM Byron Bay (1938-1938, 1946-1955); 2AGM Lismore (1956-1957); 2AGM Mullumbimby (1958-1960); 2AGM Byron Bay (1961-1965) - Qualifications: AOLCP 30, 1930, NSW; 2COCP 302, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Knockrow, 1933-1936); woodworker (Byron Bay, 1943-1954); contractor (Ballina, 1958); no occupation (Mullumbimby, 1958); manager (Byron Bay, 1963) * [[/William James Berry|Berry, William James "Jim"]] [https://www.familysearch.org/tree/person/details/G8D1-B78] - 1890(Qld)-1983(Qld) - Licences: 4WB Brisbane (Yeerongpilly, 1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1295, 1934, Qld - amateur operator; amateur broadcaster; instrument repairer - Comment: Several contemporaneous William James Berry's in Brisbane - Electoral Rolls: motor mechanic (Yeerongpilly, 1958-1963); mechanic (Yeerongpilly, 1972-1980) - ===''BERTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Louis Bertram|Bertram, William Louis]] [https://www.familysearch.org/tree/person/details/LDBP-NGS] - 1901(Vic)-1983(Vic) - Licences: V738 Receive Rushworth (1922); 3GR Receive Rushworth (1922); 2KR Sydney (Waverley, 1929) - Qualifications: CPRT 920, 1926; 2COCP 97, 1930; 1COCP 34, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Rushworth, 1922; Brunswick, 1924-1928); telegraphist (Brunswick, 1931-1942); telephonist (Brunswick, 1949-1963); retired (Frankston, 1967-1980) ===''BESTED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julius Phillip Bested|Bested, Julius Phillip]] [https://www.familysearch.org/tree/person/details/MZ6V-YSQ] - 1907(SA)-1987(SA) - Licences: Receive Adelaide (Rose Park, 1923); 5CS Adelaide (Salisbury, 1937-1939); 5CS Peterborough (1947-1948); 5CS Adelaide (Richmond, 1954-1960; Cumberland Park, 1965-1980+) - Qualifications: cc; AOCP 1995, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Salisbury, SA, 1939-1941) ===''BIBBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Cyril Bibby|Bibby, Frederick Cyril "Fred"]] [https://www.familysearch.org/tree/person/details/GH58-5XF] - 1911(Tas)-1982(Vic) - Licences: 3OL Melbourne (Hawthorn East, 1930-1939; Camberwell, 1946-1980+) - Qualifications: AOCP 681, 1930, Vic; AOLCP 38, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Camberwell, 1943-1968); operator (Camberwell, 1972-1980) ===''BINNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Binns|Binns, Cecil]] [https://www.familysearch.org/tree/person/details/GZD8-XTD] - 1897(NSW)-1974(NSW) - 2IE Receive Sydney (Kogarah, 1922), 2BJ Sydney (Kogarah, 1925-1927), amateur operator (AOCP 46, 1925, No. ?? in NSW), amateur broadcaster ===''BIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Scorer Bird|Bird, Henry Scorer]] [https://www.familysearch.org/tree/person/details/LYWH-FTC] - 1902(Vic)-1973(Vic) - Licences: 3HB Melbourne (Sunshine, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Sunshine, 1924-1927); Government employee (Camberwell, 1928-1963); nil (Ashwood, 1968-1972) - Comment: 3HB callsign passed to Sunshine Radio Club 1924-1927 (prominent amateur broadcaster) * [[/Leslie James Bird|Bird, Leslie James]] [https://www.familysearch.org/tree/person/details/G6X2-N4N] - 1897(NSW)-1947(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as listener, Armidale, NSW) - Electoral Rolls: clerk (Armidale, 1930-1935; Wellington, 1937); civil servant (Homebush, 1943) ===''BISCHOFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Conrad Bischoff|Bischoff, William Edward Conrad]] [https://www.familysearch.org/tree/person/details/L2YT-QB7] - 1911(NSW)-1989(NSW) - Licences: 2LZ Sydney (Crows Nest, 1930-1937); 2LZ Wentworth Falls (1938-1939, 1946-1969); 2AKM Wentworth Falls (Portable, 1939); 2LZ Sydney (Naremburn, 1975-1980+) - Qualifications: AOCP 568, 1930, No. ?? in NSW; BOCP 12, 1936; TVOCP, 346, 1961 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Naremburn, 1933-1937); wireless operator (RAAF Richmond, 1943); radio technician (Wentworth Falls, 1949-1958); tele. engineer (Naremburn, 1963); engineer (Naremburn, 1972-1980) ===''BISHOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Elijah Bishop|Bishop, Clarence Elijah]] [https://www.familysearch.org/tree/person/details/LKZ9-G7S] - 1896(WA)-1971(WA) - Licences: 6DD Receive Albany (1923); 6DD Albany (1923-1924); 6DD Northam (1924); 6LL Katanning (1936-1939); 6LL Perth (Claremont, 1948-1954; East Victoria Park, 1955-1969) - Qualifications: cc; AOCP 1746, 1936, WA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Albany, WA, 1922); accountant (Katanning, WA, 1925-1937); clerk (Nedlands, WA, 1943-1954; Victoria Park, WA, 1958-1968) * [[/Frederick Edward Bishop|Bishop, Frederick Edward]] [https://www.familysearch.org/tree/person/details/GDS3-GZQ] - 1882(NSW)-1952(NSW) - Licences: 2FB Sydney (Kirribilli, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: optician (Kirribilli, 1930-1931); grazier (Mullaley, Gunnedah, 1935-1949) * [[/Maurice Glanville Bishop| Bishop, Maurice Glanville]] [https://www.familysearch.org/tree/person/details/GDDP-SVD] - 1908(Tas)-1965(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bank clerk (Middle Park, Vic, 1931); bank officer (Middle Park, 1935); bank clerk (Bank of NSW Quarters, Ouyen, 1936-1937); bank officer (Hawthorn, 1942-1949; Nelson, Tas, 1954) ===''BLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. C. Black|Black, F. C.]] - 19??(???)-19??(???) - Licences: None identified to date - Qualifications: cc; AOCP 297, 1926, No. ?? in SA - amateur operator?, amateur broadcaster? - Electoral Rolls: awaits identification, Port Lincoln, SA in 1926 * [[/William Hector Black|Black, William Hector]] [https://www.familysearch.org/tree/person/details/G8J2-TCS] - 1912(Vic)-1976(NSW) - Licences: 3WB Melbourne (Malvern, 1930-1939); 2WO Sydney (Mosman, 1946-1948) - Qualifications: AOCP 663, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Malvern, 1936-1937); bacteriologist (Mosman, 1943-1963); biochemist (Darlinghurst, 1968-1972) ===''BLACKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Howbery Blackman|Blackman, Herbert Howbery]] [https://www.familysearch.org/tree/person/details/GZ2M-65N] - 1886(Vic)-1970(Vic) - Licences: XOE Melbourne (East Malvern, 1913); 3PR Receive Melbourne (East Malvern, 1923); 3PR Melbourne (East Malvern, 1924-1925); 3HA Melbourne (East Malvern, 1926-1927); 3HU Melbourne (Ashburton, 1931-1939) - Qualifications: cc; AOCP 211, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: public servant (Malvern, 1909); mechanic (East Malvern, 1913-1916); soldier (Royal Park, 1917-1919); electrician (East Malvern, 1922-1928); mechanic (Burwood, 1931-1968) * [[/W. T. Blackburn|Blackburn, W. T.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Home Hill (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Searched William, Walter, Wilfred - Electoral Rolls: Nil yet identified ===''BLADES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alfred Blades|Blades, Ronald Alfred "Ron"]] [https://www.familysearch.org/tree/person/details/GXCS-L77] - 1916(Qld)-2005(NSW) - Licences: 4RX Toowoomba (1936-1939); 2VP Sydney (Haberfield, 1946-1947; Ashfield, 1948-1950; Dundas, 1954-1955); 2VP Melbourne (Blackburn, 1956); 2VP Sydney (Balgowlah, 1957-1969; Seaforth, 1975; Dee Why, 1980) - Qualifications: cc; AOCP 1775, 1936, No. ?? in Qld; BOCP 615, 1944 - amateur operator; amateur broadcaster; military (WW2, RAAF); broadcast technician (AWA) - Comment: Two Ronald Alfred Blades born in Qld 1916, 4RX 27/3/1916 - Electoral Rolls: radio engineer (Ashfield, NSW, 1949; Dundas, NSW, 1954; Balgowlah, NSW, 1958-1968); engineer (Dee Why, NSW, 1977) ===''BLAIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Andrew William Blair|Blair, Keith Andrew William]] [https://www.familysearch.org/tree/person/details/LK4S-ZXY] - 1911(Vic)-2001(NSW) - Licences: 2DX Balranald (1930-1934); 2DX Sydney (Marrickville, 1935-1937); 2DX Bega (1938-1939) - Qualifications: AOCP 699, 1930, Vic; BOCP 276, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: bank clerk (Balranald, 1932-1935; Randwick, 1936-1937; Bega, 1937); bank officer (Queanbeyan, 1949-1980) ===''BLAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leslie Gilbert Blake|Blake, Robert Leslie Gilbert]] [https://www.familysearch.org/tree/person/details/L831-ZLW] - 1888(Vic)-1952(Vic) - Licences: 3RG Castlemaine (1929-1939) - Qualifications: AOCP 484, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Castlemaine, 1912-1919); house furn. (Castlemaine, 1924-1949) ===''BLANCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Henry Blanchard|Blanchard, George Edward Henry]] [https://www.familysearch.org/tree/person/details/GZV2-B4S] - 1899(NSW)-1987(NSW) - Licences: 2DN Sydney (Newtown, 1922-1926; Hurlstone Park, 1927-1929) - Qualifications: cc; AOCP 195, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Earlwood, 1930-1980) ===''BLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Bland|Bland, William Joseph]] [https://www.familysearch.org/tree/person/details/GXT9-4RP] - 1902(India)-1955(SA) - Licences: Receive Adelaide (Alberton, 1923); 5AG Adelaide (Alberton, 1923-1927) - Qualifications: cc; CPRT 765, 1923 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio manufacturer (Tusmore, SA, 1939-1943) ===''BLUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Blue|Blue, Harry William]] - 1909(NSW)-2001(NSW) - 2YI Liverpool (1933), 2YI Albury (1934-1936), 9KO Rabaul (1937), 2YI Broken Hill (1938-1939), 2YI Sydney (Kingsford, 1946; Auburn, 1947-1980+, amateur operator (AOCP 1034, 1932, No. ?? in NSW), amateur broadcaster, A.A.M.S. ===''BLUNDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Verge Blunden|Blunden, Godfrey Verge]] [https://www.familysearch.org/tree/person/details/GDNG-22L] - 1906(Vic)-1996(France) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Wireless Weekly (editor, 1930s) - Electoral Rolls: journalist (North Sydney, 1930; East Sydney, 1933-1936) * [[/Leon Walter Blunden|Blunden, Leon Walter]] [https://www.familysearch.org/tree/person/details/G3KT-SMV] - 1914(SA)-2003(SA) - Licences: 5BH Adelaide (Firle, 1935-1939, 1947-1980+) - Qualifications: cc; AOCP 1535, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BOAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Douglas Boast|Boast, Harold Douglas]] [https://www.familysearch.org/tree/person/details/K2VW-3D4] - 1906(Eng)-1979(Vic) - Licences: 3AX Melbourne (Elsternwick, 1928-1939); 3AX Lubeck (1946-1969); 3AX Melbourne (Frankston, 1975) - Qualifications: AOCP 404, 1928, No. ?? in Vic; AOLCP 55, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Elsternwick, 1931-1936); radio engineer (3LK Lubeck, 1942-1968); retired (Frankston, 1972-1977) ===''BOILEAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Boileau|Boileau, John George]] [https://www.familysearch.org/tree/person/details/GXC2-HLQ] - 1893(SA)-1957(Qld) - Licences: 4JT Port Moresby (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Byron Bay, NSW, 1943-1954) ===''BOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Augustus Bold|Bold, Charles Augustus]] [https://www.familysearch.org/tree/person/details/GF3N-JSF] - 1894(WA)-1958(WA) - Licences: 6CA Perth (Beaconsfield, 1931-1939, 1947-1948) - Qualifications: cc; AOCP 832, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (South Fremantle, WA, 1921-1922); meter tester (South Fremantle, WA, 1925); electrician (South Fremantle, WA, 1931-1949); mains superintendent (South Fremantle, WA, 1954-1958) ===''BOLGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Joseph Bolger|Bolger, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/L67V-VDD] - 1867(Irl)-1941(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Deputy Director of Navigation, Vic) - Electoral Rolls: master mariner (Williamstown, 1914-1917); public servant (Elsternwick, 1919); master mariner (Elsternwick, 1931-1937) ===''BOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Francis Bond|Bond, Rupert Francis]] [https://www.familysearch.org/tree/person/details/9ZHS-QB3] - 1886(Vic)-1961(Qld) - Licences: Receive Brisbane (Rockhampton, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Rockhampton, Qld, 1912-1937; Rockhampton, Qld, 1949-1958) ===''BONGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gysbert Sheldon Bongers|Bongers, Gysbert Sheldon]] [https://www.familysearch.org/tree/person/details/L7F9-DXK] - 1900(NSW)-1948(NSW) - Licences: N745 Receive Sydney (1922-1923); 2HY Sydney (Rockdale, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster, engineer - Electoral Rolls: electrical engineer (Rockdale, 1930-1935; Hamilton, Qld, 1936-1937); engineer (Woollahra, 1943) ===''BONNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Coleman Bonner|Bonner, Alfred Coleman]] [https://www.familysearch.org/tree/person/details/MV14-MTM] - 1854(Tas)-1930(Tas) - Licences: Receive (Crystal) Legana (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Trevallyn, 1914-1922); no occupation (Legana, 1928) ===''BONNERUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Madsen Bonnerup|Bonnerup, Peter Madsen]] [https://www.familysearch.org/tree/person/details/G6F5-RC8] - 1890(Tas?)-1976(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as patent attorney, WA) - Electoral Rolls: patent attorney (Nedlands, 1922; South Perth, 1925-1972) - Links: [https://www.carnamah.com.au/bio/peter-madsen-bonnerup Bio] ===''BONNINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Archibald Bonnington|Bonnington, John Archibald]] [https://www.familysearch.org/tree/person/details/G88Y-1JP] - 1909(NSW)-1967(NSW) - Licences: 2HB Sydney (Bellevue Hill, 1930-1931); 2AKB Sydney (Avalon Beach, 1960-1965) - Qualifications: AOCP 569, 1930, No. ?? in NSW; 3AirOCP 16, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Broken Hill, 1931); engineer (Woollahra, 1932-1933); radio engineer (Darlinghurst, 1934-1935); air pilot (Avalon Beach, 1949-1963) ===''BONWILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Warren Bonwill|Bonwill, Edward Warren]] [https://www.familysearch.org/tree/person/details/9J35-NNV] - 1869(USA)-1945(NSW) - Licences: XBP Sydney (1912-1914); 2CA Receive Cowra (1922); 2CA Cowra (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: dentist (Barellan, 1930; Cowra, 1934-1937; Lithgow, 1937-1943) ===''BOTTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Botten|Botten, Herbert William]] [https://www.familysearch.org/tree/person/details/GDS2-8QJ] - 1895(SA)-1973(???) - Licences: 2HB Sydney (CBD, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Neutral Bay, 1930); radio manager (Darlinghurst, 1933-1936); manager (Darlinghurst, 1937-1958) ===''BOUCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Reid Bouchard|Bouchard, Victor John Reid "Vic"]] [https://www.familysearch.org/tree/person/details/G93B-52C] - 1897(Qld)-1936(Qld) - 4BY Receive Brisbane (Auchenflower, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; amateur club administrator - Electoral Rolls: draper's assistant (Auchenflower, 1921-1926); clerk (Buranda, 1928) ===''BOULTBEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Walker Boultbee|Boultbee, Kenneth Walker]] [https://www.familysearch.org/tree/person/details/GMWB-1Q4] - 1905(Tas)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: agent (Taringa, Qld, 1928-1958; Corinda, Qld, 1963-1968; St Lucia, Qld, 1972-1977); retired (Broadbeach, Qld, 1977-1980) ===''BOUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Boundy|Boundy, George Henry]] - 1866(Vic)-1932(Vic) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), early wireless experimenter, radio clubs (WIQ), state public servant (P&TQ, engineer), federal public servant (PMGD, engineer) ===''BOURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. Bourke|Bourke, J.]] - 19??(???)-19??(???) - Licences: V734 Receive Yarck (1922); Receive 3GP Yarck (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''BOURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Frederick Bourne|Bourne, Francis Frederick]] [https://www.familysearch.org/tree/person/details/GX55-9GM] - 1916(SA)-2004(SA) - Licences: 5BU Adelaide (Unley, 1935-1939; Wayville, 1947; Malvern, 1948-1954; Blackwood, 1955-1965; Belair, 1969); 5BU Keith (1975); 5BU Naracoorte (1980) - Qualifications: cc; AOCP 1593, 1935, SA; 2COCP 1282, 1953; 1COCP 1722, 1954 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Parkside, SA, 1939-1943) ===''BOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Germain Bowden|Bowden, Eric James Germain]] [https://www.familysearch.org/tree/person/details/L7T7-YC2] - 1894(Tas)-1984(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - PMGD Wireless Inspector, Hobart, 1920s & 1930s; witness to Royal Commission 1927 (as equipment engineer, PMGD, Tas) - Relationships: son of Frank Prosser Bowden; brother of John Gibson Bowden - Electoral Rolls: junior assistant engineer (Hobart North, 1922); engineer (Hobart South, 1936-1937) * [[/Frank Prosser Bowden|Bowden, Frank Prosser]] [https://www.familysearch.org/tree/person/details/97MP-G4L] - 1860(Tas)-1934(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter, Tas PMGD, Federal PMGD - Relationships: father of Eric James Germain Bowden and John Gibson Bowden - Electoral Rolls: civil servant (Hobart North, 1914-1928) * [[/John Gibson Bowden|Bowden, John Gibson]] [https://www.familysearch.org/tree/person/details/LNJZ-V69] - 1906(Tas)-1998(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - employee of Medhurst Electrical - Relationships: son of Frank Prosser Bowden; brother of Eric James Germain Bowden - Electoral Rolls: mechanic (Launceston, 1928); electrical mechanic (New Town, 1936-1937); engineer (Nelson, 1943-1963) * [[/Ronald Stanley Bowden|Bowden, Ronald Stanley]] [https://www.familysearch.org/tree/person/details/GQGS-F9R] - 1900(Eng)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Albion, Qld, 1921); car driver (Wilston, Qld, 1934); car proprietor (Newmarket, Qld, 1936-1943); store keeper (Urangan, Qld, 1949-1954); farmer (Mundubbera, Qld, 1958-1963); retired (Urangan, Qld, 1968-1980) ===''BOWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Keith Bowen|Bowen, Harold Keith "Keith"]] [https://www.familysearch.org/tree/person/details/GXGK-7SZ] - 1913(SA)-1987(SA) - Licences: 5KB Adelaide (Maylands, 1932-1939) - Qualifications: cc; AOCP 1049, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Tranmere, SA, 1943) * [[/Joseph La Venture Bowen|Bowen, Joseph La Venture or Laventure]] [https://www.familysearch.org/tree/person/details/GDPP-MLB] - 1917(Qld)-1966(Qld) - Licences: 4LB Brisbane (Hamilton, 1935-1939)- Qualifications: cc; AOCP 1445, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kedron, Qld, 1943-1958); public servant (Kedron, Qld, 1963) ===''BOWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Nigel Bowman|Bowman, Hubert Nigel "Pete"]] [https://www.familysearch.org/tree/person/details/K4PT-FY3] - 1908(SA)-1987(SA) - Licences: 5FM Adelaide (Payneham, 1932-1933; Royston Park, 1937; Payneham, 1938-1939, 1947-1948; Mitcham, 1954-1956); 5FM Crystal Brook (1960); 5FM Bridgewater (1965-1980+); 5FN Portable (1965-1969) - Qualifications: cc; AOCP 911, 1932, No. ?? in SA; 2COCP 259, 1939; BOCP 282, 1940; 1COCP 354, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Boyd|Boyd, Norman James]] [https://www.familysearch.org/tree/person/details/GZXJ-VM7] - 1897(Vic)-1977(Vic) - Licences: XNO Melbourne (Elsternwick, 1913-1914); 3EL Receive Melbourne (Elsternwick, 1922-1923); 3EL Melbourne (Elsternwick, 1924-1925; Caulfield, 1925-1927; Elwood, 1931-1939) - Qualifications: AOCP 104, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; radio engineer (3UZ, 1920s); WW1 - Electoral Rolls: mechanic (Elsternwick, 1919-1924); manager (Caulfield, 1926-1928); engineer (Elsternwick, 1931-1937); electrician (St Kilda, 1949-1963); retired (Caulfield, 1967-1977) ===''BRADBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. J. Bradbury|Bradbury, B. J.]] - abt 1887(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''BRADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Keith Bradford|Bradford, Alfred Keith]] [https://www.familysearch.org/tree/person/details/L6Q5-VC5] - 1912(NSW)-1986(Qld) - Licences: 4KK Millmerran (1936-1939, 1947-1975); 4KK Drillham (1980+) - Qualifications: cc; AOCP 1750, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Millmerran, Qld, 1934-1937); farmer (Millmerran, Qld, 1943-1954); radio dealer (Millmerran, Qld, 1958-1968); farmer (Drillham, Qld, 1977-1980) * [[/John Richard Bradford|Bradford, John Richard]] - 19??(???)-19??(???) - senior federal public servant (chief electrical engineer, Qld, PMGD) ===''BRADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Randell Bradley|Bradley, Frank Randell]] [https://www.familysearch.org/tree/person/details/G973-F7P] - 1884(SA)-1963(NSW) - Licences: 3ZK Melbourne (Sandringham, 1923-1930); 2JB Sydney (Mosman, 1931-1939) - Qualifications: cc; AOCP 2, 1924, No. 1 in Vic - amateur operator; amateur broadcaster; federal public servant (PMGD, Superintendant Telegraphs Vic, 1928; Deputy PMG Qld; NSW); historian (telegraphs) - Electoral Rolls: civil servant (Sandringham, Vic, 1914-1924; Mosman, NSW, 1933-1943); no occupation (Killara, NSW, 1954-1963) ===''BRAGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Bragg|Bragg, William Henry]] [https://www.familysearch.org/tree/person/details/LCFQ-9N6] - 1862(Eng)-1942(Eng) - Early wireless experimenter, academic (University of Adelaide, 1885-1908), physicist, chemist, mathematician, shared Nobel prize in 1915 with his son William Lawrence Bragg, son-in-law of Charles Todd - Links: [[w:William Henry Bragg|Wikipedia]] * [[/William Lawrence Bragg|Bragg, William Lawrence "Lawrence"]] [https://www.familysearch.org/tree/person/details/MWXT-CLR] - 1890(SA)-1971(Eng) - participated as a youth in his father's early wireless experiments, academic (University of Adelaide), physicist, shared Nobel prize in 1915 with his father William Henry Bragg, grandson of Charles Todd - Links: [[w:Lawrence Bragg|Wikipedia]] ===''BRAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. F. Brain|Brain, S. F.]] - 19??(???)-19??(???) - Licences: 2ZD Sydney (Ashfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: likely related XFR V. J. Brain - Electoral Rolls: Nil yet identified * [[/V. J. Brain|Brain, V. J.]] - 19??(???)-19??(???) - Licences: XFR Sydney (Ashfield, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: likely related 2ZD S. F. Brain - Electoral Rolls: Nil yet identified ===''BRAMLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Alfred Bramley|Bramley, John Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIW Wyndham (1917-1918) - Electoral Rolls: Nil yet identified ===''BRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorayne Branch|Branch, Lorayne]] - Living - author ("Henry Sutton, The Innovative Man"), historian (Henry Sutton) ===''BRANDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Frank Brandon|Brandon, Eric Frank]] [https://www.familysearch.org/tree/person/details/GXPK-2ZY] - 1907(SA)-2001(SA) - Licences: 5FB Wilmington (1933-1939); 5FB Adelaide (Prospect, 1948); 5FA Oodnadatta (1965); 5FA Ramco (1969-1975); 5FA Adelaide (Blair Athol, 1980+) - Qualifications: cc; AOCP 1145, 1933, SA; 2COCP 140, 1938; 1COCP 183, 1938; BOCP 201, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BRANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Mervyn Branks|Branks, Albert Mervyn "Merv"]] [https://www.familysearch.org/tree/person/details/GZ6Y-88K] - 1906(NZ)-1978(NZ) - prominent MW and SW broadcast listener 1920s to 1970s, DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tribute] ===''BREDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wynne Steere Breden|Breden, Wynne Steere]] - 1900(Qld)-1976(NSW) - Rx Melbourne (East Melbourne, 1923), 2WS Newcastle (Newcastle, 1924-1931), amateur operator (AOCP 9, 1924, No. ?? in NSW), amateur broadcaster, shipyard business ===''BREMERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Frederick Bremerman|Bremerman, Harold Frederick]] [https://www.familysearch.org/tree/person/details/GXCQ-QWC] - 1903(Eng)-1988(Qld) - Licences: 4HB Brisbane (Wooloowin, 1938-1939, 1946-1954; Aspley (1955-1975+) - Qualifications: cc; AOCP 1267, 1934, Qld; COCP (Eng) - amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (WIAQ, Life Member; Brisbane DX Club); employment (electrician, Courier Mail, Besley & Pike, Mt. Olivett Hospital); pilot; UK Merchant Navy 1920s - Electoral Rolls: electrical mechanic (Albion, Qld, 1928); mechanic (Wooloowin, Qld, 1936-1954); retired (Aspley, Qld, 1958-1980) ===''BRENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan James Brennan|Brennan, Allan James]] [https://www.familysearch.org/tree/person/details/G6TR-SNJ] - 1887(Vic)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 31, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: Nil yet identified ===''BREWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip John Brewer|Brewer, Phillip or Philip John]] [https://www.familysearch.org/tree/person/details/LVKH-MNW] - 1900(WA)-1948(SA) - Licences: 5JA Adelaide (Parkside, 1926-1939) - Qualifications: cc; AOCP 269, 1926, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Parkside, 1939-1943) ===''BRIDGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Bridger|Bridger, Thomas William]] [https://www.familysearch.org/tree/person/details/G85V-2YT] - 1885(UK)-1941(NT) - Licences: 4AP Receive Brisbane (City, 1923); 4AP Brisbane (Hamilton, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer; public servant; WW1 (2nd Aust Flying Squadron, 1916) - Electoral Rolls: electrical engineer (West Perth, 1914); consulting engineer (Auchenflower, 1925); poultry farmer (Geebung, 1928); engineer (Armadale, 1934-1937) - Directories: electrical engineer (Adelaide, 1915; Melbourne, 1917-1921; Brisbane, 1923-1927; Adelaide, 1930) ===''BRIDGES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank John Claud Bridges|Bridges, Frank John Claud or Claude]] [https://www.familysearch.org/tree/person/details/GHRF-XHR] - 1885(NZ)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 141, 1915; 2COCP 182, 1930; 1COCP 279, 1932 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); officer-in-charge (Radio Station, Esperance, 1921-1949); retired (Esperance, 1958-1963) ===''BRIGGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Robert Briggs|Briggs, Donald Robert]] [https://www.familysearch.org/tree/person/details/GX5B-1TN] - 1915(SA)-2008(SA) - Licences: 5BD Adelaide (Walkerville, 1935-1939; Henley Beach, 1947; South Plympton, 1954-19600; 5HB Adelaide (Morphett Vale, 1980+) - Qualifications: cc; AOCP 1490, 1935, SA; 2COCP 413, 1941; BOCP 373, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: assistant (Kirkcaldy, SA, 1939) ===''BRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Herbert Bright|Bright, William Henry Herbert "Bill"]] [https://www.familysearch.org/tree/person/details/LBQH-GSX] - 1898(Qld)-1961(Qld) - Licences: Spark; 4FA Toowoomba (1923); 4AA Toowoomba (1924-1925); 4WB Toowoomba (1925-1927); 4OO Toowoomba (1937-1939) - Qualifications: cc; AOCP 123, 1925, No. 13 in Qld - amateur operator; amateur broadcaster - Withdrawal: callsign 4AA withdrawn by PMGD for their use - Electoral Rolls: telegraphist (Toowoomba, 1919-1943); clerk (Toowoomba, 1949); mechanic (Toowoomba, 1954-1958) ===''BRIMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Campbell Brimble|Brimble, Charles Campbell]] [https://www.familysearch.org/tree/person/details/GX5L-9GH] - 1915(SA)-2003(SA) - Licences: 5CB Adelaide (Somerton, 1935-1939, 1947-1948; Somerton Park, 1954-1980+) - Qualifications: cc; AOCP 1446, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Somerton, SA, 1939-1943) ===''BRIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Marcus John Gordon Brims|Brims, Marcus John Gordon]] [https://www.familysearch.org/tree/person/details/KZWB-S11] - 1888(Qld)-1982(Qld) - Licences: XQA Mareeba (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; business proprietor (plywood & veneer manufacture) - Electoral Rolls: foreman (Mareeba, 1912-1913); foreman joiner (Milton, 1921); timber merchant (Milton, 1925-1931); plywood manufacturer (Annerley, 1937-1958); business manager (Annerley, 1963-1980) ===''BRISTOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Morrison Bristow|Bristow, John Morrison]] [https://www.familysearch.org/tree/person/details/GZPL-DLJ] - 1908(NSW)-1983(NSW) - Licences: 2ZX Sydney (Neutral Bay, 1926-1929) - Qualifications: AOCP 243, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: advertising manager (Neutral Bay, 1930-1935); manager (Gordon, 1937-1943); company manager (Pymble, 1949); manager (Wahroonga, 1954-1980) ===''BROCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Edward Earl Brock|Brock, Hector Edward Earl]][https://www.familysearch.org/tree/person/details/9VQL-BTC] - 1902(Vic)-1962(SA) - Licences: 3ZC Melbourne (Moonee Ponds, 1923-1924); 5DP Adelaide (North Adelaide, 1924-1927; Malvern, 1927-1938); 5UZ Adelaide (Fullarton, 1954-1956; Nailsworth, 1960) - Qualifications: cc; AOCP 25, 1924, No. ?? in SA - amateur operator; amateur broadcaster; University of Adelaide (Demonstrator & Technical Assistant, 1949) - Electoral Rolls: laboratory assistant (Moonee Ponds, Vic, 1924); no occupation (Malvern, SA, 1939-1943) ===''BROINOWSKI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leopold Thomas Broinowski|Broinowski, Leopold Thomas]] [https://www.familysearch.org/tree/person/details/G6FR-SMR] - 1871(Vic)-1937(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as associate editor, Hobart Mercury, Tas) - Electoral Rolls: journalist (Hobart South, 1914-1937) ===''BROOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilberforce Henry Liddon Brooke|Brooke, Wilberforce Henry Liddon]] [https://www.familysearch.org/tree/person/details/LB61-69T] - 1891(NSW)-1969(NSW) - Licences: 2BR Terrigal (1930-1936); 2BR Dora Creek (1937-1939, 1946-1958); 2BR Paterson (1960-1969) - Qualifications: AOCP 638, 1930, NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: clergyman (Jerry's Plains, 1930; Terrigal, 1931-1937; Dora Creek, 1954-1958; Paterson, 1963-1968) ===''BROOKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Brookes|Brookes, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GDSJ-GV6] - 1911(Qld)-1958(Qld) - Licences: 4BA Brisbane (Kelvin Grove, 1936-1937; Ashgrove, 1938-1939; Wooloowin, 1947-1948) - Qualifications: cc; AOCP 1641, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Wooloowin, Qld, 1943-1954); waterside Worker (Wooloowin, Qld, 1958) ===''BROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Milton Brooks|Brooks, Albert Henry Milton]] [https://www.familysearch.org/tree/person/details/LT1Q-DVK] - 1901(SA)-1975(SA) - Licences: 5KG Adelaide (Grange, 1933-1939; Croydon, 1946-1960+); 5AH Adelaide (Ridleton, 1969-1975) - Qualifications: cc; AOCP 1170, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Croydon, 1939); railway employee (Croydon, 1941-1943) - Relationships: likely related to 7JB John Vickery Brooks and 7DB D. C. Brooks * [[/John Vickery Brooks|Brooks, John Vickery "Jack"]] [https://www.familysearch.org/tree/person/details/GHXL-RK8] - 1905(SA)-1983(Vic) - Licences: 7JB Hobart (1924-1926) - Qualifications: cc; AOCP 37, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; engineer; originally from Adelaide - Relationships: likely related to 5KG Albert Henry Brooks and 7DB D. C. Brooks - Electoral Rolls: engineer (Hobart South, 1928; Malvern, Vic, 1954-1980) ===''BROOMHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Broomhall|Broomhall, Charles Alfred]] [https://www.familysearch.org/tree/person/details/M7NZ-2SV] - 1891(Vic)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 729, 1922 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Geraldton, 1916); mechanic (Wireless Station, Applecross, 1925; Canning Bridge, 1931-1937; Applecross, 1943-1954); retired (Bickley, 1958-1963) ===''BROWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan George Brown|Brown, Alan George]] [https://www.familysearch.org/tree/person/details/G849-43Y] - 1909(Vic)-1970(Vic) - Licences: 3CX Melbourne (Canterbury, 1928-1937; Upper Hawthorn, 1938-1939; Canterbury, 1946-1969) - Qualifications: AOCP 446, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF) - Electoral Rolls: clerk (Camberwell North, 1931); public servant (Auburn, 1936-1937); RAAF (St Kilda North, 1943); civil servant (Auburn, 1949); clerk (Deepdene, 1954; Camberwell North, 1963-1968) * [[/Alan Weymouth Brown|Brown, Alan Weymouth]] [https://www.familysearch.org/tree/person/details/GSKH-1N5] - 1902(Tas)-1938(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Listeners' League, Hobart (assistant secretary); witness to Royal Commission 1927 (as Assistant Secretary, Listeners' League, Hobart, Tas) - Electoral Rolls: electrician (Hobart South, 1936-1937) * [[/Alfred Louis Brown|Brown, Alfred Louis]] [https://www.familysearch.org/tree/person/details/LYQV-4SS] - 1885(Eng)-1971(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as general manager, 5CL, SA) - Electoral Rolls: instrument maker (Claremont, WA, 1910); optician (Applecross, 1916-1917); director (Kew, Vic, 1926); engineer (Cottesloe, 1936-1937) * [[/Bruce Kevin Brown|Brown, Bruce Kevin]] [https://www.familysearch.org/tree/person/details/G6S4-CV1] - 1920(Tas)-1984(NSW) - Licences: 7QZ Launceston (1937-1939); 2AQZ Sydney (Meadowbank, 1954-1969; Annangrove, 1975-1980+) - Qualifications: cc; AOCP 1942, 1937, No. ?? in Tas; BOCP 303, 1940; 1COCP 492, 1941; TVOCP 1014, 1968 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: laboratory assistant (Meadowbank, 1943-1968); technician (Annangrove, 1972-1980) * [[/Clarence Roy Brown|Brown, Clarence Roy]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - founder of 5KA Class B Adelaide; witness to Royal Commission 1927 (as manager, 5KA, SA) - Electoral Rolls: * [[/Clifford Walter Brown|Brown, Clifford Walter]] [https://www.familysearch.org/tree/person/details/LCV5-M8M] - 1906(WA)-1991(WA) - Licences: 6CB Perth (Subiaco, 1930-1939) - Qualifications: cc; AOCP 640, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Subiaco, 1931-1937); traveller (Nedlands, 1943-1963); business manager (Wembley, 1968); manager (Morley, 1972; Dianella, 1977-1980) * [[/Frank Makepeace Brown|Brown, Frank Makepeace]] [https://www.familysearch.org/tree/person/details/G8H5-2M5] - 1911(WA)-2006(WA) - Licences: 6FB Mullewa (1939; 1946-1948); 6FB Bassendean (1954-1960); 6FB Perth (Doubleview, 1965-1969; Rossmoyne, 1975) - Qualifications: AOCP 2375, 1939, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telephone mechanic (Northam, 1936; Bassendean, 1943); civil servant (Mullewa, 1949); telephone technician (Bassendean, 1954-1963); civil servant (Doubleview, 1968-1972); telephone technician (Rossmoyne, 1977-1980) * [[/George D. Brown|Brown, George D.]] [https://www.familysearch.org/tree/person/details/GXCQ-JFD] - 1875(???)-19??(???) - Licences: 4DB Brisbane (Ascot, Qld, 1937-1939) - Qualifications: cc; AOCP 1970, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous GBs - Electoral Rolls: Nil yet identified * [[/Harry Percy Brown|Brown, Harry Percy "Horsepower", "Poo Bah"]] [https://www.familysearch.org/tree/person/details/L1R8-R1W] - 1878(Eng)-1967(NSW) - senior federal public servant (Director-General, Posts and Telegraphs); witness to Royal Commission 1927 (as Secretary, PMGD) - Links: [[w:Harry Brown (public servant)|Wikipedia]]; [https://adb.anu.edu.au/biography/brown-sir-harry-percy-5384 ADB]; [https://telegramsaustralia.com/Forms/Special%20developments/People/Brown.html Telegrams Australia] * [[/Hector Mervyn Brown|Brown, Hector Mervyn]] [https://www.familysearch.org/tree/person/details/G9TY-HSC] - 1906(NSW)-1961(SA) - Licences: 5MB Adelaide (Torrensville, 1927-1928; Southwark, 1931-1933, 1946-1948) - Qualifications: AOCP 345, 1927, No. ?? in SA; 2COCP 402 1932; 1COCP 333, 1933) - amateur operator, amateur broadcaster, broadcast engineer (2BH, 1937), PMGD SA (mechanic, retired 1940) - Electoral Rolls: radio engineer (Broken Hill, 1937), engineer (Thebarton, 1941-1943) * [[/Herbert George Brown|Brown, Herbert George "Harry"]] [https://www.familysearch.org/tree/person/details/L5BH-NGV] - 1887(Eng)-1966(Qld) - Licences: 4BH Booval (1928-1930); 4HG Booval (1931); 4HG Ipswich (1937-1939, 1946-1956); 4BH Brisbane (Graceville, 1965) - Qualifications: cc; AOCP 455, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (Ipswich); railways employee - Callsign: withdrawn for 4BH Brisbane - Electoral Rolls: labourer (Ipswich, Qld, 1925; Redbank, Qld, 1929) * [[/Herbert Rufus Brown|Brown, Herbert Rufus]] [https://www.familysearch.org/tree/person/details/K2HL-T23] - 1894(Vic)-1980(Vic) - Licences: 3NN Receive Yanac (1923); 3NN Yanac (1924-1980) - Qualifications: cc; AOCP 271, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Yanac, 1919-1977) * [[/J. R. Brown|Brown, J. R.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Southport (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James McGladdery Brown|Brown, James McGladdery]] [https://www.familysearch.org/tree/person/details/GW18-TCK] - 1882(Qld)-1965(Qld) - Licences: 4BJ Aramac (1929-1933); 4BJ Rockhampton (1937); 4BJ Bundaberg (1947-1965) - Qualifications: AOCP 480, 1929, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: porter (Rockhampton, 1905); station master (Finch Hatton, 1913); labourer (Mackay, 1919); motor car proprietor (Baralaba, Mt Morgan, 1925); guard (Aramac, 1928-1937); retired (Maryborough, 1954-1963; Ascot, 1963) - Relationships: father of Victor James Caldwell Brown, the likely actual amateur operator * [[/John Henry Shadwell Brown|Brown, John Henry Shadwell]] [https://www.familysearch.org/tree/person/details/GDJL-7M4] - 1897(NSW)-1959(NSW) - Licences: 2JK Sydney (Botany, 1925-1939) - Qualifications: cc; CPRT 926, 1926; 1COCP 154, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Botany, 1930-1958) * [[/Joseph Brown|Brown, Joseph "Joe"]] [https://www.familysearch.org/tree/person/details/GQH2-YSM] - 1916(Tas)-1990(Tas) - Licences: 7BJ Hobart (Battery Point, 1934-1939; New Town, 1946-1980+) - Qualifications: cc; AOCP 1255, 1934, No. ?? in Tas; BOCP 5, 1936 - amateur operator; amateur broadcaster; broadcast engineer (7ZL, Hobart TV); public servant (PMGD) - Electoral Rolls: radio operator (Battery Point, 1936-1937); civil servant (New Town, 1943-1972) * [[/Leonard Austin Brown|Brown, Leonard Austin]] [https://www.familysearch.org/tree/person/details/GX21-FFX] - 1915(Vic)-1957(SA) - Licences: 3OP Melbourne (Camberwell, 1931-1933); 5OP Adelaide (Eastwood, 1937-1939) - Qualifications: cc; AOCP 814, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Camberwell, Vic, 1936; Eastwood, SA, 1939; Unley Park, SA, 1941) * [[/Robert Brown|Brown, Robert]] - 19??(???)-19??(???) - Licences: Receive Hobart (Moonah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart Central, 1919; Moonah, 1928); fitter (Hobart North, 1958) * [[/Victor James Caldwell Brown|Brown, Victor James Caldwell]] [https://www.familysearch.org/tree/person/details/LBKS-2T7] - 1907(Qld)-1983(Qld) - Licences: Nil yet identified, but likely those in father's name - Qualifications: Nil yet identified, but likely those in father's name - amateur operator? - Electoral Rolls: wardsman (Aramac, 1928); guard (Aramac, 1930); baker (Rockhampton, 1936); radio mechanic (Barcaldine, 1943; Bundaberg, 1949-1963) - Relationships: son of James McGladdery Brown - note electoral roll addresses for Victor James precisely align with 4BJ addresses whereas those for James McGladdery do not * [[/William Francis Brown|Brown, William Francis]] [https://www.familysearch.org/tree/person/details/G8VB-4DL] - 1914(Vic)-19??(???) - Licences: 3BB Warrnambool (1930-1933); 3BB Melbourne (Richmond, 1937); 9BB Wau, New Guinea (1938); 2ANP Sydney (Bundeena, 1947) - Qualifications: AOCP 704, 1930, Vic; 2COCP 92, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Richmond, 1937) - Comment: many contemporaneous WFBs ===''BROWNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Vincent Browne|Browne, Robert John Vincent]] [https://www.familysearch.org/tree/person/details/GSLZ-BY6] - 1907(Qld)-1972(Qld) - Licences: 4RB Brisbane (Toowong, 1925-1939; New Farm, 1946-1956; Dorrington, 1960-1969) - Qualifications: cc; AOCP 92, 1925, No. 10 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Toowong, 1936-1937); mechanic (Clevedon, 4QN, 1943); technician (New Farm, 1949-1954); teacher (Dorrington, 1958-1968) ===''BROWNLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Frank Brownless|Brownless, Sidney Frank "Frank"]] [https://www.familysearch.org/tree/person/details/G8HD-M5S] - 1915(Eng)-1995(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD); military (WW2, RAF, radar research); clubs & societies (IREE); author ("The Sharing of Television Channels", ABCB, 1973 - Electoral Rolls: engineer (Albert Park, 1954-1980) ===''BRUCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Bruce|Bruce, George William]] [https://www.familysearch.org/tree/person/details/GXPX-XN9] - 1913(SA)-1980(SA) - Licences: 5GB Adelaide (Prospect, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1925, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Arthur Bruce|Bruce, Robert Arthur]] [https://www.familysearch.org/tree/person/details/LR18-SKL] - 1900(SA)-1971(SA) - Licences: Receive Adelaide (City, 1923-1924); 5BJ Adelaide (Glenelg, 1927-1939) - Qualifications: cc; AOCP 357, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glenelg, 1939-1943) * [[/Robert William Bruce|Bruce, Robert William]] [https://www.familysearch.org/tree/person/details/GZTC-Z1J] - 1899(Vic)-1971(Vic) - Licences: 3JW Melbourne (St Kilda, 1926-1928; East Malvern, 1931-1939) - Qualifications: AOCP 283, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda East, 1926; Malvern East, 1931-1967) ===''BRUNSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Thomas Brunsden|Brunsden, Herbert Thomas]] [https://www.familysearch.org/tree/person/details/G8NR-JJR] - 1909(NSW)-1942(NSW) - Licences: 2BX Sydney (Leichhardt, 1930-1939) - Qualifications: AOCP 649, 1930, NSW; AOLCP 258, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Leichhardt, 1930-1937) - Comment: Gone too soon ===''BRYCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ramsay Auld Bryce|Bryce, Ramsay Auld]] [https://www.familysearch.org/tree/person/details/GH9T-FL2] - 1914(Qld)-1974(Qld) - Licences: 4AB Ipswich (1937-1939, 1947-1948); 4AB Gold Coast (Palm Beach, 1954-1969); 4AC Portable Ipswich (1947-1956) - Qualifications: cc; AOCP 1935, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (North Ipswich, Qld, 1937); radio serviceman (North Ipswich, Qld, 1943); theatre proprietor (Palm Beach, Qld, 1949); showman (Palm Beach, Qld, 1954-1958); projectionist (Palm Beach, Qld, 1963-1972) ===''BRYSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royal William Bryson|Bryson, Royal William "Roy"]] [https://www.familysearch.org/tree/person/details/GZ9P-5KJ] - 1886(Vic)-1956(Vic) - Licences: XJJ Melbourne (Richmond, 1913); 3JM Receive Melbourne (Kew, 1922-1923); 3JM Melbourne (Kew, 1924-1933) - Qualifications: cc; AOCP 50, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; honorary radio inspector - Electoral Rolls: mechanic (Richmond, 1914-1916); electrical fitter (Kew, 1919-1937); electrician (Croydon, 1943-1954) ===''BUCHANAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thomas Oswald Buchanan|Buchanan, Norman Thomas Oswald]] [https://www.familysearch.org/tree/person/details/G84K-B7C] - 1912(Qld)-1985(Vic) - Licences: 2NB Sydney (Manly, 1928-1939); 2ANB Sydney (Bondi, 1948; Kingsford, 1950); 3AND Melbourne (Ascot Vale, 1954; Rosanna, 1955-1956) - Qualifications: AOCP 466, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Manly, 1934-1935); sound engineer (Manly, 1936); engineer (North Sydney, 1943; Heidelberg, 1954-1963; Rosanna, 1968; Heidelberg, 1972; Rosanna, 1977); retired (Castlemaine, 1980) ===''BUCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hector Buck|Buck, Albert Hector]] [https://www.familysearch.org/tree/person/details/LDQJ-PC3] - 1905(Vic)-1948(Vic) - Licences: 3TM Receive Melbourne (Albert Park, 1923); 3TM Melbourne (Glenhuntly, 1924-1926; Glenferrie, 1927; East Preston, 1931; Hawthorn, 1933-1937); 3TM Terang (1938-1939); 3TM Shepparton (1946-1947) - Qualifications: cc; AOCP 138, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: father of 3ZMX & 3AAD Edwin David Buck, don't confuse with Albert Thomas Buck (Qld) - Electoral Rolls: electrician (Glenferrie, 1927-1928); mechanic (Glenferrie, 1931; Hawthorn, 1937); electrician (Terang, 1943) * [[/Albert Thomas Buck|Buck, Albert Thomas]] [https://www.familysearch.org/tree/person/details/9Z9K-CXG] - 1892(Eng)-1973(Eng) - Licences: 4CW Receive Brisbane (Geebung, 1923); 4CW Brisbane (Geebung, 1924-1927) - Qualifications: cc; AOCP 281, 1926, No. 24 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: home duties (Kedron, 1931-1934); wireless mechanic (Summer Hill, 1933) - don't confuse with 3TM Albert Hector Buck * [[/Edwin David Buck|Buck, Edwin David]] [https://www.familysearch.org/tree/person/details/GZNC-4JQ] - 1929(Vic)-2010(Vic) - 3ZMX Melbourne (Thornbury, 1965-1969, 3AAD Melbourne (Thornbury, 1975-1980), amateur operator (AOCP ??, 19??, No. ?? in Vic), son of 3TM Albert Hector Buck ===''BUCKERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Roy Buckerfield|Buckerfield, Sidney Roy "Buck" & "Roy"]] [https://www.familysearch.org/tree/person/details/GCGS-S7N] - 1904(SA)-1965(SA) - Licences: 5DA Receive Adelaide (Parkside, 1923); 5DA Adelaide (Parkside, 1924-1927; Evandale, 1928-1931; Knoxville, 1933-1939; St Morris, 1947-1948+); 5DA Crystal Brook (1954-1956); 5DA Adelaide (Brighton Gardens, 1960+) - Qualifications: cc; AOCP 32, 1924, No. ?? in SA; 2COCP 163, 1938; 1COCP 1557, 1950 - amateur operator; amateur broadcaster; broadcast engineer (5DN, 5CK, 5DR, 5AN, 5ABCFM); public servant (PMGD); WW2 - Electoral Rolls: mechanic (Knoxville, 1939) ===''BUCKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Carson Buckie|Buckie, Alan Carson]] [https://www.familysearch.org/tree/person/details/GFQ6-8QC] - 1909(WA)-1966(WA) - Licences: 6AB Perth (Nedlands, 1936-1939; Claremont, 1947-1948; Dalkeith, 1965) - Qualifications: cc; AOCP 1682, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1931); radio engineer (Nedlands, WA, 1943-1963) ===''BUGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Robert Bugg|Bugg, Charles Robert]] [https://www.familysearch.org/tree/person/details/G82G-Q8K] - 1918(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: BOCP 11, 1936, Vic - - Electoral Rolls: radio engineer (Geelong, 1942) ===''BUILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Builder|Builder, Geoffrey]] [https://www.familysearch.org/tree/person/details/GM6S-FBL] - 1906(WA)-1960(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - physicist; radio engineer; WW2 - Electoral Rolls: observer (Magnetic Observatory, Watheroo, 1931; physicist (Haberfield, 1935; Ashfield, 1937; Burwood, NSW, 1943-1958) - [https://adb.anu.edu.au/biography/builder-geoffrey-9617 ADB] ===''BULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Bull|Bull, Francis George]] [https://www.familysearch.org/tree/person/details/LB9W-CFP] - 1904(Eng)-1965(Qld) - Licences: 4MA Brisbane (Fairfield, 1936-1939) - Qualifications: cc; AOCP 1674, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Stones Corner, Qld, 1926-1928; Highgate Hill, Qld, 1934; Fairfield, Qld, 1937; Annerley, Qld, 1943-1958); military forces (Wellers Hill, Qld, 1963) * [[/J. F. Bull|Bull, J. F.]] - 19??(???)-19??(???) - 4FH Mackay (-1949-1967+), amateur operator (AOCP ??, 19??, No. ?? in Qld), associate member I.R.E. Aust. ===''BULLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Bulling|Bulling, William John]] [https://www.familysearch.org/tree/person/details/L4Y9-S95] - 1914(SA)-2000(SA) - Licences: 5KX Adelaide (Grange, 1935-1939; Kirkcaldy, 1947-1954; Kings Park, 1955-1975); 5KX Wasleys (1980+) - Qualifications: cc; AOCP 1527, 1935, SA; BOCP 166, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Kirkcaldy, 1939-1943) ===''BULLIVANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Bullivant|Bullivant, William Norman]] [https://www.familysearch.org/tree/person/details/GZJK-X8B] - 1908(NSW)-1985(NSW) - 2PR Receive Albury (1923-1924), 2WB Albury (1925-1930), 2WB West Wyalong (1931-1934), 2BC Sydney (Bondi, 1946-1950; Bellevue Hill, 1954-1969; Kingsford, 1975-1980+), amateur operator (AOCP 167, 1925, No. ?? in NSW; 1COCP 319, 1940), amateur broadcaster, postal clerk (West Wyalong, 1932), telegraphist (Bondi, 1943), supervisor (Waverley, 1954; Bellevue Hill, 1963; Kingsford, 1980)) ===''BULLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Frederick Wright Bullock|Bullock, Albert Frederick Wright "Bert"]] [https://www.familysearch.org/tree/person/details/GX4K-44G] - 1900(Qld)-1987(Qld) - Licences: 4ZX Brisbane (Coorparoo, 1933-1939, 1946-1954; Camp Hill, 1955-1960) - Qualifications: cc; AOCP 1109, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: ironworker (East Brisbane, Qld, 1925); storeman (Coorparoo, Qld, 1936-1954); retired (Coorparoo, Qld, 1958-1980) ===''BUNTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Bunton|Bunton, George Henry]] [https://www.familysearch.org/tree/person/details/MGWV-YFR] - 1872(Eng)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, Mosman, NSW) - Electoral Rolls: butcher (Mosman, 1930-1954) ===''BURBIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Arthur Burbidge|Burbidge, Philip Arthur]] [https://www.familysearch.org/tree/person/details/G8HM-7JL] - 1910(Eng)-1948(NSW) - Licences: 3PB Melbourne (Moonee Ponds, 1928-1931); 2PB Sydney (Bellevue Hill, 1946-1947) - Qualifications: AOCP 456, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant manager (Camberwell, 1934); manager (Bellevue Hill, 1943) ===''BURBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Alfred Burbury|Burbury, Eric Alfred]] - 1894(Tas)-1976(NSW) - early wireless experimenter (Tasmania, unlicensed?), ship wireless operator (1910s), broadcast engineer (AWA, Koo-we-rup; 2FC, chief engineer), brother of Harry Keith Burbury * [[/Harry Keith Burbury|Burbury, Harry Keith "Keith"]] - 1897(Tas)-1986(NSW) - engineer (PMGD), brother of Eric Alfred Burbury ===''BURCHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Burchill|Burchill, Charles]] [https://www.familysearch.org/tree/person/details/GXXD-8PF] - 1894(Qld)-1969(NSW) - Licences: 4EM Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (Hendra, Qld, 1925; Surry Hills, NSW, 1930); fitter (Long Bay Camp, NSW, 1933; Surry Hills, NSW, 1934-1936; Harbord, NSW, 1937); watchman (Maroubra, NSW, 1943-1949) ===''BURFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Patrick Burford|Burford, Walter Patrick]] [https://www.familysearch.org/tree/person/details/GHM2-CD9] - 1912(SA)-1960(Vic) - Licences: 5PB Naracoorte (1934-1939, 1947-1960) - Qualifications: cc; AOCP 1365, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, SA, 1939-1943) ===''BURGESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Thomas Burgess|Burgess, George Thomas]] [https://www.familysearch.org/tree/person/details/G8W5-N95] - 1913(SA)-1994(SA) - Licences: 5GC Adelaide (Prospect, 1933-1939; Henley Beach, 1947-1980+) - Qualifications: cc; AOCP 1233, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Henley, SA, 1941-1943) * [[/Thomas William Watkins Burgess|Burgess, Thomas William Watkins]] [https://www.familysearch.org/tree/person/details/LDZP-X1R] - 1861(NSW)-1929(NSW) - Licences: XDA Wagga Wagga (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: medical practitioner (Wagga Wagga, 1901-1903) ===''BURGOYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Burgoyne|Burgoyne, Francis James]] [https://www.familysearch.org/tree/person/details/GXQN-1VS] - 1876(Wales)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (VIY, 1913-?); RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: officer-in-charge (Radio Station, South Townsville, 1919); postmaster (Concord, 1930); public servant (Homebush, 1930); postmaster (Homebush, 1933; Strathfield, 1935; Inverell, 1936; Bondi North, 1943) ===''BURING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rudolph Buring|Buring, Rudolph]] [https://www.familysearch.org/tree/person/details/L51C-YVT] - 1906(Tas)-1973(Vic) - Licences: 7AX Receive Hobart (1922-1923); Receive Hobart (1923-1924); 7RB Hobart (1925-1933); 3RB Melbourne (Ballarat, 1935-1939) - Qualifications: cc; AOCP 102, 1925, No. ?? in Tas; AOLCP 166, 1934 - amateur operator; amateur broadcaster; electronics engineer (PMGD) - Electoral Rolls: university demonstrator (Hobart, 1928); radio engineer (Sale, 1936; Ballarat, 1936-1937); engineer (Kew, 1943-1972) ===''BURMESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Conrad Burmester|Burmester, Otto Conrad]] [https://www.familysearch.org/tree/person/details/GXWN-7VX] - 1909(Qld)-1997(Qld) - Licences: 4OB Brisbane (East Brisbane, 1933) - Qualifications: cc; AOCP 1158, 1933, No. ?? in Qld; 2COCP 31, 1935; 1COCP 46, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: broadcaster (Toowong, Qld, 1943); PMG technician (East Brisbane, Qld, 1949-1980) ===''BURNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud Edward James Burns|Burns, Claud Edward James]] [https://www.familysearch.org/tree/person/details/KCLY-P7V] - 1893(Qld)-1978(Qld) - Licences: 4ZY Kingaroy (1932-1939); 4ZY Innisfail (1946-1947); 4ZY Cairns (1948-1975) - Qualifications: cc; AOCP 996, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: supervising technician (Cairns, Qld, 1954-1977) ===''BURRAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Allan Burrage|Burrage, John Allan]] [https://www.familysearch.org/tree/person/details/KCW4-SLS] - 1916(Vic)-1942(Ins) - Licences: 3UW Melbourne (Deepdene, 1934-1937), 3UW (Shepparton, 1938-1939) - Qualifications: AOCP 1322, 1934, No. ?? in Vic; BOCP 59, 1936; 1COCP 291, 1939 - amateur operator, amateur broadcaster, broadcast engineer (3SR), WW2 - Electoral Rolls: radio engineer (Shepparton, 1942) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/burrage-john-allan-400643/] ===''BURROWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Owen Burrows|Burrows, Alan Owen]] [https://www.familysearch.org/tree/person/details/KNZG-V74] - 1901(NSW)-1933(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio correspondent (Sydney Morning Herald, Sydney Sun); proprietor Miss F. V. Wallace (Wireless Shop), 1927-1933; president Waverley Radio Club - Electoral Rolls: radio dealer (Waverley, 1930-1933) - Comment: Gone too soon * [[/Ernest Walter Burrows|Burrows, Ernest Walter]] [https://www.familysearch.org/tree/person/details/LZDY-YQ8] - 1900(WA)-1986(NSW) - Licences: 6DZ Geraldton (1924-1927); 2DZ Sydney (Concord, 1929-1930) - Qualifications: cc; CPRT 659, 1921; 1COCP 5, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: technical assistant (Canterbury, NSW, 1937-1949; Earlwood, 1954-1980) * [[/Frederick Harold Burrows|Burrows, Frederick Harold]] [https://www.familysearch.org/tree/person/details/LZDY-TKH] - 1894(Eng)-1974(WA) - Licences: 6BH Perth (Claremont, 1922-1924); 6BH Kalgoorlie (1925-1927); 6BF Perth (Beverley, 1937-1939) - Qualifications: cc; AOCP 193, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgoorlie, 1916; Claremont, 1922; Kalgoorlie, 1925); headmaster (Beverley, 1937; Subiaco, 1943-1958); retired (Subiaco, 1963-1972) * [[/John Charles Fry Burrows|Burrows, John Charles Fry]] [https://www.familysearch.org/tree/person/details/GDKZ-LJ8] - 1897(Vic)-1981(Vic) - Licences: XJCD Melbourne (Kew, 1913-1914) - Qualifications: cc; CPRT 251, 1916 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: no occupation (Kew, 1919-1931); representative (Bairnsdale, 1934); commercial (Kew, 1936-1937); superintendent (Caulfield, 1943-1954); manager (Toorak, 1963-1980) ===''BURTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Reg Burton|Burton, Arthur Reg]] [https://www.familysearch.org/tree/person/details/GXCC-3HM] - 1899(Eng)-1982(Qld) - Licences: 4FE Brisbane (South Brisbane, 1935-1936; City, 1937-1939; Highgate Hill, 1946-1948); 1FE Heard Island (1954-1955); 4FE Thursday Island (1955-1956); 4FE Normanton (1960); 4FE Labrador (1965-1980+) - Qualifications: cc; AOCP 1563, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, AIF); broadcast technician; federal public servant (PMGD) - Relationships: Likely father of 4BM Arthur Henry Burton - Electoral Rolls: artist (Lutwyche, Qld, 1921); picture showman (Beenleigh, Qld, 1922-1926); motor engineer (Kangaroo Point, Qld, 1931-1934; South Brisbane, Qld, 1937); radio engineer (South Brisbane, Qld, 1943); diesel engineer (Highgate Hill, Qld, 1949-1954); technician (Highgate Hill, Qld, 1958); retired (Labrador, Qld, 1968-1980) ===''BUSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Talbot Busch|Busch, Reginald Talbot]] [https://www.familysearch.org/tree/person/details/GZJ3-2P7] - 1907(Vic)-2005(Vic) - Licences: 3LS Receive Melbourne (Essendon, 1923); 3LS Melbourne (Moonee Ponds, 1923-1939; North Essendon, 1946-1969; Strathmore, 1975-1980+) - Qualifications: cc; AOCP 157, 1925, No. ?? in Vic; AOLCP 286, 1936; 1AOCP 3, 1946 - amateur operator; amateur broadcaster; research engineer (1942) - Electoral Rolls: engineer (Moonee Ponds, 1931-1937); research engineer (Essendon, 1942-1968); research (Strathmore, 1972-1977) ===''BUSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Melville Bush|Bush, Albert Melville]] [https://www.familysearch.org/tree/person/details/LBB7-DFN] - 1893(Vic)-1964(Vic) - 3YY Bendigo (1924-1927) - Qualifications: cc; AOCP 197, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: dental apprentice (Bendigo, 1914-1919); dentist (Bendigo, 1922-1963) ===''BUSHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Robert William Bushby|Bushby, Thomas Robert William]] [https://www.familysearch.org/tree/person/details/K2G5-KTN] - 1900(Eng)-1978(NSW) - Licences: 2TW Bulli (1927-1928); 2TW Sydney (Gladesville, 1929; Hunters Hill, 1930; Gladesville, 1931-1933; Rose Bay, 1934; Bondi North, 1935-1937; Bellevue Hill, 1938-1939) - Qualifications: AOCP 368, 1927, No. ?? in NSW; AOLCP 32, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hunters Hill, 1930; Gladesville, 1933); engineer (Rose Bay, 1934; Bellevue Hill, 1935; Bondi, 1936-1937; Kingsgrove, 1943-1954); radio engineer (Bexley, 1958-1963) ===''BUTCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Butcher|Butcher, Eric William]] [https://www.familysearch.org/tree/person/details/GXWG-77S] - 1912(Qld)-1970(Qld) - Licences: 4EB Brisbane (Lutwyche, 1931-1933; Kedron, 1938-1939) - Qualifications: cc; AOCP 871, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Kedron, Qld, 1936-1937); teacher (Grange, Qld, 1949; Wavell Heights, Qld, 1958-1968) ===''BUTLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lloyd Butler|Butler, Alfred Lloyd "Lloyd"]] - Licences: 5BR Adelaide (Prospect, 1947); 5BR Murray Bridge (1948-1960); 5BR Adelaide (Panorama, 1965-1980+) - Qualifications: AOCP; BOCP; TVOCP - amateur operator; historian (SA amateur, SA broadcast) - Electoral Rolls: - Links: [http://users.tpg.com.au/ldbutler/index.htm Web] * [[/Richard Edmund Butler|Butler, Richard Edmund "Dick"]] [https://www.familysearch.org/tree/person/details/GQX1-ZPZ] - 1926(Vic)-2012(Vic) - Senior federal public servant (PMGD), Deputy General Secretary ITU 1983-1989, Secretary General ITU 1983-1989 [https://www.itu.int/en/history/Pages/ElectedOfficialBio.aspx?off=6] ===''BUTLER-WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bertie Saywell Butler-Wood|Butler-Wood, Bertie Saywell]] [https://www.familysearch.org/tree/person/details/GXJ2-18J] - 1894(NSW)-1954(Qld) - Licences: 4EJ Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (West End, Qld, 1919-1925); dentist (West End, Qld, 1943-1954) ===''BUTTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Butterfield|Butterfield, George William]] [https://www.familysearch.org/tree/person/details/L77T-FCW] - 1903(Eng)-1980(WA) - Licences: 6GW Perth (South Perth, 1932-1939) - Qualifications: cc; AOCP 906, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: dental mechanic (Northam, WA, 1925; South Perth, WA, 1931); radio engineer (South Perth, WA, 1936-1958); retired (South Perth, WA, 1977) ===''BUTTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Butters|Butters, William Leslie W.]] [https://www.familysearch.org/tree/person/details/2VQ7-BSV] - 1885(NSW)-1953(NSW) - Licences: 2WY Bermagui South (1928-1935); 2WY Sydney (Brooklyn, 1936-1938; Cronulla, 1939; Karuah, 1946-1947); 2WY Nambucca Heads (1948-1950) - Qualifications: AOCP 464, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: fisheries inspector (Bermagui South, 1930; Brooklyn, 1936); clerk (Erskineville, 1943); retired (Nambucca Heads, 1949) ===''BUTTERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Butterworth|Butterworth, Cecil]] [https://www.familysearch.org/tree/person/details/GMLR-QDG] - 1910(NSW)-1990(NSW) - Licences: 2CB Wallsend (1929-1930); 2BU Wallsend (1931-1939, 1946-1980+) - Qualifications: AOCP 540, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Wallsend, 1936-1958); manufacturer (Wallsend, 1963-1972); engineer (Rankin Park, 1977-1980) ===''BUZACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Hardie Buzacott|Buzacott, Albert Hardie "Hardie"]] [https://www.familysearch.org/tree/person/details/L7YK-QZ6] - 1914(Qld)-1984(Qld) - Licences: 4UZ Toowoomba (1934-1939) - Qualifications: cc; AOCP 1242, 1934, No. ?? in Qld; AOLCP 260, 1935 - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio mechanic (East Toowoomba, Qld, 1936-1937); radio operator (East Toowoomba, Qld, 1943-1949); manager (Roma, Qld, 1949; Gympie, Qld, 1954-1972; Caloundra, Qld, 1977-1980) * [[/Richard Norman Buzacott|Buzacott, Richard Norman]] [https://www.familysearch.org/tree/person/details/GZ82-8ZL] - 1909(WA)-1975(Vic) - Licences: 3RB Melbourne (Elsternwick, 1926; Burwood, 1931; Camberwell, 1933); 2TD Sydney (North Sydney, 1935-1936); 3TD Lubeck (1938-1939); 3TD Melbourne (Balwyn, 1946-1960); 3AUB Melbourne (Reservoir, 1969-1975) - Qualifications: AOCP 298, 1926, No. ?? in Vic; 1COCP 61, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1931); broadcast engineer (North Sydney, 1934-1935); engineer (Camaray, NSW, 1936); broadcast engineer (Lubeck, 1937); wireless operator (Canterbury, 1943); technician (Canterbury, 1949-1954); engineer (Reservoir, 1963-1972) =='''C'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''CAGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cagney|Cagney, Eric William]] [https://www.familysearch.org/tree/person/details/GXH2-9HV] - 1909(Qld)-1990(Qld) - Licences: 4EC Rockhampton (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1386, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Palings, piano tuner); associate I.R.E. Aust - Electoral Rolls: musical instrument worker (Rockhampton, Qld, 1931-1980) ===''CAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Cain|Cain, James Henry]] [https://www.familysearch.org/tree/person/details/MKN2-48M] - 1866(Isle of Man)-1940(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a/g superintendent, Central Mission, Wesley Church, Melbourne, Vic) - Electoral Rolls: clergyman (Mooroopna, 1903; North Melbourne, 1909-1913; Carlton, 1914-1919; Glenferrie, 1921-1924; Auburn, 1924-1927; Kew, 1928-1937) ===''CALDECOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry William Spencer Caldecott|Caldecott, Henry William Spencer]] [https://www.familysearch.org/tree/person/details/GZT8-K3M] - 1908(Canada)-1991(NSW) - Licences: 2SM Sydney (Manly, 1926-1927; Chatswood, 1928-1929; Manly, 1930-1931); 2DA Sydney (Manly, 1933-1939; Balgowlah, 1946-1980+) - Qualifications: AOCP 285, 1926, No. ?? in NSW; AOLCP 58, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Balgowlah, 1930-1968); engineer (Balgowlah, 1977-1980)- callsign 2SM withdrawn by PMGD for allocation to 2SM commercial broadcaster ===''CALDWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aleck Stewart Caldwell|Caldwell, Aleck Stewart]] [https://www.familysearch.org/tree/person/details/M5SS-6BB] - 1903(SA)-1983(SA) - Licences: Receive Adelaide (Unley North, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: During 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Donald Pavy Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: draftsman (Black Forest, SA, 1939); assistant (Erindale, SA, 1941-1943) * [[/Donald Pavy Caldwell|Caldwell, Donald Pavy]] [https://www.familysearch.org/tree/person/details/LVC2-5NT] - 1907(SA)-1959(NSW) - Licences: Nil yet identified - Qualifications: cc; AOCP 29, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Comment: amateur broadcaster but never held licence in his name, during 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Aleck Stewart Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: telegraphist (Clapham, SA, 1939-1943) * [[/Frank David Caldwell|Caldwell, Frank David]] [https://www.familysearch.org/tree/person/details/G8DV-FQ9] - 1907(NSW)-1975(NSW) - Licences: 2YF Sydney (Bondi, 1930-1936; Concord, 1937; Bondi, 1938-1939; Waverley, 1946-1969); 2YF Katoomba (1975) - Qualifications: AOCP 587, 1930, No. ?? in NSW; 3COCP 404, 1938; BOCP 186, 1938 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: employee Clyde Engineering Works (Burwood, 1930); mechanic (Bondi, 1936-1937; Waverley, 1949-1958; Bronte, 1963-1968) * [[/Robert Ballantyne Caldwell|Caldwell, Robert Ballantyne]] [https://www.familysearch.org/tree/person/details/2ZSH-LYB] - 1869(SA)-1942(SA) - Licences: 5BP Adelaide (Unley, 1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: father of Aleck Stewart Caldwell & Donald Pavy Caldwell; brother of William Alexander Caldwell - Electoral Rolls: resident engineer (North Unley, SA, 1939-1941) * [[/Rupert Christian Caldwell|Caldwell, Rupert Christian]] [https://www.familysearch.org/tree/person/details/G8W3-897] - 1893(Vic)-1989(NSW) - Licences: 2YW Receive Sydney (Leichhardt, 1923-1924); 2JO Sydney (Bondi Junction, 1928; Waverley, 1929-1933; Woollahra, 1934-1937; Bondi, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 415, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: traveller (Waverley, 1930-1933; Woollahra, 1934-1936; Bondi Beach, 1937-1968); retired (Waverley, 1972; Bondi Beach, 1977; Malabar, 1980) * [[/William Alexander Caldwell|Caldwell, William Alexander]] [https://www.familysearch.org/tree/person/details/K8Y4-P92] - 1881(SA)-1964(SA) - Licences: 5DI Receive Adelaide (Unley, 1923); 5BO Adelaide (Unley, 1923); 5BP Adelaide (Unley, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: brother of Robert Ballantyne Caldwell; uncle of Aleck Stewart Caldwell & Donald Pavy Caldwell - Electoral Rolls: nil (Glenelg, SA, 1939-1943) ===''CALETTI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guido Caletti|Caletti, Guido "Jim"]] [https://www.familysearch.org/tree/person/details/G841-NV5] - 1900(NSW)-1952(NSW) - Licences: 2CL Receive Sydney (Leichhardt, 1922; Newtown, 1922); 2CL Sydney (Newtown, 1923; Redfern, 1924; Annandale, 1924-1926; Punchbowl, 1927-1929; Penrose, 1930); 2AHV Sydney (Hurstville, 1938-1939, 1946-1950) - Qualifications: cc; CPRTelephony 649, 1921 - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Punchbowl, 1930); mechanic (Bankstown, 1933); telephone mechanic (Hurstville, 1937-1949) ===''CALLABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Callaby|Callaby, Clarence James]] [https://www.familysearch.org/tree/person/details/GZBQ-38C] - 1910(NSW)-1978(NSW) - Licences: 2CJ Sydney (Concord, 1929-1934); 3BI Ballarat (1937-1939) - Qualifications: AOCP 546, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: laboratory assistant (Concord, 1933-1935); chemist (Croydon, 1936-1937); industrial chemist (West Ryde, 1943-1958); company director (St Ives, 1963-1968); director (St Ives, 1972-1977) ===''CALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Victor Callick|Callick, Harold Victor]] [https://www.familysearch.org/tree/person/details/GXF4-P45] - 1898(Eng)-1978(Qld) - Licences: Receive Brisbane (Herston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: surgical dresser (Kelvin Grove, Qld, 1921-1925; Herston, Qld, 1937-1963; Alderley, Qld, 1943-1949; Herston, Qld, 1954-1958; Chermside, Qld, 1963); retired (Miami, Qld, 1968-1977) ===''CALLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival James Callow|Callow, Percival James]] [https://www.familysearch.org/tree/person/details/GXFB-TR6] - 1899(Qld)-1969(Qld) - Licences: Receive (Crystal) Brisbane (Albion, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: public servant (Albion, Qld, 1921-1925); clerk (Glen Kedron, Qld, 1934; Kedron, Qld, 1936-1963); retired (Scarborough, Qld, 1968) ===''CAMERON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. R. Cameron|Cameron, A. R.]] - 19??(???)-19??(???) - Licences: 5RC Adelaide (Leabrook, 1931-1938); 2AMK Sydney (Hunters Hill, 1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Milton Cameron|Cameron, Robert Milton]] [https://www.familysearch.org/tree/person/details/GZXL-HDJ] - 1907(Vic)-1985(SA) - Licences: 3OT Receive Melbourne (Malvern, 1923); 3OT Melbourne (Malvern, 1924-1933); 2XV Sydney (Waverton, 1935; Cronulla, 1937-1939); 4CS Brisbane (Doomben, 1947; Archerfield, 1948); 3AC Melbourne (Prahran, 1954-1955; Hawthorn, 1956-1960) - Qualifications: cc; AOCP 112, 1925, No. ?? in Vic; 1COCP 87, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Malvern East, 1931-1934); aeradio operator (Cooktown, 1943); surveyor (Prahran, 1954) ===''CAMPBELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dallas Dwyer Campbell|Campbell, Dallas Dwyer]] - 1901(NSW)-1964(NSW) - 2KU? Receive Ulmarra (1922-23), 2CU Ulmarra (1924-1939), amateur operator (AOCP 5, 1924, No. ?? in NSW), amateur broadcaster * [[/Douglas Gilmore Campbell|Campbell, Douglas Gilmore]] [https://www.familysearch.org/tree/person/details/LJBS-NDD] - 1888(NSW)-1971(NSW) - 2JO Receive Kyogle (1922-1924), 2DG Kyogle (1925-1933), amateur operator (AOCP 70, 1925, No. ?? in NSW), amateur broadcaster * [[/Frank Valentine Campbell|Campbell, Frank Valentine]] [https://www.familysearch.org/tree/person/details/GXZJ-CGN] - 1901(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4GC George Alfred Campbell - Electoral Rolls: wireless expert (South Brisbane, Qld, 1926); mechanic (Kedron, Qld, 1928-1929); electrical engineer (Kedron, Qld, 1934-1954); electrician (Haberfield, NSW, 1958-1963); retired (Beacon Hill, NSW, 1968-1972) * [[/Frederick Alexander Campbell|Campbell, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/KC4J-HG7] - 1849(Sct)-1930(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, South Yarra, Vic) - Electoral Rolls: director (Melbourne, 1903-1913; South Yarra, 1914-1919); chief executive (South Yarra, 1924-1928) * [[/George Alfred Campbell|Campbell, George Alfred]] [https://www.familysearch.org/tree/person/details/GXZJ-C21] - 1894(Eng)-1983(Qld) - Licences: 4GC Brisbane (South Brisbane, 1937-1939, 1947-1960); 4GC Mermaid Beach (1965-1975); 4GC Brisbane (Annerley, 1980+) - Qualifications: cc; AOCP 2014, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Frank Valentine Campbell - Electoral Rolls: electrical engineer (West End, Qld, 1925-1926; South Brisbane, Qld, 1928-1963); retired (Annerley, Qld, 1968-1972; Mermaid Beach, Qld, 1977) * [[/James Campbell|Campbell, James]] - 1845(Sct)-1893(Vic) - proprietor of engineering business in Ballarat, politician in Victoria, Postmaster-General Victoria (Apr 1884 - Feb 1886) * [[/Neville Douglas Campbell|Campbell, Neville Douglas or Douglas Neville]] [https://www.familysearch.org/tree/person/details/G73C-WVG] - 1912(Tas)-2007(Tas) - Licences: 7NC Hobart (City, 1932-1939, 1946-1956; Sandy Bay, 1960-1980) - Qualifications: cc; AOCP 993, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (New Town, 1943; Sandy Bay, 1949-1958) * [[/Robert Campbell|Campbell, Robert]] - 1917(???)-1950(Qld) - Licences: 4RC Brisbane (Kelvin Grove, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1180, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, treasurer, QSL officer) - Comment: numerous contemporaneous RCs - Electoral Rolls: Nile yet identified ===''CANAVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Canavan|Canavan, John]] [https://www.familysearch.org/tree/person/details/GF3D-L6T] - 1914(Eng)-2008(WA) - Licences: 6CN Perth (City, 1936-1939); 6ON Perth (Mt Hawthorn, 1948) - Qualifications: cc; AOCP 1811, 1936, WA; BOCP 109, 1937; 1COCP 618, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (North Perth, WA, 1937; Maylands, WA, 1949; Bayswater, WA, 1954; Port Hedland, WA, 1958; Bayswater, WA, 1963-1980) ===''CANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Fredrick Herrett Cannon|Cannon, Ronald Fredrick or Frederick Herrett]] [https://www.familysearch.org/tree/person/details/G7JW-T6L] - 1913(Tas)-1994(Vic) - Licences: 7RC Wynyard (1932-1939); 3BRC Melbourne (Hawthorn, 1975) - Qualifications: cc; AOCP 946, 1932, No. ?? in Tas; BOCP 97, 1937; 1COCP 473, 1941 - amateur operator; amateur broadcaster; RAAFWR; WW2 - Electoral Rolls: shop assistant (Wynyard, 1936-1937); engineer (St Kilda, 1943); radio technician (Auburn, 1949; Hawthorn, 1954-1967); tv hirer (Hawthorn, 1968-1980) ===''CANSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathan Victor Charles Cansick|Cansick, Nathan Victor Charles]] [https://www.familysearch.org/tree/person/details/LKSJ-CXC] - 1907(Vic)-1968(NSW) - 3VE Receive Melbourne (St Kilda, 1923-1924), 3AK Melbourne (St Kilda, 1925-1931), amateur operator (AOCP 139, 1925, No. ?? in Vic), amateur broadcaster ===''CAREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Carey|Carey, Francis Joseph "Frank"]] - 18??-19?? - X??, 4?? Toowoomba 1911-1914, 1922-1923, 2AMI Sydney (Centennial Park, 1933-1939; North Sydney 1946-1954; Fairfield 1955-1980) - amateur operator (AOCP 1152, 1933, ?? in NSW) , radio club member (QWI), Halcyon: AOCP NSW 1925 * [[/John Thomas Carey|Carey, John Thomas]] [https://www.familysearch.org/tree/person/details/G6Y9-TZ8] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 19, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: wireless operator (St Kilda, 1913; West End, Townsville, 1919) ===''CARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Lewis Carne|Carne, Ronald Lewis "Ron"]] [https://www.familysearch.org/tree/person/details/GXCC-N3M] - 1910(Fiji)-1976(Qld) - Licences: 4RP Hambledon Mill via Cairns (1935); 4RP Innisfail (1937-1939) - Qualifications: cc; AOCP 1186, 1933, Qld; 3COCP 429, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Goondi Mill, Innisfail, 1936-1937); cane inspector (Sherwood, Qld, 1943); assistant cane inspector (Goondi Mill, Innisfail, Qld, 1949-1954); cane inspector (Victoria Mill, Ingham, Qld, 1954-1958); manager (Harwood Mill, Harwood Island, NSW, 1963; Victoria Mill, Ingham, Qld, 1968); retired (Bowen, Qld, 1972) ===''CARPENTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Carpenter|Carpenter, Archibald John]] [https://www.familysearch.org/tree/person/details/GZPR-BJS] - 1900(WA)-1956(France) - Licences: No known licence - Qualifications: cc; AOCP 376, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: school teacher (Northam, 1925-1936); instructor (South Perth, 1943); firewood vendor (Whyalla, 1948); teacher (Kalgoorlie, 1954) ===''CARRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Carrie|Carrie, F.]] - 19??(???)-19??(???) - Licences: 5JC Adelaide (Glanville, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CARTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Carter|Carter, Albert Edward "Birdie"]] [https://www.familysearch.org/tree/person/details/GHDL-5CB] - 1916(Qld)-2014(Qld) - Licences: 4LT Brisbane (Wavell Heights, 1938-1939, 1946-1948); 4LT Nanango (1954); 4LT Brisbane (Carina, 1955-1969); 4LT Sunshine Beach (1975); 4LT Tewantin (1980) - Qualifications: cc; AOCP 2143, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); wholesale grocery (S. Hoffnung & Co); WW2 - Comment: several contemporaneous AECs - Electoral Rolls: merchant (Greenslopes, Qld, 1943-1949); manager (Nanango, Qld, 1954); departmental manager (Carina, Qld, 1958-1972); retired (Sunshine Beach, Qld, 1977; Tewantin, Qld, 1980)) * [[/Clarence Sydney William Carter|Carter, Clarence Sydney William]][https://www.familysearch.org/tree/person/details/L5T1-TXL] - 1902(SA)-1962(SA) - Licences: Receive Adelaide (Kensington, 1923); 5CS Adelaide (Maylands, 1924-1926) - Qualifications: cc; AOCP 24, 1924, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: salesman (Glen Osmond, SA, 1939-1943) * [[/Frederick Pell Carter|Carter, Frederick Pell or Peel (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXP4-2BC] - 1899(NSW)-1968(SA) - Licences: 5GK Adelaide (Mile End, 1931-1939) - Qualifications: cc; AOCP 761, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: service station proprietor (Mile End, SA, 1939-1943) * [[/H. Carter|Carter, H.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Graceville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Numerous contemporaneous HCs - Electoral Rolls: Nil yet identified * [[/Harry Raymond Carter|Carter, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G9G5-KJT] - 1911(NSW)-1986(NSW) - Licences: 2HC Quirindi (1926-1939; 1946-1980+); 2BE Portable Quirindi (1933-1934); 2AI Portable Quirindi (1935-1939) - Qualifications: AOCP 286, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Quirindi, 1933-1980) - Callsign 2BE withdrawn by PMGD for 2BE Bega commercial ===''CARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Carty|Carty, Bruce]] - historian (broadcast, amateur broadcast), author "Australian Radio History" ===''CASTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Castle|Castle, Clarence Henry "Clarry"]] [https://www.familysearch.org/tree/person/details/GXGF-7GR] - 1915(SA)-2002(SA) - Licences: 5KL Adelaide (Prospect, 1933-1939); 5KL Darwin (1947-1948); 5KL Adelaide (Enfield Heights, 1954-1965; Enfield, 1969-1980+) - Qualifications: cc; AOCP 1209, 1933, SA; 2COCP 263, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''CASWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Harold Caswell|Caswell, Archibald Harold "Arch"]] [https://www.familysearch.org/tree/person/details/GXCC-Y3X] - 1913(Qld)-1986(Qld) - Licences: 4CB Murgon (1934-1939); 4CB Maryborough (1946-1975) - Qualifications: cc; AOCP 1340, 1934, Qld - amateur operator; amateur broadcaster; WW2 (POW); business proprietor (garage) - Electoral Rolls: radio technician (Maryborough, Qld, 1954-1972); retired (Torquay, Qld, 1977-1980) ===''CATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lester Evans Catford|Catford, Lester Evans]] [https://www.familysearch.org/tree/person/details/GDD8-RCB] - 1911(SA)-1990(SA) - Licences: 5LC Gladstone (1931-1939, 1947); 5LC Adelaide (Malvern, 1948-1980) - Qualifications: cc; AOCP 789, 1931, No. ?? in SA; BOCP 357, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Gladstone, SA, 1939-1943) * [[/Lance Maynard Catford|Catford, Lance Maynard]] [https://www.familysearch.org/tree/person/details/GMQR-K2W] - 1913(SA)-1989(SA) - Licences: 5XL Clare (1939, 1947-1980+) - Qualifications: AOCP 2372, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: share farmer (Clare, SA, 1939) ===''CAVANAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Mortimer Cavanagh|Cavanagh, William Mortimer]] [https://www.familysearch.org/tree/person/details/GZ23-GPH] - 1908(Vic)-1995(NSW) - Receive Warburton (1923-1924), 3WC Melbourne (St Kilda, 1925), 2WC Sydney (Potts Point, 1928), 2WC Goulburn (1930), 3WC Melbourne (St Kilda, 1931; Williamstown, 1937-1939), 2WC Wauchope (1946-1980+), qualifications: (AOCP 214, 1925, No. ?? in Vic; 1COCP 598, 1942), amateur operator, amateur broadcaster, WW2, electoral rolls: sales (Goulburn, 1930; St Kilda, 1931-1934), radio dealer (Wauchope, 1949-1980) ===''CAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Cave|Cave, Norman]] [https://www.familysearch.org/tree/person/details/GDB7-G73] - 1898(Eng?)-19??(???) - Licences: 7BC Launceston (1925-1926); operator of Wills & Co Receive licence 1924 - Qualifications: cc; AOCP 129, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 (RAF Wireless Operator); foundation member Tasmanian Gliding Club (instructor); returned to England 1931; likely Wing Commander RAF in WW2; possibly lost in SE Asia 1942 - Electoral Rolls: Nil yet identified ===''CAWTHRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Cawthron|Cawthron, Edward Joseph "Ted"]] [https://www.familysearch.org/tree/person/details/GZBH-9SX] - 1908(NSW)-1964(SA) - Licences: 2JC Sydney (Concord, 1926-1933; Neutral Bay, 1931; Concord, 1933; Five Dock, 1933); 2VA Sydney (City, 1931); 2EJ Sydney (City, 1931); 5JC Adelaide (Kent Town, 1937-1939); 5JE Adelaide (Somerton, 1947-1948; North Glenelg, 1954; Somerton Park, 1960) - Qualifications: cc; AOCP 308, 1926, No. ?? in NSW; BOCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Haberfield, 1943) ===''CECIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clyde Cecil|Cecil, Clyde]] [https://www.familysearch.org/tree/person/details/GZN5-XYG] - 1898(Vic)-1963(WA) - Licences: 6AB Kalgoorlie (1923-1927) - Qualifications: cc; AOCP 154, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2; witness to Royal Commission 1927 (as a listener, Kalgoorlie) - Electoral Rolls: civil servant (Kalgoorlie, 1919); lecturer (Kalgoorlie, 1921-1925; Maylands, 1928-1937); metallurgist (Nedlands, 1943); physicist (Nedlands, 1949-1954); school principal (Triggs Island, 1958-1963) ===''CHADWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Howel Chadwick|Chadwick, Richard Howel (Electoral Rolls) or Howell (BMD) "Dick"]] [https://www.familysearch.org/tree/person/details/G3PQ-6HH] - 1896(NZ)-1955(Qld) - Licences: 4GU Brisbane (Wilston, 1933-1939, 1946-1947) - Qualifications: cc; AOCP 1197, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW1; radio clubs (WIAQ); employment (travelling salesman) - Electoral Rolls: storeman (Zillmere, Qld, 1921); salesman (Wilston, Qld, 1925-1954) ===''CHAFFER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Martin Chaffer|Chaffer, Edward Martin "Martin"]] [https://www.familysearch.org/tree/person/details/GZ1Z-B3P] - 1905(Vic)-1981(Vic) - Licences: 3XF Receive Melbourne (Moonee Ponds, 1923); 3XF Melbourne (Moonee Ponds, 1923-1927); 6XF Perth (Mt Lawley, 1930-1931); 3XF Melbourne (Moonee Ponds, 1933); 2AEK Sydney (Potts Point, 1938); 3MH Hamilton (1947); 3MH Ballarat (1948); 3MH Swan Hill (1954); 3MH Melbourne (Preston, 1955-1956; Moonee Ponds, 1965-1969; Doncaster, 1975-1980) - Qualifications: cc; AOCP 354, 1927, No. ?? in Vic; 3COCP 304, 1937; 2COCP 113, 1937; 1COCP 151, 1937 - amateur operator, amateur broadcaster, radio clubs (WIA Vic Essendon, treasurer, 1924), placed 2nd for best complete station Melbourne Wireless Exhibition 1924; placed second for best complete station at Melbourne Wireless Exhibition 1925; placed 10th in 3LO amateur broadcasting competition 1926; broadcast engineer (3HA, 3BA, 3SH), Dept Civil Aviation 1930s, military (WW2, 1942+) - Electoral Rolls: manager (Moonee Ponds, 1928-1936); radio engineer (Hamilton, 1942; Ballarat, 1949; Swan Hill, 1954; Preston, 1963); radio technician (Moonee Ponds, 1967-1968); retired (Doncaster, 1977-1980) - Relationships: father of 3AII Ken Chaffer ===''CHALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Robert Challen|Challen, Peter Robert]] - 1848(Eng)-1905(Vic) - early telephone, telephony & wireless experimenter, employment (Vic Posts & Telegraphs, Electrical Office & Postmaster), radio clubs (Telegraph Electrical Society, Victoria), associate of Henry Walter Jenvey, William Philip Bechervaise & George Smibert ===''CHALLENDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard Challender|Challender, Gerard "Gerry"]] - 1910(Eng)-1950(NSW) - 2ZS Kempsey, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, high profile participation 1950 Kempsey floods, military (WW2) ===''CHALLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Reginald Challenger|Challenger, George Reginald]] [https://www.familysearch.org/tree/person/details/G3YQ-ZZB] - 1902(NSW)-1936(NSW) - Licences: 2GC Sydney (Auburn, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Auburn, 1930-1935) ===''CHAMBERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Rupert Chambers|Chambers, Francis Rupert]] [https://www.familysearch.org/tree/person/details/MYY2-JKX] - 1898(Vic)-1971(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 247, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Camberwell, 1924-1925); contractor (Geraldton, 1931; Mt Waverley, 1934-1936); linesman (Seaford, 1937; Frankston, 1942); technician (Frankston, 1949; Seaford, 1954); retired (Upwey, 1963; McRae, 1968) * [[/Walter Alfred Chambers|Chambers, Walter Alfred]] [https://www.familysearch.org/tree/person/details/G3N6-VX1] - 1889(Qld)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 151, 1915; 2COCP 100, 1930; 1COCP 96, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIP Perth (1917-1918) - Electoral Rolls: mechanic (Thursday Island, 1912-1913); radio telegraphist (Wyndham, 1916-1917); telegraphist (Subiaco, 1917); radio telegraphist (Esperance, 1921-1925); officer-in-charge (Geraldton, 1925); radio officer (Como, 1931-1934; Esperance, 1936-1937); radio telegraphist (Como, 1943-1968) ===''CHANDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Beals Chandler|Chandler, John Beals]] [https://www.familysearch.org/tree/person/details/G6HN-HXH] - 1887(Eng)-1962(Qld) - principal (4BC); proprietor (J. B. Chandler & Co., 1913-1962); Lord Mayor Brisbane (1940-1952); witness to Royal Commission Wireless 1927 - don't confuse D. W. Chandler early wireless experimenter - [https://adb.anu.edu.au/biography/chandler-sir-john-beals-9724 ADB] ===''CHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Channon|Channon, H. D.]] - 19??(???)-19??(???) - Licences: 2BO Receive Inverell (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Lloyd Lister Channon|Channon, Lloyd Lister]] [https://www.familysearch.org/tree/person/details/GD59-4NS] - 1885(NSW)-1949(NSW) - Licences: 2AQ Receive Manilla (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: postmaster (Elsmore, 1913); postal official (Raymond Terrace, 1930-1949) ===''CHAPMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Chapman|Chapman, Austin]] [https://www.familysearch.org/tree/person/details/LZYW-3F4] - 1864(NSW)-1926(NSW) - occupations (apprentice saddler, hotelier), politician (Postmaster-General, 1905-1907), oversight of Commonwealth Wireless Telegraphy conference Melbourne 1907 - Links: [[w:Austin Chapman|Wikipedia]]; [https://adb.anu.edu.au/biography/chapman-sir-austin-5554 ADB] * [[/Bruce Amundsen Chapman|Chapman, Bruce Amundsen]] [https://www.familysearch.org/tree/person/details/G8VL-575] - 1912(WA)-1969(NSW) - Licences: 2BA Sydney (Chatswood, 1930-1939; Balgowlah, 1946-1958; St Ives, 1960-1969 - Qualifications: AOCP 696, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: shipping clerk (Chatswood, 1935-1937); clerk (Balgowlah, 1949-1958; St Ives, 1963-1968) * [[/E. B. Chapman|Chapman, E. B.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Frank William Chapman (Qld)|Chapman, Frank William (Qld)]] [https://www.familysearch.org/tree/person/details/GXC5-KB3] - 1898(???)-1974(Qld) - Licences: 4XL Brisbane (Yeronga, 1931-1939); 4ZFC Brisbane (Ekibin, 1965); 4TH Brisbane (Ekibin, 1969) - Qualifications: cc; AOCP 785, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: gardener (Salisbury, Qld, 1928); labourer (Yeronga, Qld, 1929-1937); waterside worker (Paddington, Qld, 1943-1949); PMG technician (Ekibin, Qld, 1954-1972) * [[/Frank William Chapman (WA)|Chapman, Frank William (WA)]] [https://www.familysearch.org/tree/person/details/LBXD-TFK] - 1918(Vic)-1988(WA) - Licences: 6CC Perth (Manning Park, 1954-1965; Bassendean, 1969-1980+) - Qualifications: cc; AOCP 3319, 1953, WA - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Chidlow, WA, 1949); teacher (Manning Park, WA, 1954-1963); technical school principal (Kalgoorlie, WA, 1963); teacher (Bassendean, WA, 1968-1977); retired (Bassendean, WA, 1980) * [[/Harrison Chapman|Chapman, Harrison "Harry"]] [https://www.familysearch.org/tree/person/details/G8CX-2C5] - 1909(Vic)-1990(Vic) - Licences: 3JX Receive Melbourne (Ivanhoe, 1922); 3GU Melbourne (Ivanhoe, 1929-1939, 1946-1965; Flinders, 1965-1975); 3AGU Portable Melbourne (Ivanhoe, 1948-1956; Flinders, 1965-1975) - Qualifications: AOCP 513, 1929, No. ?? in Vic; 1AOCP 32, 1946 - amateur operator, amateur broadcaster - Electoral Rolls: student (Ivanhoe, 1931-1936); chemist (Geelong, 1937); RAAF (Ballarat, 1942; Ivanhoe, 1949-1954); chemical engineer (Ivanhoe, 1963); minister of religion (Flinders, 1968); clergyman (Flinders, 1972-1977) * [[/Owen George Chapman|Chapman, Owen George]] [https://www.familysearch.org/tree/person/details/K8YX-YLK] - 1904(NSW)-1961(NSW) - Licences: 2OC Wyong (1930-1939, 1946-1960) - Qualifications: AOCP 669, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Wyong, 1930-1958) * [[/Percival Carnew Lamont Chapman|Chapman, Percival Carnew Lamont "Percy"]] [https://www.familysearch.org/tree/person/details/G8GM-5M8] - 1911(Qld)-2008(Qld) - 4PC Brisbane (Sandgate, 1933); 4PC Babinda (1937-1939); 4PC Monto (1946-1975); 4PC Point Vernon (1980) - Qualifications: cc; AOCP 1155, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); occupation (power house engineer/manager) - Relationships: father of Geoff Chapman 4CET - Electoral Rolls: engineer (Ayr, Qld, 1943; Monto, Qld, 1949-1972); retired (Point Vernon, Qld, 1977-1980) * [[/William George Chapman|Chapman, William George]] [https://www.familysearch.org/tree/person/details/KZ2X-8KG] - 1890(Tas)-1957(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 116, 1915; 1COCP 63, 1930 - RANRS (Warrant Telegraphist, 1917); coastal wireless operator; witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: radio telegraphist (Broome, 1925); officer-in-charge (Radio Station Applecross, 1931-1954) ===''CHAPPELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Arthur Chappell|Chappell, Lloyd Arthur]] [https://www.familysearch.org/tree/person/details/G69G-SB9] - 1911(Tas)-1998(Tas) - Licences: 7LC Ross (1936-1937); 7LC Winnaleah (1938-1939); 7LC Hobart (Kingston, 1947-1955; Sandy Bay, 1956-1975; Coles Bay, 1980+) - Qualifications: cc; AOCP 1828, 1936, No. ?? in Tas; BOCP 172, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: projectionist (Ross, 1936-1937); radio engineer (Queenstown, 1943; Kingston, 1949-1958) ===''CHARLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Charles|Charles, Edward Arthur]] [https://www.familysearch.org/tree/person/details/K8QC-V3V] - 1916(SA)-1981(SA) - Licences: 5YQ Adelaide (North Unley, 1935-1939; Unley, 1947-1948; Ascot Park, 1954-1956; Hyde Park, 1960-1980+) - Qualifications: cc; AOCP 1443, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Unley, SA, 1939-1943) ===''CHARLESWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Denison Charlesworth|Charlesworth, Reginald Denison]] [https://www.familysearch.org/tree/person/details/GW1M-CKJ] - 1900(Eng)-1980(NSW) - Licences: 2CI Receive Sydney (Haberfield, 1922); 2CI Sydney (Haberfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: migrated to Fiji mid 1920s, returned to Australia mid 1930s - Electoral Rolls: factory manager (Summer Hill, 1933); engineer (Haberfield, 1935-1937); Lane Cove, 1943); radio engineer (Dee Why, 1949-1954); engineer (Hunters Hill, 1958-1972) ===''CHARTERIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Charteris|Charteris, Michael]] - 4QS Ipswich & Maryborough - amateur operator, historian (amateur) ===''CHATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Greatham Chatfield|Chatfield, Robert Greatham "Bob"]] [https://www.familysearch.org/tree/person/details/LK92-9L1] - 1900(NZ)-1974(NZ) - Licences: ZL2AV Wellington (1925-1954+) - Qualifications: AOCP ??, 1925, No. ?? in NZ - amateur operator; amateur broadcaster; clubs (Wellington Amateur Radio Club 2WB, member and one time president) - Relationships: father of Don Chatfield ZL2SG - Comment: substantial early portion (100+) of QSL collection survives - Electoral Rolls: motor engineer (Wellington, 1922); salesman (Wellington, 1931-1954); retired (Wellington, 1963-1972) ===''CHATTERTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Chatterton|Chatterton, Francis Joseph]] [https://www.familysearch.org/tree/person/details/LZWW-952] - 1902(Tas)-1931(Tas) - Licences: 7AY Receive Hobart (West Hobart, 1922); Receive Hobart (West Hobart, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: machinist (Hobart, 1925-1928) ===''CHAUVEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Temple Frank Chauvel|Chauvel, Walter Temple Frank]] [https://www.familysearch.org/tree/person/details/LH5T-WNQ] - 1902(Qld)-1987(NSW) - Licences: Receive (Valve) Stanthorpe (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: jackeroo (Stanthorpe, Qld, 1925-1928); grazier (Stanthorpe, Qld, 1928-1943); radio engineer (Texas, Qld, 1949-1963); retired (East Ballina, NSW, 1968-1980) ===''CHEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Reginald Cheel|Cheel, Charles Reginald]] [https://www.familysearch.org/tree/person/details/9N1J-PTC] - 1890(Vic)-1955(SA) - Licences: 5CR Adelaide (Maylands, 1934-1939, 1947-1955) - Qualifications: cc; AOCP 1278, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CHENNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Chennell|Chennell, Victor "Vic"]] [https://www.familysearch.org/tree/person/details/GCBH-1XV] - 1907(SA)-1996(SA) - Licences: 5JH Adelaide (Norwood, 1927-1933; Cowandilla, 1937-1939; North Adelaide, 1946-1956; Ascot Park, 1960-1980+) - Qualifications: cc; AOCP 346, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: labourer? (Goodwood Park, 1939) ===''CHESSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chessell|Chessell, John or John Carl]] [https://www.familysearch.org/tree/person/details/KN16-XWP]? [https://www.familysearch.org/tree/person/details/L2M1-9GS]? - 1914(NSW)-1959(NSW) - Licences: 2LV Sydney (Dulwich Hill, 1929-1934); 2YU Sydney (Dulwich Hill, 1935-1936; Ashfield, 1937-1939); 2ER Sydney (Dulwich Hill, 1948-1950) - Qualifications: AOCP 517, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: baker (Croydon, 1936; Bowral, 1937-1954) - seems to be two contemporaneous John Chessel's ===''CHESTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Chesterfield|Chesterfield, John Henry]] [https://www.familysearch.org/tree/person/details/GSVH-3SK] - 1895(Vic)-1973(Qld) - Licences: 5JC Adelaide (Wayville, 1924-1926); 2ACQ Sydney (Strathfield, 1937-1939); 4HJ Brisbane (Cleveland, 1954-1960) - Qualifications: cc; CPRT 23, 1914; 1COCP 266, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: wireless operator (Croydon, NSW, 1930); radio engineer (Glenbrook, NSW, 1931-1935); department manager (Strathfield, NSW, 1935); radio engineer (Strathfield, 1936; Pymble, NSW, 1943; Cleveland, Qld, 1949-1963); retired (Mermaid Beach, Qld, 1968-1972) ===''CHICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Garth Chick|Chick, Leonard Garth]] [https://www.familysearch.org/tree/person/details/G6SW-7PJ] - 1918(Tas)-1999(NSW) - Licences: 7LG Launceston (1937-1939) - Qualifications: cc; AOCP 1973, 1937, No. ?? in Tas; BOCP 227, 1939; 2COCP 550, 1941; 1COCP 1264, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: seaman (Swan Point, 1944); aeradio operator (Lindisfarne, 1949); technician (Essendon, Vic, 1949-1954); draftsman (East Keilor, 1963-1968); surveyor (Forster, 1977-1980) ===''CHILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Oliver Chilton|Chilton, Frederick Oliver]] [https://www.familysearch.org/tree/person/details/GZNR-XFL] - 1905(NSW)-2007(NSW)102yo - Licences: Receive (Crystal) Sydney (Wahroonga, 1923-1924) - Qualifications: cc; AOCP 147, 1925, No. ?? in NSW - amateur receive operator; military (Brigadier); awards (Knighted) - Relationships: brother of 2RC Robert Ralph Chilton - Electoral Rolls: clerk (Wahroonga, NSW, 1930-1943); civil servant (South Yarra, Vic, 1949-1967); retired (Clareville Beach, NSW, 1972-1980) - Links: [[w:Frederick Oliver Chilton|Wikipedia]] * [[/George Frederick Chilton|Chilton, George Frederick]] [https://www.familysearch.org/tree/person/details/G3CR-41Q] - 1891(Vic)-1956(Vic) - Licences: 2GF Sydney (Pennant Hills, 1924; Carlingford, 1925); 4GD Townsville (1925-1926) - Qualifications: cc; CPRT 160, 1915; 1COCP 10, 1930 - amateur operator; amateur broadcaster; coastal operator (VIG, VIB, VIS, VIT, Rockbank); wireless telegraphist (PMG); RANRS (Commissioned Telegraphist, 1917); federal public servant (PMG) - Electoral Rolls: telegraphist (Wooloowin, 1919-1921); radio stationmaster (South Townsville, Qld, 1925; Glenferrie, 1927; Wireless Station, Rockbank, Vic, 1928-1942); engineer (St Kilda, 1949-1954) * [[/Robert Ralph Chilton|Chilton, Robert Ralph]] [https://www.familysearch.org/tree/person/details/GZNR-821] - 1907(NSW)-1985(Qld) - Licences: 2RC Sydney (Wahroonga, 1925-1926); 2RC Gloucester (1927); 2RC Sydney (Wahroonga, 1928-1939, 1946-1947; Roseville East, 1948) - Qualifications: cc; AOCP 152, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: chemist assistant (Wahroonga, 1933); chemist (Stanthorpe, 1954-1963; Sherwood, Qld, 1972) - Relationships: brother of Frederick Oliver Chilton ===''CHINERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jessie Camelia Chinery|Chinery or Chinnery, Jessie Camelia]] [https://www.familysearch.org/tree/person/details/GFMP-6NZ] - 1915(WA)-1995(WA) - Licences: 6JC Perth (Welshpool, 1937-1939) - Qualifications: cc; AOCP 1866, 1937, WA - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: not stated (Welshpool, WA, 1937) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''CHIPPINDALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Kellett Chippindall|Chippindall, Eric Kellett "Chippy"]] [https://www.familysearch.org/tree/person/details/LFCB-MNZ] - 1916(Qld)-1988(Qld) - Licences: 4XR Brisbane (Paddington, 1937-1939); 4XR Gympie (1946-1969); 4XR Brisbane (Paddington, 1975-1980+) - Qualifications: cc; AOCP 1940, 1937, Qld - amateur operator; amateur broadcaster; broadcast engineer (4SB, 4BU, 4LG, 4GY) - Electoral Rolls: radio engineer (Gympie, Qld, 1949); announcer-engineer (Gympie, Qld, 1954-1958); shopkeeper (Paddington, Qld, 1972-1980) ===''CHISHOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham St Clair Chisholm|Chisholm, Graham St Clair]] [https://www.familysearch.org/tree/person/details/GX47-TTR] - 1915(Qld)-2002(WA) - Licences: 4LP Brisbane (Kelvin Grove, 1933); 3ACG Melbourne (South Yarra, 1947-1948); 5PG Darwin (1955-1956); 1AB Canberra (Canberra City, 1960; Ainslie, 1965); 6IB Perth (Dalkeith, 1969-1975) - Qualifications: cc; AOCP 1101, 1933, No. ?? in Qld; BOCP 18, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcaster (3SR, Shepparton, Vic, 1942); radio engineer (South Yarra, Vic, 1949-1954); broadcaster (Reid, ACT, 1958; Ainslie, ACT, 1963; Dalkeith, WA, 1968-1972); manager (Nedlands, 1977-1980) ===''CHITHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Chitham|Chitham, William Norman "Bill"]] [https://www.familysearch.org/tree/person/details/GXWT-KJK] - 1912(Qld)-1997(Qld) - Licences: 4UU Brisbane (Bulimba, 1933-1934; Fortitude Valley 1937-1939; Cannon Hill, 1946-1980+) - Qualifications: cc; AOCP 913, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor, QSL officer); part of the "U" gang; military (WW2) - Electoral Rolls: storeman (Valley, Qld, 1936-1943); radio mechanic (Cannon Hill, 1949-1963); buyer (Cannon Hill, Qld, 1968-1980) ===''CHOATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Sidney Choate|Choate, Roger Sidney]] [https://www.familysearch.org/tree/person/details/GFQX-RW3] - 1913(Irl)-1978(WA) - Licences: 6RK Harvey (1930-1933); 6RK Kalgoorlie (1937-1939); 6RK Dardanup (1947); 6RK Perth (Subiaco, 1948-1956; Salters Point, 1960-1975) - Qualifications: cc; AOCP 714, 1930, No. ?? in WA; BOCP 42, 1936; 3AIR 1121, 1947 - amateur operator; amateur broadcaster; WW2 (RAAF, Squadron Leader) - Awards: Military Division OBE [[w:1964_Birthday_Honours|Wikipedia]] - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1937; Perth, WA, 1937); engineer (Melville, WA, 1943); civil servant (Subiaco, WA, 1949-1958); surveyor (Salters Point, WA, 1963-1968; Manning, WA, 1972-1977) - Links: [https://www.awm.gov.au/collection/R1513688 AWM] [https://www.ozatwar.com/raaf/shepherdshillradar.htm OzAtWar] ===''CHRISMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Chrismas|Chrismas, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/G6YC-FC2] - 1892(NSW)-1950(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 250, 1916; 1COCP 31, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIW Wyndham (1917-1918) - Electoral Rolls: operator (Broome, 1916); wireless operator (Wyndham, 1917; Applecross, 1925); radio telegraphist (Broome, 1931; Geraldton, 1936-1949) ===''CLAFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keighran James Claffey|Claffey, Keighran James]] [https://www.familysearch.org/tree/person/details/G84R-LLP] - 1903(Vic)-19??(???) - Licences: 2AK Deniliquin (1928-1939); 2AK Picton (1946); 2AK Deniliquin (1947-1980+) - Qualifications: AOCP 459, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarrandale, 1949; Deniliquin, 1954; Yarrandale, 1958-1963); retired (Deniliquin, 1977-1980) ===''CLARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Clark|Clark, Francis Thomas]] [https://www.familysearch.org/tree/person/details/G8WF-CJH] - 1903(WA)-1998(Vic) - Licences: 3FC Rainbow (1928); 3FC Melbourne (St Kilda, 1931; Hawthorn, 1933; Elwood, 1937; St Kilda, 1938); 3FC Mildura (1946-1947); 3FC Ouyen (1948-1960); 3FC Geelong (Leopold, 1969; Clifton Springs, 1975-1980+) - Qualifications: AOCP 426, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal official (Rainbow, 1925); postal clerk (Rainbow, 1928); clerk (St Kilda, 1931-1937); senior postal clerk (Red Cliffs, 1942); postmaster (Ouyen, 1949-1954); retired (Clifton Springs, 1972-1980) * [[/Frank P. R. Clark|Clark, Frank P. R.]] [https://www.familysearch.org/tree/person/details/GZFG-WRN] - 1900(NSW)-1928(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923-1924); 2YF Sydney (Manly, 1925) - Qualifications: AOCP 122, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: gone too soon * [[/Leopold Francis Clark|Clark, Leopold Francis]] [https://www.familysearch.org/tree/person/details/273Q-3D5] - 1902(Tas)-1978(Tas) - Licences: 7CK Natone (1932-1939); 7CK Burnie (1946-1948); Deloraine (1954-1969); Lanena (1975) - Qualifications: cc; AOCP 989, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Natone, 1928-1936; Burnie, 1943-1949); grazier (Needles, 1954; Deloraine, 1963) ===''CLARKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Fraser Clarke|Clarke, Percival Fraser "Percy"]] [https://www.familysearch.org/tree/person/details/GXZ3-4J2] - 1896(Qld)-1971(Qld) - Licences: 4PY Ayr (1936-1939) - Qualifications: cc; AOCP 1781, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jarvisfield, Qld, 1919-1937; Aspley, Qld, 1949-1972) * [[/Warren Ross Clarke|Clarke, Warren Ross]] [https://www.familysearch.org/tree/person/details/G8NT-LSN] - 1909(NSW)-1988(NSW) - Licences: 2ZZ Sydney (Mosman,1930-1933; Asquith, 1933-1939; Mosman, 1948-1950) - Qualifications: AOCP 650, 1930, NSW; 2COCP 6, 1934; 1COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Asquith, 1933-1934; Mosman, 1936); radio officer (Mosman, 1943); flight radio officer (Mosman, 1949-1954); clerk (Glenbrook, 1963); travel consultant (Glenbrook, 1972); clerk (Merrylands, 1972); planner (North Rocks, 1977-1980) * [[/William George Clarke|Clarke, William George]] [https://www.familysearch.org/tree/person/details/GXQ2-1QS] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 32, 1930 - RANRS (temp Commissioned Telegraphist, 1917) - Comment: several contemporaneous WGCs - Electoral Rolls: officer-in-charge (Radio Station, Townsville, 1916); seaman (HMAS Encounter, Geelong, 1919); biograph operator (Langwarrin Military Camp, Vic, 1919); hotel manager (Naval Base Hotel, South Fremantle, 1931) ===''CLAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard George Clay|Clay, Richard George]] [https://www.familysearch.org/tree/person/details/G8ZZ-LGN] - 1903(Vic)-1972(Vic) - Licences: 3RC Melbourne (Northcote, 1929; Alphington, 1931) - Qualifications: AOCP 536, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Northcote, 1925-1927); welder (Northcote, 1928); electric welder (Alphington, 1931); welder (Richmond, 1936-1937; Alphington, 1942; Northcote, 1949); contractor (Traralgon, 1954-1972) ===''CLAYTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maisie Ian Jesson Clayton|Rawson nee Clayton, Maisie Ian Jesson]] [https://www.familysearch.org/tree/person/details/G8RT-25P] - 1915(NSW)-1996(NSW) - Licences: Nil yet identified - Qualifications: cc; BOCP 488, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: radio worker (Artarmon, 1937); engineer (Kirribilli, 1949); radio engineer (Lane Cove, 1954-1963); engineer (Lane Cove, 1968-1972); home duties (Lane Cove, 1977-1980) - Lady: * [[/Maurice Charles Clayton|Clayton, Maurice Charles]] [https://www.familysearch.org/tree/person/details/G86J-HX3] - 1912(SA)-1936(SA) - Licences: 5RK Adelaide (Edwardstown, 1930-1931); 5ZC Adelaide (Edwardstown, 1933-1936) - Qualifications: cc; AOCP 596, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon (24yo) * [[/Walter George Gladstone Clayton|Clayton, Walter George Gladstone "Wally"]] [https://www.familysearch.org/tree/person/details/G3XN-J1N] - 1918(Qld)-1998(Qld) - Licences: 4WG Innisfail (1937-1939); 4WG Brisbane (Windsor, 1946-1969); 4WG Townsville (1975-1980+) - Qualifications: cc; AOCP 1868, 1937, Qld - amateur operator; amateur broadcaster; military (WW2, AIF Signals); state public servant (Qld Railways, supervising tech. comms.) - Relationships: uncle of Maise Ian Jesson Rawson nee Clayton (Radio Engineer) - Electoral Rolls: manager (Windsor, 1954-1968); technician (Townsville, 1972-1980) ===''CLIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Cliff|Cliff, Harry]] - 1908(Vic)-1988(Vic) - Licences: 3HC Melbourne (Essendon, 1928-1948; Heidelberg, 1954-1975); 3HC Point Lonsdale (1980+) - Qualifications: AOCP 400, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: implement maker (Moonee Ponds, 1906); engineer (Moonee Ponds, 1922-1928); clerk (Moonee Ponds, 1931-1937); company secretary (North Melbourne, 1943); director (Ivanhoe, 1954-1968; Heidelberg, 1972); retired (Point Lonsdale, 1977-1980) (pre 1928 is another Harry Cliff) ===''CLIFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Glendenning Clifford|Clifford, Herbert Glendenning]] [https://www.familysearch.org/tree/person/details/GHTS-4CN] - 1882(Eng)-1955(SA) - Licences: 5BW Receive Renmark (1923); Receive Renmark (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: secretary (Renmark, SA, 1939-1943) ===''CLINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gladstone Clinch|Clinch, Frederick Gladstone]] [https://www.familysearch.org/tree/person/details/KF5P-TWM] - 1898(WA)-1972(WA) - Licences: 6JR Greenough (1928-1933); 6FG Miling (1960); 6FG Perth (Doubleview, 1965-1969) - Qualifications: cc; AOCP 468, 1928, No. ?? in WA - amateur operator; amateur broadcaster - Relationships: Father of 6CL Ian Harold Wilson Clinch - Electoral Rolls: farmer (Greenough, 1922-1943); garage proprietor (Miling, 1958); retired (Doubleview, 1963-1972) * [[/Ian Harold Wilson Clinch|Clinch, Ian Harold Wilson]] [https://www.familysearch.org/tree/person/details/GHQX-YS1] - 1926(WA)-19??(WA) - Licences: 6CL Miling (1960-1965); 6CL Dandaragan (1969); 6CL Rossmoyne (1975-1980+) - Qualifications: cc; AOCP 3596, 1957, WA - amateur operator, WW2 - Relationships: son of 6JR-6FG Frederick Gladstone Clinch - Electoral Rolls: mechanic (Leederville, 1949); manager (Miling, 1958-1963); radio technician (Dongara, 1968); technician (Rossmoyne, 1972-1980) ===''CLOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alvin Theodore Closs|Closs, Alvin Theodore]] [https://www.familysearch.org/tree/person/details/L67V-HG7] - 1895(NSW)-1975(Vic) - Licences: V750 Receive Melbourne (Olinda, 1922); 3GV Receive Melbourne (Olinda, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: orchardist (Brighton, 1917); storekeeper (Olinda, 1924-1931); salesman (Olinda, 1934-1937); civil servant (Tunstall, 1943-1954); retired (Yarra Junction, 1963-1972) ===''CLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Edward Clough|Clough, James Edward]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 483, 1929, No. ?? in ?? - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - several contemporaneous JECs ===''COADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Coade|Coade, Ernest]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: electrician (Rutherglen, 1914); mechanic (Thursday Island, 1919) ===''COAKLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas James Coakley|Coakley, Thomas James]] [https://www.familysearch.org/tree/person/details/GX24-W7T] - 1904(Vic)-1991(Vic) - Licences: 5UK Adelaide (Unley, 1933-1939); 3IU Melbourne (Camberwell, 1947; Essendon, 1948-1980+) - Qualifications: cc; AOCP 1105, 1933, No. ?? in SA, 3COCP 61, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: aero fitter (Auburn, Vic, 1925-1926); engineer (Camberwell, Vic, 1943; Essendon, Vic, 1949-1980) ===''COALTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Coalter|Coalter, Martin]] [https://www.familysearch.org/tree/person/details/GDSR-STB] - 1893(Vic)-19??(???) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 1, 1914 - ship wireless operator? - Electoral Rolls: Nil yet identified ===''COATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Melbourne Coates|Coates, Alfred Melbourne or Melbourne Alfred]] [https://www.familysearch.org/tree/person/details/GDGW-MCZ] - 1884(???)-1964(Vic) - Licences: V757 Receive Melbourne (Elwood, 1922); 3GG Receive Melbourne (Elwood, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (USA) - Electoral Rolls: engineer (Elsternwick, 1921-1937; Kalorama, 1943-1954) ===''COFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Freeman Coffey|Coffey, Henry Freeman]] [https://www.familysearch.org/tree/person/details/G3QL-BR1] - 1885(Irl)-1934(NSW) - Licences: 4KY Brisbane (Doomben, 1925-1926; Hamilton, 1927); 2ZY Sydney (Willoughby, 1929; Maroubra, 1930-1934) - Qualifications: cc; CPRT 52, 1915; 1COCP 12, 1930 - Halycyon: AOCP Brisbane 1926 - amateur operator; amateur broadcaster; ship wireless operator (Marconi, White Star, Booth Steamship, Iquitos Steamship, Union Castle); RANRS (Warrant Telegraphist, 1917); coastal operator (CRS, PMGD, AWA); federal public servant - Electoral Rolls: radio engineer (Middle Park, Vic, 1919); engineer (Malvern East, 1922-1924); radiostation master (Thursday Island, 1925); wireless operator (Doomben, Qld, 1925-1928); engineer (Chatswood, 1930); wireless mechanic (Maroubra, 1930-1934) ===''COHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derrick Cohen|Cohen, Derek or Derrick Simeon "Dick"]] [https://www.familysearch.org/tree/person/details/GXCF-DR7] - 1914(Eng)-2010(NSW) - Licences: 2YM Sydney (Dobroyd Point, 1932-1933; Kings Cross, 1933; Clovelly, 1934-1936); 4YM Brisbane (City, 1937-1939); 1YM Macquarie Island (1954-1955) - Qualifications: cc; AOLCP 238, 1930; AOCP 1011, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (West End, Qld, 1943); technician (Coburg, Vic, 1954); television producer (Chatswood, NSW, 1963; Little Wallaby Beach, NSW, 1977) ===''COLEBATCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Vincent Colebatch|Colebatch, Ernest Vincent]] [https://www.familysearch.org/tree/person/details/K2Q2-974] - 1905(SA)-1987(SA) - Licences: 5CG Receive Adelaide (Norwood, 1923); Receive Adelaide (Norwood, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Belair, SA, 1939-1941) ===''COLESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Russell Coleston|Coleston, Stanley Russell]] [https://www.familysearch.org/tree/person/details/G8VV-KQL] - 1913(Vic)-2012(Qld) - Licences: 3XK Melbourne (Middle Park, 1930-1931; Gardenvale, 1933; Glenhuntly, 1937-1939, 1946-1955); 9XK Port Moresby (1956-1960); 3AXK Melbourne (Mt Waverley, 1965-1969); 4XA Brisbane (Geebung, 1975-1980+) - Qualifications: AOCP 688, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Glenhuntly, 1936-1942; Caulfield East, 1949-1954); public servant (Mt Waverley, 1963-1972); retired (Geebung, 1977-1980) ===''COLLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Felton Collard|Collard, Cyril John Felton]] [https://www.familysearch.org/tree/person/details/97X9-6VY] - 1896(NSW)-1969(NSW) - Licences: 2CF Maitland West (1927-1939) - Qualifications: AOCP 362, 1927, No. ?? in NSW; 2COCP 540, 1941; BOCP 541, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lorn, 1930-1963); retired (North Maitland, 1968) ===''COLLINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Joseph Collins|Collins, Clarence Henry Joseph]] [https://www.familysearch.org/tree/person/details/M1Y1-GB1] - 1891(SA)-1974(SA) - Licences: 5FC Adelaide (Marryatville, 1932-1939) - Qualifications: cc; AOCP 1043, 1932, SA; BOCP 29, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Marryatville, SA, 1939-1943) ===''COLLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Andrew Collis|Collis, George Andrew]] - 1869(Tas)-1926(Tas) - Receive Hobart, radio clubs (Tasmanian Radio Club, foundation member, 1922+), electrician (Zinc Co., Hobart, 1921) - potential misidentification, George Arthur Collis, Radio Research Club, Hobart, witness to Royal Commission Wireless 1927 * [[/Ralph Collis|Collis, Ralph]] [https://www.familysearch.org/tree/person/details/GX1J-48N] - 1918(WA)-2013(WA)105yo - Licences: 6LY Perth (Bayswater, 1935-1939) - Qualifications: cc; AOCP 1454, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Bayswater, WA, 1943; Scarborough, WA, 1949-1958); proprietor (Cadoux, WA, 1963; Tuart Hill, WA, 1968); business proprietor (Dianella, WA, 1972-1977); proprietor (Bedford, WA, 1980) ===''COLTHEART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Coltheart|Coltheart, Clarence James]] - 1885(Tas)-1962(Tas) - Licences: 7BF Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Brunswick, Vic, 1913-1914; Queenstown, 1922-1954) ===''COLTHRUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Colthrup|Colthrup, James Frederick]] [https://www.familysearch.org/tree/person/details/LBW8-J4Z] - 1908(Vic)-1942(Qld) - Licences: 3PL Melbourne (Clifton Hill, 1934-1939) - Qualifications: AOCP 1368, 1934, No. ?? in Vic; 1COCP 374, 1940 - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, Wireless & Gunnery School) - Electoral Rolls: mechanic (Clifton Hill, 1931); engineer (Clifton Hill, 1937); airman (Clifton Hill, 1942) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/623876] ===''COLVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Victor Colville|Colville, Sydney Victor]] [https://www.familysearch.org/tree/person/details/G3WQ-S78] - 1894(Vic)-1966(NSW) - Licences: XQF Brisbane (South Brisbane) (1913); 2FA Receive Sydney (1922); 2FA Sydney (1923-1925); 2VH Sydney (1935-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; wireless retail business proprietor (Colville Moore) - Electoral Rolls: clerk (Wooloongabba, 1917; Chelmer, 1919-1921); broker (Bowen Hills, 1922); manufacturer (Drummoyne, NSW, 1930-1933); merchant (Lane Cove, 1935-1936); manufacturer (Darlinghurst, NSW, 1936-1937); company director (Glenbrook, 1943-1963) ===''CONDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Sylvester Condon|Condon, Austin Sylvester]] [https://www.familysearch.org/tree/person/details/G3RG-K2K] - 1924(SA)-2011(SA) - Licences: 5WO Laura (1954-1980+) - Qualifications: AOCP 3012, 1949, SA - amateur operator - Electoral Rolls: Nil [https://www.adelaidenow.com.au/ipad/obituaries-tributes-to-three-of-our-finest/news-story/845c3a27d81fd8a8f4bbe436503a9b1e Obit] ===''CONDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Tasman Conder|Conder, Walter Tasman "Wally"]] [https://www.familysearch.org/tree/person/details/G6CJ-DTS] - 1888(Tas)-1974(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as General Manager, BCA, 3LO) - Electoral Rolls: teacher (Launceston, 1914); soldier (Langwarrin Military Camp, 1918-1921; Melbourne, 1924); secretarial (Melbourne, 1925-1928); entrepreneur (Melbourne, 1931-1937); secretary (Melbourne, 1943) - Links: [https://adb.anu.edu.au/biography/conder-walter-tasman-5747 ADB] ===''CONGDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bert Congdon|Congdon, Bert "Bertie"]] [https://www.familysearch.org/tree/person/details/9VVJ-CMW] - 1891(Vic)-1961(WA) - Licences: 6BA Receive Perth (Subiaco, 1923-1924); 6BC Perth (Subiaco, 1927-1939, 1946-1960) - Qualifications: cc; AOCP 382, 1927, No. ?? in WA - amateur operator; amateur broadcaster; WW1; civil servant - Electoral Rolls: civil servant (Subiaco, 1925-1958) ===''CONNELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dermot Anthony Connelly|Connelly, Dermot Anthony]] [https://www.familysearch.org/tree/person/details/G8L5-2VC] - 1903(Vic)-1965(Vic) - Licences: 3BU Receive Melbourne (St Kilda, 1922); 3BU Melbourne (St Kilda, 1923-1925); 3ADK Melbourne (St Kilda, 1948; Ivanhoe, 1954-1965) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: manager (Caulfield, 1927-1936); Air Force officer (St Kilda, 1937); nil (Frankston, 1949); photographer (Ivanhoe, 1954-1963) ===''CONNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilson Connon|Connon, George Wilson]] [https://www.familysearch.org/tree/person/details/GXGF-8Z2] - 1907(Sct)-1976(SA) - Licences: 5KJ Booleroo (1937-1939); 5KJ Yunta (1947); 5KJ Alice Springs (1948-1954); 5KJ Adelaide (Millswood Estate, 1955-1956); 5KJ Port Lincoln (1960); 5KJ Berri (1965-1969); 5KJ Barmera (1975) - Qualifications: cc; AOCP 1991, 1937, SA; 2COCP 336, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: pensioner (Millswood East, SA, 1939); bookkeeper (Port Augusta, SA, 1941-1948); radio technician (Alice Springs, NT, 1949-1954) ===''CONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emmett Bernard Connor|Connor, Emmett Bernard]] [https://www.familysearch.org/tree/person/details/GXCB-L7Q] - 1913(Qld)-1977(Qld) - Licences: 4CE Gindie (1936); 4OC Longreach (1956); 4OC Fernlees (1960); 4OC Brisbane (Aspley, 1965-1969) - Qualifications: cc; AOCP, not yet identified; BOCP 280, 1940; 3COCP 5529, 1965 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing shed hand (Gindie, Qld, 1936); radio mechanic (Enoggera, Qld, 1937); radio technician (Longreach, Qld, 1943-1949); business Manager (Cramsie, Longreach, Qld, 1954-1958); grazier ("Ronnoc Downs", Fernlees, Qld, 1958-1963; Aspley, Qld, 1963-1977) * [[/Laurance Kingsley Connor|Connor, Laurance Kingsley]] [https://www.familysearch.org/tree/person/details/L2GD-KPT] - 1907(NSW)-1950(NSW) - 2LK Sydney (Belmore, 1925-1926), 2ALC Sydney (Lakemba, 1948; Cammeray, 1950), amateur operator (AOCP 68, 1925, No. ?? in NSW; CPRT 881, 1925; 2COCP 199, 1930; 1COCP 220, 1939), amateur broadcaster * [[/Stephen James Connor|Connor, Stephen James]] [https://www.familysearch.org/tree/person/details/GH4J-FP4] - 1894(NSW)-1979(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 235, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Electoral Rolls: radio telegraphist (Broome, 1917); electrical engineer (Strathfield, NSW, 1930; Lismore, NSW, 1933); electrician (Darlinghurst, NSW, 1934; Strathfield, NSW, 1936-1963); retired (Lapstone, NSW, 1972) * [[/Terence Connor|Connor, Terence]] [https://www.familysearch.org/tree/person/details/G6MC-3DV] - 1916(Tas)-1982(Tas) - Licences: 7CT Hobart (Rokeby, 1936-1939; City, 1946-1948); 7CT Huonville (1954-1960); 7CT Hobart (Bellerive, 1965-1980+) - Qualifications: cc; AOCP 1643, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: auto-electrician (New Town, 1943; Hobart North, 1949); manager (Huonville, 1949-1954); sales rep. (Bellerive, 1963-1977) ===''CONRAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Ernest Conrad|Conrad, Raymond Ernest]] [https://www.familysearch.org/tree/person/details/GSP2-VGS] - 1905(Tas)-1977(Tas) - Licences: 2TR Sydney (Bexley, 1930-1937; Rockdale, 1938-1939); 7TR Hobart (Derwent Park, 1947; Moonah, 1948-1956; Berriedale, 1960-1975) - Qualifications: AOCP 651, 1930, No. ?? in Tas; BOCP 308, 1940 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: battery fitter (Bexley, 1930); storeman (Bexley, 1931-1934); clerk (Bexley, 1935-1936; Rockdale, 1937); purchasing officer (Cameray, 1943); radio manufacturer (Moonah, 1949-1954); engineer (Hospital, Rosetta, 1963) ===''CONRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Conry|Conry, William Henry]] [https://www.familysearch.org/tree/person/details/GDJL-HCR] - 1892(Vic)-1959(Qld) - Licences: 3OK Melbourne (Armadale, 1923-1925); 3CO Melbourne (Brighton, 1931-1939) - Qualifications: cc; CPRT 260, 1916; 1COCP 44, 1935 - amateur operator; amateur broadcaster; WW1 (Merchant Marine); RANRS; witness to Royal Commission 1927 (obo PMGD Vic) - Electoral Rolls: mechanic (Windsor, Vic, 1914-1919; Armadale, 1921-1924); inspector (Brighton, 1925-1937); radio inspector (South Brisbane, 1943-1949); postal official (St Lucia, 1954-1958) ===''CONWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn Laurence Dean Conway|Conway, Mervyn Laurence Dean]] [https://www.familysearch.org/tree/person/details/G6MH-GHZ] - 1912(Tas)-1979(Tas) - Licences: 7CL Launceston (1936-1939, 1948-1960); 7CL Hobart (West Hobart, 1965-1975) - Qualifications: cc; AOCP 1684, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Nelson, 1936); school teacher (Launceston East, 1937); teacher (Devonport, 1943; New Town, 1949-1958) ===''COOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Byron Cook|Cook, Ernest Byron "Ernie"]] [https://www.familysearch.org/tree/person/details/M46M-M3J] - 1902(Vic)-1981(Vic) - Licences: 3CK Tresco (1926-1927); 3CK Kerang (1931); 3EC Swan Hill (1938-1939); 3EC Melbourne (Coburg, 1946-1975) - Qualifications: AOCP 295, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: foreman (Swan Hill, 1937-1942) * [[/Victor Roy Percival Cook|Cook, Victor Roy Percival "Roy"]] [https://www.familysearch.org/tree/person/details/MYJG-6C6] - 1899(SA)-1980(SA) - Licences: XVN Adelaide (1913-1914); S099 Adelaide (1920s); 5AC Adelaide (Prospect, 1923-1927; Rose Park, 1928-1931; Kilkenny, 1933-1939, 1946-1948; Woodville, 1954-1975; Somerton Park, 1980) - Qualifications: cc; AOCP 94, 1925, No. ?? in SA - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: analyst (Kilkenny, 1939-1943) ===''COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Robert Cooke|Cooke, Clarence Robert]] [https://www.familysearch.org/tree/person/details/GF3Z-3P6] - 1891(???)-1970(WA) - Licences: 6CP Perth (Bayswater, 1932-1939, 1947-1965) - Qualifications: cc; AOCP 1068, 1932, WA - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Mornington Mills, WA, 1914); locomotive driver (Mornington Mills, WA, 1921-1926); locomotive engine driver (Bayswater, WA, 1931-1968) * [[/Clive J. Cooke|Cooke, Clive J.]] - 19??(???)-19??(???) - 4CC Brisbane (Chermside, -1952+), amateur operator (AOCP ??, 19??, No. ?? in Qld) * [[/Frank Basil Cooke|Cooke, Frank Basil "Basil"]] [https://www.familysearch.org/tree/person/details/G7Q6-TN8] - 1892(SA)-1967(NSW) - XADW Sydney (1913), 2LI Sydney (1922-1924), 2XQ Receive Sydney (1923), 2DJ Sydney (Northbridge, 1924-1931; Mosman, 1933-1939), early wireless experimenter, amateur operator (pre AOCP; AOCP 39, 1924, No. ?? in NSW), amateur broadcaster, radio clubs (WIA NSW, vice-president 1923) * [[/Frederick William Cooke|Cooke, Frederick William]] [https://www.familysearch.org/tree/person/details/GZB8-V6L] - 1906(Eng)-1981(Vic) - Licences: 3FW Melbourne (Footscray, 1926-1927) - Qualifications: AOCP 311, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: meter tester (Footscray, 1926-1949) ===''COOKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Cookson|Cookson, Arnold]] [https://www.familysearch.org/tree/person/details/G6YD-87L] - 1889(Eng)-1971(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 201, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: telegraphist (Thursday Island, 1919); no occupation (Darlinghurst, 1949); clerk (Northbridge, 1949-1963; Bexley, NSW, 1968) * [[/Joseph George Cookson|Cookson, Joseph George "George"]] [https://www.familysearch.org/tree/person/details/KGCW-Z8N] - 1888(Vic)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 862, 1925; 2COCP 21, 1929; 1COCP 34, 1930 - RANRS (1919), AWA - Relationships: Father of Leonard Kenneth Cookson - Electoral Rolls: engine driver (Crossover, Vic, 1912-1913; Bacchus Marsh, 1914-1915); mechanic (Alphington, 1917); engineer (Cooktown, 1919); radio engineer (Radio Station, Carlingford, NSW, 1930-1935; Croydon, NSW, 1943-1958) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] * [[/Leonard Kenneth Cookson|Cookson, Leonard Kenneth "Len"]] [https://www.familysearch.org/tree/person/details/GXQ8-JHV] - 1917(Vic)-2005(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - AWA - Relationships: Son of Joseph George Cookson - Electoral Rolls: foreman (Concord, NSW, 1943); electrical fitter (Croydon, 1943-1954; Glebe, 1958; Blacktown, 1963-1980) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] ===''COOLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Cooling|Cooling, Ernest Richard]] [https://www.familysearch.org/tree/person/details/LVZL-GSC] - 1885(Qld)-1936(Qld) - Licences: 4BN Toowoomba (1924-1927) - Qualifications: cc; AOCP 11, 1924, No. 3 in Qld - amateur operator; amateur broadcaster; honorary radio inspector (Toowoomba, 1924), (Halcyon P. 4) - Comment: A tragic end to a productive life - TroveTag: "4BN - Ernest Richard Cooling" - Electoral Rolls: letter carrier (Toowoomba, 1908); telegraphist (Bowen, 1912); postal assistant (Toowoomba, 1913-1930) ===''COOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Saint Coombe|Coombe, Geoffrey Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-TXS] - 1913(SA)-19??(???) - Licences: 5ML Adelaide (Hindmarsh, 1931-1939; Croydon, 1947-1948; Brooklyn Park, 1960-1980+) - Qualifications: cc; AOCP 756, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5MR Jack Robert Saint Coombe - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Croydon, 1941) * [[/Jack Robert Saint Coombe|Coombe, Jack Robert Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-T3C] - 1910(SA)-1981(SA) - Licences: 5MR Adelaide (Stirling West, 1954-1980+) - Qualifications: cc; AOCP 2923, 1949, SA - amateur operator; amateur broadcaster - Relationships: Brother of 5ML Geoffrey Saint Coombe - Electoral Rolls: electrician (Hindmarsh, SA, 1939; Croydon, SA, 1941); electrical mechanic (Mt Lofty, SA, 1943) ===''COOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edwin Charles Cooper|Cooper, Alfred Edwin Charles]] [https://www.familysearch.org/tree/person/details/GZV9-9GK] - 1904(NSW)-1997(NSW) - Licences: 2AL Receive Sydney (Ashfield, 1922); 2AL Sydney (Ashfield, 1923-1926); 2UO Sydney (Northbridge, 1947-1950); 2AUO Sydney (Yacht Asgard, 1948-1960); 4AY Surfers Paradise (1980) - Qualifications: cc; AOCP 180, 1925, No. ?? in NSW; 3COCP 626, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: fruit merchant (Ashfield, 1931); director (Northbridge, 1943-1958); company director (Clareville, 1963-1977) * [[/Eric Cooper|Cooper, Eric]] [https://www.familysearch.org/tree/person/details/GD1M-WC4] - 1925(Tas)-19??(???) - Licences: 7ZEC Evandale (1965-1980+) - Qualifications: cc; AOLCP 870, 1960, Tas - amateur operator - Electoral Rolls: moulder (Evandale, 1949); radio technician (Evandale, 1954) * [[/Ernest Edward Cooper|Cooper, Ernest Edward]] [https://www.familysearch.org/tree/person/details/GZ5F-RLJ] - 1905(Tas)-1951(Tas) - Licences: 7MK Launceston (Youngtown, 1926-1927); 7MC Launceston (City, 1947-1948) - Qualifications: cc; AOCP 261, 1926, No. ?? in Tas; AOLCP 151, 1934 - amateur operator; amateur broadcaster - Relationships: may be related to 7ZEC Evandale (1965-1975) Eric Cooper - Electoral Rolls: radio mechanic (Hobart, 1928); radio engineer (Ulverstone, 1936; Launceston East, 1943; Launceston West, 1949) * [[/Harold More Cooper|Cooper, Harold More or Harold Moore]] [https://www.familysearch.org/tree/person/details/GZ58-SJP] - 1886(SA)-1970(SA) - Licences: Receive Adelaide (Glenelg, 1923-1925); 5HG Adelaide (Glenelg, 1926-1939, 1946-1969) - Qualifications: cc; AOCP 257, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW2; submarine cable telegraphist; archaeologist; historian - Electoral Rolls: telegraphist (Glenelg, 1939-1943) - Links: [https://adb.anu.edu.au/biography/cooper-harold-more-9821 ADB] * [[/James Herbert Cooper|Cooper, James Herbert]] [https://www.familysearch.org/tree/person/details/LVTJ-14B] - 1914(NSW)-1992(NSW) - Licences: 2ZG Sydney (Wollstonecraft, 1930-1939 - Qualifications: AOCP 701, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Crows Nest, 1936-1943); broker (Mosman, 1949); stock and sharebroker (Wahroonga, 1949-1968); sharebroker (Wahroonga, 1972); broker (St Ives, 1977-1980) ===''CORDINGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harold Cordingley|Cordingley, Charles Harold]] [https://www.familysearch.org/tree/person/details/GDJK-SB4] - 1892(Eng)-1955(Vic) - Licences: 3RF Melbourne (Ascot Vale, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Ararat, 1913); electrical engineer (Flemington, 1915-1919); engineer (Ascot Vale, 1921-1954) ===''CORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert James Core|Core, Herbert James "Herb"]] [https://www.familysearch.org/tree/person/details/L1PF-R2Q] - 1906(Qld)-1954(Qld) - Licences: 4HC Brisbane (Coorparoo, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 2012, 1937, Qld; 1COCP 392, 1940 - amateur operator; amateur broadcaster; formerly Sydney - Electoral Rolls: public servant (Greenslopes, Qld, 1929); assistant (Coorparoo, Qld, 1936-1937); public servant (Coorparoo, Qld, 1943-1949; Camp Hill, Qld, 1949-1954) ===''CORNELIUS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Edward Cornelius|Cornelius, Eric Edward]] [https://www.familysearch.org/tree/person/details/LH7P-2MD] - 1916(WA)-1979(WA) - Licences: 6EC Albany (1936-1939); 6EC Kalgoorlie (1947-1948); 6EC Wagin (1954-1955); 6EC Perth (Inglewood, 1956-1975) - Qualifications: cc; AOCP 1635, 1936, WA; TVOCP 200, 1959 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Station 6WA, Wagin, 1949-1954; Inglewood, WA, 1958-1977) ===''CORNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Cameron Corney|Corney, Kenneth Cameron]] [https://www.familysearch.org/tree/person/details/GDGS-2MB] - 1899(Vic)-1990(Vic) - Licences: V755 Receive Bairnsdale (1922); 3GY Receive Bairnsdale (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: farmer (Gogeldrie, NSW, 1949); grazier (Metung, Vic, 1963-1980) ===''COTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alfred Cotton|Cotton, Arthur Alfred]] [https://www.familysearch.org/tree/person/details/KNH3-P9L] - 1897(SA)-1973(SA) - Licences: XVS Adelaide (Glanville, 1913); 5HY Adelaide (Kilkenny, 1926-1928; Colonel Light Gardens, 1931; Kilburn, 1946-1969) - Qualifications: cc; AOCP 270, 1926, No. ?? in SA - early wireless experimenter; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo WIA SA) - Electoral Rolls: engineer (Semaphore, 1939); clerk (Findon, 1943) * [[/Arthur Tylney Cotton|Cotton, Arthur Tylney]] [https://www.familysearch.org/tree/person/details/L7G8-SGG] - 1884(Tas)-1965(Tas) - Licences: Receive Spring Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Kelvedon, 1914-1963) * [[/Leith Simpson Cotton|Cotton, Leith Simpson]] [https://www.familysearch.org/tree/person/details/GZR2-12K] - 1905(SA)-2001(SA) - Licences: 5LG Adelaide (Burnside, 1932-1933); 5LG Iron Knob (1937-1939); 5LG Adelaide (Clarence Gardens, 1946-1948; Parkholme, 1954-1980+) - Qualifications: cc; AOCP 1023, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: boilermaker (Iron Knob, 1939-1941) ===''COTTRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Morgan Cottrell|Cottrell, Joseph William Morgan]] [https://www.familysearch.org/tree/person/details/9VLW-L1Y] - 1897(NSW)-1950(Vic) - Licences: 2ZF Receive Sydney (Randwick, 1923); 2ZN Sydney (Randwick, 1923-1925; Coogee, 1926-1930; Maroubra Junction, 1931; Dundas, 1933-1939, 1946-1947; Carlingford, 1948-1950); 2ADX Sydney (Dundas/Portable, 1937-1939) - Qualifications: cc; AOCP 367, 1927, No. ?? in NSW; AOLCP 1, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Coogee, 1930); broadcaster (Dundas, 1933-1934); radio operator (Dundas, 1936-1943); technician (Carlingford, 1949) ===''COUCHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Clyde McGregor Couchman|Couchman, Clifford Clyde McGregor "Cliff"]] [https://www.familysearch.org/tree/person/details/GQLS-T4D] - 1907(Qld)-1971(Qld) - Licences: 4KZ Kaimkillenbun (1930-1939); 4KZ Dalby (1946-1969) - Qualifications: cc; 2COCP 151, 1930; COCP 1st Class Marconi School (Halcyon) - amateur operator; amateur broadcaster; military (WW2, Navy, wireless officer); broadcast technician (PMGD, 4QS); business proprietor (electrical & radio, Dalby) - Electoral Rolls: labourer (Kaimkillenbun, 1930-1937); engineer (Dalby, 1943-1963); electrical engineer (Dalby, 1968) ===''COULTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Maxwell Coulter|Coulter, Jack Maxwell]] [https://www.familysearch.org/tree/person/details/GXRW-MXK] - 1912(SA)-1985(???) - Licences: 5MC Adelaide (Glenelg, 1936-1937); 3MV Melbourne (Caulfield, 1938-1939); 5JD Adelaide (Ashford, 1947-1948; Ackland Gardens, 1954-1960); 5JK Adelaide (Edwardstown, 1975-1980+) - Qualifications: cc; AOCP 1712, 1936, SA; 2COCP 812, 1944 - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: civil servant (Caulfield West, Vic, 1937); RAN (Port Melbourne, Vic, 1943) ===''COUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Couper|Couper, Andrew "Andy" Jnr]] [https://www.familysearch.org/tree/person/details/L6R8-R1T] - 1893(Qld)-1958(Qld) - Licences: XQM Mareeba (1914); 4BW Mareeba (1923-1939, 1946-1956) - Qualifications: cc; AOCP 71, 1925, No. 5 in Qld - early wireless experimenter (1914 & likely earlier unlicensed); amateur operator; amateur broadcaster; WW2 - Electoral Rolls: iron moulder (Mareeba, 1913-1932); engineer (Mareeba, 1936-1958) ===''COURT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Court|Court, Charles Percy]] [https://www.familysearch.org/tree/person/details/GX6T-Q5T] - 1904(Qld)-1962(Qld) - Licences: 4CT Receive Brisbane (Rosalie, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Bayswater, Qld, 1925-1936; Kedron, Qld, 1937-1958) * [[/Thomas Palmer Court|Court, Thomas Palmer Jnr]] - 1895(Vic)-1976(NSW) - XNY Melbourne (Malvern, 1913-1914), 3BO Melbourne (Malvern, 1922), 3TC Melbourne (Malvern, 1926-1927), early wireless experimenter (CPRT 211, 1916), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, radio clubs (WIA Vic, secretary, 1919-1920+), employment (radio salesman, 1928; STC, chief design engineer, 1954), IRE Aust (president, 1950-1951), father also named Thomas Palmer Court (1861, Vic - 1944, NSW) ===''COUSENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Light Reynolds Cousens|Cousens, Harold Light Reynolds]] [https://www.familysearch.org/tree/person/details/GDG9-3SK] - 1888(NSW)-1965(NSW) - Licences: N743 Receive Summer Hill (1922); 2HW Receive Summer Hill (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: auctioneer (Tamworth, 1930-1963) ===''COUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Stuart Coutts|Coutts, Edwin Stuart]] [https://www.familysearch.org/tree/person/details/94TB-698] - 1893(Qld)-1947(Qld) - Licences: 4BZ Receive Dalby (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motor mechanic (Dalby, 1919-1937); garage proprietor (Dalby, 1943) ===''COWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Christian Nesbit Cowan|Cowan, Christian Nesbit]] [https://www.familysearch.org/tree/person/details/G8XD-6QW] - 1907(NSW)-1994(NSW) - Licences: 2PZ Aberdare (1930-1980+) - Qualifications: cc; AOCP 613, 1930, No. ?? in NSW; BOCP 486, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: railway employee (Aberdare, 1930-1963; Cessnock, 1968-1980) ===''COX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allan Grafton Cox|Cox, Allan (birth) or Allen (census) Grafton]] [https://www.familysearch.org/tree/person/details/LHWX-5XH] - 1892(NSW)-1978(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 120, 1915; 2COCP 103, 1930; 1COCP 347, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIB Brisbane (1917-1918) - Electoral Rolls: operator (Rockhampton, 1914; Pinkenba, 1916-1921); telegraphist (Toorak, 1921-1922; South Yarra, 1926-1927); O.I.C. (Cooktown, 1925; Thursday Island, 1930); radio officer (Clayfield, 1934); O.I.C. (Townsville, 1936-1937); engineer (Rockbank, 1942); wireless officer (Kangaroo Point, 1943; Hendra, Qld, 1949-1958); radio officer (Hendra, 1963-1977) * [[/Erle Harold Cox|Cox, Erle Harold "Harold"]] [https://www.familysearch.org/tree/person/details/LB8Z-RG2] - 1903(Tas)-1989(ACT) - Licences: 3BD Receive Melbourne (Elsternwick, 1922); 3BD Melbourne (Elsternwick, 1922-1927; St Kilda, 1931-1933); 2EP Canberra (Forrest, 1934-1935); 2GU Canberra (Red Hill, 1946-1955); 1GU Canberra (Red Hill, 1956-1965; Mawson, 1969-1980+) - Qualifications: cc; AOCP 245, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; journalist, president Press Gallery, Parliament House 1953 - Awards: O.B.E. for contribution to journalism in Australia 1953 - Relationships: son of Erle Cox, science fiction author [https://adb.anu.edu.au/biography/cox-erle-5799] - Electoral Rolls: journalist (Caulfield, 1931; Gardiner, 1936; Forrest, 1937; Red Hill, 1943-1968; Mawson, 1972-1980) * [[/Harold Edward Cox|Cox, Harold Edward or Harold]] [https://www.familysearch.org/tree/person/details/G8GQ-2RT] - 1892(Eng)-1975(Qld) - Licences: 6HE Geraldton (1927) - Qualifications: cc; CPRT 17, 1914; 1COCP 35, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIO Broome (1917-1918) - Electoral Rolls: wireless operator (Broome, WA, 1916-1917; Geraldton, WA, 1922-1930); broadcast manager (Townsville, Qld, 1931-1937); manager (4WK, Warwick, Qld, 1943); representative (Coorparoo, Qld, 1943); wireless representative (Coorparoo, Qld, 1949-1972) ===''COXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Wooton Coxon|Coxon, Robert Wooton]] [https://www.familysearch.org/tree/person/details/GZZ2-HVL] - 1905(WA)-19??(???) - Licences: 6RW Northam (1924-1927) - Qualifications: cc; AOCP 30, 1924, No. ?? in WA - amateur operator; amateur broadcaster; mining engineer, NT Gov (Director of Mines, 1947); WW2 - Relationships: no apparent relation with 6AG Wally Coxon - Electoral Rolls: engineer (Cheltenham, SA, 1943); civil servant (Alice Springs, 1949-1954) * [[/Walter Ernest Stanley Coxon|Coxon, Walter Ernest Stanley "Wally"]] [https://www.familysearch.org/tree/person/details/GCY8-JBS] - 1891(NSW)-1968(WA) - Licences: XYK Perth (Maylands, 1913); 6AG Perth (North Perth, 1924; Inglewood, 1925-1931; Mt Lawley, 1933-1939; Bayswater, 1946-1947; Darlington, 1948-1960; Claremont, 1965) - Qualifications: cc; AOCP 124, 1925, No. ?? in WA - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (6WF) - Relationships: no apparent relation with 6RW Robert Wooton Coxon - Electoral Rolls: fitter (Maylands, 1914); engineer (Maylands, 1925-1937); radio engineer (East Perth, 1943; Darlington, 1949-1958); retired (Claremont, 1963-1968) - Links: [http://messui.polygonal-moogle.com/valves/NW199311.pdf EA0] [http://messui.polygonal-moogle.com/valves/NW199404.pdf] [http://messui.polygonal-moogle.com/valves/NW199405.pdf EA2] ===''COZINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Cozins|Cozins, Charles Frederick]] [https://www.familysearch.org/tree/person/details/GF78-6FW] - 1908(WA)-2001(WA) - Licences: 6AC Perth (City, 1931-1933); 6AD Perth (Canning Bridge, 1947-1948) - Qualifications: cc; AOCP 742, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (North Perth, WA, 1931); radio mechanic (Corrogin, WA, 1936); marine collector (Kalgoorlie, WA, 1943); cook (West Perth, WA, 1949); storekeeper (Kalgoorlie, WA, 1949-1954); clerical assistant (South Perth, WA, 1958); clerk (Rivervale, WA, 1963-1972); retired (Kewdale, WA, 1977-1980) ===''CRAIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith William Craig|Craig, Keith William]] [https://www.familysearch.org/tree/person/details/GDNB-7FD] - 1921(NSW)-1999(NSW) - Licences: 2AJV Newcastle (Stockton, 1938-1939); 2EP Newcastle (New Lambton, 1948-1969) - Qualifications: cc; AOCP 2102, 1938, NSW - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Stockton, 1943); fitter (Lambton, 1949; New Lambton, 1958-1980) * [[/Walter Archibald Craig|Craig, Walter Archibald]] [https://www.familysearch.org/tree/person/details/GZ2F-7X4] - 1907(NSW)-1956(NSW) - Licences: 2XI Receive Sydney (Croydon, 1923); 2XI Sydney (Croydon, 1924-1939) - Qualifications: cc; AOCP 220, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Croydon, 1930-1954) ===''CRAMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warne Hutton Cramond|Cramond, Warne Hutton]] [https://www.familysearch.org/tree/person/details/9XQB-N2G] - 1898(NSW)-1951(NSW) - Licences: 2KJ Sydney (Lane Cove, 1928-1939, 1946-1950) - Qualifications: AOCP 397, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lane Cove, 1930-1949) ===''CRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Rae Cran|Cran, Morris Rae]] [https://www.familysearch.org/tree/person/details/G879-B1J] - 1901(Qld)-1959(NSW) - Licences: 4KX Brisbane (West End, 1930-1939); 2MR Sydney (Rockdale, 1946-1947; Randwick, 1954-1955) - Qualifications: cc; AOCP 570, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Electoral Rolls: clerk (West End, 1925-1937); accountant (Bondi, 1943); company secretary (Ranswick, 1954; Coogee, 1958) ===''CRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Layman William Victor Cranch|Cranch, Layman William Victor "Lay"]] - 1910(Qld)-1993(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio engineer, journalist (editor, Australian Radio and Electronics, 1951), business (manager, Kingsley) ===''CRAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Russell Bruce Cameron Craw|Craw, Russell Bruce Cameron "Bruce"]] [https://www.familysearch.org/tree/person/details/KF2Q-54Y] - 1901(Tas)-1934(Vic) - Licences: 7BC Burnie (1930-1933); 3BC Melbourne (1933-1934) - Qualifications: cc; AOCP 671, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Comment: passed too soon - Electoral Rolls: salesman (Burnie, 1922; North Melbourne, 1924; Burnie, 1928); sales (Middle Park, Vic, 1935) ===''CRAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Thomas Crawford|Crawford, Cedric Thomas]] [https://www.familysearch.org/tree/person/details/GD2P-42L] - 1905(NSW)-1977(NSW) - Licences: 2YC Sydney (Burwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Burwood, 1930-1933); engineer (Captain's Flat, 1937-1943); mechanical engineer (Broken Hill South, 1954-1963); engineer (St Ives, 1968-1972) * [[/John Murray Crawford|Crawford, John Murray]] - 19??(???)-19??(???) - senior federal public servant (chief engineer PMGD, involved establishment of first ABC stations), don't confuse with William Tamillas Stephen Crawford * [[/William Tamillas Stephen Crawford|Crawford, William Tamillas Stephen "Bill", "W.T.S.C."]] [https://www.familysearch.org/tree/person/details/G738-35N] - 1880(Vic)-1962(NSW) - state public servant (P&TD, Tas); senior federal public servant (PMGD, radio inspector); RANRS (commissioned telegraphist, 1917) - Comment: don't confuse with John Murray Crawford ===''CREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Creamer|Creamer, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7XK-965] - 1903(NSW)-1973(NSW) - Licences: 2UR Sydney (Glebe Point, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Orange, 1930-1932); electrical engineer (Brewarrina, 1933; Henty, 1934-1935; Grose Vale, 1937; Richmond, 1943-1968) ===''CREDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter John Credlin|Credlin, Peter John]] [https://www.familysearch.org/tree/person/details/GDSB-SH8] - 1938(Vic)-1984(NSW) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) - Comment: Gone too soon - Electoral Rolls: clerk (Camberwell, 1954); engineer (Malvern, 1963; Lower Templestowe, 1967-1980) ===''CRESSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Gillespie Cresswell|Cresswell, Frank Gillespie]] [https://www.familysearch.org/tree/person/details/LR45-Q56] - 1880(Vic)-1963(Vic) - Licences: 3GI Melbourne (East Kew, 1924-1925; Camberwell, 1926-1927); Qualifications: cc; Nil yet identified - federal public service (PMGD); military (Commonwealth Naval Militia, engineer sublieutenant); RANRS (Radio Commander, terminated Nov 1920) - not to be confused with William Rooke '''Creswell''' - Electoral Rolls: instrument fitter (Camberwell, 1903-1906); Engineer-Lieutenant RAN (Prahran, 1912); naval officer (St Kilda, 1914); lieutenant RAN (Hawthorn, 1915-1919); RAN (Kew, 1922-1924); commandant RAN (Frankston, 1928-1934); naval officer (Olivers Hill, 1936-1937); electrical engineer (Armadale, 1943); retired (Somers, 1949; Mt Eliza, 1954; Frankston, 1963) * [[/Harry Leslie Cresswell|Cresswell, Harry Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9456-49G] - 1917(Qld)-1942(Qld) - Licences: 4DL Brisbane (Coorparoo, Qld, 1938-1939) - Qualifications: cc; Nil yet identified, likely RAN - amateur operator; amateur broadcaster; WW2 (RAN, Petty Officer Telegraphist, KIA, HMAS Yarra) - Electoral Rolls: Nil yet identified - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10293831 AWM] [https://www.awm.gov.au/collection/R1690529 Roll of Honour] ===''CRESWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rooke Creswell|Creswell, William Rooke]] [https://www.familysearch.org/tree/person/details/9N4L-WRS] - 1852(Gibraltar)-1933(Vic) - early wireless experimenter (Lytton, Moreton Island), military (RAN; Qld Maritime Defence Force, commandant; Commonwealth Naval Forces, commandant) - Generally considered the father of the RAN, not to be confused with Frank Gillespie '''Cresswell''' - Electoral Rolls: naval commandant (South Brisbane, 1903-1905); director (Toorak, 1909-1919) - Links: [[w:William Rooke Creswell|Wikipedia]]; [https://adb.anu.edu.au/biography/creswell-sir-william-rooke-5817 ADB] [https://www.navy.gov.au/biography/vice-admiral-sir-william-rooke-creswell RAN] ===''CRIBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dunmore Foote Cribb|Cribb, Dunmore Foote]] [https://www.familysearch.org/tree/person/details/LCPP-YQH] - 1899(Qld)-1946(Qld) - Licences: 4DC Brisbane (Indooroopilly, 1925-1927) - Qualifications: cc; AOCP 134, 1925, No. 15 in Qld - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant) - Electoral Rolls: teacher (Indooroopilly, 1921-1943) ===''CRICHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Robert Crichton|Crichton, Stanley Robert]] [https://www.familysearch.org/tree/person/details/LK76-MZH] - 1893(NZ)-1967(NSW) - Licences: 2KH East Maitland (1929-1935); 9OU Port Moresby (1947-1948) - Qualifications: AOCP 542, 1929, No. ?? in NSW; AOLCP 100, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: telephone mechanic (East Maitland, 1930-1935); wireless operator (Maclean, 1936); Radio 2NR (Lawrence, 1937); wireless operator (Ashfield, 1949); PMG technician (Ashfield, 1954-1963) ===''CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cridge, Wilfred Edgar Launder - See Wilfred Edgar Launder-Cridge ===''CRISP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Charles Crisp|Crisp, Henry Charles "Harry"]] [https://www.familysearch.org/tree/person/details/G8XD-5T2] - 1909(NSW)-1996(???) - Licences: 2LX Sydney (Undercliffe, 1930; Hurstville, 1931-1933; Cronulla, 1934-1939, 1946); 2LX Ettalong (1947-1955); 2LX Woy Woy (1956-1961); 2LX Urunga (1965); 2LX Sydney (Cronulla, 1969; Gorokan, 1975-1980+) - Qualifications: AOCP 614, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: "Henry Charles" carrier (Undercliffe, 1930; Hurstville, 1931-1933); radio dealer (Cronulla, 1934-1937); "Harry Charles" examiner (Bondi, 1943); "Henery Charles" no occupation (Ettalong, 1949); "Henry Charles" radio dealer (Ettalong, 1954-1963); "Harry Charles" motel proprietor (Urunga, 1968); manager (Sans Souci, 1972); retired (Cronulla, 1972); "Henery Charles" retired (Gorokan, 1977-1980) ===''CROCKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Edward Crocker|Crocker, Claude Edward]] [https://www.familysearch.org/tree/person/details/L8R6-RZW] - 1875(USA)-1929(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: engineer (West Perth, 1922-1925) * [[/Edward Baker Crocker|Crocker, Edward Baker]] [https://www.familysearch.org/tree/person/details/MYHX-65B] - 1867(Wales)-1955(NSW) - Licences: 2BB Receive Sydney (Marrickville, 1922); 2BB Sydney (Marrickville, 1922-1930) - Qualifications: cc; AOCP 95, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: provision merchant (Marrickville, 1933-1937); retired (Marrickville, 1943-1949); no occupation (Earlwood, 1949-1954) ===''CROME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Keith Crome|Crome, Harry Keith]] [https://www.familysearch.org/tree/person/details/LZTL-HF9] - 1908(Tas)-1975(Tas) - Licences: Receive (Crystal) Hobart (New Town, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: painter (Hobart North, 1936-1954); linotype operator Melbourne (Alphington, 1963-1972) ===''CROMIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Thomas Cromie|Cromie, Charles Thomas]] [https://www.familysearch.org/tree/person/details/G6Z4-73H] - 1883(Vic)-1952(Vic) - Licences: Receive (Valve) Melbourne (Caulfield, 1923) - Qualifications: cc; Nil yet identified - manager (Oliver J. Nilsen & Co, 1927); witness to Royal Commission 1927 (obo 3UZ) - Electoral Rolls: draper (Maffra, 1903; Korumburra, 1905; East Melbourne, 1909; Maffra, 1912); engineer (East Melbourne, 1914); electrical engineer (Malvern, 1915-1917); engineer (Elsternwick, 1919; Caulfield, 1924-1927); electrical engineer (Melbourne East, 1928; Caulfield, 1931); engineer (Caulfield, 1934); director (Armadale, 1936-1949) ===''CROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Leonard Crooks|Crooks, James Alexander Leonard "Len"]] [https://www.familysearch.org/tree/person/details/LK93-6HV] - 1890(Tas)-1973(Tas) - Licences: Receive Launceston (1923-1925); 7BQ Launceston (1925-1969+) - Qualifications: cc; AOCP 61, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; honorary radio inspector (PMG) - Relationships: father of 3AAC John Peter Crooks - Electoral Rolls: clerk (Trevallyn, 1914; Launceston, 1919-1968); no occupation (Low Head, 1972) * [[/John Peter Crooks|Crooks, John Peter]] [https://www.familysearch.org/tree/person/details/LRZL-Z2J] - 1921(Tas)-2013(Vic) - Licences: 3AAC Colac (1960); 3AAC Bulleen (1965-1969) - Qualifications: AOCP 2107, 1938, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: son of 7BQ James Alexander Leonard "Len" Crooks - Electoral Rolls: civil servant (Elsternwick, 1949); engineer (East Geelong, 1954; Bulleen, 1963-1977) ===''CROPLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cropley|Cropley, Eric William]] [https://www.familysearch.org/tree/person/details/GDLL-YVK] - 1893(NSW)-1935(NSW) - Licences: N735 Receive Sydney (Homebush, 1922); 2HT Receive Sydney (Homebush, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of Mervyn Eric Cropley - Electoral Rolls: warehouseman (Homebush, 1930-1933) * [[/Mervyn Eric Cropley|Cropley, Mervyn Eric]] [https://www.familysearch.org/tree/person/details/GDLG-MYS] - 1920(NSW)-1951(Aus) - Licences: cc; Nil yet identified - Qualifications: cc; 2COCP 403, 1941 - amateur operator; amateur broadcaster - Relationships: son of 2HT Eric William Cropley - Electoral Rolls: radio officer (Homebush, 1943); salesman (Blaxland, 1949) ===''CROUCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Casimir Crouch|Crouch, Ernest Casimir "Ern"]] - 1908(???)-1989(NSW) - 2QJ Receive Sydney (Mosman, 1923), 2EC Sydney (Mosman, 1924-1939), 2EC Orange (1946-1980), amateur operator (AOCP 16, 1924, No. 6 in NSW), amateur broadcaster; engineer; Mosman Radio Laboratories 1927 (proprietor?) ===''CROWDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Crowder, Joyce Isabel see Batchler nee Crowder, Joyce Isabel ===''CULLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Norman Seth Culliver|Culliver, Francis Norman Seth "Norman"]] [https://www.familysearch.org/tree/person/details/G82T-SWD] - 1891(Vic)-1962(Vic) - Licences: 3DP Receive Melbourne (East Melbourne, 1922); 3DP Melbourne (East Melbourne, 1923-1925; Hawthorn, 1925-1927); 3UG Melbourne (Rye, 1948-1956); 3UG Queenscliff (1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of Keith Norman Culliver & Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1931-1954) * [[/Ian Douglas Culliver|Culliver, Ian Douglas "Sam"]] [https://www.familysearch.org/tree/person/details/G82T-WDM] - 1916?(Vic)-2002(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 655, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Keith Norman Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) * [[/Keith Norman Culliver|Culliver, Keith Norman]] [https://www.familysearch.org/tree/person/details/G82T-753] - 1914(Vic)-1998(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 656, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) ===''CUMMING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Humberstone Cumming|Cumming, William Humberstone]] [https://www.familysearch.org/tree/person/details/GSLF-9FS] - 1903(Vic)-1956(Vic) - Licences: 3BK Melbourne (Armadale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Notting Hill, 1931); engineer (Cheltenham, 1931); contractor (Malvern, 1936-1949); engineer (Malvern, 1954) ===''CUMMINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Cummings|Cummings, Bruce]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 1928, No. ?? in Qld), amateur broadcaster ===''CUMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Vincent Cummins|Cummins, Reginald Vincent]] [https://www.familysearch.org/tree/person/details/GXCK-FLN] - 1911(Qld)-1957(Qld) - Licences: 4VC Brisbane (Newmarket, 1937-1939) - Qualifications: cc; AOCP 1939, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (East Ipswich, Qld, 1934-1937); public servant (Newmarket, Qld, 1943-1954) ===''CUNLIFFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James August Cunliffe|Cunliffe, James August]] [https://www.familysearch.org/tree/person/details/G7KX-DQW] - 1904(Vic)-1984(Vic) - Licences: 3ZO Melbourne (Croxton, 1930-1931; Preston, 1933-1939, 1946-1947); 3AZO Melbourne (North Fitzroy, 1954; East Preston, 1955-1980+) - Qualifications: AOCP 597, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: cabinet maker (Preston, 1927); electrician (Preston East, 1931-1942); cabinet maker (Preston East, 1949); carpenter (Preston East, 1963-1980) ===''CUNNINGHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hugh Cunningham|Cunningham, Robert Hugh]] [https://www.familysearch.org/tree/person/details/G845-Z7M] - 1909(Vic)-1989(Vic) - Licences: 3ML Melbourne (Malvern, 1928-1937; Hawthorn, 1938-1939; Frankston, 1946-1947; Malvern, 1948-1980+) - Qualifications: AOCP 463, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Malvern, 1931; Gardiner, 1936-1937); RAAF (Frankston, 1949); manager (Malvern, 1949-1954); director (Malvern, 1963-1980) - R. H. Cunningham, electronics retailer? ===''CUREDALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Curedale|Curedale, Albert John]] [https://www.familysearch.org/tree/person/details/GFQ6-S41] - 1914(Aus)-1986(WA) - Licences: 6AE Perth (City, 1934-1939) - Qualifications: cc; AOCP 1385, 1934, WA - amateur operator; amateur broadcaster - Electoral Rolls: presser (North Perth, WA, 1943-1949; West Perth, WA, 1954; Leederville, WA, 1958-1972) * [[/Robert Gordon Curedale|Curedale, Robert Gordon]] - 1906(WA)-1981(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 837, 1924; 2COCP 369, 1931; 1COCP 141, 1937 - - Electoral Rolls: radio operator (Magnetic Observatory, Watheroo, WA, 1931); wireless operator (West Perth, WA, 1936-1937); radio technician (Croydon, NSW, 1943); farming (Watheroo, WA, 1949); geophysicist (Ascot Vale, Vic, 1954; Bentleigh, Vic, 1963; Yokine, WA, 1968); retired (North Beach, WA, 1972; Maylands, WA, 1977-1980) ===''CURETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Poyner Cureton|Cureton, John Poyner "Jack"]] [https://www.familysearch.org/tree/person/details/L29Y-H1R] - 1905(NSW)-1958(NSW) - Licences: 2AY Receive Sydney (Burwood, 1922); 2AY Sydney (Burwood, 1923-1930); 2AU Sydney (Burwood, 1930-1933; Gordon, 1933-1934; Burwood, 1935-1939, 1946-1950); 2AU Little Hartley (1954-1958) - Qualifications: cc; AOCP 168, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Withdrawal: 2AY callsign withdrawn by PMGD in 1930 and reallocated to new commercial 2AY Albury - Electoral Rolls: secretary (Burwood, 1930; Parkes, 1936); engineer (Burwood, 1943); grazier (Little Hartley, 1958) ===''CURLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Clarence Curle|Curle, George Clarence]] [https://www.familysearch.org/tree/person/details/GZ25-DZZ] - 1914(NSW)-1941(Egypt) - licences: 2AJB Sydney (Chullora, 1937-1939) - qualifications: AOCP 1813, 1937, No. ?? in NSW; BOCP 310, 1940 - amateur operator, amateur broadcaster, broadcast engineer (2BL), WW2 - electoral rolls: Nil - "Greater love hath no man than this" ===''CURNOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Ross Curnow|Curnow, Geoffrey Ross]] - 19??(???)-19??(???) - historian (wireless & broadcasting), "The history of the development of wireless telegraphy and broadcasting in Australia to 1942, with especial reference to the Australian Broadcasting Commission : a political and administrative study" ===''CURRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Benjamin John Currie|Currie, Francis Benjamin John]] [https://www.familysearch.org/tree/person/details/G8QY-8JP] - 1903(SA)-1974(SA) - Licences: None yet found - Qualifications: AOCP 395, 1928, No. ?? in SA - amateur operator? - Electoral Rolls: checker (Albert Park, Vic, 1936); storeman (Semaphore, 1939; Queensbury, 1941) * [[/James Lawrence Currie|Currie, James Lawrence "Len"]] [https://www.familysearch.org/tree/person/details/GXCK-9GW] - 1905(Qld)-1960(Qld) - Licences: 4LC Bundaberg (1936-1937); 4LC Proserpine (1938-1939); 4LC St George (1946-1956); 4LC Brisbane (Dutton Park, 1960) - Qualifications: cc; AOCP 1631, 1936, Qld - amateur operator; amateur broadcaster; power station engineer - Electoral Rolls: electrician (New Farm, Qld, 1929; Bundaberg, Qld, 1931-1937); electrical engineer (Blackhall, Qld, 1943; St George, Qld, 1949-1954); engineer (Caboolture, Qld, 1958) ===''CURTIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. F. Curtis|Curtis, R. F.]] - 19??(???)-19??(???) - Licences: 3AI Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''CUSACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Chanel Cusack|Cusack, Leo Chanel]] [https://www.familysearch.org/tree/person/details/G6YN-49P] - 1897(NSW)-1967(Qld) - Licences: 4LC Port Moresby (1925-1926) - Qualifications: cc; CPRT 229, 1916; 1COCP 319, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIT Townsville (1917-1918) - Electoral Rolls: radio operator (Maroubra, 1930); radio telegraphist (Townsville, 1931-1936; Maroubra, 1943); wireless operator (Maroubra, 1949); radio operator (Darwin, 1949-1954); wireless operator (Maroubra, 1958-1963); retired (Bardon, Qld, 1963) * [[/Sidney Claude Cusack|Cusack, Sidney or Sydney Claude or Claud]] [https://www.familysearch.org/tree/person/details/GW42-D16] - 1885(Eng)-1973(Canada) - Licences: 5CK Adelaide (Dulwich, 1924-1926) - Qualifications: cc; CPRT 5, 1914 (No. 5 in Aus and Vic, Commonwealth system) - RANRS (CPO to Warrant Telegraphist, 1917); WW1 - Electoral Rolls: operator (Clayfield, Qld, 1916) ===''CUSHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Thomas Cushen|Cushen, Arthur Thomas]] [https://www.familysearch.org/tree/person/details/GXQL-FP3] - 1920(NZ)-1997(NZ) - prominent MW and SW broadcast listener 1930s to 1990s; DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club, DX Australia) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen/ Autobiography]; [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tributes] ===''CUSITER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert William Macgregor Cusiter|Cusiter, Robert William Macgregor "Mac"]] [https://www.familysearch.org/tree/person/details/M6H8-73C] - 1908(NSW)-1970(???) - 2RW Sydney (Lewisham, 1925-1926; Turramurra, 1927-1929; Pymble, 1930; Lewisham, 1931-1939, 1946-1955; Hornsby, 1956-1969), amateur operator (AOCP 203, 1925, No. ?? in NSW), amateur broadcaster, engineer (Pymble, 1930; Lewisham, 1930-1949; Hornsby, 1958-1968), AWA, PMGD, WW2 (worked on defence electronics) ===''CUTHBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Cuthbert|Cuthbert, Henry]] - 1829(Irl)-1907(Vic) - Postmaster-General Victoria (Jul 1877-Jul 1878; Mar 1880-Aug 1880) ===''CUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Gregory Maxwell Cutts|Cutts, Gregory Maxwell "Maxwell"]] [https://www.familysearch.org/tree/person/details/GQBR-22Q] - 1903(NSW)-1986(NSW) - Licences: Receive (Crystal) Sydney (Croydon, 1923); 2GM Sydney (Croydon, 1924-1927) - Qualifications: cc; AOCP 17, 1924, No. 7 in NSW - amateur operator; amateur broadcaster; radio business proprietor (2ML, Mosman Radio Service) - Electoral Rolls: radio engineer (Mosman, 1930-1937; Abbotsford, 1949); sales manager (North Ryde, 1954-1963); manager (Cheltenham, 1972-1980) =='''D'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''DAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Luja Dahl|Dahl, Norman Luja]] [https://www.familysearch.org/tree/person/details/L433-MY6] - 1888(NZ)-1938(Qld) - Licences: 2ND Sydney (Wahroonga, 1933-1937); 4ND Ayr (1937-1939) - Qualifications: cc; AOCP 1079, 1933, NSW; AOLCP 249, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: consulting engineer (Wahroonga, NSW, 1930-1935); teacher (Wahroonga, NSW, 1937); company director (Ayr, Qld, 1936-1937) * [[/Oscar Sydney Dahl|Dahl, Oscar Sydney "Syd"]] [https://www.familysearch.org/tree/person/details/LLWV-S5D] - 1904(NZ)-1982(Qld) - Licences: 4KA Ayr (1933-1935); 7KA Hobart (1947); 4KA Ayr (1948); 9KA Lae (1969); 4VT Innisfail (1975) - Qualifications: cc; AOCP 1151, 1933, No. ? in Qld - amateur operator; amateur broadcaster; WW2; surveyor - Electoral Rolls: chainman (Arapuni, NZ, 1928-1931); tramline engineer (Ayr, Qld, 1931-1936); engineer (Gordonvale, Qld, 1937); civil engineer (Fitzgerald, Tas, 1943; Ayr, Qld, 1949-1958); surveyor (Innisfail, Qld, 1963-1980) ===''DALBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dalby|Dalby, John]] - 19??(???)-19??(???) - Licences: 5BI Adelaide (SA School of Mines, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Directories: lecturer (School of Mines, Adelaide, 1922-1934) - Electoral Rolls: Nil yet identified ===''DALTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Martin Dalton|Dalton, Robert Martin]] [https://www.familysearch.org/tree/person/details/GZJQ-SH3] - 1897(Vic)-1949(Vic) - Licences: XLB Melbourne (Auburn, 1913); 3UI Mildura (1923-1925); 3UI Melbourne (Balaclava, 1925-1926; Caulfield, 1927; Camberwell, 1931-1933); 3UN Melbourne (Camberwell, 1948) - Qualifications: cc; AOCP 158, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: fruitgrower (Mildura, 1919-1924); radio engineer (Hawthorn, 1926-1927); clerk (Camberwell, 1928); sales (Camberwell, 1931-1949) ===''DANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Dane|Dane, John Edward]] [https://www.familysearch.org/tree/person/details/LYF7-5RS] - 1868(Eng)-1928(Vic) - Licences: Receive (Valve) Melbourne (Hawthorn, 1923); 3JD Melbourne (Hawthorn, 1924-1927) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: commercial traveller (Hawthorn, 1908-1909); merchant (Auburn, 1912-1927) ===''DANGERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Henry Dangerfield|Dangerfield, Joseph Henry "Harry"]] [https://www.familysearch.org/tree/person/details/G9HR-22D] - 1911(Eng)-1997(Qld) - Licences: 4NF Townsville (1936-1939) - Qualifications: cc; AOCP 1686, 1936, Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (radio electrical salesman) - Relationships: brother of 4NL Norman Gerard Dangerfield - Electoral Rolls: radio mechanic (Townsville, Qld, 1937-1954); mechanic (Townsville, Qld, 1958-1977); retired (Airlie Beach, Qld, 1977-1980) * [[/Norman Gerard Dangerfield|Dangerfield, Norman Gerard]] [https://www.familysearch.org/tree/person/details/G9HR-5FD] - 1918(Qld)-1997(Qld) - Licences: 4NL Ayr (1936-1939); 4ND Ayr (1956-1965); 4ND Brisbane (Sherwood, 1969-1975) - Qualifications: cc; AOCP 1687, 1936, Qld; BOCP 1062, 1949 - amateur operator; amateur broadcaster; employment (Elphinstones); broadcast technician (4AY, ABC Townsville); business proprietor (radio) - Halcyon: AOCP at 16yo - Relationships: brother of 4NF Joseph Henry Dangerfield - Electoral Rolls: aircraft fitter (Coorparoo, Qld, 1943); bank officer (Ayr, Qld, 1949); radio technician (Ayr, Qld, 1954; Home Hill, Qld, 1958); clerk (Sherwood, Qld, 1968-1980) ===''DANIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Septimus Daniel|Daniel, Louis Septimus]] - 1834(Eng)-1909(Vic) - experimented with etheric force in mid 1870s, radio clubs (Telegraph Electrical Society of Victoria, member), employment (Vic Post & Telegraphs, concluding acting Secretary, 1897), linguist ===''DARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Darley|Darley, Ernest John]] [https://www.familysearch.org/tree/person/details/G4BX-9ZK] - 1898(WA)-1968(WA) - Licences: 6CJ Perth (South Perth, 1923-1930) - Qualifications: cc; CPRT 243, 1916; 2COCP 835, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: motor importer (South Perth, 1925-1936); importer (Rockingham, 1943); technician (South Perth, 1954-1963) ===''DAVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Barrett Davey|Davey, Harold Barrett]] [https://www.familysearch.org/tree/person/details/GDYY-FN4] - 1898(Tas)-1948(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: dental mechanic (Launceston, 1922); electrician (Launceston, 1936-1937); electrical engineer (Launceston, 1943) * [[/John Alfred Davey|Davey, John Alfred]] [https://www.familysearch.org/tree/person/details/GZ6X-FSF] - 1913(SA)-1992(Qld) - 2YE Sydney (Glebe Point, 1935-1938; Ashfield, 1939; Homebush, 1946-1975), amateur operator (1COCP 19, 1934; 3COCP 1029, 1952), amateur broadcaster, radio engineer * [[/John Anderton Davey|Davey, John Anderton]] [https://www.familysearch.org/tree/person/details/GZ6F-3ZH] - 1909(Vic)-1973(Vic) - Receive Melbourne (Brighton, 1923), 3AD Melbourne (Brighton, 1925-1926; Elsternwick, 1927), amateur operator (AOCP 66, 1925, No. ?? in Vic), amateur broadcaster, manufacturer's agent * [[/Ralph William Davey|Davey, Ralph William]] [https://www.familysearch.org/tree/person/details/GXGN-W9X] - 1916(SA)-1999(Vic) - Licences: 5KD Adelaide (North Croydon, 1935-1939; Mile End, 1947; Blanchetown, 1948); 5DY Portable Adelaide (North Croydon, 1938) - Qualifications: cc; AOCP 1481, 1935, SA; 1COCP 515, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: constable (Ridleyton North, SA, 1939; Whyalla, SA, 1941-1948); RAAF (Guildford, WA, 1958; Beaumaris, Vic, 1972-1980) ===''DAVIDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. R. Davidson|Davidson, E. R.]] - 19??(???)-19??(???) - Licences: 4FP Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''DAVIES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Tempest Davies|Davies, Henry Tempest]] [https://www.familysearch.org/tree/person/details/G889-FX9] - 1900(WA)-1987(WA) - Licences: 6HD Perth (Highgate Hill, 1929-1939) - Qualifications: cc; AOCP 563, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Balkatta, 1921); police officer (Mundijong, 1943); sergeant (Victoria Park, 1949-1958; Lathlain Park, 1963-1977; Victoria Park, 1980) * [[/Reginald Raymond Clifford Davies|Davies, Reginald Raymond Clifford]] [https://www.familysearch.org/tree/person/details/GXGM-73Y] - 1915(SA)-1988(WA) - Licences: 5LJ Adelaide (Goodwood Park, 1933-1939; Plympton, 1947-1948); 3AY Melbourne (Prahran, 1954-1960; Heathmont, 1965-1969); 6BQ Perth (Bickley, 1975); 6BQ Denmark (1980) - Qualifications: cc; AOCP 1138, 1933, SA; BOCP 121, 1937; 1COCP 534, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: metal worker (Goodwood Park, SA, 1939); radio engineer (5RM Berri, SA, 1941); mechanic (Plympton, SA, 1941-1943); public servant (Prahran, Vic, 1954); retired (Bickley, WA, 1972-1977) ===''DAVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Hargan Davis|Davis, Henry Hargan or Hargon]] [https://www.familysearch.org/tree/person/details/LT6C-6MB] - 1908(NSW)-1992(SA) - Licences: Receive (Crystal) Sydney (Strathfield, 1923-1924); 2HH Sydney (Strathfield, 1926-1934) - Qualifications: cc; AOCP 289, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Strathfield, 1930-1936); engineer (Strathfield, 1943) - Professor Henry Hargan Davis, BSc, BE (Syd), PhD (Camb), 1946-1973 (Emeritus Professor 1974) [https://docplayer.net/82920769-Engineering-education-the-university-of-adelaide.html] * [[/Ross Raleigh Davis|Davis, Ross Raleigh "Jack"]] [https://www.familysearch.org/tree/person/details/GZ54-9Q4] - 1907(Vic)-1986(NSW) - Licences: 2DS Receive Sydney (Vaucluse, 1920-1922); 2DS Sydney (Vaucluse, 1923-1929; Double Bay, 1930-1933; Rose Bay, 1933-1938; Bellevue Hill, 1938-1939) - Qualifications: cc; AOCP 249, 1926, No. ?? in NSW; CPRTelephony 934, 1926 - amateur operator; amateur broadcaster - Comment: accompanied 2CM on the SS Tahiti; education (Sydney Technical College, Electrical Engineering Degree); employment (AWA, engineer, 1925-1973) - Electoral Rolls: engineer (Double Bay, 1930; Rose Bay, 1933-1937; Bellevue Hill, 1943-1958; Rose Bay, 1958-1980) ===''DAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dawson|Dawson, Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 559, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: stovemaker (Hurlstone Park, 1930); storeman (Marrickville, 1931) - Not yet fully identified * [[/Richard Stanley Dawson|Dawson, Richard Stanley]] [https://www.familysearch.org/tree/person/details/GD52-2NQ] - 1897(Vic)-1983(NSW) - Licences: XZP Hobart (1913-1914); 3DA Melbourne (South Yarra, 1927) - Qualifications: cc; CPRT 282, 1917 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: student (Toorak, 1919); electrical engineer (Melbourne, 1921-1924; Toorak, 1925-1926; South Yarra, 1927-1928); engineer (Artarmon, NSW, 1930; Mosman, 1931-1972; Roseville, NSW, 1977) ===''DEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Launston Alexander Deane|Deane, Launston Alexander]] [https://www.familysearch.org/tree/person/details/GX2G-182] - 1909(SA)-1988(SA) - Licences: 5LD Adelaide (Tusmore, 1933; Hazelwood Park, 1937-1939; Royston Park, 1947-1955; Hazelwood Park, 1956-1965; St Georges, 1969-1975) - Qualifications: cc; AOCP 1090, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Burnside, SA, 1939-1943) * [[/Raymond Kyrle Deane|Deane, Raymond Kyrle]] [https://www.familysearch.org/tree/person/details/GX2P-HB1] - 1917(SA)-2010(SA)93yo - Licences: 5RK Adelaide (Fullarton, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1728, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: warehouseman (Fullarton, SA, 1939-1941); clerk (Fullarton, SA, 1943) ===''DE BAVAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Jean Xavier de Bavay|de Bavay, Francis Jean or John Xavier ]] [https://www.familysearch.org/tree/person/details/GXFJ-D1R] - 1887(Vic)-1955(Tas) - Licences: 4FO Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: analytical chemist (Kew, Vic, 1909); brewer (West Perth, WA, 1916); chemist (Cannon Hill, Qld, 1919-1921); manager (New Farm, Qld, 1925); master brewer (Cascades, Tas, 1928-1936); manager (Hobart South, Tas, 1943-1954) ===''DE CRESPIGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Champion de Crespigny|de Crespigny, Philip Champion]] [https://www.familysearch.org/tree/person/details/KCJG-QN9] - 1879(Vic)-1918(Palestine) - Licences: XPU Melbourne (Brighton, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Relationships: half brother of 3FM Royalieu Dana Champion de Crespigny - Sacrifice: "Greater love hath no man than this" * [[/Royalieu Dana Champion de Crespigny|de Crespigny, Royalieu Dana Champion]] [https://www.familysearch.org/tree/person/details/KH7P-7SD] - 1905(Vic)-1985(Vic) - Licences: 3FM Melbourne (Brighton, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Elmhurst, 1936-1949); farmer (Cobden, 1954; South Ecklin, 1963-1980) - Relationships: half brother of XPU Philip Champion de Crespigny ===''DE CURE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Gerard de Cure|de Cure, John Edward Gerard]] [https://www.familysearch.org/tree/person/details/LVD6-DWD] - 1899(SA)-1989(SA) - Licences: 3WL Melbourne (Coburg, 1929-1933); 5KO Adelaide (Glenelg, 1937-1939, 1946-1956); 2KO Sydney (Artarmon, 1957-1958); 5KO Adelaide (Fulham, 1960-1980+) - Qualifications: cc; AOCP 535, 1929, No. ?? in Vic; 1COCP 22, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Cobden, 1954); public servant (North Carlton, 1921-1924; Coburg, 1927-1934; Artarmon, NSW, 1958) ===''DEARNESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Sinclair Dearness|Dearness, Harry Sinclair]] - 19??-2004(Qld) - 4KW Mackay (1939, 1946-1975), Brisbane (Strathpine) (1980+) - amateur operator (AOCP 2328, 1939, No. ? in Qld), amateur broadcaster, military (WW2, AIF), employment (radio & TV mechanic) ===''DEEGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Edward Deegan|Deegan, Stanley Edward]] [https://www.familysearch.org/tree/person/details/LYK3-2V3] - 1893(Tas)-1944(Tas) - Licences: 7AK Hobart (St Virgil's College, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; public servant (State & Federal, PMGD); WW1 - Electoral Rolls: clerk (Hobart, 1919-1922); civil servant (Hobart, 1928-1936); postal official (Hobart, 1943) ===''DEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival William Deer|Deer, Percival William]] [https://www.familysearch.org/tree/person/details/L2DJ-9ZF] - 1901(SA)-1981(SA) - Licences: 5DR Adelaide (Seacliff, 1928-1933; Brighton, 1937-1939) - Qualifications: cc; AOCP 451, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: machinist (Brighton, 1939-1943) ===''DELBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Joseph Robert Delbridge|Delbridge, Reginald Joseph Robert]] [https://www.familysearch.org/tree/person/details/L439-HNM] - 1888(Eng)-1964(Qld) - Licences: 4RJ Childers (1927); 4RJ Brisbane (Paddington, 1931-1933; Booval, 1937-1939); 4RJ Stanthorpe (1946-1948); 4RJ Brisbane (Northgate, 1954-1955; Toowong, 1956); 4RJ Burleigh Heads (1960) - Qualifications: cc; AOCP 383, 1927, No. 42 in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), minister of religion - Electoral Rolls: clergyman (Ingham, 1917-1919); minister (Kingaroy, 1925); clergyman (Ashgrove, 1943); minister (Stanthorpe, 1949); minister of religion (New Farm, 1954); Methodist Minister (Toowong, 1958); retired (Burleigh Heads, 1963) ===''DELLIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Stephen Dellit|Dellit, Samuel Stephen]] - Licences: VK4ZSS Brisbane, VK3 Melbourne, VK1DXA Canberra - Qualifications: AOLCP Q0078, 1971 - amateur operator, broadcast DXer, broadcast planning engineer, federal public servant, radio historian (aeradio, amateur, broadcast, coastal) ===''DEMPSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter McInnes Dempsey|Dempsey, Walter McInnes "Wally"]] [https://www.familysearch.org/tree/person/details/LTQN-B69] - 1910(Vic)-2010(Vic) - Licences: 3WD Melbourne (Cheltenham, 1929-1931); 7WD Cambridge (1948); 3AZD Melbourne (Pascoe Vale, 1954); 3WD Melbourne (Pascoe Vale, 1955-1969; Oak Park, 1975); 3WD Marong (1980+) - Qualifications: AOCP 515, 1929, No. ?? in Vic; AOLCP 41, 1931; 1COCP 217, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Cheltenham, 1931; Mordialloc, 1936-1937); radio operator (Mentone, 1942); aeradio operator (Cambridge, Tas, 1949); public servant (Pascoe Vale, 1954-1968; Oak Park, 1972); retired (Marong, 1977-1980) ===''DENBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Roy Denby|Denby, Harry Roy]] [https://www.familysearch.org/tree/person/details/LJTS-LLS] - 1906(Qld)-1973(Qld) - Licences: 4FR Receive Brisbane (Brisbane City, 1923); 4AX Brisbane (Kedron, 1936-1939); 4AX Cairns (1947-1969) - Qualifications: cc; AOCP 1800, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: rubber worker (Kedron, Qld, 1936-1937; Cairns, Qld, 1943-1972) ===''DENISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Robert Denison|Denison or Dixson, Hugh Robert]] [https://www.familysearch.org/tree/person/details/L6Q5-WTC] - 1865(NSW)-1940(Vic) - born Hugh Robert Dixson; businessman, parliamentarian, philanthropist; director of Australasian Wireless Co. then Amalgamated Wireless (Australasia) - Links: [[w:Hugh Denison|Wikipedia]]; [https://adb.anu.edu.au/biography/denison-sir-hugh-robert-5955 ADB] ===''DENNEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Roy Denneen|Denneen, Harold Roy]] [https://www.familysearch.org/tree/person/details/GXQG-6YG] - 1894(NSW)-1939(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (A/g Warrant Telegraphist, 1917) - Electoral Rolls: radio telegraphist (Thursday Island, 1928-1937) ===''DENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Roy Dennett|Dennett, Phillip or Philip Roy or Ray]] [https://www.familysearch.org/tree/person/details/KNX4-D9K] - 1897(SA)-1988(Qld) - Licences: 5IV Berri (1931-1938); 4IV Camooweal (1938-1939) - Qualifications: cc; AOCP 799, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil servant (Morningside, Qld, 1943; West End, Qld, 1949-1954; Rockhampton, Qld, 1958); public servant (Morningside, Qld, 1963-1977) ===''DERHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Thomas Derham|Derham, Frederick Thomas]] - 1844(Eng)-1922(Vic) - Victorian Postmaster-General (1886-1890) ===''DERRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/V. M. Derrick|Derrick, V. M.]] - 19??(???)-19??(???) - Licences: 2VM Sydney (Bellevue Hill, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''D'EVELYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude D'Evelynes|D'Evelynes, Claude]] [https://www.familysearch.org/tree/person/details/GF39-3D8] - 1916(WA)-1985(NSW) - Licences: 6DC Harvey (1935-1939); 2TZ Sydney (Mona Vale, 1948; Clifton Gardens, 1954-1955); 9TZ Rugli via Lae (1956); 2TZ Sydney (Chatswood, 1958-1980+) - Qualifications: cc; AOCP 1488, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Harvey, WA, 1936-1937); radio engineer (Mona Vale, NSW, 1949; Mosman, NSW, 1954; Chatswood, NSW, 1958-1968); engineer (Chatswood, NSW, 1977-1980) ===''DEVITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Lane Devitt|Devitt, Raymond Lane]] [https://www.familysearch.org/tree/person/details/LB11-PTK] - 1905(Tas)-1992(WA) - Licences: 6DR Perth (Nedlands, 1937-1939) - Qualifications: cc; CPRT 990, 1928; 2COCP 287, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: service engineer (Nedlands, WA, 1931); manager (Nedlands, WA, 1949-1980) ===''DEWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Owen Dewan|Dewan, John Owen (Electoral Rolls) or Owen John (BMD)]] [https://www.familysearch.org/tree/person/details/GFML-2D4] - 1907(WA)-1980(WA) - Licences: 6JK Perth (Maylands, 1930-1931; Mt Lawley, 1933; City, 1937; North Perth, 1938-1939) - Qualifications: cc; AOCP 715, 1930, No. ?? in WA; 3COCP 188, 1936; 2COCP 99, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: butcher (Maylands, WA, 1931; North Perth, 1934-1937); teacher (East Perth, WA, 1943); trade instructor (Nedlands, WA, 1949-1980) ===''DEXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Dexter|Dexter, John Henry]] [https://www.familysearch.org/tree/person/details/G428-3PS] - 1906(Eng)-1983(Vic) - Licences: 3DR Melbourne (Northcote, 1926-1927); 3VR Melbourne (Sandringham, 1938-1939; Black Rock, 1946-1956; Parkdale, 1960-1965; Mt Eliza, 1969-1980+) - Qualifications: AOCP 241, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Northcote, 1927); engineer (Preston, 1931; Sandringham, 1942-1954); radio mechanic (Mordialloc, 1963); retired (Mt Eliza, 1968-1980) ===''DICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Dick|Dick, F.]] - abt 1883(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''DIDDAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Harlin Flower Diddams|Diddams, Robert Harlin or Harland Flower]] [https://www.familysearch.org/tree/person/details/GMZN-YJP] - 1899(Qld)-1969(Qld) - Licences: Receive Brisbane (Toowong, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bookkeeper (Toowong, Qld, 1921-1925); printer (Ashgrove, 1936-1958); retired (Kangaroo Point, Qld, 1968) ===''DILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Dillon|Dillon, Arthur Ernest "Ernie" "Ern"]] [https://www.familysearch.org/tree/person/details/G85L-HH7] - 1902(Qld)-1960(Qld) - Licences: 4CH Receive Brisbane (New Farm, 1922); 4CH Brisbane (New Farm, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (New Farm, 1925); engineer (New Farm, 1929); electrical engineer (Atherton, 1931-1932); electrician (Greenslopes, 1943-1954; Mt Gravatt, 1958) ===''DINEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Dineen|Dineen, Geoffrey John]] [https://www.familysearch.org/tree/person/details/GM8L-9R6] - 1919(Tas)-1999(Tas) - Licences: 7GD Launceston (1935-1939, 1946-1948) - Qualifications: cc; AOCP 1588, 1935, No. ?? in Tas; 3COCP 6330, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Launceston, 1949-1968) ===''DIRCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Alfred Dircks|Dircks, Alexander Alfred]] [https://www.familysearch.org/tree/person/details/GDRD-6GN] - 1858(NSW)-1929(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - senior federal public servant (PMGD, Electrical Engineer) - Electoral Rolls: Nil yet identified ===''DIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gurnhill Dixon|Dixon, Arthur Gurnhill]] [https://www.familysearch.org/tree/person/details/G826-18S] - 1896(Tas)-1966(Vic) - Licences: XZA Wynyard (1913-1914); 3JG Melbourne (Hawthorn, 1933); 3AD Melbourne (Hawthorn, 1937-1939, 1947-1948); 3AVE Melbourne (Nunawading, 1965) - Qualifications: cc; CPRT 462, 1919; 2COCP 160, 1930; 1COCP 271, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Wynyard, 1919); wireless mechanic (Hawthorn, 1934); technician (Auburn, 1936-1937); inspector (Surrey Hills, 1943-1963) - Probate: retired marine inspector (Melbourne, 1966) * [[/Arthur Lionel Dixon|Dixon, Arthur Lionel]] [https://www.familysearch.org/tree/person/details/G82F-YX7] - 1897(Eng)-1968(NSW) - Licences: 236 Sydney (Burwood, 1920); 2BS Receive Sydney (Burwood, 1922-1923); 2AD Sydney (Canterbury, 1929; Strathfield, 1930); 4AD Brisbane (Norman Park, 1931-1939) - Qualifications: cc; CPRT 202, 1916; 2COCP 288, 1930; 1COCP 170, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Concord, NSW, 1930; Norman Park, Qld, 1931-1943); RANVR (Kyeemagh, 1943); engineer (Waverton, 1949; Eastwood, 1954; Lidcombe North, 1958); managing director (Blakehurst, 1963-1968) * [[/Charles Frederick Musgrave Dixon|Dixon, Charles Frederick Musgrave]] [https://www.familysearch.org/tree/person/details/L27B-XXY] - 1894(NSW)-1986(NSW) - Licences: 2II Receive Cootamundra (1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: operator (Cootamundra, 1930-1937); telegraphist (Goulburn, 1943; Annandale, 1949-1954; Camperdown, 1958-1980) * [[/John Malcolm Dixon|Dixon, John Malcolm]] [https://www.familysearch.org/tree/person/details/GWD1-HXH] - 1922(Vic)-2008(Vic) - Qualifications: cc; Nil yet identified - broadcast planning engineer (PMGD, ABCB, P&TD); education (Scots College, 1935-1939); military (WW2, AIF, 1942-1945) - Links: [https://www.scotch.vic.edu.au/greatscot/2008decGS/74.htm Obit] * [[/Lionel Stanley Dixon|Dixon, Lionel Stanley]] [https://www.familysearch.org/tree/person/details/L1PR-QD2] - 1912(Vic)-1998(Vic) - Licences: 4LF Brisbane (Redcliffe, 1938-1939); 3TE Melbourne (Croydon, 1947-1948; Elwood, 1954-1980); 4LF Brisbane (Redcliffe, 1960-1975) - Qualifications: cc; AOCP 2177, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Glenferrie, Vic, 1934-1937); builder (Box Hill South, Vic, 1949; Elsternwick, Vic, 1954-1967; Elwood, Vic, 1972-1980) * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 2ZI Condong (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 4GF Victoria Hills, Herbert River (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Reginald Hilton Dixon|Dixon, Reginald Hilton]] [https://www.familysearch.org/tree/person/details/G82N-FQV] - 1915(NSW)-1978(NSW) - Licences: 2QD Albury (1933-1937); 2QD Armidale (1938-1939); 2QD Albury (1946-1980) - Qualifications: cc; AOCP 1216, 1933, NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Albury, Qld, 1937); telephone mechanic (Albury, 1972-1977) ===''DODDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stokell Dodds|Dodds, Sir John Stokell Snr]] [https://www.familysearch.org/tree/person/details/GMYR-2KQ] - 1906(Tas)-1975(NSW) - Licences: 7DJ Hobart (City, 1937-1939, 1946-1948) - Qualifications: cc; AOLCP 208, 1935; AOCP 1851, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (New Town, 1936-1949); manager (Wahroonga, 1954); electrical engineer (Wahroonga, 1958-1968); manager (St Ives, 1972) * [[/John William Matthew Dodds|Dodds, John William Matthew]] [https://www.familysearch.org/tree/person/details/G8NX-3CT] - 19??(???)-19??(???) - Licences: 2KK Kurri Kurri (1930-1939); 2AZD Newcastle (New Lambton, 1955-1969) - Qualifications: AOCP 644, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: miner (Kuri Kurri, 1930-1949; New Lambton, 1954-1980) * [[/Leonard Henry Dodds|Dodds, Leonard Henry "Len"]] - 1908(NSW)-1983(Qld) - 4GD Townsville (1946-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (Townsville ARC, life member), military (Navy, RAAF), employment (PMGD) * [[/Ronald George Dodds|Dodds, Ronald George]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''DODDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Doddy|Doddy, Edward Arthur]] [https://www.familysearch.org/tree/person/details/GXB7-HWS] - 1899(Tas)-1961(WA) - Licences: 6WH Perth (Claremont, 1936-1939, 1947-1960) - Qualifications: cc; AOCP 1817, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Claremont, WA, 1931-1958) ===''DOHRMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Stanley Glenville Dohrmann|Dohrmann, George Stanley Glenville]] [https://www.familysearch.org/tree/person/details/G82G-TB8] - 1902(Vic)-1985(Vic) - Licences: 3AM Receive Melbourne (Canterbury, 1922); 3AM Melbourne (Canterbury, 1922-1925) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Canterbury, Vic, 1924-1926); warehouseman (Burwood, Vic, 1931; Canterbury, 1937-1943); agriculturalist (Mt Dandenong, 1949-1954; Mooroolbark, 1968-1980) ===''DOIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Louis Doig|Doig, Norman Louis]] [https://www.familysearch.org/tree/person/details/LLSD-M17] - 1912(WA)-2014(WA)101yo - Licences: 6ND Carnamah (1937-1939); 6CB Perth (Floreat Park, 1954-1960) - Qualifications: cc; AOCP 2061, 1937, WA; 3COCP 1505, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Carnamah, WA, 1936-1937; Floreat Park, WA, 1943); telegraphist (City Beach, WA, 1949; Floreat Park, WA, 1954-1963; Wembley, WA, 1968-1972); civil servant (City Beach, WA, 1977-1980) ===''DONNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Walter Donne|Donne, Charles Walter]] [https://www.familysearch.org/tree/person/details/9V2T-FC7] - 1897(Vic)-1976(Vic) - Licences: XLO Melbourne (St Kilda, 1913-1914); 2YD Sydney (Neutral Bay, 1923-1925); 3YD Melbourne (St Kilda, 1924-1927) - Qualifications: cc; CPRT 271, 1916; 2COCP 87, 1930 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 (UK Merchant Seaman) - Electoral Rolls: radio telegraphist (St Kilda, 1919-1924); technician (St Kilda, 1925-1931); dealer (Armadale, 1934-1937); investor (Mornington, 1943); grazier (Dromana, 1949-1954); nil (Mornington, 1963-1972) - Migration: South Africa (1955-1962) ===''DOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Lawson Dook|Dook, Valentine Lawson]] [https://www.familysearch.org/tree/person/details/G7X1-NJH] - 1903(WA)-1978(WA) - Licences: 6KB Perth (Maylands, 1931-1933; Mt Hawthorn, 1937-1939, 1947-1956) - Qualifications: cc; AOCP 754, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter's assistant (East Perth, WA, 1931); oil plant attendant (Leederville, WA, 1936-1937); control room operator (Leederville, WA, 1943; Mt Hawthorn, WA, 1949); electrical foreman (Wembley, WA, 1958-1977) ===''DORWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haxton Dorward|Dorward, William Haxton, Jnr]] [https://www.familysearch.org/tree/person/details/GD77-X62] - 1901(Vic)-1937(NSW) - Licences: 3CA Receive Melbourne (Sandringham, 1922-1923); 3CA Melbourne (Sandringham, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: student (Sandringham, 1924-1926); grazier (Moama, 1930; Fort Station, Barnes, 1935-1937) ===''DOUBIKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Thomas Henry Doubikin|Doubikin, William Thomas Henry]] - 1890(Vic)-1927(Tas) - Licences: Hobart Receive 1920s, early wireless experimenter (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, Councillor, 1924), passed too soon ===''DOUDNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Doudney|Doudney, Herbert William]] [https://www.familysearch.org/tree/person/details/MQDH-R32] - 1873(Eng)-1963(Vic) - Licences: 3EM Receive Melbourne (Balaclava, 1922); 3EM Melbourne (Balaclava, 1923-1927) - Qualifications: cc; AOCP 63, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; minister of religion (Holy Trinity Church) - Electoral Rolls: vicar (St Kilda, 1924-1942); nil (Caulfield, 1949-1954; Elsternwick, 1963) ===''DOUGLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gavin Cunningham Douglas|Douglas, Gavin Cunningham]] [https://www.familysearch.org/tree/person/details/G99J-KJ4] - 1912(Vic)-1992(Vic) - Licences: 3YK Melbourne (Bayswater, 1931-1939, 1947-1950+; Blackburn, 1954; Canterbury, 1955-1960+; Surrey Hills, 1965-1980+) - Qualifications: cc; AOCP 743, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Bayswater, 1935-1949); sales representative (Canterbury, 1963; Surrey Hills, 1968-1980) * [[/Gordon Adye Douglas|Douglas, Gordon Adye]] [https://www.familysearch.org/tree/person/details/LRVY-WLJ] - 1878(Tas)-1957(Tas) - Licences: 7BC Receive Gormanston (1923); Receive Gormanston (1923); 7GD Gormanston (1924-1927+) - Qualifications: cc; AOCP 34, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; mining engineer - Electoral Rolls: mining engineer (Gormanston, 1914-1928); draughtsman (Queenstown, 1936); geological surveyor (Queenstown, 1937-1943); no occupation (Hobart South, 1949; Blackman's Bay, 1954) * [[/Hugh Alexander McKay Douglas|Douglas, Hugh Alexander McKay "Harry"]] [https://www.familysearch.org/tree/person/details/LV3Y-3W4] - 1889(Eng)-1951(NSW) - Licences: 2HD (Class B) Newcastle (1926) - Qualifications: cc; Nil yet identified - Class B broadcaster; witness to Royal Commission 1927 (as a Listener) - Electoral Rolls: chauffeur (Newcastle, 1913); vulcaniser (Hamilton, 1930-1935); manager (Newcastle, 1936-1937); engineer (Mayfield, 1943; Hamilton, 1949) ===''DOWDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Lorens Thomas Dowding|Dowding, Philip Lorena or Loreno or Lorens Thomas]] [https://www.familysearch.org/tree/person/details/GZH8-Z6D] - 1901(Tas)-19??(Vic) - Licences: 7AC Receive Hobart (Moonah, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Moonah, 1922); electrician (St Kilda, 1926-1931; Prahran, 1934; Melbourne, 1937; St Kilda, 1943-1949); electrical foreman (Eildon, 1954) ===''DOWNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Downie|Downie, Frederick William]] [https://www.familysearch.org/tree/person/details/K8Y2-LQ8] - 1879(Vic)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Victoria Police (wireless department, senior constable); witness to Royal Commission 1927 (obo VPF) - Electoral Rolls: labourer (Broadford, 1903); constable (North Carlton, 1909-1924); senior constable (Preston, 1927-1936) ===''DOWNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Evan Downing|Downing, William Evan]] [https://www.familysearch.org/tree/person/details/LHV4-K46] - 1874(Vic)-1948(Vic) - Licences: 3LQ Receive Warrnambool (1923); 3LQ Warrnambool (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: brassfounder (Warrnambool, 1912-1937) ===''DOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Laurence Doyle|Doyle, Herbert Laurence]] [https://www.familysearch.org/tree/person/details/G8VG-WVC] - 1894(Vic)-1945(Vic) - Licences: 3HD Melbourne (Malvern, 1930-1931); 3CR Melbourne (Malvern, 1933; Kooyong, 1937; Frankston, 1938-1939) - Qualifications: AOCP 697, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: independent means (St Arnaud, 1924); grazier (Malvern East, 1925-1927); clerk (Malvern East, 1931-1937); home duties (Malvern, 1943) ===''DRAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James George Drake|Drake, James George]] - 1850(Eng)-1941(Qld) - military (Qld Defence Force, 1880s & 1890s), state politician (Qld MLA, 1880s & 1890s), politician (Postmaster-General 1901-1903) ===''DRANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Edward Draney|Draney, Walter Edward]] [https://www.familysearch.org/tree/person/details/9KLP-VT7] - 1896(Qld)-1983(Qld) - Licences: Receive (Valve) Brisbane (Greenslopes, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: electrician (Milton, Qld, 1919; Greenslopes, Qld, 1921-1928; Tully, Qld, 1937; Toowoomba, Qld, 1954; Toowoomba West, Qld, 1958-1977); retired (Drayton, Qld, 1980) ===''DREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred John Drew|Drew, Alfred John]] [https://www.familysearch.org/tree/person/details/GXLB-1HH] - 1907(SA)-1993(SA) - Licences: 5LN Adelaide (Kensington, 1933-1939; Erindale, 1947-1980+) - Qualifications: cc; AOCP 1078, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Erindale, SA, 1943) ===''DU FEU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Albert James Du Feu|Du Feu, Maurice Albert James]] [https://www.familysearch.org/tree/person/details/GF3M-V9D] - 1917(WA)-2010(NSW) - Licences: 6DF Perth (Subiaco, 1937-1939, 1947-1948; West Perth, 1954-1956; Floreat Park, 1960-1965); 6DU Perth (West Perth, 1948); 2BMD Sydney (Lindfield, 1969+) - Qualifications: cc; AOCP 1875, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: company director (West Perth, WA, 1943; Subiaco, WA, 1949); manager (West Perth, WA, 1954; Floreat Park, WA, 1958-1968); retired (Lindfield, NSW, 1972-1980) ===''DUBOIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Louis Dubois|Dubois, Paul Louis]] [https://www.familysearch.org/tree/person/details/GXZQ-QN3] - 1918(NSW)-1996(Qld) - Licences: 4UJ Brisbane (Rosalie, 1936-1939; Holland Park, 1946-1947; South Brisbane, 1948; Highgate Hill, 1954-1960; Bardon 1960); 4PL Brisbane (Bardon 1980+) - Qualifications: cc; AOCP 1677, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; senior public servant (PMGD, Telstra) - Electoral Rolls: engineer (Rockhampton, Qld, 1943; South Brisbane, Qld, 1949); public servant (Highgate Hill, Qld, 1954-1958); engineer (Bardon, Qld, 1958-1977); manager telecommunications (New Farm, Qld, 1980) ===''DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Duff, William Vere Hobart]] [https://www.familysearch.org/tree/person/details/GMZC-JGP] - 1893(Vic)-1970(Vic) - Licences: 3DB Receive Melbourne (Malvern East, 1922); 3DB Melbourne (Malvern East, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: electrical engineer (Malvern East, 1914); engineer (Malvern East, 1919-1924; Glenferrie, 1931-1937; Toorak, 1943-1954; Harkaway, 1958-1968) ===''DUFFY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Duffy|Duffy, John]] [https://www.familysearch.org/tree/person/details/GXCB-QKJ] - 1907(NSW)-1993(NSW) - Licences: 2AQ Sydney (Redfern, 1933; Woollahra, 1934; Rose Bay, 1935-1937); 4AQ Brisbane (Grange, 1938); 2AQ Sydney (Bondi, 1939, 1946-1950) - Qualifications: cc; AOCP, not yet identified; AOLCP 264, 1936; TVOCP 54, 1957 - amateur operator; amateur broadcaster - Comment: several contemporaneous JDs, needs review - Electoral Rolls: manager (Woollahra, NSW, 1934); engineer (Vaucluse, NSW, 1935); * [[/Maurice Boyce Duffy|Duffy, Maurice Boyce "Morrie"]] [https://www.familysearch.org/tree/person/details/LRYK-S76] - 1886(Vic)-1957(Vic) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/duffy-maurice-boyce-morrie-6030 ADB] * [[/William Oswald Duffy|Duffy, William Oswald]] [https://www.familysearch.org/tree/person/details/GD52-2Q2] - 1861(Eng)-1916(Tas) - Licences: XZO Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: signalman (Battery Point, 1914) ===''DUGGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry George Duggan|Duggan, Harry George]] [https://www.familysearch.org/tree/person/details/LT9H-8LW] - 1905(Vic)-1994(Vic) - Licences: 3XI Warrnambool (1930-1965); 3AXI Warrnambool (1965-1969); 3XI Garvoc (1965-1969) - Qualifications: AOCP 592, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Warrnambool, 1931-1954); engineer (Warrnambool, 1963-1968) ===''DUKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon William Dukes|Dukes, Gordon William]] [https://www.familysearch.org/tree/person/details/G3RY-PGT] - 1909(NSW)-2001(NSW) - Licences: 2WD Sydney (Forest Lodge, 1930-1939; Strathfield, 1946-1950; Homebush, 1954-1956; Cremorne, 1957-1958; Lane Cove, 1960-1980+) - Qualifications: AOCP 571, 1930, No. ?? in NSW; AOLCP 139, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glebe, 1933-1937); radio engineer (Homebush, 1943-1949); engineer (Cremorne, 1954-1958); technician (Lane Cove, 1963-1980) ===''DUNDAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Loftus Dundas|Dundas, Reginald Loftus]] [https://www.familysearch.org/tree/person/details/GXC2-8LM] - 1915(Qld)-1980(Qld) - Licences: 4DU Crawford, Kingaroy Line (1937-1939) - Qualifications: cc; AOCP 1990, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Theodore, Qld, 1937); labourer (Crawford, Kingaroy Line, Qld, 1949-1972); farmer (Torquay, Qld, 1977) ===''DUNLEAVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Francis Dunleavy|Dunleavy, Joseph Francis]] - 19??(???)-19??(???) - Licences: 3JD Melbourne (St Kilda, 1929-1933) - Qualifications: AOCP 508, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (St Kilda, 1924); electrical fitter (Melbourne, 1926; South Yarra, 1931); fitter (St Kilda, 1934) ===''DUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Dunn|Dunn, Richard]] [https://www.familysearch.org/tree/person/details/GDSN-T31] - 1898(NSW)-1986(NSW) - Licences: 2GU Receive Sydney (South Kensington, 1922); 2GU Sydney (South Kensington, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: coachbuilder (Kensington, 1930-1943); manager (Kingsford, 1958); retired (The Entrance, 1963-1980) ===''DUNSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter John Dunstan|Dunstan, Walter John]] [https://www.familysearch.org/tree/person/details/GZXJ-Y3V] - 1904(Vic)-1927(Vic) - Licences: 3JR Receive Ballarat (1922); 3JR Ballarat (1923-1927) - Qualifications: cc; AOCP 106, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Comment: gone too soon - Relationships: brother of William Dunstan, Victoria Cross - Electoral Rolls: student (Ballarat East, 1927) ===''DURBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Keep Durbridge|Durbridge, William Keep]] [https://www.familysearch.org/tree/person/details/GXDN-Z4B] - 1908(WA)-1977(Vic) - Licences: 4FS Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Innisfail, Qld, 1930); clerk (Teneriffe, Qld, 1936-1937); bookkeeper (Dundoo Station, Eulo, Qld, 1937); no occupation (St Kilda, Vic, 1963-1972; Melbourne, Vic, 1977) ===''DUTHOIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert George Duthoit|Duthoit, Albert George]] [https://www.familysearch.org/tree/person/details/GQ94-V82] - 1901(Tas)-1970(Vic) - Licences: Receive (Valve) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical engineer (Waddamana, 1928); labourer (Croydon North, 1931); no occupation (Armadale, 1931); engineer (Hobart South, 1936); electrical engineer (Armadale, 1935-1943); clerk (Ivanhoe, 1949; Oakleigh, 1954; Malvern, 1958); nil (Malvern, 1967-1968) ===''DUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Henry Dutton|Dutton, Thomas Henry]] [https://www.familysearch.org/tree/person/details/LJG1-LRN] - 1862(Eng)-1941(Qld) - Licences: Receive (Crystal) Brisbane (Fortitude Valley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: painter (Rockhampton, Qld, 1903-1905); commission agent (Bowen Hills, Qld, 1908-1909); printer (Valley, Qld, 1913); traveller (Teneriffe, Qld, 1915-1937) =='''E'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''EARLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Edwin Earle|Earle, Frank Edwin]] [https://www.familysearch.org/tree/person/details/G8YV-B62] - 1900(SA)-1967(SA) - Licences: 5BD Adelaide (St Peters, 1923-1928) - Qualifications: cc; CPRT 823, 1924 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Erasmus Earle|Earle, Robert Erasmus]] [https://www.familysearch.org/tree/person/details/GDLX-NC1] - 1894(Eng)-1979(WA) - Licences: 6LC Perth (Floreat Park, 1969-1975) - Qualifications: AOCP 4390, 1966, WA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Floreat Park, 1954-1977) ===''EASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Easter|Easter, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GX2L-656] - 1914(SA)-1983(???) - Licences: 5RO Montieth (1933); 5RO Port Elliot (1937); 5RO Moonta (1938) - Qualifications: cc; AOCP 1111, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Moonta, SA, 1939-1947) - Links: [https://vwma.org.au/explore/people/532330 VWM] ===''EASTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Spencer Easton|Easton, Frederick William Spencer]] [https://www.familysearch.org/tree/person/details/GZ2N-7XD] - 1914(NSW)-1944(PNG) - licences: 2BQ Sydney (Bondi, 1931-1935; Bellevue Hill, 1936-1939) - qualifications: AOCP 846, 1931, No. ?? in NSW - amateur operator, WW2 - electoral rolls: projectionist (Rose Bay, 1936-1943) - "Greater love hath no man than this" ===''EDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Ede|Ede, Charles Frederick or Friederick]] [https://www.familysearch.org/tree/person/details/GS7D-PYL] - 1885(Qld)-1970(Qld) - Licences: Receive Brisbane (Wellington Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Toowong, Qld, 1908; Albion, Qld, 1912-1921); assistant secretary (Manly, Qld, 1925-1963); retired (Wynnum North, 1968) ===''EDGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Waldene Edgar|Edgar, Douglas Waldene]] [https://www.familysearch.org/tree/person/details/L5XS-K4X] - 1895(WA)-1966(WA) - Licences: 6DW New Norcia (1927-1931) - Qualifications: cc; AOCP 314, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Gingin, 1922; New Norcia, 1925-1954); retired (Nedlands, 1958-1963) * [[/John Matheson Edgar|Edgar, John Matheson]] [https://www.familysearch.org/tree/person/details/LB42-K1G] - 1881(Vic)-1960(Vic) - Licences: Receive Geelong (1923); 3YW Geelong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Training College, Carlton, 1903); state school teacher (Ballarat, 1909); teacher (Ballarat, 1913-1914; Geelong, 1917-1924; Essendon, 1925-1954) * [[/Mervyn John Edgar|Edgar, Mervyn John or John Mervyn "Jack"]] [https://www.familysearch.org/tree/person/details/GX4W-647] - 1913(NSW)-2004(Qld) - Licences: 4JE Brisbane (Kangaroo Point, 1934-1939) - Qualifications: cc; AOCP 1302, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, Radio Location Unit); radio retailing (Tracksons) - Electoral Rolls: shop assistant (Kangaroo Point, Qld, 1937); salesman (Kedron, Qld, 1943-1949); shop assistant (Bulimba, Qld, 1958-1980) ===''EDWARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Patrick Joseph Edwards|Edwards, Frederick Patrick Joseph]] [https://www.familysearch.org/tree/person/details/GFSX-5YG] - 1918(WA)-2004(WA) - Licences: 6DN Merredin (1938-1939); 6DN Perth (West Perth, 1947-1965; Ardross, 1969) - Qualifications: cc; AOCP 2127, 1938, WA; BOCP 278, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: clerk (Merredin, WA, 1943); wireless operator (West Perth, WA, 1943-1954; Perth, WA, 1958-1968); clerk (Ardross, WA, 1972-1980) * [[/H. E. Edwards|Edwards, H. E.]] - 19??(???)-19??(???) - Licences: 5RN Adelaide (Croydon, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert John Edwards|Edwards, Herbert John]] [https://www.familysearch.org/tree/person/details/GXF5-KP8] - 1894(Eng)-19??(???) - Licences: 4KR Willis Island (1937) - Qualifications: cc; CPRT 802, 1923; 2COCP 18, 1929; 1COCP 208, 1931 - amateur operator; amateur broadcaster - Comment: several contemporaneous HJEs - Electoral Rolls: wireless operator (Rose Bay, NSW, 1930-1933); radio operator (Lord Howe Island, NSW, 1949); communication officer (Rose Bay, NSW, 1954) ===''EGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mavis Evelyn Egan|Fogg nee Egan, Mavis Evelyn or Evelene]] [https://www.familysearch.org/tree/person/details/GW8N-1JK] - 1900(Tas)-1995(Tas) - Licences: Receive (Crystal) Stanley (1923) - Qualifications: cc; Nil yet identified - amateur receiver (YL) - Electoral Rolls: clerk (Stanley, 1928); home duties (Wynyard, 1936-1943; Smithton, 1949; Sale, Vic, 1954; Cohuna, 1963; Devonport, 1972) ===''EGGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Percy Eggleton|Eggleton, Eric Percy]] [https://www.familysearch.org/tree/person/details/GSTZ-5G9] - 1903(Qld)-1979(Qld) - Licences: 4DA Receive Toowoomba (1923-1924); 4DA Toowoomba (1925-1931) - Qualifications: cc; AOCP 81, 1925, No. 9 in Qld - amateur receiver; amateur operator; amateur broadcaster; employment (QATB) - Electoral Rolls: machinist (Toowoomba, 1925-1926); ambulance bearer (Toowoomba, 1931); ambulance superintendent (Dayboro, 1936-1943; Charleville, 1949-1958; Stanthorpe, 1963); retired (Caloundra, 1968-1977) ===''ELDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Mackenzie Elder|Elder, James Alexander Mackenzie]] [https://www.familysearch.org/tree/person/details/97W3-7FL] - 1869(Sct)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Awards: KBE - Electoral Rolls: manager (Essendon, 1905); merchant (Moonee Ponds, 1908-1909); director (South Yarra, Vic, 1936-1943) - Links: [https://adb.anu.edu.au/biography/elder-sir-james-alexander-6099 ADB] ===''ELLERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lewis John Ellery|Ellery, Robert Lewis John]] - 1827(Eng)-1908(Vic) - early telephone experimenter, Vic Government Astronomer ===''ELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Neville Elliott|Elliott, Robert Neville]] [https://www.familysearch.org/tree/person/details/GXXN-PPJ] - 1907(Qld)-1979(Qld) - Licences: 4DW Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Toowoomba, Qld, 1936-1937); company manager (Toowoomba, Qld, 1949); chartered accountant (Toowoomba, Qld, 1954-1963); accountant (Brisbane, Qld, 1968); chartered accountant (Toowoomba, Qld, 1972); accountant (Toowoomba, Qld, 1977) * [[/Ronald Donovan Elliott|Elliott, Ronald Donovan]] [https://www.familysearch.org/tree/person/details/G799-LTX] - 1910(SA)-1978(SA) - Licences: 5RD Adelaide (Lower Mitcham, 1931-1933; Da Costa Park, 1937; Kirkcaldy, 1938-1939) - Qualifications: cc; AOCP 758, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: solicitor (Kirkcaldy, SA, 1939; Westbourne Park, 1941-1943) * [[/Thomas Murray Browse Elliott|Elliott, Thomas Murray Browse "Tom"]] [https://www.familysearch.org/tree/person/details/G3W8-947] - 1899(Qld)-1971(Qld) - Licences: 4CM Brisbane (City, 1946-1969); operator of Valentine's 4CM licence 1925-1939 - Qualifications: cc; AOCP 72, 1925, No. 6 in Qld - amateur operator; amateur broadcaster; early television experimenter - Electoral Rolls: clerk (Fortitude Valley, 1921); salesman (Brisbane City, 1925-1931); sound engineer (Observatory, 1937-1943); company manager (City, 1949-1958); retired (Burleigh Heads, 1963-1968) ===''ELLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Austin Ellis|Ellis, Clive Austin]] [https://www.familysearch.org/tree/person/details/G86V-9HT] - 1912(Vic)-1972(Vic) - Licences: 3LZ Melbourne (Williamstown, 1930-1931; Caulfield, 1933-1939; Newport, 1946-1956; Moorabbin, 1960-1969) - Qualifications: AOCP 598, 1930, No. ?? in Victoria - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1937; Newport, 1943-1954); valuer (Moorabbin, 1958-1972) * [[/John Osborne Ellis|Ellis, John Osborne]] [https://www.familysearch.org/tree/person/details/GHTM-Q42] - 1910(Eng)-1999(SA) - Licences: Nil identified - Qualifications: AOCP 522, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Kimba, 1939-1943) ===''ELSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Robert Elsbury|Elsbury (adopted) or Wilson Bowman (biological), Cyril Robert]] [https://www.familysearch.org/tree/person/details/GFMG-5CW] - 1897(Qld)-1961(WA) - Licences: 6JE Kalgoorlie (1934-1939); 6JE Fimiston (1947-1956); 6JE Nornalup (1960) - Qualifications: cc; AOCP 1372, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (Kalgoorlie, WA, 1922); mine timekeeper (Kalgoorlie, WA, 1925-1943); assistant accountant (Fimiston, WA, 1949-1954); mine paymaster (Kalgoorlie, WA, 1958) ===''ELWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Gregory Elworthy|Elworthy, Colin Gregory "Col"]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''EMBLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Stewart Austin Embling|Embling, Stewart Austin]] [https://www.familysearch.org/tree/person/details/GZGH-YQM] - 1907(Vic)-1998(Vic) - Licences: Receive (Valve) Melbourne (Toorak, 1923-1925); 3DC Melbourne (Toorak, 1926-1939) - Qualifications: AOCP 236, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Toorak, 1931-1943); assurance officer (Toorak, 1949-1980) ===''EVANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Hubert Evans|Evans, Albert Henry Hubert]] [https://www.familysearch.org/tree/person/details/GH8N-BFX] - 1894(SA)-1981(SA) - Licences: XVD Adelaide (Mile End, 1913) - Qualifications: cc; CPRT 255, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: assistant manager (Woollahra, 1949) * [[/Griffith Benjamin Evans|Evans, Griffith Benjamin]] [https://www.familysearch.org/tree/person/details/GXQN-HL3] - 1877(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS - Electoral Rolls: naval telegraphist (Eden Vale, Vic, 1914-1915); telegraphist (Coburg, Vic, 1919); retired (Vaucluse, NSW, 1954-1963) * [[/Percy Evans|Evans, Percy]] [https://www.familysearch.org/tree/person/details/G84B-DKL] - 1894(Eng)-1976(Vic) - Licences: 2OW Sydney (Kensington, 1928-1929; Randwick, 1930-1931); 3OZ Melbourne (Glen Iris, 1947-1948; Boronia, 1948; North Ringwood, 1954-1975) - Qualifications: AOCP 458, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: sales manager (Kensington, 1930); salesman (Randwick, 1930-1931); sales manager (Camberwell, 1933-1937; Glen Iris, 1949); manager (Ringwood, 1954-1972) * [[/R. Evans|Evans, R.]] - 19??(???)-19??(???) - Licences: 2SP Sydney (Clovelly, 1923-1927) - Qualifications: AOCP 265, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: * [[/Thomas Evan Evans|Evans, Thomas Evan]] [https://www.familysearch.org/tree/person/details/GZJ7-S1L] - 1904(NZ)-1942(At Sea) - 3EV Melbourne (East St Kilda, 1925-1927), 9EV Rabaul (1933+), amateur operator (AOCP 160, 1925, No. ?? in Vic), amateur broadcaster, medical assistant, technical assistant, Civilian POW captured at Rabaul, died on board the "Montevideo Maru" when it was torpedoed and sunk en route from Rabaul to Hainan, where Thomas was destined for forced labour. * [[/Trevor Elliott Evans|Evans, Trevor Elliott]] [https://www.familysearch.org/tree/person/details/GZJQ-GRC] - 1903(Vic)-1979(Vic) - 3KD Receive Melbourne (East Brunswick, 1922-1924), 3RK Melbourne (East Brunswick, 1925-1933; Pascoe Vale, 1937-1939), amateur operator (AOCP 159, 1925, No. ?? in Vic), amateur broadcaster, electrician (East Brunswick, 1931), contractor (Pascoe Vale, 1972) * [[/Trevor Frederick Evans|Evans, Trevor Frederick]] [https://www.familysearch.org/tree/person/details/L292-N4L] - 1902(NSW)-1978(NSW) - 2NS Blayney (1925-1929), 2NS Bathurst (1930-1939, 1946-1975+), amateur operator (AOCP 113, 1925, No. ?? in NSW), amateur broadcaster, broadcast engineer (BOCP 19, 1936) (2BS) ===''EVERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Every|Every, George Edward]] [https://www.familysearch.org/tree/person/details/LDSS-VT4] - 1894(Eng)-1961(Vic) - Licences: 7GE Hobart (1931); 3GE Queenscliff (1937-1939); 3GE Balcombe (1947-1948); 3GE Carrum (1954-1956); 3GE Bonbeach (1960-1969+) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military instructor; WW1 (UK) - Electoral Rolls: silver mounter (Ivanhoe, Vic, 1919); soldier (Launceston, 1922; Hobart South, 1922); military instructor (Hobart South, 1928); soldier (Queenscliff, Vic, 1935-1937); military officer (Albury, NSW, 1943; Victoria Park, Qld, 1949); clerk (Frankston, 1949); accountant (Carrum, 1954) ===''EWING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Thomson Ewing|Ewing, Thomas Thomson]] - 1856(NSW)-1920(NSW) - state politician (NSW MLA), federal politician (MHR, acting Postmaster-General) ===''EXTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Walter Exton|Exton, George Walter]] [https://www.familysearch.org/tree/person/details/K8QY-5XH] - 1882(NSW)-1970(Qld) - Licences: 2CZ Lismore (1922-1930) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast proprietor and engineer (2XN Lismore) - Electoral Rolls: electrician (Lismore, NSW, 1930-1963); retired (Saddlers Crossing, Qld) =='''F'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''FABER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Thomas Faber|Faber, William John Thomas "Bill"]] - 19??(???)-1976(Qld) - 4WF Ayr (-1938+), Brisbane (Kedron, -1948-1949+) , amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''FAGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Reginald Joseph Fagan|Fagan, William Reginald Joseph "Reg"]] [https://www.familysearch.org/tree/person/details/KLF3-QPM] - 1883(NSW)-1944(NSW) - Licences: 2RJ Receive Mandurama (1922); 2RJ Mandurama (1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio station (director, 2SM) - Electoral Rolls: grazier (Mandurama, 1913-1943) ===''FAIRHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allen Fairhall|Fairhall, Allen]] [https://www.familysearch.org/tree/person/details/LZB3-PKT] – 1909(NSW)-2006(NSW) – Licences: 2KB Newcastle (Hamilton, 1928–1929; New Lambton, 1930–1931; Cooks Hill, 1933–1934; City, 1935; Cooks Hill, 1937; City, 1938–1939; Hamilton, 1946–1961; City, 1965-1980+); 2AKL Paterson (1948–1958) – Qualifications: AOCP 391, 1928, No. ?? in NSW; AOLCP 23, 1930 – amateur operator, amateur broadcaster, proprietor 2KO Newcastle, WW2 – Electoral Rolls: radio engineer (New Lambton, 1931–1932); manager (Newcastle, 1933–1949); primary producer (Trevallyn, 1954); M.H.R. (Newcastle, 1958); member of parliament (Newcastle, 1963–1968); manager (Newcastle, 1972–1980) - [[w:Allen Fairhall|Wikipedia]] ===''FALCONER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Illman Falconer|Falconer, Charles Illman]] [https://www.familysearch.org/tree/person/details/GZK9-PJ6] – 1885(Vic)-1962(NSW) – Receive (Valve) Melbourne (Canterbury, 1923–1924), 3CF Melbourne (East Malvern, 1925–1926; Canterbury, 1927; Surrey Hills, 1931–1939, 1946–1954), 2AUF Terrigal (1955–1961), amateur operator (AOCP 204, 1925, No. ?? in Vic), amateur broadcaster, engineer (Clifton Hill, 1909), mechanic (Fitzroy, 1914), engineer (Canterbury, 1915–1949), retired (Terrigal, 1958–1963) ===''FALLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyle Clifford Falls|Falls, Lyle Clifford]] [https://www.familysearch.org/tree/person/details/GDLC-1VR] - 1899(Vic)-1945(Vic) - Licences: 3DL Receive Melbourne (Caulfield, 1922); 3DL Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: student (Caulfield, 1924-1925); instructor (Kew, 1926-1943) ===''FANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Fanning nee Harriss, Dorothy Winnifred – see Harriss, Dorothy Winnifred (Fanning) ===''FANSHAWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Dalrymple Fanshawe|Fanshawe, Arthur Dalrymple]] [https://www.familysearch.org/tree/person/details/GM7D-QY6] – 1847(Eng)-1936(Eng) – Admiral of UK Fleet, Commander-in-Chief Australia Station – Links: [[w:Arthur Dalrymple Fanshawe|Wikipedia]] ===''FARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell George Farmer|Farmer, Maxwell George]] [https://www.familysearch.org/tree/person/details/GXG1-SHR] - 1916(SA)-1991(SA) - Licences: 5GF Adelaide (Knoxville, 1933-1939; North Norwood, 1947-1948; Adelaide City, 1954-1956; Plympton, 1960-1980+); 5GY Portable Adelaide (Knoxville, 1938-1939) - Qualifications: cc; AOCP 1217, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Knoxville, SA, 1939-1943) ===''FARRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Howard Farrell|Farrell, John Howard]] [https://www.familysearch.org/tree/person/details/GXWT-CJT] - 1913(Qld)-1975(Qld) - Licences: 4WJ Brisbane Windsor, 1933-1939; Chermside, 1946-1948); 4WJ Quilpie (1954-1960); 4WJ Somerset Dam (1965-1975) - Qualifications: cc; AOCP 1103, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Windsor, 1936-1937); electrical engineer (Chermside, 1943-1949; Quilpie, 1954-1958); superintendent (Somerset Dam, 1963-1972) ===''FAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Harold Faul|Faul, Albert Harold]] [https://www.familysearch.org/tree/person/details/GZTD-S74] – 1907(NSW)-1979(NSW) – Licences: Receive Melbourne (St Kilda, 1923–1924); 3AH Melbourne (St Kilda, 1926–1927) – Qualifications: AOCP 288, 1926, No. ?? in Vic – amateur operator, amateur broadcaster – Electoral Rolls: student (St Kilda, 1931–1934); lecturer (Camberwell, 1936); engineer (Bellevue Hill, 1936–1937; Camberwell, 1943); company director (Killara, 1949–1977) ===''FAULKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Wollas Faulks|Faulks, Richard Wollas "Wol"]] [https://www.familysearch.org/tree/person/details/LCD3-BQ3] - 1902(NSW)-1978(NSW) - Licences: 2WF Sydney (Ashfield, 1929-1931; Hurlstone Park, 1933; Canterbury, 1934-1939) - Qualifications: AOCP 557, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Ashfield, 1930; Canterbury, 1933-1977) ===''FAWKNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Pascoe Robert Fawkner|Fawkner, Ernest Pascoe Robert]] [https://www.familysearch.org/tree/person/details/GDYB-YKW] - 1901(Tas)-1954(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: manager (Kings Meadows, 1928); furniture manufacturer (South Launceston, 1936) ===''FEENAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Leo Michael John Feenaghty|Feenaghty, Leo Michael John]] [https://www.familysearch.org/tree/person/details/LYG2-RMT] - 1900(Qld)-1997(Qld) - Licences: 4LJ Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 291, 1926, No. 28 in Qld - amateur operator; amateur broadcaster; radio club administrator; state public servant - Electoral Rolls: public servant (Wooloowin, 1925-1931); assistant secretary (Ashgrove, 1936-1958); public servant (Highgate Hill, 1963); retired (Isle of Capri, 1972-1980) ===''FELDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Feldman|Feldman, John Frederick Jnr]] [https://www.familysearch.org/tree/person/details/GZNZ-5DH] - 1905(Vic)-1987(Vic) - 3QH Receive Geelong (South Geelong, 1923-1924), 3QH Geelong (South Geelong, 1925-1939), amateur operator (AOCP 140, 1925, No. ?? in Qld), amateur broadcaster, bricklayer ===''FELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Frederick Fell|Fell, Evan Frederick]] [https://www.familysearch.org/tree/person/details/GXH4-FTW] - 1914(Qld)-1994(Qld) - Licences: 4EF Brisbane (Ashgrove, 1932-1939); 4EF Barcaldine (1946-1948); 4EF Mackay (1954-1955); 4EF Brisbane (Ashgrove, 1956; Bardon, 1960-1980+) - Qualifications: cc; AOCP 978, 1932, No. ?? in Qld; AOLCP 175, 1934 - amateur operator; amateur broadcaster; WW2; state public servant (inspector); property developer - Electoral Rolls: clerk (Ashgrove, Qld, 1936-1943); engineer (Townsville, Qld, 1949; Mackay, Qld, 1954); public servant (Bardon, Qld, 1958-1977) ===''FELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/L. C. Fells|Fells, L. C.]] - 19??(???)-19??(???) - Licences: 3DL Melbourne (Caulfield, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''FELTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Felton|Felton, William Robert]] [https://www.familysearch.org/tree/person/details/G8M5-C2J] - 1897(NSW)-1956(NSW) - Licences: 2RF Sydney (Petersham, 1927-1929; Belmore, 1930-1939, 1946-1956); 2RT Sydney (Kogarah, 1937) - Qualifications: AOCP 366, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: radio engineer (Belmore, 1930-1934); engineer (Belmore, 1936-1937); soldier (Belmore, 1943); radio technician (Belmore, 1949-1954) ===''FERGUSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Angus Ferguson|Ferguson, Colin Angus]] [https://www.familysearch.org/tree/person/details/L1DH-9KM] - 1917(SA)-2009(SA) - Licences: 5CJ Mt Gambier (1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1994, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Mt Gambier, SA, 1939-1943) * [[/Cyril E. Ferguson|Ferguson, Cyril E.]] - 1893(NZ)-19??(???) - commercial operator (1COCP 2, 1914, No. 2 in Aus) - coastal station operator? ===''FERRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Walter Cecil Ferrall|Ferrall, Edgar Walter Cecil]] [https://www.familysearch.org/tree/person/details/GQMF-G97] - 1898(Tas)-1971(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Launceston, 1919-1949); inspector (Kingston Beach, 1954) ===''FERRICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Bernard Ferricks|Ferricks, Michael Bernard "Bernie"]] [https://www.familysearch.org/tree/person/details/L58X-S4X] - 1914(Qld)-1992(Qld) - Licences: 4UW Brisbane (Fortitude Valley, 1935-1939) - Qualifications: cc; AOCP 1471, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Valley, Qld, 1936-1937); chemist (Northgate, Qld, 1949-1977); retired (Cairns, Qld, 1980) ===''FIEDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Victor Fiedler|Fiedler, Leslie Victor]] [https://www.familysearch.org/tree/person/details/KHNW-3JZ] - 1906(SA)-1969(WA) - Licences: 5SL Adelaide (Woodville, 1927-1933), 5SL Moonta (1937-1939) - Qualifications: cc; AOCP 353, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Henley, 1939-1943); theatre manager (Belmont, 1949); film exhibitor (Mt Lawley, 1958); company director (Mt Lawley, 1963-1968) ===''FIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph William Field|Field, Ralph William]] [https://www.familysearch.org/tree/person/details/G86V-Q5T] - 1915(Vic)-2007(Vic) - Licences: 3RF Melbourne (Caulfield, 1930-1939; Ormond, 1946-1948); 3LJ Melbourne (Ormond, 1954-1960) - Qualifications: AOCP 599, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: compositor (Caulfield, 1937); machinist (Bentleigh, 1942-1977) ===''FILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Crawford Files|Files, Jack Crawford]] [https://www.familysearch.org/tree/person/details/GXWG-JWJ] - 1907(Qld)-1967(Qld) - Licences: 4JF Brisbane (Buranda, 1932-1935; Coorparoo, 1936-1939; Buranda 1946-1965) - Qualifications: cc; AOCP 1055, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, QSL manager); journalist (Teleradio, WIA Notes); accountant - Electoral Rolls: sheet metal worker (Buranda, Qld, 1931-1934; Coorparoo, Qld, 1936-1937); metal worker (Buranda, Qld, 1943-1963) ===''FILMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Le Roy Drowley Filmer|Filmer, Le Roy Drowley]] [https://www.familysearch.org/tree/person/details/GZNF-2Z7] - 1902(NSW)-1976(NSW) - 2FT Newcastle (Toronto, 1925-1930; Hamilton South, 1931), amateur operator (AOCP 148, 1925, No. ?? in NSW), amateur broadcaster, metallurgist ===''FINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Edward Finch|Finch, Alan Edward]] [https://www.familysearch.org/tree/person/details/G6M4-987] - 1915(Tas)-1974(Vic) - Licences: 7CJ Launceston (Mowbray Heights, 1935-1939); 7CJ Hobart (New Town, 1946-1954); 7CJ Kelso (1955-1956); 3AEO Shepparton (1960-1975) - Qualifications: cc; AOCP 1575, 191935, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (St Leonards, 1936-1937); mechanic (New Town, 1943-1954); public servant (Radio Australia, Shepparton, Vic, 1963-1968); technician (Shepparton, 1972) ===''FINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Warren Finn|Finn, Leonard Warren]] [https://www.familysearch.org/tree/person/details/GX2K-4P6] - 1914(SA)-1999(SA) - Licences: 5SP Adelaide (Seaton Park, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1671, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Seaton Park, SA, 1939-1943) ===''FINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Finney|Finney, William "Bill"]] [https://www.familysearch.org/tree/person/details/GDVD-W2H] - 1881(Qld)-1954(Qld) - Licences: 4AU Brisbane (Red Hill, 1923-1925); 4WF Brisbane (Red Hill, 1926-1929) - Qualifications: cc; CPRT 845, 1925; 2COCP 307, 1940 - amateur operator; amateur broadcaster; radio club (WIAQ); honorary radio inspector - Electoral Rolls: telegraph operator (Red Hill, 1903-1905); telegraphist (New Farm, 1908; Newmarket, 1909; Red Hill, 1913-1937; East Nundah, 1949; Wooloowin, 1954) ===''FISHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Hugh Fisher|Fisher, Douglas Hugh]] [https://www.familysearch.org/tree/person/details/GD15-N13] - 1913(Vic)-1978(Tas) - Licences: 7AB Launceston (1934-1939); 7AB Burnie (1946-1948); 7AB Devonport (1954-1955); 7AB Lenah Valley (1956); 7AB Zeehan (1960); 7AB Oatlands (1965-1969; 7AB Claremont (1975) - Qualifications: cc; AOCP 1373, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: father of 7ZEE Neville Grant Fisher - Electoral Rolls: clerk (Launceston, 1936); bank clerk (Launceston, 1937; Burnie, 1943-1949; Devonport, 1954) ===''FISK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Thomas Fisk|Fisk, Ernest Thomas]] - 1886(Eng)-1965(NSW), 2EF Sydney (Lindfield, 1933-1939), early wireless experimenter, amateur radio operator (pre AOCP, no record of AOCP, AOCP 1055, 1932, No. ?? in NSW), broadcast and radiocommunications business proprietor (AWA), operated prior to 1933 under various AWA callsigns, 2MC in 1928 was licensed to his residence at Vaucluse - Links: [https://adb.anu.edu.au/biography/fisk-sir-ernest-thomas-6177 ADB] [http://messui.polygonal-moogle.com/valves/NW198906.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198907.pdf EA2] ===''FITCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campbell Fitchett|Fitchett, John Campbell]] [https://www.familysearch.org/tree/person/details/LDQJ-K7W] - 1900(Vic)-1939(Vic) - Licences: XJDM Melbourne (Balwyn, 1913-1914); 3BL Melbourne (Balwyn, 1922-1925; Brighton, 1926-1939) - Qualifications: cc; CPRT 609, 1921 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: journalist (Brighton, 1928-1937) - TroveTag: "XJDM-3BL - John Campbell Fitchett" ===''FITTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Stephen Luther Fittell|Fittell, Stephen Luther "Steve"]] [https://www.familysearch.org/tree/person/details/GCN9-KRT] - 1910(Qld)-1999(Qld) - Licences: 4JO Gympie (1929-1939); 4YF Gympie (1975-1980+) - Qualifications: cc; AOCP 487, 1929, No. ?? in Qld; 2COCP 280, 1930 - amateur operator; amateur broadcaster; member radio club (WIAQ, Gympie ARC); commercial broadcaster (4GY) - Electoral Rolls: radio specialist (Gympie, 1937); radio dealer (Gympie, 1943-1980) ===''FITZALAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Albini Lawrence Fitzalan|Fitzalan, Herbert Albini Lawrence "Hal"]] - 19??(???)-1951(Qld) - 4HF Brisbane?, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, Halcyon (not mentioned) ===''FITZGERALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Francis Fitzgerald|Fitzgerald, Eric Francis]] [https://www.familysearch.org/tree/person/details/G84F-Z7H] - 1907(Qld)-1978(NSW) - Licences: 2EA Sydney (Bellevue Hill, 1928-1929; Burwood, 1930-1931; Pagewood, 1931; Abbotsford, 1931; Bellevue Hill, 1933-1937; Waverley, 1938-1939); 2AAO Sydney (Chatswood, 1950-1961) - Qualifications: AOCP 467, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woolahra, 1930-1931); salesman (Coogee, 1937); clerk (Chatswood, 1943-1977) * [[/Patrick Michael Anthony Fitzgerald|Fitzgerald, Patrick Michael Anthony "Pat"]] [https://www.familysearch.org/tree/person/details/G33Q-6K9] - 1908(Qld)-1988(Qld) - Licences: 4PF Rockhampton (1936-1939) - Qualifications: cc; AOCP 1802, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rockhampton, Qld, 1930); public servant (Rockhampton, Qld, 1931-1968); clerk (Corinda, Qld, 1972-1977); retired (Emu Park, Qld, 1980) ===''FITZGIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard John Fitzgibbons|Fitzgibbons, Richard John]] [https://www.familysearch.org/tree/person/details/GXXN-QPG] - 1893(Qld)-1969(Qld) - Licences: 4DV Receive Brisbane (Ascot, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: locomotive fitter (Maryborough, Qld, 1916-1919); engine fitter (Ascot, Qld, 1921-1968) ===''FITZMAURICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Simcoe Fitzmaurice|Fitzmaurice, James Simcoe]] [https://www.familysearch.org/tree/person/details/GDKS-KCF] - 1861(Vic)-1934(SA) - Licences: XYB Perth (1913-1914); 5FT Adelaide (North Walkerville, 1923-1933) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; PMGD (State Engineer, WA & SA); MIEE, AMIEE - Electoral Rolls: electrical engineer (Claremont, 1914-1916) ===''FLAHERTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Thomas Holm Flaherty|Flaherty, Gordon Thomas Holm]] [https://www.familysearch.org/tree/person/details/G6Q2-C9T] - 1900(Vic)-1967(Qld) - Licences: 4CB Receive Brisbane (South Brisbane) - Qualifications: cc; Nil yet identified - amateur receiver; WW2; federal public servant (PMGD) - Electoral Rolls: postman (South Brisbane, 1922); telephone mechanic (Buranda, 1925; Coorparoo, 1928); mechanic (Camp Hill, 1936; Beaudesert, 1937-1943); technician (Camp Hill, 1949-1963) ===''FLETCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Fletcher|Fletcher, Austin]] [https://www.familysearch.org/tree/person/details/LZKQ-2QR] - 1891(Eng)-1922(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 128, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: wireless engineer (Roebourne, 1913); radio operator (Esperance, 1916-1917); wireless operator (Roebourne, 1917-1918); telegraphist (Oakleigh, 1921) ===''FLOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Flood|Flood, Arthur George]] [https://www.familysearch.org/tree/person/details/G6BF-HPG] - 1883(Eng)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 238, 1916; 2COCP 415, 1932; 1COCP 348, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIL Flinders Island (1917-1918) - Electoral Rolls: engineer (Emita, Flinders Island, Tas, 1914-1919); radio telegraphist (Thursday Island, 1925; Meeandah, Qld, 1928; Eagle Farm, Qld, 1936-1937; Cooktown, Qld, 1943); retired (Cairns, 1954-1958; Eventide Home, Charters Towers, 1963) ===''FOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Lillico Fogg|Fogg, Hugh Lillico]] [https://www.familysearch.org/tree/person/details/GW8N-KRZ] - 1900(Tas)-1975(WA) - Licences: 6HF Perth (Mt Lawley, 1931-1939); 5HF Mt Barker (1947-1948); 3AHF Benalla (1954-1960); 6HF Perth (Inglewood, 1965-1975) - Qualifications: cc; AOCP 787, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Perth, WA, 1931); clerk (Maylands, WA, 1936); bank officer (Maylands, WA, 1943); manager (ANZ Bank, Benalla, Vic, 1954); retired (Inglewood, WA, 1963-1972) ===''FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry James Bartholomew Foley|Foley, Henry James Bartholomew]] [https://www.familysearch.org/tree/person/details/G8QZ-5SV] - 1886(NSW)-1954(NSW) - Licences: Sydney (Randwick, 1911) - Qualifications: pre AOCP - early wireless experimenter - Electoral Rolls: clerk (Randwick, 1913); merchant (Drummoyne, 1930-1954) ===''FOLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Ulrich Francis Folie|Folie, Max Ulrich Francis]] [https://www.familysearch.org/tree/person/details/G8VC-Y7F] - 1909(Vic)-1968(Vic) - Licences: 3WZ Melbourne (Hawthorn East, 1930-1933); 3GZ Mildura (1946-1965) - Qualifications: AOCP 682, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Auburn, 1931); radio engineer (Mildura, 1934-1968) ===''FONTAINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Alfred Fontaine|Fontaine, Louis Alfred]] [https://www.familysearch.org/tree/person/details/GMDQ-L2V] - 1894(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT, 1914, No. 3 in Aus and Vic - RANRS; coastal wireless operator (VIG, Port Moresby, 1915-1918) - Electoral Rolls: radio telegraphist (Radio Station, Wyndham, 1918; Geraldton, 1922; Thursday Island, 1934-1936); telegraphist (St Kilda, 1937); radio telegraphist (Malvern, 1942); electrician (Camberwell, 1949) ===''FOOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Foot|Foot, George]] [https://www.familysearch.org/tree/person/details/G6BT-FVF] - 1878(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 36, 1915 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: wireless operator (South Yarra, 1915; St Kilda, 1916-1917); RAN (Balaclava, 1919); tobacconist (Sandringham, 1925); manager (Prahran, 1937); clerk (St Kilda, 1942); retired (Dandenong, 1949-1954) ===''FORECAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Mark Llewllyn Forecast|Forecast, Arthur Mark Llewllyn]] [https://www.familysearch.org/tree/person/details/9HPS-H18] - 1901(Vic)-1986(Vic) - Licences: 3AM Melbourne (Malvern, 1926-1931; St Kilda, 1933; Caulfield, 1937-1939, 1946-1948; The Basin, 1954-1975; Ferntree Gully, 1980+) - Qualifications: AOCP 279, 1926, No. ?? in Vic; AOLCP 141, 1934; BOCP 156, 1938; 1COCP 245, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: biograph operator (Malvern, 1925-1928); projectionist (St Kilda, 1931-1934); biograph operator (Caulfield East, 1937-1942; Glenhuntley, 1949); projectionist (The Basin, 1963-1972); retired (Ferntree Gully, 1977; Knoxfield, 1980) ===''FOREMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Graham Foreman|Foreman, Edgar Graham]] [https://www.familysearch.org/tree/person/details/GD95-36X] - 1908(Qld)-1981(Qld) - Licences: 4GF Ayr (1935-1939); 4GF Townsville (North Ward, 1947-1980+) - Qualifications: cc; AOCP 1577, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Stanton Hill, Qld, 1930); salesman (Ayr, Qld, 1934-1937); procurement specialist (Townsville, Qld, 1949); business proprietor (Townsville, Qld, 1954-1968); proprietor (Townsville, Qld, 1972-1980) ===''FORREST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Forrest|Forrest, John]] - 1847(WA)-1918(???) - state politician, senior federal politician (Postmaster-General 1901, 17 days) ===''FORSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Joseph Forshaw|Forshaw, Charles Joseph]] [https://www.familysearch.org/tree/person/details/GDGW-783] - 1895(Vic)-1961(Vic) - Licences: XJDA Melbourne (Elwood, 1913-1914); V736 Receive Hamilton (1922); 3GQ Receive Hamilton (1922) - Qualifications: cc; Nil yet identifed - early wireless experimenter; amateur receiver; WW1 - Electoral Rolls: bank clerk (Myrtleford, 1917); clerk (Oakleigh, 1924-1937; Gardiner, 1943; Elsternwick, 1949; Glenhuntly, 1954) ===''FORSYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Arthur Forsyth|Forsyth, Royce Arthur]] [https://www.familysearch.org/tree/person/details/GD1R-3S5] - 1917(Tas)-1973(Tas) - Licences: 7BC Launceston (1936-1939) - Qualifications: cc; AOCP 1637, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (Launceston, 1943); teacher (Hobart North, 1944); schoolteacher (Bellerive, 1949-1972) ===''FORSYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Edgar Forsythe|Forsythe, Leonard Edgar]] [https://www.familysearch.org/tree/person/details/GWBY-MTR] - 1894(NSW)-1981(NSW) - Licences: 2BF Receive Sydney (Northbridge, 1922); 2BF Sydney (Northbridge, 1922-1929; Drummoyne, 1930-1933; Snapper Island, 1934-1939) - Qualifications: cc; AOCP 40, 1924, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: flagmaker (Northbridge, 1930-1949); department manager (Drummoyne, 1958); ship's chandler (Drummoyne, 1963-1980) ===''FORTESCUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fortescue|Fortescue, Charles]] [https://www.familysearch.org/tree/person/details/LD8X-GQ7] - 1893(Qld)-1971(Qld) - Licences: 4GE Toowoomba (1922-1924); 4CF Toowoomba (1925-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military (CMF, Colonel); WW2; jeweller - Electoral Rolls: jeweller (Toowoomba, 1913-1958); nil (Toowoomba, 1963-1968) ===''FOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Foster|Foster, Ernest John "Ernie"]] - 1914(Qld)-1967(Qld) - 4BY Brisbane, amateur operator (no record of AOCP; AOCP ??, 19??, No. ?? in Qld), broadcast engineer (4MB, 4BU), military (WW2, RAAF) * [[/James Foster|Foster, James]] [https://www.familysearch.org/tree/person/details/GX2Z-27G] - 1915(SA)-1998(SA) - Licences: 5TX Adelaide (North Kensington, 1933-1939); 5LU Adelaide (Dulwich, 1947-1948; Oaklands, 1954-1965; Marion, 1969-1980+) - Qualifications: cc; AOCP 1140, 1933, SA; 1COCP 1046, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (Frewville, SA, 1943) ===''FOURRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Fourro|Fourro, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/G4D1-YRR] - 1906(NSW)-1978(ACT) - Licences: 2VF Corowa (1930-1936) - Qualifications: AOCP 703, 1930, NSW; AOLCP 165, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Narrandera, 1930); telephone mechanic (Corowa, 1931-1935); wireless mechanic (Corowa, 1936); mechanic (Brighton-le-Sands, 1937); foreman mechanic (2CY Canberra, 1943-1954); supervising technician (2BA Bega, 1958-1963); technician (Merimbula, 1968-1972) ===''FOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Malcolm Fowles|Fowles, Gordon Malcolm]] [https://www.familysearch.org/tree/person/details/G8H2-RC9] - 19??(???)-19??(???) - Licences: 3GF Melbourne (Elwood, 1929-1931); 3AMF Melbourne (Wheeler's Hill, 1948-1960; Avonsleigh, 1965-1969); 3AMF Cowes (1975) - Qualifications: AOCP 490, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: panel beater (Albert Park, 1943; Hamilton, 1949); farmer (Avonsleigh, 1968); retired (Cowes, 1972) ===''FOX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Fox|Fox, William George]] [https://www.familysearch.org/tree/person/details/G6BY-J5Z] - 1886(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 106, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Comment: several contemporaneous WG Fox; Electoral Rolls: Nil yet identified ===''FOXCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Foxcroft|Foxcroft, Allan]] [https://www.familysearch.org/tree/person/details/GFQS-K5P] - 1921(WA)-2008(Vic) - Licences: 6AF Perth (Victoria Park, 1937-1939); 3AE Melbourne (Caulfield, 1947-1980+) - Qualifications: cc; AOCP 1859, 1937, WA; 1COCP 506, 1941 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: technician (Caulfield, Vic, 1949-1963); engineer (Caulfield, Vic, 1967-1980) ===''FRAME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vivian Horace Frame|Frame, Vivian Horace]] [https://www.familysearch.org/tree/person/details/GHQ1-4QT] - 1899(Qld)-1959(Qld) - Licences: Receive (Valve) Mareeba (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: draftsman ( Brisbane City, Qld); public works officer (Mareeba, Qld, 1922); architect (Brisbane City, Qld, 1925-1928; Sandgate, Qld, 1936-1937; Virginia, Qld, 1949-1954; Norman Park, Qld, 1958) ===''FRANK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kendall Thomas Frank|Frank, Kendall Thomas]] [https://www.familysearch.org/tree/person/details/G8N2-TGZ] - 1904(WA)-1951(Qld) - Licences: Nil yet identified - Qualifications: CPRT 921, 1926; 2COCP 289, 1930; 1COCP 64, 1935 - ship wireless operator (AWA), coastal wireless operator, amateur operator?, broadcast engineer (4PM) - Electoral Rolls: radio engineer (Lakemba, 1943) - [https://adb.anu.edu.au/biography/frank-kendall-thomas-10236 ADB] ===''FRANZI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Franzi|Franzi, William Ronald "Bill" (formerly Emilio Stefan)]] - 1909(Italy)-19??(SA) - 4FR Atherton (1938-1939), 5FR Adelaide (Da Costa Park, 1946-1965; Glenelg East, 1969-1975), 5VK American Beach (1975-1980), amateur operator (AOCP 2192, 1938, No. ?? in Qld), amateur broadcaster, radio clubs (IREE), military (RAAF), employment (radio technician) ===''FRASER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Douglas Fraser|Fraser, James Douglas]] [https://www.familysearch.org/tree/person/details/G8NS-MQ3] - 1900(NSW)-1956(NSW) - Licences: 2JF Quirindi (1930-1935) - Qualifications: AOCP 637, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical engineer (Quirindi, 1930-1943); engineer (Picton, 1949-1954) * [[/H. Fraser|Fraser, H.]] - 19??(???)-19??(???) - 2JC Tamworth (1924-1925), amateur operator (no record of AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster * [[/Henry George Fraser|Fraser, Henry George]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 1001, 1932, No. ?? in ?? - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet identified, at least two HGF engineers ===''FRAZER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Frazer|Frazer, Charles Edward "Charlie"]] - 1880(Vic)-1913(Vic) - politician (Postmaster-General, 1911-1913) ===''FREEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Freeman|Freeman, Arthur Charles]] [https://www.familysearch.org/tree/person/details/G8ZL-4F7] - 19??(???)-1971(NSW) - Licences: 2AS Sydney (Burwood, 1929-1939; Ashfield, 1946-1958; Cheltenham, 1960-1969) - Qualifications: AOCP 544, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: packer (Newtown, 1930-1931; East Sydney, 1933-1935); engineer (Burwood, 1936-1937; Ashfield, 1943-1958; Cheltenham, 1963-1968) - individual not fully identified * [[/L. Freeman|Freeman, L.]] - 18??-19?? - Licences: XQB Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''FREESTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Roy Freestone|Freestone, Leslie Roy]] [https://www.familysearch.org/tree/person/details/LRCK-NB5] - 1896(Vic)-1982(Vic) - Licences: 3LF Ballarat (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Ballarat, 1916-1920); commercial traveller (Ballarat, 1921-1936); traveller (Brighton, 1937-1954); nil (Geelong, 1977-1980) ===''FRETTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/O'Della Paul Fretten|Fretten, O'Della Paul "Paul"]] [https://www.familysearch.org/tree/person/details/G845-BQH] - 1894(Eng)-1977(Vic) - Licences: 2RU Sydney (Concord, 1928-1930) - Qualifications: AOCP 460, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Concord, 1930; Strathfield, 1933); foreman (Lane Cove, 1936-1937); public servant (St Kilda, 1943); cafe proprietor (Melbourne, 1949); sales manager (St Kilda, 1963); instructor (Brighton, 1967-1968); retired (Malvern East, 1972; Fitzroy North, 1977) ===''FREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Samuel Vernon Frew|Frew, Geoffrey Samuel Vernon]] [https://www.familysearch.org/tree/person/details/G87N-ZC1] - 1909(Vic)-1984(Vic) - Licences: 3PM Melbourne (Glen Iris, 1928-1933; Brighton, 1937-1939, 1946-1956); 3PL Melbourne (Brighton, 1960); 3JK Melbourne (Brighton, 1969); 3PM Melbourne (1975-1980+) - Qualifications: AOCP 402, 1928, No. ?? in Vic; AOLCP 66, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1933); manager (Brighton, 1936-1937); engineer (Footscray, 1943; Brighton, 1949-1980) ===''FRIAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Owen Friar|Friar, Archibald Owen]] [https://www.familysearch.org/tree/person/details/G4LQ-LGV] - 1905(NSW)-1963(NSW) - Licences: 2AO Ulmarra (1929-1931); 2AO Grafton, 1933-1939) - Qualifications: AOCP 504, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chainman (Ulmarra, 1930-1937); garage proprietor (South Grafton, 1943-1963) ===''FROGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard James Frogley|Frogley, Gerard James]] [https://www.familysearch.org/tree/person/details/G7K7-JNM] - 1902(Eng)-1977(Eng) - Licences: 3GF Melbourne (Richmond, 1926-1927) - Qualifications: AOCP 240, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (East Melbourne, 1924); battery mechanic (Richmond, 1925-1931) ===''FRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Turner Fry|Fry, Alfred Turner]] [https://www.familysearch.org/tree/person/details/GDRX-2SL] - 1881(NSW)-1928(Vic) - Licences: 7BG Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: metallurgist (Ballarat, 1917; Queenstown, Tas, 1919-1922; Sandringham, 1924-1927) * [[/Reginald Hall Fry|Fry, Reginald Hall]] [https://www.familysearch.org/tree/person/details/GZ6Y-9WN] - 1891(NSW)-1976(NSW) - Licences: 2KC Sydney (Croydon, 1922-1929; Killara, 1930-1933); 2KC Parkes (1934); 2KC Goulburn (1935-1936); 2KC Wollongong (1937-1939) - Qualifications: cc; AOCP 86, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil engineer (Gordon, 1930; Killara, 1933; Goulburn, 1935-1936; Wollongong, 1937; Killara, 1943-1968); engineer (Killara, 1972) ===''FRYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Norman Fryer|Fryer, Keith Norman]] [https://www.familysearch.org/tree/person/details/G3KH-TZ8] - 1906(Vic)-19??(???) - Licences: 2KF Sydney (Suspension Bridge, 1927-1928) - Qualifications: AOCP 332, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Neutral Bay, 1930-1931; Northbridge, 1934; North Sydney, 1936; Mosman, 1943-1949) ===''FULCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/J. Fulcher|Fulcher, J.]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, (Halcyon, P. 4) ===''FYSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Oakley Fysh|Fysh, Philip Oakley]] [https://www.familysearch.org/tree/person/details/LHNP-534] - 1835(Eng)-1919(Tas) - state politician (MLC Tas, 1860s through 1890s; MHA Tas 1870s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1903-1904) - Relationships: grandfather of 7PF Philip Oakley Fysh * [[/Philip Oakley Fysh|Fysh, Philip Oakley "Phil"]] [https://www.familysearch.org/tree/person/details/L2YS-4ZR] - 1897(Tas)-1966(Tas) - Licences: 7PF Launceston (1925-1927) - Qualifications: cc; AOCP 128, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; radio clubs (Launceston Radio Experimenters' Club, WIA Launceston); WW2 - Relationships: grandson of Philip Oakley Fysh, federal Postmaster-General 1903-1904 - Electoral Rolls: merchant (Launceston, 1922-1954) =='''G'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''GABBERTAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Gabbertas|Gabbertas, Jack]] [https://www.familysearch.org/tree/person/details/GF9C-2W7] - 1915(Eng)-2003(WA) - Licences: 6GB Perth (Maylands, 1936-1939; Mt Hawthorn, 1947-1980+) - Qualifications: cc; AOCP 1810, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, WA, 1937; East Perth, WA, 1943); mechanic (Mt Hawthorn, WA, 1949-1980) ===''GADSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Wilkinson Gadsden|Gadsden, Stanley Wilkinson]] [https://www.familysearch.org/tree/person/details/GM38-WZ2] - 1887(Vic)-1957(Vic) - Licences: 3SW Melbourne (Kew, 1924-1939) - Qualifications: AOCP 26, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; radio clubs (WIA Vic, Chief of Council, 1926); placed 2nd in 3LO amateur broadcasting competition 1926 - Electoral Rolls: printer (Kew, 1908-1915); manufacturer (Kew, 1917-1954) ===''GALLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Galle|Galle, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/GX2P-KXN] - 1912(SA)-2008(SA)96yo - Licences: 5QR Adelaide (Prospect, 1931-1939, 1947-1948; Enfield, 1954-1980+) - Qualifications: cc; AOCP 834, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Jabuk, SA, 1939-1941); schoolteacher (Tailem Bend, SA, 1943) ===''GAMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ray Gamble|Gamble, William Ray "Ray"]] - 1928(NSW)-2011(NSW) - broadcast engineer (BOCP 961, 1948), station manager, radio network principal [https://radioinfo.com.au/news/vale-ray-gamble Radio Info] ===''GAMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Gamon|Gamon, George Arthur]] - 1900(Vic)-1977(???) - 3GG Melbourne (South Yarra, 1925-1926; Middle Park, 1927), amateur operator (AOCP 89, 1925, No. ?? in Vic), amateur broadcaster ===''GARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Garing|Garing, William Henry]] [https://www.familysearch.org/tree/person/details/G8WV-2YG] - 1910(Vic)-2004(NSW) - Licences: Nil identified - Qualifications: AOCP 431, 1928, No. ?? in Vic - amateur operator? - Electoral Rolls: cadet (Point Cook, 1931-1934); airman (Point Cook, 1937); RAAF officer (Townsville, 1943; Point Cook, Vic, 1958; Williamtown, NSW, 1958); executive director (Turramurra, 1968); director (Turramurra, 1980) ===''GARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Raymond Garner|Garner, Alan Raymond]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: PMG technician! (Frankston, 1963-1980) ===''GARNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Garnett|Garnett, Brian]] - 19??(???)-19??(???) - 4AHN Currimundi, amateur operator (AOCP ??, 19??, No. ?? in Qld), ===''GARRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Randolph Garran|Garran, Richard Randolph]] [https://www.familysearch.org/tree/person/details/K822-L54] - 1903(Vic)-1991(ACT) - Licences: 3AW Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (Toorak, 1924-1925); manager (Semaphore, SA, 1941; Caulfield, Vic, 1954-1980) ===''GARRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Benjamin Walter Garrett|Garrett, Horace Benjamin Walter]] [https://www.familysearch.org/tree/person/details/G7PD-9SV] - 1906(Vic)-1979(Vic) - Licences: 3JI Melbourne (Box Hill, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster - Electoral Rolls: sales (Box Hill, 1928-1934); radio mechanic (Box Hill, 1936); salesman (Box Hill, 1943-1977) ===''GARTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Garth|Garth, Reginald]] [https://www.familysearch.org/tree/person/details/G8DX-47Z] - 1903(Eng)-1959(Tas) - Licences: 2VZ Sydney (Coogee, 1930; Clovelly, 1931-1933; Bankstown, 1934-1936); 4VZ Mackay (1937-1939); 3SF Melbourne (Preston, 1948; Seaford, 1954); 7RG Trevallyn, 1955-1956) - Qualifications: cc; AOCP 584, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Clovelly, NSW, 1930-1933); mechanic (Bankstown, NSW, 1934-1936); electrician (Slade Point, Qld, 1937-1943; Beaconsfield, Tas, 1958) ===''GAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Holman Gay|Gay, Augustus Holman]] [https://www.familysearch.org/tree/person/details/G8PF-938] - 1902(Vic)-1984(Vic) - Licences: 3SM Warragul (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Warragul, 1927-1934); engineer (South Yarra, 1936-1954); electrical engineer (Kew, 1963-1980) * [[/Vivian James Gay|Gay, Vivian James]] [https://www.familysearch.org/tree/person/details/LYT8-VJJ] - 1908(NSW)-1999(Qld) - Licences: 2VI Sydney (Chatswood, 1935-1939; North Sydney, 1946-1947; Lane Cove, 1948-1965); 2VI Burradoo (1980+) - Qualifications: cc; AOCP 1510, 1935, NSW - amateur operator; amateur broadcaster - Electoral Rolls: printer (Artarmon, 1930-1937; Chatswood, 1943); master printer (Lane Cove, 1949-1968); printer (Artarmon, 1972); retired (Burradoo, 1977-1980) ===''GEAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Vivian Geake|Geake, Wilfred Vivian]] [https://www.familysearch.org/tree/person/details/GXTF-H1J] - 1893(SA)-1974(SA) - Licences: 5BR Receive Kooringa (1922); 5BR Receive (Murray Bridge, 1923); Receive Murray Bridge (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hillside, SA, 1939) ===''GEDDES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Albert Geddes|Geddes, Frank Albert]] - 1901(NSW)-1922(NSW) - 2GC Sydney (Waverley, 1922, receive only), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), radio clubs (Waverley Radio Club), due to age licence held in name of father Francis G Geddes ===''GEEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Leslie Geeves|Geeves, Philip Leslie "Phil"]] [https://www.familysearch.org/tree/person/details/G88C-Y8Y] - 1917(NSW)-1983(NSW) - radio broadcaster (VK2ME, 2CH, ABC); employment (AWA, 1937-1970s); journalist (SMH); historian (AWA, broadcasting); awards (OAM, 1980) - Electoral Rolls: radio executive (Bexley, 1949-1963); executive (Hurstville South, 1972-1980) ===''GEISEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elizabeth Aileen Geisel|Wallace nee Geisel, Elizabeth Aileen "Betty"]] [https://www.familysearch.org/tree/person/details/GXK7-NJ4] - 1921(SA)-2000(SA) - Licences: 5YL Murray Bridge (1936-1939) - Qualifications: cc; AOCP 1788, 1936, SA; 2COCP 448, 1941; 1COCP 544, 1941 - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: Nil yet identified - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''GEORGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Heinrich Alfred August George|George, Heinrich Alfred August "Henry", "Harry"]] [https://www.familysearch.org/tree/person/details/G387-XZ4] - 1899(Vic)-1968(Vic) - Licences: 3ZP Melbourne (Footscray, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1919-1963) ===''GEORGESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Georgeson|Georgeson, James]] [https://www.familysearch.org/tree/person/details/LTS1-17Q] - 1897(Eng)-1976(Taiwan) - Licences: 5JD Adelaide (Glenelg, 1936-1938); 2AKU Sydney (Neutral Bay, 1939; Granville, 1946-1947; Artarmon, 1948-1954; Lane Cove (1955); Artarmon (1956-1975) - Qualifications: cc; AOCP 1783, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, NSW, 1943); engineer (Artarmon, NSW, 1949-1954); electrical engineer (Artarmon, NSW, 1963-1968); engineer (Artarmon, NSW, 1972) ===''GERAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/James Anselm Geraghty|Geraghty, James Anselm]] [https://www.familysearch.org/tree/person/details/GZVD-VY9] - 1877(???)-1969(Qld) - Licences: 4CS Receive Townsville (1923); 4CS Townsville (1923-1924); 4CS Brisbane (Nudgee, 1924); 4CS Gympie (1924); 4CS Townsville (1925); 4CS Gympie (1925-1927); 2JG Wagga Wagga (1929); 7CB Launceston (1931); 4CB Brisbane (Nudgee, 1933); 4AC Bundaberg (1934) - Qualifications: AOCP 186, 1925, No. 17 in Qld - amateur operator; amateur broadcaster; minister of religion and teacher (Christian Brothers) - Electoral Rolls: teacher (Ballarat, 1906; Gympie, 1909-1913; Dunedin, 1914-1916; South Brisbane, 1919-1925; Tamworth, 1930; Bundaberg, 1934; Ipswich, 1943; Albion, 1949; Gympie, 1954); retired (Boondall, 1958-1968) ===''GIBBON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Foster Gibbon|Gibbon, Thomas Foster]] [https://www.familysearch.org/tree/person/details/G857-MWS] - 1896(Vic)-1965(Vic) - Licences: XJAV Melbourne (Kew, 1913-1914); Receive (Valve) Melbourne (Kew, 1923); 3XZ Melbourne (Kew, 1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: student (Kew, 1919-1925); electrical engineer (Kew, 1928-1954); engineer (Kew, 1963) ===''GIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gibbons|Gibbons, Frederick]] [https://www.familysearch.org/tree/person/details/L2XB-YRJ] - 1907(Wales)-19??(???) - Licences: 2FG Sydney (Neutral Bay, 1926-1930) - Qualifications: AOCP 255, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: no occupation (Neutral Bay, 1930); clerk (Gordon, 1954-1968); director (Turramurra, 1972-1977) ===''GIBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. G. Gibson|Gibson, E. G.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Ormiston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified *[[/Edgar McLean Gibson|Gibson, Edgar McLean]] [https://www.familysearch.org/tree/person/details/GS5W-SM5] - 1877(Qld)-1969(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1925), possibly held on behalf of son Leighton - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radio clubs - Relationships: father of 4AN William Leighton Gibson - Electoral Rolls: electrical engineer (Toowoomba, 1908-1917; Greenslopes, 1922); engineer (Manly, 1936-1937; Hawthorne, 1943-1968) *[[/George Holland Gibson|Gibson, George Holland]] [https://www.familysearch.org/tree/person/details/MXPG-HB4] - 1892(Qld)-1978(Qld) - Licences: XQG Brisbane (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: carpenter (Fortitude Valley, 1915-1917); mechanic (Newmarket, 1919-1928; New Farm, 1937-1943); telephone technician (Bulimba, 1954-1977) * [[/Richard Leslie Gibson|Gibson, Richard Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9QNS-G8V] - 1900(NSW)-1976(NSW) - Licences: 2GH Alstonville (1930-1939) - Qualifications: AOCP 578, 1930, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Alstonville, 1930-1949); retired (Alstonville, 1963-1968; Ballina, 1972) * [[/William Gerrand Gibson|Gibson, William Gerrand]] [https://www.familysearch.org/tree/person/details/LWJY-5G9] - 1869(Vic)-1955(Vic) - Politician, Federal Postmaster-General 1923-1929 [https://adb.anu.edu.au/biography/gibson-william-gerrand-6313 ADB] *[[/William Leighton Gibson|Gibson, William Leighton "Leighton" & "Gibby"]] [https://www.familysearch.org/tree/person/details/GS5W-Q7S] - 1907(Qld)-1995(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1927) - Qualifications: AOCP 73, 1925, No. 7 in Qld - amateur operator; amateur broadcaster; journalist (QRN "Bananalander"); wireless business employee (Phillips Radio) - Relationships: son of 4AN Edgar McLean Gibson - Electoral Rolls: salesman (Manly, Qld, 1936-1937; Camp Hill, Qld, 1943); manager (Balgowlah, NSW, 1949); business executive (Balgowlah, NSW, 1958); regional representative (Palm Beach, Qld, 1963-1980) ===''GIDDINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hudson Giddings|Giddings or Whitney, Albert Hudson]] [https://www.familysearch.org/tree/person/details/GXR4-PDP] - 1914(Vic)-19??(???) - Licences: 5FI Adelaide (Nailsworth, 1935-1937) - Qualifications: cc; AOCP 1556, 1935, SA; 1COCP 102, 1936 - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant, Signals) - Electoral Rolls: PMG employee (Sale, Vic, 1968); technician (Elwood, Vic, 1972); clerk (Hughs, ACT, 1977-1980) - Links: [https://vwma.org.au/explore/people/612780 VWMA] * [[/Albert William James Giddings|Giddings, Albert William James]] [https://www.familysearch.org/tree/person/details/9711-NG3] - 1909(Vic)-1983(Vic) - Licences: 3DG Stratford (1935-1939); 3DG Numurkah (1947-1948); 3DG Lancefield (1954-1969); - Qualifications: cc; AOCP 1574, 1935, SA - amateur operator; amateur broadcaster;; WW2 (RAAF, Warrant Officer) - Electoral Rolls: bank official (Culgoa, Vic, 1931); bank clerk (Pakenham East, Vic, 1934); bank officer (Stratford, Vic, 1936-1937); warrant officer RAAF (Point Cook, Vic, 1942); bank official (Numurkah, Vic, 1949) ===''GILFILLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles Kent Gilfillan|Gilfillan, William Charles Kent]] [https://www.familysearch.org/tree/person/details/GDPF-93Q] - 1869(NSW)-1952(NSW) - Licences: 2AM Receive Sydney (Greenwich, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: independent means (Manly, 1913); soldier (Manly, 1930-1935); no occupation (Redfern, 1937); manufacturer (Mosman, 1943-1949) ===''GILHOOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Forrest Gilhooley|Gilhooley, Joseph Aloysius Forrest]] [https://www.familysearch.org/tree/person/details/GDPF-L6N] - 1877(NSW)-1950(NSW) - Licences: 2AH Receive Sydney (Woollahra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: clerk (Darlinghurst, 1903; Hunters Hill, 1930-1935); traveller (Hunters Hill, 1937-1949) ===''GILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Stewart Gill|Gill, Alan Stewart]] [https://www.familysearch.org/tree/person/details/GH6B-JQ4] - 1907(NSW)-1983(Tas) - Licences: 7AS Launceston (1925-1927) - Qualifications: cc; AOCP 191, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; scientist & engineer (Electrolytic Zinc Co) - Electoral Rolls: research chemist (Hobart Central, 1928; Sandy Bay, 1936-1949); chemist (Hobart South, 1954) * [[/Alfred Wyatt McKenzie Gill|Gill, Alfred Wyatt McKenzie]] [https://www.familysearch.org/tree/person/details/GDBP-B8D] - 1908(NSW)-1959(NSW) - Licences: 2TS Receive Sydney (Killara, 1923); 2TS Sydney (Killara, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: barrister (Killara, 1933-1937; Wahroonga, 1949); soldier (Wahroonga, 1943); airline officer (Wahroonga, 1954-1958) ===''GILLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Rex Gregory Gillett|Gillett, Clarence Rex Gregory]] [https://www.familysearch.org/tree/person/details/GWJC-ZDW] - 1919(SA?)-2020(SA) - prominent MW and SW broadcast DXer (1940-1990), clubs (All Wave All World DX Club, Australian DX Radio Club (SA Branch), South Australian DX Radio Club, Australian Radio DX Club, Southern Cross DX Club, DX Australia, New Zealand Radio DX League) - substantial portion (100+) of QSL collection survives (SSD, NFSA) ===''GILLHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman William Gillham|Gillham, Norman William]] [https://www.familysearch.org/tree/person/details/GMTT-M8V] - 1906(Tas)-1994(Tas) - Licences: Receive Hobart (Sandy Bay, 1923-1924); 7NW Hobart (Sandy Bay, 1925-1927) - Qualifications: cc; AOCP 176, 1925, No. ?? in Tas; CPRT 944, 1927 - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Sandy Bay, 1928); joiner (Queensborough, 1936-1937); builder (Nelson, 1943-1954) ===''GILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Clifford Gillon|Gillon, Peter Clifford]] [https://www.familysearch.org/tree/person/details/GD7M-X53] - 1895(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 99, 1915 - Coastal wireless operator - Electoral Rolls: operator (Bondi, 1934); radio telegraphist (Crow's Nest, NSW, 1936; Cooktown, Qld, 1937; Townsville, 1943); telegraphist (Kensington, NSW, 1949-1954; Cremorne, 1958); radio operator (Cremorne, 1963-1968) ===''GILMOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Stanley Gilmour|Gilmour, Norman Stanley]] [https://www.familysearch.org/tree/person/details/GZZD-PVG] - 1890(Vic)-1962(NSW) - Licences: 2ZU Sydney (Neutral Bay, 1923-1930; Potts Point, 1931; City, 1933-1939; Mosman, 1948-1960) - Qualifications: cc; AOCP 28, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: director (Neutral Bay, 1930); business manager (Darlinghurst, 1931); engineer (Darlinghurst, 1934-1937; Mosman, 1943-1958) ===''GINBEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Haldane Ginbey|Ginbey, Ian Haldane]] [https://www.familysearch.org/tree/person/details/GFM1-73N] - 1913(WA)-1962(WA) - Licences: 6IG Perth (Fremantle, 1938-1939; Bicton, 1947-1948; Attadale, 1954-1960) - Qualifications: cc; AOCP 2084, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (South Fremantle, WA, 1936; Fremantle, WA, 1937; South Fremantle, WA, 1943); salesman (Melville, WA, 1958) ===''GINGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ubitt Victor Ginger|Ginger, Ubitt Victor]] [https://www.familysearch.org/tree/person/details/GS5P-G76] - 1891(NSW)-1943(NSW) - Licences: 2LF Receive Sydney (Mosman, 1922-1923); 2LF Sydney (Mosman, 1922-1924; North Sydney, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; police officer - callsign 2LF to L. R. Filmer, Toronto from Sep 1925, Bracken from 1933 - Electoral Rolls: constable (Chatswood, 1930-1933); police constable (Marrickville, 1934); constable (Naremburn, 1936-1937) ===''GINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Ginn|Ginn, Ernest George]] [https://www.familysearch.org/tree/person/details/GXZC-95C] - 1917(Qld)-2015(Qld) - Licences: 4GE Townsville (1936-1939; 1946-1948); 4GE Brisbane (Hendra, 1955-1980+) - Qualifications: cc; AOCP 1749, 1936, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ), military (WW2, RAAF, AIF); employment (life insurance agent) - Electoral Rolls: salesman (Townsville, Qld, 1943); shop assistant (Windsor, Qld, 1949); salesman (Hendra, Qld, 1954-1980) ===''GIVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/L. James M. Givens|Givens, L. James M. "James"]] [https://www.familysearch.org/tree/person/details/G8LX-7WR] - 1905(Vic)-1957(Vic) - Licences: 3EP Receive Melbourne (Canterbury, 1922-1923); 3EP Melbourne (Canterbury, 1924-1927); 3XY Melbourne (Canterbury, 1931) - Qualifications: cc; CPRT 849, 1925; AOLCP 121, 1933 - amateur operator, amateur broadcaster - Electoral Rolls: wireless officer (Canterbury, 1931-1937; Camberwell, 1943); photographer (Delbridge, 1954) ===''GLASSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Ronald John Glassop|Glassop, Ronald John]] [https://www.familysearch.org/tree/person/details/LBZX-P8N] - 1910(NSW)-1996(Qld) - Licences: 2RF Newcastle (City, 1934-1935; Blackhalls, 1936; Hamilton East, 1937); 4BG Brisbane (Clayfield, 1937-1939); 4BG Maryborough (1947-1969); 4BG North Tamborine (1980) - Qualifications: cc; AOCP 1288, 1934, NSW - amateur operator; amateur broadcaster; WW2; insurance assessor - Electoral Rolls: no occupation (Newcastle, NSW, 1932-1935); clerk (Hamilton, NSW, 1937); insurance inspector (Clayfield, Qld, 1937); insurance secretary (Maryborough, Qld, 1949-1968); retired (Miami, Qld, 1972; Mt Tamborine, Qld, 1977-1980) ===''GLOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Frederick Glover|Glover, Alexander Frederick or Frederick Alexander]] [https://www.familysearch.org/tree/person/details/L246-XZ6] - 1925(Vic)-2001(Vic) - Licences: 3AFG Sale (1948-1980+) - Qualifications: cc; AOCP 2705, 1948, Vic - amateur operator; amateur broadcaster - Electoral Rolls: operator (Sale, 1949); mechanic (Sale, 1954-1980) * [[/Arthur James George Glover|Glover, Arthur James George]] [https://www.familysearch.org/tree/person/details/2MT8-CZ8] - 1907(Vic)-1977(Vic) - Licences: 3AG Melbourne (Box Hill, 1928-1931; Surrey Hills, 1933); 3AG Warrnambool (1937-1939); 3AG Melbourne (Box Hill, 1946-1960; Camberwell, 1965-1975) - Qualifications: cc; AOCP 392, 1928, No. ?? in Vic; CPRT 1129, 1928; 2COCP 153, 1930; 1COCP 29, 1930 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Box Hill, 1931); engineer (Box Hill, 1936); radio engineer (Warrnambool, 1937); engineer (Canterbury, 1943; Box Hill, 1949-1954); automation engineer (Camberwell, 1963-1968); engineer (Camberwell, 1972-1977) * [[/Maurice Glover|Glover, Maurice]] [https://www.familysearch.org/tree/person/details/G8SK-25R] - 1912(Vic)-2003(Tas) - Licences: 7MG Hobart (Sandy Bay, 1938-1939, 1946-1948); 7MG Swansea (1954-1980+) - Qualifications: cc; AOCP 2129, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Nelson, 1943); no occupation (Swansea, 1949; Nelson, 1954) * [[/Maxwell Arthur Glover|Glover, Maxwell Arthur "Max"]] [https://www.familysearch.org/tree/person/details/G8SK-58X] - 1902(Vic)-1982(Vic) - Licences: 3GB Receive Melbourne (Auburn, 1922); 3GB Melbourne (Camberwell, 1924-1925) - Qualifications: No record of AOCP; 3COCP 671, 1948 - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Camberwell, 1924-1934); wool buyer (Toorak, 1935-1936; South Yarra, 1937); director (Malvern, 1949-1980) ===''GLUSKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Gluskie|Gluskie, C. R.]] - 19??(???)-19??(???) - Licences: Receive Hobart (New Town, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''GODDARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Endacott Goddard|Goddard, John Endacott]] [https://www.familysearch.org/tree/person/details/KNBM-L27] - 1914(WA)-1943(Crete) - Licences: 6JG Perth (North Perth, 1935-1939) - Qualifications: AOCP 1427, 1935, WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Fremantle, 1936) - Sacrifice: "Greater love hath no man than this" - Links: [https://aviationmuseumwa.org.au/afcraaf-roll/goddard-john-endacott-406692/ Aviation Museum WA]; [https://anzac.site/greece/crete-operation-thesis-goddard/ Operation Thesis]; [https://www.awm.gov.au/collection/R1703409 AWM Roll of Honour] ===''GOFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Goford|Goford, Thomas William]] [https://www.familysearch.org/tree/person/details/GXZH-W3H] - 1898(Eng)-1986(Qld) - Licences: 4MI Mount Isa (1936-1939) - Qualifications: cc; AOCP 1675, 1936, Qld; BOCP 387, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Mt Isa, Qld, 1937); broadcasting technician (Goonellabah, NSW, 1943); DCA technician (Alice Springs, NT, 1954-1963) ===''GOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Henry Yarburgh Gold|Gold, Clifford Henry Yarburgh or Yarborough "Cliff"]] [https://www.familysearch.org/tree/person/details/L19B-YYC] - 1906(Qld)-1986(Qld) - Licences: 4CG Brisbane (Hill End, 1926-1931); 4CG Toowoomba (1933-1939, 1946-1980+) - Qualifications: AOCP 262, 1926, No. 21 in Qld; AOLCP 186, 1934 - amateur operator, amateur broadcaster, broadcast engineer (4GR) - Electoral Rolls: shop assistant (West End, 1928-1931); radio operator (Toowoomba, 1934); projectionist (Toowoomba, 1936-1963); radio technician (Balmoral, 1968-1977) - Relationships: nephew of 4EG Edward Edwin Gold; also Doug & Geoff * [[/Douglas Edward Gold|Gold, Douglas Edward]] [https://www.familysearch.org/tree/person/details/G8RL-XQB] - 1917(NSW)-1964(Qld) - Licences: Nil yet identified - Qualifications: BOCP 254, 1939 - amateur operator; amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Geoffrey Kilvington Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio technician (Toowoomba, 1943-1949); assistant manager (Toowoomba, 1954-1958) * [[/Edward Edwin Gold|Gold, Edward Edwin "Ted"]] [https://www.familysearch.org/tree/person/details/L13Q-WZV] - 1894(Qld)-1961(Qld) - Licences: 4EG Toowoomba (1924-1939, 1946-1960) - Qualifications: AOCP 7, 1924, No. 1 in Qld - amateur operator; amateur broadcaster; awarded Class B licence for 4GR Toowoomba; commercial broadcast station proprietor (4GR); Relationships: father of Geoffrey Kilvington Gold; uncle of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: mechanic (Toowoomba, 1925-1958) * [[/Geoffrey Kilvington Gold|Gold, Geoffrey Kilvington]] - 1943(Qld)-1971(Qld) - Licences: Nil yet identified - Qualifications: BOCP 2210, 1963; AOLCP 1608, 1964 - amateur operator, amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Douglas Edward Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio broadcaster (Annerley, 1968) ===''GOLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick John Golden|Golden, Patrick John]] [https://www.familysearch.org/tree/person/details/GSFG-R49] - 1893(Ire)-1943(Qld) - Licences: 4PG Brisbane (Wynnum South, 1927) - Qualifications: cc; Nil yet identified (likely UK) - ship wireless operator; amateur operator; amateur broadcaster; radio business proprietor; WW2 - Electoral Rolls: salesman (Wynnum Heights, 1928-1931); radio dealer (Clayfield, 1936-1937); radio operator (Flying boat base, Karumba, 1943) - Sacrifice: "Greater love hath no man than this" ===''GOLDSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Herbert Goldsmith|Goldsmith, Frank Herbert]] [https://www.familysearch.org/tree/person/details/93SX-QL8] - 1895(WA)-1974(WA) - Licences: 6FG Perth (Nedlands Park, 1927-1939) - Qualifications: cc; AOCP 377, 1927, No. ?? in WA - amateur operator; amateur broadcaster; radio journalist - Electoral Rolls: clerk (West Perth, 1917); journalist (Bunbury, 1921-1922; Nedlands, 1925-1949; Roleystone, 1954-1958); retired (Rossmoyne, 1968-1972) * [[/Gordon William Goldsmith|Goldsmith, Gordon William]] [https://www.familysearch.org/tree/person/details/GZWR-BKR] - 1914(SA)-1998(SA) - Licences: 5HM Cowandilla (1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1629, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Cowandilla, SA, 1939-1943) ===''GOLDSWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Goldsworthy|Goldsworthy, William John]] [https://www.familysearch.org/tree/person/details/M4D7-C24] - 1910(Qld)-1950(Qld) - Licences: 4WA Brisbane (Valley, 1934-1939); 4WA Rockhampton (1947-1948)- Qualifications: cc; AOCP 1341, 1934, Qld; 2COCP 1112, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Valley, Qld, 1934-1943); aeradio operator (Rockhampton, Qld, 1949) ===''GOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jasper Claude Golley|Golley, Jasper Claude]] [https://www.familysearch.org/tree/person/details/GXGK-S1F] - 1904(SA)-1958(SA) - Licences: 5JX Adelaide (Glenelg, 1935-1937; Glengowrie, 1938-1939; Seacliff, 1948-1955) - Qualifications: cc; AOCP 1522, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: schoolteacher (Glengowrie, SA, 1939-1941; Seacliff, SA, 1943) ===''GOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Good|Good, Edward Joseph]] [https://www.familysearch.org/tree/person/details/GMS7-P78] - 1864(Vic)-1931(Vic) - Licences: 3HQ Glenrowan (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Taminick, 1903); traveller (Taminick, 1909-1930) ===''GOODE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Russell Goode|Goode, Arthur Russell]] - 1889(Vic)-1971(Vic) - XLK Melbourne (Moonee Ponds, 1913), early wireless experimenter (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), PMGD (telegraphist, Central Office, Melbourne, 1903-1921), Listener-In (journalist; editor), author several books, grandfather of Michael Goode 3BDL * [[/Michael Goode|Goode, Michael]] - 3ZYY Melbourne (Canterbury, 1969+), 3BDL Melbourne, amateur operator (AOCP ??, 1968, No. ?? in Vic), historian (amateur radio, 5 metres), grandson of XLK Arthur Russell Goode ===''GORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence Arthur Gorman|Gorman, Clarence Arthur]] [https://www.familysearch.org/tree/person/details/GHLZ-X8H] - 1895(NSW)-1970(NSW) - Licences: XCG Sydney (Oatley, 1913-1914); 2EC Receive Sydney (Arncliffe, 1922); 2EC Sydney (Arncliffe, 1923-1925); 2CG Sydney (Rockdale, 1925-1929); designated operator 2UI Illawarra Radio Club (Kogarah, 1923-1925) - Qualifications: cc; AOCP 222, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Comment: NSW winner 1923 Trans-Pacific Tests - Electoral Rolls: plumber (Rockdale, 1930-1931; Kogarah, 1932-1943; Hargrave Park, 1949; Villawood, 1954-1963) ===''GOSTELOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Victor Gostelow|Gostelow, Alfred Victor]] [https://www.familysearch.org/tree/person/details/LVVQ-PCX] - 1897(NSW)-1975(NSW) - Licences: XABD Dorrigo (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: accountant (Uralla, 1930-1936; Scone, 1937-1949; Terrigal, 1954-1968); retired (Terrigal, 1972) ===''GOTTING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Benjamin Gotting|Gotting, Herbert Edward Benjamin]] [https://www.familysearch.org/tree/person/details/GDLY-HLD] - 1889(NSW)-1965(NSW) - Licences: N760 Receive Braemar (1922); 2ID Receive Braemar (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Braemar, 1930); electrician (Mittagong, 1936-1937); engineer (Mittagong, 1949-1963) ===''GOVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Neville Govan|Govan, Walter Neville]] [https://www.familysearch.org/tree/person/details/L2XF-YDT] - 1905(Vic)-1956(SA) - Licences: 5WG Port Pirie (1934-1939); 5WG Crystal Brook (1947-1956) - Qualifications: cc; AOCP 1273, 1934, SA; BOCP 40, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: lead burner (Port Pirie, SA, 1939-1941); mechanic (Crystal Brook, SA, 1943) ===''GOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Selwyn Harry James Gover|Gover, Selwyn Harry James]] [https://www.familysearch.org/tree/person/details/GXNM-D2L] - 1903(Qld)-19??(???) - Licences: Receive (Crystal) Brisbane (Nundah, 1924) - Qualifications: cc; CPRT 789, 1923; 2COCP 43, 1929; 1COCP 249, 1939 - amateur receiver; ship wireless officer - Electoral Rolls: wireless operator (Annerley, Qld, 1925); marine radio officer (East Brisbane, Qld, 1949-1968) ===''GOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gelston Stewart Gow|Gow, Gelston Stewart]] [https://www.familysearch.org/tree/person/details/G7HP-61D] - 1895(NSW)-1974(NSW) - Licences: XBW Sydney (Burwood, 1913-1914); 2GG Sydney (City, 1928-1930) - Qualifications: AOCP 411, 1928, No. ?? in NSW - early wireless experimenter, amateur operator, amateur broadcaster, WW1 - Electoral Rolls: manufacturer (Darlinghurst, 1930); electrician (Darlinghurst, 1933-1943); manufacturer (Darlinghurst, 1954-1972) ===''GOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Nelson James Gowlett|Gowlett, Frank Nelson James]] [https://www.familysearch.org/tree/person/details/G619-PYV] - 1891(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; 1COCP 163, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio operator (Townsville, 1925); wireless operator (Maroubra, 1930-1931); radio telegraphist (Maroubra, 1934-1937; Cooktown, 1943-1949; Maroubra, 1949); radio officer (Maroubra, 1958-1963) ===''GOYDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil William Goyder|Goyder, Cecil William]] - about 1906(Eng)-1980(NJ, USA) - G2SZ England, amateur operator [http://www.clement-jones.com/ps03/ps03_313.html] ===''GRAHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Ernest Graham|Graham, Donald Ernest "Don"]] - 1933(WA)-2012(WA) - 6HK Perth (Mount Hawthorn, 1954-1956; Wembley Downs, 1960-1980+) - amateur operator (AOCP 3162, 1951, No. ?? in WA) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC), DoC / DoTaC (WA State Broadcasting Engineer) - a good life, well lived [https://stephbg.livejournal.com/669733.html] * [[/James Alexander Graham|Graham, James Alexander]] [https://www.familysearch.org/tree/person/details/G979-6RF] - 1905(Sct)-1985(Qld) - Licences: 4JQ Brisbane (Ekibin, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 2058, 1937, Qld; 1COCP 510, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Ekibin, Qld, 1937-1954) * [[/William Denton Graham|Graham, William Denton]] [https://www.familysearch.org/tree/person/details/GZGS-KB5] - 1895(Tas)-1986(NSW) - Licences: 2RR Receive Sydney (Rockdale, 1923-1925); 2WG Sydney (Rockdale, 1926-1930) - Qualifications: AOCP 227, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: law clerk (Rockdale, 1930-1937); process worker (Bondi Junction, 1943); iron worker (Rockdale, 1949-1968); machinist (Rockdale, 1977); retired (Liverpool, 1980) * [[/William Thompson Graham|Graham, William Thompson]] [https://www.familysearch.org/tree/person/details/GDR1-SL3] - 1902(Sct)-1987(Tas) - Licences: 7BV Receive St Mary's (1923); Receive St Mary's (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: grocer's assistant (St Mary's, 1925-1954); ===''GRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin John Rawle Grant|Grant, Colin John Rawle]] [https://www.familysearch.org/tree/person/details/GZBZ-BXF] - 1902(Qld)-2000(Qld) - Licences: 4JG Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 310, 1926, No. 32 in Qld - amateur operator; amateur broadcaster; accountant - Electoral Rolls: clerk (Wooloowin, 1925-1934); security officer (Eagle Junction, 1936); auditor (West Nundah, 1937); retired (Southport, 1968-1980) * [[/James Grant|Grant, James]] - 19??(???)-19??(???) - Licences: 2DP Newcastle (Stockton, 1929-1930) - Qualifications: AOCP 555, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: * [[/William Patrick Grant|Grant, William Patrick "Bill"]] [https://www.familysearch.org/tree/person/details/GXZJ-YJC] - 1917(Ireland)-19??(Ireland) - Licences: 4WU Brisbane (Indooroopilly, 1936-1939) - Qualifications: cc; AOCP 1801, 1936, Qld; 2COCP 269, 1939 - amateur operator; amateur broadcaster; ship wireless officer; air controller (Shannon Airport) - Electoral Rolls: Nil yet identified ===''GRANTHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Richard Grantham|Grantham, Sidney Richard "Sid"]] [https://www.familysearch.org/tree/person/details/GXZ6-B8S] - 1920(Qld)-2003(Qld) - Licences: 4SG Toowoomba (1938-1939, 1946-1956); 4SG Brisbane (Wavell Heights, 1960; Hendra, 1965-1980+) - Qualifications: cc; AOCP 2083, 1938, Qld; 1COCP 927, 1945 - amateur operator; amateur broadcaster; radio clubs (WIAQ, IREE, RFDS council); military (WW2, RAAF, wireless officer); federal public servant (DCA, Aeradio; PMGD/DoC, radio inspector); broadcast technician (4GR) - Electoral Rolls: RAAF (Yerongpilly, Qld, 1943); broadcast engineer (Harristown, Qld, 1949); engineer (East Toowoomba, Qld, 1954; Toowoomba South, Qld, 1958); radio inspector (Hendra, Qld, 1963-1980) ===''GRANVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Florence Violet Granville|Granville (nee) / Wallace / McKenzie, Florence Violet "Mrs Mac"]] [https://www.familysearch.org/tree/person/details/LRR8-ZWS] - 1890(Vic)-1982(NSW) - 2GA Sydney (Sydney, 1922-1924; Greenwich, 1925-1939), 2FV Sydney (Sydney, 1946-1950; Circular Quay, 1954; Greenwich, 1955-1958), amateur operator (AOCP 109, 1925, No. ?? in NSW), amateur broadcaster, engineer, business proprietor, signals instructor - Links: [https://adb.anu.edu.au/biography/mckenzie-florence-violet-15485 ADB] ===''GRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Gray|Gray, A. J.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Albert Howell Gray|Gray, Albert Howell "Dave"]] [https://www.familysearch.org/tree/person/details/GZXM-J83] - 1907(NSW)-2004(NSW) - Licences: 2IJ Receive Sydney (Killara, 1922); 2IJ Sydney (Killara, 1923-1939, 1946-1969; Whale Beach, 1975-1980+); 2AG Sydney (McMahons Point, 1931-1938; Lane Cove, 1939); 2APV Sydney (McMahons Point, 1954; Strathfield, 1955-1980+) - Qualifications: cc; AOCP 90, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: student (Killara, 1930-1936); engineer (Killara, 1937-1968; Whale Beach, 1977-1980) * [[/Frank Malcolm Gray|Gray, Frank Malcolm]] [https://www.familysearch.org/tree/person/details/LBBV-5XS] - 1910(SA)-2011(Qld)100yo - Licences: 5MU Adelaide (Toorak Gardens, 1932-1933); 5SU Adelaide (Toorak Gardens, 1937-1939, 1948) - Qualifications: cc; AOCP 1017, 1932, SA - amateur operator; amateur broadcaster; WW2 - Callsign: 5MU possibly withdrawn for 5MU Murray Bridge - Electoral Rolls: civil servant (Toorak Gardens, 1939) * [[/George Henry Boulderson Gray|Gray, George Henry Boulderson]] [https://www.familysearch.org/tree/person/details/LTTN-WVM] - 1912(Qld)-2010(Qld) - Licences: 4JP Brisbane (Ascot, 1936-1939, 1946-1980+) - Qualifications: cc; AOCP 1796, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Ascot, Qld, 1936-1943); sound engineer (Ascot, Qld, 1949-1980) ===''GREEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Green|Green, Albert Ernest]] - 1869(Vic)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - State & Federal politician; Postmaster-General (1931-1932) - Electoral Rolls: - Links: [[w:Albert Green (Australian politician)|Wikipedia]] * [[/Herman Rowland Green|Green, Herman Rowland]] [https://www.familysearch.org/tree/person/details/LK9P-LGY] - 1915(SA)-1985(SA) - Licences: 5OJ Adelaide (Prospect, 1936-1939) - Qualifications: cc; AOCP 1679, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/J. Green|Green, J.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Yeronga, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter William Green|Green, Walter William]] [https://www.familysearch.org/tree/person/details/GXB7-R87] - 1911(WA)-2012(WA) - Licences: 6WG Albany (1936-1937); 6WG Wiluna (1937-1939); 6WG Albany (1947-1960); 6WG Derby (1965); 6WG Norseman (1969); 6WG Albany (1975-1980) - Qualifications: cc; AOCP 1676, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Albany, WA, 1936); fitter (Albany, WA, 1958-1963); plant inspector (Norseman, WA, 1968); mechanic (Albany, WA, 1972-1980) ===''GREENHALGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Neal Greenhalgh|Greenhalgh, Kenneth Neal]] [https://www.familysearch.org/tree/person/details/G8ZT-NGD] - 1909(NSW)-2002(NSW) - Licences: 2KG Newcastle (Hamilton, 1929-1930; Rooty Hill, 1931; Sandgate, 1933; Mayfield West, 1934-1939; New Lambton, 1946-1956; Adamstown Heights, 1957-1980+) - Qualifications: AOCP 550, 1929, No. ?? in NSW; AOLCP 73, 1932; 1COCP 839, 1944; TVOCP 18, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Hamilton, 1930); broadcasting engineer (2KO Sandgate, 1933); engineer (Mayfield, 1934-1937); radio engineer (New Lambton, 1943-1954; Adamstown, 1958-1968; Adamstown Heights, 1977-1980) ===''GREENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold John Greenham|Greenham, Arnold John]] [https://www.familysearch.org/tree/person/details/GXH9-QQS] - 1907(Qld)-1973(Qld) - Licences: 4EE Receive Brisbane (South Brisbane, 1923); 4AG Brisbane (South Brisbane, 1933); 4AG Gympie (1934); 4AG Innisfail (1937-1939); 4AG Brisbane (South Brisbane, 1946-1948); 4AG Caloundra (1954-1956); 4AG Brisbane (Kallangur, 1960-1969) - Qualifications: cc; AOCP 1040, 1932, No. ?? in Qld; 1COCP 807, 1944 - amateur operator; amateur broadcaster; bank employee (NAB) - Electoral Rolls: bank clerk (Gympie, 1936; Innisfail, 1937; South Brisbane, 1943-1949); not stated (Caloundra, 1954-1958); retired (Kallangur, 1963-1972) ===''GREENHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alexander Greenhill|Greenhill, George Alexander]] [https://www.familysearch.org/tree/person/details/LT3K-GWN] - 1904(Qld)-1970(Qld) - Licences: 4LE Brisbane (West End, 1934-1939) - Qualifications: cc; AOCP 1348, 1934, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Brisbane City, Qld, 1925); ceiling fixer (Wooloowin, Qld, 1928); cleaner (West End, Qld, 1937; Archerfield, Qld, 1943); steward (Wilston, Qld, 1949); metal finisher (Wooloowin, Qld, 1954); barman (Kirra, Qld, 1958); caretaker (Caloundra, Qld, 1963); cleaner (Woorim, Qld, 1968) ===''GREGORY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. Gregory|Gregory, A.]] - 19??(???)-19??(???) - Licences: XAED Sydney (Bellevue Hill, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Identification: Not yet identified, possibly Alyn Keith Gregory, bank officer, Bellevue Hill, 1930-1939 * [[/Clyde Francis Burnell Gregory|Gregory, Clyde Francis Burnell]] [https://www.familysearch.org/tree/person/details/GS34-5MV] - 1906(Tas)-1997(Qld) - Licences: Receive Emu Park (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: business manager (Rockhampton, Qld, 1928-1937); fisherman (Yeppoon, Qld, 1943-1949); taxi driver (Maryborough, Qld, 1958); taxi proprietor (Nelly Bay, Qld, 1963) * [[/Harold Rigby Gregory|Gregory, Harold Rigby]] [https://www.familysearch.org/tree/person/details/L2C9-CDX] - 1900(NSW)-1973(NSW) - Licences: 2ED Receive Sydney (Abbotsford Pt, 1922); 2ED Sydney (Abbotsford Pt, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1930); inspector (Roseville, 1931-1936); insurance inspector (Roseville, 1937); manager (Newcastle, 1943-1954); insurance manager (Merewether, 1958-1972) * [[/Robert William Gregory|Gregory, Robert William]] [https://www.familysearch.org/tree/person/details/K2FW-QFJ] - 1907(Eng)-1995(SA) - Licences: 5GU Mt Barker (1935-1939) - Qualifications: cc; AOCP 1438, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: constable (Kadina, SA, 1939); police officer (Lobethal, SA, 1941-1943) ===''GREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Grey|Grey, Albert Edward "Bert"]] [https://www.familysearch.org/tree/person/details/LDK5-374] - 1897(WA)-1981(WA) - Licences: 6BO Perth (Nedlands, 1925-1932); 6BO Carnarvon (1933); 6AA Perth (Nedlands, 1937-1939) - Qualifications: cc; RTCP 532, 1920, Marconi & Telefunken; 1COCP 35, 1934; TVOCP 278 1960 - amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo PMGD); PMGD (postal assistant, Leederville,1919); WW1; RAAF (WW2, radar systems) - Electoral Rolls: telegraphist (Subiaco, 1925; Nedlands, 1925-1931); radio inspector (Nedlands, 1936-1972); retired (Nedlands, 1977-1980) * [[/Elton Edward Grey|Grey, Elton Edward or Edward Elton]] [https://www.familysearch.org/tree/person/details/GWPL-PQ5] - 1920(Qld)-1962(WA) - Licences: 4LX Brisbane (Ascot, 1936-1939); 6ZX Perth (West Perth, 1948); 6ZX Northam (1954-1955); 6ZX Perth (Leederville, 1956; Floreat Park, 1960) - Qualifications: cc; AOCP 1689, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: soldier (West Perth, WA, 1943); bank clerk (West Perth, WA, 1949); bank officer (Wagin, WA, 1949; Northam, WA, 1954; Floreat Park, WA, 1958) * [[/James Leonard Grey|Grey, James Leonard "Len"]] [https://www.familysearch.org/tree/person/details/GXZV-ZY5] - 1915(Sct)-1995(NSW) - Licences: 4LN Brisbane (Norman Park, 1937-1938); 2AKO Sydney (Vaucluse, 1939; Pymble, 1946-1961; St Ives, 1965-1969; Neutral Bay (1975-1980+) - Qualifications: cc; AOLCP 184, 1934; 2COCP 38, 1935 - amateur operator; amateur broadcaster; Radio clubs (WIAQ); military (WW2, RAAF); pilot (RQAC, QANTAS) - Electoral Rolls: aviator (Norman Park, Qld, 1936-1937); airline captain (Pymble, NSW, 1949-1958; St Ives, NSW, 1963-1968); retired (Neutral Bay, NSW, 1977-1980) ===''GRIBBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Gribble|Gribble, Arthur James]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIT Townsville (1917-1918) - Comment: only one reference found, likely misspelling; Electoral Rolls: Nil yet identified ===''GRIEVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Grieve|Grieve, Ian]] - Licences: Nil yet identified - Qualifications: Nil yet identified - historian (broadcast); proprietor of Australian Old Time Radio website - Electoral Rolls: - Links: [https://www.australianotr.com.au/ OTR] ===''GRIFFIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Neville Griffin|Griffin, Thomas Neville]] [https://www.familysearch.org/tree/person/details/G8C4-RJ2] - 1889(NSW)-1953(NSW) - Licences: 2LQ Sydney (Hornsby, 1929-1936); 2AIR Sydney (Northbridge, 1938-1939) - Qualifications: AOCP 505, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Hornsby, 1930-1934); electrical engineer (Artarmon, 1936; Willoughby, 1937; Hornsby, 1943-1949) ===''GRIFFEN-FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bridget Griffen-Foley|Griffen-Foley, Bridget]] - historian (broadcasting) - Professor, Department of Media, Communications, Creative Arts, Language and Literature, Macquarie University - author "Changing Stations: The Story of Australian Commercial Radio" & numerous professional articles ===''GRIFFITHS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Arthur Griffiths|Griffiths, Leslie Arthur "Les"]] [https://www.familysearch.org/tree/person/details/GXZK-81V] - 1909(Qld)-1970(Qld) - Licences: 4LZ Toowoomba (1938-1939, 1947-1956) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; military (WW2, RAN, signaller); cine assistant (Empire Theatre) - Halcyon: AOCP Toowoomba 1938 - Electoral Rolls: assistant projectionist (Toowoomba, Qld, 1931-1937); biograph projectionist (Toowoomba, Qld, 1943-1954; Toowoomba South, Qld, 1958); projectionist (Toowoomba West, Qld, 1963-1968) ===''GRIGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Haydn Errol Grigg|Grigg, Haydn Errol]] [https://www.familysearch.org/tree/person/details/G8BV-N98] - 1899(???)-1971(NSW) - Licences: 2AS Receive Sydney (Mosman, 1922); 2AS Sydney (Mosman, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Darlinghurst, 1935; Edgecliff, 1935-1949; Double Bay, 1954-1968) ===''GRIMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Douglas Grimes|Grimes, Benjamin Douglas]] [https://www.familysearch.org/tree/person/details/LZ8B-D6J] - 1901(Qld)-1987(Qld) - Licences: Receive (Crystal) Brisbane (Annerley, 1923-1924); 4BD Brisbane (Annerley, 1926-1931) - Qualifications: cc; AOCP 278, 1926, No. 23 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Tarragindi, 1925-1937); share dealer (New Farm, 1943); farmer (Cleveland, 1949-1958); retired (Corinda, 1968-1980) ===''GRIMMETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Urbane Grimmett|Grimmett, Stanley Urbane]] [https://www.familysearch.org/tree/person/details/L447-3MW] - 1905(NZ)-1974(NSW) - Licences: 2ZW Newcastle (Hamilton, 1930-1937); 2ZW Sydney (Bankstown, 1938-1939; Strathfield, 1946-1960; Vaucluse, 1961-1969) - Qualifications: AOCP 667, 1930, NSW - amateur operator, amateur broadcaster, journalist - Electoral Rolls: pharmacist (Hamilton, 1930-1937; Strathfield, 1949-1958); Vaucluse, 1963) ===''GRIVELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Grivell|Grivell, John "Jack"]] [https://www.familysearch.org/tree/person/details/KC43-NGM] - 1901(SA)-1971(SA) - Licences: 5BK Yorketown (1930-1933); 5BK Gladstone (1937); 5BK Crystal Brook (1938-1939); 5BK Gawler (1946-1947); 5BK Magill (1948-1969) - Qualifications: cc; AOCP 609, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (5CK Crystal Brook, 1939-1941); telephone mechanic (Gawler, 1943) ===''GROGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold William Grogan|Grogan, Arnold William]] [https://www.familysearch.org/tree/person/details/GFSS-87B] - 1915(WA)-1997(WA) - Licences: 6EI Perth (Mt Lawley, 1936-1939; City, 1947); 6EI Carnarvon (1948); 6EI Perth (Leederville, 1954-1980+) - Qualifications: cc; AOCP 1759, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Maylands, WA, 1937; East Perth, WA, 1943); public servant (Cottesloe, WA, 1949); civil servant (Leederville, WA, 1954-1980) ===''GRONOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rees Gronow|Gronow, William Rees]] [https://www.familysearch.org/tree/person/details/GZVM-KFV] - 1908(Vic)-2003(Vic) - 3EQ Receive Melbourne (City, 1922-1924), 3WG Melbourne (City, 1925-1933; Glen Iris, 1937; Malvern East, 1937; Glen Iris, 1938-1939, 1948-1960; Brighton, 1965-1980), amateur operator (AOCP 178, 1925, No. ?? in Vic), amateur broadcaster, director (Malvern, 1936-1954; Brighton, 1968-1977)) ===''GROVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Grove|Grove, Henry]] [https://www.familysearch.org/tree/person/details/L5KB-97B] - 1897(Eng)-1973(NSW) - Licences: N746 Receive Sydney (Enmore, 1922); 2HZ Receive Sydney (Enmore, 1922) - Qualifications: cc; CPRT 575, 1920 - amateur receiver - Electoral Rolls: traveller (Castle Hill, 1930); poultry farmer (Peakhurst, 1933-1949); retired (Burwood, 1963-1972) ===''GROWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Norman Wills Growden|Growden, George Norman Wills "Norman"]] [https://www.familysearch.org/tree/person/details/G9C6-15M] - 1913(Vic)-1984(SA) - Licences: 5YM Gladstone (1937-1939); 5YM Wedge Island via Port Lincoln (1954-1975) - Qualifications: cc; AOCP 1945, 1937, SA; BOCP 145, 1938; 2COCP 401, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: farmer (Gladstone, SA, 1939-1943); wireless operator (RAAF Station, Pearce, WA, 1943) ===''GRUBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Grubb|Grubb, William John]] [https://www.familysearch.org/tree/person/details/G6WK-K6N] - 1907(Qld)-1970(Vic) - Licences: 4DI Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: labourer (Rockhampton, 1931); concrete labourer (Rockhampton, 1936-1963); retired (Finch Hatton, 1968) ===''GRUMMITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Frederick Grummitt|Grummitt, Gilbert Frederick]] [https://www.familysearch.org/tree/person/details/G8Z7-FFD] - 1906(Qld)-1960(Qld) - Licences: 4BS Brisbane (Fortitude Valley, 1929-1933; Hamilton, 1937-1939; Bulimba, 1948-1960) - Qualifications: cc; AOCP 531, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: welder (Fortitude Valley, 1928-1934; Hamilton, 1936-1937); boilermaker (Bulimba, 1949-1958) ===''GRUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hill Grundy|Grundy, Robert Hill]] [https://www.familysearch.org/tree/person/details/LZP7-F78] - 1915(SA)-1988(SA) - Licences: 5BG Murray Bridge (1937-1939, 1947-1948); 5BG Crystal Brook (1954-1980) - Qualifications: cc; AOCP 2010, 1937, SA; BOCP 175, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''GUILDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Guildford|Guildford, Alfred]] [https://www.familysearch.org/tree/person/details/GX4T-5BG] - 19??(Eng)-1960(Qld) - Licences: 4AP Brisbane (Herston, 1934-1939, 1946-1948; Sandgate, 1960) - Qualifications: cc; AOCP 1342, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, publicity officer) - Electoral Rolls: advertisment writer (West End, Qld, 1934); copy writer (Kelvin Grove, Qld, 1936-1949) ===''GUNDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thor Odin Gundersen|Gundersen (BDM) or Gunderson (Census), Thor Odin]] [https://www.familysearch.org/tree/person/details/GHL8-F2W] - 1895(NZ)-1986(NZ) - Licences: Nil yet identified - Qualifications: cc; 1COCP 242, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: agent (Bondi, 1930-1931); radio officer (ss Fiona, 1943) ===''GUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Campbell Gunn|Gunn, Kenneth Campbell]] [https://www.familysearch.org/tree/person/details/93DG-X18] - 1911(Qld)-1975(Qld) - Licences: 4LG Laidley (1932-1937); 4LD Laidley (1937-1939, 1946-1975) - Qualifications: cc; AOCP 884, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Callsigns: 4LG likely withdrawn for 4LG Longreach - Electoral Rolls: clerk (Laidley, Qld, 1937-1972) ===''GUNTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Eliot Gunter|Gunter, Norman Eliot]] [https://www.familysearch.org/tree/person/details/L2WR-5VB] - 1912(Vic)-1943(At Sea) - Licences: 3NG Melbourne (Caulfield, 1930-1933; Hawthorn, 1937-1939) - Qualifications: AOCP 593, 1930, No. ?? in Vic; 2COCP 372, 1932; 1COCP 51, 1935 - amateur operator, amateur broadcaster, WW2 (merchant navy, wireless operator) - Electoral Rolls: sales (Caulfield, 1935; Hawthorn, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1428541] ===''GURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Carlisle Gurner|Gurner, Reginald Carlisle]] [https://www.familysearch.org/tree/person/details/GZZ2-8S8] - 1905(SA)-1975(SA) - 5CZ Receive Adelaide (New Parkside, 1923); Receive Adelaide (New Parkside, 1923); 5RG Adelaide (New Parkside, 1923-1928; Linden Park Gardens, 1931-1939) - Qualifications: cc; AOCP 31, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Linden Gardens, SA, 1939-1943) ===''GURR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Frederick Gurr|Gurr, Alan Frederick]] [https://www.familysearch.org/tree/person/details/G8GM-KJV] - 1904(Tas)-1974(Vic) - Licences: 3AG Geelong East (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geelong, 1926-1928; Belmont, 1931-1972) * [[/George Henry Gurr|Gurr, George Henry]] [https://www.familysearch.org/tree/person/details/L46K-DBB] - 1896(SA)-1957(Vic) - Licences: 5GO Adelaide (Parafield, 1933); 3QH Melbourne (Stanmore, 1947-1956) - Qualifications: cc; AOCP 1142, 1933, SA; 3COCP 185, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Parkville, Vic, 1926); ground engineer (Essendon, Vic, 1928); inspector (Caulfield, Vic, 1942; Essendon, Vic, 1949-1954) ===''GUTTERIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frank Gutteridge|Gutteridge, Reginald Frank]] [https://www.familysearch.org/tree/person/details/KNYP-KSN] - 1886(Tas)-1942(WA) - Licences: V759 Receive (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm manager (Marnoo, Vic, 1921); electrical engineer (Rupanyup, 1924-1927) =='''H'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''HADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lionel Trimble Hadley|Hadley, Arthur Lionel Trimble "Doc"]] [https://www.familysearch.org/tree/person/details/G7ZX-G9Y] - 1900(Qld)-1964(Qld) - Licences: 4AH Brisbane (Clifton Hill, 1930-1933; Dutton Park, 1937-1939; Annerley, 1946-1956) - Qualifications: cc; AOCP 636, 1930, No. ?? in Qld - amateur operator, amateur broadcaster, WW1, federal public servant (PMGD) - Electoral Rolls: signwriter (Taringa, 1921); salesman (Toowong, 1922-1925); motor assembler (Yeronga, 1929); radio mechanic (South Brisbane, 1937); technician (Annerley, 1949-1958); retired (Inala, 1958; Seven Hills, 1963) ===''HADLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Lindsay Hadlow|Hadlow, Martin Lindsay]] - radio clubs (NZDXRL, ARDXC, DXA), early wireless and broadcasting historian (Ph.D. Thesis,) ===''HAGARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neville Douglas Hagarty|Hagarty, Neville Douglas]] [https://www.familysearch.org/tree/person/details/G38J-GBJ] - 1907(Qld)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster (on 4WH); radio club participant; business proprietor; pilot; federal public servant (DCA) - Relationships: brother of 4WH William Edward Hagarty - Electoral Rolls: woodworker (Hospital Hill, 1930) * [[/William Edward Hagarty|Hagarty, William Edward "Edward / Eddie"]] [https://www.familysearch.org/tree/person/details/G384-TL3] - 1905(Qld)-1971(Qld) - Licences: 4WH Longreach (1925-1939); 4WH Townsville (1954-1969) - Qualifications: cc; AOCP 172, 1925, No. 16 in Qld; 2COCP 271, 1939; 1COCP 309, 1940 - amateur operator; amateur broadcaster; WW2; engineer; postal employee (PMG); federal public servant (PMG) - Relationships: brother of Neville Douglas Hagarty - Electoral Rolls: postal assistant (Longreach, 1930-1937); aeradio operator (Longreach, 1943); officer commanding aeradio station (Townsville, 1949-1954); communications officer (Townsville, 1958-1963; Mysterton, 1968) ===''HAI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pham Nhu Hai|Hai, Pham Nhu "Hai"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC), Director Broadcasting ITU-R ===''HAIGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bartin Robert Alfred Read Haigh|Haigh, Bartin Robert Alfred Read]] [https://www.familysearch.org/tree/person/details/GS9T-J8B] - 1854(NSW)-1928(NSW) - Licences: N752 Receive Sydney (Ashfield, 1922); 2IA Receive Sydney (Ashfield, 1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Ashfield, 1930); poultry farmer (Seven Hills, 1933) ===''HAINES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Lewis Harrison Haines|Haines, Claude Lewis Harrison]] [https://www.familysearch.org/tree/person/details/GXRC-8F6] - 1906(SA)-1996(SA) - Licences: 5CH Millicent (1933-1937); 3QM Geelong (Belmont, 1938-1939); 5CH Mt Gambier (1947-1980) - Qualifications: cc; AOCP 1118, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Belmont, Vic, 1937); engine driver (Mt Gambier, SA, 1941-1943) ===''HALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl William Millar Hale|Hale, Carl William Millar "William"]] [https://www.familysearch.org/tree/person/details/L5VR-TPL] - 1901(Vic)-1986(Vic) - Licences: 3GH Receive Melbourne (Elsternwick, 1922-1923); 3GH Anglesea (1924-1931+) - Qualifications: cc; AOCP 120, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (Elsternwick, 1924); architect (Hawthorn, 1958-1968; Malvern, 1977-1980) ===''HALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lovett Hall|Hall, Geoffrey Lovett]] [https://www.familysearch.org/tree/person/details/GHDB-ZD3] - 1895(Tas)-1972(Tas) - Licences: Receive Waddamanna (1923-1924); 7GH Waddamanna (1925-1931+); 7GH Hobart (1937-1939, 1947-1948) - Qualifications: cc; AOCP 137, 1925, No. ?? in Tas; BOCP 85, 1937 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Waddamana, 1928); engineer (New Town, 1936-1949) * [[/Graham George Hall|Hall, Graham George]] [https://www.familysearch.org/tree/person/details/G8HN-Z89] - 1910(Vic)-1971(Eng) - Licences: 3WO Melbourne (Glen Iris, 1929-1931; Hawthorn, 1933); 2AGH Sydney (Five Dock, 1937; Strathfield, 1938-1939; Hurstville, 1946-1969) - Qualifications: AOCP 482, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Auburn, 1934-1936); radio engineer (Abbotsford, 1937); engineer (Hurstville, 1949-1954; South Hurstville, 1958-1968) * [[/Reginald Allen Hall|Hall, Reginald Allen]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 539, 1929, No. ?? in ???? - amateur operator?, amateur broadcaster? - Electoral Rolls: Nil yet identified * [[/R. F. Hall|Hall, R. F.]] - 19??(???)-19??(???) - Licences: 3FH Receive Melbourne (Toorak, 1922); 3FH Melbourne (Toorak, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/William Charles Hall|Hall, William Charles]] - 19??(???)-19??(???) - Licences: 2BH Abermain (1930-1933); 2XT Abermain (1934-1936); 2XT Kurri Kurri (1938-1939, 1946-1948); 2XT Newcastle (Cooks Hill, 1950-1965; Toronto, 1969-1980+) - Qualifications: AOCP 643, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Abermain, 1935; Kurri Kurri, 1937-1943); hotel licensee (Newcastle, 1949-1963); retired (Toronto, 1972; Carey Bay, 1977-1980) - Comment: 2BH licence withdrawn for 2BH Broken Hill commercial; Beware several contemporaneous WCH in Newcastle region ===''HALLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philpot Hallam|Hallam, William Philpot]] [https://www.familysearch.org/tree/person/details/97MX-Y3J] - 1859(Tas)-1952(Vic) - Licences: XZH Hobart (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; PMGD Vic + Federal - Electoral Rolls: Nil ===''HALLIDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Fred Halliday|Halliday, Eric Fred]] [https://www.familysearch.org/tree/person/details/GC26-L5B] - 1913(SA)-1989(SA) - Licences: 5FW Adelaide (Hectorville, 1935-1939; South Payneham, 1947-1969; Magill, 1975) - Qualifications: cc; AOCP 1494, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Crystal Brook, 1939) ===''HALYDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Guyler Halyday|Halyday, James Guyler]] - 1904(Vic)-19??(???) - 4HZ Gympie (1939, 1946-1980+) , amateur operator (AOCP 2287, 1939, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ; Gympie ARC), military (WW2), employment (SEAQ linesman) ===''HAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilton Ham|Ham, George Wilton]] [https://www.familysearch.org/tree/person/details/GWX4-P28] - 1905(Qld)-1987(Qld) - Licences: 4CR Receive Brisbane (Northgate, 1923); 4GW Brisbane (Northgate, 1930-1931; Coorparoo, 1937-1939) - Qualifications: cc; AOCP 572, 1930, No. ?? in Qld - amateur receiver; amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (Toombul RC); employment (Chandlers) - Electoral Rolls: clerk (Coorparoo, 1937; St Lucia, 1943-1968); retired (Jamboree Heights, 1972-1980) * [[/Guildford Ham|Ham, Guildford]] [https://www.familysearch.org/tree/person/details/G67H-W9Y] - 1906(Qld)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; BOCP 101, 1937 - radio technician - Electoral Rolls: shop assistant (South Brisbane, 1928-1937); radio technician (South Brisbane, 1943; Bald Hills, 1943; Annerley, 1954); technician (Wavell Heights, 1958-1963) * [[/Thomas Edward Ham|Ham, Thomas Edward]] [https://www.familysearch.org/tree/person/details/G88F-R3P] - 1921(Qld)-19??(???) - Licences: 4WX Brisbane (Chelmer, 1937-1939); 2AGA Sydney (Kogarah, 1946-1947; Carlton, 1948-1950; Sylvannia Heights, 1954-1975); 4AGT Buderim (1980+) - Qualifications: cc; AOCP 2056, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (Sunshine Coast ARC); military (WW2, RAAF) - Electoral Rolls: radio mechanic (Sylvannia, 1954-1968); mechanic (Sylvannia, NSW, 1972-1977); retired (Buderim, 1980) ===''HAMILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Ormsby Hamilton|Hamilton, John William Ormsby]] [https://www.familysearch.org/tree/person/details/MG65-XRC] - 1869(Tas)-1944(Eng) - Australian representative of Pacific Radio Telegraph Co and Marconi Telegraph Co, promoted a scheme to link Aus/NZ/Pacific Islands (rejected by Aus Gov 1909), migrated to England to work for Marconi, donated Ormsby Hamilton Radio Prize in memory of his father Thomas Ormsby Hamilton ===''HAMMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Harold Hammond|Hammond, John Harold]] [https://www.familysearch.org/tree/person/details/G6HP-67H] - 1875(NSW)-1932(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: barrister-at-law (Ashfield, 1913); barrister (Killara, 1930-1932) * [[/Herbert Bowes Hammond|Hammond, Herbert Bowes]] [https://www.familysearch.org/tree/person/details/LZ4J-2PK] - 1907(NSW)-1967(NSW) - 2NI Sydney (Chatswood, 1925; Epping, 1926-1927; Chatswood, 1928; Naremburn, 1929-1930), amateur operator (AOCP 64, 1925 01, No. ?? in NSW; CPRT 895, 1925 12; 2COCP 318, 1931), amateur broadcaster ===''HANCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. A. Hancock|Hancock, C. A. or G. A.]] - 19??(???)-19??(???) - Licences: V748 Receive Melbourne (Berwick, 1922); 3GU Receive Melbourne (Berwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/D'Arcy Maxwell Hancock|Hancock, D'Arcy Maxwell]] [https://www.familysearch.org/tree/person/details/GCG4-L3Y] - 1910(SA)-2017(SA)107yo - Licences: 5RJ Kadina (1927-1939, 1946-1960); 5RJ Adelaide (Mitchell Park, 1965-1980+) - Qualifications: cc; AOCP 356, 1927, No. ?? in SA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Kadina, 1947) ===''HANNAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hannam|Hannam, Harold William]] [https://www.familysearch.org/tree/person/details/G83F-J78] - 1913(NSW)-1964(Vic) - Licences: 2IR Sydney (Hurstville South, 1935-1937); 2IR Orange (1938-1939); Sydney (South Hurstville, 1946-1948) - Qualifications: cc; AOCP 1472, 1935, Qld; BOCP 9, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hurstville, 1934-1937); radio engineer (Orange, 1943; Hurstville, 1949); engineer (Cheltenham, 1949-1954; Moorabbin, 1963) * [[/Walter Henry Hannam|Hannam, Walter Henry "Wally" "Wal", "Doc", "Fatty"]] [https://www.familysearch.org/tree/person/details/273W-H9T] - 1885(NSW)-1965(NSW) - XQI Stamford, Qld (1911-1914); 2YH Sydney (Balmain, 1924; Mosman, 1924-1933; Willoughby, 1934-1939); 2AXH Terrigal (1954-1961) - Qualifications: cc; AOCP 27, 1924, No. 10 in NSW - early wireless experimenter; amateur operator; radio clubs (WIA NSW, first secretary 1910); wireless operator Australasian Antarctic Expedition (1912-1914) - Relationships: don't confuse with father William Henry Hannam of Hannams Ltd, engineers & sheet metal workers - Electoral Rolls: - Links: [[w:Walter Henry Hannam|Wikipedia]]; [https://www.coolantarctica.com/Antarctica%20fact%20file/History/biography/hannam_walter.php Bio1]; [https://www.antarctica.gov.au/about-antarctica/history/people/walter-hannam/ Bio2] ===''HANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hansen|Hansen, Harold William]] [https://www.familysearch.org/tree/person/details/93DG-45T] - 1914(Qld)-2005(Qld) - Licences: 4FH Brisbane (Forest Hill, 1935-1939); 4SV Brisbane (Bulimba, 1948-1965; Carina, 1969-1980+) - Qualifications: cc; AOCP 1508, 1935, Qld; BOCP 1039, 1949 - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, 1937, radio technician); state public servant (BCC, communications officer) - Relationships: father of Graham Hansen 4FV - Electoral Rolls: labourer (Forest Hill, Qld, 1936-1937); WT Operator (Wendouree, Vic, 1942); RAAF (Maryborough, Qld, 1943); radio technician (Carina, Qld, 1968-1980) ===''HARDGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Hardgrave|Hardgrave, Philip "Pop"]] [https://www.familysearch.org/tree/person/details/GMPF-XL5] - 1857(Qld)-1940(Qld) - Licences: 4PH Brisbane (South Brisbane, 1933-1939) - Qualifications: cc; AOCP 1150, 1933, No. ?? in Qld - amateur operator; amateur broadcaster - Comment: oldest person in British Empire to obtain a full licence - Electoral Rolls: fruitgrower (Wellington Point, 1916-1928) ===''HARDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Netherton Kilgour Hardie|Hardie, Bruce Netherton Kilgour]] [https://www.familysearch.org/tree/person/details/GZ95-FMJ] - 1896(Vic)-1965(Vic) - 3YX Melbourne (Garden Vale, 1925-1933; City, 1937-1939), amateur operator (AOCP 49, 1925, No. ?? in Vic), amateur broadcaster, WIA Vic, accountant ===''HARDISTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Hardisty|Hardisty, David Charles]] [https://www.familysearch.org/tree/person/details/GZTM-C4W] - 1907(WA)-1980(WA) - Licences: 6DH Perth (Victoria Park, 1926-1939; West Perth, 1946-1948; Applecross, 1954-1980) - Qualifications: cc; AOCP 273, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Victoria Park, 1931-1943); radio mechanic (Applecross, 1954-1980) ===''HARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. R. Hardy|Hardy, W. R.]] - 19??(???)-19??(???) - 2RD Sydney (Glebe, 1925-1927), amateur operator (AOCP 187, 1925, No. ?? in NSW), amateur broadcaster ===''HARKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dennis James Harkin|Harkin, Denis or Dennis James]] [https://www.familysearch.org/tree/person/details/G45Q-9PH] - 1903(SA)-1993(Vic) - Licences: 3YN Receive Melbourne (Prahran, 1923); 3KF Melbourne (Kensington, 1924-1925); 3YN Melbourne (Preston, 1924-1926); 4YN Bowen (1927); 3YN Melbourne (East Brunswick, 1931); 3YY Newport (1938); 6YN Pearce (1938); 3ADJ Melbourne (Prahran, 1946-1948; Middle Park, 1954-1956; Thornbury, 1960-1975); 4ADJ Maryborough (1980) - Qualifications: CPRT 782, 1923; 1COCP 280, 1932 - amateur operator; amateur broadcaster; radio club participant (WIAQ); career military (RAAF); federal public servant (PMGD); WW2 - Electoral Rolls: mechanic (Preston, Vic, 1926; Brunswick, Vic, 1931; Newport, 1937); RAAF (Clifton Hill, 1942); technician (Prahran, 1949; Albert Park, 1954); radio technician (Thornbury, 1963-1972); nil (Maryborough, 1977-1980) ===''HARLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Harlen|Harlen, John Edward]] [https://www.familysearch.org/tree/person/details/K8MP-TWB] - 1884(Qld)-1953(Qld) - Licences: Receive Brisbane (Sunnybank, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Coopers Plains, Qld, 1908); fruit grower (Sunnybank, Qld, 1912-1949) ===''HARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Nicoll Harley|Harley, Gordon Nicoll]] [https://www.familysearch.org/tree/person/details/G89D-41H] - 1901(NSW)-1986(Qld) - Licences: "4AR Unlicensed" Ipswich (1926-1928); 4GH Ipswich (1928-1933); 4GH Didcott (1937-1939); 4GH Maryborough (1946-1980+) - Qualifications: cc; AOCP 385, 1928, No. 43 in Qld - amateur operator; amateur broadcaster; business proprietor (radio manufacture); employment (school teacher); WW2 - Electoral Rolls: clerk (Brassall, 1925); school teacher (Didcot, 1936-1943); teacher (Maryborough, 1949); school teacher (Maryborough, 1954-1980) ===''HARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Harmer|Harmer, George]] [https://www.familysearch.org/tree/person/details/LRTY-KHZ] - 1900(Eng)-1980(Qld) - Licences: 4XW Brisbane (Coorparoo, 1934-1939, 1946-1948; Camp Hill, 1954-1956; Coorparoo, 1960-1980) - Qualifications: cc; AOCP 1301, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIAQ); telephone technician (PMGD); federal public servant (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, Qld, 1937-1954); technician (Coorparoo, Qld, 1958-1980) ===''HARRANTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wolf Harranth|Harranth, Wolf]] - 1941(Austria)-2021(Austria) - Licences: OE1WHC Austria - curator of Dokufunk, host of the world's largest collection of amateur radio and broadcast QSLs; amateur radio operator; broadcast announcer; historian (amateur radio, broadcasting); children's book author; translator - provided the core of the WIA QSL collection ===''HARRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Harris|Harris, Alfred Charles]] [https://www.familysearch.org/tree/person/details/GZY1-F4K] - 1900(Vic)-1963(Vic) - Licences: 3CH Birchip (1926-1939; 1946-1960+) - Qualifications: AOCP 303, 1926, No. ?? in Vic -amateur operator, amateur broadcaster, class B licence? - Electoral Rolls: engineer (Ouyen, 1924); electrical engineer (Birchip, 1925-1954; Power Station, Ouyen, 1963) * [[/Ross Clifford Harris|Harris, Ross Clifford]] [https://www.familysearch.org/tree/person/details/L5Y2-DZF] - 1917(SA)-1954(SA) - Licences: 5FL Adelaide (Glenelg, 1936-1939; Malvern, 1947-1948; Hawthorn, 1954) - Qualifications: cc; AOCP 1651, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Valentine Harms Harris|Harris, Valentine Harms]] [https://www.familysearch.org/tree/person/details/L1PM-FDM] - 1909(WA)-1995(WA) - Licences: 6NL Perth (Shenton Park, 1935-1939; Applecross, 1947-1969); 6NL Denmark (1975-1980+) - Qualifications: cc; AOCP 1579, 1935, WA - amateur operator; amateur broadcaster - Relationships: Husband of 6YL Ruth Victoria Harris nee Longley - Electoral Rolls: garage employee (Subiaco, WA, 1931); radio mechanic (Subiaco, WA, 1936-1937); mechanic (Applecross, WA, 1949-1972) ===''HARRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Lionel Carr Harrison|Harrison, Percival Lionel Carr]] [https://www.familysearch.org/tree/person/details/GFM3-VDC] - 1912(WA)-2001(WA) - Licences: 6LH Perth (Claremont, 1937-1939; Armadale, 1947-1980+) - Qualifications: cc; AOCP 1909, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Claremont, WA, 1936-1937); civil servant (Armadale, WA, 1943-1980) ===''HARRISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Harriss|Harriss, Alfred George]] [https://www.familysearch.org/tree/person/details/K8HN-THZ] - 1873(Eng)-1932(Qld) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), radio clubs (Longreach Radio Club), business proprietor (Jackson & Harriss) - Electoral Rolls: engineer (Longreach, 1930) - Relationships: father of Dorothy Winnifred Macfarlane formerly Fanning nee Harriss * [[/Dorothy Winnifred Harriss|Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred]] [https://www.familysearch.org/tree/person/details/KGYC-3CP] - 1905(Qld)-1986(Qld) - Licences: 4DH Longreach (1930-1933) - Qualifications: cc; AOCP 573, 1930, No. ?? in Qld; BOCP - amateur operator; amateur broadcaster; radio clubs (WIAQ); first YL operator in Qld - Electoral Rolls: typist (Longreach, 1930); home duties (Longreach, 1936-1943; Warwick, 1949; Toowoomba, 1954-1977; Macgregor, 1980) - Relationships: daughter of Alfred George Harriss ===''HARRISSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harrisson|Harrisson, Charles "Snowy"]] [https://www.familysearch.org/tree/person/details/LK9P-VK3] - 1908(Tas)-1995(Tas) - Licences: 7CH Hobart (Bellerive, 1933); 3CN Shepparton (1937-1939); 7CH Hobart (Moonah, 1954-1960); 7CH Burnie (1965); 7CH Hobart (Bellerive, 1969-1980+) - Qualifications: cc; AOCP 348, 1927, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: son of Charles Turnbull Harrisson, biologist in the Australasian Antarctic Expedition - Electoral Rolls: bank clerk (Shepparton, 1936-1949); bank manager (Moonah, 1954) ===''HARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leslie William Harston|Harston, Leslie William or William Leslie "Bill"]] [https://www.familysearch.org/tree/person/details/GDQD-XVY] - 1897(Qld)-1983(Qld) - Licences: 4RY Brisbane (Clayfield, 1932-1939, 1946-1948; Holland Park, 1954-1969) - Qualifications: cc; AOCP 903, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; business proprietor (art shop) - Electoral Rolls: warehouseman (Clayfield, Qld, 1921-1943); no occupation (Holland Park, Qld, 1954-1980) ===''HART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Samuel Hart|Hart, Augustus Samuel]] [https://www.familysearch.org/tree/person/details/9CMQ-4CP] - 1890(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 57, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: saddler (Watchem, Vic, 1912; Glen Thompson, 1913); wireless engineer (Moonee Ponds, 1936-1937); wireless operator (Esperance, 1943); telegraphist (Darwin, 1949); wireless officer (Moonee Ponds, 1963-1968; Essendon, 1972) * [[/James Claude Hoyte John Hart|Hart, James Claude Hoyte John "Hoyte John", "Roy"]] [https://www.familysearch.org/tree/person/details/GQWC-W4C] - 1904(Eng)-1992(NSW) - Licences: 2HO Sydney (Manly, 1928-1931; Roseville, 1933-1939, 1946-1956; St Ives East, 1957-1975; Manly, 1980+) - Qualifications: AOCP 410, 1928, No. ?? in NSW; 3COCP 4622, 1963 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Roseville, 1933-1954; St Ives, 1958-1963); retired (St Ives, 1968-1977; Manly, 1980) * [[/Norman Victor Hart|Hart, Norman Victor]] [https://www.familysearch.org/tree/person/details/LNK3-TXW] - 1908(Qld)-1998(Qld) - Licences: 4KO Booval (1931-1939, 1946-1980+) - Qualifications: cc; AOCP 760, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIA, Ipswich RC); engineer - Electoral Rolls: shop assistant (Booval, 1932-1937); grocer (Booval, 1943-1949); radio technician (Booval, 1954-1972; East Ipswich, 1977-1980) ===''HARVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. C. L. Harvey|Harvey, B. C. L.]] - 19??(???)-19??(???) - Licences: XJAC Melbourne (Port Melbourne, 1913) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edward Rossiter Harvey|Harvey, Edward Rossiter]] [https://www.familysearch.org/tree/person/details/GXBP-BK8] - 1918(WA)-2009(Qld) - Licences: 6RG Perth (Scarborough, 1937-1939, 1947-1948); 4RK Surfers Paradise (1969-1980+) - Qualifications: cc; AOCP 2041, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Leederville, WA, 1943; Scarborough, WA, 1943); newsagent (Scarborough, WA, 1949-1958); shopkeeper (Surfers Paradise, Qld, 1963); proprietor (Surfers Paradise, Qld, 1972-1977); retired (Mermaid Waters, Qld, 1980) * [[/Manning Herbert Harvey|Harvey, Manning Herbert]] [https://www.familysearch.org/tree/person/details/KZGG-LFZ] - 1887(Tas)-1932(Tas) - Licences: XZC Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: electrician (Hobart East, 1914-1928) ===''HASKARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Geoffrey Haskard|Haskard, Reginald Geoffrey "Geoff"]] [https://www.familysearch.org/tree/person/details/GZB5-S35] - 1906(SA)-1988(SA) - Licences: Receive Adelaide (Jamestown, 1923-1924); 5RH Adelaide (Jamestown, 1927-1931; North Adelaide, 1933; Malvern, 1937-1939; Helmsdale, 1947; Plympton, 1948-1975; West Beach, 1980+) - Qualifications: cc; AOCP 316, 1927, No. ?? in SA; BOCP 1558, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: retreader (Malvern, 1939-1941); wireless operator (Malvern, 1943) ===''HATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Westrop Henry Hatfield|Hatfield, Westrop Henry "West"]] [https://www.familysearch.org/tree/person/details/GZB5-VF5] - 1909(Vic)-1998(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''HATTAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Hattam|Hattam, Fred]] [https://www.familysearch.org/tree/person/details/G8ZV-QDL] - 1906(Vic)-1976(Vic) - Licences: 3HW Castlemaine (1929-1939); 3BAL Castlemaine (1975) - Qualifications: AOCP 541, 1929, No. ?? in Vic; BOCP 410, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Castlemaine, 1928-1937); radio mechanic (Castlemaine, 1954-1967); engineer (Castlemaine, 1968-1972) ===''HAWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haworth|Haworth, William]] [https://www.familysearch.org/tree/person/details/G823-JT3] - 1896(Qld)-1987(Qld) - Licences Q737 Receive Qld (1922-1923) - Qualifications: cc; Nil identified as yet - amateur receiver - Electoral Rolls: telephone mechanic (Ironside Estate, 1917); mechanic (Taringa, 1921-1928); lineman (North Tmborine, 1931); electrical mechanic (Eagle Heights, 1936; Toowong, 1937); telephone mechanic (Bundaberg, 1943-1949); technician (Toowong, 1954-1972); retired (Caloundra, 1977-1980) ===''HAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edgar Cecil Hawson|Hawson, Thomas Edgar Cecil]] [https://www.familysearch.org/tree/person/details/GXZ2-ZV9] - 1916(Qld)-1992(Qld) - Licences: 4CH Ipswich (Woodend, 1937-1939; East Ipswich, 1947-1948); 4CH Brisbane (Yeronga, 1969; Salisbury, 1975-1980) - Qualifications: cc; AOCP 2016, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: agent (Ipswich, Qld, 1937); radio mechanic (East Ipswich, Qld, 1949); storekeeper (Windsor, Qld, 1954; Yeronga, Qld, 1958; Salisbury, Qld, 1963-1980) ===''HAYMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Inglis Hayman|Hayman, William George Inglis]] [https://www.familysearch.org/tree/person/details/G8NL-CX1] - 1897(Eng)-1968(WA) - Licences: 6BG Perth (Claremont, 1925); 6GH Perth (Claremont, 1946-1965) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; scientist; educator - Electoral Rolls: lecturer (Claremont, 1922-1929); engineer (Claremont, 1931-1954); civil servant (Claremont, 1958-1968) - [https://adb.anu.edu.au/biography/hayman-william-george-12971 ADB] ===''HAYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Lot Henry Haynes|Haynes, Bruce Lot Henry]] [https://www.familysearch.org/tree/person/details/KC44-8M4] - 1898(NSW)-1961(NSW) - Licences: 2YA Armidale (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Armidale, 1930-1936); poultry farmer (West Pennant Hills, 1943-1958) * [[/Thomas Ambrose John Haynes|Haynes, Thomas Ambrose John]] [https://www.familysearch.org/tree/person/details/GSC5-WXM] - 1902(SA)-1968(SA) - Licences: 5AY Adelaide (Black Forest Estate, 1931-1939) - Qualifications: cc; AOCP 835, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Black Forest, 1939-1943) ===''HAZLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Stanley Arnold Hazlett|Hazlett, Royce Stanley Arnold]] [https://www.familysearch.org/tree/person/details/GXX4-F38] - 1932(Qld)-2015(Qld) - Licences: 4ZRH Brisbane (Wellers Hill, 1965-1975) - Qualifications: AOLCP 1159, 1961, Qld - amateur operator - Relationships: Son of 4EO Stanley Albert Hazlett - Electoral Rolls: electrician (Coorparoo, Qld, 1954-1963); electrical contractor (Wellers Hill, Qld, 1968-1972); contractor (Tarragindi, Qld, 1977-1980) * [[/Stanley Albert Hazlett|Hazlett, Stanley Albert]] [https://www.familysearch.org/tree/person/details/KC33-RH7] - 1900(Qld)-1971(Qld) - Licences: 4EO Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 4ZRH Royce Stanley Arnold Hazlett - Electoral Rolls: clerk (Coorparoo, Qld, 1925-1928); buyer (Coorparoo, Qld, 1937-1968) ===''HEARPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Hearps, David Edward]] - See David Edward Vaughan (assumed change of name) ===''HEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Harry Heath|Heath, Allan Harry]] [https://www.familysearch.org/tree/person/details/L5Y4-4DT] - 1914(SA)-1986(SA) - Licences: 5ZX Adelaide (Prospect Park, 1934-1939; Highgate, 1947-1956; Brighton, 1960-1980) - Qualifications: cc; AOCP 1369, 1934, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''HEATHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Heathers|Heathers, Cyril John]] [https://www.familysearch.org/tree/person/details/G8XN-NG9] - 1909(Eng)-2003(NSW) - Licences: 2GZ Sydney (Bankstown, 1930-1934); 2UA Sydney (Bankstown, 1935-1939; Artarmon, 1946-1975) - Qualifications: AOCP 615, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Bankstown, 1930-1943); telephone engineer (Artarmon, 1949-1968); engineer (Artarmon, 1977-1980) - Comment: 2GZ callsign likely withdrawn by PMGD for 2GZ Orange commercial ===''HEILBRONN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Heilbronn|Heilbronn, George]] [https://www.familysearch.org/tree/person/details/LJHL-PW3] - 1894(Qld)-1972(Qld) - Licences: 4GG Chinchilla (1929-1939); 4GG Yarraman (1946-1955); 4GG Crows Nest (1956); 4GG Millmerran (1960); 4GG Brisbane (Wynnum, 1965-1969) - Qualifications: cc; AOCP 565, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (Qld Listeners' League) - Electoral Rolls: locomotive fireman (Chinchilla, 1925-1937); locomotive driver (Yarraman, 1954); engine driver (Millmerran, 1943-1958); retired (Wynnum, 1963-1968) ===''HEINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Heine|Heine, John Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/G9VS-V1F] - 1908(Tas)-1988(Vic) - Licences: 7JK Hobart (City, 1927; Bellerive, 1931); 4JX Brisbane (City, 1933; Ascot, 1935; Kangaroo Point, 1937; Mowbray Park, 1938-1939); 3JF Melbourne (Beaumaris) (1960-1980+) - Qualifications: cc; AOCP 355, 1927, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kangaroo Point, 1934; Norman Park, 1937); engineer (Brighton, 1949); representative (Beaumaris, 1954-1980) ===''HEINRICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Latimer Heinrich|Heinrich, William Latimer]] [https://www.familysearch.org/tree/person/details/GXG5-S7Y] - 1917(SA)-1993(SA) - Licences: 5HR Bute (1934-1939); 5HR Adelaide (Kensington Gardens, 1947-1980+) - Qualifications: cc; AOCP 1376, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: farmhand (Bute, SA, 1939-1943) ===''HEITSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry John Keith Heitsch|Heitsch, Henry John Keith or Heinrich Johann]] [https://www.familysearch.org/tree/person/details/G8CV-QYP] - 1907(Vic)-1996(Qld) - Licences: 3HK Melbourne (Mitcham, 1929-1939, 1947-1975); 4AHK Scarness (1980+) - Qualifications: AOCP 516, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: piano fitter (Mitcham, 1931-1954); technician (Mitcham, 1963-1977); retired (Scarness, Qld, 1980) ===''HELLAWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Herbert Hellawell|Hellawell, Francis Herbert "Frank"]] [https://www.familysearch.org/tree/person/details/LK5G-478] - 1885(Qld)-1958(Qld) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - early wireless experimenter; amateur radio clubs (member, WIQ); federal public servant (PMGD) - Electoral Rolls: engineer (Toowong, 1913-1914; Coorparoo, 1919; East Annerley, 1925; Annerley, 1929-1934); clerk (Brisbane City, 1937); no occupation (Beachmere, 1943-1949; Annerley, 1954-1958) ===''HELLYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leicester Henry Hellyer|Hellyer, Leicester Henry]] [https://www.familysearch.org/tree/person/details/KFNW-BTC] - 1908(NSW)-1972(NSW) - Licences: 2LS Sydney (Rockdale, 1930-1933) - Qualifications: AOCP 600, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Rockdale, 1930-1933; Manly, 1934-1935; Artarmon, 1936-1937; Willoughby, 1943; Artarmon, 1949-1963; Newport, 1968-1977) ===''HENDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Henderson|Henderson, Frederick James]] [https://www.familysearch.org/tree/person/details/GXQG-XRX] - 1891(Eng)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 208, 1916 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified * [[/S. A. Henderson|Henderson, S. A.]] - 19??(???)-19??(???) - Licences: 5JN Adelaide (Walkerville, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HENNESSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] - 1896(Qld)-19?? - 4LO Brisbane (City, 1931-1939), amateur operator (AOCP 826, 1931, No. ? in Qld), fourth YL operator in Qld ===''HENRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Geddes Henry|Henry, Arthur Geddes]] [https://www.familysearch.org/tree/person/details/L4QW-K9Z] - 1907(NSW)-1969(NSW) - Licences: 2ZK Sydney (Sandringham, 1929-1939) - Qualifications: AOCP 494, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Sandringham, NSW, 1930-1937); engineer (San Souci, 1949-1963; Northbridge, 1968) * [[/Clement John Henry|Henry, Clement John]] [https://www.familysearch.org/tree/person/details/GZ6T-RPC] - 1905(NSW)-1996(NSW) - Licences: Receive (Valve) Uralla (1923); 2CH Uralla (1924-1929); 2UR Uralla (1930-1939); 2UR Blakehurst (1946); 2UR Sydney (Neutral Bay, 1948-1957; Pymble, 1958-1980+) - Qualifications: cc; AOCP 85, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 (RAAF) - Withdrawal: 2CH callsign withdrawn in 1930 for 2CH Sydney - Electoral Rolls: electrician (Uralla, 1930-1937); electrical fitter (RAAF Richmond, 1943); technician (Neutral Bay, 1949-1954; Pymble, 1958-1980) * [[/John Edwin Henry|Henry, John Edwin]] [https://www.familysearch.org/tree/person/details/KL6B-GD6] - 1868(Vic)-1933(Qld) - Licences: 4CZ Receive Mt Alford via Boonah (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: baker (Gundy, NSW, 1913); farmer (Boonah, Qld, 1917-1921); storekeeper (Mt Alford, Qld, 1922-1926); baker (Dayboro, Qld, 1928; Wondai, Qld, 1931) * [[/Raymond Cherrington Henry|Henry, Raymond Cherrington "Tom"]] [https://www.familysearch.org/tree/person/details/GX5X-C1Y] - 1894(SA)-1975(SA) - Licences: 5CY Cook (1935-1939); 5RY Adelaide (Goodwood, 1960) - Qualifications: cc; AOCP 1421, 1935, SA - amateur operator; amateur broadcaster; WW2 - Comment: Son, also named RCH, passed in WW2 - Electoral Rolls: fitter (Goodwood Park, SA, 1939-1943) ===''HENWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ralph Franklin Henwood|Henwood, Ralph Franklin]] [https://www.familysearch.org/tree/person/details/G89X-CF6] - 1912(WA)-1979(WA) - Licences: 6RL Perth (North Perth, 1930-1933; Claremont, 1937); 6RL Northam (1946-1948); 2AXA Sydney (Rose Bay, 1960-1961); 6RL Perth (Claremont, 1969-1975) - Qualifications: cc; AOCP 720, 1930, No. ?? in WA; BOCP 2, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio serviceman (Claremont, 1936); radio operator (6AM) (Northam, 1937); radio technician (Northam, 1943-1949; Claremont, 1954); technician (Bellevue Hill, 1958; Claremont, 1963-1972; Nedlands, 1977) ===''HEPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Dean Hepton|Hepton, William Dean "Bill"]] [https://www.familysearch.org/tree/person/details/LRBB-VN5] - 1898(Qld)-1966(Qld) - Licences: 4WD Brisbane (Milton, 1932-1939) - Qualifications: cc; AOCP 918, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, instructor 1932-1935) - Electoral Rolls: mechanic (Paddington, Qld, 1921; Milton, Qld, 1925-1963) ===''HERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Kinross Herd|Herd, James Kinross]] [https://www.familysearch.org/tree/person/details/GZZ2-YSQ] - 1901(Vic)-1963(Vic) - 3JK Baccus Marsh (1924-1927), 3JK Wangaratta (1933-1939, 1946-1956), 3JK Mornington (1960), amateur operator (AOCP 36, 1924, No. ?? in Vic), amateur broadcaster ===''HERSCHEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Victor Herschel|Herschel, Henry Victor]] [https://www.familysearch.org/tree/person/details/K4N6-76H] - 1902(Qld)-1937(Qld) - Licences: 4UK Cairns (1929-1931); 4UK Toowoomba (1933); 4UK Brisbane (Indooroopilly, 1937) - Qualifications: cc; AOCP 564, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Newtown, 1925; Cairns, 1930; Indooroopilly, 1936-1937)- Comment: Passed too soon ===''HESKETH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Hesketh|Hesketh, John]] - 1868(Eng)-1917(Vic) - early wireless experimenter, senior state public servant (Qld electrical engineer), senior federal public servant (PMGD, chief electrical engineer), military (Royal Engineers, Eng; Qld Defence Force, lieutenant) ===''HEWITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Hewitt|Hewitt, Archibald John "Arch"]] [https://www.familysearch.org/tree/person/details/G8DZ-TNY] - 1910(SA)-1988(SA) - Licences: 5XK Adelaide (Torrensville, 1930-1939); 5XK Kingscote (1946-1948); 5XK Adelaide (Torrensville, 1954; College Park, 1955-1956; Lucindale, 1960; Semaphore, 1965-1969; Ottaway, 1975-1980) - Qualifications: cc; AOCP 582, 1930, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal clerk (Kingscote, 1939-1941) * [[/Clarence Richard Hewitt|Hewitt, Clarence Richard]] [https://www.familysearch.org/tree/person/details/G6D1-718] - 1900(Qld)-1969(Qld) - Licences: 4CR Brisbane (Rosalie, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Petrie Tce, Qld, 1919); student (Petrie Tce, Qld, 1921-1926); moulder (Rosalie, Qld, 1928); carpenter (Rosalie, Qld, 1936-1943; Indooroopilly, Qld, 1949); hotel manager (Indooroopilly, Qld, 1954) * [[/Horace Thomas Hewitt|Hewitt, Horace Thomas]] [https://www.familysearch.org/tree/person/details/MN6S-JBL] - 1904(Qld)-1988(Qld) - Licences: 4PD Brisbane (Moorooka, 1939, 1947-1980) - Qualifications: cc; AOCP 2377, 1939, Qld - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Hodgson, Qld, 1925; Bowen, Qld, 1930); mechanic (Roma, Qld, 1936-1937); turner (Moorooka, Qld, 1943-1980) * [[/Thomas George Hewitt|Hewitt, Thomas George]] [https://www.familysearch.org/tree/person/details/GXZ2-PLM] - 1900(NSW)-1962(NSW) - Licences: 4TH Cairns (1937-1939); 2LH Lismore (1946-1961); 2ATG Lennox Head (1955-1961) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: medical practitioner (Cairns, Qld, 1930-1943; Lismore, NSW, 1949-1958) ===''HIAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Charles Hiam|Hiam, Robert Charles "Charles"]] [https://www.familysearch.org/tree/person/details/9VCT-14T] - 1888(Vic)-1982(Vic) - Licences: XLD Melbourne (Balaclava, 1913-1914); 3LW Melbourne (St Kilda, 1923-1931; Caulfield North, 1933-1939) - Qualifications: cc; CPRT 174, 1915 - amateur operator; amateur broadcaster - Electoral Rolls: tailor (St Kilda, 1913-1928; Caulfield, 1931-1968); retired (Beaumaris, 1972-1980) ===''HICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Joseph Hicks|Hicks, Henry Joseph "Harry"]] [https://www.familysearch.org/tree/person/details/G8QG-RRR] - 1913(Qld)-1983(Qld) - Licences: 1HH Macquarie Island (1955-1956); 4HG Willis Island (1963); 9HG Lae, New Guinea (1965-1969); 4HG Tolga (1975-1980) - Qualifications: AOCP 2468, 1941, Qld; 1COCP 784, 1944 - amateur operator - Electoral Rolls: letterpress machinist (Cairns, 1936-1937); printer (Newtown, 1943); radio officer (Broome, 1963); wireless operator (Thursday Island, 1972); retired (Tolga, 1977-1980) - Awards: BEM (1958, Officer in Charge, Radio Weather Reporting Station, Willis Islets) ===''HIGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Gordon Conway Higgins|Higgins, John Gordon Conway "Jack"]] [https://www.familysearch.org/tree/person/details/GD45-FKK] - 1884(NSW)-1963(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 29, 1914 - wireless telegraphist, WW1, WW2 - Electoral Rolls: clerk (South Perth, 1910-1912); radio engineer (Prahran, 1925-1927); manufacturer (St Kilda, Vic, 1934-1937); soldier (Caulfield, 1942); military duties (South Yarra, 1949); retired (Dromana, 1954; Sorrento, 1963) ===''HILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Edward Hilder|Hilder, Henry Edward]] - 1919(???)-1984(Qld) - 4HH Brisbane (East Brisbane, 1946-1948; Nudgee, 1954-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ), military (WW2, AIF Signals), employment (Brisbane Fire Brigade, communications), (Halcyon says AOCP Brisbane 1936 but no record) ===''HILDYARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol David Hildyard|Hildyard, Athol David]] [https://www.familysearch.org/tree/person/details/LYNY-TBD] - 1919(Tas)-1998(Tas) - Licences: 7DH Hobart (City, 1936-1939, 1948; Montagu Bay, 1954-1980+) - Qualifications: cc; AOCP 1735, 1936, No. ?? in Tas; 1AOCP 50, 1947 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcast technician (Hobart South, 1943-1949); radio engineer (Montagu Bay, 1954) ===''HILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Wyatt Hill|Hill, Alfred Wyatt]] [https://www.familysearch.org/tree/person/details/GD2Y-5VM] - 19??(???)-19??(???) - Licences: 2TS Sydney (Killara, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Arthur Stanley Hill|Hill, Arthur Stanley]] [https://www.familysearch.org/tree/person/details/GX16-FRC] - 1906(Eng)-19??(???) - Licences: 6AH Wiluna (1937-1939, 1947-1965); 6AH Busselton (1969-1980+) - Qualifications: cc; AOCP 1985, 1937, WA - amateur operator; amateur broadcaster; WW2 - Relationships: Husband of 6MH Mary Lilian Hill nee - Electoral Rolls: electrician (Wiluna, WA, 1931); engineer (Wiluna, WA, 1936-1949); business manager (Wiluna, WA, 1954-1963); retired (West Busselton, WA, 1968-1980) * [[/Frederick John Hill|Hill, Frederick John]] [https://www.familysearch.org/tree/person/details/G8CS-1J5] - 19??(???)-19??(???) - Licences: 2TY Kurri Kurri (1929-1934) - Qualifications: cc; AOCP 500, 1929, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: colliery employee (Pelaw Main, 1930; Stanford Merthyr, 1934; Kurri Kurri, 1936-1937); winding driver (Kurri Kurri, 1968) * [[/Mary Lilian XXXX|Hill nee , Mary Lilian]] [https://www.familysearch.org/tree/person/details/GX16-JZY] - 1906(???)-19??(???) - Licences: 6MH Wiluna (1937-1939, 1947-1965); 6MH Busselton (1969-1980+) - Qualifications: cc; AOCP 1976, 1937, WA - amateur operator; amateur broadcaster; YL operator - Relationships: Wife of 6AH Arthur Stanley Hill - Electoral Rolls: ===''HILLHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Reid Hillhouse|Hillhouse, James or James Reid]] [https://www.familysearch.org/tree/person/details/GXH2-YZJ] - 1907(Sct)-1992(Qld) - Licences: 4ZO Collinsville (1933-1939, 1947-1975); 4ZO Bowen (1980+) - Qualifications: cc; AOCP 1115, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: coal miner (Collinsville, Qld, 1928-1963); retired (Gladstone, Qld, 1977) ===''HILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Hilton|Hilton, William Edward]] [https://www.familysearch.org/tree/person/details/GDPR-P1K] - 1876(???)-1957(NSW) - Licences: XEQ Sydney (St Leonards, 1913-1914); 2BA Receive Sydney (Crows Nest, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: postal assistant (Newtown, 1903); postmaster (Stockton, 1930-1932; Kurri Kurri, 1934-1936); retired (Long Jetty, 1943-1949) ===''HINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Hine|Hine, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GCBY-3SZ] - 1907(NSW)-1994(NSW) - Licences: 2QL Sydney (Campsie, 1935-1937; Richmond, 1938-1939; Homebush, 1946-1980+) - Qualifications: AOCP 1434, 1935, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Campsie, 1930-1931; Temora, 1932-1935); wireless operator (RAAF Richmond, 1936-1937; Concord, 1943); radio officer (Homebush, 1954-1958; Strathfield West, 1968; Homebush, 1977-1980) ===''HIPWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Anson Le Hunt Hipwell|Hipwell, Ronald Anson Le Hunt]] [https://www.familysearch.org/tree/person/details/G8HJ-SMM] - 1902(Vic)-1975(Vic) - Licences: 3KU Swan Hill (1929-1933); 2ACD Broken Hill (1937-1939); 3ACD Melbourne (Dromana, 1955-1956); 5AJ Port Augusta (1960-1965); 3AEI Melbourne (Dromana, 1969-1975) - Qualifications: AOCP 486, 1929, No. ?? in Vic; AOLCP 140, 1934 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: engineer (St Kilda East, 1925); electrical engineer (Swan Hill, 1931); radio engineer (Broken Hill, 1935-1943); radio electrical fitter (Dromana, 1949-1954); retired (Dromana, 1972) ===''HIRSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jacob Alexander Hirsch|Hirsch or Deerson, Jacob or Jakob Alexander]] [https://www.familysearch.org/tree/person/details/GWZX-RZ3] - 1896(Aus)-1979(Aus) - Licences: 2AE Receive Sydney (Croydon, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (Oatley, 1930-1937); clerk (Canberra, 1949); no occupation (Pambula Beach, 1954-1972; Merimbula, 1977) ===''HITCHCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leith Fuller Hitchcock|Hitchcock, Leith Fuller]] [https://www.familysearch.org/tree/person/details/GXWC-Y61] - 1897(Qld)-1953(Qld) - Licences: 4LH Brisbane (Wooloowin, 1931-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: bacteriologist (Wooloowin, 1921-1936); research officer (Wooloowin, 1943-1949) ===''HOAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. M. Hoad|Hoad, C. M.]] - 19??(???)-19??(???) - Licences: None yet identified - Qualifications: AOCP 319, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - Individual not yet identified ===''HOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Cecil Hoar|Hoar, John Cecil]] [https://www.familysearch.org/tree/person/details/MVKW-HND] - 1900(Eng)-1964(WA) - Licences: 6OR Perth (Fremantle, 1931-1939; Mosman Park, 1947-1960) - Qualifications: cc; AOCP 786, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Barracks, Fremantle, WA, 1925-1931; East Fremantle, WA, 1936-1937; Mosman Park, WA, 1949-1963) ===''HOARE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Hoare|Hoare, Peter]] [https://www.familysearch.org/tree/person/details/G99K-6N4] - 1895(NSW)-1975(NSW) - 2PH Gosford (1925-1927), amateur operator (AOCP 82, 1925, No. ?? in NSW), amateur broadcaster, railway signalman * [[/Pierce Mark Hoare|Hoare, Pierce Mark]] - 1895(NSW)-1988(NSW) - 2SL Lismore (1934-1980+), amateur operator (AOCP 1227, 1933, No. ?? in NSW), amateur broadcaster, radio clubs (Richmond River Listeners' League) ===''HOBART-DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Hobart-Duff, William Vere see Duff, William Vere Hobart]] ===''HOBCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hurtle Horace Hobcroft|Hobcroft, Hurtle Horace]] [https://www.familysearch.org/tree/person/details/G8WZ-G5T] - 1899(SA)-1993(SA) - Licences: 5RE Adelaide (West Brunswick, 1928); 5RE Renmark (1931-1939, 1946-1956); 5RE Adelaide (Linden Park, 1960-1969) - Qualifications: cc; AOCP 420, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW1; WW2 - Relationships: Father of Rex Kelvin Hobcroft - Electoral Rolls: clerk (Carlton North, 1925-1926; Brunswick West, 1928); horticulturalist (Renmark, 1939-1943) ===''HOBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Forde Hobler|Hobler, Cecil Forde]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: solicitor (Barcaldine, 1928) - Relationships: cousin of 4DO Harold Learmonth Hobler? * [[/Harold Learmonth Hobler|Hobler, Harold Learmonth]] [https://www.familysearch.org/tree/person/details/LRKZ-8N1] - 1906(Qld)-1984(Qld) - Licences: 1217 Rockhampton (1921-1924); 4DO Receive Rockhampton (1923); 4DO Rockhampton (1925-1939, 1946-1980+) - Qualifications: cc; AOCP 110, 1925, No. 12 in Qld; CPRT 1003, 1928 - amateur operator; amateur broadcaster; radio club (WIAQ, JOTA); business proprietor (picture theatre), WW2 - Electoral Rolls: theatre manager (Rockhampton, 1930-1937); theatre proprietor (Rockhampton, 1943); soldier (Bulimba, 1943); theatre proprietor (Rockhampton, 1949); theatre manager (Rockhampton, 1958-1963); property owner (Rockhampton North, 1968-1977) - Relationships: cousin of Cecil Forde Hobler? ===''HODDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Hodder|Hodder, Clarence William]] [https://www.familysearch.org/tree/person/details/GXLK-ZRC] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Parkside, 1923); Receive Adelaide (Parkside, 1923); 5LY Adelaide (Parkside, 1934-1939, 1947; Bridgewater, 1948-1980) - Qualifications: cc; AOCP 1354, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: moulder (Parkside, SA, 1939-1943) ===''HODDINOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Hoddinott|Hoddinott, Francis William]] [https://www.familysearch.org/tree/person/details/9N4Q-3X7] - 1886(Vic)-1972(Qld) - Licences: Receive Brisbane (Eagle Junction, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Rockville Estate, Toowoomba, Qld, 1908; Toowoomba, Qld, 1912; Sandgate, Qld, 1919; Eagle Junction, Qld, 1921-1943; West End, 1949); retired (Tamborine Mountain, Qld, 1958-1963; Hendra, Qld, 1968) ===''HODGKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Charles Hodgkinson|Hodgkinson, Francis Charles]] [https://www.familysearch.org/tree/person/details/GDBM-J4S] - 1906(???)-1977(???) - Licences: Receive (Crystal) Ulverstone (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: jeweller's assistant (Ulverstone, 1928-1949); watchmaker (Ulverstone, 1954) ===''HODSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Hodson|Hodson, Victor]] [https://www.familysearch.org/tree/person/details/GXQ5-DV2] - 1890(SA)-1917(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 145, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified ===''HOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hoe|Hoe, Frederick]] [https://www.familysearch.org/tree/person/details/GS4Q-CSG] - 1886(Vic)-1976(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer; business proprietor (Fred Hoe and Sons) - Relationships: Father of 4FO Fred Hoe - Electoral Rolls: engineer (Fortitude Valley, Qld, 1913; Yeronga, Qld, 1916-1919); manager (Yeronga, Qld, 1921-1972) * [[/Fred Hoe|Hoe, Fred]] [https://www.familysearch.org/tree/person/details/G796-MWK] - 1913(Vic)-1984(Qld) - Licences: 4FO Brisbane (Yeronga, 1933-1939; Annerley, 1946-1954) - Qualifications: cc; AOLCP 53, 1931; AOCP 1188, 1933, Qld - amateur operator; amateur broadcaster; employment (Edgar V. Hudson); business proprietor (Fred Hoe and Sons) - Relationships: Son of Frederick Hoe - Electoral Rolls: radio engineer (Yeronga, Qld, 1936-1937); general manager (Annerley, Qld, 1949); business manager (Salisbury, Qld, 1954); manager (Buranda, Qld, 1954-1963; Burleigh Heads, Qld, 1968); company director (Holland Park West, Qld, 1972-1980) ===''HOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hogg|Hogg, Stanley]] [https://www.familysearch.org/tree/person/details/GXBD-TCR] - 1908(Eng)-1987(WA) - Licences: 6SG Harvey (1934-1939) - Qualifications: cc; AOCP 1382, 1934, WA; BOCP 142, 1938; 2COCP 240, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: milk tester (Harvey, WA, 1930-1937); radio operator (AAMS Wireless Station, Kalgoorlie, WA, 1943); engineer (Nedlands, WA, 1949); aircraft engineer (Kewdale, WA, 1954-1968; Belmont, WA, 1972); retired (Coodanup, WA, 1977; Mandurah, WA, 1980) ===''HOLLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Evan Holland|Holland, Albert John Evan]] [https://www.familysearch.org/tree/person/details/GZQW-VBH] - 1896(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; AOCP 12, 1924, No. 3 in Vic - amateur operator; amateur broadcaster - Relationships: brother of 3JH Frank Henry James Holland - Electoral Rolls: draftsman (Moonee Ponds, 1922-1925; Essendon, 1926); engineer (Essendon, 1928-1931; Camberwell, 1936-1954); nil (Nunawading, 1963) * [[/Frank Henry James Holland|Holland, Frank Henry James]] [https://www.familysearch.org/tree/person/details/GZQW-S1W] - 1899(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; CPRT 596, 1920 - amateur operator; amateur broadcaster - Comment: well placed in Trans-Pacific Tests 1923 despite inferior equipment - Relationships: brother of 3JH Albert John Evan Holland - Electoral Rolls: wireless instructor (Moonee Ponds, 1922-1925); boot repairer (Essendon, 1926-1928); labourer (North Essendon, 1931); boot repairer (Olinda, 1934-1943); postal clerk (Sandringham, 1949); clerk (Heidelberg, 1954-1968) * [[/Ronald Weymouth Holland|Holland, Ronald Weymouth "Ron"]] - 1914(???)-1983(Qld) - 4AQ Brisbane (Coorparoo, 1946-1980+), amateur operator (AOCP 2392, 1939, No. ?? in Qld) ===''HOLLOWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hart Holloway|Holloway, William Hart]] [https://www.familysearch.org/tree/person/details/GXQ5-HRT] - 1876(Eng)-1950(Tas) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 20, 1914; 1COCP 41, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: agent (Brunswick, Vic, 1909; Whitemark, Flinders Island, 1914-1919); wireless operator (Broome, 1918-1922); O.J.C. Radio (Camberwell, 1924-1926); radio officer (Thursday Island, 1928); officer-in-charge (Radio Station, Emita, Flinders Island, 1936-1937); farmer (Lady Barron, 1943-1949) ===''HOLST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Owen Holst|Holst, Arnold Owen]] [https://www.familysearch.org/tree/person/details/GZ6V-ZPD] - 1898(Vic)-1975(Vic) - Licences: XPH Melbourne (Caulfield, 1913-1914); 3OH Melbourne (Toorak, 1956-1975) - Qualifications: Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster (through brother Hector's station 3BY); electrician - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: sharebroker (Camberwell, 1922-1934; Toorak, 1935-1972) * [[/Hector James Holst|Holst, Hector James]] [https://www.familysearch.org/tree/person/details/GZ6V-X23] - 1903(Vic)-1954(Vic) - Licences: 3BY Receive Melbourne (Caulfield, 1922); 3BY Melbourne (Caulfield, 1923-1954) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: engineer (Caulfield, 1925-1954) * [[/Otto Holst|Holst, Otto]] [https://www.familysearch.org/tree/person/details/GZ6V-2M7] - 1906(Vic)-1967(Vic) - Licences: 3BY Melbourne (Caulfield, 1955-1967) - Qualifications: cc; AOCP 79, 1925, No. ?? in Vic - amateur operator; amateur broadcaster (through brother Hector's station 3BY) - took over 3BY callsign after passing of brother Hector James Holst in 1954 - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: radio engineer (Caulfield, 1928-1963) ===''HOLT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Molineux Holt|Holt, Bernard Molineux]] [https://www.familysearch.org/tree/person/details/LDQR-MJP] - 1883(NZ)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - president WIA WA; witness to Royal Commission 1927 (obo WIA WA) - Electoral Rolls: electrical engineer (Claremont, 1910-1914; Osborne, 1917-1954) ===''HOMBERG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. G. Homberg|Homberg, S. G.]] - 19??(???)-19??(???) - Licences: 3RG Melbourne (Malvern, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Morten Honnor|Honnor, John Morten]] [https://www.familysearch.org/tree/person/details/KCNV-ZM6] - 1900(SA)-1987(Vic) - Licences: 5AE Adelaide (Prospect, 1923-1931) - Qualifications: cc; AOCP 192, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Knoxville, SA, 1939-1941); RAAF (Ballarat, Vic, 1942); instructor (Hampton, 1949; Bentleigh, 1954-1980) ===''HOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Hamilton Hood|Hood, John George Hamilton]] [https://www.familysearch.org/tree/person/details/G772-RK8] - 1904(NSW)-1971(Vic) - 3BP Receive Melbourne (South Yarra, 1922); 3BP Melbourne (East St Kilda, 1923-1933; Toorak, 1937-1939) - Qualifications: cc; AOCP 182, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (East St Kilda, 1925-1931); draughtsman (Toorak, 1934-1937; Malvern, 1943-1967) ===''HOOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel George Alfred Hooke|Hooke, Lionel George Alfred]] [https://www.familysearch.org/tree/person/details/G8NK-KDV] - 1895(Vic)-1974(NSW) - Licences: 3M? Melbourne - Qualifications: CPRTelephony 529, 1920 - amateur operator, amateur broadcaster, early wireless experimenter, ship wireless operator (Aurora, 1914, support Shackleton's expedition), radio clubs (IRE Aust), business (AWA, senior management), honours (knighted, 1937) - Electoral Rolls: wireless (Brighton, Vic, 1921-1927); business manager (Neutral Bay, 1933); manager (Killara, NSW, 1936-1972) - [https://adb.anu.edu.au/biography/hooke-sir-lionel-george-alfred-10536 ADB] ===''HOOKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Theodore Hooker|Hooker, Walter Theodore]] [https://www.familysearch.org/tree/person/details/GD1W-QB5] - 1901(St Kitts)-1949(Tas) - Licences: 7JH Hobart (New Town, 1933-1939); 7JH Waddamanna (1946-1948) - Qualifications: cc; AOCP 1161, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart North, 1922); electrical engineer (New Town, 1928); electrician (New Town, 1936); engineer (Waddamanna, 1937-1943) ===''HOOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Wallbank Hooper|Hooper, Allan Wallbank]] [https://www.familysearch.org/tree/person/details/LB8M-VJG] - 1898(SA)-1960(NSW) - Licences: 4KR Willis Island (1933) - Qualifications: cc; CPRT 432, 1919; 2COCP 8, 1929; 1COCP 127, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: unemployed (Manly, NSW, 1949); telegraphist (Little Bay, NSW, 1949; Yarra Bay, NSW, 1954-1958) ===''HOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyndsay Arthur Hope|Hope, Lyndsay Arthur]] [https://www.familysearch.org/tree/person/details/LKYX-575] - 1906(Tas)-1997(Tas) - Licences: 7LA Launceston (1925-1927+) - Qualifications: cc; AOCP 188, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; broadcast engineer; WW2; gave up experimental callsign for use by his Class B licence, 7LA Launceston - Relationships: brother of 7RS Ronald Springfield Hope - Electoral Rolls: bank clerk (Launceston, 1928); bank officer (Ulverstone, 1936); accountant (Scottsdale, 1949; Bridport, 1954-1972) * [[/Ronald Springford Hope|Hope, Ronald Springford]] [https://www.familysearch.org/tree/person/details/LTCW-PDG] - 1909(Tas)-1985(NSW) - Licences: 7RS Launceston (1926-1927); 7RS Hobart (City, 1931; Sandy Bay, 1933+) - Qualifications: cc; AOCP 263, 1926, No. ?? in Tas; AOLCP 75, 1932; ROCP N1832, 1976 - amateur operator; amateur broadcaster; broadcast engineer (designed & constructed transmission systems for 7HO Hobart & 7UV Ulverstone); later employed by STC England - Relationships: brother of 7LA Lyndsay Arthur Hope - Electoral Rolls: broadcast engineer (Queensborough, Tas, 1936); not specified (Finchley, Eng, 1936-1938); engineer (Thornleigh, NSW, 1949-1954); company director (Beecroft, NSW, 1958-1980) ===''HOPKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alfred Hopkins|Hopkins, Edward Alfred]] [https://www.familysearch.org/tree/person/details/GM4D-3QJ] - 1902(Tas)-1992(NSW) - Licences: Receive Moonah (1923) - Qualifications: cc; 3COCP 4858, 1964 - amateur receiver - Electoral Rolls: electrician (Moonah, 1928); engineer (Milson's Point, 1936-1943); electrical engineer (Wollstonecraft, 1949-1954); engineer (Wollstonecraft, 1958-1980) ===''HORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin John Horan|Horan, Kevin John "Ken"]] [https://www.familysearch.org/tree/person/details/G8V9-FTZ] - 1912(SA)-2002(SA) - Licences: 5DQ Adelaide (Parkside, 1930-1931; Unley, 1933); 2AJU Broken Hill (1938-1939); 5DQ Adelaide (Flinders Park, 1947-1960; Grange, 1965-1969); 3ZD Melbourne (Glen Waverley, 1975); 5IT Adelaide (Fulham, 1980) - Qualifications: cc; AOCP 672, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Clovelly, NSW, 1943); manager (Glen Waverley, 1972-1977) ===''HORN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Horn|Horn, David]] [https://www.familysearch.org/tree/person/details/GS41-9K4] - 1909(Qld)-1962(Qld) - Licences: 4DN Tara (1937-1939) - Qualifications: cc; AOCP 2021, 1937, Qld; BOCP 578, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: medical practitioner (Somerset Dam, Qld, 1936-1937; Baralba, Qld, 1943); radio engineer (Toowoomba, Qld, 1949); medical practitioner (Toowoomba, Qld, 1954) * [[/Irvan James Horn|Horn, Irvan James or James Irwin]] [https://www.familysearch.org/tree/person/details/G8WF-GB6] - 1905(WA)-19??(???) - Licences: 6JH Perth (City, 1928, 1937-1939); 3HX Melbourne (South Melbourne, 1965) - Qualifications: cc; AOCP 427, 1928, No. ?? in WA; 2COCP 29, 1935; 1COCP, 127, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Perth, WA, 1936-1937); wireless officer (Subiaco, WA, 1943); electrical contractor (Subiaco, WA, 1949); contractor (Albert Park, Vic, 1949); electrical contractor (Albert Park, Vic, 1963); retired (West Perth, WA, 1977; Subiaco, WA, 1980) ===''HORROCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Samuel Blake Horrocks|Horrocks, George Samuel Blake]] [https://www.familysearch.org/tree/person/details/GF94-19M] - 1911(WA)-1966(Vic) - Licences: 6GS Harvey (1932-1939, 1947-1948); 6GS Wagin (1954-1955) - Qualifications: cc; AOCP 919, 1932, No. ?? in WA; BOCP 1154, 1950; TVOCP 61, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: engine driver (Harvey, WA, 1936-1949); radio technician (Mt Lawley, WA, 1954); technician (Bentleigh North, Vic, 1963) ===''HOSKEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Dryden Hosken|Hosken, Arthur John Dryden]] [https://www.familysearch.org/tree/person/details/L6KH-BX8] - 1889(Eng)-1966(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 727, 1922 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: seaman (Williamstown, 1914-1919); Amalgamated Wireless (Darwin, 1922) * [[/Stanley Victor Hosken|Hosken, Stanley Victor]] [https://www.familysearch.org/tree/person/details/9HWQ-MGG] - 1894(Vic)-1971(Vic) - Licences: 3MP Receive Melbourne (Hawthorn, 1923); 3MP Melbourne (Hawthorn, 1923-1924; Surrey Hills, 1925-1933; Broadmeadows, 1934-1939; St Albans, 1946-1955; Hawthorn, 1956-1965; Mitcham, 1969) - Qualifications: cc; AOCP 6, 1924, No. 2 in Vic - amateur operator; amateur broadcaster; broadcast engineer (3AR, 3LO) - Electoral Rolls: civil servant (Hawthorn, 1919-1924); electrical engineer (Surrey Hills, Vic, 1925-1931); senior mechanic PMGD (3AR station, Broadmeadows, 1936-1937); civil servant (3AR Station, St Albans, 1942-1954); nil (Hawthorn, 1963-1967; Mitcham, 1968) ===''HOSKING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Piere Hosking|Hosking, Aubrey Piere]] [https://www.familysearch.org/tree/person/details/GDYV-D7R] - 1891(South Africa)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 376, 1918; 1COCP 117, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIT Townsville (1917-1918) - Electoral Rolls: wireless operator (Townsville, 1919); telegraphist (South Yarra, Vic, 1921-1922); radio telegraphist (Canterbury, Vic, 1924); sales manager (Canterbury, Vic, 1925-1926; Balwyn, Vic, 1928; Lindfield, NSW, 1930-1963) ===''HOSKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stark Hoskins|Hoskins, John Stark]] [https://www.familysearch.org/tree/person/details/G61K-FZ3] - 1891(NZ)-1987(Eng) - Licences: Nil yet identified - Qualifications: cc; CPRT 147, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: business manager (Claremont, WA, 1929) ===''HOWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Earl Stephen Howard|Howard, Earl Stephen]] [https://www.familysearch.org/tree/person/details/GQMV-XQL] - 1895(Tas)-1938(Vic) - Licences: 7ET Hobart (Moonah, 1928-1931) - Qualifications: cc; AOCP 470, 1928, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: clerk (Hobart, 1919-1922; Moonah, 1928-1936) ===''HOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Maxwell Howden|Howden, John Maxwell]] [https://www.familysearch.org/tree/person/details/GH2L-7LN] - 1929(Vic)-2017(Vic) - Licences: 3ZCH Melbourne (Burwood, 1956; Box Hill 1960-1975); 3BQX Melbourne (Box Hill, 1980+) - Qualifications: AOLCP 187, 1956; AOCP V610, 1979 - amateur operator - Relationships: son of 3BQ Walter Francis Maxwell Howden - Electoral Rolls: * [[/Walter Francis Maxwell Howden|Howden, Walter Francis Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/G43K-1TC] - 1899(Vic)-1980(Vic) - Licences: No 19 Receive Melbourne (Box Hill, 1920); V140 Receive Melbourne (Box Hill, 1921); 3BQ Receive Melbourne (Box Hill, 1922); 3BQ Melbourne (Box Hill, 1923-1927; Canterbury, 1928-1939 & 1946-1975+); 3ABQ Melbourne (portable, "Canterbury", 1947-1956) - Qualifications: AOCP 114, 1925, No. ?? in Vic - amateur operator, amateur broadcaster, first to QSO USA; first to QSO England, first on telegraphy, then telephony; journalist (Listener In); Bright Star Crystals 1930s-1950s; QSLs: substantial portion of QSL collection survives at NFSA (1800+) - Relationships: father of 3ZCH/3BQX John Maxwell Howden - Electoral Rolls: student (Box Hill, 1924-1927); wireless engineer (Ringwood, 1928); engineer (Camberwell, 1931-1954) - Links: [http://messui.polygonal-moogle.com/valves/NW199611.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199612.pdf EA2] ===''HOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph Howe|Howe, John Joseph]] [https://www.familysearch.org/tree/person/details/LD83-QNG] - 1886(Irl)-1949(Tas) - Licences: Nil yet identified - Qualifications: cc; CPRT 117, 1915; 1COCP 15, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918) - Electoral Rolls: radio telegraphist (Cooktown, 1916-1917); wireless operator (Pinkenba, Qld, 1919; Moonah, Tas, 1922; New Town, Tas, 1928-1943) * [[/Raymond Raine Howe|Howe, Raymond Raine "Ray"]] [https://www.familysearch.org/tree/person/details/GXHH-KJN] - 1919(Qld)-1984(NSW) - Licences: 4RH Bundaberg (1936-1939); 2ARH Sydney (Vaucluse, 1946-1955; Epping, 1956-1960); 3YH Melbourne (Mt Waverley, 1965-1969) - Qualifications: AOCP 1812, 1936, No. ?? in Qld; 3AIR 1009, 1947 - amateur operator; amateur broadcaster; broadcast engineer (4BU); military (RAAF, career, Wing-Commander) - Electoral Rolls: Wireless Operator (Richmond, NSW, 1943); RAAF (Vaucluse, NSW, 1949); RAAF officer (Campbell, ACT, 1963); RAAF (Syndal, Vic, 1967); RAAF officer (Dickson, ACT, 1972-1977); retired (Narrawallee, NSW, 1980) ===''HOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Montague Howlett|Howlett, Arthur Montague]] [https://www.familysearch.org/tree/person/details/GZPZ-NWZ] - 1882(Eng)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 130, 1915; 2COCP 253, 1930 - RANRS (Warrant Telegraphist, 1918) - Electoral Rolls: radio engineer operator (Esperance, 1916); warrant officer R.A.N.R.S. (Thursday Island, 1919); radio telegraphist (Rockhampton, 1925-1931; Clayfield, Qld, 1936); wireless operator (Clayfield, 1943-1954); retired (Clayfield, Qld, 1958) ===''HUBSHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lassalle Paul Hubsher|Hubscher or Hubsher, Lassalle Paul "Paul"]] [https://www.familysearch.org/tree/person/details/GXWF-8DP] - 1913(Qld)-1971(Qld) - Licences: 4UL Brisbane (Bulimba, 1936-1939; Annerley, 1946-1969+) - Qualifications: cc; AOCP 1578, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor); part of the "U" gang; Evans Deakin engineering - Electoral Rolls: fitter & turner (Valley, Qld, 1936-1937); draftsman (Annerley, 1943-1968) ===''HUDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Henry Hudson|Hudson, William Henry]] [https://www.familysearch.org/tree/person/details/K4BR-1P4] - 1895(NSW)-1972(NSW) - Licences: XBO Sydney (Dulwich Hill, 1913-1914); 2PO Receive Sydney (Marrickville, 1923); 2AR Sydney (Dulwich Hill, 1922-1969) - Qualifications: cc; AOCP 18, 1924, No. 8 in NSW - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: bootmaker (Dulwich Hill, 1930-1963) - Comment: beware, several contemporaneous WHHs ===''HUEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Meredyth Huey|Huey, Richard Meredyth]] [https://www.familysearch.org/tree/person/details/G8WP-Y1Z] - 1913(NSW)-1995(NSW) - Licences: 2HU Sydney (Chatswood, 1928-1931; Cronulla, 1933-1937); 3UE Melbourne (Hawthorn East, 1938-1939); 2AHU Sydney (Sylvania, 1980) - Qualifications: AOCP 437, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Cronulla, 1935-1937); army officer (Melbourne, 1943); engineer (West Pennant Hills, 1949; Pennant Hills, 1954; Edgecliff, 1958-1963; Sylvania, 1977-1980); retired (Mittagong, 1980) ===''HUGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Roy Huggins|Huggins, David Roy]] [https://www.familysearch.org/tree/person/details/GDW3-LXL] - 1892(NSW)-1976(NSW) - Licences: 2ZW Sydney (Neutral Bay, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: organ builder (Petersham, 1913); piano maker (Neutral Bay, 1930-1968); builder (Cremorne, 1972) ===''HUGHES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Alan Hughes|Hughes, Clive Alan]] [https://www.familysearch.org/tree/person/details/G8MV-3XQ] - 1900(Vic)-1966(Vic) - Licences: 3CA Ararat (1927); 3CA Melbourne (Williamstown, 1931-1939, 1946-1965) - Qualifications: AOCP 343, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Williamstown, 1924-1928); schoolmaster (Williamstown, 1936-1963) * [[/George Herbert Hughes|Hughes, George Herbert]] [https://www.familysearch.org/tree/person/details/GXZT-4JB] - 1909(Qld)-1997(Qld) - Licences: 4HU Brisbane (Windsor, 1937-1939; Annerley, 1947-1954) - Qualifications: cc; AOCP 1929, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: store keeper (Windsor, Qld, 1934-1937); branch manager (Annerley, Qld, 1943-1958); technician (Tarragindi, Qld, 1963-1980) ===''HUGO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald William Stuart Hugo|Hugo, Ronald William Stuart or Stewart (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GFMZ-CLZ] - 1910(WA)-1978(WA) - Licences: 6KW Perth (Subiaco, 1938-1939, 1947-1960; Floreat Park, 1965-1975) - Qualifications: cc; AOCP 2081, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Subiaco, WA, 1931-1934); salesman (Subiaco, WA, 1936-1963); manager (Floreat Park, WA, 1968-1977) ===''HULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Galbraith Hull|Hull, Allan Galbraith "Braith"]] [https://www.familysearch.org/tree/person/details/GWQD-PTY] - 1905(Vic)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - journalist (Wireless Weekly, editor; Radio and Hobbies, editor 1939; Australasian Radio World, editor 1940-1950) - Relationships: brother of William Howard Hull & 3JU Ross Amos Hull - Electoral Rolls: sales (St Kilda, Vic, 1926-1927); radio engineer (Darlinghurst, 1931); journalist (Northbridge, NSW, 1934; Bondi, NSW, 1935-1936); engineer (Rose Bay, 1937); manager (Malvern, 1942); journalist (Mornington, 1949); publisher (Sandringham, 1954); printer (Oakleigh, 1958-1963; Chadstone, 1967-1968; Glen Iris, 1972; Mt Waverley, 1977-1980) * [[/Frederick Atherley Hull|Hull, Frederick Atherley]] [https://www.familysearch.org/tree/person/details/GZ5M-MT9] - 1906(NZL)-1997(WA) - Licences: 6FH Pingrup (1930-1931); 6FH Port Hedland (1937-1939, 1946-1956); 6FH Perth (Claremont, 1960-1975; Nedlands, 1980+) - Qualifications: cc; CRPT 1139, 1929; 2COCP 271, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Perth, 1929); radio operator (Port Hedland, 1937-1954); unemployed (Claremont, 1958); technical officer (Claremont, 1963-1972; Nedlands, 1977-1980) - Relationships: brother of 6RH Raymond Alfred Hull * [[/George Maxwell Hull|Hull, George Maxwell]] [https://www.familysearch.org/tree/person/details/L6LQ-S44] - 1916(Vic)-1987(Vic) - Licences: 3ZS Melbourne (Canterbury, 1946-1980+) - Qualifications: cc; AOCP 2307, 1939, Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Canterbury, 1943); proprietor (Canterbury, 1949-1980) * [[/Raymond Alfred Hull|Hull, Raymond Alfred]] [https://www.familysearch.org/tree/person/details/GZP1-BSL] - 1908(NZ)-1967(WA) - Licences: 6RH Pingrup (1929-1931); 6RH Perth (Wembley, 1937; Mt Hawthorn, 1939) - Qualifications: cc; AOCP 558, 1929, No. ?? in WA; 2COCP 590, 1942 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, 1934); traveller (Subiaco, 1949); sales director (Victoria Park, 1958-1963) - Relationships: brother of 6FH Frederick Atherley Hull * [[/Ross Amos Hull|Hull, Ross Amos]] [https://www.familysearch.org/tree/person/details/GWQD-P5W] - 1902(Vic)-1938(USA) - Licences: 3JU Melbourne (St Kilda, 1922-1925) - Qualifications: Nil yet identified - amateur broadcaster; radio clubs (WIA Vic Kew, president, 1923); journalist (Wireless Weekly, technical editor; QST, technical editor) - Relationships: brother of William Howard Hull & Allan Galbraith Hull - Electoral Rolls: draftsman (St Kilda, 1924-1925) - Comment: Gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW198902.pdf EA] * [[/William Howard Hull|Hull, William Howard]] [https://www.familysearch.org/tree/person/details/G7WJ-723] - 1891(Tas)-1955(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Relationships: brother of 3JU Ross Amos Hull & Allan Galbraith Hull - Electoral Rolls: electrical engineer (Cobungra, 1914-1915); engineer (Armadale, 1921; Brighton, 1922-1931; Caulfield, 1934-1949); retired (Beaconsfield Upper, 1954) ===''HUME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest James Hume|Hume, Ernest James]] [https://www.familysearch.org/tree/person/details/GZYR-TZM] - 1869(Vic)-1929(SA) - Licences: Nil - Qualifications: AOCP ??, 19??, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: - Relationships: wife of Stella Leonora Harriet Hume nee Jeremy; son of James Hill Hume, father of Ernest Jeremy Hume * [[/Ernest Jeremy Hume|Hume, Ernest Jeremy]] [https://www.familysearch.org/tree/person/details/GZYT-727] - 1906(SA)-1988(Vic) - Licences: Nil - Qualifications: Nil - chief engineer 5DN - Electoral Rolls: engineer (North Unley, 1939-1941; Oakleigh, Vic, 1949-1963; Carnegie, 1968-1977) - Relationships: grandson of James Hill Hume, son of Ernest James Hume and Stella Leonora Harriet Hume nee Jeremy * [[/Geoffrey Vincent Hume|Hume, Geoffrey Vincent]] [https://www.familysearch.org/tree/person/details/GQCL-NM1] - 1909(NSW)-1998(NSW) - Licences: 2GV Sydney (Cremorne, 1927-1930); 2AMD Sydney (Mosman, 1939) - Qualifications: AOCP 365, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio technician (Neutral Bay, 1930-1936; Mosman, 1937); RAAF (Ballarat, 1942); clerk (Turramurra, 1949); technical assistant (Pymble, 1954-1980) * [[/James Hill Hume|Hume, James Hill]] [https://www.familysearch.org/tree/person/details/GZYT-SLD] - 1822(??)-1887(Vic) - Licences: Nil - Qualifications: Nil - alleged very early wireless experimenter - Electoral Rolls: - Relationships: father of Ernest James Hume; father-in-law of Stella Leonora Harriet Hume nee Jeremy; grandfather of Ernest Jeremy Hume * [[/Stella Leonora Harriet Jeremy|Hume nee Jeremy, Stella Leonora Harriet]] [https://www.familysearch.org/tree/person/details/GZYT-33D] - 1882(Vic)-1953(NSW) - Licences: Nil - Qualifications: Nil - radio announcer (early 5DN) - Electoral Rolls: - Relationships: wife of Ernest James Hume; daughter-in-law of James Hill Hume; mother of Ernest Jeremy Hume ===''HUMPHRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] - See Innis Jane Lovett Spotswood 4JH * [[/Jack Lawrence Humphry|Humphry, Jack Lawrence]] [https://www.familysearch.org/tree/person/details/M7P4-M7M] - 1889(Qld)-1953(Qld) - Licences: 4JK Poopoonbah via Giru (1934-1939) - Qualifications: cc; AOCP 1349, 1934, Qld - amateur operator; amateur broadcaster; WW1 - Relationships: Husband of 4JH Innis Jane Lovett Humphry nee Spotswood - Electoral Rolls: farmer (Hodel, Ayr, Qld, 1912-1937; Poopoonbah, 1949-1954) ===''HUNT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Alexander Hunt|Hunt, Joseph Alexander]] [https://www.familysearch.org/tree/person/details/GFM1-9MM] - 1912(WA)-2002(WA) - Licences: 6JA Perth (Maylands, 1938-1939); 6JD Perth (Rockingham, 1960) - Qualifications: cc; AOCP 2112, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1936; Maylands, WA, 1937-1949); retired (Rockingham, WA, 1972) ===''HUPPATZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Huppatz|Huppatz, William George]] [https://www.familysearch.org/tree/person/details/MWTP-DF5] - 1900(Vic)-1970(SA) - Licences: 5GW Cowandilla (1931-1933); 5GW Naracoorte (1937-1939) - Qualifications: cc; AOCP 801, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Naracoorte, SA, 1939); engineer (Cowandilla, 1941-1943) ===''HURLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Hurll|Hurll, Norman James]] [https://www.familysearch.org/tree/person/details/GZXC-BFF] - 1904(NSW)-2003(Qld, 98yo) - Licences: 2BC Sydney (Killara, 1924-1930); 4NJ Tallebudgera Creek (1931-1935); 2HJ Sydney (Killara, 1935-1937; Roseville, 1938-1939); 2IN?/2DKH Sydney (1980+) - Qualifications: cc; AOCP 96, 1925, No. ?? in NSW - amateur operator, amateur broadcaster, military (WW2, CMF, CINT), business proprietor (Gas Light Engineering) - Electoral Rolls: engineer (Killara, 1930); merchant (Killara, 1936-1937); soldier (Strathfield, 1943); company manager (Burwood, 1949-1963); Managing Director (Killara, 1968); Director (Killara, 1972-1980) ===''HURRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Bruce Hurry|Hurry, Ronald Bruce]] [https://www.familysearch.org/tree/person/details/G8V2-G1C] - 1911(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 693, 1930, No. ?? in ?? - amateur operator?, amateur broadcaster?, electrical engineer, teacher - Electoral Rolls: Nil yet identified ===''HUSBAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Errol Husband|Husband, Norman Errol]] [https://www.familysearch.org/tree/person/details/L6F7-N7B] - 1893(Qld)-1961(NSW) - Licences: XABY Sydney (North Sydney, 1913-1914); 4CV Receive Charters Towers (1923); 4CV Charters Towers (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: motor engineer (Charters Towers, 1917-1922; Mackay, 1925-1937); engineer (Darlinghurst, 1949-1958) ===''HUTCHINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Thomas Edwards Hutchings|Hutchings, Allan Thomas Edwards]] [https://www.familysearch.org/tree/person/details/M7GB-2TM] - 1903(Vic)-1973(Vic) - Licences: 3HL Receive Callawadda (1922-1923); 3HL Callawadda (1924-1969) - Qualifications: cc; AOCP 65, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: son of 3HM Elizabeth Lilian Hutchings nee Edwards; brother of 3HQ Marjorie Lilian Williamson nee Hutchings - Electoral Rolls: farmer (Callawadda, 1927-1972) * [[/Elizabeth Lilian Edwards| Hutchings nee Edwards, Elizabeth Lilian]] [https://www.familysearch.org/tree/person/details/M7GB-25T] - 1877(Vic)-1943(Vic) - Licences: 3HM Callawadda (1932-1939) - Qualifications: cc; AOCP 509, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1926-1942) - Relationships: mother of 3HL Allan Thomas Edwards Hutchings and 3HQ Marjorie Lilian Williamson nee Hutchings - First woman in Australia to hold an amateur licence under the AOCP regime - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1925-1942) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Marjorie Lilian Hutchings|Williamson nee Hutchings, Marjorie Lilian]] [https://www.familysearch.org/tree/person/details/LB52-GSC] - 1912(Vic)-1988(Vic) - Licences: 3HQ Callawadda (1932-1939; 1946-1948); 3HQ Melbourne (Bentleigh, 1954-1980+) - Qualifications: cc; AOCP 1030, 1932, No. ?? in Vic - amateur operator, amateur broadcaster - Relationships: daughter of 3HM Elizabeth Lillian Hutchings nee Edwards; sister of 3HL Allan Thomas Edwards Hutchings - Electoral Rolls: home duties (Callawadda, 1934-1937); nurse (Alfred Hospital, Prahran, 1943); home duties (Callawadda, 1949; Bentleigh, 1949-1968) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''HUTCHINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Elwood Hutchinson|Hutchinson, Charles Elwood]] [https://www.familysearch.org/tree/person/details/G612-S6J] - 1894(Vic)-1942(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 728, 1922; 2COCP 278, 1930; 1COCP 307, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Esperance, 1919); radio telegraphist (Darwin, NT, 1922); telegraphist (Esperance, 1925-1931); radio telegraphist (Broome, WA, 1936-1937; Alberton, SA, 1939; Yatala, SA, 1941) * [[/John Victor Thomas Hutchison|Hutchison, John Victor Thomas]] [https://www.familysearch.org/tree/person/details/G89S-PY2] - 1907(NZ)-1975(NSW) - Licences: 2JH Sydney (Kirribilli, 1927-1937; West Ryde, 1938-1939; Croydon, 1946-1955; Bardwell Park, 1956-1965; Castle Cove, 1969-1975) - Qualifications: AOCP 374, 1927, No. ?? in NSW; CPRTelephony 1010, 1928 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Milson's Point, 1930-1937); laboratory assistant (Croydon, 1943-1949); radio technician (Bardwell Park, 1958-1968) ===''HUTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Hutson|Hutson, James William]] [https://www.familysearch.org/tree/person/details/G8N9-Z6J] - 1912(Vic)-1931(Vic) - Licences: 3JH Echuca (1930-1931) - Qualifications: AOCP 635, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon ===''HUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Hutton|Hutton, David]] [https://www.familysearch.org/tree/person/details/G8ZT-JXG] - 1912(Sct)-2003(NSW) - Licences: 2DH Abermain (1929-1934) - Qualifications: AOCP 551, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abermain, 1934-1963; Klworth, 1972-1977); retired (Klworth, 1980) ===''HYLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Philip Hyland|Hyland, Leonard Philip]] [https://www.familysearch.org/tree/person/details/K8N6-XLK] - 1903(Tas)-1942(Tas) - Licences: 7LP Hobart (City, 1936-1939) - Qualifications: cc; AOCP 1791, 1936, No. ?? in Tas; BOCP 271, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Hobart Central, 1928) - Comment: Passed on Duty; Gone too soon - Links: [https://www.themercury.com.au/news/tasmania/tasmania-fire-service-chief-chris-arnol-urges-everyone-to-reflect-on-the-selflessness-of-firefighters-in-the-pursuit-of-public-safety/news-story/59c6315bbf383ef9bb4e270d60cd9296 Mercury] =='''I'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''IKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William George Ikin|Ikin, William George]] [https://www.familysearch.org/tree/person/details/LWFZ-C37] - 1887(NSW)-1974(Vic) - Licences: 4SM Townsville (1925-1926); 4SM Brisbane (New Farm, 1927) - Qualifications: cc; AOCP 201, 1925, No. 18 in Qld - amateur operator; amateur broadcaster (dealer licence); WW1 - Electoral Rolls: mechanical engineer (Gladstone, 1913); engineer & electrician (Barcaldine, 1914); manager (Strand Motors, Townsville, 1925); motor mechanic (Mt Garnet, 1937-1949; Cardwell, 1949); farmer (Mareeba, 1954-1972) ===''INGLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Stanley Inglis|Inglis, Kenneth Stanley]] - 1929(Vic)-2017(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - historian (ABC); "This is the ABC"; "Whose ABC?" - Electoral Rolls: - Links: [[w:Ken Inglis|Wikipedia]] [https://www.tandfonline.com/doi/full/10.1080/1031461X.2018.1493961 Obit] ===''IRELAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Keith Ireland|Ireland, Leslie Keith "Keith"]] [https://www.familysearch.org/tree/person/details/LRMD-BPV] - 1908(SA)-1942(SA) - Licences: 5KR Mt Gambier (1933-1939) - Qualifications: cc; CPRT 950, 1927; AOLCP 60, 1932 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: radio dealer (Mt Gambier, SA, 1939-1941) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/633509 VWMA]; [https://www.awm.gov.au/collection/R1721431 AWM]; [https://aviationmuseumwa.org.au/afcraaf-roll/ireland-leslie-keith-47849/ AHM] ===''IRESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melville Charles Gladstone Ireson|Ireson, Melville Charles Gladstone]] [https://www.familysearch.org/tree/person/details/GMZT-ML6] - 1898(Vic)-1955(Vic) - Licences: 3ZY Kyneton (1931-1933); 3AIR Kyneton (1947-1955) - Qualifications: cc; AOCP 305, 1926, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Maldon, 1919); telegraphist (Ballarat, 1925); postal employee (Kyneton, 1931-1954) ===''IRVINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Irvine|Irvine, William]] - 1907(???)-19??(???) - Licences: 4IR Brisbane (Mitchelton, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1987, 1937, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous WIs - Electoral Rolls: Nil yet identified ===''IRVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Lawson Irving|Irving, Cyril Lawson]] [https://www.familysearch.org/tree/person/details/GXZT-65R] - 1912(Qld)-1992(Qld) - Licences: 4WL Brisbane (Annerley, 1933-1939) - Qualifications: cc; AOCP 1199, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Coorparoo, Qld, 1943-1980) ===''ISLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Clifford Isles|Isles, James William Clifford "Clifford"]] [https://www.familysearch.org/tree/person/details/LBVH-RV1] - 1894(Qld)-1967(Qld) - Licences: 4CC Receive Brisbane (Ascot, 1922); 4CC Brisbane (Ascot, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club member (QWI); business proprietor (Isles Love & Co, Allan & Stark); WW1 - Electoral Rolls: clerk (Hamilton, 1915-1937); manager (Hamilton, 1943-1958); director (Hamilton, 1963) ===''ISRAEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Samuel Israel|Israel, Morris Samuel]] [https://www.familysearch.org/tree/person/details/GZQ4-CBC] - 1896(Vic)-1965(Vic) - Licences: XMU Melbourne (St Kilda, 1913); 3ZN Melbourne (St Kilda, 1923-1924; Malvern, 1925-1926; Burwood, 1927); 3ZN Geelong, 1931-1933; 3ZN Melbourne (Burwood, 1937-1939, 1946-1955) - Qualifications: cc; AOCP 13, 1924, No. ?? in Vic; AOLCP 35, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcasting executive; WW2 - Electoral Rolls: soldier (St Kilda, 1919-1924); radio mechanic (Burwood, 1926-1928); broadcasting engineer (Geelong, 1931); engineer (Geelong North, 1936; Camberwell, 1937-1963); ===''IVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil Albert Ives|Ives, Cecil Albert]] [https://www.familysearch.org/tree/person/details/GZLJ-848] - 1916(SA)-1942(Vic) - Licences: 5AF Adelaide (Glenelg, 1935-1939) - Qualifications: cc; AOCP 1451, 1935, SA - amateur operator, amateur broadcaster; WW2 - Electoral Rolls: commercial artist (Glenelg, 1939-1943) - Sacrifice: "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/ives-cecil-albert-300407/] =='''J'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''JACKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil Jackson|Jackson, Alfred Cecil "Alf"]] [https://www.familysearch.org/tree/person/details/LDLP-F65] - 1900(NSW)-1972(NSW) - Licences: 4AJ Brisbane (Fairfield, 1931); 2BO Bangalow (1933) - Qualifications: cc; CPRT 620, 1921; 1COCP 67, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG, Brisbane Cmcls); state public servant (4QG) - Electoral Rolls: radio engineer (Fairfield, Qld, 1928-1931); farmer (Possum Creek, NSW, 1934-1937); mechanic (Fairfield, Qld, 1943-1954); farmer (O'Possum Creek via Bangalow, NSW, 1958-1963) * [[/Alfred George Jackson|Jackson, Alfred George]] [https://www.familysearch.org/tree/person/details/LY5P-2X1] - 1864(Eng)-1935(Qld) - Licences: 4DG Receive Brisbane (Wynnum, Qld, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; radio clubs (WIQ, QWI, WIAQ); electrical engineer - Relationships: father of Arthur Appleton Jackson - Electoral Rolls: electrical engineer (South Brisbane, Qld, 1903-1913); electrician (Wynnum, Qld, 1914-1934) * [[/Arthur Appleton Jackson|Jackson, Arthur Appleton]] [https://www.familysearch.org/tree/person/details/LY55-M8F] - 1891(Qld)-1985(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster; radio clubs (QWI, WIAQ); electrical engineer; business proprietor; Relationships: son of Alfred George Jackson - Electoral Rolls: electrical engineer (Wynnum, Qld, 1913-1914; Morningside, Qld, 1915-1919; Wynnum, Qld, 1919; South Brisbane, Qld, 1921-1968); retired (Hill End, Qld, 1972; Highgate Hill, Qld, 1977; Hopetoun Home, Oxley, Qld, 1980) * [[/James William Jackson|Jackson, James William "Jim"]] [https://www.familysearch.org/tree/person/details/G7FH-JCW] - 1916(Qld)-2011(Qld) - Licences: 4CN Brisbane (Cribb Island, 1938-1939; 1946-1969; Lawnton, 1975-1980) - Qualifications: cc; AOCP 2096, 1938, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); military (WW2,Northern Command Signals); farmer/electrician/radio & TV serviceman - Electoral Rolls: farmer (Cribb Island, Qld, 1937-1968); rubber worker (Lawnton, Qld 1972-1980) * [[/Thomas William Jackson|Jackson, Thomas William]] - 1830(Eng)-1918(Vic) - Deputy Postmaster-General Victoria ca 1880, clubs & societies (Telegraph Electrical Society Vic, member, ca 1880) ===''JAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Russell James|James, Brian Russell]] [https://www.familysearch.org/tree/person/details/GZLV-GXV] - 1920(SA)-1944(Europe) - Licences: 5BL Adelaide (1939) - Qualifications: AOCP 2293, 1939, SA - amateur operator, amateur broadcaster, WW2 (RAAF, 76 Squadron RAF, Flying Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://highgate-rsl.org.au/afcraaf-roll/james-brian-russell-417490/] * [[/Hector Keith James|James, Hector Keith]] [https://www.familysearch.org/tree/person/details/GZV7-WVL] - 1905(NSW)-1966(NSW) - Licences: 2XA Receive Sydney (Summer Hill, 1923); 2XA Sydney (Summer Hill, 1924-1933; Ashfield, 1934; Double Bay, 1935-1936; Coogee, 1937-1938; Woollahra, 1939; Summer Hill, 1948-1961) - Qualifications: cc; AOCP 183, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Summer Hill, 1930-1933), engineer (Edgecliff, 1936; Ashfield, 1949; Summer Hill, 1943-1963) * [[/Herbert Ronald James|James, Herbert Ronald]] [https://www.familysearch.org/tree/person/details/GDRD-1SM] - 1904(Vic)-1982(Vic) - Licences: 3LH Birchip (1931-1933); 3LH Drouin (1938-1939); 7LH Western Junction (1947); 7LH Launceston (1948); 3AJJ Melbourne (Deepdene, 1954); 3AJJ Lubeck (1955-1956); 3AJJ Braeside (1960); 3AJJ Rupanyup (1965-1969); 3AJJ Nowa Nowa (1975-1980) - Qualifications: cc; AOCP 813, 1931, Vic; BOCP 17, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Merbein, 1925); fitter & turner (Merbein, 1928-1931); radio engineer (Merbein, 1936); technician (Western Junction, Tas, 1949); radio engineer (Deepdene, 1954); technician (Rupanyup, 1963-1968); retired (Nowa Nowa, 1972-1980) * [[/R. James|James, R.]] - 19??(???)-19??(???) - Licences: XZE via Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified * [[/Thomas Reynolds James|James, Thomas Reynolds]] - 19??(???)-19??(???) - employment (Vic Posts & Telegraphs, worked on original Melbourne-Williamstown telegraph line 1854, later in charge of Melbourne Telegraph Office, but transferred to inspectorial work in 1879 due to disorganisation, reinstated in 1880) ===''JAMIESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Jamieson|Jamieson, Charles William]] [https://www.familysearch.org/tree/person/details/L4SY-YNQ] - 1896(Vic)-1971(Vic) - Licences: XJW Melbourne (St Kilda, 1913-1914); 3CJ Melbourne (East St Kilda, 1924-1926); 3XX Melbourne (East Malvern, 1954-1975) - Qualifications: cc; BOCP 130, 1937 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: engineer (St Kilda, 1921-1925); mechanic (Malvern, 1926-1968) * [[/John Edward Jamieson|Jamieson, John Edward]] [https://www.familysearch.org/tree/person/details/G8VS-M43] - 1910(WA)-1957(WA) - Licences: 6LA Perth (Beaconsfield, 1930-1933); 6LA Kalgoorlie (1938-1939) - Qualifications: cc; AOCP 673, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio salesman (Kalgoorlie, 1936-1937); salesman (Kalgoorlie, 1943); radio engineer (Kalgoorlie, 1949-1954) ===''JANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Harold Jansen|Jansen, Claud or Claude Harold]] [https://www.familysearch.org/tree/person/details/GDGS-9TN] - 1890(NSW)-1968(NSW) - Licences: V751 Receive Yarrawonga (1922); 3GW Receive Yarrawonga (1922)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: printer (Yarrawonga, 1913-1922); linotype engineer (Yarrawonga, 1924-1931); printer (Shepparton, 1934-1937); linotype operator (Albury, 1937-1949); engineer (Albury, 1954-1968) ===''JARDINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Jardine|Jardine, William Ronald]] [https://www.familysearch.org/tree/person/details/G8ZC-T63] - 1911(Vic)-1983(Vic) - Licences: 3PR Melbourne (Essendon, 1929-1933); 3PR Leongatha (1937-1939, 1946-1980+) - Qualifications: AOCP 533, 1929, No. ?? in Vic; AOLCP 108, 1933 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farm labourer (Craigieburn, 1934); dairy farmer (Leongatha, 1937-1954); salesman (Leongatha, 1963-1980) ===''JARMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Arthur Jarman|Jarman, Oswald Arthur]] [https://www.familysearch.org/tree/person/details/G612-K6Y] - 1894(SA)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 162, 1915; 1COCP 37, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Broome, WA, 1921-1922); telegraphist (Applecross, WA, 1925; Surrey Hills, Vic, 1928); supervisor (Bentley, Vic, 1931-1954) ===''JARVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jack Edwin Jarvis|Jarvis, Vincent Jack Edwin "Victor", "Vic"]] [https://www.familysearch.org/tree/person/details/GZ2K-6FP] - 1912(WA)-1941(Libya) - licences: 2VJ Orange (1930-1933), 2VJ Dubbo (1934), 2VJ Wellington (1935-1936), 2VJ Bathurst (1937), 2VJ Griffith (1938-1939) - qualifications: AOCP 695, 1930, No. ?? in NSW; BOCP 46, 1936 - amateur operator, amateur broadcaster (2VJ Wellington), broadcast engineer (2BS, 2RG), WW2 (RAAF, Rathmines Flying Boats Base, Palestine, Egypt, Libya) - electoral rolls: radio mechanic (Wellington, 1936), radio engineer (Bathurst, 1937), wireless operator (Rathmines, 1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/633817] ===''JEFFRYES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Harry Jeffryes|Jeffryes, Sydney Harry]] - 1884(Qld)-19??(???) - X?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), ship's wireless operator, member of the Australasian Antarctic Expedition 1911-1914 ===''JEFFS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jeffs|Jeffs, Vincent]] [https://www.familysearch.org/tree/person/details/GX4T-4M8] - 1912?(???)-1970(Qld) - Licences: 4VJ Brisbane (Taringa, 1931-1933; City, 1934-1939, 1946; Gordon Park, 1948-1969) - Qualifications: cc; AOCP 753, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio cub (WIAQ, life member, lecturer, code instructor, field days, JOTA, conventions, operator 4WI); business proprietor (Jeffs Radio) - Electoral Rolls: salesman (Taringa, Qld, 1934; New Farm, Qld, 1936-1937; Taringa, Qld, 1937); radio manufacturer (New Farm, Qld, 1943); salesman (Taringa, Qld, 1949); businessman (Gordon Park, Qld, 1958-1968) ===''JENNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Jenner|Jenner, John Henry]] [https://www.familysearch.org/tree/person/details/K2Y9-64Z] - 1877(Eng)-1961(NSW) - Licences: 7BM Receive Premaydena (1923); Receive Premaydena (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 2ABM John Ingoldsby Jenner - Electoral Rolls: law clerk (Lindisfarne, 1914); orchardist (Koonya, 1919-1928); Xray technician (Double Bay, NSW, 1930; Bondi, 1933-1935) * [[/John Ingoldsby Jenner|Jenner, John Ingoldsby]] [https://www.familysearch.org/tree/person/details/LKY4-7S2] - 1904(Eng)-1980(???) - Licences: 2ABM Sydney (Maroubra, 1933-1939) - Qualifications: cc; AOCP 1194, 1933, NSW - amateur operator; amateur broadcaster - Relationships: Son of 7BM John Henry Jenner - Electoral Rolls: engineer (Haberfield, 1930; Bondi, 1933-1935); telephone engineer (Maroubra, 1937); engineer (Maroubra, 1943-1954; Revesby, 1968); retired (Turramurra, 1972); engineer (Revesby, 1980) ===''JENNISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Jennison|Jennison, Joseph William]] [https://www.familysearch.org/tree/person/details/LTS7-316] - 1899(Vic)-1965(Vic) - Licences: 2JJ Mathoura (1928-1939); 2MX Mathoura (1948-1950) - Qualifications: AOCP 414, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: farmer (Mathoura, 1930-1949; Echuca, 1954; Deniliquin, 1958); nil (Echuca, 1963) (Licences in the name of his father John William Jennison but most likely son was operator, father passed in 1942) ===''JENSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jens August Jensen|Jensen, Jens August]] [https://www.familysearch.org/tree/person/details/GXQM-1MX] - 1865(Vic)-1936(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - Minister for Navy (1915-1917) - Comment: famously dismissed for corruption in respect of purchase of Shaw Wireless Works in 1916 - Electoral Rolls: licensed victualler (Beauty Point, Tas, 1914-1919); orchardist (Beauty Point, Tas, 1919-1922); no occupation (Elsternwick, Vic, 1936) - Links: [[w:Jens_Jensen_(politician)|Wikipedia]] [https://adb.anu.edu.au/biography/jensen-jens-august-6840 ADB] * [[/Laurence Richard Hopkins Jensen|Jensen, Laurence or Lawrence Richard Hopkins]] [https://www.familysearch.org/tree/person/details/GZ6V-MJ1] - 1906(Tas)-1974(Tas) - Licences: 7BL Receive West Devonport (1923); Receive West Devonport (1923-1924); 7LJ Launceston (1925-1939, 1947-1969+) - Qualifications: cc; AOCP 78, 1925, No. ?? in Tas; BOCP 215, 1939; 1AOCP 9, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (New Town, 1928); teacher (New Town, 1936-1972) ===''JENVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Walter Jenvey|Jenvey, Henry Walter]] [https://www.familysearch.org/tree/person/details/G4QJ-7TS] - 1851(Eng)-1932(Vic) - Licences: AA Melbourne 1900; X?? Melbourne - early wireless experimenter, arguably his use of the identifier AA was the first use of an Australian callsign; arguably Australia's first amateur operator as the majority of his experiments were self-funded and in his own time - Qualifications: cc; Nil yet identified - employment (Vic P & T; PMGD) - Relationships: father of 3WW William Walter Jenvey - Electoral Rolls: electrical engineer (Brighton, 1909); public servant (Caulfield East, 1919-1931) * [[/William Walter Jenvey|Jenvey, William Walter "Bill"]] [https://www.familysearch.org/tree/person/details/G4QV-9GL] - 1904(Vic)-1981(Qld) - Licences: 3AY Melbourne (Caulfield, 1922-1927; Ormond, 1931-1938); 2YJ Sydney (Concord, 1939); 3AY Melbourne (Ormond, 1947); 2ZO Sydney (Willoughby, 1948-1969); 2ZO Noosa Heads (1980) - Qualifications: cc; CPRT 824, 1924; 1COCP 68, 1930 - amateur operator; amateur broadcaster - Relationships: son of Henry Walter Jenvey - Electoral Rolls: telegraphist (Caulfield, Vic, 1926-1927); operator (Bentleigh, Vic, 1931-1937); radio engineer (Croydon, NSW, 1943; Willoughby, NSW, 1949-1968); engineer (Willoughby, NSW, 1972); nil (Nelligen, NSW, 1977; Noosa Heads, Qld, 1980) ===''JERRARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Joseph Jerrard|Jerrard, Frederick Joseph]] [https://www.familysearch.org/tree/person/details/LB43-BKT] - 1899(Qld)-1963(Qld) - Licences: 4DR Receive Gayndah (1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Gayndah, 1921-1930); motor mechanic (Gayndah, 1936-1937); engineer (Indooroopilly, 1943-1963) ===''JESSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick Ferman Jessop|Jessop, Patrick Ferman]] [https://www.familysearch.org/tree/person/details/G6QN-8HV] - 19??(Eng?)-19??(Qld?) - Licences: 4PJ Kamma (1925-1927); 4PJ Cairns (Hambledon, 1937-1939) - Qualifications: cc; Nil yet identified (England?) - amateur operator; amateur broadcaster; WW1(RFC) - Halcyon: not mentioned - Electoral Rolls: labourer (Edmonton, 1922-1930); weigh bridge clerk (Hambledon, 1936-1943) ===''JEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Jewell|Jewell, Thomas John]] [https://www.familysearch.org/tree/person/details/GDYD-YH1] - 1905(WA)-1965(WA) - Licences: 6CA Receive Perth (Subiaco, 1923); 6JJ Perth (Victoria Park, 1927); 6JJ Kalgoorlie (1930-1931); 6JJ Perth (Victoria Park, 1933-1939) - Qualifications: cc; CPRT 876, 1925; 1COCP 129, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Victoria Park, WA, 1931-1937); radio inspector (Victoria Park, WA, 1943; Scarborough, WA, 1949); inspector (Scarborough, WA, 1954-1963) ===''JOHNSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Johnson|Johnson, Arthur]] [https://www.familysearch.org/tree/person/details/GXD7-X12] - 1921(Qld)-2004(Qld) - Licences: 4PX Brisbane (Hendra, 1938-1939; Ascot, 1946-1948; Hendra, 1954-1975), 4PX Buddina Beach (1980+) - Qualifications: cc; AOCP 2093, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (Sunshine Coast ARC); military (WW2, AIF, Signals) - Comment: Several contemporaneous AJs - Electoral Rolls: Commonwealth public servant (Hendra, Qld, 1968) + others * [[/Carl Francis Johnson|Johnson, Carl Francis]] [https://www.familysearch.org/tree/person/details/LH8T-HSH] - 1899(Tas)-1985(Tas) - Licences: Receive Hobart (West Hobart, 1923); 7AR Hobart (West Hobart, 1924-1939) - Qualifications: cc; AOCP 218, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: federal servant (West Hobart, 1922-1954) * [[/Edward Norman Johnson|Johnson, Edward Norman]] [https://www.familysearch.org/tree/person/details/MM4W-MLQ] - 1886(Vic)-1960(USA) - Licences: Receive Warrnambool (1923); 3ZO Warrnambool (1923-1924); 3ZO Horsham (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (East Melbourne, 1909); manager (Wonthaggi, 1914); draper (Newtown, 1917); traveller (Geelong, 1919) * [[/H. B. Johnson|Johnson, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1926); 5HB Adelaide (Henley Beach, 1937-1939) - Qualifications: AOCP 252, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: - common surname, individual not yet identified * [[/Ivo Uric Johnson|Johnson, Ivo Uric]] [https://www.familysearch.org/tree/person/details/G9VV-H8S] - 1903(NSW)-1961(Qld) - Licences: 4KL Cairns (1933-1960) - Qualifications: cc; CPRT 813, 1924; 2COCP 668, 1942; 1COCP 655, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Cairns, Qld, 1936-1963) * [[/Joseph Murray Johnson|Johnson, Joseph Murray]] [https://www.familysearch.org/tree/person/details/L5YM-M5N] - 1889(NSW)-1986(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 113, 1915; 1COCP 200, 1931 - RANRS (CPO to Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: engineer operator (Geraldton, 1915-1917); radio expert (Lane Cove, NSW, 1930-1934); engineer (Brighton, Vic, 1936; Caulfield, 1937); engineer (Longueville, NSW, 1943-1949); manager (Turramurra, 1954-1963); retired (Strathfield, 1963; Port Macquarie, NSW, 1968-1977; Wauchope/Yrrs, 1980) ===''JOHNSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. B. Johnston|Johnston, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Norman Brint Johnston|Johnston, Norman Brint]] [https://www.familysearch.org/tree/person/details/G8NC-K7F] - 1913(WA)-1979(WA) - Licences: 6NJ Perth (South Fremantle, 1930-1933; Subiaco, 1937-1939) - Qualifications: cc; AOCP 642, 1930, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Subiaco, 1937-1943); radio mechanic (Maylands, 1943-1968; Mt Lawley, 1972-1977) * [[/Robert Walter Johnston|Johnston, Robert Walter]] [https://www.familysearch.org/tree/person/details/GXDS-FHJ] - 1914(Qld)-1963(Qld) - Licences: 4LQ Brisbane (Petrie Terrace, 1934-1939) - Qualifications: cc; AOCP 1270, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Petrie Terrace, Qld, 1936-1937); no occupation (Ingleburn, NSW, 1954-1958); retired (Petrie Terrace, Qld, 1963) * [[/William David Johnston|Johnston, William David]] [https://www.familysearch.org/tree/person/details/G8XJ-3RY] - 1909(Irl)-1985(NSW) - Licences: 2YZ Sydney (Ryde, 1930-1939, 1946-1948; Gladesville, 1950; Matraville, 1954-1980+) - Qualifications: AOCP 616, 1930, No. ?? in NSW; 2COCP 323, 1931; 1COCP 398, 1940 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Ryde, 1930-1943); radio engineer (Gladesville, 1949; Matraville, 1954-1980) ===''JOHNSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. D. Johnstone|Johnstone, H. D.]] - 19??(???)-19??(???) - Licences: 3HJ Melbourne (Surrey Hills, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified ===''JONASSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Peter Jonasson|Jonasson, Roy Peter]] [https://www.familysearch.org/tree/person/details/9KPW-ZL1] - 1908(Qld)-1989(Qld) - Licences: 4NG Alberton (1931-1933); 7NG Derwent Park (1937-1939); 3ND Castlemaine (1946-1969); 9NG, PNG; 4NE Brisbane (Kingston, 1980) - Qualifications: cc; AOCP 827, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, QRP Club, RAAF Wireless Reserve, Qld Listeners' League); employment (Qld State Electricity Commission) - Electoral Rolls: electrical fitter (Castlemaine, 1942-1972); retired (Kingston, Qld, 1972-1980) ===''JONES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Ernest Jones|Jones, Alfred Ernest]] [https://www.familysearch.org/tree/person/details/G61R-CTW] - 1894(NSW)-1970(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 241, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Comment: not all electoral roll entries identified, several contemporaneous AEJs; Electoral Rolls: radio telegraphist (Broome, WA, 1917-1922) * [[/David William Jones|Jones, David William]] - 19??(???)-19??(???) - Licences: 4DJ Brisbane (Chelmer, 1930-1933) - Qualifications: cc; AOCP 683, 1930, No. ?? in Qld - amateur operator, amateur broadcaster - Comment: several contemporaneous DWJs - Electoral Rolls: public servant (Chelmer, 1925-1931); engineer (Holland Park, 1958)? * [[/Lancelot Cyril Jones|Jones, Lancelot Cyril "Lance"]] [https://www.familysearch.org/tree/person/details/G8L3-2LS] - 1891(SA)-1971(SA) - Licences: XVB Adelaide (Hawthorn, 1913-1914); 5BQ Adelaide (Westbourne Park, 1923-1924); 5DN Adelaide (City, 1923-1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; co-founder 5DN commercial Adelaide - Electoral Rolls: manager (Broadway Estate, 1939-1943) * [[/Raymond Edward Jones|Jones, Raymond Edward]] [https://www.familysearch.org/tree/person/details/LL9R-FLM] - 1900(Vic)-1987(Vic) - Licences: 3RJ Melbourne (Ascot Vale, 1928; Box Hill, 1931-1939, 1946-1980+) - Qualifications: AOCP 407, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: telegraphist (Newmarket, 1921); public servant (Ascot Vale, 1922-1924); telegraphist (Box Hill, 1931-1943); supervisor (Box Hill, 1949-1963); retired (Box Hill, 1968-1980) * [[/Stanley William Jones|Jones, Stanley William]] [https://www.familysearch.org/tree/person/details/GZL8-BPL] - 1917(Vic)-1943(PNG) - Licences: 3SF Ballarat (1937-1939) - Qualifications: AOCP 1953, 1937, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Signalman, 6 Division Signals) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1687469] (beware, another Stanley William Jones died in WW2, Flight Sergeant, 626 Squadron) * [[/Walter Henry Jones|Jones, Walter Henry]] [https://www.familysearch.org/tree/person/details/G8NB-Z8F] - 1914(NSW)-1980(NSW) - Licences: 2PY Sydney (Marrickville, 1930-1933); 2RS Sydney (Marrickville, 1935-1939); 2WP Sydney (Bexley, 1965-1980) - Qualifications: AOCP 652, 1930, NSW; 1COCP 57, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless telegraphist (Bexley North, 1949-1972); telegraphist (Bexley North, 1977-1980); Beware: Another contemporaneous Walter Henry Jones in Sydney b.1915 m.Edith * [[/W. R. Jones|Jones, W. R.]] - 19??(???)-19??(???) - Licences: 4EK Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''JORDAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Jordan|Jordan, James "Jim"]] [https://www.familysearch.org/tree/person/details/GXHL-VNQ] - 1903(Sct)-1979(Qld) - Licences: 4JJ Ipswich (1933); 4JJ Bundaberg (1934-1939) - Qualifications: cc; AOCP 1162, 1933, Qld - amateur operator; amateur broadcaster; broadcast engineer (4BU); senior military (RAAF, Wing-Commander) - Electoral Rolls: striker (West Ipswich, Qld, 1932); radio mechanic (Bundaberg, Qld, 1934-1937) * [[/Robert Jordan|Jordan, Robert]] - 1893(NZ)-19??(???) - commercial operator (1COCP 4, 1914, No. 4 in Aus and Vic, Commonwealth system) - coastal station operator? ===''JUDD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Harvey Judd|Judd, Clarence Harvey]] [https://www.familysearch.org/tree/person/details/GXVF-9XS] - 1920(SA)-1986(SA) - Licences: 5HQ Adelaide (Colonel Light Gardens, 1954-1980) - Qualifications: cc; AOCP 3374, 1953, Qld - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/Oswald William Judd|Judd, Oswald William]] [https://www.familysearch.org/tree/person/details/GXVX-X56] - 1896(SA)-1934(SA) - Licences: XVF Adelaide (North Norwood, 1913); Receive Adelaide (Payneham, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: Nil yet identified =='''K'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''KANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Leslie Kane|Kane, John Leslie "Les"]] - 1910(Qld)-1985(Qld), 4ZZ Roma, amateur operator (AOCP 2335, 1939, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), senior state public servant (Qld Railways) ===''KAUFMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Samuel Donald Kaufman|Kaufman, Samuel Donald]] [https://www.familysearch.org/tree/person/details/LB6X-937] - 1904(NSW)-1988(NSW) - Licences: 2SK Sydney (Belmore, 1928-1939, 1946-1980+) - Qualifications: AOCP 448, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Belmore, 1933-1980) ===''KAUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Alexis Kauper|Kauper, Henry or Heinrich Alexis "Harry"]] [https://www.familysearch.org/tree/person/details/GZXZ-WYQ] - 1888(Vic)-1942(Vic) - Licences: S643 Adelaide (1921-1922); 5BG Adelaide (Dulwich, 1923-1926; Tusmore, 1927-1928) - Qualifications: cc; AOCP 97, 1925, No. ?? in SA - amateur operator; amateur broadcaster; broadcast engineer; inventor - Electoral Rolls: chauffer (Willaura, Vic, 1910); engineer (Richmond, Vic, 1931-1937) - [https://adb.anu.edu.au/biography/kauper-henry-alexis-harry-6898 ADB] ===''KAYESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Kayess|Kayess, Sydney]] [https://www.familysearch.org/tree/person/details/GCYG-NHD] - 1892(NSW)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified -RANRS (CPOE, 1917) - Electoral Rolls: fitter & turner (Cooktown, 1917); engineer (Hendra, Qld, 1919); engine driver (Charleville, Qld, 1921); mechanic (Mossman, 1925); motor mechanic (Watchem, Vic, 1928); auto engineer (Dulwich Hill, NSW, 1930); garage manager (New Lambton, NSW, 1930; Foveaux, NSW, 1933); engineer (Forest Lodge, NSW, 1935-1937); labourer (Darlinghurst, 1937; Glenmore, NSW, 1943); mechanical engineer trainee (Haberfield, NSW, 1949); engineer (Manly North, NSW, 1958) ===''KEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Patrick James Keane|Keane, John Patrick James]] [https://www.familysearch.org/tree/person/details/G8V5-P25] - 1903(NSW)-1964(NSW) - Licences: 2JN Cessnock (1930-1936; 2JN Sydney (Bexley, 1937-1939; McMahons Point, 1946-1961) - Qualifications: AOCP 698, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: storeman (Darling Harbour, 1930); clerk (Cessnock, 1931-1932; Newcastle, 1934; Bexley, 1935-1937; McMahons Point, 1943-1949; North Sydney, 1958-1963) ===''KEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Keast|Keast, Leslie John]] [https://www.familysearch.org/tree/person/details/K2QP-J6X] - 1886(SA)-1957(WA) - Journalist (Wireless Weekly; shortwave editor, Australasian Radio World, 1940-1951; Radio & Hobbies), professional monitor (OWI/VOA, WW2), silent era cinematographer - Electoral Rolls: licensed victuallar (Royal Hotel, Bowral, 1933-1934); ex-hotelkeeper (Coogee, 1935); clerk (Randwick North, 1936-1937); sales manager (Carlingford, 1943); organising secretary (Ermington, 1949-1958) ===''KEDDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Robert Keddie|Keddie, Phillip Robert]] [https://www.familysearch.org/tree/person/details/G67S-1T7] - 1921(SA)-2003(SA) - Licences: 5KZ Adelaide (Woodville Park, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1882, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: AMF (Woodville Park, SA, 1943) ===''KELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Edward Kells|Kells, Alfred Charles Edward]] [https://www.familysearch.org/tree/person/details/LTMT-7D3] - 1900(Vic)-1955(Vic) - Licences: Receive Melbourne (Moonee Ponds, 1923); 2430 Melbourne (Moonee Ponds, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: postal electrician (Moonee Ponds, 1921-1925); mechanic (Essendon, 1928-1954) ===''KELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Wainwright Kelly|Kelly, Alexander Wainwright]] [https://www.familysearch.org/tree/person/details/GZP6-G6V] - 1908(SA)-1954(SA) - Licences: Receive (Crystal) Largs Bay (1923); Receive Largs Bay (1923); 5AW Lyndoch (1927-1939); 5XO Loxton (1954) - Qualifications: cc; AOCP 358, 1927, No. ?? in SA - amateur operator; amateur Broadcaster - Electoral Rolls: winemaker (Berri, 1939-1943) * [[/Ross Donaldson Kelly|Kelly, Ross Donaldson]] [https://www.familysearch.org/tree/person/details/G7BG-2PR] - 1906(SA)-1959(SA) - Licences: 5LW Adelaide (Unley, 1937-1939; Hazelwood Park, 1948-1956) - Qualifications: cc; AOCP 2032, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: assurance agent (Dulwich, 1941-1943) ===''KELSO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham Kelso|Kelso, Graham]] [https://www.familysearch.org/tree/person/details/GXXH-9DH] - 19??(???)-19??(???) - Licences: 4EL Receive Brisbane (Nundah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: PMG technician (Petrie Terrace, Qld, 1958); technician (Brisbane, Qld, 1968; St Lucia, Qld, 1972-1980) ===''KEMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Kemble|Kemble, Frederick John]] [https://www.familysearch.org/tree/person/details/GZZ2-8WY] - 1915(SA)-1939(WA) - Licences: 6FJ Katanning (1936-1939) - Qualifications: cc; AOCP 1673, 1936, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: blacksmith's striker (Katanning, WA, 1937) ===''KEMP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Kemp|Kemp, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GZ2F-PYS] - 1910(Qld)-1997(Qld) - Licences: 4YA Yangan - Qualifications: cc; AOCP 1466, 1935, Qld; BOCP 110, 1937; 2COCP 123, 1937; 1COCP 163, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Swanfels, Qld, 1936-1937); radio technician (Kedron, Qld, 1943-1949; Wavell Heights, Qld, 1954-1980) * [[/Joseph Edward Kemp|Kemp, Joseph Edward]] [https://www.familysearch.org/tree/person/details/G691-NWV] - 1918(Tas)-1991(WA) - Licences: 7RZ Devonport (1937-1939); 7RZ Launceston (1946-1948) - Qualifications: cc; AOCP 1847, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio telegraphist (Como, 1949); radio officer (Esperance, 1954-1958; Yokine, WA, 1963-1980) ===''KEMPSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Kempster|Kempster, Frederick]] [https://www.familysearch.org/tree/person/details/LVPC-NHM] - 1900(SA)-1957(SA) - Licences: 5KM Darwin (1929-1931); 8KM Darwin (1937-1939) - Qualifications: cc; AOCP 543, 1929, No. ?? in NT - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Fullarton, 1934); supervisor (Fullarton, 1939-1943) ===''KENNA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Francis Kenna|Kenna, Vernon Francis "Vern" / "Marconi"]] [https://www.familysearch.org/tree/person/details/GS1D-4ZV] - 1908(Qld)-1987(NSW) - Licences: 4DE Receive Brisbane (Hamilton, 1923-1924); 4FK Brisbane (Hamilton, 1926-1939); 2JR Sydney (Middle Cove, 1980+) - Qualifications: cc; AOCP 301, 1926, No. 29 in Qld - amateur operator; amateur broadcaster; broadcast engineer (PMGD); radiocommunications engineer; senior public servant (PMG, ABC2); WW2 - Electoral Rolls: postal electrician (Hamilton, Qld, 1936-1954); engineer (Balwyn, Vic, 1963; Killara, 1963; Middle Cove, 1968-1972; Willoughby, 1977-1980) ===''KENNEDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Kennedy|Kennedy, Peter]] [https://www.familysearch.org/tree/person/details/GDKD-8Q7] - 1874(Vic)-1945(SA) - Licences: XYD Perth (City, 1913-1914); 6AM Perth (Mt Lawley, 1923-1927); 5AM Adelaide (City, 1928; Unley, 1931; New Parkside, 1933-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; senior federal public servant (PMG, concluding as Deputy Postmaster-General SA); WW1 - Awards: Imperial Service Order - Electoral Rolls: telegraphist (Leederville, 1903; Mt Lawley, 1910-1921); State Engineer (Maylands, 1925-1926); civil servant (New Parkside, 1939-1943) * [[/M. Kennedy|Kennedy, M.]] - 19??(???)-19??(???) - Licences: 4EP Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter Donald Kennedy|Kennedy, Walter Donald]] [https://www.familysearch.org/tree/person/details/LBRG-1WB] - 1869(NSW)-1951(NSW) - Licences: 2WK Sydney (Rockdale, 1925-1926; Willoughby, 1927-1929); 2WK Helensburgh (1930-1933); 2WK Sydney (East Sydney, 1934); 2WK Wallerawang (1935); 2WK Sydney (Rockdale, 1936-1939, 1946-1950) - Qualifications: cc; AOCP 121, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: clergyman (Murrumburrah, 1913; Helensburgh, 1930-1932); clerk (Darlinghurst, 1934-1935); clerk in Holy Orders (Rockdale, 1936-1949) ===''KENNY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Francis Kenny|Kenny, Edmund Francis]] [https://www.familysearch.org/tree/person/details/G8MB-R3M] - 1903(NSW)-1980(NSW) - Licences: 2EK Sydney (Lewisham, 1927-1928; Croydon, 1929; Ryde, 1930-1931; Granville, 1933-1939, 1946-1948); 2EK Wentworthville (1950-1980) - Qualifications: AOCP 373, 1927, No. ?? in NSW -amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1930); clerk (West Ryde, 1930-1933); engineer (Granville, 1935-1949); radio engineer (Wentworthville, 1954-1968); engineer (Wentworthville, 1972-1977) ===''KEOGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Keogh|Keogh, William George]] [https://www.familysearch.org/tree/person/details/GDJ4-H7G] - 19??(???)-1960(NSW) - Licences: 2ZA Receive Sydney (Stanmore, 1923); 2ZA Sydney (Summer Hill, 1923; Stanmore, 1924-1925); licensed operator 2AG Grace Bros Broadway - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Randwick North, 1943-1958) ===''KERBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Thomas John Kerby|Kerby, Edwin Thomas John]] [https://www.familysearch.org/tree/person/details/GM72-SFL] - 1888(Vic)-1971(Vic) - Licences: 7EK Ringarooma (1932-1939); 3KK Melbourne (Auburn, 1946-1969) - Qualifications: cc; AOCP 940, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW1; WW2 (Major) - Awards: Military Star 1914-1915; British War Medal, Victory Medal; MBE - Electoral Rolls: manager (Ballarat, 1909); restaurant keeper (Brunswick, 1914); electrical engineer (Richmond, 1914-1917); grazier (Ballarat, 1919); farmer (Linton, 1922); grazier (Fawkner, 1924-1925); engineer (St Kilda, 1943; Auburn, 1949-1968) - Links: [[w:Edwin Kerby|Wikipedia]] ===''KERMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Kermond|Kermond, Leslie John "Les"]] [https://www.familysearch.org/tree/person/details/G8W7-Y88] - 1912(Vic)-2007(Vic) - Licences: 3DX Warrnambool (1928-1980+) - Qualifications: AOCP 417, 1928, No. ?? in Vic; AOLCP 182, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: biograph operator (Warrnambool, 1936-1937); engineer (Swan Hill, 1942); radio engineer (Warrnambool, 1949-1980) ===''KERNICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Edwin Kernick|Kernick, Percy Edwin]] [https://www.familysearch.org/tree/person/details/LX7S-JW1] - 1888(NSW)-1965(WA) - Licences: 6PK Perth (South Perth, 1927-1939, 1946-1947) - Qualifications: cc; AOCP 378, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Sandstone/Mt Magnet, 1910); telegraphist (Brown Hill/Kalgoorlie, 1917; South Perth, 1925-1963) ===''KERR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dixon Kerr|Kerr, Alfred Dixon]] [https://www.familysearch.org/tree/person/details/GZT8-ZKF] - 1910(Vic)-1977(Vic) - Licences: 3AL Ballarat (1926-1939, 1946-1960); 3JQ Melbourne (Hawthorn, 1975) - Qualifications: AOCP 284, 1926, No. ?? in Vic; AOLCP 18, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Ballarat, 1931-1968); retired (Hawthorn, 1977) * [[/Roy Kerr|Kerr, Roy]] [https://www.familysearch.org/tree/person/details/GXHP-SBX] - 1917(Qld)-1988(Qld) - Licences: 4DK Winton (1937-1939); 4DK Brisbane (Tingalpa, 1946-1951) - Qualifications: cc; AOCP 1941, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; federal public servant (PMGD, telegraphist) - Relationships: brother of Vernon Lester Kerr 4LK - Electoral Rolls: * [[/Vernon Lester Kerr|Kerr, Vernon Lester "Vern"]] [https://www.familysearch.org/tree/person/details/GXHP-MCW] - 1912(Qld)-1979(Qld) - Licences: 4LK Winton (1932-1933); 4LK Cloncurry (1937-1939, 1946-1948); 4LK Charters Towers (1954-1969); 4LK Charleville (1975) - Qualifications: cc; AOCP 800, 1931, No. ?? in Qld; COCP 1941, amateur operator; amateur broadcaster; radio club (WIAQ, Soc Wireless Pioneers USA); employment (RFDS, technical officer / controller / announcer) - Relationships: brother of Roy Kerr 4DK - Electoral Rolls: radio technician (Charters Towers, Qld, 1954-1977); technician (Charleville, Qld, 1977) ===''KHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kullandar Jallander Khan|Khan, Kullandar Jallander]] [https://www.familysearch.org/tree/person/details/GX89-VLY] - 1916(Qld)-1983(Qld) - Licences: 4QA Cairns (1937-1939, 1947); 4DC Cairns (1948-1960); 4DC Brisbane (New Farm, 1965-1980+) - Qualifications: cc; AOCP 1979, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 4QA may have been withdrawn by PMGD for 4QA Cairns - Electoral Rolls: picture theatre operater (Cairns, Qld, 1943); radio serviceman (Cairns, Qld, 1954-1958); tv technician (New Farm, Qld, 1968-1977); retired (New Farm, Qld, 1980) ===''KIDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian McIvor Kidman|Kidman, Ian McIvor]] [https://www.familysearch.org/tree/person/details/LD7Q-7N2] - 1915(SA)-1981(SA) - Licences: 5JK Naracoorte (1933-1937) - Qualifications: cc; AOCP 1163, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''KILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Harold Kilby|Kilby, Raymond Harold]] [https://www.familysearch.org/tree/person/details/G691-9VD] - 1918(Tas)-1999(Tas) - Licences: 7RK Launceston (1935-1939, 1946-1980+) - Qualifications: cc; AOCP 1461, 1935, No. ?? in Tas; BOCP 1568, 1957; 1COCP 1862, 1958; 2COCP T1, 1977 - amateur operator; amateur broadcaster - Electoral Rolls: upholsterer (Launceston, 1943-1972) ===''KILGARIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Kilgariff|Kilgariff, Joseph]] [https://www.familysearch.org/tree/person/details/GDS2-XBD] - 1886(NSW)-1971(SA) - Licences: 5JT Adelaide (Burnside, 1937-1939; Erindale, 1947-1948; North Glenelg, 1954-1969) - Qualifications: cc; AOCP 1884, 1937, SA; 2COCP 325, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carpenter (Boulder, WA, 1910-1912); builder (Alice Springs, NT, 1934; Burnside, SA, 1939); RAAF (Leabrook, SA, 1943) ===''KILSBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Wilbur Kilsby|Kilsby, Keith Wilbur]] [https://www.familysearch.org/tree/person/details/KCHP-4ZS] - 1912(SA)-1970(SA) - Licences: 5PR Moorak (1933); 5PR Birdwood (1938); 5PR Wiltyerong via Murray Bridge (1947); 5PR Mingary via Murray Bridge (1948); 5PR Murray Bridge (1954); 5PR Adelaide (Payneham, 1955-1969) - Qualifications: cc; 2COCP 419, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Birdwood, SA, 1939; Wiltyerong, SA, 1941-1943); ===''KING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Calvert King|King, Charles Calvert]] [https://www.familysearch.org/tree/person/details/GXQT-4R1] - 1885(Eng)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 105, 1915; 2COCP 155, 1930 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (New Town, Tas, 1914); warrant telegraphist (Wireless Station, Applecross, 1921-1925); music teacher (Randwick, NSW, 1930); musician (Clovelly, 1931; Rose Bay, 1932-1933); librarian (Woollahra, 1934); salesman (Bondi, NSW, 1935); Model Maker (Watson's Bay, 1936-1937) * [[/Fred Esmond King|King, Fred Esmond (Electoral Rolls) or Esmonde (BMD)]] [https://www.familysearch.org/tree/person/details/GXNY-81C] - 1896(Qld)-1986(Qld) - Licences: 4CQ Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: station hand (Bulliwallah, Qld, 1919-1963) * [[/Frederick Venn King|King, Frederick Venn]] [https://www.familysearch.org/tree/person/details/KJHN-MV3] - 1888(Qld)-1968(Qld) - Licences: Receive (Valve) Cunnamulla (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: station hand (Weelamurra Station, Qld, 1909); grazier (Weelamurra Station, Qld, 1913-1921); not stated (Warrambah Station, Cunnamulla, Qld, 1925); grazier (Barrington Station, Cunnamulla, Qld, 1930-1954); retired (Camp Hill, Qld, 1958-1968) ===''KINGWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hercules Kingwell|Kingwell, William Hercules]] - broadcast planning engineer (PMGD, ABCB) ===''KINSELLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Thomas Kinsella|Kinsella, Hector Thomas]] [https://www.familysearch.org/tree/person/details/G8NC-XN9] - 1912(WA)-1993(WA) - Licences: 6HK Perth (Hollywood, 1930; East Perth, 1931) - Qualifications: cc; AOCP 641, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (South Perth, 1936-1937; Victoria Park, 1943); pharmacist (Perth, 1949; Narrogin, 1954-1958; Applecross, 1963; Ardross, 1968-1972; Booragoon, 1977-1980) * [[/Thomas Wade Kinsella|Kinsella, Thomas Wade]] [https://www.familysearch.org/tree/person/details/G8P2-TSG] - 1904(Vic)-2001(NSW)96yo - Licences: Receive (Crystal) Lubeck (1923); 3TK Lubeck (1924-1926); 3TK Rupanyup (1937-1939); 2FK Sydney (Rose Bay, 1946; Herne Bay, 1947; Sans Souci, 1948-1980+) - Qualifications: cc; AOCP 1992, 1937, No. ?? in Vic; BOCP 532, 1943 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrician (Lubeck, 1927-1936); RAN (Sans Souci, 1949-1980) - Relationships: brother of 3AKW William Jennings Kinsella * [[/William Jennings Kinsella|Kinsella, William Jennings]] [https://www.familysearch.org/tree/person/details/G8PG-S8S] - 1914(Vic)-2011(Vic) - Licences: 3AKW Lubeck (1947-1980+) - Qualifications: cc; BOCP 498, 1943; 2AOCP 55, 1946 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grazier (Magdala, Lubeck, 1936-1972; Lubeck, 1977-1980) - Relationships: brother of 3TK-2FK Thomas Wade Kinsella ===''KINZBRUNNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Charles Kinzbrunner|Kinzbrunner, Harry Charles]] [https://www.familysearch.org/tree/person/details/G8H4-SZM] - 1903(Eng)-1982(Qld) - Licences: 4HK Cloncurry (1929-1931); 4HK Mareeba (1933); 4HK Tully (1937-1939); 4HK Atherton (1946-1980+) - Qualifications: cc; AOCP 474, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), employment (Australian Inland Mission, QATB) - Electoral Rolls: radio mechanic (Malanda, 1937); electrical engineer (Ashgrove, 1943); radio mechanic (Atherton, 1943); refrigeration & electrical contractor (Atherton, 1949-1972); electrical contractor (Atherton, 1977-1980) ===''KIRBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ewan Russell Kirby|Kirby, Ewan Russell]] [https://www.familysearch.org/tree/person/details/G4R1-4J7] - 1885(Tas)-1947(Tas) - Licences: XZB Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; First set 1909 communicated with M. Harvey; employed Hydro-electric Dept - Electoral Rolls: electrician (Hobart South, 1914-1919); engineer (Hobart West, 1922-1936) ===''KIRKBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Kirkby|Kirkby, Brian]] - historian (early wireless experimenters, Edward Hope Kirkby, Archibald John Shaw), great grandson of Edward Hope Kirkby * [[/Charles Edward Kirkby|Kirkby, Charles Edward]] - 1886(Vic)-1954(NSW) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of George Gill Kirkby * [[/Edward Hope Kirkby|Kirkby, Edward Hope]] - 1853(At sea)-1915(NSW) - early wireless and X-ray experimenter, father of George Gill Kirkby and Charles Edward Kirkby * [[/George Gill Kirkby|Kirkby, George Gill]] - 1884(Vic)-1916(Vic) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of Charles Edward Kirkby ===''KIRKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Basil Everald Wharton Kirke|Kirke, Basil Everald Wharton]] [https://www.familysearch.org/tree/person/details/G6NX-FFQ] - 1893(NSW)-1958(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; chief studio announcer/Uncle "Bas" (2BL); manager, 6WF; manager 9PA (1946); manager (ABC, Victoria, 1936) - Electoral Rolls: manager (Subiaco, 1931; Perth, 1934-1936; Melbourne, 1937-1943; Perth, 1954) - Links: [https://adb.anu.edu.au/biography/kirke-basil-everald-wharton-10751 ADB] ===''KIRKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Booth Kirkland|Kirkland, John Booth]] - 1861(Vic)-1900(Vic) - early telephone experimenter, Melbourne, Geelong & Ballarat ===''KISSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Leslie Hawthorn Kissick|Kissick, Alfred Leslie Hawthorn]] [https://www.familysearch.org/tree/person/details/LK9D-7LL] - 1904(Vic)-1967(Vic) - Receive Melbourne (Brunswick, 1923-1924), 3KB Melbourne (Brunswick, 1925-1939, 1946-1965), amateur operator (AOCP 141, 1925, No. ?? in Vic), operator 3CR Coburg Radio Club (1925), amateur broadcaster, clerk (1934) ===''KITTO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Collingwood Kitto|Kitto, Thomas Collingwood]] [https://www.familysearch.org/tree/person/details/MCKM-W8G] - 1903(Tas)-19??(???) - Licences: 7?? Launceston (1928); 5JR Adelaide (Tusmore, 1931); 2JR Newcastle (1933); 2JS Newcastle (1933-1939) - Qualifications: cc; AOCP 425, 1928, No. ?? in Tas; AOLCP 43, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Launceston, 1928); radio engineer (Sandgate, NSW, 1935; Ulverstone, Tas, 1937); engineer (Hawthorn, Vic, 1942); radio engineer (Prahran, 1949); retired (Deception Bay, 1972) ===''KLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Robert Kling|Kling, John Robert]] [https://www.familysearch.org/tree/person/details/LRQZ-B4W] - 1905(Vic)-1969(Vic) - Licences: 3JB Melbourne (Balwyn, 1928; South Camberwell, 1931; Hawthorn East, 1933; Hampton, 1937-1939); 3AJQ Melbourne (Seaford, 1954-1955; Lower Ferntree Gully, 1956; Frankston, 1960-1965) - Qualifications: AOCP 403, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Camberwell, 1931-1933; Sandringham, 1936-1937); engineer (Sandringham, 1942; Bacchus Marsh, 1949); radio sound engineer (Seaford, 1954); electrician (Frankston, 1963-1968) ===''KNAPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carlo Patrick Knapton|Knapton, Carlo Patrick]] [https://www.familysearch.org/tree/person/details/9DQR-R5C] - 1879(Irl)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - wireless trader (WA); witness to Royal Commission 1927 (as vice-president, Wireless Traders Assoc, WA) - Electoral Rolls: engineer (Carlton, Vic, 1914); lighting engineer (South Perth, 1921-1954) ===''KNEIPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Kneipp|Kneipp, James Henry "Jim"]] [https://www.familysearch.org/tree/person/details/GQ5R-YBH] - 1875(NSW)-1958(Qld) - Licences: Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: saddler (Morningside, Qld, 1905); railway employee (Morningside, Qld, 1908-1917; Cannon Hill, Qld, 1919-1958) ===''KNIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Keith Knight|Knight, Rupert Keith]] [https://www.familysearch.org/tree/person/details/G8MJ-Z5W] - 1898(Qld)-1934(Qld) - Licences: 4RK Toowoomba (1926-1927) - Qualifications: cc; Nil identified - amateur operator; amateur broadcaster - Halcyon: not mentioned? - Electoral Rolls: clerk (Toowoomba, 1919); bank clerk (East Toowoomba, 1925-1926); not specified (East Toowoomba, 1928-1932) ===''KNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Brader Knock|Knock, Donald Brader "Don"]] [https://www.familysearch.org/tree/person/details/GWWR-L62] - 1898(Eng)-1966(NSW) - Licences: 1911 Manchester; G6XG London (1924-1926); 2NO Sydney (Cremorne, 1926-1927; Vaucluse, 1927; Kirribilli, 1928; Randwick, 1929); 6NK Wyndham (1930-1931); 2NU Portable Sydney 1935-1939; 5NO Portable Central Australia; 2NO Sydney (Waverley, 1946-1966) - Qualifications: cc; AOCP 335, 1927, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (2MO); radiocommunications engineer; journalist (Wireless Weekly, Radio in ANZ, Radio Monthly, Australian Radio News, Bulletin, Australasian Radio World); military (WW1 - Royal Naval Air Service, WW2 - AIF lieutenant-major) - Electoral Rolls: engineer (Waverley, 1930); radio journalist (Waverley, 1932-1933); radio engineer (Waverley, 1935-1963) ===''KNOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carlisle Maddison Knowles|Knowles, Henry Carlisle Maddison]] [https://www.familysearch.org/tree/person/details/L4Q8-642] - 1901(NSW)-1945(ACT) - Licences: 2LK Sydney (Arncliffe, 1930-1931) - Qualifications: AOCP 653, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: pharmacist (Woolahra, 1933; Kingston, ACT, 1935-1943) ===''KOSSECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edwin Frederick Kosseck|Kosseck, Edwin Frederick]] [https://www.familysearch.org/tree/person/details/G8VB-VTG] - 1909(Vic)-1989(Vic) - Licences: 3EK Geelong (Belmont, 1930-1933); 3AKE Geelong (Newport, 1947; Belmont, 1948-1980+) - Qualifications: AOCP 705, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: gardener (Belmont, 1931-1937); RAAF (Newport, 1943); gardener (Belmont, 1949-1980) ===''KRAEGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl W. J. Kraegen|Kraegen, Carl W. J. "Charles"]] - 1831?(Germany?)-1871(NT) - employment (Vic Posts & Telegraphs, SA Posts & Telegraphs), telegraph operator (Ballarat, Portland), developed an early system of explosive detonation by battery, tragically died of thirst during the construction of the Overland Telegraph ===''KRUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Augustine Kruger|Kruger, Francis Augustine]] [https://www.familysearch.org/tree/person/details/GDJZ-58H] - 1907(Vic)-1992(Vic) - Licences: 3HE Receive Charlton (1922-1923); 3HE Charlton (1924-1925); 3AI Charlton (1935-1939); 3AI Strathmore (1946-1980+) - Qualifications: cc; AOCP 1541, 1935, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: dental mechanic (Charlton, 1928-1937); cinema operator (Charlton, 1942); executive (Essendon, 1949-1968; Strathmore, 1977-1980) =='''L'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''LABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Howell Laby|Laby, Thomas Howell]] - 1880(Vic)-1946(Vic) - frequent lecturer on wireless topics to WIA Vic in the 1920s, education (BA Cambridge 1905, PhD Cambridge 1921), employment (University of Sydney, 1901-1904; Cavendish Laboratory, 1905; Professor Physics, Victoria University College, Wellington, 1909; Professor Natural Philosophy, University of Melbourne, 1915-1930+), Royal Society of Victoria (president, 1924) ===''LACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Lack|Lack, Francis James]] [https://www.familysearch.org/tree/person/details/LCQH-WJR] - 1876(NSW)-1949(Qld) - Licences: Receive (Valve) Brisbane (Sandgate, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Warwick, Qld, 1903; Tiaro, Qld, 1905-1906; Maryborough, Qld, 1908); fish agent (Maryborough, Qld, 1913); engineer (Sandgate, Qld, 1916); accountant (Sandgate, Qld, 1917-1949) ===''LAHEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Wesley Lahey|Lahey, John Wesley]] [https://www.familysearch.org/tree/person/details/LKRX-KPL] - 1850(Irl)-1937(Qld) - Licences: 4EG Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: sawmill proprietor (Clayfield, Qld, 1908-1909); sawmiller (Clayfield, Qld, 1913-1936) ===''LAIDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Laidler|Laidler, Thomas]] [https://www.familysearch.org/tree/person/details/L1KG-31L] - 1904(Eng)-1995(SA) - Licences: 5TL Ceduna (1937-1939, 1947); 5TL Largs Bay (1948); 5TL Renmark (1954-1960); 5TL Adelaide (Glandore, 1965-1980+) - Qualifications: cc; AOCP 1934, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: postmaster (Ceduna, SA, 1939-1943) ===''LAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Lake|Lake, Eric James]] [https://www.familysearch.org/tree/person/details/GDFZ-CKK]- 1906(Eng)-1966(Qld) - Licences: 4EL Brisbane (Kangaroo Point, 1932-1939; Camp Hill, 1946-1948); 4EL Clevedon (1954-1956); 4EL Townsville (Belgian Gardens, 1960-1965) - Qualifications: cc; AOLCP 54, 1931; AOCP 966, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, instructor); broadcast technician (4QN); federal public servant (PMGD) - Electoral Rolls: radio operator (Coorparoo, Qld, 1937); radio technician (Camp Hill, Qld, 1943-1949; Townsville, Qld, 1954-1963); ===''LAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Federal Laker|Laker, Frank John Federal]] [https://www.familysearch.org/tree/person/details/M1V2-P8Q] - 1899(NSW)-1953(NSW) - Licences: 2ZE Deniliquin (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: sales manager (St Kilda, Vic, 1925); clerk (Bondi, 1935-1937); accountant (North Rocks, 1954) ===''LALOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Fintan Lalor|Lalor, Peter Fintan]] - 1827(Irl)-1889(Vic) - Leader of the Eureka Stockade, Postamaster-General Victoria (Aug 1875-Oct 1875) ===''LAMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. D. Lamb|Lamb, A. D.]] - 19??(???)-19??(???) - Licences: 4DK Receive Brisbane (New Farm, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James Joseph Wiseman Lamb|Lamb, James Joseph Wiseman]] [https://www.familysearch.org/tree/person/details/GX7M-49X] - 1876(Vic)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 119, 1915; 1COCP 264, 1932 - RANRS (Warrant Telegraphist, 1917) - Relationships: father of Harry Spencer Lamb - Electoral Rolls: civil servant (Subiaco, WA, 1910); radio station master (Townsville, Qld, 1921); wireless (Malvern, Vic, 1927); superintendent (Toorak, Vic, 1928-1936; Elsternwick, Vic, 1937); retired (Elsternwick, Vic, 1942) * [[/Harry Spencer Lamb|Lamb, Harry Spencer]] [https://www.familysearch.org/tree/person/details/GX7M-SQY] - 1906(WA)-1984(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Relationships: son of James Joseph Wiseman Lamb - Electoral Rolls: ===''LAMBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Clayton Lambert|Lambert or Mason, Frank Clayton]] [https://www.familysearch.org/tree/person/details/G8C3-761] - 1908(WA)-1993(WA) - Licences: 6FL Perth (South Perth, 1929-1931); 6FL Geraldton (1933); 6FL Perth (Wembley, 1937-1939; Subiaco, 1947); 3AFL Bairnsdale (1948); 6FL Perth (Claremont, 1954-1956; Bassendean, 1965-1980+) - Qualifications: cc; AOCP 503, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: picture employee (South Perth, WA, 1931); projectionist (Albany, WA, 1934); sound projectionist (East Fremantle, WA, 1936); projectionist (Wembley Park, WA, 1937); radio technician (Subiaco, WA, 1943-1949); dealer (Claremont, WA, 1954); radio dealer (Bassendean, WA, 1958-1980) ===''LANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Herbert Dodson Lane|Lane, Cyril Herbert Dodson]] - 1888(NSW)-1915(Tur) - XDM Sydney (1909-1914), early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in NSW), born Cyril Herbert Dodson, brother-in-law of Charles Dansie Maclurcan "Greater love hath no man" ===''LANGFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Leslie Langfield|Langfield, Harold Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/GX84-3D6] - 1893(Wales)-1982(Qld) - Licences: 4CO Brisbane (Rosalie, 1935-1960) - Qualifications: cc; AOCP 1572, 1935, Qld - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: club steward (Rosalie, Qld, 1934-1977; Paddington, Qld, 1980); ===''LANGFORD-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fritz Langford-Smith|Langford-Smith, Fritz]] - 1904(NSW)-1966(NSW) - 2?? Sydney, amateur operator (AOCP ??, 19??, No. ?? in Qld), electronics designer (AWA), author (Radiotron Designers Handbook), journalist (Radiotronics) - Links: [http://messui.polygonal-moogle.com/valves/NW198908.pdf EA] ===''LANGHANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ron Langhans|Langhans, Ron]] - historian (broadcasting) ===''LANGRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George David Langridge|Langridge, George David]] - 1829(Eng)-1891(Vic) - Postmaster-General Victoria in early 1880s ===''LAPTHORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Charles Lapthorne|Lapthorne, Horace Charles]] [https://www.familysearch.org/tree/person/details/G8W8-STK] - 1900(Vic)-1975(NSW) - Licences: 2TM Receive Sydney (Artarmon, 1923-1924); 2HL Sydney (Chatswood, 1928-1938; Lane Cove, 1939; Artarmon, 1948-1969); 2HL Noraville (1975) - Qualifications: AOCP 422, 1928, No. ?? in NSW - amateur operator? - Electoral Rolls: electrician (Artarmon, 1930-1937; Chatswood, 1943-1968); retired (Noraville, 1972) ===''LARSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Peter Christian Larsen|Larsen, Herbert Peter Christian]] [https://www.familysearch.org/tree/person/details/G36L-GHQ] - 1901(Qld)-1976(Qld) - Licences: 4JW Charters Towers(1928-1937); 4JW Cairns (1938-1939, 1947-1956); 4JW Charters Towers (1960-1975) - Qualifications: cc; AOCP 439, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: brewery hand (Charters Towers, 1925-1936); engine driver (Cairns, 1943-1954; Charters Towers, 1958-1968) ===''LARSSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gustaf William Larsson|Larsson, Gustaf William]] [https://www.familysearch.org/tree/person/details/GDTD-55K] - 1902(Tas)-1992(Tas) - Licences: 7BJ Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; AOLCP 92, 1932; AOCP 3275, 1952 - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Hobart West, 1928-1936) ===''LATHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Couzens Lathwell|Lathwell, Arthur George Couzens]] [https://www.familysearch.org/tree/person/details/GZH3-G9L] - 1911(WA)-1996(WA) - Licences: 6AL Bunbury (1935-1939, 1947-1975) - Qualifications: cc; AOCP 1467, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician's assistant (Bunbury, WA, 1936-1937); electrician (Bunbury, WA, 1943-1980) ===''LAUNDER-CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Edgar Launder-Cridge|Launder-Cridge, Wilfred Edgar]] [https://www.familysearch.org/tree/person/details/GXT9-S5L] - 1899(Eng)-1960(Tas) - Licences: 5BZ Adelaide (Brooklyn Park, 1928) - Qualifications: cc; 2COCP 200, 1930; 1COCP 120, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Essendon North, Vic, 1937; Aerodrome, Cambridge, Tas, 1943); OIC, DCA (Forrest, WA, 1958) ===''LAURENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Laurence|Laurence, John Henry]] [https://www.familysearch.org/tree/person/details/GXL7-YKV] - 1916(SA)-19??(???) - Licences: 5MZ Adelaide (Malvern, 1933-1939); 3PF Melbourne (Sandringham, 1947-1948); 3PF Benalla (1954-1980+) - Qualifications: cc; AOCP 1164, 1933, SA; 1COCP 118, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Ceduna, 1941-1943); farmer (Wellington, Benalla, 1949-1963; Benalla, 1967-1980) ===''LAURIE-RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melbourne Clive Laurie-Rhodes|Laurie-Rhodes, Melbourne Clive]] [https://www.familysearch.org/tree/person/details/GX6M-6K1] - 1915(Qld)-1997(NZ) - Licences: 4XU Brisbane (Hendra, 1934-1937) - Qualifications: cc; AOCP 1353, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: manager (Hendra, Qld, 1936-1937) ===''LAVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Poynton Laver|Laver, Charles Poynton]] [https://www.familysearch.org/tree/person/details/9JBH-SNC] - 1882(Eng)-1969(SA) - Licences: 5CP Cape Borda (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Lightkeeper (Cape Borda, SA, 1939; Edithburgh, 1941-1951) ===''LAVINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Morgan Eric Lavington|Lavington, Frederick Morgan Eric]] [https://www.familysearch.org/tree/person/details/GDJM-ZC9] - 1903(Tas)-1974(Vic) - Licences: 2ZC Receive Sydney (Bondi, 1923); 2ZC Sydney (Waverley, 1923; Bondi, 1924-1925; Mosman, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Manly, 1930); engineer (Strathfield, 1932; Ashfield West, 1935-1936); electrical engineer (Ashfield West, 1937); engineer (Kensington, 1949; Kingsford, 1954-1972) ===''LAWRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevan Alic Lawrie|Lawrie, Kevan Alec or Alic]] [https://www.familysearch.org/tree/person/details/GXRS-5YP] - 1915(SA)-2000(SA) - Licences: 5AK Adelaide (Lockleys, 1936-1939; York, 1947-1948; Lockleys, 1954-1965; Brooklyn, 1969-1980+) - Qualifications: cc; AOCP 1602, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (Lockleys, SA, 1939-1941) ===''LAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. W. Law|Law, F. W.]] - 19??(???)-19??(???) - Licences: 6DA Perth (Armadale, 1923); 6CZ Perth (Armadale, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''LAWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Andrew Laws|Laws, David Andrew]] [https://www.familysearch.org/tree/person/details/GZLN-FW5] - 1909(Qld)-1943(PNG) - Licences: 4DR Brisbane (Taringa, 1931-1939) - Qualifications: AOCP 829, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 (Army, M Special Unit, Commando)- Sacrifice: "Greater love hath no man than this" - Electoral Rolls: clerk (Taringa, 1936-1943) - Links: [https://vwma.org.au/explore/people/635901] * [[/Sidney Frank Henry Laws|Laws, Sidney Frank Henry]] [https://www.familysearch.org/tree/person/details/G6ZT-GBH] - 1893(NZ)-1973(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 6, 1914, No. 6 in Aus and Vic - commercial operator; coastal station operator; manager 7ZL (1927); witness to Royal Commission 1927 (obo 7ZL) - Electoral Rolls: radio engineer operator (Wireless Station, Townsville, 1915); farmer (Launching Place, 1918); electrical engineer (Prahran, Vic, 1919); engineer (Armadale, Vic, 1919-1924); manager (Launceston, 1928); company manager (Double Bay, NSW, 1930-1931) ===''LAWTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Kyle Lawton|Lawton, Alexander Kyle]] [https://www.familysearch.org/tree/person/details/LR8F-FWT] - 1889(Qld)-1978(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, federal public servant (PMGD), radio clubs (QWI, member), business (movie theatres, Amico), WW2 - Electoral Rolls: electrician (Toowoomba, 1913; Wynnum South, 1915-1916); manager (Windsor, 1919); engineer (Nundah, 1925-1928); manager (Townsville, 1936-1937; Nundah, 1943-1949); manufacturer's agent (Virginia, 1954-1958); company director (Ashfield, 1963); sales manager (Ashfield, 1968-1977) ===''LEADBITTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Leadbitter|Leadbitter, James Henry]] [https://www.familysearch.org/tree/person/details/GDP1-3V1] - 1882(NSW)-1946(NSW) - Licences: 2AF Receive West Wyalong (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: cycle mechanic (Darlington, 1903); mechanic (West Wyalong, 1913); cycle mechanic (West Wyalong, 1930-1943) ===''LEANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Gregory Leaney|Leaney, William Gregory]] [https://www.familysearch.org/tree/person/details/LK9P-JF9] - 1895(SA)-1982(Vic) - Licences: 3XN Receive Melbourne (Northcote, 1923); 3XN Melbourne (Northcote, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engine driver (Northcote, 1919-1954); driver (Coburg, 1963-1977); nil (Preston, 1980) ===''LEBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/David Leber|Leber, David]] [https://www.familysearch.org/tree/person/details/G8HD-847] - 1905(Vic)-1950(Vic) - Licences: 3DL Melbourne (Richmond, 1929-1939; Hawthorn, 1947-1948) - Qualifications: AOCP 481, 1929, No. ?? in Vic; 3COCP 45, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Richmond, 1927-1942); salesman (Hawthorn, 1949) ===''LECKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Herbert Crockett Leckie|Leckie, Herbert Crockett]] [https://www.familysearch.org/tree/person/details/LJ1R-QQN] - 1927(Vic)-1994(Vic) - Licences: 3LH Melbourne (Elwood, 1948-1980+) - Qualifications: cc; 1COCP 1170, 1947 - amateur operator - Electoral Rolls: student (St Kilda, 1949-1968; Elwood, 1972-1980); * [[/Raymond Campbell Leckie|Leckie, Raymond Campbell]] [https://www.familysearch.org/tree/person/details/GZ2Q-ZZV] - 1904(Vic)-1987(ACT) - Licences: 3TU Receive Melbourne (Sandringham, 1923); 3TU Melbourne (Sandringham, 1924-1927) - Qualifications: cc; AOCP 215, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Sandringham, 1926); public servant (Braddon, 1935; Turner, 1943-1968); examiner of patents (Hughes, 1972); retired (Hughes, 1977-1980) ===''LEE-ARCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Leslie Lee-Archer|Lee-Archer, Evan Leslie]] [https://www.familysearch.org/tree/person/details/LB2K-F3W] - 1911(Vic)-1993(Vic) - Licences: 3LM Melbourne (Glen Iris, 1929-1931); 3LM Wonthaggi (1933); 3LM Melbourne (Caulfield North, 1937; Malvern East, 1938) - Qualifications: AOCP 534, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Gardiner, 1933); radio engineer (Korumburra, 1934); engineer (Caulfield West, 1935); mechanic (Malvern East, 1937) ===''LEGGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Legge|Legge, Arthur William]] [https://www.familysearch.org/tree/person/details/9MJS-QKM] - 1906(Tas)-1968(Tas) - Licences: Receive (Crystal) Ulverstone (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Ulverstone, 1928); no occupation (Hobart South, 1936); zinc worker (Hobart East, 1943); farmer (Cullenswood, 1949-1954) ===''LE GRAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Walter Le Grand|Le Grand, Sydney Walter]] [https://www.familysearch.org/tree/person/details/GQDD-D57] - 1902(Qld)-1979(NSW) - Licences: 4LG Brisbane (Windsor, 1927) - Qualifications: cc; CPRT 882, 1925; 2COCP 34, 1929; 1COCP 151, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Windsor, 1925-1926); operator (Woollahra, 1931-1937; Bellevue Hill, 1943-1949; Bondi Junction, 1954-1968); retired (Banora Point, 1972-1977) ===''LELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Lelliott|Lelliott, Thomas "Tom"]] [https://www.familysearch.org/tree/person/details/G8VX-4PX] - 1911(Vic)-2000(Vic) - Licences: 3ZW Melbourne (Mont Albert, 1930-1939); 3AZW Melbourne (Boronia, 1954-1980+) - Qualifications: AOCP 684, 1930, Vic; AOLCP 68, 1932 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio operator (Mont Albert, 1937); operator (Caulfield, 1942); public servant (Boronia, 1963-1980) ===''LEMMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Lemmon|Lemmon, Charles Edward]] [https://www.familysearch.org/tree/person/details/GDLL-Z21] - 1885(Eng)-1966(WA) - Licences: Nil yet identified - Qualifications: CPRT 95, 1915; 2COCP 120, 1930; 1COCP 71, 1930 - coastal wireless operator; WW2; RANRS - Electoral Rolls: wireless operator (Clayfield, Qld, 1915); officer-in-charge Wireless Station (Rockhampton, 1916-1921); radio telegraphist (Applecross, 1931-1936; Como, 1937); wireless operator (Broome, 1937); radio telegraphist (Geraldton, 1943-1949); retired (Rivervale, 1954-1963) ===''LEMPRIERE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Louis Lempriere|Lempriere, Charles Louis]] [https://www.familysearch.org/tree/person/details/L23Y-NPS] - 1857(Vic)-1934(Vic) - Licences: 3ZJ Melbourne (Vermont, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: surgeon (South Yarra, 1912-1919); medical practitioner (Vermont, 1924-1934) ===''LENDRUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Lendrum|Lendrum, Alexander "Alex"]] [https://www.familysearch.org/tree/person/details/G8NZ-Y5Y] - 1887(Qld)-1955(NSW) - Licences: 2YL Sydney (Kensington, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Toowoomba, 1913); yardman (Toowoomba, 1921); constable (Kensington, 1930-1937) ===''LENNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Lennon|Lennon, Christopher James "Chris"]] [https://www.familysearch.org/tree/person/details/KJL3-LZF] - 1889(Vic)-1932(Aus) - Licences: Nil yet identified - Qualifications: cc; 1COCP 4, 1929 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: operator (Broome, 1916-1917); radio telegraphist (Townsville, 1925); telegraphist (Thursday Island, 1931) ===''LEONARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Benedict Leonard|Leonard, Aubrey Benedict]] [https://www.familysearch.org/tree/person/details/GS9T-N4X] - 1896(NSW)-1968(Vic) - Licences: 3EN Receive Drouin (1922-1923); 3EN Drouin (1924-1926) - Qualifications: cc; AOCP 244, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal assistant (Drouin, 1922-1928); radio dealer (Drouin, 1931-1954); retired (Drouin, 1963-1967) * [[/John William Leonard|Leonard, John William "Bill"]] [https://www.familysearch.org/tree/person/details/G494-BY4] - 1906(Vic)-1974(Vic) - Licences: 3AB Melbourne (Black Rock, 1928-1939) - Qualifications: cc; AOCP 386, 1928, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Sandringham, 1931-1943); shopkeeper (Sandringham, 1949-1968) * [[/Leslie Clarence Leonard|Leonard, Leslie Clarence]] [https://www.familysearch.org/tree/person/details/GH15-16Q] - 1902(Vic)-1961(SA) - Licences: 5LT Adelaide (Payneham, 1946-1947; Medindie, 1948); 5LT Port Lincoln (1954-1960) - Qualifications: AOCP 2336, 1939, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: pilot (The Terrace/Port Pirie, 1939) * [[/Vincent Halpin Leonard|Leonard, Vincent Halpin]] [https://www.familysearch.org/tree/person/details/G8S4-TXD] - 1915(Vic)-1988(Vic) - Licences: 3PJ Melbourne (?, 1938-1939; Kew, 1946-1956); 3PJ St Andrews (1960); 3PJ Melbourne (Balwyn, 1965-1980+) - Qualifications: AOCP 2167, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1937; Kew, 1937-1954); public servant (St Andrews, 1958; Balwyn, 1963-1980) ===''LESLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julian Leslie|Leslie, Julian]] [https://www.familysearch.org/tree/person/details/GS98-211] - 1873(Vic)-1950(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 142, 1915; 1COCP 246, 1932 - RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: telegraphist (Leederville, WA, 1910-1912; Applecross, WA, 1913); O.I.C. (Radio Telegraph Station, Broome, WA, 1917); officer-in-charge (Radio Station, Thursday Island, 1925-1926); superintendent of wireless (Auburn, Vic, 1928); supervisor B.H. service (Randwick, NSW, 1930-1949) ===''LESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lester|Lester, Jack]] [https://www.familysearch.org/tree/person/details/L5FQ-NQL] - 1902(SA)-1990(SA) - Licences: 5LR Renmark (1930-1937); 5LR Berri (1938-1939); 5LR Adelaide (Millswood Estate, 1946-1947; Blackwood, 1954-1965); 5LR Victor Harbour (1969-1980) - Qualifications: cc; AOCP 674, 1930, No. ?? in SA; AOLCP 236, 1935; BOCP 369, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Berri, 1939-1943) ===''LETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Norman Lett|Lett, Frederick James Norman]] [https://www.familysearch.org/tree/person/details/GD2P-Y8D] - 1903(NSW)-1972(NSW) - Licences: 2WN Receive Sydney (Annandale, 1923); 2WN Sydney (Annandale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Annandale, 1930-1936); publican (Sydney, 1937); hotelkeeper (Clifton Gardens Hotel, Mosman, 1943); Darlinghurst, 1949; Dulwich Hill, 1958; Marrickville, 1963); retired (Church Point, 1968) ===''LEVENSPIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pinkus Levenspiel|Levenspiel, Pinkus or Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G8JB-QSL] - 1904(Eng)-1987(NSW) - Licences: 2TX Wyong (1930-1939, 1946-1980+) - Qualifications: AOCP 668, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (Wyong, 1936-1937); mechanic (Wyong, 1949-1963); motor dealer (Ourimbah, 1968-1980) ===''LEVERETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Leverett|Leverett, John Henry]] [https://www.familysearch.org/tree/person/details/LV79-R7Q] - 1894(Eng)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 25, 1914; 1COCP 88, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: wireless operator (Broome, 1916); telegraphist (Ascot, Qld, 1921); wireless operator (Rockhampton, 1936-1937); radio telegraphist (Rockhampton, 1943); wireless inspector (Burwood, NSW, 1954) ===''LEVERRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Hewitt Leverrier|Leverrier, Francis Hewitt "Frank"]] [https://www.familysearch.org/tree/person/details/GWBT-DP5] - 1863(NSW)-1940(NSW) - Licences: XEN Sydney (Waverley, 1911-1914, Licence No. 5) - Qualifications: cc; Nil yet identified - early wireless experimenter; radio clubs (WIA, president, 1910) - Electoral Rolls: barrister (Vaucluse, 1930-1934, Kings Counsel) - Relationships: father of 2BK-2ADE Frank Neville Leverrier * [[/Frank Neville Leverrier|Leverrier, Frank Neville "Boy"]] [https://www.familysearch.org/tree/person/details/M6RF-W2W] - 1904(NSW)-1980(NSW) - 2BK Receive Sydney (Waverley, 1922-1923); 2BK Sydney (Vaucluse, 1924-1930); 2ADE Castle Cove (1969-1975+) - Qualifications: cc; AOCP 169, 1925, No. ?? in NSW; CPRT 931, 1926) - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio work (Vaucluse, 1930); clerk (Vaucluse, 1933-1937); superintendent (Vaucluse, 1943-1949); public relations (Roseville, 1963-1968; Castle Cove, 1977) - Relationships: son of XEN Francis Hewitt Leverrier * [[/Henri Andre Leverrier|Leverrier, Henri Andre "Henry"]] [https://www.familysearch.org/tree/person/details/G68N-18J] - 1882(NCL)-1943(NSW) - Licences: XEN Sydney (Gordon, 1911); XHL Sydney (City, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; witness to Royal Commission 1927 (as manager, Australian General Electric, Sydney) - Relationships: nephew of XEN Francis Hewitt Leverrier; cousin of 2BK-2ADE Frank Neville Leverrier - Electoral Rolls: engineer (North Sydney, 1913); manager (Crows Nest, 1930-1937) ===''LEVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Levy|Levy, Richard "Dick"]] [https://www.familysearch.org/tree/person/details/G8N1-Z38] - 1909(SA)-1955(SA) - Licences: 5AJ Adelaide (Torrensville, 1930-1931) - Qualifications: cc; AOCP 654, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Torrensville, 1943) ===''LEWIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Garrett Lewis|Lewis, Henry Garrett "Harry"]] - 1895(Tas)-1978(Vic) - Licences: Hobart (no record of licence identified as yet) - Qualifications: cc; Nil yet identified - early wireless experimenter (reported experimenting from 1912); councillor WIA Tas in 1923; manager 3UZ 1924 - Electoral Rolls: * [[/William John Lewis|Lewis, William John]] [https://www.familysearch.org/tree/person/details/GXYJ-BZQ] - 1908(WA)-1976(NSW) - Licences: 2YB Sydney (Marrickville, 1931-1936; McMahons Point, 1937); 6YB Perth (Pearce, 1938-1939); 2YB Sydney (Haberfield, 1947-1950; Paddington, 1954-1969; Ryde, 1975) - Qualifications: cc; AOCP 863, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (RAAF) - Comment: Several contemporaneous WJLs - Electoral Rolls: Nil yet identified due to numbers ===''LIGHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lighton|Lighton, Robert]] [https://www.familysearch.org/tree/person/details/K2HJ-HD1] - 1869(Vic)-1940(Vic) - 3CM Receive Melbourne (East St Kilda, 1922-1924), 3RL Melbourne (East St Kilda, 1925-1931), amateur operator (AOCP 179, 1925, No. ?? in Vic), amateur broadcaster, storekeeper (Toongabbie, 1903; Benalla, 1916), independent means (East St Kilda, 1928; Armadale, 1937) ===''LINDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Linden|Linden, Edwin]] [https://www.familysearch.org/tree/person/details/GXXD-PRV] - 1904(Qld)-1970(NSW) - Licences: 4FT Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Murgon, Qld, 1925); mechanic (Wilston, Qld, 1928); storekeeper (Clayfield, Qld, 1936-1937); telephone mechanic (Mackay, Qld, 1943-1949); supervising technician (Bowen, Qld, 1954); PMG technician (Tweed Heads, NSW, 1958-1968) ===''LINDNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Lindner|Lindner, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GSVX-787] - 1904(NSW)-1981(Qld) - 4BX Receive Brisbane (Alderley) 1922 - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Wilston, 1928); motor mechanic (Maleny, 1934); mechanic (Windsor, 1936-1972); retired (Mt Samson, 1977) ===''LINDSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Gordon Lindsay|Lindsay, Donald Gordon]] [https://www.familysearch.org/tree/person/details/GZ6V-126] - 1909(Vic)-1964(WA) - 2DY Sydney (Gordon, 1925-1936; Ashfield, 1937; Concord, 1938; Kogarah, 1939), amateur operator (AOCP 83, 1925, No. ?? in NSW), amateur broadcaster, engineer * [[/Herbert Maxwell Lindsay|Lindsay, Herbert Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KP3L-S78] - 1913(Qld)-1989(Qld) - Licences: 4HD Nambour (1937-1939); 4HD Buderim (1946-1980+) - Qualifications: cc; AOCP 2027, 1937, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); employment (company secretary) - Electoral Rolls: bank officer (Nambour, Qld, 1936-1937; Taringa, Qld, 1943); fruitgrower (Buderim, Qld, 1954-1980) * [[/Patrick Charles Edward Lindsay|Lindsay, Patrick Charles Edward]] [https://www.familysearch.org/tree/person/details/GF7R-8YZ] - 1896(Eng)-19??(Eng?) - Licences: 6PL Perth (West Perth, 1927) - Qualifications: cc; CPRT 855, 1925; 2COCP 37, 1929 - amateur operator; amateur broadcaster - Electoral Rolls: wireless instructor (West Perth, WA, 1922; Balcatta, WA, 1925); radio engineer (South Brisbane, Qld, 1934) ===''LINKLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Charles Linklater|Linklater, Donald Charles]] [https://www.familysearch.org/tree/person/details/GXRC-Z44] - 1905(SA)-1967(NSW) - Licences: 5DL Pinnaroo (1935-1937) - Qualifications: cc; AOCP 1521, 1935, SA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: radio mechanic (Darling Harbour, NSW, 1949); technician (Bondi Junction, NSW, 1958) ===''LITCHFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ainslie Roland Litchfield|Litchfield, Ainslie Roland]] [https://www.familysearch.org/tree/person/details/9J3Z-FRP] - 1906(NSW)-1968(NSW) - 2RL Cooma (1925-1939), 2RL Sydney (Woollahra, 1947; Darling Point, 1948-1954; Rozelle, 1955-1958; Avalon Beach, 1960-1965), amateur operator (AOCP 200, 1925, No. ?? in NSW), amateur broadcaster, WW2, grazier (Cooma, 1930-1937), film producer (Avalon Beach, 1958-1968) ===''LITHGOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Lithgow|Lithgow, John Charles]] [https://www.familysearch.org/tree/person/details/G691-5TL] - 1916(Tas)-1990(Eng) - Licences: 7WJ Launceston (1936-1939) - Qualifications: cc; AOCP 1688, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Marine officer? 1950s-1960s, several sea trips ===''LITTLEJOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sydney Littlejohn|Littlejohn, Arthur Sydney]] [https://www.familysearch.org/tree/person/details/G8DW-VDD] - 1905(NSW)-1993(NSW) - Licences: 2AL Sydney (Leichhardt, 1930-1939); 4LF Gunalda (1947); 2OU Sydney (Leichhardt, 1948-1950) - Qualifications: AOCP 579, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Leichhardt, 1930-1958; Haberfield, 1963-1980) ===''LLOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Howard Lloyd|Lloyd, Henry Howard]] [https://www.familysearch.org/tree/person/details/GST7-9LV] - 1904(SA)-1974(SA) - Licences: 5AI Adelaide (College Town, 1923-1927); 5AG Adelaide (College Town, 1923); 5HL Adelaide (North Adelaide, 1954-1975) - Qualifications: cc; AOCP 57, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Beware another Henry Howard Lloyd [https://www.familysearch.org/tree/person/details/GZDY-FS3] 1912-1981 in Adelaide, similar times - Electoral Rolls: Nil yet identified * [[/Hughie Frederick Lloyd|Lloyd, Hughie or Hugh Frederick]] [https://www.familysearch.org/tree/person/details/GXGY-Y95] - 1917(SA)-2002(SA) - Licences: 5BC Adelaide (Hindmarsh, 1933-1939); 5BC Berri (1947-1980) - Qualifications: cc; AOCP 1137, 1933, SA; BOCP 281, 1940 - amateur operator; amateur broadcaster - Relationships: Brother of 5HD William Edward Lloyd - Electoral Rolls: electrician (Hindmarsh, SA, 1939) * [[/William Edward Lloyd|Lloyd, William Edward "Bill"]] [https://www.familysearch.org/tree/person/details/GXGB-WR9] - 1914(SA)-1996(SA) - Licences: 5HD Adelaide (Hindmarsh, 1933-1939, 1947-1948; Cumberland, 1954-1980+) - Qualifications: cc; AOCP 1215, 1933, SA; 2COCP 763, 1943 - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5BC Hughie Frederick Lloyd - Electoral Rolls: nil (Hindmarsh, SA, 1939-1943) ===''LOCKHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Edward Lockhart|Lockhart, Leon Edward]] [https://www.familysearch.org/tree/person/details/G8CJ-6GG] - 1912(Vic)-1990(Vic) - Licences: 3LE Melbourne (Elwood, 1929-1939; Elsternwick, 1946-1980+) - Qualifications: AOCP 514, 1929, No. ?? in Vic; 1COCP 205, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elwood, 1934-1937); engineer (Elsternwick, 1942-1977) ===''LOESER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hedley Edmond Loeser|Loeser, Hedley Edmond]] [https://www.familysearch.org/tree/person/details/MPXL-RM6] - 1912(SA)-19??(???) - Licences: 5LO Adelaide (Goodwood, 1936-1939; Col LIght Gardens, 1947) - Qualifications: cc; AOCP 1748, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: display artist (Reade Park, SA, 1943) ===''LOMAX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Lomax|Lomax, Joseph]] - 19??(???)-19??(???) - Licences: 4EB Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: commercial traveller (St Kilda, Vic, 1913-1914; Ivanhoe, Vic, 1916-1917; Coorparoo, Qld, 1921-1925; Kew, Vic, 1926) ===''LONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Timothy Joseph Long|Long, Timothy Joseph]] [https://www.familysearch.org/tree/person/details/GQ19-Z9G] - 1884(Qld)-1923(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 140, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Comment: suicide after diagnosis terminal illness - Electoral Rolls: labourer (Toowoomba, 1908); radio telegraphist (Cooktown, 1916-1917); telegraphist (Townsville, 1921) ===''LONGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ruth Victoria Longley|Harris nee Longley, Ruth Victoria]] [https://www.familysearch.org/tree/person/details/GXYZ-5GJ] - 1913(WA)-19??(???) - Licences: 6YL Perth (Shenton Park, 1936-1939) - Qualifications: cc; AOCP 1808, 1936, WA - amateur operator; amateur broadcaster; YL operator; WW2 - Relationships: Wife of 6NL Valentine Harms Harris - Electoral Rolls: saleswoman (Subiaco, WA, 1936-1937); home duties (Applecross, WA, 1949-1954); manager (Applecross, WA, 1958) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''LONGSTAFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Allen Hector Longstaff|Longstaff, Thomas Allen Hector "Allen"]] [https://www.familysearch.org/tree/person/details/GWQM-WF3] - 1896(SA)-1953(NSW) - Licences: XVR Adelaide (Alberton, 1913) - Qualifications: cc; CPRT 55, 1915 - early wireless experimenter; coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2 - Electoral Rolls: executive (Brighton, Vic, 1949) ===''LORDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Allan Lorden|Lorden, Geoffrey Allan]] [https://www.familysearch.org/tree/person/details/GZJB-2P8] - 1907(WA)-1994(Vic) - Licences: 6GL Perth (Perth, 1925-1926; West Perth, 1927) - Qualifications: cc; AOCP 175, 1925, No. ?? in WA; 2COCP 342, 1940; 1COCP 441, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Jingalup, WA, 1931); survey assistant (Jingalup, WA, 1936-1937); radio operator (Hotel Beadon, Onslow, 1943; Kalgoorlie, 1949); civil servant (Mitcham, Vic, 1968-1977) ===''LOVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Kingsley Love|Love, Howard Kingsley]] [https://www.familysearch.org/tree/person/details/GZGQ-8S5] - 1895(Vic)-1948(Vic) - Licences: 3BM Receive Melbourne (East Malvern, 1922); 3BM Melbourne (East Malvern, 1922-1931; Glen Iris, 1933), 3KU Melbourne (Malvern, 1937-1939, 1946-1948) - Qualifications: cc; AOCP 230, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; broadcast engineer; radio clubs (WIA Vic); business proprietor (radio manufacturer) - Electoral Rolls: merchant (Orong, 1919; Malvern East, 1921-1924; Gardiner, 1927-1933); manager (Gardiner, 1936-1937); engineer (Mt. Waverley, 1942) - Comment: gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW199407.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199408.pdf EA2] * [[/James Peile Love|Love, James Peile "Nim"]] [https://www.familysearch.org/tree/person/details/L7JF-83Z] - 1906(Qld)-1999(Qld) - Licences: 4JL Brisbane (Kedron, 1928-1939) - Qualifications: cc; AOCP 469, 1928, No. ?? in Qld (Halcyon AOCP 1930); 3COCP 5259, 1965 - amateur operator; amateur broadcaster; military (WW2, AIF) - Electoral Rolls: auctioneer (Kedron, 1928-1943; Hawthorne, 1949-1980) ===''LOVETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Frank Lovett|Lovett, Hubert Frank]] [https://www.familysearch.org/tree/person/details/GHG1-DT2] - 1905(Tas)-1961(Tas) - Licences: 7HL Hobart (1926-1933+) - Qualifications: cc; AOCP 246, 1926, No. ?? in Tas - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Hobart North, 1928-1937); manager (Hobart South, 1949; Nelson, 1954) - Links: [https://info.scholarships.utas.edu.au/AwardDetails.aspx?AwardId=2813 UTAS Scholarship] * [[/Percy Lovett|Lovett, Percy]] [https://www.familysearch.org/tree/person/details/GDB5-M21] - 1906(NSW)-1986(NSW) - Licences: 2JP Receive Sydney (Artarmon, 1922) - Qualifications: cc; 3COCP 2210, 1956 - amateur operator; amateur broadcaster - Electoral Rolls: ===''LUBACH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Lubach|Lubach, Frederick John "Fred"]] [https://www.familysearch.org/tree/person/details/G9H7-VZD] - 1919(Qld)-1998(Qld) - Licences: 4RF Brisbane (South Brisbane, 1936-1939; Annerley, 1946-1947); Dalby (1948-1950); Brisbane (Coorparoo, 1954; Camp Hill, 1965-75; Loganlea, 1980) - Qualifications: cc; AOCP 1745, 1936, Qld; 2COCP 868, 1944 - amateur operator; amateur broadcaster; radio clubs (WIAQ, instructor, QSL manager); military (WW2, RAN, wireless officer); broadcast technician (4QS, Capalaba) - Electoral Rolls: technician (Dalby, Qld, 1949; Coorparoo, Qld, 1954; Camp Hill, Qld, 1958-1968); public servant (Camp Hill, Qld, 1972-1977); retired (Loganlea, Qld, 1980) ===''LUCAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gillen Frederick Lucas|Lucas, Gillen Frederick]] [https://www.familysearch.org/tree/person/details/GXLB-Y7P] - 1894(SA)-1964(SA) - Licences: 5LL Adelaide (Kilkenny, 1935-1939; Port Adelaide, 1947; Maylands, 1948; Trinity Gardens, 1954-1960) - Qualifications: cc; AOCP 1589, 1935, SA - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: bootmaker (Kilkenny, SA, 1939-1943) ===''LUCKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Forsythe Arthur Luckman|Luckman, Charles Forsythe Arthur]] [https://www.familysearch.org/tree/person/details/GMF8-LS2] - 1901(NSW)-1979(NSW) - Licences: 2JT Receive Sydney (Croydon, 1922); 2JT Sydney (Croydon, 1923-1926; Lakemba, 1927-1933; Croydon, 1934; Ashfield, 1935-1938; Croydon, 1939, 1946-1975) - Qualifications: cc; AOCP 41, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: lift engineer (Lakemba, 1930-1933); electrician (Croydon, 1935-1943); electrical mechanic (Croydon, 1954-1972) * [[/Thomas Stuart Luckman|Luckman, Thomas Stuart "Stuart"]] [https://www.familysearch.org/tree/person/details/G64P-8CD] - 1913(Qld)-2005(Qld) - Licences: 4SL Brisbane (Kalinga, 1931-1939) - Qualifications: cc; AOCP 783, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, CMF, Signals Northern Command); occupation (hardware executive) - Electoral Rolls: salesman (Kalinga, 1936-1937); storeman (Hendra, 1943-1958); retired (Aspley, 1972-1977; Carseldine, 1980) ===''LUHRS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Albert Luhrs|Luhrs, Victor Albert]] [https://www.familysearch.org/tree/person/details/KZYN-VJJ] - 1888(Vic)-1964(SA) - Licences: V761 Receive Woori Yallock (1922); 3HB Receive Woori Yallock (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Torquon West, Nhill, 1909; Netherby, 1912-1914; Cavendish, 1916-1919; Woori Yallock, 1922-1924; Kalyan, SA, 1939); grazier (Tintinara, SA, 1941-1943) ===''LUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Douglas Lum|Lum, Allan Douglas]] [https://www.familysearch.org/tree/person/details/G92F-LX7] - 1913(SA)-1978(SA) - Licences: 5AL Adelaide (Joslin, 1932-1939; Hyde Park, 1947) - Qualifications: cc; AOCP 980, 1932, No. ?? in SA; 1COCP 427, 1940; TVOCP 263, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Gawler, SA, 1939-1941); mechanic (Hyde Park, SA, 1943) ===''LUMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd John Lumb|Lumb, Lloyd John "Jack"]] [https://www.familysearch.org/tree/person/details/G84C-LF2] - 1907(Qld)-1975(Qld) - Licences: 4LL Brisbane (Ashgrove, 1928-1939) - Qualifications: cc; AOCP 471, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; engineer (PMGD) - Electoral Rolls: telephone mechanic (Ashgrove, 1936-1937); postal electrician (Stanthorpe, 1943); technician (Ashgrove, 1949); engineer (Ashgrove, 1958-1972) ===''LUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Vincent Lunn|Lunn, Harold Vincent]] [https://www.familysearch.org/tree/person/details/GXGY-4X5] - 1908(NSW)-1987(NSW) - Licences: 5HL Adelaide (Morphettville, 1935-1939); 2ANE Sydney (North Ryde) - Qualifications: cc; AOCP 1449, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical fitter (Morphettville, SA, 1939-1943; Hurstville South, NSW, 1972); retired (North Ryde, NSW, 1977-1980) ===''LUXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilfred Luxon|Luxon, George Wilfred]] [https://www.familysearch.org/tree/person/details/M5YJ-XTL] - 1908(NSW)-1992(SA) - Licences: 5RX Adelaide (West Mitcham, 1928-1939, 1946-1965; Torrens Park, 1969-1980+) - Qualifications: cc; AOCP 450, 1928, No. ?? in SA - amateur operator; amateur broadcaster late 1920s; WW2; WIA SA (several official duties) - Electoral Rolls: radio mechanic (Mitcham, 1939-1943) ===''LYNCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harold John Lynch|Lynch, Harold John]] [https://www.familysearch.org/tree/person/details/LDTD-VXL] - 1905(Qld)-1995(Qld) - Licences: 4HL Brisbane (Fortitude Valley, 1934-1939, 1946-1956; Slacks Creek, 1960-1975); 4HL Springbrook (1980+) - Qualifications: cc; AOCP 1268, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); business proprietor (restaurants, picture theatres) - Electoral Rolls: cutter (Albion, Qld, 1928); shopkeeper (Valley, Qld, 1936-1943); cafe proprietor (Valley, Qld, 1949); shopkeeper (St Lucia, Qld, 1954; Slacks Creek, Qld, 1958-1968); owner (Slacks Creek, Qld, 1972-1977); retired (Springbrook, Qld, 1980) ===''LYONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Thomas Lyons|Lyons, Joseph Aloysius Thomas]] [https://www.familysearch.org/tree/person/details/LZGY-XKB] - 1879(Tas)-1939(NSW) - teacher, state politician, Premier of Tasmania, federal politician, Postmaster-General, Prime Minister of Australia, actively promoted development of broadcasting in Australia over two decades - Electoral Rolls: =='''M'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''MABBITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Matthew Mabbitt|Mabbitt, John Matthew]] [https://www.familysearch.org/tree/person/details/G8DV-FD5] - 1905(Vic)-1966(Vic) - Licences: 3KI Lake Boga (1930-1939); 3JG Lake Boga (1947-1948); 3JG Swan Hill (1954-1960); 3JG Melbourne (Templestowe, 1965) - Qualifications: AOCP 588, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: orchardist (Lake Boga, 1928-1949); supervisor (Swan Hill, 1954); public servant (Templestowe, 1963) ===''MACDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Donald Macdonald|Macdonald, Donald "Don"]] [https://www.familysearch.org/tree/person/details/GXQ7-WT8] - 1883(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; BOCP 45, 1936 - senior federal public servant (Chief Engineer, Radiotelegraph Branch, PMGD, 1914); Lieutenant-Commander Telegraphist (RAN, in charge captured German Pacific Wireless); chief engineer 7EX; supervised erection 3AR, 5CL, 7ZL; early TV research - Comment: Don't confuse with Don Macdonald AWA consultant - Electoral Rolls: Numerous contemporaneous DMcDs - Links: [http://messui.polygonal-moogle.com/valves/NW199505.pdf EA] * [[/Llewellyn Macdonald|Macdonald, Llewellyn "Lew"]] [https://www.familysearch.org/tree/person/details/G8HH-73F] - 1908(Eng)-1974(NSW) - Licences: 2WU Newcastle (West Maitland, 1929-1934; Wickham, 1935-1936; Waratah, 1937; Mayfield, 1938-1939, 1946-1961; Charlestown, 1965-1969) - Qualifications: AOCP 478, 1929, No. ?? in NSW; 2COCP 69, 1936; BOCP 50, 1936; 1COCP 125, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: cabinetmaker (West Maitland, 1930; Wickham, 1936); joiner (Waratah, 1937; Charlestown, 1972) ===''MACFARLANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred - see Harriss, Dorothy Winnifred ===''MACGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. MacGregor|MacGregor, H.]] - 19??(???)-19??(???) - 4ZU Brisbane (Windsor, -1947+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''MACKAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Stewart Mackay|Mackay, Cedric Stewart or Stuart]] [https://www.familysearch.org/tree/person/details/973G-3Q2] - 1889(Vic)-1955(NSW) - Licences: XADF Coffs Harbour (1913-1914); 2GP Urunga (1922-1931); 2GO Coffs Harbour (1935-1939) - Qualifications: cc; AOCP 149, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Urunga, 1930); agent (Coffs Harbour, 1943-1949) * [[/Ian Keith Mackay|Mackay, Ian Keith]] [https://www.familysearch.org/tree/person/details/G8JG-NHF] - 1907(NZ)-1985(NZ) - author, historian (broadcast, "Broadcasting in New Zealand" (1953), "Broadcasting in Australia" (1957), "Broadcasting in Nigeria" (1964), "Broadcasting in Papua New Guinea" (1976) - Electoral Rolls: broadcasting executive (Lane Cove, 1954); executive (Killara, 1958) * [[/Ronald Reay Mackay|Mackay, Ronald Reay]] [https://www.familysearch.org/tree/person/details/G8N2-Y6T] - 1905(Vic)-1963(Vic) - Licences: 3FZ Receive Melbourne (Carlton, 1922); 3MU Melbourne (Carlton, 1931-1939, 1946-1960) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, principal (RMIT) - Electoral Rolls: teacher (Carlton, 1931-1963) - [https://adb.anu.edu.au/biography/mackay-ronald-reay-10980 ADB] ===''MACKEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Francis Mackel|Mackel, John Francis]] [https://www.familysearch.org/tree/person/details/G8DJ-FP5] - 1912(NSW)-1987(NSW) - Licences: 2HG Sydney (Chatswood, 1930-1939, 1946-1947; Lane Cove, 1948-1965; Hunters Hill, 1969-1980) - Qualifications: AOCP 585, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Chatswood, 1935-1943); insurance inspector (Lane Cove, 1949-1954); insurance manager (Lane Cove, 1958-1963); manager (Hunters Hill, 1968-1980) ===''MACKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Harper Mackenzie|Mackenzie, Alexander Harper "Mac"]] [https://www.familysearch.org/tree/person/details/G7J3-MVZ] - 1892(Sct)-1970(Qld) - Licences: 4GK Brisbane (Wynnum, 1930-1939; Bulimba, 1946-1969) - Qualifications: cc; AOCP 628, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Fire Service) - Electoral Rolls: fireman (Brisbane City, 1916; Hamilton, 1919; Brisbane City, 1925); fire brigade officer (Wynnum, 1928-1936); newsagent (Bulimba, 1949); retired (Bulimba, 1954-1968) - Relationships: father of 4YL Florence Madeline Mackenzie and 4HJ Arthur Alexander Mackenzie * [[/Arthur Alexander Mackenzie|Mackenzie, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7J3-796] - 1918(Qld)-2001(Qld) - Licences: 4HJ Jericho (1937); 4HJ Brisbane (Wynnum, 1938-1939) - Qualifications: cc; AOCP 1346, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Townsville, 1949); newsagent (Grange, 1954-1963); public servant (Townsville, 1972; Cleveland, 1972; Thornlands, 1977, Cleveland, 1980) - Relationships: son of 4GK Alexander Harper Mackenzie; brother of 4YL Florence Madeline Streamer nee Mackenzie * [[/Florence Madeline Mackenzie|Streamer nee Mackenzie, Florence Madeline "Madeline"]] [https://www.familysearch.org/tree/person/details/G8FN-B8C] - 1922(Qld)-19??(Qld) - Licences: 4YL Brisbane (1936-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; third YL operator in Qld - Electoral Rolls: home duties (Mitchelton, 1949; New Farm, 1954) - Relationships: daughter of 4GK Alexander Harper Mackenzie; sister of 4HJ Arthur Alexander Mackenzie - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Harold Stuart Mackenzie|Mackenzie, Harold Stuart]] [https://www.familysearch.org/tree/person/details/L21R-VGN] - 1908(Qld)-1995(Qld) - Licences: 4AM Brisbane (Annerley, 1929-1933) - Qualifications: cc; AOCP 518, 1929, No. ?? in Qld; 2COCP 90, 1937; 1COCP 239, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Annerley, 1934-1937); company manager (Strathfield, NSW, 1943-1954); radio operator (Blackheath, 1958); unemployed (Burleigh Heads, 1963-1968); technician (Burleigh Heads, 1972-1980) ===''MACKINNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Eric Wilton MacKinnon|MacKinnon, Colin Eric Wilton]] [https://www.familysearch.org/tree/person/details/LK45-QRQ] - 1941(NSW)-2004(NSW) - Licences: 2KCM Sydney 1980s; 2DYM Sydney (1980-2004)- Qualifications: NAOCP N1793, 1981; AOLCP N1281, 1981; AOCP N1032, 1981, NSW - amateur operator; amateur broadcaster; historian (amateur radio; military radio; radar) - Electoral Rolls: engineer (Cronulla, 1968; Hurstville, 1977); retired (Glenhaven, 1980) - [https://www.qsl.net/vk2dym/radio/Colin_MacKinnon.htm Obit] ===''MACLARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Foster St Clair Maclardy|Maclardy, William John Foster St Clair "Will"]] - 1892(NSW)-1971(NSW) - 2HP Sydney (Neutral Bay & Cremorne,1922-1925), amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, broadcast engineer (2BL), journalist (Smith's Weekly, Wireless Weekly), correct surname is St Clair Maclardy but rarely used, son of William McIntyre St Clair Maclardy, one time Wireless Weekly proprietor ===''MACLAREN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Catto Maclaren|Maclaren, Donald Catto]] [https://www.familysearch.org/tree/person/details/G8N1-2R2] - 1909(NSW)-1964(NSW) - Licences: 2DM Sydney (Haberfield, 1930-1939); 2NN Narrabri (1947-1950) - Qualifications: AOCP 655, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Haberfield, 1933-1936; Taree, 1937; Narrabri, 1949) ===''MACLURCAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Dansie Maclurcan|Maclurcan, Charles Dansie]] [https://www.familysearch.org/tree/person/details/GWR7-LJ3] - 1889(Qld)-1957(NSW) - Licences: XDM Sydney (1909-1914); 2CM Sydney (Strathfield, 1921-1939; Neutral Bay, 1946-1957); 2CY Sydney (Strathfield, 1923, briefly by administrative error); first licence issued under new 1922 radio regulations - Qualifications: cc; AOCP 98, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; business proprietor (Maclurcan and Lane, 1909-19??, Maclurcan Engineering, Hotel Wentworth) - Electoral Rolls: electrical engineer (Darling Harbour, 1913); engineer (Strathfield, 1930-1934); hotel manager (Neutral Bay, 1949-1954) - Links: [https://adb.anu.edu.au/biography/maclurcan-hannah-13070 ADB] [[w:2CM|Wikipedia]] [https://radioinfo.com.au/news/who-was-radio-pioneer-charles-maclurcan/ radioinfo] ===''MACM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Chestnut McMillan|McMillan, Joseph Chestnut]] [https://www.familysearch.org/tree/person/details/GDRK-8TG] - 1901(Sct)-1968(Vic) - Licences: 7BP Receive Hobart (City, 1923); 7BP Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart East, 1928) ===''MACPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Duncan Macpherson|Macpherson, Alexander Duncan "Sandy"]] [https://www.familysearch.org/tree/person/details/29CF-Z3F] - 1899(Qld)-1974(Qld) - Licences: 4MC Brisbane (Nundah, 1934-1939, 1946-1948; Oakleigh, 1954; Chermside, 1955-1969) - Qualifications: cc; AOCP 1271, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Toombul RC); Qld Lands (draughtsman) - Comment: Slow update for death in Electoral Rolls? - Electoral Rolls: draftsman (Nundah, Qld, 1921-1949; Oakleigh, Qld, 1954; Chermside, Qld, 1958-1968); retired (Chermside, Qld, 1972-1980) ===''MADDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney John Madden|Madden, Sydney John]] [https://www.familysearch.org/tree/person/details/GX16-WGL] - 1900(Sct)-1955(WA) - Licences: 6MN Perth (City, 1930; North Perth, 1931; Maylands, 1933-1937; Wembley, 1938-1939) - Qualifications: cc; 2COCP 264, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Maylands, WA, 1931-1937; Wembley Park, WA, 1937-1943); supervisor (Wembley, WA, 1954) ===''MADDICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Maddick|Maddick, Herbert William]] [https://www.familysearch.org/tree/person/details/GHLB-J2P] - 1890(Vic)-1960(Vic) - Licences: XLX Melbourne (Elsternwick, 1913-1914); 3EF Receive Melbourne (Elwood, 1922-1923); 3EF Melbourne (Elwood, 1924-1933+) - Qualifications: cc; AOCP 161, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; perpetrator of the foul mouthed parrot incident - Electoral Rolls: motor mechanic (Elsternwick, 1917); mechanic (Elsternwick, 1919-1954) ===''MAGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin William Michael Magee|Magee, Kevin William Michael]] [https://www.familysearch.org/tree/person/details/GXRX-51Z] - 1913(Vic)-1979(Vanuatu) - Licences: 5KM Adelaide (City, 1931-1933); 2UN Sydney (Paddington, 1936); 3UN Melbourne (Hawthorn, 1937); 3KM Melbourne (Kew, 1947-1960; North Balwyn, 1965-1969) - Qualifications: cc; AOCP 874, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: staff cadet (Victoria Barracks, NSW, 1936); military officer (Hawthorn, Vic, 1937; Kew, Vic, 1943); engineer (Kew, Vic, 1949-1954); company director (Kew, Vic, 1963); director (Balwyn, Vic, 1967-1972) ===''MAGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lindsay Maguire|Maguire, Arthur Lindsay]] [https://www.familysearch.org/tree/person/details/G8SN-BKC] - 1921(Vic)-1998(Vic) - Licences: 3IO Stratford (1938-1939; 1947-1960) - Qualifications: AOCP 2216, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Stratford, 1949-1977); grazier (Munro, 1980) * [[/Ernest Norbert Maguire|Maguire, Ernest Norbert]] [https://www.familysearch.org/tree/person/details/LR4X-F61] - 1892(NSW)-1967(NSW) - Licences: 2KL Sydney (Lewisham, 1928-1930; Dulwich Hill, 1931-1939) - Qualifications: AOCP 387, 1928, No. ?? in NSW; 2COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: police constable (Lewisham, 1930-1932); sergeant of police (Putney, 1943; Gladesville, 1949-1958); retired (Lake Illawarra South, 1963) * [[/Sydney William Maguire|Maguire, Sydney William]] [https://www.familysearch.org/tree/person/details/KNDF-L85] - 1903(WA)-1958(NSW) - Licences: 2XY Sydney (Rose Bay, 1930-1934; Paddington, 1935-1936; North Bondi, 1937-1939) - Qualifications: CPRTelephony 933, 1926; AOLCP 74, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Rose Bay, 1930-1934; Glenmore, 1935); engineer (Bondi, 1936-1937); radio engineer (Maroubra North, 1943); inspector (Maroubra North, 1949; Kingsford, 1954-1958) ===''MAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Hugh Mahon|Mahon, Hugh]] - 1857(Ire)-1931(Vic) - senior federal politician (MHR 1900s & 1910s; Postmaster-General 1904) ===''MALCOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Graham Malcolm|Malcolm, Keith Graham]] [https://www.familysearch.org/tree/person/details/GD8F-K5W] - 1949(Eng)-2011(NSW) - Licences: 3ZYK Melbourne (North Clayton, 1969; Mulgrave, 1975; Berwick, 1980); 1???; 2??? - Qualifications: AOLCP 2407, 1967 - broadcast planning engineer (PMGD, ABCB, P&TD, DoC); Communications Laboratory DoC (Director) - Electoral Rolls: engineer (Clayton, Vic, 1972; Mulgrave, 1977; Berwick, 1980) ===''MALONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Joseph Malone|Malone, James Joseph "Jim"]] [https://www.familysearch.org/tree/person/details/GWL8-8DP] - 1883(NSW)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 240, 1916 - employment (NSW P&T, Telegraph Messenger; PMGD, Cadet Engineer, Controller Wireless; OTC, Manager); WW1 - Electoral Rolls: engineer (Clayfield, Qld, 1917-1925; Kew, Vic, 1926-1928); chief inspector wireless (Kew, Vic, 1931-1937); Deputy Director, Posts and Telegraphs (Indooroopilly, 1943); public servant (Lindfield, NSW, 1949-1963) - Links: [[w:James Joseph Malone|Wikipedia]]; [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_05_30#P.109_-_Commonwealth_Controller_of_Wireless|Bio]] ===''MALPAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth John Malpas|Malpas, Kenneth John "Ken"]] [https://www.familysearch.org/tree/person/details/MGC2-BNN] - 1909(SA)-1929(SA) - Licences: 5XG Kadina (1927-1928) - Qualifications: cc; AOCP 313, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Passed too soon - Electoral Rolls: Nil ===''MANGNALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hartley Mangnall|Mangnall, Robert Hartley Jnr]] [https://www.familysearch.org/tree/person/details/G8MD-3L2] - 1903(Vic)-1963(Vic) - Licences: 3?? Melbourne (Carlton, 1927); 3HB Melbourne (Highett, 1947-1960) - Qualifications: AOCP 350, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (Carlton, 1936); engineer (Sandringham, 1942-1963) ===''MANIFOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Charles Manifold|Manifold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/LXMR-BFZ] - 1908(Vic)-1993(Vic) - Licences: 3EM Melbourne (Malvern, 1930-1933; McKinnon, 1937-1939, 1946-1980+) - Qualifications: AOCP 647, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: plumber (Malvern, 1931-1934; Bentleigh, 1936-1980) ===''MANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Mann|Mann, John Edward "Jack"]] [https://www.familysearch.org/tree/person/details/G3JY-STV] - 1912(SA)-1941(off Libyan coast) - Licences: 5EM Semaphore (1934-1938); 3IE Westmere (1938); 3IE Ballarat (1939) - Qualifications: cc; AOCP 1304, 1934, SA - amateur operator; amateur broadcaster; military (WW2, RAN, telegraphist) - Relationships: Son of Thomas William Mann - Electoral Rolls: Nil yet identified - Links: [https://www.awm.gov.au/collection/R1675471 AWM]; [https://www.awm.gov.au/collection/P10278775 AWM] - Sacrifice: "Greater love hath no man than this" * [[/Sydney George Mann|Mann, Sydney George]] [https://www.familysearch.org/tree/person/details/G8DP-V1C] - 1908(Eng)-1977(Eng) - Licences: 3KY Melbourne (Glenhuntly, 1930-1931; Hampton, 1937-1939, 1946-1954; East Brighton, 1955-1960) - Qualifications: AOCP 594, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Sergeant) - Electoral Rolls: traveller (Glenhuntly, 1931); mechanic (Sandringham, 1936-1937); shopkeeper (Woodend, 1942); mechanic (Hampton, 1949-1954); sales (Carnegie, 1963); salesman (St Kilda, 1967) * [[/Thomas William Mann|Mann, Thomas William]] [https://www.familysearch.org/tree/person/details/GZLZ-2S3] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923) - Qualifications: Nil yet identified - amateur receiver - Relationships: Father of 5EM-3IE John Edward Mann- Electoral Rolls: Nil yet identified ===''MANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol John Roland Manning|Manning, Athol John Roland]] [https://www.familysearch.org/tree/person/details/G69L-G2L] - 1916(Tas)-2005(Tas) - Licences: 7LR Devonport (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1367, 1934, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Devonport, 1949-1954) * [[/Clifton Joseph Manning|Manning, Clifton Joseph]] [https://www.familysearch.org/tree/person/details/G893-WW6] - 1909(Vic)-1994(Vic) - Licences: 3CJ Melbourne (Ringwood, 1927; Elwood, 1931-1937; Eltham, 1938-1939; Balwyn, 1946-1947; Templestowe, 1948; Beaumaris, 1954-1960); 3CJ Orbost (1965); 3CJ Marlo (1969-1975) - Qualifications: AOCP 338, 1927, No. ?? in Vic; 1COCP 877, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (St Kilda, 1931-1936; Canterbury, 1943; Templestowe, 1949; Sandringham, 1954-1963); farmer (Orbost, 1967-1968); retired (Marlo, 1972-1977; Lang Lang, 1980) ===''MANSFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Mansfield|Mansfield, H. D.]] - 19??(???)-19??(???) - Licences: XZQ Burnie (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''MANTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Thomas Mantle|Mantle, Joseph Patrick Thomas]] [https://www.familysearch.org/tree/person/details/GX84-DP9] - 1913(Qld)-1976(Fiji) - Licences: 4XF Brisbane (Ascot, 1933-1939); 4XF Townsville (Hermit Park, 1947-1948); 4XF Brisbane (Brisbane City, Qld, 1954-1960); 3AEN Bendigo (1969-1980) - Qualifications: cc; AOCP 1146, 1933, Qld; 2COCP 1083, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: projectionist (Ascot, Qld, 1936); engineer (Ashgrove, Qld, 1943); sound engineer (Townsville, Qld, 1949); business manager (New Farm, Qld, 1954); manager (St Lucia, Qld, 1958); sales manager (Warwick, Qld, 1963); no occupation (Townsville, Qld, 1963); sales executive (Petersham, NSW, 1972) ===''MANUEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Thomas Manuel|Manuel, Robert Thomas]] [https://www.familysearch.org/tree/person/details/KF5S-3R5] - 1910(SA)-2003(SA) - Licences: 5RT Adelaide (Prospect, 1932-1939, 1947-1960; Beefacres, 1965; Windsor Gardens, 1969-1980+) - Qualifications: cc; AOCP 1052, 1932, SA; BOCP 1310, 1953; 2COCP 1279, 1953; 1COCP 1688, 1953 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''MARCONI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guglielmo Giovanni Maria Marconi|Marconi, Guglielmo Giovanni Maria]] - 1874(Italy)-1937(Italy) - Inventor, electrical engineer, entrepreneur, businessman; pioneer of long distance radio transmission, widely credited as the inventor of radio; shared 1909 Nobel prize for physics for contributions to the development of wireless telegraphy ===''MARCUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eugen Gerald Marcuse|Marcuse, Eugen Gerald "Gerald"]] [https://www.familysearch.org/tree/person/details/9C3M-X1G] - 1886(Eng)-1961(Eng) - Licences: G2NM England - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer ===''MARKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Sydney Marks|Marks, Joseph Sydney or Sydney Joseph]] [https://www.familysearch.org/tree/person/details/GQG4-X1G] - 1885(NSW)-1949(NSW) - Licences: 2GR Receive Sydney (Rose Bay, 1922); 2GR Sydney (Rose Bay, 1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio trader (Electricity House, Marks' Radio Company); electrician; police officer; sued by 2BL for non-payment of fees in 1924 - Electoral Rolls: electrician (Rose Bay, 1930-1949) ===''MARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric William Marley|Marley, Cedric William]] [https://www.familysearch.org/tree/person/details/LVF2-DJ4] - 1918(Qld)-1984(Qld) - Licences: 4CJ Brisbane (Highgate Hill, 1938-1939; Graceville, 1947; Kalinga, 1948); 4CJ Rockhampton (1954-1956); 4CJ South Mackay (1960); 9CJ Port Moresby (1965); Brisbane (Mt Gravatt, 1969-1980) - Qualifications: cc; AOCP 2079, 1938, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); broadcast technician (PMG, ABC); WW2 (RAN, telegraphist); federal public servant (PMG, ABC) - Electoral Rolls: technician (Kalinga, Qld, 1949; Rockhampton, Qld, 1954); broadcast technician (Mackay, Qld, 1958; Bucasia, Mackay, Qld, 1958; Mt Gravatt, Qld, 1963-1980) ===''MARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Clanan Marr|Marr, Charles William Clanan]] [https://www.familysearch.org/tree/person/details/9M8V-QQM] - 1880(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; WW1 - Electoral Rolls: MHR (Forrest, 1929); director (Crows Nest, NSW, 1933); company director (Wollstonecraft, 1933-1935); director (Crows Nest, 1935); company director (Pymble, 1937-1943; Killara, 1943-1949; Pymble, 1954-1958) ===''MARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Burton Mars|Mars, Ernest Burton]] [https://www.familysearch.org/tree/person/details/G8VJ-GWR] - 1907(SA)-1987(Qld) - Licences: Receive Adelaide (North Unley, 1923-1924); 4EM Charleville (1930-1933); 2EM Dubbo (1934-1936); 4EM Charleville (1937-1939, 1946-1947); 2GE Moree (1948); 4EM Emerald (1954-1955); 4EM Charleville (1956); 4EM Longreach (1960); 4EM Currumbin (1965-1969) - Qualifications: cc; AOCP 686, 1930, No. ?? in Qld; BOCP 23, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Dubbo, 1935); bank official (Charleville, 1937-1943; Wagga Wagga, 1949); bank clerk (Moree, 1949); bank manager (Commonwealth Bank Emerald, 1954; Commonwealth Bank, Charleville, 1958; Longreach, 1963); retired (Currumbin, 1968; Palm Beach, Qld, 1977-1980) - established 4VL Charleville commercial ===''MARSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Marsden|Marsden, Robert Cecil "Cecil"]] [https://www.familysearch.org/tree/person/details/G92N-W62] - 1892(Eng)-1968(NSW) - Licences: unlicensed?, Sydney, 1909; 2JM Receive Sydney (Edgecliffe, 1922); 2JM Sydney (Edgecliffe, 1923-1925; Bellevue Hill, 1925-1926; Edgecliff, 1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW, local NSW clubs) - Relationships: Father of 2VV-2FV Robert Morris Marsden - Electoral Rolls: engineer (Woolahra, 1930; Epping, 1930-1958); manager (Castlecrag, 1958-1968) * [[/Robert Morris Marsden|Marsden, Robert Morris]] [https://www.familysearch.org/tree/person/details/GWX1-VPG] - 1916(NSW)-1988(NSW) - Licences: 2VV Sydney (Kingsford, 1958-1969); 2FV Tuross Heads (1965-1980+) - Qualifications: AOLCP 226, 1956; AOCP 3627, 1957, NSW - amateur operator; WW2 (RAAF) - Relationships: Son of 2JM Robert Cecil Marsden - Electoral Rolls: taxi proprietor (Bondi Beach, 1949; Kingsford, 1958-1972); retired (Tuross Heads, 1972-1980) ===''MARSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Westport Marsh|Marsh, Sydney or Sidney Westport]] [https://www.familysearch.org/tree/person/details/LFLN-PKM] - 1889(NSW)-1946(NSW) - Licences: 2ZK West Wallsend (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Ladysmith, 1913); fitter (West Wallsend, 1930-1937) ===''MARSHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archie Francis Marshall|Marshall, Archie Francis "Arch"]] [https://www.familysearch.org/tree/person/details/G37M-W83] - 1907(Qld)-1982(Qld) - Licences: 4AF Clifton (1928-1939, 1946-1980+) - Qualifications: cc; AOCP 438, 1928, No. 48 in Qld - amateur operator; amateur broadcaster; business proprietor (blacksmith, fitter/turner) - Electoral Rolls: blacksmith (Clifton, 1930-1980) * [[/Herbert Anthony Marshall|Marshall, Herbert Anthony]] [https://www.familysearch.org/tree/person/details/9JJR-P3P] - 1888(India)-1948(NSW) - Licences: unlicensed?, Port Pirie, 1910; 2HM Armidale (1924-1926); 2HM Sydney (Bondi, 1927-1939, 1946-1948) - Qualifications: AOCP 115, 1925, No. ?? in NSW; AOLCP 48, 1931 - Comment: proud of his initials "H.A.M.", early wireless experimenter; amateur operator; amateur broadcaster; electrical engineer - Relationships: his daughter Denise Chalmers Marshall frequently on air over 2HM - TroveTag: "2HM - Herbert Anthony Marshall" - Electoral Rolls: electrical engineer (Bondi, 1930-1931); engineer (Bondi, 1934-1943) * [[/Mary Austine Marshall|Henry nee Marshall, Mary Austine]] [https://www.familysearch.org/tree/person/details/G8X2-GR6] - 1913(Vic)-1994(Vic) - Licences: 3YL Melbourne (Murrumbeena, 1930-1939, 1946-1956; East Malvern, 1960-1975) - Qualifications: AOCP 619, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: home duties (Oakleigh, 1936-1937); no occupation (Oakleigh, 1942-1954); home duties (Oakleigh, 1958-1980) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Vaughan Edward Marshall|Marshall, Vaughan Edward]] [https://www.familysearch.org/tree/person/details/G86T-KNY] - 1911(Vic)-1994(Vic) - Licences: 3UK Melbourne (Hawthorn, 1930-1933; Kew, 1937-1939, 1946-1969; Mt Eliza, 1975-1980+) - Qualifications: AOCP 603, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: sales (Kew, 1936); tea specialist (Kew, 1937-1968); retired (Mt Eliza, 1977-1980) ===''MARSLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Bruce Marsland|Marsland, Benjamin Bruce]] [https://www.familysearch.org/tree/person/details/GX6Y-X47] - 1906(Qld)-1941(NSW) - Licences: 4DX Brisbane (Indooroopilly, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Rockhampton, Qld, 1928); teller (Normanton, Qld, 1930); bank clerk (Rockhampton, Qld, 1931; Malanda, Qld, 1932); no occupation (Annerley, Qld, 1943) ===''MARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Thomas Marston|Marston, James Thomas "Jim"]] [https://www.familysearch.org/tree/person/details/LKDX-19C] - 1920(Qld)-1974(Qld) - Licences: 4JA Brisbane (Belmont, 1948; Morningside, 1954); 4JA Toowoomba (1955-1956); 4JA Brisbane (Boondall, 1960-1969) - Qualifications: cc; AOCP 2655, 1948, Qld - amateur operator - Electoral Rolls: sheet metal worker (Buranda, Qld, 1943); engineer (Toowoomba South, Qld, 1958); technician (Boondall, Qld, 1963-1972) * [[/W. L. Marston|Marston, W. L.]] - 19??(???)-19??(???) - Licences: 4RY Brisbane (Clayfield, 1937) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MARTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Martin|Martin, James Frederick]] - 1909(Vic)-1976(Vic) - Licences: 3MJ Melbourne (North Fitzroy, 1927-1933); 3JM Melbourne (North Fitzroy, 1937-1939) - Qualifications: AOCP 340, 1927, No. ?? in Vic - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Clifton Hill, 1936); traveller (North Fitzroy, 1949; Heidelberg, 1954-1963); sales director (Doncaster, 1967); sales (Noble Park, 1972) * [[/John Michael Martin|Martin, John Michael]] [https://www.familysearch.org/tree/person/details/GX79-GWZ] - 1886(Irl)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 146, 1915; 1COCP 58, 1935 - RANRS (commissioned telegraphist, 1917); WW1 - Comment: several contemporaneous JMMs - Electoral Rolls: Ancestry 299 hits too be sifted * [[/John Robert Martin|Martin, John Robert]] [https://www.familysearch.org/tree/person/details/GWFG-HMM] - 1919(Qld)-2011(Qld) - Licences: 4MX Cunnamulla (1937-1939); 4MX Toowoomba (1946-1954); 4MX Brisbane (Gaythorne, 1955-1960); 4MX Julia Creek (1965-1969); 4MX Finch Hatton (1975); 4MX Brisbane (Gaythorne, 1980+) - Qualifications: cc; AOCP 1933, 1937, Qld; BOCP 147, 1938 - amateur operator; amateur broadcaster; military (WW2, RAAF); business proprietor (radio service); Presbyterian minister - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1949-1954); radio technician (Gaythorne, Qld, 1958; Kingaroy, Qld, 1963); missionary (Blackall, Qld, 1972; Gaythorne, Qld, 1972); minister of religion (Enoggera, Qld, 1977-1980) * [[/Malcolm Martin|Martin, Malcolm]] [https://www.familysearch.org/tree/person/details/GX8D-PG7] - 1903(UK)-1987(Qld) - Licences: 4KY Ipswich (1933-1939); 4KY Brisbane (Sandgate, 1946-1980+) - Qualifications: cc; AOCP 1110, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); employment (Qld Railways) - Electoral Rolls: carriage trimmer (Woodend, Qld, 1925-1937; Sandgate, Qld, 1943-1980) * [[/Silas Martin|Martin, Silas]] [https://www.familysearch.org/tree/person/details/GXMT-6WS] - 1874(NSW)-1945(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Electoral Rolls: engineer (Perth, 1903-1906; East Perth, 1912-1914); mechanic (Rockhampton, 1917-1921); radio mechanic (Cooktown, 1925; Beam Wireless Station, Ballan, 1928-1943); mechanic (Marrickville, NSW, 1943) * [[/Walter J. Martin|Martin, Walter J.]] - 1893(Vic)-19??(???) - commercial operator (1COCP 1, 1914, No. 1 in Aus and Vic, Marconi & Telefunken) - coastal station operator? * [[/William Anthony Martin|Martin, William Anthony]] [https://www.familysearch.org/tree/person/details/G8HB-KPZ] - 1911(Tas)-19??(???) - Licences: 7WM Hobart (West Hobart, 1929-1931); 7WM Gawler (1933) - Qualifications: cc; AOCP 497, 1929, No. ?? in Tas; AOLCP 70, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: several contemporaneous William Anthony Martin's ===''MASHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Wilfred Mashman|Mashman, Lionel Wilfred]] [https://www.familysearch.org/tree/person/details/GZ6K-7WG] - 1907(NSW)-1968(NSW) - 2OB Receive Sydney (Bexley, 1923-1924), 2OB Sydney (Bexley, 1925-1965), amateur operator (AOCP 84, 1925, No. ?? in NSW), amateur broadcaster ===''MASTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Harold Masters|Masters, Alfred Harold "Harold"]] [https://www.familysearch.org/tree/person/details/99GB-CPY] - 1875(Vic)-1951(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed); vice president WIA Launceston 1920s; later prominent architect - Relationships: brother of 7MM William Edward Masters - Electoral Rolls: architect (Launceston, 1928-1949) * [[/Brian Jermyn Masters|Masters, Brian Jermyn "Jermyn"]] - 1891(Vic)-1950(NZ) - 3LM Receive Melbourne (Armadale, 1923), 3LM Melbourne (Armadale, 1924-1925), amateur operator (pre-AOCP; no record found of AOCP; AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, operated his station both individually and on behalf WIA Malvern * [[/William Edward Masters|Masters, William Edward]] [https://www.familysearch.org/tree/person/details/99GB-CPW] - 1873(Vic)-1952(Tas) - Licences: 7MM Hobart (Bellerive 1932-1939) - Qualifications: cc; AOCP 1066, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; solicitor - Relationships: brother of Alfred Harold "Harold" Masters - Electoral Rolls: solicitor (Bellerive, 1914-1949) - Links: [http://nla.gov.au/nla.news-article27111852 Obituary] ===''MATCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Kenneth Lyle Matchett|Matchett, John Kenneth Lyle "Ken"]] [https://www.familysearch.org/tree/person/details/GS1L-SCZ] - 1921(Vic)-2008(Vic) - Licences: 3TL Melbourne (Box Hill, 1960; Templestowe, 1965-1980+) - Qualifications: AOCP 3700, 1958, Vic - amateur operator, WW2, member Old Timer's Club - Electoral Rolls: student (St Kilda, 1949); teacher (Bayswater, 1954); lecturer (Templestowe, 1963-1980) - curator of the WIA QSL card collection for many years; personally acquired a large collection of Australian amateur QSL cards which were donated to the WIA collection on his passing, many thousands of QSLs provided by Wolf Harranth of Dokufunk on an exchange basis ===''MATHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Stewart Mather|Mather, Alexander Stewart "Alex"]] [https://www.familysearch.org/tree/person/details/GHTL-WWC] - 1909(NSW)-1970(NSW) - Licences: 2JZ Singleton (1929-1969) - Qualifications: AOCP 479, 1929, No. ?? in NSW; AOLCP 89, 1932; TVOCP 273, 1960 - amateur operator, amateur broadcaster - Electoral Rolls: cordial manufacturer (Singleton, 1930-1968) ===''MATHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campion Mathews|Mathews, John Campion]] [https://www.familysearch.org/tree/person/details/G8V1-46V] - 1912(Vic)-19??(???) - Licences: 3SY Geelong (Newtown, 1930-1939, 1946-1980+); 3JM Portable Geelong (Newtown, 1947) - Qualifications: AOCP 709, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Newtown, 1934-1968); operator (Newtown, 1972-1980) * [[/John Mathews|Mathews, John]] [https://www.familysearch.org/tree/person/details/G82Z-KX2] - 1914(Qld)-1976(NSW) - Licences: 4EE Rockhampton (1935-1939) - Qualifications: cc; AOCP 1414, 1935, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous JMs - Electoral Rolls: Nil yet identified ===''MATTHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Thomas Matthews|Matthews, Fred or Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GZVC-22K] - 1904(Qld)-1992(Qld) - Licences: 4FK Brisbane (New Farm, 1923-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); business proprietor (Matthews Fire Alarm Co) - Awards: OBE - Electoral Rolls: electrical engineer (Merthyr, 1925-1958); engineer (New Farm, 1963-1980) * [[/John Leigh Inglis Matthews|Matthews, John Leigh Inglis]] [https://www.familysearch.org/tree/person/details/GDKN-159] - 19??(???)-19??(???) - Licences: XJD Melbourne (Richmond, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: confectioner (Richmond, 1913-1919) * [[/Kenneth Morgan Matthews|Matthews, Kenneth Morgan]] [https://www.familysearch.org/tree/person/details/GXPM-R2W] - 1911(SA)-2009(SA)98yo - Licences: 5GN Adelaide (Malvern, 1936-1939) - Qualifications: cc; AOCP 1732, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Malvern, SA, 1939); mechanic (Crystal Brook, SA, 1941-1943) - Links: [https://vwma.org.au/explore/people/551921 VWMA] * [[/Vincent John Matthews|Matthews, Vincent John]] [https://www.familysearch.org/tree/person/details/GFW4-NM1] - 1888(Vic)-1965(Vic) - Licences: 6AQ Perth (Bayswater, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; Stott's College (Principal, early 1920s) - Electoral Rolls: business college master (West Gildford, WA, 1910); manager (Guildford, WA, 1912; Bayswater, WA, 1916-1925); business manager (Canterbury, Vic, 1925-1928); director (Canterbury, Vic, 1931-1963) * [[/Walter John Penrose Matthews|Matthews, Walter John Penrose]] [https://www.familysearch.org/tree/person/details/L5TS-HZN] - 1880(SA)-1964(SA) - Licences: 5BS Receive Murray Bridge (1922); Receive Murray Bridge (1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: lifter SA Railways (Tailem Bend, SA, 1939-1943) ===''MAUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Mauger|Mauger, Samuel "Sam"]] - 1857(Vic)-1936(Vic) - state politician, senior federal politician (Postmaster-General 1908) ===''MAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Maughan|Maughan, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/GZQ4-BJW] - 1903(WA)-1962(Vic) - Licences: 3HH Receive Melbourne (Malvern, 1922); 3HH Melbourne (Malvern, 1923-1960) - Qualifications: cc; AOCP 14, 1924, No. ?? in Vic; AOLCP 82, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: student (Malvern East, 1925-1954) ===''MAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Douglas Mawson|Mawson, Douglas]] [https://www.familysearch.org/tree/person/details/LC3H-42N] - 1882(Eng)-1958(SA) - Licences: Nil - Qualifications: Nil yet identified - Head Australasian Antarctic Expedition (1911-1914) - Electoral Rolls: [[w:Douglas Mawson|Wikipedia]] [https://adb.anu.edu.au/biography/mawson-sir-douglas-7531 ADB] * [[/Ernest Richard Mawson|Mawson, Ernest Richard]] [https://www.familysearch.org/tree/person/details/2W9T-NJN] - 1861(NSW)-1943(NSW) - Licences: 2DH Sydney (Campsie, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Parramatta, 1903); no occupation (Dee Why, 1930-1933; Harbord, 1934-1936; Manly, 1937-1943) ===''MAXWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alston Maxwell|Maxwell, Ronald Alston]] - 1908(NSW)-1950(NSW) - Licences: 2KS Sydney (Hurstville, 1930-1933) - Qualifications: AOCP 656, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: metal worker (Randwick, 1933; Liverpool, 1934-1935; Croydon, 1936-1937); clerk (Caringbah, 1949) ===''MAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank May|May, Frank]] [https://www.familysearch.org/tree/person/details/G88S-CXP] - 1878(Eng)-19??(???) - Licences: 6FM Dwellingup (1929-1931); 6FM Gnowangerup (1933); 6FM Esperance (1937-1939) - Qualifications: cc; CPRT 139, 1915; AOCP 560, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: stationmaster (Gnowangerup, 1931; Esperance, 1936-1937; Armadale, 1943; Collie, 1949) ===''MAYGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neil Hubert Mayger|Mayger, Neil Hubert]] [https://www.familysearch.org/tree/person/details/K2F7-J2D] - 1890(Vic)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: salesman (Darlinghurst, NSW, 1930); sales (Darlinghurst, 1937); salesman (East Sydney, 1937); Sales (Darlinghurst, 1943) ===''MCATEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McAteer|McAteer, Brother Joseph]] [https://www.familysearch.org/tree/person/details/GDKT-JWB] - 1881(NZ)-1931(NSW) - Licences: Receive Sacred Heart College Glenelg (1923); 5AQ Sacred Heart College Glenelg (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCAULEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Money McAuley|McAuley, William John Money "Bill"]] [https://www.familysearch.org/tree/person/details/LRKH-Z5Y] - 1909(Vic)-1987(Vic) - Licences: 3WM Melbourne (Brunswick, 1925-1931) - Qualifications: AOCP 221, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: jackaroo (Nyngan, 1930); grazier (Womboota, 1937-1943) ===''MCBRIDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander James McBride|McBride, Alexander James]] - 1914(Qld)-1993(Qld) - 4BR Brisbane (Wilston, 1939, 1947-1969), amateur operator (AOCP 2320, 1939, No. ?? in Qld), business (radio repair) ===''MCCABE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Bernard McCabe|McCabe, William Bernard]] [https://www.familysearch.org/tree/person/details/MZ1C-FN2] - 1864(Irl)-1938(WA) - Licences: 7AQ Clarence Point (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: gardener (St Kilda, Vic, 1912; Balaclava, 1913-1914; Elsternwick, 1915-1921; Caulfield, 1924); orchardist (Clarence Point, 1922-1928); civil engineer (Nedlands, WA, 1937) ===''MCCALMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Colin McCalman|McCalman, Maxwell Colin]] [https://www.familysearch.org/tree/person/details/GZN8-V77] - 1910(Vic)-1966(Vic) - 3KX Melbourne (Canterbury, 1925-1927), amateur operator (AOCP 142, 1925, No. ?? in Vic), amateur broadcaster, musician (1934), engineer (1943-1963) ===''MCCANDLISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack McCandlish|McCandlish, Jack]] [https://www.familysearch.org/tree/person/details/GZ2B-TJC] - 1915(Eng)-1943(Ins) - Licences: 3HN Sea Lake (1935-1939) - Qualifications: AOCP 1468, 1935, No. ?? in Vic - amateur operator, WW2 (Army, M Special Unit, Sergeant, Commando, 1943) - Electoral Rolls: farm hand (Sea Lake, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1685215] ===''MCCARTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Keith McCarthy|McCarthy, John Keith "Keith / Macca"]] - 19??(???)-1998(Qld) - 3FX Melbourne (Ascot Vale, 1932-1933), 2IM Sydney (Lane Cove, 1934), 2VM Sydney (Lane Cove, 1935), 3FX Melbourne (Hampton, 1937; Ascot Vale, 1938-1939; City, 1946-1947; Templestowe, 1954-1956), 9AR On board yacht Pandemonium (1969), P29AR/MM On board yacht Pandemonium (1975), 4DU Beenleigh (1980), 4PY Surfers Paradise (1980), amateur operator (AOCP 1036, 1932, No. ?? in Vic), amateur broadcaster, state public servant (Vic Railways, telegraphist), military (RAAF, DFC, AFM, AE) ===''MCCULLAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Austral McCullagh|McCullagh, Alexander Austral]] [https://www.familysearch.org/tree/person/details/GXNN-V7Y] - 1897(Qld)-1981(NSW) - Licences: Receive (Home Hill, 1923); 2RR Sydney (Balgowlah, 1965-1969); 9NI Norfolk Island (1975) - Qualifications: cc; 3COCP 2977, 1959; AOLCP 754, 1959; AOCP 4229, 1964, Qld - amateur receiver; amateur operator; WW1 - Electoral Rolls: soldier (Sandgate, Qld, 1919); chemist (Inkerman Mill, Qld, 1922); engineer (Bondi North, NSW, 1930; Abbotsford, NSW, 1932-1933; Edgecliff, NSW, 1933; Burwood, NSW, 1934-1936); manager (Balgowlah, NSW, 1949-1963); retired (Green Point, NSW, 1977-1980) ===''MCCULLOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Robert McCulloch|McCulloch, George Robert]] - 1907(Vic)-1969(Vic) - 3XM Receive Ballarat (1923-1924), 3GM Ballarat (1925-1939, 1946-1965+), amateur operator (AOCP 198, 1925, No. ?? in Vic), amateur broadcaster, radio engineer (Ballarat, 1931-1968) ===''MCDERMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Westall McDermott|McDermott, James Westall "Jim"]] [https://www.familysearch.org/tree/person/details/G37P-PY2] - 1913(Qld)-2010(Qld) - Licences: 4JM Brisbane (1930) & Nambour (1931-1939) - Qualifications: cc; AOCP 711, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4RM Robert Ernest McDermott; son of 4WP Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, Qld, 1936-1949); radio engineer (Nambour, Qld, 1954-1980) * [[/Robert Ernest McDermott|McDermott, Robert Ernest "Bob"]] [https://www.familysearch.org/tree/person/details/GXW8-QJ5] - 1917(Qld)-2006(Qld) - Licences: 4RM Nambour (1938-1939); 4RM Brisbane (Ekibin, 1946-1980+) - Qualifications: AOCP 2223, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); military (WW2, AIF); business proprietor (radio/TV retail, Ekibin) - Relationships: brother of James Westall McDermott; son of Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, 1943; Ekibin, 1949-1968); TV engineer (Tewantin, Qld, 1972-1980) * [[/Westall Samuel McDermott|McDermott, Westall Samuel]] [https://www.familysearch.org/tree/person/details/G37P-2SQ] - 1889(Qld)-1963(Qld) - Licences: 4WP Nambour (1938-1939, 1946-1954) - Qualifications: cc; AOCP 2087, 1938, No. ?? in Qld - amateur operator; amateur broadcaster - Relationships: father of James Westall McDermott & Robert Ernest McDermott - Electoral Rolls: school teacher (Hendon, Qld, 1916-1917; Sandgate, Qld, 1921; Glen Eagle, Qld, 1925-1928; Rosemount, Qld, 1934; Nambour, Qld, 1937-1958); retired (Nambour, Qld, 1963) ===''MCDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> SEE ALSO MACDONALD * [[/Arthur Stephen McDonald|McDonald, Arthur Stephen]] [https://www.familysearch.org/tree/person/details/G36J-ZLJ] - 1891(Vic)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 700, 1922 - broadcast engineer (PMGD, RANRS, AWA); professional society administrator (IEA) - Electoral Rolls: engineer (Townsville, Qld, 1913; St Kilda, Vic, 1916-1924; Vaucluse, NSW, 1930-1934); radio engineer (Darlinghurst, 1934-1936); engineer (Edgecliff, 1943; Double Bay, 1954) - Links: [https://adb.anu.edu.au/biography/mcdonald-arthur-stephen-7333 ADB]; [https://www.asap.unimelb.edu.au/bsparcs/biogs/P001299b.htm Bright Sparks] * [[/Colin McDonald|McDonald, Colin]] [https://www.familysearch.org/tree/person/details/GX67-SCG] - 1911(Qld)-1973(Qld) - Licences: 4CD Rockhampton (1935-1969) - Qualifications: cc; AOCP 1440, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Rockhampton, Qld, 1932-1958); accountant (Rockhampton, Qld, 1968-1972) * [[/Donald McDonald|McDonald, Donald "Don"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC)? * [[/Donald Munro McDonald|McDonald, Donald Munro]] - 19??(???)-19??(???) - Licences: 3KS Melbourne (Yarraville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - Comment: Several contemporaneous DMMs * [[/John McDonald|McDonald, John]] [https://www.familysearch.org/tree/person/details/GXM1-WJR] - 1894(NSW)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 137, 1915; CPRT 190, 1916 (replacement?) - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous JMcD - Electoral Rolls: Nil yet identified; Ancestry.com 1000s of hits to be sifted * [[/Wilfred Neville McDonald|McDonald, Wilfred Neville]] [https://www.familysearch.org/tree/person/details/GX67-DB1] - 1914(NSW)-19??(???) - Licences: 2ZT Sydney (Parramatta, 1935-1936); 4ZT Brisbane (Kangaroo Point, 1937; New Farm, 1938-1939; Annerley, 1947-1948) - Qualifications: cc; AOCP 1412, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Granville, NSW, 1936); radio engineer (Kangaroo Point, Qld, 1937); radio mechanic (Ashgrove, Qld, 1943); radio technician (Annerley, Qld, 1949); electrical engineer (Tennyson, Qld, 1954-1963); manager (Burleigh Heads, Qld, 1968-1980) ===''MCDONOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard McDonough|McDonough, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GXQX-NXY] - 1875(Wales)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, terminated Nov 1920) - Electoral Rolls: Royal Navy (Newport, Vic, 1914-1915); Royal Australian Navy (Yarraville, Vic, 1917-1919); hotel proprietor (West Maitland, 1930-1935); retired (Wickham, 1937) ===''MCDOWALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine McDowall|McDowall, Valentine "Val"]] [https://www.familysearch.org/tree/person/details/M14R-SPG] - 1881(Qld)-1957(Qld) - 4CN Receive Brisbane (1922); 4CM Brisbane (City, 1922-1939) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radiographer; WW2 - 4CM operator primarily Thomas Murray Browse Elliott after about 1925 - Electoral Rolls: medical practitioner (Laidley, 1906-1914; Clayfield, 1919; Ascot, 1934-1954) - Links: [https://adb.anu.edu.au/biography/mcdowall-valentine-7349 ADB] ===''MCDOWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Daniel McDowell|McDowell, John Edward Daniel or John Edward]] [https://www.familysearch.org/tree/person/details/GX86-J52] - 1914(Qld)-1978(Qld) - Licences: 4CX Brisbane (Ascot, 1937-1939); 4CX Gladstone (1947-1965); 4CX Brisbane (Wavell Heights, 1969-1980+) - Qualifications: cc; AOCP 1873, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: rubber worker (Ascot, Qld, 1937); chemist (Gladstone, Qld, 1943-1949); industrial chemist (Gladstone, Qld, 1954-1963); chemistry instructor (Wavell Heights, Qld, 1968-1977) ===''MCELWEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Johnston McElwee|McElwee, George Johnston]] - 1879(Tas)-1981(Tas) - involved with Launceston Radio Clubs searching for the roar ===''MCGARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Ignatius McGarry|McGarry, Lloyd Ignatius]] [https://www.familysearch.org/tree/person/details/G8GT-4PR] - 1919(NSW)-1977(Qld) - Licences: 4XY Roma (1937-1939); 4XY Rockhampton (1947); 4XY Brisbane (Taringa, 1948; Coorparoo, 1954-1956); 2ALM Sydney (Lakemba, 1960-1965); 1AM Canberra (Macquarie, 1969-1975); 4ALL Brisbane (Kingston, 1980+) - Qualifications: cc; AOCP 1943, 1937, Qld; BOCP 139, 1937; 2COCP 607, 1942; 1COCP 1026, 1946 - amateur operator; amateur broadcaster; broadcast technician (4GR, 4ZR); military (RAAF, WW2, mobile wireless, post WW2 Naval Intelligence); federal public servant (PMGD); scientist (Ionospheric Prediction Service) - Electoral Rolls: radio technician (Deagon, Qld, 1949); public servant (Coorparoo, Qld, 1954-1958; Townsville, Qld, 1958) ===''MCGAURAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Duncan James Macfarlane McGauran|McGauran, Duncan James Macfarlane]] - 1849(NZ)-1889(NSW) - radio clubs (Telegraph Electrical Society, Victoria, member; Society of Telegraph Engineers, London, member), employment (Vic Posts & Telegraphs; WA Posts & Telegraphs, Superintendant Telegraphs; NSW Posts & Telegraphs), patents in Quadraplex Telegraphy, father of Duncan James McGauran (telegraphist, accountant, inventor of a telephone meter) ===''MCGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carney Mitchell McGee|McGee, Carney Mitchell]] [https://www.familysearch.org/tree/person/details/G8VW-9LF] - 1910(SA)-1981(WA) - Licences: 5LX Adelaide (Mile End, 1930-1931) - Qualifications: cc; AOCP 676, 1930, No. ?? in SA; 2COCP 52, 1936; 1COCP 210, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (North Unley, SA, 1939); assistant radio inspector (Ivanhoe, Vic, 1943); radio inspector (Kensington, WA, 1949-1977); retired (Como, 1980) ===''MCGEOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Samuel McGeoch|McGeoch, William Leslie Samuel]] [https://www.familysearch.org/tree/person/details/LVNY-SDX] - 1912(WA)-2007(WA) - Licences: 6WL Brookton (1935-1939, 1947-1956); 6WL Bunbury (1960-1980+) - Qualifications: cc; AOCP 1442, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Brookton, WA, 1936-1943); radio service (Brookton, WA, 1958); electrician (Carey Park, WA, 1968-1980) ===''MCGOWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Walker McGowan|McGowan, Samuel Walker]] - 1829(Irl)-1887(Vic) - Vic Posts and Telegraphs (Superintendent Telegraphs), successfully tendered for the first Australian electric telegraph 1854 (Melbourne to Williamstown) then appointed to the public service to operate and maintain it, radio clubs (Telegraph Electrical Society, Victoria) ===''MCGRATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Philip McGrath|McGrath, Edward Philip "Ted"]] [https://www.familysearch.org/tree/person/details/GW87-9K5] - 1906(NSW)-1999(SA) - Licences: 5MO Adelaide (Parkside, 1933-1939; West Mitcham, 1947-1965; Aldgate, 1969) - Qualifications: cc; AOCP 1175, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Parkside, SA, 1939) * [[/Francis Thomas McGrath|McGrath, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GXM1-HRN] - 1891(Tas)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 87, 1915; 1COCP 45, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: public servant (Moonah, Tas, 1919); wireless operator (Thursday Island, 1922); engineer (Eagle Junction, 1925); telegraphist (South Yarra, 1926-1927); supervisor (Caulfield, Vic, 1928-1934; Camberwell, Vic, 1936) ===''MCGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aenas McGregor|McGregor, Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WT] - 1865(Vic)-1937(Vic) - Licences: XJEA Melbourne (Armadale, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: father of 3ZE Keith Wilfred Aeneas McGregor - Electoral Rolls: traveller (Armadale, 1919; Toorak, 1928-1936) * [[/Keith Wilfred Aeneas McGregor|McGregor, Keith Wilfred Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WQ] - 1903(Vic)-19??(???) - Licences: 3ZE Melbourne (Armadale, 1923-1924; Toorak, 1925) - Qualifications: cc; AOCP 52, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Relationships: son of XJEA Aeneas McGregor - Electoral Rolls: telegraphist (Toorak, 1925-1928) ===''MCGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Patrick Holman McGuire|McGuire, Leo Patrick Holman]] [https://www.familysearch.org/tree/person/details/G8HK-B2T] - 1906(NSW)-2001(WA) - Licences: 3KM Myrtleford (1929-1937); 3KM Corryong (1938-1939); 6MG Manjimup (1947-1969); 6MG Perth (Thornlie (1975-1980+) - Qualifications: AOCP 488, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: biograph operator (Wangaratta, 1928); picture proprietor (Albury, 1931); postal employee (Myrtleford, 1936-1937); postal clerk (Mt Magnet, 1943; Manjimup, 1949); radio mechanic (Manjimup, 1954-1972); retired (Thornlie, 1977-1980) ===''MCHUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles McHugh|McHugh, William Charles]] [https://www.familysearch.org/tree/person/details/GFMN-V5Z] - 1914(WA)-1978(WA) - Licences: 6KA or 6KD Perth (Guildford, 1936-1939) - Qualifications: cc; AOCP 1766, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: piano tuner (Guildford, WA, 1936-1943); radio mechanic (Belmont, WA, 1949; North Perth, WA, 1954); mechanic (Cottesloe, WA, 1954; Mt Pleasant, WA, 1963-1972) ===''MCINTOSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John James McIntosh|McIntosh, Stanley John James "Stan"]] [https://www.familysearch.org/tree/person/details/GXDL-C5P] - 1913(Qld)-1972(Qld) - Licences: 4PK Ipswich (Woodend, 1931-1939); 4PK Brisbane (Coorparoo, 1946-1969) - Qualifications: cc; AOCP 730, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (workshop foreman); business proprietor (electrical engineering) - Electoral Rolls: electrical fitter (Woodend, Qld, 1934-1937; Coorparoo, Qld, 1943-1972) ===''MCINTYRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Daniel George McIntyre|McIntyre, Daniel George]] [https://www.familysearch.org/tree/person/details/LTNG-PHV] - 1901(???)-1963(NSW) - Licences: 2VX Receive Sydney (Pymble, 1923); 2VX Sydney (Pymble, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Strathfield, 1930-1958); radio retailer (Pymble, 1963) ===''MCKAIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Lancelot Martyn McKail|McKail, Henry Lancelot Martyn or Martin "Hal"]] - 1887(WA)-1944(WA) - Licences: 6BT Perth (City, 1923-1924); 6BU Perth (City, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgan River, WA, 1910; West Perth, WA, 1916-1917); science master (Crawley, WA, 1925-1937) ===''MCKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander John McKenzie|McKenzie, Alexander John]] - 1905(???)-19??(???) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''MCKEOWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * McKenzie, Florence Violet (married name) - see Granville, Florence Violet (birth name) * [[/Allan McIllroy McKeown|McKeown, Allan McIllroy]] [https://www.familysearch.org/tree/person/details/L69J-SFC] - 1904(Vic)-1983(Vic) - Licences: 3YZ Melbourne (Alphington, 1924-1927); 3YZ Geelong (1931); 3YZ Melbourne (Northcote, 1933-1939, 1946-1969); 3YZ Ocean Grove (1975-1980) - Qualifications: cc; AOCP 51, 1925, No. ?? in Vic; AOLCP 42, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Northcote, 1936-1954; Alphington, 1968); nil (Ocean Grove, 1972-1977) ===''MCKINLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Harold McKinley|McKinley, Norman Harold "Shorty"]] [https://www.familysearch.org/tree/person/details/GWGP-TLC] - 1913(???)-1999(Qld) - Licences: 4CX Brisbane (Teneriffe, 1932-1933) - Qualifications: cc; AOCP 969, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Milton, Qld, 1949-1972); driver (Paddington, Qld, 1980) ===''MCLAUCHLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles David McLauchlan|McLauchlan, Charles David]] [https://www.familysearch.org/tree/person/details/LYL6-PYY] - 1876(Vic)-1943(Vic) - Licences: 6BW Receive Perth (Victoria Park, 1923); 6BW Perth (Victoria Park, 1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Eucla, 1906; Perth, 1910-1916); telegraph engineer (Victoria Park, 1925); superintendent telegraphs (South Yarra, 1931; Camberwell, 1937-1943) ===''MCLEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stewart Campbell McLean|McLean, Stewart Campbell]] [https://www.familysearch.org/tree/person/details/G86G-PMR] - 1910(Vic)-1994(Vic) - Licences: 3GK Melbourne (Yarraville, 1930-1933; Brunswick, 1937-1939, 1946-1948; Caulfield, 1960) - Qualifications: AOCP 601, 1930, No. ?? in Vic; AOLCP 65, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarraville, 1931-1936); nil (Elsternwick, 1954); engineer (Caulfield, 1958-1980) ===''MCLENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth McLennan|McLennan, Kenneth]] [https://www.familysearch.org/tree/person/details/GX9H-B4N] - 1892(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 124, 1915; 2COCP 185, 1930; 1COCP 238, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous KMcLs - Electoral Rolls: Nil yet identified ===''MCLEOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander McLeod|McLeod, Alexander]] [https://www.familysearch.org/tree/person/details/GMKJ-L25] - 1972(Vic)-1948(Qld) - Licences: 4CF Receive Brisbane (Red Hill, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: confectioner (Red Hill, 1903-1905); pastrycook (Red Hill, 1908-1926; Mt Bruce, 1929-1943) * [[/Gordon Stuart McLeod|McLeod, Gordon Stuart]] [https://www.familysearch.org/tree/person/details/G8V1-38Y] - 1912(NSW)-1966(NSW) - Licences: 3ZZ Geelong (West Geelong, 1930-1931; Newtown, 1933; Crib Point, 1937; Wallington, 1938); 2ADC Sydney (Sans Souci, 1939; Hurstville, 1946-1947; Beverley Hills, 1948-1965) - Qualifications: AOCP 707, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: RAN (Crib Point, Viv, 1937); petty officer RAN (Hurstville, 1943); clerk (Beverly Hills, 1949-1963) * [[/Norman McLeod|McLeod, Norman]] [https://www.familysearch.org/tree/person/details/G86P-8F2] - 1901(Vic)-1995(Vic) - Licences: 3NM Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 602, 19??, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Caulfield, 1937-1968) ===''MCLOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. C. McLoughlin|McLoughlin, E. C.]] - 19??(???)-19??(???) - Licences: 5KJ Port Lincoln (1928-1929) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCMAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Hanney McMahon|McMahon, Leo Hanney]] [https://www.familysearch.org/tree/person/details/GXD8-XQH] - 1914(Qld)-1992(NSW) - 4LM Brisbane (Toombul, 1933-1938); 2ALM Sydney (Darlinghurst, 1939); 2AC Sydney (Kingsford, 1946-1950; Randwick, 1956-1980+) - Qualifications: cc; AOCP 1104, 1933, Qld) - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, AMC); occupation (doctor) - Electoral Rolls: student (Camperdown, NSW, 1936-1937); medical practitioner (Kingsford, NSW, 1949; Randwick, NSW, 1954-1980) ===''MCMASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John McMaster|McMaster, John]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: ===''MCMATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph McMath|McMath, John Joseph]] [https://www.familysearch.org/tree/person/details/L5KG-ZK2] - 1910(Vic)-1999(Vic) - Licences: 3JJ Melbourne (Albert Park, 1927-1939; South Melbourne, 1946-1960; Elwood, 1975-1980+) - Qualifications: AOCP 351, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Albert Park, 1931-1937); manager (St Kilda, 1949-1954); retired (Brighton, 1963-1968; Black Rock, 1972-1977) ===''MCMURTRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Adam McMurtrie|McMurtrie, Sydney Adam or Adam Sydney "Sid"]] [https://www.familysearch.org/tree/person/details/LBQM-DQW] - 1908(NSW)-1982(Qld) - Licences: 4JR Booval (1929-1933); 2AFX Lismore (1937-1939); 4KT Gympie (1948) - Qualifications: cc; AOCP 491, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Gympie, 1936); radio salesman (Lismore, 1937); telephone mechanic (Gympie, 1943-1980) ===''MCNALTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McNalty|McNalty, Joseph]] [https://www.familysearch.org/tree/person/details/GXXW-67M] - 1901(Qld)-1967(Qld) - Licences: 4DZ Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (East Toowoomba, Qld, 1925; Mackay, Qld, 1930-1943); public servant (Fairfield, Qld, 1949); clerk (Toowong, Qld, 1954); telegraphist (St Lucia, Qld, 1958) ===''MCNICOL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Edgar McNicol|McNicol, Robert William Edgar]] [https://www.familysearch.org/tree/person/details/GX8D-6NN] - 1917(Qld)-1974(Qld) - Licences: 4WM Brisbane (Teneriffe, 1936-1939) - Qualifications: cc; AOCP 1680, 1936, Qld; BOCP 57, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Teneriffe, Qld, 1943); university lecturer (Tarragindi, Qld, 1954-1972) ===''MCPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Thomas McPherson|McPherson, Colin Thomas or Thomas Collins]] [https://www.familysearch.org/tree/person/details/G8CT-HST] - 1897(Vic)-1951(Vic) - Licences: 3LU Melbourne (Footscray, 1929-1939) - Qualifications: AOCP 523, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: student (Footscray, 1919); storeman (Footscray, 1922-1942) * [[/Murdoch John McPherson|McPherson, Murdoch or Murdock John]] [https://www.familysearch.org/tree/person/details/27D9-9TB] - 1904(Qld)-1972(NSW) - Licences: 4MC Merinda (1927) - Qualifications: cc; CPRT 916, 1926; 2COCP 58, 1929; 1COCP 161, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: motor driver (Merinda, Qld, 1925); wireless operator (Paddington, Qld, 1929); clerk (Mt Coolah, NSW, 1968) ===''MEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Mead|Mead, Jack]][https://www.familysearch.org/tree/person/details/GFM3-ZSH] - 1915(WA)-2009(WA) - Licences: 6LJ Perth (East Victoria Park, 1931-1939; Wembley, 1947-1960) - Qualifications: cc; AOCP 803, 1931, No. ?? in WA; AOLCP 168, 1934; 1COCP 289, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Victoria Park, WA, 1937); mechanic (Wembley, WA, 1943-1980) * [[/Jordan Arthur Mead|Mead, Jordan Arthur]] [https://www.familysearch.org/tree/person/details/LTJF-1KH] - 1907(NSW)-1993(NSW) - Receive Sydney (Ashfield, 1923-1924), 2JA Sydney (Ashfield, 1925-1928), 2JA Byron Bay (1929-1930), 2AJA Sydney (Ashfield, 1946; Bexley, 1947-1957), 2JM Sydney (Bexley, 1958-1980), qualifications (AOCP 212, 1925, No. ?? in NSW), amateur operator, amateur broadcaster, electoral rolls: telephone mechanic (Byron Bay, 1930; Ashfield, 1931-1943), power technician (Bexley, 1949-1968), electrical field officer (Bexley, 1972-1980) ===''MEADOWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Meadows|Meadows, Robert Cecil]] [https://www.familysearch.org/tree/person/details/GXH2-ZRK] - 1907(Eng)-1966(NSW) - Licences: 4RM Mackay (1932-1939); 2ARM Sydney (Kirribilli, 1946-1948); 2IN Sydney (Rhodes, 1956-1958; Chiswick, 1960; Long Jetty, 1961; Killarney Vale, 1965) - Qualifications: cc; AOCP 879, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (Pems Radio, Rockhampton); journalist (Minchens Electrical Weekly); WW1; WW2 - Electoral Rolls: reporter (Crows Nest, NSW, 1930); radio mechanic (Bundaberg, Qld, 1931-1932); radiotrician (Mackay, 1934-1937); wireless instructor (Kirribilli, NSW, 1943); manager (Rhodes, NSW, 1954-1958); retired (Five Dock, NSW, 1958; Killarney Vale, NSW, 1963) ===''MEDHURST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Edney Medhurst|Medhurst, Edgar Edney]] [https://www.familysearch.org/tree/person/details/GHD6-WFC] - 1902(Tas)-1966(Vic) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Frederick William Medhurst|Medhurst, Frederick William "Pop" (in latter years)]] [https://www.familysearch.org/tree/person/details/M4GS-R6P] - 1868(Eng)-1969(Tas) 101yo - Licences: XZD Hobart (1913-1914); 7AH Receive Hobart (Sandy Bay, 1923); 7AH Hobart (Sandy Bay, 1924-1939, 1946-1947) - Qualifications: Nil yet identified - early wireless experimenter from 1901; amateur operator; amateur broadcaster; business (Medhurst & Sons, 1920s) - Relationships: father of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst, all in the business and interested in radio * [[/Harry Frederick Medhurst|Medhurst, Harry Frederick]] [https://www.familysearch.org/tree/person/details/GHD6-QZV] - 1893(Tas)-1963(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Phillip Aubrey Medhurst|Medhurst, Phillip Aubrey]] [https://www.familysearch.org/tree/person/details/GHD6-DFX] - 1895(Tas)-1969(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Rowland Arthur Medhurst * [[/Rowland Arthur Medhurst|Medhurst, Rowland Arthur]] [https://www.familysearch.org/tree/person/details/GHD6-ZT4] - 1892(Tas)-1969(Tas) - early wireless experimenter, lecturing on wireless 1911, never licensed, likely utilised licence of XZD-7AH (father), son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst ===''MEDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel James Clifford Medlin|Medlin, Noel James Clifford]] [https://www.familysearch.org/tree/person/details/G3MB-743] - 1917(Vic)-2004(Vic) - broadcast planning engineer (ABCB), federal public servant (ABCB), WW2 - Electoral Rolls: engineer (Gardiner, 1943; St Kilda, 1949; Camberwell, 1954-1977); retired (Inverloch, 1980) - father of AM directional antennas in Australia ===''MENON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Menon|Menon, Geoffrey John]] [https://www.familysearch.org/tree/person/details/LT4F-3CQ] - 1905(SA)-1969(NSW) - 3OG Receive Melbourne (St Kilda, 1923-1924), 3OG Melbourne (St Kilda, 1925-1927), 2OG Sydney (Haberfield, 1928; Croydon, 1929-1931), 3OG Melbourne (East Kew, 1933), 2OG Sydney (Northbridge, 1934-1935; Chatswood, 1936-1937; Longueville, 1938-1939, 1946-1948; Pymble, 1950; West Pennant Hills, 1954-1965; Arcadia, 1969), amateur operator (AOCP 209, 1925, No. ?? in Vic), amateur broadcaster, electrician (St Kilda West, 1926-1927), radio engineer (Coburg, 1931), engineer (Kew, 1934), radio engineer (Chatswood, 1937; Longueville, 1943), engineer (Baulkham Hills, 1954-1958; Arcadia, 1968) ===''MERCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie George Merchin|Merchin, Leslie George]] [https://www.familysearch.org/tree/person/details/LTLT-SSF] - 1917(Qld)-1994(Qld) - Licences: 4ML Richmond (1934-1939); 4MG Richmond (1948); 4MG Killarney (1954-1980+) - Qualifications: cc; AOCP 1399, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: garage proprietor (Richmond, Qld, 1943-1949); motor mechanic (Killarney, Qld, 1954-1968; Rockhampton North, Qld, 1972-1980) ===''MEREDITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement George Benger Meredith|Meredith, Clement George Benger]] [https://www.familysearch.org/tree/person/details/KZJD-6S6] - 1885(WA)-1959(USA) - Licences: Nil yet identified - Qualifications: cc; CPRT 15, 1914 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Windsor, Vic, 1914-1916); officer-in-charge wireless (Geraldton, WA, 1916-1917) * [[/Llewellyn Lennon Meredith|Meredith, Llewellyn Lennon]] [https://www.familysearch.org/tree/person/details/GD8W-LV7] - 1885(Eng)-1923(NSW) - Licences: Nil yet identified - Qualifications: CPRT 246, 1916 - ship wireless officer, AWA (traffic manager) - Electoral Rolls: Nil yet identified - Comment: Gone too soon - Links: [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_04_04#P.22_-_Obituary_-_Mr._L._L._Meredith|Obit]] ===''MESSENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Albert Messenger|Messenger, Percival Albert]] [https://www.familysearch.org/tree/person/details/GXRP-BS1] - 1892(SA)-1980(NSW) - Licences: 5PM Adelaide (Largs Bay, 1928) - Qualifications: cc; CPRT 70, 1915 (Marconi); CPRT 152, 1915 (Balsillie) - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: manager (Randwick, NSW, 1936; Coogee, NSW, 1943-1958; Randwick, NSW, 1963-1980) ===''MICHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Hector Ernest Henderson Michell|Michell, Hector Ernest Henderson "Ernest"]] [https://www.familysearch.org/tree/person/details/GQNQ-T5H] - 1897(Vic)-1984(Vic) - Licences: 3JP Receive Melbourne (Caulfield, 1922); 3JP Melbourne (Caulfield, 1923-1931; Elsternwick, 1933); 3JP Hamilton (1937-1939); 3AEM Hamilton (1960-1969); 3JX Hamilton (1975-1980+) - Qualifications: cc; AOCP 162, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; operator of 3LR Elsternwick Radio Club (1925); WW1; land officer (Hamilton, 1936) - Electoral Rolls: clerk (Balaclava, 1919-1921); draftsman (Caulfield, 1922); land officer (Hamilton, 1936-1980) ===''MILBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Leslie Milburn|Milburn, Henry Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/G8NV-8VJ] - 1890(Vic)-1957(Qld) - Licences: 4HM Home Hill (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Toowong, 1919); electrical engineer (Home Hill, 1922-1925; Stanthorpe, 1934-1949) - Halcyon: not mentioned? ===''MILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Thomas Miles|Miles, Gilbert Thomas]] [https://www.familysearch.org/tree/person/details/L19Y-X19] - 1904(Vic)-1981(NSW) - Licences: 7KQ Hobart (Bellerive, 1937-1939) - Qualifications: cc; AOLCP 106, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Camberwell, 1925-1926); electrical engineer (Glen Iris, Vic, 1931); engineer (Elsternwick, 1936); radio engineer (Croydon, NSW, 1943-1972); engineer (Croydon, 1977-1980) * [[/Harry Raymond Miles|Miles, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G8NJ-DQ2] - 1911(WA)-2003(WA) - Licences: 6XL Perth (Mt Lawley, 1930-1933); 6XL Wiluna (1937); 6XL Perth (Mt Lawley, 1938-1939) - Qualifications: cc; AOCP 645, 1930, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Wiluna Gold Mines, WA, 1936; Mt Beauty, Vic, 1954); poultry farmer (Balga, WA, 1958-1972); farmer (Wanneroo, WA, 1977-1980) ===''MILLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roydon Arthur Milledge|Milledge, Roydon Arthur]] [https://www.familysearch.org/tree/person/details/GMJY-3DW] - 1903(Vic)-1983(Tas) - Licences: 3WT Shepparton (1936-1937); 7WT Hobart (1938-1939); 7WT Ulverstone (1947-1948+); 7WT Hobart (1956-1960+) - Qualifications: cc; AOCP 1693, 1936, No. ?? in Vic - amateur operator; amateur broadcaster; WW2; bank clerk 1931; Civil Engineer 1950s - Electoral Rolls: assistant engineer (State Savings Bank, Auburn, 1927); engineer (Glenhuntley, 1931-1934); civil engineer (Shepparton, 1936) ===''MILLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dunlop Millen|Millen, John Dunlop]] [https://www.familysearch.org/tree/person/details/GC9X-S4W] - 1877(Irl)-1941(Tas) - Licences: Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver; senator - Electoral Rolls: mining engineer (Waratah, 1914-1919; Newstead, 1922-1937) ===''MILLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alexander Miller|Miller, Charles Alexander "Charlie"]] [https://www.familysearch.org/tree/person/details/G8NV-YRR] - 1915(NSW)-1999(Qld) - Licences: 4US Brisbane (New Farm, 1933-1936); 2ADE Casino (1935-1939, 1946-1961); 4QM Caloundra (1969-1980+) - Qualifications: AOCP 1208, 1933, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); part of the "U" gang, military (WW2, RAAF) - Electoral Rolls: radio mechanic (Casino, 1943-1963); army officer (Ipswich, 1963); retired (Shelley Beach, 1968-1972; Caloundra, 1977-1980) * [[/Charles Harcourt Miller|Miller, Charles Harcourt]] [https://www.familysearch.org/tree/person/details/G6MC-9QY] - 1921(Tas)-2001(Tas) - Licences: 7CM Hobart (Bellerive, 1936-1939; Taroona, 1969-1980+) - Qualifications: cc; AOCP 1799, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Bellerive, 1943) * [[/Francis George Miller|Miller, Francis George "Frank"]] [https://www.familysearch.org/tree/person/details/LYD2-LHT] - 1895(SA)-1954(SA) - Licences: 5BF Mt Gambier (1923-1939, 1946-1954) - Qualifications: cc; AOCP 185, 1925, No. ?? in SA; BOCP 58, 1936 - amateur operator; amateur broadcaster; broadcast engineer; founder of commercial station 5MU Murray Bridge; WW1 - Electoral Rolls: fitter (Murray Bridge, 1939-1943) [https://www.qsl.net/vk5br/FrankMiller.pdf Biography] * [[/Frank Colin Miller|Miller, Frank Colin]] [https://www.familysearch.org/tree/person/details/GX9C-86L] - 1884(Eng)-1953(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 126, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: engine operator (Radio Station, Roebourne, 1916-1917); station hand (Marron Station, 1918; Carnarvon, 1921; Mallina, 1922-1925); contractor (Roebourne, 1930-1936; Karratha Station, 1937); labourer (Roebourne, 1943); cook (Wittenoom Gorge, 1949) * [[/H. Miller|Miller, H.]] - 19??-19?? - 4EH Brisbane (Ascot, 1923-1924); 2EH Sydney (Dulwich Hill, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert Edward Miller|Miller, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GD2Q-XMX] - 1899(NSW)-19??(???) - Licences: 2HE Sydney (Belmore, 1931-1939) - Qualifications: cc; CPRT 932, 1926; 2COCP 329, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Campsie, 1930; Belmore, 1932-1943); miner (Glen Davis, 1943) * [[/Herbert Leslie Miller|Miller, Herbert Leslie]] [https://www.familysearch.org/tree/person/details/GD2Q-7LH] - 1897(Qld)-1966(Qld) - Licences: 4CA Receive Brisbane (West End, 1922); 4HL Brisbane (Hill End, 1927) - Qualifications: CPRT 330, 1917; 2COCP 329, 1940; 1COCP 483, 1940s; BOCP 370, 1941 - ship wireless officer (RMS Bingera, 1920); amateur operator; amateur broadcaster; sales (J. B. Chandler, 1924; Overells, 1925) - Electoral Rolls: wireless officer (West End, 1921); salesman (West End, 1925); manager (Coorparoo, 1928); salesman (Coorparoo, 1937-1954); clerk (Camp Hill, 1958-1963) ===''MILLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hugh Milligan|Milligan, Stanley Hugh]] [https://www.familysearch.org/tree/person/details/2CB1-L7Y] - 1901(Vic)-1976(Vic) - Licences: 3AU Receive Geelong (1922-1923); 3AU Geelong (1924); 3AU Eaglehawk (1924-1926); 3AU Chilwell (1927-1931); 3AU Geelong (1937-1939); 3AU Melbourne (Surrey Hills, 1947; Auburn, 1948) - Qualifications: cc; AOCP 125, 1925, No. ?? in Vic; AOLCP 164, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Eaglehawk, 1924-1926; Geelong West, 1924); radio mechanic (Chilwell, 1927-1931); watchman (Geelong West, 1934-1937); storekeeper (Hawthorn, 1949); engineer (Canterbury, 1954-1968); nil (Doncaster, 1972) ===''MILLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Griffiths John Mills|Mills, Griffiths John]] - 19??(???)-19??(???) - Licences: 6CK Receive Perth (Subiaco, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Subiaco, 1929-1931) * [[/Norman Gibson Mills|Mills, Norman Gibson]] [https://www.familysearch.org/tree/person/details/9415-SSS] - 1890(Vic)-1959(Qld) - Licences: 4NM Brisbane (Moorooka, 1938-1939, 1947-1956; Margate, 1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Toowong, Qld, 1919); contractor (Moorooka, Qld, 1921-1954); retired (Margate, Qld, 1958) * [[/Ralph Mervyn Mills|Mills, Ralph Mervyn]] [https://www.familysearch.org/tree/person/details/G8JD-GST] - 1909(NSW)-1989(NSW) - Licences: 2MM Sydney (Balmain, 1930-1934; Canterbury, 1935-1936) - Qualifications: AOCP 660, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Balmain, 1931-1937); engineer (Pymble, 1949-1977; West Pymble, 1980) ===''MILNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Brough Milne|Milne, Andrew Brough]] [https://www.familysearch.org/tree/person/details/9KXN-QZV] - 1890(South Africa)-1979(Qld) - Licences: 4BM Dealer Mackay (1926-1927) - Qualifications: 3COCP 3492, 1961 - dealer licence - Electoral Rolls: motor mechanic (Mackay, 1915-1943); mechanical engineer (North Mackay, 1949-1977) * [[/John Collicott Milne|Milne, John Collicott]] [https://www.familysearch.org/tree/person/details/MP34-518] - 1903(Tas)-1990(Tas) - Licences: 7AG Gretna (1923-1939, 1946-1980+) - Qualifications: cc; AOCP 604, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Gretna, 1928-1980) ===''MILNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Frederick Milner|Milner, George Frederick]] [https://www.familysearch.org/tree/person/details/GF7W-W4D] - 1908(WA)-1992(WA) - Licences: 6GF Perth (Mt Lawley, 1931-1933) - Qualifications: cc; AOCP 788, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1931; North Beach, WA, 1936-1937); RAAF (Nedlands, WA, 1943-1980) * [[/James Milner|Milner, James]] [https://www.familysearch.org/tree/person/details/GZXH-1DM] - 1901(Eng)-1947(Qld) - Licences: 4AK Brisbane (Kelvin Grove, 1923-1927; Ashgrove, 1931-1936); 4AU Brisbane (1937-1939) - Qualifications: cc; AOCP 93, 1925, No. 11 in Qld - amateur operator; amateur broadcaster (prominent from Valley Theatre) - Withdrawal: 4AK amateur callsign withdrawn by the PMGD for allocation to the new 4AK Oakey commercial service - Electoral Rolls: fitter (Kelvin Grove, 1925-1926); electrical fitter (Ashgrove, 1928-1943) ===''MINCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur W. Minchin|Minchin, Arthur W.]] - 19??-19?? - 4AM Rockhampton - amateur operator (AOCP ???, 19??, No. ?? in Qld), amateur broadcaster, broadcast engineer (4RO Cmcl), wireless retail business proprietor - seems in error, see William Allan Minchin * [[/William Allan Minchin|Minchin, William Allan]] [https://www.familysearch.org/tree/person/details/LV7Q-86C] - 1893(Vic)-1976(NSW) - Licences: 4AM Rockhampton (1938-1939) - Qualifications: cc; CPRT 220, 1916; 2COCP 365, 1931; 1COCP 244, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: wireless engineer operator (Wyndham, 1917); farmer (Toodyay, 1925); radio engineer (Rockhampton, 1936-1943; Lismore, 1949-1954; Hunters Hill, 1958-1968); engineer (Hunters Hill, 1972) ===''MINEHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Minehan|Minehan, W. A.]] - 19??(???)-19??(???) - Licences: 4AM Rockhampton (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MINGAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Francis Mingay|Mingay, Oswald Francis "Ossie"]] [https://www.familysearch.org/tree/person/details/K45G-NZG] - 1895(NSW)-1973(NSW) - Licences: 2XX Sydney (Turramurra, 1923-1926; Sydney, 1931-1933) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast engineer; journalist; publisher; WW1; WW2 - Electoral Rolls: engineer (Collaroy, 1930); managing editor (Pymble, 1930-1932); radio engineer (Lindfield, 1933-1934); publisher (Lindfield, 1937-1963; St Ives, 1963-1968) - Comment: licensed operator of 2WV Burgin Electric Co. (1923) [https://adb.anu.edu.au/biography/mingay-oswald-francis-ossie-11135 ADB]; [https://www.qsl.net/vk2dym/radio/Mingay.htm MacKinnon] ===''MITCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Theodore Mitchell|Mitchell, Alexander Theodore]] [https://www.familysearch.org/tree/person/details/GXNY-CC2] - 1872(???)-1966(Qld) - Licences: Receive Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer (Red Hill, Qld, 1921; Torwood, Qld, 1922); electrical engineer (Toowoomba, Qld, 1925; Wilston, Qld, 1928-1929; Sandgate, Qld, 1936-1963) * [[/Harold Benson Mitchell|Mitchell, Harold Benson]] [https://www.familysearch.org/tree/person/details/LDVS-QN7] - 1901(Vic)-1962(Vic) - Licences: 3CZ Receive Melbourne (Elwood, 1922-1923); 3CZ Melbourne (Elwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Elwood, 1924-1927); manager (Caulfield, 1937); manufacturer (Caulfield, 1942); manager (Caulfield, 1949); merchant (St Kilda, 1949); manager (St Kilda, 1954) * Mitchell, Hector Ernest Henderson "Ernest" - see Michell, Hector Ernest Henderson "Ernest" (frequent misspelling) * [[/Stanley John Mitchell|Mitchell, Stanley John]] [https://www.familysearch.org/tree/person/details/LDVS-Q83] - 1887(Vic)-1974(Monaco) - Licences: 3SJ Melbourne (Brighton, 1924-1927) - Qualifications: cc; AOCP 53, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Toorak, 1912-1916; Brighton, 1919-1928); investor (Brighton, 1936-1937) financier (Vaucluse, NSW, 1943) ===''MOFFATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert David Gray Moffatt|Moffatt or Moffat or Gray, Robert David Gray "Bob"]] [https://www.familysearch.org/tree/person/details/GX8V-PM3] - 1911(Qld)-1983(Qld) - Licences: 4RD Mackay (1935-1939); 4RD Gracemere (1947-1948); 4RD Mackay (1954-1980+) - Qualifications: cc; AOCP 1549, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Herberton, Qld, 1936; Mackay, Qld, 1937); mechanic in broadcasting (Gracemere, Qld, 1949); technician (Mackay, Qld, 1954-1980) ===''MONEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Dudley Money|Money, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/G3JD-M9H] - 1907(Vic)-1986(Vic) - 3MY Melbourne (Canterbury, 1925-1939; Upwey, 1946-1948; Cheltenham, 1954-1969; East Bentleigh, 1975-1980+), amateur operator (AOCP 205, 1925, No. ?? in Vic), amateur broadcaster, draughtsman (Camberwell, 1931-1934), engineer (Upwey, 1942-1949; Moorabbin, 1954-1967; East Bentleigh, 1972-1980) ===''MONKHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Isaac Monkhouse|Monkhouse, Walter Isaac]] [https://www.familysearch.org/tree/person/details/K8ZT-YPN] - 1887(NZL)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio clubs (QWI & WIA Qld, president & lecturer); senior state public servant (Qld Public Works Dept, State Electrical Engineer); witness to Royal Commission 1927 (as president WIA Qld) - Electoral Rolls: telephone instructor (South Brisbane, 1919); engineer (Teneriffe, 1925; New Farm, 1928; Taringa, 1936-1954); electrical engineer (Bardon, 1958-1963) ===''MONKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Brendan Monks|Monks, Alfred Brendan]] [https://www.familysearch.org/tree/person/details/GDR2-444] - 1894(Tas)-1973(Vic) - Licences: 3AAB Melbourne (Diamond Creek, 1948; Northcote, 1954-1960; Preston, 1965-1969) - Qualifications: cc; CPRT 571, 1920; 2COCP 272, 1930; 1COCP 282, 1932 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1915) - Relationships: twin brother of 7BR Cyril Wilson Monks - Electoral Rolls: Western Electric engineer (East Sydney, 1930); licensee Railway Commercial Hotel (Albury, 1931-1932); radio telegraphist (Centennial Park, 1943); radio officer (Reservoir, Vic, 1963; Preston, 1967-1972) * [[/Cyril Wilson Monks|Monks, Cyril Wilson]] [https://www.familysearch.org/tree/person/details/GDR2-96N] - 1894(Tas)-1976(Vic) - Licences: 7BR Receive Hobart (Battery Point, 1923); Receive Hobart (Battery Point, 1923-1924) - Qualifications: cc; 1COCP 225, 1931 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1919); WW2 - Relationships: twin brother of 3AAB Alfred Brendan Monks - Electoral Rolls: federal civil servant (Battery Point, 1928); public servant (Bellerive, 1936-1937); radio inspector (Scarborough, WA, 1943; Nedlands, 1949); retired (Frankston, 1972) ===''MONTEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Monteath|Monteath, Frederick]] - 1895(Vic)-1943(NSW) - Licences: 3VM Receive Melbourne (Elsternwick, 1923-1924); 3KP Melbourne (Elsternwick, 1930-1933) - Qualifications: AOCP 694, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: photographer (Prahran, 1919; Elsternwick, 1921); mercer (Elsternwick, 1924-1931); photographer (Glenmore, NSW, 1934-1935; Ashfield, 1937); storekeeper (Rockdale, 1943) ===''MOODY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Percy Moody|Moody, Francis Percy]] [https://www.familysearch.org/tree/person/details/L1D9-KLG] - 1903(Qld)-19??(???) - Licences: 4FM Cairns (1932-1969) - Qualifications: cc; AOCP 967, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Rockhampton North, 1925-1926); accountant (Cairns, 1926-1949); radio dealer (Cairns, 1954-1980) ===''MOORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Moore|Moore, Albert Ernest "Ernie"]] [https://www.familysearch.org/tree/person/details/KW6D-TMT] - 1916(Qld)-1982(Qld) - Licences: 4?? Brisbane - Qualifications: cc; NAOCP Q728, 1980, No. ?? in Qld - amateur operator; prominent MW and SW broadcast DXer; clubs (All-Wave All-World DX Club, Shortwave League of Western Australia, Australian Radio DX Club, New Zealand Radio DX League, Southern Cross DX Club, DX Australia) - QSLs: portion (200+) of later QSL collection survives (ARDXC/NFSA) * [[/Eric John Theodore Moore|Moore, Eric John Theodore]] [https://www.familysearch.org/tree/person/details/GD91-7LN] - 1894(NSW)-1940(NSW) - Licences: XEM Sydney (Petersham, 1913-1914); Receive (Crystal) Sydney (Neutral Bay, 1923); 2EM Sydney (Neutral Bay, 1924-1928) - Qualifications: cc; CPRT 161, 1915; 2COCP 237, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Awards: UK merchant seaman medal - Electoral Rolls: engineer (Bronte, 1934-1937) * [[/Francis Leonard Moore|Moore, Francis Leonard "Frank"]] - 19??(???)-1924(NSW) - 2?? Sydney, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, employment (Archibald John Shaw, Maritime Wireless Co, United Distributors) - Comment: electrocuted while conducting wireless experiments * [[/Louis James Murphy Moore|Moore, Louis James Murphy "Leo"]] [https://www.familysearch.org/tree/person/details/L45W-GS4] - 1888(Vic)-1968(Vic) - Licences: 3LO Receive Seymour (1923); 3LO Seymour (1924-1925); 3MS Seymour (1924-1927) - Qualifications: cc; CPRT 85, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918); amateur operator; amateur broadcaster - Electoral Rolls: telegraph operator (Clifton Hill, 1909); telegraphist (Collingwood, 1912-1914); wireless operator (Collingwood, 1917-1919); telegraphist (Elsternwick, 1922); clerk (Seymour, 1924-1931; Bentleigh, 1936-1949); guesthouse proprietor (Healesville, 1954); clerk (Oakleigh, 1963-1968) - Withdrawal: Likely 3LO callsign withdrawn for allocation to 3LO Melbourne Class A ===''MOORHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Martin Moorhouse|Moorhouse or Moorehouse, Herbert Martin]] [https://www.familysearch.org/tree/person/details/KJPG-1HL] - 1899(Tas)-1990(WA) - Licences: 7HM Hobart (North Hobart, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Hobart South, 1922); carpenter (New Town, 1928); carrier (Hobart North, 1936); motordriver (Queensborough, 1949) ===''MORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Donald Moran|Moran, Cyril Donald]] - 19??-19?? - broadcast technician at 4QG under Qld Government, state public servant (4QG) ===''MORGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Mowbray Morgan|Morgan, Donald Mowbray]] [https://www.familysearch.org/tree/person/details/GDP7-218] - 1907(NSW)-1988(Tas) - Licences: T749 Receive Glebe (1922); Receive Glebe (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Huonville, 1928-1972) * [[/Ivor Morgan|Morgan, Ivor]] [https://www.familysearch.org/tree/person/details/LRSY-S8G] - 1909(Vic)-1977(Vic) - Licences: 3DH Melbourne (East Malvern, 1930-1933; Shepparton, 1937; East Malvern 1938-1939; Hawthorn, 1946-1975) - Qualifications: cc; AOCP 605, 1930, No. ?? in Vic; BOCP 20, 1936; TVOCP, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1931-1934); engineer (Brighton, 1936); broadcast engineer (3SR Shepparton, 1937); technician (Hawthorn, 1943-1977) - Relationships: Father of 3ZFM V. I. Morgan * [[/Reginald George Morgan|Morgan, Reginald George]] [https://www.familysearch.org/tree/person/details/LRFR-D7H] - 1914(Eng)-1993(NSW) - Licences: 6RM Perth (City, 1931); 2AJS Sydney (Randwick, 1938-1939); 2ABM Sydney (Coogee, 1946-1950; Bankstown, 1954-1958; Greenacre, 1960-1980+) - Qualifications: cc; AOCP 755, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Coogee, NSW, 1936-1937); no occupation (Coogee, NSW, 1949); electrical mechanic (Bankstown East, NSW, 1954); mechanic (Greenacre, NSW, 1963-1980) * [[/William Albert Morgan|Morgan, William Albert]] [https://www.familysearch.org/tree/person/details/9HVG-8PW] - 1899(Tas)-1965(Tas) - Licences: 7AI Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart West, 1922); electrical fitter (New Town, 1928-1937); fitter (New Town, 1943-1954); manager (Montrose, 1963) ===''MORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. H. Morley|Morley, W. H.]] - 19??(???)-19??(???) - Licences: 2WU Sydney (Watersleigh, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''MORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John William Morris|Morris, Albert John William]] [https://www.familysearch.org/tree/person/details/9V2B-Y2J] - 1873(Tas)-1940(Tas) - Licences: 7BS Receive Hobart (West Hobart, 1923); Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Hobart North, 1914-1943) * [[/Cecil Ralph Newman Morris|Morris, Cecil Ralph Newman]] [https://www.familysearch.org/tree/person/details/G3MW-YGT] - 1906(Qld)-1971(Qld) - Licences: Receive Brisbane (Rosalie, 1923); 4CN Brisbane (Rosalie, 1928); 4LW Brisbane (Rosalie, 1929-1933; Ashgrove, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 398, 1928, No. 45 in Qld - amateur operator; amateur broadcaster; technician (PMGD); WW2 - Electoral Rolls: mechanic (Rosalie, 1928); postal mechanic (Ashgrove, 1936-1954); supervising technician (Rosalie, 1958-1968) * [[/Glynn Ian Elliott Morris|Morris, Glynn Ian Elliott]] [https://www.familysearch.org/tree/person/details/G8XG-9TS] - 1908(???)-19??(???) - Licences: 3BZ Melbourne (Mordialloc, 1930-1939; Parkdale, 1946-1980+) - Qualifications: AOCP 621, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Mordialloc, 1931-1937); mechanic (Mentone, 1943); official (Mentone, 1949-1968); secretary (Mentone, 1972-1980) * [[/Jack Dudley Morris|Morris, Jack Dudley]] [https://www.familysearch.org/tree/person/details/GZ2R-NMZ] - 1914(Vic)-1944(At Sea) - Licences: 3LX Melbourne (Oakleigh, 1933, pirate); 3DQ Melbourne (Oakleigh, 1934-1937) - qualifications: AOCP 1244, 1934, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (mention in despatches) - electoral rolls: operator (Oakleigh, 1936-1942) - Sacrifice: "Greater love hath no man than this" * [[/Richard Charles William Morris|Morris, Richard Charles William (BDM) or Charles Richard William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXW7-56S] - 1922(Qld)-1984(Qld) - Licences: 4MT Rockhampton (1954-1980) - Qualifications: cc; AOCP 3210, 1951, Qld; BOCP 1460, 1956 - amateur operator; WW2 - Electoral Rolls: electrician (Rockhampton, 1949); electrical fitter (Rockhampton, 1954-1963); radio technician/electrician (Rockhampton, 1968-1972); radio technician (Rockhampton, 1977-1980) * [[/Ronald David Morris|Morris, Ronald David]] [https://www.familysearch.org/tree/person/details/LX5W-S7Z] - 1904(Vic)-1997(Vic) - Licences: 3AP Receive Melbourne (Caulfield, 1922); 3AP Melbourne (Caulfield, 1922-1927); 3APM Melbourne (East Brighton, 1947-1980+) - Qualifications: cc; AOCP 151, 1925, No. ?? in Vic; CPRT 919, 1926; BOCP 600, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Caulfield, 1925-1931); radio (Brighton, 1936-1937); mechanic (Brighton, 1943; Elsternwick, 1949-1967; Brighton East, 1972-1977) * [[/Sydney Paul Francis Morris|Morris, Sydney Paul Francis "Syd"]] [https://www.familysearch.org/tree/person/details/GX95-MRP] - 1888(Vic)-1960(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: clerk (Prahran, Vic, 1909; Dandenong, 1912-1913); clerk & telegraphist (Eltham, Vic, 1924); manager (East Bairnsdale, Vic, 1925-1928); clerk (Sandringham, Vic, 1931); inspector (Caulfield, Vic, 1942-1949) * [[/William Belfort Morris|Morris, William Belfort]] [https://www.familysearch.org/tree/person/details/G8X1-VYQ] - 1910(WA)-1991(WA) - Licences: 6WM Perth (Hollywood, 1930-1937; Mt Lawley, 1938-1939); 6WM Kalgoorlie (1946-1954); 6WM Perth (Applecross, 1955-1975) - Qualifications: cc; AOCP 625, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Hollywood, 1931-1937); newsagent (Kalgoorlie, 1949-1954); representative (Applecross, 1958-1980) ===''MORRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Cyril Tucker Morrison|Morrison, Gordon Cyril Tucker]] [https://www.familysearch.org/tree/person/details/GFMN-J6Z] - 1916(WA)-1993(NSW) - Licences: 6KN Geraldton (1935-1937); 6KN Perth (City, 1938-1939); 2AKN Sydney (Hernes Bay, 1947; Parramatta, 1948-1950; Balgowlah, 1954-1958) - Qualifications: cc; AOCP 1485, 1935, WA; BOCP 89, 1937; 3COCP 1536, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Geraldton, WA, 1937); radio employee (North Perth, WA, 1943); aircraft surveyor (Parramatta North, NSW, 1949; Balgowlah, NSW, 1954-1963); surveyor (Wahroonga, NSW, 1968-1980) * [[/Lionel Morrison|Morrison, Lionel]] [https://www.familysearch.org/tree/person/details/KDMZ-K6G] - 1906(WA)-1996(WA) - Licences: 6LM Perth (Bayswater, 1939, 1947-1980) - Qualifications: cc; AOCP 1485, 1939, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Sandstone, WA, 1931); pipefitter (Wiluna, WA, 1936-1937); fitter (Wiluna, WA, 1943; Bayswater, WA, 1949-1980) ===''MORRISSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Joseph Martindale Morrissey|Morrissey, Brian Joseph Martindale]] - 19??(???)-19??(???) - Licences: 5AP Adelaide (Prospect, 1935-1937) - Qualifications: cc; AOCP 1544, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''MORROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Caldwell Morrow|Morrow, Arthur Caldwell]] [https://www.familysearch.org/tree/person/details/GHQF-T2F] - 1912(Qld)-1967(Qld) - Licences: 4BM Brisbane (Paddington, 1937-1939) - Qualifications: cc; 2COCP 335, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Red Hill, Qld, 1934-1937); wireless operator (Paddington, Qld, 1943); farmer (Paddington, Qld, 1949-1963) ===''MORSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel Percy Morse|Morse, Noel Percy "Bill"]] [https://www.familysearch.org/tree/person/details/GWRN-3QR] - 1914(Qld)-1942(At Sea) - Licences: 2JE Sydney (Cremorne, 1934-1935); 4LI Brisbane (Clayfield, 1937); 2AHS Sydney (Mosman, 1938-1939) - Qualifications: cc; AOCP 1402, 1934, Qld - amateur operator; amateur broadcaster; WW2 (RNZAF, Pilot Officer) - Electoral Rolls: radio engineer (Buranda, Qld, 1937; Clayfield, Qld, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.rafcommands.com/database/wardead/details.php?qnum=95585 RAF Commands]; [https://www.aucklandmuseum.com/war-memorial/online-cenotaph/record/C29996 Auckland Museum]; [http://aircrewremembered.com/morse-noel.html AirCrewRemembered] ===''MORTIMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mark Mortimer|Mortimer, Mark]] [https://www.familysearch.org/tree/person/details/GS7M-ZZ4] - 1887(Irl)-19??(???) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 107, 1915; 2COCP 48, 1929; 1COCP 89, 1930; BOCP 48, 1934? - RANRS (Warrant Telegraphist, 1917) - Comment: numerous contemporaneous MMs - Electoral Rolls: Nil yet identified ===''MORTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Evors Morton|Morton, Charles Evors]] [https://www.familysearch.org/tree/person/details/GZJ5-F3R] - 1888(Qld)-1963(NSW) - 2MH Sydney (Homebush, 1925-1934), amateur operator (AOCP 170, 1925, No. ?? in NSW), amateur broadcaster, public servant (Rockhampton, 1912), WW1 ===''MOSES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Joseph Moses|Moses, Charles Alfred Joseph]] - 1900(Eng)-1988(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - ABC (general manager) - Electoral Rolls: - Links: [[w:Charles Moses|Wikipedia]]; [https://adb.anu.edu.au/biography/moses-sir-charles-joseph-15044 ADB] ===''MOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Moss|Moss, George Arthur]] [https://www.familysearch.org/tree/person/details/GZG7-86Y] - 1903(WA)-2000(WA) - Licences: 6GM Perth (Cottesloe Beach, 1926-1931; Mt Lawley, 1933-1939, 1946-1956; Mt Pleasant, 1960-1965; Boya, 1969-1995+) - Qualifications: cc; AOCP 233, 1926, No. ?? in WA; AOLCP 177, 1934; 1COCP 574, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: piano mechanic (Cottesloe Beach, 1925); wireless mechanic (North Perth, 1931-1958); lecturer (Mt Pleasant, 1963; Boya, 1968-1980) - [https://qsl.net/vk6zse/historic/p-vk6gm.html QSL.net] ===''MOULE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Ernest Moule|Moule, Clifford Ernest "Cliff"]] [https://www.familysearch.org/tree/person/details/G8XQ-DFH] - 1912(SA)-1998(SA) - Licences: 5CX Adelaide (Parkside, 1930-1939; Plympton, 1946-1948; McLaren Vale, 1954; Lower Mitcham, 1955-1956; Westbourne Park, 1960-1980+) - Qualifications: cc; AOCP 611, 1930, No. ?? in SA; BOCP 1462, 1956 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Clarence Gardens, 1939-1941; Glandore West, 1943) ===''MOWLEM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Mowlem|Mowlem, Leonard]] [https://www.familysearch.org/tree/person/details/GX9F-DHH] - 1878(???)-1950(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: naval employee (Toorak, 1919); radio telegraphist (Thursday Island, 1921); telegraphist (Toorak, 1925); engineer (Toorak, 1928); wireless (Malvern, 1931-1949) ===''MOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Murray Moyle|Moyle, John Murray "Johnny"]] - 1908(Vic)-1960(ACT) - 2JU Sydney, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly, 1932+; Radio TV & Hobbies, 1939-), education (Scotch College, 1923-1926), military (WW2, RAAF 1941-, Squadron Leader), broadcast (3DB, 1920s) (callsign 2JU previously Ross Amos Hull) - Links: [http://messui.polygonal-moogle.com/valves/NW198909.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198910.pdf EA2] ===''MUIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sibbald Allison Muir|Muir, John Sibbald Allison]] [https://www.familysearch.org/tree/person/details/LRB3-1J6] - 1904(SA)-1996(Vic) - 3QW Receive Melbourne (Brighton, 1923); 3QW Melbourne (Brighton, 1923-1926) - Qualifications: cc; AOCP 91, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; likely operator of 3NS dealer licence for Norris & Skelly, Elizabeth St, Melbourne 1924 - Electoral Rolls: dealer (Brighton, 1925-1927); radio dealer (Malvern, 1928); wireless (Brighton, 1931); engineer (Brighton, 1935; Ringwood, 1936-1954); nil (Somers, 1963; Langwarrin, 1968-1977; Garfield, 1980) * [[/Robert White Muir|Muir, Robert White]] [https://www.familysearch.org/tree/person/details/K644-M2J] - 1904(WA)-1966(WA) - Licences: 6RW Wagin (1933-1939); 6RW Perth (Subiaco, 1947-1965) - Qualifications: cc; AOCP 1184, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (Albany, WA, 1925-1926); jeweller & radio dealer (Wagin, WA, 1931); jeweller (Wagin, WA, 1936-1943); watchmaker (Subiaco, WA, 1949-1963) ===''MULLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Fred Mullett|Mullett, Leslie Fred]] [https://www.familysearch.org/tree/person/details/GXRX-BQD] - 1903(SA)-1980(SA) - Licences: 5ZQ Adelaide (Highgate, 1932-1933) - Qualifications: cc; AOCP 1065, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Highgate, SA, 1939-1941); engineer (Barton, ACT, 1949) ===''MULLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Mulligan|Mulligan, Frederick Charles]] [https://www.familysearch.org/tree/person/details/L2QS-X7W] - 1886(NZ)-1982(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 135, 1915; 2COCP 211, 1930; 1COCP 329, 1933 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: engineer operator (Clayfield, 1914-1917); wireless operator (Emita, Flinders Island, 1919-1928); OIC Radio Station (Darwin, 1934); radiologist (Ascot, 1936); OIC radio (Townsville, Qld, 1943); retired (Warrimoo, NSW, 1954-1958; Umina, NSW, 1958) ===''MUNRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Bruce Willson Munro|Munro, Bruce Willson]] [https://www.familysearch.org/tree/person/details/G7GX-CDJ] - 1908(Qld)-1994(Qld) - Licences: 4AL Brisbane (Hawthorne, 1927-1931; Bulimba, 1933-1939) - Qualifications: cc; AOCP 339, 1927, No. 35 in Qld; 2COCP 68, 1936 - amateur operator; amateur broadcaster; aeronautical experimenter; pilot; Qld Aero Club (Brisbane, honorary flying instructor, 1930s); Dept Civil Aviation (Brisbane, Assistant Plan Printer, 1956-1968) - Electoral Rolls: commercial pilot (Moorooka, 1943); flight checking officer (Townsville, 1943); pilot (West End, 1949-1963); commonwealth public servant (Wynnum, 1968-1972); retired (Wynnum, 1977-1980) ===''MURDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilmot Henry Murden|Murden, Wilmot Henry]] [https://www.familysearch.org/tree/person/details/G691-7WC] - 1915(Vic)-19??(???) - Licences: 7TY Launceston (1934-1937); 3TY Melbourne (West Preston, 1938-1939; Thornbury, 1947); 3TY Rapanyup (1948); 3TY Sale (1954-1955); 3TY Swan Hill (1956-1960) - Qualifications: cc; AOCP 1243, 1934, No. ?? in Tas; BOCP 1176, 1950; 1COCP 1610, 1951 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Sale, 1954); radio engineer (3SH, Sale, 1963) ===''MURDOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Fraser Murdoch|Murdoch, James Fraser "Fraser"]] - 19??(???)-19??(???) - 4FQ Toowoomba (1946-1948), amateur operator (AOCP 2383, 1939, No. ?? in Qld), amateur broadcaster, employment (Empire Theater under Cliff Gold 4CG) ===''MURPHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold James Murphy|Murphy, Harold James]] [https://www.familysearch.org/tree/person/details/LD6Q-ZGP] - 1899(NSW)-1958(Qld) - Licences: 4HM Ilfracombe (1935-1937); 4HM Pomona (1938-1939); 4HM Brisbane (Wooloowin, 1947-1956) - Qualifications: cc; AOCP 1532, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: telegraphist (Auchenflower, Qld, 1925; Milton, Qld, 1928); postal official (Stanthorpe, Qld, 1930); postmaster (Ilfracombe, Qld, 1936-1937); insurance agent (Wooloowin, Qld, 1943); postal official (Wooloowin, Qld, 1949); public servant (Stafford, Qld, 1958) ===''MURRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Alexander Murray|Murray, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/G89D-SZ7] - 1908(???)-1985(NSW) - Licences: 2FM Sydney (Rose Bay, 1927; Mosman, 1928-1935; Cremorne, 1936-1939; Mosman, 1946-1947; Lindfield, 1948-1949; Carramar, 1950-1975); 2FM Blayney (1980+) - Qualifications: AOCP 336, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Mosman, 1930); engineer (Mosman, 1933); fitter (Mosman, 1934); draftsman (Mosman, 1935); engineer (Neutral Bay, 1943); draftsman (Mosman, 1949); draughtsman (Carramar, 1958-1977); retired (Blayney, 1980) * [[/John William Murray|Murray, John William]] [https://www.familysearch.org/tree/person/details/G879-32L] - 1905(Vic)-1997(Vic) - Licences: 3JY Melbourne (Elsternwick, 1928-1930; Fitzroy, 1931-1939); 3AJY Melbourne (Kew, 1960-1980+) - Qualifications: AOCP 396, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Elsternwick, 1928); projectionist (St Kilda, 1934; Melbourne East, 1936); technician (St Kilda West, 1943-1949); projectionist (Kew, 1954-1980) - several contemporaneous John William Murray's in Melbourne, identification not certain * [[/Kynaston Noel Lathrop Murray|Murray, Kynaston Noel Lathrop]] - 1838(Eng)-1916(Tas) - clubs and societies (Telegraph Electrical Society Vic, member, 1880s; Vic Posts & Telegraphs, 1860s-1870s; Vic Railways Dept, 1880s-1890s) * [[/Malcolm Imlay Murray|Murray, Malcolm Imlay]] [https://www.familysearch.org/tree/person/details/G8VW-684] - 1908(WA)-1980(WA) - Licences: 6MY Perth (City, 1930; South Perth, 1933-1939; Floreat Park, 1946-1980+) - Qualifications: cc; AOCP 677, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (East Perth, 1931); radiotrician (South Perth, 1936; Floreat Park, 1943-1980) ===''MUSGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Mandeville D'Oyly Musgrove|Musgrave, Mandeville D'Oyly]] - 19??-19?? - broadcast station proprietor (6ML & others) ===''MUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus Keith Mutton|Mutton, Angus Keith]] [https://www.familysearch.org/tree/person/details/GD5F-BQM] - 1910(SA)-1991(SA) - Licences: 5ZY Adelaide (Toorak Gardens, 1933; Tusmore, 1937-1938) - Qualifications: cc; AOCP 1089, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Tusmore Gardens, SA, 1939-1943) * [[/Arthur Henry Mutton|Mutton, Arthur Henry]] [https://www.familysearch.org/tree/person/details/KC1Y-PP5] - 1908(NSW)-1986(NSW) - Licences: 2QT Receive Sydney (Stanmore, 1923-1925); 2QT Sydney (Stanmore, 1926-1939) - Qualifications: AOCP 237, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Annandale, 1930-1937); communication engineer (Maroubra, 1943-1968); public servant (Bayview, 1972-1980) =='''N'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''NAIRN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Linley Beeton Nairn|Nairn, Arthur Linley Beeton]] [https://www.familysearch.org/tree/person/details/L58V-M8X] - 1895(SA)-1978(NZ) - Licences: 2BI Receive Sydney (Mosman, 1922-1923) - Qualifications: CPRTelephony 373, 1918 - amateur receiver - Electoral Rolls: company manager (Hamilton, NZ, 1938); director (Days Bay, Wellington, NZ, 1946-1954) ===''NANCARROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Stanley Nancarrow|Nancarrow, Ralph Stanley]] [https://www.familysearch.org/tree/person/details/GST3-XQ3] - 1904(SA)-1991(SA) - Licences: 5PK Georgetown (1930-1933); 2PY Sydney (Mosman, 1935; Randwick, 1936-1939); 2ACN Sydney (Lane Cove, 1954-1961; North Ryde, 1965-1975) - Qualifications: cc; AOCP 719, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Randwick, NSW, 1936-1937); electrical fitter (Lane Cove, NSW, 1943-1963); fitter (North Ryde, NSW, 1972-1980) ===''NANGLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Nangle|Nangle, James]] [https://www.familysearch.org/tree/person/details/GD3V-F31] - 1869(NSW)-1941(NSW) - Licences: 2MU Receive Sydney (Marrickville, 1922); 2MU Sydney (Marrickville, 1923-1927; Observatory, 1928-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; 1920s Superintendent Technical Education NSW; hon. Government Astronomer NSW; Sydney University (Senate); Royal Society of NSW (president); Fellow Royal Astronomical Society; Fellow Federal Institute of Architects; author (astronomy, architecture) - Electoral Rolls: architect (Petersham, 1903); Government Astronomer (Observatory, 1930-1937) - Links: [https://adb.anu.edu.au/biography/nangle-james-7722 ADB] ===''NASH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Charles Nash|Nash, William Robert Charles]] [https://www.familysearch.org/tree/person/details/GDWX-LWF] - 1918(NSW)-2007(NSW) - Licences: 2WW Sydney (Crows Nest, 1934-1937); 4WN Cairns (1938-1939) - Qualifications: cc; AOCP 1329, 1934, Qld; 1COCP 138, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: company manager (Castlecrag, NSW, 1963-1980) ===''NEALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Drayton Neale|Neale, Eric Drayton Snr]] [https://www.familysearch.org/tree/person/details/G88H-NWT] - 1907(Qld)-1968(Qld) - Licences: 4EN Longreach (1934-1939); 4EN Brisbane (Wooloowin, 1946-1960) - Qualifications: cc; AOCP 1298, 1934, Qld - amateur operator, amateur broadcaster, federal public servant (PMGD, telegraphist), radio club (WIAQ, QSL officer) - Relationships: father of 4?? Eric Drayton Neale Jnr - Electoral Rolls: telegraphist (Wooloowin, 1928; Longreach, 1936; Grange, 1937; Wooloowin, 1943-1963) ===''NEAVERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Laurence Neaverson|Neaverson, Leslie Laurence or Lawrence Leslie]] [https://www.familysearch.org/tree/person/details/LYTM-HCD] - 1899(Eng)-1993(NSW) - Licences: G5NX (Lakeside, Cumbria, 1922+); 4NV Brisbane (Holland Park, 1947-1956+) - Qualifications: cc; Nil yet identified - amateur operator; associate member IRE (Britain); principal Anglo Austral Hearing Aid Dispensary - Electoral Rolls: surgical technician (Holland Park, Qld, 1949-1958) ===''NELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alfred Montague Nell|Nell, George Alfred Montague]] [https://www.familysearch.org/tree/person/details/G87B-PP6] - 1900(Ceylon)-1989(NSW) - Licences: 2JQ Quirindi (1928-1929); 2JQ Canberra (1930); 2JQ Moruya (1931-1936); 2JQ Binda (1937-1939); 2JQ Crookwell (1946-1950); 2JQ Junee (1954-1965); 2JQ Goulburn (1969-1980) - Qualifications: AOCP 413, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clergyman (Moruya, 1930-1934; Crookwell, 1936-1949; Junee, 1954-1968; Goulburn, 1972-1980) ===''NELSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Yeates Nelson|Nelson, John Yeates]] [https://www.familysearch.org/tree/person/details/G884-YDV] - 1851(Irl)-1932(NSW) - Licences: XAA Sydney (McMahon's Point, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter; federal public servant (PMGD, chief electrical engineer (NSW)) - Electoral Rolls: electrician (Milson's Point, 1930-1931) ===''NESTROM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Louis Nestrom|Nestrom, Oliver Louis]] [https://www.familysearch.org/tree/person/details/GX22-9H4] - 1912(NSW)-1999(SA) - Licences: 5RZ Adelaide (St Peters, 1936-1937; Joslin, 1938); 2ADJ Sydney (Homebush, 1939); 5RZ Adelaide (Colonel Light Gardens, 1947; Glenelg, 1948; St Georges, 1954); 5RZ Port Augusta, 1955-1956); 5RZ Adelaide (Kurralta Park, 1960; Manningham, 1965-1969; St Peters, 1975); 5RZ Clare (1980+) - Qualifications: cc; AOLCP, 224, 1935; AOCP 1725, 1936, SA; BOCP 719, 1946; 2COCP 1178, 1949; 1COCP 1491, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Modbury, SA, 1939); fitter (Strathfield, NSW, 1943) ===''NEVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Clifford Anderson Neville|Neville, Alfred Clifford Anderson]] [https://www.familysearch.org/tree/person/details/GXH3-Z4D] - 1907(Eng)-1987(Qld) - Licences: 4ED Receive Brisbane (Wooloowin, 1923) - Qualifications: cc; 3COCP 5827, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Hamilton, Qld, 1928); clerk (Windsor, Qld, 1934-1943); accountant (Hawthorne, Qld, 1954-1958); retired (East Brisbane, 1963-1980) ===''NEWBERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Mallord Newberry|Newberry, Archibald Mallord]] [https://www.familysearch.org/tree/person/details/LH51-SDW] - 1893(Eng)-1973(Vic) - Licences: 3AN Red Cliffs (1930-1939) - Qualifications: AOCP 606, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: watchmaker (Red Cliffs, 1924-1931); radio dealer (Red Cliffs, 1934-1942); cycle dealer (Red Cliffs, 1949-1972) ===''NEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert James Newell|Newell, Albert James "Bert"]] [https://www.familysearch.org/tree/person/details/LJ1C-RGW] - 1910(Sct)-1998(Qld) - Licences: 4BN Mill Hill via Warwick (1936-1939); 4BN Brisbane (Archerfield, 1947-1948; Moorooka, 1954); 4AJ Brisbane (Moorooka, 1965; Yeronga, 1969; Ormiston, 1975); 4AJN Brisbane (Ormiston, 1980+) - Qualifications: cc; AOCP 1727, 1936, Qld; 2COCP 559, 1942; 1COCP 588, 1942; TVOCP 531, 1962 - amateur operator; amateur broadcaster; AWA Aviation Radio Service - Electoral Rolls: shed hand (Mill Hill, Qld, 1931-1943); radio technician (Moorooka, Qld, 1949-1968); television technician (Yeronga West, Qld, 1972); retired (Ormiston, Qld, 1977-1980) ===''NEWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Frederick Newman|Newman, Arthur Frederick]] [https://www.familysearch.org/tree/person/details/9JJ9-YSK] - 1881(India)-1952(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 10, 1914; CPRT 90, 1915; 1COCP 49, 1930 - RANRS (Radio Lieutenant, 1917-1920, terminated Nov 1920); WW1; WW2 - Comment: several contemporaneous AFNs - Electoral Rolls: traffic officer (Elsternwick, 1917-1919); assistant! (Malvern East, 1924-1931); piano tuner (St Kilda, 1931) * [[/Sydney Moreton Newman|Newman, Sydney Moreton "Syd"]] [https://www.familysearch.org/tree/person/details/LL41-PBM] - 1898(NSW)-1998(NSW)99yo - Licences: XPZ Melbourne (Canterbury, 1913-1914); 3MC Melbourne (Canterbury, 1923-1927) - Qualifications: cc; CPRT 655, 1921; 1COCP 90, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Turramurra, 1930-1958); retired (Wahroonga, 1963-1980) - TroveTag: "XPZ-3MC - Sydney Moreton Newman" (68 tags) - Links: [http://messui.polygonal-moogle.com/valves/NW199101.pdf EA] * [[/William Harold Newman|Newman, William Harold]] [https://www.familysearch.org/tree/person/details/GD3V-4N5] - 1889(NSW)-1943(Vic) - Licences: 2MK? Receive Sydney (Artarmon, 1922); 2MJ Sydney (Artarmon, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: railway official (Artarmon, 1930-1934); secretary (Mosman, 1936-1943) ===''NICHOLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rupert Nicholas|Nicholas, William Rupert]] [https://www.familysearch.org/tree/person/details/GD14-RFV] - 1913(Tas)-1995(Tas) - Licences: 7WR Hobart (North Hobart, 1932-1939) - Qualifications: cc; AOCP 896, 1932, No. ?? in Tas; AOLCP 72, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Hobart North, 1936; New Town, 1943-1954) ===''NICOLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Nicoll|Nicoll, William]] - 1903(Canada)-19??(???) - Licences: 4CO Receive Brisbane (Upper Paddington, 1923) - Qualifications: cc; CPRT 644, 1921 - amateur Receiver - Electoral Rolls: telegraphist (Bardon, 1925-1929) ===''NICHOLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hartley Nicholls|Nicholls, Alan Hartley]] [https://www.familysearch.org/tree/person/details/GFQR-VH9] - 1913(WA)-1981(WA) - Licences: 6KE Corrigin (1936-1937); 3NI Melbourne (East St Kilda, 1938-1939); 2NI Sydney (Manly, 1946; Cremorne, 1947-1954; Manly, 1955-1956); 2ANI Sydney (Mosman, 1960-1965); 4AL Brisbane (Greenslopes, 1965); 4NI Cairns (1975); 6NX Perth (South Guildford, 1980) - Qualifications: cc; AOCP 1814, 1936, WA; BOCP 219, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: RAAF (Hawthorn, Vic, 1942); radio engineer (Cremorne, NSW, 1949); shopkeeper (Wilston, Qld, 1958); electronic engineer (Cremorne, NSW, 1963); engineer (Cairns, Qld, 1972-1977; South Guildford, WA, 1980) * [[/Francis Edgar Nicholls|Nicholls, Francis Edgar]] [https://www.familysearch.org/tree/person/details/GD1H-8KQ] - 1910(Vic)-1995(Tas) - Licences: 7RY Devonport (1932-1933); 7RY Burnie (1937-1939); 7RY Hobart (New Town, 1946-1948; Lenah Valley, 1954-1955; New Town, 1960; Lenah Valley, 1965-1969; Midway Point, 1975-1980) - Qualifications: cc; AOCP 991, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Lenah Valley, 1943-1954) * [[/William James Nicholls|Nicholls, William James]] [https://www.familysearch.org/tree/person/details/G6S3-26D] - 19??(Vic)-1966(Vic) - Licences: 3FW Melbourne (Moonee Ponds, 1931-1933) - Qualifications: cc; AOCP 780, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Moonee Ponds, 1922-1963) * [[/William John Matthew Nicholls|Nicholls, William John Matthew or William John]] [https://www.familysearch.org/tree/person/details/G8WW-PDS] - 1908(Vic)-19??(???) - Licences: 3WX Melbourne (Williamstown, 1928-1933); 7WX Launceston (1937-1939); 3WX Melbourne (Williamstown, 1946-1965; East Malvern, 1969-1980+) - Qualifications: cc; AOCP 419, 1928, No. ?? in Vic; 2COCP 343, 1931; 1COCP 309, 1933 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Williamstown, 1931-1936); RAAF (Williamstown, 1949); radio engineer (Williamstown, 1954-1963; Malvern East, 1968-1980) ===''NICHOLSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Russell Malcolm Nicholson|Nicholson, Russell Malcolm]] [https://www.familysearch.org/tree/person/details/G8Z7-7W4] - 1909(Qld)-1974(NSW) - Licences: 4KG Ilfracombe (1929-1933) - Qualifications: cc; AOCP 529, 1929, No. ?? in Qld; BOCP 48, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing contractor (Longreach, 1936); manager 4LG (Longreach, 1937); radio mechanic (Coolangatta, 1949-1972) ===''NICOLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Hort Wilmot Nicolle|Nicolle, Horace Hort Wilmot]] [https://www.familysearch.org/tree/person/details/G8ZS-MZF] - 1908(NSW)-1974(NSW) - Licences: 2HK Sydney (Strathfield, 1929-1933; Ryde, 1934); 2AJT Sydney (Wollstonecraft, 1939) - Qualifications: AOCP 527, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chemist apprentice (Strathfield, 1930); pharmacist (Strathfield, 1933-1935); chemist (Chatswood, 1943-1968) ===''NILSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver John Nilsen|Nilsen, Oliver John]] [https://www.familysearch.org/tree/person/details/G8W4-W1G] - 1884(Vic)-1977(Vic) - Licences: Receive (Valve) Melbourne (Brighton, 1923); 3UZ Melbourne (1924-25) - Qualifications: Nil identified to date - amateur operator; amateur broadcaster - 3UZ experimental callsign issued to Oliver J. Nilsen & Co in 1923, operator N. J. Boyd; callsign withdrawn 1925 and reallocated to Nilsen's broadcast station which remains current as at 2021 - Electoral Rolls: electrical engineer (Fitzroy, 1909-1924; Chelsea, 1928-1931); contractor (Caulfield, 1934-1954); engineer (Elsternwick, 1972; Hawthorn, 1977-1980) - Links: [https://adb.anu.edu.au/biography/nilsen-oliver-john-11244 ADB] ===''NISSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Laurence Nissen|Nissen, Eric Laurence]] [https://www.familysearch.org/tree/person/details/G8DS-ZLR] - 1905(Qld)-2001(Qld) - Licences: 4XN Dalby (1930-1939, 1946-1975+); 4XN Toowoomba (1980) - Qualifications: cc; AOCP 574, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, member); broadcast technician (4QS, 1939-1976); federal public servant (PMGD); Awards: Imperial Service Medal 1976 - Electoral Rolls: none specified (Dalby, 1928-1937); PMG technician (Dalby, 1972); retired (Toowoomba, 1977) ===''NIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edgar Nixon|Nixon, Arthur Edgar]] [https://www.familysearch.org/tree/person/details/G8M2-SM5] - 1905(Vic)-1961(Vic) - Licences: 3ON Receive Melbourne (Windsor, 1923-1924) - Qualifications: AOCP 361, 1927, No. ?? in Vic - amateur receive operator - Electoral Rolls: labourer (Elsternwick, 1931); salesman (St Kilda West, 1931-1936); electrical fitter (Albert Park, 1943-1954) ===''NOLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Michael Nolan|Nolan, Francis Michael]] [https://www.familysearch.org/tree/person/details/9Q3R-X84] - 1910(NSW)-1985(Qld) - Licences: 4FN Brisbane (Wooloowin, 1935-1937; Clayfield, 1938-1939; Stafford Heights, 1946-1948); 4MF Portable (1948); 9FN Port Moresby & 9MF Portable (1954-1956); 4FN/T Gracemere (1960-1969); 4FN/T Brisbane (Wavell Heights, 1975; Virginia, 1980) - Qualifications: cc; AOCP 1433, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, WIAQ); broadcast technician (9PA, 4RK); radio serviceman; federal public servant (PMGD) - Electoral Rolls: * [[/Francis William Nolan|Nolan, Francis William "Frank"]] [https://www.familysearch.org/tree/person/details/GX6W-XPW] - 1897(NSW)-19?? - Licences: 4JU Brisbane (Brisbane City, 1929-1939, 1947-1956; Paddington, 1960) - Qualifications: cc; AOCP 43? & 501, 1924 & 1929, No. ? in Qld - amateur operator; amateur broadcaster; radio serviceman - Relationships: husband of 4LO Violet Elizabeth Nolan nee Hennessey - Comment: several genealogy sites have wrong data for FWN - Electoral Rolls: cartoonist (Brisbane City, Qld, 1921-1925); radio mechanic (Brisbane, City, 1934-1936); radio engineer (Brisbane City, Qld, 1954-1958) * [[/John Spencer Nolan|Nolan, John Spencer]] [https://www.familysearch.org/tree/person/details/LTBW-KMV] - 1868(NSW)-1936(NSW) - Licences: XED Sydney (Double Bay, 1911-1914); 2JH Receive Sydney (Double Bay, 1922); 2JH Sydney (Double Bay, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; dentist and dental surgeon - Relationships: father of 2YI Philip Spencer Nolan - Electoral Rolls: dentist (Woollahra, 1930-1935) * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] [https://www.familysearch.org/tree/person/details/GX6W-DSX] - 1896(Qld)-19??(???) - Licences: 4LO Brisbane (City, 1931-1939) - Qualifications: cc; AOCP 826, 1931, No. ? in Qld - amateur operator; amateur broadcaster - Comment: fourth YL operator in Qld - Relationships: wife of 4JU Francis William Nolan - Electoral Rolls: home duties (Brisbane City, Qld, 1921-1943); not stated (Eagle Heights, Qld, 1949); home duties (Tweed Heads, NSW, 1954); domestic (Spring Hill, Qld, 1958); retired (Coolangatta, Qld, 1958) * [[/Philip Spencer Nolan|Nolan, Philip Spencer "Spencer"]] [https://www.familysearch.org/tree/person/details/LTBW-ZWX] - 1897(NSW)-1929(NSW) - Licences: 2YI Sydney (Double Bay, 1924-1929) - Qualifications: AOCP 58, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; dentist - Relationships: son of XED-2JH Lieut John Spencer Nolan - Comment: gone too soon - Electoral Rolls: Nil yet identified ===''NOLTE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Nolte|Nolte, George Edward]] [https://www.familysearch.org/tree/person/details/G8HG-DD4] - 1911(Vic)-1997(NSW) - Licences: 3NO Melbourne (Elwood, 1929-1939); 2QO Sydney (Potts Point, 1948-1950; Bexley North, 1954-1975); 2QO Wamberal (1980+) - Qualifications: AOCP 492, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1936-1937); radio engineer (Darlinghurst, 1943-1949; Bexley North, 1958-1963); retired (Wamberal, 1980) ===''NORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Norman|Norman, William James]] [https://www.familysearch.org/tree/person/details/GD1Q-ZRS] - 1899(Tas)-19??(???) - Licences: 7WJ Eddystone Point Lighthouse (1931) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: stoker (Longford, 1922); lightkeeper (Tasman Island, 1928; Eddystone Lighthouse, 1934; Maatauyker Island, 1936; Currie Harbour, King Island, 1937) ===''NORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Anthony David Norris|Norris, Anthony David "Tony"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Edgar Lewin Norris|Norris, Edgar Lewin]] [https://www.familysearch.org/tree/person/details/G9YH-3D4] - 1891(Qld)-1956(Qld) - Licences: 4CK Receive Toowoomba (1922); 4CK Toowoomba (1923-1931) - Qualifications: cc; AOCP 80, 1925, No. 8 in Qld - amateur operator; amateur broadcaster; radio club (Toowoomba RC); WW1 - Relationships: father of 4NO Edgar Thomas Norris - TroveTag: "4CK - Edgar Lewin Norris" - Electoral Rolls: optician (Rockhampton, 1913); optometrist (Wooloowin, 1919; Toowoomba, 1925-1954) * [[/Edgar Thomas Norris|Norris, Edgar Thomas "Tom" "Tommy"]] [https://www.familysearch.org/tree/person/details/G855-G68] - 1930(Qld)-2019(Qld) - Licences: 4NO Toowoomba (1969-1980+) - Qualifications: cc; 3COCP 6945, 1967; AOLCP Q2, 1968; AOCP Q13, 1968, Qld - amateur operator, amateur broadcaster - Relationships: son of 4CK Edgar Lewin Norris - Electoral Rolls: charge hand (Toowoomba, 1954-1980) ===''NORTHEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurence Harry Northeast|Northeast, Laurence Harry "Laurie"]] [https://www.familysearch.org/tree/person/details/LLM3-8NK] - 1908(SA)-1972(SA) - Licences: 5LH Adelaide (Rosewater, 1927) - Qualifications: cc; AOCP 315, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Rosewater, 1939-43) =='''O'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ==='''OAKES'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Andrew Oakes|Oakes, Walter Andrew]] [https://www.familysearch.org/tree/person/details/GDRK-RBQ] - 1907(Tas)-1983(NSW) - Licences: 7BQ Receive Hobart (New Town, 1923); Receive Hobart (New Town, 1923) - Qualifications: cc; 3COCP N1088, 1971 - amateur receiver - Electoral Rolls: electrician (Manly, 1930); electrical fitter (Launceston, 1937); railway employee (New Town, 1943-1949); electrician (Lindfield, 1954); business proprietor (Roseville, 1958); managing director (Roseville, 1963-1968); director (Roseville, 1972-1980) ==='''O'BRIEN'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Clare O'Brien|O'Brien, Charles Clare]] [https://www.familysearch.org/tree/person/details/GMTS-7SJ] - 1904(Qld)-1994(Qld) - Licences: 4NC Brisbane (Stafford, 1939, 1948-1980+) - Qualifications: AOCP 2386, 1939, Qld - amateur operator, WW2 - Electoral Rolls: mechanic (Kilcoy, 1928); telephone mechanic (Eagle Junction, 1936-1943); technician (Stafford, 1954-1980) * [[/Charles Raymond Heddington O'Brien|O'Brien, Charles Raymond Heddington]] [https://www.familysearch.org/tree/person/details/G8FN-4CX] - 1913(Vic)-1975(Vic) - Licences: 3QX Melbourne (Glenhuntly, 1930-1939) - Qualifications: AOCP 626, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Glenhuntly, 1934-1936); electrical engineer (Ballarat, 1942); engineer (Kew, 1954; Mount Waverley, 1963-1972) * [[/Matthew O'Brien|O'Brien, Matthew or Matthew Michael]] [https://www.familysearch.org/tree/person/details/GZG7-P35] - 1904(Qld)-1978(Qld) - Licences: 4MM Brisbane (Toowong, 1926-1933; Annerley, 1937-1939, 1946-1965) - Qualifications: cc; AOCP 234, 1926, No. 20 in Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, ARTL, WIAQ, president all); journalist (Teleradio, "Vic Eddy"); Dept Labour Exchange (administration) - Electoral Rolls: public servant (Toowong, 1925-1936; Annerley, 1943-1977) ==='''O'DEA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick O'Dea|O'Dea, Francis Patrick]] [https://www.familysearch.org/tree/person/details/GXTP-7KL] - 1894(Vic)-19??(???) - Licences: XJAX Melbourne (Ascot Vale, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 (Army, AWS) - Electoral Rolls: clerk (North Melbourne, 1912-1913; Ascot Vale, Vic, 1914-1937); railways (Brighton, Vic, 1942-1949); railway employee (Footscray North, Vic, 1963-1977) - Links: [https://alh-research.tripod.com/Light_Horse/index.blog/1911842/australian-wireless-squadron-aif-francis-patrick-odea/ AWS] ==='''ODGERS'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Fieldhouse Odgers|Odgers, Norman Fieldhouse]] [https://www.familysearch.org/tree/person/details/GDVD-CYK] - 1906(Qld)-1996(WA) - Licences: 4BO or 4BD Brisbane (Newmarket) & Charters Towers (1924-1925); 4NK; 9NK Port Moresby (1946-1948); 6NF Perth (Applecross, 1954-1969; Bassendean, 1975-1980); 4CH - Qualifications: cc; CPRT 896, 1925; 2COCP 212, 1930; 1COCP 108, 1936 - amateur operator; amateur broadcaster; ship wireless officer; broadcast engineer; WW2 - Electoral Rolls: senior technician (Applecross, 1954-1963); manager (Applecross, 1968); retired (Bassandean, 1972-1980) ==='''O'DONNELL'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Amos Leslie O'Donnell|O'Donnell, Amos Leslie]] [https://www.familysearch.org/tree/person/details/G8NW-Q1P] - 1910(SA)-19??(NSW) - Licences: 6DX Perth (City, 1930-1933); 2AGE Sydney (Ashfield, 1938-1939); 2AOO Sydney (Caringbah, 1960; Mona Vale, 1965-1969) - Qualifications: cc; AOCP 639, 1930, No. ?? in WA; BOCP 515, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: student (North Perth, WA, 1931); radio engineer (Ashfield, NSW, 1937); education officer (No. 2 W.A.G.S., Parkes, NSW, 1943); engineer (Ashfield, NSW, 1949; Caringbah, NSW, 1958) ==='''O'HARA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bernard O'Hara|O'Hara, John Bernard]] [https://www.familysearch.org/tree/person/details/G8XM-Y9M] - 1902(Vic)-1970(Vic) - Licences: 3OH Maryborough (1930-1939); 3OH Yallourn (1946-1948); 3AAO Melbourne (Mt Waverley, 1960) - Qualifications: AOCP 607, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: teacher (Albert Park, 1921-1924) instructor (Maryborough, 1928); teacher (Kew, 1934; Maryborough, 1937; Ballarat, 1937; Maryborough, 1943, Warrnambool, 1954; Maldon, 1963) ==='''OHRBOM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Axel Ragnar Ohrbom|Ohrbom, Axel Ragnar "Ray"]] [https://www.familysearch.org/tree/person/details/G8WZ-PWJ] - 1903(Tas)-1978(Vic) - Licences: Receive Melbourne (Brunswick, 1923-1924); 3OC Melbourne (West Brunswick, 1928; Coburg, 1931-1939; Moreland, 1946-1948; Hartwell, 1954-1975) - Qualifications: AOCP 421, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Coburg West, 1949); sharebroker (Camberwell, 1954-1977); retired (Burwood, 1977) ===''OLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Olof Lemuel Olden|Olden, Olof Lemuel]] - 1863(Vic)-1939(Vic) - Hobart 1920s, early wireless experimenter, no licence yet identified, amateur operator (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, President, 1924), military (Colonel, WW1), occupation (school master) ===''OLDFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Bernam Oldfield|Oldfield, Frederick Bernam]] [https://www.familysearch.org/tree/person/details/G8YP-9R2] - 1897(Vic)-1962(NSW) - Licences: 5DO Adelaide (1924); 3FB Melbourne (Hampton, 1937-1938); 2FE Sydney (Balmoral, 1939) - Qualifications: cc; AOCP 1240, 1934, No. ?? in Vic - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: teacher (Brighton, Vic, 1931; Sandringham, Vic, 1935-1937); journalist (Mosman, NSW, 1943); A.M.F. (Mornington, 1954); tutor (Neutral Bay, 1958) ===''OLDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Oldham|Oldham, Charles Edward]] [https://www.familysearch.org/tree/person/details/KZFK-XBT] - 1902(Tas)-1950(Tas) - Licences: 7XA Hobart (New Town, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1923, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Town, 1936-1949) * [[/Fred Oldham|Oldham, Fred]] - 19??(???)-19??(???) - early Tasmanian wireless experimenter, first president of Hobart Tramways Wireless Club 1905 ===''O'LEARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cornelius Daniel Fraser O'Leary|O'Leary, Cornelius Daniel Fraser or Daniel Fraser]] [https://www.familysearch.org/tree/person/details/KN18-4BH] - 1893(SA)-1955(SA) - Licences: 5DO Adelaide (Tusmore Gardens, 1929-1933) - Qualifications: cc; AOCP 495, 1929, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Unley, 1939-1941) ===''OLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dalley George Tryon Oliver|Oliver, Dalley George Tryon]] [https://www.familysearch.org/tree/person/details/LZ8W-MMR] - 1888(NSW)-1959(NSW) - wireless experimenter (1924+) 2?? Gunedah, amateur broadcaster - Electoral Rolls: engineer (Gunnedah, 1930-1943; Keepit Dam, Tamworth, 1949-1954); retired (Condoblin, 1958) - Relationships: brother of 2MO Marcius John Alexander Oliver * [[/Marcius John Alexander Oliver|Oliver, Marcius John Alexander "Marcus"]] [https://www.familysearch.org/tree/person/details/LZ8W-M82] - 1875(NSW)-1946(NSW) - Licences: 2MO Gunedah (1929) - Qualifications: AOCP ??, 19??, No. ?? in NSW; AOLCP 91, 1932 - amateur operator, amateur broadcaster, broadcast engineer, radio station proprietor (2MO, 1930-1939), military (air spotters, Port Macquarie) - Electoral Rolls: engineer (Gunnedah, 1930-1936; Port Macquarie, 1943) - Relationships: brother of Dalley George Tryon Oliver ===''OLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Durrant Olle|Olle, John Durrant]] [https://www.familysearch.org/tree/person/details/G4HS-WSX] - 1910(NSW)-1975(Vic) - Licences: 2OZ Sydney (Ashfield, 1929-1939, 1946; Pennant Hills, 1947-1948; Ashfield, 1950) - Qualifications: AOCP 553, 1929, No. ?? in NSW; 2COCP 321, 1931; 1COCP 197, 1931 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Summer Hill, 1936-1937; Ashfield, NSW, 1943); soldier (South Yarra, Vic, 1949); public servant (Mornington, 1963-1980) ===''OLLIVIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Frances Ollivier|Ollivier, Neil Frances]] [https://www.familysearch.org/tree/person/details/GFQB-VPD] - 1916(WA)-1942(WA) - Licences: 6FO Perth (Hollywood, 1932-1939) - Qualifications: cc; AOCP 1067, 1932, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: Nil yet identified ===''O'LOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick Morgan O'Loughlin|O'Loughlin, Francis Patrick Morgan]] [https://www.familysearch.org/tree/person/details/GX6M-Z3Q] - 1902(Qld)-1979(Qld) - Licences: 4OL Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1347, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Red Hill, Qld, 1936-1937; Ashgrove, Qld, 1943-1977) ===''OLSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Vivian Olsen|Olsen, Frederick Vivian "Fred"]] [https://www.familysearch.org/tree/person/details/G8CP-4XJ] - 1912(Vic)-2001(Vic) - Licences: 3FO Melbourne (Hawthorn, 1929-1931; Hampton, 1933-1939) - Qualifications: cc; AOCP 521, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hampton, 1936-1954; Brighton, 1963; Hampton, 1972-1980) * [[/Norman Frederick Olsen|Olsen, Norman Frederick or Frederick Norman (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/G8BY-8JS] - 1901(NSW)-1980(NSW) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 516, 1920, NSW; 2COCP 59, 1929, NSW; 1COCP 252, 1932 - Nil yet identified - Electoral Rolls: wireless operator (Hurlstone Park, 1934-1937); newsagent (Torwood, 1954-1958); no occupation (Lord Howe Island, 1963-1980) * [[/Norman Peter Olsen|Olsen, Norman Peter]] [https://www.familysearch.org/tree/person/details/G8BY-444] - 1897(NSW)-1988(NSW) - Licences: 2YK Newcastle (1924-1925); 2ZX Waratah (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrician (Waratah, 1930; Mayfield, 1932); public servant (Redfern, 1932-1933; Kogarah, 1934-1935; Wollongong, 1936-1937; Artarmon, 1943-1949; Kogarah, 1949-1963); nil (Merewether, 1968-1980) * [[/Olaf Olsen|Olsen, Olaf]] [https://www.familysearch.org/tree/person/details/G6QT-69T] - 1878(Norway)-1964(Qld) - Licences: 4CL Dalby 1922 (Receive) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engine driver (Dalby, 1913-1943); engineer (Toowoomba, 1949; Redcliffe, 1954; Paddington, 1958-1963) ==='''O'MAY'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. W. O'May|O'May, J. W.]] - 19??(???)-19??(???) - Licences: Receive Hobart (Bellerive, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Robert Derwent O'May|O'May, Robert Derwent "Bob"]] [https://www.familysearch.org/tree/person/details/LYNF-5NS] - 1903(Tas)-1973(Tas) - Licences: Receive Hobart (Bellerive, 1923); 7OM Hobart (Bellerive, 1924-1927+; Sandy Bay, 1931+; Bellerive, 1947-1969+) - Qualifications: cc; AOCP 74, 1925, No. ?? in Tas; 3COCP 508, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: engineer (Bellerive, 1928-1954) ==='''OPPENHEIM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Oliver George Oppenheim|Oppenheim or Oliver, Oliver George "Ollie"]] [https://www.familysearch.org/tree/person/details/LLSS-S7L] - 1911(Vic)-1988(NSW) - Licences: 3ZX Melbourne (Caulfield, 1930-1939) - Qualifications: AOCP 580, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Caulfield, 1936-1942; Elsternwick, 1949); radio engineer (Elsternwick, 1954); company executive (Coogee, 1958-1963; Lugarno, 1968); importer (Strathfield, 1972-1980) ===''O'REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Joseph O'Reilly|O'Reilly, Maurice Joseph]] [https://www.familysearch.org/tree/person/details/G824-VMC] - 1866(Irl)-1933(NSW) - Licences: XACI Bathurst (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St Stanilaus College, Bathurst, 1913); rector of college (St John's College, Camperdown, 1930-1933) - Links: [https://adb.anu.edu.au/biography/oreilly-maurice-joseph-7918 ADB] ===''O'ROURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sydney O'Rourke|O'Rourke, John Sydney]] [https://www.familysearch.org/tree/person/details/GDJP-ZW4] - 1918(NSW)-19??(???) - Licences: 4OR Brisbane (Brisbane City, 1937-1939); 4SO Brisbane (Margate Beach, 1955-1969) - Qualifications: cc; AOCP 2042, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical apprentice (Norman Park, Qld, 1943); radio engineer (Newmarket, Qld, 1949); engineer (Margate, Qld, 1954-1977) ===''ORR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Murray Donald Orr|Orr, Murray Donald]] [https://www.familysearch.org/tree/person/details/GZL8-H29] - 1900(Vic)-1941(Vic) - Licences: 3OR Lake Meran (1928-1939) - Qualifications: AOCP 440, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1940-1941) - Electoral Rolls: farmer (Lake Meran, 1924-1934) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/orr-murray-donald-1700/] ===''OSBORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jeffrey David Osborne|Osborne, Jeffrey David "Jeff"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Louis Frederick George Osborne|Osborne, Louis Frederick George]] [https://www.familysearch.org/tree/person/details/G8GF-MGZ] - 1900(Vic)-1989(Vic) - Licences: 3DD Receive Melbourne (East Malvern, 1922); 3DD Melbourne (East Malvern, 1923-1926); 3BMO Melbourne (Murrumbeena, 1980+) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: gas fitter (Malvern East, 1922-1926); inspector (Carnegie, 1931-1977) ===''OSBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bolivar Laing Osburne|Osburne, George Bolivar Laing "Laing"]] [https://www.familysearch.org/tree/person/details/MFY2-F9W] - 1896(Vic)-1933(Vic) - Licences: XKJ Terang (1913-1914); 3BG Terang (1922-1933) - Qualifications: cc; AOCP 235, 1926, No. ?? in Vic - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: student (Terang, 1922-1931) ===''OTHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Othen|Othen, Charles James]] [https://www.familysearch.org/tree/person/details/LRHF-H8Y] - 1897(SA)-19??(???) - Licences: XVT Adelaide (Glanville, 1913); 5AS Receive Adelaide (1923); 5ON Adelaide (Hindmarsh, 1954-1956; Eden Hills, 1960-1969; Blackwood, 1975) - Qualifications: cc; AOCP 3385, 1953, SA - early wireless experimenter; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: foreman (Hindmarsh, SA, 1939-1943) ===''O'TOOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian O'Toole|O'Toole, Ian]] - Licences: 2ZIO Sydney (Adamstown Heights, 1969; North Rocks, 1975; Castle Hill, 1980) - amateur operator; historian (amateur, military communications); proprietor Kurrajong Radio Museum - Electoral Rolls: - Links: [https://vk2bv.org/archive/museum/ Kurrajong Radio Museum] ===''OTTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Shannon Otty|Otty, William Shannon]] [https://www.familysearch.org/tree/person/details/GZ2F-7J1] - 1893(Eng)-1983(NSW) - Licences: 2ZL Killingworth (1923-1931); 2ZL Toronto (1933-1975); 2ZL Fennell's Bay (1980+) - Qualifications: cc; AOCP 219, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio dealer (Toronto, 1937-1954); retired (Toronto, 1958-1980) ===''OVERLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Overlack|Overlack, Peter]] - early wireless historian [https://www.navy.gov.au/sites/default/files/documents/Naval_Networks_Dominance_of_Comms_in_Maritime_Ops.pdf "The Struggle for the Australian Airwaves: The Strategic Function of Radio for Germany in the Asia-Pacific Region before World War I"] ===''OWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Chester Owen|Owen, Chester]] [https://www.familysearch.org/tree/person/details/MZ3G-H47] - 1899(Vic)-1975(Vic) - Licences: Receive Melbourne (St Kilda, 1923); 3ZM Melbourne (St Kilda, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Balaclava, 1921; St Kilda, 1922-1926); engineer (St Kilda, 1928; Caulfield, 1931); mechanic (Caulfield, 1934-1937); radio engineer (Echuca, 1943-1972) * [[/Stanley Wainwright Owen|Owen, Stanley Wainwright]] [https://www.familysearch.org/tree/person/details/GDV9-BP2] - 1912(Vic)-1987(NSW) - Licences: 6RX Perth (Mt Lawley, 1930-1931); 2RX Sydney (Wollstonecraft, 1948-1957) - Qualifications: cc; AOCP 716, 1930, No. ?? in WA; 2COCP 436, 1933; 1COCP 340, 1933; TVOCP 40, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Wollstonecraft, 1937-1958); television engineer (Wollstonecraft, 1963-1968); engineer (Wollstonecraft, 1972-1977; Artarmon, 1980) ===''OXENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Justinian Oxenham|Oxenham, Justinian]] - 1860(Qld)-1932(Vic) - senior federal public servant (Secretary, Postmaster-General's Department) ===''OXLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Oxlade|Oxlade, George]] [https://www.familysearch.org/tree/person/details/LRCK-H1C] - 1907(Qld)-1980(Qld) - Licences: 4GO Brisbane (Newmarket, 1926-1931) - Qualifications: cc; AOCP 229, 1926, No. 19 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: painter (Chermside, 1937-1943; Maroochydore, 1954; Wavell Heights, 1958), contractor (Chermside, 1963-1980) =='''P'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''PAECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leonard Paech|Paech, Robert Leonard]] [https://www.familysearch.org/tree/person/details/L6DL-76D] - 1920(SA)-1963(SA) - Licences: 5RL Adelaide (Underdale, 1936-1939, 1947-1948); 5LP Adelaide (Seacombe Gardens, 1960) - Qualifications: cc; AOCP 1626, 1936, SA; 2COCP 279, 1939; BOCP 371, 1941; 1COCP 810, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Nevison Page|Page, Leslie Nevison]] [https://www.familysearch.org/tree/person/details/GSBX-CRV] - 1920(Qld)-1972(NSW) - Licences: 4LP Brisbane (New Farm, 1937-1939; Brisbane City, 1947); 2NB Sydney (Potts Point, 1954); 2LP Sydney (St Ives, 1955-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 1931, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 2NB may have been withdrawn for 2NB Broken Hill - Electoral Rolls: labourer (Ascot, Qld, 1928-1929) (too young for 1920 birth, must be a namesake); radio technician (Darlinghurst, NSW, 1954); radio engineer (St Ives, NSW, 1958); manager (St Ives, NSW, 1963); electronics engineer (Epping, NSW, 1968; Eastwood, NSW, 1972) ===''PAGET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Ernest Paget|Paget, Harold Ernest]] [https://www.familysearch.org/tree/person/details/LDTK-ZBF] - 1904(Qld)-1962(Qld) - Licences: Receive (Valve) Brisbane (Brisbane City, Qld, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephonist (Valley, Qld, 1925-1926); postal sorter (Ashgrove, Qld, 1928-1949); mail officer (Ashgrove, Qld, 1954-1958) ===''PAICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Cameron Paice|Paice, Donald Cameron "Don"]] [https://www.familysearch.org/tree/person/details/G8KD-2FT] - 1932(Vic)-2018(Vic) - Licences: 3ADP Melbourne (Moonee Ponds, 1954-1956; Mt Waverley, 1960-1980+) - Qualifications: AOCP 3055, 1950, Vic - amateur operator - Electoral Rolls: draftsman (Moonee Ponds, 1954; Mt Waverley, 1963-1980) - Relationships: rare surname but seems not closely related to 2AJ Valentine Keith Paice * [[/Valentine Keith Paice|Paice, Valentine Keith "Val"]] [https://www.familysearch.org/tree/person/details/G8K3-5T6] - 1904(NZ)-1977(???) - Licences: ZL1AJ (Z1AJ) 1925-1926; VQ1AJ (OO1AJ) Fanning Island (1926-1928); 2AJ (VK2AJ) Sydney 1929; OA4V Peru (1929) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrical fitter (Ashbury, NSW, 1930) - Relationships: rare surname but seems not closely related to 3ADP Donald Cameron Paice ===''PARADISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Harry Elliker Paradise|Paradise, Eric Harry Elliker]] [https://www.familysearch.org/tree/person/details/GS3M-D75] - 1904(Qld)-1939(Qld) - Licences: Receive (Crystal) Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Stones Corner, Qld, 1925-1937) ===''PARASIERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Isidore Percy Robert Parasiers|Parasiers, Isidore Percy Robert "Robert"]] [https://www.familysearch.org/tree/person/details/GS9Y-8B1] - 1902(SA)-1972(SA) - Licences: 5RP Adelaide (City, 1932-1933; Glandore, 1937-1939); 6PS Perth (Inglewood, 1947); 5RF Adelaide (Glandore, 1948); 5RF Murray Bridge (1954-1969) - Qualifications: cc; AOCP 952, 1932, No. ?? in SA; AOLCP 283, 1936; BOCP 132, 1937; 2COCP 256, 1939; 1COCP 330, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''PARIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Norman Paris|Paris, James Norman "Jim"]] [https://www.familysearch.org/tree/person/details/GXWR-B1W] - 1910(SA)-1971(SA) - Licences: "WIA-L5006" Adelaide (Prospect, 1956-1960) - Qualifications: cc; Nil yet identified - amateur listener; prominent broadcast listener (1950s, 1960s); clubs (Australian DX Radio Club (SA); Southern Cross DX Club) - Electoral Rolls: Nil yet identified ===''PARISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Radcliffe Parish|Parish, Hugh Radcliffe]] [https://www.familysearch.org/tree/person/details/GCDL-Y23] - 1914(Tas)-1973(Tas) - Licences: 7CP Launceston (1932-1933) - Qualifications: cc; AOCP 1070, 1932, No. ?? in Tas; AOLCP 189, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: radio announcer (Burnie, 1936-1937); manager (Winnaleah, 1943-1949); radio executive (Launceston, 1954) ===''PARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles William Park|Park, John Charles William]] [https://www.familysearch.org/tree/person/details/GZVC-N4N] - 1904(Eng)-1983(WA) - Licences: 6BB Perth (South Perth, 1924-1980+) - Qualifications: cc; CPRT 794, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: photographer (South Perth, 1943-1949); radiographer (South Perth, 1958-1980) ===''PARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Cyril Parker|Parker, Keith Cyril]] [https://www.familysearch.org/tree/person/details/KDSK-X2P] - 1912(SA)-1993(SA) - Licences: 5PA Port Pirie (1933); 5SO Port Elliot (1980+) - Qualifications: cc; 2COCP 348, 1931; 1COCP 213, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless telegraphist (Kalgoorlie, WA, 1943); radio technician (Fiskville, Vic, 1949-1963; Bassendean, WA, 1968); manager (Cairns, Qld, 1977) * [[/Kenneth Herbert Parker|Parker, Kenneth Herbert]] [https://www.familysearch.org/tree/person/details/LTM1-Q5G] - 1905(WA)-1994(WA) - Licences: 6KP Meekatharra (1933-1939) - Qualifications: cc; AOCP 1192, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mining register (Meekatharra, WA, 1931-1937); resident magistrate (Cue, WA, 1943; Geraldton, WA, 1943); stipendary magistrate (Northam, WA, 1949); magistrate (Mt Pleasant, WA, 1954; Riverton, WA, 1958-1963; Applecross, WA, 1968-1980) * [[/P. S. Parker|Parker, P. S.]] - 19??(???)-19??(???) - Licences: 2CY Receive Sydney (Burwood, 1922); 2CM Receive Sydney (Burwood, 1923, briefly then reverted to 2CY); 2CY Sydney (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet confidently identified but likely Philip Selwyn Parker, engineer, Bellevue Hill, 1930 * [[/Ronald Alexander Parker|Parker, Ronald Alexander]] [https://www.familysearch.org/tree/person/details/GZ23-6BM] - 1908(Vic)-1984(Qld) - 3RA Melbourne (Canterbury, 1925-1926), 3RA Bendigo (1927), 3RA Melbourne (Canterbury, 1931-1933; Hawthorn, 1937-1939), 4PT Southport (1980+), qualifications (AOCP 213, 1925, No. ?? in Vic), amateur operator, amateur broadcaster, electoral rolls: clerk (Camberwell, 1931), accountant (Hawthorn, 1936-1937), secretary (Malvern, 1943-1949), retired (Southport, 1980) ===''PARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Parr|Parr, John George]] [https://www.familysearch.org/tree/person/details/G8NL-22T] - 1908(NSW)-1992(Vic) - Licences: 3OM Melbourne (Canterbury, 1930-1939) - Qualifications: AOCP 646, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Camberwell, 1931-1943); engineer (Footscray, 1949; Brunswick, 1949-1963; Melbourne City, 1968-1980) ===''PARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alchorne Parry|Parry, Charles Alchorne]] [https://www.familysearch.org/tree/person/details/GX8J-BGL] - 1916(Qld)-2009(USA) - Licences: 4CP Gordonvale (1935-1939) - Qualifications: cc; AOCP 1441, 1935, Qld; BOCP 177, 1938 - amateur operator; amateur broadcaster - Education: PhD - Electoral Rolls: radio mechanic (Cairns, Qld, 1937); engineer (Darlinghurst, NSW, 1943) ===''PARSONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warwick William Parsons|Parsons, Warwick William or William Warwick (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/L2L4-5ZC]- 1903(SA)-1974(SA) - Licences: 5PS Adelaide (City, 1933; Henley Beach, 1937-1939, 1947-1948; Rose Park, 1954-1974) - Qualifications: cc; AOCP 1147, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: operator (Henley, SA, 1939-1943) ===''PATERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Pryde Paterson|Paterson, Paul Pryde]] [https://www.familysearch.org/tree/person/details/GZLK-LPF] - 1915(WA)-1942(PNG) - Licences: 6PP Wiluna (1937-1939) - Qualifications: cc; AOCP 1961, 1937, WA - amateur operator, amateur broadcaster, WW2 (RAAF, 24 Squadron, Flight Lieutenant) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/paterson-paul-pryde-260515/] * [[/Raymund Gordon Paterson|Paterson, Raymund or Raymond Gordon]] [https://www.familysearch.org/tree/person/details/G8CH-7RX] - 1903(Vic)-1996(Canada) - Licences: Nil yet identified - Qualifications: AOCP 506, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: apprentice (Glenferrie, 1926-1928) ===''PATTERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Campbell Patterson|Patterson, Campbell]] [https://www.familysearch.org/tree/person/details/G9Y1-GDH] - 1912(SA)-1987(SA) - Licences: 5XR Naracoorte (1933-1939); 5XR Peterborough (1947-1980+) - Qualifications: cc; AOCP 1097, 1933, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, 1939); electrician (Quorn, 1941-1943) * [[/James Brown Patterson|Patterson, James Brown]] [https://www.familysearch.org/tree/person/details/LBTW-WDY] - 1833(Eng)-1895(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Politician, briefly Premier of Victoria (1893-1894), Postmaster-General Vic (July 1878 - March 1880) - Electoral Rolls: Nil yet identified * [[/Robert Charles William Ingram Patterson|Patterson, Robert Charles William Ingram "Charles Ingram"]] [https://www.familysearch.org/tree/person/details/GZ5T-2Q4] - 1910(Vic)-1974(Qld) - Licences: 3YP Melbourne (East Malvern, 1927-1939; Eaglemont, 1946-1954); 4YP Brisbane (Fig Tree Pocket, 1955-1969) - Qualifications: cc; AOCP 352, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: station hand (Mundabullangana, 1931-1937); agent (Fig Tree Pocket, 1958-1968) ===''PAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Anthony Paul|Paul, Leo Anthony]] - 1905(Vic)-1968(Vic) - 3JQ Receive Melbourne (Fitzroy, 1922-1923), 3LP Melbourne (Fitzroy, 1924-1937; Preston, 1938-1939), 3XO Melbourne (Fairfield, 1948-1960; Thornbury, 1965), amateur operator (AOCP 15, 1924, No. 6 in Vic), amateur broadcaster ===''PAYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George H. Payne|Payne, George H.]] - 19??(???)-1987(Qld) - 4NEV Brisbane, amateur operator (AOCP ??, 1946+, No. ?? in Qld), radio clubs (Wooloowin RC, hon. secretary; WIAQ, president, assoc. members section) * [[/John Payne|Payne, John]] [https://www.familysearch.org/tree/person/details/GDSL-41Q] - 19??(???)-19??(???) - Licences: 2IN Receive Sydney (Randwick, 1922); 2IN Sydney (Randwick, 1923-1927; Kensington, 1928-1930) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: insurance department manager (Kensington, 1930-1931); secretary (Kensington, 1933) * [[/Reginald Lewis Payne|Payne, Reginald Lewis]] [https://www.familysearch.org/tree/person/details/GZG9-HFF] - 1898(Vic)-1946(Vic) - Licences: 3RP Geelong (Newtown, 1924-1939) - Qualifications: cc; AOCP 225, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Newtown, 1919-1921); telegraphist (Newtown, 1922-1942) (check XJM R. Payne, Armadale for relationship) ===''PAYTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Payter|Payter, Joseph William]] - 18??(???)-19??(???) - early telephone experimenter in Melbourne, mechanic in Vic Posts & Telegraphs (one of James Smibert's "Williamstown boys") ===''PEARCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Ronald Pearce|Pearce, Edward Ronald]] [https://www.familysearch.org/tree/person/details/LR3M-7YJ] - 1916(Vic)-2004(WA) - Licences: 6TP Perth (North Perth, 1936-1939, 1948; Mt Hawthorn, 1954-1960) - Qualifications: cc; AOCP 1757, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (North Perth, WA, 1937); engineer (Mt Hawthorn, WA, 1949-1977); retired (Coolbinia, WA, 1980) ===''PEARN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Pearn|Pearn, William Leslie]] [https://www.familysearch.org/tree/person/details/LCKW-JRW] - 1896(SA)-1974(SA) - Licences: 5PN Adelaide (Sturt Park, 1934-1939; Wayville West, 1947-1948; Unley, 1955-1969) - Qualifications: cc; AOCP 1378, 1934, SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Unley, SA, 1939-1941) ===''PEARSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Richman Pearson|Pearson, Ian Richman]] [https://www.familysearch.org/tree/person/details/GSD3-4LF] - 1908(Vic)-1972(Tas) - Licences: 3SP Melbourne (Berwick, 1929-1931); 7KB Burnie (1948-1965); 7KB Port Sorell (1969) - Qualifications: AOCP 528, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: chemist (Deer Park, Vic, 1936-1937); medical practitioner (Burnie, Tas, 1949-1954) ===''PELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Frederick Law Pelling|Pelling, John Charles Frederick Law "Jack"]] [https://www.familysearch.org/tree/person/details/GXB3-176] - 1908(WA)-1972(WA) - Licences: 6WO Moojebing (1933-1939) - Qualifications: cc; AOCP 1213, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Dumbleyung, WA, 1931); farmer (Moojebing, WA, 1936-1943; King River, WA, 1949-1968) ===''PEMBLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Pembleton|Pembleton, Thomas Edward "Tom"]] [https://www.familysearch.org/tree/person/details/G8HP-JDF] - 1914(Qld)-2002(Qld) - Licences: 4ZL Rockhampton (1936-1939;1946-1980+) - Qualifications: cc; AOCP 1600, 1936, Qld - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: labourer (Rockhampton, 1936-1943); turner (Rockhampton North, 1949-1980) ===''PEPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Campbell Pepper|Pepper, Ralph Campbell]] [https://www.familysearch.org/tree/person/details/KC93-1MN] - 1905(NSW)-1984(Qld) - Licences: N742 Receive Tamworth (1922); 2HV Receive Tamworth (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Tamworth, 1930; Maroubra, 1931; Artarmon, 1934-1949; Newmarket, Qld, 1954-1972; Alderley, 1977-1980) ===''PERDRIAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carter Perdriau|Perdriau, Henry Carter]] [https://www.familysearch.org/tree/person/details/G3D9-L79] - 1895(NSW)-1956(NSW) - Licences: XHC Sydney (1912-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: cousin of 2ZR William James Stanley Perdriau - Electoral Rolls: manager (Chatswood, 1930-1936; Roseville, 1943-1954) * [[/William James Stanley Perdriau|Perdriau, William James Stanley]] [https://www.familysearch.org/tree/person/details/LTH6-8LS] - 1885(NSW)-1946(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923); 2ZR Sydney (Manly, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: cousin of XHC Henry Carter Perdriau - Electoral Rolls: dentist (Manly, 1930-1943) ===''PERREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Litchfield Perrey|Perrey, Alexander Litchfield]] [https://www.familysearch.org/tree/person/details/LZVM-9P9] - 1898(SA)-1965(Vic) - Licences: 5LP Strathalbyn (1925-1927) - Qualifications: cc; AOCP 99, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Francis Cole Perry|Perry, Malcolm Francis Cole]] [https://www.familysearch.org/tree/person/details/L679-XR2] - 1891(NSW)-1963(NSW) - Licences: XCP Sydney (Randwick, 1913-1914); 2DG Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Randwick, 1930-1937); editor (Randwick, 1943-1949; Coogee, 1954-1958); counsellor (Hazelbrook, 1958-1963) ===''PETERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Zornig Peters|Peters, Henry Zornig "Harry"]] [https://www.familysearch.org/tree/person/details/L4XX-HBC] - 1908(Qld)-1994(Qld) - Licences: 4ZP Maryborough (1937-1939); 4ZP Sarina (1947-1956); 4ZP Cooroy (1960-1980+) - Qualifications: cc; AOCP 1978, 1937, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: teacher (Yerra via Maryborough, Qld, 1936-1937; Sarina, 1943); farmer (Cooroy, 1963-1980) ===''PETERSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Marzanti Petersen|Petersen, Thomas William Marzanti "Bill"]] - 1919(Qld)-1981(Qld) - 4FY Brisbane (Cooparoo Heights, 1946-1947), 4YO Moreton Island (1975), amateur operator (AOCP 2321, 1939, No. ?? in Qld), radio clubs (WIAQ, councillor), military (WW2, AIF), employment (Hills TV service), business proprietor (Advance Radio, Wynnum Radio Repairs) ===''PETERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Franz Peterson|Peterson, Harold Franz]] [https://www.familysearch.org/tree/person/details/G8XJ-CV1] - 1888(NSW)-1961(NSW) - Licences: 2HP Sydney (Coogee, 1930-1960) - Qualifications: cc; AOCP 617, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: inspector (Coogee, 1930-1958) * [[/Rupert Clarence Peterson|Peterson, Rupert Clarence]] [https://www.familysearch.org/tree/person/details/G87D-VJ3] - 1910(Vic)-2000(NSW) - Licences: 7AZ Receive Hobart (West Hobart, 1922-1923); Receive Hobart (West Hobart, 1923-1924); 3PT Melbourne (Moonee Ponds, 1928-1939) - Qualifications: cc; AOCP 401, 1928, No. ?? in Vic; AOLCP 96, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Moonee Ponds, 1931-1937; Caulfield, 1942-1949; Ivanhoe, 1954-1977); retired (Merimbula, 1980) * [[/Walter Peterson|Peterson, Walter]] - 19??(???)-19??(???) - Licences: 3QP Melbourne (Toorak, 1930-1939) - Qualifications: cc; AOCP 689, 1930, Vic - amateur operator; amateur broadcaster - Electoral Rolls: telephone mechanic (Kew, 1925); telephone engineer (Kew, 1926-1928); engineer (Toorak, 1931-1937); secretary (Lilydale, 1943-1954); electrical instrument maker (Collingwood North, 1967-1968) - several contemporaneous WPs * [[/Walter Martin Peterson|Peterson, Walter Martin]] [https://www.familysearch.org/tree/person/details/LDRD-G6B] - 1910(WA)-1978(WA) - Licences: 6LW Perth (West Perth, 1937; East Perth, 1938-1939, 1947-1948; City, 1954-1956; City Beach, 1960-1975+) - Qualifications: cc; AOCP 1864, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: student (Balcatta, WA, 1931-1936; North Perth, WA, 1937; East Perth, WA, 1937-1943); radio engineer (East Perth, WA, 1949-1958); lecturer (City Beach, WA, 1963-1977) ===''PHELPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Phelps|Phelps, William Joseph]] [https://www.familysearch.org/tree/person/details/G8D5-97G] - 1912(NSW)-1987(NSW) - Licences: 2DL Sydney (Canterbury, 1931-1939, 1946; Ashbury, 1947-1975) - Qualifications: AOCP 769, 1931, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1935-1937; Ashfield, 1942; Ashbury, 1949-1963) ===''PHILBIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Philbin|Philbin, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GDKL-L7L] - 1889(Tas)-19??(???) - Licences: 7FP Queenstown (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ulverstone, 1914); electrician (Queenstown, 1919-1937); electrical fitter (Queenstown, 1949-1954); to NSW 1940s ===''PHILLIPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan William Albert Phillips|Phillips, Alan William Albert]] [https://www.familysearch.org/tree/person/details/GXVR-LD4] - 1915(SA)-2009(SA) - Licences: 5GX Adelaide (Somerton, 1936-1937) - Qualifications: cc; AOCP 1601, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (St Leonards, SA, 1939; South Plympton, SA, 1941-1943) * [[/Albert Maurice Phillips|Phillips, Albert Maurice]] [https://www.familysearch.org/tree/person/details/GXVR-GGP] - 1915(SA)-2008(SA) - Licences: 5ZU Adelaide (Prospect, 1936-1939, 1947-1980) - Qualifications: cc; AOCP 1713, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Gordon George Phillips|Phillips, Gordon George]] [https://www.familysearch.org/tree/person/details/GX7V-TB1] - 1887(NSW)-1941(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 93, 1915; 1COCP 321, 1933 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Townsville, 1912-1919); radio telegraphist (Currie, King Island, 1922); telegraphist (South Townsville, 1925); radio telegraphist (Thursday Island, 1928); radio telegraphist (Cooktown, 1937) * [[/Harry Edward James Thomas Phillips|Phillips, Harry Edward James Thomas]] [https://www.familysearch.org/tree/person/details/G8ZW-SXG] - 1896(Vic)-1963(Vic) - Licences: 3JU Melbourne (Mitcham, 1929-1933; Abbotsford, 1937; South Yarra, 1938-1939, 1946-1948; Merlynstone, 1954-1960) - Qualifications: AOCP 532, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: slaughterman (Newmarket, 1919); butcher (Emerald, 1922; Mitcham, 1924-1936; Abbotsford, 1937; South Yarra, 1949) * [[/James Graham Phillips|Phillips, James Graham]] [https://www.familysearch.org/tree/person/details/GZLJ-8JC] - 1909(SA)-1943(Vic) - Licences: 5BW Adelaide (Glenelg, 1926-1931; Somerton, 1933-1939)- Qualifications: cc; AOCP 256, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Somerton, 1939-1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/606863] * [[/Noel William Phillips|Phillips, Noel William]] [https://www.familysearch.org/tree/person/details/G9FX-877] - 1911(Qld)-1941(Qld) - Licences: 4NP Ipswich (1934-1939) - Qualifications: cc; AOCP 1396, 1934, Qld - amateur operator; amateur broadcaster; employment (Qld Public Works Dept) - Electoral Rolls: painter (Ipswich, Qld, 1936-1937) ===''PHILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurance Vincent Phillis|Phillis, Laurance Vincent]] [https://www.familysearch.org/tree/person/details/GS5R-98V] - 1900(SA)-1953(SA) - Licences: 5LP Adelaide (South Payneham, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1136, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PHILPOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Hanmer Philpot|Philpot, Clarence Hanmer]] [https://www.familysearch.org/tree/person/details/GMRM-C7S] - 1906(Vic)-1982(Vic) - Licences: Receive (Valve) Geelong (1923); 3CP Geelong (1924-1925); 3CP Warrnambool (1925-1926); 3KL Ararat (1927); 3KL Avoca (1931-1937); 3KL Horsham (1938-1939); 3KL Melbourne (Elsternwick, 1946-1980+) - Qualifications: cc; AOCP 381, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal clerk (Derrinallum, 1928; Avoca, 1931-1936); postal (Elsternwick, 1942-1980) ===''PHILPOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Jones Philpott|Philpott, Oliver Jones]] [https://www.familysearch.org/tree/person/details/G8LJ-52T] - 1869(???)-1934(Vic) - Licences: 3VS Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: orchardist (Sandringham, 1919); manager (Caulfield, 1921-1927) ===''PHIPPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Roger Sydney Phipps|Phipps, William Roger Sydney]] [https://www.familysearch.org/tree/person/details/GZX2-Z6G] - 1896(Eng)-1973(WA) - Licences: 6WP Perth (Subiaco, 1924-1927; Victoria Park, 1930-1933; South Perth, 1937-1939, 1946-1969) - Qualifications: cc; AOCP 111, 1925, No. ?? in WA; AOLCP 16, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Subiaco, 1921); electrical fitter (Subiaco, 1925); radio operator (Victoria Park, 1931; South Perth, 1936-1972) ===''PIKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Herbert Arthur Pike|Pike, John Herbert Arthur "Jack"]] [https://www.familysearch.org/tree/person/details/MT5R-K62] - 1890(NSW)-1961(NSW) - XJP Sydney (Arncliffe, 1911), XDY Sydney (Arncliffe, 1912-1914), XDZ Sydney (Arncliffe, 1912), 2DF Receive Sydney (Epping, 1922-1924), 2JP Sydney (Epping, 1925-1929; Greenwich, 1930-1939, 1946-1961), amateur operator (AOCP 130, 1925, No. ?? in NSW), amateur broadcaster, AWA (research, later draftsman) ===''PINNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chalker Pinnell|Pinnell, John Chalker]] [https://www.familysearch.org/tree/person/details/G8Z5-P4G] - 1902(NSW)-1997(NSW) - Licences: 2OL Receive Sydney (Annandale, 1923-1924); 2ZR Sydney (Marrickville, 1929-1934; Ashfield, 1935-1936; Summer Hill, 1937-1939, 1946-1950; Earlwood, 1954-1961; Croydon, 1965) - Qualifications: AOCP 547, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Dulwich Hill, 1930-1934; Ashfield, 1936; Summer Hill, 1937-1949); teacher (Earlwood, 1954-1963); retired (Ashfield, 1968; Mt Kuringai, 1980) ===''PINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Pinney|Pinney, C. R.]] - 18??-19?? - 4CP Port Moresby - amateur operator, amateur broadcaster ===''PITCHFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stuart Frederick Pitchford|Pitchford, William Stuart Frederick]] [https://www.familysearch.org/tree/person/details/GZ5C-X48] - 1906(Eng)-1959(SA) - Licences: 5WP Adelaide (City, 1926-1933; Hyde Park, 1937-1939) - Qualifications: cc; AOCP 254, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Reade Park, 1939-1943) ===''PITTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Graham Pitts|Browne, Reginald Graham or Graham Reginald]] [https://www.familysearch.org/tree/person/details/LZGB-56Y] - 1915(SA)-2005(WA) - Licences: 5GP Adelaide (Torrensville, 1934-1939); 5GP Alice Springs (1947); 5GE Port Augusta (1955-1975); 5GE Adelaide (Kensington Gardens, 1980+) - Qualifications: cc; AOCP 1377, 1934, SA; 2COCP 189, 1938; 1COCP 225, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: finisher (Torrensville, SA, 1941-1943); radio engineer (Alice Springs, NT, 1949) ===''POLLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Henderson Pollock|Pollock, John Henderson]] [https://www.familysearch.org/tree/person/details/GXFM-9TQ] - 1895(NSW)-1978(Qld) - Licences: Receive Brisbane (Moorooka, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Moorooka, Qld, 1922-1926); insurance manager (Townsville, Qld, 1928-1937); insurance agent (Moorooka, Qld, 1943-1977) ===''PONSONBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bessborough Ponsonby|Ponsonby, John Bessborough]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 466, 1919; 1COCP 50, 1930 - coastal wireless operator - Electoral Rolls: ===''POPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maitland Glen Pope|Pope, Maitland Glen]] [https://www.familysearch.org/tree/person/details/KJ4K-FN6] - 1884(WA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 122, 1915; 1COCP 153, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Subiaco, 1906); civil servant (Subiaco, WA, 1910); civil servant (Hobart North, Tas, 1914); officer-in-charge (Wireless Station, Thursday Island, Qld, 1919-1921); wireless expert (Wireless Station, Applecross, 1925); wireless operator (Moonee Ponds, Vic, 1927-1931); supervisor (Essendon, Vic, 1936-1954) ===''PORTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Glanville Porter|Porter, Leonard Glanville]] [https://www.familysearch.org/tree/person/details/GXLX-765] - 1897(SA)-1969(SA) - Licences: 5MP Huddlestone (1938-1939; 1947-1948) - Qualifications: cc; CPRT 966, 1927; 1COCP 73, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Flinders Naval Depot, Vic, 1924); wireless operator (5PI Crystal Brook, SA, 1939-1943) ===''POTTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Potter|Potter, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GXYZ-38V] - 1915(WA)-1993(WA) - Licences: 6ZO Perth (East Fremantle, 1937-1939; Bicton, 1947-1965; Melville, 1969-1980+) - Qualifications: cc; AOCP 1959, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (East Fremantle, WA, 1937-1943); contractor (East Fremantle, WA, 1949-1958; Melville, 1963); builder (Melville, WA, 1968-1980) * [[/William Francis Potter|Potter, William Francis]] [https://www.familysearch.org/tree/person/details/G878-638] - 1908(NSW)-1959(NSW) - Licences: 2WP Helensburgh (1928-1939); 2WP Fairy Meadow (1948-1950); 2WP Charlestown (1954-1960) - Qualifications: AOCP 399, 1928, No. ?? in NSW; 3COCP 38, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Helensburgh, 1930-1937); mechanic (Fairy Meadow, 1949); shiftman (Charlestown, 1954); electrical mechanic (Charlestown, 1958); railway employee (New Lambton, 1958) ===''POTTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Charles Pottie|Pottie, Norman Charles]] [https://www.familysearch.org/tree/person/details/9V3D-JFZ] - 1909(NSW)-1961(NSW) - Licences: 2HQ Sydney (Bellevue Hill, 1930-1931; Hunters Hill, 1933-1938; Mosman, 1939) - Qualifications: AOCP 589, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933; Hunters Hill, 1936-1937; Albury, 1943; Willoughby, 1949-1958) ===''POULSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valdemar Poulsen|Poulsen, Valdemar]] - 1869(Denmark)-1942(Denmark) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - inventor of a magnetic wire recorder, Poulsen arc transmitter - Electoral Rolls: Nil yet identified - Links: [[w:Valdemar Poulsen|Wikipedia]]; [https://ethw.org/Valdemar_Poulsen IEEE]; [https://www.britannica.com/biography/Valdemar-Poulsen Britannica] ===''POWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Power|Power, A. H.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Highgate Hill, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''PRESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Arthur Campbell Preston|Preston, Thomas Arthur Campbell]] [https://www.familysearch.org/tree/person/details/GHDV-FFD] - 1886(Tas)-1970(Tas) - Licences: 7BK Queenstown (1923-1927+) - Qualifications: cc; AOCP 190, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; Mount Lyell Co (electrical engineer, 1920s; chief engineer) - Electoral Rolls: engineer (Queenstown, 1919-1954) ===''PRESTON-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cedric Preston-Smith see Cedric Preston Smith ===''PRICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Clarey Price|Price, John Clarey "Jack"]] [https://www.familysearch.org/tree/person/details/L7GR-V19] - 1884(Qld)-1954(Qld) - Licences: 4CE (Receive) 1922; 4FI or 4FJ Brisbane (Bardon, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); radio business proprietor (Wireless House); public servant (PMG) - Electoral Rolls: mechanic (Wooloowin, 1912-1913); public servant (Bardon Estate, 1919-1936; Bardon, 1943-1954) * [[/Keith Ferguson Price|Price, Keith Ferguson]] [https://www.familysearch.org/tree/person/details/94TB-TPD] - 1900(Vic)-1978(Qld) - Licences: 4KF Brisbane (Camp Hill, 1937-1939, 1947) - Qualifications: cc; AOCP 1937, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Norman Park, Qld, 1925-1926); engineering instructor (Camp Hill, Qld, 1937-1943); electrical engineer (Camp Hill, Qld, 1954-1958) ===''PRIDDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Arthur Priddle|Priddle, Raymond Arthur]] [https://www.familysearch.org/tree/person/details/G8H3-PNF] - 1913(NSW)-1971(NSW) - Licences: 2RA Bathurst (1929-1936); 2RA Sydney (Marrickville, 1938-1939; Greenwich, 1946; Pymble, 1947-1961; Wahroonga, 1969) - Qualifications: AOCP 473, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: civil engineer (Yass, 1935; Marrickville, 1936-1943; Lane Cove, 1943; Pymble, 1949-1963); engineer (Wahroonga, 1968) ===''PRIDEAUX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Charles Prideaux|Prideaux, Joseph Charles]] [https://www.familysearch.org/tree/person/details/GX6Y-Y6H] - 1908(Qld)-1969(NSW) - Licences: 4DS Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: musician (Lismore, NSW, 1935-1943); hairdresser (Lismore, NSW, 1949-1968) ===''PRIDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Clifford Pridham|Pridham, Leslie Clifford]] [https://www.familysearch.org/tree/person/details/GXK2-H6C] - 1916(SA)-2007(SA) - Licences: 5WP Adelaide (Torrensville, 1937-1939) - Qualifications: cc; AOCP 2047, 1937, SA; BOCP 301, 1940; 1COCP 834, 1944 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Torrensville, SA, 1939-1941); public servant (Lockleys, SA, 1943) ===''PRINCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Prince|Prince, Albert Edward]] [https://www.familysearch.org/tree/person/details/GXKT-ZLR] - 1914(SA)-1996(SA) - Licences: 5WK Adelaide (Walkerville, 1934-1939; Kurralta Park, 1947; Plympton, 1948-1980+) - Qualifications: cc; AOCP 1358, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Queenstown, SA, 1941); fitter (Gracemere, SA, 1943); sheet metal worker (Broadview Gardens, SA, 1943) ===''PROPOSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilhelm Carl Lormann Proposch|Proposch, Wilhelm or William Carl Lormann or Forman]] [https://www.familysearch.org/tree/person/details/LVVN-TGW] - 1900(NSW)-1970(Qld) - Licences: 4PL Chinchilla (1937-1939); 4PL Nanango (1947-1969) - Qualifications: cc; AOCP 1986, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: wellborer (Maclargan via Jondaryan, Qld, 1925-1936); radio dealer (Chinchilla, Qld, 1937; Nanango, Qld, 1943-1968) ===''PRYZBILLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Alfred Pryzibilla|Pryzibilla, Colin Alfred]] [https://www.familysearch.org/tree/person/details/GXKD-1SY] - 1910(SA)-2001(SA)91yo - Licences: 5XJ Adelaide (Parkside, 1935-1939, 19471960; Brooklyn Park, 1965-1969; Ascot Park, 1975; Plympton Park, 1980) - Qualifications: cc; AOCP 1590, 1935, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PURDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Commodore Vere Purdon|Purdon, Commodore Vere]] [https://www.familysearch.org/tree/person/details/GQ28-Y6B] - 1901(Tas)-1968(Tas) - Licences: 7AM Receive Hobart (Battery Point, 1922); Receive Hobart (Battery Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart East, 1922; Hobart South, 1928; Bellerive, 1936-1954) =='''Q'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''QUICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Quick|Quick, John]] [https://www.familysearch.org/tree/person/details/LKWF-QQF] - 1852(Eng)-1932(Vic) - state politician (MLA Vic, 1880s & 1890s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1909-1910), oversight of 1909 Melbourne Wireless Telegraphy Conference - Links: [[w:John_Quick_(politician)|Wikipedia]]; [https://adb.anu.edu.au/biography/quick-sir-john-8140 ADB] ===''QUIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Quin|Quin, Charles]] [https://www.familysearch.org/tree/person/details/G8VW-TP8] - 1910(WA)-1979(WA) - Licences: 6CX Perth (Subiaco, 1930-1933; Nedlands, 1937; Wembley, 1938-1939, 1946-1947) - Qualifications: cc; AOCP 678, 1930, No. ?? in WA; AOLCP 178, 1934 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Wembley Park, 1937); accountant (Swanbourne, 1963); retired (Swanbourne, 1972-1977) =='''R'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''RADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Dynan Radford|Radford, Wilfred or William Dynan]] [https://www.familysearch.org/tree/person/details/92MT-KNF] - 1916(Qld)-1996(NSW) - Licences: 4WV Brisbane (Ashgrove, 1936-1937); 4WW Brisbane (Ashgrove, 1938-1939) - Qualifications: cc; AOCP 1624, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: theological student (Hunters Hill, NSW, 1943); clergyman (Toongabbie, NSW, 1954); priest (Marist College, Armidale, NSW, 1958; Toongabbie, NSW, 1963-1968; Hunters Hill, NSW, 1977-1980) ===''RAGLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Beaumont Ragless|Ragless, Gordon Beaumont]] [https://www.familysearch.org/tree/person/details/GMY3-58F] - 1909(SA)-2002(SA) - Licences: 5GR Adelaide (St Marys, 1928-1939; Marion, 1946-1948) - Qualifications: cc; AOCP 434, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: orchard assistant (St Marys, 1939-1943) ===''RAINBOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Rainbow|Rainbow, Christopher James]] [https://www.familysearch.org/tree/person/details/G87K-BB5] - 1911(Vic)-1994(Vic) - Licences: 3JR Melbourne (Preston, 1928-1954; West Preston, 1955-1969; Rosebud, 1975-1980) - Qualifications: AOCP 406, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, partnership (Supreme Radio Co, Preston ?-1932), WW2 (RAAF) - Electoral Rolls: engineer (Preston, 1931-1942); traveller (Preston, 1949-1972; Rosebud, 1977); retired (Rosebud, 1980) - Relationships: brother-in-law of 3PA Percy James Anderson ===''RAMSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Ramsay|Ramsay, Frederick Charles]] [https://www.familysearch.org/tree/person/details/GXNM-4RT] - 1871(Eng)-1950(NSW) - Licences: Receive (Crystal) Brisbane (Toowong, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hermit Park, Qld, 1903-1905; South Brisbane, Qld, 1912; West End, Qld, 1915-1919); accountant (Toowong, Qld, 1921-1925; Waverley, NSW, 1930-1934); teacher (Waverley, NSW, 1936-1943) * [[/Robert Ramsay|Ramsay, Robert ]] - 1842(Sct)-1882(Vic) - solicitor, Victorian politician, Postmaster-General Victoria (Jul 1874 - Aug 1875; Oct 1875 - May 1877) ===''RANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Otto Randell|Randell, Charles Otto]] [https://www.familysearch.org/tree/person/details/97TF-XLP] - 1880(NSW)-1958(Qld) - Licences: 4BK Innisfail (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster (callsign to 4BK Brisbane commercial 1930) - Comment: 4AC Leslie Waters employed by Randell Engineering - Electoral Rolls: analytical chemist (Hambledon, 1903); chemist (Goondi, 1908); engineer (Innisfail, 1912-1913); mechanical engineer (Townsville, 1915); analytical chemist (Innisfail, 1919-1930); agent (Toowong, 1936); chemist (Brisbane, 1937); industrial chemist (North Sydney, 1949) ===''RANKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Ronald Rankin|Rankin, Kenneth Ronald "Ken"]] [https://www.familysearch.org/tree/person/details/L2RC-8FS] - 1906(Vic)-1964(Vic) - Licences: 3KR Kerang (1926-1939); 3KR Benalla (1946-1960) - Qualifications: AOCP 242, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio salesman (Kerang, 1928-1937); manager (Benalla, 1949-1963) - Probate: Theatre Manager (Benalla, 1965) ===''RANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Rann|Rann, George William]] [https://www.familysearch.org/tree/person/details/GZDG-VMV] - 1908(WA)-1974(WA) - Licences: 6KO Perth (Nedlands, 1932-1939) - Qualifications: cc; AOCP 1000, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Nedlands, WA, 1931); printer (West Subiaco, WA, 1936; Wembley, WA, 1937-1943; Leederville, WA, 1954-1958); civil servant (City Beach, WA, 1963-1972) ===''RAYNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Rayner|Rayner, Jack]] [https://www.familysearch.org/tree/person/details/LYQQ-2LK] - 1898(NSW)-1972(NSW) - Licences: 2LJ Sydney (Stanmore, 1928-1930; Belmore, 1931-1939, 1946-1950) - Qualifications: AOCP 384, 1928, No. ?? in NSW; 2COCP 425, 1933; 1COCP 335, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: police constable (Annandale, 1930); constable (Belmore, 1933-1934); police constable (Belmore, 1937-1949) ===''READ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Earl Read|Read, Alfred Earl "Earl"]] - 1892(NZ)-1960(NZ) - journalist (editor NZ Radio Times to 1936; editor and proprietor, Australasian Radio World 1936-1940; manager, Australasian Radio World 1940+) * [[/Allan William Read|Read, Allan William]] [https://www.familysearch.org/tree/person/details/GX1B-WF2] - 1913(WA)-1983(WA) - Licences: 6LK Perth (Mt Lawley, 1931-1933); 6LK Northam (1937-1939) - Qualifications: cc; AOCP 735, 1931, No. ?? in WA; AOLCP 163, 1934; 1COCP 83, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Broadcasting Station, Northam, WA, 1936-1937); radio technician (North Perth, WA, 1943-1958); public servant (Nollamara, WA, 1963-1980) ===''READER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/d'Arcy Harold Reader|Reader, d'Arcy Harold]] [https://www.familysearch.org/tree/person/details/L5KX-8N8] - 1888(NZ)-1952(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 123, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: wireless telegraphist (Thursday Island, Qld, 1916-1917) ===''READING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Reading|Reading, Edward Charles]] [https://www.familysearch.org/tree/person/details/GZW7-9DL] - 1904(NSW)-1979(NSW) - 2RG Bangalow (1925-1929), 2LT Lismore (1965-1975), amateur operator (AOCP 65, 1925, No. ?? in NSW), amateur broadcaster, electrician, Reading Bros (proprietor & electrical engineer, 1930-1939), 2RG callsign may have been withdrawn by PMGD for 2RG Griffith commercial * [[/Leonard William Reading|Reading, Leonard William]] [https://www.familysearch.org/tree/person/details/L2LY-H23] - 1904(WA)-1989(WA) - Licences: 6LR Northam (1933-1936); 3TQ Newport (1937); 6LR Perth (Pearce, 1938-1939; South Perth, 1946-1947) - Qualifications: cc; AOCP 1200, 1933, Vic; 1COCP 384, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Northam, WA, 1925-1936; Newport, Vic, 1937); airman (South Perth, WA, 1943); supervisor (Karinup, WA, 1980) ===''REDDROP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Reddrop|Reddrop, James William Jnr]] [https://www.familysearch.org/tree/person/details/GD1T-SYY] - 1906(Vic)-1981(NSW) - Licences: 7BN Launceston (1934-1937); 3BN Melbourne (Caulfield, 1938-1939, 1946-1954) - Qualifications: cc; 1COCP 28, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: airman (Elsternwick, 1931; St Kilda, 1937); air force (Elsternwick, 1942-1954); air force officer (Glenbrook, NSW, 1958); RAAF officer (Campbell, 1963); retired (Hackett, ACT, 1968); representative (Tbre Lake, 1972-1980) ===''REED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Griffiths Reed|Reed, Joseph Griffiths "Joe"]] [https://www.familysearch.org/tree/person/details/GC6Y-GZZ] - 1897(NSW)-1969(NSW) - Licences: XABP Newcastle (1914); 2JR Sydney(Summer Hill, 1924-1933; Croydon, 1934-1939; Northbridge, 1946-1969) - Qualifications: cc; CPRT 710, 1922; 1COCP 235, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio engineer (Summer Hill, NSW, 1930-1934); engineer (Croydon, NSW, 1936-1937); electrical engineer (Northbridge, NSW, 1943-1968) ===''REEDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Bennett Reedman|Reedman, Alfred Bennett]] [https://www.familysearch.org/tree/person/details/KZLN-MVM] - 1896(Qld)-1982(Qld) - Licences: Receive (Valve) Brisbane (Norman Park, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kangaroo Point, Qld, 1919-1921; Norman Park, Qld, 1925-1980) ===''REES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Montague Elyder Rees|Rees, Richard Montague Elyder]] [https://www.familysearch.org/tree/person/details/MPXW-S6Y] - 1901(Eng)-1962(Vic) - Licences: 2RE Sydney (Stanmore, 1926-1927; Coogee, 1928-1930); 2WM Sydney (Enfield, 1931-1933); 2APW Albury (1946-1947); 3APW Darling (1948-1954) - Qualifications: AOCP 296, 1926, No. ?? in NSW; CPRTelephony 959, 1927; 2COCP 283, 1930; BOCP 107, 1937; 1COCP 941, 1945 - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Enfield, 1931-1937) ===''REEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Herbert Reeves|Reeves, Cecil Herbert]] [https://www.familysearch.org/tree/person/details/GF3Z-X92] - 1905(WA)-1975(WA) - Licences: 6CR Perth (Claremont, 1931-1933; Victoria Park, 1937-1939) - Qualifications: cc; AOCP 746, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Claremont, WA, 1931; Victoria Park, WA, 1936-1943; Wagin, WA, 1954; Fremantle, WA, 1958; East Fremantle, WA, 1963-1972) ===''REID''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Reid|Reid, John]] [https://www.familysearch.org/tree/person/details/GF3G-PDG] - 1901(Vic)-19??(???) - Licences: 3BE Melbourne (Werribee, 1937); 6BE Perth (RAAF, Pearce, 1938); 3AJR Ballarat (1947-1980+) - Qualifications: cc; 2COCP 26, 1935 - amateur operator; amateur broadcaster; WW2 - Comment: Several contemporaneous JRs - Electoral Rolls: retired (Ballarat, Vic, 1977-1980) ===''REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Dwyer Reilly|Reilly, Edward or Edwin Dwyer]] [https://www.familysearch.org/tree/person/details/G9S5-67P] - 1913(Vic)-1991(SA) - Licences: 5AI Adelaide (Woodville, 1935-1939; Brooklyn Park, 1947-1975; Aldinga, 1980+) - Qualifications: cc; AOCP 1524, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Woodville, SA, 1939-1943) * [[/Eric Harold Reilly|Reilly, Eric Harold]] [https://www.familysearch.org/tree/person/details/L153-S1X] - 1905(Qld)-1950(Qld) - Licences: 4ER Brisbane (Hill End, 1934-1937); 4ER Laidley (1938-1939, 1946-1948) - Qualifications: cc; AOCP 1339, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ, WICEN) - Electoral Rolls: rubber worker (Hill End, Qld, 1934-1937); motor mechanic (Laidley, Qld, 1943-1949) ===''REIMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Alwin Reimann|Reimann, Albert Alwin]] [https://www.familysearch.org/tree/person/details/G4RD-V3K] - 1905(SA)-1946(SA) - Licences: 5JO Adelaide (Kent Town, 1928-1939) - Qualifications: cc; AOCP 453, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil ===''REINARTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John L. Reinartz|Reinartz, John L.]] - 1894(Ger)-1964(USA) - 1QP (1908-?), 1XAM, W3RB, K6BJ USA, amateur operator, with Fred Schnell made first Trans-Atlantic 2 Way QSO with F8AB Leon Deloy ===''REINHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Cyril Reinhold|Reinhold, Edwin Cyril]] [https://www.familysearch.org/tree/person/details/LHH4-WWR] - 1900(Qld)-1984(Qld) - Licences: Q747 Receive Brisbane (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Clayfield, 1925); motor mechanic (Gracefield, 1931-1949); soldier (Sherwood, 1954-1980) ===''RENNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rennie|Rennie, F.]] - 19??(???)-19??(???) - Licences: 3HI Receive Melbourne (South Yarra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/J. M. Rennie|Rennie, J. M.]] - 19??(???)-19??(???) - Licences: 3QF Receive Melbourne (Northcote, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/K. M. Rennie|Rennie, K. M.]] - 19??(???)-19??(???) - Licences: 2AO Receive Sydney (Edgecliffe, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''RENSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Phillip Renshaw|Renshaw, Walter Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G9KS-1LX] - 1891(NSW)-1968(NSW) - Licences: XFP Sydney (Roseville, 1912-1914); 2DE Sydney (Roseville, 1922-1939) - Qualifications: cc; CPRT 370, 1918 - early wireless experimenter; amateur operator - amateur broadcaster; WW1; radio clubs (WIA NSW - 1912+, President, Federal President); professional clubs (IRE NSW - founding member); business (consulting engineer); witness to Royal Commission 1927 (as Hon. Sec. WIA NSW) - Comment: late 1930s entangled in a NSW State Government corruption enquiry - Electoral Rolls: civil engineer (Roseville, 1936-1954; Ashfield, 1958-1968) ===''RENWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Griffith Renwick|Renwick, Arthur Griffith]] [https://www.familysearch.org/tree/person/details/GD57-8XV] - 1902(NSW)-1967(NSW) - Licences: 2CG Receive Sydney (Woollahra, 1922) - Qualifications: cc; BOCP 292, 1940 - amateur receiver - Electoral Rolls: pharmacist (Roseville, 1930-1937); chemist (Drummoyne, 1943-1954); retail chemist (Strathfield, 1958-1963) ===''RETALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Moncrieff Retallick|Retallick, James Moncrieff]] [https://www.familysearch.org/tree/person/details/LKK3-QDW] - 1898(NSW)-1969(NSW) - Licences: 2XO Bellingen (1930-1939, 1946-1947); 2FE Portable Bellingen (1933-1939); 2XO Raleigh (1948-1955); 2XO Coffs Harbour (1956-1958); 2XO Urunga (1960-1969); - Qualifications: AOCP 664, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: attendant (Substation, Raleigh, 1949-1954); electrical mechanic (Urunga, 1963-1968) ===''REYNOLDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Daniel Reynolds|Reynolds, George Daniel]] [https://www.familysearch.org/tree/person/details/GX9J-VBQ] - 1886(NZ)-1964(Vic) - Licences: Nil yet identified - Qualifications: cc; 1COCP 180, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: wireless operator (Rockhampton, 1917; Cooktown, 1928); radio (Malvern, 1934-1937); wireless operator (New Farm, 1943); radio station manager (Townsville, 1949); retired (Malvern, 1954-1963) ===''RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Rhodes|Rhodes, Harry]] [https://www.familysearch.org/tree/person/details/G8BS-QMC] - 1887?(???)-1966(SA) - Licences: Receive (Valve) Kadina (1923); 5HR Kadina (1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: Needs more research - Electoral Rolls: electrical engineer (Quorn, 1939-1943; Grassmere, 1943) ===''RIBBETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Ribbett|Ribbett, Thomas John]] [https://www.familysearch.org/tree/person/details/GXQQ-YRJ] - 1880(SA)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPOE, 1917) - Electoral Rolls: Nil yet identified ===''RICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fry Rich|Rich, Charles Fry]] [https://www.familysearch.org/tree/person/details/GXN8-YZ3] - 1873(Eng)-1949(NSW) - Licences: 4CR Fife Bay, Papua - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Father of 4VX 2AJZ 9VX 2API Mackendrick Charles William Rich - Electoral Rolls: retired (Chatswood, NSW, 1943-1949) * [[/Mackendrick Charles William Rich|Rich, Mackendrick Charles William]] [https://www.familysearch.org/tree/person/details/GXN8-5MB] - 1903(PNG)-1991(NSW) - Licences: 4VX Samarai, Papua (1938-1939); 2AJZ Sydney (Chatswood, 1946); 9VX Port Moresby (1947-1948); 2API Sydney (Manly Vale, 1954-1955; Balgowlah, 1956-1969; Manly Vale, 1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Son of 4CR Charles Fry Rich - Electoral Rolls: no occupation (Manly Vale, NSW, 1954-1963); retired (Manly Vale, NSW, 1977-1980) ===''RICHARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. F. Richards|Richards, G. F.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (Moonah, 1923); 2237 Hobart (Moonah, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/George Richards|Richards, George]] [https://www.familysearch.org/tree/person/details/GHDM-JZ6] - 1888(Qld)-1963(Qld) - Licences: 4XK Ipswich (1930-1939) - Qualifications: cc; AOCP 575, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mine manager (Silkstone, 1917-1932; Booval, 1936-1958) * [[/Maurice Evans Richards|Richards, Maurice Evans]] [https://www.familysearch.org/tree/person/details/GZ3X-KPB] - 1910(SA)-1997(SA) - Licences: 5CY Receive Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923); 5MR Adelaide (Glenunga, 1927-1928) - Qualifications: cc; AOCP 369, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Relationships: Likely a relation of 5WR Wilfred Mayo Richards - Electoral Rolls: welder (Millswood East, SA, 1943) * [[/Norman Henry Richards|Richards, Norman Henry]] [https://www.familysearch.org/tree/person/details/GXH1-NL1] - 1912(Eng)-2007(Qld) - Licences: 4NR Brisbane (Wooloowin, 1932-1937) - Qualifications: cc; AOCP 1071, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Wooloowin, Qld, 1936-1937); mechanic (Eagle Junction, Qld, 1943); refrigeration engineer (Maryborough, Qld, 1949-1954); engineer (Ashgrove, Qld, 1963-1968); retired (Glasshouse Mountains, Qld, 1972-1977; Tin Can Bay, Qld, 1980) * [[/Victor John Richards|Richards, Victor John]] [https://www.familysearch.org/tree/person/details/GFML-3HH] - 1916(WA)-1992(WA) - Licences: 6JR Perth (Nedlands, 1937-1939) - Qualifications: cc; AOCP 1894, 1937, WA; 2COCP 265, 1939; 1COCP 367, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: storeman (Nedlands, WA, 1937); radio operator (Alice Springs, NT, 1943); machinery assistant (Wivenhoe, Tas, 1949); radio technician (Darlinghurst West, NSW, 1949; Charters Towers, Qld, 1949)); radio operator (Carlingford, NSW, 1954); radio technician (Blacktown, NSW, 1958); technician (Applecross, WA, 1958-1972); radio officer (Applecross, WA, 1977-1980) * [[/Wilfred Mayo Richards|Richards, Wilfred Mayo]] [https://www.familysearch.org/tree/person/details/GZ3X-6W4] - 1896(SA)-1948(SA) - 5WR Adelaide (Medindie Gardens, 1927-1939, 1946-1948) - Qualifications: cc; AOCP 364, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - certainly a relation of 5MR Maurice Evans Richards ===''RICHARDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Kennington Richardson|Richardson, Alan Kennington]] [https://www.familysearch.org/tree/person/details/GXRM-73L] - 1914(SA)-1994(SA) - Licences: 5AR Adelaide (Everard Park, 1934-1939; City, 1947-1980+) - Qualifications: cc; AOCP 1277, 1934, SA; AOLCP 201, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Everard Park, SA, 1939) * [[/Jasper Bede Richardson|Richardson, Jasper Bede]] [https://www.familysearch.org/tree/person/details/GX1J-LTY] - 1907(WA)-1969(WA) - Licences: 6LX Perth (Fremantle, 1931-1933; Hollywood, 1937-1939) - Qualifications: cc; AOCP 831, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (East Fremantle, WA, 1931); radio mechanic (Hollywood, WA, 1936-1937; East Perth, WA, 1943; East Fremantle, WA, 1949); mechanic (Bicton, WA, 1954-1968) * [[/John Keith Richardson|Richardson, John Keith "Keith"]] [https://www.familysearch.org/tree/person/details/G6QQ-76P] - 1906(Qld)-1954(Tas) - Licences: 4KR Barcaldine (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: overseer ("Ashgrove", Gore, 1930-1932) ===''RICKABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorimer Douglas Rickaby|Rickaby, Lorimer Douglas "Rick"]] [https://www.familysearch.org/tree/person/details/GMR4-Z8W] - 1906(Qld)-1975(Qld) - Licences: 4VR Brisbane (Coorparoo, 1936-1939, 1946-1948; Coopers Plains, 1955-1975) - Qualifications: cc; BOCP 485, 1938 - amateur operator; amateur broadcaster; broadcast technician (4VL, 4AK, 4BK); military (WW2, RAN); ship wireless officer; security officer (MSS) - Relationships: father of 4RX Brian ??? Rickaby; father-in-law of 4VR Valerie ??? Rickaby - Electoral Rolls: telegraphist (Flinders Naval Depot, Vic, 1931-1934); radio engineer (Coorparoo, Qld, 1937); technician (Coorparoo, Qld, 1943-1949); meter reader (Coopers Plains, Qld, 1958-1972) * [[/Brian ??? Rickaby|Rickaby, Brian ???]] - Licences: 4ZAP Brisbane (Coopers Plains, 1960); 4RX Brisbane (Salisbury, 1965-1980) - Qualifications: AOLCP; AOCP; BOCP; TVOCP - amateur operator; broadcast engineer (Qld State Broadcasting Office, P&TD / DoC / DoTaC / ABA) - Relationships: son of 4VR Lorimer Douglas Rickaby; husband of 4VR Valerie ??? Rickaby - Electoral Rolls: ===''RIETHMULLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Riethmuller|Riethmuller, Eric Charles]] [https://www.familysearch.org/tree/person/details/G64Z-XCL] - 1903(Qld)-1987(Qld) - Licences: 4SK Willis Island (1931) - Qualifications: cc; 2COCP 250, 1930; 1COCP 299, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jandowae, 1936); radio technician (Wellington, NSW, 1937; Moorooka, 1943); radio operator (Darlinghurst, 1949; Wahroonga, 1963-1972); retired (Toowoomba, 1972-1980) ===''RING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Mostyn Ring|Ring, Keith Mostyn]] [https://www.familysearch.org/tree/person/details/LKB8-YR7] - 1913(SA)-1991(SA) - Licences: 5KH Adelaide (Kensington Park, 1932-1939, 1947-1948; Marion, 1954; Eden Hills, 1955-1969); 5KH Williamstown (1975); 5KH Kapunda (1980+) - Qualifications: cc; AOCP 923, 1932, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank official (Jamestown, SA, 1941-1943) * [[/Thomas Leo Ring|Ring, Thomas Leo]] [https://www.familysearch.org/tree/person/details/GX95-D97] - 1893(Vic)-1945(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 233, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Rockhampton, 1916; Sandgate, 1921); clerical assistant (Bowen, Qld, 1925); postmaster (Texas, 1930-1937); retired (Hendra, Qld, 1943) ===''RIPPEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Adolf Heinrich Gerhard Rippen|Rippen, Adolf Heinrich Gerhard]] [https://www.familysearch.org/tree/person/details/GZLK-QSB] - 1919(WA)-1941(Off coast of Kenya) - Licences: 6GR Perth (Fremantle, 1936-1939) - Qualifications: cc; AOCP 1731, 1936, WA - amateur operator; amateur broadcaster; WW2 (RAN, HMAS Sydney II, Telegraphist) - Electoral Rolls: engineer (Fremantle, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.sydneymemorial.com/registrydetails.asp?ID=478 HMAS Sydney II Memorial]; [https://vwma.org.au/explore/people/644953 VWMA]; [http://www.streetwisemedia.com.au/unknown-sydney-sailor-named-after-80-years/ Streetwise] ===''RIVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Ronald Rivers|Rivers, Edmund Ronald or Ronald Edmund]] [https://www.familysearch.org/tree/person/details/GDJH-V2S] - 1901(Vic)-1950(Vic) - Licences: 3ER Receive Melbourne (Essendon, 1922-1923); 3ER Melbourne (Essendon, 1924-1925) - Qualifications: cc; CPRT 767, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''RIX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Henry George Rix|Rix, Walter Henry George]] [https://www.familysearch.org/tree/person/details/MMQX-KZQ] - 1898(Qld)-1923(Qld) - Licences: 4EC Receive Brisbane (Bulimba, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: tram conductor (Valley, Qld, 1919-1921) ===''ROBBINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Fellows Robbins|Robbins, Thomas Fellows]] [https://www.familysearch.org/tree/person/details/GX5X-2SL] - 1918(SA)-1986(SA) - Licences: 5DK Adelaide (Fullarton, 1935-1937; Malvern, 1938-1939); 5AQ Leigh Creek (1954-1960); 5AQ Port Augusta (1965-1980+) - Qualifications: cc; AOCP 1548, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Malvern, SA, 1941-1943) ===''ROBERTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles D'Arcy Roberts|Roberts, Charles D'Arcy]] [https://www.familysearch.org/tree/person/details/GZ2N-VBN] - 1909(NSW)-1943(Burma) - licences: 2JV Sydney (Greenwich, 1928-1939) - qualifications: AOCP 408, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 (signalman, 8 Division Signals, 1943) - Electoral rolls: clerk (Lane Cove, 1930-1937) - "Greater love hath no man than this" * [[/Harry Mayland Roberts|Roberts, Harry Mayland or Mayfield (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXLH-KKF] - 1912(SA)-1979(SA) - Licences: 5MY Adelaide (Alberton East, 1931; Myrtle Bank, 1938-1939; Fullarton Estate, 1947-1954; Plympton, 1955-1965; North Plympton, 1969-1975) - Qualifications: cc; AOCP 763, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Myrtle Bank, SA, 1939-1943) * [[/J. C. A. Roberts|Roberts, J. C. A.]] - 19??(???)-19??(???) - Licences: XAAY Sydney (Parramatta, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Identification: Not yet identified, despite three given names - Electoral Rolls: Nil yet identified * [[/Nicholas William Roberts|Roberts, Nicholas William]] [https://www.familysearch.org/tree/person/details/GXRC-XKV] - 1915(SA)-1936(SA) - Licences: 5NR Adelaide (St Peters, 1933-1936) - Qualifications: cc; AOCP 1228, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, age 21yo - Electoral Rolls: Nil yet identified * [[/Noel Grafton Roberts|Roberts, Noel Grafton]] [https://www.familysearch.org/tree/person/details/GXRD-CCL] - 1924(Eng)-2008(Eng) - Licences: 5NR Katherine (1947) - Qualifications: cc; 1COCP 589, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio inspector (Tally Ho, Vic, 1967-1968; Glen Waverley, Vic, 1972-1980) * [[/Richard George Crafter Roberts|Roberts, Richard George Crafter or Crofter]] [https://www.familysearch.org/tree/person/details/MWFZ-Z24] - 1901(NSW)-1964(NSW) - Licences: 2UU Sydney (Ashfield, 1923-1925) - Qualifications: cc; CPRT 750, 1922; 2COCP 430, 1933; 1COCP 505, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ashfield, 1933-1936; Lovetts Bay, 1943; Chatswood, 1949-1958) * [[/Russell Flexmore Roberts|Roberts, Russell Flexmore]] [https://www.familysearch.org/tree/person/details/LL4K-265] - 18??-1961(Qld) - Licences: 4PN Brisbane (West End, 1927-1933; Annerley, 1937-1939, 1946-1960) - Qualifications: cc; AOCP 372, 1927, No. 41 in Qld - amateur operator; amateur broadcaster; WW2; television experimenter (4CM); broadcaster (4BC, manager) - Electoral Rolls: musical director (South Brisbane, 1919); musician (Coorparoo, 1934); manager (Yeronga, 1936-1937); alderman (Annerley, 1954) * [[/V. Roberts|Roberts, V.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ROBERTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Desmond Robertson|Robertson, Brian Desmond]] [https://www.familysearch.org/tree/person/details/GX2G-W63] - 1921(SA)-1996(SA) - Licences: 1RD Macquarie Island (1950s); 5RD Adelaide (Henley Beach, 1954-1956) - Qualifications: cc; 1COCP 998, 1946 - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/David Sterling Robertson|Robertson, David Sterling]] [https://www.familysearch.org/tree/person/details/GW2M-F7H] - 1920(SA)-19??(???) - Licences: 5RN Adelaide (Mt Lofty, 1937-1939, 1948-1965); 1ATR Canberra (Deakin, 1956; Yarralumla, 1960); 5RN Adelaide (Stirling, 1969-1980+) - Qualifications: cc; AOCP 1944, 1937, SA; 2COCP 346, 1940; 1COCP 405, 1940 - amateur operator; amateur broadcaster - Relationships: Husband of 5YL-1YL Denise Alison Robertson nee Haslam - Electoral Rolls: radio engineer (North Sydney, 1943) * [[/Denise Alison Robertson|Robertson nee Haslam, Denise Alison]] [https://www.familysearch.org/tree/person/details/GW2M-JWG] - 1927(NSW)-2008(SA) - Licences: 1YL Canberra (Yarralumla, 1960-1965); 5YL Adelaide (Stirling, 1969) - Qualifications: cc; AOCP 3552, 1956, ACT - amateur operator; YL operator - Relationships: Wife of 5RN-1ATR David Sterling Robertson - Electoral Rolls: Nil yet identified ===''ROBINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Robinson|Robinson, Alexander]] [https://www.familysearch.org/tree/person/details/L1G8-ZJ2] - 1900(Eng)-1949(NSW) - Licences: 2GR Sydney (Haberfield, 1930-1937; Richmond, 1938-1939; Hunter's Hill, 1946-1948) - Qualifications: AOCP 498/499, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical meter tester (Haberfield, 1933-1936) - 2GR callsign previously held by Joseph Sydney Marks * [[/Arthur Robinson|Robinson, Arthur]] [https://www.familysearch.org/tree/person/details/G8CS-4PP] - 1926(Vic)-19??(???) - Licences: 3ABF Sale (1948-1956); 3ABF Melbourne (Croydon, 1960); 3ABF Traralgon (1965-1980+) - Qualifications: AOCP 2710, 1948, Vic; TVOCP 184, 1959 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Sale, 1949-1954); technician (Croydon, 1963); PMG TV technician (Traralgon, 1963-1980) * [[/Charles John Robinson|Robinson, Charles John]] [https://www.familysearch.org/tree/person/details/LNJD-DC5] - 1908(Tas)-2004(???) - Licences: 7RC Launceston (1936-1937); 7KR Launceston (1938-1939) - Qualifications: cc; AOCP 1668, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carter (Launceston, 1936-1937); cordial maker (Launceston, 1943) * [[/John William Robinson|Robinson, John William]] [https://www.familysearch.org/tree/person/details/GS7H-Q61] - 1895(Eng)-1963(NSW) - Licences: 2EN Receive Sydney (Ryde, 1922-1923); 2RN Receive Sydney (Concord, 1923); 4RN Brisbane (Kedron, 1931) - Qualifications: cc; Nil yet identified - amateur receiver; amateur broadcaster; Honorary Radio Inspector NSW; First director 4QG - Comment: several contemporaneous JWRs - Electoral Rolls: wireless engineer (Merthyr, Qld, 1925-1926); radio engineer (Highgate Hill, Qld, 1928); engineer (Herston, 1936-1937) ===''ROBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Laudreux Robson|Robson, Colin Laudreux]] [https://www.familysearch.org/tree/person/details/GXYV-TL8] - 1916(WA)-1973(WA) - Licences: 6XI Perth (Mt Lawley, 1937-1939); 6XI Northam (1947-1948); 6XI Waterloo (1954-1960); 6XI bunbury (1965-1969) - Qualifications: cc; 3COCP 181, 1936; AOCP 2055, 1937, WA; BOCP 234, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (6AM Quarters, Northam, WA, 1949; 6TZ, Waterloo, WA, 1958-1963; Bunbury, WA, 1968-1972) ===''ROCKWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Bruce Rockwell|Rockwell, Horace Bruce]] [https://www.familysearch.org/tree/person/details/K882-BWV] - 1887(Tas)-1955(NSW) - Licences: XQH Brisbane (Wynnum) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; WW1; WW2; a founder of Wireless Institute of Queensland 1912 - Electoral Rolls: electrician (Fort Lytton, Qld, 1913; Wynnum, Qld, 1917-1919); electrical engineer (Enoggera, Qld, 1919; Chelmer, Qld, 1925); electrician (Fort Lytton, Qld, 1936-1937); soldier (Middle Head, NSW, 1943); engineer (Northbridge, NSW, 1949) ===''RODDA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William David Rodda|Rodda, William David]] [https://www.familysearch.org/tree/person/details/G8WK-4JB] - 1907(WA)-1961(WA) - Licences: 6WR Perth (Claremont, 1928-1939) - Qualifications: cc; AOCP 435, 1928, No. ?? in WA; BOCP 1191, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Claremont, 1931-1936; Nedlands, 1937; Claremont, 1943); control operator (Nedlands, 1949-1954); technician (Perth, 1958) ===''RODWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Rodwell|Rodwell, Albert Edward]] [https://www.familysearch.org/tree/person/details/MWX8-VG7] - 1909(Qld)-1976(Qld) - Licences: Receive (Crystal) Brisbane (Bowen Hills, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Bowen Hills, Qld, 1936-1937); grocer (Kedron, Qld, 1943-1949); company manager (Wavell Heights, Qld, 1954-1968); bookseller (Aspley, Qld, 1972) ===''ROGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Stanley Rogers|Rogers, Bernard Stanley]] [https://www.familysearch.org/tree/person/details/GXPV-L34] - 1912(SA)-1987(SA) - Licences: 5FG Adelaide (Blackwood, 1934-1939; Edwardstown, 1947-1948; Glandore, 1954-1980+) - Qualifications: cc; AOCP 1274, 1934, SA; 1COCP 907, 1945 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Edwardstown, SA, 1939-1943) ===''ROHDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Campbell Rohde|Rohde, William Campbell "Bill"]] [https://www.familysearch.org/tree/person/details/G76S-GRF] - 1907(Qld)-1991(Qld) - Licences: 4RW Brisbane (Red Hill, 1929-1939) - Qualifications: cc; AOCP 493, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (YWCA Wireless Club); comms engineer (PMGD); broadcast engineer (4QG) - Electoral Rolls: telephone mechanic (Red Hill, 1934-1943; Newmarket, 1949); postal engineer (Coorparoo, 1958-1980) ===''ROLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Rolls|Rolls, Sydney]] [https://www.familysearch.org/tree/person/details/GX95-V3F] - 1886(???)-1957(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918); WW1 - Electoral Rolls: electrician (Auburn, Vic, 1916-1919); naval officer (Camberwell, Vic, 1924-1925); engineer (Hawthorn, Vic, 1928-1949) ===''ROSCOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Thomas Roscoe|Roscoe, Geoffrey Thomas]] [https://www.familysearch.org/tree/person/details/G8QR-GJY] - 1900(Qld)-1985(Qld) - Licences: Receive Condamine (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: teacher (Condamine, Qld, 1925; Macknade, Qld, 1936-1937; Boonah, Qld, 1943); retired (St Lucia, Qld, 1968-1980) ===''ROSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William (Qld) Rose|Rose, Robert William (Qld)]] [https://www.familysearch.org/tree/person/details/G8DS-JJM] - 1911(Qld)-1970(NSW) - Licences: 4RR Brisbane (1925); 4RQ Longreach (1930-1939, 1946-1948); 2AQR Wallsend (1956-1961); 2AQR Avoca (1965-1969) - Qualifications: cc; AOCP 576, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; chemist - Comment: Another Robert William Rose b1923 BOCP 993 - Electoral Rolls: mechanic (Toowong, 1925); chemist (Longreach, 1936-1949; West Wallsend, 1958-1963; Avoca Beach, 1968) * [[/Robert William (Vic) Rose|Rose, Robert William (Vic)]] - 1923(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; BOCP 993, 1948; 3AIR 1790, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: ===''ROSENSKJAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rosenskjar|Rosenskjar, F.]] - 19??-19?? - 4?? Brisbane (Fairfield) (Operator 4BI), amateur operator, amateur broadcaster ===''ROSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander David Ross|Ross, Alexander David]] [https://www.familysearch.org/tree/person/details/G68V-KFR] - 1883(Sct)-1966(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Professor of Mathematics & Physics, University of Perth) - Electoral Rolls: university professor (Perth Club, 1916; West Perth, 1925-1954); retired (Albany, WA, 1958-1963) - Links: [https://adb.anu.edu.au/biography/ross-alexander-david-8270 ADB]; [[w:Alexander_David_Ross|Wikipedia]]; [https://www.news.uwa.edu.au/archive/201206204747/features/setting-standards-excellence/ UWA] * [[/John Francis Ross|Ross, John Francis "Jack"]] - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer (PMGD); journalist (editor, The Broadcaster); historian (broadcasting, Amateur Radio, radiocommunications); author ("History of Radio in South Australia"; "Radio Broadcast Technology") - Electoral Rolls: ===''ROUTLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert Angus Routledge|Routledge, Robert Angus "Bob"]] [https://www.familysearch.org/tree/person/details/GWX2-BDP] - 1913(SA)-1997(SA) - Licences: 5RA Adelaide (Richmond, 1930-1931; Henley Beach, 1933) - Qualifications: cc; AOCP 679, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: manufacturer (Henley, 1939); radio technician (Henley, 1941); physics technician (Glenelg, 1943) ===''ROWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. L. Rowe|Rowe, R. L.]] - 19??(???)-19??(???) - Licences: 2LR Sydney (Milsons Point, 1928; McMahons Point, 1929) - Qualifications: cc; AOCP 267, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ROWLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert George Rowland|Rowland, Robert George]] [https://www.familysearch.org/tree/person/details/KH14-G2J] - 1902(Vic)-1996(Vic) - Licences: 3GR Ballarat (1930-1939, 1946-1980+) - Qualifications: AOCP 657, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grocer (Grovedale, 1924); storekeeper (Majorca, 1925-1927; Ballarat, 1931); radio dealer (Ballarat, 1936-1980) - Don't Confuse: 3ZGG/3AFS Robert George Rowlands ===''ROWLATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Rowlatt|Rowlatt, Thomas William]] [https://www.familysearch.org/tree/person/details/GCMJ-HZT] - 1892(Qld)-1978(Qld) - Licences: Receive (Crystal) Brisbane (South Brisbane, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: fitter (Kangaroo Point, Qld, 1915-1921); engineer (Kangaroo Point, Qld, 1925-1937); mechanical engineer (Kangaroo Point, Qld, 1943-1968); retired (Chermside, Qld, 1972-1977) ===''ROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Roy|Roy, A. J.]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 577, 1930, No. ?? in Vic - amateur operator?; amateur broadcaster? - Electoral Rolls: Nil yet identified - Individual not yet identified (115 Skene St, Warrnambool, Vic - 1930) ===''ROYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Arthur Kirkcaldy Royle|Royle, William Arthur Kirkcaldy]] [https://www.familysearch.org/tree/person/details/GZ13-BBQ] - 1909(NSW)-1965(NSW) - Licences: 2WA Sydney (Edgecliff, 1927-1928); 2AWK Sydney (Darling Point, 1946-1950; Sandringham, 1961) - Qualifications: AOCP 318, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: underwriter (Edgecliff, 1936-1954); agent (Sandringham, 1958) ===''RUBAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Peter Ruban|Ruban, John Peter]] [https://www.familysearch.org/tree/person/details/G8CM-DMS] - 1925(???)-2015(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: radio technician (Footscray North, 1963-1968); technician (Maidstone, Vic, 1972-1980) ===''RUMBOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Rumbold|Rumbold, George Henry]] [https://www.familysearch.org/tree/person/details/9VKD-BSQ] - 1907(Vic)-1977(Vic) - Licences: 3GR Bendigo (1927) - Qualifications: AOCP 349, 1927, No. ?? in Vic - amateur operator - Electoral Rolls: carpenter (Bendigo, 1928); insurance agent (Kyneton, 1931; Shepparton, 1931; Bendigo, 1936-1937); assistant superintendent (Bendigo, 1942-1954); cabinet maker (Bendigo, 1963-1972) ===''RUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Ruse|Ruse, Thomas William]] [https://www.familysearch.org/tree/person/details/KZMB-QWY] - 1891(Vic)-1987(WA)95yo - Licences: 6WK Perth (Perth City, 1930-1931; Osborne Park, 1933-1969) - Qualifications: cc; AOCP 627, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: baker (Osborne Park, 1916-1972); retired (Bunbury, 1977-1980) ===''RUSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Cooper Russell|Russell, Albert Cooper "Bert"]] [https://www.familysearch.org/tree/person/details/GFQ9-BQV] - 1916(WA)-1995(NSW) - Licences: 6AR Albany (1936-1937); 6AR Northam (1938-1939) - Qualifications: cc; AOCP 1670, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937); mechanic (New Town, Tas, 1943-1949); engineer (Sandringham, Vic, 1954; Sans Souci, NSW, 1958; Double Bay, NSW, 1963; Kensington, NSW, 1968-1980) ===''RYAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Ryan|Ryan, Albert John "Jack"]] [https://www.familysearch.org/tree/person/details/GZWH-V6X] - 1897(Vic)-1984(NSW) - Licences: 2LE Canberra (Kingston, 1930-1933); 2YN Canberra (Kingston, 1933-1939) - Qualifications: CPRT 489, 1919; AOLCP 80, 1932; no record of AOCP - amateur operator; amateur broadcaster; WW1; WW2; broadcast engineer; PMGD (junior mechanic NSW, 1917; clerk, 1919); founder of 2CA Canberra commercial - Electoral Rolls: - several contemporaneous AJR's * [[/George Edward Ryan|Ryan, George Edward]] [https://www.familysearch.org/tree/person/details/G8CM-RCC] - 1910(Qld)-1987(Qld) - Licences: 4RG Brisbane (South Brisbane, 1936-1939; Dutton Park, 1946-1954) - Qualifications: cc; AOCP 1633, 1936, Qld - amateur operator; amateur broadcaster; telephone mechanic (PMGD) - Comment: several contemporaneous GERs - Electoral Rolls: motor mechanic (South Brisbane, Qld, 1937); telephone mechanic (South Brisbane, Qld, 1943-1954); PMG Instructor (St Lucia, Qld, 1958); instructor (Taringa, Qld, 1963-1980) ===''RYMILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Campbell Rymill|Rymill, Arthur Campbell]] [https://www.familysearch.org/tree/person/details/LXVS-CTB] - 1907(SA)-1989(SA) - Licences: Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Riddoch Rymill|Rymill, Robert Riddoch]] [https://www.familysearch.org/tree/person/details/LV5N-YC9] - 1904(SA)-1990(SA) - Licences: V753 Receive Melbourne (Toorak, 1922); 3GX Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: ethnologist (South Yarra, 1931) - Links: [https://vwma.org.au/explore/people/535352 WW2] =='''S'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''SAAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Saar|Saar, Alexander]] [https://www.familysearch.org/tree/person/details/GZ52-N3K] - 1889(???)-1956(WA) - Licences: 6CZ Receive Perth (West Perth, 1923); 6CZ Northam (1923-1925); 6KM Eucla (1926-1927); 6KM Geraldton (1933); 6KM Perth (Maylands, 1937-1939) - Qualifications: cc; AOCP 264, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telegraph lineman (North Perth, WA, 1915); postal electrician (Northam, WA, 1917); mechanic (Bunbury, WA, 1916-1917; Balkatta, WA, 1922; Eucla, WA, 1925-1926; North Perth, WA, 1928; Maylands, WA, 1931); postal electrician (Maylands, WA, 1936-1954) ===''SAGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Noel Sagar|Sagar, Eric Noel]] [https://www.familysearch.org/tree/person/details/GDKS-4J9] - 1896(SA)-1976(NSW) - Licences: 5CM Receive Adelaide (Largs Bay, 1923); Receive Adelaide (Largs Bay, 1923); 5CM Adelaide (Largs Bay, 1924-1926); 4ES Brisbane (Greenslopes, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Halcyon: Not mentioned - Electoral Rolls: manager (Greenslopes, Qld, 1932); engineer (Darlinghurst, 1943-1949); orchardist (Kincumber, NSW, 1949-1958) ===''SAINSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Henry Sainsbury|Sainsbury, Rupert Henry]] [https://www.familysearch.org/tree/person/details/L28X-5H3] - 1896(NSW)-1974(NSW) - Licences: 2YJ Sydney (Concord, 1924-1936); 4YJ Brisbane (Clayfield, 1937-1939); 2YJ Sydney (Concord, 1946-1954; Epping, 1955-1975) - Qualifications: cc; AOCP 54, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: clerk (Concord, 1930); traveller (Hendra, 1936-1937); soldier (Norman Park, 1943); executive (Concord West, 1949-1954); commercial traveller (Epping, 1958-1968) ===''SAINTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Melville Sainty|Sainty, Clifford Melville]] [https://www.familysearch.org/tree/person/details/GZ61-1GZ] - 1907(NSW)-1987(SA) - 2MS Warrawee (1925-1926), amateur operator (AOCP 88, 1925, No. ?? in NSW), amateur broadcaster, likely related to XAH S. J. Sainty ===''SALAMY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Salamy|Salamy, Edward]] [https://www.familysearch.org/tree/person/details/GZHH-VWR] - 1904(Vic)-1977(Vic) - Licences: 3AJ Receive Warrnambool (1922-1923); 3AJ Warrnambool (1924-1933); 3PS Warrnambool (1948-1975) - Qualifications: cc; AOCP 35, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: jeweller (Warrnambool, 1924-1977) ===''SAMPHIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Luke Samphier|Samphier, Richard Luke]] [https://www.familysearch.org/tree/person/details/L58L-DPC] - 1914(WA)-1980(WA) - Licences: 6YZ Perth (City, 1936-1937; Victoria Park, 1938-1939; Carlisle, 1947-1955; Mt Lawley, 1956-1975+) - Qualifications: cc; AOCP 1717, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: blind school worker (North Perth, WA, 1936; Leederville, WA, 1943); Blind School employee (Carlisle, WA, 1949-1954; Mt Lawley, WA, 1958) ===''SANDEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Sandel|Sandel, Otto]] [https://www.familysearch.org/tree/person/details/GW4J-54J] - 1905(Qld)-1999(NSW) - 2UW Sydney (Manly, 1923; Kensington, 1923-1924; Northbridge, 1924-1925; Bellevue Hill, 1926-1927); 2HH Sydney (Woollahra, 1936-1939, 1946-1969; Bondi, 1975) - Qualifications: cc; AOLCP 270, 1935, NSW - amateur operator; amateur broadcaster; founder B class 2UW Sydney & 2UX Wagga Wagga - don't confuse Charles Albert Sandell of AAE fame - Electoral Rolls: radio dealer (Woolahra, 1930-1931); engineer (Bondi, 1933; Edgecliff, 1936-1937; Bondi Junction, 1943-1954; Bondi Beach, 1958-1980) ===''SANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Albert Sandell|Sandell, Charles Albert]] - 1886(Eng)-1980(WA) - early wireless experimenter, Sydney, 1911, amateur operator (AOCP ??, 19??, No. ?? in ???), participant in the Australasian Antarctic Expedition, amateur broadcaster, military (WW1), don't confuse Otto Sandel of 2UW fame ===''SANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Sander|Sander, John Henry "Jack"]] [https://www.familysearch.org/tree/person/details/K6WF-H23] - 1906(WA)-1955(WA) - Licences: 6MS Geraldton (1935-1937); 6MS Perth (Cannington, 1938-1939, 1947-1956) - Qualifications: cc; AOCP 1435, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wheelwright (Geraldton, WA, 1930); electrician (Geraldton, WA, 1931-1937); telephone mechanic (South Perth, WA, 1937; Cannington, WA, 1943-1954) ===''SANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas George Sanderson|Sanderson, Douglas George]] [https://www.familysearch.org/tree/person/details/9WZJ-2K3] - 1924(Qld)-1994(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcast engineer (PMGD); historian (broadcast); federal public servant (PMGD) - Electoral Rolls: PMG technician (Torwood, Qld, 1949-1954); technician (Ashgrove, Qld, 1958-1968); engineer (Chermside, Qld, 1972; Windsor, Qld, 1977-1980) ===''SANDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Keith Sandham|Sandham, James Keith "Keith"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''SAUNDERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lewis Saunders|Saunders, Alfred Lewis]] [https://www.familysearch.org/tree/person/details/GZLR-FMS] - 1909(SA)-2003(???) - Licences: Receive Adelaide (Hyde Park, 1923-1924); 5BX Adelaide (Glenelg, 1925-1939, 1946-1955; Plympton, 1956-1980+) - Qualifications: cc; AOCP 223, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Glenelg, 1939-1943) ===''SAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Saw|Saw, Frederick William]] [https://www.familysearch.org/tree/person/details/G9S9-JN3] - 1884(WA)-1957(WA) - Licences: 6DA Perth (Armadale, 1923-1926; Victoria Park, 1927); 6DA Albany (1930-1931); 6DA Perth (Wanneroo, 1933; North Perth, 1937-1939); 6DA Northam (1946-1948) - Qualifications: cc; AOCP 174, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storekeeper (Armadale, 1909); electrician (Beverley, 1916-1917; Armadale, 1921-1925; Albany, 1928-1931; Balkatta, 1936; Leederville, 1937; Kalgoorlie, 1937-1943); mechanic (North Perth, 1949); retired (Triggs Island, 1954) * [[/Malcolm Henry Saw|Saw, Malcolm Henry ]] [https://www.familysearch.org/tree/person/details/LVCY-H9M] - 1921(WA)-1997(WA) - 6SM Perth (Doubleview, 1960-1980+), amateur operator (AOCP 3674, 1958, No. ?? in WA), WW2, engineer (Doubleview, 1972) ===''SAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Sawford|Sawford, Leonard Francis]] [https://www.familysearch.org/tree/person/details/LF7J-2XK] - 1908(SA)-1968(SA) - Licences: 5DH Receive Adelaide (Port Adelaide, 1923); Receive Adelaide (Port Adelaide, 1923); 5LF Adelaide (Peterhead, 1925-1928; West Croydon, 1931; Largs, 1937-1939); 5YF Adelaide (Glen Osmond, 1948-1965) - Qualifications: cc; AOCP 173, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; agent (Largs, 1939) - Electoral Rolls: agent (Largs, SA, 1939-1941) ===''SCANLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Scanlon|Scanlon, William Lawrence]] [https://www.familysearch.org/tree/person/details/GDKG-3XR] - 1901(Tas)-1971(NSW) - Licences: Receive Hobart (West Hobart, 1921-1923); 7AL Hobart (West Hobart, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; sales (Medhursts, Hobart to 1924, Launceston from 1924) - Electoral Rolls: Nil yet identified ===''SCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harley Irwin Schell|Schell, Harley Irwin]] [https://www.familysearch.org/tree/person/details/GD57-PV8] - 1907(Tas)-1996(Tas) - Licences: 7AW Receive West Burnie (1922); Receive West Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: mechanic (Kelso, 1936-1972) ===''SCHLEICHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Schleicher|Schleicher, Keith]] [https://www.familysearch.org/tree/person/details/G3D4-5RS] - 1918(Qld)-1997(Qld) - 4KS Brisbane (Toowong, 1938-1939, 1946-1947; Alderley, -1950+; Aspley, McDowall, -1980+) - amateur operator (AOCP 2144, 1938, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), radio employee (Tracksons, manager service), business proprietor (Blue & White Cabs comms) ===''SCHMIDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Frederick Schmidt|Schmidt, Ronald Frederick]] [https://www.familysearch.org/tree/person/details/G88P-1B9] - 1913(Vic)-1990(Vic) - Licences: 3LY Trafalgar (1930); 3LY Moe (1931); 3LY Sale (1933-1939, 1946-1948); 3LY Melbourne (Camberwell, 1954-1980+) - Qualifications: AOCP 567, 1930, No. ?? in Vic; AOLCP 69, 1932; 1COCP 72, 1936; TVOCP 75, 1957 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: wireless operator (Sale, 1934-1937); radio technician (Sale, 1949-1954); technician (Camberwell, 1954-1980) ===''SCHNITZERLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Joseph Schnitzerling|Schnitzerling, Leonard Francis Joseph]] [https://www.familysearch.org/tree/person/details/G885-W43] - 1907(Qld)-1969(Qld) - Licences: 4CK Warwick (1938-1939, 1946-1969) - Qualifications: cc; AOCP 2099, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, 1928-1968) ===''SCHOFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Schofield|Schofield, William]] [https://www.familysearch.org/tree/person/details/GXB3-69N] - 1874(Eng)-1971(WA)97yo - Licences: 6WS Perth (Peppermint Grove, 1935-1939, 1947-1969) - Qualifications: cc; AOCP 1463, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: manager (Peppermint Grove, WA, 1919); broker (Peppermint Grove, WA, 1922-1968) ===''SCHOLZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hans Scholz|Scholz, Hans "Harold" / "Harry" / "Tibby"]] [https://www.familysearch.org/tree/person/details/G64P-CV3] - 19??(???)-1970(Qld) - Licences: 4HR Brisbane (Coorparoo, 1931); 4HR Nambour (1933); 4HR Brisbane (Coorparoo, 1937); 4HR Gladstone (1937-1939); 4HR Brisbane (Morningside, 1946-1969) - Qualifications: cc; AOCP 784, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ; South Brisbane RC; Brisbane DX Club); broadcast technician (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, 1937); mechanic (Dalby, 1943); not stated (Morningside, 1949-1968) ===''SCHULTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Nelson Schultz|Schultz, Leonard Nelson "Len"]] [https://www.familysearch.org/tree/person/details/GZJY-QBF] - 1906(NSW)-1980(NSW) - Licences: 2LO Sydney (Lane Cove, 1922); 2LO Sydney (Lane Cove, 1923-1930); 2ANM Sydney (Mosman, 1947-1980) - Qualifications: cc; AOCP 171, 1925, No. ?? in NSW; AOLCP 45, 1931; 3AIR 176, 1942 - amateur operator; amateur broadcaster; broadcast engineer (co-designed 2GB, 1926; involved 2CA, 4BH, 2MW, 5DN); professional associations (IRE: foundation member, vice-president, president); aviator (Royal Aero Club NSW, committee) - Electoral Rolls: broadcasting engineer (Mosman, 1935-1937); engineer (Mosman, 1949-1977) ===''SCHULTZE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Ludwig Schultze|Schultze, John Edwin Ludwig]] [https://www.familysearch.org/tree/person/details/GQTB-9FL] - 1906(Vic)-1969(Vic) - 3QO Receive Melbourne (Glenferrie, 1923-1924), 3JS Melbourne (Glenferrie, 1925-1933; Hawthorn, 1937-1939), amateur operator (AOCP 163, 1925, No. ?? in Vic), amateur broadcaster, motor mechanic (Hawthorn, 1934) ===''SCOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil John Scott|Scott, Alfred Cecil John "Cecil", "Cec", "Scottie"]] [https://www.familysearch.org/tree/person/details/M12J-9YK] - 1888(Tas)-1954(Tas) - Licences: Receive (Crystal) Launceston (1923); 7CS Launceston (1925-1931); 7CS Hobart (Lindisfarne, 1933; Sandy Bay, 1937-1939) - Qualifications: cc; AOCP 56, 1925, No. ?? in Tas - amateur receiver; amateur operator; amateur broadcaster - Comment: well-known for comic QSL cards - Electoral Rolls: bench clerk (Nelson, 1936; Hobart South, 1943-1954) * [[/Ernest Kilburn Scott|Scott, Ernest Kilburn]] [https://www.familysearch.org/tree/person/details/LBDW-TBR] - 1868(Eng)-1941(Eng) - Came to Sydney in 1905 to organise electrical engineering department of University of Sydney, likely early wireless experimenter, promoted need for wireless telegraphy for Australia, returned to England ca 1910 - [https://www.gracesguide.co.uk/Ernest_Kilburn_Scott Graces Guide - Ernest Kilburn Scott] * [[/Francis Ladner Scott|Scott, Francis Ladner]] [https://www.familysearch.org/tree/person/details/GXHK-DTF] - 1899(Eng)-1953(Qld) - Licences: 4BO Thursday Island (1933); 2UH Sydney (Randwick, 1934-1936; Naremburn, 1937-1938; La Perouse, 1939 - Qualifications: cc; CPRT 419, 1918; 2COCP 360, 1931; 1COCP 33, 1934 - amateur operator; amateur broadcaster; coastal wireless operator; military (UK Merchant Navy post WW1) - Electoral Rolls: wireless operator (Nundah, Qld, 1921-1925); radio telegraphist (Pinkenba, Qld, 1929; Thursday Island, Qld, 1931; Randwick, NSW, 1935; Waverton, NSW, 1943; Wyndham, WA, 1943; Rockhampton, Qld, 1949) * [[/George Archibald Scott|Scott, George Archibald "Scotty"]] [https://www.familysearch.org/tree/person/details/G682-TGN] - 1882(Eng)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 607, 1921; 1COCP 181, 1931 - RANRS (commissioned telegraphist, 1917); PMGD (radio inspector, WA); witness to Royal Commission 1927 (as radio inspector, WA) - Electoral Rolls: engineer (Rockhampton, 1913-1914; Hendra, 1915-1917); radio inspector (Fremantle, 1925-1937) - Links: [http://nla.gov.au/nla.news-article84253651 Bio] * [[/Herbert Godfrey Scott|Scott, Herbert Godfrey "Herb"]] [https://www.familysearch.org/tree/person/details/G8MJ-JFJ] - 1902(Qld)-1968(Qld) - Licences: 4HS Toowoomba (1931-1937); 4HS Brisbane (Albion, 1938-1939; 1946-1965) - Qualifications: cc; AOCP 750, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Railways) - Electoral Rolls: clerk (Toowoomba, 1925-1936; Albion, 1943-1968) * [[/Jack Bartlett Scott|Scott, Jack Bartlett]] [https://www.familysearch.org/tree/person/details/G8VX-FLR] - 1909(NSW)-1988(NSW) - Licences: 2NR Sydney (Epping, 1930-1934); 2AJX Sydney (Cheltenham, 1938-1939; Epping, 1946-1950) - Qualifications: AOCP 685, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Epping, 1933-1935); engineer (Epping, 1949; Wahroonga, 1954-1968); retired (Carlingford, 1977-1980) * [[/Robert Ochiltree Scott|Scott, Robert Ochiltree]] [https://www.familysearch.org/tree/person/details/G8H4-5SX] - 1898(Vic)-1960(Vic) - Licences: 2RS Gundagai (1929-1931); 2RS Balranald (1933); 3OS Scotsburn (1937-1939); 3OS Melbourne (St Kilda, 1956-1960) - Qualifications: AOCP 476, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: grazier (Ballarat, 1920-1924); farmer (Murrayville, 1925-1927; Gundagai, 1930); mechanic (South Yarra, 1943; Melbourne, 1949) * [[/Robert Townley Scott|Scott, Robert Townley]] [https://www.familysearch.org/tree/person/details/G7YC-MBK] - 1841(Eng)-1922(Qld) - senior state public servant (secretary, Qld Post & Telegraph Dept), senior federal public servant (secretary, Postmaster-General's Department) * [[/W. F. Scott|Scott, W. F.]] - 18??(???)-19??(???) - Licences: 4?? Brisbane (West End) - Qualifications: cc; AOCP 334, 1927, No. 37 in Qld - amateur operator; amateur broadcaster - Comment: likely father of H. S. Scott who was reported youngest ever to pass AOCP at age 16 - Electoral Rolls: Nil yet identified * [[/Walter Henry Scott|Scott, Walter Henry]] [https://www.familysearch.org/tree/person/details/G76Z-11G] - 1904(Eng)-1987(SA) - Licences: Receive Adelaide (Glenelg, 1923); 5HS Clare (1937-1939) - Qualifications: cc; AOCP 1888, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Clare, SA, 1939); telephone mechanic (Glenelg, SA, 1941-1943) ===''SEBIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Dudley Sebire|Sebire, Leon Dudley "Leo"]] [https://www.familysearch.org/tree/person/details/G8V2-QX5] - 1932(Vic)-2006(Vic) - Licences: 3CF Melbourne (Wandin North, 1956-1960) - Qualifications: 2COCP 1319, 1955; 1COCP 1786, 1955 - amateur operator, amateur broadcaster, director Telstra Broadcasting Branch - Electoral Rolls: radio mechanic (Wandin Yallock, 1954); engineer (Mordialloc, 1963-1980) - Relationships: son of 3MX Percival John Sebire - Awards: Member Order of Australia "For service to communications, particularly broadcasting" (1991) * [[/Percival John Sebire|Sebire, Percival John "Percy"]] [https://www.familysearch.org/tree/person/details/LCFD-Z2R] - 1904(Vic)-1994(Vic) - Licences: 3MX Melbourne (Moorabbin, 1930-1939, 1946-1980+) - Qualifications: AOCP 692, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elsternwick, 1926; Bentleigh, 1928-1936; Cheltenham, 1949; Moorabbin, 1954-1980) - Relationships: father of 3CF Leon Dudley Sebire ===''SEBLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Sebley|Sebley, William John]] [https://www.familysearch.org/tree/person/details/G649-7VL] - 1894(Qld)-1980(Qld) - Licences: 4WS Ipswich (1931-1939, 1946-1948); Southport (1954-1965) - Qualifications: cc; AOCP 736, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Ipswich, 1915; North Ipswich, 1919-1949; Southport, 1954-1968); ===''SECCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Louis Mervyn Seccombe|Seccombe, Louis Mervyn]] [https://www.familysearch.org/tree/person/details/G8PW-XWM] - 1895(Tas)-1970(NSW) - Licences: 3KT Receive Melbourne (Ascot Vale, 1922-1923); 3KT Melbourne (East Kew, 1924; Ascot Vale, 1924-1925; Hawksburn, 1926; East Malvern, 1927); 2KT Sydney (Rockdale, 1928-1939) - Qualifications: cc; 1COCP 396, 1940 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: salesman (Ascot Vale, Vic, 1919); commercial traveller (Ascot Vale, Vic, 1924); radio engineer (Rockdale, NSW, 1930-1937); wireless operator (Longreach, Qld, 1943); communications officer (Hurstville, 1949-1963); - Comment: Surname sometimes misspelled Secombe ===''SELBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Selby|Selby, George William]] [https://www.familysearch.org/tree/person/details/LCTW-BMT] - 1858(Vic)-1949(Vic) - early wireless and X-ray experimenter ===''SELF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Self|Self, Thomas Edward]] - 1854(???)-19??(???) - b. 7 Jan 1854, Early Tasmanian wireless experimenter, demonstration before Royal Society 1898, beware another Thomas Edward Self (b. 9 Oct 1853) in Hobart at the same time ===''SELFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Giles Turner Selfe|Selfe, Harry Giles Turner]] [https://www.familysearch.org/tree/person/details/K24M-5XB] - 1894(NSW)-1942(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 157, 1915; 1COCP 51, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2; RANVR (commissioned telegraphist, 1942) - Electoral Rolls: radio telegraphist (Geraldton, WA, 1918; Broome, WA, 1922; Leichhardt, NSW, 1933; Darling Harbour, NSW, 1934-1937) ===''SELLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Sellenger|Sellenger, David Charles]] [https://www.familysearch.org/tree/person/details/G8VT-5GJ] - 1902(NSW)-1966(NSW) - Licences: 2DC Sydney (Hurstville, 1930-1965) - Qualifications: AOCP 700, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Hurstville, 1930-1963) ===''SELLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Sellick|Sellick, Edward]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''SELMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold George Selman|Selman, Harold George]] [https://www.familysearch.org/tree/person/details/LRM4-3S8] - 1907(Vic)-1985(Vic) - 3GN Geelong (1925), 3GN Chilwell (1926), 3GN Geelong (1927), 3GN Melbourne (West Coburg, 1931), 3GN Geelong (1933), 3CM Geelong (1948-1980+), amateur operator (AOCP 164, 1925, No. ?? in Vic), amateur broadcaster, radio dealer (Geelong, 1954) ===''SEMMENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Segbert Cornwall Semmens|Semmens, George Segbert Cornwall]] [https://www.familysearch.org/tree/person/details/G744-HQ5] - 1901(Vic)-1977(Vic) - Licences: XJCY Melbourne (East St Kilda, 1913-1914); V756 Receive (1922); 3GZ Receive Buln Buln East (1922); 3GS Laver's Hill (1925-1926); 3GS Queenstown (1927); 3GS Moreland (1931); 3GS Foxhow (1933); Melbourne (Essendon (1937-1939); Glen Iris (1946-1960); Clematis, 1965-1975); 3AEN Melbourne (Clematis, 1954-1960) - Qualifications: cc; AOCP 216, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: teacher (Coburg, 1928; Preston, 1931; Essendon, 1936); res. chemist (Glen Iris, 1943-1963); technical adviser (Clematis, 1968-1977) ===''SERLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric Serle|Serle, Cedric]] [https://www.familysearch.org/tree/person/details/LZT2-SC8] - 1910(Vic)-1972(Vic) - Licences: 3RX Melbourne (Canterbury, 1928-1933; Toorak, 1938-1939; Elwood, 1946-1947); 3ARX Melbourne (Windsor, 1948-1956; Caulfield, 1960-1965) - Qualifications: AOCP 443, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Camberwell North, 1931-1934; Kew, 1936; Toorak, 1937; St Kilda, 1942; Prahran, 1949; Caulfield South, 1963-1972) ===''SEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Percy Lambert Holt Sewell|Sewell, Percy Lambert Holt]] [https://www.familysearch.org/tree/person/details/GDM1-YB1] - 1900(NSW)-1949(NSW) - Licences: 2CJ Receive Sydney (Paddington, 1922); 2CJ Sydney (Paddington, 1922-1925; Darlinghurst, 1925-1926) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Fire Station, Mittagong, 1930-1935; Mittagong, 1936-1937; Kempsey, 1943); installation inspector (Queanbeyan, 1949) ===''SEYLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Jakob Seyler|Seyler, Albert Jakob or Jacob]] [https://www.familysearch.org/tree/person/details/G8NL-F5N] - 1913(Ger)-1977(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - WW2 (Luftwaffe); radar engineer; television researcher; PMGD Research Laboratories (Assistant Director General) - Electoral Rolls: engineer (Mt Waverley, 1963; Burwood, 1968); PMG (Croydon, 1972); assistant director (Emerald, 1977) - [https://adb.anu.edu.au/biography/seyler-albert-jakob-11660 ADB] ===''SHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Henry Shannon|Shannon, Francis Henry "Frank"]] - 1910(Qld)-1991(Qld) - 4SN Allora (1938-1939), Tamborine (1946-1947), Minden (1948-1956), Ipswich (1960-191975), Toowoomba (1980+), amateur operator (AOCP 2145, 1938, No. ?? in Qld), amateur broadcaster , radio clubs (Wooloowin RC, WIA, Qld Listeners' League), journalist (AR, VK4 Notes), occupation (school teacher) ===''SHARLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Sharland|Sharland, Arthur Henry "Chilla"]] [https://www.familysearch.org/tree/person/details/GZZD-ZKS] - 1909(Qld)-1983(Qld) - Licences: 4SD Brisbane (Boondall, 1936-1939, 1946-1948; Ekibin, 1954); 4SD Cloncurry (1955); 4SD Brisbane (Wynnum North, 1956); 4SD Rockhampton (1960); 4SD Yeppoon (1965-1980+) - Qualifications: cc; AOCP 1807, 1936, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless operator); federal public servant (DCA) - Electoral Rolls: labourer (Boondall, Qld, 1937-1943); Commonwealth officer (Wynnum North, Qld, 1954); communications officer (Rockhampton, Qld, 1958-1963; Yeppoon, Qld, 1968-1977); retired (Causeway via Yeppoon, Qld, 1980) ===''SHARP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John James Charles Sharp|Sharp, John James Charles]] [https://www.familysearch.org/tree/person/details/GZBZ-TZV] - 1897(Vic)-1974(Vic) - Licences: 3KA Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 591, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Prahran Gardens, 1919-1924; Caulfield, 1928-1972) ===''SHARPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Victor Sharpe|Sharpe, Frank Victor]] [https://www.familysearch.org/tree/person/details/GMD2-GVZ] - 1904(Qld)-1988(Qld) - Licences: 4AZ Brisbane (Wooloowin, 1924-1929; Ashgrove, 1930-1937; Redcliffe, 1938-1939); 4ZFS Brisbane (Clayfield, 1975); 4FV Brisbane (Clayfield, 1980) - Qualifications: cc; AOCP 20, 1924, No. 4 in Qld; AOCP Q112, 1975 - amateur operator; amateur broadcaster; WW2; radio club (RSQ, WIAQ); military (AMF) - Awards: C.M.G.; O.B.E. - Electoral Rolls: merchant (Wooloowin, 1925-1929); director (Ashgrove, 1934-1937); soldier (Ashgrove, 1943); machinist (likely typo for merchant) (Clayfield, 1949); merchant (Clayfield, 1954-1980) ===''SHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Shaw|Shaw, Archibald John]] [https://www.familysearch.org/tree/person/details/G8K2-ZDZ] - 1872(NSW)-1916(Vic) - XPO King Island (1911); X?? Sydney (Randwick), early wireless experimenter, proprietor Maritime Wireless Telegraph Co of Australasia (1910+) with Edward Hope Kirkby, technical specialist - [https://adb.anu.edu.au/biography/shaw-archibald-john-8404 ADB] [http://messui.polygonal-moogle.com/valves/NW199003.pdf EA] * [[/J. G. Shaw|Shaw, J. G.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (Chelmer, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Raymond Herbert Preston Shaw|Shaw, Raymond Herbert Preston]] [https://www.familysearch.org/tree/person/details/GD3J-J31] - 1901(Eng)-1996(NSW) - Licences: 2LY Receive Sydney (Bondi, 1922-1923); 2LY Sydney (Woolahra, 1924-1929; South Kensington, 1930) - Qualifications: cc; CPRT 664, 1921 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kensington, 1930-1931; Vaucluse, 1932-1980) * [[/Sidney Alexander Shaw|Shaw, Sidney Alexander]] [https://www.familysearch.org/tree/person/details/KFJY-4NH] - 1882(Eng)-1974(WA) - Licences: 6AI Perth (East Guildford, 1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: assistant station master (Woolgangee, WA, 1916-1917); railway officer (East Guildford, WA, 1925-1926); civil servant (Kalgoorlie, WA, 1930-1931); station master (Coolgardie, WA, 1936-1943); retired (East Fremantle, WA, 1949-1972) ===''SHAWSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Shawsmith|Shawsmith, Alan "Smithy" or Alan Shaw Smith]] [https://www.familysearch.org/tree/person/details/G37T-B3Y] - 1917(Qld)-2010(Qld) - Licences: 4SA Brisbane (Indooroopilly, 1935-1939); 4SS Brisbane (West End, -1952-2010) - Qualifications: cc; AOCP 1582, 1935, Qld - amateur operator; historian (amateur); journalist; broadcast engineer (ABC2); public servant (ABC2) - Relationships: Father of 4JSS Steven Shawsmith - Electoral Rolls: poultry farmer (Salisbury, Qld, 1943); radio mechanic (West End, Qld, 1949); builder (West End, Qld, 1954-1980) * [[/Steven Shawsmith|Shawsmith, Steven "Steve"]] - Licences: 4JSS Brisbane - Qualifications: (AOCP ???, 19??, No. ?? in Qld) - amateur operator - Relationships: Son of 4SA-4SS Alan Shawsmith - Electoral Rolls: ===''SHEARER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Anderson Shearer|Shearer, Gordon Anderson]] [https://www.familysearch.org/tree/person/details/LV5G-JW4] - 1907(Qld)-1984(Vic) - Licences: 4FU Receive Brisbane (Alderley, 1923-1924); 4GA Gayndah (1930); 4GA Mt Nebo (1931-1934); 4GA Cloncurry (Quamby, 1937-1939) - Qualifications: cc; AOCP 447, 1928, No. ?? in Qld; 2COCP 95, 1937 - amateur operator; amateur broadcaster; employment (school teacher); state public servant (Qld Dept Education); WW2 - Electoral Rolls: school teacher (Quamby, Qld, 1937; Westbrook, Qld, 1943); aeradio operator (Cloncurry, 1949); communications officer (Cloncurry, 1954); supervisor (Surrey Hills, 1963-1968); retired (Vermont, 1972-1980) ===''SHEARSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Leonard Shearstone|Shearstone, Vincent Leonard]] [https://www.familysearch.org/tree/person/details/G895-CYJ] - 1916(Eng)-1983(NSW) - Licences: Nil - Qualifications: BOCP 4, 1936 - WW2 - Electoral Rolls: radio technician (Albury, 1937); radio announcer (Goulburn, 1943); radio electrician (Goulburn, 1949-1980) ===''SHELDRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Cornwell Sheldrick|Sheldrick, Eric Cornwell "Shel"]] [https://www.familysearch.org/tree/person/details/GZ64-X2X] - 1903(Eng)-1966(Tas) - Licences: 7BH Receive Launceston (1923); 7BH Launceston (1924-1926); 7BT Launceston (1927); 7BM Launceston (1931-1939); 7DM Burnie (1948-1954); 7DN Stowport (1955-1960) - Qualifications: cc; AOCP 60, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: chemist's assistant (Launceston, 1928-1943) ===''SHENTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Hilton Shenton|Shenton, Maurice Hilton]] [https://www.familysearch.org/tree/person/details/G67C-Q1B] - 1903(Qld)-1940(Qld) - Licences: 4DC Receive Brisbane (Wynnum South, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: irrigation ganger (Bald Hills, 1925); assistant stream gauger (North Ipswich, 1928); public servant (Annerley, 1937) ===''SHEPARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arundel Elmore Shepard|Shepard, Arundel Elmore]] [https://www.familysearch.org/tree/person/details/G8QY-8HX] - 1910(SA)-2000(SA) - Licences: 5DC Adelaide (Norwood, 1928-1930; Kent Town, 1931-1933; Norwood, 1937-1939; Toorak East, 1946-1965; Heathpool, 1969-1980+) - Qualifications: cc; AOCP 393, 1928, No. ?? in SA; AOLCP 136, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SHEPHERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. A. Shepherd|Shepherd, H. A.]] - 18??(???)-19??(???) - Licences: XQD Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''SHERRIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Sherriff|Sherriff, Ernest George]] [https://www.familysearch.org/tree/person/details/K877-WTX] - 1904(Qld)-1964(Qld) - Licences: 4SU Brisbane (Fairfield, 1935-1937; Hawthorne, 1938-1939; Brisbane City, 1947-1960) - Qualifications: cc; AOCP 1464, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Brisbane South, Qld, 1928); instructor of printing (Fairfield, Qld, 1937; Hawthorne, Qld, 1943-1949) ===''SHIELDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Edward Shields|Shields, Arthur James Edward]] [https://www.familysearch.org/tree/person/details/LBCT-D5G] - 1894(Eng)-1948(Vic) - Licences: 3GP Melbourne (East Malvern, 1930-1939; North Balwyn, 1946-1948) - Qualifications: AOCP 690, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (East Melbourne, 1925-1927; Malvern East, 1928; Camberwell, 1931-1933); auditor (Malvern East, 1934-1936); retired (Ringwood, 1943) ===''SHOEMAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Shoemaker|Shoemaker, Harry]] [https://www.familysearch.org/tree/person/details/G828-7LL] - 1879(USA)-1932(USA) - American inventor and pioneer radio engineer, developer of Shoemaker wireless system, associated with Gehring companies, International Telegraph Construction Co (represented in Australia by John William Ormsby Hamilton, who promoted the Shoemaker system here), United Wireless Telegraph Co, Marconi Wireless Telegraph Co of America, Mallory companies - Links: [[w:Harry Shoemaker|Wikipedia]]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0026.pdf PIRE1]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0027.pdf PIRE2] ===''SHORING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Samuel Shoring|Shoring, Thomas Samuel]] [https://www.familysearch.org/tree/person/details/GXDD-NDG] - 1914(Qld)-2002(Qld) - Licences: 4SR Bundaberg (1937-1939; 4SR Brisbane (New Farm, 1947-1948) - Qualifications: cc; AOCP 1872, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Bundaberg, Qld, 1936-1937); salesman (Bundaberg, Qld, 1943); sound engineer (New Farm, Qld, 1954; Holland Park, Qld, 1963-1980) ===''SHORT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Alban Short|Short, Alfred Alban]] [https://www.familysearch.org/tree/person/details/GZTS-9QQ] - 1904(NSW)-1946(NT) - Licences: 2SH Newcastle (Lambton, 1926-1933) - Qualifications: AOCP 280, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Lambton, 1930-1943) * [[/Ormond Short|Short, Ormond]] [https://www.familysearch.org/tree/person/details/9VHH-SGM] - 1901(Vic)-1985(Vic) - Licences: 3SK Melbourne (St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1925-1926); electrical engineer (Armadale, 1928; Horsham, 1931-1972); engineer (Horsham, 1977) * [[/Walter Short|Short, Walter]] - 19??(???)-19??(???) - Licences: 2AJ Receive Sydney (Manly, 1922); 2AJ Sydney (Manly, 1923-1924; Kirribilli, 1924; Manly, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Note: several contemporaneous WSs, insufficient data to identify * [[/William Newton Short|Short, William Newton "Newt"]] [https://www.familysearch.org/tree/person/details/G97J-HMM] - 1897(NSW)-1967(NSW) - Licences: 2ARA Sydney (Auburn, 1948-1954; Beacon Hill, 1955-1958; Auburn, 1960-1961; Beacon Hill, 1965); 2AOW Sydney (Auburn, 1957-1958) - Qualifications: AOCP 2829, 1948, NSW - amateur operator, amateur broadcaster - Electoral Rolls: butcher (Ulmarra, 1930-1934); shopkeeper (Coraki, 1935-1936); munition worker (Mayfield, 1943); machinist (Auburn, 1949-1958); inspector (Beacon Hill, 1963) ===''SHORTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Charles Shortell|Shortell, Raymond Charles]] [https://www.familysearch.org/tree/person/details/LYMQ-4HQ] - 1904(Vic)-1991(Qld) - 3VB Receive Melbourne (East St Kilda, 1923-1924), 3RS Melbourne (St Kilda, 1925-1933), 3RS Shepparton (1937-1939), 3ARF Geelong West (1948-1954), 3ARF Melbourne (Croydon, 1955-1960; Hawthorn, 1965-1975), 4ARS Gold Coast (1980+), amateur operator (AOCP 77, 1925, No. ?? in Vic), amateur broadcaster ===''SHORTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eddy Wilbee Shorten|Shorten, Eddy Wilbee or Welbee or Wiebec "Ted"]] [https://www.familysearch.org/tree/person/details/MWN4-MZM] - 1899(Qld)-1980(Qld) - Licences: 4TS Brisbane (Paddington, 1932-1939) - Qualifications: cc; AOCP 908, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor) - Comment: Middle name variable; Birth Welbee; Marriage Wiebec; Death Wilbe; AOCP Wilbee - Electoral Rolls: ===''SHORTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Shortt|Shortt, Robert]] - 19??(???)-19??(???) - Licences: 4HF Camooweal (1933-1939); 5SR Tennant Creek (1947-1948); 5SR Adelaide (Glenunga, 1954; New Hindmarsh, 1955-1956) - Qualifications: cc; AOCP 1193, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SIBLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sibly|Sibly, Arthur]] [https://www.familysearch.org/tree/person/details/KC5R-MH6] - 1897(WA)-1976(NSW) - Licences: XYX Perth (North Perth, 1913-1914); 6AF Receive Perth (City, 1923); 6AF Perth (North Perth, 1923-1924; Inglewood, 1924); 2SB Sydney (Kirribilli, 1925-1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Relationships: father of 2ASY-3AUV Sydney Arthur Sibly; brother of Clifton Archibald Sibly - Electoral Rolls: insurance clerk (North Perth, 1919-1922); manager (Albion, Qld, 1936; Eagle Junction, Qld, 1937; Rose Bay, NSW, 1943-1958); retired (Rose Bay, 1963-1972) * [[/Clifton Archibald Sibly|Sibly, Clifton Archibald]] [https://www.familysearch.org/tree/person/details/K41R-3JQ] - 1894(SA)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 225, 1915 - likely early wireless experimenter with brother Arthur's licence - Relationships: brother of XYX-6AF-2SB Arthur Sibly; uncle of 2ASY-3AUV Sydney Arthur Sibly - Electoral Rolls: farrier (North Perth, 1915-1937) * [[/Sydney Arthur Sibly|Sibly, Sydney Arthur]] [https://www.familysearch.org/tree/person/details/GDKF-F7R] - 1926(NSW)-2001(Vic) - Licences: 2ASY Sydney (Rose Bay, 1954; Kingsgrove, 1957-1965); 3AUV Melbourne (Eltham, 1969) - Qualifications: cc; 2COCP 945, 1945; BOCP 1049, 1949 - amateur operator; amateur broadcaster - Relationships: son of XYX-6AF-2SB Arthur Sibly; nephew of Clifton Archibald Sibly - Electoral Rolls: communications officer (Kingsgrove, 1958-1963); clerk (Eltham, Vic, 1968-1977; Queanbeyan, 1980) ===''SIDEBOTTOM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lancelot Sidebottom|Sidebottom, Geoffrey Lancelot]] [https://www.familysearch.org/tree/person/details/GD5X-KGH] - 1902(Tas)-1964(Tas) - Licences: 7BB Receive Launceston (1922); Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of 7SK Maxwell Douglas Langford Sidebottom - Electoral Rolls: clerk (Launceston, 1928-1954) * [[/Maxwell Douglas Langford Sidebottom|Sidebottom, Maxwell Douglas Langford]] [https://www.familysearch.org/tree/person/details/GD5X-5QY] - 1922(Vic)-19??(???) - Licences: 7SK Hobart (Newtown, 1948); 7SK Howrah (1954-1980) - Qualifications: cc; AOCP 2830, 1948, Vic - amateur operator; WW2 - Relationships: son of 7BB Geoffrey Lancelot Sidebottom - Electoral Rolls: sound engineer (New Town, 1949); mechanic (Bateau Bay, NSW, 1980) ===''SIDEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Longfield Sidey|Sidey, Robert Longfield]] [https://www.familysearch.org/tree/person/details/LKSN-3P6] - 1874(NSW)-1951(NSW) - Licences: 2ZY Sydney (Lindfield, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of 2CB James Douglas Kay Sidey - Electoral Rolls: accountant (Lindfield, 1930-1949) * [[/James Douglas Kay Sidey|Sidey, James Douglas Kay or Douglas James Kay]] [https://www.familysearch.org/tree/person/details/LKSN-35P] - 1904(NSW)-1963(NSW) - Licences: 2CB Receive Sydney (Lindfield, 1922-1923); 2CB Sydney (Lindfield, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: son of 2ZY Robert Longfield Sidey - Electoral Rolls: grazier (Bethungra, 1943-1949); no occupation (Junee, 1954) ===''SIEVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ernest William Sievers|Sievers, Ernest William]] [https://www.familysearch.org/tree/person/details/KNJD-8MJ] - 1901(Qld)-1962(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 1165, 1933, Qld; 2COCP 9, 1934; 1COCP 38, 1935 - amateur operator? - Electoral Rolls: railway employee (Kelvin Grove, 1925); night officer (Oakey, 1930); railway night officer (Narangba, 1936-1937); radio telegraphist (Ascot, 1943; Clayfield, 1949-1958) * [[/William Frederick Sievers|Sievers, William Frederick]] [https://www.familysearch.org/tree/person/details/GZJN-NDS] - 1902(Vic)-1996(Vic) - Licences: 3CB Receive Melbourne (East Richmond, 1922-1923); 3CB Melbourne (East Richmond & South Yarra, 1924-1939, 1946-1960; Toorak, 1965-1980+) - Qualifications: cc; AOCP 165, 1925, Vic - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Richmond, 1931-1943); reader (South Yarra, 1949-1963); meter reader (Toorak, 1972-1980) ===''SIGAL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Louis Sigal|Sigal, Harold Louis]] [https://www.familysearch.org/tree/person/details/GZ4R-XFJ] - 1908(SA)-1939(NSW) - Licences: 2UK Sydney (Woollahra, 1926-1930) - Qualifications: AOCP 253, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Woollahra, 1930); engineer (Melbourne East, 1931); electrician (Auburn North, 1933; Centennial Park, 1934; Bondi, 1936-1937; West Perth, 1943; Woolowin, 1949; Bellevue Hill, 1954; Kensington, 1958); manager (Bondi, 1963); salesman (Bondi, 1968); retired (Vaulcuse, 1977-1980) ===''SIGMONT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Sigmont|Sigmont, Walter]] [https://www.familysearch.org/tree/person/details/GD58-221] - 1883(NSW)-1942(Vic) - Licences: 3AH Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: patent attorney (Auburn, Vic, 1917; Elsternwick, 1924-1937; Seaford, 1942); ===''SILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Clive Silby|Silby, Arthur Clive]] [https://www.familysearch.org/tree/person/details/G8B6-PSD] - 1894(SA)-19??(???) - Licences: 6AF Perth (North Perth, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 (Australian Wireless Squadron) [https://alh-research.tripod.com/Light_Horse/index.blog/1911865/australian-wireless-squadron-aif-embarkation-roll/] - Electoral Rolls: motor mechanic (Exeter, 1939-1943) ===''SILVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Leslie Silver|Silver, Frank Leslie]] [https://www.familysearch.org/tree/person/details/94HC-LTV] - 1904(Qld)-1987(Qld) - Licences: 4FL Brisbane (Morningside, 1938-1939, 1947-1980+) - Qualifications: cc; AOCP 2086, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Morningside, Qld, 1937-1943); radio mechanic (Morningside, Qld, 1949-1980) ===''SIMMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Simmonds|Simmonds, Arthur George]] [https://www.familysearch.org/tree/person/details/G8DL-234] - 1906(Eng)-1963(NSW) - Licences: 2GS Sydney (Arncliffe, 1930-1934); 2GS Murwillumbah (1935-1939); 4PG Bundaberg (1946-1948); 2APJ Sydney (Cronulla, 1954-1955; Caringbah, 1956-1961) - Qualifications: AOCP 590, 1930, No. ?? in NSW; BOCP 207, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Arncliffe, 1933); gardner (Arncliffe, 1935); radio engineer (Murwillumbah, 1935-1937); technician (4BU Kalkie, 1943-1949) * [[/Ernest John Simmonds|Simmonds, Ernest John]] - 19??(Eng)-19??(Eng) - G2OD Gerrard's Cross, Buckinghamshire, England, amateur operator, first to two way QSO Australia (Nov 1924, 3BQ) ===''SIMMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Trethowan Simmons|Simmons, Henry Trethowan]] [https://www.familysearch.org/tree/person/details/G4M3-BP4] - 1905(WA)-1985(WA) - Licences: 6KX Perth (Subiaco, 1925-1928; Mt Lawley, 1931-1933; Nedlands, 1937-1939, 1946-1948; West Perth, 1954-1955; Mt Pleasant, 1956-1980) - Qualifications: cc; AOCP 181, 1925, No. ?? in WA; CPRT 1121, 1928; 2COCP 295, 1930; 1COCP 257, 1932 - amateur operator, amateur broadcaster, broadcast engineer - Electoral Rolls: radio operator (Maylands, 1931), radio engineer (Nedlands, 1936; West Perth, 1949), engineer (Fremantle, 1958; Mt Pleasant, 1963-1980) * [[/Leonard Joseph Simmons|Simmons, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/GZBM-SKH] - 1907(Vic)-1987(Vic) - Licences: 3LJ Melbourne (Belgrave, 1926-1931; East Prahran, 1933); 3LJ Rheola (1937-1939); 3LV Trafalgar (1948); 3LV Cheltenham (1954-1980+) - Qualifications: AOCP 304, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Womerah, Yarram Yarram, 1928; Toolangi, Yea, 1931; Armadale, 1934-1936; Rheola, Bendigo, 1936-1937; Nanneela West, Bendigo, 1942; Cheltenham, 1949-1980) ===''SIMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Wilkinson Simms|Simms, Eric Wilkinson]] [https://www.familysearch.org/tree/person/details/G7XZ-9RN] - 1906(WA)-1998(Vic) - Licences: 3KS Melbourne (Malvern, 1927-1931; Caulfield, 1933) - Qualifications: AOCP 360, 1927, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Lieutenant) - Electoral Rolls: warehouseman (Malvern, 1931); buyer (Caulfield, 1934; Hawthorn, 1936-1937); manager (Malvern East, 1949-1980) ===''SIMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Robert Simpson|Simpson, Leslie Robert]] [https://www.familysearch.org/tree/person/details/GZD8-4VD] - 1901(WA)-1966(Vic) - 3SA Ararat (1925-1933), 3SA Melbourne (Windsor, 1947-1965), amateur operator (AOCP 44, 1925, No. ?? in Vic), amateur broadcaster, draper, salesman * [[/Harry Blythe Simpson|Simpson, Harry Blythe]] [https://www.familysearch.org/tree/person/details/GF93-CZ3] - 1920(???)-2013(WA) - Licences: 6HS Perth (Leederville, 1937-1939; Mt Lawley, 1947-1948; Nedlands, 1954-1969; Lesmurdie, 1975-1980+) - Qualifications: cc; AOCP 2060, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: traveller (Claremont, WA, 1949-1968); marketing manager (Lesmurdie, WA, 1972); manager (Lesmurdie, WA, 1977-1980) ===''SIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Sims|Sims, Eric Charles]] [https://www.familysearch.org/tree/person/details/G8MK-NXC] - 1907(WA)-1992(Vic) - Licences: Nil yet identified - Qualifications: cc; AOCP 344, 1927, No. 38 in Qld; 2COCP 16, 1934 - amateur operator; WW2 - Electoral Rolls: wireless mechanic (RAAF Point Cook, 1931-1934); QANTAS air pilot (Brisbane, 1936-1937); public servant (Box Hill, 1963) - Comment: several contemporaneous Eric Charles Sims, need to sort electoral rolls * [[/Ernest Leslie Arthur Sims|Sims, Ernest Leslie Arthur]] [https://www.familysearch.org/tree/person/details/LZ6H-6PF] - 1905(Vic)-1960(Vic) - Licences: 3ZA Melbourne (Preston, 1930-1933); 3ZA Apollo Bay (1937-1939, 1946-1947) - Qualifications: AOCP 622, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: carpenter (Preston, 1931; Apollo Bay, 1933-1937; Preston, 1942; Apollo Bay, 1949-1954) ===''SINGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Claude Paul Singleton|Singleton, Claude Paul]] [https://www.familysearch.org/tree/person/details/G4JR-4SV] - 1914(WA)-1990(Qld) - Licences: 4UX Theodore (1936-1939); 4UX Bundaberg (1946-1947); 4UX Stanthorpe (1948); 4UX Atherton (1954-1955); 4UX Malanda (1956); 4UX Ayr (1960); 4UX Childers (1965); 4UX St George (1969); 4UX Gracemere (1975); 4UX Dalby (1980) - Qualifications: cc; AOCP 1638, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; broadcast technician (4QW, 4QO, 4QW, 4RK, 4QS); federal public servant (PMGD); WW2 - Electoral Rolls: baker (Theodore, Qld, 1936-1937); radio mechanic (Stanthorpe, Qld, 1949); radio technician (Yungaburra, Qld, 1954); public servant (Gracemere, Qld, 1972) ===''SIRL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Charles Sirl|Sirl, Clarence William Charles]] [https://www.familysearch.org/tree/person/details/G89J-9LJ] - 1913(SA)-1981(WA) - Licences: 6XG Katanning (1938-1939; 1947-1969) - Qualifications: BOCP 3, 1936; AOCP 2132, 1938, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Katanning, 1937-1968) ===''SLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Irwin Slade|Slade, Charles Irwin]] [https://www.familysearch.org/tree/person/details/GDN1-G28] - 1921(???)-19??(???) - Licences: 3PZ Melbourne (Elwood, 1938-1939, 1947-1954) - Qualifications: cc; AOCP 2172, 1938, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (St Kilda, 1949-1954); medical practitioner (St Kilda, 1967-1968; Elwood, 1972-1980) * [[/Charles William Slade|Slade, Charles William]] [https://www.familysearch.org/tree/person/details/GH3R-28W] - 1893(Eng)-1962(NSW) - Licences: 2SX Sydney (Croydon, 1925-1939, 1946-1961 - Qualifications: cc; Nil yet identified; English PMG Certificate 1st class - amateur operator; amateur broadcaster; WW1 (RAN, 1909-1924); Wireless Weekly (technical editor, 1925-1928); Daily Telegraph (radio & technical editor, 1928-1929); Keogh Radio (engineer, 1929-1930); Croydon Radio (proprietor, 1930-1933+) - Electoral Rolls: radio engineer, R.A.N. (Croydon, 1943-1958) ===''SLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. F. Slater|Slater, J. F.]] - 19??(???)-19??(???) - Licences: Receive Sheffield (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Harold Ivan Slater|Slater, Harold Ivan]] [https://www.familysearch.org/tree/person/details/GDT3-7JP] - 1898(Tas)-1971(Qld) - Licences: Receive (Crystal) Kelso (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: pastoralist (Kelso, Tas, 1919); labourer (Maypole Hotel, New Town, Tas); no occupation (Middle Park, Vic, 1926); airman (Point Cook, Vic, 1927; Middle Park, 1931); traveller (Elsternwick, 1936-1968) ===''SLATTERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Slattery|Slattery, Joseph Patrick]] [https://www.familysearch.org/tree/person/details/G824-KHF] - 1866(Irl)-1931(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St John's College, Camperdown; St Vincent's, Ashfield, 1930) - Links: [[w:Joseph Patrick Slattery|Wikipedia]]; [https://adb.anu.edu.au/biography/slattery-joseph-patrick-8453 ADB] * [[/Joseph Samuel Francis Slattery|Slattery, Joseph Samuel Francis]] [https://www.familysearch.org/tree/person/details/GZVN-SSF] - 1894(NSW)-1988(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 50, 1915; CPRT 167, 1915; 2COCP 324, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Applecross, WA, 1916; Esperance, WA, 1916; RAN radio station, Geraldton, 1917); travelling salesman (Stanthorpe, 1928-1930); traveller (Tamworth, 1932-1933; Woollahra, NSW, 1933-1935); commercial traveller (New Farm, 1936; Hamilton, Qld, 1937; Fairfield, Qld, 1949; West Sydney, 1949-1954); radio officer (Mascot, NSW, 1958-1963); retired (Cremorne, NSW, 1968-1980) ===''SMART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Smart|Smart, Arthur]] [https://www.familysearch.org/tree/person/details/GXHD-TNH] - 1891(NZ)-1980(NZ) - Licences: 4SM Barcaldine (1936-1937); 4SM Paterson (1938-1939); 4SM Longreach (1946-1948); 4SM Cairns (Cairns City, 1954-1956; Freshwater, 1960-1975) - Qualifications: cc; AOCP 1625, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: boiler attendant (Dunevia Station, Blackhall, Qld, 1913); motor engineer (Aramac, Qld, 1916-1925; Barcaldine, 1928-1937); freeholder (Longreach, Qld, 1943); mechanic (Longreach, Qld, 1949); farmer (Cairns, Qld, 1954-1958); retired (Freshwater, Qld, 1963-1972; Cairns, Qld, 1977) ===''SMELLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ellis Henry Smellie|Smellie, Ellis Henry]] [https://www.familysearch.org/tree/person/details/GX7P-FDM] - 1893(Vic)-1991(Vic) - Licences: Nil yet identified - Qualifications: cc; 2COCP 218, 1930; 1COCP 240, 1931 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: radio telegraphist (Radio Station, Applecross, 1925; Geraldton, 1931; Broome, 1936); telegraphist (Caulfield, Vic, 1942-1949); radio officer (Caulfield, Vic, 1954; Blackburn, 1963-1980) ===''SMIBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Smibert|Smibert, George]] - 1840(Sct)-1899(Vic) - clubs (founding member Telegraph Electrical Society Vic), employment (Postal Department Vic, chief electrician), brother of James Smibert Deputy Postmaster-General Victoria * [[/George Smibert|Smibert, James]] - 1836(Sct)-1912(Vic) - employment (Postal Department Vic, Deputy Postmaster-General, appointed following early passing of Samuel Walker McGowan), created a nepotism scandal by early promotion of brother and brother-in-law to the most senior positions in Vic Post & Telegraphs in the early 1890s, likely reason for the positioning of Qld appointees at the top of the Federal PMGD in 1901; the brother of George Smibert Chief Electrician, Postal Dept Vic ===''SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Smith, Alan Shaw - See Alan Shawsmith (change of name) * [[/Arthur Carrington Smith|Smith, Arthur Carrington]] [https://www.familysearch.org/tree/person/details/GDKV-VL2] - 1902(Tas)-1982(NSW) - Licences: 7BN Receive Launceston (1923); 7AB Launceston (1924-1927) - Qualifications: cc; AOCP 8, 1924, No. ?? in Tas; CPRT 930, 1926 - amateur operator; amateur broadcaster; broadcast engineer (operator 7BN Wills & Co wannabe Class B); recording engineer (Cinesound Productions Ltd, Bondi, 1932); inventor of sound-on-film systems - Electoral Rolls: salesman (Launceston, 1928); recording engineer (Bronte, 1931-1935); engineer (Bondi, 1936-1937); recording engineer (Clovelly, 1943-1949; Waverley, 1963-1968); engineer (Waverley, 1977-1980) * [[/Austen Cyril Smith|Smith, Austen Cyril]] [https://www.familysearch.org/tree/person/details/GZ6N-JKF] - 1904(Eng)-1992(NSW) - Licences: 2FS Sydney (Croydon, 1924-1925; Burwood, 1925; Maroubra, 1930-1933; Homebush, 1933; Burwood, 1934-1939) - Qualifications: cc; AOCP 75, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; radio agent - Electoral Rolls: radio agent (Burwood, 1934-1937); radio mechanic (Burwood, 1943-1954); radio engineer (Burwood, 1958-1963); retired (Lower Hawkesbury, 1972-1980) * [[/C. Smith|Smith, C.]] - 19??(???)-19??(???) - Licences: 7BA Receive Stanley (1922); Receive Stanley (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Cedric Preston Smith|Smith, Cedric Preston or Preston-Smith, Cedric]] [https://www.familysearch.org/tree/person/details/G8BB-X47] - 1907(NSW)-1974(NSW) - Licences: 2ZZ Sydney (Cremorne, 1924); 2QK Sydney (Manly, 1935-1936; Balgowlah, 1937; Lane Cove, 1938-1939); 2CD Sydney (Cremorne, 1958-1961; Palm Beach, 1965-1969) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: bank accountant (Binnaway, 1930); bank officer (Manly, 1932; Balgowlah, 1934-1937; South Melbourne, Vic, 1943-1949); bank manager (Ballarat, 1954; Cremorne, 1958-1963); retired (Palm Beach, 1963-1968) * [[/Charles Frederick Smith|Smith, Charles Frederick]] - 1908(Eng)-19??(???) - Licences: No licence yet identified - Qualifications: AOCP 418, 1928, No. ?? in NSW; CPRTelephony 1112, 1928; 2COCP 44, 1929 - amateur operator - Electoral Rolls: Several contemporaneous Charles Frederick Smith's, not yet identified * [[/Colin Hughes Smith|Smith, Colin Hughes]] [https://www.familysearch.org/tree/person/details/L2YH-LLB] - 1910(Vic)-1998(Vic) - Licences: 3PK Melbourne (East Kew, 1928-1939, 1946-1980+) - Qualifications: AOCP 433, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Kew, 1931-1937); engineer (Kew, 1943-1980) * [[/Herbert Henry Baker Smith|Smith, Herbert Henry Baker]] [https://www.familysearch.org/tree/person/details/GXFN-H6R] - 19??(???)-1932(Qld) - Licences: 4DP Receive Cairns (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Cairns, Qld, 1925-1930) * [[/J. H. Smith|Smith, J. H.]] - 19??(???)-19??(???) - Licences: 4EA Receive Beenleigh (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/John Albert Malcolm Smith|Smith, John Albert Malcolm]] [https://www.familysearch.org/tree/person/details/L264-537] - 1911(Eng)-1987(SA) - Licences: 5JR Adelaide (St Peters, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1375, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939-1943) * [[/P. W. Smith|Smith, P. W.]] - 19??(???)-19??(???) - Licences: 4EF Receive Brisbane (Alderley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Sidney Hugh Holland Smith|Smith, Sidney Hugh Holland]] - 1861(???)-1933(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, senior state public servant (Qld P&T, Chief Mechanician), senior federal public servant (PMGD, State Mechanician, Qld), radio clubs (QWI, vice president), business proprietor (Telephone and Electrical Supplies Co) * [[/Stuart Disney Paull Smith|Smith, Stuart (Birth) or Stewart (Electoral Rolls) Disney Paull or Paul]] [https://www.familysearch.org/tree/person/details/GXDB-8D8] - 1913(Qld)-1986(Qld) - Licences: 4LA Brisbane (Corinda, 1934-1939); 4LA Amberley (1946-1948); 4LA Brisbane (Camp Hill, 1960-1980) - Qualifications: cc; AOCP 1303, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor); military (RAAF, navigator); broadcast technician (4BC); Dept Education (O/C Radio) - Electoral Rolls: engineer (Corinda, Qld, 1936-1949); radio technician (New Farm, Qld, 1949); maintenance officer (Camp Hill, Qld, 1954-1963); public servant (Camp Hill, Qld, 1972-1980) * [[/Sydney Smith|Smith, Sydney]] - 1856(NSW)-1934(NSW) - senior state politician (NSW MLA), senior federal politician (Postmaster-General, 1904-1905) * [[/Wilfred Smith|Smith, Wilfred]] [https://www.familysearch.org/tree/person/details/GXRQ-PQ1] - 1896(Eng)-19??(???) - Licences: Receive Adelaide (St Peters, 1923); 5AG Adelaide (Henley Beach, 1937-1939, 1947-1948) - Qualifications: cc; CPRT 602, 1921; 2COCP 419, 1941; 1COCP 882, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Henley, SA, 1939-1943) * [[/William Arthur Smith|Smith, William Arthur]] [https://www.familysearch.org/tree/person/details/GMCX-XL9] - 1906(SA)-1970(SA) - Licences: 5LZ Wallaroo (1929-1933) - Qualifications: cc; AOCP 526, 1929, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical mechanic (Glenunga, 1939-1943) - beware several contemporaneous William Arthur Smith's * [[/William Henry Smith|Smith, William Henry]] [https://www.familysearch.org/tree/person/details/GX2V-L4R] - 1911(SA)-19??(???) - Licences: 5SW Adelaide (Woodville, 1937-1939, 1947-1956); 5ASW Adelaide (Woodville, 1980+) - Qualifications: cc; AOCP 1996, 1937, SA; BOCP 431, 1942 - amateur operator; amateur broadcaster - Comment: Several contemporaneous WHSs - Electoral Rolls: operator (Woodville, SA, 1939) * [[/W. J. Smith|Smith, W. J.]] - 19??(???)-19??(???) - Licences: N758 Receive Sydney (Hurstville, 1922); 2IC Receive Sydney (Hurstville, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''SMITHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Charles Smithers|Smithers, Ernest Charles]] [https://www.familysearch.org/tree/person/details/G8Z1-GQ1] - 1885(NSW)-1953(NSW) - Licences: Nil yet identified - Qualifications: AOCP 552, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: inspector of fisheries (Urunga, 1930); inspector (Burwood, 1930-1949) ===''SMYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Walter Smyth|Smyth, Cedric Walter]] [https://www.familysearch.org/tree/person/details/GD1C-4MX] - 1916(WA)-1987(SA) - Licences: 7CD Devonport (1933-1939); 3ACH Melbourne (Doncaster East, 1954-1980+) - Qualifications: cc; AOCP 1133, 1933, Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: toolmaker (Preston, Vic, 1942-1949); engineer (Doncaster East, 1954-1977) * [[/Victor Loftus Smyth|Smyth, Victor Loftus]] [https://www.familysearch.org/tree/person/details/LR8F-P8L] - 1905(Vic)-1972(Vic) - Licences: 3PJ Receive Geelong (1923); 3PJ Geelong (1924); 3PJ Bendigo (1924-1939) - Qualifications: AOCP 126, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Bendigo, 1928-1972) ===''SMYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Cresswell Smythe|Smythe, Alan (BMD) or Allan (Electoral Rolls) Cresswell]] [https://www.familysearch.org/tree/person/details/G8JQ-V9V] - 1908(SA)-1983(SA) - Licences: 5MF Adelaide (Torrensville, 1930-1939, 1946-1948; Hazlewood Park, 1954-1980+) - Qualifications: AOCP 658, 1930, No. ?? in SA; AOLCP 135, 1933; BOCP 125, 1937; 1COCP 196, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Torrensville, SA, 1939-1943) ===''SNADDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Ernest Snaddon|Snaddon, John Ernest]] [https://www.familysearch.org/tree/person/details/GZLF-B75] - 1920(Eng)-1944(Aegean Sea) - Licences: 3VE Melbourne (Malvern, 1939) - Qualifications: AOCP 2322, 1939, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, 459 Squadron, Warrant Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/snaddon-john-ernest-409361/] ===''SNAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Leslie Snaith|Snaith, Samuel Leslie]] [https://www.familysearch.org/tree/person/details/GZJN-2S8] - 1901(Vic)-1961(Vic) - Licences: 3ZR Melbourne (Footscray, 1923-1926; Newport, 1931) - Qualifications: cc; AOCP 166, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1924-1928; Newport, 1931-1954) ===''SNAPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fairlie Roger de Burgh Snape|Snape, Fairlie Roger de Burgh]] [https://www.familysearch.org/tree/person/details/G649-B1V] - 1900(NSW)-1988(NSW) - Licences: 2NU Receive Quirindi (1923); 4JK Willis Island (1931) - Qualifications: cc; CPRT 695, 1922; 2COCP 340, 1931; 1COCP 221, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: operator (Quirindi, 1930); wireless operator (Quirindi, 1934-1936); radio engineer (Killara, 1949-1968); engineer (Killara, 1980) ===''SNOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Charles Snook|Snook, Keith Charles]] [https://www.familysearch.org/tree/person/details/GDTG-Z2D] - 1908(Tas)-1946(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 (RAAF) - Electoral Rolls: motor engineer (Hobart North, 1936); motor mechanic (Hobart Central, 1937) ===''SNOSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Raymond Snoswell|Snoswell, Alfred Raymond]] [https://www.familysearch.org/tree/person/details/9NWH-MCT] - 1899(SA)-1971(SA) - Licences: 5AD Adelaide (Exeter, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Largs, 1939-1943) ===''SODEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander William Soden|Soden, Alexander William]] [https://www.familysearch.org/tree/person/details/G8N9-7M1] - 1909(Qld)-1948(Qld) - Licences: 4AS Brisbane (Annerley, 1930-1939; Yeerongpilly, 1946-1948) - Qualifications: cc; AOCP 634, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Annerley, 1934-1943) ===''SOUMPROU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emile Walter Soumprou|Soumprou, Emile Walter]] [https://www.familysearch.org/tree/person/details/9ZZF-SX7] - 1906(Vic)-1955(Vic) - Licences: 3WK Melbourne (Thornbury, 1929-1931; North Fitzroy, 1938-1939, 1946-1948; East Brighton, 1954-1956) - Qualifications: AOCP 511, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: student (Northcote, 1936-1937); retired (Fitzroy North, 1942-1949); Elsternwick, 1954) ===''SOUTHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Lindsay Southwell|Southwell, Clifford Lindsay]] [https://www.familysearch.org/tree/person/details/GZNM-FDF] - 1897(???)-1973(NSW) - 2SW Sydney (Cremorne, 1925-1926; Northbridge, 1927-1929; Brighton-Le-Sands, 1930-1931; Northbridge, 1933-1939), amateur operator (AOCP 131, 1925, No. ?? in NSW), amateur broadcaster, WW1 (Army, Private) & WW2 (Australian Army, colonel), sales manager (1954) * [[/Leslie William Douglas Southwell|Southwell, Leslie William Douglas]] [https://www.familysearch.org/tree/person/details/9WXT-S8L] - 1900(NSW)-1960(Vic) - Licences: 3SL Seymour (1924-1939, 1946-1954); 3SL Melbourne (Montrose, 1955-1960) - Qualifications: cc; AOCP 250, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Seymour, 1931-1954) * [[/Noel Leslie Southwell|Southwell, Noel Leslie]] [https://www.familysearch.org/tree/person/details/GZNM-ZJW] - 1919(NSW)-1998(NSW) - 2ZF Sydney (Leichhardt, 1935-1939, 1946-1950; Yagoona, 1954-1980+), qualifications (AOCP 1565, 1935, No. ?? in NSW; 1COCP 149, 1937), amateur operator, broadcast technician (1949), QSL collection survives ARDXC/NFSA ===''SPARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Spark|Spark, John]] - 1879(USA)-19??(???) - Licences: 6AC Perth (City, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: soldier (Fremantle, 1917); civil servant (West Perth, 1921) - Comment: identification not certain ===''SPEDDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Spedding|Spedding, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GQ82-ZCM] - 1897(NSW)-1958(NSW) - Licences: 4DU Receive Brandon (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bookkeeper (Brandon, Qld, 1921-1925); clerk (Lakemba, NSW, 1932-1958) ===''SPENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Keith Spence|Spence, Edward Keith]] [https://www.familysearch.org/tree/person/details/LBYN-S3H] - 1908(Qld)-1980(NSW) - Licences: 4DT Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Union Bank, Wagga Wagga, NSW, 1930; Wellington, NSW, 1934); bank officer (Bondi, NSW, 1936; Rose Bay, NSW, 1937; Epping, NSW, 1943-1949; Northbridge, NSW, 1963-1977); retired (Cremorne, NSW, 1980) * [[/William Guthrie Spence|Spence, William Guthrie]] - 1846(Sco)-1926(Vic) - senior federal politician (Postmaster-General, 1914-1915) ===''SPENCER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derek David Spencer|Spencer, Derek David]] [https://www.familysearch.org/tree/person/details/GFSW-N55] - 1909(Eng)-1982(Tas) - Licences: 3DS Melbourne (Altona, 1934-1937); 6DS Perth (Pearce, 1938-1939) - Qualifications: cc; AOCP 1280, 1934, Vic; AOLCP 157, 1934; 2COCP 55, 1936; 1COCP 111, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: poultry farmer (Ulverstone, Tas, 1954; Leven, Tas, 1963); farmer (Gawler, Tas, 1972) ===''SPERRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred John Sperring|Sperring, Wilfred John]] [https://www.familysearch.org/tree/person/details/KVLY-JPK] - 1917(WA)-1966(WA) - Licences: 6SP Perth (Victoria Park, 1937-1939, 1947-1948; Belmont, 1954) - Qualifications: cc; AOCP 1920, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Victoria Park, WA, 1943); mechanic (Victoria Park, WA, 1949); radio engineer (Belmont, WA, 1954-1963) ===''SPICER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Spicer|Spicer, Victor John]] [https://www.familysearch.org/tree/person/details/G88M-KKY] - 1910(Eng)-1985(Vic) - Licences: 3VS Melbourne (Mordialloc, 1929-1931; East Malvern, 1933; North Fitzroy, 1937-1939, 1946-1948) - Qualifications: AOCP 554, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1934); constable (Port Melbourne, 1936; Fitzroy, 1937-1954; Carlton South, 1967-1968); retired (Hurstbridge, Vic, 1977-1980) ===''SPITZKOWSKY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Royston Stanley Spitzkowsky|Spitzkowsky, Max Royston Stanley]] [https://www.familysearch.org/tree/person/details/GZYD-23H] - 1904(NSW)-1989(NSW) - Licences: 2MS Newcastle (Hamilton, 1926-1975) - Qualifications: AOCP 302, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: turner (Hamilton, 1932-1972) ===''SPOTSWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Ernest Spotswood|Spotswood, Cyril Ernest]] [https://www.familysearch.org/tree/person/details/GDTC-4GM] - 1897(Tas)-1964(Tas) - Licences: Receive Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Burnie, 1936-1943); fettler (Burnie, 1949-1954) * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] [https://www.familysearch.org/tree/person/details/M7P4-M7C] - 1892(Qld)-1973(Qld) - Licences: 4JH Poopoonbah via Giru (1935-1939) - Qualifications: cc; AOCP 1356, 1934, Qld - amateur operator; amateur broadcaster - Comment: second YL operator in Qld - Relationships: Wife of 4JK Jack Lawrence Humphry - Electoral Rolls: home duties (Ching Do Siding, Ayr, Qld, 1919-1936; Giru, Qld, 1937-1949; Poopoonbah, Qld, 1954; St Lucia, Qld, 1958-1972) ===''SPRENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Ernest Sprenger|Sprenger, Herbert Ernest]] [https://www.familysearch.org/tree/person/details/GMQD-2CJ] - 1914(Qld)-2000(Qld) - Licences: 4ES Bundaberg (1932-1939); 4ES Brisbane (New Farm, 1946-1948; Holland Park, 1954; Upper Mt Gravatt, 1955-1960; Rainworth, 1965-1980+) - Qualifications: cc; AOCP 1064, 1932, No. ?? in Qld; BOCP 165, 1938; 1COCP 530, 1941 - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); state public servant (Qld Police, radio comms) - Electoral Rolls: radio mechanic (Bundaberg, 1936-1937); police constable (New Farm, Qld, 1943-1949); sergeant police (Holland Park, Qld, 1954; Upper Mt Gravatt, Qld, 1958); sub-inspector police (Rainworth, Qld, 1963-1968); police officer (Rainworth, Qld, 1972); retired (Bardon, Qld, 1977-1980) ===''SPURRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Charles Spurrier|Spurrier, Leonard Charles]] [https://www.familysearch.org/tree/person/details/LTY1-WZJ] - 1904(Wales)-1984(SA) - Licences: S382 Receive Adelaide (North Adelaide, 1922); 5AL Receive Adelaide (North Adelaide, 1923); Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Clarence Park, 1939-1941; Eden Hills, 1943) ===''SQUIRES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Jack Squires|Squires, Jack]] [https://www.familysearch.org/tree/person/details/G8CX-3GW] - 1909(WA)-1972(???) - Licences: 6JS Perth (Cannington, 1929-1939; Como, 1946-1956; Nedlands, 1960; West Leederville, 1965-1969) - Qualifications: cc; AOCP 510, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Cannington, 1931-1936); sales manager (Midland Junction, 1937; South Perth, 1943-1954); manager (Subiaco, 1963); business manager (West Kalamunda, 1968) ===''ST JOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Clive Bolingbroke St John|St John, Henry Clive Bolingbroke]] [https://www.familysearch.org/tree/person/details/LBTN-PV8] - 1895(Eng)-1972(NSW) - Licences: 2RX Receive Sydney (Rockdale, 1923-1925); 2RX Sydney (Rockdale, 1926-1939; Northbridge, 1965-1969) - Qualifications: AOCP 258, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: reader (Rockdale, 1930-1936; Northbridge, 1943-1963) ===''STACEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Keith Stacey|Stacey, Howard Keith]] [https://www.familysearch.org/tree/person/details/G3TY-D8M] - 1907(NSW)-1993(SA) - Licences: 5XA Adelaide (Firle, 1934-1937; Knightsbridge, 1938-1939; Leabrook, 1947-1956; Glynde, 1960-1980+) - Qualifications: cc; AOCP 1360, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: compositor (Burnside, SA, 1939-1941) * [[/Roy Ernest Stacey|Stacey, Roy Ernest]] [https://www.familysearch.org/tree/person/details/GXDT-PNR] - 1902(Qld)-1973(Qld) - Licences: 4RS Proserpine (1933-1939, 1948-1969) - Qualifications: cc; AOCP 1187, 1933, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: office assistant (Bauple, Qld, 1925); clerk (Proserpine, Qld, 1928-1972) ===''STACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Patrick Charles Stack|Stack, Robert Patrick Charles]] [https://www.familysearch.org/tree/person/details/GXDL-Y2K] - 1904(Eng)-1966(Qld) - Licences: 4TK Innisfail (1936-1939, 1947-1965) - Qualifications: cc; AOCP 1742, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: hairdresser (Innisfail, Qld, 1930-1932); stationer (Innisfail, Qld, 1936-1943) ===''STACKPOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Julian Stackpole|Stackpole, Peter Julian]] [https://www.familysearch.org/tree/person/details/GD3D-H8N] - 1947(Vic)-2004(ACT) - Licences: 3ZQS Melbourne (North Clayton, 1980+; 1RX Canberra, 1990s); Qualifications: cc; AOLCP 2203, 1966; AOCP N1856, 1988 - amateur operator; broadcast planning engineer (P&TD, DoC, DoTaC, ABA, ACA) - Electoral Rolls: assistant (Hampton, 1972); technical officer (Clayton, 1977-1980) ===''STAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Hurst William Stafford|Stafford, John Hurst William]] [https://www.familysearch.org/tree/person/details/LV6P-XSJ] - 1901(Qld)-1992(Qld) - Licences: 4CD Receive Ipswich (Ebbw Vale, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: electrician (Ebbw Vale, 1925-1928; Booval, 1932-1949); engineer (East Ipswich, 1958-1963); retired (Mansfield, 1977-1980) ===''STANFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Roy Stanfield|Stanfield, Clifford Roy]] [https://www.familysearch.org/tree/person/details/GQXR-9GG] - 1900(NSW)-1991(NSW) - Licences: N744 Receive Newcastle (1922); 2HX Receive Newcastle (1922) - Qualifications: cc; CPRT 383, 1918; 2COCP 136, 1930; 1COCP 140, 1930 - amateur receiver; WW1 - Electoral Rolls: wireless operator (Randwick, 1930; Maroubra, 1932-1968); retired (Blaxland, 1977-1980) ===''STANLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. M. Stanley|Stanley, J. M.]] - 19??(???)-19??(???) - Licences: 2JS Receive Sydney (Crow's Nest, 1922-1923); 2JS Sydney (Crow's Nest, 1924); Orange (1924-1929) - Qualifications: cc; AOCP 100, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; newsagent (Leura, late 1920s) - Identification: Not yet identified (possibly James Melville Stanley, electrician, Lockhart, 1930) - Electoral Rolls: Nil yet identified ===''STAPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Stapleton|Stapleton, John William]] [https://www.familysearch.org/tree/person/details/GXG7-R9P] - 1915(SA)-1980(SA) - Licences: 5KY Adelaide (Port Adelaide, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1314, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Cook, SA, 1941-1944) ===''STARKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Starkie|Starkie, Thomas William]] [https://www.familysearch.org/tree/person/details/GZBS-NCY] - 1906(Qld)-1982(Qld) - Licences: 4NW Brisbane (Nundah, 1926-1939) - Qualifications: cc; AOCP 306, 1926, No. 30 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Nundah, 1928-1937); warehouse assistant (Holland Park, 1943); manager (Wavell Heights, 1949); agent (Toowong, 1954-1958); manufacturer's agent (Kenmore, 1963); agent (Tennyson, 1968-1972); retired (The Gap, 1977; North Tamborine, 1980) ===''STARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Starr|Starr, Francis John]] [https://www.familysearch.org/tree/person/details/GZLN-LC4] - 1916(Qld)-1940(off Qld coast) - Licences: 4FS Stanthorpe (1937-1939) - Qualifications: cc; AOCP 1930, 1937, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 23 Squadron, Aircraftsman Class 1) - Electoral Rolls: baker (Stanthorpe, 1937) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1719163] ===''STEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey William Ashcroft Steane|Steane, Geoffrey William Ashcroft]] [https://www.familysearch.org/tree/person/details/GMCF-JWV] - 1905(Vic)-1957(Vic) - Licences: 3UX Melbourne (Mont Albert, 1923-1933); 3SX Melbourne (Mont Albert, 1923-1925) - Qualifications: cc; CPRT 775, 1923; 2COCP 330, 1931 -amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Mont Albert, Vic, 1931); engineer (Camberwell, Vic, 1937); radio engineer (Dee Why, NSW, 1949); television engineer (Double Bay, NSW, 1954); engineer (Camberwell, Vic, 1954) ===''STEELE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rowland Edward James Steele|Steele, Rowland Edward James]] [https://www.familysearch.org/tree/person/details/GDTC-2ZM] - 1904(Tas)-1987(Tas) - Licences: Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Hobart West, 1928); dairyman (West Hobart, 1937-1972) ===''STEPHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Goldsmith Stephen|Stephen, Percy Goldsmith]] [https://www.familysearch.org/tree/person/details/GD2J-HVR] - 1896(NSW)-1976(NSW) - Licences: 2ZB Sydney (Balmain, 1924-1925); 2PS Sydney (Balmain, 1926; Granville, 1927-1930; Lidcombe, 1931-1936; Croydon, 1937-1939; Five Dock, 1946-1958; Condell Park, 1960-1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical mechanic (Granville, 1930); electrician (Lakemba, 1930; Lidcombe, 1932-1936); electrical fitter (Five Dock, 1943-1958); fitter (Condell Park, 1968-1972) ===''STEPHENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Nelson Stephens|Stephens, Arthur Nelson]] [https://www.familysearch.org/tree/person/details/G941-3F1] - 1886(Eng)-1972(Qld) - Licences: 4CG Receive Brisbane (Clayfield, 1922); 4CG Brisbane (Clayfield, 1923-1925); Operator of 4AE - Qualifications: cc; Nil yet identified - coastal wireless operator; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: draughtsman (North Carlton, Vic, 1912-1914); engineer (Wireless Station, Pinkenba, 1915-1919; Clayfield, 1925-1928); hotel keeper (Palm Beach Hotel, Elanora, 1932-1934; Grand Hotel, Southport, 1936-1943); cafe proprietor (Southport, 1949); secretary (Main Beach, 1954-1958; Southport East, 1963-1968) * [[/Frank Richmond Stephens|Stephens, Frank Richmond]] [https://www.familysearch.org/tree/person/details/GXQ7-MLM] - 1897(Qld)-1977(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 452, 1919 - RANRS - Electoral Rolls: naval reservist (New Farm, 1921); farm hand (Wamuran, Qld, 1925); wireless operator (New Farm, 1925-1937); radio mechanic (New Farm, Qld, 1943); agent (New Farm, Qld, 1949); caretaker (Brisbane, 1954-1958); retired (Bowen Hills, 1963; Coolangatta, 1968-1972) * [[/Harry James Milne Stephens|Stephens, Harry James Milne]] [https://www.familysearch.org/tree/person/details/GXYC-KQH] - 1900(WA)-1982(WA) - Licences: 6ZZ Perth (South Perth, 1935-1939; Bassendean, 1947-1960; Eden Hill, 1965-1980+) - Qualifications: cc; AOCP 1530, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Albany, WA, 1925); railway employee (Katanning, WA, 1931-1936); storekeeper (Fremantle, WA, 1937); aircraftsman (Bassendean, WA, 1943-1963); railway employee (Eden Hill, WA, 1968-1972); retired (Bassendean, WA, 1977-1980) * [[/Thomas Stephens|Stephens, Thomas]] [https://www.familysearch.org/tree/person/details/GZ2B-35G] - 1912(Vic)-1944(Sct) - Licences: 3GO Melbourne (Essendon, 1931-1933) - qualifications: AOCP 489, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1944) - Electoral Rolls: bank clerk (Essendon, 1936-1942) - "Greater love hath no man" [https://aviationmuseumwa.org.au/afcraaf-roll/stephens-thomas-418036/] * [[/Thomas Blacket Stephens|Stephens, Thomas Blacket or Blackett]] [https://www.familysearch.org/tree/person/details/G9WG-Y5P] - 1902(Qld)-1999(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 309, 1926, No. 31 in Qld - amateur operator? - Electoral Rolls: articled law clerk (Annerley, 1925-1928); solicitor (Annerley, 1934; Fortitude Valley, 1936-1937; Clayfield, 1949-1968); retired (St Lucia, 1972-1980) ===''STEPHENSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Wilfred Stephenson|Stephenson, Charles Wilfred]] [https://www.familysearch.org/tree/person/details/93BK-M7F] - 1905(Qld)-1997(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother); 2BWQ Sydney (Blacktown, 1980+) - Qualifications: cc; AOCP 282, 1926, No. 25 in Qld - amateur operator; amateur broadcaster; radio clubs (Wooloowin RC, operator 4WN; WIAQ, operator 4AE); broadcast technician (4QG); business proprietor (cinema audio) - Relationships: brother of 4RG Harold John Stephenson - Electoral Rolls: public servant (Wooloowin, Qld, 1928-1929); electrical engineer (Pymble, NSW, 1932-1933); sound engineer (Capertee, NSW, 1936-1937); panel beater (Bourke, NSW, 1943); mechanic (Capertee, NSW, 1949-1954; Maroubra, NSW, 1958); autoelectrician (Blacktown, NSW, 1963-1977); retired (Blacktown, NSW, 1980) * [[/Harold John Stephenson|Stephenson, Harold John]] [https://www.familysearch.org/tree/person/details/93BK-9M3] - 1903(Qld)-1990(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother) - Qualifications: cc; AOCP 290, 1926, No. 27 in Qld - amateur operator; amateur broadcaster - Relationships: brother of 4RG/2BWQ Charles Wilfred Stephenson - Electoral Rolls: railway employee (Wooloowin, Qld, 1925-1943); sheet metal worker (Wooloowin, Qld, 1949); engineer (Wooloowin, Qld, 1954); aircraft mechanic (Maroubra, NSW, 1963-1980) ===''STEVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edgar F. Stevens|Stevens, Albert Edgar F. "Bert"]] [https://www.familysearch.org/tree/person/details/KH4H-N2D] - 1894(Vic)-1954(WA) - Licences: 6BN Perth (North Perth, 1924-1927; South Perth, 1930-1939); nominated licensee for W732 WIA WA (1922) - Qualifications: cc; AOCP 136, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geraldton, WA, 1916-1917); phone mechanic (North Perth, WA, 1925; South Perth, WA, 1931-1954) * [[/Frederick William Stevens|Stevens, Frederick William]] - 1898-19?? - 4SP Brisbane, amateur operator (PRTC 788, 1923, Marconi & Telefunken; 1COCP, 1930, Qld), Coastal wireless operator; first chief engineer 4QG, state public servant (4QG), pilot (Qantas), federal public servant (DCA) * [[/Robert Edward Stevens|Stevens, Robert Edward]] [https://www.familysearch.org/tree/person/details/GD1Z-ZMF] - 1908(Vic)-1994(Vic) - Licences: 7OJ Deloraine (1931-1933); 3OJ Melbourne (Burwood, 1937-1939, 1946-1980+) - Qualifications: cc; AOCP 817, 1931, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (Auburn, Vic, 1931; Burwood, 1937-1980) ===''STEWART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Barnett Stewart|Stewart, Alexander Barnett]] [https://www.familysearch.org/tree/person/details/GHBR-VND] - 1895(Sct)-1981(Qld) - Licences: 4DD Receive Brisbane (Hawthorne, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: jackeroo (Oondooroo, Qld, 1919); farmer (Palmwoods, Qld, 1921-1925); orderman (Hawthorne, Qld, 1928); truck driver (Eight Mile Plains, Qld, 1936-1937); foreman (Hawthorne, Qld, 1943-1980) * [[/Donald Richardson Stewart|Stewart, Donald Richardson]] [https://www.familysearch.org/tree/person/details/94CC-2MT] - 1902(Vic)-1993(Vic) - Licences: V739 Receive Lorne (1922); 3GS Receive Lorne (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: motor driver (Lorne, 1925-1954); guest house proprietor (Lorne, 1967-1968); proprietor (Lorne, 1972-1980) * [[/John Edgar Stewart|Stewart, John Edgar]] [https://www.familysearch.org/tree/person/details/GZD8-3JC] - 1884(NSW)-1957(NSW) - Licences: 2MR Newcastle (Mayfield, 1923-1929; Hamilton, 1930); 2MR Sydney (Chatswood, 1931); 4MR Brisbane (Nundah, 1933-1939, 1946-1948); 2MR Waratah (1954-1957) - Qualifications: cc; AOCP 43, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; Commonwealth Electoral Commission (Chief Electoral Officer) - Electoral Rolls: clerk (Arncliffe, 1913); District Returning Officer (Mayfield, 1930); Commonwealth Electoral Officer (Nundah, Qld, 1937-1949); retired (Waratah, 1954) * [[/Henry Stewart|Stewart, Henry]] [https://www.familysearch.org/tree/person/details/GXS7-R71] - 1896(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 234, 1916; 1COCP 318, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Comment: Several contemporaneous HSs - Electoral Rolls: Nil yet identified * [[/William Alfred Stewart|Stewart, William Alfred]] [https://www.familysearch.org/tree/person/details/GXBZ-4XJ] - 1910(WA)-2020(WA)109yo - Licences: 6ST Perth (West Leederville, 1937-1939) - Qualifications: cc; AOCP 1958, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Balkatta, WA, 1936; Leederville, WA, 1937); salesman (Wembley Park, WA, 1943; Leederville, WA, 1949); technician (Floreat Park, WA, 1954-1963; Wembley Park, WA, 1968; Floreat Park, WA, 1972-1980) - Links: [https://gerontology.fandom.com/wiki/William_Stewart Gerontology] ===''STIPEK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Stipek|Stipek, John "Jack"]] [https://www.familysearch.org/tree/person/details/GD5X-XL1] - 1898(NSW)-1974(Florida, USA) - Licences: 7BE Receive St Helens (1923); Receive St Helens (1923); 7BE St Helens (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMG telegraph messenger, left PMGD 1920; first to log KGO in Tas - Comment: beware two other John Stipek's concurrently in Tas, 1920s - Electoral Rolls: civil servant (St Helens, 1919); clerk (St Helens, 1922) ===''STITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Hugh Rankin Stitt|Stitt, Walter Hugh Rankin Jnr "Hughie"]] [https://www.familysearch.org/tree/person/details/GWBX-L5G] - 1908(NSW)-1972(NSW) - 2WH Forbes (1925-1969+), 2ARN Forster (1965-1969+), amateur operator (AOCP 196, 1925, No. ?? in NSW), amateur broadcaster, "brother-in-law" of Leslie Maclean Wilson 2LM, note his father also Walter Hugh Rankin Stitt and lived in same district ===''STOCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Daniel Alan John Stocks|Stocks, Daniel Alan John]] [https://www.familysearch.org/tree/person/details/GZN8-R5P] - 1897(Vic)-1933(Vic) - 3DJ Melbourne (Canterbury, 1925-1927; Surrey Hills, 1931), amateur operator (AOCP 144, 1925, No. ?? in Vic), amateur broadcaster, electrical engineer, gone too soon ===''STOCKTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Stockton|Stockton, Norman]] - 1904(WA)-1943(Germany) - 4NQ Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, military (WW2, press correspondent), journalist, "Greater love hath no man than this" ===''STOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allen Frederick Stow|Stow, Allen Frederick]] [https://www.familysearch.org/tree/person/details/G8WR-7GG] - 1910(Vic)-1966(Vic) - Licences: 3AS Melbourne (North Carlton,1928-1931; North Fitzroy, 1933-1939, 1946-1947; Northcote, 1948-1965); 3AFS Portable Melbourne (Northcote, 1948-1965) - Qualifications: AOCP 441, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army) - Electoral Rolls: engineer (Carlton North, 1931; Fitzroy North, 1934-1942) ===''STOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Alfred Stowe|Stowe, Harry Alfred]] [https://www.familysearch.org/tree/person/details/GWBJ-YTW] - 1892(NSW)-1977(NSW) - Licences: XAS Sydney (Drummoyne, 1911-1914); 2CX Receive Sydney (Chatswood, 1922-1923); 2CX Sydney (Chatswood, 1924-1929) - Qualifications: cc; AOCP 19, 1924, No. 9 in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, 1930-1958); retired (Frenchs Forest, 1968-1977) ===''STOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Bickley Stoyle|Stoyle, Jack Bickley]] [https://www.familysearch.org/tree/person/details/GM1Z-JWV] - 1881(India)-1966(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 91, 1915; 1COCP 55, 1930 - RANRS (Commissioned Telegraphist, terminated Nov 1920); AWA CRS - Electoral Rolls: wireless telegraphist (Rockhampton, 1917); radio station master (Darwin, 1922; Kilkenny, 1939-1943) ===''STRAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Michael Strafford|Strafford, John Michael]] [https://www.familysearch.org/tree/person/details/LZ2K-LBX] - 1900(SA)-1974(SA) - Licences: 5JS Adelaide (Stepney, 1936-1939; City, 1947-1965; Windsor Gardens, 1969-1975) - Qualifications: cc; AOCP 1710, 1936, SA; BOCP 514, 1943 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''STRATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Stephen Stratford|Stratford, Leo Stephen]] [https://www.familysearch.org/tree/person/details/GXHV-HRX] - 1915(Qld)-1999(Qld) - Licences: 4AE Goondiwindi (1936-1939); 4LS Goondiwindi (1947-1956) - Qualifications: cc; AOCP 1678, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Goondiwindi, Qld, 1936-1949); radio dealer (Goondiwindi, Qld, 1954-1958); electrician (Goondiwindi, Qld, 1968); refrigeration mechanic (Goondiwindi, Qld, 1980) ===''STREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Streamer nee Mackenzie, Florence Madeline "Madeline" - See Florence Madeline Mackenzie 4YL ===''STREET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frederick Street|Street, Reginald Frederick]] [https://www.familysearch.org/tree/person/details/GW5S-Z4L] - 1900(Tas)-1927(Tas) - Licences: 7BD Receive Hobart (1923); Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: draper's assistant (Hobart West, 1922) ===''STROHFELDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Strohfeldt|Strohfeldt or Strofeldt, Gilbert]] [https://www.familysearch.org/tree/person/details/LVWD-W9Z] - 1904(Qld)-1951(Qld) - Licences: 4GS Brisbane (Paddington, 1932-1939; Camp Hill, 1948-1956) - Qualifications: cc; AOCP 1041, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Comment: licensed for 5 years after passing - Electoral Rolls: postal assistant (Roma, 1926); telegraphist (Charleville, 1928-1930); Paddington, Qld, 1936-1937); assistant radio inspector (Camp Hill, Qld, 1943) ===''STUART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Stuart|Stuart, Francis John]] [https://www.familysearch.org/tree/person/details/GXSH-RPC] - 1895(SA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: naval officer (Hobart, Tas, 1919); telegraphist (Hobart, 1922; Oakleigh, Vic, 1928-1942); primary producer (Tarra Valley, Vic, 1949-1954) * [[/Michael Aloysius Horatio Stuart|Stuart, Michael Aloysius Horatio]] [https://www.familysearch.org/tree/person/details/GXLC-2D9] - 1891(Vic)-1953(Vic) - Licences: 3MH Melbourne (Moonee Ponds, 1927); 3MH Rockbank (1931-1937); 5MS Adelaide (Rosewater, 1938-1939) - Qualifications: cc; 2COCP 66, 1929; 1COCP 184, 1931; likely CRPT pre 1927 - amateur operator; amateur broadcaster; WW1 (UK Merchant Navy); WW2 - Electoral Rolls: mechanic (Moonee Ponds, Vic, 1925-1927); radio telegraphist (Beam Radio Station, Rockbank, Vic, 1928-1937; Geraldton, WA, 1943); radio technician (Footscray North, Vic, 1949) ===''STURDEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Ashton Hobart Sturdee|Sturdee, Vernon Ashton Hobart]] - 1890(Vic)-1966(Vic) - 4?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur radio club (member, WIQ) ===''SULLIVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sullivan|Sullivan, John]] [https://www.familysearch.org/tree/person/details/KLGD-VK6] - 1906(Vic)-1997(Vic) - 3SR Melbourne (Elsternwick, 1925-1926), 3SR Yallourn (1927), amateur operator (AOCP 206, 1925, No. ?? in Vic), amateur broadcaster, engineer (1927) ===''SUTHERLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan James Sutherland|Sutherland, Alan James]] [https://www.familysearch.org/tree/person/details/GXK6-94L] - 1916(SA)-1977(Qld) - Licences: 5XB Adelaide (Glenelg, 1935-1939, 1947-1948); 3AXB Melbourne (Balwyn, 1954-1965); 3KY Melbourne (Balwyn, 1969-1975) - Qualifications: cc; AOCP 1592, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Dunleath, SA, 1939-1941); public servant (Albert Park, Vic, 1949; Canterbury, Vic, 1954-1968; Balwyn, Vic, 1972-1977); retired (Scarness, Qld, 1977) * [[/George Bremner Sutherland|Sutherland or Clyne, George Bremner "Jock"]] [https://www.familysearch.org/tree/person/details/GZVF-KQC] - 1893(Sct)-1981(SA) - Licences: 6GB Perth (Mt Hawthorn, 1927) - Qualifications: cc; 1COCP 295, 1932 - amateur operator; amateur broadcaster; telegraphist (Navy, 1911), late 1920s assistant chief engineer 6WF (to Wally Coxon) - Electoral Rolls: DCA (aeradio operator, from 1941); radio operator (Kalgoorlie, 1949); retired (North Perth, 1958) ===''SUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Sutton|Sutton, Arthur Ernest]] [https://www.familysearch.org/tree/person/details/GMFM-Z34] - 1882(Vic)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (early 1910s); utilised Henry Sutton's experimental licence - Relationships: son of XLM Henry Sutton - Electoral Rolls: music seller (Malvern, 1909-1913; Hawthorn, 1914-1915); engineer (Kew, 1922-1925); traveller (Camberwell, 1927); mechanic (Brunswick, 1928) * [[/Henry Sutton|Sutton, Henry]] [https://www.familysearch.org/tree/person/details/LD19-T7V] - 1855(Vic)-1912(Vic) - Licences: XLM Melbourne (Malvern, 1910-1912) - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed from 1890s); numerous inventions, Australia's first wireless telephony experimenter (1906); invented several new types of telephones; early television experiments - Relationships: father of Arthur Ernest Sutton - Links: [https://adb.anu.edu.au/biography/sutton-henry-4675 ADB] - Electoral Rolls: Nil yet identified * [[/Joseph William Sutton Jnr|Sutton, Joseph William Jnr]] [https://www.familysearch.org/tree/person/details/LHKF-HCJ] - 1874(Qld)-1941(Qld) - Licences: 4CP Receive Brisbane (City, 1923); 4EI Brisbane (City, 1923-1925) (In the name of the State Engineer) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club (WIQ, foundation member; QWI); electrical engineer; senior federal public servant (PMGD, State Engineer) - Relationships: son of Joseph William Sutton Snr - Electoral Rolls: electric engineer (Teneriffe, 1903); engineer (Teneriffe, 1908-1909); assistant (GPO, 1912-1919); electrical engineer (New Farm, 1921-1936); retired (Ascot, 1937) * [[/Joseph William Sutton Snr|Sutton, Joseph William Snr]] [https://www.familysearch.org/tree/person/details/LHKF-W6T] - 1844(Eng)-1914(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - club (Royal Society Qld, president) - Relationships: father of Joseph William Sutton Jnr - Links: [[w:Joseph William Sutton|Wikipedia]] - Electoral Rolls: engineer (Teneriffe, 1908-1909) ===''SWABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Max J. Swaby|Swaby, Max J.]] - 19??(???)-19??(???) - 4DA Dalby (-1948+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''SWAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lionel Tamsett Swain|Swain, Lionel Tamsett]] [https://www.familysearch.org/tree/person/details/KL1J-TGY] - 1902(NSW)-1985(NSW) - Licences: 2CS Receive Newcastle (Hamilton, 1922); 2CS Newcastle (Hamilton, 1923-1927; Waratah, 1928-1939, 1946-1950; Charlestown, 1954-1961; Bolton Point, 1965-1980) - Qualifications: cc; AOCP 108, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Withdrawal: when 2CS Coffs Harbour commenced in early 1980s, policy had changed as to withdrawal of similar amateur callsigns - Electoral Rolls: draftsman (Waratah, 1930-1954); engineer (Charlestown, 1958-1963); retired (Bolton Point, 1968-1980) ===''SWEENEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Moss Sweeney|Sweeney, Walter Moss]] [https://www.familysearch.org/tree/person/details/LNZ7-YRD] - 1887(Eng)-1964(Vic) - Licences: 3WS Melbourne (East Melbourne, 1924-1925; Elwood, 1925-1931; St Kilda, 1933-1939) - Qualifications: cc; CPRT 204, 1916 - coastal wireless operator; RANRS (commissioned telegraphist, 1917); amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless engineer (Subiaco, 1916-1917); no occupation (Melbourne, 1919); wireless engineer (East Melbourne, 1921-1924); engineer (Elsternwick, 1925-1928); director (St Kilda, 1931-1963) ===''SWINBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank Charles Richard Swinburne|Swinburne, Frank Charles Richard]] [https://www.familysearch.org/tree/person/details/GDML-S1J] - 1901(Qld)-1948(NSW) - Licences: 2AT Receive Sydney (Manly, 1922-1923); 2AT Sydney (Manly, 1924-1926) - Qualifications: cc; CPRT 557, 1920 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Manly, NSW, 1937; North Sydney, 1943)) ===''SWINDELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Willie Swindells|Swindells, Willie]] [https://www.familysearch.org/tree/person/details/L812-BTK] - 1890(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: electrician (Richmond, Vic, 1913-1914; Parkdale, Vic, 1925-1926); engineer (Geelong, 1927; Darlinghurst, NSW, 1931-1933); electrical engineer (Brunswick, Vic, 1934) ===''SYMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathaniel Joseph Leo Symonds|Symonds, Nathaniel Joseph Leo "Leo"]] [https://www.familysearch.org/tree/person/details/KJZ3-3QH] - 1908(WA)-2005(WA) - Licences: 6LS Perth (Cottesloe Beach, 1925-1930; Bicton, 1947-1948); 6LX Perth (Kalamunda, 1965-1980+) - Qualifications: cc; AOCP 207, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: tailor (Cottesloe, 1931-1943); radio operator (Fremantle, 1949-1954); radio technician (Kalamunda, 1958-1980) ===''SYMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Lindsay Gordon Symons|Symons, John Lindsay Gordon]] [https://www.familysearch.org/tree/person/details/KZZ5-Q42] - 1913(Vic)-1964(Vic) - Licences: 3JT Melbourne (Malvern, 1930-1939; East Hawthorn, 1946-1947; Burwood, 1948; South Melbourne, 1954-1956; Mt Waverley, 1960) - Qualifications: AOCP 662, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Malvern, 1934-1943; Glen Iris, 1949); hotelkeeper (Malvern, 1954); engineer (Syndal, 1963) =='''T'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''TAPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Ernest Tapp|Tapp, Charles Ernest or Edward]] [https://www.familysearch.org/tree/person/details/GX7P-BXV] - 1894(NSW)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 82, 1915 - RANRS (commissioned telegraphist, 1917); WW1 - Electoral Rolls: OIC Wireless Station (Thursday Island, Qld, 1915; South Yarra, Vic, 1917-1919); electrical engineer (Mosman, NSW, 1930); engineer (Brighton, Vic, 1942); manager (Vaucluse, NSW, 1943) ===''TAPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Tapper|Tapper, John Robert]] [https://www.familysearch.org/tree/person/details/G8ZX-4T6] - 1910(WA)-1992(WA) - Licences: 6RJ Perth (Claremont, 1929-1939); 6RJ Onslow (1946-1947); 6RJ Perth (Claremont, 1948-1960); 2AO Wagga Wagga (1969-1980+) - Qualifications: cc; AOCP 538, 1929, No. ?? in WA; 1COCP 218, 1931; TVOCP 324, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Claremont, 1931-1943); operator (Claremont, 1949-1963); radio inspector (Wagga Wagga, 1968-1980) ===''TARBOTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Augustus Tarbotton|Tarbotton, Harry Augustus]] [https://www.familysearch.org/tree/person/details/GF93-87K] - 1902(Eng)-1961(WA) - Licences: 6HT Albany (1936-1939, 1947-1960) - Qualifications: cc; AOCP 1672, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: motor driver (Albany, WA, 1925-1931); motor mechanic (Albany, WA, 1936-1954); radio service (Albany, WA, 1958) ===''TARLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred William Tarling|Tarling, Alfred William]] [https://www.familysearch.org/tree/person/details/LVH9-4RZ] - 1900(Eng)-1953(Qld) - Licences: 4TW Townsville (1937-1939, 1946-1948) - Qualifications: cc; (likely qualification ca 1920, British Merchant Navy; 1COCP 679, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Coolbie, Ingham, Qld, 1930); wireless operator (Pimlico, Qld, 1931-1932); labourer (West End, Qld, 1936-1937); radio engineer (Townsville, Qld, 1943-1949) ===''TARRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Albert Tarrant|Tarrant, Ernest Albert Jnr]] [https://www.familysearch.org/tree/person/details/L8SB-Z68] - 1898(NSW)-1956(NSW) - Licences: 2AK Receive Narrabri (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Eulah Creek, 1930; Narrabri, 1943) * [[/William Francis Tarrant|Tarrant, William Francis "Frank"]] [https://www.familysearch.org/tree/person/details/GD5M-6JT] - 1914(NSW)-1998(NSW) - Licences: 2UF Newcastle (Cooks Hill, 1932-1958) - Qualifications: cc; AOCP 1054, 1932, NSW - amateur operator; amateur broadcaster - Electoral Rolls: ironworker (Newcastle, 1930-1949) ===''TATHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Edward Tatham|Tatham, Sydney Ernest Edward]] [https://www.familysearch.org/tree/person/details/GDQT-52W] - 1896(Eng)-1973(Vic) - Licences: 2ST Sydney (Neutral Bay, 1923-1925; City, 1926-1928; Darling Point, 1929-1933; City, 1933-1939) - Qualifications: cc; CPRT 33, 1915; 1COCP 406, 1940 - amateur operator; amateur broadcaster; journalist (editor, Sea, Land and Air, 1922); WW2 - Electoral Rolls: instructor (St Kilda, 1919; South Yarra, 1919); merchant (Darling Point, 1930-1933; City, 1934-1937; Albert Park, Vic, 1949; Camberwell, 1954); director (Balwyn, 1958-1972) ===''TAYLOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert William Taylor|Taylor, Albert William]] [https://www.familysearch.org/tree/person/details/GX56-JGX] - 1910(NSW)-1980(SA) - Licences: 5AT Port Pirie (1934-1937); 5AT Adelaide (Solomontown, 1938-1939; Edwardstown, 1947-1980+) - Qualifications: cc; AOCP 1276, 1934, SA; BOCP 286, 1940; TVOCP 461, 1962 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Marleston, SA, 1941; Edwardstown, SA, 1943) * [[/B. A. Taylor|Taylor, B. A.]] - 19??(???)-19??(???) - Licences: 4DF Receive Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Donald Gordon Taylor|Taylor, Donald Gordon "Don"]] [https://www.familysearch.org/tree/person/details/GZB4-N31] - 1907(SA)-1985(SA) - Licences: Receive Adelaide (Forestville, 1923-1924); 5DX Adelaide (Forestville, 1926-1937; Black Forest, 1938-1939, 1946-1980+) - Qualifications: cc; AOCP 307, 1926, No. ?? in SA; AOLCP 25, 1930 - amateur operator; amateur broadcaster; WW2 - Comment: another DGT served in WW2 & died on active service 1943 in NT - Electoral Rolls: wireless mechanic (Goodwood, 1939; Black Forest, 1941-1943) * [[/Florence Mary Parsons|Taylor nee Parsons, Florence Mary]] [https://www.familysearch.org/tree/person/details/LZX2-FZB] - 1879(Eng)-1969(NSW) - Licences: Nil - Qualifications: Nil - publisher - Electoral Rolls: managing director (Sydney, 1936); journalist (Vaucluse, 1954); editor (Darlinghurst, 1958; Potts Point, 1963) - Relationships: wife of George Augustine Taylor - [https://adb.anu.edu.au/biography/taylor-florence-mary-8754 ADB] * [[/George Augustine Taylor|Taylor, George Augustine]] [https://www.familysearch.org/tree/person/details/GZB4-JG7] - 1872(NSW)-1928(NSW) - Licences: Nil (always operated under military or other amateur licences) - Qualifications: Nil - early wireless experimenter, amateur operator, founder WIA NSW, founder Association for Development of Wireless in Australasia - Electoral Rolls: Nil - gone too soon - [https://adb.anu.edu.au/biography/taylor-george-augustine-8756 ADB] * [[/Henry Arthur Taylor|Taylor, Henry Arthur]] [https://www.familysearch.org/tree/person/details/GF77-443] - 1907(Eng)-1996(WA) - Licences: 6AT Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1042, 1932, WA; AOLCP 216, 1935 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: joiner (Victoria Park, WA, 1931-1934); radio engineer (6KG, Parkeston, WA, 1937-1943; Nedlands, WA, 1954-1963); retired (South Perth, WA, 1977-1980) * [[/Leslie Harry Taylor|Taylor, Leslie Harry]] [https://www.familysearch.org/tree/person/details/G841-CD4] - 1898(Eng)-1978(NSW) - Licences: 2CL Sydney (Ashfield, 1936-1939, 1946-1969) - Qualifications: AOCP 1723, 1936, NSW - amateur operator, amateur broadcaster - Electoral Rolls: manager (Leichhardt, 1930-1933; Ashfield, 1935-1968); retired (Ashfield, 1977) ===''TEECE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Auburn Selwyn Teece|Teece, Cecil Auburn Selwyn]] [https://www.familysearch.org/tree/person/details/2Z37-JSS] - 1885(NSW)-1970(ACT) - Licences: V733 Receive Melbourne (Toorak, 1922); 3GO Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (East Melbourne, 1909); examiner (Kew, 1910); civil servant (Kew, 1912; Hawthorn, 1914-1917); examiner of patents (Box Hill, 1919); civil servant (Toorak, 1922; Sandringham, 1924; St Kilda, 1928; East Melbourne, 1931; Reid, ACT, 1935-1937; Barton, 1943); public servant (Barton, 1949-1954); retired (Braddon, 1958-1968) ===''TEMPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Lander Templeton|Templeton, Gordon Lander]] [https://www.familysearch.org/tree/person/details/G8F2-VLH] - 1909(Vic)-1945(Vic) - Licences: 3OW Coleraine (1930-1939) - Qualifications: AOCP 631, 1930, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer) - Electoral Rolls: farm labourer (Tahara Bridge, 1931-1937) - Relationships: cousin of 3HG Neil Murray Templeton - "Greater love hath no man" * [[/Neil Murray Templeton|Templeton, Neil Murray]] [https://www.familysearch.org/tree/person/details/L6SD-RDT] - 1911(Vic)-1965(Vic) - Licences: 3HG Coleraine (1930-1939, 1946-1960) - Qualifications: AOCP 632, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Tahara Bridge, 1934-1937); RAAF (Canterbury, 1943); grazier (Tahara Bridge, 1949-1963) - Relationships: cousin of 3OW Gordon Lander Templeton ===''THEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Milton Theel|Theel, Kenneth Milton]] [https://www.familysearch.org/tree/person/details/LD1Z-1Z9] - 1908(SA)-1956(SA) - Licences: 5CT Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923); 5QP Adelaide (St Peters, 1927-1933; Clarence Park, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 322, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: ledger keeper (Reade Park Gardens, SA, 1941-1943) ===''THOMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Kirk Raleigh Thomas|Thomas, Henry Kirk Raleigh]] [https://www.familysearch.org/tree/person/details/GWX4-8LL] - 1902(NSW)-19??(???) - 2HT Sydney (Mosman, 1924; Neutral Bay, 1925-1933; Cremorne, 1933-1934; Mosman, 1935-1939), amateur operator (AOCP 1, 1924, No. 1 in NSW and Australia), amateur broadcaster, broadcast engineer (2GB, assistant engineer, 1946) * [[/Herbert Thomas|Thomas, Herbert]] - 19??(???)-19??(???) - Licences: 6DY Perth (CBD, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, salesman (Harris Scarfe, 1924) - Electoral Rolls: Nil yet identified - Comment: several contemporaneous HTs * [[/Ivor Thomas|Thomas, Ivor]] [https://www.familysearch.org/tree/person/details/G8HB-Q3G] - 1897(SA)-1965(SA) - Licences: 5IT Adelaide (Mitcham, 1929-1960) - Qualifications: cc; AOCP 496, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: warehouseman (Kingswood Park, 1939-1943) * [[/Josiah Thomas|Thomas, Josiah]] [https://www.familysearch.org/tree/person/details/LYSY-Y24] - 1863(Eng)-1933(NSW) - establishment radio station (2CH), state politician (NSW, MLA, 1890s), senior federal politician (MHR, Postmaster-General 1908-1909, 1910-1911) - Electoral Rolls: * [[/Roland Henry Thomas|Thomas, Roland Henry]] [https://www.familysearch.org/tree/person/details/GXHG-7Z4] - 1911(Qld)-1994(Qld) - Licences: 4LR Brisbane (Bulimba, 1932-1939) - Qualifications: cc; AOCP 1058, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Bulimba, 1934); radio technician (Bulimba, Qld, 1937-1972); proprietor (Manly West, Qld, 1977-1980) * [[/Roy Valentine Thomas|Thomas, Roy Valentine]] [https://www.familysearch.org/tree/person/details/GZ6H-7WG] - 1907(NSW)-1958(NSW) - 2TK Sydney (Erskinville, 1925), 2RV Sydney (Bondi North, 1927-1930), 2TK Sydney (South Hurstville, 1947-1958), amateur operator (AOCP 62, 19??, No. ?? in NSW), amateur broadcaster ===''THOMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Thompson|Thompson, F.]] - 19??(???)-19??(???) - Licences: 2HF Receive Sydney (East Balmain, 1922-1923); 2HF Sydney (Balmain, 1924-1927) - Qualifications: cc; AOCP 47, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: several contemporaneous F. Thompson * [[/Geoffrey George Thompson|Thompson, Geoffrey George]] [https://www.familysearch.org/tree/person/details/G8SP-DDD] - 1911(Vic)-2000(Vic) - Licences: 3GT Melbourne (Thornbury, 1928-1939) - Qualifications: AOCP 388, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Thornbury, 1934-1937; North Melbourne, 1949); cameraman (Hawthorn, 1954-1980) * [[/Leonard Neville Weston Fane Thompson|Thompson, Leonard Neville Weston Fane]] [https://www.familysearch.org/tree/person/details/LJKN-FJV] - 1899(NSW)-1960(Vic) - Licences: 3LT Melbourne (Mitcham, 1931; Chelsea, 1933; Carrum, 1937-1939; Bonbeach, 1946-1960) - Qualifications: AOCP 762, 1931, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: railway employee (Glenferrie, 1925; Mitcham, 1931; Chelsea, 1934; Carrum, 1936-1954) * [[/Stanley Gordon Thompson|Thompson, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/GXLZ-S21] - 1906(NSW)-1975(Vic) - Licences: 3AZ Melbourne (North Brighton, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: expert (Brighton, Vic, 1931); mechanic (Brighton, Vic, 1936); sales (Shepparton, Vic, 1963-1972) ===''THOMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Thomson|Thomson, Arthur William]] [https://www.familysearch.org/tree/person/details/GZND-ZPF] - 1907(Vic)-1995(Vic) - 3AT Sunshine (1925), amateur operator (AOCP 145, 1925, No. ?? in Vic) * [[/G. L. Thomson|Thomson, G. L.]] - 19??(???)-19??(???) - 2GT Sydney (Waverley, 1924-1925), amateur operator (AOCP 3, 1924, No. 2 in NSW), amateur broadcaster, operator of 2BV Waverley Radio Club ===''THORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Thorley|Thorley, Roy "John"]] [https://www.familysearch.org/tree/person/details/GDR2-8GW] - 1912(Qld)-1966(Qld) - Licences: 4RT Brisbane (South Brisbane, 1936-1937; Annerley, 1938-1939; Holland Park, 1946-1956) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (WIAQ, president); business proprietor (mechanical engineering) - Comment: killed in automobile accident - Electoral Rolls: clerk (Annerley, Qld, 1937); engineer (Holland Park, Qld, 1949-1963); contractor (Charters Towers, Qld, 1963) ===''THURSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wyngate Thurstan|Thurstan, Arthur Wyngate]] [https://www.familysearch.org/tree/person/details/LVFV-XSS] - 1907(Eng)-1976(NSW) - 2AV Sydney (Penshurst, 1924-1939; Beverley Hills, 1946-1975), amateur operator (AOCP 38, 1924, No. ?? in NSW), amateur broadcaster, WW2, Lempriere & Co (metallurgist; Chief Chemist, 1937) ===''THRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Thring|Thring, Francis William]] [https://www.familysearch.org/tree/person/details/9XFG-ZY6] - 1882(NSW)-1936(Vic) - Film producer, founder 3XY Melbourne - Links: [[w:F. W. Thring|Wikipedia]] ===''THROSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Ledsam Throssell|Throssell or Throssel, Lancelot Ledsam]] [https://www.familysearch.org/tree/person/details/KHFL-59C] - 1902(WA)-1980(WA) - Licences: 6LT Northam (1926-1927) - Qualifications: cc; AOCP 248, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Northam, 1925-1931); civil servant (Northam, 1936-1937); clerk (Bruce Rock, 1943); bank officer (Kojonup, 1954; Innaloo, 1963-1972); retired (Osborne Park, 1980) ===''THUGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thuge|Thuge, Norman]] [https://www.familysearch.org/tree/person/details/GXDL-F55] - 1917(Qld)-1973(NSW) - Licences: 4NC Gladstone (1936-1937); 4NO Gladstone (1938-1939); 4NO Brisbane (Hendra, 1947); 2ANO Sydney (Stanmore, 1948-1950; Arncliffe, 1954-1956) - Qualifications: cc; AOCP 1622, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Charters Towers, Qld, 1943); bank officer (Petersham, NSW, 1949; Arncliffe, NSW, 1954-1958); retired (Burwood, NSW, 1972) ===''THYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Joseph Thynne|Thynne, Andrew Joseph]] [https://www.familysearch.org/tree/person/details/KP3H-T8K] - 1847(Irl)-1927(Qld) - military (Qld Defence Force, 1867, eventually Lieutenant-Colonel), profession (solicitor, Qld, 1873-1882), state politician (Qld MLC, Minister for Justice and Attorney General; Qld Postmaster-General, 1894-1897) ===''TILBROOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clem David Lloyd Tilbrook|Tilbrook, Clem David Lloyd]] [https://www.familysearch.org/tree/person/details/GXP4-4PQ] - 1912(SA)-2004(SA) - Licences: 5GL Adelaide (Brighton, 1933-1937; Camden, 1938-1939; Colonel Light Gardens, 1947-1965; Daw Park, 1969-1980+) - Qualifications: cc; AOCP 1210, 1933, SA; 2COCP 381, 1940; 1COCP 468, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Camden, SA, 1939-1943) ===''TILNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Edward Tilney|Tilney, Leslie Edward]] [https://www.familysearch.org/tree/person/details/MPDS-4PK] - 1870(NSW)-1937(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 13, 1914 - early wireless experimenter (army); coastal wireless officer, WW1 - Electoral Rolls: officer-in-charge (Wireless Station, Applecross, 1916-1917); soldier (Claremont, 1917); commissioner (Caulfield, 1924-1931); civil servant (Malvern, 1933-1936) - TroveTag: "Leslie Edward Tilney" (400+ tags) - Links: [https://www.anzac-biographies.com/2021/06/05/tilney-lieutenant-colonel-leslie-edward-dso-mid-vd/ Bio] ===''TILSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Howard Tilse|Tilse, Arthur Howarde "Howard"]] [https://www.familysearch.org/tree/person/details/LTK5-CS8] - 1911(Qld)-1973(Qld) - Licences: 4WO Brisbane (Yeronga, 1931-1939; South Brisbane, 1946-1948; Yeronga, 1954-1970) - Qualifications: cc; AOCP 725, 1931, No. ?? in Qld; 2COCP 155, 1938 - amateur operator; amateur broadcaster; military (WW2, Army Signals, RAAF); art dealer - Electoral Rolls: radiotrician (Yeronga, 1934-1937); RAAF wireless operator (West End, Townsville, 1943); radio operator (South Brisbane, 1949); art dealer (Yeronga, 1954-1972) ===''TIMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Robert Timmins|Timmins, Alan Robert]] - broadcast engineer (PMGD, P&TD, DoC, DoTaC, ABA), senior federal public servant (PMGD, P&TD, DoC, DoTaC, ABA) ===''TIPPING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Tipping|Tipping, Edward Charles]] - 19??(???)-1968(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), radio clubs (WIQ, member, 1912), federal public servant (PMGD, clerk/accountant), military (Captain, Royal Engineers) ===''TIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. G. Tiver|Tiver, R. G.]] - 19??(???)-19??(???) - Licences: Receive Tanunda (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TODD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hugh Todd|Todd, Alan Hugh]] [https://www.familysearch.org/tree/person/details/GXDD-7SG] - 1919(Qld)-1978(Qld) - Licences: 4HT Brisbane (Ashgrove, 1936-1937; Newmarket, 1938-1939, 1947-1948; Red Hill, 1954-1975) - Qualifications: cc; AOCP 1639, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical mechanic (Newmarket, Qld, 1943-1949); teacher (Kelvin Grove, Qld, 1954-1977) * [[/Charles Todd|Todd, Charles]] [https://www.familysearch.org/tree/person/details/LC3X-PJ6] - 1826(Eng)-1910(SA) - senior state public servant (Government Electrician, Postmaster-General SA) - Links: [[w:Charles Todd (pioneer)|Wikipedia]] [https://adb.anu.edu.au/biography/todd-sir-charles-4727 ADB] * [[/Lionel Victor Glen Todd|Todd, Lionel Victor Glen]] [https://www.familysearch.org/tree/person/details/L5CG-Z68] - 1896(NSW)-1970(NSW) - Licences: 2CR Tamworth (1922-1935); 2LS Tamworth (1936-1938); 2LS Denistone (1939); 2LS Sydney (West Ryde, 1957-1965; Denistone, 1969) - Qualifications: cc; AOCP 132, 1925, No. ?? in NSW; 1COCP 282, 1939 - amateur operator; amateur broadcaster - Withdrawal: 2CR callsign withdrawn by PMG in 1935 for 2CR Orange (Blayney) ABC - Electoral Rolls: telephone mechanic (West Tamworth, 1932-1937); assistant radio inspector (Eastwood, 1943-1968) * [[/Milton Buchanan Todd|Todd, Milton Buchanan]] [https://www.familysearch.org/tree/person/details/GXSX-NQT] - 1892(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 63, 1915; 1COCP 81, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: engineer operator (Thursday Island, 1916); radio telegraphist (Maroubra, 1930-1935); officer (Lewisham, 1936-1937); radio telegraphist (Townsville, 1937; Croydon, NSW, 1943; Townsville, 1949); senior radio officer (Townsville, 1954); radio officer (Kensington, NSW, 1958); retired (Blaxland, 1958) * [[/Tom Arthur Todd|Todd, Tom Arthur]] [https://www.familysearch.org/tree/person/details/GD9C-7P5] - 1906(NSW)-1977(NSW) - Licences: 2OT Receive Sydney (Eastwood, 1923); 2TT Sydney (Eastwood, 1935-1939, 1946-1957) - Qualifications: cc; CPRT 984, 1928; 2COCP 50, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Eastwood, 1930-1937); radio mechanic (Eastwood, 1943-1977) ===''TONGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edward Tonge|Tonge, Arthur Edward]] [https://www.familysearch.org/tree/person/details/GX4S-MNM] - 1895(Eng)-1954(Qld) - Licences: 4AR Brisbane (Taringa, 1933; Indooroopilly, 1937-1939) - Qualifications: cc; AOCP 1149, 1933, No. ?? in Qld; 2COCP 54, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Darra, 1931; Indooroopilly, 1936-1937); mechanic (Milton, 1943-1949); process worker (Indooroopilly, 1954) ===''TONGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Melville Tongs|Tongs, Lawrence or Laurence Melville]] [https://www.familysearch.org/tree/person/details/LR9L-Y7N] - 1899(Tas)-1989(Vic) - Licences: 7BU Receive North Motton (1923); Receive North Motton (1923); 2ADB Finley (1937-1939); 7LT Devonport (1960-1969); 3ALV Melbourne (Parkville, 1975) - Qualifications: cc; CPRT 687, 1922; 2COCP 421, 1941 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: farmer (Finley, 1930-1935); radio dealer (1936-1949); farmer (Dandenong, 1954); radio technician (Devonport, 1972); retired (Parkville, 1977-1980) ===''TONKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Maxwell Tonkin|Tonkin, Arthur Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KLL6-HT9] - 1915(WA)-1998(SA) - Licences: 6MZ Katanning (1935-1939); 5MZ Adelaide (Salisbury, 1948); 5TI Clare (1975); 5MZ Clare (1980+) - Qualifications: cc; AOCP 1525, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937) * [[/Stanley Gordon Tonkin|Tonkin, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/L1DQ-2R1] - 1910(SA)-1992(SA) - Licences: 2SG Albury (1929-1931); 2SG Sydney (Double Bay, 1933; Waverley, 1933-1936; Lane Cove, 1937); 2SG Goonellabah (1938-1939); 2SG Sydney (Epping, 1946-1955); 5SG Adelaide (Hampstead Gardens, 1956; Manningham, 1969; Glenunga, 1975-1980+) - Qualifications: AOCP 520, 1929, No. ?? in NSW; AOLCP 57, 1931; 2COCP 391, 1940; 1COCP 493, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Woolwich, 1932); engineer (Edgecliff, 1933); mechanic (Waverley, 1934); radio engineer (Newtown, 1934-1935; Artarmon, 1936; Goonellabah, 1937; Eastwood, 1943); radio technician (West Epping, 1949-1954) ===''TORMEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Tormey|Tormey, Edward Arthur]] [https://www.familysearch.org/tree/person/details/G8VV-85X] - 1902(NSW)-1993(ACT) - Licences: 2ET Canberra (City, 1930-1934; Ainslie, 1935-1939, 1946-1955); 1ET Canberra (Ainslie, 1956-1980+) - Qualifications: AOCP 687, 1930, No. ?? in ACT - amateur operator, amateur broadcaster - Electoral Rolls: chauffeur (Braddon, 1928-1930; Ainslie, 1935); bus driver (Ainslie, 1937); car driver (Ainslie, 1943-1980) ===''TRAEGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Hermann Traeger|Traeger, Alfred Hermann or Herman]] [https://www.familysearch.org/tree/person/details/KCNJ-LRP] - 1895(Vic)-1980(SA) - Licences: 5AX Adelaide (Kensington Gardens, 1926-1931; Corryton, 1933-1937; Marratville, 1938-1939) - Qualifications: cc; AOCP 293, 1926, No. ?? in SA - amateur operator; amateur broadcaster; inventor (with 5BG) of the pedal wireless for the RFDS - Electoral Rolls: radio engineer (Cloncurry, 1930-1932); wireless engineer (Leabrook, SA, 1939-1943) - Links: [https://adb.anu.edu.au/biography/traeger-alfred-hermann-8839 ADB] ===''TRAYNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Byron Traynor|Traynor, Philip Byron]] [https://www.familysearch.org/tree/person/details/GZLR-LCT] - 1900(SA)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; AOCP 224, 1925, No. ?? in SA; 1COCP 353, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Mile End, 1939); federal public servant (Glandore, 1941); inspector (Torrens Park, 1943) ===''TREBILCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Eric William Trebilcock|Trebilcock, Eric William]] - 1911(???)-1989(SA) - BERS195 (1933+), amateur listener ===''TREDREA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frederick Aloysius Trevithick Tredrea|Tredrea, Frederick Aloysius Trevithick]] [https://www.familysearch.org/tree/person/details/MC1W-M7C] - 1900(WA)-1958(WA) - Licences: 6FT Perth (Mt Hawthorn, 1929-1931; South Perth, 1933); 6FT Northam (1937); 6FT Perth (South Perth, 1938-1939, 1946-1956) - Qualifications: cc; AOCP 512, 1929, No. ?? in WA; AOLCP 156, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (North Perth, 1925); radio operator (Northam, 1936); broadcast engineer (South Perth, 1937-1958) ===''TREGEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/W. S. Tregear|Tregear, W. S.]] - 19??(???)-19??(???) - 3TR Melbourne (Hawthorn 192x), 3TX Melbourne (Hawthorn, 1930+), amateur operator (AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, 3TR callsign withdrawn by PMGD to prevent confusion with 3TR Sale Class B station ===''TREHARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elgar Dennis Llewellyn Treharne|Treharne, Elgar Dennis Llewellyn]] [https://www.familysearch.org/tree/person/details/GWC7-X9R] - 1914(NSW)-1997(SA) - 2AFQ Sydney, 5?? Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW), son of Fred 2BM/5QT and brother of Ross 2IQ/5?? * [[/Herbert Fredrind Treharne|Treharne, Herbert Fredrind "Fred"]] [https://www.familysearch.org/tree/person/details/K2F8-6ZN] - 1883(NSW)-1968(SA) - 2BM Sydney, 5QT Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW, age 60), father of Ross 2IQ/5?? and Elgar 2AFQ/5?? * [[/Ross Fredrind Treharne|Treharne, Ross Fredrind]] [https://www.familysearch.org/tree/person/details/GWC7-DJD] - 1919(NSW)-1982(SA) - 2IQ Sydney, 5?? Adelaide, amateur operator (AOCP 1513, 1935, No. ?? in NSW), son of Fred 2BM/5QT and brother of Elgar 2AFQ/5?? ===''TRELIVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Benjamin Victor Treliving|Treliving, Dudley Benjamin Victor]] [https://www.familysearch.org/tree/person/details/L2D7-B6C] - 1907(SA)-1993(SA) - Licences: Receive Adelaide (Dulwich, 1923); 6DT Perth (Nedlands, 1932-1933) - Qualifications: cc; AOCP 992, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Cottesloe, WA, 1936-1937); engineer (Cottesloe, WA, 1943) ===''TRELOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Treloar|Treloar, James]] [https://www.familysearch.org/tree/person/details/GFMJ-379] - 1906(WA)-1983(WA) - Licences: 6JT Perth (Beaconsfield, 1931-1933; Melville, 1937; Beaconsfield, 1938-1939) - Qualifications: cc; AOCP 790, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: clerk (South Fremantle, WA, 1931-1943); tally clerk (Bicton, WA, 1949-1980) ===''TRESSIDDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Laurence Tresidder|Tresidder, William Laurence or Lawrence]] [https://www.familysearch.org/tree/person/details/G8PT-SQ7] - 1904(WA)-1985(Vic) - Licences: 3WT Bendigo (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio dealer (Bendigo, 1927-1942); radio (Kangaroo Flat, 1949-1954); radio engineer (Bendigo, 1963-1980) ===''TREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Stanley Trew|Trew, Richard Stanley]] [https://www.familysearch.org/tree/person/details/KCB6-GW4] - 1902(WA)-1968(WA) - Licences: 6RS Harvey (1933-1937); 6RS Perth (Mt Hawthorne, 1938-1939); 6RP Perth (Mt Hawthorne, 1947-1965) - Qualifications: cc; AOCP 1189, 1933, WA; 2COCP 382, 1940; 1COCP 1941 - amateur operator; amateur broadcaster - Electoral Rolls: assistant postal department (York, WA, 1925); postal assistant (York, WA, 1926); postal employee (Harvey, WA, 1931-1937); postal clerk (Leederville, WA, 1937-1943); PMG (Mt Hawthorn, WA, 1949); radio monitor (Joondanna Heights, WA, 1954-1958) ===''TRIM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Trim|Trim, Sydney (Electoral Rolls) or Sidney (BDM)]] [https://www.familysearch.org/tree/person/details/KL7D-NLM] - 1880(Vic)-1960(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 179; 2COCP 178, 1930; 1COCP 105, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: engineer (Subiaco, WA, 1913; West Perth, WA, 1913-1914); "radio station" (Wyndham, WA, 1914-1917); farmer (Mosman, NSW, 1936-1937); engineer (Applecross, WA, 1937-1958) ===''TROTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clement Ford Trott|Trott, Clement Ford]] [https://www.familysearch.org/tree/person/details/GCGY-XPN] - 1907(SA)-1966(SA) - Licences: 5CS McLaren Vale (1928-1929); 5CF McLaren Vale (1930-1931); 5CF Willunga (1933) - Qualifications: cc; AOCP 454, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: orchardist (McLaren Flat, SA, 1939-1943) ===''TROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Rusel Troy|Troy, Thomas Rusel]] [https://www.familysearch.org/tree/person/details/GZKG-MKH] - 1898(NSW)-1992(NSW) - 2SH Receive West Maitland (1923), 2SH West Maitland (1924-1925), 2TY West Maitland (1926-1931), amateur operator (AOCP 208, 1925, No. ?? in NSW), amateur broadcaster, postman (West Maitland, 1930-1949), postal officer (Maitland, 1954), postal clerk (Maitland, 1958) ===''TRUDGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Wallis Trudgen|Trudgen, Maxwell Wallis]] [https://www.familysearch.org/tree/person/details/GS3H-XYH] - 1907(SA)-1992(SA) - Licences: 5MW Adelaide (East Adelaide, 1926); 5HS Adelaide (Fullarton, 1927) - Qualifications: cc; AOCP 247, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Mitcham, 1939-1941); mechanical engineer (Sydney, 1943-1954); engineer (Little Bay, 1958-1968) ===''TRUNFULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Leonard Trunfull|Trunfull, Richard Leonard]] [https://www.familysearch.org/tree/person/details/GXBL-K7B] - 1906(Eng)-1957(WA) - Licences: 6RT South Greenough (1932-1933); 6RT Peel Estate (1937); 6RT Roebourne (1938-1939); 6RT Dangin (1947-1948); 6RT Nungarin (1954); 6RT Narembeen (1955-1956) - Qualifications: cc; AOCP 924, 1932, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (South Greenough, WA, 1931; Baldavis, WA, 1936; Dangin, WA, 1943-1949; Nungarin, WA, 1954; Narembeen, WA, 1958) ===''TUMBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Henry Tumbridge|Tumbridge, Stanley Henry]] [https://www.familysearch.org/tree/person/details/MM12-M1C] - 1899(Eng)-1965(Qld) - Licences: 4ST Ipswich (1932-1933); 4ST Stanthorpe (1937-1939); 4ST Broadwater, 1947-1948; 4ST Brisbane (Woody Point, 1954-1960) - Qualifications: cc; AOCP 986, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Woodend, Qld, 1921); teacher (Murgon, Qld, 1925); school teacher (Stanthorpe, Qld, 1936-1937; Broadwater, Qld, 1943-1949); teacher (Margate, Qld, 1949-1954; Woody Point, Qld, 1958-1963) ===''TURNBULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Edward Turnbull|Turnbull, Norman Edward]] [https://www.familysearch.org/tree/person/details/L2TP-7K8] - 1900(WA)-1988(Vic) - Licences: 6NO Narrogin (1928); 6NO Perth (City, 1930; Subiaco, 1931; Shenton Park, 1937-1939); 3AXX Melbourne (Armadale, 1954; Carrum, 1955; Parkdale, 1956; Cheltenham, 1960-1980+) - Qualifications: c; AOCP 430, 1928, No. ?? in WA; CPRT 1120, 1928; 1COCP 185, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Bunbury, 1922; Busselton, 1925; Narrogin, 1925; Subiaco, 1931); radio inspector (Subiaco, 1934-1936); civil servant (East Perth, 1937); engineer (Armadale, 1954); clerk (Sandringham, 1958); manager (Sandringham, 1963-1968; Cheltenham, 1972); retired (Cheltenham, 1977-1980) * [[/Robert William Turnbull|Turnbull, Robert William or Robert]] [https://www.familysearch.org/tree/person/details/GZ1S-GP4] - 1892(Eng)-1968(NSW) - Licences: 2RO Sydney (Burwood, 1927-1938; Northbridge, 1939) - Qualifications: AOCP 317, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: bricklayer (Homebush, 1930-1963) ===''TURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Reginald Turner|Turner, Edward Arthur Reginald "Rex"]] [https://www.familysearch.org/tree/person/details/GZT9-JD5] - 1910(SA)-1966(SA) - Licences: 5CW Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923-1925); 5SA Adelaide (Leabrook, 1926-1927) - Qualifications: cc; AOCP 272, 1926, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: butter maker (Gawler, 1939-1943) * [[/Haswell Elliott Alfred Turner|Turner, Haswell Elliott Alfred]] [https://www.familysearch.org/tree/person/details/LRQG-8TG] - 1891(Vic)-1969(NSW) - 2TM Sydney (Mosman, 1925-1933), amateur operator (AOCP 127, 1925, No. ?? in NSW), amateur broadcaster, engineer, military, likely related to XACW E. Turner, Jnr * [[/Ralph Robinson Turner|Turner, Ralph Robinson]] [https://www.familysearch.org/tree/person/details/GX2D-S51] - 1912(SA)-1996(SA) - Licences: 5TR Adelaide (Henley Beach, 1935-1937; Dulwich, 1938-1939; Linden Park, 1947-1969; Echunga, 1975-1980+) - Qualifications: cc; AOCP 1444, 1935, SA; BOCP 66, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Dulwich, SA, 1939-1941) * [[/Robert John Blackwell Turner|Turner, Robert John Blackwell]] [https://www.familysearch.org/tree/person/details/L62T-FP7] - 1884(NSW)-1943(NSW) - 2RT Goulburn (1925-1933), amateur operator (AOCP 55, 1925, No. ?? in NSW), amateur broadcaster, engineer ===''TWEEDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/P. Tweedle|Tweedle, P.]] - 19??(???)-19??(???) - Licences: 4DM Receive Brisbane (Albion, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TYAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Robert Wilson Tyas|Tyas, Norman Robert Wilson]] [https://www.familysearch.org/tree/person/details/GXHC-SK6] - 1913(Qld)-1975(Qld) - Licences: 4TY Gracemere (1932-1934); 4TY Kingaroy (1935-1939); 4TY Brisbane (Manly, 1946-1948); 4TY Boonah (1954); 4TY Wallangarra (1955-1956); 4TY Warwick (1960); Brisbane (Manly, 1965-1975+) - Qualifications: cc; AOCP 1059, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, wireless officer); state public servant (state school principal) - Electoral Rolls: school teacher (Kingaroy, Qld, 1936-1943; Brookstead, Qld, 1949; Mt Alford, Qld, 1954); teacher (Wallangarra, Qld, 1958); school teacher (Warwick, Qld, 1963; Manly, Qld, 1968-1972) ===''TYMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Tymms|Tymms, Robert William]] [https://www.familysearch.org/tree/person/details/GXSX-R2D] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 84, 1930 - coastal wireless operator (RANRS); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); wireless operator (Geraldton, 1922; Como, 1925); not stated (Broome, 1937); wireless telegraphist (Townsville, 1954) =='''U'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''UMBACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ricky Charles Umback|Umback, Ricky Charles]] - early wireless historian (Ph.D. Thesis, 2016, "Constituting Australia's International Wireless Service: 1901-1922") [https://openresearch-repository.anu.edu.au/bitstream/1885/142647/1/Umback%20Thesis%202018.pdf] ===''UNDERWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Underwood|Underwood, William Henry]] [https://www.familysearch.org/tree/person/details/GX6T-1XZ] - 1875(Eng)-1953(Qld) - Licences: 4DN Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Newstead, Qld, 1913-1915; Clayfield, Qld, 1916-1943); no occupation (Albion, Qld, 1943; Highgate Hill, Qld, 1949) ===''UNGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Wilhelm Unger|Unger, A. H.]] - 19??(???)-????(???) - 2YRS Alectown (1980+), amateur operator (AOCP ????, 19??, No. ?? in NSW), amateur broadcaster, son of Herbert Wilhelm Carl Unger 2UJ * [[/Herbert Wilhelm Carl Unger|Unger, Herbert Wilhelm Carl or Herbert William Carl]] - 1911(???)-2012(NSW, 101yo) - 2UJ Alectown (1933-1980+), amateur operator (AOCP 1108, 1933, No. ?? in NSW), amateur broadcaster, father of A. H. Unger 2YRS ===''URQUHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Stewart Urquhart|Urquhart, Malcolm Stewart]] [https://www.familysearch.org/tree/person/details/GZXT-5C3] - 1905(WA)-1967(WA) - Licences: 6MU Perth (Cottesloe, 1925-1939); 6MU Merredin (1946-1960); 6MU Perth (Cottesloe, 1965) - Qualifications: cc; AOCP 116, 1925, No. ?? in WA; BOCP 27, 1936; AOLCP 158, 1934; 2COCP 85, 1937; 1COCP 126, 1937 - amateur operator; amateur broadcaster; clerk (1931); broadcast technician (6MD, 1958); WW2 (1939-1945) - Electoral Rolls: clerk (Cottesloe, WA, 1931-1937); broadcast technician (Merredin, WA, 1943-1963) =='''V'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''VALENTINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Keith Valentine|Valentine, Lionel Keith]] [https://www.familysearch.org/tree/person/details/GD1Z-ZVK] - 1916(Tas)-1961(Tas) - Licences: 7KV Hobart (Bellerive, 1933-1939) - Qualifications: cc; AOCP 1148, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Bellerive, Tas, 1937; Acton, ACT, 1949); public servant (Hobart West, Tas, 1958) ===''VAN COUTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Josephus Van Cooth|Van Cooth, John Robert Josephus]] [https://www.familysearch.org/tree/person/details/G8GN-6ZP] - 1908(Vic)-1936(Vic) - Licences: 3DX Receive Melbourne (East Malvern, 1922); 3DX Melbourne (East Malvern, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (St Kilda West, 1931) ===''VARDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Edwin Vardon|Vardon, Joseph Edwin]] [https://www.familysearch.org/tree/person/details/LV9V-VPR] - 1905(SA)-1970(SA) - Licences: Receive Adelaide (Unley, 1923-1924); 5OM Adelaide (Unley Park, 1927-1933) - Qualifications: cc; AOCP 329, 1927, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: sales manager (Malvern, 1941-1943) ===''VAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Vaughan (also known as Hearps, change of name), David Edward]] [https://www.familysearch.org/tree/person/details/LYD2-HG5] - 1901(Vic)-1976(NSW) - Licences: 2FY Sydney (Lakemba, 1930-1969) - Qualifications: AOCP 665, 1930, NSW (Hearps); AOCP 1003, 1932, NSW (Vaughan) - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Lakemba, 1930-1937); machinist (Lakemba, 1943-1972) ===''VEALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Pax Veall|Veall, Reginald Pax]] [https://www.familysearch.org/tree/person/details/GZL8-GR6] - 1918(Vic)-1942(NT) - Licences: 3PV Melbourne (St Kilda, 1937-1939) - Qualifications: AOCP 2050, 1937, No. ?? in Vic; 2COCP 274, 1939; 1COCP 375, 1940 - amateur operator, amateur broadcaster, WW2 (Merchant Navy, Wireless Officer, MV Neptuna) - Electoral Rolls: Nil - "Greater love hath no man than this" [http://www.ntlexhibit.nt.gov.au/exhibits/show/bod/roh/veall] ===''VEARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elwyn Thomas Vears|Vears, Elwyn Thomas]] [https://www.familysearch.org/tree/person/details/GHS1-C67] - 1901(NSW)-1960(NSW) - Licences: 2BM Leura (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Strathfield, 1930-1937; Burwood, 1943-1958)) ===''VERNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Henry Vernon|Vernon, Charles Henry]] [https://www.familysearch.org/tree/person/details/G88V-18Z] - 1901(WA)-1964(WA) - Licences: 6KZ Albany (1930-1931); 6KZ Perth (Fremantle, 1933-1939); 3AMD Melbourne (Moonee Ponds, 1947); 6KZ Perth (Guildford, 1947-1948) - Qualifications: cc; AOCP 566, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Forts, Albany, 1922-1931; Fremantle, 1936-1937; 9AAD, Guildford, 1949-1954); retired (Wagin, 1958; Morley, 1963) ===''VICKARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Mervyn Vickary|Vickary, Reginald Mervyn "Reg"]] [https://www.familysearch.org/tree/person/details/G88K-CLP] - 1909(NSW)-1973(Qld) - Licences: 4RV Cunnamulla (1930-1933); 4RV Warwick (1936-1939); 4VX Brisbane (Gordon Park, 1965; The Grange, 1969) - Qualifications: cc; AOCP 702, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shed hand (Cunnamulla, 1931); radio dealer (Warwick, 1937; Cunnamulla, 1943); shopkeeper (Toowoomba, 1949; Ekibin, 1954; Chermside, 1963; Grange, 1968-1972) ===''VICKERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth James Vickery|Vickery, Kenneth James]] [https://www.familysearch.org/tree/person/details/GDQP-WMQ] - 1893(NSW)-1970(NSW) - Licences: 2RA Receive Sydney (Hurlstone Park, 1923); 2RA Sydney (Hurlstone Park, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrical fitter (Hurlstone Park, 1930-1933); electrician (West Ryde, 1935; Parkes, 1936; Uralla, 1943); farmer (North Richmond, 1949-1968) ===''VINCENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Vincent|Vincent, Jack]] [https://www.familysearch.org/tree/person/details/GZ64-7S8] - 1906(WA)-1980(WA) - Licences: 6DL Receive Kalgoorlie (1923-1924); 6VK Kalgoorlie (1925-1939) - Qualifications: cc; AOCP 59, 1925, No. ?? in WA - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter & turner (Kalgoorlie, WA, 1931-1937); manufacturer (South Perth, WA, 1949-1963; Como, WA, 1972-1980) ===''VINING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Vining|Vining, William Edward]] [https://www.familysearch.org/tree/person/details/GZR1-NLT] - 1906(Qld)-1977(Qld) - Licences: 4WE Brisbane (Nundah, 1926-1927) - Qualifications: cc; AOCP 277, 1926, No. 22 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: carrier (Nundah, 1928-1931); motor driver (Mitchelton, 1934; Gaythorne, 1936); mechanic (Gayndah, 1943); telephone mechanic (Enoggera, 1949-1963); telephone technician (Enoggera, 1968-1977) ===''VIPAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alton Frederick Vipan|Vipan, Alton Frederick]] - 1890(NSW)-1946(NSW) - XHV Sydney (Petersham, 1913-1914), early wireless experimenter, amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), ship wireless operator, AWA (Koo-we-rup, 1922) ===''VOIGT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emil Robert Voigt|Voigt, Emil Robert]] [https://www.familysearch.org/tree/person/details/G88K-VV2] - 1883(Eng)-1973(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - 2KY Sydney, broadcast station manager; witness to Royal Commission 1927 (as chairman, NSW Labor wireless committee) - Relationships: father of Rion Osborne Voigt; grandfather of Robin Voigt - Electoral Rolls: secretary (Dee Why, 1930-1934); manager (Dee Why, 1935; Narrabeen, 1936) - Links: [https://adb.anu.edu.au/biography/voigt-emil-robert-8930 ADB]; [[w:Emil_Voigt_(athlete)|Wikipedia]]; [https://www.radioheritage.com/story70/ RHF] * [[/Rion Osborne Clifford Voigt|Voigt, Rion Osborne Clifford]] [https://www.familysearch.org/tree/person/details/G88K-L1V] - 1915(Eng)-1987(NSW) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - broadcast industry executive, WW2 - Electoral Rolls: radio announcer (Narrabeen, 1937; Turramurra, 1963-1980) - Relationships: son of Emil Robert Voigt; father of Robin Voigt * [[/Robin Voigt|Voigt, Robin]] - historian (Emil Robert Voigt; 2KY) - Relationships: grandson of Emil Robert Voigt; son of Rion Osborne Clifford Voigt ===''VOLKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Henry Oxford Volkman|Volkman, Reginald Henry Oxford]] [https://www.familysearch.org/tree/person/details/G4CV-7PH] - 1902(NSW)-1959(NSW) - Licences: 2RY Grafton (1924-1925); 2RY Scone (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Woollahra, 1930-1933) ===''VOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Taylor Vowles|Vowles, Rupert Taylor]] [https://www.familysearch.org/tree/person/details/LKYT-FLF] - 1894(NSW)-1973(NSW) - Licences: XIZ Sydney (Burwood, 1913-1914); 2AW Receive Sydney (Burwood, 1922-1923); 2XZ Sydney (Concord, 1929-1931) - Qualifications: cc; AOCP 562, 1929, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Concord, 1930-1972) =='''W'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''WADDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivon Edward Waddell|Waddell, Ivon Edward]] [https://www.familysearch.org/tree/person/details/G88S-H3S] - 1909(WA)-1943(Thailand/Singapore) - Licences: 6WX Albany (1929-1930); 6WX Katanning (1931) - Qualifications: cc; AOCP 561, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: postal clerk (Katanning, 1936; South Perth, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10298089 AWM] ===''WADDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. M. Waddle|Waddle, E. M.]] - 19??(???)-19??(???) - 4GZ Charters Towers (-1959+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''WADDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard William Mackie Waddy|Waddy, Richard William Mackie]] [https://www.familysearch.org/tree/person/details/LB62-5RP] - 1848(SA)-1933(SA) - senior state public servant (SA Post & Telegraphs Dept), senior federal public servant (Deputy Postmaster-General SA) ===''WADHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin Wadham|Wadham, Kevin]] [https://www.familysearch.org/tree/person/details/GZZC-SBQ] - 1905(SA)-1970(SA) - Licences: 5KW Adelaide (Parkside, 1924-1927; Helmsdale, 1928; Da Costa Park, 1931; Glenelg, 1933; Adelaide, 1937; Glenelg, 1938-1939) - Qualifications: cc; AOCP 23, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WIA SA (Councillor 1931; Hon. Treasurer, 1931); National Radio Corp (manager, 1938); Holdfast Bay Yacht Club (Vice-commodore, 1949) - Electoral Rolls: manager (Helmsdale, SA, 1939-1941; Da Costa Park, SA, 1943) ===''WAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Fripp Wahl|Wahl, Alan Fripp]] [https://www.familysearch.org/tree/person/details/GFMB-TD4] - 1918(WA)-2003(WA) - Licences: 6JB Perth (Leederville, 1938-1939, 1947-1960; Dianella, 1965-1980+) - Qualifications: cc; AOCP 2101, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: railway employee (Leederville, WA, 1943-1958); clerk (Dianella, WA, 1963-1980) ===''WALCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Crosby Walch|Walch, Alan Crosby or Crosby Alan]] [https://www.familysearch.org/tree/person/details/GQC7-GSS] - 1907(NSW)-1979(Tas) - Licences: 7BI Receive Hobart (Bellerive, 1923); Receive Hobart (Bellerive, 1923-1925); 7CW Hobart (Bellerive, 1926-1927; Battery Point, 1931-1933; City, 1937; Sandy Bay, 1938-1939, 1946-1975) - Qualifications: cc; AOCP 231, 1926, No. ?? in Tas; BOCP 1, 1936; 1AOCP 16, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: radio expert (Hobart South, 1936-1954) ===''WALDRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Gerard Waldron|Waldron, Francis Gerard "Frank"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''WALKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Walker|Walker, Arthur Charles]] [https://www.familysearch.org/tree/person/details/GXFY-L2V] - 1898(Qld)-1974(Qld) - Licences: 4AC Brisbane (Sandgate, 1927-1931) - Qualifications: cc; CPRT 699, 1922 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: newspaper carrier (Kangaroo Point, Qld, 1934-1937); carrier (Sandgate, Qld, 1943-1972) * [[/Charles Welsh Walker|Walker, Charles Welsh "Chas"]] [https://www.familysearch.org/tree/person/details/GXFR-19W] - 1899(NSW)-1961(Qld) - Licences: 4CU Receive Clifton (1923); 4CU Clifton (1924-1960); 4DQ Portable Clifton (1948-1960) - Qualifications: cc; AOCP 10, 1924, No. 2 in Qld - amateur operator; amateur broadcaster; motor mechanic; Walker's Radio Service (proprietor, 1930s-1950s) - Electoral Rolls: motor mechanic (Clifton, Qld, 1921-1958) * [[/Louis Edward Walker|Walker, Louis Edward]] [https://www.familysearch.org/tree/person/details/GSWB-L81] - 1864(Eng)-1934(At Sea) - Oversight of the 1906 Bass Strait link for Marconi Wireless Telegraphy Co * [[/Philip Billingsley Walker|Walker, Phillip Billingsley]] [https://www.familysearch.org/tree/person/details/MNF3-P9W] - 1840(Eng)-1900(NSW) - early wireless experimenter, employment (NSW Posts & Telegraphs, Superintendent of Telegraphs, Chief Electrician) * [[/Ronald Gregory Walker|Walker, Ronald Gregory "Gregory"]] [https://www.familysearch.org/tree/person/details/GDRP-GC6] - 1907(NSW)-1929(At Sea) - Licences: 7BT Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; journalist (Hobart "Mercury"); film maker - Comment: Gone too soon - Electoral Rolls: journalist (Hobart South, 1928) - Links: [http://www.seafarersmemorial.org.au/memorials/walker_g.php Seafarer's Memorial] * [[/William Spencer Walker|Walker, William Spencer]] [https://www.familysearch.org/tree/person/details/KCF4-R77] - 1911(SA)-2004(SA) - Licences: 5WW Adelaide (Alberton, 1934-1939; West Croydon, 1947-1980+) - Qualifications: cc; AOCP 1305, 1934, SA; BOCP 444, 1942; TVOCP 274, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939); mechanic (West Croydon, SA, 1941-1943) ===''WALLACE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elizabeth Aileen Geisel|Wallace nee Geisel, Elizabeth Aileen "Betty"]] See Geisel, Elizabeth Aileen "Betty" ===''WALLBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Walter Wallbridge|Wallbridge, Leslie Walter]] [https://www.familysearch.org/tree/person/details/LDMT-HKZ] - 1910(Eng)-1966(SA) - Licences: 5UX Adelaide (Lower Mitcham, 1930-1937); 5UX Peterborough (1938-1939); 5UX Kadina (1947-1948); 5UX Cook (1954-1955); 5UX Saddleworth (1956); 5UX Hawker (1960) - Qualifications: cc; AOCP 712, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Peterborough, SA, 1939-1941; Rendelsham, SA, 1943; Alice Springs, NT, 1963) ===''WALLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Wallis|Wallis, John Charles]] - 19??(???)-19??(???) - Licences: 7JW Longford (1932-1939, 1947) - Qualifications: cc; AOCP 893, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Burnie, 1928; Longford, 1936-1937) * Wallace, Florence Violet (adoptive name) - see Granville, Florence Violet (birth name) ===''WALSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Dunbar Walsh|Walsh, Harold Dunbar "Cordite"]] [https://www.familysearch.org/tree/person/details/G3W3-CT7] - 1903(Qld)-1951(Qld) - Licences: 4HW Brisbane (Hamilton, 1925-1931; Rocklea, 1946-1947)); 4WN Brisbane (Hamilton, 1927, dealer) - Qualifications: cc; AOCP 133, 1925, No 14 in Qld - amateur operator; amateur broadcaster; WW2 (RAAF); solicitor; pilot - Comment: Tragic end to a productive life - Electoral Rolls: clerk (Hamilton, 1925-1937); airline pilot (Moorooka, 1949) ===''WALTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Allan Walters|Walters, Charles Allan]] [https://www.familysearch.org/tree/person/details/G8CT-LBY] - 1910(Vic)-1947(Vic) - Licences: 3CW Melbourne (Thornbury, 1929-1933; Heidelburg, 1937-1939; Brunswick, 1946-1947) - Qualifications: AOCP 524, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Northcote, 1931-1936; Heidelberg, 1937; Brunswick, 1942) * [[/Gerald Wills Walters|Walters, Gerald (Wills or Willis or blank)]] [https://www.familysearch.org/tree/person/details/GX7Y-1HZ] - 1886(Eng)-1956(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 108, 1915; 2COCP 157, 1930; 1COCP 129, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: wireless telegraphist (Currie, King Island, Tas, 1919; Darwin, NT, 1922); radio telegraphist (New Town, Tas, 1928); wireless officer (Radio Station, Thursday Island, Qld, 1936-1937); wireless (Gladesville, NSW, 1943); wireless telegraphist (Rockhampton, Qld, 1949-1954) ===''WALZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edwyn Walz|Walz, Arthur Edwyn or Edgar]] [https://www.familysearch.org/tree/person/details/GM9T-LB3] - 1908(Qld)-2000(Qld) - Licences: 4AW Brisbane (Nundah, 1926-1939; Wavell Heights, 1946-1980+) - Qualifications: cc; AOCP 287, 1926, No. 26 in Qld - amateur operator; amateur broadcaster; plumber; radio repair business - Relationships: son of Conrad August Walz - Electoral Rolls: plumber (Nundah, 1934-1943); radio engineer (Wavell Heights, 1949-1980) * [[/Conrad August Walz|Walz, Conrad August]] [https://www.familysearch.org/tree/person/details/LRGZ-QF3] - 1882(Qld)-1951(Qld) - 4?? Brisbane, amateur operator (AOCP ???, 19??, No. ?? in Qld), plumber, farmer, father of 4AW Arthur Edwyn Walz ===''WARDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney William Lumley Wardle|Wardle, Sidney William Lumley]] - 1911(Eng)-19??(???) - Licences: 2OU Woodford Leigh (1930-1935); 2OU Armidale (1936-1937); 2OU Sydney (Bellevue Hill, 1938-1939); 5OU Adelaide (Lockleys, 1946-1954); 2DID Berridale (1980) - Qualifications: AOCP 610, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: farm hand (Woodford Leigh, 1934-1935); technician (Bondi North, 1937; Woollahra, 1943); retired (Berridale, 1980) ===''WARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Clarke Waring|Waring, Cecil Clarke]] [https://www.familysearch.org/tree/person/details/GQW4-V9F] - 1904(Vic)-1988(Vic) - Licences: 3CU Receive Melbourne (Canterbury, 1922-1924); 3YW Melbourne (Camberwell, 1929-1931; Canterbury, 1933; Kew, 1937); 3YW Rupanyup (1938-1939); 3YW Stawell (1946-1948); 3YW Warrnambool (1954-1980+) - Qualifications: AOCP 549, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Canterbury, 1925-1928; Kew, 1931-1937; Stawell, 1942-1949; Warrnambool, 1954-1977) ===''WARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Leslie George Warne|Warne, Maurice Leslie George]] [https://www.familysearch.org/tree/person/details/LYSP-LHY] - 1909(NSW)-1975(NSW) - Licences: 2MW Sydney (Croydon, 1926-1929) - Qualifications: AOCP 300, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: printer (Campsie, 1931-1934); radio mechanic (Campsie, 1936-1937); radio sales (Kogarah, 1943-1963); radio & TV technician (Arncliffe, 1968) ===''WARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Albert Warner|Warner, Geoffrey Albert]] [https://www.familysearch.org/tree/person/details/G8V1-6NR] - 1914(NSW)-2007(NSW) - Licences: 2CK Wyong (1930-1939); 3ABW Fiskville (1947); 9GW Port Moresby (1948-1954); 2AVW Bringelly (1955-1958); 2CK Bringelly (1960-1969); 6EG Bassendean (1975); 2HJ Camden (1980+) - Qualifications: AOCP 710, 1930, NSW; 1COCP 60, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless technician (Rockbank, Vic, 1942); technician (OTC Bringelly, 1958-1963); manager (Bassendean, 1977; Camden South, 1980) - callsign may have been withdrawn for 2CK Cessnock commercial (later restored) ===''WARNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Bernard Warnock|Warnock, Neil Bernard]] [https://www.familysearch.org/tree/person/details/GZJ8-58G] - 1944(Vic)-2019(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''WATERHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. G. Waterhouse|Waterhouse, A. G.]] - 19??(???)-19??(???) - Licences: XVV Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WATERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George James Waters|Waters, George James]] [https://www.familysearch.org/tree/person/details/G8X9-S46] - 1902(Vic)-1931(Vic) - Licences: 3EX Receive Melbourne (Heathcote, 1922); 3XA Melbourne (East Prahran, 1930-1931) - Qualifications: AOCP 608, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified as yet - Comment: Passed too soon * [[/James Alfred Waters|Waters, James Alfred]] - 19??(???)-19??(???) - Licences: 7JA Hobart (Sandy Bay, 1936-1939) - Qualifications: cc; AOCP 1685, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Queensborough, 1936); teacher (Ringarooma, 1937); schoolteacher (Queensborough, 1943-1954) * [[/Leslie Waters|Waters, Leslie]] [https://www.familysearch.org/tree/person/details/G85N-TZB] - 1882(Eng)-1956(Qld) - Licences: 4AC Innisfail (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; engineer (Randell Engineering) - Electoral Rolls: watchmaker (Innisfail, 1919-1943); radio dealer (Innisfail, 1949) ===''WATERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lindsay Carmel Waterworth|Waterworth, Lindsay Carmel "Joe"]] [https://www.familysearch.org/tree/person/details/G6YY-6M6] - 1892(Qld)-1969(Qld) - Licences: 4CL Rockhampton (1935-1939, 1946-1969) - Qualifications: cc; AOCP 1526, 1935, Qld - amateur operator; amateur broadcaster; WW1; WW2; federal public servant (PMGD, telegraphist) - Electoral Rolls: assistant (Charleville, Qld, 1921); telegraphist (Rockhampton, Qld, 1928-1968) ===''WATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Paul Watkins|Watkins, Andrew Paul]] [https://www.familysearch.org/tree/person/details/GFQ9-RHP] - 1914(WA)-1965(NSW) - Licences: 6AW Perth (1936-1939) - Qualifications: cc; AOCP 1805, 1936, WA; BOCP 269, 1939; 1COCP 842, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Boulder, WA, 1937); radio mechanic (Geraldton, WA, 1943); radio technician (Cairns, Qld, 1949; Lakemba, NSW, 1954; Chullora, NSW, 1958-1963) * [[/William Trevor Watkins|Watkins, William Trevor "Trevor", "Watty"]] [https://www.familysearch.org/tree/person/details/LZKG-J4V] - 1899(Tas)-1931(Tas) - Licences: T336 Hobart (1920-1921); 7AA Hobart (1922-1925); 7DX Hobart (1925-1931) - Qualifications: cc; AOCP 107, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Withdrawal: PMGD withdrew 7AA callsign for their own use, electrician (Zinc Co., Hobart, 1922), wireless expert (Medhurst & Sons, Hobart, 1925) - Electoral Rolls: electrician (West Hobart, 1922-1928) - Comment: passed too soon ===''WATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. A. Watson|Watson, A. A.]] - bef1910(???)-aft1930(???) - Licences: 2UT Sydney (Darlinghurst, 1927-1929) - Qualifications: AOCP 341, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: None as yet - Full name not yet identified * [[/Douglas Mervyn Watson|Watson, Douglas Mervyn]] [https://www.familysearch.org/tree/person/details/G6MG-FPY] - 1920(Tas)-1989(Tas) - Licences: 7DW Hobart (New Town, 1937-1939; City, 1946-1956; Lindisfarne, 1960-1980+) - Qualifications: cc; AOCP 1867, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Hobart South, 1949-1954); mechanic (Lindisfarne, 1972) * [[/Herbert Leopold Watson|Watson, Herbert Leopold]] [https://www.familysearch.org/tree/person/details/G8ZP-JLK] - 1897(Vic)-1982(NSW) - Licences: 2OL Kiama (1929-1933); 2OL Unanderra (1935-1938); 2OL Woollongong (1939) - Qualifications: AOCP 545, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: engineer (Kiama, 1930); electrical engineer (Unanderra, 1934-1937; Heidelberg, Vic, 1949); electrician (Ivanhoe, Vic, 1954); retired (Avalon Beach, 1968-1972; Mona Vale, 1977; Mosman, 1980) * [[/James David Watson|Watson, James David]] [https://www.familysearch.org/tree/person/details/G8F5-789] - 1910(Vic)-19??(???) - Licences: 3NQ Darlington via Camperdown (1930-1939); 2ANQ Albury (1946-1957) - Qualifications: AOCP 633, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical fitter (Darlington, 1931-1943); radio technician (Albury, 1949-1954) - Comment: Beware another JDW, labourer, Geelong, 1930s * [[/John Watson|Watson, John]] - 19??(???)-19??(???) - Licences: 6CR Receive Perth (Victoria Park, 1923-1924) - Qualifications: AOCP 436, 1928, No. ?? in WA - amateur operator? - Electoral Rolls: Nil, as yet, specific individual not yet identified * [[/Samuel Wilfred Watson|Watson, Samuel Wilfred or Wilfred Samuel]] [https://www.familysearch.org/tree/person/details/GXY5-LXP] - 1906(Eng)-1998(WA) - Licences: 6WW Perth (West Perth, 1930-1939, 1948-1969); 6WW Shoalwater Bay (1975); 6WW Cardup (1980) - Qualifications: cc; 1COCP 189, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless operator (West Perth, WA, 1931-1972); retired (Shoalwater Bay, WA, 1977; Cardup, WA, 1980) * [[/William Wesley Watson|Watson, William Wesley]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio telegraphist (Hobart South, 1949) ===''WATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Watt|Watt, Alexander]] [https://www.familysearch.org/tree/person/details/GDRK-4B7] - 1901(Sct)-1985(Tas) - Licences: 7BO Receive Prince of Wales Bay (1923); Receive Prince of Wales Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Prince of Wales Bay, 1922-1928); accountant (New Town, 1936-1949; Moonah, 1954) * [[/Arthur William Watt|Watt, Arthur William]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly) * [[/Charles Russell Watt|Watt, Charles Russell]] [https://www.familysearch.org/tree/person/details/GZV7-JFH] - 1904(Eng)-1993(NSW) - 2WT Tenterfield (1925-1975+), amateur operator (AOCP 184, 1925, No. ?? in NSW), amateur broadcaster, grazier (Tenterfield, 1930-1980) ===''WAUCHOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Wylie Wauchope|Wauchope, Ronald Wylie]] [https://www.familysearch.org/tree/person/details/LH6X-QJR] - 1914(SA)-1933(SA)19yo - Licences: 5WE Adelaide (Maylands, 1933) - Qualifications: cc; AOCP 1086, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, 19yo - Electoral Rolls: Nil yet identified ===''WEATHERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Elsdon Weatherley|Weatherley, Harry William Elsdon]] [https://www.familysearch.org/tree/person/details/LTBF-1HC] - 1921(Vic)-2006(Vic) - prominent MW and SW broadcast DXer (1940-1990), clubs (Australian Radio DX Club, New Zealand Radio DX League, New Zealand DX Radio Association, Southern Cross DX Club, DX Australia - Chief Editor, Ontario DX Club), ANARC DXer of the year - metallurgist (Auburn, 1949-1954); technician (Mount Waverley, 1963-1972); retired (Mount Waverley, 1980) * [[/Herb J. Weatherley|Weatherley, Herb J.]] - 19??(???)-19??(???) - 4HW Clifton (-1951+), amateur operator (AOCP ??, 19??, No. ?? in Qld), callsign formerly Harold Dunbar Walsh ===''WEATHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Weatherson|Weatherson, W. A.]] - 19??(???)-19??(???) - Licences: 3AB Melbourne (East St Kilda, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''WEATHERSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stewart Weatherston|Weatherston, William Stewart]] [https://www.familysearch.org/tree/person/details/G8LZ-2KF] - 1905(WA)-1942(Sing) - Licences: 3AB Melbourne (East St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1927); salesman (St Kilda, 1931; Forrest, ACT, 1935; Newtown, 1943!) - Sacrifice: "Greater love hath no man than this" ===''WEBSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank James Webster|Webster, Frank James]] [https://www.familysearch.org/tree/person/details/GF73-5KV] - 1908(Eng)-19??(WA) - Licences: 6FW Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1039, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Victoria Park, WA, 1931-1943); plasterer (Perth, WA, 1954-1963; Victoria Park, WA, 1968-1972); retired (Fremantle, WA, 1977-1980) * [[/Harold Charles Webster|Webster, Harold Charles]] [https://www.familysearch.org/tree/person/details/KCRM-31P] - 1876(Tas)-1923(Tas) - Licences: Receive (Crystal Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: photographer (Launceston, 1914); clerk (Hobart North, 1922) * [[/William Webster|Webster, William]] [https://www.familysearch.org/tree/person/details/GZJD-D94] - 1860(Eng)-1936(NSW) - senior federal politician (Postmaster-General, 1915-1920), played prominent part in the Postal Royal Commission ===''WEDDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Austin Weddell|Weddell, James Austin]] [https://www.familysearch.org/tree/person/details/GXK9-SYF] - 1914(SA)-2005(NSW) - Licences: 5ZL Adelaide (Reade Park, 1935-1939) - Qualifications: cc; AOCP 1595, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Col Light Gardens, SA, 1939-1943); RAAF (Albert Park, Vic, 1949; Auburn, Vic, 1954); RAAF officer (Richmond, NSW, 1958); RAAF (Red Hill, ACT, 1963); not stated (Red Hill, ACT, 1968-1972); RAAF (Red Hill, ACT, 1977-1980) * [[/John Arthur Weddell|Weddell, John Arthur]] [https://www.familysearch.org/tree/person/details/GXKM-KVK] - 1926(Qld)-19??(???) - Licences: 4FT Brisbane (Zillmere, 1954-1960); 2ZM Glenbrook (1961); 4FT Brisbane (Sandgate North, 1965-1969); 2BFT Sydney (Clovelly, 1975-1980) - Qualifications: cc; AOCP 3172, 1951, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Annerley, Qld, 1949; Zillmere, Qld, 1954-1958; Sandgate, Qld, 1963-1968); technician (Marrickville, NSW, 1972; Clovelly, NSW, 1977-1980) ===''WEDGEWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Donald Wedgewood|Wedgewood, William Donald]] [https://www.familysearch.org/tree/person/details/GDLV-GM8] - 1901(Qld)-1974(NSW) - Licences: N741 Receive NSW - Qualifications: cc; CPRT 692, 1922; 2COCP 49, 1935 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: boarder (Sutton Coalfield, Eng, 1911); manufacturer (Glenmore, 1930-1936); aviator (Nedlands, WA, 1937); farmer (Moruya, 1949-1954); greenkeeper (Brisbane, 1958); public servant (Hornsby, 1963-1972) ===''WEEKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. L. Weeks|Weeks, H. L.]] - 19??-19?? - Licences: 4CJ Receive Currumbin (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: - Identification: Not yet identified ===''WEISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Wilfred George Weiss|Weiss, Wilfred George]] [https://www.familysearch.org/tree/person/details/G8V9-7NP] - 1912(NSW)-1982(NSW) - Licences: 2TV Sydney (Croydon Park, 1960-1961; Strathfield, 1965); 2TV Ettalong Beach (1975-1980+) - Qualifications: AOCP 670, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lithgow, 1934-1937); storekeeper (Lithgow, 1943); silk screen craftsman (Croydon Park, 1949-1958); retired (Strathfield, 1963-1968; Ettalong Beach, 1972; Ettalong, 1977) ===''WELLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Arthur Martin Weller|Weller, Cyril Arthur Martin "Sam"]] [https://www.familysearch.org/tree/person/details/GZTQ-WXH] - 1903(???)-1994(Qld) - Licences: 4CZ Brisbane (Clayfield, 1938-1939, 1946-1980+) - Qualifications: AOCP 2160, 1938, Qld - amateur operator, amateur broadcaster, Radio Club (WIAQ, Brisbane DX Club), power station engineer, education (ME, UQ) - Electoral Rolls: student (Windsor, 1925); engineer (Wilston, 1925-1928; Camp Hill, 1934-1943; Clayfield, 1949-1972; Albion, 1977) ===''WELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Welling|Welling, Thomas]] [https://www.familysearch.org/tree/person/details/LLHB-KQZ] - 1898(Eng)-1960(SA) - Licences: 5TW Adelaide (North Adelaide, 1937); 5TW Mt Gambier (1938-1939, 1947-1960) - Qualifications: cc; 2COCP 179, 1930; 1COCP 81, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: wireless engineer (Mt Gambier, SA, 1939-1941); wireless technician (Mt Gambier, SA, 1943) ===''WELLINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hudson Wellington|Wellington, Stanley Hudson]] [https://www.familysearch.org/tree/person/details/LB84-47Y] - 1909(Tas)-1981(NSW) - Licences: 7PK Hobart (New Town, 1932-1933); 3SX Melbourne (Brighton, 1937-1939) - Qualifications: cc; AOCP 1002, 1932, No. ?? in Tas; AOLCP 117, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: representative (Caulfield, 1936); chemist (Brighton, Vic, 1937-1942); manager (Mosman, 1949-1980) ===''WELLMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Joseph Wellman|Wellman, Leo Joseph]] [https://www.familysearch.org/tree/person/details/L1SW-R9S] - 1898(NSW)-1965(NSW) - 2PS Receive Sydney (Marrickville, 1923), 2LW Sydney (Marrickville, 1925-1928), amateur operator (AOCP 117, 1925, No. ?? in NSW), amateur broadcaster ===''WELSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud William Welsh|Welsh, Claude or Claud William]] [https://www.familysearch.org/tree/person/details/GZPH-WS4] - 1914(Qld)-1988(Qld) - Licences: 4CW Warwick (1937-1939); 4DK Mackay (1975-1980+) - Qualifications: cc; AOCP 1982, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, Qld, 1937-1943); engineer (Kew, Vic, 1943); radio technician (Warwick, Qld, 1958; Mackay, Qld, 1958); technician (Mackay, Qld, 1963); radio technician (Mackay, Qld, 1968-1980) ===''WERRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Errol Limbrick Werrett|Werrett, Errol Limbrick]] [https://www.familysearch.org/tree/person/details/G8SK-FMH] - 1908(Tas)-1974(Eng) - Licences: Receive (Crystal) Hampshire (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm worker (Hampshire, 1936-1937); fitter (South Melbourne, 1943); engineer (Caulfield, 1949-1968; Balaclava, 1972) ===''WESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Frederick Shorter Weston|Weston, Cyril Frederick Shorter]] [https://www.familysearch.org/tree/person/details/GZVJ-FXY] - 1905(Eng)-1988(NSW) - Licences: 4EN Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephone mechanic (Kedron, 1928); Christian worker (Darlinghurst, 1934); grocer (Oatley, 1943); agriculturalist (Ourimbah, 1949); salesman (Paekhurst, 1963-1980); retired (Charmhaven, 1980) * [[/George James Weston|Weston, George James]] [https://www.familysearch.org/tree/person/details/GXQ3-Y8Q] - 1868(Eng)-1939(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 702, 1922 - RANRS (Radio Lieutenant) - Comment: Several contemporaneous GJWs - Electoral Rolls: telegraph operator (Albany, 1903); civil servant (Kalgoorlie, WA, 1910-1912); civil servant (Wireless Station, Carlingford, NSW, 1913); sailor (Toorak, 1919); naval officer (Elsternwick, 1919); civil servant (Auburn, Vic, 1922); wireless engineer (Auburn, Vic, 1924-1927); retired engineer (Upwey, 1931-1937) * [[/Robert Marcus Hamilton Weston|Weston, Robert Marcus Hamilton "Mark"]] [https://www.familysearch.org/tree/person/details/GX8K-KW6] - 1915(NSW)-1995(NSW) - Licences: 4XO Bundaberg (1938-1939); 2WE Sydney (Lidcombe, 1946-1947); 2AWE Sydney (Kingsford, 1955; Kensington, 1956-1957); 2AYK Sydney (Kensington, 1957; Kingsford, 1958-1961); 2CM Sydney (Dolls Point, 1964-1980) - Qualifications: cc; AOCP 2076, 1938, Qld; 2COCP 386, 1940; 1COCP 581, 1942 - amateur operator; amateur broadcaster; ship wireless officer; wireless officer (QANTAS) - Relationships: husband of 2MR Verle Lorraine Weston nee Key(s) - Electoral Rolls: marine wireless operator (Auchenflower, Qld, 1943); radio operator (Blakehurst, NSW, 1949; Kingsford, NSW, 1954-1963; Sans Souci, NSW, 1968-1980) * [[/Verle Lorraine Keys|Weston nee Key(s), Verle Lorraine]] - 1934(???)-1985(NSW) - 2MR Sydney (Dolls Point, 1964-1980), YL amateur operator (AOCP ???, 1964, No. ?? in Qld), wife of Robert Marcus Hamilton Weston 2CM * [[/William Wood Weston|Weston or Wehrstedt, William Wood]] [https://www.familysearch.org/tree/person/details/GDPG-KBQ] - 1912(WA)-1953(WA) - Licences: 6MW Perth (Nedlands, 1935-1939; North Beach, 1947-1948) - Qualifications: cc; AOCP 1465, 1935, WA; BOCP 596, 1944 - amateur operator; amateur broadcaster - Comment: Further clarification of identification required - Electoral Rolls: assistant operator (Subiaco, WA, 1936-1937); operator (Leederville, WA, 1943-1954; North Perth, WA, 1958-1968; Leederville, WA, 1972-1977) ===''WHALLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Percy Whalley|Whalley, Rupert Percy]] [https://www.familysearch.org/tree/person/details/GZGZ-CV3] - 1894(Vic)-1969(Vic) - Licences: 3JZ Receive Melbourne (Sandringham, 1922); 3JZ Melbourne (Sandringham, 1923-1927); 3JZ Myrtleford (1937-1939); 3JZ Wangaratta (1946-1948); 3JZ Melbourne (Blackburn, 1954-1969) - Qualifications: cc; AOCP 238, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: builder (Sandringham, 1919-1925); farmer (Myrtleford, 1927-1942); tobacco grower (Wangaratta, 1949); foreman (Blackburn, 1954-1968) - Relationships: father of 3ZWZ Robert Kelvin Whalley ===''WHEELER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Winslow Wheeler|Wheeler, Harry Winslow]] [https://www.familysearch.org/tree/person/details/GCBC-BYC] - 1910(SA)-1990(SA) - Licences: 5FB Adelaide (Eden Hills, 1927-1928); 5HW Adelaide (Eden Hills, 1933-1939) - Qualifications: AOCP 371, 1927, No. ?? in SA - amateur operator; amateur broadcaster; military (WW2, RAAF, DFC) - Electoral Rolls: chemist (Eden Hills, SA, 1939-1943); lecturer (Kalgoorlie, WA, 1954-1968) * [[/Victor George Wheeler|Wheeler, Victor George]] [https://www.familysearch.org/tree/person/details/GW4Z-FGL] - 1897(Eng)-1976(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; coastal wireless operator; WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: electric mechanic (Roebourne, 1917-1922); manager (Fremantle, 1925) ===''WHITAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Thomas Whitaker|Whitaker, Albert Thomas]] [https://www.familysearch.org/tree/person/details/LKKW-5DB] - 1895(NSW)-1960(NSW) - Licences: 2OI Receive Sydney (Banksia, 1923); 2OI Sydney (Banksia, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: labourer (Rockdale, 1930; Banksia, 1933-1934); builder (Banksia, 1937-1949); instructor (Mount Colah, 1954-1958) ===''WHITBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Roy Whitburn|Whitburn, Douglas Roy "Doug"]] [https://www.familysearch.org/tree/person/details/LZT2-3JX] - 1904(SA)-1958(SA) - Licences: 5BY Adelaide (Toorak, 1927-1931; Fullarton, 1933-1939; Rosefield, 1946-1947; Fullarton, 1948-1956) - Qualifications: cc; AOCP 312, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Rosefield, 1943) * [[/Robert Philip Whitburn|Whitburn, Robert Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GZBF-5XB] - 1896(NSW)-1991(NSW)94yo - Licences: XACJ Sydney (Leichhardt, 1913-1914); 2DK Receive Sydney (Leichhardt, 1922); 2DK Sydney (Leichhardt, 1923-1926) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: chairmaker (Leichhardt, 1930-1968); retired (West Ryde, 1972-1980) ===''WHITE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Matthews White|White, Alfred Matthews]] - 1894(Eng)-1981(Qld) - Licences: 4CX Receive Winton (1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1 - Electoral Rolls: grazier (Tranby, Winton, 1915-1958); retired (Buderim, Qld, 1963-1980) * [[/Charles Robert White|White, Charles Robert]] [https://www.familysearch.org/tree/person/details/GXLC-S5H] - 1911(SA)-1986(Vic) - Licences: 5MX Adelaide (Kilkenny, 1931-1939) - Qualifications: cc; AOCP 802, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edwin Harold White|White, Edwin Harold "Eddie"]] [https://www.familysearch.org/tree/person/details/GZTQ-QGH] - 1911(Qld)-1997(Qld) - Licences: 4EW Brisbane (Red Hill, 1933-1939); 4EW Mackay (1946-1950); 4EW Brisbane (Red Hill, 1954-1956); 5OW & 8OW Darwin (1956-1963); 4OW Brisbane (Red Hill, 1963-1965); 4OW Mt Isa (1969); 4OW Brisbane (Red Hill, 1975) - Qualifications: cc; AOCP 1141, 1933, No. ?? in Qld; 1COCP 250, 1939 - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, Fortress Signals); federal public servant (DCA) - Electoral Rolls: compositor (Red Hill, 1934-1936); radio technician (Longreach, 1937); aeradio operator (Cloncurry, 1943; Mackay, 1949); communications officer (Archerfield, 1954); public servant (Red Hill, 1963; Mt Isa, 1968; Red Hill, 1972-1980) * [[/Frank Philip White|White, Frank Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GXSJ-9NF] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 189, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: Nil yet identified * [[/Frank Roy White|White, Frank Roy]] [https://www.familysearch.org/tree/person/details/GD4P-LVT] - 1911(NSW)-1994(???) - Licences: Nil yet identified - Qualifications: cc; 2COCP 5, 1934; 1COCP 12, 1934 - beam wireless operator (AWA); WW2 - Electoral Rolls: clerk (West Ryde, 1933-1935); telegraphist (Roseville, 1936-1937; Ryde, 1943-1968) * [[/J. L. White|White, J. L.]] - 19??(???)-19??(???) - Licences: 6JL via Brass Valley (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''WHITELAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Roy Whitelaw|Whitelaw, Charles Roy]] [https://www.familysearch.org/tree/person/details/99WD-7NY] - 1891(Vic)-1957(Vic) - Licences: XMO Melbourne (Rosedale, 1913-1914); 3BH Melbourne (Mooroolbark, 1923-1925); 3BH Stawell (1925); 3BH Benalla (1925-1927); 3BH Melbourne (Mitcham, 1931); 3BH Woomelang (1933); 3BH Melbourne (Mornington 1937-1939); 3BH (Harrisfield, 1946-1947; Dandenong, 1948; Noble Park, 1954-1955; Boronia, 1956) - Qualifications: cc; AOCP 87, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; fire brigade and railway stationmaster; WW1 (AFC, Wireless Operator, 1917) - Electoral Rolls: railway employee (Creswick, 1914); assistant stationmaster (Ravenswood, 1919); stationmaster (Mooroolbark, 1922-1924); railway employee (Timboon, 1925); stationmaster (Benalla, 1925-1927; Mitcham, 1931; Euroa, 1942; Harrisfield, 1949-1954) ===''WHITING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Ambrose Whiting|Whiting, Reginald Ambrose]] [https://www.familysearch.org/tree/person/details/GXR6-XDQ] - 1911(SA)-1981(Vic) - Licences: 5MC Adelaide (Torrensville, 1932-1933); 3MZ Melbourne (East Preston, 1947-1980+) - Qualifications: cc; AOCP 988, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (South Yarra, Vic, 1934; Essendon, Vic, 1937); fitter & turner (Preston, Vic, 1942-1968); fitter (Preston, Vic, 1972-1980) ===''WHITLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gough Whitlam|Whitlam, Edward Gough "Gough"]] [https://www.familysearch.org/tree/person/details/L5VH-8BJ] - 1916(Vic)-2014(NSW) - Prime Minister (1972-1975), WW2 (RAAF, Flight Lieutenant, navigator & bomb aimer, 1942-1945) - Electoral Rolls: student (Glebe, 1943); barrister (Cronulla, 1949; Cabramatta, 1958-1963; Red Hill, 1977; Double Bay, 1980) - executive oversight of the introduction of community radio in Australia - Links: [[w:Gough Whitlam|Wikipedia]] * [[/Lewis Alfred John Whitlam|Whitlam, Lewis Alfred John]] [https://www.familysearch.org/tree/person/details/LYY1-BBB] - 1904(Qld)-1977(Qld) - Licences: Receive (Crystal) Brisbane (Brisbane City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer's assistant (Brisbane City, Qld, 1931-1937); electrical engineer (Windsor, Qld, 1943-1968); engineer (Windsor, Qld, 1972-1977) ===''WICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. Wicks|Wicks, C.]] - 18??(???)-19??(???) - Licences: XQK Brisbane (South Brisbane) (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WILDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cyril George Wildman|Wildman, Cyril George]] [https://www.familysearch.org/tree/person/details/GMG3-GNP] - 1900(Vic)-1982(Vic) - Licences: 3FM Melbourne (Northcote, 1930-1931; Moreland, 1933-1939, 1946-1948; East Brunswick, 1954-1980+) - Qualifications: AOCP 624, 1930, No. ?? in Vic; BOCP 422, 1942 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Melbourne, 1927; Fitzroy North, 1931; Coburg, 1934-1942); electrical engineer (Brunswick East, 1977-1980) ===''WILKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Winstanley Wilkin|Wilkin, John Winstanley]] [https://www.familysearch.org/tree/person/details/L6LX-1P7] - 1891(NZ)-1967(SA) - Licences: 5JW Adelaide (North Adelaide, 1928; Osmond, 1931; Glen Osmond, 1933; North Walkerville, 1937-1938) - Qualifications: cc; Nil yet identified; likely qualified in NZ - amateur operator; amateur broadcaster - Electoral Rolls: manager (Toorak, SA, 1939-1943) ===''WILKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wilkins|Wilkins, Arthur]] - 19??(???)-19??(???) - Licences: 3AW Melbourne (Murrumbeena, 1927; East St Kilda, 1931) - Qualifications: AOCP 375, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: - several contemporaneous Arthur Wilkins, specific to be identified ===''WILKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Angus Wilkinson|Wilkinson, Dudley Angus]] [https://www.familysearch.org/tree/person/details/LR41-Q53] - 1919(SA)-1988(SA) - Licences: 5WD Adelaide (Frewville, 1935-1939; College Park, 1947-1948) - Qualifications: cc; AOCP 1455, 1935, SA; BOCP 182, 1938; 1COCP 284, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hawthorn, SA, 1941; Ballarat, Vic, 1942) ===''WILLIAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Williams|Williams, Albert Edward]] - 19??(???)-19??(???) - Licences: 5BO Adelaide (Unley, 1930-1931); 5BO Adelaide (Ottaway, 1946-1975) - Qualifications: cc; AOCP 659, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: - several contemporaneous AEWs in SA * [[/Alex Elisha Williams|Williams, Alex Elisha]] [https://www.familysearch.org/tree/person/details/G8JC-RN9] - 1913(Vic)-1981(Vic) - Licences: 3KT Melbourne (Elsternwick, 1933-1939) - Qualifications: AOCP 1062, 1932, Vic - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Elsternwick, 1936-1937; Camberwell, 1943-1949; Highfield Park, 1954); school teacher (Frankston, 1967-1968); teacher (Frankston, 1972-1980) * [[/Alfred Keith Williams|Williams, Alfred Keith]] [https://www.familysearch.org/tree/person/details/G8C3-3SS] - 1905(WA)-1932(WA) - Licences: 6AW Collie (1929-1931) - Qualifications: cc; AOCP 502, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: picture S. operator (Collie, 1930) * [[/Ernest Arthur Williams|Williams, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/LKNS-QYG] - 1888(NSW)-1968(NSW) - Licences: 2QY Receive Wollongong (1923); 2QY Wollongong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Wollongong, 1913, 1930-1958); retired (Wollongong, 1968) * [[/Harold Parkyn Williams|Williams, Harold Parkyn]] [https://www.familysearch.org/tree/person/details/G7CW-DGX] - 1881(Qld)-1933(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - first general manager of ABC - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/williams-harold-parkyn-9112 ADB] * [[/J. E. Williams|Williams, J. E.]] - 19??(???)-19??(???) - Licences: 4DQ Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: many contemporaneous JEWs - Electoral Rolls: Nil yet identified * [[/John Henry Williams|Williams, John Henry Jnr "Johnny" "Jack"]] [https://www.familysearch.org/tree/person/details/MP3D-8NG] - 1880(Qld)-1953(Qld) - Licences: 4JH Mackay (1929-1931) - Qualifications: cc; AOCP 507, 1929, No ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: iron monger? (Mackay, 1925-1943) - established commercial broadcaster 4MK Mackay 1931 * [[/Leslie Samuel Barnes Williams|Williams, Leslie Samuel Barnes]] [https://www.familysearch.org/tree/person/details/G8F2-X56] - 1896(Qld)-1974(Qld) - Licences: 4LS Brisbane (Indooroopilly, 1930-1933); 4LS Toogoolawah (1937-1939) - Qualifications: cc; AOCP 630, 1930, Qld - amateur operator, amateur broadcaster - Electoral Rolls: naval signalman (Cape Moreton, 1917-1922); saddler (Indooroopilly, 1925-1931); boot repairer (Toogoolawah, 1934-1958); retired (Taringa, 1963-1972) * [[/Neville Williams|Williams, Neville]] - 1915(NSW)-1996(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: - Links: [http://messui.polygonal-moogle.com/valves/NW199701.pdf EA] ===''WILLIAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Joseph Augustine Williamson|Williamson, Cecil Joseph Augustine]] [https://www.familysearch.org/tree/person/details/K879-9HC] - 1925(NSW)-1973(NSW) - Licences: 2CW Yass (1929-1931); 2ALS Yass (1939, 1946-1954) - Qualifications: AOCP 525, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Yass, 1930-1949); farmer (Trundle, 1949); mechanic (Orange, 1954-1972) * [[/Frederick Lerpiniere Williamson|Williamson, Frederick Lerpiniere]][https://www.familysearch.org/tree/person/details/LB6L-GCH] - 1896(SA)-1976(SA) - Licences: 5AH Receive Adelaide (Kent Town, 1922); 5AH Adelaide (Kent Town, 1922-1927; Collinswood, 1928, 1948-1955); also dealer licence 5BT Adelaide 1925-1926 for Kauper, Austin & Williamson - Qualifications: cc; AOCP 22, 1924, No. ?? in SA; BOCP 284, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Hubert Gordon Williamson|Williamson, Hubert Gordon]] [https://www.familysearch.org/tree/person/details/LH7J-YQP] - 1907(Vic)-1995(Vic) - 3GW Rainbow (1927-1939, 1946-1960), 3GW Lalor (1965-1969), 3GW Melbourne (East Doncaster, 1975-1980), 3GH Rainbow (1937-1939), amateur operator (AOCP 342, 1927, No. ?? in Vic), (1COCP 593, 1942), amateur broadcaster * Williamson nee Hutchings, Marjorie Lilian - See Marjorie Lilian Hutchings ===''WILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Oliver Willis|Willis, Harold Oliver]] [https://www.familysearch.org/tree/person/details/G8VS-NLZ] - 1898(Vic)-1976(WA) - Licences: 6OW Perth (South Fremantle, 1930-1931); 6AM Perth (South Fremantle, 1933); 6HW Perth (South Fremantle, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 675, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: baker (South Fremantle, 1925-1968) ===''WILLMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILMOTT * [[/Thomas Robert Willmott|Willmott or Wilmot, Thomas Robert]] [https://www.familysearch.org/tree/person/details/GZD6-TB4] - 1886(NSW)-1947(NSW) - Licences: 2BR Receive South Grafton (1922); 2ZO South Grafton (1923-1931) - Qualifications: cc; AOCP 48, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Grafton South, 1930-1943) ===''WILLOUGHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lancelot Willoughby|Willoughby, Eric Lancelot]] [https://www.familysearch.org/tree/person/details/LR88-Q5X] - 1912(SA)-19??(???) - Licences: 5BM Adelaide (Penrhyn, 1932-1939); 5GO Adelaide (Unley, 1948); 3FB Noojee (1954-1956); 3FB Neerim Junction (1960); 4EW Booval (1965-1980+) - Qualifications: cc; AOCP 1035, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Penrhyn, SA, 1939-1943); farmer (Noojee, Vic, 1949-1954); PMG Linesman (Booval, Qld, 1963-1968); PMG (Booval, Qld, 1972-1977) ===''WILMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILLMOTT * [[/John Henry Wilmott|Wilmott, John Henry]] [https://www.familysearch.org/tree/person/details/GFQY-PTR] - 1914(WA)-2003(NSW) - Licences: 6JW Perth (Como, 1934-1939); 2AJX Sydney (Lindfield, 1975); 2AJX Bathurst (1980) - Qualifications: cc; AOCP 1345, 1934, WA; 1COCP 170, 1938 - amateur operator; amateur broadcaster - Comment: Several contemporaneous JHWs - Electoral Rolls: aircraft radio officer (Lindfield, NSW, 1949); communications officer (Lindfield, NSW, 1958-1968); proprietor (Bathurst, NSW, 1977-1980) ===''WILSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Wilson|Wilson, A. H.]] - 19??(???)-19??(???) - Licences: 4DL Receive Brisbane (Kangaroo Point, 1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Darius Joseph Wilson|Wilson, Darius Joseph]] [https://www.familysearch.org/tree/person/details/G8ZR-GJ4] - 1901(NSW)-1987(NSW) - Licences: 2DW Sydney (Leichhardt, 1929-1931; Lidcombe, 1933; Five Dock, 1933-1939, 1946-1948; Warwick Farm, 1950; Yagoona, 1954-1980) - Qualifications: AOCP 548, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: french polisher (Leichhardt, 1930; Five Dock, 1943-1949); no occupation (Five Dock, 1954); french polisher (Yagoona, 1954-1968); polisher (Yagoona, 1972-1977) * [[/Horace Benjamin Wilson|Wilson, Horace Benjamin "Ben"]] [https://www.familysearch.org/tree/person/details/G8DV-71R] - 1911(WA)-2005(NSW) - Licences: 5WB Adelaide (Wayville, 1930-1937; Unley Park, 1938-1939); 2BP Sydney (McMahons Point, 1946-1948; West Ryde, 1950-1980+) - Qualifications: cc; AOCP 586, 1930, No. ?? in SA; AOLCP 161, 1934; 2COCP 33, 1935; 1COCP 72, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Unley Park, 1939); recording engineer (McMahons Point, 1949); business manager (West Ryde, 1954-1980) * [[/Leonard Gratton Wilson|Wilson, Leonard Gratton]] [https://www.familysearch.org/tree/person/details/GQN8-3K6] - 1901(NSW)-1990(WA) - Licences: 6LG Perth (Inglewood, 1928; South Perth, 1930-1931; Como, 1954-1980+) - Qualifications: cc; AOCP 429, 1928, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: vigneron (Caversham, 1925); police constable (South Perth, 1931-1936; Como, 1937); constable (Albany, 1943-1949); police constable (Como, 1954-1958) * [[/Leslie Maclean Wilson|Wilson, Leslie Maclean]] [https://www.familysearch.org/tree/person/details/LRH5-9TL] - 1893(NSW)-1972(NSW) - 2LM Marsden (1924-1926), 2LM Sydney (Cremorne, 1927), 2LM Mudgee (1928-1939), 2LM Port Macquarie (1960-1969+), amateur operator (AOCP 33, 1924, No. ?? in NSW), amateur broadcaster, pastoralist * [[/Perry Allen Wilson|Wilson, Perry Allen]] - 19??(???)-19??(???) - Licences: 4AT Receive Eumundi (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motordriver (Eumundi, Qld, 1925-1934); garage proprietor (Eumundi, Qld, 1936-1943) * [[/Victor John Wilson|Wilson, Victor John]] [https://www.familysearch.org/tree/person/details/GX8K-NPY] - 1909(Qld)-2009(Qld)99yo - Licences: Receive Brisbane (New Farm, 1923); 4VW Brisbane (Newstead, 1937-1939); 4VW Nambour (1960); 4VW Brisbane (Everton Park, 1965) - Qualifications: cc; AOCP 1100, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: panel beater (Newstead, Qld, 1931-1937; Nambour, Qld, 1958; Everton Park, Qld, 1963-1980) * [[/Warne Alfred George Wilson|Wilson, Warne Alfred George]] [https://www.familysearch.org/tree/person/details/LKLN-Y39] - 1900(Vic)-1981(Vic) - Licences: 3RY Receive Ballarat (1923); 3RY Ballarat (1924-1925); 3WA Ballarat (1928-1939, 1946-1960); 3KV Ballarat (1980) - Qualifications: cc; AOCP 444, 1928, No. ?? in Vic; AOLCP 20, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Ballarat, 1924); radio engineer (Ballarat, 1927-1980) * [[/Wilfred Elvyn Wilson|Wilson, Wilfred Elvyn]] [https://www.familysearch.org/tree/person/details/GDSB-MB4] - 1880(Eng)-1964(NSW) - Licences: 2JI Receive Sydney (Roseville, 1922-1923); 2JI Sydney (Roseville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: optician (Roseville, 1930-1963) ===''WING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James John Wing|Wing, William James John]] [https://www.familysearch.org/tree/person/details/GDHH-WKW] - 1887(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 188, 1916; 2COCP 142, 1930; 1COCP 212, 1931 - coastal wireless operator; RANRS (CPO, 1917-1918); AWA - Electoral Rolls: wireless operator (Hotel Metropole, Thursday Island, Qld, 1914); wireless engineer operator (Radio Station, Applecross, WA, 1917); radiotelegraphist (Cooktown, 1921); business manager (Epping, 1930); sales manager (Epping, 1933-1936; Roseville, 1937; Chatswood, 1943-1949); manager (Melbourne, 1954) ===''WINTERFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Charles Burnett Brereton Winterford|Winterford, Dudley Charles Burnett Brereton]] [https://www.familysearch.org/tree/person/details/G3ML-FJH] - 1908(Qld)-1988(Canada?) - Licences: 4MF Brisbane (Annerley, 1927-1931); 4MF Southport (1933); 4MF Sarina (1938-1939) - Qualifications: cc; AOCP 363, 1927, No. 40 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Annerley, 1931); mechanic (Coorparoo, 1937); electrician (Sarina, 1943); electrical contractor (Broadbeach, 1949) ===''WISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Wise|Wise, George Henry]] [https://www.familysearch.org/tree/person/details/GDDS-D87] - 1853(Vic)-1950(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - politician (Postmaster-General, 1920-1921) - Electoral Rolls: solicitor (Sale, 1905-1949) - Links: [[w:George Wise (Australian politician)|Wikipedia]] ===''WISEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Cleave Wiseman|Wiseman, William James Cleave]] [https://www.familysearch.org/tree/person/details/GX2M-ZP8] - 1906(SA)-1976(SA) - Licences: 5WJ Port Lincoln (1931-1939); 5WJ Ceduna (1947-1948); 5WJ Adelaide (Parafield, 1954) - Qualifications: cc; AOCP 759, 1931, No. ?? in SA; 1COCP 485, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Port Lincoln, SA, 1939-1941); aeradio operator (Ceduna, SA, 1943) ===''WISHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Turner Wishart|Wishart, William Turner "Bill, Billy"]] [https://www.familysearch.org/tree/person/details/GHQ3-J9S] - 1900(Qld)-1994(Qld) - Licences: 4WT Brisbane (Graceville, 1931-1939); 6TW Perth (Claremont/Floreat Park, 1946-1948); 4WX Brisbane (St Lucia, 1965-1969; Margate 1975-1980+) - Qualifications: cc; AOCP 870, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, councillor, federal councillor) - Electoral Rolls: mechanic (Red Hill, Qld, 1921); optical mechanic (Paddington, Qld, 1925; Graceville, Qld, 1928-1937); audiometrist (Floreat Park, WA, 1949; Darlington, WA, 1949); retired (Wynnum North, Qld, 1972; Margate, Qld, 1977-1980) ===''WITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sidney Herbert Witt|Witt, Sidney Herbert "Sid"]] [https://www.familysearch.org/tree/person/details/GD3D-BDV] - 1892(Vic)-1973(Vic) - Licences: 3MZ Receive Melbourne (Camberwell, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Malvern, 1914-1916); electrical engineer (Camberwell, 1922); engineer (Brighton, 1925-1943; Glen Iris, 1958-1968; Burwood, 1972)) - Links: [https://adb.anu.edu.au/biography/witt-sidney-herbert-12059 ADB] ===''WOLFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hamilton Bennett Wolfe|Wolfe, Hamilton Bennett]] [https://www.familysearch.org/tree/person/details/G9H2-8K6] - 1886(Vic)-1956(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 193, 1916; 2COCP 242, 1930; 1COCP 213, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: clerk (Bairnsdale, Vic, 1908-1912); wireless telegraphist (Applecross, WA, 1925-1926); radio telegraphist (Geraldton, 1936-1949); retired (Nedlands, WA, 1954) ===''WOLFENDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Wolfenden|Wolfenden, Peter]] - 3ZPA Strathmore (1965) - amateur operator, historian (amateur, amateur broadcasting), journalist (WIA's "Amateur Radio") ===''WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Abner David Wood|Wood, Abner David]] [https://www.familysearch.org/tree/person/details/GZ7R-BJC] - 1910(Eng)-1976(SA) - Licences: 6AS Mt Barker (1935-1939) - Qualifications: cc; AOCP 1534, 1935, WA; BOCP 654, 1945 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Percy Wood|Wood, Percy]] [https://www.familysearch.org/tree/person/details/G8M8-2V1] - 1909(Qld)-19??(???) - Licences: 4RQ Ipswich (1927-1931); 4PW Ipswich (1933-1939); 2EPW Banora Point - Qualifications: cc; AOCP 359, 1927, No. 39 in Qld - amateur operator; amateur broadcaster; journalist (QRN, AR); engineer (IREE) - Electoral Rolls: electrical mechanic (Ipswich, 1931); radio dealer (Ipswich, 1937-1949; East Ipswich, 1954-1968); electrical dealer (Banora Point, 1977-1980) ===''WOODLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Woodley|Woodley, William Robert]] [https://www.familysearch.org/tree/person/details/G8VC-CYY] - 1909(???)-1995(WA) - Licences: 6BY Perth (West Leederville, 1930-1931); 6DJ Perth (Carlisle, 1946-1948; Victoria Park, 1954-1956; Maniana, 1960-1980+) - Qualifications: cc; AOCP 680, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Claremont, 1936-1937); mechanic (Victoria Park, 1943); radio mechanic (Carlisle, 1949; Victoria Park, 1954; Maniana, 1963-1980) - Callsign possibly withdrawn for commercial ===''WOOKEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Bruce Wookey|Wookey, Robert Bruce]] [https://www.familysearch.org/tree/person/details/9DP1-GVW] - 1907(Vic)-1974(Vic) - Receive Geelong (1923-1924), 3RW Geelong (1925-1927), 3IC Geelong (1948-1974), amateur operator (AOCP 146, 1925, No. ?? in Vic), amateur broadcaster, postal clerk ===''WOOLACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Prosser Woolacott|Woolacott, Francis Prosser "Frank"]] [https://www.familysearch.org/tree/person/details/GZFL-94T] - 1903(NSW)-1968(NSW) - 2ST Receive Sydney (Drummoyne, 1923-1924), 2FW Sydney (Drummoyne, 1925-1926), amateur operator (AOCP 119, 1925, No. ?? in NSW), amateur broadcaster ===''WOOLLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edgar Woollett|Woollett, David Edgar]] [https://www.familysearch.org/tree/person/details/GZTM-HDP] - 1920(NSW)-2001(NSW) - Licences: 2ZDE Sydney (Beverley Hills, 1956-1980+) - Qualifications: AOLCP 202, 1956; AOCP 4292, 1965, NSW - amateur operator, WW2 - Electoral Rolls: telephone technician (Beverley Hills, 1949-1972; Narwee, 1977-1980) * [[/N. Woollett|Woollett, N.]] - 19??(???)-19??(???) - Licences: 2ZY Sydney (Mosman, 1926-1927) - Qualifications: AOCP 276, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: ? ===''WOOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Ronald Woolley|Woolley, Leon Ronald]] [https://www.familysearch.org/tree/person/details/L214-JQH] - 1898(Qld)-1971(Qld) - Licences: 4FW Ipswich (1931); 4FW Townsville (1933); 4FW Ipswich (1937-1939, 1946-1969) - Qualifications: cc; AOCP 751, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, ATC); employment (school teacher) - Electoral Rolls: schoolteacher (Bell, Qld, 1919-1921; Newtown, Qld, 1925; Kia Ora, Townsville, 1931; Newtown, Qld 1934-1963) ===''WOOLNOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Stephen Woolnough|Woolnough, Archibald Stephen]] [https://www.familysearch.org/tree/person/details/G8CG-9PK] - 1909(Vic)-2004(Vic) - Licences: 3BW Portarlington (1929-1980+) - Qualifications: AOCP 519, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: business proprietor (Portarlington, 1931-1980) * [[/Walter Lyell Woolnough|Woolnough, Walter Lyell]] [https://www.familysearch.org/tree/person/details/9CJF-LS3] - 1906(NSW)-1999(NSW) - 2GW Sydney (Killara, 1925-1927; Gordon, 1928-1930; Greenwich, 1931; Gordon, 1933-1936), 2GW Lithgow (1937-1939), Sydney (Gordon, 1946-1980+), amateur operator (AOCP 153, 1925, No. ?? in NSW), amateur broadcaster, licence held by father Walter George Woolnough till 1933, engineer ===''WOOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Meredith Wooster|Wooster, Horace Meredith "Jack"]] [https://www.familysearch.org/tree/person/details/L23Q-CGW] - 1909(Qld)-1992(Qld) - Licences: 4VH Townsville (City, 1930-1939; Belgian Gardens, 1946-1948); 4VH Brisbane (Yeronga, 1954-1980+) - Qualifications: cc; AOCP 623, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; state public servant (Qld Railways, telegraphist; Qld Main Roads Dept); military (Army signals officer) - Electoral Rolls: clerk (Townsville, 1931-1932; Norman Park, 1937; Townsville, 1943-1949; Yeronga, 1954-1980) ===''WORRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Albert Worrall|Worrall, Leonard Albert]] [https://www.familysearch.org/tree/person/details/LTL5-L1L] - 1912(NSW)-1978(Qld) - Licences: 2XM Sydney (Parramatta, 1933-1934; Punchbowl, 1935-1936); 4XM Cairns (1937-1939); 4WL Brisbane (Stafford Heights, 1975) - Qualifications: cc; AOCP 1221, 1933, NSW - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Punchbowl, NSW, 1934-1936; Cairns, Qld, 1937); bank clerk (Wynnum, Qld, 1943); clerk (Wynnum North, Qld, 1954-1963); bank manager (Tarragindi, Qld, 1968); manager (Stafford Heights, Qld, 1972-1977) ===''WORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Worth|Worth, Sydney or Sidney Ernest]] [https://www.familysearch.org/tree/person/details/GXBH-5Z3] - 1905(WA)-1963(WA) - Licences: 6SW Perth (Rivervale, 1930-1933; Nedlands, 1937-1939) - Qualifications: cc; CPRT 958, 1927; 2COCP 223, 1930; 1COCP 226, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rivervale, WA, 1931); wireless operator (Nedlands, WA, 1936-1958) ===''WRAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward James Crawford Wraith|Wraith, Edward James Crawford "Jim"]] [https://www.familysearch.org/tree/person/details/KV2C-11D] - 1862(Vic)-1942(Vic) - Early wireless experimenter ===''WRATTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn James Wratten|Wratten, Mervyn James]] [https://www.familysearch.org/tree/person/details/GZJM-DV8] - 1918(Qld)-1999(Qld) - Licences: 4MW Ipswich (Brassall, 1937-1939; North Ipswich, 1946-1947; Brassall, 1948-1980+); 4LX Gold Coast (Palm Beach, 1956-1969) - Qualifications: cc; AOCP 1932, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Ipswich ARC); military (WW2, CMF, AIF); employment (Cribb & Foote, manager, radio section); business proprietor (Avon Theatre) - Electoral Rolls: shop assistant (Brassall, Qld, 1943-1977; North Ipswich, Qld, 1980) ===''WRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Milroy Percy Wray|Wray, Ronald Milroy Percy]] [https://www.familysearch.org/tree/person/details/G8H3-QYM] - 1909(Vic)-1963(NSW) - Licences: 2WX Sydney (Hurstville, 1929-1961) - Qualifications: AOCP 472, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified ===''WREFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Norman Wreford|Wreford, Roger Norman]] [https://www.familysearch.org/tree/person/details/GX22-N2X] - 1909(WA)-1990(SA) - Licences: 2ADC Broken Hill (1936-1937); 5RW Adelaide (Blackwood, 1938-1939; Mitcham, 1947-1954; South Brighton, 1955-1960; Crafers, 1965-1980+) - Qualifications: cc; AOCP 1714, 1936, NSW - amateur operator; amateur broadcaster - Relationships: Brother of 5DW-6IW Arthur Franklin Wreford - Electoral Rolls: bank clerk (Broken Hill, NSW, 1935-1936; Blackwood, SA, 1939; Mitcham, SA, 1941-1943) * [[/Arthur Franklin Wreford|Wreford, Arthur Franklin]] [https://www.familysearch.org/tree/person/details/G3V1-92S] - 1898(WA)-19??(???) - Licences: 5DW Adelaide (Kensington Gardens, 1937-1939; Cumberland, 1947-1954); 6IW Perth (Armadale, 1955-1969) - Qualifications: cc; AOCP 2037, 1937, SA; 2COCP 452, 1941 - amateur operator; amateur broadcaster; WW1 - Relationships: Brother of 2ADC-5RW Roger Norman Wreford - Electoral Rolls: bank clerk (Kensington Gardens, SA, 1939); mechanic (Crystal Brook, SA, 1941; Cumberland, SA, 1943); civil servant (Gosnells, WA, 1954); technician (Armadale, WA, 1958) - Links: [https://discoveringanzacs.naa.gov.au/browse/person/133040 NAA] ===''WRIEDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Sjoberg Albert Wriede|Wriede, George Sjoberg Albert]] [https://www.familysearch.org/tree/person/details/LKG2-VK8] - 1900(Qld)-1971(Qld) - Licences: 4DJ Receive Caboolture (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: railway employee (Cooroy, 1921; Miriam Vale, 1925-1958); retired (Gladstone, 1963) ===''WRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Wright|Wright, Albert Edward]] - 19??(???)-19??(???) - Licences: 2SS Receive Scarborough (1923); 2SS Scarborough (1924-1925); 2SS Coledale (1926-1933); 2SS Coolah (1933); 2SE Scarborough (1935-1936); 2SE Louth/Bourke (1937-1938); 2SE Walgett (1939); 2SE Willow Tree (1946); 2SE Stanmore (1947-1950); 2SE Sydney (Guildford, 1954-1961); 2SE Quirindi (1965) - Qualifications: cc; AOCP 118, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Comment: several contemporaneous Albert Edward Wrights in NSW, needs specific data to identify - Electoral Rolls: Nil yet identified * [[/A. W. H. Wright|Wright, A. W. H. "Bill"]] - 19??(???)-19??(???) - 5BW Adelaide, 3AAW, 4TU Garbutt (-1950+, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster * [[/Collis Page Wright|Wright, Collis Page]] [https://www.familysearch.org/tree/person/details/GD1P-P9L] - 1912(Tas)-2004(Tas) - Licences: 7LZ Launceston (1933-1980+) - Qualifications: cc; AOCP 1099, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draper's assistant (Launceston, 1936-1937); salesman (Launceston, 1943); draper (Launceston, 1949-1968) * [[/Eric John Wright|Wright, Eric John]] [https://www.familysearch.org/tree/person/details/GXHG-P2G] - 1904(Qld)-1967(Qld) - Licences: 4DY Brisbane (Annerley, 1936-1939; Windsor, 1947; Buranda, 1948; Annerley, 1954; Buranda, 1955-1956; Ekibin, 1960-1965) - Qualifications: cc; AOCP 1816, 1936, Qld; 3COCP 1471, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: turner (Annerley, Qld, 1937-1943; Annerley, Qld, 1949); waterside worker (Ekibin, Qld, 1963) * [[/Frederick Harold Wright|Wright, Frederick Harold]] [https://www.familysearch.org/tree/person/details/GF95-LW1] - 1910(Eng)-1972(WA) - Licences: 6FR Perth (Buckland Hill, 1936-1937; Mosman Park, 1938-1939, 1947-1960) - Qualifications: cc; AOCP 1809, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Buckland Hill, WA, 1936; Mosman Park, WA, 1943-1963) * [[/William Henry Hilsdon Wright|Wright, William Henry Hilsdon]] [https://www.familysearch.org/tree/person/details/GDVF-RKL] - 1905(Qld)-1967(Qld) - Licences: 4FA Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Murrays Creek, 1930; Ballandean, 1937-1949); teacher (Toowoomba, 1954-1963) ===''WYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Hemingway Wyle|Wyle, Albert John Hemingway]] [https://www.familysearch.org/tree/person/details/GF3J-6L7] - 1913(WA)-1990(WA) - Licences: 6BW Perth (Shenton Park, 1937-1939; Nedlands, 1947-1980+) - Qualifications: cc; AOCP 1865, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: radio salesman (Nedlands, WA, 1943-1968); salesman (Dalkeith, WA, 1972-1980) ===''WYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Agar Wynne|Wynne, Agar]] [https://www.familysearch.org/tree/person/details/LZ4J-6CN] - 1850(Eng)-1934(Vic) - senior federal politician (Postmaster-General, 1913-1914) * [[/Alfred Percy Wynne|Wynne, Alfred Percy]] [https://www.familysearch.org/tree/person/details/L858-Q52] - 1885(Qld)-1966(Qld) - proprietor music business (Wynne's Music, Maryborough), proprietor broadcasting station (4MB Maryborough) - Electoral Rolls: piano tuner (Paddington, 1908; Mooloolah, 1909); commercial traveller (Mooloolah, 1912); piano tuner (Maryborough, 1913); salesman (Brisbane, 1916-1917; Mooloolah, 1919; Maryborough, 1919-1925); music store proprietor (Maryborough, 1928-1949); business manager (Maryborough, 1963) =='''X'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> =='''Y'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''YATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Gordon Yates|Yates, Kenneth Gordon]] [https://www.familysearch.org/tree/person/details/GXRW-CJ3] - 1910(SA)-2000(SA) - Licences: 5RP Adelaide (Cottonville, 1939, 1947-1954; Westbourne Park, 1955-1980+) - Qualifications: cc; AOCP 2371, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Cottonville, SA, 1939-1943) * [[/Reginald Colin Yates|Yates, Reginald Colin]] [https://www.familysearch.org/tree/person/details/GXRW-QX6] - 1914(SA)-1984(NSW) - Licences: 5RY Wyalla (1935-1937); 2AGZ Wollongong (1938-1939, 1947); 2AGZ Sydney (Mosman, 1948-1950); 2AGZ Broken Hill (1954-1957); 2AGZ Newcastle (Hamilton, 1958-1961; Charlestown, 1965-1980) - Qualifications: cc; AOCP 1474, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Wollongong, NSW, 1943); electrical engineer (Mosman, NSW, 1949); engineer (Wollongong, NSW, 1954); chartered electrical engineer (Merewether, NSW, 1958); professional engineer (Charlestown, NSW, 1968-1980) ===''YEATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Melville Yeates|Yeates, Henry Melville]] [https://www.familysearch.org/tree/person/details/G698-PXG] - 1912(Tas)-1980(???) - Licences: 7HY Launceston (1936-1939, 1948-1956) - Qualifications: cc; AOCP 1621, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Launceston, 1936-1937); electrical contractor (Launceston, 1949-1954); salesman (Mosman, NSW, 1958-1977) ===''YORSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Sutherland Yorston|Yorston, Ernest Sutherland]] [https://www.familysearch.org/tree/person/details/GZY8-46D] - 1909(Vic)-1971(Vic) - Licences: 3ES Melbourne (Caulfield, 1926-1939) - Qualifications: AOCP 299, 1926, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1931-1937); sales (Caulfield, 1942; Elsternwick, 1949); manufacturer (Caulfield, 1954-1963); director (Oakleigh, 1967-1968) ===''YOUNG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Crawford Addison Young|Young, Crawford Addison]] [https://www.familysearch.org/tree/person/details/GF3C-DQT] - 1914(WA)-1971(WA) - Licences: 6CY Perth (Fremantle, 1934-1939, 1947-1969) - Qualifications: cc; AOCP 1265, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Fremantle, WA, 1936-1937; South Fremantle, WA, 1943-1968) * [[/Ivan Harold Young|Young, Ivan Harold]] [https://www.familysearch.org/tree/person/details/L118-BVF] - 1910(Qld)-2000(Qld) - Licences: 4YG Brisbane (Albion) (1930-1939); 4YH Brisbane (Mitchelton) (1969-1980+) - Qualifications: cc; AOCP 708, 1930, No. ?? in Qld; BOCP 315, 1940 - amateur operator; amateur broadcaster; radio technician (Mission Control Station, Thursday Island) - Electoral Rolls: nil (Albion, 1931-1937); public servant (Newmarket, 1943; Mitchelton, 1949-1980) * [[/James Wolstenholme Young|Young, James Wolstenholme]] [https://www.familysearch.org/tree/person/details/L2TQ-Z2R] - 1909(NSW)-1995(NSW) - Licences: 2JY Sydney (Turramurra, 1925-1934; Roseville, 1938-1939); 2JY Katoomba (1946); 2JY Sydney (Mona Vale, 1947-1948; Willoughby, 1950-1961; Middle Cove, 1965-1980) - Qualifications: AOCP 189, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: articled clerk (Turramurra, 1932-1934), solicitor (Roseville, 1937; Katoomba, 1943; Willoughby, 1954-1977) * [[/John William Young|Young, John William]] [https://www.familysearch.org/tree/person/details/L6RN-2XX] - 1906(Qld)-1981(Qld) - Licences: 4JY Brisbane (Rosalie, 1931; Sandgate, 1933; Rosalie, 1938; Coorparoo, 1946-1980+) - Qualifications: cc; AOCP 752, 1931, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Rosalie, 1931); clerk (Sandgate, 1936); storeman (Rosalie, 1937; Coorparoo, 1943-1963); commercial traveller (Coorparoo, 1968-1980) * [[/William Anderson Young|Young, William Anderson]] [https://www.familysearch.org/tree/person/details/G89P-B3K] - 1897(Sct)-1956(Qld) - Licences: 4WA Brisbane (West End, 1927-1931) - Qualifications: cc; AOCP 330, 1927, No. 34 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: boot employee (West End, 1925-1937); bootmaker (Ashgrove, 1943-1954) =='''Z'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''ZECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Zech|Zech, William James]] [https://www.familysearch.org/tree/person/details/GZDZ-YJG] - 1893(Eng)-1973(NSW) - Licences: XABQ Sydney (Annandale, 1912-1914), 2DL Sydney (Annandale, 1922, Receive), 2WZ Sydney (Annandale, 1925-1927; Ashfield, 1928-1930; Stanmore, 1933-1934), 2ACP Sydney (Enmore, 1937; Como, 1938), 2ACP Katoomba 1939 & 1946-1975) - Qualifications: CPRTelephony 424; no record of AOCP - early wireless experimenter, ship wireless operator, amateur operator, amateur broadcaster - Electoral Rolls: {{BookCat}} ibg2jqree93av3n7oc98ygsjj34fkjc 4089914 4089912 2022-08-09T19:18:53Z Samuel.dellit 1387936 /* SAMPHIER */ wikitext text/x-wiki {{incomplete}} {{WikipediaCredit}} {{CompactTOC8|side=yes}} Thumbnail Radio Biographies sorted alphabetically by surname '''Many of the stars of Australia's Radio Universe''' '''Covering the full gamut from hypergiants to brown dwarfs''' '''Each lit the way forward to broadcasting in Australia''' =='''A'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''ABBISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Frederick Abbiss|Abbiss, John Edwin Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/GZZJ-6H9] - 1907(Eng)-1977(Qld) - Licences: 4JA Brisbane (Balmoral, 1930; Morningside, 1931-1939) - Qualifications: cc; AOCP 581, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Evans Deakin shipyards) - Halcyon: p. 83, Abiss - Electoral Rolls: engineering draftsman (Morningside, 1936); draftsman (Coorparoo, 1937; Morningside, 1949-1977) ===''ABBOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Nicholson Abbott|Abbott, Reginald Nicholson or Nicolson]] [https://www.familysearch.org/tree/person/details/9V2T-FTG] - 1897(Vic)-1980(Vic) - Licences: 3VR Melbourne (Alphington, 1923-1927); 3ABB Melbourne (Caulfield, 1947-1980) - Qualifications: cc; CPRT 273, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Alphinton, 1925-1927; St Kilda, 1931-1937; Caulfield, 1942-1949); technician (Caulfield, 1954-1977) * [[/Roy Edgar Abbott|Abbott, Roy Edgar]] [https://www.familysearch.org/tree/person/details/L6MT-CZX] - 1902(NSW)-1943(Qld) - Licences: 2YK Dorrigo (1930-1931); 2YK Telegraph Point (1933-1939) - Qualifications: cc; CPRTelephony 668, 1921; AOCP, not yet identified; 2COCP 179, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Dorrigo, 1930; Telegraph Point, 1933-1937; Mittagong, 1943) - Sacrifice: "Greater love hath no man than this" * [[/Thomas Kingsmill Abbott|Abbott, Thomas Kingsmill]] [https://www.familysearch.org/tree/person/details/LHFH-4FH] - 1891(NSW)-1933(NSW) - Licences: 2TK Wingen (1926-1929) - Qualifications: cc; Nil yet identified (likely military) - amateur operator; amateur broadcaster; WW1; witness to Royal Commission 1927 (as Graziers' Assoc NSW) - Comment: beware other contemporaneous TK Abbotts - Electoral Rolls: overseer (Muralla, 1913); grazier (Wollongong, 1931) - Links: [https://vwma.org.au/explore/people/209607 Obit] ===''ABRAHAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Abrahams|Abrahams, Frank]] [https://www.familysearch.org/tree/person/details/G836-Y6P] - 1903(Vic)-1984(Vic) - Licences: 3FA Melbourne (South Yarra, 1924-1925) - Qualifications: cc; 3COCP 6089, 1966 - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (St Kilda, 1925-1931); manufacturer (St Kilda, 1935-1936; Malvern, 1943-1967; Toorak, 1977-1980) - Relationships: brother of Louis Henry Abrahams * [[/Louis Henry Abrahams|Abrahams, Louis Henry]] [https://www.familysearch.org/tree/person/details/G8GJ-GZP] - 1889(Vic)-1940(Vic) - Licences: Receive (Valve) Melbourne (St Kilda, 1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1; director (Victorian Radio Interests Ltd); witness to Royal Commission Wireless 1927 - Electoral Rolls: potter (Brunswick, 1909); tobacconist (South Yarra, 1912-1921); manufacturer (St Kilda, 1924-1926); burner (Brunswick, 1937-1942) - Relationships: brother of 3FA Frank Abrahams ===''ACKERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Adam Ackerman|Ackerman, Joseph Adam]] [https://www.familysearch.org/tree/person/details/GZZV-49L] - 1911(NSW)-1993(Qld) - Licences: 2ALG Sydney (Carlton, 1938-1939, 1946-1948); 2ALG Wentworthville (1950); 2ALG Sydney (Parramatta, 1954-1958; North Rocks, 1960-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 2229, 1938, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal employee (Paddington, 1932; Annandale, 1933-1936; Kogarah, 1937-1943; Carlton, 1949); clerk (Parramatta, 1954-1958); senior supervisor (Wentworthville, 1963; Epping, 1968-1972); retired (Sans Souci, 1977; Hurstville, 1980) ===''ACKLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Daniel Ackling|Ackling, Harold Daniel]] [https://www.familysearch.org/tree/person/details/LD5F-8RK] - 1892(NSW)-1982(NSW) - Licences: 2PX Sydney (Bankstown, 1930-1980+) - Qualifications: cc; AOCP 612, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Randwick, 1913); machinist (Bankstown, 1930-1980) ===''ACKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Frederick Gloucester Ackland|Ackland, Stanley Frederick Gloucester]] [https://www.familysearch.org/tree/person/details/L5PB-C2Y] - 1904(SA)-1966(SA) - Licences: Receive Adelaide (Prospect, 1923); 5SF Adelaide (Prospect, 1924-1931; Linden Park, 1954-1965) - Qualifications: cc; AOCP 21, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Burnside, 1939-1943) ===''ADAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Adams|Adams, Frank John]] [https://www.familysearch.org/tree/person/details/GZJM-29V] - 1880(Eng)-1968(Vic) - Licences: 3XO Receive Melbourne (Brighton, 1923); 3XO Melbourne (Brighton, 1924-1939) - Qualifications: cc; AOCP 155, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; manager - Electoral Rolls: motor garage proprietor (Brighton, 1913); garage proprietor (Elsternwick, 1919-1921; Brighton, 1922-1924); manager (Brighton, 1925-1954); nil (Brighton, 1963-1968) * [[/Peter Harry Arthur Adams|Adams, Peter Harry Arthur "Pete"]] [https://www.familysearch.org/tree/person/details/LT3N-XMC] - 1909(NSW)-1984(NSW) - Licences: Receive (Valve) Sydney (Cremorne, 1923-1924); 2JX Sydney (Cremorne, 1927; Manly, 1929; Cremorne, 1930; Gordon, 1931; Woolahra, 1933; Epping, 1933; Cremorne, 1935-1936; Thornleigh, 1937; Waverton, 1938-1939; Denistone, 1946-1947; Avalon Beach, 1948-1950); 2JX Wentworth Falls (1954-1961); 2JX Sydney (Pymble, 1965-1969); 2JX Nambucca Heads (1975); 2JX Wentworth Falls (1980+) - Qualifications: cc; AOCP 380, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933); labourer (Epping, 1934); engineer (St Kilda, 1934); radio engineer (Thornleigh, 1937; Darlinghurst, 1943); engineer (Avalon Beach, 1949; Wentworth Falls, 1958); retired (Valla Beach, 1972-1977; Wentworth Falls, 1980) ===''ADAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Kenneth Adamson|Adamson, William Kenneth]] [https://www.familysearch.org/tree/person/details/MLXZ-HX5] - 1905(SA)-1982(SA) - Licences: Receive Adelaide (Parkside, 1923-1924); 5WA Adelaide (Parkside, 1925-1927; Fullarton, 1928-1939) - Qualifications: cc; AOCP 135, 1925, No. ?? in SA - amateur operator; amateur broadcaster; engineer - Electoral Rolls: engineer (Fullarton, 1939-1943) ===''AGNEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Gordon Carlisle Agnew|Agnew, Robert Gordon Carlisle]] [https://www.familysearch.org/tree/person/details/LDKK-D8Y] - 1904(WA)-1975(WA) - Licences: 6RA Perth (Nedlands, 1931-1939) - Qualifications: cc; AOCP 721, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1925; Nedlands, WA, 1931-1972) ===''AKEROYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gordon Akeroyd|Akeroyd, Arthur Gordon]] [https://www.familysearch.org/tree/person/details/G6F2-JXL] - 1890(Vic)-1948(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Meteorologist, Forecasting and Statistical Division, Victoria) - Electoral Rolls: civil servant (Northcote, Vic, 1912-1915); meteorologist (Northcote, 1921-1937); civil servant (Cottesloe, WA, 1943) - Links: [https://adb.anu.edu.au/biography/akeroyd-arthur-gordon-9321 ADB] ===''ALDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Oscar Edward Alder|Alder, Oscar Edward "Ock"]] [https://www.familysearch.org/tree/person/details/KJZ2-D3P] - 1896(Qld)-1987(Qld) - Licences: 4JB Brisbane (Albion, 1928-1939, 1946-1948; Chermside, 1954-1969) - Qualifications: cc; AOCP 423, 1928, No. 47 in Qld - amateur operator; amateur broadcaster; wool classer - Halcyon: p. 28, 84, 137 - Electoral Rolls: student (Albion, 1919); wool classer (Albion, 1925-1937; Cunnamulla, 1943); warehouse assistant (Chermside, 1949-1980) ===''ALDERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Zerbini Alderman|Alderman, Valentine Zerbini]] [https://www.familysearch.org/tree/person/details/GXVL-F8N] - 1893(SA)-1919(SA) - Licences: XVC Adelaide (Glenelg, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: Nil yet identified ===''ALEXANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Talbot Meredith Alexander|Alexander, Talbot Meredith]] [https://www.familysearch.org/tree/person/details/L1FJ-MZN] - 1888(Vic)-1978(Qld) - Licences: 4TM Brisbane (Ashgrove, 1931-1933); 4TM Townsville (North Ward, 1937-1939) - Qualifications: cc; 2COCP 315, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: salesman (Kew, Vic, 1912-1914); wireless instructor (Melbourne City, 1925-1926); superintendent wireless (Glenferrie, Vic, 1926-1927); sales representative (City, Brisbane, 1928); business manager (North Ward, Qld, 1936-1937); instructor (Paddington, Qld, 1943); commercial traveller (East Brisbane, Qld, 1949; New Farm, 1954-1958); retired (Moorooka, 1968-1977) ===''ALLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus John Allan|Allan, Angus John]] [https://www.familysearch.org/tree/person/details/GX2C-YWF] - 1912(SA)-1996(SA) - Licences: 5UL Adelaide (Ovingham, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 2013, 1937, SA; 1COCP 458, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Ovingham, SA, 1939-1941) * [[/John Allan|Allan, John]] [https://www.familysearch.org/tree/person/details/GXH1-PFG] - 1905(Sct)-19??(???) - Licences: 4AN Brisbane (Chermside, 1937-1939) - Qualifications: cc; AOCP 1938, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous JAs - Electoral Rolls: Nil yet identified ===''ALLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Mason Allard|Allard, George Mason]] [https://www.familysearch.org/tree/person/details/G6HT-JMV] - 1866(Eng)-1953(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman of Directors (AWA); witness to Royal Commission Wireless 1927 - Honours: knighted; K.B. - Electoral Rolls: secretary (Wahroonga, 1930-1937); accountant (Wahroonga, 1943-1949) - Links: [https://adb.anu.edu.au/biography/allard-sir-george-mason-4999 ADB] ===''ALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Allen|Allen, Albert Edward]] [https://www.familysearch.org/tree/person/details/G69B-SGR] - 1902(Tas)-1969(Tas) - Licences: 7PA Hobart (New Town, 1933-1937; Moonah, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 1171, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: brother of 7AL Thomas Arthur Allen - Electoral Rolls: electrical engineer (New Town, 1928-1936; Moonah, 1937-1954) * [[/George Alexander Allen|Allen, George Alexander]] [https://www.familysearch.org/tree/person/details/GD3H-DJK] - 1891(Sct)-1965(USA) - Licences: Nil yet identified - Qualifications: CPRT 49, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: Nil yet identified * [[/Kenneth Douglas Allen|Allen, Kenneth Douglas]] [https://www.familysearch.org/tree/person/details/G8N5-19J] - 1907(WA)-2002(Qld) - Licences: 2GX Sydney (West Ryde, 1930-1934) - Qualifications: AOCP 648, 1930, NSW; 3COCP 4263, 1963 - amateur operator, amateur broadcaster, WW2 (Army, Royal Australian Engineers, Lieutenant, 1940) - Education: BSc (Syd Uni, 1933) - Electoral Rolls: student (West Ryde, 1930-1935); director (Woolwich, 1936-1937); soldier (Woolwich, 1943); engineer (Woolwich, 1963-1972; Hunters Hill, 1977; Gladesville, 1980) * [[/Robert Kelvin Allen|Allen, Robert Kelvin]] [https://www.familysearch.org/tree/person/details/GQTK-TH9] - 1916(Qld)-1942(Indonesia) - Licences: 4PR Brisbane (1936-1939) - Qualifications: AOCP 1634, 1936, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 13 Squadron, Pilot Officer), (Halcyon, p. 177) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/allen-robert-kelvin-404945/] * [[/Thomas Arthur Allen|Allen, Thomas Arthur]] [https://www.familysearch.org/tree/person/details/G6SQ-9YN] - 1916(Tas)-1998(Tas) - Licences: 7AL Hobart (New Town, 1936-1939, 1946-1956; Lindisfarne,1960-1980+) - Qualifications: cc; AOCP 1738, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 7PA Albert Edward Allen - Electoral Rolls: salesman (New Town, 1943-1954); director (Lindisfarne, 1963-1972) ===''ALLINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Thirlmier John Allinson|Allinson, Lancelot Thirlmier John]] [https://www.familysearch.org/tree/person/details/L81B-F4P] - 1896(NSW)-1961(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 804, 1924 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: radiotelegraphist (Applecross, WA, 1925; Broome, WA, 1931; Como, WA, 1931; South Perth, WA, 1936-1943; Broome, WA, 1949-1954); telegraphist (Esperance, WA, 1958) ===''ALLSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Cottam Allsop|Allsop, Raymond Cottam "Ray"]] [https://www.familysearch.org/tree/person/details/LJLT-SNJ] - 1898(NSW)-1972(NSW) - Licences: XCA Sydney (Randwick, 1911-1914); 2YG Sydney (Randwick, 1924; Coogee 1924-1929; Roseville, 1930); 2AYG Sydney (Roseville, 1946-1947+); 2NA Sydney (Roseville, 1961); 2BL Sydney (Roseville, 1965-1969) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW); broadcaster (2BL, chief engineer); journalist (Wireless Weekly, 1920s); military (RAN Volunteer Reserve, Lieutenant; WW2 (RAN, Engineer Lieutenant); witness to Royal Commission Wireless 1927 (obo Broadcasters Sydney Ltd; federal public servant (ABCB, member, 1953-1954) - Honours: Coronation Medal, 1937; OBE, 1971 - Electoral Rolls: radio engineer (Roseville, 1930); engineer (Roseville, 1933; Gordon, 1937; Roseville, 1943); electronic engineer (Roseville, 1949); director (South Yarra, 1954); engineer (Roseville, 1958-1968) - Links: [https://adb.anu.edu.au/biography/allsop-raymond-cottam-ray-9344 ADB]; [http://messui.polygonal-moogle.com/valves/NW199001.pdf EA] ===''ALSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Russell Alsop|Alsop, John Russell]] [https://www.familysearch.org/tree/person/details/LKB3-WXQ] - 1906(Vic)-1973(Vic) - 3MI Melbourne (Kew, 1925-1939), amateur operator (AOCP 76, 1925, No. ?? in Vic), amateur broadcaster, engineer ===''AMBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Charles Ambler|Ambler, Sydney Charles]] [https://www.familysearch.org/tree/person/details/GFWD-Y9L] - 1892(NSW)-1956(WA) - Licences: XYAE Perth (West Perth, 1913) - Qualifications: cc; CPRT 891, 1925; 2COCP 72, 1929; 1COCP 158, 1938 - early wireless experimenter; WW2 - Electoral Rolls: radio telegraphist (East Perth, WA, 1921; North Perth, WA, 1925); wireless telegraphist (Victoria Park, WA, 1934-1943); radio telegraphist (Esperance, WA, 1949); radio telephonist (Esperance, WA, 1954) ===''AMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement Edgar Ames|Ames, Clement Edgar "Clem"]] [https://www.familysearch.org/tree/person/details/KNDX-JF8] - 1889(SA)-1957(SA) - Licences: XVG Adelaide (Torrensville, 1913-1914); 5AV Adelaide (Kent Town, 1923; Hindmarsh, 1924) - Qualifications: cc; Nil identified - early wireless experimenter; amateur operator; amateur broadcaster; operator 5WI (1925) - Electoral Rolls: engineer (Allenby Gardens, 1939-43) ===''ANCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Leslie Finion Ancher|Ancher, Norman Leslie Finion or Tinian]] [https://www.familysearch.org/tree/person/details/GXL7-MCQ] - 1910(NSW)-1983(NSW) - Licences: 5NA Adelaide (Mile End, 1937-1939); 2NH Sydney (Lindfield, 1946-1947; Mosman, 1948-1954; Cremorne, 1955-1980+) - Qualifications: cc; AOCP 2057, 1937, SA; BOCP 476, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Chatswood, NSW, 1934); sound engineer (West Maitland, NSW, 1936); engineer (Mile End, SA, 1939; Rose Park, SA, 1941-1943); radio engineer (Mosman, NSW, 1949; Cremorne, NSW, 1958-1968); engineer (Cremorne, NSW, 1972); technical officer (Lane Cove, NSW, 1972-1980) ===''ANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Ronald Anderson|Anderson, Alexander Ronald]] [https://www.familysearch.org/tree/person/details/GXPM-L6J] - 1914(SA)-1997(SA) - Licences: 5GM Adelaide (Eastwood, 1936-1939, 1947; Payneham South, 1948-1980+) - Qualifications: cc; AOCP 1700, 1936, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: warehouseman (Eastwood, SA, 1939-1943) * [[/Andrew Oswald Anderson|Anderson, Andrew Oswald "Oswald", "Andy", "A.O."]] [https://www.familysearch.org/tree/person/details/99GB-Z8L] - 1885(NSW)-1944(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Electoral Rolls: accountant (Mosman, 1913); manager (Rose Bay, 1930; Vaucluse, 1934-1935) - Links: [https://ozvta.com/wp-content/uploads/2011/12/anderson-oswald-1062017.pdf Bio] * [[/Eric William Alfred Anderson|Anderson, Eric William Alfred]] [https://www.familysearch.org/tree/person/details/G8WX-744] - 1908(Vic)-1986(Vic) - Licences: 3KH Melbourne (East Malvern, 1928-1931; Glen Iris, 1933-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 424, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Malvern, 1936-1937); engineer (Camberwell, 1943; Glen Iris, 1949-1968; Burwood, 1972-1980) * [[/Frederic Brian Anderson|Anderson, Frederic Brian]] [https://www.familysearch.org/tree/person/details/L5YN-TYJ] - 1918(Eng)-2008(SA)90yo - Licences: 5FA Tanunda (1934-1939); 5FA Waikerie (1947-1956) - Qualifications: cc; AOCP 1351, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: clerk (Tanunda, SA, 1939-1943) * [[/G. R. Anderson|Anderson, G. R.]] - 19??(???)-19??(???) - Licences: Receive Adelaide (Gilberton, 1923); 5GA Adelaide (Highgate, 1931-1933; Myrtle Bank, 1937-1939, 1947-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/John Francis Anderson|Anderson, John Francis]] [https://www.familysearch.org/tree/person/details/G8JJ-WFL] - 1914(Vic)-19??(???) - Licences: 3JA Warrnambool (1930-1933); 3JA Nullawarre (1937-1939, 1946-1980+) - Qualifications: AOCP 661, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farmer (Warrnambool, 1936; Nullawarre, 1937-1980)- Comment: Several contemporaneous JFAs * [[/Keith Sydney Anderson|Anderson, Keith Sydney]] [https://www.familysearch.org/tree/person/details/GZLK-8J9] - 1911(WA)-1944(Vic) - Licences: 6KS Perth (North Perth, 1935); 6KS Mt Magnet (1937); 6KS Perth (1938-1939) - Qualifications: cc; AOCP 1487, 1935, WA - amateur operator; amateur broadcaster; WW2 (Army, 2nd/1st Infantry Battalion, Private) - Electoral rolls: bank officer (Mt Magnet, WA, 1936-1937; East Perth, WA, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/618137 VWMA]; [https://www.awm.gov.au/collection/R1691738 Roll of Honour]; [https://www.awm.gov.au/collection/P10295040 AWM] * [[/Maurice Bernard Anderson|Anderson, Maurice Bernard]] [https://www.familysearch.org/tree/person/details/GC3V-WL9] - 1908(SA)-1960(Vic) - Licences: Receive Adelaide (Cheltenham, 1923-1924); 5MA Adelaide (Cheltenham, 1925-1928); 3AMA Melbourne (Sandringham, 1947-1956) - Qualifications: cc; AOCP 103, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; fitter - Electoral Rolls: radio engineer (Cloncurry, Qld, 1931-1937) * [[/Percy James Anderson|Anderson, Percy James]] [https://www.familysearch.org/tree/person/details/G8WN-6Y7] - 1908(Vic)-1998(Vic) - Licences: 3PA Melbourne (Westgarth, 1928-1933; West Preston, 1937-1939, 1946-1956); 3PA Dooen (1965-1969); 3PA Geelong (Wallington, 1975-1980) - Qualifications: AOCP 428, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Westgarth, 1934); engineer (Preston, 1936-1963); technician (Horsham, 1967-1968); retired (Wallington, 1972-1980) - Relationships: brother-in-law of 3JR Christopher James Rainbow * [[/Robert Arthur Crosbie Anderson|Anderson, Robert Arthur Crosbie "Bob"]] [https://www.familysearch.org/tree/person/details/G8VK-GZN] - 1908(Vic)-1990(Vic) - Licences: 3WY Melbourne (Camberwell, 1930-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 691, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Camberwell, 1931-1949; Glen Iris, 1954-1967; Burwood, Vic, 1972-1980) ===''ANEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Anear|Anear, Francis George]] [https://www.familysearch.org/tree/person/details/9XLK-9D6] - 1910(SA)-1971(SA) - Licences: 5LK Carrow (1929-1931); 9WZ Momote, Admiralty Islands (1954); 5WZ Adelaide (Parkside, 1955); 3AGF Melbourne (Laverton, 1960); 5WZ Adelaide (Parkside, 1965-1969) - Qualifications: cc; AOCP 556, 1929, No. ?? in SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil identified as Francis George Anear ===''ANGEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Benjamin Angel|Angel, Henry Benjamin "Harry"]] [https://www.familysearch.org/tree/person/details/GQWW-K4Y] - 1891(Eng)-1998(Qld, 106yo) - Licences: 4HA Brisbane (St Lucia, 1935-1939; Enoggera, 1946-1969; Lota, 1975-1980+) - Qualifications: cc; AOCP 1503, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW1, AIF Signals; WW2, AMF, Navy); business proprietor (radio service) - QSLs: Entire collection held by SLQ - Halcyon: p. 51, 60, 81, 163 - Electoral Rolls: motor driver (Kangaroo Point, Qld, 1919; Toowong, Qld, 1919-1925); carrier (St Lucia, Qld, 1928-1937); radio mechanic (Enoggera, Qld, 1949-1972); retired (Lota, Qld, 1977-1980) ===''ANSCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Arthur Anscombe|Anscombe, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/G6TL-7LR] - 1888(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: turner & fitter (Northcote, Vic, 1912-1913; Surrey Hills, Vic, 1914); mechanic (Albert Park, Vic, 1919); manager (Box Hill, Vic, 1927-1943) ===''ANTHONY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Henry Anthony|Anthony, Michael Henry]] [https://www.familysearch.org/tree/person/details/LK3H-6B7] - 1894(Vic)-1966(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio telegraphist (Thursday Island, 1919); telegraphist (Prahran, 1921-1924); clerk (Oakleigh, 1934); railway employee (Sandringham, Vic, 1936-1942); telegraphist (Sandringham, 1954-1963) * [[/Reginald Major Anthony|Anthony, Reginald Major "Reg"]] [https://www.familysearch.org/tree/person/details/GCYN-YWG] - 1908(SA)-1986(SA) - Licences: 5CM Adelaide (Unley Park, 1927-1937; Medindie Gardens, 1938-1939; Prospect, 1946-1960; Somerton Park, 1965-1980+) - Qualifications: cc; AOCP 324, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Wilfred Boykett Anthony - Electoral Rolls: Nil * [[/Wilfred Boykett Anthony|Anthony, Wilfred Boykett]] [https://www.familysearch.org/tree/person/details/GCYJ-3HZ] - 1903(SA)-1974(SA) - Licences: Receive Adelaide (Unley Park, 1923) - Qualifications: Nil identified - amateur receive operator, WW2 - Relationships: Brother of Reginald Major Anthony - Electoral Rolls: bank clerk (Netherby, 1939-1941) ===''APPERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Apperley|Apperley, George]] [https://www.familysearch.org/tree/person/details/GDNQ-5XG] - 1887(NZ)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 704, 1922; 1COCP 237, 1931 - NZ Gov. Telegraphs pre 1910; British Colonial Gov, 1910-1912; AWA (from 1913; Chief Marconi Wireless School 1914-1916; Works Manager 1916-1919; technical superintendent 1919-1923; OIC Beam Wireless 1924; Traffic Manager, Beam Wireless - Electoral Rolls: engineer (Elsternwick, 1922); manager (St Kilda, 1928; Caulfield, Vic, 1931-1936; Elsternwick, Vic, 1943); engineer (Manly, NSW, 1954) ===''ARCHIBALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Wilson Archibald|Archibald, Ian Wilson]] [https://www.familysearch.org/tree/person/details/G8HM-9LC] - 1902(WA)-1993(NSW) - Licences: 2BJ Receive Tingha (1922); 2KU Sydney (Dulwich Hill, 1928-1939, 1946-1955; Sans Souci, 1956-1965; Noraville, 1969-1980+) - Qualifications: cc; AOCP 457, 1928, No. ?? in NSW; 3COCP 2393, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: mining engineer (Dulwich Hill, 1930-1933); engineer (Dulwich Hill, 1936-1954); chemist (Sans Souci, 1958-1963); retired (Noraville, 1968) ===''ARGAET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stanislaus Argaet|Argaet, William Stanislaus]] [https://www.familysearch.org/tree/person/details/GZDZ-8Z8] - 1894(NSW)-1951(Qld) - Licences: 4KH Brisbane (Wynnum, 1931-1939, 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; business proprietor (Wynnum bus service) - Halcyon, p. 87, 127 - Electoral Rolls: electrician (Coorparoo, 1925); bus proprietor (Wynnum, 1928-1949) ===''ARMATI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rex Gordon Armati|Armati, Rex Gordon]] [https://www.familysearch.org/tree/person/details/2S42-XKH] - 1899(Qld)-1973(Qld) - Licences: 4DB Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: chemist's assistant (Stanton Hill, Townsville, 1921-1928); salesman (Neutral Bay, 1930); chemist's assistant (Stanton Hill, Townsville, 1936-1943); employment officer (Darlinghurst, 1949); clerk (Darlinghurst, 1954-1958; Kings Cross, 1963); shipping clerk (Surry Hills, 1968-1972) ===''ARMSTRONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Howard Armstrong|Armstrong, Edwin Howard]] [https://www.familysearch.org/tree/person/details/L5ZX-354] - 1890(USA)-1954(USA) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - USA inventor of the superheterodyne receiver [https://worldradiohistory.com/Archive-Radio-Club-of-America/Legacies-of-Edwin-Howard-Armstong-1990-11-Radio-Club-of-America.pdf RCA 1990 Special Edition] * [[/Stanley John Armstrong|Armstrong, Stanley John]] [https://www.familysearch.org/tree/person/details/GX4V-K7Y] - 1910?(NSW)-1972(Qld) - Licences: 4ZK Brisbane (Enoggera, 1932-1933); 4SA Brisbane (Enoggera, 1954-1969) - Qualifications: cc; AOCP 1004, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: soldier (Windsor, Qld, 1919); clerk (Enoggera, Qld, 1922-1968) * [[/Thomas Armstrong|Armstrong, Thomas]] [https://www.familysearch.org/tree/person/details/G88Q-GGZ] - 1895(Sct)-1964(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRTelephony 217, 1916; 1COCP 132, 1930 - witness to Royal Commission 1927 (obo PMGD) - senior federal public servant (Superintendent, Wireless Branch, NSW, PMGD), promoted to role upon retirement of William Tamillas Stephen Crawford ===''ARNOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Sydney Arnold|Arnold, Albert Sydney]] [https://www.familysearch.org/tree/person/details/9M2W-ZG2] - 1882(NSW)-1965(NSW) - Licences: XAB Sydney (Ashfield, 1911-1914) - Qualifications: Nil identified as yet - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Ashfield, 1913-1954); company secretary (Hurlstone Park, 1958); retired (Hurlstone Park, 1963) * [[/Edwin Charles Arnold|Arnold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/L8QX-H7J] - 1898(NSW)-1970(NSW) - Licences: 2BY Receive Tamworth (1922); 2BY Tamworth (1923-1925); 2BY Coolah (1925-1927); 2BY Sydney (Manly, 1928; Mona Vale, 1933-1936); 2AGW Sydney (Manly, 1938-1939) - Qualifications: cc; AOCP 226, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Mona Vale, 1931-1934), clerk (Balgowlah Heights, 1943-1968) * [[/Ernest Noel Arnold|Arnold, Ernest Noel]] [https://www.familysearch.org/tree/person/details/G84H-8J6] - 1907(NSW)-1978(NSW) - Licences: Receive (Crystal) Albury (1923-1924); 2OJ Albury (1928-1939, 1946-1975) - Qualifications: AOCP 452, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Albury, 1930-1937); fruit merchant (Albury, 1949-1977) * [[/Joseph Leslie Grahame Arnold|Arnold, Joseph Leslie Grahame "Les"]] [https://www.familysearch.org/tree/person/details/L853-R3J] - 1912(Vic)-1991(Tas) - Licences: 7AM Launceston (City, 1934-1939; Invermay, 1946-1956; Mowbray, 1960-1969; City, 1975-1980+) - Qualifications: cc; AOCP 1263, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: textile worker (Launceston North, 1936-1954); mechanic (Mowbray, 1968) * [[/William Henry Redvers Arnold|Arnold, William Henry Redvers]] [https://www.familysearch.org/tree/person/details/L2J7-SZ1] - 1903(Eng)-1993(WA) - Licences: 6BA Perth (Wembley, 1936-1937); 6BA Katanning (1938-1939) - Qualifications: cc; AOCP 1762, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Subiaco, WA, 1931-1937); electrical fitter (Katanning, WA, 1943; Kalgoorlie, WA, 1943); engineer (South Fremantle, WA, 1949); fitter (Scarborough, WA, 1954); electrician (Scarborough, WA, 1958); engineer (Floreat Park, WA, 1963); electrical contractor (West Perth, WA, 1968; South Perth, WA, 1972); electrician (Australind, WA, 1977) ===''ARTHUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Glendon Arthur|Arthur, Charles James Glendon "Glen"]] [https://www.familysearch.org/tree/person/details/G8CT-T62] - 1915(Qld)-1983(Qld) - Licences 4GJ Dayboro (1935-1939); 4GJ Brisbane (Morningside, 1946-1980+) - Qualifications: cc; AOCP 1450, 1935, Qld; BOCP?; 2COCP 493, 1941; 1COCP 639, 1942 - amateur operator, amateur broadcaster - Halcyon: p. 80 - Electoral Rolls: radio engineer (Wagga Wagga, 1943); radio mechanic (Morningside, 1949-1980) ===''ASHBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. W. C. Ashbury|Ashbury, A. W. C.]] - 19??(???)-19??(???) - Licences: Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ASHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice John Ashby|Ashby, Maurice John]] [https://www.familysearch.org/tree/person/details/GX49-L1C] - 1901(Eng)-1973(NSW) - Licences: 4DH Receive Dalby (1923) - Qualifications: cc; CPRT 899, 1925; 2COCP 94, 1930; 1COCP 281, 1932 - amateur receiver - Electoral Rolls: gardener (Dalby, 1922); labourer (Greenslopes, 1925); salesman (Glebe, 1933; Northbridge, 1935-1936; Epping, 1937); radio telegraphist (New Farm, Qld, 1943); planning assistant (Haberfield, NSW, 1943; Pennant Hills, NSW, 1949; Thornleigh, NSW, 1954-1963); retired (Avalon Beach, NSW, 1968-1972) ===''ASHLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Richard Ashley|Ashley, George William Richard]] [https://www.familysearch.org/tree/person/details/GF96-CMZ] - 1919(Eng)-1999(WA) - Licences: 6GA Perth (Carlisle, 1938-1939, 1947-1954); 6GA Kalgoorlie (1955-1956); 6GA Perth (Mt Yokine, 1960-1980+) - Qualifications: cc; AOCP 2094, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Carlisle, WA, 1943-1949); communications officer (Kalgoorlie, WA, 1954-1958); clerk (Yokine, WA, 1963-1980) ===''ASHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Robert Ashlin|Ashlin, Eric Robert]] [https://www.familysearch.org/tree/person/details/GSRF-44C] - 1910(Qld)-1992(Qld) - Licences: 4EA Brisbane (Annerley, 1931-1933); 4EA Toowoomba (1937-1939); 4EA Coolangatta (1946-1947); 4EA Bilinga (1948-1975) - Qualifications: cc; AOCP 873, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Rosentengels, radio service); military (WW2; signals officer) - Halcyon: p. 73, 127, 163 - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1936-1943; Bilinga, Qld, 1949-1963); TV technician (Bilinga, NSW, 1968-1980) ===''ASMUSSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Asmussen|Asmussen, Donald "Don"]] - Licences: 4ZJA Brisbane (Mt Gravatt, 1965); 4FA Brisbane (Mt Gravatt, 1969-1980+) - amateur operator, JOTA participant 1960s ===''ATHELSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. N. Athelstone|Athelstone, G. N.]] - 19??(???)-19??(???) - Licences: 5NG Central Australia (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Joseph Atkins|Atkins, Kenneth Joseph "Ken"]] [https://www.familysearch.org/tree/person/details/GCXH-NW7] - 1912(Eng)-2001(SA) - Licences: 5MW Adelaide (Semaphore, 1932-1939; Woodville Park, 1946-1948; Eden Hills, 1954; Blackwood Park, 1955-1960; Campbelltown, 1965-1980+) - Qualifications: cc; AOCP 910, 1932, No. ?? in SA; BOCP 415, 1941 - amateur operator; amateur broadcaster; engineer (Dept. Civil Aviation) - Electoral Rolls: mechanic (Semaphore, SA, 1939-1941); engineer (Woodville Park, SA, 1943) * [[/Leslie Morton Atkins|Atkins, Leslie Morton "Les"]] [https://www.familysearch.org/tree/person/details/MCTV-T5T] - 1876(Vic)-1949(WA) - Licences: 4LA Townsville (1924-1926); 5LA Adelaide (Magill, 1926-1931; Tusmore, 1933; Erindale, 1937-1939); seems to have operated in Townsville as 4GD ca Nov 1924? - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMGD (telegraphist, east-west overland telegraph, Eucla, 1910); engineer (PMGD, divisional engineer) - Halcyon: AOCP Townsville 1925, p. 88 - Electoral Rolls: telegraphist (Eucla, 1903-1910; Victoria Park, 1912-1916); district engineer (Townsville, 1919-1925); engineer (Tusmore, 1939); retired (Lismore Base Hospital, NSW, 1943) ===''ATKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Marshall Atkinson|Atkinson, John Marshall]] [https://www.familysearch.org/tree/person/details/G89L-C6R] - 1906(Eng)-1999(ACT) - Licences: 2RZ Sydney (Mosman, 1927-1930; Carrs Park, 1931-1936; Glebe, 1937; Chippendale, 1938-1939); 4RZ Labrador (1955); 4RZ Gatton (1956-1960); 4RZ Southport (1969-1980+) - Qualifications: AOCP 331, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Neutral Bay, 1930); organiser (Darlinghurst, 1943); shopkeeper (Gatton, 1958-1963; Labrador, 1968); retired (Southport, 1972-1980) * [[/Noel Whittaker Atkinson|Atkinson, Noel Whittaker]] [https://www.familysearch.org/tree/person/details/K2XX-V88] - 1908(Qld)-1979(Qld) - Licences: 4WK Brisbane (1929), 4NA Brisbane (1930-1935, Check), 4BT Brisbane (Camp Hill, 1946-1965+) - Qualifications: AOCP 530, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, business proprietor (radio sales & service), federal public servant (DCA) - Electoral Rolls: - radio mechanic (Camp Hill, 1937-1977) - (Halcyon, p. 102) * [[/Reginald Aubrey Atkinson|Atkinson, Reginald Aubrey]] [https://www.familysearch.org/tree/person/details/9V5M-WJC] - 1895(Qld)-1965(Qld) - Licences: 4RA Brisbane (South Brisbane, 1928-1933; Annerley, 1937-1939) - Qualifications: cc; AOCP 412, 1928, No. 46 in Qld - amateur operator; amateur broadcaster - Halcyon: not mentioned - Electoral Rolls: clerk (Coorparoo, 1919); accountant (Rosewood, 1925); timber merchant (Yeronga, 1925; Thompson Estate, 1937-1949; Southport, 1958-1963) * [[/Robert Henry Atkinson|Atkinson, Robert Henry]] [https://www.familysearch.org/tree/person/details/GXY5-2P3] - 1913(WA)-19??(???) - Licences: 6WZ Perth (Victoria Park, 1936-1939); 6WZ Geraldton (1947-1955); 6WZ Albany (1956-1965); 6WZ Katanning (1969); 6WZ Albany (1975-1980) - Qualifications: cc; AOCP 1804, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: journalist (Victoria Park, WA, 1936-1937); radio announcer (Geraldton, WA, 1943); broadcast station manager (Geraldton, WA, 1949-1954); manager (Albany, WA, 1958-1968); radio announcer (Albany, WA, 1972-1980) ===''AUGUSTESEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Gerald Augustesen|Augustesen, Gordon Gerald]] [https://www.familysearch.org/tree/person/details/GZDZ-LF9] - 1915(Qld)-1986(Qld) - Licences: 4JN Brisbane (Mitchelton, 1932-1939); 4XQ Brisbane (Auchenflower, 1947-1948; Oakleigh, 1954-1960; Kenmore, 1965-1980+) - Qualifications: cc; AOCP 1046, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); military (WW2, RAAF, radar technician); business proprietor (Telair) - Halcyon: p. 85, 127 - Electoral Rolls: radio engineer (Mitchelton, Qld, 1943); manager (Auchenflower, Qld, 1949; Dorrington, Qld, 1954-1963; Kenmore, Qld, 1968-1980) ===''AUSTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emanuel Maxwell Austin|Austin, Emanuel Maxwell "Mannie"]] [https://www.familysearch.org/tree/person/details/G8HH-98K] - 1909(NSW)-1997(NSW) - Licences: 2KZ Kurri Kurri (1929-1980+) - Qualifications: AOCP 477, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clipper (Kurri Kurri, 1930-1980) * [[/Henry Lashbrooke Austin|Austin, Henry Lashbrooke "Hal"]] [https://www.familysearch.org/tree/person/details/L4V2-LDC] - 1902(SA)-1954(SA) - Licences: 5BN Adelaide (Norwood, 1923-1928); 5AW Adelaide (Rose Park, 1947-1954) - Qualifications: cc; AOCP 101, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Victoria Park, SA, 1939; Rose Park, 1941-1943) * [[/Selwood Charles Austin|Austin, Selwood Charles]] [https://www.familysearch.org/tree/person/details/GXBD-TVV] - 1902(WA)-1985(WA) - Licences: 6SA Perth (Victoria Park, 1927; South Perth, 1930-1956; Maida Vale, 1960-1969; Morley, 1975-1980+) - Qualifications: cc; CPRT 625, 1921; 1COCP 134, 1930 - amateur operator; amateur broadcaster - Relationships: Brother-in-law of Stanley Hogg - Electoral Rolls: electrician (South Perth, WA, 1931-1958); police officer (Maida Vale, WA, 1963-1968; Kalamunda, WA, 1972); retired (Morley, WA, 1977-1980) ===''AVARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Avard|Avard, Alfred Edward]] [https://www.familysearch.org/tree/person/details/G8X2-RRL] - 1901(Vic)-1978(Vic) - Licences: 3AZ Melbourne (Northcote, 1930-1939; Kew, 1946-1965) - Qualifications: AOCP 620, 1930, No. ?? in Vic; 1COCP 88, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Northcote, 1925-1937); public servant (Kew, 1943-1977) =='''B'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''BACKLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lincoln Backler|Backler, Eric Lincoln]] [https://www.familysearch.org/tree/person/details/LV8Q-6SK] - 1911(SA)-1980(SA) - Licences: 5HK Kingston SE (1933-1939, 1954-1980) - Qualifications: cc; AOCP 1093, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Kingston, SA, 1939) ===''BADENOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Herbert Lionel Badenoch|Badenoch, James Herbert Lionel]] [https://www.familysearch.org/tree/person/details/GXG7-3XK] - 1913(NSW)-1984(SA) - Licences: 5LB Adelaide (Trinity Gardens, 1932-1980+) - Qualifications: cc; AOCP 1012, 1932, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BADER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Adolphus Frederick Bader|Bader, Henry Adolphus Frederick]] [https://www.familysearch.org/tree/person/details/97M3-V5X] - 1866(Ger)-1928(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman, Trading Committee, Wireless Development Assoc (Perth); witness to Royal Commission 1927 (obo WDA) - Electoral Rolls: electrical engineer (North Perth, 1913-1926) ===''BADGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Victor Badger|Badger, Albert Victor]] [https://www.familysearch.org/tree/person/details/G9RY-9X6] - 1893(Eng)-1983(NSW) - 2YT Receive Sydney (Rozelle, 1923-1924), 2AB Sydney (Rozelle, 1925-1926; North Sydney, 1927-1929; Crows Nest, 1930; Rozelle, 1931-1934; Leichhardt, 1935-1939), amateur operator (AOCP 202, 1925, No. ?? in NSW), amateur broadcaster, operator (Hobart East, 1919); picture operator (Crows Nest, 1930; Rozelle, 1934; Lilyfield, 1937-1972; Leichhardt, 1977-1980)) ===''BAGST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. D. A. Bagst|Bagst, E. D. A.]] - 19??(???)-19??(???) - Licences: 5EB Adelaide (Woodville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: individual not yet identified, possibly Elizabeth D. Bagst nee Boyle who married Leslie Bagst at Newtown, NSW 1925, possible YL operator ===''BAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Leonard Bain|Bain, John Leonard]] [https://www.familysearch.org/tree/person/details/GD4V-6SV] - 1891(Eng)-19??(NSW?) - Licences: Nil yet identified - Qualifications: cc; CPRT 109, 1915 - ship wireless officer (pre WW1, WW1); journalist (technical editor, Listener-In, -1934+); clubs (IRE USA); WW1 (1916-1919); Associate Editor, Popular Radio Weekly (1927); witness to Royal Commission 1927 (as associate editor, Popular Radio Weekly, Victoria) - Education: B.Sc.(London) - Electoral Rolls: engineer (Essendon, Vic, 1925-1936); journalist (Darling Harbour, NSW, 1937) - Links: [https://www.awm.gov.au/collection/P10688424 AWM] ===''BAILEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bailey|Bailey, George]] [https://www.familysearch.org/tree/person/details/GDKW-8PX] - 1882(Eng)-19??(???) - Licences: 5GB Mt Gambier (1924-1926) - Qualifications: cc; CPRT 79, 1915 - RANRS (CPO to Warrant Telegraphist, 1917); amateur operator; amateur broadcaster - Electoral Rolls: retired (Mt Gambier, 1939-1943) * [[/Jack Harry Bailey|Bailey, Jack Harry]] [https://www.familysearch.org/tree/person/details/KG85-LZ4] - 1912(Qld)-1989(Qld) - Licences: 4JC Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1299, 1934, Qld; BOCP 1902, 1961 - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Red Hill, Qld, 1936-1937); electrical mechanic (Annerley, Qld, 1943-1954); teacher (Tarragindi, Qld, 1958-1963); college principal (Mackay, Qld, 1968); principal (Bundaberg, Qld, 1972; Tarragindi, Qld, 1977-1980) * [[/Robert Howard Bailey|Bailey, Robert Howard]] [https://www.familysearch.org/tree/person/details/GXLM-1X6] - 1917(SA)-1995(SA) - Licences: 5NW Crystal Brook (1936-1939); 5NW Adelaide (Kensington Park, 1948; Huddleston, 1954-1960); 5NW Crystal Brook (1965-1980+) - Qualifications: cc; AOCP 1764, 1936, SA; BOCP 673, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Crystal Brook, SA, 1939-1943) ===''BAIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Allan Baird|Baird, Thomas William Allan]] [https://www.familysearch.org/tree/person/details/LHKG-JVD] - 1886(Qld)-1943(Qld) - Licences: 4DY Receive Brisbane (Bayswater, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (AIF, 11 Field Company Engineers, 1916) - Electoral Rolls: gardener (North Pine, Qld, 1908); labourer (Bayswater, Qld, 1912-1913); storeman (Torwood, Qld, 1916-1943) ===''BAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Andrew Claude Baker|Baker, Andrew Claude]] [https://www.familysearch.org/tree/person/details/G6TG-RZ9] - 1897(Eng)-1935(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 144, 1915; 2COCP 193, 1930; 1COCP 303, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIR Rockhampton (1917-1918) - Electoral Rolls: wireless operator (Clayfield, 1914-1917; Rockhampton, 1919-1934) * [[/Charles Whiteway Baker|Baker, Charles Whiteway]] [https://www.familysearch.org/tree/person/details/LL93-HYP] - 1905(Vic)-1978(Vic) - Licences: 3VP Receive Bendigo (1923-1924); 3VP Bendigo (1925-1975) - Qualifications: cc; AOCP 156, 1925, No. ?? in Vic; BOCP 451, 1942 - amateur receiver; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (as a "listener"); merchant - Electoral Rolls: salesman (Bendigo, 1927-1931); merchant (Bendigo, 1934-1968; Kennington, 1972-1977) * [[/Ernest James Baker|Baker, Ernest James]] [https://www.familysearch.org/tree/person/details/GZ6F-K5B] - 1904(NSW)-1973(NSW) - Licences: 2FP Receive Newcastle (Maryville, 1922-1923); 2FP Newcastle (Maryville, 1924-1928; Wickham, 1929; Hamilton, 1930-1939, 1946-1969) - Qualifications: cc; AOCP 69, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: draftsman (Hamilton, 1930-1972) * [[/Edwin Weldon Baker|Baker, Edwin Weldon]] [https://www.familysearch.org/tree/person/details/LYWP-F1D] - 1895(NSW)-1979(NSW) - Licences: 4CI Receive Brisbane (Northgate, 1922) - Qualifications: cc; CPRT 733, 1922 - amateur receiver - Halcyon: not mentioned - Electoral Rolls: joiner (Northgate, 1919-1977) * [[/John Frederick Thomas Baker|Baker, John Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GCY6-8XY] - 1908(???)-1977(Vic) - 3LF Melbourne (Northcote, 1927+), qualifications (AOCP 325, 1927, No. ?? in Vic), amateur operator, amateur broadcaster, * [[/Herbert Edward Baker|Baker, Herbert Edward]] [https://www.familysearch.org/tree/person/details/9V2B-245] - 1875(Vic)-1948(Qld) - Licences: 4HB Charleville (1925-1927) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; grazier - Halcyon: p. 81, 111 - Electoral Rolls: station manager (Charleville, 1903); grazier (Charleville, 1908-1943) * [[/Sidney Charles Baker|Baker, Sydney or Sidney Charles]] [https://www.familysearch.org/tree/person/details/MZSZ-J4H] - 1909(Vic)-1977(Vic) - Licences: 3KU Receive Melbourne (South Melbourne, 1922-1924), 3BK Melbourne (South Melbourne, 1925-1933; Albert Park, 1937; South Melbourne, 1938-1939, 1946-1954; Bonbeach, 1955-1969; Seaford, 1975) - Qualifications: AOCP 177, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (South Melbourne, 1937); optical mechanic (Carrum, 1963-1972); retired (Carrum, 1977) * [[/Walter Ross Baker|Baker, Walter Ross]] [https://www.familysearch.org/tree/person/details/G8CY-D78] - 1905(SA)-1978(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''BALDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Loris John Balderson|Balderson, Loris John]] [https://www.familysearch.org/tree/person/details/GMVR-1RW] - 1895(Vic)-1932(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; RAAF (Flying Officer, Technical Branch, 1927); witness to Royal Commission 1927 (obo RAAF) - Electoral Rolls: officer, RAAF (Footscray, 1924); flying officer (Werribee, 1925); flight-lieutenant (Werribee, 1931) - Links: [https://www.crossandcockade.com/uploads/Balderson.pdf Bio] ===''BALSILLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Graeme Balsillie|Balsillie, John Graeme]] [https://www.familysearch.org/tree/person/details/G7MR-7MN] - 1885(Qld)-1924(USA) - radio business proprietor, senior federal public servant (PMGS, Commonwealth Wireless Expert), inventor, (Halcyon, not mentioned) - [https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf John Graeme Balsilie: Australia's Forgotten Wireless Pioneer]; [https://adb.anu.edu.au/biography/balsillie-john-graeme-5117 ADB] ===''BAMFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Bamfield|Bamfield, Alfred George]] [https://www.familysearch.org/tree/person/details/GM19-HNG] - 1892(NSW)-1918(NZL) - Licences: XQJ Corfield (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Halcyon: p. 3 - Electoral Rolls: clerk (Muttaburra, Qld, 1913) ===''BANCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John Bancroft|Bancroft, Stanley John]] - 19??(???)-19??(???) - Broadcast technician (2CY), federal public servant (PMGD, ABC) ===''BANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Edward William Banks|Banks, Harold Edward William "Harry"]] [https://www.familysearch.org/tree/person/details/G6S7-3BT] - 1911(NZL)-2000(Tas) - Licences: 7HB Hobart (North Hobart, 1938-1939; Richmond, 1946-1956; Penna, 1960-1965; New Town, 1969-1980+) - Qualifications: cc; Nil yet identified (New Zealand?) - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Hobart North, 1936-1937); council clerk (Richmond, 1943-1954) ===''BANYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ingram Banyer|Banyer, Ingram]] [https://www.familysearch.org/tree/person/details/9F95-CYX] - 1893(SA)-1976(SA) - Licences: XVQ Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: clerk (Blackwood, SA, 1939-1943) ===''BARBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel George Barber|Barber, Samuel George]] [https://www.familysearch.org/tree/person/details/GXLC-66B] - 1913(SA)-1991(SA) - Licences: 5MV Adelaide (Henley Beach, 1933-1937; Woodville, 1938-1939) - Qualifications: cc; AOCP 1232, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: welder (Woodville, SA, 1939); radio engineer (5RM, Berri, SA, 1941; Glenelg, SA, 1943) * [[/William Henry Barber|Barber, William Henry]] [https://www.familysearch.org/tree/person/details/LY4N-QRD] - 1897(SA)-1965(WA) - Licences: Receive Adelaide (Cumberland, 1923-1925); 5WH Adelaide (Cumberland, 1926-1931); 5WH Port Pirie (1933-1937); 6DX Kalgoorlie (1938-1939; 1946-1960) - Qualifications: cc; AOCP 266, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio engineer (Kalgoorlie, 1937-1963) ===''BARBIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alphonse Barbier|Barbier, Edward Alphonse or Alphonse Edward]] [https://www.familysearch.org/tree/person/details/GXLV-5TW] - 1904(SA)-1962(SA) - Licences: 5MD Adelaide (Stockdale Reserve, 1932-1939; City, 1947-1960) - Qualifications: cc; AOCP 958, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARBOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Heyward Barbour|Barbour, Kenneth Heyward]] [https://www.familysearch.org/tree/person/details/GZXJ-1VZ] - 1905(Vic)-1952(Vic) - Licences: 3ZI Melbourne (Armadale, 1923-1926) - Qualifications: AOCP 105, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARDIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Frederic Bardin|Bardin, William Frederic or Frederick "Bill", "Old Bill"]] [https://www.familysearch.org/tree/person/details/GSS9-TG4] - 1899(Eng)-1976(NSW) - Licences: 3ZA Melbourne (North Carlton, 1923-1925); 4AB Townsville (1925-1927); 4AB Brisbane (Fairfield & Yeronga, 1931-1933); 2ABZ Sydney (Ermington & Dundas 1937-1939, 1946-1961+) - Qualifications: cc; CPRT 615, 1921; 1COCP 58, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); coastal radio operator (AWA); state public servant (4QG); federal public servant (Halcyon, p. 63) - Electoral Rolls: clerk (Townsville, 1922); radio engineer (Townsville, 1925; Buranda, 1926; Fairfield, 1928); engineer (Dundas, 1936-1943; Eastwood, 1949-1968) ===''BARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Morphew Barker|Barker, Rupert Morphew]] [https://www.familysearch.org/tree/person/details/GCGH-7LM] - 1890(Eng)-1973(Tas) - Licences: 5RM Adelaide (Prospect, 1924-1933); 7RM Hobart (City, 1947-1948; Lenah Valley, 1949-1969) - Qualifications: cc; Nil yet identified (likely qualified in England) - amateur operator; amateur broadcaster; WW2; broadcast engineer (sound) - Electoral Rolls: electrician (South Yarra, Vic, 1931-1936; Hobart North, Tas, 1937; Hobart South, Tas, 1943); sound engineer (Hobart West, Tas, 1949); engineer (Moonah, Tas, 1954; New Town, Tas, 1963) * [[/William Henry Barker|Barker, William Henry (R.?)]] [https://www.familysearch.org/tree/person/details/GHGY-243] - 1905(NSW)-1956(NSW) - licences: Receive (Crystal) Sydney (Concord, 1923-1924); 2BW Sydney (Concord, 1925-1931), qualifications: AOCP 217, 1925, No. ?? in NSW, amateur operator, amateur broadcaster, electoral rolls: electrical mechanic (Concord, 1930-1943), beware several contemporaneous William Henry Barker ===''BARLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Kenneth Barlin|Barlin, George Kenneth]] [https://www.familysearch.org/tree/person/details/L2VX-DP3] - 1916(NSW)-2016(ACT) - qualifications (BOCP 67, 1937), long term employee 2CA Canberra, manager TV network ===''BARLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Barlow|Barlow, Edward]] [https://www.familysearch.org/tree/person/details/G8K2-2FL] - 1895(NSW)-1968(Qld) - Licences: 2GQ Receive Armidale (1922); 2GQ Armidale (1922-1926); 2GQ Glen Innes (1927); 2GQ Sydney (Darlinghurst, 1928); 2GQ Canberra (1929); 2GQ Mudgee (1930-1931); 2GQ Sydney (Cammeray, 1933-1934; North Sydney, 1935-1936; Mosman, 1937-1939 & 1946-1965) - Qualifications: cc; AOCP 4, 1924, No. 3 in NSW - amateur operator; amateur broadcaster - TroveTag: "2GQ - Edward Barlow" - Electoral Rolls: public servant (Mudgee, 1930-1932; Cammeray, 1933-1935; Milsons Point, 1936; Mosman, 1937); divisional returning officer (Bathurst, 1943; Mosman, 1949-1958) ===''BARNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Barnes|Barnes, Thomas Walter]] [https://www.familysearch.org/tree/person/details/G8Z6-PZ2] - 1910(Vic)-2002(NSW) - Licences: 3TB Melbourne (Ascot Vale, 1929-1933; Moonee Ponds, 1937-1939; West Brunswick, 1946-1980+) - Qualifications: AOCP 537, 1929, No. ?? in Vic; BOCP 243,1939 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Ascot Vale, 1931-1936); mechanic (Moonee Ponds, 1937-1942); electrical maintenance (West Brunswick, 1949-1980) - beware another contemporaneous Thomas Walter Barnes (1893-1925) ===''BARRACLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Barraclough|Barraclough, Francis "Frank"]] [https://www.familysearch.org/tree/person/details/G8KL-MNY] - 1903(Qld)-1974(Qld) - Licences: 4GY Brisbane (Kedron, 1933-1935); 4GX Brisbane (Kedron, 1935-1939; 1946-1969) - Qualifications: cc; AOCP 1075, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2); radio service (Palings) - Halcyon: p. 81 - Electoral Rolls: carpenter (Kedron, 1937-1972) ===''BARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Barry|Barry, William Lawrence (BMD) or Lawrence William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/MK6C-NBK] - 1905(Qld)-1970(Qld) - Licences: 4FQ Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: storeman (South Brisbane, Qld, 1929); taxi driver (South Brisbane, Qld, 1937-1968) ===''BARTHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Lewis Barthold|Barthold, Godfrey Lewis]] [https://www.familysearch.org/tree/person/details/GZKR-JWZ] - 1899(Vic)-1993(Vic) - 3GL Melbourne (Malvern, 1925-1927), 3BT Melbourne (Malvern, 1931-1939; Glen Iris, 1946-1980+), amateur operator (AOCP 210, 1925, No. ?? in Vic), amateur broadcaster, clerk (Malvern, 1924-1931), radio manufacturer (Camberwell, 1937-1943; Glen Iris, 1949-1972), retired (Mt Martha, 1977-1980) ===''BARTHOLOMEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Bartholmew|Bartholomew, Charles Percy]] [https://www.familysearch.org/tree/person/details/G6CZ-8YR] - 1861(Eng)-1942(NSW) - Licences: XBM Sydney (Mosman, 1911-1914); 2FO Receive Sydney (Kirribilli, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver; company director (AWA); witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: merchant (Milsons Point, 1930-1937) - Comment: famously charged and convicted of trading with the enemy during WW1 but only slapped on wrist (together with Ernest Thomas Fisk and Hugh Robert Denison) ===''BARTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gustavus Campbell Barton|Barton, Edward Gustavus Campbell]] [https://www.familysearch.org/tree/person/details/KJ57-87Y] - 1857(Vic)-1942(Eng) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter, scientist, business proprietor (Barton & White) - Halcyon: not mentioned) - [https://adb.anu.edu.au/biography/barton-edward-gustavus-campbell-9445 ADB] * [[/Graham Francis Barton|Barton, Graham Francis]] [https://www.familysearch.org/tree/person/details/GX5P-KYT] - 1918(SA)-2005(SA) - Licences: 5BN Mt Gambier (1937-1939); 5BN Adelaide (Unley, 1947-1956; Malvern, 1960-1980+) - Qualifications: cc; AOCP 1993, 1937, SA; 1COCP 1709, 1954 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Hyde Park, SA, 1941-1943) * [[/Richard McRae Barton|Barton, Richard McRae "Dick"]] - 1940(???)-2021(Qld) - broadcast engineer, director engineering FACTS (1981-2001), ABU Engineering Award 2004, Fellow SMPTE, contributed to development DTV standards, chaired preparatory meeting to WRC 2000, [https://www.itu.int/dms_pub/itu-r/oth/0a/07/R0A070000420001PDFE.pdf ITU Tribute] ===''BARTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graeme Bartram|Bartram, Graeme]] - historian (early Aus wireless: 2011 "John Graeme Balsilie: Australia's Forgotten Wireless Pioneer"[https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf]) ===''BASIL-COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * Frank Basil-Cooke see Cooke, Frank Basil "Basil" ===''BASSETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Rankin Bassett|Bassett, Francis Rankin]] [https://www.familysearch.org/tree/person/details/GQZJ-28Y] - 1906(NSW)-1982(NSW) - 2FR Sydney (Bexley, 1925-1928; Arncliffe, 1929), 2FR Singleton, 1931-1939), amateur operator (AOCP 194, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother John Bassett * [[/John Bassett|Bassett, John]] [https://www.familysearch.org/tree/person/details/L8M2-8XN] - 1904(NSW)-1979(NSW) - 2VO Receive Stroud (1923), amateur operator (AOCP 232, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother Francis Rankin Bassett ===''BATCHLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Victor Batchler|Batchler, Charles Victor "Victor"]] [https://www.familysearch.org/tree/person/details/K4NN-FXJ] - 1897(Tas)-1985(Tas) - Licences: XZJ Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: Uncle of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: shift engineer (Waddamana, 1922) * [[/Jack Copeland Batchler|Batchler, Jack Copeland]] [https://www.familysearch.org/tree/person/details/KCSK-D8F] - 1910(Tas)-1979(Tas) - Licences: 7JB Hobart (1932-1939); 3AJB Melbourne (1947); 7JB Hobart (Sandy Bay, 1948-1975+) - Qualifications: cc; AOCP 957, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: nephew of XZJ Charles Victor Batchler; husband of 7YL Joyce Isabel Batchler nee Crowder - Electoral Rolls: soldier (Nelson, 1943-1949); no occupation (Nelson, 1972) * [[/Joyce Isabel Crowder|Batchler nee Crowder, Joyce Isabel]] [https://www.familysearch.org/tree/person/details/LYNY-PKG] - 1915(Tas)-2015(Tas) - Licences: 7YL Hobart (Sandy Bay, 1936-1980) - Qualifications: AOCP 1627, 1936, Tas - amateur operator; amateur broadcaster; YL - Relationships: Wife of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: home duties (Nelson, 1943-1972) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''BATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Bate|Bate, Arthur John]] [https://www.familysearch.org/tree/person/details/GXKQ-PYC] - 1917(WA)-2010(SA) - Licences: 5ZA Adelaide (Adelaide City, 1937-1939) - Qualifications: cc; AOCP 1891, 1937, SA; BOCP 1481, 1956; 1COCP 2049, 1967 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil yet identified ===''BATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lister Bates|Bates, Jack Lister]] [https://www.familysearch.org/tree/person/details/GCGK-238] - 1912(Qld)-1998(Qld) - Licences: 4UR Brisbane (Teneriffe, 1935-1939, 1946-1947; Lutwyche, 1948-1969; Toombul, 1975-1980) - Qualifications: cc; AOCP 1430, 1935, Qld - amateur operator; amateur broadcaster; Radio Club (WIAQ, QSL Manager); part of the "U" gang; WW2 - Halcyon: p. 12, 99, 137, 141, 145 - Electoral Rolls: storeman (Teneriffe, Qld, 1936-1943); labourer (Lutwyche, Qld, 1949-1958; Wooloowin, Qld, 1968); cashier (Toombul, Qld, 1972-1980) ===''BATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Henry Batt|Batt, Cecil Henry]] [https://www.familysearch.org/tree/person/details/GMLJ-5SB] - 1904(Tas)-1942(Tas) - Licences: Receive (Crystal) Bothwell (1923) - Qualifications: cc; 3COCP 434, 1940 - amateur receiver - Electoral Rolls: motor driver (Bothwell, 1928); labourer (Melton Mowbray, 1936-1937) ===''BATTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Thomas Battle|Battle, Edmund Thomas]] [https://www.familysearch.org/tree/person/details/G6C8-G32] - 1890(UK)-1970(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a listener) - Electoral Rolls: teamster (Dorrigo, 1913); dairy farmer (Malanda, 1919); sawmill manager (Tumoulin, 1931); sawmiller (Ravenshoe, 1936-1937); timber merchant (Paddington, 1943); sawmiller (Albion, 1949) ===''BATTYE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Sykes Battye|Battye, James Sykes]] [https://www.familysearch.org/tree/person/details/9V7W-HL5] - 1871(Vic)-1954(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - librarian; historian; witness to Royal Commission 1927 (as chairman, special committee, Western Australian Listeners' League) - Electoral Rolls: librarian (Perth, 1910-1937); principal librarian (Perth, 1943-1949) - Links: [[w:James Battye|Wikipedia]] [https://adb.anu.edu.au/biography/battye-james-sykes-5156 ADB] ===''BATY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Baty|Baty, Richard]] [https://www.familysearch.org/tree/person/details/GXLV-BZX] - 1913(Eng)-19??(???) - Licences: 5MH Adelaide (Brompton, 1931; Pennington, 1937; Challa Gardens, 1938-1939; Lockleys, 1954-1969; Henley Beach South, 1975-1980) - Qualifications: cc; AOCP 757, 1931, No. ?? in SA; AOLCP 160, 1934; BOCP 242, 1939; 1COCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Franklin, SA, 1941-1943) ===''BAUER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Thomas Bauer|Bauer, Alfred Thomas "Alf"]] [https://www.familysearch.org/tree/person/details/MSCM-QB1] - 1908(Qld)-2004(Qld) - Licences: 4AT Brisbane (Annerley, 1927-1933) & Cairns? - Qualifications: cc; AOCP 333, 1927, No. 36 in Qld; CPRTelephony 1119, 1928; 1COCP 92, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); state public servant (4QG); WW2 - Halcyon: p. 67, 86, 111, 127, 130 - Electoral Rolls: radio engineer (Cairns, 1936; Camp Hill, 1937); radio tech (Camp Hill, 1943-1980) ===''BAXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Baxter|Baxter, Arthur Henry]] [https://www.familysearch.org/tree/person/details/L62R-CKR] - 1900(Eng)-1983(WA) - Licences: 6BX Geraldton (1937-1939) - Qualifications: cc; AOCP 1989, 1937, WA; BOCP 381, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: station employee (Lyons River Station, Carnarvon, WA, 1925-1926); wood merchant (Geraldton, WA, 1931-1937); broadcast station operator (Geraldton, WA, 1949-1972); retired (Thornlie, WA, 1977-1980) * [[/Sidney Roy Baxter|Baxter, Sidney or Sydney Roy]] [https://www.familysearch.org/tree/person/details/LWX9-XWV] - 1915(Qld)-1985(Qld) - Licences: 4FJ Brisbane (Camp Hill, 1935-1939; Coorparoo Heights, 1946-1947; Cribb Island, 1948-1950; Camp Hill, 1954-1980+) - Qualifications: cc; AOCP 1569, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless officer); employment (Trittons, radio service); business proprietor (radio service) - Halcyon: p. 76, 137 - Electoral Rolls: truck driver (Camp Hill, Qld, 1936-1943); radio mechanic (Cribb Island, Qld, 1949); radio technician (Camp Hill, Qld, 1954-1980) ===''BEAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Beames|Beames, Kenneth]] [https://www.familysearch.org/tree/person/details/9NQJ-L17] - 1899(NSW)-1989(NSW) - Licences: N754 Receive Sydney (Randwick, 1922); 2IB Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: manufacturer (Five Dock, 1930-1958; Linden, 1963-1980) ===''BEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Percival Reed Bean|Bean, Leslie Percival Reed]] [https://www.familysearch.org/tree/person/details/KHWZ-6ZZ] - 1884(Vic)-1972(NSW) - Licences: 2ZT Sydney (Mosman, 1923-1925); 2LP Sydney (Mosman, 1924-1928; Artarmon, 1929-1936; Pymble, 1937-1939) - Qualifications: cc; Nil yet identified - PMGD (Elec. Engineer, 1904-1919); L. P. R. Bean & Co (founder 1920-1926); Stromberg-Carlson (founder, 1927-1933+); Council IREAust - Electoral Rolls: electrical instrument fitter (Ascot Vale, 1909); engineer (Brighton, Vic, 1912-1915; Artarmon, NSW, 1930); company director (Pymble, 1933-1943; Roseville, 1949-1954); electrical engineer (Lindfield, 1958-1968) ===''BEARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Gordon Beard|Beard, Ernest Gordon]] [https://www.familysearch.org/tree/person/details/GW2G-25R] - 1897(Eng)-1968(USA) - Licences: Nil yet identified - Qualifications: cc; 1COCP 304, 1939 - broadcast engineer (United Distributors; 2KY; 2GB); inventor; witness to Royal Commission 1927 (as consulting engineer, 2GB) - Electoral Rolls: engineer (Northbridge, 1930-1934); radio engineer (Northbridge, 1936-1937); wireless engineer (Willoughby, 1943-1949); engineer (Forestville, 1958-1963) - Links: [https://www.radiomuseum.org/dsp_hersteller_detail.cfm?company_id=12500 radiomuseum.org] * [[/Norman George Beard|Beard, Norman George]] [https://www.familysearch.org/tree/person/details/LT9G-GSZ] - 1902(Vic)-1984(NSW) - Licences: 3DR Receive Balnarring (1922-1923); 2PK Wentworthville (1930); 2ALJ Sydney (Prospect, 1939; Toongabbie, 1946-1954; Brookvale, 1955; Dee Why, 1956-1961); 2ALJ Terrigal (1965) - Qualifications: AOCP 583, 1930, No. ?? in NSW; TVOCP 25, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Pendle Hill, NSW, 1930; Balnarring, Vic, 1931; Prospect, NSW, 1933-1937); RAAF instructor (Ballarat, 1942); teacher (Toongabbie, 1949-1954; Brookvale, 1958); retired (Terrigal, 1963-1972; Wendouree, Vic, 1977; Caves Beach, 1980) ===''BEARUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Andrew Bearup|Bearup, Herbert Andrew]] [https://www.familysearch.org/tree/person/details/GDLJ-B1C] - 1900(Vic)-1982(Vic) - Licences: V740 Receive Melbourne (Caulfield East, 1922); 3GT Receive Melbourne (Caulfield East, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Malvern East, 1921-1924; Caulfield East, 1925-1928); farmer (Bentleigh, 1934-1949); engineer (Highett, 1963-1967; Moorabbin, 1972-1980) * [[/Thomas William Bearup|Bearup, Thomas William]] [https://www.familysearch.org/tree/person/details/9J7R-T9D] - 1897(Vic)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 224, 1916 - studio manager 3LO (1927); witness to Royal Commission 1927 (as studio manager, 3LO, Victoria); WW1 (merchant navy) - Electoral Rolls: operator (Caulfield, 1924); radio engineer (Auburn, Vic, 1931-1937); manager (Roseville, NSW, 1943) ===''BEATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Beatson|Beatson, Robert John "Bob"]] [https://www.familysearch.org/tree/person/details/GSJV-2D2] - 1909(Qld)-2003(Qld) - Licences: 4BB Brisbane (Wilston, 1928); 4BB Maryborough (1931-1939) - Qualifications: cc; AOCP 394, 1928, No. 44 in Qld; AOLCP 173, 1934 - amateur operator; amateur broadcaster; radio club administrator (WIAQ); broadcast engineer (4MB); WW2 - Halcyon: p. 68, 139, 141, 163, 164 - Electoral Rolls: radio mechanic (Maryborough, 1931); radiotrician (Maryborough, 1937-1949); radio engineer (Maryborough, 1954-1980) ===''BEATTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Spencer Meurant Beattie|Beattie, Herbert Spencer Meurant]] [https://www.familysearch.org/tree/person/details/GQ65-KTL] - 1888(NSW)-1963(NSW) - Licences: 3DV Receive Melbourne (Box Hill, 1922); 3DV Melbourne (Box Hill, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Box Hill, Vic, 1914-1927); salesman (Thornleigh, NSW, 1930); electrical engineer (Cheltenham, NSW, 1934-1936); agent (Cabramatta, 1943); auctioneer (Ettalong, 1943); no occupation (Fairfield, NSW, 1954-1958; Flagstaff, NSW, 1963) ===''BECHERVAISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philip Bechervaise|Bechervaise, William Philip]] [https://www.familysearch.org/tree/person/details/MVNP-4HQ] - 1831(Eng)-1907(Vic) - radio clubs (Telegraph Electrical Society, Victoria), employment (Victoria Posts and Telegraphs Department) ===''BECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Beavis Beck|Beck, Alan Beavis]] [https://www.familysearch.org/tree/person/details/GZR7-N8Q] - 1911(Vic)-1982(WA) - Licences: 5XW Adelaide (West Mitcham, 1927-1928) - Qualifications: cc; AOCP 370, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (Shenton Park, WA, 1937; Myrtle Bank, SA, 1941-1943); research chemist (Subiaco, 1949-1980) ===''BEDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Arthur Buddicom Bedford|Bedford, Robert Arthur Buddicom]] [https://www.familysearch.org/tree/person/details/LC5Q-1KX] - 1874(Eng)-1951(SA) - Licences: 5RB Kyancutta (1924-1939; 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of William Rudolf Buddicom Bedford - Electoral Rolls: farmer (Kyancutta, 1939-1941); retired (Kyancutta, 1943) - Links: [https://adb.anu.edu.au/biography/buddicom-robert-arthur-5417 ADB] * [[/William Rudolf Buddicom Bedford|Bedford, William Rudolf Buddicom "Bill"]] [https://www.familysearch.org/tree/person/details/L6Y3-X4Z] - 1909(Eng)-1972(SA) - Licences: likely operator of 5RB Kyancutta - Qualifications: cc; 3COCP 1893, 1954 - WW2 - Relationships: son of 5RB Robert Arthur Buddicom Bedford - Electoral Rolls: mechanic (Kyancutta, 1939-1943) ===''BEECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Sidney Beech|Beech, Frederick Sidney or Sydney "Fred"]] [https://www.familysearch.org/tree/person/details/G8F2-6BC] - 1895(Qld)-1978(Qld) - Licences: 4FB Brisbane (Coorparoo, 1930-1939; Norman Park, 1946-1969) - Qualifications: cc; AOCP 629, 1930, Qld - amateur operator; amateur broadcaster; jeweller - Halcyon: p. 75, 76, 90 - Electoral Rolls: watchmaker (Bulimba, 1917-1919; Coorparoo, 1919-1972; Norman Park, 1977) ===''BEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Beer|Beer, James]] - 19??(???)-19??(???) - Licences: 2CW Receive Sydney (Ashfield, 1922-1923); 2CW Sydney (Ashfield, 1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: too many JBs to identify reliably, likely James Charles Beer living 70 Tranmere St, Drummoyne, engineer, 1930 ===''BEGBIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Begbie|Begbie, Richard]] - historian (broadcasting), journalist, radio clubs (HRSA) ===''BELJON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robin Ernest Beljon|Beljon, Robin Ernest "Jack"]] [https://www.familysearch.org/tree/person/details/GSD3-VR3] - 1897(NSW)-1974(NSW) - Licences: 2RB Lithgow (1926-1933) - Qualifications: AOCP 259, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lithgow, 1930-1934); turner (Lithgow, 1937-1943); foreman (Lithgow, 1949-1968); retired (Lithgow, 1972) ===''BELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Wirgman Dillon Bell|Bell, Francis Wirgman Dillon "Frank"]] [https://www.familysearch.org/tree/person/details/G7QW-CM4] - 1896(NZ)-1987(NZ) - ZL4AA Waihemo, amateur operator, first to 2 way QSO New Zealand to Australia (Apr 1923), South America, USA (Sep 1924), England (Oct 1924, G2SZ); WW1 (gunner, France & Belgium till invalided 1917) - Relationships: brother of Margaret Brenda Bell, first licensed female NZ amateur - Links: [https://teara.govt.nz/en/biographies/4b20/bell-francis-wirgman-dillon Bio]; [https://www.soundarchives.co.nz/collections/catalogue/catalogue-item?record_id=222015 Sound Archives]; [https://www.zl4aa.org.nz/frank-bell-trans-world-radio-contact/ NZART Otago] * [[/H. G. Bell|Bell, H. G.]] - 19??-19?? - 4HG Brisbane (South Toowong = Taringa, 1927+) - Qualifications: cc; AOCP 321, 1927, No. 33 in Qld - amateur operator; amateur broadcaster - Halcyon: p. 111 - Callsign: later to Harry Brown - Electoral Rolls: Nil yet identified * [[/Leslie William Gordon Bell|Bell, Leslie William Gordon]] [https://www.familysearch.org/tree/person/details/G67S-RQ5] - 1904(Qld)-2000(Qld) - Licences: 4CY Receive Atherton (1923); 4LZ Jubilee Pocket (1969-1975); 4LZ Airlie Beach (1980+) - Qualifications: cc; AOCP 4471, 1967, Qld - amateur receiver; amateur operator; WW2 - Electoral Rolls: engine driver (Danbulla via Atherton, 1925-1928); farmer (Jubilee Pocket via Proserpine, 1954-1980) * [[/Victor Frank Bell|Bell, Victor Frank]] [https://www.familysearch.org/tree/person/details/GFMZ-FZ7] - 1913(WA)-19??(???) - Licences: 6KR Perth (Subiaco, 1932-1933); 6KR Kalgoorlie (1937-1939); 6KR Perth (Nedlands, 1947-1954) - Qualifications: cc; AOCP 907, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1936); postal assistant (Leonora, WA, 1937); radio engineer (Subiaco, WA, 1937); telephone mechanic (Lamington, Kalgoorlie, WA, 1943); radio engineer (Nedlands, WA, 1949-1954) * [[/Vincent Stephanus Bell|Bell, Vincent Stephanus "Vince"]] [https://www.familysearch.org/tree/person/details/GXHV-W8G] - 1910(Qld)-1981(Qld) - Licences: 4VD Rockhampton (Rockhampton City, 1936-1937; Wandal, 1938-1939, 1946-1960+) - Qualifications: cc; AOCP 1496, 1935, Qld - amateur operator; amateur broadcaster; WW2; employed electrical business - Electoral Rolls: electrician (Rockhampton, Qld, 1932-1936); electrical mechanic (Rockhampton, Qld, 1937-1980) ===''BELSTEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Lempriere Belstead|Belstead, Roy Lempriere]] [https://www.familysearch.org/tree/person/details/L1GN-CQF] - 1910(Qld)-1981(Qld) - Licences: 4EI Townsville (1933-1939); 4RU Winton (1975-1980) - Qualifications: cc; AOCP 1182, 1933, No. ?? in Qld; BOCP 304, 1940; 1COCP 420, 1940; TVOCP 87, 1957 - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, Townsville ARC); state public servant (Qld Railways); broadcast technician (2KY); business proprietor (Belstead Electronic Repairs, Winton) - Electoral Rolls: clerk (Hyde Park, Qld, 1931-1937); radio technician (Dee Why, NSW, 1943; Auburn, NSW, 1949; Lidcombe, NSW, 1958-1963; Auburn, NSW, 1972); retired (Winton, Qld, 1977-1980) ===''BENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Bennett|Bennett, Alfred Edward]] [https://www.familysearch.org/tree/person/details/LYNP-GFM] - 1889(Vic)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - manager 2GB Sydney; witness to Royal Commission 1927 (as manager, 2GB, NSW) - Electoral Rolls: manager (Mosman, 1930-1931); director (Mosman, 1933; Vaucluse, 1936); inspector (Darling Point, 1943); investor (West Pennant Hills, 1949); retired (Vaucluse, 1954-1963) - Links: [https://adb.anu.edu.au/biography/bennett-alfred-edward-5207 ADB] * [[/Clarence Herbert Bennett|Bennett, Clarence Herbert]] [https://www.familysearch.org/tree/person/details/LK1H-GMF] - 1887(Vic)-1974(Vic) - Licences: cc; Nil yet identified - Qualifications: AOCP 449, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Brunswick, 1909-1963); retired (Brunswick, 1968-1972) ===''BENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Francis Wattis Bent|Bent, Arthur Francis Wattis]] [https://www.familysearch.org/tree/person/details/GZVG-5V7] - 1902(Vic)-1998(Vic) - Licences: 3AF Geelong (1924-1939, 1946-1960); 3AF Torquay (1965-1980+) - Qualifications: cc; AOCP 199, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; radio dealer (Geelong, 1931-1954) - Electoral Rolls: turner (14 Coronation St, Geelong West, 1925-1927); radio dealer (Geelong, 1928-1954); radio serviceman (Torquay, 1963-1980) ===''BENTLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Ernest Bentley|Bentley, Frank Ernest]] [https://www.familysearch.org/tree/person/details/G93F-NPZ] - 1902(India)-1973(SA) - Licences: 5MK Adelaide (Cowandilla, 1931-1939); 5MZ Adelaide (Cowandilla, 1954-1969) - Qualifications: cc; AOCP 833, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: boilermaker (Cowandilla, SA, 1939-1943) ===''BENTZEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivan Louis Bentzen|Bentzen, Ivan Louis]] [https://www.familysearch.org/tree/person/details/LT4X-6P4] - 1905(Qld)-1995(Qld) - Licences: 4SS Brisbane (Newstead, 1932-1933) - Qualifications: cc; AOCP 964, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Bulimba, Qld, 1929); mechanic (Valley, Qld, 1936); carpenter (Wooloowin, Qld, 1943-1949); garage proprietor (Lutwyche, Qld, 1954); carpenter (Eagle Junction, Qld, 1954-1980) ===''BERGIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Thomas Bergin|Bergin, John Thomas "Jack"]] [https://www.familysearch.org/tree/person/details/GXGP-GNM] - 1911(SA)-1989(SA) - Licences: 5JB Adelaide (Largs Bay, 1934-1939) - Qualifications: cc; AOCP 1364, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: * [[/Max Wulfing Bergin|Bergin, Max Wulfing]] [https://www.familysearch.org/tree/person/details/LXQ1-QLP] - 1900(NSW)-1983(Cook Isls) - Licences: 2YP Receive West Maitland (1923); 2YP West Maitland (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ingham Berry|Berry, Arthur Ingham]] [https://www.familysearch.org/tree/person/details/9WB6-6F5] - 1914(Vic)-1979(Vic) - Licences: 3CZ Melbourne (Hawthorn, 1930-1939; Kew, 1946-1954; East Malvern, 1955-1956); 3CZ Warburton (1960-1975) - Qualifications: AOCP 595, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Hawthorn, 1936-1937); architect (Kew North, 1943-1954); farmer (Warburton, 1963-1977) * [[/Harold Alexander Berry|Berry, Harold Alexander "Huck"]] [https://www.familysearch.org/tree/person/details/G869-8R6] - 1906(SA)-1983(SA) - Licences: Receive (Crystal) Adelaide (City, 1923); Receive Adelaide (City, 1923-1924); 5JU Adelaide (City, 1930-1931; Keswick, 1933; Norwood, 1937-1939; Kilburn, 1946-1975) - Qualifications: cc; AOCP 666, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: polisher (Kilburn, 1943) * [[/Lawrence Dudley Berry|Berry, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/GXG2-X6J] - 1906(NSW)-1987(SA) - Licences: 5DB Adelaide (Norwood, 1934-1939) - Qualifications: cc; AOCP 1315, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Henry Berry|Berry, Robert Henry]] [https://www.familysearch.org/tree/person/details/G342-ZR6] - 18??(???)-1971(Qld) - Licences: XQC Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; electrical business proprietor - Electoral Rolls: gardener (Rockhampton, 1912-1925); electrical mechanic (Rockhampton, 1928-1968) * [[/William Clive Berry|Berry, William Clive "Clive"]] [https://www.familysearch.org/tree/person/details/LBT5-3L8] - 1912(NSW)-1965(NSW) - Licences: 2CB Knockrow via Bangalow (1931-1936); 2AGM Byron Bay (1938-1938, 1946-1955); 2AGM Lismore (1956-1957); 2AGM Mullumbimby (1958-1960); 2AGM Byron Bay (1961-1965) - Qualifications: AOLCP 30, 1930, NSW; 2COCP 302, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Knockrow, 1933-1936); woodworker (Byron Bay, 1943-1954); contractor (Ballina, 1958); no occupation (Mullumbimby, 1958); manager (Byron Bay, 1963) * [[/William James Berry|Berry, William James "Jim"]] [https://www.familysearch.org/tree/person/details/G8D1-B78] - 1890(Qld)-1983(Qld) - Licences: 4WB Brisbane (Yeerongpilly, 1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1295, 1934, Qld - amateur operator; amateur broadcaster; instrument repairer - Comment: Several contemporaneous William James Berry's in Brisbane - Electoral Rolls: motor mechanic (Yeerongpilly, 1958-1963); mechanic (Yeerongpilly, 1972-1980) - ===''BERTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Louis Bertram|Bertram, William Louis]] [https://www.familysearch.org/tree/person/details/LDBP-NGS] - 1901(Vic)-1983(Vic) - Licences: V738 Receive Rushworth (1922); 3GR Receive Rushworth (1922); 2KR Sydney (Waverley, 1929) - Qualifications: CPRT 920, 1926; 2COCP 97, 1930; 1COCP 34, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Rushworth, 1922; Brunswick, 1924-1928); telegraphist (Brunswick, 1931-1942); telephonist (Brunswick, 1949-1963); retired (Frankston, 1967-1980) ===''BESTED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julius Phillip Bested|Bested, Julius Phillip]] [https://www.familysearch.org/tree/person/details/MZ6V-YSQ] - 1907(SA)-1987(SA) - Licences: Receive Adelaide (Rose Park, 1923); 5CS Adelaide (Salisbury, 1937-1939); 5CS Peterborough (1947-1948); 5CS Adelaide (Richmond, 1954-1960; Cumberland Park, 1965-1980+) - Qualifications: cc; AOCP 1995, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Salisbury, SA, 1939-1941) ===''BIBBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Cyril Bibby|Bibby, Frederick Cyril "Fred"]] [https://www.familysearch.org/tree/person/details/GH58-5XF] - 1911(Tas)-1982(Vic) - Licences: 3OL Melbourne (Hawthorn East, 1930-1939; Camberwell, 1946-1980+) - Qualifications: AOCP 681, 1930, Vic; AOLCP 38, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Camberwell, 1943-1968); operator (Camberwell, 1972-1980) ===''BINNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Binns|Binns, Cecil]] [https://www.familysearch.org/tree/person/details/GZD8-XTD] - 1897(NSW)-1974(NSW) - 2IE Receive Sydney (Kogarah, 1922), 2BJ Sydney (Kogarah, 1925-1927), amateur operator (AOCP 46, 1925, No. ?? in NSW), amateur broadcaster ===''BIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Scorer Bird|Bird, Henry Scorer]] [https://www.familysearch.org/tree/person/details/LYWH-FTC] - 1902(Vic)-1973(Vic) - Licences: 3HB Melbourne (Sunshine, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Sunshine, 1924-1927); Government employee (Camberwell, 1928-1963); nil (Ashwood, 1968-1972) - Comment: 3HB callsign passed to Sunshine Radio Club 1924-1927 (prominent amateur broadcaster) * [[/Leslie James Bird|Bird, Leslie James]] [https://www.familysearch.org/tree/person/details/G6X2-N4N] - 1897(NSW)-1947(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as listener, Armidale, NSW) - Electoral Rolls: clerk (Armidale, 1930-1935; Wellington, 1937); civil servant (Homebush, 1943) ===''BISCHOFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Conrad Bischoff|Bischoff, William Edward Conrad]] [https://www.familysearch.org/tree/person/details/L2YT-QB7] - 1911(NSW)-1989(NSW) - Licences: 2LZ Sydney (Crows Nest, 1930-1937); 2LZ Wentworth Falls (1938-1939, 1946-1969); 2AKM Wentworth Falls (Portable, 1939); 2LZ Sydney (Naremburn, 1975-1980+) - Qualifications: AOCP 568, 1930, No. ?? in NSW; BOCP 12, 1936; TVOCP, 346, 1961 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Naremburn, 1933-1937); wireless operator (RAAF Richmond, 1943); radio technician (Wentworth Falls, 1949-1958); tele. engineer (Naremburn, 1963); engineer (Naremburn, 1972-1980) ===''BISHOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Elijah Bishop|Bishop, Clarence Elijah]] [https://www.familysearch.org/tree/person/details/LKZ9-G7S] - 1896(WA)-1971(WA) - Licences: 6DD Receive Albany (1923); 6DD Albany (1923-1924); 6DD Northam (1924); 6LL Katanning (1936-1939); 6LL Perth (Claremont, 1948-1954; East Victoria Park, 1955-1969) - Qualifications: cc; AOCP 1746, 1936, WA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Albany, WA, 1922); accountant (Katanning, WA, 1925-1937); clerk (Nedlands, WA, 1943-1954; Victoria Park, WA, 1958-1968) * [[/Frederick Edward Bishop|Bishop, Frederick Edward]] [https://www.familysearch.org/tree/person/details/GDS3-GZQ] - 1882(NSW)-1952(NSW) - Licences: 2FB Sydney (Kirribilli, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: optician (Kirribilli, 1930-1931); grazier (Mullaley, Gunnedah, 1935-1949) * [[/Maurice Glanville Bishop| Bishop, Maurice Glanville]] [https://www.familysearch.org/tree/person/details/GDDP-SVD] - 1908(Tas)-1965(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bank clerk (Middle Park, Vic, 1931); bank officer (Middle Park, 1935); bank clerk (Bank of NSW Quarters, Ouyen, 1936-1937); bank officer (Hawthorn, 1942-1949; Nelson, Tas, 1954) ===''BLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. C. Black|Black, F. C.]] - 19??(???)-19??(???) - Licences: None identified to date - Qualifications: cc; AOCP 297, 1926, No. ?? in SA - amateur operator?, amateur broadcaster? - Electoral Rolls: awaits identification, Port Lincoln, SA in 1926 * [[/William Hector Black|Black, William Hector]] [https://www.familysearch.org/tree/person/details/G8J2-TCS] - 1912(Vic)-1976(NSW) - Licences: 3WB Melbourne (Malvern, 1930-1939); 2WO Sydney (Mosman, 1946-1948) - Qualifications: AOCP 663, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Malvern, 1936-1937); bacteriologist (Mosman, 1943-1963); biochemist (Darlinghurst, 1968-1972) ===''BLACKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Howbery Blackman|Blackman, Herbert Howbery]] [https://www.familysearch.org/tree/person/details/GZ2M-65N] - 1886(Vic)-1970(Vic) - Licences: XOE Melbourne (East Malvern, 1913); 3PR Receive Melbourne (East Malvern, 1923); 3PR Melbourne (East Malvern, 1924-1925); 3HA Melbourne (East Malvern, 1926-1927); 3HU Melbourne (Ashburton, 1931-1939) - Qualifications: cc; AOCP 211, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: public servant (Malvern, 1909); mechanic (East Malvern, 1913-1916); soldier (Royal Park, 1917-1919); electrician (East Malvern, 1922-1928); mechanic (Burwood, 1931-1968) * [[/W. T. Blackburn|Blackburn, W. T.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Home Hill (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Searched William, Walter, Wilfred - Electoral Rolls: Nil yet identified ===''BLADES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alfred Blades|Blades, Ronald Alfred "Ron"]] [https://www.familysearch.org/tree/person/details/GXCS-L77] - 1916(Qld)-2005(NSW) - Licences: 4RX Toowoomba (1936-1939); 2VP Sydney (Haberfield, 1946-1947; Ashfield, 1948-1950; Dundas, 1954-1955); 2VP Melbourne (Blackburn, 1956); 2VP Sydney (Balgowlah, 1957-1969; Seaforth, 1975; Dee Why, 1980) - Qualifications: cc; AOCP 1775, 1936, No. ?? in Qld; BOCP 615, 1944 - amateur operator; amateur broadcaster; military (WW2, RAAF); broadcast technician (AWA) - Comment: Two Ronald Alfred Blades born in Qld 1916, 4RX 27/3/1916 - Electoral Rolls: radio engineer (Ashfield, NSW, 1949; Dundas, NSW, 1954; Balgowlah, NSW, 1958-1968); engineer (Dee Why, NSW, 1977) ===''BLAIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Andrew William Blair|Blair, Keith Andrew William]] [https://www.familysearch.org/tree/person/details/LK4S-ZXY] - 1911(Vic)-2001(NSW) - Licences: 2DX Balranald (1930-1934); 2DX Sydney (Marrickville, 1935-1937); 2DX Bega (1938-1939) - Qualifications: AOCP 699, 1930, Vic; BOCP 276, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: bank clerk (Balranald, 1932-1935; Randwick, 1936-1937; Bega, 1937); bank officer (Queanbeyan, 1949-1980) ===''BLAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leslie Gilbert Blake|Blake, Robert Leslie Gilbert]] [https://www.familysearch.org/tree/person/details/L831-ZLW] - 1888(Vic)-1952(Vic) - Licences: 3RG Castlemaine (1929-1939) - Qualifications: AOCP 484, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Castlemaine, 1912-1919); house furn. (Castlemaine, 1924-1949) ===''BLANCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Henry Blanchard|Blanchard, George Edward Henry]] [https://www.familysearch.org/tree/person/details/GZV2-B4S] - 1899(NSW)-1987(NSW) - Licences: 2DN Sydney (Newtown, 1922-1926; Hurlstone Park, 1927-1929) - Qualifications: cc; AOCP 195, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Earlwood, 1930-1980) ===''BLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Bland|Bland, William Joseph]] [https://www.familysearch.org/tree/person/details/GXT9-4RP] - 1902(India)-1955(SA) - Licences: Receive Adelaide (Alberton, 1923); 5AG Adelaide (Alberton, 1923-1927) - Qualifications: cc; CPRT 765, 1923 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio manufacturer (Tusmore, SA, 1939-1943) ===''BLUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Blue|Blue, Harry William]] - 1909(NSW)-2001(NSW) - 2YI Liverpool (1933), 2YI Albury (1934-1936), 9KO Rabaul (1937), 2YI Broken Hill (1938-1939), 2YI Sydney (Kingsford, 1946; Auburn, 1947-1980+, amateur operator (AOCP 1034, 1932, No. ?? in NSW), amateur broadcaster, A.A.M.S. ===''BLUNDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Verge Blunden|Blunden, Godfrey Verge]] [https://www.familysearch.org/tree/person/details/GDNG-22L] - 1906(Vic)-1996(France) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Wireless Weekly (editor, 1930s) - Electoral Rolls: journalist (North Sydney, 1930; East Sydney, 1933-1936) * [[/Leon Walter Blunden|Blunden, Leon Walter]] [https://www.familysearch.org/tree/person/details/G3KT-SMV] - 1914(SA)-2003(SA) - Licences: 5BH Adelaide (Firle, 1935-1939, 1947-1980+) - Qualifications: cc; AOCP 1535, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BOAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Douglas Boast|Boast, Harold Douglas]] [https://www.familysearch.org/tree/person/details/K2VW-3D4] - 1906(Eng)-1979(Vic) - Licences: 3AX Melbourne (Elsternwick, 1928-1939); 3AX Lubeck (1946-1969); 3AX Melbourne (Frankston, 1975) - Qualifications: AOCP 404, 1928, No. ?? in Vic; AOLCP 55, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Elsternwick, 1931-1936); radio engineer (3LK Lubeck, 1942-1968); retired (Frankston, 1972-1977) ===''BOILEAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Boileau|Boileau, John George]] [https://www.familysearch.org/tree/person/details/GXC2-HLQ] - 1893(SA)-1957(Qld) - Licences: 4JT Port Moresby (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Byron Bay, NSW, 1943-1954) ===''BOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Augustus Bold|Bold, Charles Augustus]] [https://www.familysearch.org/tree/person/details/GF3N-JSF] - 1894(WA)-1958(WA) - Licences: 6CA Perth (Beaconsfield, 1931-1939, 1947-1948) - Qualifications: cc; AOCP 832, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (South Fremantle, WA, 1921-1922); meter tester (South Fremantle, WA, 1925); electrician (South Fremantle, WA, 1931-1949); mains superintendent (South Fremantle, WA, 1954-1958) ===''BOLGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Joseph Bolger|Bolger, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/L67V-VDD] - 1867(Irl)-1941(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Deputy Director of Navigation, Vic) - Electoral Rolls: master mariner (Williamstown, 1914-1917); public servant (Elsternwick, 1919); master mariner (Elsternwick, 1931-1937) ===''BOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Francis Bond|Bond, Rupert Francis]] [https://www.familysearch.org/tree/person/details/9ZHS-QB3] - 1886(Vic)-1961(Qld) - Licences: Receive Brisbane (Rockhampton, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Rockhampton, Qld, 1912-1937; Rockhampton, Qld, 1949-1958) ===''BONGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gysbert Sheldon Bongers|Bongers, Gysbert Sheldon]] [https://www.familysearch.org/tree/person/details/L7F9-DXK] - 1900(NSW)-1948(NSW) - Licences: N745 Receive Sydney (1922-1923); 2HY Sydney (Rockdale, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster, engineer - Electoral Rolls: electrical engineer (Rockdale, 1930-1935; Hamilton, Qld, 1936-1937); engineer (Woollahra, 1943) ===''BONNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Coleman Bonner|Bonner, Alfred Coleman]] [https://www.familysearch.org/tree/person/details/MV14-MTM] - 1854(Tas)-1930(Tas) - Licences: Receive (Crystal) Legana (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Trevallyn, 1914-1922); no occupation (Legana, 1928) ===''BONNERUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Madsen Bonnerup|Bonnerup, Peter Madsen]] [https://www.familysearch.org/tree/person/details/G6F5-RC8] - 1890(Tas?)-1976(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as patent attorney, WA) - Electoral Rolls: patent attorney (Nedlands, 1922; South Perth, 1925-1972) - Links: [https://www.carnamah.com.au/bio/peter-madsen-bonnerup Bio] ===''BONNINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Archibald Bonnington|Bonnington, John Archibald]] [https://www.familysearch.org/tree/person/details/G88Y-1JP] - 1909(NSW)-1967(NSW) - Licences: 2HB Sydney (Bellevue Hill, 1930-1931); 2AKB Sydney (Avalon Beach, 1960-1965) - Qualifications: AOCP 569, 1930, No. ?? in NSW; 3AirOCP 16, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Broken Hill, 1931); engineer (Woollahra, 1932-1933); radio engineer (Darlinghurst, 1934-1935); air pilot (Avalon Beach, 1949-1963) ===''BONWILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Warren Bonwill|Bonwill, Edward Warren]] [https://www.familysearch.org/tree/person/details/9J35-NNV] - 1869(USA)-1945(NSW) - Licences: XBP Sydney (1912-1914); 2CA Receive Cowra (1922); 2CA Cowra (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: dentist (Barellan, 1930; Cowra, 1934-1937; Lithgow, 1937-1943) ===''BOTTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Botten|Botten, Herbert William]] [https://www.familysearch.org/tree/person/details/GDS2-8QJ] - 1895(SA)-1973(???) - Licences: 2HB Sydney (CBD, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Neutral Bay, 1930); radio manager (Darlinghurst, 1933-1936); manager (Darlinghurst, 1937-1958) ===''BOUCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Reid Bouchard|Bouchard, Victor John Reid "Vic"]] [https://www.familysearch.org/tree/person/details/G93B-52C] - 1897(Qld)-1936(Qld) - 4BY Receive Brisbane (Auchenflower, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; amateur club administrator - Electoral Rolls: draper's assistant (Auchenflower, 1921-1926); clerk (Buranda, 1928) ===''BOULTBEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Walker Boultbee|Boultbee, Kenneth Walker]] [https://www.familysearch.org/tree/person/details/GMWB-1Q4] - 1905(Tas)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: agent (Taringa, Qld, 1928-1958; Corinda, Qld, 1963-1968; St Lucia, Qld, 1972-1977); retired (Broadbeach, Qld, 1977-1980) ===''BOUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Boundy|Boundy, George Henry]] - 1866(Vic)-1932(Vic) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), early wireless experimenter, radio clubs (WIQ), state public servant (P&TQ, engineer), federal public servant (PMGD, engineer) ===''BOURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. Bourke|Bourke, J.]] - 19??(???)-19??(???) - Licences: V734 Receive Yarck (1922); Receive 3GP Yarck (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''BOURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Frederick Bourne|Bourne, Francis Frederick]] [https://www.familysearch.org/tree/person/details/GX55-9GM] - 1916(SA)-2004(SA) - Licences: 5BU Adelaide (Unley, 1935-1939; Wayville, 1947; Malvern, 1948-1954; Blackwood, 1955-1965; Belair, 1969); 5BU Keith (1975); 5BU Naracoorte (1980) - Qualifications: cc; AOCP 1593, 1935, SA; 2COCP 1282, 1953; 1COCP 1722, 1954 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Parkside, SA, 1939-1943) ===''BOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Germain Bowden|Bowden, Eric James Germain]] [https://www.familysearch.org/tree/person/details/L7T7-YC2] - 1894(Tas)-1984(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - PMGD Wireless Inspector, Hobart, 1920s & 1930s; witness to Royal Commission 1927 (as equipment engineer, PMGD, Tas) - Relationships: son of Frank Prosser Bowden; brother of John Gibson Bowden - Electoral Rolls: junior assistant engineer (Hobart North, 1922); engineer (Hobart South, 1936-1937) * [[/Frank Prosser Bowden|Bowden, Frank Prosser]] [https://www.familysearch.org/tree/person/details/97MP-G4L] - 1860(Tas)-1934(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter, Tas PMGD, Federal PMGD - Relationships: father of Eric James Germain Bowden and John Gibson Bowden - Electoral Rolls: civil servant (Hobart North, 1914-1928) * [[/John Gibson Bowden|Bowden, John Gibson]] [https://www.familysearch.org/tree/person/details/LNJZ-V69] - 1906(Tas)-1998(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - employee of Medhurst Electrical - Relationships: son of Frank Prosser Bowden; brother of Eric James Germain Bowden - Electoral Rolls: mechanic (Launceston, 1928); electrical mechanic (New Town, 1936-1937); engineer (Nelson, 1943-1963) * [[/Ronald Stanley Bowden|Bowden, Ronald Stanley]] [https://www.familysearch.org/tree/person/details/GQGS-F9R] - 1900(Eng)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Albion, Qld, 1921); car driver (Wilston, Qld, 1934); car proprietor (Newmarket, Qld, 1936-1943); store keeper (Urangan, Qld, 1949-1954); farmer (Mundubbera, Qld, 1958-1963); retired (Urangan, Qld, 1968-1980) ===''BOWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Keith Bowen|Bowen, Harold Keith "Keith"]] [https://www.familysearch.org/tree/person/details/GXGK-7SZ] - 1913(SA)-1987(SA) - Licences: 5KB Adelaide (Maylands, 1932-1939) - Qualifications: cc; AOCP 1049, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Tranmere, SA, 1943) * [[/Joseph La Venture Bowen|Bowen, Joseph La Venture or Laventure]] [https://www.familysearch.org/tree/person/details/GDPP-MLB] - 1917(Qld)-1966(Qld) - Licences: 4LB Brisbane (Hamilton, 1935-1939)- Qualifications: cc; AOCP 1445, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kedron, Qld, 1943-1958); public servant (Kedron, Qld, 1963) ===''BOWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Nigel Bowman|Bowman, Hubert Nigel "Pete"]] [https://www.familysearch.org/tree/person/details/K4PT-FY3] - 1908(SA)-1987(SA) - Licences: 5FM Adelaide (Payneham, 1932-1933; Royston Park, 1937; Payneham, 1938-1939, 1947-1948; Mitcham, 1954-1956); 5FM Crystal Brook (1960); 5FM Bridgewater (1965-1980+); 5FN Portable (1965-1969) - Qualifications: cc; AOCP 911, 1932, No. ?? in SA; 2COCP 259, 1939; BOCP 282, 1940; 1COCP 354, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Boyd|Boyd, Norman James]] [https://www.familysearch.org/tree/person/details/GZXJ-VM7] - 1897(Vic)-1977(Vic) - Licences: XNO Melbourne (Elsternwick, 1913-1914); 3EL Receive Melbourne (Elsternwick, 1922-1923); 3EL Melbourne (Elsternwick, 1924-1925; Caulfield, 1925-1927; Elwood, 1931-1939) - Qualifications: AOCP 104, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; radio engineer (3UZ, 1920s); WW1 - Electoral Rolls: mechanic (Elsternwick, 1919-1924); manager (Caulfield, 1926-1928); engineer (Elsternwick, 1931-1937); electrician (St Kilda, 1949-1963); retired (Caulfield, 1967-1977) ===''BRADBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. J. Bradbury|Bradbury, B. J.]] - abt 1887(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''BRADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Keith Bradford|Bradford, Alfred Keith]] [https://www.familysearch.org/tree/person/details/L6Q5-VC5] - 1912(NSW)-1986(Qld) - Licences: 4KK Millmerran (1936-1939, 1947-1975); 4KK Drillham (1980+) - Qualifications: cc; AOCP 1750, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Millmerran, Qld, 1934-1937); farmer (Millmerran, Qld, 1943-1954); radio dealer (Millmerran, Qld, 1958-1968); farmer (Drillham, Qld, 1977-1980) * [[/John Richard Bradford|Bradford, John Richard]] - 19??(???)-19??(???) - senior federal public servant (chief electrical engineer, Qld, PMGD) ===''BRADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Randell Bradley|Bradley, Frank Randell]] [https://www.familysearch.org/tree/person/details/G973-F7P] - 1884(SA)-1963(NSW) - Licences: 3ZK Melbourne (Sandringham, 1923-1930); 2JB Sydney (Mosman, 1931-1939) - Qualifications: cc; AOCP 2, 1924, No. 1 in Vic - amateur operator; amateur broadcaster; federal public servant (PMGD, Superintendant Telegraphs Vic, 1928; Deputy PMG Qld; NSW); historian (telegraphs) - Electoral Rolls: civil servant (Sandringham, Vic, 1914-1924; Mosman, NSW, 1933-1943); no occupation (Killara, NSW, 1954-1963) ===''BRAGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Bragg|Bragg, William Henry]] [https://www.familysearch.org/tree/person/details/LCFQ-9N6] - 1862(Eng)-1942(Eng) - Early wireless experimenter, academic (University of Adelaide, 1885-1908), physicist, chemist, mathematician, shared Nobel prize in 1915 with his son William Lawrence Bragg, son-in-law of Charles Todd - Links: [[w:William Henry Bragg|Wikipedia]] * [[/William Lawrence Bragg|Bragg, William Lawrence "Lawrence"]] [https://www.familysearch.org/tree/person/details/MWXT-CLR] - 1890(SA)-1971(Eng) - participated as a youth in his father's early wireless experiments, academic (University of Adelaide), physicist, shared Nobel prize in 1915 with his father William Henry Bragg, grandson of Charles Todd - Links: [[w:Lawrence Bragg|Wikipedia]] ===''BRAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. F. Brain|Brain, S. F.]] - 19??(???)-19??(???) - Licences: 2ZD Sydney (Ashfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: likely related XFR V. J. Brain - Electoral Rolls: Nil yet identified * [[/V. J. Brain|Brain, V. J.]] - 19??(???)-19??(???) - Licences: XFR Sydney (Ashfield, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: likely related 2ZD S. F. Brain - Electoral Rolls: Nil yet identified ===''BRAMLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Alfred Bramley|Bramley, John Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIW Wyndham (1917-1918) - Electoral Rolls: Nil yet identified ===''BRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorayne Branch|Branch, Lorayne]] - Living - author ("Henry Sutton, The Innovative Man"), historian (Henry Sutton) ===''BRANDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Frank Brandon|Brandon, Eric Frank]] [https://www.familysearch.org/tree/person/details/GXPK-2ZY] - 1907(SA)-2001(SA) - Licences: 5FB Wilmington (1933-1939); 5FB Adelaide (Prospect, 1948); 5FA Oodnadatta (1965); 5FA Ramco (1969-1975); 5FA Adelaide (Blair Athol, 1980+) - Qualifications: cc; AOCP 1145, 1933, SA; 2COCP 140, 1938; 1COCP 183, 1938; BOCP 201, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BRANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Mervyn Branks|Branks, Albert Mervyn "Merv"]] [https://www.familysearch.org/tree/person/details/GZ6Y-88K] - 1906(NZ)-1978(NZ) - prominent MW and SW broadcast listener 1920s to 1970s, DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tribute] ===''BREDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wynne Steere Breden|Breden, Wynne Steere]] - 1900(Qld)-1976(NSW) - Rx Melbourne (East Melbourne, 1923), 2WS Newcastle (Newcastle, 1924-1931), amateur operator (AOCP 9, 1924, No. ?? in NSW), amateur broadcaster, shipyard business ===''BREMERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Frederick Bremerman|Bremerman, Harold Frederick]] [https://www.familysearch.org/tree/person/details/GXCQ-QWC] - 1903(Eng)-1988(Qld) - Licences: 4HB Brisbane (Wooloowin, 1938-1939, 1946-1954; Aspley (1955-1975+) - Qualifications: cc; AOCP 1267, 1934, Qld; COCP (Eng) - amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (WIAQ, Life Member; Brisbane DX Club); employment (electrician, Courier Mail, Besley & Pike, Mt. Olivett Hospital); pilot; UK Merchant Navy 1920s - Electoral Rolls: electrical mechanic (Albion, Qld, 1928); mechanic (Wooloowin, Qld, 1936-1954); retired (Aspley, Qld, 1958-1980) ===''BRENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan James Brennan|Brennan, Allan James]] [https://www.familysearch.org/tree/person/details/G6TR-SNJ] - 1887(Vic)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 31, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: Nil yet identified ===''BREWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip John Brewer|Brewer, Phillip or Philip John]] [https://www.familysearch.org/tree/person/details/LVKH-MNW] - 1900(WA)-1948(SA) - Licences: 5JA Adelaide (Parkside, 1926-1939) - Qualifications: cc; AOCP 269, 1926, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Parkside, 1939-1943) ===''BRIDGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Bridger|Bridger, Thomas William]] [https://www.familysearch.org/tree/person/details/G85V-2YT] - 1885(UK)-1941(NT) - Licences: 4AP Receive Brisbane (City, 1923); 4AP Brisbane (Hamilton, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer; public servant; WW1 (2nd Aust Flying Squadron, 1916) - Electoral Rolls: electrical engineer (West Perth, 1914); consulting engineer (Auchenflower, 1925); poultry farmer (Geebung, 1928); engineer (Armadale, 1934-1937) - Directories: electrical engineer (Adelaide, 1915; Melbourne, 1917-1921; Brisbane, 1923-1927; Adelaide, 1930) ===''BRIDGES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank John Claud Bridges|Bridges, Frank John Claud or Claude]] [https://www.familysearch.org/tree/person/details/GHRF-XHR] - 1885(NZ)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 141, 1915; 2COCP 182, 1930; 1COCP 279, 1932 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); officer-in-charge (Radio Station, Esperance, 1921-1949); retired (Esperance, 1958-1963) ===''BRIGGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Robert Briggs|Briggs, Donald Robert]] [https://www.familysearch.org/tree/person/details/GX5B-1TN] - 1915(SA)-2008(SA) - Licences: 5BD Adelaide (Walkerville, 1935-1939; Henley Beach, 1947; South Plympton, 1954-19600; 5HB Adelaide (Morphett Vale, 1980+) - Qualifications: cc; AOCP 1490, 1935, SA; 2COCP 413, 1941; BOCP 373, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: assistant (Kirkcaldy, SA, 1939) ===''BRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Herbert Bright|Bright, William Henry Herbert "Bill"]] [https://www.familysearch.org/tree/person/details/LBQH-GSX] - 1898(Qld)-1961(Qld) - Licences: Spark; 4FA Toowoomba (1923); 4AA Toowoomba (1924-1925); 4WB Toowoomba (1925-1927); 4OO Toowoomba (1937-1939) - Qualifications: cc; AOCP 123, 1925, No. 13 in Qld - amateur operator; amateur broadcaster - Withdrawal: callsign 4AA withdrawn by PMGD for their use - Electoral Rolls: telegraphist (Toowoomba, 1919-1943); clerk (Toowoomba, 1949); mechanic (Toowoomba, 1954-1958) ===''BRIMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Campbell Brimble|Brimble, Charles Campbell]] [https://www.familysearch.org/tree/person/details/GX5L-9GH] - 1915(SA)-2003(SA) - Licences: 5CB Adelaide (Somerton, 1935-1939, 1947-1948; Somerton Park, 1954-1980+) - Qualifications: cc; AOCP 1446, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Somerton, SA, 1939-1943) ===''BRIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Marcus John Gordon Brims|Brims, Marcus John Gordon]] [https://www.familysearch.org/tree/person/details/KZWB-S11] - 1888(Qld)-1982(Qld) - Licences: XQA Mareeba (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; business proprietor (plywood & veneer manufacture) - Electoral Rolls: foreman (Mareeba, 1912-1913); foreman joiner (Milton, 1921); timber merchant (Milton, 1925-1931); plywood manufacturer (Annerley, 1937-1958); business manager (Annerley, 1963-1980) ===''BRISTOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Morrison Bristow|Bristow, John Morrison]] [https://www.familysearch.org/tree/person/details/GZPL-DLJ] - 1908(NSW)-1983(NSW) - Licences: 2ZX Sydney (Neutral Bay, 1926-1929) - Qualifications: AOCP 243, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: advertising manager (Neutral Bay, 1930-1935); manager (Gordon, 1937-1943); company manager (Pymble, 1949); manager (Wahroonga, 1954-1980) ===''BROCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Edward Earl Brock|Brock, Hector Edward Earl]][https://www.familysearch.org/tree/person/details/9VQL-BTC] - 1902(Vic)-1962(SA) - Licences: 3ZC Melbourne (Moonee Ponds, 1923-1924); 5DP Adelaide (North Adelaide, 1924-1927; Malvern, 1927-1938); 5UZ Adelaide (Fullarton, 1954-1956; Nailsworth, 1960) - Qualifications: cc; AOCP 25, 1924, No. ?? in SA - amateur operator; amateur broadcaster; University of Adelaide (Demonstrator & Technical Assistant, 1949) - Electoral Rolls: laboratory assistant (Moonee Ponds, Vic, 1924); no occupation (Malvern, SA, 1939-1943) ===''BROINOWSKI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leopold Thomas Broinowski|Broinowski, Leopold Thomas]] [https://www.familysearch.org/tree/person/details/G6FR-SMR] - 1871(Vic)-1937(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as associate editor, Hobart Mercury, Tas) - Electoral Rolls: journalist (Hobart South, 1914-1937) ===''BROOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilberforce Henry Liddon Brooke|Brooke, Wilberforce Henry Liddon]] [https://www.familysearch.org/tree/person/details/LB61-69T] - 1891(NSW)-1969(NSW) - Licences: 2BR Terrigal (1930-1936); 2BR Dora Creek (1937-1939, 1946-1958); 2BR Paterson (1960-1969) - Qualifications: AOCP 638, 1930, NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: clergyman (Jerry's Plains, 1930; Terrigal, 1931-1937; Dora Creek, 1954-1958; Paterson, 1963-1968) ===''BROOKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Brookes|Brookes, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GDSJ-GV6] - 1911(Qld)-1958(Qld) - Licences: 4BA Brisbane (Kelvin Grove, 1936-1937; Ashgrove, 1938-1939; Wooloowin, 1947-1948) - Qualifications: cc; AOCP 1641, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Wooloowin, Qld, 1943-1954); waterside Worker (Wooloowin, Qld, 1958) ===''BROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Milton Brooks|Brooks, Albert Henry Milton]] [https://www.familysearch.org/tree/person/details/LT1Q-DVK] - 1901(SA)-1975(SA) - Licences: 5KG Adelaide (Grange, 1933-1939; Croydon, 1946-1960+); 5AH Adelaide (Ridleton, 1969-1975) - Qualifications: cc; AOCP 1170, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Croydon, 1939); railway employee (Croydon, 1941-1943) - Relationships: likely related to 7JB John Vickery Brooks and 7DB D. C. Brooks * [[/John Vickery Brooks|Brooks, John Vickery "Jack"]] [https://www.familysearch.org/tree/person/details/GHXL-RK8] - 1905(SA)-1983(Vic) - Licences: 7JB Hobart (1924-1926) - Qualifications: cc; AOCP 37, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; engineer; originally from Adelaide - Relationships: likely related to 5KG Albert Henry Brooks and 7DB D. C. Brooks - Electoral Rolls: engineer (Hobart South, 1928; Malvern, Vic, 1954-1980) ===''BROOMHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Broomhall|Broomhall, Charles Alfred]] [https://www.familysearch.org/tree/person/details/M7NZ-2SV] - 1891(Vic)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 729, 1922 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Geraldton, 1916); mechanic (Wireless Station, Applecross, 1925; Canning Bridge, 1931-1937; Applecross, 1943-1954); retired (Bickley, 1958-1963) ===''BROWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan George Brown|Brown, Alan George]] [https://www.familysearch.org/tree/person/details/G849-43Y] - 1909(Vic)-1970(Vic) - Licences: 3CX Melbourne (Canterbury, 1928-1937; Upper Hawthorn, 1938-1939; Canterbury, 1946-1969) - Qualifications: AOCP 446, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF) - Electoral Rolls: clerk (Camberwell North, 1931); public servant (Auburn, 1936-1937); RAAF (St Kilda North, 1943); civil servant (Auburn, 1949); clerk (Deepdene, 1954; Camberwell North, 1963-1968) * [[/Alan Weymouth Brown|Brown, Alan Weymouth]] [https://www.familysearch.org/tree/person/details/GSKH-1N5] - 1902(Tas)-1938(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Listeners' League, Hobart (assistant secretary); witness to Royal Commission 1927 (as Assistant Secretary, Listeners' League, Hobart, Tas) - Electoral Rolls: electrician (Hobart South, 1936-1937) * [[/Alfred Louis Brown|Brown, Alfred Louis]] [https://www.familysearch.org/tree/person/details/LYQV-4SS] - 1885(Eng)-1971(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as general manager, 5CL, SA) - Electoral Rolls: instrument maker (Claremont, WA, 1910); optician (Applecross, 1916-1917); director (Kew, Vic, 1926); engineer (Cottesloe, 1936-1937) * [[/Bruce Kevin Brown|Brown, Bruce Kevin]] [https://www.familysearch.org/tree/person/details/G6S4-CV1] - 1920(Tas)-1984(NSW) - Licences: 7QZ Launceston (1937-1939); 2AQZ Sydney (Meadowbank, 1954-1969; Annangrove, 1975-1980+) - Qualifications: cc; AOCP 1942, 1937, No. ?? in Tas; BOCP 303, 1940; 1COCP 492, 1941; TVOCP 1014, 1968 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: laboratory assistant (Meadowbank, 1943-1968); technician (Annangrove, 1972-1980) * [[/Clarence Roy Brown|Brown, Clarence Roy]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - founder of 5KA Class B Adelaide; witness to Royal Commission 1927 (as manager, 5KA, SA) - Electoral Rolls: * [[/Clifford Walter Brown|Brown, Clifford Walter]] [https://www.familysearch.org/tree/person/details/LCV5-M8M] - 1906(WA)-1991(WA) - Licences: 6CB Perth (Subiaco, 1930-1939) - Qualifications: cc; AOCP 640, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Subiaco, 1931-1937); traveller (Nedlands, 1943-1963); business manager (Wembley, 1968); manager (Morley, 1972; Dianella, 1977-1980) * [[/Frank Makepeace Brown|Brown, Frank Makepeace]] [https://www.familysearch.org/tree/person/details/G8H5-2M5] - 1911(WA)-2006(WA) - Licences: 6FB Mullewa (1939; 1946-1948); 6FB Bassendean (1954-1960); 6FB Perth (Doubleview, 1965-1969; Rossmoyne, 1975) - Qualifications: AOCP 2375, 1939, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telephone mechanic (Northam, 1936; Bassendean, 1943); civil servant (Mullewa, 1949); telephone technician (Bassendean, 1954-1963); civil servant (Doubleview, 1968-1972); telephone technician (Rossmoyne, 1977-1980) * [[/George D. Brown|Brown, George D.]] [https://www.familysearch.org/tree/person/details/GXCQ-JFD] - 1875(???)-19??(???) - Licences: 4DB Brisbane (Ascot, Qld, 1937-1939) - Qualifications: cc; AOCP 1970, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous GBs - Electoral Rolls: Nil yet identified * [[/Harry Percy Brown|Brown, Harry Percy "Horsepower", "Poo Bah"]] [https://www.familysearch.org/tree/person/details/L1R8-R1W] - 1878(Eng)-1967(NSW) - senior federal public servant (Director-General, Posts and Telegraphs); witness to Royal Commission 1927 (as Secretary, PMGD) - Links: [[w:Harry Brown (public servant)|Wikipedia]]; [https://adb.anu.edu.au/biography/brown-sir-harry-percy-5384 ADB]; [https://telegramsaustralia.com/Forms/Special%20developments/People/Brown.html Telegrams Australia] * [[/Hector Mervyn Brown|Brown, Hector Mervyn]] [https://www.familysearch.org/tree/person/details/G9TY-HSC] - 1906(NSW)-1961(SA) - Licences: 5MB Adelaide (Torrensville, 1927-1928; Southwark, 1931-1933, 1946-1948) - Qualifications: AOCP 345, 1927, No. ?? in SA; 2COCP 402 1932; 1COCP 333, 1933) - amateur operator, amateur broadcaster, broadcast engineer (2BH, 1937), PMGD SA (mechanic, retired 1940) - Electoral Rolls: radio engineer (Broken Hill, 1937), engineer (Thebarton, 1941-1943) * [[/Herbert George Brown|Brown, Herbert George "Harry"]] [https://www.familysearch.org/tree/person/details/L5BH-NGV] - 1887(Eng)-1966(Qld) - Licences: 4BH Booval (1928-1930); 4HG Booval (1931); 4HG Ipswich (1937-1939, 1946-1956); 4BH Brisbane (Graceville, 1965) - Qualifications: cc; AOCP 455, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (Ipswich); railways employee - Callsign: withdrawn for 4BH Brisbane - Electoral Rolls: labourer (Ipswich, Qld, 1925; Redbank, Qld, 1929) * [[/Herbert Rufus Brown|Brown, Herbert Rufus]] [https://www.familysearch.org/tree/person/details/K2HL-T23] - 1894(Vic)-1980(Vic) - Licences: 3NN Receive Yanac (1923); 3NN Yanac (1924-1980) - Qualifications: cc; AOCP 271, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Yanac, 1919-1977) * [[/J. R. Brown|Brown, J. R.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Southport (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James McGladdery Brown|Brown, James McGladdery]] [https://www.familysearch.org/tree/person/details/GW18-TCK] - 1882(Qld)-1965(Qld) - Licences: 4BJ Aramac (1929-1933); 4BJ Rockhampton (1937); 4BJ Bundaberg (1947-1965) - Qualifications: AOCP 480, 1929, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: porter (Rockhampton, 1905); station master (Finch Hatton, 1913); labourer (Mackay, 1919); motor car proprietor (Baralaba, Mt Morgan, 1925); guard (Aramac, 1928-1937); retired (Maryborough, 1954-1963; Ascot, 1963) - Relationships: father of Victor James Caldwell Brown, the likely actual amateur operator * [[/John Henry Shadwell Brown|Brown, John Henry Shadwell]] [https://www.familysearch.org/tree/person/details/GDJL-7M4] - 1897(NSW)-1959(NSW) - Licences: 2JK Sydney (Botany, 1925-1939) - Qualifications: cc; CPRT 926, 1926; 1COCP 154, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Botany, 1930-1958) * [[/Joseph Brown|Brown, Joseph "Joe"]] [https://www.familysearch.org/tree/person/details/GQH2-YSM] - 1916(Tas)-1990(Tas) - Licences: 7BJ Hobart (Battery Point, 1934-1939; New Town, 1946-1980+) - Qualifications: cc; AOCP 1255, 1934, No. ?? in Tas; BOCP 5, 1936 - amateur operator; amateur broadcaster; broadcast engineer (7ZL, Hobart TV); public servant (PMGD) - Electoral Rolls: radio operator (Battery Point, 1936-1937); civil servant (New Town, 1943-1972) * [[/Leonard Austin Brown|Brown, Leonard Austin]] [https://www.familysearch.org/tree/person/details/GX21-FFX] - 1915(Vic)-1957(SA) - Licences: 3OP Melbourne (Camberwell, 1931-1933); 5OP Adelaide (Eastwood, 1937-1939) - Qualifications: cc; AOCP 814, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Camberwell, Vic, 1936; Eastwood, SA, 1939; Unley Park, SA, 1941) * [[/Robert Brown|Brown, Robert]] - 19??(???)-19??(???) - Licences: Receive Hobart (Moonah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart Central, 1919; Moonah, 1928); fitter (Hobart North, 1958) * [[/Victor James Caldwell Brown|Brown, Victor James Caldwell]] [https://www.familysearch.org/tree/person/details/LBKS-2T7] - 1907(Qld)-1983(Qld) - Licences: Nil yet identified, but likely those in father's name - Qualifications: Nil yet identified, but likely those in father's name - amateur operator? - Electoral Rolls: wardsman (Aramac, 1928); guard (Aramac, 1930); baker (Rockhampton, 1936); radio mechanic (Barcaldine, 1943; Bundaberg, 1949-1963) - Relationships: son of James McGladdery Brown - note electoral roll addresses for Victor James precisely align with 4BJ addresses whereas those for James McGladdery do not * [[/William Francis Brown|Brown, William Francis]] [https://www.familysearch.org/tree/person/details/G8VB-4DL] - 1914(Vic)-19??(???) - Licences: 3BB Warrnambool (1930-1933); 3BB Melbourne (Richmond, 1937); 9BB Wau, New Guinea (1938); 2ANP Sydney (Bundeena, 1947) - Qualifications: AOCP 704, 1930, Vic; 2COCP 92, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Richmond, 1937) - Comment: many contemporaneous WFBs ===''BROWNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Vincent Browne|Browne, Robert John Vincent]] [https://www.familysearch.org/tree/person/details/GSLZ-BY6] - 1907(Qld)-1972(Qld) - Licences: 4RB Brisbane (Toowong, 1925-1939; New Farm, 1946-1956; Dorrington, 1960-1969) - Qualifications: cc; AOCP 92, 1925, No. 10 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Toowong, 1936-1937); mechanic (Clevedon, 4QN, 1943); technician (New Farm, 1949-1954); teacher (Dorrington, 1958-1968) ===''BROWNLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Frank Brownless|Brownless, Sidney Frank "Frank"]] [https://www.familysearch.org/tree/person/details/G8HD-M5S] - 1915(Eng)-1995(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD); military (WW2, RAF, radar research); clubs & societies (IREE); author ("The Sharing of Television Channels", ABCB, 1973 - Electoral Rolls: engineer (Albert Park, 1954-1980) ===''BRUCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Bruce|Bruce, George William]] [https://www.familysearch.org/tree/person/details/GXPX-XN9] - 1913(SA)-1980(SA) - Licences: 5GB Adelaide (Prospect, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1925, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Arthur Bruce|Bruce, Robert Arthur]] [https://www.familysearch.org/tree/person/details/LR18-SKL] - 1900(SA)-1971(SA) - Licences: Receive Adelaide (City, 1923-1924); 5BJ Adelaide (Glenelg, 1927-1939) - Qualifications: cc; AOCP 357, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glenelg, 1939-1943) * [[/Robert William Bruce|Bruce, Robert William]] [https://www.familysearch.org/tree/person/details/GZTC-Z1J] - 1899(Vic)-1971(Vic) - Licences: 3JW Melbourne (St Kilda, 1926-1928; East Malvern, 1931-1939) - Qualifications: AOCP 283, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda East, 1926; Malvern East, 1931-1967) ===''BRUNSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Thomas Brunsden|Brunsden, Herbert Thomas]] [https://www.familysearch.org/tree/person/details/G8NR-JJR] - 1909(NSW)-1942(NSW) - Licences: 2BX Sydney (Leichhardt, 1930-1939) - Qualifications: AOCP 649, 1930, NSW; AOLCP 258, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Leichhardt, 1930-1937) - Comment: Gone too soon ===''BRYCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ramsay Auld Bryce|Bryce, Ramsay Auld]] [https://www.familysearch.org/tree/person/details/GH9T-FL2] - 1914(Qld)-1974(Qld) - Licences: 4AB Ipswich (1937-1939, 1947-1948); 4AB Gold Coast (Palm Beach, 1954-1969); 4AC Portable Ipswich (1947-1956) - Qualifications: cc; AOCP 1935, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (North Ipswich, Qld, 1937); radio serviceman (North Ipswich, Qld, 1943); theatre proprietor (Palm Beach, Qld, 1949); showman (Palm Beach, Qld, 1954-1958); projectionist (Palm Beach, Qld, 1963-1972) ===''BRYSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royal William Bryson|Bryson, Royal William "Roy"]] [https://www.familysearch.org/tree/person/details/GZ9P-5KJ] - 1886(Vic)-1956(Vic) - Licences: XJJ Melbourne (Richmond, 1913); 3JM Receive Melbourne (Kew, 1922-1923); 3JM Melbourne (Kew, 1924-1933) - Qualifications: cc; AOCP 50, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; honorary radio inspector - Electoral Rolls: mechanic (Richmond, 1914-1916); electrical fitter (Kew, 1919-1937); electrician (Croydon, 1943-1954) ===''BUCHANAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thomas Oswald Buchanan|Buchanan, Norman Thomas Oswald]] [https://www.familysearch.org/tree/person/details/G84K-B7C] - 1912(Qld)-1985(Vic) - Licences: 2NB Sydney (Manly, 1928-1939); 2ANB Sydney (Bondi, 1948; Kingsford, 1950); 3AND Melbourne (Ascot Vale, 1954; Rosanna, 1955-1956) - Qualifications: AOCP 466, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Manly, 1934-1935); sound engineer (Manly, 1936); engineer (North Sydney, 1943; Heidelberg, 1954-1963; Rosanna, 1968; Heidelberg, 1972; Rosanna, 1977); retired (Castlemaine, 1980) ===''BUCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hector Buck|Buck, Albert Hector]] [https://www.familysearch.org/tree/person/details/LDQJ-PC3] - 1905(Vic)-1948(Vic) - Licences: 3TM Receive Melbourne (Albert Park, 1923); 3TM Melbourne (Glenhuntly, 1924-1926; Glenferrie, 1927; East Preston, 1931; Hawthorn, 1933-1937); 3TM Terang (1938-1939); 3TM Shepparton (1946-1947) - Qualifications: cc; AOCP 138, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: father of 3ZMX & 3AAD Edwin David Buck, don't confuse with Albert Thomas Buck (Qld) - Electoral Rolls: electrician (Glenferrie, 1927-1928); mechanic (Glenferrie, 1931; Hawthorn, 1937); electrician (Terang, 1943) * [[/Albert Thomas Buck|Buck, Albert Thomas]] [https://www.familysearch.org/tree/person/details/9Z9K-CXG] - 1892(Eng)-1973(Eng) - Licences: 4CW Receive Brisbane (Geebung, 1923); 4CW Brisbane (Geebung, 1924-1927) - Qualifications: cc; AOCP 281, 1926, No. 24 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: home duties (Kedron, 1931-1934); wireless mechanic (Summer Hill, 1933) - don't confuse with 3TM Albert Hector Buck * [[/Edwin David Buck|Buck, Edwin David]] [https://www.familysearch.org/tree/person/details/GZNC-4JQ] - 1929(Vic)-2010(Vic) - 3ZMX Melbourne (Thornbury, 1965-1969, 3AAD Melbourne (Thornbury, 1975-1980), amateur operator (AOCP ??, 19??, No. ?? in Vic), son of 3TM Albert Hector Buck ===''BUCKERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Roy Buckerfield|Buckerfield, Sidney Roy "Buck" & "Roy"]] [https://www.familysearch.org/tree/person/details/GCGS-S7N] - 1904(SA)-1965(SA) - Licences: 5DA Receive Adelaide (Parkside, 1923); 5DA Adelaide (Parkside, 1924-1927; Evandale, 1928-1931; Knoxville, 1933-1939; St Morris, 1947-1948+); 5DA Crystal Brook (1954-1956); 5DA Adelaide (Brighton Gardens, 1960+) - Qualifications: cc; AOCP 32, 1924, No. ?? in SA; 2COCP 163, 1938; 1COCP 1557, 1950 - amateur operator; amateur broadcaster; broadcast engineer (5DN, 5CK, 5DR, 5AN, 5ABCFM); public servant (PMGD); WW2 - Electoral Rolls: mechanic (Knoxville, 1939) ===''BUCKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Carson Buckie|Buckie, Alan Carson]] [https://www.familysearch.org/tree/person/details/GFQ6-8QC] - 1909(WA)-1966(WA) - Licences: 6AB Perth (Nedlands, 1936-1939; Claremont, 1947-1948; Dalkeith, 1965) - Qualifications: cc; AOCP 1682, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1931); radio engineer (Nedlands, WA, 1943-1963) ===''BUGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Robert Bugg|Bugg, Charles Robert]] [https://www.familysearch.org/tree/person/details/G82G-Q8K] - 1918(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: BOCP 11, 1936, Vic - - Electoral Rolls: radio engineer (Geelong, 1942) ===''BUILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Builder|Builder, Geoffrey]] [https://www.familysearch.org/tree/person/details/GM6S-FBL] - 1906(WA)-1960(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - physicist; radio engineer; WW2 - Electoral Rolls: observer (Magnetic Observatory, Watheroo, 1931; physicist (Haberfield, 1935; Ashfield, 1937; Burwood, NSW, 1943-1958) - [https://adb.anu.edu.au/biography/builder-geoffrey-9617 ADB] ===''BULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Bull|Bull, Francis George]] [https://www.familysearch.org/tree/person/details/LB9W-CFP] - 1904(Eng)-1965(Qld) - Licences: 4MA Brisbane (Fairfield, 1936-1939) - Qualifications: cc; AOCP 1674, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Stones Corner, Qld, 1926-1928; Highgate Hill, Qld, 1934; Fairfield, Qld, 1937; Annerley, Qld, 1943-1958); military forces (Wellers Hill, Qld, 1963) * [[/J. F. Bull|Bull, J. F.]] - 19??(???)-19??(???) - 4FH Mackay (-1949-1967+), amateur operator (AOCP ??, 19??, No. ?? in Qld), associate member I.R.E. Aust. ===''BULLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Bulling|Bulling, William John]] [https://www.familysearch.org/tree/person/details/L4Y9-S95] - 1914(SA)-2000(SA) - Licences: 5KX Adelaide (Grange, 1935-1939; Kirkcaldy, 1947-1954; Kings Park, 1955-1975); 5KX Wasleys (1980+) - Qualifications: cc; AOCP 1527, 1935, SA; BOCP 166, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Kirkcaldy, 1939-1943) ===''BULLIVANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Bullivant|Bullivant, William Norman]] [https://www.familysearch.org/tree/person/details/GZJK-X8B] - 1908(NSW)-1985(NSW) - 2PR Receive Albury (1923-1924), 2WB Albury (1925-1930), 2WB West Wyalong (1931-1934), 2BC Sydney (Bondi, 1946-1950; Bellevue Hill, 1954-1969; Kingsford, 1975-1980+), amateur operator (AOCP 167, 1925, No. ?? in NSW; 1COCP 319, 1940), amateur broadcaster, postal clerk (West Wyalong, 1932), telegraphist (Bondi, 1943), supervisor (Waverley, 1954; Bellevue Hill, 1963; Kingsford, 1980)) ===''BULLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Frederick Wright Bullock|Bullock, Albert Frederick Wright "Bert"]] [https://www.familysearch.org/tree/person/details/GX4K-44G] - 1900(Qld)-1987(Qld) - Licences: 4ZX Brisbane (Coorparoo, 1933-1939, 1946-1954; Camp Hill, 1955-1960) - Qualifications: cc; AOCP 1109, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: ironworker (East Brisbane, Qld, 1925); storeman (Coorparoo, Qld, 1936-1954); retired (Coorparoo, Qld, 1958-1980) ===''BUNTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Bunton|Bunton, George Henry]] [https://www.familysearch.org/tree/person/details/MGWV-YFR] - 1872(Eng)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, Mosman, NSW) - Electoral Rolls: butcher (Mosman, 1930-1954) ===''BURBIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Arthur Burbidge|Burbidge, Philip Arthur]] [https://www.familysearch.org/tree/person/details/G8HM-7JL] - 1910(Eng)-1948(NSW) - Licences: 3PB Melbourne (Moonee Ponds, 1928-1931); 2PB Sydney (Bellevue Hill, 1946-1947) - Qualifications: AOCP 456, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant manager (Camberwell, 1934); manager (Bellevue Hill, 1943) ===''BURBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Alfred Burbury|Burbury, Eric Alfred]] - 1894(Tas)-1976(NSW) - early wireless experimenter (Tasmania, unlicensed?), ship wireless operator (1910s), broadcast engineer (AWA, Koo-we-rup; 2FC, chief engineer), brother of Harry Keith Burbury * [[/Harry Keith Burbury|Burbury, Harry Keith "Keith"]] - 1897(Tas)-1986(NSW) - engineer (PMGD), brother of Eric Alfred Burbury ===''BURCHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Burchill|Burchill, Charles]] [https://www.familysearch.org/tree/person/details/GXXD-8PF] - 1894(Qld)-1969(NSW) - Licences: 4EM Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (Hendra, Qld, 1925; Surry Hills, NSW, 1930); fitter (Long Bay Camp, NSW, 1933; Surry Hills, NSW, 1934-1936; Harbord, NSW, 1937); watchman (Maroubra, NSW, 1943-1949) ===''BURFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Patrick Burford|Burford, Walter Patrick]] [https://www.familysearch.org/tree/person/details/GHM2-CD9] - 1912(SA)-1960(Vic) - Licences: 5PB Naracoorte (1934-1939, 1947-1960) - Qualifications: cc; AOCP 1365, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, SA, 1939-1943) ===''BURGESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Thomas Burgess|Burgess, George Thomas]] [https://www.familysearch.org/tree/person/details/G8W5-N95] - 1913(SA)-1994(SA) - Licences: 5GC Adelaide (Prospect, 1933-1939; Henley Beach, 1947-1980+) - Qualifications: cc; AOCP 1233, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Henley, SA, 1941-1943) * [[/Thomas William Watkins Burgess|Burgess, Thomas William Watkins]] [https://www.familysearch.org/tree/person/details/LDZP-X1R] - 1861(NSW)-1929(NSW) - Licences: XDA Wagga Wagga (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: medical practitioner (Wagga Wagga, 1901-1903) ===''BURGOYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Burgoyne|Burgoyne, Francis James]] [https://www.familysearch.org/tree/person/details/GXQN-1VS] - 1876(Wales)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (VIY, 1913-?); RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: officer-in-charge (Radio Station, South Townsville, 1919); postmaster (Concord, 1930); public servant (Homebush, 1930); postmaster (Homebush, 1933; Strathfield, 1935; Inverell, 1936; Bondi North, 1943) ===''BURING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rudolph Buring|Buring, Rudolph]] [https://www.familysearch.org/tree/person/details/L51C-YVT] - 1906(Tas)-1973(Vic) - Licences: 7AX Receive Hobart (1922-1923); Receive Hobart (1923-1924); 7RB Hobart (1925-1933); 3RB Melbourne (Ballarat, 1935-1939) - Qualifications: cc; AOCP 102, 1925, No. ?? in Tas; AOLCP 166, 1934 - amateur operator; amateur broadcaster; electronics engineer (PMGD) - Electoral Rolls: university demonstrator (Hobart, 1928); radio engineer (Sale, 1936; Ballarat, 1936-1937); engineer (Kew, 1943-1972) ===''BURMESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Conrad Burmester|Burmester, Otto Conrad]] [https://www.familysearch.org/tree/person/details/GXWN-7VX] - 1909(Qld)-1997(Qld) - Licences: 4OB Brisbane (East Brisbane, 1933) - Qualifications: cc; AOCP 1158, 1933, No. ?? in Qld; 2COCP 31, 1935; 1COCP 46, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: broadcaster (Toowong, Qld, 1943); PMG technician (East Brisbane, Qld, 1949-1980) ===''BURNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud Edward James Burns|Burns, Claud Edward James]] [https://www.familysearch.org/tree/person/details/KCLY-P7V] - 1893(Qld)-1978(Qld) - Licences: 4ZY Kingaroy (1932-1939); 4ZY Innisfail (1946-1947); 4ZY Cairns (1948-1975) - Qualifications: cc; AOCP 996, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: supervising technician (Cairns, Qld, 1954-1977) ===''BURRAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Allan Burrage|Burrage, John Allan]] [https://www.familysearch.org/tree/person/details/KCW4-SLS] - 1916(Vic)-1942(Ins) - Licences: 3UW Melbourne (Deepdene, 1934-1937), 3UW (Shepparton, 1938-1939) - Qualifications: AOCP 1322, 1934, No. ?? in Vic; BOCP 59, 1936; 1COCP 291, 1939 - amateur operator, amateur broadcaster, broadcast engineer (3SR), WW2 - Electoral Rolls: radio engineer (Shepparton, 1942) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/burrage-john-allan-400643/] ===''BURROWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Owen Burrows|Burrows, Alan Owen]] [https://www.familysearch.org/tree/person/details/KNZG-V74] - 1901(NSW)-1933(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio correspondent (Sydney Morning Herald, Sydney Sun); proprietor Miss F. V. Wallace (Wireless Shop), 1927-1933; president Waverley Radio Club - Electoral Rolls: radio dealer (Waverley, 1930-1933) - Comment: Gone too soon * [[/Ernest Walter Burrows|Burrows, Ernest Walter]] [https://www.familysearch.org/tree/person/details/LZDY-YQ8] - 1900(WA)-1986(NSW) - Licences: 6DZ Geraldton (1924-1927); 2DZ Sydney (Concord, 1929-1930) - Qualifications: cc; CPRT 659, 1921; 1COCP 5, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: technical assistant (Canterbury, NSW, 1937-1949; Earlwood, 1954-1980) * [[/Frederick Harold Burrows|Burrows, Frederick Harold]] [https://www.familysearch.org/tree/person/details/LZDY-TKH] - 1894(Eng)-1974(WA) - Licences: 6BH Perth (Claremont, 1922-1924); 6BH Kalgoorlie (1925-1927); 6BF Perth (Beverley, 1937-1939) - Qualifications: cc; AOCP 193, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgoorlie, 1916; Claremont, 1922; Kalgoorlie, 1925); headmaster (Beverley, 1937; Subiaco, 1943-1958); retired (Subiaco, 1963-1972) * [[/John Charles Fry Burrows|Burrows, John Charles Fry]] [https://www.familysearch.org/tree/person/details/GDKZ-LJ8] - 1897(Vic)-1981(Vic) - Licences: XJCD Melbourne (Kew, 1913-1914) - Qualifications: cc; CPRT 251, 1916 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: no occupation (Kew, 1919-1931); representative (Bairnsdale, 1934); commercial (Kew, 1936-1937); superintendent (Caulfield, 1943-1954); manager (Toorak, 1963-1980) ===''BURTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Reg Burton|Burton, Arthur Reg]] [https://www.familysearch.org/tree/person/details/GXCC-3HM] - 1899(Eng)-1982(Qld) - Licences: 4FE Brisbane (South Brisbane, 1935-1936; City, 1937-1939; Highgate Hill, 1946-1948); 1FE Heard Island (1954-1955); 4FE Thursday Island (1955-1956); 4FE Normanton (1960); 4FE Labrador (1965-1980+) - Qualifications: cc; AOCP 1563, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, AIF); broadcast technician; federal public servant (PMGD) - Relationships: Likely father of 4BM Arthur Henry Burton - Electoral Rolls: artist (Lutwyche, Qld, 1921); picture showman (Beenleigh, Qld, 1922-1926); motor engineer (Kangaroo Point, Qld, 1931-1934; South Brisbane, Qld, 1937); radio engineer (South Brisbane, Qld, 1943); diesel engineer (Highgate Hill, Qld, 1949-1954); technician (Highgate Hill, Qld, 1958); retired (Labrador, Qld, 1968-1980) ===''BUSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Talbot Busch|Busch, Reginald Talbot]] [https://www.familysearch.org/tree/person/details/GZJ3-2P7] - 1907(Vic)-2005(Vic) - Licences: 3LS Receive Melbourne (Essendon, 1923); 3LS Melbourne (Moonee Ponds, 1923-1939; North Essendon, 1946-1969; Strathmore, 1975-1980+) - Qualifications: cc; AOCP 157, 1925, No. ?? in Vic; AOLCP 286, 1936; 1AOCP 3, 1946 - amateur operator; amateur broadcaster; research engineer (1942) - Electoral Rolls: engineer (Moonee Ponds, 1931-1937); research engineer (Essendon, 1942-1968); research (Strathmore, 1972-1977) ===''BUSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Melville Bush|Bush, Albert Melville]] [https://www.familysearch.org/tree/person/details/LBB7-DFN] - 1893(Vic)-1964(Vic) - 3YY Bendigo (1924-1927) - Qualifications: cc; AOCP 197, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: dental apprentice (Bendigo, 1914-1919); dentist (Bendigo, 1922-1963) ===''BUSHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Robert William Bushby|Bushby, Thomas Robert William]] [https://www.familysearch.org/tree/person/details/K2G5-KTN] - 1900(Eng)-1978(NSW) - Licences: 2TW Bulli (1927-1928); 2TW Sydney (Gladesville, 1929; Hunters Hill, 1930; Gladesville, 1931-1933; Rose Bay, 1934; Bondi North, 1935-1937; Bellevue Hill, 1938-1939) - Qualifications: AOCP 368, 1927, No. ?? in NSW; AOLCP 32, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hunters Hill, 1930; Gladesville, 1933); engineer (Rose Bay, 1934; Bellevue Hill, 1935; Bondi, 1936-1937; Kingsgrove, 1943-1954); radio engineer (Bexley, 1958-1963) ===''BUTCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Butcher|Butcher, Eric William]] [https://www.familysearch.org/tree/person/details/GXWG-77S] - 1912(Qld)-1970(Qld) - Licences: 4EB Brisbane (Lutwyche, 1931-1933; Kedron, 1938-1939) - Qualifications: cc; AOCP 871, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Kedron, Qld, 1936-1937); teacher (Grange, Qld, 1949; Wavell Heights, Qld, 1958-1968) ===''BUTLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lloyd Butler|Butler, Alfred Lloyd "Lloyd"]] - Licences: 5BR Adelaide (Prospect, 1947); 5BR Murray Bridge (1948-1960); 5BR Adelaide (Panorama, 1965-1980+) - Qualifications: AOCP; BOCP; TVOCP - amateur operator; historian (SA amateur, SA broadcast) - Electoral Rolls: - Links: [http://users.tpg.com.au/ldbutler/index.htm Web] * [[/Richard Edmund Butler|Butler, Richard Edmund "Dick"]] [https://www.familysearch.org/tree/person/details/GQX1-ZPZ] - 1926(Vic)-2012(Vic) - Senior federal public servant (PMGD), Deputy General Secretary ITU 1983-1989, Secretary General ITU 1983-1989 [https://www.itu.int/en/history/Pages/ElectedOfficialBio.aspx?off=6] ===''BUTLER-WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bertie Saywell Butler-Wood|Butler-Wood, Bertie Saywell]] [https://www.familysearch.org/tree/person/details/GXJ2-18J] - 1894(NSW)-1954(Qld) - Licences: 4EJ Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (West End, Qld, 1919-1925); dentist (West End, Qld, 1943-1954) ===''BUTTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Butterfield|Butterfield, George William]] [https://www.familysearch.org/tree/person/details/L77T-FCW] - 1903(Eng)-1980(WA) - Licences: 6GW Perth (South Perth, 1932-1939) - Qualifications: cc; AOCP 906, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: dental mechanic (Northam, WA, 1925; South Perth, WA, 1931); radio engineer (South Perth, WA, 1936-1958); retired (South Perth, WA, 1977) ===''BUTTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Butters|Butters, William Leslie W.]] [https://www.familysearch.org/tree/person/details/2VQ7-BSV] - 1885(NSW)-1953(NSW) - Licences: 2WY Bermagui South (1928-1935); 2WY Sydney (Brooklyn, 1936-1938; Cronulla, 1939; Karuah, 1946-1947); 2WY Nambucca Heads (1948-1950) - Qualifications: AOCP 464, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: fisheries inspector (Bermagui South, 1930; Brooklyn, 1936); clerk (Erskineville, 1943); retired (Nambucca Heads, 1949) ===''BUTTERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Butterworth|Butterworth, Cecil]] [https://www.familysearch.org/tree/person/details/GMLR-QDG] - 1910(NSW)-1990(NSW) - Licences: 2CB Wallsend (1929-1930); 2BU Wallsend (1931-1939, 1946-1980+) - Qualifications: AOCP 540, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Wallsend, 1936-1958); manufacturer (Wallsend, 1963-1972); engineer (Rankin Park, 1977-1980) ===''BUZACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Hardie Buzacott|Buzacott, Albert Hardie "Hardie"]] [https://www.familysearch.org/tree/person/details/L7YK-QZ6] - 1914(Qld)-1984(Qld) - Licences: 4UZ Toowoomba (1934-1939) - Qualifications: cc; AOCP 1242, 1934, No. ?? in Qld; AOLCP 260, 1935 - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio mechanic (East Toowoomba, Qld, 1936-1937); radio operator (East Toowoomba, Qld, 1943-1949); manager (Roma, Qld, 1949; Gympie, Qld, 1954-1972; Caloundra, Qld, 1977-1980) * [[/Richard Norman Buzacott|Buzacott, Richard Norman]] [https://www.familysearch.org/tree/person/details/GZ82-8ZL] - 1909(WA)-1975(Vic) - Licences: 3RB Melbourne (Elsternwick, 1926; Burwood, 1931; Camberwell, 1933); 2TD Sydney (North Sydney, 1935-1936); 3TD Lubeck (1938-1939); 3TD Melbourne (Balwyn, 1946-1960); 3AUB Melbourne (Reservoir, 1969-1975) - Qualifications: AOCP 298, 1926, No. ?? in Vic; 1COCP 61, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1931); broadcast engineer (North Sydney, 1934-1935); engineer (Camaray, NSW, 1936); broadcast engineer (Lubeck, 1937); wireless operator (Canterbury, 1943); technician (Canterbury, 1949-1954); engineer (Reservoir, 1963-1972) =='''C'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''CAGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cagney|Cagney, Eric William]] [https://www.familysearch.org/tree/person/details/GXH2-9HV] - 1909(Qld)-1990(Qld) - Licences: 4EC Rockhampton (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1386, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Palings, piano tuner); associate I.R.E. Aust - Electoral Rolls: musical instrument worker (Rockhampton, Qld, 1931-1980) ===''CAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Cain|Cain, James Henry]] [https://www.familysearch.org/tree/person/details/MKN2-48M] - 1866(Isle of Man)-1940(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a/g superintendent, Central Mission, Wesley Church, Melbourne, Vic) - Electoral Rolls: clergyman (Mooroopna, 1903; North Melbourne, 1909-1913; Carlton, 1914-1919; Glenferrie, 1921-1924; Auburn, 1924-1927; Kew, 1928-1937) ===''CALDECOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry William Spencer Caldecott|Caldecott, Henry William Spencer]] [https://www.familysearch.org/tree/person/details/GZT8-K3M] - 1908(Canada)-1991(NSW) - Licences: 2SM Sydney (Manly, 1926-1927; Chatswood, 1928-1929; Manly, 1930-1931); 2DA Sydney (Manly, 1933-1939; Balgowlah, 1946-1980+) - Qualifications: AOCP 285, 1926, No. ?? in NSW; AOLCP 58, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Balgowlah, 1930-1968); engineer (Balgowlah, 1977-1980)- callsign 2SM withdrawn by PMGD for allocation to 2SM commercial broadcaster ===''CALDWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aleck Stewart Caldwell|Caldwell, Aleck Stewart]] [https://www.familysearch.org/tree/person/details/M5SS-6BB] - 1903(SA)-1983(SA) - Licences: Receive Adelaide (Unley North, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: During 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Donald Pavy Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: draftsman (Black Forest, SA, 1939); assistant (Erindale, SA, 1941-1943) * [[/Donald Pavy Caldwell|Caldwell, Donald Pavy]] [https://www.familysearch.org/tree/person/details/LVC2-5NT] - 1907(SA)-1959(NSW) - Licences: Nil yet identified - Qualifications: cc; AOCP 29, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Comment: amateur broadcaster but never held licence in his name, during 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Aleck Stewart Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: telegraphist (Clapham, SA, 1939-1943) * [[/Frank David Caldwell|Caldwell, Frank David]] [https://www.familysearch.org/tree/person/details/G8DV-FQ9] - 1907(NSW)-1975(NSW) - Licences: 2YF Sydney (Bondi, 1930-1936; Concord, 1937; Bondi, 1938-1939; Waverley, 1946-1969); 2YF Katoomba (1975) - Qualifications: AOCP 587, 1930, No. ?? in NSW; 3COCP 404, 1938; BOCP 186, 1938 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: employee Clyde Engineering Works (Burwood, 1930); mechanic (Bondi, 1936-1937; Waverley, 1949-1958; Bronte, 1963-1968) * [[/Robert Ballantyne Caldwell|Caldwell, Robert Ballantyne]] [https://www.familysearch.org/tree/person/details/2ZSH-LYB] - 1869(SA)-1942(SA) - Licences: 5BP Adelaide (Unley, 1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: father of Aleck Stewart Caldwell & Donald Pavy Caldwell; brother of William Alexander Caldwell - Electoral Rolls: resident engineer (North Unley, SA, 1939-1941) * [[/Rupert Christian Caldwell|Caldwell, Rupert Christian]] [https://www.familysearch.org/tree/person/details/G8W3-897] - 1893(Vic)-1989(NSW) - Licences: 2YW Receive Sydney (Leichhardt, 1923-1924); 2JO Sydney (Bondi Junction, 1928; Waverley, 1929-1933; Woollahra, 1934-1937; Bondi, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 415, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: traveller (Waverley, 1930-1933; Woollahra, 1934-1936; Bondi Beach, 1937-1968); retired (Waverley, 1972; Bondi Beach, 1977; Malabar, 1980) * [[/William Alexander Caldwell|Caldwell, William Alexander]] [https://www.familysearch.org/tree/person/details/K8Y4-P92] - 1881(SA)-1964(SA) - Licences: 5DI Receive Adelaide (Unley, 1923); 5BO Adelaide (Unley, 1923); 5BP Adelaide (Unley, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: brother of Robert Ballantyne Caldwell; uncle of Aleck Stewart Caldwell & Donald Pavy Caldwell - Electoral Rolls: nil (Glenelg, SA, 1939-1943) ===''CALETTI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guido Caletti|Caletti, Guido "Jim"]] [https://www.familysearch.org/tree/person/details/G841-NV5] - 1900(NSW)-1952(NSW) - Licences: 2CL Receive Sydney (Leichhardt, 1922; Newtown, 1922); 2CL Sydney (Newtown, 1923; Redfern, 1924; Annandale, 1924-1926; Punchbowl, 1927-1929; Penrose, 1930); 2AHV Sydney (Hurstville, 1938-1939, 1946-1950) - Qualifications: cc; CPRTelephony 649, 1921 - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Punchbowl, 1930); mechanic (Bankstown, 1933); telephone mechanic (Hurstville, 1937-1949) ===''CALLABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Callaby|Callaby, Clarence James]] [https://www.familysearch.org/tree/person/details/GZBQ-38C] - 1910(NSW)-1978(NSW) - Licences: 2CJ Sydney (Concord, 1929-1934); 3BI Ballarat (1937-1939) - Qualifications: AOCP 546, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: laboratory assistant (Concord, 1933-1935); chemist (Croydon, 1936-1937); industrial chemist (West Ryde, 1943-1958); company director (St Ives, 1963-1968); director (St Ives, 1972-1977) ===''CALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Victor Callick|Callick, Harold Victor]] [https://www.familysearch.org/tree/person/details/GXF4-P45] - 1898(Eng)-1978(Qld) - Licences: Receive Brisbane (Herston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: surgical dresser (Kelvin Grove, Qld, 1921-1925; Herston, Qld, 1937-1963; Alderley, Qld, 1943-1949; Herston, Qld, 1954-1958; Chermside, Qld, 1963); retired (Miami, Qld, 1968-1977) ===''CALLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival James Callow|Callow, Percival James]] [https://www.familysearch.org/tree/person/details/GXFB-TR6] - 1899(Qld)-1969(Qld) - Licences: Receive (Crystal) Brisbane (Albion, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: public servant (Albion, Qld, 1921-1925); clerk (Glen Kedron, Qld, 1934; Kedron, Qld, 1936-1963); retired (Scarborough, Qld, 1968) ===''CAMERON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. R. Cameron|Cameron, A. R.]] - 19??(???)-19??(???) - Licences: 5RC Adelaide (Leabrook, 1931-1938); 2AMK Sydney (Hunters Hill, 1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Milton Cameron|Cameron, Robert Milton]] [https://www.familysearch.org/tree/person/details/GZXL-HDJ] - 1907(Vic)-1985(SA) - Licences: 3OT Receive Melbourne (Malvern, 1923); 3OT Melbourne (Malvern, 1924-1933); 2XV Sydney (Waverton, 1935; Cronulla, 1937-1939); 4CS Brisbane (Doomben, 1947; Archerfield, 1948); 3AC Melbourne (Prahran, 1954-1955; Hawthorn, 1956-1960) - Qualifications: cc; AOCP 112, 1925, No. ?? in Vic; 1COCP 87, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Malvern East, 1931-1934); aeradio operator (Cooktown, 1943); surveyor (Prahran, 1954) ===''CAMPBELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dallas Dwyer Campbell|Campbell, Dallas Dwyer]] - 1901(NSW)-1964(NSW) - 2KU? Receive Ulmarra (1922-23), 2CU Ulmarra (1924-1939), amateur operator (AOCP 5, 1924, No. ?? in NSW), amateur broadcaster * [[/Douglas Gilmore Campbell|Campbell, Douglas Gilmore]] [https://www.familysearch.org/tree/person/details/LJBS-NDD] - 1888(NSW)-1971(NSW) - 2JO Receive Kyogle (1922-1924), 2DG Kyogle (1925-1933), amateur operator (AOCP 70, 1925, No. ?? in NSW), amateur broadcaster * [[/Frank Valentine Campbell|Campbell, Frank Valentine]] [https://www.familysearch.org/tree/person/details/GXZJ-CGN] - 1901(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4GC George Alfred Campbell - Electoral Rolls: wireless expert (South Brisbane, Qld, 1926); mechanic (Kedron, Qld, 1928-1929); electrical engineer (Kedron, Qld, 1934-1954); electrician (Haberfield, NSW, 1958-1963); retired (Beacon Hill, NSW, 1968-1972) * [[/Frederick Alexander Campbell|Campbell, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/KC4J-HG7] - 1849(Sct)-1930(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, South Yarra, Vic) - Electoral Rolls: director (Melbourne, 1903-1913; South Yarra, 1914-1919); chief executive (South Yarra, 1924-1928) * [[/George Alfred Campbell|Campbell, George Alfred]] [https://www.familysearch.org/tree/person/details/GXZJ-C21] - 1894(Eng)-1983(Qld) - Licences: 4GC Brisbane (South Brisbane, 1937-1939, 1947-1960); 4GC Mermaid Beach (1965-1975); 4GC Brisbane (Annerley, 1980+) - Qualifications: cc; AOCP 2014, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Frank Valentine Campbell - Electoral Rolls: electrical engineer (West End, Qld, 1925-1926; South Brisbane, Qld, 1928-1963); retired (Annerley, Qld, 1968-1972; Mermaid Beach, Qld, 1977) * [[/James Campbell|Campbell, James]] - 1845(Sct)-1893(Vic) - proprietor of engineering business in Ballarat, politician in Victoria, Postmaster-General Victoria (Apr 1884 - Feb 1886) * [[/Neville Douglas Campbell|Campbell, Neville Douglas or Douglas Neville]] [https://www.familysearch.org/tree/person/details/G73C-WVG] - 1912(Tas)-2007(Tas) - Licences: 7NC Hobart (City, 1932-1939, 1946-1956; Sandy Bay, 1960-1980) - Qualifications: cc; AOCP 993, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (New Town, 1943; Sandy Bay, 1949-1958) * [[/Robert Campbell|Campbell, Robert]] - 1917(???)-1950(Qld) - Licences: 4RC Brisbane (Kelvin Grove, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1180, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, treasurer, QSL officer) - Comment: numerous contemporaneous RCs - Electoral Rolls: Nile yet identified ===''CANAVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Canavan|Canavan, John]] [https://www.familysearch.org/tree/person/details/GF3D-L6T] - 1914(Eng)-2008(WA) - Licences: 6CN Perth (City, 1936-1939); 6ON Perth (Mt Hawthorn, 1948) - Qualifications: cc; AOCP 1811, 1936, WA; BOCP 109, 1937; 1COCP 618, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (North Perth, WA, 1937; Maylands, WA, 1949; Bayswater, WA, 1954; Port Hedland, WA, 1958; Bayswater, WA, 1963-1980) ===''CANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Fredrick Herrett Cannon|Cannon, Ronald Fredrick or Frederick Herrett]] [https://www.familysearch.org/tree/person/details/G7JW-T6L] - 1913(Tas)-1994(Vic) - Licences: 7RC Wynyard (1932-1939); 3BRC Melbourne (Hawthorn, 1975) - Qualifications: cc; AOCP 946, 1932, No. ?? in Tas; BOCP 97, 1937; 1COCP 473, 1941 - amateur operator; amateur broadcaster; RAAFWR; WW2 - Electoral Rolls: shop assistant (Wynyard, 1936-1937); engineer (St Kilda, 1943); radio technician (Auburn, 1949; Hawthorn, 1954-1967); tv hirer (Hawthorn, 1968-1980) ===''CANSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathan Victor Charles Cansick|Cansick, Nathan Victor Charles]] [https://www.familysearch.org/tree/person/details/LKSJ-CXC] - 1907(Vic)-1968(NSW) - 3VE Receive Melbourne (St Kilda, 1923-1924), 3AK Melbourne (St Kilda, 1925-1931), amateur operator (AOCP 139, 1925, No. ?? in Vic), amateur broadcaster ===''CAREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Carey|Carey, Francis Joseph "Frank"]] - 18??-19?? - X??, 4?? Toowoomba 1911-1914, 1922-1923, 2AMI Sydney (Centennial Park, 1933-1939; North Sydney 1946-1954; Fairfield 1955-1980) - amateur operator (AOCP 1152, 1933, ?? in NSW) , radio club member (QWI), Halcyon: AOCP NSW 1925 * [[/John Thomas Carey|Carey, John Thomas]] [https://www.familysearch.org/tree/person/details/G6Y9-TZ8] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 19, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: wireless operator (St Kilda, 1913; West End, Townsville, 1919) ===''CARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Lewis Carne|Carne, Ronald Lewis "Ron"]] [https://www.familysearch.org/tree/person/details/GXCC-N3M] - 1910(Fiji)-1976(Qld) - Licences: 4RP Hambledon Mill via Cairns (1935); 4RP Innisfail (1937-1939) - Qualifications: cc; AOCP 1186, 1933, Qld; 3COCP 429, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Goondi Mill, Innisfail, 1936-1937); cane inspector (Sherwood, Qld, 1943); assistant cane inspector (Goondi Mill, Innisfail, Qld, 1949-1954); cane inspector (Victoria Mill, Ingham, Qld, 1954-1958); manager (Harwood Mill, Harwood Island, NSW, 1963; Victoria Mill, Ingham, Qld, 1968); retired (Bowen, Qld, 1972) ===''CARPENTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Carpenter|Carpenter, Archibald John]] [https://www.familysearch.org/tree/person/details/GZPR-BJS] - 1900(WA)-1956(France) - Licences: No known licence - Qualifications: cc; AOCP 376, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: school teacher (Northam, 1925-1936); instructor (South Perth, 1943); firewood vendor (Whyalla, 1948); teacher (Kalgoorlie, 1954) ===''CARRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Carrie|Carrie, F.]] - 19??(???)-19??(???) - Licences: 5JC Adelaide (Glanville, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CARTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Carter|Carter, Albert Edward "Birdie"]] [https://www.familysearch.org/tree/person/details/GHDL-5CB] - 1916(Qld)-2014(Qld) - Licences: 4LT Brisbane (Wavell Heights, 1938-1939, 1946-1948); 4LT Nanango (1954); 4LT Brisbane (Carina, 1955-1969); 4LT Sunshine Beach (1975); 4LT Tewantin (1980) - Qualifications: cc; AOCP 2143, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); wholesale grocery (S. Hoffnung & Co); WW2 - Comment: several contemporaneous AECs - Electoral Rolls: merchant (Greenslopes, Qld, 1943-1949); manager (Nanango, Qld, 1954); departmental manager (Carina, Qld, 1958-1972); retired (Sunshine Beach, Qld, 1977; Tewantin, Qld, 1980)) * [[/Clarence Sydney William Carter|Carter, Clarence Sydney William]][https://www.familysearch.org/tree/person/details/L5T1-TXL] - 1902(SA)-1962(SA) - Licences: Receive Adelaide (Kensington, 1923); 5CS Adelaide (Maylands, 1924-1926) - Qualifications: cc; AOCP 24, 1924, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: salesman (Glen Osmond, SA, 1939-1943) * [[/Frederick Pell Carter|Carter, Frederick Pell or Peel (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXP4-2BC] - 1899(NSW)-1968(SA) - Licences: 5GK Adelaide (Mile End, 1931-1939) - Qualifications: cc; AOCP 761, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: service station proprietor (Mile End, SA, 1939-1943) * [[/H. Carter|Carter, H.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Graceville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Numerous contemporaneous HCs - Electoral Rolls: Nil yet identified * [[/Harry Raymond Carter|Carter, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G9G5-KJT] - 1911(NSW)-1986(NSW) - Licences: 2HC Quirindi (1926-1939; 1946-1980+); 2BE Portable Quirindi (1933-1934); 2AI Portable Quirindi (1935-1939) - Qualifications: AOCP 286, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Quirindi, 1933-1980) - Callsign 2BE withdrawn by PMGD for 2BE Bega commercial ===''CARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Carty|Carty, Bruce]] - historian (broadcast, amateur broadcast), author "Australian Radio History" ===''CASTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Castle|Castle, Clarence Henry "Clarry"]] [https://www.familysearch.org/tree/person/details/GXGF-7GR] - 1915(SA)-2002(SA) - Licences: 5KL Adelaide (Prospect, 1933-1939); 5KL Darwin (1947-1948); 5KL Adelaide (Enfield Heights, 1954-1965; Enfield, 1969-1980+) - Qualifications: cc; AOCP 1209, 1933, SA; 2COCP 263, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''CASWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Harold Caswell|Caswell, Archibald Harold "Arch"]] [https://www.familysearch.org/tree/person/details/GXCC-Y3X] - 1913(Qld)-1986(Qld) - Licences: 4CB Murgon (1934-1939); 4CB Maryborough (1946-1975) - Qualifications: cc; AOCP 1340, 1934, Qld - amateur operator; amateur broadcaster; WW2 (POW); business proprietor (garage) - Electoral Rolls: radio technician (Maryborough, Qld, 1954-1972); retired (Torquay, Qld, 1977-1980) ===''CATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lester Evans Catford|Catford, Lester Evans]] [https://www.familysearch.org/tree/person/details/GDD8-RCB] - 1911(SA)-1990(SA) - Licences: 5LC Gladstone (1931-1939, 1947); 5LC Adelaide (Malvern, 1948-1980) - Qualifications: cc; AOCP 789, 1931, No. ?? in SA; BOCP 357, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Gladstone, SA, 1939-1943) * [[/Lance Maynard Catford|Catford, Lance Maynard]] [https://www.familysearch.org/tree/person/details/GMQR-K2W] - 1913(SA)-1989(SA) - Licences: 5XL Clare (1939, 1947-1980+) - Qualifications: AOCP 2372, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: share farmer (Clare, SA, 1939) ===''CAVANAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Mortimer Cavanagh|Cavanagh, William Mortimer]] [https://www.familysearch.org/tree/person/details/GZ23-GPH] - 1908(Vic)-1995(NSW) - Receive Warburton (1923-1924), 3WC Melbourne (St Kilda, 1925), 2WC Sydney (Potts Point, 1928), 2WC Goulburn (1930), 3WC Melbourne (St Kilda, 1931; Williamstown, 1937-1939), 2WC Wauchope (1946-1980+), qualifications: (AOCP 214, 1925, No. ?? in Vic; 1COCP 598, 1942), amateur operator, amateur broadcaster, WW2, electoral rolls: sales (Goulburn, 1930; St Kilda, 1931-1934), radio dealer (Wauchope, 1949-1980) ===''CAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Cave|Cave, Norman]] [https://www.familysearch.org/tree/person/details/GDB7-G73] - 1898(Eng?)-19??(???) - Licences: 7BC Launceston (1925-1926); operator of Wills & Co Receive licence 1924 - Qualifications: cc; AOCP 129, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 (RAF Wireless Operator); foundation member Tasmanian Gliding Club (instructor); returned to England 1931; likely Wing Commander RAF in WW2; possibly lost in SE Asia 1942 - Electoral Rolls: Nil yet identified ===''CAWTHRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Cawthron|Cawthron, Edward Joseph "Ted"]] [https://www.familysearch.org/tree/person/details/GZBH-9SX] - 1908(NSW)-1964(SA) - Licences: 2JC Sydney (Concord, 1926-1933; Neutral Bay, 1931; Concord, 1933; Five Dock, 1933); 2VA Sydney (City, 1931); 2EJ Sydney (City, 1931); 5JC Adelaide (Kent Town, 1937-1939); 5JE Adelaide (Somerton, 1947-1948; North Glenelg, 1954; Somerton Park, 1960) - Qualifications: cc; AOCP 308, 1926, No. ?? in NSW; BOCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Haberfield, 1943) ===''CECIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clyde Cecil|Cecil, Clyde]] [https://www.familysearch.org/tree/person/details/GZN5-XYG] - 1898(Vic)-1963(WA) - Licences: 6AB Kalgoorlie (1923-1927) - Qualifications: cc; AOCP 154, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2; witness to Royal Commission 1927 (as a listener, Kalgoorlie) - Electoral Rolls: civil servant (Kalgoorlie, 1919); lecturer (Kalgoorlie, 1921-1925; Maylands, 1928-1937); metallurgist (Nedlands, 1943); physicist (Nedlands, 1949-1954); school principal (Triggs Island, 1958-1963) ===''CHADWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Howel Chadwick|Chadwick, Richard Howel (Electoral Rolls) or Howell (BMD) "Dick"]] [https://www.familysearch.org/tree/person/details/G3PQ-6HH] - 1896(NZ)-1955(Qld) - Licences: 4GU Brisbane (Wilston, 1933-1939, 1946-1947) - Qualifications: cc; AOCP 1197, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW1; radio clubs (WIAQ); employment (travelling salesman) - Electoral Rolls: storeman (Zillmere, Qld, 1921); salesman (Wilston, Qld, 1925-1954) ===''CHAFFER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Martin Chaffer|Chaffer, Edward Martin "Martin"]] [https://www.familysearch.org/tree/person/details/GZ1Z-B3P] - 1905(Vic)-1981(Vic) - Licences: 3XF Receive Melbourne (Moonee Ponds, 1923); 3XF Melbourne (Moonee Ponds, 1923-1927); 6XF Perth (Mt Lawley, 1930-1931); 3XF Melbourne (Moonee Ponds, 1933); 2AEK Sydney (Potts Point, 1938); 3MH Hamilton (1947); 3MH Ballarat (1948); 3MH Swan Hill (1954); 3MH Melbourne (Preston, 1955-1956; Moonee Ponds, 1965-1969; Doncaster, 1975-1980) - Qualifications: cc; AOCP 354, 1927, No. ?? in Vic; 3COCP 304, 1937; 2COCP 113, 1937; 1COCP 151, 1937 - amateur operator, amateur broadcaster, radio clubs (WIA Vic Essendon, treasurer, 1924), placed 2nd for best complete station Melbourne Wireless Exhibition 1924; placed second for best complete station at Melbourne Wireless Exhibition 1925; placed 10th in 3LO amateur broadcasting competition 1926; broadcast engineer (3HA, 3BA, 3SH), Dept Civil Aviation 1930s, military (WW2, 1942+) - Electoral Rolls: manager (Moonee Ponds, 1928-1936); radio engineer (Hamilton, 1942; Ballarat, 1949; Swan Hill, 1954; Preston, 1963); radio technician (Moonee Ponds, 1967-1968); retired (Doncaster, 1977-1980) - Relationships: father of 3AII Ken Chaffer ===''CHALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Robert Challen|Challen, Peter Robert]] - 1848(Eng)-1905(Vic) - early telephone, telephony & wireless experimenter, employment (Vic Posts & Telegraphs, Electrical Office & Postmaster), radio clubs (Telegraph Electrical Society, Victoria), associate of Henry Walter Jenvey, William Philip Bechervaise & George Smibert ===''CHALLENDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard Challender|Challender, Gerard "Gerry"]] - 1910(Eng)-1950(NSW) - 2ZS Kempsey, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, high profile participation 1950 Kempsey floods, military (WW2) ===''CHALLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Reginald Challenger|Challenger, George Reginald]] [https://www.familysearch.org/tree/person/details/G3YQ-ZZB] - 1902(NSW)-1936(NSW) - Licences: 2GC Sydney (Auburn, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Auburn, 1930-1935) ===''CHAMBERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Rupert Chambers|Chambers, Francis Rupert]] [https://www.familysearch.org/tree/person/details/MYY2-JKX] - 1898(Vic)-1971(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 247, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Camberwell, 1924-1925); contractor (Geraldton, 1931; Mt Waverley, 1934-1936); linesman (Seaford, 1937; Frankston, 1942); technician (Frankston, 1949; Seaford, 1954); retired (Upwey, 1963; McRae, 1968) * [[/Walter Alfred Chambers|Chambers, Walter Alfred]] [https://www.familysearch.org/tree/person/details/G3N6-VX1] - 1889(Qld)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 151, 1915; 2COCP 100, 1930; 1COCP 96, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIP Perth (1917-1918) - Electoral Rolls: mechanic (Thursday Island, 1912-1913); radio telegraphist (Wyndham, 1916-1917); telegraphist (Subiaco, 1917); radio telegraphist (Esperance, 1921-1925); officer-in-charge (Geraldton, 1925); radio officer (Como, 1931-1934; Esperance, 1936-1937); radio telegraphist (Como, 1943-1968) ===''CHANDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Beals Chandler|Chandler, John Beals]] [https://www.familysearch.org/tree/person/details/G6HN-HXH] - 1887(Eng)-1962(Qld) - principal (4BC); proprietor (J. B. Chandler & Co., 1913-1962); Lord Mayor Brisbane (1940-1952); witness to Royal Commission Wireless 1927 - don't confuse D. W. Chandler early wireless experimenter - [https://adb.anu.edu.au/biography/chandler-sir-john-beals-9724 ADB] ===''CHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Channon|Channon, H. D.]] - 19??(???)-19??(???) - Licences: 2BO Receive Inverell (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Lloyd Lister Channon|Channon, Lloyd Lister]] [https://www.familysearch.org/tree/person/details/GD59-4NS] - 1885(NSW)-1949(NSW) - Licences: 2AQ Receive Manilla (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: postmaster (Elsmore, 1913); postal official (Raymond Terrace, 1930-1949) ===''CHAPMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Chapman|Chapman, Austin]] [https://www.familysearch.org/tree/person/details/LZYW-3F4] - 1864(NSW)-1926(NSW) - occupations (apprentice saddler, hotelier), politician (Postmaster-General, 1905-1907), oversight of Commonwealth Wireless Telegraphy conference Melbourne 1907 - Links: [[w:Austin Chapman|Wikipedia]]; [https://adb.anu.edu.au/biography/chapman-sir-austin-5554 ADB] * [[/Bruce Amundsen Chapman|Chapman, Bruce Amundsen]] [https://www.familysearch.org/tree/person/details/G8VL-575] - 1912(WA)-1969(NSW) - Licences: 2BA Sydney (Chatswood, 1930-1939; Balgowlah, 1946-1958; St Ives, 1960-1969 - Qualifications: AOCP 696, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: shipping clerk (Chatswood, 1935-1937); clerk (Balgowlah, 1949-1958; St Ives, 1963-1968) * [[/E. B. Chapman|Chapman, E. B.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Frank William Chapman (Qld)|Chapman, Frank William (Qld)]] [https://www.familysearch.org/tree/person/details/GXC5-KB3] - 1898(???)-1974(Qld) - Licences: 4XL Brisbane (Yeronga, 1931-1939); 4ZFC Brisbane (Ekibin, 1965); 4TH Brisbane (Ekibin, 1969) - Qualifications: cc; AOCP 785, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: gardener (Salisbury, Qld, 1928); labourer (Yeronga, Qld, 1929-1937); waterside worker (Paddington, Qld, 1943-1949); PMG technician (Ekibin, Qld, 1954-1972) * [[/Frank William Chapman (WA)|Chapman, Frank William (WA)]] [https://www.familysearch.org/tree/person/details/LBXD-TFK] - 1918(Vic)-1988(WA) - Licences: 6CC Perth (Manning Park, 1954-1965; Bassendean, 1969-1980+) - Qualifications: cc; AOCP 3319, 1953, WA - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Chidlow, WA, 1949); teacher (Manning Park, WA, 1954-1963); technical school principal (Kalgoorlie, WA, 1963); teacher (Bassendean, WA, 1968-1977); retired (Bassendean, WA, 1980) * [[/Harrison Chapman|Chapman, Harrison "Harry"]] [https://www.familysearch.org/tree/person/details/G8CX-2C5] - 1909(Vic)-1990(Vic) - Licences: 3JX Receive Melbourne (Ivanhoe, 1922); 3GU Melbourne (Ivanhoe, 1929-1939, 1946-1965; Flinders, 1965-1975); 3AGU Portable Melbourne (Ivanhoe, 1948-1956; Flinders, 1965-1975) - Qualifications: AOCP 513, 1929, No. ?? in Vic; 1AOCP 32, 1946 - amateur operator, amateur broadcaster - Electoral Rolls: student (Ivanhoe, 1931-1936); chemist (Geelong, 1937); RAAF (Ballarat, 1942; Ivanhoe, 1949-1954); chemical engineer (Ivanhoe, 1963); minister of religion (Flinders, 1968); clergyman (Flinders, 1972-1977) * [[/Owen George Chapman|Chapman, Owen George]] [https://www.familysearch.org/tree/person/details/K8YX-YLK] - 1904(NSW)-1961(NSW) - Licences: 2OC Wyong (1930-1939, 1946-1960) - Qualifications: AOCP 669, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Wyong, 1930-1958) * [[/Percival Carnew Lamont Chapman|Chapman, Percival Carnew Lamont "Percy"]] [https://www.familysearch.org/tree/person/details/G8GM-5M8] - 1911(Qld)-2008(Qld) - 4PC Brisbane (Sandgate, 1933); 4PC Babinda (1937-1939); 4PC Monto (1946-1975); 4PC Point Vernon (1980) - Qualifications: cc; AOCP 1155, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); occupation (power house engineer/manager) - Relationships: father of Geoff Chapman 4CET - Electoral Rolls: engineer (Ayr, Qld, 1943; Monto, Qld, 1949-1972); retired (Point Vernon, Qld, 1977-1980) * [[/William George Chapman|Chapman, William George]] [https://www.familysearch.org/tree/person/details/KZ2X-8KG] - 1890(Tas)-1957(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 116, 1915; 1COCP 63, 1930 - RANRS (Warrant Telegraphist, 1917); coastal wireless operator; witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: radio telegraphist (Broome, 1925); officer-in-charge (Radio Station Applecross, 1931-1954) ===''CHAPPELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Arthur Chappell|Chappell, Lloyd Arthur]] [https://www.familysearch.org/tree/person/details/G69G-SB9] - 1911(Tas)-1998(Tas) - Licences: 7LC Ross (1936-1937); 7LC Winnaleah (1938-1939); 7LC Hobart (Kingston, 1947-1955; Sandy Bay, 1956-1975; Coles Bay, 1980+) - Qualifications: cc; AOCP 1828, 1936, No. ?? in Tas; BOCP 172, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: projectionist (Ross, 1936-1937); radio engineer (Queenstown, 1943; Kingston, 1949-1958) ===''CHARLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Charles|Charles, Edward Arthur]] [https://www.familysearch.org/tree/person/details/K8QC-V3V] - 1916(SA)-1981(SA) - Licences: 5YQ Adelaide (North Unley, 1935-1939; Unley, 1947-1948; Ascot Park, 1954-1956; Hyde Park, 1960-1980+) - Qualifications: cc; AOCP 1443, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Unley, SA, 1939-1943) ===''CHARLESWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Denison Charlesworth|Charlesworth, Reginald Denison]] [https://www.familysearch.org/tree/person/details/GW1M-CKJ] - 1900(Eng)-1980(NSW) - Licences: 2CI Receive Sydney (Haberfield, 1922); 2CI Sydney (Haberfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: migrated to Fiji mid 1920s, returned to Australia mid 1930s - Electoral Rolls: factory manager (Summer Hill, 1933); engineer (Haberfield, 1935-1937); Lane Cove, 1943); radio engineer (Dee Why, 1949-1954); engineer (Hunters Hill, 1958-1972) ===''CHARTERIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Charteris|Charteris, Michael]] - 4QS Ipswich & Maryborough - amateur operator, historian (amateur) ===''CHATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Greatham Chatfield|Chatfield, Robert Greatham "Bob"]] [https://www.familysearch.org/tree/person/details/LK92-9L1] - 1900(NZ)-1974(NZ) - Licences: ZL2AV Wellington (1925-1954+) - Qualifications: AOCP ??, 1925, No. ?? in NZ - amateur operator; amateur broadcaster; clubs (Wellington Amateur Radio Club 2WB, member and one time president) - Relationships: father of Don Chatfield ZL2SG - Comment: substantial early portion (100+) of QSL collection survives - Electoral Rolls: motor engineer (Wellington, 1922); salesman (Wellington, 1931-1954); retired (Wellington, 1963-1972) ===''CHATTERTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Chatterton|Chatterton, Francis Joseph]] [https://www.familysearch.org/tree/person/details/LZWW-952] - 1902(Tas)-1931(Tas) - Licences: 7AY Receive Hobart (West Hobart, 1922); Receive Hobart (West Hobart, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: machinist (Hobart, 1925-1928) ===''CHAUVEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Temple Frank Chauvel|Chauvel, Walter Temple Frank]] [https://www.familysearch.org/tree/person/details/LH5T-WNQ] - 1902(Qld)-1987(NSW) - Licences: Receive (Valve) Stanthorpe (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: jackeroo (Stanthorpe, Qld, 1925-1928); grazier (Stanthorpe, Qld, 1928-1943); radio engineer (Texas, Qld, 1949-1963); retired (East Ballina, NSW, 1968-1980) ===''CHEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Reginald Cheel|Cheel, Charles Reginald]] [https://www.familysearch.org/tree/person/details/9N1J-PTC] - 1890(Vic)-1955(SA) - Licences: 5CR Adelaide (Maylands, 1934-1939, 1947-1955) - Qualifications: cc; AOCP 1278, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CHENNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Chennell|Chennell, Victor "Vic"]] [https://www.familysearch.org/tree/person/details/GCBH-1XV] - 1907(SA)-1996(SA) - Licences: 5JH Adelaide (Norwood, 1927-1933; Cowandilla, 1937-1939; North Adelaide, 1946-1956; Ascot Park, 1960-1980+) - Qualifications: cc; AOCP 346, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: labourer? (Goodwood Park, 1939) ===''CHESSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chessell|Chessell, John or John Carl]] [https://www.familysearch.org/tree/person/details/KN16-XWP]? [https://www.familysearch.org/tree/person/details/L2M1-9GS]? - 1914(NSW)-1959(NSW) - Licences: 2LV Sydney (Dulwich Hill, 1929-1934); 2YU Sydney (Dulwich Hill, 1935-1936; Ashfield, 1937-1939); 2ER Sydney (Dulwich Hill, 1948-1950) - Qualifications: AOCP 517, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: baker (Croydon, 1936; Bowral, 1937-1954) - seems to be two contemporaneous John Chessel's ===''CHESTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Chesterfield|Chesterfield, John Henry]] [https://www.familysearch.org/tree/person/details/GSVH-3SK] - 1895(Vic)-1973(Qld) - Licences: 5JC Adelaide (Wayville, 1924-1926); 2ACQ Sydney (Strathfield, 1937-1939); 4HJ Brisbane (Cleveland, 1954-1960) - Qualifications: cc; CPRT 23, 1914; 1COCP 266, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: wireless operator (Croydon, NSW, 1930); radio engineer (Glenbrook, NSW, 1931-1935); department manager (Strathfield, NSW, 1935); radio engineer (Strathfield, 1936; Pymble, NSW, 1943; Cleveland, Qld, 1949-1963); retired (Mermaid Beach, Qld, 1968-1972) ===''CHICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Garth Chick|Chick, Leonard Garth]] [https://www.familysearch.org/tree/person/details/G6SW-7PJ] - 1918(Tas)-1999(NSW) - Licences: 7LG Launceston (1937-1939) - Qualifications: cc; AOCP 1973, 1937, No. ?? in Tas; BOCP 227, 1939; 2COCP 550, 1941; 1COCP 1264, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: seaman (Swan Point, 1944); aeradio operator (Lindisfarne, 1949); technician (Essendon, Vic, 1949-1954); draftsman (East Keilor, 1963-1968); surveyor (Forster, 1977-1980) ===''CHILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Oliver Chilton|Chilton, Frederick Oliver]] [https://www.familysearch.org/tree/person/details/GZNR-XFL] - 1905(NSW)-2007(NSW)102yo - Licences: Receive (Crystal) Sydney (Wahroonga, 1923-1924) - Qualifications: cc; AOCP 147, 1925, No. ?? in NSW - amateur receive operator; military (Brigadier); awards (Knighted) - Relationships: brother of 2RC Robert Ralph Chilton - Electoral Rolls: clerk (Wahroonga, NSW, 1930-1943); civil servant (South Yarra, Vic, 1949-1967); retired (Clareville Beach, NSW, 1972-1980) - Links: [[w:Frederick Oliver Chilton|Wikipedia]] * [[/George Frederick Chilton|Chilton, George Frederick]] [https://www.familysearch.org/tree/person/details/G3CR-41Q] - 1891(Vic)-1956(Vic) - Licences: 2GF Sydney (Pennant Hills, 1924; Carlingford, 1925); 4GD Townsville (1925-1926) - Qualifications: cc; CPRT 160, 1915; 1COCP 10, 1930 - amateur operator; amateur broadcaster; coastal operator (VIG, VIB, VIS, VIT, Rockbank); wireless telegraphist (PMG); RANRS (Commissioned Telegraphist, 1917); federal public servant (PMG) - Electoral Rolls: telegraphist (Wooloowin, 1919-1921); radio stationmaster (South Townsville, Qld, 1925; Glenferrie, 1927; Wireless Station, Rockbank, Vic, 1928-1942); engineer (St Kilda, 1949-1954) * [[/Robert Ralph Chilton|Chilton, Robert Ralph]] [https://www.familysearch.org/tree/person/details/GZNR-821] - 1907(NSW)-1985(Qld) - Licences: 2RC Sydney (Wahroonga, 1925-1926); 2RC Gloucester (1927); 2RC Sydney (Wahroonga, 1928-1939, 1946-1947; Roseville East, 1948) - Qualifications: cc; AOCP 152, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: chemist assistant (Wahroonga, 1933); chemist (Stanthorpe, 1954-1963; Sherwood, Qld, 1972) - Relationships: brother of Frederick Oliver Chilton ===''CHINERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jessie Camelia Chinery|Chinery or Chinnery, Jessie Camelia]] [https://www.familysearch.org/tree/person/details/GFMP-6NZ] - 1915(WA)-1995(WA) - Licences: 6JC Perth (Welshpool, 1937-1939) - Qualifications: cc; AOCP 1866, 1937, WA - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: not stated (Welshpool, WA, 1937) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''CHIPPINDALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Kellett Chippindall|Chippindall, Eric Kellett "Chippy"]] [https://www.familysearch.org/tree/person/details/LFCB-MNZ] - 1916(Qld)-1988(Qld) - Licences: 4XR Brisbane (Paddington, 1937-1939); 4XR Gympie (1946-1969); 4XR Brisbane (Paddington, 1975-1980+) - Qualifications: cc; AOCP 1940, 1937, Qld - amateur operator; amateur broadcaster; broadcast engineer (4SB, 4BU, 4LG, 4GY) - Electoral Rolls: radio engineer (Gympie, Qld, 1949); announcer-engineer (Gympie, Qld, 1954-1958); shopkeeper (Paddington, Qld, 1972-1980) ===''CHISHOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham St Clair Chisholm|Chisholm, Graham St Clair]] [https://www.familysearch.org/tree/person/details/GX47-TTR] - 1915(Qld)-2002(WA) - Licences: 4LP Brisbane (Kelvin Grove, 1933); 3ACG Melbourne (South Yarra, 1947-1948); 5PG Darwin (1955-1956); 1AB Canberra (Canberra City, 1960; Ainslie, 1965); 6IB Perth (Dalkeith, 1969-1975) - Qualifications: cc; AOCP 1101, 1933, No. ?? in Qld; BOCP 18, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcaster (3SR, Shepparton, Vic, 1942); radio engineer (South Yarra, Vic, 1949-1954); broadcaster (Reid, ACT, 1958; Ainslie, ACT, 1963; Dalkeith, WA, 1968-1972); manager (Nedlands, 1977-1980) ===''CHITHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Chitham|Chitham, William Norman "Bill"]] [https://www.familysearch.org/tree/person/details/GXWT-KJK] - 1912(Qld)-1997(Qld) - Licences: 4UU Brisbane (Bulimba, 1933-1934; Fortitude Valley 1937-1939; Cannon Hill, 1946-1980+) - Qualifications: cc; AOCP 913, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor, QSL officer); part of the "U" gang; military (WW2) - Electoral Rolls: storeman (Valley, Qld, 1936-1943); radio mechanic (Cannon Hill, 1949-1963); buyer (Cannon Hill, Qld, 1968-1980) ===''CHOATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Sidney Choate|Choate, Roger Sidney]] [https://www.familysearch.org/tree/person/details/GFQX-RW3] - 1913(Irl)-1978(WA) - Licences: 6RK Harvey (1930-1933); 6RK Kalgoorlie (1937-1939); 6RK Dardanup (1947); 6RK Perth (Subiaco, 1948-1956; Salters Point, 1960-1975) - Qualifications: cc; AOCP 714, 1930, No. ?? in WA; BOCP 42, 1936; 3AIR 1121, 1947 - amateur operator; amateur broadcaster; WW2 (RAAF, Squadron Leader) - Awards: Military Division OBE [[w:1964_Birthday_Honours|Wikipedia]] - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1937; Perth, WA, 1937); engineer (Melville, WA, 1943); civil servant (Subiaco, WA, 1949-1958); surveyor (Salters Point, WA, 1963-1968; Manning, WA, 1972-1977) - Links: [https://www.awm.gov.au/collection/R1513688 AWM] [https://www.ozatwar.com/raaf/shepherdshillradar.htm OzAtWar] ===''CHRISMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Chrismas|Chrismas, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/G6YC-FC2] - 1892(NSW)-1950(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 250, 1916; 1COCP 31, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIW Wyndham (1917-1918) - Electoral Rolls: operator (Broome, 1916); wireless operator (Wyndham, 1917; Applecross, 1925); radio telegraphist (Broome, 1931; Geraldton, 1936-1949) ===''CLAFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keighran James Claffey|Claffey, Keighran James]] [https://www.familysearch.org/tree/person/details/G84R-LLP] - 1903(Vic)-19??(???) - Licences: 2AK Deniliquin (1928-1939); 2AK Picton (1946); 2AK Deniliquin (1947-1980+) - Qualifications: AOCP 459, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarrandale, 1949; Deniliquin, 1954; Yarrandale, 1958-1963); retired (Deniliquin, 1977-1980) ===''CLARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Clark|Clark, Francis Thomas]] [https://www.familysearch.org/tree/person/details/G8WF-CJH] - 1903(WA)-1998(Vic) - Licences: 3FC Rainbow (1928); 3FC Melbourne (St Kilda, 1931; Hawthorn, 1933; Elwood, 1937; St Kilda, 1938); 3FC Mildura (1946-1947); 3FC Ouyen (1948-1960); 3FC Geelong (Leopold, 1969; Clifton Springs, 1975-1980+) - Qualifications: AOCP 426, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal official (Rainbow, 1925); postal clerk (Rainbow, 1928); clerk (St Kilda, 1931-1937); senior postal clerk (Red Cliffs, 1942); postmaster (Ouyen, 1949-1954); retired (Clifton Springs, 1972-1980) * [[/Frank P. R. Clark|Clark, Frank P. R.]] [https://www.familysearch.org/tree/person/details/GZFG-WRN] - 1900(NSW)-1928(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923-1924); 2YF Sydney (Manly, 1925) - Qualifications: AOCP 122, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: gone too soon * [[/Leopold Francis Clark|Clark, Leopold Francis]] [https://www.familysearch.org/tree/person/details/273Q-3D5] - 1902(Tas)-1978(Tas) - Licences: 7CK Natone (1932-1939); 7CK Burnie (1946-1948); Deloraine (1954-1969); Lanena (1975) - Qualifications: cc; AOCP 989, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Natone, 1928-1936; Burnie, 1943-1949); grazier (Needles, 1954; Deloraine, 1963) ===''CLARKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Fraser Clarke|Clarke, Percival Fraser "Percy"]] [https://www.familysearch.org/tree/person/details/GXZ3-4J2] - 1896(Qld)-1971(Qld) - Licences: 4PY Ayr (1936-1939) - Qualifications: cc; AOCP 1781, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jarvisfield, Qld, 1919-1937; Aspley, Qld, 1949-1972) * [[/Warren Ross Clarke|Clarke, Warren Ross]] [https://www.familysearch.org/tree/person/details/G8NT-LSN] - 1909(NSW)-1988(NSW) - Licences: 2ZZ Sydney (Mosman,1930-1933; Asquith, 1933-1939; Mosman, 1948-1950) - Qualifications: AOCP 650, 1930, NSW; 2COCP 6, 1934; 1COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Asquith, 1933-1934; Mosman, 1936); radio officer (Mosman, 1943); flight radio officer (Mosman, 1949-1954); clerk (Glenbrook, 1963); travel consultant (Glenbrook, 1972); clerk (Merrylands, 1972); planner (North Rocks, 1977-1980) * [[/William George Clarke|Clarke, William George]] [https://www.familysearch.org/tree/person/details/GXQ2-1QS] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 32, 1930 - RANRS (temp Commissioned Telegraphist, 1917) - Comment: several contemporaneous WGCs - Electoral Rolls: officer-in-charge (Radio Station, Townsville, 1916); seaman (HMAS Encounter, Geelong, 1919); biograph operator (Langwarrin Military Camp, Vic, 1919); hotel manager (Naval Base Hotel, South Fremantle, 1931) ===''CLAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard George Clay|Clay, Richard George]] [https://www.familysearch.org/tree/person/details/G8ZZ-LGN] - 1903(Vic)-1972(Vic) - Licences: 3RC Melbourne (Northcote, 1929; Alphington, 1931) - Qualifications: AOCP 536, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Northcote, 1925-1927); welder (Northcote, 1928); electric welder (Alphington, 1931); welder (Richmond, 1936-1937; Alphington, 1942; Northcote, 1949); contractor (Traralgon, 1954-1972) ===''CLAYTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maisie Ian Jesson Clayton|Rawson nee Clayton, Maisie Ian Jesson]] [https://www.familysearch.org/tree/person/details/G8RT-25P] - 1915(NSW)-1996(NSW) - Licences: Nil yet identified - Qualifications: cc; BOCP 488, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: radio worker (Artarmon, 1937); engineer (Kirribilli, 1949); radio engineer (Lane Cove, 1954-1963); engineer (Lane Cove, 1968-1972); home duties (Lane Cove, 1977-1980) - Lady: * [[/Maurice Charles Clayton|Clayton, Maurice Charles]] [https://www.familysearch.org/tree/person/details/G86J-HX3] - 1912(SA)-1936(SA) - Licences: 5RK Adelaide (Edwardstown, 1930-1931); 5ZC Adelaide (Edwardstown, 1933-1936) - Qualifications: cc; AOCP 596, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon (24yo) * [[/Walter George Gladstone Clayton|Clayton, Walter George Gladstone "Wally"]] [https://www.familysearch.org/tree/person/details/G3XN-J1N] - 1918(Qld)-1998(Qld) - Licences: 4WG Innisfail (1937-1939); 4WG Brisbane (Windsor, 1946-1969); 4WG Townsville (1975-1980+) - Qualifications: cc; AOCP 1868, 1937, Qld - amateur operator; amateur broadcaster; military (WW2, AIF Signals); state public servant (Qld Railways, supervising tech. comms.) - Relationships: uncle of Maise Ian Jesson Rawson nee Clayton (Radio Engineer) - Electoral Rolls: manager (Windsor, 1954-1968); technician (Townsville, 1972-1980) ===''CLIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Cliff|Cliff, Harry]] - 1908(Vic)-1988(Vic) - Licences: 3HC Melbourne (Essendon, 1928-1948; Heidelberg, 1954-1975); 3HC Point Lonsdale (1980+) - Qualifications: AOCP 400, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: implement maker (Moonee Ponds, 1906); engineer (Moonee Ponds, 1922-1928); clerk (Moonee Ponds, 1931-1937); company secretary (North Melbourne, 1943); director (Ivanhoe, 1954-1968; Heidelberg, 1972); retired (Point Lonsdale, 1977-1980) (pre 1928 is another Harry Cliff) ===''CLIFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Glendenning Clifford|Clifford, Herbert Glendenning]] [https://www.familysearch.org/tree/person/details/GHTS-4CN] - 1882(Eng)-1955(SA) - Licences: 5BW Receive Renmark (1923); Receive Renmark (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: secretary (Renmark, SA, 1939-1943) ===''CLINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gladstone Clinch|Clinch, Frederick Gladstone]] [https://www.familysearch.org/tree/person/details/KF5P-TWM] - 1898(WA)-1972(WA) - Licences: 6JR Greenough (1928-1933); 6FG Miling (1960); 6FG Perth (Doubleview, 1965-1969) - Qualifications: cc; AOCP 468, 1928, No. ?? in WA - amateur operator; amateur broadcaster - Relationships: Father of 6CL Ian Harold Wilson Clinch - Electoral Rolls: farmer (Greenough, 1922-1943); garage proprietor (Miling, 1958); retired (Doubleview, 1963-1972) * [[/Ian Harold Wilson Clinch|Clinch, Ian Harold Wilson]] [https://www.familysearch.org/tree/person/details/GHQX-YS1] - 1926(WA)-19??(WA) - Licences: 6CL Miling (1960-1965); 6CL Dandaragan (1969); 6CL Rossmoyne (1975-1980+) - Qualifications: cc; AOCP 3596, 1957, WA - amateur operator, WW2 - Relationships: son of 6JR-6FG Frederick Gladstone Clinch - Electoral Rolls: mechanic (Leederville, 1949); manager (Miling, 1958-1963); radio technician (Dongara, 1968); technician (Rossmoyne, 1972-1980) ===''CLOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alvin Theodore Closs|Closs, Alvin Theodore]] [https://www.familysearch.org/tree/person/details/L67V-HG7] - 1895(NSW)-1975(Vic) - Licences: V750 Receive Melbourne (Olinda, 1922); 3GV Receive Melbourne (Olinda, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: orchardist (Brighton, 1917); storekeeper (Olinda, 1924-1931); salesman (Olinda, 1934-1937); civil servant (Tunstall, 1943-1954); retired (Yarra Junction, 1963-1972) ===''CLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Edward Clough|Clough, James Edward]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 483, 1929, No. ?? in ?? - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - several contemporaneous JECs ===''COADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Coade|Coade, Ernest]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: electrician (Rutherglen, 1914); mechanic (Thursday Island, 1919) ===''COAKLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas James Coakley|Coakley, Thomas James]] [https://www.familysearch.org/tree/person/details/GX24-W7T] - 1904(Vic)-1991(Vic) - Licences: 5UK Adelaide (Unley, 1933-1939); 3IU Melbourne (Camberwell, 1947; Essendon, 1948-1980+) - Qualifications: cc; AOCP 1105, 1933, No. ?? in SA, 3COCP 61, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: aero fitter (Auburn, Vic, 1925-1926); engineer (Camberwell, Vic, 1943; Essendon, Vic, 1949-1980) ===''COALTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Coalter|Coalter, Martin]] [https://www.familysearch.org/tree/person/details/GDSR-STB] - 1893(Vic)-19??(???) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 1, 1914 - ship wireless operator? - Electoral Rolls: Nil yet identified ===''COATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Melbourne Coates|Coates, Alfred Melbourne or Melbourne Alfred]] [https://www.familysearch.org/tree/person/details/GDGW-MCZ] - 1884(???)-1964(Vic) - Licences: V757 Receive Melbourne (Elwood, 1922); 3GG Receive Melbourne (Elwood, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (USA) - Electoral Rolls: engineer (Elsternwick, 1921-1937; Kalorama, 1943-1954) ===''COFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Freeman Coffey|Coffey, Henry Freeman]] [https://www.familysearch.org/tree/person/details/G3QL-BR1] - 1885(Irl)-1934(NSW) - Licences: 4KY Brisbane (Doomben, 1925-1926; Hamilton, 1927); 2ZY Sydney (Willoughby, 1929; Maroubra, 1930-1934) - Qualifications: cc; CPRT 52, 1915; 1COCP 12, 1930 - Halycyon: AOCP Brisbane 1926 - amateur operator; amateur broadcaster; ship wireless operator (Marconi, White Star, Booth Steamship, Iquitos Steamship, Union Castle); RANRS (Warrant Telegraphist, 1917); coastal operator (CRS, PMGD, AWA); federal public servant - Electoral Rolls: radio engineer (Middle Park, Vic, 1919); engineer (Malvern East, 1922-1924); radiostation master (Thursday Island, 1925); wireless operator (Doomben, Qld, 1925-1928); engineer (Chatswood, 1930); wireless mechanic (Maroubra, 1930-1934) ===''COHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derrick Cohen|Cohen, Derek or Derrick Simeon "Dick"]] [https://www.familysearch.org/tree/person/details/GXCF-DR7] - 1914(Eng)-2010(NSW) - Licences: 2YM Sydney (Dobroyd Point, 1932-1933; Kings Cross, 1933; Clovelly, 1934-1936); 4YM Brisbane (City, 1937-1939); 1YM Macquarie Island (1954-1955) - Qualifications: cc; AOLCP 238, 1930; AOCP 1011, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (West End, Qld, 1943); technician (Coburg, Vic, 1954); television producer (Chatswood, NSW, 1963; Little Wallaby Beach, NSW, 1977) ===''COLEBATCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Vincent Colebatch|Colebatch, Ernest Vincent]] [https://www.familysearch.org/tree/person/details/K2Q2-974] - 1905(SA)-1987(SA) - Licences: 5CG Receive Adelaide (Norwood, 1923); Receive Adelaide (Norwood, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Belair, SA, 1939-1941) ===''COLESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Russell Coleston|Coleston, Stanley Russell]] [https://www.familysearch.org/tree/person/details/G8VV-KQL] - 1913(Vic)-2012(Qld) - Licences: 3XK Melbourne (Middle Park, 1930-1931; Gardenvale, 1933; Glenhuntly, 1937-1939, 1946-1955); 9XK Port Moresby (1956-1960); 3AXK Melbourne (Mt Waverley, 1965-1969); 4XA Brisbane (Geebung, 1975-1980+) - Qualifications: AOCP 688, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Glenhuntly, 1936-1942; Caulfield East, 1949-1954); public servant (Mt Waverley, 1963-1972); retired (Geebung, 1977-1980) ===''COLLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Felton Collard|Collard, Cyril John Felton]] [https://www.familysearch.org/tree/person/details/97X9-6VY] - 1896(NSW)-1969(NSW) - Licences: 2CF Maitland West (1927-1939) - Qualifications: AOCP 362, 1927, No. ?? in NSW; 2COCP 540, 1941; BOCP 541, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lorn, 1930-1963); retired (North Maitland, 1968) ===''COLLINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Joseph Collins|Collins, Clarence Henry Joseph]] [https://www.familysearch.org/tree/person/details/M1Y1-GB1] - 1891(SA)-1974(SA) - Licences: 5FC Adelaide (Marryatville, 1932-1939) - Qualifications: cc; AOCP 1043, 1932, SA; BOCP 29, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Marryatville, SA, 1939-1943) ===''COLLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Andrew Collis|Collis, George Andrew]] - 1869(Tas)-1926(Tas) - Receive Hobart, radio clubs (Tasmanian Radio Club, foundation member, 1922+), electrician (Zinc Co., Hobart, 1921) - potential misidentification, George Arthur Collis, Radio Research Club, Hobart, witness to Royal Commission Wireless 1927 * [[/Ralph Collis|Collis, Ralph]] [https://www.familysearch.org/tree/person/details/GX1J-48N] - 1918(WA)-2013(WA)105yo - Licences: 6LY Perth (Bayswater, 1935-1939) - Qualifications: cc; AOCP 1454, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Bayswater, WA, 1943; Scarborough, WA, 1949-1958); proprietor (Cadoux, WA, 1963; Tuart Hill, WA, 1968); business proprietor (Dianella, WA, 1972-1977); proprietor (Bedford, WA, 1980) ===''COLTHEART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Coltheart|Coltheart, Clarence James]] - 1885(Tas)-1962(Tas) - Licences: 7BF Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Brunswick, Vic, 1913-1914; Queenstown, 1922-1954) ===''COLTHRUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Colthrup|Colthrup, James Frederick]] [https://www.familysearch.org/tree/person/details/LBW8-J4Z] - 1908(Vic)-1942(Qld) - Licences: 3PL Melbourne (Clifton Hill, 1934-1939) - Qualifications: AOCP 1368, 1934, No. ?? in Vic; 1COCP 374, 1940 - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, Wireless & Gunnery School) - Electoral Rolls: mechanic (Clifton Hill, 1931); engineer (Clifton Hill, 1937); airman (Clifton Hill, 1942) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/623876] ===''COLVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Victor Colville|Colville, Sydney Victor]] [https://www.familysearch.org/tree/person/details/G3WQ-S78] - 1894(Vic)-1966(NSW) - Licences: XQF Brisbane (South Brisbane) (1913); 2FA Receive Sydney (1922); 2FA Sydney (1923-1925); 2VH Sydney (1935-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; wireless retail business proprietor (Colville Moore) - Electoral Rolls: clerk (Wooloongabba, 1917; Chelmer, 1919-1921); broker (Bowen Hills, 1922); manufacturer (Drummoyne, NSW, 1930-1933); merchant (Lane Cove, 1935-1936); manufacturer (Darlinghurst, NSW, 1936-1937); company director (Glenbrook, 1943-1963) ===''CONDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Sylvester Condon|Condon, Austin Sylvester]] [https://www.familysearch.org/tree/person/details/G3RG-K2K] - 1924(SA)-2011(SA) - Licences: 5WO Laura (1954-1980+) - Qualifications: AOCP 3012, 1949, SA - amateur operator - Electoral Rolls: Nil [https://www.adelaidenow.com.au/ipad/obituaries-tributes-to-three-of-our-finest/news-story/845c3a27d81fd8a8f4bbe436503a9b1e Obit] ===''CONDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Tasman Conder|Conder, Walter Tasman "Wally"]] [https://www.familysearch.org/tree/person/details/G6CJ-DTS] - 1888(Tas)-1974(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as General Manager, BCA, 3LO) - Electoral Rolls: teacher (Launceston, 1914); soldier (Langwarrin Military Camp, 1918-1921; Melbourne, 1924); secretarial (Melbourne, 1925-1928); entrepreneur (Melbourne, 1931-1937); secretary (Melbourne, 1943) - Links: [https://adb.anu.edu.au/biography/conder-walter-tasman-5747 ADB] ===''CONGDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bert Congdon|Congdon, Bert "Bertie"]] [https://www.familysearch.org/tree/person/details/9VVJ-CMW] - 1891(Vic)-1961(WA) - Licences: 6BA Receive Perth (Subiaco, 1923-1924); 6BC Perth (Subiaco, 1927-1939, 1946-1960) - Qualifications: cc; AOCP 382, 1927, No. ?? in WA - amateur operator; amateur broadcaster; WW1; civil servant - Electoral Rolls: civil servant (Subiaco, 1925-1958) ===''CONNELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dermot Anthony Connelly|Connelly, Dermot Anthony]] [https://www.familysearch.org/tree/person/details/G8L5-2VC] - 1903(Vic)-1965(Vic) - Licences: 3BU Receive Melbourne (St Kilda, 1922); 3BU Melbourne (St Kilda, 1923-1925); 3ADK Melbourne (St Kilda, 1948; Ivanhoe, 1954-1965) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: manager (Caulfield, 1927-1936); Air Force officer (St Kilda, 1937); nil (Frankston, 1949); photographer (Ivanhoe, 1954-1963) ===''CONNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilson Connon|Connon, George Wilson]] [https://www.familysearch.org/tree/person/details/GXGF-8Z2] - 1907(Sct)-1976(SA) - Licences: 5KJ Booleroo (1937-1939); 5KJ Yunta (1947); 5KJ Alice Springs (1948-1954); 5KJ Adelaide (Millswood Estate, 1955-1956); 5KJ Port Lincoln (1960); 5KJ Berri (1965-1969); 5KJ Barmera (1975) - Qualifications: cc; AOCP 1991, 1937, SA; 2COCP 336, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: pensioner (Millswood East, SA, 1939); bookkeeper (Port Augusta, SA, 1941-1948); radio technician (Alice Springs, NT, 1949-1954) ===''CONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emmett Bernard Connor|Connor, Emmett Bernard]] [https://www.familysearch.org/tree/person/details/GXCB-L7Q] - 1913(Qld)-1977(Qld) - Licences: 4CE Gindie (1936); 4OC Longreach (1956); 4OC Fernlees (1960); 4OC Brisbane (Aspley, 1965-1969) - Qualifications: cc; AOCP, not yet identified; BOCP 280, 1940; 3COCP 5529, 1965 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing shed hand (Gindie, Qld, 1936); radio mechanic (Enoggera, Qld, 1937); radio technician (Longreach, Qld, 1943-1949); business Manager (Cramsie, Longreach, Qld, 1954-1958); grazier ("Ronnoc Downs", Fernlees, Qld, 1958-1963; Aspley, Qld, 1963-1977) * [[/Laurance Kingsley Connor|Connor, Laurance Kingsley]] [https://www.familysearch.org/tree/person/details/L2GD-KPT] - 1907(NSW)-1950(NSW) - 2LK Sydney (Belmore, 1925-1926), 2ALC Sydney (Lakemba, 1948; Cammeray, 1950), amateur operator (AOCP 68, 1925, No. ?? in NSW; CPRT 881, 1925; 2COCP 199, 1930; 1COCP 220, 1939), amateur broadcaster * [[/Stephen James Connor|Connor, Stephen James]] [https://www.familysearch.org/tree/person/details/GH4J-FP4] - 1894(NSW)-1979(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 235, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Electoral Rolls: radio telegraphist (Broome, 1917); electrical engineer (Strathfield, NSW, 1930; Lismore, NSW, 1933); electrician (Darlinghurst, NSW, 1934; Strathfield, NSW, 1936-1963); retired (Lapstone, NSW, 1972) * [[/Terence Connor|Connor, Terence]] [https://www.familysearch.org/tree/person/details/G6MC-3DV] - 1916(Tas)-1982(Tas) - Licences: 7CT Hobart (Rokeby, 1936-1939; City, 1946-1948); 7CT Huonville (1954-1960); 7CT Hobart (Bellerive, 1965-1980+) - Qualifications: cc; AOCP 1643, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: auto-electrician (New Town, 1943; Hobart North, 1949); manager (Huonville, 1949-1954); sales rep. (Bellerive, 1963-1977) ===''CONRAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Ernest Conrad|Conrad, Raymond Ernest]] [https://www.familysearch.org/tree/person/details/GSP2-VGS] - 1905(Tas)-1977(Tas) - Licences: 2TR Sydney (Bexley, 1930-1937; Rockdale, 1938-1939); 7TR Hobart (Derwent Park, 1947; Moonah, 1948-1956; Berriedale, 1960-1975) - Qualifications: AOCP 651, 1930, No. ?? in Tas; BOCP 308, 1940 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: battery fitter (Bexley, 1930); storeman (Bexley, 1931-1934); clerk (Bexley, 1935-1936; Rockdale, 1937); purchasing officer (Cameray, 1943); radio manufacturer (Moonah, 1949-1954); engineer (Hospital, Rosetta, 1963) ===''CONRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Conry|Conry, William Henry]] [https://www.familysearch.org/tree/person/details/GDJL-HCR] - 1892(Vic)-1959(Qld) - Licences: 3OK Melbourne (Armadale, 1923-1925); 3CO Melbourne (Brighton, 1931-1939) - Qualifications: cc; CPRT 260, 1916; 1COCP 44, 1935 - amateur operator; amateur broadcaster; WW1 (Merchant Marine); RANRS; witness to Royal Commission 1927 (obo PMGD Vic) - Electoral Rolls: mechanic (Windsor, Vic, 1914-1919; Armadale, 1921-1924); inspector (Brighton, 1925-1937); radio inspector (South Brisbane, 1943-1949); postal official (St Lucia, 1954-1958) ===''CONWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn Laurence Dean Conway|Conway, Mervyn Laurence Dean]] [https://www.familysearch.org/tree/person/details/G6MH-GHZ] - 1912(Tas)-1979(Tas) - Licences: 7CL Launceston (1936-1939, 1948-1960); 7CL Hobart (West Hobart, 1965-1975) - Qualifications: cc; AOCP 1684, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Nelson, 1936); school teacher (Launceston East, 1937); teacher (Devonport, 1943; New Town, 1949-1958) ===''COOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Byron Cook|Cook, Ernest Byron "Ernie"]] [https://www.familysearch.org/tree/person/details/M46M-M3J] - 1902(Vic)-1981(Vic) - Licences: 3CK Tresco (1926-1927); 3CK Kerang (1931); 3EC Swan Hill (1938-1939); 3EC Melbourne (Coburg, 1946-1975) - Qualifications: AOCP 295, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: foreman (Swan Hill, 1937-1942) * [[/Victor Roy Percival Cook|Cook, Victor Roy Percival "Roy"]] [https://www.familysearch.org/tree/person/details/MYJG-6C6] - 1899(SA)-1980(SA) - Licences: XVN Adelaide (1913-1914); S099 Adelaide (1920s); 5AC Adelaide (Prospect, 1923-1927; Rose Park, 1928-1931; Kilkenny, 1933-1939, 1946-1948; Woodville, 1954-1975; Somerton Park, 1980) - Qualifications: cc; AOCP 94, 1925, No. ?? in SA - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: analyst (Kilkenny, 1939-1943) ===''COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Robert Cooke|Cooke, Clarence Robert]] [https://www.familysearch.org/tree/person/details/GF3Z-3P6] - 1891(???)-1970(WA) - Licences: 6CP Perth (Bayswater, 1932-1939, 1947-1965) - Qualifications: cc; AOCP 1068, 1932, WA - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Mornington Mills, WA, 1914); locomotive driver (Mornington Mills, WA, 1921-1926); locomotive engine driver (Bayswater, WA, 1931-1968) * [[/Clive J. Cooke|Cooke, Clive J.]] - 19??(???)-19??(???) - 4CC Brisbane (Chermside, -1952+), amateur operator (AOCP ??, 19??, No. ?? in Qld) * [[/Frank Basil Cooke|Cooke, Frank Basil "Basil"]] [https://www.familysearch.org/tree/person/details/G7Q6-TN8] - 1892(SA)-1967(NSW) - XADW Sydney (1913), 2LI Sydney (1922-1924), 2XQ Receive Sydney (1923), 2DJ Sydney (Northbridge, 1924-1931; Mosman, 1933-1939), early wireless experimenter, amateur operator (pre AOCP; AOCP 39, 1924, No. ?? in NSW), amateur broadcaster, radio clubs (WIA NSW, vice-president 1923) * [[/Frederick William Cooke|Cooke, Frederick William]] [https://www.familysearch.org/tree/person/details/GZB8-V6L] - 1906(Eng)-1981(Vic) - Licences: 3FW Melbourne (Footscray, 1926-1927) - Qualifications: AOCP 311, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: meter tester (Footscray, 1926-1949) ===''COOKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Cookson|Cookson, Arnold]] [https://www.familysearch.org/tree/person/details/G6YD-87L] - 1889(Eng)-1971(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 201, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: telegraphist (Thursday Island, 1919); no occupation (Darlinghurst, 1949); clerk (Northbridge, 1949-1963; Bexley, NSW, 1968) * [[/Joseph George Cookson|Cookson, Joseph George "George"]] [https://www.familysearch.org/tree/person/details/KGCW-Z8N] - 1888(Vic)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 862, 1925; 2COCP 21, 1929; 1COCP 34, 1930 - RANRS (1919), AWA - Relationships: Father of Leonard Kenneth Cookson - Electoral Rolls: engine driver (Crossover, Vic, 1912-1913; Bacchus Marsh, 1914-1915); mechanic (Alphington, 1917); engineer (Cooktown, 1919); radio engineer (Radio Station, Carlingford, NSW, 1930-1935; Croydon, NSW, 1943-1958) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] * [[/Leonard Kenneth Cookson|Cookson, Leonard Kenneth "Len"]] [https://www.familysearch.org/tree/person/details/GXQ8-JHV] - 1917(Vic)-2005(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - AWA - Relationships: Son of Joseph George Cookson - Electoral Rolls: foreman (Concord, NSW, 1943); electrical fitter (Croydon, 1943-1954; Glebe, 1958; Blacktown, 1963-1980) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] ===''COOLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Cooling|Cooling, Ernest Richard]] [https://www.familysearch.org/tree/person/details/LVZL-GSC] - 1885(Qld)-1936(Qld) - Licences: 4BN Toowoomba (1924-1927) - Qualifications: cc; AOCP 11, 1924, No. 3 in Qld - amateur operator; amateur broadcaster; honorary radio inspector (Toowoomba, 1924), (Halcyon P. 4) - Comment: A tragic end to a productive life - TroveTag: "4BN - Ernest Richard Cooling" - Electoral Rolls: letter carrier (Toowoomba, 1908); telegraphist (Bowen, 1912); postal assistant (Toowoomba, 1913-1930) ===''COOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Saint Coombe|Coombe, Geoffrey Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-TXS] - 1913(SA)-19??(???) - Licences: 5ML Adelaide (Hindmarsh, 1931-1939; Croydon, 1947-1948; Brooklyn Park, 1960-1980+) - Qualifications: cc; AOCP 756, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5MR Jack Robert Saint Coombe - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Croydon, 1941) * [[/Jack Robert Saint Coombe|Coombe, Jack Robert Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-T3C] - 1910(SA)-1981(SA) - Licences: 5MR Adelaide (Stirling West, 1954-1980+) - Qualifications: cc; AOCP 2923, 1949, SA - amateur operator; amateur broadcaster - Relationships: Brother of 5ML Geoffrey Saint Coombe - Electoral Rolls: electrician (Hindmarsh, SA, 1939; Croydon, SA, 1941); electrical mechanic (Mt Lofty, SA, 1943) ===''COOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edwin Charles Cooper|Cooper, Alfred Edwin Charles]] [https://www.familysearch.org/tree/person/details/GZV9-9GK] - 1904(NSW)-1997(NSW) - Licences: 2AL Receive Sydney (Ashfield, 1922); 2AL Sydney (Ashfield, 1923-1926); 2UO Sydney (Northbridge, 1947-1950); 2AUO Sydney (Yacht Asgard, 1948-1960); 4AY Surfers Paradise (1980) - Qualifications: cc; AOCP 180, 1925, No. ?? in NSW; 3COCP 626, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: fruit merchant (Ashfield, 1931); director (Northbridge, 1943-1958); company director (Clareville, 1963-1977) * [[/Eric Cooper|Cooper, Eric]] [https://www.familysearch.org/tree/person/details/GD1M-WC4] - 1925(Tas)-19??(???) - Licences: 7ZEC Evandale (1965-1980+) - Qualifications: cc; AOLCP 870, 1960, Tas - amateur operator - Electoral Rolls: moulder (Evandale, 1949); radio technician (Evandale, 1954) * [[/Ernest Edward Cooper|Cooper, Ernest Edward]] [https://www.familysearch.org/tree/person/details/GZ5F-RLJ] - 1905(Tas)-1951(Tas) - Licences: 7MK Launceston (Youngtown, 1926-1927); 7MC Launceston (City, 1947-1948) - Qualifications: cc; AOCP 261, 1926, No. ?? in Tas; AOLCP 151, 1934 - amateur operator; amateur broadcaster - Relationships: may be related to 7ZEC Evandale (1965-1975) Eric Cooper - Electoral Rolls: radio mechanic (Hobart, 1928); radio engineer (Ulverstone, 1936; Launceston East, 1943; Launceston West, 1949) * [[/Harold More Cooper|Cooper, Harold More or Harold Moore]] [https://www.familysearch.org/tree/person/details/GZ58-SJP] - 1886(SA)-1970(SA) - Licences: Receive Adelaide (Glenelg, 1923-1925); 5HG Adelaide (Glenelg, 1926-1939, 1946-1969) - Qualifications: cc; AOCP 257, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW2; submarine cable telegraphist; archaeologist; historian - Electoral Rolls: telegraphist (Glenelg, 1939-1943) - Links: [https://adb.anu.edu.au/biography/cooper-harold-more-9821 ADB] * [[/James Herbert Cooper|Cooper, James Herbert]] [https://www.familysearch.org/tree/person/details/LVTJ-14B] - 1914(NSW)-1992(NSW) - Licences: 2ZG Sydney (Wollstonecraft, 1930-1939 - Qualifications: AOCP 701, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Crows Nest, 1936-1943); broker (Mosman, 1949); stock and sharebroker (Wahroonga, 1949-1968); sharebroker (Wahroonga, 1972); broker (St Ives, 1977-1980) ===''CORDINGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harold Cordingley|Cordingley, Charles Harold]] [https://www.familysearch.org/tree/person/details/GDJK-SB4] - 1892(Eng)-1955(Vic) - Licences: 3RF Melbourne (Ascot Vale, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Ararat, 1913); electrical engineer (Flemington, 1915-1919); engineer (Ascot Vale, 1921-1954) ===''CORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert James Core|Core, Herbert James "Herb"]] [https://www.familysearch.org/tree/person/details/L1PF-R2Q] - 1906(Qld)-1954(Qld) - Licences: 4HC Brisbane (Coorparoo, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 2012, 1937, Qld; 1COCP 392, 1940 - amateur operator; amateur broadcaster; formerly Sydney - Electoral Rolls: public servant (Greenslopes, Qld, 1929); assistant (Coorparoo, Qld, 1936-1937); public servant (Coorparoo, Qld, 1943-1949; Camp Hill, Qld, 1949-1954) ===''CORNELIUS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Edward Cornelius|Cornelius, Eric Edward]] [https://www.familysearch.org/tree/person/details/LH7P-2MD] - 1916(WA)-1979(WA) - Licences: 6EC Albany (1936-1939); 6EC Kalgoorlie (1947-1948); 6EC Wagin (1954-1955); 6EC Perth (Inglewood, 1956-1975) - Qualifications: cc; AOCP 1635, 1936, WA; TVOCP 200, 1959 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Station 6WA, Wagin, 1949-1954; Inglewood, WA, 1958-1977) ===''CORNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Cameron Corney|Corney, Kenneth Cameron]] [https://www.familysearch.org/tree/person/details/GDGS-2MB] - 1899(Vic)-1990(Vic) - Licences: V755 Receive Bairnsdale (1922); 3GY Receive Bairnsdale (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: farmer (Gogeldrie, NSW, 1949); grazier (Metung, Vic, 1963-1980) ===''COTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alfred Cotton|Cotton, Arthur Alfred]] [https://www.familysearch.org/tree/person/details/KNH3-P9L] - 1897(SA)-1973(SA) - Licences: XVS Adelaide (Glanville, 1913); 5HY Adelaide (Kilkenny, 1926-1928; Colonel Light Gardens, 1931; Kilburn, 1946-1969) - Qualifications: cc; AOCP 270, 1926, No. ?? in SA - early wireless experimenter; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo WIA SA) - Electoral Rolls: engineer (Semaphore, 1939); clerk (Findon, 1943) * [[/Arthur Tylney Cotton|Cotton, Arthur Tylney]] [https://www.familysearch.org/tree/person/details/L7G8-SGG] - 1884(Tas)-1965(Tas) - Licences: Receive Spring Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Kelvedon, 1914-1963) * [[/Leith Simpson Cotton|Cotton, Leith Simpson]] [https://www.familysearch.org/tree/person/details/GZR2-12K] - 1905(SA)-2001(SA) - Licences: 5LG Adelaide (Burnside, 1932-1933); 5LG Iron Knob (1937-1939); 5LG Adelaide (Clarence Gardens, 1946-1948; Parkholme, 1954-1980+) - Qualifications: cc; AOCP 1023, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: boilermaker (Iron Knob, 1939-1941) ===''COTTRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Morgan Cottrell|Cottrell, Joseph William Morgan]] [https://www.familysearch.org/tree/person/details/9VLW-L1Y] - 1897(NSW)-1950(Vic) - Licences: 2ZF Receive Sydney (Randwick, 1923); 2ZN Sydney (Randwick, 1923-1925; Coogee, 1926-1930; Maroubra Junction, 1931; Dundas, 1933-1939, 1946-1947; Carlingford, 1948-1950); 2ADX Sydney (Dundas/Portable, 1937-1939) - Qualifications: cc; AOCP 367, 1927, No. ?? in NSW; AOLCP 1, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Coogee, 1930); broadcaster (Dundas, 1933-1934); radio operator (Dundas, 1936-1943); technician (Carlingford, 1949) ===''COUCHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Clyde McGregor Couchman|Couchman, Clifford Clyde McGregor "Cliff"]] [https://www.familysearch.org/tree/person/details/GQLS-T4D] - 1907(Qld)-1971(Qld) - Licences: 4KZ Kaimkillenbun (1930-1939); 4KZ Dalby (1946-1969) - Qualifications: cc; 2COCP 151, 1930; COCP 1st Class Marconi School (Halcyon) - amateur operator; amateur broadcaster; military (WW2, Navy, wireless officer); broadcast technician (PMGD, 4QS); business proprietor (electrical & radio, Dalby) - Electoral Rolls: labourer (Kaimkillenbun, 1930-1937); engineer (Dalby, 1943-1963); electrical engineer (Dalby, 1968) ===''COULTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Maxwell Coulter|Coulter, Jack Maxwell]] [https://www.familysearch.org/tree/person/details/GXRW-MXK] - 1912(SA)-1985(???) - Licences: 5MC Adelaide (Glenelg, 1936-1937); 3MV Melbourne (Caulfield, 1938-1939); 5JD Adelaide (Ashford, 1947-1948; Ackland Gardens, 1954-1960); 5JK Adelaide (Edwardstown, 1975-1980+) - Qualifications: cc; AOCP 1712, 1936, SA; 2COCP 812, 1944 - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: civil servant (Caulfield West, Vic, 1937); RAN (Port Melbourne, Vic, 1943) ===''COUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Couper|Couper, Andrew "Andy" Jnr]] [https://www.familysearch.org/tree/person/details/L6R8-R1T] - 1893(Qld)-1958(Qld) - Licences: XQM Mareeba (1914); 4BW Mareeba (1923-1939, 1946-1956) - Qualifications: cc; AOCP 71, 1925, No. 5 in Qld - early wireless experimenter (1914 & likely earlier unlicensed); amateur operator; amateur broadcaster; WW2 - Electoral Rolls: iron moulder (Mareeba, 1913-1932); engineer (Mareeba, 1936-1958) ===''COURT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Court|Court, Charles Percy]] [https://www.familysearch.org/tree/person/details/GX6T-Q5T] - 1904(Qld)-1962(Qld) - Licences: 4CT Receive Brisbane (Rosalie, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Bayswater, Qld, 1925-1936; Kedron, Qld, 1937-1958) * [[/Thomas Palmer Court|Court, Thomas Palmer Jnr]] - 1895(Vic)-1976(NSW) - XNY Melbourne (Malvern, 1913-1914), 3BO Melbourne (Malvern, 1922), 3TC Melbourne (Malvern, 1926-1927), early wireless experimenter (CPRT 211, 1916), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, radio clubs (WIA Vic, secretary, 1919-1920+), employment (radio salesman, 1928; STC, chief design engineer, 1954), IRE Aust (president, 1950-1951), father also named Thomas Palmer Court (1861, Vic - 1944, NSW) ===''COUSENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Light Reynolds Cousens|Cousens, Harold Light Reynolds]] [https://www.familysearch.org/tree/person/details/GDG9-3SK] - 1888(NSW)-1965(NSW) - Licences: N743 Receive Summer Hill (1922); 2HW Receive Summer Hill (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: auctioneer (Tamworth, 1930-1963) ===''COUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Stuart Coutts|Coutts, Edwin Stuart]] [https://www.familysearch.org/tree/person/details/94TB-698] - 1893(Qld)-1947(Qld) - Licences: 4BZ Receive Dalby (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motor mechanic (Dalby, 1919-1937); garage proprietor (Dalby, 1943) ===''COWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Christian Nesbit Cowan|Cowan, Christian Nesbit]] [https://www.familysearch.org/tree/person/details/G8XD-6QW] - 1907(NSW)-1994(NSW) - Licences: 2PZ Aberdare (1930-1980+) - Qualifications: cc; AOCP 613, 1930, No. ?? in NSW; BOCP 486, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: railway employee (Aberdare, 1930-1963; Cessnock, 1968-1980) ===''COX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allan Grafton Cox|Cox, Allan (birth) or Allen (census) Grafton]] [https://www.familysearch.org/tree/person/details/LHWX-5XH] - 1892(NSW)-1978(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 120, 1915; 2COCP 103, 1930; 1COCP 347, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIB Brisbane (1917-1918) - Electoral Rolls: operator (Rockhampton, 1914; Pinkenba, 1916-1921); telegraphist (Toorak, 1921-1922; South Yarra, 1926-1927); O.I.C. (Cooktown, 1925; Thursday Island, 1930); radio officer (Clayfield, 1934); O.I.C. (Townsville, 1936-1937); engineer (Rockbank, 1942); wireless officer (Kangaroo Point, 1943; Hendra, Qld, 1949-1958); radio officer (Hendra, 1963-1977) * [[/Erle Harold Cox|Cox, Erle Harold "Harold"]] [https://www.familysearch.org/tree/person/details/LB8Z-RG2] - 1903(Tas)-1989(ACT) - Licences: 3BD Receive Melbourne (Elsternwick, 1922); 3BD Melbourne (Elsternwick, 1922-1927; St Kilda, 1931-1933); 2EP Canberra (Forrest, 1934-1935); 2GU Canberra (Red Hill, 1946-1955); 1GU Canberra (Red Hill, 1956-1965; Mawson, 1969-1980+) - Qualifications: cc; AOCP 245, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; journalist, president Press Gallery, Parliament House 1953 - Awards: O.B.E. for contribution to journalism in Australia 1953 - Relationships: son of Erle Cox, science fiction author [https://adb.anu.edu.au/biography/cox-erle-5799] - Electoral Rolls: journalist (Caulfield, 1931; Gardiner, 1936; Forrest, 1937; Red Hill, 1943-1968; Mawson, 1972-1980) * [[/Harold Edward Cox|Cox, Harold Edward or Harold]] [https://www.familysearch.org/tree/person/details/G8GQ-2RT] - 1892(Eng)-1975(Qld) - Licences: 6HE Geraldton (1927) - Qualifications: cc; CPRT 17, 1914; 1COCP 35, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIO Broome (1917-1918) - Electoral Rolls: wireless operator (Broome, WA, 1916-1917; Geraldton, WA, 1922-1930); broadcast manager (Townsville, Qld, 1931-1937); manager (4WK, Warwick, Qld, 1943); representative (Coorparoo, Qld, 1943); wireless representative (Coorparoo, Qld, 1949-1972) ===''COXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Wooton Coxon|Coxon, Robert Wooton]] [https://www.familysearch.org/tree/person/details/GZZ2-HVL] - 1905(WA)-19??(???) - Licences: 6RW Northam (1924-1927) - Qualifications: cc; AOCP 30, 1924, No. ?? in WA - amateur operator; amateur broadcaster; mining engineer, NT Gov (Director of Mines, 1947); WW2 - Relationships: no apparent relation with 6AG Wally Coxon - Electoral Rolls: engineer (Cheltenham, SA, 1943); civil servant (Alice Springs, 1949-1954) * [[/Walter Ernest Stanley Coxon|Coxon, Walter Ernest Stanley "Wally"]] [https://www.familysearch.org/tree/person/details/GCY8-JBS] - 1891(NSW)-1968(WA) - Licences: XYK Perth (Maylands, 1913); 6AG Perth (North Perth, 1924; Inglewood, 1925-1931; Mt Lawley, 1933-1939; Bayswater, 1946-1947; Darlington, 1948-1960; Claremont, 1965) - Qualifications: cc; AOCP 124, 1925, No. ?? in WA - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (6WF) - Relationships: no apparent relation with 6RW Robert Wooton Coxon - Electoral Rolls: fitter (Maylands, 1914); engineer (Maylands, 1925-1937); radio engineer (East Perth, 1943; Darlington, 1949-1958); retired (Claremont, 1963-1968) - Links: [http://messui.polygonal-moogle.com/valves/NW199311.pdf EA0] [http://messui.polygonal-moogle.com/valves/NW199404.pdf] [http://messui.polygonal-moogle.com/valves/NW199405.pdf EA2] ===''COZINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Cozins|Cozins, Charles Frederick]] [https://www.familysearch.org/tree/person/details/GF78-6FW] - 1908(WA)-2001(WA) - Licences: 6AC Perth (City, 1931-1933); 6AD Perth (Canning Bridge, 1947-1948) - Qualifications: cc; AOCP 742, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (North Perth, WA, 1931); radio mechanic (Corrogin, WA, 1936); marine collector (Kalgoorlie, WA, 1943); cook (West Perth, WA, 1949); storekeeper (Kalgoorlie, WA, 1949-1954); clerical assistant (South Perth, WA, 1958); clerk (Rivervale, WA, 1963-1972); retired (Kewdale, WA, 1977-1980) ===''CRAIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith William Craig|Craig, Keith William]] [https://www.familysearch.org/tree/person/details/GDNB-7FD] - 1921(NSW)-1999(NSW) - Licences: 2AJV Newcastle (Stockton, 1938-1939); 2EP Newcastle (New Lambton, 1948-1969) - Qualifications: cc; AOCP 2102, 1938, NSW - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Stockton, 1943); fitter (Lambton, 1949; New Lambton, 1958-1980) * [[/Walter Archibald Craig|Craig, Walter Archibald]] [https://www.familysearch.org/tree/person/details/GZ2F-7X4] - 1907(NSW)-1956(NSW) - Licences: 2XI Receive Sydney (Croydon, 1923); 2XI Sydney (Croydon, 1924-1939) - Qualifications: cc; AOCP 220, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Croydon, 1930-1954) ===''CRAMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warne Hutton Cramond|Cramond, Warne Hutton]] [https://www.familysearch.org/tree/person/details/9XQB-N2G] - 1898(NSW)-1951(NSW) - Licences: 2KJ Sydney (Lane Cove, 1928-1939, 1946-1950) - Qualifications: AOCP 397, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lane Cove, 1930-1949) ===''CRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Rae Cran|Cran, Morris Rae]] [https://www.familysearch.org/tree/person/details/G879-B1J] - 1901(Qld)-1959(NSW) - Licences: 4KX Brisbane (West End, 1930-1939); 2MR Sydney (Rockdale, 1946-1947; Randwick, 1954-1955) - Qualifications: cc; AOCP 570, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Electoral Rolls: clerk (West End, 1925-1937); accountant (Bondi, 1943); company secretary (Ranswick, 1954; Coogee, 1958) ===''CRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Layman William Victor Cranch|Cranch, Layman William Victor "Lay"]] - 1910(Qld)-1993(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio engineer, journalist (editor, Australian Radio and Electronics, 1951), business (manager, Kingsley) ===''CRAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Russell Bruce Cameron Craw|Craw, Russell Bruce Cameron "Bruce"]] [https://www.familysearch.org/tree/person/details/KF2Q-54Y] - 1901(Tas)-1934(Vic) - Licences: 7BC Burnie (1930-1933); 3BC Melbourne (1933-1934) - Qualifications: cc; AOCP 671, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Comment: passed too soon - Electoral Rolls: salesman (Burnie, 1922; North Melbourne, 1924; Burnie, 1928); sales (Middle Park, Vic, 1935) ===''CRAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Thomas Crawford|Crawford, Cedric Thomas]] [https://www.familysearch.org/tree/person/details/GD2P-42L] - 1905(NSW)-1977(NSW) - Licences: 2YC Sydney (Burwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Burwood, 1930-1933); engineer (Captain's Flat, 1937-1943); mechanical engineer (Broken Hill South, 1954-1963); engineer (St Ives, 1968-1972) * [[/John Murray Crawford|Crawford, John Murray]] - 19??(???)-19??(???) - senior federal public servant (chief engineer PMGD, involved establishment of first ABC stations), don't confuse with William Tamillas Stephen Crawford * [[/William Tamillas Stephen Crawford|Crawford, William Tamillas Stephen "Bill", "W.T.S.C."]] [https://www.familysearch.org/tree/person/details/G738-35N] - 1880(Vic)-1962(NSW) - state public servant (P&TD, Tas); senior federal public servant (PMGD, radio inspector); RANRS (commissioned telegraphist, 1917) - Comment: don't confuse with John Murray Crawford ===''CREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Creamer|Creamer, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7XK-965] - 1903(NSW)-1973(NSW) - Licences: 2UR Sydney (Glebe Point, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Orange, 1930-1932); electrical engineer (Brewarrina, 1933; Henty, 1934-1935; Grose Vale, 1937; Richmond, 1943-1968) ===''CREDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter John Credlin|Credlin, Peter John]] [https://www.familysearch.org/tree/person/details/GDSB-SH8] - 1938(Vic)-1984(NSW) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) - Comment: Gone too soon - Electoral Rolls: clerk (Camberwell, 1954); engineer (Malvern, 1963; Lower Templestowe, 1967-1980) ===''CRESSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Gillespie Cresswell|Cresswell, Frank Gillespie]] [https://www.familysearch.org/tree/person/details/LR45-Q56] - 1880(Vic)-1963(Vic) - Licences: 3GI Melbourne (East Kew, 1924-1925; Camberwell, 1926-1927); Qualifications: cc; Nil yet identified - federal public service (PMGD); military (Commonwealth Naval Militia, engineer sublieutenant); RANRS (Radio Commander, terminated Nov 1920) - not to be confused with William Rooke '''Creswell''' - Electoral Rolls: instrument fitter (Camberwell, 1903-1906); Engineer-Lieutenant RAN (Prahran, 1912); naval officer (St Kilda, 1914); lieutenant RAN (Hawthorn, 1915-1919); RAN (Kew, 1922-1924); commandant RAN (Frankston, 1928-1934); naval officer (Olivers Hill, 1936-1937); electrical engineer (Armadale, 1943); retired (Somers, 1949; Mt Eliza, 1954; Frankston, 1963) * [[/Harry Leslie Cresswell|Cresswell, Harry Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9456-49G] - 1917(Qld)-1942(Qld) - Licences: 4DL Brisbane (Coorparoo, Qld, 1938-1939) - Qualifications: cc; Nil yet identified, likely RAN - amateur operator; amateur broadcaster; WW2 (RAN, Petty Officer Telegraphist, KIA, HMAS Yarra) - Electoral Rolls: Nil yet identified - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10293831 AWM] [https://www.awm.gov.au/collection/R1690529 Roll of Honour] ===''CRESWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rooke Creswell|Creswell, William Rooke]] [https://www.familysearch.org/tree/person/details/9N4L-WRS] - 1852(Gibraltar)-1933(Vic) - early wireless experimenter (Lytton, Moreton Island), military (RAN; Qld Maritime Defence Force, commandant; Commonwealth Naval Forces, commandant) - Generally considered the father of the RAN, not to be confused with Frank Gillespie '''Cresswell''' - Electoral Rolls: naval commandant (South Brisbane, 1903-1905); director (Toorak, 1909-1919) - Links: [[w:William Rooke Creswell|Wikipedia]]; [https://adb.anu.edu.au/biography/creswell-sir-william-rooke-5817 ADB] [https://www.navy.gov.au/biography/vice-admiral-sir-william-rooke-creswell RAN] ===''CRIBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dunmore Foote Cribb|Cribb, Dunmore Foote]] [https://www.familysearch.org/tree/person/details/LCPP-YQH] - 1899(Qld)-1946(Qld) - Licences: 4DC Brisbane (Indooroopilly, 1925-1927) - Qualifications: cc; AOCP 134, 1925, No. 15 in Qld - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant) - Electoral Rolls: teacher (Indooroopilly, 1921-1943) ===''CRICHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Robert Crichton|Crichton, Stanley Robert]] [https://www.familysearch.org/tree/person/details/LK76-MZH] - 1893(NZ)-1967(NSW) - Licences: 2KH East Maitland (1929-1935); 9OU Port Moresby (1947-1948) - Qualifications: AOCP 542, 1929, No. ?? in NSW; AOLCP 100, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: telephone mechanic (East Maitland, 1930-1935); wireless operator (Maclean, 1936); Radio 2NR (Lawrence, 1937); wireless operator (Ashfield, 1949); PMG technician (Ashfield, 1954-1963) ===''CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cridge, Wilfred Edgar Launder - See Wilfred Edgar Launder-Cridge ===''CRISP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Charles Crisp|Crisp, Henry Charles "Harry"]] [https://www.familysearch.org/tree/person/details/G8XD-5T2] - 1909(NSW)-1996(???) - Licences: 2LX Sydney (Undercliffe, 1930; Hurstville, 1931-1933; Cronulla, 1934-1939, 1946); 2LX Ettalong (1947-1955); 2LX Woy Woy (1956-1961); 2LX Urunga (1965); 2LX Sydney (Cronulla, 1969; Gorokan, 1975-1980+) - Qualifications: AOCP 614, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: "Henry Charles" carrier (Undercliffe, 1930; Hurstville, 1931-1933); radio dealer (Cronulla, 1934-1937); "Harry Charles" examiner (Bondi, 1943); "Henery Charles" no occupation (Ettalong, 1949); "Henry Charles" radio dealer (Ettalong, 1954-1963); "Harry Charles" motel proprietor (Urunga, 1968); manager (Sans Souci, 1972); retired (Cronulla, 1972); "Henery Charles" retired (Gorokan, 1977-1980) ===''CROCKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Edward Crocker|Crocker, Claude Edward]] [https://www.familysearch.org/tree/person/details/L8R6-RZW] - 1875(USA)-1929(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: engineer (West Perth, 1922-1925) * [[/Edward Baker Crocker|Crocker, Edward Baker]] [https://www.familysearch.org/tree/person/details/MYHX-65B] - 1867(Wales)-1955(NSW) - Licences: 2BB Receive Sydney (Marrickville, 1922); 2BB Sydney (Marrickville, 1922-1930) - Qualifications: cc; AOCP 95, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: provision merchant (Marrickville, 1933-1937); retired (Marrickville, 1943-1949); no occupation (Earlwood, 1949-1954) ===''CROME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Keith Crome|Crome, Harry Keith]] [https://www.familysearch.org/tree/person/details/LZTL-HF9] - 1908(Tas)-1975(Tas) - Licences: Receive (Crystal) Hobart (New Town, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: painter (Hobart North, 1936-1954); linotype operator Melbourne (Alphington, 1963-1972) ===''CROMIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Thomas Cromie|Cromie, Charles Thomas]] [https://www.familysearch.org/tree/person/details/G6Z4-73H] - 1883(Vic)-1952(Vic) - Licences: Receive (Valve) Melbourne (Caulfield, 1923) - Qualifications: cc; Nil yet identified - manager (Oliver J. Nilsen & Co, 1927); witness to Royal Commission 1927 (obo 3UZ) - Electoral Rolls: draper (Maffra, 1903; Korumburra, 1905; East Melbourne, 1909; Maffra, 1912); engineer (East Melbourne, 1914); electrical engineer (Malvern, 1915-1917); engineer (Elsternwick, 1919; Caulfield, 1924-1927); electrical engineer (Melbourne East, 1928; Caulfield, 1931); engineer (Caulfield, 1934); director (Armadale, 1936-1949) ===''CROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Leonard Crooks|Crooks, James Alexander Leonard "Len"]] [https://www.familysearch.org/tree/person/details/LK93-6HV] - 1890(Tas)-1973(Tas) - Licences: Receive Launceston (1923-1925); 7BQ Launceston (1925-1969+) - Qualifications: cc; AOCP 61, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; honorary radio inspector (PMG) - Relationships: father of 3AAC John Peter Crooks - Electoral Rolls: clerk (Trevallyn, 1914; Launceston, 1919-1968); no occupation (Low Head, 1972) * [[/John Peter Crooks|Crooks, John Peter]] [https://www.familysearch.org/tree/person/details/LRZL-Z2J] - 1921(Tas)-2013(Vic) - Licences: 3AAC Colac (1960); 3AAC Bulleen (1965-1969) - Qualifications: AOCP 2107, 1938, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: son of 7BQ James Alexander Leonard "Len" Crooks - Electoral Rolls: civil servant (Elsternwick, 1949); engineer (East Geelong, 1954; Bulleen, 1963-1977) ===''CROPLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cropley|Cropley, Eric William]] [https://www.familysearch.org/tree/person/details/GDLL-YVK] - 1893(NSW)-1935(NSW) - Licences: N735 Receive Sydney (Homebush, 1922); 2HT Receive Sydney (Homebush, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of Mervyn Eric Cropley - Electoral Rolls: warehouseman (Homebush, 1930-1933) * [[/Mervyn Eric Cropley|Cropley, Mervyn Eric]] [https://www.familysearch.org/tree/person/details/GDLG-MYS] - 1920(NSW)-1951(Aus) - Licences: cc; Nil yet identified - Qualifications: cc; 2COCP 403, 1941 - amateur operator; amateur broadcaster - Relationships: son of 2HT Eric William Cropley - Electoral Rolls: radio officer (Homebush, 1943); salesman (Blaxland, 1949) ===''CROUCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Casimir Crouch|Crouch, Ernest Casimir "Ern"]] - 1908(???)-1989(NSW) - 2QJ Receive Sydney (Mosman, 1923), 2EC Sydney (Mosman, 1924-1939), 2EC Orange (1946-1980), amateur operator (AOCP 16, 1924, No. 6 in NSW), amateur broadcaster; engineer; Mosman Radio Laboratories 1927 (proprietor?) ===''CROWDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Crowder, Joyce Isabel see Batchler nee Crowder, Joyce Isabel ===''CULLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Norman Seth Culliver|Culliver, Francis Norman Seth "Norman"]] [https://www.familysearch.org/tree/person/details/G82T-SWD] - 1891(Vic)-1962(Vic) - Licences: 3DP Receive Melbourne (East Melbourne, 1922); 3DP Melbourne (East Melbourne, 1923-1925; Hawthorn, 1925-1927); 3UG Melbourne (Rye, 1948-1956); 3UG Queenscliff (1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of Keith Norman Culliver & Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1931-1954) * [[/Ian Douglas Culliver|Culliver, Ian Douglas "Sam"]] [https://www.familysearch.org/tree/person/details/G82T-WDM] - 1916?(Vic)-2002(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 655, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Keith Norman Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) * [[/Keith Norman Culliver|Culliver, Keith Norman]] [https://www.familysearch.org/tree/person/details/G82T-753] - 1914(Vic)-1998(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 656, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) ===''CUMMING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Humberstone Cumming|Cumming, William Humberstone]] [https://www.familysearch.org/tree/person/details/GSLF-9FS] - 1903(Vic)-1956(Vic) - Licences: 3BK Melbourne (Armadale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Notting Hill, 1931); engineer (Cheltenham, 1931); contractor (Malvern, 1936-1949); engineer (Malvern, 1954) ===''CUMMINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Cummings|Cummings, Bruce]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 1928, No. ?? in Qld), amateur broadcaster ===''CUMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Vincent Cummins|Cummins, Reginald Vincent]] [https://www.familysearch.org/tree/person/details/GXCK-FLN] - 1911(Qld)-1957(Qld) - Licences: 4VC Brisbane (Newmarket, 1937-1939) - Qualifications: cc; AOCP 1939, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (East Ipswich, Qld, 1934-1937); public servant (Newmarket, Qld, 1943-1954) ===''CUNLIFFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James August Cunliffe|Cunliffe, James August]] [https://www.familysearch.org/tree/person/details/G7KX-DQW] - 1904(Vic)-1984(Vic) - Licences: 3ZO Melbourne (Croxton, 1930-1931; Preston, 1933-1939, 1946-1947); 3AZO Melbourne (North Fitzroy, 1954; East Preston, 1955-1980+) - Qualifications: AOCP 597, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: cabinet maker (Preston, 1927); electrician (Preston East, 1931-1942); cabinet maker (Preston East, 1949); carpenter (Preston East, 1963-1980) ===''CUNNINGHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hugh Cunningham|Cunningham, Robert Hugh]] [https://www.familysearch.org/tree/person/details/G845-Z7M] - 1909(Vic)-1989(Vic) - Licences: 3ML Melbourne (Malvern, 1928-1937; Hawthorn, 1938-1939; Frankston, 1946-1947; Malvern, 1948-1980+) - Qualifications: AOCP 463, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Malvern, 1931; Gardiner, 1936-1937); RAAF (Frankston, 1949); manager (Malvern, 1949-1954); director (Malvern, 1963-1980) - R. H. Cunningham, electronics retailer? ===''CUREDALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Curedale|Curedale, Albert John]] [https://www.familysearch.org/tree/person/details/GFQ6-S41] - 1914(Aus)-1986(WA) - Licences: 6AE Perth (City, 1934-1939) - Qualifications: cc; AOCP 1385, 1934, WA - amateur operator; amateur broadcaster - Electoral Rolls: presser (North Perth, WA, 1943-1949; West Perth, WA, 1954; Leederville, WA, 1958-1972) * [[/Robert Gordon Curedale|Curedale, Robert Gordon]] - 1906(WA)-1981(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 837, 1924; 2COCP 369, 1931; 1COCP 141, 1937 - - Electoral Rolls: radio operator (Magnetic Observatory, Watheroo, WA, 1931); wireless operator (West Perth, WA, 1936-1937); radio technician (Croydon, NSW, 1943); farming (Watheroo, WA, 1949); geophysicist (Ascot Vale, Vic, 1954; Bentleigh, Vic, 1963; Yokine, WA, 1968); retired (North Beach, WA, 1972; Maylands, WA, 1977-1980) ===''CURETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Poyner Cureton|Cureton, John Poyner "Jack"]] [https://www.familysearch.org/tree/person/details/L29Y-H1R] - 1905(NSW)-1958(NSW) - Licences: 2AY Receive Sydney (Burwood, 1922); 2AY Sydney (Burwood, 1923-1930); 2AU Sydney (Burwood, 1930-1933; Gordon, 1933-1934; Burwood, 1935-1939, 1946-1950); 2AU Little Hartley (1954-1958) - Qualifications: cc; AOCP 168, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Withdrawal: 2AY callsign withdrawn by PMGD in 1930 and reallocated to new commercial 2AY Albury - Electoral Rolls: secretary (Burwood, 1930; Parkes, 1936); engineer (Burwood, 1943); grazier (Little Hartley, 1958) ===''CURLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Clarence Curle|Curle, George Clarence]] [https://www.familysearch.org/tree/person/details/GZ25-DZZ] - 1914(NSW)-1941(Egypt) - licences: 2AJB Sydney (Chullora, 1937-1939) - qualifications: AOCP 1813, 1937, No. ?? in NSW; BOCP 310, 1940 - amateur operator, amateur broadcaster, broadcast engineer (2BL), WW2 - electoral rolls: Nil - "Greater love hath no man than this" ===''CURNOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Ross Curnow|Curnow, Geoffrey Ross]] - 19??(???)-19??(???) - historian (wireless & broadcasting), "The history of the development of wireless telegraphy and broadcasting in Australia to 1942, with especial reference to the Australian Broadcasting Commission : a political and administrative study" ===''CURRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Benjamin John Currie|Currie, Francis Benjamin John]] [https://www.familysearch.org/tree/person/details/G8QY-8JP] - 1903(SA)-1974(SA) - Licences: None yet found - Qualifications: AOCP 395, 1928, No. ?? in SA - amateur operator? - Electoral Rolls: checker (Albert Park, Vic, 1936); storeman (Semaphore, 1939; Queensbury, 1941) * [[/James Lawrence Currie|Currie, James Lawrence "Len"]] [https://www.familysearch.org/tree/person/details/GXCK-9GW] - 1905(Qld)-1960(Qld) - Licences: 4LC Bundaberg (1936-1937); 4LC Proserpine (1938-1939); 4LC St George (1946-1956); 4LC Brisbane (Dutton Park, 1960) - Qualifications: cc; AOCP 1631, 1936, Qld - amateur operator; amateur broadcaster; power station engineer - Electoral Rolls: electrician (New Farm, Qld, 1929; Bundaberg, Qld, 1931-1937); electrical engineer (Blackhall, Qld, 1943; St George, Qld, 1949-1954); engineer (Caboolture, Qld, 1958) ===''CURTIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. F. Curtis|Curtis, R. F.]] - 19??(???)-19??(???) - Licences: 3AI Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''CUSACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Chanel Cusack|Cusack, Leo Chanel]] [https://www.familysearch.org/tree/person/details/G6YN-49P] - 1897(NSW)-1967(Qld) - Licences: 4LC Port Moresby (1925-1926) - Qualifications: cc; CPRT 229, 1916; 1COCP 319, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIT Townsville (1917-1918) - Electoral Rolls: radio operator (Maroubra, 1930); radio telegraphist (Townsville, 1931-1936; Maroubra, 1943); wireless operator (Maroubra, 1949); radio operator (Darwin, 1949-1954); wireless operator (Maroubra, 1958-1963); retired (Bardon, Qld, 1963) * [[/Sidney Claude Cusack|Cusack, Sidney or Sydney Claude or Claud]] [https://www.familysearch.org/tree/person/details/GW42-D16] - 1885(Eng)-1973(Canada) - Licences: 5CK Adelaide (Dulwich, 1924-1926) - Qualifications: cc; CPRT 5, 1914 (No. 5 in Aus and Vic, Commonwealth system) - RANRS (CPO to Warrant Telegraphist, 1917); WW1 - Electoral Rolls: operator (Clayfield, Qld, 1916) ===''CUSHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Thomas Cushen|Cushen, Arthur Thomas]] [https://www.familysearch.org/tree/person/details/GXQL-FP3] - 1920(NZ)-1997(NZ) - prominent MW and SW broadcast listener 1930s to 1990s; DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club, DX Australia) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen/ Autobiography]; [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tributes] ===''CUSITER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert William Macgregor Cusiter|Cusiter, Robert William Macgregor "Mac"]] [https://www.familysearch.org/tree/person/details/M6H8-73C] - 1908(NSW)-1970(???) - 2RW Sydney (Lewisham, 1925-1926; Turramurra, 1927-1929; Pymble, 1930; Lewisham, 1931-1939, 1946-1955; Hornsby, 1956-1969), amateur operator (AOCP 203, 1925, No. ?? in NSW), amateur broadcaster, engineer (Pymble, 1930; Lewisham, 1930-1949; Hornsby, 1958-1968), AWA, PMGD, WW2 (worked on defence electronics) ===''CUTHBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Cuthbert|Cuthbert, Henry]] - 1829(Irl)-1907(Vic) - Postmaster-General Victoria (Jul 1877-Jul 1878; Mar 1880-Aug 1880) ===''CUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Gregory Maxwell Cutts|Cutts, Gregory Maxwell "Maxwell"]] [https://www.familysearch.org/tree/person/details/GQBR-22Q] - 1903(NSW)-1986(NSW) - Licences: Receive (Crystal) Sydney (Croydon, 1923); 2GM Sydney (Croydon, 1924-1927) - Qualifications: cc; AOCP 17, 1924, No. 7 in NSW - amateur operator; amateur broadcaster; radio business proprietor (2ML, Mosman Radio Service) - Electoral Rolls: radio engineer (Mosman, 1930-1937; Abbotsford, 1949); sales manager (North Ryde, 1954-1963); manager (Cheltenham, 1972-1980) =='''D'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''DAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Luja Dahl|Dahl, Norman Luja]] [https://www.familysearch.org/tree/person/details/L433-MY6] - 1888(NZ)-1938(Qld) - Licences: 2ND Sydney (Wahroonga, 1933-1937); 4ND Ayr (1937-1939) - Qualifications: cc; AOCP 1079, 1933, NSW; AOLCP 249, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: consulting engineer (Wahroonga, NSW, 1930-1935); teacher (Wahroonga, NSW, 1937); company director (Ayr, Qld, 1936-1937) * [[/Oscar Sydney Dahl|Dahl, Oscar Sydney "Syd"]] [https://www.familysearch.org/tree/person/details/LLWV-S5D] - 1904(NZ)-1982(Qld) - Licences: 4KA Ayr (1933-1935); 7KA Hobart (1947); 4KA Ayr (1948); 9KA Lae (1969); 4VT Innisfail (1975) - Qualifications: cc; AOCP 1151, 1933, No. ? in Qld - amateur operator; amateur broadcaster; WW2; surveyor - Electoral Rolls: chainman (Arapuni, NZ, 1928-1931); tramline engineer (Ayr, Qld, 1931-1936); engineer (Gordonvale, Qld, 1937); civil engineer (Fitzgerald, Tas, 1943; Ayr, Qld, 1949-1958); surveyor (Innisfail, Qld, 1963-1980) ===''DALBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dalby|Dalby, John]] - 19??(???)-19??(???) - Licences: 5BI Adelaide (SA School of Mines, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Directories: lecturer (School of Mines, Adelaide, 1922-1934) - Electoral Rolls: Nil yet identified ===''DALTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Martin Dalton|Dalton, Robert Martin]] [https://www.familysearch.org/tree/person/details/GZJQ-SH3] - 1897(Vic)-1949(Vic) - Licences: XLB Melbourne (Auburn, 1913); 3UI Mildura (1923-1925); 3UI Melbourne (Balaclava, 1925-1926; Caulfield, 1927; Camberwell, 1931-1933); 3UN Melbourne (Camberwell, 1948) - Qualifications: cc; AOCP 158, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: fruitgrower (Mildura, 1919-1924); radio engineer (Hawthorn, 1926-1927); clerk (Camberwell, 1928); sales (Camberwell, 1931-1949) ===''DANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Dane|Dane, John Edward]] [https://www.familysearch.org/tree/person/details/LYF7-5RS] - 1868(Eng)-1928(Vic) - Licences: Receive (Valve) Melbourne (Hawthorn, 1923); 3JD Melbourne (Hawthorn, 1924-1927) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: commercial traveller (Hawthorn, 1908-1909); merchant (Auburn, 1912-1927) ===''DANGERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Henry Dangerfield|Dangerfield, Joseph Henry "Harry"]] [https://www.familysearch.org/tree/person/details/G9HR-22D] - 1911(Eng)-1997(Qld) - Licences: 4NF Townsville (1936-1939) - Qualifications: cc; AOCP 1686, 1936, Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (radio electrical salesman) - Relationships: brother of 4NL Norman Gerard Dangerfield - Electoral Rolls: radio mechanic (Townsville, Qld, 1937-1954); mechanic (Townsville, Qld, 1958-1977); retired (Airlie Beach, Qld, 1977-1980) * [[/Norman Gerard Dangerfield|Dangerfield, Norman Gerard]] [https://www.familysearch.org/tree/person/details/G9HR-5FD] - 1918(Qld)-1997(Qld) - Licences: 4NL Ayr (1936-1939); 4ND Ayr (1956-1965); 4ND Brisbane (Sherwood, 1969-1975) - Qualifications: cc; AOCP 1687, 1936, Qld; BOCP 1062, 1949 - amateur operator; amateur broadcaster; employment (Elphinstones); broadcast technician (4AY, ABC Townsville); business proprietor (radio) - Halcyon: AOCP at 16yo - Relationships: brother of 4NF Joseph Henry Dangerfield - Electoral Rolls: aircraft fitter (Coorparoo, Qld, 1943); bank officer (Ayr, Qld, 1949); radio technician (Ayr, Qld, 1954; Home Hill, Qld, 1958); clerk (Sherwood, Qld, 1968-1980) ===''DANIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Septimus Daniel|Daniel, Louis Septimus]] - 1834(Eng)-1909(Vic) - experimented with etheric force in mid 1870s, radio clubs (Telegraph Electrical Society of Victoria, member), employment (Vic Post & Telegraphs, concluding acting Secretary, 1897), linguist ===''DARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Darley|Darley, Ernest John]] [https://www.familysearch.org/tree/person/details/G4BX-9ZK] - 1898(WA)-1968(WA) - Licences: 6CJ Perth (South Perth, 1923-1930) - Qualifications: cc; CPRT 243, 1916; 2COCP 835, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: motor importer (South Perth, 1925-1936); importer (Rockingham, 1943); technician (South Perth, 1954-1963) ===''DAVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Barrett Davey|Davey, Harold Barrett]] [https://www.familysearch.org/tree/person/details/GDYY-FN4] - 1898(Tas)-1948(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: dental mechanic (Launceston, 1922); electrician (Launceston, 1936-1937); electrical engineer (Launceston, 1943) * [[/John Alfred Davey|Davey, John Alfred]] [https://www.familysearch.org/tree/person/details/GZ6X-FSF] - 1913(SA)-1992(Qld) - 2YE Sydney (Glebe Point, 1935-1938; Ashfield, 1939; Homebush, 1946-1975), amateur operator (1COCP 19, 1934; 3COCP 1029, 1952), amateur broadcaster, radio engineer * [[/John Anderton Davey|Davey, John Anderton]] [https://www.familysearch.org/tree/person/details/GZ6F-3ZH] - 1909(Vic)-1973(Vic) - Receive Melbourne (Brighton, 1923), 3AD Melbourne (Brighton, 1925-1926; Elsternwick, 1927), amateur operator (AOCP 66, 1925, No. ?? in Vic), amateur broadcaster, manufacturer's agent * [[/Ralph William Davey|Davey, Ralph William]] [https://www.familysearch.org/tree/person/details/GXGN-W9X] - 1916(SA)-1999(Vic) - Licences: 5KD Adelaide (North Croydon, 1935-1939; Mile End, 1947; Blanchetown, 1948); 5DY Portable Adelaide (North Croydon, 1938) - Qualifications: cc; AOCP 1481, 1935, SA; 1COCP 515, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: constable (Ridleyton North, SA, 1939; Whyalla, SA, 1941-1948); RAAF (Guildford, WA, 1958; Beaumaris, Vic, 1972-1980) ===''DAVIDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. R. Davidson|Davidson, E. R.]] - 19??(???)-19??(???) - Licences: 4FP Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''DAVIES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Tempest Davies|Davies, Henry Tempest]] [https://www.familysearch.org/tree/person/details/G889-FX9] - 1900(WA)-1987(WA) - Licences: 6HD Perth (Highgate Hill, 1929-1939) - Qualifications: cc; AOCP 563, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Balkatta, 1921); police officer (Mundijong, 1943); sergeant (Victoria Park, 1949-1958; Lathlain Park, 1963-1977; Victoria Park, 1980) * [[/Reginald Raymond Clifford Davies|Davies, Reginald Raymond Clifford]] [https://www.familysearch.org/tree/person/details/GXGM-73Y] - 1915(SA)-1988(WA) - Licences: 5LJ Adelaide (Goodwood Park, 1933-1939; Plympton, 1947-1948); 3AY Melbourne (Prahran, 1954-1960; Heathmont, 1965-1969); 6BQ Perth (Bickley, 1975); 6BQ Denmark (1980) - Qualifications: cc; AOCP 1138, 1933, SA; BOCP 121, 1937; 1COCP 534, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: metal worker (Goodwood Park, SA, 1939); radio engineer (5RM Berri, SA, 1941); mechanic (Plympton, SA, 1941-1943); public servant (Prahran, Vic, 1954); retired (Bickley, WA, 1972-1977) ===''DAVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Hargan Davis|Davis, Henry Hargan or Hargon]] [https://www.familysearch.org/tree/person/details/LT6C-6MB] - 1908(NSW)-1992(SA) - Licences: Receive (Crystal) Sydney (Strathfield, 1923-1924); 2HH Sydney (Strathfield, 1926-1934) - Qualifications: cc; AOCP 289, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Strathfield, 1930-1936); engineer (Strathfield, 1943) - Professor Henry Hargan Davis, BSc, BE (Syd), PhD (Camb), 1946-1973 (Emeritus Professor 1974) [https://docplayer.net/82920769-Engineering-education-the-university-of-adelaide.html] * [[/Ross Raleigh Davis|Davis, Ross Raleigh "Jack"]] [https://www.familysearch.org/tree/person/details/GZ54-9Q4] - 1907(Vic)-1986(NSW) - Licences: 2DS Receive Sydney (Vaucluse, 1920-1922); 2DS Sydney (Vaucluse, 1923-1929; Double Bay, 1930-1933; Rose Bay, 1933-1938; Bellevue Hill, 1938-1939) - Qualifications: cc; AOCP 249, 1926, No. ?? in NSW; CPRTelephony 934, 1926 - amateur operator; amateur broadcaster - Comment: accompanied 2CM on the SS Tahiti; education (Sydney Technical College, Electrical Engineering Degree); employment (AWA, engineer, 1925-1973) - Electoral Rolls: engineer (Double Bay, 1930; Rose Bay, 1933-1937; Bellevue Hill, 1943-1958; Rose Bay, 1958-1980) ===''DAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dawson|Dawson, Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 559, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: stovemaker (Hurlstone Park, 1930); storeman (Marrickville, 1931) - Not yet fully identified * [[/Richard Stanley Dawson|Dawson, Richard Stanley]] [https://www.familysearch.org/tree/person/details/GD52-2NQ] - 1897(Vic)-1983(NSW) - Licences: XZP Hobart (1913-1914); 3DA Melbourne (South Yarra, 1927) - Qualifications: cc; CPRT 282, 1917 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: student (Toorak, 1919); electrical engineer (Melbourne, 1921-1924; Toorak, 1925-1926; South Yarra, 1927-1928); engineer (Artarmon, NSW, 1930; Mosman, 1931-1972; Roseville, NSW, 1977) ===''DEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Launston Alexander Deane|Deane, Launston Alexander]] [https://www.familysearch.org/tree/person/details/GX2G-182] - 1909(SA)-1988(SA) - Licences: 5LD Adelaide (Tusmore, 1933; Hazelwood Park, 1937-1939; Royston Park, 1947-1955; Hazelwood Park, 1956-1965; St Georges, 1969-1975) - Qualifications: cc; AOCP 1090, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Burnside, SA, 1939-1943) * [[/Raymond Kyrle Deane|Deane, Raymond Kyrle]] [https://www.familysearch.org/tree/person/details/GX2P-HB1] - 1917(SA)-2010(SA)93yo - Licences: 5RK Adelaide (Fullarton, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1728, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: warehouseman (Fullarton, SA, 1939-1941); clerk (Fullarton, SA, 1943) ===''DE BAVAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Jean Xavier de Bavay|de Bavay, Francis Jean or John Xavier ]] [https://www.familysearch.org/tree/person/details/GXFJ-D1R] - 1887(Vic)-1955(Tas) - Licences: 4FO Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: analytical chemist (Kew, Vic, 1909); brewer (West Perth, WA, 1916); chemist (Cannon Hill, Qld, 1919-1921); manager (New Farm, Qld, 1925); master brewer (Cascades, Tas, 1928-1936); manager (Hobart South, Tas, 1943-1954) ===''DE CRESPIGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Champion de Crespigny|de Crespigny, Philip Champion]] [https://www.familysearch.org/tree/person/details/KCJG-QN9] - 1879(Vic)-1918(Palestine) - Licences: XPU Melbourne (Brighton, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Relationships: half brother of 3FM Royalieu Dana Champion de Crespigny - Sacrifice: "Greater love hath no man than this" * [[/Royalieu Dana Champion de Crespigny|de Crespigny, Royalieu Dana Champion]] [https://www.familysearch.org/tree/person/details/KH7P-7SD] - 1905(Vic)-1985(Vic) - Licences: 3FM Melbourne (Brighton, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Elmhurst, 1936-1949); farmer (Cobden, 1954; South Ecklin, 1963-1980) - Relationships: half brother of XPU Philip Champion de Crespigny ===''DE CURE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Gerard de Cure|de Cure, John Edward Gerard]] [https://www.familysearch.org/tree/person/details/LVD6-DWD] - 1899(SA)-1989(SA) - Licences: 3WL Melbourne (Coburg, 1929-1933); 5KO Adelaide (Glenelg, 1937-1939, 1946-1956); 2KO Sydney (Artarmon, 1957-1958); 5KO Adelaide (Fulham, 1960-1980+) - Qualifications: cc; AOCP 535, 1929, No. ?? in Vic; 1COCP 22, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Cobden, 1954); public servant (North Carlton, 1921-1924; Coburg, 1927-1934; Artarmon, NSW, 1958) ===''DEARNESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Sinclair Dearness|Dearness, Harry Sinclair]] - 19??-2004(Qld) - 4KW Mackay (1939, 1946-1975), Brisbane (Strathpine) (1980+) - amateur operator (AOCP 2328, 1939, No. ? in Qld), amateur broadcaster, military (WW2, AIF), employment (radio & TV mechanic) ===''DEEGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Edward Deegan|Deegan, Stanley Edward]] [https://www.familysearch.org/tree/person/details/LYK3-2V3] - 1893(Tas)-1944(Tas) - Licences: 7AK Hobart (St Virgil's College, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; public servant (State & Federal, PMGD); WW1 - Electoral Rolls: clerk (Hobart, 1919-1922); civil servant (Hobart, 1928-1936); postal official (Hobart, 1943) ===''DEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival William Deer|Deer, Percival William]] [https://www.familysearch.org/tree/person/details/L2DJ-9ZF] - 1901(SA)-1981(SA) - Licences: 5DR Adelaide (Seacliff, 1928-1933; Brighton, 1937-1939) - Qualifications: cc; AOCP 451, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: machinist (Brighton, 1939-1943) ===''DELBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Joseph Robert Delbridge|Delbridge, Reginald Joseph Robert]] [https://www.familysearch.org/tree/person/details/L439-HNM] - 1888(Eng)-1964(Qld) - Licences: 4RJ Childers (1927); 4RJ Brisbane (Paddington, 1931-1933; Booval, 1937-1939); 4RJ Stanthorpe (1946-1948); 4RJ Brisbane (Northgate, 1954-1955; Toowong, 1956); 4RJ Burleigh Heads (1960) - Qualifications: cc; AOCP 383, 1927, No. 42 in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), minister of religion - Electoral Rolls: clergyman (Ingham, 1917-1919); minister (Kingaroy, 1925); clergyman (Ashgrove, 1943); minister (Stanthorpe, 1949); minister of religion (New Farm, 1954); Methodist Minister (Toowong, 1958); retired (Burleigh Heads, 1963) ===''DELLIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Stephen Dellit|Dellit, Samuel Stephen]] - Licences: VK4ZSS Brisbane, VK3 Melbourne, VK1DXA Canberra - Qualifications: AOLCP Q0078, 1971 - amateur operator, broadcast DXer, broadcast planning engineer, federal public servant, radio historian (aeradio, amateur, broadcast, coastal) ===''DEMPSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter McInnes Dempsey|Dempsey, Walter McInnes "Wally"]] [https://www.familysearch.org/tree/person/details/LTQN-B69] - 1910(Vic)-2010(Vic) - Licences: 3WD Melbourne (Cheltenham, 1929-1931); 7WD Cambridge (1948); 3AZD Melbourne (Pascoe Vale, 1954); 3WD Melbourne (Pascoe Vale, 1955-1969; Oak Park, 1975); 3WD Marong (1980+) - Qualifications: AOCP 515, 1929, No. ?? in Vic; AOLCP 41, 1931; 1COCP 217, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Cheltenham, 1931; Mordialloc, 1936-1937); radio operator (Mentone, 1942); aeradio operator (Cambridge, Tas, 1949); public servant (Pascoe Vale, 1954-1968; Oak Park, 1972); retired (Marong, 1977-1980) ===''DENBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Roy Denby|Denby, Harry Roy]] [https://www.familysearch.org/tree/person/details/LJTS-LLS] - 1906(Qld)-1973(Qld) - Licences: 4FR Receive Brisbane (Brisbane City, 1923); 4AX Brisbane (Kedron, 1936-1939); 4AX Cairns (1947-1969) - Qualifications: cc; AOCP 1800, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: rubber worker (Kedron, Qld, 1936-1937; Cairns, Qld, 1943-1972) ===''DENISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Robert Denison|Denison or Dixson, Hugh Robert]] [https://www.familysearch.org/tree/person/details/L6Q5-WTC] - 1865(NSW)-1940(Vic) - born Hugh Robert Dixson; businessman, parliamentarian, philanthropist; director of Australasian Wireless Co. then Amalgamated Wireless (Australasia) - Links: [[w:Hugh Denison|Wikipedia]]; [https://adb.anu.edu.au/biography/denison-sir-hugh-robert-5955 ADB] ===''DENNEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Roy Denneen|Denneen, Harold Roy]] [https://www.familysearch.org/tree/person/details/GXQG-6YG] - 1894(NSW)-1939(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (A/g Warrant Telegraphist, 1917) - Electoral Rolls: radio telegraphist (Thursday Island, 1928-1937) ===''DENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Roy Dennett|Dennett, Phillip or Philip Roy or Ray]] [https://www.familysearch.org/tree/person/details/KNX4-D9K] - 1897(SA)-1988(Qld) - Licences: 5IV Berri (1931-1938); 4IV Camooweal (1938-1939) - Qualifications: cc; AOCP 799, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil servant (Morningside, Qld, 1943; West End, Qld, 1949-1954; Rockhampton, Qld, 1958); public servant (Morningside, Qld, 1963-1977) ===''DERHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Thomas Derham|Derham, Frederick Thomas]] - 1844(Eng)-1922(Vic) - Victorian Postmaster-General (1886-1890) ===''DERRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/V. M. Derrick|Derrick, V. M.]] - 19??(???)-19??(???) - Licences: 2VM Sydney (Bellevue Hill, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''D'EVELYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude D'Evelynes|D'Evelynes, Claude]] [https://www.familysearch.org/tree/person/details/GF39-3D8] - 1916(WA)-1985(NSW) - Licences: 6DC Harvey (1935-1939); 2TZ Sydney (Mona Vale, 1948; Clifton Gardens, 1954-1955); 9TZ Rugli via Lae (1956); 2TZ Sydney (Chatswood, 1958-1980+) - Qualifications: cc; AOCP 1488, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Harvey, WA, 1936-1937); radio engineer (Mona Vale, NSW, 1949; Mosman, NSW, 1954; Chatswood, NSW, 1958-1968); engineer (Chatswood, NSW, 1977-1980) ===''DEVITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Lane Devitt|Devitt, Raymond Lane]] [https://www.familysearch.org/tree/person/details/LB11-PTK] - 1905(Tas)-1992(WA) - Licences: 6DR Perth (Nedlands, 1937-1939) - Qualifications: cc; CPRT 990, 1928; 2COCP 287, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: service engineer (Nedlands, WA, 1931); manager (Nedlands, WA, 1949-1980) ===''DEWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Owen Dewan|Dewan, John Owen (Electoral Rolls) or Owen John (BMD)]] [https://www.familysearch.org/tree/person/details/GFML-2D4] - 1907(WA)-1980(WA) - Licences: 6JK Perth (Maylands, 1930-1931; Mt Lawley, 1933; City, 1937; North Perth, 1938-1939) - Qualifications: cc; AOCP 715, 1930, No. ?? in WA; 3COCP 188, 1936; 2COCP 99, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: butcher (Maylands, WA, 1931; North Perth, 1934-1937); teacher (East Perth, WA, 1943); trade instructor (Nedlands, WA, 1949-1980) ===''DEXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Dexter|Dexter, John Henry]] [https://www.familysearch.org/tree/person/details/G428-3PS] - 1906(Eng)-1983(Vic) - Licences: 3DR Melbourne (Northcote, 1926-1927); 3VR Melbourne (Sandringham, 1938-1939; Black Rock, 1946-1956; Parkdale, 1960-1965; Mt Eliza, 1969-1980+) - Qualifications: AOCP 241, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Northcote, 1927); engineer (Preston, 1931; Sandringham, 1942-1954); radio mechanic (Mordialloc, 1963); retired (Mt Eliza, 1968-1980) ===''DICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Dick|Dick, F.]] - abt 1883(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''DIDDAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Harlin Flower Diddams|Diddams, Robert Harlin or Harland Flower]] [https://www.familysearch.org/tree/person/details/GMZN-YJP] - 1899(Qld)-1969(Qld) - Licences: Receive Brisbane (Toowong, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bookkeeper (Toowong, Qld, 1921-1925); printer (Ashgrove, 1936-1958); retired (Kangaroo Point, Qld, 1968) ===''DILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Dillon|Dillon, Arthur Ernest "Ernie" "Ern"]] [https://www.familysearch.org/tree/person/details/G85L-HH7] - 1902(Qld)-1960(Qld) - Licences: 4CH Receive Brisbane (New Farm, 1922); 4CH Brisbane (New Farm, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (New Farm, 1925); engineer (New Farm, 1929); electrical engineer (Atherton, 1931-1932); electrician (Greenslopes, 1943-1954; Mt Gravatt, 1958) ===''DINEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Dineen|Dineen, Geoffrey John]] [https://www.familysearch.org/tree/person/details/GM8L-9R6] - 1919(Tas)-1999(Tas) - Licences: 7GD Launceston (1935-1939, 1946-1948) - Qualifications: cc; AOCP 1588, 1935, No. ?? in Tas; 3COCP 6330, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Launceston, 1949-1968) ===''DIRCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Alfred Dircks|Dircks, Alexander Alfred]] [https://www.familysearch.org/tree/person/details/GDRD-6GN] - 1858(NSW)-1929(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - senior federal public servant (PMGD, Electrical Engineer) - Electoral Rolls: Nil yet identified ===''DIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gurnhill Dixon|Dixon, Arthur Gurnhill]] [https://www.familysearch.org/tree/person/details/G826-18S] - 1896(Tas)-1966(Vic) - Licences: XZA Wynyard (1913-1914); 3JG Melbourne (Hawthorn, 1933); 3AD Melbourne (Hawthorn, 1937-1939, 1947-1948); 3AVE Melbourne (Nunawading, 1965) - Qualifications: cc; CPRT 462, 1919; 2COCP 160, 1930; 1COCP 271, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Wynyard, 1919); wireless mechanic (Hawthorn, 1934); technician (Auburn, 1936-1937); inspector (Surrey Hills, 1943-1963) - Probate: retired marine inspector (Melbourne, 1966) * [[/Arthur Lionel Dixon|Dixon, Arthur Lionel]] [https://www.familysearch.org/tree/person/details/G82F-YX7] - 1897(Eng)-1968(NSW) - Licences: 236 Sydney (Burwood, 1920); 2BS Receive Sydney (Burwood, 1922-1923); 2AD Sydney (Canterbury, 1929; Strathfield, 1930); 4AD Brisbane (Norman Park, 1931-1939) - Qualifications: cc; CPRT 202, 1916; 2COCP 288, 1930; 1COCP 170, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Concord, NSW, 1930; Norman Park, Qld, 1931-1943); RANVR (Kyeemagh, 1943); engineer (Waverton, 1949; Eastwood, 1954; Lidcombe North, 1958); managing director (Blakehurst, 1963-1968) * [[/Charles Frederick Musgrave Dixon|Dixon, Charles Frederick Musgrave]] [https://www.familysearch.org/tree/person/details/L27B-XXY] - 1894(NSW)-1986(NSW) - Licences: 2II Receive Cootamundra (1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: operator (Cootamundra, 1930-1937); telegraphist (Goulburn, 1943; Annandale, 1949-1954; Camperdown, 1958-1980) * [[/John Malcolm Dixon|Dixon, John Malcolm]] [https://www.familysearch.org/tree/person/details/GWD1-HXH] - 1922(Vic)-2008(Vic) - Qualifications: cc; Nil yet identified - broadcast planning engineer (PMGD, ABCB, P&TD); education (Scots College, 1935-1939); military (WW2, AIF, 1942-1945) - Links: [https://www.scotch.vic.edu.au/greatscot/2008decGS/74.htm Obit] * [[/Lionel Stanley Dixon|Dixon, Lionel Stanley]] [https://www.familysearch.org/tree/person/details/L1PR-QD2] - 1912(Vic)-1998(Vic) - Licences: 4LF Brisbane (Redcliffe, 1938-1939); 3TE Melbourne (Croydon, 1947-1948; Elwood, 1954-1980); 4LF Brisbane (Redcliffe, 1960-1975) - Qualifications: cc; AOCP 2177, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Glenferrie, Vic, 1934-1937); builder (Box Hill South, Vic, 1949; Elsternwick, Vic, 1954-1967; Elwood, Vic, 1972-1980) * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 2ZI Condong (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 4GF Victoria Hills, Herbert River (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Reginald Hilton Dixon|Dixon, Reginald Hilton]] [https://www.familysearch.org/tree/person/details/G82N-FQV] - 1915(NSW)-1978(NSW) - Licences: 2QD Albury (1933-1937); 2QD Armidale (1938-1939); 2QD Albury (1946-1980) - Qualifications: cc; AOCP 1216, 1933, NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Albury, Qld, 1937); telephone mechanic (Albury, 1972-1977) ===''DODDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stokell Dodds|Dodds, Sir John Stokell Snr]] [https://www.familysearch.org/tree/person/details/GMYR-2KQ] - 1906(Tas)-1975(NSW) - Licences: 7DJ Hobart (City, 1937-1939, 1946-1948) - Qualifications: cc; AOLCP 208, 1935; AOCP 1851, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (New Town, 1936-1949); manager (Wahroonga, 1954); electrical engineer (Wahroonga, 1958-1968); manager (St Ives, 1972) * [[/John William Matthew Dodds|Dodds, John William Matthew]] [https://www.familysearch.org/tree/person/details/G8NX-3CT] - 19??(???)-19??(???) - Licences: 2KK Kurri Kurri (1930-1939); 2AZD Newcastle (New Lambton, 1955-1969) - Qualifications: AOCP 644, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: miner (Kuri Kurri, 1930-1949; New Lambton, 1954-1980) * [[/Leonard Henry Dodds|Dodds, Leonard Henry "Len"]] - 1908(NSW)-1983(Qld) - 4GD Townsville (1946-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (Townsville ARC, life member), military (Navy, RAAF), employment (PMGD) * [[/Ronald George Dodds|Dodds, Ronald George]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''DODDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Doddy|Doddy, Edward Arthur]] [https://www.familysearch.org/tree/person/details/GXB7-HWS] - 1899(Tas)-1961(WA) - Licences: 6WH Perth (Claremont, 1936-1939, 1947-1960) - Qualifications: cc; AOCP 1817, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Claremont, WA, 1931-1958) ===''DOHRMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Stanley Glenville Dohrmann|Dohrmann, George Stanley Glenville]] [https://www.familysearch.org/tree/person/details/G82G-TB8] - 1902(Vic)-1985(Vic) - Licences: 3AM Receive Melbourne (Canterbury, 1922); 3AM Melbourne (Canterbury, 1922-1925) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Canterbury, Vic, 1924-1926); warehouseman (Burwood, Vic, 1931; Canterbury, 1937-1943); agriculturalist (Mt Dandenong, 1949-1954; Mooroolbark, 1968-1980) ===''DOIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Louis Doig|Doig, Norman Louis]] [https://www.familysearch.org/tree/person/details/LLSD-M17] - 1912(WA)-2014(WA)101yo - Licences: 6ND Carnamah (1937-1939); 6CB Perth (Floreat Park, 1954-1960) - Qualifications: cc; AOCP 2061, 1937, WA; 3COCP 1505, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Carnamah, WA, 1936-1937; Floreat Park, WA, 1943); telegraphist (City Beach, WA, 1949; Floreat Park, WA, 1954-1963; Wembley, WA, 1968-1972); civil servant (City Beach, WA, 1977-1980) ===''DONNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Walter Donne|Donne, Charles Walter]] [https://www.familysearch.org/tree/person/details/9V2T-FC7] - 1897(Vic)-1976(Vic) - Licences: XLO Melbourne (St Kilda, 1913-1914); 2YD Sydney (Neutral Bay, 1923-1925); 3YD Melbourne (St Kilda, 1924-1927) - Qualifications: cc; CPRT 271, 1916; 2COCP 87, 1930 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 (UK Merchant Seaman) - Electoral Rolls: radio telegraphist (St Kilda, 1919-1924); technician (St Kilda, 1925-1931); dealer (Armadale, 1934-1937); investor (Mornington, 1943); grazier (Dromana, 1949-1954); nil (Mornington, 1963-1972) - Migration: South Africa (1955-1962) ===''DOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Lawson Dook|Dook, Valentine Lawson]] [https://www.familysearch.org/tree/person/details/G7X1-NJH] - 1903(WA)-1978(WA) - Licences: 6KB Perth (Maylands, 1931-1933; Mt Hawthorn, 1937-1939, 1947-1956) - Qualifications: cc; AOCP 754, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter's assistant (East Perth, WA, 1931); oil plant attendant (Leederville, WA, 1936-1937); control room operator (Leederville, WA, 1943; Mt Hawthorn, WA, 1949); electrical foreman (Wembley, WA, 1958-1977) ===''DORWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haxton Dorward|Dorward, William Haxton, Jnr]] [https://www.familysearch.org/tree/person/details/GD77-X62] - 1901(Vic)-1937(NSW) - Licences: 3CA Receive Melbourne (Sandringham, 1922-1923); 3CA Melbourne (Sandringham, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: student (Sandringham, 1924-1926); grazier (Moama, 1930; Fort Station, Barnes, 1935-1937) ===''DOUBIKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Thomas Henry Doubikin|Doubikin, William Thomas Henry]] - 1890(Vic)-1927(Tas) - Licences: Hobart Receive 1920s, early wireless experimenter (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, Councillor, 1924), passed too soon ===''DOUDNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Doudney|Doudney, Herbert William]] [https://www.familysearch.org/tree/person/details/MQDH-R32] - 1873(Eng)-1963(Vic) - Licences: 3EM Receive Melbourne (Balaclava, 1922); 3EM Melbourne (Balaclava, 1923-1927) - Qualifications: cc; AOCP 63, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; minister of religion (Holy Trinity Church) - Electoral Rolls: vicar (St Kilda, 1924-1942); nil (Caulfield, 1949-1954; Elsternwick, 1963) ===''DOUGLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gavin Cunningham Douglas|Douglas, Gavin Cunningham]] [https://www.familysearch.org/tree/person/details/G99J-KJ4] - 1912(Vic)-1992(Vic) - Licences: 3YK Melbourne (Bayswater, 1931-1939, 1947-1950+; Blackburn, 1954; Canterbury, 1955-1960+; Surrey Hills, 1965-1980+) - Qualifications: cc; AOCP 743, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Bayswater, 1935-1949); sales representative (Canterbury, 1963; Surrey Hills, 1968-1980) * [[/Gordon Adye Douglas|Douglas, Gordon Adye]] [https://www.familysearch.org/tree/person/details/LRVY-WLJ] - 1878(Tas)-1957(Tas) - Licences: 7BC Receive Gormanston (1923); Receive Gormanston (1923); 7GD Gormanston (1924-1927+) - Qualifications: cc; AOCP 34, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; mining engineer - Electoral Rolls: mining engineer (Gormanston, 1914-1928); draughtsman (Queenstown, 1936); geological surveyor (Queenstown, 1937-1943); no occupation (Hobart South, 1949; Blackman's Bay, 1954) * [[/Hugh Alexander McKay Douglas|Douglas, Hugh Alexander McKay "Harry"]] [https://www.familysearch.org/tree/person/details/LV3Y-3W4] - 1889(Eng)-1951(NSW) - Licences: 2HD (Class B) Newcastle (1926) - Qualifications: cc; Nil yet identified - Class B broadcaster; witness to Royal Commission 1927 (as a Listener) - Electoral Rolls: chauffeur (Newcastle, 1913); vulcaniser (Hamilton, 1930-1935); manager (Newcastle, 1936-1937); engineer (Mayfield, 1943; Hamilton, 1949) ===''DOWDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Lorens Thomas Dowding|Dowding, Philip Lorena or Loreno or Lorens Thomas]] [https://www.familysearch.org/tree/person/details/GZH8-Z6D] - 1901(Tas)-19??(Vic) - Licences: 7AC Receive Hobart (Moonah, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Moonah, 1922); electrician (St Kilda, 1926-1931; Prahran, 1934; Melbourne, 1937; St Kilda, 1943-1949); electrical foreman (Eildon, 1954) ===''DOWNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Downie|Downie, Frederick William]] [https://www.familysearch.org/tree/person/details/K8Y2-LQ8] - 1879(Vic)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Victoria Police (wireless department, senior constable); witness to Royal Commission 1927 (obo VPF) - Electoral Rolls: labourer (Broadford, 1903); constable (North Carlton, 1909-1924); senior constable (Preston, 1927-1936) ===''DOWNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Evan Downing|Downing, William Evan]] [https://www.familysearch.org/tree/person/details/LHV4-K46] - 1874(Vic)-1948(Vic) - Licences: 3LQ Receive Warrnambool (1923); 3LQ Warrnambool (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: brassfounder (Warrnambool, 1912-1937) ===''DOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Laurence Doyle|Doyle, Herbert Laurence]] [https://www.familysearch.org/tree/person/details/G8VG-WVC] - 1894(Vic)-1945(Vic) - Licences: 3HD Melbourne (Malvern, 1930-1931); 3CR Melbourne (Malvern, 1933; Kooyong, 1937; Frankston, 1938-1939) - Qualifications: AOCP 697, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: independent means (St Arnaud, 1924); grazier (Malvern East, 1925-1927); clerk (Malvern East, 1931-1937); home duties (Malvern, 1943) ===''DRAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James George Drake|Drake, James George]] - 1850(Eng)-1941(Qld) - military (Qld Defence Force, 1880s & 1890s), state politician (Qld MLA, 1880s & 1890s), politician (Postmaster-General 1901-1903) ===''DRANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Edward Draney|Draney, Walter Edward]] [https://www.familysearch.org/tree/person/details/9KLP-VT7] - 1896(Qld)-1983(Qld) - Licences: Receive (Valve) Brisbane (Greenslopes, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: electrician (Milton, Qld, 1919; Greenslopes, Qld, 1921-1928; Tully, Qld, 1937; Toowoomba, Qld, 1954; Toowoomba West, Qld, 1958-1977); retired (Drayton, Qld, 1980) ===''DREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred John Drew|Drew, Alfred John]] [https://www.familysearch.org/tree/person/details/GXLB-1HH] - 1907(SA)-1993(SA) - Licences: 5LN Adelaide (Kensington, 1933-1939; Erindale, 1947-1980+) - Qualifications: cc; AOCP 1078, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Erindale, SA, 1943) ===''DU FEU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Albert James Du Feu|Du Feu, Maurice Albert James]] [https://www.familysearch.org/tree/person/details/GF3M-V9D] - 1917(WA)-2010(NSW) - Licences: 6DF Perth (Subiaco, 1937-1939, 1947-1948; West Perth, 1954-1956; Floreat Park, 1960-1965); 6DU Perth (West Perth, 1948); 2BMD Sydney (Lindfield, 1969+) - Qualifications: cc; AOCP 1875, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: company director (West Perth, WA, 1943; Subiaco, WA, 1949); manager (West Perth, WA, 1954; Floreat Park, WA, 1958-1968); retired (Lindfield, NSW, 1972-1980) ===''DUBOIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Louis Dubois|Dubois, Paul Louis]] [https://www.familysearch.org/tree/person/details/GXZQ-QN3] - 1918(NSW)-1996(Qld) - Licences: 4UJ Brisbane (Rosalie, 1936-1939; Holland Park, 1946-1947; South Brisbane, 1948; Highgate Hill, 1954-1960; Bardon 1960); 4PL Brisbane (Bardon 1980+) - Qualifications: cc; AOCP 1677, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; senior public servant (PMGD, Telstra) - Electoral Rolls: engineer (Rockhampton, Qld, 1943; South Brisbane, Qld, 1949); public servant (Highgate Hill, Qld, 1954-1958); engineer (Bardon, Qld, 1958-1977); manager telecommunications (New Farm, Qld, 1980) ===''DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Duff, William Vere Hobart]] [https://www.familysearch.org/tree/person/details/GMZC-JGP] - 1893(Vic)-1970(Vic) - Licences: 3DB Receive Melbourne (Malvern East, 1922); 3DB Melbourne (Malvern East, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: electrical engineer (Malvern East, 1914); engineer (Malvern East, 1919-1924; Glenferrie, 1931-1937; Toorak, 1943-1954; Harkaway, 1958-1968) ===''DUFFY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Duffy|Duffy, John]] [https://www.familysearch.org/tree/person/details/GXCB-QKJ] - 1907(NSW)-1993(NSW) - Licences: 2AQ Sydney (Redfern, 1933; Woollahra, 1934; Rose Bay, 1935-1937); 4AQ Brisbane (Grange, 1938); 2AQ Sydney (Bondi, 1939, 1946-1950) - Qualifications: cc; AOCP, not yet identified; AOLCP 264, 1936; TVOCP 54, 1957 - amateur operator; amateur broadcaster - Comment: several contemporaneous JDs, needs review - Electoral Rolls: manager (Woollahra, NSW, 1934); engineer (Vaucluse, NSW, 1935); * [[/Maurice Boyce Duffy|Duffy, Maurice Boyce "Morrie"]] [https://www.familysearch.org/tree/person/details/LRYK-S76] - 1886(Vic)-1957(Vic) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/duffy-maurice-boyce-morrie-6030 ADB] * [[/William Oswald Duffy|Duffy, William Oswald]] [https://www.familysearch.org/tree/person/details/GD52-2Q2] - 1861(Eng)-1916(Tas) - Licences: XZO Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: signalman (Battery Point, 1914) ===''DUGGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry George Duggan|Duggan, Harry George]] [https://www.familysearch.org/tree/person/details/LT9H-8LW] - 1905(Vic)-1994(Vic) - Licences: 3XI Warrnambool (1930-1965); 3AXI Warrnambool (1965-1969); 3XI Garvoc (1965-1969) - Qualifications: AOCP 592, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Warrnambool, 1931-1954); engineer (Warrnambool, 1963-1968) ===''DUKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon William Dukes|Dukes, Gordon William]] [https://www.familysearch.org/tree/person/details/G3RY-PGT] - 1909(NSW)-2001(NSW) - Licences: 2WD Sydney (Forest Lodge, 1930-1939; Strathfield, 1946-1950; Homebush, 1954-1956; Cremorne, 1957-1958; Lane Cove, 1960-1980+) - Qualifications: AOCP 571, 1930, No. ?? in NSW; AOLCP 139, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glebe, 1933-1937); radio engineer (Homebush, 1943-1949); engineer (Cremorne, 1954-1958); technician (Lane Cove, 1963-1980) ===''DUNDAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Loftus Dundas|Dundas, Reginald Loftus]] [https://www.familysearch.org/tree/person/details/GXC2-8LM] - 1915(Qld)-1980(Qld) - Licences: 4DU Crawford, Kingaroy Line (1937-1939) - Qualifications: cc; AOCP 1990, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Theodore, Qld, 1937); labourer (Crawford, Kingaroy Line, Qld, 1949-1972); farmer (Torquay, Qld, 1977) ===''DUNLEAVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Francis Dunleavy|Dunleavy, Joseph Francis]] - 19??(???)-19??(???) - Licences: 3JD Melbourne (St Kilda, 1929-1933) - Qualifications: AOCP 508, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (St Kilda, 1924); electrical fitter (Melbourne, 1926; South Yarra, 1931); fitter (St Kilda, 1934) ===''DUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Dunn|Dunn, Richard]] [https://www.familysearch.org/tree/person/details/GDSN-T31] - 1898(NSW)-1986(NSW) - Licences: 2GU Receive Sydney (South Kensington, 1922); 2GU Sydney (South Kensington, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: coachbuilder (Kensington, 1930-1943); manager (Kingsford, 1958); retired (The Entrance, 1963-1980) ===''DUNSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter John Dunstan|Dunstan, Walter John]] [https://www.familysearch.org/tree/person/details/GZXJ-Y3V] - 1904(Vic)-1927(Vic) - Licences: 3JR Receive Ballarat (1922); 3JR Ballarat (1923-1927) - Qualifications: cc; AOCP 106, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Comment: gone too soon - Relationships: brother of William Dunstan, Victoria Cross - Electoral Rolls: student (Ballarat East, 1927) ===''DURBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Keep Durbridge|Durbridge, William Keep]] [https://www.familysearch.org/tree/person/details/GXDN-Z4B] - 1908(WA)-1977(Vic) - Licences: 4FS Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Innisfail, Qld, 1930); clerk (Teneriffe, Qld, 1936-1937); bookkeeper (Dundoo Station, Eulo, Qld, 1937); no occupation (St Kilda, Vic, 1963-1972; Melbourne, Vic, 1977) ===''DUTHOIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert George Duthoit|Duthoit, Albert George]] [https://www.familysearch.org/tree/person/details/GQ94-V82] - 1901(Tas)-1970(Vic) - Licences: Receive (Valve) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical engineer (Waddamana, 1928); labourer (Croydon North, 1931); no occupation (Armadale, 1931); engineer (Hobart South, 1936); electrical engineer (Armadale, 1935-1943); clerk (Ivanhoe, 1949; Oakleigh, 1954; Malvern, 1958); nil (Malvern, 1967-1968) ===''DUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Henry Dutton|Dutton, Thomas Henry]] [https://www.familysearch.org/tree/person/details/LJG1-LRN] - 1862(Eng)-1941(Qld) - Licences: Receive (Crystal) Brisbane (Fortitude Valley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: painter (Rockhampton, Qld, 1903-1905); commission agent (Bowen Hills, Qld, 1908-1909); printer (Valley, Qld, 1913); traveller (Teneriffe, Qld, 1915-1937) =='''E'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''EARLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Edwin Earle|Earle, Frank Edwin]] [https://www.familysearch.org/tree/person/details/G8YV-B62] - 1900(SA)-1967(SA) - Licences: 5BD Adelaide (St Peters, 1923-1928) - Qualifications: cc; CPRT 823, 1924 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Erasmus Earle|Earle, Robert Erasmus]] [https://www.familysearch.org/tree/person/details/GDLX-NC1] - 1894(Eng)-1979(WA) - Licences: 6LC Perth (Floreat Park, 1969-1975) - Qualifications: AOCP 4390, 1966, WA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Floreat Park, 1954-1977) ===''EASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Easter|Easter, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GX2L-656] - 1914(SA)-1983(???) - Licences: 5RO Montieth (1933); 5RO Port Elliot (1937); 5RO Moonta (1938) - Qualifications: cc; AOCP 1111, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Moonta, SA, 1939-1947) - Links: [https://vwma.org.au/explore/people/532330 VWM] ===''EASTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Spencer Easton|Easton, Frederick William Spencer]] [https://www.familysearch.org/tree/person/details/GZ2N-7XD] - 1914(NSW)-1944(PNG) - licences: 2BQ Sydney (Bondi, 1931-1935; Bellevue Hill, 1936-1939) - qualifications: AOCP 846, 1931, No. ?? in NSW - amateur operator, WW2 - electoral rolls: projectionist (Rose Bay, 1936-1943) - "Greater love hath no man than this" ===''EDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Ede|Ede, Charles Frederick or Friederick]] [https://www.familysearch.org/tree/person/details/GS7D-PYL] - 1885(Qld)-1970(Qld) - Licences: Receive Brisbane (Wellington Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Toowong, Qld, 1908; Albion, Qld, 1912-1921); assistant secretary (Manly, Qld, 1925-1963); retired (Wynnum North, 1968) ===''EDGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Waldene Edgar|Edgar, Douglas Waldene]] [https://www.familysearch.org/tree/person/details/L5XS-K4X] - 1895(WA)-1966(WA) - Licences: 6DW New Norcia (1927-1931) - Qualifications: cc; AOCP 314, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Gingin, 1922; New Norcia, 1925-1954); retired (Nedlands, 1958-1963) * [[/John Matheson Edgar|Edgar, John Matheson]] [https://www.familysearch.org/tree/person/details/LB42-K1G] - 1881(Vic)-1960(Vic) - Licences: Receive Geelong (1923); 3YW Geelong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Training College, Carlton, 1903); state school teacher (Ballarat, 1909); teacher (Ballarat, 1913-1914; Geelong, 1917-1924; Essendon, 1925-1954) * [[/Mervyn John Edgar|Edgar, Mervyn John or John Mervyn "Jack"]] [https://www.familysearch.org/tree/person/details/GX4W-647] - 1913(NSW)-2004(Qld) - Licences: 4JE Brisbane (Kangaroo Point, 1934-1939) - Qualifications: cc; AOCP 1302, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, Radio Location Unit); radio retailing (Tracksons) - Electoral Rolls: shop assistant (Kangaroo Point, Qld, 1937); salesman (Kedron, Qld, 1943-1949); shop assistant (Bulimba, Qld, 1958-1980) ===''EDWARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Patrick Joseph Edwards|Edwards, Frederick Patrick Joseph]] [https://www.familysearch.org/tree/person/details/GFSX-5YG] - 1918(WA)-2004(WA) - Licences: 6DN Merredin (1938-1939); 6DN Perth (West Perth, 1947-1965; Ardross, 1969) - Qualifications: cc; AOCP 2127, 1938, WA; BOCP 278, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: clerk (Merredin, WA, 1943); wireless operator (West Perth, WA, 1943-1954; Perth, WA, 1958-1968); clerk (Ardross, WA, 1972-1980) * [[/H. E. Edwards|Edwards, H. E.]] - 19??(???)-19??(???) - Licences: 5RN Adelaide (Croydon, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert John Edwards|Edwards, Herbert John]] [https://www.familysearch.org/tree/person/details/GXF5-KP8] - 1894(Eng)-19??(???) - Licences: 4KR Willis Island (1937) - Qualifications: cc; CPRT 802, 1923; 2COCP 18, 1929; 1COCP 208, 1931 - amateur operator; amateur broadcaster - Comment: several contemporaneous HJEs - Electoral Rolls: wireless operator (Rose Bay, NSW, 1930-1933); radio operator (Lord Howe Island, NSW, 1949); communication officer (Rose Bay, NSW, 1954) ===''EGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mavis Evelyn Egan|Fogg nee Egan, Mavis Evelyn or Evelene]] [https://www.familysearch.org/tree/person/details/GW8N-1JK] - 1900(Tas)-1995(Tas) - Licences: Receive (Crystal) Stanley (1923) - Qualifications: cc; Nil yet identified - amateur receiver (YL) - Electoral Rolls: clerk (Stanley, 1928); home duties (Wynyard, 1936-1943; Smithton, 1949; Sale, Vic, 1954; Cohuna, 1963; Devonport, 1972) ===''EGGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Percy Eggleton|Eggleton, Eric Percy]] [https://www.familysearch.org/tree/person/details/GSTZ-5G9] - 1903(Qld)-1979(Qld) - Licences: 4DA Receive Toowoomba (1923-1924); 4DA Toowoomba (1925-1931) - Qualifications: cc; AOCP 81, 1925, No. 9 in Qld - amateur receiver; amateur operator; amateur broadcaster; employment (QATB) - Electoral Rolls: machinist (Toowoomba, 1925-1926); ambulance bearer (Toowoomba, 1931); ambulance superintendent (Dayboro, 1936-1943; Charleville, 1949-1958; Stanthorpe, 1963); retired (Caloundra, 1968-1977) ===''ELDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Mackenzie Elder|Elder, James Alexander Mackenzie]] [https://www.familysearch.org/tree/person/details/97W3-7FL] - 1869(Sct)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Awards: KBE - Electoral Rolls: manager (Essendon, 1905); merchant (Moonee Ponds, 1908-1909); director (South Yarra, Vic, 1936-1943) - Links: [https://adb.anu.edu.au/biography/elder-sir-james-alexander-6099 ADB] ===''ELLERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lewis John Ellery|Ellery, Robert Lewis John]] - 1827(Eng)-1908(Vic) - early telephone experimenter, Vic Government Astronomer ===''ELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Neville Elliott|Elliott, Robert Neville]] [https://www.familysearch.org/tree/person/details/GXXN-PPJ] - 1907(Qld)-1979(Qld) - Licences: 4DW Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Toowoomba, Qld, 1936-1937); company manager (Toowoomba, Qld, 1949); chartered accountant (Toowoomba, Qld, 1954-1963); accountant (Brisbane, Qld, 1968); chartered accountant (Toowoomba, Qld, 1972); accountant (Toowoomba, Qld, 1977) * [[/Ronald Donovan Elliott|Elliott, Ronald Donovan]] [https://www.familysearch.org/tree/person/details/G799-LTX] - 1910(SA)-1978(SA) - Licences: 5RD Adelaide (Lower Mitcham, 1931-1933; Da Costa Park, 1937; Kirkcaldy, 1938-1939) - Qualifications: cc; AOCP 758, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: solicitor (Kirkcaldy, SA, 1939; Westbourne Park, 1941-1943) * [[/Thomas Murray Browse Elliott|Elliott, Thomas Murray Browse "Tom"]] [https://www.familysearch.org/tree/person/details/G3W8-947] - 1899(Qld)-1971(Qld) - Licences: 4CM Brisbane (City, 1946-1969); operator of Valentine's 4CM licence 1925-1939 - Qualifications: cc; AOCP 72, 1925, No. 6 in Qld - amateur operator; amateur broadcaster; early television experimenter - Electoral Rolls: clerk (Fortitude Valley, 1921); salesman (Brisbane City, 1925-1931); sound engineer (Observatory, 1937-1943); company manager (City, 1949-1958); retired (Burleigh Heads, 1963-1968) ===''ELLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Austin Ellis|Ellis, Clive Austin]] [https://www.familysearch.org/tree/person/details/G86V-9HT] - 1912(Vic)-1972(Vic) - Licences: 3LZ Melbourne (Williamstown, 1930-1931; Caulfield, 1933-1939; Newport, 1946-1956; Moorabbin, 1960-1969) - Qualifications: AOCP 598, 1930, No. ?? in Victoria - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1937; Newport, 1943-1954); valuer (Moorabbin, 1958-1972) * [[/John Osborne Ellis|Ellis, John Osborne]] [https://www.familysearch.org/tree/person/details/GHTM-Q42] - 1910(Eng)-1999(SA) - Licences: Nil identified - Qualifications: AOCP 522, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Kimba, 1939-1943) ===''ELSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Robert Elsbury|Elsbury (adopted) or Wilson Bowman (biological), Cyril Robert]] [https://www.familysearch.org/tree/person/details/GFMG-5CW] - 1897(Qld)-1961(WA) - Licences: 6JE Kalgoorlie (1934-1939); 6JE Fimiston (1947-1956); 6JE Nornalup (1960) - Qualifications: cc; AOCP 1372, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (Kalgoorlie, WA, 1922); mine timekeeper (Kalgoorlie, WA, 1925-1943); assistant accountant (Fimiston, WA, 1949-1954); mine paymaster (Kalgoorlie, WA, 1958) ===''ELWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Gregory Elworthy|Elworthy, Colin Gregory "Col"]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''EMBLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Stewart Austin Embling|Embling, Stewart Austin]] [https://www.familysearch.org/tree/person/details/GZGH-YQM] - 1907(Vic)-1998(Vic) - Licences: Receive (Valve) Melbourne (Toorak, 1923-1925); 3DC Melbourne (Toorak, 1926-1939) - Qualifications: AOCP 236, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Toorak, 1931-1943); assurance officer (Toorak, 1949-1980) ===''EVANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Hubert Evans|Evans, Albert Henry Hubert]] [https://www.familysearch.org/tree/person/details/GH8N-BFX] - 1894(SA)-1981(SA) - Licences: XVD Adelaide (Mile End, 1913) - Qualifications: cc; CPRT 255, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: assistant manager (Woollahra, 1949) * [[/Griffith Benjamin Evans|Evans, Griffith Benjamin]] [https://www.familysearch.org/tree/person/details/GXQN-HL3] - 1877(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS - Electoral Rolls: naval telegraphist (Eden Vale, Vic, 1914-1915); telegraphist (Coburg, Vic, 1919); retired (Vaucluse, NSW, 1954-1963) * [[/Percy Evans|Evans, Percy]] [https://www.familysearch.org/tree/person/details/G84B-DKL] - 1894(Eng)-1976(Vic) - Licences: 2OW Sydney (Kensington, 1928-1929; Randwick, 1930-1931); 3OZ Melbourne (Glen Iris, 1947-1948; Boronia, 1948; North Ringwood, 1954-1975) - Qualifications: AOCP 458, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: sales manager (Kensington, 1930); salesman (Randwick, 1930-1931); sales manager (Camberwell, 1933-1937; Glen Iris, 1949); manager (Ringwood, 1954-1972) * [[/R. Evans|Evans, R.]] - 19??(???)-19??(???) - Licences: 2SP Sydney (Clovelly, 1923-1927) - Qualifications: AOCP 265, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: * [[/Thomas Evan Evans|Evans, Thomas Evan]] [https://www.familysearch.org/tree/person/details/GZJ7-S1L] - 1904(NZ)-1942(At Sea) - 3EV Melbourne (East St Kilda, 1925-1927), 9EV Rabaul (1933+), amateur operator (AOCP 160, 1925, No. ?? in Vic), amateur broadcaster, medical assistant, technical assistant, Civilian POW captured at Rabaul, died on board the "Montevideo Maru" when it was torpedoed and sunk en route from Rabaul to Hainan, where Thomas was destined for forced labour. * [[/Trevor Elliott Evans|Evans, Trevor Elliott]] [https://www.familysearch.org/tree/person/details/GZJQ-GRC] - 1903(Vic)-1979(Vic) - 3KD Receive Melbourne (East Brunswick, 1922-1924), 3RK Melbourne (East Brunswick, 1925-1933; Pascoe Vale, 1937-1939), amateur operator (AOCP 159, 1925, No. ?? in Vic), amateur broadcaster, electrician (East Brunswick, 1931), contractor (Pascoe Vale, 1972) * [[/Trevor Frederick Evans|Evans, Trevor Frederick]] [https://www.familysearch.org/tree/person/details/L292-N4L] - 1902(NSW)-1978(NSW) - 2NS Blayney (1925-1929), 2NS Bathurst (1930-1939, 1946-1975+), amateur operator (AOCP 113, 1925, No. ?? in NSW), amateur broadcaster, broadcast engineer (BOCP 19, 1936) (2BS) ===''EVERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Every|Every, George Edward]] [https://www.familysearch.org/tree/person/details/LDSS-VT4] - 1894(Eng)-1961(Vic) - Licences: 7GE Hobart (1931); 3GE Queenscliff (1937-1939); 3GE Balcombe (1947-1948); 3GE Carrum (1954-1956); 3GE Bonbeach (1960-1969+) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military instructor; WW1 (UK) - Electoral Rolls: silver mounter (Ivanhoe, Vic, 1919); soldier (Launceston, 1922; Hobart South, 1922); military instructor (Hobart South, 1928); soldier (Queenscliff, Vic, 1935-1937); military officer (Albury, NSW, 1943; Victoria Park, Qld, 1949); clerk (Frankston, 1949); accountant (Carrum, 1954) ===''EWING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Thomson Ewing|Ewing, Thomas Thomson]] - 1856(NSW)-1920(NSW) - state politician (NSW MLA), federal politician (MHR, acting Postmaster-General) ===''EXTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Walter Exton|Exton, George Walter]] [https://www.familysearch.org/tree/person/details/K8QY-5XH] - 1882(NSW)-1970(Qld) - Licences: 2CZ Lismore (1922-1930) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast proprietor and engineer (2XN Lismore) - Electoral Rolls: electrician (Lismore, NSW, 1930-1963); retired (Saddlers Crossing, Qld) =='''F'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''FABER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Thomas Faber|Faber, William John Thomas "Bill"]] - 19??(???)-1976(Qld) - 4WF Ayr (-1938+), Brisbane (Kedron, -1948-1949+) , amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''FAGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Reginald Joseph Fagan|Fagan, William Reginald Joseph "Reg"]] [https://www.familysearch.org/tree/person/details/KLF3-QPM] - 1883(NSW)-1944(NSW) - Licences: 2RJ Receive Mandurama (1922); 2RJ Mandurama (1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio station (director, 2SM) - Electoral Rolls: grazier (Mandurama, 1913-1943) ===''FAIRHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allen Fairhall|Fairhall, Allen]] [https://www.familysearch.org/tree/person/details/LZB3-PKT] – 1909(NSW)-2006(NSW) – Licences: 2KB Newcastle (Hamilton, 1928–1929; New Lambton, 1930–1931; Cooks Hill, 1933–1934; City, 1935; Cooks Hill, 1937; City, 1938–1939; Hamilton, 1946–1961; City, 1965-1980+); 2AKL Paterson (1948–1958) – Qualifications: AOCP 391, 1928, No. ?? in NSW; AOLCP 23, 1930 – amateur operator, amateur broadcaster, proprietor 2KO Newcastle, WW2 – Electoral Rolls: radio engineer (New Lambton, 1931–1932); manager (Newcastle, 1933–1949); primary producer (Trevallyn, 1954); M.H.R. (Newcastle, 1958); member of parliament (Newcastle, 1963–1968); manager (Newcastle, 1972–1980) - [[w:Allen Fairhall|Wikipedia]] ===''FALCONER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Illman Falconer|Falconer, Charles Illman]] [https://www.familysearch.org/tree/person/details/GZK9-PJ6] – 1885(Vic)-1962(NSW) – Receive (Valve) Melbourne (Canterbury, 1923–1924), 3CF Melbourne (East Malvern, 1925–1926; Canterbury, 1927; Surrey Hills, 1931–1939, 1946–1954), 2AUF Terrigal (1955–1961), amateur operator (AOCP 204, 1925, No. ?? in Vic), amateur broadcaster, engineer (Clifton Hill, 1909), mechanic (Fitzroy, 1914), engineer (Canterbury, 1915–1949), retired (Terrigal, 1958–1963) ===''FALLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyle Clifford Falls|Falls, Lyle Clifford]] [https://www.familysearch.org/tree/person/details/GDLC-1VR] - 1899(Vic)-1945(Vic) - Licences: 3DL Receive Melbourne (Caulfield, 1922); 3DL Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: student (Caulfield, 1924-1925); instructor (Kew, 1926-1943) ===''FANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Fanning nee Harriss, Dorothy Winnifred – see Harriss, Dorothy Winnifred (Fanning) ===''FANSHAWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Dalrymple Fanshawe|Fanshawe, Arthur Dalrymple]] [https://www.familysearch.org/tree/person/details/GM7D-QY6] – 1847(Eng)-1936(Eng) – Admiral of UK Fleet, Commander-in-Chief Australia Station – Links: [[w:Arthur Dalrymple Fanshawe|Wikipedia]] ===''FARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell George Farmer|Farmer, Maxwell George]] [https://www.familysearch.org/tree/person/details/GXG1-SHR] - 1916(SA)-1991(SA) - Licences: 5GF Adelaide (Knoxville, 1933-1939; North Norwood, 1947-1948; Adelaide City, 1954-1956; Plympton, 1960-1980+); 5GY Portable Adelaide (Knoxville, 1938-1939) - Qualifications: cc; AOCP 1217, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Knoxville, SA, 1939-1943) ===''FARRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Howard Farrell|Farrell, John Howard]] [https://www.familysearch.org/tree/person/details/GXWT-CJT] - 1913(Qld)-1975(Qld) - Licences: 4WJ Brisbane Windsor, 1933-1939; Chermside, 1946-1948); 4WJ Quilpie (1954-1960); 4WJ Somerset Dam (1965-1975) - Qualifications: cc; AOCP 1103, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Windsor, 1936-1937); electrical engineer (Chermside, 1943-1949; Quilpie, 1954-1958); superintendent (Somerset Dam, 1963-1972) ===''FAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Harold Faul|Faul, Albert Harold]] [https://www.familysearch.org/tree/person/details/GZTD-S74] – 1907(NSW)-1979(NSW) – Licences: Receive Melbourne (St Kilda, 1923–1924); 3AH Melbourne (St Kilda, 1926–1927) – Qualifications: AOCP 288, 1926, No. ?? in Vic – amateur operator, amateur broadcaster – Electoral Rolls: student (St Kilda, 1931–1934); lecturer (Camberwell, 1936); engineer (Bellevue Hill, 1936–1937; Camberwell, 1943); company director (Killara, 1949–1977) ===''FAULKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Wollas Faulks|Faulks, Richard Wollas "Wol"]] [https://www.familysearch.org/tree/person/details/LCD3-BQ3] - 1902(NSW)-1978(NSW) - Licences: 2WF Sydney (Ashfield, 1929-1931; Hurlstone Park, 1933; Canterbury, 1934-1939) - Qualifications: AOCP 557, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Ashfield, 1930; Canterbury, 1933-1977) ===''FAWKNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Pascoe Robert Fawkner|Fawkner, Ernest Pascoe Robert]] [https://www.familysearch.org/tree/person/details/GDYB-YKW] - 1901(Tas)-1954(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: manager (Kings Meadows, 1928); furniture manufacturer (South Launceston, 1936) ===''FEENAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Leo Michael John Feenaghty|Feenaghty, Leo Michael John]] [https://www.familysearch.org/tree/person/details/LYG2-RMT] - 1900(Qld)-1997(Qld) - Licences: 4LJ Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 291, 1926, No. 28 in Qld - amateur operator; amateur broadcaster; radio club administrator; state public servant - Electoral Rolls: public servant (Wooloowin, 1925-1931); assistant secretary (Ashgrove, 1936-1958); public servant (Highgate Hill, 1963); retired (Isle of Capri, 1972-1980) ===''FELDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Feldman|Feldman, John Frederick Jnr]] [https://www.familysearch.org/tree/person/details/GZNZ-5DH] - 1905(Vic)-1987(Vic) - 3QH Receive Geelong (South Geelong, 1923-1924), 3QH Geelong (South Geelong, 1925-1939), amateur operator (AOCP 140, 1925, No. ?? in Qld), amateur broadcaster, bricklayer ===''FELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Frederick Fell|Fell, Evan Frederick]] [https://www.familysearch.org/tree/person/details/GXH4-FTW] - 1914(Qld)-1994(Qld) - Licences: 4EF Brisbane (Ashgrove, 1932-1939); 4EF Barcaldine (1946-1948); 4EF Mackay (1954-1955); 4EF Brisbane (Ashgrove, 1956; Bardon, 1960-1980+) - Qualifications: cc; AOCP 978, 1932, No. ?? in Qld; AOLCP 175, 1934 - amateur operator; amateur broadcaster; WW2; state public servant (inspector); property developer - Electoral Rolls: clerk (Ashgrove, Qld, 1936-1943); engineer (Townsville, Qld, 1949; Mackay, Qld, 1954); public servant (Bardon, Qld, 1958-1977) ===''FELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/L. C. Fells|Fells, L. C.]] - 19??(???)-19??(???) - Licences: 3DL Melbourne (Caulfield, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''FELTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Felton|Felton, William Robert]] [https://www.familysearch.org/tree/person/details/G8M5-C2J] - 1897(NSW)-1956(NSW) - Licences: 2RF Sydney (Petersham, 1927-1929; Belmore, 1930-1939, 1946-1956); 2RT Sydney (Kogarah, 1937) - Qualifications: AOCP 366, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: radio engineer (Belmore, 1930-1934); engineer (Belmore, 1936-1937); soldier (Belmore, 1943); radio technician (Belmore, 1949-1954) ===''FERGUSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Angus Ferguson|Ferguson, Colin Angus]] [https://www.familysearch.org/tree/person/details/L1DH-9KM] - 1917(SA)-2009(SA) - Licences: 5CJ Mt Gambier (1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1994, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Mt Gambier, SA, 1939-1943) * [[/Cyril E. Ferguson|Ferguson, Cyril E.]] - 1893(NZ)-19??(???) - commercial operator (1COCP 2, 1914, No. 2 in Aus) - coastal station operator? ===''FERRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Walter Cecil Ferrall|Ferrall, Edgar Walter Cecil]] [https://www.familysearch.org/tree/person/details/GQMF-G97] - 1898(Tas)-1971(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Launceston, 1919-1949); inspector (Kingston Beach, 1954) ===''FERRICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Bernard Ferricks|Ferricks, Michael Bernard "Bernie"]] [https://www.familysearch.org/tree/person/details/L58X-S4X] - 1914(Qld)-1992(Qld) - Licences: 4UW Brisbane (Fortitude Valley, 1935-1939) - Qualifications: cc; AOCP 1471, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Valley, Qld, 1936-1937); chemist (Northgate, Qld, 1949-1977); retired (Cairns, Qld, 1980) ===''FIEDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Victor Fiedler|Fiedler, Leslie Victor]] [https://www.familysearch.org/tree/person/details/KHNW-3JZ] - 1906(SA)-1969(WA) - Licences: 5SL Adelaide (Woodville, 1927-1933), 5SL Moonta (1937-1939) - Qualifications: cc; AOCP 353, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Henley, 1939-1943); theatre manager (Belmont, 1949); film exhibitor (Mt Lawley, 1958); company director (Mt Lawley, 1963-1968) ===''FIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph William Field|Field, Ralph William]] [https://www.familysearch.org/tree/person/details/G86V-Q5T] - 1915(Vic)-2007(Vic) - Licences: 3RF Melbourne (Caulfield, 1930-1939; Ormond, 1946-1948); 3LJ Melbourne (Ormond, 1954-1960) - Qualifications: AOCP 599, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: compositor (Caulfield, 1937); machinist (Bentleigh, 1942-1977) ===''FILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Crawford Files|Files, Jack Crawford]] [https://www.familysearch.org/tree/person/details/GXWG-JWJ] - 1907(Qld)-1967(Qld) - Licences: 4JF Brisbane (Buranda, 1932-1935; Coorparoo, 1936-1939; Buranda 1946-1965) - Qualifications: cc; AOCP 1055, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, QSL manager); journalist (Teleradio, WIA Notes); accountant - Electoral Rolls: sheet metal worker (Buranda, Qld, 1931-1934; Coorparoo, Qld, 1936-1937); metal worker (Buranda, Qld, 1943-1963) ===''FILMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Le Roy Drowley Filmer|Filmer, Le Roy Drowley]] [https://www.familysearch.org/tree/person/details/GZNF-2Z7] - 1902(NSW)-1976(NSW) - 2FT Newcastle (Toronto, 1925-1930; Hamilton South, 1931), amateur operator (AOCP 148, 1925, No. ?? in NSW), amateur broadcaster, metallurgist ===''FINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Edward Finch|Finch, Alan Edward]] [https://www.familysearch.org/tree/person/details/G6M4-987] - 1915(Tas)-1974(Vic) - Licences: 7CJ Launceston (Mowbray Heights, 1935-1939); 7CJ Hobart (New Town, 1946-1954); 7CJ Kelso (1955-1956); 3AEO Shepparton (1960-1975) - Qualifications: cc; AOCP 1575, 191935, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (St Leonards, 1936-1937); mechanic (New Town, 1943-1954); public servant (Radio Australia, Shepparton, Vic, 1963-1968); technician (Shepparton, 1972) ===''FINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Warren Finn|Finn, Leonard Warren]] [https://www.familysearch.org/tree/person/details/GX2K-4P6] - 1914(SA)-1999(SA) - Licences: 5SP Adelaide (Seaton Park, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1671, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Seaton Park, SA, 1939-1943) ===''FINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Finney|Finney, William "Bill"]] [https://www.familysearch.org/tree/person/details/GDVD-W2H] - 1881(Qld)-1954(Qld) - Licences: 4AU Brisbane (Red Hill, 1923-1925); 4WF Brisbane (Red Hill, 1926-1929) - Qualifications: cc; CPRT 845, 1925; 2COCP 307, 1940 - amateur operator; amateur broadcaster; radio club (WIAQ); honorary radio inspector - Electoral Rolls: telegraph operator (Red Hill, 1903-1905); telegraphist (New Farm, 1908; Newmarket, 1909; Red Hill, 1913-1937; East Nundah, 1949; Wooloowin, 1954) ===''FISHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Hugh Fisher|Fisher, Douglas Hugh]] [https://www.familysearch.org/tree/person/details/GD15-N13] - 1913(Vic)-1978(Tas) - Licences: 7AB Launceston (1934-1939); 7AB Burnie (1946-1948); 7AB Devonport (1954-1955); 7AB Lenah Valley (1956); 7AB Zeehan (1960); 7AB Oatlands (1965-1969; 7AB Claremont (1975) - Qualifications: cc; AOCP 1373, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: father of 7ZEE Neville Grant Fisher - Electoral Rolls: clerk (Launceston, 1936); bank clerk (Launceston, 1937; Burnie, 1943-1949; Devonport, 1954) ===''FISK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Thomas Fisk|Fisk, Ernest Thomas]] - 1886(Eng)-1965(NSW), 2EF Sydney (Lindfield, 1933-1939), early wireless experimenter, amateur radio operator (pre AOCP, no record of AOCP, AOCP 1055, 1932, No. ?? in NSW), broadcast and radiocommunications business proprietor (AWA), operated prior to 1933 under various AWA callsigns, 2MC in 1928 was licensed to his residence at Vaucluse - Links: [https://adb.anu.edu.au/biography/fisk-sir-ernest-thomas-6177 ADB] [http://messui.polygonal-moogle.com/valves/NW198906.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198907.pdf EA2] ===''FITCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campbell Fitchett|Fitchett, John Campbell]] [https://www.familysearch.org/tree/person/details/LDQJ-K7W] - 1900(Vic)-1939(Vic) - Licences: XJDM Melbourne (Balwyn, 1913-1914); 3BL Melbourne (Balwyn, 1922-1925; Brighton, 1926-1939) - Qualifications: cc; CPRT 609, 1921 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: journalist (Brighton, 1928-1937) - TroveTag: "XJDM-3BL - John Campbell Fitchett" ===''FITTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Stephen Luther Fittell|Fittell, Stephen Luther "Steve"]] [https://www.familysearch.org/tree/person/details/GCN9-KRT] - 1910(Qld)-1999(Qld) - Licences: 4JO Gympie (1929-1939); 4YF Gympie (1975-1980+) - Qualifications: cc; AOCP 487, 1929, No. ?? in Qld; 2COCP 280, 1930 - amateur operator; amateur broadcaster; member radio club (WIAQ, Gympie ARC); commercial broadcaster (4GY) - Electoral Rolls: radio specialist (Gympie, 1937); radio dealer (Gympie, 1943-1980) ===''FITZALAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Albini Lawrence Fitzalan|Fitzalan, Herbert Albini Lawrence "Hal"]] - 19??(???)-1951(Qld) - 4HF Brisbane?, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, Halcyon (not mentioned) ===''FITZGERALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Francis Fitzgerald|Fitzgerald, Eric Francis]] [https://www.familysearch.org/tree/person/details/G84F-Z7H] - 1907(Qld)-1978(NSW) - Licences: 2EA Sydney (Bellevue Hill, 1928-1929; Burwood, 1930-1931; Pagewood, 1931; Abbotsford, 1931; Bellevue Hill, 1933-1937; Waverley, 1938-1939); 2AAO Sydney (Chatswood, 1950-1961) - Qualifications: AOCP 467, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woolahra, 1930-1931); salesman (Coogee, 1937); clerk (Chatswood, 1943-1977) * [[/Patrick Michael Anthony Fitzgerald|Fitzgerald, Patrick Michael Anthony "Pat"]] [https://www.familysearch.org/tree/person/details/G33Q-6K9] - 1908(Qld)-1988(Qld) - Licences: 4PF Rockhampton (1936-1939) - Qualifications: cc; AOCP 1802, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rockhampton, Qld, 1930); public servant (Rockhampton, Qld, 1931-1968); clerk (Corinda, Qld, 1972-1977); retired (Emu Park, Qld, 1980) ===''FITZGIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard John Fitzgibbons|Fitzgibbons, Richard John]] [https://www.familysearch.org/tree/person/details/GXXN-QPG] - 1893(Qld)-1969(Qld) - Licences: 4DV Receive Brisbane (Ascot, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: locomotive fitter (Maryborough, Qld, 1916-1919); engine fitter (Ascot, Qld, 1921-1968) ===''FITZMAURICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Simcoe Fitzmaurice|Fitzmaurice, James Simcoe]] [https://www.familysearch.org/tree/person/details/GDKS-KCF] - 1861(Vic)-1934(SA) - Licences: XYB Perth (1913-1914); 5FT Adelaide (North Walkerville, 1923-1933) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; PMGD (State Engineer, WA & SA); MIEE, AMIEE - Electoral Rolls: electrical engineer (Claremont, 1914-1916) ===''FLAHERTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Thomas Holm Flaherty|Flaherty, Gordon Thomas Holm]] [https://www.familysearch.org/tree/person/details/G6Q2-C9T] - 1900(Vic)-1967(Qld) - Licences: 4CB Receive Brisbane (South Brisbane) - Qualifications: cc; Nil yet identified - amateur receiver; WW2; federal public servant (PMGD) - Electoral Rolls: postman (South Brisbane, 1922); telephone mechanic (Buranda, 1925; Coorparoo, 1928); mechanic (Camp Hill, 1936; Beaudesert, 1937-1943); technician (Camp Hill, 1949-1963) ===''FLETCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Fletcher|Fletcher, Austin]] [https://www.familysearch.org/tree/person/details/LZKQ-2QR] - 1891(Eng)-1922(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 128, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: wireless engineer (Roebourne, 1913); radio operator (Esperance, 1916-1917); wireless operator (Roebourne, 1917-1918); telegraphist (Oakleigh, 1921) ===''FLOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Flood|Flood, Arthur George]] [https://www.familysearch.org/tree/person/details/G6BF-HPG] - 1883(Eng)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 238, 1916; 2COCP 415, 1932; 1COCP 348, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIL Flinders Island (1917-1918) - Electoral Rolls: engineer (Emita, Flinders Island, Tas, 1914-1919); radio telegraphist (Thursday Island, 1925; Meeandah, Qld, 1928; Eagle Farm, Qld, 1936-1937; Cooktown, Qld, 1943); retired (Cairns, 1954-1958; Eventide Home, Charters Towers, 1963) ===''FOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Lillico Fogg|Fogg, Hugh Lillico]] [https://www.familysearch.org/tree/person/details/GW8N-KRZ] - 1900(Tas)-1975(WA) - Licences: 6HF Perth (Mt Lawley, 1931-1939); 5HF Mt Barker (1947-1948); 3AHF Benalla (1954-1960); 6HF Perth (Inglewood, 1965-1975) - Qualifications: cc; AOCP 787, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Perth, WA, 1931); clerk (Maylands, WA, 1936); bank officer (Maylands, WA, 1943); manager (ANZ Bank, Benalla, Vic, 1954); retired (Inglewood, WA, 1963-1972) ===''FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry James Bartholomew Foley|Foley, Henry James Bartholomew]] [https://www.familysearch.org/tree/person/details/G8QZ-5SV] - 1886(NSW)-1954(NSW) - Licences: Sydney (Randwick, 1911) - Qualifications: pre AOCP - early wireless experimenter - Electoral Rolls: clerk (Randwick, 1913); merchant (Drummoyne, 1930-1954) ===''FOLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Ulrich Francis Folie|Folie, Max Ulrich Francis]] [https://www.familysearch.org/tree/person/details/G8VC-Y7F] - 1909(Vic)-1968(Vic) - Licences: 3WZ Melbourne (Hawthorn East, 1930-1933); 3GZ Mildura (1946-1965) - Qualifications: AOCP 682, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Auburn, 1931); radio engineer (Mildura, 1934-1968) ===''FONTAINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Alfred Fontaine|Fontaine, Louis Alfred]] [https://www.familysearch.org/tree/person/details/GMDQ-L2V] - 1894(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT, 1914, No. 3 in Aus and Vic - RANRS; coastal wireless operator (VIG, Port Moresby, 1915-1918) - Electoral Rolls: radio telegraphist (Radio Station, Wyndham, 1918; Geraldton, 1922; Thursday Island, 1934-1936); telegraphist (St Kilda, 1937); radio telegraphist (Malvern, 1942); electrician (Camberwell, 1949) ===''FOOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Foot|Foot, George]] [https://www.familysearch.org/tree/person/details/G6BT-FVF] - 1878(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 36, 1915 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: wireless operator (South Yarra, 1915; St Kilda, 1916-1917); RAN (Balaclava, 1919); tobacconist (Sandringham, 1925); manager (Prahran, 1937); clerk (St Kilda, 1942); retired (Dandenong, 1949-1954) ===''FORECAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Mark Llewllyn Forecast|Forecast, Arthur Mark Llewllyn]] [https://www.familysearch.org/tree/person/details/9HPS-H18] - 1901(Vic)-1986(Vic) - Licences: 3AM Melbourne (Malvern, 1926-1931; St Kilda, 1933; Caulfield, 1937-1939, 1946-1948; The Basin, 1954-1975; Ferntree Gully, 1980+) - Qualifications: AOCP 279, 1926, No. ?? in Vic; AOLCP 141, 1934; BOCP 156, 1938; 1COCP 245, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: biograph operator (Malvern, 1925-1928); projectionist (St Kilda, 1931-1934); biograph operator (Caulfield East, 1937-1942; Glenhuntley, 1949); projectionist (The Basin, 1963-1972); retired (Ferntree Gully, 1977; Knoxfield, 1980) ===''FOREMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Graham Foreman|Foreman, Edgar Graham]] [https://www.familysearch.org/tree/person/details/GD95-36X] - 1908(Qld)-1981(Qld) - Licences: 4GF Ayr (1935-1939); 4GF Townsville (North Ward, 1947-1980+) - Qualifications: cc; AOCP 1577, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Stanton Hill, Qld, 1930); salesman (Ayr, Qld, 1934-1937); procurement specialist (Townsville, Qld, 1949); business proprietor (Townsville, Qld, 1954-1968); proprietor (Townsville, Qld, 1972-1980) ===''FORREST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Forrest|Forrest, John]] - 1847(WA)-1918(???) - state politician, senior federal politician (Postmaster-General 1901, 17 days) ===''FORSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Joseph Forshaw|Forshaw, Charles Joseph]] [https://www.familysearch.org/tree/person/details/GDGW-783] - 1895(Vic)-1961(Vic) - Licences: XJDA Melbourne (Elwood, 1913-1914); V736 Receive Hamilton (1922); 3GQ Receive Hamilton (1922) - Qualifications: cc; Nil yet identifed - early wireless experimenter; amateur receiver; WW1 - Electoral Rolls: bank clerk (Myrtleford, 1917); clerk (Oakleigh, 1924-1937; Gardiner, 1943; Elsternwick, 1949; Glenhuntly, 1954) ===''FORSYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Arthur Forsyth|Forsyth, Royce Arthur]] [https://www.familysearch.org/tree/person/details/GD1R-3S5] - 1917(Tas)-1973(Tas) - Licences: 7BC Launceston (1936-1939) - Qualifications: cc; AOCP 1637, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (Launceston, 1943); teacher (Hobart North, 1944); schoolteacher (Bellerive, 1949-1972) ===''FORSYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Edgar Forsythe|Forsythe, Leonard Edgar]] [https://www.familysearch.org/tree/person/details/GWBY-MTR] - 1894(NSW)-1981(NSW) - Licences: 2BF Receive Sydney (Northbridge, 1922); 2BF Sydney (Northbridge, 1922-1929; Drummoyne, 1930-1933; Snapper Island, 1934-1939) - Qualifications: cc; AOCP 40, 1924, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: flagmaker (Northbridge, 1930-1949); department manager (Drummoyne, 1958); ship's chandler (Drummoyne, 1963-1980) ===''FORTESCUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fortescue|Fortescue, Charles]] [https://www.familysearch.org/tree/person/details/LD8X-GQ7] - 1893(Qld)-1971(Qld) - Licences: 4GE Toowoomba (1922-1924); 4CF Toowoomba (1925-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military (CMF, Colonel); WW2; jeweller - Electoral Rolls: jeweller (Toowoomba, 1913-1958); nil (Toowoomba, 1963-1968) ===''FOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Foster|Foster, Ernest John "Ernie"]] - 1914(Qld)-1967(Qld) - 4BY Brisbane, amateur operator (no record of AOCP; AOCP ??, 19??, No. ?? in Qld), broadcast engineer (4MB, 4BU), military (WW2, RAAF) * [[/James Foster|Foster, James]] [https://www.familysearch.org/tree/person/details/GX2Z-27G] - 1915(SA)-1998(SA) - Licences: 5TX Adelaide (North Kensington, 1933-1939); 5LU Adelaide (Dulwich, 1947-1948; Oaklands, 1954-1965; Marion, 1969-1980+) - Qualifications: cc; AOCP 1140, 1933, SA; 1COCP 1046, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (Frewville, SA, 1943) ===''FOURRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Fourro|Fourro, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/G4D1-YRR] - 1906(NSW)-1978(ACT) - Licences: 2VF Corowa (1930-1936) - Qualifications: AOCP 703, 1930, NSW; AOLCP 165, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Narrandera, 1930); telephone mechanic (Corowa, 1931-1935); wireless mechanic (Corowa, 1936); mechanic (Brighton-le-Sands, 1937); foreman mechanic (2CY Canberra, 1943-1954); supervising technician (2BA Bega, 1958-1963); technician (Merimbula, 1968-1972) ===''FOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Malcolm Fowles|Fowles, Gordon Malcolm]] [https://www.familysearch.org/tree/person/details/G8H2-RC9] - 19??(???)-19??(???) - Licences: 3GF Melbourne (Elwood, 1929-1931); 3AMF Melbourne (Wheeler's Hill, 1948-1960; Avonsleigh, 1965-1969); 3AMF Cowes (1975) - Qualifications: AOCP 490, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: panel beater (Albert Park, 1943; Hamilton, 1949); farmer (Avonsleigh, 1968); retired (Cowes, 1972) ===''FOX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Fox|Fox, William George]] [https://www.familysearch.org/tree/person/details/G6BY-J5Z] - 1886(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 106, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Comment: several contemporaneous WG Fox; Electoral Rolls: Nil yet identified ===''FOXCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Foxcroft|Foxcroft, Allan]] [https://www.familysearch.org/tree/person/details/GFQS-K5P] - 1921(WA)-2008(Vic) - Licences: 6AF Perth (Victoria Park, 1937-1939); 3AE Melbourne (Caulfield, 1947-1980+) - Qualifications: cc; AOCP 1859, 1937, WA; 1COCP 506, 1941 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: technician (Caulfield, Vic, 1949-1963); engineer (Caulfield, Vic, 1967-1980) ===''FRAME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vivian Horace Frame|Frame, Vivian Horace]] [https://www.familysearch.org/tree/person/details/GHQ1-4QT] - 1899(Qld)-1959(Qld) - Licences: Receive (Valve) Mareeba (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: draftsman ( Brisbane City, Qld); public works officer (Mareeba, Qld, 1922); architect (Brisbane City, Qld, 1925-1928; Sandgate, Qld, 1936-1937; Virginia, Qld, 1949-1954; Norman Park, Qld, 1958) ===''FRANK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kendall Thomas Frank|Frank, Kendall Thomas]] [https://www.familysearch.org/tree/person/details/G8N2-TGZ] - 1904(WA)-1951(Qld) - Licences: Nil yet identified - Qualifications: CPRT 921, 1926; 2COCP 289, 1930; 1COCP 64, 1935 - ship wireless operator (AWA), coastal wireless operator, amateur operator?, broadcast engineer (4PM) - Electoral Rolls: radio engineer (Lakemba, 1943) - [https://adb.anu.edu.au/biography/frank-kendall-thomas-10236 ADB] ===''FRANZI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Franzi|Franzi, William Ronald "Bill" (formerly Emilio Stefan)]] - 1909(Italy)-19??(SA) - 4FR Atherton (1938-1939), 5FR Adelaide (Da Costa Park, 1946-1965; Glenelg East, 1969-1975), 5VK American Beach (1975-1980), amateur operator (AOCP 2192, 1938, No. ?? in Qld), amateur broadcaster, radio clubs (IREE), military (RAAF), employment (radio technician) ===''FRASER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Douglas Fraser|Fraser, James Douglas]] [https://www.familysearch.org/tree/person/details/G8NS-MQ3] - 1900(NSW)-1956(NSW) - Licences: 2JF Quirindi (1930-1935) - Qualifications: AOCP 637, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical engineer (Quirindi, 1930-1943); engineer (Picton, 1949-1954) * [[/H. Fraser|Fraser, H.]] - 19??(???)-19??(???) - 2JC Tamworth (1924-1925), amateur operator (no record of AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster * [[/Henry George Fraser|Fraser, Henry George]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 1001, 1932, No. ?? in ?? - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet identified, at least two HGF engineers ===''FRAZER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Frazer|Frazer, Charles Edward "Charlie"]] - 1880(Vic)-1913(Vic) - politician (Postmaster-General, 1911-1913) ===''FREEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Freeman|Freeman, Arthur Charles]] [https://www.familysearch.org/tree/person/details/G8ZL-4F7] - 19??(???)-1971(NSW) - Licences: 2AS Sydney (Burwood, 1929-1939; Ashfield, 1946-1958; Cheltenham, 1960-1969) - Qualifications: AOCP 544, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: packer (Newtown, 1930-1931; East Sydney, 1933-1935); engineer (Burwood, 1936-1937; Ashfield, 1943-1958; Cheltenham, 1963-1968) - individual not fully identified * [[/L. Freeman|Freeman, L.]] - 18??-19?? - Licences: XQB Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''FREESTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Roy Freestone|Freestone, Leslie Roy]] [https://www.familysearch.org/tree/person/details/LRCK-NB5] - 1896(Vic)-1982(Vic) - Licences: 3LF Ballarat (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Ballarat, 1916-1920); commercial traveller (Ballarat, 1921-1936); traveller (Brighton, 1937-1954); nil (Geelong, 1977-1980) ===''FRETTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/O'Della Paul Fretten|Fretten, O'Della Paul "Paul"]] [https://www.familysearch.org/tree/person/details/G845-BQH] - 1894(Eng)-1977(Vic) - Licences: 2RU Sydney (Concord, 1928-1930) - Qualifications: AOCP 460, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Concord, 1930; Strathfield, 1933); foreman (Lane Cove, 1936-1937); public servant (St Kilda, 1943); cafe proprietor (Melbourne, 1949); sales manager (St Kilda, 1963); instructor (Brighton, 1967-1968); retired (Malvern East, 1972; Fitzroy North, 1977) ===''FREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Samuel Vernon Frew|Frew, Geoffrey Samuel Vernon]] [https://www.familysearch.org/tree/person/details/G87N-ZC1] - 1909(Vic)-1984(Vic) - Licences: 3PM Melbourne (Glen Iris, 1928-1933; Brighton, 1937-1939, 1946-1956); 3PL Melbourne (Brighton, 1960); 3JK Melbourne (Brighton, 1969); 3PM Melbourne (1975-1980+) - Qualifications: AOCP 402, 1928, No. ?? in Vic; AOLCP 66, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1933); manager (Brighton, 1936-1937); engineer (Footscray, 1943; Brighton, 1949-1980) ===''FRIAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Owen Friar|Friar, Archibald Owen]] [https://www.familysearch.org/tree/person/details/G4LQ-LGV] - 1905(NSW)-1963(NSW) - Licences: 2AO Ulmarra (1929-1931); 2AO Grafton, 1933-1939) - Qualifications: AOCP 504, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chainman (Ulmarra, 1930-1937); garage proprietor (South Grafton, 1943-1963) ===''FROGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard James Frogley|Frogley, Gerard James]] [https://www.familysearch.org/tree/person/details/G7K7-JNM] - 1902(Eng)-1977(Eng) - Licences: 3GF Melbourne (Richmond, 1926-1927) - Qualifications: AOCP 240, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (East Melbourne, 1924); battery mechanic (Richmond, 1925-1931) ===''FRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Turner Fry|Fry, Alfred Turner]] [https://www.familysearch.org/tree/person/details/GDRX-2SL] - 1881(NSW)-1928(Vic) - Licences: 7BG Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: metallurgist (Ballarat, 1917; Queenstown, Tas, 1919-1922; Sandringham, 1924-1927) * [[/Reginald Hall Fry|Fry, Reginald Hall]] [https://www.familysearch.org/tree/person/details/GZ6Y-9WN] - 1891(NSW)-1976(NSW) - Licences: 2KC Sydney (Croydon, 1922-1929; Killara, 1930-1933); 2KC Parkes (1934); 2KC Goulburn (1935-1936); 2KC Wollongong (1937-1939) - Qualifications: cc; AOCP 86, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil engineer (Gordon, 1930; Killara, 1933; Goulburn, 1935-1936; Wollongong, 1937; Killara, 1943-1968); engineer (Killara, 1972) ===''FRYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Norman Fryer|Fryer, Keith Norman]] [https://www.familysearch.org/tree/person/details/G3KH-TZ8] - 1906(Vic)-19??(???) - Licences: 2KF Sydney (Suspension Bridge, 1927-1928) - Qualifications: AOCP 332, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Neutral Bay, 1930-1931; Northbridge, 1934; North Sydney, 1936; Mosman, 1943-1949) ===''FULCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/J. Fulcher|Fulcher, J.]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, (Halcyon, P. 4) ===''FYSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Oakley Fysh|Fysh, Philip Oakley]] [https://www.familysearch.org/tree/person/details/LHNP-534] - 1835(Eng)-1919(Tas) - state politician (MLC Tas, 1860s through 1890s; MHA Tas 1870s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1903-1904) - Relationships: grandfather of 7PF Philip Oakley Fysh * [[/Philip Oakley Fysh|Fysh, Philip Oakley "Phil"]] [https://www.familysearch.org/tree/person/details/L2YS-4ZR] - 1897(Tas)-1966(Tas) - Licences: 7PF Launceston (1925-1927) - Qualifications: cc; AOCP 128, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; radio clubs (Launceston Radio Experimenters' Club, WIA Launceston); WW2 - Relationships: grandson of Philip Oakley Fysh, federal Postmaster-General 1903-1904 - Electoral Rolls: merchant (Launceston, 1922-1954) =='''G'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''GABBERTAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Gabbertas|Gabbertas, Jack]] [https://www.familysearch.org/tree/person/details/GF9C-2W7] - 1915(Eng)-2003(WA) - Licences: 6GB Perth (Maylands, 1936-1939; Mt Hawthorn, 1947-1980+) - Qualifications: cc; AOCP 1810, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, WA, 1937; East Perth, WA, 1943); mechanic (Mt Hawthorn, WA, 1949-1980) ===''GADSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Wilkinson Gadsden|Gadsden, Stanley Wilkinson]] [https://www.familysearch.org/tree/person/details/GM38-WZ2] - 1887(Vic)-1957(Vic) - Licences: 3SW Melbourne (Kew, 1924-1939) - Qualifications: AOCP 26, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; radio clubs (WIA Vic, Chief of Council, 1926); placed 2nd in 3LO amateur broadcasting competition 1926 - Electoral Rolls: printer (Kew, 1908-1915); manufacturer (Kew, 1917-1954) ===''GALLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Galle|Galle, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/GX2P-KXN] - 1912(SA)-2008(SA)96yo - Licences: 5QR Adelaide (Prospect, 1931-1939, 1947-1948; Enfield, 1954-1980+) - Qualifications: cc; AOCP 834, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Jabuk, SA, 1939-1941); schoolteacher (Tailem Bend, SA, 1943) ===''GAMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ray Gamble|Gamble, William Ray "Ray"]] - 1928(NSW)-2011(NSW) - broadcast engineer (BOCP 961, 1948), station manager, radio network principal [https://radioinfo.com.au/news/vale-ray-gamble Radio Info] ===''GAMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Gamon|Gamon, George Arthur]] - 1900(Vic)-1977(???) - 3GG Melbourne (South Yarra, 1925-1926; Middle Park, 1927), amateur operator (AOCP 89, 1925, No. ?? in Vic), amateur broadcaster ===''GARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Garing|Garing, William Henry]] [https://www.familysearch.org/tree/person/details/G8WV-2YG] - 1910(Vic)-2004(NSW) - Licences: Nil identified - Qualifications: AOCP 431, 1928, No. ?? in Vic - amateur operator? - Electoral Rolls: cadet (Point Cook, 1931-1934); airman (Point Cook, 1937); RAAF officer (Townsville, 1943; Point Cook, Vic, 1958; Williamtown, NSW, 1958); executive director (Turramurra, 1968); director (Turramurra, 1980) ===''GARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Raymond Garner|Garner, Alan Raymond]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: PMG technician! (Frankston, 1963-1980) ===''GARNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Garnett|Garnett, Brian]] - 19??(???)-19??(???) - 4AHN Currimundi, amateur operator (AOCP ??, 19??, No. ?? in Qld), ===''GARRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Randolph Garran|Garran, Richard Randolph]] [https://www.familysearch.org/tree/person/details/K822-L54] - 1903(Vic)-1991(ACT) - Licences: 3AW Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (Toorak, 1924-1925); manager (Semaphore, SA, 1941; Caulfield, Vic, 1954-1980) ===''GARRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Benjamin Walter Garrett|Garrett, Horace Benjamin Walter]] [https://www.familysearch.org/tree/person/details/G7PD-9SV] - 1906(Vic)-1979(Vic) - Licences: 3JI Melbourne (Box Hill, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster - Electoral Rolls: sales (Box Hill, 1928-1934); radio mechanic (Box Hill, 1936); salesman (Box Hill, 1943-1977) ===''GARTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Garth|Garth, Reginald]] [https://www.familysearch.org/tree/person/details/G8DX-47Z] - 1903(Eng)-1959(Tas) - Licences: 2VZ Sydney (Coogee, 1930; Clovelly, 1931-1933; Bankstown, 1934-1936); 4VZ Mackay (1937-1939); 3SF Melbourne (Preston, 1948; Seaford, 1954); 7RG Trevallyn, 1955-1956) - Qualifications: cc; AOCP 584, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Clovelly, NSW, 1930-1933); mechanic (Bankstown, NSW, 1934-1936); electrician (Slade Point, Qld, 1937-1943; Beaconsfield, Tas, 1958) ===''GAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Holman Gay|Gay, Augustus Holman]] [https://www.familysearch.org/tree/person/details/G8PF-938] - 1902(Vic)-1984(Vic) - Licences: 3SM Warragul (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Warragul, 1927-1934); engineer (South Yarra, 1936-1954); electrical engineer (Kew, 1963-1980) * [[/Vivian James Gay|Gay, Vivian James]] [https://www.familysearch.org/tree/person/details/LYT8-VJJ] - 1908(NSW)-1999(Qld) - Licences: 2VI Sydney (Chatswood, 1935-1939; North Sydney, 1946-1947; Lane Cove, 1948-1965); 2VI Burradoo (1980+) - Qualifications: cc; AOCP 1510, 1935, NSW - amateur operator; amateur broadcaster - Electoral Rolls: printer (Artarmon, 1930-1937; Chatswood, 1943); master printer (Lane Cove, 1949-1968); printer (Artarmon, 1972); retired (Burradoo, 1977-1980) ===''GEAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Vivian Geake|Geake, Wilfred Vivian]] [https://www.familysearch.org/tree/person/details/GXTF-H1J] - 1893(SA)-1974(SA) - Licences: 5BR Receive Kooringa (1922); 5BR Receive (Murray Bridge, 1923); Receive Murray Bridge (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hillside, SA, 1939) ===''GEDDES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Albert Geddes|Geddes, Frank Albert]] - 1901(NSW)-1922(NSW) - 2GC Sydney (Waverley, 1922, receive only), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), radio clubs (Waverley Radio Club), due to age licence held in name of father Francis G Geddes ===''GEEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Leslie Geeves|Geeves, Philip Leslie "Phil"]] [https://www.familysearch.org/tree/person/details/G88C-Y8Y] - 1917(NSW)-1983(NSW) - radio broadcaster (VK2ME, 2CH, ABC); employment (AWA, 1937-1970s); journalist (SMH); historian (AWA, broadcasting); awards (OAM, 1980) - Electoral Rolls: radio executive (Bexley, 1949-1963); executive (Hurstville South, 1972-1980) ===''GEISEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elizabeth Aileen Geisel|Wallace nee Geisel, Elizabeth Aileen "Betty"]] [https://www.familysearch.org/tree/person/details/GXK7-NJ4] - 1921(SA)-2000(SA) - Licences: 5YL Murray Bridge (1936-1939) - Qualifications: cc; AOCP 1788, 1936, SA; 2COCP 448, 1941; 1COCP 544, 1941 - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: Nil yet identified - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''GEORGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Heinrich Alfred August George|George, Heinrich Alfred August "Henry", "Harry"]] [https://www.familysearch.org/tree/person/details/G387-XZ4] - 1899(Vic)-1968(Vic) - Licences: 3ZP Melbourne (Footscray, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1919-1963) ===''GEORGESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Georgeson|Georgeson, James]] [https://www.familysearch.org/tree/person/details/LTS1-17Q] - 1897(Eng)-1976(Taiwan) - Licences: 5JD Adelaide (Glenelg, 1936-1938); 2AKU Sydney (Neutral Bay, 1939; Granville, 1946-1947; Artarmon, 1948-1954; Lane Cove (1955); Artarmon (1956-1975) - Qualifications: cc; AOCP 1783, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, NSW, 1943); engineer (Artarmon, NSW, 1949-1954); electrical engineer (Artarmon, NSW, 1963-1968); engineer (Artarmon, NSW, 1972) ===''GERAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/James Anselm Geraghty|Geraghty, James Anselm]] [https://www.familysearch.org/tree/person/details/GZVD-VY9] - 1877(???)-1969(Qld) - Licences: 4CS Receive Townsville (1923); 4CS Townsville (1923-1924); 4CS Brisbane (Nudgee, 1924); 4CS Gympie (1924); 4CS Townsville (1925); 4CS Gympie (1925-1927); 2JG Wagga Wagga (1929); 7CB Launceston (1931); 4CB Brisbane (Nudgee, 1933); 4AC Bundaberg (1934) - Qualifications: AOCP 186, 1925, No. 17 in Qld - amateur operator; amateur broadcaster; minister of religion and teacher (Christian Brothers) - Electoral Rolls: teacher (Ballarat, 1906; Gympie, 1909-1913; Dunedin, 1914-1916; South Brisbane, 1919-1925; Tamworth, 1930; Bundaberg, 1934; Ipswich, 1943; Albion, 1949; Gympie, 1954); retired (Boondall, 1958-1968) ===''GIBBON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Foster Gibbon|Gibbon, Thomas Foster]] [https://www.familysearch.org/tree/person/details/G857-MWS] - 1896(Vic)-1965(Vic) - Licences: XJAV Melbourne (Kew, 1913-1914); Receive (Valve) Melbourne (Kew, 1923); 3XZ Melbourne (Kew, 1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: student (Kew, 1919-1925); electrical engineer (Kew, 1928-1954); engineer (Kew, 1963) ===''GIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gibbons|Gibbons, Frederick]] [https://www.familysearch.org/tree/person/details/L2XB-YRJ] - 1907(Wales)-19??(???) - Licences: 2FG Sydney (Neutral Bay, 1926-1930) - Qualifications: AOCP 255, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: no occupation (Neutral Bay, 1930); clerk (Gordon, 1954-1968); director (Turramurra, 1972-1977) ===''GIBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. G. Gibson|Gibson, E. G.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Ormiston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified *[[/Edgar McLean Gibson|Gibson, Edgar McLean]] [https://www.familysearch.org/tree/person/details/GS5W-SM5] - 1877(Qld)-1969(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1925), possibly held on behalf of son Leighton - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radio clubs - Relationships: father of 4AN William Leighton Gibson - Electoral Rolls: electrical engineer (Toowoomba, 1908-1917; Greenslopes, 1922); engineer (Manly, 1936-1937; Hawthorne, 1943-1968) *[[/George Holland Gibson|Gibson, George Holland]] [https://www.familysearch.org/tree/person/details/MXPG-HB4] - 1892(Qld)-1978(Qld) - Licences: XQG Brisbane (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: carpenter (Fortitude Valley, 1915-1917); mechanic (Newmarket, 1919-1928; New Farm, 1937-1943); telephone technician (Bulimba, 1954-1977) * [[/Richard Leslie Gibson|Gibson, Richard Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9QNS-G8V] - 1900(NSW)-1976(NSW) - Licences: 2GH Alstonville (1930-1939) - Qualifications: AOCP 578, 1930, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Alstonville, 1930-1949); retired (Alstonville, 1963-1968; Ballina, 1972) * [[/William Gerrand Gibson|Gibson, William Gerrand]] [https://www.familysearch.org/tree/person/details/LWJY-5G9] - 1869(Vic)-1955(Vic) - Politician, Federal Postmaster-General 1923-1929 [https://adb.anu.edu.au/biography/gibson-william-gerrand-6313 ADB] *[[/William Leighton Gibson|Gibson, William Leighton "Leighton" & "Gibby"]] [https://www.familysearch.org/tree/person/details/GS5W-Q7S] - 1907(Qld)-1995(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1927) - Qualifications: AOCP 73, 1925, No. 7 in Qld - amateur operator; amateur broadcaster; journalist (QRN "Bananalander"); wireless business employee (Phillips Radio) - Relationships: son of 4AN Edgar McLean Gibson - Electoral Rolls: salesman (Manly, Qld, 1936-1937; Camp Hill, Qld, 1943); manager (Balgowlah, NSW, 1949); business executive (Balgowlah, NSW, 1958); regional representative (Palm Beach, Qld, 1963-1980) ===''GIDDINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hudson Giddings|Giddings or Whitney, Albert Hudson]] [https://www.familysearch.org/tree/person/details/GXR4-PDP] - 1914(Vic)-19??(???) - Licences: 5FI Adelaide (Nailsworth, 1935-1937) - Qualifications: cc; AOCP 1556, 1935, SA; 1COCP 102, 1936 - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant, Signals) - Electoral Rolls: PMG employee (Sale, Vic, 1968); technician (Elwood, Vic, 1972); clerk (Hughs, ACT, 1977-1980) - Links: [https://vwma.org.au/explore/people/612780 VWMA] * [[/Albert William James Giddings|Giddings, Albert William James]] [https://www.familysearch.org/tree/person/details/9711-NG3] - 1909(Vic)-1983(Vic) - Licences: 3DG Stratford (1935-1939); 3DG Numurkah (1947-1948); 3DG Lancefield (1954-1969); - Qualifications: cc; AOCP 1574, 1935, SA - amateur operator; amateur broadcaster;; WW2 (RAAF, Warrant Officer) - Electoral Rolls: bank official (Culgoa, Vic, 1931); bank clerk (Pakenham East, Vic, 1934); bank officer (Stratford, Vic, 1936-1937); warrant officer RAAF (Point Cook, Vic, 1942); bank official (Numurkah, Vic, 1949) ===''GILFILLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles Kent Gilfillan|Gilfillan, William Charles Kent]] [https://www.familysearch.org/tree/person/details/GDPF-93Q] - 1869(NSW)-1952(NSW) - Licences: 2AM Receive Sydney (Greenwich, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: independent means (Manly, 1913); soldier (Manly, 1930-1935); no occupation (Redfern, 1937); manufacturer (Mosman, 1943-1949) ===''GILHOOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Forrest Gilhooley|Gilhooley, Joseph Aloysius Forrest]] [https://www.familysearch.org/tree/person/details/GDPF-L6N] - 1877(NSW)-1950(NSW) - Licences: 2AH Receive Sydney (Woollahra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: clerk (Darlinghurst, 1903; Hunters Hill, 1930-1935); traveller (Hunters Hill, 1937-1949) ===''GILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Stewart Gill|Gill, Alan Stewart]] [https://www.familysearch.org/tree/person/details/GH6B-JQ4] - 1907(NSW)-1983(Tas) - Licences: 7AS Launceston (1925-1927) - Qualifications: cc; AOCP 191, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; scientist & engineer (Electrolytic Zinc Co) - Electoral Rolls: research chemist (Hobart Central, 1928; Sandy Bay, 1936-1949); chemist (Hobart South, 1954) * [[/Alfred Wyatt McKenzie Gill|Gill, Alfred Wyatt McKenzie]] [https://www.familysearch.org/tree/person/details/GDBP-B8D] - 1908(NSW)-1959(NSW) - Licences: 2TS Receive Sydney (Killara, 1923); 2TS Sydney (Killara, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: barrister (Killara, 1933-1937; Wahroonga, 1949); soldier (Wahroonga, 1943); airline officer (Wahroonga, 1954-1958) ===''GILLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Rex Gregory Gillett|Gillett, Clarence Rex Gregory]] [https://www.familysearch.org/tree/person/details/GWJC-ZDW] - 1919(SA?)-2020(SA) - prominent MW and SW broadcast DXer (1940-1990), clubs (All Wave All World DX Club, Australian DX Radio Club (SA Branch), South Australian DX Radio Club, Australian Radio DX Club, Southern Cross DX Club, DX Australia, New Zealand Radio DX League) - substantial portion (100+) of QSL collection survives (SSD, NFSA) ===''GILLHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman William Gillham|Gillham, Norman William]] [https://www.familysearch.org/tree/person/details/GMTT-M8V] - 1906(Tas)-1994(Tas) - Licences: Receive Hobart (Sandy Bay, 1923-1924); 7NW Hobart (Sandy Bay, 1925-1927) - Qualifications: cc; AOCP 176, 1925, No. ?? in Tas; CPRT 944, 1927 - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Sandy Bay, 1928); joiner (Queensborough, 1936-1937); builder (Nelson, 1943-1954) ===''GILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Clifford Gillon|Gillon, Peter Clifford]] [https://www.familysearch.org/tree/person/details/GD7M-X53] - 1895(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 99, 1915 - Coastal wireless operator - Electoral Rolls: operator (Bondi, 1934); radio telegraphist (Crow's Nest, NSW, 1936; Cooktown, Qld, 1937; Townsville, 1943); telegraphist (Kensington, NSW, 1949-1954; Cremorne, 1958); radio operator (Cremorne, 1963-1968) ===''GILMOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Stanley Gilmour|Gilmour, Norman Stanley]] [https://www.familysearch.org/tree/person/details/GZZD-PVG] - 1890(Vic)-1962(NSW) - Licences: 2ZU Sydney (Neutral Bay, 1923-1930; Potts Point, 1931; City, 1933-1939; Mosman, 1948-1960) - Qualifications: cc; AOCP 28, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: director (Neutral Bay, 1930); business manager (Darlinghurst, 1931); engineer (Darlinghurst, 1934-1937; Mosman, 1943-1958) ===''GINBEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Haldane Ginbey|Ginbey, Ian Haldane]] [https://www.familysearch.org/tree/person/details/GFM1-73N] - 1913(WA)-1962(WA) - Licences: 6IG Perth (Fremantle, 1938-1939; Bicton, 1947-1948; Attadale, 1954-1960) - Qualifications: cc; AOCP 2084, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (South Fremantle, WA, 1936; Fremantle, WA, 1937; South Fremantle, WA, 1943); salesman (Melville, WA, 1958) ===''GINGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ubitt Victor Ginger|Ginger, Ubitt Victor]] [https://www.familysearch.org/tree/person/details/GS5P-G76] - 1891(NSW)-1943(NSW) - Licences: 2LF Receive Sydney (Mosman, 1922-1923); 2LF Sydney (Mosman, 1922-1924; North Sydney, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; police officer - callsign 2LF to L. R. Filmer, Toronto from Sep 1925, Bracken from 1933 - Electoral Rolls: constable (Chatswood, 1930-1933); police constable (Marrickville, 1934); constable (Naremburn, 1936-1937) ===''GINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Ginn|Ginn, Ernest George]] [https://www.familysearch.org/tree/person/details/GXZC-95C] - 1917(Qld)-2015(Qld) - Licences: 4GE Townsville (1936-1939; 1946-1948); 4GE Brisbane (Hendra, 1955-1980+) - Qualifications: cc; AOCP 1749, 1936, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ), military (WW2, RAAF, AIF); employment (life insurance agent) - Electoral Rolls: salesman (Townsville, Qld, 1943); shop assistant (Windsor, Qld, 1949); salesman (Hendra, Qld, 1954-1980) ===''GIVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/L. James M. Givens|Givens, L. James M. "James"]] [https://www.familysearch.org/tree/person/details/G8LX-7WR] - 1905(Vic)-1957(Vic) - Licences: 3EP Receive Melbourne (Canterbury, 1922-1923); 3EP Melbourne (Canterbury, 1924-1927); 3XY Melbourne (Canterbury, 1931) - Qualifications: cc; CPRT 849, 1925; AOLCP 121, 1933 - amateur operator, amateur broadcaster - Electoral Rolls: wireless officer (Canterbury, 1931-1937; Camberwell, 1943); photographer (Delbridge, 1954) ===''GLASSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Ronald John Glassop|Glassop, Ronald John]] [https://www.familysearch.org/tree/person/details/LBZX-P8N] - 1910(NSW)-1996(Qld) - Licences: 2RF Newcastle (City, 1934-1935; Blackhalls, 1936; Hamilton East, 1937); 4BG Brisbane (Clayfield, 1937-1939); 4BG Maryborough (1947-1969); 4BG North Tamborine (1980) - Qualifications: cc; AOCP 1288, 1934, NSW - amateur operator; amateur broadcaster; WW2; insurance assessor - Electoral Rolls: no occupation (Newcastle, NSW, 1932-1935); clerk (Hamilton, NSW, 1937); insurance inspector (Clayfield, Qld, 1937); insurance secretary (Maryborough, Qld, 1949-1968); retired (Miami, Qld, 1972; Mt Tamborine, Qld, 1977-1980) ===''GLOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Frederick Glover|Glover, Alexander Frederick or Frederick Alexander]] [https://www.familysearch.org/tree/person/details/L246-XZ6] - 1925(Vic)-2001(Vic) - Licences: 3AFG Sale (1948-1980+) - Qualifications: cc; AOCP 2705, 1948, Vic - amateur operator; amateur broadcaster - Electoral Rolls: operator (Sale, 1949); mechanic (Sale, 1954-1980) * [[/Arthur James George Glover|Glover, Arthur James George]] [https://www.familysearch.org/tree/person/details/2MT8-CZ8] - 1907(Vic)-1977(Vic) - Licences: 3AG Melbourne (Box Hill, 1928-1931; Surrey Hills, 1933); 3AG Warrnambool (1937-1939); 3AG Melbourne (Box Hill, 1946-1960; Camberwell, 1965-1975) - Qualifications: cc; AOCP 392, 1928, No. ?? in Vic; CPRT 1129, 1928; 2COCP 153, 1930; 1COCP 29, 1930 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Box Hill, 1931); engineer (Box Hill, 1936); radio engineer (Warrnambool, 1937); engineer (Canterbury, 1943; Box Hill, 1949-1954); automation engineer (Camberwell, 1963-1968); engineer (Camberwell, 1972-1977) * [[/Maurice Glover|Glover, Maurice]] [https://www.familysearch.org/tree/person/details/G8SK-25R] - 1912(Vic)-2003(Tas) - Licences: 7MG Hobart (Sandy Bay, 1938-1939, 1946-1948); 7MG Swansea (1954-1980+) - Qualifications: cc; AOCP 2129, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Nelson, 1943); no occupation (Swansea, 1949; Nelson, 1954) * [[/Maxwell Arthur Glover|Glover, Maxwell Arthur "Max"]] [https://www.familysearch.org/tree/person/details/G8SK-58X] - 1902(Vic)-1982(Vic) - Licences: 3GB Receive Melbourne (Auburn, 1922); 3GB Melbourne (Camberwell, 1924-1925) - Qualifications: No record of AOCP; 3COCP 671, 1948 - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Camberwell, 1924-1934); wool buyer (Toorak, 1935-1936; South Yarra, 1937); director (Malvern, 1949-1980) ===''GLUSKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Gluskie|Gluskie, C. R.]] - 19??(???)-19??(???) - Licences: Receive Hobart (New Town, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''GODDARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Endacott Goddard|Goddard, John Endacott]] [https://www.familysearch.org/tree/person/details/KNBM-L27] - 1914(WA)-1943(Crete) - Licences: 6JG Perth (North Perth, 1935-1939) - Qualifications: AOCP 1427, 1935, WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Fremantle, 1936) - Sacrifice: "Greater love hath no man than this" - Links: [https://aviationmuseumwa.org.au/afcraaf-roll/goddard-john-endacott-406692/ Aviation Museum WA]; [https://anzac.site/greece/crete-operation-thesis-goddard/ Operation Thesis]; [https://www.awm.gov.au/collection/R1703409 AWM Roll of Honour] ===''GOFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Goford|Goford, Thomas William]] [https://www.familysearch.org/tree/person/details/GXZH-W3H] - 1898(Eng)-1986(Qld) - Licences: 4MI Mount Isa (1936-1939) - Qualifications: cc; AOCP 1675, 1936, Qld; BOCP 387, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Mt Isa, Qld, 1937); broadcasting technician (Goonellabah, NSW, 1943); DCA technician (Alice Springs, NT, 1954-1963) ===''GOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Henry Yarburgh Gold|Gold, Clifford Henry Yarburgh or Yarborough "Cliff"]] [https://www.familysearch.org/tree/person/details/L19B-YYC] - 1906(Qld)-1986(Qld) - Licences: 4CG Brisbane (Hill End, 1926-1931); 4CG Toowoomba (1933-1939, 1946-1980+) - Qualifications: AOCP 262, 1926, No. 21 in Qld; AOLCP 186, 1934 - amateur operator, amateur broadcaster, broadcast engineer (4GR) - Electoral Rolls: shop assistant (West End, 1928-1931); radio operator (Toowoomba, 1934); projectionist (Toowoomba, 1936-1963); radio technician (Balmoral, 1968-1977) - Relationships: nephew of 4EG Edward Edwin Gold; also Doug & Geoff * [[/Douglas Edward Gold|Gold, Douglas Edward]] [https://www.familysearch.org/tree/person/details/G8RL-XQB] - 1917(NSW)-1964(Qld) - Licences: Nil yet identified - Qualifications: BOCP 254, 1939 - amateur operator; amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Geoffrey Kilvington Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio technician (Toowoomba, 1943-1949); assistant manager (Toowoomba, 1954-1958) * [[/Edward Edwin Gold|Gold, Edward Edwin "Ted"]] [https://www.familysearch.org/tree/person/details/L13Q-WZV] - 1894(Qld)-1961(Qld) - Licences: 4EG Toowoomba (1924-1939, 1946-1960) - Qualifications: AOCP 7, 1924, No. 1 in Qld - amateur operator; amateur broadcaster; awarded Class B licence for 4GR Toowoomba; commercial broadcast station proprietor (4GR); Relationships: father of Geoffrey Kilvington Gold; uncle of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: mechanic (Toowoomba, 1925-1958) * [[/Geoffrey Kilvington Gold|Gold, Geoffrey Kilvington]] - 1943(Qld)-1971(Qld) - Licences: Nil yet identified - Qualifications: BOCP 2210, 1963; AOLCP 1608, 1964 - amateur operator, amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Douglas Edward Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio broadcaster (Annerley, 1968) ===''GOLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick John Golden|Golden, Patrick John]] [https://www.familysearch.org/tree/person/details/GSFG-R49] - 1893(Ire)-1943(Qld) - Licences: 4PG Brisbane (Wynnum South, 1927) - Qualifications: cc; Nil yet identified (likely UK) - ship wireless operator; amateur operator; amateur broadcaster; radio business proprietor; WW2 - Electoral Rolls: salesman (Wynnum Heights, 1928-1931); radio dealer (Clayfield, 1936-1937); radio operator (Flying boat base, Karumba, 1943) - Sacrifice: "Greater love hath no man than this" ===''GOLDSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Herbert Goldsmith|Goldsmith, Frank Herbert]] [https://www.familysearch.org/tree/person/details/93SX-QL8] - 1895(WA)-1974(WA) - Licences: 6FG Perth (Nedlands Park, 1927-1939) - Qualifications: cc; AOCP 377, 1927, No. ?? in WA - amateur operator; amateur broadcaster; radio journalist - Electoral Rolls: clerk (West Perth, 1917); journalist (Bunbury, 1921-1922; Nedlands, 1925-1949; Roleystone, 1954-1958); retired (Rossmoyne, 1968-1972) * [[/Gordon William Goldsmith|Goldsmith, Gordon William]] [https://www.familysearch.org/tree/person/details/GZWR-BKR] - 1914(SA)-1998(SA) - Licences: 5HM Cowandilla (1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1629, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Cowandilla, SA, 1939-1943) ===''GOLDSWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Goldsworthy|Goldsworthy, William John]] [https://www.familysearch.org/tree/person/details/M4D7-C24] - 1910(Qld)-1950(Qld) - Licences: 4WA Brisbane (Valley, 1934-1939); 4WA Rockhampton (1947-1948)- Qualifications: cc; AOCP 1341, 1934, Qld; 2COCP 1112, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Valley, Qld, 1934-1943); aeradio operator (Rockhampton, Qld, 1949) ===''GOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jasper Claude Golley|Golley, Jasper Claude]] [https://www.familysearch.org/tree/person/details/GXGK-S1F] - 1904(SA)-1958(SA) - Licences: 5JX Adelaide (Glenelg, 1935-1937; Glengowrie, 1938-1939; Seacliff, 1948-1955) - Qualifications: cc; AOCP 1522, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: schoolteacher (Glengowrie, SA, 1939-1941; Seacliff, SA, 1943) ===''GOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Good|Good, Edward Joseph]] [https://www.familysearch.org/tree/person/details/GMS7-P78] - 1864(Vic)-1931(Vic) - Licences: 3HQ Glenrowan (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Taminick, 1903); traveller (Taminick, 1909-1930) ===''GOODE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Russell Goode|Goode, Arthur Russell]] - 1889(Vic)-1971(Vic) - XLK Melbourne (Moonee Ponds, 1913), early wireless experimenter (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), PMGD (telegraphist, Central Office, Melbourne, 1903-1921), Listener-In (journalist; editor), author several books, grandfather of Michael Goode 3BDL * [[/Michael Goode|Goode, Michael]] - 3ZYY Melbourne (Canterbury, 1969+), 3BDL Melbourne, amateur operator (AOCP ??, 1968, No. ?? in Vic), historian (amateur radio, 5 metres), grandson of XLK Arthur Russell Goode ===''GORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence Arthur Gorman|Gorman, Clarence Arthur]] [https://www.familysearch.org/tree/person/details/GHLZ-X8H] - 1895(NSW)-1970(NSW) - Licences: XCG Sydney (Oatley, 1913-1914); 2EC Receive Sydney (Arncliffe, 1922); 2EC Sydney (Arncliffe, 1923-1925); 2CG Sydney (Rockdale, 1925-1929); designated operator 2UI Illawarra Radio Club (Kogarah, 1923-1925) - Qualifications: cc; AOCP 222, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Comment: NSW winner 1923 Trans-Pacific Tests - Electoral Rolls: plumber (Rockdale, 1930-1931; Kogarah, 1932-1943; Hargrave Park, 1949; Villawood, 1954-1963) ===''GOSTELOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Victor Gostelow|Gostelow, Alfred Victor]] [https://www.familysearch.org/tree/person/details/LVVQ-PCX] - 1897(NSW)-1975(NSW) - Licences: XABD Dorrigo (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: accountant (Uralla, 1930-1936; Scone, 1937-1949; Terrigal, 1954-1968); retired (Terrigal, 1972) ===''GOTTING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Benjamin Gotting|Gotting, Herbert Edward Benjamin]] [https://www.familysearch.org/tree/person/details/GDLY-HLD] - 1889(NSW)-1965(NSW) - Licences: N760 Receive Braemar (1922); 2ID Receive Braemar (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Braemar, 1930); electrician (Mittagong, 1936-1937); engineer (Mittagong, 1949-1963) ===''GOVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Neville Govan|Govan, Walter Neville]] [https://www.familysearch.org/tree/person/details/L2XF-YDT] - 1905(Vic)-1956(SA) - Licences: 5WG Port Pirie (1934-1939); 5WG Crystal Brook (1947-1956) - Qualifications: cc; AOCP 1273, 1934, SA; BOCP 40, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: lead burner (Port Pirie, SA, 1939-1941); mechanic (Crystal Brook, SA, 1943) ===''GOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Selwyn Harry James Gover|Gover, Selwyn Harry James]] [https://www.familysearch.org/tree/person/details/GXNM-D2L] - 1903(Qld)-19??(???) - Licences: Receive (Crystal) Brisbane (Nundah, 1924) - Qualifications: cc; CPRT 789, 1923; 2COCP 43, 1929; 1COCP 249, 1939 - amateur receiver; ship wireless officer - Electoral Rolls: wireless operator (Annerley, Qld, 1925); marine radio officer (East Brisbane, Qld, 1949-1968) ===''GOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gelston Stewart Gow|Gow, Gelston Stewart]] [https://www.familysearch.org/tree/person/details/G7HP-61D] - 1895(NSW)-1974(NSW) - Licences: XBW Sydney (Burwood, 1913-1914); 2GG Sydney (City, 1928-1930) - Qualifications: AOCP 411, 1928, No. ?? in NSW - early wireless experimenter, amateur operator, amateur broadcaster, WW1 - Electoral Rolls: manufacturer (Darlinghurst, 1930); electrician (Darlinghurst, 1933-1943); manufacturer (Darlinghurst, 1954-1972) ===''GOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Nelson James Gowlett|Gowlett, Frank Nelson James]] [https://www.familysearch.org/tree/person/details/G619-PYV] - 1891(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; 1COCP 163, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio operator (Townsville, 1925); wireless operator (Maroubra, 1930-1931); radio telegraphist (Maroubra, 1934-1937; Cooktown, 1943-1949; Maroubra, 1949); radio officer (Maroubra, 1958-1963) ===''GOYDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil William Goyder|Goyder, Cecil William]] - about 1906(Eng)-1980(NJ, USA) - G2SZ England, amateur operator [http://www.clement-jones.com/ps03/ps03_313.html] ===''GRAHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Ernest Graham|Graham, Donald Ernest "Don"]] - 1933(WA)-2012(WA) - 6HK Perth (Mount Hawthorn, 1954-1956; Wembley Downs, 1960-1980+) - amateur operator (AOCP 3162, 1951, No. ?? in WA) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC), DoC / DoTaC (WA State Broadcasting Engineer) - a good life, well lived [https://stephbg.livejournal.com/669733.html] * [[/James Alexander Graham|Graham, James Alexander]] [https://www.familysearch.org/tree/person/details/G979-6RF] - 1905(Sct)-1985(Qld) - Licences: 4JQ Brisbane (Ekibin, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 2058, 1937, Qld; 1COCP 510, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Ekibin, Qld, 1937-1954) * [[/William Denton Graham|Graham, William Denton]] [https://www.familysearch.org/tree/person/details/GZGS-KB5] - 1895(Tas)-1986(NSW) - Licences: 2RR Receive Sydney (Rockdale, 1923-1925); 2WG Sydney (Rockdale, 1926-1930) - Qualifications: AOCP 227, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: law clerk (Rockdale, 1930-1937); process worker (Bondi Junction, 1943); iron worker (Rockdale, 1949-1968); machinist (Rockdale, 1977); retired (Liverpool, 1980) * [[/William Thompson Graham|Graham, William Thompson]] [https://www.familysearch.org/tree/person/details/GDR1-SL3] - 1902(Sct)-1987(Tas) - Licences: 7BV Receive St Mary's (1923); Receive St Mary's (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: grocer's assistant (St Mary's, 1925-1954); ===''GRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin John Rawle Grant|Grant, Colin John Rawle]] [https://www.familysearch.org/tree/person/details/GZBZ-BXF] - 1902(Qld)-2000(Qld) - Licences: 4JG Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 310, 1926, No. 32 in Qld - amateur operator; amateur broadcaster; accountant - Electoral Rolls: clerk (Wooloowin, 1925-1934); security officer (Eagle Junction, 1936); auditor (West Nundah, 1937); retired (Southport, 1968-1980) * [[/James Grant|Grant, James]] - 19??(???)-19??(???) - Licences: 2DP Newcastle (Stockton, 1929-1930) - Qualifications: AOCP 555, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: * [[/William Patrick Grant|Grant, William Patrick "Bill"]] [https://www.familysearch.org/tree/person/details/GXZJ-YJC] - 1917(Ireland)-19??(Ireland) - Licences: 4WU Brisbane (Indooroopilly, 1936-1939) - Qualifications: cc; AOCP 1801, 1936, Qld; 2COCP 269, 1939 - amateur operator; amateur broadcaster; ship wireless officer; air controller (Shannon Airport) - Electoral Rolls: Nil yet identified ===''GRANTHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Richard Grantham|Grantham, Sidney Richard "Sid"]] [https://www.familysearch.org/tree/person/details/GXZ6-B8S] - 1920(Qld)-2003(Qld) - Licences: 4SG Toowoomba (1938-1939, 1946-1956); 4SG Brisbane (Wavell Heights, 1960; Hendra, 1965-1980+) - Qualifications: cc; AOCP 2083, 1938, Qld; 1COCP 927, 1945 - amateur operator; amateur broadcaster; radio clubs (WIAQ, IREE, RFDS council); military (WW2, RAAF, wireless officer); federal public servant (DCA, Aeradio; PMGD/DoC, radio inspector); broadcast technician (4GR) - Electoral Rolls: RAAF (Yerongpilly, Qld, 1943); broadcast engineer (Harristown, Qld, 1949); engineer (East Toowoomba, Qld, 1954; Toowoomba South, Qld, 1958); radio inspector (Hendra, Qld, 1963-1980) ===''GRANVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Florence Violet Granville|Granville (nee) / Wallace / McKenzie, Florence Violet "Mrs Mac"]] [https://www.familysearch.org/tree/person/details/LRR8-ZWS] - 1890(Vic)-1982(NSW) - 2GA Sydney (Sydney, 1922-1924; Greenwich, 1925-1939), 2FV Sydney (Sydney, 1946-1950; Circular Quay, 1954; Greenwich, 1955-1958), amateur operator (AOCP 109, 1925, No. ?? in NSW), amateur broadcaster, engineer, business proprietor, signals instructor - Links: [https://adb.anu.edu.au/biography/mckenzie-florence-violet-15485 ADB] ===''GRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Gray|Gray, A. J.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Albert Howell Gray|Gray, Albert Howell "Dave"]] [https://www.familysearch.org/tree/person/details/GZXM-J83] - 1907(NSW)-2004(NSW) - Licences: 2IJ Receive Sydney (Killara, 1922); 2IJ Sydney (Killara, 1923-1939, 1946-1969; Whale Beach, 1975-1980+); 2AG Sydney (McMahons Point, 1931-1938; Lane Cove, 1939); 2APV Sydney (McMahons Point, 1954; Strathfield, 1955-1980+) - Qualifications: cc; AOCP 90, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: student (Killara, 1930-1936); engineer (Killara, 1937-1968; Whale Beach, 1977-1980) * [[/Frank Malcolm Gray|Gray, Frank Malcolm]] [https://www.familysearch.org/tree/person/details/LBBV-5XS] - 1910(SA)-2011(Qld)100yo - Licences: 5MU Adelaide (Toorak Gardens, 1932-1933); 5SU Adelaide (Toorak Gardens, 1937-1939, 1948) - Qualifications: cc; AOCP 1017, 1932, SA - amateur operator; amateur broadcaster; WW2 - Callsign: 5MU possibly withdrawn for 5MU Murray Bridge - Electoral Rolls: civil servant (Toorak Gardens, 1939) * [[/George Henry Boulderson Gray|Gray, George Henry Boulderson]] [https://www.familysearch.org/tree/person/details/LTTN-WVM] - 1912(Qld)-2010(Qld) - Licences: 4JP Brisbane (Ascot, 1936-1939, 1946-1980+) - Qualifications: cc; AOCP 1796, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Ascot, Qld, 1936-1943); sound engineer (Ascot, Qld, 1949-1980) ===''GREEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Green|Green, Albert Ernest]] - 1869(Vic)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - State & Federal politician; Postmaster-General (1931-1932) - Electoral Rolls: - Links: [[w:Albert Green (Australian politician)|Wikipedia]] * [[/Herman Rowland Green|Green, Herman Rowland]] [https://www.familysearch.org/tree/person/details/LK9P-LGY] - 1915(SA)-1985(SA) - Licences: 5OJ Adelaide (Prospect, 1936-1939) - Qualifications: cc; AOCP 1679, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/J. Green|Green, J.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Yeronga, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter William Green|Green, Walter William]] [https://www.familysearch.org/tree/person/details/GXB7-R87] - 1911(WA)-2012(WA) - Licences: 6WG Albany (1936-1937); 6WG Wiluna (1937-1939); 6WG Albany (1947-1960); 6WG Derby (1965); 6WG Norseman (1969); 6WG Albany (1975-1980) - Qualifications: cc; AOCP 1676, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Albany, WA, 1936); fitter (Albany, WA, 1958-1963); plant inspector (Norseman, WA, 1968); mechanic (Albany, WA, 1972-1980) ===''GREENHALGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Neal Greenhalgh|Greenhalgh, Kenneth Neal]] [https://www.familysearch.org/tree/person/details/G8ZT-NGD] - 1909(NSW)-2002(NSW) - Licences: 2KG Newcastle (Hamilton, 1929-1930; Rooty Hill, 1931; Sandgate, 1933; Mayfield West, 1934-1939; New Lambton, 1946-1956; Adamstown Heights, 1957-1980+) - Qualifications: AOCP 550, 1929, No. ?? in NSW; AOLCP 73, 1932; 1COCP 839, 1944; TVOCP 18, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Hamilton, 1930); broadcasting engineer (2KO Sandgate, 1933); engineer (Mayfield, 1934-1937); radio engineer (New Lambton, 1943-1954; Adamstown, 1958-1968; Adamstown Heights, 1977-1980) ===''GREENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold John Greenham|Greenham, Arnold John]] [https://www.familysearch.org/tree/person/details/GXH9-QQS] - 1907(Qld)-1973(Qld) - Licences: 4EE Receive Brisbane (South Brisbane, 1923); 4AG Brisbane (South Brisbane, 1933); 4AG Gympie (1934); 4AG Innisfail (1937-1939); 4AG Brisbane (South Brisbane, 1946-1948); 4AG Caloundra (1954-1956); 4AG Brisbane (Kallangur, 1960-1969) - Qualifications: cc; AOCP 1040, 1932, No. ?? in Qld; 1COCP 807, 1944 - amateur operator; amateur broadcaster; bank employee (NAB) - Electoral Rolls: bank clerk (Gympie, 1936; Innisfail, 1937; South Brisbane, 1943-1949); not stated (Caloundra, 1954-1958); retired (Kallangur, 1963-1972) ===''GREENHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alexander Greenhill|Greenhill, George Alexander]] [https://www.familysearch.org/tree/person/details/LT3K-GWN] - 1904(Qld)-1970(Qld) - Licences: 4LE Brisbane (West End, 1934-1939) - Qualifications: cc; AOCP 1348, 1934, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Brisbane City, Qld, 1925); ceiling fixer (Wooloowin, Qld, 1928); cleaner (West End, Qld, 1937; Archerfield, Qld, 1943); steward (Wilston, Qld, 1949); metal finisher (Wooloowin, Qld, 1954); barman (Kirra, Qld, 1958); caretaker (Caloundra, Qld, 1963); cleaner (Woorim, Qld, 1968) ===''GREGORY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. Gregory|Gregory, A.]] - 19??(???)-19??(???) - Licences: XAED Sydney (Bellevue Hill, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Identification: Not yet identified, possibly Alyn Keith Gregory, bank officer, Bellevue Hill, 1930-1939 * [[/Clyde Francis Burnell Gregory|Gregory, Clyde Francis Burnell]] [https://www.familysearch.org/tree/person/details/GS34-5MV] - 1906(Tas)-1997(Qld) - Licences: Receive Emu Park (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: business manager (Rockhampton, Qld, 1928-1937); fisherman (Yeppoon, Qld, 1943-1949); taxi driver (Maryborough, Qld, 1958); taxi proprietor (Nelly Bay, Qld, 1963) * [[/Harold Rigby Gregory|Gregory, Harold Rigby]] [https://www.familysearch.org/tree/person/details/L2C9-CDX] - 1900(NSW)-1973(NSW) - Licences: 2ED Receive Sydney (Abbotsford Pt, 1922); 2ED Sydney (Abbotsford Pt, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1930); inspector (Roseville, 1931-1936); insurance inspector (Roseville, 1937); manager (Newcastle, 1943-1954); insurance manager (Merewether, 1958-1972) * [[/Robert William Gregory|Gregory, Robert William]] [https://www.familysearch.org/tree/person/details/K2FW-QFJ] - 1907(Eng)-1995(SA) - Licences: 5GU Mt Barker (1935-1939) - Qualifications: cc; AOCP 1438, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: constable (Kadina, SA, 1939); police officer (Lobethal, SA, 1941-1943) ===''GREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Grey|Grey, Albert Edward "Bert"]] [https://www.familysearch.org/tree/person/details/LDK5-374] - 1897(WA)-1981(WA) - Licences: 6BO Perth (Nedlands, 1925-1932); 6BO Carnarvon (1933); 6AA Perth (Nedlands, 1937-1939) - Qualifications: cc; RTCP 532, 1920, Marconi & Telefunken; 1COCP 35, 1934; TVOCP 278 1960 - amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo PMGD); PMGD (postal assistant, Leederville,1919); WW1; RAAF (WW2, radar systems) - Electoral Rolls: telegraphist (Subiaco, 1925; Nedlands, 1925-1931); radio inspector (Nedlands, 1936-1972); retired (Nedlands, 1977-1980) * [[/Elton Edward Grey|Grey, Elton Edward or Edward Elton]] [https://www.familysearch.org/tree/person/details/GWPL-PQ5] - 1920(Qld)-1962(WA) - Licences: 4LX Brisbane (Ascot, 1936-1939); 6ZX Perth (West Perth, 1948); 6ZX Northam (1954-1955); 6ZX Perth (Leederville, 1956; Floreat Park, 1960) - Qualifications: cc; AOCP 1689, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: soldier (West Perth, WA, 1943); bank clerk (West Perth, WA, 1949); bank officer (Wagin, WA, 1949; Northam, WA, 1954; Floreat Park, WA, 1958) * [[/James Leonard Grey|Grey, James Leonard "Len"]] [https://www.familysearch.org/tree/person/details/GXZV-ZY5] - 1915(Sct)-1995(NSW) - Licences: 4LN Brisbane (Norman Park, 1937-1938); 2AKO Sydney (Vaucluse, 1939; Pymble, 1946-1961; St Ives, 1965-1969; Neutral Bay (1975-1980+) - Qualifications: cc; AOLCP 184, 1934; 2COCP 38, 1935 - amateur operator; amateur broadcaster; Radio clubs (WIAQ); military (WW2, RAAF); pilot (RQAC, QANTAS) - Electoral Rolls: aviator (Norman Park, Qld, 1936-1937); airline captain (Pymble, NSW, 1949-1958; St Ives, NSW, 1963-1968); retired (Neutral Bay, NSW, 1977-1980) ===''GRIBBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Gribble|Gribble, Arthur James]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIT Townsville (1917-1918) - Comment: only one reference found, likely misspelling; Electoral Rolls: Nil yet identified ===''GRIEVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Grieve|Grieve, Ian]] - Licences: Nil yet identified - Qualifications: Nil yet identified - historian (broadcast); proprietor of Australian Old Time Radio website - Electoral Rolls: - Links: [https://www.australianotr.com.au/ OTR] ===''GRIFFIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Neville Griffin|Griffin, Thomas Neville]] [https://www.familysearch.org/tree/person/details/G8C4-RJ2] - 1889(NSW)-1953(NSW) - Licences: 2LQ Sydney (Hornsby, 1929-1936); 2AIR Sydney (Northbridge, 1938-1939) - Qualifications: AOCP 505, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Hornsby, 1930-1934); electrical engineer (Artarmon, 1936; Willoughby, 1937; Hornsby, 1943-1949) ===''GRIFFEN-FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bridget Griffen-Foley|Griffen-Foley, Bridget]] - historian (broadcasting) - Professor, Department of Media, Communications, Creative Arts, Language and Literature, Macquarie University - author "Changing Stations: The Story of Australian Commercial Radio" & numerous professional articles ===''GRIFFITHS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Arthur Griffiths|Griffiths, Leslie Arthur "Les"]] [https://www.familysearch.org/tree/person/details/GXZK-81V] - 1909(Qld)-1970(Qld) - Licences: 4LZ Toowoomba (1938-1939, 1947-1956) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; military (WW2, RAN, signaller); cine assistant (Empire Theatre) - Halcyon: AOCP Toowoomba 1938 - Electoral Rolls: assistant projectionist (Toowoomba, Qld, 1931-1937); biograph projectionist (Toowoomba, Qld, 1943-1954; Toowoomba South, Qld, 1958); projectionist (Toowoomba West, Qld, 1963-1968) ===''GRIGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Haydn Errol Grigg|Grigg, Haydn Errol]] [https://www.familysearch.org/tree/person/details/G8BV-N98] - 1899(???)-1971(NSW) - Licences: 2AS Receive Sydney (Mosman, 1922); 2AS Sydney (Mosman, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Darlinghurst, 1935; Edgecliff, 1935-1949; Double Bay, 1954-1968) ===''GRIMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Douglas Grimes|Grimes, Benjamin Douglas]] [https://www.familysearch.org/tree/person/details/LZ8B-D6J] - 1901(Qld)-1987(Qld) - Licences: Receive (Crystal) Brisbane (Annerley, 1923-1924); 4BD Brisbane (Annerley, 1926-1931) - Qualifications: cc; AOCP 278, 1926, No. 23 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Tarragindi, 1925-1937); share dealer (New Farm, 1943); farmer (Cleveland, 1949-1958); retired (Corinda, 1968-1980) ===''GRIMMETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Urbane Grimmett|Grimmett, Stanley Urbane]] [https://www.familysearch.org/tree/person/details/L447-3MW] - 1905(NZ)-1974(NSW) - Licences: 2ZW Newcastle (Hamilton, 1930-1937); 2ZW Sydney (Bankstown, 1938-1939; Strathfield, 1946-1960; Vaucluse, 1961-1969) - Qualifications: AOCP 667, 1930, NSW - amateur operator, amateur broadcaster, journalist - Electoral Rolls: pharmacist (Hamilton, 1930-1937; Strathfield, 1949-1958); Vaucluse, 1963) ===''GRIVELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Grivell|Grivell, John "Jack"]] [https://www.familysearch.org/tree/person/details/KC43-NGM] - 1901(SA)-1971(SA) - Licences: 5BK Yorketown (1930-1933); 5BK Gladstone (1937); 5BK Crystal Brook (1938-1939); 5BK Gawler (1946-1947); 5BK Magill (1948-1969) - Qualifications: cc; AOCP 609, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (5CK Crystal Brook, 1939-1941); telephone mechanic (Gawler, 1943) ===''GROGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold William Grogan|Grogan, Arnold William]] [https://www.familysearch.org/tree/person/details/GFSS-87B] - 1915(WA)-1997(WA) - Licences: 6EI Perth (Mt Lawley, 1936-1939; City, 1947); 6EI Carnarvon (1948); 6EI Perth (Leederville, 1954-1980+) - Qualifications: cc; AOCP 1759, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Maylands, WA, 1937; East Perth, WA, 1943); public servant (Cottesloe, WA, 1949); civil servant (Leederville, WA, 1954-1980) ===''GRONOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rees Gronow|Gronow, William Rees]] [https://www.familysearch.org/tree/person/details/GZVM-KFV] - 1908(Vic)-2003(Vic) - 3EQ Receive Melbourne (City, 1922-1924), 3WG Melbourne (City, 1925-1933; Glen Iris, 1937; Malvern East, 1937; Glen Iris, 1938-1939, 1948-1960; Brighton, 1965-1980), amateur operator (AOCP 178, 1925, No. ?? in Vic), amateur broadcaster, director (Malvern, 1936-1954; Brighton, 1968-1977)) ===''GROVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Grove|Grove, Henry]] [https://www.familysearch.org/tree/person/details/L5KB-97B] - 1897(Eng)-1973(NSW) - Licences: N746 Receive Sydney (Enmore, 1922); 2HZ Receive Sydney (Enmore, 1922) - Qualifications: cc; CPRT 575, 1920 - amateur receiver - Electoral Rolls: traveller (Castle Hill, 1930); poultry farmer (Peakhurst, 1933-1949); retired (Burwood, 1963-1972) ===''GROWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Norman Wills Growden|Growden, George Norman Wills "Norman"]] [https://www.familysearch.org/tree/person/details/G9C6-15M] - 1913(Vic)-1984(SA) - Licences: 5YM Gladstone (1937-1939); 5YM Wedge Island via Port Lincoln (1954-1975) - Qualifications: cc; AOCP 1945, 1937, SA; BOCP 145, 1938; 2COCP 401, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: farmer (Gladstone, SA, 1939-1943); wireless operator (RAAF Station, Pearce, WA, 1943) ===''GRUBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Grubb|Grubb, William John]] [https://www.familysearch.org/tree/person/details/G6WK-K6N] - 1907(Qld)-1970(Vic) - Licences: 4DI Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: labourer (Rockhampton, 1931); concrete labourer (Rockhampton, 1936-1963); retired (Finch Hatton, 1968) ===''GRUMMITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Frederick Grummitt|Grummitt, Gilbert Frederick]] [https://www.familysearch.org/tree/person/details/G8Z7-FFD] - 1906(Qld)-1960(Qld) - Licences: 4BS Brisbane (Fortitude Valley, 1929-1933; Hamilton, 1937-1939; Bulimba, 1948-1960) - Qualifications: cc; AOCP 531, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: welder (Fortitude Valley, 1928-1934; Hamilton, 1936-1937); boilermaker (Bulimba, 1949-1958) ===''GRUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hill Grundy|Grundy, Robert Hill]] [https://www.familysearch.org/tree/person/details/LZP7-F78] - 1915(SA)-1988(SA) - Licences: 5BG Murray Bridge (1937-1939, 1947-1948); 5BG Crystal Brook (1954-1980) - Qualifications: cc; AOCP 2010, 1937, SA; BOCP 175, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''GUILDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Guildford|Guildford, Alfred]] [https://www.familysearch.org/tree/person/details/GX4T-5BG] - 19??(Eng)-1960(Qld) - Licences: 4AP Brisbane (Herston, 1934-1939, 1946-1948; Sandgate, 1960) - Qualifications: cc; AOCP 1342, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, publicity officer) - Electoral Rolls: advertisment writer (West End, Qld, 1934); copy writer (Kelvin Grove, Qld, 1936-1949) ===''GUNDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thor Odin Gundersen|Gundersen (BDM) or Gunderson (Census), Thor Odin]] [https://www.familysearch.org/tree/person/details/GHL8-F2W] - 1895(NZ)-1986(NZ) - Licences: Nil yet identified - Qualifications: cc; 1COCP 242, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: agent (Bondi, 1930-1931); radio officer (ss Fiona, 1943) ===''GUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Campbell Gunn|Gunn, Kenneth Campbell]] [https://www.familysearch.org/tree/person/details/93DG-X18] - 1911(Qld)-1975(Qld) - Licences: 4LG Laidley (1932-1937); 4LD Laidley (1937-1939, 1946-1975) - Qualifications: cc; AOCP 884, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Callsigns: 4LG likely withdrawn for 4LG Longreach - Electoral Rolls: clerk (Laidley, Qld, 1937-1972) ===''GUNTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Eliot Gunter|Gunter, Norman Eliot]] [https://www.familysearch.org/tree/person/details/L2WR-5VB] - 1912(Vic)-1943(At Sea) - Licences: 3NG Melbourne (Caulfield, 1930-1933; Hawthorn, 1937-1939) - Qualifications: AOCP 593, 1930, No. ?? in Vic; 2COCP 372, 1932; 1COCP 51, 1935 - amateur operator, amateur broadcaster, WW2 (merchant navy, wireless operator) - Electoral Rolls: sales (Caulfield, 1935; Hawthorn, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1428541] ===''GURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Carlisle Gurner|Gurner, Reginald Carlisle]] [https://www.familysearch.org/tree/person/details/GZZ2-8S8] - 1905(SA)-1975(SA) - 5CZ Receive Adelaide (New Parkside, 1923); Receive Adelaide (New Parkside, 1923); 5RG Adelaide (New Parkside, 1923-1928; Linden Park Gardens, 1931-1939) - Qualifications: cc; AOCP 31, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Linden Gardens, SA, 1939-1943) ===''GURR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Frederick Gurr|Gurr, Alan Frederick]] [https://www.familysearch.org/tree/person/details/G8GM-KJV] - 1904(Tas)-1974(Vic) - Licences: 3AG Geelong East (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geelong, 1926-1928; Belmont, 1931-1972) * [[/George Henry Gurr|Gurr, George Henry]] [https://www.familysearch.org/tree/person/details/L46K-DBB] - 1896(SA)-1957(Vic) - Licences: 5GO Adelaide (Parafield, 1933); 3QH Melbourne (Stanmore, 1947-1956) - Qualifications: cc; AOCP 1142, 1933, SA; 3COCP 185, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Parkville, Vic, 1926); ground engineer (Essendon, Vic, 1928); inspector (Caulfield, Vic, 1942; Essendon, Vic, 1949-1954) ===''GUTTERIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frank Gutteridge|Gutteridge, Reginald Frank]] [https://www.familysearch.org/tree/person/details/KNYP-KSN] - 1886(Tas)-1942(WA) - Licences: V759 Receive (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm manager (Marnoo, Vic, 1921); electrical engineer (Rupanyup, 1924-1927) =='''H'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''HADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lionel Trimble Hadley|Hadley, Arthur Lionel Trimble "Doc"]] [https://www.familysearch.org/tree/person/details/G7ZX-G9Y] - 1900(Qld)-1964(Qld) - Licences: 4AH Brisbane (Clifton Hill, 1930-1933; Dutton Park, 1937-1939; Annerley, 1946-1956) - Qualifications: cc; AOCP 636, 1930, No. ?? in Qld - amateur operator, amateur broadcaster, WW1, federal public servant (PMGD) - Electoral Rolls: signwriter (Taringa, 1921); salesman (Toowong, 1922-1925); motor assembler (Yeronga, 1929); radio mechanic (South Brisbane, 1937); technician (Annerley, 1949-1958); retired (Inala, 1958; Seven Hills, 1963) ===''HADLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Lindsay Hadlow|Hadlow, Martin Lindsay]] - radio clubs (NZDXRL, ARDXC, DXA), early wireless and broadcasting historian (Ph.D. Thesis,) ===''HAGARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neville Douglas Hagarty|Hagarty, Neville Douglas]] [https://www.familysearch.org/tree/person/details/G38J-GBJ] - 1907(Qld)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster (on 4WH); radio club participant; business proprietor; pilot; federal public servant (DCA) - Relationships: brother of 4WH William Edward Hagarty - Electoral Rolls: woodworker (Hospital Hill, 1930) * [[/William Edward Hagarty|Hagarty, William Edward "Edward / Eddie"]] [https://www.familysearch.org/tree/person/details/G384-TL3] - 1905(Qld)-1971(Qld) - Licences: 4WH Longreach (1925-1939); 4WH Townsville (1954-1969) - Qualifications: cc; AOCP 172, 1925, No. 16 in Qld; 2COCP 271, 1939; 1COCP 309, 1940 - amateur operator; amateur broadcaster; WW2; engineer; postal employee (PMG); federal public servant (PMG) - Relationships: brother of Neville Douglas Hagarty - Electoral Rolls: postal assistant (Longreach, 1930-1937); aeradio operator (Longreach, 1943); officer commanding aeradio station (Townsville, 1949-1954); communications officer (Townsville, 1958-1963; Mysterton, 1968) ===''HAI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pham Nhu Hai|Hai, Pham Nhu "Hai"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC), Director Broadcasting ITU-R ===''HAIGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bartin Robert Alfred Read Haigh|Haigh, Bartin Robert Alfred Read]] [https://www.familysearch.org/tree/person/details/GS9T-J8B] - 1854(NSW)-1928(NSW) - Licences: N752 Receive Sydney (Ashfield, 1922); 2IA Receive Sydney (Ashfield, 1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Ashfield, 1930); poultry farmer (Seven Hills, 1933) ===''HAINES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Lewis Harrison Haines|Haines, Claude Lewis Harrison]] [https://www.familysearch.org/tree/person/details/GXRC-8F6] - 1906(SA)-1996(SA) - Licences: 5CH Millicent (1933-1937); 3QM Geelong (Belmont, 1938-1939); 5CH Mt Gambier (1947-1980) - Qualifications: cc; AOCP 1118, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Belmont, Vic, 1937); engine driver (Mt Gambier, SA, 1941-1943) ===''HALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl William Millar Hale|Hale, Carl William Millar "William"]] [https://www.familysearch.org/tree/person/details/L5VR-TPL] - 1901(Vic)-1986(Vic) - Licences: 3GH Receive Melbourne (Elsternwick, 1922-1923); 3GH Anglesea (1924-1931+) - Qualifications: cc; AOCP 120, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (Elsternwick, 1924); architect (Hawthorn, 1958-1968; Malvern, 1977-1980) ===''HALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lovett Hall|Hall, Geoffrey Lovett]] [https://www.familysearch.org/tree/person/details/GHDB-ZD3] - 1895(Tas)-1972(Tas) - Licences: Receive Waddamanna (1923-1924); 7GH Waddamanna (1925-1931+); 7GH Hobart (1937-1939, 1947-1948) - Qualifications: cc; AOCP 137, 1925, No. ?? in Tas; BOCP 85, 1937 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Waddamana, 1928); engineer (New Town, 1936-1949) * [[/Graham George Hall|Hall, Graham George]] [https://www.familysearch.org/tree/person/details/G8HN-Z89] - 1910(Vic)-1971(Eng) - Licences: 3WO Melbourne (Glen Iris, 1929-1931; Hawthorn, 1933); 2AGH Sydney (Five Dock, 1937; Strathfield, 1938-1939; Hurstville, 1946-1969) - Qualifications: AOCP 482, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Auburn, 1934-1936); radio engineer (Abbotsford, 1937); engineer (Hurstville, 1949-1954; South Hurstville, 1958-1968) * [[/Reginald Allen Hall|Hall, Reginald Allen]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 539, 1929, No. ?? in ???? - amateur operator?, amateur broadcaster? - Electoral Rolls: Nil yet identified * [[/R. F. Hall|Hall, R. F.]] - 19??(???)-19??(???) - Licences: 3FH Receive Melbourne (Toorak, 1922); 3FH Melbourne (Toorak, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/William Charles Hall|Hall, William Charles]] - 19??(???)-19??(???) - Licences: 2BH Abermain (1930-1933); 2XT Abermain (1934-1936); 2XT Kurri Kurri (1938-1939, 1946-1948); 2XT Newcastle (Cooks Hill, 1950-1965; Toronto, 1969-1980+) - Qualifications: AOCP 643, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Abermain, 1935; Kurri Kurri, 1937-1943); hotel licensee (Newcastle, 1949-1963); retired (Toronto, 1972; Carey Bay, 1977-1980) - Comment: 2BH licence withdrawn for 2BH Broken Hill commercial; Beware several contemporaneous WCH in Newcastle region ===''HALLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philpot Hallam|Hallam, William Philpot]] [https://www.familysearch.org/tree/person/details/97MX-Y3J] - 1859(Tas)-1952(Vic) - Licences: XZH Hobart (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; PMGD Vic + Federal - Electoral Rolls: Nil ===''HALLIDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Fred Halliday|Halliday, Eric Fred]] [https://www.familysearch.org/tree/person/details/GC26-L5B] - 1913(SA)-1989(SA) - Licences: 5FW Adelaide (Hectorville, 1935-1939; South Payneham, 1947-1969; Magill, 1975) - Qualifications: cc; AOCP 1494, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Crystal Brook, 1939) ===''HALYDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Guyler Halyday|Halyday, James Guyler]] - 1904(Vic)-19??(???) - 4HZ Gympie (1939, 1946-1980+) , amateur operator (AOCP 2287, 1939, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ; Gympie ARC), military (WW2), employment (SEAQ linesman) ===''HAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilton Ham|Ham, George Wilton]] [https://www.familysearch.org/tree/person/details/GWX4-P28] - 1905(Qld)-1987(Qld) - Licences: 4CR Receive Brisbane (Northgate, 1923); 4GW Brisbane (Northgate, 1930-1931; Coorparoo, 1937-1939) - Qualifications: cc; AOCP 572, 1930, No. ?? in Qld - amateur receiver; amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (Toombul RC); employment (Chandlers) - Electoral Rolls: clerk (Coorparoo, 1937; St Lucia, 1943-1968); retired (Jamboree Heights, 1972-1980) * [[/Guildford Ham|Ham, Guildford]] [https://www.familysearch.org/tree/person/details/G67H-W9Y] - 1906(Qld)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; BOCP 101, 1937 - radio technician - Electoral Rolls: shop assistant (South Brisbane, 1928-1937); radio technician (South Brisbane, 1943; Bald Hills, 1943; Annerley, 1954); technician (Wavell Heights, 1958-1963) * [[/Thomas Edward Ham|Ham, Thomas Edward]] [https://www.familysearch.org/tree/person/details/G88F-R3P] - 1921(Qld)-19??(???) - Licences: 4WX Brisbane (Chelmer, 1937-1939); 2AGA Sydney (Kogarah, 1946-1947; Carlton, 1948-1950; Sylvannia Heights, 1954-1975); 4AGT Buderim (1980+) - Qualifications: cc; AOCP 2056, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (Sunshine Coast ARC); military (WW2, RAAF) - Electoral Rolls: radio mechanic (Sylvannia, 1954-1968); mechanic (Sylvannia, NSW, 1972-1977); retired (Buderim, 1980) ===''HAMILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Ormsby Hamilton|Hamilton, John William Ormsby]] [https://www.familysearch.org/tree/person/details/MG65-XRC] - 1869(Tas)-1944(Eng) - Australian representative of Pacific Radio Telegraph Co and Marconi Telegraph Co, promoted a scheme to link Aus/NZ/Pacific Islands (rejected by Aus Gov 1909), migrated to England to work for Marconi, donated Ormsby Hamilton Radio Prize in memory of his father Thomas Ormsby Hamilton ===''HAMMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Harold Hammond|Hammond, John Harold]] [https://www.familysearch.org/tree/person/details/G6HP-67H] - 1875(NSW)-1932(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: barrister-at-law (Ashfield, 1913); barrister (Killara, 1930-1932) * [[/Herbert Bowes Hammond|Hammond, Herbert Bowes]] [https://www.familysearch.org/tree/person/details/LZ4J-2PK] - 1907(NSW)-1967(NSW) - 2NI Sydney (Chatswood, 1925; Epping, 1926-1927; Chatswood, 1928; Naremburn, 1929-1930), amateur operator (AOCP 64, 1925 01, No. ?? in NSW; CPRT 895, 1925 12; 2COCP 318, 1931), amateur broadcaster ===''HANCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. A. Hancock|Hancock, C. A. or G. A.]] - 19??(???)-19??(???) - Licences: V748 Receive Melbourne (Berwick, 1922); 3GU Receive Melbourne (Berwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/D'Arcy Maxwell Hancock|Hancock, D'Arcy Maxwell]] [https://www.familysearch.org/tree/person/details/GCG4-L3Y] - 1910(SA)-2017(SA)107yo - Licences: 5RJ Kadina (1927-1939, 1946-1960); 5RJ Adelaide (Mitchell Park, 1965-1980+) - Qualifications: cc; AOCP 356, 1927, No. ?? in SA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Kadina, 1947) ===''HANNAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hannam|Hannam, Harold William]] [https://www.familysearch.org/tree/person/details/G83F-J78] - 1913(NSW)-1964(Vic) - Licences: 2IR Sydney (Hurstville South, 1935-1937); 2IR Orange (1938-1939); Sydney (South Hurstville, 1946-1948) - Qualifications: cc; AOCP 1472, 1935, Qld; BOCP 9, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hurstville, 1934-1937); radio engineer (Orange, 1943; Hurstville, 1949); engineer (Cheltenham, 1949-1954; Moorabbin, 1963) * [[/Walter Henry Hannam|Hannam, Walter Henry "Wally" "Wal", "Doc", "Fatty"]] [https://www.familysearch.org/tree/person/details/273W-H9T] - 1885(NSW)-1965(NSW) - XQI Stamford, Qld (1911-1914); 2YH Sydney (Balmain, 1924; Mosman, 1924-1933; Willoughby, 1934-1939); 2AXH Terrigal (1954-1961) - Qualifications: cc; AOCP 27, 1924, No. 10 in NSW - early wireless experimenter; amateur operator; radio clubs (WIA NSW, first secretary 1910); wireless operator Australasian Antarctic Expedition (1912-1914) - Relationships: don't confuse with father William Henry Hannam of Hannams Ltd, engineers & sheet metal workers - Electoral Rolls: - Links: [[w:Walter Henry Hannam|Wikipedia]]; [https://www.coolantarctica.com/Antarctica%20fact%20file/History/biography/hannam_walter.php Bio1]; [https://www.antarctica.gov.au/about-antarctica/history/people/walter-hannam/ Bio2] ===''HANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hansen|Hansen, Harold William]] [https://www.familysearch.org/tree/person/details/93DG-45T] - 1914(Qld)-2005(Qld) - Licences: 4FH Brisbane (Forest Hill, 1935-1939); 4SV Brisbane (Bulimba, 1948-1965; Carina, 1969-1980+) - Qualifications: cc; AOCP 1508, 1935, Qld; BOCP 1039, 1949 - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, 1937, radio technician); state public servant (BCC, communications officer) - Relationships: father of Graham Hansen 4FV - Electoral Rolls: labourer (Forest Hill, Qld, 1936-1937); WT Operator (Wendouree, Vic, 1942); RAAF (Maryborough, Qld, 1943); radio technician (Carina, Qld, 1968-1980) ===''HARDGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Hardgrave|Hardgrave, Philip "Pop"]] [https://www.familysearch.org/tree/person/details/GMPF-XL5] - 1857(Qld)-1940(Qld) - Licences: 4PH Brisbane (South Brisbane, 1933-1939) - Qualifications: cc; AOCP 1150, 1933, No. ?? in Qld - amateur operator; amateur broadcaster - Comment: oldest person in British Empire to obtain a full licence - Electoral Rolls: fruitgrower (Wellington Point, 1916-1928) ===''HARDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Netherton Kilgour Hardie|Hardie, Bruce Netherton Kilgour]] [https://www.familysearch.org/tree/person/details/GZ95-FMJ] - 1896(Vic)-1965(Vic) - 3YX Melbourne (Garden Vale, 1925-1933; City, 1937-1939), amateur operator (AOCP 49, 1925, No. ?? in Vic), amateur broadcaster, WIA Vic, accountant ===''HARDISTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Hardisty|Hardisty, David Charles]] [https://www.familysearch.org/tree/person/details/GZTM-C4W] - 1907(WA)-1980(WA) - Licences: 6DH Perth (Victoria Park, 1926-1939; West Perth, 1946-1948; Applecross, 1954-1980) - Qualifications: cc; AOCP 273, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Victoria Park, 1931-1943); radio mechanic (Applecross, 1954-1980) ===''HARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. R. Hardy|Hardy, W. R.]] - 19??(???)-19??(???) - 2RD Sydney (Glebe, 1925-1927), amateur operator (AOCP 187, 1925, No. ?? in NSW), amateur broadcaster ===''HARKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dennis James Harkin|Harkin, Denis or Dennis James]] [https://www.familysearch.org/tree/person/details/G45Q-9PH] - 1903(SA)-1993(Vic) - Licences: 3YN Receive Melbourne (Prahran, 1923); 3KF Melbourne (Kensington, 1924-1925); 3YN Melbourne (Preston, 1924-1926); 4YN Bowen (1927); 3YN Melbourne (East Brunswick, 1931); 3YY Newport (1938); 6YN Pearce (1938); 3ADJ Melbourne (Prahran, 1946-1948; Middle Park, 1954-1956; Thornbury, 1960-1975); 4ADJ Maryborough (1980) - Qualifications: CPRT 782, 1923; 1COCP 280, 1932 - amateur operator; amateur broadcaster; radio club participant (WIAQ); career military (RAAF); federal public servant (PMGD); WW2 - Electoral Rolls: mechanic (Preston, Vic, 1926; Brunswick, Vic, 1931; Newport, 1937); RAAF (Clifton Hill, 1942); technician (Prahran, 1949; Albert Park, 1954); radio technician (Thornbury, 1963-1972); nil (Maryborough, 1977-1980) ===''HARLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Harlen|Harlen, John Edward]] [https://www.familysearch.org/tree/person/details/K8MP-TWB] - 1884(Qld)-1953(Qld) - Licences: Receive Brisbane (Sunnybank, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Coopers Plains, Qld, 1908); fruit grower (Sunnybank, Qld, 1912-1949) ===''HARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Nicoll Harley|Harley, Gordon Nicoll]] [https://www.familysearch.org/tree/person/details/G89D-41H] - 1901(NSW)-1986(Qld) - Licences: "4AR Unlicensed" Ipswich (1926-1928); 4GH Ipswich (1928-1933); 4GH Didcott (1937-1939); 4GH Maryborough (1946-1980+) - Qualifications: cc; AOCP 385, 1928, No. 43 in Qld - amateur operator; amateur broadcaster; business proprietor (radio manufacture); employment (school teacher); WW2 - Electoral Rolls: clerk (Brassall, 1925); school teacher (Didcot, 1936-1943); teacher (Maryborough, 1949); school teacher (Maryborough, 1954-1980) ===''HARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Harmer|Harmer, George]] [https://www.familysearch.org/tree/person/details/LRTY-KHZ] - 1900(Eng)-1980(Qld) - Licences: 4XW Brisbane (Coorparoo, 1934-1939, 1946-1948; Camp Hill, 1954-1956; Coorparoo, 1960-1980) - Qualifications: cc; AOCP 1301, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIAQ); telephone technician (PMGD); federal public servant (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, Qld, 1937-1954); technician (Coorparoo, Qld, 1958-1980) ===''HARRANTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wolf Harranth|Harranth, Wolf]] - 1941(Austria)-2021(Austria) - Licences: OE1WHC Austria - curator of Dokufunk, host of the world's largest collection of amateur radio and broadcast QSLs; amateur radio operator; broadcast announcer; historian (amateur radio, broadcasting); children's book author; translator - provided the core of the WIA QSL collection ===''HARRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Harris|Harris, Alfred Charles]] [https://www.familysearch.org/tree/person/details/GZY1-F4K] - 1900(Vic)-1963(Vic) - Licences: 3CH Birchip (1926-1939; 1946-1960+) - Qualifications: AOCP 303, 1926, No. ?? in Vic -amateur operator, amateur broadcaster, class B licence? - Electoral Rolls: engineer (Ouyen, 1924); electrical engineer (Birchip, 1925-1954; Power Station, Ouyen, 1963) * [[/Ross Clifford Harris|Harris, Ross Clifford]] [https://www.familysearch.org/tree/person/details/L5Y2-DZF] - 1917(SA)-1954(SA) - Licences: 5FL Adelaide (Glenelg, 1936-1939; Malvern, 1947-1948; Hawthorn, 1954) - Qualifications: cc; AOCP 1651, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Valentine Harms Harris|Harris, Valentine Harms]] [https://www.familysearch.org/tree/person/details/L1PM-FDM] - 1909(WA)-1995(WA) - Licences: 6NL Perth (Shenton Park, 1935-1939; Applecross, 1947-1969); 6NL Denmark (1975-1980+) - Qualifications: cc; AOCP 1579, 1935, WA - amateur operator; amateur broadcaster - Relationships: Husband of 6YL Ruth Victoria Harris nee Longley - Electoral Rolls: garage employee (Subiaco, WA, 1931); radio mechanic (Subiaco, WA, 1936-1937); mechanic (Applecross, WA, 1949-1972) ===''HARRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Lionel Carr Harrison|Harrison, Percival Lionel Carr]] [https://www.familysearch.org/tree/person/details/GFM3-VDC] - 1912(WA)-2001(WA) - Licences: 6LH Perth (Claremont, 1937-1939; Armadale, 1947-1980+) - Qualifications: cc; AOCP 1909, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Claremont, WA, 1936-1937); civil servant (Armadale, WA, 1943-1980) ===''HARRISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Harriss|Harriss, Alfred George]] [https://www.familysearch.org/tree/person/details/K8HN-THZ] - 1873(Eng)-1932(Qld) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), radio clubs (Longreach Radio Club), business proprietor (Jackson & Harriss) - Electoral Rolls: engineer (Longreach, 1930) - Relationships: father of Dorothy Winnifred Macfarlane formerly Fanning nee Harriss * [[/Dorothy Winnifred Harriss|Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred]] [https://www.familysearch.org/tree/person/details/KGYC-3CP] - 1905(Qld)-1986(Qld) - Licences: 4DH Longreach (1930-1933) - Qualifications: cc; AOCP 573, 1930, No. ?? in Qld; BOCP - amateur operator; amateur broadcaster; radio clubs (WIAQ); first YL operator in Qld - Electoral Rolls: typist (Longreach, 1930); home duties (Longreach, 1936-1943; Warwick, 1949; Toowoomba, 1954-1977; Macgregor, 1980) - Relationships: daughter of Alfred George Harriss ===''HARRISSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harrisson|Harrisson, Charles "Snowy"]] [https://www.familysearch.org/tree/person/details/LK9P-VK3] - 1908(Tas)-1995(Tas) - Licences: 7CH Hobart (Bellerive, 1933); 3CN Shepparton (1937-1939); 7CH Hobart (Moonah, 1954-1960); 7CH Burnie (1965); 7CH Hobart (Bellerive, 1969-1980+) - Qualifications: cc; AOCP 348, 1927, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: son of Charles Turnbull Harrisson, biologist in the Australasian Antarctic Expedition - Electoral Rolls: bank clerk (Shepparton, 1936-1949); bank manager (Moonah, 1954) ===''HARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leslie William Harston|Harston, Leslie William or William Leslie "Bill"]] [https://www.familysearch.org/tree/person/details/GDQD-XVY] - 1897(Qld)-1983(Qld) - Licences: 4RY Brisbane (Clayfield, 1932-1939, 1946-1948; Holland Park, 1954-1969) - Qualifications: cc; AOCP 903, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; business proprietor (art shop) - Electoral Rolls: warehouseman (Clayfield, Qld, 1921-1943); no occupation (Holland Park, Qld, 1954-1980) ===''HART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Samuel Hart|Hart, Augustus Samuel]] [https://www.familysearch.org/tree/person/details/9CMQ-4CP] - 1890(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 57, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: saddler (Watchem, Vic, 1912; Glen Thompson, 1913); wireless engineer (Moonee Ponds, 1936-1937); wireless operator (Esperance, 1943); telegraphist (Darwin, 1949); wireless officer (Moonee Ponds, 1963-1968; Essendon, 1972) * [[/James Claude Hoyte John Hart|Hart, James Claude Hoyte John "Hoyte John", "Roy"]] [https://www.familysearch.org/tree/person/details/GQWC-W4C] - 1904(Eng)-1992(NSW) - Licences: 2HO Sydney (Manly, 1928-1931; Roseville, 1933-1939, 1946-1956; St Ives East, 1957-1975; Manly, 1980+) - Qualifications: AOCP 410, 1928, No. ?? in NSW; 3COCP 4622, 1963 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Roseville, 1933-1954; St Ives, 1958-1963); retired (St Ives, 1968-1977; Manly, 1980) * [[/Norman Victor Hart|Hart, Norman Victor]] [https://www.familysearch.org/tree/person/details/LNK3-TXW] - 1908(Qld)-1998(Qld) - Licences: 4KO Booval (1931-1939, 1946-1980+) - Qualifications: cc; AOCP 760, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIA, Ipswich RC); engineer - Electoral Rolls: shop assistant (Booval, 1932-1937); grocer (Booval, 1943-1949); radio technician (Booval, 1954-1972; East Ipswich, 1977-1980) ===''HARVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. C. L. Harvey|Harvey, B. C. L.]] - 19??(???)-19??(???) - Licences: XJAC Melbourne (Port Melbourne, 1913) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edward Rossiter Harvey|Harvey, Edward Rossiter]] [https://www.familysearch.org/tree/person/details/GXBP-BK8] - 1918(WA)-2009(Qld) - Licences: 6RG Perth (Scarborough, 1937-1939, 1947-1948); 4RK Surfers Paradise (1969-1980+) - Qualifications: cc; AOCP 2041, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Leederville, WA, 1943; Scarborough, WA, 1943); newsagent (Scarborough, WA, 1949-1958); shopkeeper (Surfers Paradise, Qld, 1963); proprietor (Surfers Paradise, Qld, 1972-1977); retired (Mermaid Waters, Qld, 1980) * [[/Manning Herbert Harvey|Harvey, Manning Herbert]] [https://www.familysearch.org/tree/person/details/KZGG-LFZ] - 1887(Tas)-1932(Tas) - Licences: XZC Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: electrician (Hobart East, 1914-1928) ===''HASKARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Geoffrey Haskard|Haskard, Reginald Geoffrey "Geoff"]] [https://www.familysearch.org/tree/person/details/GZB5-S35] - 1906(SA)-1988(SA) - Licences: Receive Adelaide (Jamestown, 1923-1924); 5RH Adelaide (Jamestown, 1927-1931; North Adelaide, 1933; Malvern, 1937-1939; Helmsdale, 1947; Plympton, 1948-1975; West Beach, 1980+) - Qualifications: cc; AOCP 316, 1927, No. ?? in SA; BOCP 1558, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: retreader (Malvern, 1939-1941); wireless operator (Malvern, 1943) ===''HATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Westrop Henry Hatfield|Hatfield, Westrop Henry "West"]] [https://www.familysearch.org/tree/person/details/GZB5-VF5] - 1909(Vic)-1998(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''HATTAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Hattam|Hattam, Fred]] [https://www.familysearch.org/tree/person/details/G8ZV-QDL] - 1906(Vic)-1976(Vic) - Licences: 3HW Castlemaine (1929-1939); 3BAL Castlemaine (1975) - Qualifications: AOCP 541, 1929, No. ?? in Vic; BOCP 410, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Castlemaine, 1928-1937); radio mechanic (Castlemaine, 1954-1967); engineer (Castlemaine, 1968-1972) ===''HAWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haworth|Haworth, William]] [https://www.familysearch.org/tree/person/details/G823-JT3] - 1896(Qld)-1987(Qld) - Licences Q737 Receive Qld (1922-1923) - Qualifications: cc; Nil identified as yet - amateur receiver - Electoral Rolls: telephone mechanic (Ironside Estate, 1917); mechanic (Taringa, 1921-1928); lineman (North Tmborine, 1931); electrical mechanic (Eagle Heights, 1936; Toowong, 1937); telephone mechanic (Bundaberg, 1943-1949); technician (Toowong, 1954-1972); retired (Caloundra, 1977-1980) ===''HAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edgar Cecil Hawson|Hawson, Thomas Edgar Cecil]] [https://www.familysearch.org/tree/person/details/GXZ2-ZV9] - 1916(Qld)-1992(Qld) - Licences: 4CH Ipswich (Woodend, 1937-1939; East Ipswich, 1947-1948); 4CH Brisbane (Yeronga, 1969; Salisbury, 1975-1980) - Qualifications: cc; AOCP 2016, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: agent (Ipswich, Qld, 1937); radio mechanic (East Ipswich, Qld, 1949); storekeeper (Windsor, Qld, 1954; Yeronga, Qld, 1958; Salisbury, Qld, 1963-1980) ===''HAYMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Inglis Hayman|Hayman, William George Inglis]] [https://www.familysearch.org/tree/person/details/G8NL-CX1] - 1897(Eng)-1968(WA) - Licences: 6BG Perth (Claremont, 1925); 6GH Perth (Claremont, 1946-1965) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; scientist; educator - Electoral Rolls: lecturer (Claremont, 1922-1929); engineer (Claremont, 1931-1954); civil servant (Claremont, 1958-1968) - [https://adb.anu.edu.au/biography/hayman-william-george-12971 ADB] ===''HAYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Lot Henry Haynes|Haynes, Bruce Lot Henry]] [https://www.familysearch.org/tree/person/details/KC44-8M4] - 1898(NSW)-1961(NSW) - Licences: 2YA Armidale (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Armidale, 1930-1936); poultry farmer (West Pennant Hills, 1943-1958) * [[/Thomas Ambrose John Haynes|Haynes, Thomas Ambrose John]] [https://www.familysearch.org/tree/person/details/GSC5-WXM] - 1902(SA)-1968(SA) - Licences: 5AY Adelaide (Black Forest Estate, 1931-1939) - Qualifications: cc; AOCP 835, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Black Forest, 1939-1943) ===''HAZLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Stanley Arnold Hazlett|Hazlett, Royce Stanley Arnold]] [https://www.familysearch.org/tree/person/details/GXX4-F38] - 1932(Qld)-2015(Qld) - Licences: 4ZRH Brisbane (Wellers Hill, 1965-1975) - Qualifications: AOLCP 1159, 1961, Qld - amateur operator - Relationships: Son of 4EO Stanley Albert Hazlett - Electoral Rolls: electrician (Coorparoo, Qld, 1954-1963); electrical contractor (Wellers Hill, Qld, 1968-1972); contractor (Tarragindi, Qld, 1977-1980) * [[/Stanley Albert Hazlett|Hazlett, Stanley Albert]] [https://www.familysearch.org/tree/person/details/KC33-RH7] - 1900(Qld)-1971(Qld) - Licences: 4EO Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 4ZRH Royce Stanley Arnold Hazlett - Electoral Rolls: clerk (Coorparoo, Qld, 1925-1928); buyer (Coorparoo, Qld, 1937-1968) ===''HEARPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Hearps, David Edward]] - See David Edward Vaughan (assumed change of name) ===''HEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Harry Heath|Heath, Allan Harry]] [https://www.familysearch.org/tree/person/details/L5Y4-4DT] - 1914(SA)-1986(SA) - Licences: 5ZX Adelaide (Prospect Park, 1934-1939; Highgate, 1947-1956; Brighton, 1960-1980) - Qualifications: cc; AOCP 1369, 1934, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''HEATHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Heathers|Heathers, Cyril John]] [https://www.familysearch.org/tree/person/details/G8XN-NG9] - 1909(Eng)-2003(NSW) - Licences: 2GZ Sydney (Bankstown, 1930-1934); 2UA Sydney (Bankstown, 1935-1939; Artarmon, 1946-1975) - Qualifications: AOCP 615, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Bankstown, 1930-1943); telephone engineer (Artarmon, 1949-1968); engineer (Artarmon, 1977-1980) - Comment: 2GZ callsign likely withdrawn by PMGD for 2GZ Orange commercial ===''HEILBRONN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Heilbronn|Heilbronn, George]] [https://www.familysearch.org/tree/person/details/LJHL-PW3] - 1894(Qld)-1972(Qld) - Licences: 4GG Chinchilla (1929-1939); 4GG Yarraman (1946-1955); 4GG Crows Nest (1956); 4GG Millmerran (1960); 4GG Brisbane (Wynnum, 1965-1969) - Qualifications: cc; AOCP 565, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (Qld Listeners' League) - Electoral Rolls: locomotive fireman (Chinchilla, 1925-1937); locomotive driver (Yarraman, 1954); engine driver (Millmerran, 1943-1958); retired (Wynnum, 1963-1968) ===''HEINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Heine|Heine, John Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/G9VS-V1F] - 1908(Tas)-1988(Vic) - Licences: 7JK Hobart (City, 1927; Bellerive, 1931); 4JX Brisbane (City, 1933; Ascot, 1935; Kangaroo Point, 1937; Mowbray Park, 1938-1939); 3JF Melbourne (Beaumaris) (1960-1980+) - Qualifications: cc; AOCP 355, 1927, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kangaroo Point, 1934; Norman Park, 1937); engineer (Brighton, 1949); representative (Beaumaris, 1954-1980) ===''HEINRICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Latimer Heinrich|Heinrich, William Latimer]] [https://www.familysearch.org/tree/person/details/GXG5-S7Y] - 1917(SA)-1993(SA) - Licences: 5HR Bute (1934-1939); 5HR Adelaide (Kensington Gardens, 1947-1980+) - Qualifications: cc; AOCP 1376, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: farmhand (Bute, SA, 1939-1943) ===''HEITSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry John Keith Heitsch|Heitsch, Henry John Keith or Heinrich Johann]] [https://www.familysearch.org/tree/person/details/G8CV-QYP] - 1907(Vic)-1996(Qld) - Licences: 3HK Melbourne (Mitcham, 1929-1939, 1947-1975); 4AHK Scarness (1980+) - Qualifications: AOCP 516, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: piano fitter (Mitcham, 1931-1954); technician (Mitcham, 1963-1977); retired (Scarness, Qld, 1980) ===''HELLAWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Herbert Hellawell|Hellawell, Francis Herbert "Frank"]] [https://www.familysearch.org/tree/person/details/LK5G-478] - 1885(Qld)-1958(Qld) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - early wireless experimenter; amateur radio clubs (member, WIQ); federal public servant (PMGD) - Electoral Rolls: engineer (Toowong, 1913-1914; Coorparoo, 1919; East Annerley, 1925; Annerley, 1929-1934); clerk (Brisbane City, 1937); no occupation (Beachmere, 1943-1949; Annerley, 1954-1958) ===''HELLYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leicester Henry Hellyer|Hellyer, Leicester Henry]] [https://www.familysearch.org/tree/person/details/KFNW-BTC] - 1908(NSW)-1972(NSW) - Licences: 2LS Sydney (Rockdale, 1930-1933) - Qualifications: AOCP 600, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Rockdale, 1930-1933; Manly, 1934-1935; Artarmon, 1936-1937; Willoughby, 1943; Artarmon, 1949-1963; Newport, 1968-1977) ===''HENDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Henderson|Henderson, Frederick James]] [https://www.familysearch.org/tree/person/details/GXQG-XRX] - 1891(Eng)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 208, 1916 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified * [[/S. A. Henderson|Henderson, S. A.]] - 19??(???)-19??(???) - Licences: 5JN Adelaide (Walkerville, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HENNESSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] - 1896(Qld)-19?? - 4LO Brisbane (City, 1931-1939), amateur operator (AOCP 826, 1931, No. ? in Qld), fourth YL operator in Qld ===''HENRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Geddes Henry|Henry, Arthur Geddes]] [https://www.familysearch.org/tree/person/details/L4QW-K9Z] - 1907(NSW)-1969(NSW) - Licences: 2ZK Sydney (Sandringham, 1929-1939) - Qualifications: AOCP 494, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Sandringham, NSW, 1930-1937); engineer (San Souci, 1949-1963; Northbridge, 1968) * [[/Clement John Henry|Henry, Clement John]] [https://www.familysearch.org/tree/person/details/GZ6T-RPC] - 1905(NSW)-1996(NSW) - Licences: Receive (Valve) Uralla (1923); 2CH Uralla (1924-1929); 2UR Uralla (1930-1939); 2UR Blakehurst (1946); 2UR Sydney (Neutral Bay, 1948-1957; Pymble, 1958-1980+) - Qualifications: cc; AOCP 85, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 (RAAF) - Withdrawal: 2CH callsign withdrawn in 1930 for 2CH Sydney - Electoral Rolls: electrician (Uralla, 1930-1937); electrical fitter (RAAF Richmond, 1943); technician (Neutral Bay, 1949-1954; Pymble, 1958-1980) * [[/John Edwin Henry|Henry, John Edwin]] [https://www.familysearch.org/tree/person/details/KL6B-GD6] - 1868(Vic)-1933(Qld) - Licences: 4CZ Receive Mt Alford via Boonah (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: baker (Gundy, NSW, 1913); farmer (Boonah, Qld, 1917-1921); storekeeper (Mt Alford, Qld, 1922-1926); baker (Dayboro, Qld, 1928; Wondai, Qld, 1931) * [[/Raymond Cherrington Henry|Henry, Raymond Cherrington "Tom"]] [https://www.familysearch.org/tree/person/details/GX5X-C1Y] - 1894(SA)-1975(SA) - Licences: 5CY Cook (1935-1939); 5RY Adelaide (Goodwood, 1960) - Qualifications: cc; AOCP 1421, 1935, SA - amateur operator; amateur broadcaster; WW2 - Comment: Son, also named RCH, passed in WW2 - Electoral Rolls: fitter (Goodwood Park, SA, 1939-1943) ===''HENWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ralph Franklin Henwood|Henwood, Ralph Franklin]] [https://www.familysearch.org/tree/person/details/G89X-CF6] - 1912(WA)-1979(WA) - Licences: 6RL Perth (North Perth, 1930-1933; Claremont, 1937); 6RL Northam (1946-1948); 2AXA Sydney (Rose Bay, 1960-1961); 6RL Perth (Claremont, 1969-1975) - Qualifications: cc; AOCP 720, 1930, No. ?? in WA; BOCP 2, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio serviceman (Claremont, 1936); radio operator (6AM) (Northam, 1937); radio technician (Northam, 1943-1949; Claremont, 1954); technician (Bellevue Hill, 1958; Claremont, 1963-1972; Nedlands, 1977) ===''HEPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Dean Hepton|Hepton, William Dean "Bill"]] [https://www.familysearch.org/tree/person/details/LRBB-VN5] - 1898(Qld)-1966(Qld) - Licences: 4WD Brisbane (Milton, 1932-1939) - Qualifications: cc; AOCP 918, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, instructor 1932-1935) - Electoral Rolls: mechanic (Paddington, Qld, 1921; Milton, Qld, 1925-1963) ===''HERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Kinross Herd|Herd, James Kinross]] [https://www.familysearch.org/tree/person/details/GZZ2-YSQ] - 1901(Vic)-1963(Vic) - 3JK Baccus Marsh (1924-1927), 3JK Wangaratta (1933-1939, 1946-1956), 3JK Mornington (1960), amateur operator (AOCP 36, 1924, No. ?? in Vic), amateur broadcaster ===''HERSCHEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Victor Herschel|Herschel, Henry Victor]] [https://www.familysearch.org/tree/person/details/K4N6-76H] - 1902(Qld)-1937(Qld) - Licences: 4UK Cairns (1929-1931); 4UK Toowoomba (1933); 4UK Brisbane (Indooroopilly, 1937) - Qualifications: cc; AOCP 564, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Newtown, 1925; Cairns, 1930; Indooroopilly, 1936-1937)- Comment: Passed too soon ===''HESKETH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Hesketh|Hesketh, John]] - 1868(Eng)-1917(Vic) - early wireless experimenter, senior state public servant (Qld electrical engineer), senior federal public servant (PMGD, chief electrical engineer), military (Royal Engineers, Eng; Qld Defence Force, lieutenant) ===''HEWITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Hewitt|Hewitt, Archibald John "Arch"]] [https://www.familysearch.org/tree/person/details/G8DZ-TNY] - 1910(SA)-1988(SA) - Licences: 5XK Adelaide (Torrensville, 1930-1939); 5XK Kingscote (1946-1948); 5XK Adelaide (Torrensville, 1954; College Park, 1955-1956; Lucindale, 1960; Semaphore, 1965-1969; Ottaway, 1975-1980) - Qualifications: cc; AOCP 582, 1930, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal clerk (Kingscote, 1939-1941) * [[/Clarence Richard Hewitt|Hewitt, Clarence Richard]] [https://www.familysearch.org/tree/person/details/G6D1-718] - 1900(Qld)-1969(Qld) - Licences: 4CR Brisbane (Rosalie, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Petrie Tce, Qld, 1919); student (Petrie Tce, Qld, 1921-1926); moulder (Rosalie, Qld, 1928); carpenter (Rosalie, Qld, 1936-1943; Indooroopilly, Qld, 1949); hotel manager (Indooroopilly, Qld, 1954) * [[/Horace Thomas Hewitt|Hewitt, Horace Thomas]] [https://www.familysearch.org/tree/person/details/MN6S-JBL] - 1904(Qld)-1988(Qld) - Licences: 4PD Brisbane (Moorooka, 1939, 1947-1980) - Qualifications: cc; AOCP 2377, 1939, Qld - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Hodgson, Qld, 1925; Bowen, Qld, 1930); mechanic (Roma, Qld, 1936-1937); turner (Moorooka, Qld, 1943-1980) * [[/Thomas George Hewitt|Hewitt, Thomas George]] [https://www.familysearch.org/tree/person/details/GXZ2-PLM] - 1900(NSW)-1962(NSW) - Licences: 4TH Cairns (1937-1939); 2LH Lismore (1946-1961); 2ATG Lennox Head (1955-1961) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: medical practitioner (Cairns, Qld, 1930-1943; Lismore, NSW, 1949-1958) ===''HIAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Charles Hiam|Hiam, Robert Charles "Charles"]] [https://www.familysearch.org/tree/person/details/9VCT-14T] - 1888(Vic)-1982(Vic) - Licences: XLD Melbourne (Balaclava, 1913-1914); 3LW Melbourne (St Kilda, 1923-1931; Caulfield North, 1933-1939) - Qualifications: cc; CPRT 174, 1915 - amateur operator; amateur broadcaster - Electoral Rolls: tailor (St Kilda, 1913-1928; Caulfield, 1931-1968); retired (Beaumaris, 1972-1980) ===''HICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Joseph Hicks|Hicks, Henry Joseph "Harry"]] [https://www.familysearch.org/tree/person/details/G8QG-RRR] - 1913(Qld)-1983(Qld) - Licences: 1HH Macquarie Island (1955-1956); 4HG Willis Island (1963); 9HG Lae, New Guinea (1965-1969); 4HG Tolga (1975-1980) - Qualifications: AOCP 2468, 1941, Qld; 1COCP 784, 1944 - amateur operator - Electoral Rolls: letterpress machinist (Cairns, 1936-1937); printer (Newtown, 1943); radio officer (Broome, 1963); wireless operator (Thursday Island, 1972); retired (Tolga, 1977-1980) - Awards: BEM (1958, Officer in Charge, Radio Weather Reporting Station, Willis Islets) ===''HIGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Gordon Conway Higgins|Higgins, John Gordon Conway "Jack"]] [https://www.familysearch.org/tree/person/details/GD45-FKK] - 1884(NSW)-1963(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 29, 1914 - wireless telegraphist, WW1, WW2 - Electoral Rolls: clerk (South Perth, 1910-1912); radio engineer (Prahran, 1925-1927); manufacturer (St Kilda, Vic, 1934-1937); soldier (Caulfield, 1942); military duties (South Yarra, 1949); retired (Dromana, 1954; Sorrento, 1963) ===''HILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Edward Hilder|Hilder, Henry Edward]] - 1919(???)-1984(Qld) - 4HH Brisbane (East Brisbane, 1946-1948; Nudgee, 1954-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ), military (WW2, AIF Signals), employment (Brisbane Fire Brigade, communications), (Halcyon says AOCP Brisbane 1936 but no record) ===''HILDYARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol David Hildyard|Hildyard, Athol David]] [https://www.familysearch.org/tree/person/details/LYNY-TBD] - 1919(Tas)-1998(Tas) - Licences: 7DH Hobart (City, 1936-1939, 1948; Montagu Bay, 1954-1980+) - Qualifications: cc; AOCP 1735, 1936, No. ?? in Tas; 1AOCP 50, 1947 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcast technician (Hobart South, 1943-1949); radio engineer (Montagu Bay, 1954) ===''HILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Wyatt Hill|Hill, Alfred Wyatt]] [https://www.familysearch.org/tree/person/details/GD2Y-5VM] - 19??(???)-19??(???) - Licences: 2TS Sydney (Killara, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Arthur Stanley Hill|Hill, Arthur Stanley]] [https://www.familysearch.org/tree/person/details/GX16-FRC] - 1906(Eng)-19??(???) - Licences: 6AH Wiluna (1937-1939, 1947-1965); 6AH Busselton (1969-1980+) - Qualifications: cc; AOCP 1985, 1937, WA - amateur operator; amateur broadcaster; WW2 - Relationships: Husband of 6MH Mary Lilian Hill nee - Electoral Rolls: electrician (Wiluna, WA, 1931); engineer (Wiluna, WA, 1936-1949); business manager (Wiluna, WA, 1954-1963); retired (West Busselton, WA, 1968-1980) * [[/Frederick John Hill|Hill, Frederick John]] [https://www.familysearch.org/tree/person/details/G8CS-1J5] - 19??(???)-19??(???) - Licences: 2TY Kurri Kurri (1929-1934) - Qualifications: cc; AOCP 500, 1929, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: colliery employee (Pelaw Main, 1930; Stanford Merthyr, 1934; Kurri Kurri, 1936-1937); winding driver (Kurri Kurri, 1968) * [[/Mary Lilian XXXX|Hill nee , Mary Lilian]] [https://www.familysearch.org/tree/person/details/GX16-JZY] - 1906(???)-19??(???) - Licences: 6MH Wiluna (1937-1939, 1947-1965); 6MH Busselton (1969-1980+) - Qualifications: cc; AOCP 1976, 1937, WA - amateur operator; amateur broadcaster; YL operator - Relationships: Wife of 6AH Arthur Stanley Hill - Electoral Rolls: ===''HILLHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Reid Hillhouse|Hillhouse, James or James Reid]] [https://www.familysearch.org/tree/person/details/GXH2-YZJ] - 1907(Sct)-1992(Qld) - Licences: 4ZO Collinsville (1933-1939, 1947-1975); 4ZO Bowen (1980+) - Qualifications: cc; AOCP 1115, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: coal miner (Collinsville, Qld, 1928-1963); retired (Gladstone, Qld, 1977) ===''HILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Hilton|Hilton, William Edward]] [https://www.familysearch.org/tree/person/details/GDPR-P1K] - 1876(???)-1957(NSW) - Licences: XEQ Sydney (St Leonards, 1913-1914); 2BA Receive Sydney (Crows Nest, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: postal assistant (Newtown, 1903); postmaster (Stockton, 1930-1932; Kurri Kurri, 1934-1936); retired (Long Jetty, 1943-1949) ===''HINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Hine|Hine, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GCBY-3SZ] - 1907(NSW)-1994(NSW) - Licences: 2QL Sydney (Campsie, 1935-1937; Richmond, 1938-1939; Homebush, 1946-1980+) - Qualifications: AOCP 1434, 1935, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Campsie, 1930-1931; Temora, 1932-1935); wireless operator (RAAF Richmond, 1936-1937; Concord, 1943); radio officer (Homebush, 1954-1958; Strathfield West, 1968; Homebush, 1977-1980) ===''HIPWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Anson Le Hunt Hipwell|Hipwell, Ronald Anson Le Hunt]] [https://www.familysearch.org/tree/person/details/G8HJ-SMM] - 1902(Vic)-1975(Vic) - Licences: 3KU Swan Hill (1929-1933); 2ACD Broken Hill (1937-1939); 3ACD Melbourne (Dromana, 1955-1956); 5AJ Port Augusta (1960-1965); 3AEI Melbourne (Dromana, 1969-1975) - Qualifications: AOCP 486, 1929, No. ?? in Vic; AOLCP 140, 1934 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: engineer (St Kilda East, 1925); electrical engineer (Swan Hill, 1931); radio engineer (Broken Hill, 1935-1943); radio electrical fitter (Dromana, 1949-1954); retired (Dromana, 1972) ===''HIRSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jacob Alexander Hirsch|Hirsch or Deerson, Jacob or Jakob Alexander]] [https://www.familysearch.org/tree/person/details/GWZX-RZ3] - 1896(Aus)-1979(Aus) - Licences: 2AE Receive Sydney (Croydon, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (Oatley, 1930-1937); clerk (Canberra, 1949); no occupation (Pambula Beach, 1954-1972; Merimbula, 1977) ===''HITCHCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leith Fuller Hitchcock|Hitchcock, Leith Fuller]] [https://www.familysearch.org/tree/person/details/GXWC-Y61] - 1897(Qld)-1953(Qld) - Licences: 4LH Brisbane (Wooloowin, 1931-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: bacteriologist (Wooloowin, 1921-1936); research officer (Wooloowin, 1943-1949) ===''HOAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. M. Hoad|Hoad, C. M.]] - 19??(???)-19??(???) - Licences: None yet identified - Qualifications: AOCP 319, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - Individual not yet identified ===''HOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Cecil Hoar|Hoar, John Cecil]] [https://www.familysearch.org/tree/person/details/MVKW-HND] - 1900(Eng)-1964(WA) - Licences: 6OR Perth (Fremantle, 1931-1939; Mosman Park, 1947-1960) - Qualifications: cc; AOCP 786, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Barracks, Fremantle, WA, 1925-1931; East Fremantle, WA, 1936-1937; Mosman Park, WA, 1949-1963) ===''HOARE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Hoare|Hoare, Peter]] [https://www.familysearch.org/tree/person/details/G99K-6N4] - 1895(NSW)-1975(NSW) - 2PH Gosford (1925-1927), amateur operator (AOCP 82, 1925, No. ?? in NSW), amateur broadcaster, railway signalman * [[/Pierce Mark Hoare|Hoare, Pierce Mark]] - 1895(NSW)-1988(NSW) - 2SL Lismore (1934-1980+), amateur operator (AOCP 1227, 1933, No. ?? in NSW), amateur broadcaster, radio clubs (Richmond River Listeners' League) ===''HOBART-DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Hobart-Duff, William Vere see Duff, William Vere Hobart]] ===''HOBCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hurtle Horace Hobcroft|Hobcroft, Hurtle Horace]] [https://www.familysearch.org/tree/person/details/G8WZ-G5T] - 1899(SA)-1993(SA) - Licences: 5RE Adelaide (West Brunswick, 1928); 5RE Renmark (1931-1939, 1946-1956); 5RE Adelaide (Linden Park, 1960-1969) - Qualifications: cc; AOCP 420, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW1; WW2 - Relationships: Father of Rex Kelvin Hobcroft - Electoral Rolls: clerk (Carlton North, 1925-1926; Brunswick West, 1928); horticulturalist (Renmark, 1939-1943) ===''HOBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Forde Hobler|Hobler, Cecil Forde]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: solicitor (Barcaldine, 1928) - Relationships: cousin of 4DO Harold Learmonth Hobler? * [[/Harold Learmonth Hobler|Hobler, Harold Learmonth]] [https://www.familysearch.org/tree/person/details/LRKZ-8N1] - 1906(Qld)-1984(Qld) - Licences: 1217 Rockhampton (1921-1924); 4DO Receive Rockhampton (1923); 4DO Rockhampton (1925-1939, 1946-1980+) - Qualifications: cc; AOCP 110, 1925, No. 12 in Qld; CPRT 1003, 1928 - amateur operator; amateur broadcaster; radio club (WIAQ, JOTA); business proprietor (picture theatre), WW2 - Electoral Rolls: theatre manager (Rockhampton, 1930-1937); theatre proprietor (Rockhampton, 1943); soldier (Bulimba, 1943); theatre proprietor (Rockhampton, 1949); theatre manager (Rockhampton, 1958-1963); property owner (Rockhampton North, 1968-1977) - Relationships: cousin of Cecil Forde Hobler? ===''HODDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Hodder|Hodder, Clarence William]] [https://www.familysearch.org/tree/person/details/GXLK-ZRC] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Parkside, 1923); Receive Adelaide (Parkside, 1923); 5LY Adelaide (Parkside, 1934-1939, 1947; Bridgewater, 1948-1980) - Qualifications: cc; AOCP 1354, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: moulder (Parkside, SA, 1939-1943) ===''HODDINOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Hoddinott|Hoddinott, Francis William]] [https://www.familysearch.org/tree/person/details/9N4Q-3X7] - 1886(Vic)-1972(Qld) - Licences: Receive Brisbane (Eagle Junction, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Rockville Estate, Toowoomba, Qld, 1908; Toowoomba, Qld, 1912; Sandgate, Qld, 1919; Eagle Junction, Qld, 1921-1943; West End, 1949); retired (Tamborine Mountain, Qld, 1958-1963; Hendra, Qld, 1968) ===''HODGKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Charles Hodgkinson|Hodgkinson, Francis Charles]] [https://www.familysearch.org/tree/person/details/GDBM-J4S] - 1906(???)-1977(???) - Licences: Receive (Crystal) Ulverstone (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: jeweller's assistant (Ulverstone, 1928-1949); watchmaker (Ulverstone, 1954) ===''HODSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Hodson|Hodson, Victor]] [https://www.familysearch.org/tree/person/details/GXQ5-DV2] - 1890(SA)-1917(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 145, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified ===''HOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hoe|Hoe, Frederick]] [https://www.familysearch.org/tree/person/details/GS4Q-CSG] - 1886(Vic)-1976(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer; business proprietor (Fred Hoe and Sons) - Relationships: Father of 4FO Fred Hoe - Electoral Rolls: engineer (Fortitude Valley, Qld, 1913; Yeronga, Qld, 1916-1919); manager (Yeronga, Qld, 1921-1972) * [[/Fred Hoe|Hoe, Fred]] [https://www.familysearch.org/tree/person/details/G796-MWK] - 1913(Vic)-1984(Qld) - Licences: 4FO Brisbane (Yeronga, 1933-1939; Annerley, 1946-1954) - Qualifications: cc; AOLCP 53, 1931; AOCP 1188, 1933, Qld - amateur operator; amateur broadcaster; employment (Edgar V. Hudson); business proprietor (Fred Hoe and Sons) - Relationships: Son of Frederick Hoe - Electoral Rolls: radio engineer (Yeronga, Qld, 1936-1937); general manager (Annerley, Qld, 1949); business manager (Salisbury, Qld, 1954); manager (Buranda, Qld, 1954-1963; Burleigh Heads, Qld, 1968); company director (Holland Park West, Qld, 1972-1980) ===''HOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hogg|Hogg, Stanley]] [https://www.familysearch.org/tree/person/details/GXBD-TCR] - 1908(Eng)-1987(WA) - Licences: 6SG Harvey (1934-1939) - Qualifications: cc; AOCP 1382, 1934, WA; BOCP 142, 1938; 2COCP 240, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: milk tester (Harvey, WA, 1930-1937); radio operator (AAMS Wireless Station, Kalgoorlie, WA, 1943); engineer (Nedlands, WA, 1949); aircraft engineer (Kewdale, WA, 1954-1968; Belmont, WA, 1972); retired (Coodanup, WA, 1977; Mandurah, WA, 1980) ===''HOLLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Evan Holland|Holland, Albert John Evan]] [https://www.familysearch.org/tree/person/details/GZQW-VBH] - 1896(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; AOCP 12, 1924, No. 3 in Vic - amateur operator; amateur broadcaster - Relationships: brother of 3JH Frank Henry James Holland - Electoral Rolls: draftsman (Moonee Ponds, 1922-1925; Essendon, 1926); engineer (Essendon, 1928-1931; Camberwell, 1936-1954); nil (Nunawading, 1963) * [[/Frank Henry James Holland|Holland, Frank Henry James]] [https://www.familysearch.org/tree/person/details/GZQW-S1W] - 1899(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; CPRT 596, 1920 - amateur operator; amateur broadcaster - Comment: well placed in Trans-Pacific Tests 1923 despite inferior equipment - Relationships: brother of 3JH Albert John Evan Holland - Electoral Rolls: wireless instructor (Moonee Ponds, 1922-1925); boot repairer (Essendon, 1926-1928); labourer (North Essendon, 1931); boot repairer (Olinda, 1934-1943); postal clerk (Sandringham, 1949); clerk (Heidelberg, 1954-1968) * [[/Ronald Weymouth Holland|Holland, Ronald Weymouth "Ron"]] - 1914(???)-1983(Qld) - 4AQ Brisbane (Coorparoo, 1946-1980+), amateur operator (AOCP 2392, 1939, No. ?? in Qld) ===''HOLLOWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hart Holloway|Holloway, William Hart]] [https://www.familysearch.org/tree/person/details/GXQ5-HRT] - 1876(Eng)-1950(Tas) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 20, 1914; 1COCP 41, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: agent (Brunswick, Vic, 1909; Whitemark, Flinders Island, 1914-1919); wireless operator (Broome, 1918-1922); O.J.C. Radio (Camberwell, 1924-1926); radio officer (Thursday Island, 1928); officer-in-charge (Radio Station, Emita, Flinders Island, 1936-1937); farmer (Lady Barron, 1943-1949) ===''HOLST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Owen Holst|Holst, Arnold Owen]] [https://www.familysearch.org/tree/person/details/GZ6V-ZPD] - 1898(Vic)-1975(Vic) - Licences: XPH Melbourne (Caulfield, 1913-1914); 3OH Melbourne (Toorak, 1956-1975) - Qualifications: Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster (through brother Hector's station 3BY); electrician - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: sharebroker (Camberwell, 1922-1934; Toorak, 1935-1972) * [[/Hector James Holst|Holst, Hector James]] [https://www.familysearch.org/tree/person/details/GZ6V-X23] - 1903(Vic)-1954(Vic) - Licences: 3BY Receive Melbourne (Caulfield, 1922); 3BY Melbourne (Caulfield, 1923-1954) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: engineer (Caulfield, 1925-1954) * [[/Otto Holst|Holst, Otto]] [https://www.familysearch.org/tree/person/details/GZ6V-2M7] - 1906(Vic)-1967(Vic) - Licences: 3BY Melbourne (Caulfield, 1955-1967) - Qualifications: cc; AOCP 79, 1925, No. ?? in Vic - amateur operator; amateur broadcaster (through brother Hector's station 3BY) - took over 3BY callsign after passing of brother Hector James Holst in 1954 - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: radio engineer (Caulfield, 1928-1963) ===''HOLT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Molineux Holt|Holt, Bernard Molineux]] [https://www.familysearch.org/tree/person/details/LDQR-MJP] - 1883(NZ)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - president WIA WA; witness to Royal Commission 1927 (obo WIA WA) - Electoral Rolls: electrical engineer (Claremont, 1910-1914; Osborne, 1917-1954) ===''HOMBERG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. G. Homberg|Homberg, S. G.]] - 19??(???)-19??(???) - Licences: 3RG Melbourne (Malvern, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Morten Honnor|Honnor, John Morten]] [https://www.familysearch.org/tree/person/details/KCNV-ZM6] - 1900(SA)-1987(Vic) - Licences: 5AE Adelaide (Prospect, 1923-1931) - Qualifications: cc; AOCP 192, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Knoxville, SA, 1939-1941); RAAF (Ballarat, Vic, 1942); instructor (Hampton, 1949; Bentleigh, 1954-1980) ===''HOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Hamilton Hood|Hood, John George Hamilton]] [https://www.familysearch.org/tree/person/details/G772-RK8] - 1904(NSW)-1971(Vic) - 3BP Receive Melbourne (South Yarra, 1922); 3BP Melbourne (East St Kilda, 1923-1933; Toorak, 1937-1939) - Qualifications: cc; AOCP 182, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (East St Kilda, 1925-1931); draughtsman (Toorak, 1934-1937; Malvern, 1943-1967) ===''HOOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel George Alfred Hooke|Hooke, Lionel George Alfred]] [https://www.familysearch.org/tree/person/details/G8NK-KDV] - 1895(Vic)-1974(NSW) - Licences: 3M? Melbourne - Qualifications: CPRTelephony 529, 1920 - amateur operator, amateur broadcaster, early wireless experimenter, ship wireless operator (Aurora, 1914, support Shackleton's expedition), radio clubs (IRE Aust), business (AWA, senior management), honours (knighted, 1937) - Electoral Rolls: wireless (Brighton, Vic, 1921-1927); business manager (Neutral Bay, 1933); manager (Killara, NSW, 1936-1972) - [https://adb.anu.edu.au/biography/hooke-sir-lionel-george-alfred-10536 ADB] ===''HOOKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Theodore Hooker|Hooker, Walter Theodore]] [https://www.familysearch.org/tree/person/details/GD1W-QB5] - 1901(St Kitts)-1949(Tas) - Licences: 7JH Hobart (New Town, 1933-1939); 7JH Waddamanna (1946-1948) - Qualifications: cc; AOCP 1161, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart North, 1922); electrical engineer (New Town, 1928); electrician (New Town, 1936); engineer (Waddamanna, 1937-1943) ===''HOOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Wallbank Hooper|Hooper, Allan Wallbank]] [https://www.familysearch.org/tree/person/details/LB8M-VJG] - 1898(SA)-1960(NSW) - Licences: 4KR Willis Island (1933) - Qualifications: cc; CPRT 432, 1919; 2COCP 8, 1929; 1COCP 127, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: unemployed (Manly, NSW, 1949); telegraphist (Little Bay, NSW, 1949; Yarra Bay, NSW, 1954-1958) ===''HOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyndsay Arthur Hope|Hope, Lyndsay Arthur]] [https://www.familysearch.org/tree/person/details/LKYX-575] - 1906(Tas)-1997(Tas) - Licences: 7LA Launceston (1925-1927+) - Qualifications: cc; AOCP 188, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; broadcast engineer; WW2; gave up experimental callsign for use by his Class B licence, 7LA Launceston - Relationships: brother of 7RS Ronald Springfield Hope - Electoral Rolls: bank clerk (Launceston, 1928); bank officer (Ulverstone, 1936); accountant (Scottsdale, 1949; Bridport, 1954-1972) * [[/Ronald Springford Hope|Hope, Ronald Springford]] [https://www.familysearch.org/tree/person/details/LTCW-PDG] - 1909(Tas)-1985(NSW) - Licences: 7RS Launceston (1926-1927); 7RS Hobart (City, 1931; Sandy Bay, 1933+) - Qualifications: cc; AOCP 263, 1926, No. ?? in Tas; AOLCP 75, 1932; ROCP N1832, 1976 - amateur operator; amateur broadcaster; broadcast engineer (designed & constructed transmission systems for 7HO Hobart & 7UV Ulverstone); later employed by STC England - Relationships: brother of 7LA Lyndsay Arthur Hope - Electoral Rolls: broadcast engineer (Queensborough, Tas, 1936); not specified (Finchley, Eng, 1936-1938); engineer (Thornleigh, NSW, 1949-1954); company director (Beecroft, NSW, 1958-1980) ===''HOPKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alfred Hopkins|Hopkins, Edward Alfred]] [https://www.familysearch.org/tree/person/details/GM4D-3QJ] - 1902(Tas)-1992(NSW) - Licences: Receive Moonah (1923) - Qualifications: cc; 3COCP 4858, 1964 - amateur receiver - Electoral Rolls: electrician (Moonah, 1928); engineer (Milson's Point, 1936-1943); electrical engineer (Wollstonecraft, 1949-1954); engineer (Wollstonecraft, 1958-1980) ===''HORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin John Horan|Horan, Kevin John "Ken"]] [https://www.familysearch.org/tree/person/details/G8V9-FTZ] - 1912(SA)-2002(SA) - Licences: 5DQ Adelaide (Parkside, 1930-1931; Unley, 1933); 2AJU Broken Hill (1938-1939); 5DQ Adelaide (Flinders Park, 1947-1960; Grange, 1965-1969); 3ZD Melbourne (Glen Waverley, 1975); 5IT Adelaide (Fulham, 1980) - Qualifications: cc; AOCP 672, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Clovelly, NSW, 1943); manager (Glen Waverley, 1972-1977) ===''HORN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Horn|Horn, David]] [https://www.familysearch.org/tree/person/details/GS41-9K4] - 1909(Qld)-1962(Qld) - Licences: 4DN Tara (1937-1939) - Qualifications: cc; AOCP 2021, 1937, Qld; BOCP 578, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: medical practitioner (Somerset Dam, Qld, 1936-1937; Baralba, Qld, 1943); radio engineer (Toowoomba, Qld, 1949); medical practitioner (Toowoomba, Qld, 1954) * [[/Irvan James Horn|Horn, Irvan James or James Irwin]] [https://www.familysearch.org/tree/person/details/G8WF-GB6] - 1905(WA)-19??(???) - Licences: 6JH Perth (City, 1928, 1937-1939); 3HX Melbourne (South Melbourne, 1965) - Qualifications: cc; AOCP 427, 1928, No. ?? in WA; 2COCP 29, 1935; 1COCP, 127, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Perth, WA, 1936-1937); wireless officer (Subiaco, WA, 1943); electrical contractor (Subiaco, WA, 1949); contractor (Albert Park, Vic, 1949); electrical contractor (Albert Park, Vic, 1963); retired (West Perth, WA, 1977; Subiaco, WA, 1980) ===''HORROCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Samuel Blake Horrocks|Horrocks, George Samuel Blake]] [https://www.familysearch.org/tree/person/details/GF94-19M] - 1911(WA)-1966(Vic) - Licences: 6GS Harvey (1932-1939, 1947-1948); 6GS Wagin (1954-1955) - Qualifications: cc; AOCP 919, 1932, No. ?? in WA; BOCP 1154, 1950; TVOCP 61, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: engine driver (Harvey, WA, 1936-1949); radio technician (Mt Lawley, WA, 1954); technician (Bentleigh North, Vic, 1963) ===''HOSKEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Dryden Hosken|Hosken, Arthur John Dryden]] [https://www.familysearch.org/tree/person/details/L6KH-BX8] - 1889(Eng)-1966(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 727, 1922 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: seaman (Williamstown, 1914-1919); Amalgamated Wireless (Darwin, 1922) * [[/Stanley Victor Hosken|Hosken, Stanley Victor]] [https://www.familysearch.org/tree/person/details/9HWQ-MGG] - 1894(Vic)-1971(Vic) - Licences: 3MP Receive Melbourne (Hawthorn, 1923); 3MP Melbourne (Hawthorn, 1923-1924; Surrey Hills, 1925-1933; Broadmeadows, 1934-1939; St Albans, 1946-1955; Hawthorn, 1956-1965; Mitcham, 1969) - Qualifications: cc; AOCP 6, 1924, No. 2 in Vic - amateur operator; amateur broadcaster; broadcast engineer (3AR, 3LO) - Electoral Rolls: civil servant (Hawthorn, 1919-1924); electrical engineer (Surrey Hills, Vic, 1925-1931); senior mechanic PMGD (3AR station, Broadmeadows, 1936-1937); civil servant (3AR Station, St Albans, 1942-1954); nil (Hawthorn, 1963-1967; Mitcham, 1968) ===''HOSKING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Piere Hosking|Hosking, Aubrey Piere]] [https://www.familysearch.org/tree/person/details/GDYV-D7R] - 1891(South Africa)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 376, 1918; 1COCP 117, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIT Townsville (1917-1918) - Electoral Rolls: wireless operator (Townsville, 1919); telegraphist (South Yarra, Vic, 1921-1922); radio telegraphist (Canterbury, Vic, 1924); sales manager (Canterbury, Vic, 1925-1926; Balwyn, Vic, 1928; Lindfield, NSW, 1930-1963) ===''HOSKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stark Hoskins|Hoskins, John Stark]] [https://www.familysearch.org/tree/person/details/G61K-FZ3] - 1891(NZ)-1987(Eng) - Licences: Nil yet identified - Qualifications: cc; CPRT 147, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: business manager (Claremont, WA, 1929) ===''HOWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Earl Stephen Howard|Howard, Earl Stephen]] [https://www.familysearch.org/tree/person/details/GQMV-XQL] - 1895(Tas)-1938(Vic) - Licences: 7ET Hobart (Moonah, 1928-1931) - Qualifications: cc; AOCP 470, 1928, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: clerk (Hobart, 1919-1922; Moonah, 1928-1936) ===''HOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Maxwell Howden|Howden, John Maxwell]] [https://www.familysearch.org/tree/person/details/GH2L-7LN] - 1929(Vic)-2017(Vic) - Licences: 3ZCH Melbourne (Burwood, 1956; Box Hill 1960-1975); 3BQX Melbourne (Box Hill, 1980+) - Qualifications: AOLCP 187, 1956; AOCP V610, 1979 - amateur operator - Relationships: son of 3BQ Walter Francis Maxwell Howden - Electoral Rolls: * [[/Walter Francis Maxwell Howden|Howden, Walter Francis Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/G43K-1TC] - 1899(Vic)-1980(Vic) - Licences: No 19 Receive Melbourne (Box Hill, 1920); V140 Receive Melbourne (Box Hill, 1921); 3BQ Receive Melbourne (Box Hill, 1922); 3BQ Melbourne (Box Hill, 1923-1927; Canterbury, 1928-1939 & 1946-1975+); 3ABQ Melbourne (portable, "Canterbury", 1947-1956) - Qualifications: AOCP 114, 1925, No. ?? in Vic - amateur operator, amateur broadcaster, first to QSO USA; first to QSO England, first on telegraphy, then telephony; journalist (Listener In); Bright Star Crystals 1930s-1950s; QSLs: substantial portion of QSL collection survives at NFSA (1800+) - Relationships: father of 3ZCH/3BQX John Maxwell Howden - Electoral Rolls: student (Box Hill, 1924-1927); wireless engineer (Ringwood, 1928); engineer (Camberwell, 1931-1954) - Links: [http://messui.polygonal-moogle.com/valves/NW199611.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199612.pdf EA2] ===''HOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph Howe|Howe, John Joseph]] [https://www.familysearch.org/tree/person/details/LD83-QNG] - 1886(Irl)-1949(Tas) - Licences: Nil yet identified - Qualifications: cc; CPRT 117, 1915; 1COCP 15, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918) - Electoral Rolls: radio telegraphist (Cooktown, 1916-1917); wireless operator (Pinkenba, Qld, 1919; Moonah, Tas, 1922; New Town, Tas, 1928-1943) * [[/Raymond Raine Howe|Howe, Raymond Raine "Ray"]] [https://www.familysearch.org/tree/person/details/GXHH-KJN] - 1919(Qld)-1984(NSW) - Licences: 4RH Bundaberg (1936-1939); 2ARH Sydney (Vaucluse, 1946-1955; Epping, 1956-1960); 3YH Melbourne (Mt Waverley, 1965-1969) - Qualifications: AOCP 1812, 1936, No. ?? in Qld; 3AIR 1009, 1947 - amateur operator; amateur broadcaster; broadcast engineer (4BU); military (RAAF, career, Wing-Commander) - Electoral Rolls: Wireless Operator (Richmond, NSW, 1943); RAAF (Vaucluse, NSW, 1949); RAAF officer (Campbell, ACT, 1963); RAAF (Syndal, Vic, 1967); RAAF officer (Dickson, ACT, 1972-1977); retired (Narrawallee, NSW, 1980) ===''HOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Montague Howlett|Howlett, Arthur Montague]] [https://www.familysearch.org/tree/person/details/GZPZ-NWZ] - 1882(Eng)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 130, 1915; 2COCP 253, 1930 - RANRS (Warrant Telegraphist, 1918) - Electoral Rolls: radio engineer operator (Esperance, 1916); warrant officer R.A.N.R.S. (Thursday Island, 1919); radio telegraphist (Rockhampton, 1925-1931; Clayfield, Qld, 1936); wireless operator (Clayfield, 1943-1954); retired (Clayfield, Qld, 1958) ===''HUBSHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lassalle Paul Hubsher|Hubscher or Hubsher, Lassalle Paul "Paul"]] [https://www.familysearch.org/tree/person/details/GXWF-8DP] - 1913(Qld)-1971(Qld) - Licences: 4UL Brisbane (Bulimba, 1936-1939; Annerley, 1946-1969+) - Qualifications: cc; AOCP 1578, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor); part of the "U" gang; Evans Deakin engineering - Electoral Rolls: fitter & turner (Valley, Qld, 1936-1937); draftsman (Annerley, 1943-1968) ===''HUDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Henry Hudson|Hudson, William Henry]] [https://www.familysearch.org/tree/person/details/K4BR-1P4] - 1895(NSW)-1972(NSW) - Licences: XBO Sydney (Dulwich Hill, 1913-1914); 2PO Receive Sydney (Marrickville, 1923); 2AR Sydney (Dulwich Hill, 1922-1969) - Qualifications: cc; AOCP 18, 1924, No. 8 in NSW - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: bootmaker (Dulwich Hill, 1930-1963) - Comment: beware, several contemporaneous WHHs ===''HUEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Meredyth Huey|Huey, Richard Meredyth]] [https://www.familysearch.org/tree/person/details/G8WP-Y1Z] - 1913(NSW)-1995(NSW) - Licences: 2HU Sydney (Chatswood, 1928-1931; Cronulla, 1933-1937); 3UE Melbourne (Hawthorn East, 1938-1939); 2AHU Sydney (Sylvania, 1980) - Qualifications: AOCP 437, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Cronulla, 1935-1937); army officer (Melbourne, 1943); engineer (West Pennant Hills, 1949; Pennant Hills, 1954; Edgecliff, 1958-1963; Sylvania, 1977-1980); retired (Mittagong, 1980) ===''HUGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Roy Huggins|Huggins, David Roy]] [https://www.familysearch.org/tree/person/details/GDW3-LXL] - 1892(NSW)-1976(NSW) - Licences: 2ZW Sydney (Neutral Bay, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: organ builder (Petersham, 1913); piano maker (Neutral Bay, 1930-1968); builder (Cremorne, 1972) ===''HUGHES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Alan Hughes|Hughes, Clive Alan]] [https://www.familysearch.org/tree/person/details/G8MV-3XQ] - 1900(Vic)-1966(Vic) - Licences: 3CA Ararat (1927); 3CA Melbourne (Williamstown, 1931-1939, 1946-1965) - Qualifications: AOCP 343, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Williamstown, 1924-1928); schoolmaster (Williamstown, 1936-1963) * [[/George Herbert Hughes|Hughes, George Herbert]] [https://www.familysearch.org/tree/person/details/GXZT-4JB] - 1909(Qld)-1997(Qld) - Licences: 4HU Brisbane (Windsor, 1937-1939; Annerley, 1947-1954) - Qualifications: cc; AOCP 1929, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: store keeper (Windsor, Qld, 1934-1937); branch manager (Annerley, Qld, 1943-1958); technician (Tarragindi, Qld, 1963-1980) ===''HUGO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald William Stuart Hugo|Hugo, Ronald William Stuart or Stewart (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GFMZ-CLZ] - 1910(WA)-1978(WA) - Licences: 6KW Perth (Subiaco, 1938-1939, 1947-1960; Floreat Park, 1965-1975) - Qualifications: cc; AOCP 2081, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Subiaco, WA, 1931-1934); salesman (Subiaco, WA, 1936-1963); manager (Floreat Park, WA, 1968-1977) ===''HULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Galbraith Hull|Hull, Allan Galbraith "Braith"]] [https://www.familysearch.org/tree/person/details/GWQD-PTY] - 1905(Vic)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - journalist (Wireless Weekly, editor; Radio and Hobbies, editor 1939; Australasian Radio World, editor 1940-1950) - Relationships: brother of William Howard Hull & 3JU Ross Amos Hull - Electoral Rolls: sales (St Kilda, Vic, 1926-1927); radio engineer (Darlinghurst, 1931); journalist (Northbridge, NSW, 1934; Bondi, NSW, 1935-1936); engineer (Rose Bay, 1937); manager (Malvern, 1942); journalist (Mornington, 1949); publisher (Sandringham, 1954); printer (Oakleigh, 1958-1963; Chadstone, 1967-1968; Glen Iris, 1972; Mt Waverley, 1977-1980) * [[/Frederick Atherley Hull|Hull, Frederick Atherley]] [https://www.familysearch.org/tree/person/details/GZ5M-MT9] - 1906(NZL)-1997(WA) - Licences: 6FH Pingrup (1930-1931); 6FH Port Hedland (1937-1939, 1946-1956); 6FH Perth (Claremont, 1960-1975; Nedlands, 1980+) - Qualifications: cc; CRPT 1139, 1929; 2COCP 271, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Perth, 1929); radio operator (Port Hedland, 1937-1954); unemployed (Claremont, 1958); technical officer (Claremont, 1963-1972; Nedlands, 1977-1980) - Relationships: brother of 6RH Raymond Alfred Hull * [[/George Maxwell Hull|Hull, George Maxwell]] [https://www.familysearch.org/tree/person/details/L6LQ-S44] - 1916(Vic)-1987(Vic) - Licences: 3ZS Melbourne (Canterbury, 1946-1980+) - Qualifications: cc; AOCP 2307, 1939, Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Canterbury, 1943); proprietor (Canterbury, 1949-1980) * [[/Raymond Alfred Hull|Hull, Raymond Alfred]] [https://www.familysearch.org/tree/person/details/GZP1-BSL] - 1908(NZ)-1967(WA) - Licences: 6RH Pingrup (1929-1931); 6RH Perth (Wembley, 1937; Mt Hawthorn, 1939) - Qualifications: cc; AOCP 558, 1929, No. ?? in WA; 2COCP 590, 1942 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, 1934); traveller (Subiaco, 1949); sales director (Victoria Park, 1958-1963) - Relationships: brother of 6FH Frederick Atherley Hull * [[/Ross Amos Hull|Hull, Ross Amos]] [https://www.familysearch.org/tree/person/details/GWQD-P5W] - 1902(Vic)-1938(USA) - Licences: 3JU Melbourne (St Kilda, 1922-1925) - Qualifications: Nil yet identified - amateur broadcaster; radio clubs (WIA Vic Kew, president, 1923); journalist (Wireless Weekly, technical editor; QST, technical editor) - Relationships: brother of William Howard Hull & Allan Galbraith Hull - Electoral Rolls: draftsman (St Kilda, 1924-1925) - Comment: Gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW198902.pdf EA] * [[/William Howard Hull|Hull, William Howard]] [https://www.familysearch.org/tree/person/details/G7WJ-723] - 1891(Tas)-1955(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Relationships: brother of 3JU Ross Amos Hull & Allan Galbraith Hull - Electoral Rolls: electrical engineer (Cobungra, 1914-1915); engineer (Armadale, 1921; Brighton, 1922-1931; Caulfield, 1934-1949); retired (Beaconsfield Upper, 1954) ===''HUME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest James Hume|Hume, Ernest James]] [https://www.familysearch.org/tree/person/details/GZYR-TZM] - 1869(Vic)-1929(SA) - Licences: Nil - Qualifications: AOCP ??, 19??, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: - Relationships: wife of Stella Leonora Harriet Hume nee Jeremy; son of James Hill Hume, father of Ernest Jeremy Hume * [[/Ernest Jeremy Hume|Hume, Ernest Jeremy]] [https://www.familysearch.org/tree/person/details/GZYT-727] - 1906(SA)-1988(Vic) - Licences: Nil - Qualifications: Nil - chief engineer 5DN - Electoral Rolls: engineer (North Unley, 1939-1941; Oakleigh, Vic, 1949-1963; Carnegie, 1968-1977) - Relationships: grandson of James Hill Hume, son of Ernest James Hume and Stella Leonora Harriet Hume nee Jeremy * [[/Geoffrey Vincent Hume|Hume, Geoffrey Vincent]] [https://www.familysearch.org/tree/person/details/GQCL-NM1] - 1909(NSW)-1998(NSW) - Licences: 2GV Sydney (Cremorne, 1927-1930); 2AMD Sydney (Mosman, 1939) - Qualifications: AOCP 365, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio technician (Neutral Bay, 1930-1936; Mosman, 1937); RAAF (Ballarat, 1942); clerk (Turramurra, 1949); technical assistant (Pymble, 1954-1980) * [[/James Hill Hume|Hume, James Hill]] [https://www.familysearch.org/tree/person/details/GZYT-SLD] - 1822(??)-1887(Vic) - Licences: Nil - Qualifications: Nil - alleged very early wireless experimenter - Electoral Rolls: - Relationships: father of Ernest James Hume; father-in-law of Stella Leonora Harriet Hume nee Jeremy; grandfather of Ernest Jeremy Hume * [[/Stella Leonora Harriet Jeremy|Hume nee Jeremy, Stella Leonora Harriet]] [https://www.familysearch.org/tree/person/details/GZYT-33D] - 1882(Vic)-1953(NSW) - Licences: Nil - Qualifications: Nil - radio announcer (early 5DN) - Electoral Rolls: - Relationships: wife of Ernest James Hume; daughter-in-law of James Hill Hume; mother of Ernest Jeremy Hume ===''HUMPHRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] - See Innis Jane Lovett Spotswood 4JH * [[/Jack Lawrence Humphry|Humphry, Jack Lawrence]] [https://www.familysearch.org/tree/person/details/M7P4-M7M] - 1889(Qld)-1953(Qld) - Licences: 4JK Poopoonbah via Giru (1934-1939) - Qualifications: cc; AOCP 1349, 1934, Qld - amateur operator; amateur broadcaster; WW1 - Relationships: Husband of 4JH Innis Jane Lovett Humphry nee Spotswood - Electoral Rolls: farmer (Hodel, Ayr, Qld, 1912-1937; Poopoonbah, 1949-1954) ===''HUNT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Alexander Hunt|Hunt, Joseph Alexander]] [https://www.familysearch.org/tree/person/details/GFM1-9MM] - 1912(WA)-2002(WA) - Licences: 6JA Perth (Maylands, 1938-1939); 6JD Perth (Rockingham, 1960) - Qualifications: cc; AOCP 2112, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1936; Maylands, WA, 1937-1949); retired (Rockingham, WA, 1972) ===''HUPPATZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Huppatz|Huppatz, William George]] [https://www.familysearch.org/tree/person/details/MWTP-DF5] - 1900(Vic)-1970(SA) - Licences: 5GW Cowandilla (1931-1933); 5GW Naracoorte (1937-1939) - Qualifications: cc; AOCP 801, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Naracoorte, SA, 1939); engineer (Cowandilla, 1941-1943) ===''HURLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Hurll|Hurll, Norman James]] [https://www.familysearch.org/tree/person/details/GZXC-BFF] - 1904(NSW)-2003(Qld, 98yo) - Licences: 2BC Sydney (Killara, 1924-1930); 4NJ Tallebudgera Creek (1931-1935); 2HJ Sydney (Killara, 1935-1937; Roseville, 1938-1939); 2IN?/2DKH Sydney (1980+) - Qualifications: cc; AOCP 96, 1925, No. ?? in NSW - amateur operator, amateur broadcaster, military (WW2, CMF, CINT), business proprietor (Gas Light Engineering) - Electoral Rolls: engineer (Killara, 1930); merchant (Killara, 1936-1937); soldier (Strathfield, 1943); company manager (Burwood, 1949-1963); Managing Director (Killara, 1968); Director (Killara, 1972-1980) ===''HURRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Bruce Hurry|Hurry, Ronald Bruce]] [https://www.familysearch.org/tree/person/details/G8V2-G1C] - 1911(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 693, 1930, No. ?? in ?? - amateur operator?, amateur broadcaster?, electrical engineer, teacher - Electoral Rolls: Nil yet identified ===''HUSBAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Errol Husband|Husband, Norman Errol]] [https://www.familysearch.org/tree/person/details/L6F7-N7B] - 1893(Qld)-1961(NSW) - Licences: XABY Sydney (North Sydney, 1913-1914); 4CV Receive Charters Towers (1923); 4CV Charters Towers (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: motor engineer (Charters Towers, 1917-1922; Mackay, 1925-1937); engineer (Darlinghurst, 1949-1958) ===''HUTCHINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Thomas Edwards Hutchings|Hutchings, Allan Thomas Edwards]] [https://www.familysearch.org/tree/person/details/M7GB-2TM] - 1903(Vic)-1973(Vic) - Licences: 3HL Receive Callawadda (1922-1923); 3HL Callawadda (1924-1969) - Qualifications: cc; AOCP 65, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: son of 3HM Elizabeth Lilian Hutchings nee Edwards; brother of 3HQ Marjorie Lilian Williamson nee Hutchings - Electoral Rolls: farmer (Callawadda, 1927-1972) * [[/Elizabeth Lilian Edwards| Hutchings nee Edwards, Elizabeth Lilian]] [https://www.familysearch.org/tree/person/details/M7GB-25T] - 1877(Vic)-1943(Vic) - Licences: 3HM Callawadda (1932-1939) - Qualifications: cc; AOCP 509, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1926-1942) - Relationships: mother of 3HL Allan Thomas Edwards Hutchings and 3HQ Marjorie Lilian Williamson nee Hutchings - First woman in Australia to hold an amateur licence under the AOCP regime - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1925-1942) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Marjorie Lilian Hutchings|Williamson nee Hutchings, Marjorie Lilian]] [https://www.familysearch.org/tree/person/details/LB52-GSC] - 1912(Vic)-1988(Vic) - Licences: 3HQ Callawadda (1932-1939; 1946-1948); 3HQ Melbourne (Bentleigh, 1954-1980+) - Qualifications: cc; AOCP 1030, 1932, No. ?? in Vic - amateur operator, amateur broadcaster - Relationships: daughter of 3HM Elizabeth Lillian Hutchings nee Edwards; sister of 3HL Allan Thomas Edwards Hutchings - Electoral Rolls: home duties (Callawadda, 1934-1937); nurse (Alfred Hospital, Prahran, 1943); home duties (Callawadda, 1949; Bentleigh, 1949-1968) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''HUTCHINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Elwood Hutchinson|Hutchinson, Charles Elwood]] [https://www.familysearch.org/tree/person/details/G612-S6J] - 1894(Vic)-1942(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 728, 1922; 2COCP 278, 1930; 1COCP 307, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Esperance, 1919); radio telegraphist (Darwin, NT, 1922); telegraphist (Esperance, 1925-1931); radio telegraphist (Broome, WA, 1936-1937; Alberton, SA, 1939; Yatala, SA, 1941) * [[/John Victor Thomas Hutchison|Hutchison, John Victor Thomas]] [https://www.familysearch.org/tree/person/details/G89S-PY2] - 1907(NZ)-1975(NSW) - Licences: 2JH Sydney (Kirribilli, 1927-1937; West Ryde, 1938-1939; Croydon, 1946-1955; Bardwell Park, 1956-1965; Castle Cove, 1969-1975) - Qualifications: AOCP 374, 1927, No. ?? in NSW; CPRTelephony 1010, 1928 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Milson's Point, 1930-1937); laboratory assistant (Croydon, 1943-1949); radio technician (Bardwell Park, 1958-1968) ===''HUTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Hutson|Hutson, James William]] [https://www.familysearch.org/tree/person/details/G8N9-Z6J] - 1912(Vic)-1931(Vic) - Licences: 3JH Echuca (1930-1931) - Qualifications: AOCP 635, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon ===''HUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Hutton|Hutton, David]] [https://www.familysearch.org/tree/person/details/G8ZT-JXG] - 1912(Sct)-2003(NSW) - Licences: 2DH Abermain (1929-1934) - Qualifications: AOCP 551, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abermain, 1934-1963; Klworth, 1972-1977); retired (Klworth, 1980) ===''HYLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Philip Hyland|Hyland, Leonard Philip]] [https://www.familysearch.org/tree/person/details/K8N6-XLK] - 1903(Tas)-1942(Tas) - Licences: 7LP Hobart (City, 1936-1939) - Qualifications: cc; AOCP 1791, 1936, No. ?? in Tas; BOCP 271, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Hobart Central, 1928) - Comment: Passed on Duty; Gone too soon - Links: [https://www.themercury.com.au/news/tasmania/tasmania-fire-service-chief-chris-arnol-urges-everyone-to-reflect-on-the-selflessness-of-firefighters-in-the-pursuit-of-public-safety/news-story/59c6315bbf383ef9bb4e270d60cd9296 Mercury] =='''I'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''IKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William George Ikin|Ikin, William George]] [https://www.familysearch.org/tree/person/details/LWFZ-C37] - 1887(NSW)-1974(Vic) - Licences: 4SM Townsville (1925-1926); 4SM Brisbane (New Farm, 1927) - Qualifications: cc; AOCP 201, 1925, No. 18 in Qld - amateur operator; amateur broadcaster (dealer licence); WW1 - Electoral Rolls: mechanical engineer (Gladstone, 1913); engineer & electrician (Barcaldine, 1914); manager (Strand Motors, Townsville, 1925); motor mechanic (Mt Garnet, 1937-1949; Cardwell, 1949); farmer (Mareeba, 1954-1972) ===''INGLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Stanley Inglis|Inglis, Kenneth Stanley]] - 1929(Vic)-2017(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - historian (ABC); "This is the ABC"; "Whose ABC?" - Electoral Rolls: - Links: [[w:Ken Inglis|Wikipedia]] [https://www.tandfonline.com/doi/full/10.1080/1031461X.2018.1493961 Obit] ===''IRELAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Keith Ireland|Ireland, Leslie Keith "Keith"]] [https://www.familysearch.org/tree/person/details/LRMD-BPV] - 1908(SA)-1942(SA) - Licences: 5KR Mt Gambier (1933-1939) - Qualifications: cc; CPRT 950, 1927; AOLCP 60, 1932 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: radio dealer (Mt Gambier, SA, 1939-1941) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/633509 VWMA]; [https://www.awm.gov.au/collection/R1721431 AWM]; [https://aviationmuseumwa.org.au/afcraaf-roll/ireland-leslie-keith-47849/ AHM] ===''IRESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melville Charles Gladstone Ireson|Ireson, Melville Charles Gladstone]] [https://www.familysearch.org/tree/person/details/GMZT-ML6] - 1898(Vic)-1955(Vic) - Licences: 3ZY Kyneton (1931-1933); 3AIR Kyneton (1947-1955) - Qualifications: cc; AOCP 305, 1926, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Maldon, 1919); telegraphist (Ballarat, 1925); postal employee (Kyneton, 1931-1954) ===''IRVINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Irvine|Irvine, William]] - 1907(???)-19??(???) - Licences: 4IR Brisbane (Mitchelton, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1987, 1937, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous WIs - Electoral Rolls: Nil yet identified ===''IRVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Lawson Irving|Irving, Cyril Lawson]] [https://www.familysearch.org/tree/person/details/GXZT-65R] - 1912(Qld)-1992(Qld) - Licences: 4WL Brisbane (Annerley, 1933-1939) - Qualifications: cc; AOCP 1199, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Coorparoo, Qld, 1943-1980) ===''ISLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Clifford Isles|Isles, James William Clifford "Clifford"]] [https://www.familysearch.org/tree/person/details/LBVH-RV1] - 1894(Qld)-1967(Qld) - Licences: 4CC Receive Brisbane (Ascot, 1922); 4CC Brisbane (Ascot, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club member (QWI); business proprietor (Isles Love & Co, Allan & Stark); WW1 - Electoral Rolls: clerk (Hamilton, 1915-1937); manager (Hamilton, 1943-1958); director (Hamilton, 1963) ===''ISRAEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Samuel Israel|Israel, Morris Samuel]] [https://www.familysearch.org/tree/person/details/GZQ4-CBC] - 1896(Vic)-1965(Vic) - Licences: XMU Melbourne (St Kilda, 1913); 3ZN Melbourne (St Kilda, 1923-1924; Malvern, 1925-1926; Burwood, 1927); 3ZN Geelong, 1931-1933; 3ZN Melbourne (Burwood, 1937-1939, 1946-1955) - Qualifications: cc; AOCP 13, 1924, No. ?? in Vic; AOLCP 35, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcasting executive; WW2 - Electoral Rolls: soldier (St Kilda, 1919-1924); radio mechanic (Burwood, 1926-1928); broadcasting engineer (Geelong, 1931); engineer (Geelong North, 1936; Camberwell, 1937-1963); ===''IVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil Albert Ives|Ives, Cecil Albert]] [https://www.familysearch.org/tree/person/details/GZLJ-848] - 1916(SA)-1942(Vic) - Licences: 5AF Adelaide (Glenelg, 1935-1939) - Qualifications: cc; AOCP 1451, 1935, SA - amateur operator, amateur broadcaster; WW2 - Electoral Rolls: commercial artist (Glenelg, 1939-1943) - Sacrifice: "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/ives-cecil-albert-300407/] =='''J'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''JACKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil Jackson|Jackson, Alfred Cecil "Alf"]] [https://www.familysearch.org/tree/person/details/LDLP-F65] - 1900(NSW)-1972(NSW) - Licences: 4AJ Brisbane (Fairfield, 1931); 2BO Bangalow (1933) - Qualifications: cc; CPRT 620, 1921; 1COCP 67, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG, Brisbane Cmcls); state public servant (4QG) - Electoral Rolls: radio engineer (Fairfield, Qld, 1928-1931); farmer (Possum Creek, NSW, 1934-1937); mechanic (Fairfield, Qld, 1943-1954); farmer (O'Possum Creek via Bangalow, NSW, 1958-1963) * [[/Alfred George Jackson|Jackson, Alfred George]] [https://www.familysearch.org/tree/person/details/LY5P-2X1] - 1864(Eng)-1935(Qld) - Licences: 4DG Receive Brisbane (Wynnum, Qld, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; radio clubs (WIQ, QWI, WIAQ); electrical engineer - Relationships: father of Arthur Appleton Jackson - Electoral Rolls: electrical engineer (South Brisbane, Qld, 1903-1913); electrician (Wynnum, Qld, 1914-1934) * [[/Arthur Appleton Jackson|Jackson, Arthur Appleton]] [https://www.familysearch.org/tree/person/details/LY55-M8F] - 1891(Qld)-1985(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster; radio clubs (QWI, WIAQ); electrical engineer; business proprietor; Relationships: son of Alfred George Jackson - Electoral Rolls: electrical engineer (Wynnum, Qld, 1913-1914; Morningside, Qld, 1915-1919; Wynnum, Qld, 1919; South Brisbane, Qld, 1921-1968); retired (Hill End, Qld, 1972; Highgate Hill, Qld, 1977; Hopetoun Home, Oxley, Qld, 1980) * [[/James William Jackson|Jackson, James William "Jim"]] [https://www.familysearch.org/tree/person/details/G7FH-JCW] - 1916(Qld)-2011(Qld) - Licences: 4CN Brisbane (Cribb Island, 1938-1939; 1946-1969; Lawnton, 1975-1980) - Qualifications: cc; AOCP 2096, 1938, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); military (WW2,Northern Command Signals); farmer/electrician/radio & TV serviceman - Electoral Rolls: farmer (Cribb Island, Qld, 1937-1968); rubber worker (Lawnton, Qld 1972-1980) * [[/Thomas William Jackson|Jackson, Thomas William]] - 1830(Eng)-1918(Vic) - Deputy Postmaster-General Victoria ca 1880, clubs & societies (Telegraph Electrical Society Vic, member, ca 1880) ===''JAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Russell James|James, Brian Russell]] [https://www.familysearch.org/tree/person/details/GZLV-GXV] - 1920(SA)-1944(Europe) - Licences: 5BL Adelaide (1939) - Qualifications: AOCP 2293, 1939, SA - amateur operator, amateur broadcaster, WW2 (RAAF, 76 Squadron RAF, Flying Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://highgate-rsl.org.au/afcraaf-roll/james-brian-russell-417490/] * [[/Hector Keith James|James, Hector Keith]] [https://www.familysearch.org/tree/person/details/GZV7-WVL] - 1905(NSW)-1966(NSW) - Licences: 2XA Receive Sydney (Summer Hill, 1923); 2XA Sydney (Summer Hill, 1924-1933; Ashfield, 1934; Double Bay, 1935-1936; Coogee, 1937-1938; Woollahra, 1939; Summer Hill, 1948-1961) - Qualifications: cc; AOCP 183, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Summer Hill, 1930-1933), engineer (Edgecliff, 1936; Ashfield, 1949; Summer Hill, 1943-1963) * [[/Herbert Ronald James|James, Herbert Ronald]] [https://www.familysearch.org/tree/person/details/GDRD-1SM] - 1904(Vic)-1982(Vic) - Licences: 3LH Birchip (1931-1933); 3LH Drouin (1938-1939); 7LH Western Junction (1947); 7LH Launceston (1948); 3AJJ Melbourne (Deepdene, 1954); 3AJJ Lubeck (1955-1956); 3AJJ Braeside (1960); 3AJJ Rupanyup (1965-1969); 3AJJ Nowa Nowa (1975-1980) - Qualifications: cc; AOCP 813, 1931, Vic; BOCP 17, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Merbein, 1925); fitter & turner (Merbein, 1928-1931); radio engineer (Merbein, 1936); technician (Western Junction, Tas, 1949); radio engineer (Deepdene, 1954); technician (Rupanyup, 1963-1968); retired (Nowa Nowa, 1972-1980) * [[/R. James|James, R.]] - 19??(???)-19??(???) - Licences: XZE via Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified * [[/Thomas Reynolds James|James, Thomas Reynolds]] - 19??(???)-19??(???) - employment (Vic Posts & Telegraphs, worked on original Melbourne-Williamstown telegraph line 1854, later in charge of Melbourne Telegraph Office, but transferred to inspectorial work in 1879 due to disorganisation, reinstated in 1880) ===''JAMIESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Jamieson|Jamieson, Charles William]] [https://www.familysearch.org/tree/person/details/L4SY-YNQ] - 1896(Vic)-1971(Vic) - Licences: XJW Melbourne (St Kilda, 1913-1914); 3CJ Melbourne (East St Kilda, 1924-1926); 3XX Melbourne (East Malvern, 1954-1975) - Qualifications: cc; BOCP 130, 1937 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: engineer (St Kilda, 1921-1925); mechanic (Malvern, 1926-1968) * [[/John Edward Jamieson|Jamieson, John Edward]] [https://www.familysearch.org/tree/person/details/G8VS-M43] - 1910(WA)-1957(WA) - Licences: 6LA Perth (Beaconsfield, 1930-1933); 6LA Kalgoorlie (1938-1939) - Qualifications: cc; AOCP 673, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio salesman (Kalgoorlie, 1936-1937); salesman (Kalgoorlie, 1943); radio engineer (Kalgoorlie, 1949-1954) ===''JANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Harold Jansen|Jansen, Claud or Claude Harold]] [https://www.familysearch.org/tree/person/details/GDGS-9TN] - 1890(NSW)-1968(NSW) - Licences: V751 Receive Yarrawonga (1922); 3GW Receive Yarrawonga (1922)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: printer (Yarrawonga, 1913-1922); linotype engineer (Yarrawonga, 1924-1931); printer (Shepparton, 1934-1937); linotype operator (Albury, 1937-1949); engineer (Albury, 1954-1968) ===''JARDINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Jardine|Jardine, William Ronald]] [https://www.familysearch.org/tree/person/details/G8ZC-T63] - 1911(Vic)-1983(Vic) - Licences: 3PR Melbourne (Essendon, 1929-1933); 3PR Leongatha (1937-1939, 1946-1980+) - Qualifications: AOCP 533, 1929, No. ?? in Vic; AOLCP 108, 1933 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farm labourer (Craigieburn, 1934); dairy farmer (Leongatha, 1937-1954); salesman (Leongatha, 1963-1980) ===''JARMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Arthur Jarman|Jarman, Oswald Arthur]] [https://www.familysearch.org/tree/person/details/G612-K6Y] - 1894(SA)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 162, 1915; 1COCP 37, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Broome, WA, 1921-1922); telegraphist (Applecross, WA, 1925; Surrey Hills, Vic, 1928); supervisor (Bentley, Vic, 1931-1954) ===''JARVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jack Edwin Jarvis|Jarvis, Vincent Jack Edwin "Victor", "Vic"]] [https://www.familysearch.org/tree/person/details/GZ2K-6FP] - 1912(WA)-1941(Libya) - licences: 2VJ Orange (1930-1933), 2VJ Dubbo (1934), 2VJ Wellington (1935-1936), 2VJ Bathurst (1937), 2VJ Griffith (1938-1939) - qualifications: AOCP 695, 1930, No. ?? in NSW; BOCP 46, 1936 - amateur operator, amateur broadcaster (2VJ Wellington), broadcast engineer (2BS, 2RG), WW2 (RAAF, Rathmines Flying Boats Base, Palestine, Egypt, Libya) - electoral rolls: radio mechanic (Wellington, 1936), radio engineer (Bathurst, 1937), wireless operator (Rathmines, 1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/633817] ===''JEFFRYES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Harry Jeffryes|Jeffryes, Sydney Harry]] - 1884(Qld)-19??(???) - X?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), ship's wireless operator, member of the Australasian Antarctic Expedition 1911-1914 ===''JEFFS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jeffs|Jeffs, Vincent]] [https://www.familysearch.org/tree/person/details/GX4T-4M8] - 1912?(???)-1970(Qld) - Licences: 4VJ Brisbane (Taringa, 1931-1933; City, 1934-1939, 1946; Gordon Park, 1948-1969) - Qualifications: cc; AOCP 753, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio cub (WIAQ, life member, lecturer, code instructor, field days, JOTA, conventions, operator 4WI); business proprietor (Jeffs Radio) - Electoral Rolls: salesman (Taringa, Qld, 1934; New Farm, Qld, 1936-1937; Taringa, Qld, 1937); radio manufacturer (New Farm, Qld, 1943); salesman (Taringa, Qld, 1949); businessman (Gordon Park, Qld, 1958-1968) ===''JENNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Jenner|Jenner, John Henry]] [https://www.familysearch.org/tree/person/details/K2Y9-64Z] - 1877(Eng)-1961(NSW) - Licences: 7BM Receive Premaydena (1923); Receive Premaydena (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 2ABM John Ingoldsby Jenner - Electoral Rolls: law clerk (Lindisfarne, 1914); orchardist (Koonya, 1919-1928); Xray technician (Double Bay, NSW, 1930; Bondi, 1933-1935) * [[/John Ingoldsby Jenner|Jenner, John Ingoldsby]] [https://www.familysearch.org/tree/person/details/LKY4-7S2] - 1904(Eng)-1980(???) - Licences: 2ABM Sydney (Maroubra, 1933-1939) - Qualifications: cc; AOCP 1194, 1933, NSW - amateur operator; amateur broadcaster - Relationships: Son of 7BM John Henry Jenner - Electoral Rolls: engineer (Haberfield, 1930; Bondi, 1933-1935); telephone engineer (Maroubra, 1937); engineer (Maroubra, 1943-1954; Revesby, 1968); retired (Turramurra, 1972); engineer (Revesby, 1980) ===''JENNISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Jennison|Jennison, Joseph William]] [https://www.familysearch.org/tree/person/details/LTS7-316] - 1899(Vic)-1965(Vic) - Licences: 2JJ Mathoura (1928-1939); 2MX Mathoura (1948-1950) - Qualifications: AOCP 414, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: farmer (Mathoura, 1930-1949; Echuca, 1954; Deniliquin, 1958); nil (Echuca, 1963) (Licences in the name of his father John William Jennison but most likely son was operator, father passed in 1942) ===''JENSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jens August Jensen|Jensen, Jens August]] [https://www.familysearch.org/tree/person/details/GXQM-1MX] - 1865(Vic)-1936(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - Minister for Navy (1915-1917) - Comment: famously dismissed for corruption in respect of purchase of Shaw Wireless Works in 1916 - Electoral Rolls: licensed victualler (Beauty Point, Tas, 1914-1919); orchardist (Beauty Point, Tas, 1919-1922); no occupation (Elsternwick, Vic, 1936) - Links: [[w:Jens_Jensen_(politician)|Wikipedia]] [https://adb.anu.edu.au/biography/jensen-jens-august-6840 ADB] * [[/Laurence Richard Hopkins Jensen|Jensen, Laurence or Lawrence Richard Hopkins]] [https://www.familysearch.org/tree/person/details/GZ6V-MJ1] - 1906(Tas)-1974(Tas) - Licences: 7BL Receive West Devonport (1923); Receive West Devonport (1923-1924); 7LJ Launceston (1925-1939, 1947-1969+) - Qualifications: cc; AOCP 78, 1925, No. ?? in Tas; BOCP 215, 1939; 1AOCP 9, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (New Town, 1928); teacher (New Town, 1936-1972) ===''JENVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Walter Jenvey|Jenvey, Henry Walter]] [https://www.familysearch.org/tree/person/details/G4QJ-7TS] - 1851(Eng)-1932(Vic) - Licences: AA Melbourne 1900; X?? Melbourne - early wireless experimenter, arguably his use of the identifier AA was the first use of an Australian callsign; arguably Australia's first amateur operator as the majority of his experiments were self-funded and in his own time - Qualifications: cc; Nil yet identified - employment (Vic P & T; PMGD) - Relationships: father of 3WW William Walter Jenvey - Electoral Rolls: electrical engineer (Brighton, 1909); public servant (Caulfield East, 1919-1931) * [[/William Walter Jenvey|Jenvey, William Walter "Bill"]] [https://www.familysearch.org/tree/person/details/G4QV-9GL] - 1904(Vic)-1981(Qld) - Licences: 3AY Melbourne (Caulfield, 1922-1927; Ormond, 1931-1938); 2YJ Sydney (Concord, 1939); 3AY Melbourne (Ormond, 1947); 2ZO Sydney (Willoughby, 1948-1969); 2ZO Noosa Heads (1980) - Qualifications: cc; CPRT 824, 1924; 1COCP 68, 1930 - amateur operator; amateur broadcaster - Relationships: son of Henry Walter Jenvey - Electoral Rolls: telegraphist (Caulfield, Vic, 1926-1927); operator (Bentleigh, Vic, 1931-1937); radio engineer (Croydon, NSW, 1943; Willoughby, NSW, 1949-1968); engineer (Willoughby, NSW, 1972); nil (Nelligen, NSW, 1977; Noosa Heads, Qld, 1980) ===''JERRARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Joseph Jerrard|Jerrard, Frederick Joseph]] [https://www.familysearch.org/tree/person/details/LB43-BKT] - 1899(Qld)-1963(Qld) - Licences: 4DR Receive Gayndah (1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Gayndah, 1921-1930); motor mechanic (Gayndah, 1936-1937); engineer (Indooroopilly, 1943-1963) ===''JESSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick Ferman Jessop|Jessop, Patrick Ferman]] [https://www.familysearch.org/tree/person/details/G6QN-8HV] - 19??(Eng?)-19??(Qld?) - Licences: 4PJ Kamma (1925-1927); 4PJ Cairns (Hambledon, 1937-1939) - Qualifications: cc; Nil yet identified (England?) - amateur operator; amateur broadcaster; WW1(RFC) - Halcyon: not mentioned - Electoral Rolls: labourer (Edmonton, 1922-1930); weigh bridge clerk (Hambledon, 1936-1943) ===''JEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Jewell|Jewell, Thomas John]] [https://www.familysearch.org/tree/person/details/GDYD-YH1] - 1905(WA)-1965(WA) - Licences: 6CA Receive Perth (Subiaco, 1923); 6JJ Perth (Victoria Park, 1927); 6JJ Kalgoorlie (1930-1931); 6JJ Perth (Victoria Park, 1933-1939) - Qualifications: cc; CPRT 876, 1925; 1COCP 129, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Victoria Park, WA, 1931-1937); radio inspector (Victoria Park, WA, 1943; Scarborough, WA, 1949); inspector (Scarborough, WA, 1954-1963) ===''JOHNSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Johnson|Johnson, Arthur]] [https://www.familysearch.org/tree/person/details/GXD7-X12] - 1921(Qld)-2004(Qld) - Licences: 4PX Brisbane (Hendra, 1938-1939; Ascot, 1946-1948; Hendra, 1954-1975), 4PX Buddina Beach (1980+) - Qualifications: cc; AOCP 2093, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (Sunshine Coast ARC); military (WW2, AIF, Signals) - Comment: Several contemporaneous AJs - Electoral Rolls: Commonwealth public servant (Hendra, Qld, 1968) + others * [[/Carl Francis Johnson|Johnson, Carl Francis]] [https://www.familysearch.org/tree/person/details/LH8T-HSH] - 1899(Tas)-1985(Tas) - Licences: Receive Hobart (West Hobart, 1923); 7AR Hobart (West Hobart, 1924-1939) - Qualifications: cc; AOCP 218, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: federal servant (West Hobart, 1922-1954) * [[/Edward Norman Johnson|Johnson, Edward Norman]] [https://www.familysearch.org/tree/person/details/MM4W-MLQ] - 1886(Vic)-1960(USA) - Licences: Receive Warrnambool (1923); 3ZO Warrnambool (1923-1924); 3ZO Horsham (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (East Melbourne, 1909); manager (Wonthaggi, 1914); draper (Newtown, 1917); traveller (Geelong, 1919) * [[/H. B. Johnson|Johnson, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1926); 5HB Adelaide (Henley Beach, 1937-1939) - Qualifications: AOCP 252, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: - common surname, individual not yet identified * [[/Ivo Uric Johnson|Johnson, Ivo Uric]] [https://www.familysearch.org/tree/person/details/G9VV-H8S] - 1903(NSW)-1961(Qld) - Licences: 4KL Cairns (1933-1960) - Qualifications: cc; CPRT 813, 1924; 2COCP 668, 1942; 1COCP 655, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Cairns, Qld, 1936-1963) * [[/Joseph Murray Johnson|Johnson, Joseph Murray]] [https://www.familysearch.org/tree/person/details/L5YM-M5N] - 1889(NSW)-1986(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 113, 1915; 1COCP 200, 1931 - RANRS (CPO to Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: engineer operator (Geraldton, 1915-1917); radio expert (Lane Cove, NSW, 1930-1934); engineer (Brighton, Vic, 1936; Caulfield, 1937); engineer (Longueville, NSW, 1943-1949); manager (Turramurra, 1954-1963); retired (Strathfield, 1963; Port Macquarie, NSW, 1968-1977; Wauchope/Yrrs, 1980) ===''JOHNSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. B. Johnston|Johnston, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Norman Brint Johnston|Johnston, Norman Brint]] [https://www.familysearch.org/tree/person/details/G8NC-K7F] - 1913(WA)-1979(WA) - Licences: 6NJ Perth (South Fremantle, 1930-1933; Subiaco, 1937-1939) - Qualifications: cc; AOCP 642, 1930, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Subiaco, 1937-1943); radio mechanic (Maylands, 1943-1968; Mt Lawley, 1972-1977) * [[/Robert Walter Johnston|Johnston, Robert Walter]] [https://www.familysearch.org/tree/person/details/GXDS-FHJ] - 1914(Qld)-1963(Qld) - Licences: 4LQ Brisbane (Petrie Terrace, 1934-1939) - Qualifications: cc; AOCP 1270, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Petrie Terrace, Qld, 1936-1937); no occupation (Ingleburn, NSW, 1954-1958); retired (Petrie Terrace, Qld, 1963) * [[/William David Johnston|Johnston, William David]] [https://www.familysearch.org/tree/person/details/G8XJ-3RY] - 1909(Irl)-1985(NSW) - Licences: 2YZ Sydney (Ryde, 1930-1939, 1946-1948; Gladesville, 1950; Matraville, 1954-1980+) - Qualifications: AOCP 616, 1930, No. ?? in NSW; 2COCP 323, 1931; 1COCP 398, 1940 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Ryde, 1930-1943); radio engineer (Gladesville, 1949; Matraville, 1954-1980) ===''JOHNSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. D. Johnstone|Johnstone, H. D.]] - 19??(???)-19??(???) - Licences: 3HJ Melbourne (Surrey Hills, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified ===''JONASSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Peter Jonasson|Jonasson, Roy Peter]] [https://www.familysearch.org/tree/person/details/9KPW-ZL1] - 1908(Qld)-1989(Qld) - Licences: 4NG Alberton (1931-1933); 7NG Derwent Park (1937-1939); 3ND Castlemaine (1946-1969); 9NG, PNG; 4NE Brisbane (Kingston, 1980) - Qualifications: cc; AOCP 827, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, QRP Club, RAAF Wireless Reserve, Qld Listeners' League); employment (Qld State Electricity Commission) - Electoral Rolls: electrical fitter (Castlemaine, 1942-1972); retired (Kingston, Qld, 1972-1980) ===''JONES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Ernest Jones|Jones, Alfred Ernest]] [https://www.familysearch.org/tree/person/details/G61R-CTW] - 1894(NSW)-1970(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 241, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Comment: not all electoral roll entries identified, several contemporaneous AEJs; Electoral Rolls: radio telegraphist (Broome, WA, 1917-1922) * [[/David William Jones|Jones, David William]] - 19??(???)-19??(???) - Licences: 4DJ Brisbane (Chelmer, 1930-1933) - Qualifications: cc; AOCP 683, 1930, No. ?? in Qld - amateur operator, amateur broadcaster - Comment: several contemporaneous DWJs - Electoral Rolls: public servant (Chelmer, 1925-1931); engineer (Holland Park, 1958)? * [[/Lancelot Cyril Jones|Jones, Lancelot Cyril "Lance"]] [https://www.familysearch.org/tree/person/details/G8L3-2LS] - 1891(SA)-1971(SA) - Licences: XVB Adelaide (Hawthorn, 1913-1914); 5BQ Adelaide (Westbourne Park, 1923-1924); 5DN Adelaide (City, 1923-1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; co-founder 5DN commercial Adelaide - Electoral Rolls: manager (Broadway Estate, 1939-1943) * [[/Raymond Edward Jones|Jones, Raymond Edward]] [https://www.familysearch.org/tree/person/details/LL9R-FLM] - 1900(Vic)-1987(Vic) - Licences: 3RJ Melbourne (Ascot Vale, 1928; Box Hill, 1931-1939, 1946-1980+) - Qualifications: AOCP 407, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: telegraphist (Newmarket, 1921); public servant (Ascot Vale, 1922-1924); telegraphist (Box Hill, 1931-1943); supervisor (Box Hill, 1949-1963); retired (Box Hill, 1968-1980) * [[/Stanley William Jones|Jones, Stanley William]] [https://www.familysearch.org/tree/person/details/GZL8-BPL] - 1917(Vic)-1943(PNG) - Licences: 3SF Ballarat (1937-1939) - Qualifications: AOCP 1953, 1937, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Signalman, 6 Division Signals) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1687469] (beware, another Stanley William Jones died in WW2, Flight Sergeant, 626 Squadron) * [[/Walter Henry Jones|Jones, Walter Henry]] [https://www.familysearch.org/tree/person/details/G8NB-Z8F] - 1914(NSW)-1980(NSW) - Licences: 2PY Sydney (Marrickville, 1930-1933); 2RS Sydney (Marrickville, 1935-1939); 2WP Sydney (Bexley, 1965-1980) - Qualifications: AOCP 652, 1930, NSW; 1COCP 57, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless telegraphist (Bexley North, 1949-1972); telegraphist (Bexley North, 1977-1980); Beware: Another contemporaneous Walter Henry Jones in Sydney b.1915 m.Edith * [[/W. R. Jones|Jones, W. R.]] - 19??(???)-19??(???) - Licences: 4EK Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''JORDAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Jordan|Jordan, James "Jim"]] [https://www.familysearch.org/tree/person/details/GXHL-VNQ] - 1903(Sct)-1979(Qld) - Licences: 4JJ Ipswich (1933); 4JJ Bundaberg (1934-1939) - Qualifications: cc; AOCP 1162, 1933, Qld - amateur operator; amateur broadcaster; broadcast engineer (4BU); senior military (RAAF, Wing-Commander) - Electoral Rolls: striker (West Ipswich, Qld, 1932); radio mechanic (Bundaberg, Qld, 1934-1937) * [[/Robert Jordan|Jordan, Robert]] - 1893(NZ)-19??(???) - commercial operator (1COCP 4, 1914, No. 4 in Aus and Vic, Commonwealth system) - coastal station operator? ===''JUDD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Harvey Judd|Judd, Clarence Harvey]] [https://www.familysearch.org/tree/person/details/GXVF-9XS] - 1920(SA)-1986(SA) - Licences: 5HQ Adelaide (Colonel Light Gardens, 1954-1980) - Qualifications: cc; AOCP 3374, 1953, Qld - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/Oswald William Judd|Judd, Oswald William]] [https://www.familysearch.org/tree/person/details/GXVX-X56] - 1896(SA)-1934(SA) - Licences: XVF Adelaide (North Norwood, 1913); Receive Adelaide (Payneham, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: Nil yet identified =='''K'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''KANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Leslie Kane|Kane, John Leslie "Les"]] - 1910(Qld)-1985(Qld), 4ZZ Roma, amateur operator (AOCP 2335, 1939, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), senior state public servant (Qld Railways) ===''KAUFMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Samuel Donald Kaufman|Kaufman, Samuel Donald]] [https://www.familysearch.org/tree/person/details/LB6X-937] - 1904(NSW)-1988(NSW) - Licences: 2SK Sydney (Belmore, 1928-1939, 1946-1980+) - Qualifications: AOCP 448, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Belmore, 1933-1980) ===''KAUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Alexis Kauper|Kauper, Henry or Heinrich Alexis "Harry"]] [https://www.familysearch.org/tree/person/details/GZXZ-WYQ] - 1888(Vic)-1942(Vic) - Licences: S643 Adelaide (1921-1922); 5BG Adelaide (Dulwich, 1923-1926; Tusmore, 1927-1928) - Qualifications: cc; AOCP 97, 1925, No. ?? in SA - amateur operator; amateur broadcaster; broadcast engineer; inventor - Electoral Rolls: chauffer (Willaura, Vic, 1910); engineer (Richmond, Vic, 1931-1937) - [https://adb.anu.edu.au/biography/kauper-henry-alexis-harry-6898 ADB] ===''KAYESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Kayess|Kayess, Sydney]] [https://www.familysearch.org/tree/person/details/GCYG-NHD] - 1892(NSW)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified -RANRS (CPOE, 1917) - Electoral Rolls: fitter & turner (Cooktown, 1917); engineer (Hendra, Qld, 1919); engine driver (Charleville, Qld, 1921); mechanic (Mossman, 1925); motor mechanic (Watchem, Vic, 1928); auto engineer (Dulwich Hill, NSW, 1930); garage manager (New Lambton, NSW, 1930; Foveaux, NSW, 1933); engineer (Forest Lodge, NSW, 1935-1937); labourer (Darlinghurst, 1937; Glenmore, NSW, 1943); mechanical engineer trainee (Haberfield, NSW, 1949); engineer (Manly North, NSW, 1958) ===''KEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Patrick James Keane|Keane, John Patrick James]] [https://www.familysearch.org/tree/person/details/G8V5-P25] - 1903(NSW)-1964(NSW) - Licences: 2JN Cessnock (1930-1936; 2JN Sydney (Bexley, 1937-1939; McMahons Point, 1946-1961) - Qualifications: AOCP 698, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: storeman (Darling Harbour, 1930); clerk (Cessnock, 1931-1932; Newcastle, 1934; Bexley, 1935-1937; McMahons Point, 1943-1949; North Sydney, 1958-1963) ===''KEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Keast|Keast, Leslie John]] [https://www.familysearch.org/tree/person/details/K2QP-J6X] - 1886(SA)-1957(WA) - Journalist (Wireless Weekly; shortwave editor, Australasian Radio World, 1940-1951; Radio & Hobbies), professional monitor (OWI/VOA, WW2), silent era cinematographer - Electoral Rolls: licensed victuallar (Royal Hotel, Bowral, 1933-1934); ex-hotelkeeper (Coogee, 1935); clerk (Randwick North, 1936-1937); sales manager (Carlingford, 1943); organising secretary (Ermington, 1949-1958) ===''KEDDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Robert Keddie|Keddie, Phillip Robert]] [https://www.familysearch.org/tree/person/details/G67S-1T7] - 1921(SA)-2003(SA) - Licences: 5KZ Adelaide (Woodville Park, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1882, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: AMF (Woodville Park, SA, 1943) ===''KELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Edward Kells|Kells, Alfred Charles Edward]] [https://www.familysearch.org/tree/person/details/LTMT-7D3] - 1900(Vic)-1955(Vic) - Licences: Receive Melbourne (Moonee Ponds, 1923); 2430 Melbourne (Moonee Ponds, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: postal electrician (Moonee Ponds, 1921-1925); mechanic (Essendon, 1928-1954) ===''KELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Wainwright Kelly|Kelly, Alexander Wainwright]] [https://www.familysearch.org/tree/person/details/GZP6-G6V] - 1908(SA)-1954(SA) - Licences: Receive (Crystal) Largs Bay (1923); Receive Largs Bay (1923); 5AW Lyndoch (1927-1939); 5XO Loxton (1954) - Qualifications: cc; AOCP 358, 1927, No. ?? in SA - amateur operator; amateur Broadcaster - Electoral Rolls: winemaker (Berri, 1939-1943) * [[/Ross Donaldson Kelly|Kelly, Ross Donaldson]] [https://www.familysearch.org/tree/person/details/G7BG-2PR] - 1906(SA)-1959(SA) - Licences: 5LW Adelaide (Unley, 1937-1939; Hazelwood Park, 1948-1956) - Qualifications: cc; AOCP 2032, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: assurance agent (Dulwich, 1941-1943) ===''KELSO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham Kelso|Kelso, Graham]] [https://www.familysearch.org/tree/person/details/GXXH-9DH] - 19??(???)-19??(???) - Licences: 4EL Receive Brisbane (Nundah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: PMG technician (Petrie Terrace, Qld, 1958); technician (Brisbane, Qld, 1968; St Lucia, Qld, 1972-1980) ===''KEMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Kemble|Kemble, Frederick John]] [https://www.familysearch.org/tree/person/details/GZZ2-8WY] - 1915(SA)-1939(WA) - Licences: 6FJ Katanning (1936-1939) - Qualifications: cc; AOCP 1673, 1936, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: blacksmith's striker (Katanning, WA, 1937) ===''KEMP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Kemp|Kemp, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GZ2F-PYS] - 1910(Qld)-1997(Qld) - Licences: 4YA Yangan - Qualifications: cc; AOCP 1466, 1935, Qld; BOCP 110, 1937; 2COCP 123, 1937; 1COCP 163, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Swanfels, Qld, 1936-1937); radio technician (Kedron, Qld, 1943-1949; Wavell Heights, Qld, 1954-1980) * [[/Joseph Edward Kemp|Kemp, Joseph Edward]] [https://www.familysearch.org/tree/person/details/G691-NWV] - 1918(Tas)-1991(WA) - Licences: 7RZ Devonport (1937-1939); 7RZ Launceston (1946-1948) - Qualifications: cc; AOCP 1847, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio telegraphist (Como, 1949); radio officer (Esperance, 1954-1958; Yokine, WA, 1963-1980) ===''KEMPSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Kempster|Kempster, Frederick]] [https://www.familysearch.org/tree/person/details/LVPC-NHM] - 1900(SA)-1957(SA) - Licences: 5KM Darwin (1929-1931); 8KM Darwin (1937-1939) - Qualifications: cc; AOCP 543, 1929, No. ?? in NT - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Fullarton, 1934); supervisor (Fullarton, 1939-1943) ===''KENNA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Francis Kenna|Kenna, Vernon Francis "Vern" / "Marconi"]] [https://www.familysearch.org/tree/person/details/GS1D-4ZV] - 1908(Qld)-1987(NSW) - Licences: 4DE Receive Brisbane (Hamilton, 1923-1924); 4FK Brisbane (Hamilton, 1926-1939); 2JR Sydney (Middle Cove, 1980+) - Qualifications: cc; AOCP 301, 1926, No. 29 in Qld - amateur operator; amateur broadcaster; broadcast engineer (PMGD); radiocommunications engineer; senior public servant (PMG, ABC2); WW2 - Electoral Rolls: postal electrician (Hamilton, Qld, 1936-1954); engineer (Balwyn, Vic, 1963; Killara, 1963; Middle Cove, 1968-1972; Willoughby, 1977-1980) ===''KENNEDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Kennedy|Kennedy, Peter]] [https://www.familysearch.org/tree/person/details/GDKD-8Q7] - 1874(Vic)-1945(SA) - Licences: XYD Perth (City, 1913-1914); 6AM Perth (Mt Lawley, 1923-1927); 5AM Adelaide (City, 1928; Unley, 1931; New Parkside, 1933-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; senior federal public servant (PMG, concluding as Deputy Postmaster-General SA); WW1 - Awards: Imperial Service Order - Electoral Rolls: telegraphist (Leederville, 1903; Mt Lawley, 1910-1921); State Engineer (Maylands, 1925-1926); civil servant (New Parkside, 1939-1943) * [[/M. Kennedy|Kennedy, M.]] - 19??(???)-19??(???) - Licences: 4EP Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter Donald Kennedy|Kennedy, Walter Donald]] [https://www.familysearch.org/tree/person/details/LBRG-1WB] - 1869(NSW)-1951(NSW) - Licences: 2WK Sydney (Rockdale, 1925-1926; Willoughby, 1927-1929); 2WK Helensburgh (1930-1933); 2WK Sydney (East Sydney, 1934); 2WK Wallerawang (1935); 2WK Sydney (Rockdale, 1936-1939, 1946-1950) - Qualifications: cc; AOCP 121, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: clergyman (Murrumburrah, 1913; Helensburgh, 1930-1932); clerk (Darlinghurst, 1934-1935); clerk in Holy Orders (Rockdale, 1936-1949) ===''KENNY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Francis Kenny|Kenny, Edmund Francis]] [https://www.familysearch.org/tree/person/details/G8MB-R3M] - 1903(NSW)-1980(NSW) - Licences: 2EK Sydney (Lewisham, 1927-1928; Croydon, 1929; Ryde, 1930-1931; Granville, 1933-1939, 1946-1948); 2EK Wentworthville (1950-1980) - Qualifications: AOCP 373, 1927, No. ?? in NSW -amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1930); clerk (West Ryde, 1930-1933); engineer (Granville, 1935-1949); radio engineer (Wentworthville, 1954-1968); engineer (Wentworthville, 1972-1977) ===''KEOGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Keogh|Keogh, William George]] [https://www.familysearch.org/tree/person/details/GDJ4-H7G] - 19??(???)-1960(NSW) - Licences: 2ZA Receive Sydney (Stanmore, 1923); 2ZA Sydney (Summer Hill, 1923; Stanmore, 1924-1925); licensed operator 2AG Grace Bros Broadway - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Randwick North, 1943-1958) ===''KERBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Thomas John Kerby|Kerby, Edwin Thomas John]] [https://www.familysearch.org/tree/person/details/GM72-SFL] - 1888(Vic)-1971(Vic) - Licences: 7EK Ringarooma (1932-1939); 3KK Melbourne (Auburn, 1946-1969) - Qualifications: cc; AOCP 940, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW1; WW2 (Major) - Awards: Military Star 1914-1915; British War Medal, Victory Medal; MBE - Electoral Rolls: manager (Ballarat, 1909); restaurant keeper (Brunswick, 1914); electrical engineer (Richmond, 1914-1917); grazier (Ballarat, 1919); farmer (Linton, 1922); grazier (Fawkner, 1924-1925); engineer (St Kilda, 1943; Auburn, 1949-1968) - Links: [[w:Edwin Kerby|Wikipedia]] ===''KERMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Kermond|Kermond, Leslie John "Les"]] [https://www.familysearch.org/tree/person/details/G8W7-Y88] - 1912(Vic)-2007(Vic) - Licences: 3DX Warrnambool (1928-1980+) - Qualifications: AOCP 417, 1928, No. ?? in Vic; AOLCP 182, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: biograph operator (Warrnambool, 1936-1937); engineer (Swan Hill, 1942); radio engineer (Warrnambool, 1949-1980) ===''KERNICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Edwin Kernick|Kernick, Percy Edwin]] [https://www.familysearch.org/tree/person/details/LX7S-JW1] - 1888(NSW)-1965(WA) - Licences: 6PK Perth (South Perth, 1927-1939, 1946-1947) - Qualifications: cc; AOCP 378, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Sandstone/Mt Magnet, 1910); telegraphist (Brown Hill/Kalgoorlie, 1917; South Perth, 1925-1963) ===''KERR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dixon Kerr|Kerr, Alfred Dixon]] [https://www.familysearch.org/tree/person/details/GZT8-ZKF] - 1910(Vic)-1977(Vic) - Licences: 3AL Ballarat (1926-1939, 1946-1960); 3JQ Melbourne (Hawthorn, 1975) - Qualifications: AOCP 284, 1926, No. ?? in Vic; AOLCP 18, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Ballarat, 1931-1968); retired (Hawthorn, 1977) * [[/Roy Kerr|Kerr, Roy]] [https://www.familysearch.org/tree/person/details/GXHP-SBX] - 1917(Qld)-1988(Qld) - Licences: 4DK Winton (1937-1939); 4DK Brisbane (Tingalpa, 1946-1951) - Qualifications: cc; AOCP 1941, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; federal public servant (PMGD, telegraphist) - Relationships: brother of Vernon Lester Kerr 4LK - Electoral Rolls: * [[/Vernon Lester Kerr|Kerr, Vernon Lester "Vern"]] [https://www.familysearch.org/tree/person/details/GXHP-MCW] - 1912(Qld)-1979(Qld) - Licences: 4LK Winton (1932-1933); 4LK Cloncurry (1937-1939, 1946-1948); 4LK Charters Towers (1954-1969); 4LK Charleville (1975) - Qualifications: cc; AOCP 800, 1931, No. ?? in Qld; COCP 1941, amateur operator; amateur broadcaster; radio club (WIAQ, Soc Wireless Pioneers USA); employment (RFDS, technical officer / controller / announcer) - Relationships: brother of Roy Kerr 4DK - Electoral Rolls: radio technician (Charters Towers, Qld, 1954-1977); technician (Charleville, Qld, 1977) ===''KHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kullandar Jallander Khan|Khan, Kullandar Jallander]] [https://www.familysearch.org/tree/person/details/GX89-VLY] - 1916(Qld)-1983(Qld) - Licences: 4QA Cairns (1937-1939, 1947); 4DC Cairns (1948-1960); 4DC Brisbane (New Farm, 1965-1980+) - Qualifications: cc; AOCP 1979, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 4QA may have been withdrawn by PMGD for 4QA Cairns - Electoral Rolls: picture theatre operater (Cairns, Qld, 1943); radio serviceman (Cairns, Qld, 1954-1958); tv technician (New Farm, Qld, 1968-1977); retired (New Farm, Qld, 1980) ===''KIDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian McIvor Kidman|Kidman, Ian McIvor]] [https://www.familysearch.org/tree/person/details/LD7Q-7N2] - 1915(SA)-1981(SA) - Licences: 5JK Naracoorte (1933-1937) - Qualifications: cc; AOCP 1163, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''KILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Harold Kilby|Kilby, Raymond Harold]] [https://www.familysearch.org/tree/person/details/G691-9VD] - 1918(Tas)-1999(Tas) - Licences: 7RK Launceston (1935-1939, 1946-1980+) - Qualifications: cc; AOCP 1461, 1935, No. ?? in Tas; BOCP 1568, 1957; 1COCP 1862, 1958; 2COCP T1, 1977 - amateur operator; amateur broadcaster - Electoral Rolls: upholsterer (Launceston, 1943-1972) ===''KILGARIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Kilgariff|Kilgariff, Joseph]] [https://www.familysearch.org/tree/person/details/GDS2-XBD] - 1886(NSW)-1971(SA) - Licences: 5JT Adelaide (Burnside, 1937-1939; Erindale, 1947-1948; North Glenelg, 1954-1969) - Qualifications: cc; AOCP 1884, 1937, SA; 2COCP 325, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carpenter (Boulder, WA, 1910-1912); builder (Alice Springs, NT, 1934; Burnside, SA, 1939); RAAF (Leabrook, SA, 1943) ===''KILSBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Wilbur Kilsby|Kilsby, Keith Wilbur]] [https://www.familysearch.org/tree/person/details/KCHP-4ZS] - 1912(SA)-1970(SA) - Licences: 5PR Moorak (1933); 5PR Birdwood (1938); 5PR Wiltyerong via Murray Bridge (1947); 5PR Mingary via Murray Bridge (1948); 5PR Murray Bridge (1954); 5PR Adelaide (Payneham, 1955-1969) - Qualifications: cc; 2COCP 419, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Birdwood, SA, 1939; Wiltyerong, SA, 1941-1943); ===''KING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Calvert King|King, Charles Calvert]] [https://www.familysearch.org/tree/person/details/GXQT-4R1] - 1885(Eng)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 105, 1915; 2COCP 155, 1930 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (New Town, Tas, 1914); warrant telegraphist (Wireless Station, Applecross, 1921-1925); music teacher (Randwick, NSW, 1930); musician (Clovelly, 1931; Rose Bay, 1932-1933); librarian (Woollahra, 1934); salesman (Bondi, NSW, 1935); Model Maker (Watson's Bay, 1936-1937) * [[/Fred Esmond King|King, Fred Esmond (Electoral Rolls) or Esmonde (BMD)]] [https://www.familysearch.org/tree/person/details/GXNY-81C] - 1896(Qld)-1986(Qld) - Licences: 4CQ Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: station hand (Bulliwallah, Qld, 1919-1963) * [[/Frederick Venn King|King, Frederick Venn]] [https://www.familysearch.org/tree/person/details/KJHN-MV3] - 1888(Qld)-1968(Qld) - Licences: Receive (Valve) Cunnamulla (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: station hand (Weelamurra Station, Qld, 1909); grazier (Weelamurra Station, Qld, 1913-1921); not stated (Warrambah Station, Cunnamulla, Qld, 1925); grazier (Barrington Station, Cunnamulla, Qld, 1930-1954); retired (Camp Hill, Qld, 1958-1968) ===''KINGWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hercules Kingwell|Kingwell, William Hercules]] - broadcast planning engineer (PMGD, ABCB) ===''KINSELLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Thomas Kinsella|Kinsella, Hector Thomas]] [https://www.familysearch.org/tree/person/details/G8NC-XN9] - 1912(WA)-1993(WA) - Licences: 6HK Perth (Hollywood, 1930; East Perth, 1931) - Qualifications: cc; AOCP 641, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (South Perth, 1936-1937; Victoria Park, 1943); pharmacist (Perth, 1949; Narrogin, 1954-1958; Applecross, 1963; Ardross, 1968-1972; Booragoon, 1977-1980) * [[/Thomas Wade Kinsella|Kinsella, Thomas Wade]] [https://www.familysearch.org/tree/person/details/G8P2-TSG] - 1904(Vic)-2001(NSW)96yo - Licences: Receive (Crystal) Lubeck (1923); 3TK Lubeck (1924-1926); 3TK Rupanyup (1937-1939); 2FK Sydney (Rose Bay, 1946; Herne Bay, 1947; Sans Souci, 1948-1980+) - Qualifications: cc; AOCP 1992, 1937, No. ?? in Vic; BOCP 532, 1943 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrician (Lubeck, 1927-1936); RAN (Sans Souci, 1949-1980) - Relationships: brother of 3AKW William Jennings Kinsella * [[/William Jennings Kinsella|Kinsella, William Jennings]] [https://www.familysearch.org/tree/person/details/G8PG-S8S] - 1914(Vic)-2011(Vic) - Licences: 3AKW Lubeck (1947-1980+) - Qualifications: cc; BOCP 498, 1943; 2AOCP 55, 1946 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grazier (Magdala, Lubeck, 1936-1972; Lubeck, 1977-1980) - Relationships: brother of 3TK-2FK Thomas Wade Kinsella ===''KINZBRUNNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Charles Kinzbrunner|Kinzbrunner, Harry Charles]] [https://www.familysearch.org/tree/person/details/G8H4-SZM] - 1903(Eng)-1982(Qld) - Licences: 4HK Cloncurry (1929-1931); 4HK Mareeba (1933); 4HK Tully (1937-1939); 4HK Atherton (1946-1980+) - Qualifications: cc; AOCP 474, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), employment (Australian Inland Mission, QATB) - Electoral Rolls: radio mechanic (Malanda, 1937); electrical engineer (Ashgrove, 1943); radio mechanic (Atherton, 1943); refrigeration & electrical contractor (Atherton, 1949-1972); electrical contractor (Atherton, 1977-1980) ===''KIRBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ewan Russell Kirby|Kirby, Ewan Russell]] [https://www.familysearch.org/tree/person/details/G4R1-4J7] - 1885(Tas)-1947(Tas) - Licences: XZB Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; First set 1909 communicated with M. Harvey; employed Hydro-electric Dept - Electoral Rolls: electrician (Hobart South, 1914-1919); engineer (Hobart West, 1922-1936) ===''KIRKBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Kirkby|Kirkby, Brian]] - historian (early wireless experimenters, Edward Hope Kirkby, Archibald John Shaw), great grandson of Edward Hope Kirkby * [[/Charles Edward Kirkby|Kirkby, Charles Edward]] - 1886(Vic)-1954(NSW) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of George Gill Kirkby * [[/Edward Hope Kirkby|Kirkby, Edward Hope]] - 1853(At sea)-1915(NSW) - early wireless and X-ray experimenter, father of George Gill Kirkby and Charles Edward Kirkby * [[/George Gill Kirkby|Kirkby, George Gill]] - 1884(Vic)-1916(Vic) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of Charles Edward Kirkby ===''KIRKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Basil Everald Wharton Kirke|Kirke, Basil Everald Wharton]] [https://www.familysearch.org/tree/person/details/G6NX-FFQ] - 1893(NSW)-1958(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; chief studio announcer/Uncle "Bas" (2BL); manager, 6WF; manager 9PA (1946); manager (ABC, Victoria, 1936) - Electoral Rolls: manager (Subiaco, 1931; Perth, 1934-1936; Melbourne, 1937-1943; Perth, 1954) - Links: [https://adb.anu.edu.au/biography/kirke-basil-everald-wharton-10751 ADB] ===''KIRKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Booth Kirkland|Kirkland, John Booth]] - 1861(Vic)-1900(Vic) - early telephone experimenter, Melbourne, Geelong & Ballarat ===''KISSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Leslie Hawthorn Kissick|Kissick, Alfred Leslie Hawthorn]] [https://www.familysearch.org/tree/person/details/LK9D-7LL] - 1904(Vic)-1967(Vic) - Receive Melbourne (Brunswick, 1923-1924), 3KB Melbourne (Brunswick, 1925-1939, 1946-1965), amateur operator (AOCP 141, 1925, No. ?? in Vic), operator 3CR Coburg Radio Club (1925), amateur broadcaster, clerk (1934) ===''KITTO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Collingwood Kitto|Kitto, Thomas Collingwood]] [https://www.familysearch.org/tree/person/details/MCKM-W8G] - 1903(Tas)-19??(???) - Licences: 7?? Launceston (1928); 5JR Adelaide (Tusmore, 1931); 2JR Newcastle (1933); 2JS Newcastle (1933-1939) - Qualifications: cc; AOCP 425, 1928, No. ?? in Tas; AOLCP 43, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Launceston, 1928); radio engineer (Sandgate, NSW, 1935; Ulverstone, Tas, 1937); engineer (Hawthorn, Vic, 1942); radio engineer (Prahran, 1949); retired (Deception Bay, 1972) ===''KLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Robert Kling|Kling, John Robert]] [https://www.familysearch.org/tree/person/details/LRQZ-B4W] - 1905(Vic)-1969(Vic) - Licences: 3JB Melbourne (Balwyn, 1928; South Camberwell, 1931; Hawthorn East, 1933; Hampton, 1937-1939); 3AJQ Melbourne (Seaford, 1954-1955; Lower Ferntree Gully, 1956; Frankston, 1960-1965) - Qualifications: AOCP 403, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Camberwell, 1931-1933; Sandringham, 1936-1937); engineer (Sandringham, 1942; Bacchus Marsh, 1949); radio sound engineer (Seaford, 1954); electrician (Frankston, 1963-1968) ===''KNAPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carlo Patrick Knapton|Knapton, Carlo Patrick]] [https://www.familysearch.org/tree/person/details/9DQR-R5C] - 1879(Irl)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - wireless trader (WA); witness to Royal Commission 1927 (as vice-president, Wireless Traders Assoc, WA) - Electoral Rolls: engineer (Carlton, Vic, 1914); lighting engineer (South Perth, 1921-1954) ===''KNEIPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Kneipp|Kneipp, James Henry "Jim"]] [https://www.familysearch.org/tree/person/details/GQ5R-YBH] - 1875(NSW)-1958(Qld) - Licences: Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: saddler (Morningside, Qld, 1905); railway employee (Morningside, Qld, 1908-1917; Cannon Hill, Qld, 1919-1958) ===''KNIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Keith Knight|Knight, Rupert Keith]] [https://www.familysearch.org/tree/person/details/G8MJ-Z5W] - 1898(Qld)-1934(Qld) - Licences: 4RK Toowoomba (1926-1927) - Qualifications: cc; Nil identified - amateur operator; amateur broadcaster - Halcyon: not mentioned? - Electoral Rolls: clerk (Toowoomba, 1919); bank clerk (East Toowoomba, 1925-1926); not specified (East Toowoomba, 1928-1932) ===''KNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Brader Knock|Knock, Donald Brader "Don"]] [https://www.familysearch.org/tree/person/details/GWWR-L62] - 1898(Eng)-1966(NSW) - Licences: 1911 Manchester; G6XG London (1924-1926); 2NO Sydney (Cremorne, 1926-1927; Vaucluse, 1927; Kirribilli, 1928; Randwick, 1929); 6NK Wyndham (1930-1931); 2NU Portable Sydney 1935-1939; 5NO Portable Central Australia; 2NO Sydney (Waverley, 1946-1966) - Qualifications: cc; AOCP 335, 1927, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (2MO); radiocommunications engineer; journalist (Wireless Weekly, Radio in ANZ, Radio Monthly, Australian Radio News, Bulletin, Australasian Radio World); military (WW1 - Royal Naval Air Service, WW2 - AIF lieutenant-major) - Electoral Rolls: engineer (Waverley, 1930); radio journalist (Waverley, 1932-1933); radio engineer (Waverley, 1935-1963) ===''KNOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carlisle Maddison Knowles|Knowles, Henry Carlisle Maddison]] [https://www.familysearch.org/tree/person/details/L4Q8-642] - 1901(NSW)-1945(ACT) - Licences: 2LK Sydney (Arncliffe, 1930-1931) - Qualifications: AOCP 653, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: pharmacist (Woolahra, 1933; Kingston, ACT, 1935-1943) ===''KOSSECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edwin Frederick Kosseck|Kosseck, Edwin Frederick]] [https://www.familysearch.org/tree/person/details/G8VB-VTG] - 1909(Vic)-1989(Vic) - Licences: 3EK Geelong (Belmont, 1930-1933); 3AKE Geelong (Newport, 1947; Belmont, 1948-1980+) - Qualifications: AOCP 705, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: gardener (Belmont, 1931-1937); RAAF (Newport, 1943); gardener (Belmont, 1949-1980) ===''KRAEGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl W. J. Kraegen|Kraegen, Carl W. J. "Charles"]] - 1831?(Germany?)-1871(NT) - employment (Vic Posts & Telegraphs, SA Posts & Telegraphs), telegraph operator (Ballarat, Portland), developed an early system of explosive detonation by battery, tragically died of thirst during the construction of the Overland Telegraph ===''KRUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Augustine Kruger|Kruger, Francis Augustine]] [https://www.familysearch.org/tree/person/details/GDJZ-58H] - 1907(Vic)-1992(Vic) - Licences: 3HE Receive Charlton (1922-1923); 3HE Charlton (1924-1925); 3AI Charlton (1935-1939); 3AI Strathmore (1946-1980+) - Qualifications: cc; AOCP 1541, 1935, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: dental mechanic (Charlton, 1928-1937); cinema operator (Charlton, 1942); executive (Essendon, 1949-1968; Strathmore, 1977-1980) =='''L'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''LABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Howell Laby|Laby, Thomas Howell]] - 1880(Vic)-1946(Vic) - frequent lecturer on wireless topics to WIA Vic in the 1920s, education (BA Cambridge 1905, PhD Cambridge 1921), employment (University of Sydney, 1901-1904; Cavendish Laboratory, 1905; Professor Physics, Victoria University College, Wellington, 1909; Professor Natural Philosophy, University of Melbourne, 1915-1930+), Royal Society of Victoria (president, 1924) ===''LACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Lack|Lack, Francis James]] [https://www.familysearch.org/tree/person/details/LCQH-WJR] - 1876(NSW)-1949(Qld) - Licences: Receive (Valve) Brisbane (Sandgate, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Warwick, Qld, 1903; Tiaro, Qld, 1905-1906; Maryborough, Qld, 1908); fish agent (Maryborough, Qld, 1913); engineer (Sandgate, Qld, 1916); accountant (Sandgate, Qld, 1917-1949) ===''LAHEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Wesley Lahey|Lahey, John Wesley]] [https://www.familysearch.org/tree/person/details/LKRX-KPL] - 1850(Irl)-1937(Qld) - Licences: 4EG Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: sawmill proprietor (Clayfield, Qld, 1908-1909); sawmiller (Clayfield, Qld, 1913-1936) ===''LAIDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Laidler|Laidler, Thomas]] [https://www.familysearch.org/tree/person/details/L1KG-31L] - 1904(Eng)-1995(SA) - Licences: 5TL Ceduna (1937-1939, 1947); 5TL Largs Bay (1948); 5TL Renmark (1954-1960); 5TL Adelaide (Glandore, 1965-1980+) - Qualifications: cc; AOCP 1934, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: postmaster (Ceduna, SA, 1939-1943) ===''LAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Lake|Lake, Eric James]] [https://www.familysearch.org/tree/person/details/GDFZ-CKK]- 1906(Eng)-1966(Qld) - Licences: 4EL Brisbane (Kangaroo Point, 1932-1939; Camp Hill, 1946-1948); 4EL Clevedon (1954-1956); 4EL Townsville (Belgian Gardens, 1960-1965) - Qualifications: cc; AOLCP 54, 1931; AOCP 966, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, instructor); broadcast technician (4QN); federal public servant (PMGD) - Electoral Rolls: radio operator (Coorparoo, Qld, 1937); radio technician (Camp Hill, Qld, 1943-1949; Townsville, Qld, 1954-1963); ===''LAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Federal Laker|Laker, Frank John Federal]] [https://www.familysearch.org/tree/person/details/M1V2-P8Q] - 1899(NSW)-1953(NSW) - Licences: 2ZE Deniliquin (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: sales manager (St Kilda, Vic, 1925); clerk (Bondi, 1935-1937); accountant (North Rocks, 1954) ===''LALOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Fintan Lalor|Lalor, Peter Fintan]] - 1827(Irl)-1889(Vic) - Leader of the Eureka Stockade, Postamaster-General Victoria (Aug 1875-Oct 1875) ===''LAMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. D. Lamb|Lamb, A. D.]] - 19??(???)-19??(???) - Licences: 4DK Receive Brisbane (New Farm, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James Joseph Wiseman Lamb|Lamb, James Joseph Wiseman]] [https://www.familysearch.org/tree/person/details/GX7M-49X] - 1876(Vic)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 119, 1915; 1COCP 264, 1932 - RANRS (Warrant Telegraphist, 1917) - Relationships: father of Harry Spencer Lamb - Electoral Rolls: civil servant (Subiaco, WA, 1910); radio station master (Townsville, Qld, 1921); wireless (Malvern, Vic, 1927); superintendent (Toorak, Vic, 1928-1936; Elsternwick, Vic, 1937); retired (Elsternwick, Vic, 1942) * [[/Harry Spencer Lamb|Lamb, Harry Spencer]] [https://www.familysearch.org/tree/person/details/GX7M-SQY] - 1906(WA)-1984(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Relationships: son of James Joseph Wiseman Lamb - Electoral Rolls: ===''LAMBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Clayton Lambert|Lambert or Mason, Frank Clayton]] [https://www.familysearch.org/tree/person/details/G8C3-761] - 1908(WA)-1993(WA) - Licences: 6FL Perth (South Perth, 1929-1931); 6FL Geraldton (1933); 6FL Perth (Wembley, 1937-1939; Subiaco, 1947); 3AFL Bairnsdale (1948); 6FL Perth (Claremont, 1954-1956; Bassendean, 1965-1980+) - Qualifications: cc; AOCP 503, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: picture employee (South Perth, WA, 1931); projectionist (Albany, WA, 1934); sound projectionist (East Fremantle, WA, 1936); projectionist (Wembley Park, WA, 1937); radio technician (Subiaco, WA, 1943-1949); dealer (Claremont, WA, 1954); radio dealer (Bassendean, WA, 1958-1980) ===''LANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Herbert Dodson Lane|Lane, Cyril Herbert Dodson]] - 1888(NSW)-1915(Tur) - XDM Sydney (1909-1914), early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in NSW), born Cyril Herbert Dodson, brother-in-law of Charles Dansie Maclurcan "Greater love hath no man" ===''LANGFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Leslie Langfield|Langfield, Harold Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/GX84-3D6] - 1893(Wales)-1982(Qld) - Licences: 4CO Brisbane (Rosalie, 1935-1960) - Qualifications: cc; AOCP 1572, 1935, Qld - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: club steward (Rosalie, Qld, 1934-1977; Paddington, Qld, 1980); ===''LANGFORD-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fritz Langford-Smith|Langford-Smith, Fritz]] - 1904(NSW)-1966(NSW) - 2?? Sydney, amateur operator (AOCP ??, 19??, No. ?? in Qld), electronics designer (AWA), author (Radiotron Designers Handbook), journalist (Radiotronics) - Links: [http://messui.polygonal-moogle.com/valves/NW198908.pdf EA] ===''LANGHANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ron Langhans|Langhans, Ron]] - historian (broadcasting) ===''LANGRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George David Langridge|Langridge, George David]] - 1829(Eng)-1891(Vic) - Postmaster-General Victoria in early 1880s ===''LAPTHORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Charles Lapthorne|Lapthorne, Horace Charles]] [https://www.familysearch.org/tree/person/details/G8W8-STK] - 1900(Vic)-1975(NSW) - Licences: 2TM Receive Sydney (Artarmon, 1923-1924); 2HL Sydney (Chatswood, 1928-1938; Lane Cove, 1939; Artarmon, 1948-1969); 2HL Noraville (1975) - Qualifications: AOCP 422, 1928, No. ?? in NSW - amateur operator? - Electoral Rolls: electrician (Artarmon, 1930-1937; Chatswood, 1943-1968); retired (Noraville, 1972) ===''LARSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Peter Christian Larsen|Larsen, Herbert Peter Christian]] [https://www.familysearch.org/tree/person/details/G36L-GHQ] - 1901(Qld)-1976(Qld) - Licences: 4JW Charters Towers(1928-1937); 4JW Cairns (1938-1939, 1947-1956); 4JW Charters Towers (1960-1975) - Qualifications: cc; AOCP 439, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: brewery hand (Charters Towers, 1925-1936); engine driver (Cairns, 1943-1954; Charters Towers, 1958-1968) ===''LARSSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gustaf William Larsson|Larsson, Gustaf William]] [https://www.familysearch.org/tree/person/details/GDTD-55K] - 1902(Tas)-1992(Tas) - Licences: 7BJ Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; AOLCP 92, 1932; AOCP 3275, 1952 - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Hobart West, 1928-1936) ===''LATHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Couzens Lathwell|Lathwell, Arthur George Couzens]] [https://www.familysearch.org/tree/person/details/GZH3-G9L] - 1911(WA)-1996(WA) - Licences: 6AL Bunbury (1935-1939, 1947-1975) - Qualifications: cc; AOCP 1467, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician's assistant (Bunbury, WA, 1936-1937); electrician (Bunbury, WA, 1943-1980) ===''LAUNDER-CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Edgar Launder-Cridge|Launder-Cridge, Wilfred Edgar]] [https://www.familysearch.org/tree/person/details/GXT9-S5L] - 1899(Eng)-1960(Tas) - Licences: 5BZ Adelaide (Brooklyn Park, 1928) - Qualifications: cc; 2COCP 200, 1930; 1COCP 120, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Essendon North, Vic, 1937; Aerodrome, Cambridge, Tas, 1943); OIC, DCA (Forrest, WA, 1958) ===''LAURENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Laurence|Laurence, John Henry]] [https://www.familysearch.org/tree/person/details/GXL7-YKV] - 1916(SA)-19??(???) - Licences: 5MZ Adelaide (Malvern, 1933-1939); 3PF Melbourne (Sandringham, 1947-1948); 3PF Benalla (1954-1980+) - Qualifications: cc; AOCP 1164, 1933, SA; 1COCP 118, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Ceduna, 1941-1943); farmer (Wellington, Benalla, 1949-1963; Benalla, 1967-1980) ===''LAURIE-RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melbourne Clive Laurie-Rhodes|Laurie-Rhodes, Melbourne Clive]] [https://www.familysearch.org/tree/person/details/GX6M-6K1] - 1915(Qld)-1997(NZ) - Licences: 4XU Brisbane (Hendra, 1934-1937) - Qualifications: cc; AOCP 1353, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: manager (Hendra, Qld, 1936-1937) ===''LAVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Poynton Laver|Laver, Charles Poynton]] [https://www.familysearch.org/tree/person/details/9JBH-SNC] - 1882(Eng)-1969(SA) - Licences: 5CP Cape Borda (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Lightkeeper (Cape Borda, SA, 1939; Edithburgh, 1941-1951) ===''LAVINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Morgan Eric Lavington|Lavington, Frederick Morgan Eric]] [https://www.familysearch.org/tree/person/details/GDJM-ZC9] - 1903(Tas)-1974(Vic) - Licences: 2ZC Receive Sydney (Bondi, 1923); 2ZC Sydney (Waverley, 1923; Bondi, 1924-1925; Mosman, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Manly, 1930); engineer (Strathfield, 1932; Ashfield West, 1935-1936); electrical engineer (Ashfield West, 1937); engineer (Kensington, 1949; Kingsford, 1954-1972) ===''LAWRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevan Alic Lawrie|Lawrie, Kevan Alec or Alic]] [https://www.familysearch.org/tree/person/details/GXRS-5YP] - 1915(SA)-2000(SA) - Licences: 5AK Adelaide (Lockleys, 1936-1939; York, 1947-1948; Lockleys, 1954-1965; Brooklyn, 1969-1980+) - Qualifications: cc; AOCP 1602, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (Lockleys, SA, 1939-1941) ===''LAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. W. Law|Law, F. W.]] - 19??(???)-19??(???) - Licences: 6DA Perth (Armadale, 1923); 6CZ Perth (Armadale, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''LAWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Andrew Laws|Laws, David Andrew]] [https://www.familysearch.org/tree/person/details/GZLN-FW5] - 1909(Qld)-1943(PNG) - Licences: 4DR Brisbane (Taringa, 1931-1939) - Qualifications: AOCP 829, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 (Army, M Special Unit, Commando)- Sacrifice: "Greater love hath no man than this" - Electoral Rolls: clerk (Taringa, 1936-1943) - Links: [https://vwma.org.au/explore/people/635901] * [[/Sidney Frank Henry Laws|Laws, Sidney Frank Henry]] [https://www.familysearch.org/tree/person/details/G6ZT-GBH] - 1893(NZ)-1973(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 6, 1914, No. 6 in Aus and Vic - commercial operator; coastal station operator; manager 7ZL (1927); witness to Royal Commission 1927 (obo 7ZL) - Electoral Rolls: radio engineer operator (Wireless Station, Townsville, 1915); farmer (Launching Place, 1918); electrical engineer (Prahran, Vic, 1919); engineer (Armadale, Vic, 1919-1924); manager (Launceston, 1928); company manager (Double Bay, NSW, 1930-1931) ===''LAWTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Kyle Lawton|Lawton, Alexander Kyle]] [https://www.familysearch.org/tree/person/details/LR8F-FWT] - 1889(Qld)-1978(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, federal public servant (PMGD), radio clubs (QWI, member), business (movie theatres, Amico), WW2 - Electoral Rolls: electrician (Toowoomba, 1913; Wynnum South, 1915-1916); manager (Windsor, 1919); engineer (Nundah, 1925-1928); manager (Townsville, 1936-1937; Nundah, 1943-1949); manufacturer's agent (Virginia, 1954-1958); company director (Ashfield, 1963); sales manager (Ashfield, 1968-1977) ===''LEADBITTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Leadbitter|Leadbitter, James Henry]] [https://www.familysearch.org/tree/person/details/GDP1-3V1] - 1882(NSW)-1946(NSW) - Licences: 2AF Receive West Wyalong (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: cycle mechanic (Darlington, 1903); mechanic (West Wyalong, 1913); cycle mechanic (West Wyalong, 1930-1943) ===''LEANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Gregory Leaney|Leaney, William Gregory]] [https://www.familysearch.org/tree/person/details/LK9P-JF9] - 1895(SA)-1982(Vic) - Licences: 3XN Receive Melbourne (Northcote, 1923); 3XN Melbourne (Northcote, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engine driver (Northcote, 1919-1954); driver (Coburg, 1963-1977); nil (Preston, 1980) ===''LEBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/David Leber|Leber, David]] [https://www.familysearch.org/tree/person/details/G8HD-847] - 1905(Vic)-1950(Vic) - Licences: 3DL Melbourne (Richmond, 1929-1939; Hawthorn, 1947-1948) - Qualifications: AOCP 481, 1929, No. ?? in Vic; 3COCP 45, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Richmond, 1927-1942); salesman (Hawthorn, 1949) ===''LECKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Herbert Crockett Leckie|Leckie, Herbert Crockett]] [https://www.familysearch.org/tree/person/details/LJ1R-QQN] - 1927(Vic)-1994(Vic) - Licences: 3LH Melbourne (Elwood, 1948-1980+) - Qualifications: cc; 1COCP 1170, 1947 - amateur operator - Electoral Rolls: student (St Kilda, 1949-1968; Elwood, 1972-1980); * [[/Raymond Campbell Leckie|Leckie, Raymond Campbell]] [https://www.familysearch.org/tree/person/details/GZ2Q-ZZV] - 1904(Vic)-1987(ACT) - Licences: 3TU Receive Melbourne (Sandringham, 1923); 3TU Melbourne (Sandringham, 1924-1927) - Qualifications: cc; AOCP 215, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Sandringham, 1926); public servant (Braddon, 1935; Turner, 1943-1968); examiner of patents (Hughes, 1972); retired (Hughes, 1977-1980) ===''LEE-ARCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Leslie Lee-Archer|Lee-Archer, Evan Leslie]] [https://www.familysearch.org/tree/person/details/LB2K-F3W] - 1911(Vic)-1993(Vic) - Licences: 3LM Melbourne (Glen Iris, 1929-1931); 3LM Wonthaggi (1933); 3LM Melbourne (Caulfield North, 1937; Malvern East, 1938) - Qualifications: AOCP 534, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Gardiner, 1933); radio engineer (Korumburra, 1934); engineer (Caulfield West, 1935); mechanic (Malvern East, 1937) ===''LEGGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Legge|Legge, Arthur William]] [https://www.familysearch.org/tree/person/details/9MJS-QKM] - 1906(Tas)-1968(Tas) - Licences: Receive (Crystal) Ulverstone (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Ulverstone, 1928); no occupation (Hobart South, 1936); zinc worker (Hobart East, 1943); farmer (Cullenswood, 1949-1954) ===''LE GRAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Walter Le Grand|Le Grand, Sydney Walter]] [https://www.familysearch.org/tree/person/details/GQDD-D57] - 1902(Qld)-1979(NSW) - Licences: 4LG Brisbane (Windsor, 1927) - Qualifications: cc; CPRT 882, 1925; 2COCP 34, 1929; 1COCP 151, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Windsor, 1925-1926); operator (Woollahra, 1931-1937; Bellevue Hill, 1943-1949; Bondi Junction, 1954-1968); retired (Banora Point, 1972-1977) ===''LELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Lelliott|Lelliott, Thomas "Tom"]] [https://www.familysearch.org/tree/person/details/G8VX-4PX] - 1911(Vic)-2000(Vic) - Licences: 3ZW Melbourne (Mont Albert, 1930-1939); 3AZW Melbourne (Boronia, 1954-1980+) - Qualifications: AOCP 684, 1930, Vic; AOLCP 68, 1932 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio operator (Mont Albert, 1937); operator (Caulfield, 1942); public servant (Boronia, 1963-1980) ===''LEMMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Lemmon|Lemmon, Charles Edward]] [https://www.familysearch.org/tree/person/details/GDLL-Z21] - 1885(Eng)-1966(WA) - Licences: Nil yet identified - Qualifications: CPRT 95, 1915; 2COCP 120, 1930; 1COCP 71, 1930 - coastal wireless operator; WW2; RANRS - Electoral Rolls: wireless operator (Clayfield, Qld, 1915); officer-in-charge Wireless Station (Rockhampton, 1916-1921); radio telegraphist (Applecross, 1931-1936; Como, 1937); wireless operator (Broome, 1937); radio telegraphist (Geraldton, 1943-1949); retired (Rivervale, 1954-1963) ===''LEMPRIERE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Louis Lempriere|Lempriere, Charles Louis]] [https://www.familysearch.org/tree/person/details/L23Y-NPS] - 1857(Vic)-1934(Vic) - Licences: 3ZJ Melbourne (Vermont, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: surgeon (South Yarra, 1912-1919); medical practitioner (Vermont, 1924-1934) ===''LENDRUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Lendrum|Lendrum, Alexander "Alex"]] [https://www.familysearch.org/tree/person/details/G8NZ-Y5Y] - 1887(Qld)-1955(NSW) - Licences: 2YL Sydney (Kensington, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Toowoomba, 1913); yardman (Toowoomba, 1921); constable (Kensington, 1930-1937) ===''LENNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Lennon|Lennon, Christopher James "Chris"]] [https://www.familysearch.org/tree/person/details/KJL3-LZF] - 1889(Vic)-1932(Aus) - Licences: Nil yet identified - Qualifications: cc; 1COCP 4, 1929 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: operator (Broome, 1916-1917); radio telegraphist (Townsville, 1925); telegraphist (Thursday Island, 1931) ===''LEONARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Benedict Leonard|Leonard, Aubrey Benedict]] [https://www.familysearch.org/tree/person/details/GS9T-N4X] - 1896(NSW)-1968(Vic) - Licences: 3EN Receive Drouin (1922-1923); 3EN Drouin (1924-1926) - Qualifications: cc; AOCP 244, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal assistant (Drouin, 1922-1928); radio dealer (Drouin, 1931-1954); retired (Drouin, 1963-1967) * [[/John William Leonard|Leonard, John William "Bill"]] [https://www.familysearch.org/tree/person/details/G494-BY4] - 1906(Vic)-1974(Vic) - Licences: 3AB Melbourne (Black Rock, 1928-1939) - Qualifications: cc; AOCP 386, 1928, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Sandringham, 1931-1943); shopkeeper (Sandringham, 1949-1968) * [[/Leslie Clarence Leonard|Leonard, Leslie Clarence]] [https://www.familysearch.org/tree/person/details/GH15-16Q] - 1902(Vic)-1961(SA) - Licences: 5LT Adelaide (Payneham, 1946-1947; Medindie, 1948); 5LT Port Lincoln (1954-1960) - Qualifications: AOCP 2336, 1939, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: pilot (The Terrace/Port Pirie, 1939) * [[/Vincent Halpin Leonard|Leonard, Vincent Halpin]] [https://www.familysearch.org/tree/person/details/G8S4-TXD] - 1915(Vic)-1988(Vic) - Licences: 3PJ Melbourne (?, 1938-1939; Kew, 1946-1956); 3PJ St Andrews (1960); 3PJ Melbourne (Balwyn, 1965-1980+) - Qualifications: AOCP 2167, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1937; Kew, 1937-1954); public servant (St Andrews, 1958; Balwyn, 1963-1980) ===''LESLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julian Leslie|Leslie, Julian]] [https://www.familysearch.org/tree/person/details/GS98-211] - 1873(Vic)-1950(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 142, 1915; 1COCP 246, 1932 - RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: telegraphist (Leederville, WA, 1910-1912; Applecross, WA, 1913); O.I.C. (Radio Telegraph Station, Broome, WA, 1917); officer-in-charge (Radio Station, Thursday Island, 1925-1926); superintendent of wireless (Auburn, Vic, 1928); supervisor B.H. service (Randwick, NSW, 1930-1949) ===''LESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lester|Lester, Jack]] [https://www.familysearch.org/tree/person/details/L5FQ-NQL] - 1902(SA)-1990(SA) - Licences: 5LR Renmark (1930-1937); 5LR Berri (1938-1939); 5LR Adelaide (Millswood Estate, 1946-1947; Blackwood, 1954-1965); 5LR Victor Harbour (1969-1980) - Qualifications: cc; AOCP 674, 1930, No. ?? in SA; AOLCP 236, 1935; BOCP 369, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Berri, 1939-1943) ===''LETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Norman Lett|Lett, Frederick James Norman]] [https://www.familysearch.org/tree/person/details/GD2P-Y8D] - 1903(NSW)-1972(NSW) - Licences: 2WN Receive Sydney (Annandale, 1923); 2WN Sydney (Annandale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Annandale, 1930-1936); publican (Sydney, 1937); hotelkeeper (Clifton Gardens Hotel, Mosman, 1943); Darlinghurst, 1949; Dulwich Hill, 1958; Marrickville, 1963); retired (Church Point, 1968) ===''LEVENSPIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pinkus Levenspiel|Levenspiel, Pinkus or Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G8JB-QSL] - 1904(Eng)-1987(NSW) - Licences: 2TX Wyong (1930-1939, 1946-1980+) - Qualifications: AOCP 668, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (Wyong, 1936-1937); mechanic (Wyong, 1949-1963); motor dealer (Ourimbah, 1968-1980) ===''LEVERETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Leverett|Leverett, John Henry]] [https://www.familysearch.org/tree/person/details/LV79-R7Q] - 1894(Eng)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 25, 1914; 1COCP 88, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: wireless operator (Broome, 1916); telegraphist (Ascot, Qld, 1921); wireless operator (Rockhampton, 1936-1937); radio telegraphist (Rockhampton, 1943); wireless inspector (Burwood, NSW, 1954) ===''LEVERRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Hewitt Leverrier|Leverrier, Francis Hewitt "Frank"]] [https://www.familysearch.org/tree/person/details/GWBT-DP5] - 1863(NSW)-1940(NSW) - Licences: XEN Sydney (Waverley, 1911-1914, Licence No. 5) - Qualifications: cc; Nil yet identified - early wireless experimenter; radio clubs (WIA, president, 1910) - Electoral Rolls: barrister (Vaucluse, 1930-1934, Kings Counsel) - Relationships: father of 2BK-2ADE Frank Neville Leverrier * [[/Frank Neville Leverrier|Leverrier, Frank Neville "Boy"]] [https://www.familysearch.org/tree/person/details/M6RF-W2W] - 1904(NSW)-1980(NSW) - 2BK Receive Sydney (Waverley, 1922-1923); 2BK Sydney (Vaucluse, 1924-1930); 2ADE Castle Cove (1969-1975+) - Qualifications: cc; AOCP 169, 1925, No. ?? in NSW; CPRT 931, 1926) - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio work (Vaucluse, 1930); clerk (Vaucluse, 1933-1937); superintendent (Vaucluse, 1943-1949); public relations (Roseville, 1963-1968; Castle Cove, 1977) - Relationships: son of XEN Francis Hewitt Leverrier * [[/Henri Andre Leverrier|Leverrier, Henri Andre "Henry"]] [https://www.familysearch.org/tree/person/details/G68N-18J] - 1882(NCL)-1943(NSW) - Licences: XEN Sydney (Gordon, 1911); XHL Sydney (City, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; witness to Royal Commission 1927 (as manager, Australian General Electric, Sydney) - Relationships: nephew of XEN Francis Hewitt Leverrier; cousin of 2BK-2ADE Frank Neville Leverrier - Electoral Rolls: engineer (North Sydney, 1913); manager (Crows Nest, 1930-1937) ===''LEVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Levy|Levy, Richard "Dick"]] [https://www.familysearch.org/tree/person/details/G8N1-Z38] - 1909(SA)-1955(SA) - Licences: 5AJ Adelaide (Torrensville, 1930-1931) - Qualifications: cc; AOCP 654, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Torrensville, 1943) ===''LEWIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Garrett Lewis|Lewis, Henry Garrett "Harry"]] - 1895(Tas)-1978(Vic) - Licences: Hobart (no record of licence identified as yet) - Qualifications: cc; Nil yet identified - early wireless experimenter (reported experimenting from 1912); councillor WIA Tas in 1923; manager 3UZ 1924 - Electoral Rolls: * [[/William John Lewis|Lewis, William John]] [https://www.familysearch.org/tree/person/details/GXYJ-BZQ] - 1908(WA)-1976(NSW) - Licences: 2YB Sydney (Marrickville, 1931-1936; McMahons Point, 1937); 6YB Perth (Pearce, 1938-1939); 2YB Sydney (Haberfield, 1947-1950; Paddington, 1954-1969; Ryde, 1975) - Qualifications: cc; AOCP 863, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (RAAF) - Comment: Several contemporaneous WJLs - Electoral Rolls: Nil yet identified due to numbers ===''LIGHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lighton|Lighton, Robert]] [https://www.familysearch.org/tree/person/details/K2HJ-HD1] - 1869(Vic)-1940(Vic) - 3CM Receive Melbourne (East St Kilda, 1922-1924), 3RL Melbourne (East St Kilda, 1925-1931), amateur operator (AOCP 179, 1925, No. ?? in Vic), amateur broadcaster, storekeeper (Toongabbie, 1903; Benalla, 1916), independent means (East St Kilda, 1928; Armadale, 1937) ===''LINDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Linden|Linden, Edwin]] [https://www.familysearch.org/tree/person/details/GXXD-PRV] - 1904(Qld)-1970(NSW) - Licences: 4FT Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Murgon, Qld, 1925); mechanic (Wilston, Qld, 1928); storekeeper (Clayfield, Qld, 1936-1937); telephone mechanic (Mackay, Qld, 1943-1949); supervising technician (Bowen, Qld, 1954); PMG technician (Tweed Heads, NSW, 1958-1968) ===''LINDNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Lindner|Lindner, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GSVX-787] - 1904(NSW)-1981(Qld) - 4BX Receive Brisbane (Alderley) 1922 - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Wilston, 1928); motor mechanic (Maleny, 1934); mechanic (Windsor, 1936-1972); retired (Mt Samson, 1977) ===''LINDSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Gordon Lindsay|Lindsay, Donald Gordon]] [https://www.familysearch.org/tree/person/details/GZ6V-126] - 1909(Vic)-1964(WA) - 2DY Sydney (Gordon, 1925-1936; Ashfield, 1937; Concord, 1938; Kogarah, 1939), amateur operator (AOCP 83, 1925, No. ?? in NSW), amateur broadcaster, engineer * [[/Herbert Maxwell Lindsay|Lindsay, Herbert Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KP3L-S78] - 1913(Qld)-1989(Qld) - Licences: 4HD Nambour (1937-1939); 4HD Buderim (1946-1980+) - Qualifications: cc; AOCP 2027, 1937, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); employment (company secretary) - Electoral Rolls: bank officer (Nambour, Qld, 1936-1937; Taringa, Qld, 1943); fruitgrower (Buderim, Qld, 1954-1980) * [[/Patrick Charles Edward Lindsay|Lindsay, Patrick Charles Edward]] [https://www.familysearch.org/tree/person/details/GF7R-8YZ] - 1896(Eng)-19??(Eng?) - Licences: 6PL Perth (West Perth, 1927) - Qualifications: cc; CPRT 855, 1925; 2COCP 37, 1929 - amateur operator; amateur broadcaster - Electoral Rolls: wireless instructor (West Perth, WA, 1922; Balcatta, WA, 1925); radio engineer (South Brisbane, Qld, 1934) ===''LINKLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Charles Linklater|Linklater, Donald Charles]] [https://www.familysearch.org/tree/person/details/GXRC-Z44] - 1905(SA)-1967(NSW) - Licences: 5DL Pinnaroo (1935-1937) - Qualifications: cc; AOCP 1521, 1935, SA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: radio mechanic (Darling Harbour, NSW, 1949); technician (Bondi Junction, NSW, 1958) ===''LITCHFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ainslie Roland Litchfield|Litchfield, Ainslie Roland]] [https://www.familysearch.org/tree/person/details/9J3Z-FRP] - 1906(NSW)-1968(NSW) - 2RL Cooma (1925-1939), 2RL Sydney (Woollahra, 1947; Darling Point, 1948-1954; Rozelle, 1955-1958; Avalon Beach, 1960-1965), amateur operator (AOCP 200, 1925, No. ?? in NSW), amateur broadcaster, WW2, grazier (Cooma, 1930-1937), film producer (Avalon Beach, 1958-1968) ===''LITHGOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Lithgow|Lithgow, John Charles]] [https://www.familysearch.org/tree/person/details/G691-5TL] - 1916(Tas)-1990(Eng) - Licences: 7WJ Launceston (1936-1939) - Qualifications: cc; AOCP 1688, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Marine officer? 1950s-1960s, several sea trips ===''LITTLEJOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sydney Littlejohn|Littlejohn, Arthur Sydney]] [https://www.familysearch.org/tree/person/details/G8DW-VDD] - 1905(NSW)-1993(NSW) - Licences: 2AL Sydney (Leichhardt, 1930-1939); 4LF Gunalda (1947); 2OU Sydney (Leichhardt, 1948-1950) - Qualifications: AOCP 579, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Leichhardt, 1930-1958; Haberfield, 1963-1980) ===''LLOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Howard Lloyd|Lloyd, Henry Howard]] [https://www.familysearch.org/tree/person/details/GST7-9LV] - 1904(SA)-1974(SA) - Licences: 5AI Adelaide (College Town, 1923-1927); 5AG Adelaide (College Town, 1923); 5HL Adelaide (North Adelaide, 1954-1975) - Qualifications: cc; AOCP 57, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Beware another Henry Howard Lloyd [https://www.familysearch.org/tree/person/details/GZDY-FS3] 1912-1981 in Adelaide, similar times - Electoral Rolls: Nil yet identified * [[/Hughie Frederick Lloyd|Lloyd, Hughie or Hugh Frederick]] [https://www.familysearch.org/tree/person/details/GXGY-Y95] - 1917(SA)-2002(SA) - Licences: 5BC Adelaide (Hindmarsh, 1933-1939); 5BC Berri (1947-1980) - Qualifications: cc; AOCP 1137, 1933, SA; BOCP 281, 1940 - amateur operator; amateur broadcaster - Relationships: Brother of 5HD William Edward Lloyd - Electoral Rolls: electrician (Hindmarsh, SA, 1939) * [[/William Edward Lloyd|Lloyd, William Edward "Bill"]] [https://www.familysearch.org/tree/person/details/GXGB-WR9] - 1914(SA)-1996(SA) - Licences: 5HD Adelaide (Hindmarsh, 1933-1939, 1947-1948; Cumberland, 1954-1980+) - Qualifications: cc; AOCP 1215, 1933, SA; 2COCP 763, 1943 - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5BC Hughie Frederick Lloyd - Electoral Rolls: nil (Hindmarsh, SA, 1939-1943) ===''LOCKHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Edward Lockhart|Lockhart, Leon Edward]] [https://www.familysearch.org/tree/person/details/G8CJ-6GG] - 1912(Vic)-1990(Vic) - Licences: 3LE Melbourne (Elwood, 1929-1939; Elsternwick, 1946-1980+) - Qualifications: AOCP 514, 1929, No. ?? in Vic; 1COCP 205, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elwood, 1934-1937); engineer (Elsternwick, 1942-1977) ===''LOESER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hedley Edmond Loeser|Loeser, Hedley Edmond]] [https://www.familysearch.org/tree/person/details/MPXL-RM6] - 1912(SA)-19??(???) - Licences: 5LO Adelaide (Goodwood, 1936-1939; Col LIght Gardens, 1947) - Qualifications: cc; AOCP 1748, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: display artist (Reade Park, SA, 1943) ===''LOMAX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Lomax|Lomax, Joseph]] - 19??(???)-19??(???) - Licences: 4EB Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: commercial traveller (St Kilda, Vic, 1913-1914; Ivanhoe, Vic, 1916-1917; Coorparoo, Qld, 1921-1925; Kew, Vic, 1926) ===''LONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Timothy Joseph Long|Long, Timothy Joseph]] [https://www.familysearch.org/tree/person/details/GQ19-Z9G] - 1884(Qld)-1923(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 140, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Comment: suicide after diagnosis terminal illness - Electoral Rolls: labourer (Toowoomba, 1908); radio telegraphist (Cooktown, 1916-1917); telegraphist (Townsville, 1921) ===''LONGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ruth Victoria Longley|Harris nee Longley, Ruth Victoria]] [https://www.familysearch.org/tree/person/details/GXYZ-5GJ] - 1913(WA)-19??(???) - Licences: 6YL Perth (Shenton Park, 1936-1939) - Qualifications: cc; AOCP 1808, 1936, WA - amateur operator; amateur broadcaster; YL operator; WW2 - Relationships: Wife of 6NL Valentine Harms Harris - Electoral Rolls: saleswoman (Subiaco, WA, 1936-1937); home duties (Applecross, WA, 1949-1954); manager (Applecross, WA, 1958) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''LONGSTAFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Allen Hector Longstaff|Longstaff, Thomas Allen Hector "Allen"]] [https://www.familysearch.org/tree/person/details/GWQM-WF3] - 1896(SA)-1953(NSW) - Licences: XVR Adelaide (Alberton, 1913) - Qualifications: cc; CPRT 55, 1915 - early wireless experimenter; coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2 - Electoral Rolls: executive (Brighton, Vic, 1949) ===''LORDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Allan Lorden|Lorden, Geoffrey Allan]] [https://www.familysearch.org/tree/person/details/GZJB-2P8] - 1907(WA)-1994(Vic) - Licences: 6GL Perth (Perth, 1925-1926; West Perth, 1927) - Qualifications: cc; AOCP 175, 1925, No. ?? in WA; 2COCP 342, 1940; 1COCP 441, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Jingalup, WA, 1931); survey assistant (Jingalup, WA, 1936-1937); radio operator (Hotel Beadon, Onslow, 1943; Kalgoorlie, 1949); civil servant (Mitcham, Vic, 1968-1977) ===''LOVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Kingsley Love|Love, Howard Kingsley]] [https://www.familysearch.org/tree/person/details/GZGQ-8S5] - 1895(Vic)-1948(Vic) - Licences: 3BM Receive Melbourne (East Malvern, 1922); 3BM Melbourne (East Malvern, 1922-1931; Glen Iris, 1933), 3KU Melbourne (Malvern, 1937-1939, 1946-1948) - Qualifications: cc; AOCP 230, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; broadcast engineer; radio clubs (WIA Vic); business proprietor (radio manufacturer) - Electoral Rolls: merchant (Orong, 1919; Malvern East, 1921-1924; Gardiner, 1927-1933); manager (Gardiner, 1936-1937); engineer (Mt. Waverley, 1942) - Comment: gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW199407.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199408.pdf EA2] * [[/James Peile Love|Love, James Peile "Nim"]] [https://www.familysearch.org/tree/person/details/L7JF-83Z] - 1906(Qld)-1999(Qld) - Licences: 4JL Brisbane (Kedron, 1928-1939) - Qualifications: cc; AOCP 469, 1928, No. ?? in Qld (Halcyon AOCP 1930); 3COCP 5259, 1965 - amateur operator; amateur broadcaster; military (WW2, AIF) - Electoral Rolls: auctioneer (Kedron, 1928-1943; Hawthorne, 1949-1980) ===''LOVETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Frank Lovett|Lovett, Hubert Frank]] [https://www.familysearch.org/tree/person/details/GHG1-DT2] - 1905(Tas)-1961(Tas) - Licences: 7HL Hobart (1926-1933+) - Qualifications: cc; AOCP 246, 1926, No. ?? in Tas - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Hobart North, 1928-1937); manager (Hobart South, 1949; Nelson, 1954) - Links: [https://info.scholarships.utas.edu.au/AwardDetails.aspx?AwardId=2813 UTAS Scholarship] * [[/Percy Lovett|Lovett, Percy]] [https://www.familysearch.org/tree/person/details/GDB5-M21] - 1906(NSW)-1986(NSW) - Licences: 2JP Receive Sydney (Artarmon, 1922) - Qualifications: cc; 3COCP 2210, 1956 - amateur operator; amateur broadcaster - Electoral Rolls: ===''LUBACH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Lubach|Lubach, Frederick John "Fred"]] [https://www.familysearch.org/tree/person/details/G9H7-VZD] - 1919(Qld)-1998(Qld) - Licences: 4RF Brisbane (South Brisbane, 1936-1939; Annerley, 1946-1947); Dalby (1948-1950); Brisbane (Coorparoo, 1954; Camp Hill, 1965-75; Loganlea, 1980) - Qualifications: cc; AOCP 1745, 1936, Qld; 2COCP 868, 1944 - amateur operator; amateur broadcaster; radio clubs (WIAQ, instructor, QSL manager); military (WW2, RAN, wireless officer); broadcast technician (4QS, Capalaba) - Electoral Rolls: technician (Dalby, Qld, 1949; Coorparoo, Qld, 1954; Camp Hill, Qld, 1958-1968); public servant (Camp Hill, Qld, 1972-1977); retired (Loganlea, Qld, 1980) ===''LUCAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gillen Frederick Lucas|Lucas, Gillen Frederick]] [https://www.familysearch.org/tree/person/details/GXLB-Y7P] - 1894(SA)-1964(SA) - Licences: 5LL Adelaide (Kilkenny, 1935-1939; Port Adelaide, 1947; Maylands, 1948; Trinity Gardens, 1954-1960) - Qualifications: cc; AOCP 1589, 1935, SA - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: bootmaker (Kilkenny, SA, 1939-1943) ===''LUCKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Forsythe Arthur Luckman|Luckman, Charles Forsythe Arthur]] [https://www.familysearch.org/tree/person/details/GMF8-LS2] - 1901(NSW)-1979(NSW) - Licences: 2JT Receive Sydney (Croydon, 1922); 2JT Sydney (Croydon, 1923-1926; Lakemba, 1927-1933; Croydon, 1934; Ashfield, 1935-1938; Croydon, 1939, 1946-1975) - Qualifications: cc; AOCP 41, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: lift engineer (Lakemba, 1930-1933); electrician (Croydon, 1935-1943); electrical mechanic (Croydon, 1954-1972) * [[/Thomas Stuart Luckman|Luckman, Thomas Stuart "Stuart"]] [https://www.familysearch.org/tree/person/details/G64P-8CD] - 1913(Qld)-2005(Qld) - Licences: 4SL Brisbane (Kalinga, 1931-1939) - Qualifications: cc; AOCP 783, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, CMF, Signals Northern Command); occupation (hardware executive) - Electoral Rolls: salesman (Kalinga, 1936-1937); storeman (Hendra, 1943-1958); retired (Aspley, 1972-1977; Carseldine, 1980) ===''LUHRS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Albert Luhrs|Luhrs, Victor Albert]] [https://www.familysearch.org/tree/person/details/KZYN-VJJ] - 1888(Vic)-1964(SA) - Licences: V761 Receive Woori Yallock (1922); 3HB Receive Woori Yallock (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Torquon West, Nhill, 1909; Netherby, 1912-1914; Cavendish, 1916-1919; Woori Yallock, 1922-1924; Kalyan, SA, 1939); grazier (Tintinara, SA, 1941-1943) ===''LUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Douglas Lum|Lum, Allan Douglas]] [https://www.familysearch.org/tree/person/details/G92F-LX7] - 1913(SA)-1978(SA) - Licences: 5AL Adelaide (Joslin, 1932-1939; Hyde Park, 1947) - Qualifications: cc; AOCP 980, 1932, No. ?? in SA; 1COCP 427, 1940; TVOCP 263, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Gawler, SA, 1939-1941); mechanic (Hyde Park, SA, 1943) ===''LUMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd John Lumb|Lumb, Lloyd John "Jack"]] [https://www.familysearch.org/tree/person/details/G84C-LF2] - 1907(Qld)-1975(Qld) - Licences: 4LL Brisbane (Ashgrove, 1928-1939) - Qualifications: cc; AOCP 471, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; engineer (PMGD) - Electoral Rolls: telephone mechanic (Ashgrove, 1936-1937); postal electrician (Stanthorpe, 1943); technician (Ashgrove, 1949); engineer (Ashgrove, 1958-1972) ===''LUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Vincent Lunn|Lunn, Harold Vincent]] [https://www.familysearch.org/tree/person/details/GXGY-4X5] - 1908(NSW)-1987(NSW) - Licences: 5HL Adelaide (Morphettville, 1935-1939); 2ANE Sydney (North Ryde) - Qualifications: cc; AOCP 1449, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical fitter (Morphettville, SA, 1939-1943; Hurstville South, NSW, 1972); retired (North Ryde, NSW, 1977-1980) ===''LUXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilfred Luxon|Luxon, George Wilfred]] [https://www.familysearch.org/tree/person/details/M5YJ-XTL] - 1908(NSW)-1992(SA) - Licences: 5RX Adelaide (West Mitcham, 1928-1939, 1946-1965; Torrens Park, 1969-1980+) - Qualifications: cc; AOCP 450, 1928, No. ?? in SA - amateur operator; amateur broadcaster late 1920s; WW2; WIA SA (several official duties) - Electoral Rolls: radio mechanic (Mitcham, 1939-1943) ===''LYNCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harold John Lynch|Lynch, Harold John]] [https://www.familysearch.org/tree/person/details/LDTD-VXL] - 1905(Qld)-1995(Qld) - Licences: 4HL Brisbane (Fortitude Valley, 1934-1939, 1946-1956; Slacks Creek, 1960-1975); 4HL Springbrook (1980+) - Qualifications: cc; AOCP 1268, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); business proprietor (restaurants, picture theatres) - Electoral Rolls: cutter (Albion, Qld, 1928); shopkeeper (Valley, Qld, 1936-1943); cafe proprietor (Valley, Qld, 1949); shopkeeper (St Lucia, Qld, 1954; Slacks Creek, Qld, 1958-1968); owner (Slacks Creek, Qld, 1972-1977); retired (Springbrook, Qld, 1980) ===''LYONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Thomas Lyons|Lyons, Joseph Aloysius Thomas]] [https://www.familysearch.org/tree/person/details/LZGY-XKB] - 1879(Tas)-1939(NSW) - teacher, state politician, Premier of Tasmania, federal politician, Postmaster-General, Prime Minister of Australia, actively promoted development of broadcasting in Australia over two decades - Electoral Rolls: =='''M'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''MABBITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Matthew Mabbitt|Mabbitt, John Matthew]] [https://www.familysearch.org/tree/person/details/G8DV-FD5] - 1905(Vic)-1966(Vic) - Licences: 3KI Lake Boga (1930-1939); 3JG Lake Boga (1947-1948); 3JG Swan Hill (1954-1960); 3JG Melbourne (Templestowe, 1965) - Qualifications: AOCP 588, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: orchardist (Lake Boga, 1928-1949); supervisor (Swan Hill, 1954); public servant (Templestowe, 1963) ===''MACDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Donald Macdonald|Macdonald, Donald "Don"]] [https://www.familysearch.org/tree/person/details/GXQ7-WT8] - 1883(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; BOCP 45, 1936 - senior federal public servant (Chief Engineer, Radiotelegraph Branch, PMGD, 1914); Lieutenant-Commander Telegraphist (RAN, in charge captured German Pacific Wireless); chief engineer 7EX; supervised erection 3AR, 5CL, 7ZL; early TV research - Comment: Don't confuse with Don Macdonald AWA consultant - Electoral Rolls: Numerous contemporaneous DMcDs - Links: [http://messui.polygonal-moogle.com/valves/NW199505.pdf EA] * [[/Llewellyn Macdonald|Macdonald, Llewellyn "Lew"]] [https://www.familysearch.org/tree/person/details/G8HH-73F] - 1908(Eng)-1974(NSW) - Licences: 2WU Newcastle (West Maitland, 1929-1934; Wickham, 1935-1936; Waratah, 1937; Mayfield, 1938-1939, 1946-1961; Charlestown, 1965-1969) - Qualifications: AOCP 478, 1929, No. ?? in NSW; 2COCP 69, 1936; BOCP 50, 1936; 1COCP 125, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: cabinetmaker (West Maitland, 1930; Wickham, 1936); joiner (Waratah, 1937; Charlestown, 1972) ===''MACFARLANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred - see Harriss, Dorothy Winnifred ===''MACGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. MacGregor|MacGregor, H.]] - 19??(???)-19??(???) - 4ZU Brisbane (Windsor, -1947+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''MACKAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Stewart Mackay|Mackay, Cedric Stewart or Stuart]] [https://www.familysearch.org/tree/person/details/973G-3Q2] - 1889(Vic)-1955(NSW) - Licences: XADF Coffs Harbour (1913-1914); 2GP Urunga (1922-1931); 2GO Coffs Harbour (1935-1939) - Qualifications: cc; AOCP 149, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Urunga, 1930); agent (Coffs Harbour, 1943-1949) * [[/Ian Keith Mackay|Mackay, Ian Keith]] [https://www.familysearch.org/tree/person/details/G8JG-NHF] - 1907(NZ)-1985(NZ) - author, historian (broadcast, "Broadcasting in New Zealand" (1953), "Broadcasting in Australia" (1957), "Broadcasting in Nigeria" (1964), "Broadcasting in Papua New Guinea" (1976) - Electoral Rolls: broadcasting executive (Lane Cove, 1954); executive (Killara, 1958) * [[/Ronald Reay Mackay|Mackay, Ronald Reay]] [https://www.familysearch.org/tree/person/details/G8N2-Y6T] - 1905(Vic)-1963(Vic) - Licences: 3FZ Receive Melbourne (Carlton, 1922); 3MU Melbourne (Carlton, 1931-1939, 1946-1960) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, principal (RMIT) - Electoral Rolls: teacher (Carlton, 1931-1963) - [https://adb.anu.edu.au/biography/mackay-ronald-reay-10980 ADB] ===''MACKEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Francis Mackel|Mackel, John Francis]] [https://www.familysearch.org/tree/person/details/G8DJ-FP5] - 1912(NSW)-1987(NSW) - Licences: 2HG Sydney (Chatswood, 1930-1939, 1946-1947; Lane Cove, 1948-1965; Hunters Hill, 1969-1980) - Qualifications: AOCP 585, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Chatswood, 1935-1943); insurance inspector (Lane Cove, 1949-1954); insurance manager (Lane Cove, 1958-1963); manager (Hunters Hill, 1968-1980) ===''MACKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Harper Mackenzie|Mackenzie, Alexander Harper "Mac"]] [https://www.familysearch.org/tree/person/details/G7J3-MVZ] - 1892(Sct)-1970(Qld) - Licences: 4GK Brisbane (Wynnum, 1930-1939; Bulimba, 1946-1969) - Qualifications: cc; AOCP 628, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Fire Service) - Electoral Rolls: fireman (Brisbane City, 1916; Hamilton, 1919; Brisbane City, 1925); fire brigade officer (Wynnum, 1928-1936); newsagent (Bulimba, 1949); retired (Bulimba, 1954-1968) - Relationships: father of 4YL Florence Madeline Mackenzie and 4HJ Arthur Alexander Mackenzie * [[/Arthur Alexander Mackenzie|Mackenzie, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7J3-796] - 1918(Qld)-2001(Qld) - Licences: 4HJ Jericho (1937); 4HJ Brisbane (Wynnum, 1938-1939) - Qualifications: cc; AOCP 1346, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Townsville, 1949); newsagent (Grange, 1954-1963); public servant (Townsville, 1972; Cleveland, 1972; Thornlands, 1977, Cleveland, 1980) - Relationships: son of 4GK Alexander Harper Mackenzie; brother of 4YL Florence Madeline Streamer nee Mackenzie * [[/Florence Madeline Mackenzie|Streamer nee Mackenzie, Florence Madeline "Madeline"]] [https://www.familysearch.org/tree/person/details/G8FN-B8C] - 1922(Qld)-19??(Qld) - Licences: 4YL Brisbane (1936-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; third YL operator in Qld - Electoral Rolls: home duties (Mitchelton, 1949; New Farm, 1954) - Relationships: daughter of 4GK Alexander Harper Mackenzie; sister of 4HJ Arthur Alexander Mackenzie - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Harold Stuart Mackenzie|Mackenzie, Harold Stuart]] [https://www.familysearch.org/tree/person/details/L21R-VGN] - 1908(Qld)-1995(Qld) - Licences: 4AM Brisbane (Annerley, 1929-1933) - Qualifications: cc; AOCP 518, 1929, No. ?? in Qld; 2COCP 90, 1937; 1COCP 239, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Annerley, 1934-1937); company manager (Strathfield, NSW, 1943-1954); radio operator (Blackheath, 1958); unemployed (Burleigh Heads, 1963-1968); technician (Burleigh Heads, 1972-1980) ===''MACKINNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Eric Wilton MacKinnon|MacKinnon, Colin Eric Wilton]] [https://www.familysearch.org/tree/person/details/LK45-QRQ] - 1941(NSW)-2004(NSW) - Licences: 2KCM Sydney 1980s; 2DYM Sydney (1980-2004)- Qualifications: NAOCP N1793, 1981; AOLCP N1281, 1981; AOCP N1032, 1981, NSW - amateur operator; amateur broadcaster; historian (amateur radio; military radio; radar) - Electoral Rolls: engineer (Cronulla, 1968; Hurstville, 1977); retired (Glenhaven, 1980) - [https://www.qsl.net/vk2dym/radio/Colin_MacKinnon.htm Obit] ===''MACLARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Foster St Clair Maclardy|Maclardy, William John Foster St Clair "Will"]] - 1892(NSW)-1971(NSW) - 2HP Sydney (Neutral Bay & Cremorne,1922-1925), amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, broadcast engineer (2BL), journalist (Smith's Weekly, Wireless Weekly), correct surname is St Clair Maclardy but rarely used, son of William McIntyre St Clair Maclardy, one time Wireless Weekly proprietor ===''MACLAREN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Catto Maclaren|Maclaren, Donald Catto]] [https://www.familysearch.org/tree/person/details/G8N1-2R2] - 1909(NSW)-1964(NSW) - Licences: 2DM Sydney (Haberfield, 1930-1939); 2NN Narrabri (1947-1950) - Qualifications: AOCP 655, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Haberfield, 1933-1936; Taree, 1937; Narrabri, 1949) ===''MACLURCAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Dansie Maclurcan|Maclurcan, Charles Dansie]] [https://www.familysearch.org/tree/person/details/GWR7-LJ3] - 1889(Qld)-1957(NSW) - Licences: XDM Sydney (1909-1914); 2CM Sydney (Strathfield, 1921-1939; Neutral Bay, 1946-1957); 2CY Sydney (Strathfield, 1923, briefly by administrative error); first licence issued under new 1922 radio regulations - Qualifications: cc; AOCP 98, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; business proprietor (Maclurcan and Lane, 1909-19??, Maclurcan Engineering, Hotel Wentworth) - Electoral Rolls: electrical engineer (Darling Harbour, 1913); engineer (Strathfield, 1930-1934); hotel manager (Neutral Bay, 1949-1954) - Links: [https://adb.anu.edu.au/biography/maclurcan-hannah-13070 ADB] [[w:2CM|Wikipedia]] [https://radioinfo.com.au/news/who-was-radio-pioneer-charles-maclurcan/ radioinfo] ===''MACM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Chestnut McMillan|McMillan, Joseph Chestnut]] [https://www.familysearch.org/tree/person/details/GDRK-8TG] - 1901(Sct)-1968(Vic) - Licences: 7BP Receive Hobart (City, 1923); 7BP Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart East, 1928) ===''MACPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Duncan Macpherson|Macpherson, Alexander Duncan "Sandy"]] [https://www.familysearch.org/tree/person/details/29CF-Z3F] - 1899(Qld)-1974(Qld) - Licences: 4MC Brisbane (Nundah, 1934-1939, 1946-1948; Oakleigh, 1954; Chermside, 1955-1969) - Qualifications: cc; AOCP 1271, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Toombul RC); Qld Lands (draughtsman) - Comment: Slow update for death in Electoral Rolls? - Electoral Rolls: draftsman (Nundah, Qld, 1921-1949; Oakleigh, Qld, 1954; Chermside, Qld, 1958-1968); retired (Chermside, Qld, 1972-1980) ===''MADDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney John Madden|Madden, Sydney John]] [https://www.familysearch.org/tree/person/details/GX16-WGL] - 1900(Sct)-1955(WA) - Licences: 6MN Perth (City, 1930; North Perth, 1931; Maylands, 1933-1937; Wembley, 1938-1939) - Qualifications: cc; 2COCP 264, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Maylands, WA, 1931-1937; Wembley Park, WA, 1937-1943); supervisor (Wembley, WA, 1954) ===''MADDICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Maddick|Maddick, Herbert William]] [https://www.familysearch.org/tree/person/details/GHLB-J2P] - 1890(Vic)-1960(Vic) - Licences: XLX Melbourne (Elsternwick, 1913-1914); 3EF Receive Melbourne (Elwood, 1922-1923); 3EF Melbourne (Elwood, 1924-1933+) - Qualifications: cc; AOCP 161, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; perpetrator of the foul mouthed parrot incident - Electoral Rolls: motor mechanic (Elsternwick, 1917); mechanic (Elsternwick, 1919-1954) ===''MAGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin William Michael Magee|Magee, Kevin William Michael]] [https://www.familysearch.org/tree/person/details/GXRX-51Z] - 1913(Vic)-1979(Vanuatu) - Licences: 5KM Adelaide (City, 1931-1933); 2UN Sydney (Paddington, 1936); 3UN Melbourne (Hawthorn, 1937); 3KM Melbourne (Kew, 1947-1960; North Balwyn, 1965-1969) - Qualifications: cc; AOCP 874, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: staff cadet (Victoria Barracks, NSW, 1936); military officer (Hawthorn, Vic, 1937; Kew, Vic, 1943); engineer (Kew, Vic, 1949-1954); company director (Kew, Vic, 1963); director (Balwyn, Vic, 1967-1972) ===''MAGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lindsay Maguire|Maguire, Arthur Lindsay]] [https://www.familysearch.org/tree/person/details/G8SN-BKC] - 1921(Vic)-1998(Vic) - Licences: 3IO Stratford (1938-1939; 1947-1960) - Qualifications: AOCP 2216, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Stratford, 1949-1977); grazier (Munro, 1980) * [[/Ernest Norbert Maguire|Maguire, Ernest Norbert]] [https://www.familysearch.org/tree/person/details/LR4X-F61] - 1892(NSW)-1967(NSW) - Licences: 2KL Sydney (Lewisham, 1928-1930; Dulwich Hill, 1931-1939) - Qualifications: AOCP 387, 1928, No. ?? in NSW; 2COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: police constable (Lewisham, 1930-1932); sergeant of police (Putney, 1943; Gladesville, 1949-1958); retired (Lake Illawarra South, 1963) * [[/Sydney William Maguire|Maguire, Sydney William]] [https://www.familysearch.org/tree/person/details/KNDF-L85] - 1903(WA)-1958(NSW) - Licences: 2XY Sydney (Rose Bay, 1930-1934; Paddington, 1935-1936; North Bondi, 1937-1939) - Qualifications: CPRTelephony 933, 1926; AOLCP 74, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Rose Bay, 1930-1934; Glenmore, 1935); engineer (Bondi, 1936-1937); radio engineer (Maroubra North, 1943); inspector (Maroubra North, 1949; Kingsford, 1954-1958) ===''MAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Hugh Mahon|Mahon, Hugh]] - 1857(Ire)-1931(Vic) - senior federal politician (MHR 1900s & 1910s; Postmaster-General 1904) ===''MALCOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Graham Malcolm|Malcolm, Keith Graham]] [https://www.familysearch.org/tree/person/details/GD8F-K5W] - 1949(Eng)-2011(NSW) - Licences: 3ZYK Melbourne (North Clayton, 1969; Mulgrave, 1975; Berwick, 1980); 1???; 2??? - Qualifications: AOLCP 2407, 1967 - broadcast planning engineer (PMGD, ABCB, P&TD, DoC); Communications Laboratory DoC (Director) - Electoral Rolls: engineer (Clayton, Vic, 1972; Mulgrave, 1977; Berwick, 1980) ===''MALONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Joseph Malone|Malone, James Joseph "Jim"]] [https://www.familysearch.org/tree/person/details/GWL8-8DP] - 1883(NSW)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 240, 1916 - employment (NSW P&T, Telegraph Messenger; PMGD, Cadet Engineer, Controller Wireless; OTC, Manager); WW1 - Electoral Rolls: engineer (Clayfield, Qld, 1917-1925; Kew, Vic, 1926-1928); chief inspector wireless (Kew, Vic, 1931-1937); Deputy Director, Posts and Telegraphs (Indooroopilly, 1943); public servant (Lindfield, NSW, 1949-1963) - Links: [[w:James Joseph Malone|Wikipedia]]; [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_05_30#P.109_-_Commonwealth_Controller_of_Wireless|Bio]] ===''MALPAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth John Malpas|Malpas, Kenneth John "Ken"]] [https://www.familysearch.org/tree/person/details/MGC2-BNN] - 1909(SA)-1929(SA) - Licences: 5XG Kadina (1927-1928) - Qualifications: cc; AOCP 313, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Passed too soon - Electoral Rolls: Nil ===''MANGNALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hartley Mangnall|Mangnall, Robert Hartley Jnr]] [https://www.familysearch.org/tree/person/details/G8MD-3L2] - 1903(Vic)-1963(Vic) - Licences: 3?? Melbourne (Carlton, 1927); 3HB Melbourne (Highett, 1947-1960) - Qualifications: AOCP 350, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (Carlton, 1936); engineer (Sandringham, 1942-1963) ===''MANIFOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Charles Manifold|Manifold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/LXMR-BFZ] - 1908(Vic)-1993(Vic) - Licences: 3EM Melbourne (Malvern, 1930-1933; McKinnon, 1937-1939, 1946-1980+) - Qualifications: AOCP 647, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: plumber (Malvern, 1931-1934; Bentleigh, 1936-1980) ===''MANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Mann|Mann, John Edward "Jack"]] [https://www.familysearch.org/tree/person/details/G3JY-STV] - 1912(SA)-1941(off Libyan coast) - Licences: 5EM Semaphore (1934-1938); 3IE Westmere (1938); 3IE Ballarat (1939) - Qualifications: cc; AOCP 1304, 1934, SA - amateur operator; amateur broadcaster; military (WW2, RAN, telegraphist) - Relationships: Son of Thomas William Mann - Electoral Rolls: Nil yet identified - Links: [https://www.awm.gov.au/collection/R1675471 AWM]; [https://www.awm.gov.au/collection/P10278775 AWM] - Sacrifice: "Greater love hath no man than this" * [[/Sydney George Mann|Mann, Sydney George]] [https://www.familysearch.org/tree/person/details/G8DP-V1C] - 1908(Eng)-1977(Eng) - Licences: 3KY Melbourne (Glenhuntly, 1930-1931; Hampton, 1937-1939, 1946-1954; East Brighton, 1955-1960) - Qualifications: AOCP 594, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Sergeant) - Electoral Rolls: traveller (Glenhuntly, 1931); mechanic (Sandringham, 1936-1937); shopkeeper (Woodend, 1942); mechanic (Hampton, 1949-1954); sales (Carnegie, 1963); salesman (St Kilda, 1967) * [[/Thomas William Mann|Mann, Thomas William]] [https://www.familysearch.org/tree/person/details/GZLZ-2S3] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923) - Qualifications: Nil yet identified - amateur receiver - Relationships: Father of 5EM-3IE John Edward Mann- Electoral Rolls: Nil yet identified ===''MANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol John Roland Manning|Manning, Athol John Roland]] [https://www.familysearch.org/tree/person/details/G69L-G2L] - 1916(Tas)-2005(Tas) - Licences: 7LR Devonport (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1367, 1934, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Devonport, 1949-1954) * [[/Clifton Joseph Manning|Manning, Clifton Joseph]] [https://www.familysearch.org/tree/person/details/G893-WW6] - 1909(Vic)-1994(Vic) - Licences: 3CJ Melbourne (Ringwood, 1927; Elwood, 1931-1937; Eltham, 1938-1939; Balwyn, 1946-1947; Templestowe, 1948; Beaumaris, 1954-1960); 3CJ Orbost (1965); 3CJ Marlo (1969-1975) - Qualifications: AOCP 338, 1927, No. ?? in Vic; 1COCP 877, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (St Kilda, 1931-1936; Canterbury, 1943; Templestowe, 1949; Sandringham, 1954-1963); farmer (Orbost, 1967-1968); retired (Marlo, 1972-1977; Lang Lang, 1980) ===''MANSFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Mansfield|Mansfield, H. D.]] - 19??(???)-19??(???) - Licences: XZQ Burnie (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''MANTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Thomas Mantle|Mantle, Joseph Patrick Thomas]] [https://www.familysearch.org/tree/person/details/GX84-DP9] - 1913(Qld)-1976(Fiji) - Licences: 4XF Brisbane (Ascot, 1933-1939); 4XF Townsville (Hermit Park, 1947-1948); 4XF Brisbane (Brisbane City, Qld, 1954-1960); 3AEN Bendigo (1969-1980) - Qualifications: cc; AOCP 1146, 1933, Qld; 2COCP 1083, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: projectionist (Ascot, Qld, 1936); engineer (Ashgrove, Qld, 1943); sound engineer (Townsville, Qld, 1949); business manager (New Farm, Qld, 1954); manager (St Lucia, Qld, 1958); sales manager (Warwick, Qld, 1963); no occupation (Townsville, Qld, 1963); sales executive (Petersham, NSW, 1972) ===''MANUEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Thomas Manuel|Manuel, Robert Thomas]] [https://www.familysearch.org/tree/person/details/KF5S-3R5] - 1910(SA)-2003(SA) - Licences: 5RT Adelaide (Prospect, 1932-1939, 1947-1960; Beefacres, 1965; Windsor Gardens, 1969-1980+) - Qualifications: cc; AOCP 1052, 1932, SA; BOCP 1310, 1953; 2COCP 1279, 1953; 1COCP 1688, 1953 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''MARCONI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guglielmo Giovanni Maria Marconi|Marconi, Guglielmo Giovanni Maria]] - 1874(Italy)-1937(Italy) - Inventor, electrical engineer, entrepreneur, businessman; pioneer of long distance radio transmission, widely credited as the inventor of radio; shared 1909 Nobel prize for physics for contributions to the development of wireless telegraphy ===''MARCUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eugen Gerald Marcuse|Marcuse, Eugen Gerald "Gerald"]] [https://www.familysearch.org/tree/person/details/9C3M-X1G] - 1886(Eng)-1961(Eng) - Licences: G2NM England - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer ===''MARKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Sydney Marks|Marks, Joseph Sydney or Sydney Joseph]] [https://www.familysearch.org/tree/person/details/GQG4-X1G] - 1885(NSW)-1949(NSW) - Licences: 2GR Receive Sydney (Rose Bay, 1922); 2GR Sydney (Rose Bay, 1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio trader (Electricity House, Marks' Radio Company); electrician; police officer; sued by 2BL for non-payment of fees in 1924 - Electoral Rolls: electrician (Rose Bay, 1930-1949) ===''MARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric William Marley|Marley, Cedric William]] [https://www.familysearch.org/tree/person/details/LVF2-DJ4] - 1918(Qld)-1984(Qld) - Licences: 4CJ Brisbane (Highgate Hill, 1938-1939; Graceville, 1947; Kalinga, 1948); 4CJ Rockhampton (1954-1956); 4CJ South Mackay (1960); 9CJ Port Moresby (1965); Brisbane (Mt Gravatt, 1969-1980) - Qualifications: cc; AOCP 2079, 1938, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); broadcast technician (PMG, ABC); WW2 (RAN, telegraphist); federal public servant (PMG, ABC) - Electoral Rolls: technician (Kalinga, Qld, 1949; Rockhampton, Qld, 1954); broadcast technician (Mackay, Qld, 1958; Bucasia, Mackay, Qld, 1958; Mt Gravatt, Qld, 1963-1980) ===''MARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Clanan Marr|Marr, Charles William Clanan]] [https://www.familysearch.org/tree/person/details/9M8V-QQM] - 1880(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; WW1 - Electoral Rolls: MHR (Forrest, 1929); director (Crows Nest, NSW, 1933); company director (Wollstonecraft, 1933-1935); director (Crows Nest, 1935); company director (Pymble, 1937-1943; Killara, 1943-1949; Pymble, 1954-1958) ===''MARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Burton Mars|Mars, Ernest Burton]] [https://www.familysearch.org/tree/person/details/G8VJ-GWR] - 1907(SA)-1987(Qld) - Licences: Receive Adelaide (North Unley, 1923-1924); 4EM Charleville (1930-1933); 2EM Dubbo (1934-1936); 4EM Charleville (1937-1939, 1946-1947); 2GE Moree (1948); 4EM Emerald (1954-1955); 4EM Charleville (1956); 4EM Longreach (1960); 4EM Currumbin (1965-1969) - Qualifications: cc; AOCP 686, 1930, No. ?? in Qld; BOCP 23, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Dubbo, 1935); bank official (Charleville, 1937-1943; Wagga Wagga, 1949); bank clerk (Moree, 1949); bank manager (Commonwealth Bank Emerald, 1954; Commonwealth Bank, Charleville, 1958; Longreach, 1963); retired (Currumbin, 1968; Palm Beach, Qld, 1977-1980) - established 4VL Charleville commercial ===''MARSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Marsden|Marsden, Robert Cecil "Cecil"]] [https://www.familysearch.org/tree/person/details/G92N-W62] - 1892(Eng)-1968(NSW) - Licences: unlicensed?, Sydney, 1909; 2JM Receive Sydney (Edgecliffe, 1922); 2JM Sydney (Edgecliffe, 1923-1925; Bellevue Hill, 1925-1926; Edgecliff, 1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW, local NSW clubs) - Relationships: Father of 2VV-2FV Robert Morris Marsden - Electoral Rolls: engineer (Woolahra, 1930; Epping, 1930-1958); manager (Castlecrag, 1958-1968) * [[/Robert Morris Marsden|Marsden, Robert Morris]] [https://www.familysearch.org/tree/person/details/GWX1-VPG] - 1916(NSW)-1988(NSW) - Licences: 2VV Sydney (Kingsford, 1958-1969); 2FV Tuross Heads (1965-1980+) - Qualifications: AOLCP 226, 1956; AOCP 3627, 1957, NSW - amateur operator; WW2 (RAAF) - Relationships: Son of 2JM Robert Cecil Marsden - Electoral Rolls: taxi proprietor (Bondi Beach, 1949; Kingsford, 1958-1972); retired (Tuross Heads, 1972-1980) ===''MARSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Westport Marsh|Marsh, Sydney or Sidney Westport]] [https://www.familysearch.org/tree/person/details/LFLN-PKM] - 1889(NSW)-1946(NSW) - Licences: 2ZK West Wallsend (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Ladysmith, 1913); fitter (West Wallsend, 1930-1937) ===''MARSHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archie Francis Marshall|Marshall, Archie Francis "Arch"]] [https://www.familysearch.org/tree/person/details/G37M-W83] - 1907(Qld)-1982(Qld) - Licences: 4AF Clifton (1928-1939, 1946-1980+) - Qualifications: cc; AOCP 438, 1928, No. 48 in Qld - amateur operator; amateur broadcaster; business proprietor (blacksmith, fitter/turner) - Electoral Rolls: blacksmith (Clifton, 1930-1980) * [[/Herbert Anthony Marshall|Marshall, Herbert Anthony]] [https://www.familysearch.org/tree/person/details/9JJR-P3P] - 1888(India)-1948(NSW) - Licences: unlicensed?, Port Pirie, 1910; 2HM Armidale (1924-1926); 2HM Sydney (Bondi, 1927-1939, 1946-1948) - Qualifications: AOCP 115, 1925, No. ?? in NSW; AOLCP 48, 1931 - Comment: proud of his initials "H.A.M.", early wireless experimenter; amateur operator; amateur broadcaster; electrical engineer - Relationships: his daughter Denise Chalmers Marshall frequently on air over 2HM - TroveTag: "2HM - Herbert Anthony Marshall" - Electoral Rolls: electrical engineer (Bondi, 1930-1931); engineer (Bondi, 1934-1943) * [[/Mary Austine Marshall|Henry nee Marshall, Mary Austine]] [https://www.familysearch.org/tree/person/details/G8X2-GR6] - 1913(Vic)-1994(Vic) - Licences: 3YL Melbourne (Murrumbeena, 1930-1939, 1946-1956; East Malvern, 1960-1975) - Qualifications: AOCP 619, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: home duties (Oakleigh, 1936-1937); no occupation (Oakleigh, 1942-1954); home duties (Oakleigh, 1958-1980) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Vaughan Edward Marshall|Marshall, Vaughan Edward]] [https://www.familysearch.org/tree/person/details/G86T-KNY] - 1911(Vic)-1994(Vic) - Licences: 3UK Melbourne (Hawthorn, 1930-1933; Kew, 1937-1939, 1946-1969; Mt Eliza, 1975-1980+) - Qualifications: AOCP 603, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: sales (Kew, 1936); tea specialist (Kew, 1937-1968); retired (Mt Eliza, 1977-1980) ===''MARSLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Bruce Marsland|Marsland, Benjamin Bruce]] [https://www.familysearch.org/tree/person/details/GX6Y-X47] - 1906(Qld)-1941(NSW) - Licences: 4DX Brisbane (Indooroopilly, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Rockhampton, Qld, 1928); teller (Normanton, Qld, 1930); bank clerk (Rockhampton, Qld, 1931; Malanda, Qld, 1932); no occupation (Annerley, Qld, 1943) ===''MARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Thomas Marston|Marston, James Thomas "Jim"]] [https://www.familysearch.org/tree/person/details/LKDX-19C] - 1920(Qld)-1974(Qld) - Licences: 4JA Brisbane (Belmont, 1948; Morningside, 1954); 4JA Toowoomba (1955-1956); 4JA Brisbane (Boondall, 1960-1969) - Qualifications: cc; AOCP 2655, 1948, Qld - amateur operator - Electoral Rolls: sheet metal worker (Buranda, Qld, 1943); engineer (Toowoomba South, Qld, 1958); technician (Boondall, Qld, 1963-1972) * [[/W. L. Marston|Marston, W. L.]] - 19??(???)-19??(???) - Licences: 4RY Brisbane (Clayfield, 1937) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MARTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Martin|Martin, James Frederick]] - 1909(Vic)-1976(Vic) - Licences: 3MJ Melbourne (North Fitzroy, 1927-1933); 3JM Melbourne (North Fitzroy, 1937-1939) - Qualifications: AOCP 340, 1927, No. ?? in Vic - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Clifton Hill, 1936); traveller (North Fitzroy, 1949; Heidelberg, 1954-1963); sales director (Doncaster, 1967); sales (Noble Park, 1972) * [[/John Michael Martin|Martin, John Michael]] [https://www.familysearch.org/tree/person/details/GX79-GWZ] - 1886(Irl)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 146, 1915; 1COCP 58, 1935 - RANRS (commissioned telegraphist, 1917); WW1 - Comment: several contemporaneous JMMs - Electoral Rolls: Ancestry 299 hits too be sifted * [[/John Robert Martin|Martin, John Robert]] [https://www.familysearch.org/tree/person/details/GWFG-HMM] - 1919(Qld)-2011(Qld) - Licences: 4MX Cunnamulla (1937-1939); 4MX Toowoomba (1946-1954); 4MX Brisbane (Gaythorne, 1955-1960); 4MX Julia Creek (1965-1969); 4MX Finch Hatton (1975); 4MX Brisbane (Gaythorne, 1980+) - Qualifications: cc; AOCP 1933, 1937, Qld; BOCP 147, 1938 - amateur operator; amateur broadcaster; military (WW2, RAAF); business proprietor (radio service); Presbyterian minister - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1949-1954); radio technician (Gaythorne, Qld, 1958; Kingaroy, Qld, 1963); missionary (Blackall, Qld, 1972; Gaythorne, Qld, 1972); minister of religion (Enoggera, Qld, 1977-1980) * [[/Malcolm Martin|Martin, Malcolm]] [https://www.familysearch.org/tree/person/details/GX8D-PG7] - 1903(UK)-1987(Qld) - Licences: 4KY Ipswich (1933-1939); 4KY Brisbane (Sandgate, 1946-1980+) - Qualifications: cc; AOCP 1110, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); employment (Qld Railways) - Electoral Rolls: carriage trimmer (Woodend, Qld, 1925-1937; Sandgate, Qld, 1943-1980) * [[/Silas Martin|Martin, Silas]] [https://www.familysearch.org/tree/person/details/GXMT-6WS] - 1874(NSW)-1945(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Electoral Rolls: engineer (Perth, 1903-1906; East Perth, 1912-1914); mechanic (Rockhampton, 1917-1921); radio mechanic (Cooktown, 1925; Beam Wireless Station, Ballan, 1928-1943); mechanic (Marrickville, NSW, 1943) * [[/Walter J. Martin|Martin, Walter J.]] - 1893(Vic)-19??(???) - commercial operator (1COCP 1, 1914, No. 1 in Aus and Vic, Marconi & Telefunken) - coastal station operator? * [[/William Anthony Martin|Martin, William Anthony]] [https://www.familysearch.org/tree/person/details/G8HB-KPZ] - 1911(Tas)-19??(???) - Licences: 7WM Hobart (West Hobart, 1929-1931); 7WM Gawler (1933) - Qualifications: cc; AOCP 497, 1929, No. ?? in Tas; AOLCP 70, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: several contemporaneous William Anthony Martin's ===''MASHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Wilfred Mashman|Mashman, Lionel Wilfred]] [https://www.familysearch.org/tree/person/details/GZ6K-7WG] - 1907(NSW)-1968(NSW) - 2OB Receive Sydney (Bexley, 1923-1924), 2OB Sydney (Bexley, 1925-1965), amateur operator (AOCP 84, 1925, No. ?? in NSW), amateur broadcaster ===''MASTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Harold Masters|Masters, Alfred Harold "Harold"]] [https://www.familysearch.org/tree/person/details/99GB-CPY] - 1875(Vic)-1951(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed); vice president WIA Launceston 1920s; later prominent architect - Relationships: brother of 7MM William Edward Masters - Electoral Rolls: architect (Launceston, 1928-1949) * [[/Brian Jermyn Masters|Masters, Brian Jermyn "Jermyn"]] - 1891(Vic)-1950(NZ) - 3LM Receive Melbourne (Armadale, 1923), 3LM Melbourne (Armadale, 1924-1925), amateur operator (pre-AOCP; no record found of AOCP; AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, operated his station both individually and on behalf WIA Malvern * [[/William Edward Masters|Masters, William Edward]] [https://www.familysearch.org/tree/person/details/99GB-CPW] - 1873(Vic)-1952(Tas) - Licences: 7MM Hobart (Bellerive 1932-1939) - Qualifications: cc; AOCP 1066, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; solicitor - Relationships: brother of Alfred Harold "Harold" Masters - Electoral Rolls: solicitor (Bellerive, 1914-1949) - Links: [http://nla.gov.au/nla.news-article27111852 Obituary] ===''MATCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Kenneth Lyle Matchett|Matchett, John Kenneth Lyle "Ken"]] [https://www.familysearch.org/tree/person/details/GS1L-SCZ] - 1921(Vic)-2008(Vic) - Licences: 3TL Melbourne (Box Hill, 1960; Templestowe, 1965-1980+) - Qualifications: AOCP 3700, 1958, Vic - amateur operator, WW2, member Old Timer's Club - Electoral Rolls: student (St Kilda, 1949); teacher (Bayswater, 1954); lecturer (Templestowe, 1963-1980) - curator of the WIA QSL card collection for many years; personally acquired a large collection of Australian amateur QSL cards which were donated to the WIA collection on his passing, many thousands of QSLs provided by Wolf Harranth of Dokufunk on an exchange basis ===''MATHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Stewart Mather|Mather, Alexander Stewart "Alex"]] [https://www.familysearch.org/tree/person/details/GHTL-WWC] - 1909(NSW)-1970(NSW) - Licences: 2JZ Singleton (1929-1969) - Qualifications: AOCP 479, 1929, No. ?? in NSW; AOLCP 89, 1932; TVOCP 273, 1960 - amateur operator, amateur broadcaster - Electoral Rolls: cordial manufacturer (Singleton, 1930-1968) ===''MATHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campion Mathews|Mathews, John Campion]] [https://www.familysearch.org/tree/person/details/G8V1-46V] - 1912(Vic)-19??(???) - Licences: 3SY Geelong (Newtown, 1930-1939, 1946-1980+); 3JM Portable Geelong (Newtown, 1947) - Qualifications: AOCP 709, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Newtown, 1934-1968); operator (Newtown, 1972-1980) * [[/John Mathews|Mathews, John]] [https://www.familysearch.org/tree/person/details/G82Z-KX2] - 1914(Qld)-1976(NSW) - Licences: 4EE Rockhampton (1935-1939) - Qualifications: cc; AOCP 1414, 1935, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous JMs - Electoral Rolls: Nil yet identified ===''MATTHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Thomas Matthews|Matthews, Fred or Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GZVC-22K] - 1904(Qld)-1992(Qld) - Licences: 4FK Brisbane (New Farm, 1923-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); business proprietor (Matthews Fire Alarm Co) - Awards: OBE - Electoral Rolls: electrical engineer (Merthyr, 1925-1958); engineer (New Farm, 1963-1980) * [[/John Leigh Inglis Matthews|Matthews, John Leigh Inglis]] [https://www.familysearch.org/tree/person/details/GDKN-159] - 19??(???)-19??(???) - Licences: XJD Melbourne (Richmond, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: confectioner (Richmond, 1913-1919) * [[/Kenneth Morgan Matthews|Matthews, Kenneth Morgan]] [https://www.familysearch.org/tree/person/details/GXPM-R2W] - 1911(SA)-2009(SA)98yo - Licences: 5GN Adelaide (Malvern, 1936-1939) - Qualifications: cc; AOCP 1732, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Malvern, SA, 1939); mechanic (Crystal Brook, SA, 1941-1943) - Links: [https://vwma.org.au/explore/people/551921 VWMA] * [[/Vincent John Matthews|Matthews, Vincent John]] [https://www.familysearch.org/tree/person/details/GFW4-NM1] - 1888(Vic)-1965(Vic) - Licences: 6AQ Perth (Bayswater, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; Stott's College (Principal, early 1920s) - Electoral Rolls: business college master (West Gildford, WA, 1910); manager (Guildford, WA, 1912; Bayswater, WA, 1916-1925); business manager (Canterbury, Vic, 1925-1928); director (Canterbury, Vic, 1931-1963) * [[/Walter John Penrose Matthews|Matthews, Walter John Penrose]] [https://www.familysearch.org/tree/person/details/L5TS-HZN] - 1880(SA)-1964(SA) - Licences: 5BS Receive Murray Bridge (1922); Receive Murray Bridge (1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: lifter SA Railways (Tailem Bend, SA, 1939-1943) ===''MAUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Mauger|Mauger, Samuel "Sam"]] - 1857(Vic)-1936(Vic) - state politician, senior federal politician (Postmaster-General 1908) ===''MAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Maughan|Maughan, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/GZQ4-BJW] - 1903(WA)-1962(Vic) - Licences: 3HH Receive Melbourne (Malvern, 1922); 3HH Melbourne (Malvern, 1923-1960) - Qualifications: cc; AOCP 14, 1924, No. ?? in Vic; AOLCP 82, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: student (Malvern East, 1925-1954) ===''MAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Douglas Mawson|Mawson, Douglas]] [https://www.familysearch.org/tree/person/details/LC3H-42N] - 1882(Eng)-1958(SA) - Licences: Nil - Qualifications: Nil yet identified - Head Australasian Antarctic Expedition (1911-1914) - Electoral Rolls: [[w:Douglas Mawson|Wikipedia]] [https://adb.anu.edu.au/biography/mawson-sir-douglas-7531 ADB] * [[/Ernest Richard Mawson|Mawson, Ernest Richard]] [https://www.familysearch.org/tree/person/details/2W9T-NJN] - 1861(NSW)-1943(NSW) - Licences: 2DH Sydney (Campsie, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Parramatta, 1903); no occupation (Dee Why, 1930-1933; Harbord, 1934-1936; Manly, 1937-1943) ===''MAXWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alston Maxwell|Maxwell, Ronald Alston]] - 1908(NSW)-1950(NSW) - Licences: 2KS Sydney (Hurstville, 1930-1933) - Qualifications: AOCP 656, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: metal worker (Randwick, 1933; Liverpool, 1934-1935; Croydon, 1936-1937); clerk (Caringbah, 1949) ===''MAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank May|May, Frank]] [https://www.familysearch.org/tree/person/details/G88S-CXP] - 1878(Eng)-19??(???) - Licences: 6FM Dwellingup (1929-1931); 6FM Gnowangerup (1933); 6FM Esperance (1937-1939) - Qualifications: cc; CPRT 139, 1915; AOCP 560, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: stationmaster (Gnowangerup, 1931; Esperance, 1936-1937; Armadale, 1943; Collie, 1949) ===''MAYGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neil Hubert Mayger|Mayger, Neil Hubert]] [https://www.familysearch.org/tree/person/details/K2F7-J2D] - 1890(Vic)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: salesman (Darlinghurst, NSW, 1930); sales (Darlinghurst, 1937); salesman (East Sydney, 1937); Sales (Darlinghurst, 1943) ===''MCATEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McAteer|McAteer, Brother Joseph]] [https://www.familysearch.org/tree/person/details/GDKT-JWB] - 1881(NZ)-1931(NSW) - Licences: Receive Sacred Heart College Glenelg (1923); 5AQ Sacred Heart College Glenelg (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCAULEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Money McAuley|McAuley, William John Money "Bill"]] [https://www.familysearch.org/tree/person/details/LRKH-Z5Y] - 1909(Vic)-1987(Vic) - Licences: 3WM Melbourne (Brunswick, 1925-1931) - Qualifications: AOCP 221, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: jackaroo (Nyngan, 1930); grazier (Womboota, 1937-1943) ===''MCBRIDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander James McBride|McBride, Alexander James]] - 1914(Qld)-1993(Qld) - 4BR Brisbane (Wilston, 1939, 1947-1969), amateur operator (AOCP 2320, 1939, No. ?? in Qld), business (radio repair) ===''MCCABE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Bernard McCabe|McCabe, William Bernard]] [https://www.familysearch.org/tree/person/details/MZ1C-FN2] - 1864(Irl)-1938(WA) - Licences: 7AQ Clarence Point (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: gardener (St Kilda, Vic, 1912; Balaclava, 1913-1914; Elsternwick, 1915-1921; Caulfield, 1924); orchardist (Clarence Point, 1922-1928); civil engineer (Nedlands, WA, 1937) ===''MCCALMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Colin McCalman|McCalman, Maxwell Colin]] [https://www.familysearch.org/tree/person/details/GZN8-V77] - 1910(Vic)-1966(Vic) - 3KX Melbourne (Canterbury, 1925-1927), amateur operator (AOCP 142, 1925, No. ?? in Vic), amateur broadcaster, musician (1934), engineer (1943-1963) ===''MCCANDLISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack McCandlish|McCandlish, Jack]] [https://www.familysearch.org/tree/person/details/GZ2B-TJC] - 1915(Eng)-1943(Ins) - Licences: 3HN Sea Lake (1935-1939) - Qualifications: AOCP 1468, 1935, No. ?? in Vic - amateur operator, WW2 (Army, M Special Unit, Sergeant, Commando, 1943) - Electoral Rolls: farm hand (Sea Lake, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1685215] ===''MCCARTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Keith McCarthy|McCarthy, John Keith "Keith / Macca"]] - 19??(???)-1998(Qld) - 3FX Melbourne (Ascot Vale, 1932-1933), 2IM Sydney (Lane Cove, 1934), 2VM Sydney (Lane Cove, 1935), 3FX Melbourne (Hampton, 1937; Ascot Vale, 1938-1939; City, 1946-1947; Templestowe, 1954-1956), 9AR On board yacht Pandemonium (1969), P29AR/MM On board yacht Pandemonium (1975), 4DU Beenleigh (1980), 4PY Surfers Paradise (1980), amateur operator (AOCP 1036, 1932, No. ?? in Vic), amateur broadcaster, state public servant (Vic Railways, telegraphist), military (RAAF, DFC, AFM, AE) ===''MCCULLAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Austral McCullagh|McCullagh, Alexander Austral]] [https://www.familysearch.org/tree/person/details/GXNN-V7Y] - 1897(Qld)-1981(NSW) - Licences: Receive (Home Hill, 1923); 2RR Sydney (Balgowlah, 1965-1969); 9NI Norfolk Island (1975) - Qualifications: cc; 3COCP 2977, 1959; AOLCP 754, 1959; AOCP 4229, 1964, Qld - amateur receiver; amateur operator; WW1 - Electoral Rolls: soldier (Sandgate, Qld, 1919); chemist (Inkerman Mill, Qld, 1922); engineer (Bondi North, NSW, 1930; Abbotsford, NSW, 1932-1933; Edgecliff, NSW, 1933; Burwood, NSW, 1934-1936); manager (Balgowlah, NSW, 1949-1963); retired (Green Point, NSW, 1977-1980) ===''MCCULLOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Robert McCulloch|McCulloch, George Robert]] - 1907(Vic)-1969(Vic) - 3XM Receive Ballarat (1923-1924), 3GM Ballarat (1925-1939, 1946-1965+), amateur operator (AOCP 198, 1925, No. ?? in Vic), amateur broadcaster, radio engineer (Ballarat, 1931-1968) ===''MCDERMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Westall McDermott|McDermott, James Westall "Jim"]] [https://www.familysearch.org/tree/person/details/G37P-PY2] - 1913(Qld)-2010(Qld) - Licences: 4JM Brisbane (1930) & Nambour (1931-1939) - Qualifications: cc; AOCP 711, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4RM Robert Ernest McDermott; son of 4WP Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, Qld, 1936-1949); radio engineer (Nambour, Qld, 1954-1980) * [[/Robert Ernest McDermott|McDermott, Robert Ernest "Bob"]] [https://www.familysearch.org/tree/person/details/GXW8-QJ5] - 1917(Qld)-2006(Qld) - Licences: 4RM Nambour (1938-1939); 4RM Brisbane (Ekibin, 1946-1980+) - Qualifications: AOCP 2223, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); military (WW2, AIF); business proprietor (radio/TV retail, Ekibin) - Relationships: brother of James Westall McDermott; son of Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, 1943; Ekibin, 1949-1968); TV engineer (Tewantin, Qld, 1972-1980) * [[/Westall Samuel McDermott|McDermott, Westall Samuel]] [https://www.familysearch.org/tree/person/details/G37P-2SQ] - 1889(Qld)-1963(Qld) - Licences: 4WP Nambour (1938-1939, 1946-1954) - Qualifications: cc; AOCP 2087, 1938, No. ?? in Qld - amateur operator; amateur broadcaster - Relationships: father of James Westall McDermott & Robert Ernest McDermott - Electoral Rolls: school teacher (Hendon, Qld, 1916-1917; Sandgate, Qld, 1921; Glen Eagle, Qld, 1925-1928; Rosemount, Qld, 1934; Nambour, Qld, 1937-1958); retired (Nambour, Qld, 1963) ===''MCDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> SEE ALSO MACDONALD * [[/Arthur Stephen McDonald|McDonald, Arthur Stephen]] [https://www.familysearch.org/tree/person/details/G36J-ZLJ] - 1891(Vic)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 700, 1922 - broadcast engineer (PMGD, RANRS, AWA); professional society administrator (IEA) - Electoral Rolls: engineer (Townsville, Qld, 1913; St Kilda, Vic, 1916-1924; Vaucluse, NSW, 1930-1934); radio engineer (Darlinghurst, 1934-1936); engineer (Edgecliff, 1943; Double Bay, 1954) - Links: [https://adb.anu.edu.au/biography/mcdonald-arthur-stephen-7333 ADB]; [https://www.asap.unimelb.edu.au/bsparcs/biogs/P001299b.htm Bright Sparks] * [[/Colin McDonald|McDonald, Colin]] [https://www.familysearch.org/tree/person/details/GX67-SCG] - 1911(Qld)-1973(Qld) - Licences: 4CD Rockhampton (1935-1969) - Qualifications: cc; AOCP 1440, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Rockhampton, Qld, 1932-1958); accountant (Rockhampton, Qld, 1968-1972) * [[/Donald McDonald|McDonald, Donald "Don"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC)? * [[/Donald Munro McDonald|McDonald, Donald Munro]] - 19??(???)-19??(???) - Licences: 3KS Melbourne (Yarraville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - Comment: Several contemporaneous DMMs * [[/John McDonald|McDonald, John]] [https://www.familysearch.org/tree/person/details/GXM1-WJR] - 1894(NSW)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 137, 1915; CPRT 190, 1916 (replacement?) - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous JMcD - Electoral Rolls: Nil yet identified; Ancestry.com 1000s of hits to be sifted * [[/Wilfred Neville McDonald|McDonald, Wilfred Neville]] [https://www.familysearch.org/tree/person/details/GX67-DB1] - 1914(NSW)-19??(???) - Licences: 2ZT Sydney (Parramatta, 1935-1936); 4ZT Brisbane (Kangaroo Point, 1937; New Farm, 1938-1939; Annerley, 1947-1948) - Qualifications: cc; AOCP 1412, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Granville, NSW, 1936); radio engineer (Kangaroo Point, Qld, 1937); radio mechanic (Ashgrove, Qld, 1943); radio technician (Annerley, Qld, 1949); electrical engineer (Tennyson, Qld, 1954-1963); manager (Burleigh Heads, Qld, 1968-1980) ===''MCDONOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard McDonough|McDonough, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GXQX-NXY] - 1875(Wales)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, terminated Nov 1920) - Electoral Rolls: Royal Navy (Newport, Vic, 1914-1915); Royal Australian Navy (Yarraville, Vic, 1917-1919); hotel proprietor (West Maitland, 1930-1935); retired (Wickham, 1937) ===''MCDOWALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine McDowall|McDowall, Valentine "Val"]] [https://www.familysearch.org/tree/person/details/M14R-SPG] - 1881(Qld)-1957(Qld) - 4CN Receive Brisbane (1922); 4CM Brisbane (City, 1922-1939) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radiographer; WW2 - 4CM operator primarily Thomas Murray Browse Elliott after about 1925 - Electoral Rolls: medical practitioner (Laidley, 1906-1914; Clayfield, 1919; Ascot, 1934-1954) - Links: [https://adb.anu.edu.au/biography/mcdowall-valentine-7349 ADB] ===''MCDOWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Daniel McDowell|McDowell, John Edward Daniel or John Edward]] [https://www.familysearch.org/tree/person/details/GX86-J52] - 1914(Qld)-1978(Qld) - Licences: 4CX Brisbane (Ascot, 1937-1939); 4CX Gladstone (1947-1965); 4CX Brisbane (Wavell Heights, 1969-1980+) - Qualifications: cc; AOCP 1873, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: rubber worker (Ascot, Qld, 1937); chemist (Gladstone, Qld, 1943-1949); industrial chemist (Gladstone, Qld, 1954-1963); chemistry instructor (Wavell Heights, Qld, 1968-1977) ===''MCELWEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Johnston McElwee|McElwee, George Johnston]] - 1879(Tas)-1981(Tas) - involved with Launceston Radio Clubs searching for the roar ===''MCGARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Ignatius McGarry|McGarry, Lloyd Ignatius]] [https://www.familysearch.org/tree/person/details/G8GT-4PR] - 1919(NSW)-1977(Qld) - Licences: 4XY Roma (1937-1939); 4XY Rockhampton (1947); 4XY Brisbane (Taringa, 1948; Coorparoo, 1954-1956); 2ALM Sydney (Lakemba, 1960-1965); 1AM Canberra (Macquarie, 1969-1975); 4ALL Brisbane (Kingston, 1980+) - Qualifications: cc; AOCP 1943, 1937, Qld; BOCP 139, 1937; 2COCP 607, 1942; 1COCP 1026, 1946 - amateur operator; amateur broadcaster; broadcast technician (4GR, 4ZR); military (RAAF, WW2, mobile wireless, post WW2 Naval Intelligence); federal public servant (PMGD); scientist (Ionospheric Prediction Service) - Electoral Rolls: radio technician (Deagon, Qld, 1949); public servant (Coorparoo, Qld, 1954-1958; Townsville, Qld, 1958) ===''MCGAURAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Duncan James Macfarlane McGauran|McGauran, Duncan James Macfarlane]] - 1849(NZ)-1889(NSW) - radio clubs (Telegraph Electrical Society, Victoria, member; Society of Telegraph Engineers, London, member), employment (Vic Posts & Telegraphs; WA Posts & Telegraphs, Superintendant Telegraphs; NSW Posts & Telegraphs), patents in Quadraplex Telegraphy, father of Duncan James McGauran (telegraphist, accountant, inventor of a telephone meter) ===''MCGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carney Mitchell McGee|McGee, Carney Mitchell]] [https://www.familysearch.org/tree/person/details/G8VW-9LF] - 1910(SA)-1981(WA) - Licences: 5LX Adelaide (Mile End, 1930-1931) - Qualifications: cc; AOCP 676, 1930, No. ?? in SA; 2COCP 52, 1936; 1COCP 210, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (North Unley, SA, 1939); assistant radio inspector (Ivanhoe, Vic, 1943); radio inspector (Kensington, WA, 1949-1977); retired (Como, 1980) ===''MCGEOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Samuel McGeoch|McGeoch, William Leslie Samuel]] [https://www.familysearch.org/tree/person/details/LVNY-SDX] - 1912(WA)-2007(WA) - Licences: 6WL Brookton (1935-1939, 1947-1956); 6WL Bunbury (1960-1980+) - Qualifications: cc; AOCP 1442, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Brookton, WA, 1936-1943); radio service (Brookton, WA, 1958); electrician (Carey Park, WA, 1968-1980) ===''MCGOWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Walker McGowan|McGowan, Samuel Walker]] - 1829(Irl)-1887(Vic) - Vic Posts and Telegraphs (Superintendent Telegraphs), successfully tendered for the first Australian electric telegraph 1854 (Melbourne to Williamstown) then appointed to the public service to operate and maintain it, radio clubs (Telegraph Electrical Society, Victoria) ===''MCGRATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Philip McGrath|McGrath, Edward Philip "Ted"]] [https://www.familysearch.org/tree/person/details/GW87-9K5] - 1906(NSW)-1999(SA) - Licences: 5MO Adelaide (Parkside, 1933-1939; West Mitcham, 1947-1965; Aldgate, 1969) - Qualifications: cc; AOCP 1175, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Parkside, SA, 1939) * [[/Francis Thomas McGrath|McGrath, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GXM1-HRN] - 1891(Tas)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 87, 1915; 1COCP 45, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: public servant (Moonah, Tas, 1919); wireless operator (Thursday Island, 1922); engineer (Eagle Junction, 1925); telegraphist (South Yarra, 1926-1927); supervisor (Caulfield, Vic, 1928-1934; Camberwell, Vic, 1936) ===''MCGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aenas McGregor|McGregor, Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WT] - 1865(Vic)-1937(Vic) - Licences: XJEA Melbourne (Armadale, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: father of 3ZE Keith Wilfred Aeneas McGregor - Electoral Rolls: traveller (Armadale, 1919; Toorak, 1928-1936) * [[/Keith Wilfred Aeneas McGregor|McGregor, Keith Wilfred Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WQ] - 1903(Vic)-19??(???) - Licences: 3ZE Melbourne (Armadale, 1923-1924; Toorak, 1925) - Qualifications: cc; AOCP 52, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Relationships: son of XJEA Aeneas McGregor - Electoral Rolls: telegraphist (Toorak, 1925-1928) ===''MCGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Patrick Holman McGuire|McGuire, Leo Patrick Holman]] [https://www.familysearch.org/tree/person/details/G8HK-B2T] - 1906(NSW)-2001(WA) - Licences: 3KM Myrtleford (1929-1937); 3KM Corryong (1938-1939); 6MG Manjimup (1947-1969); 6MG Perth (Thornlie (1975-1980+) - Qualifications: AOCP 488, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: biograph operator (Wangaratta, 1928); picture proprietor (Albury, 1931); postal employee (Myrtleford, 1936-1937); postal clerk (Mt Magnet, 1943; Manjimup, 1949); radio mechanic (Manjimup, 1954-1972); retired (Thornlie, 1977-1980) ===''MCHUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles McHugh|McHugh, William Charles]] [https://www.familysearch.org/tree/person/details/GFMN-V5Z] - 1914(WA)-1978(WA) - Licences: 6KA or 6KD Perth (Guildford, 1936-1939) - Qualifications: cc; AOCP 1766, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: piano tuner (Guildford, WA, 1936-1943); radio mechanic (Belmont, WA, 1949; North Perth, WA, 1954); mechanic (Cottesloe, WA, 1954; Mt Pleasant, WA, 1963-1972) ===''MCINTOSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John James McIntosh|McIntosh, Stanley John James "Stan"]] [https://www.familysearch.org/tree/person/details/GXDL-C5P] - 1913(Qld)-1972(Qld) - Licences: 4PK Ipswich (Woodend, 1931-1939); 4PK Brisbane (Coorparoo, 1946-1969) - Qualifications: cc; AOCP 730, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (workshop foreman); business proprietor (electrical engineering) - Electoral Rolls: electrical fitter (Woodend, Qld, 1934-1937; Coorparoo, Qld, 1943-1972) ===''MCINTYRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Daniel George McIntyre|McIntyre, Daniel George]] [https://www.familysearch.org/tree/person/details/LTNG-PHV] - 1901(???)-1963(NSW) - Licences: 2VX Receive Sydney (Pymble, 1923); 2VX Sydney (Pymble, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Strathfield, 1930-1958); radio retailer (Pymble, 1963) ===''MCKAIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Lancelot Martyn McKail|McKail, Henry Lancelot Martyn or Martin "Hal"]] - 1887(WA)-1944(WA) - Licences: 6BT Perth (City, 1923-1924); 6BU Perth (City, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgan River, WA, 1910; West Perth, WA, 1916-1917); science master (Crawley, WA, 1925-1937) ===''MCKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander John McKenzie|McKenzie, Alexander John]] - 1905(???)-19??(???) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''MCKEOWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * McKenzie, Florence Violet (married name) - see Granville, Florence Violet (birth name) * [[/Allan McIllroy McKeown|McKeown, Allan McIllroy]] [https://www.familysearch.org/tree/person/details/L69J-SFC] - 1904(Vic)-1983(Vic) - Licences: 3YZ Melbourne (Alphington, 1924-1927); 3YZ Geelong (1931); 3YZ Melbourne (Northcote, 1933-1939, 1946-1969); 3YZ Ocean Grove (1975-1980) - Qualifications: cc; AOCP 51, 1925, No. ?? in Vic; AOLCP 42, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Northcote, 1936-1954; Alphington, 1968); nil (Ocean Grove, 1972-1977) ===''MCKINLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Harold McKinley|McKinley, Norman Harold "Shorty"]] [https://www.familysearch.org/tree/person/details/GWGP-TLC] - 1913(???)-1999(Qld) - Licences: 4CX Brisbane (Teneriffe, 1932-1933) - Qualifications: cc; AOCP 969, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Milton, Qld, 1949-1972); driver (Paddington, Qld, 1980) ===''MCLAUCHLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles David McLauchlan|McLauchlan, Charles David]] [https://www.familysearch.org/tree/person/details/LYL6-PYY] - 1876(Vic)-1943(Vic) - Licences: 6BW Receive Perth (Victoria Park, 1923); 6BW Perth (Victoria Park, 1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Eucla, 1906; Perth, 1910-1916); telegraph engineer (Victoria Park, 1925); superintendent telegraphs (South Yarra, 1931; Camberwell, 1937-1943) ===''MCLEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stewart Campbell McLean|McLean, Stewart Campbell]] [https://www.familysearch.org/tree/person/details/G86G-PMR] - 1910(Vic)-1994(Vic) - Licences: 3GK Melbourne (Yarraville, 1930-1933; Brunswick, 1937-1939, 1946-1948; Caulfield, 1960) - Qualifications: AOCP 601, 1930, No. ?? in Vic; AOLCP 65, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarraville, 1931-1936); nil (Elsternwick, 1954); engineer (Caulfield, 1958-1980) ===''MCLENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth McLennan|McLennan, Kenneth]] [https://www.familysearch.org/tree/person/details/GX9H-B4N] - 1892(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 124, 1915; 2COCP 185, 1930; 1COCP 238, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous KMcLs - Electoral Rolls: Nil yet identified ===''MCLEOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander McLeod|McLeod, Alexander]] [https://www.familysearch.org/tree/person/details/GMKJ-L25] - 1972(Vic)-1948(Qld) - Licences: 4CF Receive Brisbane (Red Hill, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: confectioner (Red Hill, 1903-1905); pastrycook (Red Hill, 1908-1926; Mt Bruce, 1929-1943) * [[/Gordon Stuart McLeod|McLeod, Gordon Stuart]] [https://www.familysearch.org/tree/person/details/G8V1-38Y] - 1912(NSW)-1966(NSW) - Licences: 3ZZ Geelong (West Geelong, 1930-1931; Newtown, 1933; Crib Point, 1937; Wallington, 1938); 2ADC Sydney (Sans Souci, 1939; Hurstville, 1946-1947; Beverley Hills, 1948-1965) - Qualifications: AOCP 707, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: RAN (Crib Point, Viv, 1937); petty officer RAN (Hurstville, 1943); clerk (Beverly Hills, 1949-1963) * [[/Norman McLeod|McLeod, Norman]] [https://www.familysearch.org/tree/person/details/G86P-8F2] - 1901(Vic)-1995(Vic) - Licences: 3NM Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 602, 19??, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Caulfield, 1937-1968) ===''MCLOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. C. McLoughlin|McLoughlin, E. C.]] - 19??(???)-19??(???) - Licences: 5KJ Port Lincoln (1928-1929) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCMAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Hanney McMahon|McMahon, Leo Hanney]] [https://www.familysearch.org/tree/person/details/GXD8-XQH] - 1914(Qld)-1992(NSW) - 4LM Brisbane (Toombul, 1933-1938); 2ALM Sydney (Darlinghurst, 1939); 2AC Sydney (Kingsford, 1946-1950; Randwick, 1956-1980+) - Qualifications: cc; AOCP 1104, 1933, Qld) - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, AMC); occupation (doctor) - Electoral Rolls: student (Camperdown, NSW, 1936-1937); medical practitioner (Kingsford, NSW, 1949; Randwick, NSW, 1954-1980) ===''MCMASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John McMaster|McMaster, John]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: ===''MCMATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph McMath|McMath, John Joseph]] [https://www.familysearch.org/tree/person/details/L5KG-ZK2] - 1910(Vic)-1999(Vic) - Licences: 3JJ Melbourne (Albert Park, 1927-1939; South Melbourne, 1946-1960; Elwood, 1975-1980+) - Qualifications: AOCP 351, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Albert Park, 1931-1937); manager (St Kilda, 1949-1954); retired (Brighton, 1963-1968; Black Rock, 1972-1977) ===''MCMURTRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Adam McMurtrie|McMurtrie, Sydney Adam or Adam Sydney "Sid"]] [https://www.familysearch.org/tree/person/details/LBQM-DQW] - 1908(NSW)-1982(Qld) - Licences: 4JR Booval (1929-1933); 2AFX Lismore (1937-1939); 4KT Gympie (1948) - Qualifications: cc; AOCP 491, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Gympie, 1936); radio salesman (Lismore, 1937); telephone mechanic (Gympie, 1943-1980) ===''MCNALTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McNalty|McNalty, Joseph]] [https://www.familysearch.org/tree/person/details/GXXW-67M] - 1901(Qld)-1967(Qld) - Licences: 4DZ Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (East Toowoomba, Qld, 1925; Mackay, Qld, 1930-1943); public servant (Fairfield, Qld, 1949); clerk (Toowong, Qld, 1954); telegraphist (St Lucia, Qld, 1958) ===''MCNICOL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Edgar McNicol|McNicol, Robert William Edgar]] [https://www.familysearch.org/tree/person/details/GX8D-6NN] - 1917(Qld)-1974(Qld) - Licences: 4WM Brisbane (Teneriffe, 1936-1939) - Qualifications: cc; AOCP 1680, 1936, Qld; BOCP 57, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Teneriffe, Qld, 1943); university lecturer (Tarragindi, Qld, 1954-1972) ===''MCPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Thomas McPherson|McPherson, Colin Thomas or Thomas Collins]] [https://www.familysearch.org/tree/person/details/G8CT-HST] - 1897(Vic)-1951(Vic) - Licences: 3LU Melbourne (Footscray, 1929-1939) - Qualifications: AOCP 523, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: student (Footscray, 1919); storeman (Footscray, 1922-1942) * [[/Murdoch John McPherson|McPherson, Murdoch or Murdock John]] [https://www.familysearch.org/tree/person/details/27D9-9TB] - 1904(Qld)-1972(NSW) - Licences: 4MC Merinda (1927) - Qualifications: cc; CPRT 916, 1926; 2COCP 58, 1929; 1COCP 161, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: motor driver (Merinda, Qld, 1925); wireless operator (Paddington, Qld, 1929); clerk (Mt Coolah, NSW, 1968) ===''MEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Mead|Mead, Jack]][https://www.familysearch.org/tree/person/details/GFM3-ZSH] - 1915(WA)-2009(WA) - Licences: 6LJ Perth (East Victoria Park, 1931-1939; Wembley, 1947-1960) - Qualifications: cc; AOCP 803, 1931, No. ?? in WA; AOLCP 168, 1934; 1COCP 289, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Victoria Park, WA, 1937); mechanic (Wembley, WA, 1943-1980) * [[/Jordan Arthur Mead|Mead, Jordan Arthur]] [https://www.familysearch.org/tree/person/details/LTJF-1KH] - 1907(NSW)-1993(NSW) - Receive Sydney (Ashfield, 1923-1924), 2JA Sydney (Ashfield, 1925-1928), 2JA Byron Bay (1929-1930), 2AJA Sydney (Ashfield, 1946; Bexley, 1947-1957), 2JM Sydney (Bexley, 1958-1980), qualifications (AOCP 212, 1925, No. ?? in NSW), amateur operator, amateur broadcaster, electoral rolls: telephone mechanic (Byron Bay, 1930; Ashfield, 1931-1943), power technician (Bexley, 1949-1968), electrical field officer (Bexley, 1972-1980) ===''MEADOWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Meadows|Meadows, Robert Cecil]] [https://www.familysearch.org/tree/person/details/GXH2-ZRK] - 1907(Eng)-1966(NSW) - Licences: 4RM Mackay (1932-1939); 2ARM Sydney (Kirribilli, 1946-1948); 2IN Sydney (Rhodes, 1956-1958; Chiswick, 1960; Long Jetty, 1961; Killarney Vale, 1965) - Qualifications: cc; AOCP 879, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (Pems Radio, Rockhampton); journalist (Minchens Electrical Weekly); WW1; WW2 - Electoral Rolls: reporter (Crows Nest, NSW, 1930); radio mechanic (Bundaberg, Qld, 1931-1932); radiotrician (Mackay, 1934-1937); wireless instructor (Kirribilli, NSW, 1943); manager (Rhodes, NSW, 1954-1958); retired (Five Dock, NSW, 1958; Killarney Vale, NSW, 1963) ===''MEDHURST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Edney Medhurst|Medhurst, Edgar Edney]] [https://www.familysearch.org/tree/person/details/GHD6-WFC] - 1902(Tas)-1966(Vic) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Frederick William Medhurst|Medhurst, Frederick William "Pop" (in latter years)]] [https://www.familysearch.org/tree/person/details/M4GS-R6P] - 1868(Eng)-1969(Tas) 101yo - Licences: XZD Hobart (1913-1914); 7AH Receive Hobart (Sandy Bay, 1923); 7AH Hobart (Sandy Bay, 1924-1939, 1946-1947) - Qualifications: Nil yet identified - early wireless experimenter from 1901; amateur operator; amateur broadcaster; business (Medhurst & Sons, 1920s) - Relationships: father of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst, all in the business and interested in radio * [[/Harry Frederick Medhurst|Medhurst, Harry Frederick]] [https://www.familysearch.org/tree/person/details/GHD6-QZV] - 1893(Tas)-1963(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Phillip Aubrey Medhurst|Medhurst, Phillip Aubrey]] [https://www.familysearch.org/tree/person/details/GHD6-DFX] - 1895(Tas)-1969(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Rowland Arthur Medhurst * [[/Rowland Arthur Medhurst|Medhurst, Rowland Arthur]] [https://www.familysearch.org/tree/person/details/GHD6-ZT4] - 1892(Tas)-1969(Tas) - early wireless experimenter, lecturing on wireless 1911, never licensed, likely utilised licence of XZD-7AH (father), son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst ===''MEDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel James Clifford Medlin|Medlin, Noel James Clifford]] [https://www.familysearch.org/tree/person/details/G3MB-743] - 1917(Vic)-2004(Vic) - broadcast planning engineer (ABCB), federal public servant (ABCB), WW2 - Electoral Rolls: engineer (Gardiner, 1943; St Kilda, 1949; Camberwell, 1954-1977); retired (Inverloch, 1980) - father of AM directional antennas in Australia ===''MENON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Menon|Menon, Geoffrey John]] [https://www.familysearch.org/tree/person/details/LT4F-3CQ] - 1905(SA)-1969(NSW) - 3OG Receive Melbourne (St Kilda, 1923-1924), 3OG Melbourne (St Kilda, 1925-1927), 2OG Sydney (Haberfield, 1928; Croydon, 1929-1931), 3OG Melbourne (East Kew, 1933), 2OG Sydney (Northbridge, 1934-1935; Chatswood, 1936-1937; Longueville, 1938-1939, 1946-1948; Pymble, 1950; West Pennant Hills, 1954-1965; Arcadia, 1969), amateur operator (AOCP 209, 1925, No. ?? in Vic), amateur broadcaster, electrician (St Kilda West, 1926-1927), radio engineer (Coburg, 1931), engineer (Kew, 1934), radio engineer (Chatswood, 1937; Longueville, 1943), engineer (Baulkham Hills, 1954-1958; Arcadia, 1968) ===''MERCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie George Merchin|Merchin, Leslie George]] [https://www.familysearch.org/tree/person/details/LTLT-SSF] - 1917(Qld)-1994(Qld) - Licences: 4ML Richmond (1934-1939); 4MG Richmond (1948); 4MG Killarney (1954-1980+) - Qualifications: cc; AOCP 1399, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: garage proprietor (Richmond, Qld, 1943-1949); motor mechanic (Killarney, Qld, 1954-1968; Rockhampton North, Qld, 1972-1980) ===''MEREDITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement George Benger Meredith|Meredith, Clement George Benger]] [https://www.familysearch.org/tree/person/details/KZJD-6S6] - 1885(WA)-1959(USA) - Licences: Nil yet identified - Qualifications: cc; CPRT 15, 1914 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Windsor, Vic, 1914-1916); officer-in-charge wireless (Geraldton, WA, 1916-1917) * [[/Llewellyn Lennon Meredith|Meredith, Llewellyn Lennon]] [https://www.familysearch.org/tree/person/details/GD8W-LV7] - 1885(Eng)-1923(NSW) - Licences: Nil yet identified - Qualifications: CPRT 246, 1916 - ship wireless officer, AWA (traffic manager) - Electoral Rolls: Nil yet identified - Comment: Gone too soon - Links: [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_04_04#P.22_-_Obituary_-_Mr._L._L._Meredith|Obit]] ===''MESSENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Albert Messenger|Messenger, Percival Albert]] [https://www.familysearch.org/tree/person/details/GXRP-BS1] - 1892(SA)-1980(NSW) - Licences: 5PM Adelaide (Largs Bay, 1928) - Qualifications: cc; CPRT 70, 1915 (Marconi); CPRT 152, 1915 (Balsillie) - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: manager (Randwick, NSW, 1936; Coogee, NSW, 1943-1958; Randwick, NSW, 1963-1980) ===''MICHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Hector Ernest Henderson Michell|Michell, Hector Ernest Henderson "Ernest"]] [https://www.familysearch.org/tree/person/details/GQNQ-T5H] - 1897(Vic)-1984(Vic) - Licences: 3JP Receive Melbourne (Caulfield, 1922); 3JP Melbourne (Caulfield, 1923-1931; Elsternwick, 1933); 3JP Hamilton (1937-1939); 3AEM Hamilton (1960-1969); 3JX Hamilton (1975-1980+) - Qualifications: cc; AOCP 162, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; operator of 3LR Elsternwick Radio Club (1925); WW1; land officer (Hamilton, 1936) - Electoral Rolls: clerk (Balaclava, 1919-1921); draftsman (Caulfield, 1922); land officer (Hamilton, 1936-1980) ===''MILBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Leslie Milburn|Milburn, Henry Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/G8NV-8VJ] - 1890(Vic)-1957(Qld) - Licences: 4HM Home Hill (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Toowong, 1919); electrical engineer (Home Hill, 1922-1925; Stanthorpe, 1934-1949) - Halcyon: not mentioned? ===''MILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Thomas Miles|Miles, Gilbert Thomas]] [https://www.familysearch.org/tree/person/details/L19Y-X19] - 1904(Vic)-1981(NSW) - Licences: 7KQ Hobart (Bellerive, 1937-1939) - Qualifications: cc; AOLCP 106, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Camberwell, 1925-1926); electrical engineer (Glen Iris, Vic, 1931); engineer (Elsternwick, 1936); radio engineer (Croydon, NSW, 1943-1972); engineer (Croydon, 1977-1980) * [[/Harry Raymond Miles|Miles, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G8NJ-DQ2] - 1911(WA)-2003(WA) - Licences: 6XL Perth (Mt Lawley, 1930-1933); 6XL Wiluna (1937); 6XL Perth (Mt Lawley, 1938-1939) - Qualifications: cc; AOCP 645, 1930, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Wiluna Gold Mines, WA, 1936; Mt Beauty, Vic, 1954); poultry farmer (Balga, WA, 1958-1972); farmer (Wanneroo, WA, 1977-1980) ===''MILLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roydon Arthur Milledge|Milledge, Roydon Arthur]] [https://www.familysearch.org/tree/person/details/GMJY-3DW] - 1903(Vic)-1983(Tas) - Licences: 3WT Shepparton (1936-1937); 7WT Hobart (1938-1939); 7WT Ulverstone (1947-1948+); 7WT Hobart (1956-1960+) - Qualifications: cc; AOCP 1693, 1936, No. ?? in Vic - amateur operator; amateur broadcaster; WW2; bank clerk 1931; Civil Engineer 1950s - Electoral Rolls: assistant engineer (State Savings Bank, Auburn, 1927); engineer (Glenhuntley, 1931-1934); civil engineer (Shepparton, 1936) ===''MILLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dunlop Millen|Millen, John Dunlop]] [https://www.familysearch.org/tree/person/details/GC9X-S4W] - 1877(Irl)-1941(Tas) - Licences: Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver; senator - Electoral Rolls: mining engineer (Waratah, 1914-1919; Newstead, 1922-1937) ===''MILLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alexander Miller|Miller, Charles Alexander "Charlie"]] [https://www.familysearch.org/tree/person/details/G8NV-YRR] - 1915(NSW)-1999(Qld) - Licences: 4US Brisbane (New Farm, 1933-1936); 2ADE Casino (1935-1939, 1946-1961); 4QM Caloundra (1969-1980+) - Qualifications: AOCP 1208, 1933, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); part of the "U" gang, military (WW2, RAAF) - Electoral Rolls: radio mechanic (Casino, 1943-1963); army officer (Ipswich, 1963); retired (Shelley Beach, 1968-1972; Caloundra, 1977-1980) * [[/Charles Harcourt Miller|Miller, Charles Harcourt]] [https://www.familysearch.org/tree/person/details/G6MC-9QY] - 1921(Tas)-2001(Tas) - Licences: 7CM Hobart (Bellerive, 1936-1939; Taroona, 1969-1980+) - Qualifications: cc; AOCP 1799, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Bellerive, 1943) * [[/Francis George Miller|Miller, Francis George "Frank"]] [https://www.familysearch.org/tree/person/details/LYD2-LHT] - 1895(SA)-1954(SA) - Licences: 5BF Mt Gambier (1923-1939, 1946-1954) - Qualifications: cc; AOCP 185, 1925, No. ?? in SA; BOCP 58, 1936 - amateur operator; amateur broadcaster; broadcast engineer; founder of commercial station 5MU Murray Bridge; WW1 - Electoral Rolls: fitter (Murray Bridge, 1939-1943) [https://www.qsl.net/vk5br/FrankMiller.pdf Biography] * [[/Frank Colin Miller|Miller, Frank Colin]] [https://www.familysearch.org/tree/person/details/GX9C-86L] - 1884(Eng)-1953(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 126, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: engine operator (Radio Station, Roebourne, 1916-1917); station hand (Marron Station, 1918; Carnarvon, 1921; Mallina, 1922-1925); contractor (Roebourne, 1930-1936; Karratha Station, 1937); labourer (Roebourne, 1943); cook (Wittenoom Gorge, 1949) * [[/H. Miller|Miller, H.]] - 19??-19?? - 4EH Brisbane (Ascot, 1923-1924); 2EH Sydney (Dulwich Hill, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert Edward Miller|Miller, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GD2Q-XMX] - 1899(NSW)-19??(???) - Licences: 2HE Sydney (Belmore, 1931-1939) - Qualifications: cc; CPRT 932, 1926; 2COCP 329, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Campsie, 1930; Belmore, 1932-1943); miner (Glen Davis, 1943) * [[/Herbert Leslie Miller|Miller, Herbert Leslie]] [https://www.familysearch.org/tree/person/details/GD2Q-7LH] - 1897(Qld)-1966(Qld) - Licences: 4CA Receive Brisbane (West End, 1922); 4HL Brisbane (Hill End, 1927) - Qualifications: CPRT 330, 1917; 2COCP 329, 1940; 1COCP 483, 1940s; BOCP 370, 1941 - ship wireless officer (RMS Bingera, 1920); amateur operator; amateur broadcaster; sales (J. B. Chandler, 1924; Overells, 1925) - Electoral Rolls: wireless officer (West End, 1921); salesman (West End, 1925); manager (Coorparoo, 1928); salesman (Coorparoo, 1937-1954); clerk (Camp Hill, 1958-1963) ===''MILLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hugh Milligan|Milligan, Stanley Hugh]] [https://www.familysearch.org/tree/person/details/2CB1-L7Y] - 1901(Vic)-1976(Vic) - Licences: 3AU Receive Geelong (1922-1923); 3AU Geelong (1924); 3AU Eaglehawk (1924-1926); 3AU Chilwell (1927-1931); 3AU Geelong (1937-1939); 3AU Melbourne (Surrey Hills, 1947; Auburn, 1948) - Qualifications: cc; AOCP 125, 1925, No. ?? in Vic; AOLCP 164, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Eaglehawk, 1924-1926; Geelong West, 1924); radio mechanic (Chilwell, 1927-1931); watchman (Geelong West, 1934-1937); storekeeper (Hawthorn, 1949); engineer (Canterbury, 1954-1968); nil (Doncaster, 1972) ===''MILLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Griffiths John Mills|Mills, Griffiths John]] - 19??(???)-19??(???) - Licences: 6CK Receive Perth (Subiaco, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Subiaco, 1929-1931) * [[/Norman Gibson Mills|Mills, Norman Gibson]] [https://www.familysearch.org/tree/person/details/9415-SSS] - 1890(Vic)-1959(Qld) - Licences: 4NM Brisbane (Moorooka, 1938-1939, 1947-1956; Margate, 1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Toowong, Qld, 1919); contractor (Moorooka, Qld, 1921-1954); retired (Margate, Qld, 1958) * [[/Ralph Mervyn Mills|Mills, Ralph Mervyn]] [https://www.familysearch.org/tree/person/details/G8JD-GST] - 1909(NSW)-1989(NSW) - Licences: 2MM Sydney (Balmain, 1930-1934; Canterbury, 1935-1936) - Qualifications: AOCP 660, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Balmain, 1931-1937); engineer (Pymble, 1949-1977; West Pymble, 1980) ===''MILNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Brough Milne|Milne, Andrew Brough]] [https://www.familysearch.org/tree/person/details/9KXN-QZV] - 1890(South Africa)-1979(Qld) - Licences: 4BM Dealer Mackay (1926-1927) - Qualifications: 3COCP 3492, 1961 - dealer licence - Electoral Rolls: motor mechanic (Mackay, 1915-1943); mechanical engineer (North Mackay, 1949-1977) * [[/John Collicott Milne|Milne, John Collicott]] [https://www.familysearch.org/tree/person/details/MP34-518] - 1903(Tas)-1990(Tas) - Licences: 7AG Gretna (1923-1939, 1946-1980+) - Qualifications: cc; AOCP 604, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Gretna, 1928-1980) ===''MILNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Frederick Milner|Milner, George Frederick]] [https://www.familysearch.org/tree/person/details/GF7W-W4D] - 1908(WA)-1992(WA) - Licences: 6GF Perth (Mt Lawley, 1931-1933) - Qualifications: cc; AOCP 788, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1931; North Beach, WA, 1936-1937); RAAF (Nedlands, WA, 1943-1980) * [[/James Milner|Milner, James]] [https://www.familysearch.org/tree/person/details/GZXH-1DM] - 1901(Eng)-1947(Qld) - Licences: 4AK Brisbane (Kelvin Grove, 1923-1927; Ashgrove, 1931-1936); 4AU Brisbane (1937-1939) - Qualifications: cc; AOCP 93, 1925, No. 11 in Qld - amateur operator; amateur broadcaster (prominent from Valley Theatre) - Withdrawal: 4AK amateur callsign withdrawn by the PMGD for allocation to the new 4AK Oakey commercial service - Electoral Rolls: fitter (Kelvin Grove, 1925-1926); electrical fitter (Ashgrove, 1928-1943) ===''MINCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur W. Minchin|Minchin, Arthur W.]] - 19??-19?? - 4AM Rockhampton - amateur operator (AOCP ???, 19??, No. ?? in Qld), amateur broadcaster, broadcast engineer (4RO Cmcl), wireless retail business proprietor - seems in error, see William Allan Minchin * [[/William Allan Minchin|Minchin, William Allan]] [https://www.familysearch.org/tree/person/details/LV7Q-86C] - 1893(Vic)-1976(NSW) - Licences: 4AM Rockhampton (1938-1939) - Qualifications: cc; CPRT 220, 1916; 2COCP 365, 1931; 1COCP 244, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: wireless engineer operator (Wyndham, 1917); farmer (Toodyay, 1925); radio engineer (Rockhampton, 1936-1943; Lismore, 1949-1954; Hunters Hill, 1958-1968); engineer (Hunters Hill, 1972) ===''MINEHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Minehan|Minehan, W. A.]] - 19??(???)-19??(???) - Licences: 4AM Rockhampton (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MINGAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Francis Mingay|Mingay, Oswald Francis "Ossie"]] [https://www.familysearch.org/tree/person/details/K45G-NZG] - 1895(NSW)-1973(NSW) - Licences: 2XX Sydney (Turramurra, 1923-1926; Sydney, 1931-1933) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast engineer; journalist; publisher; WW1; WW2 - Electoral Rolls: engineer (Collaroy, 1930); managing editor (Pymble, 1930-1932); radio engineer (Lindfield, 1933-1934); publisher (Lindfield, 1937-1963; St Ives, 1963-1968) - Comment: licensed operator of 2WV Burgin Electric Co. (1923) [https://adb.anu.edu.au/biography/mingay-oswald-francis-ossie-11135 ADB]; [https://www.qsl.net/vk2dym/radio/Mingay.htm MacKinnon] ===''MITCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Theodore Mitchell|Mitchell, Alexander Theodore]] [https://www.familysearch.org/tree/person/details/GXNY-CC2] - 1872(???)-1966(Qld) - Licences: Receive Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer (Red Hill, Qld, 1921; Torwood, Qld, 1922); electrical engineer (Toowoomba, Qld, 1925; Wilston, Qld, 1928-1929; Sandgate, Qld, 1936-1963) * [[/Harold Benson Mitchell|Mitchell, Harold Benson]] [https://www.familysearch.org/tree/person/details/LDVS-QN7] - 1901(Vic)-1962(Vic) - Licences: 3CZ Receive Melbourne (Elwood, 1922-1923); 3CZ Melbourne (Elwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Elwood, 1924-1927); manager (Caulfield, 1937); manufacturer (Caulfield, 1942); manager (Caulfield, 1949); merchant (St Kilda, 1949); manager (St Kilda, 1954) * Mitchell, Hector Ernest Henderson "Ernest" - see Michell, Hector Ernest Henderson "Ernest" (frequent misspelling) * [[/Stanley John Mitchell|Mitchell, Stanley John]] [https://www.familysearch.org/tree/person/details/LDVS-Q83] - 1887(Vic)-1974(Monaco) - Licences: 3SJ Melbourne (Brighton, 1924-1927) - Qualifications: cc; AOCP 53, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Toorak, 1912-1916; Brighton, 1919-1928); investor (Brighton, 1936-1937) financier (Vaucluse, NSW, 1943) ===''MOFFATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert David Gray Moffatt|Moffatt or Moffat or Gray, Robert David Gray "Bob"]] [https://www.familysearch.org/tree/person/details/GX8V-PM3] - 1911(Qld)-1983(Qld) - Licences: 4RD Mackay (1935-1939); 4RD Gracemere (1947-1948); 4RD Mackay (1954-1980+) - Qualifications: cc; AOCP 1549, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Herberton, Qld, 1936; Mackay, Qld, 1937); mechanic in broadcasting (Gracemere, Qld, 1949); technician (Mackay, Qld, 1954-1980) ===''MONEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Dudley Money|Money, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/G3JD-M9H] - 1907(Vic)-1986(Vic) - 3MY Melbourne (Canterbury, 1925-1939; Upwey, 1946-1948; Cheltenham, 1954-1969; East Bentleigh, 1975-1980+), amateur operator (AOCP 205, 1925, No. ?? in Vic), amateur broadcaster, draughtsman (Camberwell, 1931-1934), engineer (Upwey, 1942-1949; Moorabbin, 1954-1967; East Bentleigh, 1972-1980) ===''MONKHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Isaac Monkhouse|Monkhouse, Walter Isaac]] [https://www.familysearch.org/tree/person/details/K8ZT-YPN] - 1887(NZL)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio clubs (QWI & WIA Qld, president & lecturer); senior state public servant (Qld Public Works Dept, State Electrical Engineer); witness to Royal Commission 1927 (as president WIA Qld) - Electoral Rolls: telephone instructor (South Brisbane, 1919); engineer (Teneriffe, 1925; New Farm, 1928; Taringa, 1936-1954); electrical engineer (Bardon, 1958-1963) ===''MONKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Brendan Monks|Monks, Alfred Brendan]] [https://www.familysearch.org/tree/person/details/GDR2-444] - 1894(Tas)-1973(Vic) - Licences: 3AAB Melbourne (Diamond Creek, 1948; Northcote, 1954-1960; Preston, 1965-1969) - Qualifications: cc; CPRT 571, 1920; 2COCP 272, 1930; 1COCP 282, 1932 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1915) - Relationships: twin brother of 7BR Cyril Wilson Monks - Electoral Rolls: Western Electric engineer (East Sydney, 1930); licensee Railway Commercial Hotel (Albury, 1931-1932); radio telegraphist (Centennial Park, 1943); radio officer (Reservoir, Vic, 1963; Preston, 1967-1972) * [[/Cyril Wilson Monks|Monks, Cyril Wilson]] [https://www.familysearch.org/tree/person/details/GDR2-96N] - 1894(Tas)-1976(Vic) - Licences: 7BR Receive Hobart (Battery Point, 1923); Receive Hobart (Battery Point, 1923-1924) - Qualifications: cc; 1COCP 225, 1931 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1919); WW2 - Relationships: twin brother of 3AAB Alfred Brendan Monks - Electoral Rolls: federal civil servant (Battery Point, 1928); public servant (Bellerive, 1936-1937); radio inspector (Scarborough, WA, 1943; Nedlands, 1949); retired (Frankston, 1972) ===''MONTEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Monteath|Monteath, Frederick]] - 1895(Vic)-1943(NSW) - Licences: 3VM Receive Melbourne (Elsternwick, 1923-1924); 3KP Melbourne (Elsternwick, 1930-1933) - Qualifications: AOCP 694, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: photographer (Prahran, 1919; Elsternwick, 1921); mercer (Elsternwick, 1924-1931); photographer (Glenmore, NSW, 1934-1935; Ashfield, 1937); storekeeper (Rockdale, 1943) ===''MOODY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Percy Moody|Moody, Francis Percy]] [https://www.familysearch.org/tree/person/details/L1D9-KLG] - 1903(Qld)-19??(???) - Licences: 4FM Cairns (1932-1969) - Qualifications: cc; AOCP 967, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Rockhampton North, 1925-1926); accountant (Cairns, 1926-1949); radio dealer (Cairns, 1954-1980) ===''MOORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Moore|Moore, Albert Ernest "Ernie"]] [https://www.familysearch.org/tree/person/details/KW6D-TMT] - 1916(Qld)-1982(Qld) - Licences: 4?? Brisbane - Qualifications: cc; NAOCP Q728, 1980, No. ?? in Qld - amateur operator; prominent MW and SW broadcast DXer; clubs (All-Wave All-World DX Club, Shortwave League of Western Australia, Australian Radio DX Club, New Zealand Radio DX League, Southern Cross DX Club, DX Australia) - QSLs: portion (200+) of later QSL collection survives (ARDXC/NFSA) * [[/Eric John Theodore Moore|Moore, Eric John Theodore]] [https://www.familysearch.org/tree/person/details/GD91-7LN] - 1894(NSW)-1940(NSW) - Licences: XEM Sydney (Petersham, 1913-1914); Receive (Crystal) Sydney (Neutral Bay, 1923); 2EM Sydney (Neutral Bay, 1924-1928) - Qualifications: cc; CPRT 161, 1915; 2COCP 237, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Awards: UK merchant seaman medal - Electoral Rolls: engineer (Bronte, 1934-1937) * [[/Francis Leonard Moore|Moore, Francis Leonard "Frank"]] - 19??(???)-1924(NSW) - 2?? Sydney, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, employment (Archibald John Shaw, Maritime Wireless Co, United Distributors) - Comment: electrocuted while conducting wireless experiments * [[/Louis James Murphy Moore|Moore, Louis James Murphy "Leo"]] [https://www.familysearch.org/tree/person/details/L45W-GS4] - 1888(Vic)-1968(Vic) - Licences: 3LO Receive Seymour (1923); 3LO Seymour (1924-1925); 3MS Seymour (1924-1927) - Qualifications: cc; CPRT 85, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918); amateur operator; amateur broadcaster - Electoral Rolls: telegraph operator (Clifton Hill, 1909); telegraphist (Collingwood, 1912-1914); wireless operator (Collingwood, 1917-1919); telegraphist (Elsternwick, 1922); clerk (Seymour, 1924-1931; Bentleigh, 1936-1949); guesthouse proprietor (Healesville, 1954); clerk (Oakleigh, 1963-1968) - Withdrawal: Likely 3LO callsign withdrawn for allocation to 3LO Melbourne Class A ===''MOORHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Martin Moorhouse|Moorhouse or Moorehouse, Herbert Martin]] [https://www.familysearch.org/tree/person/details/KJPG-1HL] - 1899(Tas)-1990(WA) - Licences: 7HM Hobart (North Hobart, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Hobart South, 1922); carpenter (New Town, 1928); carrier (Hobart North, 1936); motordriver (Queensborough, 1949) ===''MORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Donald Moran|Moran, Cyril Donald]] - 19??-19?? - broadcast technician at 4QG under Qld Government, state public servant (4QG) ===''MORGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Mowbray Morgan|Morgan, Donald Mowbray]] [https://www.familysearch.org/tree/person/details/GDP7-218] - 1907(NSW)-1988(Tas) - Licences: T749 Receive Glebe (1922); Receive Glebe (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Huonville, 1928-1972) * [[/Ivor Morgan|Morgan, Ivor]] [https://www.familysearch.org/tree/person/details/LRSY-S8G] - 1909(Vic)-1977(Vic) - Licences: 3DH Melbourne (East Malvern, 1930-1933; Shepparton, 1937; East Malvern 1938-1939; Hawthorn, 1946-1975) - Qualifications: cc; AOCP 605, 1930, No. ?? in Vic; BOCP 20, 1936; TVOCP, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1931-1934); engineer (Brighton, 1936); broadcast engineer (3SR Shepparton, 1937); technician (Hawthorn, 1943-1977) - Relationships: Father of 3ZFM V. I. Morgan * [[/Reginald George Morgan|Morgan, Reginald George]] [https://www.familysearch.org/tree/person/details/LRFR-D7H] - 1914(Eng)-1993(NSW) - Licences: 6RM Perth (City, 1931); 2AJS Sydney (Randwick, 1938-1939); 2ABM Sydney (Coogee, 1946-1950; Bankstown, 1954-1958; Greenacre, 1960-1980+) - Qualifications: cc; AOCP 755, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Coogee, NSW, 1936-1937); no occupation (Coogee, NSW, 1949); electrical mechanic (Bankstown East, NSW, 1954); mechanic (Greenacre, NSW, 1963-1980) * [[/William Albert Morgan|Morgan, William Albert]] [https://www.familysearch.org/tree/person/details/9HVG-8PW] - 1899(Tas)-1965(Tas) - Licences: 7AI Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart West, 1922); electrical fitter (New Town, 1928-1937); fitter (New Town, 1943-1954); manager (Montrose, 1963) ===''MORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. H. Morley|Morley, W. H.]] - 19??(???)-19??(???) - Licences: 2WU Sydney (Watersleigh, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''MORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John William Morris|Morris, Albert John William]] [https://www.familysearch.org/tree/person/details/9V2B-Y2J] - 1873(Tas)-1940(Tas) - Licences: 7BS Receive Hobart (West Hobart, 1923); Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Hobart North, 1914-1943) * [[/Cecil Ralph Newman Morris|Morris, Cecil Ralph Newman]] [https://www.familysearch.org/tree/person/details/G3MW-YGT] - 1906(Qld)-1971(Qld) - Licences: Receive Brisbane (Rosalie, 1923); 4CN Brisbane (Rosalie, 1928); 4LW Brisbane (Rosalie, 1929-1933; Ashgrove, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 398, 1928, No. 45 in Qld - amateur operator; amateur broadcaster; technician (PMGD); WW2 - Electoral Rolls: mechanic (Rosalie, 1928); postal mechanic (Ashgrove, 1936-1954); supervising technician (Rosalie, 1958-1968) * [[/Glynn Ian Elliott Morris|Morris, Glynn Ian Elliott]] [https://www.familysearch.org/tree/person/details/G8XG-9TS] - 1908(???)-19??(???) - Licences: 3BZ Melbourne (Mordialloc, 1930-1939; Parkdale, 1946-1980+) - Qualifications: AOCP 621, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Mordialloc, 1931-1937); mechanic (Mentone, 1943); official (Mentone, 1949-1968); secretary (Mentone, 1972-1980) * [[/Jack Dudley Morris|Morris, Jack Dudley]] [https://www.familysearch.org/tree/person/details/GZ2R-NMZ] - 1914(Vic)-1944(At Sea) - Licences: 3LX Melbourne (Oakleigh, 1933, pirate); 3DQ Melbourne (Oakleigh, 1934-1937) - qualifications: AOCP 1244, 1934, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (mention in despatches) - electoral rolls: operator (Oakleigh, 1936-1942) - Sacrifice: "Greater love hath no man than this" * [[/Richard Charles William Morris|Morris, Richard Charles William (BDM) or Charles Richard William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXW7-56S] - 1922(Qld)-1984(Qld) - Licences: 4MT Rockhampton (1954-1980) - Qualifications: cc; AOCP 3210, 1951, Qld; BOCP 1460, 1956 - amateur operator; WW2 - Electoral Rolls: electrician (Rockhampton, 1949); electrical fitter (Rockhampton, 1954-1963); radio technician/electrician (Rockhampton, 1968-1972); radio technician (Rockhampton, 1977-1980) * [[/Ronald David Morris|Morris, Ronald David]] [https://www.familysearch.org/tree/person/details/LX5W-S7Z] - 1904(Vic)-1997(Vic) - Licences: 3AP Receive Melbourne (Caulfield, 1922); 3AP Melbourne (Caulfield, 1922-1927); 3APM Melbourne (East Brighton, 1947-1980+) - Qualifications: cc; AOCP 151, 1925, No. ?? in Vic; CPRT 919, 1926; BOCP 600, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Caulfield, 1925-1931); radio (Brighton, 1936-1937); mechanic (Brighton, 1943; Elsternwick, 1949-1967; Brighton East, 1972-1977) * [[/Sydney Paul Francis Morris|Morris, Sydney Paul Francis "Syd"]] [https://www.familysearch.org/tree/person/details/GX95-MRP] - 1888(Vic)-1960(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: clerk (Prahran, Vic, 1909; Dandenong, 1912-1913); clerk & telegraphist (Eltham, Vic, 1924); manager (East Bairnsdale, Vic, 1925-1928); clerk (Sandringham, Vic, 1931); inspector (Caulfield, Vic, 1942-1949) * [[/William Belfort Morris|Morris, William Belfort]] [https://www.familysearch.org/tree/person/details/G8X1-VYQ] - 1910(WA)-1991(WA) - Licences: 6WM Perth (Hollywood, 1930-1937; Mt Lawley, 1938-1939); 6WM Kalgoorlie (1946-1954); 6WM Perth (Applecross, 1955-1975) - Qualifications: cc; AOCP 625, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Hollywood, 1931-1937); newsagent (Kalgoorlie, 1949-1954); representative (Applecross, 1958-1980) ===''MORRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Cyril Tucker Morrison|Morrison, Gordon Cyril Tucker]] [https://www.familysearch.org/tree/person/details/GFMN-J6Z] - 1916(WA)-1993(NSW) - Licences: 6KN Geraldton (1935-1937); 6KN Perth (City, 1938-1939); 2AKN Sydney (Hernes Bay, 1947; Parramatta, 1948-1950; Balgowlah, 1954-1958) - Qualifications: cc; AOCP 1485, 1935, WA; BOCP 89, 1937; 3COCP 1536, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Geraldton, WA, 1937); radio employee (North Perth, WA, 1943); aircraft surveyor (Parramatta North, NSW, 1949; Balgowlah, NSW, 1954-1963); surveyor (Wahroonga, NSW, 1968-1980) * [[/Lionel Morrison|Morrison, Lionel]] [https://www.familysearch.org/tree/person/details/KDMZ-K6G] - 1906(WA)-1996(WA) - Licences: 6LM Perth (Bayswater, 1939, 1947-1980) - Qualifications: cc; AOCP 1485, 1939, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Sandstone, WA, 1931); pipefitter (Wiluna, WA, 1936-1937); fitter (Wiluna, WA, 1943; Bayswater, WA, 1949-1980) ===''MORRISSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Joseph Martindale Morrissey|Morrissey, Brian Joseph Martindale]] - 19??(???)-19??(???) - Licences: 5AP Adelaide (Prospect, 1935-1937) - Qualifications: cc; AOCP 1544, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''MORROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Caldwell Morrow|Morrow, Arthur Caldwell]] [https://www.familysearch.org/tree/person/details/GHQF-T2F] - 1912(Qld)-1967(Qld) - Licences: 4BM Brisbane (Paddington, 1937-1939) - Qualifications: cc; 2COCP 335, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Red Hill, Qld, 1934-1937); wireless operator (Paddington, Qld, 1943); farmer (Paddington, Qld, 1949-1963) ===''MORSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel Percy Morse|Morse, Noel Percy "Bill"]] [https://www.familysearch.org/tree/person/details/GWRN-3QR] - 1914(Qld)-1942(At Sea) - Licences: 2JE Sydney (Cremorne, 1934-1935); 4LI Brisbane (Clayfield, 1937); 2AHS Sydney (Mosman, 1938-1939) - Qualifications: cc; AOCP 1402, 1934, Qld - amateur operator; amateur broadcaster; WW2 (RNZAF, Pilot Officer) - Electoral Rolls: radio engineer (Buranda, Qld, 1937; Clayfield, Qld, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.rafcommands.com/database/wardead/details.php?qnum=95585 RAF Commands]; [https://www.aucklandmuseum.com/war-memorial/online-cenotaph/record/C29996 Auckland Museum]; [http://aircrewremembered.com/morse-noel.html AirCrewRemembered] ===''MORTIMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mark Mortimer|Mortimer, Mark]] [https://www.familysearch.org/tree/person/details/GS7M-ZZ4] - 1887(Irl)-19??(???) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 107, 1915; 2COCP 48, 1929; 1COCP 89, 1930; BOCP 48, 1934? - RANRS (Warrant Telegraphist, 1917) - Comment: numerous contemporaneous MMs - Electoral Rolls: Nil yet identified ===''MORTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Evors Morton|Morton, Charles Evors]] [https://www.familysearch.org/tree/person/details/GZJ5-F3R] - 1888(Qld)-1963(NSW) - 2MH Sydney (Homebush, 1925-1934), amateur operator (AOCP 170, 1925, No. ?? in NSW), amateur broadcaster, public servant (Rockhampton, 1912), WW1 ===''MOSES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Joseph Moses|Moses, Charles Alfred Joseph]] - 1900(Eng)-1988(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - ABC (general manager) - Electoral Rolls: - Links: [[w:Charles Moses|Wikipedia]]; [https://adb.anu.edu.au/biography/moses-sir-charles-joseph-15044 ADB] ===''MOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Moss|Moss, George Arthur]] [https://www.familysearch.org/tree/person/details/GZG7-86Y] - 1903(WA)-2000(WA) - Licences: 6GM Perth (Cottesloe Beach, 1926-1931; Mt Lawley, 1933-1939, 1946-1956; Mt Pleasant, 1960-1965; Boya, 1969-1995+) - Qualifications: cc; AOCP 233, 1926, No. ?? in WA; AOLCP 177, 1934; 1COCP 574, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: piano mechanic (Cottesloe Beach, 1925); wireless mechanic (North Perth, 1931-1958); lecturer (Mt Pleasant, 1963; Boya, 1968-1980) - [https://qsl.net/vk6zse/historic/p-vk6gm.html QSL.net] ===''MOULE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Ernest Moule|Moule, Clifford Ernest "Cliff"]] [https://www.familysearch.org/tree/person/details/G8XQ-DFH] - 1912(SA)-1998(SA) - Licences: 5CX Adelaide (Parkside, 1930-1939; Plympton, 1946-1948; McLaren Vale, 1954; Lower Mitcham, 1955-1956; Westbourne Park, 1960-1980+) - Qualifications: cc; AOCP 611, 1930, No. ?? in SA; BOCP 1462, 1956 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Clarence Gardens, 1939-1941; Glandore West, 1943) ===''MOWLEM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Mowlem|Mowlem, Leonard]] [https://www.familysearch.org/tree/person/details/GX9F-DHH] - 1878(???)-1950(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: naval employee (Toorak, 1919); radio telegraphist (Thursday Island, 1921); telegraphist (Toorak, 1925); engineer (Toorak, 1928); wireless (Malvern, 1931-1949) ===''MOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Murray Moyle|Moyle, John Murray "Johnny"]] - 1908(Vic)-1960(ACT) - 2JU Sydney, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly, 1932+; Radio TV & Hobbies, 1939-), education (Scotch College, 1923-1926), military (WW2, RAAF 1941-, Squadron Leader), broadcast (3DB, 1920s) (callsign 2JU previously Ross Amos Hull) - Links: [http://messui.polygonal-moogle.com/valves/NW198909.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198910.pdf EA2] ===''MUIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sibbald Allison Muir|Muir, John Sibbald Allison]] [https://www.familysearch.org/tree/person/details/LRB3-1J6] - 1904(SA)-1996(Vic) - 3QW Receive Melbourne (Brighton, 1923); 3QW Melbourne (Brighton, 1923-1926) - Qualifications: cc; AOCP 91, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; likely operator of 3NS dealer licence for Norris & Skelly, Elizabeth St, Melbourne 1924 - Electoral Rolls: dealer (Brighton, 1925-1927); radio dealer (Malvern, 1928); wireless (Brighton, 1931); engineer (Brighton, 1935; Ringwood, 1936-1954); nil (Somers, 1963; Langwarrin, 1968-1977; Garfield, 1980) * [[/Robert White Muir|Muir, Robert White]] [https://www.familysearch.org/tree/person/details/K644-M2J] - 1904(WA)-1966(WA) - Licences: 6RW Wagin (1933-1939); 6RW Perth (Subiaco, 1947-1965) - Qualifications: cc; AOCP 1184, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (Albany, WA, 1925-1926); jeweller & radio dealer (Wagin, WA, 1931); jeweller (Wagin, WA, 1936-1943); watchmaker (Subiaco, WA, 1949-1963) ===''MULLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Fred Mullett|Mullett, Leslie Fred]] [https://www.familysearch.org/tree/person/details/GXRX-BQD] - 1903(SA)-1980(SA) - Licences: 5ZQ Adelaide (Highgate, 1932-1933) - Qualifications: cc; AOCP 1065, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Highgate, SA, 1939-1941); engineer (Barton, ACT, 1949) ===''MULLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Mulligan|Mulligan, Frederick Charles]] [https://www.familysearch.org/tree/person/details/L2QS-X7W] - 1886(NZ)-1982(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 135, 1915; 2COCP 211, 1930; 1COCP 329, 1933 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: engineer operator (Clayfield, 1914-1917); wireless operator (Emita, Flinders Island, 1919-1928); OIC Radio Station (Darwin, 1934); radiologist (Ascot, 1936); OIC radio (Townsville, Qld, 1943); retired (Warrimoo, NSW, 1954-1958; Umina, NSW, 1958) ===''MUNRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Bruce Willson Munro|Munro, Bruce Willson]] [https://www.familysearch.org/tree/person/details/G7GX-CDJ] - 1908(Qld)-1994(Qld) - Licences: 4AL Brisbane (Hawthorne, 1927-1931; Bulimba, 1933-1939) - Qualifications: cc; AOCP 339, 1927, No. 35 in Qld; 2COCP 68, 1936 - amateur operator; amateur broadcaster; aeronautical experimenter; pilot; Qld Aero Club (Brisbane, honorary flying instructor, 1930s); Dept Civil Aviation (Brisbane, Assistant Plan Printer, 1956-1968) - Electoral Rolls: commercial pilot (Moorooka, 1943); flight checking officer (Townsville, 1943); pilot (West End, 1949-1963); commonwealth public servant (Wynnum, 1968-1972); retired (Wynnum, 1977-1980) ===''MURDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilmot Henry Murden|Murden, Wilmot Henry]] [https://www.familysearch.org/tree/person/details/G691-7WC] - 1915(Vic)-19??(???) - Licences: 7TY Launceston (1934-1937); 3TY Melbourne (West Preston, 1938-1939; Thornbury, 1947); 3TY Rapanyup (1948); 3TY Sale (1954-1955); 3TY Swan Hill (1956-1960) - Qualifications: cc; AOCP 1243, 1934, No. ?? in Tas; BOCP 1176, 1950; 1COCP 1610, 1951 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Sale, 1954); radio engineer (3SH, Sale, 1963) ===''MURDOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Fraser Murdoch|Murdoch, James Fraser "Fraser"]] - 19??(???)-19??(???) - 4FQ Toowoomba (1946-1948), amateur operator (AOCP 2383, 1939, No. ?? in Qld), amateur broadcaster, employment (Empire Theater under Cliff Gold 4CG) ===''MURPHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold James Murphy|Murphy, Harold James]] [https://www.familysearch.org/tree/person/details/LD6Q-ZGP] - 1899(NSW)-1958(Qld) - Licences: 4HM Ilfracombe (1935-1937); 4HM Pomona (1938-1939); 4HM Brisbane (Wooloowin, 1947-1956) - Qualifications: cc; AOCP 1532, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: telegraphist (Auchenflower, Qld, 1925; Milton, Qld, 1928); postal official (Stanthorpe, Qld, 1930); postmaster (Ilfracombe, Qld, 1936-1937); insurance agent (Wooloowin, Qld, 1943); postal official (Wooloowin, Qld, 1949); public servant (Stafford, Qld, 1958) ===''MURRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Alexander Murray|Murray, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/G89D-SZ7] - 1908(???)-1985(NSW) - Licences: 2FM Sydney (Rose Bay, 1927; Mosman, 1928-1935; Cremorne, 1936-1939; Mosman, 1946-1947; Lindfield, 1948-1949; Carramar, 1950-1975); 2FM Blayney (1980+) - Qualifications: AOCP 336, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Mosman, 1930); engineer (Mosman, 1933); fitter (Mosman, 1934); draftsman (Mosman, 1935); engineer (Neutral Bay, 1943); draftsman (Mosman, 1949); draughtsman (Carramar, 1958-1977); retired (Blayney, 1980) * [[/John William Murray|Murray, John William]] [https://www.familysearch.org/tree/person/details/G879-32L] - 1905(Vic)-1997(Vic) - Licences: 3JY Melbourne (Elsternwick, 1928-1930; Fitzroy, 1931-1939); 3AJY Melbourne (Kew, 1960-1980+) - Qualifications: AOCP 396, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Elsternwick, 1928); projectionist (St Kilda, 1934; Melbourne East, 1936); technician (St Kilda West, 1943-1949); projectionist (Kew, 1954-1980) - several contemporaneous John William Murray's in Melbourne, identification not certain * [[/Kynaston Noel Lathrop Murray|Murray, Kynaston Noel Lathrop]] - 1838(Eng)-1916(Tas) - clubs and societies (Telegraph Electrical Society Vic, member, 1880s; Vic Posts & Telegraphs, 1860s-1870s; Vic Railways Dept, 1880s-1890s) * [[/Malcolm Imlay Murray|Murray, Malcolm Imlay]] [https://www.familysearch.org/tree/person/details/G8VW-684] - 1908(WA)-1980(WA) - Licences: 6MY Perth (City, 1930; South Perth, 1933-1939; Floreat Park, 1946-1980+) - Qualifications: cc; AOCP 677, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (East Perth, 1931); radiotrician (South Perth, 1936; Floreat Park, 1943-1980) ===''MUSGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Mandeville D'Oyly Musgrove|Musgrave, Mandeville D'Oyly]] - 19??-19?? - broadcast station proprietor (6ML & others) ===''MUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus Keith Mutton|Mutton, Angus Keith]] [https://www.familysearch.org/tree/person/details/GD5F-BQM] - 1910(SA)-1991(SA) - Licences: 5ZY Adelaide (Toorak Gardens, 1933; Tusmore, 1937-1938) - Qualifications: cc; AOCP 1089, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Tusmore Gardens, SA, 1939-1943) * [[/Arthur Henry Mutton|Mutton, Arthur Henry]] [https://www.familysearch.org/tree/person/details/KC1Y-PP5] - 1908(NSW)-1986(NSW) - Licences: 2QT Receive Sydney (Stanmore, 1923-1925); 2QT Sydney (Stanmore, 1926-1939) - Qualifications: AOCP 237, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Annandale, 1930-1937); communication engineer (Maroubra, 1943-1968); public servant (Bayview, 1972-1980) =='''N'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''NAIRN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Linley Beeton Nairn|Nairn, Arthur Linley Beeton]] [https://www.familysearch.org/tree/person/details/L58V-M8X] - 1895(SA)-1978(NZ) - Licences: 2BI Receive Sydney (Mosman, 1922-1923) - Qualifications: CPRTelephony 373, 1918 - amateur receiver - Electoral Rolls: company manager (Hamilton, NZ, 1938); director (Days Bay, Wellington, NZ, 1946-1954) ===''NANCARROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Stanley Nancarrow|Nancarrow, Ralph Stanley]] [https://www.familysearch.org/tree/person/details/GST3-XQ3] - 1904(SA)-1991(SA) - Licences: 5PK Georgetown (1930-1933); 2PY Sydney (Mosman, 1935; Randwick, 1936-1939); 2ACN Sydney (Lane Cove, 1954-1961; North Ryde, 1965-1975) - Qualifications: cc; AOCP 719, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Randwick, NSW, 1936-1937); electrical fitter (Lane Cove, NSW, 1943-1963); fitter (North Ryde, NSW, 1972-1980) ===''NANGLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Nangle|Nangle, James]] [https://www.familysearch.org/tree/person/details/GD3V-F31] - 1869(NSW)-1941(NSW) - Licences: 2MU Receive Sydney (Marrickville, 1922); 2MU Sydney (Marrickville, 1923-1927; Observatory, 1928-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; 1920s Superintendent Technical Education NSW; hon. Government Astronomer NSW; Sydney University (Senate); Royal Society of NSW (president); Fellow Royal Astronomical Society; Fellow Federal Institute of Architects; author (astronomy, architecture) - Electoral Rolls: architect (Petersham, 1903); Government Astronomer (Observatory, 1930-1937) - Links: [https://adb.anu.edu.au/biography/nangle-james-7722 ADB] ===''NASH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Charles Nash|Nash, William Robert Charles]] [https://www.familysearch.org/tree/person/details/GDWX-LWF] - 1918(NSW)-2007(NSW) - Licences: 2WW Sydney (Crows Nest, 1934-1937); 4WN Cairns (1938-1939) - Qualifications: cc; AOCP 1329, 1934, Qld; 1COCP 138, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: company manager (Castlecrag, NSW, 1963-1980) ===''NEALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Drayton Neale|Neale, Eric Drayton Snr]] [https://www.familysearch.org/tree/person/details/G88H-NWT] - 1907(Qld)-1968(Qld) - Licences: 4EN Longreach (1934-1939); 4EN Brisbane (Wooloowin, 1946-1960) - Qualifications: cc; AOCP 1298, 1934, Qld - amateur operator, amateur broadcaster, federal public servant (PMGD, telegraphist), radio club (WIAQ, QSL officer) - Relationships: father of 4?? Eric Drayton Neale Jnr - Electoral Rolls: telegraphist (Wooloowin, 1928; Longreach, 1936; Grange, 1937; Wooloowin, 1943-1963) ===''NEAVERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Laurence Neaverson|Neaverson, Leslie Laurence or Lawrence Leslie]] [https://www.familysearch.org/tree/person/details/LYTM-HCD] - 1899(Eng)-1993(NSW) - Licences: G5NX (Lakeside, Cumbria, 1922+); 4NV Brisbane (Holland Park, 1947-1956+) - Qualifications: cc; Nil yet identified - amateur operator; associate member IRE (Britain); principal Anglo Austral Hearing Aid Dispensary - Electoral Rolls: surgical technician (Holland Park, Qld, 1949-1958) ===''NELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alfred Montague Nell|Nell, George Alfred Montague]] [https://www.familysearch.org/tree/person/details/G87B-PP6] - 1900(Ceylon)-1989(NSW) - Licences: 2JQ Quirindi (1928-1929); 2JQ Canberra (1930); 2JQ Moruya (1931-1936); 2JQ Binda (1937-1939); 2JQ Crookwell (1946-1950); 2JQ Junee (1954-1965); 2JQ Goulburn (1969-1980) - Qualifications: AOCP 413, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clergyman (Moruya, 1930-1934; Crookwell, 1936-1949; Junee, 1954-1968; Goulburn, 1972-1980) ===''NELSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Yeates Nelson|Nelson, John Yeates]] [https://www.familysearch.org/tree/person/details/G884-YDV] - 1851(Irl)-1932(NSW) - Licences: XAA Sydney (McMahon's Point, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter; federal public servant (PMGD, chief electrical engineer (NSW)) - Electoral Rolls: electrician (Milson's Point, 1930-1931) ===''NESTROM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Louis Nestrom|Nestrom, Oliver Louis]] [https://www.familysearch.org/tree/person/details/GX22-9H4] - 1912(NSW)-1999(SA) - Licences: 5RZ Adelaide (St Peters, 1936-1937; Joslin, 1938); 2ADJ Sydney (Homebush, 1939); 5RZ Adelaide (Colonel Light Gardens, 1947; Glenelg, 1948; St Georges, 1954); 5RZ Port Augusta, 1955-1956); 5RZ Adelaide (Kurralta Park, 1960; Manningham, 1965-1969; St Peters, 1975); 5RZ Clare (1980+) - Qualifications: cc; AOLCP, 224, 1935; AOCP 1725, 1936, SA; BOCP 719, 1946; 2COCP 1178, 1949; 1COCP 1491, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Modbury, SA, 1939); fitter (Strathfield, NSW, 1943) ===''NEVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Clifford Anderson Neville|Neville, Alfred Clifford Anderson]] [https://www.familysearch.org/tree/person/details/GXH3-Z4D] - 1907(Eng)-1987(Qld) - Licences: 4ED Receive Brisbane (Wooloowin, 1923) - Qualifications: cc; 3COCP 5827, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Hamilton, Qld, 1928); clerk (Windsor, Qld, 1934-1943); accountant (Hawthorne, Qld, 1954-1958); retired (East Brisbane, 1963-1980) ===''NEWBERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Mallord Newberry|Newberry, Archibald Mallord]] [https://www.familysearch.org/tree/person/details/LH51-SDW] - 1893(Eng)-1973(Vic) - Licences: 3AN Red Cliffs (1930-1939) - Qualifications: AOCP 606, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: watchmaker (Red Cliffs, 1924-1931); radio dealer (Red Cliffs, 1934-1942); cycle dealer (Red Cliffs, 1949-1972) ===''NEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert James Newell|Newell, Albert James "Bert"]] [https://www.familysearch.org/tree/person/details/LJ1C-RGW] - 1910(Sct)-1998(Qld) - Licences: 4BN Mill Hill via Warwick (1936-1939); 4BN Brisbane (Archerfield, 1947-1948; Moorooka, 1954); 4AJ Brisbane (Moorooka, 1965; Yeronga, 1969; Ormiston, 1975); 4AJN Brisbane (Ormiston, 1980+) - Qualifications: cc; AOCP 1727, 1936, Qld; 2COCP 559, 1942; 1COCP 588, 1942; TVOCP 531, 1962 - amateur operator; amateur broadcaster; AWA Aviation Radio Service - Electoral Rolls: shed hand (Mill Hill, Qld, 1931-1943); radio technician (Moorooka, Qld, 1949-1968); television technician (Yeronga West, Qld, 1972); retired (Ormiston, Qld, 1977-1980) ===''NEWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Frederick Newman|Newman, Arthur Frederick]] [https://www.familysearch.org/tree/person/details/9JJ9-YSK] - 1881(India)-1952(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 10, 1914; CPRT 90, 1915; 1COCP 49, 1930 - RANRS (Radio Lieutenant, 1917-1920, terminated Nov 1920); WW1; WW2 - Comment: several contemporaneous AFNs - Electoral Rolls: traffic officer (Elsternwick, 1917-1919); assistant! (Malvern East, 1924-1931); piano tuner (St Kilda, 1931) * [[/Sydney Moreton Newman|Newman, Sydney Moreton "Syd"]] [https://www.familysearch.org/tree/person/details/LL41-PBM] - 1898(NSW)-1998(NSW)99yo - Licences: XPZ Melbourne (Canterbury, 1913-1914); 3MC Melbourne (Canterbury, 1923-1927) - Qualifications: cc; CPRT 655, 1921; 1COCP 90, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Turramurra, 1930-1958); retired (Wahroonga, 1963-1980) - TroveTag: "XPZ-3MC - Sydney Moreton Newman" (68 tags) - Links: [http://messui.polygonal-moogle.com/valves/NW199101.pdf EA] * [[/William Harold Newman|Newman, William Harold]] [https://www.familysearch.org/tree/person/details/GD3V-4N5] - 1889(NSW)-1943(Vic) - Licences: 2MK? Receive Sydney (Artarmon, 1922); 2MJ Sydney (Artarmon, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: railway official (Artarmon, 1930-1934); secretary (Mosman, 1936-1943) ===''NICHOLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rupert Nicholas|Nicholas, William Rupert]] [https://www.familysearch.org/tree/person/details/GD14-RFV] - 1913(Tas)-1995(Tas) - Licences: 7WR Hobart (North Hobart, 1932-1939) - Qualifications: cc; AOCP 896, 1932, No. ?? in Tas; AOLCP 72, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Hobart North, 1936; New Town, 1943-1954) ===''NICOLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Nicoll|Nicoll, William]] - 1903(Canada)-19??(???) - Licences: 4CO Receive Brisbane (Upper Paddington, 1923) - Qualifications: cc; CPRT 644, 1921 - amateur Receiver - Electoral Rolls: telegraphist (Bardon, 1925-1929) ===''NICHOLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hartley Nicholls|Nicholls, Alan Hartley]] [https://www.familysearch.org/tree/person/details/GFQR-VH9] - 1913(WA)-1981(WA) - Licences: 6KE Corrigin (1936-1937); 3NI Melbourne (East St Kilda, 1938-1939); 2NI Sydney (Manly, 1946; Cremorne, 1947-1954; Manly, 1955-1956); 2ANI Sydney (Mosman, 1960-1965); 4AL Brisbane (Greenslopes, 1965); 4NI Cairns (1975); 6NX Perth (South Guildford, 1980) - Qualifications: cc; AOCP 1814, 1936, WA; BOCP 219, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: RAAF (Hawthorn, Vic, 1942); radio engineer (Cremorne, NSW, 1949); shopkeeper (Wilston, Qld, 1958); electronic engineer (Cremorne, NSW, 1963); engineer (Cairns, Qld, 1972-1977; South Guildford, WA, 1980) * [[/Francis Edgar Nicholls|Nicholls, Francis Edgar]] [https://www.familysearch.org/tree/person/details/GD1H-8KQ] - 1910(Vic)-1995(Tas) - Licences: 7RY Devonport (1932-1933); 7RY Burnie (1937-1939); 7RY Hobart (New Town, 1946-1948; Lenah Valley, 1954-1955; New Town, 1960; Lenah Valley, 1965-1969; Midway Point, 1975-1980) - Qualifications: cc; AOCP 991, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Lenah Valley, 1943-1954) * [[/William James Nicholls|Nicholls, William James]] [https://www.familysearch.org/tree/person/details/G6S3-26D] - 19??(Vic)-1966(Vic) - Licences: 3FW Melbourne (Moonee Ponds, 1931-1933) - Qualifications: cc; AOCP 780, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Moonee Ponds, 1922-1963) * [[/William John Matthew Nicholls|Nicholls, William John Matthew or William John]] [https://www.familysearch.org/tree/person/details/G8WW-PDS] - 1908(Vic)-19??(???) - Licences: 3WX Melbourne (Williamstown, 1928-1933); 7WX Launceston (1937-1939); 3WX Melbourne (Williamstown, 1946-1965; East Malvern, 1969-1980+) - Qualifications: cc; AOCP 419, 1928, No. ?? in Vic; 2COCP 343, 1931; 1COCP 309, 1933 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Williamstown, 1931-1936); RAAF (Williamstown, 1949); radio engineer (Williamstown, 1954-1963; Malvern East, 1968-1980) ===''NICHOLSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Russell Malcolm Nicholson|Nicholson, Russell Malcolm]] [https://www.familysearch.org/tree/person/details/G8Z7-7W4] - 1909(Qld)-1974(NSW) - Licences: 4KG Ilfracombe (1929-1933) - Qualifications: cc; AOCP 529, 1929, No. ?? in Qld; BOCP 48, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing contractor (Longreach, 1936); manager 4LG (Longreach, 1937); radio mechanic (Coolangatta, 1949-1972) ===''NICOLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Hort Wilmot Nicolle|Nicolle, Horace Hort Wilmot]] [https://www.familysearch.org/tree/person/details/G8ZS-MZF] - 1908(NSW)-1974(NSW) - Licences: 2HK Sydney (Strathfield, 1929-1933; Ryde, 1934); 2AJT Sydney (Wollstonecraft, 1939) - Qualifications: AOCP 527, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chemist apprentice (Strathfield, 1930); pharmacist (Strathfield, 1933-1935); chemist (Chatswood, 1943-1968) ===''NILSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver John Nilsen|Nilsen, Oliver John]] [https://www.familysearch.org/tree/person/details/G8W4-W1G] - 1884(Vic)-1977(Vic) - Licences: Receive (Valve) Melbourne (Brighton, 1923); 3UZ Melbourne (1924-25) - Qualifications: Nil identified to date - amateur operator; amateur broadcaster - 3UZ experimental callsign issued to Oliver J. Nilsen & Co in 1923, operator N. J. Boyd; callsign withdrawn 1925 and reallocated to Nilsen's broadcast station which remains current as at 2021 - Electoral Rolls: electrical engineer (Fitzroy, 1909-1924; Chelsea, 1928-1931); contractor (Caulfield, 1934-1954); engineer (Elsternwick, 1972; Hawthorn, 1977-1980) - Links: [https://adb.anu.edu.au/biography/nilsen-oliver-john-11244 ADB] ===''NISSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Laurence Nissen|Nissen, Eric Laurence]] [https://www.familysearch.org/tree/person/details/G8DS-ZLR] - 1905(Qld)-2001(Qld) - Licences: 4XN Dalby (1930-1939, 1946-1975+); 4XN Toowoomba (1980) - Qualifications: cc; AOCP 574, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, member); broadcast technician (4QS, 1939-1976); federal public servant (PMGD); Awards: Imperial Service Medal 1976 - Electoral Rolls: none specified (Dalby, 1928-1937); PMG technician (Dalby, 1972); retired (Toowoomba, 1977) ===''NIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edgar Nixon|Nixon, Arthur Edgar]] [https://www.familysearch.org/tree/person/details/G8M2-SM5] - 1905(Vic)-1961(Vic) - Licences: 3ON Receive Melbourne (Windsor, 1923-1924) - Qualifications: AOCP 361, 1927, No. ?? in Vic - amateur receive operator - Electoral Rolls: labourer (Elsternwick, 1931); salesman (St Kilda West, 1931-1936); electrical fitter (Albert Park, 1943-1954) ===''NOLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Michael Nolan|Nolan, Francis Michael]] [https://www.familysearch.org/tree/person/details/9Q3R-X84] - 1910(NSW)-1985(Qld) - Licences: 4FN Brisbane (Wooloowin, 1935-1937; Clayfield, 1938-1939; Stafford Heights, 1946-1948); 4MF Portable (1948); 9FN Port Moresby & 9MF Portable (1954-1956); 4FN/T Gracemere (1960-1969); 4FN/T Brisbane (Wavell Heights, 1975; Virginia, 1980) - Qualifications: cc; AOCP 1433, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, WIAQ); broadcast technician (9PA, 4RK); radio serviceman; federal public servant (PMGD) - Electoral Rolls: * [[/Francis William Nolan|Nolan, Francis William "Frank"]] [https://www.familysearch.org/tree/person/details/GX6W-XPW] - 1897(NSW)-19?? - Licences: 4JU Brisbane (Brisbane City, 1929-1939, 1947-1956; Paddington, 1960) - Qualifications: cc; AOCP 43? & 501, 1924 & 1929, No. ? in Qld - amateur operator; amateur broadcaster; radio serviceman - Relationships: husband of 4LO Violet Elizabeth Nolan nee Hennessey - Comment: several genealogy sites have wrong data for FWN - Electoral Rolls: cartoonist (Brisbane City, Qld, 1921-1925); radio mechanic (Brisbane, City, 1934-1936); radio engineer (Brisbane City, Qld, 1954-1958) * [[/John Spencer Nolan|Nolan, John Spencer]] [https://www.familysearch.org/tree/person/details/LTBW-KMV] - 1868(NSW)-1936(NSW) - Licences: XED Sydney (Double Bay, 1911-1914); 2JH Receive Sydney (Double Bay, 1922); 2JH Sydney (Double Bay, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; dentist and dental surgeon - Relationships: father of 2YI Philip Spencer Nolan - Electoral Rolls: dentist (Woollahra, 1930-1935) * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] [https://www.familysearch.org/tree/person/details/GX6W-DSX] - 1896(Qld)-19??(???) - Licences: 4LO Brisbane (City, 1931-1939) - Qualifications: cc; AOCP 826, 1931, No. ? in Qld - amateur operator; amateur broadcaster - Comment: fourth YL operator in Qld - Relationships: wife of 4JU Francis William Nolan - Electoral Rolls: home duties (Brisbane City, Qld, 1921-1943); not stated (Eagle Heights, Qld, 1949); home duties (Tweed Heads, NSW, 1954); domestic (Spring Hill, Qld, 1958); retired (Coolangatta, Qld, 1958) * [[/Philip Spencer Nolan|Nolan, Philip Spencer "Spencer"]] [https://www.familysearch.org/tree/person/details/LTBW-ZWX] - 1897(NSW)-1929(NSW) - Licences: 2YI Sydney (Double Bay, 1924-1929) - Qualifications: AOCP 58, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; dentist - Relationships: son of XED-2JH Lieut John Spencer Nolan - Comment: gone too soon - Electoral Rolls: Nil yet identified ===''NOLTE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Nolte|Nolte, George Edward]] [https://www.familysearch.org/tree/person/details/G8HG-DD4] - 1911(Vic)-1997(NSW) - Licences: 3NO Melbourne (Elwood, 1929-1939); 2QO Sydney (Potts Point, 1948-1950; Bexley North, 1954-1975); 2QO Wamberal (1980+) - Qualifications: AOCP 492, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1936-1937); radio engineer (Darlinghurst, 1943-1949; Bexley North, 1958-1963); retired (Wamberal, 1980) ===''NORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Norman|Norman, William James]] [https://www.familysearch.org/tree/person/details/GD1Q-ZRS] - 1899(Tas)-19??(???) - Licences: 7WJ Eddystone Point Lighthouse (1931) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: stoker (Longford, 1922); lightkeeper (Tasman Island, 1928; Eddystone Lighthouse, 1934; Maatauyker Island, 1936; Currie Harbour, King Island, 1937) ===''NORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Anthony David Norris|Norris, Anthony David "Tony"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Edgar Lewin Norris|Norris, Edgar Lewin]] [https://www.familysearch.org/tree/person/details/G9YH-3D4] - 1891(Qld)-1956(Qld) - Licences: 4CK Receive Toowoomba (1922); 4CK Toowoomba (1923-1931) - Qualifications: cc; AOCP 80, 1925, No. 8 in Qld - amateur operator; amateur broadcaster; radio club (Toowoomba RC); WW1 - Relationships: father of 4NO Edgar Thomas Norris - TroveTag: "4CK - Edgar Lewin Norris" - Electoral Rolls: optician (Rockhampton, 1913); optometrist (Wooloowin, 1919; Toowoomba, 1925-1954) * [[/Edgar Thomas Norris|Norris, Edgar Thomas "Tom" "Tommy"]] [https://www.familysearch.org/tree/person/details/G855-G68] - 1930(Qld)-2019(Qld) - Licences: 4NO Toowoomba (1969-1980+) - Qualifications: cc; 3COCP 6945, 1967; AOLCP Q2, 1968; AOCP Q13, 1968, Qld - amateur operator, amateur broadcaster - Relationships: son of 4CK Edgar Lewin Norris - Electoral Rolls: charge hand (Toowoomba, 1954-1980) ===''NORTHEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurence Harry Northeast|Northeast, Laurence Harry "Laurie"]] [https://www.familysearch.org/tree/person/details/LLM3-8NK] - 1908(SA)-1972(SA) - Licences: 5LH Adelaide (Rosewater, 1927) - Qualifications: cc; AOCP 315, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Rosewater, 1939-43) =='''O'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ==='''OAKES'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Andrew Oakes|Oakes, Walter Andrew]] [https://www.familysearch.org/tree/person/details/GDRK-RBQ] - 1907(Tas)-1983(NSW) - Licences: 7BQ Receive Hobart (New Town, 1923); Receive Hobart (New Town, 1923) - Qualifications: cc; 3COCP N1088, 1971 - amateur receiver - Electoral Rolls: electrician (Manly, 1930); electrical fitter (Launceston, 1937); railway employee (New Town, 1943-1949); electrician (Lindfield, 1954); business proprietor (Roseville, 1958); managing director (Roseville, 1963-1968); director (Roseville, 1972-1980) ==='''O'BRIEN'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Clare O'Brien|O'Brien, Charles Clare]] [https://www.familysearch.org/tree/person/details/GMTS-7SJ] - 1904(Qld)-1994(Qld) - Licences: 4NC Brisbane (Stafford, 1939, 1948-1980+) - Qualifications: AOCP 2386, 1939, Qld - amateur operator, WW2 - Electoral Rolls: mechanic (Kilcoy, 1928); telephone mechanic (Eagle Junction, 1936-1943); technician (Stafford, 1954-1980) * [[/Charles Raymond Heddington O'Brien|O'Brien, Charles Raymond Heddington]] [https://www.familysearch.org/tree/person/details/G8FN-4CX] - 1913(Vic)-1975(Vic) - Licences: 3QX Melbourne (Glenhuntly, 1930-1939) - Qualifications: AOCP 626, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Glenhuntly, 1934-1936); electrical engineer (Ballarat, 1942); engineer (Kew, 1954; Mount Waverley, 1963-1972) * [[/Matthew O'Brien|O'Brien, Matthew or Matthew Michael]] [https://www.familysearch.org/tree/person/details/GZG7-P35] - 1904(Qld)-1978(Qld) - Licences: 4MM Brisbane (Toowong, 1926-1933; Annerley, 1937-1939, 1946-1965) - Qualifications: cc; AOCP 234, 1926, No. 20 in Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, ARTL, WIAQ, president all); journalist (Teleradio, "Vic Eddy"); Dept Labour Exchange (administration) - Electoral Rolls: public servant (Toowong, 1925-1936; Annerley, 1943-1977) ==='''O'DEA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick O'Dea|O'Dea, Francis Patrick]] [https://www.familysearch.org/tree/person/details/GXTP-7KL] - 1894(Vic)-19??(???) - Licences: XJAX Melbourne (Ascot Vale, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 (Army, AWS) - Electoral Rolls: clerk (North Melbourne, 1912-1913; Ascot Vale, Vic, 1914-1937); railways (Brighton, Vic, 1942-1949); railway employee (Footscray North, Vic, 1963-1977) - Links: [https://alh-research.tripod.com/Light_Horse/index.blog/1911842/australian-wireless-squadron-aif-francis-patrick-odea/ AWS] ==='''ODGERS'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Fieldhouse Odgers|Odgers, Norman Fieldhouse]] [https://www.familysearch.org/tree/person/details/GDVD-CYK] - 1906(Qld)-1996(WA) - Licences: 4BO or 4BD Brisbane (Newmarket) & Charters Towers (1924-1925); 4NK; 9NK Port Moresby (1946-1948); 6NF Perth (Applecross, 1954-1969; Bassendean, 1975-1980); 4CH - Qualifications: cc; CPRT 896, 1925; 2COCP 212, 1930; 1COCP 108, 1936 - amateur operator; amateur broadcaster; ship wireless officer; broadcast engineer; WW2 - Electoral Rolls: senior technician (Applecross, 1954-1963); manager (Applecross, 1968); retired (Bassandean, 1972-1980) ==='''O'DONNELL'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Amos Leslie O'Donnell|O'Donnell, Amos Leslie]] [https://www.familysearch.org/tree/person/details/G8NW-Q1P] - 1910(SA)-19??(NSW) - Licences: 6DX Perth (City, 1930-1933); 2AGE Sydney (Ashfield, 1938-1939); 2AOO Sydney (Caringbah, 1960; Mona Vale, 1965-1969) - Qualifications: cc; AOCP 639, 1930, No. ?? in WA; BOCP 515, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: student (North Perth, WA, 1931); radio engineer (Ashfield, NSW, 1937); education officer (No. 2 W.A.G.S., Parkes, NSW, 1943); engineer (Ashfield, NSW, 1949; Caringbah, NSW, 1958) ==='''O'HARA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bernard O'Hara|O'Hara, John Bernard]] [https://www.familysearch.org/tree/person/details/G8XM-Y9M] - 1902(Vic)-1970(Vic) - Licences: 3OH Maryborough (1930-1939); 3OH Yallourn (1946-1948); 3AAO Melbourne (Mt Waverley, 1960) - Qualifications: AOCP 607, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: teacher (Albert Park, 1921-1924) instructor (Maryborough, 1928); teacher (Kew, 1934; Maryborough, 1937; Ballarat, 1937; Maryborough, 1943, Warrnambool, 1954; Maldon, 1963) ==='''OHRBOM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Axel Ragnar Ohrbom|Ohrbom, Axel Ragnar "Ray"]] [https://www.familysearch.org/tree/person/details/G8WZ-PWJ] - 1903(Tas)-1978(Vic) - Licences: Receive Melbourne (Brunswick, 1923-1924); 3OC Melbourne (West Brunswick, 1928; Coburg, 1931-1939; Moreland, 1946-1948; Hartwell, 1954-1975) - Qualifications: AOCP 421, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Coburg West, 1949); sharebroker (Camberwell, 1954-1977); retired (Burwood, 1977) ===''OLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Olof Lemuel Olden|Olden, Olof Lemuel]] - 1863(Vic)-1939(Vic) - Hobart 1920s, early wireless experimenter, no licence yet identified, amateur operator (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, President, 1924), military (Colonel, WW1), occupation (school master) ===''OLDFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Bernam Oldfield|Oldfield, Frederick Bernam]] [https://www.familysearch.org/tree/person/details/G8YP-9R2] - 1897(Vic)-1962(NSW) - Licences: 5DO Adelaide (1924); 3FB Melbourne (Hampton, 1937-1938); 2FE Sydney (Balmoral, 1939) - Qualifications: cc; AOCP 1240, 1934, No. ?? in Vic - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: teacher (Brighton, Vic, 1931; Sandringham, Vic, 1935-1937); journalist (Mosman, NSW, 1943); A.M.F. (Mornington, 1954); tutor (Neutral Bay, 1958) ===''OLDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Oldham|Oldham, Charles Edward]] [https://www.familysearch.org/tree/person/details/KZFK-XBT] - 1902(Tas)-1950(Tas) - Licences: 7XA Hobart (New Town, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1923, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Town, 1936-1949) * [[/Fred Oldham|Oldham, Fred]] - 19??(???)-19??(???) - early Tasmanian wireless experimenter, first president of Hobart Tramways Wireless Club 1905 ===''O'LEARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cornelius Daniel Fraser O'Leary|O'Leary, Cornelius Daniel Fraser or Daniel Fraser]] [https://www.familysearch.org/tree/person/details/KN18-4BH] - 1893(SA)-1955(SA) - Licences: 5DO Adelaide (Tusmore Gardens, 1929-1933) - Qualifications: cc; AOCP 495, 1929, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Unley, 1939-1941) ===''OLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dalley George Tryon Oliver|Oliver, Dalley George Tryon]] [https://www.familysearch.org/tree/person/details/LZ8W-MMR] - 1888(NSW)-1959(NSW) - wireless experimenter (1924+) 2?? Gunedah, amateur broadcaster - Electoral Rolls: engineer (Gunnedah, 1930-1943; Keepit Dam, Tamworth, 1949-1954); retired (Condoblin, 1958) - Relationships: brother of 2MO Marcius John Alexander Oliver * [[/Marcius John Alexander Oliver|Oliver, Marcius John Alexander "Marcus"]] [https://www.familysearch.org/tree/person/details/LZ8W-M82] - 1875(NSW)-1946(NSW) - Licences: 2MO Gunedah (1929) - Qualifications: AOCP ??, 19??, No. ?? in NSW; AOLCP 91, 1932 - amateur operator, amateur broadcaster, broadcast engineer, radio station proprietor (2MO, 1930-1939), military (air spotters, Port Macquarie) - Electoral Rolls: engineer (Gunnedah, 1930-1936; Port Macquarie, 1943) - Relationships: brother of Dalley George Tryon Oliver ===''OLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Durrant Olle|Olle, John Durrant]] [https://www.familysearch.org/tree/person/details/G4HS-WSX] - 1910(NSW)-1975(Vic) - Licences: 2OZ Sydney (Ashfield, 1929-1939, 1946; Pennant Hills, 1947-1948; Ashfield, 1950) - Qualifications: AOCP 553, 1929, No. ?? in NSW; 2COCP 321, 1931; 1COCP 197, 1931 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Summer Hill, 1936-1937; Ashfield, NSW, 1943); soldier (South Yarra, Vic, 1949); public servant (Mornington, 1963-1980) ===''OLLIVIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Frances Ollivier|Ollivier, Neil Frances]] [https://www.familysearch.org/tree/person/details/GFQB-VPD] - 1916(WA)-1942(WA) - Licences: 6FO Perth (Hollywood, 1932-1939) - Qualifications: cc; AOCP 1067, 1932, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: Nil yet identified ===''O'LOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick Morgan O'Loughlin|O'Loughlin, Francis Patrick Morgan]] [https://www.familysearch.org/tree/person/details/GX6M-Z3Q] - 1902(Qld)-1979(Qld) - Licences: 4OL Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1347, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Red Hill, Qld, 1936-1937; Ashgrove, Qld, 1943-1977) ===''OLSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Vivian Olsen|Olsen, Frederick Vivian "Fred"]] [https://www.familysearch.org/tree/person/details/G8CP-4XJ] - 1912(Vic)-2001(Vic) - Licences: 3FO Melbourne (Hawthorn, 1929-1931; Hampton, 1933-1939) - Qualifications: cc; AOCP 521, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hampton, 1936-1954; Brighton, 1963; Hampton, 1972-1980) * [[/Norman Frederick Olsen|Olsen, Norman Frederick or Frederick Norman (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/G8BY-8JS] - 1901(NSW)-1980(NSW) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 516, 1920, NSW; 2COCP 59, 1929, NSW; 1COCP 252, 1932 - Nil yet identified - Electoral Rolls: wireless operator (Hurlstone Park, 1934-1937); newsagent (Torwood, 1954-1958); no occupation (Lord Howe Island, 1963-1980) * [[/Norman Peter Olsen|Olsen, Norman Peter]] [https://www.familysearch.org/tree/person/details/G8BY-444] - 1897(NSW)-1988(NSW) - Licences: 2YK Newcastle (1924-1925); 2ZX Waratah (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrician (Waratah, 1930; Mayfield, 1932); public servant (Redfern, 1932-1933; Kogarah, 1934-1935; Wollongong, 1936-1937; Artarmon, 1943-1949; Kogarah, 1949-1963); nil (Merewether, 1968-1980) * [[/Olaf Olsen|Olsen, Olaf]] [https://www.familysearch.org/tree/person/details/G6QT-69T] - 1878(Norway)-1964(Qld) - Licences: 4CL Dalby 1922 (Receive) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engine driver (Dalby, 1913-1943); engineer (Toowoomba, 1949; Redcliffe, 1954; Paddington, 1958-1963) ==='''O'MAY'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. W. O'May|O'May, J. W.]] - 19??(???)-19??(???) - Licences: Receive Hobart (Bellerive, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Robert Derwent O'May|O'May, Robert Derwent "Bob"]] [https://www.familysearch.org/tree/person/details/LYNF-5NS] - 1903(Tas)-1973(Tas) - Licences: Receive Hobart (Bellerive, 1923); 7OM Hobart (Bellerive, 1924-1927+; Sandy Bay, 1931+; Bellerive, 1947-1969+) - Qualifications: cc; AOCP 74, 1925, No. ?? in Tas; 3COCP 508, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: engineer (Bellerive, 1928-1954) ==='''OPPENHEIM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Oliver George Oppenheim|Oppenheim or Oliver, Oliver George "Ollie"]] [https://www.familysearch.org/tree/person/details/LLSS-S7L] - 1911(Vic)-1988(NSW) - Licences: 3ZX Melbourne (Caulfield, 1930-1939) - Qualifications: AOCP 580, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Caulfield, 1936-1942; Elsternwick, 1949); radio engineer (Elsternwick, 1954); company executive (Coogee, 1958-1963; Lugarno, 1968); importer (Strathfield, 1972-1980) ===''O'REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Joseph O'Reilly|O'Reilly, Maurice Joseph]] [https://www.familysearch.org/tree/person/details/G824-VMC] - 1866(Irl)-1933(NSW) - Licences: XACI Bathurst (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St Stanilaus College, Bathurst, 1913); rector of college (St John's College, Camperdown, 1930-1933) - Links: [https://adb.anu.edu.au/biography/oreilly-maurice-joseph-7918 ADB] ===''O'ROURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sydney O'Rourke|O'Rourke, John Sydney]] [https://www.familysearch.org/tree/person/details/GDJP-ZW4] - 1918(NSW)-19??(???) - Licences: 4OR Brisbane (Brisbane City, 1937-1939); 4SO Brisbane (Margate Beach, 1955-1969) - Qualifications: cc; AOCP 2042, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical apprentice (Norman Park, Qld, 1943); radio engineer (Newmarket, Qld, 1949); engineer (Margate, Qld, 1954-1977) ===''ORR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Murray Donald Orr|Orr, Murray Donald]] [https://www.familysearch.org/tree/person/details/GZL8-H29] - 1900(Vic)-1941(Vic) - Licences: 3OR Lake Meran (1928-1939) - Qualifications: AOCP 440, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1940-1941) - Electoral Rolls: farmer (Lake Meran, 1924-1934) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/orr-murray-donald-1700/] ===''OSBORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jeffrey David Osborne|Osborne, Jeffrey David "Jeff"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Louis Frederick George Osborne|Osborne, Louis Frederick George]] [https://www.familysearch.org/tree/person/details/G8GF-MGZ] - 1900(Vic)-1989(Vic) - Licences: 3DD Receive Melbourne (East Malvern, 1922); 3DD Melbourne (East Malvern, 1923-1926); 3BMO Melbourne (Murrumbeena, 1980+) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: gas fitter (Malvern East, 1922-1926); inspector (Carnegie, 1931-1977) ===''OSBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bolivar Laing Osburne|Osburne, George Bolivar Laing "Laing"]] [https://www.familysearch.org/tree/person/details/MFY2-F9W] - 1896(Vic)-1933(Vic) - Licences: XKJ Terang (1913-1914); 3BG Terang (1922-1933) - Qualifications: cc; AOCP 235, 1926, No. ?? in Vic - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: student (Terang, 1922-1931) ===''OTHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Othen|Othen, Charles James]] [https://www.familysearch.org/tree/person/details/LRHF-H8Y] - 1897(SA)-19??(???) - Licences: XVT Adelaide (Glanville, 1913); 5AS Receive Adelaide (1923); 5ON Adelaide (Hindmarsh, 1954-1956; Eden Hills, 1960-1969; Blackwood, 1975) - Qualifications: cc; AOCP 3385, 1953, SA - early wireless experimenter; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: foreman (Hindmarsh, SA, 1939-1943) ===''O'TOOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian O'Toole|O'Toole, Ian]] - Licences: 2ZIO Sydney (Adamstown Heights, 1969; North Rocks, 1975; Castle Hill, 1980) - amateur operator; historian (amateur, military communications); proprietor Kurrajong Radio Museum - Electoral Rolls: - Links: [https://vk2bv.org/archive/museum/ Kurrajong Radio Museum] ===''OTTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Shannon Otty|Otty, William Shannon]] [https://www.familysearch.org/tree/person/details/GZ2F-7J1] - 1893(Eng)-1983(NSW) - Licences: 2ZL Killingworth (1923-1931); 2ZL Toronto (1933-1975); 2ZL Fennell's Bay (1980+) - Qualifications: cc; AOCP 219, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio dealer (Toronto, 1937-1954); retired (Toronto, 1958-1980) ===''OVERLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Overlack|Overlack, Peter]] - early wireless historian [https://www.navy.gov.au/sites/default/files/documents/Naval_Networks_Dominance_of_Comms_in_Maritime_Ops.pdf "The Struggle for the Australian Airwaves: The Strategic Function of Radio for Germany in the Asia-Pacific Region before World War I"] ===''OWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Chester Owen|Owen, Chester]] [https://www.familysearch.org/tree/person/details/MZ3G-H47] - 1899(Vic)-1975(Vic) - Licences: Receive Melbourne (St Kilda, 1923); 3ZM Melbourne (St Kilda, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Balaclava, 1921; St Kilda, 1922-1926); engineer (St Kilda, 1928; Caulfield, 1931); mechanic (Caulfield, 1934-1937); radio engineer (Echuca, 1943-1972) * [[/Stanley Wainwright Owen|Owen, Stanley Wainwright]] [https://www.familysearch.org/tree/person/details/GDV9-BP2] - 1912(Vic)-1987(NSW) - Licences: 6RX Perth (Mt Lawley, 1930-1931); 2RX Sydney (Wollstonecraft, 1948-1957) - Qualifications: cc; AOCP 716, 1930, No. ?? in WA; 2COCP 436, 1933; 1COCP 340, 1933; TVOCP 40, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Wollstonecraft, 1937-1958); television engineer (Wollstonecraft, 1963-1968); engineer (Wollstonecraft, 1972-1977; Artarmon, 1980) ===''OXENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Justinian Oxenham|Oxenham, Justinian]] - 1860(Qld)-1932(Vic) - senior federal public servant (Secretary, Postmaster-General's Department) ===''OXLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Oxlade|Oxlade, George]] [https://www.familysearch.org/tree/person/details/LRCK-H1C] - 1907(Qld)-1980(Qld) - Licences: 4GO Brisbane (Newmarket, 1926-1931) - Qualifications: cc; AOCP 229, 1926, No. 19 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: painter (Chermside, 1937-1943; Maroochydore, 1954; Wavell Heights, 1958), contractor (Chermside, 1963-1980) =='''P'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''PAECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leonard Paech|Paech, Robert Leonard]] [https://www.familysearch.org/tree/person/details/L6DL-76D] - 1920(SA)-1963(SA) - Licences: 5RL Adelaide (Underdale, 1936-1939, 1947-1948); 5LP Adelaide (Seacombe Gardens, 1960) - Qualifications: cc; AOCP 1626, 1936, SA; 2COCP 279, 1939; BOCP 371, 1941; 1COCP 810, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Nevison Page|Page, Leslie Nevison]] [https://www.familysearch.org/tree/person/details/GSBX-CRV] - 1920(Qld)-1972(NSW) - Licences: 4LP Brisbane (New Farm, 1937-1939; Brisbane City, 1947); 2NB Sydney (Potts Point, 1954); 2LP Sydney (St Ives, 1955-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 1931, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 2NB may have been withdrawn for 2NB Broken Hill - Electoral Rolls: labourer (Ascot, Qld, 1928-1929) (too young for 1920 birth, must be a namesake); radio technician (Darlinghurst, NSW, 1954); radio engineer (St Ives, NSW, 1958); manager (St Ives, NSW, 1963); electronics engineer (Epping, NSW, 1968; Eastwood, NSW, 1972) ===''PAGET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Ernest Paget|Paget, Harold Ernest]] [https://www.familysearch.org/tree/person/details/LDTK-ZBF] - 1904(Qld)-1962(Qld) - Licences: Receive (Valve) Brisbane (Brisbane City, Qld, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephonist (Valley, Qld, 1925-1926); postal sorter (Ashgrove, Qld, 1928-1949); mail officer (Ashgrove, Qld, 1954-1958) ===''PAICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Cameron Paice|Paice, Donald Cameron "Don"]] [https://www.familysearch.org/tree/person/details/G8KD-2FT] - 1932(Vic)-2018(Vic) - Licences: 3ADP Melbourne (Moonee Ponds, 1954-1956; Mt Waverley, 1960-1980+) - Qualifications: AOCP 3055, 1950, Vic - amateur operator - Electoral Rolls: draftsman (Moonee Ponds, 1954; Mt Waverley, 1963-1980) - Relationships: rare surname but seems not closely related to 2AJ Valentine Keith Paice * [[/Valentine Keith Paice|Paice, Valentine Keith "Val"]] [https://www.familysearch.org/tree/person/details/G8K3-5T6] - 1904(NZ)-1977(???) - Licences: ZL1AJ (Z1AJ) 1925-1926; VQ1AJ (OO1AJ) Fanning Island (1926-1928); 2AJ (VK2AJ) Sydney 1929; OA4V Peru (1929) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrical fitter (Ashbury, NSW, 1930) - Relationships: rare surname but seems not closely related to 3ADP Donald Cameron Paice ===''PARADISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Harry Elliker Paradise|Paradise, Eric Harry Elliker]] [https://www.familysearch.org/tree/person/details/GS3M-D75] - 1904(Qld)-1939(Qld) - Licences: Receive (Crystal) Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Stones Corner, Qld, 1925-1937) ===''PARASIERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Isidore Percy Robert Parasiers|Parasiers, Isidore Percy Robert "Robert"]] [https://www.familysearch.org/tree/person/details/GS9Y-8B1] - 1902(SA)-1972(SA) - Licences: 5RP Adelaide (City, 1932-1933; Glandore, 1937-1939); 6PS Perth (Inglewood, 1947); 5RF Adelaide (Glandore, 1948); 5RF Murray Bridge (1954-1969) - Qualifications: cc; AOCP 952, 1932, No. ?? in SA; AOLCP 283, 1936; BOCP 132, 1937; 2COCP 256, 1939; 1COCP 330, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''PARIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Norman Paris|Paris, James Norman "Jim"]] [https://www.familysearch.org/tree/person/details/GXWR-B1W] - 1910(SA)-1971(SA) - Licences: "WIA-L5006" Adelaide (Prospect, 1956-1960) - Qualifications: cc; Nil yet identified - amateur listener; prominent broadcast listener (1950s, 1960s); clubs (Australian DX Radio Club (SA); Southern Cross DX Club) - Electoral Rolls: Nil yet identified ===''PARISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Radcliffe Parish|Parish, Hugh Radcliffe]] [https://www.familysearch.org/tree/person/details/GCDL-Y23] - 1914(Tas)-1973(Tas) - Licences: 7CP Launceston (1932-1933) - Qualifications: cc; AOCP 1070, 1932, No. ?? in Tas; AOLCP 189, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: radio announcer (Burnie, 1936-1937); manager (Winnaleah, 1943-1949); radio executive (Launceston, 1954) ===''PARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles William Park|Park, John Charles William]] [https://www.familysearch.org/tree/person/details/GZVC-N4N] - 1904(Eng)-1983(WA) - Licences: 6BB Perth (South Perth, 1924-1980+) - Qualifications: cc; CPRT 794, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: photographer (South Perth, 1943-1949); radiographer (South Perth, 1958-1980) ===''PARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Cyril Parker|Parker, Keith Cyril]] [https://www.familysearch.org/tree/person/details/KDSK-X2P] - 1912(SA)-1993(SA) - Licences: 5PA Port Pirie (1933); 5SO Port Elliot (1980+) - Qualifications: cc; 2COCP 348, 1931; 1COCP 213, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless telegraphist (Kalgoorlie, WA, 1943); radio technician (Fiskville, Vic, 1949-1963; Bassendean, WA, 1968); manager (Cairns, Qld, 1977) * [[/Kenneth Herbert Parker|Parker, Kenneth Herbert]] [https://www.familysearch.org/tree/person/details/LTM1-Q5G] - 1905(WA)-1994(WA) - Licences: 6KP Meekatharra (1933-1939) - Qualifications: cc; AOCP 1192, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mining register (Meekatharra, WA, 1931-1937); resident magistrate (Cue, WA, 1943; Geraldton, WA, 1943); stipendary magistrate (Northam, WA, 1949); magistrate (Mt Pleasant, WA, 1954; Riverton, WA, 1958-1963; Applecross, WA, 1968-1980) * [[/P. S. Parker|Parker, P. S.]] - 19??(???)-19??(???) - Licences: 2CY Receive Sydney (Burwood, 1922); 2CM Receive Sydney (Burwood, 1923, briefly then reverted to 2CY); 2CY Sydney (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet confidently identified but likely Philip Selwyn Parker, engineer, Bellevue Hill, 1930 * [[/Ronald Alexander Parker|Parker, Ronald Alexander]] [https://www.familysearch.org/tree/person/details/GZ23-6BM] - 1908(Vic)-1984(Qld) - 3RA Melbourne (Canterbury, 1925-1926), 3RA Bendigo (1927), 3RA Melbourne (Canterbury, 1931-1933; Hawthorn, 1937-1939), 4PT Southport (1980+), qualifications (AOCP 213, 1925, No. ?? in Vic), amateur operator, amateur broadcaster, electoral rolls: clerk (Camberwell, 1931), accountant (Hawthorn, 1936-1937), secretary (Malvern, 1943-1949), retired (Southport, 1980) ===''PARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Parr|Parr, John George]] [https://www.familysearch.org/tree/person/details/G8NL-22T] - 1908(NSW)-1992(Vic) - Licences: 3OM Melbourne (Canterbury, 1930-1939) - Qualifications: AOCP 646, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Camberwell, 1931-1943); engineer (Footscray, 1949; Brunswick, 1949-1963; Melbourne City, 1968-1980) ===''PARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alchorne Parry|Parry, Charles Alchorne]] [https://www.familysearch.org/tree/person/details/GX8J-BGL] - 1916(Qld)-2009(USA) - Licences: 4CP Gordonvale (1935-1939) - Qualifications: cc; AOCP 1441, 1935, Qld; BOCP 177, 1938 - amateur operator; amateur broadcaster - Education: PhD - Electoral Rolls: radio mechanic (Cairns, Qld, 1937); engineer (Darlinghurst, NSW, 1943) ===''PARSONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warwick William Parsons|Parsons, Warwick William or William Warwick (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/L2L4-5ZC]- 1903(SA)-1974(SA) - Licences: 5PS Adelaide (City, 1933; Henley Beach, 1937-1939, 1947-1948; Rose Park, 1954-1974) - Qualifications: cc; AOCP 1147, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: operator (Henley, SA, 1939-1943) ===''PATERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Pryde Paterson|Paterson, Paul Pryde]] [https://www.familysearch.org/tree/person/details/GZLK-LPF] - 1915(WA)-1942(PNG) - Licences: 6PP Wiluna (1937-1939) - Qualifications: cc; AOCP 1961, 1937, WA - amateur operator, amateur broadcaster, WW2 (RAAF, 24 Squadron, Flight Lieutenant) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/paterson-paul-pryde-260515/] * [[/Raymund Gordon Paterson|Paterson, Raymund or Raymond Gordon]] [https://www.familysearch.org/tree/person/details/G8CH-7RX] - 1903(Vic)-1996(Canada) - Licences: Nil yet identified - Qualifications: AOCP 506, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: apprentice (Glenferrie, 1926-1928) ===''PATTERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Campbell Patterson|Patterson, Campbell]] [https://www.familysearch.org/tree/person/details/G9Y1-GDH] - 1912(SA)-1987(SA) - Licences: 5XR Naracoorte (1933-1939); 5XR Peterborough (1947-1980+) - Qualifications: cc; AOCP 1097, 1933, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, 1939); electrician (Quorn, 1941-1943) * [[/James Brown Patterson|Patterson, James Brown]] [https://www.familysearch.org/tree/person/details/LBTW-WDY] - 1833(Eng)-1895(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Politician, briefly Premier of Victoria (1893-1894), Postmaster-General Vic (July 1878 - March 1880) - Electoral Rolls: Nil yet identified * [[/Robert Charles William Ingram Patterson|Patterson, Robert Charles William Ingram "Charles Ingram"]] [https://www.familysearch.org/tree/person/details/GZ5T-2Q4] - 1910(Vic)-1974(Qld) - Licences: 3YP Melbourne (East Malvern, 1927-1939; Eaglemont, 1946-1954); 4YP Brisbane (Fig Tree Pocket, 1955-1969) - Qualifications: cc; AOCP 352, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: station hand (Mundabullangana, 1931-1937); agent (Fig Tree Pocket, 1958-1968) ===''PAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Anthony Paul|Paul, Leo Anthony]] - 1905(Vic)-1968(Vic) - 3JQ Receive Melbourne (Fitzroy, 1922-1923), 3LP Melbourne (Fitzroy, 1924-1937; Preston, 1938-1939), 3XO Melbourne (Fairfield, 1948-1960; Thornbury, 1965), amateur operator (AOCP 15, 1924, No. 6 in Vic), amateur broadcaster ===''PAYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George H. Payne|Payne, George H.]] - 19??(???)-1987(Qld) - 4NEV Brisbane, amateur operator (AOCP ??, 1946+, No. ?? in Qld), radio clubs (Wooloowin RC, hon. secretary; WIAQ, president, assoc. members section) * [[/John Payne|Payne, John]] [https://www.familysearch.org/tree/person/details/GDSL-41Q] - 19??(???)-19??(???) - Licences: 2IN Receive Sydney (Randwick, 1922); 2IN Sydney (Randwick, 1923-1927; Kensington, 1928-1930) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: insurance department manager (Kensington, 1930-1931); secretary (Kensington, 1933) * [[/Reginald Lewis Payne|Payne, Reginald Lewis]] [https://www.familysearch.org/tree/person/details/GZG9-HFF] - 1898(Vic)-1946(Vic) - Licences: 3RP Geelong (Newtown, 1924-1939) - Qualifications: cc; AOCP 225, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Newtown, 1919-1921); telegraphist (Newtown, 1922-1942) (check XJM R. Payne, Armadale for relationship) ===''PAYTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Payter|Payter, Joseph William]] - 18??(???)-19??(???) - early telephone experimenter in Melbourne, mechanic in Vic Posts & Telegraphs (one of James Smibert's "Williamstown boys") ===''PEARCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Ronald Pearce|Pearce, Edward Ronald]] [https://www.familysearch.org/tree/person/details/LR3M-7YJ] - 1916(Vic)-2004(WA) - Licences: 6TP Perth (North Perth, 1936-1939, 1948; Mt Hawthorn, 1954-1960) - Qualifications: cc; AOCP 1757, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (North Perth, WA, 1937); engineer (Mt Hawthorn, WA, 1949-1977); retired (Coolbinia, WA, 1980) ===''PEARN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Pearn|Pearn, William Leslie]] [https://www.familysearch.org/tree/person/details/LCKW-JRW] - 1896(SA)-1974(SA) - Licences: 5PN Adelaide (Sturt Park, 1934-1939; Wayville West, 1947-1948; Unley, 1955-1969) - Qualifications: cc; AOCP 1378, 1934, SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Unley, SA, 1939-1941) ===''PEARSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Richman Pearson|Pearson, Ian Richman]] [https://www.familysearch.org/tree/person/details/GSD3-4LF] - 1908(Vic)-1972(Tas) - Licences: 3SP Melbourne (Berwick, 1929-1931); 7KB Burnie (1948-1965); 7KB Port Sorell (1969) - Qualifications: AOCP 528, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: chemist (Deer Park, Vic, 1936-1937); medical practitioner (Burnie, Tas, 1949-1954) ===''PELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Frederick Law Pelling|Pelling, John Charles Frederick Law "Jack"]] [https://www.familysearch.org/tree/person/details/GXB3-176] - 1908(WA)-1972(WA) - Licences: 6WO Moojebing (1933-1939) - Qualifications: cc; AOCP 1213, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Dumbleyung, WA, 1931); farmer (Moojebing, WA, 1936-1943; King River, WA, 1949-1968) ===''PEMBLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Pembleton|Pembleton, Thomas Edward "Tom"]] [https://www.familysearch.org/tree/person/details/G8HP-JDF] - 1914(Qld)-2002(Qld) - Licences: 4ZL Rockhampton (1936-1939;1946-1980+) - Qualifications: cc; AOCP 1600, 1936, Qld - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: labourer (Rockhampton, 1936-1943); turner (Rockhampton North, 1949-1980) ===''PEPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Campbell Pepper|Pepper, Ralph Campbell]] [https://www.familysearch.org/tree/person/details/KC93-1MN] - 1905(NSW)-1984(Qld) - Licences: N742 Receive Tamworth (1922); 2HV Receive Tamworth (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Tamworth, 1930; Maroubra, 1931; Artarmon, 1934-1949; Newmarket, Qld, 1954-1972; Alderley, 1977-1980) ===''PERDRIAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carter Perdriau|Perdriau, Henry Carter]] [https://www.familysearch.org/tree/person/details/G3D9-L79] - 1895(NSW)-1956(NSW) - Licences: XHC Sydney (1912-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: cousin of 2ZR William James Stanley Perdriau - Electoral Rolls: manager (Chatswood, 1930-1936; Roseville, 1943-1954) * [[/William James Stanley Perdriau|Perdriau, William James Stanley]] [https://www.familysearch.org/tree/person/details/LTH6-8LS] - 1885(NSW)-1946(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923); 2ZR Sydney (Manly, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: cousin of XHC Henry Carter Perdriau - Electoral Rolls: dentist (Manly, 1930-1943) ===''PERREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Litchfield Perrey|Perrey, Alexander Litchfield]] [https://www.familysearch.org/tree/person/details/LZVM-9P9] - 1898(SA)-1965(Vic) - Licences: 5LP Strathalbyn (1925-1927) - Qualifications: cc; AOCP 99, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Francis Cole Perry|Perry, Malcolm Francis Cole]] [https://www.familysearch.org/tree/person/details/L679-XR2] - 1891(NSW)-1963(NSW) - Licences: XCP Sydney (Randwick, 1913-1914); 2DG Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Randwick, 1930-1937); editor (Randwick, 1943-1949; Coogee, 1954-1958); counsellor (Hazelbrook, 1958-1963) ===''PETERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Zornig Peters|Peters, Henry Zornig "Harry"]] [https://www.familysearch.org/tree/person/details/L4XX-HBC] - 1908(Qld)-1994(Qld) - Licences: 4ZP Maryborough (1937-1939); 4ZP Sarina (1947-1956); 4ZP Cooroy (1960-1980+) - Qualifications: cc; AOCP 1978, 1937, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: teacher (Yerra via Maryborough, Qld, 1936-1937; Sarina, 1943); farmer (Cooroy, 1963-1980) ===''PETERSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Marzanti Petersen|Petersen, Thomas William Marzanti "Bill"]] - 1919(Qld)-1981(Qld) - 4FY Brisbane (Cooparoo Heights, 1946-1947), 4YO Moreton Island (1975), amateur operator (AOCP 2321, 1939, No. ?? in Qld), radio clubs (WIAQ, councillor), military (WW2, AIF), employment (Hills TV service), business proprietor (Advance Radio, Wynnum Radio Repairs) ===''PETERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Franz Peterson|Peterson, Harold Franz]] [https://www.familysearch.org/tree/person/details/G8XJ-CV1] - 1888(NSW)-1961(NSW) - Licences: 2HP Sydney (Coogee, 1930-1960) - Qualifications: cc; AOCP 617, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: inspector (Coogee, 1930-1958) * [[/Rupert Clarence Peterson|Peterson, Rupert Clarence]] [https://www.familysearch.org/tree/person/details/G87D-VJ3] - 1910(Vic)-2000(NSW) - Licences: 7AZ Receive Hobart (West Hobart, 1922-1923); Receive Hobart (West Hobart, 1923-1924); 3PT Melbourne (Moonee Ponds, 1928-1939) - Qualifications: cc; AOCP 401, 1928, No. ?? in Vic; AOLCP 96, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Moonee Ponds, 1931-1937; Caulfield, 1942-1949; Ivanhoe, 1954-1977); retired (Merimbula, 1980) * [[/Walter Peterson|Peterson, Walter]] - 19??(???)-19??(???) - Licences: 3QP Melbourne (Toorak, 1930-1939) - Qualifications: cc; AOCP 689, 1930, Vic - amateur operator; amateur broadcaster - Electoral Rolls: telephone mechanic (Kew, 1925); telephone engineer (Kew, 1926-1928); engineer (Toorak, 1931-1937); secretary (Lilydale, 1943-1954); electrical instrument maker (Collingwood North, 1967-1968) - several contemporaneous WPs * [[/Walter Martin Peterson|Peterson, Walter Martin]] [https://www.familysearch.org/tree/person/details/LDRD-G6B] - 1910(WA)-1978(WA) - Licences: 6LW Perth (West Perth, 1937; East Perth, 1938-1939, 1947-1948; City, 1954-1956; City Beach, 1960-1975+) - Qualifications: cc; AOCP 1864, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: student (Balcatta, WA, 1931-1936; North Perth, WA, 1937; East Perth, WA, 1937-1943); radio engineer (East Perth, WA, 1949-1958); lecturer (City Beach, WA, 1963-1977) ===''PHELPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Phelps|Phelps, William Joseph]] [https://www.familysearch.org/tree/person/details/G8D5-97G] - 1912(NSW)-1987(NSW) - Licences: 2DL Sydney (Canterbury, 1931-1939, 1946; Ashbury, 1947-1975) - Qualifications: AOCP 769, 1931, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1935-1937; Ashfield, 1942; Ashbury, 1949-1963) ===''PHILBIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Philbin|Philbin, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GDKL-L7L] - 1889(Tas)-19??(???) - Licences: 7FP Queenstown (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ulverstone, 1914); electrician (Queenstown, 1919-1937); electrical fitter (Queenstown, 1949-1954); to NSW 1940s ===''PHILLIPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan William Albert Phillips|Phillips, Alan William Albert]] [https://www.familysearch.org/tree/person/details/GXVR-LD4] - 1915(SA)-2009(SA) - Licences: 5GX Adelaide (Somerton, 1936-1937) - Qualifications: cc; AOCP 1601, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (St Leonards, SA, 1939; South Plympton, SA, 1941-1943) * [[/Albert Maurice Phillips|Phillips, Albert Maurice]] [https://www.familysearch.org/tree/person/details/GXVR-GGP] - 1915(SA)-2008(SA) - Licences: 5ZU Adelaide (Prospect, 1936-1939, 1947-1980) - Qualifications: cc; AOCP 1713, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Gordon George Phillips|Phillips, Gordon George]] [https://www.familysearch.org/tree/person/details/GX7V-TB1] - 1887(NSW)-1941(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 93, 1915; 1COCP 321, 1933 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Townsville, 1912-1919); radio telegraphist (Currie, King Island, 1922); telegraphist (South Townsville, 1925); radio telegraphist (Thursday Island, 1928); radio telegraphist (Cooktown, 1937) * [[/Harry Edward James Thomas Phillips|Phillips, Harry Edward James Thomas]] [https://www.familysearch.org/tree/person/details/G8ZW-SXG] - 1896(Vic)-1963(Vic) - Licences: 3JU Melbourne (Mitcham, 1929-1933; Abbotsford, 1937; South Yarra, 1938-1939, 1946-1948; Merlynstone, 1954-1960) - Qualifications: AOCP 532, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: slaughterman (Newmarket, 1919); butcher (Emerald, 1922; Mitcham, 1924-1936; Abbotsford, 1937; South Yarra, 1949) * [[/James Graham Phillips|Phillips, James Graham]] [https://www.familysearch.org/tree/person/details/GZLJ-8JC] - 1909(SA)-1943(Vic) - Licences: 5BW Adelaide (Glenelg, 1926-1931; Somerton, 1933-1939)- Qualifications: cc; AOCP 256, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Somerton, 1939-1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/606863] * [[/Noel William Phillips|Phillips, Noel William]] [https://www.familysearch.org/tree/person/details/G9FX-877] - 1911(Qld)-1941(Qld) - Licences: 4NP Ipswich (1934-1939) - Qualifications: cc; AOCP 1396, 1934, Qld - amateur operator; amateur broadcaster; employment (Qld Public Works Dept) - Electoral Rolls: painter (Ipswich, Qld, 1936-1937) ===''PHILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurance Vincent Phillis|Phillis, Laurance Vincent]] [https://www.familysearch.org/tree/person/details/GS5R-98V] - 1900(SA)-1953(SA) - Licences: 5LP Adelaide (South Payneham, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1136, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PHILPOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Hanmer Philpot|Philpot, Clarence Hanmer]] [https://www.familysearch.org/tree/person/details/GMRM-C7S] - 1906(Vic)-1982(Vic) - Licences: Receive (Valve) Geelong (1923); 3CP Geelong (1924-1925); 3CP Warrnambool (1925-1926); 3KL Ararat (1927); 3KL Avoca (1931-1937); 3KL Horsham (1938-1939); 3KL Melbourne (Elsternwick, 1946-1980+) - Qualifications: cc; AOCP 381, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal clerk (Derrinallum, 1928; Avoca, 1931-1936); postal (Elsternwick, 1942-1980) ===''PHILPOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Jones Philpott|Philpott, Oliver Jones]] [https://www.familysearch.org/tree/person/details/G8LJ-52T] - 1869(???)-1934(Vic) - Licences: 3VS Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: orchardist (Sandringham, 1919); manager (Caulfield, 1921-1927) ===''PHIPPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Roger Sydney Phipps|Phipps, William Roger Sydney]] [https://www.familysearch.org/tree/person/details/GZX2-Z6G] - 1896(Eng)-1973(WA) - Licences: 6WP Perth (Subiaco, 1924-1927; Victoria Park, 1930-1933; South Perth, 1937-1939, 1946-1969) - Qualifications: cc; AOCP 111, 1925, No. ?? in WA; AOLCP 16, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Subiaco, 1921); electrical fitter (Subiaco, 1925); radio operator (Victoria Park, 1931; South Perth, 1936-1972) ===''PIKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Herbert Arthur Pike|Pike, John Herbert Arthur "Jack"]] [https://www.familysearch.org/tree/person/details/MT5R-K62] - 1890(NSW)-1961(NSW) - XJP Sydney (Arncliffe, 1911), XDY Sydney (Arncliffe, 1912-1914), XDZ Sydney (Arncliffe, 1912), 2DF Receive Sydney (Epping, 1922-1924), 2JP Sydney (Epping, 1925-1929; Greenwich, 1930-1939, 1946-1961), amateur operator (AOCP 130, 1925, No. ?? in NSW), amateur broadcaster, AWA (research, later draftsman) ===''PINNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chalker Pinnell|Pinnell, John Chalker]] [https://www.familysearch.org/tree/person/details/G8Z5-P4G] - 1902(NSW)-1997(NSW) - Licences: 2OL Receive Sydney (Annandale, 1923-1924); 2ZR Sydney (Marrickville, 1929-1934; Ashfield, 1935-1936; Summer Hill, 1937-1939, 1946-1950; Earlwood, 1954-1961; Croydon, 1965) - Qualifications: AOCP 547, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Dulwich Hill, 1930-1934; Ashfield, 1936; Summer Hill, 1937-1949); teacher (Earlwood, 1954-1963); retired (Ashfield, 1968; Mt Kuringai, 1980) ===''PINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Pinney|Pinney, C. R.]] - 18??-19?? - 4CP Port Moresby - amateur operator, amateur broadcaster ===''PITCHFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stuart Frederick Pitchford|Pitchford, William Stuart Frederick]] [https://www.familysearch.org/tree/person/details/GZ5C-X48] - 1906(Eng)-1959(SA) - Licences: 5WP Adelaide (City, 1926-1933; Hyde Park, 1937-1939) - Qualifications: cc; AOCP 254, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Reade Park, 1939-1943) ===''PITTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Graham Pitts|Browne, Reginald Graham or Graham Reginald]] [https://www.familysearch.org/tree/person/details/LZGB-56Y] - 1915(SA)-2005(WA) - Licences: 5GP Adelaide (Torrensville, 1934-1939); 5GP Alice Springs (1947); 5GE Port Augusta (1955-1975); 5GE Adelaide (Kensington Gardens, 1980+) - Qualifications: cc; AOCP 1377, 1934, SA; 2COCP 189, 1938; 1COCP 225, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: finisher (Torrensville, SA, 1941-1943); radio engineer (Alice Springs, NT, 1949) ===''POLLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Henderson Pollock|Pollock, John Henderson]] [https://www.familysearch.org/tree/person/details/GXFM-9TQ] - 1895(NSW)-1978(Qld) - Licences: Receive Brisbane (Moorooka, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Moorooka, Qld, 1922-1926); insurance manager (Townsville, Qld, 1928-1937); insurance agent (Moorooka, Qld, 1943-1977) ===''PONSONBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bessborough Ponsonby|Ponsonby, John Bessborough]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 466, 1919; 1COCP 50, 1930 - coastal wireless operator - Electoral Rolls: ===''POPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maitland Glen Pope|Pope, Maitland Glen]] [https://www.familysearch.org/tree/person/details/KJ4K-FN6] - 1884(WA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 122, 1915; 1COCP 153, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Subiaco, 1906); civil servant (Subiaco, WA, 1910); civil servant (Hobart North, Tas, 1914); officer-in-charge (Wireless Station, Thursday Island, Qld, 1919-1921); wireless expert (Wireless Station, Applecross, 1925); wireless operator (Moonee Ponds, Vic, 1927-1931); supervisor (Essendon, Vic, 1936-1954) ===''PORTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Glanville Porter|Porter, Leonard Glanville]] [https://www.familysearch.org/tree/person/details/GXLX-765] - 1897(SA)-1969(SA) - Licences: 5MP Huddlestone (1938-1939; 1947-1948) - Qualifications: cc; CPRT 966, 1927; 1COCP 73, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Flinders Naval Depot, Vic, 1924); wireless operator (5PI Crystal Brook, SA, 1939-1943) ===''POTTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Potter|Potter, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GXYZ-38V] - 1915(WA)-1993(WA) - Licences: 6ZO Perth (East Fremantle, 1937-1939; Bicton, 1947-1965; Melville, 1969-1980+) - Qualifications: cc; AOCP 1959, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (East Fremantle, WA, 1937-1943); contractor (East Fremantle, WA, 1949-1958; Melville, 1963); builder (Melville, WA, 1968-1980) * [[/William Francis Potter|Potter, William Francis]] [https://www.familysearch.org/tree/person/details/G878-638] - 1908(NSW)-1959(NSW) - Licences: 2WP Helensburgh (1928-1939); 2WP Fairy Meadow (1948-1950); 2WP Charlestown (1954-1960) - Qualifications: AOCP 399, 1928, No. ?? in NSW; 3COCP 38, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Helensburgh, 1930-1937); mechanic (Fairy Meadow, 1949); shiftman (Charlestown, 1954); electrical mechanic (Charlestown, 1958); railway employee (New Lambton, 1958) ===''POTTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Charles Pottie|Pottie, Norman Charles]] [https://www.familysearch.org/tree/person/details/9V3D-JFZ] - 1909(NSW)-1961(NSW) - Licences: 2HQ Sydney (Bellevue Hill, 1930-1931; Hunters Hill, 1933-1938; Mosman, 1939) - Qualifications: AOCP 589, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933; Hunters Hill, 1936-1937; Albury, 1943; Willoughby, 1949-1958) ===''POULSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valdemar Poulsen|Poulsen, Valdemar]] - 1869(Denmark)-1942(Denmark) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - inventor of a magnetic wire recorder, Poulsen arc transmitter - Electoral Rolls: Nil yet identified - Links: [[w:Valdemar Poulsen|Wikipedia]]; [https://ethw.org/Valdemar_Poulsen IEEE]; [https://www.britannica.com/biography/Valdemar-Poulsen Britannica] ===''POWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Power|Power, A. H.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Highgate Hill, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''PRESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Arthur Campbell Preston|Preston, Thomas Arthur Campbell]] [https://www.familysearch.org/tree/person/details/GHDV-FFD] - 1886(Tas)-1970(Tas) - Licences: 7BK Queenstown (1923-1927+) - Qualifications: cc; AOCP 190, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; Mount Lyell Co (electrical engineer, 1920s; chief engineer) - Electoral Rolls: engineer (Queenstown, 1919-1954) ===''PRESTON-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cedric Preston-Smith see Cedric Preston Smith ===''PRICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Clarey Price|Price, John Clarey "Jack"]] [https://www.familysearch.org/tree/person/details/L7GR-V19] - 1884(Qld)-1954(Qld) - Licences: 4CE (Receive) 1922; 4FI or 4FJ Brisbane (Bardon, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); radio business proprietor (Wireless House); public servant (PMG) - Electoral Rolls: mechanic (Wooloowin, 1912-1913); public servant (Bardon Estate, 1919-1936; Bardon, 1943-1954) * [[/Keith Ferguson Price|Price, Keith Ferguson]] [https://www.familysearch.org/tree/person/details/94TB-TPD] - 1900(Vic)-1978(Qld) - Licences: 4KF Brisbane (Camp Hill, 1937-1939, 1947) - Qualifications: cc; AOCP 1937, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Norman Park, Qld, 1925-1926); engineering instructor (Camp Hill, Qld, 1937-1943); electrical engineer (Camp Hill, Qld, 1954-1958) ===''PRIDDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Arthur Priddle|Priddle, Raymond Arthur]] [https://www.familysearch.org/tree/person/details/G8H3-PNF] - 1913(NSW)-1971(NSW) - Licences: 2RA Bathurst (1929-1936); 2RA Sydney (Marrickville, 1938-1939; Greenwich, 1946; Pymble, 1947-1961; Wahroonga, 1969) - Qualifications: AOCP 473, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: civil engineer (Yass, 1935; Marrickville, 1936-1943; Lane Cove, 1943; Pymble, 1949-1963); engineer (Wahroonga, 1968) ===''PRIDEAUX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Charles Prideaux|Prideaux, Joseph Charles]] [https://www.familysearch.org/tree/person/details/GX6Y-Y6H] - 1908(Qld)-1969(NSW) - Licences: 4DS Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: musician (Lismore, NSW, 1935-1943); hairdresser (Lismore, NSW, 1949-1968) ===''PRIDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Clifford Pridham|Pridham, Leslie Clifford]] [https://www.familysearch.org/tree/person/details/GXK2-H6C] - 1916(SA)-2007(SA) - Licences: 5WP Adelaide (Torrensville, 1937-1939) - Qualifications: cc; AOCP 2047, 1937, SA; BOCP 301, 1940; 1COCP 834, 1944 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Torrensville, SA, 1939-1941); public servant (Lockleys, SA, 1943) ===''PRINCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Prince|Prince, Albert Edward]] [https://www.familysearch.org/tree/person/details/GXKT-ZLR] - 1914(SA)-1996(SA) - Licences: 5WK Adelaide (Walkerville, 1934-1939; Kurralta Park, 1947; Plympton, 1948-1980+) - Qualifications: cc; AOCP 1358, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Queenstown, SA, 1941); fitter (Gracemere, SA, 1943); sheet metal worker (Broadview Gardens, SA, 1943) ===''PROPOSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilhelm Carl Lormann Proposch|Proposch, Wilhelm or William Carl Lormann or Forman]] [https://www.familysearch.org/tree/person/details/LVVN-TGW] - 1900(NSW)-1970(Qld) - Licences: 4PL Chinchilla (1937-1939); 4PL Nanango (1947-1969) - Qualifications: cc; AOCP 1986, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: wellborer (Maclargan via Jondaryan, Qld, 1925-1936); radio dealer (Chinchilla, Qld, 1937; Nanango, Qld, 1943-1968) ===''PRYZBILLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Alfred Pryzibilla|Pryzibilla, Colin Alfred]] [https://www.familysearch.org/tree/person/details/GXKD-1SY] - 1910(SA)-2001(SA)91yo - Licences: 5XJ Adelaide (Parkside, 1935-1939, 19471960; Brooklyn Park, 1965-1969; Ascot Park, 1975; Plympton Park, 1980) - Qualifications: cc; AOCP 1590, 1935, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PURDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Commodore Vere Purdon|Purdon, Commodore Vere]] [https://www.familysearch.org/tree/person/details/GQ28-Y6B] - 1901(Tas)-1968(Tas) - Licences: 7AM Receive Hobart (Battery Point, 1922); Receive Hobart (Battery Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart East, 1922; Hobart South, 1928; Bellerive, 1936-1954) =='''Q'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''QUICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Quick|Quick, John]] [https://www.familysearch.org/tree/person/details/LKWF-QQF] - 1852(Eng)-1932(Vic) - state politician (MLA Vic, 1880s & 1890s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1909-1910), oversight of 1909 Melbourne Wireless Telegraphy Conference - Links: [[w:John_Quick_(politician)|Wikipedia]]; [https://adb.anu.edu.au/biography/quick-sir-john-8140 ADB] ===''QUIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Quin|Quin, Charles]] [https://www.familysearch.org/tree/person/details/G8VW-TP8] - 1910(WA)-1979(WA) - Licences: 6CX Perth (Subiaco, 1930-1933; Nedlands, 1937; Wembley, 1938-1939, 1946-1947) - Qualifications: cc; AOCP 678, 1930, No. ?? in WA; AOLCP 178, 1934 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Wembley Park, 1937); accountant (Swanbourne, 1963); retired (Swanbourne, 1972-1977) =='''R'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''RADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Dynan Radford|Radford, Wilfred or William Dynan]] [https://www.familysearch.org/tree/person/details/92MT-KNF] - 1916(Qld)-1996(NSW) - Licences: 4WV Brisbane (Ashgrove, 1936-1937); 4WW Brisbane (Ashgrove, 1938-1939) - Qualifications: cc; AOCP 1624, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: theological student (Hunters Hill, NSW, 1943); clergyman (Toongabbie, NSW, 1954); priest (Marist College, Armidale, NSW, 1958; Toongabbie, NSW, 1963-1968; Hunters Hill, NSW, 1977-1980) ===''RAGLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Beaumont Ragless|Ragless, Gordon Beaumont]] [https://www.familysearch.org/tree/person/details/GMY3-58F] - 1909(SA)-2002(SA) - Licences: 5GR Adelaide (St Marys, 1928-1939; Marion, 1946-1948) - Qualifications: cc; AOCP 434, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: orchard assistant (St Marys, 1939-1943) ===''RAINBOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Rainbow|Rainbow, Christopher James]] [https://www.familysearch.org/tree/person/details/G87K-BB5] - 1911(Vic)-1994(Vic) - Licences: 3JR Melbourne (Preston, 1928-1954; West Preston, 1955-1969; Rosebud, 1975-1980) - Qualifications: AOCP 406, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, partnership (Supreme Radio Co, Preston ?-1932), WW2 (RAAF) - Electoral Rolls: engineer (Preston, 1931-1942); traveller (Preston, 1949-1972; Rosebud, 1977); retired (Rosebud, 1980) - Relationships: brother-in-law of 3PA Percy James Anderson ===''RAMSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Ramsay|Ramsay, Frederick Charles]] [https://www.familysearch.org/tree/person/details/GXNM-4RT] - 1871(Eng)-1950(NSW) - Licences: Receive (Crystal) Brisbane (Toowong, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hermit Park, Qld, 1903-1905; South Brisbane, Qld, 1912; West End, Qld, 1915-1919); accountant (Toowong, Qld, 1921-1925; Waverley, NSW, 1930-1934); teacher (Waverley, NSW, 1936-1943) * [[/Robert Ramsay|Ramsay, Robert ]] - 1842(Sct)-1882(Vic) - solicitor, Victorian politician, Postmaster-General Victoria (Jul 1874 - Aug 1875; Oct 1875 - May 1877) ===''RANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Otto Randell|Randell, Charles Otto]] [https://www.familysearch.org/tree/person/details/97TF-XLP] - 1880(NSW)-1958(Qld) - Licences: 4BK Innisfail (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster (callsign to 4BK Brisbane commercial 1930) - Comment: 4AC Leslie Waters employed by Randell Engineering - Electoral Rolls: analytical chemist (Hambledon, 1903); chemist (Goondi, 1908); engineer (Innisfail, 1912-1913); mechanical engineer (Townsville, 1915); analytical chemist (Innisfail, 1919-1930); agent (Toowong, 1936); chemist (Brisbane, 1937); industrial chemist (North Sydney, 1949) ===''RANKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Ronald Rankin|Rankin, Kenneth Ronald "Ken"]] [https://www.familysearch.org/tree/person/details/L2RC-8FS] - 1906(Vic)-1964(Vic) - Licences: 3KR Kerang (1926-1939); 3KR Benalla (1946-1960) - Qualifications: AOCP 242, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio salesman (Kerang, 1928-1937); manager (Benalla, 1949-1963) - Probate: Theatre Manager (Benalla, 1965) ===''RANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Rann|Rann, George William]] [https://www.familysearch.org/tree/person/details/GZDG-VMV] - 1908(WA)-1974(WA) - Licences: 6KO Perth (Nedlands, 1932-1939) - Qualifications: cc; AOCP 1000, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Nedlands, WA, 1931); printer (West Subiaco, WA, 1936; Wembley, WA, 1937-1943; Leederville, WA, 1954-1958); civil servant (City Beach, WA, 1963-1972) ===''RAYNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Rayner|Rayner, Jack]] [https://www.familysearch.org/tree/person/details/LYQQ-2LK] - 1898(NSW)-1972(NSW) - Licences: 2LJ Sydney (Stanmore, 1928-1930; Belmore, 1931-1939, 1946-1950) - Qualifications: AOCP 384, 1928, No. ?? in NSW; 2COCP 425, 1933; 1COCP 335, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: police constable (Annandale, 1930); constable (Belmore, 1933-1934); police constable (Belmore, 1937-1949) ===''READ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Earl Read|Read, Alfred Earl "Earl"]] - 1892(NZ)-1960(NZ) - journalist (editor NZ Radio Times to 1936; editor and proprietor, Australasian Radio World 1936-1940; manager, Australasian Radio World 1940+) * [[/Allan William Read|Read, Allan William]] [https://www.familysearch.org/tree/person/details/GX1B-WF2] - 1913(WA)-1983(WA) - Licences: 6LK Perth (Mt Lawley, 1931-1933); 6LK Northam (1937-1939) - Qualifications: cc; AOCP 735, 1931, No. ?? in WA; AOLCP 163, 1934; 1COCP 83, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Broadcasting Station, Northam, WA, 1936-1937); radio technician (North Perth, WA, 1943-1958); public servant (Nollamara, WA, 1963-1980) ===''READER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/d'Arcy Harold Reader|Reader, d'Arcy Harold]] [https://www.familysearch.org/tree/person/details/L5KX-8N8] - 1888(NZ)-1952(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 123, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: wireless telegraphist (Thursday Island, Qld, 1916-1917) ===''READING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Reading|Reading, Edward Charles]] [https://www.familysearch.org/tree/person/details/GZW7-9DL] - 1904(NSW)-1979(NSW) - 2RG Bangalow (1925-1929), 2LT Lismore (1965-1975), amateur operator (AOCP 65, 1925, No. ?? in NSW), amateur broadcaster, electrician, Reading Bros (proprietor & electrical engineer, 1930-1939), 2RG callsign may have been withdrawn by PMGD for 2RG Griffith commercial * [[/Leonard William Reading|Reading, Leonard William]] [https://www.familysearch.org/tree/person/details/L2LY-H23] - 1904(WA)-1989(WA) - Licences: 6LR Northam (1933-1936); 3TQ Newport (1937); 6LR Perth (Pearce, 1938-1939; South Perth, 1946-1947) - Qualifications: cc; AOCP 1200, 1933, Vic; 1COCP 384, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Northam, WA, 1925-1936; Newport, Vic, 1937); airman (South Perth, WA, 1943); supervisor (Karinup, WA, 1980) ===''REDDROP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Reddrop|Reddrop, James William Jnr]] [https://www.familysearch.org/tree/person/details/GD1T-SYY] - 1906(Vic)-1981(NSW) - Licences: 7BN Launceston (1934-1937); 3BN Melbourne (Caulfield, 1938-1939, 1946-1954) - Qualifications: cc; 1COCP 28, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: airman (Elsternwick, 1931; St Kilda, 1937); air force (Elsternwick, 1942-1954); air force officer (Glenbrook, NSW, 1958); RAAF officer (Campbell, 1963); retired (Hackett, ACT, 1968); representative (Tbre Lake, 1972-1980) ===''REED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Griffiths Reed|Reed, Joseph Griffiths "Joe"]] [https://www.familysearch.org/tree/person/details/GC6Y-GZZ] - 1897(NSW)-1969(NSW) - Licences: XABP Newcastle (1914); 2JR Sydney(Summer Hill, 1924-1933; Croydon, 1934-1939; Northbridge, 1946-1969) - Qualifications: cc; CPRT 710, 1922; 1COCP 235, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio engineer (Summer Hill, NSW, 1930-1934); engineer (Croydon, NSW, 1936-1937); electrical engineer (Northbridge, NSW, 1943-1968) ===''REEDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Bennett Reedman|Reedman, Alfred Bennett]] [https://www.familysearch.org/tree/person/details/KZLN-MVM] - 1896(Qld)-1982(Qld) - Licences: Receive (Valve) Brisbane (Norman Park, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kangaroo Point, Qld, 1919-1921; Norman Park, Qld, 1925-1980) ===''REES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Montague Elyder Rees|Rees, Richard Montague Elyder]] [https://www.familysearch.org/tree/person/details/MPXW-S6Y] - 1901(Eng)-1962(Vic) - Licences: 2RE Sydney (Stanmore, 1926-1927; Coogee, 1928-1930); 2WM Sydney (Enfield, 1931-1933); 2APW Albury (1946-1947); 3APW Darling (1948-1954) - Qualifications: AOCP 296, 1926, No. ?? in NSW; CPRTelephony 959, 1927; 2COCP 283, 1930; BOCP 107, 1937; 1COCP 941, 1945 - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Enfield, 1931-1937) ===''REEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Herbert Reeves|Reeves, Cecil Herbert]] [https://www.familysearch.org/tree/person/details/GF3Z-X92] - 1905(WA)-1975(WA) - Licences: 6CR Perth (Claremont, 1931-1933; Victoria Park, 1937-1939) - Qualifications: cc; AOCP 746, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Claremont, WA, 1931; Victoria Park, WA, 1936-1943; Wagin, WA, 1954; Fremantle, WA, 1958; East Fremantle, WA, 1963-1972) ===''REID''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Reid|Reid, John]] [https://www.familysearch.org/tree/person/details/GF3G-PDG] - 1901(Vic)-19??(???) - Licences: 3BE Melbourne (Werribee, 1937); 6BE Perth (RAAF, Pearce, 1938); 3AJR Ballarat (1947-1980+) - Qualifications: cc; 2COCP 26, 1935 - amateur operator; amateur broadcaster; WW2 - Comment: Several contemporaneous JRs - Electoral Rolls: retired (Ballarat, Vic, 1977-1980) ===''REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Dwyer Reilly|Reilly, Edward or Edwin Dwyer]] [https://www.familysearch.org/tree/person/details/G9S5-67P] - 1913(Vic)-1991(SA) - Licences: 5AI Adelaide (Woodville, 1935-1939; Brooklyn Park, 1947-1975; Aldinga, 1980+) - Qualifications: cc; AOCP 1524, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Woodville, SA, 1939-1943) * [[/Eric Harold Reilly|Reilly, Eric Harold]] [https://www.familysearch.org/tree/person/details/L153-S1X] - 1905(Qld)-1950(Qld) - Licences: 4ER Brisbane (Hill End, 1934-1937); 4ER Laidley (1938-1939, 1946-1948) - Qualifications: cc; AOCP 1339, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ, WICEN) - Electoral Rolls: rubber worker (Hill End, Qld, 1934-1937); motor mechanic (Laidley, Qld, 1943-1949) ===''REIMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Alwin Reimann|Reimann, Albert Alwin]] [https://www.familysearch.org/tree/person/details/G4RD-V3K] - 1905(SA)-1946(SA) - Licences: 5JO Adelaide (Kent Town, 1928-1939) - Qualifications: cc; AOCP 453, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil ===''REINARTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John L. Reinartz|Reinartz, John L.]] - 1894(Ger)-1964(USA) - 1QP (1908-?), 1XAM, W3RB, K6BJ USA, amateur operator, with Fred Schnell made first Trans-Atlantic 2 Way QSO with F8AB Leon Deloy ===''REINHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Cyril Reinhold|Reinhold, Edwin Cyril]] [https://www.familysearch.org/tree/person/details/LHH4-WWR] - 1900(Qld)-1984(Qld) - Licences: Q747 Receive Brisbane (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Clayfield, 1925); motor mechanic (Gracefield, 1931-1949); soldier (Sherwood, 1954-1980) ===''RENNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rennie|Rennie, F.]] - 19??(???)-19??(???) - Licences: 3HI Receive Melbourne (South Yarra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/J. M. Rennie|Rennie, J. M.]] - 19??(???)-19??(???) - Licences: 3QF Receive Melbourne (Northcote, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/K. M. Rennie|Rennie, K. M.]] - 19??(???)-19??(???) - Licences: 2AO Receive Sydney (Edgecliffe, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''RENSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Phillip Renshaw|Renshaw, Walter Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G9KS-1LX] - 1891(NSW)-1968(NSW) - Licences: XFP Sydney (Roseville, 1912-1914); 2DE Sydney (Roseville, 1922-1939) - Qualifications: cc; CPRT 370, 1918 - early wireless experimenter; amateur operator - amateur broadcaster; WW1; radio clubs (WIA NSW - 1912+, President, Federal President); professional clubs (IRE NSW - founding member); business (consulting engineer); witness to Royal Commission 1927 (as Hon. Sec. WIA NSW) - Comment: late 1930s entangled in a NSW State Government corruption enquiry - Electoral Rolls: civil engineer (Roseville, 1936-1954; Ashfield, 1958-1968) ===''RENWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Griffith Renwick|Renwick, Arthur Griffith]] [https://www.familysearch.org/tree/person/details/GD57-8XV] - 1902(NSW)-1967(NSW) - Licences: 2CG Receive Sydney (Woollahra, 1922) - Qualifications: cc; BOCP 292, 1940 - amateur receiver - Electoral Rolls: pharmacist (Roseville, 1930-1937); chemist (Drummoyne, 1943-1954); retail chemist (Strathfield, 1958-1963) ===''RETALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Moncrieff Retallick|Retallick, James Moncrieff]] [https://www.familysearch.org/tree/person/details/LKK3-QDW] - 1898(NSW)-1969(NSW) - Licences: 2XO Bellingen (1930-1939, 1946-1947); 2FE Portable Bellingen (1933-1939); 2XO Raleigh (1948-1955); 2XO Coffs Harbour (1956-1958); 2XO Urunga (1960-1969); - Qualifications: AOCP 664, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: attendant (Substation, Raleigh, 1949-1954); electrical mechanic (Urunga, 1963-1968) ===''REYNOLDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Daniel Reynolds|Reynolds, George Daniel]] [https://www.familysearch.org/tree/person/details/GX9J-VBQ] - 1886(NZ)-1964(Vic) - Licences: Nil yet identified - Qualifications: cc; 1COCP 180, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: wireless operator (Rockhampton, 1917; Cooktown, 1928); radio (Malvern, 1934-1937); wireless operator (New Farm, 1943); radio station manager (Townsville, 1949); retired (Malvern, 1954-1963) ===''RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Rhodes|Rhodes, Harry]] [https://www.familysearch.org/tree/person/details/G8BS-QMC] - 1887?(???)-1966(SA) - Licences: Receive (Valve) Kadina (1923); 5HR Kadina (1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: Needs more research - Electoral Rolls: electrical engineer (Quorn, 1939-1943; Grassmere, 1943) ===''RIBBETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Ribbett|Ribbett, Thomas John]] [https://www.familysearch.org/tree/person/details/GXQQ-YRJ] - 1880(SA)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPOE, 1917) - Electoral Rolls: Nil yet identified ===''RICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fry Rich|Rich, Charles Fry]] [https://www.familysearch.org/tree/person/details/GXN8-YZ3] - 1873(Eng)-1949(NSW) - Licences: 4CR Fife Bay, Papua - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Father of 4VX 2AJZ 9VX 2API Mackendrick Charles William Rich - Electoral Rolls: retired (Chatswood, NSW, 1943-1949) * [[/Mackendrick Charles William Rich|Rich, Mackendrick Charles William]] [https://www.familysearch.org/tree/person/details/GXN8-5MB] - 1903(PNG)-1991(NSW) - Licences: 4VX Samarai, Papua (1938-1939); 2AJZ Sydney (Chatswood, 1946); 9VX Port Moresby (1947-1948); 2API Sydney (Manly Vale, 1954-1955; Balgowlah, 1956-1969; Manly Vale, 1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Son of 4CR Charles Fry Rich - Electoral Rolls: no occupation (Manly Vale, NSW, 1954-1963); retired (Manly Vale, NSW, 1977-1980) ===''RICHARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. F. Richards|Richards, G. F.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (Moonah, 1923); 2237 Hobart (Moonah, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/George Richards|Richards, George]] [https://www.familysearch.org/tree/person/details/GHDM-JZ6] - 1888(Qld)-1963(Qld) - Licences: 4XK Ipswich (1930-1939) - Qualifications: cc; AOCP 575, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mine manager (Silkstone, 1917-1932; Booval, 1936-1958) * [[/Maurice Evans Richards|Richards, Maurice Evans]] [https://www.familysearch.org/tree/person/details/GZ3X-KPB] - 1910(SA)-1997(SA) - Licences: 5CY Receive Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923); 5MR Adelaide (Glenunga, 1927-1928) - Qualifications: cc; AOCP 369, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Relationships: Likely a relation of 5WR Wilfred Mayo Richards - Electoral Rolls: welder (Millswood East, SA, 1943) * [[/Norman Henry Richards|Richards, Norman Henry]] [https://www.familysearch.org/tree/person/details/GXH1-NL1] - 1912(Eng)-2007(Qld) - Licences: 4NR Brisbane (Wooloowin, 1932-1937) - Qualifications: cc; AOCP 1071, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Wooloowin, Qld, 1936-1937); mechanic (Eagle Junction, Qld, 1943); refrigeration engineer (Maryborough, Qld, 1949-1954); engineer (Ashgrove, Qld, 1963-1968); retired (Glasshouse Mountains, Qld, 1972-1977; Tin Can Bay, Qld, 1980) * [[/Victor John Richards|Richards, Victor John]] [https://www.familysearch.org/tree/person/details/GFML-3HH] - 1916(WA)-1992(WA) - Licences: 6JR Perth (Nedlands, 1937-1939) - Qualifications: cc; AOCP 1894, 1937, WA; 2COCP 265, 1939; 1COCP 367, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: storeman (Nedlands, WA, 1937); radio operator (Alice Springs, NT, 1943); machinery assistant (Wivenhoe, Tas, 1949); radio technician (Darlinghurst West, NSW, 1949; Charters Towers, Qld, 1949)); radio operator (Carlingford, NSW, 1954); radio technician (Blacktown, NSW, 1958); technician (Applecross, WA, 1958-1972); radio officer (Applecross, WA, 1977-1980) * [[/Wilfred Mayo Richards|Richards, Wilfred Mayo]] [https://www.familysearch.org/tree/person/details/GZ3X-6W4] - 1896(SA)-1948(SA) - 5WR Adelaide (Medindie Gardens, 1927-1939, 1946-1948) - Qualifications: cc; AOCP 364, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - certainly a relation of 5MR Maurice Evans Richards ===''RICHARDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Kennington Richardson|Richardson, Alan Kennington]] [https://www.familysearch.org/tree/person/details/GXRM-73L] - 1914(SA)-1994(SA) - Licences: 5AR Adelaide (Everard Park, 1934-1939; City, 1947-1980+) - Qualifications: cc; AOCP 1277, 1934, SA; AOLCP 201, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Everard Park, SA, 1939) * [[/Jasper Bede Richardson|Richardson, Jasper Bede]] [https://www.familysearch.org/tree/person/details/GX1J-LTY] - 1907(WA)-1969(WA) - Licences: 6LX Perth (Fremantle, 1931-1933; Hollywood, 1937-1939) - Qualifications: cc; AOCP 831, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (East Fremantle, WA, 1931); radio mechanic (Hollywood, WA, 1936-1937; East Perth, WA, 1943; East Fremantle, WA, 1949); mechanic (Bicton, WA, 1954-1968) * [[/John Keith Richardson|Richardson, John Keith "Keith"]] [https://www.familysearch.org/tree/person/details/G6QQ-76P] - 1906(Qld)-1954(Tas) - Licences: 4KR Barcaldine (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: overseer ("Ashgrove", Gore, 1930-1932) ===''RICKABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorimer Douglas Rickaby|Rickaby, Lorimer Douglas "Rick"]] [https://www.familysearch.org/tree/person/details/GMR4-Z8W] - 1906(Qld)-1975(Qld) - Licences: 4VR Brisbane (Coorparoo, 1936-1939, 1946-1948; Coopers Plains, 1955-1975) - Qualifications: cc; BOCP 485, 1938 - amateur operator; amateur broadcaster; broadcast technician (4VL, 4AK, 4BK); military (WW2, RAN); ship wireless officer; security officer (MSS) - Relationships: father of 4RX Brian ??? Rickaby; father-in-law of 4VR Valerie ??? Rickaby - Electoral Rolls: telegraphist (Flinders Naval Depot, Vic, 1931-1934); radio engineer (Coorparoo, Qld, 1937); technician (Coorparoo, Qld, 1943-1949); meter reader (Coopers Plains, Qld, 1958-1972) * [[/Brian ??? Rickaby|Rickaby, Brian ???]] - Licences: 4ZAP Brisbane (Coopers Plains, 1960); 4RX Brisbane (Salisbury, 1965-1980) - Qualifications: AOLCP; AOCP; BOCP; TVOCP - amateur operator; broadcast engineer (Qld State Broadcasting Office, P&TD / DoC / DoTaC / ABA) - Relationships: son of 4VR Lorimer Douglas Rickaby; husband of 4VR Valerie ??? Rickaby - Electoral Rolls: ===''RIETHMULLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Riethmuller|Riethmuller, Eric Charles]] [https://www.familysearch.org/tree/person/details/G64Z-XCL] - 1903(Qld)-1987(Qld) - Licences: 4SK Willis Island (1931) - Qualifications: cc; 2COCP 250, 1930; 1COCP 299, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jandowae, 1936); radio technician (Wellington, NSW, 1937; Moorooka, 1943); radio operator (Darlinghurst, 1949; Wahroonga, 1963-1972); retired (Toowoomba, 1972-1980) ===''RING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Mostyn Ring|Ring, Keith Mostyn]] [https://www.familysearch.org/tree/person/details/LKB8-YR7] - 1913(SA)-1991(SA) - Licences: 5KH Adelaide (Kensington Park, 1932-1939, 1947-1948; Marion, 1954; Eden Hills, 1955-1969); 5KH Williamstown (1975); 5KH Kapunda (1980+) - Qualifications: cc; AOCP 923, 1932, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank official (Jamestown, SA, 1941-1943) * [[/Thomas Leo Ring|Ring, Thomas Leo]] [https://www.familysearch.org/tree/person/details/GX95-D97] - 1893(Vic)-1945(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 233, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Rockhampton, 1916; Sandgate, 1921); clerical assistant (Bowen, Qld, 1925); postmaster (Texas, 1930-1937); retired (Hendra, Qld, 1943) ===''RIPPEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Adolf Heinrich Gerhard Rippen|Rippen, Adolf Heinrich Gerhard]] [https://www.familysearch.org/tree/person/details/GZLK-QSB] - 1919(WA)-1941(Off coast of Kenya) - Licences: 6GR Perth (Fremantle, 1936-1939) - Qualifications: cc; AOCP 1731, 1936, WA - amateur operator; amateur broadcaster; WW2 (RAN, HMAS Sydney II, Telegraphist) - Electoral Rolls: engineer (Fremantle, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.sydneymemorial.com/registrydetails.asp?ID=478 HMAS Sydney II Memorial]; [https://vwma.org.au/explore/people/644953 VWMA]; [http://www.streetwisemedia.com.au/unknown-sydney-sailor-named-after-80-years/ Streetwise] ===''RIVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Ronald Rivers|Rivers, Edmund Ronald or Ronald Edmund]] [https://www.familysearch.org/tree/person/details/GDJH-V2S] - 1901(Vic)-1950(Vic) - Licences: 3ER Receive Melbourne (Essendon, 1922-1923); 3ER Melbourne (Essendon, 1924-1925) - Qualifications: cc; CPRT 767, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''RIX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Henry George Rix|Rix, Walter Henry George]] [https://www.familysearch.org/tree/person/details/MMQX-KZQ] - 1898(Qld)-1923(Qld) - Licences: 4EC Receive Brisbane (Bulimba, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: tram conductor (Valley, Qld, 1919-1921) ===''ROBBINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Fellows Robbins|Robbins, Thomas Fellows]] [https://www.familysearch.org/tree/person/details/GX5X-2SL] - 1918(SA)-1986(SA) - Licences: 5DK Adelaide (Fullarton, 1935-1937; Malvern, 1938-1939); 5AQ Leigh Creek (1954-1960); 5AQ Port Augusta (1965-1980+) - Qualifications: cc; AOCP 1548, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Malvern, SA, 1941-1943) ===''ROBERTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles D'Arcy Roberts|Roberts, Charles D'Arcy]] [https://www.familysearch.org/tree/person/details/GZ2N-VBN] - 1909(NSW)-1943(Burma) - licences: 2JV Sydney (Greenwich, 1928-1939) - qualifications: AOCP 408, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 (signalman, 8 Division Signals, 1943) - Electoral rolls: clerk (Lane Cove, 1930-1937) - "Greater love hath no man than this" * [[/Harry Mayland Roberts|Roberts, Harry Mayland or Mayfield (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXLH-KKF] - 1912(SA)-1979(SA) - Licences: 5MY Adelaide (Alberton East, 1931; Myrtle Bank, 1938-1939; Fullarton Estate, 1947-1954; Plympton, 1955-1965; North Plympton, 1969-1975) - Qualifications: cc; AOCP 763, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Myrtle Bank, SA, 1939-1943) * [[/J. C. A. Roberts|Roberts, J. C. A.]] - 19??(???)-19??(???) - Licences: XAAY Sydney (Parramatta, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Identification: Not yet identified, despite three given names - Electoral Rolls: Nil yet identified * [[/Nicholas William Roberts|Roberts, Nicholas William]] [https://www.familysearch.org/tree/person/details/GXRC-XKV] - 1915(SA)-1936(SA) - Licences: 5NR Adelaide (St Peters, 1933-1936) - Qualifications: cc; AOCP 1228, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, age 21yo - Electoral Rolls: Nil yet identified * [[/Noel Grafton Roberts|Roberts, Noel Grafton]] [https://www.familysearch.org/tree/person/details/GXRD-CCL] - 1924(Eng)-2008(Eng) - Licences: 5NR Katherine (1947) - Qualifications: cc; 1COCP 589, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio inspector (Tally Ho, Vic, 1967-1968; Glen Waverley, Vic, 1972-1980) * [[/Richard George Crafter Roberts|Roberts, Richard George Crafter or Crofter]] [https://www.familysearch.org/tree/person/details/MWFZ-Z24] - 1901(NSW)-1964(NSW) - Licences: 2UU Sydney (Ashfield, 1923-1925) - Qualifications: cc; CPRT 750, 1922; 2COCP 430, 1933; 1COCP 505, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ashfield, 1933-1936; Lovetts Bay, 1943; Chatswood, 1949-1958) * [[/Russell Flexmore Roberts|Roberts, Russell Flexmore]] [https://www.familysearch.org/tree/person/details/LL4K-265] - 18??-1961(Qld) - Licences: 4PN Brisbane (West End, 1927-1933; Annerley, 1937-1939, 1946-1960) - Qualifications: cc; AOCP 372, 1927, No. 41 in Qld - amateur operator; amateur broadcaster; WW2; television experimenter (4CM); broadcaster (4BC, manager) - Electoral Rolls: musical director (South Brisbane, 1919); musician (Coorparoo, 1934); manager (Yeronga, 1936-1937); alderman (Annerley, 1954) * [[/V. Roberts|Roberts, V.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ROBERTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Desmond Robertson|Robertson, Brian Desmond]] [https://www.familysearch.org/tree/person/details/GX2G-W63] - 1921(SA)-1996(SA) - Licences: 1RD Macquarie Island (1950s); 5RD Adelaide (Henley Beach, 1954-1956) - Qualifications: cc; 1COCP 998, 1946 - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/David Sterling Robertson|Robertson, David Sterling]] [https://www.familysearch.org/tree/person/details/GW2M-F7H] - 1920(SA)-19??(???) - Licences: 5RN Adelaide (Mt Lofty, 1937-1939, 1948-1965); 1ATR Canberra (Deakin, 1956; Yarralumla, 1960); 5RN Adelaide (Stirling, 1969-1980+) - Qualifications: cc; AOCP 1944, 1937, SA; 2COCP 346, 1940; 1COCP 405, 1940 - amateur operator; amateur broadcaster - Relationships: Husband of 5YL-1YL Denise Alison Robertson nee Haslam - Electoral Rolls: radio engineer (North Sydney, 1943) * [[/Denise Alison Robertson|Robertson nee Haslam, Denise Alison]] [https://www.familysearch.org/tree/person/details/GW2M-JWG] - 1927(NSW)-2008(SA) - Licences: 1YL Canberra (Yarralumla, 1960-1965); 5YL Adelaide (Stirling, 1969) - Qualifications: cc; AOCP 3552, 1956, ACT - amateur operator; YL operator - Relationships: Wife of 5RN-1ATR David Sterling Robertson - Electoral Rolls: Nil yet identified ===''ROBINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Robinson|Robinson, Alexander]] [https://www.familysearch.org/tree/person/details/L1G8-ZJ2] - 1900(Eng)-1949(NSW) - Licences: 2GR Sydney (Haberfield, 1930-1937; Richmond, 1938-1939; Hunter's Hill, 1946-1948) - Qualifications: AOCP 498/499, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical meter tester (Haberfield, 1933-1936) - 2GR callsign previously held by Joseph Sydney Marks * [[/Arthur Robinson|Robinson, Arthur]] [https://www.familysearch.org/tree/person/details/G8CS-4PP] - 1926(Vic)-19??(???) - Licences: 3ABF Sale (1948-1956); 3ABF Melbourne (Croydon, 1960); 3ABF Traralgon (1965-1980+) - Qualifications: AOCP 2710, 1948, Vic; TVOCP 184, 1959 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Sale, 1949-1954); technician (Croydon, 1963); PMG TV technician (Traralgon, 1963-1980) * [[/Charles John Robinson|Robinson, Charles John]] [https://www.familysearch.org/tree/person/details/LNJD-DC5] - 1908(Tas)-2004(???) - Licences: 7RC Launceston (1936-1937); 7KR Launceston (1938-1939) - Qualifications: cc; AOCP 1668, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carter (Launceston, 1936-1937); cordial maker (Launceston, 1943) * [[/John William Robinson|Robinson, John William]] [https://www.familysearch.org/tree/person/details/GS7H-Q61] - 1895(Eng)-1963(NSW) - Licences: 2EN Receive Sydney (Ryde, 1922-1923); 2RN Receive Sydney (Concord, 1923); 4RN Brisbane (Kedron, 1931) - Qualifications: cc; Nil yet identified - amateur receiver; amateur broadcaster; Honorary Radio Inspector NSW; First director 4QG - Comment: several contemporaneous JWRs - Electoral Rolls: wireless engineer (Merthyr, Qld, 1925-1926); radio engineer (Highgate Hill, Qld, 1928); engineer (Herston, 1936-1937) ===''ROBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Laudreux Robson|Robson, Colin Laudreux]] [https://www.familysearch.org/tree/person/details/GXYV-TL8] - 1916(WA)-1973(WA) - Licences: 6XI Perth (Mt Lawley, 1937-1939); 6XI Northam (1947-1948); 6XI Waterloo (1954-1960); 6XI bunbury (1965-1969) - Qualifications: cc; 3COCP 181, 1936; AOCP 2055, 1937, WA; BOCP 234, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (6AM Quarters, Northam, WA, 1949; 6TZ, Waterloo, WA, 1958-1963; Bunbury, WA, 1968-1972) ===''ROCKWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Bruce Rockwell|Rockwell, Horace Bruce]] [https://www.familysearch.org/tree/person/details/K882-BWV] - 1887(Tas)-1955(NSW) - Licences: XQH Brisbane (Wynnum) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; WW1; WW2; a founder of Wireless Institute of Queensland 1912 - Electoral Rolls: electrician (Fort Lytton, Qld, 1913; Wynnum, Qld, 1917-1919); electrical engineer (Enoggera, Qld, 1919; Chelmer, Qld, 1925); electrician (Fort Lytton, Qld, 1936-1937); soldier (Middle Head, NSW, 1943); engineer (Northbridge, NSW, 1949) ===''RODDA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William David Rodda|Rodda, William David]] [https://www.familysearch.org/tree/person/details/G8WK-4JB] - 1907(WA)-1961(WA) - Licences: 6WR Perth (Claremont, 1928-1939) - Qualifications: cc; AOCP 435, 1928, No. ?? in WA; BOCP 1191, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Claremont, 1931-1936; Nedlands, 1937; Claremont, 1943); control operator (Nedlands, 1949-1954); technician (Perth, 1958) ===''RODWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Rodwell|Rodwell, Albert Edward]] [https://www.familysearch.org/tree/person/details/MWX8-VG7] - 1909(Qld)-1976(Qld) - Licences: Receive (Crystal) Brisbane (Bowen Hills, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Bowen Hills, Qld, 1936-1937); grocer (Kedron, Qld, 1943-1949); company manager (Wavell Heights, Qld, 1954-1968); bookseller (Aspley, Qld, 1972) ===''ROGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Stanley Rogers|Rogers, Bernard Stanley]] [https://www.familysearch.org/tree/person/details/GXPV-L34] - 1912(SA)-1987(SA) - Licences: 5FG Adelaide (Blackwood, 1934-1939; Edwardstown, 1947-1948; Glandore, 1954-1980+) - Qualifications: cc; AOCP 1274, 1934, SA; 1COCP 907, 1945 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Edwardstown, SA, 1939-1943) ===''ROHDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Campbell Rohde|Rohde, William Campbell "Bill"]] [https://www.familysearch.org/tree/person/details/G76S-GRF] - 1907(Qld)-1991(Qld) - Licences: 4RW Brisbane (Red Hill, 1929-1939) - Qualifications: cc; AOCP 493, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (YWCA Wireless Club); comms engineer (PMGD); broadcast engineer (4QG) - Electoral Rolls: telephone mechanic (Red Hill, 1934-1943; Newmarket, 1949); postal engineer (Coorparoo, 1958-1980) ===''ROLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Rolls|Rolls, Sydney]] [https://www.familysearch.org/tree/person/details/GX95-V3F] - 1886(???)-1957(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918); WW1 - Electoral Rolls: electrician (Auburn, Vic, 1916-1919); naval officer (Camberwell, Vic, 1924-1925); engineer (Hawthorn, Vic, 1928-1949) ===''ROSCOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Thomas Roscoe|Roscoe, Geoffrey Thomas]] [https://www.familysearch.org/tree/person/details/G8QR-GJY] - 1900(Qld)-1985(Qld) - Licences: Receive Condamine (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: teacher (Condamine, Qld, 1925; Macknade, Qld, 1936-1937; Boonah, Qld, 1943); retired (St Lucia, Qld, 1968-1980) ===''ROSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William (Qld) Rose|Rose, Robert William (Qld)]] [https://www.familysearch.org/tree/person/details/G8DS-JJM] - 1911(Qld)-1970(NSW) - Licences: 4RR Brisbane (1925); 4RQ Longreach (1930-1939, 1946-1948); 2AQR Wallsend (1956-1961); 2AQR Avoca (1965-1969) - Qualifications: cc; AOCP 576, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; chemist - Comment: Another Robert William Rose b1923 BOCP 993 - Electoral Rolls: mechanic (Toowong, 1925); chemist (Longreach, 1936-1949; West Wallsend, 1958-1963; Avoca Beach, 1968) * [[/Robert William (Vic) Rose|Rose, Robert William (Vic)]] - 1923(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; BOCP 993, 1948; 3AIR 1790, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: ===''ROSENSKJAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rosenskjar|Rosenskjar, F.]] - 19??-19?? - 4?? Brisbane (Fairfield) (Operator 4BI), amateur operator, amateur broadcaster ===''ROSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander David Ross|Ross, Alexander David]] [https://www.familysearch.org/tree/person/details/G68V-KFR] - 1883(Sct)-1966(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Professor of Mathematics & Physics, University of Perth) - Electoral Rolls: university professor (Perth Club, 1916; West Perth, 1925-1954); retired (Albany, WA, 1958-1963) - Links: [https://adb.anu.edu.au/biography/ross-alexander-david-8270 ADB]; [[w:Alexander_David_Ross|Wikipedia]]; [https://www.news.uwa.edu.au/archive/201206204747/features/setting-standards-excellence/ UWA] * [[/John Francis Ross|Ross, John Francis "Jack"]] - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer (PMGD); journalist (editor, The Broadcaster); historian (broadcasting, Amateur Radio, radiocommunications); author ("History of Radio in South Australia"; "Radio Broadcast Technology") - Electoral Rolls: ===''ROUTLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert Angus Routledge|Routledge, Robert Angus "Bob"]] [https://www.familysearch.org/tree/person/details/GWX2-BDP] - 1913(SA)-1997(SA) - Licences: 5RA Adelaide (Richmond, 1930-1931; Henley Beach, 1933) - Qualifications: cc; AOCP 679, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: manufacturer (Henley, 1939); radio technician (Henley, 1941); physics technician (Glenelg, 1943) ===''ROWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. L. Rowe|Rowe, R. L.]] - 19??(???)-19??(???) - Licences: 2LR Sydney (Milsons Point, 1928; McMahons Point, 1929) - Qualifications: cc; AOCP 267, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ROWLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert George Rowland|Rowland, Robert George]] [https://www.familysearch.org/tree/person/details/KH14-G2J] - 1902(Vic)-1996(Vic) - Licences: 3GR Ballarat (1930-1939, 1946-1980+) - Qualifications: AOCP 657, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grocer (Grovedale, 1924); storekeeper (Majorca, 1925-1927; Ballarat, 1931); radio dealer (Ballarat, 1936-1980) - Don't Confuse: 3ZGG/3AFS Robert George Rowlands ===''ROWLATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Rowlatt|Rowlatt, Thomas William]] [https://www.familysearch.org/tree/person/details/GCMJ-HZT] - 1892(Qld)-1978(Qld) - Licences: Receive (Crystal) Brisbane (South Brisbane, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: fitter (Kangaroo Point, Qld, 1915-1921); engineer (Kangaroo Point, Qld, 1925-1937); mechanical engineer (Kangaroo Point, Qld, 1943-1968); retired (Chermside, Qld, 1972-1977) ===''ROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Roy|Roy, A. J.]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 577, 1930, No. ?? in Vic - amateur operator?; amateur broadcaster? - Electoral Rolls: Nil yet identified - Individual not yet identified (115 Skene St, Warrnambool, Vic - 1930) ===''ROYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Arthur Kirkcaldy Royle|Royle, William Arthur Kirkcaldy]] [https://www.familysearch.org/tree/person/details/GZ13-BBQ] - 1909(NSW)-1965(NSW) - Licences: 2WA Sydney (Edgecliff, 1927-1928); 2AWK Sydney (Darling Point, 1946-1950; Sandringham, 1961) - Qualifications: AOCP 318, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: underwriter (Edgecliff, 1936-1954); agent (Sandringham, 1958) ===''RUBAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Peter Ruban|Ruban, John Peter]] [https://www.familysearch.org/tree/person/details/G8CM-DMS] - 1925(???)-2015(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: radio technician (Footscray North, 1963-1968); technician (Maidstone, Vic, 1972-1980) ===''RUMBOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Rumbold|Rumbold, George Henry]] [https://www.familysearch.org/tree/person/details/9VKD-BSQ] - 1907(Vic)-1977(Vic) - Licences: 3GR Bendigo (1927) - Qualifications: AOCP 349, 1927, No. ?? in Vic - amateur operator - Electoral Rolls: carpenter (Bendigo, 1928); insurance agent (Kyneton, 1931; Shepparton, 1931; Bendigo, 1936-1937); assistant superintendent (Bendigo, 1942-1954); cabinet maker (Bendigo, 1963-1972) ===''RUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Ruse|Ruse, Thomas William]] [https://www.familysearch.org/tree/person/details/KZMB-QWY] - 1891(Vic)-1987(WA)95yo - Licences: 6WK Perth (Perth City, 1930-1931; Osborne Park, 1933-1969) - Qualifications: cc; AOCP 627, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: baker (Osborne Park, 1916-1972); retired (Bunbury, 1977-1980) ===''RUSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Cooper Russell|Russell, Albert Cooper "Bert"]] [https://www.familysearch.org/tree/person/details/GFQ9-BQV] - 1916(WA)-1995(NSW) - Licences: 6AR Albany (1936-1937); 6AR Northam (1938-1939) - Qualifications: cc; AOCP 1670, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937); mechanic (New Town, Tas, 1943-1949); engineer (Sandringham, Vic, 1954; Sans Souci, NSW, 1958; Double Bay, NSW, 1963; Kensington, NSW, 1968-1980) ===''RYAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Ryan|Ryan, Albert John "Jack"]] [https://www.familysearch.org/tree/person/details/GZWH-V6X] - 1897(Vic)-1984(NSW) - Licences: 2LE Canberra (Kingston, 1930-1933); 2YN Canberra (Kingston, 1933-1939) - Qualifications: CPRT 489, 1919; AOLCP 80, 1932; no record of AOCP - amateur operator; amateur broadcaster; WW1; WW2; broadcast engineer; PMGD (junior mechanic NSW, 1917; clerk, 1919); founder of 2CA Canberra commercial - Electoral Rolls: - several contemporaneous AJR's * [[/George Edward Ryan|Ryan, George Edward]] [https://www.familysearch.org/tree/person/details/G8CM-RCC] - 1910(Qld)-1987(Qld) - Licences: 4RG Brisbane (South Brisbane, 1936-1939; Dutton Park, 1946-1954) - Qualifications: cc; AOCP 1633, 1936, Qld - amateur operator; amateur broadcaster; telephone mechanic (PMGD) - Comment: several contemporaneous GERs - Electoral Rolls: motor mechanic (South Brisbane, Qld, 1937); telephone mechanic (South Brisbane, Qld, 1943-1954); PMG Instructor (St Lucia, Qld, 1958); instructor (Taringa, Qld, 1963-1980) ===''RYMILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Campbell Rymill|Rymill, Arthur Campbell]] [https://www.familysearch.org/tree/person/details/LXVS-CTB] - 1907(SA)-1989(SA) - Licences: Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Riddoch Rymill|Rymill, Robert Riddoch]] [https://www.familysearch.org/tree/person/details/LV5N-YC9] - 1904(SA)-1990(SA) - Licences: V753 Receive Melbourne (Toorak, 1922); 3GX Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: ethnologist (South Yarra, 1931) - Links: [https://vwma.org.au/explore/people/535352 WW2] =='''S'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''SAAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Saar|Saar, Alexander]] [https://www.familysearch.org/tree/person/details/GZ52-N3K] - 1889(???)-1956(WA) - Licences: 6CZ Receive Perth (West Perth, 1923); 6CZ Northam (1923-1925); 6KM Eucla (1926-1927); 6KM Geraldton (1933); 6KM Perth (Maylands, 1937-1939) - Qualifications: cc; AOCP 264, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telegraph lineman (North Perth, WA, 1915); postal electrician (Northam, WA, 1917); mechanic (Bunbury, WA, 1916-1917; Balkatta, WA, 1922; Eucla, WA, 1925-1926; North Perth, WA, 1928; Maylands, WA, 1931); postal electrician (Maylands, WA, 1936-1954) ===''SAGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Noel Sagar|Sagar, Eric Noel]] [https://www.familysearch.org/tree/person/details/GDKS-4J9] - 1896(SA)-1976(NSW) - Licences: 5CM Receive Adelaide (Largs Bay, 1923); Receive Adelaide (Largs Bay, 1923); 5CM Adelaide (Largs Bay, 1924-1926); 4ES Brisbane (Greenslopes, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Halcyon: Not mentioned - Electoral Rolls: manager (Greenslopes, Qld, 1932); engineer (Darlinghurst, 1943-1949); orchardist (Kincumber, NSW, 1949-1958) ===''SAINSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Henry Sainsbury|Sainsbury, Rupert Henry]] [https://www.familysearch.org/tree/person/details/L28X-5H3] - 1896(NSW)-1974(NSW) - Licences: 2YJ Sydney (Concord, 1924-1936); 4YJ Brisbane (Clayfield, 1937-1939); 2YJ Sydney (Concord, 1946-1954; Epping, 1955-1975) - Qualifications: cc; AOCP 54, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: clerk (Concord, 1930); traveller (Hendra, 1936-1937); soldier (Norman Park, 1943); executive (Concord West, 1949-1954); commercial traveller (Epping, 1958-1968) ===''SAINTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Melville Sainty|Sainty, Clifford Melville]] [https://www.familysearch.org/tree/person/details/GZ61-1GZ] - 1907(NSW)-1987(SA) - 2MS Warrawee (1925-1926), amateur operator (AOCP 88, 1925, No. ?? in NSW), amateur broadcaster, likely related to XAH S. J. Sainty ===''SALAMY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Salamy|Salamy, Edward]] [https://www.familysearch.org/tree/person/details/GZHH-VWR] - 1904(Vic)-1977(Vic) - Licences: 3AJ Receive Warrnambool (1922-1923); 3AJ Warrnambool (1924-1933); 3PS Warrnambool (1948-1975) - Qualifications: cc; AOCP 35, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: jeweller (Warrnambool, 1924-1977) ===''SAMPHIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Luke Samphier|Samphier, Richard Luke]] [https://www.familysearch.org/tree/person/details/L58L-DPC] - 1914(WA)-1980(WA) - Licences: 6YZ Perth (City, 1936-1937; Victoria Park, 1938-1939; Carlisle, 1947-1955; Mt Lawley, 1956-1975+) - Qualifications: cc; AOCP 1717, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: blind school worker (North Perth, WA, 1936; Leederville, WA, 1943); Blind School employee (Carlisle, WA, 1949-1954; Mt Lawley, WA, 1958) ===''SAMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Sampson|Sampson, Thomas Walter]] - 1894(NSW)-1954(WA) - Licences: XYAF Boulder (1913) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: ===''SANDEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Sandel|Sandel, Otto]] [https://www.familysearch.org/tree/person/details/GW4J-54J] - 1905(Qld)-1999(NSW) - 2UW Sydney (Manly, 1923; Kensington, 1923-1924; Northbridge, 1924-1925; Bellevue Hill, 1926-1927); 2HH Sydney (Woollahra, 1936-1939, 1946-1969; Bondi, 1975) - Qualifications: cc; AOLCP 270, 1935, NSW - amateur operator; amateur broadcaster; founder B class 2UW Sydney & 2UX Wagga Wagga - don't confuse Charles Albert Sandell of AAE fame - Electoral Rolls: radio dealer (Woolahra, 1930-1931); engineer (Bondi, 1933; Edgecliff, 1936-1937; Bondi Junction, 1943-1954; Bondi Beach, 1958-1980) ===''SANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Albert Sandell|Sandell, Charles Albert]] - 1886(Eng)-1980(WA) - early wireless experimenter, Sydney, 1911, amateur operator (AOCP ??, 19??, No. ?? in ???), participant in the Australasian Antarctic Expedition, amateur broadcaster, military (WW1), don't confuse Otto Sandel of 2UW fame ===''SANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Sander|Sander, John Henry "Jack"]] [https://www.familysearch.org/tree/person/details/K6WF-H23] - 1906(WA)-1955(WA) - Licences: 6MS Geraldton (1935-1937); 6MS Perth (Cannington, 1938-1939, 1947-1956) - Qualifications: cc; AOCP 1435, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wheelwright (Geraldton, WA, 1930); electrician (Geraldton, WA, 1931-1937); telephone mechanic (South Perth, WA, 1937; Cannington, WA, 1943-1954) ===''SANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas George Sanderson|Sanderson, Douglas George]] [https://www.familysearch.org/tree/person/details/9WZJ-2K3] - 1924(Qld)-1994(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcast engineer (PMGD); historian (broadcast); federal public servant (PMGD) - Electoral Rolls: PMG technician (Torwood, Qld, 1949-1954); technician (Ashgrove, Qld, 1958-1968); engineer (Chermside, Qld, 1972; Windsor, Qld, 1977-1980) ===''SANDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Keith Sandham|Sandham, James Keith "Keith"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''SAUNDERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lewis Saunders|Saunders, Alfred Lewis]] [https://www.familysearch.org/tree/person/details/GZLR-FMS] - 1909(SA)-2003(???) - Licences: Receive Adelaide (Hyde Park, 1923-1924); 5BX Adelaide (Glenelg, 1925-1939, 1946-1955; Plympton, 1956-1980+) - Qualifications: cc; AOCP 223, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Glenelg, 1939-1943) ===''SAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Saw|Saw, Frederick William]] [https://www.familysearch.org/tree/person/details/G9S9-JN3] - 1884(WA)-1957(WA) - Licences: 6DA Perth (Armadale, 1923-1926; Victoria Park, 1927); 6DA Albany (1930-1931); 6DA Perth (Wanneroo, 1933; North Perth, 1937-1939); 6DA Northam (1946-1948) - Qualifications: cc; AOCP 174, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storekeeper (Armadale, 1909); electrician (Beverley, 1916-1917; Armadale, 1921-1925; Albany, 1928-1931; Balkatta, 1936; Leederville, 1937; Kalgoorlie, 1937-1943); mechanic (North Perth, 1949); retired (Triggs Island, 1954) * [[/Malcolm Henry Saw|Saw, Malcolm Henry ]] [https://www.familysearch.org/tree/person/details/LVCY-H9M] - 1921(WA)-1997(WA) - 6SM Perth (Doubleview, 1960-1980+), amateur operator (AOCP 3674, 1958, No. ?? in WA), WW2, engineer (Doubleview, 1972) ===''SAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Sawford|Sawford, Leonard Francis]] [https://www.familysearch.org/tree/person/details/LF7J-2XK] - 1908(SA)-1968(SA) - Licences: 5DH Receive Adelaide (Port Adelaide, 1923); Receive Adelaide (Port Adelaide, 1923); 5LF Adelaide (Peterhead, 1925-1928; West Croydon, 1931; Largs, 1937-1939); 5YF Adelaide (Glen Osmond, 1948-1965) - Qualifications: cc; AOCP 173, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; agent (Largs, 1939) - Electoral Rolls: agent (Largs, SA, 1939-1941) ===''SCANLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Scanlon|Scanlon, William Lawrence]] [https://www.familysearch.org/tree/person/details/GDKG-3XR] - 1901(Tas)-1971(NSW) - Licences: Receive Hobart (West Hobart, 1921-1923); 7AL Hobart (West Hobart, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; sales (Medhursts, Hobart to 1924, Launceston from 1924) - Electoral Rolls: Nil yet identified ===''SCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harley Irwin Schell|Schell, Harley Irwin]] [https://www.familysearch.org/tree/person/details/GD57-PV8] - 1907(Tas)-1996(Tas) - Licences: 7AW Receive West Burnie (1922); Receive West Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: mechanic (Kelso, 1936-1972) ===''SCHLEICHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Schleicher|Schleicher, Keith]] [https://www.familysearch.org/tree/person/details/G3D4-5RS] - 1918(Qld)-1997(Qld) - 4KS Brisbane (Toowong, 1938-1939, 1946-1947; Alderley, -1950+; Aspley, McDowall, -1980+) - amateur operator (AOCP 2144, 1938, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), radio employee (Tracksons, manager service), business proprietor (Blue & White Cabs comms) ===''SCHMIDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Frederick Schmidt|Schmidt, Ronald Frederick]] [https://www.familysearch.org/tree/person/details/G88P-1B9] - 1913(Vic)-1990(Vic) - Licences: 3LY Trafalgar (1930); 3LY Moe (1931); 3LY Sale (1933-1939, 1946-1948); 3LY Melbourne (Camberwell, 1954-1980+) - Qualifications: AOCP 567, 1930, No. ?? in Vic; AOLCP 69, 1932; 1COCP 72, 1936; TVOCP 75, 1957 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: wireless operator (Sale, 1934-1937); radio technician (Sale, 1949-1954); technician (Camberwell, 1954-1980) ===''SCHNITZERLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Joseph Schnitzerling|Schnitzerling, Leonard Francis Joseph]] [https://www.familysearch.org/tree/person/details/G885-W43] - 1907(Qld)-1969(Qld) - Licences: 4CK Warwick (1938-1939, 1946-1969) - Qualifications: cc; AOCP 2099, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, 1928-1968) ===''SCHOFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Schofield|Schofield, William]] [https://www.familysearch.org/tree/person/details/GXB3-69N] - 1874(Eng)-1971(WA)97yo - Licences: 6WS Perth (Peppermint Grove, 1935-1939, 1947-1969) - Qualifications: cc; AOCP 1463, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: manager (Peppermint Grove, WA, 1919); broker (Peppermint Grove, WA, 1922-1968) ===''SCHOLZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hans Scholz|Scholz, Hans "Harold" / "Harry" / "Tibby"]] [https://www.familysearch.org/tree/person/details/G64P-CV3] - 19??(???)-1970(Qld) - Licences: 4HR Brisbane (Coorparoo, 1931); 4HR Nambour (1933); 4HR Brisbane (Coorparoo, 1937); 4HR Gladstone (1937-1939); 4HR Brisbane (Morningside, 1946-1969) - Qualifications: cc; AOCP 784, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ; South Brisbane RC; Brisbane DX Club); broadcast technician (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, 1937); mechanic (Dalby, 1943); not stated (Morningside, 1949-1968) ===''SCHULTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Nelson Schultz|Schultz, Leonard Nelson "Len"]] [https://www.familysearch.org/tree/person/details/GZJY-QBF] - 1906(NSW)-1980(NSW) - Licences: 2LO Sydney (Lane Cove, 1922); 2LO Sydney (Lane Cove, 1923-1930); 2ANM Sydney (Mosman, 1947-1980) - Qualifications: cc; AOCP 171, 1925, No. ?? in NSW; AOLCP 45, 1931; 3AIR 176, 1942 - amateur operator; amateur broadcaster; broadcast engineer (co-designed 2GB, 1926; involved 2CA, 4BH, 2MW, 5DN); professional associations (IRE: foundation member, vice-president, president); aviator (Royal Aero Club NSW, committee) - Electoral Rolls: broadcasting engineer (Mosman, 1935-1937); engineer (Mosman, 1949-1977) ===''SCHULTZE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Ludwig Schultze|Schultze, John Edwin Ludwig]] [https://www.familysearch.org/tree/person/details/GQTB-9FL] - 1906(Vic)-1969(Vic) - 3QO Receive Melbourne (Glenferrie, 1923-1924), 3JS Melbourne (Glenferrie, 1925-1933; Hawthorn, 1937-1939), amateur operator (AOCP 163, 1925, No. ?? in Vic), amateur broadcaster, motor mechanic (Hawthorn, 1934) ===''SCOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil John Scott|Scott, Alfred Cecil John "Cecil", "Cec", "Scottie"]] [https://www.familysearch.org/tree/person/details/M12J-9YK] - 1888(Tas)-1954(Tas) - Licences: Receive (Crystal) Launceston (1923); 7CS Launceston (1925-1931); 7CS Hobart (Lindisfarne, 1933; Sandy Bay, 1937-1939) - Qualifications: cc; AOCP 56, 1925, No. ?? in Tas - amateur receiver; amateur operator; amateur broadcaster - Comment: well-known for comic QSL cards - Electoral Rolls: bench clerk (Nelson, 1936; Hobart South, 1943-1954) * [[/Ernest Kilburn Scott|Scott, Ernest Kilburn]] [https://www.familysearch.org/tree/person/details/LBDW-TBR] - 1868(Eng)-1941(Eng) - Came to Sydney in 1905 to organise electrical engineering department of University of Sydney, likely early wireless experimenter, promoted need for wireless telegraphy for Australia, returned to England ca 1910 - [https://www.gracesguide.co.uk/Ernest_Kilburn_Scott Graces Guide - Ernest Kilburn Scott] * [[/Francis Ladner Scott|Scott, Francis Ladner]] [https://www.familysearch.org/tree/person/details/GXHK-DTF] - 1899(Eng)-1953(Qld) - Licences: 4BO Thursday Island (1933); 2UH Sydney (Randwick, 1934-1936; Naremburn, 1937-1938; La Perouse, 1939 - Qualifications: cc; CPRT 419, 1918; 2COCP 360, 1931; 1COCP 33, 1934 - amateur operator; amateur broadcaster; coastal wireless operator; military (UK Merchant Navy post WW1) - Electoral Rolls: wireless operator (Nundah, Qld, 1921-1925); radio telegraphist (Pinkenba, Qld, 1929; Thursday Island, Qld, 1931; Randwick, NSW, 1935; Waverton, NSW, 1943; Wyndham, WA, 1943; Rockhampton, Qld, 1949) * [[/George Archibald Scott|Scott, George Archibald "Scotty"]] [https://www.familysearch.org/tree/person/details/G682-TGN] - 1882(Eng)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 607, 1921; 1COCP 181, 1931 - RANRS (commissioned telegraphist, 1917); PMGD (radio inspector, WA); witness to Royal Commission 1927 (as radio inspector, WA) - Electoral Rolls: engineer (Rockhampton, 1913-1914; Hendra, 1915-1917); radio inspector (Fremantle, 1925-1937) - Links: [http://nla.gov.au/nla.news-article84253651 Bio] * [[/Herbert Godfrey Scott|Scott, Herbert Godfrey "Herb"]] [https://www.familysearch.org/tree/person/details/G8MJ-JFJ] - 1902(Qld)-1968(Qld) - Licences: 4HS Toowoomba (1931-1937); 4HS Brisbane (Albion, 1938-1939; 1946-1965) - Qualifications: cc; AOCP 750, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Railways) - Electoral Rolls: clerk (Toowoomba, 1925-1936; Albion, 1943-1968) * [[/Jack Bartlett Scott|Scott, Jack Bartlett]] [https://www.familysearch.org/tree/person/details/G8VX-FLR] - 1909(NSW)-1988(NSW) - Licences: 2NR Sydney (Epping, 1930-1934); 2AJX Sydney (Cheltenham, 1938-1939; Epping, 1946-1950) - Qualifications: AOCP 685, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Epping, 1933-1935); engineer (Epping, 1949; Wahroonga, 1954-1968); retired (Carlingford, 1977-1980) * [[/Robert Ochiltree Scott|Scott, Robert Ochiltree]] [https://www.familysearch.org/tree/person/details/G8H4-5SX] - 1898(Vic)-1960(Vic) - Licences: 2RS Gundagai (1929-1931); 2RS Balranald (1933); 3OS Scotsburn (1937-1939); 3OS Melbourne (St Kilda, 1956-1960) - Qualifications: AOCP 476, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: grazier (Ballarat, 1920-1924); farmer (Murrayville, 1925-1927; Gundagai, 1930); mechanic (South Yarra, 1943; Melbourne, 1949) * [[/Robert Townley Scott|Scott, Robert Townley]] [https://www.familysearch.org/tree/person/details/G7YC-MBK] - 1841(Eng)-1922(Qld) - senior state public servant (secretary, Qld Post & Telegraph Dept), senior federal public servant (secretary, Postmaster-General's Department) * [[/W. F. Scott|Scott, W. F.]] - 18??(???)-19??(???) - Licences: 4?? Brisbane (West End) - Qualifications: cc; AOCP 334, 1927, No. 37 in Qld - amateur operator; amateur broadcaster - Comment: likely father of H. S. Scott who was reported youngest ever to pass AOCP at age 16 - Electoral Rolls: Nil yet identified * [[/Walter Henry Scott|Scott, Walter Henry]] [https://www.familysearch.org/tree/person/details/G76Z-11G] - 1904(Eng)-1987(SA) - Licences: Receive Adelaide (Glenelg, 1923); 5HS Clare (1937-1939) - Qualifications: cc; AOCP 1888, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Clare, SA, 1939); telephone mechanic (Glenelg, SA, 1941-1943) ===''SEBIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Dudley Sebire|Sebire, Leon Dudley "Leo"]] [https://www.familysearch.org/tree/person/details/G8V2-QX5] - 1932(Vic)-2006(Vic) - Licences: 3CF Melbourne (Wandin North, 1956-1960) - Qualifications: 2COCP 1319, 1955; 1COCP 1786, 1955 - amateur operator, amateur broadcaster, director Telstra Broadcasting Branch - Electoral Rolls: radio mechanic (Wandin Yallock, 1954); engineer (Mordialloc, 1963-1980) - Relationships: son of 3MX Percival John Sebire - Awards: Member Order of Australia "For service to communications, particularly broadcasting" (1991) * [[/Percival John Sebire|Sebire, Percival John "Percy"]] [https://www.familysearch.org/tree/person/details/LCFD-Z2R] - 1904(Vic)-1994(Vic) - Licences: 3MX Melbourne (Moorabbin, 1930-1939, 1946-1980+) - Qualifications: AOCP 692, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elsternwick, 1926; Bentleigh, 1928-1936; Cheltenham, 1949; Moorabbin, 1954-1980) - Relationships: father of 3CF Leon Dudley Sebire ===''SEBLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Sebley|Sebley, William John]] [https://www.familysearch.org/tree/person/details/G649-7VL] - 1894(Qld)-1980(Qld) - Licences: 4WS Ipswich (1931-1939, 1946-1948); Southport (1954-1965) - Qualifications: cc; AOCP 736, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Ipswich, 1915; North Ipswich, 1919-1949; Southport, 1954-1968); ===''SECCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Louis Mervyn Seccombe|Seccombe, Louis Mervyn]] [https://www.familysearch.org/tree/person/details/G8PW-XWM] - 1895(Tas)-1970(NSW) - Licences: 3KT Receive Melbourne (Ascot Vale, 1922-1923); 3KT Melbourne (East Kew, 1924; Ascot Vale, 1924-1925; Hawksburn, 1926; East Malvern, 1927); 2KT Sydney (Rockdale, 1928-1939) - Qualifications: cc; 1COCP 396, 1940 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: salesman (Ascot Vale, Vic, 1919); commercial traveller (Ascot Vale, Vic, 1924); radio engineer (Rockdale, NSW, 1930-1937); wireless operator (Longreach, Qld, 1943); communications officer (Hurstville, 1949-1963); - Comment: Surname sometimes misspelled Secombe ===''SELBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Selby|Selby, George William]] [https://www.familysearch.org/tree/person/details/LCTW-BMT] - 1858(Vic)-1949(Vic) - early wireless and X-ray experimenter ===''SELF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Self|Self, Thomas Edward]] - 1854(???)-19??(???) - b. 7 Jan 1854, Early Tasmanian wireless experimenter, demonstration before Royal Society 1898, beware another Thomas Edward Self (b. 9 Oct 1853) in Hobart at the same time ===''SELFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Giles Turner Selfe|Selfe, Harry Giles Turner]] [https://www.familysearch.org/tree/person/details/K24M-5XB] - 1894(NSW)-1942(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 157, 1915; 1COCP 51, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2; RANVR (commissioned telegraphist, 1942) - Electoral Rolls: radio telegraphist (Geraldton, WA, 1918; Broome, WA, 1922; Leichhardt, NSW, 1933; Darling Harbour, NSW, 1934-1937) ===''SELLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Sellenger|Sellenger, David Charles]] [https://www.familysearch.org/tree/person/details/G8VT-5GJ] - 1902(NSW)-1966(NSW) - Licences: 2DC Sydney (Hurstville, 1930-1965) - Qualifications: AOCP 700, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Hurstville, 1930-1963) ===''SELLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Sellick|Sellick, Edward]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''SELMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold George Selman|Selman, Harold George]] [https://www.familysearch.org/tree/person/details/LRM4-3S8] - 1907(Vic)-1985(Vic) - 3GN Geelong (1925), 3GN Chilwell (1926), 3GN Geelong (1927), 3GN Melbourne (West Coburg, 1931), 3GN Geelong (1933), 3CM Geelong (1948-1980+), amateur operator (AOCP 164, 1925, No. ?? in Vic), amateur broadcaster, radio dealer (Geelong, 1954) ===''SEMMENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Segbert Cornwall Semmens|Semmens, George Segbert Cornwall]] [https://www.familysearch.org/tree/person/details/G744-HQ5] - 1901(Vic)-1977(Vic) - Licences: XJCY Melbourne (East St Kilda, 1913-1914); V756 Receive (1922); 3GZ Receive Buln Buln East (1922); 3GS Laver's Hill (1925-1926); 3GS Queenstown (1927); 3GS Moreland (1931); 3GS Foxhow (1933); Melbourne (Essendon (1937-1939); Glen Iris (1946-1960); Clematis, 1965-1975); 3AEN Melbourne (Clematis, 1954-1960) - Qualifications: cc; AOCP 216, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: teacher (Coburg, 1928; Preston, 1931; Essendon, 1936); res. chemist (Glen Iris, 1943-1963); technical adviser (Clematis, 1968-1977) ===''SERLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric Serle|Serle, Cedric]] [https://www.familysearch.org/tree/person/details/LZT2-SC8] - 1910(Vic)-1972(Vic) - Licences: 3RX Melbourne (Canterbury, 1928-1933; Toorak, 1938-1939; Elwood, 1946-1947); 3ARX Melbourne (Windsor, 1948-1956; Caulfield, 1960-1965) - Qualifications: AOCP 443, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Camberwell North, 1931-1934; Kew, 1936; Toorak, 1937; St Kilda, 1942; Prahran, 1949; Caulfield South, 1963-1972) ===''SEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Percy Lambert Holt Sewell|Sewell, Percy Lambert Holt]] [https://www.familysearch.org/tree/person/details/GDM1-YB1] - 1900(NSW)-1949(NSW) - Licences: 2CJ Receive Sydney (Paddington, 1922); 2CJ Sydney (Paddington, 1922-1925; Darlinghurst, 1925-1926) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Fire Station, Mittagong, 1930-1935; Mittagong, 1936-1937; Kempsey, 1943); installation inspector (Queanbeyan, 1949) ===''SEYLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Jakob Seyler|Seyler, Albert Jakob or Jacob]] [https://www.familysearch.org/tree/person/details/G8NL-F5N] - 1913(Ger)-1977(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - WW2 (Luftwaffe); radar engineer; television researcher; PMGD Research Laboratories (Assistant Director General) - Electoral Rolls: engineer (Mt Waverley, 1963; Burwood, 1968); PMG (Croydon, 1972); assistant director (Emerald, 1977) - [https://adb.anu.edu.au/biography/seyler-albert-jakob-11660 ADB] ===''SHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Henry Shannon|Shannon, Francis Henry "Frank"]] - 1910(Qld)-1991(Qld) - 4SN Allora (1938-1939), Tamborine (1946-1947), Minden (1948-1956), Ipswich (1960-191975), Toowoomba (1980+), amateur operator (AOCP 2145, 1938, No. ?? in Qld), amateur broadcaster , radio clubs (Wooloowin RC, WIA, Qld Listeners' League), journalist (AR, VK4 Notes), occupation (school teacher) ===''SHARLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Sharland|Sharland, Arthur Henry "Chilla"]] [https://www.familysearch.org/tree/person/details/GZZD-ZKS] - 1909(Qld)-1983(Qld) - Licences: 4SD Brisbane (Boondall, 1936-1939, 1946-1948; Ekibin, 1954); 4SD Cloncurry (1955); 4SD Brisbane (Wynnum North, 1956); 4SD Rockhampton (1960); 4SD Yeppoon (1965-1980+) - Qualifications: cc; AOCP 1807, 1936, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless operator); federal public servant (DCA) - Electoral Rolls: labourer (Boondall, Qld, 1937-1943); Commonwealth officer (Wynnum North, Qld, 1954); communications officer (Rockhampton, Qld, 1958-1963; Yeppoon, Qld, 1968-1977); retired (Causeway via Yeppoon, Qld, 1980) ===''SHARP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John James Charles Sharp|Sharp, John James Charles]] [https://www.familysearch.org/tree/person/details/GZBZ-TZV] - 1897(Vic)-1974(Vic) - Licences: 3KA Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 591, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Prahran Gardens, 1919-1924; Caulfield, 1928-1972) ===''SHARPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Victor Sharpe|Sharpe, Frank Victor]] [https://www.familysearch.org/tree/person/details/GMD2-GVZ] - 1904(Qld)-1988(Qld) - Licences: 4AZ Brisbane (Wooloowin, 1924-1929; Ashgrove, 1930-1937; Redcliffe, 1938-1939); 4ZFS Brisbane (Clayfield, 1975); 4FV Brisbane (Clayfield, 1980) - Qualifications: cc; AOCP 20, 1924, No. 4 in Qld; AOCP Q112, 1975 - amateur operator; amateur broadcaster; WW2; radio club (RSQ, WIAQ); military (AMF) - Awards: C.M.G.; O.B.E. - Electoral Rolls: merchant (Wooloowin, 1925-1929); director (Ashgrove, 1934-1937); soldier (Ashgrove, 1943); machinist (likely typo for merchant) (Clayfield, 1949); merchant (Clayfield, 1954-1980) ===''SHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Shaw|Shaw, Archibald John]] [https://www.familysearch.org/tree/person/details/G8K2-ZDZ] - 1872(NSW)-1916(Vic) - XPO King Island (1911); X?? Sydney (Randwick), early wireless experimenter, proprietor Maritime Wireless Telegraph Co of Australasia (1910+) with Edward Hope Kirkby, technical specialist - [https://adb.anu.edu.au/biography/shaw-archibald-john-8404 ADB] [http://messui.polygonal-moogle.com/valves/NW199003.pdf EA] * [[/J. G. Shaw|Shaw, J. G.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (Chelmer, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Raymond Herbert Preston Shaw|Shaw, Raymond Herbert Preston]] [https://www.familysearch.org/tree/person/details/GD3J-J31] - 1901(Eng)-1996(NSW) - Licences: 2LY Receive Sydney (Bondi, 1922-1923); 2LY Sydney (Woolahra, 1924-1929; South Kensington, 1930) - Qualifications: cc; CPRT 664, 1921 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kensington, 1930-1931; Vaucluse, 1932-1980) * [[/Sidney Alexander Shaw|Shaw, Sidney Alexander]] [https://www.familysearch.org/tree/person/details/KFJY-4NH] - 1882(Eng)-1974(WA) - Licences: 6AI Perth (East Guildford, 1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: assistant station master (Woolgangee, WA, 1916-1917); railway officer (East Guildford, WA, 1925-1926); civil servant (Kalgoorlie, WA, 1930-1931); station master (Coolgardie, WA, 1936-1943); retired (East Fremantle, WA, 1949-1972) ===''SHAWSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Shawsmith|Shawsmith, Alan "Smithy" or Alan Shaw Smith]] [https://www.familysearch.org/tree/person/details/G37T-B3Y] - 1917(Qld)-2010(Qld) - Licences: 4SA Brisbane (Indooroopilly, 1935-1939); 4SS Brisbane (West End, -1952-2010) - Qualifications: cc; AOCP 1582, 1935, Qld - amateur operator; historian (amateur); journalist; broadcast engineer (ABC2); public servant (ABC2) - Relationships: Father of 4JSS Steven Shawsmith - Electoral Rolls: poultry farmer (Salisbury, Qld, 1943); radio mechanic (West End, Qld, 1949); builder (West End, Qld, 1954-1980) * [[/Steven Shawsmith|Shawsmith, Steven "Steve"]] - Licences: 4JSS Brisbane - Qualifications: (AOCP ???, 19??, No. ?? in Qld) - amateur operator - Relationships: Son of 4SA-4SS Alan Shawsmith - Electoral Rolls: ===''SHEARER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Anderson Shearer|Shearer, Gordon Anderson]] [https://www.familysearch.org/tree/person/details/LV5G-JW4] - 1907(Qld)-1984(Vic) - Licences: 4FU Receive Brisbane (Alderley, 1923-1924); 4GA Gayndah (1930); 4GA Mt Nebo (1931-1934); 4GA Cloncurry (Quamby, 1937-1939) - Qualifications: cc; AOCP 447, 1928, No. ?? in Qld; 2COCP 95, 1937 - amateur operator; amateur broadcaster; employment (school teacher); state public servant (Qld Dept Education); WW2 - Electoral Rolls: school teacher (Quamby, Qld, 1937; Westbrook, Qld, 1943); aeradio operator (Cloncurry, 1949); communications officer (Cloncurry, 1954); supervisor (Surrey Hills, 1963-1968); retired (Vermont, 1972-1980) ===''SHEARSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Leonard Shearstone|Shearstone, Vincent Leonard]] [https://www.familysearch.org/tree/person/details/G895-CYJ] - 1916(Eng)-1983(NSW) - Licences: Nil - Qualifications: BOCP 4, 1936 - WW2 - Electoral Rolls: radio technician (Albury, 1937); radio announcer (Goulburn, 1943); radio electrician (Goulburn, 1949-1980) ===''SHELDRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Cornwell Sheldrick|Sheldrick, Eric Cornwell "Shel"]] [https://www.familysearch.org/tree/person/details/GZ64-X2X] - 1903(Eng)-1966(Tas) - Licences: 7BH Receive Launceston (1923); 7BH Launceston (1924-1926); 7BT Launceston (1927); 7BM Launceston (1931-1939); 7DM Burnie (1948-1954); 7DN Stowport (1955-1960) - Qualifications: cc; AOCP 60, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: chemist's assistant (Launceston, 1928-1943) ===''SHENTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Hilton Shenton|Shenton, Maurice Hilton]] [https://www.familysearch.org/tree/person/details/G67C-Q1B] - 1903(Qld)-1940(Qld) - Licences: 4DC Receive Brisbane (Wynnum South, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: irrigation ganger (Bald Hills, 1925); assistant stream gauger (North Ipswich, 1928); public servant (Annerley, 1937) ===''SHEPARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arundel Elmore Shepard|Shepard, Arundel Elmore]] [https://www.familysearch.org/tree/person/details/G8QY-8HX] - 1910(SA)-2000(SA) - Licences: 5DC Adelaide (Norwood, 1928-1930; Kent Town, 1931-1933; Norwood, 1937-1939; Toorak East, 1946-1965; Heathpool, 1969-1980+) - Qualifications: cc; AOCP 393, 1928, No. ?? in SA; AOLCP 136, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SHEPHERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. A. Shepherd|Shepherd, H. A.]] - 18??(???)-19??(???) - Licences: XQD Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''SHERRIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Sherriff|Sherriff, Ernest George]] [https://www.familysearch.org/tree/person/details/K877-WTX] - 1904(Qld)-1964(Qld) - Licences: 4SU Brisbane (Fairfield, 1935-1937; Hawthorne, 1938-1939; Brisbane City, 1947-1960) - Qualifications: cc; AOCP 1464, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Brisbane South, Qld, 1928); instructor of printing (Fairfield, Qld, 1937; Hawthorne, Qld, 1943-1949) ===''SHIELDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Edward Shields|Shields, Arthur James Edward]] [https://www.familysearch.org/tree/person/details/LBCT-D5G] - 1894(Eng)-1948(Vic) - Licences: 3GP Melbourne (East Malvern, 1930-1939; North Balwyn, 1946-1948) - Qualifications: AOCP 690, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (East Melbourne, 1925-1927; Malvern East, 1928; Camberwell, 1931-1933); auditor (Malvern East, 1934-1936); retired (Ringwood, 1943) ===''SHOEMAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Shoemaker|Shoemaker, Harry]] [https://www.familysearch.org/tree/person/details/G828-7LL] - 1879(USA)-1932(USA) - American inventor and pioneer radio engineer, developer of Shoemaker wireless system, associated with Gehring companies, International Telegraph Construction Co (represented in Australia by John William Ormsby Hamilton, who promoted the Shoemaker system here), United Wireless Telegraph Co, Marconi Wireless Telegraph Co of America, Mallory companies - Links: [[w:Harry Shoemaker|Wikipedia]]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0026.pdf PIRE1]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0027.pdf PIRE2] ===''SHORING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Samuel Shoring|Shoring, Thomas Samuel]] [https://www.familysearch.org/tree/person/details/GXDD-NDG] - 1914(Qld)-2002(Qld) - Licences: 4SR Bundaberg (1937-1939; 4SR Brisbane (New Farm, 1947-1948) - Qualifications: cc; AOCP 1872, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Bundaberg, Qld, 1936-1937); salesman (Bundaberg, Qld, 1943); sound engineer (New Farm, Qld, 1954; Holland Park, Qld, 1963-1980) ===''SHORT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Alban Short|Short, Alfred Alban]] [https://www.familysearch.org/tree/person/details/GZTS-9QQ] - 1904(NSW)-1946(NT) - Licences: 2SH Newcastle (Lambton, 1926-1933) - Qualifications: AOCP 280, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Lambton, 1930-1943) * [[/Ormond Short|Short, Ormond]] [https://www.familysearch.org/tree/person/details/9VHH-SGM] - 1901(Vic)-1985(Vic) - Licences: 3SK Melbourne (St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1925-1926); electrical engineer (Armadale, 1928; Horsham, 1931-1972); engineer (Horsham, 1977) * [[/Walter Short|Short, Walter]] - 19??(???)-19??(???) - Licences: 2AJ Receive Sydney (Manly, 1922); 2AJ Sydney (Manly, 1923-1924; Kirribilli, 1924; Manly, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Note: several contemporaneous WSs, insufficient data to identify * [[/William Newton Short|Short, William Newton "Newt"]] [https://www.familysearch.org/tree/person/details/G97J-HMM] - 1897(NSW)-1967(NSW) - Licences: 2ARA Sydney (Auburn, 1948-1954; Beacon Hill, 1955-1958; Auburn, 1960-1961; Beacon Hill, 1965); 2AOW Sydney (Auburn, 1957-1958) - Qualifications: AOCP 2829, 1948, NSW - amateur operator, amateur broadcaster - Electoral Rolls: butcher (Ulmarra, 1930-1934); shopkeeper (Coraki, 1935-1936); munition worker (Mayfield, 1943); machinist (Auburn, 1949-1958); inspector (Beacon Hill, 1963) ===''SHORTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Charles Shortell|Shortell, Raymond Charles]] [https://www.familysearch.org/tree/person/details/LYMQ-4HQ] - 1904(Vic)-1991(Qld) - 3VB Receive Melbourne (East St Kilda, 1923-1924), 3RS Melbourne (St Kilda, 1925-1933), 3RS Shepparton (1937-1939), 3ARF Geelong West (1948-1954), 3ARF Melbourne (Croydon, 1955-1960; Hawthorn, 1965-1975), 4ARS Gold Coast (1980+), amateur operator (AOCP 77, 1925, No. ?? in Vic), amateur broadcaster ===''SHORTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eddy Wilbee Shorten|Shorten, Eddy Wilbee or Welbee or Wiebec "Ted"]] [https://www.familysearch.org/tree/person/details/MWN4-MZM] - 1899(Qld)-1980(Qld) - Licences: 4TS Brisbane (Paddington, 1932-1939) - Qualifications: cc; AOCP 908, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor) - Comment: Middle name variable; Birth Welbee; Marriage Wiebec; Death Wilbe; AOCP Wilbee - Electoral Rolls: ===''SHORTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Shortt|Shortt, Robert]] - 19??(???)-19??(???) - Licences: 4HF Camooweal (1933-1939); 5SR Tennant Creek (1947-1948); 5SR Adelaide (Glenunga, 1954; New Hindmarsh, 1955-1956) - Qualifications: cc; AOCP 1193, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SIBLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sibly|Sibly, Arthur]] [https://www.familysearch.org/tree/person/details/KC5R-MH6] - 1897(WA)-1976(NSW) - Licences: XYX Perth (North Perth, 1913-1914); 6AF Receive Perth (City, 1923); 6AF Perth (North Perth, 1923-1924; Inglewood, 1924); 2SB Sydney (Kirribilli, 1925-1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Relationships: father of 2ASY-3AUV Sydney Arthur Sibly; brother of Clifton Archibald Sibly - Electoral Rolls: insurance clerk (North Perth, 1919-1922); manager (Albion, Qld, 1936; Eagle Junction, Qld, 1937; Rose Bay, NSW, 1943-1958); retired (Rose Bay, 1963-1972) * [[/Clifton Archibald Sibly|Sibly, Clifton Archibald]] [https://www.familysearch.org/tree/person/details/K41R-3JQ] - 1894(SA)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 225, 1915 - likely early wireless experimenter with brother Arthur's licence - Relationships: brother of XYX-6AF-2SB Arthur Sibly; uncle of 2ASY-3AUV Sydney Arthur Sibly - Electoral Rolls: farrier (North Perth, 1915-1937) * [[/Sydney Arthur Sibly|Sibly, Sydney Arthur]] [https://www.familysearch.org/tree/person/details/GDKF-F7R] - 1926(NSW)-2001(Vic) - Licences: 2ASY Sydney (Rose Bay, 1954; Kingsgrove, 1957-1965); 3AUV Melbourne (Eltham, 1969) - Qualifications: cc; 2COCP 945, 1945; BOCP 1049, 1949 - amateur operator; amateur broadcaster - Relationships: son of XYX-6AF-2SB Arthur Sibly; nephew of Clifton Archibald Sibly - Electoral Rolls: communications officer (Kingsgrove, 1958-1963); clerk (Eltham, Vic, 1968-1977; Queanbeyan, 1980) ===''SIDEBOTTOM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lancelot Sidebottom|Sidebottom, Geoffrey Lancelot]] [https://www.familysearch.org/tree/person/details/GD5X-KGH] - 1902(Tas)-1964(Tas) - Licences: 7BB Receive Launceston (1922); Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of 7SK Maxwell Douglas Langford Sidebottom - Electoral Rolls: clerk (Launceston, 1928-1954) * [[/Maxwell Douglas Langford Sidebottom|Sidebottom, Maxwell Douglas Langford]] [https://www.familysearch.org/tree/person/details/GD5X-5QY] - 1922(Vic)-19??(???) - Licences: 7SK Hobart (Newtown, 1948); 7SK Howrah (1954-1980) - Qualifications: cc; AOCP 2830, 1948, Vic - amateur operator; WW2 - Relationships: son of 7BB Geoffrey Lancelot Sidebottom - Electoral Rolls: sound engineer (New Town, 1949); mechanic (Bateau Bay, NSW, 1980) ===''SIDEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Longfield Sidey|Sidey, Robert Longfield]] [https://www.familysearch.org/tree/person/details/LKSN-3P6] - 1874(NSW)-1951(NSW) - Licences: 2ZY Sydney (Lindfield, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of 2CB James Douglas Kay Sidey - Electoral Rolls: accountant (Lindfield, 1930-1949) * [[/James Douglas Kay Sidey|Sidey, James Douglas Kay or Douglas James Kay]] [https://www.familysearch.org/tree/person/details/LKSN-35P] - 1904(NSW)-1963(NSW) - Licences: 2CB Receive Sydney (Lindfield, 1922-1923); 2CB Sydney (Lindfield, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: son of 2ZY Robert Longfield Sidey - Electoral Rolls: grazier (Bethungra, 1943-1949); no occupation (Junee, 1954) ===''SIEVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ernest William Sievers|Sievers, Ernest William]] [https://www.familysearch.org/tree/person/details/KNJD-8MJ] - 1901(Qld)-1962(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 1165, 1933, Qld; 2COCP 9, 1934; 1COCP 38, 1935 - amateur operator? - Electoral Rolls: railway employee (Kelvin Grove, 1925); night officer (Oakey, 1930); railway night officer (Narangba, 1936-1937); radio telegraphist (Ascot, 1943; Clayfield, 1949-1958) * [[/William Frederick Sievers|Sievers, William Frederick]] [https://www.familysearch.org/tree/person/details/GZJN-NDS] - 1902(Vic)-1996(Vic) - Licences: 3CB Receive Melbourne (East Richmond, 1922-1923); 3CB Melbourne (East Richmond & South Yarra, 1924-1939, 1946-1960; Toorak, 1965-1980+) - Qualifications: cc; AOCP 165, 1925, Vic - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Richmond, 1931-1943); reader (South Yarra, 1949-1963); meter reader (Toorak, 1972-1980) ===''SIGAL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Louis Sigal|Sigal, Harold Louis]] [https://www.familysearch.org/tree/person/details/GZ4R-XFJ] - 1908(SA)-1939(NSW) - Licences: 2UK Sydney (Woollahra, 1926-1930) - Qualifications: AOCP 253, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Woollahra, 1930); engineer (Melbourne East, 1931); electrician (Auburn North, 1933; Centennial Park, 1934; Bondi, 1936-1937; West Perth, 1943; Woolowin, 1949; Bellevue Hill, 1954; Kensington, 1958); manager (Bondi, 1963); salesman (Bondi, 1968); retired (Vaulcuse, 1977-1980) ===''SIGMONT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Sigmont|Sigmont, Walter]] [https://www.familysearch.org/tree/person/details/GD58-221] - 1883(NSW)-1942(Vic) - Licences: 3AH Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: patent attorney (Auburn, Vic, 1917; Elsternwick, 1924-1937; Seaford, 1942); ===''SILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Clive Silby|Silby, Arthur Clive]] [https://www.familysearch.org/tree/person/details/G8B6-PSD] - 1894(SA)-19??(???) - Licences: 6AF Perth (North Perth, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 (Australian Wireless Squadron) [https://alh-research.tripod.com/Light_Horse/index.blog/1911865/australian-wireless-squadron-aif-embarkation-roll/] - Electoral Rolls: motor mechanic (Exeter, 1939-1943) ===''SILVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Leslie Silver|Silver, Frank Leslie]] [https://www.familysearch.org/tree/person/details/94HC-LTV] - 1904(Qld)-1987(Qld) - Licences: 4FL Brisbane (Morningside, 1938-1939, 1947-1980+) - Qualifications: cc; AOCP 2086, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Morningside, Qld, 1937-1943); radio mechanic (Morningside, Qld, 1949-1980) ===''SIMMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Simmonds|Simmonds, Arthur George]] [https://www.familysearch.org/tree/person/details/G8DL-234] - 1906(Eng)-1963(NSW) - Licences: 2GS Sydney (Arncliffe, 1930-1934); 2GS Murwillumbah (1935-1939); 4PG Bundaberg (1946-1948); 2APJ Sydney (Cronulla, 1954-1955; Caringbah, 1956-1961) - Qualifications: AOCP 590, 1930, No. ?? in NSW; BOCP 207, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Arncliffe, 1933); gardner (Arncliffe, 1935); radio engineer (Murwillumbah, 1935-1937); technician (4BU Kalkie, 1943-1949) * [[/Ernest John Simmonds|Simmonds, Ernest John]] - 19??(Eng)-19??(Eng) - G2OD Gerrard's Cross, Buckinghamshire, England, amateur operator, first to two way QSO Australia (Nov 1924, 3BQ) ===''SIMMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Trethowan Simmons|Simmons, Henry Trethowan]] [https://www.familysearch.org/tree/person/details/G4M3-BP4] - 1905(WA)-1985(WA) - Licences: 6KX Perth (Subiaco, 1925-1928; Mt Lawley, 1931-1933; Nedlands, 1937-1939, 1946-1948; West Perth, 1954-1955; Mt Pleasant, 1956-1980) - Qualifications: cc; AOCP 181, 1925, No. ?? in WA; CPRT 1121, 1928; 2COCP 295, 1930; 1COCP 257, 1932 - amateur operator, amateur broadcaster, broadcast engineer - Electoral Rolls: radio operator (Maylands, 1931), radio engineer (Nedlands, 1936; West Perth, 1949), engineer (Fremantle, 1958; Mt Pleasant, 1963-1980) * [[/Leonard Joseph Simmons|Simmons, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/GZBM-SKH] - 1907(Vic)-1987(Vic) - Licences: 3LJ Melbourne (Belgrave, 1926-1931; East Prahran, 1933); 3LJ Rheola (1937-1939); 3LV Trafalgar (1948); 3LV Cheltenham (1954-1980+) - Qualifications: AOCP 304, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Womerah, Yarram Yarram, 1928; Toolangi, Yea, 1931; Armadale, 1934-1936; Rheola, Bendigo, 1936-1937; Nanneela West, Bendigo, 1942; Cheltenham, 1949-1980) ===''SIMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Wilkinson Simms|Simms, Eric Wilkinson]] [https://www.familysearch.org/tree/person/details/G7XZ-9RN] - 1906(WA)-1998(Vic) - Licences: 3KS Melbourne (Malvern, 1927-1931; Caulfield, 1933) - Qualifications: AOCP 360, 1927, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Lieutenant) - Electoral Rolls: warehouseman (Malvern, 1931); buyer (Caulfield, 1934; Hawthorn, 1936-1937); manager (Malvern East, 1949-1980) ===''SIMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Robert Simpson|Simpson, Leslie Robert]] [https://www.familysearch.org/tree/person/details/GZD8-4VD] - 1901(WA)-1966(Vic) - 3SA Ararat (1925-1933), 3SA Melbourne (Windsor, 1947-1965), amateur operator (AOCP 44, 1925, No. ?? in Vic), amateur broadcaster, draper, salesman * [[/Harry Blythe Simpson|Simpson, Harry Blythe]] [https://www.familysearch.org/tree/person/details/GF93-CZ3] - 1920(???)-2013(WA) - Licences: 6HS Perth (Leederville, 1937-1939; Mt Lawley, 1947-1948; Nedlands, 1954-1969; Lesmurdie, 1975-1980+) - Qualifications: cc; AOCP 2060, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: traveller (Claremont, WA, 1949-1968); marketing manager (Lesmurdie, WA, 1972); manager (Lesmurdie, WA, 1977-1980) ===''SIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Sims|Sims, Eric Charles]] [https://www.familysearch.org/tree/person/details/G8MK-NXC] - 1907(WA)-1992(Vic) - Licences: Nil yet identified - Qualifications: cc; AOCP 344, 1927, No. 38 in Qld; 2COCP 16, 1934 - amateur operator; WW2 - Electoral Rolls: wireless mechanic (RAAF Point Cook, 1931-1934); QANTAS air pilot (Brisbane, 1936-1937); public servant (Box Hill, 1963) - Comment: several contemporaneous Eric Charles Sims, need to sort electoral rolls * [[/Ernest Leslie Arthur Sims|Sims, Ernest Leslie Arthur]] [https://www.familysearch.org/tree/person/details/LZ6H-6PF] - 1905(Vic)-1960(Vic) - Licences: 3ZA Melbourne (Preston, 1930-1933); 3ZA Apollo Bay (1937-1939, 1946-1947) - Qualifications: AOCP 622, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: carpenter (Preston, 1931; Apollo Bay, 1933-1937; Preston, 1942; Apollo Bay, 1949-1954) ===''SINGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Claude Paul Singleton|Singleton, Claude Paul]] [https://www.familysearch.org/tree/person/details/G4JR-4SV] - 1914(WA)-1990(Qld) - Licences: 4UX Theodore (1936-1939); 4UX Bundaberg (1946-1947); 4UX Stanthorpe (1948); 4UX Atherton (1954-1955); 4UX Malanda (1956); 4UX Ayr (1960); 4UX Childers (1965); 4UX St George (1969); 4UX Gracemere (1975); 4UX Dalby (1980) - Qualifications: cc; AOCP 1638, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; broadcast technician (4QW, 4QO, 4QW, 4RK, 4QS); federal public servant (PMGD); WW2 - Electoral Rolls: baker (Theodore, Qld, 1936-1937); radio mechanic (Stanthorpe, Qld, 1949); radio technician (Yungaburra, Qld, 1954); public servant (Gracemere, Qld, 1972) ===''SIRL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Charles Sirl|Sirl, Clarence William Charles]] [https://www.familysearch.org/tree/person/details/G89J-9LJ] - 1913(SA)-1981(WA) - Licences: 6XG Katanning (1938-1939; 1947-1969) - Qualifications: BOCP 3, 1936; AOCP 2132, 1938, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Katanning, 1937-1968) ===''SLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Irwin Slade|Slade, Charles Irwin]] [https://www.familysearch.org/tree/person/details/GDN1-G28] - 1921(???)-19??(???) - Licences: 3PZ Melbourne (Elwood, 1938-1939, 1947-1954) - Qualifications: cc; AOCP 2172, 1938, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (St Kilda, 1949-1954); medical practitioner (St Kilda, 1967-1968; Elwood, 1972-1980) * [[/Charles William Slade|Slade, Charles William]] [https://www.familysearch.org/tree/person/details/GH3R-28W] - 1893(Eng)-1962(NSW) - Licences: 2SX Sydney (Croydon, 1925-1939, 1946-1961 - Qualifications: cc; Nil yet identified; English PMG Certificate 1st class - amateur operator; amateur broadcaster; WW1 (RAN, 1909-1924); Wireless Weekly (technical editor, 1925-1928); Daily Telegraph (radio & technical editor, 1928-1929); Keogh Radio (engineer, 1929-1930); Croydon Radio (proprietor, 1930-1933+) - Electoral Rolls: radio engineer, R.A.N. (Croydon, 1943-1958) ===''SLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. F. Slater|Slater, J. F.]] - 19??(???)-19??(???) - Licences: Receive Sheffield (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Harold Ivan Slater|Slater, Harold Ivan]] [https://www.familysearch.org/tree/person/details/GDT3-7JP] - 1898(Tas)-1971(Qld) - Licences: Receive (Crystal) Kelso (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: pastoralist (Kelso, Tas, 1919); labourer (Maypole Hotel, New Town, Tas); no occupation (Middle Park, Vic, 1926); airman (Point Cook, Vic, 1927; Middle Park, 1931); traveller (Elsternwick, 1936-1968) ===''SLATTERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Slattery|Slattery, Joseph Patrick]] [https://www.familysearch.org/tree/person/details/G824-KHF] - 1866(Irl)-1931(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St John's College, Camperdown; St Vincent's, Ashfield, 1930) - Links: [[w:Joseph Patrick Slattery|Wikipedia]]; [https://adb.anu.edu.au/biography/slattery-joseph-patrick-8453 ADB] * [[/Joseph Samuel Francis Slattery|Slattery, Joseph Samuel Francis]] [https://www.familysearch.org/tree/person/details/GZVN-SSF] - 1894(NSW)-1988(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 50, 1915; CPRT 167, 1915; 2COCP 324, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Applecross, WA, 1916; Esperance, WA, 1916; RAN radio station, Geraldton, 1917); travelling salesman (Stanthorpe, 1928-1930); traveller (Tamworth, 1932-1933; Woollahra, NSW, 1933-1935); commercial traveller (New Farm, 1936; Hamilton, Qld, 1937; Fairfield, Qld, 1949; West Sydney, 1949-1954); radio officer (Mascot, NSW, 1958-1963); retired (Cremorne, NSW, 1968-1980) ===''SMART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Smart|Smart, Arthur]] [https://www.familysearch.org/tree/person/details/GXHD-TNH] - 1891(NZ)-1980(NZ) - Licences: 4SM Barcaldine (1936-1937); 4SM Paterson (1938-1939); 4SM Longreach (1946-1948); 4SM Cairns (Cairns City, 1954-1956; Freshwater, 1960-1975) - Qualifications: cc; AOCP 1625, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: boiler attendant (Dunevia Station, Blackhall, Qld, 1913); motor engineer (Aramac, Qld, 1916-1925; Barcaldine, 1928-1937); freeholder (Longreach, Qld, 1943); mechanic (Longreach, Qld, 1949); farmer (Cairns, Qld, 1954-1958); retired (Freshwater, Qld, 1963-1972; Cairns, Qld, 1977) ===''SMELLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ellis Henry Smellie|Smellie, Ellis Henry]] [https://www.familysearch.org/tree/person/details/GX7P-FDM] - 1893(Vic)-1991(Vic) - Licences: Nil yet identified - Qualifications: cc; 2COCP 218, 1930; 1COCP 240, 1931 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: radio telegraphist (Radio Station, Applecross, 1925; Geraldton, 1931; Broome, 1936); telegraphist (Caulfield, Vic, 1942-1949); radio officer (Caulfield, Vic, 1954; Blackburn, 1963-1980) ===''SMIBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Smibert|Smibert, George]] - 1840(Sct)-1899(Vic) - clubs (founding member Telegraph Electrical Society Vic), employment (Postal Department Vic, chief electrician), brother of James Smibert Deputy Postmaster-General Victoria * [[/George Smibert|Smibert, James]] - 1836(Sct)-1912(Vic) - employment (Postal Department Vic, Deputy Postmaster-General, appointed following early passing of Samuel Walker McGowan), created a nepotism scandal by early promotion of brother and brother-in-law to the most senior positions in Vic Post & Telegraphs in the early 1890s, likely reason for the positioning of Qld appointees at the top of the Federal PMGD in 1901; the brother of George Smibert Chief Electrician, Postal Dept Vic ===''SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Smith, Alan Shaw - See Alan Shawsmith (change of name) * [[/Arthur Carrington Smith|Smith, Arthur Carrington]] [https://www.familysearch.org/tree/person/details/GDKV-VL2] - 1902(Tas)-1982(NSW) - Licences: 7BN Receive Launceston (1923); 7AB Launceston (1924-1927) - Qualifications: cc; AOCP 8, 1924, No. ?? in Tas; CPRT 930, 1926 - amateur operator; amateur broadcaster; broadcast engineer (operator 7BN Wills & Co wannabe Class B); recording engineer (Cinesound Productions Ltd, Bondi, 1932); inventor of sound-on-film systems - Electoral Rolls: salesman (Launceston, 1928); recording engineer (Bronte, 1931-1935); engineer (Bondi, 1936-1937); recording engineer (Clovelly, 1943-1949; Waverley, 1963-1968); engineer (Waverley, 1977-1980) * [[/Austen Cyril Smith|Smith, Austen Cyril]] [https://www.familysearch.org/tree/person/details/GZ6N-JKF] - 1904(Eng)-1992(NSW) - Licences: 2FS Sydney (Croydon, 1924-1925; Burwood, 1925; Maroubra, 1930-1933; Homebush, 1933; Burwood, 1934-1939) - Qualifications: cc; AOCP 75, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; radio agent - Electoral Rolls: radio agent (Burwood, 1934-1937); radio mechanic (Burwood, 1943-1954); radio engineer (Burwood, 1958-1963); retired (Lower Hawkesbury, 1972-1980) * [[/C. Smith|Smith, C.]] - 19??(???)-19??(???) - Licences: 7BA Receive Stanley (1922); Receive Stanley (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Cedric Preston Smith|Smith, Cedric Preston or Preston-Smith, Cedric]] [https://www.familysearch.org/tree/person/details/G8BB-X47] - 1907(NSW)-1974(NSW) - Licences: 2ZZ Sydney (Cremorne, 1924); 2QK Sydney (Manly, 1935-1936; Balgowlah, 1937; Lane Cove, 1938-1939); 2CD Sydney (Cremorne, 1958-1961; Palm Beach, 1965-1969) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: bank accountant (Binnaway, 1930); bank officer (Manly, 1932; Balgowlah, 1934-1937; South Melbourne, Vic, 1943-1949); bank manager (Ballarat, 1954; Cremorne, 1958-1963); retired (Palm Beach, 1963-1968) * [[/Charles Frederick Smith|Smith, Charles Frederick]] - 1908(Eng)-19??(???) - Licences: No licence yet identified - Qualifications: AOCP 418, 1928, No. ?? in NSW; CPRTelephony 1112, 1928; 2COCP 44, 1929 - amateur operator - Electoral Rolls: Several contemporaneous Charles Frederick Smith's, not yet identified * [[/Colin Hughes Smith|Smith, Colin Hughes]] [https://www.familysearch.org/tree/person/details/L2YH-LLB] - 1910(Vic)-1998(Vic) - Licences: 3PK Melbourne (East Kew, 1928-1939, 1946-1980+) - Qualifications: AOCP 433, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Kew, 1931-1937); engineer (Kew, 1943-1980) * [[/Herbert Henry Baker Smith|Smith, Herbert Henry Baker]] [https://www.familysearch.org/tree/person/details/GXFN-H6R] - 19??(???)-1932(Qld) - Licences: 4DP Receive Cairns (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Cairns, Qld, 1925-1930) * [[/J. H. Smith|Smith, J. H.]] - 19??(???)-19??(???) - Licences: 4EA Receive Beenleigh (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/John Albert Malcolm Smith|Smith, John Albert Malcolm]] [https://www.familysearch.org/tree/person/details/L264-537] - 1911(Eng)-1987(SA) - Licences: 5JR Adelaide (St Peters, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1375, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939-1943) * [[/P. W. Smith|Smith, P. W.]] - 19??(???)-19??(???) - Licences: 4EF Receive Brisbane (Alderley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Sidney Hugh Holland Smith|Smith, Sidney Hugh Holland]] - 1861(???)-1933(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, senior state public servant (Qld P&T, Chief Mechanician), senior federal public servant (PMGD, State Mechanician, Qld), radio clubs (QWI, vice president), business proprietor (Telephone and Electrical Supplies Co) * [[/Stuart Disney Paull Smith|Smith, Stuart (Birth) or Stewart (Electoral Rolls) Disney Paull or Paul]] [https://www.familysearch.org/tree/person/details/GXDB-8D8] - 1913(Qld)-1986(Qld) - Licences: 4LA Brisbane (Corinda, 1934-1939); 4LA Amberley (1946-1948); 4LA Brisbane (Camp Hill, 1960-1980) - Qualifications: cc; AOCP 1303, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor); military (RAAF, navigator); broadcast technician (4BC); Dept Education (O/C Radio) - Electoral Rolls: engineer (Corinda, Qld, 1936-1949); radio technician (New Farm, Qld, 1949); maintenance officer (Camp Hill, Qld, 1954-1963); public servant (Camp Hill, Qld, 1972-1980) * [[/Sydney Smith|Smith, Sydney]] - 1856(NSW)-1934(NSW) - senior state politician (NSW MLA), senior federal politician (Postmaster-General, 1904-1905) * [[/Wilfred Smith|Smith, Wilfred]] [https://www.familysearch.org/tree/person/details/GXRQ-PQ1] - 1896(Eng)-19??(???) - Licences: Receive Adelaide (St Peters, 1923); 5AG Adelaide (Henley Beach, 1937-1939, 1947-1948) - Qualifications: cc; CPRT 602, 1921; 2COCP 419, 1941; 1COCP 882, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Henley, SA, 1939-1943) * [[/William Arthur Smith|Smith, William Arthur]] [https://www.familysearch.org/tree/person/details/GMCX-XL9] - 1906(SA)-1970(SA) - Licences: 5LZ Wallaroo (1929-1933) - Qualifications: cc; AOCP 526, 1929, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical mechanic (Glenunga, 1939-1943) - beware several contemporaneous William Arthur Smith's * [[/William Henry Smith|Smith, William Henry]] [https://www.familysearch.org/tree/person/details/GX2V-L4R] - 1911(SA)-19??(???) - Licences: 5SW Adelaide (Woodville, 1937-1939, 1947-1956); 5ASW Adelaide (Woodville, 1980+) - Qualifications: cc; AOCP 1996, 1937, SA; BOCP 431, 1942 - amateur operator; amateur broadcaster - Comment: Several contemporaneous WHSs - Electoral Rolls: operator (Woodville, SA, 1939) * [[/W. J. Smith|Smith, W. J.]] - 19??(???)-19??(???) - Licences: N758 Receive Sydney (Hurstville, 1922); 2IC Receive Sydney (Hurstville, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''SMITHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Charles Smithers|Smithers, Ernest Charles]] [https://www.familysearch.org/tree/person/details/G8Z1-GQ1] - 1885(NSW)-1953(NSW) - Licences: Nil yet identified - Qualifications: AOCP 552, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: inspector of fisheries (Urunga, 1930); inspector (Burwood, 1930-1949) ===''SMYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Walter Smyth|Smyth, Cedric Walter]] [https://www.familysearch.org/tree/person/details/GD1C-4MX] - 1916(WA)-1987(SA) - Licences: 7CD Devonport (1933-1939); 3ACH Melbourne (Doncaster East, 1954-1980+) - Qualifications: cc; AOCP 1133, 1933, Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: toolmaker (Preston, Vic, 1942-1949); engineer (Doncaster East, 1954-1977) * [[/Victor Loftus Smyth|Smyth, Victor Loftus]] [https://www.familysearch.org/tree/person/details/LR8F-P8L] - 1905(Vic)-1972(Vic) - Licences: 3PJ Receive Geelong (1923); 3PJ Geelong (1924); 3PJ Bendigo (1924-1939) - Qualifications: AOCP 126, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Bendigo, 1928-1972) ===''SMYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Cresswell Smythe|Smythe, Alan (BMD) or Allan (Electoral Rolls) Cresswell]] [https://www.familysearch.org/tree/person/details/G8JQ-V9V] - 1908(SA)-1983(SA) - Licences: 5MF Adelaide (Torrensville, 1930-1939, 1946-1948; Hazlewood Park, 1954-1980+) - Qualifications: AOCP 658, 1930, No. ?? in SA; AOLCP 135, 1933; BOCP 125, 1937; 1COCP 196, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Torrensville, SA, 1939-1943) ===''SNADDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Ernest Snaddon|Snaddon, John Ernest]] [https://www.familysearch.org/tree/person/details/GZLF-B75] - 1920(Eng)-1944(Aegean Sea) - Licences: 3VE Melbourne (Malvern, 1939) - Qualifications: AOCP 2322, 1939, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, 459 Squadron, Warrant Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/snaddon-john-ernest-409361/] ===''SNAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Leslie Snaith|Snaith, Samuel Leslie]] [https://www.familysearch.org/tree/person/details/GZJN-2S8] - 1901(Vic)-1961(Vic) - Licences: 3ZR Melbourne (Footscray, 1923-1926; Newport, 1931) - Qualifications: cc; AOCP 166, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1924-1928; Newport, 1931-1954) ===''SNAPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fairlie Roger de Burgh Snape|Snape, Fairlie Roger de Burgh]] [https://www.familysearch.org/tree/person/details/G649-B1V] - 1900(NSW)-1988(NSW) - Licences: 2NU Receive Quirindi (1923); 4JK Willis Island (1931) - Qualifications: cc; CPRT 695, 1922; 2COCP 340, 1931; 1COCP 221, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: operator (Quirindi, 1930); wireless operator (Quirindi, 1934-1936); radio engineer (Killara, 1949-1968); engineer (Killara, 1980) ===''SNOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Charles Snook|Snook, Keith Charles]] [https://www.familysearch.org/tree/person/details/GDTG-Z2D] - 1908(Tas)-1946(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 (RAAF) - Electoral Rolls: motor engineer (Hobart North, 1936); motor mechanic (Hobart Central, 1937) ===''SNOSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Raymond Snoswell|Snoswell, Alfred Raymond]] [https://www.familysearch.org/tree/person/details/9NWH-MCT] - 1899(SA)-1971(SA) - Licences: 5AD Adelaide (Exeter, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Largs, 1939-1943) ===''SODEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander William Soden|Soden, Alexander William]] [https://www.familysearch.org/tree/person/details/G8N9-7M1] - 1909(Qld)-1948(Qld) - Licences: 4AS Brisbane (Annerley, 1930-1939; Yeerongpilly, 1946-1948) - Qualifications: cc; AOCP 634, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Annerley, 1934-1943) ===''SOUMPROU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emile Walter Soumprou|Soumprou, Emile Walter]] [https://www.familysearch.org/tree/person/details/9ZZF-SX7] - 1906(Vic)-1955(Vic) - Licences: 3WK Melbourne (Thornbury, 1929-1931; North Fitzroy, 1938-1939, 1946-1948; East Brighton, 1954-1956) - Qualifications: AOCP 511, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: student (Northcote, 1936-1937); retired (Fitzroy North, 1942-1949); Elsternwick, 1954) ===''SOUTHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Lindsay Southwell|Southwell, Clifford Lindsay]] [https://www.familysearch.org/tree/person/details/GZNM-FDF] - 1897(???)-1973(NSW) - 2SW Sydney (Cremorne, 1925-1926; Northbridge, 1927-1929; Brighton-Le-Sands, 1930-1931; Northbridge, 1933-1939), amateur operator (AOCP 131, 1925, No. ?? in NSW), amateur broadcaster, WW1 (Army, Private) & WW2 (Australian Army, colonel), sales manager (1954) * [[/Leslie William Douglas Southwell|Southwell, Leslie William Douglas]] [https://www.familysearch.org/tree/person/details/9WXT-S8L] - 1900(NSW)-1960(Vic) - Licences: 3SL Seymour (1924-1939, 1946-1954); 3SL Melbourne (Montrose, 1955-1960) - Qualifications: cc; AOCP 250, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Seymour, 1931-1954) * [[/Noel Leslie Southwell|Southwell, Noel Leslie]] [https://www.familysearch.org/tree/person/details/GZNM-ZJW] - 1919(NSW)-1998(NSW) - 2ZF Sydney (Leichhardt, 1935-1939, 1946-1950; Yagoona, 1954-1980+), qualifications (AOCP 1565, 1935, No. ?? in NSW; 1COCP 149, 1937), amateur operator, broadcast technician (1949), QSL collection survives ARDXC/NFSA ===''SPARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Spark|Spark, John]] - 1879(USA)-19??(???) - Licences: 6AC Perth (City, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: soldier (Fremantle, 1917); civil servant (West Perth, 1921) - Comment: identification not certain ===''SPEDDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Spedding|Spedding, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GQ82-ZCM] - 1897(NSW)-1958(NSW) - Licences: 4DU Receive Brandon (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bookkeeper (Brandon, Qld, 1921-1925); clerk (Lakemba, NSW, 1932-1958) ===''SPENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Keith Spence|Spence, Edward Keith]] [https://www.familysearch.org/tree/person/details/LBYN-S3H] - 1908(Qld)-1980(NSW) - Licences: 4DT Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Union Bank, Wagga Wagga, NSW, 1930; Wellington, NSW, 1934); bank officer (Bondi, NSW, 1936; Rose Bay, NSW, 1937; Epping, NSW, 1943-1949; Northbridge, NSW, 1963-1977); retired (Cremorne, NSW, 1980) * [[/William Guthrie Spence|Spence, William Guthrie]] - 1846(Sco)-1926(Vic) - senior federal politician (Postmaster-General, 1914-1915) ===''SPENCER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derek David Spencer|Spencer, Derek David]] [https://www.familysearch.org/tree/person/details/GFSW-N55] - 1909(Eng)-1982(Tas) - Licences: 3DS Melbourne (Altona, 1934-1937); 6DS Perth (Pearce, 1938-1939) - Qualifications: cc; AOCP 1280, 1934, Vic; AOLCP 157, 1934; 2COCP 55, 1936; 1COCP 111, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: poultry farmer (Ulverstone, Tas, 1954; Leven, Tas, 1963); farmer (Gawler, Tas, 1972) ===''SPERRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred John Sperring|Sperring, Wilfred John]] [https://www.familysearch.org/tree/person/details/KVLY-JPK] - 1917(WA)-1966(WA) - Licences: 6SP Perth (Victoria Park, 1937-1939, 1947-1948; Belmont, 1954) - Qualifications: cc; AOCP 1920, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Victoria Park, WA, 1943); mechanic (Victoria Park, WA, 1949); radio engineer (Belmont, WA, 1954-1963) ===''SPICER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Spicer|Spicer, Victor John]] [https://www.familysearch.org/tree/person/details/G88M-KKY] - 1910(Eng)-1985(Vic) - Licences: 3VS Melbourne (Mordialloc, 1929-1931; East Malvern, 1933; North Fitzroy, 1937-1939, 1946-1948) - Qualifications: AOCP 554, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1934); constable (Port Melbourne, 1936; Fitzroy, 1937-1954; Carlton South, 1967-1968); retired (Hurstbridge, Vic, 1977-1980) ===''SPITZKOWSKY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Royston Stanley Spitzkowsky|Spitzkowsky, Max Royston Stanley]] [https://www.familysearch.org/tree/person/details/GZYD-23H] - 1904(NSW)-1989(NSW) - Licences: 2MS Newcastle (Hamilton, 1926-1975) - Qualifications: AOCP 302, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: turner (Hamilton, 1932-1972) ===''SPOTSWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Ernest Spotswood|Spotswood, Cyril Ernest]] [https://www.familysearch.org/tree/person/details/GDTC-4GM] - 1897(Tas)-1964(Tas) - Licences: Receive Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Burnie, 1936-1943); fettler (Burnie, 1949-1954) * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] [https://www.familysearch.org/tree/person/details/M7P4-M7C] - 1892(Qld)-1973(Qld) - Licences: 4JH Poopoonbah via Giru (1935-1939) - Qualifications: cc; AOCP 1356, 1934, Qld - amateur operator; amateur broadcaster - Comment: second YL operator in Qld - Relationships: Wife of 4JK Jack Lawrence Humphry - Electoral Rolls: home duties (Ching Do Siding, Ayr, Qld, 1919-1936; Giru, Qld, 1937-1949; Poopoonbah, Qld, 1954; St Lucia, Qld, 1958-1972) ===''SPRENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Ernest Sprenger|Sprenger, Herbert Ernest]] [https://www.familysearch.org/tree/person/details/GMQD-2CJ] - 1914(Qld)-2000(Qld) - Licences: 4ES Bundaberg (1932-1939); 4ES Brisbane (New Farm, 1946-1948; Holland Park, 1954; Upper Mt Gravatt, 1955-1960; Rainworth, 1965-1980+) - Qualifications: cc; AOCP 1064, 1932, No. ?? in Qld; BOCP 165, 1938; 1COCP 530, 1941 - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); state public servant (Qld Police, radio comms) - Electoral Rolls: radio mechanic (Bundaberg, 1936-1937); police constable (New Farm, Qld, 1943-1949); sergeant police (Holland Park, Qld, 1954; Upper Mt Gravatt, Qld, 1958); sub-inspector police (Rainworth, Qld, 1963-1968); police officer (Rainworth, Qld, 1972); retired (Bardon, Qld, 1977-1980) ===''SPURRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Charles Spurrier|Spurrier, Leonard Charles]] [https://www.familysearch.org/tree/person/details/LTY1-WZJ] - 1904(Wales)-1984(SA) - Licences: S382 Receive Adelaide (North Adelaide, 1922); 5AL Receive Adelaide (North Adelaide, 1923); Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Clarence Park, 1939-1941; Eden Hills, 1943) ===''SQUIRES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Jack Squires|Squires, Jack]] [https://www.familysearch.org/tree/person/details/G8CX-3GW] - 1909(WA)-1972(???) - Licences: 6JS Perth (Cannington, 1929-1939; Como, 1946-1956; Nedlands, 1960; West Leederville, 1965-1969) - Qualifications: cc; AOCP 510, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Cannington, 1931-1936); sales manager (Midland Junction, 1937; South Perth, 1943-1954); manager (Subiaco, 1963); business manager (West Kalamunda, 1968) ===''ST JOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Clive Bolingbroke St John|St John, Henry Clive Bolingbroke]] [https://www.familysearch.org/tree/person/details/LBTN-PV8] - 1895(Eng)-1972(NSW) - Licences: 2RX Receive Sydney (Rockdale, 1923-1925); 2RX Sydney (Rockdale, 1926-1939; Northbridge, 1965-1969) - Qualifications: AOCP 258, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: reader (Rockdale, 1930-1936; Northbridge, 1943-1963) ===''STACEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Keith Stacey|Stacey, Howard Keith]] [https://www.familysearch.org/tree/person/details/G3TY-D8M] - 1907(NSW)-1993(SA) - Licences: 5XA Adelaide (Firle, 1934-1937; Knightsbridge, 1938-1939; Leabrook, 1947-1956; Glynde, 1960-1980+) - Qualifications: cc; AOCP 1360, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: compositor (Burnside, SA, 1939-1941) * [[/Roy Ernest Stacey|Stacey, Roy Ernest]] [https://www.familysearch.org/tree/person/details/GXDT-PNR] - 1902(Qld)-1973(Qld) - Licences: 4RS Proserpine (1933-1939, 1948-1969) - Qualifications: cc; AOCP 1187, 1933, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: office assistant (Bauple, Qld, 1925); clerk (Proserpine, Qld, 1928-1972) ===''STACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Patrick Charles Stack|Stack, Robert Patrick Charles]] [https://www.familysearch.org/tree/person/details/GXDL-Y2K] - 1904(Eng)-1966(Qld) - Licences: 4TK Innisfail (1936-1939, 1947-1965) - Qualifications: cc; AOCP 1742, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: hairdresser (Innisfail, Qld, 1930-1932); stationer (Innisfail, Qld, 1936-1943) ===''STACKPOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Julian Stackpole|Stackpole, Peter Julian]] [https://www.familysearch.org/tree/person/details/GD3D-H8N] - 1947(Vic)-2004(ACT) - Licences: 3ZQS Melbourne (North Clayton, 1980+; 1RX Canberra, 1990s); Qualifications: cc; AOLCP 2203, 1966; AOCP N1856, 1988 - amateur operator; broadcast planning engineer (P&TD, DoC, DoTaC, ABA, ACA) - Electoral Rolls: assistant (Hampton, 1972); technical officer (Clayton, 1977-1980) ===''STAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Hurst William Stafford|Stafford, John Hurst William]] [https://www.familysearch.org/tree/person/details/LV6P-XSJ] - 1901(Qld)-1992(Qld) - Licences: 4CD Receive Ipswich (Ebbw Vale, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: electrician (Ebbw Vale, 1925-1928; Booval, 1932-1949); engineer (East Ipswich, 1958-1963); retired (Mansfield, 1977-1980) ===''STANFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Roy Stanfield|Stanfield, Clifford Roy]] [https://www.familysearch.org/tree/person/details/GQXR-9GG] - 1900(NSW)-1991(NSW) - Licences: N744 Receive Newcastle (1922); 2HX Receive Newcastle (1922) - Qualifications: cc; CPRT 383, 1918; 2COCP 136, 1930; 1COCP 140, 1930 - amateur receiver; WW1 - Electoral Rolls: wireless operator (Randwick, 1930; Maroubra, 1932-1968); retired (Blaxland, 1977-1980) ===''STANLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. M. Stanley|Stanley, J. M.]] - 19??(???)-19??(???) - Licences: 2JS Receive Sydney (Crow's Nest, 1922-1923); 2JS Sydney (Crow's Nest, 1924); Orange (1924-1929) - Qualifications: cc; AOCP 100, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; newsagent (Leura, late 1920s) - Identification: Not yet identified (possibly James Melville Stanley, electrician, Lockhart, 1930) - Electoral Rolls: Nil yet identified ===''STAPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Stapleton|Stapleton, John William]] [https://www.familysearch.org/tree/person/details/GXG7-R9P] - 1915(SA)-1980(SA) - Licences: 5KY Adelaide (Port Adelaide, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1314, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Cook, SA, 1941-1944) ===''STARKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Starkie|Starkie, Thomas William]] [https://www.familysearch.org/tree/person/details/GZBS-NCY] - 1906(Qld)-1982(Qld) - Licences: 4NW Brisbane (Nundah, 1926-1939) - Qualifications: cc; AOCP 306, 1926, No. 30 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Nundah, 1928-1937); warehouse assistant (Holland Park, 1943); manager (Wavell Heights, 1949); agent (Toowong, 1954-1958); manufacturer's agent (Kenmore, 1963); agent (Tennyson, 1968-1972); retired (The Gap, 1977; North Tamborine, 1980) ===''STARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Starr|Starr, Francis John]] [https://www.familysearch.org/tree/person/details/GZLN-LC4] - 1916(Qld)-1940(off Qld coast) - Licences: 4FS Stanthorpe (1937-1939) - Qualifications: cc; AOCP 1930, 1937, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 23 Squadron, Aircraftsman Class 1) - Electoral Rolls: baker (Stanthorpe, 1937) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1719163] ===''STEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey William Ashcroft Steane|Steane, Geoffrey William Ashcroft]] [https://www.familysearch.org/tree/person/details/GMCF-JWV] - 1905(Vic)-1957(Vic) - Licences: 3UX Melbourne (Mont Albert, 1923-1933); 3SX Melbourne (Mont Albert, 1923-1925) - Qualifications: cc; CPRT 775, 1923; 2COCP 330, 1931 -amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Mont Albert, Vic, 1931); engineer (Camberwell, Vic, 1937); radio engineer (Dee Why, NSW, 1949); television engineer (Double Bay, NSW, 1954); engineer (Camberwell, Vic, 1954) ===''STEELE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rowland Edward James Steele|Steele, Rowland Edward James]] [https://www.familysearch.org/tree/person/details/GDTC-2ZM] - 1904(Tas)-1987(Tas) - Licences: Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Hobart West, 1928); dairyman (West Hobart, 1937-1972) ===''STEPHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Goldsmith Stephen|Stephen, Percy Goldsmith]] [https://www.familysearch.org/tree/person/details/GD2J-HVR] - 1896(NSW)-1976(NSW) - Licences: 2ZB Sydney (Balmain, 1924-1925); 2PS Sydney (Balmain, 1926; Granville, 1927-1930; Lidcombe, 1931-1936; Croydon, 1937-1939; Five Dock, 1946-1958; Condell Park, 1960-1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical mechanic (Granville, 1930); electrician (Lakemba, 1930; Lidcombe, 1932-1936); electrical fitter (Five Dock, 1943-1958); fitter (Condell Park, 1968-1972) ===''STEPHENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Nelson Stephens|Stephens, Arthur Nelson]] [https://www.familysearch.org/tree/person/details/G941-3F1] - 1886(Eng)-1972(Qld) - Licences: 4CG Receive Brisbane (Clayfield, 1922); 4CG Brisbane (Clayfield, 1923-1925); Operator of 4AE - Qualifications: cc; Nil yet identified - coastal wireless operator; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: draughtsman (North Carlton, Vic, 1912-1914); engineer (Wireless Station, Pinkenba, 1915-1919; Clayfield, 1925-1928); hotel keeper (Palm Beach Hotel, Elanora, 1932-1934; Grand Hotel, Southport, 1936-1943); cafe proprietor (Southport, 1949); secretary (Main Beach, 1954-1958; Southport East, 1963-1968) * [[/Frank Richmond Stephens|Stephens, Frank Richmond]] [https://www.familysearch.org/tree/person/details/GXQ7-MLM] - 1897(Qld)-1977(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 452, 1919 - RANRS - Electoral Rolls: naval reservist (New Farm, 1921); farm hand (Wamuran, Qld, 1925); wireless operator (New Farm, 1925-1937); radio mechanic (New Farm, Qld, 1943); agent (New Farm, Qld, 1949); caretaker (Brisbane, 1954-1958); retired (Bowen Hills, 1963; Coolangatta, 1968-1972) * [[/Harry James Milne Stephens|Stephens, Harry James Milne]] [https://www.familysearch.org/tree/person/details/GXYC-KQH] - 1900(WA)-1982(WA) - Licences: 6ZZ Perth (South Perth, 1935-1939; Bassendean, 1947-1960; Eden Hill, 1965-1980+) - Qualifications: cc; AOCP 1530, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Albany, WA, 1925); railway employee (Katanning, WA, 1931-1936); storekeeper (Fremantle, WA, 1937); aircraftsman (Bassendean, WA, 1943-1963); railway employee (Eden Hill, WA, 1968-1972); retired (Bassendean, WA, 1977-1980) * [[/Thomas Stephens|Stephens, Thomas]] [https://www.familysearch.org/tree/person/details/GZ2B-35G] - 1912(Vic)-1944(Sct) - Licences: 3GO Melbourne (Essendon, 1931-1933) - qualifications: AOCP 489, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1944) - Electoral Rolls: bank clerk (Essendon, 1936-1942) - "Greater love hath no man" [https://aviationmuseumwa.org.au/afcraaf-roll/stephens-thomas-418036/] * [[/Thomas Blacket Stephens|Stephens, Thomas Blacket or Blackett]] [https://www.familysearch.org/tree/person/details/G9WG-Y5P] - 1902(Qld)-1999(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 309, 1926, No. 31 in Qld - amateur operator? - Electoral Rolls: articled law clerk (Annerley, 1925-1928); solicitor (Annerley, 1934; Fortitude Valley, 1936-1937; Clayfield, 1949-1968); retired (St Lucia, 1972-1980) ===''STEPHENSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Wilfred Stephenson|Stephenson, Charles Wilfred]] [https://www.familysearch.org/tree/person/details/93BK-M7F] - 1905(Qld)-1997(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother); 2BWQ Sydney (Blacktown, 1980+) - Qualifications: cc; AOCP 282, 1926, No. 25 in Qld - amateur operator; amateur broadcaster; radio clubs (Wooloowin RC, operator 4WN; WIAQ, operator 4AE); broadcast technician (4QG); business proprietor (cinema audio) - Relationships: brother of 4RG Harold John Stephenson - Electoral Rolls: public servant (Wooloowin, Qld, 1928-1929); electrical engineer (Pymble, NSW, 1932-1933); sound engineer (Capertee, NSW, 1936-1937); panel beater (Bourke, NSW, 1943); mechanic (Capertee, NSW, 1949-1954; Maroubra, NSW, 1958); autoelectrician (Blacktown, NSW, 1963-1977); retired (Blacktown, NSW, 1980) * [[/Harold John Stephenson|Stephenson, Harold John]] [https://www.familysearch.org/tree/person/details/93BK-9M3] - 1903(Qld)-1990(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother) - Qualifications: cc; AOCP 290, 1926, No. 27 in Qld - amateur operator; amateur broadcaster - Relationships: brother of 4RG/2BWQ Charles Wilfred Stephenson - Electoral Rolls: railway employee (Wooloowin, Qld, 1925-1943); sheet metal worker (Wooloowin, Qld, 1949); engineer (Wooloowin, Qld, 1954); aircraft mechanic (Maroubra, NSW, 1963-1980) ===''STEVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edgar F. Stevens|Stevens, Albert Edgar F. "Bert"]] [https://www.familysearch.org/tree/person/details/KH4H-N2D] - 1894(Vic)-1954(WA) - Licences: 6BN Perth (North Perth, 1924-1927; South Perth, 1930-1939); nominated licensee for W732 WIA WA (1922) - Qualifications: cc; AOCP 136, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geraldton, WA, 1916-1917); phone mechanic (North Perth, WA, 1925; South Perth, WA, 1931-1954) * [[/Frederick William Stevens|Stevens, Frederick William]] - 1898-19?? - 4SP Brisbane, amateur operator (PRTC 788, 1923, Marconi & Telefunken; 1COCP, 1930, Qld), Coastal wireless operator; first chief engineer 4QG, state public servant (4QG), pilot (Qantas), federal public servant (DCA) * [[/Robert Edward Stevens|Stevens, Robert Edward]] [https://www.familysearch.org/tree/person/details/GD1Z-ZMF] - 1908(Vic)-1994(Vic) - Licences: 7OJ Deloraine (1931-1933); 3OJ Melbourne (Burwood, 1937-1939, 1946-1980+) - Qualifications: cc; AOCP 817, 1931, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (Auburn, Vic, 1931; Burwood, 1937-1980) ===''STEWART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Barnett Stewart|Stewart, Alexander Barnett]] [https://www.familysearch.org/tree/person/details/GHBR-VND] - 1895(Sct)-1981(Qld) - Licences: 4DD Receive Brisbane (Hawthorne, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: jackeroo (Oondooroo, Qld, 1919); farmer (Palmwoods, Qld, 1921-1925); orderman (Hawthorne, Qld, 1928); truck driver (Eight Mile Plains, Qld, 1936-1937); foreman (Hawthorne, Qld, 1943-1980) * [[/Donald Richardson Stewart|Stewart, Donald Richardson]] [https://www.familysearch.org/tree/person/details/94CC-2MT] - 1902(Vic)-1993(Vic) - Licences: V739 Receive Lorne (1922); 3GS Receive Lorne (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: motor driver (Lorne, 1925-1954); guest house proprietor (Lorne, 1967-1968); proprietor (Lorne, 1972-1980) * [[/John Edgar Stewart|Stewart, John Edgar]] [https://www.familysearch.org/tree/person/details/GZD8-3JC] - 1884(NSW)-1957(NSW) - Licences: 2MR Newcastle (Mayfield, 1923-1929; Hamilton, 1930); 2MR Sydney (Chatswood, 1931); 4MR Brisbane (Nundah, 1933-1939, 1946-1948); 2MR Waratah (1954-1957) - Qualifications: cc; AOCP 43, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; Commonwealth Electoral Commission (Chief Electoral Officer) - Electoral Rolls: clerk (Arncliffe, 1913); District Returning Officer (Mayfield, 1930); Commonwealth Electoral Officer (Nundah, Qld, 1937-1949); retired (Waratah, 1954) * [[/Henry Stewart|Stewart, Henry]] [https://www.familysearch.org/tree/person/details/GXS7-R71] - 1896(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 234, 1916; 1COCP 318, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Comment: Several contemporaneous HSs - Electoral Rolls: Nil yet identified * [[/William Alfred Stewart|Stewart, William Alfred]] [https://www.familysearch.org/tree/person/details/GXBZ-4XJ] - 1910(WA)-2020(WA)109yo - Licences: 6ST Perth (West Leederville, 1937-1939) - Qualifications: cc; AOCP 1958, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Balkatta, WA, 1936; Leederville, WA, 1937); salesman (Wembley Park, WA, 1943; Leederville, WA, 1949); technician (Floreat Park, WA, 1954-1963; Wembley Park, WA, 1968; Floreat Park, WA, 1972-1980) - Links: [https://gerontology.fandom.com/wiki/William_Stewart Gerontology] ===''STIPEK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Stipek|Stipek, John "Jack"]] [https://www.familysearch.org/tree/person/details/GD5X-XL1] - 1898(NSW)-1974(Florida, USA) - Licences: 7BE Receive St Helens (1923); Receive St Helens (1923); 7BE St Helens (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMG telegraph messenger, left PMGD 1920; first to log KGO in Tas - Comment: beware two other John Stipek's concurrently in Tas, 1920s - Electoral Rolls: civil servant (St Helens, 1919); clerk (St Helens, 1922) ===''STITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Hugh Rankin Stitt|Stitt, Walter Hugh Rankin Jnr "Hughie"]] [https://www.familysearch.org/tree/person/details/GWBX-L5G] - 1908(NSW)-1972(NSW) - 2WH Forbes (1925-1969+), 2ARN Forster (1965-1969+), amateur operator (AOCP 196, 1925, No. ?? in NSW), amateur broadcaster, "brother-in-law" of Leslie Maclean Wilson 2LM, note his father also Walter Hugh Rankin Stitt and lived in same district ===''STOCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Daniel Alan John Stocks|Stocks, Daniel Alan John]] [https://www.familysearch.org/tree/person/details/GZN8-R5P] - 1897(Vic)-1933(Vic) - 3DJ Melbourne (Canterbury, 1925-1927; Surrey Hills, 1931), amateur operator (AOCP 144, 1925, No. ?? in Vic), amateur broadcaster, electrical engineer, gone too soon ===''STOCKTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Stockton|Stockton, Norman]] - 1904(WA)-1943(Germany) - 4NQ Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, military (WW2, press correspondent), journalist, "Greater love hath no man than this" ===''STOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allen Frederick Stow|Stow, Allen Frederick]] [https://www.familysearch.org/tree/person/details/G8WR-7GG] - 1910(Vic)-1966(Vic) - Licences: 3AS Melbourne (North Carlton,1928-1931; North Fitzroy, 1933-1939, 1946-1947; Northcote, 1948-1965); 3AFS Portable Melbourne (Northcote, 1948-1965) - Qualifications: AOCP 441, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army) - Electoral Rolls: engineer (Carlton North, 1931; Fitzroy North, 1934-1942) ===''STOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Alfred Stowe|Stowe, Harry Alfred]] [https://www.familysearch.org/tree/person/details/GWBJ-YTW] - 1892(NSW)-1977(NSW) - Licences: XAS Sydney (Drummoyne, 1911-1914); 2CX Receive Sydney (Chatswood, 1922-1923); 2CX Sydney (Chatswood, 1924-1929) - Qualifications: cc; AOCP 19, 1924, No. 9 in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, 1930-1958); retired (Frenchs Forest, 1968-1977) ===''STOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Bickley Stoyle|Stoyle, Jack Bickley]] [https://www.familysearch.org/tree/person/details/GM1Z-JWV] - 1881(India)-1966(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 91, 1915; 1COCP 55, 1930 - RANRS (Commissioned Telegraphist, terminated Nov 1920); AWA CRS - Electoral Rolls: wireless telegraphist (Rockhampton, 1917); radio station master (Darwin, 1922; Kilkenny, 1939-1943) ===''STRAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Michael Strafford|Strafford, John Michael]] [https://www.familysearch.org/tree/person/details/LZ2K-LBX] - 1900(SA)-1974(SA) - Licences: 5JS Adelaide (Stepney, 1936-1939; City, 1947-1965; Windsor Gardens, 1969-1975) - Qualifications: cc; AOCP 1710, 1936, SA; BOCP 514, 1943 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''STRATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Stephen Stratford|Stratford, Leo Stephen]] [https://www.familysearch.org/tree/person/details/GXHV-HRX] - 1915(Qld)-1999(Qld) - Licences: 4AE Goondiwindi (1936-1939); 4LS Goondiwindi (1947-1956) - Qualifications: cc; AOCP 1678, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Goondiwindi, Qld, 1936-1949); radio dealer (Goondiwindi, Qld, 1954-1958); electrician (Goondiwindi, Qld, 1968); refrigeration mechanic (Goondiwindi, Qld, 1980) ===''STREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Streamer nee Mackenzie, Florence Madeline "Madeline" - See Florence Madeline Mackenzie 4YL ===''STREET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frederick Street|Street, Reginald Frederick]] [https://www.familysearch.org/tree/person/details/GW5S-Z4L] - 1900(Tas)-1927(Tas) - Licences: 7BD Receive Hobart (1923); Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: draper's assistant (Hobart West, 1922) ===''STROHFELDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Strohfeldt|Strohfeldt or Strofeldt, Gilbert]] [https://www.familysearch.org/tree/person/details/LVWD-W9Z] - 1904(Qld)-1951(Qld) - Licences: 4GS Brisbane (Paddington, 1932-1939; Camp Hill, 1948-1956) - Qualifications: cc; AOCP 1041, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Comment: licensed for 5 years after passing - Electoral Rolls: postal assistant (Roma, 1926); telegraphist (Charleville, 1928-1930); Paddington, Qld, 1936-1937); assistant radio inspector (Camp Hill, Qld, 1943) ===''STUART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Stuart|Stuart, Francis John]] [https://www.familysearch.org/tree/person/details/GXSH-RPC] - 1895(SA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: naval officer (Hobart, Tas, 1919); telegraphist (Hobart, 1922; Oakleigh, Vic, 1928-1942); primary producer (Tarra Valley, Vic, 1949-1954) * [[/Michael Aloysius Horatio Stuart|Stuart, Michael Aloysius Horatio]] [https://www.familysearch.org/tree/person/details/GXLC-2D9] - 1891(Vic)-1953(Vic) - Licences: 3MH Melbourne (Moonee Ponds, 1927); 3MH Rockbank (1931-1937); 5MS Adelaide (Rosewater, 1938-1939) - Qualifications: cc; 2COCP 66, 1929; 1COCP 184, 1931; likely CRPT pre 1927 - amateur operator; amateur broadcaster; WW1 (UK Merchant Navy); WW2 - Electoral Rolls: mechanic (Moonee Ponds, Vic, 1925-1927); radio telegraphist (Beam Radio Station, Rockbank, Vic, 1928-1937; Geraldton, WA, 1943); radio technician (Footscray North, Vic, 1949) ===''STURDEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Ashton Hobart Sturdee|Sturdee, Vernon Ashton Hobart]] - 1890(Vic)-1966(Vic) - 4?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur radio club (member, WIQ) ===''SULLIVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sullivan|Sullivan, John]] [https://www.familysearch.org/tree/person/details/KLGD-VK6] - 1906(Vic)-1997(Vic) - 3SR Melbourne (Elsternwick, 1925-1926), 3SR Yallourn (1927), amateur operator (AOCP 206, 1925, No. ?? in Vic), amateur broadcaster, engineer (1927) ===''SUTHERLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan James Sutherland|Sutherland, Alan James]] [https://www.familysearch.org/tree/person/details/GXK6-94L] - 1916(SA)-1977(Qld) - Licences: 5XB Adelaide (Glenelg, 1935-1939, 1947-1948); 3AXB Melbourne (Balwyn, 1954-1965); 3KY Melbourne (Balwyn, 1969-1975) - Qualifications: cc; AOCP 1592, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Dunleath, SA, 1939-1941); public servant (Albert Park, Vic, 1949; Canterbury, Vic, 1954-1968; Balwyn, Vic, 1972-1977); retired (Scarness, Qld, 1977) * [[/George Bremner Sutherland|Sutherland or Clyne, George Bremner "Jock"]] [https://www.familysearch.org/tree/person/details/GZVF-KQC] - 1893(Sct)-1981(SA) - Licences: 6GB Perth (Mt Hawthorn, 1927) - Qualifications: cc; 1COCP 295, 1932 - amateur operator; amateur broadcaster; telegraphist (Navy, 1911), late 1920s assistant chief engineer 6WF (to Wally Coxon) - Electoral Rolls: DCA (aeradio operator, from 1941); radio operator (Kalgoorlie, 1949); retired (North Perth, 1958) ===''SUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Sutton|Sutton, Arthur Ernest]] [https://www.familysearch.org/tree/person/details/GMFM-Z34] - 1882(Vic)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (early 1910s); utilised Henry Sutton's experimental licence - Relationships: son of XLM Henry Sutton - Electoral Rolls: music seller (Malvern, 1909-1913; Hawthorn, 1914-1915); engineer (Kew, 1922-1925); traveller (Camberwell, 1927); mechanic (Brunswick, 1928) * [[/Henry Sutton|Sutton, Henry]] [https://www.familysearch.org/tree/person/details/LD19-T7V] - 1855(Vic)-1912(Vic) - Licences: XLM Melbourne (Malvern, 1910-1912) - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed from 1890s); numerous inventions, Australia's first wireless telephony experimenter (1906); invented several new types of telephones; early television experiments - Relationships: father of Arthur Ernest Sutton - Links: [https://adb.anu.edu.au/biography/sutton-henry-4675 ADB] - Electoral Rolls: Nil yet identified * [[/Joseph William Sutton Jnr|Sutton, Joseph William Jnr]] [https://www.familysearch.org/tree/person/details/LHKF-HCJ] - 1874(Qld)-1941(Qld) - Licences: 4CP Receive Brisbane (City, 1923); 4EI Brisbane (City, 1923-1925) (In the name of the State Engineer) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club (WIQ, foundation member; QWI); electrical engineer; senior federal public servant (PMGD, State Engineer) - Relationships: son of Joseph William Sutton Snr - Electoral Rolls: electric engineer (Teneriffe, 1903); engineer (Teneriffe, 1908-1909); assistant (GPO, 1912-1919); electrical engineer (New Farm, 1921-1936); retired (Ascot, 1937) * [[/Joseph William Sutton Snr|Sutton, Joseph William Snr]] [https://www.familysearch.org/tree/person/details/LHKF-W6T] - 1844(Eng)-1914(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - club (Royal Society Qld, president) - Relationships: father of Joseph William Sutton Jnr - Links: [[w:Joseph William Sutton|Wikipedia]] - Electoral Rolls: engineer (Teneriffe, 1908-1909) ===''SWABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Max J. Swaby|Swaby, Max J.]] - 19??(???)-19??(???) - 4DA Dalby (-1948+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''SWAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lionel Tamsett Swain|Swain, Lionel Tamsett]] [https://www.familysearch.org/tree/person/details/KL1J-TGY] - 1902(NSW)-1985(NSW) - Licences: 2CS Receive Newcastle (Hamilton, 1922); 2CS Newcastle (Hamilton, 1923-1927; Waratah, 1928-1939, 1946-1950; Charlestown, 1954-1961; Bolton Point, 1965-1980) - Qualifications: cc; AOCP 108, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Withdrawal: when 2CS Coffs Harbour commenced in early 1980s, policy had changed as to withdrawal of similar amateur callsigns - Electoral Rolls: draftsman (Waratah, 1930-1954); engineer (Charlestown, 1958-1963); retired (Bolton Point, 1968-1980) ===''SWEENEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Moss Sweeney|Sweeney, Walter Moss]] [https://www.familysearch.org/tree/person/details/LNZ7-YRD] - 1887(Eng)-1964(Vic) - Licences: 3WS Melbourne (East Melbourne, 1924-1925; Elwood, 1925-1931; St Kilda, 1933-1939) - Qualifications: cc; CPRT 204, 1916 - coastal wireless operator; RANRS (commissioned telegraphist, 1917); amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless engineer (Subiaco, 1916-1917); no occupation (Melbourne, 1919); wireless engineer (East Melbourne, 1921-1924); engineer (Elsternwick, 1925-1928); director (St Kilda, 1931-1963) ===''SWINBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank Charles Richard Swinburne|Swinburne, Frank Charles Richard]] [https://www.familysearch.org/tree/person/details/GDML-S1J] - 1901(Qld)-1948(NSW) - Licences: 2AT Receive Sydney (Manly, 1922-1923); 2AT Sydney (Manly, 1924-1926) - Qualifications: cc; CPRT 557, 1920 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Manly, NSW, 1937; North Sydney, 1943)) ===''SWINDELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Willie Swindells|Swindells, Willie]] [https://www.familysearch.org/tree/person/details/L812-BTK] - 1890(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: electrician (Richmond, Vic, 1913-1914; Parkdale, Vic, 1925-1926); engineer (Geelong, 1927; Darlinghurst, NSW, 1931-1933); electrical engineer (Brunswick, Vic, 1934) ===''SYMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathaniel Joseph Leo Symonds|Symonds, Nathaniel Joseph Leo "Leo"]] [https://www.familysearch.org/tree/person/details/KJZ3-3QH] - 1908(WA)-2005(WA) - Licences: 6LS Perth (Cottesloe Beach, 1925-1930; Bicton, 1947-1948); 6LX Perth (Kalamunda, 1965-1980+) - Qualifications: cc; AOCP 207, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: tailor (Cottesloe, 1931-1943); radio operator (Fremantle, 1949-1954); radio technician (Kalamunda, 1958-1980) ===''SYMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Lindsay Gordon Symons|Symons, John Lindsay Gordon]] [https://www.familysearch.org/tree/person/details/KZZ5-Q42] - 1913(Vic)-1964(Vic) - Licences: 3JT Melbourne (Malvern, 1930-1939; East Hawthorn, 1946-1947; Burwood, 1948; South Melbourne, 1954-1956; Mt Waverley, 1960) - Qualifications: AOCP 662, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Malvern, 1934-1943; Glen Iris, 1949); hotelkeeper (Malvern, 1954); engineer (Syndal, 1963) =='''T'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''TAPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Ernest Tapp|Tapp, Charles Ernest or Edward]] [https://www.familysearch.org/tree/person/details/GX7P-BXV] - 1894(NSW)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 82, 1915 - RANRS (commissioned telegraphist, 1917); WW1 - Electoral Rolls: OIC Wireless Station (Thursday Island, Qld, 1915; South Yarra, Vic, 1917-1919); electrical engineer (Mosman, NSW, 1930); engineer (Brighton, Vic, 1942); manager (Vaucluse, NSW, 1943) ===''TAPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Tapper|Tapper, John Robert]] [https://www.familysearch.org/tree/person/details/G8ZX-4T6] - 1910(WA)-1992(WA) - Licences: 6RJ Perth (Claremont, 1929-1939); 6RJ Onslow (1946-1947); 6RJ Perth (Claremont, 1948-1960); 2AO Wagga Wagga (1969-1980+) - Qualifications: cc; AOCP 538, 1929, No. ?? in WA; 1COCP 218, 1931; TVOCP 324, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Claremont, 1931-1943); operator (Claremont, 1949-1963); radio inspector (Wagga Wagga, 1968-1980) ===''TARBOTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Augustus Tarbotton|Tarbotton, Harry Augustus]] [https://www.familysearch.org/tree/person/details/GF93-87K] - 1902(Eng)-1961(WA) - Licences: 6HT Albany (1936-1939, 1947-1960) - Qualifications: cc; AOCP 1672, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: motor driver (Albany, WA, 1925-1931); motor mechanic (Albany, WA, 1936-1954); radio service (Albany, WA, 1958) ===''TARLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred William Tarling|Tarling, Alfred William]] [https://www.familysearch.org/tree/person/details/LVH9-4RZ] - 1900(Eng)-1953(Qld) - Licences: 4TW Townsville (1937-1939, 1946-1948) - Qualifications: cc; (likely qualification ca 1920, British Merchant Navy; 1COCP 679, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Coolbie, Ingham, Qld, 1930); wireless operator (Pimlico, Qld, 1931-1932); labourer (West End, Qld, 1936-1937); radio engineer (Townsville, Qld, 1943-1949) ===''TARRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Albert Tarrant|Tarrant, Ernest Albert Jnr]] [https://www.familysearch.org/tree/person/details/L8SB-Z68] - 1898(NSW)-1956(NSW) - Licences: 2AK Receive Narrabri (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Eulah Creek, 1930; Narrabri, 1943) * [[/William Francis Tarrant|Tarrant, William Francis "Frank"]] [https://www.familysearch.org/tree/person/details/GD5M-6JT] - 1914(NSW)-1998(NSW) - Licences: 2UF Newcastle (Cooks Hill, 1932-1958) - Qualifications: cc; AOCP 1054, 1932, NSW - amateur operator; amateur broadcaster - Electoral Rolls: ironworker (Newcastle, 1930-1949) ===''TATHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Edward Tatham|Tatham, Sydney Ernest Edward]] [https://www.familysearch.org/tree/person/details/GDQT-52W] - 1896(Eng)-1973(Vic) - Licences: 2ST Sydney (Neutral Bay, 1923-1925; City, 1926-1928; Darling Point, 1929-1933; City, 1933-1939) - Qualifications: cc; CPRT 33, 1915; 1COCP 406, 1940 - amateur operator; amateur broadcaster; journalist (editor, Sea, Land and Air, 1922); WW2 - Electoral Rolls: instructor (St Kilda, 1919; South Yarra, 1919); merchant (Darling Point, 1930-1933; City, 1934-1937; Albert Park, Vic, 1949; Camberwell, 1954); director (Balwyn, 1958-1972) ===''TAYLOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert William Taylor|Taylor, Albert William]] [https://www.familysearch.org/tree/person/details/GX56-JGX] - 1910(NSW)-1980(SA) - Licences: 5AT Port Pirie (1934-1937); 5AT Adelaide (Solomontown, 1938-1939; Edwardstown, 1947-1980+) - Qualifications: cc; AOCP 1276, 1934, SA; BOCP 286, 1940; TVOCP 461, 1962 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Marleston, SA, 1941; Edwardstown, SA, 1943) * [[/B. A. Taylor|Taylor, B. A.]] - 19??(???)-19??(???) - Licences: 4DF Receive Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Donald Gordon Taylor|Taylor, Donald Gordon "Don"]] [https://www.familysearch.org/tree/person/details/GZB4-N31] - 1907(SA)-1985(SA) - Licences: Receive Adelaide (Forestville, 1923-1924); 5DX Adelaide (Forestville, 1926-1937; Black Forest, 1938-1939, 1946-1980+) - Qualifications: cc; AOCP 307, 1926, No. ?? in SA; AOLCP 25, 1930 - amateur operator; amateur broadcaster; WW2 - Comment: another DGT served in WW2 & died on active service 1943 in NT - Electoral Rolls: wireless mechanic (Goodwood, 1939; Black Forest, 1941-1943) * [[/Florence Mary Parsons|Taylor nee Parsons, Florence Mary]] [https://www.familysearch.org/tree/person/details/LZX2-FZB] - 1879(Eng)-1969(NSW) - Licences: Nil - Qualifications: Nil - publisher - Electoral Rolls: managing director (Sydney, 1936); journalist (Vaucluse, 1954); editor (Darlinghurst, 1958; Potts Point, 1963) - Relationships: wife of George Augustine Taylor - [https://adb.anu.edu.au/biography/taylor-florence-mary-8754 ADB] * [[/George Augustine Taylor|Taylor, George Augustine]] [https://www.familysearch.org/tree/person/details/GZB4-JG7] - 1872(NSW)-1928(NSW) - Licences: Nil (always operated under military or other amateur licences) - Qualifications: Nil - early wireless experimenter, amateur operator, founder WIA NSW, founder Association for Development of Wireless in Australasia - Electoral Rolls: Nil - gone too soon - [https://adb.anu.edu.au/biography/taylor-george-augustine-8756 ADB] * [[/Henry Arthur Taylor|Taylor, Henry Arthur]] [https://www.familysearch.org/tree/person/details/GF77-443] - 1907(Eng)-1996(WA) - Licences: 6AT Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1042, 1932, WA; AOLCP 216, 1935 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: joiner (Victoria Park, WA, 1931-1934); radio engineer (6KG, Parkeston, WA, 1937-1943; Nedlands, WA, 1954-1963); retired (South Perth, WA, 1977-1980) * [[/Leslie Harry Taylor|Taylor, Leslie Harry]] [https://www.familysearch.org/tree/person/details/G841-CD4] - 1898(Eng)-1978(NSW) - Licences: 2CL Sydney (Ashfield, 1936-1939, 1946-1969) - Qualifications: AOCP 1723, 1936, NSW - amateur operator, amateur broadcaster - Electoral Rolls: manager (Leichhardt, 1930-1933; Ashfield, 1935-1968); retired (Ashfield, 1977) ===''TEECE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Auburn Selwyn Teece|Teece, Cecil Auburn Selwyn]] [https://www.familysearch.org/tree/person/details/2Z37-JSS] - 1885(NSW)-1970(ACT) - Licences: V733 Receive Melbourne (Toorak, 1922); 3GO Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (East Melbourne, 1909); examiner (Kew, 1910); civil servant (Kew, 1912; Hawthorn, 1914-1917); examiner of patents (Box Hill, 1919); civil servant (Toorak, 1922; Sandringham, 1924; St Kilda, 1928; East Melbourne, 1931; Reid, ACT, 1935-1937; Barton, 1943); public servant (Barton, 1949-1954); retired (Braddon, 1958-1968) ===''TEMPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Lander Templeton|Templeton, Gordon Lander]] [https://www.familysearch.org/tree/person/details/G8F2-VLH] - 1909(Vic)-1945(Vic) - Licences: 3OW Coleraine (1930-1939) - Qualifications: AOCP 631, 1930, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer) - Electoral Rolls: farm labourer (Tahara Bridge, 1931-1937) - Relationships: cousin of 3HG Neil Murray Templeton - "Greater love hath no man" * [[/Neil Murray Templeton|Templeton, Neil Murray]] [https://www.familysearch.org/tree/person/details/L6SD-RDT] - 1911(Vic)-1965(Vic) - Licences: 3HG Coleraine (1930-1939, 1946-1960) - Qualifications: AOCP 632, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Tahara Bridge, 1934-1937); RAAF (Canterbury, 1943); grazier (Tahara Bridge, 1949-1963) - Relationships: cousin of 3OW Gordon Lander Templeton ===''THEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Milton Theel|Theel, Kenneth Milton]] [https://www.familysearch.org/tree/person/details/LD1Z-1Z9] - 1908(SA)-1956(SA) - Licences: 5CT Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923); 5QP Adelaide (St Peters, 1927-1933; Clarence Park, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 322, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: ledger keeper (Reade Park Gardens, SA, 1941-1943) ===''THOMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Kirk Raleigh Thomas|Thomas, Henry Kirk Raleigh]] [https://www.familysearch.org/tree/person/details/GWX4-8LL] - 1902(NSW)-19??(???) - 2HT Sydney (Mosman, 1924; Neutral Bay, 1925-1933; Cremorne, 1933-1934; Mosman, 1935-1939), amateur operator (AOCP 1, 1924, No. 1 in NSW and Australia), amateur broadcaster, broadcast engineer (2GB, assistant engineer, 1946) * [[/Herbert Thomas|Thomas, Herbert]] - 19??(???)-19??(???) - Licences: 6DY Perth (CBD, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, salesman (Harris Scarfe, 1924) - Electoral Rolls: Nil yet identified - Comment: several contemporaneous HTs * [[/Ivor Thomas|Thomas, Ivor]] [https://www.familysearch.org/tree/person/details/G8HB-Q3G] - 1897(SA)-1965(SA) - Licences: 5IT Adelaide (Mitcham, 1929-1960) - Qualifications: cc; AOCP 496, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: warehouseman (Kingswood Park, 1939-1943) * [[/Josiah Thomas|Thomas, Josiah]] [https://www.familysearch.org/tree/person/details/LYSY-Y24] - 1863(Eng)-1933(NSW) - establishment radio station (2CH), state politician (NSW, MLA, 1890s), senior federal politician (MHR, Postmaster-General 1908-1909, 1910-1911) - Electoral Rolls: * [[/Roland Henry Thomas|Thomas, Roland Henry]] [https://www.familysearch.org/tree/person/details/GXHG-7Z4] - 1911(Qld)-1994(Qld) - Licences: 4LR Brisbane (Bulimba, 1932-1939) - Qualifications: cc; AOCP 1058, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Bulimba, 1934); radio technician (Bulimba, Qld, 1937-1972); proprietor (Manly West, Qld, 1977-1980) * [[/Roy Valentine Thomas|Thomas, Roy Valentine]] [https://www.familysearch.org/tree/person/details/GZ6H-7WG] - 1907(NSW)-1958(NSW) - 2TK Sydney (Erskinville, 1925), 2RV Sydney (Bondi North, 1927-1930), 2TK Sydney (South Hurstville, 1947-1958), amateur operator (AOCP 62, 19??, No. ?? in NSW), amateur broadcaster ===''THOMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Thompson|Thompson, F.]] - 19??(???)-19??(???) - Licences: 2HF Receive Sydney (East Balmain, 1922-1923); 2HF Sydney (Balmain, 1924-1927) - Qualifications: cc; AOCP 47, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: several contemporaneous F. Thompson * [[/Geoffrey George Thompson|Thompson, Geoffrey George]] [https://www.familysearch.org/tree/person/details/G8SP-DDD] - 1911(Vic)-2000(Vic) - Licences: 3GT Melbourne (Thornbury, 1928-1939) - Qualifications: AOCP 388, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Thornbury, 1934-1937; North Melbourne, 1949); cameraman (Hawthorn, 1954-1980) * [[/Leonard Neville Weston Fane Thompson|Thompson, Leonard Neville Weston Fane]] [https://www.familysearch.org/tree/person/details/LJKN-FJV] - 1899(NSW)-1960(Vic) - Licences: 3LT Melbourne (Mitcham, 1931; Chelsea, 1933; Carrum, 1937-1939; Bonbeach, 1946-1960) - Qualifications: AOCP 762, 1931, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: railway employee (Glenferrie, 1925; Mitcham, 1931; Chelsea, 1934; Carrum, 1936-1954) * [[/Stanley Gordon Thompson|Thompson, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/GXLZ-S21] - 1906(NSW)-1975(Vic) - Licences: 3AZ Melbourne (North Brighton, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: expert (Brighton, Vic, 1931); mechanic (Brighton, Vic, 1936); sales (Shepparton, Vic, 1963-1972) ===''THOMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Thomson|Thomson, Arthur William]] [https://www.familysearch.org/tree/person/details/GZND-ZPF] - 1907(Vic)-1995(Vic) - 3AT Sunshine (1925), amateur operator (AOCP 145, 1925, No. ?? in Vic) * [[/G. L. Thomson|Thomson, G. L.]] - 19??(???)-19??(???) - 2GT Sydney (Waverley, 1924-1925), amateur operator (AOCP 3, 1924, No. 2 in NSW), amateur broadcaster, operator of 2BV Waverley Radio Club ===''THORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Thorley|Thorley, Roy "John"]] [https://www.familysearch.org/tree/person/details/GDR2-8GW] - 1912(Qld)-1966(Qld) - Licences: 4RT Brisbane (South Brisbane, 1936-1937; Annerley, 1938-1939; Holland Park, 1946-1956) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (WIAQ, president); business proprietor (mechanical engineering) - Comment: killed in automobile accident - Electoral Rolls: clerk (Annerley, Qld, 1937); engineer (Holland Park, Qld, 1949-1963); contractor (Charters Towers, Qld, 1963) ===''THURSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wyngate Thurstan|Thurstan, Arthur Wyngate]] [https://www.familysearch.org/tree/person/details/LVFV-XSS] - 1907(Eng)-1976(NSW) - 2AV Sydney (Penshurst, 1924-1939; Beverley Hills, 1946-1975), amateur operator (AOCP 38, 1924, No. ?? in NSW), amateur broadcaster, WW2, Lempriere & Co (metallurgist; Chief Chemist, 1937) ===''THRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Thring|Thring, Francis William]] [https://www.familysearch.org/tree/person/details/9XFG-ZY6] - 1882(NSW)-1936(Vic) - Film producer, founder 3XY Melbourne - Links: [[w:F. W. Thring|Wikipedia]] ===''THROSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Ledsam Throssell|Throssell or Throssel, Lancelot Ledsam]] [https://www.familysearch.org/tree/person/details/KHFL-59C] - 1902(WA)-1980(WA) - Licences: 6LT Northam (1926-1927) - Qualifications: cc; AOCP 248, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Northam, 1925-1931); civil servant (Northam, 1936-1937); clerk (Bruce Rock, 1943); bank officer (Kojonup, 1954; Innaloo, 1963-1972); retired (Osborne Park, 1980) ===''THUGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thuge|Thuge, Norman]] [https://www.familysearch.org/tree/person/details/GXDL-F55] - 1917(Qld)-1973(NSW) - Licences: 4NC Gladstone (1936-1937); 4NO Gladstone (1938-1939); 4NO Brisbane (Hendra, 1947); 2ANO Sydney (Stanmore, 1948-1950; Arncliffe, 1954-1956) - Qualifications: cc; AOCP 1622, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Charters Towers, Qld, 1943); bank officer (Petersham, NSW, 1949; Arncliffe, NSW, 1954-1958); retired (Burwood, NSW, 1972) ===''THYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Joseph Thynne|Thynne, Andrew Joseph]] [https://www.familysearch.org/tree/person/details/KP3H-T8K] - 1847(Irl)-1927(Qld) - military (Qld Defence Force, 1867, eventually Lieutenant-Colonel), profession (solicitor, Qld, 1873-1882), state politician (Qld MLC, Minister for Justice and Attorney General; Qld Postmaster-General, 1894-1897) ===''TILBROOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clem David Lloyd Tilbrook|Tilbrook, Clem David Lloyd]] [https://www.familysearch.org/tree/person/details/GXP4-4PQ] - 1912(SA)-2004(SA) - Licences: 5GL Adelaide (Brighton, 1933-1937; Camden, 1938-1939; Colonel Light Gardens, 1947-1965; Daw Park, 1969-1980+) - Qualifications: cc; AOCP 1210, 1933, SA; 2COCP 381, 1940; 1COCP 468, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Camden, SA, 1939-1943) ===''TILNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Edward Tilney|Tilney, Leslie Edward]] [https://www.familysearch.org/tree/person/details/MPDS-4PK] - 1870(NSW)-1937(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 13, 1914 - early wireless experimenter (army); coastal wireless officer, WW1 - Electoral Rolls: officer-in-charge (Wireless Station, Applecross, 1916-1917); soldier (Claremont, 1917); commissioner (Caulfield, 1924-1931); civil servant (Malvern, 1933-1936) - TroveTag: "Leslie Edward Tilney" (400+ tags) - Links: [https://www.anzac-biographies.com/2021/06/05/tilney-lieutenant-colonel-leslie-edward-dso-mid-vd/ Bio] ===''TILSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Howard Tilse|Tilse, Arthur Howarde "Howard"]] [https://www.familysearch.org/tree/person/details/LTK5-CS8] - 1911(Qld)-1973(Qld) - Licences: 4WO Brisbane (Yeronga, 1931-1939; South Brisbane, 1946-1948; Yeronga, 1954-1970) - Qualifications: cc; AOCP 725, 1931, No. ?? in Qld; 2COCP 155, 1938 - amateur operator; amateur broadcaster; military (WW2, Army Signals, RAAF); art dealer - Electoral Rolls: radiotrician (Yeronga, 1934-1937); RAAF wireless operator (West End, Townsville, 1943); radio operator (South Brisbane, 1949); art dealer (Yeronga, 1954-1972) ===''TIMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Robert Timmins|Timmins, Alan Robert]] - broadcast engineer (PMGD, P&TD, DoC, DoTaC, ABA), senior federal public servant (PMGD, P&TD, DoC, DoTaC, ABA) ===''TIPPING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Tipping|Tipping, Edward Charles]] - 19??(???)-1968(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), radio clubs (WIQ, member, 1912), federal public servant (PMGD, clerk/accountant), military (Captain, Royal Engineers) ===''TIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. G. Tiver|Tiver, R. G.]] - 19??(???)-19??(???) - Licences: Receive Tanunda (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TODD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hugh Todd|Todd, Alan Hugh]] [https://www.familysearch.org/tree/person/details/GXDD-7SG] - 1919(Qld)-1978(Qld) - Licences: 4HT Brisbane (Ashgrove, 1936-1937; Newmarket, 1938-1939, 1947-1948; Red Hill, 1954-1975) - Qualifications: cc; AOCP 1639, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical mechanic (Newmarket, Qld, 1943-1949); teacher (Kelvin Grove, Qld, 1954-1977) * [[/Charles Todd|Todd, Charles]] [https://www.familysearch.org/tree/person/details/LC3X-PJ6] - 1826(Eng)-1910(SA) - senior state public servant (Government Electrician, Postmaster-General SA) - Links: [[w:Charles Todd (pioneer)|Wikipedia]] [https://adb.anu.edu.au/biography/todd-sir-charles-4727 ADB] * [[/Lionel Victor Glen Todd|Todd, Lionel Victor Glen]] [https://www.familysearch.org/tree/person/details/L5CG-Z68] - 1896(NSW)-1970(NSW) - Licences: 2CR Tamworth (1922-1935); 2LS Tamworth (1936-1938); 2LS Denistone (1939); 2LS Sydney (West Ryde, 1957-1965; Denistone, 1969) - Qualifications: cc; AOCP 132, 1925, No. ?? in NSW; 1COCP 282, 1939 - amateur operator; amateur broadcaster - Withdrawal: 2CR callsign withdrawn by PMG in 1935 for 2CR Orange (Blayney) ABC - Electoral Rolls: telephone mechanic (West Tamworth, 1932-1937); assistant radio inspector (Eastwood, 1943-1968) * [[/Milton Buchanan Todd|Todd, Milton Buchanan]] [https://www.familysearch.org/tree/person/details/GXSX-NQT] - 1892(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 63, 1915; 1COCP 81, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: engineer operator (Thursday Island, 1916); radio telegraphist (Maroubra, 1930-1935); officer (Lewisham, 1936-1937); radio telegraphist (Townsville, 1937; Croydon, NSW, 1943; Townsville, 1949); senior radio officer (Townsville, 1954); radio officer (Kensington, NSW, 1958); retired (Blaxland, 1958) * [[/Tom Arthur Todd|Todd, Tom Arthur]] [https://www.familysearch.org/tree/person/details/GD9C-7P5] - 1906(NSW)-1977(NSW) - Licences: 2OT Receive Sydney (Eastwood, 1923); 2TT Sydney (Eastwood, 1935-1939, 1946-1957) - Qualifications: cc; CPRT 984, 1928; 2COCP 50, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Eastwood, 1930-1937); radio mechanic (Eastwood, 1943-1977) ===''TONGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edward Tonge|Tonge, Arthur Edward]] [https://www.familysearch.org/tree/person/details/GX4S-MNM] - 1895(Eng)-1954(Qld) - Licences: 4AR Brisbane (Taringa, 1933; Indooroopilly, 1937-1939) - Qualifications: cc; AOCP 1149, 1933, No. ?? in Qld; 2COCP 54, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Darra, 1931; Indooroopilly, 1936-1937); mechanic (Milton, 1943-1949); process worker (Indooroopilly, 1954) ===''TONGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Melville Tongs|Tongs, Lawrence or Laurence Melville]] [https://www.familysearch.org/tree/person/details/LR9L-Y7N] - 1899(Tas)-1989(Vic) - Licences: 7BU Receive North Motton (1923); Receive North Motton (1923); 2ADB Finley (1937-1939); 7LT Devonport (1960-1969); 3ALV Melbourne (Parkville, 1975) - Qualifications: cc; CPRT 687, 1922; 2COCP 421, 1941 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: farmer (Finley, 1930-1935); radio dealer (1936-1949); farmer (Dandenong, 1954); radio technician (Devonport, 1972); retired (Parkville, 1977-1980) ===''TONKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Maxwell Tonkin|Tonkin, Arthur Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KLL6-HT9] - 1915(WA)-1998(SA) - Licences: 6MZ Katanning (1935-1939); 5MZ Adelaide (Salisbury, 1948); 5TI Clare (1975); 5MZ Clare (1980+) - Qualifications: cc; AOCP 1525, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937) * [[/Stanley Gordon Tonkin|Tonkin, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/L1DQ-2R1] - 1910(SA)-1992(SA) - Licences: 2SG Albury (1929-1931); 2SG Sydney (Double Bay, 1933; Waverley, 1933-1936; Lane Cove, 1937); 2SG Goonellabah (1938-1939); 2SG Sydney (Epping, 1946-1955); 5SG Adelaide (Hampstead Gardens, 1956; Manningham, 1969; Glenunga, 1975-1980+) - Qualifications: AOCP 520, 1929, No. ?? in NSW; AOLCP 57, 1931; 2COCP 391, 1940; 1COCP 493, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Woolwich, 1932); engineer (Edgecliff, 1933); mechanic (Waverley, 1934); radio engineer (Newtown, 1934-1935; Artarmon, 1936; Goonellabah, 1937; Eastwood, 1943); radio technician (West Epping, 1949-1954) ===''TORMEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Tormey|Tormey, Edward Arthur]] [https://www.familysearch.org/tree/person/details/G8VV-85X] - 1902(NSW)-1993(ACT) - Licences: 2ET Canberra (City, 1930-1934; Ainslie, 1935-1939, 1946-1955); 1ET Canberra (Ainslie, 1956-1980+) - Qualifications: AOCP 687, 1930, No. ?? in ACT - amateur operator, amateur broadcaster - Electoral Rolls: chauffeur (Braddon, 1928-1930; Ainslie, 1935); bus driver (Ainslie, 1937); car driver (Ainslie, 1943-1980) ===''TRAEGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Hermann Traeger|Traeger, Alfred Hermann or Herman]] [https://www.familysearch.org/tree/person/details/KCNJ-LRP] - 1895(Vic)-1980(SA) - Licences: 5AX Adelaide (Kensington Gardens, 1926-1931; Corryton, 1933-1937; Marratville, 1938-1939) - Qualifications: cc; AOCP 293, 1926, No. ?? in SA - amateur operator; amateur broadcaster; inventor (with 5BG) of the pedal wireless for the RFDS - Electoral Rolls: radio engineer (Cloncurry, 1930-1932); wireless engineer (Leabrook, SA, 1939-1943) - Links: [https://adb.anu.edu.au/biography/traeger-alfred-hermann-8839 ADB] ===''TRAYNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Byron Traynor|Traynor, Philip Byron]] [https://www.familysearch.org/tree/person/details/GZLR-LCT] - 1900(SA)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; AOCP 224, 1925, No. ?? in SA; 1COCP 353, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Mile End, 1939); federal public servant (Glandore, 1941); inspector (Torrens Park, 1943) ===''TREBILCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Eric William Trebilcock|Trebilcock, Eric William]] - 1911(???)-1989(SA) - BERS195 (1933+), amateur listener ===''TREDREA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frederick Aloysius Trevithick Tredrea|Tredrea, Frederick Aloysius Trevithick]] [https://www.familysearch.org/tree/person/details/MC1W-M7C] - 1900(WA)-1958(WA) - Licences: 6FT Perth (Mt Hawthorn, 1929-1931; South Perth, 1933); 6FT Northam (1937); 6FT Perth (South Perth, 1938-1939, 1946-1956) - Qualifications: cc; AOCP 512, 1929, No. ?? in WA; AOLCP 156, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (North Perth, 1925); radio operator (Northam, 1936); broadcast engineer (South Perth, 1937-1958) ===''TREGEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/W. S. Tregear|Tregear, W. S.]] - 19??(???)-19??(???) - 3TR Melbourne (Hawthorn 192x), 3TX Melbourne (Hawthorn, 1930+), amateur operator (AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, 3TR callsign withdrawn by PMGD to prevent confusion with 3TR Sale Class B station ===''TREHARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elgar Dennis Llewellyn Treharne|Treharne, Elgar Dennis Llewellyn]] [https://www.familysearch.org/tree/person/details/GWC7-X9R] - 1914(NSW)-1997(SA) - 2AFQ Sydney, 5?? Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW), son of Fred 2BM/5QT and brother of Ross 2IQ/5?? * [[/Herbert Fredrind Treharne|Treharne, Herbert Fredrind "Fred"]] [https://www.familysearch.org/tree/person/details/K2F8-6ZN] - 1883(NSW)-1968(SA) - 2BM Sydney, 5QT Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW, age 60), father of Ross 2IQ/5?? and Elgar 2AFQ/5?? * [[/Ross Fredrind Treharne|Treharne, Ross Fredrind]] [https://www.familysearch.org/tree/person/details/GWC7-DJD] - 1919(NSW)-1982(SA) - 2IQ Sydney, 5?? Adelaide, amateur operator (AOCP 1513, 1935, No. ?? in NSW), son of Fred 2BM/5QT and brother of Elgar 2AFQ/5?? ===''TRELIVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Benjamin Victor Treliving|Treliving, Dudley Benjamin Victor]] [https://www.familysearch.org/tree/person/details/L2D7-B6C] - 1907(SA)-1993(SA) - Licences: Receive Adelaide (Dulwich, 1923); 6DT Perth (Nedlands, 1932-1933) - Qualifications: cc; AOCP 992, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Cottesloe, WA, 1936-1937); engineer (Cottesloe, WA, 1943) ===''TRELOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Treloar|Treloar, James]] [https://www.familysearch.org/tree/person/details/GFMJ-379] - 1906(WA)-1983(WA) - Licences: 6JT Perth (Beaconsfield, 1931-1933; Melville, 1937; Beaconsfield, 1938-1939) - Qualifications: cc; AOCP 790, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: clerk (South Fremantle, WA, 1931-1943); tally clerk (Bicton, WA, 1949-1980) ===''TRESSIDDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Laurence Tresidder|Tresidder, William Laurence or Lawrence]] [https://www.familysearch.org/tree/person/details/G8PT-SQ7] - 1904(WA)-1985(Vic) - Licences: 3WT Bendigo (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio dealer (Bendigo, 1927-1942); radio (Kangaroo Flat, 1949-1954); radio engineer (Bendigo, 1963-1980) ===''TREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Stanley Trew|Trew, Richard Stanley]] [https://www.familysearch.org/tree/person/details/KCB6-GW4] - 1902(WA)-1968(WA) - Licences: 6RS Harvey (1933-1937); 6RS Perth (Mt Hawthorne, 1938-1939); 6RP Perth (Mt Hawthorne, 1947-1965) - Qualifications: cc; AOCP 1189, 1933, WA; 2COCP 382, 1940; 1COCP 1941 - amateur operator; amateur broadcaster - Electoral Rolls: assistant postal department (York, WA, 1925); postal assistant (York, WA, 1926); postal employee (Harvey, WA, 1931-1937); postal clerk (Leederville, WA, 1937-1943); PMG (Mt Hawthorn, WA, 1949); radio monitor (Joondanna Heights, WA, 1954-1958) ===''TRIM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Trim|Trim, Sydney (Electoral Rolls) or Sidney (BDM)]] [https://www.familysearch.org/tree/person/details/KL7D-NLM] - 1880(Vic)-1960(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 179; 2COCP 178, 1930; 1COCP 105, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: engineer (Subiaco, WA, 1913; West Perth, WA, 1913-1914); "radio station" (Wyndham, WA, 1914-1917); farmer (Mosman, NSW, 1936-1937); engineer (Applecross, WA, 1937-1958) ===''TROTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clement Ford Trott|Trott, Clement Ford]] [https://www.familysearch.org/tree/person/details/GCGY-XPN] - 1907(SA)-1966(SA) - Licences: 5CS McLaren Vale (1928-1929); 5CF McLaren Vale (1930-1931); 5CF Willunga (1933) - Qualifications: cc; AOCP 454, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: orchardist (McLaren Flat, SA, 1939-1943) ===''TROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Rusel Troy|Troy, Thomas Rusel]] [https://www.familysearch.org/tree/person/details/GZKG-MKH] - 1898(NSW)-1992(NSW) - 2SH Receive West Maitland (1923), 2SH West Maitland (1924-1925), 2TY West Maitland (1926-1931), amateur operator (AOCP 208, 1925, No. ?? in NSW), amateur broadcaster, postman (West Maitland, 1930-1949), postal officer (Maitland, 1954), postal clerk (Maitland, 1958) ===''TRUDGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Wallis Trudgen|Trudgen, Maxwell Wallis]] [https://www.familysearch.org/tree/person/details/GS3H-XYH] - 1907(SA)-1992(SA) - Licences: 5MW Adelaide (East Adelaide, 1926); 5HS Adelaide (Fullarton, 1927) - Qualifications: cc; AOCP 247, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Mitcham, 1939-1941); mechanical engineer (Sydney, 1943-1954); engineer (Little Bay, 1958-1968) ===''TRUNFULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Leonard Trunfull|Trunfull, Richard Leonard]] [https://www.familysearch.org/tree/person/details/GXBL-K7B] - 1906(Eng)-1957(WA) - Licences: 6RT South Greenough (1932-1933); 6RT Peel Estate (1937); 6RT Roebourne (1938-1939); 6RT Dangin (1947-1948); 6RT Nungarin (1954); 6RT Narembeen (1955-1956) - Qualifications: cc; AOCP 924, 1932, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (South Greenough, WA, 1931; Baldavis, WA, 1936; Dangin, WA, 1943-1949; Nungarin, WA, 1954; Narembeen, WA, 1958) ===''TUMBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Henry Tumbridge|Tumbridge, Stanley Henry]] [https://www.familysearch.org/tree/person/details/MM12-M1C] - 1899(Eng)-1965(Qld) - Licences: 4ST Ipswich (1932-1933); 4ST Stanthorpe (1937-1939); 4ST Broadwater, 1947-1948; 4ST Brisbane (Woody Point, 1954-1960) - Qualifications: cc; AOCP 986, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Woodend, Qld, 1921); teacher (Murgon, Qld, 1925); school teacher (Stanthorpe, Qld, 1936-1937; Broadwater, Qld, 1943-1949); teacher (Margate, Qld, 1949-1954; Woody Point, Qld, 1958-1963) ===''TURNBULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Edward Turnbull|Turnbull, Norman Edward]] [https://www.familysearch.org/tree/person/details/L2TP-7K8] - 1900(WA)-1988(Vic) - Licences: 6NO Narrogin (1928); 6NO Perth (City, 1930; Subiaco, 1931; Shenton Park, 1937-1939); 3AXX Melbourne (Armadale, 1954; Carrum, 1955; Parkdale, 1956; Cheltenham, 1960-1980+) - Qualifications: c; AOCP 430, 1928, No. ?? in WA; CPRT 1120, 1928; 1COCP 185, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Bunbury, 1922; Busselton, 1925; Narrogin, 1925; Subiaco, 1931); radio inspector (Subiaco, 1934-1936); civil servant (East Perth, 1937); engineer (Armadale, 1954); clerk (Sandringham, 1958); manager (Sandringham, 1963-1968; Cheltenham, 1972); retired (Cheltenham, 1977-1980) * [[/Robert William Turnbull|Turnbull, Robert William or Robert]] [https://www.familysearch.org/tree/person/details/GZ1S-GP4] - 1892(Eng)-1968(NSW) - Licences: 2RO Sydney (Burwood, 1927-1938; Northbridge, 1939) - Qualifications: AOCP 317, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: bricklayer (Homebush, 1930-1963) ===''TURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Reginald Turner|Turner, Edward Arthur Reginald "Rex"]] [https://www.familysearch.org/tree/person/details/GZT9-JD5] - 1910(SA)-1966(SA) - Licences: 5CW Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923-1925); 5SA Adelaide (Leabrook, 1926-1927) - Qualifications: cc; AOCP 272, 1926, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: butter maker (Gawler, 1939-1943) * [[/Haswell Elliott Alfred Turner|Turner, Haswell Elliott Alfred]] [https://www.familysearch.org/tree/person/details/LRQG-8TG] - 1891(Vic)-1969(NSW) - 2TM Sydney (Mosman, 1925-1933), amateur operator (AOCP 127, 1925, No. ?? in NSW), amateur broadcaster, engineer, military, likely related to XACW E. Turner, Jnr * [[/Ralph Robinson Turner|Turner, Ralph Robinson]] [https://www.familysearch.org/tree/person/details/GX2D-S51] - 1912(SA)-1996(SA) - Licences: 5TR Adelaide (Henley Beach, 1935-1937; Dulwich, 1938-1939; Linden Park, 1947-1969; Echunga, 1975-1980+) - Qualifications: cc; AOCP 1444, 1935, SA; BOCP 66, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Dulwich, SA, 1939-1941) * [[/Robert John Blackwell Turner|Turner, Robert John Blackwell]] [https://www.familysearch.org/tree/person/details/L62T-FP7] - 1884(NSW)-1943(NSW) - 2RT Goulburn (1925-1933), amateur operator (AOCP 55, 1925, No. ?? in NSW), amateur broadcaster, engineer ===''TWEEDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/P. Tweedle|Tweedle, P.]] - 19??(???)-19??(???) - Licences: 4DM Receive Brisbane (Albion, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TYAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Robert Wilson Tyas|Tyas, Norman Robert Wilson]] [https://www.familysearch.org/tree/person/details/GXHC-SK6] - 1913(Qld)-1975(Qld) - Licences: 4TY Gracemere (1932-1934); 4TY Kingaroy (1935-1939); 4TY Brisbane (Manly, 1946-1948); 4TY Boonah (1954); 4TY Wallangarra (1955-1956); 4TY Warwick (1960); Brisbane (Manly, 1965-1975+) - Qualifications: cc; AOCP 1059, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, wireless officer); state public servant (state school principal) - Electoral Rolls: school teacher (Kingaroy, Qld, 1936-1943; Brookstead, Qld, 1949; Mt Alford, Qld, 1954); teacher (Wallangarra, Qld, 1958); school teacher (Warwick, Qld, 1963; Manly, Qld, 1968-1972) ===''TYMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Tymms|Tymms, Robert William]] [https://www.familysearch.org/tree/person/details/GXSX-R2D] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 84, 1930 - coastal wireless operator (RANRS); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); wireless operator (Geraldton, 1922; Como, 1925); not stated (Broome, 1937); wireless telegraphist (Townsville, 1954) =='''U'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''UMBACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ricky Charles Umback|Umback, Ricky Charles]] - early wireless historian (Ph.D. Thesis, 2016, "Constituting Australia's International Wireless Service: 1901-1922") [https://openresearch-repository.anu.edu.au/bitstream/1885/142647/1/Umback%20Thesis%202018.pdf] ===''UNDERWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Underwood|Underwood, William Henry]] [https://www.familysearch.org/tree/person/details/GX6T-1XZ] - 1875(Eng)-1953(Qld) - Licences: 4DN Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Newstead, Qld, 1913-1915; Clayfield, Qld, 1916-1943); no occupation (Albion, Qld, 1943; Highgate Hill, Qld, 1949) ===''UNGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Wilhelm Unger|Unger, A. H.]] - 19??(???)-????(???) - 2YRS Alectown (1980+), amateur operator (AOCP ????, 19??, No. ?? in NSW), amateur broadcaster, son of Herbert Wilhelm Carl Unger 2UJ * [[/Herbert Wilhelm Carl Unger|Unger, Herbert Wilhelm Carl or Herbert William Carl]] - 1911(???)-2012(NSW, 101yo) - 2UJ Alectown (1933-1980+), amateur operator (AOCP 1108, 1933, No. ?? in NSW), amateur broadcaster, father of A. H. Unger 2YRS ===''URQUHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Stewart Urquhart|Urquhart, Malcolm Stewart]] [https://www.familysearch.org/tree/person/details/GZXT-5C3] - 1905(WA)-1967(WA) - Licences: 6MU Perth (Cottesloe, 1925-1939); 6MU Merredin (1946-1960); 6MU Perth (Cottesloe, 1965) - Qualifications: cc; AOCP 116, 1925, No. ?? in WA; BOCP 27, 1936; AOLCP 158, 1934; 2COCP 85, 1937; 1COCP 126, 1937 - amateur operator; amateur broadcaster; clerk (1931); broadcast technician (6MD, 1958); WW2 (1939-1945) - Electoral Rolls: clerk (Cottesloe, WA, 1931-1937); broadcast technician (Merredin, WA, 1943-1963) =='''V'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''VALENTINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Keith Valentine|Valentine, Lionel Keith]] [https://www.familysearch.org/tree/person/details/GD1Z-ZVK] - 1916(Tas)-1961(Tas) - Licences: 7KV Hobart (Bellerive, 1933-1939) - Qualifications: cc; AOCP 1148, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Bellerive, Tas, 1937; Acton, ACT, 1949); public servant (Hobart West, Tas, 1958) ===''VAN COUTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Josephus Van Cooth|Van Cooth, John Robert Josephus]] [https://www.familysearch.org/tree/person/details/G8GN-6ZP] - 1908(Vic)-1936(Vic) - Licences: 3DX Receive Melbourne (East Malvern, 1922); 3DX Melbourne (East Malvern, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (St Kilda West, 1931) ===''VARDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Edwin Vardon|Vardon, Joseph Edwin]] [https://www.familysearch.org/tree/person/details/LV9V-VPR] - 1905(SA)-1970(SA) - Licences: Receive Adelaide (Unley, 1923-1924); 5OM Adelaide (Unley Park, 1927-1933) - Qualifications: cc; AOCP 329, 1927, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: sales manager (Malvern, 1941-1943) ===''VAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Vaughan (also known as Hearps, change of name), David Edward]] [https://www.familysearch.org/tree/person/details/LYD2-HG5] - 1901(Vic)-1976(NSW) - Licences: 2FY Sydney (Lakemba, 1930-1969) - Qualifications: AOCP 665, 1930, NSW (Hearps); AOCP 1003, 1932, NSW (Vaughan) - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Lakemba, 1930-1937); machinist (Lakemba, 1943-1972) ===''VEALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Pax Veall|Veall, Reginald Pax]] [https://www.familysearch.org/tree/person/details/GZL8-GR6] - 1918(Vic)-1942(NT) - Licences: 3PV Melbourne (St Kilda, 1937-1939) - Qualifications: AOCP 2050, 1937, No. ?? in Vic; 2COCP 274, 1939; 1COCP 375, 1940 - amateur operator, amateur broadcaster, WW2 (Merchant Navy, Wireless Officer, MV Neptuna) - Electoral Rolls: Nil - "Greater love hath no man than this" [http://www.ntlexhibit.nt.gov.au/exhibits/show/bod/roh/veall] ===''VEARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elwyn Thomas Vears|Vears, Elwyn Thomas]] [https://www.familysearch.org/tree/person/details/GHS1-C67] - 1901(NSW)-1960(NSW) - Licences: 2BM Leura (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Strathfield, 1930-1937; Burwood, 1943-1958)) ===''VERNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Henry Vernon|Vernon, Charles Henry]] [https://www.familysearch.org/tree/person/details/G88V-18Z] - 1901(WA)-1964(WA) - Licences: 6KZ Albany (1930-1931); 6KZ Perth (Fremantle, 1933-1939); 3AMD Melbourne (Moonee Ponds, 1947); 6KZ Perth (Guildford, 1947-1948) - Qualifications: cc; AOCP 566, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Forts, Albany, 1922-1931; Fremantle, 1936-1937; 9AAD, Guildford, 1949-1954); retired (Wagin, 1958; Morley, 1963) ===''VICKARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Mervyn Vickary|Vickary, Reginald Mervyn "Reg"]] [https://www.familysearch.org/tree/person/details/G88K-CLP] - 1909(NSW)-1973(Qld) - Licences: 4RV Cunnamulla (1930-1933); 4RV Warwick (1936-1939); 4VX Brisbane (Gordon Park, 1965; The Grange, 1969) - Qualifications: cc; AOCP 702, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shed hand (Cunnamulla, 1931); radio dealer (Warwick, 1937; Cunnamulla, 1943); shopkeeper (Toowoomba, 1949; Ekibin, 1954; Chermside, 1963; Grange, 1968-1972) ===''VICKERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth James Vickery|Vickery, Kenneth James]] [https://www.familysearch.org/tree/person/details/GDQP-WMQ] - 1893(NSW)-1970(NSW) - Licences: 2RA Receive Sydney (Hurlstone Park, 1923); 2RA Sydney (Hurlstone Park, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrical fitter (Hurlstone Park, 1930-1933); electrician (West Ryde, 1935; Parkes, 1936; Uralla, 1943); farmer (North Richmond, 1949-1968) ===''VINCENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Vincent|Vincent, Jack]] [https://www.familysearch.org/tree/person/details/GZ64-7S8] - 1906(WA)-1980(WA) - Licences: 6DL Receive Kalgoorlie (1923-1924); 6VK Kalgoorlie (1925-1939) - Qualifications: cc; AOCP 59, 1925, No. ?? in WA - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter & turner (Kalgoorlie, WA, 1931-1937); manufacturer (South Perth, WA, 1949-1963; Como, WA, 1972-1980) ===''VINING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Vining|Vining, William Edward]] [https://www.familysearch.org/tree/person/details/GZR1-NLT] - 1906(Qld)-1977(Qld) - Licences: 4WE Brisbane (Nundah, 1926-1927) - Qualifications: cc; AOCP 277, 1926, No. 22 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: carrier (Nundah, 1928-1931); motor driver (Mitchelton, 1934; Gaythorne, 1936); mechanic (Gayndah, 1943); telephone mechanic (Enoggera, 1949-1963); telephone technician (Enoggera, 1968-1977) ===''VIPAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alton Frederick Vipan|Vipan, Alton Frederick]] - 1890(NSW)-1946(NSW) - XHV Sydney (Petersham, 1913-1914), early wireless experimenter, amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), ship wireless operator, AWA (Koo-we-rup, 1922) ===''VOIGT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emil Robert Voigt|Voigt, Emil Robert]] [https://www.familysearch.org/tree/person/details/G88K-VV2] - 1883(Eng)-1973(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - 2KY Sydney, broadcast station manager; witness to Royal Commission 1927 (as chairman, NSW Labor wireless committee) - Relationships: father of Rion Osborne Voigt; grandfather of Robin Voigt - Electoral Rolls: secretary (Dee Why, 1930-1934); manager (Dee Why, 1935; Narrabeen, 1936) - Links: [https://adb.anu.edu.au/biography/voigt-emil-robert-8930 ADB]; [[w:Emil_Voigt_(athlete)|Wikipedia]]; [https://www.radioheritage.com/story70/ RHF] * [[/Rion Osborne Clifford Voigt|Voigt, Rion Osborne Clifford]] [https://www.familysearch.org/tree/person/details/G88K-L1V] - 1915(Eng)-1987(NSW) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - broadcast industry executive, WW2 - Electoral Rolls: radio announcer (Narrabeen, 1937; Turramurra, 1963-1980) - Relationships: son of Emil Robert Voigt; father of Robin Voigt * [[/Robin Voigt|Voigt, Robin]] - historian (Emil Robert Voigt; 2KY) - Relationships: grandson of Emil Robert Voigt; son of Rion Osborne Clifford Voigt ===''VOLKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Henry Oxford Volkman|Volkman, Reginald Henry Oxford]] [https://www.familysearch.org/tree/person/details/G4CV-7PH] - 1902(NSW)-1959(NSW) - Licences: 2RY Grafton (1924-1925); 2RY Scone (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Woollahra, 1930-1933) ===''VOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Taylor Vowles|Vowles, Rupert Taylor]] [https://www.familysearch.org/tree/person/details/LKYT-FLF] - 1894(NSW)-1973(NSW) - Licences: XIZ Sydney (Burwood, 1913-1914); 2AW Receive Sydney (Burwood, 1922-1923); 2XZ Sydney (Concord, 1929-1931) - Qualifications: cc; AOCP 562, 1929, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Concord, 1930-1972) =='''W'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''WADDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivon Edward Waddell|Waddell, Ivon Edward]] [https://www.familysearch.org/tree/person/details/G88S-H3S] - 1909(WA)-1943(Thailand/Singapore) - Licences: 6WX Albany (1929-1930); 6WX Katanning (1931) - Qualifications: cc; AOCP 561, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: postal clerk (Katanning, 1936; South Perth, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10298089 AWM] ===''WADDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. M. Waddle|Waddle, E. M.]] - 19??(???)-19??(???) - 4GZ Charters Towers (-1959+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''WADDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard William Mackie Waddy|Waddy, Richard William Mackie]] [https://www.familysearch.org/tree/person/details/LB62-5RP] - 1848(SA)-1933(SA) - senior state public servant (SA Post & Telegraphs Dept), senior federal public servant (Deputy Postmaster-General SA) ===''WADHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin Wadham|Wadham, Kevin]] [https://www.familysearch.org/tree/person/details/GZZC-SBQ] - 1905(SA)-1970(SA) - Licences: 5KW Adelaide (Parkside, 1924-1927; Helmsdale, 1928; Da Costa Park, 1931; Glenelg, 1933; Adelaide, 1937; Glenelg, 1938-1939) - Qualifications: cc; AOCP 23, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WIA SA (Councillor 1931; Hon. Treasurer, 1931); National Radio Corp (manager, 1938); Holdfast Bay Yacht Club (Vice-commodore, 1949) - Electoral Rolls: manager (Helmsdale, SA, 1939-1941; Da Costa Park, SA, 1943) ===''WAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Fripp Wahl|Wahl, Alan Fripp]] [https://www.familysearch.org/tree/person/details/GFMB-TD4] - 1918(WA)-2003(WA) - Licences: 6JB Perth (Leederville, 1938-1939, 1947-1960; Dianella, 1965-1980+) - Qualifications: cc; AOCP 2101, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: railway employee (Leederville, WA, 1943-1958); clerk (Dianella, WA, 1963-1980) ===''WALCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Crosby Walch|Walch, Alan Crosby or Crosby Alan]] [https://www.familysearch.org/tree/person/details/GQC7-GSS] - 1907(NSW)-1979(Tas) - Licences: 7BI Receive Hobart (Bellerive, 1923); Receive Hobart (Bellerive, 1923-1925); 7CW Hobart (Bellerive, 1926-1927; Battery Point, 1931-1933; City, 1937; Sandy Bay, 1938-1939, 1946-1975) - Qualifications: cc; AOCP 231, 1926, No. ?? in Tas; BOCP 1, 1936; 1AOCP 16, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: radio expert (Hobart South, 1936-1954) ===''WALDRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Gerard Waldron|Waldron, Francis Gerard "Frank"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''WALKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Walker|Walker, Arthur Charles]] [https://www.familysearch.org/tree/person/details/GXFY-L2V] - 1898(Qld)-1974(Qld) - Licences: 4AC Brisbane (Sandgate, 1927-1931) - Qualifications: cc; CPRT 699, 1922 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: newspaper carrier (Kangaroo Point, Qld, 1934-1937); carrier (Sandgate, Qld, 1943-1972) * [[/Charles Welsh Walker|Walker, Charles Welsh "Chas"]] [https://www.familysearch.org/tree/person/details/GXFR-19W] - 1899(NSW)-1961(Qld) - Licences: 4CU Receive Clifton (1923); 4CU Clifton (1924-1960); 4DQ Portable Clifton (1948-1960) - Qualifications: cc; AOCP 10, 1924, No. 2 in Qld - amateur operator; amateur broadcaster; motor mechanic; Walker's Radio Service (proprietor, 1930s-1950s) - Electoral Rolls: motor mechanic (Clifton, Qld, 1921-1958) * [[/Louis Edward Walker|Walker, Louis Edward]] [https://www.familysearch.org/tree/person/details/GSWB-L81] - 1864(Eng)-1934(At Sea) - Oversight of the 1906 Bass Strait link for Marconi Wireless Telegraphy Co * [[/Philip Billingsley Walker|Walker, Phillip Billingsley]] [https://www.familysearch.org/tree/person/details/MNF3-P9W] - 1840(Eng)-1900(NSW) - early wireless experimenter, employment (NSW Posts & Telegraphs, Superintendent of Telegraphs, Chief Electrician) * [[/Ronald Gregory Walker|Walker, Ronald Gregory "Gregory"]] [https://www.familysearch.org/tree/person/details/GDRP-GC6] - 1907(NSW)-1929(At Sea) - Licences: 7BT Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; journalist (Hobart "Mercury"); film maker - Comment: Gone too soon - Electoral Rolls: journalist (Hobart South, 1928) - Links: [http://www.seafarersmemorial.org.au/memorials/walker_g.php Seafarer's Memorial] * [[/William Spencer Walker|Walker, William Spencer]] [https://www.familysearch.org/tree/person/details/KCF4-R77] - 1911(SA)-2004(SA) - Licences: 5WW Adelaide (Alberton, 1934-1939; West Croydon, 1947-1980+) - Qualifications: cc; AOCP 1305, 1934, SA; BOCP 444, 1942; TVOCP 274, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939); mechanic (West Croydon, SA, 1941-1943) ===''WALLACE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elizabeth Aileen Geisel|Wallace nee Geisel, Elizabeth Aileen "Betty"]] See Geisel, Elizabeth Aileen "Betty" ===''WALLBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Walter Wallbridge|Wallbridge, Leslie Walter]] [https://www.familysearch.org/tree/person/details/LDMT-HKZ] - 1910(Eng)-1966(SA) - Licences: 5UX Adelaide (Lower Mitcham, 1930-1937); 5UX Peterborough (1938-1939); 5UX Kadina (1947-1948); 5UX Cook (1954-1955); 5UX Saddleworth (1956); 5UX Hawker (1960) - Qualifications: cc; AOCP 712, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Peterborough, SA, 1939-1941; Rendelsham, SA, 1943; Alice Springs, NT, 1963) ===''WALLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Wallis|Wallis, John Charles]] - 19??(???)-19??(???) - Licences: 7JW Longford (1932-1939, 1947) - Qualifications: cc; AOCP 893, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Burnie, 1928; Longford, 1936-1937) * Wallace, Florence Violet (adoptive name) - see Granville, Florence Violet (birth name) ===''WALSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Dunbar Walsh|Walsh, Harold Dunbar "Cordite"]] [https://www.familysearch.org/tree/person/details/G3W3-CT7] - 1903(Qld)-1951(Qld) - Licences: 4HW Brisbane (Hamilton, 1925-1931; Rocklea, 1946-1947)); 4WN Brisbane (Hamilton, 1927, dealer) - Qualifications: cc; AOCP 133, 1925, No 14 in Qld - amateur operator; amateur broadcaster; WW2 (RAAF); solicitor; pilot - Comment: Tragic end to a productive life - Electoral Rolls: clerk (Hamilton, 1925-1937); airline pilot (Moorooka, 1949) ===''WALTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Allan Walters|Walters, Charles Allan]] [https://www.familysearch.org/tree/person/details/G8CT-LBY] - 1910(Vic)-1947(Vic) - Licences: 3CW Melbourne (Thornbury, 1929-1933; Heidelburg, 1937-1939; Brunswick, 1946-1947) - Qualifications: AOCP 524, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Northcote, 1931-1936; Heidelberg, 1937; Brunswick, 1942) * [[/Gerald Wills Walters|Walters, Gerald (Wills or Willis or blank)]] [https://www.familysearch.org/tree/person/details/GX7Y-1HZ] - 1886(Eng)-1956(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 108, 1915; 2COCP 157, 1930; 1COCP 129, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: wireless telegraphist (Currie, King Island, Tas, 1919; Darwin, NT, 1922); radio telegraphist (New Town, Tas, 1928); wireless officer (Radio Station, Thursday Island, Qld, 1936-1937); wireless (Gladesville, NSW, 1943); wireless telegraphist (Rockhampton, Qld, 1949-1954) ===''WALZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edwyn Walz|Walz, Arthur Edwyn or Edgar]] [https://www.familysearch.org/tree/person/details/GM9T-LB3] - 1908(Qld)-2000(Qld) - Licences: 4AW Brisbane (Nundah, 1926-1939; Wavell Heights, 1946-1980+) - Qualifications: cc; AOCP 287, 1926, No. 26 in Qld - amateur operator; amateur broadcaster; plumber; radio repair business - Relationships: son of Conrad August Walz - Electoral Rolls: plumber (Nundah, 1934-1943); radio engineer (Wavell Heights, 1949-1980) * [[/Conrad August Walz|Walz, Conrad August]] [https://www.familysearch.org/tree/person/details/LRGZ-QF3] - 1882(Qld)-1951(Qld) - 4?? Brisbane, amateur operator (AOCP ???, 19??, No. ?? in Qld), plumber, farmer, father of 4AW Arthur Edwyn Walz ===''WARDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney William Lumley Wardle|Wardle, Sidney William Lumley]] - 1911(Eng)-19??(???) - Licences: 2OU Woodford Leigh (1930-1935); 2OU Armidale (1936-1937); 2OU Sydney (Bellevue Hill, 1938-1939); 5OU Adelaide (Lockleys, 1946-1954); 2DID Berridale (1980) - Qualifications: AOCP 610, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: farm hand (Woodford Leigh, 1934-1935); technician (Bondi North, 1937; Woollahra, 1943); retired (Berridale, 1980) ===''WARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Clarke Waring|Waring, Cecil Clarke]] [https://www.familysearch.org/tree/person/details/GQW4-V9F] - 1904(Vic)-1988(Vic) - Licences: 3CU Receive Melbourne (Canterbury, 1922-1924); 3YW Melbourne (Camberwell, 1929-1931; Canterbury, 1933; Kew, 1937); 3YW Rupanyup (1938-1939); 3YW Stawell (1946-1948); 3YW Warrnambool (1954-1980+) - Qualifications: AOCP 549, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Canterbury, 1925-1928; Kew, 1931-1937; Stawell, 1942-1949; Warrnambool, 1954-1977) ===''WARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Leslie George Warne|Warne, Maurice Leslie George]] [https://www.familysearch.org/tree/person/details/LYSP-LHY] - 1909(NSW)-1975(NSW) - Licences: 2MW Sydney (Croydon, 1926-1929) - Qualifications: AOCP 300, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: printer (Campsie, 1931-1934); radio mechanic (Campsie, 1936-1937); radio sales (Kogarah, 1943-1963); radio & TV technician (Arncliffe, 1968) ===''WARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Albert Warner|Warner, Geoffrey Albert]] [https://www.familysearch.org/tree/person/details/G8V1-6NR] - 1914(NSW)-2007(NSW) - Licences: 2CK Wyong (1930-1939); 3ABW Fiskville (1947); 9GW Port Moresby (1948-1954); 2AVW Bringelly (1955-1958); 2CK Bringelly (1960-1969); 6EG Bassendean (1975); 2HJ Camden (1980+) - Qualifications: AOCP 710, 1930, NSW; 1COCP 60, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless technician (Rockbank, Vic, 1942); technician (OTC Bringelly, 1958-1963); manager (Bassendean, 1977; Camden South, 1980) - callsign may have been withdrawn for 2CK Cessnock commercial (later restored) ===''WARNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Bernard Warnock|Warnock, Neil Bernard]] [https://www.familysearch.org/tree/person/details/GZJ8-58G] - 1944(Vic)-2019(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''WATERHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. G. Waterhouse|Waterhouse, A. G.]] - 19??(???)-19??(???) - Licences: XVV Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WATERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George James Waters|Waters, George James]] [https://www.familysearch.org/tree/person/details/G8X9-S46] - 1902(Vic)-1931(Vic) - Licences: 3EX Receive Melbourne (Heathcote, 1922); 3XA Melbourne (East Prahran, 1930-1931) - Qualifications: AOCP 608, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified as yet - Comment: Passed too soon * [[/James Alfred Waters|Waters, James Alfred]] - 19??(???)-19??(???) - Licences: 7JA Hobart (Sandy Bay, 1936-1939) - Qualifications: cc; AOCP 1685, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Queensborough, 1936); teacher (Ringarooma, 1937); schoolteacher (Queensborough, 1943-1954) * [[/Leslie Waters|Waters, Leslie]] [https://www.familysearch.org/tree/person/details/G85N-TZB] - 1882(Eng)-1956(Qld) - Licences: 4AC Innisfail (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; engineer (Randell Engineering) - Electoral Rolls: watchmaker (Innisfail, 1919-1943); radio dealer (Innisfail, 1949) ===''WATERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lindsay Carmel Waterworth|Waterworth, Lindsay Carmel "Joe"]] [https://www.familysearch.org/tree/person/details/G6YY-6M6] - 1892(Qld)-1969(Qld) - Licences: 4CL Rockhampton (1935-1939, 1946-1969) - Qualifications: cc; AOCP 1526, 1935, Qld - amateur operator; amateur broadcaster; WW1; WW2; federal public servant (PMGD, telegraphist) - Electoral Rolls: assistant (Charleville, Qld, 1921); telegraphist (Rockhampton, Qld, 1928-1968) ===''WATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Paul Watkins|Watkins, Andrew Paul]] [https://www.familysearch.org/tree/person/details/GFQ9-RHP] - 1914(WA)-1965(NSW) - Licences: 6AW Perth (1936-1939) - Qualifications: cc; AOCP 1805, 1936, WA; BOCP 269, 1939; 1COCP 842, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Boulder, WA, 1937); radio mechanic (Geraldton, WA, 1943); radio technician (Cairns, Qld, 1949; Lakemba, NSW, 1954; Chullora, NSW, 1958-1963) * [[/William Trevor Watkins|Watkins, William Trevor "Trevor", "Watty"]] [https://www.familysearch.org/tree/person/details/LZKG-J4V] - 1899(Tas)-1931(Tas) - Licences: T336 Hobart (1920-1921); 7AA Hobart (1922-1925); 7DX Hobart (1925-1931) - Qualifications: cc; AOCP 107, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Withdrawal: PMGD withdrew 7AA callsign for their own use, electrician (Zinc Co., Hobart, 1922), wireless expert (Medhurst & Sons, Hobart, 1925) - Electoral Rolls: electrician (West Hobart, 1922-1928) - Comment: passed too soon ===''WATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. A. Watson|Watson, A. A.]] - bef1910(???)-aft1930(???) - Licences: 2UT Sydney (Darlinghurst, 1927-1929) - Qualifications: AOCP 341, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: None as yet - Full name not yet identified * [[/Douglas Mervyn Watson|Watson, Douglas Mervyn]] [https://www.familysearch.org/tree/person/details/G6MG-FPY] - 1920(Tas)-1989(Tas) - Licences: 7DW Hobart (New Town, 1937-1939; City, 1946-1956; Lindisfarne, 1960-1980+) - Qualifications: cc; AOCP 1867, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Hobart South, 1949-1954); mechanic (Lindisfarne, 1972) * [[/Herbert Leopold Watson|Watson, Herbert Leopold]] [https://www.familysearch.org/tree/person/details/G8ZP-JLK] - 1897(Vic)-1982(NSW) - Licences: 2OL Kiama (1929-1933); 2OL Unanderra (1935-1938); 2OL Woollongong (1939) - Qualifications: AOCP 545, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: engineer (Kiama, 1930); electrical engineer (Unanderra, 1934-1937; Heidelberg, Vic, 1949); electrician (Ivanhoe, Vic, 1954); retired (Avalon Beach, 1968-1972; Mona Vale, 1977; Mosman, 1980) * [[/James David Watson|Watson, James David]] [https://www.familysearch.org/tree/person/details/G8F5-789] - 1910(Vic)-19??(???) - Licences: 3NQ Darlington via Camperdown (1930-1939); 2ANQ Albury (1946-1957) - Qualifications: AOCP 633, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical fitter (Darlington, 1931-1943); radio technician (Albury, 1949-1954) - Comment: Beware another JDW, labourer, Geelong, 1930s * [[/John Watson|Watson, John]] - 19??(???)-19??(???) - Licences: 6CR Receive Perth (Victoria Park, 1923-1924) - Qualifications: AOCP 436, 1928, No. ?? in WA - amateur operator? - Electoral Rolls: Nil, as yet, specific individual not yet identified * [[/Samuel Wilfred Watson|Watson, Samuel Wilfred or Wilfred Samuel]] [https://www.familysearch.org/tree/person/details/GXY5-LXP] - 1906(Eng)-1998(WA) - Licences: 6WW Perth (West Perth, 1930-1939, 1948-1969); 6WW Shoalwater Bay (1975); 6WW Cardup (1980) - Qualifications: cc; 1COCP 189, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless operator (West Perth, WA, 1931-1972); retired (Shoalwater Bay, WA, 1977; Cardup, WA, 1980) * [[/William Wesley Watson|Watson, William Wesley]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio telegraphist (Hobart South, 1949) ===''WATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Watt|Watt, Alexander]] [https://www.familysearch.org/tree/person/details/GDRK-4B7] - 1901(Sct)-1985(Tas) - Licences: 7BO Receive Prince of Wales Bay (1923); Receive Prince of Wales Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Prince of Wales Bay, 1922-1928); accountant (New Town, 1936-1949; Moonah, 1954) * [[/Arthur William Watt|Watt, Arthur William]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly) * [[/Charles Russell Watt|Watt, Charles Russell]] [https://www.familysearch.org/tree/person/details/GZV7-JFH] - 1904(Eng)-1993(NSW) - 2WT Tenterfield (1925-1975+), amateur operator (AOCP 184, 1925, No. ?? in NSW), amateur broadcaster, grazier (Tenterfield, 1930-1980) ===''WAUCHOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Wylie Wauchope|Wauchope, Ronald Wylie]] [https://www.familysearch.org/tree/person/details/LH6X-QJR] - 1914(SA)-1933(SA)19yo - Licences: 5WE Adelaide (Maylands, 1933) - Qualifications: cc; AOCP 1086, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, 19yo - Electoral Rolls: Nil yet identified ===''WEATHERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Elsdon Weatherley|Weatherley, Harry William Elsdon]] [https://www.familysearch.org/tree/person/details/LTBF-1HC] - 1921(Vic)-2006(Vic) - prominent MW and SW broadcast DXer (1940-1990), clubs (Australian Radio DX Club, New Zealand Radio DX League, New Zealand DX Radio Association, Southern Cross DX Club, DX Australia - Chief Editor, Ontario DX Club), ANARC DXer of the year - metallurgist (Auburn, 1949-1954); technician (Mount Waverley, 1963-1972); retired (Mount Waverley, 1980) * [[/Herb J. Weatherley|Weatherley, Herb J.]] - 19??(???)-19??(???) - 4HW Clifton (-1951+), amateur operator (AOCP ??, 19??, No. ?? in Qld), callsign formerly Harold Dunbar Walsh ===''WEATHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Weatherson|Weatherson, W. A.]] - 19??(???)-19??(???) - Licences: 3AB Melbourne (East St Kilda, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''WEATHERSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stewart Weatherston|Weatherston, William Stewart]] [https://www.familysearch.org/tree/person/details/G8LZ-2KF] - 1905(WA)-1942(Sing) - Licences: 3AB Melbourne (East St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1927); salesman (St Kilda, 1931; Forrest, ACT, 1935; Newtown, 1943!) - Sacrifice: "Greater love hath no man than this" ===''WEBSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank James Webster|Webster, Frank James]] [https://www.familysearch.org/tree/person/details/GF73-5KV] - 1908(Eng)-19??(WA) - Licences: 6FW Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1039, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Victoria Park, WA, 1931-1943); plasterer (Perth, WA, 1954-1963; Victoria Park, WA, 1968-1972); retired (Fremantle, WA, 1977-1980) * [[/Harold Charles Webster|Webster, Harold Charles]] [https://www.familysearch.org/tree/person/details/KCRM-31P] - 1876(Tas)-1923(Tas) - Licences: Receive (Crystal Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: photographer (Launceston, 1914); clerk (Hobart North, 1922) * [[/William Webster|Webster, William]] [https://www.familysearch.org/tree/person/details/GZJD-D94] - 1860(Eng)-1936(NSW) - senior federal politician (Postmaster-General, 1915-1920), played prominent part in the Postal Royal Commission ===''WEDDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Austin Weddell|Weddell, James Austin]] [https://www.familysearch.org/tree/person/details/GXK9-SYF] - 1914(SA)-2005(NSW) - Licences: 5ZL Adelaide (Reade Park, 1935-1939) - Qualifications: cc; AOCP 1595, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Col Light Gardens, SA, 1939-1943); RAAF (Albert Park, Vic, 1949; Auburn, Vic, 1954); RAAF officer (Richmond, NSW, 1958); RAAF (Red Hill, ACT, 1963); not stated (Red Hill, ACT, 1968-1972); RAAF (Red Hill, ACT, 1977-1980) * [[/John Arthur Weddell|Weddell, John Arthur]] [https://www.familysearch.org/tree/person/details/GXKM-KVK] - 1926(Qld)-19??(???) - Licences: 4FT Brisbane (Zillmere, 1954-1960); 2ZM Glenbrook (1961); 4FT Brisbane (Sandgate North, 1965-1969); 2BFT Sydney (Clovelly, 1975-1980) - Qualifications: cc; AOCP 3172, 1951, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Annerley, Qld, 1949; Zillmere, Qld, 1954-1958; Sandgate, Qld, 1963-1968); technician (Marrickville, NSW, 1972; Clovelly, NSW, 1977-1980) ===''WEDGEWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Donald Wedgewood|Wedgewood, William Donald]] [https://www.familysearch.org/tree/person/details/GDLV-GM8] - 1901(Qld)-1974(NSW) - Licences: N741 Receive NSW - Qualifications: cc; CPRT 692, 1922; 2COCP 49, 1935 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: boarder (Sutton Coalfield, Eng, 1911); manufacturer (Glenmore, 1930-1936); aviator (Nedlands, WA, 1937); farmer (Moruya, 1949-1954); greenkeeper (Brisbane, 1958); public servant (Hornsby, 1963-1972) ===''WEEKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. L. Weeks|Weeks, H. L.]] - 19??-19?? - Licences: 4CJ Receive Currumbin (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: - Identification: Not yet identified ===''WEISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Wilfred George Weiss|Weiss, Wilfred George]] [https://www.familysearch.org/tree/person/details/G8V9-7NP] - 1912(NSW)-1982(NSW) - Licences: 2TV Sydney (Croydon Park, 1960-1961; Strathfield, 1965); 2TV Ettalong Beach (1975-1980+) - Qualifications: AOCP 670, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lithgow, 1934-1937); storekeeper (Lithgow, 1943); silk screen craftsman (Croydon Park, 1949-1958); retired (Strathfield, 1963-1968; Ettalong Beach, 1972; Ettalong, 1977) ===''WELLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Arthur Martin Weller|Weller, Cyril Arthur Martin "Sam"]] [https://www.familysearch.org/tree/person/details/GZTQ-WXH] - 1903(???)-1994(Qld) - Licences: 4CZ Brisbane (Clayfield, 1938-1939, 1946-1980+) - Qualifications: AOCP 2160, 1938, Qld - amateur operator, amateur broadcaster, Radio Club (WIAQ, Brisbane DX Club), power station engineer, education (ME, UQ) - Electoral Rolls: student (Windsor, 1925); engineer (Wilston, 1925-1928; Camp Hill, 1934-1943; Clayfield, 1949-1972; Albion, 1977) ===''WELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Welling|Welling, Thomas]] [https://www.familysearch.org/tree/person/details/LLHB-KQZ] - 1898(Eng)-1960(SA) - Licences: 5TW Adelaide (North Adelaide, 1937); 5TW Mt Gambier (1938-1939, 1947-1960) - Qualifications: cc; 2COCP 179, 1930; 1COCP 81, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: wireless engineer (Mt Gambier, SA, 1939-1941); wireless technician (Mt Gambier, SA, 1943) ===''WELLINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hudson Wellington|Wellington, Stanley Hudson]] [https://www.familysearch.org/tree/person/details/LB84-47Y] - 1909(Tas)-1981(NSW) - Licences: 7PK Hobart (New Town, 1932-1933); 3SX Melbourne (Brighton, 1937-1939) - Qualifications: cc; AOCP 1002, 1932, No. ?? in Tas; AOLCP 117, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: representative (Caulfield, 1936); chemist (Brighton, Vic, 1937-1942); manager (Mosman, 1949-1980) ===''WELLMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Joseph Wellman|Wellman, Leo Joseph]] [https://www.familysearch.org/tree/person/details/L1SW-R9S] - 1898(NSW)-1965(NSW) - 2PS Receive Sydney (Marrickville, 1923), 2LW Sydney (Marrickville, 1925-1928), amateur operator (AOCP 117, 1925, No. ?? in NSW), amateur broadcaster ===''WELSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud William Welsh|Welsh, Claude or Claud William]] [https://www.familysearch.org/tree/person/details/GZPH-WS4] - 1914(Qld)-1988(Qld) - Licences: 4CW Warwick (1937-1939); 4DK Mackay (1975-1980+) - Qualifications: cc; AOCP 1982, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, Qld, 1937-1943); engineer (Kew, Vic, 1943); radio technician (Warwick, Qld, 1958; Mackay, Qld, 1958); technician (Mackay, Qld, 1963); radio technician (Mackay, Qld, 1968-1980) ===''WERRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Errol Limbrick Werrett|Werrett, Errol Limbrick]] [https://www.familysearch.org/tree/person/details/G8SK-FMH] - 1908(Tas)-1974(Eng) - Licences: Receive (Crystal) Hampshire (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm worker (Hampshire, 1936-1937); fitter (South Melbourne, 1943); engineer (Caulfield, 1949-1968; Balaclava, 1972) ===''WESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Frederick Shorter Weston|Weston, Cyril Frederick Shorter]] [https://www.familysearch.org/tree/person/details/GZVJ-FXY] - 1905(Eng)-1988(NSW) - Licences: 4EN Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephone mechanic (Kedron, 1928); Christian worker (Darlinghurst, 1934); grocer (Oatley, 1943); agriculturalist (Ourimbah, 1949); salesman (Paekhurst, 1963-1980); retired (Charmhaven, 1980) * [[/George James Weston|Weston, George James]] [https://www.familysearch.org/tree/person/details/GXQ3-Y8Q] - 1868(Eng)-1939(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 702, 1922 - RANRS (Radio Lieutenant) - Comment: Several contemporaneous GJWs - Electoral Rolls: telegraph operator (Albany, 1903); civil servant (Kalgoorlie, WA, 1910-1912); civil servant (Wireless Station, Carlingford, NSW, 1913); sailor (Toorak, 1919); naval officer (Elsternwick, 1919); civil servant (Auburn, Vic, 1922); wireless engineer (Auburn, Vic, 1924-1927); retired engineer (Upwey, 1931-1937) * [[/Robert Marcus Hamilton Weston|Weston, Robert Marcus Hamilton "Mark"]] [https://www.familysearch.org/tree/person/details/GX8K-KW6] - 1915(NSW)-1995(NSW) - Licences: 4XO Bundaberg (1938-1939); 2WE Sydney (Lidcombe, 1946-1947); 2AWE Sydney (Kingsford, 1955; Kensington, 1956-1957); 2AYK Sydney (Kensington, 1957; Kingsford, 1958-1961); 2CM Sydney (Dolls Point, 1964-1980) - Qualifications: cc; AOCP 2076, 1938, Qld; 2COCP 386, 1940; 1COCP 581, 1942 - amateur operator; amateur broadcaster; ship wireless officer; wireless officer (QANTAS) - Relationships: husband of 2MR Verle Lorraine Weston nee Key(s) - Electoral Rolls: marine wireless operator (Auchenflower, Qld, 1943); radio operator (Blakehurst, NSW, 1949; Kingsford, NSW, 1954-1963; Sans Souci, NSW, 1968-1980) * [[/Verle Lorraine Keys|Weston nee Key(s), Verle Lorraine]] - 1934(???)-1985(NSW) - 2MR Sydney (Dolls Point, 1964-1980), YL amateur operator (AOCP ???, 1964, No. ?? in Qld), wife of Robert Marcus Hamilton Weston 2CM * [[/William Wood Weston|Weston or Wehrstedt, William Wood]] [https://www.familysearch.org/tree/person/details/GDPG-KBQ] - 1912(WA)-1953(WA) - Licences: 6MW Perth (Nedlands, 1935-1939; North Beach, 1947-1948) - Qualifications: cc; AOCP 1465, 1935, WA; BOCP 596, 1944 - amateur operator; amateur broadcaster - Comment: Further clarification of identification required - Electoral Rolls: assistant operator (Subiaco, WA, 1936-1937); operator (Leederville, WA, 1943-1954; North Perth, WA, 1958-1968; Leederville, WA, 1972-1977) ===''WHALLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Percy Whalley|Whalley, Rupert Percy]] [https://www.familysearch.org/tree/person/details/GZGZ-CV3] - 1894(Vic)-1969(Vic) - Licences: 3JZ Receive Melbourne (Sandringham, 1922); 3JZ Melbourne (Sandringham, 1923-1927); 3JZ Myrtleford (1937-1939); 3JZ Wangaratta (1946-1948); 3JZ Melbourne (Blackburn, 1954-1969) - Qualifications: cc; AOCP 238, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: builder (Sandringham, 1919-1925); farmer (Myrtleford, 1927-1942); tobacco grower (Wangaratta, 1949); foreman (Blackburn, 1954-1968) - Relationships: father of 3ZWZ Robert Kelvin Whalley ===''WHEELER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Winslow Wheeler|Wheeler, Harry Winslow]] [https://www.familysearch.org/tree/person/details/GCBC-BYC] - 1910(SA)-1990(SA) - Licences: 5FB Adelaide (Eden Hills, 1927-1928); 5HW Adelaide (Eden Hills, 1933-1939) - Qualifications: AOCP 371, 1927, No. ?? in SA - amateur operator; amateur broadcaster; military (WW2, RAAF, DFC) - Electoral Rolls: chemist (Eden Hills, SA, 1939-1943); lecturer (Kalgoorlie, WA, 1954-1968) * [[/Victor George Wheeler|Wheeler, Victor George]] [https://www.familysearch.org/tree/person/details/GW4Z-FGL] - 1897(Eng)-1976(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; coastal wireless operator; WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: electric mechanic (Roebourne, 1917-1922); manager (Fremantle, 1925) ===''WHITAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Thomas Whitaker|Whitaker, Albert Thomas]] [https://www.familysearch.org/tree/person/details/LKKW-5DB] - 1895(NSW)-1960(NSW) - Licences: 2OI Receive Sydney (Banksia, 1923); 2OI Sydney (Banksia, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: labourer (Rockdale, 1930; Banksia, 1933-1934); builder (Banksia, 1937-1949); instructor (Mount Colah, 1954-1958) ===''WHITBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Roy Whitburn|Whitburn, Douglas Roy "Doug"]] [https://www.familysearch.org/tree/person/details/LZT2-3JX] - 1904(SA)-1958(SA) - Licences: 5BY Adelaide (Toorak, 1927-1931; Fullarton, 1933-1939; Rosefield, 1946-1947; Fullarton, 1948-1956) - Qualifications: cc; AOCP 312, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Rosefield, 1943) * [[/Robert Philip Whitburn|Whitburn, Robert Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GZBF-5XB] - 1896(NSW)-1991(NSW)94yo - Licences: XACJ Sydney (Leichhardt, 1913-1914); 2DK Receive Sydney (Leichhardt, 1922); 2DK Sydney (Leichhardt, 1923-1926) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: chairmaker (Leichhardt, 1930-1968); retired (West Ryde, 1972-1980) ===''WHITE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Matthews White|White, Alfred Matthews]] - 1894(Eng)-1981(Qld) - Licences: 4CX Receive Winton (1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1 - Electoral Rolls: grazier (Tranby, Winton, 1915-1958); retired (Buderim, Qld, 1963-1980) * [[/Charles Robert White|White, Charles Robert]] [https://www.familysearch.org/tree/person/details/GXLC-S5H] - 1911(SA)-1986(Vic) - Licences: 5MX Adelaide (Kilkenny, 1931-1939) - Qualifications: cc; AOCP 802, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edwin Harold White|White, Edwin Harold "Eddie"]] [https://www.familysearch.org/tree/person/details/GZTQ-QGH] - 1911(Qld)-1997(Qld) - Licences: 4EW Brisbane (Red Hill, 1933-1939); 4EW Mackay (1946-1950); 4EW Brisbane (Red Hill, 1954-1956); 5OW & 8OW Darwin (1956-1963); 4OW Brisbane (Red Hill, 1963-1965); 4OW Mt Isa (1969); 4OW Brisbane (Red Hill, 1975) - Qualifications: cc; AOCP 1141, 1933, No. ?? in Qld; 1COCP 250, 1939 - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, Fortress Signals); federal public servant (DCA) - Electoral Rolls: compositor (Red Hill, 1934-1936); radio technician (Longreach, 1937); aeradio operator (Cloncurry, 1943; Mackay, 1949); communications officer (Archerfield, 1954); public servant (Red Hill, 1963; Mt Isa, 1968; Red Hill, 1972-1980) * [[/Frank Philip White|White, Frank Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GXSJ-9NF] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 189, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: Nil yet identified * [[/Frank Roy White|White, Frank Roy]] [https://www.familysearch.org/tree/person/details/GD4P-LVT] - 1911(NSW)-1994(???) - Licences: Nil yet identified - Qualifications: cc; 2COCP 5, 1934; 1COCP 12, 1934 - beam wireless operator (AWA); WW2 - Electoral Rolls: clerk (West Ryde, 1933-1935); telegraphist (Roseville, 1936-1937; Ryde, 1943-1968) * [[/J. L. White|White, J. L.]] - 19??(???)-19??(???) - Licences: 6JL via Brass Valley (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''WHITELAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Roy Whitelaw|Whitelaw, Charles Roy]] [https://www.familysearch.org/tree/person/details/99WD-7NY] - 1891(Vic)-1957(Vic) - Licences: XMO Melbourne (Rosedale, 1913-1914); 3BH Melbourne (Mooroolbark, 1923-1925); 3BH Stawell (1925); 3BH Benalla (1925-1927); 3BH Melbourne (Mitcham, 1931); 3BH Woomelang (1933); 3BH Melbourne (Mornington 1937-1939); 3BH (Harrisfield, 1946-1947; Dandenong, 1948; Noble Park, 1954-1955; Boronia, 1956) - Qualifications: cc; AOCP 87, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; fire brigade and railway stationmaster; WW1 (AFC, Wireless Operator, 1917) - Electoral Rolls: railway employee (Creswick, 1914); assistant stationmaster (Ravenswood, 1919); stationmaster (Mooroolbark, 1922-1924); railway employee (Timboon, 1925); stationmaster (Benalla, 1925-1927; Mitcham, 1931; Euroa, 1942; Harrisfield, 1949-1954) ===''WHITING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Ambrose Whiting|Whiting, Reginald Ambrose]] [https://www.familysearch.org/tree/person/details/GXR6-XDQ] - 1911(SA)-1981(Vic) - Licences: 5MC Adelaide (Torrensville, 1932-1933); 3MZ Melbourne (East Preston, 1947-1980+) - Qualifications: cc; AOCP 988, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (South Yarra, Vic, 1934; Essendon, Vic, 1937); fitter & turner (Preston, Vic, 1942-1968); fitter (Preston, Vic, 1972-1980) ===''WHITLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gough Whitlam|Whitlam, Edward Gough "Gough"]] [https://www.familysearch.org/tree/person/details/L5VH-8BJ] - 1916(Vic)-2014(NSW) - Prime Minister (1972-1975), WW2 (RAAF, Flight Lieutenant, navigator & bomb aimer, 1942-1945) - Electoral Rolls: student (Glebe, 1943); barrister (Cronulla, 1949; Cabramatta, 1958-1963; Red Hill, 1977; Double Bay, 1980) - executive oversight of the introduction of community radio in Australia - Links: [[w:Gough Whitlam|Wikipedia]] * [[/Lewis Alfred John Whitlam|Whitlam, Lewis Alfred John]] [https://www.familysearch.org/tree/person/details/LYY1-BBB] - 1904(Qld)-1977(Qld) - Licences: Receive (Crystal) Brisbane (Brisbane City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer's assistant (Brisbane City, Qld, 1931-1937); electrical engineer (Windsor, Qld, 1943-1968); engineer (Windsor, Qld, 1972-1977) ===''WICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. Wicks|Wicks, C.]] - 18??(???)-19??(???) - Licences: XQK Brisbane (South Brisbane) (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WILDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cyril George Wildman|Wildman, Cyril George]] [https://www.familysearch.org/tree/person/details/GMG3-GNP] - 1900(Vic)-1982(Vic) - Licences: 3FM Melbourne (Northcote, 1930-1931; Moreland, 1933-1939, 1946-1948; East Brunswick, 1954-1980+) - Qualifications: AOCP 624, 1930, No. ?? in Vic; BOCP 422, 1942 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Melbourne, 1927; Fitzroy North, 1931; Coburg, 1934-1942); electrical engineer (Brunswick East, 1977-1980) ===''WILKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Winstanley Wilkin|Wilkin, John Winstanley]] [https://www.familysearch.org/tree/person/details/L6LX-1P7] - 1891(NZ)-1967(SA) - Licences: 5JW Adelaide (North Adelaide, 1928; Osmond, 1931; Glen Osmond, 1933; North Walkerville, 1937-1938) - Qualifications: cc; Nil yet identified; likely qualified in NZ - amateur operator; amateur broadcaster - Electoral Rolls: manager (Toorak, SA, 1939-1943) ===''WILKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wilkins|Wilkins, Arthur]] - 19??(???)-19??(???) - Licences: 3AW Melbourne (Murrumbeena, 1927; East St Kilda, 1931) - Qualifications: AOCP 375, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: - several contemporaneous Arthur Wilkins, specific to be identified ===''WILKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Angus Wilkinson|Wilkinson, Dudley Angus]] [https://www.familysearch.org/tree/person/details/LR41-Q53] - 1919(SA)-1988(SA) - Licences: 5WD Adelaide (Frewville, 1935-1939; College Park, 1947-1948) - Qualifications: cc; AOCP 1455, 1935, SA; BOCP 182, 1938; 1COCP 284, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hawthorn, SA, 1941; Ballarat, Vic, 1942) ===''WILLIAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Williams|Williams, Albert Edward]] - 19??(???)-19??(???) - Licences: 5BO Adelaide (Unley, 1930-1931); 5BO Adelaide (Ottaway, 1946-1975) - Qualifications: cc; AOCP 659, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: - several contemporaneous AEWs in SA * [[/Alex Elisha Williams|Williams, Alex Elisha]] [https://www.familysearch.org/tree/person/details/G8JC-RN9] - 1913(Vic)-1981(Vic) - Licences: 3KT Melbourne (Elsternwick, 1933-1939) - Qualifications: AOCP 1062, 1932, Vic - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Elsternwick, 1936-1937; Camberwell, 1943-1949; Highfield Park, 1954); school teacher (Frankston, 1967-1968); teacher (Frankston, 1972-1980) * [[/Alfred Keith Williams|Williams, Alfred Keith]] [https://www.familysearch.org/tree/person/details/G8C3-3SS] - 1905(WA)-1932(WA) - Licences: 6AW Collie (1929-1931) - Qualifications: cc; AOCP 502, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: picture S. operator (Collie, 1930) * [[/Ernest Arthur Williams|Williams, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/LKNS-QYG] - 1888(NSW)-1968(NSW) - Licences: 2QY Receive Wollongong (1923); 2QY Wollongong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Wollongong, 1913, 1930-1958); retired (Wollongong, 1968) * [[/Harold Parkyn Williams|Williams, Harold Parkyn]] [https://www.familysearch.org/tree/person/details/G7CW-DGX] - 1881(Qld)-1933(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - first general manager of ABC - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/williams-harold-parkyn-9112 ADB] * [[/J. E. Williams|Williams, J. E.]] - 19??(???)-19??(???) - Licences: 4DQ Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: many contemporaneous JEWs - Electoral Rolls: Nil yet identified * [[/John Henry Williams|Williams, John Henry Jnr "Johnny" "Jack"]] [https://www.familysearch.org/tree/person/details/MP3D-8NG] - 1880(Qld)-1953(Qld) - Licences: 4JH Mackay (1929-1931) - Qualifications: cc; AOCP 507, 1929, No ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: iron monger? (Mackay, 1925-1943) - established commercial broadcaster 4MK Mackay 1931 * [[/Leslie Samuel Barnes Williams|Williams, Leslie Samuel Barnes]] [https://www.familysearch.org/tree/person/details/G8F2-X56] - 1896(Qld)-1974(Qld) - Licences: 4LS Brisbane (Indooroopilly, 1930-1933); 4LS Toogoolawah (1937-1939) - Qualifications: cc; AOCP 630, 1930, Qld - amateur operator, amateur broadcaster - Electoral Rolls: naval signalman (Cape Moreton, 1917-1922); saddler (Indooroopilly, 1925-1931); boot repairer (Toogoolawah, 1934-1958); retired (Taringa, 1963-1972) * [[/Neville Williams|Williams, Neville]] - 1915(NSW)-1996(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: - Links: [http://messui.polygonal-moogle.com/valves/NW199701.pdf EA] ===''WILLIAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Joseph Augustine Williamson|Williamson, Cecil Joseph Augustine]] [https://www.familysearch.org/tree/person/details/K879-9HC] - 1925(NSW)-1973(NSW) - Licences: 2CW Yass (1929-1931); 2ALS Yass (1939, 1946-1954) - Qualifications: AOCP 525, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Yass, 1930-1949); farmer (Trundle, 1949); mechanic (Orange, 1954-1972) * [[/Frederick Lerpiniere Williamson|Williamson, Frederick Lerpiniere]][https://www.familysearch.org/tree/person/details/LB6L-GCH] - 1896(SA)-1976(SA) - Licences: 5AH Receive Adelaide (Kent Town, 1922); 5AH Adelaide (Kent Town, 1922-1927; Collinswood, 1928, 1948-1955); also dealer licence 5BT Adelaide 1925-1926 for Kauper, Austin & Williamson - Qualifications: cc; AOCP 22, 1924, No. ?? in SA; BOCP 284, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Hubert Gordon Williamson|Williamson, Hubert Gordon]] [https://www.familysearch.org/tree/person/details/LH7J-YQP] - 1907(Vic)-1995(Vic) - 3GW Rainbow (1927-1939, 1946-1960), 3GW Lalor (1965-1969), 3GW Melbourne (East Doncaster, 1975-1980), 3GH Rainbow (1937-1939), amateur operator (AOCP 342, 1927, No. ?? in Vic), (1COCP 593, 1942), amateur broadcaster * Williamson nee Hutchings, Marjorie Lilian - See Marjorie Lilian Hutchings ===''WILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Oliver Willis|Willis, Harold Oliver]] [https://www.familysearch.org/tree/person/details/G8VS-NLZ] - 1898(Vic)-1976(WA) - Licences: 6OW Perth (South Fremantle, 1930-1931); 6AM Perth (South Fremantle, 1933); 6HW Perth (South Fremantle, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 675, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: baker (South Fremantle, 1925-1968) ===''WILLMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILMOTT * [[/Thomas Robert Willmott|Willmott or Wilmot, Thomas Robert]] [https://www.familysearch.org/tree/person/details/GZD6-TB4] - 1886(NSW)-1947(NSW) - Licences: 2BR Receive South Grafton (1922); 2ZO South Grafton (1923-1931) - Qualifications: cc; AOCP 48, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Grafton South, 1930-1943) ===''WILLOUGHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lancelot Willoughby|Willoughby, Eric Lancelot]] [https://www.familysearch.org/tree/person/details/LR88-Q5X] - 1912(SA)-19??(???) - Licences: 5BM Adelaide (Penrhyn, 1932-1939); 5GO Adelaide (Unley, 1948); 3FB Noojee (1954-1956); 3FB Neerim Junction (1960); 4EW Booval (1965-1980+) - Qualifications: cc; AOCP 1035, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Penrhyn, SA, 1939-1943); farmer (Noojee, Vic, 1949-1954); PMG Linesman (Booval, Qld, 1963-1968); PMG (Booval, Qld, 1972-1977) ===''WILMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILLMOTT * [[/John Henry Wilmott|Wilmott, John Henry]] [https://www.familysearch.org/tree/person/details/GFQY-PTR] - 1914(WA)-2003(NSW) - Licences: 6JW Perth (Como, 1934-1939); 2AJX Sydney (Lindfield, 1975); 2AJX Bathurst (1980) - Qualifications: cc; AOCP 1345, 1934, WA; 1COCP 170, 1938 - amateur operator; amateur broadcaster - Comment: Several contemporaneous JHWs - Electoral Rolls: aircraft radio officer (Lindfield, NSW, 1949); communications officer (Lindfield, NSW, 1958-1968); proprietor (Bathurst, NSW, 1977-1980) ===''WILSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Wilson|Wilson, A. H.]] - 19??(???)-19??(???) - Licences: 4DL Receive Brisbane (Kangaroo Point, 1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Darius Joseph Wilson|Wilson, Darius Joseph]] [https://www.familysearch.org/tree/person/details/G8ZR-GJ4] - 1901(NSW)-1987(NSW) - Licences: 2DW Sydney (Leichhardt, 1929-1931; Lidcombe, 1933; Five Dock, 1933-1939, 1946-1948; Warwick Farm, 1950; Yagoona, 1954-1980) - Qualifications: AOCP 548, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: french polisher (Leichhardt, 1930; Five Dock, 1943-1949); no occupation (Five Dock, 1954); french polisher (Yagoona, 1954-1968); polisher (Yagoona, 1972-1977) * [[/Horace Benjamin Wilson|Wilson, Horace Benjamin "Ben"]] [https://www.familysearch.org/tree/person/details/G8DV-71R] - 1911(WA)-2005(NSW) - Licences: 5WB Adelaide (Wayville, 1930-1937; Unley Park, 1938-1939); 2BP Sydney (McMahons Point, 1946-1948; West Ryde, 1950-1980+) - Qualifications: cc; AOCP 586, 1930, No. ?? in SA; AOLCP 161, 1934; 2COCP 33, 1935; 1COCP 72, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Unley Park, 1939); recording engineer (McMahons Point, 1949); business manager (West Ryde, 1954-1980) * [[/Leonard Gratton Wilson|Wilson, Leonard Gratton]] [https://www.familysearch.org/tree/person/details/GQN8-3K6] - 1901(NSW)-1990(WA) - Licences: 6LG Perth (Inglewood, 1928; South Perth, 1930-1931; Como, 1954-1980+) - Qualifications: cc; AOCP 429, 1928, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: vigneron (Caversham, 1925); police constable (South Perth, 1931-1936; Como, 1937); constable (Albany, 1943-1949); police constable (Como, 1954-1958) * [[/Leslie Maclean Wilson|Wilson, Leslie Maclean]] [https://www.familysearch.org/tree/person/details/LRH5-9TL] - 1893(NSW)-1972(NSW) - 2LM Marsden (1924-1926), 2LM Sydney (Cremorne, 1927), 2LM Mudgee (1928-1939), 2LM Port Macquarie (1960-1969+), amateur operator (AOCP 33, 1924, No. ?? in NSW), amateur broadcaster, pastoralist * [[/Perry Allen Wilson|Wilson, Perry Allen]] - 19??(???)-19??(???) - Licences: 4AT Receive Eumundi (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motordriver (Eumundi, Qld, 1925-1934); garage proprietor (Eumundi, Qld, 1936-1943) * [[/Victor John Wilson|Wilson, Victor John]] [https://www.familysearch.org/tree/person/details/GX8K-NPY] - 1909(Qld)-2009(Qld)99yo - Licences: Receive Brisbane (New Farm, 1923); 4VW Brisbane (Newstead, 1937-1939); 4VW Nambour (1960); 4VW Brisbane (Everton Park, 1965) - Qualifications: cc; AOCP 1100, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: panel beater (Newstead, Qld, 1931-1937; Nambour, Qld, 1958; Everton Park, Qld, 1963-1980) * [[/Warne Alfred George Wilson|Wilson, Warne Alfred George]] [https://www.familysearch.org/tree/person/details/LKLN-Y39] - 1900(Vic)-1981(Vic) - Licences: 3RY Receive Ballarat (1923); 3RY Ballarat (1924-1925); 3WA Ballarat (1928-1939, 1946-1960); 3KV Ballarat (1980) - Qualifications: cc; AOCP 444, 1928, No. ?? in Vic; AOLCP 20, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Ballarat, 1924); radio engineer (Ballarat, 1927-1980) * [[/Wilfred Elvyn Wilson|Wilson, Wilfred Elvyn]] [https://www.familysearch.org/tree/person/details/GDSB-MB4] - 1880(Eng)-1964(NSW) - Licences: 2JI Receive Sydney (Roseville, 1922-1923); 2JI Sydney (Roseville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: optician (Roseville, 1930-1963) ===''WING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James John Wing|Wing, William James John]] [https://www.familysearch.org/tree/person/details/GDHH-WKW] - 1887(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 188, 1916; 2COCP 142, 1930; 1COCP 212, 1931 - coastal wireless operator; RANRS (CPO, 1917-1918); AWA - Electoral Rolls: wireless operator (Hotel Metropole, Thursday Island, Qld, 1914); wireless engineer operator (Radio Station, Applecross, WA, 1917); radiotelegraphist (Cooktown, 1921); business manager (Epping, 1930); sales manager (Epping, 1933-1936; Roseville, 1937; Chatswood, 1943-1949); manager (Melbourne, 1954) ===''WINTERFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Charles Burnett Brereton Winterford|Winterford, Dudley Charles Burnett Brereton]] [https://www.familysearch.org/tree/person/details/G3ML-FJH] - 1908(Qld)-1988(Canada?) - Licences: 4MF Brisbane (Annerley, 1927-1931); 4MF Southport (1933); 4MF Sarina (1938-1939) - Qualifications: cc; AOCP 363, 1927, No. 40 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Annerley, 1931); mechanic (Coorparoo, 1937); electrician (Sarina, 1943); electrical contractor (Broadbeach, 1949) ===''WISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Wise|Wise, George Henry]] [https://www.familysearch.org/tree/person/details/GDDS-D87] - 1853(Vic)-1950(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - politician (Postmaster-General, 1920-1921) - Electoral Rolls: solicitor (Sale, 1905-1949) - Links: [[w:George Wise (Australian politician)|Wikipedia]] ===''WISEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Cleave Wiseman|Wiseman, William James Cleave]] [https://www.familysearch.org/tree/person/details/GX2M-ZP8] - 1906(SA)-1976(SA) - Licences: 5WJ Port Lincoln (1931-1939); 5WJ Ceduna (1947-1948); 5WJ Adelaide (Parafield, 1954) - Qualifications: cc; AOCP 759, 1931, No. ?? in SA; 1COCP 485, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Port Lincoln, SA, 1939-1941); aeradio operator (Ceduna, SA, 1943) ===''WISHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Turner Wishart|Wishart, William Turner "Bill, Billy"]] [https://www.familysearch.org/tree/person/details/GHQ3-J9S] - 1900(Qld)-1994(Qld) - Licences: 4WT Brisbane (Graceville, 1931-1939); 6TW Perth (Claremont/Floreat Park, 1946-1948); 4WX Brisbane (St Lucia, 1965-1969; Margate 1975-1980+) - Qualifications: cc; AOCP 870, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, councillor, federal councillor) - Electoral Rolls: mechanic (Red Hill, Qld, 1921); optical mechanic (Paddington, Qld, 1925; Graceville, Qld, 1928-1937); audiometrist (Floreat Park, WA, 1949; Darlington, WA, 1949); retired (Wynnum North, Qld, 1972; Margate, Qld, 1977-1980) ===''WITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sidney Herbert Witt|Witt, Sidney Herbert "Sid"]] [https://www.familysearch.org/tree/person/details/GD3D-BDV] - 1892(Vic)-1973(Vic) - Licences: 3MZ Receive Melbourne (Camberwell, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Malvern, 1914-1916); electrical engineer (Camberwell, 1922); engineer (Brighton, 1925-1943; Glen Iris, 1958-1968; Burwood, 1972)) - Links: [https://adb.anu.edu.au/biography/witt-sidney-herbert-12059 ADB] ===''WOLFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hamilton Bennett Wolfe|Wolfe, Hamilton Bennett]] [https://www.familysearch.org/tree/person/details/G9H2-8K6] - 1886(Vic)-1956(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 193, 1916; 2COCP 242, 1930; 1COCP 213, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: clerk (Bairnsdale, Vic, 1908-1912); wireless telegraphist (Applecross, WA, 1925-1926); radio telegraphist (Geraldton, 1936-1949); retired (Nedlands, WA, 1954) ===''WOLFENDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Wolfenden|Wolfenden, Peter]] - 3ZPA Strathmore (1965) - amateur operator, historian (amateur, amateur broadcasting), journalist (WIA's "Amateur Radio") ===''WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Abner David Wood|Wood, Abner David]] [https://www.familysearch.org/tree/person/details/GZ7R-BJC] - 1910(Eng)-1976(SA) - Licences: 6AS Mt Barker (1935-1939) - Qualifications: cc; AOCP 1534, 1935, WA; BOCP 654, 1945 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Percy Wood|Wood, Percy]] [https://www.familysearch.org/tree/person/details/G8M8-2V1] - 1909(Qld)-19??(???) - Licences: 4RQ Ipswich (1927-1931); 4PW Ipswich (1933-1939); 2EPW Banora Point - Qualifications: cc; AOCP 359, 1927, No. 39 in Qld - amateur operator; amateur broadcaster; journalist (QRN, AR); engineer (IREE) - Electoral Rolls: electrical mechanic (Ipswich, 1931); radio dealer (Ipswich, 1937-1949; East Ipswich, 1954-1968); electrical dealer (Banora Point, 1977-1980) ===''WOODLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Woodley|Woodley, William Robert]] [https://www.familysearch.org/tree/person/details/G8VC-CYY] - 1909(???)-1995(WA) - Licences: 6BY Perth (West Leederville, 1930-1931); 6DJ Perth (Carlisle, 1946-1948; Victoria Park, 1954-1956; Maniana, 1960-1980+) - Qualifications: cc; AOCP 680, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Claremont, 1936-1937); mechanic (Victoria Park, 1943); radio mechanic (Carlisle, 1949; Victoria Park, 1954; Maniana, 1963-1980) - Callsign possibly withdrawn for commercial ===''WOOKEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Bruce Wookey|Wookey, Robert Bruce]] [https://www.familysearch.org/tree/person/details/9DP1-GVW] - 1907(Vic)-1974(Vic) - Receive Geelong (1923-1924), 3RW Geelong (1925-1927), 3IC Geelong (1948-1974), amateur operator (AOCP 146, 1925, No. ?? in Vic), amateur broadcaster, postal clerk ===''WOOLACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Prosser Woolacott|Woolacott, Francis Prosser "Frank"]] [https://www.familysearch.org/tree/person/details/GZFL-94T] - 1903(NSW)-1968(NSW) - 2ST Receive Sydney (Drummoyne, 1923-1924), 2FW Sydney (Drummoyne, 1925-1926), amateur operator (AOCP 119, 1925, No. ?? in NSW), amateur broadcaster ===''WOOLLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edgar Woollett|Woollett, David Edgar]] [https://www.familysearch.org/tree/person/details/GZTM-HDP] - 1920(NSW)-2001(NSW) - Licences: 2ZDE Sydney (Beverley Hills, 1956-1980+) - Qualifications: AOLCP 202, 1956; AOCP 4292, 1965, NSW - amateur operator, WW2 - Electoral Rolls: telephone technician (Beverley Hills, 1949-1972; Narwee, 1977-1980) * [[/N. Woollett|Woollett, N.]] - 19??(???)-19??(???) - Licences: 2ZY Sydney (Mosman, 1926-1927) - Qualifications: AOCP 276, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: ? ===''WOOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Ronald Woolley|Woolley, Leon Ronald]] [https://www.familysearch.org/tree/person/details/L214-JQH] - 1898(Qld)-1971(Qld) - Licences: 4FW Ipswich (1931); 4FW Townsville (1933); 4FW Ipswich (1937-1939, 1946-1969) - Qualifications: cc; AOCP 751, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, ATC); employment (school teacher) - Electoral Rolls: schoolteacher (Bell, Qld, 1919-1921; Newtown, Qld, 1925; Kia Ora, Townsville, 1931; Newtown, Qld 1934-1963) ===''WOOLNOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Stephen Woolnough|Woolnough, Archibald Stephen]] [https://www.familysearch.org/tree/person/details/G8CG-9PK] - 1909(Vic)-2004(Vic) - Licences: 3BW Portarlington (1929-1980+) - Qualifications: AOCP 519, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: business proprietor (Portarlington, 1931-1980) * [[/Walter Lyell Woolnough|Woolnough, Walter Lyell]] [https://www.familysearch.org/tree/person/details/9CJF-LS3] - 1906(NSW)-1999(NSW) - 2GW Sydney (Killara, 1925-1927; Gordon, 1928-1930; Greenwich, 1931; Gordon, 1933-1936), 2GW Lithgow (1937-1939), Sydney (Gordon, 1946-1980+), amateur operator (AOCP 153, 1925, No. ?? in NSW), amateur broadcaster, licence held by father Walter George Woolnough till 1933, engineer ===''WOOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Meredith Wooster|Wooster, Horace Meredith "Jack"]] [https://www.familysearch.org/tree/person/details/L23Q-CGW] - 1909(Qld)-1992(Qld) - Licences: 4VH Townsville (City, 1930-1939; Belgian Gardens, 1946-1948); 4VH Brisbane (Yeronga, 1954-1980+) - Qualifications: cc; AOCP 623, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; state public servant (Qld Railways, telegraphist; Qld Main Roads Dept); military (Army signals officer) - Electoral Rolls: clerk (Townsville, 1931-1932; Norman Park, 1937; Townsville, 1943-1949; Yeronga, 1954-1980) ===''WORRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Albert Worrall|Worrall, Leonard Albert]] [https://www.familysearch.org/tree/person/details/LTL5-L1L] - 1912(NSW)-1978(Qld) - Licences: 2XM Sydney (Parramatta, 1933-1934; Punchbowl, 1935-1936); 4XM Cairns (1937-1939); 4WL Brisbane (Stafford Heights, 1975) - Qualifications: cc; AOCP 1221, 1933, NSW - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Punchbowl, NSW, 1934-1936; Cairns, Qld, 1937); bank clerk (Wynnum, Qld, 1943); clerk (Wynnum North, Qld, 1954-1963); bank manager (Tarragindi, Qld, 1968); manager (Stafford Heights, Qld, 1972-1977) ===''WORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Worth|Worth, Sydney or Sidney Ernest]] [https://www.familysearch.org/tree/person/details/GXBH-5Z3] - 1905(WA)-1963(WA) - Licences: 6SW Perth (Rivervale, 1930-1933; Nedlands, 1937-1939) - Qualifications: cc; CPRT 958, 1927; 2COCP 223, 1930; 1COCP 226, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rivervale, WA, 1931); wireless operator (Nedlands, WA, 1936-1958) ===''WRAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward James Crawford Wraith|Wraith, Edward James Crawford "Jim"]] [https://www.familysearch.org/tree/person/details/KV2C-11D] - 1862(Vic)-1942(Vic) - Early wireless experimenter ===''WRATTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn James Wratten|Wratten, Mervyn James]] [https://www.familysearch.org/tree/person/details/GZJM-DV8] - 1918(Qld)-1999(Qld) - Licences: 4MW Ipswich (Brassall, 1937-1939; North Ipswich, 1946-1947; Brassall, 1948-1980+); 4LX Gold Coast (Palm Beach, 1956-1969) - Qualifications: cc; AOCP 1932, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Ipswich ARC); military (WW2, CMF, AIF); employment (Cribb & Foote, manager, radio section); business proprietor (Avon Theatre) - Electoral Rolls: shop assistant (Brassall, Qld, 1943-1977; North Ipswich, Qld, 1980) ===''WRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Milroy Percy Wray|Wray, Ronald Milroy Percy]] [https://www.familysearch.org/tree/person/details/G8H3-QYM] - 1909(Vic)-1963(NSW) - Licences: 2WX Sydney (Hurstville, 1929-1961) - Qualifications: AOCP 472, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified ===''WREFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Norman Wreford|Wreford, Roger Norman]] [https://www.familysearch.org/tree/person/details/GX22-N2X] - 1909(WA)-1990(SA) - Licences: 2ADC Broken Hill (1936-1937); 5RW Adelaide (Blackwood, 1938-1939; Mitcham, 1947-1954; South Brighton, 1955-1960; Crafers, 1965-1980+) - Qualifications: cc; AOCP 1714, 1936, NSW - amateur operator; amateur broadcaster - Relationships: Brother of 5DW-6IW Arthur Franklin Wreford - Electoral Rolls: bank clerk (Broken Hill, NSW, 1935-1936; Blackwood, SA, 1939; Mitcham, SA, 1941-1943) * [[/Arthur Franklin Wreford|Wreford, Arthur Franklin]] [https://www.familysearch.org/tree/person/details/G3V1-92S] - 1898(WA)-19??(???) - Licences: 5DW Adelaide (Kensington Gardens, 1937-1939; Cumberland, 1947-1954); 6IW Perth (Armadale, 1955-1969) - Qualifications: cc; AOCP 2037, 1937, SA; 2COCP 452, 1941 - amateur operator; amateur broadcaster; WW1 - Relationships: Brother of 2ADC-5RW Roger Norman Wreford - Electoral Rolls: bank clerk (Kensington Gardens, SA, 1939); mechanic (Crystal Brook, SA, 1941; Cumberland, SA, 1943); civil servant (Gosnells, WA, 1954); technician (Armadale, WA, 1958) - Links: [https://discoveringanzacs.naa.gov.au/browse/person/133040 NAA] ===''WRIEDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Sjoberg Albert Wriede|Wriede, George Sjoberg Albert]] [https://www.familysearch.org/tree/person/details/LKG2-VK8] - 1900(Qld)-1971(Qld) - Licences: 4DJ Receive Caboolture (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: railway employee (Cooroy, 1921; Miriam Vale, 1925-1958); retired (Gladstone, 1963) ===''WRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Wright|Wright, Albert Edward]] - 19??(???)-19??(???) - Licences: 2SS Receive Scarborough (1923); 2SS Scarborough (1924-1925); 2SS Coledale (1926-1933); 2SS Coolah (1933); 2SE Scarborough (1935-1936); 2SE Louth/Bourke (1937-1938); 2SE Walgett (1939); 2SE Willow Tree (1946); 2SE Stanmore (1947-1950); 2SE Sydney (Guildford, 1954-1961); 2SE Quirindi (1965) - Qualifications: cc; AOCP 118, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Comment: several contemporaneous Albert Edward Wrights in NSW, needs specific data to identify - Electoral Rolls: Nil yet identified * [[/A. W. H. Wright|Wright, A. W. H. "Bill"]] - 19??(???)-19??(???) - 5BW Adelaide, 3AAW, 4TU Garbutt (-1950+, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster * [[/Collis Page Wright|Wright, Collis Page]] [https://www.familysearch.org/tree/person/details/GD1P-P9L] - 1912(Tas)-2004(Tas) - Licences: 7LZ Launceston (1933-1980+) - Qualifications: cc; AOCP 1099, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draper's assistant (Launceston, 1936-1937); salesman (Launceston, 1943); draper (Launceston, 1949-1968) * [[/Eric John Wright|Wright, Eric John]] [https://www.familysearch.org/tree/person/details/GXHG-P2G] - 1904(Qld)-1967(Qld) - Licences: 4DY Brisbane (Annerley, 1936-1939; Windsor, 1947; Buranda, 1948; Annerley, 1954; Buranda, 1955-1956; Ekibin, 1960-1965) - Qualifications: cc; AOCP 1816, 1936, Qld; 3COCP 1471, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: turner (Annerley, Qld, 1937-1943; Annerley, Qld, 1949); waterside worker (Ekibin, Qld, 1963) * [[/Frederick Harold Wright|Wright, Frederick Harold]] [https://www.familysearch.org/tree/person/details/GF95-LW1] - 1910(Eng)-1972(WA) - Licences: 6FR Perth (Buckland Hill, 1936-1937; Mosman Park, 1938-1939, 1947-1960) - Qualifications: cc; AOCP 1809, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Buckland Hill, WA, 1936; Mosman Park, WA, 1943-1963) * [[/William Henry Hilsdon Wright|Wright, William Henry Hilsdon]] [https://www.familysearch.org/tree/person/details/GDVF-RKL] - 1905(Qld)-1967(Qld) - Licences: 4FA Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Murrays Creek, 1930; Ballandean, 1937-1949); teacher (Toowoomba, 1954-1963) ===''WYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Hemingway Wyle|Wyle, Albert John Hemingway]] [https://www.familysearch.org/tree/person/details/GF3J-6L7] - 1913(WA)-1990(WA) - Licences: 6BW Perth (Shenton Park, 1937-1939; Nedlands, 1947-1980+) - Qualifications: cc; AOCP 1865, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: radio salesman (Nedlands, WA, 1943-1968); salesman (Dalkeith, WA, 1972-1980) ===''WYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Agar Wynne|Wynne, Agar]] [https://www.familysearch.org/tree/person/details/LZ4J-6CN] - 1850(Eng)-1934(Vic) - senior federal politician (Postmaster-General, 1913-1914) * [[/Alfred Percy Wynne|Wynne, Alfred Percy]] [https://www.familysearch.org/tree/person/details/L858-Q52] - 1885(Qld)-1966(Qld) - proprietor music business (Wynne's Music, Maryborough), proprietor broadcasting station (4MB Maryborough) - Electoral Rolls: piano tuner (Paddington, 1908; Mooloolah, 1909); commercial traveller (Mooloolah, 1912); piano tuner (Maryborough, 1913); salesman (Brisbane, 1916-1917; Mooloolah, 1919; Maryborough, 1919-1925); music store proprietor (Maryborough, 1928-1949); business manager (Maryborough, 1963) =='''X'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> =='''Y'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''YATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Gordon Yates|Yates, Kenneth Gordon]] [https://www.familysearch.org/tree/person/details/GXRW-CJ3] - 1910(SA)-2000(SA) - Licences: 5RP Adelaide (Cottonville, 1939, 1947-1954; Westbourne Park, 1955-1980+) - Qualifications: cc; AOCP 2371, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Cottonville, SA, 1939-1943) * [[/Reginald Colin Yates|Yates, Reginald Colin]] [https://www.familysearch.org/tree/person/details/GXRW-QX6] - 1914(SA)-1984(NSW) - Licences: 5RY Wyalla (1935-1937); 2AGZ Wollongong (1938-1939, 1947); 2AGZ Sydney (Mosman, 1948-1950); 2AGZ Broken Hill (1954-1957); 2AGZ Newcastle (Hamilton, 1958-1961; Charlestown, 1965-1980) - Qualifications: cc; AOCP 1474, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Wollongong, NSW, 1943); electrical engineer (Mosman, NSW, 1949); engineer (Wollongong, NSW, 1954); chartered electrical engineer (Merewether, NSW, 1958); professional engineer (Charlestown, NSW, 1968-1980) ===''YEATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Melville Yeates|Yeates, Henry Melville]] [https://www.familysearch.org/tree/person/details/G698-PXG] - 1912(Tas)-1980(???) - Licences: 7HY Launceston (1936-1939, 1948-1956) - Qualifications: cc; AOCP 1621, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Launceston, 1936-1937); electrical contractor (Launceston, 1949-1954); salesman (Mosman, NSW, 1958-1977) ===''YORSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Sutherland Yorston|Yorston, Ernest Sutherland]] [https://www.familysearch.org/tree/person/details/GZY8-46D] - 1909(Vic)-1971(Vic) - Licences: 3ES Melbourne (Caulfield, 1926-1939) - Qualifications: AOCP 299, 1926, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1931-1937); sales (Caulfield, 1942; Elsternwick, 1949); manufacturer (Caulfield, 1954-1963); director (Oakleigh, 1967-1968) ===''YOUNG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Crawford Addison Young|Young, Crawford Addison]] [https://www.familysearch.org/tree/person/details/GF3C-DQT] - 1914(WA)-1971(WA) - Licences: 6CY Perth (Fremantle, 1934-1939, 1947-1969) - Qualifications: cc; AOCP 1265, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Fremantle, WA, 1936-1937; South Fremantle, WA, 1943-1968) * [[/Ivan Harold Young|Young, Ivan Harold]] [https://www.familysearch.org/tree/person/details/L118-BVF] - 1910(Qld)-2000(Qld) - Licences: 4YG Brisbane (Albion) (1930-1939); 4YH Brisbane (Mitchelton) (1969-1980+) - Qualifications: cc; AOCP 708, 1930, No. ?? in Qld; BOCP 315, 1940 - amateur operator; amateur broadcaster; radio technician (Mission Control Station, Thursday Island) - Electoral Rolls: nil (Albion, 1931-1937); public servant (Newmarket, 1943; Mitchelton, 1949-1980) * [[/James Wolstenholme Young|Young, James Wolstenholme]] [https://www.familysearch.org/tree/person/details/L2TQ-Z2R] - 1909(NSW)-1995(NSW) - Licences: 2JY Sydney (Turramurra, 1925-1934; Roseville, 1938-1939); 2JY Katoomba (1946); 2JY Sydney (Mona Vale, 1947-1948; Willoughby, 1950-1961; Middle Cove, 1965-1980) - Qualifications: AOCP 189, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: articled clerk (Turramurra, 1932-1934), solicitor (Roseville, 1937; Katoomba, 1943; Willoughby, 1954-1977) * [[/John William Young|Young, John William]] [https://www.familysearch.org/tree/person/details/L6RN-2XX] - 1906(Qld)-1981(Qld) - Licences: 4JY Brisbane (Rosalie, 1931; Sandgate, 1933; Rosalie, 1938; Coorparoo, 1946-1980+) - Qualifications: cc; AOCP 752, 1931, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Rosalie, 1931); clerk (Sandgate, 1936); storeman (Rosalie, 1937; Coorparoo, 1943-1963); commercial traveller (Coorparoo, 1968-1980) * [[/William Anderson Young|Young, William Anderson]] [https://www.familysearch.org/tree/person/details/G89P-B3K] - 1897(Sct)-1956(Qld) - Licences: 4WA Brisbane (West End, 1927-1931) - Qualifications: cc; AOCP 330, 1927, No. 34 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: boot employee (West End, 1925-1937); bootmaker (Ashgrove, 1943-1954) =='''Z'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''ZECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Zech|Zech, William James]] [https://www.familysearch.org/tree/person/details/GZDZ-YJG] - 1893(Eng)-1973(NSW) - Licences: XABQ Sydney (Annandale, 1912-1914), 2DL Sydney (Annandale, 1922, Receive), 2WZ Sydney (Annandale, 1925-1927; Ashfield, 1928-1930; Stanmore, 1933-1934), 2ACP Sydney (Enmore, 1937; Como, 1938), 2ACP Katoomba 1939 & 1946-1975) - Qualifications: CPRTelephony 424; no record of AOCP - early wireless experimenter, ship wireless operator, amateur operator, amateur broadcaster - Electoral Rolls: {{BookCat}} kub45kwuwbopl76zh7f4l7i6qjbpnx1 4089919 4089914 2022-08-09T20:59:49Z Samuel.dellit 1387936 /* SAMPSON */ wikitext text/x-wiki {{incomplete}} {{WikipediaCredit}} {{CompactTOC8|side=yes}} Thumbnail Radio Biographies sorted alphabetically by surname '''Many of the stars of Australia's Radio Universe''' '''Covering the full gamut from hypergiants to brown dwarfs''' '''Each lit the way forward to broadcasting in Australia''' =='''A'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''ABBISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Frederick Abbiss|Abbiss, John Edwin Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/GZZJ-6H9] - 1907(Eng)-1977(Qld) - Licences: 4JA Brisbane (Balmoral, 1930; Morningside, 1931-1939) - Qualifications: cc; AOCP 581, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Evans Deakin shipyards) - Halcyon: p. 83, Abiss - Electoral Rolls: engineering draftsman (Morningside, 1936); draftsman (Coorparoo, 1937; Morningside, 1949-1977) ===''ABBOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Nicholson Abbott|Abbott, Reginald Nicholson or Nicolson]] [https://www.familysearch.org/tree/person/details/9V2T-FTG] - 1897(Vic)-1980(Vic) - Licences: 3VR Melbourne (Alphington, 1923-1927); 3ABB Melbourne (Caulfield, 1947-1980) - Qualifications: cc; CPRT 273, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Alphinton, 1925-1927; St Kilda, 1931-1937; Caulfield, 1942-1949); technician (Caulfield, 1954-1977) * [[/Roy Edgar Abbott|Abbott, Roy Edgar]] [https://www.familysearch.org/tree/person/details/L6MT-CZX] - 1902(NSW)-1943(Qld) - Licences: 2YK Dorrigo (1930-1931); 2YK Telegraph Point (1933-1939) - Qualifications: cc; CPRTelephony 668, 1921; AOCP, not yet identified; 2COCP 179, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Dorrigo, 1930; Telegraph Point, 1933-1937; Mittagong, 1943) - Sacrifice: "Greater love hath no man than this" * [[/Thomas Kingsmill Abbott|Abbott, Thomas Kingsmill]] [https://www.familysearch.org/tree/person/details/LHFH-4FH] - 1891(NSW)-1933(NSW) - Licences: 2TK Wingen (1926-1929) - Qualifications: cc; Nil yet identified (likely military) - amateur operator; amateur broadcaster; WW1; witness to Royal Commission 1927 (as Graziers' Assoc NSW) - Comment: beware other contemporaneous TK Abbotts - Electoral Rolls: overseer (Muralla, 1913); grazier (Wollongong, 1931) - Links: [https://vwma.org.au/explore/people/209607 Obit] ===''ABRAHAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Abrahams|Abrahams, Frank]] [https://www.familysearch.org/tree/person/details/G836-Y6P] - 1903(Vic)-1984(Vic) - Licences: 3FA Melbourne (South Yarra, 1924-1925) - Qualifications: cc; 3COCP 6089, 1966 - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (St Kilda, 1925-1931); manufacturer (St Kilda, 1935-1936; Malvern, 1943-1967; Toorak, 1977-1980) - Relationships: brother of Louis Henry Abrahams * [[/Louis Henry Abrahams|Abrahams, Louis Henry]] [https://www.familysearch.org/tree/person/details/G8GJ-GZP] - 1889(Vic)-1940(Vic) - Licences: Receive (Valve) Melbourne (St Kilda, 1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1; director (Victorian Radio Interests Ltd); witness to Royal Commission Wireless 1927 - Electoral Rolls: potter (Brunswick, 1909); tobacconist (South Yarra, 1912-1921); manufacturer (St Kilda, 1924-1926); burner (Brunswick, 1937-1942) - Relationships: brother of 3FA Frank Abrahams ===''ACKERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Adam Ackerman|Ackerman, Joseph Adam]] [https://www.familysearch.org/tree/person/details/GZZV-49L] - 1911(NSW)-1993(Qld) - Licences: 2ALG Sydney (Carlton, 1938-1939, 1946-1948); 2ALG Wentworthville (1950); 2ALG Sydney (Parramatta, 1954-1958; North Rocks, 1960-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 2229, 1938, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal employee (Paddington, 1932; Annandale, 1933-1936; Kogarah, 1937-1943; Carlton, 1949); clerk (Parramatta, 1954-1958); senior supervisor (Wentworthville, 1963; Epping, 1968-1972); retired (Sans Souci, 1977; Hurstville, 1980) ===''ACKLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Daniel Ackling|Ackling, Harold Daniel]] [https://www.familysearch.org/tree/person/details/LD5F-8RK] - 1892(NSW)-1982(NSW) - Licences: 2PX Sydney (Bankstown, 1930-1980+) - Qualifications: cc; AOCP 612, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Randwick, 1913); machinist (Bankstown, 1930-1980) ===''ACKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Frederick Gloucester Ackland|Ackland, Stanley Frederick Gloucester]] [https://www.familysearch.org/tree/person/details/L5PB-C2Y] - 1904(SA)-1966(SA) - Licences: Receive Adelaide (Prospect, 1923); 5SF Adelaide (Prospect, 1924-1931; Linden Park, 1954-1965) - Qualifications: cc; AOCP 21, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Burnside, 1939-1943) ===''ADAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Adams|Adams, Frank John]] [https://www.familysearch.org/tree/person/details/GZJM-29V] - 1880(Eng)-1968(Vic) - Licences: 3XO Receive Melbourne (Brighton, 1923); 3XO Melbourne (Brighton, 1924-1939) - Qualifications: cc; AOCP 155, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; manager - Electoral Rolls: motor garage proprietor (Brighton, 1913); garage proprietor (Elsternwick, 1919-1921; Brighton, 1922-1924); manager (Brighton, 1925-1954); nil (Brighton, 1963-1968) * [[/Peter Harry Arthur Adams|Adams, Peter Harry Arthur "Pete"]] [https://www.familysearch.org/tree/person/details/LT3N-XMC] - 1909(NSW)-1984(NSW) - Licences: Receive (Valve) Sydney (Cremorne, 1923-1924); 2JX Sydney (Cremorne, 1927; Manly, 1929; Cremorne, 1930; Gordon, 1931; Woolahra, 1933; Epping, 1933; Cremorne, 1935-1936; Thornleigh, 1937; Waverton, 1938-1939; Denistone, 1946-1947; Avalon Beach, 1948-1950); 2JX Wentworth Falls (1954-1961); 2JX Sydney (Pymble, 1965-1969); 2JX Nambucca Heads (1975); 2JX Wentworth Falls (1980+) - Qualifications: cc; AOCP 380, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933); labourer (Epping, 1934); engineer (St Kilda, 1934); radio engineer (Thornleigh, 1937; Darlinghurst, 1943); engineer (Avalon Beach, 1949; Wentworth Falls, 1958); retired (Valla Beach, 1972-1977; Wentworth Falls, 1980) ===''ADAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Kenneth Adamson|Adamson, William Kenneth]] [https://www.familysearch.org/tree/person/details/MLXZ-HX5] - 1905(SA)-1982(SA) - Licences: Receive Adelaide (Parkside, 1923-1924); 5WA Adelaide (Parkside, 1925-1927; Fullarton, 1928-1939) - Qualifications: cc; AOCP 135, 1925, No. ?? in SA - amateur operator; amateur broadcaster; engineer - Electoral Rolls: engineer (Fullarton, 1939-1943) ===''AGNEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Gordon Carlisle Agnew|Agnew, Robert Gordon Carlisle]] [https://www.familysearch.org/tree/person/details/LDKK-D8Y] - 1904(WA)-1975(WA) - Licences: 6RA Perth (Nedlands, 1931-1939) - Qualifications: cc; AOCP 721, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1925; Nedlands, WA, 1931-1972) ===''AKEROYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gordon Akeroyd|Akeroyd, Arthur Gordon]] [https://www.familysearch.org/tree/person/details/G6F2-JXL] - 1890(Vic)-1948(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Meteorologist, Forecasting and Statistical Division, Victoria) - Electoral Rolls: civil servant (Northcote, Vic, 1912-1915); meteorologist (Northcote, 1921-1937); civil servant (Cottesloe, WA, 1943) - Links: [https://adb.anu.edu.au/biography/akeroyd-arthur-gordon-9321 ADB] ===''ALDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Oscar Edward Alder|Alder, Oscar Edward "Ock"]] [https://www.familysearch.org/tree/person/details/KJZ2-D3P] - 1896(Qld)-1987(Qld) - Licences: 4JB Brisbane (Albion, 1928-1939, 1946-1948; Chermside, 1954-1969) - Qualifications: cc; AOCP 423, 1928, No. 47 in Qld - amateur operator; amateur broadcaster; wool classer - Halcyon: p. 28, 84, 137 - Electoral Rolls: student (Albion, 1919); wool classer (Albion, 1925-1937; Cunnamulla, 1943); warehouse assistant (Chermside, 1949-1980) ===''ALDERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Zerbini Alderman|Alderman, Valentine Zerbini]] [https://www.familysearch.org/tree/person/details/GXVL-F8N] - 1893(SA)-1919(SA) - Licences: XVC Adelaide (Glenelg, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: Nil yet identified ===''ALEXANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Talbot Meredith Alexander|Alexander, Talbot Meredith]] [https://www.familysearch.org/tree/person/details/L1FJ-MZN] - 1888(Vic)-1978(Qld) - Licences: 4TM Brisbane (Ashgrove, 1931-1933); 4TM Townsville (North Ward, 1937-1939) - Qualifications: cc; 2COCP 315, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: salesman (Kew, Vic, 1912-1914); wireless instructor (Melbourne City, 1925-1926); superintendent wireless (Glenferrie, Vic, 1926-1927); sales representative (City, Brisbane, 1928); business manager (North Ward, Qld, 1936-1937); instructor (Paddington, Qld, 1943); commercial traveller (East Brisbane, Qld, 1949; New Farm, 1954-1958); retired (Moorooka, 1968-1977) ===''ALLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus John Allan|Allan, Angus John]] [https://www.familysearch.org/tree/person/details/GX2C-YWF] - 1912(SA)-1996(SA) - Licences: 5UL Adelaide (Ovingham, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 2013, 1937, SA; 1COCP 458, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Ovingham, SA, 1939-1941) * [[/John Allan|Allan, John]] [https://www.familysearch.org/tree/person/details/GXH1-PFG] - 1905(Sct)-19??(???) - Licences: 4AN Brisbane (Chermside, 1937-1939) - Qualifications: cc; AOCP 1938, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous JAs - Electoral Rolls: Nil yet identified ===''ALLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Mason Allard|Allard, George Mason]] [https://www.familysearch.org/tree/person/details/G6HT-JMV] - 1866(Eng)-1953(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman of Directors (AWA); witness to Royal Commission Wireless 1927 - Honours: knighted; K.B. - Electoral Rolls: secretary (Wahroonga, 1930-1937); accountant (Wahroonga, 1943-1949) - Links: [https://adb.anu.edu.au/biography/allard-sir-george-mason-4999 ADB] ===''ALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Allen|Allen, Albert Edward]] [https://www.familysearch.org/tree/person/details/G69B-SGR] - 1902(Tas)-1969(Tas) - Licences: 7PA Hobart (New Town, 1933-1937; Moonah, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 1171, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: brother of 7AL Thomas Arthur Allen - Electoral Rolls: electrical engineer (New Town, 1928-1936; Moonah, 1937-1954) * [[/George Alexander Allen|Allen, George Alexander]] [https://www.familysearch.org/tree/person/details/GD3H-DJK] - 1891(Sct)-1965(USA) - Licences: Nil yet identified - Qualifications: CPRT 49, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: Nil yet identified * [[/Kenneth Douglas Allen|Allen, Kenneth Douglas]] [https://www.familysearch.org/tree/person/details/G8N5-19J] - 1907(WA)-2002(Qld) - Licences: 2GX Sydney (West Ryde, 1930-1934) - Qualifications: AOCP 648, 1930, NSW; 3COCP 4263, 1963 - amateur operator, amateur broadcaster, WW2 (Army, Royal Australian Engineers, Lieutenant, 1940) - Education: BSc (Syd Uni, 1933) - Electoral Rolls: student (West Ryde, 1930-1935); director (Woolwich, 1936-1937); soldier (Woolwich, 1943); engineer (Woolwich, 1963-1972; Hunters Hill, 1977; Gladesville, 1980) * [[/Robert Kelvin Allen|Allen, Robert Kelvin]] [https://www.familysearch.org/tree/person/details/GQTK-TH9] - 1916(Qld)-1942(Indonesia) - Licences: 4PR Brisbane (1936-1939) - Qualifications: AOCP 1634, 1936, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 13 Squadron, Pilot Officer), (Halcyon, p. 177) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/allen-robert-kelvin-404945/] * [[/Thomas Arthur Allen|Allen, Thomas Arthur]] [https://www.familysearch.org/tree/person/details/G6SQ-9YN] - 1916(Tas)-1998(Tas) - Licences: 7AL Hobart (New Town, 1936-1939, 1946-1956; Lindisfarne,1960-1980+) - Qualifications: cc; AOCP 1738, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 7PA Albert Edward Allen - Electoral Rolls: salesman (New Town, 1943-1954); director (Lindisfarne, 1963-1972) ===''ALLINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Thirlmier John Allinson|Allinson, Lancelot Thirlmier John]] [https://www.familysearch.org/tree/person/details/L81B-F4P] - 1896(NSW)-1961(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 804, 1924 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: radiotelegraphist (Applecross, WA, 1925; Broome, WA, 1931; Como, WA, 1931; South Perth, WA, 1936-1943; Broome, WA, 1949-1954); telegraphist (Esperance, WA, 1958) ===''ALLSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Cottam Allsop|Allsop, Raymond Cottam "Ray"]] [https://www.familysearch.org/tree/person/details/LJLT-SNJ] - 1898(NSW)-1972(NSW) - Licences: XCA Sydney (Randwick, 1911-1914); 2YG Sydney (Randwick, 1924; Coogee 1924-1929; Roseville, 1930); 2AYG Sydney (Roseville, 1946-1947+); 2NA Sydney (Roseville, 1961); 2BL Sydney (Roseville, 1965-1969) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW); broadcaster (2BL, chief engineer); journalist (Wireless Weekly, 1920s); military (RAN Volunteer Reserve, Lieutenant; WW2 (RAN, Engineer Lieutenant); witness to Royal Commission Wireless 1927 (obo Broadcasters Sydney Ltd; federal public servant (ABCB, member, 1953-1954) - Honours: Coronation Medal, 1937; OBE, 1971 - Electoral Rolls: radio engineer (Roseville, 1930); engineer (Roseville, 1933; Gordon, 1937; Roseville, 1943); electronic engineer (Roseville, 1949); director (South Yarra, 1954); engineer (Roseville, 1958-1968) - Links: [https://adb.anu.edu.au/biography/allsop-raymond-cottam-ray-9344 ADB]; [http://messui.polygonal-moogle.com/valves/NW199001.pdf EA] ===''ALSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Russell Alsop|Alsop, John Russell]] [https://www.familysearch.org/tree/person/details/LKB3-WXQ] - 1906(Vic)-1973(Vic) - 3MI Melbourne (Kew, 1925-1939), amateur operator (AOCP 76, 1925, No. ?? in Vic), amateur broadcaster, engineer ===''AMBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Charles Ambler|Ambler, Sydney Charles]] [https://www.familysearch.org/tree/person/details/GFWD-Y9L] - 1892(NSW)-1956(WA) - Licences: XYAE Perth (West Perth, 1913) - Qualifications: cc; CPRT 891, 1925; 2COCP 72, 1929; 1COCP 158, 1938 - early wireless experimenter; WW2 - Electoral Rolls: radio telegraphist (East Perth, WA, 1921; North Perth, WA, 1925); wireless telegraphist (Victoria Park, WA, 1934-1943); radio telegraphist (Esperance, WA, 1949); radio telephonist (Esperance, WA, 1954) ===''AMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement Edgar Ames|Ames, Clement Edgar "Clem"]] [https://www.familysearch.org/tree/person/details/KNDX-JF8] - 1889(SA)-1957(SA) - Licences: XVG Adelaide (Torrensville, 1913-1914); 5AV Adelaide (Kent Town, 1923; Hindmarsh, 1924) - Qualifications: cc; Nil identified - early wireless experimenter; amateur operator; amateur broadcaster; operator 5WI (1925) - Electoral Rolls: engineer (Allenby Gardens, 1939-43) ===''ANCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Leslie Finion Ancher|Ancher, Norman Leslie Finion or Tinian]] [https://www.familysearch.org/tree/person/details/GXL7-MCQ] - 1910(NSW)-1983(NSW) - Licences: 5NA Adelaide (Mile End, 1937-1939); 2NH Sydney (Lindfield, 1946-1947; Mosman, 1948-1954; Cremorne, 1955-1980+) - Qualifications: cc; AOCP 2057, 1937, SA; BOCP 476, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Chatswood, NSW, 1934); sound engineer (West Maitland, NSW, 1936); engineer (Mile End, SA, 1939; Rose Park, SA, 1941-1943); radio engineer (Mosman, NSW, 1949; Cremorne, NSW, 1958-1968); engineer (Cremorne, NSW, 1972); technical officer (Lane Cove, NSW, 1972-1980) ===''ANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Ronald Anderson|Anderson, Alexander Ronald]] [https://www.familysearch.org/tree/person/details/GXPM-L6J] - 1914(SA)-1997(SA) - Licences: 5GM Adelaide (Eastwood, 1936-1939, 1947; Payneham South, 1948-1980+) - Qualifications: cc; AOCP 1700, 1936, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: warehouseman (Eastwood, SA, 1939-1943) * [[/Andrew Oswald Anderson|Anderson, Andrew Oswald "Oswald", "Andy", "A.O."]] [https://www.familysearch.org/tree/person/details/99GB-Z8L] - 1885(NSW)-1944(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Electoral Rolls: accountant (Mosman, 1913); manager (Rose Bay, 1930; Vaucluse, 1934-1935) - Links: [https://ozvta.com/wp-content/uploads/2011/12/anderson-oswald-1062017.pdf Bio] * [[/Eric William Alfred Anderson|Anderson, Eric William Alfred]] [https://www.familysearch.org/tree/person/details/G8WX-744] - 1908(Vic)-1986(Vic) - Licences: 3KH Melbourne (East Malvern, 1928-1931; Glen Iris, 1933-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 424, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Malvern, 1936-1937); engineer (Camberwell, 1943; Glen Iris, 1949-1968; Burwood, 1972-1980) * [[/Frederic Brian Anderson|Anderson, Frederic Brian]] [https://www.familysearch.org/tree/person/details/L5YN-TYJ] - 1918(Eng)-2008(SA)90yo - Licences: 5FA Tanunda (1934-1939); 5FA Waikerie (1947-1956) - Qualifications: cc; AOCP 1351, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: clerk (Tanunda, SA, 1939-1943) * [[/G. R. Anderson|Anderson, G. R.]] - 19??(???)-19??(???) - Licences: Receive Adelaide (Gilberton, 1923); 5GA Adelaide (Highgate, 1931-1933; Myrtle Bank, 1937-1939, 1947-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/John Francis Anderson|Anderson, John Francis]] [https://www.familysearch.org/tree/person/details/G8JJ-WFL] - 1914(Vic)-19??(???) - Licences: 3JA Warrnambool (1930-1933); 3JA Nullawarre (1937-1939, 1946-1980+) - Qualifications: AOCP 661, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farmer (Warrnambool, 1936; Nullawarre, 1937-1980)- Comment: Several contemporaneous JFAs * [[/Keith Sydney Anderson|Anderson, Keith Sydney]] [https://www.familysearch.org/tree/person/details/GZLK-8J9] - 1911(WA)-1944(Vic) - Licences: 6KS Perth (North Perth, 1935); 6KS Mt Magnet (1937); 6KS Perth (1938-1939) - Qualifications: cc; AOCP 1487, 1935, WA - amateur operator; amateur broadcaster; WW2 (Army, 2nd/1st Infantry Battalion, Private) - Electoral rolls: bank officer (Mt Magnet, WA, 1936-1937; East Perth, WA, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/618137 VWMA]; [https://www.awm.gov.au/collection/R1691738 Roll of Honour]; [https://www.awm.gov.au/collection/P10295040 AWM] * [[/Maurice Bernard Anderson|Anderson, Maurice Bernard]] [https://www.familysearch.org/tree/person/details/GC3V-WL9] - 1908(SA)-1960(Vic) - Licences: Receive Adelaide (Cheltenham, 1923-1924); 5MA Adelaide (Cheltenham, 1925-1928); 3AMA Melbourne (Sandringham, 1947-1956) - Qualifications: cc; AOCP 103, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; fitter - Electoral Rolls: radio engineer (Cloncurry, Qld, 1931-1937) * [[/Percy James Anderson|Anderson, Percy James]] [https://www.familysearch.org/tree/person/details/G8WN-6Y7] - 1908(Vic)-1998(Vic) - Licences: 3PA Melbourne (Westgarth, 1928-1933; West Preston, 1937-1939, 1946-1956); 3PA Dooen (1965-1969); 3PA Geelong (Wallington, 1975-1980) - Qualifications: AOCP 428, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Westgarth, 1934); engineer (Preston, 1936-1963); technician (Horsham, 1967-1968); retired (Wallington, 1972-1980) - Relationships: brother-in-law of 3JR Christopher James Rainbow * [[/Robert Arthur Crosbie Anderson|Anderson, Robert Arthur Crosbie "Bob"]] [https://www.familysearch.org/tree/person/details/G8VK-GZN] - 1908(Vic)-1990(Vic) - Licences: 3WY Melbourne (Camberwell, 1930-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 691, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Camberwell, 1931-1949; Glen Iris, 1954-1967; Burwood, Vic, 1972-1980) ===''ANEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Anear|Anear, Francis George]] [https://www.familysearch.org/tree/person/details/9XLK-9D6] - 1910(SA)-1971(SA) - Licences: 5LK Carrow (1929-1931); 9WZ Momote, Admiralty Islands (1954); 5WZ Adelaide (Parkside, 1955); 3AGF Melbourne (Laverton, 1960); 5WZ Adelaide (Parkside, 1965-1969) - Qualifications: cc; AOCP 556, 1929, No. ?? in SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil identified as Francis George Anear ===''ANGEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Benjamin Angel|Angel, Henry Benjamin "Harry"]] [https://www.familysearch.org/tree/person/details/GQWW-K4Y] - 1891(Eng)-1998(Qld, 106yo) - Licences: 4HA Brisbane (St Lucia, 1935-1939; Enoggera, 1946-1969; Lota, 1975-1980+) - Qualifications: cc; AOCP 1503, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW1, AIF Signals; WW2, AMF, Navy); business proprietor (radio service) - QSLs: Entire collection held by SLQ - Halcyon: p. 51, 60, 81, 163 - Electoral Rolls: motor driver (Kangaroo Point, Qld, 1919; Toowong, Qld, 1919-1925); carrier (St Lucia, Qld, 1928-1937); radio mechanic (Enoggera, Qld, 1949-1972); retired (Lota, Qld, 1977-1980) ===''ANSCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Arthur Anscombe|Anscombe, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/G6TL-7LR] - 1888(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: turner & fitter (Northcote, Vic, 1912-1913; Surrey Hills, Vic, 1914); mechanic (Albert Park, Vic, 1919); manager (Box Hill, Vic, 1927-1943) ===''ANTHONY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Henry Anthony|Anthony, Michael Henry]] [https://www.familysearch.org/tree/person/details/LK3H-6B7] - 1894(Vic)-1966(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio telegraphist (Thursday Island, 1919); telegraphist (Prahran, 1921-1924); clerk (Oakleigh, 1934); railway employee (Sandringham, Vic, 1936-1942); telegraphist (Sandringham, 1954-1963) * [[/Reginald Major Anthony|Anthony, Reginald Major "Reg"]] [https://www.familysearch.org/tree/person/details/GCYN-YWG] - 1908(SA)-1986(SA) - Licences: 5CM Adelaide (Unley Park, 1927-1937; Medindie Gardens, 1938-1939; Prospect, 1946-1960; Somerton Park, 1965-1980+) - Qualifications: cc; AOCP 324, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Wilfred Boykett Anthony - Electoral Rolls: Nil * [[/Wilfred Boykett Anthony|Anthony, Wilfred Boykett]] [https://www.familysearch.org/tree/person/details/GCYJ-3HZ] - 1903(SA)-1974(SA) - Licences: Receive Adelaide (Unley Park, 1923) - Qualifications: Nil identified - amateur receive operator, WW2 - Relationships: Brother of Reginald Major Anthony - Electoral Rolls: bank clerk (Netherby, 1939-1941) ===''APPERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Apperley|Apperley, George]] [https://www.familysearch.org/tree/person/details/GDNQ-5XG] - 1887(NZ)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 704, 1922; 1COCP 237, 1931 - NZ Gov. Telegraphs pre 1910; British Colonial Gov, 1910-1912; AWA (from 1913; Chief Marconi Wireless School 1914-1916; Works Manager 1916-1919; technical superintendent 1919-1923; OIC Beam Wireless 1924; Traffic Manager, Beam Wireless - Electoral Rolls: engineer (Elsternwick, 1922); manager (St Kilda, 1928; Caulfield, Vic, 1931-1936; Elsternwick, Vic, 1943); engineer (Manly, NSW, 1954) ===''ARCHIBALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Wilson Archibald|Archibald, Ian Wilson]] [https://www.familysearch.org/tree/person/details/G8HM-9LC] - 1902(WA)-1993(NSW) - Licences: 2BJ Receive Tingha (1922); 2KU Sydney (Dulwich Hill, 1928-1939, 1946-1955; Sans Souci, 1956-1965; Noraville, 1969-1980+) - Qualifications: cc; AOCP 457, 1928, No. ?? in NSW; 3COCP 2393, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: mining engineer (Dulwich Hill, 1930-1933); engineer (Dulwich Hill, 1936-1954); chemist (Sans Souci, 1958-1963); retired (Noraville, 1968) ===''ARGAET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stanislaus Argaet|Argaet, William Stanislaus]] [https://www.familysearch.org/tree/person/details/GZDZ-8Z8] - 1894(NSW)-1951(Qld) - Licences: 4KH Brisbane (Wynnum, 1931-1939, 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; business proprietor (Wynnum bus service) - Halcyon, p. 87, 127 - Electoral Rolls: electrician (Coorparoo, 1925); bus proprietor (Wynnum, 1928-1949) ===''ARMATI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rex Gordon Armati|Armati, Rex Gordon]] [https://www.familysearch.org/tree/person/details/2S42-XKH] - 1899(Qld)-1973(Qld) - Licences: 4DB Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: chemist's assistant (Stanton Hill, Townsville, 1921-1928); salesman (Neutral Bay, 1930); chemist's assistant (Stanton Hill, Townsville, 1936-1943); employment officer (Darlinghurst, 1949); clerk (Darlinghurst, 1954-1958; Kings Cross, 1963); shipping clerk (Surry Hills, 1968-1972) ===''ARMSTRONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Howard Armstrong|Armstrong, Edwin Howard]] [https://www.familysearch.org/tree/person/details/L5ZX-354] - 1890(USA)-1954(USA) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - USA inventor of the superheterodyne receiver [https://worldradiohistory.com/Archive-Radio-Club-of-America/Legacies-of-Edwin-Howard-Armstong-1990-11-Radio-Club-of-America.pdf RCA 1990 Special Edition] * [[/Stanley John Armstrong|Armstrong, Stanley John]] [https://www.familysearch.org/tree/person/details/GX4V-K7Y] - 1910?(NSW)-1972(Qld) - Licences: 4ZK Brisbane (Enoggera, 1932-1933); 4SA Brisbane (Enoggera, 1954-1969) - Qualifications: cc; AOCP 1004, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: soldier (Windsor, Qld, 1919); clerk (Enoggera, Qld, 1922-1968) * [[/Thomas Armstrong|Armstrong, Thomas]] [https://www.familysearch.org/tree/person/details/G88Q-GGZ] - 1895(Sct)-1964(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRTelephony 217, 1916; 1COCP 132, 1930 - witness to Royal Commission 1927 (obo PMGD) - senior federal public servant (Superintendent, Wireless Branch, NSW, PMGD), promoted to role upon retirement of William Tamillas Stephen Crawford ===''ARNOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Sydney Arnold|Arnold, Albert Sydney]] [https://www.familysearch.org/tree/person/details/9M2W-ZG2] - 1882(NSW)-1965(NSW) - Licences: XAB Sydney (Ashfield, 1911-1914) - Qualifications: Nil identified as yet - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Ashfield, 1913-1954); company secretary (Hurlstone Park, 1958); retired (Hurlstone Park, 1963) * [[/Edwin Charles Arnold|Arnold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/L8QX-H7J] - 1898(NSW)-1970(NSW) - Licences: 2BY Receive Tamworth (1922); 2BY Tamworth (1923-1925); 2BY Coolah (1925-1927); 2BY Sydney (Manly, 1928; Mona Vale, 1933-1936); 2AGW Sydney (Manly, 1938-1939) - Qualifications: cc; AOCP 226, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Mona Vale, 1931-1934), clerk (Balgowlah Heights, 1943-1968) * [[/Ernest Noel Arnold|Arnold, Ernest Noel]] [https://www.familysearch.org/tree/person/details/G84H-8J6] - 1907(NSW)-1978(NSW) - Licences: Receive (Crystal) Albury (1923-1924); 2OJ Albury (1928-1939, 1946-1975) - Qualifications: AOCP 452, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Albury, 1930-1937); fruit merchant (Albury, 1949-1977) * [[/Joseph Leslie Grahame Arnold|Arnold, Joseph Leslie Grahame "Les"]] [https://www.familysearch.org/tree/person/details/L853-R3J] - 1912(Vic)-1991(Tas) - Licences: 7AM Launceston (City, 1934-1939; Invermay, 1946-1956; Mowbray, 1960-1969; City, 1975-1980+) - Qualifications: cc; AOCP 1263, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: textile worker (Launceston North, 1936-1954); mechanic (Mowbray, 1968) * [[/William Henry Redvers Arnold|Arnold, William Henry Redvers]] [https://www.familysearch.org/tree/person/details/L2J7-SZ1] - 1903(Eng)-1993(WA) - Licences: 6BA Perth (Wembley, 1936-1937); 6BA Katanning (1938-1939) - Qualifications: cc; AOCP 1762, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Subiaco, WA, 1931-1937); electrical fitter (Katanning, WA, 1943; Kalgoorlie, WA, 1943); engineer (South Fremantle, WA, 1949); fitter (Scarborough, WA, 1954); electrician (Scarborough, WA, 1958); engineer (Floreat Park, WA, 1963); electrical contractor (West Perth, WA, 1968; South Perth, WA, 1972); electrician (Australind, WA, 1977) ===''ARTHUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Glendon Arthur|Arthur, Charles James Glendon "Glen"]] [https://www.familysearch.org/tree/person/details/G8CT-T62] - 1915(Qld)-1983(Qld) - Licences 4GJ Dayboro (1935-1939); 4GJ Brisbane (Morningside, 1946-1980+) - Qualifications: cc; AOCP 1450, 1935, Qld; BOCP?; 2COCP 493, 1941; 1COCP 639, 1942 - amateur operator, amateur broadcaster - Halcyon: p. 80 - Electoral Rolls: radio engineer (Wagga Wagga, 1943); radio mechanic (Morningside, 1949-1980) ===''ASHBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. W. C. Ashbury|Ashbury, A. W. C.]] - 19??(???)-19??(???) - Licences: Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ASHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice John Ashby|Ashby, Maurice John]] [https://www.familysearch.org/tree/person/details/GX49-L1C] - 1901(Eng)-1973(NSW) - Licences: 4DH Receive Dalby (1923) - Qualifications: cc; CPRT 899, 1925; 2COCP 94, 1930; 1COCP 281, 1932 - amateur receiver - Electoral Rolls: gardener (Dalby, 1922); labourer (Greenslopes, 1925); salesman (Glebe, 1933; Northbridge, 1935-1936; Epping, 1937); radio telegraphist (New Farm, Qld, 1943); planning assistant (Haberfield, NSW, 1943; Pennant Hills, NSW, 1949; Thornleigh, NSW, 1954-1963); retired (Avalon Beach, NSW, 1968-1972) ===''ASHLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Richard Ashley|Ashley, George William Richard]] [https://www.familysearch.org/tree/person/details/GF96-CMZ] - 1919(Eng)-1999(WA) - Licences: 6GA Perth (Carlisle, 1938-1939, 1947-1954); 6GA Kalgoorlie (1955-1956); 6GA Perth (Mt Yokine, 1960-1980+) - Qualifications: cc; AOCP 2094, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Carlisle, WA, 1943-1949); communications officer (Kalgoorlie, WA, 1954-1958); clerk (Yokine, WA, 1963-1980) ===''ASHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Robert Ashlin|Ashlin, Eric Robert]] [https://www.familysearch.org/tree/person/details/GSRF-44C] - 1910(Qld)-1992(Qld) - Licences: 4EA Brisbane (Annerley, 1931-1933); 4EA Toowoomba (1937-1939); 4EA Coolangatta (1946-1947); 4EA Bilinga (1948-1975) - Qualifications: cc; AOCP 873, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Rosentengels, radio service); military (WW2; signals officer) - Halcyon: p. 73, 127, 163 - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1936-1943; Bilinga, Qld, 1949-1963); TV technician (Bilinga, NSW, 1968-1980) ===''ASMUSSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Asmussen|Asmussen, Donald "Don"]] - Licences: 4ZJA Brisbane (Mt Gravatt, 1965); 4FA Brisbane (Mt Gravatt, 1969-1980+) - amateur operator, JOTA participant 1960s ===''ATHELSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. N. Athelstone|Athelstone, G. N.]] - 19??(???)-19??(???) - Licences: 5NG Central Australia (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Joseph Atkins|Atkins, Kenneth Joseph "Ken"]] [https://www.familysearch.org/tree/person/details/GCXH-NW7] - 1912(Eng)-2001(SA) - Licences: 5MW Adelaide (Semaphore, 1932-1939; Woodville Park, 1946-1948; Eden Hills, 1954; Blackwood Park, 1955-1960; Campbelltown, 1965-1980+) - Qualifications: cc; AOCP 910, 1932, No. ?? in SA; BOCP 415, 1941 - amateur operator; amateur broadcaster; engineer (Dept. Civil Aviation) - Electoral Rolls: mechanic (Semaphore, SA, 1939-1941); engineer (Woodville Park, SA, 1943) * [[/Leslie Morton Atkins|Atkins, Leslie Morton "Les"]] [https://www.familysearch.org/tree/person/details/MCTV-T5T] - 1876(Vic)-1949(WA) - Licences: 4LA Townsville (1924-1926); 5LA Adelaide (Magill, 1926-1931; Tusmore, 1933; Erindale, 1937-1939); seems to have operated in Townsville as 4GD ca Nov 1924? - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMGD (telegraphist, east-west overland telegraph, Eucla, 1910); engineer (PMGD, divisional engineer) - Halcyon: AOCP Townsville 1925, p. 88 - Electoral Rolls: telegraphist (Eucla, 1903-1910; Victoria Park, 1912-1916); district engineer (Townsville, 1919-1925); engineer (Tusmore, 1939); retired (Lismore Base Hospital, NSW, 1943) ===''ATKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Marshall Atkinson|Atkinson, John Marshall]] [https://www.familysearch.org/tree/person/details/G89L-C6R] - 1906(Eng)-1999(ACT) - Licences: 2RZ Sydney (Mosman, 1927-1930; Carrs Park, 1931-1936; Glebe, 1937; Chippendale, 1938-1939); 4RZ Labrador (1955); 4RZ Gatton (1956-1960); 4RZ Southport (1969-1980+) - Qualifications: AOCP 331, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Neutral Bay, 1930); organiser (Darlinghurst, 1943); shopkeeper (Gatton, 1958-1963; Labrador, 1968); retired (Southport, 1972-1980) * [[/Noel Whittaker Atkinson|Atkinson, Noel Whittaker]] [https://www.familysearch.org/tree/person/details/K2XX-V88] - 1908(Qld)-1979(Qld) - Licences: 4WK Brisbane (1929), 4NA Brisbane (1930-1935, Check), 4BT Brisbane (Camp Hill, 1946-1965+) - Qualifications: AOCP 530, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, business proprietor (radio sales & service), federal public servant (DCA) - Electoral Rolls: - radio mechanic (Camp Hill, 1937-1977) - (Halcyon, p. 102) * [[/Reginald Aubrey Atkinson|Atkinson, Reginald Aubrey]] [https://www.familysearch.org/tree/person/details/9V5M-WJC] - 1895(Qld)-1965(Qld) - Licences: 4RA Brisbane (South Brisbane, 1928-1933; Annerley, 1937-1939) - Qualifications: cc; AOCP 412, 1928, No. 46 in Qld - amateur operator; amateur broadcaster - Halcyon: not mentioned - Electoral Rolls: clerk (Coorparoo, 1919); accountant (Rosewood, 1925); timber merchant (Yeronga, 1925; Thompson Estate, 1937-1949; Southport, 1958-1963) * [[/Robert Henry Atkinson|Atkinson, Robert Henry]] [https://www.familysearch.org/tree/person/details/GXY5-2P3] - 1913(WA)-19??(???) - Licences: 6WZ Perth (Victoria Park, 1936-1939); 6WZ Geraldton (1947-1955); 6WZ Albany (1956-1965); 6WZ Katanning (1969); 6WZ Albany (1975-1980) - Qualifications: cc; AOCP 1804, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: journalist (Victoria Park, WA, 1936-1937); radio announcer (Geraldton, WA, 1943); broadcast station manager (Geraldton, WA, 1949-1954); manager (Albany, WA, 1958-1968); radio announcer (Albany, WA, 1972-1980) ===''AUGUSTESEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Gerald Augustesen|Augustesen, Gordon Gerald]] [https://www.familysearch.org/tree/person/details/GZDZ-LF9] - 1915(Qld)-1986(Qld) - Licences: 4JN Brisbane (Mitchelton, 1932-1939); 4XQ Brisbane (Auchenflower, 1947-1948; Oakleigh, 1954-1960; Kenmore, 1965-1980+) - Qualifications: cc; AOCP 1046, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); military (WW2, RAAF, radar technician); business proprietor (Telair) - Halcyon: p. 85, 127 - Electoral Rolls: radio engineer (Mitchelton, Qld, 1943); manager (Auchenflower, Qld, 1949; Dorrington, Qld, 1954-1963; Kenmore, Qld, 1968-1980) ===''AUSTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emanuel Maxwell Austin|Austin, Emanuel Maxwell "Mannie"]] [https://www.familysearch.org/tree/person/details/G8HH-98K] - 1909(NSW)-1997(NSW) - Licences: 2KZ Kurri Kurri (1929-1980+) - Qualifications: AOCP 477, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clipper (Kurri Kurri, 1930-1980) * [[/Henry Lashbrooke Austin|Austin, Henry Lashbrooke "Hal"]] [https://www.familysearch.org/tree/person/details/L4V2-LDC] - 1902(SA)-1954(SA) - Licences: 5BN Adelaide (Norwood, 1923-1928); 5AW Adelaide (Rose Park, 1947-1954) - Qualifications: cc; AOCP 101, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Victoria Park, SA, 1939; Rose Park, 1941-1943) * [[/Selwood Charles Austin|Austin, Selwood Charles]] [https://www.familysearch.org/tree/person/details/GXBD-TVV] - 1902(WA)-1985(WA) - Licences: 6SA Perth (Victoria Park, 1927; South Perth, 1930-1956; Maida Vale, 1960-1969; Morley, 1975-1980+) - Qualifications: cc; CPRT 625, 1921; 1COCP 134, 1930 - amateur operator; amateur broadcaster - Relationships: Brother-in-law of Stanley Hogg - Electoral Rolls: electrician (South Perth, WA, 1931-1958); police officer (Maida Vale, WA, 1963-1968; Kalamunda, WA, 1972); retired (Morley, WA, 1977-1980) ===''AVARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Avard|Avard, Alfred Edward]] [https://www.familysearch.org/tree/person/details/G8X2-RRL] - 1901(Vic)-1978(Vic) - Licences: 3AZ Melbourne (Northcote, 1930-1939; Kew, 1946-1965) - Qualifications: AOCP 620, 1930, No. ?? in Vic; 1COCP 88, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Northcote, 1925-1937); public servant (Kew, 1943-1977) =='''B'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''BACKLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lincoln Backler|Backler, Eric Lincoln]] [https://www.familysearch.org/tree/person/details/LV8Q-6SK] - 1911(SA)-1980(SA) - Licences: 5HK Kingston SE (1933-1939, 1954-1980) - Qualifications: cc; AOCP 1093, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Kingston, SA, 1939) ===''BADENOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Herbert Lionel Badenoch|Badenoch, James Herbert Lionel]] [https://www.familysearch.org/tree/person/details/GXG7-3XK] - 1913(NSW)-1984(SA) - Licences: 5LB Adelaide (Trinity Gardens, 1932-1980+) - Qualifications: cc; AOCP 1012, 1932, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BADER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Adolphus Frederick Bader|Bader, Henry Adolphus Frederick]] [https://www.familysearch.org/tree/person/details/97M3-V5X] - 1866(Ger)-1928(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman, Trading Committee, Wireless Development Assoc (Perth); witness to Royal Commission 1927 (obo WDA) - Electoral Rolls: electrical engineer (North Perth, 1913-1926) ===''BADGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Victor Badger|Badger, Albert Victor]] [https://www.familysearch.org/tree/person/details/G9RY-9X6] - 1893(Eng)-1983(NSW) - 2YT Receive Sydney (Rozelle, 1923-1924), 2AB Sydney (Rozelle, 1925-1926; North Sydney, 1927-1929; Crows Nest, 1930; Rozelle, 1931-1934; Leichhardt, 1935-1939), amateur operator (AOCP 202, 1925, No. ?? in NSW), amateur broadcaster, operator (Hobart East, 1919); picture operator (Crows Nest, 1930; Rozelle, 1934; Lilyfield, 1937-1972; Leichhardt, 1977-1980)) ===''BAGST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. D. A. Bagst|Bagst, E. D. A.]] - 19??(???)-19??(???) - Licences: 5EB Adelaide (Woodville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: individual not yet identified, possibly Elizabeth D. Bagst nee Boyle who married Leslie Bagst at Newtown, NSW 1925, possible YL operator ===''BAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Leonard Bain|Bain, John Leonard]] [https://www.familysearch.org/tree/person/details/GD4V-6SV] - 1891(Eng)-19??(NSW?) - Licences: Nil yet identified - Qualifications: cc; CPRT 109, 1915 - ship wireless officer (pre WW1, WW1); journalist (technical editor, Listener-In, -1934+); clubs (IRE USA); WW1 (1916-1919); Associate Editor, Popular Radio Weekly (1927); witness to Royal Commission 1927 (as associate editor, Popular Radio Weekly, Victoria) - Education: B.Sc.(London) - Electoral Rolls: engineer (Essendon, Vic, 1925-1936); journalist (Darling Harbour, NSW, 1937) - Links: [https://www.awm.gov.au/collection/P10688424 AWM] ===''BAILEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bailey|Bailey, George]] [https://www.familysearch.org/tree/person/details/GDKW-8PX] - 1882(Eng)-19??(???) - Licences: 5GB Mt Gambier (1924-1926) - Qualifications: cc; CPRT 79, 1915 - RANRS (CPO to Warrant Telegraphist, 1917); amateur operator; amateur broadcaster - Electoral Rolls: retired (Mt Gambier, 1939-1943) * [[/Jack Harry Bailey|Bailey, Jack Harry]] [https://www.familysearch.org/tree/person/details/KG85-LZ4] - 1912(Qld)-1989(Qld) - Licences: 4JC Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1299, 1934, Qld; BOCP 1902, 1961 - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Red Hill, Qld, 1936-1937); electrical mechanic (Annerley, Qld, 1943-1954); teacher (Tarragindi, Qld, 1958-1963); college principal (Mackay, Qld, 1968); principal (Bundaberg, Qld, 1972; Tarragindi, Qld, 1977-1980) * [[/Robert Howard Bailey|Bailey, Robert Howard]] [https://www.familysearch.org/tree/person/details/GXLM-1X6] - 1917(SA)-1995(SA) - Licences: 5NW Crystal Brook (1936-1939); 5NW Adelaide (Kensington Park, 1948; Huddleston, 1954-1960); 5NW Crystal Brook (1965-1980+) - Qualifications: cc; AOCP 1764, 1936, SA; BOCP 673, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Crystal Brook, SA, 1939-1943) ===''BAIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Allan Baird|Baird, Thomas William Allan]] [https://www.familysearch.org/tree/person/details/LHKG-JVD] - 1886(Qld)-1943(Qld) - Licences: 4DY Receive Brisbane (Bayswater, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (AIF, 11 Field Company Engineers, 1916) - Electoral Rolls: gardener (North Pine, Qld, 1908); labourer (Bayswater, Qld, 1912-1913); storeman (Torwood, Qld, 1916-1943) ===''BAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Andrew Claude Baker|Baker, Andrew Claude]] [https://www.familysearch.org/tree/person/details/G6TG-RZ9] - 1897(Eng)-1935(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 144, 1915; 2COCP 193, 1930; 1COCP 303, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIR Rockhampton (1917-1918) - Electoral Rolls: wireless operator (Clayfield, 1914-1917; Rockhampton, 1919-1934) * [[/Charles Whiteway Baker|Baker, Charles Whiteway]] [https://www.familysearch.org/tree/person/details/LL93-HYP] - 1905(Vic)-1978(Vic) - Licences: 3VP Receive Bendigo (1923-1924); 3VP Bendigo (1925-1975) - Qualifications: cc; AOCP 156, 1925, No. ?? in Vic; BOCP 451, 1942 - amateur receiver; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (as a "listener"); merchant - Electoral Rolls: salesman (Bendigo, 1927-1931); merchant (Bendigo, 1934-1968; Kennington, 1972-1977) * [[/Ernest James Baker|Baker, Ernest James]] [https://www.familysearch.org/tree/person/details/GZ6F-K5B] - 1904(NSW)-1973(NSW) - Licences: 2FP Receive Newcastle (Maryville, 1922-1923); 2FP Newcastle (Maryville, 1924-1928; Wickham, 1929; Hamilton, 1930-1939, 1946-1969) - Qualifications: cc; AOCP 69, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: draftsman (Hamilton, 1930-1972) * [[/Edwin Weldon Baker|Baker, Edwin Weldon]] [https://www.familysearch.org/tree/person/details/LYWP-F1D] - 1895(NSW)-1979(NSW) - Licences: 4CI Receive Brisbane (Northgate, 1922) - Qualifications: cc; CPRT 733, 1922 - amateur receiver - Halcyon: not mentioned - Electoral Rolls: joiner (Northgate, 1919-1977) * [[/John Frederick Thomas Baker|Baker, John Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GCY6-8XY] - 1908(???)-1977(Vic) - 3LF Melbourne (Northcote, 1927+), qualifications (AOCP 325, 1927, No. ?? in Vic), amateur operator, amateur broadcaster, * [[/Herbert Edward Baker|Baker, Herbert Edward]] [https://www.familysearch.org/tree/person/details/9V2B-245] - 1875(Vic)-1948(Qld) - Licences: 4HB Charleville (1925-1927) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; grazier - Halcyon: p. 81, 111 - Electoral Rolls: station manager (Charleville, 1903); grazier (Charleville, 1908-1943) * [[/Sidney Charles Baker|Baker, Sydney or Sidney Charles]] [https://www.familysearch.org/tree/person/details/MZSZ-J4H] - 1909(Vic)-1977(Vic) - Licences: 3KU Receive Melbourne (South Melbourne, 1922-1924), 3BK Melbourne (South Melbourne, 1925-1933; Albert Park, 1937; South Melbourne, 1938-1939, 1946-1954; Bonbeach, 1955-1969; Seaford, 1975) - Qualifications: AOCP 177, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (South Melbourne, 1937); optical mechanic (Carrum, 1963-1972); retired (Carrum, 1977) * [[/Walter Ross Baker|Baker, Walter Ross]] [https://www.familysearch.org/tree/person/details/G8CY-D78] - 1905(SA)-1978(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''BALDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Loris John Balderson|Balderson, Loris John]] [https://www.familysearch.org/tree/person/details/GMVR-1RW] - 1895(Vic)-1932(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; RAAF (Flying Officer, Technical Branch, 1927); witness to Royal Commission 1927 (obo RAAF) - Electoral Rolls: officer, RAAF (Footscray, 1924); flying officer (Werribee, 1925); flight-lieutenant (Werribee, 1931) - Links: [https://www.crossandcockade.com/uploads/Balderson.pdf Bio] ===''BALSILLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Graeme Balsillie|Balsillie, John Graeme]] [https://www.familysearch.org/tree/person/details/G7MR-7MN] - 1885(Qld)-1924(USA) - radio business proprietor, senior federal public servant (PMGS, Commonwealth Wireless Expert), inventor, (Halcyon, not mentioned) - [https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf John Graeme Balsilie: Australia's Forgotten Wireless Pioneer]; [https://adb.anu.edu.au/biography/balsillie-john-graeme-5117 ADB] ===''BAMFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Bamfield|Bamfield, Alfred George]] [https://www.familysearch.org/tree/person/details/GM19-HNG] - 1892(NSW)-1918(NZL) - Licences: XQJ Corfield (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Halcyon: p. 3 - Electoral Rolls: clerk (Muttaburra, Qld, 1913) ===''BANCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John Bancroft|Bancroft, Stanley John]] - 19??(???)-19??(???) - Broadcast technician (2CY), federal public servant (PMGD, ABC) ===''BANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Edward William Banks|Banks, Harold Edward William "Harry"]] [https://www.familysearch.org/tree/person/details/G6S7-3BT] - 1911(NZL)-2000(Tas) - Licences: 7HB Hobart (North Hobart, 1938-1939; Richmond, 1946-1956; Penna, 1960-1965; New Town, 1969-1980+) - Qualifications: cc; Nil yet identified (New Zealand?) - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Hobart North, 1936-1937); council clerk (Richmond, 1943-1954) ===''BANYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ingram Banyer|Banyer, Ingram]] [https://www.familysearch.org/tree/person/details/9F95-CYX] - 1893(SA)-1976(SA) - Licences: XVQ Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: clerk (Blackwood, SA, 1939-1943) ===''BARBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel George Barber|Barber, Samuel George]] [https://www.familysearch.org/tree/person/details/GXLC-66B] - 1913(SA)-1991(SA) - Licences: 5MV Adelaide (Henley Beach, 1933-1937; Woodville, 1938-1939) - Qualifications: cc; AOCP 1232, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: welder (Woodville, SA, 1939); radio engineer (5RM, Berri, SA, 1941; Glenelg, SA, 1943) * [[/William Henry Barber|Barber, William Henry]] [https://www.familysearch.org/tree/person/details/LY4N-QRD] - 1897(SA)-1965(WA) - Licences: Receive Adelaide (Cumberland, 1923-1925); 5WH Adelaide (Cumberland, 1926-1931); 5WH Port Pirie (1933-1937); 6DX Kalgoorlie (1938-1939; 1946-1960) - Qualifications: cc; AOCP 266, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio engineer (Kalgoorlie, 1937-1963) ===''BARBIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alphonse Barbier|Barbier, Edward Alphonse or Alphonse Edward]] [https://www.familysearch.org/tree/person/details/GXLV-5TW] - 1904(SA)-1962(SA) - Licences: 5MD Adelaide (Stockdale Reserve, 1932-1939; City, 1947-1960) - Qualifications: cc; AOCP 958, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARBOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Heyward Barbour|Barbour, Kenneth Heyward]] [https://www.familysearch.org/tree/person/details/GZXJ-1VZ] - 1905(Vic)-1952(Vic) - Licences: 3ZI Melbourne (Armadale, 1923-1926) - Qualifications: AOCP 105, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARDIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Frederic Bardin|Bardin, William Frederic or Frederick "Bill", "Old Bill"]] [https://www.familysearch.org/tree/person/details/GSS9-TG4] - 1899(Eng)-1976(NSW) - Licences: 3ZA Melbourne (North Carlton, 1923-1925); 4AB Townsville (1925-1927); 4AB Brisbane (Fairfield & Yeronga, 1931-1933); 2ABZ Sydney (Ermington & Dundas 1937-1939, 1946-1961+) - Qualifications: cc; CPRT 615, 1921; 1COCP 58, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); coastal radio operator (AWA); state public servant (4QG); federal public servant (Halcyon, p. 63) - Electoral Rolls: clerk (Townsville, 1922); radio engineer (Townsville, 1925; Buranda, 1926; Fairfield, 1928); engineer (Dundas, 1936-1943; Eastwood, 1949-1968) ===''BARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Morphew Barker|Barker, Rupert Morphew]] [https://www.familysearch.org/tree/person/details/GCGH-7LM] - 1890(Eng)-1973(Tas) - Licences: 5RM Adelaide (Prospect, 1924-1933); 7RM Hobart (City, 1947-1948; Lenah Valley, 1949-1969) - Qualifications: cc; Nil yet identified (likely qualified in England) - amateur operator; amateur broadcaster; WW2; broadcast engineer (sound) - Electoral Rolls: electrician (South Yarra, Vic, 1931-1936; Hobart North, Tas, 1937; Hobart South, Tas, 1943); sound engineer (Hobart West, Tas, 1949); engineer (Moonah, Tas, 1954; New Town, Tas, 1963) * [[/William Henry Barker|Barker, William Henry (R.?)]] [https://www.familysearch.org/tree/person/details/GHGY-243] - 1905(NSW)-1956(NSW) - licences: Receive (Crystal) Sydney (Concord, 1923-1924); 2BW Sydney (Concord, 1925-1931), qualifications: AOCP 217, 1925, No. ?? in NSW, amateur operator, amateur broadcaster, electoral rolls: electrical mechanic (Concord, 1930-1943), beware several contemporaneous William Henry Barker ===''BARLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Kenneth Barlin|Barlin, George Kenneth]] [https://www.familysearch.org/tree/person/details/L2VX-DP3] - 1916(NSW)-2016(ACT) - qualifications (BOCP 67, 1937), long term employee 2CA Canberra, manager TV network ===''BARLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Barlow|Barlow, Edward]] [https://www.familysearch.org/tree/person/details/G8K2-2FL] - 1895(NSW)-1968(Qld) - Licences: 2GQ Receive Armidale (1922); 2GQ Armidale (1922-1926); 2GQ Glen Innes (1927); 2GQ Sydney (Darlinghurst, 1928); 2GQ Canberra (1929); 2GQ Mudgee (1930-1931); 2GQ Sydney (Cammeray, 1933-1934; North Sydney, 1935-1936; Mosman, 1937-1939 & 1946-1965) - Qualifications: cc; AOCP 4, 1924, No. 3 in NSW - amateur operator; amateur broadcaster - TroveTag: "2GQ - Edward Barlow" - Electoral Rolls: public servant (Mudgee, 1930-1932; Cammeray, 1933-1935; Milsons Point, 1936; Mosman, 1937); divisional returning officer (Bathurst, 1943; Mosman, 1949-1958) ===''BARNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Barnes|Barnes, Thomas Walter]] [https://www.familysearch.org/tree/person/details/G8Z6-PZ2] - 1910(Vic)-2002(NSW) - Licences: 3TB Melbourne (Ascot Vale, 1929-1933; Moonee Ponds, 1937-1939; West Brunswick, 1946-1980+) - Qualifications: AOCP 537, 1929, No. ?? in Vic; BOCP 243,1939 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Ascot Vale, 1931-1936); mechanic (Moonee Ponds, 1937-1942); electrical maintenance (West Brunswick, 1949-1980) - beware another contemporaneous Thomas Walter Barnes (1893-1925) ===''BARRACLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Barraclough|Barraclough, Francis "Frank"]] [https://www.familysearch.org/tree/person/details/G8KL-MNY] - 1903(Qld)-1974(Qld) - Licences: 4GY Brisbane (Kedron, 1933-1935); 4GX Brisbane (Kedron, 1935-1939; 1946-1969) - Qualifications: cc; AOCP 1075, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2); radio service (Palings) - Halcyon: p. 81 - Electoral Rolls: carpenter (Kedron, 1937-1972) ===''BARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Barry|Barry, William Lawrence (BMD) or Lawrence William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/MK6C-NBK] - 1905(Qld)-1970(Qld) - Licences: 4FQ Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: storeman (South Brisbane, Qld, 1929); taxi driver (South Brisbane, Qld, 1937-1968) ===''BARTHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Lewis Barthold|Barthold, Godfrey Lewis]] [https://www.familysearch.org/tree/person/details/GZKR-JWZ] - 1899(Vic)-1993(Vic) - 3GL Melbourne (Malvern, 1925-1927), 3BT Melbourne (Malvern, 1931-1939; Glen Iris, 1946-1980+), amateur operator (AOCP 210, 1925, No. ?? in Vic), amateur broadcaster, clerk (Malvern, 1924-1931), radio manufacturer (Camberwell, 1937-1943; Glen Iris, 1949-1972), retired (Mt Martha, 1977-1980) ===''BARTHOLOMEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Bartholmew|Bartholomew, Charles Percy]] [https://www.familysearch.org/tree/person/details/G6CZ-8YR] - 1861(Eng)-1942(NSW) - Licences: XBM Sydney (Mosman, 1911-1914); 2FO Receive Sydney (Kirribilli, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver; company director (AWA); witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: merchant (Milsons Point, 1930-1937) - Comment: famously charged and convicted of trading with the enemy during WW1 but only slapped on wrist (together with Ernest Thomas Fisk and Hugh Robert Denison) ===''BARTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gustavus Campbell Barton|Barton, Edward Gustavus Campbell]] [https://www.familysearch.org/tree/person/details/KJ57-87Y] - 1857(Vic)-1942(Eng) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter, scientist, business proprietor (Barton & White) - Halcyon: not mentioned) - [https://adb.anu.edu.au/biography/barton-edward-gustavus-campbell-9445 ADB] * [[/Graham Francis Barton|Barton, Graham Francis]] [https://www.familysearch.org/tree/person/details/GX5P-KYT] - 1918(SA)-2005(SA) - Licences: 5BN Mt Gambier (1937-1939); 5BN Adelaide (Unley, 1947-1956; Malvern, 1960-1980+) - Qualifications: cc; AOCP 1993, 1937, SA; 1COCP 1709, 1954 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Hyde Park, SA, 1941-1943) * [[/Richard McRae Barton|Barton, Richard McRae "Dick"]] - 1940(???)-2021(Qld) - broadcast engineer, director engineering FACTS (1981-2001), ABU Engineering Award 2004, Fellow SMPTE, contributed to development DTV standards, chaired preparatory meeting to WRC 2000, [https://www.itu.int/dms_pub/itu-r/oth/0a/07/R0A070000420001PDFE.pdf ITU Tribute] ===''BARTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graeme Bartram|Bartram, Graeme]] - historian (early Aus wireless: 2011 "John Graeme Balsilie: Australia's Forgotten Wireless Pioneer"[https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf]) ===''BASIL-COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * Frank Basil-Cooke see Cooke, Frank Basil "Basil" ===''BASSETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Rankin Bassett|Bassett, Francis Rankin]] [https://www.familysearch.org/tree/person/details/GQZJ-28Y] - 1906(NSW)-1982(NSW) - 2FR Sydney (Bexley, 1925-1928; Arncliffe, 1929), 2FR Singleton, 1931-1939), amateur operator (AOCP 194, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother John Bassett * [[/John Bassett|Bassett, John]] [https://www.familysearch.org/tree/person/details/L8M2-8XN] - 1904(NSW)-1979(NSW) - 2VO Receive Stroud (1923), amateur operator (AOCP 232, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother Francis Rankin Bassett ===''BATCHLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Victor Batchler|Batchler, Charles Victor "Victor"]] [https://www.familysearch.org/tree/person/details/K4NN-FXJ] - 1897(Tas)-1985(Tas) - Licences: XZJ Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: Uncle of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: shift engineer (Waddamana, 1922) * [[/Jack Copeland Batchler|Batchler, Jack Copeland]] [https://www.familysearch.org/tree/person/details/KCSK-D8F] - 1910(Tas)-1979(Tas) - Licences: 7JB Hobart (1932-1939); 3AJB Melbourne (1947); 7JB Hobart (Sandy Bay, 1948-1975+) - Qualifications: cc; AOCP 957, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: nephew of XZJ Charles Victor Batchler; husband of 7YL Joyce Isabel Batchler nee Crowder - Electoral Rolls: soldier (Nelson, 1943-1949); no occupation (Nelson, 1972) * [[/Joyce Isabel Crowder|Batchler nee Crowder, Joyce Isabel]] [https://www.familysearch.org/tree/person/details/LYNY-PKG] - 1915(Tas)-2015(Tas) - Licences: 7YL Hobart (Sandy Bay, 1936-1980) - Qualifications: AOCP 1627, 1936, Tas - amateur operator; amateur broadcaster; YL - Relationships: Wife of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: home duties (Nelson, 1943-1972) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''BATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Bate|Bate, Arthur John]] [https://www.familysearch.org/tree/person/details/GXKQ-PYC] - 1917(WA)-2010(SA) - Licences: 5ZA Adelaide (Adelaide City, 1937-1939) - Qualifications: cc; AOCP 1891, 1937, SA; BOCP 1481, 1956; 1COCP 2049, 1967 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil yet identified ===''BATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lister Bates|Bates, Jack Lister]] [https://www.familysearch.org/tree/person/details/GCGK-238] - 1912(Qld)-1998(Qld) - Licences: 4UR Brisbane (Teneriffe, 1935-1939, 1946-1947; Lutwyche, 1948-1969; Toombul, 1975-1980) - Qualifications: cc; AOCP 1430, 1935, Qld - amateur operator; amateur broadcaster; Radio Club (WIAQ, QSL Manager); part of the "U" gang; WW2 - Halcyon: p. 12, 99, 137, 141, 145 - Electoral Rolls: storeman (Teneriffe, Qld, 1936-1943); labourer (Lutwyche, Qld, 1949-1958; Wooloowin, Qld, 1968); cashier (Toombul, Qld, 1972-1980) ===''BATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Henry Batt|Batt, Cecil Henry]] [https://www.familysearch.org/tree/person/details/GMLJ-5SB] - 1904(Tas)-1942(Tas) - Licences: Receive (Crystal) Bothwell (1923) - Qualifications: cc; 3COCP 434, 1940 - amateur receiver - Electoral Rolls: motor driver (Bothwell, 1928); labourer (Melton Mowbray, 1936-1937) ===''BATTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Thomas Battle|Battle, Edmund Thomas]] [https://www.familysearch.org/tree/person/details/G6C8-G32] - 1890(UK)-1970(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a listener) - Electoral Rolls: teamster (Dorrigo, 1913); dairy farmer (Malanda, 1919); sawmill manager (Tumoulin, 1931); sawmiller (Ravenshoe, 1936-1937); timber merchant (Paddington, 1943); sawmiller (Albion, 1949) ===''BATTYE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Sykes Battye|Battye, James Sykes]] [https://www.familysearch.org/tree/person/details/9V7W-HL5] - 1871(Vic)-1954(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - librarian; historian; witness to Royal Commission 1927 (as chairman, special committee, Western Australian Listeners' League) - Electoral Rolls: librarian (Perth, 1910-1937); principal librarian (Perth, 1943-1949) - Links: [[w:James Battye|Wikipedia]] [https://adb.anu.edu.au/biography/battye-james-sykes-5156 ADB] ===''BATY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Baty|Baty, Richard]] [https://www.familysearch.org/tree/person/details/GXLV-BZX] - 1913(Eng)-19??(???) - Licences: 5MH Adelaide (Brompton, 1931; Pennington, 1937; Challa Gardens, 1938-1939; Lockleys, 1954-1969; Henley Beach South, 1975-1980) - Qualifications: cc; AOCP 757, 1931, No. ?? in SA; AOLCP 160, 1934; BOCP 242, 1939; 1COCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Franklin, SA, 1941-1943) ===''BAUER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Thomas Bauer|Bauer, Alfred Thomas "Alf"]] [https://www.familysearch.org/tree/person/details/MSCM-QB1] - 1908(Qld)-2004(Qld) - Licences: 4AT Brisbane (Annerley, 1927-1933) & Cairns? - Qualifications: cc; AOCP 333, 1927, No. 36 in Qld; CPRTelephony 1119, 1928; 1COCP 92, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); state public servant (4QG); WW2 - Halcyon: p. 67, 86, 111, 127, 130 - Electoral Rolls: radio engineer (Cairns, 1936; Camp Hill, 1937); radio tech (Camp Hill, 1943-1980) ===''BAXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Baxter|Baxter, Arthur Henry]] [https://www.familysearch.org/tree/person/details/L62R-CKR] - 1900(Eng)-1983(WA) - Licences: 6BX Geraldton (1937-1939) - Qualifications: cc; AOCP 1989, 1937, WA; BOCP 381, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: station employee (Lyons River Station, Carnarvon, WA, 1925-1926); wood merchant (Geraldton, WA, 1931-1937); broadcast station operator (Geraldton, WA, 1949-1972); retired (Thornlie, WA, 1977-1980) * [[/Sidney Roy Baxter|Baxter, Sidney or Sydney Roy]] [https://www.familysearch.org/tree/person/details/LWX9-XWV] - 1915(Qld)-1985(Qld) - Licences: 4FJ Brisbane (Camp Hill, 1935-1939; Coorparoo Heights, 1946-1947; Cribb Island, 1948-1950; Camp Hill, 1954-1980+) - Qualifications: cc; AOCP 1569, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless officer); employment (Trittons, radio service); business proprietor (radio service) - Halcyon: p. 76, 137 - Electoral Rolls: truck driver (Camp Hill, Qld, 1936-1943); radio mechanic (Cribb Island, Qld, 1949); radio technician (Camp Hill, Qld, 1954-1980) ===''BEAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Beames|Beames, Kenneth]] [https://www.familysearch.org/tree/person/details/9NQJ-L17] - 1899(NSW)-1989(NSW) - Licences: N754 Receive Sydney (Randwick, 1922); 2IB Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: manufacturer (Five Dock, 1930-1958; Linden, 1963-1980) ===''BEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Percival Reed Bean|Bean, Leslie Percival Reed]] [https://www.familysearch.org/tree/person/details/KHWZ-6ZZ] - 1884(Vic)-1972(NSW) - Licences: 2ZT Sydney (Mosman, 1923-1925); 2LP Sydney (Mosman, 1924-1928; Artarmon, 1929-1936; Pymble, 1937-1939) - Qualifications: cc; Nil yet identified - PMGD (Elec. Engineer, 1904-1919); L. P. R. Bean & Co (founder 1920-1926); Stromberg-Carlson (founder, 1927-1933+); Council IREAust - Electoral Rolls: electrical instrument fitter (Ascot Vale, 1909); engineer (Brighton, Vic, 1912-1915; Artarmon, NSW, 1930); company director (Pymble, 1933-1943; Roseville, 1949-1954); electrical engineer (Lindfield, 1958-1968) ===''BEARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Gordon Beard|Beard, Ernest Gordon]] [https://www.familysearch.org/tree/person/details/GW2G-25R] - 1897(Eng)-1968(USA) - Licences: Nil yet identified - Qualifications: cc; 1COCP 304, 1939 - broadcast engineer (United Distributors; 2KY; 2GB); inventor; witness to Royal Commission 1927 (as consulting engineer, 2GB) - Electoral Rolls: engineer (Northbridge, 1930-1934); radio engineer (Northbridge, 1936-1937); wireless engineer (Willoughby, 1943-1949); engineer (Forestville, 1958-1963) - Links: [https://www.radiomuseum.org/dsp_hersteller_detail.cfm?company_id=12500 radiomuseum.org] * [[/Norman George Beard|Beard, Norman George]] [https://www.familysearch.org/tree/person/details/LT9G-GSZ] - 1902(Vic)-1984(NSW) - Licences: 3DR Receive Balnarring (1922-1923); 2PK Wentworthville (1930); 2ALJ Sydney (Prospect, 1939; Toongabbie, 1946-1954; Brookvale, 1955; Dee Why, 1956-1961); 2ALJ Terrigal (1965) - Qualifications: AOCP 583, 1930, No. ?? in NSW; TVOCP 25, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Pendle Hill, NSW, 1930; Balnarring, Vic, 1931; Prospect, NSW, 1933-1937); RAAF instructor (Ballarat, 1942); teacher (Toongabbie, 1949-1954; Brookvale, 1958); retired (Terrigal, 1963-1972; Wendouree, Vic, 1977; Caves Beach, 1980) ===''BEARUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Andrew Bearup|Bearup, Herbert Andrew]] [https://www.familysearch.org/tree/person/details/GDLJ-B1C] - 1900(Vic)-1982(Vic) - Licences: V740 Receive Melbourne (Caulfield East, 1922); 3GT Receive Melbourne (Caulfield East, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Malvern East, 1921-1924; Caulfield East, 1925-1928); farmer (Bentleigh, 1934-1949); engineer (Highett, 1963-1967; Moorabbin, 1972-1980) * [[/Thomas William Bearup|Bearup, Thomas William]] [https://www.familysearch.org/tree/person/details/9J7R-T9D] - 1897(Vic)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 224, 1916 - studio manager 3LO (1927); witness to Royal Commission 1927 (as studio manager, 3LO, Victoria); WW1 (merchant navy) - Electoral Rolls: operator (Caulfield, 1924); radio engineer (Auburn, Vic, 1931-1937); manager (Roseville, NSW, 1943) ===''BEATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Beatson|Beatson, Robert John "Bob"]] [https://www.familysearch.org/tree/person/details/GSJV-2D2] - 1909(Qld)-2003(Qld) - Licences: 4BB Brisbane (Wilston, 1928); 4BB Maryborough (1931-1939) - Qualifications: cc; AOCP 394, 1928, No. 44 in Qld; AOLCP 173, 1934 - amateur operator; amateur broadcaster; radio club administrator (WIAQ); broadcast engineer (4MB); WW2 - Halcyon: p. 68, 139, 141, 163, 164 - Electoral Rolls: radio mechanic (Maryborough, 1931); radiotrician (Maryborough, 1937-1949); radio engineer (Maryborough, 1954-1980) ===''BEATTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Spencer Meurant Beattie|Beattie, Herbert Spencer Meurant]] [https://www.familysearch.org/tree/person/details/GQ65-KTL] - 1888(NSW)-1963(NSW) - Licences: 3DV Receive Melbourne (Box Hill, 1922); 3DV Melbourne (Box Hill, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Box Hill, Vic, 1914-1927); salesman (Thornleigh, NSW, 1930); electrical engineer (Cheltenham, NSW, 1934-1936); agent (Cabramatta, 1943); auctioneer (Ettalong, 1943); no occupation (Fairfield, NSW, 1954-1958; Flagstaff, NSW, 1963) ===''BECHERVAISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philip Bechervaise|Bechervaise, William Philip]] [https://www.familysearch.org/tree/person/details/MVNP-4HQ] - 1831(Eng)-1907(Vic) - radio clubs (Telegraph Electrical Society, Victoria), employment (Victoria Posts and Telegraphs Department) ===''BECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Beavis Beck|Beck, Alan Beavis]] [https://www.familysearch.org/tree/person/details/GZR7-N8Q] - 1911(Vic)-1982(WA) - Licences: 5XW Adelaide (West Mitcham, 1927-1928) - Qualifications: cc; AOCP 370, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (Shenton Park, WA, 1937; Myrtle Bank, SA, 1941-1943); research chemist (Subiaco, 1949-1980) ===''BEDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Arthur Buddicom Bedford|Bedford, Robert Arthur Buddicom]] [https://www.familysearch.org/tree/person/details/LC5Q-1KX] - 1874(Eng)-1951(SA) - Licences: 5RB Kyancutta (1924-1939; 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of William Rudolf Buddicom Bedford - Electoral Rolls: farmer (Kyancutta, 1939-1941); retired (Kyancutta, 1943) - Links: [https://adb.anu.edu.au/biography/buddicom-robert-arthur-5417 ADB] * [[/William Rudolf Buddicom Bedford|Bedford, William Rudolf Buddicom "Bill"]] [https://www.familysearch.org/tree/person/details/L6Y3-X4Z] - 1909(Eng)-1972(SA) - Licences: likely operator of 5RB Kyancutta - Qualifications: cc; 3COCP 1893, 1954 - WW2 - Relationships: son of 5RB Robert Arthur Buddicom Bedford - Electoral Rolls: mechanic (Kyancutta, 1939-1943) ===''BEECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Sidney Beech|Beech, Frederick Sidney or Sydney "Fred"]] [https://www.familysearch.org/tree/person/details/G8F2-6BC] - 1895(Qld)-1978(Qld) - Licences: 4FB Brisbane (Coorparoo, 1930-1939; Norman Park, 1946-1969) - Qualifications: cc; AOCP 629, 1930, Qld - amateur operator; amateur broadcaster; jeweller - Halcyon: p. 75, 76, 90 - Electoral Rolls: watchmaker (Bulimba, 1917-1919; Coorparoo, 1919-1972; Norman Park, 1977) ===''BEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Beer|Beer, James]] - 19??(???)-19??(???) - Licences: 2CW Receive Sydney (Ashfield, 1922-1923); 2CW Sydney (Ashfield, 1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: too many JBs to identify reliably, likely James Charles Beer living 70 Tranmere St, Drummoyne, engineer, 1930 ===''BEGBIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Begbie|Begbie, Richard]] - historian (broadcasting), journalist, radio clubs (HRSA) ===''BELJON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robin Ernest Beljon|Beljon, Robin Ernest "Jack"]] [https://www.familysearch.org/tree/person/details/GSD3-VR3] - 1897(NSW)-1974(NSW) - Licences: 2RB Lithgow (1926-1933) - Qualifications: AOCP 259, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lithgow, 1930-1934); turner (Lithgow, 1937-1943); foreman (Lithgow, 1949-1968); retired (Lithgow, 1972) ===''BELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Wirgman Dillon Bell|Bell, Francis Wirgman Dillon "Frank"]] [https://www.familysearch.org/tree/person/details/G7QW-CM4] - 1896(NZ)-1987(NZ) - ZL4AA Waihemo, amateur operator, first to 2 way QSO New Zealand to Australia (Apr 1923), South America, USA (Sep 1924), England (Oct 1924, G2SZ); WW1 (gunner, France & Belgium till invalided 1917) - Relationships: brother of Margaret Brenda Bell, first licensed female NZ amateur - Links: [https://teara.govt.nz/en/biographies/4b20/bell-francis-wirgman-dillon Bio]; [https://www.soundarchives.co.nz/collections/catalogue/catalogue-item?record_id=222015 Sound Archives]; [https://www.zl4aa.org.nz/frank-bell-trans-world-radio-contact/ NZART Otago] * [[/H. G. Bell|Bell, H. G.]] - 19??-19?? - 4HG Brisbane (South Toowong = Taringa, 1927+) - Qualifications: cc; AOCP 321, 1927, No. 33 in Qld - amateur operator; amateur broadcaster - Halcyon: p. 111 - Callsign: later to Harry Brown - Electoral Rolls: Nil yet identified * [[/Leslie William Gordon Bell|Bell, Leslie William Gordon]] [https://www.familysearch.org/tree/person/details/G67S-RQ5] - 1904(Qld)-2000(Qld) - Licences: 4CY Receive Atherton (1923); 4LZ Jubilee Pocket (1969-1975); 4LZ Airlie Beach (1980+) - Qualifications: cc; AOCP 4471, 1967, Qld - amateur receiver; amateur operator; WW2 - Electoral Rolls: engine driver (Danbulla via Atherton, 1925-1928); farmer (Jubilee Pocket via Proserpine, 1954-1980) * [[/Victor Frank Bell|Bell, Victor Frank]] [https://www.familysearch.org/tree/person/details/GFMZ-FZ7] - 1913(WA)-19??(???) - Licences: 6KR Perth (Subiaco, 1932-1933); 6KR Kalgoorlie (1937-1939); 6KR Perth (Nedlands, 1947-1954) - Qualifications: cc; AOCP 907, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1936); postal assistant (Leonora, WA, 1937); radio engineer (Subiaco, WA, 1937); telephone mechanic (Lamington, Kalgoorlie, WA, 1943); radio engineer (Nedlands, WA, 1949-1954) * [[/Vincent Stephanus Bell|Bell, Vincent Stephanus "Vince"]] [https://www.familysearch.org/tree/person/details/GXHV-W8G] - 1910(Qld)-1981(Qld) - Licences: 4VD Rockhampton (Rockhampton City, 1936-1937; Wandal, 1938-1939, 1946-1960+) - Qualifications: cc; AOCP 1496, 1935, Qld - amateur operator; amateur broadcaster; WW2; employed electrical business - Electoral Rolls: electrician (Rockhampton, Qld, 1932-1936); electrical mechanic (Rockhampton, Qld, 1937-1980) ===''BELSTEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Lempriere Belstead|Belstead, Roy Lempriere]] [https://www.familysearch.org/tree/person/details/L1GN-CQF] - 1910(Qld)-1981(Qld) - Licences: 4EI Townsville (1933-1939); 4RU Winton (1975-1980) - Qualifications: cc; AOCP 1182, 1933, No. ?? in Qld; BOCP 304, 1940; 1COCP 420, 1940; TVOCP 87, 1957 - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, Townsville ARC); state public servant (Qld Railways); broadcast technician (2KY); business proprietor (Belstead Electronic Repairs, Winton) - Electoral Rolls: clerk (Hyde Park, Qld, 1931-1937); radio technician (Dee Why, NSW, 1943; Auburn, NSW, 1949; Lidcombe, NSW, 1958-1963; Auburn, NSW, 1972); retired (Winton, Qld, 1977-1980) ===''BENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Bennett|Bennett, Alfred Edward]] [https://www.familysearch.org/tree/person/details/LYNP-GFM] - 1889(Vic)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - manager 2GB Sydney; witness to Royal Commission 1927 (as manager, 2GB, NSW) - Electoral Rolls: manager (Mosman, 1930-1931); director (Mosman, 1933; Vaucluse, 1936); inspector (Darling Point, 1943); investor (West Pennant Hills, 1949); retired (Vaucluse, 1954-1963) - Links: [https://adb.anu.edu.au/biography/bennett-alfred-edward-5207 ADB] * [[/Clarence Herbert Bennett|Bennett, Clarence Herbert]] [https://www.familysearch.org/tree/person/details/LK1H-GMF] - 1887(Vic)-1974(Vic) - Licences: cc; Nil yet identified - Qualifications: AOCP 449, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Brunswick, 1909-1963); retired (Brunswick, 1968-1972) ===''BENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Francis Wattis Bent|Bent, Arthur Francis Wattis]] [https://www.familysearch.org/tree/person/details/GZVG-5V7] - 1902(Vic)-1998(Vic) - Licences: 3AF Geelong (1924-1939, 1946-1960); 3AF Torquay (1965-1980+) - Qualifications: cc; AOCP 199, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; radio dealer (Geelong, 1931-1954) - Electoral Rolls: turner (14 Coronation St, Geelong West, 1925-1927); radio dealer (Geelong, 1928-1954); radio serviceman (Torquay, 1963-1980) ===''BENTLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Ernest Bentley|Bentley, Frank Ernest]] [https://www.familysearch.org/tree/person/details/G93F-NPZ] - 1902(India)-1973(SA) - Licences: 5MK Adelaide (Cowandilla, 1931-1939); 5MZ Adelaide (Cowandilla, 1954-1969) - Qualifications: cc; AOCP 833, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: boilermaker (Cowandilla, SA, 1939-1943) ===''BENTZEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivan Louis Bentzen|Bentzen, Ivan Louis]] [https://www.familysearch.org/tree/person/details/LT4X-6P4] - 1905(Qld)-1995(Qld) - Licences: 4SS Brisbane (Newstead, 1932-1933) - Qualifications: cc; AOCP 964, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Bulimba, Qld, 1929); mechanic (Valley, Qld, 1936); carpenter (Wooloowin, Qld, 1943-1949); garage proprietor (Lutwyche, Qld, 1954); carpenter (Eagle Junction, Qld, 1954-1980) ===''BERGIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Thomas Bergin|Bergin, John Thomas "Jack"]] [https://www.familysearch.org/tree/person/details/GXGP-GNM] - 1911(SA)-1989(SA) - Licences: 5JB Adelaide (Largs Bay, 1934-1939) - Qualifications: cc; AOCP 1364, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: * [[/Max Wulfing Bergin|Bergin, Max Wulfing]] [https://www.familysearch.org/tree/person/details/LXQ1-QLP] - 1900(NSW)-1983(Cook Isls) - Licences: 2YP Receive West Maitland (1923); 2YP West Maitland (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ingham Berry|Berry, Arthur Ingham]] [https://www.familysearch.org/tree/person/details/9WB6-6F5] - 1914(Vic)-1979(Vic) - Licences: 3CZ Melbourne (Hawthorn, 1930-1939; Kew, 1946-1954; East Malvern, 1955-1956); 3CZ Warburton (1960-1975) - Qualifications: AOCP 595, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Hawthorn, 1936-1937); architect (Kew North, 1943-1954); farmer (Warburton, 1963-1977) * [[/Harold Alexander Berry|Berry, Harold Alexander "Huck"]] [https://www.familysearch.org/tree/person/details/G869-8R6] - 1906(SA)-1983(SA) - Licences: Receive (Crystal) Adelaide (City, 1923); Receive Adelaide (City, 1923-1924); 5JU Adelaide (City, 1930-1931; Keswick, 1933; Norwood, 1937-1939; Kilburn, 1946-1975) - Qualifications: cc; AOCP 666, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: polisher (Kilburn, 1943) * [[/Lawrence Dudley Berry|Berry, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/GXG2-X6J] - 1906(NSW)-1987(SA) - Licences: 5DB Adelaide (Norwood, 1934-1939) - Qualifications: cc; AOCP 1315, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Henry Berry|Berry, Robert Henry]] [https://www.familysearch.org/tree/person/details/G342-ZR6] - 18??(???)-1971(Qld) - Licences: XQC Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; electrical business proprietor - Electoral Rolls: gardener (Rockhampton, 1912-1925); electrical mechanic (Rockhampton, 1928-1968) * [[/William Clive Berry|Berry, William Clive "Clive"]] [https://www.familysearch.org/tree/person/details/LBT5-3L8] - 1912(NSW)-1965(NSW) - Licences: 2CB Knockrow via Bangalow (1931-1936); 2AGM Byron Bay (1938-1938, 1946-1955); 2AGM Lismore (1956-1957); 2AGM Mullumbimby (1958-1960); 2AGM Byron Bay (1961-1965) - Qualifications: AOLCP 30, 1930, NSW; 2COCP 302, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Knockrow, 1933-1936); woodworker (Byron Bay, 1943-1954); contractor (Ballina, 1958); no occupation (Mullumbimby, 1958); manager (Byron Bay, 1963) * [[/William James Berry|Berry, William James "Jim"]] [https://www.familysearch.org/tree/person/details/G8D1-B78] - 1890(Qld)-1983(Qld) - Licences: 4WB Brisbane (Yeerongpilly, 1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1295, 1934, Qld - amateur operator; amateur broadcaster; instrument repairer - Comment: Several contemporaneous William James Berry's in Brisbane - Electoral Rolls: motor mechanic (Yeerongpilly, 1958-1963); mechanic (Yeerongpilly, 1972-1980) - ===''BERTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Louis Bertram|Bertram, William Louis]] [https://www.familysearch.org/tree/person/details/LDBP-NGS] - 1901(Vic)-1983(Vic) - Licences: V738 Receive Rushworth (1922); 3GR Receive Rushworth (1922); 2KR Sydney (Waverley, 1929) - Qualifications: CPRT 920, 1926; 2COCP 97, 1930; 1COCP 34, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Rushworth, 1922; Brunswick, 1924-1928); telegraphist (Brunswick, 1931-1942); telephonist (Brunswick, 1949-1963); retired (Frankston, 1967-1980) ===''BESTED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julius Phillip Bested|Bested, Julius Phillip]] [https://www.familysearch.org/tree/person/details/MZ6V-YSQ] - 1907(SA)-1987(SA) - Licences: Receive Adelaide (Rose Park, 1923); 5CS Adelaide (Salisbury, 1937-1939); 5CS Peterborough (1947-1948); 5CS Adelaide (Richmond, 1954-1960; Cumberland Park, 1965-1980+) - Qualifications: cc; AOCP 1995, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Salisbury, SA, 1939-1941) ===''BIBBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Cyril Bibby|Bibby, Frederick Cyril "Fred"]] [https://www.familysearch.org/tree/person/details/GH58-5XF] - 1911(Tas)-1982(Vic) - Licences: 3OL Melbourne (Hawthorn East, 1930-1939; Camberwell, 1946-1980+) - Qualifications: AOCP 681, 1930, Vic; AOLCP 38, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Camberwell, 1943-1968); operator (Camberwell, 1972-1980) ===''BINNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Binns|Binns, Cecil]] [https://www.familysearch.org/tree/person/details/GZD8-XTD] - 1897(NSW)-1974(NSW) - 2IE Receive Sydney (Kogarah, 1922), 2BJ Sydney (Kogarah, 1925-1927), amateur operator (AOCP 46, 1925, No. ?? in NSW), amateur broadcaster ===''BIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Scorer Bird|Bird, Henry Scorer]] [https://www.familysearch.org/tree/person/details/LYWH-FTC] - 1902(Vic)-1973(Vic) - Licences: 3HB Melbourne (Sunshine, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Sunshine, 1924-1927); Government employee (Camberwell, 1928-1963); nil (Ashwood, 1968-1972) - Comment: 3HB callsign passed to Sunshine Radio Club 1924-1927 (prominent amateur broadcaster) * [[/Leslie James Bird|Bird, Leslie James]] [https://www.familysearch.org/tree/person/details/G6X2-N4N] - 1897(NSW)-1947(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as listener, Armidale, NSW) - Electoral Rolls: clerk (Armidale, 1930-1935; Wellington, 1937); civil servant (Homebush, 1943) ===''BISCHOFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Conrad Bischoff|Bischoff, William Edward Conrad]] [https://www.familysearch.org/tree/person/details/L2YT-QB7] - 1911(NSW)-1989(NSW) - Licences: 2LZ Sydney (Crows Nest, 1930-1937); 2LZ Wentworth Falls (1938-1939, 1946-1969); 2AKM Wentworth Falls (Portable, 1939); 2LZ Sydney (Naremburn, 1975-1980+) - Qualifications: AOCP 568, 1930, No. ?? in NSW; BOCP 12, 1936; TVOCP, 346, 1961 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Naremburn, 1933-1937); wireless operator (RAAF Richmond, 1943); radio technician (Wentworth Falls, 1949-1958); tele. engineer (Naremburn, 1963); engineer (Naremburn, 1972-1980) ===''BISHOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Elijah Bishop|Bishop, Clarence Elijah]] [https://www.familysearch.org/tree/person/details/LKZ9-G7S] - 1896(WA)-1971(WA) - Licences: 6DD Receive Albany (1923); 6DD Albany (1923-1924); 6DD Northam (1924); 6LL Katanning (1936-1939); 6LL Perth (Claremont, 1948-1954; East Victoria Park, 1955-1969) - Qualifications: cc; AOCP 1746, 1936, WA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Albany, WA, 1922); accountant (Katanning, WA, 1925-1937); clerk (Nedlands, WA, 1943-1954; Victoria Park, WA, 1958-1968) * [[/Frederick Edward Bishop|Bishop, Frederick Edward]] [https://www.familysearch.org/tree/person/details/GDS3-GZQ] - 1882(NSW)-1952(NSW) - Licences: 2FB Sydney (Kirribilli, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: optician (Kirribilli, 1930-1931); grazier (Mullaley, Gunnedah, 1935-1949) * [[/Maurice Glanville Bishop| Bishop, Maurice Glanville]] [https://www.familysearch.org/tree/person/details/GDDP-SVD] - 1908(Tas)-1965(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bank clerk (Middle Park, Vic, 1931); bank officer (Middle Park, 1935); bank clerk (Bank of NSW Quarters, Ouyen, 1936-1937); bank officer (Hawthorn, 1942-1949; Nelson, Tas, 1954) ===''BLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. C. Black|Black, F. C.]] - 19??(???)-19??(???) - Licences: None identified to date - Qualifications: cc; AOCP 297, 1926, No. ?? in SA - amateur operator?, amateur broadcaster? - Electoral Rolls: awaits identification, Port Lincoln, SA in 1926 * [[/William Hector Black|Black, William Hector]] [https://www.familysearch.org/tree/person/details/G8J2-TCS] - 1912(Vic)-1976(NSW) - Licences: 3WB Melbourne (Malvern, 1930-1939); 2WO Sydney (Mosman, 1946-1948) - Qualifications: AOCP 663, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Malvern, 1936-1937); bacteriologist (Mosman, 1943-1963); biochemist (Darlinghurst, 1968-1972) ===''BLACKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Howbery Blackman|Blackman, Herbert Howbery]] [https://www.familysearch.org/tree/person/details/GZ2M-65N] - 1886(Vic)-1970(Vic) - Licences: XOE Melbourne (East Malvern, 1913); 3PR Receive Melbourne (East Malvern, 1923); 3PR Melbourne (East Malvern, 1924-1925); 3HA Melbourne (East Malvern, 1926-1927); 3HU Melbourne (Ashburton, 1931-1939) - Qualifications: cc; AOCP 211, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: public servant (Malvern, 1909); mechanic (East Malvern, 1913-1916); soldier (Royal Park, 1917-1919); electrician (East Malvern, 1922-1928); mechanic (Burwood, 1931-1968) * [[/W. T. Blackburn|Blackburn, W. T.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Home Hill (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Searched William, Walter, Wilfred - Electoral Rolls: Nil yet identified ===''BLADES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alfred Blades|Blades, Ronald Alfred "Ron"]] [https://www.familysearch.org/tree/person/details/GXCS-L77] - 1916(Qld)-2005(NSW) - Licences: 4RX Toowoomba (1936-1939); 2VP Sydney (Haberfield, 1946-1947; Ashfield, 1948-1950; Dundas, 1954-1955); 2VP Melbourne (Blackburn, 1956); 2VP Sydney (Balgowlah, 1957-1969; Seaforth, 1975; Dee Why, 1980) - Qualifications: cc; AOCP 1775, 1936, No. ?? in Qld; BOCP 615, 1944 - amateur operator; amateur broadcaster; military (WW2, RAAF); broadcast technician (AWA) - Comment: Two Ronald Alfred Blades born in Qld 1916, 4RX 27/3/1916 - Electoral Rolls: radio engineer (Ashfield, NSW, 1949; Dundas, NSW, 1954; Balgowlah, NSW, 1958-1968); engineer (Dee Why, NSW, 1977) ===''BLAIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Andrew William Blair|Blair, Keith Andrew William]] [https://www.familysearch.org/tree/person/details/LK4S-ZXY] - 1911(Vic)-2001(NSW) - Licences: 2DX Balranald (1930-1934); 2DX Sydney (Marrickville, 1935-1937); 2DX Bega (1938-1939) - Qualifications: AOCP 699, 1930, Vic; BOCP 276, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: bank clerk (Balranald, 1932-1935; Randwick, 1936-1937; Bega, 1937); bank officer (Queanbeyan, 1949-1980) ===''BLAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leslie Gilbert Blake|Blake, Robert Leslie Gilbert]] [https://www.familysearch.org/tree/person/details/L831-ZLW] - 1888(Vic)-1952(Vic) - Licences: 3RG Castlemaine (1929-1939) - Qualifications: AOCP 484, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Castlemaine, 1912-1919); house furn. (Castlemaine, 1924-1949) ===''BLANCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Henry Blanchard|Blanchard, George Edward Henry]] [https://www.familysearch.org/tree/person/details/GZV2-B4S] - 1899(NSW)-1987(NSW) - Licences: 2DN Sydney (Newtown, 1922-1926; Hurlstone Park, 1927-1929) - Qualifications: cc; AOCP 195, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Earlwood, 1930-1980) ===''BLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Bland|Bland, William Joseph]] [https://www.familysearch.org/tree/person/details/GXT9-4RP] - 1902(India)-1955(SA) - Licences: Receive Adelaide (Alberton, 1923); 5AG Adelaide (Alberton, 1923-1927) - Qualifications: cc; CPRT 765, 1923 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio manufacturer (Tusmore, SA, 1939-1943) ===''BLUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Blue|Blue, Harry William]] - 1909(NSW)-2001(NSW) - 2YI Liverpool (1933), 2YI Albury (1934-1936), 9KO Rabaul (1937), 2YI Broken Hill (1938-1939), 2YI Sydney (Kingsford, 1946; Auburn, 1947-1980+, amateur operator (AOCP 1034, 1932, No. ?? in NSW), amateur broadcaster, A.A.M.S. ===''BLUNDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Verge Blunden|Blunden, Godfrey Verge]] [https://www.familysearch.org/tree/person/details/GDNG-22L] - 1906(Vic)-1996(France) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Wireless Weekly (editor, 1930s) - Electoral Rolls: journalist (North Sydney, 1930; East Sydney, 1933-1936) * [[/Leon Walter Blunden|Blunden, Leon Walter]] [https://www.familysearch.org/tree/person/details/G3KT-SMV] - 1914(SA)-2003(SA) - Licences: 5BH Adelaide (Firle, 1935-1939, 1947-1980+) - Qualifications: cc; AOCP 1535, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BOAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Douglas Boast|Boast, Harold Douglas]] [https://www.familysearch.org/tree/person/details/K2VW-3D4] - 1906(Eng)-1979(Vic) - Licences: 3AX Melbourne (Elsternwick, 1928-1939); 3AX Lubeck (1946-1969); 3AX Melbourne (Frankston, 1975) - Qualifications: AOCP 404, 1928, No. ?? in Vic; AOLCP 55, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Elsternwick, 1931-1936); radio engineer (3LK Lubeck, 1942-1968); retired (Frankston, 1972-1977) ===''BOILEAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Boileau|Boileau, John George]] [https://www.familysearch.org/tree/person/details/GXC2-HLQ] - 1893(SA)-1957(Qld) - Licences: 4JT Port Moresby (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Byron Bay, NSW, 1943-1954) ===''BOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Augustus Bold|Bold, Charles Augustus]] [https://www.familysearch.org/tree/person/details/GF3N-JSF] - 1894(WA)-1958(WA) - Licences: 6CA Perth (Beaconsfield, 1931-1939, 1947-1948) - Qualifications: cc; AOCP 832, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (South Fremantle, WA, 1921-1922); meter tester (South Fremantle, WA, 1925); electrician (South Fremantle, WA, 1931-1949); mains superintendent (South Fremantle, WA, 1954-1958) ===''BOLGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Joseph Bolger|Bolger, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/L67V-VDD] - 1867(Irl)-1941(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Deputy Director of Navigation, Vic) - Electoral Rolls: master mariner (Williamstown, 1914-1917); public servant (Elsternwick, 1919); master mariner (Elsternwick, 1931-1937) ===''BOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Francis Bond|Bond, Rupert Francis]] [https://www.familysearch.org/tree/person/details/9ZHS-QB3] - 1886(Vic)-1961(Qld) - Licences: Receive Brisbane (Rockhampton, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Rockhampton, Qld, 1912-1937; Rockhampton, Qld, 1949-1958) ===''BONGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gysbert Sheldon Bongers|Bongers, Gysbert Sheldon]] [https://www.familysearch.org/tree/person/details/L7F9-DXK] - 1900(NSW)-1948(NSW) - Licences: N745 Receive Sydney (1922-1923); 2HY Sydney (Rockdale, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster, engineer - Electoral Rolls: electrical engineer (Rockdale, 1930-1935; Hamilton, Qld, 1936-1937); engineer (Woollahra, 1943) ===''BONNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Coleman Bonner|Bonner, Alfred Coleman]] [https://www.familysearch.org/tree/person/details/MV14-MTM] - 1854(Tas)-1930(Tas) - Licences: Receive (Crystal) Legana (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Trevallyn, 1914-1922); no occupation (Legana, 1928) ===''BONNERUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Madsen Bonnerup|Bonnerup, Peter Madsen]] [https://www.familysearch.org/tree/person/details/G6F5-RC8] - 1890(Tas?)-1976(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as patent attorney, WA) - Electoral Rolls: patent attorney (Nedlands, 1922; South Perth, 1925-1972) - Links: [https://www.carnamah.com.au/bio/peter-madsen-bonnerup Bio] ===''BONNINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Archibald Bonnington|Bonnington, John Archibald]] [https://www.familysearch.org/tree/person/details/G88Y-1JP] - 1909(NSW)-1967(NSW) - Licences: 2HB Sydney (Bellevue Hill, 1930-1931); 2AKB Sydney (Avalon Beach, 1960-1965) - Qualifications: AOCP 569, 1930, No. ?? in NSW; 3AirOCP 16, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Broken Hill, 1931); engineer (Woollahra, 1932-1933); radio engineer (Darlinghurst, 1934-1935); air pilot (Avalon Beach, 1949-1963) ===''BONWILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Warren Bonwill|Bonwill, Edward Warren]] [https://www.familysearch.org/tree/person/details/9J35-NNV] - 1869(USA)-1945(NSW) - Licences: XBP Sydney (1912-1914); 2CA Receive Cowra (1922); 2CA Cowra (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: dentist (Barellan, 1930; Cowra, 1934-1937; Lithgow, 1937-1943) ===''BOTTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Botten|Botten, Herbert William]] [https://www.familysearch.org/tree/person/details/GDS2-8QJ] - 1895(SA)-1973(???) - Licences: 2HB Sydney (CBD, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Neutral Bay, 1930); radio manager (Darlinghurst, 1933-1936); manager (Darlinghurst, 1937-1958) ===''BOUCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Reid Bouchard|Bouchard, Victor John Reid "Vic"]] [https://www.familysearch.org/tree/person/details/G93B-52C] - 1897(Qld)-1936(Qld) - 4BY Receive Brisbane (Auchenflower, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; amateur club administrator - Electoral Rolls: draper's assistant (Auchenflower, 1921-1926); clerk (Buranda, 1928) ===''BOULTBEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Walker Boultbee|Boultbee, Kenneth Walker]] [https://www.familysearch.org/tree/person/details/GMWB-1Q4] - 1905(Tas)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: agent (Taringa, Qld, 1928-1958; Corinda, Qld, 1963-1968; St Lucia, Qld, 1972-1977); retired (Broadbeach, Qld, 1977-1980) ===''BOUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Boundy|Boundy, George Henry]] - 1866(Vic)-1932(Vic) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), early wireless experimenter, radio clubs (WIQ), state public servant (P&TQ, engineer), federal public servant (PMGD, engineer) ===''BOURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. Bourke|Bourke, J.]] - 19??(???)-19??(???) - Licences: V734 Receive Yarck (1922); Receive 3GP Yarck (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''BOURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Frederick Bourne|Bourne, Francis Frederick]] [https://www.familysearch.org/tree/person/details/GX55-9GM] - 1916(SA)-2004(SA) - Licences: 5BU Adelaide (Unley, 1935-1939; Wayville, 1947; Malvern, 1948-1954; Blackwood, 1955-1965; Belair, 1969); 5BU Keith (1975); 5BU Naracoorte (1980) - Qualifications: cc; AOCP 1593, 1935, SA; 2COCP 1282, 1953; 1COCP 1722, 1954 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Parkside, SA, 1939-1943) ===''BOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Germain Bowden|Bowden, Eric James Germain]] [https://www.familysearch.org/tree/person/details/L7T7-YC2] - 1894(Tas)-1984(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - PMGD Wireless Inspector, Hobart, 1920s & 1930s; witness to Royal Commission 1927 (as equipment engineer, PMGD, Tas) - Relationships: son of Frank Prosser Bowden; brother of John Gibson Bowden - Electoral Rolls: junior assistant engineer (Hobart North, 1922); engineer (Hobart South, 1936-1937) * [[/Frank Prosser Bowden|Bowden, Frank Prosser]] [https://www.familysearch.org/tree/person/details/97MP-G4L] - 1860(Tas)-1934(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter, Tas PMGD, Federal PMGD - Relationships: father of Eric James Germain Bowden and John Gibson Bowden - Electoral Rolls: civil servant (Hobart North, 1914-1928) * [[/John Gibson Bowden|Bowden, John Gibson]] [https://www.familysearch.org/tree/person/details/LNJZ-V69] - 1906(Tas)-1998(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - employee of Medhurst Electrical - Relationships: son of Frank Prosser Bowden; brother of Eric James Germain Bowden - Electoral Rolls: mechanic (Launceston, 1928); electrical mechanic (New Town, 1936-1937); engineer (Nelson, 1943-1963) * [[/Ronald Stanley Bowden|Bowden, Ronald Stanley]] [https://www.familysearch.org/tree/person/details/GQGS-F9R] - 1900(Eng)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Albion, Qld, 1921); car driver (Wilston, Qld, 1934); car proprietor (Newmarket, Qld, 1936-1943); store keeper (Urangan, Qld, 1949-1954); farmer (Mundubbera, Qld, 1958-1963); retired (Urangan, Qld, 1968-1980) ===''BOWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Keith Bowen|Bowen, Harold Keith "Keith"]] [https://www.familysearch.org/tree/person/details/GXGK-7SZ] - 1913(SA)-1987(SA) - Licences: 5KB Adelaide (Maylands, 1932-1939) - Qualifications: cc; AOCP 1049, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Tranmere, SA, 1943) * [[/Joseph La Venture Bowen|Bowen, Joseph La Venture or Laventure]] [https://www.familysearch.org/tree/person/details/GDPP-MLB] - 1917(Qld)-1966(Qld) - Licences: 4LB Brisbane (Hamilton, 1935-1939)- Qualifications: cc; AOCP 1445, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kedron, Qld, 1943-1958); public servant (Kedron, Qld, 1963) ===''BOWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Nigel Bowman|Bowman, Hubert Nigel "Pete"]] [https://www.familysearch.org/tree/person/details/K4PT-FY3] - 1908(SA)-1987(SA) - Licences: 5FM Adelaide (Payneham, 1932-1933; Royston Park, 1937; Payneham, 1938-1939, 1947-1948; Mitcham, 1954-1956); 5FM Crystal Brook (1960); 5FM Bridgewater (1965-1980+); 5FN Portable (1965-1969) - Qualifications: cc; AOCP 911, 1932, No. ?? in SA; 2COCP 259, 1939; BOCP 282, 1940; 1COCP 354, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Boyd|Boyd, Norman James]] [https://www.familysearch.org/tree/person/details/GZXJ-VM7] - 1897(Vic)-1977(Vic) - Licences: XNO Melbourne (Elsternwick, 1913-1914); 3EL Receive Melbourne (Elsternwick, 1922-1923); 3EL Melbourne (Elsternwick, 1924-1925; Caulfield, 1925-1927; Elwood, 1931-1939) - Qualifications: AOCP 104, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; radio engineer (3UZ, 1920s); WW1 - Electoral Rolls: mechanic (Elsternwick, 1919-1924); manager (Caulfield, 1926-1928); engineer (Elsternwick, 1931-1937); electrician (St Kilda, 1949-1963); retired (Caulfield, 1967-1977) ===''BRADBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. J. Bradbury|Bradbury, B. J.]] - abt 1887(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''BRADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Keith Bradford|Bradford, Alfred Keith]] [https://www.familysearch.org/tree/person/details/L6Q5-VC5] - 1912(NSW)-1986(Qld) - Licences: 4KK Millmerran (1936-1939, 1947-1975); 4KK Drillham (1980+) - Qualifications: cc; AOCP 1750, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Millmerran, Qld, 1934-1937); farmer (Millmerran, Qld, 1943-1954); radio dealer (Millmerran, Qld, 1958-1968); farmer (Drillham, Qld, 1977-1980) * [[/John Richard Bradford|Bradford, John Richard]] - 19??(???)-19??(???) - senior federal public servant (chief electrical engineer, Qld, PMGD) ===''BRADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Randell Bradley|Bradley, Frank Randell]] [https://www.familysearch.org/tree/person/details/G973-F7P] - 1884(SA)-1963(NSW) - Licences: 3ZK Melbourne (Sandringham, 1923-1930); 2JB Sydney (Mosman, 1931-1939) - Qualifications: cc; AOCP 2, 1924, No. 1 in Vic - amateur operator; amateur broadcaster; federal public servant (PMGD, Superintendant Telegraphs Vic, 1928; Deputy PMG Qld; NSW); historian (telegraphs) - Electoral Rolls: civil servant (Sandringham, Vic, 1914-1924; Mosman, NSW, 1933-1943); no occupation (Killara, NSW, 1954-1963) ===''BRAGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Bragg|Bragg, William Henry]] [https://www.familysearch.org/tree/person/details/LCFQ-9N6] - 1862(Eng)-1942(Eng) - Early wireless experimenter, academic (University of Adelaide, 1885-1908), physicist, chemist, mathematician, shared Nobel prize in 1915 with his son William Lawrence Bragg, son-in-law of Charles Todd - Links: [[w:William Henry Bragg|Wikipedia]] * [[/William Lawrence Bragg|Bragg, William Lawrence "Lawrence"]] [https://www.familysearch.org/tree/person/details/MWXT-CLR] - 1890(SA)-1971(Eng) - participated as a youth in his father's early wireless experiments, academic (University of Adelaide), physicist, shared Nobel prize in 1915 with his father William Henry Bragg, grandson of Charles Todd - Links: [[w:Lawrence Bragg|Wikipedia]] ===''BRAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. F. Brain|Brain, S. F.]] - 19??(???)-19??(???) - Licences: 2ZD Sydney (Ashfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: likely related XFR V. J. Brain - Electoral Rolls: Nil yet identified * [[/V. J. Brain|Brain, V. J.]] - 19??(???)-19??(???) - Licences: XFR Sydney (Ashfield, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: likely related 2ZD S. F. Brain - Electoral Rolls: Nil yet identified ===''BRAMLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Alfred Bramley|Bramley, John Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIW Wyndham (1917-1918) - Electoral Rolls: Nil yet identified ===''BRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorayne Branch|Branch, Lorayne]] - Living - author ("Henry Sutton, The Innovative Man"), historian (Henry Sutton) ===''BRANDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Frank Brandon|Brandon, Eric Frank]] [https://www.familysearch.org/tree/person/details/GXPK-2ZY] - 1907(SA)-2001(SA) - Licences: 5FB Wilmington (1933-1939); 5FB Adelaide (Prospect, 1948); 5FA Oodnadatta (1965); 5FA Ramco (1969-1975); 5FA Adelaide (Blair Athol, 1980+) - Qualifications: cc; AOCP 1145, 1933, SA; 2COCP 140, 1938; 1COCP 183, 1938; BOCP 201, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BRANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Mervyn Branks|Branks, Albert Mervyn "Merv"]] [https://www.familysearch.org/tree/person/details/GZ6Y-88K] - 1906(NZ)-1978(NZ) - prominent MW and SW broadcast listener 1920s to 1970s, DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tribute] ===''BREDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wynne Steere Breden|Breden, Wynne Steere]] - 1900(Qld)-1976(NSW) - Rx Melbourne (East Melbourne, 1923), 2WS Newcastle (Newcastle, 1924-1931), amateur operator (AOCP 9, 1924, No. ?? in NSW), amateur broadcaster, shipyard business ===''BREMERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Frederick Bremerman|Bremerman, Harold Frederick]] [https://www.familysearch.org/tree/person/details/GXCQ-QWC] - 1903(Eng)-1988(Qld) - Licences: 4HB Brisbane (Wooloowin, 1938-1939, 1946-1954; Aspley (1955-1975+) - Qualifications: cc; AOCP 1267, 1934, Qld; COCP (Eng) - amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (WIAQ, Life Member; Brisbane DX Club); employment (electrician, Courier Mail, Besley & Pike, Mt. Olivett Hospital); pilot; UK Merchant Navy 1920s - Electoral Rolls: electrical mechanic (Albion, Qld, 1928); mechanic (Wooloowin, Qld, 1936-1954); retired (Aspley, Qld, 1958-1980) ===''BRENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan James Brennan|Brennan, Allan James]] [https://www.familysearch.org/tree/person/details/G6TR-SNJ] - 1887(Vic)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 31, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: Nil yet identified ===''BREWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip John Brewer|Brewer, Phillip or Philip John]] [https://www.familysearch.org/tree/person/details/LVKH-MNW] - 1900(WA)-1948(SA) - Licences: 5JA Adelaide (Parkside, 1926-1939) - Qualifications: cc; AOCP 269, 1926, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Parkside, 1939-1943) ===''BRIDGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Bridger|Bridger, Thomas William]] [https://www.familysearch.org/tree/person/details/G85V-2YT] - 1885(UK)-1941(NT) - Licences: 4AP Receive Brisbane (City, 1923); 4AP Brisbane (Hamilton, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer; public servant; WW1 (2nd Aust Flying Squadron, 1916) - Electoral Rolls: electrical engineer (West Perth, 1914); consulting engineer (Auchenflower, 1925); poultry farmer (Geebung, 1928); engineer (Armadale, 1934-1937) - Directories: electrical engineer (Adelaide, 1915; Melbourne, 1917-1921; Brisbane, 1923-1927; Adelaide, 1930) ===''BRIDGES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank John Claud Bridges|Bridges, Frank John Claud or Claude]] [https://www.familysearch.org/tree/person/details/GHRF-XHR] - 1885(NZ)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 141, 1915; 2COCP 182, 1930; 1COCP 279, 1932 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); officer-in-charge (Radio Station, Esperance, 1921-1949); retired (Esperance, 1958-1963) ===''BRIGGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Robert Briggs|Briggs, Donald Robert]] [https://www.familysearch.org/tree/person/details/GX5B-1TN] - 1915(SA)-2008(SA) - Licences: 5BD Adelaide (Walkerville, 1935-1939; Henley Beach, 1947; South Plympton, 1954-19600; 5HB Adelaide (Morphett Vale, 1980+) - Qualifications: cc; AOCP 1490, 1935, SA; 2COCP 413, 1941; BOCP 373, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: assistant (Kirkcaldy, SA, 1939) ===''BRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Herbert Bright|Bright, William Henry Herbert "Bill"]] [https://www.familysearch.org/tree/person/details/LBQH-GSX] - 1898(Qld)-1961(Qld) - Licences: Spark; 4FA Toowoomba (1923); 4AA Toowoomba (1924-1925); 4WB Toowoomba (1925-1927); 4OO Toowoomba (1937-1939) - Qualifications: cc; AOCP 123, 1925, No. 13 in Qld - amateur operator; amateur broadcaster - Withdrawal: callsign 4AA withdrawn by PMGD for their use - Electoral Rolls: telegraphist (Toowoomba, 1919-1943); clerk (Toowoomba, 1949); mechanic (Toowoomba, 1954-1958) ===''BRIMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Campbell Brimble|Brimble, Charles Campbell]] [https://www.familysearch.org/tree/person/details/GX5L-9GH] - 1915(SA)-2003(SA) - Licences: 5CB Adelaide (Somerton, 1935-1939, 1947-1948; Somerton Park, 1954-1980+) - Qualifications: cc; AOCP 1446, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Somerton, SA, 1939-1943) ===''BRIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Marcus John Gordon Brims|Brims, Marcus John Gordon]] [https://www.familysearch.org/tree/person/details/KZWB-S11] - 1888(Qld)-1982(Qld) - Licences: XQA Mareeba (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; business proprietor (plywood & veneer manufacture) - Electoral Rolls: foreman (Mareeba, 1912-1913); foreman joiner (Milton, 1921); timber merchant (Milton, 1925-1931); plywood manufacturer (Annerley, 1937-1958); business manager (Annerley, 1963-1980) ===''BRISTOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Morrison Bristow|Bristow, John Morrison]] [https://www.familysearch.org/tree/person/details/GZPL-DLJ] - 1908(NSW)-1983(NSW) - Licences: 2ZX Sydney (Neutral Bay, 1926-1929) - Qualifications: AOCP 243, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: advertising manager (Neutral Bay, 1930-1935); manager (Gordon, 1937-1943); company manager (Pymble, 1949); manager (Wahroonga, 1954-1980) ===''BROCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Edward Earl Brock|Brock, Hector Edward Earl]][https://www.familysearch.org/tree/person/details/9VQL-BTC] - 1902(Vic)-1962(SA) - Licences: 3ZC Melbourne (Moonee Ponds, 1923-1924); 5DP Adelaide (North Adelaide, 1924-1927; Malvern, 1927-1938); 5UZ Adelaide (Fullarton, 1954-1956; Nailsworth, 1960) - Qualifications: cc; AOCP 25, 1924, No. ?? in SA - amateur operator; amateur broadcaster; University of Adelaide (Demonstrator & Technical Assistant, 1949) - Electoral Rolls: laboratory assistant (Moonee Ponds, Vic, 1924); no occupation (Malvern, SA, 1939-1943) ===''BROINOWSKI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leopold Thomas Broinowski|Broinowski, Leopold Thomas]] [https://www.familysearch.org/tree/person/details/G6FR-SMR] - 1871(Vic)-1937(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as associate editor, Hobart Mercury, Tas) - Electoral Rolls: journalist (Hobart South, 1914-1937) ===''BROOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilberforce Henry Liddon Brooke|Brooke, Wilberforce Henry Liddon]] [https://www.familysearch.org/tree/person/details/LB61-69T] - 1891(NSW)-1969(NSW) - Licences: 2BR Terrigal (1930-1936); 2BR Dora Creek (1937-1939, 1946-1958); 2BR Paterson (1960-1969) - Qualifications: AOCP 638, 1930, NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: clergyman (Jerry's Plains, 1930; Terrigal, 1931-1937; Dora Creek, 1954-1958; Paterson, 1963-1968) ===''BROOKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Brookes|Brookes, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GDSJ-GV6] - 1911(Qld)-1958(Qld) - Licences: 4BA Brisbane (Kelvin Grove, 1936-1937; Ashgrove, 1938-1939; Wooloowin, 1947-1948) - Qualifications: cc; AOCP 1641, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Wooloowin, Qld, 1943-1954); waterside Worker (Wooloowin, Qld, 1958) ===''BROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Milton Brooks|Brooks, Albert Henry Milton]] [https://www.familysearch.org/tree/person/details/LT1Q-DVK] - 1901(SA)-1975(SA) - Licences: 5KG Adelaide (Grange, 1933-1939; Croydon, 1946-1960+); 5AH Adelaide (Ridleton, 1969-1975) - Qualifications: cc; AOCP 1170, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Croydon, 1939); railway employee (Croydon, 1941-1943) - Relationships: likely related to 7JB John Vickery Brooks and 7DB D. C. Brooks * [[/John Vickery Brooks|Brooks, John Vickery "Jack"]] [https://www.familysearch.org/tree/person/details/GHXL-RK8] - 1905(SA)-1983(Vic) - Licences: 7JB Hobart (1924-1926) - Qualifications: cc; AOCP 37, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; engineer; originally from Adelaide - Relationships: likely related to 5KG Albert Henry Brooks and 7DB D. C. Brooks - Electoral Rolls: engineer (Hobart South, 1928; Malvern, Vic, 1954-1980) ===''BROOMHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Broomhall|Broomhall, Charles Alfred]] [https://www.familysearch.org/tree/person/details/M7NZ-2SV] - 1891(Vic)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 729, 1922 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Geraldton, 1916); mechanic (Wireless Station, Applecross, 1925; Canning Bridge, 1931-1937; Applecross, 1943-1954); retired (Bickley, 1958-1963) ===''BROWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan George Brown|Brown, Alan George]] [https://www.familysearch.org/tree/person/details/G849-43Y] - 1909(Vic)-1970(Vic) - Licences: 3CX Melbourne (Canterbury, 1928-1937; Upper Hawthorn, 1938-1939; Canterbury, 1946-1969) - Qualifications: AOCP 446, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF) - Electoral Rolls: clerk (Camberwell North, 1931); public servant (Auburn, 1936-1937); RAAF (St Kilda North, 1943); civil servant (Auburn, 1949); clerk (Deepdene, 1954; Camberwell North, 1963-1968) * [[/Alan Weymouth Brown|Brown, Alan Weymouth]] [https://www.familysearch.org/tree/person/details/GSKH-1N5] - 1902(Tas)-1938(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Listeners' League, Hobart (assistant secretary); witness to Royal Commission 1927 (as Assistant Secretary, Listeners' League, Hobart, Tas) - Electoral Rolls: electrician (Hobart South, 1936-1937) * [[/Alfred Louis Brown|Brown, Alfred Louis]] [https://www.familysearch.org/tree/person/details/LYQV-4SS] - 1885(Eng)-1971(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as general manager, 5CL, SA) - Electoral Rolls: instrument maker (Claremont, WA, 1910); optician (Applecross, 1916-1917); director (Kew, Vic, 1926); engineer (Cottesloe, 1936-1937) * [[/Bruce Kevin Brown|Brown, Bruce Kevin]] [https://www.familysearch.org/tree/person/details/G6S4-CV1] - 1920(Tas)-1984(NSW) - Licences: 7QZ Launceston (1937-1939); 2AQZ Sydney (Meadowbank, 1954-1969; Annangrove, 1975-1980+) - Qualifications: cc; AOCP 1942, 1937, No. ?? in Tas; BOCP 303, 1940; 1COCP 492, 1941; TVOCP 1014, 1968 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: laboratory assistant (Meadowbank, 1943-1968); technician (Annangrove, 1972-1980) * [[/Clarence Roy Brown|Brown, Clarence Roy]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - founder of 5KA Class B Adelaide; witness to Royal Commission 1927 (as manager, 5KA, SA) - Electoral Rolls: * [[/Clifford Walter Brown|Brown, Clifford Walter]] [https://www.familysearch.org/tree/person/details/LCV5-M8M] - 1906(WA)-1991(WA) - Licences: 6CB Perth (Subiaco, 1930-1939) - Qualifications: cc; AOCP 640, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Subiaco, 1931-1937); traveller (Nedlands, 1943-1963); business manager (Wembley, 1968); manager (Morley, 1972; Dianella, 1977-1980) * [[/Frank Makepeace Brown|Brown, Frank Makepeace]] [https://www.familysearch.org/tree/person/details/G8H5-2M5] - 1911(WA)-2006(WA) - Licences: 6FB Mullewa (1939; 1946-1948); 6FB Bassendean (1954-1960); 6FB Perth (Doubleview, 1965-1969; Rossmoyne, 1975) - Qualifications: AOCP 2375, 1939, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telephone mechanic (Northam, 1936; Bassendean, 1943); civil servant (Mullewa, 1949); telephone technician (Bassendean, 1954-1963); civil servant (Doubleview, 1968-1972); telephone technician (Rossmoyne, 1977-1980) * [[/George D. Brown|Brown, George D.]] [https://www.familysearch.org/tree/person/details/GXCQ-JFD] - 1875(???)-19??(???) - Licences: 4DB Brisbane (Ascot, Qld, 1937-1939) - Qualifications: cc; AOCP 1970, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous GBs - Electoral Rolls: Nil yet identified * [[/Harry Percy Brown|Brown, Harry Percy "Horsepower", "Poo Bah"]] [https://www.familysearch.org/tree/person/details/L1R8-R1W] - 1878(Eng)-1967(NSW) - senior federal public servant (Director-General, Posts and Telegraphs); witness to Royal Commission 1927 (as Secretary, PMGD) - Links: [[w:Harry Brown (public servant)|Wikipedia]]; [https://adb.anu.edu.au/biography/brown-sir-harry-percy-5384 ADB]; [https://telegramsaustralia.com/Forms/Special%20developments/People/Brown.html Telegrams Australia] * [[/Hector Mervyn Brown|Brown, Hector Mervyn]] [https://www.familysearch.org/tree/person/details/G9TY-HSC] - 1906(NSW)-1961(SA) - Licences: 5MB Adelaide (Torrensville, 1927-1928; Southwark, 1931-1933, 1946-1948) - Qualifications: AOCP 345, 1927, No. ?? in SA; 2COCP 402 1932; 1COCP 333, 1933) - amateur operator, amateur broadcaster, broadcast engineer (2BH, 1937), PMGD SA (mechanic, retired 1940) - Electoral Rolls: radio engineer (Broken Hill, 1937), engineer (Thebarton, 1941-1943) * [[/Herbert George Brown|Brown, Herbert George "Harry"]] [https://www.familysearch.org/tree/person/details/L5BH-NGV] - 1887(Eng)-1966(Qld) - Licences: 4BH Booval (1928-1930); 4HG Booval (1931); 4HG Ipswich (1937-1939, 1946-1956); 4BH Brisbane (Graceville, 1965) - Qualifications: cc; AOCP 455, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (Ipswich); railways employee - Callsign: withdrawn for 4BH Brisbane - Electoral Rolls: labourer (Ipswich, Qld, 1925; Redbank, Qld, 1929) * [[/Herbert Rufus Brown|Brown, Herbert Rufus]] [https://www.familysearch.org/tree/person/details/K2HL-T23] - 1894(Vic)-1980(Vic) - Licences: 3NN Receive Yanac (1923); 3NN Yanac (1924-1980) - Qualifications: cc; AOCP 271, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Yanac, 1919-1977) * [[/J. R. Brown|Brown, J. R.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Southport (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James McGladdery Brown|Brown, James McGladdery]] [https://www.familysearch.org/tree/person/details/GW18-TCK] - 1882(Qld)-1965(Qld) - Licences: 4BJ Aramac (1929-1933); 4BJ Rockhampton (1937); 4BJ Bundaberg (1947-1965) - Qualifications: AOCP 480, 1929, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: porter (Rockhampton, 1905); station master (Finch Hatton, 1913); labourer (Mackay, 1919); motor car proprietor (Baralaba, Mt Morgan, 1925); guard (Aramac, 1928-1937); retired (Maryborough, 1954-1963; Ascot, 1963) - Relationships: father of Victor James Caldwell Brown, the likely actual amateur operator * [[/John Henry Shadwell Brown|Brown, John Henry Shadwell]] [https://www.familysearch.org/tree/person/details/GDJL-7M4] - 1897(NSW)-1959(NSW) - Licences: 2JK Sydney (Botany, 1925-1939) - Qualifications: cc; CPRT 926, 1926; 1COCP 154, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Botany, 1930-1958) * [[/Joseph Brown|Brown, Joseph "Joe"]] [https://www.familysearch.org/tree/person/details/GQH2-YSM] - 1916(Tas)-1990(Tas) - Licences: 7BJ Hobart (Battery Point, 1934-1939; New Town, 1946-1980+) - Qualifications: cc; AOCP 1255, 1934, No. ?? in Tas; BOCP 5, 1936 - amateur operator; amateur broadcaster; broadcast engineer (7ZL, Hobart TV); public servant (PMGD) - Electoral Rolls: radio operator (Battery Point, 1936-1937); civil servant (New Town, 1943-1972) * [[/Leonard Austin Brown|Brown, Leonard Austin]] [https://www.familysearch.org/tree/person/details/GX21-FFX] - 1915(Vic)-1957(SA) - Licences: 3OP Melbourne (Camberwell, 1931-1933); 5OP Adelaide (Eastwood, 1937-1939) - Qualifications: cc; AOCP 814, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Camberwell, Vic, 1936; Eastwood, SA, 1939; Unley Park, SA, 1941) * [[/Robert Brown|Brown, Robert]] - 19??(???)-19??(???) - Licences: Receive Hobart (Moonah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart Central, 1919; Moonah, 1928); fitter (Hobart North, 1958) * [[/Victor James Caldwell Brown|Brown, Victor James Caldwell]] [https://www.familysearch.org/tree/person/details/LBKS-2T7] - 1907(Qld)-1983(Qld) - Licences: Nil yet identified, but likely those in father's name - Qualifications: Nil yet identified, but likely those in father's name - amateur operator? - Electoral Rolls: wardsman (Aramac, 1928); guard (Aramac, 1930); baker (Rockhampton, 1936); radio mechanic (Barcaldine, 1943; Bundaberg, 1949-1963) - Relationships: son of James McGladdery Brown - note electoral roll addresses for Victor James precisely align with 4BJ addresses whereas those for James McGladdery do not * [[/William Francis Brown|Brown, William Francis]] [https://www.familysearch.org/tree/person/details/G8VB-4DL] - 1914(Vic)-19??(???) - Licences: 3BB Warrnambool (1930-1933); 3BB Melbourne (Richmond, 1937); 9BB Wau, New Guinea (1938); 2ANP Sydney (Bundeena, 1947) - Qualifications: AOCP 704, 1930, Vic; 2COCP 92, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Richmond, 1937) - Comment: many contemporaneous WFBs ===''BROWNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Vincent Browne|Browne, Robert John Vincent]] [https://www.familysearch.org/tree/person/details/GSLZ-BY6] - 1907(Qld)-1972(Qld) - Licences: 4RB Brisbane (Toowong, 1925-1939; New Farm, 1946-1956; Dorrington, 1960-1969) - Qualifications: cc; AOCP 92, 1925, No. 10 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Toowong, 1936-1937); mechanic (Clevedon, 4QN, 1943); technician (New Farm, 1949-1954); teacher (Dorrington, 1958-1968) ===''BROWNLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Frank Brownless|Brownless, Sidney Frank "Frank"]] [https://www.familysearch.org/tree/person/details/G8HD-M5S] - 1915(Eng)-1995(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD); military (WW2, RAF, radar research); clubs & societies (IREE); author ("The Sharing of Television Channels", ABCB, 1973 - Electoral Rolls: engineer (Albert Park, 1954-1980) ===''BRUCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Bruce|Bruce, George William]] [https://www.familysearch.org/tree/person/details/GXPX-XN9] - 1913(SA)-1980(SA) - Licences: 5GB Adelaide (Prospect, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1925, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Arthur Bruce|Bruce, Robert Arthur]] [https://www.familysearch.org/tree/person/details/LR18-SKL] - 1900(SA)-1971(SA) - Licences: Receive Adelaide (City, 1923-1924); 5BJ Adelaide (Glenelg, 1927-1939) - Qualifications: cc; AOCP 357, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glenelg, 1939-1943) * [[/Robert William Bruce|Bruce, Robert William]] [https://www.familysearch.org/tree/person/details/GZTC-Z1J] - 1899(Vic)-1971(Vic) - Licences: 3JW Melbourne (St Kilda, 1926-1928; East Malvern, 1931-1939) - Qualifications: AOCP 283, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda East, 1926; Malvern East, 1931-1967) ===''BRUNSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Thomas Brunsden|Brunsden, Herbert Thomas]] [https://www.familysearch.org/tree/person/details/G8NR-JJR] - 1909(NSW)-1942(NSW) - Licences: 2BX Sydney (Leichhardt, 1930-1939) - Qualifications: AOCP 649, 1930, NSW; AOLCP 258, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Leichhardt, 1930-1937) - Comment: Gone too soon ===''BRYCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ramsay Auld Bryce|Bryce, Ramsay Auld]] [https://www.familysearch.org/tree/person/details/GH9T-FL2] - 1914(Qld)-1974(Qld) - Licences: 4AB Ipswich (1937-1939, 1947-1948); 4AB Gold Coast (Palm Beach, 1954-1969); 4AC Portable Ipswich (1947-1956) - Qualifications: cc; AOCP 1935, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (North Ipswich, Qld, 1937); radio serviceman (North Ipswich, Qld, 1943); theatre proprietor (Palm Beach, Qld, 1949); showman (Palm Beach, Qld, 1954-1958); projectionist (Palm Beach, Qld, 1963-1972) ===''BRYSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royal William Bryson|Bryson, Royal William "Roy"]] [https://www.familysearch.org/tree/person/details/GZ9P-5KJ] - 1886(Vic)-1956(Vic) - Licences: XJJ Melbourne (Richmond, 1913); 3JM Receive Melbourne (Kew, 1922-1923); 3JM Melbourne (Kew, 1924-1933) - Qualifications: cc; AOCP 50, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; honorary radio inspector - Electoral Rolls: mechanic (Richmond, 1914-1916); electrical fitter (Kew, 1919-1937); electrician (Croydon, 1943-1954) ===''BUCHANAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thomas Oswald Buchanan|Buchanan, Norman Thomas Oswald]] [https://www.familysearch.org/tree/person/details/G84K-B7C] - 1912(Qld)-1985(Vic) - Licences: 2NB Sydney (Manly, 1928-1939); 2ANB Sydney (Bondi, 1948; Kingsford, 1950); 3AND Melbourne (Ascot Vale, 1954; Rosanna, 1955-1956) - Qualifications: AOCP 466, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Manly, 1934-1935); sound engineer (Manly, 1936); engineer (North Sydney, 1943; Heidelberg, 1954-1963; Rosanna, 1968; Heidelberg, 1972; Rosanna, 1977); retired (Castlemaine, 1980) ===''BUCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hector Buck|Buck, Albert Hector]] [https://www.familysearch.org/tree/person/details/LDQJ-PC3] - 1905(Vic)-1948(Vic) - Licences: 3TM Receive Melbourne (Albert Park, 1923); 3TM Melbourne (Glenhuntly, 1924-1926; Glenferrie, 1927; East Preston, 1931; Hawthorn, 1933-1937); 3TM Terang (1938-1939); 3TM Shepparton (1946-1947) - Qualifications: cc; AOCP 138, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: father of 3ZMX & 3AAD Edwin David Buck, don't confuse with Albert Thomas Buck (Qld) - Electoral Rolls: electrician (Glenferrie, 1927-1928); mechanic (Glenferrie, 1931; Hawthorn, 1937); electrician (Terang, 1943) * [[/Albert Thomas Buck|Buck, Albert Thomas]] [https://www.familysearch.org/tree/person/details/9Z9K-CXG] - 1892(Eng)-1973(Eng) - Licences: 4CW Receive Brisbane (Geebung, 1923); 4CW Brisbane (Geebung, 1924-1927) - Qualifications: cc; AOCP 281, 1926, No. 24 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: home duties (Kedron, 1931-1934); wireless mechanic (Summer Hill, 1933) - don't confuse with 3TM Albert Hector Buck * [[/Edwin David Buck|Buck, Edwin David]] [https://www.familysearch.org/tree/person/details/GZNC-4JQ] - 1929(Vic)-2010(Vic) - 3ZMX Melbourne (Thornbury, 1965-1969, 3AAD Melbourne (Thornbury, 1975-1980), amateur operator (AOCP ??, 19??, No. ?? in Vic), son of 3TM Albert Hector Buck ===''BUCKERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Roy Buckerfield|Buckerfield, Sidney Roy "Buck" & "Roy"]] [https://www.familysearch.org/tree/person/details/GCGS-S7N] - 1904(SA)-1965(SA) - Licences: 5DA Receive Adelaide (Parkside, 1923); 5DA Adelaide (Parkside, 1924-1927; Evandale, 1928-1931; Knoxville, 1933-1939; St Morris, 1947-1948+); 5DA Crystal Brook (1954-1956); 5DA Adelaide (Brighton Gardens, 1960+) - Qualifications: cc; AOCP 32, 1924, No. ?? in SA; 2COCP 163, 1938; 1COCP 1557, 1950 - amateur operator; amateur broadcaster; broadcast engineer (5DN, 5CK, 5DR, 5AN, 5ABCFM); public servant (PMGD); WW2 - Electoral Rolls: mechanic (Knoxville, 1939) ===''BUCKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Carson Buckie|Buckie, Alan Carson]] [https://www.familysearch.org/tree/person/details/GFQ6-8QC] - 1909(WA)-1966(WA) - Licences: 6AB Perth (Nedlands, 1936-1939; Claremont, 1947-1948; Dalkeith, 1965) - Qualifications: cc; AOCP 1682, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1931); radio engineer (Nedlands, WA, 1943-1963) ===''BUGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Robert Bugg|Bugg, Charles Robert]] [https://www.familysearch.org/tree/person/details/G82G-Q8K] - 1918(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: BOCP 11, 1936, Vic - - Electoral Rolls: radio engineer (Geelong, 1942) ===''BUILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Builder|Builder, Geoffrey]] [https://www.familysearch.org/tree/person/details/GM6S-FBL] - 1906(WA)-1960(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - physicist; radio engineer; WW2 - Electoral Rolls: observer (Magnetic Observatory, Watheroo, 1931; physicist (Haberfield, 1935; Ashfield, 1937; Burwood, NSW, 1943-1958) - [https://adb.anu.edu.au/biography/builder-geoffrey-9617 ADB] ===''BULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Bull|Bull, Francis George]] [https://www.familysearch.org/tree/person/details/LB9W-CFP] - 1904(Eng)-1965(Qld) - Licences: 4MA Brisbane (Fairfield, 1936-1939) - Qualifications: cc; AOCP 1674, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Stones Corner, Qld, 1926-1928; Highgate Hill, Qld, 1934; Fairfield, Qld, 1937; Annerley, Qld, 1943-1958); military forces (Wellers Hill, Qld, 1963) * [[/J. F. Bull|Bull, J. F.]] - 19??(???)-19??(???) - 4FH Mackay (-1949-1967+), amateur operator (AOCP ??, 19??, No. ?? in Qld), associate member I.R.E. Aust. ===''BULLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Bulling|Bulling, William John]] [https://www.familysearch.org/tree/person/details/L4Y9-S95] - 1914(SA)-2000(SA) - Licences: 5KX Adelaide (Grange, 1935-1939; Kirkcaldy, 1947-1954; Kings Park, 1955-1975); 5KX Wasleys (1980+) - Qualifications: cc; AOCP 1527, 1935, SA; BOCP 166, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Kirkcaldy, 1939-1943) ===''BULLIVANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Bullivant|Bullivant, William Norman]] [https://www.familysearch.org/tree/person/details/GZJK-X8B] - 1908(NSW)-1985(NSW) - 2PR Receive Albury (1923-1924), 2WB Albury (1925-1930), 2WB West Wyalong (1931-1934), 2BC Sydney (Bondi, 1946-1950; Bellevue Hill, 1954-1969; Kingsford, 1975-1980+), amateur operator (AOCP 167, 1925, No. ?? in NSW; 1COCP 319, 1940), amateur broadcaster, postal clerk (West Wyalong, 1932), telegraphist (Bondi, 1943), supervisor (Waverley, 1954; Bellevue Hill, 1963; Kingsford, 1980)) ===''BULLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Frederick Wright Bullock|Bullock, Albert Frederick Wright "Bert"]] [https://www.familysearch.org/tree/person/details/GX4K-44G] - 1900(Qld)-1987(Qld) - Licences: 4ZX Brisbane (Coorparoo, 1933-1939, 1946-1954; Camp Hill, 1955-1960) - Qualifications: cc; AOCP 1109, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: ironworker (East Brisbane, Qld, 1925); storeman (Coorparoo, Qld, 1936-1954); retired (Coorparoo, Qld, 1958-1980) ===''BUNTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Bunton|Bunton, George Henry]] [https://www.familysearch.org/tree/person/details/MGWV-YFR] - 1872(Eng)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, Mosman, NSW) - Electoral Rolls: butcher (Mosman, 1930-1954) ===''BURBIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Arthur Burbidge|Burbidge, Philip Arthur]] [https://www.familysearch.org/tree/person/details/G8HM-7JL] - 1910(Eng)-1948(NSW) - Licences: 3PB Melbourne (Moonee Ponds, 1928-1931); 2PB Sydney (Bellevue Hill, 1946-1947) - Qualifications: AOCP 456, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant manager (Camberwell, 1934); manager (Bellevue Hill, 1943) ===''BURBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Alfred Burbury|Burbury, Eric Alfred]] - 1894(Tas)-1976(NSW) - early wireless experimenter (Tasmania, unlicensed?), ship wireless operator (1910s), broadcast engineer (AWA, Koo-we-rup; 2FC, chief engineer), brother of Harry Keith Burbury * [[/Harry Keith Burbury|Burbury, Harry Keith "Keith"]] - 1897(Tas)-1986(NSW) - engineer (PMGD), brother of Eric Alfred Burbury ===''BURCHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Burchill|Burchill, Charles]] [https://www.familysearch.org/tree/person/details/GXXD-8PF] - 1894(Qld)-1969(NSW) - Licences: 4EM Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (Hendra, Qld, 1925; Surry Hills, NSW, 1930); fitter (Long Bay Camp, NSW, 1933; Surry Hills, NSW, 1934-1936; Harbord, NSW, 1937); watchman (Maroubra, NSW, 1943-1949) ===''BURFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Patrick Burford|Burford, Walter Patrick]] [https://www.familysearch.org/tree/person/details/GHM2-CD9] - 1912(SA)-1960(Vic) - Licences: 5PB Naracoorte (1934-1939, 1947-1960) - Qualifications: cc; AOCP 1365, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, SA, 1939-1943) ===''BURGESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Thomas Burgess|Burgess, George Thomas]] [https://www.familysearch.org/tree/person/details/G8W5-N95] - 1913(SA)-1994(SA) - Licences: 5GC Adelaide (Prospect, 1933-1939; Henley Beach, 1947-1980+) - Qualifications: cc; AOCP 1233, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Henley, SA, 1941-1943) * [[/Thomas William Watkins Burgess|Burgess, Thomas William Watkins]] [https://www.familysearch.org/tree/person/details/LDZP-X1R] - 1861(NSW)-1929(NSW) - Licences: XDA Wagga Wagga (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: medical practitioner (Wagga Wagga, 1901-1903) ===''BURGOYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Burgoyne|Burgoyne, Francis James]] [https://www.familysearch.org/tree/person/details/GXQN-1VS] - 1876(Wales)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (VIY, 1913-?); RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: officer-in-charge (Radio Station, South Townsville, 1919); postmaster (Concord, 1930); public servant (Homebush, 1930); postmaster (Homebush, 1933; Strathfield, 1935; Inverell, 1936; Bondi North, 1943) ===''BURING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rudolph Buring|Buring, Rudolph]] [https://www.familysearch.org/tree/person/details/L51C-YVT] - 1906(Tas)-1973(Vic) - Licences: 7AX Receive Hobart (1922-1923); Receive Hobart (1923-1924); 7RB Hobart (1925-1933); 3RB Melbourne (Ballarat, 1935-1939) - Qualifications: cc; AOCP 102, 1925, No. ?? in Tas; AOLCP 166, 1934 - amateur operator; amateur broadcaster; electronics engineer (PMGD) - Electoral Rolls: university demonstrator (Hobart, 1928); radio engineer (Sale, 1936; Ballarat, 1936-1937); engineer (Kew, 1943-1972) ===''BURMESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Conrad Burmester|Burmester, Otto Conrad]] [https://www.familysearch.org/tree/person/details/GXWN-7VX] - 1909(Qld)-1997(Qld) - Licences: 4OB Brisbane (East Brisbane, 1933) - Qualifications: cc; AOCP 1158, 1933, No. ?? in Qld; 2COCP 31, 1935; 1COCP 46, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: broadcaster (Toowong, Qld, 1943); PMG technician (East Brisbane, Qld, 1949-1980) ===''BURNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud Edward James Burns|Burns, Claud Edward James]] [https://www.familysearch.org/tree/person/details/KCLY-P7V] - 1893(Qld)-1978(Qld) - Licences: 4ZY Kingaroy (1932-1939); 4ZY Innisfail (1946-1947); 4ZY Cairns (1948-1975) - Qualifications: cc; AOCP 996, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: supervising technician (Cairns, Qld, 1954-1977) ===''BURRAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Allan Burrage|Burrage, John Allan]] [https://www.familysearch.org/tree/person/details/KCW4-SLS] - 1916(Vic)-1942(Ins) - Licences: 3UW Melbourne (Deepdene, 1934-1937), 3UW (Shepparton, 1938-1939) - Qualifications: AOCP 1322, 1934, No. ?? in Vic; BOCP 59, 1936; 1COCP 291, 1939 - amateur operator, amateur broadcaster, broadcast engineer (3SR), WW2 - Electoral Rolls: radio engineer (Shepparton, 1942) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/burrage-john-allan-400643/] ===''BURROWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Owen Burrows|Burrows, Alan Owen]] [https://www.familysearch.org/tree/person/details/KNZG-V74] - 1901(NSW)-1933(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio correspondent (Sydney Morning Herald, Sydney Sun); proprietor Miss F. V. Wallace (Wireless Shop), 1927-1933; president Waverley Radio Club - Electoral Rolls: radio dealer (Waverley, 1930-1933) - Comment: Gone too soon * [[/Ernest Walter Burrows|Burrows, Ernest Walter]] [https://www.familysearch.org/tree/person/details/LZDY-YQ8] - 1900(WA)-1986(NSW) - Licences: 6DZ Geraldton (1924-1927); 2DZ Sydney (Concord, 1929-1930) - Qualifications: cc; CPRT 659, 1921; 1COCP 5, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: technical assistant (Canterbury, NSW, 1937-1949; Earlwood, 1954-1980) * [[/Frederick Harold Burrows|Burrows, Frederick Harold]] [https://www.familysearch.org/tree/person/details/LZDY-TKH] - 1894(Eng)-1974(WA) - Licences: 6BH Perth (Claremont, 1922-1924); 6BH Kalgoorlie (1925-1927); 6BF Perth (Beverley, 1937-1939) - Qualifications: cc; AOCP 193, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgoorlie, 1916; Claremont, 1922; Kalgoorlie, 1925); headmaster (Beverley, 1937; Subiaco, 1943-1958); retired (Subiaco, 1963-1972) * [[/John Charles Fry Burrows|Burrows, John Charles Fry]] [https://www.familysearch.org/tree/person/details/GDKZ-LJ8] - 1897(Vic)-1981(Vic) - Licences: XJCD Melbourne (Kew, 1913-1914) - Qualifications: cc; CPRT 251, 1916 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: no occupation (Kew, 1919-1931); representative (Bairnsdale, 1934); commercial (Kew, 1936-1937); superintendent (Caulfield, 1943-1954); manager (Toorak, 1963-1980) ===''BURTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Reg Burton|Burton, Arthur Reg]] [https://www.familysearch.org/tree/person/details/GXCC-3HM] - 1899(Eng)-1982(Qld) - Licences: 4FE Brisbane (South Brisbane, 1935-1936; City, 1937-1939; Highgate Hill, 1946-1948); 1FE Heard Island (1954-1955); 4FE Thursday Island (1955-1956); 4FE Normanton (1960); 4FE Labrador (1965-1980+) - Qualifications: cc; AOCP 1563, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, AIF); broadcast technician; federal public servant (PMGD) - Relationships: Likely father of 4BM Arthur Henry Burton - Electoral Rolls: artist (Lutwyche, Qld, 1921); picture showman (Beenleigh, Qld, 1922-1926); motor engineer (Kangaroo Point, Qld, 1931-1934; South Brisbane, Qld, 1937); radio engineer (South Brisbane, Qld, 1943); diesel engineer (Highgate Hill, Qld, 1949-1954); technician (Highgate Hill, Qld, 1958); retired (Labrador, Qld, 1968-1980) ===''BUSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Talbot Busch|Busch, Reginald Talbot]] [https://www.familysearch.org/tree/person/details/GZJ3-2P7] - 1907(Vic)-2005(Vic) - Licences: 3LS Receive Melbourne (Essendon, 1923); 3LS Melbourne (Moonee Ponds, 1923-1939; North Essendon, 1946-1969; Strathmore, 1975-1980+) - Qualifications: cc; AOCP 157, 1925, No. ?? in Vic; AOLCP 286, 1936; 1AOCP 3, 1946 - amateur operator; amateur broadcaster; research engineer (1942) - Electoral Rolls: engineer (Moonee Ponds, 1931-1937); research engineer (Essendon, 1942-1968); research (Strathmore, 1972-1977) ===''BUSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Melville Bush|Bush, Albert Melville]] [https://www.familysearch.org/tree/person/details/LBB7-DFN] - 1893(Vic)-1964(Vic) - 3YY Bendigo (1924-1927) - Qualifications: cc; AOCP 197, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: dental apprentice (Bendigo, 1914-1919); dentist (Bendigo, 1922-1963) ===''BUSHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Robert William Bushby|Bushby, Thomas Robert William]] [https://www.familysearch.org/tree/person/details/K2G5-KTN] - 1900(Eng)-1978(NSW) - Licences: 2TW Bulli (1927-1928); 2TW Sydney (Gladesville, 1929; Hunters Hill, 1930; Gladesville, 1931-1933; Rose Bay, 1934; Bondi North, 1935-1937; Bellevue Hill, 1938-1939) - Qualifications: AOCP 368, 1927, No. ?? in NSW; AOLCP 32, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hunters Hill, 1930; Gladesville, 1933); engineer (Rose Bay, 1934; Bellevue Hill, 1935; Bondi, 1936-1937; Kingsgrove, 1943-1954); radio engineer (Bexley, 1958-1963) ===''BUTCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Butcher|Butcher, Eric William]] [https://www.familysearch.org/tree/person/details/GXWG-77S] - 1912(Qld)-1970(Qld) - Licences: 4EB Brisbane (Lutwyche, 1931-1933; Kedron, 1938-1939) - Qualifications: cc; AOCP 871, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Kedron, Qld, 1936-1937); teacher (Grange, Qld, 1949; Wavell Heights, Qld, 1958-1968) ===''BUTLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lloyd Butler|Butler, Alfred Lloyd "Lloyd"]] - Licences: 5BR Adelaide (Prospect, 1947); 5BR Murray Bridge (1948-1960); 5BR Adelaide (Panorama, 1965-1980+) - Qualifications: AOCP; BOCP; TVOCP - amateur operator; historian (SA amateur, SA broadcast) - Electoral Rolls: - Links: [http://users.tpg.com.au/ldbutler/index.htm Web] * [[/Richard Edmund Butler|Butler, Richard Edmund "Dick"]] [https://www.familysearch.org/tree/person/details/GQX1-ZPZ] - 1926(Vic)-2012(Vic) - Senior federal public servant (PMGD), Deputy General Secretary ITU 1983-1989, Secretary General ITU 1983-1989 [https://www.itu.int/en/history/Pages/ElectedOfficialBio.aspx?off=6] ===''BUTLER-WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bertie Saywell Butler-Wood|Butler-Wood, Bertie Saywell]] [https://www.familysearch.org/tree/person/details/GXJ2-18J] - 1894(NSW)-1954(Qld) - Licences: 4EJ Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (West End, Qld, 1919-1925); dentist (West End, Qld, 1943-1954) ===''BUTTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Butterfield|Butterfield, George William]] [https://www.familysearch.org/tree/person/details/L77T-FCW] - 1903(Eng)-1980(WA) - Licences: 6GW Perth (South Perth, 1932-1939) - Qualifications: cc; AOCP 906, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: dental mechanic (Northam, WA, 1925; South Perth, WA, 1931); radio engineer (South Perth, WA, 1936-1958); retired (South Perth, WA, 1977) ===''BUTTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Butters|Butters, William Leslie W.]] [https://www.familysearch.org/tree/person/details/2VQ7-BSV] - 1885(NSW)-1953(NSW) - Licences: 2WY Bermagui South (1928-1935); 2WY Sydney (Brooklyn, 1936-1938; Cronulla, 1939; Karuah, 1946-1947); 2WY Nambucca Heads (1948-1950) - Qualifications: AOCP 464, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: fisheries inspector (Bermagui South, 1930; Brooklyn, 1936); clerk (Erskineville, 1943); retired (Nambucca Heads, 1949) ===''BUTTERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Butterworth|Butterworth, Cecil]] [https://www.familysearch.org/tree/person/details/GMLR-QDG] - 1910(NSW)-1990(NSW) - Licences: 2CB Wallsend (1929-1930); 2BU Wallsend (1931-1939, 1946-1980+) - Qualifications: AOCP 540, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Wallsend, 1936-1958); manufacturer (Wallsend, 1963-1972); engineer (Rankin Park, 1977-1980) ===''BUZACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Hardie Buzacott|Buzacott, Albert Hardie "Hardie"]] [https://www.familysearch.org/tree/person/details/L7YK-QZ6] - 1914(Qld)-1984(Qld) - Licences: 4UZ Toowoomba (1934-1939) - Qualifications: cc; AOCP 1242, 1934, No. ?? in Qld; AOLCP 260, 1935 - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio mechanic (East Toowoomba, Qld, 1936-1937); radio operator (East Toowoomba, Qld, 1943-1949); manager (Roma, Qld, 1949; Gympie, Qld, 1954-1972; Caloundra, Qld, 1977-1980) * [[/Richard Norman Buzacott|Buzacott, Richard Norman]] [https://www.familysearch.org/tree/person/details/GZ82-8ZL] - 1909(WA)-1975(Vic) - Licences: 3RB Melbourne (Elsternwick, 1926; Burwood, 1931; Camberwell, 1933); 2TD Sydney (North Sydney, 1935-1936); 3TD Lubeck (1938-1939); 3TD Melbourne (Balwyn, 1946-1960); 3AUB Melbourne (Reservoir, 1969-1975) - Qualifications: AOCP 298, 1926, No. ?? in Vic; 1COCP 61, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1931); broadcast engineer (North Sydney, 1934-1935); engineer (Camaray, NSW, 1936); broadcast engineer (Lubeck, 1937); wireless operator (Canterbury, 1943); technician (Canterbury, 1949-1954); engineer (Reservoir, 1963-1972) =='''C'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''CAGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cagney|Cagney, Eric William]] [https://www.familysearch.org/tree/person/details/GXH2-9HV] - 1909(Qld)-1990(Qld) - Licences: 4EC Rockhampton (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1386, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Palings, piano tuner); associate I.R.E. Aust - Electoral Rolls: musical instrument worker (Rockhampton, Qld, 1931-1980) ===''CAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Cain|Cain, James Henry]] [https://www.familysearch.org/tree/person/details/MKN2-48M] - 1866(Isle of Man)-1940(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a/g superintendent, Central Mission, Wesley Church, Melbourne, Vic) - Electoral Rolls: clergyman (Mooroopna, 1903; North Melbourne, 1909-1913; Carlton, 1914-1919; Glenferrie, 1921-1924; Auburn, 1924-1927; Kew, 1928-1937) ===''CALDECOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry William Spencer Caldecott|Caldecott, Henry William Spencer]] [https://www.familysearch.org/tree/person/details/GZT8-K3M] - 1908(Canada)-1991(NSW) - Licences: 2SM Sydney (Manly, 1926-1927; Chatswood, 1928-1929; Manly, 1930-1931); 2DA Sydney (Manly, 1933-1939; Balgowlah, 1946-1980+) - Qualifications: AOCP 285, 1926, No. ?? in NSW; AOLCP 58, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Balgowlah, 1930-1968); engineer (Balgowlah, 1977-1980)- callsign 2SM withdrawn by PMGD for allocation to 2SM commercial broadcaster ===''CALDWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aleck Stewart Caldwell|Caldwell, Aleck Stewart]] [https://www.familysearch.org/tree/person/details/M5SS-6BB] - 1903(SA)-1983(SA) - Licences: Receive Adelaide (Unley North, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: During 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Donald Pavy Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: draftsman (Black Forest, SA, 1939); assistant (Erindale, SA, 1941-1943) * [[/Donald Pavy Caldwell|Caldwell, Donald Pavy]] [https://www.familysearch.org/tree/person/details/LVC2-5NT] - 1907(SA)-1959(NSW) - Licences: Nil yet identified - Qualifications: cc; AOCP 29, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Comment: amateur broadcaster but never held licence in his name, during 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Aleck Stewart Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: telegraphist (Clapham, SA, 1939-1943) * [[/Frank David Caldwell|Caldwell, Frank David]] [https://www.familysearch.org/tree/person/details/G8DV-FQ9] - 1907(NSW)-1975(NSW) - Licences: 2YF Sydney (Bondi, 1930-1936; Concord, 1937; Bondi, 1938-1939; Waverley, 1946-1969); 2YF Katoomba (1975) - Qualifications: AOCP 587, 1930, No. ?? in NSW; 3COCP 404, 1938; BOCP 186, 1938 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: employee Clyde Engineering Works (Burwood, 1930); mechanic (Bondi, 1936-1937; Waverley, 1949-1958; Bronte, 1963-1968) * [[/Robert Ballantyne Caldwell|Caldwell, Robert Ballantyne]] [https://www.familysearch.org/tree/person/details/2ZSH-LYB] - 1869(SA)-1942(SA) - Licences: 5BP Adelaide (Unley, 1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: father of Aleck Stewart Caldwell & Donald Pavy Caldwell; brother of William Alexander Caldwell - Electoral Rolls: resident engineer (North Unley, SA, 1939-1941) * [[/Rupert Christian Caldwell|Caldwell, Rupert Christian]] [https://www.familysearch.org/tree/person/details/G8W3-897] - 1893(Vic)-1989(NSW) - Licences: 2YW Receive Sydney (Leichhardt, 1923-1924); 2JO Sydney (Bondi Junction, 1928; Waverley, 1929-1933; Woollahra, 1934-1937; Bondi, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 415, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: traveller (Waverley, 1930-1933; Woollahra, 1934-1936; Bondi Beach, 1937-1968); retired (Waverley, 1972; Bondi Beach, 1977; Malabar, 1980) * [[/William Alexander Caldwell|Caldwell, William Alexander]] [https://www.familysearch.org/tree/person/details/K8Y4-P92] - 1881(SA)-1964(SA) - Licences: 5DI Receive Adelaide (Unley, 1923); 5BO Adelaide (Unley, 1923); 5BP Adelaide (Unley, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: brother of Robert Ballantyne Caldwell; uncle of Aleck Stewart Caldwell & Donald Pavy Caldwell - Electoral Rolls: nil (Glenelg, SA, 1939-1943) ===''CALETTI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guido Caletti|Caletti, Guido "Jim"]] [https://www.familysearch.org/tree/person/details/G841-NV5] - 1900(NSW)-1952(NSW) - Licences: 2CL Receive Sydney (Leichhardt, 1922; Newtown, 1922); 2CL Sydney (Newtown, 1923; Redfern, 1924; Annandale, 1924-1926; Punchbowl, 1927-1929; Penrose, 1930); 2AHV Sydney (Hurstville, 1938-1939, 1946-1950) - Qualifications: cc; CPRTelephony 649, 1921 - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Punchbowl, 1930); mechanic (Bankstown, 1933); telephone mechanic (Hurstville, 1937-1949) ===''CALLABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Callaby|Callaby, Clarence James]] [https://www.familysearch.org/tree/person/details/GZBQ-38C] - 1910(NSW)-1978(NSW) - Licences: 2CJ Sydney (Concord, 1929-1934); 3BI Ballarat (1937-1939) - Qualifications: AOCP 546, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: laboratory assistant (Concord, 1933-1935); chemist (Croydon, 1936-1937); industrial chemist (West Ryde, 1943-1958); company director (St Ives, 1963-1968); director (St Ives, 1972-1977) ===''CALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Victor Callick|Callick, Harold Victor]] [https://www.familysearch.org/tree/person/details/GXF4-P45] - 1898(Eng)-1978(Qld) - Licences: Receive Brisbane (Herston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: surgical dresser (Kelvin Grove, Qld, 1921-1925; Herston, Qld, 1937-1963; Alderley, Qld, 1943-1949; Herston, Qld, 1954-1958; Chermside, Qld, 1963); retired (Miami, Qld, 1968-1977) ===''CALLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival James Callow|Callow, Percival James]] [https://www.familysearch.org/tree/person/details/GXFB-TR6] - 1899(Qld)-1969(Qld) - Licences: Receive (Crystal) Brisbane (Albion, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: public servant (Albion, Qld, 1921-1925); clerk (Glen Kedron, Qld, 1934; Kedron, Qld, 1936-1963); retired (Scarborough, Qld, 1968) ===''CAMERON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. R. Cameron|Cameron, A. R.]] - 19??(???)-19??(???) - Licences: 5RC Adelaide (Leabrook, 1931-1938); 2AMK Sydney (Hunters Hill, 1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Milton Cameron|Cameron, Robert Milton]] [https://www.familysearch.org/tree/person/details/GZXL-HDJ] - 1907(Vic)-1985(SA) - Licences: 3OT Receive Melbourne (Malvern, 1923); 3OT Melbourne (Malvern, 1924-1933); 2XV Sydney (Waverton, 1935; Cronulla, 1937-1939); 4CS Brisbane (Doomben, 1947; Archerfield, 1948); 3AC Melbourne (Prahran, 1954-1955; Hawthorn, 1956-1960) - Qualifications: cc; AOCP 112, 1925, No. ?? in Vic; 1COCP 87, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Malvern East, 1931-1934); aeradio operator (Cooktown, 1943); surveyor (Prahran, 1954) ===''CAMPBELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dallas Dwyer Campbell|Campbell, Dallas Dwyer]] - 1901(NSW)-1964(NSW) - 2KU? Receive Ulmarra (1922-23), 2CU Ulmarra (1924-1939), amateur operator (AOCP 5, 1924, No. ?? in NSW), amateur broadcaster * [[/Douglas Gilmore Campbell|Campbell, Douglas Gilmore]] [https://www.familysearch.org/tree/person/details/LJBS-NDD] - 1888(NSW)-1971(NSW) - 2JO Receive Kyogle (1922-1924), 2DG Kyogle (1925-1933), amateur operator (AOCP 70, 1925, No. ?? in NSW), amateur broadcaster * [[/Frank Valentine Campbell|Campbell, Frank Valentine]] [https://www.familysearch.org/tree/person/details/GXZJ-CGN] - 1901(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4GC George Alfred Campbell - Electoral Rolls: wireless expert (South Brisbane, Qld, 1926); mechanic (Kedron, Qld, 1928-1929); electrical engineer (Kedron, Qld, 1934-1954); electrician (Haberfield, NSW, 1958-1963); retired (Beacon Hill, NSW, 1968-1972) * [[/Frederick Alexander Campbell|Campbell, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/KC4J-HG7] - 1849(Sct)-1930(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, South Yarra, Vic) - Electoral Rolls: director (Melbourne, 1903-1913; South Yarra, 1914-1919); chief executive (South Yarra, 1924-1928) * [[/George Alfred Campbell|Campbell, George Alfred]] [https://www.familysearch.org/tree/person/details/GXZJ-C21] - 1894(Eng)-1983(Qld) - Licences: 4GC Brisbane (South Brisbane, 1937-1939, 1947-1960); 4GC Mermaid Beach (1965-1975); 4GC Brisbane (Annerley, 1980+) - Qualifications: cc; AOCP 2014, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Frank Valentine Campbell - Electoral Rolls: electrical engineer (West End, Qld, 1925-1926; South Brisbane, Qld, 1928-1963); retired (Annerley, Qld, 1968-1972; Mermaid Beach, Qld, 1977) * [[/James Campbell|Campbell, James]] - 1845(Sct)-1893(Vic) - proprietor of engineering business in Ballarat, politician in Victoria, Postmaster-General Victoria (Apr 1884 - Feb 1886) * [[/Neville Douglas Campbell|Campbell, Neville Douglas or Douglas Neville]] [https://www.familysearch.org/tree/person/details/G73C-WVG] - 1912(Tas)-2007(Tas) - Licences: 7NC Hobart (City, 1932-1939, 1946-1956; Sandy Bay, 1960-1980) - Qualifications: cc; AOCP 993, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (New Town, 1943; Sandy Bay, 1949-1958) * [[/Robert Campbell|Campbell, Robert]] - 1917(???)-1950(Qld) - Licences: 4RC Brisbane (Kelvin Grove, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1180, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, treasurer, QSL officer) - Comment: numerous contemporaneous RCs - Electoral Rolls: Nile yet identified ===''CANAVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Canavan|Canavan, John]] [https://www.familysearch.org/tree/person/details/GF3D-L6T] - 1914(Eng)-2008(WA) - Licences: 6CN Perth (City, 1936-1939); 6ON Perth (Mt Hawthorn, 1948) - Qualifications: cc; AOCP 1811, 1936, WA; BOCP 109, 1937; 1COCP 618, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (North Perth, WA, 1937; Maylands, WA, 1949; Bayswater, WA, 1954; Port Hedland, WA, 1958; Bayswater, WA, 1963-1980) ===''CANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Fredrick Herrett Cannon|Cannon, Ronald Fredrick or Frederick Herrett]] [https://www.familysearch.org/tree/person/details/G7JW-T6L] - 1913(Tas)-1994(Vic) - Licences: 7RC Wynyard (1932-1939); 3BRC Melbourne (Hawthorn, 1975) - Qualifications: cc; AOCP 946, 1932, No. ?? in Tas; BOCP 97, 1937; 1COCP 473, 1941 - amateur operator; amateur broadcaster; RAAFWR; WW2 - Electoral Rolls: shop assistant (Wynyard, 1936-1937); engineer (St Kilda, 1943); radio technician (Auburn, 1949; Hawthorn, 1954-1967); tv hirer (Hawthorn, 1968-1980) ===''CANSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathan Victor Charles Cansick|Cansick, Nathan Victor Charles]] [https://www.familysearch.org/tree/person/details/LKSJ-CXC] - 1907(Vic)-1968(NSW) - 3VE Receive Melbourne (St Kilda, 1923-1924), 3AK Melbourne (St Kilda, 1925-1931), amateur operator (AOCP 139, 1925, No. ?? in Vic), amateur broadcaster ===''CAREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Carey|Carey, Francis Joseph "Frank"]] - 18??-19?? - X??, 4?? Toowoomba 1911-1914, 1922-1923, 2AMI Sydney (Centennial Park, 1933-1939; North Sydney 1946-1954; Fairfield 1955-1980) - amateur operator (AOCP 1152, 1933, ?? in NSW) , radio club member (QWI), Halcyon: AOCP NSW 1925 * [[/John Thomas Carey|Carey, John Thomas]] [https://www.familysearch.org/tree/person/details/G6Y9-TZ8] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 19, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: wireless operator (St Kilda, 1913; West End, Townsville, 1919) ===''CARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Lewis Carne|Carne, Ronald Lewis "Ron"]] [https://www.familysearch.org/tree/person/details/GXCC-N3M] - 1910(Fiji)-1976(Qld) - Licences: 4RP Hambledon Mill via Cairns (1935); 4RP Innisfail (1937-1939) - Qualifications: cc; AOCP 1186, 1933, Qld; 3COCP 429, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Goondi Mill, Innisfail, 1936-1937); cane inspector (Sherwood, Qld, 1943); assistant cane inspector (Goondi Mill, Innisfail, Qld, 1949-1954); cane inspector (Victoria Mill, Ingham, Qld, 1954-1958); manager (Harwood Mill, Harwood Island, NSW, 1963; Victoria Mill, Ingham, Qld, 1968); retired (Bowen, Qld, 1972) ===''CARPENTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Carpenter|Carpenter, Archibald John]] [https://www.familysearch.org/tree/person/details/GZPR-BJS] - 1900(WA)-1956(France) - Licences: No known licence - Qualifications: cc; AOCP 376, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: school teacher (Northam, 1925-1936); instructor (South Perth, 1943); firewood vendor (Whyalla, 1948); teacher (Kalgoorlie, 1954) ===''CARRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Carrie|Carrie, F.]] - 19??(???)-19??(???) - Licences: 5JC Adelaide (Glanville, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CARTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Carter|Carter, Albert Edward "Birdie"]] [https://www.familysearch.org/tree/person/details/GHDL-5CB] - 1916(Qld)-2014(Qld) - Licences: 4LT Brisbane (Wavell Heights, 1938-1939, 1946-1948); 4LT Nanango (1954); 4LT Brisbane (Carina, 1955-1969); 4LT Sunshine Beach (1975); 4LT Tewantin (1980) - Qualifications: cc; AOCP 2143, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); wholesale grocery (S. Hoffnung & Co); WW2 - Comment: several contemporaneous AECs - Electoral Rolls: merchant (Greenslopes, Qld, 1943-1949); manager (Nanango, Qld, 1954); departmental manager (Carina, Qld, 1958-1972); retired (Sunshine Beach, Qld, 1977; Tewantin, Qld, 1980)) * [[/Clarence Sydney William Carter|Carter, Clarence Sydney William]][https://www.familysearch.org/tree/person/details/L5T1-TXL] - 1902(SA)-1962(SA) - Licences: Receive Adelaide (Kensington, 1923); 5CS Adelaide (Maylands, 1924-1926) - Qualifications: cc; AOCP 24, 1924, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: salesman (Glen Osmond, SA, 1939-1943) * [[/Frederick Pell Carter|Carter, Frederick Pell or Peel (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXP4-2BC] - 1899(NSW)-1968(SA) - Licences: 5GK Adelaide (Mile End, 1931-1939) - Qualifications: cc; AOCP 761, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: service station proprietor (Mile End, SA, 1939-1943) * [[/H. Carter|Carter, H.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Graceville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Numerous contemporaneous HCs - Electoral Rolls: Nil yet identified * [[/Harry Raymond Carter|Carter, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G9G5-KJT] - 1911(NSW)-1986(NSW) - Licences: 2HC Quirindi (1926-1939; 1946-1980+); 2BE Portable Quirindi (1933-1934); 2AI Portable Quirindi (1935-1939) - Qualifications: AOCP 286, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Quirindi, 1933-1980) - Callsign 2BE withdrawn by PMGD for 2BE Bega commercial ===''CARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Carty|Carty, Bruce]] - historian (broadcast, amateur broadcast), author "Australian Radio History" ===''CASTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Castle|Castle, Clarence Henry "Clarry"]] [https://www.familysearch.org/tree/person/details/GXGF-7GR] - 1915(SA)-2002(SA) - Licences: 5KL Adelaide (Prospect, 1933-1939); 5KL Darwin (1947-1948); 5KL Adelaide (Enfield Heights, 1954-1965; Enfield, 1969-1980+) - Qualifications: cc; AOCP 1209, 1933, SA; 2COCP 263, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''CASWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Harold Caswell|Caswell, Archibald Harold "Arch"]] [https://www.familysearch.org/tree/person/details/GXCC-Y3X] - 1913(Qld)-1986(Qld) - Licences: 4CB Murgon (1934-1939); 4CB Maryborough (1946-1975) - Qualifications: cc; AOCP 1340, 1934, Qld - amateur operator; amateur broadcaster; WW2 (POW); business proprietor (garage) - Electoral Rolls: radio technician (Maryborough, Qld, 1954-1972); retired (Torquay, Qld, 1977-1980) ===''CATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lester Evans Catford|Catford, Lester Evans]] [https://www.familysearch.org/tree/person/details/GDD8-RCB] - 1911(SA)-1990(SA) - Licences: 5LC Gladstone (1931-1939, 1947); 5LC Adelaide (Malvern, 1948-1980) - Qualifications: cc; AOCP 789, 1931, No. ?? in SA; BOCP 357, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Gladstone, SA, 1939-1943) * [[/Lance Maynard Catford|Catford, Lance Maynard]] [https://www.familysearch.org/tree/person/details/GMQR-K2W] - 1913(SA)-1989(SA) - Licences: 5XL Clare (1939, 1947-1980+) - Qualifications: AOCP 2372, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: share farmer (Clare, SA, 1939) ===''CAVANAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Mortimer Cavanagh|Cavanagh, William Mortimer]] [https://www.familysearch.org/tree/person/details/GZ23-GPH] - 1908(Vic)-1995(NSW) - Receive Warburton (1923-1924), 3WC Melbourne (St Kilda, 1925), 2WC Sydney (Potts Point, 1928), 2WC Goulburn (1930), 3WC Melbourne (St Kilda, 1931; Williamstown, 1937-1939), 2WC Wauchope (1946-1980+), qualifications: (AOCP 214, 1925, No. ?? in Vic; 1COCP 598, 1942), amateur operator, amateur broadcaster, WW2, electoral rolls: sales (Goulburn, 1930; St Kilda, 1931-1934), radio dealer (Wauchope, 1949-1980) ===''CAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Cave|Cave, Norman]] [https://www.familysearch.org/tree/person/details/GDB7-G73] - 1898(Eng?)-19??(???) - Licences: 7BC Launceston (1925-1926); operator of Wills & Co Receive licence 1924 - Qualifications: cc; AOCP 129, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 (RAF Wireless Operator); foundation member Tasmanian Gliding Club (instructor); returned to England 1931; likely Wing Commander RAF in WW2; possibly lost in SE Asia 1942 - Electoral Rolls: Nil yet identified ===''CAWTHRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Cawthron|Cawthron, Edward Joseph "Ted"]] [https://www.familysearch.org/tree/person/details/GZBH-9SX] - 1908(NSW)-1964(SA) - Licences: 2JC Sydney (Concord, 1926-1933; Neutral Bay, 1931; Concord, 1933; Five Dock, 1933); 2VA Sydney (City, 1931); 2EJ Sydney (City, 1931); 5JC Adelaide (Kent Town, 1937-1939); 5JE Adelaide (Somerton, 1947-1948; North Glenelg, 1954; Somerton Park, 1960) - Qualifications: cc; AOCP 308, 1926, No. ?? in NSW; BOCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Haberfield, 1943) ===''CECIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clyde Cecil|Cecil, Clyde]] [https://www.familysearch.org/tree/person/details/GZN5-XYG] - 1898(Vic)-1963(WA) - Licences: 6AB Kalgoorlie (1923-1927) - Qualifications: cc; AOCP 154, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2; witness to Royal Commission 1927 (as a listener, Kalgoorlie) - Electoral Rolls: civil servant (Kalgoorlie, 1919); lecturer (Kalgoorlie, 1921-1925; Maylands, 1928-1937); metallurgist (Nedlands, 1943); physicist (Nedlands, 1949-1954); school principal (Triggs Island, 1958-1963) ===''CHADWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Howel Chadwick|Chadwick, Richard Howel (Electoral Rolls) or Howell (BMD) "Dick"]] [https://www.familysearch.org/tree/person/details/G3PQ-6HH] - 1896(NZ)-1955(Qld) - Licences: 4GU Brisbane (Wilston, 1933-1939, 1946-1947) - Qualifications: cc; AOCP 1197, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW1; radio clubs (WIAQ); employment (travelling salesman) - Electoral Rolls: storeman (Zillmere, Qld, 1921); salesman (Wilston, Qld, 1925-1954) ===''CHAFFER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Martin Chaffer|Chaffer, Edward Martin "Martin"]] [https://www.familysearch.org/tree/person/details/GZ1Z-B3P] - 1905(Vic)-1981(Vic) - Licences: 3XF Receive Melbourne (Moonee Ponds, 1923); 3XF Melbourne (Moonee Ponds, 1923-1927); 6XF Perth (Mt Lawley, 1930-1931); 3XF Melbourne (Moonee Ponds, 1933); 2AEK Sydney (Potts Point, 1938); 3MH Hamilton (1947); 3MH Ballarat (1948); 3MH Swan Hill (1954); 3MH Melbourne (Preston, 1955-1956; Moonee Ponds, 1965-1969; Doncaster, 1975-1980) - Qualifications: cc; AOCP 354, 1927, No. ?? in Vic; 3COCP 304, 1937; 2COCP 113, 1937; 1COCP 151, 1937 - amateur operator, amateur broadcaster, radio clubs (WIA Vic Essendon, treasurer, 1924), placed 2nd for best complete station Melbourne Wireless Exhibition 1924; placed second for best complete station at Melbourne Wireless Exhibition 1925; placed 10th in 3LO amateur broadcasting competition 1926; broadcast engineer (3HA, 3BA, 3SH), Dept Civil Aviation 1930s, military (WW2, 1942+) - Electoral Rolls: manager (Moonee Ponds, 1928-1936); radio engineer (Hamilton, 1942; Ballarat, 1949; Swan Hill, 1954; Preston, 1963); radio technician (Moonee Ponds, 1967-1968); retired (Doncaster, 1977-1980) - Relationships: father of 3AII Ken Chaffer ===''CHALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Robert Challen|Challen, Peter Robert]] - 1848(Eng)-1905(Vic) - early telephone, telephony & wireless experimenter, employment (Vic Posts & Telegraphs, Electrical Office & Postmaster), radio clubs (Telegraph Electrical Society, Victoria), associate of Henry Walter Jenvey, William Philip Bechervaise & George Smibert ===''CHALLENDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard Challender|Challender, Gerard "Gerry"]] - 1910(Eng)-1950(NSW) - 2ZS Kempsey, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, high profile participation 1950 Kempsey floods, military (WW2) ===''CHALLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Reginald Challenger|Challenger, George Reginald]] [https://www.familysearch.org/tree/person/details/G3YQ-ZZB] - 1902(NSW)-1936(NSW) - Licences: 2GC Sydney (Auburn, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Auburn, 1930-1935) ===''CHAMBERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Rupert Chambers|Chambers, Francis Rupert]] [https://www.familysearch.org/tree/person/details/MYY2-JKX] - 1898(Vic)-1971(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 247, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Camberwell, 1924-1925); contractor (Geraldton, 1931; Mt Waverley, 1934-1936); linesman (Seaford, 1937; Frankston, 1942); technician (Frankston, 1949; Seaford, 1954); retired (Upwey, 1963; McRae, 1968) * [[/Walter Alfred Chambers|Chambers, Walter Alfred]] [https://www.familysearch.org/tree/person/details/G3N6-VX1] - 1889(Qld)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 151, 1915; 2COCP 100, 1930; 1COCP 96, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIP Perth (1917-1918) - Electoral Rolls: mechanic (Thursday Island, 1912-1913); radio telegraphist (Wyndham, 1916-1917); telegraphist (Subiaco, 1917); radio telegraphist (Esperance, 1921-1925); officer-in-charge (Geraldton, 1925); radio officer (Como, 1931-1934; Esperance, 1936-1937); radio telegraphist (Como, 1943-1968) ===''CHANDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Beals Chandler|Chandler, John Beals]] [https://www.familysearch.org/tree/person/details/G6HN-HXH] - 1887(Eng)-1962(Qld) - principal (4BC); proprietor (J. B. Chandler & Co., 1913-1962); Lord Mayor Brisbane (1940-1952); witness to Royal Commission Wireless 1927 - don't confuse D. W. Chandler early wireless experimenter - [https://adb.anu.edu.au/biography/chandler-sir-john-beals-9724 ADB] ===''CHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Channon|Channon, H. D.]] - 19??(???)-19??(???) - Licences: 2BO Receive Inverell (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Lloyd Lister Channon|Channon, Lloyd Lister]] [https://www.familysearch.org/tree/person/details/GD59-4NS] - 1885(NSW)-1949(NSW) - Licences: 2AQ Receive Manilla (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: postmaster (Elsmore, 1913); postal official (Raymond Terrace, 1930-1949) ===''CHAPMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Chapman|Chapman, Austin]] [https://www.familysearch.org/tree/person/details/LZYW-3F4] - 1864(NSW)-1926(NSW) - occupations (apprentice saddler, hotelier), politician (Postmaster-General, 1905-1907), oversight of Commonwealth Wireless Telegraphy conference Melbourne 1907 - Links: [[w:Austin Chapman|Wikipedia]]; [https://adb.anu.edu.au/biography/chapman-sir-austin-5554 ADB] * [[/Bruce Amundsen Chapman|Chapman, Bruce Amundsen]] [https://www.familysearch.org/tree/person/details/G8VL-575] - 1912(WA)-1969(NSW) - Licences: 2BA Sydney (Chatswood, 1930-1939; Balgowlah, 1946-1958; St Ives, 1960-1969 - Qualifications: AOCP 696, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: shipping clerk (Chatswood, 1935-1937); clerk (Balgowlah, 1949-1958; St Ives, 1963-1968) * [[/E. B. Chapman|Chapman, E. B.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Frank William Chapman (Qld)|Chapman, Frank William (Qld)]] [https://www.familysearch.org/tree/person/details/GXC5-KB3] - 1898(???)-1974(Qld) - Licences: 4XL Brisbane (Yeronga, 1931-1939); 4ZFC Brisbane (Ekibin, 1965); 4TH Brisbane (Ekibin, 1969) - Qualifications: cc; AOCP 785, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: gardener (Salisbury, Qld, 1928); labourer (Yeronga, Qld, 1929-1937); waterside worker (Paddington, Qld, 1943-1949); PMG technician (Ekibin, Qld, 1954-1972) * [[/Frank William Chapman (WA)|Chapman, Frank William (WA)]] [https://www.familysearch.org/tree/person/details/LBXD-TFK] - 1918(Vic)-1988(WA) - Licences: 6CC Perth (Manning Park, 1954-1965; Bassendean, 1969-1980+) - Qualifications: cc; AOCP 3319, 1953, WA - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Chidlow, WA, 1949); teacher (Manning Park, WA, 1954-1963); technical school principal (Kalgoorlie, WA, 1963); teacher (Bassendean, WA, 1968-1977); retired (Bassendean, WA, 1980) * [[/Harrison Chapman|Chapman, Harrison "Harry"]] [https://www.familysearch.org/tree/person/details/G8CX-2C5] - 1909(Vic)-1990(Vic) - Licences: 3JX Receive Melbourne (Ivanhoe, 1922); 3GU Melbourne (Ivanhoe, 1929-1939, 1946-1965; Flinders, 1965-1975); 3AGU Portable Melbourne (Ivanhoe, 1948-1956; Flinders, 1965-1975) - Qualifications: AOCP 513, 1929, No. ?? in Vic; 1AOCP 32, 1946 - amateur operator, amateur broadcaster - Electoral Rolls: student (Ivanhoe, 1931-1936); chemist (Geelong, 1937); RAAF (Ballarat, 1942; Ivanhoe, 1949-1954); chemical engineer (Ivanhoe, 1963); minister of religion (Flinders, 1968); clergyman (Flinders, 1972-1977) * [[/Owen George Chapman|Chapman, Owen George]] [https://www.familysearch.org/tree/person/details/K8YX-YLK] - 1904(NSW)-1961(NSW) - Licences: 2OC Wyong (1930-1939, 1946-1960) - Qualifications: AOCP 669, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Wyong, 1930-1958) * [[/Percival Carnew Lamont Chapman|Chapman, Percival Carnew Lamont "Percy"]] [https://www.familysearch.org/tree/person/details/G8GM-5M8] - 1911(Qld)-2008(Qld) - 4PC Brisbane (Sandgate, 1933); 4PC Babinda (1937-1939); 4PC Monto (1946-1975); 4PC Point Vernon (1980) - Qualifications: cc; AOCP 1155, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); occupation (power house engineer/manager) - Relationships: father of Geoff Chapman 4CET - Electoral Rolls: engineer (Ayr, Qld, 1943; Monto, Qld, 1949-1972); retired (Point Vernon, Qld, 1977-1980) * [[/William George Chapman|Chapman, William George]] [https://www.familysearch.org/tree/person/details/KZ2X-8KG] - 1890(Tas)-1957(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 116, 1915; 1COCP 63, 1930 - RANRS (Warrant Telegraphist, 1917); coastal wireless operator; witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: radio telegraphist (Broome, 1925); officer-in-charge (Radio Station Applecross, 1931-1954) ===''CHAPPELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Arthur Chappell|Chappell, Lloyd Arthur]] [https://www.familysearch.org/tree/person/details/G69G-SB9] - 1911(Tas)-1998(Tas) - Licences: 7LC Ross (1936-1937); 7LC Winnaleah (1938-1939); 7LC Hobart (Kingston, 1947-1955; Sandy Bay, 1956-1975; Coles Bay, 1980+) - Qualifications: cc; AOCP 1828, 1936, No. ?? in Tas; BOCP 172, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: projectionist (Ross, 1936-1937); radio engineer (Queenstown, 1943; Kingston, 1949-1958) ===''CHARLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Charles|Charles, Edward Arthur]] [https://www.familysearch.org/tree/person/details/K8QC-V3V] - 1916(SA)-1981(SA) - Licences: 5YQ Adelaide (North Unley, 1935-1939; Unley, 1947-1948; Ascot Park, 1954-1956; Hyde Park, 1960-1980+) - Qualifications: cc; AOCP 1443, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Unley, SA, 1939-1943) ===''CHARLESWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Denison Charlesworth|Charlesworth, Reginald Denison]] [https://www.familysearch.org/tree/person/details/GW1M-CKJ] - 1900(Eng)-1980(NSW) - Licences: 2CI Receive Sydney (Haberfield, 1922); 2CI Sydney (Haberfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: migrated to Fiji mid 1920s, returned to Australia mid 1930s - Electoral Rolls: factory manager (Summer Hill, 1933); engineer (Haberfield, 1935-1937); Lane Cove, 1943); radio engineer (Dee Why, 1949-1954); engineer (Hunters Hill, 1958-1972) ===''CHARTERIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Charteris|Charteris, Michael]] - 4QS Ipswich & Maryborough - amateur operator, historian (amateur) ===''CHATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Greatham Chatfield|Chatfield, Robert Greatham "Bob"]] [https://www.familysearch.org/tree/person/details/LK92-9L1] - 1900(NZ)-1974(NZ) - Licences: ZL2AV Wellington (1925-1954+) - Qualifications: AOCP ??, 1925, No. ?? in NZ - amateur operator; amateur broadcaster; clubs (Wellington Amateur Radio Club 2WB, member and one time president) - Relationships: father of Don Chatfield ZL2SG - Comment: substantial early portion (100+) of QSL collection survives - Electoral Rolls: motor engineer (Wellington, 1922); salesman (Wellington, 1931-1954); retired (Wellington, 1963-1972) ===''CHATTERTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Chatterton|Chatterton, Francis Joseph]] [https://www.familysearch.org/tree/person/details/LZWW-952] - 1902(Tas)-1931(Tas) - Licences: 7AY Receive Hobart (West Hobart, 1922); Receive Hobart (West Hobart, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: machinist (Hobart, 1925-1928) ===''CHAUVEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Temple Frank Chauvel|Chauvel, Walter Temple Frank]] [https://www.familysearch.org/tree/person/details/LH5T-WNQ] - 1902(Qld)-1987(NSW) - Licences: Receive (Valve) Stanthorpe (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: jackeroo (Stanthorpe, Qld, 1925-1928); grazier (Stanthorpe, Qld, 1928-1943); radio engineer (Texas, Qld, 1949-1963); retired (East Ballina, NSW, 1968-1980) ===''CHEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Reginald Cheel|Cheel, Charles Reginald]] [https://www.familysearch.org/tree/person/details/9N1J-PTC] - 1890(Vic)-1955(SA) - Licences: 5CR Adelaide (Maylands, 1934-1939, 1947-1955) - Qualifications: cc; AOCP 1278, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CHENNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Chennell|Chennell, Victor "Vic"]] [https://www.familysearch.org/tree/person/details/GCBH-1XV] - 1907(SA)-1996(SA) - Licences: 5JH Adelaide (Norwood, 1927-1933; Cowandilla, 1937-1939; North Adelaide, 1946-1956; Ascot Park, 1960-1980+) - Qualifications: cc; AOCP 346, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: labourer? (Goodwood Park, 1939) ===''CHESSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chessell|Chessell, John or John Carl]] [https://www.familysearch.org/tree/person/details/KN16-XWP]? [https://www.familysearch.org/tree/person/details/L2M1-9GS]? - 1914(NSW)-1959(NSW) - Licences: 2LV Sydney (Dulwich Hill, 1929-1934); 2YU Sydney (Dulwich Hill, 1935-1936; Ashfield, 1937-1939); 2ER Sydney (Dulwich Hill, 1948-1950) - Qualifications: AOCP 517, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: baker (Croydon, 1936; Bowral, 1937-1954) - seems to be two contemporaneous John Chessel's ===''CHESTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Chesterfield|Chesterfield, John Henry]] [https://www.familysearch.org/tree/person/details/GSVH-3SK] - 1895(Vic)-1973(Qld) - Licences: 5JC Adelaide (Wayville, 1924-1926); 2ACQ Sydney (Strathfield, 1937-1939); 4HJ Brisbane (Cleveland, 1954-1960) - Qualifications: cc; CPRT 23, 1914; 1COCP 266, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: wireless operator (Croydon, NSW, 1930); radio engineer (Glenbrook, NSW, 1931-1935); department manager (Strathfield, NSW, 1935); radio engineer (Strathfield, 1936; Pymble, NSW, 1943; Cleveland, Qld, 1949-1963); retired (Mermaid Beach, Qld, 1968-1972) ===''CHICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Garth Chick|Chick, Leonard Garth]] [https://www.familysearch.org/tree/person/details/G6SW-7PJ] - 1918(Tas)-1999(NSW) - Licences: 7LG Launceston (1937-1939) - Qualifications: cc; AOCP 1973, 1937, No. ?? in Tas; BOCP 227, 1939; 2COCP 550, 1941; 1COCP 1264, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: seaman (Swan Point, 1944); aeradio operator (Lindisfarne, 1949); technician (Essendon, Vic, 1949-1954); draftsman (East Keilor, 1963-1968); surveyor (Forster, 1977-1980) ===''CHILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Oliver Chilton|Chilton, Frederick Oliver]] [https://www.familysearch.org/tree/person/details/GZNR-XFL] - 1905(NSW)-2007(NSW)102yo - Licences: Receive (Crystal) Sydney (Wahroonga, 1923-1924) - Qualifications: cc; AOCP 147, 1925, No. ?? in NSW - amateur receive operator; military (Brigadier); awards (Knighted) - Relationships: brother of 2RC Robert Ralph Chilton - Electoral Rolls: clerk (Wahroonga, NSW, 1930-1943); civil servant (South Yarra, Vic, 1949-1967); retired (Clareville Beach, NSW, 1972-1980) - Links: [[w:Frederick Oliver Chilton|Wikipedia]] * [[/George Frederick Chilton|Chilton, George Frederick]] [https://www.familysearch.org/tree/person/details/G3CR-41Q] - 1891(Vic)-1956(Vic) - Licences: 2GF Sydney (Pennant Hills, 1924; Carlingford, 1925); 4GD Townsville (1925-1926) - Qualifications: cc; CPRT 160, 1915; 1COCP 10, 1930 - amateur operator; amateur broadcaster; coastal operator (VIG, VIB, VIS, VIT, Rockbank); wireless telegraphist (PMG); RANRS (Commissioned Telegraphist, 1917); federal public servant (PMG) - Electoral Rolls: telegraphist (Wooloowin, 1919-1921); radio stationmaster (South Townsville, Qld, 1925; Glenferrie, 1927; Wireless Station, Rockbank, Vic, 1928-1942); engineer (St Kilda, 1949-1954) * [[/Robert Ralph Chilton|Chilton, Robert Ralph]] [https://www.familysearch.org/tree/person/details/GZNR-821] - 1907(NSW)-1985(Qld) - Licences: 2RC Sydney (Wahroonga, 1925-1926); 2RC Gloucester (1927); 2RC Sydney (Wahroonga, 1928-1939, 1946-1947; Roseville East, 1948) - Qualifications: cc; AOCP 152, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: chemist assistant (Wahroonga, 1933); chemist (Stanthorpe, 1954-1963; Sherwood, Qld, 1972) - Relationships: brother of Frederick Oliver Chilton ===''CHINERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jessie Camelia Chinery|Chinery or Chinnery, Jessie Camelia]] [https://www.familysearch.org/tree/person/details/GFMP-6NZ] - 1915(WA)-1995(WA) - Licences: 6JC Perth (Welshpool, 1937-1939) - Qualifications: cc; AOCP 1866, 1937, WA - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: not stated (Welshpool, WA, 1937) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''CHIPPINDALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Kellett Chippindall|Chippindall, Eric Kellett "Chippy"]] [https://www.familysearch.org/tree/person/details/LFCB-MNZ] - 1916(Qld)-1988(Qld) - Licences: 4XR Brisbane (Paddington, 1937-1939); 4XR Gympie (1946-1969); 4XR Brisbane (Paddington, 1975-1980+) - Qualifications: cc; AOCP 1940, 1937, Qld - amateur operator; amateur broadcaster; broadcast engineer (4SB, 4BU, 4LG, 4GY) - Electoral Rolls: radio engineer (Gympie, Qld, 1949); announcer-engineer (Gympie, Qld, 1954-1958); shopkeeper (Paddington, Qld, 1972-1980) ===''CHISHOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham St Clair Chisholm|Chisholm, Graham St Clair]] [https://www.familysearch.org/tree/person/details/GX47-TTR] - 1915(Qld)-2002(WA) - Licences: 4LP Brisbane (Kelvin Grove, 1933); 3ACG Melbourne (South Yarra, 1947-1948); 5PG Darwin (1955-1956); 1AB Canberra (Canberra City, 1960; Ainslie, 1965); 6IB Perth (Dalkeith, 1969-1975) - Qualifications: cc; AOCP 1101, 1933, No. ?? in Qld; BOCP 18, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcaster (3SR, Shepparton, Vic, 1942); radio engineer (South Yarra, Vic, 1949-1954); broadcaster (Reid, ACT, 1958; Ainslie, ACT, 1963; Dalkeith, WA, 1968-1972); manager (Nedlands, 1977-1980) ===''CHITHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Chitham|Chitham, William Norman "Bill"]] [https://www.familysearch.org/tree/person/details/GXWT-KJK] - 1912(Qld)-1997(Qld) - Licences: 4UU Brisbane (Bulimba, 1933-1934; Fortitude Valley 1937-1939; Cannon Hill, 1946-1980+) - Qualifications: cc; AOCP 913, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor, QSL officer); part of the "U" gang; military (WW2) - Electoral Rolls: storeman (Valley, Qld, 1936-1943); radio mechanic (Cannon Hill, 1949-1963); buyer (Cannon Hill, Qld, 1968-1980) ===''CHOATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Sidney Choate|Choate, Roger Sidney]] [https://www.familysearch.org/tree/person/details/GFQX-RW3] - 1913(Irl)-1978(WA) - Licences: 6RK Harvey (1930-1933); 6RK Kalgoorlie (1937-1939); 6RK Dardanup (1947); 6RK Perth (Subiaco, 1948-1956; Salters Point, 1960-1975) - Qualifications: cc; AOCP 714, 1930, No. ?? in WA; BOCP 42, 1936; 3AIR 1121, 1947 - amateur operator; amateur broadcaster; WW2 (RAAF, Squadron Leader) - Awards: Military Division OBE [[w:1964_Birthday_Honours|Wikipedia]] - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1937; Perth, WA, 1937); engineer (Melville, WA, 1943); civil servant (Subiaco, WA, 1949-1958); surveyor (Salters Point, WA, 1963-1968; Manning, WA, 1972-1977) - Links: [https://www.awm.gov.au/collection/R1513688 AWM] [https://www.ozatwar.com/raaf/shepherdshillradar.htm OzAtWar] ===''CHRISMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Chrismas|Chrismas, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/G6YC-FC2] - 1892(NSW)-1950(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 250, 1916; 1COCP 31, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIW Wyndham (1917-1918) - Electoral Rolls: operator (Broome, 1916); wireless operator (Wyndham, 1917; Applecross, 1925); radio telegraphist (Broome, 1931; Geraldton, 1936-1949) ===''CLAFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keighran James Claffey|Claffey, Keighran James]] [https://www.familysearch.org/tree/person/details/G84R-LLP] - 1903(Vic)-19??(???) - Licences: 2AK Deniliquin (1928-1939); 2AK Picton (1946); 2AK Deniliquin (1947-1980+) - Qualifications: AOCP 459, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarrandale, 1949; Deniliquin, 1954; Yarrandale, 1958-1963); retired (Deniliquin, 1977-1980) ===''CLARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Clark|Clark, Francis Thomas]] [https://www.familysearch.org/tree/person/details/G8WF-CJH] - 1903(WA)-1998(Vic) - Licences: 3FC Rainbow (1928); 3FC Melbourne (St Kilda, 1931; Hawthorn, 1933; Elwood, 1937; St Kilda, 1938); 3FC Mildura (1946-1947); 3FC Ouyen (1948-1960); 3FC Geelong (Leopold, 1969; Clifton Springs, 1975-1980+) - Qualifications: AOCP 426, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal official (Rainbow, 1925); postal clerk (Rainbow, 1928); clerk (St Kilda, 1931-1937); senior postal clerk (Red Cliffs, 1942); postmaster (Ouyen, 1949-1954); retired (Clifton Springs, 1972-1980) * [[/Frank P. R. Clark|Clark, Frank P. R.]] [https://www.familysearch.org/tree/person/details/GZFG-WRN] - 1900(NSW)-1928(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923-1924); 2YF Sydney (Manly, 1925) - Qualifications: AOCP 122, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: gone too soon * [[/Leopold Francis Clark|Clark, Leopold Francis]] [https://www.familysearch.org/tree/person/details/273Q-3D5] - 1902(Tas)-1978(Tas) - Licences: 7CK Natone (1932-1939); 7CK Burnie (1946-1948); Deloraine (1954-1969); Lanena (1975) - Qualifications: cc; AOCP 989, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Natone, 1928-1936; Burnie, 1943-1949); grazier (Needles, 1954; Deloraine, 1963) ===''CLARKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Fraser Clarke|Clarke, Percival Fraser "Percy"]] [https://www.familysearch.org/tree/person/details/GXZ3-4J2] - 1896(Qld)-1971(Qld) - Licences: 4PY Ayr (1936-1939) - Qualifications: cc; AOCP 1781, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jarvisfield, Qld, 1919-1937; Aspley, Qld, 1949-1972) * [[/Warren Ross Clarke|Clarke, Warren Ross]] [https://www.familysearch.org/tree/person/details/G8NT-LSN] - 1909(NSW)-1988(NSW) - Licences: 2ZZ Sydney (Mosman,1930-1933; Asquith, 1933-1939; Mosman, 1948-1950) - Qualifications: AOCP 650, 1930, NSW; 2COCP 6, 1934; 1COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Asquith, 1933-1934; Mosman, 1936); radio officer (Mosman, 1943); flight radio officer (Mosman, 1949-1954); clerk (Glenbrook, 1963); travel consultant (Glenbrook, 1972); clerk (Merrylands, 1972); planner (North Rocks, 1977-1980) * [[/William George Clarke|Clarke, William George]] [https://www.familysearch.org/tree/person/details/GXQ2-1QS] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 32, 1930 - RANRS (temp Commissioned Telegraphist, 1917) - Comment: several contemporaneous WGCs - Electoral Rolls: officer-in-charge (Radio Station, Townsville, 1916); seaman (HMAS Encounter, Geelong, 1919); biograph operator (Langwarrin Military Camp, Vic, 1919); hotel manager (Naval Base Hotel, South Fremantle, 1931) ===''CLAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard George Clay|Clay, Richard George]] [https://www.familysearch.org/tree/person/details/G8ZZ-LGN] - 1903(Vic)-1972(Vic) - Licences: 3RC Melbourne (Northcote, 1929; Alphington, 1931) - Qualifications: AOCP 536, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Northcote, 1925-1927); welder (Northcote, 1928); electric welder (Alphington, 1931); welder (Richmond, 1936-1937; Alphington, 1942; Northcote, 1949); contractor (Traralgon, 1954-1972) ===''CLAYTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maisie Ian Jesson Clayton|Rawson nee Clayton, Maisie Ian Jesson]] [https://www.familysearch.org/tree/person/details/G8RT-25P] - 1915(NSW)-1996(NSW) - Licences: Nil yet identified - Qualifications: cc; BOCP 488, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: radio worker (Artarmon, 1937); engineer (Kirribilli, 1949); radio engineer (Lane Cove, 1954-1963); engineer (Lane Cove, 1968-1972); home duties (Lane Cove, 1977-1980) - Lady: * [[/Maurice Charles Clayton|Clayton, Maurice Charles]] [https://www.familysearch.org/tree/person/details/G86J-HX3] - 1912(SA)-1936(SA) - Licences: 5RK Adelaide (Edwardstown, 1930-1931); 5ZC Adelaide (Edwardstown, 1933-1936) - Qualifications: cc; AOCP 596, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon (24yo) * [[/Walter George Gladstone Clayton|Clayton, Walter George Gladstone "Wally"]] [https://www.familysearch.org/tree/person/details/G3XN-J1N] - 1918(Qld)-1998(Qld) - Licences: 4WG Innisfail (1937-1939); 4WG Brisbane (Windsor, 1946-1969); 4WG Townsville (1975-1980+) - Qualifications: cc; AOCP 1868, 1937, Qld - amateur operator; amateur broadcaster; military (WW2, AIF Signals); state public servant (Qld Railways, supervising tech. comms.) - Relationships: uncle of Maise Ian Jesson Rawson nee Clayton (Radio Engineer) - Electoral Rolls: manager (Windsor, 1954-1968); technician (Townsville, 1972-1980) ===''CLIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Cliff|Cliff, Harry]] - 1908(Vic)-1988(Vic) - Licences: 3HC Melbourne (Essendon, 1928-1948; Heidelberg, 1954-1975); 3HC Point Lonsdale (1980+) - Qualifications: AOCP 400, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: implement maker (Moonee Ponds, 1906); engineer (Moonee Ponds, 1922-1928); clerk (Moonee Ponds, 1931-1937); company secretary (North Melbourne, 1943); director (Ivanhoe, 1954-1968; Heidelberg, 1972); retired (Point Lonsdale, 1977-1980) (pre 1928 is another Harry Cliff) ===''CLIFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Glendenning Clifford|Clifford, Herbert Glendenning]] [https://www.familysearch.org/tree/person/details/GHTS-4CN] - 1882(Eng)-1955(SA) - Licences: 5BW Receive Renmark (1923); Receive Renmark (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: secretary (Renmark, SA, 1939-1943) ===''CLINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gladstone Clinch|Clinch, Frederick Gladstone]] [https://www.familysearch.org/tree/person/details/KF5P-TWM] - 1898(WA)-1972(WA) - Licences: 6JR Greenough (1928-1933); 6FG Miling (1960); 6FG Perth (Doubleview, 1965-1969) - Qualifications: cc; AOCP 468, 1928, No. ?? in WA - amateur operator; amateur broadcaster - Relationships: Father of 6CL Ian Harold Wilson Clinch - Electoral Rolls: farmer (Greenough, 1922-1943); garage proprietor (Miling, 1958); retired (Doubleview, 1963-1972) * [[/Ian Harold Wilson Clinch|Clinch, Ian Harold Wilson]] [https://www.familysearch.org/tree/person/details/GHQX-YS1] - 1926(WA)-19??(WA) - Licences: 6CL Miling (1960-1965); 6CL Dandaragan (1969); 6CL Rossmoyne (1975-1980+) - Qualifications: cc; AOCP 3596, 1957, WA - amateur operator, WW2 - Relationships: son of 6JR-6FG Frederick Gladstone Clinch - Electoral Rolls: mechanic (Leederville, 1949); manager (Miling, 1958-1963); radio technician (Dongara, 1968); technician (Rossmoyne, 1972-1980) ===''CLOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alvin Theodore Closs|Closs, Alvin Theodore]] [https://www.familysearch.org/tree/person/details/L67V-HG7] - 1895(NSW)-1975(Vic) - Licences: V750 Receive Melbourne (Olinda, 1922); 3GV Receive Melbourne (Olinda, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: orchardist (Brighton, 1917); storekeeper (Olinda, 1924-1931); salesman (Olinda, 1934-1937); civil servant (Tunstall, 1943-1954); retired (Yarra Junction, 1963-1972) ===''CLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Edward Clough|Clough, James Edward]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 483, 1929, No. ?? in ?? - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - several contemporaneous JECs ===''COADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Coade|Coade, Ernest]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: electrician (Rutherglen, 1914); mechanic (Thursday Island, 1919) ===''COAKLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas James Coakley|Coakley, Thomas James]] [https://www.familysearch.org/tree/person/details/GX24-W7T] - 1904(Vic)-1991(Vic) - Licences: 5UK Adelaide (Unley, 1933-1939); 3IU Melbourne (Camberwell, 1947; Essendon, 1948-1980+) - Qualifications: cc; AOCP 1105, 1933, No. ?? in SA, 3COCP 61, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: aero fitter (Auburn, Vic, 1925-1926); engineer (Camberwell, Vic, 1943; Essendon, Vic, 1949-1980) ===''COALTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Coalter|Coalter, Martin]] [https://www.familysearch.org/tree/person/details/GDSR-STB] - 1893(Vic)-19??(???) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 1, 1914 - ship wireless operator? - Electoral Rolls: Nil yet identified ===''COATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Melbourne Coates|Coates, Alfred Melbourne or Melbourne Alfred]] [https://www.familysearch.org/tree/person/details/GDGW-MCZ] - 1884(???)-1964(Vic) - Licences: V757 Receive Melbourne (Elwood, 1922); 3GG Receive Melbourne (Elwood, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (USA) - Electoral Rolls: engineer (Elsternwick, 1921-1937; Kalorama, 1943-1954) ===''COFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Freeman Coffey|Coffey, Henry Freeman]] [https://www.familysearch.org/tree/person/details/G3QL-BR1] - 1885(Irl)-1934(NSW) - Licences: 4KY Brisbane (Doomben, 1925-1926; Hamilton, 1927); 2ZY Sydney (Willoughby, 1929; Maroubra, 1930-1934) - Qualifications: cc; CPRT 52, 1915; 1COCP 12, 1930 - Halycyon: AOCP Brisbane 1926 - amateur operator; amateur broadcaster; ship wireless operator (Marconi, White Star, Booth Steamship, Iquitos Steamship, Union Castle); RANRS (Warrant Telegraphist, 1917); coastal operator (CRS, PMGD, AWA); federal public servant - Electoral Rolls: radio engineer (Middle Park, Vic, 1919); engineer (Malvern East, 1922-1924); radiostation master (Thursday Island, 1925); wireless operator (Doomben, Qld, 1925-1928); engineer (Chatswood, 1930); wireless mechanic (Maroubra, 1930-1934) ===''COHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derrick Cohen|Cohen, Derek or Derrick Simeon "Dick"]] [https://www.familysearch.org/tree/person/details/GXCF-DR7] - 1914(Eng)-2010(NSW) - Licences: 2YM Sydney (Dobroyd Point, 1932-1933; Kings Cross, 1933; Clovelly, 1934-1936); 4YM Brisbane (City, 1937-1939); 1YM Macquarie Island (1954-1955) - Qualifications: cc; AOLCP 238, 1930; AOCP 1011, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (West End, Qld, 1943); technician (Coburg, Vic, 1954); television producer (Chatswood, NSW, 1963; Little Wallaby Beach, NSW, 1977) ===''COLEBATCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Vincent Colebatch|Colebatch, Ernest Vincent]] [https://www.familysearch.org/tree/person/details/K2Q2-974] - 1905(SA)-1987(SA) - Licences: 5CG Receive Adelaide (Norwood, 1923); Receive Adelaide (Norwood, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Belair, SA, 1939-1941) ===''COLESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Russell Coleston|Coleston, Stanley Russell]] [https://www.familysearch.org/tree/person/details/G8VV-KQL] - 1913(Vic)-2012(Qld) - Licences: 3XK Melbourne (Middle Park, 1930-1931; Gardenvale, 1933; Glenhuntly, 1937-1939, 1946-1955); 9XK Port Moresby (1956-1960); 3AXK Melbourne (Mt Waverley, 1965-1969); 4XA Brisbane (Geebung, 1975-1980+) - Qualifications: AOCP 688, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Glenhuntly, 1936-1942; Caulfield East, 1949-1954); public servant (Mt Waverley, 1963-1972); retired (Geebung, 1977-1980) ===''COLLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Felton Collard|Collard, Cyril John Felton]] [https://www.familysearch.org/tree/person/details/97X9-6VY] - 1896(NSW)-1969(NSW) - Licences: 2CF Maitland West (1927-1939) - Qualifications: AOCP 362, 1927, No. ?? in NSW; 2COCP 540, 1941; BOCP 541, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lorn, 1930-1963); retired (North Maitland, 1968) ===''COLLINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Joseph Collins|Collins, Clarence Henry Joseph]] [https://www.familysearch.org/tree/person/details/M1Y1-GB1] - 1891(SA)-1974(SA) - Licences: 5FC Adelaide (Marryatville, 1932-1939) - Qualifications: cc; AOCP 1043, 1932, SA; BOCP 29, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Marryatville, SA, 1939-1943) ===''COLLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Andrew Collis|Collis, George Andrew]] - 1869(Tas)-1926(Tas) - Receive Hobart, radio clubs (Tasmanian Radio Club, foundation member, 1922+), electrician (Zinc Co., Hobart, 1921) - potential misidentification, George Arthur Collis, Radio Research Club, Hobart, witness to Royal Commission Wireless 1927 * [[/Ralph Collis|Collis, Ralph]] [https://www.familysearch.org/tree/person/details/GX1J-48N] - 1918(WA)-2013(WA)105yo - Licences: 6LY Perth (Bayswater, 1935-1939) - Qualifications: cc; AOCP 1454, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Bayswater, WA, 1943; Scarborough, WA, 1949-1958); proprietor (Cadoux, WA, 1963; Tuart Hill, WA, 1968); business proprietor (Dianella, WA, 1972-1977); proprietor (Bedford, WA, 1980) ===''COLTHEART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Coltheart|Coltheart, Clarence James]] - 1885(Tas)-1962(Tas) - Licences: 7BF Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Brunswick, Vic, 1913-1914; Queenstown, 1922-1954) ===''COLTHRUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Colthrup|Colthrup, James Frederick]] [https://www.familysearch.org/tree/person/details/LBW8-J4Z] - 1908(Vic)-1942(Qld) - Licences: 3PL Melbourne (Clifton Hill, 1934-1939) - Qualifications: AOCP 1368, 1934, No. ?? in Vic; 1COCP 374, 1940 - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, Wireless & Gunnery School) - Electoral Rolls: mechanic (Clifton Hill, 1931); engineer (Clifton Hill, 1937); airman (Clifton Hill, 1942) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/623876] ===''COLVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Victor Colville|Colville, Sydney Victor]] [https://www.familysearch.org/tree/person/details/G3WQ-S78] - 1894(Vic)-1966(NSW) - Licences: XQF Brisbane (South Brisbane) (1913); 2FA Receive Sydney (1922); 2FA Sydney (1923-1925); 2VH Sydney (1935-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; wireless retail business proprietor (Colville Moore) - Electoral Rolls: clerk (Wooloongabba, 1917; Chelmer, 1919-1921); broker (Bowen Hills, 1922); manufacturer (Drummoyne, NSW, 1930-1933); merchant (Lane Cove, 1935-1936); manufacturer (Darlinghurst, NSW, 1936-1937); company director (Glenbrook, 1943-1963) ===''CONDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Sylvester Condon|Condon, Austin Sylvester]] [https://www.familysearch.org/tree/person/details/G3RG-K2K] - 1924(SA)-2011(SA) - Licences: 5WO Laura (1954-1980+) - Qualifications: AOCP 3012, 1949, SA - amateur operator - Electoral Rolls: Nil [https://www.adelaidenow.com.au/ipad/obituaries-tributes-to-three-of-our-finest/news-story/845c3a27d81fd8a8f4bbe436503a9b1e Obit] ===''CONDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Tasman Conder|Conder, Walter Tasman "Wally"]] [https://www.familysearch.org/tree/person/details/G6CJ-DTS] - 1888(Tas)-1974(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as General Manager, BCA, 3LO) - Electoral Rolls: teacher (Launceston, 1914); soldier (Langwarrin Military Camp, 1918-1921; Melbourne, 1924); secretarial (Melbourne, 1925-1928); entrepreneur (Melbourne, 1931-1937); secretary (Melbourne, 1943) - Links: [https://adb.anu.edu.au/biography/conder-walter-tasman-5747 ADB] ===''CONGDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bert Congdon|Congdon, Bert "Bertie"]] [https://www.familysearch.org/tree/person/details/9VVJ-CMW] - 1891(Vic)-1961(WA) - Licences: 6BA Receive Perth (Subiaco, 1923-1924); 6BC Perth (Subiaco, 1927-1939, 1946-1960) - Qualifications: cc; AOCP 382, 1927, No. ?? in WA - amateur operator; amateur broadcaster; WW1; civil servant - Electoral Rolls: civil servant (Subiaco, 1925-1958) ===''CONNELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dermot Anthony Connelly|Connelly, Dermot Anthony]] [https://www.familysearch.org/tree/person/details/G8L5-2VC] - 1903(Vic)-1965(Vic) - Licences: 3BU Receive Melbourne (St Kilda, 1922); 3BU Melbourne (St Kilda, 1923-1925); 3ADK Melbourne (St Kilda, 1948; Ivanhoe, 1954-1965) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: manager (Caulfield, 1927-1936); Air Force officer (St Kilda, 1937); nil (Frankston, 1949); photographer (Ivanhoe, 1954-1963) ===''CONNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilson Connon|Connon, George Wilson]] [https://www.familysearch.org/tree/person/details/GXGF-8Z2] - 1907(Sct)-1976(SA) - Licences: 5KJ Booleroo (1937-1939); 5KJ Yunta (1947); 5KJ Alice Springs (1948-1954); 5KJ Adelaide (Millswood Estate, 1955-1956); 5KJ Port Lincoln (1960); 5KJ Berri (1965-1969); 5KJ Barmera (1975) - Qualifications: cc; AOCP 1991, 1937, SA; 2COCP 336, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: pensioner (Millswood East, SA, 1939); bookkeeper (Port Augusta, SA, 1941-1948); radio technician (Alice Springs, NT, 1949-1954) ===''CONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emmett Bernard Connor|Connor, Emmett Bernard]] [https://www.familysearch.org/tree/person/details/GXCB-L7Q] - 1913(Qld)-1977(Qld) - Licences: 4CE Gindie (1936); 4OC Longreach (1956); 4OC Fernlees (1960); 4OC Brisbane (Aspley, 1965-1969) - Qualifications: cc; AOCP, not yet identified; BOCP 280, 1940; 3COCP 5529, 1965 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing shed hand (Gindie, Qld, 1936); radio mechanic (Enoggera, Qld, 1937); radio technician (Longreach, Qld, 1943-1949); business Manager (Cramsie, Longreach, Qld, 1954-1958); grazier ("Ronnoc Downs", Fernlees, Qld, 1958-1963; Aspley, Qld, 1963-1977) * [[/Laurance Kingsley Connor|Connor, Laurance Kingsley]] [https://www.familysearch.org/tree/person/details/L2GD-KPT] - 1907(NSW)-1950(NSW) - 2LK Sydney (Belmore, 1925-1926), 2ALC Sydney (Lakemba, 1948; Cammeray, 1950), amateur operator (AOCP 68, 1925, No. ?? in NSW; CPRT 881, 1925; 2COCP 199, 1930; 1COCP 220, 1939), amateur broadcaster * [[/Stephen James Connor|Connor, Stephen James]] [https://www.familysearch.org/tree/person/details/GH4J-FP4] - 1894(NSW)-1979(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 235, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Electoral Rolls: radio telegraphist (Broome, 1917); electrical engineer (Strathfield, NSW, 1930; Lismore, NSW, 1933); electrician (Darlinghurst, NSW, 1934; Strathfield, NSW, 1936-1963); retired (Lapstone, NSW, 1972) * [[/Terence Connor|Connor, Terence]] [https://www.familysearch.org/tree/person/details/G6MC-3DV] - 1916(Tas)-1982(Tas) - Licences: 7CT Hobart (Rokeby, 1936-1939; City, 1946-1948); 7CT Huonville (1954-1960); 7CT Hobart (Bellerive, 1965-1980+) - Qualifications: cc; AOCP 1643, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: auto-electrician (New Town, 1943; Hobart North, 1949); manager (Huonville, 1949-1954); sales rep. (Bellerive, 1963-1977) ===''CONRAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Ernest Conrad|Conrad, Raymond Ernest]] [https://www.familysearch.org/tree/person/details/GSP2-VGS] - 1905(Tas)-1977(Tas) - Licences: 2TR Sydney (Bexley, 1930-1937; Rockdale, 1938-1939); 7TR Hobart (Derwent Park, 1947; Moonah, 1948-1956; Berriedale, 1960-1975) - Qualifications: AOCP 651, 1930, No. ?? in Tas; BOCP 308, 1940 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: battery fitter (Bexley, 1930); storeman (Bexley, 1931-1934); clerk (Bexley, 1935-1936; Rockdale, 1937); purchasing officer (Cameray, 1943); radio manufacturer (Moonah, 1949-1954); engineer (Hospital, Rosetta, 1963) ===''CONRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Conry|Conry, William Henry]] [https://www.familysearch.org/tree/person/details/GDJL-HCR] - 1892(Vic)-1959(Qld) - Licences: 3OK Melbourne (Armadale, 1923-1925); 3CO Melbourne (Brighton, 1931-1939) - Qualifications: cc; CPRT 260, 1916; 1COCP 44, 1935 - amateur operator; amateur broadcaster; WW1 (Merchant Marine); RANRS; witness to Royal Commission 1927 (obo PMGD Vic) - Electoral Rolls: mechanic (Windsor, Vic, 1914-1919; Armadale, 1921-1924); inspector (Brighton, 1925-1937); radio inspector (South Brisbane, 1943-1949); postal official (St Lucia, 1954-1958) ===''CONWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn Laurence Dean Conway|Conway, Mervyn Laurence Dean]] [https://www.familysearch.org/tree/person/details/G6MH-GHZ] - 1912(Tas)-1979(Tas) - Licences: 7CL Launceston (1936-1939, 1948-1960); 7CL Hobart (West Hobart, 1965-1975) - Qualifications: cc; AOCP 1684, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Nelson, 1936); school teacher (Launceston East, 1937); teacher (Devonport, 1943; New Town, 1949-1958) ===''COOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Byron Cook|Cook, Ernest Byron "Ernie"]] [https://www.familysearch.org/tree/person/details/M46M-M3J] - 1902(Vic)-1981(Vic) - Licences: 3CK Tresco (1926-1927); 3CK Kerang (1931); 3EC Swan Hill (1938-1939); 3EC Melbourne (Coburg, 1946-1975) - Qualifications: AOCP 295, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: foreman (Swan Hill, 1937-1942) * [[/Victor Roy Percival Cook|Cook, Victor Roy Percival "Roy"]] [https://www.familysearch.org/tree/person/details/MYJG-6C6] - 1899(SA)-1980(SA) - Licences: XVN Adelaide (1913-1914); S099 Adelaide (1920s); 5AC Adelaide (Prospect, 1923-1927; Rose Park, 1928-1931; Kilkenny, 1933-1939, 1946-1948; Woodville, 1954-1975; Somerton Park, 1980) - Qualifications: cc; AOCP 94, 1925, No. ?? in SA - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: analyst (Kilkenny, 1939-1943) ===''COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Robert Cooke|Cooke, Clarence Robert]] [https://www.familysearch.org/tree/person/details/GF3Z-3P6] - 1891(???)-1970(WA) - Licences: 6CP Perth (Bayswater, 1932-1939, 1947-1965) - Qualifications: cc; AOCP 1068, 1932, WA - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Mornington Mills, WA, 1914); locomotive driver (Mornington Mills, WA, 1921-1926); locomotive engine driver (Bayswater, WA, 1931-1968) * [[/Clive J. Cooke|Cooke, Clive J.]] - 19??(???)-19??(???) - 4CC Brisbane (Chermside, -1952+), amateur operator (AOCP ??, 19??, No. ?? in Qld) * [[/Frank Basil Cooke|Cooke, Frank Basil "Basil"]] [https://www.familysearch.org/tree/person/details/G7Q6-TN8] - 1892(SA)-1967(NSW) - XADW Sydney (1913), 2LI Sydney (1922-1924), 2XQ Receive Sydney (1923), 2DJ Sydney (Northbridge, 1924-1931; Mosman, 1933-1939), early wireless experimenter, amateur operator (pre AOCP; AOCP 39, 1924, No. ?? in NSW), amateur broadcaster, radio clubs (WIA NSW, vice-president 1923) * [[/Frederick William Cooke|Cooke, Frederick William]] [https://www.familysearch.org/tree/person/details/GZB8-V6L] - 1906(Eng)-1981(Vic) - Licences: 3FW Melbourne (Footscray, 1926-1927) - Qualifications: AOCP 311, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: meter tester (Footscray, 1926-1949) ===''COOKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Cookson|Cookson, Arnold]] [https://www.familysearch.org/tree/person/details/G6YD-87L] - 1889(Eng)-1971(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 201, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: telegraphist (Thursday Island, 1919); no occupation (Darlinghurst, 1949); clerk (Northbridge, 1949-1963; Bexley, NSW, 1968) * [[/Joseph George Cookson|Cookson, Joseph George "George"]] [https://www.familysearch.org/tree/person/details/KGCW-Z8N] - 1888(Vic)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 862, 1925; 2COCP 21, 1929; 1COCP 34, 1930 - RANRS (1919), AWA - Relationships: Father of Leonard Kenneth Cookson - Electoral Rolls: engine driver (Crossover, Vic, 1912-1913; Bacchus Marsh, 1914-1915); mechanic (Alphington, 1917); engineer (Cooktown, 1919); radio engineer (Radio Station, Carlingford, NSW, 1930-1935; Croydon, NSW, 1943-1958) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] * [[/Leonard Kenneth Cookson|Cookson, Leonard Kenneth "Len"]] [https://www.familysearch.org/tree/person/details/GXQ8-JHV] - 1917(Vic)-2005(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - AWA - Relationships: Son of Joseph George Cookson - Electoral Rolls: foreman (Concord, NSW, 1943); electrical fitter (Croydon, 1943-1954; Glebe, 1958; Blacktown, 1963-1980) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] ===''COOLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Cooling|Cooling, Ernest Richard]] [https://www.familysearch.org/tree/person/details/LVZL-GSC] - 1885(Qld)-1936(Qld) - Licences: 4BN Toowoomba (1924-1927) - Qualifications: cc; AOCP 11, 1924, No. 3 in Qld - amateur operator; amateur broadcaster; honorary radio inspector (Toowoomba, 1924), (Halcyon P. 4) - Comment: A tragic end to a productive life - TroveTag: "4BN - Ernest Richard Cooling" - Electoral Rolls: letter carrier (Toowoomba, 1908); telegraphist (Bowen, 1912); postal assistant (Toowoomba, 1913-1930) ===''COOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Saint Coombe|Coombe, Geoffrey Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-TXS] - 1913(SA)-19??(???) - Licences: 5ML Adelaide (Hindmarsh, 1931-1939; Croydon, 1947-1948; Brooklyn Park, 1960-1980+) - Qualifications: cc; AOCP 756, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5MR Jack Robert Saint Coombe - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Croydon, 1941) * [[/Jack Robert Saint Coombe|Coombe, Jack Robert Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-T3C] - 1910(SA)-1981(SA) - Licences: 5MR Adelaide (Stirling West, 1954-1980+) - Qualifications: cc; AOCP 2923, 1949, SA - amateur operator; amateur broadcaster - Relationships: Brother of 5ML Geoffrey Saint Coombe - Electoral Rolls: electrician (Hindmarsh, SA, 1939; Croydon, SA, 1941); electrical mechanic (Mt Lofty, SA, 1943) ===''COOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edwin Charles Cooper|Cooper, Alfred Edwin Charles]] [https://www.familysearch.org/tree/person/details/GZV9-9GK] - 1904(NSW)-1997(NSW) - Licences: 2AL Receive Sydney (Ashfield, 1922); 2AL Sydney (Ashfield, 1923-1926); 2UO Sydney (Northbridge, 1947-1950); 2AUO Sydney (Yacht Asgard, 1948-1960); 4AY Surfers Paradise (1980) - Qualifications: cc; AOCP 180, 1925, No. ?? in NSW; 3COCP 626, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: fruit merchant (Ashfield, 1931); director (Northbridge, 1943-1958); company director (Clareville, 1963-1977) * [[/Eric Cooper|Cooper, Eric]] [https://www.familysearch.org/tree/person/details/GD1M-WC4] - 1925(Tas)-19??(???) - Licences: 7ZEC Evandale (1965-1980+) - Qualifications: cc; AOLCP 870, 1960, Tas - amateur operator - Electoral Rolls: moulder (Evandale, 1949); radio technician (Evandale, 1954) * [[/Ernest Edward Cooper|Cooper, Ernest Edward]] [https://www.familysearch.org/tree/person/details/GZ5F-RLJ] - 1905(Tas)-1951(Tas) - Licences: 7MK Launceston (Youngtown, 1926-1927); 7MC Launceston (City, 1947-1948) - Qualifications: cc; AOCP 261, 1926, No. ?? in Tas; AOLCP 151, 1934 - amateur operator; amateur broadcaster - Relationships: may be related to 7ZEC Evandale (1965-1975) Eric Cooper - Electoral Rolls: radio mechanic (Hobart, 1928); radio engineer (Ulverstone, 1936; Launceston East, 1943; Launceston West, 1949) * [[/Harold More Cooper|Cooper, Harold More or Harold Moore]] [https://www.familysearch.org/tree/person/details/GZ58-SJP] - 1886(SA)-1970(SA) - Licences: Receive Adelaide (Glenelg, 1923-1925); 5HG Adelaide (Glenelg, 1926-1939, 1946-1969) - Qualifications: cc; AOCP 257, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW2; submarine cable telegraphist; archaeologist; historian - Electoral Rolls: telegraphist (Glenelg, 1939-1943) - Links: [https://adb.anu.edu.au/biography/cooper-harold-more-9821 ADB] * [[/James Herbert Cooper|Cooper, James Herbert]] [https://www.familysearch.org/tree/person/details/LVTJ-14B] - 1914(NSW)-1992(NSW) - Licences: 2ZG Sydney (Wollstonecraft, 1930-1939 - Qualifications: AOCP 701, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Crows Nest, 1936-1943); broker (Mosman, 1949); stock and sharebroker (Wahroonga, 1949-1968); sharebroker (Wahroonga, 1972); broker (St Ives, 1977-1980) ===''CORDINGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harold Cordingley|Cordingley, Charles Harold]] [https://www.familysearch.org/tree/person/details/GDJK-SB4] - 1892(Eng)-1955(Vic) - Licences: 3RF Melbourne (Ascot Vale, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Ararat, 1913); electrical engineer (Flemington, 1915-1919); engineer (Ascot Vale, 1921-1954) ===''CORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert James Core|Core, Herbert James "Herb"]] [https://www.familysearch.org/tree/person/details/L1PF-R2Q] - 1906(Qld)-1954(Qld) - Licences: 4HC Brisbane (Coorparoo, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 2012, 1937, Qld; 1COCP 392, 1940 - amateur operator; amateur broadcaster; formerly Sydney - Electoral Rolls: public servant (Greenslopes, Qld, 1929); assistant (Coorparoo, Qld, 1936-1937); public servant (Coorparoo, Qld, 1943-1949; Camp Hill, Qld, 1949-1954) ===''CORNELIUS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Edward Cornelius|Cornelius, Eric Edward]] [https://www.familysearch.org/tree/person/details/LH7P-2MD] - 1916(WA)-1979(WA) - Licences: 6EC Albany (1936-1939); 6EC Kalgoorlie (1947-1948); 6EC Wagin (1954-1955); 6EC Perth (Inglewood, 1956-1975) - Qualifications: cc; AOCP 1635, 1936, WA; TVOCP 200, 1959 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Station 6WA, Wagin, 1949-1954; Inglewood, WA, 1958-1977) ===''CORNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Cameron Corney|Corney, Kenneth Cameron]] [https://www.familysearch.org/tree/person/details/GDGS-2MB] - 1899(Vic)-1990(Vic) - Licences: V755 Receive Bairnsdale (1922); 3GY Receive Bairnsdale (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: farmer (Gogeldrie, NSW, 1949); grazier (Metung, Vic, 1963-1980) ===''COTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alfred Cotton|Cotton, Arthur Alfred]] [https://www.familysearch.org/tree/person/details/KNH3-P9L] - 1897(SA)-1973(SA) - Licences: XVS Adelaide (Glanville, 1913); 5HY Adelaide (Kilkenny, 1926-1928; Colonel Light Gardens, 1931; Kilburn, 1946-1969) - Qualifications: cc; AOCP 270, 1926, No. ?? in SA - early wireless experimenter; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo WIA SA) - Electoral Rolls: engineer (Semaphore, 1939); clerk (Findon, 1943) * [[/Arthur Tylney Cotton|Cotton, Arthur Tylney]] [https://www.familysearch.org/tree/person/details/L7G8-SGG] - 1884(Tas)-1965(Tas) - Licences: Receive Spring Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Kelvedon, 1914-1963) * [[/Leith Simpson Cotton|Cotton, Leith Simpson]] [https://www.familysearch.org/tree/person/details/GZR2-12K] - 1905(SA)-2001(SA) - Licences: 5LG Adelaide (Burnside, 1932-1933); 5LG Iron Knob (1937-1939); 5LG Adelaide (Clarence Gardens, 1946-1948; Parkholme, 1954-1980+) - Qualifications: cc; AOCP 1023, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: boilermaker (Iron Knob, 1939-1941) ===''COTTRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Morgan Cottrell|Cottrell, Joseph William Morgan]] [https://www.familysearch.org/tree/person/details/9VLW-L1Y] - 1897(NSW)-1950(Vic) - Licences: 2ZF Receive Sydney (Randwick, 1923); 2ZN Sydney (Randwick, 1923-1925; Coogee, 1926-1930; Maroubra Junction, 1931; Dundas, 1933-1939, 1946-1947; Carlingford, 1948-1950); 2ADX Sydney (Dundas/Portable, 1937-1939) - Qualifications: cc; AOCP 367, 1927, No. ?? in NSW; AOLCP 1, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Coogee, 1930); broadcaster (Dundas, 1933-1934); radio operator (Dundas, 1936-1943); technician (Carlingford, 1949) ===''COUCHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Clyde McGregor Couchman|Couchman, Clifford Clyde McGregor "Cliff"]] [https://www.familysearch.org/tree/person/details/GQLS-T4D] - 1907(Qld)-1971(Qld) - Licences: 4KZ Kaimkillenbun (1930-1939); 4KZ Dalby (1946-1969) - Qualifications: cc; 2COCP 151, 1930; COCP 1st Class Marconi School (Halcyon) - amateur operator; amateur broadcaster; military (WW2, Navy, wireless officer); broadcast technician (PMGD, 4QS); business proprietor (electrical & radio, Dalby) - Electoral Rolls: labourer (Kaimkillenbun, 1930-1937); engineer (Dalby, 1943-1963); electrical engineer (Dalby, 1968) ===''COULTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Maxwell Coulter|Coulter, Jack Maxwell]] [https://www.familysearch.org/tree/person/details/GXRW-MXK] - 1912(SA)-1985(???) - Licences: 5MC Adelaide (Glenelg, 1936-1937); 3MV Melbourne (Caulfield, 1938-1939); 5JD Adelaide (Ashford, 1947-1948; Ackland Gardens, 1954-1960); 5JK Adelaide (Edwardstown, 1975-1980+) - Qualifications: cc; AOCP 1712, 1936, SA; 2COCP 812, 1944 - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: civil servant (Caulfield West, Vic, 1937); RAN (Port Melbourne, Vic, 1943) ===''COUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Couper|Couper, Andrew "Andy" Jnr]] [https://www.familysearch.org/tree/person/details/L6R8-R1T] - 1893(Qld)-1958(Qld) - Licences: XQM Mareeba (1914); 4BW Mareeba (1923-1939, 1946-1956) - Qualifications: cc; AOCP 71, 1925, No. 5 in Qld - early wireless experimenter (1914 & likely earlier unlicensed); amateur operator; amateur broadcaster; WW2 - Electoral Rolls: iron moulder (Mareeba, 1913-1932); engineer (Mareeba, 1936-1958) ===''COURT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Court|Court, Charles Percy]] [https://www.familysearch.org/tree/person/details/GX6T-Q5T] - 1904(Qld)-1962(Qld) - Licences: 4CT Receive Brisbane (Rosalie, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Bayswater, Qld, 1925-1936; Kedron, Qld, 1937-1958) * [[/Thomas Palmer Court|Court, Thomas Palmer Jnr]] - 1895(Vic)-1976(NSW) - XNY Melbourne (Malvern, 1913-1914), 3BO Melbourne (Malvern, 1922), 3TC Melbourne (Malvern, 1926-1927), early wireless experimenter (CPRT 211, 1916), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, radio clubs (WIA Vic, secretary, 1919-1920+), employment (radio salesman, 1928; STC, chief design engineer, 1954), IRE Aust (president, 1950-1951), father also named Thomas Palmer Court (1861, Vic - 1944, NSW) ===''COUSENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Light Reynolds Cousens|Cousens, Harold Light Reynolds]] [https://www.familysearch.org/tree/person/details/GDG9-3SK] - 1888(NSW)-1965(NSW) - Licences: N743 Receive Summer Hill (1922); 2HW Receive Summer Hill (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: auctioneer (Tamworth, 1930-1963) ===''COUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Stuart Coutts|Coutts, Edwin Stuart]] [https://www.familysearch.org/tree/person/details/94TB-698] - 1893(Qld)-1947(Qld) - Licences: 4BZ Receive Dalby (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motor mechanic (Dalby, 1919-1937); garage proprietor (Dalby, 1943) ===''COWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Christian Nesbit Cowan|Cowan, Christian Nesbit]] [https://www.familysearch.org/tree/person/details/G8XD-6QW] - 1907(NSW)-1994(NSW) - Licences: 2PZ Aberdare (1930-1980+) - Qualifications: cc; AOCP 613, 1930, No. ?? in NSW; BOCP 486, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: railway employee (Aberdare, 1930-1963; Cessnock, 1968-1980) ===''COX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allan Grafton Cox|Cox, Allan (birth) or Allen (census) Grafton]] [https://www.familysearch.org/tree/person/details/LHWX-5XH] - 1892(NSW)-1978(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 120, 1915; 2COCP 103, 1930; 1COCP 347, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIB Brisbane (1917-1918) - Electoral Rolls: operator (Rockhampton, 1914; Pinkenba, 1916-1921); telegraphist (Toorak, 1921-1922; South Yarra, 1926-1927); O.I.C. (Cooktown, 1925; Thursday Island, 1930); radio officer (Clayfield, 1934); O.I.C. (Townsville, 1936-1937); engineer (Rockbank, 1942); wireless officer (Kangaroo Point, 1943; Hendra, Qld, 1949-1958); radio officer (Hendra, 1963-1977) * [[/Erle Harold Cox|Cox, Erle Harold "Harold"]] [https://www.familysearch.org/tree/person/details/LB8Z-RG2] - 1903(Tas)-1989(ACT) - Licences: 3BD Receive Melbourne (Elsternwick, 1922); 3BD Melbourne (Elsternwick, 1922-1927; St Kilda, 1931-1933); 2EP Canberra (Forrest, 1934-1935); 2GU Canberra (Red Hill, 1946-1955); 1GU Canberra (Red Hill, 1956-1965; Mawson, 1969-1980+) - Qualifications: cc; AOCP 245, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; journalist, president Press Gallery, Parliament House 1953 - Awards: O.B.E. for contribution to journalism in Australia 1953 - Relationships: son of Erle Cox, science fiction author [https://adb.anu.edu.au/biography/cox-erle-5799] - Electoral Rolls: journalist (Caulfield, 1931; Gardiner, 1936; Forrest, 1937; Red Hill, 1943-1968; Mawson, 1972-1980) * [[/Harold Edward Cox|Cox, Harold Edward or Harold]] [https://www.familysearch.org/tree/person/details/G8GQ-2RT] - 1892(Eng)-1975(Qld) - Licences: 6HE Geraldton (1927) - Qualifications: cc; CPRT 17, 1914; 1COCP 35, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIO Broome (1917-1918) - Electoral Rolls: wireless operator (Broome, WA, 1916-1917; Geraldton, WA, 1922-1930); broadcast manager (Townsville, Qld, 1931-1937); manager (4WK, Warwick, Qld, 1943); representative (Coorparoo, Qld, 1943); wireless representative (Coorparoo, Qld, 1949-1972) ===''COXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Wooton Coxon|Coxon, Robert Wooton]] [https://www.familysearch.org/tree/person/details/GZZ2-HVL] - 1905(WA)-19??(???) - Licences: 6RW Northam (1924-1927) - Qualifications: cc; AOCP 30, 1924, No. ?? in WA - amateur operator; amateur broadcaster; mining engineer, NT Gov (Director of Mines, 1947); WW2 - Relationships: no apparent relation with 6AG Wally Coxon - Electoral Rolls: engineer (Cheltenham, SA, 1943); civil servant (Alice Springs, 1949-1954) * [[/Walter Ernest Stanley Coxon|Coxon, Walter Ernest Stanley "Wally"]] [https://www.familysearch.org/tree/person/details/GCY8-JBS] - 1891(NSW)-1968(WA) - Licences: XYK Perth (Maylands, 1913); 6AG Perth (North Perth, 1924; Inglewood, 1925-1931; Mt Lawley, 1933-1939; Bayswater, 1946-1947; Darlington, 1948-1960; Claremont, 1965) - Qualifications: cc; AOCP 124, 1925, No. ?? in WA - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (6WF) - Relationships: no apparent relation with 6RW Robert Wooton Coxon - Electoral Rolls: fitter (Maylands, 1914); engineer (Maylands, 1925-1937); radio engineer (East Perth, 1943; Darlington, 1949-1958); retired (Claremont, 1963-1968) - Links: [http://messui.polygonal-moogle.com/valves/NW199311.pdf EA0] [http://messui.polygonal-moogle.com/valves/NW199404.pdf] [http://messui.polygonal-moogle.com/valves/NW199405.pdf EA2] ===''COZINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Cozins|Cozins, Charles Frederick]] [https://www.familysearch.org/tree/person/details/GF78-6FW] - 1908(WA)-2001(WA) - Licences: 6AC Perth (City, 1931-1933); 6AD Perth (Canning Bridge, 1947-1948) - Qualifications: cc; AOCP 742, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (North Perth, WA, 1931); radio mechanic (Corrogin, WA, 1936); marine collector (Kalgoorlie, WA, 1943); cook (West Perth, WA, 1949); storekeeper (Kalgoorlie, WA, 1949-1954); clerical assistant (South Perth, WA, 1958); clerk (Rivervale, WA, 1963-1972); retired (Kewdale, WA, 1977-1980) ===''CRAIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith William Craig|Craig, Keith William]] [https://www.familysearch.org/tree/person/details/GDNB-7FD] - 1921(NSW)-1999(NSW) - Licences: 2AJV Newcastle (Stockton, 1938-1939); 2EP Newcastle (New Lambton, 1948-1969) - Qualifications: cc; AOCP 2102, 1938, NSW - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Stockton, 1943); fitter (Lambton, 1949; New Lambton, 1958-1980) * [[/Walter Archibald Craig|Craig, Walter Archibald]] [https://www.familysearch.org/tree/person/details/GZ2F-7X4] - 1907(NSW)-1956(NSW) - Licences: 2XI Receive Sydney (Croydon, 1923); 2XI Sydney (Croydon, 1924-1939) - Qualifications: cc; AOCP 220, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Croydon, 1930-1954) ===''CRAMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warne Hutton Cramond|Cramond, Warne Hutton]] [https://www.familysearch.org/tree/person/details/9XQB-N2G] - 1898(NSW)-1951(NSW) - Licences: 2KJ Sydney (Lane Cove, 1928-1939, 1946-1950) - Qualifications: AOCP 397, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lane Cove, 1930-1949) ===''CRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Rae Cran|Cran, Morris Rae]] [https://www.familysearch.org/tree/person/details/G879-B1J] - 1901(Qld)-1959(NSW) - Licences: 4KX Brisbane (West End, 1930-1939); 2MR Sydney (Rockdale, 1946-1947; Randwick, 1954-1955) - Qualifications: cc; AOCP 570, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Electoral Rolls: clerk (West End, 1925-1937); accountant (Bondi, 1943); company secretary (Ranswick, 1954; Coogee, 1958) ===''CRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Layman William Victor Cranch|Cranch, Layman William Victor "Lay"]] - 1910(Qld)-1993(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio engineer, journalist (editor, Australian Radio and Electronics, 1951), business (manager, Kingsley) ===''CRAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Russell Bruce Cameron Craw|Craw, Russell Bruce Cameron "Bruce"]] [https://www.familysearch.org/tree/person/details/KF2Q-54Y] - 1901(Tas)-1934(Vic) - Licences: 7BC Burnie (1930-1933); 3BC Melbourne (1933-1934) - Qualifications: cc; AOCP 671, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Comment: passed too soon - Electoral Rolls: salesman (Burnie, 1922; North Melbourne, 1924; Burnie, 1928); sales (Middle Park, Vic, 1935) ===''CRAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Thomas Crawford|Crawford, Cedric Thomas]] [https://www.familysearch.org/tree/person/details/GD2P-42L] - 1905(NSW)-1977(NSW) - Licences: 2YC Sydney (Burwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Burwood, 1930-1933); engineer (Captain's Flat, 1937-1943); mechanical engineer (Broken Hill South, 1954-1963); engineer (St Ives, 1968-1972) * [[/John Murray Crawford|Crawford, John Murray]] - 19??(???)-19??(???) - senior federal public servant (chief engineer PMGD, involved establishment of first ABC stations), don't confuse with William Tamillas Stephen Crawford * [[/William Tamillas Stephen Crawford|Crawford, William Tamillas Stephen "Bill", "W.T.S.C."]] [https://www.familysearch.org/tree/person/details/G738-35N] - 1880(Vic)-1962(NSW) - state public servant (P&TD, Tas); senior federal public servant (PMGD, radio inspector); RANRS (commissioned telegraphist, 1917) - Comment: don't confuse with John Murray Crawford ===''CREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Creamer|Creamer, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7XK-965] - 1903(NSW)-1973(NSW) - Licences: 2UR Sydney (Glebe Point, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Orange, 1930-1932); electrical engineer (Brewarrina, 1933; Henty, 1934-1935; Grose Vale, 1937; Richmond, 1943-1968) ===''CREDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter John Credlin|Credlin, Peter John]] [https://www.familysearch.org/tree/person/details/GDSB-SH8] - 1938(Vic)-1984(NSW) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) - Comment: Gone too soon - Electoral Rolls: clerk (Camberwell, 1954); engineer (Malvern, 1963; Lower Templestowe, 1967-1980) ===''CRESSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Gillespie Cresswell|Cresswell, Frank Gillespie]] [https://www.familysearch.org/tree/person/details/LR45-Q56] - 1880(Vic)-1963(Vic) - Licences: 3GI Melbourne (East Kew, 1924-1925; Camberwell, 1926-1927); Qualifications: cc; Nil yet identified - federal public service (PMGD); military (Commonwealth Naval Militia, engineer sublieutenant); RANRS (Radio Commander, terminated Nov 1920) - not to be confused with William Rooke '''Creswell''' - Electoral Rolls: instrument fitter (Camberwell, 1903-1906); Engineer-Lieutenant RAN (Prahran, 1912); naval officer (St Kilda, 1914); lieutenant RAN (Hawthorn, 1915-1919); RAN (Kew, 1922-1924); commandant RAN (Frankston, 1928-1934); naval officer (Olivers Hill, 1936-1937); electrical engineer (Armadale, 1943); retired (Somers, 1949; Mt Eliza, 1954; Frankston, 1963) * [[/Harry Leslie Cresswell|Cresswell, Harry Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9456-49G] - 1917(Qld)-1942(Qld) - Licences: 4DL Brisbane (Coorparoo, Qld, 1938-1939) - Qualifications: cc; Nil yet identified, likely RAN - amateur operator; amateur broadcaster; WW2 (RAN, Petty Officer Telegraphist, KIA, HMAS Yarra) - Electoral Rolls: Nil yet identified - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10293831 AWM] [https://www.awm.gov.au/collection/R1690529 Roll of Honour] ===''CRESWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rooke Creswell|Creswell, William Rooke]] [https://www.familysearch.org/tree/person/details/9N4L-WRS] - 1852(Gibraltar)-1933(Vic) - early wireless experimenter (Lytton, Moreton Island), military (RAN; Qld Maritime Defence Force, commandant; Commonwealth Naval Forces, commandant) - Generally considered the father of the RAN, not to be confused with Frank Gillespie '''Cresswell''' - Electoral Rolls: naval commandant (South Brisbane, 1903-1905); director (Toorak, 1909-1919) - Links: [[w:William Rooke Creswell|Wikipedia]]; [https://adb.anu.edu.au/biography/creswell-sir-william-rooke-5817 ADB] [https://www.navy.gov.au/biography/vice-admiral-sir-william-rooke-creswell RAN] ===''CRIBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dunmore Foote Cribb|Cribb, Dunmore Foote]] [https://www.familysearch.org/tree/person/details/LCPP-YQH] - 1899(Qld)-1946(Qld) - Licences: 4DC Brisbane (Indooroopilly, 1925-1927) - Qualifications: cc; AOCP 134, 1925, No. 15 in Qld - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant) - Electoral Rolls: teacher (Indooroopilly, 1921-1943) ===''CRICHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Robert Crichton|Crichton, Stanley Robert]] [https://www.familysearch.org/tree/person/details/LK76-MZH] - 1893(NZ)-1967(NSW) - Licences: 2KH East Maitland (1929-1935); 9OU Port Moresby (1947-1948) - Qualifications: AOCP 542, 1929, No. ?? in NSW; AOLCP 100, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: telephone mechanic (East Maitland, 1930-1935); wireless operator (Maclean, 1936); Radio 2NR (Lawrence, 1937); wireless operator (Ashfield, 1949); PMG technician (Ashfield, 1954-1963) ===''CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cridge, Wilfred Edgar Launder - See Wilfred Edgar Launder-Cridge ===''CRISP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Charles Crisp|Crisp, Henry Charles "Harry"]] [https://www.familysearch.org/tree/person/details/G8XD-5T2] - 1909(NSW)-1996(???) - Licences: 2LX Sydney (Undercliffe, 1930; Hurstville, 1931-1933; Cronulla, 1934-1939, 1946); 2LX Ettalong (1947-1955); 2LX Woy Woy (1956-1961); 2LX Urunga (1965); 2LX Sydney (Cronulla, 1969; Gorokan, 1975-1980+) - Qualifications: AOCP 614, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: "Henry Charles" carrier (Undercliffe, 1930; Hurstville, 1931-1933); radio dealer (Cronulla, 1934-1937); "Harry Charles" examiner (Bondi, 1943); "Henery Charles" no occupation (Ettalong, 1949); "Henry Charles" radio dealer (Ettalong, 1954-1963); "Harry Charles" motel proprietor (Urunga, 1968); manager (Sans Souci, 1972); retired (Cronulla, 1972); "Henery Charles" retired (Gorokan, 1977-1980) ===''CROCKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Edward Crocker|Crocker, Claude Edward]] [https://www.familysearch.org/tree/person/details/L8R6-RZW] - 1875(USA)-1929(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: engineer (West Perth, 1922-1925) * [[/Edward Baker Crocker|Crocker, Edward Baker]] [https://www.familysearch.org/tree/person/details/MYHX-65B] - 1867(Wales)-1955(NSW) - Licences: 2BB Receive Sydney (Marrickville, 1922); 2BB Sydney (Marrickville, 1922-1930) - Qualifications: cc; AOCP 95, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: provision merchant (Marrickville, 1933-1937); retired (Marrickville, 1943-1949); no occupation (Earlwood, 1949-1954) ===''CROME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Keith Crome|Crome, Harry Keith]] [https://www.familysearch.org/tree/person/details/LZTL-HF9] - 1908(Tas)-1975(Tas) - Licences: Receive (Crystal) Hobart (New Town, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: painter (Hobart North, 1936-1954); linotype operator Melbourne (Alphington, 1963-1972) ===''CROMIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Thomas Cromie|Cromie, Charles Thomas]] [https://www.familysearch.org/tree/person/details/G6Z4-73H] - 1883(Vic)-1952(Vic) - Licences: Receive (Valve) Melbourne (Caulfield, 1923) - Qualifications: cc; Nil yet identified - manager (Oliver J. Nilsen & Co, 1927); witness to Royal Commission 1927 (obo 3UZ) - Electoral Rolls: draper (Maffra, 1903; Korumburra, 1905; East Melbourne, 1909; Maffra, 1912); engineer (East Melbourne, 1914); electrical engineer (Malvern, 1915-1917); engineer (Elsternwick, 1919; Caulfield, 1924-1927); electrical engineer (Melbourne East, 1928; Caulfield, 1931); engineer (Caulfield, 1934); director (Armadale, 1936-1949) ===''CROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Leonard Crooks|Crooks, James Alexander Leonard "Len"]] [https://www.familysearch.org/tree/person/details/LK93-6HV] - 1890(Tas)-1973(Tas) - Licences: Receive Launceston (1923-1925); 7BQ Launceston (1925-1969+) - Qualifications: cc; AOCP 61, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; honorary radio inspector (PMG) - Relationships: father of 3AAC John Peter Crooks - Electoral Rolls: clerk (Trevallyn, 1914; Launceston, 1919-1968); no occupation (Low Head, 1972) * [[/John Peter Crooks|Crooks, John Peter]] [https://www.familysearch.org/tree/person/details/LRZL-Z2J] - 1921(Tas)-2013(Vic) - Licences: 3AAC Colac (1960); 3AAC Bulleen (1965-1969) - Qualifications: AOCP 2107, 1938, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: son of 7BQ James Alexander Leonard "Len" Crooks - Electoral Rolls: civil servant (Elsternwick, 1949); engineer (East Geelong, 1954; Bulleen, 1963-1977) ===''CROPLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cropley|Cropley, Eric William]] [https://www.familysearch.org/tree/person/details/GDLL-YVK] - 1893(NSW)-1935(NSW) - Licences: N735 Receive Sydney (Homebush, 1922); 2HT Receive Sydney (Homebush, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of Mervyn Eric Cropley - Electoral Rolls: warehouseman (Homebush, 1930-1933) * [[/Mervyn Eric Cropley|Cropley, Mervyn Eric]] [https://www.familysearch.org/tree/person/details/GDLG-MYS] - 1920(NSW)-1951(Aus) - Licences: cc; Nil yet identified - Qualifications: cc; 2COCP 403, 1941 - amateur operator; amateur broadcaster - Relationships: son of 2HT Eric William Cropley - Electoral Rolls: radio officer (Homebush, 1943); salesman (Blaxland, 1949) ===''CROUCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Casimir Crouch|Crouch, Ernest Casimir "Ern"]] - 1908(???)-1989(NSW) - 2QJ Receive Sydney (Mosman, 1923), 2EC Sydney (Mosman, 1924-1939), 2EC Orange (1946-1980), amateur operator (AOCP 16, 1924, No. 6 in NSW), amateur broadcaster; engineer; Mosman Radio Laboratories 1927 (proprietor?) ===''CROWDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Crowder, Joyce Isabel see Batchler nee Crowder, Joyce Isabel ===''CULLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Norman Seth Culliver|Culliver, Francis Norman Seth "Norman"]] [https://www.familysearch.org/tree/person/details/G82T-SWD] - 1891(Vic)-1962(Vic) - Licences: 3DP Receive Melbourne (East Melbourne, 1922); 3DP Melbourne (East Melbourne, 1923-1925; Hawthorn, 1925-1927); 3UG Melbourne (Rye, 1948-1956); 3UG Queenscliff (1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of Keith Norman Culliver & Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1931-1954) * [[/Ian Douglas Culliver|Culliver, Ian Douglas "Sam"]] [https://www.familysearch.org/tree/person/details/G82T-WDM] - 1916?(Vic)-2002(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 655, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Keith Norman Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) * [[/Keith Norman Culliver|Culliver, Keith Norman]] [https://www.familysearch.org/tree/person/details/G82T-753] - 1914(Vic)-1998(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 656, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) ===''CUMMING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Humberstone Cumming|Cumming, William Humberstone]] [https://www.familysearch.org/tree/person/details/GSLF-9FS] - 1903(Vic)-1956(Vic) - Licences: 3BK Melbourne (Armadale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Notting Hill, 1931); engineer (Cheltenham, 1931); contractor (Malvern, 1936-1949); engineer (Malvern, 1954) ===''CUMMINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Cummings|Cummings, Bruce]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 1928, No. ?? in Qld), amateur broadcaster ===''CUMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Vincent Cummins|Cummins, Reginald Vincent]] [https://www.familysearch.org/tree/person/details/GXCK-FLN] - 1911(Qld)-1957(Qld) - Licences: 4VC Brisbane (Newmarket, 1937-1939) - Qualifications: cc; AOCP 1939, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (East Ipswich, Qld, 1934-1937); public servant (Newmarket, Qld, 1943-1954) ===''CUNLIFFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James August Cunliffe|Cunliffe, James August]] [https://www.familysearch.org/tree/person/details/G7KX-DQW] - 1904(Vic)-1984(Vic) - Licences: 3ZO Melbourne (Croxton, 1930-1931; Preston, 1933-1939, 1946-1947); 3AZO Melbourne (North Fitzroy, 1954; East Preston, 1955-1980+) - Qualifications: AOCP 597, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: cabinet maker (Preston, 1927); electrician (Preston East, 1931-1942); cabinet maker (Preston East, 1949); carpenter (Preston East, 1963-1980) ===''CUNNINGHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hugh Cunningham|Cunningham, Robert Hugh]] [https://www.familysearch.org/tree/person/details/G845-Z7M] - 1909(Vic)-1989(Vic) - Licences: 3ML Melbourne (Malvern, 1928-1937; Hawthorn, 1938-1939; Frankston, 1946-1947; Malvern, 1948-1980+) - Qualifications: AOCP 463, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Malvern, 1931; Gardiner, 1936-1937); RAAF (Frankston, 1949); manager (Malvern, 1949-1954); director (Malvern, 1963-1980) - R. H. Cunningham, electronics retailer? ===''CUREDALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Curedale|Curedale, Albert John]] [https://www.familysearch.org/tree/person/details/GFQ6-S41] - 1914(Aus)-1986(WA) - Licences: 6AE Perth (City, 1934-1939) - Qualifications: cc; AOCP 1385, 1934, WA - amateur operator; amateur broadcaster - Electoral Rolls: presser (North Perth, WA, 1943-1949; West Perth, WA, 1954; Leederville, WA, 1958-1972) * [[/Robert Gordon Curedale|Curedale, Robert Gordon]] - 1906(WA)-1981(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 837, 1924; 2COCP 369, 1931; 1COCP 141, 1937 - - Electoral Rolls: radio operator (Magnetic Observatory, Watheroo, WA, 1931); wireless operator (West Perth, WA, 1936-1937); radio technician (Croydon, NSW, 1943); farming (Watheroo, WA, 1949); geophysicist (Ascot Vale, Vic, 1954; Bentleigh, Vic, 1963; Yokine, WA, 1968); retired (North Beach, WA, 1972; Maylands, WA, 1977-1980) ===''CURETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Poyner Cureton|Cureton, John Poyner "Jack"]] [https://www.familysearch.org/tree/person/details/L29Y-H1R] - 1905(NSW)-1958(NSW) - Licences: 2AY Receive Sydney (Burwood, 1922); 2AY Sydney (Burwood, 1923-1930); 2AU Sydney (Burwood, 1930-1933; Gordon, 1933-1934; Burwood, 1935-1939, 1946-1950); 2AU Little Hartley (1954-1958) - Qualifications: cc; AOCP 168, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Withdrawal: 2AY callsign withdrawn by PMGD in 1930 and reallocated to new commercial 2AY Albury - Electoral Rolls: secretary (Burwood, 1930; Parkes, 1936); engineer (Burwood, 1943); grazier (Little Hartley, 1958) ===''CURLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Clarence Curle|Curle, George Clarence]] [https://www.familysearch.org/tree/person/details/GZ25-DZZ] - 1914(NSW)-1941(Egypt) - licences: 2AJB Sydney (Chullora, 1937-1939) - qualifications: AOCP 1813, 1937, No. ?? in NSW; BOCP 310, 1940 - amateur operator, amateur broadcaster, broadcast engineer (2BL), WW2 - electoral rolls: Nil - "Greater love hath no man than this" ===''CURNOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Ross Curnow|Curnow, Geoffrey Ross]] - 19??(???)-19??(???) - historian (wireless & broadcasting), "The history of the development of wireless telegraphy and broadcasting in Australia to 1942, with especial reference to the Australian Broadcasting Commission : a political and administrative study" ===''CURRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Benjamin John Currie|Currie, Francis Benjamin John]] [https://www.familysearch.org/tree/person/details/G8QY-8JP] - 1903(SA)-1974(SA) - Licences: None yet found - Qualifications: AOCP 395, 1928, No. ?? in SA - amateur operator? - Electoral Rolls: checker (Albert Park, Vic, 1936); storeman (Semaphore, 1939; Queensbury, 1941) * [[/James Lawrence Currie|Currie, James Lawrence "Len"]] [https://www.familysearch.org/tree/person/details/GXCK-9GW] - 1905(Qld)-1960(Qld) - Licences: 4LC Bundaberg (1936-1937); 4LC Proserpine (1938-1939); 4LC St George (1946-1956); 4LC Brisbane (Dutton Park, 1960) - Qualifications: cc; AOCP 1631, 1936, Qld - amateur operator; amateur broadcaster; power station engineer - Electoral Rolls: electrician (New Farm, Qld, 1929; Bundaberg, Qld, 1931-1937); electrical engineer (Blackhall, Qld, 1943; St George, Qld, 1949-1954); engineer (Caboolture, Qld, 1958) ===''CURTIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. F. Curtis|Curtis, R. F.]] - 19??(???)-19??(???) - Licences: 3AI Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''CUSACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Chanel Cusack|Cusack, Leo Chanel]] [https://www.familysearch.org/tree/person/details/G6YN-49P] - 1897(NSW)-1967(Qld) - Licences: 4LC Port Moresby (1925-1926) - Qualifications: cc; CPRT 229, 1916; 1COCP 319, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIT Townsville (1917-1918) - Electoral Rolls: radio operator (Maroubra, 1930); radio telegraphist (Townsville, 1931-1936; Maroubra, 1943); wireless operator (Maroubra, 1949); radio operator (Darwin, 1949-1954); wireless operator (Maroubra, 1958-1963); retired (Bardon, Qld, 1963) * [[/Sidney Claude Cusack|Cusack, Sidney or Sydney Claude or Claud]] [https://www.familysearch.org/tree/person/details/GW42-D16] - 1885(Eng)-1973(Canada) - Licences: 5CK Adelaide (Dulwich, 1924-1926) - Qualifications: cc; CPRT 5, 1914 (No. 5 in Aus and Vic, Commonwealth system) - RANRS (CPO to Warrant Telegraphist, 1917); WW1 - Electoral Rolls: operator (Clayfield, Qld, 1916) ===''CUSHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Thomas Cushen|Cushen, Arthur Thomas]] [https://www.familysearch.org/tree/person/details/GXQL-FP3] - 1920(NZ)-1997(NZ) - prominent MW and SW broadcast listener 1930s to 1990s; DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club, DX Australia) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen/ Autobiography]; [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tributes] ===''CUSITER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert William Macgregor Cusiter|Cusiter, Robert William Macgregor "Mac"]] [https://www.familysearch.org/tree/person/details/M6H8-73C] - 1908(NSW)-1970(???) - 2RW Sydney (Lewisham, 1925-1926; Turramurra, 1927-1929; Pymble, 1930; Lewisham, 1931-1939, 1946-1955; Hornsby, 1956-1969), amateur operator (AOCP 203, 1925, No. ?? in NSW), amateur broadcaster, engineer (Pymble, 1930; Lewisham, 1930-1949; Hornsby, 1958-1968), AWA, PMGD, WW2 (worked on defence electronics) ===''CUTHBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Cuthbert|Cuthbert, Henry]] - 1829(Irl)-1907(Vic) - Postmaster-General Victoria (Jul 1877-Jul 1878; Mar 1880-Aug 1880) ===''CUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Gregory Maxwell Cutts|Cutts, Gregory Maxwell "Maxwell"]] [https://www.familysearch.org/tree/person/details/GQBR-22Q] - 1903(NSW)-1986(NSW) - Licences: Receive (Crystal) Sydney (Croydon, 1923); 2GM Sydney (Croydon, 1924-1927) - Qualifications: cc; AOCP 17, 1924, No. 7 in NSW - amateur operator; amateur broadcaster; radio business proprietor (2ML, Mosman Radio Service) - Electoral Rolls: radio engineer (Mosman, 1930-1937; Abbotsford, 1949); sales manager (North Ryde, 1954-1963); manager (Cheltenham, 1972-1980) =='''D'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''DAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Luja Dahl|Dahl, Norman Luja]] [https://www.familysearch.org/tree/person/details/L433-MY6] - 1888(NZ)-1938(Qld) - Licences: 2ND Sydney (Wahroonga, 1933-1937); 4ND Ayr (1937-1939) - Qualifications: cc; AOCP 1079, 1933, NSW; AOLCP 249, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: consulting engineer (Wahroonga, NSW, 1930-1935); teacher (Wahroonga, NSW, 1937); company director (Ayr, Qld, 1936-1937) * [[/Oscar Sydney Dahl|Dahl, Oscar Sydney "Syd"]] [https://www.familysearch.org/tree/person/details/LLWV-S5D] - 1904(NZ)-1982(Qld) - Licences: 4KA Ayr (1933-1935); 7KA Hobart (1947); 4KA Ayr (1948); 9KA Lae (1969); 4VT Innisfail (1975) - Qualifications: cc; AOCP 1151, 1933, No. ? in Qld - amateur operator; amateur broadcaster; WW2; surveyor - Electoral Rolls: chainman (Arapuni, NZ, 1928-1931); tramline engineer (Ayr, Qld, 1931-1936); engineer (Gordonvale, Qld, 1937); civil engineer (Fitzgerald, Tas, 1943; Ayr, Qld, 1949-1958); surveyor (Innisfail, Qld, 1963-1980) ===''DALBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dalby|Dalby, John]] - 19??(???)-19??(???) - Licences: 5BI Adelaide (SA School of Mines, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Directories: lecturer (School of Mines, Adelaide, 1922-1934) - Electoral Rolls: Nil yet identified ===''DALTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Martin Dalton|Dalton, Robert Martin]] [https://www.familysearch.org/tree/person/details/GZJQ-SH3] - 1897(Vic)-1949(Vic) - Licences: XLB Melbourne (Auburn, 1913); 3UI Mildura (1923-1925); 3UI Melbourne (Balaclava, 1925-1926; Caulfield, 1927; Camberwell, 1931-1933); 3UN Melbourne (Camberwell, 1948) - Qualifications: cc; AOCP 158, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: fruitgrower (Mildura, 1919-1924); radio engineer (Hawthorn, 1926-1927); clerk (Camberwell, 1928); sales (Camberwell, 1931-1949) ===''DANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Dane|Dane, John Edward]] [https://www.familysearch.org/tree/person/details/LYF7-5RS] - 1868(Eng)-1928(Vic) - Licences: Receive (Valve) Melbourne (Hawthorn, 1923); 3JD Melbourne (Hawthorn, 1924-1927) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: commercial traveller (Hawthorn, 1908-1909); merchant (Auburn, 1912-1927) ===''DANGERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Henry Dangerfield|Dangerfield, Joseph Henry "Harry"]] [https://www.familysearch.org/tree/person/details/G9HR-22D] - 1911(Eng)-1997(Qld) - Licences: 4NF Townsville (1936-1939) - Qualifications: cc; AOCP 1686, 1936, Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (radio electrical salesman) - Relationships: brother of 4NL Norman Gerard Dangerfield - Electoral Rolls: radio mechanic (Townsville, Qld, 1937-1954); mechanic (Townsville, Qld, 1958-1977); retired (Airlie Beach, Qld, 1977-1980) * [[/Norman Gerard Dangerfield|Dangerfield, Norman Gerard]] [https://www.familysearch.org/tree/person/details/G9HR-5FD] - 1918(Qld)-1997(Qld) - Licences: 4NL Ayr (1936-1939); 4ND Ayr (1956-1965); 4ND Brisbane (Sherwood, 1969-1975) - Qualifications: cc; AOCP 1687, 1936, Qld; BOCP 1062, 1949 - amateur operator; amateur broadcaster; employment (Elphinstones); broadcast technician (4AY, ABC Townsville); business proprietor (radio) - Halcyon: AOCP at 16yo - Relationships: brother of 4NF Joseph Henry Dangerfield - Electoral Rolls: aircraft fitter (Coorparoo, Qld, 1943); bank officer (Ayr, Qld, 1949); radio technician (Ayr, Qld, 1954; Home Hill, Qld, 1958); clerk (Sherwood, Qld, 1968-1980) ===''DANIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Septimus Daniel|Daniel, Louis Septimus]] - 1834(Eng)-1909(Vic) - experimented with etheric force in mid 1870s, radio clubs (Telegraph Electrical Society of Victoria, member), employment (Vic Post & Telegraphs, concluding acting Secretary, 1897), linguist ===''DARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Darley|Darley, Ernest John]] [https://www.familysearch.org/tree/person/details/G4BX-9ZK] - 1898(WA)-1968(WA) - Licences: 6CJ Perth (South Perth, 1923-1930) - Qualifications: cc; CPRT 243, 1916; 2COCP 835, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: motor importer (South Perth, 1925-1936); importer (Rockingham, 1943); technician (South Perth, 1954-1963) ===''DAVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Barrett Davey|Davey, Harold Barrett]] [https://www.familysearch.org/tree/person/details/GDYY-FN4] - 1898(Tas)-1948(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: dental mechanic (Launceston, 1922); electrician (Launceston, 1936-1937); electrical engineer (Launceston, 1943) * [[/John Alfred Davey|Davey, John Alfred]] [https://www.familysearch.org/tree/person/details/GZ6X-FSF] - 1913(SA)-1992(Qld) - 2YE Sydney (Glebe Point, 1935-1938; Ashfield, 1939; Homebush, 1946-1975), amateur operator (1COCP 19, 1934; 3COCP 1029, 1952), amateur broadcaster, radio engineer * [[/John Anderton Davey|Davey, John Anderton]] [https://www.familysearch.org/tree/person/details/GZ6F-3ZH] - 1909(Vic)-1973(Vic) - Receive Melbourne (Brighton, 1923), 3AD Melbourne (Brighton, 1925-1926; Elsternwick, 1927), amateur operator (AOCP 66, 1925, No. ?? in Vic), amateur broadcaster, manufacturer's agent * [[/Ralph William Davey|Davey, Ralph William]] [https://www.familysearch.org/tree/person/details/GXGN-W9X] - 1916(SA)-1999(Vic) - Licences: 5KD Adelaide (North Croydon, 1935-1939; Mile End, 1947; Blanchetown, 1948); 5DY Portable Adelaide (North Croydon, 1938) - Qualifications: cc; AOCP 1481, 1935, SA; 1COCP 515, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: constable (Ridleyton North, SA, 1939; Whyalla, SA, 1941-1948); RAAF (Guildford, WA, 1958; Beaumaris, Vic, 1972-1980) ===''DAVIDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. R. Davidson|Davidson, E. R.]] - 19??(???)-19??(???) - Licences: 4FP Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''DAVIES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Tempest Davies|Davies, Henry Tempest]] [https://www.familysearch.org/tree/person/details/G889-FX9] - 1900(WA)-1987(WA) - Licences: 6HD Perth (Highgate Hill, 1929-1939) - Qualifications: cc; AOCP 563, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Balkatta, 1921); police officer (Mundijong, 1943); sergeant (Victoria Park, 1949-1958; Lathlain Park, 1963-1977; Victoria Park, 1980) * [[/Reginald Raymond Clifford Davies|Davies, Reginald Raymond Clifford]] [https://www.familysearch.org/tree/person/details/GXGM-73Y] - 1915(SA)-1988(WA) - Licences: 5LJ Adelaide (Goodwood Park, 1933-1939; Plympton, 1947-1948); 3AY Melbourne (Prahran, 1954-1960; Heathmont, 1965-1969); 6BQ Perth (Bickley, 1975); 6BQ Denmark (1980) - Qualifications: cc; AOCP 1138, 1933, SA; BOCP 121, 1937; 1COCP 534, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: metal worker (Goodwood Park, SA, 1939); radio engineer (5RM Berri, SA, 1941); mechanic (Plympton, SA, 1941-1943); public servant (Prahran, Vic, 1954); retired (Bickley, WA, 1972-1977) ===''DAVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Hargan Davis|Davis, Henry Hargan or Hargon]] [https://www.familysearch.org/tree/person/details/LT6C-6MB] - 1908(NSW)-1992(SA) - Licences: Receive (Crystal) Sydney (Strathfield, 1923-1924); 2HH Sydney (Strathfield, 1926-1934) - Qualifications: cc; AOCP 289, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Strathfield, 1930-1936); engineer (Strathfield, 1943) - Professor Henry Hargan Davis, BSc, BE (Syd), PhD (Camb), 1946-1973 (Emeritus Professor 1974) [https://docplayer.net/82920769-Engineering-education-the-university-of-adelaide.html] * [[/Ross Raleigh Davis|Davis, Ross Raleigh "Jack"]] [https://www.familysearch.org/tree/person/details/GZ54-9Q4] - 1907(Vic)-1986(NSW) - Licences: 2DS Receive Sydney (Vaucluse, 1920-1922); 2DS Sydney (Vaucluse, 1923-1929; Double Bay, 1930-1933; Rose Bay, 1933-1938; Bellevue Hill, 1938-1939) - Qualifications: cc; AOCP 249, 1926, No. ?? in NSW; CPRTelephony 934, 1926 - amateur operator; amateur broadcaster - Comment: accompanied 2CM on the SS Tahiti; education (Sydney Technical College, Electrical Engineering Degree); employment (AWA, engineer, 1925-1973) - Electoral Rolls: engineer (Double Bay, 1930; Rose Bay, 1933-1937; Bellevue Hill, 1943-1958; Rose Bay, 1958-1980) ===''DAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dawson|Dawson, Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 559, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: stovemaker (Hurlstone Park, 1930); storeman (Marrickville, 1931) - Not yet fully identified * [[/Richard Stanley Dawson|Dawson, Richard Stanley]] [https://www.familysearch.org/tree/person/details/GD52-2NQ] - 1897(Vic)-1983(NSW) - Licences: XZP Hobart (1913-1914); 3DA Melbourne (South Yarra, 1927) - Qualifications: cc; CPRT 282, 1917 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: student (Toorak, 1919); electrical engineer (Melbourne, 1921-1924; Toorak, 1925-1926; South Yarra, 1927-1928); engineer (Artarmon, NSW, 1930; Mosman, 1931-1972; Roseville, NSW, 1977) ===''DEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Launston Alexander Deane|Deane, Launston Alexander]] [https://www.familysearch.org/tree/person/details/GX2G-182] - 1909(SA)-1988(SA) - Licences: 5LD Adelaide (Tusmore, 1933; Hazelwood Park, 1937-1939; Royston Park, 1947-1955; Hazelwood Park, 1956-1965; St Georges, 1969-1975) - Qualifications: cc; AOCP 1090, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Burnside, SA, 1939-1943) * [[/Raymond Kyrle Deane|Deane, Raymond Kyrle]] [https://www.familysearch.org/tree/person/details/GX2P-HB1] - 1917(SA)-2010(SA)93yo - Licences: 5RK Adelaide (Fullarton, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1728, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: warehouseman (Fullarton, SA, 1939-1941); clerk (Fullarton, SA, 1943) ===''DE BAVAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Jean Xavier de Bavay|de Bavay, Francis Jean or John Xavier ]] [https://www.familysearch.org/tree/person/details/GXFJ-D1R] - 1887(Vic)-1955(Tas) - Licences: 4FO Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: analytical chemist (Kew, Vic, 1909); brewer (West Perth, WA, 1916); chemist (Cannon Hill, Qld, 1919-1921); manager (New Farm, Qld, 1925); master brewer (Cascades, Tas, 1928-1936); manager (Hobart South, Tas, 1943-1954) ===''DE CRESPIGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Champion de Crespigny|de Crespigny, Philip Champion]] [https://www.familysearch.org/tree/person/details/KCJG-QN9] - 1879(Vic)-1918(Palestine) - Licences: XPU Melbourne (Brighton, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Relationships: half brother of 3FM Royalieu Dana Champion de Crespigny - Sacrifice: "Greater love hath no man than this" * [[/Royalieu Dana Champion de Crespigny|de Crespigny, Royalieu Dana Champion]] [https://www.familysearch.org/tree/person/details/KH7P-7SD] - 1905(Vic)-1985(Vic) - Licences: 3FM Melbourne (Brighton, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Elmhurst, 1936-1949); farmer (Cobden, 1954; South Ecklin, 1963-1980) - Relationships: half brother of XPU Philip Champion de Crespigny ===''DE CURE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Gerard de Cure|de Cure, John Edward Gerard]] [https://www.familysearch.org/tree/person/details/LVD6-DWD] - 1899(SA)-1989(SA) - Licences: 3WL Melbourne (Coburg, 1929-1933); 5KO Adelaide (Glenelg, 1937-1939, 1946-1956); 2KO Sydney (Artarmon, 1957-1958); 5KO Adelaide (Fulham, 1960-1980+) - Qualifications: cc; AOCP 535, 1929, No. ?? in Vic; 1COCP 22, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Cobden, 1954); public servant (North Carlton, 1921-1924; Coburg, 1927-1934; Artarmon, NSW, 1958) ===''DEARNESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Sinclair Dearness|Dearness, Harry Sinclair]] - 19??-2004(Qld) - 4KW Mackay (1939, 1946-1975), Brisbane (Strathpine) (1980+) - amateur operator (AOCP 2328, 1939, No. ? in Qld), amateur broadcaster, military (WW2, AIF), employment (radio & TV mechanic) ===''DEEGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Edward Deegan|Deegan, Stanley Edward]] [https://www.familysearch.org/tree/person/details/LYK3-2V3] - 1893(Tas)-1944(Tas) - Licences: 7AK Hobart (St Virgil's College, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; public servant (State & Federal, PMGD); WW1 - Electoral Rolls: clerk (Hobart, 1919-1922); civil servant (Hobart, 1928-1936); postal official (Hobart, 1943) ===''DEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival William Deer|Deer, Percival William]] [https://www.familysearch.org/tree/person/details/L2DJ-9ZF] - 1901(SA)-1981(SA) - Licences: 5DR Adelaide (Seacliff, 1928-1933; Brighton, 1937-1939) - Qualifications: cc; AOCP 451, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: machinist (Brighton, 1939-1943) ===''DELBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Joseph Robert Delbridge|Delbridge, Reginald Joseph Robert]] [https://www.familysearch.org/tree/person/details/L439-HNM] - 1888(Eng)-1964(Qld) - Licences: 4RJ Childers (1927); 4RJ Brisbane (Paddington, 1931-1933; Booval, 1937-1939); 4RJ Stanthorpe (1946-1948); 4RJ Brisbane (Northgate, 1954-1955; Toowong, 1956); 4RJ Burleigh Heads (1960) - Qualifications: cc; AOCP 383, 1927, No. 42 in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), minister of religion - Electoral Rolls: clergyman (Ingham, 1917-1919); minister (Kingaroy, 1925); clergyman (Ashgrove, 1943); minister (Stanthorpe, 1949); minister of religion (New Farm, 1954); Methodist Minister (Toowong, 1958); retired (Burleigh Heads, 1963) ===''DELLIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Stephen Dellit|Dellit, Samuel Stephen]] - Licences: VK4ZSS Brisbane, VK3 Melbourne, VK1DXA Canberra - Qualifications: AOLCP Q0078, 1971 - amateur operator, broadcast DXer, broadcast planning engineer, federal public servant, radio historian (aeradio, amateur, broadcast, coastal) ===''DEMPSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter McInnes Dempsey|Dempsey, Walter McInnes "Wally"]] [https://www.familysearch.org/tree/person/details/LTQN-B69] - 1910(Vic)-2010(Vic) - Licences: 3WD Melbourne (Cheltenham, 1929-1931); 7WD Cambridge (1948); 3AZD Melbourne (Pascoe Vale, 1954); 3WD Melbourne (Pascoe Vale, 1955-1969; Oak Park, 1975); 3WD Marong (1980+) - Qualifications: AOCP 515, 1929, No. ?? in Vic; AOLCP 41, 1931; 1COCP 217, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Cheltenham, 1931; Mordialloc, 1936-1937); radio operator (Mentone, 1942); aeradio operator (Cambridge, Tas, 1949); public servant (Pascoe Vale, 1954-1968; Oak Park, 1972); retired (Marong, 1977-1980) ===''DENBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Roy Denby|Denby, Harry Roy]] [https://www.familysearch.org/tree/person/details/LJTS-LLS] - 1906(Qld)-1973(Qld) - Licences: 4FR Receive Brisbane (Brisbane City, 1923); 4AX Brisbane (Kedron, 1936-1939); 4AX Cairns (1947-1969) - Qualifications: cc; AOCP 1800, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: rubber worker (Kedron, Qld, 1936-1937; Cairns, Qld, 1943-1972) ===''DENISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Robert Denison|Denison or Dixson, Hugh Robert]] [https://www.familysearch.org/tree/person/details/L6Q5-WTC] - 1865(NSW)-1940(Vic) - born Hugh Robert Dixson; businessman, parliamentarian, philanthropist; director of Australasian Wireless Co. then Amalgamated Wireless (Australasia) - Links: [[w:Hugh Denison|Wikipedia]]; [https://adb.anu.edu.au/biography/denison-sir-hugh-robert-5955 ADB] ===''DENNEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Roy Denneen|Denneen, Harold Roy]] [https://www.familysearch.org/tree/person/details/GXQG-6YG] - 1894(NSW)-1939(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (A/g Warrant Telegraphist, 1917) - Electoral Rolls: radio telegraphist (Thursday Island, 1928-1937) ===''DENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Roy Dennett|Dennett, Phillip or Philip Roy or Ray]] [https://www.familysearch.org/tree/person/details/KNX4-D9K] - 1897(SA)-1988(Qld) - Licences: 5IV Berri (1931-1938); 4IV Camooweal (1938-1939) - Qualifications: cc; AOCP 799, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil servant (Morningside, Qld, 1943; West End, Qld, 1949-1954; Rockhampton, Qld, 1958); public servant (Morningside, Qld, 1963-1977) ===''DERHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Thomas Derham|Derham, Frederick Thomas]] - 1844(Eng)-1922(Vic) - Victorian Postmaster-General (1886-1890) ===''DERRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/V. M. Derrick|Derrick, V. M.]] - 19??(???)-19??(???) - Licences: 2VM Sydney (Bellevue Hill, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''D'EVELYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude D'Evelynes|D'Evelynes, Claude]] [https://www.familysearch.org/tree/person/details/GF39-3D8] - 1916(WA)-1985(NSW) - Licences: 6DC Harvey (1935-1939); 2TZ Sydney (Mona Vale, 1948; Clifton Gardens, 1954-1955); 9TZ Rugli via Lae (1956); 2TZ Sydney (Chatswood, 1958-1980+) - Qualifications: cc; AOCP 1488, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Harvey, WA, 1936-1937); radio engineer (Mona Vale, NSW, 1949; Mosman, NSW, 1954; Chatswood, NSW, 1958-1968); engineer (Chatswood, NSW, 1977-1980) ===''DEVITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Lane Devitt|Devitt, Raymond Lane]] [https://www.familysearch.org/tree/person/details/LB11-PTK] - 1905(Tas)-1992(WA) - Licences: 6DR Perth (Nedlands, 1937-1939) - Qualifications: cc; CPRT 990, 1928; 2COCP 287, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: service engineer (Nedlands, WA, 1931); manager (Nedlands, WA, 1949-1980) ===''DEWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Owen Dewan|Dewan, John Owen (Electoral Rolls) or Owen John (BMD)]] [https://www.familysearch.org/tree/person/details/GFML-2D4] - 1907(WA)-1980(WA) - Licences: 6JK Perth (Maylands, 1930-1931; Mt Lawley, 1933; City, 1937; North Perth, 1938-1939) - Qualifications: cc; AOCP 715, 1930, No. ?? in WA; 3COCP 188, 1936; 2COCP 99, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: butcher (Maylands, WA, 1931; North Perth, 1934-1937); teacher (East Perth, WA, 1943); trade instructor (Nedlands, WA, 1949-1980) ===''DEXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Dexter|Dexter, John Henry]] [https://www.familysearch.org/tree/person/details/G428-3PS] - 1906(Eng)-1983(Vic) - Licences: 3DR Melbourne (Northcote, 1926-1927); 3VR Melbourne (Sandringham, 1938-1939; Black Rock, 1946-1956; Parkdale, 1960-1965; Mt Eliza, 1969-1980+) - Qualifications: AOCP 241, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Northcote, 1927); engineer (Preston, 1931; Sandringham, 1942-1954); radio mechanic (Mordialloc, 1963); retired (Mt Eliza, 1968-1980) ===''DICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Dick|Dick, F.]] - abt 1883(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''DIDDAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Harlin Flower Diddams|Diddams, Robert Harlin or Harland Flower]] [https://www.familysearch.org/tree/person/details/GMZN-YJP] - 1899(Qld)-1969(Qld) - Licences: Receive Brisbane (Toowong, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bookkeeper (Toowong, Qld, 1921-1925); printer (Ashgrove, 1936-1958); retired (Kangaroo Point, Qld, 1968) ===''DILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Dillon|Dillon, Arthur Ernest "Ernie" "Ern"]] [https://www.familysearch.org/tree/person/details/G85L-HH7] - 1902(Qld)-1960(Qld) - Licences: 4CH Receive Brisbane (New Farm, 1922); 4CH Brisbane (New Farm, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (New Farm, 1925); engineer (New Farm, 1929); electrical engineer (Atherton, 1931-1932); electrician (Greenslopes, 1943-1954; Mt Gravatt, 1958) ===''DINEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Dineen|Dineen, Geoffrey John]] [https://www.familysearch.org/tree/person/details/GM8L-9R6] - 1919(Tas)-1999(Tas) - Licences: 7GD Launceston (1935-1939, 1946-1948) - Qualifications: cc; AOCP 1588, 1935, No. ?? in Tas; 3COCP 6330, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Launceston, 1949-1968) ===''DIRCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Alfred Dircks|Dircks, Alexander Alfred]] [https://www.familysearch.org/tree/person/details/GDRD-6GN] - 1858(NSW)-1929(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - senior federal public servant (PMGD, Electrical Engineer) - Electoral Rolls: Nil yet identified ===''DIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gurnhill Dixon|Dixon, Arthur Gurnhill]] [https://www.familysearch.org/tree/person/details/G826-18S] - 1896(Tas)-1966(Vic) - Licences: XZA Wynyard (1913-1914); 3JG Melbourne (Hawthorn, 1933); 3AD Melbourne (Hawthorn, 1937-1939, 1947-1948); 3AVE Melbourne (Nunawading, 1965) - Qualifications: cc; CPRT 462, 1919; 2COCP 160, 1930; 1COCP 271, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Wynyard, 1919); wireless mechanic (Hawthorn, 1934); technician (Auburn, 1936-1937); inspector (Surrey Hills, 1943-1963) - Probate: retired marine inspector (Melbourne, 1966) * [[/Arthur Lionel Dixon|Dixon, Arthur Lionel]] [https://www.familysearch.org/tree/person/details/G82F-YX7] - 1897(Eng)-1968(NSW) - Licences: 236 Sydney (Burwood, 1920); 2BS Receive Sydney (Burwood, 1922-1923); 2AD Sydney (Canterbury, 1929; Strathfield, 1930); 4AD Brisbane (Norman Park, 1931-1939) - Qualifications: cc; CPRT 202, 1916; 2COCP 288, 1930; 1COCP 170, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Concord, NSW, 1930; Norman Park, Qld, 1931-1943); RANVR (Kyeemagh, 1943); engineer (Waverton, 1949; Eastwood, 1954; Lidcombe North, 1958); managing director (Blakehurst, 1963-1968) * [[/Charles Frederick Musgrave Dixon|Dixon, Charles Frederick Musgrave]] [https://www.familysearch.org/tree/person/details/L27B-XXY] - 1894(NSW)-1986(NSW) - Licences: 2II Receive Cootamundra (1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: operator (Cootamundra, 1930-1937); telegraphist (Goulburn, 1943; Annandale, 1949-1954; Camperdown, 1958-1980) * [[/John Malcolm Dixon|Dixon, John Malcolm]] [https://www.familysearch.org/tree/person/details/GWD1-HXH] - 1922(Vic)-2008(Vic) - Qualifications: cc; Nil yet identified - broadcast planning engineer (PMGD, ABCB, P&TD); education (Scots College, 1935-1939); military (WW2, AIF, 1942-1945) - Links: [https://www.scotch.vic.edu.au/greatscot/2008decGS/74.htm Obit] * [[/Lionel Stanley Dixon|Dixon, Lionel Stanley]] [https://www.familysearch.org/tree/person/details/L1PR-QD2] - 1912(Vic)-1998(Vic) - Licences: 4LF Brisbane (Redcliffe, 1938-1939); 3TE Melbourne (Croydon, 1947-1948; Elwood, 1954-1980); 4LF Brisbane (Redcliffe, 1960-1975) - Qualifications: cc; AOCP 2177, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Glenferrie, Vic, 1934-1937); builder (Box Hill South, Vic, 1949; Elsternwick, Vic, 1954-1967; Elwood, Vic, 1972-1980) * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 2ZI Condong (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 4GF Victoria Hills, Herbert River (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Reginald Hilton Dixon|Dixon, Reginald Hilton]] [https://www.familysearch.org/tree/person/details/G82N-FQV] - 1915(NSW)-1978(NSW) - Licences: 2QD Albury (1933-1937); 2QD Armidale (1938-1939); 2QD Albury (1946-1980) - Qualifications: cc; AOCP 1216, 1933, NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Albury, Qld, 1937); telephone mechanic (Albury, 1972-1977) ===''DODDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stokell Dodds|Dodds, Sir John Stokell Snr]] [https://www.familysearch.org/tree/person/details/GMYR-2KQ] - 1906(Tas)-1975(NSW) - Licences: 7DJ Hobart (City, 1937-1939, 1946-1948) - Qualifications: cc; AOLCP 208, 1935; AOCP 1851, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (New Town, 1936-1949); manager (Wahroonga, 1954); electrical engineer (Wahroonga, 1958-1968); manager (St Ives, 1972) * [[/John William Matthew Dodds|Dodds, John William Matthew]] [https://www.familysearch.org/tree/person/details/G8NX-3CT] - 19??(???)-19??(???) - Licences: 2KK Kurri Kurri (1930-1939); 2AZD Newcastle (New Lambton, 1955-1969) - Qualifications: AOCP 644, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: miner (Kuri Kurri, 1930-1949; New Lambton, 1954-1980) * [[/Leonard Henry Dodds|Dodds, Leonard Henry "Len"]] - 1908(NSW)-1983(Qld) - 4GD Townsville (1946-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (Townsville ARC, life member), military (Navy, RAAF), employment (PMGD) * [[/Ronald George Dodds|Dodds, Ronald George]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''DODDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Doddy|Doddy, Edward Arthur]] [https://www.familysearch.org/tree/person/details/GXB7-HWS] - 1899(Tas)-1961(WA) - Licences: 6WH Perth (Claremont, 1936-1939, 1947-1960) - Qualifications: cc; AOCP 1817, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Claremont, WA, 1931-1958) ===''DOHRMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Stanley Glenville Dohrmann|Dohrmann, George Stanley Glenville]] [https://www.familysearch.org/tree/person/details/G82G-TB8] - 1902(Vic)-1985(Vic) - Licences: 3AM Receive Melbourne (Canterbury, 1922); 3AM Melbourne (Canterbury, 1922-1925) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Canterbury, Vic, 1924-1926); warehouseman (Burwood, Vic, 1931; Canterbury, 1937-1943); agriculturalist (Mt Dandenong, 1949-1954; Mooroolbark, 1968-1980) ===''DOIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Louis Doig|Doig, Norman Louis]] [https://www.familysearch.org/tree/person/details/LLSD-M17] - 1912(WA)-2014(WA)101yo - Licences: 6ND Carnamah (1937-1939); 6CB Perth (Floreat Park, 1954-1960) - Qualifications: cc; AOCP 2061, 1937, WA; 3COCP 1505, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Carnamah, WA, 1936-1937; Floreat Park, WA, 1943); telegraphist (City Beach, WA, 1949; Floreat Park, WA, 1954-1963; Wembley, WA, 1968-1972); civil servant (City Beach, WA, 1977-1980) ===''DONNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Walter Donne|Donne, Charles Walter]] [https://www.familysearch.org/tree/person/details/9V2T-FC7] - 1897(Vic)-1976(Vic) - Licences: XLO Melbourne (St Kilda, 1913-1914); 2YD Sydney (Neutral Bay, 1923-1925); 3YD Melbourne (St Kilda, 1924-1927) - Qualifications: cc; CPRT 271, 1916; 2COCP 87, 1930 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 (UK Merchant Seaman) - Electoral Rolls: radio telegraphist (St Kilda, 1919-1924); technician (St Kilda, 1925-1931); dealer (Armadale, 1934-1937); investor (Mornington, 1943); grazier (Dromana, 1949-1954); nil (Mornington, 1963-1972) - Migration: South Africa (1955-1962) ===''DOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Lawson Dook|Dook, Valentine Lawson]] [https://www.familysearch.org/tree/person/details/G7X1-NJH] - 1903(WA)-1978(WA) - Licences: 6KB Perth (Maylands, 1931-1933; Mt Hawthorn, 1937-1939, 1947-1956) - Qualifications: cc; AOCP 754, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter's assistant (East Perth, WA, 1931); oil plant attendant (Leederville, WA, 1936-1937); control room operator (Leederville, WA, 1943; Mt Hawthorn, WA, 1949); electrical foreman (Wembley, WA, 1958-1977) ===''DORWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haxton Dorward|Dorward, William Haxton, Jnr]] [https://www.familysearch.org/tree/person/details/GD77-X62] - 1901(Vic)-1937(NSW) - Licences: 3CA Receive Melbourne (Sandringham, 1922-1923); 3CA Melbourne (Sandringham, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: student (Sandringham, 1924-1926); grazier (Moama, 1930; Fort Station, Barnes, 1935-1937) ===''DOUBIKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Thomas Henry Doubikin|Doubikin, William Thomas Henry]] - 1890(Vic)-1927(Tas) - Licences: Hobart Receive 1920s, early wireless experimenter (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, Councillor, 1924), passed too soon ===''DOUDNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Doudney|Doudney, Herbert William]] [https://www.familysearch.org/tree/person/details/MQDH-R32] - 1873(Eng)-1963(Vic) - Licences: 3EM Receive Melbourne (Balaclava, 1922); 3EM Melbourne (Balaclava, 1923-1927) - Qualifications: cc; AOCP 63, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; minister of religion (Holy Trinity Church) - Electoral Rolls: vicar (St Kilda, 1924-1942); nil (Caulfield, 1949-1954; Elsternwick, 1963) ===''DOUGLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gavin Cunningham Douglas|Douglas, Gavin Cunningham]] [https://www.familysearch.org/tree/person/details/G99J-KJ4] - 1912(Vic)-1992(Vic) - Licences: 3YK Melbourne (Bayswater, 1931-1939, 1947-1950+; Blackburn, 1954; Canterbury, 1955-1960+; Surrey Hills, 1965-1980+) - Qualifications: cc; AOCP 743, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Bayswater, 1935-1949); sales representative (Canterbury, 1963; Surrey Hills, 1968-1980) * [[/Gordon Adye Douglas|Douglas, Gordon Adye]] [https://www.familysearch.org/tree/person/details/LRVY-WLJ] - 1878(Tas)-1957(Tas) - Licences: 7BC Receive Gormanston (1923); Receive Gormanston (1923); 7GD Gormanston (1924-1927+) - Qualifications: cc; AOCP 34, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; mining engineer - Electoral Rolls: mining engineer (Gormanston, 1914-1928); draughtsman (Queenstown, 1936); geological surveyor (Queenstown, 1937-1943); no occupation (Hobart South, 1949; Blackman's Bay, 1954) * [[/Hugh Alexander McKay Douglas|Douglas, Hugh Alexander McKay "Harry"]] [https://www.familysearch.org/tree/person/details/LV3Y-3W4] - 1889(Eng)-1951(NSW) - Licences: 2HD (Class B) Newcastle (1926) - Qualifications: cc; Nil yet identified - Class B broadcaster; witness to Royal Commission 1927 (as a Listener) - Electoral Rolls: chauffeur (Newcastle, 1913); vulcaniser (Hamilton, 1930-1935); manager (Newcastle, 1936-1937); engineer (Mayfield, 1943; Hamilton, 1949) ===''DOWDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Lorens Thomas Dowding|Dowding, Philip Lorena or Loreno or Lorens Thomas]] [https://www.familysearch.org/tree/person/details/GZH8-Z6D] - 1901(Tas)-19??(Vic) - Licences: 7AC Receive Hobart (Moonah, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Moonah, 1922); electrician (St Kilda, 1926-1931; Prahran, 1934; Melbourne, 1937; St Kilda, 1943-1949); electrical foreman (Eildon, 1954) ===''DOWNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Downie|Downie, Frederick William]] [https://www.familysearch.org/tree/person/details/K8Y2-LQ8] - 1879(Vic)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Victoria Police (wireless department, senior constable); witness to Royal Commission 1927 (obo VPF) - Electoral Rolls: labourer (Broadford, 1903); constable (North Carlton, 1909-1924); senior constable (Preston, 1927-1936) ===''DOWNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Evan Downing|Downing, William Evan]] [https://www.familysearch.org/tree/person/details/LHV4-K46] - 1874(Vic)-1948(Vic) - Licences: 3LQ Receive Warrnambool (1923); 3LQ Warrnambool (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: brassfounder (Warrnambool, 1912-1937) ===''DOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Laurence Doyle|Doyle, Herbert Laurence]] [https://www.familysearch.org/tree/person/details/G8VG-WVC] - 1894(Vic)-1945(Vic) - Licences: 3HD Melbourne (Malvern, 1930-1931); 3CR Melbourne (Malvern, 1933; Kooyong, 1937; Frankston, 1938-1939) - Qualifications: AOCP 697, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: independent means (St Arnaud, 1924); grazier (Malvern East, 1925-1927); clerk (Malvern East, 1931-1937); home duties (Malvern, 1943) ===''DRAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James George Drake|Drake, James George]] - 1850(Eng)-1941(Qld) - military (Qld Defence Force, 1880s & 1890s), state politician (Qld MLA, 1880s & 1890s), politician (Postmaster-General 1901-1903) ===''DRANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Edward Draney|Draney, Walter Edward]] [https://www.familysearch.org/tree/person/details/9KLP-VT7] - 1896(Qld)-1983(Qld) - Licences: Receive (Valve) Brisbane (Greenslopes, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: electrician (Milton, Qld, 1919; Greenslopes, Qld, 1921-1928; Tully, Qld, 1937; Toowoomba, Qld, 1954; Toowoomba West, Qld, 1958-1977); retired (Drayton, Qld, 1980) ===''DREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred John Drew|Drew, Alfred John]] [https://www.familysearch.org/tree/person/details/GXLB-1HH] - 1907(SA)-1993(SA) - Licences: 5LN Adelaide (Kensington, 1933-1939; Erindale, 1947-1980+) - Qualifications: cc; AOCP 1078, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Erindale, SA, 1943) ===''DU FEU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Albert James Du Feu|Du Feu, Maurice Albert James]] [https://www.familysearch.org/tree/person/details/GF3M-V9D] - 1917(WA)-2010(NSW) - Licences: 6DF Perth (Subiaco, 1937-1939, 1947-1948; West Perth, 1954-1956; Floreat Park, 1960-1965); 6DU Perth (West Perth, 1948); 2BMD Sydney (Lindfield, 1969+) - Qualifications: cc; AOCP 1875, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: company director (West Perth, WA, 1943; Subiaco, WA, 1949); manager (West Perth, WA, 1954; Floreat Park, WA, 1958-1968); retired (Lindfield, NSW, 1972-1980) ===''DUBOIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Louis Dubois|Dubois, Paul Louis]] [https://www.familysearch.org/tree/person/details/GXZQ-QN3] - 1918(NSW)-1996(Qld) - Licences: 4UJ Brisbane (Rosalie, 1936-1939; Holland Park, 1946-1947; South Brisbane, 1948; Highgate Hill, 1954-1960; Bardon 1960); 4PL Brisbane (Bardon 1980+) - Qualifications: cc; AOCP 1677, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; senior public servant (PMGD, Telstra) - Electoral Rolls: engineer (Rockhampton, Qld, 1943; South Brisbane, Qld, 1949); public servant (Highgate Hill, Qld, 1954-1958); engineer (Bardon, Qld, 1958-1977); manager telecommunications (New Farm, Qld, 1980) ===''DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Duff, William Vere Hobart]] [https://www.familysearch.org/tree/person/details/GMZC-JGP] - 1893(Vic)-1970(Vic) - Licences: 3DB Receive Melbourne (Malvern East, 1922); 3DB Melbourne (Malvern East, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: electrical engineer (Malvern East, 1914); engineer (Malvern East, 1919-1924; Glenferrie, 1931-1937; Toorak, 1943-1954; Harkaway, 1958-1968) ===''DUFFY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Duffy|Duffy, John]] [https://www.familysearch.org/tree/person/details/GXCB-QKJ] - 1907(NSW)-1993(NSW) - Licences: 2AQ Sydney (Redfern, 1933; Woollahra, 1934; Rose Bay, 1935-1937); 4AQ Brisbane (Grange, 1938); 2AQ Sydney (Bondi, 1939, 1946-1950) - Qualifications: cc; AOCP, not yet identified; AOLCP 264, 1936; TVOCP 54, 1957 - amateur operator; amateur broadcaster - Comment: several contemporaneous JDs, needs review - Electoral Rolls: manager (Woollahra, NSW, 1934); engineer (Vaucluse, NSW, 1935); * [[/Maurice Boyce Duffy|Duffy, Maurice Boyce "Morrie"]] [https://www.familysearch.org/tree/person/details/LRYK-S76] - 1886(Vic)-1957(Vic) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/duffy-maurice-boyce-morrie-6030 ADB] * [[/William Oswald Duffy|Duffy, William Oswald]] [https://www.familysearch.org/tree/person/details/GD52-2Q2] - 1861(Eng)-1916(Tas) - Licences: XZO Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: signalman (Battery Point, 1914) ===''DUGGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry George Duggan|Duggan, Harry George]] [https://www.familysearch.org/tree/person/details/LT9H-8LW] - 1905(Vic)-1994(Vic) - Licences: 3XI Warrnambool (1930-1965); 3AXI Warrnambool (1965-1969); 3XI Garvoc (1965-1969) - Qualifications: AOCP 592, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Warrnambool, 1931-1954); engineer (Warrnambool, 1963-1968) ===''DUKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon William Dukes|Dukes, Gordon William]] [https://www.familysearch.org/tree/person/details/G3RY-PGT] - 1909(NSW)-2001(NSW) - Licences: 2WD Sydney (Forest Lodge, 1930-1939; Strathfield, 1946-1950; Homebush, 1954-1956; Cremorne, 1957-1958; Lane Cove, 1960-1980+) - Qualifications: AOCP 571, 1930, No. ?? in NSW; AOLCP 139, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glebe, 1933-1937); radio engineer (Homebush, 1943-1949); engineer (Cremorne, 1954-1958); technician (Lane Cove, 1963-1980) ===''DUNDAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Loftus Dundas|Dundas, Reginald Loftus]] [https://www.familysearch.org/tree/person/details/GXC2-8LM] - 1915(Qld)-1980(Qld) - Licences: 4DU Crawford, Kingaroy Line (1937-1939) - Qualifications: cc; AOCP 1990, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Theodore, Qld, 1937); labourer (Crawford, Kingaroy Line, Qld, 1949-1972); farmer (Torquay, Qld, 1977) ===''DUNLEAVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Francis Dunleavy|Dunleavy, Joseph Francis]] - 19??(???)-19??(???) - Licences: 3JD Melbourne (St Kilda, 1929-1933) - Qualifications: AOCP 508, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (St Kilda, 1924); electrical fitter (Melbourne, 1926; South Yarra, 1931); fitter (St Kilda, 1934) ===''DUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Dunn|Dunn, Richard]] [https://www.familysearch.org/tree/person/details/GDSN-T31] - 1898(NSW)-1986(NSW) - Licences: 2GU Receive Sydney (South Kensington, 1922); 2GU Sydney (South Kensington, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: coachbuilder (Kensington, 1930-1943); manager (Kingsford, 1958); retired (The Entrance, 1963-1980) ===''DUNSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter John Dunstan|Dunstan, Walter John]] [https://www.familysearch.org/tree/person/details/GZXJ-Y3V] - 1904(Vic)-1927(Vic) - Licences: 3JR Receive Ballarat (1922); 3JR Ballarat (1923-1927) - Qualifications: cc; AOCP 106, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Comment: gone too soon - Relationships: brother of William Dunstan, Victoria Cross - Electoral Rolls: student (Ballarat East, 1927) ===''DURBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Keep Durbridge|Durbridge, William Keep]] [https://www.familysearch.org/tree/person/details/GXDN-Z4B] - 1908(WA)-1977(Vic) - Licences: 4FS Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Innisfail, Qld, 1930); clerk (Teneriffe, Qld, 1936-1937); bookkeeper (Dundoo Station, Eulo, Qld, 1937); no occupation (St Kilda, Vic, 1963-1972; Melbourne, Vic, 1977) ===''DUTHOIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert George Duthoit|Duthoit, Albert George]] [https://www.familysearch.org/tree/person/details/GQ94-V82] - 1901(Tas)-1970(Vic) - Licences: Receive (Valve) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical engineer (Waddamana, 1928); labourer (Croydon North, 1931); no occupation (Armadale, 1931); engineer (Hobart South, 1936); electrical engineer (Armadale, 1935-1943); clerk (Ivanhoe, 1949; Oakleigh, 1954; Malvern, 1958); nil (Malvern, 1967-1968) ===''DUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Henry Dutton|Dutton, Thomas Henry]] [https://www.familysearch.org/tree/person/details/LJG1-LRN] - 1862(Eng)-1941(Qld) - Licences: Receive (Crystal) Brisbane (Fortitude Valley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: painter (Rockhampton, Qld, 1903-1905); commission agent (Bowen Hills, Qld, 1908-1909); printer (Valley, Qld, 1913); traveller (Teneriffe, Qld, 1915-1937) =='''E'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''EARLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Edwin Earle|Earle, Frank Edwin]] [https://www.familysearch.org/tree/person/details/G8YV-B62] - 1900(SA)-1967(SA) - Licences: 5BD Adelaide (St Peters, 1923-1928) - Qualifications: cc; CPRT 823, 1924 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Erasmus Earle|Earle, Robert Erasmus]] [https://www.familysearch.org/tree/person/details/GDLX-NC1] - 1894(Eng)-1979(WA) - Licences: 6LC Perth (Floreat Park, 1969-1975) - Qualifications: AOCP 4390, 1966, WA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Floreat Park, 1954-1977) ===''EASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Easter|Easter, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GX2L-656] - 1914(SA)-1983(???) - Licences: 5RO Montieth (1933); 5RO Port Elliot (1937); 5RO Moonta (1938) - Qualifications: cc; AOCP 1111, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Moonta, SA, 1939-1947) - Links: [https://vwma.org.au/explore/people/532330 VWM] ===''EASTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Spencer Easton|Easton, Frederick William Spencer]] [https://www.familysearch.org/tree/person/details/GZ2N-7XD] - 1914(NSW)-1944(PNG) - licences: 2BQ Sydney (Bondi, 1931-1935; Bellevue Hill, 1936-1939) - qualifications: AOCP 846, 1931, No. ?? in NSW - amateur operator, WW2 - electoral rolls: projectionist (Rose Bay, 1936-1943) - "Greater love hath no man than this" ===''EDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Ede|Ede, Charles Frederick or Friederick]] [https://www.familysearch.org/tree/person/details/GS7D-PYL] - 1885(Qld)-1970(Qld) - Licences: Receive Brisbane (Wellington Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Toowong, Qld, 1908; Albion, Qld, 1912-1921); assistant secretary (Manly, Qld, 1925-1963); retired (Wynnum North, 1968) ===''EDGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Waldene Edgar|Edgar, Douglas Waldene]] [https://www.familysearch.org/tree/person/details/L5XS-K4X] - 1895(WA)-1966(WA) - Licences: 6DW New Norcia (1927-1931) - Qualifications: cc; AOCP 314, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Gingin, 1922; New Norcia, 1925-1954); retired (Nedlands, 1958-1963) * [[/John Matheson Edgar|Edgar, John Matheson]] [https://www.familysearch.org/tree/person/details/LB42-K1G] - 1881(Vic)-1960(Vic) - Licences: Receive Geelong (1923); 3YW Geelong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Training College, Carlton, 1903); state school teacher (Ballarat, 1909); teacher (Ballarat, 1913-1914; Geelong, 1917-1924; Essendon, 1925-1954) * [[/Mervyn John Edgar|Edgar, Mervyn John or John Mervyn "Jack"]] [https://www.familysearch.org/tree/person/details/GX4W-647] - 1913(NSW)-2004(Qld) - Licences: 4JE Brisbane (Kangaroo Point, 1934-1939) - Qualifications: cc; AOCP 1302, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, Radio Location Unit); radio retailing (Tracksons) - Electoral Rolls: shop assistant (Kangaroo Point, Qld, 1937); salesman (Kedron, Qld, 1943-1949); shop assistant (Bulimba, Qld, 1958-1980) ===''EDWARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Patrick Joseph Edwards|Edwards, Frederick Patrick Joseph]] [https://www.familysearch.org/tree/person/details/GFSX-5YG] - 1918(WA)-2004(WA) - Licences: 6DN Merredin (1938-1939); 6DN Perth (West Perth, 1947-1965; Ardross, 1969) - Qualifications: cc; AOCP 2127, 1938, WA; BOCP 278, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: clerk (Merredin, WA, 1943); wireless operator (West Perth, WA, 1943-1954; Perth, WA, 1958-1968); clerk (Ardross, WA, 1972-1980) * [[/H. E. Edwards|Edwards, H. E.]] - 19??(???)-19??(???) - Licences: 5RN Adelaide (Croydon, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert John Edwards|Edwards, Herbert John]] [https://www.familysearch.org/tree/person/details/GXF5-KP8] - 1894(Eng)-19??(???) - Licences: 4KR Willis Island (1937) - Qualifications: cc; CPRT 802, 1923; 2COCP 18, 1929; 1COCP 208, 1931 - amateur operator; amateur broadcaster - Comment: several contemporaneous HJEs - Electoral Rolls: wireless operator (Rose Bay, NSW, 1930-1933); radio operator (Lord Howe Island, NSW, 1949); communication officer (Rose Bay, NSW, 1954) ===''EGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mavis Evelyn Egan|Fogg nee Egan, Mavis Evelyn or Evelene]] [https://www.familysearch.org/tree/person/details/GW8N-1JK] - 1900(Tas)-1995(Tas) - Licences: Receive (Crystal) Stanley (1923) - Qualifications: cc; Nil yet identified - amateur receiver (YL) - Electoral Rolls: clerk (Stanley, 1928); home duties (Wynyard, 1936-1943; Smithton, 1949; Sale, Vic, 1954; Cohuna, 1963; Devonport, 1972) ===''EGGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Percy Eggleton|Eggleton, Eric Percy]] [https://www.familysearch.org/tree/person/details/GSTZ-5G9] - 1903(Qld)-1979(Qld) - Licences: 4DA Receive Toowoomba (1923-1924); 4DA Toowoomba (1925-1931) - Qualifications: cc; AOCP 81, 1925, No. 9 in Qld - amateur receiver; amateur operator; amateur broadcaster; employment (QATB) - Electoral Rolls: machinist (Toowoomba, 1925-1926); ambulance bearer (Toowoomba, 1931); ambulance superintendent (Dayboro, 1936-1943; Charleville, 1949-1958; Stanthorpe, 1963); retired (Caloundra, 1968-1977) ===''ELDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Mackenzie Elder|Elder, James Alexander Mackenzie]] [https://www.familysearch.org/tree/person/details/97W3-7FL] - 1869(Sct)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Awards: KBE - Electoral Rolls: manager (Essendon, 1905); merchant (Moonee Ponds, 1908-1909); director (South Yarra, Vic, 1936-1943) - Links: [https://adb.anu.edu.au/biography/elder-sir-james-alexander-6099 ADB] ===''ELLERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lewis John Ellery|Ellery, Robert Lewis John]] - 1827(Eng)-1908(Vic) - early telephone experimenter, Vic Government Astronomer ===''ELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Neville Elliott|Elliott, Robert Neville]] [https://www.familysearch.org/tree/person/details/GXXN-PPJ] - 1907(Qld)-1979(Qld) - Licences: 4DW Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Toowoomba, Qld, 1936-1937); company manager (Toowoomba, Qld, 1949); chartered accountant (Toowoomba, Qld, 1954-1963); accountant (Brisbane, Qld, 1968); chartered accountant (Toowoomba, Qld, 1972); accountant (Toowoomba, Qld, 1977) * [[/Ronald Donovan Elliott|Elliott, Ronald Donovan]] [https://www.familysearch.org/tree/person/details/G799-LTX] - 1910(SA)-1978(SA) - Licences: 5RD Adelaide (Lower Mitcham, 1931-1933; Da Costa Park, 1937; Kirkcaldy, 1938-1939) - Qualifications: cc; AOCP 758, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: solicitor (Kirkcaldy, SA, 1939; Westbourne Park, 1941-1943) * [[/Thomas Murray Browse Elliott|Elliott, Thomas Murray Browse "Tom"]] [https://www.familysearch.org/tree/person/details/G3W8-947] - 1899(Qld)-1971(Qld) - Licences: 4CM Brisbane (City, 1946-1969); operator of Valentine's 4CM licence 1925-1939 - Qualifications: cc; AOCP 72, 1925, No. 6 in Qld - amateur operator; amateur broadcaster; early television experimenter - Electoral Rolls: clerk (Fortitude Valley, 1921); salesman (Brisbane City, 1925-1931); sound engineer (Observatory, 1937-1943); company manager (City, 1949-1958); retired (Burleigh Heads, 1963-1968) ===''ELLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Austin Ellis|Ellis, Clive Austin]] [https://www.familysearch.org/tree/person/details/G86V-9HT] - 1912(Vic)-1972(Vic) - Licences: 3LZ Melbourne (Williamstown, 1930-1931; Caulfield, 1933-1939; Newport, 1946-1956; Moorabbin, 1960-1969) - Qualifications: AOCP 598, 1930, No. ?? in Victoria - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1937; Newport, 1943-1954); valuer (Moorabbin, 1958-1972) * [[/John Osborne Ellis|Ellis, John Osborne]] [https://www.familysearch.org/tree/person/details/GHTM-Q42] - 1910(Eng)-1999(SA) - Licences: Nil identified - Qualifications: AOCP 522, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Kimba, 1939-1943) ===''ELSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Robert Elsbury|Elsbury (adopted) or Wilson Bowman (biological), Cyril Robert]] [https://www.familysearch.org/tree/person/details/GFMG-5CW] - 1897(Qld)-1961(WA) - Licences: 6JE Kalgoorlie (1934-1939); 6JE Fimiston (1947-1956); 6JE Nornalup (1960) - Qualifications: cc; AOCP 1372, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (Kalgoorlie, WA, 1922); mine timekeeper (Kalgoorlie, WA, 1925-1943); assistant accountant (Fimiston, WA, 1949-1954); mine paymaster (Kalgoorlie, WA, 1958) ===''ELWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Gregory Elworthy|Elworthy, Colin Gregory "Col"]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''EMBLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Stewart Austin Embling|Embling, Stewart Austin]] [https://www.familysearch.org/tree/person/details/GZGH-YQM] - 1907(Vic)-1998(Vic) - Licences: Receive (Valve) Melbourne (Toorak, 1923-1925); 3DC Melbourne (Toorak, 1926-1939) - Qualifications: AOCP 236, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Toorak, 1931-1943); assurance officer (Toorak, 1949-1980) ===''EVANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Hubert Evans|Evans, Albert Henry Hubert]] [https://www.familysearch.org/tree/person/details/GH8N-BFX] - 1894(SA)-1981(SA) - Licences: XVD Adelaide (Mile End, 1913) - Qualifications: cc; CPRT 255, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: assistant manager (Woollahra, 1949) * [[/Griffith Benjamin Evans|Evans, Griffith Benjamin]] [https://www.familysearch.org/tree/person/details/GXQN-HL3] - 1877(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS - Electoral Rolls: naval telegraphist (Eden Vale, Vic, 1914-1915); telegraphist (Coburg, Vic, 1919); retired (Vaucluse, NSW, 1954-1963) * [[/Percy Evans|Evans, Percy]] [https://www.familysearch.org/tree/person/details/G84B-DKL] - 1894(Eng)-1976(Vic) - Licences: 2OW Sydney (Kensington, 1928-1929; Randwick, 1930-1931); 3OZ Melbourne (Glen Iris, 1947-1948; Boronia, 1948; North Ringwood, 1954-1975) - Qualifications: AOCP 458, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: sales manager (Kensington, 1930); salesman (Randwick, 1930-1931); sales manager (Camberwell, 1933-1937; Glen Iris, 1949); manager (Ringwood, 1954-1972) * [[/R. Evans|Evans, R.]] - 19??(???)-19??(???) - Licences: 2SP Sydney (Clovelly, 1923-1927) - Qualifications: AOCP 265, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: * [[/Thomas Evan Evans|Evans, Thomas Evan]] [https://www.familysearch.org/tree/person/details/GZJ7-S1L] - 1904(NZ)-1942(At Sea) - 3EV Melbourne (East St Kilda, 1925-1927), 9EV Rabaul (1933+), amateur operator (AOCP 160, 1925, No. ?? in Vic), amateur broadcaster, medical assistant, technical assistant, Civilian POW captured at Rabaul, died on board the "Montevideo Maru" when it was torpedoed and sunk en route from Rabaul to Hainan, where Thomas was destined for forced labour. * [[/Trevor Elliott Evans|Evans, Trevor Elliott]] [https://www.familysearch.org/tree/person/details/GZJQ-GRC] - 1903(Vic)-1979(Vic) - 3KD Receive Melbourne (East Brunswick, 1922-1924), 3RK Melbourne (East Brunswick, 1925-1933; Pascoe Vale, 1937-1939), amateur operator (AOCP 159, 1925, No. ?? in Vic), amateur broadcaster, electrician (East Brunswick, 1931), contractor (Pascoe Vale, 1972) * [[/Trevor Frederick Evans|Evans, Trevor Frederick]] [https://www.familysearch.org/tree/person/details/L292-N4L] - 1902(NSW)-1978(NSW) - 2NS Blayney (1925-1929), 2NS Bathurst (1930-1939, 1946-1975+), amateur operator (AOCP 113, 1925, No. ?? in NSW), amateur broadcaster, broadcast engineer (BOCP 19, 1936) (2BS) ===''EVERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Every|Every, George Edward]] [https://www.familysearch.org/tree/person/details/LDSS-VT4] - 1894(Eng)-1961(Vic) - Licences: 7GE Hobart (1931); 3GE Queenscliff (1937-1939); 3GE Balcombe (1947-1948); 3GE Carrum (1954-1956); 3GE Bonbeach (1960-1969+) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military instructor; WW1 (UK) - Electoral Rolls: silver mounter (Ivanhoe, Vic, 1919); soldier (Launceston, 1922; Hobart South, 1922); military instructor (Hobart South, 1928); soldier (Queenscliff, Vic, 1935-1937); military officer (Albury, NSW, 1943; Victoria Park, Qld, 1949); clerk (Frankston, 1949); accountant (Carrum, 1954) ===''EWING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Thomson Ewing|Ewing, Thomas Thomson]] - 1856(NSW)-1920(NSW) - state politician (NSW MLA), federal politician (MHR, acting Postmaster-General) ===''EXTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Walter Exton|Exton, George Walter]] [https://www.familysearch.org/tree/person/details/K8QY-5XH] - 1882(NSW)-1970(Qld) - Licences: 2CZ Lismore (1922-1930) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast proprietor and engineer (2XN Lismore) - Electoral Rolls: electrician (Lismore, NSW, 1930-1963); retired (Saddlers Crossing, Qld) =='''F'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''FABER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Thomas Faber|Faber, William John Thomas "Bill"]] - 19??(???)-1976(Qld) - 4WF Ayr (-1938+), Brisbane (Kedron, -1948-1949+) , amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''FAGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Reginald Joseph Fagan|Fagan, William Reginald Joseph "Reg"]] [https://www.familysearch.org/tree/person/details/KLF3-QPM] - 1883(NSW)-1944(NSW) - Licences: 2RJ Receive Mandurama (1922); 2RJ Mandurama (1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio station (director, 2SM) - Electoral Rolls: grazier (Mandurama, 1913-1943) ===''FAIRHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allen Fairhall|Fairhall, Allen]] [https://www.familysearch.org/tree/person/details/LZB3-PKT] – 1909(NSW)-2006(NSW) – Licences: 2KB Newcastle (Hamilton, 1928–1929; New Lambton, 1930–1931; Cooks Hill, 1933–1934; City, 1935; Cooks Hill, 1937; City, 1938–1939; Hamilton, 1946–1961; City, 1965-1980+); 2AKL Paterson (1948–1958) – Qualifications: AOCP 391, 1928, No. ?? in NSW; AOLCP 23, 1930 – amateur operator, amateur broadcaster, proprietor 2KO Newcastle, WW2 – Electoral Rolls: radio engineer (New Lambton, 1931–1932); manager (Newcastle, 1933–1949); primary producer (Trevallyn, 1954); M.H.R. (Newcastle, 1958); member of parliament (Newcastle, 1963–1968); manager (Newcastle, 1972–1980) - [[w:Allen Fairhall|Wikipedia]] ===''FALCONER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Illman Falconer|Falconer, Charles Illman]] [https://www.familysearch.org/tree/person/details/GZK9-PJ6] – 1885(Vic)-1962(NSW) – Receive (Valve) Melbourne (Canterbury, 1923–1924), 3CF Melbourne (East Malvern, 1925–1926; Canterbury, 1927; Surrey Hills, 1931–1939, 1946–1954), 2AUF Terrigal (1955–1961), amateur operator (AOCP 204, 1925, No. ?? in Vic), amateur broadcaster, engineer (Clifton Hill, 1909), mechanic (Fitzroy, 1914), engineer (Canterbury, 1915–1949), retired (Terrigal, 1958–1963) ===''FALLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyle Clifford Falls|Falls, Lyle Clifford]] [https://www.familysearch.org/tree/person/details/GDLC-1VR] - 1899(Vic)-1945(Vic) - Licences: 3DL Receive Melbourne (Caulfield, 1922); 3DL Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: student (Caulfield, 1924-1925); instructor (Kew, 1926-1943) ===''FANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Fanning nee Harriss, Dorothy Winnifred – see Harriss, Dorothy Winnifred (Fanning) ===''FANSHAWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Dalrymple Fanshawe|Fanshawe, Arthur Dalrymple]] [https://www.familysearch.org/tree/person/details/GM7D-QY6] – 1847(Eng)-1936(Eng) – Admiral of UK Fleet, Commander-in-Chief Australia Station – Links: [[w:Arthur Dalrymple Fanshawe|Wikipedia]] ===''FARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell George Farmer|Farmer, Maxwell George]] [https://www.familysearch.org/tree/person/details/GXG1-SHR] - 1916(SA)-1991(SA) - Licences: 5GF Adelaide (Knoxville, 1933-1939; North Norwood, 1947-1948; Adelaide City, 1954-1956; Plympton, 1960-1980+); 5GY Portable Adelaide (Knoxville, 1938-1939) - Qualifications: cc; AOCP 1217, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Knoxville, SA, 1939-1943) ===''FARRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Howard Farrell|Farrell, John Howard]] [https://www.familysearch.org/tree/person/details/GXWT-CJT] - 1913(Qld)-1975(Qld) - Licences: 4WJ Brisbane Windsor, 1933-1939; Chermside, 1946-1948); 4WJ Quilpie (1954-1960); 4WJ Somerset Dam (1965-1975) - Qualifications: cc; AOCP 1103, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Windsor, 1936-1937); electrical engineer (Chermside, 1943-1949; Quilpie, 1954-1958); superintendent (Somerset Dam, 1963-1972) ===''FAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Harold Faul|Faul, Albert Harold]] [https://www.familysearch.org/tree/person/details/GZTD-S74] – 1907(NSW)-1979(NSW) – Licences: Receive Melbourne (St Kilda, 1923–1924); 3AH Melbourne (St Kilda, 1926–1927) – Qualifications: AOCP 288, 1926, No. ?? in Vic – amateur operator, amateur broadcaster – Electoral Rolls: student (St Kilda, 1931–1934); lecturer (Camberwell, 1936); engineer (Bellevue Hill, 1936–1937; Camberwell, 1943); company director (Killara, 1949–1977) ===''FAULKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Wollas Faulks|Faulks, Richard Wollas "Wol"]] [https://www.familysearch.org/tree/person/details/LCD3-BQ3] - 1902(NSW)-1978(NSW) - Licences: 2WF Sydney (Ashfield, 1929-1931; Hurlstone Park, 1933; Canterbury, 1934-1939) - Qualifications: AOCP 557, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Ashfield, 1930; Canterbury, 1933-1977) ===''FAWKNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Pascoe Robert Fawkner|Fawkner, Ernest Pascoe Robert]] [https://www.familysearch.org/tree/person/details/GDYB-YKW] - 1901(Tas)-1954(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: manager (Kings Meadows, 1928); furniture manufacturer (South Launceston, 1936) ===''FEENAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Leo Michael John Feenaghty|Feenaghty, Leo Michael John]] [https://www.familysearch.org/tree/person/details/LYG2-RMT] - 1900(Qld)-1997(Qld) - Licences: 4LJ Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 291, 1926, No. 28 in Qld - amateur operator; amateur broadcaster; radio club administrator; state public servant - Electoral Rolls: public servant (Wooloowin, 1925-1931); assistant secretary (Ashgrove, 1936-1958); public servant (Highgate Hill, 1963); retired (Isle of Capri, 1972-1980) ===''FELDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Feldman|Feldman, John Frederick Jnr]] [https://www.familysearch.org/tree/person/details/GZNZ-5DH] - 1905(Vic)-1987(Vic) - 3QH Receive Geelong (South Geelong, 1923-1924), 3QH Geelong (South Geelong, 1925-1939), amateur operator (AOCP 140, 1925, No. ?? in Qld), amateur broadcaster, bricklayer ===''FELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Frederick Fell|Fell, Evan Frederick]] [https://www.familysearch.org/tree/person/details/GXH4-FTW] - 1914(Qld)-1994(Qld) - Licences: 4EF Brisbane (Ashgrove, 1932-1939); 4EF Barcaldine (1946-1948); 4EF Mackay (1954-1955); 4EF Brisbane (Ashgrove, 1956; Bardon, 1960-1980+) - Qualifications: cc; AOCP 978, 1932, No. ?? in Qld; AOLCP 175, 1934 - amateur operator; amateur broadcaster; WW2; state public servant (inspector); property developer - Electoral Rolls: clerk (Ashgrove, Qld, 1936-1943); engineer (Townsville, Qld, 1949; Mackay, Qld, 1954); public servant (Bardon, Qld, 1958-1977) ===''FELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/L. C. Fells|Fells, L. C.]] - 19??(???)-19??(???) - Licences: 3DL Melbourne (Caulfield, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''FELTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Felton|Felton, William Robert]] [https://www.familysearch.org/tree/person/details/G8M5-C2J] - 1897(NSW)-1956(NSW) - Licences: 2RF Sydney (Petersham, 1927-1929; Belmore, 1930-1939, 1946-1956); 2RT Sydney (Kogarah, 1937) - Qualifications: AOCP 366, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: radio engineer (Belmore, 1930-1934); engineer (Belmore, 1936-1937); soldier (Belmore, 1943); radio technician (Belmore, 1949-1954) ===''FERGUSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Angus Ferguson|Ferguson, Colin Angus]] [https://www.familysearch.org/tree/person/details/L1DH-9KM] - 1917(SA)-2009(SA) - Licences: 5CJ Mt Gambier (1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1994, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Mt Gambier, SA, 1939-1943) * [[/Cyril E. Ferguson|Ferguson, Cyril E.]] - 1893(NZ)-19??(???) - commercial operator (1COCP 2, 1914, No. 2 in Aus) - coastal station operator? ===''FERRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Walter Cecil Ferrall|Ferrall, Edgar Walter Cecil]] [https://www.familysearch.org/tree/person/details/GQMF-G97] - 1898(Tas)-1971(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Launceston, 1919-1949); inspector (Kingston Beach, 1954) ===''FERRICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Bernard Ferricks|Ferricks, Michael Bernard "Bernie"]] [https://www.familysearch.org/tree/person/details/L58X-S4X] - 1914(Qld)-1992(Qld) - Licences: 4UW Brisbane (Fortitude Valley, 1935-1939) - Qualifications: cc; AOCP 1471, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Valley, Qld, 1936-1937); chemist (Northgate, Qld, 1949-1977); retired (Cairns, Qld, 1980) ===''FIEDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Victor Fiedler|Fiedler, Leslie Victor]] [https://www.familysearch.org/tree/person/details/KHNW-3JZ] - 1906(SA)-1969(WA) - Licences: 5SL Adelaide (Woodville, 1927-1933), 5SL Moonta (1937-1939) - Qualifications: cc; AOCP 353, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Henley, 1939-1943); theatre manager (Belmont, 1949); film exhibitor (Mt Lawley, 1958); company director (Mt Lawley, 1963-1968) ===''FIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph William Field|Field, Ralph William]] [https://www.familysearch.org/tree/person/details/G86V-Q5T] - 1915(Vic)-2007(Vic) - Licences: 3RF Melbourne (Caulfield, 1930-1939; Ormond, 1946-1948); 3LJ Melbourne (Ormond, 1954-1960) - Qualifications: AOCP 599, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: compositor (Caulfield, 1937); machinist (Bentleigh, 1942-1977) ===''FILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Crawford Files|Files, Jack Crawford]] [https://www.familysearch.org/tree/person/details/GXWG-JWJ] - 1907(Qld)-1967(Qld) - Licences: 4JF Brisbane (Buranda, 1932-1935; Coorparoo, 1936-1939; Buranda 1946-1965) - Qualifications: cc; AOCP 1055, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, QSL manager); journalist (Teleradio, WIA Notes); accountant - Electoral Rolls: sheet metal worker (Buranda, Qld, 1931-1934; Coorparoo, Qld, 1936-1937); metal worker (Buranda, Qld, 1943-1963) ===''FILMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Le Roy Drowley Filmer|Filmer, Le Roy Drowley]] [https://www.familysearch.org/tree/person/details/GZNF-2Z7] - 1902(NSW)-1976(NSW) - 2FT Newcastle (Toronto, 1925-1930; Hamilton South, 1931), amateur operator (AOCP 148, 1925, No. ?? in NSW), amateur broadcaster, metallurgist ===''FINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Edward Finch|Finch, Alan Edward]] [https://www.familysearch.org/tree/person/details/G6M4-987] - 1915(Tas)-1974(Vic) - Licences: 7CJ Launceston (Mowbray Heights, 1935-1939); 7CJ Hobart (New Town, 1946-1954); 7CJ Kelso (1955-1956); 3AEO Shepparton (1960-1975) - Qualifications: cc; AOCP 1575, 191935, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (St Leonards, 1936-1937); mechanic (New Town, 1943-1954); public servant (Radio Australia, Shepparton, Vic, 1963-1968); technician (Shepparton, 1972) ===''FINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Warren Finn|Finn, Leonard Warren]] [https://www.familysearch.org/tree/person/details/GX2K-4P6] - 1914(SA)-1999(SA) - Licences: 5SP Adelaide (Seaton Park, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1671, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Seaton Park, SA, 1939-1943) ===''FINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Finney|Finney, William "Bill"]] [https://www.familysearch.org/tree/person/details/GDVD-W2H] - 1881(Qld)-1954(Qld) - Licences: 4AU Brisbane (Red Hill, 1923-1925); 4WF Brisbane (Red Hill, 1926-1929) - Qualifications: cc; CPRT 845, 1925; 2COCP 307, 1940 - amateur operator; amateur broadcaster; radio club (WIAQ); honorary radio inspector - Electoral Rolls: telegraph operator (Red Hill, 1903-1905); telegraphist (New Farm, 1908; Newmarket, 1909; Red Hill, 1913-1937; East Nundah, 1949; Wooloowin, 1954) ===''FISHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Hugh Fisher|Fisher, Douglas Hugh]] [https://www.familysearch.org/tree/person/details/GD15-N13] - 1913(Vic)-1978(Tas) - Licences: 7AB Launceston (1934-1939); 7AB Burnie (1946-1948); 7AB Devonport (1954-1955); 7AB Lenah Valley (1956); 7AB Zeehan (1960); 7AB Oatlands (1965-1969; 7AB Claremont (1975) - Qualifications: cc; AOCP 1373, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: father of 7ZEE Neville Grant Fisher - Electoral Rolls: clerk (Launceston, 1936); bank clerk (Launceston, 1937; Burnie, 1943-1949; Devonport, 1954) ===''FISK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Thomas Fisk|Fisk, Ernest Thomas]] - 1886(Eng)-1965(NSW), 2EF Sydney (Lindfield, 1933-1939), early wireless experimenter, amateur radio operator (pre AOCP, no record of AOCP, AOCP 1055, 1932, No. ?? in NSW), broadcast and radiocommunications business proprietor (AWA), operated prior to 1933 under various AWA callsigns, 2MC in 1928 was licensed to his residence at Vaucluse - Links: [https://adb.anu.edu.au/biography/fisk-sir-ernest-thomas-6177 ADB] [http://messui.polygonal-moogle.com/valves/NW198906.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198907.pdf EA2] ===''FITCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campbell Fitchett|Fitchett, John Campbell]] [https://www.familysearch.org/tree/person/details/LDQJ-K7W] - 1900(Vic)-1939(Vic) - Licences: XJDM Melbourne (Balwyn, 1913-1914); 3BL Melbourne (Balwyn, 1922-1925; Brighton, 1926-1939) - Qualifications: cc; CPRT 609, 1921 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: journalist (Brighton, 1928-1937) - TroveTag: "XJDM-3BL - John Campbell Fitchett" ===''FITTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Stephen Luther Fittell|Fittell, Stephen Luther "Steve"]] [https://www.familysearch.org/tree/person/details/GCN9-KRT] - 1910(Qld)-1999(Qld) - Licences: 4JO Gympie (1929-1939); 4YF Gympie (1975-1980+) - Qualifications: cc; AOCP 487, 1929, No. ?? in Qld; 2COCP 280, 1930 - amateur operator; amateur broadcaster; member radio club (WIAQ, Gympie ARC); commercial broadcaster (4GY) - Electoral Rolls: radio specialist (Gympie, 1937); radio dealer (Gympie, 1943-1980) ===''FITZALAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Albini Lawrence Fitzalan|Fitzalan, Herbert Albini Lawrence "Hal"]] - 19??(???)-1951(Qld) - 4HF Brisbane?, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, Halcyon (not mentioned) ===''FITZGERALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Francis Fitzgerald|Fitzgerald, Eric Francis]] [https://www.familysearch.org/tree/person/details/G84F-Z7H] - 1907(Qld)-1978(NSW) - Licences: 2EA Sydney (Bellevue Hill, 1928-1929; Burwood, 1930-1931; Pagewood, 1931; Abbotsford, 1931; Bellevue Hill, 1933-1937; Waverley, 1938-1939); 2AAO Sydney (Chatswood, 1950-1961) - Qualifications: AOCP 467, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woolahra, 1930-1931); salesman (Coogee, 1937); clerk (Chatswood, 1943-1977) * [[/Patrick Michael Anthony Fitzgerald|Fitzgerald, Patrick Michael Anthony "Pat"]] [https://www.familysearch.org/tree/person/details/G33Q-6K9] - 1908(Qld)-1988(Qld) - Licences: 4PF Rockhampton (1936-1939) - Qualifications: cc; AOCP 1802, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rockhampton, Qld, 1930); public servant (Rockhampton, Qld, 1931-1968); clerk (Corinda, Qld, 1972-1977); retired (Emu Park, Qld, 1980) ===''FITZGIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard John Fitzgibbons|Fitzgibbons, Richard John]] [https://www.familysearch.org/tree/person/details/GXXN-QPG] - 1893(Qld)-1969(Qld) - Licences: 4DV Receive Brisbane (Ascot, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: locomotive fitter (Maryborough, Qld, 1916-1919); engine fitter (Ascot, Qld, 1921-1968) ===''FITZMAURICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Simcoe Fitzmaurice|Fitzmaurice, James Simcoe]] [https://www.familysearch.org/tree/person/details/GDKS-KCF] - 1861(Vic)-1934(SA) - Licences: XYB Perth (1913-1914); 5FT Adelaide (North Walkerville, 1923-1933) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; PMGD (State Engineer, WA & SA); MIEE, AMIEE - Electoral Rolls: electrical engineer (Claremont, 1914-1916) ===''FLAHERTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Thomas Holm Flaherty|Flaherty, Gordon Thomas Holm]] [https://www.familysearch.org/tree/person/details/G6Q2-C9T] - 1900(Vic)-1967(Qld) - Licences: 4CB Receive Brisbane (South Brisbane) - Qualifications: cc; Nil yet identified - amateur receiver; WW2; federal public servant (PMGD) - Electoral Rolls: postman (South Brisbane, 1922); telephone mechanic (Buranda, 1925; Coorparoo, 1928); mechanic (Camp Hill, 1936; Beaudesert, 1937-1943); technician (Camp Hill, 1949-1963) ===''FLETCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Fletcher|Fletcher, Austin]] [https://www.familysearch.org/tree/person/details/LZKQ-2QR] - 1891(Eng)-1922(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 128, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: wireless engineer (Roebourne, 1913); radio operator (Esperance, 1916-1917); wireless operator (Roebourne, 1917-1918); telegraphist (Oakleigh, 1921) ===''FLOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Flood|Flood, Arthur George]] [https://www.familysearch.org/tree/person/details/G6BF-HPG] - 1883(Eng)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 238, 1916; 2COCP 415, 1932; 1COCP 348, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIL Flinders Island (1917-1918) - Electoral Rolls: engineer (Emita, Flinders Island, Tas, 1914-1919); radio telegraphist (Thursday Island, 1925; Meeandah, Qld, 1928; Eagle Farm, Qld, 1936-1937; Cooktown, Qld, 1943); retired (Cairns, 1954-1958; Eventide Home, Charters Towers, 1963) ===''FOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Lillico Fogg|Fogg, Hugh Lillico]] [https://www.familysearch.org/tree/person/details/GW8N-KRZ] - 1900(Tas)-1975(WA) - Licences: 6HF Perth (Mt Lawley, 1931-1939); 5HF Mt Barker (1947-1948); 3AHF Benalla (1954-1960); 6HF Perth (Inglewood, 1965-1975) - Qualifications: cc; AOCP 787, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Perth, WA, 1931); clerk (Maylands, WA, 1936); bank officer (Maylands, WA, 1943); manager (ANZ Bank, Benalla, Vic, 1954); retired (Inglewood, WA, 1963-1972) ===''FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry James Bartholomew Foley|Foley, Henry James Bartholomew]] [https://www.familysearch.org/tree/person/details/G8QZ-5SV] - 1886(NSW)-1954(NSW) - Licences: Sydney (Randwick, 1911) - Qualifications: pre AOCP - early wireless experimenter - Electoral Rolls: clerk (Randwick, 1913); merchant (Drummoyne, 1930-1954) ===''FOLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Ulrich Francis Folie|Folie, Max Ulrich Francis]] [https://www.familysearch.org/tree/person/details/G8VC-Y7F] - 1909(Vic)-1968(Vic) - Licences: 3WZ Melbourne (Hawthorn East, 1930-1933); 3GZ Mildura (1946-1965) - Qualifications: AOCP 682, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Auburn, 1931); radio engineer (Mildura, 1934-1968) ===''FONTAINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Alfred Fontaine|Fontaine, Louis Alfred]] [https://www.familysearch.org/tree/person/details/GMDQ-L2V] - 1894(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT, 1914, No. 3 in Aus and Vic - RANRS; coastal wireless operator (VIG, Port Moresby, 1915-1918) - Electoral Rolls: radio telegraphist (Radio Station, Wyndham, 1918; Geraldton, 1922; Thursday Island, 1934-1936); telegraphist (St Kilda, 1937); radio telegraphist (Malvern, 1942); electrician (Camberwell, 1949) ===''FOOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Foot|Foot, George]] [https://www.familysearch.org/tree/person/details/G6BT-FVF] - 1878(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 36, 1915 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: wireless operator (South Yarra, 1915; St Kilda, 1916-1917); RAN (Balaclava, 1919); tobacconist (Sandringham, 1925); manager (Prahran, 1937); clerk (St Kilda, 1942); retired (Dandenong, 1949-1954) ===''FORECAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Mark Llewllyn Forecast|Forecast, Arthur Mark Llewllyn]] [https://www.familysearch.org/tree/person/details/9HPS-H18] - 1901(Vic)-1986(Vic) - Licences: 3AM Melbourne (Malvern, 1926-1931; St Kilda, 1933; Caulfield, 1937-1939, 1946-1948; The Basin, 1954-1975; Ferntree Gully, 1980+) - Qualifications: AOCP 279, 1926, No. ?? in Vic; AOLCP 141, 1934; BOCP 156, 1938; 1COCP 245, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: biograph operator (Malvern, 1925-1928); projectionist (St Kilda, 1931-1934); biograph operator (Caulfield East, 1937-1942; Glenhuntley, 1949); projectionist (The Basin, 1963-1972); retired (Ferntree Gully, 1977; Knoxfield, 1980) ===''FOREMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Graham Foreman|Foreman, Edgar Graham]] [https://www.familysearch.org/tree/person/details/GD95-36X] - 1908(Qld)-1981(Qld) - Licences: 4GF Ayr (1935-1939); 4GF Townsville (North Ward, 1947-1980+) - Qualifications: cc; AOCP 1577, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Stanton Hill, Qld, 1930); salesman (Ayr, Qld, 1934-1937); procurement specialist (Townsville, Qld, 1949); business proprietor (Townsville, Qld, 1954-1968); proprietor (Townsville, Qld, 1972-1980) ===''FORREST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Forrest|Forrest, John]] - 1847(WA)-1918(???) - state politician, senior federal politician (Postmaster-General 1901, 17 days) ===''FORSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Joseph Forshaw|Forshaw, Charles Joseph]] [https://www.familysearch.org/tree/person/details/GDGW-783] - 1895(Vic)-1961(Vic) - Licences: XJDA Melbourne (Elwood, 1913-1914); V736 Receive Hamilton (1922); 3GQ Receive Hamilton (1922) - Qualifications: cc; Nil yet identifed - early wireless experimenter; amateur receiver; WW1 - Electoral Rolls: bank clerk (Myrtleford, 1917); clerk (Oakleigh, 1924-1937; Gardiner, 1943; Elsternwick, 1949; Glenhuntly, 1954) ===''FORSYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Arthur Forsyth|Forsyth, Royce Arthur]] [https://www.familysearch.org/tree/person/details/GD1R-3S5] - 1917(Tas)-1973(Tas) - Licences: 7BC Launceston (1936-1939) - Qualifications: cc; AOCP 1637, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (Launceston, 1943); teacher (Hobart North, 1944); schoolteacher (Bellerive, 1949-1972) ===''FORSYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Edgar Forsythe|Forsythe, Leonard Edgar]] [https://www.familysearch.org/tree/person/details/GWBY-MTR] - 1894(NSW)-1981(NSW) - Licences: 2BF Receive Sydney (Northbridge, 1922); 2BF Sydney (Northbridge, 1922-1929; Drummoyne, 1930-1933; Snapper Island, 1934-1939) - Qualifications: cc; AOCP 40, 1924, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: flagmaker (Northbridge, 1930-1949); department manager (Drummoyne, 1958); ship's chandler (Drummoyne, 1963-1980) ===''FORTESCUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fortescue|Fortescue, Charles]] [https://www.familysearch.org/tree/person/details/LD8X-GQ7] - 1893(Qld)-1971(Qld) - Licences: 4GE Toowoomba (1922-1924); 4CF Toowoomba (1925-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military (CMF, Colonel); WW2; jeweller - Electoral Rolls: jeweller (Toowoomba, 1913-1958); nil (Toowoomba, 1963-1968) ===''FOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Foster|Foster, Ernest John "Ernie"]] - 1914(Qld)-1967(Qld) - 4BY Brisbane, amateur operator (no record of AOCP; AOCP ??, 19??, No. ?? in Qld), broadcast engineer (4MB, 4BU), military (WW2, RAAF) * [[/James Foster|Foster, James]] [https://www.familysearch.org/tree/person/details/GX2Z-27G] - 1915(SA)-1998(SA) - Licences: 5TX Adelaide (North Kensington, 1933-1939); 5LU Adelaide (Dulwich, 1947-1948; Oaklands, 1954-1965; Marion, 1969-1980+) - Qualifications: cc; AOCP 1140, 1933, SA; 1COCP 1046, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (Frewville, SA, 1943) ===''FOURRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Fourro|Fourro, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/G4D1-YRR] - 1906(NSW)-1978(ACT) - Licences: 2VF Corowa (1930-1936) - Qualifications: AOCP 703, 1930, NSW; AOLCP 165, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Narrandera, 1930); telephone mechanic (Corowa, 1931-1935); wireless mechanic (Corowa, 1936); mechanic (Brighton-le-Sands, 1937); foreman mechanic (2CY Canberra, 1943-1954); supervising technician (2BA Bega, 1958-1963); technician (Merimbula, 1968-1972) ===''FOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Malcolm Fowles|Fowles, Gordon Malcolm]] [https://www.familysearch.org/tree/person/details/G8H2-RC9] - 19??(???)-19??(???) - Licences: 3GF Melbourne (Elwood, 1929-1931); 3AMF Melbourne (Wheeler's Hill, 1948-1960; Avonsleigh, 1965-1969); 3AMF Cowes (1975) - Qualifications: AOCP 490, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: panel beater (Albert Park, 1943; Hamilton, 1949); farmer (Avonsleigh, 1968); retired (Cowes, 1972) ===''FOX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Fox|Fox, William George]] [https://www.familysearch.org/tree/person/details/G6BY-J5Z] - 1886(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 106, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Comment: several contemporaneous WG Fox; Electoral Rolls: Nil yet identified ===''FOXCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Foxcroft|Foxcroft, Allan]] [https://www.familysearch.org/tree/person/details/GFQS-K5P] - 1921(WA)-2008(Vic) - Licences: 6AF Perth (Victoria Park, 1937-1939); 3AE Melbourne (Caulfield, 1947-1980+) - Qualifications: cc; AOCP 1859, 1937, WA; 1COCP 506, 1941 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: technician (Caulfield, Vic, 1949-1963); engineer (Caulfield, Vic, 1967-1980) ===''FRAME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vivian Horace Frame|Frame, Vivian Horace]] [https://www.familysearch.org/tree/person/details/GHQ1-4QT] - 1899(Qld)-1959(Qld) - Licences: Receive (Valve) Mareeba (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: draftsman ( Brisbane City, Qld); public works officer (Mareeba, Qld, 1922); architect (Brisbane City, Qld, 1925-1928; Sandgate, Qld, 1936-1937; Virginia, Qld, 1949-1954; Norman Park, Qld, 1958) ===''FRANK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kendall Thomas Frank|Frank, Kendall Thomas]] [https://www.familysearch.org/tree/person/details/G8N2-TGZ] - 1904(WA)-1951(Qld) - Licences: Nil yet identified - Qualifications: CPRT 921, 1926; 2COCP 289, 1930; 1COCP 64, 1935 - ship wireless operator (AWA), coastal wireless operator, amateur operator?, broadcast engineer (4PM) - Electoral Rolls: radio engineer (Lakemba, 1943) - [https://adb.anu.edu.au/biography/frank-kendall-thomas-10236 ADB] ===''FRANZI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Franzi|Franzi, William Ronald "Bill" (formerly Emilio Stefan)]] - 1909(Italy)-19??(SA) - 4FR Atherton (1938-1939), 5FR Adelaide (Da Costa Park, 1946-1965; Glenelg East, 1969-1975), 5VK American Beach (1975-1980), amateur operator (AOCP 2192, 1938, No. ?? in Qld), amateur broadcaster, radio clubs (IREE), military (RAAF), employment (radio technician) ===''FRASER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Douglas Fraser|Fraser, James Douglas]] [https://www.familysearch.org/tree/person/details/G8NS-MQ3] - 1900(NSW)-1956(NSW) - Licences: 2JF Quirindi (1930-1935) - Qualifications: AOCP 637, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical engineer (Quirindi, 1930-1943); engineer (Picton, 1949-1954) * [[/H. Fraser|Fraser, H.]] - 19??(???)-19??(???) - 2JC Tamworth (1924-1925), amateur operator (no record of AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster * [[/Henry George Fraser|Fraser, Henry George]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 1001, 1932, No. ?? in ?? - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet identified, at least two HGF engineers ===''FRAZER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Frazer|Frazer, Charles Edward "Charlie"]] - 1880(Vic)-1913(Vic) - politician (Postmaster-General, 1911-1913) ===''FREEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Freeman|Freeman, Arthur Charles]] [https://www.familysearch.org/tree/person/details/G8ZL-4F7] - 19??(???)-1971(NSW) - Licences: 2AS Sydney (Burwood, 1929-1939; Ashfield, 1946-1958; Cheltenham, 1960-1969) - Qualifications: AOCP 544, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: packer (Newtown, 1930-1931; East Sydney, 1933-1935); engineer (Burwood, 1936-1937; Ashfield, 1943-1958; Cheltenham, 1963-1968) - individual not fully identified * [[/L. Freeman|Freeman, L.]] - 18??-19?? - Licences: XQB Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''FREESTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Roy Freestone|Freestone, Leslie Roy]] [https://www.familysearch.org/tree/person/details/LRCK-NB5] - 1896(Vic)-1982(Vic) - Licences: 3LF Ballarat (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Ballarat, 1916-1920); commercial traveller (Ballarat, 1921-1936); traveller (Brighton, 1937-1954); nil (Geelong, 1977-1980) ===''FRETTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/O'Della Paul Fretten|Fretten, O'Della Paul "Paul"]] [https://www.familysearch.org/tree/person/details/G845-BQH] - 1894(Eng)-1977(Vic) - Licences: 2RU Sydney (Concord, 1928-1930) - Qualifications: AOCP 460, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Concord, 1930; Strathfield, 1933); foreman (Lane Cove, 1936-1937); public servant (St Kilda, 1943); cafe proprietor (Melbourne, 1949); sales manager (St Kilda, 1963); instructor (Brighton, 1967-1968); retired (Malvern East, 1972; Fitzroy North, 1977) ===''FREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Samuel Vernon Frew|Frew, Geoffrey Samuel Vernon]] [https://www.familysearch.org/tree/person/details/G87N-ZC1] - 1909(Vic)-1984(Vic) - Licences: 3PM Melbourne (Glen Iris, 1928-1933; Brighton, 1937-1939, 1946-1956); 3PL Melbourne (Brighton, 1960); 3JK Melbourne (Brighton, 1969); 3PM Melbourne (1975-1980+) - Qualifications: AOCP 402, 1928, No. ?? in Vic; AOLCP 66, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1933); manager (Brighton, 1936-1937); engineer (Footscray, 1943; Brighton, 1949-1980) ===''FRIAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Owen Friar|Friar, Archibald Owen]] [https://www.familysearch.org/tree/person/details/G4LQ-LGV] - 1905(NSW)-1963(NSW) - Licences: 2AO Ulmarra (1929-1931); 2AO Grafton, 1933-1939) - Qualifications: AOCP 504, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chainman (Ulmarra, 1930-1937); garage proprietor (South Grafton, 1943-1963) ===''FROGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard James Frogley|Frogley, Gerard James]] [https://www.familysearch.org/tree/person/details/G7K7-JNM] - 1902(Eng)-1977(Eng) - Licences: 3GF Melbourne (Richmond, 1926-1927) - Qualifications: AOCP 240, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (East Melbourne, 1924); battery mechanic (Richmond, 1925-1931) ===''FRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Turner Fry|Fry, Alfred Turner]] [https://www.familysearch.org/tree/person/details/GDRX-2SL] - 1881(NSW)-1928(Vic) - Licences: 7BG Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: metallurgist (Ballarat, 1917; Queenstown, Tas, 1919-1922; Sandringham, 1924-1927) * [[/Reginald Hall Fry|Fry, Reginald Hall]] [https://www.familysearch.org/tree/person/details/GZ6Y-9WN] - 1891(NSW)-1976(NSW) - Licences: 2KC Sydney (Croydon, 1922-1929; Killara, 1930-1933); 2KC Parkes (1934); 2KC Goulburn (1935-1936); 2KC Wollongong (1937-1939) - Qualifications: cc; AOCP 86, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil engineer (Gordon, 1930; Killara, 1933; Goulburn, 1935-1936; Wollongong, 1937; Killara, 1943-1968); engineer (Killara, 1972) ===''FRYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Norman Fryer|Fryer, Keith Norman]] [https://www.familysearch.org/tree/person/details/G3KH-TZ8] - 1906(Vic)-19??(???) - Licences: 2KF Sydney (Suspension Bridge, 1927-1928) - Qualifications: AOCP 332, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Neutral Bay, 1930-1931; Northbridge, 1934; North Sydney, 1936; Mosman, 1943-1949) ===''FULCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/J. Fulcher|Fulcher, J.]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, (Halcyon, P. 4) ===''FYSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Oakley Fysh|Fysh, Philip Oakley]] [https://www.familysearch.org/tree/person/details/LHNP-534] - 1835(Eng)-1919(Tas) - state politician (MLC Tas, 1860s through 1890s; MHA Tas 1870s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1903-1904) - Relationships: grandfather of 7PF Philip Oakley Fysh * [[/Philip Oakley Fysh|Fysh, Philip Oakley "Phil"]] [https://www.familysearch.org/tree/person/details/L2YS-4ZR] - 1897(Tas)-1966(Tas) - Licences: 7PF Launceston (1925-1927) - Qualifications: cc; AOCP 128, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; radio clubs (Launceston Radio Experimenters' Club, WIA Launceston); WW2 - Relationships: grandson of Philip Oakley Fysh, federal Postmaster-General 1903-1904 - Electoral Rolls: merchant (Launceston, 1922-1954) =='''G'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''GABBERTAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Gabbertas|Gabbertas, Jack]] [https://www.familysearch.org/tree/person/details/GF9C-2W7] - 1915(Eng)-2003(WA) - Licences: 6GB Perth (Maylands, 1936-1939; Mt Hawthorn, 1947-1980+) - Qualifications: cc; AOCP 1810, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, WA, 1937; East Perth, WA, 1943); mechanic (Mt Hawthorn, WA, 1949-1980) ===''GADSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Wilkinson Gadsden|Gadsden, Stanley Wilkinson]] [https://www.familysearch.org/tree/person/details/GM38-WZ2] - 1887(Vic)-1957(Vic) - Licences: 3SW Melbourne (Kew, 1924-1939) - Qualifications: AOCP 26, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; radio clubs (WIA Vic, Chief of Council, 1926); placed 2nd in 3LO amateur broadcasting competition 1926 - Electoral Rolls: printer (Kew, 1908-1915); manufacturer (Kew, 1917-1954) ===''GALLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Galle|Galle, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/GX2P-KXN] - 1912(SA)-2008(SA)96yo - Licences: 5QR Adelaide (Prospect, 1931-1939, 1947-1948; Enfield, 1954-1980+) - Qualifications: cc; AOCP 834, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Jabuk, SA, 1939-1941); schoolteacher (Tailem Bend, SA, 1943) ===''GAMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ray Gamble|Gamble, William Ray "Ray"]] - 1928(NSW)-2011(NSW) - broadcast engineer (BOCP 961, 1948), station manager, radio network principal [https://radioinfo.com.au/news/vale-ray-gamble Radio Info] ===''GAMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Gamon|Gamon, George Arthur]] - 1900(Vic)-1977(???) - 3GG Melbourne (South Yarra, 1925-1926; Middle Park, 1927), amateur operator (AOCP 89, 1925, No. ?? in Vic), amateur broadcaster ===''GARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Garing|Garing, William Henry]] [https://www.familysearch.org/tree/person/details/G8WV-2YG] - 1910(Vic)-2004(NSW) - Licences: Nil identified - Qualifications: AOCP 431, 1928, No. ?? in Vic - amateur operator? - Electoral Rolls: cadet (Point Cook, 1931-1934); airman (Point Cook, 1937); RAAF officer (Townsville, 1943; Point Cook, Vic, 1958; Williamtown, NSW, 1958); executive director (Turramurra, 1968); director (Turramurra, 1980) ===''GARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Raymond Garner|Garner, Alan Raymond]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: PMG technician! (Frankston, 1963-1980) ===''GARNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Garnett|Garnett, Brian]] - 19??(???)-19??(???) - 4AHN Currimundi, amateur operator (AOCP ??, 19??, No. ?? in Qld), ===''GARRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Randolph Garran|Garran, Richard Randolph]] [https://www.familysearch.org/tree/person/details/K822-L54] - 1903(Vic)-1991(ACT) - Licences: 3AW Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (Toorak, 1924-1925); manager (Semaphore, SA, 1941; Caulfield, Vic, 1954-1980) ===''GARRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Benjamin Walter Garrett|Garrett, Horace Benjamin Walter]] [https://www.familysearch.org/tree/person/details/G7PD-9SV] - 1906(Vic)-1979(Vic) - Licences: 3JI Melbourne (Box Hill, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster - Electoral Rolls: sales (Box Hill, 1928-1934); radio mechanic (Box Hill, 1936); salesman (Box Hill, 1943-1977) ===''GARTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Garth|Garth, Reginald]] [https://www.familysearch.org/tree/person/details/G8DX-47Z] - 1903(Eng)-1959(Tas) - Licences: 2VZ Sydney (Coogee, 1930; Clovelly, 1931-1933; Bankstown, 1934-1936); 4VZ Mackay (1937-1939); 3SF Melbourne (Preston, 1948; Seaford, 1954); 7RG Trevallyn, 1955-1956) - Qualifications: cc; AOCP 584, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Clovelly, NSW, 1930-1933); mechanic (Bankstown, NSW, 1934-1936); electrician (Slade Point, Qld, 1937-1943; Beaconsfield, Tas, 1958) ===''GAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Holman Gay|Gay, Augustus Holman]] [https://www.familysearch.org/tree/person/details/G8PF-938] - 1902(Vic)-1984(Vic) - Licences: 3SM Warragul (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Warragul, 1927-1934); engineer (South Yarra, 1936-1954); electrical engineer (Kew, 1963-1980) * [[/Vivian James Gay|Gay, Vivian James]] [https://www.familysearch.org/tree/person/details/LYT8-VJJ] - 1908(NSW)-1999(Qld) - Licences: 2VI Sydney (Chatswood, 1935-1939; North Sydney, 1946-1947; Lane Cove, 1948-1965); 2VI Burradoo (1980+) - Qualifications: cc; AOCP 1510, 1935, NSW - amateur operator; amateur broadcaster - Electoral Rolls: printer (Artarmon, 1930-1937; Chatswood, 1943); master printer (Lane Cove, 1949-1968); printer (Artarmon, 1972); retired (Burradoo, 1977-1980) ===''GEAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Vivian Geake|Geake, Wilfred Vivian]] [https://www.familysearch.org/tree/person/details/GXTF-H1J] - 1893(SA)-1974(SA) - Licences: 5BR Receive Kooringa (1922); 5BR Receive (Murray Bridge, 1923); Receive Murray Bridge (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hillside, SA, 1939) ===''GEDDES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Albert Geddes|Geddes, Frank Albert]] - 1901(NSW)-1922(NSW) - 2GC Sydney (Waverley, 1922, receive only), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), radio clubs (Waverley Radio Club), due to age licence held in name of father Francis G Geddes ===''GEEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Leslie Geeves|Geeves, Philip Leslie "Phil"]] [https://www.familysearch.org/tree/person/details/G88C-Y8Y] - 1917(NSW)-1983(NSW) - radio broadcaster (VK2ME, 2CH, ABC); employment (AWA, 1937-1970s); journalist (SMH); historian (AWA, broadcasting); awards (OAM, 1980) - Electoral Rolls: radio executive (Bexley, 1949-1963); executive (Hurstville South, 1972-1980) ===''GEISEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elizabeth Aileen Geisel|Wallace nee Geisel, Elizabeth Aileen "Betty"]] [https://www.familysearch.org/tree/person/details/GXK7-NJ4] - 1921(SA)-2000(SA) - Licences: 5YL Murray Bridge (1936-1939) - Qualifications: cc; AOCP 1788, 1936, SA; 2COCP 448, 1941; 1COCP 544, 1941 - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: Nil yet identified - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''GEORGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Heinrich Alfred August George|George, Heinrich Alfred August "Henry", "Harry"]] [https://www.familysearch.org/tree/person/details/G387-XZ4] - 1899(Vic)-1968(Vic) - Licences: 3ZP Melbourne (Footscray, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1919-1963) ===''GEORGESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Georgeson|Georgeson, James]] [https://www.familysearch.org/tree/person/details/LTS1-17Q] - 1897(Eng)-1976(Taiwan) - Licences: 5JD Adelaide (Glenelg, 1936-1938); 2AKU Sydney (Neutral Bay, 1939; Granville, 1946-1947; Artarmon, 1948-1954; Lane Cove (1955); Artarmon (1956-1975) - Qualifications: cc; AOCP 1783, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, NSW, 1943); engineer (Artarmon, NSW, 1949-1954); electrical engineer (Artarmon, NSW, 1963-1968); engineer (Artarmon, NSW, 1972) ===''GERAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/James Anselm Geraghty|Geraghty, James Anselm]] [https://www.familysearch.org/tree/person/details/GZVD-VY9] - 1877(???)-1969(Qld) - Licences: 4CS Receive Townsville (1923); 4CS Townsville (1923-1924); 4CS Brisbane (Nudgee, 1924); 4CS Gympie (1924); 4CS Townsville (1925); 4CS Gympie (1925-1927); 2JG Wagga Wagga (1929); 7CB Launceston (1931); 4CB Brisbane (Nudgee, 1933); 4AC Bundaberg (1934) - Qualifications: AOCP 186, 1925, No. 17 in Qld - amateur operator; amateur broadcaster; minister of religion and teacher (Christian Brothers) - Electoral Rolls: teacher (Ballarat, 1906; Gympie, 1909-1913; Dunedin, 1914-1916; South Brisbane, 1919-1925; Tamworth, 1930; Bundaberg, 1934; Ipswich, 1943; Albion, 1949; Gympie, 1954); retired (Boondall, 1958-1968) ===''GIBBON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Foster Gibbon|Gibbon, Thomas Foster]] [https://www.familysearch.org/tree/person/details/G857-MWS] - 1896(Vic)-1965(Vic) - Licences: XJAV Melbourne (Kew, 1913-1914); Receive (Valve) Melbourne (Kew, 1923); 3XZ Melbourne (Kew, 1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: student (Kew, 1919-1925); electrical engineer (Kew, 1928-1954); engineer (Kew, 1963) ===''GIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gibbons|Gibbons, Frederick]] [https://www.familysearch.org/tree/person/details/L2XB-YRJ] - 1907(Wales)-19??(???) - Licences: 2FG Sydney (Neutral Bay, 1926-1930) - Qualifications: AOCP 255, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: no occupation (Neutral Bay, 1930); clerk (Gordon, 1954-1968); director (Turramurra, 1972-1977) ===''GIBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. G. Gibson|Gibson, E. G.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Ormiston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified *[[/Edgar McLean Gibson|Gibson, Edgar McLean]] [https://www.familysearch.org/tree/person/details/GS5W-SM5] - 1877(Qld)-1969(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1925), possibly held on behalf of son Leighton - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radio clubs - Relationships: father of 4AN William Leighton Gibson - Electoral Rolls: electrical engineer (Toowoomba, 1908-1917; Greenslopes, 1922); engineer (Manly, 1936-1937; Hawthorne, 1943-1968) *[[/George Holland Gibson|Gibson, George Holland]] [https://www.familysearch.org/tree/person/details/MXPG-HB4] - 1892(Qld)-1978(Qld) - Licences: XQG Brisbane (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: carpenter (Fortitude Valley, 1915-1917); mechanic (Newmarket, 1919-1928; New Farm, 1937-1943); telephone technician (Bulimba, 1954-1977) * [[/Richard Leslie Gibson|Gibson, Richard Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9QNS-G8V] - 1900(NSW)-1976(NSW) - Licences: 2GH Alstonville (1930-1939) - Qualifications: AOCP 578, 1930, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Alstonville, 1930-1949); retired (Alstonville, 1963-1968; Ballina, 1972) * [[/William Gerrand Gibson|Gibson, William Gerrand]] [https://www.familysearch.org/tree/person/details/LWJY-5G9] - 1869(Vic)-1955(Vic) - Politician, Federal Postmaster-General 1923-1929 [https://adb.anu.edu.au/biography/gibson-william-gerrand-6313 ADB] *[[/William Leighton Gibson|Gibson, William Leighton "Leighton" & "Gibby"]] [https://www.familysearch.org/tree/person/details/GS5W-Q7S] - 1907(Qld)-1995(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1927) - Qualifications: AOCP 73, 1925, No. 7 in Qld - amateur operator; amateur broadcaster; journalist (QRN "Bananalander"); wireless business employee (Phillips Radio) - Relationships: son of 4AN Edgar McLean Gibson - Electoral Rolls: salesman (Manly, Qld, 1936-1937; Camp Hill, Qld, 1943); manager (Balgowlah, NSW, 1949); business executive (Balgowlah, NSW, 1958); regional representative (Palm Beach, Qld, 1963-1980) ===''GIDDINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hudson Giddings|Giddings or Whitney, Albert Hudson]] [https://www.familysearch.org/tree/person/details/GXR4-PDP] - 1914(Vic)-19??(???) - Licences: 5FI Adelaide (Nailsworth, 1935-1937) - Qualifications: cc; AOCP 1556, 1935, SA; 1COCP 102, 1936 - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant, Signals) - Electoral Rolls: PMG employee (Sale, Vic, 1968); technician (Elwood, Vic, 1972); clerk (Hughs, ACT, 1977-1980) - Links: [https://vwma.org.au/explore/people/612780 VWMA] * [[/Albert William James Giddings|Giddings, Albert William James]] [https://www.familysearch.org/tree/person/details/9711-NG3] - 1909(Vic)-1983(Vic) - Licences: 3DG Stratford (1935-1939); 3DG Numurkah (1947-1948); 3DG Lancefield (1954-1969); - Qualifications: cc; AOCP 1574, 1935, SA - amateur operator; amateur broadcaster;; WW2 (RAAF, Warrant Officer) - Electoral Rolls: bank official (Culgoa, Vic, 1931); bank clerk (Pakenham East, Vic, 1934); bank officer (Stratford, Vic, 1936-1937); warrant officer RAAF (Point Cook, Vic, 1942); bank official (Numurkah, Vic, 1949) ===''GILFILLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles Kent Gilfillan|Gilfillan, William Charles Kent]] [https://www.familysearch.org/tree/person/details/GDPF-93Q] - 1869(NSW)-1952(NSW) - Licences: 2AM Receive Sydney (Greenwich, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: independent means (Manly, 1913); soldier (Manly, 1930-1935); no occupation (Redfern, 1937); manufacturer (Mosman, 1943-1949) ===''GILHOOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Forrest Gilhooley|Gilhooley, Joseph Aloysius Forrest]] [https://www.familysearch.org/tree/person/details/GDPF-L6N] - 1877(NSW)-1950(NSW) - Licences: 2AH Receive Sydney (Woollahra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: clerk (Darlinghurst, 1903; Hunters Hill, 1930-1935); traveller (Hunters Hill, 1937-1949) ===''GILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Stewart Gill|Gill, Alan Stewart]] [https://www.familysearch.org/tree/person/details/GH6B-JQ4] - 1907(NSW)-1983(Tas) - Licences: 7AS Launceston (1925-1927) - Qualifications: cc; AOCP 191, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; scientist & engineer (Electrolytic Zinc Co) - Electoral Rolls: research chemist (Hobart Central, 1928; Sandy Bay, 1936-1949); chemist (Hobart South, 1954) * [[/Alfred Wyatt McKenzie Gill|Gill, Alfred Wyatt McKenzie]] [https://www.familysearch.org/tree/person/details/GDBP-B8D] - 1908(NSW)-1959(NSW) - Licences: 2TS Receive Sydney (Killara, 1923); 2TS Sydney (Killara, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: barrister (Killara, 1933-1937; Wahroonga, 1949); soldier (Wahroonga, 1943); airline officer (Wahroonga, 1954-1958) ===''GILLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Rex Gregory Gillett|Gillett, Clarence Rex Gregory]] [https://www.familysearch.org/tree/person/details/GWJC-ZDW] - 1919(SA?)-2020(SA) - prominent MW and SW broadcast DXer (1940-1990), clubs (All Wave All World DX Club, Australian DX Radio Club (SA Branch), South Australian DX Radio Club, Australian Radio DX Club, Southern Cross DX Club, DX Australia, New Zealand Radio DX League) - substantial portion (100+) of QSL collection survives (SSD, NFSA) ===''GILLHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman William Gillham|Gillham, Norman William]] [https://www.familysearch.org/tree/person/details/GMTT-M8V] - 1906(Tas)-1994(Tas) - Licences: Receive Hobart (Sandy Bay, 1923-1924); 7NW Hobart (Sandy Bay, 1925-1927) - Qualifications: cc; AOCP 176, 1925, No. ?? in Tas; CPRT 944, 1927 - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Sandy Bay, 1928); joiner (Queensborough, 1936-1937); builder (Nelson, 1943-1954) ===''GILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Clifford Gillon|Gillon, Peter Clifford]] [https://www.familysearch.org/tree/person/details/GD7M-X53] - 1895(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 99, 1915 - Coastal wireless operator - Electoral Rolls: operator (Bondi, 1934); radio telegraphist (Crow's Nest, NSW, 1936; Cooktown, Qld, 1937; Townsville, 1943); telegraphist (Kensington, NSW, 1949-1954; Cremorne, 1958); radio operator (Cremorne, 1963-1968) ===''GILMOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Stanley Gilmour|Gilmour, Norman Stanley]] [https://www.familysearch.org/tree/person/details/GZZD-PVG] - 1890(Vic)-1962(NSW) - Licences: 2ZU Sydney (Neutral Bay, 1923-1930; Potts Point, 1931; City, 1933-1939; Mosman, 1948-1960) - Qualifications: cc; AOCP 28, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: director (Neutral Bay, 1930); business manager (Darlinghurst, 1931); engineer (Darlinghurst, 1934-1937; Mosman, 1943-1958) ===''GINBEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Haldane Ginbey|Ginbey, Ian Haldane]] [https://www.familysearch.org/tree/person/details/GFM1-73N] - 1913(WA)-1962(WA) - Licences: 6IG Perth (Fremantle, 1938-1939; Bicton, 1947-1948; Attadale, 1954-1960) - Qualifications: cc; AOCP 2084, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (South Fremantle, WA, 1936; Fremantle, WA, 1937; South Fremantle, WA, 1943); salesman (Melville, WA, 1958) ===''GINGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ubitt Victor Ginger|Ginger, Ubitt Victor]] [https://www.familysearch.org/tree/person/details/GS5P-G76] - 1891(NSW)-1943(NSW) - Licences: 2LF Receive Sydney (Mosman, 1922-1923); 2LF Sydney (Mosman, 1922-1924; North Sydney, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; police officer - callsign 2LF to L. R. Filmer, Toronto from Sep 1925, Bracken from 1933 - Electoral Rolls: constable (Chatswood, 1930-1933); police constable (Marrickville, 1934); constable (Naremburn, 1936-1937) ===''GINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Ginn|Ginn, Ernest George]] [https://www.familysearch.org/tree/person/details/GXZC-95C] - 1917(Qld)-2015(Qld) - Licences: 4GE Townsville (1936-1939; 1946-1948); 4GE Brisbane (Hendra, 1955-1980+) - Qualifications: cc; AOCP 1749, 1936, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ), military (WW2, RAAF, AIF); employment (life insurance agent) - Electoral Rolls: salesman (Townsville, Qld, 1943); shop assistant (Windsor, Qld, 1949); salesman (Hendra, Qld, 1954-1980) ===''GIVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/L. James M. Givens|Givens, L. James M. "James"]] [https://www.familysearch.org/tree/person/details/G8LX-7WR] - 1905(Vic)-1957(Vic) - Licences: 3EP Receive Melbourne (Canterbury, 1922-1923); 3EP Melbourne (Canterbury, 1924-1927); 3XY Melbourne (Canterbury, 1931) - Qualifications: cc; CPRT 849, 1925; AOLCP 121, 1933 - amateur operator, amateur broadcaster - Electoral Rolls: wireless officer (Canterbury, 1931-1937; Camberwell, 1943); photographer (Delbridge, 1954) ===''GLASSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Ronald John Glassop|Glassop, Ronald John]] [https://www.familysearch.org/tree/person/details/LBZX-P8N] - 1910(NSW)-1996(Qld) - Licences: 2RF Newcastle (City, 1934-1935; Blackhalls, 1936; Hamilton East, 1937); 4BG Brisbane (Clayfield, 1937-1939); 4BG Maryborough (1947-1969); 4BG North Tamborine (1980) - Qualifications: cc; AOCP 1288, 1934, NSW - amateur operator; amateur broadcaster; WW2; insurance assessor - Electoral Rolls: no occupation (Newcastle, NSW, 1932-1935); clerk (Hamilton, NSW, 1937); insurance inspector (Clayfield, Qld, 1937); insurance secretary (Maryborough, Qld, 1949-1968); retired (Miami, Qld, 1972; Mt Tamborine, Qld, 1977-1980) ===''GLOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Frederick Glover|Glover, Alexander Frederick or Frederick Alexander]] [https://www.familysearch.org/tree/person/details/L246-XZ6] - 1925(Vic)-2001(Vic) - Licences: 3AFG Sale (1948-1980+) - Qualifications: cc; AOCP 2705, 1948, Vic - amateur operator; amateur broadcaster - Electoral Rolls: operator (Sale, 1949); mechanic (Sale, 1954-1980) * [[/Arthur James George Glover|Glover, Arthur James George]] [https://www.familysearch.org/tree/person/details/2MT8-CZ8] - 1907(Vic)-1977(Vic) - Licences: 3AG Melbourne (Box Hill, 1928-1931; Surrey Hills, 1933); 3AG Warrnambool (1937-1939); 3AG Melbourne (Box Hill, 1946-1960; Camberwell, 1965-1975) - Qualifications: cc; AOCP 392, 1928, No. ?? in Vic; CPRT 1129, 1928; 2COCP 153, 1930; 1COCP 29, 1930 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Box Hill, 1931); engineer (Box Hill, 1936); radio engineer (Warrnambool, 1937); engineer (Canterbury, 1943; Box Hill, 1949-1954); automation engineer (Camberwell, 1963-1968); engineer (Camberwell, 1972-1977) * [[/Maurice Glover|Glover, Maurice]] [https://www.familysearch.org/tree/person/details/G8SK-25R] - 1912(Vic)-2003(Tas) - Licences: 7MG Hobart (Sandy Bay, 1938-1939, 1946-1948); 7MG Swansea (1954-1980+) - Qualifications: cc; AOCP 2129, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Nelson, 1943); no occupation (Swansea, 1949; Nelson, 1954) * [[/Maxwell Arthur Glover|Glover, Maxwell Arthur "Max"]] [https://www.familysearch.org/tree/person/details/G8SK-58X] - 1902(Vic)-1982(Vic) - Licences: 3GB Receive Melbourne (Auburn, 1922); 3GB Melbourne (Camberwell, 1924-1925) - Qualifications: No record of AOCP; 3COCP 671, 1948 - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Camberwell, 1924-1934); wool buyer (Toorak, 1935-1936; South Yarra, 1937); director (Malvern, 1949-1980) ===''GLUSKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Gluskie|Gluskie, C. R.]] - 19??(???)-19??(???) - Licences: Receive Hobart (New Town, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''GODDARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Endacott Goddard|Goddard, John Endacott]] [https://www.familysearch.org/tree/person/details/KNBM-L27] - 1914(WA)-1943(Crete) - Licences: 6JG Perth (North Perth, 1935-1939) - Qualifications: AOCP 1427, 1935, WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Fremantle, 1936) - Sacrifice: "Greater love hath no man than this" - Links: [https://aviationmuseumwa.org.au/afcraaf-roll/goddard-john-endacott-406692/ Aviation Museum WA]; [https://anzac.site/greece/crete-operation-thesis-goddard/ Operation Thesis]; [https://www.awm.gov.au/collection/R1703409 AWM Roll of Honour] ===''GOFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Goford|Goford, Thomas William]] [https://www.familysearch.org/tree/person/details/GXZH-W3H] - 1898(Eng)-1986(Qld) - Licences: 4MI Mount Isa (1936-1939) - Qualifications: cc; AOCP 1675, 1936, Qld; BOCP 387, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Mt Isa, Qld, 1937); broadcasting technician (Goonellabah, NSW, 1943); DCA technician (Alice Springs, NT, 1954-1963) ===''GOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Henry Yarburgh Gold|Gold, Clifford Henry Yarburgh or Yarborough "Cliff"]] [https://www.familysearch.org/tree/person/details/L19B-YYC] - 1906(Qld)-1986(Qld) - Licences: 4CG Brisbane (Hill End, 1926-1931); 4CG Toowoomba (1933-1939, 1946-1980+) - Qualifications: AOCP 262, 1926, No. 21 in Qld; AOLCP 186, 1934 - amateur operator, amateur broadcaster, broadcast engineer (4GR) - Electoral Rolls: shop assistant (West End, 1928-1931); radio operator (Toowoomba, 1934); projectionist (Toowoomba, 1936-1963); radio technician (Balmoral, 1968-1977) - Relationships: nephew of 4EG Edward Edwin Gold; also Doug & Geoff * [[/Douglas Edward Gold|Gold, Douglas Edward]] [https://www.familysearch.org/tree/person/details/G8RL-XQB] - 1917(NSW)-1964(Qld) - Licences: Nil yet identified - Qualifications: BOCP 254, 1939 - amateur operator; amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Geoffrey Kilvington Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio technician (Toowoomba, 1943-1949); assistant manager (Toowoomba, 1954-1958) * [[/Edward Edwin Gold|Gold, Edward Edwin "Ted"]] [https://www.familysearch.org/tree/person/details/L13Q-WZV] - 1894(Qld)-1961(Qld) - Licences: 4EG Toowoomba (1924-1939, 1946-1960) - Qualifications: AOCP 7, 1924, No. 1 in Qld - amateur operator; amateur broadcaster; awarded Class B licence for 4GR Toowoomba; commercial broadcast station proprietor (4GR); Relationships: father of Geoffrey Kilvington Gold; uncle of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: mechanic (Toowoomba, 1925-1958) * [[/Geoffrey Kilvington Gold|Gold, Geoffrey Kilvington]] - 1943(Qld)-1971(Qld) - Licences: Nil yet identified - Qualifications: BOCP 2210, 1963; AOLCP 1608, 1964 - amateur operator, amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Douglas Edward Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio broadcaster (Annerley, 1968) ===''GOLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick John Golden|Golden, Patrick John]] [https://www.familysearch.org/tree/person/details/GSFG-R49] - 1893(Ire)-1943(Qld) - Licences: 4PG Brisbane (Wynnum South, 1927) - Qualifications: cc; Nil yet identified (likely UK) - ship wireless operator; amateur operator; amateur broadcaster; radio business proprietor; WW2 - Electoral Rolls: salesman (Wynnum Heights, 1928-1931); radio dealer (Clayfield, 1936-1937); radio operator (Flying boat base, Karumba, 1943) - Sacrifice: "Greater love hath no man than this" ===''GOLDSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Herbert Goldsmith|Goldsmith, Frank Herbert]] [https://www.familysearch.org/tree/person/details/93SX-QL8] - 1895(WA)-1974(WA) - Licences: 6FG Perth (Nedlands Park, 1927-1939) - Qualifications: cc; AOCP 377, 1927, No. ?? in WA - amateur operator; amateur broadcaster; radio journalist - Electoral Rolls: clerk (West Perth, 1917); journalist (Bunbury, 1921-1922; Nedlands, 1925-1949; Roleystone, 1954-1958); retired (Rossmoyne, 1968-1972) * [[/Gordon William Goldsmith|Goldsmith, Gordon William]] [https://www.familysearch.org/tree/person/details/GZWR-BKR] - 1914(SA)-1998(SA) - Licences: 5HM Cowandilla (1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1629, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Cowandilla, SA, 1939-1943) ===''GOLDSWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Goldsworthy|Goldsworthy, William John]] [https://www.familysearch.org/tree/person/details/M4D7-C24] - 1910(Qld)-1950(Qld) - Licences: 4WA Brisbane (Valley, 1934-1939); 4WA Rockhampton (1947-1948)- Qualifications: cc; AOCP 1341, 1934, Qld; 2COCP 1112, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Valley, Qld, 1934-1943); aeradio operator (Rockhampton, Qld, 1949) ===''GOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jasper Claude Golley|Golley, Jasper Claude]] [https://www.familysearch.org/tree/person/details/GXGK-S1F] - 1904(SA)-1958(SA) - Licences: 5JX Adelaide (Glenelg, 1935-1937; Glengowrie, 1938-1939; Seacliff, 1948-1955) - Qualifications: cc; AOCP 1522, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: schoolteacher (Glengowrie, SA, 1939-1941; Seacliff, SA, 1943) ===''GOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Good|Good, Edward Joseph]] [https://www.familysearch.org/tree/person/details/GMS7-P78] - 1864(Vic)-1931(Vic) - Licences: 3HQ Glenrowan (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Taminick, 1903); traveller (Taminick, 1909-1930) ===''GOODE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Russell Goode|Goode, Arthur Russell]] - 1889(Vic)-1971(Vic) - XLK Melbourne (Moonee Ponds, 1913), early wireless experimenter (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), PMGD (telegraphist, Central Office, Melbourne, 1903-1921), Listener-In (journalist; editor), author several books, grandfather of Michael Goode 3BDL * [[/Michael Goode|Goode, Michael]] - 3ZYY Melbourne (Canterbury, 1969+), 3BDL Melbourne, amateur operator (AOCP ??, 1968, No. ?? in Vic), historian (amateur radio, 5 metres), grandson of XLK Arthur Russell Goode ===''GORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence Arthur Gorman|Gorman, Clarence Arthur]] [https://www.familysearch.org/tree/person/details/GHLZ-X8H] - 1895(NSW)-1970(NSW) - Licences: XCG Sydney (Oatley, 1913-1914); 2EC Receive Sydney (Arncliffe, 1922); 2EC Sydney (Arncliffe, 1923-1925); 2CG Sydney (Rockdale, 1925-1929); designated operator 2UI Illawarra Radio Club (Kogarah, 1923-1925) - Qualifications: cc; AOCP 222, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Comment: NSW winner 1923 Trans-Pacific Tests - Electoral Rolls: plumber (Rockdale, 1930-1931; Kogarah, 1932-1943; Hargrave Park, 1949; Villawood, 1954-1963) ===''GOSTELOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Victor Gostelow|Gostelow, Alfred Victor]] [https://www.familysearch.org/tree/person/details/LVVQ-PCX] - 1897(NSW)-1975(NSW) - Licences: XABD Dorrigo (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: accountant (Uralla, 1930-1936; Scone, 1937-1949; Terrigal, 1954-1968); retired (Terrigal, 1972) ===''GOTTING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Benjamin Gotting|Gotting, Herbert Edward Benjamin]] [https://www.familysearch.org/tree/person/details/GDLY-HLD] - 1889(NSW)-1965(NSW) - Licences: N760 Receive Braemar (1922); 2ID Receive Braemar (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Braemar, 1930); electrician (Mittagong, 1936-1937); engineer (Mittagong, 1949-1963) ===''GOVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Neville Govan|Govan, Walter Neville]] [https://www.familysearch.org/tree/person/details/L2XF-YDT] - 1905(Vic)-1956(SA) - Licences: 5WG Port Pirie (1934-1939); 5WG Crystal Brook (1947-1956) - Qualifications: cc; AOCP 1273, 1934, SA; BOCP 40, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: lead burner (Port Pirie, SA, 1939-1941); mechanic (Crystal Brook, SA, 1943) ===''GOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Selwyn Harry James Gover|Gover, Selwyn Harry James]] [https://www.familysearch.org/tree/person/details/GXNM-D2L] - 1903(Qld)-19??(???) - Licences: Receive (Crystal) Brisbane (Nundah, 1924) - Qualifications: cc; CPRT 789, 1923; 2COCP 43, 1929; 1COCP 249, 1939 - amateur receiver; ship wireless officer - Electoral Rolls: wireless operator (Annerley, Qld, 1925); marine radio officer (East Brisbane, Qld, 1949-1968) ===''GOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gelston Stewart Gow|Gow, Gelston Stewart]] [https://www.familysearch.org/tree/person/details/G7HP-61D] - 1895(NSW)-1974(NSW) - Licences: XBW Sydney (Burwood, 1913-1914); 2GG Sydney (City, 1928-1930) - Qualifications: AOCP 411, 1928, No. ?? in NSW - early wireless experimenter, amateur operator, amateur broadcaster, WW1 - Electoral Rolls: manufacturer (Darlinghurst, 1930); electrician (Darlinghurst, 1933-1943); manufacturer (Darlinghurst, 1954-1972) ===''GOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Nelson James Gowlett|Gowlett, Frank Nelson James]] [https://www.familysearch.org/tree/person/details/G619-PYV] - 1891(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; 1COCP 163, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio operator (Townsville, 1925); wireless operator (Maroubra, 1930-1931); radio telegraphist (Maroubra, 1934-1937; Cooktown, 1943-1949; Maroubra, 1949); radio officer (Maroubra, 1958-1963) ===''GOYDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil William Goyder|Goyder, Cecil William]] - about 1906(Eng)-1980(NJ, USA) - G2SZ England, amateur operator [http://www.clement-jones.com/ps03/ps03_313.html] ===''GRAHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Ernest Graham|Graham, Donald Ernest "Don"]] - 1933(WA)-2012(WA) - 6HK Perth (Mount Hawthorn, 1954-1956; Wembley Downs, 1960-1980+) - amateur operator (AOCP 3162, 1951, No. ?? in WA) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC), DoC / DoTaC (WA State Broadcasting Engineer) - a good life, well lived [https://stephbg.livejournal.com/669733.html] * [[/James Alexander Graham|Graham, James Alexander]] [https://www.familysearch.org/tree/person/details/G979-6RF] - 1905(Sct)-1985(Qld) - Licences: 4JQ Brisbane (Ekibin, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 2058, 1937, Qld; 1COCP 510, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Ekibin, Qld, 1937-1954) * [[/William Denton Graham|Graham, William Denton]] [https://www.familysearch.org/tree/person/details/GZGS-KB5] - 1895(Tas)-1986(NSW) - Licences: 2RR Receive Sydney (Rockdale, 1923-1925); 2WG Sydney (Rockdale, 1926-1930) - Qualifications: AOCP 227, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: law clerk (Rockdale, 1930-1937); process worker (Bondi Junction, 1943); iron worker (Rockdale, 1949-1968); machinist (Rockdale, 1977); retired (Liverpool, 1980) * [[/William Thompson Graham|Graham, William Thompson]] [https://www.familysearch.org/tree/person/details/GDR1-SL3] - 1902(Sct)-1987(Tas) - Licences: 7BV Receive St Mary's (1923); Receive St Mary's (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: grocer's assistant (St Mary's, 1925-1954); ===''GRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin John Rawle Grant|Grant, Colin John Rawle]] [https://www.familysearch.org/tree/person/details/GZBZ-BXF] - 1902(Qld)-2000(Qld) - Licences: 4JG Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 310, 1926, No. 32 in Qld - amateur operator; amateur broadcaster; accountant - Electoral Rolls: clerk (Wooloowin, 1925-1934); security officer (Eagle Junction, 1936); auditor (West Nundah, 1937); retired (Southport, 1968-1980) * [[/James Grant|Grant, James]] - 19??(???)-19??(???) - Licences: 2DP Newcastle (Stockton, 1929-1930) - Qualifications: AOCP 555, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: * [[/William Patrick Grant|Grant, William Patrick "Bill"]] [https://www.familysearch.org/tree/person/details/GXZJ-YJC] - 1917(Ireland)-19??(Ireland) - Licences: 4WU Brisbane (Indooroopilly, 1936-1939) - Qualifications: cc; AOCP 1801, 1936, Qld; 2COCP 269, 1939 - amateur operator; amateur broadcaster; ship wireless officer; air controller (Shannon Airport) - Electoral Rolls: Nil yet identified ===''GRANTHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Richard Grantham|Grantham, Sidney Richard "Sid"]] [https://www.familysearch.org/tree/person/details/GXZ6-B8S] - 1920(Qld)-2003(Qld) - Licences: 4SG Toowoomba (1938-1939, 1946-1956); 4SG Brisbane (Wavell Heights, 1960; Hendra, 1965-1980+) - Qualifications: cc; AOCP 2083, 1938, Qld; 1COCP 927, 1945 - amateur operator; amateur broadcaster; radio clubs (WIAQ, IREE, RFDS council); military (WW2, RAAF, wireless officer); federal public servant (DCA, Aeradio; PMGD/DoC, radio inspector); broadcast technician (4GR) - Electoral Rolls: RAAF (Yerongpilly, Qld, 1943); broadcast engineer (Harristown, Qld, 1949); engineer (East Toowoomba, Qld, 1954; Toowoomba South, Qld, 1958); radio inspector (Hendra, Qld, 1963-1980) ===''GRANVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Florence Violet Granville|Granville (nee) / Wallace / McKenzie, Florence Violet "Mrs Mac"]] [https://www.familysearch.org/tree/person/details/LRR8-ZWS] - 1890(Vic)-1982(NSW) - 2GA Sydney (Sydney, 1922-1924; Greenwich, 1925-1939), 2FV Sydney (Sydney, 1946-1950; Circular Quay, 1954; Greenwich, 1955-1958), amateur operator (AOCP 109, 1925, No. ?? in NSW), amateur broadcaster, engineer, business proprietor, signals instructor - Links: [https://adb.anu.edu.au/biography/mckenzie-florence-violet-15485 ADB] ===''GRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Gray|Gray, A. J.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Albert Howell Gray|Gray, Albert Howell "Dave"]] [https://www.familysearch.org/tree/person/details/GZXM-J83] - 1907(NSW)-2004(NSW) - Licences: 2IJ Receive Sydney (Killara, 1922); 2IJ Sydney (Killara, 1923-1939, 1946-1969; Whale Beach, 1975-1980+); 2AG Sydney (McMahons Point, 1931-1938; Lane Cove, 1939); 2APV Sydney (McMahons Point, 1954; Strathfield, 1955-1980+) - Qualifications: cc; AOCP 90, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: student (Killara, 1930-1936); engineer (Killara, 1937-1968; Whale Beach, 1977-1980) * [[/Frank Malcolm Gray|Gray, Frank Malcolm]] [https://www.familysearch.org/tree/person/details/LBBV-5XS] - 1910(SA)-2011(Qld)100yo - Licences: 5MU Adelaide (Toorak Gardens, 1932-1933); 5SU Adelaide (Toorak Gardens, 1937-1939, 1948) - Qualifications: cc; AOCP 1017, 1932, SA - amateur operator; amateur broadcaster; WW2 - Callsign: 5MU possibly withdrawn for 5MU Murray Bridge - Electoral Rolls: civil servant (Toorak Gardens, 1939) * [[/George Henry Boulderson Gray|Gray, George Henry Boulderson]] [https://www.familysearch.org/tree/person/details/LTTN-WVM] - 1912(Qld)-2010(Qld) - Licences: 4JP Brisbane (Ascot, 1936-1939, 1946-1980+) - Qualifications: cc; AOCP 1796, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Ascot, Qld, 1936-1943); sound engineer (Ascot, Qld, 1949-1980) ===''GREEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Green|Green, Albert Ernest]] - 1869(Vic)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - State & Federal politician; Postmaster-General (1931-1932) - Electoral Rolls: - Links: [[w:Albert Green (Australian politician)|Wikipedia]] * [[/Herman Rowland Green|Green, Herman Rowland]] [https://www.familysearch.org/tree/person/details/LK9P-LGY] - 1915(SA)-1985(SA) - Licences: 5OJ Adelaide (Prospect, 1936-1939) - Qualifications: cc; AOCP 1679, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/J. Green|Green, J.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Yeronga, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter William Green|Green, Walter William]] [https://www.familysearch.org/tree/person/details/GXB7-R87] - 1911(WA)-2012(WA) - Licences: 6WG Albany (1936-1937); 6WG Wiluna (1937-1939); 6WG Albany (1947-1960); 6WG Derby (1965); 6WG Norseman (1969); 6WG Albany (1975-1980) - Qualifications: cc; AOCP 1676, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Albany, WA, 1936); fitter (Albany, WA, 1958-1963); plant inspector (Norseman, WA, 1968); mechanic (Albany, WA, 1972-1980) ===''GREENHALGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Neal Greenhalgh|Greenhalgh, Kenneth Neal]] [https://www.familysearch.org/tree/person/details/G8ZT-NGD] - 1909(NSW)-2002(NSW) - Licences: 2KG Newcastle (Hamilton, 1929-1930; Rooty Hill, 1931; Sandgate, 1933; Mayfield West, 1934-1939; New Lambton, 1946-1956; Adamstown Heights, 1957-1980+) - Qualifications: AOCP 550, 1929, No. ?? in NSW; AOLCP 73, 1932; 1COCP 839, 1944; TVOCP 18, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Hamilton, 1930); broadcasting engineer (2KO Sandgate, 1933); engineer (Mayfield, 1934-1937); radio engineer (New Lambton, 1943-1954; Adamstown, 1958-1968; Adamstown Heights, 1977-1980) ===''GREENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold John Greenham|Greenham, Arnold John]] [https://www.familysearch.org/tree/person/details/GXH9-QQS] - 1907(Qld)-1973(Qld) - Licences: 4EE Receive Brisbane (South Brisbane, 1923); 4AG Brisbane (South Brisbane, 1933); 4AG Gympie (1934); 4AG Innisfail (1937-1939); 4AG Brisbane (South Brisbane, 1946-1948); 4AG Caloundra (1954-1956); 4AG Brisbane (Kallangur, 1960-1969) - Qualifications: cc; AOCP 1040, 1932, No. ?? in Qld; 1COCP 807, 1944 - amateur operator; amateur broadcaster; bank employee (NAB) - Electoral Rolls: bank clerk (Gympie, 1936; Innisfail, 1937; South Brisbane, 1943-1949); not stated (Caloundra, 1954-1958); retired (Kallangur, 1963-1972) ===''GREENHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alexander Greenhill|Greenhill, George Alexander]] [https://www.familysearch.org/tree/person/details/LT3K-GWN] - 1904(Qld)-1970(Qld) - Licences: 4LE Brisbane (West End, 1934-1939) - Qualifications: cc; AOCP 1348, 1934, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Brisbane City, Qld, 1925); ceiling fixer (Wooloowin, Qld, 1928); cleaner (West End, Qld, 1937; Archerfield, Qld, 1943); steward (Wilston, Qld, 1949); metal finisher (Wooloowin, Qld, 1954); barman (Kirra, Qld, 1958); caretaker (Caloundra, Qld, 1963); cleaner (Woorim, Qld, 1968) ===''GREGORY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. Gregory|Gregory, A.]] - 19??(???)-19??(???) - Licences: XAED Sydney (Bellevue Hill, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Identification: Not yet identified, possibly Alyn Keith Gregory, bank officer, Bellevue Hill, 1930-1939 * [[/Clyde Francis Burnell Gregory|Gregory, Clyde Francis Burnell]] [https://www.familysearch.org/tree/person/details/GS34-5MV] - 1906(Tas)-1997(Qld) - Licences: Receive Emu Park (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: business manager (Rockhampton, Qld, 1928-1937); fisherman (Yeppoon, Qld, 1943-1949); taxi driver (Maryborough, Qld, 1958); taxi proprietor (Nelly Bay, Qld, 1963) * [[/Harold Rigby Gregory|Gregory, Harold Rigby]] [https://www.familysearch.org/tree/person/details/L2C9-CDX] - 1900(NSW)-1973(NSW) - Licences: 2ED Receive Sydney (Abbotsford Pt, 1922); 2ED Sydney (Abbotsford Pt, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1930); inspector (Roseville, 1931-1936); insurance inspector (Roseville, 1937); manager (Newcastle, 1943-1954); insurance manager (Merewether, 1958-1972) * [[/Robert William Gregory|Gregory, Robert William]] [https://www.familysearch.org/tree/person/details/K2FW-QFJ] - 1907(Eng)-1995(SA) - Licences: 5GU Mt Barker (1935-1939) - Qualifications: cc; AOCP 1438, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: constable (Kadina, SA, 1939); police officer (Lobethal, SA, 1941-1943) ===''GREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Grey|Grey, Albert Edward "Bert"]] [https://www.familysearch.org/tree/person/details/LDK5-374] - 1897(WA)-1981(WA) - Licences: 6BO Perth (Nedlands, 1925-1932); 6BO Carnarvon (1933); 6AA Perth (Nedlands, 1937-1939) - Qualifications: cc; RTCP 532, 1920, Marconi & Telefunken; 1COCP 35, 1934; TVOCP 278 1960 - amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo PMGD); PMGD (postal assistant, Leederville,1919); WW1; RAAF (WW2, radar systems) - Electoral Rolls: telegraphist (Subiaco, 1925; Nedlands, 1925-1931); radio inspector (Nedlands, 1936-1972); retired (Nedlands, 1977-1980) * [[/Elton Edward Grey|Grey, Elton Edward or Edward Elton]] [https://www.familysearch.org/tree/person/details/GWPL-PQ5] - 1920(Qld)-1962(WA) - Licences: 4LX Brisbane (Ascot, 1936-1939); 6ZX Perth (West Perth, 1948); 6ZX Northam (1954-1955); 6ZX Perth (Leederville, 1956; Floreat Park, 1960) - Qualifications: cc; AOCP 1689, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: soldier (West Perth, WA, 1943); bank clerk (West Perth, WA, 1949); bank officer (Wagin, WA, 1949; Northam, WA, 1954; Floreat Park, WA, 1958) * [[/James Leonard Grey|Grey, James Leonard "Len"]] [https://www.familysearch.org/tree/person/details/GXZV-ZY5] - 1915(Sct)-1995(NSW) - Licences: 4LN Brisbane (Norman Park, 1937-1938); 2AKO Sydney (Vaucluse, 1939; Pymble, 1946-1961; St Ives, 1965-1969; Neutral Bay (1975-1980+) - Qualifications: cc; AOLCP 184, 1934; 2COCP 38, 1935 - amateur operator; amateur broadcaster; Radio clubs (WIAQ); military (WW2, RAAF); pilot (RQAC, QANTAS) - Electoral Rolls: aviator (Norman Park, Qld, 1936-1937); airline captain (Pymble, NSW, 1949-1958; St Ives, NSW, 1963-1968); retired (Neutral Bay, NSW, 1977-1980) ===''GRIBBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Gribble|Gribble, Arthur James]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIT Townsville (1917-1918) - Comment: only one reference found, likely misspelling; Electoral Rolls: Nil yet identified ===''GRIEVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Grieve|Grieve, Ian]] - Licences: Nil yet identified - Qualifications: Nil yet identified - historian (broadcast); proprietor of Australian Old Time Radio website - Electoral Rolls: - Links: [https://www.australianotr.com.au/ OTR] ===''GRIFFIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Neville Griffin|Griffin, Thomas Neville]] [https://www.familysearch.org/tree/person/details/G8C4-RJ2] - 1889(NSW)-1953(NSW) - Licences: 2LQ Sydney (Hornsby, 1929-1936); 2AIR Sydney (Northbridge, 1938-1939) - Qualifications: AOCP 505, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Hornsby, 1930-1934); electrical engineer (Artarmon, 1936; Willoughby, 1937; Hornsby, 1943-1949) ===''GRIFFEN-FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bridget Griffen-Foley|Griffen-Foley, Bridget]] - historian (broadcasting) - Professor, Department of Media, Communications, Creative Arts, Language and Literature, Macquarie University - author "Changing Stations: The Story of Australian Commercial Radio" & numerous professional articles ===''GRIFFITHS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Arthur Griffiths|Griffiths, Leslie Arthur "Les"]] [https://www.familysearch.org/tree/person/details/GXZK-81V] - 1909(Qld)-1970(Qld) - Licences: 4LZ Toowoomba (1938-1939, 1947-1956) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; military (WW2, RAN, signaller); cine assistant (Empire Theatre) - Halcyon: AOCP Toowoomba 1938 - Electoral Rolls: assistant projectionist (Toowoomba, Qld, 1931-1937); biograph projectionist (Toowoomba, Qld, 1943-1954; Toowoomba South, Qld, 1958); projectionist (Toowoomba West, Qld, 1963-1968) ===''GRIGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Haydn Errol Grigg|Grigg, Haydn Errol]] [https://www.familysearch.org/tree/person/details/G8BV-N98] - 1899(???)-1971(NSW) - Licences: 2AS Receive Sydney (Mosman, 1922); 2AS Sydney (Mosman, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Darlinghurst, 1935; Edgecliff, 1935-1949; Double Bay, 1954-1968) ===''GRIMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Douglas Grimes|Grimes, Benjamin Douglas]] [https://www.familysearch.org/tree/person/details/LZ8B-D6J] - 1901(Qld)-1987(Qld) - Licences: Receive (Crystal) Brisbane (Annerley, 1923-1924); 4BD Brisbane (Annerley, 1926-1931) - Qualifications: cc; AOCP 278, 1926, No. 23 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Tarragindi, 1925-1937); share dealer (New Farm, 1943); farmer (Cleveland, 1949-1958); retired (Corinda, 1968-1980) ===''GRIMMETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Urbane Grimmett|Grimmett, Stanley Urbane]] [https://www.familysearch.org/tree/person/details/L447-3MW] - 1905(NZ)-1974(NSW) - Licences: 2ZW Newcastle (Hamilton, 1930-1937); 2ZW Sydney (Bankstown, 1938-1939; Strathfield, 1946-1960; Vaucluse, 1961-1969) - Qualifications: AOCP 667, 1930, NSW - amateur operator, amateur broadcaster, journalist - Electoral Rolls: pharmacist (Hamilton, 1930-1937; Strathfield, 1949-1958); Vaucluse, 1963) ===''GRIVELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Grivell|Grivell, John "Jack"]] [https://www.familysearch.org/tree/person/details/KC43-NGM] - 1901(SA)-1971(SA) - Licences: 5BK Yorketown (1930-1933); 5BK Gladstone (1937); 5BK Crystal Brook (1938-1939); 5BK Gawler (1946-1947); 5BK Magill (1948-1969) - Qualifications: cc; AOCP 609, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (5CK Crystal Brook, 1939-1941); telephone mechanic (Gawler, 1943) ===''GROGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold William Grogan|Grogan, Arnold William]] [https://www.familysearch.org/tree/person/details/GFSS-87B] - 1915(WA)-1997(WA) - Licences: 6EI Perth (Mt Lawley, 1936-1939; City, 1947); 6EI Carnarvon (1948); 6EI Perth (Leederville, 1954-1980+) - Qualifications: cc; AOCP 1759, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Maylands, WA, 1937; East Perth, WA, 1943); public servant (Cottesloe, WA, 1949); civil servant (Leederville, WA, 1954-1980) ===''GRONOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rees Gronow|Gronow, William Rees]] [https://www.familysearch.org/tree/person/details/GZVM-KFV] - 1908(Vic)-2003(Vic) - 3EQ Receive Melbourne (City, 1922-1924), 3WG Melbourne (City, 1925-1933; Glen Iris, 1937; Malvern East, 1937; Glen Iris, 1938-1939, 1948-1960; Brighton, 1965-1980), amateur operator (AOCP 178, 1925, No. ?? in Vic), amateur broadcaster, director (Malvern, 1936-1954; Brighton, 1968-1977)) ===''GROVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Grove|Grove, Henry]] [https://www.familysearch.org/tree/person/details/L5KB-97B] - 1897(Eng)-1973(NSW) - Licences: N746 Receive Sydney (Enmore, 1922); 2HZ Receive Sydney (Enmore, 1922) - Qualifications: cc; CPRT 575, 1920 - amateur receiver - Electoral Rolls: traveller (Castle Hill, 1930); poultry farmer (Peakhurst, 1933-1949); retired (Burwood, 1963-1972) ===''GROWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Norman Wills Growden|Growden, George Norman Wills "Norman"]] [https://www.familysearch.org/tree/person/details/G9C6-15M] - 1913(Vic)-1984(SA) - Licences: 5YM Gladstone (1937-1939); 5YM Wedge Island via Port Lincoln (1954-1975) - Qualifications: cc; AOCP 1945, 1937, SA; BOCP 145, 1938; 2COCP 401, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: farmer (Gladstone, SA, 1939-1943); wireless operator (RAAF Station, Pearce, WA, 1943) ===''GRUBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Grubb|Grubb, William John]] [https://www.familysearch.org/tree/person/details/G6WK-K6N] - 1907(Qld)-1970(Vic) - Licences: 4DI Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: labourer (Rockhampton, 1931); concrete labourer (Rockhampton, 1936-1963); retired (Finch Hatton, 1968) ===''GRUMMITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Frederick Grummitt|Grummitt, Gilbert Frederick]] [https://www.familysearch.org/tree/person/details/G8Z7-FFD] - 1906(Qld)-1960(Qld) - Licences: 4BS Brisbane (Fortitude Valley, 1929-1933; Hamilton, 1937-1939; Bulimba, 1948-1960) - Qualifications: cc; AOCP 531, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: welder (Fortitude Valley, 1928-1934; Hamilton, 1936-1937); boilermaker (Bulimba, 1949-1958) ===''GRUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hill Grundy|Grundy, Robert Hill]] [https://www.familysearch.org/tree/person/details/LZP7-F78] - 1915(SA)-1988(SA) - Licences: 5BG Murray Bridge (1937-1939, 1947-1948); 5BG Crystal Brook (1954-1980) - Qualifications: cc; AOCP 2010, 1937, SA; BOCP 175, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''GUILDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Guildford|Guildford, Alfred]] [https://www.familysearch.org/tree/person/details/GX4T-5BG] - 19??(Eng)-1960(Qld) - Licences: 4AP Brisbane (Herston, 1934-1939, 1946-1948; Sandgate, 1960) - Qualifications: cc; AOCP 1342, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, publicity officer) - Electoral Rolls: advertisment writer (West End, Qld, 1934); copy writer (Kelvin Grove, Qld, 1936-1949) ===''GUNDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thor Odin Gundersen|Gundersen (BDM) or Gunderson (Census), Thor Odin]] [https://www.familysearch.org/tree/person/details/GHL8-F2W] - 1895(NZ)-1986(NZ) - Licences: Nil yet identified - Qualifications: cc; 1COCP 242, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: agent (Bondi, 1930-1931); radio officer (ss Fiona, 1943) ===''GUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Campbell Gunn|Gunn, Kenneth Campbell]] [https://www.familysearch.org/tree/person/details/93DG-X18] - 1911(Qld)-1975(Qld) - Licences: 4LG Laidley (1932-1937); 4LD Laidley (1937-1939, 1946-1975) - Qualifications: cc; AOCP 884, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Callsigns: 4LG likely withdrawn for 4LG Longreach - Electoral Rolls: clerk (Laidley, Qld, 1937-1972) ===''GUNTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Eliot Gunter|Gunter, Norman Eliot]] [https://www.familysearch.org/tree/person/details/L2WR-5VB] - 1912(Vic)-1943(At Sea) - Licences: 3NG Melbourne (Caulfield, 1930-1933; Hawthorn, 1937-1939) - Qualifications: AOCP 593, 1930, No. ?? in Vic; 2COCP 372, 1932; 1COCP 51, 1935 - amateur operator, amateur broadcaster, WW2 (merchant navy, wireless operator) - Electoral Rolls: sales (Caulfield, 1935; Hawthorn, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1428541] ===''GURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Carlisle Gurner|Gurner, Reginald Carlisle]] [https://www.familysearch.org/tree/person/details/GZZ2-8S8] - 1905(SA)-1975(SA) - 5CZ Receive Adelaide (New Parkside, 1923); Receive Adelaide (New Parkside, 1923); 5RG Adelaide (New Parkside, 1923-1928; Linden Park Gardens, 1931-1939) - Qualifications: cc; AOCP 31, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Linden Gardens, SA, 1939-1943) ===''GURR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Frederick Gurr|Gurr, Alan Frederick]] [https://www.familysearch.org/tree/person/details/G8GM-KJV] - 1904(Tas)-1974(Vic) - Licences: 3AG Geelong East (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geelong, 1926-1928; Belmont, 1931-1972) * [[/George Henry Gurr|Gurr, George Henry]] [https://www.familysearch.org/tree/person/details/L46K-DBB] - 1896(SA)-1957(Vic) - Licences: 5GO Adelaide (Parafield, 1933); 3QH Melbourne (Stanmore, 1947-1956) - Qualifications: cc; AOCP 1142, 1933, SA; 3COCP 185, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Parkville, Vic, 1926); ground engineer (Essendon, Vic, 1928); inspector (Caulfield, Vic, 1942; Essendon, Vic, 1949-1954) ===''GUTTERIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frank Gutteridge|Gutteridge, Reginald Frank]] [https://www.familysearch.org/tree/person/details/KNYP-KSN] - 1886(Tas)-1942(WA) - Licences: V759 Receive (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm manager (Marnoo, Vic, 1921); electrical engineer (Rupanyup, 1924-1927) =='''H'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''HADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lionel Trimble Hadley|Hadley, Arthur Lionel Trimble "Doc"]] [https://www.familysearch.org/tree/person/details/G7ZX-G9Y] - 1900(Qld)-1964(Qld) - Licences: 4AH Brisbane (Clifton Hill, 1930-1933; Dutton Park, 1937-1939; Annerley, 1946-1956) - Qualifications: cc; AOCP 636, 1930, No. ?? in Qld - amateur operator, amateur broadcaster, WW1, federal public servant (PMGD) - Electoral Rolls: signwriter (Taringa, 1921); salesman (Toowong, 1922-1925); motor assembler (Yeronga, 1929); radio mechanic (South Brisbane, 1937); technician (Annerley, 1949-1958); retired (Inala, 1958; Seven Hills, 1963) ===''HADLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Lindsay Hadlow|Hadlow, Martin Lindsay]] - radio clubs (NZDXRL, ARDXC, DXA), early wireless and broadcasting historian (Ph.D. Thesis,) ===''HAGARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neville Douglas Hagarty|Hagarty, Neville Douglas]] [https://www.familysearch.org/tree/person/details/G38J-GBJ] - 1907(Qld)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster (on 4WH); radio club participant; business proprietor; pilot; federal public servant (DCA) - Relationships: brother of 4WH William Edward Hagarty - Electoral Rolls: woodworker (Hospital Hill, 1930) * [[/William Edward Hagarty|Hagarty, William Edward "Edward / Eddie"]] [https://www.familysearch.org/tree/person/details/G384-TL3] - 1905(Qld)-1971(Qld) - Licences: 4WH Longreach (1925-1939); 4WH Townsville (1954-1969) - Qualifications: cc; AOCP 172, 1925, No. 16 in Qld; 2COCP 271, 1939; 1COCP 309, 1940 - amateur operator; amateur broadcaster; WW2; engineer; postal employee (PMG); federal public servant (PMG) - Relationships: brother of Neville Douglas Hagarty - Electoral Rolls: postal assistant (Longreach, 1930-1937); aeradio operator (Longreach, 1943); officer commanding aeradio station (Townsville, 1949-1954); communications officer (Townsville, 1958-1963; Mysterton, 1968) ===''HAI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pham Nhu Hai|Hai, Pham Nhu "Hai"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC), Director Broadcasting ITU-R ===''HAIGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bartin Robert Alfred Read Haigh|Haigh, Bartin Robert Alfred Read]] [https://www.familysearch.org/tree/person/details/GS9T-J8B] - 1854(NSW)-1928(NSW) - Licences: N752 Receive Sydney (Ashfield, 1922); 2IA Receive Sydney (Ashfield, 1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Ashfield, 1930); poultry farmer (Seven Hills, 1933) ===''HAINES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Lewis Harrison Haines|Haines, Claude Lewis Harrison]] [https://www.familysearch.org/tree/person/details/GXRC-8F6] - 1906(SA)-1996(SA) - Licences: 5CH Millicent (1933-1937); 3QM Geelong (Belmont, 1938-1939); 5CH Mt Gambier (1947-1980) - Qualifications: cc; AOCP 1118, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Belmont, Vic, 1937); engine driver (Mt Gambier, SA, 1941-1943) ===''HALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl William Millar Hale|Hale, Carl William Millar "William"]] [https://www.familysearch.org/tree/person/details/L5VR-TPL] - 1901(Vic)-1986(Vic) - Licences: 3GH Receive Melbourne (Elsternwick, 1922-1923); 3GH Anglesea (1924-1931+) - Qualifications: cc; AOCP 120, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (Elsternwick, 1924); architect (Hawthorn, 1958-1968; Malvern, 1977-1980) ===''HALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lovett Hall|Hall, Geoffrey Lovett]] [https://www.familysearch.org/tree/person/details/GHDB-ZD3] - 1895(Tas)-1972(Tas) - Licences: Receive Waddamanna (1923-1924); 7GH Waddamanna (1925-1931+); 7GH Hobart (1937-1939, 1947-1948) - Qualifications: cc; AOCP 137, 1925, No. ?? in Tas; BOCP 85, 1937 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Waddamana, 1928); engineer (New Town, 1936-1949) * [[/Graham George Hall|Hall, Graham George]] [https://www.familysearch.org/tree/person/details/G8HN-Z89] - 1910(Vic)-1971(Eng) - Licences: 3WO Melbourne (Glen Iris, 1929-1931; Hawthorn, 1933); 2AGH Sydney (Five Dock, 1937; Strathfield, 1938-1939; Hurstville, 1946-1969) - Qualifications: AOCP 482, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Auburn, 1934-1936); radio engineer (Abbotsford, 1937); engineer (Hurstville, 1949-1954; South Hurstville, 1958-1968) * [[/Reginald Allen Hall|Hall, Reginald Allen]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 539, 1929, No. ?? in ???? - amateur operator?, amateur broadcaster? - Electoral Rolls: Nil yet identified * [[/R. F. Hall|Hall, R. F.]] - 19??(???)-19??(???) - Licences: 3FH Receive Melbourne (Toorak, 1922); 3FH Melbourne (Toorak, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/William Charles Hall|Hall, William Charles]] - 19??(???)-19??(???) - Licences: 2BH Abermain (1930-1933); 2XT Abermain (1934-1936); 2XT Kurri Kurri (1938-1939, 1946-1948); 2XT Newcastle (Cooks Hill, 1950-1965; Toronto, 1969-1980+) - Qualifications: AOCP 643, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Abermain, 1935; Kurri Kurri, 1937-1943); hotel licensee (Newcastle, 1949-1963); retired (Toronto, 1972; Carey Bay, 1977-1980) - Comment: 2BH licence withdrawn for 2BH Broken Hill commercial; Beware several contemporaneous WCH in Newcastle region ===''HALLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philpot Hallam|Hallam, William Philpot]] [https://www.familysearch.org/tree/person/details/97MX-Y3J] - 1859(Tas)-1952(Vic) - Licences: XZH Hobart (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; PMGD Vic + Federal - Electoral Rolls: Nil ===''HALLIDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Fred Halliday|Halliday, Eric Fred]] [https://www.familysearch.org/tree/person/details/GC26-L5B] - 1913(SA)-1989(SA) - Licences: 5FW Adelaide (Hectorville, 1935-1939; South Payneham, 1947-1969; Magill, 1975) - Qualifications: cc; AOCP 1494, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Crystal Brook, 1939) ===''HALYDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Guyler Halyday|Halyday, James Guyler]] - 1904(Vic)-19??(???) - 4HZ Gympie (1939, 1946-1980+) , amateur operator (AOCP 2287, 1939, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ; Gympie ARC), military (WW2), employment (SEAQ linesman) ===''HAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilton Ham|Ham, George Wilton]] [https://www.familysearch.org/tree/person/details/GWX4-P28] - 1905(Qld)-1987(Qld) - Licences: 4CR Receive Brisbane (Northgate, 1923); 4GW Brisbane (Northgate, 1930-1931; Coorparoo, 1937-1939) - Qualifications: cc; AOCP 572, 1930, No. ?? in Qld - amateur receiver; amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (Toombul RC); employment (Chandlers) - Electoral Rolls: clerk (Coorparoo, 1937; St Lucia, 1943-1968); retired (Jamboree Heights, 1972-1980) * [[/Guildford Ham|Ham, Guildford]] [https://www.familysearch.org/tree/person/details/G67H-W9Y] - 1906(Qld)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; BOCP 101, 1937 - radio technician - Electoral Rolls: shop assistant (South Brisbane, 1928-1937); radio technician (South Brisbane, 1943; Bald Hills, 1943; Annerley, 1954); technician (Wavell Heights, 1958-1963) * [[/Thomas Edward Ham|Ham, Thomas Edward]] [https://www.familysearch.org/tree/person/details/G88F-R3P] - 1921(Qld)-19??(???) - Licences: 4WX Brisbane (Chelmer, 1937-1939); 2AGA Sydney (Kogarah, 1946-1947; Carlton, 1948-1950; Sylvannia Heights, 1954-1975); 4AGT Buderim (1980+) - Qualifications: cc; AOCP 2056, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (Sunshine Coast ARC); military (WW2, RAAF) - Electoral Rolls: radio mechanic (Sylvannia, 1954-1968); mechanic (Sylvannia, NSW, 1972-1977); retired (Buderim, 1980) ===''HAMILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Ormsby Hamilton|Hamilton, John William Ormsby]] [https://www.familysearch.org/tree/person/details/MG65-XRC] - 1869(Tas)-1944(Eng) - Australian representative of Pacific Radio Telegraph Co and Marconi Telegraph Co, promoted a scheme to link Aus/NZ/Pacific Islands (rejected by Aus Gov 1909), migrated to England to work for Marconi, donated Ormsby Hamilton Radio Prize in memory of his father Thomas Ormsby Hamilton ===''HAMMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Harold Hammond|Hammond, John Harold]] [https://www.familysearch.org/tree/person/details/G6HP-67H] - 1875(NSW)-1932(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: barrister-at-law (Ashfield, 1913); barrister (Killara, 1930-1932) * [[/Herbert Bowes Hammond|Hammond, Herbert Bowes]] [https://www.familysearch.org/tree/person/details/LZ4J-2PK] - 1907(NSW)-1967(NSW) - 2NI Sydney (Chatswood, 1925; Epping, 1926-1927; Chatswood, 1928; Naremburn, 1929-1930), amateur operator (AOCP 64, 1925 01, No. ?? in NSW; CPRT 895, 1925 12; 2COCP 318, 1931), amateur broadcaster ===''HANCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. A. Hancock|Hancock, C. A. or G. A.]] - 19??(???)-19??(???) - Licences: V748 Receive Melbourne (Berwick, 1922); 3GU Receive Melbourne (Berwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/D'Arcy Maxwell Hancock|Hancock, D'Arcy Maxwell]] [https://www.familysearch.org/tree/person/details/GCG4-L3Y] - 1910(SA)-2017(SA)107yo - Licences: 5RJ Kadina (1927-1939, 1946-1960); 5RJ Adelaide (Mitchell Park, 1965-1980+) - Qualifications: cc; AOCP 356, 1927, No. ?? in SA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Kadina, 1947) ===''HANNAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hannam|Hannam, Harold William]] [https://www.familysearch.org/tree/person/details/G83F-J78] - 1913(NSW)-1964(Vic) - Licences: 2IR Sydney (Hurstville South, 1935-1937); 2IR Orange (1938-1939); Sydney (South Hurstville, 1946-1948) - Qualifications: cc; AOCP 1472, 1935, Qld; BOCP 9, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hurstville, 1934-1937); radio engineer (Orange, 1943; Hurstville, 1949); engineer (Cheltenham, 1949-1954; Moorabbin, 1963) * [[/Walter Henry Hannam|Hannam, Walter Henry "Wally" "Wal", "Doc", "Fatty"]] [https://www.familysearch.org/tree/person/details/273W-H9T] - 1885(NSW)-1965(NSW) - XQI Stamford, Qld (1911-1914); 2YH Sydney (Balmain, 1924; Mosman, 1924-1933; Willoughby, 1934-1939); 2AXH Terrigal (1954-1961) - Qualifications: cc; AOCP 27, 1924, No. 10 in NSW - early wireless experimenter; amateur operator; radio clubs (WIA NSW, first secretary 1910); wireless operator Australasian Antarctic Expedition (1912-1914) - Relationships: don't confuse with father William Henry Hannam of Hannams Ltd, engineers & sheet metal workers - Electoral Rolls: - Links: [[w:Walter Henry Hannam|Wikipedia]]; [https://www.coolantarctica.com/Antarctica%20fact%20file/History/biography/hannam_walter.php Bio1]; [https://www.antarctica.gov.au/about-antarctica/history/people/walter-hannam/ Bio2] ===''HANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hansen|Hansen, Harold William]] [https://www.familysearch.org/tree/person/details/93DG-45T] - 1914(Qld)-2005(Qld) - Licences: 4FH Brisbane (Forest Hill, 1935-1939); 4SV Brisbane (Bulimba, 1948-1965; Carina, 1969-1980+) - Qualifications: cc; AOCP 1508, 1935, Qld; BOCP 1039, 1949 - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, 1937, radio technician); state public servant (BCC, communications officer) - Relationships: father of Graham Hansen 4FV - Electoral Rolls: labourer (Forest Hill, Qld, 1936-1937); WT Operator (Wendouree, Vic, 1942); RAAF (Maryborough, Qld, 1943); radio technician (Carina, Qld, 1968-1980) ===''HARDGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Hardgrave|Hardgrave, Philip "Pop"]] [https://www.familysearch.org/tree/person/details/GMPF-XL5] - 1857(Qld)-1940(Qld) - Licences: 4PH Brisbane (South Brisbane, 1933-1939) - Qualifications: cc; AOCP 1150, 1933, No. ?? in Qld - amateur operator; amateur broadcaster - Comment: oldest person in British Empire to obtain a full licence - Electoral Rolls: fruitgrower (Wellington Point, 1916-1928) ===''HARDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Netherton Kilgour Hardie|Hardie, Bruce Netherton Kilgour]] [https://www.familysearch.org/tree/person/details/GZ95-FMJ] - 1896(Vic)-1965(Vic) - 3YX Melbourne (Garden Vale, 1925-1933; City, 1937-1939), amateur operator (AOCP 49, 1925, No. ?? in Vic), amateur broadcaster, WIA Vic, accountant ===''HARDISTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Hardisty|Hardisty, David Charles]] [https://www.familysearch.org/tree/person/details/GZTM-C4W] - 1907(WA)-1980(WA) - Licences: 6DH Perth (Victoria Park, 1926-1939; West Perth, 1946-1948; Applecross, 1954-1980) - Qualifications: cc; AOCP 273, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Victoria Park, 1931-1943); radio mechanic (Applecross, 1954-1980) ===''HARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. R. Hardy|Hardy, W. R.]] - 19??(???)-19??(???) - 2RD Sydney (Glebe, 1925-1927), amateur operator (AOCP 187, 1925, No. ?? in NSW), amateur broadcaster ===''HARKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dennis James Harkin|Harkin, Denis or Dennis James]] [https://www.familysearch.org/tree/person/details/G45Q-9PH] - 1903(SA)-1993(Vic) - Licences: 3YN Receive Melbourne (Prahran, 1923); 3KF Melbourne (Kensington, 1924-1925); 3YN Melbourne (Preston, 1924-1926); 4YN Bowen (1927); 3YN Melbourne (East Brunswick, 1931); 3YY Newport (1938); 6YN Pearce (1938); 3ADJ Melbourne (Prahran, 1946-1948; Middle Park, 1954-1956; Thornbury, 1960-1975); 4ADJ Maryborough (1980) - Qualifications: CPRT 782, 1923; 1COCP 280, 1932 - amateur operator; amateur broadcaster; radio club participant (WIAQ); career military (RAAF); federal public servant (PMGD); WW2 - Electoral Rolls: mechanic (Preston, Vic, 1926; Brunswick, Vic, 1931; Newport, 1937); RAAF (Clifton Hill, 1942); technician (Prahran, 1949; Albert Park, 1954); radio technician (Thornbury, 1963-1972); nil (Maryborough, 1977-1980) ===''HARLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Harlen|Harlen, John Edward]] [https://www.familysearch.org/tree/person/details/K8MP-TWB] - 1884(Qld)-1953(Qld) - Licences: Receive Brisbane (Sunnybank, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Coopers Plains, Qld, 1908); fruit grower (Sunnybank, Qld, 1912-1949) ===''HARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Nicoll Harley|Harley, Gordon Nicoll]] [https://www.familysearch.org/tree/person/details/G89D-41H] - 1901(NSW)-1986(Qld) - Licences: "4AR Unlicensed" Ipswich (1926-1928); 4GH Ipswich (1928-1933); 4GH Didcott (1937-1939); 4GH Maryborough (1946-1980+) - Qualifications: cc; AOCP 385, 1928, No. 43 in Qld - amateur operator; amateur broadcaster; business proprietor (radio manufacture); employment (school teacher); WW2 - Electoral Rolls: clerk (Brassall, 1925); school teacher (Didcot, 1936-1943); teacher (Maryborough, 1949); school teacher (Maryborough, 1954-1980) ===''HARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Harmer|Harmer, George]] [https://www.familysearch.org/tree/person/details/LRTY-KHZ] - 1900(Eng)-1980(Qld) - Licences: 4XW Brisbane (Coorparoo, 1934-1939, 1946-1948; Camp Hill, 1954-1956; Coorparoo, 1960-1980) - Qualifications: cc; AOCP 1301, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIAQ); telephone technician (PMGD); federal public servant (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, Qld, 1937-1954); technician (Coorparoo, Qld, 1958-1980) ===''HARRANTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wolf Harranth|Harranth, Wolf]] - 1941(Austria)-2021(Austria) - Licences: OE1WHC Austria - curator of Dokufunk, host of the world's largest collection of amateur radio and broadcast QSLs; amateur radio operator; broadcast announcer; historian (amateur radio, broadcasting); children's book author; translator - provided the core of the WIA QSL collection ===''HARRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Harris|Harris, Alfred Charles]] [https://www.familysearch.org/tree/person/details/GZY1-F4K] - 1900(Vic)-1963(Vic) - Licences: 3CH Birchip (1926-1939; 1946-1960+) - Qualifications: AOCP 303, 1926, No. ?? in Vic -amateur operator, amateur broadcaster, class B licence? - Electoral Rolls: engineer (Ouyen, 1924); electrical engineer (Birchip, 1925-1954; Power Station, Ouyen, 1963) * [[/Ross Clifford Harris|Harris, Ross Clifford]] [https://www.familysearch.org/tree/person/details/L5Y2-DZF] - 1917(SA)-1954(SA) - Licences: 5FL Adelaide (Glenelg, 1936-1939; Malvern, 1947-1948; Hawthorn, 1954) - Qualifications: cc; AOCP 1651, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Valentine Harms Harris|Harris, Valentine Harms]] [https://www.familysearch.org/tree/person/details/L1PM-FDM] - 1909(WA)-1995(WA) - Licences: 6NL Perth (Shenton Park, 1935-1939; Applecross, 1947-1969); 6NL Denmark (1975-1980+) - Qualifications: cc; AOCP 1579, 1935, WA - amateur operator; amateur broadcaster - Relationships: Husband of 6YL Ruth Victoria Harris nee Longley - Electoral Rolls: garage employee (Subiaco, WA, 1931); radio mechanic (Subiaco, WA, 1936-1937); mechanic (Applecross, WA, 1949-1972) ===''HARRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Lionel Carr Harrison|Harrison, Percival Lionel Carr]] [https://www.familysearch.org/tree/person/details/GFM3-VDC] - 1912(WA)-2001(WA) - Licences: 6LH Perth (Claremont, 1937-1939; Armadale, 1947-1980+) - Qualifications: cc; AOCP 1909, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Claremont, WA, 1936-1937); civil servant (Armadale, WA, 1943-1980) ===''HARRISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Harriss|Harriss, Alfred George]] [https://www.familysearch.org/tree/person/details/K8HN-THZ] - 1873(Eng)-1932(Qld) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), radio clubs (Longreach Radio Club), business proprietor (Jackson & Harriss) - Electoral Rolls: engineer (Longreach, 1930) - Relationships: father of Dorothy Winnifred Macfarlane formerly Fanning nee Harriss * [[/Dorothy Winnifred Harriss|Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred]] [https://www.familysearch.org/tree/person/details/KGYC-3CP] - 1905(Qld)-1986(Qld) - Licences: 4DH Longreach (1930-1933) - Qualifications: cc; AOCP 573, 1930, No. ?? in Qld; BOCP - amateur operator; amateur broadcaster; radio clubs (WIAQ); first YL operator in Qld - Electoral Rolls: typist (Longreach, 1930); home duties (Longreach, 1936-1943; Warwick, 1949; Toowoomba, 1954-1977; Macgregor, 1980) - Relationships: daughter of Alfred George Harriss ===''HARRISSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harrisson|Harrisson, Charles "Snowy"]] [https://www.familysearch.org/tree/person/details/LK9P-VK3] - 1908(Tas)-1995(Tas) - Licences: 7CH Hobart (Bellerive, 1933); 3CN Shepparton (1937-1939); 7CH Hobart (Moonah, 1954-1960); 7CH Burnie (1965); 7CH Hobart (Bellerive, 1969-1980+) - Qualifications: cc; AOCP 348, 1927, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: son of Charles Turnbull Harrisson, biologist in the Australasian Antarctic Expedition - Electoral Rolls: bank clerk (Shepparton, 1936-1949); bank manager (Moonah, 1954) ===''HARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leslie William Harston|Harston, Leslie William or William Leslie "Bill"]] [https://www.familysearch.org/tree/person/details/GDQD-XVY] - 1897(Qld)-1983(Qld) - Licences: 4RY Brisbane (Clayfield, 1932-1939, 1946-1948; Holland Park, 1954-1969) - Qualifications: cc; AOCP 903, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; business proprietor (art shop) - Electoral Rolls: warehouseman (Clayfield, Qld, 1921-1943); no occupation (Holland Park, Qld, 1954-1980) ===''HART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Samuel Hart|Hart, Augustus Samuel]] [https://www.familysearch.org/tree/person/details/9CMQ-4CP] - 1890(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 57, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: saddler (Watchem, Vic, 1912; Glen Thompson, 1913); wireless engineer (Moonee Ponds, 1936-1937); wireless operator (Esperance, 1943); telegraphist (Darwin, 1949); wireless officer (Moonee Ponds, 1963-1968; Essendon, 1972) * [[/James Claude Hoyte John Hart|Hart, James Claude Hoyte John "Hoyte John", "Roy"]] [https://www.familysearch.org/tree/person/details/GQWC-W4C] - 1904(Eng)-1992(NSW) - Licences: 2HO Sydney (Manly, 1928-1931; Roseville, 1933-1939, 1946-1956; St Ives East, 1957-1975; Manly, 1980+) - Qualifications: AOCP 410, 1928, No. ?? in NSW; 3COCP 4622, 1963 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Roseville, 1933-1954; St Ives, 1958-1963); retired (St Ives, 1968-1977; Manly, 1980) * [[/Norman Victor Hart|Hart, Norman Victor]] [https://www.familysearch.org/tree/person/details/LNK3-TXW] - 1908(Qld)-1998(Qld) - Licences: 4KO Booval (1931-1939, 1946-1980+) - Qualifications: cc; AOCP 760, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIA, Ipswich RC); engineer - Electoral Rolls: shop assistant (Booval, 1932-1937); grocer (Booval, 1943-1949); radio technician (Booval, 1954-1972; East Ipswich, 1977-1980) ===''HARVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. C. L. Harvey|Harvey, B. C. L.]] - 19??(???)-19??(???) - Licences: XJAC Melbourne (Port Melbourne, 1913) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edward Rossiter Harvey|Harvey, Edward Rossiter]] [https://www.familysearch.org/tree/person/details/GXBP-BK8] - 1918(WA)-2009(Qld) - Licences: 6RG Perth (Scarborough, 1937-1939, 1947-1948); 4RK Surfers Paradise (1969-1980+) - Qualifications: cc; AOCP 2041, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Leederville, WA, 1943; Scarborough, WA, 1943); newsagent (Scarborough, WA, 1949-1958); shopkeeper (Surfers Paradise, Qld, 1963); proprietor (Surfers Paradise, Qld, 1972-1977); retired (Mermaid Waters, Qld, 1980) * [[/Manning Herbert Harvey|Harvey, Manning Herbert]] [https://www.familysearch.org/tree/person/details/KZGG-LFZ] - 1887(Tas)-1932(Tas) - Licences: XZC Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: electrician (Hobart East, 1914-1928) ===''HASKARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Geoffrey Haskard|Haskard, Reginald Geoffrey "Geoff"]] [https://www.familysearch.org/tree/person/details/GZB5-S35] - 1906(SA)-1988(SA) - Licences: Receive Adelaide (Jamestown, 1923-1924); 5RH Adelaide (Jamestown, 1927-1931; North Adelaide, 1933; Malvern, 1937-1939; Helmsdale, 1947; Plympton, 1948-1975; West Beach, 1980+) - Qualifications: cc; AOCP 316, 1927, No. ?? in SA; BOCP 1558, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: retreader (Malvern, 1939-1941); wireless operator (Malvern, 1943) ===''HATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Westrop Henry Hatfield|Hatfield, Westrop Henry "West"]] [https://www.familysearch.org/tree/person/details/GZB5-VF5] - 1909(Vic)-1998(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''HATTAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Hattam|Hattam, Fred]] [https://www.familysearch.org/tree/person/details/G8ZV-QDL] - 1906(Vic)-1976(Vic) - Licences: 3HW Castlemaine (1929-1939); 3BAL Castlemaine (1975) - Qualifications: AOCP 541, 1929, No. ?? in Vic; BOCP 410, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Castlemaine, 1928-1937); radio mechanic (Castlemaine, 1954-1967); engineer (Castlemaine, 1968-1972) ===''HAWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haworth|Haworth, William]] [https://www.familysearch.org/tree/person/details/G823-JT3] - 1896(Qld)-1987(Qld) - Licences Q737 Receive Qld (1922-1923) - Qualifications: cc; Nil identified as yet - amateur receiver - Electoral Rolls: telephone mechanic (Ironside Estate, 1917); mechanic (Taringa, 1921-1928); lineman (North Tmborine, 1931); electrical mechanic (Eagle Heights, 1936; Toowong, 1937); telephone mechanic (Bundaberg, 1943-1949); technician (Toowong, 1954-1972); retired (Caloundra, 1977-1980) ===''HAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edgar Cecil Hawson|Hawson, Thomas Edgar Cecil]] [https://www.familysearch.org/tree/person/details/GXZ2-ZV9] - 1916(Qld)-1992(Qld) - Licences: 4CH Ipswich (Woodend, 1937-1939; East Ipswich, 1947-1948); 4CH Brisbane (Yeronga, 1969; Salisbury, 1975-1980) - Qualifications: cc; AOCP 2016, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: agent (Ipswich, Qld, 1937); radio mechanic (East Ipswich, Qld, 1949); storekeeper (Windsor, Qld, 1954; Yeronga, Qld, 1958; Salisbury, Qld, 1963-1980) ===''HAYMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Inglis Hayman|Hayman, William George Inglis]] [https://www.familysearch.org/tree/person/details/G8NL-CX1] - 1897(Eng)-1968(WA) - Licences: 6BG Perth (Claremont, 1925); 6GH Perth (Claremont, 1946-1965) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; scientist; educator - Electoral Rolls: lecturer (Claremont, 1922-1929); engineer (Claremont, 1931-1954); civil servant (Claremont, 1958-1968) - [https://adb.anu.edu.au/biography/hayman-william-george-12971 ADB] ===''HAYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Lot Henry Haynes|Haynes, Bruce Lot Henry]] [https://www.familysearch.org/tree/person/details/KC44-8M4] - 1898(NSW)-1961(NSW) - Licences: 2YA Armidale (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Armidale, 1930-1936); poultry farmer (West Pennant Hills, 1943-1958) * [[/Thomas Ambrose John Haynes|Haynes, Thomas Ambrose John]] [https://www.familysearch.org/tree/person/details/GSC5-WXM] - 1902(SA)-1968(SA) - Licences: 5AY Adelaide (Black Forest Estate, 1931-1939) - Qualifications: cc; AOCP 835, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Black Forest, 1939-1943) ===''HAZLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Stanley Arnold Hazlett|Hazlett, Royce Stanley Arnold]] [https://www.familysearch.org/tree/person/details/GXX4-F38] - 1932(Qld)-2015(Qld) - Licences: 4ZRH Brisbane (Wellers Hill, 1965-1975) - Qualifications: AOLCP 1159, 1961, Qld - amateur operator - Relationships: Son of 4EO Stanley Albert Hazlett - Electoral Rolls: electrician (Coorparoo, Qld, 1954-1963); electrical contractor (Wellers Hill, Qld, 1968-1972); contractor (Tarragindi, Qld, 1977-1980) * [[/Stanley Albert Hazlett|Hazlett, Stanley Albert]] [https://www.familysearch.org/tree/person/details/KC33-RH7] - 1900(Qld)-1971(Qld) - Licences: 4EO Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 4ZRH Royce Stanley Arnold Hazlett - Electoral Rolls: clerk (Coorparoo, Qld, 1925-1928); buyer (Coorparoo, Qld, 1937-1968) ===''HEARPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Hearps, David Edward]] - See David Edward Vaughan (assumed change of name) ===''HEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Harry Heath|Heath, Allan Harry]] [https://www.familysearch.org/tree/person/details/L5Y4-4DT] - 1914(SA)-1986(SA) - Licences: 5ZX Adelaide (Prospect Park, 1934-1939; Highgate, 1947-1956; Brighton, 1960-1980) - Qualifications: cc; AOCP 1369, 1934, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''HEATHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Heathers|Heathers, Cyril John]] [https://www.familysearch.org/tree/person/details/G8XN-NG9] - 1909(Eng)-2003(NSW) - Licences: 2GZ Sydney (Bankstown, 1930-1934); 2UA Sydney (Bankstown, 1935-1939; Artarmon, 1946-1975) - Qualifications: AOCP 615, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Bankstown, 1930-1943); telephone engineer (Artarmon, 1949-1968); engineer (Artarmon, 1977-1980) - Comment: 2GZ callsign likely withdrawn by PMGD for 2GZ Orange commercial ===''HEILBRONN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Heilbronn|Heilbronn, George]] [https://www.familysearch.org/tree/person/details/LJHL-PW3] - 1894(Qld)-1972(Qld) - Licences: 4GG Chinchilla (1929-1939); 4GG Yarraman (1946-1955); 4GG Crows Nest (1956); 4GG Millmerran (1960); 4GG Brisbane (Wynnum, 1965-1969) - Qualifications: cc; AOCP 565, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (Qld Listeners' League) - Electoral Rolls: locomotive fireman (Chinchilla, 1925-1937); locomotive driver (Yarraman, 1954); engine driver (Millmerran, 1943-1958); retired (Wynnum, 1963-1968) ===''HEINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Heine|Heine, John Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/G9VS-V1F] - 1908(Tas)-1988(Vic) - Licences: 7JK Hobart (City, 1927; Bellerive, 1931); 4JX Brisbane (City, 1933; Ascot, 1935; Kangaroo Point, 1937; Mowbray Park, 1938-1939); 3JF Melbourne (Beaumaris) (1960-1980+) - Qualifications: cc; AOCP 355, 1927, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kangaroo Point, 1934; Norman Park, 1937); engineer (Brighton, 1949); representative (Beaumaris, 1954-1980) ===''HEINRICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Latimer Heinrich|Heinrich, William Latimer]] [https://www.familysearch.org/tree/person/details/GXG5-S7Y] - 1917(SA)-1993(SA) - Licences: 5HR Bute (1934-1939); 5HR Adelaide (Kensington Gardens, 1947-1980+) - Qualifications: cc; AOCP 1376, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: farmhand (Bute, SA, 1939-1943) ===''HEITSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry John Keith Heitsch|Heitsch, Henry John Keith or Heinrich Johann]] [https://www.familysearch.org/tree/person/details/G8CV-QYP] - 1907(Vic)-1996(Qld) - Licences: 3HK Melbourne (Mitcham, 1929-1939, 1947-1975); 4AHK Scarness (1980+) - Qualifications: AOCP 516, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: piano fitter (Mitcham, 1931-1954); technician (Mitcham, 1963-1977); retired (Scarness, Qld, 1980) ===''HELLAWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Herbert Hellawell|Hellawell, Francis Herbert "Frank"]] [https://www.familysearch.org/tree/person/details/LK5G-478] - 1885(Qld)-1958(Qld) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - early wireless experimenter; amateur radio clubs (member, WIQ); federal public servant (PMGD) - Electoral Rolls: engineer (Toowong, 1913-1914; Coorparoo, 1919; East Annerley, 1925; Annerley, 1929-1934); clerk (Brisbane City, 1937); no occupation (Beachmere, 1943-1949; Annerley, 1954-1958) ===''HELLYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leicester Henry Hellyer|Hellyer, Leicester Henry]] [https://www.familysearch.org/tree/person/details/KFNW-BTC] - 1908(NSW)-1972(NSW) - Licences: 2LS Sydney (Rockdale, 1930-1933) - Qualifications: AOCP 600, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Rockdale, 1930-1933; Manly, 1934-1935; Artarmon, 1936-1937; Willoughby, 1943; Artarmon, 1949-1963; Newport, 1968-1977) ===''HENDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Henderson|Henderson, Frederick James]] [https://www.familysearch.org/tree/person/details/GXQG-XRX] - 1891(Eng)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 208, 1916 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified * [[/S. A. Henderson|Henderson, S. A.]] - 19??(???)-19??(???) - Licences: 5JN Adelaide (Walkerville, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HENNESSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] - 1896(Qld)-19?? - 4LO Brisbane (City, 1931-1939), amateur operator (AOCP 826, 1931, No. ? in Qld), fourth YL operator in Qld ===''HENRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Geddes Henry|Henry, Arthur Geddes]] [https://www.familysearch.org/tree/person/details/L4QW-K9Z] - 1907(NSW)-1969(NSW) - Licences: 2ZK Sydney (Sandringham, 1929-1939) - Qualifications: AOCP 494, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Sandringham, NSW, 1930-1937); engineer (San Souci, 1949-1963; Northbridge, 1968) * [[/Clement John Henry|Henry, Clement John]] [https://www.familysearch.org/tree/person/details/GZ6T-RPC] - 1905(NSW)-1996(NSW) - Licences: Receive (Valve) Uralla (1923); 2CH Uralla (1924-1929); 2UR Uralla (1930-1939); 2UR Blakehurst (1946); 2UR Sydney (Neutral Bay, 1948-1957; Pymble, 1958-1980+) - Qualifications: cc; AOCP 85, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 (RAAF) - Withdrawal: 2CH callsign withdrawn in 1930 for 2CH Sydney - Electoral Rolls: electrician (Uralla, 1930-1937); electrical fitter (RAAF Richmond, 1943); technician (Neutral Bay, 1949-1954; Pymble, 1958-1980) * [[/John Edwin Henry|Henry, John Edwin]] [https://www.familysearch.org/tree/person/details/KL6B-GD6] - 1868(Vic)-1933(Qld) - Licences: 4CZ Receive Mt Alford via Boonah (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: baker (Gundy, NSW, 1913); farmer (Boonah, Qld, 1917-1921); storekeeper (Mt Alford, Qld, 1922-1926); baker (Dayboro, Qld, 1928; Wondai, Qld, 1931) * [[/Raymond Cherrington Henry|Henry, Raymond Cherrington "Tom"]] [https://www.familysearch.org/tree/person/details/GX5X-C1Y] - 1894(SA)-1975(SA) - Licences: 5CY Cook (1935-1939); 5RY Adelaide (Goodwood, 1960) - Qualifications: cc; AOCP 1421, 1935, SA - amateur operator; amateur broadcaster; WW2 - Comment: Son, also named RCH, passed in WW2 - Electoral Rolls: fitter (Goodwood Park, SA, 1939-1943) ===''HENWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ralph Franklin Henwood|Henwood, Ralph Franklin]] [https://www.familysearch.org/tree/person/details/G89X-CF6] - 1912(WA)-1979(WA) - Licences: 6RL Perth (North Perth, 1930-1933; Claremont, 1937); 6RL Northam (1946-1948); 2AXA Sydney (Rose Bay, 1960-1961); 6RL Perth (Claremont, 1969-1975) - Qualifications: cc; AOCP 720, 1930, No. ?? in WA; BOCP 2, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio serviceman (Claremont, 1936); radio operator (6AM) (Northam, 1937); radio technician (Northam, 1943-1949; Claremont, 1954); technician (Bellevue Hill, 1958; Claremont, 1963-1972; Nedlands, 1977) ===''HEPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Dean Hepton|Hepton, William Dean "Bill"]] [https://www.familysearch.org/tree/person/details/LRBB-VN5] - 1898(Qld)-1966(Qld) - Licences: 4WD Brisbane (Milton, 1932-1939) - Qualifications: cc; AOCP 918, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, instructor 1932-1935) - Electoral Rolls: mechanic (Paddington, Qld, 1921; Milton, Qld, 1925-1963) ===''HERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Kinross Herd|Herd, James Kinross]] [https://www.familysearch.org/tree/person/details/GZZ2-YSQ] - 1901(Vic)-1963(Vic) - 3JK Baccus Marsh (1924-1927), 3JK Wangaratta (1933-1939, 1946-1956), 3JK Mornington (1960), amateur operator (AOCP 36, 1924, No. ?? in Vic), amateur broadcaster ===''HERSCHEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Victor Herschel|Herschel, Henry Victor]] [https://www.familysearch.org/tree/person/details/K4N6-76H] - 1902(Qld)-1937(Qld) - Licences: 4UK Cairns (1929-1931); 4UK Toowoomba (1933); 4UK Brisbane (Indooroopilly, 1937) - Qualifications: cc; AOCP 564, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Newtown, 1925; Cairns, 1930; Indooroopilly, 1936-1937)- Comment: Passed too soon ===''HESKETH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Hesketh|Hesketh, John]] - 1868(Eng)-1917(Vic) - early wireless experimenter, senior state public servant (Qld electrical engineer), senior federal public servant (PMGD, chief electrical engineer), military (Royal Engineers, Eng; Qld Defence Force, lieutenant) ===''HEWITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Hewitt|Hewitt, Archibald John "Arch"]] [https://www.familysearch.org/tree/person/details/G8DZ-TNY] - 1910(SA)-1988(SA) - Licences: 5XK Adelaide (Torrensville, 1930-1939); 5XK Kingscote (1946-1948); 5XK Adelaide (Torrensville, 1954; College Park, 1955-1956; Lucindale, 1960; Semaphore, 1965-1969; Ottaway, 1975-1980) - Qualifications: cc; AOCP 582, 1930, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal clerk (Kingscote, 1939-1941) * [[/Clarence Richard Hewitt|Hewitt, Clarence Richard]] [https://www.familysearch.org/tree/person/details/G6D1-718] - 1900(Qld)-1969(Qld) - Licences: 4CR Brisbane (Rosalie, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Petrie Tce, Qld, 1919); student (Petrie Tce, Qld, 1921-1926); moulder (Rosalie, Qld, 1928); carpenter (Rosalie, Qld, 1936-1943; Indooroopilly, Qld, 1949); hotel manager (Indooroopilly, Qld, 1954) * [[/Horace Thomas Hewitt|Hewitt, Horace Thomas]] [https://www.familysearch.org/tree/person/details/MN6S-JBL] - 1904(Qld)-1988(Qld) - Licences: 4PD Brisbane (Moorooka, 1939, 1947-1980) - Qualifications: cc; AOCP 2377, 1939, Qld - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Hodgson, Qld, 1925; Bowen, Qld, 1930); mechanic (Roma, Qld, 1936-1937); turner (Moorooka, Qld, 1943-1980) * [[/Thomas George Hewitt|Hewitt, Thomas George]] [https://www.familysearch.org/tree/person/details/GXZ2-PLM] - 1900(NSW)-1962(NSW) - Licences: 4TH Cairns (1937-1939); 2LH Lismore (1946-1961); 2ATG Lennox Head (1955-1961) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: medical practitioner (Cairns, Qld, 1930-1943; Lismore, NSW, 1949-1958) ===''HIAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Charles Hiam|Hiam, Robert Charles "Charles"]] [https://www.familysearch.org/tree/person/details/9VCT-14T] - 1888(Vic)-1982(Vic) - Licences: XLD Melbourne (Balaclava, 1913-1914); 3LW Melbourne (St Kilda, 1923-1931; Caulfield North, 1933-1939) - Qualifications: cc; CPRT 174, 1915 - amateur operator; amateur broadcaster - Electoral Rolls: tailor (St Kilda, 1913-1928; Caulfield, 1931-1968); retired (Beaumaris, 1972-1980) ===''HICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Joseph Hicks|Hicks, Henry Joseph "Harry"]] [https://www.familysearch.org/tree/person/details/G8QG-RRR] - 1913(Qld)-1983(Qld) - Licences: 1HH Macquarie Island (1955-1956); 4HG Willis Island (1963); 9HG Lae, New Guinea (1965-1969); 4HG Tolga (1975-1980) - Qualifications: AOCP 2468, 1941, Qld; 1COCP 784, 1944 - amateur operator - Electoral Rolls: letterpress machinist (Cairns, 1936-1937); printer (Newtown, 1943); radio officer (Broome, 1963); wireless operator (Thursday Island, 1972); retired (Tolga, 1977-1980) - Awards: BEM (1958, Officer in Charge, Radio Weather Reporting Station, Willis Islets) ===''HIGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Gordon Conway Higgins|Higgins, John Gordon Conway "Jack"]] [https://www.familysearch.org/tree/person/details/GD45-FKK] - 1884(NSW)-1963(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 29, 1914 - wireless telegraphist, WW1, WW2 - Electoral Rolls: clerk (South Perth, 1910-1912); radio engineer (Prahran, 1925-1927); manufacturer (St Kilda, Vic, 1934-1937); soldier (Caulfield, 1942); military duties (South Yarra, 1949); retired (Dromana, 1954; Sorrento, 1963) ===''HILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Edward Hilder|Hilder, Henry Edward]] - 1919(???)-1984(Qld) - 4HH Brisbane (East Brisbane, 1946-1948; Nudgee, 1954-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ), military (WW2, AIF Signals), employment (Brisbane Fire Brigade, communications), (Halcyon says AOCP Brisbane 1936 but no record) ===''HILDYARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol David Hildyard|Hildyard, Athol David]] [https://www.familysearch.org/tree/person/details/LYNY-TBD] - 1919(Tas)-1998(Tas) - Licences: 7DH Hobart (City, 1936-1939, 1948; Montagu Bay, 1954-1980+) - Qualifications: cc; AOCP 1735, 1936, No. ?? in Tas; 1AOCP 50, 1947 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcast technician (Hobart South, 1943-1949); radio engineer (Montagu Bay, 1954) ===''HILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Wyatt Hill|Hill, Alfred Wyatt]] [https://www.familysearch.org/tree/person/details/GD2Y-5VM] - 19??(???)-19??(???) - Licences: 2TS Sydney (Killara, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Arthur Stanley Hill|Hill, Arthur Stanley]] [https://www.familysearch.org/tree/person/details/GX16-FRC] - 1906(Eng)-19??(???) - Licences: 6AH Wiluna (1937-1939, 1947-1965); 6AH Busselton (1969-1980+) - Qualifications: cc; AOCP 1985, 1937, WA - amateur operator; amateur broadcaster; WW2 - Relationships: Husband of 6MH Mary Lilian Hill nee - Electoral Rolls: electrician (Wiluna, WA, 1931); engineer (Wiluna, WA, 1936-1949); business manager (Wiluna, WA, 1954-1963); retired (West Busselton, WA, 1968-1980) * [[/Frederick John Hill|Hill, Frederick John]] [https://www.familysearch.org/tree/person/details/G8CS-1J5] - 19??(???)-19??(???) - Licences: 2TY Kurri Kurri (1929-1934) - Qualifications: cc; AOCP 500, 1929, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: colliery employee (Pelaw Main, 1930; Stanford Merthyr, 1934; Kurri Kurri, 1936-1937); winding driver (Kurri Kurri, 1968) * [[/Mary Lilian XXXX|Hill nee , Mary Lilian]] [https://www.familysearch.org/tree/person/details/GX16-JZY] - 1906(???)-19??(???) - Licences: 6MH Wiluna (1937-1939, 1947-1965); 6MH Busselton (1969-1980+) - Qualifications: cc; AOCP 1976, 1937, WA - amateur operator; amateur broadcaster; YL operator - Relationships: Wife of 6AH Arthur Stanley Hill - Electoral Rolls: ===''HILLHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Reid Hillhouse|Hillhouse, James or James Reid]] [https://www.familysearch.org/tree/person/details/GXH2-YZJ] - 1907(Sct)-1992(Qld) - Licences: 4ZO Collinsville (1933-1939, 1947-1975); 4ZO Bowen (1980+) - Qualifications: cc; AOCP 1115, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: coal miner (Collinsville, Qld, 1928-1963); retired (Gladstone, Qld, 1977) ===''HILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Hilton|Hilton, William Edward]] [https://www.familysearch.org/tree/person/details/GDPR-P1K] - 1876(???)-1957(NSW) - Licences: XEQ Sydney (St Leonards, 1913-1914); 2BA Receive Sydney (Crows Nest, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: postal assistant (Newtown, 1903); postmaster (Stockton, 1930-1932; Kurri Kurri, 1934-1936); retired (Long Jetty, 1943-1949) ===''HINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Hine|Hine, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GCBY-3SZ] - 1907(NSW)-1994(NSW) - Licences: 2QL Sydney (Campsie, 1935-1937; Richmond, 1938-1939; Homebush, 1946-1980+) - Qualifications: AOCP 1434, 1935, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Campsie, 1930-1931; Temora, 1932-1935); wireless operator (RAAF Richmond, 1936-1937; Concord, 1943); radio officer (Homebush, 1954-1958; Strathfield West, 1968; Homebush, 1977-1980) ===''HIPWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Anson Le Hunt Hipwell|Hipwell, Ronald Anson Le Hunt]] [https://www.familysearch.org/tree/person/details/G8HJ-SMM] - 1902(Vic)-1975(Vic) - Licences: 3KU Swan Hill (1929-1933); 2ACD Broken Hill (1937-1939); 3ACD Melbourne (Dromana, 1955-1956); 5AJ Port Augusta (1960-1965); 3AEI Melbourne (Dromana, 1969-1975) - Qualifications: AOCP 486, 1929, No. ?? in Vic; AOLCP 140, 1934 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: engineer (St Kilda East, 1925); electrical engineer (Swan Hill, 1931); radio engineer (Broken Hill, 1935-1943); radio electrical fitter (Dromana, 1949-1954); retired (Dromana, 1972) ===''HIRSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jacob Alexander Hirsch|Hirsch or Deerson, Jacob or Jakob Alexander]] [https://www.familysearch.org/tree/person/details/GWZX-RZ3] - 1896(Aus)-1979(Aus) - Licences: 2AE Receive Sydney (Croydon, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (Oatley, 1930-1937); clerk (Canberra, 1949); no occupation (Pambula Beach, 1954-1972; Merimbula, 1977) ===''HITCHCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leith Fuller Hitchcock|Hitchcock, Leith Fuller]] [https://www.familysearch.org/tree/person/details/GXWC-Y61] - 1897(Qld)-1953(Qld) - Licences: 4LH Brisbane (Wooloowin, 1931-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: bacteriologist (Wooloowin, 1921-1936); research officer (Wooloowin, 1943-1949) ===''HOAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. M. Hoad|Hoad, C. M.]] - 19??(???)-19??(???) - Licences: None yet identified - Qualifications: AOCP 319, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - Individual not yet identified ===''HOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Cecil Hoar|Hoar, John Cecil]] [https://www.familysearch.org/tree/person/details/MVKW-HND] - 1900(Eng)-1964(WA) - Licences: 6OR Perth (Fremantle, 1931-1939; Mosman Park, 1947-1960) - Qualifications: cc; AOCP 786, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Barracks, Fremantle, WA, 1925-1931; East Fremantle, WA, 1936-1937; Mosman Park, WA, 1949-1963) ===''HOARE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Hoare|Hoare, Peter]] [https://www.familysearch.org/tree/person/details/G99K-6N4] - 1895(NSW)-1975(NSW) - 2PH Gosford (1925-1927), amateur operator (AOCP 82, 1925, No. ?? in NSW), amateur broadcaster, railway signalman * [[/Pierce Mark Hoare|Hoare, Pierce Mark]] - 1895(NSW)-1988(NSW) - 2SL Lismore (1934-1980+), amateur operator (AOCP 1227, 1933, No. ?? in NSW), amateur broadcaster, radio clubs (Richmond River Listeners' League) ===''HOBART-DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Hobart-Duff, William Vere see Duff, William Vere Hobart]] ===''HOBCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hurtle Horace Hobcroft|Hobcroft, Hurtle Horace]] [https://www.familysearch.org/tree/person/details/G8WZ-G5T] - 1899(SA)-1993(SA) - Licences: 5RE Adelaide (West Brunswick, 1928); 5RE Renmark (1931-1939, 1946-1956); 5RE Adelaide (Linden Park, 1960-1969) - Qualifications: cc; AOCP 420, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW1; WW2 - Relationships: Father of Rex Kelvin Hobcroft - Electoral Rolls: clerk (Carlton North, 1925-1926; Brunswick West, 1928); horticulturalist (Renmark, 1939-1943) ===''HOBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Forde Hobler|Hobler, Cecil Forde]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: solicitor (Barcaldine, 1928) - Relationships: cousin of 4DO Harold Learmonth Hobler? * [[/Harold Learmonth Hobler|Hobler, Harold Learmonth]] [https://www.familysearch.org/tree/person/details/LRKZ-8N1] - 1906(Qld)-1984(Qld) - Licences: 1217 Rockhampton (1921-1924); 4DO Receive Rockhampton (1923); 4DO Rockhampton (1925-1939, 1946-1980+) - Qualifications: cc; AOCP 110, 1925, No. 12 in Qld; CPRT 1003, 1928 - amateur operator; amateur broadcaster; radio club (WIAQ, JOTA); business proprietor (picture theatre), WW2 - Electoral Rolls: theatre manager (Rockhampton, 1930-1937); theatre proprietor (Rockhampton, 1943); soldier (Bulimba, 1943); theatre proprietor (Rockhampton, 1949); theatre manager (Rockhampton, 1958-1963); property owner (Rockhampton North, 1968-1977) - Relationships: cousin of Cecil Forde Hobler? ===''HODDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Hodder|Hodder, Clarence William]] [https://www.familysearch.org/tree/person/details/GXLK-ZRC] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Parkside, 1923); Receive Adelaide (Parkside, 1923); 5LY Adelaide (Parkside, 1934-1939, 1947; Bridgewater, 1948-1980) - Qualifications: cc; AOCP 1354, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: moulder (Parkside, SA, 1939-1943) ===''HODDINOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Hoddinott|Hoddinott, Francis William]] [https://www.familysearch.org/tree/person/details/9N4Q-3X7] - 1886(Vic)-1972(Qld) - Licences: Receive Brisbane (Eagle Junction, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Rockville Estate, Toowoomba, Qld, 1908; Toowoomba, Qld, 1912; Sandgate, Qld, 1919; Eagle Junction, Qld, 1921-1943; West End, 1949); retired (Tamborine Mountain, Qld, 1958-1963; Hendra, Qld, 1968) ===''HODGKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Charles Hodgkinson|Hodgkinson, Francis Charles]] [https://www.familysearch.org/tree/person/details/GDBM-J4S] - 1906(???)-1977(???) - Licences: Receive (Crystal) Ulverstone (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: jeweller's assistant (Ulverstone, 1928-1949); watchmaker (Ulverstone, 1954) ===''HODSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Hodson|Hodson, Victor]] [https://www.familysearch.org/tree/person/details/GXQ5-DV2] - 1890(SA)-1917(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 145, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified ===''HOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hoe|Hoe, Frederick]] [https://www.familysearch.org/tree/person/details/GS4Q-CSG] - 1886(Vic)-1976(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer; business proprietor (Fred Hoe and Sons) - Relationships: Father of 4FO Fred Hoe - Electoral Rolls: engineer (Fortitude Valley, Qld, 1913; Yeronga, Qld, 1916-1919); manager (Yeronga, Qld, 1921-1972) * [[/Fred Hoe|Hoe, Fred]] [https://www.familysearch.org/tree/person/details/G796-MWK] - 1913(Vic)-1984(Qld) - Licences: 4FO Brisbane (Yeronga, 1933-1939; Annerley, 1946-1954) - Qualifications: cc; AOLCP 53, 1931; AOCP 1188, 1933, Qld - amateur operator; amateur broadcaster; employment (Edgar V. Hudson); business proprietor (Fred Hoe and Sons) - Relationships: Son of Frederick Hoe - Electoral Rolls: radio engineer (Yeronga, Qld, 1936-1937); general manager (Annerley, Qld, 1949); business manager (Salisbury, Qld, 1954); manager (Buranda, Qld, 1954-1963; Burleigh Heads, Qld, 1968); company director (Holland Park West, Qld, 1972-1980) ===''HOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hogg|Hogg, Stanley]] [https://www.familysearch.org/tree/person/details/GXBD-TCR] - 1908(Eng)-1987(WA) - Licences: 6SG Harvey (1934-1939) - Qualifications: cc; AOCP 1382, 1934, WA; BOCP 142, 1938; 2COCP 240, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: milk tester (Harvey, WA, 1930-1937); radio operator (AAMS Wireless Station, Kalgoorlie, WA, 1943); engineer (Nedlands, WA, 1949); aircraft engineer (Kewdale, WA, 1954-1968; Belmont, WA, 1972); retired (Coodanup, WA, 1977; Mandurah, WA, 1980) ===''HOLLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Evan Holland|Holland, Albert John Evan]] [https://www.familysearch.org/tree/person/details/GZQW-VBH] - 1896(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; AOCP 12, 1924, No. 3 in Vic - amateur operator; amateur broadcaster - Relationships: brother of 3JH Frank Henry James Holland - Electoral Rolls: draftsman (Moonee Ponds, 1922-1925; Essendon, 1926); engineer (Essendon, 1928-1931; Camberwell, 1936-1954); nil (Nunawading, 1963) * [[/Frank Henry James Holland|Holland, Frank Henry James]] [https://www.familysearch.org/tree/person/details/GZQW-S1W] - 1899(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; CPRT 596, 1920 - amateur operator; amateur broadcaster - Comment: well placed in Trans-Pacific Tests 1923 despite inferior equipment - Relationships: brother of 3JH Albert John Evan Holland - Electoral Rolls: wireless instructor (Moonee Ponds, 1922-1925); boot repairer (Essendon, 1926-1928); labourer (North Essendon, 1931); boot repairer (Olinda, 1934-1943); postal clerk (Sandringham, 1949); clerk (Heidelberg, 1954-1968) * [[/Ronald Weymouth Holland|Holland, Ronald Weymouth "Ron"]] - 1914(???)-1983(Qld) - 4AQ Brisbane (Coorparoo, 1946-1980+), amateur operator (AOCP 2392, 1939, No. ?? in Qld) ===''HOLLOWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hart Holloway|Holloway, William Hart]] [https://www.familysearch.org/tree/person/details/GXQ5-HRT] - 1876(Eng)-1950(Tas) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 20, 1914; 1COCP 41, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: agent (Brunswick, Vic, 1909; Whitemark, Flinders Island, 1914-1919); wireless operator (Broome, 1918-1922); O.J.C. Radio (Camberwell, 1924-1926); radio officer (Thursday Island, 1928); officer-in-charge (Radio Station, Emita, Flinders Island, 1936-1937); farmer (Lady Barron, 1943-1949) ===''HOLST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Owen Holst|Holst, Arnold Owen]] [https://www.familysearch.org/tree/person/details/GZ6V-ZPD] - 1898(Vic)-1975(Vic) - Licences: XPH Melbourne (Caulfield, 1913-1914); 3OH Melbourne (Toorak, 1956-1975) - Qualifications: Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster (through brother Hector's station 3BY); electrician - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: sharebroker (Camberwell, 1922-1934; Toorak, 1935-1972) * [[/Hector James Holst|Holst, Hector James]] [https://www.familysearch.org/tree/person/details/GZ6V-X23] - 1903(Vic)-1954(Vic) - Licences: 3BY Receive Melbourne (Caulfield, 1922); 3BY Melbourne (Caulfield, 1923-1954) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: engineer (Caulfield, 1925-1954) * [[/Otto Holst|Holst, Otto]] [https://www.familysearch.org/tree/person/details/GZ6V-2M7] - 1906(Vic)-1967(Vic) - Licences: 3BY Melbourne (Caulfield, 1955-1967) - Qualifications: cc; AOCP 79, 1925, No. ?? in Vic - amateur operator; amateur broadcaster (through brother Hector's station 3BY) - took over 3BY callsign after passing of brother Hector James Holst in 1954 - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: radio engineer (Caulfield, 1928-1963) ===''HOLT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Molineux Holt|Holt, Bernard Molineux]] [https://www.familysearch.org/tree/person/details/LDQR-MJP] - 1883(NZ)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - president WIA WA; witness to Royal Commission 1927 (obo WIA WA) - Electoral Rolls: electrical engineer (Claremont, 1910-1914; Osborne, 1917-1954) ===''HOMBERG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. G. Homberg|Homberg, S. G.]] - 19??(???)-19??(???) - Licences: 3RG Melbourne (Malvern, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Morten Honnor|Honnor, John Morten]] [https://www.familysearch.org/tree/person/details/KCNV-ZM6] - 1900(SA)-1987(Vic) - Licences: 5AE Adelaide (Prospect, 1923-1931) - Qualifications: cc; AOCP 192, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Knoxville, SA, 1939-1941); RAAF (Ballarat, Vic, 1942); instructor (Hampton, 1949; Bentleigh, 1954-1980) ===''HOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Hamilton Hood|Hood, John George Hamilton]] [https://www.familysearch.org/tree/person/details/G772-RK8] - 1904(NSW)-1971(Vic) - 3BP Receive Melbourne (South Yarra, 1922); 3BP Melbourne (East St Kilda, 1923-1933; Toorak, 1937-1939) - Qualifications: cc; AOCP 182, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (East St Kilda, 1925-1931); draughtsman (Toorak, 1934-1937; Malvern, 1943-1967) ===''HOOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel George Alfred Hooke|Hooke, Lionel George Alfred]] [https://www.familysearch.org/tree/person/details/G8NK-KDV] - 1895(Vic)-1974(NSW) - Licences: 3M? Melbourne - Qualifications: CPRTelephony 529, 1920 - amateur operator, amateur broadcaster, early wireless experimenter, ship wireless operator (Aurora, 1914, support Shackleton's expedition), radio clubs (IRE Aust), business (AWA, senior management), honours (knighted, 1937) - Electoral Rolls: wireless (Brighton, Vic, 1921-1927); business manager (Neutral Bay, 1933); manager (Killara, NSW, 1936-1972) - [https://adb.anu.edu.au/biography/hooke-sir-lionel-george-alfred-10536 ADB] ===''HOOKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Theodore Hooker|Hooker, Walter Theodore]] [https://www.familysearch.org/tree/person/details/GD1W-QB5] - 1901(St Kitts)-1949(Tas) - Licences: 7JH Hobart (New Town, 1933-1939); 7JH Waddamanna (1946-1948) - Qualifications: cc; AOCP 1161, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart North, 1922); electrical engineer (New Town, 1928); electrician (New Town, 1936); engineer (Waddamanna, 1937-1943) ===''HOOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Wallbank Hooper|Hooper, Allan Wallbank]] [https://www.familysearch.org/tree/person/details/LB8M-VJG] - 1898(SA)-1960(NSW) - Licences: 4KR Willis Island (1933) - Qualifications: cc; CPRT 432, 1919; 2COCP 8, 1929; 1COCP 127, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: unemployed (Manly, NSW, 1949); telegraphist (Little Bay, NSW, 1949; Yarra Bay, NSW, 1954-1958) ===''HOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyndsay Arthur Hope|Hope, Lyndsay Arthur]] [https://www.familysearch.org/tree/person/details/LKYX-575] - 1906(Tas)-1997(Tas) - Licences: 7LA Launceston (1925-1927+) - Qualifications: cc; AOCP 188, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; broadcast engineer; WW2; gave up experimental callsign for use by his Class B licence, 7LA Launceston - Relationships: brother of 7RS Ronald Springfield Hope - Electoral Rolls: bank clerk (Launceston, 1928); bank officer (Ulverstone, 1936); accountant (Scottsdale, 1949; Bridport, 1954-1972) * [[/Ronald Springford Hope|Hope, Ronald Springford]] [https://www.familysearch.org/tree/person/details/LTCW-PDG] - 1909(Tas)-1985(NSW) - Licences: 7RS Launceston (1926-1927); 7RS Hobart (City, 1931; Sandy Bay, 1933+) - Qualifications: cc; AOCP 263, 1926, No. ?? in Tas; AOLCP 75, 1932; ROCP N1832, 1976 - amateur operator; amateur broadcaster; broadcast engineer (designed & constructed transmission systems for 7HO Hobart & 7UV Ulverstone); later employed by STC England - Relationships: brother of 7LA Lyndsay Arthur Hope - Electoral Rolls: broadcast engineer (Queensborough, Tas, 1936); not specified (Finchley, Eng, 1936-1938); engineer (Thornleigh, NSW, 1949-1954); company director (Beecroft, NSW, 1958-1980) ===''HOPKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alfred Hopkins|Hopkins, Edward Alfred]] [https://www.familysearch.org/tree/person/details/GM4D-3QJ] - 1902(Tas)-1992(NSW) - Licences: Receive Moonah (1923) - Qualifications: cc; 3COCP 4858, 1964 - amateur receiver - Electoral Rolls: electrician (Moonah, 1928); engineer (Milson's Point, 1936-1943); electrical engineer (Wollstonecraft, 1949-1954); engineer (Wollstonecraft, 1958-1980) ===''HORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin John Horan|Horan, Kevin John "Ken"]] [https://www.familysearch.org/tree/person/details/G8V9-FTZ] - 1912(SA)-2002(SA) - Licences: 5DQ Adelaide (Parkside, 1930-1931; Unley, 1933); 2AJU Broken Hill (1938-1939); 5DQ Adelaide (Flinders Park, 1947-1960; Grange, 1965-1969); 3ZD Melbourne (Glen Waverley, 1975); 5IT Adelaide (Fulham, 1980) - Qualifications: cc; AOCP 672, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Clovelly, NSW, 1943); manager (Glen Waverley, 1972-1977) ===''HORN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Horn|Horn, David]] [https://www.familysearch.org/tree/person/details/GS41-9K4] - 1909(Qld)-1962(Qld) - Licences: 4DN Tara (1937-1939) - Qualifications: cc; AOCP 2021, 1937, Qld; BOCP 578, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: medical practitioner (Somerset Dam, Qld, 1936-1937; Baralba, Qld, 1943); radio engineer (Toowoomba, Qld, 1949); medical practitioner (Toowoomba, Qld, 1954) * [[/Irvan James Horn|Horn, Irvan James or James Irwin]] [https://www.familysearch.org/tree/person/details/G8WF-GB6] - 1905(WA)-19??(???) - Licences: 6JH Perth (City, 1928, 1937-1939); 3HX Melbourne (South Melbourne, 1965) - Qualifications: cc; AOCP 427, 1928, No. ?? in WA; 2COCP 29, 1935; 1COCP, 127, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Perth, WA, 1936-1937); wireless officer (Subiaco, WA, 1943); electrical contractor (Subiaco, WA, 1949); contractor (Albert Park, Vic, 1949); electrical contractor (Albert Park, Vic, 1963); retired (West Perth, WA, 1977; Subiaco, WA, 1980) ===''HORROCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Samuel Blake Horrocks|Horrocks, George Samuel Blake]] [https://www.familysearch.org/tree/person/details/GF94-19M] - 1911(WA)-1966(Vic) - Licences: 6GS Harvey (1932-1939, 1947-1948); 6GS Wagin (1954-1955) - Qualifications: cc; AOCP 919, 1932, No. ?? in WA; BOCP 1154, 1950; TVOCP 61, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: engine driver (Harvey, WA, 1936-1949); radio technician (Mt Lawley, WA, 1954); technician (Bentleigh North, Vic, 1963) ===''HOSKEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Dryden Hosken|Hosken, Arthur John Dryden]] [https://www.familysearch.org/tree/person/details/L6KH-BX8] - 1889(Eng)-1966(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 727, 1922 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: seaman (Williamstown, 1914-1919); Amalgamated Wireless (Darwin, 1922) * [[/Stanley Victor Hosken|Hosken, Stanley Victor]] [https://www.familysearch.org/tree/person/details/9HWQ-MGG] - 1894(Vic)-1971(Vic) - Licences: 3MP Receive Melbourne (Hawthorn, 1923); 3MP Melbourne (Hawthorn, 1923-1924; Surrey Hills, 1925-1933; Broadmeadows, 1934-1939; St Albans, 1946-1955; Hawthorn, 1956-1965; Mitcham, 1969) - Qualifications: cc; AOCP 6, 1924, No. 2 in Vic - amateur operator; amateur broadcaster; broadcast engineer (3AR, 3LO) - Electoral Rolls: civil servant (Hawthorn, 1919-1924); electrical engineer (Surrey Hills, Vic, 1925-1931); senior mechanic PMGD (3AR station, Broadmeadows, 1936-1937); civil servant (3AR Station, St Albans, 1942-1954); nil (Hawthorn, 1963-1967; Mitcham, 1968) ===''HOSKING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Piere Hosking|Hosking, Aubrey Piere]] [https://www.familysearch.org/tree/person/details/GDYV-D7R] - 1891(South Africa)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 376, 1918; 1COCP 117, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIT Townsville (1917-1918) - Electoral Rolls: wireless operator (Townsville, 1919); telegraphist (South Yarra, Vic, 1921-1922); radio telegraphist (Canterbury, Vic, 1924); sales manager (Canterbury, Vic, 1925-1926; Balwyn, Vic, 1928; Lindfield, NSW, 1930-1963) ===''HOSKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stark Hoskins|Hoskins, John Stark]] [https://www.familysearch.org/tree/person/details/G61K-FZ3] - 1891(NZ)-1987(Eng) - Licences: Nil yet identified - Qualifications: cc; CPRT 147, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: business manager (Claremont, WA, 1929) ===''HOWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Earl Stephen Howard|Howard, Earl Stephen]] [https://www.familysearch.org/tree/person/details/GQMV-XQL] - 1895(Tas)-1938(Vic) - Licences: 7ET Hobart (Moonah, 1928-1931) - Qualifications: cc; AOCP 470, 1928, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: clerk (Hobart, 1919-1922; Moonah, 1928-1936) ===''HOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Maxwell Howden|Howden, John Maxwell]] [https://www.familysearch.org/tree/person/details/GH2L-7LN] - 1929(Vic)-2017(Vic) - Licences: 3ZCH Melbourne (Burwood, 1956; Box Hill 1960-1975); 3BQX Melbourne (Box Hill, 1980+) - Qualifications: AOLCP 187, 1956; AOCP V610, 1979 - amateur operator - Relationships: son of 3BQ Walter Francis Maxwell Howden - Electoral Rolls: * [[/Walter Francis Maxwell Howden|Howden, Walter Francis Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/G43K-1TC] - 1899(Vic)-1980(Vic) - Licences: No 19 Receive Melbourne (Box Hill, 1920); V140 Receive Melbourne (Box Hill, 1921); 3BQ Receive Melbourne (Box Hill, 1922); 3BQ Melbourne (Box Hill, 1923-1927; Canterbury, 1928-1939 & 1946-1975+); 3ABQ Melbourne (portable, "Canterbury", 1947-1956) - Qualifications: AOCP 114, 1925, No. ?? in Vic - amateur operator, amateur broadcaster, first to QSO USA; first to QSO England, first on telegraphy, then telephony; journalist (Listener In); Bright Star Crystals 1930s-1950s; QSLs: substantial portion of QSL collection survives at NFSA (1800+) - Relationships: father of 3ZCH/3BQX John Maxwell Howden - Electoral Rolls: student (Box Hill, 1924-1927); wireless engineer (Ringwood, 1928); engineer (Camberwell, 1931-1954) - Links: [http://messui.polygonal-moogle.com/valves/NW199611.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199612.pdf EA2] ===''HOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph Howe|Howe, John Joseph]] [https://www.familysearch.org/tree/person/details/LD83-QNG] - 1886(Irl)-1949(Tas) - Licences: Nil yet identified - Qualifications: cc; CPRT 117, 1915; 1COCP 15, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918) - Electoral Rolls: radio telegraphist (Cooktown, 1916-1917); wireless operator (Pinkenba, Qld, 1919; Moonah, Tas, 1922; New Town, Tas, 1928-1943) * [[/Raymond Raine Howe|Howe, Raymond Raine "Ray"]] [https://www.familysearch.org/tree/person/details/GXHH-KJN] - 1919(Qld)-1984(NSW) - Licences: 4RH Bundaberg (1936-1939); 2ARH Sydney (Vaucluse, 1946-1955; Epping, 1956-1960); 3YH Melbourne (Mt Waverley, 1965-1969) - Qualifications: AOCP 1812, 1936, No. ?? in Qld; 3AIR 1009, 1947 - amateur operator; amateur broadcaster; broadcast engineer (4BU); military (RAAF, career, Wing-Commander) - Electoral Rolls: Wireless Operator (Richmond, NSW, 1943); RAAF (Vaucluse, NSW, 1949); RAAF officer (Campbell, ACT, 1963); RAAF (Syndal, Vic, 1967); RAAF officer (Dickson, ACT, 1972-1977); retired (Narrawallee, NSW, 1980) ===''HOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Montague Howlett|Howlett, Arthur Montague]] [https://www.familysearch.org/tree/person/details/GZPZ-NWZ] - 1882(Eng)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 130, 1915; 2COCP 253, 1930 - RANRS (Warrant Telegraphist, 1918) - Electoral Rolls: radio engineer operator (Esperance, 1916); warrant officer R.A.N.R.S. (Thursday Island, 1919); radio telegraphist (Rockhampton, 1925-1931; Clayfield, Qld, 1936); wireless operator (Clayfield, 1943-1954); retired (Clayfield, Qld, 1958) ===''HUBSHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lassalle Paul Hubsher|Hubscher or Hubsher, Lassalle Paul "Paul"]] [https://www.familysearch.org/tree/person/details/GXWF-8DP] - 1913(Qld)-1971(Qld) - Licences: 4UL Brisbane (Bulimba, 1936-1939; Annerley, 1946-1969+) - Qualifications: cc; AOCP 1578, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor); part of the "U" gang; Evans Deakin engineering - Electoral Rolls: fitter & turner (Valley, Qld, 1936-1937); draftsman (Annerley, 1943-1968) ===''HUDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Henry Hudson|Hudson, William Henry]] [https://www.familysearch.org/tree/person/details/K4BR-1P4] - 1895(NSW)-1972(NSW) - Licences: XBO Sydney (Dulwich Hill, 1913-1914); 2PO Receive Sydney (Marrickville, 1923); 2AR Sydney (Dulwich Hill, 1922-1969) - Qualifications: cc; AOCP 18, 1924, No. 8 in NSW - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: bootmaker (Dulwich Hill, 1930-1963) - Comment: beware, several contemporaneous WHHs ===''HUEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Meredyth Huey|Huey, Richard Meredyth]] [https://www.familysearch.org/tree/person/details/G8WP-Y1Z] - 1913(NSW)-1995(NSW) - Licences: 2HU Sydney (Chatswood, 1928-1931; Cronulla, 1933-1937); 3UE Melbourne (Hawthorn East, 1938-1939); 2AHU Sydney (Sylvania, 1980) - Qualifications: AOCP 437, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Cronulla, 1935-1937); army officer (Melbourne, 1943); engineer (West Pennant Hills, 1949; Pennant Hills, 1954; Edgecliff, 1958-1963; Sylvania, 1977-1980); retired (Mittagong, 1980) ===''HUGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Roy Huggins|Huggins, David Roy]] [https://www.familysearch.org/tree/person/details/GDW3-LXL] - 1892(NSW)-1976(NSW) - Licences: 2ZW Sydney (Neutral Bay, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: organ builder (Petersham, 1913); piano maker (Neutral Bay, 1930-1968); builder (Cremorne, 1972) ===''HUGHES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Alan Hughes|Hughes, Clive Alan]] [https://www.familysearch.org/tree/person/details/G8MV-3XQ] - 1900(Vic)-1966(Vic) - Licences: 3CA Ararat (1927); 3CA Melbourne (Williamstown, 1931-1939, 1946-1965) - Qualifications: AOCP 343, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Williamstown, 1924-1928); schoolmaster (Williamstown, 1936-1963) * [[/George Herbert Hughes|Hughes, George Herbert]] [https://www.familysearch.org/tree/person/details/GXZT-4JB] - 1909(Qld)-1997(Qld) - Licences: 4HU Brisbane (Windsor, 1937-1939; Annerley, 1947-1954) - Qualifications: cc; AOCP 1929, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: store keeper (Windsor, Qld, 1934-1937); branch manager (Annerley, Qld, 1943-1958); technician (Tarragindi, Qld, 1963-1980) ===''HUGO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald William Stuart Hugo|Hugo, Ronald William Stuart or Stewart (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GFMZ-CLZ] - 1910(WA)-1978(WA) - Licences: 6KW Perth (Subiaco, 1938-1939, 1947-1960; Floreat Park, 1965-1975) - Qualifications: cc; AOCP 2081, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Subiaco, WA, 1931-1934); salesman (Subiaco, WA, 1936-1963); manager (Floreat Park, WA, 1968-1977) ===''HULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Galbraith Hull|Hull, Allan Galbraith "Braith"]] [https://www.familysearch.org/tree/person/details/GWQD-PTY] - 1905(Vic)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - journalist (Wireless Weekly, editor; Radio and Hobbies, editor 1939; Australasian Radio World, editor 1940-1950) - Relationships: brother of William Howard Hull & 3JU Ross Amos Hull - Electoral Rolls: sales (St Kilda, Vic, 1926-1927); radio engineer (Darlinghurst, 1931); journalist (Northbridge, NSW, 1934; Bondi, NSW, 1935-1936); engineer (Rose Bay, 1937); manager (Malvern, 1942); journalist (Mornington, 1949); publisher (Sandringham, 1954); printer (Oakleigh, 1958-1963; Chadstone, 1967-1968; Glen Iris, 1972; Mt Waverley, 1977-1980) * [[/Frederick Atherley Hull|Hull, Frederick Atherley]] [https://www.familysearch.org/tree/person/details/GZ5M-MT9] - 1906(NZL)-1997(WA) - Licences: 6FH Pingrup (1930-1931); 6FH Port Hedland (1937-1939, 1946-1956); 6FH Perth (Claremont, 1960-1975; Nedlands, 1980+) - Qualifications: cc; CRPT 1139, 1929; 2COCP 271, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Perth, 1929); radio operator (Port Hedland, 1937-1954); unemployed (Claremont, 1958); technical officer (Claremont, 1963-1972; Nedlands, 1977-1980) - Relationships: brother of 6RH Raymond Alfred Hull * [[/George Maxwell Hull|Hull, George Maxwell]] [https://www.familysearch.org/tree/person/details/L6LQ-S44] - 1916(Vic)-1987(Vic) - Licences: 3ZS Melbourne (Canterbury, 1946-1980+) - Qualifications: cc; AOCP 2307, 1939, Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Canterbury, 1943); proprietor (Canterbury, 1949-1980) * [[/Raymond Alfred Hull|Hull, Raymond Alfred]] [https://www.familysearch.org/tree/person/details/GZP1-BSL] - 1908(NZ)-1967(WA) - Licences: 6RH Pingrup (1929-1931); 6RH Perth (Wembley, 1937; Mt Hawthorn, 1939) - Qualifications: cc; AOCP 558, 1929, No. ?? in WA; 2COCP 590, 1942 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, 1934); traveller (Subiaco, 1949); sales director (Victoria Park, 1958-1963) - Relationships: brother of 6FH Frederick Atherley Hull * [[/Ross Amos Hull|Hull, Ross Amos]] [https://www.familysearch.org/tree/person/details/GWQD-P5W] - 1902(Vic)-1938(USA) - Licences: 3JU Melbourne (St Kilda, 1922-1925) - Qualifications: Nil yet identified - amateur broadcaster; radio clubs (WIA Vic Kew, president, 1923); journalist (Wireless Weekly, technical editor; QST, technical editor) - Relationships: brother of William Howard Hull & Allan Galbraith Hull - Electoral Rolls: draftsman (St Kilda, 1924-1925) - Comment: Gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW198902.pdf EA] * [[/William Howard Hull|Hull, William Howard]] [https://www.familysearch.org/tree/person/details/G7WJ-723] - 1891(Tas)-1955(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Relationships: brother of 3JU Ross Amos Hull & Allan Galbraith Hull - Electoral Rolls: electrical engineer (Cobungra, 1914-1915); engineer (Armadale, 1921; Brighton, 1922-1931; Caulfield, 1934-1949); retired (Beaconsfield Upper, 1954) ===''HUME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest James Hume|Hume, Ernest James]] [https://www.familysearch.org/tree/person/details/GZYR-TZM] - 1869(Vic)-1929(SA) - Licences: Nil - Qualifications: AOCP ??, 19??, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: - Relationships: wife of Stella Leonora Harriet Hume nee Jeremy; son of James Hill Hume, father of Ernest Jeremy Hume * [[/Ernest Jeremy Hume|Hume, Ernest Jeremy]] [https://www.familysearch.org/tree/person/details/GZYT-727] - 1906(SA)-1988(Vic) - Licences: Nil - Qualifications: Nil - chief engineer 5DN - Electoral Rolls: engineer (North Unley, 1939-1941; Oakleigh, Vic, 1949-1963; Carnegie, 1968-1977) - Relationships: grandson of James Hill Hume, son of Ernest James Hume and Stella Leonora Harriet Hume nee Jeremy * [[/Geoffrey Vincent Hume|Hume, Geoffrey Vincent]] [https://www.familysearch.org/tree/person/details/GQCL-NM1] - 1909(NSW)-1998(NSW) - Licences: 2GV Sydney (Cremorne, 1927-1930); 2AMD Sydney (Mosman, 1939) - Qualifications: AOCP 365, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio technician (Neutral Bay, 1930-1936; Mosman, 1937); RAAF (Ballarat, 1942); clerk (Turramurra, 1949); technical assistant (Pymble, 1954-1980) * [[/James Hill Hume|Hume, James Hill]] [https://www.familysearch.org/tree/person/details/GZYT-SLD] - 1822(??)-1887(Vic) - Licences: Nil - Qualifications: Nil - alleged very early wireless experimenter - Electoral Rolls: - Relationships: father of Ernest James Hume; father-in-law of Stella Leonora Harriet Hume nee Jeremy; grandfather of Ernest Jeremy Hume * [[/Stella Leonora Harriet Jeremy|Hume nee Jeremy, Stella Leonora Harriet]] [https://www.familysearch.org/tree/person/details/GZYT-33D] - 1882(Vic)-1953(NSW) - Licences: Nil - Qualifications: Nil - radio announcer (early 5DN) - Electoral Rolls: - Relationships: wife of Ernest James Hume; daughter-in-law of James Hill Hume; mother of Ernest Jeremy Hume ===''HUMPHRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] - See Innis Jane Lovett Spotswood 4JH * [[/Jack Lawrence Humphry|Humphry, Jack Lawrence]] [https://www.familysearch.org/tree/person/details/M7P4-M7M] - 1889(Qld)-1953(Qld) - Licences: 4JK Poopoonbah via Giru (1934-1939) - Qualifications: cc; AOCP 1349, 1934, Qld - amateur operator; amateur broadcaster; WW1 - Relationships: Husband of 4JH Innis Jane Lovett Humphry nee Spotswood - Electoral Rolls: farmer (Hodel, Ayr, Qld, 1912-1937; Poopoonbah, 1949-1954) ===''HUNT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Alexander Hunt|Hunt, Joseph Alexander]] [https://www.familysearch.org/tree/person/details/GFM1-9MM] - 1912(WA)-2002(WA) - Licences: 6JA Perth (Maylands, 1938-1939); 6JD Perth (Rockingham, 1960) - Qualifications: cc; AOCP 2112, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1936; Maylands, WA, 1937-1949); retired (Rockingham, WA, 1972) ===''HUPPATZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Huppatz|Huppatz, William George]] [https://www.familysearch.org/tree/person/details/MWTP-DF5] - 1900(Vic)-1970(SA) - Licences: 5GW Cowandilla (1931-1933); 5GW Naracoorte (1937-1939) - Qualifications: cc; AOCP 801, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Naracoorte, SA, 1939); engineer (Cowandilla, 1941-1943) ===''HURLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Hurll|Hurll, Norman James]] [https://www.familysearch.org/tree/person/details/GZXC-BFF] - 1904(NSW)-2003(Qld, 98yo) - Licences: 2BC Sydney (Killara, 1924-1930); 4NJ Tallebudgera Creek (1931-1935); 2HJ Sydney (Killara, 1935-1937; Roseville, 1938-1939); 2IN?/2DKH Sydney (1980+) - Qualifications: cc; AOCP 96, 1925, No. ?? in NSW - amateur operator, amateur broadcaster, military (WW2, CMF, CINT), business proprietor (Gas Light Engineering) - Electoral Rolls: engineer (Killara, 1930); merchant (Killara, 1936-1937); soldier (Strathfield, 1943); company manager (Burwood, 1949-1963); Managing Director (Killara, 1968); Director (Killara, 1972-1980) ===''HURRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Bruce Hurry|Hurry, Ronald Bruce]] [https://www.familysearch.org/tree/person/details/G8V2-G1C] - 1911(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 693, 1930, No. ?? in ?? - amateur operator?, amateur broadcaster?, electrical engineer, teacher - Electoral Rolls: Nil yet identified ===''HUSBAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Errol Husband|Husband, Norman Errol]] [https://www.familysearch.org/tree/person/details/L6F7-N7B] - 1893(Qld)-1961(NSW) - Licences: XABY Sydney (North Sydney, 1913-1914); 4CV Receive Charters Towers (1923); 4CV Charters Towers (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: motor engineer (Charters Towers, 1917-1922; Mackay, 1925-1937); engineer (Darlinghurst, 1949-1958) ===''HUTCHINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Thomas Edwards Hutchings|Hutchings, Allan Thomas Edwards]] [https://www.familysearch.org/tree/person/details/M7GB-2TM] - 1903(Vic)-1973(Vic) - Licences: 3HL Receive Callawadda (1922-1923); 3HL Callawadda (1924-1969) - Qualifications: cc; AOCP 65, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: son of 3HM Elizabeth Lilian Hutchings nee Edwards; brother of 3HQ Marjorie Lilian Williamson nee Hutchings - Electoral Rolls: farmer (Callawadda, 1927-1972) * [[/Elizabeth Lilian Edwards| Hutchings nee Edwards, Elizabeth Lilian]] [https://www.familysearch.org/tree/person/details/M7GB-25T] - 1877(Vic)-1943(Vic) - Licences: 3HM Callawadda (1932-1939) - Qualifications: cc; AOCP 509, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1926-1942) - Relationships: mother of 3HL Allan Thomas Edwards Hutchings and 3HQ Marjorie Lilian Williamson nee Hutchings - First woman in Australia to hold an amateur licence under the AOCP regime - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1925-1942) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Marjorie Lilian Hutchings|Williamson nee Hutchings, Marjorie Lilian]] [https://www.familysearch.org/tree/person/details/LB52-GSC] - 1912(Vic)-1988(Vic) - Licences: 3HQ Callawadda (1932-1939; 1946-1948); 3HQ Melbourne (Bentleigh, 1954-1980+) - Qualifications: cc; AOCP 1030, 1932, No. ?? in Vic - amateur operator, amateur broadcaster - Relationships: daughter of 3HM Elizabeth Lillian Hutchings nee Edwards; sister of 3HL Allan Thomas Edwards Hutchings - Electoral Rolls: home duties (Callawadda, 1934-1937); nurse (Alfred Hospital, Prahran, 1943); home duties (Callawadda, 1949; Bentleigh, 1949-1968) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''HUTCHINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Elwood Hutchinson|Hutchinson, Charles Elwood]] [https://www.familysearch.org/tree/person/details/G612-S6J] - 1894(Vic)-1942(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 728, 1922; 2COCP 278, 1930; 1COCP 307, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Esperance, 1919); radio telegraphist (Darwin, NT, 1922); telegraphist (Esperance, 1925-1931); radio telegraphist (Broome, WA, 1936-1937; Alberton, SA, 1939; Yatala, SA, 1941) * [[/John Victor Thomas Hutchison|Hutchison, John Victor Thomas]] [https://www.familysearch.org/tree/person/details/G89S-PY2] - 1907(NZ)-1975(NSW) - Licences: 2JH Sydney (Kirribilli, 1927-1937; West Ryde, 1938-1939; Croydon, 1946-1955; Bardwell Park, 1956-1965; Castle Cove, 1969-1975) - Qualifications: AOCP 374, 1927, No. ?? in NSW; CPRTelephony 1010, 1928 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Milson's Point, 1930-1937); laboratory assistant (Croydon, 1943-1949); radio technician (Bardwell Park, 1958-1968) ===''HUTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Hutson|Hutson, James William]] [https://www.familysearch.org/tree/person/details/G8N9-Z6J] - 1912(Vic)-1931(Vic) - Licences: 3JH Echuca (1930-1931) - Qualifications: AOCP 635, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon ===''HUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Hutton|Hutton, David]] [https://www.familysearch.org/tree/person/details/G8ZT-JXG] - 1912(Sct)-2003(NSW) - Licences: 2DH Abermain (1929-1934) - Qualifications: AOCP 551, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abermain, 1934-1963; Klworth, 1972-1977); retired (Klworth, 1980) ===''HYLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Philip Hyland|Hyland, Leonard Philip]] [https://www.familysearch.org/tree/person/details/K8N6-XLK] - 1903(Tas)-1942(Tas) - Licences: 7LP Hobart (City, 1936-1939) - Qualifications: cc; AOCP 1791, 1936, No. ?? in Tas; BOCP 271, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Hobart Central, 1928) - Comment: Passed on Duty; Gone too soon - Links: [https://www.themercury.com.au/news/tasmania/tasmania-fire-service-chief-chris-arnol-urges-everyone-to-reflect-on-the-selflessness-of-firefighters-in-the-pursuit-of-public-safety/news-story/59c6315bbf383ef9bb4e270d60cd9296 Mercury] =='''I'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''IKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William George Ikin|Ikin, William George]] [https://www.familysearch.org/tree/person/details/LWFZ-C37] - 1887(NSW)-1974(Vic) - Licences: 4SM Townsville (1925-1926); 4SM Brisbane (New Farm, 1927) - Qualifications: cc; AOCP 201, 1925, No. 18 in Qld - amateur operator; amateur broadcaster (dealer licence); WW1 - Electoral Rolls: mechanical engineer (Gladstone, 1913); engineer & electrician (Barcaldine, 1914); manager (Strand Motors, Townsville, 1925); motor mechanic (Mt Garnet, 1937-1949; Cardwell, 1949); farmer (Mareeba, 1954-1972) ===''INGLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Stanley Inglis|Inglis, Kenneth Stanley]] - 1929(Vic)-2017(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - historian (ABC); "This is the ABC"; "Whose ABC?" - Electoral Rolls: - Links: [[w:Ken Inglis|Wikipedia]] [https://www.tandfonline.com/doi/full/10.1080/1031461X.2018.1493961 Obit] ===''IRELAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Keith Ireland|Ireland, Leslie Keith "Keith"]] [https://www.familysearch.org/tree/person/details/LRMD-BPV] - 1908(SA)-1942(SA) - Licences: 5KR Mt Gambier (1933-1939) - Qualifications: cc; CPRT 950, 1927; AOLCP 60, 1932 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: radio dealer (Mt Gambier, SA, 1939-1941) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/633509 VWMA]; [https://www.awm.gov.au/collection/R1721431 AWM]; [https://aviationmuseumwa.org.au/afcraaf-roll/ireland-leslie-keith-47849/ AHM] ===''IRESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melville Charles Gladstone Ireson|Ireson, Melville Charles Gladstone]] [https://www.familysearch.org/tree/person/details/GMZT-ML6] - 1898(Vic)-1955(Vic) - Licences: 3ZY Kyneton (1931-1933); 3AIR Kyneton (1947-1955) - Qualifications: cc; AOCP 305, 1926, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Maldon, 1919); telegraphist (Ballarat, 1925); postal employee (Kyneton, 1931-1954) ===''IRVINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Irvine|Irvine, William]] - 1907(???)-19??(???) - Licences: 4IR Brisbane (Mitchelton, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1987, 1937, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous WIs - Electoral Rolls: Nil yet identified ===''IRVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Lawson Irving|Irving, Cyril Lawson]] [https://www.familysearch.org/tree/person/details/GXZT-65R] - 1912(Qld)-1992(Qld) - Licences: 4WL Brisbane (Annerley, 1933-1939) - Qualifications: cc; AOCP 1199, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Coorparoo, Qld, 1943-1980) ===''ISLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Clifford Isles|Isles, James William Clifford "Clifford"]] [https://www.familysearch.org/tree/person/details/LBVH-RV1] - 1894(Qld)-1967(Qld) - Licences: 4CC Receive Brisbane (Ascot, 1922); 4CC Brisbane (Ascot, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club member (QWI); business proprietor (Isles Love & Co, Allan & Stark); WW1 - Electoral Rolls: clerk (Hamilton, 1915-1937); manager (Hamilton, 1943-1958); director (Hamilton, 1963) ===''ISRAEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Samuel Israel|Israel, Morris Samuel]] [https://www.familysearch.org/tree/person/details/GZQ4-CBC] - 1896(Vic)-1965(Vic) - Licences: XMU Melbourne (St Kilda, 1913); 3ZN Melbourne (St Kilda, 1923-1924; Malvern, 1925-1926; Burwood, 1927); 3ZN Geelong, 1931-1933; 3ZN Melbourne (Burwood, 1937-1939, 1946-1955) - Qualifications: cc; AOCP 13, 1924, No. ?? in Vic; AOLCP 35, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcasting executive; WW2 - Electoral Rolls: soldier (St Kilda, 1919-1924); radio mechanic (Burwood, 1926-1928); broadcasting engineer (Geelong, 1931); engineer (Geelong North, 1936; Camberwell, 1937-1963); ===''IVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil Albert Ives|Ives, Cecil Albert]] [https://www.familysearch.org/tree/person/details/GZLJ-848] - 1916(SA)-1942(Vic) - Licences: 5AF Adelaide (Glenelg, 1935-1939) - Qualifications: cc; AOCP 1451, 1935, SA - amateur operator, amateur broadcaster; WW2 - Electoral Rolls: commercial artist (Glenelg, 1939-1943) - Sacrifice: "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/ives-cecil-albert-300407/] =='''J'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''JACKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil Jackson|Jackson, Alfred Cecil "Alf"]] [https://www.familysearch.org/tree/person/details/LDLP-F65] - 1900(NSW)-1972(NSW) - Licences: 4AJ Brisbane (Fairfield, 1931); 2BO Bangalow (1933) - Qualifications: cc; CPRT 620, 1921; 1COCP 67, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG, Brisbane Cmcls); state public servant (4QG) - Electoral Rolls: radio engineer (Fairfield, Qld, 1928-1931); farmer (Possum Creek, NSW, 1934-1937); mechanic (Fairfield, Qld, 1943-1954); farmer (O'Possum Creek via Bangalow, NSW, 1958-1963) * [[/Alfred George Jackson|Jackson, Alfred George]] [https://www.familysearch.org/tree/person/details/LY5P-2X1] - 1864(Eng)-1935(Qld) - Licences: 4DG Receive Brisbane (Wynnum, Qld, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; radio clubs (WIQ, QWI, WIAQ); electrical engineer - Relationships: father of Arthur Appleton Jackson - Electoral Rolls: electrical engineer (South Brisbane, Qld, 1903-1913); electrician (Wynnum, Qld, 1914-1934) * [[/Arthur Appleton Jackson|Jackson, Arthur Appleton]] [https://www.familysearch.org/tree/person/details/LY55-M8F] - 1891(Qld)-1985(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster; radio clubs (QWI, WIAQ); electrical engineer; business proprietor; Relationships: son of Alfred George Jackson - Electoral Rolls: electrical engineer (Wynnum, Qld, 1913-1914; Morningside, Qld, 1915-1919; Wynnum, Qld, 1919; South Brisbane, Qld, 1921-1968); retired (Hill End, Qld, 1972; Highgate Hill, Qld, 1977; Hopetoun Home, Oxley, Qld, 1980) * [[/James William Jackson|Jackson, James William "Jim"]] [https://www.familysearch.org/tree/person/details/G7FH-JCW] - 1916(Qld)-2011(Qld) - Licences: 4CN Brisbane (Cribb Island, 1938-1939; 1946-1969; Lawnton, 1975-1980) - Qualifications: cc; AOCP 2096, 1938, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); military (WW2,Northern Command Signals); farmer/electrician/radio & TV serviceman - Electoral Rolls: farmer (Cribb Island, Qld, 1937-1968); rubber worker (Lawnton, Qld 1972-1980) * [[/Thomas William Jackson|Jackson, Thomas William]] - 1830(Eng)-1918(Vic) - Deputy Postmaster-General Victoria ca 1880, clubs & societies (Telegraph Electrical Society Vic, member, ca 1880) ===''JAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Russell James|James, Brian Russell]] [https://www.familysearch.org/tree/person/details/GZLV-GXV] - 1920(SA)-1944(Europe) - Licences: 5BL Adelaide (1939) - Qualifications: AOCP 2293, 1939, SA - amateur operator, amateur broadcaster, WW2 (RAAF, 76 Squadron RAF, Flying Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://highgate-rsl.org.au/afcraaf-roll/james-brian-russell-417490/] * [[/Hector Keith James|James, Hector Keith]] [https://www.familysearch.org/tree/person/details/GZV7-WVL] - 1905(NSW)-1966(NSW) - Licences: 2XA Receive Sydney (Summer Hill, 1923); 2XA Sydney (Summer Hill, 1924-1933; Ashfield, 1934; Double Bay, 1935-1936; Coogee, 1937-1938; Woollahra, 1939; Summer Hill, 1948-1961) - Qualifications: cc; AOCP 183, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Summer Hill, 1930-1933), engineer (Edgecliff, 1936; Ashfield, 1949; Summer Hill, 1943-1963) * [[/Herbert Ronald James|James, Herbert Ronald]] [https://www.familysearch.org/tree/person/details/GDRD-1SM] - 1904(Vic)-1982(Vic) - Licences: 3LH Birchip (1931-1933); 3LH Drouin (1938-1939); 7LH Western Junction (1947); 7LH Launceston (1948); 3AJJ Melbourne (Deepdene, 1954); 3AJJ Lubeck (1955-1956); 3AJJ Braeside (1960); 3AJJ Rupanyup (1965-1969); 3AJJ Nowa Nowa (1975-1980) - Qualifications: cc; AOCP 813, 1931, Vic; BOCP 17, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Merbein, 1925); fitter & turner (Merbein, 1928-1931); radio engineer (Merbein, 1936); technician (Western Junction, Tas, 1949); radio engineer (Deepdene, 1954); technician (Rupanyup, 1963-1968); retired (Nowa Nowa, 1972-1980) * [[/R. James|James, R.]] - 19??(???)-19??(???) - Licences: XZE via Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified * [[/Thomas Reynolds James|James, Thomas Reynolds]] - 19??(???)-19??(???) - employment (Vic Posts & Telegraphs, worked on original Melbourne-Williamstown telegraph line 1854, later in charge of Melbourne Telegraph Office, but transferred to inspectorial work in 1879 due to disorganisation, reinstated in 1880) ===''JAMIESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Jamieson|Jamieson, Charles William]] [https://www.familysearch.org/tree/person/details/L4SY-YNQ] - 1896(Vic)-1971(Vic) - Licences: XJW Melbourne (St Kilda, 1913-1914); 3CJ Melbourne (East St Kilda, 1924-1926); 3XX Melbourne (East Malvern, 1954-1975) - Qualifications: cc; BOCP 130, 1937 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: engineer (St Kilda, 1921-1925); mechanic (Malvern, 1926-1968) * [[/John Edward Jamieson|Jamieson, John Edward]] [https://www.familysearch.org/tree/person/details/G8VS-M43] - 1910(WA)-1957(WA) - Licences: 6LA Perth (Beaconsfield, 1930-1933); 6LA Kalgoorlie (1938-1939) - Qualifications: cc; AOCP 673, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio salesman (Kalgoorlie, 1936-1937); salesman (Kalgoorlie, 1943); radio engineer (Kalgoorlie, 1949-1954) ===''JANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Harold Jansen|Jansen, Claud or Claude Harold]] [https://www.familysearch.org/tree/person/details/GDGS-9TN] - 1890(NSW)-1968(NSW) - Licences: V751 Receive Yarrawonga (1922); 3GW Receive Yarrawonga (1922)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: printer (Yarrawonga, 1913-1922); linotype engineer (Yarrawonga, 1924-1931); printer (Shepparton, 1934-1937); linotype operator (Albury, 1937-1949); engineer (Albury, 1954-1968) ===''JARDINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Jardine|Jardine, William Ronald]] [https://www.familysearch.org/tree/person/details/G8ZC-T63] - 1911(Vic)-1983(Vic) - Licences: 3PR Melbourne (Essendon, 1929-1933); 3PR Leongatha (1937-1939, 1946-1980+) - Qualifications: AOCP 533, 1929, No. ?? in Vic; AOLCP 108, 1933 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farm labourer (Craigieburn, 1934); dairy farmer (Leongatha, 1937-1954); salesman (Leongatha, 1963-1980) ===''JARMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Arthur Jarman|Jarman, Oswald Arthur]] [https://www.familysearch.org/tree/person/details/G612-K6Y] - 1894(SA)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 162, 1915; 1COCP 37, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Broome, WA, 1921-1922); telegraphist (Applecross, WA, 1925; Surrey Hills, Vic, 1928); supervisor (Bentley, Vic, 1931-1954) ===''JARVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jack Edwin Jarvis|Jarvis, Vincent Jack Edwin "Victor", "Vic"]] [https://www.familysearch.org/tree/person/details/GZ2K-6FP] - 1912(WA)-1941(Libya) - licences: 2VJ Orange (1930-1933), 2VJ Dubbo (1934), 2VJ Wellington (1935-1936), 2VJ Bathurst (1937), 2VJ Griffith (1938-1939) - qualifications: AOCP 695, 1930, No. ?? in NSW; BOCP 46, 1936 - amateur operator, amateur broadcaster (2VJ Wellington), broadcast engineer (2BS, 2RG), WW2 (RAAF, Rathmines Flying Boats Base, Palestine, Egypt, Libya) - electoral rolls: radio mechanic (Wellington, 1936), radio engineer (Bathurst, 1937), wireless operator (Rathmines, 1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/633817] ===''JEFFRYES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Harry Jeffryes|Jeffryes, Sydney Harry]] - 1884(Qld)-19??(???) - X?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), ship's wireless operator, member of the Australasian Antarctic Expedition 1911-1914 ===''JEFFS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jeffs|Jeffs, Vincent]] [https://www.familysearch.org/tree/person/details/GX4T-4M8] - 1912?(???)-1970(Qld) - Licences: 4VJ Brisbane (Taringa, 1931-1933; City, 1934-1939, 1946; Gordon Park, 1948-1969) - Qualifications: cc; AOCP 753, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio cub (WIAQ, life member, lecturer, code instructor, field days, JOTA, conventions, operator 4WI); business proprietor (Jeffs Radio) - Electoral Rolls: salesman (Taringa, Qld, 1934; New Farm, Qld, 1936-1937; Taringa, Qld, 1937); radio manufacturer (New Farm, Qld, 1943); salesman (Taringa, Qld, 1949); businessman (Gordon Park, Qld, 1958-1968) ===''JENNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Jenner|Jenner, John Henry]] [https://www.familysearch.org/tree/person/details/K2Y9-64Z] - 1877(Eng)-1961(NSW) - Licences: 7BM Receive Premaydena (1923); Receive Premaydena (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 2ABM John Ingoldsby Jenner - Electoral Rolls: law clerk (Lindisfarne, 1914); orchardist (Koonya, 1919-1928); Xray technician (Double Bay, NSW, 1930; Bondi, 1933-1935) * [[/John Ingoldsby Jenner|Jenner, John Ingoldsby]] [https://www.familysearch.org/tree/person/details/LKY4-7S2] - 1904(Eng)-1980(???) - Licences: 2ABM Sydney (Maroubra, 1933-1939) - Qualifications: cc; AOCP 1194, 1933, NSW - amateur operator; amateur broadcaster - Relationships: Son of 7BM John Henry Jenner - Electoral Rolls: engineer (Haberfield, 1930; Bondi, 1933-1935); telephone engineer (Maroubra, 1937); engineer (Maroubra, 1943-1954; Revesby, 1968); retired (Turramurra, 1972); engineer (Revesby, 1980) ===''JENNISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Jennison|Jennison, Joseph William]] [https://www.familysearch.org/tree/person/details/LTS7-316] - 1899(Vic)-1965(Vic) - Licences: 2JJ Mathoura (1928-1939); 2MX Mathoura (1948-1950) - Qualifications: AOCP 414, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: farmer (Mathoura, 1930-1949; Echuca, 1954; Deniliquin, 1958); nil (Echuca, 1963) (Licences in the name of his father John William Jennison but most likely son was operator, father passed in 1942) ===''JENSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jens August Jensen|Jensen, Jens August]] [https://www.familysearch.org/tree/person/details/GXQM-1MX] - 1865(Vic)-1936(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - Minister for Navy (1915-1917) - Comment: famously dismissed for corruption in respect of purchase of Shaw Wireless Works in 1916 - Electoral Rolls: licensed victualler (Beauty Point, Tas, 1914-1919); orchardist (Beauty Point, Tas, 1919-1922); no occupation (Elsternwick, Vic, 1936) - Links: [[w:Jens_Jensen_(politician)|Wikipedia]] [https://adb.anu.edu.au/biography/jensen-jens-august-6840 ADB] * [[/Laurence Richard Hopkins Jensen|Jensen, Laurence or Lawrence Richard Hopkins]] [https://www.familysearch.org/tree/person/details/GZ6V-MJ1] - 1906(Tas)-1974(Tas) - Licences: 7BL Receive West Devonport (1923); Receive West Devonport (1923-1924); 7LJ Launceston (1925-1939, 1947-1969+) - Qualifications: cc; AOCP 78, 1925, No. ?? in Tas; BOCP 215, 1939; 1AOCP 9, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (New Town, 1928); teacher (New Town, 1936-1972) ===''JENVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Walter Jenvey|Jenvey, Henry Walter]] [https://www.familysearch.org/tree/person/details/G4QJ-7TS] - 1851(Eng)-1932(Vic) - Licences: AA Melbourne 1900; X?? Melbourne - early wireless experimenter, arguably his use of the identifier AA was the first use of an Australian callsign; arguably Australia's first amateur operator as the majority of his experiments were self-funded and in his own time - Qualifications: cc; Nil yet identified - employment (Vic P & T; PMGD) - Relationships: father of 3WW William Walter Jenvey - Electoral Rolls: electrical engineer (Brighton, 1909); public servant (Caulfield East, 1919-1931) * [[/William Walter Jenvey|Jenvey, William Walter "Bill"]] [https://www.familysearch.org/tree/person/details/G4QV-9GL] - 1904(Vic)-1981(Qld) - Licences: 3AY Melbourne (Caulfield, 1922-1927; Ormond, 1931-1938); 2YJ Sydney (Concord, 1939); 3AY Melbourne (Ormond, 1947); 2ZO Sydney (Willoughby, 1948-1969); 2ZO Noosa Heads (1980) - Qualifications: cc; CPRT 824, 1924; 1COCP 68, 1930 - amateur operator; amateur broadcaster - Relationships: son of Henry Walter Jenvey - Electoral Rolls: telegraphist (Caulfield, Vic, 1926-1927); operator (Bentleigh, Vic, 1931-1937); radio engineer (Croydon, NSW, 1943; Willoughby, NSW, 1949-1968); engineer (Willoughby, NSW, 1972); nil (Nelligen, NSW, 1977; Noosa Heads, Qld, 1980) ===''JERRARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Joseph Jerrard|Jerrard, Frederick Joseph]] [https://www.familysearch.org/tree/person/details/LB43-BKT] - 1899(Qld)-1963(Qld) - Licences: 4DR Receive Gayndah (1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Gayndah, 1921-1930); motor mechanic (Gayndah, 1936-1937); engineer (Indooroopilly, 1943-1963) ===''JESSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick Ferman Jessop|Jessop, Patrick Ferman]] [https://www.familysearch.org/tree/person/details/G6QN-8HV] - 19??(Eng?)-19??(Qld?) - Licences: 4PJ Kamma (1925-1927); 4PJ Cairns (Hambledon, 1937-1939) - Qualifications: cc; Nil yet identified (England?) - amateur operator; amateur broadcaster; WW1(RFC) - Halcyon: not mentioned - Electoral Rolls: labourer (Edmonton, 1922-1930); weigh bridge clerk (Hambledon, 1936-1943) ===''JEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Jewell|Jewell, Thomas John]] [https://www.familysearch.org/tree/person/details/GDYD-YH1] - 1905(WA)-1965(WA) - Licences: 6CA Receive Perth (Subiaco, 1923); 6JJ Perth (Victoria Park, 1927); 6JJ Kalgoorlie (1930-1931); 6JJ Perth (Victoria Park, 1933-1939) - Qualifications: cc; CPRT 876, 1925; 1COCP 129, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Victoria Park, WA, 1931-1937); radio inspector (Victoria Park, WA, 1943; Scarborough, WA, 1949); inspector (Scarborough, WA, 1954-1963) ===''JOHNSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Johnson|Johnson, Arthur]] [https://www.familysearch.org/tree/person/details/GXD7-X12] - 1921(Qld)-2004(Qld) - Licences: 4PX Brisbane (Hendra, 1938-1939; Ascot, 1946-1948; Hendra, 1954-1975), 4PX Buddina Beach (1980+) - Qualifications: cc; AOCP 2093, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (Sunshine Coast ARC); military (WW2, AIF, Signals) - Comment: Several contemporaneous AJs - Electoral Rolls: Commonwealth public servant (Hendra, Qld, 1968) + others * [[/Carl Francis Johnson|Johnson, Carl Francis]] [https://www.familysearch.org/tree/person/details/LH8T-HSH] - 1899(Tas)-1985(Tas) - Licences: Receive Hobart (West Hobart, 1923); 7AR Hobart (West Hobart, 1924-1939) - Qualifications: cc; AOCP 218, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: federal servant (West Hobart, 1922-1954) * [[/Edward Norman Johnson|Johnson, Edward Norman]] [https://www.familysearch.org/tree/person/details/MM4W-MLQ] - 1886(Vic)-1960(USA) - Licences: Receive Warrnambool (1923); 3ZO Warrnambool (1923-1924); 3ZO Horsham (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (East Melbourne, 1909); manager (Wonthaggi, 1914); draper (Newtown, 1917); traveller (Geelong, 1919) * [[/H. B. Johnson|Johnson, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1926); 5HB Adelaide (Henley Beach, 1937-1939) - Qualifications: AOCP 252, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: - common surname, individual not yet identified * [[/Ivo Uric Johnson|Johnson, Ivo Uric]] [https://www.familysearch.org/tree/person/details/G9VV-H8S] - 1903(NSW)-1961(Qld) - Licences: 4KL Cairns (1933-1960) - Qualifications: cc; CPRT 813, 1924; 2COCP 668, 1942; 1COCP 655, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Cairns, Qld, 1936-1963) * [[/Joseph Murray Johnson|Johnson, Joseph Murray]] [https://www.familysearch.org/tree/person/details/L5YM-M5N] - 1889(NSW)-1986(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 113, 1915; 1COCP 200, 1931 - RANRS (CPO to Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: engineer operator (Geraldton, 1915-1917); radio expert (Lane Cove, NSW, 1930-1934); engineer (Brighton, Vic, 1936; Caulfield, 1937); engineer (Longueville, NSW, 1943-1949); manager (Turramurra, 1954-1963); retired (Strathfield, 1963; Port Macquarie, NSW, 1968-1977; Wauchope/Yrrs, 1980) ===''JOHNSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. B. Johnston|Johnston, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Norman Brint Johnston|Johnston, Norman Brint]] [https://www.familysearch.org/tree/person/details/G8NC-K7F] - 1913(WA)-1979(WA) - Licences: 6NJ Perth (South Fremantle, 1930-1933; Subiaco, 1937-1939) - Qualifications: cc; AOCP 642, 1930, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Subiaco, 1937-1943); radio mechanic (Maylands, 1943-1968; Mt Lawley, 1972-1977) * [[/Robert Walter Johnston|Johnston, Robert Walter]] [https://www.familysearch.org/tree/person/details/GXDS-FHJ] - 1914(Qld)-1963(Qld) - Licences: 4LQ Brisbane (Petrie Terrace, 1934-1939) - Qualifications: cc; AOCP 1270, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Petrie Terrace, Qld, 1936-1937); no occupation (Ingleburn, NSW, 1954-1958); retired (Petrie Terrace, Qld, 1963) * [[/William David Johnston|Johnston, William David]] [https://www.familysearch.org/tree/person/details/G8XJ-3RY] - 1909(Irl)-1985(NSW) - Licences: 2YZ Sydney (Ryde, 1930-1939, 1946-1948; Gladesville, 1950; Matraville, 1954-1980+) - Qualifications: AOCP 616, 1930, No. ?? in NSW; 2COCP 323, 1931; 1COCP 398, 1940 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Ryde, 1930-1943); radio engineer (Gladesville, 1949; Matraville, 1954-1980) ===''JOHNSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. D. Johnstone|Johnstone, H. D.]] - 19??(???)-19??(???) - Licences: 3HJ Melbourne (Surrey Hills, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified ===''JONASSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Peter Jonasson|Jonasson, Roy Peter]] [https://www.familysearch.org/tree/person/details/9KPW-ZL1] - 1908(Qld)-1989(Qld) - Licences: 4NG Alberton (1931-1933); 7NG Derwent Park (1937-1939); 3ND Castlemaine (1946-1969); 9NG, PNG; 4NE Brisbane (Kingston, 1980) - Qualifications: cc; AOCP 827, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, QRP Club, RAAF Wireless Reserve, Qld Listeners' League); employment (Qld State Electricity Commission) - Electoral Rolls: electrical fitter (Castlemaine, 1942-1972); retired (Kingston, Qld, 1972-1980) ===''JONES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Ernest Jones|Jones, Alfred Ernest]] [https://www.familysearch.org/tree/person/details/G61R-CTW] - 1894(NSW)-1970(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 241, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Comment: not all electoral roll entries identified, several contemporaneous AEJs; Electoral Rolls: radio telegraphist (Broome, WA, 1917-1922) * [[/David William Jones|Jones, David William]] - 19??(???)-19??(???) - Licences: 4DJ Brisbane (Chelmer, 1930-1933) - Qualifications: cc; AOCP 683, 1930, No. ?? in Qld - amateur operator, amateur broadcaster - Comment: several contemporaneous DWJs - Electoral Rolls: public servant (Chelmer, 1925-1931); engineer (Holland Park, 1958)? * [[/Lancelot Cyril Jones|Jones, Lancelot Cyril "Lance"]] [https://www.familysearch.org/tree/person/details/G8L3-2LS] - 1891(SA)-1971(SA) - Licences: XVB Adelaide (Hawthorn, 1913-1914); 5BQ Adelaide (Westbourne Park, 1923-1924); 5DN Adelaide (City, 1923-1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; co-founder 5DN commercial Adelaide - Electoral Rolls: manager (Broadway Estate, 1939-1943) * [[/Raymond Edward Jones|Jones, Raymond Edward]] [https://www.familysearch.org/tree/person/details/LL9R-FLM] - 1900(Vic)-1987(Vic) - Licences: 3RJ Melbourne (Ascot Vale, 1928; Box Hill, 1931-1939, 1946-1980+) - Qualifications: AOCP 407, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: telegraphist (Newmarket, 1921); public servant (Ascot Vale, 1922-1924); telegraphist (Box Hill, 1931-1943); supervisor (Box Hill, 1949-1963); retired (Box Hill, 1968-1980) * [[/Stanley William Jones|Jones, Stanley William]] [https://www.familysearch.org/tree/person/details/GZL8-BPL] - 1917(Vic)-1943(PNG) - Licences: 3SF Ballarat (1937-1939) - Qualifications: AOCP 1953, 1937, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Signalman, 6 Division Signals) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1687469] (beware, another Stanley William Jones died in WW2, Flight Sergeant, 626 Squadron) * [[/Walter Henry Jones|Jones, Walter Henry]] [https://www.familysearch.org/tree/person/details/G8NB-Z8F] - 1914(NSW)-1980(NSW) - Licences: 2PY Sydney (Marrickville, 1930-1933); 2RS Sydney (Marrickville, 1935-1939); 2WP Sydney (Bexley, 1965-1980) - Qualifications: AOCP 652, 1930, NSW; 1COCP 57, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless telegraphist (Bexley North, 1949-1972); telegraphist (Bexley North, 1977-1980); Beware: Another contemporaneous Walter Henry Jones in Sydney b.1915 m.Edith * [[/W. R. Jones|Jones, W. R.]] - 19??(???)-19??(???) - Licences: 4EK Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''JORDAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Jordan|Jordan, James "Jim"]] [https://www.familysearch.org/tree/person/details/GXHL-VNQ] - 1903(Sct)-1979(Qld) - Licences: 4JJ Ipswich (1933); 4JJ Bundaberg (1934-1939) - Qualifications: cc; AOCP 1162, 1933, Qld - amateur operator; amateur broadcaster; broadcast engineer (4BU); senior military (RAAF, Wing-Commander) - Electoral Rolls: striker (West Ipswich, Qld, 1932); radio mechanic (Bundaberg, Qld, 1934-1937) * [[/Robert Jordan|Jordan, Robert]] - 1893(NZ)-19??(???) - commercial operator (1COCP 4, 1914, No. 4 in Aus and Vic, Commonwealth system) - coastal station operator? ===''JUDD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Harvey Judd|Judd, Clarence Harvey]] [https://www.familysearch.org/tree/person/details/GXVF-9XS] - 1920(SA)-1986(SA) - Licences: 5HQ Adelaide (Colonel Light Gardens, 1954-1980) - Qualifications: cc; AOCP 3374, 1953, Qld - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/Oswald William Judd|Judd, Oswald William]] [https://www.familysearch.org/tree/person/details/GXVX-X56] - 1896(SA)-1934(SA) - Licences: XVF Adelaide (North Norwood, 1913); Receive Adelaide (Payneham, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: Nil yet identified =='''K'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''KANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Leslie Kane|Kane, John Leslie "Les"]] - 1910(Qld)-1985(Qld), 4ZZ Roma, amateur operator (AOCP 2335, 1939, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), senior state public servant (Qld Railways) ===''KAUFMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Samuel Donald Kaufman|Kaufman, Samuel Donald]] [https://www.familysearch.org/tree/person/details/LB6X-937] - 1904(NSW)-1988(NSW) - Licences: 2SK Sydney (Belmore, 1928-1939, 1946-1980+) - Qualifications: AOCP 448, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Belmore, 1933-1980) ===''KAUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Alexis Kauper|Kauper, Henry or Heinrich Alexis "Harry"]] [https://www.familysearch.org/tree/person/details/GZXZ-WYQ] - 1888(Vic)-1942(Vic) - Licences: S643 Adelaide (1921-1922); 5BG Adelaide (Dulwich, 1923-1926; Tusmore, 1927-1928) - Qualifications: cc; AOCP 97, 1925, No. ?? in SA - amateur operator; amateur broadcaster; broadcast engineer; inventor - Electoral Rolls: chauffer (Willaura, Vic, 1910); engineer (Richmond, Vic, 1931-1937) - [https://adb.anu.edu.au/biography/kauper-henry-alexis-harry-6898 ADB] ===''KAYESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Kayess|Kayess, Sydney]] [https://www.familysearch.org/tree/person/details/GCYG-NHD] - 1892(NSW)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified -RANRS (CPOE, 1917) - Electoral Rolls: fitter & turner (Cooktown, 1917); engineer (Hendra, Qld, 1919); engine driver (Charleville, Qld, 1921); mechanic (Mossman, 1925); motor mechanic (Watchem, Vic, 1928); auto engineer (Dulwich Hill, NSW, 1930); garage manager (New Lambton, NSW, 1930; Foveaux, NSW, 1933); engineer (Forest Lodge, NSW, 1935-1937); labourer (Darlinghurst, 1937; Glenmore, NSW, 1943); mechanical engineer trainee (Haberfield, NSW, 1949); engineer (Manly North, NSW, 1958) ===''KEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Patrick James Keane|Keane, John Patrick James]] [https://www.familysearch.org/tree/person/details/G8V5-P25] - 1903(NSW)-1964(NSW) - Licences: 2JN Cessnock (1930-1936; 2JN Sydney (Bexley, 1937-1939; McMahons Point, 1946-1961) - Qualifications: AOCP 698, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: storeman (Darling Harbour, 1930); clerk (Cessnock, 1931-1932; Newcastle, 1934; Bexley, 1935-1937; McMahons Point, 1943-1949; North Sydney, 1958-1963) ===''KEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Keast|Keast, Leslie John]] [https://www.familysearch.org/tree/person/details/K2QP-J6X] - 1886(SA)-1957(WA) - Journalist (Wireless Weekly; shortwave editor, Australasian Radio World, 1940-1951; Radio & Hobbies), professional monitor (OWI/VOA, WW2), silent era cinematographer - Electoral Rolls: licensed victuallar (Royal Hotel, Bowral, 1933-1934); ex-hotelkeeper (Coogee, 1935); clerk (Randwick North, 1936-1937); sales manager (Carlingford, 1943); organising secretary (Ermington, 1949-1958) ===''KEDDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Robert Keddie|Keddie, Phillip Robert]] [https://www.familysearch.org/tree/person/details/G67S-1T7] - 1921(SA)-2003(SA) - Licences: 5KZ Adelaide (Woodville Park, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1882, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: AMF (Woodville Park, SA, 1943) ===''KELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Edward Kells|Kells, Alfred Charles Edward]] [https://www.familysearch.org/tree/person/details/LTMT-7D3] - 1900(Vic)-1955(Vic) - Licences: Receive Melbourne (Moonee Ponds, 1923); 2430 Melbourne (Moonee Ponds, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: postal electrician (Moonee Ponds, 1921-1925); mechanic (Essendon, 1928-1954) ===''KELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Wainwright Kelly|Kelly, Alexander Wainwright]] [https://www.familysearch.org/tree/person/details/GZP6-G6V] - 1908(SA)-1954(SA) - Licences: Receive (Crystal) Largs Bay (1923); Receive Largs Bay (1923); 5AW Lyndoch (1927-1939); 5XO Loxton (1954) - Qualifications: cc; AOCP 358, 1927, No. ?? in SA - amateur operator; amateur Broadcaster - Electoral Rolls: winemaker (Berri, 1939-1943) * [[/Ross Donaldson Kelly|Kelly, Ross Donaldson]] [https://www.familysearch.org/tree/person/details/G7BG-2PR] - 1906(SA)-1959(SA) - Licences: 5LW Adelaide (Unley, 1937-1939; Hazelwood Park, 1948-1956) - Qualifications: cc; AOCP 2032, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: assurance agent (Dulwich, 1941-1943) ===''KELSO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham Kelso|Kelso, Graham]] [https://www.familysearch.org/tree/person/details/GXXH-9DH] - 19??(???)-19??(???) - Licences: 4EL Receive Brisbane (Nundah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: PMG technician (Petrie Terrace, Qld, 1958); technician (Brisbane, Qld, 1968; St Lucia, Qld, 1972-1980) ===''KEMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Kemble|Kemble, Frederick John]] [https://www.familysearch.org/tree/person/details/GZZ2-8WY] - 1915(SA)-1939(WA) - Licences: 6FJ Katanning (1936-1939) - Qualifications: cc; AOCP 1673, 1936, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: blacksmith's striker (Katanning, WA, 1937) ===''KEMP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Kemp|Kemp, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GZ2F-PYS] - 1910(Qld)-1997(Qld) - Licences: 4YA Yangan - Qualifications: cc; AOCP 1466, 1935, Qld; BOCP 110, 1937; 2COCP 123, 1937; 1COCP 163, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Swanfels, Qld, 1936-1937); radio technician (Kedron, Qld, 1943-1949; Wavell Heights, Qld, 1954-1980) * [[/Joseph Edward Kemp|Kemp, Joseph Edward]] [https://www.familysearch.org/tree/person/details/G691-NWV] - 1918(Tas)-1991(WA) - Licences: 7RZ Devonport (1937-1939); 7RZ Launceston (1946-1948) - Qualifications: cc; AOCP 1847, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio telegraphist (Como, 1949); radio officer (Esperance, 1954-1958; Yokine, WA, 1963-1980) ===''KEMPSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Kempster|Kempster, Frederick]] [https://www.familysearch.org/tree/person/details/LVPC-NHM] - 1900(SA)-1957(SA) - Licences: 5KM Darwin (1929-1931); 8KM Darwin (1937-1939) - Qualifications: cc; AOCP 543, 1929, No. ?? in NT - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Fullarton, 1934); supervisor (Fullarton, 1939-1943) ===''KENNA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Francis Kenna|Kenna, Vernon Francis "Vern" / "Marconi"]] [https://www.familysearch.org/tree/person/details/GS1D-4ZV] - 1908(Qld)-1987(NSW) - Licences: 4DE Receive Brisbane (Hamilton, 1923-1924); 4FK Brisbane (Hamilton, 1926-1939); 2JR Sydney (Middle Cove, 1980+) - Qualifications: cc; AOCP 301, 1926, No. 29 in Qld - amateur operator; amateur broadcaster; broadcast engineer (PMGD); radiocommunications engineer; senior public servant (PMG, ABC2); WW2 - Electoral Rolls: postal electrician (Hamilton, Qld, 1936-1954); engineer (Balwyn, Vic, 1963; Killara, 1963; Middle Cove, 1968-1972; Willoughby, 1977-1980) ===''KENNEDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Kennedy|Kennedy, Peter]] [https://www.familysearch.org/tree/person/details/GDKD-8Q7] - 1874(Vic)-1945(SA) - Licences: XYD Perth (City, 1913-1914); 6AM Perth (Mt Lawley, 1923-1927); 5AM Adelaide (City, 1928; Unley, 1931; New Parkside, 1933-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; senior federal public servant (PMG, concluding as Deputy Postmaster-General SA); WW1 - Awards: Imperial Service Order - Electoral Rolls: telegraphist (Leederville, 1903; Mt Lawley, 1910-1921); State Engineer (Maylands, 1925-1926); civil servant (New Parkside, 1939-1943) * [[/M. Kennedy|Kennedy, M.]] - 19??(???)-19??(???) - Licences: 4EP Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter Donald Kennedy|Kennedy, Walter Donald]] [https://www.familysearch.org/tree/person/details/LBRG-1WB] - 1869(NSW)-1951(NSW) - Licences: 2WK Sydney (Rockdale, 1925-1926; Willoughby, 1927-1929); 2WK Helensburgh (1930-1933); 2WK Sydney (East Sydney, 1934); 2WK Wallerawang (1935); 2WK Sydney (Rockdale, 1936-1939, 1946-1950) - Qualifications: cc; AOCP 121, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: clergyman (Murrumburrah, 1913; Helensburgh, 1930-1932); clerk (Darlinghurst, 1934-1935); clerk in Holy Orders (Rockdale, 1936-1949) ===''KENNY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Francis Kenny|Kenny, Edmund Francis]] [https://www.familysearch.org/tree/person/details/G8MB-R3M] - 1903(NSW)-1980(NSW) - Licences: 2EK Sydney (Lewisham, 1927-1928; Croydon, 1929; Ryde, 1930-1931; Granville, 1933-1939, 1946-1948); 2EK Wentworthville (1950-1980) - Qualifications: AOCP 373, 1927, No. ?? in NSW -amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1930); clerk (West Ryde, 1930-1933); engineer (Granville, 1935-1949); radio engineer (Wentworthville, 1954-1968); engineer (Wentworthville, 1972-1977) ===''KEOGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Keogh|Keogh, William George]] [https://www.familysearch.org/tree/person/details/GDJ4-H7G] - 19??(???)-1960(NSW) - Licences: 2ZA Receive Sydney (Stanmore, 1923); 2ZA Sydney (Summer Hill, 1923; Stanmore, 1924-1925); licensed operator 2AG Grace Bros Broadway - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Randwick North, 1943-1958) ===''KERBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Thomas John Kerby|Kerby, Edwin Thomas John]] [https://www.familysearch.org/tree/person/details/GM72-SFL] - 1888(Vic)-1971(Vic) - Licences: 7EK Ringarooma (1932-1939); 3KK Melbourne (Auburn, 1946-1969) - Qualifications: cc; AOCP 940, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW1; WW2 (Major) - Awards: Military Star 1914-1915; British War Medal, Victory Medal; MBE - Electoral Rolls: manager (Ballarat, 1909); restaurant keeper (Brunswick, 1914); electrical engineer (Richmond, 1914-1917); grazier (Ballarat, 1919); farmer (Linton, 1922); grazier (Fawkner, 1924-1925); engineer (St Kilda, 1943; Auburn, 1949-1968) - Links: [[w:Edwin Kerby|Wikipedia]] ===''KERMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Kermond|Kermond, Leslie John "Les"]] [https://www.familysearch.org/tree/person/details/G8W7-Y88] - 1912(Vic)-2007(Vic) - Licences: 3DX Warrnambool (1928-1980+) - Qualifications: AOCP 417, 1928, No. ?? in Vic; AOLCP 182, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: biograph operator (Warrnambool, 1936-1937); engineer (Swan Hill, 1942); radio engineer (Warrnambool, 1949-1980) ===''KERNICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Edwin Kernick|Kernick, Percy Edwin]] [https://www.familysearch.org/tree/person/details/LX7S-JW1] - 1888(NSW)-1965(WA) - Licences: 6PK Perth (South Perth, 1927-1939, 1946-1947) - Qualifications: cc; AOCP 378, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Sandstone/Mt Magnet, 1910); telegraphist (Brown Hill/Kalgoorlie, 1917; South Perth, 1925-1963) ===''KERR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dixon Kerr|Kerr, Alfred Dixon]] [https://www.familysearch.org/tree/person/details/GZT8-ZKF] - 1910(Vic)-1977(Vic) - Licences: 3AL Ballarat (1926-1939, 1946-1960); 3JQ Melbourne (Hawthorn, 1975) - Qualifications: AOCP 284, 1926, No. ?? in Vic; AOLCP 18, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Ballarat, 1931-1968); retired (Hawthorn, 1977) * [[/Roy Kerr|Kerr, Roy]] [https://www.familysearch.org/tree/person/details/GXHP-SBX] - 1917(Qld)-1988(Qld) - Licences: 4DK Winton (1937-1939); 4DK Brisbane (Tingalpa, 1946-1951) - Qualifications: cc; AOCP 1941, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; federal public servant (PMGD, telegraphist) - Relationships: brother of Vernon Lester Kerr 4LK - Electoral Rolls: * [[/Vernon Lester Kerr|Kerr, Vernon Lester "Vern"]] [https://www.familysearch.org/tree/person/details/GXHP-MCW] - 1912(Qld)-1979(Qld) - Licences: 4LK Winton (1932-1933); 4LK Cloncurry (1937-1939, 1946-1948); 4LK Charters Towers (1954-1969); 4LK Charleville (1975) - Qualifications: cc; AOCP 800, 1931, No. ?? in Qld; COCP 1941, amateur operator; amateur broadcaster; radio club (WIAQ, Soc Wireless Pioneers USA); employment (RFDS, technical officer / controller / announcer) - Relationships: brother of Roy Kerr 4DK - Electoral Rolls: radio technician (Charters Towers, Qld, 1954-1977); technician (Charleville, Qld, 1977) ===''KHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kullandar Jallander Khan|Khan, Kullandar Jallander]] [https://www.familysearch.org/tree/person/details/GX89-VLY] - 1916(Qld)-1983(Qld) - Licences: 4QA Cairns (1937-1939, 1947); 4DC Cairns (1948-1960); 4DC Brisbane (New Farm, 1965-1980+) - Qualifications: cc; AOCP 1979, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 4QA may have been withdrawn by PMGD for 4QA Cairns - Electoral Rolls: picture theatre operater (Cairns, Qld, 1943); radio serviceman (Cairns, Qld, 1954-1958); tv technician (New Farm, Qld, 1968-1977); retired (New Farm, Qld, 1980) ===''KIDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian McIvor Kidman|Kidman, Ian McIvor]] [https://www.familysearch.org/tree/person/details/LD7Q-7N2] - 1915(SA)-1981(SA) - Licences: 5JK Naracoorte (1933-1937) - Qualifications: cc; AOCP 1163, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''KILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Harold Kilby|Kilby, Raymond Harold]] [https://www.familysearch.org/tree/person/details/G691-9VD] - 1918(Tas)-1999(Tas) - Licences: 7RK Launceston (1935-1939, 1946-1980+) - Qualifications: cc; AOCP 1461, 1935, No. ?? in Tas; BOCP 1568, 1957; 1COCP 1862, 1958; 2COCP T1, 1977 - amateur operator; amateur broadcaster - Electoral Rolls: upholsterer (Launceston, 1943-1972) ===''KILGARIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Kilgariff|Kilgariff, Joseph]] [https://www.familysearch.org/tree/person/details/GDS2-XBD] - 1886(NSW)-1971(SA) - Licences: 5JT Adelaide (Burnside, 1937-1939; Erindale, 1947-1948; North Glenelg, 1954-1969) - Qualifications: cc; AOCP 1884, 1937, SA; 2COCP 325, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carpenter (Boulder, WA, 1910-1912); builder (Alice Springs, NT, 1934; Burnside, SA, 1939); RAAF (Leabrook, SA, 1943) ===''KILSBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Wilbur Kilsby|Kilsby, Keith Wilbur]] [https://www.familysearch.org/tree/person/details/KCHP-4ZS] - 1912(SA)-1970(SA) - Licences: 5PR Moorak (1933); 5PR Birdwood (1938); 5PR Wiltyerong via Murray Bridge (1947); 5PR Mingary via Murray Bridge (1948); 5PR Murray Bridge (1954); 5PR Adelaide (Payneham, 1955-1969) - Qualifications: cc; 2COCP 419, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Birdwood, SA, 1939; Wiltyerong, SA, 1941-1943); ===''KING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Calvert King|King, Charles Calvert]] [https://www.familysearch.org/tree/person/details/GXQT-4R1] - 1885(Eng)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 105, 1915; 2COCP 155, 1930 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (New Town, Tas, 1914); warrant telegraphist (Wireless Station, Applecross, 1921-1925); music teacher (Randwick, NSW, 1930); musician (Clovelly, 1931; Rose Bay, 1932-1933); librarian (Woollahra, 1934); salesman (Bondi, NSW, 1935); Model Maker (Watson's Bay, 1936-1937) * [[/Fred Esmond King|King, Fred Esmond (Electoral Rolls) or Esmonde (BMD)]] [https://www.familysearch.org/tree/person/details/GXNY-81C] - 1896(Qld)-1986(Qld) - Licences: 4CQ Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: station hand (Bulliwallah, Qld, 1919-1963) * [[/Frederick Venn King|King, Frederick Venn]] [https://www.familysearch.org/tree/person/details/KJHN-MV3] - 1888(Qld)-1968(Qld) - Licences: Receive (Valve) Cunnamulla (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: station hand (Weelamurra Station, Qld, 1909); grazier (Weelamurra Station, Qld, 1913-1921); not stated (Warrambah Station, Cunnamulla, Qld, 1925); grazier (Barrington Station, Cunnamulla, Qld, 1930-1954); retired (Camp Hill, Qld, 1958-1968) ===''KINGWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hercules Kingwell|Kingwell, William Hercules]] - broadcast planning engineer (PMGD, ABCB) ===''KINSELLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Thomas Kinsella|Kinsella, Hector Thomas]] [https://www.familysearch.org/tree/person/details/G8NC-XN9] - 1912(WA)-1993(WA) - Licences: 6HK Perth (Hollywood, 1930; East Perth, 1931) - Qualifications: cc; AOCP 641, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (South Perth, 1936-1937; Victoria Park, 1943); pharmacist (Perth, 1949; Narrogin, 1954-1958; Applecross, 1963; Ardross, 1968-1972; Booragoon, 1977-1980) * [[/Thomas Wade Kinsella|Kinsella, Thomas Wade]] [https://www.familysearch.org/tree/person/details/G8P2-TSG] - 1904(Vic)-2001(NSW)96yo - Licences: Receive (Crystal) Lubeck (1923); 3TK Lubeck (1924-1926); 3TK Rupanyup (1937-1939); 2FK Sydney (Rose Bay, 1946; Herne Bay, 1947; Sans Souci, 1948-1980+) - Qualifications: cc; AOCP 1992, 1937, No. ?? in Vic; BOCP 532, 1943 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrician (Lubeck, 1927-1936); RAN (Sans Souci, 1949-1980) - Relationships: brother of 3AKW William Jennings Kinsella * [[/William Jennings Kinsella|Kinsella, William Jennings]] [https://www.familysearch.org/tree/person/details/G8PG-S8S] - 1914(Vic)-2011(Vic) - Licences: 3AKW Lubeck (1947-1980+) - Qualifications: cc; BOCP 498, 1943; 2AOCP 55, 1946 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grazier (Magdala, Lubeck, 1936-1972; Lubeck, 1977-1980) - Relationships: brother of 3TK-2FK Thomas Wade Kinsella ===''KINZBRUNNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Charles Kinzbrunner|Kinzbrunner, Harry Charles]] [https://www.familysearch.org/tree/person/details/G8H4-SZM] - 1903(Eng)-1982(Qld) - Licences: 4HK Cloncurry (1929-1931); 4HK Mareeba (1933); 4HK Tully (1937-1939); 4HK Atherton (1946-1980+) - Qualifications: cc; AOCP 474, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), employment (Australian Inland Mission, QATB) - Electoral Rolls: radio mechanic (Malanda, 1937); electrical engineer (Ashgrove, 1943); radio mechanic (Atherton, 1943); refrigeration & electrical contractor (Atherton, 1949-1972); electrical contractor (Atherton, 1977-1980) ===''KIRBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ewan Russell Kirby|Kirby, Ewan Russell]] [https://www.familysearch.org/tree/person/details/G4R1-4J7] - 1885(Tas)-1947(Tas) - Licences: XZB Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; First set 1909 communicated with M. Harvey; employed Hydro-electric Dept - Electoral Rolls: electrician (Hobart South, 1914-1919); engineer (Hobart West, 1922-1936) ===''KIRKBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Kirkby|Kirkby, Brian]] - historian (early wireless experimenters, Edward Hope Kirkby, Archibald John Shaw), great grandson of Edward Hope Kirkby * [[/Charles Edward Kirkby|Kirkby, Charles Edward]] - 1886(Vic)-1954(NSW) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of George Gill Kirkby * [[/Edward Hope Kirkby|Kirkby, Edward Hope]] - 1853(At sea)-1915(NSW) - early wireless and X-ray experimenter, father of George Gill Kirkby and Charles Edward Kirkby * [[/George Gill Kirkby|Kirkby, George Gill]] - 1884(Vic)-1916(Vic) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of Charles Edward Kirkby ===''KIRKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Basil Everald Wharton Kirke|Kirke, Basil Everald Wharton]] [https://www.familysearch.org/tree/person/details/G6NX-FFQ] - 1893(NSW)-1958(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; chief studio announcer/Uncle "Bas" (2BL); manager, 6WF; manager 9PA (1946); manager (ABC, Victoria, 1936) - Electoral Rolls: manager (Subiaco, 1931; Perth, 1934-1936; Melbourne, 1937-1943; Perth, 1954) - Links: [https://adb.anu.edu.au/biography/kirke-basil-everald-wharton-10751 ADB] ===''KIRKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Booth Kirkland|Kirkland, John Booth]] - 1861(Vic)-1900(Vic) - early telephone experimenter, Melbourne, Geelong & Ballarat ===''KISSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Leslie Hawthorn Kissick|Kissick, Alfred Leslie Hawthorn]] [https://www.familysearch.org/tree/person/details/LK9D-7LL] - 1904(Vic)-1967(Vic) - Receive Melbourne (Brunswick, 1923-1924), 3KB Melbourne (Brunswick, 1925-1939, 1946-1965), amateur operator (AOCP 141, 1925, No. ?? in Vic), operator 3CR Coburg Radio Club (1925), amateur broadcaster, clerk (1934) ===''KITTO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Collingwood Kitto|Kitto, Thomas Collingwood]] [https://www.familysearch.org/tree/person/details/MCKM-W8G] - 1903(Tas)-19??(???) - Licences: 7?? Launceston (1928); 5JR Adelaide (Tusmore, 1931); 2JR Newcastle (1933); 2JS Newcastle (1933-1939) - Qualifications: cc; AOCP 425, 1928, No. ?? in Tas; AOLCP 43, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Launceston, 1928); radio engineer (Sandgate, NSW, 1935; Ulverstone, Tas, 1937); engineer (Hawthorn, Vic, 1942); radio engineer (Prahran, 1949); retired (Deception Bay, 1972) ===''KLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Robert Kling|Kling, John Robert]] [https://www.familysearch.org/tree/person/details/LRQZ-B4W] - 1905(Vic)-1969(Vic) - Licences: 3JB Melbourne (Balwyn, 1928; South Camberwell, 1931; Hawthorn East, 1933; Hampton, 1937-1939); 3AJQ Melbourne (Seaford, 1954-1955; Lower Ferntree Gully, 1956; Frankston, 1960-1965) - Qualifications: AOCP 403, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Camberwell, 1931-1933; Sandringham, 1936-1937); engineer (Sandringham, 1942; Bacchus Marsh, 1949); radio sound engineer (Seaford, 1954); electrician (Frankston, 1963-1968) ===''KNAPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carlo Patrick Knapton|Knapton, Carlo Patrick]] [https://www.familysearch.org/tree/person/details/9DQR-R5C] - 1879(Irl)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - wireless trader (WA); witness to Royal Commission 1927 (as vice-president, Wireless Traders Assoc, WA) - Electoral Rolls: engineer (Carlton, Vic, 1914); lighting engineer (South Perth, 1921-1954) ===''KNEIPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Kneipp|Kneipp, James Henry "Jim"]] [https://www.familysearch.org/tree/person/details/GQ5R-YBH] - 1875(NSW)-1958(Qld) - Licences: Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: saddler (Morningside, Qld, 1905); railway employee (Morningside, Qld, 1908-1917; Cannon Hill, Qld, 1919-1958) ===''KNIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Keith Knight|Knight, Rupert Keith]] [https://www.familysearch.org/tree/person/details/G8MJ-Z5W] - 1898(Qld)-1934(Qld) - Licences: 4RK Toowoomba (1926-1927) - Qualifications: cc; Nil identified - amateur operator; amateur broadcaster - Halcyon: not mentioned? - Electoral Rolls: clerk (Toowoomba, 1919); bank clerk (East Toowoomba, 1925-1926); not specified (East Toowoomba, 1928-1932) ===''KNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Brader Knock|Knock, Donald Brader "Don"]] [https://www.familysearch.org/tree/person/details/GWWR-L62] - 1898(Eng)-1966(NSW) - Licences: 1911 Manchester; G6XG London (1924-1926); 2NO Sydney (Cremorne, 1926-1927; Vaucluse, 1927; Kirribilli, 1928; Randwick, 1929); 6NK Wyndham (1930-1931); 2NU Portable Sydney 1935-1939; 5NO Portable Central Australia; 2NO Sydney (Waverley, 1946-1966) - Qualifications: cc; AOCP 335, 1927, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (2MO); radiocommunications engineer; journalist (Wireless Weekly, Radio in ANZ, Radio Monthly, Australian Radio News, Bulletin, Australasian Radio World); military (WW1 - Royal Naval Air Service, WW2 - AIF lieutenant-major) - Electoral Rolls: engineer (Waverley, 1930); radio journalist (Waverley, 1932-1933); radio engineer (Waverley, 1935-1963) ===''KNOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carlisle Maddison Knowles|Knowles, Henry Carlisle Maddison]] [https://www.familysearch.org/tree/person/details/L4Q8-642] - 1901(NSW)-1945(ACT) - Licences: 2LK Sydney (Arncliffe, 1930-1931) - Qualifications: AOCP 653, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: pharmacist (Woolahra, 1933; Kingston, ACT, 1935-1943) ===''KOSSECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edwin Frederick Kosseck|Kosseck, Edwin Frederick]] [https://www.familysearch.org/tree/person/details/G8VB-VTG] - 1909(Vic)-1989(Vic) - Licences: 3EK Geelong (Belmont, 1930-1933); 3AKE Geelong (Newport, 1947; Belmont, 1948-1980+) - Qualifications: AOCP 705, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: gardener (Belmont, 1931-1937); RAAF (Newport, 1943); gardener (Belmont, 1949-1980) ===''KRAEGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl W. J. Kraegen|Kraegen, Carl W. J. "Charles"]] - 1831?(Germany?)-1871(NT) - employment (Vic Posts & Telegraphs, SA Posts & Telegraphs), telegraph operator (Ballarat, Portland), developed an early system of explosive detonation by battery, tragically died of thirst during the construction of the Overland Telegraph ===''KRUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Augustine Kruger|Kruger, Francis Augustine]] [https://www.familysearch.org/tree/person/details/GDJZ-58H] - 1907(Vic)-1992(Vic) - Licences: 3HE Receive Charlton (1922-1923); 3HE Charlton (1924-1925); 3AI Charlton (1935-1939); 3AI Strathmore (1946-1980+) - Qualifications: cc; AOCP 1541, 1935, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: dental mechanic (Charlton, 1928-1937); cinema operator (Charlton, 1942); executive (Essendon, 1949-1968; Strathmore, 1977-1980) =='''L'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''LABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Howell Laby|Laby, Thomas Howell]] - 1880(Vic)-1946(Vic) - frequent lecturer on wireless topics to WIA Vic in the 1920s, education (BA Cambridge 1905, PhD Cambridge 1921), employment (University of Sydney, 1901-1904; Cavendish Laboratory, 1905; Professor Physics, Victoria University College, Wellington, 1909; Professor Natural Philosophy, University of Melbourne, 1915-1930+), Royal Society of Victoria (president, 1924) ===''LACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Lack|Lack, Francis James]] [https://www.familysearch.org/tree/person/details/LCQH-WJR] - 1876(NSW)-1949(Qld) - Licences: Receive (Valve) Brisbane (Sandgate, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Warwick, Qld, 1903; Tiaro, Qld, 1905-1906; Maryborough, Qld, 1908); fish agent (Maryborough, Qld, 1913); engineer (Sandgate, Qld, 1916); accountant (Sandgate, Qld, 1917-1949) ===''LAHEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Wesley Lahey|Lahey, John Wesley]] [https://www.familysearch.org/tree/person/details/LKRX-KPL] - 1850(Irl)-1937(Qld) - Licences: 4EG Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: sawmill proprietor (Clayfield, Qld, 1908-1909); sawmiller (Clayfield, Qld, 1913-1936) ===''LAIDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Laidler|Laidler, Thomas]] [https://www.familysearch.org/tree/person/details/L1KG-31L] - 1904(Eng)-1995(SA) - Licences: 5TL Ceduna (1937-1939, 1947); 5TL Largs Bay (1948); 5TL Renmark (1954-1960); 5TL Adelaide (Glandore, 1965-1980+) - Qualifications: cc; AOCP 1934, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: postmaster (Ceduna, SA, 1939-1943) ===''LAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Lake|Lake, Eric James]] [https://www.familysearch.org/tree/person/details/GDFZ-CKK]- 1906(Eng)-1966(Qld) - Licences: 4EL Brisbane (Kangaroo Point, 1932-1939; Camp Hill, 1946-1948); 4EL Clevedon (1954-1956); 4EL Townsville (Belgian Gardens, 1960-1965) - Qualifications: cc; AOLCP 54, 1931; AOCP 966, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, instructor); broadcast technician (4QN); federal public servant (PMGD) - Electoral Rolls: radio operator (Coorparoo, Qld, 1937); radio technician (Camp Hill, Qld, 1943-1949; Townsville, Qld, 1954-1963); ===''LAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Federal Laker|Laker, Frank John Federal]] [https://www.familysearch.org/tree/person/details/M1V2-P8Q] - 1899(NSW)-1953(NSW) - Licences: 2ZE Deniliquin (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: sales manager (St Kilda, Vic, 1925); clerk (Bondi, 1935-1937); accountant (North Rocks, 1954) ===''LALOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Fintan Lalor|Lalor, Peter Fintan]] - 1827(Irl)-1889(Vic) - Leader of the Eureka Stockade, Postamaster-General Victoria (Aug 1875-Oct 1875) ===''LAMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. D. Lamb|Lamb, A. D.]] - 19??(???)-19??(???) - Licences: 4DK Receive Brisbane (New Farm, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James Joseph Wiseman Lamb|Lamb, James Joseph Wiseman]] [https://www.familysearch.org/tree/person/details/GX7M-49X] - 1876(Vic)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 119, 1915; 1COCP 264, 1932 - RANRS (Warrant Telegraphist, 1917) - Relationships: father of Harry Spencer Lamb - Electoral Rolls: civil servant (Subiaco, WA, 1910); radio station master (Townsville, Qld, 1921); wireless (Malvern, Vic, 1927); superintendent (Toorak, Vic, 1928-1936; Elsternwick, Vic, 1937); retired (Elsternwick, Vic, 1942) * [[/Harry Spencer Lamb|Lamb, Harry Spencer]] [https://www.familysearch.org/tree/person/details/GX7M-SQY] - 1906(WA)-1984(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Relationships: son of James Joseph Wiseman Lamb - Electoral Rolls: ===''LAMBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Clayton Lambert|Lambert or Mason, Frank Clayton]] [https://www.familysearch.org/tree/person/details/G8C3-761] - 1908(WA)-1993(WA) - Licences: 6FL Perth (South Perth, 1929-1931); 6FL Geraldton (1933); 6FL Perth (Wembley, 1937-1939; Subiaco, 1947); 3AFL Bairnsdale (1948); 6FL Perth (Claremont, 1954-1956; Bassendean, 1965-1980+) - Qualifications: cc; AOCP 503, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: picture employee (South Perth, WA, 1931); projectionist (Albany, WA, 1934); sound projectionist (East Fremantle, WA, 1936); projectionist (Wembley Park, WA, 1937); radio technician (Subiaco, WA, 1943-1949); dealer (Claremont, WA, 1954); radio dealer (Bassendean, WA, 1958-1980) ===''LANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Herbert Dodson Lane|Lane, Cyril Herbert Dodson]] - 1888(NSW)-1915(Tur) - XDM Sydney (1909-1914), early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in NSW), born Cyril Herbert Dodson, brother-in-law of Charles Dansie Maclurcan "Greater love hath no man" ===''LANGFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Leslie Langfield|Langfield, Harold Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/GX84-3D6] - 1893(Wales)-1982(Qld) - Licences: 4CO Brisbane (Rosalie, 1935-1960) - Qualifications: cc; AOCP 1572, 1935, Qld - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: club steward (Rosalie, Qld, 1934-1977; Paddington, Qld, 1980); ===''LANGFORD-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fritz Langford-Smith|Langford-Smith, Fritz]] - 1904(NSW)-1966(NSW) - 2?? Sydney, amateur operator (AOCP ??, 19??, No. ?? in Qld), electronics designer (AWA), author (Radiotron Designers Handbook), journalist (Radiotronics) - Links: [http://messui.polygonal-moogle.com/valves/NW198908.pdf EA] ===''LANGHANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ron Langhans|Langhans, Ron]] - historian (broadcasting) ===''LANGRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George David Langridge|Langridge, George David]] - 1829(Eng)-1891(Vic) - Postmaster-General Victoria in early 1880s ===''LAPTHORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Charles Lapthorne|Lapthorne, Horace Charles]] [https://www.familysearch.org/tree/person/details/G8W8-STK] - 1900(Vic)-1975(NSW) - Licences: 2TM Receive Sydney (Artarmon, 1923-1924); 2HL Sydney (Chatswood, 1928-1938; Lane Cove, 1939; Artarmon, 1948-1969); 2HL Noraville (1975) - Qualifications: AOCP 422, 1928, No. ?? in NSW - amateur operator? - Electoral Rolls: electrician (Artarmon, 1930-1937; Chatswood, 1943-1968); retired (Noraville, 1972) ===''LARSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Peter Christian Larsen|Larsen, Herbert Peter Christian]] [https://www.familysearch.org/tree/person/details/G36L-GHQ] - 1901(Qld)-1976(Qld) - Licences: 4JW Charters Towers(1928-1937); 4JW Cairns (1938-1939, 1947-1956); 4JW Charters Towers (1960-1975) - Qualifications: cc; AOCP 439, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: brewery hand (Charters Towers, 1925-1936); engine driver (Cairns, 1943-1954; Charters Towers, 1958-1968) ===''LARSSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gustaf William Larsson|Larsson, Gustaf William]] [https://www.familysearch.org/tree/person/details/GDTD-55K] - 1902(Tas)-1992(Tas) - Licences: 7BJ Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; AOLCP 92, 1932; AOCP 3275, 1952 - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Hobart West, 1928-1936) ===''LATHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Couzens Lathwell|Lathwell, Arthur George Couzens]] [https://www.familysearch.org/tree/person/details/GZH3-G9L] - 1911(WA)-1996(WA) - Licences: 6AL Bunbury (1935-1939, 1947-1975) - Qualifications: cc; AOCP 1467, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician's assistant (Bunbury, WA, 1936-1937); electrician (Bunbury, WA, 1943-1980) ===''LAUNDER-CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Edgar Launder-Cridge|Launder-Cridge, Wilfred Edgar]] [https://www.familysearch.org/tree/person/details/GXT9-S5L] - 1899(Eng)-1960(Tas) - Licences: 5BZ Adelaide (Brooklyn Park, 1928) - Qualifications: cc; 2COCP 200, 1930; 1COCP 120, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Essendon North, Vic, 1937; Aerodrome, Cambridge, Tas, 1943); OIC, DCA (Forrest, WA, 1958) ===''LAURENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Laurence|Laurence, John Henry]] [https://www.familysearch.org/tree/person/details/GXL7-YKV] - 1916(SA)-19??(???) - Licences: 5MZ Adelaide (Malvern, 1933-1939); 3PF Melbourne (Sandringham, 1947-1948); 3PF Benalla (1954-1980+) - Qualifications: cc; AOCP 1164, 1933, SA; 1COCP 118, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Ceduna, 1941-1943); farmer (Wellington, Benalla, 1949-1963; Benalla, 1967-1980) ===''LAURIE-RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melbourne Clive Laurie-Rhodes|Laurie-Rhodes, Melbourne Clive]] [https://www.familysearch.org/tree/person/details/GX6M-6K1] - 1915(Qld)-1997(NZ) - Licences: 4XU Brisbane (Hendra, 1934-1937) - Qualifications: cc; AOCP 1353, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: manager (Hendra, Qld, 1936-1937) ===''LAVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Poynton Laver|Laver, Charles Poynton]] [https://www.familysearch.org/tree/person/details/9JBH-SNC] - 1882(Eng)-1969(SA) - Licences: 5CP Cape Borda (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Lightkeeper (Cape Borda, SA, 1939; Edithburgh, 1941-1951) ===''LAVINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Morgan Eric Lavington|Lavington, Frederick Morgan Eric]] [https://www.familysearch.org/tree/person/details/GDJM-ZC9] - 1903(Tas)-1974(Vic) - Licences: 2ZC Receive Sydney (Bondi, 1923); 2ZC Sydney (Waverley, 1923; Bondi, 1924-1925; Mosman, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Manly, 1930); engineer (Strathfield, 1932; Ashfield West, 1935-1936); electrical engineer (Ashfield West, 1937); engineer (Kensington, 1949; Kingsford, 1954-1972) ===''LAWRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevan Alic Lawrie|Lawrie, Kevan Alec or Alic]] [https://www.familysearch.org/tree/person/details/GXRS-5YP] - 1915(SA)-2000(SA) - Licences: 5AK Adelaide (Lockleys, 1936-1939; York, 1947-1948; Lockleys, 1954-1965; Brooklyn, 1969-1980+) - Qualifications: cc; AOCP 1602, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (Lockleys, SA, 1939-1941) ===''LAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. W. Law|Law, F. W.]] - 19??(???)-19??(???) - Licences: 6DA Perth (Armadale, 1923); 6CZ Perth (Armadale, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''LAWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Andrew Laws|Laws, David Andrew]] [https://www.familysearch.org/tree/person/details/GZLN-FW5] - 1909(Qld)-1943(PNG) - Licences: 4DR Brisbane (Taringa, 1931-1939) - Qualifications: AOCP 829, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 (Army, M Special Unit, Commando)- Sacrifice: "Greater love hath no man than this" - Electoral Rolls: clerk (Taringa, 1936-1943) - Links: [https://vwma.org.au/explore/people/635901] * [[/Sidney Frank Henry Laws|Laws, Sidney Frank Henry]] [https://www.familysearch.org/tree/person/details/G6ZT-GBH] - 1893(NZ)-1973(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 6, 1914, No. 6 in Aus and Vic - commercial operator; coastal station operator; manager 7ZL (1927); witness to Royal Commission 1927 (obo 7ZL) - Electoral Rolls: radio engineer operator (Wireless Station, Townsville, 1915); farmer (Launching Place, 1918); electrical engineer (Prahran, Vic, 1919); engineer (Armadale, Vic, 1919-1924); manager (Launceston, 1928); company manager (Double Bay, NSW, 1930-1931) ===''LAWTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Kyle Lawton|Lawton, Alexander Kyle]] [https://www.familysearch.org/tree/person/details/LR8F-FWT] - 1889(Qld)-1978(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, federal public servant (PMGD), radio clubs (QWI, member), business (movie theatres, Amico), WW2 - Electoral Rolls: electrician (Toowoomba, 1913; Wynnum South, 1915-1916); manager (Windsor, 1919); engineer (Nundah, 1925-1928); manager (Townsville, 1936-1937; Nundah, 1943-1949); manufacturer's agent (Virginia, 1954-1958); company director (Ashfield, 1963); sales manager (Ashfield, 1968-1977) ===''LEADBITTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Leadbitter|Leadbitter, James Henry]] [https://www.familysearch.org/tree/person/details/GDP1-3V1] - 1882(NSW)-1946(NSW) - Licences: 2AF Receive West Wyalong (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: cycle mechanic (Darlington, 1903); mechanic (West Wyalong, 1913); cycle mechanic (West Wyalong, 1930-1943) ===''LEANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Gregory Leaney|Leaney, William Gregory]] [https://www.familysearch.org/tree/person/details/LK9P-JF9] - 1895(SA)-1982(Vic) - Licences: 3XN Receive Melbourne (Northcote, 1923); 3XN Melbourne (Northcote, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engine driver (Northcote, 1919-1954); driver (Coburg, 1963-1977); nil (Preston, 1980) ===''LEBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/David Leber|Leber, David]] [https://www.familysearch.org/tree/person/details/G8HD-847] - 1905(Vic)-1950(Vic) - Licences: 3DL Melbourne (Richmond, 1929-1939; Hawthorn, 1947-1948) - Qualifications: AOCP 481, 1929, No. ?? in Vic; 3COCP 45, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Richmond, 1927-1942); salesman (Hawthorn, 1949) ===''LECKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Herbert Crockett Leckie|Leckie, Herbert Crockett]] [https://www.familysearch.org/tree/person/details/LJ1R-QQN] - 1927(Vic)-1994(Vic) - Licences: 3LH Melbourne (Elwood, 1948-1980+) - Qualifications: cc; 1COCP 1170, 1947 - amateur operator - Electoral Rolls: student (St Kilda, 1949-1968; Elwood, 1972-1980); * [[/Raymond Campbell Leckie|Leckie, Raymond Campbell]] [https://www.familysearch.org/tree/person/details/GZ2Q-ZZV] - 1904(Vic)-1987(ACT) - Licences: 3TU Receive Melbourne (Sandringham, 1923); 3TU Melbourne (Sandringham, 1924-1927) - Qualifications: cc; AOCP 215, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Sandringham, 1926); public servant (Braddon, 1935; Turner, 1943-1968); examiner of patents (Hughes, 1972); retired (Hughes, 1977-1980) ===''LEE-ARCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Leslie Lee-Archer|Lee-Archer, Evan Leslie]] [https://www.familysearch.org/tree/person/details/LB2K-F3W] - 1911(Vic)-1993(Vic) - Licences: 3LM Melbourne (Glen Iris, 1929-1931); 3LM Wonthaggi (1933); 3LM Melbourne (Caulfield North, 1937; Malvern East, 1938) - Qualifications: AOCP 534, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Gardiner, 1933); radio engineer (Korumburra, 1934); engineer (Caulfield West, 1935); mechanic (Malvern East, 1937) ===''LEGGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Legge|Legge, Arthur William]] [https://www.familysearch.org/tree/person/details/9MJS-QKM] - 1906(Tas)-1968(Tas) - Licences: Receive (Crystal) Ulverstone (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Ulverstone, 1928); no occupation (Hobart South, 1936); zinc worker (Hobart East, 1943); farmer (Cullenswood, 1949-1954) ===''LE GRAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Walter Le Grand|Le Grand, Sydney Walter]] [https://www.familysearch.org/tree/person/details/GQDD-D57] - 1902(Qld)-1979(NSW) - Licences: 4LG Brisbane (Windsor, 1927) - Qualifications: cc; CPRT 882, 1925; 2COCP 34, 1929; 1COCP 151, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Windsor, 1925-1926); operator (Woollahra, 1931-1937; Bellevue Hill, 1943-1949; Bondi Junction, 1954-1968); retired (Banora Point, 1972-1977) ===''LELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Lelliott|Lelliott, Thomas "Tom"]] [https://www.familysearch.org/tree/person/details/G8VX-4PX] - 1911(Vic)-2000(Vic) - Licences: 3ZW Melbourne (Mont Albert, 1930-1939); 3AZW Melbourne (Boronia, 1954-1980+) - Qualifications: AOCP 684, 1930, Vic; AOLCP 68, 1932 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio operator (Mont Albert, 1937); operator (Caulfield, 1942); public servant (Boronia, 1963-1980) ===''LEMMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Lemmon|Lemmon, Charles Edward]] [https://www.familysearch.org/tree/person/details/GDLL-Z21] - 1885(Eng)-1966(WA) - Licences: Nil yet identified - Qualifications: CPRT 95, 1915; 2COCP 120, 1930; 1COCP 71, 1930 - coastal wireless operator; WW2; RANRS - Electoral Rolls: wireless operator (Clayfield, Qld, 1915); officer-in-charge Wireless Station (Rockhampton, 1916-1921); radio telegraphist (Applecross, 1931-1936; Como, 1937); wireless operator (Broome, 1937); radio telegraphist (Geraldton, 1943-1949); retired (Rivervale, 1954-1963) ===''LEMPRIERE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Louis Lempriere|Lempriere, Charles Louis]] [https://www.familysearch.org/tree/person/details/L23Y-NPS] - 1857(Vic)-1934(Vic) - Licences: 3ZJ Melbourne (Vermont, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: surgeon (South Yarra, 1912-1919); medical practitioner (Vermont, 1924-1934) ===''LENDRUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Lendrum|Lendrum, Alexander "Alex"]] [https://www.familysearch.org/tree/person/details/G8NZ-Y5Y] - 1887(Qld)-1955(NSW) - Licences: 2YL Sydney (Kensington, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Toowoomba, 1913); yardman (Toowoomba, 1921); constable (Kensington, 1930-1937) ===''LENNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Lennon|Lennon, Christopher James "Chris"]] [https://www.familysearch.org/tree/person/details/KJL3-LZF] - 1889(Vic)-1932(Aus) - Licences: Nil yet identified - Qualifications: cc; 1COCP 4, 1929 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: operator (Broome, 1916-1917); radio telegraphist (Townsville, 1925); telegraphist (Thursday Island, 1931) ===''LEONARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Benedict Leonard|Leonard, Aubrey Benedict]] [https://www.familysearch.org/tree/person/details/GS9T-N4X] - 1896(NSW)-1968(Vic) - Licences: 3EN Receive Drouin (1922-1923); 3EN Drouin (1924-1926) - Qualifications: cc; AOCP 244, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal assistant (Drouin, 1922-1928); radio dealer (Drouin, 1931-1954); retired (Drouin, 1963-1967) * [[/John William Leonard|Leonard, John William "Bill"]] [https://www.familysearch.org/tree/person/details/G494-BY4] - 1906(Vic)-1974(Vic) - Licences: 3AB Melbourne (Black Rock, 1928-1939) - Qualifications: cc; AOCP 386, 1928, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Sandringham, 1931-1943); shopkeeper (Sandringham, 1949-1968) * [[/Leslie Clarence Leonard|Leonard, Leslie Clarence]] [https://www.familysearch.org/tree/person/details/GH15-16Q] - 1902(Vic)-1961(SA) - Licences: 5LT Adelaide (Payneham, 1946-1947; Medindie, 1948); 5LT Port Lincoln (1954-1960) - Qualifications: AOCP 2336, 1939, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: pilot (The Terrace/Port Pirie, 1939) * [[/Vincent Halpin Leonard|Leonard, Vincent Halpin]] [https://www.familysearch.org/tree/person/details/G8S4-TXD] - 1915(Vic)-1988(Vic) - Licences: 3PJ Melbourne (?, 1938-1939; Kew, 1946-1956); 3PJ St Andrews (1960); 3PJ Melbourne (Balwyn, 1965-1980+) - Qualifications: AOCP 2167, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1937; Kew, 1937-1954); public servant (St Andrews, 1958; Balwyn, 1963-1980) ===''LESLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julian Leslie|Leslie, Julian]] [https://www.familysearch.org/tree/person/details/GS98-211] - 1873(Vic)-1950(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 142, 1915; 1COCP 246, 1932 - RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: telegraphist (Leederville, WA, 1910-1912; Applecross, WA, 1913); O.I.C. (Radio Telegraph Station, Broome, WA, 1917); officer-in-charge (Radio Station, Thursday Island, 1925-1926); superintendent of wireless (Auburn, Vic, 1928); supervisor B.H. service (Randwick, NSW, 1930-1949) ===''LESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lester|Lester, Jack]] [https://www.familysearch.org/tree/person/details/L5FQ-NQL] - 1902(SA)-1990(SA) - Licences: 5LR Renmark (1930-1937); 5LR Berri (1938-1939); 5LR Adelaide (Millswood Estate, 1946-1947; Blackwood, 1954-1965); 5LR Victor Harbour (1969-1980) - Qualifications: cc; AOCP 674, 1930, No. ?? in SA; AOLCP 236, 1935; BOCP 369, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Berri, 1939-1943) ===''LETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Norman Lett|Lett, Frederick James Norman]] [https://www.familysearch.org/tree/person/details/GD2P-Y8D] - 1903(NSW)-1972(NSW) - Licences: 2WN Receive Sydney (Annandale, 1923); 2WN Sydney (Annandale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Annandale, 1930-1936); publican (Sydney, 1937); hotelkeeper (Clifton Gardens Hotel, Mosman, 1943); Darlinghurst, 1949; Dulwich Hill, 1958; Marrickville, 1963); retired (Church Point, 1968) ===''LEVENSPIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pinkus Levenspiel|Levenspiel, Pinkus or Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G8JB-QSL] - 1904(Eng)-1987(NSW) - Licences: 2TX Wyong (1930-1939, 1946-1980+) - Qualifications: AOCP 668, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (Wyong, 1936-1937); mechanic (Wyong, 1949-1963); motor dealer (Ourimbah, 1968-1980) ===''LEVERETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Leverett|Leverett, John Henry]] [https://www.familysearch.org/tree/person/details/LV79-R7Q] - 1894(Eng)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 25, 1914; 1COCP 88, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: wireless operator (Broome, 1916); telegraphist (Ascot, Qld, 1921); wireless operator (Rockhampton, 1936-1937); radio telegraphist (Rockhampton, 1943); wireless inspector (Burwood, NSW, 1954) ===''LEVERRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Hewitt Leverrier|Leverrier, Francis Hewitt "Frank"]] [https://www.familysearch.org/tree/person/details/GWBT-DP5] - 1863(NSW)-1940(NSW) - Licences: XEN Sydney (Waverley, 1911-1914, Licence No. 5) - Qualifications: cc; Nil yet identified - early wireless experimenter; radio clubs (WIA, president, 1910) - Electoral Rolls: barrister (Vaucluse, 1930-1934, Kings Counsel) - Relationships: father of 2BK-2ADE Frank Neville Leverrier * [[/Frank Neville Leverrier|Leverrier, Frank Neville "Boy"]] [https://www.familysearch.org/tree/person/details/M6RF-W2W] - 1904(NSW)-1980(NSW) - 2BK Receive Sydney (Waverley, 1922-1923); 2BK Sydney (Vaucluse, 1924-1930); 2ADE Castle Cove (1969-1975+) - Qualifications: cc; AOCP 169, 1925, No. ?? in NSW; CPRT 931, 1926) - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio work (Vaucluse, 1930); clerk (Vaucluse, 1933-1937); superintendent (Vaucluse, 1943-1949); public relations (Roseville, 1963-1968; Castle Cove, 1977) - Relationships: son of XEN Francis Hewitt Leverrier * [[/Henri Andre Leverrier|Leverrier, Henri Andre "Henry"]] [https://www.familysearch.org/tree/person/details/G68N-18J] - 1882(NCL)-1943(NSW) - Licences: XEN Sydney (Gordon, 1911); XHL Sydney (City, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; witness to Royal Commission 1927 (as manager, Australian General Electric, Sydney) - Relationships: nephew of XEN Francis Hewitt Leverrier; cousin of 2BK-2ADE Frank Neville Leverrier - Electoral Rolls: engineer (North Sydney, 1913); manager (Crows Nest, 1930-1937) ===''LEVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Levy|Levy, Richard "Dick"]] [https://www.familysearch.org/tree/person/details/G8N1-Z38] - 1909(SA)-1955(SA) - Licences: 5AJ Adelaide (Torrensville, 1930-1931) - Qualifications: cc; AOCP 654, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Torrensville, 1943) ===''LEWIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Garrett Lewis|Lewis, Henry Garrett "Harry"]] - 1895(Tas)-1978(Vic) - Licences: Hobart (no record of licence identified as yet) - Qualifications: cc; Nil yet identified - early wireless experimenter (reported experimenting from 1912); councillor WIA Tas in 1923; manager 3UZ 1924 - Electoral Rolls: * [[/William John Lewis|Lewis, William John]] [https://www.familysearch.org/tree/person/details/GXYJ-BZQ] - 1908(WA)-1976(NSW) - Licences: 2YB Sydney (Marrickville, 1931-1936; McMahons Point, 1937); 6YB Perth (Pearce, 1938-1939); 2YB Sydney (Haberfield, 1947-1950; Paddington, 1954-1969; Ryde, 1975) - Qualifications: cc; AOCP 863, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (RAAF) - Comment: Several contemporaneous WJLs - Electoral Rolls: Nil yet identified due to numbers ===''LIGHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lighton|Lighton, Robert]] [https://www.familysearch.org/tree/person/details/K2HJ-HD1] - 1869(Vic)-1940(Vic) - 3CM Receive Melbourne (East St Kilda, 1922-1924), 3RL Melbourne (East St Kilda, 1925-1931), amateur operator (AOCP 179, 1925, No. ?? in Vic), amateur broadcaster, storekeeper (Toongabbie, 1903; Benalla, 1916), independent means (East St Kilda, 1928; Armadale, 1937) ===''LINDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Linden|Linden, Edwin]] [https://www.familysearch.org/tree/person/details/GXXD-PRV] - 1904(Qld)-1970(NSW) - Licences: 4FT Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Murgon, Qld, 1925); mechanic (Wilston, Qld, 1928); storekeeper (Clayfield, Qld, 1936-1937); telephone mechanic (Mackay, Qld, 1943-1949); supervising technician (Bowen, Qld, 1954); PMG technician (Tweed Heads, NSW, 1958-1968) ===''LINDNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Lindner|Lindner, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GSVX-787] - 1904(NSW)-1981(Qld) - 4BX Receive Brisbane (Alderley) 1922 - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Wilston, 1928); motor mechanic (Maleny, 1934); mechanic (Windsor, 1936-1972); retired (Mt Samson, 1977) ===''LINDSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Gordon Lindsay|Lindsay, Donald Gordon]] [https://www.familysearch.org/tree/person/details/GZ6V-126] - 1909(Vic)-1964(WA) - 2DY Sydney (Gordon, 1925-1936; Ashfield, 1937; Concord, 1938; Kogarah, 1939), amateur operator (AOCP 83, 1925, No. ?? in NSW), amateur broadcaster, engineer * [[/Herbert Maxwell Lindsay|Lindsay, Herbert Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KP3L-S78] - 1913(Qld)-1989(Qld) - Licences: 4HD Nambour (1937-1939); 4HD Buderim (1946-1980+) - Qualifications: cc; AOCP 2027, 1937, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); employment (company secretary) - Electoral Rolls: bank officer (Nambour, Qld, 1936-1937; Taringa, Qld, 1943); fruitgrower (Buderim, Qld, 1954-1980) * [[/Patrick Charles Edward Lindsay|Lindsay, Patrick Charles Edward]] [https://www.familysearch.org/tree/person/details/GF7R-8YZ] - 1896(Eng)-19??(Eng?) - Licences: 6PL Perth (West Perth, 1927) - Qualifications: cc; CPRT 855, 1925; 2COCP 37, 1929 - amateur operator; amateur broadcaster - Electoral Rolls: wireless instructor (West Perth, WA, 1922; Balcatta, WA, 1925); radio engineer (South Brisbane, Qld, 1934) ===''LINKLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Charles Linklater|Linklater, Donald Charles]] [https://www.familysearch.org/tree/person/details/GXRC-Z44] - 1905(SA)-1967(NSW) - Licences: 5DL Pinnaroo (1935-1937) - Qualifications: cc; AOCP 1521, 1935, SA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: radio mechanic (Darling Harbour, NSW, 1949); technician (Bondi Junction, NSW, 1958) ===''LITCHFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ainslie Roland Litchfield|Litchfield, Ainslie Roland]] [https://www.familysearch.org/tree/person/details/9J3Z-FRP] - 1906(NSW)-1968(NSW) - 2RL Cooma (1925-1939), 2RL Sydney (Woollahra, 1947; Darling Point, 1948-1954; Rozelle, 1955-1958; Avalon Beach, 1960-1965), amateur operator (AOCP 200, 1925, No. ?? in NSW), amateur broadcaster, WW2, grazier (Cooma, 1930-1937), film producer (Avalon Beach, 1958-1968) ===''LITHGOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Lithgow|Lithgow, John Charles]] [https://www.familysearch.org/tree/person/details/G691-5TL] - 1916(Tas)-1990(Eng) - Licences: 7WJ Launceston (1936-1939) - Qualifications: cc; AOCP 1688, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Marine officer? 1950s-1960s, several sea trips ===''LITTLEJOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sydney Littlejohn|Littlejohn, Arthur Sydney]] [https://www.familysearch.org/tree/person/details/G8DW-VDD] - 1905(NSW)-1993(NSW) - Licences: 2AL Sydney (Leichhardt, 1930-1939); 4LF Gunalda (1947); 2OU Sydney (Leichhardt, 1948-1950) - Qualifications: AOCP 579, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Leichhardt, 1930-1958; Haberfield, 1963-1980) ===''LLOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Howard Lloyd|Lloyd, Henry Howard]] [https://www.familysearch.org/tree/person/details/GST7-9LV] - 1904(SA)-1974(SA) - Licences: 5AI Adelaide (College Town, 1923-1927); 5AG Adelaide (College Town, 1923); 5HL Adelaide (North Adelaide, 1954-1975) - Qualifications: cc; AOCP 57, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Beware another Henry Howard Lloyd [https://www.familysearch.org/tree/person/details/GZDY-FS3] 1912-1981 in Adelaide, similar times - Electoral Rolls: Nil yet identified * [[/Hughie Frederick Lloyd|Lloyd, Hughie or Hugh Frederick]] [https://www.familysearch.org/tree/person/details/GXGY-Y95] - 1917(SA)-2002(SA) - Licences: 5BC Adelaide (Hindmarsh, 1933-1939); 5BC Berri (1947-1980) - Qualifications: cc; AOCP 1137, 1933, SA; BOCP 281, 1940 - amateur operator; amateur broadcaster - Relationships: Brother of 5HD William Edward Lloyd - Electoral Rolls: electrician (Hindmarsh, SA, 1939) * [[/William Edward Lloyd|Lloyd, William Edward "Bill"]] [https://www.familysearch.org/tree/person/details/GXGB-WR9] - 1914(SA)-1996(SA) - Licences: 5HD Adelaide (Hindmarsh, 1933-1939, 1947-1948; Cumberland, 1954-1980+) - Qualifications: cc; AOCP 1215, 1933, SA; 2COCP 763, 1943 - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5BC Hughie Frederick Lloyd - Electoral Rolls: nil (Hindmarsh, SA, 1939-1943) ===''LOCKHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Edward Lockhart|Lockhart, Leon Edward]] [https://www.familysearch.org/tree/person/details/G8CJ-6GG] - 1912(Vic)-1990(Vic) - Licences: 3LE Melbourne (Elwood, 1929-1939; Elsternwick, 1946-1980+) - Qualifications: AOCP 514, 1929, No. ?? in Vic; 1COCP 205, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elwood, 1934-1937); engineer (Elsternwick, 1942-1977) ===''LOESER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hedley Edmond Loeser|Loeser, Hedley Edmond]] [https://www.familysearch.org/tree/person/details/MPXL-RM6] - 1912(SA)-19??(???) - Licences: 5LO Adelaide (Goodwood, 1936-1939; Col LIght Gardens, 1947) - Qualifications: cc; AOCP 1748, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: display artist (Reade Park, SA, 1943) ===''LOMAX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Lomax|Lomax, Joseph]] - 19??(???)-19??(???) - Licences: 4EB Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: commercial traveller (St Kilda, Vic, 1913-1914; Ivanhoe, Vic, 1916-1917; Coorparoo, Qld, 1921-1925; Kew, Vic, 1926) ===''LONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Timothy Joseph Long|Long, Timothy Joseph]] [https://www.familysearch.org/tree/person/details/GQ19-Z9G] - 1884(Qld)-1923(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 140, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Comment: suicide after diagnosis terminal illness - Electoral Rolls: labourer (Toowoomba, 1908); radio telegraphist (Cooktown, 1916-1917); telegraphist (Townsville, 1921) ===''LONGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ruth Victoria Longley|Harris nee Longley, Ruth Victoria]] [https://www.familysearch.org/tree/person/details/GXYZ-5GJ] - 1913(WA)-19??(???) - Licences: 6YL Perth (Shenton Park, 1936-1939) - Qualifications: cc; AOCP 1808, 1936, WA - amateur operator; amateur broadcaster; YL operator; WW2 - Relationships: Wife of 6NL Valentine Harms Harris - Electoral Rolls: saleswoman (Subiaco, WA, 1936-1937); home duties (Applecross, WA, 1949-1954); manager (Applecross, WA, 1958) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''LONGSTAFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Allen Hector Longstaff|Longstaff, Thomas Allen Hector "Allen"]] [https://www.familysearch.org/tree/person/details/GWQM-WF3] - 1896(SA)-1953(NSW) - Licences: XVR Adelaide (Alberton, 1913) - Qualifications: cc; CPRT 55, 1915 - early wireless experimenter; coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2 - Electoral Rolls: executive (Brighton, Vic, 1949) ===''LORDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Allan Lorden|Lorden, Geoffrey Allan]] [https://www.familysearch.org/tree/person/details/GZJB-2P8] - 1907(WA)-1994(Vic) - Licences: 6GL Perth (Perth, 1925-1926; West Perth, 1927) - Qualifications: cc; AOCP 175, 1925, No. ?? in WA; 2COCP 342, 1940; 1COCP 441, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Jingalup, WA, 1931); survey assistant (Jingalup, WA, 1936-1937); radio operator (Hotel Beadon, Onslow, 1943; Kalgoorlie, 1949); civil servant (Mitcham, Vic, 1968-1977) ===''LOVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Kingsley Love|Love, Howard Kingsley]] [https://www.familysearch.org/tree/person/details/GZGQ-8S5] - 1895(Vic)-1948(Vic) - Licences: 3BM Receive Melbourne (East Malvern, 1922); 3BM Melbourne (East Malvern, 1922-1931; Glen Iris, 1933), 3KU Melbourne (Malvern, 1937-1939, 1946-1948) - Qualifications: cc; AOCP 230, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; broadcast engineer; radio clubs (WIA Vic); business proprietor (radio manufacturer) - Electoral Rolls: merchant (Orong, 1919; Malvern East, 1921-1924; Gardiner, 1927-1933); manager (Gardiner, 1936-1937); engineer (Mt. Waverley, 1942) - Comment: gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW199407.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199408.pdf EA2] * [[/James Peile Love|Love, James Peile "Nim"]] [https://www.familysearch.org/tree/person/details/L7JF-83Z] - 1906(Qld)-1999(Qld) - Licences: 4JL Brisbane (Kedron, 1928-1939) - Qualifications: cc; AOCP 469, 1928, No. ?? in Qld (Halcyon AOCP 1930); 3COCP 5259, 1965 - amateur operator; amateur broadcaster; military (WW2, AIF) - Electoral Rolls: auctioneer (Kedron, 1928-1943; Hawthorne, 1949-1980) ===''LOVETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Frank Lovett|Lovett, Hubert Frank]] [https://www.familysearch.org/tree/person/details/GHG1-DT2] - 1905(Tas)-1961(Tas) - Licences: 7HL Hobart (1926-1933+) - Qualifications: cc; AOCP 246, 1926, No. ?? in Tas - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Hobart North, 1928-1937); manager (Hobart South, 1949; Nelson, 1954) - Links: [https://info.scholarships.utas.edu.au/AwardDetails.aspx?AwardId=2813 UTAS Scholarship] * [[/Percy Lovett|Lovett, Percy]] [https://www.familysearch.org/tree/person/details/GDB5-M21] - 1906(NSW)-1986(NSW) - Licences: 2JP Receive Sydney (Artarmon, 1922) - Qualifications: cc; 3COCP 2210, 1956 - amateur operator; amateur broadcaster - Electoral Rolls: ===''LUBACH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Lubach|Lubach, Frederick John "Fred"]] [https://www.familysearch.org/tree/person/details/G9H7-VZD] - 1919(Qld)-1998(Qld) - Licences: 4RF Brisbane (South Brisbane, 1936-1939; Annerley, 1946-1947); Dalby (1948-1950); Brisbane (Coorparoo, 1954; Camp Hill, 1965-75; Loganlea, 1980) - Qualifications: cc; AOCP 1745, 1936, Qld; 2COCP 868, 1944 - amateur operator; amateur broadcaster; radio clubs (WIAQ, instructor, QSL manager); military (WW2, RAN, wireless officer); broadcast technician (4QS, Capalaba) - Electoral Rolls: technician (Dalby, Qld, 1949; Coorparoo, Qld, 1954; Camp Hill, Qld, 1958-1968); public servant (Camp Hill, Qld, 1972-1977); retired (Loganlea, Qld, 1980) ===''LUCAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gillen Frederick Lucas|Lucas, Gillen Frederick]] [https://www.familysearch.org/tree/person/details/GXLB-Y7P] - 1894(SA)-1964(SA) - Licences: 5LL Adelaide (Kilkenny, 1935-1939; Port Adelaide, 1947; Maylands, 1948; Trinity Gardens, 1954-1960) - Qualifications: cc; AOCP 1589, 1935, SA - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: bootmaker (Kilkenny, SA, 1939-1943) ===''LUCKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Forsythe Arthur Luckman|Luckman, Charles Forsythe Arthur]] [https://www.familysearch.org/tree/person/details/GMF8-LS2] - 1901(NSW)-1979(NSW) - Licences: 2JT Receive Sydney (Croydon, 1922); 2JT Sydney (Croydon, 1923-1926; Lakemba, 1927-1933; Croydon, 1934; Ashfield, 1935-1938; Croydon, 1939, 1946-1975) - Qualifications: cc; AOCP 41, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: lift engineer (Lakemba, 1930-1933); electrician (Croydon, 1935-1943); electrical mechanic (Croydon, 1954-1972) * [[/Thomas Stuart Luckman|Luckman, Thomas Stuart "Stuart"]] [https://www.familysearch.org/tree/person/details/G64P-8CD] - 1913(Qld)-2005(Qld) - Licences: 4SL Brisbane (Kalinga, 1931-1939) - Qualifications: cc; AOCP 783, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, CMF, Signals Northern Command); occupation (hardware executive) - Electoral Rolls: salesman (Kalinga, 1936-1937); storeman (Hendra, 1943-1958); retired (Aspley, 1972-1977; Carseldine, 1980) ===''LUHRS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Albert Luhrs|Luhrs, Victor Albert]] [https://www.familysearch.org/tree/person/details/KZYN-VJJ] - 1888(Vic)-1964(SA) - Licences: V761 Receive Woori Yallock (1922); 3HB Receive Woori Yallock (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Torquon West, Nhill, 1909; Netherby, 1912-1914; Cavendish, 1916-1919; Woori Yallock, 1922-1924; Kalyan, SA, 1939); grazier (Tintinara, SA, 1941-1943) ===''LUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Douglas Lum|Lum, Allan Douglas]] [https://www.familysearch.org/tree/person/details/G92F-LX7] - 1913(SA)-1978(SA) - Licences: 5AL Adelaide (Joslin, 1932-1939; Hyde Park, 1947) - Qualifications: cc; AOCP 980, 1932, No. ?? in SA; 1COCP 427, 1940; TVOCP 263, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Gawler, SA, 1939-1941); mechanic (Hyde Park, SA, 1943) ===''LUMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd John Lumb|Lumb, Lloyd John "Jack"]] [https://www.familysearch.org/tree/person/details/G84C-LF2] - 1907(Qld)-1975(Qld) - Licences: 4LL Brisbane (Ashgrove, 1928-1939) - Qualifications: cc; AOCP 471, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; engineer (PMGD) - Electoral Rolls: telephone mechanic (Ashgrove, 1936-1937); postal electrician (Stanthorpe, 1943); technician (Ashgrove, 1949); engineer (Ashgrove, 1958-1972) ===''LUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Vincent Lunn|Lunn, Harold Vincent]] [https://www.familysearch.org/tree/person/details/GXGY-4X5] - 1908(NSW)-1987(NSW) - Licences: 5HL Adelaide (Morphettville, 1935-1939); 2ANE Sydney (North Ryde) - Qualifications: cc; AOCP 1449, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical fitter (Morphettville, SA, 1939-1943; Hurstville South, NSW, 1972); retired (North Ryde, NSW, 1977-1980) ===''LUXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilfred Luxon|Luxon, George Wilfred]] [https://www.familysearch.org/tree/person/details/M5YJ-XTL] - 1908(NSW)-1992(SA) - Licences: 5RX Adelaide (West Mitcham, 1928-1939, 1946-1965; Torrens Park, 1969-1980+) - Qualifications: cc; AOCP 450, 1928, No. ?? in SA - amateur operator; amateur broadcaster late 1920s; WW2; WIA SA (several official duties) - Electoral Rolls: radio mechanic (Mitcham, 1939-1943) ===''LYNCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harold John Lynch|Lynch, Harold John]] [https://www.familysearch.org/tree/person/details/LDTD-VXL] - 1905(Qld)-1995(Qld) - Licences: 4HL Brisbane (Fortitude Valley, 1934-1939, 1946-1956; Slacks Creek, 1960-1975); 4HL Springbrook (1980+) - Qualifications: cc; AOCP 1268, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); business proprietor (restaurants, picture theatres) - Electoral Rolls: cutter (Albion, Qld, 1928); shopkeeper (Valley, Qld, 1936-1943); cafe proprietor (Valley, Qld, 1949); shopkeeper (St Lucia, Qld, 1954; Slacks Creek, Qld, 1958-1968); owner (Slacks Creek, Qld, 1972-1977); retired (Springbrook, Qld, 1980) ===''LYONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Thomas Lyons|Lyons, Joseph Aloysius Thomas]] [https://www.familysearch.org/tree/person/details/LZGY-XKB] - 1879(Tas)-1939(NSW) - teacher, state politician, Premier of Tasmania, federal politician, Postmaster-General, Prime Minister of Australia, actively promoted development of broadcasting in Australia over two decades - Electoral Rolls: =='''M'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''MABBITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Matthew Mabbitt|Mabbitt, John Matthew]] [https://www.familysearch.org/tree/person/details/G8DV-FD5] - 1905(Vic)-1966(Vic) - Licences: 3KI Lake Boga (1930-1939); 3JG Lake Boga (1947-1948); 3JG Swan Hill (1954-1960); 3JG Melbourne (Templestowe, 1965) - Qualifications: AOCP 588, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: orchardist (Lake Boga, 1928-1949); supervisor (Swan Hill, 1954); public servant (Templestowe, 1963) ===''MACDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Donald Macdonald|Macdonald, Donald "Don"]] [https://www.familysearch.org/tree/person/details/GXQ7-WT8] - 1883(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; BOCP 45, 1936 - senior federal public servant (Chief Engineer, Radiotelegraph Branch, PMGD, 1914); Lieutenant-Commander Telegraphist (RAN, in charge captured German Pacific Wireless); chief engineer 7EX; supervised erection 3AR, 5CL, 7ZL; early TV research - Comment: Don't confuse with Don Macdonald AWA consultant - Electoral Rolls: Numerous contemporaneous DMcDs - Links: [http://messui.polygonal-moogle.com/valves/NW199505.pdf EA] * [[/Llewellyn Macdonald|Macdonald, Llewellyn "Lew"]] [https://www.familysearch.org/tree/person/details/G8HH-73F] - 1908(Eng)-1974(NSW) - Licences: 2WU Newcastle (West Maitland, 1929-1934; Wickham, 1935-1936; Waratah, 1937; Mayfield, 1938-1939, 1946-1961; Charlestown, 1965-1969) - Qualifications: AOCP 478, 1929, No. ?? in NSW; 2COCP 69, 1936; BOCP 50, 1936; 1COCP 125, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: cabinetmaker (West Maitland, 1930; Wickham, 1936); joiner (Waratah, 1937; Charlestown, 1972) ===''MACFARLANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred - see Harriss, Dorothy Winnifred ===''MACGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. MacGregor|MacGregor, H.]] - 19??(???)-19??(???) - 4ZU Brisbane (Windsor, -1947+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''MACKAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Stewart Mackay|Mackay, Cedric Stewart or Stuart]] [https://www.familysearch.org/tree/person/details/973G-3Q2] - 1889(Vic)-1955(NSW) - Licences: XADF Coffs Harbour (1913-1914); 2GP Urunga (1922-1931); 2GO Coffs Harbour (1935-1939) - Qualifications: cc; AOCP 149, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Urunga, 1930); agent (Coffs Harbour, 1943-1949) * [[/Ian Keith Mackay|Mackay, Ian Keith]] [https://www.familysearch.org/tree/person/details/G8JG-NHF] - 1907(NZ)-1985(NZ) - author, historian (broadcast, "Broadcasting in New Zealand" (1953), "Broadcasting in Australia" (1957), "Broadcasting in Nigeria" (1964), "Broadcasting in Papua New Guinea" (1976) - Electoral Rolls: broadcasting executive (Lane Cove, 1954); executive (Killara, 1958) * [[/Ronald Reay Mackay|Mackay, Ronald Reay]] [https://www.familysearch.org/tree/person/details/G8N2-Y6T] - 1905(Vic)-1963(Vic) - Licences: 3FZ Receive Melbourne (Carlton, 1922); 3MU Melbourne (Carlton, 1931-1939, 1946-1960) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, principal (RMIT) - Electoral Rolls: teacher (Carlton, 1931-1963) - [https://adb.anu.edu.au/biography/mackay-ronald-reay-10980 ADB] ===''MACKEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Francis Mackel|Mackel, John Francis]] [https://www.familysearch.org/tree/person/details/G8DJ-FP5] - 1912(NSW)-1987(NSW) - Licences: 2HG Sydney (Chatswood, 1930-1939, 1946-1947; Lane Cove, 1948-1965; Hunters Hill, 1969-1980) - Qualifications: AOCP 585, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Chatswood, 1935-1943); insurance inspector (Lane Cove, 1949-1954); insurance manager (Lane Cove, 1958-1963); manager (Hunters Hill, 1968-1980) ===''MACKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Harper Mackenzie|Mackenzie, Alexander Harper "Mac"]] [https://www.familysearch.org/tree/person/details/G7J3-MVZ] - 1892(Sct)-1970(Qld) - Licences: 4GK Brisbane (Wynnum, 1930-1939; Bulimba, 1946-1969) - Qualifications: cc; AOCP 628, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Fire Service) - Electoral Rolls: fireman (Brisbane City, 1916; Hamilton, 1919; Brisbane City, 1925); fire brigade officer (Wynnum, 1928-1936); newsagent (Bulimba, 1949); retired (Bulimba, 1954-1968) - Relationships: father of 4YL Florence Madeline Mackenzie and 4HJ Arthur Alexander Mackenzie * [[/Arthur Alexander Mackenzie|Mackenzie, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7J3-796] - 1918(Qld)-2001(Qld) - Licences: 4HJ Jericho (1937); 4HJ Brisbane (Wynnum, 1938-1939) - Qualifications: cc; AOCP 1346, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Townsville, 1949); newsagent (Grange, 1954-1963); public servant (Townsville, 1972; Cleveland, 1972; Thornlands, 1977, Cleveland, 1980) - Relationships: son of 4GK Alexander Harper Mackenzie; brother of 4YL Florence Madeline Streamer nee Mackenzie * [[/Florence Madeline Mackenzie|Streamer nee Mackenzie, Florence Madeline "Madeline"]] [https://www.familysearch.org/tree/person/details/G8FN-B8C] - 1922(Qld)-19??(Qld) - Licences: 4YL Brisbane (1936-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; third YL operator in Qld - Electoral Rolls: home duties (Mitchelton, 1949; New Farm, 1954) - Relationships: daughter of 4GK Alexander Harper Mackenzie; sister of 4HJ Arthur Alexander Mackenzie - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Harold Stuart Mackenzie|Mackenzie, Harold Stuart]] [https://www.familysearch.org/tree/person/details/L21R-VGN] - 1908(Qld)-1995(Qld) - Licences: 4AM Brisbane (Annerley, 1929-1933) - Qualifications: cc; AOCP 518, 1929, No. ?? in Qld; 2COCP 90, 1937; 1COCP 239, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Annerley, 1934-1937); company manager (Strathfield, NSW, 1943-1954); radio operator (Blackheath, 1958); unemployed (Burleigh Heads, 1963-1968); technician (Burleigh Heads, 1972-1980) ===''MACKINNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Eric Wilton MacKinnon|MacKinnon, Colin Eric Wilton]] [https://www.familysearch.org/tree/person/details/LK45-QRQ] - 1941(NSW)-2004(NSW) - Licences: 2KCM Sydney 1980s; 2DYM Sydney (1980-2004)- Qualifications: NAOCP N1793, 1981; AOLCP N1281, 1981; AOCP N1032, 1981, NSW - amateur operator; amateur broadcaster; historian (amateur radio; military radio; radar) - Electoral Rolls: engineer (Cronulla, 1968; Hurstville, 1977); retired (Glenhaven, 1980) - [https://www.qsl.net/vk2dym/radio/Colin_MacKinnon.htm Obit] ===''MACLARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Foster St Clair Maclardy|Maclardy, William John Foster St Clair "Will"]] - 1892(NSW)-1971(NSW) - 2HP Sydney (Neutral Bay & Cremorne,1922-1925), amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, broadcast engineer (2BL), journalist (Smith's Weekly, Wireless Weekly), correct surname is St Clair Maclardy but rarely used, son of William McIntyre St Clair Maclardy, one time Wireless Weekly proprietor ===''MACLAREN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Catto Maclaren|Maclaren, Donald Catto]] [https://www.familysearch.org/tree/person/details/G8N1-2R2] - 1909(NSW)-1964(NSW) - Licences: 2DM Sydney (Haberfield, 1930-1939); 2NN Narrabri (1947-1950) - Qualifications: AOCP 655, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Haberfield, 1933-1936; Taree, 1937; Narrabri, 1949) ===''MACLURCAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Dansie Maclurcan|Maclurcan, Charles Dansie]] [https://www.familysearch.org/tree/person/details/GWR7-LJ3] - 1889(Qld)-1957(NSW) - Licences: XDM Sydney (1909-1914); 2CM Sydney (Strathfield, 1921-1939; Neutral Bay, 1946-1957); 2CY Sydney (Strathfield, 1923, briefly by administrative error); first licence issued under new 1922 radio regulations - Qualifications: cc; AOCP 98, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; business proprietor (Maclurcan and Lane, 1909-19??, Maclurcan Engineering, Hotel Wentworth) - Electoral Rolls: electrical engineer (Darling Harbour, 1913); engineer (Strathfield, 1930-1934); hotel manager (Neutral Bay, 1949-1954) - Links: [https://adb.anu.edu.au/biography/maclurcan-hannah-13070 ADB] [[w:2CM|Wikipedia]] [https://radioinfo.com.au/news/who-was-radio-pioneer-charles-maclurcan/ radioinfo] ===''MACM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Chestnut McMillan|McMillan, Joseph Chestnut]] [https://www.familysearch.org/tree/person/details/GDRK-8TG] - 1901(Sct)-1968(Vic) - Licences: 7BP Receive Hobart (City, 1923); 7BP Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart East, 1928) ===''MACPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Duncan Macpherson|Macpherson, Alexander Duncan "Sandy"]] [https://www.familysearch.org/tree/person/details/29CF-Z3F] - 1899(Qld)-1974(Qld) - Licences: 4MC Brisbane (Nundah, 1934-1939, 1946-1948; Oakleigh, 1954; Chermside, 1955-1969) - Qualifications: cc; AOCP 1271, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Toombul RC); Qld Lands (draughtsman) - Comment: Slow update for death in Electoral Rolls? - Electoral Rolls: draftsman (Nundah, Qld, 1921-1949; Oakleigh, Qld, 1954; Chermside, Qld, 1958-1968); retired (Chermside, Qld, 1972-1980) ===''MADDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney John Madden|Madden, Sydney John]] [https://www.familysearch.org/tree/person/details/GX16-WGL] - 1900(Sct)-1955(WA) - Licences: 6MN Perth (City, 1930; North Perth, 1931; Maylands, 1933-1937; Wembley, 1938-1939) - Qualifications: cc; 2COCP 264, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Maylands, WA, 1931-1937; Wembley Park, WA, 1937-1943); supervisor (Wembley, WA, 1954) ===''MADDICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Maddick|Maddick, Herbert William]] [https://www.familysearch.org/tree/person/details/GHLB-J2P] - 1890(Vic)-1960(Vic) - Licences: XLX Melbourne (Elsternwick, 1913-1914); 3EF Receive Melbourne (Elwood, 1922-1923); 3EF Melbourne (Elwood, 1924-1933+) - Qualifications: cc; AOCP 161, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; perpetrator of the foul mouthed parrot incident - Electoral Rolls: motor mechanic (Elsternwick, 1917); mechanic (Elsternwick, 1919-1954) ===''MAGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin William Michael Magee|Magee, Kevin William Michael]] [https://www.familysearch.org/tree/person/details/GXRX-51Z] - 1913(Vic)-1979(Vanuatu) - Licences: 5KM Adelaide (City, 1931-1933); 2UN Sydney (Paddington, 1936); 3UN Melbourne (Hawthorn, 1937); 3KM Melbourne (Kew, 1947-1960; North Balwyn, 1965-1969) - Qualifications: cc; AOCP 874, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: staff cadet (Victoria Barracks, NSW, 1936); military officer (Hawthorn, Vic, 1937; Kew, Vic, 1943); engineer (Kew, Vic, 1949-1954); company director (Kew, Vic, 1963); director (Balwyn, Vic, 1967-1972) ===''MAGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lindsay Maguire|Maguire, Arthur Lindsay]] [https://www.familysearch.org/tree/person/details/G8SN-BKC] - 1921(Vic)-1998(Vic) - Licences: 3IO Stratford (1938-1939; 1947-1960) - Qualifications: AOCP 2216, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Stratford, 1949-1977); grazier (Munro, 1980) * [[/Ernest Norbert Maguire|Maguire, Ernest Norbert]] [https://www.familysearch.org/tree/person/details/LR4X-F61] - 1892(NSW)-1967(NSW) - Licences: 2KL Sydney (Lewisham, 1928-1930; Dulwich Hill, 1931-1939) - Qualifications: AOCP 387, 1928, No. ?? in NSW; 2COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: police constable (Lewisham, 1930-1932); sergeant of police (Putney, 1943; Gladesville, 1949-1958); retired (Lake Illawarra South, 1963) * [[/Sydney William Maguire|Maguire, Sydney William]] [https://www.familysearch.org/tree/person/details/KNDF-L85] - 1903(WA)-1958(NSW) - Licences: 2XY Sydney (Rose Bay, 1930-1934; Paddington, 1935-1936; North Bondi, 1937-1939) - Qualifications: CPRTelephony 933, 1926; AOLCP 74, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Rose Bay, 1930-1934; Glenmore, 1935); engineer (Bondi, 1936-1937); radio engineer (Maroubra North, 1943); inspector (Maroubra North, 1949; Kingsford, 1954-1958) ===''MAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Hugh Mahon|Mahon, Hugh]] - 1857(Ire)-1931(Vic) - senior federal politician (MHR 1900s & 1910s; Postmaster-General 1904) ===''MALCOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Graham Malcolm|Malcolm, Keith Graham]] [https://www.familysearch.org/tree/person/details/GD8F-K5W] - 1949(Eng)-2011(NSW) - Licences: 3ZYK Melbourne (North Clayton, 1969; Mulgrave, 1975; Berwick, 1980); 1???; 2??? - Qualifications: AOLCP 2407, 1967 - broadcast planning engineer (PMGD, ABCB, P&TD, DoC); Communications Laboratory DoC (Director) - Electoral Rolls: engineer (Clayton, Vic, 1972; Mulgrave, 1977; Berwick, 1980) ===''MALONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Joseph Malone|Malone, James Joseph "Jim"]] [https://www.familysearch.org/tree/person/details/GWL8-8DP] - 1883(NSW)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 240, 1916 - employment (NSW P&T, Telegraph Messenger; PMGD, Cadet Engineer, Controller Wireless; OTC, Manager); WW1 - Electoral Rolls: engineer (Clayfield, Qld, 1917-1925; Kew, Vic, 1926-1928); chief inspector wireless (Kew, Vic, 1931-1937); Deputy Director, Posts and Telegraphs (Indooroopilly, 1943); public servant (Lindfield, NSW, 1949-1963) - Links: [[w:James Joseph Malone|Wikipedia]]; [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_05_30#P.109_-_Commonwealth_Controller_of_Wireless|Bio]] ===''MALPAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth John Malpas|Malpas, Kenneth John "Ken"]] [https://www.familysearch.org/tree/person/details/MGC2-BNN] - 1909(SA)-1929(SA) - Licences: 5XG Kadina (1927-1928) - Qualifications: cc; AOCP 313, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Passed too soon - Electoral Rolls: Nil ===''MANGNALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hartley Mangnall|Mangnall, Robert Hartley Jnr]] [https://www.familysearch.org/tree/person/details/G8MD-3L2] - 1903(Vic)-1963(Vic) - Licences: 3?? Melbourne (Carlton, 1927); 3HB Melbourne (Highett, 1947-1960) - Qualifications: AOCP 350, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (Carlton, 1936); engineer (Sandringham, 1942-1963) ===''MANIFOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Charles Manifold|Manifold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/LXMR-BFZ] - 1908(Vic)-1993(Vic) - Licences: 3EM Melbourne (Malvern, 1930-1933; McKinnon, 1937-1939, 1946-1980+) - Qualifications: AOCP 647, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: plumber (Malvern, 1931-1934; Bentleigh, 1936-1980) ===''MANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Mann|Mann, John Edward "Jack"]] [https://www.familysearch.org/tree/person/details/G3JY-STV] - 1912(SA)-1941(off Libyan coast) - Licences: 5EM Semaphore (1934-1938); 3IE Westmere (1938); 3IE Ballarat (1939) - Qualifications: cc; AOCP 1304, 1934, SA - amateur operator; amateur broadcaster; military (WW2, RAN, telegraphist) - Relationships: Son of Thomas William Mann - Electoral Rolls: Nil yet identified - Links: [https://www.awm.gov.au/collection/R1675471 AWM]; [https://www.awm.gov.au/collection/P10278775 AWM] - Sacrifice: "Greater love hath no man than this" * [[/Sydney George Mann|Mann, Sydney George]] [https://www.familysearch.org/tree/person/details/G8DP-V1C] - 1908(Eng)-1977(Eng) - Licences: 3KY Melbourne (Glenhuntly, 1930-1931; Hampton, 1937-1939, 1946-1954; East Brighton, 1955-1960) - Qualifications: AOCP 594, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Sergeant) - Electoral Rolls: traveller (Glenhuntly, 1931); mechanic (Sandringham, 1936-1937); shopkeeper (Woodend, 1942); mechanic (Hampton, 1949-1954); sales (Carnegie, 1963); salesman (St Kilda, 1967) * [[/Thomas William Mann|Mann, Thomas William]] [https://www.familysearch.org/tree/person/details/GZLZ-2S3] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923) - Qualifications: Nil yet identified - amateur receiver - Relationships: Father of 5EM-3IE John Edward Mann- Electoral Rolls: Nil yet identified ===''MANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol John Roland Manning|Manning, Athol John Roland]] [https://www.familysearch.org/tree/person/details/G69L-G2L] - 1916(Tas)-2005(Tas) - Licences: 7LR Devonport (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1367, 1934, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Devonport, 1949-1954) * [[/Clifton Joseph Manning|Manning, Clifton Joseph]] [https://www.familysearch.org/tree/person/details/G893-WW6] - 1909(Vic)-1994(Vic) - Licences: 3CJ Melbourne (Ringwood, 1927; Elwood, 1931-1937; Eltham, 1938-1939; Balwyn, 1946-1947; Templestowe, 1948; Beaumaris, 1954-1960); 3CJ Orbost (1965); 3CJ Marlo (1969-1975) - Qualifications: AOCP 338, 1927, No. ?? in Vic; 1COCP 877, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (St Kilda, 1931-1936; Canterbury, 1943; Templestowe, 1949; Sandringham, 1954-1963); farmer (Orbost, 1967-1968); retired (Marlo, 1972-1977; Lang Lang, 1980) ===''MANSFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Mansfield|Mansfield, H. D.]] - 19??(???)-19??(???) - Licences: XZQ Burnie (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''MANTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Thomas Mantle|Mantle, Joseph Patrick Thomas]] [https://www.familysearch.org/tree/person/details/GX84-DP9] - 1913(Qld)-1976(Fiji) - Licences: 4XF Brisbane (Ascot, 1933-1939); 4XF Townsville (Hermit Park, 1947-1948); 4XF Brisbane (Brisbane City, Qld, 1954-1960); 3AEN Bendigo (1969-1980) - Qualifications: cc; AOCP 1146, 1933, Qld; 2COCP 1083, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: projectionist (Ascot, Qld, 1936); engineer (Ashgrove, Qld, 1943); sound engineer (Townsville, Qld, 1949); business manager (New Farm, Qld, 1954); manager (St Lucia, Qld, 1958); sales manager (Warwick, Qld, 1963); no occupation (Townsville, Qld, 1963); sales executive (Petersham, NSW, 1972) ===''MANUEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Thomas Manuel|Manuel, Robert Thomas]] [https://www.familysearch.org/tree/person/details/KF5S-3R5] - 1910(SA)-2003(SA) - Licences: 5RT Adelaide (Prospect, 1932-1939, 1947-1960; Beefacres, 1965; Windsor Gardens, 1969-1980+) - Qualifications: cc; AOCP 1052, 1932, SA; BOCP 1310, 1953; 2COCP 1279, 1953; 1COCP 1688, 1953 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''MARCONI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guglielmo Giovanni Maria Marconi|Marconi, Guglielmo Giovanni Maria]] - 1874(Italy)-1937(Italy) - Inventor, electrical engineer, entrepreneur, businessman; pioneer of long distance radio transmission, widely credited as the inventor of radio; shared 1909 Nobel prize for physics for contributions to the development of wireless telegraphy ===''MARCUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eugen Gerald Marcuse|Marcuse, Eugen Gerald "Gerald"]] [https://www.familysearch.org/tree/person/details/9C3M-X1G] - 1886(Eng)-1961(Eng) - Licences: G2NM England - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer ===''MARKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Sydney Marks|Marks, Joseph Sydney or Sydney Joseph]] [https://www.familysearch.org/tree/person/details/GQG4-X1G] - 1885(NSW)-1949(NSW) - Licences: 2GR Receive Sydney (Rose Bay, 1922); 2GR Sydney (Rose Bay, 1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio trader (Electricity House, Marks' Radio Company); electrician; police officer; sued by 2BL for non-payment of fees in 1924 - Electoral Rolls: electrician (Rose Bay, 1930-1949) ===''MARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric William Marley|Marley, Cedric William]] [https://www.familysearch.org/tree/person/details/LVF2-DJ4] - 1918(Qld)-1984(Qld) - Licences: 4CJ Brisbane (Highgate Hill, 1938-1939; Graceville, 1947; Kalinga, 1948); 4CJ Rockhampton (1954-1956); 4CJ South Mackay (1960); 9CJ Port Moresby (1965); Brisbane (Mt Gravatt, 1969-1980) - Qualifications: cc; AOCP 2079, 1938, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); broadcast technician (PMG, ABC); WW2 (RAN, telegraphist); federal public servant (PMG, ABC) - Electoral Rolls: technician (Kalinga, Qld, 1949; Rockhampton, Qld, 1954); broadcast technician (Mackay, Qld, 1958; Bucasia, Mackay, Qld, 1958; Mt Gravatt, Qld, 1963-1980) ===''MARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Clanan Marr|Marr, Charles William Clanan]] [https://www.familysearch.org/tree/person/details/9M8V-QQM] - 1880(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; WW1 - Electoral Rolls: MHR (Forrest, 1929); director (Crows Nest, NSW, 1933); company director (Wollstonecraft, 1933-1935); director (Crows Nest, 1935); company director (Pymble, 1937-1943; Killara, 1943-1949; Pymble, 1954-1958) ===''MARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Burton Mars|Mars, Ernest Burton]] [https://www.familysearch.org/tree/person/details/G8VJ-GWR] - 1907(SA)-1987(Qld) - Licences: Receive Adelaide (North Unley, 1923-1924); 4EM Charleville (1930-1933); 2EM Dubbo (1934-1936); 4EM Charleville (1937-1939, 1946-1947); 2GE Moree (1948); 4EM Emerald (1954-1955); 4EM Charleville (1956); 4EM Longreach (1960); 4EM Currumbin (1965-1969) - Qualifications: cc; AOCP 686, 1930, No. ?? in Qld; BOCP 23, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Dubbo, 1935); bank official (Charleville, 1937-1943; Wagga Wagga, 1949); bank clerk (Moree, 1949); bank manager (Commonwealth Bank Emerald, 1954; Commonwealth Bank, Charleville, 1958; Longreach, 1963); retired (Currumbin, 1968; Palm Beach, Qld, 1977-1980) - established 4VL Charleville commercial ===''MARSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Marsden|Marsden, Robert Cecil "Cecil"]] [https://www.familysearch.org/tree/person/details/G92N-W62] - 1892(Eng)-1968(NSW) - Licences: unlicensed?, Sydney, 1909; 2JM Receive Sydney (Edgecliffe, 1922); 2JM Sydney (Edgecliffe, 1923-1925; Bellevue Hill, 1925-1926; Edgecliff, 1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW, local NSW clubs) - Relationships: Father of 2VV-2FV Robert Morris Marsden - Electoral Rolls: engineer (Woolahra, 1930; Epping, 1930-1958); manager (Castlecrag, 1958-1968) * [[/Robert Morris Marsden|Marsden, Robert Morris]] [https://www.familysearch.org/tree/person/details/GWX1-VPG] - 1916(NSW)-1988(NSW) - Licences: 2VV Sydney (Kingsford, 1958-1969); 2FV Tuross Heads (1965-1980+) - Qualifications: AOLCP 226, 1956; AOCP 3627, 1957, NSW - amateur operator; WW2 (RAAF) - Relationships: Son of 2JM Robert Cecil Marsden - Electoral Rolls: taxi proprietor (Bondi Beach, 1949; Kingsford, 1958-1972); retired (Tuross Heads, 1972-1980) ===''MARSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Westport Marsh|Marsh, Sydney or Sidney Westport]] [https://www.familysearch.org/tree/person/details/LFLN-PKM] - 1889(NSW)-1946(NSW) - Licences: 2ZK West Wallsend (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Ladysmith, 1913); fitter (West Wallsend, 1930-1937) ===''MARSHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archie Francis Marshall|Marshall, Archie Francis "Arch"]] [https://www.familysearch.org/tree/person/details/G37M-W83] - 1907(Qld)-1982(Qld) - Licences: 4AF Clifton (1928-1939, 1946-1980+) - Qualifications: cc; AOCP 438, 1928, No. 48 in Qld - amateur operator; amateur broadcaster; business proprietor (blacksmith, fitter/turner) - Electoral Rolls: blacksmith (Clifton, 1930-1980) * [[/Herbert Anthony Marshall|Marshall, Herbert Anthony]] [https://www.familysearch.org/tree/person/details/9JJR-P3P] - 1888(India)-1948(NSW) - Licences: unlicensed?, Port Pirie, 1910; 2HM Armidale (1924-1926); 2HM Sydney (Bondi, 1927-1939, 1946-1948) - Qualifications: AOCP 115, 1925, No. ?? in NSW; AOLCP 48, 1931 - Comment: proud of his initials "H.A.M.", early wireless experimenter; amateur operator; amateur broadcaster; electrical engineer - Relationships: his daughter Denise Chalmers Marshall frequently on air over 2HM - TroveTag: "2HM - Herbert Anthony Marshall" - Electoral Rolls: electrical engineer (Bondi, 1930-1931); engineer (Bondi, 1934-1943) * [[/Mary Austine Marshall|Henry nee Marshall, Mary Austine]] [https://www.familysearch.org/tree/person/details/G8X2-GR6] - 1913(Vic)-1994(Vic) - Licences: 3YL Melbourne (Murrumbeena, 1930-1939, 1946-1956; East Malvern, 1960-1975) - Qualifications: AOCP 619, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: home duties (Oakleigh, 1936-1937); no occupation (Oakleigh, 1942-1954); home duties (Oakleigh, 1958-1980) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Vaughan Edward Marshall|Marshall, Vaughan Edward]] [https://www.familysearch.org/tree/person/details/G86T-KNY] - 1911(Vic)-1994(Vic) - Licences: 3UK Melbourne (Hawthorn, 1930-1933; Kew, 1937-1939, 1946-1969; Mt Eliza, 1975-1980+) - Qualifications: AOCP 603, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: sales (Kew, 1936); tea specialist (Kew, 1937-1968); retired (Mt Eliza, 1977-1980) ===''MARSLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Bruce Marsland|Marsland, Benjamin Bruce]] [https://www.familysearch.org/tree/person/details/GX6Y-X47] - 1906(Qld)-1941(NSW) - Licences: 4DX Brisbane (Indooroopilly, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Rockhampton, Qld, 1928); teller (Normanton, Qld, 1930); bank clerk (Rockhampton, Qld, 1931; Malanda, Qld, 1932); no occupation (Annerley, Qld, 1943) ===''MARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Thomas Marston|Marston, James Thomas "Jim"]] [https://www.familysearch.org/tree/person/details/LKDX-19C] - 1920(Qld)-1974(Qld) - Licences: 4JA Brisbane (Belmont, 1948; Morningside, 1954); 4JA Toowoomba (1955-1956); 4JA Brisbane (Boondall, 1960-1969) - Qualifications: cc; AOCP 2655, 1948, Qld - amateur operator - Electoral Rolls: sheet metal worker (Buranda, Qld, 1943); engineer (Toowoomba South, Qld, 1958); technician (Boondall, Qld, 1963-1972) * [[/W. L. Marston|Marston, W. L.]] - 19??(???)-19??(???) - Licences: 4RY Brisbane (Clayfield, 1937) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MARTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Martin|Martin, James Frederick]] - 1909(Vic)-1976(Vic) - Licences: 3MJ Melbourne (North Fitzroy, 1927-1933); 3JM Melbourne (North Fitzroy, 1937-1939) - Qualifications: AOCP 340, 1927, No. ?? in Vic - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Clifton Hill, 1936); traveller (North Fitzroy, 1949; Heidelberg, 1954-1963); sales director (Doncaster, 1967); sales (Noble Park, 1972) * [[/John Michael Martin|Martin, John Michael]] [https://www.familysearch.org/tree/person/details/GX79-GWZ] - 1886(Irl)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 146, 1915; 1COCP 58, 1935 - RANRS (commissioned telegraphist, 1917); WW1 - Comment: several contemporaneous JMMs - Electoral Rolls: Ancestry 299 hits too be sifted * [[/John Robert Martin|Martin, John Robert]] [https://www.familysearch.org/tree/person/details/GWFG-HMM] - 1919(Qld)-2011(Qld) - Licences: 4MX Cunnamulla (1937-1939); 4MX Toowoomba (1946-1954); 4MX Brisbane (Gaythorne, 1955-1960); 4MX Julia Creek (1965-1969); 4MX Finch Hatton (1975); 4MX Brisbane (Gaythorne, 1980+) - Qualifications: cc; AOCP 1933, 1937, Qld; BOCP 147, 1938 - amateur operator; amateur broadcaster; military (WW2, RAAF); business proprietor (radio service); Presbyterian minister - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1949-1954); radio technician (Gaythorne, Qld, 1958; Kingaroy, Qld, 1963); missionary (Blackall, Qld, 1972; Gaythorne, Qld, 1972); minister of religion (Enoggera, Qld, 1977-1980) * [[/Malcolm Martin|Martin, Malcolm]] [https://www.familysearch.org/tree/person/details/GX8D-PG7] - 1903(UK)-1987(Qld) - Licences: 4KY Ipswich (1933-1939); 4KY Brisbane (Sandgate, 1946-1980+) - Qualifications: cc; AOCP 1110, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); employment (Qld Railways) - Electoral Rolls: carriage trimmer (Woodend, Qld, 1925-1937; Sandgate, Qld, 1943-1980) * [[/Silas Martin|Martin, Silas]] [https://www.familysearch.org/tree/person/details/GXMT-6WS] - 1874(NSW)-1945(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Electoral Rolls: engineer (Perth, 1903-1906; East Perth, 1912-1914); mechanic (Rockhampton, 1917-1921); radio mechanic (Cooktown, 1925; Beam Wireless Station, Ballan, 1928-1943); mechanic (Marrickville, NSW, 1943) * [[/Walter J. Martin|Martin, Walter J.]] - 1893(Vic)-19??(???) - commercial operator (1COCP 1, 1914, No. 1 in Aus and Vic, Marconi & Telefunken) - coastal station operator? * [[/William Anthony Martin|Martin, William Anthony]] [https://www.familysearch.org/tree/person/details/G8HB-KPZ] - 1911(Tas)-19??(???) - Licences: 7WM Hobart (West Hobart, 1929-1931); 7WM Gawler (1933) - Qualifications: cc; AOCP 497, 1929, No. ?? in Tas; AOLCP 70, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: several contemporaneous William Anthony Martin's ===''MASHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Wilfred Mashman|Mashman, Lionel Wilfred]] [https://www.familysearch.org/tree/person/details/GZ6K-7WG] - 1907(NSW)-1968(NSW) - 2OB Receive Sydney (Bexley, 1923-1924), 2OB Sydney (Bexley, 1925-1965), amateur operator (AOCP 84, 1925, No. ?? in NSW), amateur broadcaster ===''MASTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Harold Masters|Masters, Alfred Harold "Harold"]] [https://www.familysearch.org/tree/person/details/99GB-CPY] - 1875(Vic)-1951(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed); vice president WIA Launceston 1920s; later prominent architect - Relationships: brother of 7MM William Edward Masters - Electoral Rolls: architect (Launceston, 1928-1949) * [[/Brian Jermyn Masters|Masters, Brian Jermyn "Jermyn"]] - 1891(Vic)-1950(NZ) - 3LM Receive Melbourne (Armadale, 1923), 3LM Melbourne (Armadale, 1924-1925), amateur operator (pre-AOCP; no record found of AOCP; AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, operated his station both individually and on behalf WIA Malvern * [[/William Edward Masters|Masters, William Edward]] [https://www.familysearch.org/tree/person/details/99GB-CPW] - 1873(Vic)-1952(Tas) - Licences: 7MM Hobart (Bellerive 1932-1939) - Qualifications: cc; AOCP 1066, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; solicitor - Relationships: brother of Alfred Harold "Harold" Masters - Electoral Rolls: solicitor (Bellerive, 1914-1949) - Links: [http://nla.gov.au/nla.news-article27111852 Obituary] ===''MATCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Kenneth Lyle Matchett|Matchett, John Kenneth Lyle "Ken"]] [https://www.familysearch.org/tree/person/details/GS1L-SCZ] - 1921(Vic)-2008(Vic) - Licences: 3TL Melbourne (Box Hill, 1960; Templestowe, 1965-1980+) - Qualifications: AOCP 3700, 1958, Vic - amateur operator, WW2, member Old Timer's Club - Electoral Rolls: student (St Kilda, 1949); teacher (Bayswater, 1954); lecturer (Templestowe, 1963-1980) - curator of the WIA QSL card collection for many years; personally acquired a large collection of Australian amateur QSL cards which were donated to the WIA collection on his passing, many thousands of QSLs provided by Wolf Harranth of Dokufunk on an exchange basis ===''MATHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Stewart Mather|Mather, Alexander Stewart "Alex"]] [https://www.familysearch.org/tree/person/details/GHTL-WWC] - 1909(NSW)-1970(NSW) - Licences: 2JZ Singleton (1929-1969) - Qualifications: AOCP 479, 1929, No. ?? in NSW; AOLCP 89, 1932; TVOCP 273, 1960 - amateur operator, amateur broadcaster - Electoral Rolls: cordial manufacturer (Singleton, 1930-1968) ===''MATHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campion Mathews|Mathews, John Campion]] [https://www.familysearch.org/tree/person/details/G8V1-46V] - 1912(Vic)-19??(???) - Licences: 3SY Geelong (Newtown, 1930-1939, 1946-1980+); 3JM Portable Geelong (Newtown, 1947) - Qualifications: AOCP 709, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Newtown, 1934-1968); operator (Newtown, 1972-1980) * [[/John Mathews|Mathews, John]] [https://www.familysearch.org/tree/person/details/G82Z-KX2] - 1914(Qld)-1976(NSW) - Licences: 4EE Rockhampton (1935-1939) - Qualifications: cc; AOCP 1414, 1935, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous JMs - Electoral Rolls: Nil yet identified ===''MATTHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Thomas Matthews|Matthews, Fred or Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GZVC-22K] - 1904(Qld)-1992(Qld) - Licences: 4FK Brisbane (New Farm, 1923-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); business proprietor (Matthews Fire Alarm Co) - Awards: OBE - Electoral Rolls: electrical engineer (Merthyr, 1925-1958); engineer (New Farm, 1963-1980) * [[/John Leigh Inglis Matthews|Matthews, John Leigh Inglis]] [https://www.familysearch.org/tree/person/details/GDKN-159] - 19??(???)-19??(???) - Licences: XJD Melbourne (Richmond, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: confectioner (Richmond, 1913-1919) * [[/Kenneth Morgan Matthews|Matthews, Kenneth Morgan]] [https://www.familysearch.org/tree/person/details/GXPM-R2W] - 1911(SA)-2009(SA)98yo - Licences: 5GN Adelaide (Malvern, 1936-1939) - Qualifications: cc; AOCP 1732, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Malvern, SA, 1939); mechanic (Crystal Brook, SA, 1941-1943) - Links: [https://vwma.org.au/explore/people/551921 VWMA] * [[/Vincent John Matthews|Matthews, Vincent John]] [https://www.familysearch.org/tree/person/details/GFW4-NM1] - 1888(Vic)-1965(Vic) - Licences: 6AQ Perth (Bayswater, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; Stott's College (Principal, early 1920s) - Electoral Rolls: business college master (West Gildford, WA, 1910); manager (Guildford, WA, 1912; Bayswater, WA, 1916-1925); business manager (Canterbury, Vic, 1925-1928); director (Canterbury, Vic, 1931-1963) * [[/Walter John Penrose Matthews|Matthews, Walter John Penrose]] [https://www.familysearch.org/tree/person/details/L5TS-HZN] - 1880(SA)-1964(SA) - Licences: 5BS Receive Murray Bridge (1922); Receive Murray Bridge (1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: lifter SA Railways (Tailem Bend, SA, 1939-1943) ===''MAUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Mauger|Mauger, Samuel "Sam"]] - 1857(Vic)-1936(Vic) - state politician, senior federal politician (Postmaster-General 1908) ===''MAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Maughan|Maughan, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/GZQ4-BJW] - 1903(WA)-1962(Vic) - Licences: 3HH Receive Melbourne (Malvern, 1922); 3HH Melbourne (Malvern, 1923-1960) - Qualifications: cc; AOCP 14, 1924, No. ?? in Vic; AOLCP 82, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: student (Malvern East, 1925-1954) ===''MAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Douglas Mawson|Mawson, Douglas]] [https://www.familysearch.org/tree/person/details/LC3H-42N] - 1882(Eng)-1958(SA) - Licences: Nil - Qualifications: Nil yet identified - Head Australasian Antarctic Expedition (1911-1914) - Electoral Rolls: [[w:Douglas Mawson|Wikipedia]] [https://adb.anu.edu.au/biography/mawson-sir-douglas-7531 ADB] * [[/Ernest Richard Mawson|Mawson, Ernest Richard]] [https://www.familysearch.org/tree/person/details/2W9T-NJN] - 1861(NSW)-1943(NSW) - Licences: 2DH Sydney (Campsie, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Parramatta, 1903); no occupation (Dee Why, 1930-1933; Harbord, 1934-1936; Manly, 1937-1943) ===''MAXWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alston Maxwell|Maxwell, Ronald Alston]] - 1908(NSW)-1950(NSW) - Licences: 2KS Sydney (Hurstville, 1930-1933) - Qualifications: AOCP 656, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: metal worker (Randwick, 1933; Liverpool, 1934-1935; Croydon, 1936-1937); clerk (Caringbah, 1949) ===''MAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank May|May, Frank]] [https://www.familysearch.org/tree/person/details/G88S-CXP] - 1878(Eng)-19??(???) - Licences: 6FM Dwellingup (1929-1931); 6FM Gnowangerup (1933); 6FM Esperance (1937-1939) - Qualifications: cc; CPRT 139, 1915; AOCP 560, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: stationmaster (Gnowangerup, 1931; Esperance, 1936-1937; Armadale, 1943; Collie, 1949) ===''MAYGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neil Hubert Mayger|Mayger, Neil Hubert]] [https://www.familysearch.org/tree/person/details/K2F7-J2D] - 1890(Vic)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: salesman (Darlinghurst, NSW, 1930); sales (Darlinghurst, 1937); salesman (East Sydney, 1937); Sales (Darlinghurst, 1943) ===''MCATEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McAteer|McAteer, Brother Joseph]] [https://www.familysearch.org/tree/person/details/GDKT-JWB] - 1881(NZ)-1931(NSW) - Licences: Receive Sacred Heart College Glenelg (1923); 5AQ Sacred Heart College Glenelg (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCAULEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Money McAuley|McAuley, William John Money "Bill"]] [https://www.familysearch.org/tree/person/details/LRKH-Z5Y] - 1909(Vic)-1987(Vic) - Licences: 3WM Melbourne (Brunswick, 1925-1931) - Qualifications: AOCP 221, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: jackaroo (Nyngan, 1930); grazier (Womboota, 1937-1943) ===''MCBRIDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander James McBride|McBride, Alexander James]] - 1914(Qld)-1993(Qld) - 4BR Brisbane (Wilston, 1939, 1947-1969), amateur operator (AOCP 2320, 1939, No. ?? in Qld), business (radio repair) ===''MCCABE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Bernard McCabe|McCabe, William Bernard]] [https://www.familysearch.org/tree/person/details/MZ1C-FN2] - 1864(Irl)-1938(WA) - Licences: 7AQ Clarence Point (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: gardener (St Kilda, Vic, 1912; Balaclava, 1913-1914; Elsternwick, 1915-1921; Caulfield, 1924); orchardist (Clarence Point, 1922-1928); civil engineer (Nedlands, WA, 1937) ===''MCCALMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Colin McCalman|McCalman, Maxwell Colin]] [https://www.familysearch.org/tree/person/details/GZN8-V77] - 1910(Vic)-1966(Vic) - 3KX Melbourne (Canterbury, 1925-1927), amateur operator (AOCP 142, 1925, No. ?? in Vic), amateur broadcaster, musician (1934), engineer (1943-1963) ===''MCCANDLISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack McCandlish|McCandlish, Jack]] [https://www.familysearch.org/tree/person/details/GZ2B-TJC] - 1915(Eng)-1943(Ins) - Licences: 3HN Sea Lake (1935-1939) - Qualifications: AOCP 1468, 1935, No. ?? in Vic - amateur operator, WW2 (Army, M Special Unit, Sergeant, Commando, 1943) - Electoral Rolls: farm hand (Sea Lake, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1685215] ===''MCCARTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Keith McCarthy|McCarthy, John Keith "Keith / Macca"]] - 19??(???)-1998(Qld) - 3FX Melbourne (Ascot Vale, 1932-1933), 2IM Sydney (Lane Cove, 1934), 2VM Sydney (Lane Cove, 1935), 3FX Melbourne (Hampton, 1937; Ascot Vale, 1938-1939; City, 1946-1947; Templestowe, 1954-1956), 9AR On board yacht Pandemonium (1969), P29AR/MM On board yacht Pandemonium (1975), 4DU Beenleigh (1980), 4PY Surfers Paradise (1980), amateur operator (AOCP 1036, 1932, No. ?? in Vic), amateur broadcaster, state public servant (Vic Railways, telegraphist), military (RAAF, DFC, AFM, AE) ===''MCCULLAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Austral McCullagh|McCullagh, Alexander Austral]] [https://www.familysearch.org/tree/person/details/GXNN-V7Y] - 1897(Qld)-1981(NSW) - Licences: Receive (Home Hill, 1923); 2RR Sydney (Balgowlah, 1965-1969); 9NI Norfolk Island (1975) - Qualifications: cc; 3COCP 2977, 1959; AOLCP 754, 1959; AOCP 4229, 1964, Qld - amateur receiver; amateur operator; WW1 - Electoral Rolls: soldier (Sandgate, Qld, 1919); chemist (Inkerman Mill, Qld, 1922); engineer (Bondi North, NSW, 1930; Abbotsford, NSW, 1932-1933; Edgecliff, NSW, 1933; Burwood, NSW, 1934-1936); manager (Balgowlah, NSW, 1949-1963); retired (Green Point, NSW, 1977-1980) ===''MCCULLOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Robert McCulloch|McCulloch, George Robert]] - 1907(Vic)-1969(Vic) - 3XM Receive Ballarat (1923-1924), 3GM Ballarat (1925-1939, 1946-1965+), amateur operator (AOCP 198, 1925, No. ?? in Vic), amateur broadcaster, radio engineer (Ballarat, 1931-1968) ===''MCDERMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Westall McDermott|McDermott, James Westall "Jim"]] [https://www.familysearch.org/tree/person/details/G37P-PY2] - 1913(Qld)-2010(Qld) - Licences: 4JM Brisbane (1930) & Nambour (1931-1939) - Qualifications: cc; AOCP 711, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4RM Robert Ernest McDermott; son of 4WP Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, Qld, 1936-1949); radio engineer (Nambour, Qld, 1954-1980) * [[/Robert Ernest McDermott|McDermott, Robert Ernest "Bob"]] [https://www.familysearch.org/tree/person/details/GXW8-QJ5] - 1917(Qld)-2006(Qld) - Licences: 4RM Nambour (1938-1939); 4RM Brisbane (Ekibin, 1946-1980+) - Qualifications: AOCP 2223, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); military (WW2, AIF); business proprietor (radio/TV retail, Ekibin) - Relationships: brother of James Westall McDermott; son of Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, 1943; Ekibin, 1949-1968); TV engineer (Tewantin, Qld, 1972-1980) * [[/Westall Samuel McDermott|McDermott, Westall Samuel]] [https://www.familysearch.org/tree/person/details/G37P-2SQ] - 1889(Qld)-1963(Qld) - Licences: 4WP Nambour (1938-1939, 1946-1954) - Qualifications: cc; AOCP 2087, 1938, No. ?? in Qld - amateur operator; amateur broadcaster - Relationships: father of James Westall McDermott & Robert Ernest McDermott - Electoral Rolls: school teacher (Hendon, Qld, 1916-1917; Sandgate, Qld, 1921; Glen Eagle, Qld, 1925-1928; Rosemount, Qld, 1934; Nambour, Qld, 1937-1958); retired (Nambour, Qld, 1963) ===''MCDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> SEE ALSO MACDONALD * [[/Arthur Stephen McDonald|McDonald, Arthur Stephen]] [https://www.familysearch.org/tree/person/details/G36J-ZLJ] - 1891(Vic)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 700, 1922 - broadcast engineer (PMGD, RANRS, AWA); professional society administrator (IEA) - Electoral Rolls: engineer (Townsville, Qld, 1913; St Kilda, Vic, 1916-1924; Vaucluse, NSW, 1930-1934); radio engineer (Darlinghurst, 1934-1936); engineer (Edgecliff, 1943; Double Bay, 1954) - Links: [https://adb.anu.edu.au/biography/mcdonald-arthur-stephen-7333 ADB]; [https://www.asap.unimelb.edu.au/bsparcs/biogs/P001299b.htm Bright Sparks] * [[/Colin McDonald|McDonald, Colin]] [https://www.familysearch.org/tree/person/details/GX67-SCG] - 1911(Qld)-1973(Qld) - Licences: 4CD Rockhampton (1935-1969) - Qualifications: cc; AOCP 1440, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Rockhampton, Qld, 1932-1958); accountant (Rockhampton, Qld, 1968-1972) * [[/Donald McDonald|McDonald, Donald "Don"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC)? * [[/Donald Munro McDonald|McDonald, Donald Munro]] - 19??(???)-19??(???) - Licences: 3KS Melbourne (Yarraville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - Comment: Several contemporaneous DMMs * [[/John McDonald|McDonald, John]] [https://www.familysearch.org/tree/person/details/GXM1-WJR] - 1894(NSW)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 137, 1915; CPRT 190, 1916 (replacement?) - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous JMcD - Electoral Rolls: Nil yet identified; Ancestry.com 1000s of hits to be sifted * [[/Wilfred Neville McDonald|McDonald, Wilfred Neville]] [https://www.familysearch.org/tree/person/details/GX67-DB1] - 1914(NSW)-19??(???) - Licences: 2ZT Sydney (Parramatta, 1935-1936); 4ZT Brisbane (Kangaroo Point, 1937; New Farm, 1938-1939; Annerley, 1947-1948) - Qualifications: cc; AOCP 1412, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Granville, NSW, 1936); radio engineer (Kangaroo Point, Qld, 1937); radio mechanic (Ashgrove, Qld, 1943); radio technician (Annerley, Qld, 1949); electrical engineer (Tennyson, Qld, 1954-1963); manager (Burleigh Heads, Qld, 1968-1980) ===''MCDONOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard McDonough|McDonough, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GXQX-NXY] - 1875(Wales)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, terminated Nov 1920) - Electoral Rolls: Royal Navy (Newport, Vic, 1914-1915); Royal Australian Navy (Yarraville, Vic, 1917-1919); hotel proprietor (West Maitland, 1930-1935); retired (Wickham, 1937) ===''MCDOWALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine McDowall|McDowall, Valentine "Val"]] [https://www.familysearch.org/tree/person/details/M14R-SPG] - 1881(Qld)-1957(Qld) - 4CN Receive Brisbane (1922); 4CM Brisbane (City, 1922-1939) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radiographer; WW2 - 4CM operator primarily Thomas Murray Browse Elliott after about 1925 - Electoral Rolls: medical practitioner (Laidley, 1906-1914; Clayfield, 1919; Ascot, 1934-1954) - Links: [https://adb.anu.edu.au/biography/mcdowall-valentine-7349 ADB] ===''MCDOWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Daniel McDowell|McDowell, John Edward Daniel or John Edward]] [https://www.familysearch.org/tree/person/details/GX86-J52] - 1914(Qld)-1978(Qld) - Licences: 4CX Brisbane (Ascot, 1937-1939); 4CX Gladstone (1947-1965); 4CX Brisbane (Wavell Heights, 1969-1980+) - Qualifications: cc; AOCP 1873, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: rubber worker (Ascot, Qld, 1937); chemist (Gladstone, Qld, 1943-1949); industrial chemist (Gladstone, Qld, 1954-1963); chemistry instructor (Wavell Heights, Qld, 1968-1977) ===''MCELWEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Johnston McElwee|McElwee, George Johnston]] - 1879(Tas)-1981(Tas) - involved with Launceston Radio Clubs searching for the roar ===''MCGARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Ignatius McGarry|McGarry, Lloyd Ignatius]] [https://www.familysearch.org/tree/person/details/G8GT-4PR] - 1919(NSW)-1977(Qld) - Licences: 4XY Roma (1937-1939); 4XY Rockhampton (1947); 4XY Brisbane (Taringa, 1948; Coorparoo, 1954-1956); 2ALM Sydney (Lakemba, 1960-1965); 1AM Canberra (Macquarie, 1969-1975); 4ALL Brisbane (Kingston, 1980+) - Qualifications: cc; AOCP 1943, 1937, Qld; BOCP 139, 1937; 2COCP 607, 1942; 1COCP 1026, 1946 - amateur operator; amateur broadcaster; broadcast technician (4GR, 4ZR); military (RAAF, WW2, mobile wireless, post WW2 Naval Intelligence); federal public servant (PMGD); scientist (Ionospheric Prediction Service) - Electoral Rolls: radio technician (Deagon, Qld, 1949); public servant (Coorparoo, Qld, 1954-1958; Townsville, Qld, 1958) ===''MCGAURAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Duncan James Macfarlane McGauran|McGauran, Duncan James Macfarlane]] - 1849(NZ)-1889(NSW) - radio clubs (Telegraph Electrical Society, Victoria, member; Society of Telegraph Engineers, London, member), employment (Vic Posts & Telegraphs; WA Posts & Telegraphs, Superintendant Telegraphs; NSW Posts & Telegraphs), patents in Quadraplex Telegraphy, father of Duncan James McGauran (telegraphist, accountant, inventor of a telephone meter) ===''MCGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carney Mitchell McGee|McGee, Carney Mitchell]] [https://www.familysearch.org/tree/person/details/G8VW-9LF] - 1910(SA)-1981(WA) - Licences: 5LX Adelaide (Mile End, 1930-1931) - Qualifications: cc; AOCP 676, 1930, No. ?? in SA; 2COCP 52, 1936; 1COCP 210, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (North Unley, SA, 1939); assistant radio inspector (Ivanhoe, Vic, 1943); radio inspector (Kensington, WA, 1949-1977); retired (Como, 1980) ===''MCGEOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Samuel McGeoch|McGeoch, William Leslie Samuel]] [https://www.familysearch.org/tree/person/details/LVNY-SDX] - 1912(WA)-2007(WA) - Licences: 6WL Brookton (1935-1939, 1947-1956); 6WL Bunbury (1960-1980+) - Qualifications: cc; AOCP 1442, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Brookton, WA, 1936-1943); radio service (Brookton, WA, 1958); electrician (Carey Park, WA, 1968-1980) ===''MCGOWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Walker McGowan|McGowan, Samuel Walker]] - 1829(Irl)-1887(Vic) - Vic Posts and Telegraphs (Superintendent Telegraphs), successfully tendered for the first Australian electric telegraph 1854 (Melbourne to Williamstown) then appointed to the public service to operate and maintain it, radio clubs (Telegraph Electrical Society, Victoria) ===''MCGRATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Philip McGrath|McGrath, Edward Philip "Ted"]] [https://www.familysearch.org/tree/person/details/GW87-9K5] - 1906(NSW)-1999(SA) - Licences: 5MO Adelaide (Parkside, 1933-1939; West Mitcham, 1947-1965; Aldgate, 1969) - Qualifications: cc; AOCP 1175, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Parkside, SA, 1939) * [[/Francis Thomas McGrath|McGrath, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GXM1-HRN] - 1891(Tas)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 87, 1915; 1COCP 45, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: public servant (Moonah, Tas, 1919); wireless operator (Thursday Island, 1922); engineer (Eagle Junction, 1925); telegraphist (South Yarra, 1926-1927); supervisor (Caulfield, Vic, 1928-1934; Camberwell, Vic, 1936) ===''MCGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aenas McGregor|McGregor, Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WT] - 1865(Vic)-1937(Vic) - Licences: XJEA Melbourne (Armadale, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: father of 3ZE Keith Wilfred Aeneas McGregor - Electoral Rolls: traveller (Armadale, 1919; Toorak, 1928-1936) * [[/Keith Wilfred Aeneas McGregor|McGregor, Keith Wilfred Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WQ] - 1903(Vic)-19??(???) - Licences: 3ZE Melbourne (Armadale, 1923-1924; Toorak, 1925) - Qualifications: cc; AOCP 52, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Relationships: son of XJEA Aeneas McGregor - Electoral Rolls: telegraphist (Toorak, 1925-1928) ===''MCGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Patrick Holman McGuire|McGuire, Leo Patrick Holman]] [https://www.familysearch.org/tree/person/details/G8HK-B2T] - 1906(NSW)-2001(WA) - Licences: 3KM Myrtleford (1929-1937); 3KM Corryong (1938-1939); 6MG Manjimup (1947-1969); 6MG Perth (Thornlie (1975-1980+) - Qualifications: AOCP 488, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: biograph operator (Wangaratta, 1928); picture proprietor (Albury, 1931); postal employee (Myrtleford, 1936-1937); postal clerk (Mt Magnet, 1943; Manjimup, 1949); radio mechanic (Manjimup, 1954-1972); retired (Thornlie, 1977-1980) ===''MCHUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles McHugh|McHugh, William Charles]] [https://www.familysearch.org/tree/person/details/GFMN-V5Z] - 1914(WA)-1978(WA) - Licences: 6KA or 6KD Perth (Guildford, 1936-1939) - Qualifications: cc; AOCP 1766, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: piano tuner (Guildford, WA, 1936-1943); radio mechanic (Belmont, WA, 1949; North Perth, WA, 1954); mechanic (Cottesloe, WA, 1954; Mt Pleasant, WA, 1963-1972) ===''MCINTOSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John James McIntosh|McIntosh, Stanley John James "Stan"]] [https://www.familysearch.org/tree/person/details/GXDL-C5P] - 1913(Qld)-1972(Qld) - Licences: 4PK Ipswich (Woodend, 1931-1939); 4PK Brisbane (Coorparoo, 1946-1969) - Qualifications: cc; AOCP 730, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (workshop foreman); business proprietor (electrical engineering) - Electoral Rolls: electrical fitter (Woodend, Qld, 1934-1937; Coorparoo, Qld, 1943-1972) ===''MCINTYRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Daniel George McIntyre|McIntyre, Daniel George]] [https://www.familysearch.org/tree/person/details/LTNG-PHV] - 1901(???)-1963(NSW) - Licences: 2VX Receive Sydney (Pymble, 1923); 2VX Sydney (Pymble, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Strathfield, 1930-1958); radio retailer (Pymble, 1963) ===''MCKAIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Lancelot Martyn McKail|McKail, Henry Lancelot Martyn or Martin "Hal"]] - 1887(WA)-1944(WA) - Licences: 6BT Perth (City, 1923-1924); 6BU Perth (City, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgan River, WA, 1910; West Perth, WA, 1916-1917); science master (Crawley, WA, 1925-1937) ===''MCKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander John McKenzie|McKenzie, Alexander John]] - 1905(???)-19??(???) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''MCKEOWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * McKenzie, Florence Violet (married name) - see Granville, Florence Violet (birth name) * [[/Allan McIllroy McKeown|McKeown, Allan McIllroy]] [https://www.familysearch.org/tree/person/details/L69J-SFC] - 1904(Vic)-1983(Vic) - Licences: 3YZ Melbourne (Alphington, 1924-1927); 3YZ Geelong (1931); 3YZ Melbourne (Northcote, 1933-1939, 1946-1969); 3YZ Ocean Grove (1975-1980) - Qualifications: cc; AOCP 51, 1925, No. ?? in Vic; AOLCP 42, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Northcote, 1936-1954; Alphington, 1968); nil (Ocean Grove, 1972-1977) ===''MCKINLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Harold McKinley|McKinley, Norman Harold "Shorty"]] [https://www.familysearch.org/tree/person/details/GWGP-TLC] - 1913(???)-1999(Qld) - Licences: 4CX Brisbane (Teneriffe, 1932-1933) - Qualifications: cc; AOCP 969, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Milton, Qld, 1949-1972); driver (Paddington, Qld, 1980) ===''MCLAUCHLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles David McLauchlan|McLauchlan, Charles David]] [https://www.familysearch.org/tree/person/details/LYL6-PYY] - 1876(Vic)-1943(Vic) - Licences: 6BW Receive Perth (Victoria Park, 1923); 6BW Perth (Victoria Park, 1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Eucla, 1906; Perth, 1910-1916); telegraph engineer (Victoria Park, 1925); superintendent telegraphs (South Yarra, 1931; Camberwell, 1937-1943) ===''MCLEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stewart Campbell McLean|McLean, Stewart Campbell]] [https://www.familysearch.org/tree/person/details/G86G-PMR] - 1910(Vic)-1994(Vic) - Licences: 3GK Melbourne (Yarraville, 1930-1933; Brunswick, 1937-1939, 1946-1948; Caulfield, 1960) - Qualifications: AOCP 601, 1930, No. ?? in Vic; AOLCP 65, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarraville, 1931-1936); nil (Elsternwick, 1954); engineer (Caulfield, 1958-1980) ===''MCLENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth McLennan|McLennan, Kenneth]] [https://www.familysearch.org/tree/person/details/GX9H-B4N] - 1892(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 124, 1915; 2COCP 185, 1930; 1COCP 238, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous KMcLs - Electoral Rolls: Nil yet identified ===''MCLEOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander McLeod|McLeod, Alexander]] [https://www.familysearch.org/tree/person/details/GMKJ-L25] - 1972(Vic)-1948(Qld) - Licences: 4CF Receive Brisbane (Red Hill, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: confectioner (Red Hill, 1903-1905); pastrycook (Red Hill, 1908-1926; Mt Bruce, 1929-1943) * [[/Gordon Stuart McLeod|McLeod, Gordon Stuart]] [https://www.familysearch.org/tree/person/details/G8V1-38Y] - 1912(NSW)-1966(NSW) - Licences: 3ZZ Geelong (West Geelong, 1930-1931; Newtown, 1933; Crib Point, 1937; Wallington, 1938); 2ADC Sydney (Sans Souci, 1939; Hurstville, 1946-1947; Beverley Hills, 1948-1965) - Qualifications: AOCP 707, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: RAN (Crib Point, Viv, 1937); petty officer RAN (Hurstville, 1943); clerk (Beverly Hills, 1949-1963) * [[/Norman McLeod|McLeod, Norman]] [https://www.familysearch.org/tree/person/details/G86P-8F2] - 1901(Vic)-1995(Vic) - Licences: 3NM Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 602, 19??, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Caulfield, 1937-1968) ===''MCLOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. C. McLoughlin|McLoughlin, E. C.]] - 19??(???)-19??(???) - Licences: 5KJ Port Lincoln (1928-1929) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCMAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Hanney McMahon|McMahon, Leo Hanney]] [https://www.familysearch.org/tree/person/details/GXD8-XQH] - 1914(Qld)-1992(NSW) - 4LM Brisbane (Toombul, 1933-1938); 2ALM Sydney (Darlinghurst, 1939); 2AC Sydney (Kingsford, 1946-1950; Randwick, 1956-1980+) - Qualifications: cc; AOCP 1104, 1933, Qld) - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, AMC); occupation (doctor) - Electoral Rolls: student (Camperdown, NSW, 1936-1937); medical practitioner (Kingsford, NSW, 1949; Randwick, NSW, 1954-1980) ===''MCMASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John McMaster|McMaster, John]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: ===''MCMATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph McMath|McMath, John Joseph]] [https://www.familysearch.org/tree/person/details/L5KG-ZK2] - 1910(Vic)-1999(Vic) - Licences: 3JJ Melbourne (Albert Park, 1927-1939; South Melbourne, 1946-1960; Elwood, 1975-1980+) - Qualifications: AOCP 351, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Albert Park, 1931-1937); manager (St Kilda, 1949-1954); retired (Brighton, 1963-1968; Black Rock, 1972-1977) ===''MCMURTRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Adam McMurtrie|McMurtrie, Sydney Adam or Adam Sydney "Sid"]] [https://www.familysearch.org/tree/person/details/LBQM-DQW] - 1908(NSW)-1982(Qld) - Licences: 4JR Booval (1929-1933); 2AFX Lismore (1937-1939); 4KT Gympie (1948) - Qualifications: cc; AOCP 491, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Gympie, 1936); radio salesman (Lismore, 1937); telephone mechanic (Gympie, 1943-1980) ===''MCNALTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McNalty|McNalty, Joseph]] [https://www.familysearch.org/tree/person/details/GXXW-67M] - 1901(Qld)-1967(Qld) - Licences: 4DZ Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (East Toowoomba, Qld, 1925; Mackay, Qld, 1930-1943); public servant (Fairfield, Qld, 1949); clerk (Toowong, Qld, 1954); telegraphist (St Lucia, Qld, 1958) ===''MCNICOL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Edgar McNicol|McNicol, Robert William Edgar]] [https://www.familysearch.org/tree/person/details/GX8D-6NN] - 1917(Qld)-1974(Qld) - Licences: 4WM Brisbane (Teneriffe, 1936-1939) - Qualifications: cc; AOCP 1680, 1936, Qld; BOCP 57, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Teneriffe, Qld, 1943); university lecturer (Tarragindi, Qld, 1954-1972) ===''MCPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Thomas McPherson|McPherson, Colin Thomas or Thomas Collins]] [https://www.familysearch.org/tree/person/details/G8CT-HST] - 1897(Vic)-1951(Vic) - Licences: 3LU Melbourne (Footscray, 1929-1939) - Qualifications: AOCP 523, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: student (Footscray, 1919); storeman (Footscray, 1922-1942) * [[/Murdoch John McPherson|McPherson, Murdoch or Murdock John]] [https://www.familysearch.org/tree/person/details/27D9-9TB] - 1904(Qld)-1972(NSW) - Licences: 4MC Merinda (1927) - Qualifications: cc; CPRT 916, 1926; 2COCP 58, 1929; 1COCP 161, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: motor driver (Merinda, Qld, 1925); wireless operator (Paddington, Qld, 1929); clerk (Mt Coolah, NSW, 1968) ===''MEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Mead|Mead, Jack]][https://www.familysearch.org/tree/person/details/GFM3-ZSH] - 1915(WA)-2009(WA) - Licences: 6LJ Perth (East Victoria Park, 1931-1939; Wembley, 1947-1960) - Qualifications: cc; AOCP 803, 1931, No. ?? in WA; AOLCP 168, 1934; 1COCP 289, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Victoria Park, WA, 1937); mechanic (Wembley, WA, 1943-1980) * [[/Jordan Arthur Mead|Mead, Jordan Arthur]] [https://www.familysearch.org/tree/person/details/LTJF-1KH] - 1907(NSW)-1993(NSW) - Receive Sydney (Ashfield, 1923-1924), 2JA Sydney (Ashfield, 1925-1928), 2JA Byron Bay (1929-1930), 2AJA Sydney (Ashfield, 1946; Bexley, 1947-1957), 2JM Sydney (Bexley, 1958-1980), qualifications (AOCP 212, 1925, No. ?? in NSW), amateur operator, amateur broadcaster, electoral rolls: telephone mechanic (Byron Bay, 1930; Ashfield, 1931-1943), power technician (Bexley, 1949-1968), electrical field officer (Bexley, 1972-1980) ===''MEADOWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Meadows|Meadows, Robert Cecil]] [https://www.familysearch.org/tree/person/details/GXH2-ZRK] - 1907(Eng)-1966(NSW) - Licences: 4RM Mackay (1932-1939); 2ARM Sydney (Kirribilli, 1946-1948); 2IN Sydney (Rhodes, 1956-1958; Chiswick, 1960; Long Jetty, 1961; Killarney Vale, 1965) - Qualifications: cc; AOCP 879, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (Pems Radio, Rockhampton); journalist (Minchens Electrical Weekly); WW1; WW2 - Electoral Rolls: reporter (Crows Nest, NSW, 1930); radio mechanic (Bundaberg, Qld, 1931-1932); radiotrician (Mackay, 1934-1937); wireless instructor (Kirribilli, NSW, 1943); manager (Rhodes, NSW, 1954-1958); retired (Five Dock, NSW, 1958; Killarney Vale, NSW, 1963) ===''MEDHURST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Edney Medhurst|Medhurst, Edgar Edney]] [https://www.familysearch.org/tree/person/details/GHD6-WFC] - 1902(Tas)-1966(Vic) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Frederick William Medhurst|Medhurst, Frederick William "Pop" (in latter years)]] [https://www.familysearch.org/tree/person/details/M4GS-R6P] - 1868(Eng)-1969(Tas) 101yo - Licences: XZD Hobart (1913-1914); 7AH Receive Hobart (Sandy Bay, 1923); 7AH Hobart (Sandy Bay, 1924-1939, 1946-1947) - Qualifications: Nil yet identified - early wireless experimenter from 1901; amateur operator; amateur broadcaster; business (Medhurst & Sons, 1920s) - Relationships: father of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst, all in the business and interested in radio * [[/Harry Frederick Medhurst|Medhurst, Harry Frederick]] [https://www.familysearch.org/tree/person/details/GHD6-QZV] - 1893(Tas)-1963(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Phillip Aubrey Medhurst|Medhurst, Phillip Aubrey]] [https://www.familysearch.org/tree/person/details/GHD6-DFX] - 1895(Tas)-1969(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Rowland Arthur Medhurst * [[/Rowland Arthur Medhurst|Medhurst, Rowland Arthur]] [https://www.familysearch.org/tree/person/details/GHD6-ZT4] - 1892(Tas)-1969(Tas) - early wireless experimenter, lecturing on wireless 1911, never licensed, likely utilised licence of XZD-7AH (father), son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst ===''MEDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel James Clifford Medlin|Medlin, Noel James Clifford]] [https://www.familysearch.org/tree/person/details/G3MB-743] - 1917(Vic)-2004(Vic) - broadcast planning engineer (ABCB), federal public servant (ABCB), WW2 - Electoral Rolls: engineer (Gardiner, 1943; St Kilda, 1949; Camberwell, 1954-1977); retired (Inverloch, 1980) - father of AM directional antennas in Australia ===''MENON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Menon|Menon, Geoffrey John]] [https://www.familysearch.org/tree/person/details/LT4F-3CQ] - 1905(SA)-1969(NSW) - 3OG Receive Melbourne (St Kilda, 1923-1924), 3OG Melbourne (St Kilda, 1925-1927), 2OG Sydney (Haberfield, 1928; Croydon, 1929-1931), 3OG Melbourne (East Kew, 1933), 2OG Sydney (Northbridge, 1934-1935; Chatswood, 1936-1937; Longueville, 1938-1939, 1946-1948; Pymble, 1950; West Pennant Hills, 1954-1965; Arcadia, 1969), amateur operator (AOCP 209, 1925, No. ?? in Vic), amateur broadcaster, electrician (St Kilda West, 1926-1927), radio engineer (Coburg, 1931), engineer (Kew, 1934), radio engineer (Chatswood, 1937; Longueville, 1943), engineer (Baulkham Hills, 1954-1958; Arcadia, 1968) ===''MERCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie George Merchin|Merchin, Leslie George]] [https://www.familysearch.org/tree/person/details/LTLT-SSF] - 1917(Qld)-1994(Qld) - Licences: 4ML Richmond (1934-1939); 4MG Richmond (1948); 4MG Killarney (1954-1980+) - Qualifications: cc; AOCP 1399, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: garage proprietor (Richmond, Qld, 1943-1949); motor mechanic (Killarney, Qld, 1954-1968; Rockhampton North, Qld, 1972-1980) ===''MEREDITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement George Benger Meredith|Meredith, Clement George Benger]] [https://www.familysearch.org/tree/person/details/KZJD-6S6] - 1885(WA)-1959(USA) - Licences: Nil yet identified - Qualifications: cc; CPRT 15, 1914 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Windsor, Vic, 1914-1916); officer-in-charge wireless (Geraldton, WA, 1916-1917) * [[/Llewellyn Lennon Meredith|Meredith, Llewellyn Lennon]] [https://www.familysearch.org/tree/person/details/GD8W-LV7] - 1885(Eng)-1923(NSW) - Licences: Nil yet identified - Qualifications: CPRT 246, 1916 - ship wireless officer, AWA (traffic manager) - Electoral Rolls: Nil yet identified - Comment: Gone too soon - Links: [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_04_04#P.22_-_Obituary_-_Mr._L._L._Meredith|Obit]] ===''MESSENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Albert Messenger|Messenger, Percival Albert]] [https://www.familysearch.org/tree/person/details/GXRP-BS1] - 1892(SA)-1980(NSW) - Licences: 5PM Adelaide (Largs Bay, 1928) - Qualifications: cc; CPRT 70, 1915 (Marconi); CPRT 152, 1915 (Balsillie) - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: manager (Randwick, NSW, 1936; Coogee, NSW, 1943-1958; Randwick, NSW, 1963-1980) ===''MICHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Hector Ernest Henderson Michell|Michell, Hector Ernest Henderson "Ernest"]] [https://www.familysearch.org/tree/person/details/GQNQ-T5H] - 1897(Vic)-1984(Vic) - Licences: 3JP Receive Melbourne (Caulfield, 1922); 3JP Melbourne (Caulfield, 1923-1931; Elsternwick, 1933); 3JP Hamilton (1937-1939); 3AEM Hamilton (1960-1969); 3JX Hamilton (1975-1980+) - Qualifications: cc; AOCP 162, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; operator of 3LR Elsternwick Radio Club (1925); WW1; land officer (Hamilton, 1936) - Electoral Rolls: clerk (Balaclava, 1919-1921); draftsman (Caulfield, 1922); land officer (Hamilton, 1936-1980) ===''MILBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Leslie Milburn|Milburn, Henry Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/G8NV-8VJ] - 1890(Vic)-1957(Qld) - Licences: 4HM Home Hill (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Toowong, 1919); electrical engineer (Home Hill, 1922-1925; Stanthorpe, 1934-1949) - Halcyon: not mentioned? ===''MILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Thomas Miles|Miles, Gilbert Thomas]] [https://www.familysearch.org/tree/person/details/L19Y-X19] - 1904(Vic)-1981(NSW) - Licences: 7KQ Hobart (Bellerive, 1937-1939) - Qualifications: cc; AOLCP 106, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Camberwell, 1925-1926); electrical engineer (Glen Iris, Vic, 1931); engineer (Elsternwick, 1936); radio engineer (Croydon, NSW, 1943-1972); engineer (Croydon, 1977-1980) * [[/Harry Raymond Miles|Miles, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G8NJ-DQ2] - 1911(WA)-2003(WA) - Licences: 6XL Perth (Mt Lawley, 1930-1933); 6XL Wiluna (1937); 6XL Perth (Mt Lawley, 1938-1939) - Qualifications: cc; AOCP 645, 1930, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Wiluna Gold Mines, WA, 1936; Mt Beauty, Vic, 1954); poultry farmer (Balga, WA, 1958-1972); farmer (Wanneroo, WA, 1977-1980) ===''MILLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roydon Arthur Milledge|Milledge, Roydon Arthur]] [https://www.familysearch.org/tree/person/details/GMJY-3DW] - 1903(Vic)-1983(Tas) - Licences: 3WT Shepparton (1936-1937); 7WT Hobart (1938-1939); 7WT Ulverstone (1947-1948+); 7WT Hobart (1956-1960+) - Qualifications: cc; AOCP 1693, 1936, No. ?? in Vic - amateur operator; amateur broadcaster; WW2; bank clerk 1931; Civil Engineer 1950s - Electoral Rolls: assistant engineer (State Savings Bank, Auburn, 1927); engineer (Glenhuntley, 1931-1934); civil engineer (Shepparton, 1936) ===''MILLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dunlop Millen|Millen, John Dunlop]] [https://www.familysearch.org/tree/person/details/GC9X-S4W] - 1877(Irl)-1941(Tas) - Licences: Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver; senator - Electoral Rolls: mining engineer (Waratah, 1914-1919; Newstead, 1922-1937) ===''MILLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alexander Miller|Miller, Charles Alexander "Charlie"]] [https://www.familysearch.org/tree/person/details/G8NV-YRR] - 1915(NSW)-1999(Qld) - Licences: 4US Brisbane (New Farm, 1933-1936); 2ADE Casino (1935-1939, 1946-1961); 4QM Caloundra (1969-1980+) - Qualifications: AOCP 1208, 1933, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); part of the "U" gang, military (WW2, RAAF) - Electoral Rolls: radio mechanic (Casino, 1943-1963); army officer (Ipswich, 1963); retired (Shelley Beach, 1968-1972; Caloundra, 1977-1980) * [[/Charles Harcourt Miller|Miller, Charles Harcourt]] [https://www.familysearch.org/tree/person/details/G6MC-9QY] - 1921(Tas)-2001(Tas) - Licences: 7CM Hobart (Bellerive, 1936-1939; Taroona, 1969-1980+) - Qualifications: cc; AOCP 1799, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Bellerive, 1943) * [[/Francis George Miller|Miller, Francis George "Frank"]] [https://www.familysearch.org/tree/person/details/LYD2-LHT] - 1895(SA)-1954(SA) - Licences: 5BF Mt Gambier (1923-1939, 1946-1954) - Qualifications: cc; AOCP 185, 1925, No. ?? in SA; BOCP 58, 1936 - amateur operator; amateur broadcaster; broadcast engineer; founder of commercial station 5MU Murray Bridge; WW1 - Electoral Rolls: fitter (Murray Bridge, 1939-1943) [https://www.qsl.net/vk5br/FrankMiller.pdf Biography] * [[/Frank Colin Miller|Miller, Frank Colin]] [https://www.familysearch.org/tree/person/details/GX9C-86L] - 1884(Eng)-1953(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 126, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: engine operator (Radio Station, Roebourne, 1916-1917); station hand (Marron Station, 1918; Carnarvon, 1921; Mallina, 1922-1925); contractor (Roebourne, 1930-1936; Karratha Station, 1937); labourer (Roebourne, 1943); cook (Wittenoom Gorge, 1949) * [[/H. Miller|Miller, H.]] - 19??-19?? - 4EH Brisbane (Ascot, 1923-1924); 2EH Sydney (Dulwich Hill, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert Edward Miller|Miller, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GD2Q-XMX] - 1899(NSW)-19??(???) - Licences: 2HE Sydney (Belmore, 1931-1939) - Qualifications: cc; CPRT 932, 1926; 2COCP 329, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Campsie, 1930; Belmore, 1932-1943); miner (Glen Davis, 1943) * [[/Herbert Leslie Miller|Miller, Herbert Leslie]] [https://www.familysearch.org/tree/person/details/GD2Q-7LH] - 1897(Qld)-1966(Qld) - Licences: 4CA Receive Brisbane (West End, 1922); 4HL Brisbane (Hill End, 1927) - Qualifications: CPRT 330, 1917; 2COCP 329, 1940; 1COCP 483, 1940s; BOCP 370, 1941 - ship wireless officer (RMS Bingera, 1920); amateur operator; amateur broadcaster; sales (J. B. Chandler, 1924; Overells, 1925) - Electoral Rolls: wireless officer (West End, 1921); salesman (West End, 1925); manager (Coorparoo, 1928); salesman (Coorparoo, 1937-1954); clerk (Camp Hill, 1958-1963) ===''MILLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hugh Milligan|Milligan, Stanley Hugh]] [https://www.familysearch.org/tree/person/details/2CB1-L7Y] - 1901(Vic)-1976(Vic) - Licences: 3AU Receive Geelong (1922-1923); 3AU Geelong (1924); 3AU Eaglehawk (1924-1926); 3AU Chilwell (1927-1931); 3AU Geelong (1937-1939); 3AU Melbourne (Surrey Hills, 1947; Auburn, 1948) - Qualifications: cc; AOCP 125, 1925, No. ?? in Vic; AOLCP 164, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Eaglehawk, 1924-1926; Geelong West, 1924); radio mechanic (Chilwell, 1927-1931); watchman (Geelong West, 1934-1937); storekeeper (Hawthorn, 1949); engineer (Canterbury, 1954-1968); nil (Doncaster, 1972) ===''MILLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Griffiths John Mills|Mills, Griffiths John]] - 19??(???)-19??(???) - Licences: 6CK Receive Perth (Subiaco, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Subiaco, 1929-1931) * [[/Norman Gibson Mills|Mills, Norman Gibson]] [https://www.familysearch.org/tree/person/details/9415-SSS] - 1890(Vic)-1959(Qld) - Licences: 4NM Brisbane (Moorooka, 1938-1939, 1947-1956; Margate, 1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Toowong, Qld, 1919); contractor (Moorooka, Qld, 1921-1954); retired (Margate, Qld, 1958) * [[/Ralph Mervyn Mills|Mills, Ralph Mervyn]] [https://www.familysearch.org/tree/person/details/G8JD-GST] - 1909(NSW)-1989(NSW) - Licences: 2MM Sydney (Balmain, 1930-1934; Canterbury, 1935-1936) - Qualifications: AOCP 660, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Balmain, 1931-1937); engineer (Pymble, 1949-1977; West Pymble, 1980) ===''MILNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Brough Milne|Milne, Andrew Brough]] [https://www.familysearch.org/tree/person/details/9KXN-QZV] - 1890(South Africa)-1979(Qld) - Licences: 4BM Dealer Mackay (1926-1927) - Qualifications: 3COCP 3492, 1961 - dealer licence - Electoral Rolls: motor mechanic (Mackay, 1915-1943); mechanical engineer (North Mackay, 1949-1977) * [[/John Collicott Milne|Milne, John Collicott]] [https://www.familysearch.org/tree/person/details/MP34-518] - 1903(Tas)-1990(Tas) - Licences: 7AG Gretna (1923-1939, 1946-1980+) - Qualifications: cc; AOCP 604, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Gretna, 1928-1980) ===''MILNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Frederick Milner|Milner, George Frederick]] [https://www.familysearch.org/tree/person/details/GF7W-W4D] - 1908(WA)-1992(WA) - Licences: 6GF Perth (Mt Lawley, 1931-1933) - Qualifications: cc; AOCP 788, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1931; North Beach, WA, 1936-1937); RAAF (Nedlands, WA, 1943-1980) * [[/James Milner|Milner, James]] [https://www.familysearch.org/tree/person/details/GZXH-1DM] - 1901(Eng)-1947(Qld) - Licences: 4AK Brisbane (Kelvin Grove, 1923-1927; Ashgrove, 1931-1936); 4AU Brisbane (1937-1939) - Qualifications: cc; AOCP 93, 1925, No. 11 in Qld - amateur operator; amateur broadcaster (prominent from Valley Theatre) - Withdrawal: 4AK amateur callsign withdrawn by the PMGD for allocation to the new 4AK Oakey commercial service - Electoral Rolls: fitter (Kelvin Grove, 1925-1926); electrical fitter (Ashgrove, 1928-1943) ===''MINCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur W. Minchin|Minchin, Arthur W.]] - 19??-19?? - 4AM Rockhampton - amateur operator (AOCP ???, 19??, No. ?? in Qld), amateur broadcaster, broadcast engineer (4RO Cmcl), wireless retail business proprietor - seems in error, see William Allan Minchin * [[/William Allan Minchin|Minchin, William Allan]] [https://www.familysearch.org/tree/person/details/LV7Q-86C] - 1893(Vic)-1976(NSW) - Licences: 4AM Rockhampton (1938-1939) - Qualifications: cc; CPRT 220, 1916; 2COCP 365, 1931; 1COCP 244, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: wireless engineer operator (Wyndham, 1917); farmer (Toodyay, 1925); radio engineer (Rockhampton, 1936-1943; Lismore, 1949-1954; Hunters Hill, 1958-1968); engineer (Hunters Hill, 1972) ===''MINEHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Minehan|Minehan, W. A.]] - 19??(???)-19??(???) - Licences: 4AM Rockhampton (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MINGAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Francis Mingay|Mingay, Oswald Francis "Ossie"]] [https://www.familysearch.org/tree/person/details/K45G-NZG] - 1895(NSW)-1973(NSW) - Licences: 2XX Sydney (Turramurra, 1923-1926; Sydney, 1931-1933) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast engineer; journalist; publisher; WW1; WW2 - Electoral Rolls: engineer (Collaroy, 1930); managing editor (Pymble, 1930-1932); radio engineer (Lindfield, 1933-1934); publisher (Lindfield, 1937-1963; St Ives, 1963-1968) - Comment: licensed operator of 2WV Burgin Electric Co. (1923) [https://adb.anu.edu.au/biography/mingay-oswald-francis-ossie-11135 ADB]; [https://www.qsl.net/vk2dym/radio/Mingay.htm MacKinnon] ===''MITCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Theodore Mitchell|Mitchell, Alexander Theodore]] [https://www.familysearch.org/tree/person/details/GXNY-CC2] - 1872(???)-1966(Qld) - Licences: Receive Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer (Red Hill, Qld, 1921; Torwood, Qld, 1922); electrical engineer (Toowoomba, Qld, 1925; Wilston, Qld, 1928-1929; Sandgate, Qld, 1936-1963) * [[/Harold Benson Mitchell|Mitchell, Harold Benson]] [https://www.familysearch.org/tree/person/details/LDVS-QN7] - 1901(Vic)-1962(Vic) - Licences: 3CZ Receive Melbourne (Elwood, 1922-1923); 3CZ Melbourne (Elwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Elwood, 1924-1927); manager (Caulfield, 1937); manufacturer (Caulfield, 1942); manager (Caulfield, 1949); merchant (St Kilda, 1949); manager (St Kilda, 1954) * Mitchell, Hector Ernest Henderson "Ernest" - see Michell, Hector Ernest Henderson "Ernest" (frequent misspelling) * [[/Stanley John Mitchell|Mitchell, Stanley John]] [https://www.familysearch.org/tree/person/details/LDVS-Q83] - 1887(Vic)-1974(Monaco) - Licences: 3SJ Melbourne (Brighton, 1924-1927) - Qualifications: cc; AOCP 53, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Toorak, 1912-1916; Brighton, 1919-1928); investor (Brighton, 1936-1937) financier (Vaucluse, NSW, 1943) ===''MOFFATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert David Gray Moffatt|Moffatt or Moffat or Gray, Robert David Gray "Bob"]] [https://www.familysearch.org/tree/person/details/GX8V-PM3] - 1911(Qld)-1983(Qld) - Licences: 4RD Mackay (1935-1939); 4RD Gracemere (1947-1948); 4RD Mackay (1954-1980+) - Qualifications: cc; AOCP 1549, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Herberton, Qld, 1936; Mackay, Qld, 1937); mechanic in broadcasting (Gracemere, Qld, 1949); technician (Mackay, Qld, 1954-1980) ===''MONEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Dudley Money|Money, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/G3JD-M9H] - 1907(Vic)-1986(Vic) - 3MY Melbourne (Canterbury, 1925-1939; Upwey, 1946-1948; Cheltenham, 1954-1969; East Bentleigh, 1975-1980+), amateur operator (AOCP 205, 1925, No. ?? in Vic), amateur broadcaster, draughtsman (Camberwell, 1931-1934), engineer (Upwey, 1942-1949; Moorabbin, 1954-1967; East Bentleigh, 1972-1980) ===''MONKHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Isaac Monkhouse|Monkhouse, Walter Isaac]] [https://www.familysearch.org/tree/person/details/K8ZT-YPN] - 1887(NZL)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio clubs (QWI & WIA Qld, president & lecturer); senior state public servant (Qld Public Works Dept, State Electrical Engineer); witness to Royal Commission 1927 (as president WIA Qld) - Electoral Rolls: telephone instructor (South Brisbane, 1919); engineer (Teneriffe, 1925; New Farm, 1928; Taringa, 1936-1954); electrical engineer (Bardon, 1958-1963) ===''MONKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Brendan Monks|Monks, Alfred Brendan]] [https://www.familysearch.org/tree/person/details/GDR2-444] - 1894(Tas)-1973(Vic) - Licences: 3AAB Melbourne (Diamond Creek, 1948; Northcote, 1954-1960; Preston, 1965-1969) - Qualifications: cc; CPRT 571, 1920; 2COCP 272, 1930; 1COCP 282, 1932 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1915) - Relationships: twin brother of 7BR Cyril Wilson Monks - Electoral Rolls: Western Electric engineer (East Sydney, 1930); licensee Railway Commercial Hotel (Albury, 1931-1932); radio telegraphist (Centennial Park, 1943); radio officer (Reservoir, Vic, 1963; Preston, 1967-1972) * [[/Cyril Wilson Monks|Monks, Cyril Wilson]] [https://www.familysearch.org/tree/person/details/GDR2-96N] - 1894(Tas)-1976(Vic) - Licences: 7BR Receive Hobart (Battery Point, 1923); Receive Hobart (Battery Point, 1923-1924) - Qualifications: cc; 1COCP 225, 1931 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1919); WW2 - Relationships: twin brother of 3AAB Alfred Brendan Monks - Electoral Rolls: federal civil servant (Battery Point, 1928); public servant (Bellerive, 1936-1937); radio inspector (Scarborough, WA, 1943; Nedlands, 1949); retired (Frankston, 1972) ===''MONTEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Monteath|Monteath, Frederick]] - 1895(Vic)-1943(NSW) - Licences: 3VM Receive Melbourne (Elsternwick, 1923-1924); 3KP Melbourne (Elsternwick, 1930-1933) - Qualifications: AOCP 694, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: photographer (Prahran, 1919; Elsternwick, 1921); mercer (Elsternwick, 1924-1931); photographer (Glenmore, NSW, 1934-1935; Ashfield, 1937); storekeeper (Rockdale, 1943) ===''MOODY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Percy Moody|Moody, Francis Percy]] [https://www.familysearch.org/tree/person/details/L1D9-KLG] - 1903(Qld)-19??(???) - Licences: 4FM Cairns (1932-1969) - Qualifications: cc; AOCP 967, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Rockhampton North, 1925-1926); accountant (Cairns, 1926-1949); radio dealer (Cairns, 1954-1980) ===''MOORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Moore|Moore, Albert Ernest "Ernie"]] [https://www.familysearch.org/tree/person/details/KW6D-TMT] - 1916(Qld)-1982(Qld) - Licences: 4?? Brisbane - Qualifications: cc; NAOCP Q728, 1980, No. ?? in Qld - amateur operator; prominent MW and SW broadcast DXer; clubs (All-Wave All-World DX Club, Shortwave League of Western Australia, Australian Radio DX Club, New Zealand Radio DX League, Southern Cross DX Club, DX Australia) - QSLs: portion (200+) of later QSL collection survives (ARDXC/NFSA) * [[/Eric John Theodore Moore|Moore, Eric John Theodore]] [https://www.familysearch.org/tree/person/details/GD91-7LN] - 1894(NSW)-1940(NSW) - Licences: XEM Sydney (Petersham, 1913-1914); Receive (Crystal) Sydney (Neutral Bay, 1923); 2EM Sydney (Neutral Bay, 1924-1928) - Qualifications: cc; CPRT 161, 1915; 2COCP 237, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Awards: UK merchant seaman medal - Electoral Rolls: engineer (Bronte, 1934-1937) * [[/Francis Leonard Moore|Moore, Francis Leonard "Frank"]] - 19??(???)-1924(NSW) - 2?? Sydney, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, employment (Archibald John Shaw, Maritime Wireless Co, United Distributors) - Comment: electrocuted while conducting wireless experiments * [[/Louis James Murphy Moore|Moore, Louis James Murphy "Leo"]] [https://www.familysearch.org/tree/person/details/L45W-GS4] - 1888(Vic)-1968(Vic) - Licences: 3LO Receive Seymour (1923); 3LO Seymour (1924-1925); 3MS Seymour (1924-1927) - Qualifications: cc; CPRT 85, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918); amateur operator; amateur broadcaster - Electoral Rolls: telegraph operator (Clifton Hill, 1909); telegraphist (Collingwood, 1912-1914); wireless operator (Collingwood, 1917-1919); telegraphist (Elsternwick, 1922); clerk (Seymour, 1924-1931; Bentleigh, 1936-1949); guesthouse proprietor (Healesville, 1954); clerk (Oakleigh, 1963-1968) - Withdrawal: Likely 3LO callsign withdrawn for allocation to 3LO Melbourne Class A ===''MOORHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Martin Moorhouse|Moorhouse or Moorehouse, Herbert Martin]] [https://www.familysearch.org/tree/person/details/KJPG-1HL] - 1899(Tas)-1990(WA) - Licences: 7HM Hobart (North Hobart, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Hobart South, 1922); carpenter (New Town, 1928); carrier (Hobart North, 1936); motordriver (Queensborough, 1949) ===''MORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Donald Moran|Moran, Cyril Donald]] - 19??-19?? - broadcast technician at 4QG under Qld Government, state public servant (4QG) ===''MORGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Mowbray Morgan|Morgan, Donald Mowbray]] [https://www.familysearch.org/tree/person/details/GDP7-218] - 1907(NSW)-1988(Tas) - Licences: T749 Receive Glebe (1922); Receive Glebe (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Huonville, 1928-1972) * [[/Ivor Morgan|Morgan, Ivor]] [https://www.familysearch.org/tree/person/details/LRSY-S8G] - 1909(Vic)-1977(Vic) - Licences: 3DH Melbourne (East Malvern, 1930-1933; Shepparton, 1937; East Malvern 1938-1939; Hawthorn, 1946-1975) - Qualifications: cc; AOCP 605, 1930, No. ?? in Vic; BOCP 20, 1936; TVOCP, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1931-1934); engineer (Brighton, 1936); broadcast engineer (3SR Shepparton, 1937); technician (Hawthorn, 1943-1977) - Relationships: Father of 3ZFM V. I. Morgan * [[/Reginald George Morgan|Morgan, Reginald George]] [https://www.familysearch.org/tree/person/details/LRFR-D7H] - 1914(Eng)-1993(NSW) - Licences: 6RM Perth (City, 1931); 2AJS Sydney (Randwick, 1938-1939); 2ABM Sydney (Coogee, 1946-1950; Bankstown, 1954-1958; Greenacre, 1960-1980+) - Qualifications: cc; AOCP 755, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Coogee, NSW, 1936-1937); no occupation (Coogee, NSW, 1949); electrical mechanic (Bankstown East, NSW, 1954); mechanic (Greenacre, NSW, 1963-1980) * [[/William Albert Morgan|Morgan, William Albert]] [https://www.familysearch.org/tree/person/details/9HVG-8PW] - 1899(Tas)-1965(Tas) - Licences: 7AI Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart West, 1922); electrical fitter (New Town, 1928-1937); fitter (New Town, 1943-1954); manager (Montrose, 1963) ===''MORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. H. Morley|Morley, W. H.]] - 19??(???)-19??(???) - Licences: 2WU Sydney (Watersleigh, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''MORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John William Morris|Morris, Albert John William]] [https://www.familysearch.org/tree/person/details/9V2B-Y2J] - 1873(Tas)-1940(Tas) - Licences: 7BS Receive Hobart (West Hobart, 1923); Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Hobart North, 1914-1943) * [[/Cecil Ralph Newman Morris|Morris, Cecil Ralph Newman]] [https://www.familysearch.org/tree/person/details/G3MW-YGT] - 1906(Qld)-1971(Qld) - Licences: Receive Brisbane (Rosalie, 1923); 4CN Brisbane (Rosalie, 1928); 4LW Brisbane (Rosalie, 1929-1933; Ashgrove, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 398, 1928, No. 45 in Qld - amateur operator; amateur broadcaster; technician (PMGD); WW2 - Electoral Rolls: mechanic (Rosalie, 1928); postal mechanic (Ashgrove, 1936-1954); supervising technician (Rosalie, 1958-1968) * [[/Glynn Ian Elliott Morris|Morris, Glynn Ian Elliott]] [https://www.familysearch.org/tree/person/details/G8XG-9TS] - 1908(???)-19??(???) - Licences: 3BZ Melbourne (Mordialloc, 1930-1939; Parkdale, 1946-1980+) - Qualifications: AOCP 621, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Mordialloc, 1931-1937); mechanic (Mentone, 1943); official (Mentone, 1949-1968); secretary (Mentone, 1972-1980) * [[/Jack Dudley Morris|Morris, Jack Dudley]] [https://www.familysearch.org/tree/person/details/GZ2R-NMZ] - 1914(Vic)-1944(At Sea) - Licences: 3LX Melbourne (Oakleigh, 1933, pirate); 3DQ Melbourne (Oakleigh, 1934-1937) - qualifications: AOCP 1244, 1934, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (mention in despatches) - electoral rolls: operator (Oakleigh, 1936-1942) - Sacrifice: "Greater love hath no man than this" * [[/Richard Charles William Morris|Morris, Richard Charles William (BDM) or Charles Richard William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXW7-56S] - 1922(Qld)-1984(Qld) - Licences: 4MT Rockhampton (1954-1980) - Qualifications: cc; AOCP 3210, 1951, Qld; BOCP 1460, 1956 - amateur operator; WW2 - Electoral Rolls: electrician (Rockhampton, 1949); electrical fitter (Rockhampton, 1954-1963); radio technician/electrician (Rockhampton, 1968-1972); radio technician (Rockhampton, 1977-1980) * [[/Ronald David Morris|Morris, Ronald David]] [https://www.familysearch.org/tree/person/details/LX5W-S7Z] - 1904(Vic)-1997(Vic) - Licences: 3AP Receive Melbourne (Caulfield, 1922); 3AP Melbourne (Caulfield, 1922-1927); 3APM Melbourne (East Brighton, 1947-1980+) - Qualifications: cc; AOCP 151, 1925, No. ?? in Vic; CPRT 919, 1926; BOCP 600, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Caulfield, 1925-1931); radio (Brighton, 1936-1937); mechanic (Brighton, 1943; Elsternwick, 1949-1967; Brighton East, 1972-1977) * [[/Sydney Paul Francis Morris|Morris, Sydney Paul Francis "Syd"]] [https://www.familysearch.org/tree/person/details/GX95-MRP] - 1888(Vic)-1960(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: clerk (Prahran, Vic, 1909; Dandenong, 1912-1913); clerk & telegraphist (Eltham, Vic, 1924); manager (East Bairnsdale, Vic, 1925-1928); clerk (Sandringham, Vic, 1931); inspector (Caulfield, Vic, 1942-1949) * [[/William Belfort Morris|Morris, William Belfort]] [https://www.familysearch.org/tree/person/details/G8X1-VYQ] - 1910(WA)-1991(WA) - Licences: 6WM Perth (Hollywood, 1930-1937; Mt Lawley, 1938-1939); 6WM Kalgoorlie (1946-1954); 6WM Perth (Applecross, 1955-1975) - Qualifications: cc; AOCP 625, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Hollywood, 1931-1937); newsagent (Kalgoorlie, 1949-1954); representative (Applecross, 1958-1980) ===''MORRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Cyril Tucker Morrison|Morrison, Gordon Cyril Tucker]] [https://www.familysearch.org/tree/person/details/GFMN-J6Z] - 1916(WA)-1993(NSW) - Licences: 6KN Geraldton (1935-1937); 6KN Perth (City, 1938-1939); 2AKN Sydney (Hernes Bay, 1947; Parramatta, 1948-1950; Balgowlah, 1954-1958) - Qualifications: cc; AOCP 1485, 1935, WA; BOCP 89, 1937; 3COCP 1536, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Geraldton, WA, 1937); radio employee (North Perth, WA, 1943); aircraft surveyor (Parramatta North, NSW, 1949; Balgowlah, NSW, 1954-1963); surveyor (Wahroonga, NSW, 1968-1980) * [[/Lionel Morrison|Morrison, Lionel]] [https://www.familysearch.org/tree/person/details/KDMZ-K6G] - 1906(WA)-1996(WA) - Licences: 6LM Perth (Bayswater, 1939, 1947-1980) - Qualifications: cc; AOCP 1485, 1939, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Sandstone, WA, 1931); pipefitter (Wiluna, WA, 1936-1937); fitter (Wiluna, WA, 1943; Bayswater, WA, 1949-1980) ===''MORRISSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Joseph Martindale Morrissey|Morrissey, Brian Joseph Martindale]] - 19??(???)-19??(???) - Licences: 5AP Adelaide (Prospect, 1935-1937) - Qualifications: cc; AOCP 1544, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''MORROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Caldwell Morrow|Morrow, Arthur Caldwell]] [https://www.familysearch.org/tree/person/details/GHQF-T2F] - 1912(Qld)-1967(Qld) - Licences: 4BM Brisbane (Paddington, 1937-1939) - Qualifications: cc; 2COCP 335, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Red Hill, Qld, 1934-1937); wireless operator (Paddington, Qld, 1943); farmer (Paddington, Qld, 1949-1963) ===''MORSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel Percy Morse|Morse, Noel Percy "Bill"]] [https://www.familysearch.org/tree/person/details/GWRN-3QR] - 1914(Qld)-1942(At Sea) - Licences: 2JE Sydney (Cremorne, 1934-1935); 4LI Brisbane (Clayfield, 1937); 2AHS Sydney (Mosman, 1938-1939) - Qualifications: cc; AOCP 1402, 1934, Qld - amateur operator; amateur broadcaster; WW2 (RNZAF, Pilot Officer) - Electoral Rolls: radio engineer (Buranda, Qld, 1937; Clayfield, Qld, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.rafcommands.com/database/wardead/details.php?qnum=95585 RAF Commands]; [https://www.aucklandmuseum.com/war-memorial/online-cenotaph/record/C29996 Auckland Museum]; [http://aircrewremembered.com/morse-noel.html AirCrewRemembered] ===''MORTIMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mark Mortimer|Mortimer, Mark]] [https://www.familysearch.org/tree/person/details/GS7M-ZZ4] - 1887(Irl)-19??(???) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 107, 1915; 2COCP 48, 1929; 1COCP 89, 1930; BOCP 48, 1934? - RANRS (Warrant Telegraphist, 1917) - Comment: numerous contemporaneous MMs - Electoral Rolls: Nil yet identified ===''MORTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Evors Morton|Morton, Charles Evors]] [https://www.familysearch.org/tree/person/details/GZJ5-F3R] - 1888(Qld)-1963(NSW) - 2MH Sydney (Homebush, 1925-1934), amateur operator (AOCP 170, 1925, No. ?? in NSW), amateur broadcaster, public servant (Rockhampton, 1912), WW1 ===''MOSES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Joseph Moses|Moses, Charles Alfred Joseph]] - 1900(Eng)-1988(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - ABC (general manager) - Electoral Rolls: - Links: [[w:Charles Moses|Wikipedia]]; [https://adb.anu.edu.au/biography/moses-sir-charles-joseph-15044 ADB] ===''MOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Moss|Moss, George Arthur]] [https://www.familysearch.org/tree/person/details/GZG7-86Y] - 1903(WA)-2000(WA) - Licences: 6GM Perth (Cottesloe Beach, 1926-1931; Mt Lawley, 1933-1939, 1946-1956; Mt Pleasant, 1960-1965; Boya, 1969-1995+) - Qualifications: cc; AOCP 233, 1926, No. ?? in WA; AOLCP 177, 1934; 1COCP 574, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: piano mechanic (Cottesloe Beach, 1925); wireless mechanic (North Perth, 1931-1958); lecturer (Mt Pleasant, 1963; Boya, 1968-1980) - [https://qsl.net/vk6zse/historic/p-vk6gm.html QSL.net] ===''MOULE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Ernest Moule|Moule, Clifford Ernest "Cliff"]] [https://www.familysearch.org/tree/person/details/G8XQ-DFH] - 1912(SA)-1998(SA) - Licences: 5CX Adelaide (Parkside, 1930-1939; Plympton, 1946-1948; McLaren Vale, 1954; Lower Mitcham, 1955-1956; Westbourne Park, 1960-1980+) - Qualifications: cc; AOCP 611, 1930, No. ?? in SA; BOCP 1462, 1956 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Clarence Gardens, 1939-1941; Glandore West, 1943) ===''MOWLEM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Mowlem|Mowlem, Leonard]] [https://www.familysearch.org/tree/person/details/GX9F-DHH] - 1878(???)-1950(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: naval employee (Toorak, 1919); radio telegraphist (Thursday Island, 1921); telegraphist (Toorak, 1925); engineer (Toorak, 1928); wireless (Malvern, 1931-1949) ===''MOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Murray Moyle|Moyle, John Murray "Johnny"]] - 1908(Vic)-1960(ACT) - 2JU Sydney, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly, 1932+; Radio TV & Hobbies, 1939-), education (Scotch College, 1923-1926), military (WW2, RAAF 1941-, Squadron Leader), broadcast (3DB, 1920s) (callsign 2JU previously Ross Amos Hull) - Links: [http://messui.polygonal-moogle.com/valves/NW198909.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198910.pdf EA2] ===''MUIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sibbald Allison Muir|Muir, John Sibbald Allison]] [https://www.familysearch.org/tree/person/details/LRB3-1J6] - 1904(SA)-1996(Vic) - 3QW Receive Melbourne (Brighton, 1923); 3QW Melbourne (Brighton, 1923-1926) - Qualifications: cc; AOCP 91, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; likely operator of 3NS dealer licence for Norris & Skelly, Elizabeth St, Melbourne 1924 - Electoral Rolls: dealer (Brighton, 1925-1927); radio dealer (Malvern, 1928); wireless (Brighton, 1931); engineer (Brighton, 1935; Ringwood, 1936-1954); nil (Somers, 1963; Langwarrin, 1968-1977; Garfield, 1980) * [[/Robert White Muir|Muir, Robert White]] [https://www.familysearch.org/tree/person/details/K644-M2J] - 1904(WA)-1966(WA) - Licences: 6RW Wagin (1933-1939); 6RW Perth (Subiaco, 1947-1965) - Qualifications: cc; AOCP 1184, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (Albany, WA, 1925-1926); jeweller & radio dealer (Wagin, WA, 1931); jeweller (Wagin, WA, 1936-1943); watchmaker (Subiaco, WA, 1949-1963) ===''MULLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Fred Mullett|Mullett, Leslie Fred]] [https://www.familysearch.org/tree/person/details/GXRX-BQD] - 1903(SA)-1980(SA) - Licences: 5ZQ Adelaide (Highgate, 1932-1933) - Qualifications: cc; AOCP 1065, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Highgate, SA, 1939-1941); engineer (Barton, ACT, 1949) ===''MULLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Mulligan|Mulligan, Frederick Charles]] [https://www.familysearch.org/tree/person/details/L2QS-X7W] - 1886(NZ)-1982(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 135, 1915; 2COCP 211, 1930; 1COCP 329, 1933 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: engineer operator (Clayfield, 1914-1917); wireless operator (Emita, Flinders Island, 1919-1928); OIC Radio Station (Darwin, 1934); radiologist (Ascot, 1936); OIC radio (Townsville, Qld, 1943); retired (Warrimoo, NSW, 1954-1958; Umina, NSW, 1958) ===''MUNRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Bruce Willson Munro|Munro, Bruce Willson]] [https://www.familysearch.org/tree/person/details/G7GX-CDJ] - 1908(Qld)-1994(Qld) - Licences: 4AL Brisbane (Hawthorne, 1927-1931; Bulimba, 1933-1939) - Qualifications: cc; AOCP 339, 1927, No. 35 in Qld; 2COCP 68, 1936 - amateur operator; amateur broadcaster; aeronautical experimenter; pilot; Qld Aero Club (Brisbane, honorary flying instructor, 1930s); Dept Civil Aviation (Brisbane, Assistant Plan Printer, 1956-1968) - Electoral Rolls: commercial pilot (Moorooka, 1943); flight checking officer (Townsville, 1943); pilot (West End, 1949-1963); commonwealth public servant (Wynnum, 1968-1972); retired (Wynnum, 1977-1980) ===''MURDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilmot Henry Murden|Murden, Wilmot Henry]] [https://www.familysearch.org/tree/person/details/G691-7WC] - 1915(Vic)-19??(???) - Licences: 7TY Launceston (1934-1937); 3TY Melbourne (West Preston, 1938-1939; Thornbury, 1947); 3TY Rapanyup (1948); 3TY Sale (1954-1955); 3TY Swan Hill (1956-1960) - Qualifications: cc; AOCP 1243, 1934, No. ?? in Tas; BOCP 1176, 1950; 1COCP 1610, 1951 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Sale, 1954); radio engineer (3SH, Sale, 1963) ===''MURDOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Fraser Murdoch|Murdoch, James Fraser "Fraser"]] - 19??(???)-19??(???) - 4FQ Toowoomba (1946-1948), amateur operator (AOCP 2383, 1939, No. ?? in Qld), amateur broadcaster, employment (Empire Theater under Cliff Gold 4CG) ===''MURPHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold James Murphy|Murphy, Harold James]] [https://www.familysearch.org/tree/person/details/LD6Q-ZGP] - 1899(NSW)-1958(Qld) - Licences: 4HM Ilfracombe (1935-1937); 4HM Pomona (1938-1939); 4HM Brisbane (Wooloowin, 1947-1956) - Qualifications: cc; AOCP 1532, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: telegraphist (Auchenflower, Qld, 1925; Milton, Qld, 1928); postal official (Stanthorpe, Qld, 1930); postmaster (Ilfracombe, Qld, 1936-1937); insurance agent (Wooloowin, Qld, 1943); postal official (Wooloowin, Qld, 1949); public servant (Stafford, Qld, 1958) ===''MURRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Alexander Murray|Murray, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/G89D-SZ7] - 1908(???)-1985(NSW) - Licences: 2FM Sydney (Rose Bay, 1927; Mosman, 1928-1935; Cremorne, 1936-1939; Mosman, 1946-1947; Lindfield, 1948-1949; Carramar, 1950-1975); 2FM Blayney (1980+) - Qualifications: AOCP 336, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Mosman, 1930); engineer (Mosman, 1933); fitter (Mosman, 1934); draftsman (Mosman, 1935); engineer (Neutral Bay, 1943); draftsman (Mosman, 1949); draughtsman (Carramar, 1958-1977); retired (Blayney, 1980) * [[/John William Murray|Murray, John William]] [https://www.familysearch.org/tree/person/details/G879-32L] - 1905(Vic)-1997(Vic) - Licences: 3JY Melbourne (Elsternwick, 1928-1930; Fitzroy, 1931-1939); 3AJY Melbourne (Kew, 1960-1980+) - Qualifications: AOCP 396, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Elsternwick, 1928); projectionist (St Kilda, 1934; Melbourne East, 1936); technician (St Kilda West, 1943-1949); projectionist (Kew, 1954-1980) - several contemporaneous John William Murray's in Melbourne, identification not certain * [[/Kynaston Noel Lathrop Murray|Murray, Kynaston Noel Lathrop]] - 1838(Eng)-1916(Tas) - clubs and societies (Telegraph Electrical Society Vic, member, 1880s; Vic Posts & Telegraphs, 1860s-1870s; Vic Railways Dept, 1880s-1890s) * [[/Malcolm Imlay Murray|Murray, Malcolm Imlay]] [https://www.familysearch.org/tree/person/details/G8VW-684] - 1908(WA)-1980(WA) - Licences: 6MY Perth (City, 1930; South Perth, 1933-1939; Floreat Park, 1946-1980+) - Qualifications: cc; AOCP 677, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (East Perth, 1931); radiotrician (South Perth, 1936; Floreat Park, 1943-1980) ===''MUSGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Mandeville D'Oyly Musgrove|Musgrave, Mandeville D'Oyly]] - 19??-19?? - broadcast station proprietor (6ML & others) ===''MUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus Keith Mutton|Mutton, Angus Keith]] [https://www.familysearch.org/tree/person/details/GD5F-BQM] - 1910(SA)-1991(SA) - Licences: 5ZY Adelaide (Toorak Gardens, 1933; Tusmore, 1937-1938) - Qualifications: cc; AOCP 1089, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Tusmore Gardens, SA, 1939-1943) * [[/Arthur Henry Mutton|Mutton, Arthur Henry]] [https://www.familysearch.org/tree/person/details/KC1Y-PP5] - 1908(NSW)-1986(NSW) - Licences: 2QT Receive Sydney (Stanmore, 1923-1925); 2QT Sydney (Stanmore, 1926-1939) - Qualifications: AOCP 237, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Annandale, 1930-1937); communication engineer (Maroubra, 1943-1968); public servant (Bayview, 1972-1980) =='''N'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''NAIRN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Linley Beeton Nairn|Nairn, Arthur Linley Beeton]] [https://www.familysearch.org/tree/person/details/L58V-M8X] - 1895(SA)-1978(NZ) - Licences: 2BI Receive Sydney (Mosman, 1922-1923) - Qualifications: CPRTelephony 373, 1918 - amateur receiver - Electoral Rolls: company manager (Hamilton, NZ, 1938); director (Days Bay, Wellington, NZ, 1946-1954) ===''NANCARROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Stanley Nancarrow|Nancarrow, Ralph Stanley]] [https://www.familysearch.org/tree/person/details/GST3-XQ3] - 1904(SA)-1991(SA) - Licences: 5PK Georgetown (1930-1933); 2PY Sydney (Mosman, 1935; Randwick, 1936-1939); 2ACN Sydney (Lane Cove, 1954-1961; North Ryde, 1965-1975) - Qualifications: cc; AOCP 719, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Randwick, NSW, 1936-1937); electrical fitter (Lane Cove, NSW, 1943-1963); fitter (North Ryde, NSW, 1972-1980) ===''NANGLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Nangle|Nangle, James]] [https://www.familysearch.org/tree/person/details/GD3V-F31] - 1869(NSW)-1941(NSW) - Licences: 2MU Receive Sydney (Marrickville, 1922); 2MU Sydney (Marrickville, 1923-1927; Observatory, 1928-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; 1920s Superintendent Technical Education NSW; hon. Government Astronomer NSW; Sydney University (Senate); Royal Society of NSW (president); Fellow Royal Astronomical Society; Fellow Federal Institute of Architects; author (astronomy, architecture) - Electoral Rolls: architect (Petersham, 1903); Government Astronomer (Observatory, 1930-1937) - Links: [https://adb.anu.edu.au/biography/nangle-james-7722 ADB] ===''NASH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Charles Nash|Nash, William Robert Charles]] [https://www.familysearch.org/tree/person/details/GDWX-LWF] - 1918(NSW)-2007(NSW) - Licences: 2WW Sydney (Crows Nest, 1934-1937); 4WN Cairns (1938-1939) - Qualifications: cc; AOCP 1329, 1934, Qld; 1COCP 138, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: company manager (Castlecrag, NSW, 1963-1980) ===''NEALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Drayton Neale|Neale, Eric Drayton Snr]] [https://www.familysearch.org/tree/person/details/G88H-NWT] - 1907(Qld)-1968(Qld) - Licences: 4EN Longreach (1934-1939); 4EN Brisbane (Wooloowin, 1946-1960) - Qualifications: cc; AOCP 1298, 1934, Qld - amateur operator, amateur broadcaster, federal public servant (PMGD, telegraphist), radio club (WIAQ, QSL officer) - Relationships: father of 4?? Eric Drayton Neale Jnr - Electoral Rolls: telegraphist (Wooloowin, 1928; Longreach, 1936; Grange, 1937; Wooloowin, 1943-1963) ===''NEAVERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Laurence Neaverson|Neaverson, Leslie Laurence or Lawrence Leslie]] [https://www.familysearch.org/tree/person/details/LYTM-HCD] - 1899(Eng)-1993(NSW) - Licences: G5NX (Lakeside, Cumbria, 1922+); 4NV Brisbane (Holland Park, 1947-1956+) - Qualifications: cc; Nil yet identified - amateur operator; associate member IRE (Britain); principal Anglo Austral Hearing Aid Dispensary - Electoral Rolls: surgical technician (Holland Park, Qld, 1949-1958) ===''NELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alfred Montague Nell|Nell, George Alfred Montague]] [https://www.familysearch.org/tree/person/details/G87B-PP6] - 1900(Ceylon)-1989(NSW) - Licences: 2JQ Quirindi (1928-1929); 2JQ Canberra (1930); 2JQ Moruya (1931-1936); 2JQ Binda (1937-1939); 2JQ Crookwell (1946-1950); 2JQ Junee (1954-1965); 2JQ Goulburn (1969-1980) - Qualifications: AOCP 413, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clergyman (Moruya, 1930-1934; Crookwell, 1936-1949; Junee, 1954-1968; Goulburn, 1972-1980) ===''NELSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Yeates Nelson|Nelson, John Yeates]] [https://www.familysearch.org/tree/person/details/G884-YDV] - 1851(Irl)-1932(NSW) - Licences: XAA Sydney (McMahon's Point, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter; federal public servant (PMGD, chief electrical engineer (NSW)) - Electoral Rolls: electrician (Milson's Point, 1930-1931) ===''NESTROM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Louis Nestrom|Nestrom, Oliver Louis]] [https://www.familysearch.org/tree/person/details/GX22-9H4] - 1912(NSW)-1999(SA) - Licences: 5RZ Adelaide (St Peters, 1936-1937; Joslin, 1938); 2ADJ Sydney (Homebush, 1939); 5RZ Adelaide (Colonel Light Gardens, 1947; Glenelg, 1948; St Georges, 1954); 5RZ Port Augusta, 1955-1956); 5RZ Adelaide (Kurralta Park, 1960; Manningham, 1965-1969; St Peters, 1975); 5RZ Clare (1980+) - Qualifications: cc; AOLCP, 224, 1935; AOCP 1725, 1936, SA; BOCP 719, 1946; 2COCP 1178, 1949; 1COCP 1491, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Modbury, SA, 1939); fitter (Strathfield, NSW, 1943) ===''NEVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Clifford Anderson Neville|Neville, Alfred Clifford Anderson]] [https://www.familysearch.org/tree/person/details/GXH3-Z4D] - 1907(Eng)-1987(Qld) - Licences: 4ED Receive Brisbane (Wooloowin, 1923) - Qualifications: cc; 3COCP 5827, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Hamilton, Qld, 1928); clerk (Windsor, Qld, 1934-1943); accountant (Hawthorne, Qld, 1954-1958); retired (East Brisbane, 1963-1980) ===''NEWBERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Mallord Newberry|Newberry, Archibald Mallord]] [https://www.familysearch.org/tree/person/details/LH51-SDW] - 1893(Eng)-1973(Vic) - Licences: 3AN Red Cliffs (1930-1939) - Qualifications: AOCP 606, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: watchmaker (Red Cliffs, 1924-1931); radio dealer (Red Cliffs, 1934-1942); cycle dealer (Red Cliffs, 1949-1972) ===''NEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert James Newell|Newell, Albert James "Bert"]] [https://www.familysearch.org/tree/person/details/LJ1C-RGW] - 1910(Sct)-1998(Qld) - Licences: 4BN Mill Hill via Warwick (1936-1939); 4BN Brisbane (Archerfield, 1947-1948; Moorooka, 1954); 4AJ Brisbane (Moorooka, 1965; Yeronga, 1969; Ormiston, 1975); 4AJN Brisbane (Ormiston, 1980+) - Qualifications: cc; AOCP 1727, 1936, Qld; 2COCP 559, 1942; 1COCP 588, 1942; TVOCP 531, 1962 - amateur operator; amateur broadcaster; AWA Aviation Radio Service - Electoral Rolls: shed hand (Mill Hill, Qld, 1931-1943); radio technician (Moorooka, Qld, 1949-1968); television technician (Yeronga West, Qld, 1972); retired (Ormiston, Qld, 1977-1980) ===''NEWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Frederick Newman|Newman, Arthur Frederick]] [https://www.familysearch.org/tree/person/details/9JJ9-YSK] - 1881(India)-1952(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 10, 1914; CPRT 90, 1915; 1COCP 49, 1930 - RANRS (Radio Lieutenant, 1917-1920, terminated Nov 1920); WW1; WW2 - Comment: several contemporaneous AFNs - Electoral Rolls: traffic officer (Elsternwick, 1917-1919); assistant! (Malvern East, 1924-1931); piano tuner (St Kilda, 1931) * [[/Sydney Moreton Newman|Newman, Sydney Moreton "Syd"]] [https://www.familysearch.org/tree/person/details/LL41-PBM] - 1898(NSW)-1998(NSW)99yo - Licences: XPZ Melbourne (Canterbury, 1913-1914); 3MC Melbourne (Canterbury, 1923-1927) - Qualifications: cc; CPRT 655, 1921; 1COCP 90, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Turramurra, 1930-1958); retired (Wahroonga, 1963-1980) - TroveTag: "XPZ-3MC - Sydney Moreton Newman" (68 tags) - Links: [http://messui.polygonal-moogle.com/valves/NW199101.pdf EA] * [[/William Harold Newman|Newman, William Harold]] [https://www.familysearch.org/tree/person/details/GD3V-4N5] - 1889(NSW)-1943(Vic) - Licences: 2MK? Receive Sydney (Artarmon, 1922); 2MJ Sydney (Artarmon, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: railway official (Artarmon, 1930-1934); secretary (Mosman, 1936-1943) ===''NICHOLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rupert Nicholas|Nicholas, William Rupert]] [https://www.familysearch.org/tree/person/details/GD14-RFV] - 1913(Tas)-1995(Tas) - Licences: 7WR Hobart (North Hobart, 1932-1939) - Qualifications: cc; AOCP 896, 1932, No. ?? in Tas; AOLCP 72, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Hobart North, 1936; New Town, 1943-1954) ===''NICOLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Nicoll|Nicoll, William]] - 1903(Canada)-19??(???) - Licences: 4CO Receive Brisbane (Upper Paddington, 1923) - Qualifications: cc; CPRT 644, 1921 - amateur Receiver - Electoral Rolls: telegraphist (Bardon, 1925-1929) ===''NICHOLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hartley Nicholls|Nicholls, Alan Hartley]] [https://www.familysearch.org/tree/person/details/GFQR-VH9] - 1913(WA)-1981(WA) - Licences: 6KE Corrigin (1936-1937); 3NI Melbourne (East St Kilda, 1938-1939); 2NI Sydney (Manly, 1946; Cremorne, 1947-1954; Manly, 1955-1956); 2ANI Sydney (Mosman, 1960-1965); 4AL Brisbane (Greenslopes, 1965); 4NI Cairns (1975); 6NX Perth (South Guildford, 1980) - Qualifications: cc; AOCP 1814, 1936, WA; BOCP 219, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: RAAF (Hawthorn, Vic, 1942); radio engineer (Cremorne, NSW, 1949); shopkeeper (Wilston, Qld, 1958); electronic engineer (Cremorne, NSW, 1963); engineer (Cairns, Qld, 1972-1977; South Guildford, WA, 1980) * [[/Francis Edgar Nicholls|Nicholls, Francis Edgar]] [https://www.familysearch.org/tree/person/details/GD1H-8KQ] - 1910(Vic)-1995(Tas) - Licences: 7RY Devonport (1932-1933); 7RY Burnie (1937-1939); 7RY Hobart (New Town, 1946-1948; Lenah Valley, 1954-1955; New Town, 1960; Lenah Valley, 1965-1969; Midway Point, 1975-1980) - Qualifications: cc; AOCP 991, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Lenah Valley, 1943-1954) * [[/William James Nicholls|Nicholls, William James]] [https://www.familysearch.org/tree/person/details/G6S3-26D] - 19??(Vic)-1966(Vic) - Licences: 3FW Melbourne (Moonee Ponds, 1931-1933) - Qualifications: cc; AOCP 780, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Moonee Ponds, 1922-1963) * [[/William John Matthew Nicholls|Nicholls, William John Matthew or William John]] [https://www.familysearch.org/tree/person/details/G8WW-PDS] - 1908(Vic)-19??(???) - Licences: 3WX Melbourne (Williamstown, 1928-1933); 7WX Launceston (1937-1939); 3WX Melbourne (Williamstown, 1946-1965; East Malvern, 1969-1980+) - Qualifications: cc; AOCP 419, 1928, No. ?? in Vic; 2COCP 343, 1931; 1COCP 309, 1933 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Williamstown, 1931-1936); RAAF (Williamstown, 1949); radio engineer (Williamstown, 1954-1963; Malvern East, 1968-1980) ===''NICHOLSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Russell Malcolm Nicholson|Nicholson, Russell Malcolm]] [https://www.familysearch.org/tree/person/details/G8Z7-7W4] - 1909(Qld)-1974(NSW) - Licences: 4KG Ilfracombe (1929-1933) - Qualifications: cc; AOCP 529, 1929, No. ?? in Qld; BOCP 48, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing contractor (Longreach, 1936); manager 4LG (Longreach, 1937); radio mechanic (Coolangatta, 1949-1972) ===''NICOLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Hort Wilmot Nicolle|Nicolle, Horace Hort Wilmot]] [https://www.familysearch.org/tree/person/details/G8ZS-MZF] - 1908(NSW)-1974(NSW) - Licences: 2HK Sydney (Strathfield, 1929-1933; Ryde, 1934); 2AJT Sydney (Wollstonecraft, 1939) - Qualifications: AOCP 527, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chemist apprentice (Strathfield, 1930); pharmacist (Strathfield, 1933-1935); chemist (Chatswood, 1943-1968) ===''NILSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver John Nilsen|Nilsen, Oliver John]] [https://www.familysearch.org/tree/person/details/G8W4-W1G] - 1884(Vic)-1977(Vic) - Licences: Receive (Valve) Melbourne (Brighton, 1923); 3UZ Melbourne (1924-25) - Qualifications: Nil identified to date - amateur operator; amateur broadcaster - 3UZ experimental callsign issued to Oliver J. Nilsen & Co in 1923, operator N. J. Boyd; callsign withdrawn 1925 and reallocated to Nilsen's broadcast station which remains current as at 2021 - Electoral Rolls: electrical engineer (Fitzroy, 1909-1924; Chelsea, 1928-1931); contractor (Caulfield, 1934-1954); engineer (Elsternwick, 1972; Hawthorn, 1977-1980) - Links: [https://adb.anu.edu.au/biography/nilsen-oliver-john-11244 ADB] ===''NISSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Laurence Nissen|Nissen, Eric Laurence]] [https://www.familysearch.org/tree/person/details/G8DS-ZLR] - 1905(Qld)-2001(Qld) - Licences: 4XN Dalby (1930-1939, 1946-1975+); 4XN Toowoomba (1980) - Qualifications: cc; AOCP 574, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, member); broadcast technician (4QS, 1939-1976); federal public servant (PMGD); Awards: Imperial Service Medal 1976 - Electoral Rolls: none specified (Dalby, 1928-1937); PMG technician (Dalby, 1972); retired (Toowoomba, 1977) ===''NIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edgar Nixon|Nixon, Arthur Edgar]] [https://www.familysearch.org/tree/person/details/G8M2-SM5] - 1905(Vic)-1961(Vic) - Licences: 3ON Receive Melbourne (Windsor, 1923-1924) - Qualifications: AOCP 361, 1927, No. ?? in Vic - amateur receive operator - Electoral Rolls: labourer (Elsternwick, 1931); salesman (St Kilda West, 1931-1936); electrical fitter (Albert Park, 1943-1954) ===''NOLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Michael Nolan|Nolan, Francis Michael]] [https://www.familysearch.org/tree/person/details/9Q3R-X84] - 1910(NSW)-1985(Qld) - Licences: 4FN Brisbane (Wooloowin, 1935-1937; Clayfield, 1938-1939; Stafford Heights, 1946-1948); 4MF Portable (1948); 9FN Port Moresby & 9MF Portable (1954-1956); 4FN/T Gracemere (1960-1969); 4FN/T Brisbane (Wavell Heights, 1975; Virginia, 1980) - Qualifications: cc; AOCP 1433, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, WIAQ); broadcast technician (9PA, 4RK); radio serviceman; federal public servant (PMGD) - Electoral Rolls: * [[/Francis William Nolan|Nolan, Francis William "Frank"]] [https://www.familysearch.org/tree/person/details/GX6W-XPW] - 1897(NSW)-19?? - Licences: 4JU Brisbane (Brisbane City, 1929-1939, 1947-1956; Paddington, 1960) - Qualifications: cc; AOCP 43? & 501, 1924 & 1929, No. ? in Qld - amateur operator; amateur broadcaster; radio serviceman - Relationships: husband of 4LO Violet Elizabeth Nolan nee Hennessey - Comment: several genealogy sites have wrong data for FWN - Electoral Rolls: cartoonist (Brisbane City, Qld, 1921-1925); radio mechanic (Brisbane, City, 1934-1936); radio engineer (Brisbane City, Qld, 1954-1958) * [[/John Spencer Nolan|Nolan, John Spencer]] [https://www.familysearch.org/tree/person/details/LTBW-KMV] - 1868(NSW)-1936(NSW) - Licences: XED Sydney (Double Bay, 1911-1914); 2JH Receive Sydney (Double Bay, 1922); 2JH Sydney (Double Bay, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; dentist and dental surgeon - Relationships: father of 2YI Philip Spencer Nolan - Electoral Rolls: dentist (Woollahra, 1930-1935) * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] [https://www.familysearch.org/tree/person/details/GX6W-DSX] - 1896(Qld)-19??(???) - Licences: 4LO Brisbane (City, 1931-1939) - Qualifications: cc; AOCP 826, 1931, No. ? in Qld - amateur operator; amateur broadcaster - Comment: fourth YL operator in Qld - Relationships: wife of 4JU Francis William Nolan - Electoral Rolls: home duties (Brisbane City, Qld, 1921-1943); not stated (Eagle Heights, Qld, 1949); home duties (Tweed Heads, NSW, 1954); domestic (Spring Hill, Qld, 1958); retired (Coolangatta, Qld, 1958) * [[/Philip Spencer Nolan|Nolan, Philip Spencer "Spencer"]] [https://www.familysearch.org/tree/person/details/LTBW-ZWX] - 1897(NSW)-1929(NSW) - Licences: 2YI Sydney (Double Bay, 1924-1929) - Qualifications: AOCP 58, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; dentist - Relationships: son of XED-2JH Lieut John Spencer Nolan - Comment: gone too soon - Electoral Rolls: Nil yet identified ===''NOLTE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Nolte|Nolte, George Edward]] [https://www.familysearch.org/tree/person/details/G8HG-DD4] - 1911(Vic)-1997(NSW) - Licences: 3NO Melbourne (Elwood, 1929-1939); 2QO Sydney (Potts Point, 1948-1950; Bexley North, 1954-1975); 2QO Wamberal (1980+) - Qualifications: AOCP 492, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1936-1937); radio engineer (Darlinghurst, 1943-1949; Bexley North, 1958-1963); retired (Wamberal, 1980) ===''NORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Norman|Norman, William James]] [https://www.familysearch.org/tree/person/details/GD1Q-ZRS] - 1899(Tas)-19??(???) - Licences: 7WJ Eddystone Point Lighthouse (1931) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: stoker (Longford, 1922); lightkeeper (Tasman Island, 1928; Eddystone Lighthouse, 1934; Maatauyker Island, 1936; Currie Harbour, King Island, 1937) ===''NORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Anthony David Norris|Norris, Anthony David "Tony"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Edgar Lewin Norris|Norris, Edgar Lewin]] [https://www.familysearch.org/tree/person/details/G9YH-3D4] - 1891(Qld)-1956(Qld) - Licences: 4CK Receive Toowoomba (1922); 4CK Toowoomba (1923-1931) - Qualifications: cc; AOCP 80, 1925, No. 8 in Qld - amateur operator; amateur broadcaster; radio club (Toowoomba RC); WW1 - Relationships: father of 4NO Edgar Thomas Norris - TroveTag: "4CK - Edgar Lewin Norris" - Electoral Rolls: optician (Rockhampton, 1913); optometrist (Wooloowin, 1919; Toowoomba, 1925-1954) * [[/Edgar Thomas Norris|Norris, Edgar Thomas "Tom" "Tommy"]] [https://www.familysearch.org/tree/person/details/G855-G68] - 1930(Qld)-2019(Qld) - Licences: 4NO Toowoomba (1969-1980+) - Qualifications: cc; 3COCP 6945, 1967; AOLCP Q2, 1968; AOCP Q13, 1968, Qld - amateur operator, amateur broadcaster - Relationships: son of 4CK Edgar Lewin Norris - Electoral Rolls: charge hand (Toowoomba, 1954-1980) ===''NORTHEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurence Harry Northeast|Northeast, Laurence Harry "Laurie"]] [https://www.familysearch.org/tree/person/details/LLM3-8NK] - 1908(SA)-1972(SA) - Licences: 5LH Adelaide (Rosewater, 1927) - Qualifications: cc; AOCP 315, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Rosewater, 1939-43) =='''O'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ==='''OAKES'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Andrew Oakes|Oakes, Walter Andrew]] [https://www.familysearch.org/tree/person/details/GDRK-RBQ] - 1907(Tas)-1983(NSW) - Licences: 7BQ Receive Hobart (New Town, 1923); Receive Hobart (New Town, 1923) - Qualifications: cc; 3COCP N1088, 1971 - amateur receiver - Electoral Rolls: electrician (Manly, 1930); electrical fitter (Launceston, 1937); railway employee (New Town, 1943-1949); electrician (Lindfield, 1954); business proprietor (Roseville, 1958); managing director (Roseville, 1963-1968); director (Roseville, 1972-1980) ==='''O'BRIEN'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Clare O'Brien|O'Brien, Charles Clare]] [https://www.familysearch.org/tree/person/details/GMTS-7SJ] - 1904(Qld)-1994(Qld) - Licences: 4NC Brisbane (Stafford, 1939, 1948-1980+) - Qualifications: AOCP 2386, 1939, Qld - amateur operator, WW2 - Electoral Rolls: mechanic (Kilcoy, 1928); telephone mechanic (Eagle Junction, 1936-1943); technician (Stafford, 1954-1980) * [[/Charles Raymond Heddington O'Brien|O'Brien, Charles Raymond Heddington]] [https://www.familysearch.org/tree/person/details/G8FN-4CX] - 1913(Vic)-1975(Vic) - Licences: 3QX Melbourne (Glenhuntly, 1930-1939) - Qualifications: AOCP 626, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Glenhuntly, 1934-1936); electrical engineer (Ballarat, 1942); engineer (Kew, 1954; Mount Waverley, 1963-1972) * [[/Matthew O'Brien|O'Brien, Matthew or Matthew Michael]] [https://www.familysearch.org/tree/person/details/GZG7-P35] - 1904(Qld)-1978(Qld) - Licences: 4MM Brisbane (Toowong, 1926-1933; Annerley, 1937-1939, 1946-1965) - Qualifications: cc; AOCP 234, 1926, No. 20 in Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, ARTL, WIAQ, president all); journalist (Teleradio, "Vic Eddy"); Dept Labour Exchange (administration) - Electoral Rolls: public servant (Toowong, 1925-1936; Annerley, 1943-1977) ==='''O'DEA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick O'Dea|O'Dea, Francis Patrick]] [https://www.familysearch.org/tree/person/details/GXTP-7KL] - 1894(Vic)-19??(???) - Licences: XJAX Melbourne (Ascot Vale, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 (Army, AWS) - Electoral Rolls: clerk (North Melbourne, 1912-1913; Ascot Vale, Vic, 1914-1937); railways (Brighton, Vic, 1942-1949); railway employee (Footscray North, Vic, 1963-1977) - Links: [https://alh-research.tripod.com/Light_Horse/index.blog/1911842/australian-wireless-squadron-aif-francis-patrick-odea/ AWS] ==='''ODGERS'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Fieldhouse Odgers|Odgers, Norman Fieldhouse]] [https://www.familysearch.org/tree/person/details/GDVD-CYK] - 1906(Qld)-1996(WA) - Licences: 4BO or 4BD Brisbane (Newmarket) & Charters Towers (1924-1925); 4NK; 9NK Port Moresby (1946-1948); 6NF Perth (Applecross, 1954-1969; Bassendean, 1975-1980); 4CH - Qualifications: cc; CPRT 896, 1925; 2COCP 212, 1930; 1COCP 108, 1936 - amateur operator; amateur broadcaster; ship wireless officer; broadcast engineer; WW2 - Electoral Rolls: senior technician (Applecross, 1954-1963); manager (Applecross, 1968); retired (Bassandean, 1972-1980) ==='''O'DONNELL'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Amos Leslie O'Donnell|O'Donnell, Amos Leslie]] [https://www.familysearch.org/tree/person/details/G8NW-Q1P] - 1910(SA)-19??(NSW) - Licences: 6DX Perth (City, 1930-1933); 2AGE Sydney (Ashfield, 1938-1939); 2AOO Sydney (Caringbah, 1960; Mona Vale, 1965-1969) - Qualifications: cc; AOCP 639, 1930, No. ?? in WA; BOCP 515, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: student (North Perth, WA, 1931); radio engineer (Ashfield, NSW, 1937); education officer (No. 2 W.A.G.S., Parkes, NSW, 1943); engineer (Ashfield, NSW, 1949; Caringbah, NSW, 1958) ==='''O'HARA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bernard O'Hara|O'Hara, John Bernard]] [https://www.familysearch.org/tree/person/details/G8XM-Y9M] - 1902(Vic)-1970(Vic) - Licences: 3OH Maryborough (1930-1939); 3OH Yallourn (1946-1948); 3AAO Melbourne (Mt Waverley, 1960) - Qualifications: AOCP 607, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: teacher (Albert Park, 1921-1924) instructor (Maryborough, 1928); teacher (Kew, 1934; Maryborough, 1937; Ballarat, 1937; Maryborough, 1943, Warrnambool, 1954; Maldon, 1963) ==='''OHRBOM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Axel Ragnar Ohrbom|Ohrbom, Axel Ragnar "Ray"]] [https://www.familysearch.org/tree/person/details/G8WZ-PWJ] - 1903(Tas)-1978(Vic) - Licences: Receive Melbourne (Brunswick, 1923-1924); 3OC Melbourne (West Brunswick, 1928; Coburg, 1931-1939; Moreland, 1946-1948; Hartwell, 1954-1975) - Qualifications: AOCP 421, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Coburg West, 1949); sharebroker (Camberwell, 1954-1977); retired (Burwood, 1977) ===''OLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Olof Lemuel Olden|Olden, Olof Lemuel]] - 1863(Vic)-1939(Vic) - Hobart 1920s, early wireless experimenter, no licence yet identified, amateur operator (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, President, 1924), military (Colonel, WW1), occupation (school master) ===''OLDFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Bernam Oldfield|Oldfield, Frederick Bernam]] [https://www.familysearch.org/tree/person/details/G8YP-9R2] - 1897(Vic)-1962(NSW) - Licences: 5DO Adelaide (1924); 3FB Melbourne (Hampton, 1937-1938); 2FE Sydney (Balmoral, 1939) - Qualifications: cc; AOCP 1240, 1934, No. ?? in Vic - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: teacher (Brighton, Vic, 1931; Sandringham, Vic, 1935-1937); journalist (Mosman, NSW, 1943); A.M.F. (Mornington, 1954); tutor (Neutral Bay, 1958) ===''OLDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Oldham|Oldham, Charles Edward]] [https://www.familysearch.org/tree/person/details/KZFK-XBT] - 1902(Tas)-1950(Tas) - Licences: 7XA Hobart (New Town, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1923, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Town, 1936-1949) * [[/Fred Oldham|Oldham, Fred]] - 19??(???)-19??(???) - early Tasmanian wireless experimenter, first president of Hobart Tramways Wireless Club 1905 ===''O'LEARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cornelius Daniel Fraser O'Leary|O'Leary, Cornelius Daniel Fraser or Daniel Fraser]] [https://www.familysearch.org/tree/person/details/KN18-4BH] - 1893(SA)-1955(SA) - Licences: 5DO Adelaide (Tusmore Gardens, 1929-1933) - Qualifications: cc; AOCP 495, 1929, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Unley, 1939-1941) ===''OLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dalley George Tryon Oliver|Oliver, Dalley George Tryon]] [https://www.familysearch.org/tree/person/details/LZ8W-MMR] - 1888(NSW)-1959(NSW) - wireless experimenter (1924+) 2?? Gunedah, amateur broadcaster - Electoral Rolls: engineer (Gunnedah, 1930-1943; Keepit Dam, Tamworth, 1949-1954); retired (Condoblin, 1958) - Relationships: brother of 2MO Marcius John Alexander Oliver * [[/Marcius John Alexander Oliver|Oliver, Marcius John Alexander "Marcus"]] [https://www.familysearch.org/tree/person/details/LZ8W-M82] - 1875(NSW)-1946(NSW) - Licences: 2MO Gunedah (1929) - Qualifications: AOCP ??, 19??, No. ?? in NSW; AOLCP 91, 1932 - amateur operator, amateur broadcaster, broadcast engineer, radio station proprietor (2MO, 1930-1939), military (air spotters, Port Macquarie) - Electoral Rolls: engineer (Gunnedah, 1930-1936; Port Macquarie, 1943) - Relationships: brother of Dalley George Tryon Oliver ===''OLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Durrant Olle|Olle, John Durrant]] [https://www.familysearch.org/tree/person/details/G4HS-WSX] - 1910(NSW)-1975(Vic) - Licences: 2OZ Sydney (Ashfield, 1929-1939, 1946; Pennant Hills, 1947-1948; Ashfield, 1950) - Qualifications: AOCP 553, 1929, No. ?? in NSW; 2COCP 321, 1931; 1COCP 197, 1931 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Summer Hill, 1936-1937; Ashfield, NSW, 1943); soldier (South Yarra, Vic, 1949); public servant (Mornington, 1963-1980) ===''OLLIVIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Frances Ollivier|Ollivier, Neil Frances]] [https://www.familysearch.org/tree/person/details/GFQB-VPD] - 1916(WA)-1942(WA) - Licences: 6FO Perth (Hollywood, 1932-1939) - Qualifications: cc; AOCP 1067, 1932, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: Nil yet identified ===''O'LOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick Morgan O'Loughlin|O'Loughlin, Francis Patrick Morgan]] [https://www.familysearch.org/tree/person/details/GX6M-Z3Q] - 1902(Qld)-1979(Qld) - Licences: 4OL Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1347, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Red Hill, Qld, 1936-1937; Ashgrove, Qld, 1943-1977) ===''OLSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Vivian Olsen|Olsen, Frederick Vivian "Fred"]] [https://www.familysearch.org/tree/person/details/G8CP-4XJ] - 1912(Vic)-2001(Vic) - Licences: 3FO Melbourne (Hawthorn, 1929-1931; Hampton, 1933-1939) - Qualifications: cc; AOCP 521, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hampton, 1936-1954; Brighton, 1963; Hampton, 1972-1980) * [[/Norman Frederick Olsen|Olsen, Norman Frederick or Frederick Norman (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/G8BY-8JS] - 1901(NSW)-1980(NSW) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 516, 1920, NSW; 2COCP 59, 1929, NSW; 1COCP 252, 1932 - Nil yet identified - Electoral Rolls: wireless operator (Hurlstone Park, 1934-1937); newsagent (Torwood, 1954-1958); no occupation (Lord Howe Island, 1963-1980) * [[/Norman Peter Olsen|Olsen, Norman Peter]] [https://www.familysearch.org/tree/person/details/G8BY-444] - 1897(NSW)-1988(NSW) - Licences: 2YK Newcastle (1924-1925); 2ZX Waratah (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrician (Waratah, 1930; Mayfield, 1932); public servant (Redfern, 1932-1933; Kogarah, 1934-1935; Wollongong, 1936-1937; Artarmon, 1943-1949; Kogarah, 1949-1963); nil (Merewether, 1968-1980) * [[/Olaf Olsen|Olsen, Olaf]] [https://www.familysearch.org/tree/person/details/G6QT-69T] - 1878(Norway)-1964(Qld) - Licences: 4CL Dalby 1922 (Receive) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engine driver (Dalby, 1913-1943); engineer (Toowoomba, 1949; Redcliffe, 1954; Paddington, 1958-1963) ==='''O'MAY'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. W. O'May|O'May, J. W.]] - 19??(???)-19??(???) - Licences: Receive Hobart (Bellerive, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Robert Derwent O'May|O'May, Robert Derwent "Bob"]] [https://www.familysearch.org/tree/person/details/LYNF-5NS] - 1903(Tas)-1973(Tas) - Licences: Receive Hobart (Bellerive, 1923); 7OM Hobart (Bellerive, 1924-1927+; Sandy Bay, 1931+; Bellerive, 1947-1969+) - Qualifications: cc; AOCP 74, 1925, No. ?? in Tas; 3COCP 508, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: engineer (Bellerive, 1928-1954) ==='''OPPENHEIM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Oliver George Oppenheim|Oppenheim or Oliver, Oliver George "Ollie"]] [https://www.familysearch.org/tree/person/details/LLSS-S7L] - 1911(Vic)-1988(NSW) - Licences: 3ZX Melbourne (Caulfield, 1930-1939) - Qualifications: AOCP 580, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Caulfield, 1936-1942; Elsternwick, 1949); radio engineer (Elsternwick, 1954); company executive (Coogee, 1958-1963; Lugarno, 1968); importer (Strathfield, 1972-1980) ===''O'REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Joseph O'Reilly|O'Reilly, Maurice Joseph]] [https://www.familysearch.org/tree/person/details/G824-VMC] - 1866(Irl)-1933(NSW) - Licences: XACI Bathurst (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St Stanilaus College, Bathurst, 1913); rector of college (St John's College, Camperdown, 1930-1933) - Links: [https://adb.anu.edu.au/biography/oreilly-maurice-joseph-7918 ADB] ===''O'ROURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sydney O'Rourke|O'Rourke, John Sydney]] [https://www.familysearch.org/tree/person/details/GDJP-ZW4] - 1918(NSW)-19??(???) - Licences: 4OR Brisbane (Brisbane City, 1937-1939); 4SO Brisbane (Margate Beach, 1955-1969) - Qualifications: cc; AOCP 2042, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical apprentice (Norman Park, Qld, 1943); radio engineer (Newmarket, Qld, 1949); engineer (Margate, Qld, 1954-1977) ===''ORR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Murray Donald Orr|Orr, Murray Donald]] [https://www.familysearch.org/tree/person/details/GZL8-H29] - 1900(Vic)-1941(Vic) - Licences: 3OR Lake Meran (1928-1939) - Qualifications: AOCP 440, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1940-1941) - Electoral Rolls: farmer (Lake Meran, 1924-1934) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/orr-murray-donald-1700/] ===''OSBORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jeffrey David Osborne|Osborne, Jeffrey David "Jeff"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Louis Frederick George Osborne|Osborne, Louis Frederick George]] [https://www.familysearch.org/tree/person/details/G8GF-MGZ] - 1900(Vic)-1989(Vic) - Licences: 3DD Receive Melbourne (East Malvern, 1922); 3DD Melbourne (East Malvern, 1923-1926); 3BMO Melbourne (Murrumbeena, 1980+) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: gas fitter (Malvern East, 1922-1926); inspector (Carnegie, 1931-1977) ===''OSBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bolivar Laing Osburne|Osburne, George Bolivar Laing "Laing"]] [https://www.familysearch.org/tree/person/details/MFY2-F9W] - 1896(Vic)-1933(Vic) - Licences: XKJ Terang (1913-1914); 3BG Terang (1922-1933) - Qualifications: cc; AOCP 235, 1926, No. ?? in Vic - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: student (Terang, 1922-1931) ===''OTHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Othen|Othen, Charles James]] [https://www.familysearch.org/tree/person/details/LRHF-H8Y] - 1897(SA)-19??(???) - Licences: XVT Adelaide (Glanville, 1913); 5AS Receive Adelaide (1923); 5ON Adelaide (Hindmarsh, 1954-1956; Eden Hills, 1960-1969; Blackwood, 1975) - Qualifications: cc; AOCP 3385, 1953, SA - early wireless experimenter; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: foreman (Hindmarsh, SA, 1939-1943) ===''O'TOOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian O'Toole|O'Toole, Ian]] - Licences: 2ZIO Sydney (Adamstown Heights, 1969; North Rocks, 1975; Castle Hill, 1980) - amateur operator; historian (amateur, military communications); proprietor Kurrajong Radio Museum - Electoral Rolls: - Links: [https://vk2bv.org/archive/museum/ Kurrajong Radio Museum] ===''OTTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Shannon Otty|Otty, William Shannon]] [https://www.familysearch.org/tree/person/details/GZ2F-7J1] - 1893(Eng)-1983(NSW) - Licences: 2ZL Killingworth (1923-1931); 2ZL Toronto (1933-1975); 2ZL Fennell's Bay (1980+) - Qualifications: cc; AOCP 219, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio dealer (Toronto, 1937-1954); retired (Toronto, 1958-1980) ===''OVERLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Overlack|Overlack, Peter]] - early wireless historian [https://www.navy.gov.au/sites/default/files/documents/Naval_Networks_Dominance_of_Comms_in_Maritime_Ops.pdf "The Struggle for the Australian Airwaves: The Strategic Function of Radio for Germany in the Asia-Pacific Region before World War I"] ===''OWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Chester Owen|Owen, Chester]] [https://www.familysearch.org/tree/person/details/MZ3G-H47] - 1899(Vic)-1975(Vic) - Licences: Receive Melbourne (St Kilda, 1923); 3ZM Melbourne (St Kilda, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Balaclava, 1921; St Kilda, 1922-1926); engineer (St Kilda, 1928; Caulfield, 1931); mechanic (Caulfield, 1934-1937); radio engineer (Echuca, 1943-1972) * [[/Stanley Wainwright Owen|Owen, Stanley Wainwright]] [https://www.familysearch.org/tree/person/details/GDV9-BP2] - 1912(Vic)-1987(NSW) - Licences: 6RX Perth (Mt Lawley, 1930-1931); 2RX Sydney (Wollstonecraft, 1948-1957) - Qualifications: cc; AOCP 716, 1930, No. ?? in WA; 2COCP 436, 1933; 1COCP 340, 1933; TVOCP 40, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Wollstonecraft, 1937-1958); television engineer (Wollstonecraft, 1963-1968); engineer (Wollstonecraft, 1972-1977; Artarmon, 1980) ===''OXENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Justinian Oxenham|Oxenham, Justinian]] - 1860(Qld)-1932(Vic) - senior federal public servant (Secretary, Postmaster-General's Department) ===''OXLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Oxlade|Oxlade, George]] [https://www.familysearch.org/tree/person/details/LRCK-H1C] - 1907(Qld)-1980(Qld) - Licences: 4GO Brisbane (Newmarket, 1926-1931) - Qualifications: cc; AOCP 229, 1926, No. 19 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: painter (Chermside, 1937-1943; Maroochydore, 1954; Wavell Heights, 1958), contractor (Chermside, 1963-1980) =='''P'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''PAECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leonard Paech|Paech, Robert Leonard]] [https://www.familysearch.org/tree/person/details/L6DL-76D] - 1920(SA)-1963(SA) - Licences: 5RL Adelaide (Underdale, 1936-1939, 1947-1948); 5LP Adelaide (Seacombe Gardens, 1960) - Qualifications: cc; AOCP 1626, 1936, SA; 2COCP 279, 1939; BOCP 371, 1941; 1COCP 810, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Nevison Page|Page, Leslie Nevison]] [https://www.familysearch.org/tree/person/details/GSBX-CRV] - 1920(Qld)-1972(NSW) - Licences: 4LP Brisbane (New Farm, 1937-1939; Brisbane City, 1947); 2NB Sydney (Potts Point, 1954); 2LP Sydney (St Ives, 1955-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 1931, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 2NB may have been withdrawn for 2NB Broken Hill - Electoral Rolls: labourer (Ascot, Qld, 1928-1929) (too young for 1920 birth, must be a namesake); radio technician (Darlinghurst, NSW, 1954); radio engineer (St Ives, NSW, 1958); manager (St Ives, NSW, 1963); electronics engineer (Epping, NSW, 1968; Eastwood, NSW, 1972) ===''PAGET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Ernest Paget|Paget, Harold Ernest]] [https://www.familysearch.org/tree/person/details/LDTK-ZBF] - 1904(Qld)-1962(Qld) - Licences: Receive (Valve) Brisbane (Brisbane City, Qld, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephonist (Valley, Qld, 1925-1926); postal sorter (Ashgrove, Qld, 1928-1949); mail officer (Ashgrove, Qld, 1954-1958) ===''PAICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Cameron Paice|Paice, Donald Cameron "Don"]] [https://www.familysearch.org/tree/person/details/G8KD-2FT] - 1932(Vic)-2018(Vic) - Licences: 3ADP Melbourne (Moonee Ponds, 1954-1956; Mt Waverley, 1960-1980+) - Qualifications: AOCP 3055, 1950, Vic - amateur operator - Electoral Rolls: draftsman (Moonee Ponds, 1954; Mt Waverley, 1963-1980) - Relationships: rare surname but seems not closely related to 2AJ Valentine Keith Paice * [[/Valentine Keith Paice|Paice, Valentine Keith "Val"]] [https://www.familysearch.org/tree/person/details/G8K3-5T6] - 1904(NZ)-1977(???) - Licences: ZL1AJ (Z1AJ) 1925-1926; VQ1AJ (OO1AJ) Fanning Island (1926-1928); 2AJ (VK2AJ) Sydney 1929; OA4V Peru (1929) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrical fitter (Ashbury, NSW, 1930) - Relationships: rare surname but seems not closely related to 3ADP Donald Cameron Paice ===''PARADISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Harry Elliker Paradise|Paradise, Eric Harry Elliker]] [https://www.familysearch.org/tree/person/details/GS3M-D75] - 1904(Qld)-1939(Qld) - Licences: Receive (Crystal) Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Stones Corner, Qld, 1925-1937) ===''PARASIERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Isidore Percy Robert Parasiers|Parasiers, Isidore Percy Robert "Robert"]] [https://www.familysearch.org/tree/person/details/GS9Y-8B1] - 1902(SA)-1972(SA) - Licences: 5RP Adelaide (City, 1932-1933; Glandore, 1937-1939); 6PS Perth (Inglewood, 1947); 5RF Adelaide (Glandore, 1948); 5RF Murray Bridge (1954-1969) - Qualifications: cc; AOCP 952, 1932, No. ?? in SA; AOLCP 283, 1936; BOCP 132, 1937; 2COCP 256, 1939; 1COCP 330, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''PARIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Norman Paris|Paris, James Norman "Jim"]] [https://www.familysearch.org/tree/person/details/GXWR-B1W] - 1910(SA)-1971(SA) - Licences: "WIA-L5006" Adelaide (Prospect, 1956-1960) - Qualifications: cc; Nil yet identified - amateur listener; prominent broadcast listener (1950s, 1960s); clubs (Australian DX Radio Club (SA); Southern Cross DX Club) - Electoral Rolls: Nil yet identified ===''PARISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Radcliffe Parish|Parish, Hugh Radcliffe]] [https://www.familysearch.org/tree/person/details/GCDL-Y23] - 1914(Tas)-1973(Tas) - Licences: 7CP Launceston (1932-1933) - Qualifications: cc; AOCP 1070, 1932, No. ?? in Tas; AOLCP 189, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: radio announcer (Burnie, 1936-1937); manager (Winnaleah, 1943-1949); radio executive (Launceston, 1954) ===''PARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles William Park|Park, John Charles William]] [https://www.familysearch.org/tree/person/details/GZVC-N4N] - 1904(Eng)-1983(WA) - Licences: 6BB Perth (South Perth, 1924-1980+) - Qualifications: cc; CPRT 794, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: photographer (South Perth, 1943-1949); radiographer (South Perth, 1958-1980) ===''PARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Cyril Parker|Parker, Keith Cyril]] [https://www.familysearch.org/tree/person/details/KDSK-X2P] - 1912(SA)-1993(SA) - Licences: 5PA Port Pirie (1933); 5SO Port Elliot (1980+) - Qualifications: cc; 2COCP 348, 1931; 1COCP 213, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless telegraphist (Kalgoorlie, WA, 1943); radio technician (Fiskville, Vic, 1949-1963; Bassendean, WA, 1968); manager (Cairns, Qld, 1977) * [[/Kenneth Herbert Parker|Parker, Kenneth Herbert]] [https://www.familysearch.org/tree/person/details/LTM1-Q5G] - 1905(WA)-1994(WA) - Licences: 6KP Meekatharra (1933-1939) - Qualifications: cc; AOCP 1192, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mining register (Meekatharra, WA, 1931-1937); resident magistrate (Cue, WA, 1943; Geraldton, WA, 1943); stipendary magistrate (Northam, WA, 1949); magistrate (Mt Pleasant, WA, 1954; Riverton, WA, 1958-1963; Applecross, WA, 1968-1980) * [[/P. S. Parker|Parker, P. S.]] - 19??(???)-19??(???) - Licences: 2CY Receive Sydney (Burwood, 1922); 2CM Receive Sydney (Burwood, 1923, briefly then reverted to 2CY); 2CY Sydney (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet confidently identified but likely Philip Selwyn Parker, engineer, Bellevue Hill, 1930 * [[/Ronald Alexander Parker|Parker, Ronald Alexander]] [https://www.familysearch.org/tree/person/details/GZ23-6BM] - 1908(Vic)-1984(Qld) - 3RA Melbourne (Canterbury, 1925-1926), 3RA Bendigo (1927), 3RA Melbourne (Canterbury, 1931-1933; Hawthorn, 1937-1939), 4PT Southport (1980+), qualifications (AOCP 213, 1925, No. ?? in Vic), amateur operator, amateur broadcaster, electoral rolls: clerk (Camberwell, 1931), accountant (Hawthorn, 1936-1937), secretary (Malvern, 1943-1949), retired (Southport, 1980) ===''PARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Parr|Parr, John George]] [https://www.familysearch.org/tree/person/details/G8NL-22T] - 1908(NSW)-1992(Vic) - Licences: 3OM Melbourne (Canterbury, 1930-1939) - Qualifications: AOCP 646, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Camberwell, 1931-1943); engineer (Footscray, 1949; Brunswick, 1949-1963; Melbourne City, 1968-1980) ===''PARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alchorne Parry|Parry, Charles Alchorne]] [https://www.familysearch.org/tree/person/details/GX8J-BGL] - 1916(Qld)-2009(USA) - Licences: 4CP Gordonvale (1935-1939) - Qualifications: cc; AOCP 1441, 1935, Qld; BOCP 177, 1938 - amateur operator; amateur broadcaster - Education: PhD - Electoral Rolls: radio mechanic (Cairns, Qld, 1937); engineer (Darlinghurst, NSW, 1943) ===''PARSONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warwick William Parsons|Parsons, Warwick William or William Warwick (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/L2L4-5ZC]- 1903(SA)-1974(SA) - Licences: 5PS Adelaide (City, 1933; Henley Beach, 1937-1939, 1947-1948; Rose Park, 1954-1974) - Qualifications: cc; AOCP 1147, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: operator (Henley, SA, 1939-1943) ===''PATERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Pryde Paterson|Paterson, Paul Pryde]] [https://www.familysearch.org/tree/person/details/GZLK-LPF] - 1915(WA)-1942(PNG) - Licences: 6PP Wiluna (1937-1939) - Qualifications: cc; AOCP 1961, 1937, WA - amateur operator, amateur broadcaster, WW2 (RAAF, 24 Squadron, Flight Lieutenant) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/paterson-paul-pryde-260515/] * [[/Raymund Gordon Paterson|Paterson, Raymund or Raymond Gordon]] [https://www.familysearch.org/tree/person/details/G8CH-7RX] - 1903(Vic)-1996(Canada) - Licences: Nil yet identified - Qualifications: AOCP 506, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: apprentice (Glenferrie, 1926-1928) ===''PATTERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Campbell Patterson|Patterson, Campbell]] [https://www.familysearch.org/tree/person/details/G9Y1-GDH] - 1912(SA)-1987(SA) - Licences: 5XR Naracoorte (1933-1939); 5XR Peterborough (1947-1980+) - Qualifications: cc; AOCP 1097, 1933, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, 1939); electrician (Quorn, 1941-1943) * [[/James Brown Patterson|Patterson, James Brown]] [https://www.familysearch.org/tree/person/details/LBTW-WDY] - 1833(Eng)-1895(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Politician, briefly Premier of Victoria (1893-1894), Postmaster-General Vic (July 1878 - March 1880) - Electoral Rolls: Nil yet identified * [[/Robert Charles William Ingram Patterson|Patterson, Robert Charles William Ingram "Charles Ingram"]] [https://www.familysearch.org/tree/person/details/GZ5T-2Q4] - 1910(Vic)-1974(Qld) - Licences: 3YP Melbourne (East Malvern, 1927-1939; Eaglemont, 1946-1954); 4YP Brisbane (Fig Tree Pocket, 1955-1969) - Qualifications: cc; AOCP 352, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: station hand (Mundabullangana, 1931-1937); agent (Fig Tree Pocket, 1958-1968) ===''PAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Anthony Paul|Paul, Leo Anthony]] - 1905(Vic)-1968(Vic) - 3JQ Receive Melbourne (Fitzroy, 1922-1923), 3LP Melbourne (Fitzroy, 1924-1937; Preston, 1938-1939), 3XO Melbourne (Fairfield, 1948-1960; Thornbury, 1965), amateur operator (AOCP 15, 1924, No. 6 in Vic), amateur broadcaster ===''PAYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George H. Payne|Payne, George H.]] - 19??(???)-1987(Qld) - 4NEV Brisbane, amateur operator (AOCP ??, 1946+, No. ?? in Qld), radio clubs (Wooloowin RC, hon. secretary; WIAQ, president, assoc. members section) * [[/John Payne|Payne, John]] [https://www.familysearch.org/tree/person/details/GDSL-41Q] - 19??(???)-19??(???) - Licences: 2IN Receive Sydney (Randwick, 1922); 2IN Sydney (Randwick, 1923-1927; Kensington, 1928-1930) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: insurance department manager (Kensington, 1930-1931); secretary (Kensington, 1933) * [[/Reginald Lewis Payne|Payne, Reginald Lewis]] [https://www.familysearch.org/tree/person/details/GZG9-HFF] - 1898(Vic)-1946(Vic) - Licences: 3RP Geelong (Newtown, 1924-1939) - Qualifications: cc; AOCP 225, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Newtown, 1919-1921); telegraphist (Newtown, 1922-1942) (check XJM R. Payne, Armadale for relationship) ===''PAYTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Payter|Payter, Joseph William]] - 18??(???)-19??(???) - early telephone experimenter in Melbourne, mechanic in Vic Posts & Telegraphs (one of James Smibert's "Williamstown boys") ===''PEARCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Ronald Pearce|Pearce, Edward Ronald]] [https://www.familysearch.org/tree/person/details/LR3M-7YJ] - 1916(Vic)-2004(WA) - Licences: 6TP Perth (North Perth, 1936-1939, 1948; Mt Hawthorn, 1954-1960) - Qualifications: cc; AOCP 1757, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (North Perth, WA, 1937); engineer (Mt Hawthorn, WA, 1949-1977); retired (Coolbinia, WA, 1980) ===''PEARN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Pearn|Pearn, William Leslie]] [https://www.familysearch.org/tree/person/details/LCKW-JRW] - 1896(SA)-1974(SA) - Licences: 5PN Adelaide (Sturt Park, 1934-1939; Wayville West, 1947-1948; Unley, 1955-1969) - Qualifications: cc; AOCP 1378, 1934, SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Unley, SA, 1939-1941) ===''PEARSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Richman Pearson|Pearson, Ian Richman]] [https://www.familysearch.org/tree/person/details/GSD3-4LF] - 1908(Vic)-1972(Tas) - Licences: 3SP Melbourne (Berwick, 1929-1931); 7KB Burnie (1948-1965); 7KB Port Sorell (1969) - Qualifications: AOCP 528, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: chemist (Deer Park, Vic, 1936-1937); medical practitioner (Burnie, Tas, 1949-1954) ===''PELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Frederick Law Pelling|Pelling, John Charles Frederick Law "Jack"]] [https://www.familysearch.org/tree/person/details/GXB3-176] - 1908(WA)-1972(WA) - Licences: 6WO Moojebing (1933-1939) - Qualifications: cc; AOCP 1213, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Dumbleyung, WA, 1931); farmer (Moojebing, WA, 1936-1943; King River, WA, 1949-1968) ===''PEMBLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Pembleton|Pembleton, Thomas Edward "Tom"]] [https://www.familysearch.org/tree/person/details/G8HP-JDF] - 1914(Qld)-2002(Qld) - Licences: 4ZL Rockhampton (1936-1939;1946-1980+) - Qualifications: cc; AOCP 1600, 1936, Qld - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: labourer (Rockhampton, 1936-1943); turner (Rockhampton North, 1949-1980) ===''PEPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Campbell Pepper|Pepper, Ralph Campbell]] [https://www.familysearch.org/tree/person/details/KC93-1MN] - 1905(NSW)-1984(Qld) - Licences: N742 Receive Tamworth (1922); 2HV Receive Tamworth (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Tamworth, 1930; Maroubra, 1931; Artarmon, 1934-1949; Newmarket, Qld, 1954-1972; Alderley, 1977-1980) ===''PERDRIAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carter Perdriau|Perdriau, Henry Carter]] [https://www.familysearch.org/tree/person/details/G3D9-L79] - 1895(NSW)-1956(NSW) - Licences: XHC Sydney (1912-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: cousin of 2ZR William James Stanley Perdriau - Electoral Rolls: manager (Chatswood, 1930-1936; Roseville, 1943-1954) * [[/William James Stanley Perdriau|Perdriau, William James Stanley]] [https://www.familysearch.org/tree/person/details/LTH6-8LS] - 1885(NSW)-1946(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923); 2ZR Sydney (Manly, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: cousin of XHC Henry Carter Perdriau - Electoral Rolls: dentist (Manly, 1930-1943) ===''PERREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Litchfield Perrey|Perrey, Alexander Litchfield]] [https://www.familysearch.org/tree/person/details/LZVM-9P9] - 1898(SA)-1965(Vic) - Licences: 5LP Strathalbyn (1925-1927) - Qualifications: cc; AOCP 99, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Francis Cole Perry|Perry, Malcolm Francis Cole]] [https://www.familysearch.org/tree/person/details/L679-XR2] - 1891(NSW)-1963(NSW) - Licences: XCP Sydney (Randwick, 1913-1914); 2DG Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Randwick, 1930-1937); editor (Randwick, 1943-1949; Coogee, 1954-1958); counsellor (Hazelbrook, 1958-1963) ===''PETERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Zornig Peters|Peters, Henry Zornig "Harry"]] [https://www.familysearch.org/tree/person/details/L4XX-HBC] - 1908(Qld)-1994(Qld) - Licences: 4ZP Maryborough (1937-1939); 4ZP Sarina (1947-1956); 4ZP Cooroy (1960-1980+) - Qualifications: cc; AOCP 1978, 1937, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: teacher (Yerra via Maryborough, Qld, 1936-1937; Sarina, 1943); farmer (Cooroy, 1963-1980) ===''PETERSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Marzanti Petersen|Petersen, Thomas William Marzanti "Bill"]] - 1919(Qld)-1981(Qld) - 4FY Brisbane (Cooparoo Heights, 1946-1947), 4YO Moreton Island (1975), amateur operator (AOCP 2321, 1939, No. ?? in Qld), radio clubs (WIAQ, councillor), military (WW2, AIF), employment (Hills TV service), business proprietor (Advance Radio, Wynnum Radio Repairs) ===''PETERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Franz Peterson|Peterson, Harold Franz]] [https://www.familysearch.org/tree/person/details/G8XJ-CV1] - 1888(NSW)-1961(NSW) - Licences: 2HP Sydney (Coogee, 1930-1960) - Qualifications: cc; AOCP 617, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: inspector (Coogee, 1930-1958) * [[/Rupert Clarence Peterson|Peterson, Rupert Clarence]] [https://www.familysearch.org/tree/person/details/G87D-VJ3] - 1910(Vic)-2000(NSW) - Licences: 7AZ Receive Hobart (West Hobart, 1922-1923); Receive Hobart (West Hobart, 1923-1924); 3PT Melbourne (Moonee Ponds, 1928-1939) - Qualifications: cc; AOCP 401, 1928, No. ?? in Vic; AOLCP 96, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Moonee Ponds, 1931-1937; Caulfield, 1942-1949; Ivanhoe, 1954-1977); retired (Merimbula, 1980) * [[/Walter Peterson|Peterson, Walter]] - 19??(???)-19??(???) - Licences: 3QP Melbourne (Toorak, 1930-1939) - Qualifications: cc; AOCP 689, 1930, Vic - amateur operator; amateur broadcaster - Electoral Rolls: telephone mechanic (Kew, 1925); telephone engineer (Kew, 1926-1928); engineer (Toorak, 1931-1937); secretary (Lilydale, 1943-1954); electrical instrument maker (Collingwood North, 1967-1968) - several contemporaneous WPs * [[/Walter Martin Peterson|Peterson, Walter Martin]] [https://www.familysearch.org/tree/person/details/LDRD-G6B] - 1910(WA)-1978(WA) - Licences: 6LW Perth (West Perth, 1937; East Perth, 1938-1939, 1947-1948; City, 1954-1956; City Beach, 1960-1975+) - Qualifications: cc; AOCP 1864, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: student (Balcatta, WA, 1931-1936; North Perth, WA, 1937; East Perth, WA, 1937-1943); radio engineer (East Perth, WA, 1949-1958); lecturer (City Beach, WA, 1963-1977) ===''PHELPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Phelps|Phelps, William Joseph]] [https://www.familysearch.org/tree/person/details/G8D5-97G] - 1912(NSW)-1987(NSW) - Licences: 2DL Sydney (Canterbury, 1931-1939, 1946; Ashbury, 1947-1975) - Qualifications: AOCP 769, 1931, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1935-1937; Ashfield, 1942; Ashbury, 1949-1963) ===''PHILBIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Philbin|Philbin, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GDKL-L7L] - 1889(Tas)-19??(???) - Licences: 7FP Queenstown (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ulverstone, 1914); electrician (Queenstown, 1919-1937); electrical fitter (Queenstown, 1949-1954); to NSW 1940s ===''PHILLIPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan William Albert Phillips|Phillips, Alan William Albert]] [https://www.familysearch.org/tree/person/details/GXVR-LD4] - 1915(SA)-2009(SA) - Licences: 5GX Adelaide (Somerton, 1936-1937) - Qualifications: cc; AOCP 1601, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (St Leonards, SA, 1939; South Plympton, SA, 1941-1943) * [[/Albert Maurice Phillips|Phillips, Albert Maurice]] [https://www.familysearch.org/tree/person/details/GXVR-GGP] - 1915(SA)-2008(SA) - Licences: 5ZU Adelaide (Prospect, 1936-1939, 1947-1980) - Qualifications: cc; AOCP 1713, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Gordon George Phillips|Phillips, Gordon George]] [https://www.familysearch.org/tree/person/details/GX7V-TB1] - 1887(NSW)-1941(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 93, 1915; 1COCP 321, 1933 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Townsville, 1912-1919); radio telegraphist (Currie, King Island, 1922); telegraphist (South Townsville, 1925); radio telegraphist (Thursday Island, 1928); radio telegraphist (Cooktown, 1937) * [[/Harry Edward James Thomas Phillips|Phillips, Harry Edward James Thomas]] [https://www.familysearch.org/tree/person/details/G8ZW-SXG] - 1896(Vic)-1963(Vic) - Licences: 3JU Melbourne (Mitcham, 1929-1933; Abbotsford, 1937; South Yarra, 1938-1939, 1946-1948; Merlynstone, 1954-1960) - Qualifications: AOCP 532, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: slaughterman (Newmarket, 1919); butcher (Emerald, 1922; Mitcham, 1924-1936; Abbotsford, 1937; South Yarra, 1949) * [[/James Graham Phillips|Phillips, James Graham]] [https://www.familysearch.org/tree/person/details/GZLJ-8JC] - 1909(SA)-1943(Vic) - Licences: 5BW Adelaide (Glenelg, 1926-1931; Somerton, 1933-1939)- Qualifications: cc; AOCP 256, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Somerton, 1939-1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/606863] * [[/Noel William Phillips|Phillips, Noel William]] [https://www.familysearch.org/tree/person/details/G9FX-877] - 1911(Qld)-1941(Qld) - Licences: 4NP Ipswich (1934-1939) - Qualifications: cc; AOCP 1396, 1934, Qld - amateur operator; amateur broadcaster; employment (Qld Public Works Dept) - Electoral Rolls: painter (Ipswich, Qld, 1936-1937) ===''PHILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurance Vincent Phillis|Phillis, Laurance Vincent]] [https://www.familysearch.org/tree/person/details/GS5R-98V] - 1900(SA)-1953(SA) - Licences: 5LP Adelaide (South Payneham, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1136, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PHILPOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Hanmer Philpot|Philpot, Clarence Hanmer]] [https://www.familysearch.org/tree/person/details/GMRM-C7S] - 1906(Vic)-1982(Vic) - Licences: Receive (Valve) Geelong (1923); 3CP Geelong (1924-1925); 3CP Warrnambool (1925-1926); 3KL Ararat (1927); 3KL Avoca (1931-1937); 3KL Horsham (1938-1939); 3KL Melbourne (Elsternwick, 1946-1980+) - Qualifications: cc; AOCP 381, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal clerk (Derrinallum, 1928; Avoca, 1931-1936); postal (Elsternwick, 1942-1980) ===''PHILPOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Jones Philpott|Philpott, Oliver Jones]] [https://www.familysearch.org/tree/person/details/G8LJ-52T] - 1869(???)-1934(Vic) - Licences: 3VS Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: orchardist (Sandringham, 1919); manager (Caulfield, 1921-1927) ===''PHIPPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Roger Sydney Phipps|Phipps, William Roger Sydney]] [https://www.familysearch.org/tree/person/details/GZX2-Z6G] - 1896(Eng)-1973(WA) - Licences: 6WP Perth (Subiaco, 1924-1927; Victoria Park, 1930-1933; South Perth, 1937-1939, 1946-1969) - Qualifications: cc; AOCP 111, 1925, No. ?? in WA; AOLCP 16, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Subiaco, 1921); electrical fitter (Subiaco, 1925); radio operator (Victoria Park, 1931; South Perth, 1936-1972) ===''PIKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Herbert Arthur Pike|Pike, John Herbert Arthur "Jack"]] [https://www.familysearch.org/tree/person/details/MT5R-K62] - 1890(NSW)-1961(NSW) - XJP Sydney (Arncliffe, 1911), XDY Sydney (Arncliffe, 1912-1914), XDZ Sydney (Arncliffe, 1912), 2DF Receive Sydney (Epping, 1922-1924), 2JP Sydney (Epping, 1925-1929; Greenwich, 1930-1939, 1946-1961), amateur operator (AOCP 130, 1925, No. ?? in NSW), amateur broadcaster, AWA (research, later draftsman) ===''PINNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chalker Pinnell|Pinnell, John Chalker]] [https://www.familysearch.org/tree/person/details/G8Z5-P4G] - 1902(NSW)-1997(NSW) - Licences: 2OL Receive Sydney (Annandale, 1923-1924); 2ZR Sydney (Marrickville, 1929-1934; Ashfield, 1935-1936; Summer Hill, 1937-1939, 1946-1950; Earlwood, 1954-1961; Croydon, 1965) - Qualifications: AOCP 547, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Dulwich Hill, 1930-1934; Ashfield, 1936; Summer Hill, 1937-1949); teacher (Earlwood, 1954-1963); retired (Ashfield, 1968; Mt Kuringai, 1980) ===''PINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Pinney|Pinney, C. R.]] - 18??-19?? - 4CP Port Moresby - amateur operator, amateur broadcaster ===''PITCHFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stuart Frederick Pitchford|Pitchford, William Stuart Frederick]] [https://www.familysearch.org/tree/person/details/GZ5C-X48] - 1906(Eng)-1959(SA) - Licences: 5WP Adelaide (City, 1926-1933; Hyde Park, 1937-1939) - Qualifications: cc; AOCP 254, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Reade Park, 1939-1943) ===''PITTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Graham Pitts|Browne, Reginald Graham or Graham Reginald]] [https://www.familysearch.org/tree/person/details/LZGB-56Y] - 1915(SA)-2005(WA) - Licences: 5GP Adelaide (Torrensville, 1934-1939); 5GP Alice Springs (1947); 5GE Port Augusta (1955-1975); 5GE Adelaide (Kensington Gardens, 1980+) - Qualifications: cc; AOCP 1377, 1934, SA; 2COCP 189, 1938; 1COCP 225, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: finisher (Torrensville, SA, 1941-1943); radio engineer (Alice Springs, NT, 1949) ===''POLLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Henderson Pollock|Pollock, John Henderson]] [https://www.familysearch.org/tree/person/details/GXFM-9TQ] - 1895(NSW)-1978(Qld) - Licences: Receive Brisbane (Moorooka, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Moorooka, Qld, 1922-1926); insurance manager (Townsville, Qld, 1928-1937); insurance agent (Moorooka, Qld, 1943-1977) ===''PONSONBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bessborough Ponsonby|Ponsonby, John Bessborough]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 466, 1919; 1COCP 50, 1930 - coastal wireless operator - Electoral Rolls: ===''POPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maitland Glen Pope|Pope, Maitland Glen]] [https://www.familysearch.org/tree/person/details/KJ4K-FN6] - 1884(WA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 122, 1915; 1COCP 153, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Subiaco, 1906); civil servant (Subiaco, WA, 1910); civil servant (Hobart North, Tas, 1914); officer-in-charge (Wireless Station, Thursday Island, Qld, 1919-1921); wireless expert (Wireless Station, Applecross, 1925); wireless operator (Moonee Ponds, Vic, 1927-1931); supervisor (Essendon, Vic, 1936-1954) ===''PORTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Glanville Porter|Porter, Leonard Glanville]] [https://www.familysearch.org/tree/person/details/GXLX-765] - 1897(SA)-1969(SA) - Licences: 5MP Huddlestone (1938-1939; 1947-1948) - Qualifications: cc; CPRT 966, 1927; 1COCP 73, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Flinders Naval Depot, Vic, 1924); wireless operator (5PI Crystal Brook, SA, 1939-1943) ===''POTTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Potter|Potter, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GXYZ-38V] - 1915(WA)-1993(WA) - Licences: 6ZO Perth (East Fremantle, 1937-1939; Bicton, 1947-1965; Melville, 1969-1980+) - Qualifications: cc; AOCP 1959, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (East Fremantle, WA, 1937-1943); contractor (East Fremantle, WA, 1949-1958; Melville, 1963); builder (Melville, WA, 1968-1980) * [[/William Francis Potter|Potter, William Francis]] [https://www.familysearch.org/tree/person/details/G878-638] - 1908(NSW)-1959(NSW) - Licences: 2WP Helensburgh (1928-1939); 2WP Fairy Meadow (1948-1950); 2WP Charlestown (1954-1960) - Qualifications: AOCP 399, 1928, No. ?? in NSW; 3COCP 38, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Helensburgh, 1930-1937); mechanic (Fairy Meadow, 1949); shiftman (Charlestown, 1954); electrical mechanic (Charlestown, 1958); railway employee (New Lambton, 1958) ===''POTTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Charles Pottie|Pottie, Norman Charles]] [https://www.familysearch.org/tree/person/details/9V3D-JFZ] - 1909(NSW)-1961(NSW) - Licences: 2HQ Sydney (Bellevue Hill, 1930-1931; Hunters Hill, 1933-1938; Mosman, 1939) - Qualifications: AOCP 589, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933; Hunters Hill, 1936-1937; Albury, 1943; Willoughby, 1949-1958) ===''POULSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valdemar Poulsen|Poulsen, Valdemar]] - 1869(Denmark)-1942(Denmark) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - inventor of a magnetic wire recorder, Poulsen arc transmitter - Electoral Rolls: Nil yet identified - Links: [[w:Valdemar Poulsen|Wikipedia]]; [https://ethw.org/Valdemar_Poulsen IEEE]; [https://www.britannica.com/biography/Valdemar-Poulsen Britannica] ===''POWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Power|Power, A. H.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Highgate Hill, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''PRESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Arthur Campbell Preston|Preston, Thomas Arthur Campbell]] [https://www.familysearch.org/tree/person/details/GHDV-FFD] - 1886(Tas)-1970(Tas) - Licences: 7BK Queenstown (1923-1927+) - Qualifications: cc; AOCP 190, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; Mount Lyell Co (electrical engineer, 1920s; chief engineer) - Electoral Rolls: engineer (Queenstown, 1919-1954) ===''PRESTON-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cedric Preston-Smith see Cedric Preston Smith ===''PRICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Clarey Price|Price, John Clarey "Jack"]] [https://www.familysearch.org/tree/person/details/L7GR-V19] - 1884(Qld)-1954(Qld) - Licences: 4CE (Receive) 1922; 4FI or 4FJ Brisbane (Bardon, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); radio business proprietor (Wireless House); public servant (PMG) - Electoral Rolls: mechanic (Wooloowin, 1912-1913); public servant (Bardon Estate, 1919-1936; Bardon, 1943-1954) * [[/Keith Ferguson Price|Price, Keith Ferguson]] [https://www.familysearch.org/tree/person/details/94TB-TPD] - 1900(Vic)-1978(Qld) - Licences: 4KF Brisbane (Camp Hill, 1937-1939, 1947) - Qualifications: cc; AOCP 1937, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Norman Park, Qld, 1925-1926); engineering instructor (Camp Hill, Qld, 1937-1943); electrical engineer (Camp Hill, Qld, 1954-1958) ===''PRIDDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Arthur Priddle|Priddle, Raymond Arthur]] [https://www.familysearch.org/tree/person/details/G8H3-PNF] - 1913(NSW)-1971(NSW) - Licences: 2RA Bathurst (1929-1936); 2RA Sydney (Marrickville, 1938-1939; Greenwich, 1946; Pymble, 1947-1961; Wahroonga, 1969) - Qualifications: AOCP 473, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: civil engineer (Yass, 1935; Marrickville, 1936-1943; Lane Cove, 1943; Pymble, 1949-1963); engineer (Wahroonga, 1968) ===''PRIDEAUX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Charles Prideaux|Prideaux, Joseph Charles]] [https://www.familysearch.org/tree/person/details/GX6Y-Y6H] - 1908(Qld)-1969(NSW) - Licences: 4DS Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: musician (Lismore, NSW, 1935-1943); hairdresser (Lismore, NSW, 1949-1968) ===''PRIDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Clifford Pridham|Pridham, Leslie Clifford]] [https://www.familysearch.org/tree/person/details/GXK2-H6C] - 1916(SA)-2007(SA) - Licences: 5WP Adelaide (Torrensville, 1937-1939) - Qualifications: cc; AOCP 2047, 1937, SA; BOCP 301, 1940; 1COCP 834, 1944 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Torrensville, SA, 1939-1941); public servant (Lockleys, SA, 1943) ===''PRINCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Prince|Prince, Albert Edward]] [https://www.familysearch.org/tree/person/details/GXKT-ZLR] - 1914(SA)-1996(SA) - Licences: 5WK Adelaide (Walkerville, 1934-1939; Kurralta Park, 1947; Plympton, 1948-1980+) - Qualifications: cc; AOCP 1358, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Queenstown, SA, 1941); fitter (Gracemere, SA, 1943); sheet metal worker (Broadview Gardens, SA, 1943) ===''PROPOSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilhelm Carl Lormann Proposch|Proposch, Wilhelm or William Carl Lormann or Forman]] [https://www.familysearch.org/tree/person/details/LVVN-TGW] - 1900(NSW)-1970(Qld) - Licences: 4PL Chinchilla (1937-1939); 4PL Nanango (1947-1969) - Qualifications: cc; AOCP 1986, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: wellborer (Maclargan via Jondaryan, Qld, 1925-1936); radio dealer (Chinchilla, Qld, 1937; Nanango, Qld, 1943-1968) ===''PRYZBILLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Alfred Pryzibilla|Pryzibilla, Colin Alfred]] [https://www.familysearch.org/tree/person/details/GXKD-1SY] - 1910(SA)-2001(SA)91yo - Licences: 5XJ Adelaide (Parkside, 1935-1939, 19471960; Brooklyn Park, 1965-1969; Ascot Park, 1975; Plympton Park, 1980) - Qualifications: cc; AOCP 1590, 1935, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PURDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Commodore Vere Purdon|Purdon, Commodore Vere]] [https://www.familysearch.org/tree/person/details/GQ28-Y6B] - 1901(Tas)-1968(Tas) - Licences: 7AM Receive Hobart (Battery Point, 1922); Receive Hobart (Battery Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart East, 1922; Hobart South, 1928; Bellerive, 1936-1954) =='''Q'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''QUICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Quick|Quick, John]] [https://www.familysearch.org/tree/person/details/LKWF-QQF] - 1852(Eng)-1932(Vic) - state politician (MLA Vic, 1880s & 1890s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1909-1910), oversight of 1909 Melbourne Wireless Telegraphy Conference - Links: [[w:John_Quick_(politician)|Wikipedia]]; [https://adb.anu.edu.au/biography/quick-sir-john-8140 ADB] ===''QUIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Quin|Quin, Charles]] [https://www.familysearch.org/tree/person/details/G8VW-TP8] - 1910(WA)-1979(WA) - Licences: 6CX Perth (Subiaco, 1930-1933; Nedlands, 1937; Wembley, 1938-1939, 1946-1947) - Qualifications: cc; AOCP 678, 1930, No. ?? in WA; AOLCP 178, 1934 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Wembley Park, 1937); accountant (Swanbourne, 1963); retired (Swanbourne, 1972-1977) =='''R'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''RADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Dynan Radford|Radford, Wilfred or William Dynan]] [https://www.familysearch.org/tree/person/details/92MT-KNF] - 1916(Qld)-1996(NSW) - Licences: 4WV Brisbane (Ashgrove, 1936-1937); 4WW Brisbane (Ashgrove, 1938-1939) - Qualifications: cc; AOCP 1624, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: theological student (Hunters Hill, NSW, 1943); clergyman (Toongabbie, NSW, 1954); priest (Marist College, Armidale, NSW, 1958; Toongabbie, NSW, 1963-1968; Hunters Hill, NSW, 1977-1980) ===''RAGLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Beaumont Ragless|Ragless, Gordon Beaumont]] [https://www.familysearch.org/tree/person/details/GMY3-58F] - 1909(SA)-2002(SA) - Licences: 5GR Adelaide (St Marys, 1928-1939; Marion, 1946-1948) - Qualifications: cc; AOCP 434, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: orchard assistant (St Marys, 1939-1943) ===''RAINBOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Rainbow|Rainbow, Christopher James]] [https://www.familysearch.org/tree/person/details/G87K-BB5] - 1911(Vic)-1994(Vic) - Licences: 3JR Melbourne (Preston, 1928-1954; West Preston, 1955-1969; Rosebud, 1975-1980) - Qualifications: AOCP 406, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, partnership (Supreme Radio Co, Preston ?-1932), WW2 (RAAF) - Electoral Rolls: engineer (Preston, 1931-1942); traveller (Preston, 1949-1972; Rosebud, 1977); retired (Rosebud, 1980) - Relationships: brother-in-law of 3PA Percy James Anderson ===''RAMSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Ramsay|Ramsay, Frederick Charles]] [https://www.familysearch.org/tree/person/details/GXNM-4RT] - 1871(Eng)-1950(NSW) - Licences: Receive (Crystal) Brisbane (Toowong, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hermit Park, Qld, 1903-1905; South Brisbane, Qld, 1912; West End, Qld, 1915-1919); accountant (Toowong, Qld, 1921-1925; Waverley, NSW, 1930-1934); teacher (Waverley, NSW, 1936-1943) * [[/Robert Ramsay|Ramsay, Robert ]] - 1842(Sct)-1882(Vic) - solicitor, Victorian politician, Postmaster-General Victoria (Jul 1874 - Aug 1875; Oct 1875 - May 1877) ===''RANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Otto Randell|Randell, Charles Otto]] [https://www.familysearch.org/tree/person/details/97TF-XLP] - 1880(NSW)-1958(Qld) - Licences: 4BK Innisfail (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster (callsign to 4BK Brisbane commercial 1930) - Comment: 4AC Leslie Waters employed by Randell Engineering - Electoral Rolls: analytical chemist (Hambledon, 1903); chemist (Goondi, 1908); engineer (Innisfail, 1912-1913); mechanical engineer (Townsville, 1915); analytical chemist (Innisfail, 1919-1930); agent (Toowong, 1936); chemist (Brisbane, 1937); industrial chemist (North Sydney, 1949) ===''RANKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Ronald Rankin|Rankin, Kenneth Ronald "Ken"]] [https://www.familysearch.org/tree/person/details/L2RC-8FS] - 1906(Vic)-1964(Vic) - Licences: 3KR Kerang (1926-1939); 3KR Benalla (1946-1960) - Qualifications: AOCP 242, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio salesman (Kerang, 1928-1937); manager (Benalla, 1949-1963) - Probate: Theatre Manager (Benalla, 1965) ===''RANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Rann|Rann, George William]] [https://www.familysearch.org/tree/person/details/GZDG-VMV] - 1908(WA)-1974(WA) - Licences: 6KO Perth (Nedlands, 1932-1939) - Qualifications: cc; AOCP 1000, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Nedlands, WA, 1931); printer (West Subiaco, WA, 1936; Wembley, WA, 1937-1943; Leederville, WA, 1954-1958); civil servant (City Beach, WA, 1963-1972) ===''RAYNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Rayner|Rayner, Jack]] [https://www.familysearch.org/tree/person/details/LYQQ-2LK] - 1898(NSW)-1972(NSW) - Licences: 2LJ Sydney (Stanmore, 1928-1930; Belmore, 1931-1939, 1946-1950) - Qualifications: AOCP 384, 1928, No. ?? in NSW; 2COCP 425, 1933; 1COCP 335, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: police constable (Annandale, 1930); constable (Belmore, 1933-1934); police constable (Belmore, 1937-1949) ===''READ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Earl Read|Read, Alfred Earl "Earl"]] - 1892(NZ)-1960(NZ) - journalist (editor NZ Radio Times to 1936; editor and proprietor, Australasian Radio World 1936-1940; manager, Australasian Radio World 1940+) * [[/Allan William Read|Read, Allan William]] [https://www.familysearch.org/tree/person/details/GX1B-WF2] - 1913(WA)-1983(WA) - Licences: 6LK Perth (Mt Lawley, 1931-1933); 6LK Northam (1937-1939) - Qualifications: cc; AOCP 735, 1931, No. ?? in WA; AOLCP 163, 1934; 1COCP 83, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Broadcasting Station, Northam, WA, 1936-1937); radio technician (North Perth, WA, 1943-1958); public servant (Nollamara, WA, 1963-1980) ===''READER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/d'Arcy Harold Reader|Reader, d'Arcy Harold]] [https://www.familysearch.org/tree/person/details/L5KX-8N8] - 1888(NZ)-1952(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 123, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: wireless telegraphist (Thursday Island, Qld, 1916-1917) ===''READING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Reading|Reading, Edward Charles]] [https://www.familysearch.org/tree/person/details/GZW7-9DL] - 1904(NSW)-1979(NSW) - 2RG Bangalow (1925-1929), 2LT Lismore (1965-1975), amateur operator (AOCP 65, 1925, No. ?? in NSW), amateur broadcaster, electrician, Reading Bros (proprietor & electrical engineer, 1930-1939), 2RG callsign may have been withdrawn by PMGD for 2RG Griffith commercial * [[/Leonard William Reading|Reading, Leonard William]] [https://www.familysearch.org/tree/person/details/L2LY-H23] - 1904(WA)-1989(WA) - Licences: 6LR Northam (1933-1936); 3TQ Newport (1937); 6LR Perth (Pearce, 1938-1939; South Perth, 1946-1947) - Qualifications: cc; AOCP 1200, 1933, Vic; 1COCP 384, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Northam, WA, 1925-1936; Newport, Vic, 1937); airman (South Perth, WA, 1943); supervisor (Karinup, WA, 1980) ===''REDDROP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Reddrop|Reddrop, James William Jnr]] [https://www.familysearch.org/tree/person/details/GD1T-SYY] - 1906(Vic)-1981(NSW) - Licences: 7BN Launceston (1934-1937); 3BN Melbourne (Caulfield, 1938-1939, 1946-1954) - Qualifications: cc; 1COCP 28, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: airman (Elsternwick, 1931; St Kilda, 1937); air force (Elsternwick, 1942-1954); air force officer (Glenbrook, NSW, 1958); RAAF officer (Campbell, 1963); retired (Hackett, ACT, 1968); representative (Tbre Lake, 1972-1980) ===''REED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Griffiths Reed|Reed, Joseph Griffiths "Joe"]] [https://www.familysearch.org/tree/person/details/GC6Y-GZZ] - 1897(NSW)-1969(NSW) - Licences: XABP Newcastle (1914); 2JR Sydney(Summer Hill, 1924-1933; Croydon, 1934-1939; Northbridge, 1946-1969) - Qualifications: cc; CPRT 710, 1922; 1COCP 235, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio engineer (Summer Hill, NSW, 1930-1934); engineer (Croydon, NSW, 1936-1937); electrical engineer (Northbridge, NSW, 1943-1968) ===''REEDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Bennett Reedman|Reedman, Alfred Bennett]] [https://www.familysearch.org/tree/person/details/KZLN-MVM] - 1896(Qld)-1982(Qld) - Licences: Receive (Valve) Brisbane (Norman Park, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kangaroo Point, Qld, 1919-1921; Norman Park, Qld, 1925-1980) ===''REES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Montague Elyder Rees|Rees, Richard Montague Elyder]] [https://www.familysearch.org/tree/person/details/MPXW-S6Y] - 1901(Eng)-1962(Vic) - Licences: 2RE Sydney (Stanmore, 1926-1927; Coogee, 1928-1930); 2WM Sydney (Enfield, 1931-1933); 2APW Albury (1946-1947); 3APW Darling (1948-1954) - Qualifications: AOCP 296, 1926, No. ?? in NSW; CPRTelephony 959, 1927; 2COCP 283, 1930; BOCP 107, 1937; 1COCP 941, 1945 - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Enfield, 1931-1937) ===''REEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Herbert Reeves|Reeves, Cecil Herbert]] [https://www.familysearch.org/tree/person/details/GF3Z-X92] - 1905(WA)-1975(WA) - Licences: 6CR Perth (Claremont, 1931-1933; Victoria Park, 1937-1939) - Qualifications: cc; AOCP 746, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Claremont, WA, 1931; Victoria Park, WA, 1936-1943; Wagin, WA, 1954; Fremantle, WA, 1958; East Fremantle, WA, 1963-1972) ===''REID''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Reid|Reid, John]] [https://www.familysearch.org/tree/person/details/GF3G-PDG] - 1901(Vic)-19??(???) - Licences: 3BE Melbourne (Werribee, 1937); 6BE Perth (RAAF, Pearce, 1938); 3AJR Ballarat (1947-1980+) - Qualifications: cc; 2COCP 26, 1935 - amateur operator; amateur broadcaster; WW2 - Comment: Several contemporaneous JRs - Electoral Rolls: retired (Ballarat, Vic, 1977-1980) ===''REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Dwyer Reilly|Reilly, Edward or Edwin Dwyer]] [https://www.familysearch.org/tree/person/details/G9S5-67P] - 1913(Vic)-1991(SA) - Licences: 5AI Adelaide (Woodville, 1935-1939; Brooklyn Park, 1947-1975; Aldinga, 1980+) - Qualifications: cc; AOCP 1524, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Woodville, SA, 1939-1943) * [[/Eric Harold Reilly|Reilly, Eric Harold]] [https://www.familysearch.org/tree/person/details/L153-S1X] - 1905(Qld)-1950(Qld) - Licences: 4ER Brisbane (Hill End, 1934-1937); 4ER Laidley (1938-1939, 1946-1948) - Qualifications: cc; AOCP 1339, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ, WICEN) - Electoral Rolls: rubber worker (Hill End, Qld, 1934-1937); motor mechanic (Laidley, Qld, 1943-1949) ===''REIMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Alwin Reimann|Reimann, Albert Alwin]] [https://www.familysearch.org/tree/person/details/G4RD-V3K] - 1905(SA)-1946(SA) - Licences: 5JO Adelaide (Kent Town, 1928-1939) - Qualifications: cc; AOCP 453, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil ===''REINARTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John L. Reinartz|Reinartz, John L.]] - 1894(Ger)-1964(USA) - 1QP (1908-?), 1XAM, W3RB, K6BJ USA, amateur operator, with Fred Schnell made first Trans-Atlantic 2 Way QSO with F8AB Leon Deloy ===''REINHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Cyril Reinhold|Reinhold, Edwin Cyril]] [https://www.familysearch.org/tree/person/details/LHH4-WWR] - 1900(Qld)-1984(Qld) - Licences: Q747 Receive Brisbane (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Clayfield, 1925); motor mechanic (Gracefield, 1931-1949); soldier (Sherwood, 1954-1980) ===''RENNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rennie|Rennie, F.]] - 19??(???)-19??(???) - Licences: 3HI Receive Melbourne (South Yarra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/J. M. Rennie|Rennie, J. M.]] - 19??(???)-19??(???) - Licences: 3QF Receive Melbourne (Northcote, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/K. M. Rennie|Rennie, K. M.]] - 19??(???)-19??(???) - Licences: 2AO Receive Sydney (Edgecliffe, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''RENSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Phillip Renshaw|Renshaw, Walter Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G9KS-1LX] - 1891(NSW)-1968(NSW) - Licences: XFP Sydney (Roseville, 1912-1914); 2DE Sydney (Roseville, 1922-1939) - Qualifications: cc; CPRT 370, 1918 - early wireless experimenter; amateur operator - amateur broadcaster; WW1; radio clubs (WIA NSW - 1912+, President, Federal President); professional clubs (IRE NSW - founding member); business (consulting engineer); witness to Royal Commission 1927 (as Hon. Sec. WIA NSW) - Comment: late 1930s entangled in a NSW State Government corruption enquiry - Electoral Rolls: civil engineer (Roseville, 1936-1954; Ashfield, 1958-1968) ===''RENWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Griffith Renwick|Renwick, Arthur Griffith]] [https://www.familysearch.org/tree/person/details/GD57-8XV] - 1902(NSW)-1967(NSW) - Licences: 2CG Receive Sydney (Woollahra, 1922) - Qualifications: cc; BOCP 292, 1940 - amateur receiver - Electoral Rolls: pharmacist (Roseville, 1930-1937); chemist (Drummoyne, 1943-1954); retail chemist (Strathfield, 1958-1963) ===''RETALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Moncrieff Retallick|Retallick, James Moncrieff]] [https://www.familysearch.org/tree/person/details/LKK3-QDW] - 1898(NSW)-1969(NSW) - Licences: 2XO Bellingen (1930-1939, 1946-1947); 2FE Portable Bellingen (1933-1939); 2XO Raleigh (1948-1955); 2XO Coffs Harbour (1956-1958); 2XO Urunga (1960-1969); - Qualifications: AOCP 664, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: attendant (Substation, Raleigh, 1949-1954); electrical mechanic (Urunga, 1963-1968) ===''REYNOLDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Daniel Reynolds|Reynolds, George Daniel]] [https://www.familysearch.org/tree/person/details/GX9J-VBQ] - 1886(NZ)-1964(Vic) - Licences: Nil yet identified - Qualifications: cc; 1COCP 180, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: wireless operator (Rockhampton, 1917; Cooktown, 1928); radio (Malvern, 1934-1937); wireless operator (New Farm, 1943); radio station manager (Townsville, 1949); retired (Malvern, 1954-1963) ===''RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Rhodes|Rhodes, Harry]] [https://www.familysearch.org/tree/person/details/G8BS-QMC] - 1887?(???)-1966(SA) - Licences: Receive (Valve) Kadina (1923); 5HR Kadina (1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: Needs more research - Electoral Rolls: electrical engineer (Quorn, 1939-1943; Grassmere, 1943) ===''RIBBETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Ribbett|Ribbett, Thomas John]] [https://www.familysearch.org/tree/person/details/GXQQ-YRJ] - 1880(SA)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPOE, 1917) - Electoral Rolls: Nil yet identified ===''RICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fry Rich|Rich, Charles Fry]] [https://www.familysearch.org/tree/person/details/GXN8-YZ3] - 1873(Eng)-1949(NSW) - Licences: 4CR Fife Bay, Papua - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Father of 4VX 2AJZ 9VX 2API Mackendrick Charles William Rich - Electoral Rolls: retired (Chatswood, NSW, 1943-1949) * [[/Mackendrick Charles William Rich|Rich, Mackendrick Charles William]] [https://www.familysearch.org/tree/person/details/GXN8-5MB] - 1903(PNG)-1991(NSW) - Licences: 4VX Samarai, Papua (1938-1939); 2AJZ Sydney (Chatswood, 1946); 9VX Port Moresby (1947-1948); 2API Sydney (Manly Vale, 1954-1955; Balgowlah, 1956-1969; Manly Vale, 1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Son of 4CR Charles Fry Rich - Electoral Rolls: no occupation (Manly Vale, NSW, 1954-1963); retired (Manly Vale, NSW, 1977-1980) ===''RICHARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. F. Richards|Richards, G. F.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (Moonah, 1923); 2237 Hobart (Moonah, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/George Richards|Richards, George]] [https://www.familysearch.org/tree/person/details/GHDM-JZ6] - 1888(Qld)-1963(Qld) - Licences: 4XK Ipswich (1930-1939) - Qualifications: cc; AOCP 575, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mine manager (Silkstone, 1917-1932; Booval, 1936-1958) * [[/Maurice Evans Richards|Richards, Maurice Evans]] [https://www.familysearch.org/tree/person/details/GZ3X-KPB] - 1910(SA)-1997(SA) - Licences: 5CY Receive Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923); 5MR Adelaide (Glenunga, 1927-1928) - Qualifications: cc; AOCP 369, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Relationships: Likely a relation of 5WR Wilfred Mayo Richards - Electoral Rolls: welder (Millswood East, SA, 1943) * [[/Norman Henry Richards|Richards, Norman Henry]] [https://www.familysearch.org/tree/person/details/GXH1-NL1] - 1912(Eng)-2007(Qld) - Licences: 4NR Brisbane (Wooloowin, 1932-1937) - Qualifications: cc; AOCP 1071, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Wooloowin, Qld, 1936-1937); mechanic (Eagle Junction, Qld, 1943); refrigeration engineer (Maryborough, Qld, 1949-1954); engineer (Ashgrove, Qld, 1963-1968); retired (Glasshouse Mountains, Qld, 1972-1977; Tin Can Bay, Qld, 1980) * [[/Victor John Richards|Richards, Victor John]] [https://www.familysearch.org/tree/person/details/GFML-3HH] - 1916(WA)-1992(WA) - Licences: 6JR Perth (Nedlands, 1937-1939) - Qualifications: cc; AOCP 1894, 1937, WA; 2COCP 265, 1939; 1COCP 367, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: storeman (Nedlands, WA, 1937); radio operator (Alice Springs, NT, 1943); machinery assistant (Wivenhoe, Tas, 1949); radio technician (Darlinghurst West, NSW, 1949; Charters Towers, Qld, 1949)); radio operator (Carlingford, NSW, 1954); radio technician (Blacktown, NSW, 1958); technician (Applecross, WA, 1958-1972); radio officer (Applecross, WA, 1977-1980) * [[/Wilfred Mayo Richards|Richards, Wilfred Mayo]] [https://www.familysearch.org/tree/person/details/GZ3X-6W4] - 1896(SA)-1948(SA) - 5WR Adelaide (Medindie Gardens, 1927-1939, 1946-1948) - Qualifications: cc; AOCP 364, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - certainly a relation of 5MR Maurice Evans Richards ===''RICHARDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Kennington Richardson|Richardson, Alan Kennington]] [https://www.familysearch.org/tree/person/details/GXRM-73L] - 1914(SA)-1994(SA) - Licences: 5AR Adelaide (Everard Park, 1934-1939; City, 1947-1980+) - Qualifications: cc; AOCP 1277, 1934, SA; AOLCP 201, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Everard Park, SA, 1939) * [[/Jasper Bede Richardson|Richardson, Jasper Bede]] [https://www.familysearch.org/tree/person/details/GX1J-LTY] - 1907(WA)-1969(WA) - Licences: 6LX Perth (Fremantle, 1931-1933; Hollywood, 1937-1939) - Qualifications: cc; AOCP 831, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (East Fremantle, WA, 1931); radio mechanic (Hollywood, WA, 1936-1937; East Perth, WA, 1943; East Fremantle, WA, 1949); mechanic (Bicton, WA, 1954-1968) * [[/John Keith Richardson|Richardson, John Keith "Keith"]] [https://www.familysearch.org/tree/person/details/G6QQ-76P] - 1906(Qld)-1954(Tas) - Licences: 4KR Barcaldine (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: overseer ("Ashgrove", Gore, 1930-1932) ===''RICKABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorimer Douglas Rickaby|Rickaby, Lorimer Douglas "Rick"]] [https://www.familysearch.org/tree/person/details/GMR4-Z8W] - 1906(Qld)-1975(Qld) - Licences: 4VR Brisbane (Coorparoo, 1936-1939, 1946-1948; Coopers Plains, 1955-1975) - Qualifications: cc; BOCP 485, 1938 - amateur operator; amateur broadcaster; broadcast technician (4VL, 4AK, 4BK); military (WW2, RAN); ship wireless officer; security officer (MSS) - Relationships: father of 4RX Brian ??? Rickaby; father-in-law of 4VR Valerie ??? Rickaby - Electoral Rolls: telegraphist (Flinders Naval Depot, Vic, 1931-1934); radio engineer (Coorparoo, Qld, 1937); technician (Coorparoo, Qld, 1943-1949); meter reader (Coopers Plains, Qld, 1958-1972) * [[/Brian ??? Rickaby|Rickaby, Brian ???]] - Licences: 4ZAP Brisbane (Coopers Plains, 1960); 4RX Brisbane (Salisbury, 1965-1980) - Qualifications: AOLCP; AOCP; BOCP; TVOCP - amateur operator; broadcast engineer (Qld State Broadcasting Office, P&TD / DoC / DoTaC / ABA) - Relationships: son of 4VR Lorimer Douglas Rickaby; husband of 4VR Valerie ??? Rickaby - Electoral Rolls: ===''RIETHMULLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Riethmuller|Riethmuller, Eric Charles]] [https://www.familysearch.org/tree/person/details/G64Z-XCL] - 1903(Qld)-1987(Qld) - Licences: 4SK Willis Island (1931) - Qualifications: cc; 2COCP 250, 1930; 1COCP 299, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jandowae, 1936); radio technician (Wellington, NSW, 1937; Moorooka, 1943); radio operator (Darlinghurst, 1949; Wahroonga, 1963-1972); retired (Toowoomba, 1972-1980) ===''RING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Mostyn Ring|Ring, Keith Mostyn]] [https://www.familysearch.org/tree/person/details/LKB8-YR7] - 1913(SA)-1991(SA) - Licences: 5KH Adelaide (Kensington Park, 1932-1939, 1947-1948; Marion, 1954; Eden Hills, 1955-1969); 5KH Williamstown (1975); 5KH Kapunda (1980+) - Qualifications: cc; AOCP 923, 1932, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank official (Jamestown, SA, 1941-1943) * [[/Thomas Leo Ring|Ring, Thomas Leo]] [https://www.familysearch.org/tree/person/details/GX95-D97] - 1893(Vic)-1945(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 233, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Rockhampton, 1916; Sandgate, 1921); clerical assistant (Bowen, Qld, 1925); postmaster (Texas, 1930-1937); retired (Hendra, Qld, 1943) ===''RIPPEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Adolf Heinrich Gerhard Rippen|Rippen, Adolf Heinrich Gerhard]] [https://www.familysearch.org/tree/person/details/GZLK-QSB] - 1919(WA)-1941(Off coast of Kenya) - Licences: 6GR Perth (Fremantle, 1936-1939) - Qualifications: cc; AOCP 1731, 1936, WA - amateur operator; amateur broadcaster; WW2 (RAN, HMAS Sydney II, Telegraphist) - Electoral Rolls: engineer (Fremantle, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.sydneymemorial.com/registrydetails.asp?ID=478 HMAS Sydney II Memorial]; [https://vwma.org.au/explore/people/644953 VWMA]; [http://www.streetwisemedia.com.au/unknown-sydney-sailor-named-after-80-years/ Streetwise] ===''RIVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Ronald Rivers|Rivers, Edmund Ronald or Ronald Edmund]] [https://www.familysearch.org/tree/person/details/GDJH-V2S] - 1901(Vic)-1950(Vic) - Licences: 3ER Receive Melbourne (Essendon, 1922-1923); 3ER Melbourne (Essendon, 1924-1925) - Qualifications: cc; CPRT 767, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''RIX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Henry George Rix|Rix, Walter Henry George]] [https://www.familysearch.org/tree/person/details/MMQX-KZQ] - 1898(Qld)-1923(Qld) - Licences: 4EC Receive Brisbane (Bulimba, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: tram conductor (Valley, Qld, 1919-1921) ===''ROBBINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Fellows Robbins|Robbins, Thomas Fellows]] [https://www.familysearch.org/tree/person/details/GX5X-2SL] - 1918(SA)-1986(SA) - Licences: 5DK Adelaide (Fullarton, 1935-1937; Malvern, 1938-1939); 5AQ Leigh Creek (1954-1960); 5AQ Port Augusta (1965-1980+) - Qualifications: cc; AOCP 1548, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Malvern, SA, 1941-1943) ===''ROBERTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles D'Arcy Roberts|Roberts, Charles D'Arcy]] [https://www.familysearch.org/tree/person/details/GZ2N-VBN] - 1909(NSW)-1943(Burma) - licences: 2JV Sydney (Greenwich, 1928-1939) - qualifications: AOCP 408, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 (signalman, 8 Division Signals, 1943) - Electoral rolls: clerk (Lane Cove, 1930-1937) - "Greater love hath no man than this" * [[/Harry Mayland Roberts|Roberts, Harry Mayland or Mayfield (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXLH-KKF] - 1912(SA)-1979(SA) - Licences: 5MY Adelaide (Alberton East, 1931; Myrtle Bank, 1938-1939; Fullarton Estate, 1947-1954; Plympton, 1955-1965; North Plympton, 1969-1975) - Qualifications: cc; AOCP 763, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Myrtle Bank, SA, 1939-1943) * [[/J. C. A. Roberts|Roberts, J. C. A.]] - 19??(???)-19??(???) - Licences: XAAY Sydney (Parramatta, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Identification: Not yet identified, despite three given names - Electoral Rolls: Nil yet identified * [[/Nicholas William Roberts|Roberts, Nicholas William]] [https://www.familysearch.org/tree/person/details/GXRC-XKV] - 1915(SA)-1936(SA) - Licences: 5NR Adelaide (St Peters, 1933-1936) - Qualifications: cc; AOCP 1228, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, age 21yo - Electoral Rolls: Nil yet identified * [[/Noel Grafton Roberts|Roberts, Noel Grafton]] [https://www.familysearch.org/tree/person/details/GXRD-CCL] - 1924(Eng)-2008(Eng) - Licences: 5NR Katherine (1947) - Qualifications: cc; 1COCP 589, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio inspector (Tally Ho, Vic, 1967-1968; Glen Waverley, Vic, 1972-1980) * [[/Richard George Crafter Roberts|Roberts, Richard George Crafter or Crofter]] [https://www.familysearch.org/tree/person/details/MWFZ-Z24] - 1901(NSW)-1964(NSW) - Licences: 2UU Sydney (Ashfield, 1923-1925) - Qualifications: cc; CPRT 750, 1922; 2COCP 430, 1933; 1COCP 505, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ashfield, 1933-1936; Lovetts Bay, 1943; Chatswood, 1949-1958) * [[/Russell Flexmore Roberts|Roberts, Russell Flexmore]] [https://www.familysearch.org/tree/person/details/LL4K-265] - 18??-1961(Qld) - Licences: 4PN Brisbane (West End, 1927-1933; Annerley, 1937-1939, 1946-1960) - Qualifications: cc; AOCP 372, 1927, No. 41 in Qld - amateur operator; amateur broadcaster; WW2; television experimenter (4CM); broadcaster (4BC, manager) - Electoral Rolls: musical director (South Brisbane, 1919); musician (Coorparoo, 1934); manager (Yeronga, 1936-1937); alderman (Annerley, 1954) * [[/V. Roberts|Roberts, V.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ROBERTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Desmond Robertson|Robertson, Brian Desmond]] [https://www.familysearch.org/tree/person/details/GX2G-W63] - 1921(SA)-1996(SA) - Licences: 1RD Macquarie Island (1950s); 5RD Adelaide (Henley Beach, 1954-1956) - Qualifications: cc; 1COCP 998, 1946 - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/David Sterling Robertson|Robertson, David Sterling]] [https://www.familysearch.org/tree/person/details/GW2M-F7H] - 1920(SA)-19??(???) - Licences: 5RN Adelaide (Mt Lofty, 1937-1939, 1948-1965); 1ATR Canberra (Deakin, 1956; Yarralumla, 1960); 5RN Adelaide (Stirling, 1969-1980+) - Qualifications: cc; AOCP 1944, 1937, SA; 2COCP 346, 1940; 1COCP 405, 1940 - amateur operator; amateur broadcaster - Relationships: Husband of 5YL-1YL Denise Alison Robertson nee Haslam - Electoral Rolls: radio engineer (North Sydney, 1943) * [[/Denise Alison Robertson|Robertson nee Haslam, Denise Alison]] [https://www.familysearch.org/tree/person/details/GW2M-JWG] - 1927(NSW)-2008(SA) - Licences: 1YL Canberra (Yarralumla, 1960-1965); 5YL Adelaide (Stirling, 1969) - Qualifications: cc; AOCP 3552, 1956, ACT - amateur operator; YL operator - Relationships: Wife of 5RN-1ATR David Sterling Robertson - Electoral Rolls: Nil yet identified ===''ROBINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Robinson|Robinson, Alexander]] [https://www.familysearch.org/tree/person/details/L1G8-ZJ2] - 1900(Eng)-1949(NSW) - Licences: 2GR Sydney (Haberfield, 1930-1937; Richmond, 1938-1939; Hunter's Hill, 1946-1948) - Qualifications: AOCP 498/499, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical meter tester (Haberfield, 1933-1936) - 2GR callsign previously held by Joseph Sydney Marks * [[/Arthur Robinson|Robinson, Arthur]] [https://www.familysearch.org/tree/person/details/G8CS-4PP] - 1926(Vic)-19??(???) - Licences: 3ABF Sale (1948-1956); 3ABF Melbourne (Croydon, 1960); 3ABF Traralgon (1965-1980+) - Qualifications: AOCP 2710, 1948, Vic; TVOCP 184, 1959 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Sale, 1949-1954); technician (Croydon, 1963); PMG TV technician (Traralgon, 1963-1980) * [[/Charles John Robinson|Robinson, Charles John]] [https://www.familysearch.org/tree/person/details/LNJD-DC5] - 1908(Tas)-2004(???) - Licences: 7RC Launceston (1936-1937); 7KR Launceston (1938-1939) - Qualifications: cc; AOCP 1668, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carter (Launceston, 1936-1937); cordial maker (Launceston, 1943) * [[/John William Robinson|Robinson, John William]] [https://www.familysearch.org/tree/person/details/GS7H-Q61] - 1895(Eng)-1963(NSW) - Licences: 2EN Receive Sydney (Ryde, 1922-1923); 2RN Receive Sydney (Concord, 1923); 4RN Brisbane (Kedron, 1931) - Qualifications: cc; Nil yet identified - amateur receiver; amateur broadcaster; Honorary Radio Inspector NSW; First director 4QG - Comment: several contemporaneous JWRs - Electoral Rolls: wireless engineer (Merthyr, Qld, 1925-1926); radio engineer (Highgate Hill, Qld, 1928); engineer (Herston, 1936-1937) ===''ROBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Laudreux Robson|Robson, Colin Laudreux]] [https://www.familysearch.org/tree/person/details/GXYV-TL8] - 1916(WA)-1973(WA) - Licences: 6XI Perth (Mt Lawley, 1937-1939); 6XI Northam (1947-1948); 6XI Waterloo (1954-1960); 6XI bunbury (1965-1969) - Qualifications: cc; 3COCP 181, 1936; AOCP 2055, 1937, WA; BOCP 234, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (6AM Quarters, Northam, WA, 1949; 6TZ, Waterloo, WA, 1958-1963; Bunbury, WA, 1968-1972) ===''ROCKWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Bruce Rockwell|Rockwell, Horace Bruce]] [https://www.familysearch.org/tree/person/details/K882-BWV] - 1887(Tas)-1955(NSW) - Licences: XQH Brisbane (Wynnum) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; WW1; WW2; a founder of Wireless Institute of Queensland 1912 - Electoral Rolls: electrician (Fort Lytton, Qld, 1913; Wynnum, Qld, 1917-1919); electrical engineer (Enoggera, Qld, 1919; Chelmer, Qld, 1925); electrician (Fort Lytton, Qld, 1936-1937); soldier (Middle Head, NSW, 1943); engineer (Northbridge, NSW, 1949) ===''RODDA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William David Rodda|Rodda, William David]] [https://www.familysearch.org/tree/person/details/G8WK-4JB] - 1907(WA)-1961(WA) - Licences: 6WR Perth (Claremont, 1928-1939) - Qualifications: cc; AOCP 435, 1928, No. ?? in WA; BOCP 1191, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Claremont, 1931-1936; Nedlands, 1937; Claremont, 1943); control operator (Nedlands, 1949-1954); technician (Perth, 1958) ===''RODWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Rodwell|Rodwell, Albert Edward]] [https://www.familysearch.org/tree/person/details/MWX8-VG7] - 1909(Qld)-1976(Qld) - Licences: Receive (Crystal) Brisbane (Bowen Hills, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Bowen Hills, Qld, 1936-1937); grocer (Kedron, Qld, 1943-1949); company manager (Wavell Heights, Qld, 1954-1968); bookseller (Aspley, Qld, 1972) ===''ROGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Stanley Rogers|Rogers, Bernard Stanley]] [https://www.familysearch.org/tree/person/details/GXPV-L34] - 1912(SA)-1987(SA) - Licences: 5FG Adelaide (Blackwood, 1934-1939; Edwardstown, 1947-1948; Glandore, 1954-1980+) - Qualifications: cc; AOCP 1274, 1934, SA; 1COCP 907, 1945 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Edwardstown, SA, 1939-1943) ===''ROHDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Campbell Rohde|Rohde, William Campbell "Bill"]] [https://www.familysearch.org/tree/person/details/G76S-GRF] - 1907(Qld)-1991(Qld) - Licences: 4RW Brisbane (Red Hill, 1929-1939) - Qualifications: cc; AOCP 493, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (YWCA Wireless Club); comms engineer (PMGD); broadcast engineer (4QG) - Electoral Rolls: telephone mechanic (Red Hill, 1934-1943; Newmarket, 1949); postal engineer (Coorparoo, 1958-1980) ===''ROLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Rolls|Rolls, Sydney]] [https://www.familysearch.org/tree/person/details/GX95-V3F] - 1886(???)-1957(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918); WW1 - Electoral Rolls: electrician (Auburn, Vic, 1916-1919); naval officer (Camberwell, Vic, 1924-1925); engineer (Hawthorn, Vic, 1928-1949) ===''ROSCOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Thomas Roscoe|Roscoe, Geoffrey Thomas]] [https://www.familysearch.org/tree/person/details/G8QR-GJY] - 1900(Qld)-1985(Qld) - Licences: Receive Condamine (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: teacher (Condamine, Qld, 1925; Macknade, Qld, 1936-1937; Boonah, Qld, 1943); retired (St Lucia, Qld, 1968-1980) ===''ROSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William (Qld) Rose|Rose, Robert William (Qld)]] [https://www.familysearch.org/tree/person/details/G8DS-JJM] - 1911(Qld)-1970(NSW) - Licences: 4RR Brisbane (1925); 4RQ Longreach (1930-1939, 1946-1948); 2AQR Wallsend (1956-1961); 2AQR Avoca (1965-1969) - Qualifications: cc; AOCP 576, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; chemist - Comment: Another Robert William Rose b1923 BOCP 993 - Electoral Rolls: mechanic (Toowong, 1925); chemist (Longreach, 1936-1949; West Wallsend, 1958-1963; Avoca Beach, 1968) * [[/Robert William (Vic) Rose|Rose, Robert William (Vic)]] - 1923(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; BOCP 993, 1948; 3AIR 1790, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: ===''ROSENSKJAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rosenskjar|Rosenskjar, F.]] - 19??-19?? - 4?? Brisbane (Fairfield) (Operator 4BI), amateur operator, amateur broadcaster ===''ROSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander David Ross|Ross, Alexander David]] [https://www.familysearch.org/tree/person/details/G68V-KFR] - 1883(Sct)-1966(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Professor of Mathematics & Physics, University of Perth) - Electoral Rolls: university professor (Perth Club, 1916; West Perth, 1925-1954); retired (Albany, WA, 1958-1963) - Links: [https://adb.anu.edu.au/biography/ross-alexander-david-8270 ADB]; [[w:Alexander_David_Ross|Wikipedia]]; [https://www.news.uwa.edu.au/archive/201206204747/features/setting-standards-excellence/ UWA] * [[/John Francis Ross|Ross, John Francis "Jack"]] - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer (PMGD); journalist (editor, The Broadcaster); historian (broadcasting, Amateur Radio, radiocommunications); author ("History of Radio in South Australia"; "Radio Broadcast Technology") - Electoral Rolls: ===''ROUTLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert Angus Routledge|Routledge, Robert Angus "Bob"]] [https://www.familysearch.org/tree/person/details/GWX2-BDP] - 1913(SA)-1997(SA) - Licences: 5RA Adelaide (Richmond, 1930-1931; Henley Beach, 1933) - Qualifications: cc; AOCP 679, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: manufacturer (Henley, 1939); radio technician (Henley, 1941); physics technician (Glenelg, 1943) ===''ROWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. L. Rowe|Rowe, R. L.]] - 19??(???)-19??(???) - Licences: 2LR Sydney (Milsons Point, 1928; McMahons Point, 1929) - Qualifications: cc; AOCP 267, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ROWLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert George Rowland|Rowland, Robert George]] [https://www.familysearch.org/tree/person/details/KH14-G2J] - 1902(Vic)-1996(Vic) - Licences: 3GR Ballarat (1930-1939, 1946-1980+) - Qualifications: AOCP 657, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grocer (Grovedale, 1924); storekeeper (Majorca, 1925-1927; Ballarat, 1931); radio dealer (Ballarat, 1936-1980) - Don't Confuse: 3ZGG/3AFS Robert George Rowlands ===''ROWLATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Rowlatt|Rowlatt, Thomas William]] [https://www.familysearch.org/tree/person/details/GCMJ-HZT] - 1892(Qld)-1978(Qld) - Licences: Receive (Crystal) Brisbane (South Brisbane, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: fitter (Kangaroo Point, Qld, 1915-1921); engineer (Kangaroo Point, Qld, 1925-1937); mechanical engineer (Kangaroo Point, Qld, 1943-1968); retired (Chermside, Qld, 1972-1977) ===''ROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Roy|Roy, A. J.]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 577, 1930, No. ?? in Vic - amateur operator?; amateur broadcaster? - Electoral Rolls: Nil yet identified - Individual not yet identified (115 Skene St, Warrnambool, Vic - 1930) ===''ROYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Arthur Kirkcaldy Royle|Royle, William Arthur Kirkcaldy]] [https://www.familysearch.org/tree/person/details/GZ13-BBQ] - 1909(NSW)-1965(NSW) - Licences: 2WA Sydney (Edgecliff, 1927-1928); 2AWK Sydney (Darling Point, 1946-1950; Sandringham, 1961) - Qualifications: AOCP 318, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: underwriter (Edgecliff, 1936-1954); agent (Sandringham, 1958) ===''RUBAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Peter Ruban|Ruban, John Peter]] [https://www.familysearch.org/tree/person/details/G8CM-DMS] - 1925(???)-2015(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: radio technician (Footscray North, 1963-1968); technician (Maidstone, Vic, 1972-1980) ===''RUMBOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Rumbold|Rumbold, George Henry]] [https://www.familysearch.org/tree/person/details/9VKD-BSQ] - 1907(Vic)-1977(Vic) - Licences: 3GR Bendigo (1927) - Qualifications: AOCP 349, 1927, No. ?? in Vic - amateur operator - Electoral Rolls: carpenter (Bendigo, 1928); insurance agent (Kyneton, 1931; Shepparton, 1931; Bendigo, 1936-1937); assistant superintendent (Bendigo, 1942-1954); cabinet maker (Bendigo, 1963-1972) ===''RUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Ruse|Ruse, Thomas William]] [https://www.familysearch.org/tree/person/details/KZMB-QWY] - 1891(Vic)-1987(WA)95yo - Licences: 6WK Perth (Perth City, 1930-1931; Osborne Park, 1933-1969) - Qualifications: cc; AOCP 627, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: baker (Osborne Park, 1916-1972); retired (Bunbury, 1977-1980) ===''RUSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Cooper Russell|Russell, Albert Cooper "Bert"]] [https://www.familysearch.org/tree/person/details/GFQ9-BQV] - 1916(WA)-1995(NSW) - Licences: 6AR Albany (1936-1937); 6AR Northam (1938-1939) - Qualifications: cc; AOCP 1670, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937); mechanic (New Town, Tas, 1943-1949); engineer (Sandringham, Vic, 1954; Sans Souci, NSW, 1958; Double Bay, NSW, 1963; Kensington, NSW, 1968-1980) ===''RYAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Ryan|Ryan, Albert John "Jack"]] [https://www.familysearch.org/tree/person/details/GZWH-V6X] - 1897(Vic)-1984(NSW) - Licences: 2LE Canberra (Kingston, 1930-1933); 2YN Canberra (Kingston, 1933-1939) - Qualifications: CPRT 489, 1919; AOLCP 80, 1932; no record of AOCP - amateur operator; amateur broadcaster; WW1; WW2; broadcast engineer; PMGD (junior mechanic NSW, 1917; clerk, 1919); founder of 2CA Canberra commercial - Electoral Rolls: - several contemporaneous AJR's * [[/George Edward Ryan|Ryan, George Edward]] [https://www.familysearch.org/tree/person/details/G8CM-RCC] - 1910(Qld)-1987(Qld) - Licences: 4RG Brisbane (South Brisbane, 1936-1939; Dutton Park, 1946-1954) - Qualifications: cc; AOCP 1633, 1936, Qld - amateur operator; amateur broadcaster; telephone mechanic (PMGD) - Comment: several contemporaneous GERs - Electoral Rolls: motor mechanic (South Brisbane, Qld, 1937); telephone mechanic (South Brisbane, Qld, 1943-1954); PMG Instructor (St Lucia, Qld, 1958); instructor (Taringa, Qld, 1963-1980) ===''RYMILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Campbell Rymill|Rymill, Arthur Campbell]] [https://www.familysearch.org/tree/person/details/LXVS-CTB] - 1907(SA)-1989(SA) - Licences: Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Riddoch Rymill|Rymill, Robert Riddoch]] [https://www.familysearch.org/tree/person/details/LV5N-YC9] - 1904(SA)-1990(SA) - Licences: V753 Receive Melbourne (Toorak, 1922); 3GX Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: ethnologist (South Yarra, 1931) - Links: [https://vwma.org.au/explore/people/535352 WW2] =='''S'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''SAAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Saar|Saar, Alexander]] [https://www.familysearch.org/tree/person/details/GZ52-N3K] - 1889(???)-1956(WA) - Licences: 6CZ Receive Perth (West Perth, 1923); 6CZ Northam (1923-1925); 6KM Eucla (1926-1927); 6KM Geraldton (1933); 6KM Perth (Maylands, 1937-1939) - Qualifications: cc; AOCP 264, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telegraph lineman (North Perth, WA, 1915); postal electrician (Northam, WA, 1917); mechanic (Bunbury, WA, 1916-1917; Balkatta, WA, 1922; Eucla, WA, 1925-1926; North Perth, WA, 1928; Maylands, WA, 1931); postal electrician (Maylands, WA, 1936-1954) ===''SAGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Noel Sagar|Sagar, Eric Noel]] [https://www.familysearch.org/tree/person/details/GDKS-4J9] - 1896(SA)-1976(NSW) - Licences: 5CM Receive Adelaide (Largs Bay, 1923); Receive Adelaide (Largs Bay, 1923); 5CM Adelaide (Largs Bay, 1924-1926); 4ES Brisbane (Greenslopes, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Halcyon: Not mentioned - Electoral Rolls: manager (Greenslopes, Qld, 1932); engineer (Darlinghurst, 1943-1949); orchardist (Kincumber, NSW, 1949-1958) ===''SAINSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Henry Sainsbury|Sainsbury, Rupert Henry]] [https://www.familysearch.org/tree/person/details/L28X-5H3] - 1896(NSW)-1974(NSW) - Licences: 2YJ Sydney (Concord, 1924-1936); 4YJ Brisbane (Clayfield, 1937-1939); 2YJ Sydney (Concord, 1946-1954; Epping, 1955-1975) - Qualifications: cc; AOCP 54, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: clerk (Concord, 1930); traveller (Hendra, 1936-1937); soldier (Norman Park, 1943); executive (Concord West, 1949-1954); commercial traveller (Epping, 1958-1968) ===''SAINTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Melville Sainty|Sainty, Clifford Melville]] [https://www.familysearch.org/tree/person/details/GZ61-1GZ] - 1907(NSW)-1987(SA) - 2MS Warrawee (1925-1926), amateur operator (AOCP 88, 1925, No. ?? in NSW), amateur broadcaster, likely related to XAH S. J. Sainty ===''SALAMY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Salamy|Salamy, Edward]] [https://www.familysearch.org/tree/person/details/GZHH-VWR] - 1904(Vic)-1977(Vic) - Licences: 3AJ Receive Warrnambool (1922-1923); 3AJ Warrnambool (1924-1933); 3PS Warrnambool (1948-1975) - Qualifications: cc; AOCP 35, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: jeweller (Warrnambool, 1924-1977) ===''SAMPHIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Luke Samphier|Samphier, Richard Luke]] [https://www.familysearch.org/tree/person/details/L58L-DPC] - 1914(WA)-1980(WA) - Licences: 6YZ Perth (City, 1936-1937; Victoria Park, 1938-1939; Carlisle, 1947-1955; Mt Lawley, 1956-1975+) - Qualifications: cc; AOCP 1717, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: blind school worker (North Perth, WA, 1936; Leederville, WA, 1943); Blind School employee (Carlisle, WA, 1949-1954; Mt Lawley, WA, 1958) ===''SAMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Sampson|Sampson, Thomas Walter]] [https://www.familysearch.org/tree/person/details/GFWX-3TB] - 1894(NSW)-1954(WA) - Licences: XYAF Boulder (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: ===''SANDEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Sandel|Sandel, Otto]] [https://www.familysearch.org/tree/person/details/GW4J-54J] - 1905(Qld)-1999(NSW) - 2UW Sydney (Manly, 1923; Kensington, 1923-1924; Northbridge, 1924-1925; Bellevue Hill, 1926-1927); 2HH Sydney (Woollahra, 1936-1939, 1946-1969; Bondi, 1975) - Qualifications: cc; AOLCP 270, 1935, NSW - amateur operator; amateur broadcaster; founder B class 2UW Sydney & 2UX Wagga Wagga - don't confuse Charles Albert Sandell of AAE fame - Electoral Rolls: radio dealer (Woolahra, 1930-1931); engineer (Bondi, 1933; Edgecliff, 1936-1937; Bondi Junction, 1943-1954; Bondi Beach, 1958-1980) ===''SANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Albert Sandell|Sandell, Charles Albert]] - 1886(Eng)-1980(WA) - early wireless experimenter, Sydney, 1911, amateur operator (AOCP ??, 19??, No. ?? in ???), participant in the Australasian Antarctic Expedition, amateur broadcaster, military (WW1), don't confuse Otto Sandel of 2UW fame ===''SANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Sander|Sander, John Henry "Jack"]] [https://www.familysearch.org/tree/person/details/K6WF-H23] - 1906(WA)-1955(WA) - Licences: 6MS Geraldton (1935-1937); 6MS Perth (Cannington, 1938-1939, 1947-1956) - Qualifications: cc; AOCP 1435, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wheelwright (Geraldton, WA, 1930); electrician (Geraldton, WA, 1931-1937); telephone mechanic (South Perth, WA, 1937; Cannington, WA, 1943-1954) ===''SANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas George Sanderson|Sanderson, Douglas George]] [https://www.familysearch.org/tree/person/details/9WZJ-2K3] - 1924(Qld)-1994(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcast engineer (PMGD); historian (broadcast); federal public servant (PMGD) - Electoral Rolls: PMG technician (Torwood, Qld, 1949-1954); technician (Ashgrove, Qld, 1958-1968); engineer (Chermside, Qld, 1972; Windsor, Qld, 1977-1980) ===''SANDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Keith Sandham|Sandham, James Keith "Keith"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''SAUNDERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lewis Saunders|Saunders, Alfred Lewis]] [https://www.familysearch.org/tree/person/details/GZLR-FMS] - 1909(SA)-2003(???) - Licences: Receive Adelaide (Hyde Park, 1923-1924); 5BX Adelaide (Glenelg, 1925-1939, 1946-1955; Plympton, 1956-1980+) - Qualifications: cc; AOCP 223, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Glenelg, 1939-1943) ===''SAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Saw|Saw, Frederick William]] [https://www.familysearch.org/tree/person/details/G9S9-JN3] - 1884(WA)-1957(WA) - Licences: 6DA Perth (Armadale, 1923-1926; Victoria Park, 1927); 6DA Albany (1930-1931); 6DA Perth (Wanneroo, 1933; North Perth, 1937-1939); 6DA Northam (1946-1948) - Qualifications: cc; AOCP 174, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storekeeper (Armadale, 1909); electrician (Beverley, 1916-1917; Armadale, 1921-1925; Albany, 1928-1931; Balkatta, 1936; Leederville, 1937; Kalgoorlie, 1937-1943); mechanic (North Perth, 1949); retired (Triggs Island, 1954) * [[/Malcolm Henry Saw|Saw, Malcolm Henry ]] [https://www.familysearch.org/tree/person/details/LVCY-H9M] - 1921(WA)-1997(WA) - 6SM Perth (Doubleview, 1960-1980+), amateur operator (AOCP 3674, 1958, No. ?? in WA), WW2, engineer (Doubleview, 1972) ===''SAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Sawford|Sawford, Leonard Francis]] [https://www.familysearch.org/tree/person/details/LF7J-2XK] - 1908(SA)-1968(SA) - Licences: 5DH Receive Adelaide (Port Adelaide, 1923); Receive Adelaide (Port Adelaide, 1923); 5LF Adelaide (Peterhead, 1925-1928; West Croydon, 1931; Largs, 1937-1939); 5YF Adelaide (Glen Osmond, 1948-1965) - Qualifications: cc; AOCP 173, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; agent (Largs, 1939) - Electoral Rolls: agent (Largs, SA, 1939-1941) ===''SCANLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Scanlon|Scanlon, William Lawrence]] [https://www.familysearch.org/tree/person/details/GDKG-3XR] - 1901(Tas)-1971(NSW) - Licences: Receive Hobart (West Hobart, 1921-1923); 7AL Hobart (West Hobart, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; sales (Medhursts, Hobart to 1924, Launceston from 1924) - Electoral Rolls: Nil yet identified ===''SCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harley Irwin Schell|Schell, Harley Irwin]] [https://www.familysearch.org/tree/person/details/GD57-PV8] - 1907(Tas)-1996(Tas) - Licences: 7AW Receive West Burnie (1922); Receive West Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: mechanic (Kelso, 1936-1972) ===''SCHLEICHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Schleicher|Schleicher, Keith]] [https://www.familysearch.org/tree/person/details/G3D4-5RS] - 1918(Qld)-1997(Qld) - 4KS Brisbane (Toowong, 1938-1939, 1946-1947; Alderley, -1950+; Aspley, McDowall, -1980+) - amateur operator (AOCP 2144, 1938, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), radio employee (Tracksons, manager service), business proprietor (Blue & White Cabs comms) ===''SCHMIDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Frederick Schmidt|Schmidt, Ronald Frederick]] [https://www.familysearch.org/tree/person/details/G88P-1B9] - 1913(Vic)-1990(Vic) - Licences: 3LY Trafalgar (1930); 3LY Moe (1931); 3LY Sale (1933-1939, 1946-1948); 3LY Melbourne (Camberwell, 1954-1980+) - Qualifications: AOCP 567, 1930, No. ?? in Vic; AOLCP 69, 1932; 1COCP 72, 1936; TVOCP 75, 1957 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: wireless operator (Sale, 1934-1937); radio technician (Sale, 1949-1954); technician (Camberwell, 1954-1980) ===''SCHNITZERLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Joseph Schnitzerling|Schnitzerling, Leonard Francis Joseph]] [https://www.familysearch.org/tree/person/details/G885-W43] - 1907(Qld)-1969(Qld) - Licences: 4CK Warwick (1938-1939, 1946-1969) - Qualifications: cc; AOCP 2099, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, 1928-1968) ===''SCHOFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Schofield|Schofield, William]] [https://www.familysearch.org/tree/person/details/GXB3-69N] - 1874(Eng)-1971(WA)97yo - Licences: 6WS Perth (Peppermint Grove, 1935-1939, 1947-1969) - Qualifications: cc; AOCP 1463, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: manager (Peppermint Grove, WA, 1919); broker (Peppermint Grove, WA, 1922-1968) ===''SCHOLZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hans Scholz|Scholz, Hans "Harold" / "Harry" / "Tibby"]] [https://www.familysearch.org/tree/person/details/G64P-CV3] - 19??(???)-1970(Qld) - Licences: 4HR Brisbane (Coorparoo, 1931); 4HR Nambour (1933); 4HR Brisbane (Coorparoo, 1937); 4HR Gladstone (1937-1939); 4HR Brisbane (Morningside, 1946-1969) - Qualifications: cc; AOCP 784, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ; South Brisbane RC; Brisbane DX Club); broadcast technician (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, 1937); mechanic (Dalby, 1943); not stated (Morningside, 1949-1968) ===''SCHULTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Nelson Schultz|Schultz, Leonard Nelson "Len"]] [https://www.familysearch.org/tree/person/details/GZJY-QBF] - 1906(NSW)-1980(NSW) - Licences: 2LO Sydney (Lane Cove, 1922); 2LO Sydney (Lane Cove, 1923-1930); 2ANM Sydney (Mosman, 1947-1980) - Qualifications: cc; AOCP 171, 1925, No. ?? in NSW; AOLCP 45, 1931; 3AIR 176, 1942 - amateur operator; amateur broadcaster; broadcast engineer (co-designed 2GB, 1926; involved 2CA, 4BH, 2MW, 5DN); professional associations (IRE: foundation member, vice-president, president); aviator (Royal Aero Club NSW, committee) - Electoral Rolls: broadcasting engineer (Mosman, 1935-1937); engineer (Mosman, 1949-1977) ===''SCHULTZE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Ludwig Schultze|Schultze, John Edwin Ludwig]] [https://www.familysearch.org/tree/person/details/GQTB-9FL] - 1906(Vic)-1969(Vic) - 3QO Receive Melbourne (Glenferrie, 1923-1924), 3JS Melbourne (Glenferrie, 1925-1933; Hawthorn, 1937-1939), amateur operator (AOCP 163, 1925, No. ?? in Vic), amateur broadcaster, motor mechanic (Hawthorn, 1934) ===''SCOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil John Scott|Scott, Alfred Cecil John "Cecil", "Cec", "Scottie"]] [https://www.familysearch.org/tree/person/details/M12J-9YK] - 1888(Tas)-1954(Tas) - Licences: Receive (Crystal) Launceston (1923); 7CS Launceston (1925-1931); 7CS Hobart (Lindisfarne, 1933; Sandy Bay, 1937-1939) - Qualifications: cc; AOCP 56, 1925, No. ?? in Tas - amateur receiver; amateur operator; amateur broadcaster - Comment: well-known for comic QSL cards - Electoral Rolls: bench clerk (Nelson, 1936; Hobart South, 1943-1954) * [[/Ernest Kilburn Scott|Scott, Ernest Kilburn]] [https://www.familysearch.org/tree/person/details/LBDW-TBR] - 1868(Eng)-1941(Eng) - Came to Sydney in 1905 to organise electrical engineering department of University of Sydney, likely early wireless experimenter, promoted need for wireless telegraphy for Australia, returned to England ca 1910 - [https://www.gracesguide.co.uk/Ernest_Kilburn_Scott Graces Guide - Ernest Kilburn Scott] * [[/Francis Ladner Scott|Scott, Francis Ladner]] [https://www.familysearch.org/tree/person/details/GXHK-DTF] - 1899(Eng)-1953(Qld) - Licences: 4BO Thursday Island (1933); 2UH Sydney (Randwick, 1934-1936; Naremburn, 1937-1938; La Perouse, 1939 - Qualifications: cc; CPRT 419, 1918; 2COCP 360, 1931; 1COCP 33, 1934 - amateur operator; amateur broadcaster; coastal wireless operator; military (UK Merchant Navy post WW1) - Electoral Rolls: wireless operator (Nundah, Qld, 1921-1925); radio telegraphist (Pinkenba, Qld, 1929; Thursday Island, Qld, 1931; Randwick, NSW, 1935; Waverton, NSW, 1943; Wyndham, WA, 1943; Rockhampton, Qld, 1949) * [[/George Archibald Scott|Scott, George Archibald "Scotty"]] [https://www.familysearch.org/tree/person/details/G682-TGN] - 1882(Eng)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 607, 1921; 1COCP 181, 1931 - RANRS (commissioned telegraphist, 1917); PMGD (radio inspector, WA); witness to Royal Commission 1927 (as radio inspector, WA) - Electoral Rolls: engineer (Rockhampton, 1913-1914; Hendra, 1915-1917); radio inspector (Fremantle, 1925-1937) - Links: [http://nla.gov.au/nla.news-article84253651 Bio] * [[/Herbert Godfrey Scott|Scott, Herbert Godfrey "Herb"]] [https://www.familysearch.org/tree/person/details/G8MJ-JFJ] - 1902(Qld)-1968(Qld) - Licences: 4HS Toowoomba (1931-1937); 4HS Brisbane (Albion, 1938-1939; 1946-1965) - Qualifications: cc; AOCP 750, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Railways) - Electoral Rolls: clerk (Toowoomba, 1925-1936; Albion, 1943-1968) * [[/Jack Bartlett Scott|Scott, Jack Bartlett]] [https://www.familysearch.org/tree/person/details/G8VX-FLR] - 1909(NSW)-1988(NSW) - Licences: 2NR Sydney (Epping, 1930-1934); 2AJX Sydney (Cheltenham, 1938-1939; Epping, 1946-1950) - Qualifications: AOCP 685, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Epping, 1933-1935); engineer (Epping, 1949; Wahroonga, 1954-1968); retired (Carlingford, 1977-1980) * [[/Robert Ochiltree Scott|Scott, Robert Ochiltree]] [https://www.familysearch.org/tree/person/details/G8H4-5SX] - 1898(Vic)-1960(Vic) - Licences: 2RS Gundagai (1929-1931); 2RS Balranald (1933); 3OS Scotsburn (1937-1939); 3OS Melbourne (St Kilda, 1956-1960) - Qualifications: AOCP 476, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: grazier (Ballarat, 1920-1924); farmer (Murrayville, 1925-1927; Gundagai, 1930); mechanic (South Yarra, 1943; Melbourne, 1949) * [[/Robert Townley Scott|Scott, Robert Townley]] [https://www.familysearch.org/tree/person/details/G7YC-MBK] - 1841(Eng)-1922(Qld) - senior state public servant (secretary, Qld Post & Telegraph Dept), senior federal public servant (secretary, Postmaster-General's Department) * [[/W. F. Scott|Scott, W. F.]] - 18??(???)-19??(???) - Licences: 4?? Brisbane (West End) - Qualifications: cc; AOCP 334, 1927, No. 37 in Qld - amateur operator; amateur broadcaster - Comment: likely father of H. S. Scott who was reported youngest ever to pass AOCP at age 16 - Electoral Rolls: Nil yet identified * [[/Walter Henry Scott|Scott, Walter Henry]] [https://www.familysearch.org/tree/person/details/G76Z-11G] - 1904(Eng)-1987(SA) - Licences: Receive Adelaide (Glenelg, 1923); 5HS Clare (1937-1939) - Qualifications: cc; AOCP 1888, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Clare, SA, 1939); telephone mechanic (Glenelg, SA, 1941-1943) ===''SEBIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Dudley Sebire|Sebire, Leon Dudley "Leo"]] [https://www.familysearch.org/tree/person/details/G8V2-QX5] - 1932(Vic)-2006(Vic) - Licences: 3CF Melbourne (Wandin North, 1956-1960) - Qualifications: 2COCP 1319, 1955; 1COCP 1786, 1955 - amateur operator, amateur broadcaster, director Telstra Broadcasting Branch - Electoral Rolls: radio mechanic (Wandin Yallock, 1954); engineer (Mordialloc, 1963-1980) - Relationships: son of 3MX Percival John Sebire - Awards: Member Order of Australia "For service to communications, particularly broadcasting" (1991) * [[/Percival John Sebire|Sebire, Percival John "Percy"]] [https://www.familysearch.org/tree/person/details/LCFD-Z2R] - 1904(Vic)-1994(Vic) - Licences: 3MX Melbourne (Moorabbin, 1930-1939, 1946-1980+) - Qualifications: AOCP 692, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elsternwick, 1926; Bentleigh, 1928-1936; Cheltenham, 1949; Moorabbin, 1954-1980) - Relationships: father of 3CF Leon Dudley Sebire ===''SEBLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Sebley|Sebley, William John]] [https://www.familysearch.org/tree/person/details/G649-7VL] - 1894(Qld)-1980(Qld) - Licences: 4WS Ipswich (1931-1939, 1946-1948); Southport (1954-1965) - Qualifications: cc; AOCP 736, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Ipswich, 1915; North Ipswich, 1919-1949; Southport, 1954-1968); ===''SECCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Louis Mervyn Seccombe|Seccombe, Louis Mervyn]] [https://www.familysearch.org/tree/person/details/G8PW-XWM] - 1895(Tas)-1970(NSW) - Licences: 3KT Receive Melbourne (Ascot Vale, 1922-1923); 3KT Melbourne (East Kew, 1924; Ascot Vale, 1924-1925; Hawksburn, 1926; East Malvern, 1927); 2KT Sydney (Rockdale, 1928-1939) - Qualifications: cc; 1COCP 396, 1940 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: salesman (Ascot Vale, Vic, 1919); commercial traveller (Ascot Vale, Vic, 1924); radio engineer (Rockdale, NSW, 1930-1937); wireless operator (Longreach, Qld, 1943); communications officer (Hurstville, 1949-1963); - Comment: Surname sometimes misspelled Secombe ===''SELBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Selby|Selby, George William]] [https://www.familysearch.org/tree/person/details/LCTW-BMT] - 1858(Vic)-1949(Vic) - early wireless and X-ray experimenter ===''SELF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Self|Self, Thomas Edward]] - 1854(???)-19??(???) - b. 7 Jan 1854, Early Tasmanian wireless experimenter, demonstration before Royal Society 1898, beware another Thomas Edward Self (b. 9 Oct 1853) in Hobart at the same time ===''SELFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Giles Turner Selfe|Selfe, Harry Giles Turner]] [https://www.familysearch.org/tree/person/details/K24M-5XB] - 1894(NSW)-1942(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 157, 1915; 1COCP 51, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2; RANVR (commissioned telegraphist, 1942) - Electoral Rolls: radio telegraphist (Geraldton, WA, 1918; Broome, WA, 1922; Leichhardt, NSW, 1933; Darling Harbour, NSW, 1934-1937) ===''SELLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Sellenger|Sellenger, David Charles]] [https://www.familysearch.org/tree/person/details/G8VT-5GJ] - 1902(NSW)-1966(NSW) - Licences: 2DC Sydney (Hurstville, 1930-1965) - Qualifications: AOCP 700, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Hurstville, 1930-1963) ===''SELLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Sellick|Sellick, Edward]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''SELMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold George Selman|Selman, Harold George]] [https://www.familysearch.org/tree/person/details/LRM4-3S8] - 1907(Vic)-1985(Vic) - 3GN Geelong (1925), 3GN Chilwell (1926), 3GN Geelong (1927), 3GN Melbourne (West Coburg, 1931), 3GN Geelong (1933), 3CM Geelong (1948-1980+), amateur operator (AOCP 164, 1925, No. ?? in Vic), amateur broadcaster, radio dealer (Geelong, 1954) ===''SEMMENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Segbert Cornwall Semmens|Semmens, George Segbert Cornwall]] [https://www.familysearch.org/tree/person/details/G744-HQ5] - 1901(Vic)-1977(Vic) - Licences: XJCY Melbourne (East St Kilda, 1913-1914); V756 Receive (1922); 3GZ Receive Buln Buln East (1922); 3GS Laver's Hill (1925-1926); 3GS Queenstown (1927); 3GS Moreland (1931); 3GS Foxhow (1933); Melbourne (Essendon (1937-1939); Glen Iris (1946-1960); Clematis, 1965-1975); 3AEN Melbourne (Clematis, 1954-1960) - Qualifications: cc; AOCP 216, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: teacher (Coburg, 1928; Preston, 1931; Essendon, 1936); res. chemist (Glen Iris, 1943-1963); technical adviser (Clematis, 1968-1977) ===''SERLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric Serle|Serle, Cedric]] [https://www.familysearch.org/tree/person/details/LZT2-SC8] - 1910(Vic)-1972(Vic) - Licences: 3RX Melbourne (Canterbury, 1928-1933; Toorak, 1938-1939; Elwood, 1946-1947); 3ARX Melbourne (Windsor, 1948-1956; Caulfield, 1960-1965) - Qualifications: AOCP 443, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Camberwell North, 1931-1934; Kew, 1936; Toorak, 1937; St Kilda, 1942; Prahran, 1949; Caulfield South, 1963-1972) ===''SEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Percy Lambert Holt Sewell|Sewell, Percy Lambert Holt]] [https://www.familysearch.org/tree/person/details/GDM1-YB1] - 1900(NSW)-1949(NSW) - Licences: 2CJ Receive Sydney (Paddington, 1922); 2CJ Sydney (Paddington, 1922-1925; Darlinghurst, 1925-1926) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Fire Station, Mittagong, 1930-1935; Mittagong, 1936-1937; Kempsey, 1943); installation inspector (Queanbeyan, 1949) ===''SEYLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Jakob Seyler|Seyler, Albert Jakob or Jacob]] [https://www.familysearch.org/tree/person/details/G8NL-F5N] - 1913(Ger)-1977(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - WW2 (Luftwaffe); radar engineer; television researcher; PMGD Research Laboratories (Assistant Director General) - Electoral Rolls: engineer (Mt Waverley, 1963; Burwood, 1968); PMG (Croydon, 1972); assistant director (Emerald, 1977) - [https://adb.anu.edu.au/biography/seyler-albert-jakob-11660 ADB] ===''SHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Henry Shannon|Shannon, Francis Henry "Frank"]] - 1910(Qld)-1991(Qld) - 4SN Allora (1938-1939), Tamborine (1946-1947), Minden (1948-1956), Ipswich (1960-191975), Toowoomba (1980+), amateur operator (AOCP 2145, 1938, No. ?? in Qld), amateur broadcaster , radio clubs (Wooloowin RC, WIA, Qld Listeners' League), journalist (AR, VK4 Notes), occupation (school teacher) ===''SHARLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Sharland|Sharland, Arthur Henry "Chilla"]] [https://www.familysearch.org/tree/person/details/GZZD-ZKS] - 1909(Qld)-1983(Qld) - Licences: 4SD Brisbane (Boondall, 1936-1939, 1946-1948; Ekibin, 1954); 4SD Cloncurry (1955); 4SD Brisbane (Wynnum North, 1956); 4SD Rockhampton (1960); 4SD Yeppoon (1965-1980+) - Qualifications: cc; AOCP 1807, 1936, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless operator); federal public servant (DCA) - Electoral Rolls: labourer (Boondall, Qld, 1937-1943); Commonwealth officer (Wynnum North, Qld, 1954); communications officer (Rockhampton, Qld, 1958-1963; Yeppoon, Qld, 1968-1977); retired (Causeway via Yeppoon, Qld, 1980) ===''SHARP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John James Charles Sharp|Sharp, John James Charles]] [https://www.familysearch.org/tree/person/details/GZBZ-TZV] - 1897(Vic)-1974(Vic) - Licences: 3KA Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 591, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Prahran Gardens, 1919-1924; Caulfield, 1928-1972) ===''SHARPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Victor Sharpe|Sharpe, Frank Victor]] [https://www.familysearch.org/tree/person/details/GMD2-GVZ] - 1904(Qld)-1988(Qld) - Licences: 4AZ Brisbane (Wooloowin, 1924-1929; Ashgrove, 1930-1937; Redcliffe, 1938-1939); 4ZFS Brisbane (Clayfield, 1975); 4FV Brisbane (Clayfield, 1980) - Qualifications: cc; AOCP 20, 1924, No. 4 in Qld; AOCP Q112, 1975 - amateur operator; amateur broadcaster; WW2; radio club (RSQ, WIAQ); military (AMF) - Awards: C.M.G.; O.B.E. - Electoral Rolls: merchant (Wooloowin, 1925-1929); director (Ashgrove, 1934-1937); soldier (Ashgrove, 1943); machinist (likely typo for merchant) (Clayfield, 1949); merchant (Clayfield, 1954-1980) ===''SHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Shaw|Shaw, Archibald John]] [https://www.familysearch.org/tree/person/details/G8K2-ZDZ] - 1872(NSW)-1916(Vic) - XPO King Island (1911); X?? Sydney (Randwick), early wireless experimenter, proprietor Maritime Wireless Telegraph Co of Australasia (1910+) with Edward Hope Kirkby, technical specialist - [https://adb.anu.edu.au/biography/shaw-archibald-john-8404 ADB] [http://messui.polygonal-moogle.com/valves/NW199003.pdf EA] * [[/J. G. Shaw|Shaw, J. G.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (Chelmer, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Raymond Herbert Preston Shaw|Shaw, Raymond Herbert Preston]] [https://www.familysearch.org/tree/person/details/GD3J-J31] - 1901(Eng)-1996(NSW) - Licences: 2LY Receive Sydney (Bondi, 1922-1923); 2LY Sydney (Woolahra, 1924-1929; South Kensington, 1930) - Qualifications: cc; CPRT 664, 1921 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kensington, 1930-1931; Vaucluse, 1932-1980) * [[/Sidney Alexander Shaw|Shaw, Sidney Alexander]] [https://www.familysearch.org/tree/person/details/KFJY-4NH] - 1882(Eng)-1974(WA) - Licences: 6AI Perth (East Guildford, 1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: assistant station master (Woolgangee, WA, 1916-1917); railway officer (East Guildford, WA, 1925-1926); civil servant (Kalgoorlie, WA, 1930-1931); station master (Coolgardie, WA, 1936-1943); retired (East Fremantle, WA, 1949-1972) ===''SHAWSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Shawsmith|Shawsmith, Alan "Smithy" or Alan Shaw Smith]] [https://www.familysearch.org/tree/person/details/G37T-B3Y] - 1917(Qld)-2010(Qld) - Licences: 4SA Brisbane (Indooroopilly, 1935-1939); 4SS Brisbane (West End, -1952-2010) - Qualifications: cc; AOCP 1582, 1935, Qld - amateur operator; historian (amateur); journalist; broadcast engineer (ABC2); public servant (ABC2) - Relationships: Father of 4JSS Steven Shawsmith - Electoral Rolls: poultry farmer (Salisbury, Qld, 1943); radio mechanic (West End, Qld, 1949); builder (West End, Qld, 1954-1980) * [[/Steven Shawsmith|Shawsmith, Steven "Steve"]] - Licences: 4JSS Brisbane - Qualifications: (AOCP ???, 19??, No. ?? in Qld) - amateur operator - Relationships: Son of 4SA-4SS Alan Shawsmith - Electoral Rolls: ===''SHEARER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Anderson Shearer|Shearer, Gordon Anderson]] [https://www.familysearch.org/tree/person/details/LV5G-JW4] - 1907(Qld)-1984(Vic) - Licences: 4FU Receive Brisbane (Alderley, 1923-1924); 4GA Gayndah (1930); 4GA Mt Nebo (1931-1934); 4GA Cloncurry (Quamby, 1937-1939) - Qualifications: cc; AOCP 447, 1928, No. ?? in Qld; 2COCP 95, 1937 - amateur operator; amateur broadcaster; employment (school teacher); state public servant (Qld Dept Education); WW2 - Electoral Rolls: school teacher (Quamby, Qld, 1937; Westbrook, Qld, 1943); aeradio operator (Cloncurry, 1949); communications officer (Cloncurry, 1954); supervisor (Surrey Hills, 1963-1968); retired (Vermont, 1972-1980) ===''SHEARSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Leonard Shearstone|Shearstone, Vincent Leonard]] [https://www.familysearch.org/tree/person/details/G895-CYJ] - 1916(Eng)-1983(NSW) - Licences: Nil - Qualifications: BOCP 4, 1936 - WW2 - Electoral Rolls: radio technician (Albury, 1937); radio announcer (Goulburn, 1943); radio electrician (Goulburn, 1949-1980) ===''SHELDRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Cornwell Sheldrick|Sheldrick, Eric Cornwell "Shel"]] [https://www.familysearch.org/tree/person/details/GZ64-X2X] - 1903(Eng)-1966(Tas) - Licences: 7BH Receive Launceston (1923); 7BH Launceston (1924-1926); 7BT Launceston (1927); 7BM Launceston (1931-1939); 7DM Burnie (1948-1954); 7DN Stowport (1955-1960) - Qualifications: cc; AOCP 60, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: chemist's assistant (Launceston, 1928-1943) ===''SHENTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Hilton Shenton|Shenton, Maurice Hilton]] [https://www.familysearch.org/tree/person/details/G67C-Q1B] - 1903(Qld)-1940(Qld) - Licences: 4DC Receive Brisbane (Wynnum South, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: irrigation ganger (Bald Hills, 1925); assistant stream gauger (North Ipswich, 1928); public servant (Annerley, 1937) ===''SHEPARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arundel Elmore Shepard|Shepard, Arundel Elmore]] [https://www.familysearch.org/tree/person/details/G8QY-8HX] - 1910(SA)-2000(SA) - Licences: 5DC Adelaide (Norwood, 1928-1930; Kent Town, 1931-1933; Norwood, 1937-1939; Toorak East, 1946-1965; Heathpool, 1969-1980+) - Qualifications: cc; AOCP 393, 1928, No. ?? in SA; AOLCP 136, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SHEPHERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. A. Shepherd|Shepherd, H. A.]] - 18??(???)-19??(???) - Licences: XQD Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''SHERRIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Sherriff|Sherriff, Ernest George]] [https://www.familysearch.org/tree/person/details/K877-WTX] - 1904(Qld)-1964(Qld) - Licences: 4SU Brisbane (Fairfield, 1935-1937; Hawthorne, 1938-1939; Brisbane City, 1947-1960) - Qualifications: cc; AOCP 1464, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Brisbane South, Qld, 1928); instructor of printing (Fairfield, Qld, 1937; Hawthorne, Qld, 1943-1949) ===''SHIELDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Edward Shields|Shields, Arthur James Edward]] [https://www.familysearch.org/tree/person/details/LBCT-D5G] - 1894(Eng)-1948(Vic) - Licences: 3GP Melbourne (East Malvern, 1930-1939; North Balwyn, 1946-1948) - Qualifications: AOCP 690, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (East Melbourne, 1925-1927; Malvern East, 1928; Camberwell, 1931-1933); auditor (Malvern East, 1934-1936); retired (Ringwood, 1943) ===''SHOEMAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Shoemaker|Shoemaker, Harry]] [https://www.familysearch.org/tree/person/details/G828-7LL] - 1879(USA)-1932(USA) - American inventor and pioneer radio engineer, developer of Shoemaker wireless system, associated with Gehring companies, International Telegraph Construction Co (represented in Australia by John William Ormsby Hamilton, who promoted the Shoemaker system here), United Wireless Telegraph Co, Marconi Wireless Telegraph Co of America, Mallory companies - Links: [[w:Harry Shoemaker|Wikipedia]]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0026.pdf PIRE1]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0027.pdf PIRE2] ===''SHORING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Samuel Shoring|Shoring, Thomas Samuel]] [https://www.familysearch.org/tree/person/details/GXDD-NDG] - 1914(Qld)-2002(Qld) - Licences: 4SR Bundaberg (1937-1939; 4SR Brisbane (New Farm, 1947-1948) - Qualifications: cc; AOCP 1872, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Bundaberg, Qld, 1936-1937); salesman (Bundaberg, Qld, 1943); sound engineer (New Farm, Qld, 1954; Holland Park, Qld, 1963-1980) ===''SHORT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Alban Short|Short, Alfred Alban]] [https://www.familysearch.org/tree/person/details/GZTS-9QQ] - 1904(NSW)-1946(NT) - Licences: 2SH Newcastle (Lambton, 1926-1933) - Qualifications: AOCP 280, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Lambton, 1930-1943) * [[/Ormond Short|Short, Ormond]] [https://www.familysearch.org/tree/person/details/9VHH-SGM] - 1901(Vic)-1985(Vic) - Licences: 3SK Melbourne (St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1925-1926); electrical engineer (Armadale, 1928; Horsham, 1931-1972); engineer (Horsham, 1977) * [[/Walter Short|Short, Walter]] - 19??(???)-19??(???) - Licences: 2AJ Receive Sydney (Manly, 1922); 2AJ Sydney (Manly, 1923-1924; Kirribilli, 1924; Manly, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Note: several contemporaneous WSs, insufficient data to identify * [[/William Newton Short|Short, William Newton "Newt"]] [https://www.familysearch.org/tree/person/details/G97J-HMM] - 1897(NSW)-1967(NSW) - Licences: 2ARA Sydney (Auburn, 1948-1954; Beacon Hill, 1955-1958; Auburn, 1960-1961; Beacon Hill, 1965); 2AOW Sydney (Auburn, 1957-1958) - Qualifications: AOCP 2829, 1948, NSW - amateur operator, amateur broadcaster - Electoral Rolls: butcher (Ulmarra, 1930-1934); shopkeeper (Coraki, 1935-1936); munition worker (Mayfield, 1943); machinist (Auburn, 1949-1958); inspector (Beacon Hill, 1963) ===''SHORTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Charles Shortell|Shortell, Raymond Charles]] [https://www.familysearch.org/tree/person/details/LYMQ-4HQ] - 1904(Vic)-1991(Qld) - 3VB Receive Melbourne (East St Kilda, 1923-1924), 3RS Melbourne (St Kilda, 1925-1933), 3RS Shepparton (1937-1939), 3ARF Geelong West (1948-1954), 3ARF Melbourne (Croydon, 1955-1960; Hawthorn, 1965-1975), 4ARS Gold Coast (1980+), amateur operator (AOCP 77, 1925, No. ?? in Vic), amateur broadcaster ===''SHORTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eddy Wilbee Shorten|Shorten, Eddy Wilbee or Welbee or Wiebec "Ted"]] [https://www.familysearch.org/tree/person/details/MWN4-MZM] - 1899(Qld)-1980(Qld) - Licences: 4TS Brisbane (Paddington, 1932-1939) - Qualifications: cc; AOCP 908, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor) - Comment: Middle name variable; Birth Welbee; Marriage Wiebec; Death Wilbe; AOCP Wilbee - Electoral Rolls: ===''SHORTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Shortt|Shortt, Robert]] - 19??(???)-19??(???) - Licences: 4HF Camooweal (1933-1939); 5SR Tennant Creek (1947-1948); 5SR Adelaide (Glenunga, 1954; New Hindmarsh, 1955-1956) - Qualifications: cc; AOCP 1193, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SIBLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sibly|Sibly, Arthur]] [https://www.familysearch.org/tree/person/details/KC5R-MH6] - 1897(WA)-1976(NSW) - Licences: XYX Perth (North Perth, 1913-1914); 6AF Receive Perth (City, 1923); 6AF Perth (North Perth, 1923-1924; Inglewood, 1924); 2SB Sydney (Kirribilli, 1925-1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Relationships: father of 2ASY-3AUV Sydney Arthur Sibly; brother of Clifton Archibald Sibly - Electoral Rolls: insurance clerk (North Perth, 1919-1922); manager (Albion, Qld, 1936; Eagle Junction, Qld, 1937; Rose Bay, NSW, 1943-1958); retired (Rose Bay, 1963-1972) * [[/Clifton Archibald Sibly|Sibly, Clifton Archibald]] [https://www.familysearch.org/tree/person/details/K41R-3JQ] - 1894(SA)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 225, 1915 - likely early wireless experimenter with brother Arthur's licence - Relationships: brother of XYX-6AF-2SB Arthur Sibly; uncle of 2ASY-3AUV Sydney Arthur Sibly - Electoral Rolls: farrier (North Perth, 1915-1937) * [[/Sydney Arthur Sibly|Sibly, Sydney Arthur]] [https://www.familysearch.org/tree/person/details/GDKF-F7R] - 1926(NSW)-2001(Vic) - Licences: 2ASY Sydney (Rose Bay, 1954; Kingsgrove, 1957-1965); 3AUV Melbourne (Eltham, 1969) - Qualifications: cc; 2COCP 945, 1945; BOCP 1049, 1949 - amateur operator; amateur broadcaster - Relationships: son of XYX-6AF-2SB Arthur Sibly; nephew of Clifton Archibald Sibly - Electoral Rolls: communications officer (Kingsgrove, 1958-1963); clerk (Eltham, Vic, 1968-1977; Queanbeyan, 1980) ===''SIDEBOTTOM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lancelot Sidebottom|Sidebottom, Geoffrey Lancelot]] [https://www.familysearch.org/tree/person/details/GD5X-KGH] - 1902(Tas)-1964(Tas) - Licences: 7BB Receive Launceston (1922); Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of 7SK Maxwell Douglas Langford Sidebottom - Electoral Rolls: clerk (Launceston, 1928-1954) * [[/Maxwell Douglas Langford Sidebottom|Sidebottom, Maxwell Douglas Langford]] [https://www.familysearch.org/tree/person/details/GD5X-5QY] - 1922(Vic)-19??(???) - Licences: 7SK Hobart (Newtown, 1948); 7SK Howrah (1954-1980) - Qualifications: cc; AOCP 2830, 1948, Vic - amateur operator; WW2 - Relationships: son of 7BB Geoffrey Lancelot Sidebottom - Electoral Rolls: sound engineer (New Town, 1949); mechanic (Bateau Bay, NSW, 1980) ===''SIDEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Longfield Sidey|Sidey, Robert Longfield]] [https://www.familysearch.org/tree/person/details/LKSN-3P6] - 1874(NSW)-1951(NSW) - Licences: 2ZY Sydney (Lindfield, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of 2CB James Douglas Kay Sidey - Electoral Rolls: accountant (Lindfield, 1930-1949) * [[/James Douglas Kay Sidey|Sidey, James Douglas Kay or Douglas James Kay]] [https://www.familysearch.org/tree/person/details/LKSN-35P] - 1904(NSW)-1963(NSW) - Licences: 2CB Receive Sydney (Lindfield, 1922-1923); 2CB Sydney (Lindfield, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: son of 2ZY Robert Longfield Sidey - Electoral Rolls: grazier (Bethungra, 1943-1949); no occupation (Junee, 1954) ===''SIEVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ernest William Sievers|Sievers, Ernest William]] [https://www.familysearch.org/tree/person/details/KNJD-8MJ] - 1901(Qld)-1962(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 1165, 1933, Qld; 2COCP 9, 1934; 1COCP 38, 1935 - amateur operator? - Electoral Rolls: railway employee (Kelvin Grove, 1925); night officer (Oakey, 1930); railway night officer (Narangba, 1936-1937); radio telegraphist (Ascot, 1943; Clayfield, 1949-1958) * [[/William Frederick Sievers|Sievers, William Frederick]] [https://www.familysearch.org/tree/person/details/GZJN-NDS] - 1902(Vic)-1996(Vic) - Licences: 3CB Receive Melbourne (East Richmond, 1922-1923); 3CB Melbourne (East Richmond & South Yarra, 1924-1939, 1946-1960; Toorak, 1965-1980+) - Qualifications: cc; AOCP 165, 1925, Vic - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Richmond, 1931-1943); reader (South Yarra, 1949-1963); meter reader (Toorak, 1972-1980) ===''SIGAL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Louis Sigal|Sigal, Harold Louis]] [https://www.familysearch.org/tree/person/details/GZ4R-XFJ] - 1908(SA)-1939(NSW) - Licences: 2UK Sydney (Woollahra, 1926-1930) - Qualifications: AOCP 253, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Woollahra, 1930); engineer (Melbourne East, 1931); electrician (Auburn North, 1933; Centennial Park, 1934; Bondi, 1936-1937; West Perth, 1943; Woolowin, 1949; Bellevue Hill, 1954; Kensington, 1958); manager (Bondi, 1963); salesman (Bondi, 1968); retired (Vaulcuse, 1977-1980) ===''SIGMONT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Sigmont|Sigmont, Walter]] [https://www.familysearch.org/tree/person/details/GD58-221] - 1883(NSW)-1942(Vic) - Licences: 3AH Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: patent attorney (Auburn, Vic, 1917; Elsternwick, 1924-1937; Seaford, 1942); ===''SILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Clive Silby|Silby, Arthur Clive]] [https://www.familysearch.org/tree/person/details/G8B6-PSD] - 1894(SA)-19??(???) - Licences: 6AF Perth (North Perth, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 (Australian Wireless Squadron) [https://alh-research.tripod.com/Light_Horse/index.blog/1911865/australian-wireless-squadron-aif-embarkation-roll/] - Electoral Rolls: motor mechanic (Exeter, 1939-1943) ===''SILVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Leslie Silver|Silver, Frank Leslie]] [https://www.familysearch.org/tree/person/details/94HC-LTV] - 1904(Qld)-1987(Qld) - Licences: 4FL Brisbane (Morningside, 1938-1939, 1947-1980+) - Qualifications: cc; AOCP 2086, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Morningside, Qld, 1937-1943); radio mechanic (Morningside, Qld, 1949-1980) ===''SIMMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Simmonds|Simmonds, Arthur George]] [https://www.familysearch.org/tree/person/details/G8DL-234] - 1906(Eng)-1963(NSW) - Licences: 2GS Sydney (Arncliffe, 1930-1934); 2GS Murwillumbah (1935-1939); 4PG Bundaberg (1946-1948); 2APJ Sydney (Cronulla, 1954-1955; Caringbah, 1956-1961) - Qualifications: AOCP 590, 1930, No. ?? in NSW; BOCP 207, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Arncliffe, 1933); gardner (Arncliffe, 1935); radio engineer (Murwillumbah, 1935-1937); technician (4BU Kalkie, 1943-1949) * [[/Ernest John Simmonds|Simmonds, Ernest John]] - 19??(Eng)-19??(Eng) - G2OD Gerrard's Cross, Buckinghamshire, England, amateur operator, first to two way QSO Australia (Nov 1924, 3BQ) ===''SIMMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Trethowan Simmons|Simmons, Henry Trethowan]] [https://www.familysearch.org/tree/person/details/G4M3-BP4] - 1905(WA)-1985(WA) - Licences: 6KX Perth (Subiaco, 1925-1928; Mt Lawley, 1931-1933; Nedlands, 1937-1939, 1946-1948; West Perth, 1954-1955; Mt Pleasant, 1956-1980) - Qualifications: cc; AOCP 181, 1925, No. ?? in WA; CPRT 1121, 1928; 2COCP 295, 1930; 1COCP 257, 1932 - amateur operator, amateur broadcaster, broadcast engineer - Electoral Rolls: radio operator (Maylands, 1931), radio engineer (Nedlands, 1936; West Perth, 1949), engineer (Fremantle, 1958; Mt Pleasant, 1963-1980) * [[/Leonard Joseph Simmons|Simmons, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/GZBM-SKH] - 1907(Vic)-1987(Vic) - Licences: 3LJ Melbourne (Belgrave, 1926-1931; East Prahran, 1933); 3LJ Rheola (1937-1939); 3LV Trafalgar (1948); 3LV Cheltenham (1954-1980+) - Qualifications: AOCP 304, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Womerah, Yarram Yarram, 1928; Toolangi, Yea, 1931; Armadale, 1934-1936; Rheola, Bendigo, 1936-1937; Nanneela West, Bendigo, 1942; Cheltenham, 1949-1980) ===''SIMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Wilkinson Simms|Simms, Eric Wilkinson]] [https://www.familysearch.org/tree/person/details/G7XZ-9RN] - 1906(WA)-1998(Vic) - Licences: 3KS Melbourne (Malvern, 1927-1931; Caulfield, 1933) - Qualifications: AOCP 360, 1927, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Lieutenant) - Electoral Rolls: warehouseman (Malvern, 1931); buyer (Caulfield, 1934; Hawthorn, 1936-1937); manager (Malvern East, 1949-1980) ===''SIMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Robert Simpson|Simpson, Leslie Robert]] [https://www.familysearch.org/tree/person/details/GZD8-4VD] - 1901(WA)-1966(Vic) - 3SA Ararat (1925-1933), 3SA Melbourne (Windsor, 1947-1965), amateur operator (AOCP 44, 1925, No. ?? in Vic), amateur broadcaster, draper, salesman * [[/Harry Blythe Simpson|Simpson, Harry Blythe]] [https://www.familysearch.org/tree/person/details/GF93-CZ3] - 1920(???)-2013(WA) - Licences: 6HS Perth (Leederville, 1937-1939; Mt Lawley, 1947-1948; Nedlands, 1954-1969; Lesmurdie, 1975-1980+) - Qualifications: cc; AOCP 2060, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: traveller (Claremont, WA, 1949-1968); marketing manager (Lesmurdie, WA, 1972); manager (Lesmurdie, WA, 1977-1980) ===''SIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Sims|Sims, Eric Charles]] [https://www.familysearch.org/tree/person/details/G8MK-NXC] - 1907(WA)-1992(Vic) - Licences: Nil yet identified - Qualifications: cc; AOCP 344, 1927, No. 38 in Qld; 2COCP 16, 1934 - amateur operator; WW2 - Electoral Rolls: wireless mechanic (RAAF Point Cook, 1931-1934); QANTAS air pilot (Brisbane, 1936-1937); public servant (Box Hill, 1963) - Comment: several contemporaneous Eric Charles Sims, need to sort electoral rolls * [[/Ernest Leslie Arthur Sims|Sims, Ernest Leslie Arthur]] [https://www.familysearch.org/tree/person/details/LZ6H-6PF] - 1905(Vic)-1960(Vic) - Licences: 3ZA Melbourne (Preston, 1930-1933); 3ZA Apollo Bay (1937-1939, 1946-1947) - Qualifications: AOCP 622, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: carpenter (Preston, 1931; Apollo Bay, 1933-1937; Preston, 1942; Apollo Bay, 1949-1954) ===''SINGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Claude Paul Singleton|Singleton, Claude Paul]] [https://www.familysearch.org/tree/person/details/G4JR-4SV] - 1914(WA)-1990(Qld) - Licences: 4UX Theodore (1936-1939); 4UX Bundaberg (1946-1947); 4UX Stanthorpe (1948); 4UX Atherton (1954-1955); 4UX Malanda (1956); 4UX Ayr (1960); 4UX Childers (1965); 4UX St George (1969); 4UX Gracemere (1975); 4UX Dalby (1980) - Qualifications: cc; AOCP 1638, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; broadcast technician (4QW, 4QO, 4QW, 4RK, 4QS); federal public servant (PMGD); WW2 - Electoral Rolls: baker (Theodore, Qld, 1936-1937); radio mechanic (Stanthorpe, Qld, 1949); radio technician (Yungaburra, Qld, 1954); public servant (Gracemere, Qld, 1972) ===''SIRL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Charles Sirl|Sirl, Clarence William Charles]] [https://www.familysearch.org/tree/person/details/G89J-9LJ] - 1913(SA)-1981(WA) - Licences: 6XG Katanning (1938-1939; 1947-1969) - Qualifications: BOCP 3, 1936; AOCP 2132, 1938, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Katanning, 1937-1968) ===''SLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Irwin Slade|Slade, Charles Irwin]] [https://www.familysearch.org/tree/person/details/GDN1-G28] - 1921(???)-19??(???) - Licences: 3PZ Melbourne (Elwood, 1938-1939, 1947-1954) - Qualifications: cc; AOCP 2172, 1938, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (St Kilda, 1949-1954); medical practitioner (St Kilda, 1967-1968; Elwood, 1972-1980) * [[/Charles William Slade|Slade, Charles William]] [https://www.familysearch.org/tree/person/details/GH3R-28W] - 1893(Eng)-1962(NSW) - Licences: 2SX Sydney (Croydon, 1925-1939, 1946-1961 - Qualifications: cc; Nil yet identified; English PMG Certificate 1st class - amateur operator; amateur broadcaster; WW1 (RAN, 1909-1924); Wireless Weekly (technical editor, 1925-1928); Daily Telegraph (radio & technical editor, 1928-1929); Keogh Radio (engineer, 1929-1930); Croydon Radio (proprietor, 1930-1933+) - Electoral Rolls: radio engineer, R.A.N. (Croydon, 1943-1958) ===''SLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. F. Slater|Slater, J. F.]] - 19??(???)-19??(???) - Licences: Receive Sheffield (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Harold Ivan Slater|Slater, Harold Ivan]] [https://www.familysearch.org/tree/person/details/GDT3-7JP] - 1898(Tas)-1971(Qld) - Licences: Receive (Crystal) Kelso (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: pastoralist (Kelso, Tas, 1919); labourer (Maypole Hotel, New Town, Tas); no occupation (Middle Park, Vic, 1926); airman (Point Cook, Vic, 1927; Middle Park, 1931); traveller (Elsternwick, 1936-1968) ===''SLATTERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Slattery|Slattery, Joseph Patrick]] [https://www.familysearch.org/tree/person/details/G824-KHF] - 1866(Irl)-1931(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St John's College, Camperdown; St Vincent's, Ashfield, 1930) - Links: [[w:Joseph Patrick Slattery|Wikipedia]]; [https://adb.anu.edu.au/biography/slattery-joseph-patrick-8453 ADB] * [[/Joseph Samuel Francis Slattery|Slattery, Joseph Samuel Francis]] [https://www.familysearch.org/tree/person/details/GZVN-SSF] - 1894(NSW)-1988(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 50, 1915; CPRT 167, 1915; 2COCP 324, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Applecross, WA, 1916; Esperance, WA, 1916; RAN radio station, Geraldton, 1917); travelling salesman (Stanthorpe, 1928-1930); traveller (Tamworth, 1932-1933; Woollahra, NSW, 1933-1935); commercial traveller (New Farm, 1936; Hamilton, Qld, 1937; Fairfield, Qld, 1949; West Sydney, 1949-1954); radio officer (Mascot, NSW, 1958-1963); retired (Cremorne, NSW, 1968-1980) ===''SMART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Smart|Smart, Arthur]] [https://www.familysearch.org/tree/person/details/GXHD-TNH] - 1891(NZ)-1980(NZ) - Licences: 4SM Barcaldine (1936-1937); 4SM Paterson (1938-1939); 4SM Longreach (1946-1948); 4SM Cairns (Cairns City, 1954-1956; Freshwater, 1960-1975) - Qualifications: cc; AOCP 1625, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: boiler attendant (Dunevia Station, Blackhall, Qld, 1913); motor engineer (Aramac, Qld, 1916-1925; Barcaldine, 1928-1937); freeholder (Longreach, Qld, 1943); mechanic (Longreach, Qld, 1949); farmer (Cairns, Qld, 1954-1958); retired (Freshwater, Qld, 1963-1972; Cairns, Qld, 1977) ===''SMELLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ellis Henry Smellie|Smellie, Ellis Henry]] [https://www.familysearch.org/tree/person/details/GX7P-FDM] - 1893(Vic)-1991(Vic) - Licences: Nil yet identified - Qualifications: cc; 2COCP 218, 1930; 1COCP 240, 1931 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: radio telegraphist (Radio Station, Applecross, 1925; Geraldton, 1931; Broome, 1936); telegraphist (Caulfield, Vic, 1942-1949); radio officer (Caulfield, Vic, 1954; Blackburn, 1963-1980) ===''SMIBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Smibert|Smibert, George]] - 1840(Sct)-1899(Vic) - clubs (founding member Telegraph Electrical Society Vic), employment (Postal Department Vic, chief electrician), brother of James Smibert Deputy Postmaster-General Victoria * [[/George Smibert|Smibert, James]] - 1836(Sct)-1912(Vic) - employment (Postal Department Vic, Deputy Postmaster-General, appointed following early passing of Samuel Walker McGowan), created a nepotism scandal by early promotion of brother and brother-in-law to the most senior positions in Vic Post & Telegraphs in the early 1890s, likely reason for the positioning of Qld appointees at the top of the Federal PMGD in 1901; the brother of George Smibert Chief Electrician, Postal Dept Vic ===''SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Smith, Alan Shaw - See Alan Shawsmith (change of name) * [[/Arthur Carrington Smith|Smith, Arthur Carrington]] [https://www.familysearch.org/tree/person/details/GDKV-VL2] - 1902(Tas)-1982(NSW) - Licences: 7BN Receive Launceston (1923); 7AB Launceston (1924-1927) - Qualifications: cc; AOCP 8, 1924, No. ?? in Tas; CPRT 930, 1926 - amateur operator; amateur broadcaster; broadcast engineer (operator 7BN Wills & Co wannabe Class B); recording engineer (Cinesound Productions Ltd, Bondi, 1932); inventor of sound-on-film systems - Electoral Rolls: salesman (Launceston, 1928); recording engineer (Bronte, 1931-1935); engineer (Bondi, 1936-1937); recording engineer (Clovelly, 1943-1949; Waverley, 1963-1968); engineer (Waverley, 1977-1980) * [[/Austen Cyril Smith|Smith, Austen Cyril]] [https://www.familysearch.org/tree/person/details/GZ6N-JKF] - 1904(Eng)-1992(NSW) - Licences: 2FS Sydney (Croydon, 1924-1925; Burwood, 1925; Maroubra, 1930-1933; Homebush, 1933; Burwood, 1934-1939) - Qualifications: cc; AOCP 75, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; radio agent - Electoral Rolls: radio agent (Burwood, 1934-1937); radio mechanic (Burwood, 1943-1954); radio engineer (Burwood, 1958-1963); retired (Lower Hawkesbury, 1972-1980) * [[/C. Smith|Smith, C.]] - 19??(???)-19??(???) - Licences: 7BA Receive Stanley (1922); Receive Stanley (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Cedric Preston Smith|Smith, Cedric Preston or Preston-Smith, Cedric]] [https://www.familysearch.org/tree/person/details/G8BB-X47] - 1907(NSW)-1974(NSW) - Licences: 2ZZ Sydney (Cremorne, 1924); 2QK Sydney (Manly, 1935-1936; Balgowlah, 1937; Lane Cove, 1938-1939); 2CD Sydney (Cremorne, 1958-1961; Palm Beach, 1965-1969) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: bank accountant (Binnaway, 1930); bank officer (Manly, 1932; Balgowlah, 1934-1937; South Melbourne, Vic, 1943-1949); bank manager (Ballarat, 1954; Cremorne, 1958-1963); retired (Palm Beach, 1963-1968) * [[/Charles Frederick Smith|Smith, Charles Frederick]] - 1908(Eng)-19??(???) - Licences: No licence yet identified - Qualifications: AOCP 418, 1928, No. ?? in NSW; CPRTelephony 1112, 1928; 2COCP 44, 1929 - amateur operator - Electoral Rolls: Several contemporaneous Charles Frederick Smith's, not yet identified * [[/Colin Hughes Smith|Smith, Colin Hughes]] [https://www.familysearch.org/tree/person/details/L2YH-LLB] - 1910(Vic)-1998(Vic) - Licences: 3PK Melbourne (East Kew, 1928-1939, 1946-1980+) - Qualifications: AOCP 433, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Kew, 1931-1937); engineer (Kew, 1943-1980) * [[/Herbert Henry Baker Smith|Smith, Herbert Henry Baker]] [https://www.familysearch.org/tree/person/details/GXFN-H6R] - 19??(???)-1932(Qld) - Licences: 4DP Receive Cairns (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Cairns, Qld, 1925-1930) * [[/J. H. Smith|Smith, J. H.]] - 19??(???)-19??(???) - Licences: 4EA Receive Beenleigh (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/John Albert Malcolm Smith|Smith, John Albert Malcolm]] [https://www.familysearch.org/tree/person/details/L264-537] - 1911(Eng)-1987(SA) - Licences: 5JR Adelaide (St Peters, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1375, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939-1943) * [[/P. W. Smith|Smith, P. W.]] - 19??(???)-19??(???) - Licences: 4EF Receive Brisbane (Alderley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Sidney Hugh Holland Smith|Smith, Sidney Hugh Holland]] - 1861(???)-1933(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, senior state public servant (Qld P&T, Chief Mechanician), senior federal public servant (PMGD, State Mechanician, Qld), radio clubs (QWI, vice president), business proprietor (Telephone and Electrical Supplies Co) * [[/Stuart Disney Paull Smith|Smith, Stuart (Birth) or Stewart (Electoral Rolls) Disney Paull or Paul]] [https://www.familysearch.org/tree/person/details/GXDB-8D8] - 1913(Qld)-1986(Qld) - Licences: 4LA Brisbane (Corinda, 1934-1939); 4LA Amberley (1946-1948); 4LA Brisbane (Camp Hill, 1960-1980) - Qualifications: cc; AOCP 1303, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor); military (RAAF, navigator); broadcast technician (4BC); Dept Education (O/C Radio) - Electoral Rolls: engineer (Corinda, Qld, 1936-1949); radio technician (New Farm, Qld, 1949); maintenance officer (Camp Hill, Qld, 1954-1963); public servant (Camp Hill, Qld, 1972-1980) * [[/Sydney Smith|Smith, Sydney]] - 1856(NSW)-1934(NSW) - senior state politician (NSW MLA), senior federal politician (Postmaster-General, 1904-1905) * [[/Wilfred Smith|Smith, Wilfred]] [https://www.familysearch.org/tree/person/details/GXRQ-PQ1] - 1896(Eng)-19??(???) - Licences: Receive Adelaide (St Peters, 1923); 5AG Adelaide (Henley Beach, 1937-1939, 1947-1948) - Qualifications: cc; CPRT 602, 1921; 2COCP 419, 1941; 1COCP 882, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Henley, SA, 1939-1943) * [[/William Arthur Smith|Smith, William Arthur]] [https://www.familysearch.org/tree/person/details/GMCX-XL9] - 1906(SA)-1970(SA) - Licences: 5LZ Wallaroo (1929-1933) - Qualifications: cc; AOCP 526, 1929, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical mechanic (Glenunga, 1939-1943) - beware several contemporaneous William Arthur Smith's * [[/William Henry Smith|Smith, William Henry]] [https://www.familysearch.org/tree/person/details/GX2V-L4R] - 1911(SA)-19??(???) - Licences: 5SW Adelaide (Woodville, 1937-1939, 1947-1956); 5ASW Adelaide (Woodville, 1980+) - Qualifications: cc; AOCP 1996, 1937, SA; BOCP 431, 1942 - amateur operator; amateur broadcaster - Comment: Several contemporaneous WHSs - Electoral Rolls: operator (Woodville, SA, 1939) * [[/W. J. Smith|Smith, W. J.]] - 19??(???)-19??(???) - Licences: N758 Receive Sydney (Hurstville, 1922); 2IC Receive Sydney (Hurstville, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''SMITHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Charles Smithers|Smithers, Ernest Charles]] [https://www.familysearch.org/tree/person/details/G8Z1-GQ1] - 1885(NSW)-1953(NSW) - Licences: Nil yet identified - Qualifications: AOCP 552, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: inspector of fisheries (Urunga, 1930); inspector (Burwood, 1930-1949) ===''SMYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Walter Smyth|Smyth, Cedric Walter]] [https://www.familysearch.org/tree/person/details/GD1C-4MX] - 1916(WA)-1987(SA) - Licences: 7CD Devonport (1933-1939); 3ACH Melbourne (Doncaster East, 1954-1980+) - Qualifications: cc; AOCP 1133, 1933, Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: toolmaker (Preston, Vic, 1942-1949); engineer (Doncaster East, 1954-1977) * [[/Victor Loftus Smyth|Smyth, Victor Loftus]] [https://www.familysearch.org/tree/person/details/LR8F-P8L] - 1905(Vic)-1972(Vic) - Licences: 3PJ Receive Geelong (1923); 3PJ Geelong (1924); 3PJ Bendigo (1924-1939) - Qualifications: AOCP 126, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Bendigo, 1928-1972) ===''SMYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Cresswell Smythe|Smythe, Alan (BMD) or Allan (Electoral Rolls) Cresswell]] [https://www.familysearch.org/tree/person/details/G8JQ-V9V] - 1908(SA)-1983(SA) - Licences: 5MF Adelaide (Torrensville, 1930-1939, 1946-1948; Hazlewood Park, 1954-1980+) - Qualifications: AOCP 658, 1930, No. ?? in SA; AOLCP 135, 1933; BOCP 125, 1937; 1COCP 196, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Torrensville, SA, 1939-1943) ===''SNADDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Ernest Snaddon|Snaddon, John Ernest]] [https://www.familysearch.org/tree/person/details/GZLF-B75] - 1920(Eng)-1944(Aegean Sea) - Licences: 3VE Melbourne (Malvern, 1939) - Qualifications: AOCP 2322, 1939, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, 459 Squadron, Warrant Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/snaddon-john-ernest-409361/] ===''SNAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Leslie Snaith|Snaith, Samuel Leslie]] [https://www.familysearch.org/tree/person/details/GZJN-2S8] - 1901(Vic)-1961(Vic) - Licences: 3ZR Melbourne (Footscray, 1923-1926; Newport, 1931) - Qualifications: cc; AOCP 166, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1924-1928; Newport, 1931-1954) ===''SNAPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fairlie Roger de Burgh Snape|Snape, Fairlie Roger de Burgh]] [https://www.familysearch.org/tree/person/details/G649-B1V] - 1900(NSW)-1988(NSW) - Licences: 2NU Receive Quirindi (1923); 4JK Willis Island (1931) - Qualifications: cc; CPRT 695, 1922; 2COCP 340, 1931; 1COCP 221, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: operator (Quirindi, 1930); wireless operator (Quirindi, 1934-1936); radio engineer (Killara, 1949-1968); engineer (Killara, 1980) ===''SNOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Charles Snook|Snook, Keith Charles]] [https://www.familysearch.org/tree/person/details/GDTG-Z2D] - 1908(Tas)-1946(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 (RAAF) - Electoral Rolls: motor engineer (Hobart North, 1936); motor mechanic (Hobart Central, 1937) ===''SNOSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Raymond Snoswell|Snoswell, Alfred Raymond]] [https://www.familysearch.org/tree/person/details/9NWH-MCT] - 1899(SA)-1971(SA) - Licences: 5AD Adelaide (Exeter, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Largs, 1939-1943) ===''SODEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander William Soden|Soden, Alexander William]] [https://www.familysearch.org/tree/person/details/G8N9-7M1] - 1909(Qld)-1948(Qld) - Licences: 4AS Brisbane (Annerley, 1930-1939; Yeerongpilly, 1946-1948) - Qualifications: cc; AOCP 634, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Annerley, 1934-1943) ===''SOUMPROU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emile Walter Soumprou|Soumprou, Emile Walter]] [https://www.familysearch.org/tree/person/details/9ZZF-SX7] - 1906(Vic)-1955(Vic) - Licences: 3WK Melbourne (Thornbury, 1929-1931; North Fitzroy, 1938-1939, 1946-1948; East Brighton, 1954-1956) - Qualifications: AOCP 511, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: student (Northcote, 1936-1937); retired (Fitzroy North, 1942-1949); Elsternwick, 1954) ===''SOUTHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Lindsay Southwell|Southwell, Clifford Lindsay]] [https://www.familysearch.org/tree/person/details/GZNM-FDF] - 1897(???)-1973(NSW) - 2SW Sydney (Cremorne, 1925-1926; Northbridge, 1927-1929; Brighton-Le-Sands, 1930-1931; Northbridge, 1933-1939), amateur operator (AOCP 131, 1925, No. ?? in NSW), amateur broadcaster, WW1 (Army, Private) & WW2 (Australian Army, colonel), sales manager (1954) * [[/Leslie William Douglas Southwell|Southwell, Leslie William Douglas]] [https://www.familysearch.org/tree/person/details/9WXT-S8L] - 1900(NSW)-1960(Vic) - Licences: 3SL Seymour (1924-1939, 1946-1954); 3SL Melbourne (Montrose, 1955-1960) - Qualifications: cc; AOCP 250, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Seymour, 1931-1954) * [[/Noel Leslie Southwell|Southwell, Noel Leslie]] [https://www.familysearch.org/tree/person/details/GZNM-ZJW] - 1919(NSW)-1998(NSW) - 2ZF Sydney (Leichhardt, 1935-1939, 1946-1950; Yagoona, 1954-1980+), qualifications (AOCP 1565, 1935, No. ?? in NSW; 1COCP 149, 1937), amateur operator, broadcast technician (1949), QSL collection survives ARDXC/NFSA ===''SPARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Spark|Spark, John]] - 1879(USA)-19??(???) - Licences: 6AC Perth (City, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: soldier (Fremantle, 1917); civil servant (West Perth, 1921) - Comment: identification not certain ===''SPEDDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Spedding|Spedding, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GQ82-ZCM] - 1897(NSW)-1958(NSW) - Licences: 4DU Receive Brandon (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bookkeeper (Brandon, Qld, 1921-1925); clerk (Lakemba, NSW, 1932-1958) ===''SPENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Keith Spence|Spence, Edward Keith]] [https://www.familysearch.org/tree/person/details/LBYN-S3H] - 1908(Qld)-1980(NSW) - Licences: 4DT Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Union Bank, Wagga Wagga, NSW, 1930; Wellington, NSW, 1934); bank officer (Bondi, NSW, 1936; Rose Bay, NSW, 1937; Epping, NSW, 1943-1949; Northbridge, NSW, 1963-1977); retired (Cremorne, NSW, 1980) * [[/William Guthrie Spence|Spence, William Guthrie]] - 1846(Sco)-1926(Vic) - senior federal politician (Postmaster-General, 1914-1915) ===''SPENCER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derek David Spencer|Spencer, Derek David]] [https://www.familysearch.org/tree/person/details/GFSW-N55] - 1909(Eng)-1982(Tas) - Licences: 3DS Melbourne (Altona, 1934-1937); 6DS Perth (Pearce, 1938-1939) - Qualifications: cc; AOCP 1280, 1934, Vic; AOLCP 157, 1934; 2COCP 55, 1936; 1COCP 111, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: poultry farmer (Ulverstone, Tas, 1954; Leven, Tas, 1963); farmer (Gawler, Tas, 1972) ===''SPERRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred John Sperring|Sperring, Wilfred John]] [https://www.familysearch.org/tree/person/details/KVLY-JPK] - 1917(WA)-1966(WA) - Licences: 6SP Perth (Victoria Park, 1937-1939, 1947-1948; Belmont, 1954) - Qualifications: cc; AOCP 1920, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Victoria Park, WA, 1943); mechanic (Victoria Park, WA, 1949); radio engineer (Belmont, WA, 1954-1963) ===''SPICER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Spicer|Spicer, Victor John]] [https://www.familysearch.org/tree/person/details/G88M-KKY] - 1910(Eng)-1985(Vic) - Licences: 3VS Melbourne (Mordialloc, 1929-1931; East Malvern, 1933; North Fitzroy, 1937-1939, 1946-1948) - Qualifications: AOCP 554, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1934); constable (Port Melbourne, 1936; Fitzroy, 1937-1954; Carlton South, 1967-1968); retired (Hurstbridge, Vic, 1977-1980) ===''SPITZKOWSKY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Royston Stanley Spitzkowsky|Spitzkowsky, Max Royston Stanley]] [https://www.familysearch.org/tree/person/details/GZYD-23H] - 1904(NSW)-1989(NSW) - Licences: 2MS Newcastle (Hamilton, 1926-1975) - Qualifications: AOCP 302, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: turner (Hamilton, 1932-1972) ===''SPOTSWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Ernest Spotswood|Spotswood, Cyril Ernest]] [https://www.familysearch.org/tree/person/details/GDTC-4GM] - 1897(Tas)-1964(Tas) - Licences: Receive Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Burnie, 1936-1943); fettler (Burnie, 1949-1954) * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] [https://www.familysearch.org/tree/person/details/M7P4-M7C] - 1892(Qld)-1973(Qld) - Licences: 4JH Poopoonbah via Giru (1935-1939) - Qualifications: cc; AOCP 1356, 1934, Qld - amateur operator; amateur broadcaster - Comment: second YL operator in Qld - Relationships: Wife of 4JK Jack Lawrence Humphry - Electoral Rolls: home duties (Ching Do Siding, Ayr, Qld, 1919-1936; Giru, Qld, 1937-1949; Poopoonbah, Qld, 1954; St Lucia, Qld, 1958-1972) ===''SPRENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Ernest Sprenger|Sprenger, Herbert Ernest]] [https://www.familysearch.org/tree/person/details/GMQD-2CJ] - 1914(Qld)-2000(Qld) - Licences: 4ES Bundaberg (1932-1939); 4ES Brisbane (New Farm, 1946-1948; Holland Park, 1954; Upper Mt Gravatt, 1955-1960; Rainworth, 1965-1980+) - Qualifications: cc; AOCP 1064, 1932, No. ?? in Qld; BOCP 165, 1938; 1COCP 530, 1941 - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); state public servant (Qld Police, radio comms) - Electoral Rolls: radio mechanic (Bundaberg, 1936-1937); police constable (New Farm, Qld, 1943-1949); sergeant police (Holland Park, Qld, 1954; Upper Mt Gravatt, Qld, 1958); sub-inspector police (Rainworth, Qld, 1963-1968); police officer (Rainworth, Qld, 1972); retired (Bardon, Qld, 1977-1980) ===''SPURRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Charles Spurrier|Spurrier, Leonard Charles]] [https://www.familysearch.org/tree/person/details/LTY1-WZJ] - 1904(Wales)-1984(SA) - Licences: S382 Receive Adelaide (North Adelaide, 1922); 5AL Receive Adelaide (North Adelaide, 1923); Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Clarence Park, 1939-1941; Eden Hills, 1943) ===''SQUIRES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Jack Squires|Squires, Jack]] [https://www.familysearch.org/tree/person/details/G8CX-3GW] - 1909(WA)-1972(???) - Licences: 6JS Perth (Cannington, 1929-1939; Como, 1946-1956; Nedlands, 1960; West Leederville, 1965-1969) - Qualifications: cc; AOCP 510, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Cannington, 1931-1936); sales manager (Midland Junction, 1937; South Perth, 1943-1954); manager (Subiaco, 1963); business manager (West Kalamunda, 1968) ===''ST JOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Clive Bolingbroke St John|St John, Henry Clive Bolingbroke]] [https://www.familysearch.org/tree/person/details/LBTN-PV8] - 1895(Eng)-1972(NSW) - Licences: 2RX Receive Sydney (Rockdale, 1923-1925); 2RX Sydney (Rockdale, 1926-1939; Northbridge, 1965-1969) - Qualifications: AOCP 258, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: reader (Rockdale, 1930-1936; Northbridge, 1943-1963) ===''STACEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Keith Stacey|Stacey, Howard Keith]] [https://www.familysearch.org/tree/person/details/G3TY-D8M] - 1907(NSW)-1993(SA) - Licences: 5XA Adelaide (Firle, 1934-1937; Knightsbridge, 1938-1939; Leabrook, 1947-1956; Glynde, 1960-1980+) - Qualifications: cc; AOCP 1360, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: compositor (Burnside, SA, 1939-1941) * [[/Roy Ernest Stacey|Stacey, Roy Ernest]] [https://www.familysearch.org/tree/person/details/GXDT-PNR] - 1902(Qld)-1973(Qld) - Licences: 4RS Proserpine (1933-1939, 1948-1969) - Qualifications: cc; AOCP 1187, 1933, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: office assistant (Bauple, Qld, 1925); clerk (Proserpine, Qld, 1928-1972) ===''STACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Patrick Charles Stack|Stack, Robert Patrick Charles]] [https://www.familysearch.org/tree/person/details/GXDL-Y2K] - 1904(Eng)-1966(Qld) - Licences: 4TK Innisfail (1936-1939, 1947-1965) - Qualifications: cc; AOCP 1742, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: hairdresser (Innisfail, Qld, 1930-1932); stationer (Innisfail, Qld, 1936-1943) ===''STACKPOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Julian Stackpole|Stackpole, Peter Julian]] [https://www.familysearch.org/tree/person/details/GD3D-H8N] - 1947(Vic)-2004(ACT) - Licences: 3ZQS Melbourne (North Clayton, 1980+; 1RX Canberra, 1990s); Qualifications: cc; AOLCP 2203, 1966; AOCP N1856, 1988 - amateur operator; broadcast planning engineer (P&TD, DoC, DoTaC, ABA, ACA) - Electoral Rolls: assistant (Hampton, 1972); technical officer (Clayton, 1977-1980) ===''STAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Hurst William Stafford|Stafford, John Hurst William]] [https://www.familysearch.org/tree/person/details/LV6P-XSJ] - 1901(Qld)-1992(Qld) - Licences: 4CD Receive Ipswich (Ebbw Vale, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: electrician (Ebbw Vale, 1925-1928; Booval, 1932-1949); engineer (East Ipswich, 1958-1963); retired (Mansfield, 1977-1980) ===''STANFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Roy Stanfield|Stanfield, Clifford Roy]] [https://www.familysearch.org/tree/person/details/GQXR-9GG] - 1900(NSW)-1991(NSW) - Licences: N744 Receive Newcastle (1922); 2HX Receive Newcastle (1922) - Qualifications: cc; CPRT 383, 1918; 2COCP 136, 1930; 1COCP 140, 1930 - amateur receiver; WW1 - Electoral Rolls: wireless operator (Randwick, 1930; Maroubra, 1932-1968); retired (Blaxland, 1977-1980) ===''STANLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. M. Stanley|Stanley, J. M.]] - 19??(???)-19??(???) - Licences: 2JS Receive Sydney (Crow's Nest, 1922-1923); 2JS Sydney (Crow's Nest, 1924); Orange (1924-1929) - Qualifications: cc; AOCP 100, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; newsagent (Leura, late 1920s) - Identification: Not yet identified (possibly James Melville Stanley, electrician, Lockhart, 1930) - Electoral Rolls: Nil yet identified ===''STAPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Stapleton|Stapleton, John William]] [https://www.familysearch.org/tree/person/details/GXG7-R9P] - 1915(SA)-1980(SA) - Licences: 5KY Adelaide (Port Adelaide, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1314, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Cook, SA, 1941-1944) ===''STARKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Starkie|Starkie, Thomas William]] [https://www.familysearch.org/tree/person/details/GZBS-NCY] - 1906(Qld)-1982(Qld) - Licences: 4NW Brisbane (Nundah, 1926-1939) - Qualifications: cc; AOCP 306, 1926, No. 30 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Nundah, 1928-1937); warehouse assistant (Holland Park, 1943); manager (Wavell Heights, 1949); agent (Toowong, 1954-1958); manufacturer's agent (Kenmore, 1963); agent (Tennyson, 1968-1972); retired (The Gap, 1977; North Tamborine, 1980) ===''STARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Starr|Starr, Francis John]] [https://www.familysearch.org/tree/person/details/GZLN-LC4] - 1916(Qld)-1940(off Qld coast) - Licences: 4FS Stanthorpe (1937-1939) - Qualifications: cc; AOCP 1930, 1937, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 23 Squadron, Aircraftsman Class 1) - Electoral Rolls: baker (Stanthorpe, 1937) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1719163] ===''STEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey William Ashcroft Steane|Steane, Geoffrey William Ashcroft]] [https://www.familysearch.org/tree/person/details/GMCF-JWV] - 1905(Vic)-1957(Vic) - Licences: 3UX Melbourne (Mont Albert, 1923-1933); 3SX Melbourne (Mont Albert, 1923-1925) - Qualifications: cc; CPRT 775, 1923; 2COCP 330, 1931 -amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Mont Albert, Vic, 1931); engineer (Camberwell, Vic, 1937); radio engineer (Dee Why, NSW, 1949); television engineer (Double Bay, NSW, 1954); engineer (Camberwell, Vic, 1954) ===''STEELE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rowland Edward James Steele|Steele, Rowland Edward James]] [https://www.familysearch.org/tree/person/details/GDTC-2ZM] - 1904(Tas)-1987(Tas) - Licences: Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Hobart West, 1928); dairyman (West Hobart, 1937-1972) ===''STEPHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Goldsmith Stephen|Stephen, Percy Goldsmith]] [https://www.familysearch.org/tree/person/details/GD2J-HVR] - 1896(NSW)-1976(NSW) - Licences: 2ZB Sydney (Balmain, 1924-1925); 2PS Sydney (Balmain, 1926; Granville, 1927-1930; Lidcombe, 1931-1936; Croydon, 1937-1939; Five Dock, 1946-1958; Condell Park, 1960-1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical mechanic (Granville, 1930); electrician (Lakemba, 1930; Lidcombe, 1932-1936); electrical fitter (Five Dock, 1943-1958); fitter (Condell Park, 1968-1972) ===''STEPHENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Nelson Stephens|Stephens, Arthur Nelson]] [https://www.familysearch.org/tree/person/details/G941-3F1] - 1886(Eng)-1972(Qld) - Licences: 4CG Receive Brisbane (Clayfield, 1922); 4CG Brisbane (Clayfield, 1923-1925); Operator of 4AE - Qualifications: cc; Nil yet identified - coastal wireless operator; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: draughtsman (North Carlton, Vic, 1912-1914); engineer (Wireless Station, Pinkenba, 1915-1919; Clayfield, 1925-1928); hotel keeper (Palm Beach Hotel, Elanora, 1932-1934; Grand Hotel, Southport, 1936-1943); cafe proprietor (Southport, 1949); secretary (Main Beach, 1954-1958; Southport East, 1963-1968) * [[/Frank Richmond Stephens|Stephens, Frank Richmond]] [https://www.familysearch.org/tree/person/details/GXQ7-MLM] - 1897(Qld)-1977(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 452, 1919 - RANRS - Electoral Rolls: naval reservist (New Farm, 1921); farm hand (Wamuran, Qld, 1925); wireless operator (New Farm, 1925-1937); radio mechanic (New Farm, Qld, 1943); agent (New Farm, Qld, 1949); caretaker (Brisbane, 1954-1958); retired (Bowen Hills, 1963; Coolangatta, 1968-1972) * [[/Harry James Milne Stephens|Stephens, Harry James Milne]] [https://www.familysearch.org/tree/person/details/GXYC-KQH] - 1900(WA)-1982(WA) - Licences: 6ZZ Perth (South Perth, 1935-1939; Bassendean, 1947-1960; Eden Hill, 1965-1980+) - Qualifications: cc; AOCP 1530, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Albany, WA, 1925); railway employee (Katanning, WA, 1931-1936); storekeeper (Fremantle, WA, 1937); aircraftsman (Bassendean, WA, 1943-1963); railway employee (Eden Hill, WA, 1968-1972); retired (Bassendean, WA, 1977-1980) * [[/Thomas Stephens|Stephens, Thomas]] [https://www.familysearch.org/tree/person/details/GZ2B-35G] - 1912(Vic)-1944(Sct) - Licences: 3GO Melbourne (Essendon, 1931-1933) - qualifications: AOCP 489, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1944) - Electoral Rolls: bank clerk (Essendon, 1936-1942) - "Greater love hath no man" [https://aviationmuseumwa.org.au/afcraaf-roll/stephens-thomas-418036/] * [[/Thomas Blacket Stephens|Stephens, Thomas Blacket or Blackett]] [https://www.familysearch.org/tree/person/details/G9WG-Y5P] - 1902(Qld)-1999(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 309, 1926, No. 31 in Qld - amateur operator? - Electoral Rolls: articled law clerk (Annerley, 1925-1928); solicitor (Annerley, 1934; Fortitude Valley, 1936-1937; Clayfield, 1949-1968); retired (St Lucia, 1972-1980) ===''STEPHENSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Wilfred Stephenson|Stephenson, Charles Wilfred]] [https://www.familysearch.org/tree/person/details/93BK-M7F] - 1905(Qld)-1997(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother); 2BWQ Sydney (Blacktown, 1980+) - Qualifications: cc; AOCP 282, 1926, No. 25 in Qld - amateur operator; amateur broadcaster; radio clubs (Wooloowin RC, operator 4WN; WIAQ, operator 4AE); broadcast technician (4QG); business proprietor (cinema audio) - Relationships: brother of 4RG Harold John Stephenson - Electoral Rolls: public servant (Wooloowin, Qld, 1928-1929); electrical engineer (Pymble, NSW, 1932-1933); sound engineer (Capertee, NSW, 1936-1937); panel beater (Bourke, NSW, 1943); mechanic (Capertee, NSW, 1949-1954; Maroubra, NSW, 1958); autoelectrician (Blacktown, NSW, 1963-1977); retired (Blacktown, NSW, 1980) * [[/Harold John Stephenson|Stephenson, Harold John]] [https://www.familysearch.org/tree/person/details/93BK-9M3] - 1903(Qld)-1990(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother) - Qualifications: cc; AOCP 290, 1926, No. 27 in Qld - amateur operator; amateur broadcaster - Relationships: brother of 4RG/2BWQ Charles Wilfred Stephenson - Electoral Rolls: railway employee (Wooloowin, Qld, 1925-1943); sheet metal worker (Wooloowin, Qld, 1949); engineer (Wooloowin, Qld, 1954); aircraft mechanic (Maroubra, NSW, 1963-1980) ===''STEVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edgar F. Stevens|Stevens, Albert Edgar F. "Bert"]] [https://www.familysearch.org/tree/person/details/KH4H-N2D] - 1894(Vic)-1954(WA) - Licences: 6BN Perth (North Perth, 1924-1927; South Perth, 1930-1939); nominated licensee for W732 WIA WA (1922) - Qualifications: cc; AOCP 136, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geraldton, WA, 1916-1917); phone mechanic (North Perth, WA, 1925; South Perth, WA, 1931-1954) * [[/Frederick William Stevens|Stevens, Frederick William]] - 1898-19?? - 4SP Brisbane, amateur operator (PRTC 788, 1923, Marconi & Telefunken; 1COCP, 1930, Qld), Coastal wireless operator; first chief engineer 4QG, state public servant (4QG), pilot (Qantas), federal public servant (DCA) * [[/Robert Edward Stevens|Stevens, Robert Edward]] [https://www.familysearch.org/tree/person/details/GD1Z-ZMF] - 1908(Vic)-1994(Vic) - Licences: 7OJ Deloraine (1931-1933); 3OJ Melbourne (Burwood, 1937-1939, 1946-1980+) - Qualifications: cc; AOCP 817, 1931, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (Auburn, Vic, 1931; Burwood, 1937-1980) ===''STEWART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Barnett Stewart|Stewart, Alexander Barnett]] [https://www.familysearch.org/tree/person/details/GHBR-VND] - 1895(Sct)-1981(Qld) - Licences: 4DD Receive Brisbane (Hawthorne, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: jackeroo (Oondooroo, Qld, 1919); farmer (Palmwoods, Qld, 1921-1925); orderman (Hawthorne, Qld, 1928); truck driver (Eight Mile Plains, Qld, 1936-1937); foreman (Hawthorne, Qld, 1943-1980) * [[/Donald Richardson Stewart|Stewart, Donald Richardson]] [https://www.familysearch.org/tree/person/details/94CC-2MT] - 1902(Vic)-1993(Vic) - Licences: V739 Receive Lorne (1922); 3GS Receive Lorne (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: motor driver (Lorne, 1925-1954); guest house proprietor (Lorne, 1967-1968); proprietor (Lorne, 1972-1980) * [[/John Edgar Stewart|Stewart, John Edgar]] [https://www.familysearch.org/tree/person/details/GZD8-3JC] - 1884(NSW)-1957(NSW) - Licences: 2MR Newcastle (Mayfield, 1923-1929; Hamilton, 1930); 2MR Sydney (Chatswood, 1931); 4MR Brisbane (Nundah, 1933-1939, 1946-1948); 2MR Waratah (1954-1957) - Qualifications: cc; AOCP 43, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; Commonwealth Electoral Commission (Chief Electoral Officer) - Electoral Rolls: clerk (Arncliffe, 1913); District Returning Officer (Mayfield, 1930); Commonwealth Electoral Officer (Nundah, Qld, 1937-1949); retired (Waratah, 1954) * [[/Henry Stewart|Stewart, Henry]] [https://www.familysearch.org/tree/person/details/GXS7-R71] - 1896(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 234, 1916; 1COCP 318, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Comment: Several contemporaneous HSs - Electoral Rolls: Nil yet identified * [[/William Alfred Stewart|Stewart, William Alfred]] [https://www.familysearch.org/tree/person/details/GXBZ-4XJ] - 1910(WA)-2020(WA)109yo - Licences: 6ST Perth (West Leederville, 1937-1939) - Qualifications: cc; AOCP 1958, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Balkatta, WA, 1936; Leederville, WA, 1937); salesman (Wembley Park, WA, 1943; Leederville, WA, 1949); technician (Floreat Park, WA, 1954-1963; Wembley Park, WA, 1968; Floreat Park, WA, 1972-1980) - Links: [https://gerontology.fandom.com/wiki/William_Stewart Gerontology] ===''STIPEK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Stipek|Stipek, John "Jack"]] [https://www.familysearch.org/tree/person/details/GD5X-XL1] - 1898(NSW)-1974(Florida, USA) - Licences: 7BE Receive St Helens (1923); Receive St Helens (1923); 7BE St Helens (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMG telegraph messenger, left PMGD 1920; first to log KGO in Tas - Comment: beware two other John Stipek's concurrently in Tas, 1920s - Electoral Rolls: civil servant (St Helens, 1919); clerk (St Helens, 1922) ===''STITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Hugh Rankin Stitt|Stitt, Walter Hugh Rankin Jnr "Hughie"]] [https://www.familysearch.org/tree/person/details/GWBX-L5G] - 1908(NSW)-1972(NSW) - 2WH Forbes (1925-1969+), 2ARN Forster (1965-1969+), amateur operator (AOCP 196, 1925, No. ?? in NSW), amateur broadcaster, "brother-in-law" of Leslie Maclean Wilson 2LM, note his father also Walter Hugh Rankin Stitt and lived in same district ===''STOCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Daniel Alan John Stocks|Stocks, Daniel Alan John]] [https://www.familysearch.org/tree/person/details/GZN8-R5P] - 1897(Vic)-1933(Vic) - 3DJ Melbourne (Canterbury, 1925-1927; Surrey Hills, 1931), amateur operator (AOCP 144, 1925, No. ?? in Vic), amateur broadcaster, electrical engineer, gone too soon ===''STOCKTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Stockton|Stockton, Norman]] - 1904(WA)-1943(Germany) - 4NQ Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, military (WW2, press correspondent), journalist, "Greater love hath no man than this" ===''STOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allen Frederick Stow|Stow, Allen Frederick]] [https://www.familysearch.org/tree/person/details/G8WR-7GG] - 1910(Vic)-1966(Vic) - Licences: 3AS Melbourne (North Carlton,1928-1931; North Fitzroy, 1933-1939, 1946-1947; Northcote, 1948-1965); 3AFS Portable Melbourne (Northcote, 1948-1965) - Qualifications: AOCP 441, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army) - Electoral Rolls: engineer (Carlton North, 1931; Fitzroy North, 1934-1942) ===''STOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Alfred Stowe|Stowe, Harry Alfred]] [https://www.familysearch.org/tree/person/details/GWBJ-YTW] - 1892(NSW)-1977(NSW) - Licences: XAS Sydney (Drummoyne, 1911-1914); 2CX Receive Sydney (Chatswood, 1922-1923); 2CX Sydney (Chatswood, 1924-1929) - Qualifications: cc; AOCP 19, 1924, No. 9 in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, 1930-1958); retired (Frenchs Forest, 1968-1977) ===''STOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Bickley Stoyle|Stoyle, Jack Bickley]] [https://www.familysearch.org/tree/person/details/GM1Z-JWV] - 1881(India)-1966(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 91, 1915; 1COCP 55, 1930 - RANRS (Commissioned Telegraphist, terminated Nov 1920); AWA CRS - Electoral Rolls: wireless telegraphist (Rockhampton, 1917); radio station master (Darwin, 1922; Kilkenny, 1939-1943) ===''STRAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Michael Strafford|Strafford, John Michael]] [https://www.familysearch.org/tree/person/details/LZ2K-LBX] - 1900(SA)-1974(SA) - Licences: 5JS Adelaide (Stepney, 1936-1939; City, 1947-1965; Windsor Gardens, 1969-1975) - Qualifications: cc; AOCP 1710, 1936, SA; BOCP 514, 1943 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''STRATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Stephen Stratford|Stratford, Leo Stephen]] [https://www.familysearch.org/tree/person/details/GXHV-HRX] - 1915(Qld)-1999(Qld) - Licences: 4AE Goondiwindi (1936-1939); 4LS Goondiwindi (1947-1956) - Qualifications: cc; AOCP 1678, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Goondiwindi, Qld, 1936-1949); radio dealer (Goondiwindi, Qld, 1954-1958); electrician (Goondiwindi, Qld, 1968); refrigeration mechanic (Goondiwindi, Qld, 1980) ===''STREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Streamer nee Mackenzie, Florence Madeline "Madeline" - See Florence Madeline Mackenzie 4YL ===''STREET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frederick Street|Street, Reginald Frederick]] [https://www.familysearch.org/tree/person/details/GW5S-Z4L] - 1900(Tas)-1927(Tas) - Licences: 7BD Receive Hobart (1923); Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: draper's assistant (Hobart West, 1922) ===''STROHFELDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Strohfeldt|Strohfeldt or Strofeldt, Gilbert]] [https://www.familysearch.org/tree/person/details/LVWD-W9Z] - 1904(Qld)-1951(Qld) - Licences: 4GS Brisbane (Paddington, 1932-1939; Camp Hill, 1948-1956) - Qualifications: cc; AOCP 1041, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Comment: licensed for 5 years after passing - Electoral Rolls: postal assistant (Roma, 1926); telegraphist (Charleville, 1928-1930); Paddington, Qld, 1936-1937); assistant radio inspector (Camp Hill, Qld, 1943) ===''STUART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Stuart|Stuart, Francis John]] [https://www.familysearch.org/tree/person/details/GXSH-RPC] - 1895(SA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: naval officer (Hobart, Tas, 1919); telegraphist (Hobart, 1922; Oakleigh, Vic, 1928-1942); primary producer (Tarra Valley, Vic, 1949-1954) * [[/Michael Aloysius Horatio Stuart|Stuart, Michael Aloysius Horatio]] [https://www.familysearch.org/tree/person/details/GXLC-2D9] - 1891(Vic)-1953(Vic) - Licences: 3MH Melbourne (Moonee Ponds, 1927); 3MH Rockbank (1931-1937); 5MS Adelaide (Rosewater, 1938-1939) - Qualifications: cc; 2COCP 66, 1929; 1COCP 184, 1931; likely CRPT pre 1927 - amateur operator; amateur broadcaster; WW1 (UK Merchant Navy); WW2 - Electoral Rolls: mechanic (Moonee Ponds, Vic, 1925-1927); radio telegraphist (Beam Radio Station, Rockbank, Vic, 1928-1937; Geraldton, WA, 1943); radio technician (Footscray North, Vic, 1949) ===''STURDEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Ashton Hobart Sturdee|Sturdee, Vernon Ashton Hobart]] - 1890(Vic)-1966(Vic) - 4?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur radio club (member, WIQ) ===''SULLIVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sullivan|Sullivan, John]] [https://www.familysearch.org/tree/person/details/KLGD-VK6] - 1906(Vic)-1997(Vic) - 3SR Melbourne (Elsternwick, 1925-1926), 3SR Yallourn (1927), amateur operator (AOCP 206, 1925, No. ?? in Vic), amateur broadcaster, engineer (1927) ===''SUTHERLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan James Sutherland|Sutherland, Alan James]] [https://www.familysearch.org/tree/person/details/GXK6-94L] - 1916(SA)-1977(Qld) - Licences: 5XB Adelaide (Glenelg, 1935-1939, 1947-1948); 3AXB Melbourne (Balwyn, 1954-1965); 3KY Melbourne (Balwyn, 1969-1975) - Qualifications: cc; AOCP 1592, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Dunleath, SA, 1939-1941); public servant (Albert Park, Vic, 1949; Canterbury, Vic, 1954-1968; Balwyn, Vic, 1972-1977); retired (Scarness, Qld, 1977) * [[/George Bremner Sutherland|Sutherland or Clyne, George Bremner "Jock"]] [https://www.familysearch.org/tree/person/details/GZVF-KQC] - 1893(Sct)-1981(SA) - Licences: 6GB Perth (Mt Hawthorn, 1927) - Qualifications: cc; 1COCP 295, 1932 - amateur operator; amateur broadcaster; telegraphist (Navy, 1911), late 1920s assistant chief engineer 6WF (to Wally Coxon) - Electoral Rolls: DCA (aeradio operator, from 1941); radio operator (Kalgoorlie, 1949); retired (North Perth, 1958) ===''SUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Sutton|Sutton, Arthur Ernest]] [https://www.familysearch.org/tree/person/details/GMFM-Z34] - 1882(Vic)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (early 1910s); utilised Henry Sutton's experimental licence - Relationships: son of XLM Henry Sutton - Electoral Rolls: music seller (Malvern, 1909-1913; Hawthorn, 1914-1915); engineer (Kew, 1922-1925); traveller (Camberwell, 1927); mechanic (Brunswick, 1928) * [[/Henry Sutton|Sutton, Henry]] [https://www.familysearch.org/tree/person/details/LD19-T7V] - 1855(Vic)-1912(Vic) - Licences: XLM Melbourne (Malvern, 1910-1912) - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed from 1890s); numerous inventions, Australia's first wireless telephony experimenter (1906); invented several new types of telephones; early television experiments - Relationships: father of Arthur Ernest Sutton - Links: [https://adb.anu.edu.au/biography/sutton-henry-4675 ADB] - Electoral Rolls: Nil yet identified * [[/Joseph William Sutton Jnr|Sutton, Joseph William Jnr]] [https://www.familysearch.org/tree/person/details/LHKF-HCJ] - 1874(Qld)-1941(Qld) - Licences: 4CP Receive Brisbane (City, 1923); 4EI Brisbane (City, 1923-1925) (In the name of the State Engineer) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club (WIQ, foundation member; QWI); electrical engineer; senior federal public servant (PMGD, State Engineer) - Relationships: son of Joseph William Sutton Snr - Electoral Rolls: electric engineer (Teneriffe, 1903); engineer (Teneriffe, 1908-1909); assistant (GPO, 1912-1919); electrical engineer (New Farm, 1921-1936); retired (Ascot, 1937) * [[/Joseph William Sutton Snr|Sutton, Joseph William Snr]] [https://www.familysearch.org/tree/person/details/LHKF-W6T] - 1844(Eng)-1914(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - club (Royal Society Qld, president) - Relationships: father of Joseph William Sutton Jnr - Links: [[w:Joseph William Sutton|Wikipedia]] - Electoral Rolls: engineer (Teneriffe, 1908-1909) ===''SWABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Max J. Swaby|Swaby, Max J.]] - 19??(???)-19??(???) - 4DA Dalby (-1948+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''SWAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lionel Tamsett Swain|Swain, Lionel Tamsett]] [https://www.familysearch.org/tree/person/details/KL1J-TGY] - 1902(NSW)-1985(NSW) - Licences: 2CS Receive Newcastle (Hamilton, 1922); 2CS Newcastle (Hamilton, 1923-1927; Waratah, 1928-1939, 1946-1950; Charlestown, 1954-1961; Bolton Point, 1965-1980) - Qualifications: cc; AOCP 108, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Withdrawal: when 2CS Coffs Harbour commenced in early 1980s, policy had changed as to withdrawal of similar amateur callsigns - Electoral Rolls: draftsman (Waratah, 1930-1954); engineer (Charlestown, 1958-1963); retired (Bolton Point, 1968-1980) ===''SWEENEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Moss Sweeney|Sweeney, Walter Moss]] [https://www.familysearch.org/tree/person/details/LNZ7-YRD] - 1887(Eng)-1964(Vic) - Licences: 3WS Melbourne (East Melbourne, 1924-1925; Elwood, 1925-1931; St Kilda, 1933-1939) - Qualifications: cc; CPRT 204, 1916 - coastal wireless operator; RANRS (commissioned telegraphist, 1917); amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless engineer (Subiaco, 1916-1917); no occupation (Melbourne, 1919); wireless engineer (East Melbourne, 1921-1924); engineer (Elsternwick, 1925-1928); director (St Kilda, 1931-1963) ===''SWINBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank Charles Richard Swinburne|Swinburne, Frank Charles Richard]] [https://www.familysearch.org/tree/person/details/GDML-S1J] - 1901(Qld)-1948(NSW) - Licences: 2AT Receive Sydney (Manly, 1922-1923); 2AT Sydney (Manly, 1924-1926) - Qualifications: cc; CPRT 557, 1920 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Manly, NSW, 1937; North Sydney, 1943)) ===''SWINDELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Willie Swindells|Swindells, Willie]] [https://www.familysearch.org/tree/person/details/L812-BTK] - 1890(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: electrician (Richmond, Vic, 1913-1914; Parkdale, Vic, 1925-1926); engineer (Geelong, 1927; Darlinghurst, NSW, 1931-1933); electrical engineer (Brunswick, Vic, 1934) ===''SYMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathaniel Joseph Leo Symonds|Symonds, Nathaniel Joseph Leo "Leo"]] [https://www.familysearch.org/tree/person/details/KJZ3-3QH] - 1908(WA)-2005(WA) - Licences: 6LS Perth (Cottesloe Beach, 1925-1930; Bicton, 1947-1948); 6LX Perth (Kalamunda, 1965-1980+) - Qualifications: cc; AOCP 207, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: tailor (Cottesloe, 1931-1943); radio operator (Fremantle, 1949-1954); radio technician (Kalamunda, 1958-1980) ===''SYMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Lindsay Gordon Symons|Symons, John Lindsay Gordon]] [https://www.familysearch.org/tree/person/details/KZZ5-Q42] - 1913(Vic)-1964(Vic) - Licences: 3JT Melbourne (Malvern, 1930-1939; East Hawthorn, 1946-1947; Burwood, 1948; South Melbourne, 1954-1956; Mt Waverley, 1960) - Qualifications: AOCP 662, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Malvern, 1934-1943; Glen Iris, 1949); hotelkeeper (Malvern, 1954); engineer (Syndal, 1963) =='''T'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''TAPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Ernest Tapp|Tapp, Charles Ernest or Edward]] [https://www.familysearch.org/tree/person/details/GX7P-BXV] - 1894(NSW)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 82, 1915 - RANRS (commissioned telegraphist, 1917); WW1 - Electoral Rolls: OIC Wireless Station (Thursday Island, Qld, 1915; South Yarra, Vic, 1917-1919); electrical engineer (Mosman, NSW, 1930); engineer (Brighton, Vic, 1942); manager (Vaucluse, NSW, 1943) ===''TAPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Tapper|Tapper, John Robert]] [https://www.familysearch.org/tree/person/details/G8ZX-4T6] - 1910(WA)-1992(WA) - Licences: 6RJ Perth (Claremont, 1929-1939); 6RJ Onslow (1946-1947); 6RJ Perth (Claremont, 1948-1960); 2AO Wagga Wagga (1969-1980+) - Qualifications: cc; AOCP 538, 1929, No. ?? in WA; 1COCP 218, 1931; TVOCP 324, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Claremont, 1931-1943); operator (Claremont, 1949-1963); radio inspector (Wagga Wagga, 1968-1980) ===''TARBOTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Augustus Tarbotton|Tarbotton, Harry Augustus]] [https://www.familysearch.org/tree/person/details/GF93-87K] - 1902(Eng)-1961(WA) - Licences: 6HT Albany (1936-1939, 1947-1960) - Qualifications: cc; AOCP 1672, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: motor driver (Albany, WA, 1925-1931); motor mechanic (Albany, WA, 1936-1954); radio service (Albany, WA, 1958) ===''TARLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred William Tarling|Tarling, Alfred William]] [https://www.familysearch.org/tree/person/details/LVH9-4RZ] - 1900(Eng)-1953(Qld) - Licences: 4TW Townsville (1937-1939, 1946-1948) - Qualifications: cc; (likely qualification ca 1920, British Merchant Navy; 1COCP 679, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Coolbie, Ingham, Qld, 1930); wireless operator (Pimlico, Qld, 1931-1932); labourer (West End, Qld, 1936-1937); radio engineer (Townsville, Qld, 1943-1949) ===''TARRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Albert Tarrant|Tarrant, Ernest Albert Jnr]] [https://www.familysearch.org/tree/person/details/L8SB-Z68] - 1898(NSW)-1956(NSW) - Licences: 2AK Receive Narrabri (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Eulah Creek, 1930; Narrabri, 1943) * [[/William Francis Tarrant|Tarrant, William Francis "Frank"]] [https://www.familysearch.org/tree/person/details/GD5M-6JT] - 1914(NSW)-1998(NSW) - Licences: 2UF Newcastle (Cooks Hill, 1932-1958) - Qualifications: cc; AOCP 1054, 1932, NSW - amateur operator; amateur broadcaster - Electoral Rolls: ironworker (Newcastle, 1930-1949) ===''TATHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Edward Tatham|Tatham, Sydney Ernest Edward]] [https://www.familysearch.org/tree/person/details/GDQT-52W] - 1896(Eng)-1973(Vic) - Licences: 2ST Sydney (Neutral Bay, 1923-1925; City, 1926-1928; Darling Point, 1929-1933; City, 1933-1939) - Qualifications: cc; CPRT 33, 1915; 1COCP 406, 1940 - amateur operator; amateur broadcaster; journalist (editor, Sea, Land and Air, 1922); WW2 - Electoral Rolls: instructor (St Kilda, 1919; South Yarra, 1919); merchant (Darling Point, 1930-1933; City, 1934-1937; Albert Park, Vic, 1949; Camberwell, 1954); director (Balwyn, 1958-1972) ===''TAYLOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert William Taylor|Taylor, Albert William]] [https://www.familysearch.org/tree/person/details/GX56-JGX] - 1910(NSW)-1980(SA) - Licences: 5AT Port Pirie (1934-1937); 5AT Adelaide (Solomontown, 1938-1939; Edwardstown, 1947-1980+) - Qualifications: cc; AOCP 1276, 1934, SA; BOCP 286, 1940; TVOCP 461, 1962 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Marleston, SA, 1941; Edwardstown, SA, 1943) * [[/B. A. Taylor|Taylor, B. A.]] - 19??(???)-19??(???) - Licences: 4DF Receive Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Donald Gordon Taylor|Taylor, Donald Gordon "Don"]] [https://www.familysearch.org/tree/person/details/GZB4-N31] - 1907(SA)-1985(SA) - Licences: Receive Adelaide (Forestville, 1923-1924); 5DX Adelaide (Forestville, 1926-1937; Black Forest, 1938-1939, 1946-1980+) - Qualifications: cc; AOCP 307, 1926, No. ?? in SA; AOLCP 25, 1930 - amateur operator; amateur broadcaster; WW2 - Comment: another DGT served in WW2 & died on active service 1943 in NT - Electoral Rolls: wireless mechanic (Goodwood, 1939; Black Forest, 1941-1943) * [[/Florence Mary Parsons|Taylor nee Parsons, Florence Mary]] [https://www.familysearch.org/tree/person/details/LZX2-FZB] - 1879(Eng)-1969(NSW) - Licences: Nil - Qualifications: Nil - publisher - Electoral Rolls: managing director (Sydney, 1936); journalist (Vaucluse, 1954); editor (Darlinghurst, 1958; Potts Point, 1963) - Relationships: wife of George Augustine Taylor - [https://adb.anu.edu.au/biography/taylor-florence-mary-8754 ADB] * [[/George Augustine Taylor|Taylor, George Augustine]] [https://www.familysearch.org/tree/person/details/GZB4-JG7] - 1872(NSW)-1928(NSW) - Licences: Nil (always operated under military or other amateur licences) - Qualifications: Nil - early wireless experimenter, amateur operator, founder WIA NSW, founder Association for Development of Wireless in Australasia - Electoral Rolls: Nil - gone too soon - [https://adb.anu.edu.au/biography/taylor-george-augustine-8756 ADB] * [[/Henry Arthur Taylor|Taylor, Henry Arthur]] [https://www.familysearch.org/tree/person/details/GF77-443] - 1907(Eng)-1996(WA) - Licences: 6AT Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1042, 1932, WA; AOLCP 216, 1935 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: joiner (Victoria Park, WA, 1931-1934); radio engineer (6KG, Parkeston, WA, 1937-1943; Nedlands, WA, 1954-1963); retired (South Perth, WA, 1977-1980) * [[/Leslie Harry Taylor|Taylor, Leslie Harry]] [https://www.familysearch.org/tree/person/details/G841-CD4] - 1898(Eng)-1978(NSW) - Licences: 2CL Sydney (Ashfield, 1936-1939, 1946-1969) - Qualifications: AOCP 1723, 1936, NSW - amateur operator, amateur broadcaster - Electoral Rolls: manager (Leichhardt, 1930-1933; Ashfield, 1935-1968); retired (Ashfield, 1977) ===''TEECE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Auburn Selwyn Teece|Teece, Cecil Auburn Selwyn]] [https://www.familysearch.org/tree/person/details/2Z37-JSS] - 1885(NSW)-1970(ACT) - Licences: V733 Receive Melbourne (Toorak, 1922); 3GO Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (East Melbourne, 1909); examiner (Kew, 1910); civil servant (Kew, 1912; Hawthorn, 1914-1917); examiner of patents (Box Hill, 1919); civil servant (Toorak, 1922; Sandringham, 1924; St Kilda, 1928; East Melbourne, 1931; Reid, ACT, 1935-1937; Barton, 1943); public servant (Barton, 1949-1954); retired (Braddon, 1958-1968) ===''TEMPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Lander Templeton|Templeton, Gordon Lander]] [https://www.familysearch.org/tree/person/details/G8F2-VLH] - 1909(Vic)-1945(Vic) - Licences: 3OW Coleraine (1930-1939) - Qualifications: AOCP 631, 1930, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer) - Electoral Rolls: farm labourer (Tahara Bridge, 1931-1937) - Relationships: cousin of 3HG Neil Murray Templeton - "Greater love hath no man" * [[/Neil Murray Templeton|Templeton, Neil Murray]] [https://www.familysearch.org/tree/person/details/L6SD-RDT] - 1911(Vic)-1965(Vic) - Licences: 3HG Coleraine (1930-1939, 1946-1960) - Qualifications: AOCP 632, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Tahara Bridge, 1934-1937); RAAF (Canterbury, 1943); grazier (Tahara Bridge, 1949-1963) - Relationships: cousin of 3OW Gordon Lander Templeton ===''THEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Milton Theel|Theel, Kenneth Milton]] [https://www.familysearch.org/tree/person/details/LD1Z-1Z9] - 1908(SA)-1956(SA) - Licences: 5CT Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923); 5QP Adelaide (St Peters, 1927-1933; Clarence Park, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 322, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: ledger keeper (Reade Park Gardens, SA, 1941-1943) ===''THOMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Kirk Raleigh Thomas|Thomas, Henry Kirk Raleigh]] [https://www.familysearch.org/tree/person/details/GWX4-8LL] - 1902(NSW)-19??(???) - 2HT Sydney (Mosman, 1924; Neutral Bay, 1925-1933; Cremorne, 1933-1934; Mosman, 1935-1939), amateur operator (AOCP 1, 1924, No. 1 in NSW and Australia), amateur broadcaster, broadcast engineer (2GB, assistant engineer, 1946) * [[/Herbert Thomas|Thomas, Herbert]] - 19??(???)-19??(???) - Licences: 6DY Perth (CBD, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, salesman (Harris Scarfe, 1924) - Electoral Rolls: Nil yet identified - Comment: several contemporaneous HTs * [[/Ivor Thomas|Thomas, Ivor]] [https://www.familysearch.org/tree/person/details/G8HB-Q3G] - 1897(SA)-1965(SA) - Licences: 5IT Adelaide (Mitcham, 1929-1960) - Qualifications: cc; AOCP 496, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: warehouseman (Kingswood Park, 1939-1943) * [[/Josiah Thomas|Thomas, Josiah]] [https://www.familysearch.org/tree/person/details/LYSY-Y24] - 1863(Eng)-1933(NSW) - establishment radio station (2CH), state politician (NSW, MLA, 1890s), senior federal politician (MHR, Postmaster-General 1908-1909, 1910-1911) - Electoral Rolls: * [[/Roland Henry Thomas|Thomas, Roland Henry]] [https://www.familysearch.org/tree/person/details/GXHG-7Z4] - 1911(Qld)-1994(Qld) - Licences: 4LR Brisbane (Bulimba, 1932-1939) - Qualifications: cc; AOCP 1058, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Bulimba, 1934); radio technician (Bulimba, Qld, 1937-1972); proprietor (Manly West, Qld, 1977-1980) * [[/Roy Valentine Thomas|Thomas, Roy Valentine]] [https://www.familysearch.org/tree/person/details/GZ6H-7WG] - 1907(NSW)-1958(NSW) - 2TK Sydney (Erskinville, 1925), 2RV Sydney (Bondi North, 1927-1930), 2TK Sydney (South Hurstville, 1947-1958), amateur operator (AOCP 62, 19??, No. ?? in NSW), amateur broadcaster ===''THOMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Thompson|Thompson, F.]] - 19??(???)-19??(???) - Licences: 2HF Receive Sydney (East Balmain, 1922-1923); 2HF Sydney (Balmain, 1924-1927) - Qualifications: cc; AOCP 47, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: several contemporaneous F. Thompson * [[/Geoffrey George Thompson|Thompson, Geoffrey George]] [https://www.familysearch.org/tree/person/details/G8SP-DDD] - 1911(Vic)-2000(Vic) - Licences: 3GT Melbourne (Thornbury, 1928-1939) - Qualifications: AOCP 388, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Thornbury, 1934-1937; North Melbourne, 1949); cameraman (Hawthorn, 1954-1980) * [[/Leonard Neville Weston Fane Thompson|Thompson, Leonard Neville Weston Fane]] [https://www.familysearch.org/tree/person/details/LJKN-FJV] - 1899(NSW)-1960(Vic) - Licences: 3LT Melbourne (Mitcham, 1931; Chelsea, 1933; Carrum, 1937-1939; Bonbeach, 1946-1960) - Qualifications: AOCP 762, 1931, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: railway employee (Glenferrie, 1925; Mitcham, 1931; Chelsea, 1934; Carrum, 1936-1954) * [[/Stanley Gordon Thompson|Thompson, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/GXLZ-S21] - 1906(NSW)-1975(Vic) - Licences: 3AZ Melbourne (North Brighton, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: expert (Brighton, Vic, 1931); mechanic (Brighton, Vic, 1936); sales (Shepparton, Vic, 1963-1972) ===''THOMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Thomson|Thomson, Arthur William]] [https://www.familysearch.org/tree/person/details/GZND-ZPF] - 1907(Vic)-1995(Vic) - 3AT Sunshine (1925), amateur operator (AOCP 145, 1925, No. ?? in Vic) * [[/G. L. Thomson|Thomson, G. L.]] - 19??(???)-19??(???) - 2GT Sydney (Waverley, 1924-1925), amateur operator (AOCP 3, 1924, No. 2 in NSW), amateur broadcaster, operator of 2BV Waverley Radio Club ===''THORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Thorley|Thorley, Roy "John"]] [https://www.familysearch.org/tree/person/details/GDR2-8GW] - 1912(Qld)-1966(Qld) - Licences: 4RT Brisbane (South Brisbane, 1936-1937; Annerley, 1938-1939; Holland Park, 1946-1956) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (WIAQ, president); business proprietor (mechanical engineering) - Comment: killed in automobile accident - Electoral Rolls: clerk (Annerley, Qld, 1937); engineer (Holland Park, Qld, 1949-1963); contractor (Charters Towers, Qld, 1963) ===''THURSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wyngate Thurstan|Thurstan, Arthur Wyngate]] [https://www.familysearch.org/tree/person/details/LVFV-XSS] - 1907(Eng)-1976(NSW) - 2AV Sydney (Penshurst, 1924-1939; Beverley Hills, 1946-1975), amateur operator (AOCP 38, 1924, No. ?? in NSW), amateur broadcaster, WW2, Lempriere & Co (metallurgist; Chief Chemist, 1937) ===''THRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Thring|Thring, Francis William]] [https://www.familysearch.org/tree/person/details/9XFG-ZY6] - 1882(NSW)-1936(Vic) - Film producer, founder 3XY Melbourne - Links: [[w:F. W. Thring|Wikipedia]] ===''THROSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Ledsam Throssell|Throssell or Throssel, Lancelot Ledsam]] [https://www.familysearch.org/tree/person/details/KHFL-59C] - 1902(WA)-1980(WA) - Licences: 6LT Northam (1926-1927) - Qualifications: cc; AOCP 248, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Northam, 1925-1931); civil servant (Northam, 1936-1937); clerk (Bruce Rock, 1943); bank officer (Kojonup, 1954; Innaloo, 1963-1972); retired (Osborne Park, 1980) ===''THUGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thuge|Thuge, Norman]] [https://www.familysearch.org/tree/person/details/GXDL-F55] - 1917(Qld)-1973(NSW) - Licences: 4NC Gladstone (1936-1937); 4NO Gladstone (1938-1939); 4NO Brisbane (Hendra, 1947); 2ANO Sydney (Stanmore, 1948-1950; Arncliffe, 1954-1956) - Qualifications: cc; AOCP 1622, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Charters Towers, Qld, 1943); bank officer (Petersham, NSW, 1949; Arncliffe, NSW, 1954-1958); retired (Burwood, NSW, 1972) ===''THYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Joseph Thynne|Thynne, Andrew Joseph]] [https://www.familysearch.org/tree/person/details/KP3H-T8K] - 1847(Irl)-1927(Qld) - military (Qld Defence Force, 1867, eventually Lieutenant-Colonel), profession (solicitor, Qld, 1873-1882), state politician (Qld MLC, Minister for Justice and Attorney General; Qld Postmaster-General, 1894-1897) ===''TILBROOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clem David Lloyd Tilbrook|Tilbrook, Clem David Lloyd]] [https://www.familysearch.org/tree/person/details/GXP4-4PQ] - 1912(SA)-2004(SA) - Licences: 5GL Adelaide (Brighton, 1933-1937; Camden, 1938-1939; Colonel Light Gardens, 1947-1965; Daw Park, 1969-1980+) - Qualifications: cc; AOCP 1210, 1933, SA; 2COCP 381, 1940; 1COCP 468, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Camden, SA, 1939-1943) ===''TILNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Edward Tilney|Tilney, Leslie Edward]] [https://www.familysearch.org/tree/person/details/MPDS-4PK] - 1870(NSW)-1937(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 13, 1914 - early wireless experimenter (army); coastal wireless officer, WW1 - Electoral Rolls: officer-in-charge (Wireless Station, Applecross, 1916-1917); soldier (Claremont, 1917); commissioner (Caulfield, 1924-1931); civil servant (Malvern, 1933-1936) - TroveTag: "Leslie Edward Tilney" (400+ tags) - Links: [https://www.anzac-biographies.com/2021/06/05/tilney-lieutenant-colonel-leslie-edward-dso-mid-vd/ Bio] ===''TILSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Howard Tilse|Tilse, Arthur Howarde "Howard"]] [https://www.familysearch.org/tree/person/details/LTK5-CS8] - 1911(Qld)-1973(Qld) - Licences: 4WO Brisbane (Yeronga, 1931-1939; South Brisbane, 1946-1948; Yeronga, 1954-1970) - Qualifications: cc; AOCP 725, 1931, No. ?? in Qld; 2COCP 155, 1938 - amateur operator; amateur broadcaster; military (WW2, Army Signals, RAAF); art dealer - Electoral Rolls: radiotrician (Yeronga, 1934-1937); RAAF wireless operator (West End, Townsville, 1943); radio operator (South Brisbane, 1949); art dealer (Yeronga, 1954-1972) ===''TIMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Robert Timmins|Timmins, Alan Robert]] - broadcast engineer (PMGD, P&TD, DoC, DoTaC, ABA), senior federal public servant (PMGD, P&TD, DoC, DoTaC, ABA) ===''TIPPING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Tipping|Tipping, Edward Charles]] - 19??(???)-1968(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), radio clubs (WIQ, member, 1912), federal public servant (PMGD, clerk/accountant), military (Captain, Royal Engineers) ===''TIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. G. Tiver|Tiver, R. G.]] - 19??(???)-19??(???) - Licences: Receive Tanunda (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TODD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hugh Todd|Todd, Alan Hugh]] [https://www.familysearch.org/tree/person/details/GXDD-7SG] - 1919(Qld)-1978(Qld) - Licences: 4HT Brisbane (Ashgrove, 1936-1937; Newmarket, 1938-1939, 1947-1948; Red Hill, 1954-1975) - Qualifications: cc; AOCP 1639, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical mechanic (Newmarket, Qld, 1943-1949); teacher (Kelvin Grove, Qld, 1954-1977) * [[/Charles Todd|Todd, Charles]] [https://www.familysearch.org/tree/person/details/LC3X-PJ6] - 1826(Eng)-1910(SA) - senior state public servant (Government Electrician, Postmaster-General SA) - Links: [[w:Charles Todd (pioneer)|Wikipedia]] [https://adb.anu.edu.au/biography/todd-sir-charles-4727 ADB] * [[/Lionel Victor Glen Todd|Todd, Lionel Victor Glen]] [https://www.familysearch.org/tree/person/details/L5CG-Z68] - 1896(NSW)-1970(NSW) - Licences: 2CR Tamworth (1922-1935); 2LS Tamworth (1936-1938); 2LS Denistone (1939); 2LS Sydney (West Ryde, 1957-1965; Denistone, 1969) - Qualifications: cc; AOCP 132, 1925, No. ?? in NSW; 1COCP 282, 1939 - amateur operator; amateur broadcaster - Withdrawal: 2CR callsign withdrawn by PMG in 1935 for 2CR Orange (Blayney) ABC - Electoral Rolls: telephone mechanic (West Tamworth, 1932-1937); assistant radio inspector (Eastwood, 1943-1968) * [[/Milton Buchanan Todd|Todd, Milton Buchanan]] [https://www.familysearch.org/tree/person/details/GXSX-NQT] - 1892(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 63, 1915; 1COCP 81, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: engineer operator (Thursday Island, 1916); radio telegraphist (Maroubra, 1930-1935); officer (Lewisham, 1936-1937); radio telegraphist (Townsville, 1937; Croydon, NSW, 1943; Townsville, 1949); senior radio officer (Townsville, 1954); radio officer (Kensington, NSW, 1958); retired (Blaxland, 1958) * [[/Tom Arthur Todd|Todd, Tom Arthur]] [https://www.familysearch.org/tree/person/details/GD9C-7P5] - 1906(NSW)-1977(NSW) - Licences: 2OT Receive Sydney (Eastwood, 1923); 2TT Sydney (Eastwood, 1935-1939, 1946-1957) - Qualifications: cc; CPRT 984, 1928; 2COCP 50, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Eastwood, 1930-1937); radio mechanic (Eastwood, 1943-1977) ===''TONGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edward Tonge|Tonge, Arthur Edward]] [https://www.familysearch.org/tree/person/details/GX4S-MNM] - 1895(Eng)-1954(Qld) - Licences: 4AR Brisbane (Taringa, 1933; Indooroopilly, 1937-1939) - Qualifications: cc; AOCP 1149, 1933, No. ?? in Qld; 2COCP 54, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Darra, 1931; Indooroopilly, 1936-1937); mechanic (Milton, 1943-1949); process worker (Indooroopilly, 1954) ===''TONGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Melville Tongs|Tongs, Lawrence or Laurence Melville]] [https://www.familysearch.org/tree/person/details/LR9L-Y7N] - 1899(Tas)-1989(Vic) - Licences: 7BU Receive North Motton (1923); Receive North Motton (1923); 2ADB Finley (1937-1939); 7LT Devonport (1960-1969); 3ALV Melbourne (Parkville, 1975) - Qualifications: cc; CPRT 687, 1922; 2COCP 421, 1941 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: farmer (Finley, 1930-1935); radio dealer (1936-1949); farmer (Dandenong, 1954); radio technician (Devonport, 1972); retired (Parkville, 1977-1980) ===''TONKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Maxwell Tonkin|Tonkin, Arthur Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KLL6-HT9] - 1915(WA)-1998(SA) - Licences: 6MZ Katanning (1935-1939); 5MZ Adelaide (Salisbury, 1948); 5TI Clare (1975); 5MZ Clare (1980+) - Qualifications: cc; AOCP 1525, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937) * [[/Stanley Gordon Tonkin|Tonkin, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/L1DQ-2R1] - 1910(SA)-1992(SA) - Licences: 2SG Albury (1929-1931); 2SG Sydney (Double Bay, 1933; Waverley, 1933-1936; Lane Cove, 1937); 2SG Goonellabah (1938-1939); 2SG Sydney (Epping, 1946-1955); 5SG Adelaide (Hampstead Gardens, 1956; Manningham, 1969; Glenunga, 1975-1980+) - Qualifications: AOCP 520, 1929, No. ?? in NSW; AOLCP 57, 1931; 2COCP 391, 1940; 1COCP 493, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Woolwich, 1932); engineer (Edgecliff, 1933); mechanic (Waverley, 1934); radio engineer (Newtown, 1934-1935; Artarmon, 1936; Goonellabah, 1937; Eastwood, 1943); radio technician (West Epping, 1949-1954) ===''TORMEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Tormey|Tormey, Edward Arthur]] [https://www.familysearch.org/tree/person/details/G8VV-85X] - 1902(NSW)-1993(ACT) - Licences: 2ET Canberra (City, 1930-1934; Ainslie, 1935-1939, 1946-1955); 1ET Canberra (Ainslie, 1956-1980+) - Qualifications: AOCP 687, 1930, No. ?? in ACT - amateur operator, amateur broadcaster - Electoral Rolls: chauffeur (Braddon, 1928-1930; Ainslie, 1935); bus driver (Ainslie, 1937); car driver (Ainslie, 1943-1980) ===''TRAEGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Hermann Traeger|Traeger, Alfred Hermann or Herman]] [https://www.familysearch.org/tree/person/details/KCNJ-LRP] - 1895(Vic)-1980(SA) - Licences: 5AX Adelaide (Kensington Gardens, 1926-1931; Corryton, 1933-1937; Marratville, 1938-1939) - Qualifications: cc; AOCP 293, 1926, No. ?? in SA - amateur operator; amateur broadcaster; inventor (with 5BG) of the pedal wireless for the RFDS - Electoral Rolls: radio engineer (Cloncurry, 1930-1932); wireless engineer (Leabrook, SA, 1939-1943) - Links: [https://adb.anu.edu.au/biography/traeger-alfred-hermann-8839 ADB] ===''TRAYNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Byron Traynor|Traynor, Philip Byron]] [https://www.familysearch.org/tree/person/details/GZLR-LCT] - 1900(SA)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; AOCP 224, 1925, No. ?? in SA; 1COCP 353, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Mile End, 1939); federal public servant (Glandore, 1941); inspector (Torrens Park, 1943) ===''TREBILCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Eric William Trebilcock|Trebilcock, Eric William]] - 1911(???)-1989(SA) - BERS195 (1933+), amateur listener ===''TREDREA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frederick Aloysius Trevithick Tredrea|Tredrea, Frederick Aloysius Trevithick]] [https://www.familysearch.org/tree/person/details/MC1W-M7C] - 1900(WA)-1958(WA) - Licences: 6FT Perth (Mt Hawthorn, 1929-1931; South Perth, 1933); 6FT Northam (1937); 6FT Perth (South Perth, 1938-1939, 1946-1956) - Qualifications: cc; AOCP 512, 1929, No. ?? in WA; AOLCP 156, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (North Perth, 1925); radio operator (Northam, 1936); broadcast engineer (South Perth, 1937-1958) ===''TREGEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/W. S. Tregear|Tregear, W. S.]] - 19??(???)-19??(???) - 3TR Melbourne (Hawthorn 192x), 3TX Melbourne (Hawthorn, 1930+), amateur operator (AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, 3TR callsign withdrawn by PMGD to prevent confusion with 3TR Sale Class B station ===''TREHARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elgar Dennis Llewellyn Treharne|Treharne, Elgar Dennis Llewellyn]] [https://www.familysearch.org/tree/person/details/GWC7-X9R] - 1914(NSW)-1997(SA) - 2AFQ Sydney, 5?? Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW), son of Fred 2BM/5QT and brother of Ross 2IQ/5?? * [[/Herbert Fredrind Treharne|Treharne, Herbert Fredrind "Fred"]] [https://www.familysearch.org/tree/person/details/K2F8-6ZN] - 1883(NSW)-1968(SA) - 2BM Sydney, 5QT Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW, age 60), father of Ross 2IQ/5?? and Elgar 2AFQ/5?? * [[/Ross Fredrind Treharne|Treharne, Ross Fredrind]] [https://www.familysearch.org/tree/person/details/GWC7-DJD] - 1919(NSW)-1982(SA) - 2IQ Sydney, 5?? Adelaide, amateur operator (AOCP 1513, 1935, No. ?? in NSW), son of Fred 2BM/5QT and brother of Elgar 2AFQ/5?? ===''TRELIVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Benjamin Victor Treliving|Treliving, Dudley Benjamin Victor]] [https://www.familysearch.org/tree/person/details/L2D7-B6C] - 1907(SA)-1993(SA) - Licences: Receive Adelaide (Dulwich, 1923); 6DT Perth (Nedlands, 1932-1933) - Qualifications: cc; AOCP 992, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Cottesloe, WA, 1936-1937); engineer (Cottesloe, WA, 1943) ===''TRELOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Treloar|Treloar, James]] [https://www.familysearch.org/tree/person/details/GFMJ-379] - 1906(WA)-1983(WA) - Licences: 6JT Perth (Beaconsfield, 1931-1933; Melville, 1937; Beaconsfield, 1938-1939) - Qualifications: cc; AOCP 790, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: clerk (South Fremantle, WA, 1931-1943); tally clerk (Bicton, WA, 1949-1980) ===''TRESSIDDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Laurence Tresidder|Tresidder, William Laurence or Lawrence]] [https://www.familysearch.org/tree/person/details/G8PT-SQ7] - 1904(WA)-1985(Vic) - Licences: 3WT Bendigo (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio dealer (Bendigo, 1927-1942); radio (Kangaroo Flat, 1949-1954); radio engineer (Bendigo, 1963-1980) ===''TREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Stanley Trew|Trew, Richard Stanley]] [https://www.familysearch.org/tree/person/details/KCB6-GW4] - 1902(WA)-1968(WA) - Licences: 6RS Harvey (1933-1937); 6RS Perth (Mt Hawthorne, 1938-1939); 6RP Perth (Mt Hawthorne, 1947-1965) - Qualifications: cc; AOCP 1189, 1933, WA; 2COCP 382, 1940; 1COCP 1941 - amateur operator; amateur broadcaster - Electoral Rolls: assistant postal department (York, WA, 1925); postal assistant (York, WA, 1926); postal employee (Harvey, WA, 1931-1937); postal clerk (Leederville, WA, 1937-1943); PMG (Mt Hawthorn, WA, 1949); radio monitor (Joondanna Heights, WA, 1954-1958) ===''TRIM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Trim|Trim, Sydney (Electoral Rolls) or Sidney (BDM)]] [https://www.familysearch.org/tree/person/details/KL7D-NLM] - 1880(Vic)-1960(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 179; 2COCP 178, 1930; 1COCP 105, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: engineer (Subiaco, WA, 1913; West Perth, WA, 1913-1914); "radio station" (Wyndham, WA, 1914-1917); farmer (Mosman, NSW, 1936-1937); engineer (Applecross, WA, 1937-1958) ===''TROTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clement Ford Trott|Trott, Clement Ford]] [https://www.familysearch.org/tree/person/details/GCGY-XPN] - 1907(SA)-1966(SA) - Licences: 5CS McLaren Vale (1928-1929); 5CF McLaren Vale (1930-1931); 5CF Willunga (1933) - Qualifications: cc; AOCP 454, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: orchardist (McLaren Flat, SA, 1939-1943) ===''TROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Rusel Troy|Troy, Thomas Rusel]] [https://www.familysearch.org/tree/person/details/GZKG-MKH] - 1898(NSW)-1992(NSW) - 2SH Receive West Maitland (1923), 2SH West Maitland (1924-1925), 2TY West Maitland (1926-1931), amateur operator (AOCP 208, 1925, No. ?? in NSW), amateur broadcaster, postman (West Maitland, 1930-1949), postal officer (Maitland, 1954), postal clerk (Maitland, 1958) ===''TRUDGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Wallis Trudgen|Trudgen, Maxwell Wallis]] [https://www.familysearch.org/tree/person/details/GS3H-XYH] - 1907(SA)-1992(SA) - Licences: 5MW Adelaide (East Adelaide, 1926); 5HS Adelaide (Fullarton, 1927) - Qualifications: cc; AOCP 247, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Mitcham, 1939-1941); mechanical engineer (Sydney, 1943-1954); engineer (Little Bay, 1958-1968) ===''TRUNFULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Leonard Trunfull|Trunfull, Richard Leonard]] [https://www.familysearch.org/tree/person/details/GXBL-K7B] - 1906(Eng)-1957(WA) - Licences: 6RT South Greenough (1932-1933); 6RT Peel Estate (1937); 6RT Roebourne (1938-1939); 6RT Dangin (1947-1948); 6RT Nungarin (1954); 6RT Narembeen (1955-1956) - Qualifications: cc; AOCP 924, 1932, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (South Greenough, WA, 1931; Baldavis, WA, 1936; Dangin, WA, 1943-1949; Nungarin, WA, 1954; Narembeen, WA, 1958) ===''TUMBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Henry Tumbridge|Tumbridge, Stanley Henry]] [https://www.familysearch.org/tree/person/details/MM12-M1C] - 1899(Eng)-1965(Qld) - Licences: 4ST Ipswich (1932-1933); 4ST Stanthorpe (1937-1939); 4ST Broadwater, 1947-1948; 4ST Brisbane (Woody Point, 1954-1960) - Qualifications: cc; AOCP 986, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Woodend, Qld, 1921); teacher (Murgon, Qld, 1925); school teacher (Stanthorpe, Qld, 1936-1937; Broadwater, Qld, 1943-1949); teacher (Margate, Qld, 1949-1954; Woody Point, Qld, 1958-1963) ===''TURNBULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Edward Turnbull|Turnbull, Norman Edward]] [https://www.familysearch.org/tree/person/details/L2TP-7K8] - 1900(WA)-1988(Vic) - Licences: 6NO Narrogin (1928); 6NO Perth (City, 1930; Subiaco, 1931; Shenton Park, 1937-1939); 3AXX Melbourne (Armadale, 1954; Carrum, 1955; Parkdale, 1956; Cheltenham, 1960-1980+) - Qualifications: c; AOCP 430, 1928, No. ?? in WA; CPRT 1120, 1928; 1COCP 185, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Bunbury, 1922; Busselton, 1925; Narrogin, 1925; Subiaco, 1931); radio inspector (Subiaco, 1934-1936); civil servant (East Perth, 1937); engineer (Armadale, 1954); clerk (Sandringham, 1958); manager (Sandringham, 1963-1968; Cheltenham, 1972); retired (Cheltenham, 1977-1980) * [[/Robert William Turnbull|Turnbull, Robert William or Robert]] [https://www.familysearch.org/tree/person/details/GZ1S-GP4] - 1892(Eng)-1968(NSW) - Licences: 2RO Sydney (Burwood, 1927-1938; Northbridge, 1939) - Qualifications: AOCP 317, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: bricklayer (Homebush, 1930-1963) ===''TURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Reginald Turner|Turner, Edward Arthur Reginald "Rex"]] [https://www.familysearch.org/tree/person/details/GZT9-JD5] - 1910(SA)-1966(SA) - Licences: 5CW Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923-1925); 5SA Adelaide (Leabrook, 1926-1927) - Qualifications: cc; AOCP 272, 1926, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: butter maker (Gawler, 1939-1943) * [[/Haswell Elliott Alfred Turner|Turner, Haswell Elliott Alfred]] [https://www.familysearch.org/tree/person/details/LRQG-8TG] - 1891(Vic)-1969(NSW) - 2TM Sydney (Mosman, 1925-1933), amateur operator (AOCP 127, 1925, No. ?? in NSW), amateur broadcaster, engineer, military, likely related to XACW E. Turner, Jnr * [[/Ralph Robinson Turner|Turner, Ralph Robinson]] [https://www.familysearch.org/tree/person/details/GX2D-S51] - 1912(SA)-1996(SA) - Licences: 5TR Adelaide (Henley Beach, 1935-1937; Dulwich, 1938-1939; Linden Park, 1947-1969; Echunga, 1975-1980+) - Qualifications: cc; AOCP 1444, 1935, SA; BOCP 66, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Dulwich, SA, 1939-1941) * [[/Robert John Blackwell Turner|Turner, Robert John Blackwell]] [https://www.familysearch.org/tree/person/details/L62T-FP7] - 1884(NSW)-1943(NSW) - 2RT Goulburn (1925-1933), amateur operator (AOCP 55, 1925, No. ?? in NSW), amateur broadcaster, engineer ===''TWEEDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/P. Tweedle|Tweedle, P.]] - 19??(???)-19??(???) - Licences: 4DM Receive Brisbane (Albion, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TYAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Robert Wilson Tyas|Tyas, Norman Robert Wilson]] [https://www.familysearch.org/tree/person/details/GXHC-SK6] - 1913(Qld)-1975(Qld) - Licences: 4TY Gracemere (1932-1934); 4TY Kingaroy (1935-1939); 4TY Brisbane (Manly, 1946-1948); 4TY Boonah (1954); 4TY Wallangarra (1955-1956); 4TY Warwick (1960); Brisbane (Manly, 1965-1975+) - Qualifications: cc; AOCP 1059, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, wireless officer); state public servant (state school principal) - Electoral Rolls: school teacher (Kingaroy, Qld, 1936-1943; Brookstead, Qld, 1949; Mt Alford, Qld, 1954); teacher (Wallangarra, Qld, 1958); school teacher (Warwick, Qld, 1963; Manly, Qld, 1968-1972) ===''TYMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Tymms|Tymms, Robert William]] [https://www.familysearch.org/tree/person/details/GXSX-R2D] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 84, 1930 - coastal wireless operator (RANRS); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); wireless operator (Geraldton, 1922; Como, 1925); not stated (Broome, 1937); wireless telegraphist (Townsville, 1954) =='''U'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''UMBACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ricky Charles Umback|Umback, Ricky Charles]] - early wireless historian (Ph.D. Thesis, 2016, "Constituting Australia's International Wireless Service: 1901-1922") [https://openresearch-repository.anu.edu.au/bitstream/1885/142647/1/Umback%20Thesis%202018.pdf] ===''UNDERWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Underwood|Underwood, William Henry]] [https://www.familysearch.org/tree/person/details/GX6T-1XZ] - 1875(Eng)-1953(Qld) - Licences: 4DN Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Newstead, Qld, 1913-1915; Clayfield, Qld, 1916-1943); no occupation (Albion, Qld, 1943; Highgate Hill, Qld, 1949) ===''UNGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Wilhelm Unger|Unger, A. H.]] - 19??(???)-????(???) - 2YRS Alectown (1980+), amateur operator (AOCP ????, 19??, No. ?? in NSW), amateur broadcaster, son of Herbert Wilhelm Carl Unger 2UJ * [[/Herbert Wilhelm Carl Unger|Unger, Herbert Wilhelm Carl or Herbert William Carl]] - 1911(???)-2012(NSW, 101yo) - 2UJ Alectown (1933-1980+), amateur operator (AOCP 1108, 1933, No. ?? in NSW), amateur broadcaster, father of A. H. Unger 2YRS ===''URQUHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Stewart Urquhart|Urquhart, Malcolm Stewart]] [https://www.familysearch.org/tree/person/details/GZXT-5C3] - 1905(WA)-1967(WA) - Licences: 6MU Perth (Cottesloe, 1925-1939); 6MU Merredin (1946-1960); 6MU Perth (Cottesloe, 1965) - Qualifications: cc; AOCP 116, 1925, No. ?? in WA; BOCP 27, 1936; AOLCP 158, 1934; 2COCP 85, 1937; 1COCP 126, 1937 - amateur operator; amateur broadcaster; clerk (1931); broadcast technician (6MD, 1958); WW2 (1939-1945) - Electoral Rolls: clerk (Cottesloe, WA, 1931-1937); broadcast technician (Merredin, WA, 1943-1963) =='''V'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''VALENTINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Keith Valentine|Valentine, Lionel Keith]] [https://www.familysearch.org/tree/person/details/GD1Z-ZVK] - 1916(Tas)-1961(Tas) - Licences: 7KV Hobart (Bellerive, 1933-1939) - Qualifications: cc; AOCP 1148, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Bellerive, Tas, 1937; Acton, ACT, 1949); public servant (Hobart West, Tas, 1958) ===''VAN COUTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Josephus Van Cooth|Van Cooth, John Robert Josephus]] [https://www.familysearch.org/tree/person/details/G8GN-6ZP] - 1908(Vic)-1936(Vic) - Licences: 3DX Receive Melbourne (East Malvern, 1922); 3DX Melbourne (East Malvern, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (St Kilda West, 1931) ===''VARDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Edwin Vardon|Vardon, Joseph Edwin]] [https://www.familysearch.org/tree/person/details/LV9V-VPR] - 1905(SA)-1970(SA) - Licences: Receive Adelaide (Unley, 1923-1924); 5OM Adelaide (Unley Park, 1927-1933) - Qualifications: cc; AOCP 329, 1927, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: sales manager (Malvern, 1941-1943) ===''VAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Vaughan (also known as Hearps, change of name), David Edward]] [https://www.familysearch.org/tree/person/details/LYD2-HG5] - 1901(Vic)-1976(NSW) - Licences: 2FY Sydney (Lakemba, 1930-1969) - Qualifications: AOCP 665, 1930, NSW (Hearps); AOCP 1003, 1932, NSW (Vaughan) - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Lakemba, 1930-1937); machinist (Lakemba, 1943-1972) ===''VEALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Pax Veall|Veall, Reginald Pax]] [https://www.familysearch.org/tree/person/details/GZL8-GR6] - 1918(Vic)-1942(NT) - Licences: 3PV Melbourne (St Kilda, 1937-1939) - Qualifications: AOCP 2050, 1937, No. ?? in Vic; 2COCP 274, 1939; 1COCP 375, 1940 - amateur operator, amateur broadcaster, WW2 (Merchant Navy, Wireless Officer, MV Neptuna) - Electoral Rolls: Nil - "Greater love hath no man than this" [http://www.ntlexhibit.nt.gov.au/exhibits/show/bod/roh/veall] ===''VEARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elwyn Thomas Vears|Vears, Elwyn Thomas]] [https://www.familysearch.org/tree/person/details/GHS1-C67] - 1901(NSW)-1960(NSW) - Licences: 2BM Leura (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Strathfield, 1930-1937; Burwood, 1943-1958)) ===''VERNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Henry Vernon|Vernon, Charles Henry]] [https://www.familysearch.org/tree/person/details/G88V-18Z] - 1901(WA)-1964(WA) - Licences: 6KZ Albany (1930-1931); 6KZ Perth (Fremantle, 1933-1939); 3AMD Melbourne (Moonee Ponds, 1947); 6KZ Perth (Guildford, 1947-1948) - Qualifications: cc; AOCP 566, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Forts, Albany, 1922-1931; Fremantle, 1936-1937; 9AAD, Guildford, 1949-1954); retired (Wagin, 1958; Morley, 1963) ===''VICKARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Mervyn Vickary|Vickary, Reginald Mervyn "Reg"]] [https://www.familysearch.org/tree/person/details/G88K-CLP] - 1909(NSW)-1973(Qld) - Licences: 4RV Cunnamulla (1930-1933); 4RV Warwick (1936-1939); 4VX Brisbane (Gordon Park, 1965; The Grange, 1969) - Qualifications: cc; AOCP 702, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shed hand (Cunnamulla, 1931); radio dealer (Warwick, 1937; Cunnamulla, 1943); shopkeeper (Toowoomba, 1949; Ekibin, 1954; Chermside, 1963; Grange, 1968-1972) ===''VICKERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth James Vickery|Vickery, Kenneth James]] [https://www.familysearch.org/tree/person/details/GDQP-WMQ] - 1893(NSW)-1970(NSW) - Licences: 2RA Receive Sydney (Hurlstone Park, 1923); 2RA Sydney (Hurlstone Park, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrical fitter (Hurlstone Park, 1930-1933); electrician (West Ryde, 1935; Parkes, 1936; Uralla, 1943); farmer (North Richmond, 1949-1968) ===''VINCENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Vincent|Vincent, Jack]] [https://www.familysearch.org/tree/person/details/GZ64-7S8] - 1906(WA)-1980(WA) - Licences: 6DL Receive Kalgoorlie (1923-1924); 6VK Kalgoorlie (1925-1939) - Qualifications: cc; AOCP 59, 1925, No. ?? in WA - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter & turner (Kalgoorlie, WA, 1931-1937); manufacturer (South Perth, WA, 1949-1963; Como, WA, 1972-1980) ===''VINING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Vining|Vining, William Edward]] [https://www.familysearch.org/tree/person/details/GZR1-NLT] - 1906(Qld)-1977(Qld) - Licences: 4WE Brisbane (Nundah, 1926-1927) - Qualifications: cc; AOCP 277, 1926, No. 22 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: carrier (Nundah, 1928-1931); motor driver (Mitchelton, 1934; Gaythorne, 1936); mechanic (Gayndah, 1943); telephone mechanic (Enoggera, 1949-1963); telephone technician (Enoggera, 1968-1977) ===''VIPAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alton Frederick Vipan|Vipan, Alton Frederick]] - 1890(NSW)-1946(NSW) - XHV Sydney (Petersham, 1913-1914), early wireless experimenter, amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), ship wireless operator, AWA (Koo-we-rup, 1922) ===''VOIGT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emil Robert Voigt|Voigt, Emil Robert]] [https://www.familysearch.org/tree/person/details/G88K-VV2] - 1883(Eng)-1973(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - 2KY Sydney, broadcast station manager; witness to Royal Commission 1927 (as chairman, NSW Labor wireless committee) - Relationships: father of Rion Osborne Voigt; grandfather of Robin Voigt - Electoral Rolls: secretary (Dee Why, 1930-1934); manager (Dee Why, 1935; Narrabeen, 1936) - Links: [https://adb.anu.edu.au/biography/voigt-emil-robert-8930 ADB]; [[w:Emil_Voigt_(athlete)|Wikipedia]]; [https://www.radioheritage.com/story70/ RHF] * [[/Rion Osborne Clifford Voigt|Voigt, Rion Osborne Clifford]] [https://www.familysearch.org/tree/person/details/G88K-L1V] - 1915(Eng)-1987(NSW) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - broadcast industry executive, WW2 - Electoral Rolls: radio announcer (Narrabeen, 1937; Turramurra, 1963-1980) - Relationships: son of Emil Robert Voigt; father of Robin Voigt * [[/Robin Voigt|Voigt, Robin]] - historian (Emil Robert Voigt; 2KY) - Relationships: grandson of Emil Robert Voigt; son of Rion Osborne Clifford Voigt ===''VOLKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Henry Oxford Volkman|Volkman, Reginald Henry Oxford]] [https://www.familysearch.org/tree/person/details/G4CV-7PH] - 1902(NSW)-1959(NSW) - Licences: 2RY Grafton (1924-1925); 2RY Scone (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Woollahra, 1930-1933) ===''VOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Taylor Vowles|Vowles, Rupert Taylor]] [https://www.familysearch.org/tree/person/details/LKYT-FLF] - 1894(NSW)-1973(NSW) - Licences: XIZ Sydney (Burwood, 1913-1914); 2AW Receive Sydney (Burwood, 1922-1923); 2XZ Sydney (Concord, 1929-1931) - Qualifications: cc; AOCP 562, 1929, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Concord, 1930-1972) =='''W'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''WADDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivon Edward Waddell|Waddell, Ivon Edward]] [https://www.familysearch.org/tree/person/details/G88S-H3S] - 1909(WA)-1943(Thailand/Singapore) - Licences: 6WX Albany (1929-1930); 6WX Katanning (1931) - Qualifications: cc; AOCP 561, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: postal clerk (Katanning, 1936; South Perth, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10298089 AWM] ===''WADDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. M. Waddle|Waddle, E. M.]] - 19??(???)-19??(???) - 4GZ Charters Towers (-1959+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''WADDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard William Mackie Waddy|Waddy, Richard William Mackie]] [https://www.familysearch.org/tree/person/details/LB62-5RP] - 1848(SA)-1933(SA) - senior state public servant (SA Post & Telegraphs Dept), senior federal public servant (Deputy Postmaster-General SA) ===''WADHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin Wadham|Wadham, Kevin]] [https://www.familysearch.org/tree/person/details/GZZC-SBQ] - 1905(SA)-1970(SA) - Licences: 5KW Adelaide (Parkside, 1924-1927; Helmsdale, 1928; Da Costa Park, 1931; Glenelg, 1933; Adelaide, 1937; Glenelg, 1938-1939) - Qualifications: cc; AOCP 23, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WIA SA (Councillor 1931; Hon. Treasurer, 1931); National Radio Corp (manager, 1938); Holdfast Bay Yacht Club (Vice-commodore, 1949) - Electoral Rolls: manager (Helmsdale, SA, 1939-1941; Da Costa Park, SA, 1943) ===''WAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Fripp Wahl|Wahl, Alan Fripp]] [https://www.familysearch.org/tree/person/details/GFMB-TD4] - 1918(WA)-2003(WA) - Licences: 6JB Perth (Leederville, 1938-1939, 1947-1960; Dianella, 1965-1980+) - Qualifications: cc; AOCP 2101, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: railway employee (Leederville, WA, 1943-1958); clerk (Dianella, WA, 1963-1980) ===''WALCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Crosby Walch|Walch, Alan Crosby or Crosby Alan]] [https://www.familysearch.org/tree/person/details/GQC7-GSS] - 1907(NSW)-1979(Tas) - Licences: 7BI Receive Hobart (Bellerive, 1923); Receive Hobart (Bellerive, 1923-1925); 7CW Hobart (Bellerive, 1926-1927; Battery Point, 1931-1933; City, 1937; Sandy Bay, 1938-1939, 1946-1975) - Qualifications: cc; AOCP 231, 1926, No. ?? in Tas; BOCP 1, 1936; 1AOCP 16, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: radio expert (Hobart South, 1936-1954) ===''WALDRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Gerard Waldron|Waldron, Francis Gerard "Frank"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''WALKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Walker|Walker, Arthur Charles]] [https://www.familysearch.org/tree/person/details/GXFY-L2V] - 1898(Qld)-1974(Qld) - Licences: 4AC Brisbane (Sandgate, 1927-1931) - Qualifications: cc; CPRT 699, 1922 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: newspaper carrier (Kangaroo Point, Qld, 1934-1937); carrier (Sandgate, Qld, 1943-1972) * [[/Charles Welsh Walker|Walker, Charles Welsh "Chas"]] [https://www.familysearch.org/tree/person/details/GXFR-19W] - 1899(NSW)-1961(Qld) - Licences: 4CU Receive Clifton (1923); 4CU Clifton (1924-1960); 4DQ Portable Clifton (1948-1960) - Qualifications: cc; AOCP 10, 1924, No. 2 in Qld - amateur operator; amateur broadcaster; motor mechanic; Walker's Radio Service (proprietor, 1930s-1950s) - Electoral Rolls: motor mechanic (Clifton, Qld, 1921-1958) * [[/Louis Edward Walker|Walker, Louis Edward]] [https://www.familysearch.org/tree/person/details/GSWB-L81] - 1864(Eng)-1934(At Sea) - Oversight of the 1906 Bass Strait link for Marconi Wireless Telegraphy Co * [[/Philip Billingsley Walker|Walker, Phillip Billingsley]] [https://www.familysearch.org/tree/person/details/MNF3-P9W] - 1840(Eng)-1900(NSW) - early wireless experimenter, employment (NSW Posts & Telegraphs, Superintendent of Telegraphs, Chief Electrician) * [[/Ronald Gregory Walker|Walker, Ronald Gregory "Gregory"]] [https://www.familysearch.org/tree/person/details/GDRP-GC6] - 1907(NSW)-1929(At Sea) - Licences: 7BT Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; journalist (Hobart "Mercury"); film maker - Comment: Gone too soon - Electoral Rolls: journalist (Hobart South, 1928) - Links: [http://www.seafarersmemorial.org.au/memorials/walker_g.php Seafarer's Memorial] * [[/William Spencer Walker|Walker, William Spencer]] [https://www.familysearch.org/tree/person/details/KCF4-R77] - 1911(SA)-2004(SA) - Licences: 5WW Adelaide (Alberton, 1934-1939; West Croydon, 1947-1980+) - Qualifications: cc; AOCP 1305, 1934, SA; BOCP 444, 1942; TVOCP 274, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939); mechanic (West Croydon, SA, 1941-1943) ===''WALLACE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elizabeth Aileen Geisel|Wallace nee Geisel, Elizabeth Aileen "Betty"]] See Geisel, Elizabeth Aileen "Betty" ===''WALLBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Walter Wallbridge|Wallbridge, Leslie Walter]] [https://www.familysearch.org/tree/person/details/LDMT-HKZ] - 1910(Eng)-1966(SA) - Licences: 5UX Adelaide (Lower Mitcham, 1930-1937); 5UX Peterborough (1938-1939); 5UX Kadina (1947-1948); 5UX Cook (1954-1955); 5UX Saddleworth (1956); 5UX Hawker (1960) - Qualifications: cc; AOCP 712, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Peterborough, SA, 1939-1941; Rendelsham, SA, 1943; Alice Springs, NT, 1963) ===''WALLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Wallis|Wallis, John Charles]] - 19??(???)-19??(???) - Licences: 7JW Longford (1932-1939, 1947) - Qualifications: cc; AOCP 893, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Burnie, 1928; Longford, 1936-1937) * Wallace, Florence Violet (adoptive name) - see Granville, Florence Violet (birth name) ===''WALSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Dunbar Walsh|Walsh, Harold Dunbar "Cordite"]] [https://www.familysearch.org/tree/person/details/G3W3-CT7] - 1903(Qld)-1951(Qld) - Licences: 4HW Brisbane (Hamilton, 1925-1931; Rocklea, 1946-1947)); 4WN Brisbane (Hamilton, 1927, dealer) - Qualifications: cc; AOCP 133, 1925, No 14 in Qld - amateur operator; amateur broadcaster; WW2 (RAAF); solicitor; pilot - Comment: Tragic end to a productive life - Electoral Rolls: clerk (Hamilton, 1925-1937); airline pilot (Moorooka, 1949) ===''WALTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Allan Walters|Walters, Charles Allan]] [https://www.familysearch.org/tree/person/details/G8CT-LBY] - 1910(Vic)-1947(Vic) - Licences: 3CW Melbourne (Thornbury, 1929-1933; Heidelburg, 1937-1939; Brunswick, 1946-1947) - Qualifications: AOCP 524, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Northcote, 1931-1936; Heidelberg, 1937; Brunswick, 1942) * [[/Gerald Wills Walters|Walters, Gerald (Wills or Willis or blank)]] [https://www.familysearch.org/tree/person/details/GX7Y-1HZ] - 1886(Eng)-1956(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 108, 1915; 2COCP 157, 1930; 1COCP 129, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: wireless telegraphist (Currie, King Island, Tas, 1919; Darwin, NT, 1922); radio telegraphist (New Town, Tas, 1928); wireless officer (Radio Station, Thursday Island, Qld, 1936-1937); wireless (Gladesville, NSW, 1943); wireless telegraphist (Rockhampton, Qld, 1949-1954) ===''WALZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edwyn Walz|Walz, Arthur Edwyn or Edgar]] [https://www.familysearch.org/tree/person/details/GM9T-LB3] - 1908(Qld)-2000(Qld) - Licences: 4AW Brisbane (Nundah, 1926-1939; Wavell Heights, 1946-1980+) - Qualifications: cc; AOCP 287, 1926, No. 26 in Qld - amateur operator; amateur broadcaster; plumber; radio repair business - Relationships: son of Conrad August Walz - Electoral Rolls: plumber (Nundah, 1934-1943); radio engineer (Wavell Heights, 1949-1980) * [[/Conrad August Walz|Walz, Conrad August]] [https://www.familysearch.org/tree/person/details/LRGZ-QF3] - 1882(Qld)-1951(Qld) - 4?? Brisbane, amateur operator (AOCP ???, 19??, No. ?? in Qld), plumber, farmer, father of 4AW Arthur Edwyn Walz ===''WARDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney William Lumley Wardle|Wardle, Sidney William Lumley]] - 1911(Eng)-19??(???) - Licences: 2OU Woodford Leigh (1930-1935); 2OU Armidale (1936-1937); 2OU Sydney (Bellevue Hill, 1938-1939); 5OU Adelaide (Lockleys, 1946-1954); 2DID Berridale (1980) - Qualifications: AOCP 610, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: farm hand (Woodford Leigh, 1934-1935); technician (Bondi North, 1937; Woollahra, 1943); retired (Berridale, 1980) ===''WARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Clarke Waring|Waring, Cecil Clarke]] [https://www.familysearch.org/tree/person/details/GQW4-V9F] - 1904(Vic)-1988(Vic) - Licences: 3CU Receive Melbourne (Canterbury, 1922-1924); 3YW Melbourne (Camberwell, 1929-1931; Canterbury, 1933; Kew, 1937); 3YW Rupanyup (1938-1939); 3YW Stawell (1946-1948); 3YW Warrnambool (1954-1980+) - Qualifications: AOCP 549, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Canterbury, 1925-1928; Kew, 1931-1937; Stawell, 1942-1949; Warrnambool, 1954-1977) ===''WARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Leslie George Warne|Warne, Maurice Leslie George]] [https://www.familysearch.org/tree/person/details/LYSP-LHY] - 1909(NSW)-1975(NSW) - Licences: 2MW Sydney (Croydon, 1926-1929) - Qualifications: AOCP 300, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: printer (Campsie, 1931-1934); radio mechanic (Campsie, 1936-1937); radio sales (Kogarah, 1943-1963); radio & TV technician (Arncliffe, 1968) ===''WARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Albert Warner|Warner, Geoffrey Albert]] [https://www.familysearch.org/tree/person/details/G8V1-6NR] - 1914(NSW)-2007(NSW) - Licences: 2CK Wyong (1930-1939); 3ABW Fiskville (1947); 9GW Port Moresby (1948-1954); 2AVW Bringelly (1955-1958); 2CK Bringelly (1960-1969); 6EG Bassendean (1975); 2HJ Camden (1980+) - Qualifications: AOCP 710, 1930, NSW; 1COCP 60, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless technician (Rockbank, Vic, 1942); technician (OTC Bringelly, 1958-1963); manager (Bassendean, 1977; Camden South, 1980) - callsign may have been withdrawn for 2CK Cessnock commercial (later restored) ===''WARNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Bernard Warnock|Warnock, Neil Bernard]] [https://www.familysearch.org/tree/person/details/GZJ8-58G] - 1944(Vic)-2019(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''WATERHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. G. Waterhouse|Waterhouse, A. G.]] - 19??(???)-19??(???) - Licences: XVV Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WATERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George James Waters|Waters, George James]] [https://www.familysearch.org/tree/person/details/G8X9-S46] - 1902(Vic)-1931(Vic) - Licences: 3EX Receive Melbourne (Heathcote, 1922); 3XA Melbourne (East Prahran, 1930-1931) - Qualifications: AOCP 608, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified as yet - Comment: Passed too soon * [[/James Alfred Waters|Waters, James Alfred]] - 19??(???)-19??(???) - Licences: 7JA Hobart (Sandy Bay, 1936-1939) - Qualifications: cc; AOCP 1685, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Queensborough, 1936); teacher (Ringarooma, 1937); schoolteacher (Queensborough, 1943-1954) * [[/Leslie Waters|Waters, Leslie]] [https://www.familysearch.org/tree/person/details/G85N-TZB] - 1882(Eng)-1956(Qld) - Licences: 4AC Innisfail (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; engineer (Randell Engineering) - Electoral Rolls: watchmaker (Innisfail, 1919-1943); radio dealer (Innisfail, 1949) ===''WATERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lindsay Carmel Waterworth|Waterworth, Lindsay Carmel "Joe"]] [https://www.familysearch.org/tree/person/details/G6YY-6M6] - 1892(Qld)-1969(Qld) - Licences: 4CL Rockhampton (1935-1939, 1946-1969) - Qualifications: cc; AOCP 1526, 1935, Qld - amateur operator; amateur broadcaster; WW1; WW2; federal public servant (PMGD, telegraphist) - Electoral Rolls: assistant (Charleville, Qld, 1921); telegraphist (Rockhampton, Qld, 1928-1968) ===''WATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Paul Watkins|Watkins, Andrew Paul]] [https://www.familysearch.org/tree/person/details/GFQ9-RHP] - 1914(WA)-1965(NSW) - Licences: 6AW Perth (1936-1939) - Qualifications: cc; AOCP 1805, 1936, WA; BOCP 269, 1939; 1COCP 842, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Boulder, WA, 1937); radio mechanic (Geraldton, WA, 1943); radio technician (Cairns, Qld, 1949; Lakemba, NSW, 1954; Chullora, NSW, 1958-1963) * [[/William Trevor Watkins|Watkins, William Trevor "Trevor", "Watty"]] [https://www.familysearch.org/tree/person/details/LZKG-J4V] - 1899(Tas)-1931(Tas) - Licences: T336 Hobart (1920-1921); 7AA Hobart (1922-1925); 7DX Hobart (1925-1931) - Qualifications: cc; AOCP 107, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Withdrawal: PMGD withdrew 7AA callsign for their own use, electrician (Zinc Co., Hobart, 1922), wireless expert (Medhurst & Sons, Hobart, 1925) - Electoral Rolls: electrician (West Hobart, 1922-1928) - Comment: passed too soon ===''WATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. A. Watson|Watson, A. A.]] - bef1910(???)-aft1930(???) - Licences: 2UT Sydney (Darlinghurst, 1927-1929) - Qualifications: AOCP 341, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: None as yet - Full name not yet identified * [[/Douglas Mervyn Watson|Watson, Douglas Mervyn]] [https://www.familysearch.org/tree/person/details/G6MG-FPY] - 1920(Tas)-1989(Tas) - Licences: 7DW Hobart (New Town, 1937-1939; City, 1946-1956; Lindisfarne, 1960-1980+) - Qualifications: cc; AOCP 1867, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Hobart South, 1949-1954); mechanic (Lindisfarne, 1972) * [[/Herbert Leopold Watson|Watson, Herbert Leopold]] [https://www.familysearch.org/tree/person/details/G8ZP-JLK] - 1897(Vic)-1982(NSW) - Licences: 2OL Kiama (1929-1933); 2OL Unanderra (1935-1938); 2OL Woollongong (1939) - Qualifications: AOCP 545, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: engineer (Kiama, 1930); electrical engineer (Unanderra, 1934-1937; Heidelberg, Vic, 1949); electrician (Ivanhoe, Vic, 1954); retired (Avalon Beach, 1968-1972; Mona Vale, 1977; Mosman, 1980) * [[/James David Watson|Watson, James David]] [https://www.familysearch.org/tree/person/details/G8F5-789] - 1910(Vic)-19??(???) - Licences: 3NQ Darlington via Camperdown (1930-1939); 2ANQ Albury (1946-1957) - Qualifications: AOCP 633, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical fitter (Darlington, 1931-1943); radio technician (Albury, 1949-1954) - Comment: Beware another JDW, labourer, Geelong, 1930s * [[/John Watson|Watson, John]] - 19??(???)-19??(???) - Licences: 6CR Receive Perth (Victoria Park, 1923-1924) - Qualifications: AOCP 436, 1928, No. ?? in WA - amateur operator? - Electoral Rolls: Nil, as yet, specific individual not yet identified * [[/Samuel Wilfred Watson|Watson, Samuel Wilfred or Wilfred Samuel]] [https://www.familysearch.org/tree/person/details/GXY5-LXP] - 1906(Eng)-1998(WA) - Licences: 6WW Perth (West Perth, 1930-1939, 1948-1969); 6WW Shoalwater Bay (1975); 6WW Cardup (1980) - Qualifications: cc; 1COCP 189, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless operator (West Perth, WA, 1931-1972); retired (Shoalwater Bay, WA, 1977; Cardup, WA, 1980) * [[/William Wesley Watson|Watson, William Wesley]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio telegraphist (Hobart South, 1949) ===''WATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Watt|Watt, Alexander]] [https://www.familysearch.org/tree/person/details/GDRK-4B7] - 1901(Sct)-1985(Tas) - Licences: 7BO Receive Prince of Wales Bay (1923); Receive Prince of Wales Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Prince of Wales Bay, 1922-1928); accountant (New Town, 1936-1949; Moonah, 1954) * [[/Arthur William Watt|Watt, Arthur William]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly) * [[/Charles Russell Watt|Watt, Charles Russell]] [https://www.familysearch.org/tree/person/details/GZV7-JFH] - 1904(Eng)-1993(NSW) - 2WT Tenterfield (1925-1975+), amateur operator (AOCP 184, 1925, No. ?? in NSW), amateur broadcaster, grazier (Tenterfield, 1930-1980) ===''WAUCHOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Wylie Wauchope|Wauchope, Ronald Wylie]] [https://www.familysearch.org/tree/person/details/LH6X-QJR] - 1914(SA)-1933(SA)19yo - Licences: 5WE Adelaide (Maylands, 1933) - Qualifications: cc; AOCP 1086, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, 19yo - Electoral Rolls: Nil yet identified ===''WEATHERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Elsdon Weatherley|Weatherley, Harry William Elsdon]] [https://www.familysearch.org/tree/person/details/LTBF-1HC] - 1921(Vic)-2006(Vic) - prominent MW and SW broadcast DXer (1940-1990), clubs (Australian Radio DX Club, New Zealand Radio DX League, New Zealand DX Radio Association, Southern Cross DX Club, DX Australia - Chief Editor, Ontario DX Club), ANARC DXer of the year - metallurgist (Auburn, 1949-1954); technician (Mount Waverley, 1963-1972); retired (Mount Waverley, 1980) * [[/Herb J. Weatherley|Weatherley, Herb J.]] - 19??(???)-19??(???) - 4HW Clifton (-1951+), amateur operator (AOCP ??, 19??, No. ?? in Qld), callsign formerly Harold Dunbar Walsh ===''WEATHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Weatherson|Weatherson, W. A.]] - 19??(???)-19??(???) - Licences: 3AB Melbourne (East St Kilda, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''WEATHERSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stewart Weatherston|Weatherston, William Stewart]] [https://www.familysearch.org/tree/person/details/G8LZ-2KF] - 1905(WA)-1942(Sing) - Licences: 3AB Melbourne (East St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1927); salesman (St Kilda, 1931; Forrest, ACT, 1935; Newtown, 1943!) - Sacrifice: "Greater love hath no man than this" ===''WEBSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank James Webster|Webster, Frank James]] [https://www.familysearch.org/tree/person/details/GF73-5KV] - 1908(Eng)-19??(WA) - Licences: 6FW Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1039, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Victoria Park, WA, 1931-1943); plasterer (Perth, WA, 1954-1963; Victoria Park, WA, 1968-1972); retired (Fremantle, WA, 1977-1980) * [[/Harold Charles Webster|Webster, Harold Charles]] [https://www.familysearch.org/tree/person/details/KCRM-31P] - 1876(Tas)-1923(Tas) - Licences: Receive (Crystal Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: photographer (Launceston, 1914); clerk (Hobart North, 1922) * [[/William Webster|Webster, William]] [https://www.familysearch.org/tree/person/details/GZJD-D94] - 1860(Eng)-1936(NSW) - senior federal politician (Postmaster-General, 1915-1920), played prominent part in the Postal Royal Commission ===''WEDDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Austin Weddell|Weddell, James Austin]] [https://www.familysearch.org/tree/person/details/GXK9-SYF] - 1914(SA)-2005(NSW) - Licences: 5ZL Adelaide (Reade Park, 1935-1939) - Qualifications: cc; AOCP 1595, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Col Light Gardens, SA, 1939-1943); RAAF (Albert Park, Vic, 1949; Auburn, Vic, 1954); RAAF officer (Richmond, NSW, 1958); RAAF (Red Hill, ACT, 1963); not stated (Red Hill, ACT, 1968-1972); RAAF (Red Hill, ACT, 1977-1980) * [[/John Arthur Weddell|Weddell, John Arthur]] [https://www.familysearch.org/tree/person/details/GXKM-KVK] - 1926(Qld)-19??(???) - Licences: 4FT Brisbane (Zillmere, 1954-1960); 2ZM Glenbrook (1961); 4FT Brisbane (Sandgate North, 1965-1969); 2BFT Sydney (Clovelly, 1975-1980) - Qualifications: cc; AOCP 3172, 1951, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Annerley, Qld, 1949; Zillmere, Qld, 1954-1958; Sandgate, Qld, 1963-1968); technician (Marrickville, NSW, 1972; Clovelly, NSW, 1977-1980) ===''WEDGEWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Donald Wedgewood|Wedgewood, William Donald]] [https://www.familysearch.org/tree/person/details/GDLV-GM8] - 1901(Qld)-1974(NSW) - Licences: N741 Receive NSW - Qualifications: cc; CPRT 692, 1922; 2COCP 49, 1935 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: boarder (Sutton Coalfield, Eng, 1911); manufacturer (Glenmore, 1930-1936); aviator (Nedlands, WA, 1937); farmer (Moruya, 1949-1954); greenkeeper (Brisbane, 1958); public servant (Hornsby, 1963-1972) ===''WEEKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. L. Weeks|Weeks, H. L.]] - 19??-19?? - Licences: 4CJ Receive Currumbin (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: - Identification: Not yet identified ===''WEISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Wilfred George Weiss|Weiss, Wilfred George]] [https://www.familysearch.org/tree/person/details/G8V9-7NP] - 1912(NSW)-1982(NSW) - Licences: 2TV Sydney (Croydon Park, 1960-1961; Strathfield, 1965); 2TV Ettalong Beach (1975-1980+) - Qualifications: AOCP 670, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lithgow, 1934-1937); storekeeper (Lithgow, 1943); silk screen craftsman (Croydon Park, 1949-1958); retired (Strathfield, 1963-1968; Ettalong Beach, 1972; Ettalong, 1977) ===''WELLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Arthur Martin Weller|Weller, Cyril Arthur Martin "Sam"]] [https://www.familysearch.org/tree/person/details/GZTQ-WXH] - 1903(???)-1994(Qld) - Licences: 4CZ Brisbane (Clayfield, 1938-1939, 1946-1980+) - Qualifications: AOCP 2160, 1938, Qld - amateur operator, amateur broadcaster, Radio Club (WIAQ, Brisbane DX Club), power station engineer, education (ME, UQ) - Electoral Rolls: student (Windsor, 1925); engineer (Wilston, 1925-1928; Camp Hill, 1934-1943; Clayfield, 1949-1972; Albion, 1977) ===''WELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Welling|Welling, Thomas]] [https://www.familysearch.org/tree/person/details/LLHB-KQZ] - 1898(Eng)-1960(SA) - Licences: 5TW Adelaide (North Adelaide, 1937); 5TW Mt Gambier (1938-1939, 1947-1960) - Qualifications: cc; 2COCP 179, 1930; 1COCP 81, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: wireless engineer (Mt Gambier, SA, 1939-1941); wireless technician (Mt Gambier, SA, 1943) ===''WELLINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hudson Wellington|Wellington, Stanley Hudson]] [https://www.familysearch.org/tree/person/details/LB84-47Y] - 1909(Tas)-1981(NSW) - Licences: 7PK Hobart (New Town, 1932-1933); 3SX Melbourne (Brighton, 1937-1939) - Qualifications: cc; AOCP 1002, 1932, No. ?? in Tas; AOLCP 117, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: representative (Caulfield, 1936); chemist (Brighton, Vic, 1937-1942); manager (Mosman, 1949-1980) ===''WELLMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Joseph Wellman|Wellman, Leo Joseph]] [https://www.familysearch.org/tree/person/details/L1SW-R9S] - 1898(NSW)-1965(NSW) - 2PS Receive Sydney (Marrickville, 1923), 2LW Sydney (Marrickville, 1925-1928), amateur operator (AOCP 117, 1925, No. ?? in NSW), amateur broadcaster ===''WELSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud William Welsh|Welsh, Claude or Claud William]] [https://www.familysearch.org/tree/person/details/GZPH-WS4] - 1914(Qld)-1988(Qld) - Licences: 4CW Warwick (1937-1939); 4DK Mackay (1975-1980+) - Qualifications: cc; AOCP 1982, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, Qld, 1937-1943); engineer (Kew, Vic, 1943); radio technician (Warwick, Qld, 1958; Mackay, Qld, 1958); technician (Mackay, Qld, 1963); radio technician (Mackay, Qld, 1968-1980) ===''WERRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Errol Limbrick Werrett|Werrett, Errol Limbrick]] [https://www.familysearch.org/tree/person/details/G8SK-FMH] - 1908(Tas)-1974(Eng) - Licences: Receive (Crystal) Hampshire (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm worker (Hampshire, 1936-1937); fitter (South Melbourne, 1943); engineer (Caulfield, 1949-1968; Balaclava, 1972) ===''WESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Frederick Shorter Weston|Weston, Cyril Frederick Shorter]] [https://www.familysearch.org/tree/person/details/GZVJ-FXY] - 1905(Eng)-1988(NSW) - Licences: 4EN Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephone mechanic (Kedron, 1928); Christian worker (Darlinghurst, 1934); grocer (Oatley, 1943); agriculturalist (Ourimbah, 1949); salesman (Paekhurst, 1963-1980); retired (Charmhaven, 1980) * [[/George James Weston|Weston, George James]] [https://www.familysearch.org/tree/person/details/GXQ3-Y8Q] - 1868(Eng)-1939(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 702, 1922 - RANRS (Radio Lieutenant) - Comment: Several contemporaneous GJWs - Electoral Rolls: telegraph operator (Albany, 1903); civil servant (Kalgoorlie, WA, 1910-1912); civil servant (Wireless Station, Carlingford, NSW, 1913); sailor (Toorak, 1919); naval officer (Elsternwick, 1919); civil servant (Auburn, Vic, 1922); wireless engineer (Auburn, Vic, 1924-1927); retired engineer (Upwey, 1931-1937) * [[/Robert Marcus Hamilton Weston|Weston, Robert Marcus Hamilton "Mark"]] [https://www.familysearch.org/tree/person/details/GX8K-KW6] - 1915(NSW)-1995(NSW) - Licences: 4XO Bundaberg (1938-1939); 2WE Sydney (Lidcombe, 1946-1947); 2AWE Sydney (Kingsford, 1955; Kensington, 1956-1957); 2AYK Sydney (Kensington, 1957; Kingsford, 1958-1961); 2CM Sydney (Dolls Point, 1964-1980) - Qualifications: cc; AOCP 2076, 1938, Qld; 2COCP 386, 1940; 1COCP 581, 1942 - amateur operator; amateur broadcaster; ship wireless officer; wireless officer (QANTAS) - Relationships: husband of 2MR Verle Lorraine Weston nee Key(s) - Electoral Rolls: marine wireless operator (Auchenflower, Qld, 1943); radio operator (Blakehurst, NSW, 1949; Kingsford, NSW, 1954-1963; Sans Souci, NSW, 1968-1980) * [[/Verle Lorraine Keys|Weston nee Key(s), Verle Lorraine]] - 1934(???)-1985(NSW) - 2MR Sydney (Dolls Point, 1964-1980), YL amateur operator (AOCP ???, 1964, No. ?? in Qld), wife of Robert Marcus Hamilton Weston 2CM * [[/William Wood Weston|Weston or Wehrstedt, William Wood]] [https://www.familysearch.org/tree/person/details/GDPG-KBQ] - 1912(WA)-1953(WA) - Licences: 6MW Perth (Nedlands, 1935-1939; North Beach, 1947-1948) - Qualifications: cc; AOCP 1465, 1935, WA; BOCP 596, 1944 - amateur operator; amateur broadcaster - Comment: Further clarification of identification required - Electoral Rolls: assistant operator (Subiaco, WA, 1936-1937); operator (Leederville, WA, 1943-1954; North Perth, WA, 1958-1968; Leederville, WA, 1972-1977) ===''WHALLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Percy Whalley|Whalley, Rupert Percy]] [https://www.familysearch.org/tree/person/details/GZGZ-CV3] - 1894(Vic)-1969(Vic) - Licences: 3JZ Receive Melbourne (Sandringham, 1922); 3JZ Melbourne (Sandringham, 1923-1927); 3JZ Myrtleford (1937-1939); 3JZ Wangaratta (1946-1948); 3JZ Melbourne (Blackburn, 1954-1969) - Qualifications: cc; AOCP 238, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: builder (Sandringham, 1919-1925); farmer (Myrtleford, 1927-1942); tobacco grower (Wangaratta, 1949); foreman (Blackburn, 1954-1968) - Relationships: father of 3ZWZ Robert Kelvin Whalley ===''WHEELER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Winslow Wheeler|Wheeler, Harry Winslow]] [https://www.familysearch.org/tree/person/details/GCBC-BYC] - 1910(SA)-1990(SA) - Licences: 5FB Adelaide (Eden Hills, 1927-1928); 5HW Adelaide (Eden Hills, 1933-1939) - Qualifications: AOCP 371, 1927, No. ?? in SA - amateur operator; amateur broadcaster; military (WW2, RAAF, DFC) - Electoral Rolls: chemist (Eden Hills, SA, 1939-1943); lecturer (Kalgoorlie, WA, 1954-1968) * [[/Victor George Wheeler|Wheeler, Victor George]] [https://www.familysearch.org/tree/person/details/GW4Z-FGL] - 1897(Eng)-1976(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; coastal wireless operator; WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: electric mechanic (Roebourne, 1917-1922); manager (Fremantle, 1925) ===''WHITAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Thomas Whitaker|Whitaker, Albert Thomas]] [https://www.familysearch.org/tree/person/details/LKKW-5DB] - 1895(NSW)-1960(NSW) - Licences: 2OI Receive Sydney (Banksia, 1923); 2OI Sydney (Banksia, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: labourer (Rockdale, 1930; Banksia, 1933-1934); builder (Banksia, 1937-1949); instructor (Mount Colah, 1954-1958) ===''WHITBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Roy Whitburn|Whitburn, Douglas Roy "Doug"]] [https://www.familysearch.org/tree/person/details/LZT2-3JX] - 1904(SA)-1958(SA) - Licences: 5BY Adelaide (Toorak, 1927-1931; Fullarton, 1933-1939; Rosefield, 1946-1947; Fullarton, 1948-1956) - Qualifications: cc; AOCP 312, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Rosefield, 1943) * [[/Robert Philip Whitburn|Whitburn, Robert Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GZBF-5XB] - 1896(NSW)-1991(NSW)94yo - Licences: XACJ Sydney (Leichhardt, 1913-1914); 2DK Receive Sydney (Leichhardt, 1922); 2DK Sydney (Leichhardt, 1923-1926) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: chairmaker (Leichhardt, 1930-1968); retired (West Ryde, 1972-1980) ===''WHITE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Matthews White|White, Alfred Matthews]] - 1894(Eng)-1981(Qld) - Licences: 4CX Receive Winton (1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1 - Electoral Rolls: grazier (Tranby, Winton, 1915-1958); retired (Buderim, Qld, 1963-1980) * [[/Charles Robert White|White, Charles Robert]] [https://www.familysearch.org/tree/person/details/GXLC-S5H] - 1911(SA)-1986(Vic) - Licences: 5MX Adelaide (Kilkenny, 1931-1939) - Qualifications: cc; AOCP 802, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edwin Harold White|White, Edwin Harold "Eddie"]] [https://www.familysearch.org/tree/person/details/GZTQ-QGH] - 1911(Qld)-1997(Qld) - Licences: 4EW Brisbane (Red Hill, 1933-1939); 4EW Mackay (1946-1950); 4EW Brisbane (Red Hill, 1954-1956); 5OW & 8OW Darwin (1956-1963); 4OW Brisbane (Red Hill, 1963-1965); 4OW Mt Isa (1969); 4OW Brisbane (Red Hill, 1975) - Qualifications: cc; AOCP 1141, 1933, No. ?? in Qld; 1COCP 250, 1939 - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, Fortress Signals); federal public servant (DCA) - Electoral Rolls: compositor (Red Hill, 1934-1936); radio technician (Longreach, 1937); aeradio operator (Cloncurry, 1943; Mackay, 1949); communications officer (Archerfield, 1954); public servant (Red Hill, 1963; Mt Isa, 1968; Red Hill, 1972-1980) * [[/Frank Philip White|White, Frank Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GXSJ-9NF] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 189, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: Nil yet identified * [[/Frank Roy White|White, Frank Roy]] [https://www.familysearch.org/tree/person/details/GD4P-LVT] - 1911(NSW)-1994(???) - Licences: Nil yet identified - Qualifications: cc; 2COCP 5, 1934; 1COCP 12, 1934 - beam wireless operator (AWA); WW2 - Electoral Rolls: clerk (West Ryde, 1933-1935); telegraphist (Roseville, 1936-1937; Ryde, 1943-1968) * [[/J. L. White|White, J. L.]] - 19??(???)-19??(???) - Licences: 6JL via Brass Valley (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''WHITELAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Roy Whitelaw|Whitelaw, Charles Roy]] [https://www.familysearch.org/tree/person/details/99WD-7NY] - 1891(Vic)-1957(Vic) - Licences: XMO Melbourne (Rosedale, 1913-1914); 3BH Melbourne (Mooroolbark, 1923-1925); 3BH Stawell (1925); 3BH Benalla (1925-1927); 3BH Melbourne (Mitcham, 1931); 3BH Woomelang (1933); 3BH Melbourne (Mornington 1937-1939); 3BH (Harrisfield, 1946-1947; Dandenong, 1948; Noble Park, 1954-1955; Boronia, 1956) - Qualifications: cc; AOCP 87, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; fire brigade and railway stationmaster; WW1 (AFC, Wireless Operator, 1917) - Electoral Rolls: railway employee (Creswick, 1914); assistant stationmaster (Ravenswood, 1919); stationmaster (Mooroolbark, 1922-1924); railway employee (Timboon, 1925); stationmaster (Benalla, 1925-1927; Mitcham, 1931; Euroa, 1942; Harrisfield, 1949-1954) ===''WHITING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Ambrose Whiting|Whiting, Reginald Ambrose]] [https://www.familysearch.org/tree/person/details/GXR6-XDQ] - 1911(SA)-1981(Vic) - Licences: 5MC Adelaide (Torrensville, 1932-1933); 3MZ Melbourne (East Preston, 1947-1980+) - Qualifications: cc; AOCP 988, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (South Yarra, Vic, 1934; Essendon, Vic, 1937); fitter & turner (Preston, Vic, 1942-1968); fitter (Preston, Vic, 1972-1980) ===''WHITLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gough Whitlam|Whitlam, Edward Gough "Gough"]] [https://www.familysearch.org/tree/person/details/L5VH-8BJ] - 1916(Vic)-2014(NSW) - Prime Minister (1972-1975), WW2 (RAAF, Flight Lieutenant, navigator & bomb aimer, 1942-1945) - Electoral Rolls: student (Glebe, 1943); barrister (Cronulla, 1949; Cabramatta, 1958-1963; Red Hill, 1977; Double Bay, 1980) - executive oversight of the introduction of community radio in Australia - Links: [[w:Gough Whitlam|Wikipedia]] * [[/Lewis Alfred John Whitlam|Whitlam, Lewis Alfred John]] [https://www.familysearch.org/tree/person/details/LYY1-BBB] - 1904(Qld)-1977(Qld) - Licences: Receive (Crystal) Brisbane (Brisbane City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer's assistant (Brisbane City, Qld, 1931-1937); electrical engineer (Windsor, Qld, 1943-1968); engineer (Windsor, Qld, 1972-1977) ===''WICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. Wicks|Wicks, C.]] - 18??(???)-19??(???) - Licences: XQK Brisbane (South Brisbane) (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WILDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cyril George Wildman|Wildman, Cyril George]] [https://www.familysearch.org/tree/person/details/GMG3-GNP] - 1900(Vic)-1982(Vic) - Licences: 3FM Melbourne (Northcote, 1930-1931; Moreland, 1933-1939, 1946-1948; East Brunswick, 1954-1980+) - Qualifications: AOCP 624, 1930, No. ?? in Vic; BOCP 422, 1942 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Melbourne, 1927; Fitzroy North, 1931; Coburg, 1934-1942); electrical engineer (Brunswick East, 1977-1980) ===''WILKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Winstanley Wilkin|Wilkin, John Winstanley]] [https://www.familysearch.org/tree/person/details/L6LX-1P7] - 1891(NZ)-1967(SA) - Licences: 5JW Adelaide (North Adelaide, 1928; Osmond, 1931; Glen Osmond, 1933; North Walkerville, 1937-1938) - Qualifications: cc; Nil yet identified; likely qualified in NZ - amateur operator; amateur broadcaster - Electoral Rolls: manager (Toorak, SA, 1939-1943) ===''WILKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wilkins|Wilkins, Arthur]] - 19??(???)-19??(???) - Licences: 3AW Melbourne (Murrumbeena, 1927; East St Kilda, 1931) - Qualifications: AOCP 375, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: - several contemporaneous Arthur Wilkins, specific to be identified ===''WILKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Angus Wilkinson|Wilkinson, Dudley Angus]] [https://www.familysearch.org/tree/person/details/LR41-Q53] - 1919(SA)-1988(SA) - Licences: 5WD Adelaide (Frewville, 1935-1939; College Park, 1947-1948) - Qualifications: cc; AOCP 1455, 1935, SA; BOCP 182, 1938; 1COCP 284, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hawthorn, SA, 1941; Ballarat, Vic, 1942) ===''WILLIAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Williams|Williams, Albert Edward]] - 19??(???)-19??(???) - Licences: 5BO Adelaide (Unley, 1930-1931); 5BO Adelaide (Ottaway, 1946-1975) - Qualifications: cc; AOCP 659, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: - several contemporaneous AEWs in SA * [[/Alex Elisha Williams|Williams, Alex Elisha]] [https://www.familysearch.org/tree/person/details/G8JC-RN9] - 1913(Vic)-1981(Vic) - Licences: 3KT Melbourne (Elsternwick, 1933-1939) - Qualifications: AOCP 1062, 1932, Vic - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Elsternwick, 1936-1937; Camberwell, 1943-1949; Highfield Park, 1954); school teacher (Frankston, 1967-1968); teacher (Frankston, 1972-1980) * [[/Alfred Keith Williams|Williams, Alfred Keith]] [https://www.familysearch.org/tree/person/details/G8C3-3SS] - 1905(WA)-1932(WA) - Licences: 6AW Collie (1929-1931) - Qualifications: cc; AOCP 502, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: picture S. operator (Collie, 1930) * [[/Ernest Arthur Williams|Williams, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/LKNS-QYG] - 1888(NSW)-1968(NSW) - Licences: 2QY Receive Wollongong (1923); 2QY Wollongong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Wollongong, 1913, 1930-1958); retired (Wollongong, 1968) * [[/Harold Parkyn Williams|Williams, Harold Parkyn]] [https://www.familysearch.org/tree/person/details/G7CW-DGX] - 1881(Qld)-1933(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - first general manager of ABC - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/williams-harold-parkyn-9112 ADB] * [[/J. E. Williams|Williams, J. E.]] - 19??(???)-19??(???) - Licences: 4DQ Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: many contemporaneous JEWs - Electoral Rolls: Nil yet identified * [[/John Henry Williams|Williams, John Henry Jnr "Johnny" "Jack"]] [https://www.familysearch.org/tree/person/details/MP3D-8NG] - 1880(Qld)-1953(Qld) - Licences: 4JH Mackay (1929-1931) - Qualifications: cc; AOCP 507, 1929, No ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: iron monger? (Mackay, 1925-1943) - established commercial broadcaster 4MK Mackay 1931 * [[/Leslie Samuel Barnes Williams|Williams, Leslie Samuel Barnes]] [https://www.familysearch.org/tree/person/details/G8F2-X56] - 1896(Qld)-1974(Qld) - Licences: 4LS Brisbane (Indooroopilly, 1930-1933); 4LS Toogoolawah (1937-1939) - Qualifications: cc; AOCP 630, 1930, Qld - amateur operator, amateur broadcaster - Electoral Rolls: naval signalman (Cape Moreton, 1917-1922); saddler (Indooroopilly, 1925-1931); boot repairer (Toogoolawah, 1934-1958); retired (Taringa, 1963-1972) * [[/Neville Williams|Williams, Neville]] - 1915(NSW)-1996(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: - Links: [http://messui.polygonal-moogle.com/valves/NW199701.pdf EA] ===''WILLIAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Joseph Augustine Williamson|Williamson, Cecil Joseph Augustine]] [https://www.familysearch.org/tree/person/details/K879-9HC] - 1925(NSW)-1973(NSW) - Licences: 2CW Yass (1929-1931); 2ALS Yass (1939, 1946-1954) - Qualifications: AOCP 525, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Yass, 1930-1949); farmer (Trundle, 1949); mechanic (Orange, 1954-1972) * [[/Frederick Lerpiniere Williamson|Williamson, Frederick Lerpiniere]][https://www.familysearch.org/tree/person/details/LB6L-GCH] - 1896(SA)-1976(SA) - Licences: 5AH Receive Adelaide (Kent Town, 1922); 5AH Adelaide (Kent Town, 1922-1927; Collinswood, 1928, 1948-1955); also dealer licence 5BT Adelaide 1925-1926 for Kauper, Austin & Williamson - Qualifications: cc; AOCP 22, 1924, No. ?? in SA; BOCP 284, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Hubert Gordon Williamson|Williamson, Hubert Gordon]] [https://www.familysearch.org/tree/person/details/LH7J-YQP] - 1907(Vic)-1995(Vic) - 3GW Rainbow (1927-1939, 1946-1960), 3GW Lalor (1965-1969), 3GW Melbourne (East Doncaster, 1975-1980), 3GH Rainbow (1937-1939), amateur operator (AOCP 342, 1927, No. ?? in Vic), (1COCP 593, 1942), amateur broadcaster * Williamson nee Hutchings, Marjorie Lilian - See Marjorie Lilian Hutchings ===''WILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Oliver Willis|Willis, Harold Oliver]] [https://www.familysearch.org/tree/person/details/G8VS-NLZ] - 1898(Vic)-1976(WA) - Licences: 6OW Perth (South Fremantle, 1930-1931); 6AM Perth (South Fremantle, 1933); 6HW Perth (South Fremantle, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 675, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: baker (South Fremantle, 1925-1968) ===''WILLMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILMOTT * [[/Thomas Robert Willmott|Willmott or Wilmot, Thomas Robert]] [https://www.familysearch.org/tree/person/details/GZD6-TB4] - 1886(NSW)-1947(NSW) - Licences: 2BR Receive South Grafton (1922); 2ZO South Grafton (1923-1931) - Qualifications: cc; AOCP 48, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Grafton South, 1930-1943) ===''WILLOUGHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lancelot Willoughby|Willoughby, Eric Lancelot]] [https://www.familysearch.org/tree/person/details/LR88-Q5X] - 1912(SA)-19??(???) - Licences: 5BM Adelaide (Penrhyn, 1932-1939); 5GO Adelaide (Unley, 1948); 3FB Noojee (1954-1956); 3FB Neerim Junction (1960); 4EW Booval (1965-1980+) - Qualifications: cc; AOCP 1035, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Penrhyn, SA, 1939-1943); farmer (Noojee, Vic, 1949-1954); PMG Linesman (Booval, Qld, 1963-1968); PMG (Booval, Qld, 1972-1977) ===''WILMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILLMOTT * [[/John Henry Wilmott|Wilmott, John Henry]] [https://www.familysearch.org/tree/person/details/GFQY-PTR] - 1914(WA)-2003(NSW) - Licences: 6JW Perth (Como, 1934-1939); 2AJX Sydney (Lindfield, 1975); 2AJX Bathurst (1980) - Qualifications: cc; AOCP 1345, 1934, WA; 1COCP 170, 1938 - amateur operator; amateur broadcaster - Comment: Several contemporaneous JHWs - Electoral Rolls: aircraft radio officer (Lindfield, NSW, 1949); communications officer (Lindfield, NSW, 1958-1968); proprietor (Bathurst, NSW, 1977-1980) ===''WILSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Wilson|Wilson, A. H.]] - 19??(???)-19??(???) - Licences: 4DL Receive Brisbane (Kangaroo Point, 1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Darius Joseph Wilson|Wilson, Darius Joseph]] [https://www.familysearch.org/tree/person/details/G8ZR-GJ4] - 1901(NSW)-1987(NSW) - Licences: 2DW Sydney (Leichhardt, 1929-1931; Lidcombe, 1933; Five Dock, 1933-1939, 1946-1948; Warwick Farm, 1950; Yagoona, 1954-1980) - Qualifications: AOCP 548, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: french polisher (Leichhardt, 1930; Five Dock, 1943-1949); no occupation (Five Dock, 1954); french polisher (Yagoona, 1954-1968); polisher (Yagoona, 1972-1977) * [[/Horace Benjamin Wilson|Wilson, Horace Benjamin "Ben"]] [https://www.familysearch.org/tree/person/details/G8DV-71R] - 1911(WA)-2005(NSW) - Licences: 5WB Adelaide (Wayville, 1930-1937; Unley Park, 1938-1939); 2BP Sydney (McMahons Point, 1946-1948; West Ryde, 1950-1980+) - Qualifications: cc; AOCP 586, 1930, No. ?? in SA; AOLCP 161, 1934; 2COCP 33, 1935; 1COCP 72, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Unley Park, 1939); recording engineer (McMahons Point, 1949); business manager (West Ryde, 1954-1980) * [[/Leonard Gratton Wilson|Wilson, Leonard Gratton]] [https://www.familysearch.org/tree/person/details/GQN8-3K6] - 1901(NSW)-1990(WA) - Licences: 6LG Perth (Inglewood, 1928; South Perth, 1930-1931; Como, 1954-1980+) - Qualifications: cc; AOCP 429, 1928, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: vigneron (Caversham, 1925); police constable (South Perth, 1931-1936; Como, 1937); constable (Albany, 1943-1949); police constable (Como, 1954-1958) * [[/Leslie Maclean Wilson|Wilson, Leslie Maclean]] [https://www.familysearch.org/tree/person/details/LRH5-9TL] - 1893(NSW)-1972(NSW) - 2LM Marsden (1924-1926), 2LM Sydney (Cremorne, 1927), 2LM Mudgee (1928-1939), 2LM Port Macquarie (1960-1969+), amateur operator (AOCP 33, 1924, No. ?? in NSW), amateur broadcaster, pastoralist * [[/Perry Allen Wilson|Wilson, Perry Allen]] - 19??(???)-19??(???) - Licences: 4AT Receive Eumundi (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motordriver (Eumundi, Qld, 1925-1934); garage proprietor (Eumundi, Qld, 1936-1943) * [[/Victor John Wilson|Wilson, Victor John]] [https://www.familysearch.org/tree/person/details/GX8K-NPY] - 1909(Qld)-2009(Qld)99yo - Licences: Receive Brisbane (New Farm, 1923); 4VW Brisbane (Newstead, 1937-1939); 4VW Nambour (1960); 4VW Brisbane (Everton Park, 1965) - Qualifications: cc; AOCP 1100, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: panel beater (Newstead, Qld, 1931-1937; Nambour, Qld, 1958; Everton Park, Qld, 1963-1980) * [[/Warne Alfred George Wilson|Wilson, Warne Alfred George]] [https://www.familysearch.org/tree/person/details/LKLN-Y39] - 1900(Vic)-1981(Vic) - Licences: 3RY Receive Ballarat (1923); 3RY Ballarat (1924-1925); 3WA Ballarat (1928-1939, 1946-1960); 3KV Ballarat (1980) - Qualifications: cc; AOCP 444, 1928, No. ?? in Vic; AOLCP 20, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Ballarat, 1924); radio engineer (Ballarat, 1927-1980) * [[/Wilfred Elvyn Wilson|Wilson, Wilfred Elvyn]] [https://www.familysearch.org/tree/person/details/GDSB-MB4] - 1880(Eng)-1964(NSW) - Licences: 2JI Receive Sydney (Roseville, 1922-1923); 2JI Sydney (Roseville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: optician (Roseville, 1930-1963) ===''WING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James John Wing|Wing, William James John]] [https://www.familysearch.org/tree/person/details/GDHH-WKW] - 1887(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 188, 1916; 2COCP 142, 1930; 1COCP 212, 1931 - coastal wireless operator; RANRS (CPO, 1917-1918); AWA - Electoral Rolls: wireless operator (Hotel Metropole, Thursday Island, Qld, 1914); wireless engineer operator (Radio Station, Applecross, WA, 1917); radiotelegraphist (Cooktown, 1921); business manager (Epping, 1930); sales manager (Epping, 1933-1936; Roseville, 1937; Chatswood, 1943-1949); manager (Melbourne, 1954) ===''WINTERFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Charles Burnett Brereton Winterford|Winterford, Dudley Charles Burnett Brereton]] [https://www.familysearch.org/tree/person/details/G3ML-FJH] - 1908(Qld)-1988(Canada?) - Licences: 4MF Brisbane (Annerley, 1927-1931); 4MF Southport (1933); 4MF Sarina (1938-1939) - Qualifications: cc; AOCP 363, 1927, No. 40 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Annerley, 1931); mechanic (Coorparoo, 1937); electrician (Sarina, 1943); electrical contractor (Broadbeach, 1949) ===''WISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Wise|Wise, George Henry]] [https://www.familysearch.org/tree/person/details/GDDS-D87] - 1853(Vic)-1950(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - politician (Postmaster-General, 1920-1921) - Electoral Rolls: solicitor (Sale, 1905-1949) - Links: [[w:George Wise (Australian politician)|Wikipedia]] ===''WISEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Cleave Wiseman|Wiseman, William James Cleave]] [https://www.familysearch.org/tree/person/details/GX2M-ZP8] - 1906(SA)-1976(SA) - Licences: 5WJ Port Lincoln (1931-1939); 5WJ Ceduna (1947-1948); 5WJ Adelaide (Parafield, 1954) - Qualifications: cc; AOCP 759, 1931, No. ?? in SA; 1COCP 485, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Port Lincoln, SA, 1939-1941); aeradio operator (Ceduna, SA, 1943) ===''WISHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Turner Wishart|Wishart, William Turner "Bill, Billy"]] [https://www.familysearch.org/tree/person/details/GHQ3-J9S] - 1900(Qld)-1994(Qld) - Licences: 4WT Brisbane (Graceville, 1931-1939); 6TW Perth (Claremont/Floreat Park, 1946-1948); 4WX Brisbane (St Lucia, 1965-1969; Margate 1975-1980+) - Qualifications: cc; AOCP 870, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, councillor, federal councillor) - Electoral Rolls: mechanic (Red Hill, Qld, 1921); optical mechanic (Paddington, Qld, 1925; Graceville, Qld, 1928-1937); audiometrist (Floreat Park, WA, 1949; Darlington, WA, 1949); retired (Wynnum North, Qld, 1972; Margate, Qld, 1977-1980) ===''WITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sidney Herbert Witt|Witt, Sidney Herbert "Sid"]] [https://www.familysearch.org/tree/person/details/GD3D-BDV] - 1892(Vic)-1973(Vic) - Licences: 3MZ Receive Melbourne (Camberwell, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Malvern, 1914-1916); electrical engineer (Camberwell, 1922); engineer (Brighton, 1925-1943; Glen Iris, 1958-1968; Burwood, 1972)) - Links: [https://adb.anu.edu.au/biography/witt-sidney-herbert-12059 ADB] ===''WOLFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hamilton Bennett Wolfe|Wolfe, Hamilton Bennett]] [https://www.familysearch.org/tree/person/details/G9H2-8K6] - 1886(Vic)-1956(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 193, 1916; 2COCP 242, 1930; 1COCP 213, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: clerk (Bairnsdale, Vic, 1908-1912); wireless telegraphist (Applecross, WA, 1925-1926); radio telegraphist (Geraldton, 1936-1949); retired (Nedlands, WA, 1954) ===''WOLFENDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Wolfenden|Wolfenden, Peter]] - 3ZPA Strathmore (1965) - amateur operator, historian (amateur, amateur broadcasting), journalist (WIA's "Amateur Radio") ===''WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Abner David Wood|Wood, Abner David]] [https://www.familysearch.org/tree/person/details/GZ7R-BJC] - 1910(Eng)-1976(SA) - Licences: 6AS Mt Barker (1935-1939) - Qualifications: cc; AOCP 1534, 1935, WA; BOCP 654, 1945 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Percy Wood|Wood, Percy]] [https://www.familysearch.org/tree/person/details/G8M8-2V1] - 1909(Qld)-19??(???) - Licences: 4RQ Ipswich (1927-1931); 4PW Ipswich (1933-1939); 2EPW Banora Point - Qualifications: cc; AOCP 359, 1927, No. 39 in Qld - amateur operator; amateur broadcaster; journalist (QRN, AR); engineer (IREE) - Electoral Rolls: electrical mechanic (Ipswich, 1931); radio dealer (Ipswich, 1937-1949; East Ipswich, 1954-1968); electrical dealer (Banora Point, 1977-1980) ===''WOODLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Woodley|Woodley, William Robert]] [https://www.familysearch.org/tree/person/details/G8VC-CYY] - 1909(???)-1995(WA) - Licences: 6BY Perth (West Leederville, 1930-1931); 6DJ Perth (Carlisle, 1946-1948; Victoria Park, 1954-1956; Maniana, 1960-1980+) - Qualifications: cc; AOCP 680, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Claremont, 1936-1937); mechanic (Victoria Park, 1943); radio mechanic (Carlisle, 1949; Victoria Park, 1954; Maniana, 1963-1980) - Callsign possibly withdrawn for commercial ===''WOOKEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Bruce Wookey|Wookey, Robert Bruce]] [https://www.familysearch.org/tree/person/details/9DP1-GVW] - 1907(Vic)-1974(Vic) - Receive Geelong (1923-1924), 3RW Geelong (1925-1927), 3IC Geelong (1948-1974), amateur operator (AOCP 146, 1925, No. ?? in Vic), amateur broadcaster, postal clerk ===''WOOLACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Prosser Woolacott|Woolacott, Francis Prosser "Frank"]] [https://www.familysearch.org/tree/person/details/GZFL-94T] - 1903(NSW)-1968(NSW) - 2ST Receive Sydney (Drummoyne, 1923-1924), 2FW Sydney (Drummoyne, 1925-1926), amateur operator (AOCP 119, 1925, No. ?? in NSW), amateur broadcaster ===''WOOLLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edgar Woollett|Woollett, David Edgar]] [https://www.familysearch.org/tree/person/details/GZTM-HDP] - 1920(NSW)-2001(NSW) - Licences: 2ZDE Sydney (Beverley Hills, 1956-1980+) - Qualifications: AOLCP 202, 1956; AOCP 4292, 1965, NSW - amateur operator, WW2 - Electoral Rolls: telephone technician (Beverley Hills, 1949-1972; Narwee, 1977-1980) * [[/N. Woollett|Woollett, N.]] - 19??(???)-19??(???) - Licences: 2ZY Sydney (Mosman, 1926-1927) - Qualifications: AOCP 276, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: ? ===''WOOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Ronald Woolley|Woolley, Leon Ronald]] [https://www.familysearch.org/tree/person/details/L214-JQH] - 1898(Qld)-1971(Qld) - Licences: 4FW Ipswich (1931); 4FW Townsville (1933); 4FW Ipswich (1937-1939, 1946-1969) - Qualifications: cc; AOCP 751, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, ATC); employment (school teacher) - Electoral Rolls: schoolteacher (Bell, Qld, 1919-1921; Newtown, Qld, 1925; Kia Ora, Townsville, 1931; Newtown, Qld 1934-1963) ===''WOOLNOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Stephen Woolnough|Woolnough, Archibald Stephen]] [https://www.familysearch.org/tree/person/details/G8CG-9PK] - 1909(Vic)-2004(Vic) - Licences: 3BW Portarlington (1929-1980+) - Qualifications: AOCP 519, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: business proprietor (Portarlington, 1931-1980) * [[/Walter Lyell Woolnough|Woolnough, Walter Lyell]] [https://www.familysearch.org/tree/person/details/9CJF-LS3] - 1906(NSW)-1999(NSW) - 2GW Sydney (Killara, 1925-1927; Gordon, 1928-1930; Greenwich, 1931; Gordon, 1933-1936), 2GW Lithgow (1937-1939), Sydney (Gordon, 1946-1980+), amateur operator (AOCP 153, 1925, No. ?? in NSW), amateur broadcaster, licence held by father Walter George Woolnough till 1933, engineer ===''WOOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Meredith Wooster|Wooster, Horace Meredith "Jack"]] [https://www.familysearch.org/tree/person/details/L23Q-CGW] - 1909(Qld)-1992(Qld) - Licences: 4VH Townsville (City, 1930-1939; Belgian Gardens, 1946-1948); 4VH Brisbane (Yeronga, 1954-1980+) - Qualifications: cc; AOCP 623, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; state public servant (Qld Railways, telegraphist; Qld Main Roads Dept); military (Army signals officer) - Electoral Rolls: clerk (Townsville, 1931-1932; Norman Park, 1937; Townsville, 1943-1949; Yeronga, 1954-1980) ===''WORRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Albert Worrall|Worrall, Leonard Albert]] [https://www.familysearch.org/tree/person/details/LTL5-L1L] - 1912(NSW)-1978(Qld) - Licences: 2XM Sydney (Parramatta, 1933-1934; Punchbowl, 1935-1936); 4XM Cairns (1937-1939); 4WL Brisbane (Stafford Heights, 1975) - Qualifications: cc; AOCP 1221, 1933, NSW - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Punchbowl, NSW, 1934-1936; Cairns, Qld, 1937); bank clerk (Wynnum, Qld, 1943); clerk (Wynnum North, Qld, 1954-1963); bank manager (Tarragindi, Qld, 1968); manager (Stafford Heights, Qld, 1972-1977) ===''WORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Worth|Worth, Sydney or Sidney Ernest]] [https://www.familysearch.org/tree/person/details/GXBH-5Z3] - 1905(WA)-1963(WA) - Licences: 6SW Perth (Rivervale, 1930-1933; Nedlands, 1937-1939) - Qualifications: cc; CPRT 958, 1927; 2COCP 223, 1930; 1COCP 226, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rivervale, WA, 1931); wireless operator (Nedlands, WA, 1936-1958) ===''WRAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward James Crawford Wraith|Wraith, Edward James Crawford "Jim"]] [https://www.familysearch.org/tree/person/details/KV2C-11D] - 1862(Vic)-1942(Vic) - Early wireless experimenter ===''WRATTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn James Wratten|Wratten, Mervyn James]] [https://www.familysearch.org/tree/person/details/GZJM-DV8] - 1918(Qld)-1999(Qld) - Licences: 4MW Ipswich (Brassall, 1937-1939; North Ipswich, 1946-1947; Brassall, 1948-1980+); 4LX Gold Coast (Palm Beach, 1956-1969) - Qualifications: cc; AOCP 1932, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Ipswich ARC); military (WW2, CMF, AIF); employment (Cribb & Foote, manager, radio section); business proprietor (Avon Theatre) - Electoral Rolls: shop assistant (Brassall, Qld, 1943-1977; North Ipswich, Qld, 1980) ===''WRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Milroy Percy Wray|Wray, Ronald Milroy Percy]] [https://www.familysearch.org/tree/person/details/G8H3-QYM] - 1909(Vic)-1963(NSW) - Licences: 2WX Sydney (Hurstville, 1929-1961) - Qualifications: AOCP 472, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified ===''WREFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Norman Wreford|Wreford, Roger Norman]] [https://www.familysearch.org/tree/person/details/GX22-N2X] - 1909(WA)-1990(SA) - Licences: 2ADC Broken Hill (1936-1937); 5RW Adelaide (Blackwood, 1938-1939; Mitcham, 1947-1954; South Brighton, 1955-1960; Crafers, 1965-1980+) - Qualifications: cc; AOCP 1714, 1936, NSW - amateur operator; amateur broadcaster - Relationships: Brother of 5DW-6IW Arthur Franklin Wreford - Electoral Rolls: bank clerk (Broken Hill, NSW, 1935-1936; Blackwood, SA, 1939; Mitcham, SA, 1941-1943) * [[/Arthur Franklin Wreford|Wreford, Arthur Franklin]] [https://www.familysearch.org/tree/person/details/G3V1-92S] - 1898(WA)-19??(???) - Licences: 5DW Adelaide (Kensington Gardens, 1937-1939; Cumberland, 1947-1954); 6IW Perth (Armadale, 1955-1969) - Qualifications: cc; AOCP 2037, 1937, SA; 2COCP 452, 1941 - amateur operator; amateur broadcaster; WW1 - Relationships: Brother of 2ADC-5RW Roger Norman Wreford - Electoral Rolls: bank clerk (Kensington Gardens, SA, 1939); mechanic (Crystal Brook, SA, 1941; Cumberland, SA, 1943); civil servant (Gosnells, WA, 1954); technician (Armadale, WA, 1958) - Links: [https://discoveringanzacs.naa.gov.au/browse/person/133040 NAA] ===''WRIEDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Sjoberg Albert Wriede|Wriede, George Sjoberg Albert]] [https://www.familysearch.org/tree/person/details/LKG2-VK8] - 1900(Qld)-1971(Qld) - Licences: 4DJ Receive Caboolture (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: railway employee (Cooroy, 1921; Miriam Vale, 1925-1958); retired (Gladstone, 1963) ===''WRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Wright|Wright, Albert Edward]] - 19??(???)-19??(???) - Licences: 2SS Receive Scarborough (1923); 2SS Scarborough (1924-1925); 2SS Coledale (1926-1933); 2SS Coolah (1933); 2SE Scarborough (1935-1936); 2SE Louth/Bourke (1937-1938); 2SE Walgett (1939); 2SE Willow Tree (1946); 2SE Stanmore (1947-1950); 2SE Sydney (Guildford, 1954-1961); 2SE Quirindi (1965) - Qualifications: cc; AOCP 118, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Comment: several contemporaneous Albert Edward Wrights in NSW, needs specific data to identify - Electoral Rolls: Nil yet identified * [[/A. W. H. Wright|Wright, A. W. H. "Bill"]] - 19??(???)-19??(???) - 5BW Adelaide, 3AAW, 4TU Garbutt (-1950+, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster * [[/Collis Page Wright|Wright, Collis Page]] [https://www.familysearch.org/tree/person/details/GD1P-P9L] - 1912(Tas)-2004(Tas) - Licences: 7LZ Launceston (1933-1980+) - Qualifications: cc; AOCP 1099, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draper's assistant (Launceston, 1936-1937); salesman (Launceston, 1943); draper (Launceston, 1949-1968) * [[/Eric John Wright|Wright, Eric John]] [https://www.familysearch.org/tree/person/details/GXHG-P2G] - 1904(Qld)-1967(Qld) - Licences: 4DY Brisbane (Annerley, 1936-1939; Windsor, 1947; Buranda, 1948; Annerley, 1954; Buranda, 1955-1956; Ekibin, 1960-1965) - Qualifications: cc; AOCP 1816, 1936, Qld; 3COCP 1471, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: turner (Annerley, Qld, 1937-1943; Annerley, Qld, 1949); waterside worker (Ekibin, Qld, 1963) * [[/Frederick Harold Wright|Wright, Frederick Harold]] [https://www.familysearch.org/tree/person/details/GF95-LW1] - 1910(Eng)-1972(WA) - Licences: 6FR Perth (Buckland Hill, 1936-1937; Mosman Park, 1938-1939, 1947-1960) - Qualifications: cc; AOCP 1809, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Buckland Hill, WA, 1936; Mosman Park, WA, 1943-1963) * [[/William Henry Hilsdon Wright|Wright, William Henry Hilsdon]] [https://www.familysearch.org/tree/person/details/GDVF-RKL] - 1905(Qld)-1967(Qld) - Licences: 4FA Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Murrays Creek, 1930; Ballandean, 1937-1949); teacher (Toowoomba, 1954-1963) ===''WYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Hemingway Wyle|Wyle, Albert John Hemingway]] [https://www.familysearch.org/tree/person/details/GF3J-6L7] - 1913(WA)-1990(WA) - Licences: 6BW Perth (Shenton Park, 1937-1939; Nedlands, 1947-1980+) - Qualifications: cc; AOCP 1865, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: radio salesman (Nedlands, WA, 1943-1968); salesman (Dalkeith, WA, 1972-1980) ===''WYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Agar Wynne|Wynne, Agar]] [https://www.familysearch.org/tree/person/details/LZ4J-6CN] - 1850(Eng)-1934(Vic) - senior federal politician (Postmaster-General, 1913-1914) * [[/Alfred Percy Wynne|Wynne, Alfred Percy]] [https://www.familysearch.org/tree/person/details/L858-Q52] - 1885(Qld)-1966(Qld) - proprietor music business (Wynne's Music, Maryborough), proprietor broadcasting station (4MB Maryborough) - Electoral Rolls: piano tuner (Paddington, 1908; Mooloolah, 1909); commercial traveller (Mooloolah, 1912); piano tuner (Maryborough, 1913); salesman (Brisbane, 1916-1917; Mooloolah, 1919; Maryborough, 1919-1925); music store proprietor (Maryborough, 1928-1949); business manager (Maryborough, 1963) =='''X'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> =='''Y'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''YATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Gordon Yates|Yates, Kenneth Gordon]] [https://www.familysearch.org/tree/person/details/GXRW-CJ3] - 1910(SA)-2000(SA) - Licences: 5RP Adelaide (Cottonville, 1939, 1947-1954; Westbourne Park, 1955-1980+) - Qualifications: cc; AOCP 2371, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Cottonville, SA, 1939-1943) * [[/Reginald Colin Yates|Yates, Reginald Colin]] [https://www.familysearch.org/tree/person/details/GXRW-QX6] - 1914(SA)-1984(NSW) - Licences: 5RY Wyalla (1935-1937); 2AGZ Wollongong (1938-1939, 1947); 2AGZ Sydney (Mosman, 1948-1950); 2AGZ Broken Hill (1954-1957); 2AGZ Newcastle (Hamilton, 1958-1961; Charlestown, 1965-1980) - Qualifications: cc; AOCP 1474, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Wollongong, NSW, 1943); electrical engineer (Mosman, NSW, 1949); engineer (Wollongong, NSW, 1954); chartered electrical engineer (Merewether, NSW, 1958); professional engineer (Charlestown, NSW, 1968-1980) ===''YEATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Melville Yeates|Yeates, Henry Melville]] [https://www.familysearch.org/tree/person/details/G698-PXG] - 1912(Tas)-1980(???) - Licences: 7HY Launceston (1936-1939, 1948-1956) - Qualifications: cc; AOCP 1621, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Launceston, 1936-1937); electrical contractor (Launceston, 1949-1954); salesman (Mosman, NSW, 1958-1977) ===''YORSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Sutherland Yorston|Yorston, Ernest Sutherland]] [https://www.familysearch.org/tree/person/details/GZY8-46D] - 1909(Vic)-1971(Vic) - Licences: 3ES Melbourne (Caulfield, 1926-1939) - Qualifications: AOCP 299, 1926, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1931-1937); sales (Caulfield, 1942; Elsternwick, 1949); manufacturer (Caulfield, 1954-1963); director (Oakleigh, 1967-1968) ===''YOUNG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Crawford Addison Young|Young, Crawford Addison]] [https://www.familysearch.org/tree/person/details/GF3C-DQT] - 1914(WA)-1971(WA) - Licences: 6CY Perth (Fremantle, 1934-1939, 1947-1969) - Qualifications: cc; AOCP 1265, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Fremantle, WA, 1936-1937; South Fremantle, WA, 1943-1968) * [[/Ivan Harold Young|Young, Ivan Harold]] [https://www.familysearch.org/tree/person/details/L118-BVF] - 1910(Qld)-2000(Qld) - Licences: 4YG Brisbane (Albion) (1930-1939); 4YH Brisbane (Mitchelton) (1969-1980+) - Qualifications: cc; AOCP 708, 1930, No. ?? in Qld; BOCP 315, 1940 - amateur operator; amateur broadcaster; radio technician (Mission Control Station, Thursday Island) - Electoral Rolls: nil (Albion, 1931-1937); public servant (Newmarket, 1943; Mitchelton, 1949-1980) * [[/James Wolstenholme Young|Young, James Wolstenholme]] [https://www.familysearch.org/tree/person/details/L2TQ-Z2R] - 1909(NSW)-1995(NSW) - Licences: 2JY Sydney (Turramurra, 1925-1934; Roseville, 1938-1939); 2JY Katoomba (1946); 2JY Sydney (Mona Vale, 1947-1948; Willoughby, 1950-1961; Middle Cove, 1965-1980) - Qualifications: AOCP 189, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: articled clerk (Turramurra, 1932-1934), solicitor (Roseville, 1937; Katoomba, 1943; Willoughby, 1954-1977) * [[/John William Young|Young, John William]] [https://www.familysearch.org/tree/person/details/L6RN-2XX] - 1906(Qld)-1981(Qld) - Licences: 4JY Brisbane (Rosalie, 1931; Sandgate, 1933; Rosalie, 1938; Coorparoo, 1946-1980+) - Qualifications: cc; AOCP 752, 1931, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Rosalie, 1931); clerk (Sandgate, 1936); storeman (Rosalie, 1937; Coorparoo, 1943-1963); commercial traveller (Coorparoo, 1968-1980) * [[/William Anderson Young|Young, William Anderson]] [https://www.familysearch.org/tree/person/details/G89P-B3K] - 1897(Sct)-1956(Qld) - Licences: 4WA Brisbane (West End, 1927-1931) - Qualifications: cc; AOCP 330, 1927, No. 34 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: boot employee (West End, 1925-1937); bootmaker (Ashgrove, 1943-1954) =='''Z'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''ZECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Zech|Zech, William James]] [https://www.familysearch.org/tree/person/details/GZDZ-YJG] - 1893(Eng)-1973(NSW) - Licences: XABQ Sydney (Annandale, 1912-1914), 2DL Sydney (Annandale, 1922, Receive), 2WZ Sydney (Annandale, 1925-1927; Ashfield, 1928-1930; Stanmore, 1933-1934), 2ACP Sydney (Enmore, 1937; Como, 1938), 2ACP Katoomba 1939 & 1946-1975) - Qualifications: CPRTelephony 424; no record of AOCP - early wireless experimenter, ship wireless operator, amateur operator, amateur broadcaster - Electoral Rolls: {{BookCat}} p34dy5rk33jnpxxawa6kuf1pye3ka22 4089920 4089919 2022-08-09T21:04:29Z Samuel.dellit 1387936 /* SAMPSON */ wikitext text/x-wiki {{incomplete}} {{WikipediaCredit}} {{CompactTOC8|side=yes}} Thumbnail Radio Biographies sorted alphabetically by surname '''Many of the stars of Australia's Radio Universe''' '''Covering the full gamut from hypergiants to brown dwarfs''' '''Each lit the way forward to broadcasting in Australia''' =='''A'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''ABBISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Frederick Abbiss|Abbiss, John Edwin Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/GZZJ-6H9] - 1907(Eng)-1977(Qld) - Licences: 4JA Brisbane (Balmoral, 1930; Morningside, 1931-1939) - Qualifications: cc; AOCP 581, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Evans Deakin shipyards) - Halcyon: p. 83, Abiss - Electoral Rolls: engineering draftsman (Morningside, 1936); draftsman (Coorparoo, 1937; Morningside, 1949-1977) ===''ABBOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Nicholson Abbott|Abbott, Reginald Nicholson or Nicolson]] [https://www.familysearch.org/tree/person/details/9V2T-FTG] - 1897(Vic)-1980(Vic) - Licences: 3VR Melbourne (Alphington, 1923-1927); 3ABB Melbourne (Caulfield, 1947-1980) - Qualifications: cc; CPRT 273, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Alphinton, 1925-1927; St Kilda, 1931-1937; Caulfield, 1942-1949); technician (Caulfield, 1954-1977) * [[/Roy Edgar Abbott|Abbott, Roy Edgar]] [https://www.familysearch.org/tree/person/details/L6MT-CZX] - 1902(NSW)-1943(Qld) - Licences: 2YK Dorrigo (1930-1931); 2YK Telegraph Point (1933-1939) - Qualifications: cc; CPRTelephony 668, 1921; AOCP, not yet identified; 2COCP 179, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Dorrigo, 1930; Telegraph Point, 1933-1937; Mittagong, 1943) - Sacrifice: "Greater love hath no man than this" * [[/Thomas Kingsmill Abbott|Abbott, Thomas Kingsmill]] [https://www.familysearch.org/tree/person/details/LHFH-4FH] - 1891(NSW)-1933(NSW) - Licences: 2TK Wingen (1926-1929) - Qualifications: cc; Nil yet identified (likely military) - amateur operator; amateur broadcaster; WW1; witness to Royal Commission 1927 (as Graziers' Assoc NSW) - Comment: beware other contemporaneous TK Abbotts - Electoral Rolls: overseer (Muralla, 1913); grazier (Wollongong, 1931) - Links: [https://vwma.org.au/explore/people/209607 Obit] ===''ABRAHAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Abrahams|Abrahams, Frank]] [https://www.familysearch.org/tree/person/details/G836-Y6P] - 1903(Vic)-1984(Vic) - Licences: 3FA Melbourne (South Yarra, 1924-1925) - Qualifications: cc; 3COCP 6089, 1966 - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (St Kilda, 1925-1931); manufacturer (St Kilda, 1935-1936; Malvern, 1943-1967; Toorak, 1977-1980) - Relationships: brother of Louis Henry Abrahams * [[/Louis Henry Abrahams|Abrahams, Louis Henry]] [https://www.familysearch.org/tree/person/details/G8GJ-GZP] - 1889(Vic)-1940(Vic) - Licences: Receive (Valve) Melbourne (St Kilda, 1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1; director (Victorian Radio Interests Ltd); witness to Royal Commission Wireless 1927 - Electoral Rolls: potter (Brunswick, 1909); tobacconist (South Yarra, 1912-1921); manufacturer (St Kilda, 1924-1926); burner (Brunswick, 1937-1942) - Relationships: brother of 3FA Frank Abrahams ===''ACKERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Adam Ackerman|Ackerman, Joseph Adam]] [https://www.familysearch.org/tree/person/details/GZZV-49L] - 1911(NSW)-1993(Qld) - Licences: 2ALG Sydney (Carlton, 1938-1939, 1946-1948); 2ALG Wentworthville (1950); 2ALG Sydney (Parramatta, 1954-1958; North Rocks, 1960-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 2229, 1938, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal employee (Paddington, 1932; Annandale, 1933-1936; Kogarah, 1937-1943; Carlton, 1949); clerk (Parramatta, 1954-1958); senior supervisor (Wentworthville, 1963; Epping, 1968-1972); retired (Sans Souci, 1977; Hurstville, 1980) ===''ACKLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Daniel Ackling|Ackling, Harold Daniel]] [https://www.familysearch.org/tree/person/details/LD5F-8RK] - 1892(NSW)-1982(NSW) - Licences: 2PX Sydney (Bankstown, 1930-1980+) - Qualifications: cc; AOCP 612, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Randwick, 1913); machinist (Bankstown, 1930-1980) ===''ACKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Frederick Gloucester Ackland|Ackland, Stanley Frederick Gloucester]] [https://www.familysearch.org/tree/person/details/L5PB-C2Y] - 1904(SA)-1966(SA) - Licences: Receive Adelaide (Prospect, 1923); 5SF Adelaide (Prospect, 1924-1931; Linden Park, 1954-1965) - Qualifications: cc; AOCP 21, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Burnside, 1939-1943) ===''ADAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Adams|Adams, Frank John]] [https://www.familysearch.org/tree/person/details/GZJM-29V] - 1880(Eng)-1968(Vic) - Licences: 3XO Receive Melbourne (Brighton, 1923); 3XO Melbourne (Brighton, 1924-1939) - Qualifications: cc; AOCP 155, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; manager - Electoral Rolls: motor garage proprietor (Brighton, 1913); garage proprietor (Elsternwick, 1919-1921; Brighton, 1922-1924); manager (Brighton, 1925-1954); nil (Brighton, 1963-1968) * [[/Peter Harry Arthur Adams|Adams, Peter Harry Arthur "Pete"]] [https://www.familysearch.org/tree/person/details/LT3N-XMC] - 1909(NSW)-1984(NSW) - Licences: Receive (Valve) Sydney (Cremorne, 1923-1924); 2JX Sydney (Cremorne, 1927; Manly, 1929; Cremorne, 1930; Gordon, 1931; Woolahra, 1933; Epping, 1933; Cremorne, 1935-1936; Thornleigh, 1937; Waverton, 1938-1939; Denistone, 1946-1947; Avalon Beach, 1948-1950); 2JX Wentworth Falls (1954-1961); 2JX Sydney (Pymble, 1965-1969); 2JX Nambucca Heads (1975); 2JX Wentworth Falls (1980+) - Qualifications: cc; AOCP 380, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933); labourer (Epping, 1934); engineer (St Kilda, 1934); radio engineer (Thornleigh, 1937; Darlinghurst, 1943); engineer (Avalon Beach, 1949; Wentworth Falls, 1958); retired (Valla Beach, 1972-1977; Wentworth Falls, 1980) ===''ADAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Kenneth Adamson|Adamson, William Kenneth]] [https://www.familysearch.org/tree/person/details/MLXZ-HX5] - 1905(SA)-1982(SA) - Licences: Receive Adelaide (Parkside, 1923-1924); 5WA Adelaide (Parkside, 1925-1927; Fullarton, 1928-1939) - Qualifications: cc; AOCP 135, 1925, No. ?? in SA - amateur operator; amateur broadcaster; engineer - Electoral Rolls: engineer (Fullarton, 1939-1943) ===''AGNEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Gordon Carlisle Agnew|Agnew, Robert Gordon Carlisle]] [https://www.familysearch.org/tree/person/details/LDKK-D8Y] - 1904(WA)-1975(WA) - Licences: 6RA Perth (Nedlands, 1931-1939) - Qualifications: cc; AOCP 721, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1925; Nedlands, WA, 1931-1972) ===''AKEROYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gordon Akeroyd|Akeroyd, Arthur Gordon]] [https://www.familysearch.org/tree/person/details/G6F2-JXL] - 1890(Vic)-1948(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Meteorologist, Forecasting and Statistical Division, Victoria) - Electoral Rolls: civil servant (Northcote, Vic, 1912-1915); meteorologist (Northcote, 1921-1937); civil servant (Cottesloe, WA, 1943) - Links: [https://adb.anu.edu.au/biography/akeroyd-arthur-gordon-9321 ADB] ===''ALDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Oscar Edward Alder|Alder, Oscar Edward "Ock"]] [https://www.familysearch.org/tree/person/details/KJZ2-D3P] - 1896(Qld)-1987(Qld) - Licences: 4JB Brisbane (Albion, 1928-1939, 1946-1948; Chermside, 1954-1969) - Qualifications: cc; AOCP 423, 1928, No. 47 in Qld - amateur operator; amateur broadcaster; wool classer - Halcyon: p. 28, 84, 137 - Electoral Rolls: student (Albion, 1919); wool classer (Albion, 1925-1937; Cunnamulla, 1943); warehouse assistant (Chermside, 1949-1980) ===''ALDERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Zerbini Alderman|Alderman, Valentine Zerbini]] [https://www.familysearch.org/tree/person/details/GXVL-F8N] - 1893(SA)-1919(SA) - Licences: XVC Adelaide (Glenelg, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: Nil yet identified ===''ALEXANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Talbot Meredith Alexander|Alexander, Talbot Meredith]] [https://www.familysearch.org/tree/person/details/L1FJ-MZN] - 1888(Vic)-1978(Qld) - Licences: 4TM Brisbane (Ashgrove, 1931-1933); 4TM Townsville (North Ward, 1937-1939) - Qualifications: cc; 2COCP 315, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: salesman (Kew, Vic, 1912-1914); wireless instructor (Melbourne City, 1925-1926); superintendent wireless (Glenferrie, Vic, 1926-1927); sales representative (City, Brisbane, 1928); business manager (North Ward, Qld, 1936-1937); instructor (Paddington, Qld, 1943); commercial traveller (East Brisbane, Qld, 1949; New Farm, 1954-1958); retired (Moorooka, 1968-1977) ===''ALLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus John Allan|Allan, Angus John]] [https://www.familysearch.org/tree/person/details/GX2C-YWF] - 1912(SA)-1996(SA) - Licences: 5UL Adelaide (Ovingham, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 2013, 1937, SA; 1COCP 458, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Ovingham, SA, 1939-1941) * [[/John Allan|Allan, John]] [https://www.familysearch.org/tree/person/details/GXH1-PFG] - 1905(Sct)-19??(???) - Licences: 4AN Brisbane (Chermside, 1937-1939) - Qualifications: cc; AOCP 1938, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous JAs - Electoral Rolls: Nil yet identified ===''ALLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Mason Allard|Allard, George Mason]] [https://www.familysearch.org/tree/person/details/G6HT-JMV] - 1866(Eng)-1953(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman of Directors (AWA); witness to Royal Commission Wireless 1927 - Honours: knighted; K.B. - Electoral Rolls: secretary (Wahroonga, 1930-1937); accountant (Wahroonga, 1943-1949) - Links: [https://adb.anu.edu.au/biography/allard-sir-george-mason-4999 ADB] ===''ALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Allen|Allen, Albert Edward]] [https://www.familysearch.org/tree/person/details/G69B-SGR] - 1902(Tas)-1969(Tas) - Licences: 7PA Hobart (New Town, 1933-1937; Moonah, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 1171, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: brother of 7AL Thomas Arthur Allen - Electoral Rolls: electrical engineer (New Town, 1928-1936; Moonah, 1937-1954) * [[/George Alexander Allen|Allen, George Alexander]] [https://www.familysearch.org/tree/person/details/GD3H-DJK] - 1891(Sct)-1965(USA) - Licences: Nil yet identified - Qualifications: CPRT 49, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: Nil yet identified * [[/Kenneth Douglas Allen|Allen, Kenneth Douglas]] [https://www.familysearch.org/tree/person/details/G8N5-19J] - 1907(WA)-2002(Qld) - Licences: 2GX Sydney (West Ryde, 1930-1934) - Qualifications: AOCP 648, 1930, NSW; 3COCP 4263, 1963 - amateur operator, amateur broadcaster, WW2 (Army, Royal Australian Engineers, Lieutenant, 1940) - Education: BSc (Syd Uni, 1933) - Electoral Rolls: student (West Ryde, 1930-1935); director (Woolwich, 1936-1937); soldier (Woolwich, 1943); engineer (Woolwich, 1963-1972; Hunters Hill, 1977; Gladesville, 1980) * [[/Robert Kelvin Allen|Allen, Robert Kelvin]] [https://www.familysearch.org/tree/person/details/GQTK-TH9] - 1916(Qld)-1942(Indonesia) - Licences: 4PR Brisbane (1936-1939) - Qualifications: AOCP 1634, 1936, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 13 Squadron, Pilot Officer), (Halcyon, p. 177) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/allen-robert-kelvin-404945/] * [[/Thomas Arthur Allen|Allen, Thomas Arthur]] [https://www.familysearch.org/tree/person/details/G6SQ-9YN] - 1916(Tas)-1998(Tas) - Licences: 7AL Hobart (New Town, 1936-1939, 1946-1956; Lindisfarne,1960-1980+) - Qualifications: cc; AOCP 1738, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 7PA Albert Edward Allen - Electoral Rolls: salesman (New Town, 1943-1954); director (Lindisfarne, 1963-1972) ===''ALLINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Thirlmier John Allinson|Allinson, Lancelot Thirlmier John]] [https://www.familysearch.org/tree/person/details/L81B-F4P] - 1896(NSW)-1961(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 804, 1924 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: radiotelegraphist (Applecross, WA, 1925; Broome, WA, 1931; Como, WA, 1931; South Perth, WA, 1936-1943; Broome, WA, 1949-1954); telegraphist (Esperance, WA, 1958) ===''ALLSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Cottam Allsop|Allsop, Raymond Cottam "Ray"]] [https://www.familysearch.org/tree/person/details/LJLT-SNJ] - 1898(NSW)-1972(NSW) - Licences: XCA Sydney (Randwick, 1911-1914); 2YG Sydney (Randwick, 1924; Coogee 1924-1929; Roseville, 1930); 2AYG Sydney (Roseville, 1946-1947+); 2NA Sydney (Roseville, 1961); 2BL Sydney (Roseville, 1965-1969) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW); broadcaster (2BL, chief engineer); journalist (Wireless Weekly, 1920s); military (RAN Volunteer Reserve, Lieutenant; WW2 (RAN, Engineer Lieutenant); witness to Royal Commission Wireless 1927 (obo Broadcasters Sydney Ltd; federal public servant (ABCB, member, 1953-1954) - Honours: Coronation Medal, 1937; OBE, 1971 - Electoral Rolls: radio engineer (Roseville, 1930); engineer (Roseville, 1933; Gordon, 1937; Roseville, 1943); electronic engineer (Roseville, 1949); director (South Yarra, 1954); engineer (Roseville, 1958-1968) - Links: [https://adb.anu.edu.au/biography/allsop-raymond-cottam-ray-9344 ADB]; [http://messui.polygonal-moogle.com/valves/NW199001.pdf EA] ===''ALSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Russell Alsop|Alsop, John Russell]] [https://www.familysearch.org/tree/person/details/LKB3-WXQ] - 1906(Vic)-1973(Vic) - 3MI Melbourne (Kew, 1925-1939), amateur operator (AOCP 76, 1925, No. ?? in Vic), amateur broadcaster, engineer ===''AMBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Charles Ambler|Ambler, Sydney Charles]] [https://www.familysearch.org/tree/person/details/GFWD-Y9L] - 1892(NSW)-1956(WA) - Licences: XYAE Perth (West Perth, 1913) - Qualifications: cc; CPRT 891, 1925; 2COCP 72, 1929; 1COCP 158, 1938 - early wireless experimenter; WW2 - Electoral Rolls: radio telegraphist (East Perth, WA, 1921; North Perth, WA, 1925); wireless telegraphist (Victoria Park, WA, 1934-1943); radio telegraphist (Esperance, WA, 1949); radio telephonist (Esperance, WA, 1954) ===''AMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement Edgar Ames|Ames, Clement Edgar "Clem"]] [https://www.familysearch.org/tree/person/details/KNDX-JF8] - 1889(SA)-1957(SA) - Licences: XVG Adelaide (Torrensville, 1913-1914); 5AV Adelaide (Kent Town, 1923; Hindmarsh, 1924) - Qualifications: cc; Nil identified - early wireless experimenter; amateur operator; amateur broadcaster; operator 5WI (1925) - Electoral Rolls: engineer (Allenby Gardens, 1939-43) ===''ANCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Leslie Finion Ancher|Ancher, Norman Leslie Finion or Tinian]] [https://www.familysearch.org/tree/person/details/GXL7-MCQ] - 1910(NSW)-1983(NSW) - Licences: 5NA Adelaide (Mile End, 1937-1939); 2NH Sydney (Lindfield, 1946-1947; Mosman, 1948-1954; Cremorne, 1955-1980+) - Qualifications: cc; AOCP 2057, 1937, SA; BOCP 476, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Chatswood, NSW, 1934); sound engineer (West Maitland, NSW, 1936); engineer (Mile End, SA, 1939; Rose Park, SA, 1941-1943); radio engineer (Mosman, NSW, 1949; Cremorne, NSW, 1958-1968); engineer (Cremorne, NSW, 1972); technical officer (Lane Cove, NSW, 1972-1980) ===''ANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Ronald Anderson|Anderson, Alexander Ronald]] [https://www.familysearch.org/tree/person/details/GXPM-L6J] - 1914(SA)-1997(SA) - Licences: 5GM Adelaide (Eastwood, 1936-1939, 1947; Payneham South, 1948-1980+) - Qualifications: cc; AOCP 1700, 1936, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: warehouseman (Eastwood, SA, 1939-1943) * [[/Andrew Oswald Anderson|Anderson, Andrew Oswald "Oswald", "Andy", "A.O."]] [https://www.familysearch.org/tree/person/details/99GB-Z8L] - 1885(NSW)-1944(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Electoral Rolls: accountant (Mosman, 1913); manager (Rose Bay, 1930; Vaucluse, 1934-1935) - Links: [https://ozvta.com/wp-content/uploads/2011/12/anderson-oswald-1062017.pdf Bio] * [[/Eric William Alfred Anderson|Anderson, Eric William Alfred]] [https://www.familysearch.org/tree/person/details/G8WX-744] - 1908(Vic)-1986(Vic) - Licences: 3KH Melbourne (East Malvern, 1928-1931; Glen Iris, 1933-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 424, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Malvern, 1936-1937); engineer (Camberwell, 1943; Glen Iris, 1949-1968; Burwood, 1972-1980) * [[/Frederic Brian Anderson|Anderson, Frederic Brian]] [https://www.familysearch.org/tree/person/details/L5YN-TYJ] - 1918(Eng)-2008(SA)90yo - Licences: 5FA Tanunda (1934-1939); 5FA Waikerie (1947-1956) - Qualifications: cc; AOCP 1351, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: clerk (Tanunda, SA, 1939-1943) * [[/G. R. Anderson|Anderson, G. R.]] - 19??(???)-19??(???) - Licences: Receive Adelaide (Gilberton, 1923); 5GA Adelaide (Highgate, 1931-1933; Myrtle Bank, 1937-1939, 1947-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/John Francis Anderson|Anderson, John Francis]] [https://www.familysearch.org/tree/person/details/G8JJ-WFL] - 1914(Vic)-19??(???) - Licences: 3JA Warrnambool (1930-1933); 3JA Nullawarre (1937-1939, 1946-1980+) - Qualifications: AOCP 661, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farmer (Warrnambool, 1936; Nullawarre, 1937-1980)- Comment: Several contemporaneous JFAs * [[/Keith Sydney Anderson|Anderson, Keith Sydney]] [https://www.familysearch.org/tree/person/details/GZLK-8J9] - 1911(WA)-1944(Vic) - Licences: 6KS Perth (North Perth, 1935); 6KS Mt Magnet (1937); 6KS Perth (1938-1939) - Qualifications: cc; AOCP 1487, 1935, WA - amateur operator; amateur broadcaster; WW2 (Army, 2nd/1st Infantry Battalion, Private) - Electoral rolls: bank officer (Mt Magnet, WA, 1936-1937; East Perth, WA, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/618137 VWMA]; [https://www.awm.gov.au/collection/R1691738 Roll of Honour]; [https://www.awm.gov.au/collection/P10295040 AWM] * [[/Maurice Bernard Anderson|Anderson, Maurice Bernard]] [https://www.familysearch.org/tree/person/details/GC3V-WL9] - 1908(SA)-1960(Vic) - Licences: Receive Adelaide (Cheltenham, 1923-1924); 5MA Adelaide (Cheltenham, 1925-1928); 3AMA Melbourne (Sandringham, 1947-1956) - Qualifications: cc; AOCP 103, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; fitter - Electoral Rolls: radio engineer (Cloncurry, Qld, 1931-1937) * [[/Percy James Anderson|Anderson, Percy James]] [https://www.familysearch.org/tree/person/details/G8WN-6Y7] - 1908(Vic)-1998(Vic) - Licences: 3PA Melbourne (Westgarth, 1928-1933; West Preston, 1937-1939, 1946-1956); 3PA Dooen (1965-1969); 3PA Geelong (Wallington, 1975-1980) - Qualifications: AOCP 428, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Westgarth, 1934); engineer (Preston, 1936-1963); technician (Horsham, 1967-1968); retired (Wallington, 1972-1980) - Relationships: brother-in-law of 3JR Christopher James Rainbow * [[/Robert Arthur Crosbie Anderson|Anderson, Robert Arthur Crosbie "Bob"]] [https://www.familysearch.org/tree/person/details/G8VK-GZN] - 1908(Vic)-1990(Vic) - Licences: 3WY Melbourne (Camberwell, 1930-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 691, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Camberwell, 1931-1949; Glen Iris, 1954-1967; Burwood, Vic, 1972-1980) ===''ANEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Anear|Anear, Francis George]] [https://www.familysearch.org/tree/person/details/9XLK-9D6] - 1910(SA)-1971(SA) - Licences: 5LK Carrow (1929-1931); 9WZ Momote, Admiralty Islands (1954); 5WZ Adelaide (Parkside, 1955); 3AGF Melbourne (Laverton, 1960); 5WZ Adelaide (Parkside, 1965-1969) - Qualifications: cc; AOCP 556, 1929, No. ?? in SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil identified as Francis George Anear ===''ANGEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Benjamin Angel|Angel, Henry Benjamin "Harry"]] [https://www.familysearch.org/tree/person/details/GQWW-K4Y] - 1891(Eng)-1998(Qld, 106yo) - Licences: 4HA Brisbane (St Lucia, 1935-1939; Enoggera, 1946-1969; Lota, 1975-1980+) - Qualifications: cc; AOCP 1503, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW1, AIF Signals; WW2, AMF, Navy); business proprietor (radio service) - QSLs: Entire collection held by SLQ - Halcyon: p. 51, 60, 81, 163 - Electoral Rolls: motor driver (Kangaroo Point, Qld, 1919; Toowong, Qld, 1919-1925); carrier (St Lucia, Qld, 1928-1937); radio mechanic (Enoggera, Qld, 1949-1972); retired (Lota, Qld, 1977-1980) ===''ANSCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Arthur Anscombe|Anscombe, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/G6TL-7LR] - 1888(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: turner & fitter (Northcote, Vic, 1912-1913; Surrey Hills, Vic, 1914); mechanic (Albert Park, Vic, 1919); manager (Box Hill, Vic, 1927-1943) ===''ANTHONY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Henry Anthony|Anthony, Michael Henry]] [https://www.familysearch.org/tree/person/details/LK3H-6B7] - 1894(Vic)-1966(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio telegraphist (Thursday Island, 1919); telegraphist (Prahran, 1921-1924); clerk (Oakleigh, 1934); railway employee (Sandringham, Vic, 1936-1942); telegraphist (Sandringham, 1954-1963) * [[/Reginald Major Anthony|Anthony, Reginald Major "Reg"]] [https://www.familysearch.org/tree/person/details/GCYN-YWG] - 1908(SA)-1986(SA) - Licences: 5CM Adelaide (Unley Park, 1927-1937; Medindie Gardens, 1938-1939; Prospect, 1946-1960; Somerton Park, 1965-1980+) - Qualifications: cc; AOCP 324, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Wilfred Boykett Anthony - Electoral Rolls: Nil * [[/Wilfred Boykett Anthony|Anthony, Wilfred Boykett]] [https://www.familysearch.org/tree/person/details/GCYJ-3HZ] - 1903(SA)-1974(SA) - Licences: Receive Adelaide (Unley Park, 1923) - Qualifications: Nil identified - amateur receive operator, WW2 - Relationships: Brother of Reginald Major Anthony - Electoral Rolls: bank clerk (Netherby, 1939-1941) ===''APPERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Apperley|Apperley, George]] [https://www.familysearch.org/tree/person/details/GDNQ-5XG] - 1887(NZ)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 704, 1922; 1COCP 237, 1931 - NZ Gov. Telegraphs pre 1910; British Colonial Gov, 1910-1912; AWA (from 1913; Chief Marconi Wireless School 1914-1916; Works Manager 1916-1919; technical superintendent 1919-1923; OIC Beam Wireless 1924; Traffic Manager, Beam Wireless - Electoral Rolls: engineer (Elsternwick, 1922); manager (St Kilda, 1928; Caulfield, Vic, 1931-1936; Elsternwick, Vic, 1943); engineer (Manly, NSW, 1954) ===''ARCHIBALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Wilson Archibald|Archibald, Ian Wilson]] [https://www.familysearch.org/tree/person/details/G8HM-9LC] - 1902(WA)-1993(NSW) - Licences: 2BJ Receive Tingha (1922); 2KU Sydney (Dulwich Hill, 1928-1939, 1946-1955; Sans Souci, 1956-1965; Noraville, 1969-1980+) - Qualifications: cc; AOCP 457, 1928, No. ?? in NSW; 3COCP 2393, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: mining engineer (Dulwich Hill, 1930-1933); engineer (Dulwich Hill, 1936-1954); chemist (Sans Souci, 1958-1963); retired (Noraville, 1968) ===''ARGAET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stanislaus Argaet|Argaet, William Stanislaus]] [https://www.familysearch.org/tree/person/details/GZDZ-8Z8] - 1894(NSW)-1951(Qld) - Licences: 4KH Brisbane (Wynnum, 1931-1939, 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; business proprietor (Wynnum bus service) - Halcyon, p. 87, 127 - Electoral Rolls: electrician (Coorparoo, 1925); bus proprietor (Wynnum, 1928-1949) ===''ARMATI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rex Gordon Armati|Armati, Rex Gordon]] [https://www.familysearch.org/tree/person/details/2S42-XKH] - 1899(Qld)-1973(Qld) - Licences: 4DB Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: chemist's assistant (Stanton Hill, Townsville, 1921-1928); salesman (Neutral Bay, 1930); chemist's assistant (Stanton Hill, Townsville, 1936-1943); employment officer (Darlinghurst, 1949); clerk (Darlinghurst, 1954-1958; Kings Cross, 1963); shipping clerk (Surry Hills, 1968-1972) ===''ARMSTRONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Howard Armstrong|Armstrong, Edwin Howard]] [https://www.familysearch.org/tree/person/details/L5ZX-354] - 1890(USA)-1954(USA) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - USA inventor of the superheterodyne receiver [https://worldradiohistory.com/Archive-Radio-Club-of-America/Legacies-of-Edwin-Howard-Armstong-1990-11-Radio-Club-of-America.pdf RCA 1990 Special Edition] * [[/Stanley John Armstrong|Armstrong, Stanley John]] [https://www.familysearch.org/tree/person/details/GX4V-K7Y] - 1910?(NSW)-1972(Qld) - Licences: 4ZK Brisbane (Enoggera, 1932-1933); 4SA Brisbane (Enoggera, 1954-1969) - Qualifications: cc; AOCP 1004, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: soldier (Windsor, Qld, 1919); clerk (Enoggera, Qld, 1922-1968) * [[/Thomas Armstrong|Armstrong, Thomas]] [https://www.familysearch.org/tree/person/details/G88Q-GGZ] - 1895(Sct)-1964(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRTelephony 217, 1916; 1COCP 132, 1930 - witness to Royal Commission 1927 (obo PMGD) - senior federal public servant (Superintendent, Wireless Branch, NSW, PMGD), promoted to role upon retirement of William Tamillas Stephen Crawford ===''ARNOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Sydney Arnold|Arnold, Albert Sydney]] [https://www.familysearch.org/tree/person/details/9M2W-ZG2] - 1882(NSW)-1965(NSW) - Licences: XAB Sydney (Ashfield, 1911-1914) - Qualifications: Nil identified as yet - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Ashfield, 1913-1954); company secretary (Hurlstone Park, 1958); retired (Hurlstone Park, 1963) * [[/Edwin Charles Arnold|Arnold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/L8QX-H7J] - 1898(NSW)-1970(NSW) - Licences: 2BY Receive Tamworth (1922); 2BY Tamworth (1923-1925); 2BY Coolah (1925-1927); 2BY Sydney (Manly, 1928; Mona Vale, 1933-1936); 2AGW Sydney (Manly, 1938-1939) - Qualifications: cc; AOCP 226, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Mona Vale, 1931-1934), clerk (Balgowlah Heights, 1943-1968) * [[/Ernest Noel Arnold|Arnold, Ernest Noel]] [https://www.familysearch.org/tree/person/details/G84H-8J6] - 1907(NSW)-1978(NSW) - Licences: Receive (Crystal) Albury (1923-1924); 2OJ Albury (1928-1939, 1946-1975) - Qualifications: AOCP 452, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Albury, 1930-1937); fruit merchant (Albury, 1949-1977) * [[/Joseph Leslie Grahame Arnold|Arnold, Joseph Leslie Grahame "Les"]] [https://www.familysearch.org/tree/person/details/L853-R3J] - 1912(Vic)-1991(Tas) - Licences: 7AM Launceston (City, 1934-1939; Invermay, 1946-1956; Mowbray, 1960-1969; City, 1975-1980+) - Qualifications: cc; AOCP 1263, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: textile worker (Launceston North, 1936-1954); mechanic (Mowbray, 1968) * [[/William Henry Redvers Arnold|Arnold, William Henry Redvers]] [https://www.familysearch.org/tree/person/details/L2J7-SZ1] - 1903(Eng)-1993(WA) - Licences: 6BA Perth (Wembley, 1936-1937); 6BA Katanning (1938-1939) - Qualifications: cc; AOCP 1762, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Subiaco, WA, 1931-1937); electrical fitter (Katanning, WA, 1943; Kalgoorlie, WA, 1943); engineer (South Fremantle, WA, 1949); fitter (Scarborough, WA, 1954); electrician (Scarborough, WA, 1958); engineer (Floreat Park, WA, 1963); electrical contractor (West Perth, WA, 1968; South Perth, WA, 1972); electrician (Australind, WA, 1977) ===''ARTHUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Glendon Arthur|Arthur, Charles James Glendon "Glen"]] [https://www.familysearch.org/tree/person/details/G8CT-T62] - 1915(Qld)-1983(Qld) - Licences 4GJ Dayboro (1935-1939); 4GJ Brisbane (Morningside, 1946-1980+) - Qualifications: cc; AOCP 1450, 1935, Qld; BOCP?; 2COCP 493, 1941; 1COCP 639, 1942 - amateur operator, amateur broadcaster - Halcyon: p. 80 - Electoral Rolls: radio engineer (Wagga Wagga, 1943); radio mechanic (Morningside, 1949-1980) ===''ASHBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. W. C. Ashbury|Ashbury, A. W. C.]] - 19??(???)-19??(???) - Licences: Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ASHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice John Ashby|Ashby, Maurice John]] [https://www.familysearch.org/tree/person/details/GX49-L1C] - 1901(Eng)-1973(NSW) - Licences: 4DH Receive Dalby (1923) - Qualifications: cc; CPRT 899, 1925; 2COCP 94, 1930; 1COCP 281, 1932 - amateur receiver - Electoral Rolls: gardener (Dalby, 1922); labourer (Greenslopes, 1925); salesman (Glebe, 1933; Northbridge, 1935-1936; Epping, 1937); radio telegraphist (New Farm, Qld, 1943); planning assistant (Haberfield, NSW, 1943; Pennant Hills, NSW, 1949; Thornleigh, NSW, 1954-1963); retired (Avalon Beach, NSW, 1968-1972) ===''ASHLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Richard Ashley|Ashley, George William Richard]] [https://www.familysearch.org/tree/person/details/GF96-CMZ] - 1919(Eng)-1999(WA) - Licences: 6GA Perth (Carlisle, 1938-1939, 1947-1954); 6GA Kalgoorlie (1955-1956); 6GA Perth (Mt Yokine, 1960-1980+) - Qualifications: cc; AOCP 2094, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Carlisle, WA, 1943-1949); communications officer (Kalgoorlie, WA, 1954-1958); clerk (Yokine, WA, 1963-1980) ===''ASHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Robert Ashlin|Ashlin, Eric Robert]] [https://www.familysearch.org/tree/person/details/GSRF-44C] - 1910(Qld)-1992(Qld) - Licences: 4EA Brisbane (Annerley, 1931-1933); 4EA Toowoomba (1937-1939); 4EA Coolangatta (1946-1947); 4EA Bilinga (1948-1975) - Qualifications: cc; AOCP 873, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Rosentengels, radio service); military (WW2; signals officer) - Halcyon: p. 73, 127, 163 - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1936-1943; Bilinga, Qld, 1949-1963); TV technician (Bilinga, NSW, 1968-1980) ===''ASMUSSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Asmussen|Asmussen, Donald "Don"]] - Licences: 4ZJA Brisbane (Mt Gravatt, 1965); 4FA Brisbane (Mt Gravatt, 1969-1980+) - amateur operator, JOTA participant 1960s ===''ATHELSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. N. Athelstone|Athelstone, G. N.]] - 19??(???)-19??(???) - Licences: 5NG Central Australia (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Joseph Atkins|Atkins, Kenneth Joseph "Ken"]] [https://www.familysearch.org/tree/person/details/GCXH-NW7] - 1912(Eng)-2001(SA) - Licences: 5MW Adelaide (Semaphore, 1932-1939; Woodville Park, 1946-1948; Eden Hills, 1954; Blackwood Park, 1955-1960; Campbelltown, 1965-1980+) - Qualifications: cc; AOCP 910, 1932, No. ?? in SA; BOCP 415, 1941 - amateur operator; amateur broadcaster; engineer (Dept. Civil Aviation) - Electoral Rolls: mechanic (Semaphore, SA, 1939-1941); engineer (Woodville Park, SA, 1943) * [[/Leslie Morton Atkins|Atkins, Leslie Morton "Les"]] [https://www.familysearch.org/tree/person/details/MCTV-T5T] - 1876(Vic)-1949(WA) - Licences: 4LA Townsville (1924-1926); 5LA Adelaide (Magill, 1926-1931; Tusmore, 1933; Erindale, 1937-1939); seems to have operated in Townsville as 4GD ca Nov 1924? - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMGD (telegraphist, east-west overland telegraph, Eucla, 1910); engineer (PMGD, divisional engineer) - Halcyon: AOCP Townsville 1925, p. 88 - Electoral Rolls: telegraphist (Eucla, 1903-1910; Victoria Park, 1912-1916); district engineer (Townsville, 1919-1925); engineer (Tusmore, 1939); retired (Lismore Base Hospital, NSW, 1943) ===''ATKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Marshall Atkinson|Atkinson, John Marshall]] [https://www.familysearch.org/tree/person/details/G89L-C6R] - 1906(Eng)-1999(ACT) - Licences: 2RZ Sydney (Mosman, 1927-1930; Carrs Park, 1931-1936; Glebe, 1937; Chippendale, 1938-1939); 4RZ Labrador (1955); 4RZ Gatton (1956-1960); 4RZ Southport (1969-1980+) - Qualifications: AOCP 331, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Neutral Bay, 1930); organiser (Darlinghurst, 1943); shopkeeper (Gatton, 1958-1963; Labrador, 1968); retired (Southport, 1972-1980) * [[/Noel Whittaker Atkinson|Atkinson, Noel Whittaker]] [https://www.familysearch.org/tree/person/details/K2XX-V88] - 1908(Qld)-1979(Qld) - Licences: 4WK Brisbane (1929), 4NA Brisbane (1930-1935, Check), 4BT Brisbane (Camp Hill, 1946-1965+) - Qualifications: AOCP 530, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, business proprietor (radio sales & service), federal public servant (DCA) - Electoral Rolls: - radio mechanic (Camp Hill, 1937-1977) - (Halcyon, p. 102) * [[/Reginald Aubrey Atkinson|Atkinson, Reginald Aubrey]] [https://www.familysearch.org/tree/person/details/9V5M-WJC] - 1895(Qld)-1965(Qld) - Licences: 4RA Brisbane (South Brisbane, 1928-1933; Annerley, 1937-1939) - Qualifications: cc; AOCP 412, 1928, No. 46 in Qld - amateur operator; amateur broadcaster - Halcyon: not mentioned - Electoral Rolls: clerk (Coorparoo, 1919); accountant (Rosewood, 1925); timber merchant (Yeronga, 1925; Thompson Estate, 1937-1949; Southport, 1958-1963) * [[/Robert Henry Atkinson|Atkinson, Robert Henry]] [https://www.familysearch.org/tree/person/details/GXY5-2P3] - 1913(WA)-19??(???) - Licences: 6WZ Perth (Victoria Park, 1936-1939); 6WZ Geraldton (1947-1955); 6WZ Albany (1956-1965); 6WZ Katanning (1969); 6WZ Albany (1975-1980) - Qualifications: cc; AOCP 1804, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: journalist (Victoria Park, WA, 1936-1937); radio announcer (Geraldton, WA, 1943); broadcast station manager (Geraldton, WA, 1949-1954); manager (Albany, WA, 1958-1968); radio announcer (Albany, WA, 1972-1980) ===''AUGUSTESEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Gerald Augustesen|Augustesen, Gordon Gerald]] [https://www.familysearch.org/tree/person/details/GZDZ-LF9] - 1915(Qld)-1986(Qld) - Licences: 4JN Brisbane (Mitchelton, 1932-1939); 4XQ Brisbane (Auchenflower, 1947-1948; Oakleigh, 1954-1960; Kenmore, 1965-1980+) - Qualifications: cc; AOCP 1046, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); military (WW2, RAAF, radar technician); business proprietor (Telair) - Halcyon: p. 85, 127 - Electoral Rolls: radio engineer (Mitchelton, Qld, 1943); manager (Auchenflower, Qld, 1949; Dorrington, Qld, 1954-1963; Kenmore, Qld, 1968-1980) ===''AUSTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emanuel Maxwell Austin|Austin, Emanuel Maxwell "Mannie"]] [https://www.familysearch.org/tree/person/details/G8HH-98K] - 1909(NSW)-1997(NSW) - Licences: 2KZ Kurri Kurri (1929-1980+) - Qualifications: AOCP 477, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clipper (Kurri Kurri, 1930-1980) * [[/Henry Lashbrooke Austin|Austin, Henry Lashbrooke "Hal"]] [https://www.familysearch.org/tree/person/details/L4V2-LDC] - 1902(SA)-1954(SA) - Licences: 5BN Adelaide (Norwood, 1923-1928); 5AW Adelaide (Rose Park, 1947-1954) - Qualifications: cc; AOCP 101, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Victoria Park, SA, 1939; Rose Park, 1941-1943) * [[/Selwood Charles Austin|Austin, Selwood Charles]] [https://www.familysearch.org/tree/person/details/GXBD-TVV] - 1902(WA)-1985(WA) - Licences: 6SA Perth (Victoria Park, 1927; South Perth, 1930-1956; Maida Vale, 1960-1969; Morley, 1975-1980+) - Qualifications: cc; CPRT 625, 1921; 1COCP 134, 1930 - amateur operator; amateur broadcaster - Relationships: Brother-in-law of Stanley Hogg - Electoral Rolls: electrician (South Perth, WA, 1931-1958); police officer (Maida Vale, WA, 1963-1968; Kalamunda, WA, 1972); retired (Morley, WA, 1977-1980) ===''AVARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Avard|Avard, Alfred Edward]] [https://www.familysearch.org/tree/person/details/G8X2-RRL] - 1901(Vic)-1978(Vic) - Licences: 3AZ Melbourne (Northcote, 1930-1939; Kew, 1946-1965) - Qualifications: AOCP 620, 1930, No. ?? in Vic; 1COCP 88, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Northcote, 1925-1937); public servant (Kew, 1943-1977) =='''B'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''BACKLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lincoln Backler|Backler, Eric Lincoln]] [https://www.familysearch.org/tree/person/details/LV8Q-6SK] - 1911(SA)-1980(SA) - Licences: 5HK Kingston SE (1933-1939, 1954-1980) - Qualifications: cc; AOCP 1093, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Kingston, SA, 1939) ===''BADENOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Herbert Lionel Badenoch|Badenoch, James Herbert Lionel]] [https://www.familysearch.org/tree/person/details/GXG7-3XK] - 1913(NSW)-1984(SA) - Licences: 5LB Adelaide (Trinity Gardens, 1932-1980+) - Qualifications: cc; AOCP 1012, 1932, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BADER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Adolphus Frederick Bader|Bader, Henry Adolphus Frederick]] [https://www.familysearch.org/tree/person/details/97M3-V5X] - 1866(Ger)-1928(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman, Trading Committee, Wireless Development Assoc (Perth); witness to Royal Commission 1927 (obo WDA) - Electoral Rolls: electrical engineer (North Perth, 1913-1926) ===''BADGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Victor Badger|Badger, Albert Victor]] [https://www.familysearch.org/tree/person/details/G9RY-9X6] - 1893(Eng)-1983(NSW) - 2YT Receive Sydney (Rozelle, 1923-1924), 2AB Sydney (Rozelle, 1925-1926; North Sydney, 1927-1929; Crows Nest, 1930; Rozelle, 1931-1934; Leichhardt, 1935-1939), amateur operator (AOCP 202, 1925, No. ?? in NSW), amateur broadcaster, operator (Hobart East, 1919); picture operator (Crows Nest, 1930; Rozelle, 1934; Lilyfield, 1937-1972; Leichhardt, 1977-1980)) ===''BAGST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. D. A. Bagst|Bagst, E. D. A.]] - 19??(???)-19??(???) - Licences: 5EB Adelaide (Woodville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: individual not yet identified, possibly Elizabeth D. Bagst nee Boyle who married Leslie Bagst at Newtown, NSW 1925, possible YL operator ===''BAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Leonard Bain|Bain, John Leonard]] [https://www.familysearch.org/tree/person/details/GD4V-6SV] - 1891(Eng)-19??(NSW?) - Licences: Nil yet identified - Qualifications: cc; CPRT 109, 1915 - ship wireless officer (pre WW1, WW1); journalist (technical editor, Listener-In, -1934+); clubs (IRE USA); WW1 (1916-1919); Associate Editor, Popular Radio Weekly (1927); witness to Royal Commission 1927 (as associate editor, Popular Radio Weekly, Victoria) - Education: B.Sc.(London) - Electoral Rolls: engineer (Essendon, Vic, 1925-1936); journalist (Darling Harbour, NSW, 1937) - Links: [https://www.awm.gov.au/collection/P10688424 AWM] ===''BAILEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bailey|Bailey, George]] [https://www.familysearch.org/tree/person/details/GDKW-8PX] - 1882(Eng)-19??(???) - Licences: 5GB Mt Gambier (1924-1926) - Qualifications: cc; CPRT 79, 1915 - RANRS (CPO to Warrant Telegraphist, 1917); amateur operator; amateur broadcaster - Electoral Rolls: retired (Mt Gambier, 1939-1943) * [[/Jack Harry Bailey|Bailey, Jack Harry]] [https://www.familysearch.org/tree/person/details/KG85-LZ4] - 1912(Qld)-1989(Qld) - Licences: 4JC Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1299, 1934, Qld; BOCP 1902, 1961 - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Red Hill, Qld, 1936-1937); electrical mechanic (Annerley, Qld, 1943-1954); teacher (Tarragindi, Qld, 1958-1963); college principal (Mackay, Qld, 1968); principal (Bundaberg, Qld, 1972; Tarragindi, Qld, 1977-1980) * [[/Robert Howard Bailey|Bailey, Robert Howard]] [https://www.familysearch.org/tree/person/details/GXLM-1X6] - 1917(SA)-1995(SA) - Licences: 5NW Crystal Brook (1936-1939); 5NW Adelaide (Kensington Park, 1948; Huddleston, 1954-1960); 5NW Crystal Brook (1965-1980+) - Qualifications: cc; AOCP 1764, 1936, SA; BOCP 673, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Crystal Brook, SA, 1939-1943) ===''BAIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Allan Baird|Baird, Thomas William Allan]] [https://www.familysearch.org/tree/person/details/LHKG-JVD] - 1886(Qld)-1943(Qld) - Licences: 4DY Receive Brisbane (Bayswater, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (AIF, 11 Field Company Engineers, 1916) - Electoral Rolls: gardener (North Pine, Qld, 1908); labourer (Bayswater, Qld, 1912-1913); storeman (Torwood, Qld, 1916-1943) ===''BAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Andrew Claude Baker|Baker, Andrew Claude]] [https://www.familysearch.org/tree/person/details/G6TG-RZ9] - 1897(Eng)-1935(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 144, 1915; 2COCP 193, 1930; 1COCP 303, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIR Rockhampton (1917-1918) - Electoral Rolls: wireless operator (Clayfield, 1914-1917; Rockhampton, 1919-1934) * [[/Charles Whiteway Baker|Baker, Charles Whiteway]] [https://www.familysearch.org/tree/person/details/LL93-HYP] - 1905(Vic)-1978(Vic) - Licences: 3VP Receive Bendigo (1923-1924); 3VP Bendigo (1925-1975) - Qualifications: cc; AOCP 156, 1925, No. ?? in Vic; BOCP 451, 1942 - amateur receiver; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (as a "listener"); merchant - Electoral Rolls: salesman (Bendigo, 1927-1931); merchant (Bendigo, 1934-1968; Kennington, 1972-1977) * [[/Ernest James Baker|Baker, Ernest James]] [https://www.familysearch.org/tree/person/details/GZ6F-K5B] - 1904(NSW)-1973(NSW) - Licences: 2FP Receive Newcastle (Maryville, 1922-1923); 2FP Newcastle (Maryville, 1924-1928; Wickham, 1929; Hamilton, 1930-1939, 1946-1969) - Qualifications: cc; AOCP 69, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: draftsman (Hamilton, 1930-1972) * [[/Edwin Weldon Baker|Baker, Edwin Weldon]] [https://www.familysearch.org/tree/person/details/LYWP-F1D] - 1895(NSW)-1979(NSW) - Licences: 4CI Receive Brisbane (Northgate, 1922) - Qualifications: cc; CPRT 733, 1922 - amateur receiver - Halcyon: not mentioned - Electoral Rolls: joiner (Northgate, 1919-1977) * [[/John Frederick Thomas Baker|Baker, John Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GCY6-8XY] - 1908(???)-1977(Vic) - 3LF Melbourne (Northcote, 1927+), qualifications (AOCP 325, 1927, No. ?? in Vic), amateur operator, amateur broadcaster, * [[/Herbert Edward Baker|Baker, Herbert Edward]] [https://www.familysearch.org/tree/person/details/9V2B-245] - 1875(Vic)-1948(Qld) - Licences: 4HB Charleville (1925-1927) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; grazier - Halcyon: p. 81, 111 - Electoral Rolls: station manager (Charleville, 1903); grazier (Charleville, 1908-1943) * [[/Sidney Charles Baker|Baker, Sydney or Sidney Charles]] [https://www.familysearch.org/tree/person/details/MZSZ-J4H] - 1909(Vic)-1977(Vic) - Licences: 3KU Receive Melbourne (South Melbourne, 1922-1924), 3BK Melbourne (South Melbourne, 1925-1933; Albert Park, 1937; South Melbourne, 1938-1939, 1946-1954; Bonbeach, 1955-1969; Seaford, 1975) - Qualifications: AOCP 177, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (South Melbourne, 1937); optical mechanic (Carrum, 1963-1972); retired (Carrum, 1977) * [[/Walter Ross Baker|Baker, Walter Ross]] [https://www.familysearch.org/tree/person/details/G8CY-D78] - 1905(SA)-1978(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''BALDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Loris John Balderson|Balderson, Loris John]] [https://www.familysearch.org/tree/person/details/GMVR-1RW] - 1895(Vic)-1932(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; RAAF (Flying Officer, Technical Branch, 1927); witness to Royal Commission 1927 (obo RAAF) - Electoral Rolls: officer, RAAF (Footscray, 1924); flying officer (Werribee, 1925); flight-lieutenant (Werribee, 1931) - Links: [https://www.crossandcockade.com/uploads/Balderson.pdf Bio] ===''BALSILLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Graeme Balsillie|Balsillie, John Graeme]] [https://www.familysearch.org/tree/person/details/G7MR-7MN] - 1885(Qld)-1924(USA) - radio business proprietor, senior federal public servant (PMGS, Commonwealth Wireless Expert), inventor, (Halcyon, not mentioned) - [https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf John Graeme Balsilie: Australia's Forgotten Wireless Pioneer]; [https://adb.anu.edu.au/biography/balsillie-john-graeme-5117 ADB] ===''BAMFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Bamfield|Bamfield, Alfred George]] [https://www.familysearch.org/tree/person/details/GM19-HNG] - 1892(NSW)-1918(NZL) - Licences: XQJ Corfield (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Halcyon: p. 3 - Electoral Rolls: clerk (Muttaburra, Qld, 1913) ===''BANCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John Bancroft|Bancroft, Stanley John]] - 19??(???)-19??(???) - Broadcast technician (2CY), federal public servant (PMGD, ABC) ===''BANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Edward William Banks|Banks, Harold Edward William "Harry"]] [https://www.familysearch.org/tree/person/details/G6S7-3BT] - 1911(NZL)-2000(Tas) - Licences: 7HB Hobart (North Hobart, 1938-1939; Richmond, 1946-1956; Penna, 1960-1965; New Town, 1969-1980+) - Qualifications: cc; Nil yet identified (New Zealand?) - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Hobart North, 1936-1937); council clerk (Richmond, 1943-1954) ===''BANYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ingram Banyer|Banyer, Ingram]] [https://www.familysearch.org/tree/person/details/9F95-CYX] - 1893(SA)-1976(SA) - Licences: XVQ Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: clerk (Blackwood, SA, 1939-1943) ===''BARBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel George Barber|Barber, Samuel George]] [https://www.familysearch.org/tree/person/details/GXLC-66B] - 1913(SA)-1991(SA) - Licences: 5MV Adelaide (Henley Beach, 1933-1937; Woodville, 1938-1939) - Qualifications: cc; AOCP 1232, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: welder (Woodville, SA, 1939); radio engineer (5RM, Berri, SA, 1941; Glenelg, SA, 1943) * [[/William Henry Barber|Barber, William Henry]] [https://www.familysearch.org/tree/person/details/LY4N-QRD] - 1897(SA)-1965(WA) - Licences: Receive Adelaide (Cumberland, 1923-1925); 5WH Adelaide (Cumberland, 1926-1931); 5WH Port Pirie (1933-1937); 6DX Kalgoorlie (1938-1939; 1946-1960) - Qualifications: cc; AOCP 266, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio engineer (Kalgoorlie, 1937-1963) ===''BARBIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alphonse Barbier|Barbier, Edward Alphonse or Alphonse Edward]] [https://www.familysearch.org/tree/person/details/GXLV-5TW] - 1904(SA)-1962(SA) - Licences: 5MD Adelaide (Stockdale Reserve, 1932-1939; City, 1947-1960) - Qualifications: cc; AOCP 958, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARBOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Heyward Barbour|Barbour, Kenneth Heyward]] [https://www.familysearch.org/tree/person/details/GZXJ-1VZ] - 1905(Vic)-1952(Vic) - Licences: 3ZI Melbourne (Armadale, 1923-1926) - Qualifications: AOCP 105, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARDIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Frederic Bardin|Bardin, William Frederic or Frederick "Bill", "Old Bill"]] [https://www.familysearch.org/tree/person/details/GSS9-TG4] - 1899(Eng)-1976(NSW) - Licences: 3ZA Melbourne (North Carlton, 1923-1925); 4AB Townsville (1925-1927); 4AB Brisbane (Fairfield & Yeronga, 1931-1933); 2ABZ Sydney (Ermington & Dundas 1937-1939, 1946-1961+) - Qualifications: cc; CPRT 615, 1921; 1COCP 58, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); coastal radio operator (AWA); state public servant (4QG); federal public servant (Halcyon, p. 63) - Electoral Rolls: clerk (Townsville, 1922); radio engineer (Townsville, 1925; Buranda, 1926; Fairfield, 1928); engineer (Dundas, 1936-1943; Eastwood, 1949-1968) ===''BARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Morphew Barker|Barker, Rupert Morphew]] [https://www.familysearch.org/tree/person/details/GCGH-7LM] - 1890(Eng)-1973(Tas) - Licences: 5RM Adelaide (Prospect, 1924-1933); 7RM Hobart (City, 1947-1948; Lenah Valley, 1949-1969) - Qualifications: cc; Nil yet identified (likely qualified in England) - amateur operator; amateur broadcaster; WW2; broadcast engineer (sound) - Electoral Rolls: electrician (South Yarra, Vic, 1931-1936; Hobart North, Tas, 1937; Hobart South, Tas, 1943); sound engineer (Hobart West, Tas, 1949); engineer (Moonah, Tas, 1954; New Town, Tas, 1963) * [[/William Henry Barker|Barker, William Henry (R.?)]] [https://www.familysearch.org/tree/person/details/GHGY-243] - 1905(NSW)-1956(NSW) - licences: Receive (Crystal) Sydney (Concord, 1923-1924); 2BW Sydney (Concord, 1925-1931), qualifications: AOCP 217, 1925, No. ?? in NSW, amateur operator, amateur broadcaster, electoral rolls: electrical mechanic (Concord, 1930-1943), beware several contemporaneous William Henry Barker ===''BARLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Kenneth Barlin|Barlin, George Kenneth]] [https://www.familysearch.org/tree/person/details/L2VX-DP3] - 1916(NSW)-2016(ACT) - qualifications (BOCP 67, 1937), long term employee 2CA Canberra, manager TV network ===''BARLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Barlow|Barlow, Edward]] [https://www.familysearch.org/tree/person/details/G8K2-2FL] - 1895(NSW)-1968(Qld) - Licences: 2GQ Receive Armidale (1922); 2GQ Armidale (1922-1926); 2GQ Glen Innes (1927); 2GQ Sydney (Darlinghurst, 1928); 2GQ Canberra (1929); 2GQ Mudgee (1930-1931); 2GQ Sydney (Cammeray, 1933-1934; North Sydney, 1935-1936; Mosman, 1937-1939 & 1946-1965) - Qualifications: cc; AOCP 4, 1924, No. 3 in NSW - amateur operator; amateur broadcaster - TroveTag: "2GQ - Edward Barlow" - Electoral Rolls: public servant (Mudgee, 1930-1932; Cammeray, 1933-1935; Milsons Point, 1936; Mosman, 1937); divisional returning officer (Bathurst, 1943; Mosman, 1949-1958) ===''BARNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Barnes|Barnes, Thomas Walter]] [https://www.familysearch.org/tree/person/details/G8Z6-PZ2] - 1910(Vic)-2002(NSW) - Licences: 3TB Melbourne (Ascot Vale, 1929-1933; Moonee Ponds, 1937-1939; West Brunswick, 1946-1980+) - Qualifications: AOCP 537, 1929, No. ?? in Vic; BOCP 243,1939 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Ascot Vale, 1931-1936); mechanic (Moonee Ponds, 1937-1942); electrical maintenance (West Brunswick, 1949-1980) - beware another contemporaneous Thomas Walter Barnes (1893-1925) ===''BARRACLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Barraclough|Barraclough, Francis "Frank"]] [https://www.familysearch.org/tree/person/details/G8KL-MNY] - 1903(Qld)-1974(Qld) - Licences: 4GY Brisbane (Kedron, 1933-1935); 4GX Brisbane (Kedron, 1935-1939; 1946-1969) - Qualifications: cc; AOCP 1075, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2); radio service (Palings) - Halcyon: p. 81 - Electoral Rolls: carpenter (Kedron, 1937-1972) ===''BARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Barry|Barry, William Lawrence (BMD) or Lawrence William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/MK6C-NBK] - 1905(Qld)-1970(Qld) - Licences: 4FQ Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: storeman (South Brisbane, Qld, 1929); taxi driver (South Brisbane, Qld, 1937-1968) ===''BARTHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Lewis Barthold|Barthold, Godfrey Lewis]] [https://www.familysearch.org/tree/person/details/GZKR-JWZ] - 1899(Vic)-1993(Vic) - 3GL Melbourne (Malvern, 1925-1927), 3BT Melbourne (Malvern, 1931-1939; Glen Iris, 1946-1980+), amateur operator (AOCP 210, 1925, No. ?? in Vic), amateur broadcaster, clerk (Malvern, 1924-1931), radio manufacturer (Camberwell, 1937-1943; Glen Iris, 1949-1972), retired (Mt Martha, 1977-1980) ===''BARTHOLOMEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Bartholmew|Bartholomew, Charles Percy]] [https://www.familysearch.org/tree/person/details/G6CZ-8YR] - 1861(Eng)-1942(NSW) - Licences: XBM Sydney (Mosman, 1911-1914); 2FO Receive Sydney (Kirribilli, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver; company director (AWA); witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: merchant (Milsons Point, 1930-1937) - Comment: famously charged and convicted of trading with the enemy during WW1 but only slapped on wrist (together with Ernest Thomas Fisk and Hugh Robert Denison) ===''BARTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gustavus Campbell Barton|Barton, Edward Gustavus Campbell]] [https://www.familysearch.org/tree/person/details/KJ57-87Y] - 1857(Vic)-1942(Eng) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter, scientist, business proprietor (Barton & White) - Halcyon: not mentioned) - [https://adb.anu.edu.au/biography/barton-edward-gustavus-campbell-9445 ADB] * [[/Graham Francis Barton|Barton, Graham Francis]] [https://www.familysearch.org/tree/person/details/GX5P-KYT] - 1918(SA)-2005(SA) - Licences: 5BN Mt Gambier (1937-1939); 5BN Adelaide (Unley, 1947-1956; Malvern, 1960-1980+) - Qualifications: cc; AOCP 1993, 1937, SA; 1COCP 1709, 1954 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Hyde Park, SA, 1941-1943) * [[/Richard McRae Barton|Barton, Richard McRae "Dick"]] - 1940(???)-2021(Qld) - broadcast engineer, director engineering FACTS (1981-2001), ABU Engineering Award 2004, Fellow SMPTE, contributed to development DTV standards, chaired preparatory meeting to WRC 2000, [https://www.itu.int/dms_pub/itu-r/oth/0a/07/R0A070000420001PDFE.pdf ITU Tribute] ===''BARTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graeme Bartram|Bartram, Graeme]] - historian (early Aus wireless: 2011 "John Graeme Balsilie: Australia's Forgotten Wireless Pioneer"[https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf]) ===''BASIL-COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * Frank Basil-Cooke see Cooke, Frank Basil "Basil" ===''BASSETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Rankin Bassett|Bassett, Francis Rankin]] [https://www.familysearch.org/tree/person/details/GQZJ-28Y] - 1906(NSW)-1982(NSW) - 2FR Sydney (Bexley, 1925-1928; Arncliffe, 1929), 2FR Singleton, 1931-1939), amateur operator (AOCP 194, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother John Bassett * [[/John Bassett|Bassett, John]] [https://www.familysearch.org/tree/person/details/L8M2-8XN] - 1904(NSW)-1979(NSW) - 2VO Receive Stroud (1923), amateur operator (AOCP 232, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother Francis Rankin Bassett ===''BATCHLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Victor Batchler|Batchler, Charles Victor "Victor"]] [https://www.familysearch.org/tree/person/details/K4NN-FXJ] - 1897(Tas)-1985(Tas) - Licences: XZJ Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: Uncle of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: shift engineer (Waddamana, 1922) * [[/Jack Copeland Batchler|Batchler, Jack Copeland]] [https://www.familysearch.org/tree/person/details/KCSK-D8F] - 1910(Tas)-1979(Tas) - Licences: 7JB Hobart (1932-1939); 3AJB Melbourne (1947); 7JB Hobart (Sandy Bay, 1948-1975+) - Qualifications: cc; AOCP 957, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: nephew of XZJ Charles Victor Batchler; husband of 7YL Joyce Isabel Batchler nee Crowder - Electoral Rolls: soldier (Nelson, 1943-1949); no occupation (Nelson, 1972) * [[/Joyce Isabel Crowder|Batchler nee Crowder, Joyce Isabel]] [https://www.familysearch.org/tree/person/details/LYNY-PKG] - 1915(Tas)-2015(Tas) - Licences: 7YL Hobart (Sandy Bay, 1936-1980) - Qualifications: AOCP 1627, 1936, Tas - amateur operator; amateur broadcaster; YL - Relationships: Wife of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: home duties (Nelson, 1943-1972) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''BATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Bate|Bate, Arthur John]] [https://www.familysearch.org/tree/person/details/GXKQ-PYC] - 1917(WA)-2010(SA) - Licences: 5ZA Adelaide (Adelaide City, 1937-1939) - Qualifications: cc; AOCP 1891, 1937, SA; BOCP 1481, 1956; 1COCP 2049, 1967 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil yet identified ===''BATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lister Bates|Bates, Jack Lister]] [https://www.familysearch.org/tree/person/details/GCGK-238] - 1912(Qld)-1998(Qld) - Licences: 4UR Brisbane (Teneriffe, 1935-1939, 1946-1947; Lutwyche, 1948-1969; Toombul, 1975-1980) - Qualifications: cc; AOCP 1430, 1935, Qld - amateur operator; amateur broadcaster; Radio Club (WIAQ, QSL Manager); part of the "U" gang; WW2 - Halcyon: p. 12, 99, 137, 141, 145 - Electoral Rolls: storeman (Teneriffe, Qld, 1936-1943); labourer (Lutwyche, Qld, 1949-1958; Wooloowin, Qld, 1968); cashier (Toombul, Qld, 1972-1980) ===''BATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Henry Batt|Batt, Cecil Henry]] [https://www.familysearch.org/tree/person/details/GMLJ-5SB] - 1904(Tas)-1942(Tas) - Licences: Receive (Crystal) Bothwell (1923) - Qualifications: cc; 3COCP 434, 1940 - amateur receiver - Electoral Rolls: motor driver (Bothwell, 1928); labourer (Melton Mowbray, 1936-1937) ===''BATTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Thomas Battle|Battle, Edmund Thomas]] [https://www.familysearch.org/tree/person/details/G6C8-G32] - 1890(UK)-1970(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a listener) - Electoral Rolls: teamster (Dorrigo, 1913); dairy farmer (Malanda, 1919); sawmill manager (Tumoulin, 1931); sawmiller (Ravenshoe, 1936-1937); timber merchant (Paddington, 1943); sawmiller (Albion, 1949) ===''BATTYE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Sykes Battye|Battye, James Sykes]] [https://www.familysearch.org/tree/person/details/9V7W-HL5] - 1871(Vic)-1954(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - librarian; historian; witness to Royal Commission 1927 (as chairman, special committee, Western Australian Listeners' League) - Electoral Rolls: librarian (Perth, 1910-1937); principal librarian (Perth, 1943-1949) - Links: [[w:James Battye|Wikipedia]] [https://adb.anu.edu.au/biography/battye-james-sykes-5156 ADB] ===''BATY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Baty|Baty, Richard]] [https://www.familysearch.org/tree/person/details/GXLV-BZX] - 1913(Eng)-19??(???) - Licences: 5MH Adelaide (Brompton, 1931; Pennington, 1937; Challa Gardens, 1938-1939; Lockleys, 1954-1969; Henley Beach South, 1975-1980) - Qualifications: cc; AOCP 757, 1931, No. ?? in SA; AOLCP 160, 1934; BOCP 242, 1939; 1COCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Franklin, SA, 1941-1943) ===''BAUER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Thomas Bauer|Bauer, Alfred Thomas "Alf"]] [https://www.familysearch.org/tree/person/details/MSCM-QB1] - 1908(Qld)-2004(Qld) - Licences: 4AT Brisbane (Annerley, 1927-1933) & Cairns? - Qualifications: cc; AOCP 333, 1927, No. 36 in Qld; CPRTelephony 1119, 1928; 1COCP 92, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); state public servant (4QG); WW2 - Halcyon: p. 67, 86, 111, 127, 130 - Electoral Rolls: radio engineer (Cairns, 1936; Camp Hill, 1937); radio tech (Camp Hill, 1943-1980) ===''BAXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Baxter|Baxter, Arthur Henry]] [https://www.familysearch.org/tree/person/details/L62R-CKR] - 1900(Eng)-1983(WA) - Licences: 6BX Geraldton (1937-1939) - Qualifications: cc; AOCP 1989, 1937, WA; BOCP 381, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: station employee (Lyons River Station, Carnarvon, WA, 1925-1926); wood merchant (Geraldton, WA, 1931-1937); broadcast station operator (Geraldton, WA, 1949-1972); retired (Thornlie, WA, 1977-1980) * [[/Sidney Roy Baxter|Baxter, Sidney or Sydney Roy]] [https://www.familysearch.org/tree/person/details/LWX9-XWV] - 1915(Qld)-1985(Qld) - Licences: 4FJ Brisbane (Camp Hill, 1935-1939; Coorparoo Heights, 1946-1947; Cribb Island, 1948-1950; Camp Hill, 1954-1980+) - Qualifications: cc; AOCP 1569, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless officer); employment (Trittons, radio service); business proprietor (radio service) - Halcyon: p. 76, 137 - Electoral Rolls: truck driver (Camp Hill, Qld, 1936-1943); radio mechanic (Cribb Island, Qld, 1949); radio technician (Camp Hill, Qld, 1954-1980) ===''BEAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Beames|Beames, Kenneth]] [https://www.familysearch.org/tree/person/details/9NQJ-L17] - 1899(NSW)-1989(NSW) - Licences: N754 Receive Sydney (Randwick, 1922); 2IB Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: manufacturer (Five Dock, 1930-1958; Linden, 1963-1980) ===''BEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Percival Reed Bean|Bean, Leslie Percival Reed]] [https://www.familysearch.org/tree/person/details/KHWZ-6ZZ] - 1884(Vic)-1972(NSW) - Licences: 2ZT Sydney (Mosman, 1923-1925); 2LP Sydney (Mosman, 1924-1928; Artarmon, 1929-1936; Pymble, 1937-1939) - Qualifications: cc; Nil yet identified - PMGD (Elec. Engineer, 1904-1919); L. P. R. Bean & Co (founder 1920-1926); Stromberg-Carlson (founder, 1927-1933+); Council IREAust - Electoral Rolls: electrical instrument fitter (Ascot Vale, 1909); engineer (Brighton, Vic, 1912-1915; Artarmon, NSW, 1930); company director (Pymble, 1933-1943; Roseville, 1949-1954); electrical engineer (Lindfield, 1958-1968) ===''BEARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Gordon Beard|Beard, Ernest Gordon]] [https://www.familysearch.org/tree/person/details/GW2G-25R] - 1897(Eng)-1968(USA) - Licences: Nil yet identified - Qualifications: cc; 1COCP 304, 1939 - broadcast engineer (United Distributors; 2KY; 2GB); inventor; witness to Royal Commission 1927 (as consulting engineer, 2GB) - Electoral Rolls: engineer (Northbridge, 1930-1934); radio engineer (Northbridge, 1936-1937); wireless engineer (Willoughby, 1943-1949); engineer (Forestville, 1958-1963) - Links: [https://www.radiomuseum.org/dsp_hersteller_detail.cfm?company_id=12500 radiomuseum.org] * [[/Norman George Beard|Beard, Norman George]] [https://www.familysearch.org/tree/person/details/LT9G-GSZ] - 1902(Vic)-1984(NSW) - Licences: 3DR Receive Balnarring (1922-1923); 2PK Wentworthville (1930); 2ALJ Sydney (Prospect, 1939; Toongabbie, 1946-1954; Brookvale, 1955; Dee Why, 1956-1961); 2ALJ Terrigal (1965) - Qualifications: AOCP 583, 1930, No. ?? in NSW; TVOCP 25, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Pendle Hill, NSW, 1930; Balnarring, Vic, 1931; Prospect, NSW, 1933-1937); RAAF instructor (Ballarat, 1942); teacher (Toongabbie, 1949-1954; Brookvale, 1958); retired (Terrigal, 1963-1972; Wendouree, Vic, 1977; Caves Beach, 1980) ===''BEARUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Andrew Bearup|Bearup, Herbert Andrew]] [https://www.familysearch.org/tree/person/details/GDLJ-B1C] - 1900(Vic)-1982(Vic) - Licences: V740 Receive Melbourne (Caulfield East, 1922); 3GT Receive Melbourne (Caulfield East, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Malvern East, 1921-1924; Caulfield East, 1925-1928); farmer (Bentleigh, 1934-1949); engineer (Highett, 1963-1967; Moorabbin, 1972-1980) * [[/Thomas William Bearup|Bearup, Thomas William]] [https://www.familysearch.org/tree/person/details/9J7R-T9D] - 1897(Vic)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 224, 1916 - studio manager 3LO (1927); witness to Royal Commission 1927 (as studio manager, 3LO, Victoria); WW1 (merchant navy) - Electoral Rolls: operator (Caulfield, 1924); radio engineer (Auburn, Vic, 1931-1937); manager (Roseville, NSW, 1943) ===''BEATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Beatson|Beatson, Robert John "Bob"]] [https://www.familysearch.org/tree/person/details/GSJV-2D2] - 1909(Qld)-2003(Qld) - Licences: 4BB Brisbane (Wilston, 1928); 4BB Maryborough (1931-1939) - Qualifications: cc; AOCP 394, 1928, No. 44 in Qld; AOLCP 173, 1934 - amateur operator; amateur broadcaster; radio club administrator (WIAQ); broadcast engineer (4MB); WW2 - Halcyon: p. 68, 139, 141, 163, 164 - Electoral Rolls: radio mechanic (Maryborough, 1931); radiotrician (Maryborough, 1937-1949); radio engineer (Maryborough, 1954-1980) ===''BEATTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Spencer Meurant Beattie|Beattie, Herbert Spencer Meurant]] [https://www.familysearch.org/tree/person/details/GQ65-KTL] - 1888(NSW)-1963(NSW) - Licences: 3DV Receive Melbourne (Box Hill, 1922); 3DV Melbourne (Box Hill, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Box Hill, Vic, 1914-1927); salesman (Thornleigh, NSW, 1930); electrical engineer (Cheltenham, NSW, 1934-1936); agent (Cabramatta, 1943); auctioneer (Ettalong, 1943); no occupation (Fairfield, NSW, 1954-1958; Flagstaff, NSW, 1963) ===''BECHERVAISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philip Bechervaise|Bechervaise, William Philip]] [https://www.familysearch.org/tree/person/details/MVNP-4HQ] - 1831(Eng)-1907(Vic) - radio clubs (Telegraph Electrical Society, Victoria), employment (Victoria Posts and Telegraphs Department) ===''BECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Beavis Beck|Beck, Alan Beavis]] [https://www.familysearch.org/tree/person/details/GZR7-N8Q] - 1911(Vic)-1982(WA) - Licences: 5XW Adelaide (West Mitcham, 1927-1928) - Qualifications: cc; AOCP 370, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (Shenton Park, WA, 1937; Myrtle Bank, SA, 1941-1943); research chemist (Subiaco, 1949-1980) ===''BEDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Arthur Buddicom Bedford|Bedford, Robert Arthur Buddicom]] [https://www.familysearch.org/tree/person/details/LC5Q-1KX] - 1874(Eng)-1951(SA) - Licences: 5RB Kyancutta (1924-1939; 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of William Rudolf Buddicom Bedford - Electoral Rolls: farmer (Kyancutta, 1939-1941); retired (Kyancutta, 1943) - Links: [https://adb.anu.edu.au/biography/buddicom-robert-arthur-5417 ADB] * [[/William Rudolf Buddicom Bedford|Bedford, William Rudolf Buddicom "Bill"]] [https://www.familysearch.org/tree/person/details/L6Y3-X4Z] - 1909(Eng)-1972(SA) - Licences: likely operator of 5RB Kyancutta - Qualifications: cc; 3COCP 1893, 1954 - WW2 - Relationships: son of 5RB Robert Arthur Buddicom Bedford - Electoral Rolls: mechanic (Kyancutta, 1939-1943) ===''BEECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Sidney Beech|Beech, Frederick Sidney or Sydney "Fred"]] [https://www.familysearch.org/tree/person/details/G8F2-6BC] - 1895(Qld)-1978(Qld) - Licences: 4FB Brisbane (Coorparoo, 1930-1939; Norman Park, 1946-1969) - Qualifications: cc; AOCP 629, 1930, Qld - amateur operator; amateur broadcaster; jeweller - Halcyon: p. 75, 76, 90 - Electoral Rolls: watchmaker (Bulimba, 1917-1919; Coorparoo, 1919-1972; Norman Park, 1977) ===''BEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Beer|Beer, James]] - 19??(???)-19??(???) - Licences: 2CW Receive Sydney (Ashfield, 1922-1923); 2CW Sydney (Ashfield, 1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: too many JBs to identify reliably, likely James Charles Beer living 70 Tranmere St, Drummoyne, engineer, 1930 ===''BEGBIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Begbie|Begbie, Richard]] - historian (broadcasting), journalist, radio clubs (HRSA) ===''BELJON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robin Ernest Beljon|Beljon, Robin Ernest "Jack"]] [https://www.familysearch.org/tree/person/details/GSD3-VR3] - 1897(NSW)-1974(NSW) - Licences: 2RB Lithgow (1926-1933) - Qualifications: AOCP 259, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lithgow, 1930-1934); turner (Lithgow, 1937-1943); foreman (Lithgow, 1949-1968); retired (Lithgow, 1972) ===''BELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Wirgman Dillon Bell|Bell, Francis Wirgman Dillon "Frank"]] [https://www.familysearch.org/tree/person/details/G7QW-CM4] - 1896(NZ)-1987(NZ) - ZL4AA Waihemo, amateur operator, first to 2 way QSO New Zealand to Australia (Apr 1923), South America, USA (Sep 1924), England (Oct 1924, G2SZ); WW1 (gunner, France & Belgium till invalided 1917) - Relationships: brother of Margaret Brenda Bell, first licensed female NZ amateur - Links: [https://teara.govt.nz/en/biographies/4b20/bell-francis-wirgman-dillon Bio]; [https://www.soundarchives.co.nz/collections/catalogue/catalogue-item?record_id=222015 Sound Archives]; [https://www.zl4aa.org.nz/frank-bell-trans-world-radio-contact/ NZART Otago] * [[/H. G. Bell|Bell, H. G.]] - 19??-19?? - 4HG Brisbane (South Toowong = Taringa, 1927+) - Qualifications: cc; AOCP 321, 1927, No. 33 in Qld - amateur operator; amateur broadcaster - Halcyon: p. 111 - Callsign: later to Harry Brown - Electoral Rolls: Nil yet identified * [[/Leslie William Gordon Bell|Bell, Leslie William Gordon]] [https://www.familysearch.org/tree/person/details/G67S-RQ5] - 1904(Qld)-2000(Qld) - Licences: 4CY Receive Atherton (1923); 4LZ Jubilee Pocket (1969-1975); 4LZ Airlie Beach (1980+) - Qualifications: cc; AOCP 4471, 1967, Qld - amateur receiver; amateur operator; WW2 - Electoral Rolls: engine driver (Danbulla via Atherton, 1925-1928); farmer (Jubilee Pocket via Proserpine, 1954-1980) * [[/Victor Frank Bell|Bell, Victor Frank]] [https://www.familysearch.org/tree/person/details/GFMZ-FZ7] - 1913(WA)-19??(???) - Licences: 6KR Perth (Subiaco, 1932-1933); 6KR Kalgoorlie (1937-1939); 6KR Perth (Nedlands, 1947-1954) - Qualifications: cc; AOCP 907, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1936); postal assistant (Leonora, WA, 1937); radio engineer (Subiaco, WA, 1937); telephone mechanic (Lamington, Kalgoorlie, WA, 1943); radio engineer (Nedlands, WA, 1949-1954) * [[/Vincent Stephanus Bell|Bell, Vincent Stephanus "Vince"]] [https://www.familysearch.org/tree/person/details/GXHV-W8G] - 1910(Qld)-1981(Qld) - Licences: 4VD Rockhampton (Rockhampton City, 1936-1937; Wandal, 1938-1939, 1946-1960+) - Qualifications: cc; AOCP 1496, 1935, Qld - amateur operator; amateur broadcaster; WW2; employed electrical business - Electoral Rolls: electrician (Rockhampton, Qld, 1932-1936); electrical mechanic (Rockhampton, Qld, 1937-1980) ===''BELSTEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Lempriere Belstead|Belstead, Roy Lempriere]] [https://www.familysearch.org/tree/person/details/L1GN-CQF] - 1910(Qld)-1981(Qld) - Licences: 4EI Townsville (1933-1939); 4RU Winton (1975-1980) - Qualifications: cc; AOCP 1182, 1933, No. ?? in Qld; BOCP 304, 1940; 1COCP 420, 1940; TVOCP 87, 1957 - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, Townsville ARC); state public servant (Qld Railways); broadcast technician (2KY); business proprietor (Belstead Electronic Repairs, Winton) - Electoral Rolls: clerk (Hyde Park, Qld, 1931-1937); radio technician (Dee Why, NSW, 1943; Auburn, NSW, 1949; Lidcombe, NSW, 1958-1963; Auburn, NSW, 1972); retired (Winton, Qld, 1977-1980) ===''BENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Bennett|Bennett, Alfred Edward]] [https://www.familysearch.org/tree/person/details/LYNP-GFM] - 1889(Vic)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - manager 2GB Sydney; witness to Royal Commission 1927 (as manager, 2GB, NSW) - Electoral Rolls: manager (Mosman, 1930-1931); director (Mosman, 1933; Vaucluse, 1936); inspector (Darling Point, 1943); investor (West Pennant Hills, 1949); retired (Vaucluse, 1954-1963) - Links: [https://adb.anu.edu.au/biography/bennett-alfred-edward-5207 ADB] * [[/Clarence Herbert Bennett|Bennett, Clarence Herbert]] [https://www.familysearch.org/tree/person/details/LK1H-GMF] - 1887(Vic)-1974(Vic) - Licences: cc; Nil yet identified - Qualifications: AOCP 449, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Brunswick, 1909-1963); retired (Brunswick, 1968-1972) ===''BENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Francis Wattis Bent|Bent, Arthur Francis Wattis]] [https://www.familysearch.org/tree/person/details/GZVG-5V7] - 1902(Vic)-1998(Vic) - Licences: 3AF Geelong (1924-1939, 1946-1960); 3AF Torquay (1965-1980+) - Qualifications: cc; AOCP 199, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; radio dealer (Geelong, 1931-1954) - Electoral Rolls: turner (14 Coronation St, Geelong West, 1925-1927); radio dealer (Geelong, 1928-1954); radio serviceman (Torquay, 1963-1980) ===''BENTLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Ernest Bentley|Bentley, Frank Ernest]] [https://www.familysearch.org/tree/person/details/G93F-NPZ] - 1902(India)-1973(SA) - Licences: 5MK Adelaide (Cowandilla, 1931-1939); 5MZ Adelaide (Cowandilla, 1954-1969) - Qualifications: cc; AOCP 833, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: boilermaker (Cowandilla, SA, 1939-1943) ===''BENTZEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivan Louis Bentzen|Bentzen, Ivan Louis]] [https://www.familysearch.org/tree/person/details/LT4X-6P4] - 1905(Qld)-1995(Qld) - Licences: 4SS Brisbane (Newstead, 1932-1933) - Qualifications: cc; AOCP 964, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Bulimba, Qld, 1929); mechanic (Valley, Qld, 1936); carpenter (Wooloowin, Qld, 1943-1949); garage proprietor (Lutwyche, Qld, 1954); carpenter (Eagle Junction, Qld, 1954-1980) ===''BERGIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Thomas Bergin|Bergin, John Thomas "Jack"]] [https://www.familysearch.org/tree/person/details/GXGP-GNM] - 1911(SA)-1989(SA) - Licences: 5JB Adelaide (Largs Bay, 1934-1939) - Qualifications: cc; AOCP 1364, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: * [[/Max Wulfing Bergin|Bergin, Max Wulfing]] [https://www.familysearch.org/tree/person/details/LXQ1-QLP] - 1900(NSW)-1983(Cook Isls) - Licences: 2YP Receive West Maitland (1923); 2YP West Maitland (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ingham Berry|Berry, Arthur Ingham]] [https://www.familysearch.org/tree/person/details/9WB6-6F5] - 1914(Vic)-1979(Vic) - Licences: 3CZ Melbourne (Hawthorn, 1930-1939; Kew, 1946-1954; East Malvern, 1955-1956); 3CZ Warburton (1960-1975) - Qualifications: AOCP 595, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Hawthorn, 1936-1937); architect (Kew North, 1943-1954); farmer (Warburton, 1963-1977) * [[/Harold Alexander Berry|Berry, Harold Alexander "Huck"]] [https://www.familysearch.org/tree/person/details/G869-8R6] - 1906(SA)-1983(SA) - Licences: Receive (Crystal) Adelaide (City, 1923); Receive Adelaide (City, 1923-1924); 5JU Adelaide (City, 1930-1931; Keswick, 1933; Norwood, 1937-1939; Kilburn, 1946-1975) - Qualifications: cc; AOCP 666, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: polisher (Kilburn, 1943) * [[/Lawrence Dudley Berry|Berry, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/GXG2-X6J] - 1906(NSW)-1987(SA) - Licences: 5DB Adelaide (Norwood, 1934-1939) - Qualifications: cc; AOCP 1315, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Henry Berry|Berry, Robert Henry]] [https://www.familysearch.org/tree/person/details/G342-ZR6] - 18??(???)-1971(Qld) - Licences: XQC Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; electrical business proprietor - Electoral Rolls: gardener (Rockhampton, 1912-1925); electrical mechanic (Rockhampton, 1928-1968) * [[/William Clive Berry|Berry, William Clive "Clive"]] [https://www.familysearch.org/tree/person/details/LBT5-3L8] - 1912(NSW)-1965(NSW) - Licences: 2CB Knockrow via Bangalow (1931-1936); 2AGM Byron Bay (1938-1938, 1946-1955); 2AGM Lismore (1956-1957); 2AGM Mullumbimby (1958-1960); 2AGM Byron Bay (1961-1965) - Qualifications: AOLCP 30, 1930, NSW; 2COCP 302, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Knockrow, 1933-1936); woodworker (Byron Bay, 1943-1954); contractor (Ballina, 1958); no occupation (Mullumbimby, 1958); manager (Byron Bay, 1963) * [[/William James Berry|Berry, William James "Jim"]] [https://www.familysearch.org/tree/person/details/G8D1-B78] - 1890(Qld)-1983(Qld) - Licences: 4WB Brisbane (Yeerongpilly, 1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1295, 1934, Qld - amateur operator; amateur broadcaster; instrument repairer - Comment: Several contemporaneous William James Berry's in Brisbane - Electoral Rolls: motor mechanic (Yeerongpilly, 1958-1963); mechanic (Yeerongpilly, 1972-1980) - ===''BERTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Louis Bertram|Bertram, William Louis]] [https://www.familysearch.org/tree/person/details/LDBP-NGS] - 1901(Vic)-1983(Vic) - Licences: V738 Receive Rushworth (1922); 3GR Receive Rushworth (1922); 2KR Sydney (Waverley, 1929) - Qualifications: CPRT 920, 1926; 2COCP 97, 1930; 1COCP 34, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Rushworth, 1922; Brunswick, 1924-1928); telegraphist (Brunswick, 1931-1942); telephonist (Brunswick, 1949-1963); retired (Frankston, 1967-1980) ===''BESTED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julius Phillip Bested|Bested, Julius Phillip]] [https://www.familysearch.org/tree/person/details/MZ6V-YSQ] - 1907(SA)-1987(SA) - Licences: Receive Adelaide (Rose Park, 1923); 5CS Adelaide (Salisbury, 1937-1939); 5CS Peterborough (1947-1948); 5CS Adelaide (Richmond, 1954-1960; Cumberland Park, 1965-1980+) - Qualifications: cc; AOCP 1995, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Salisbury, SA, 1939-1941) ===''BIBBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Cyril Bibby|Bibby, Frederick Cyril "Fred"]] [https://www.familysearch.org/tree/person/details/GH58-5XF] - 1911(Tas)-1982(Vic) - Licences: 3OL Melbourne (Hawthorn East, 1930-1939; Camberwell, 1946-1980+) - Qualifications: AOCP 681, 1930, Vic; AOLCP 38, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Camberwell, 1943-1968); operator (Camberwell, 1972-1980) ===''BINNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Binns|Binns, Cecil]] [https://www.familysearch.org/tree/person/details/GZD8-XTD] - 1897(NSW)-1974(NSW) - 2IE Receive Sydney (Kogarah, 1922), 2BJ Sydney (Kogarah, 1925-1927), amateur operator (AOCP 46, 1925, No. ?? in NSW), amateur broadcaster ===''BIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Scorer Bird|Bird, Henry Scorer]] [https://www.familysearch.org/tree/person/details/LYWH-FTC] - 1902(Vic)-1973(Vic) - Licences: 3HB Melbourne (Sunshine, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Sunshine, 1924-1927); Government employee (Camberwell, 1928-1963); nil (Ashwood, 1968-1972) - Comment: 3HB callsign passed to Sunshine Radio Club 1924-1927 (prominent amateur broadcaster) * [[/Leslie James Bird|Bird, Leslie James]] [https://www.familysearch.org/tree/person/details/G6X2-N4N] - 1897(NSW)-1947(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as listener, Armidale, NSW) - Electoral Rolls: clerk (Armidale, 1930-1935; Wellington, 1937); civil servant (Homebush, 1943) ===''BISCHOFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Conrad Bischoff|Bischoff, William Edward Conrad]] [https://www.familysearch.org/tree/person/details/L2YT-QB7] - 1911(NSW)-1989(NSW) - Licences: 2LZ Sydney (Crows Nest, 1930-1937); 2LZ Wentworth Falls (1938-1939, 1946-1969); 2AKM Wentworth Falls (Portable, 1939); 2LZ Sydney (Naremburn, 1975-1980+) - Qualifications: AOCP 568, 1930, No. ?? in NSW; BOCP 12, 1936; TVOCP, 346, 1961 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Naremburn, 1933-1937); wireless operator (RAAF Richmond, 1943); radio technician (Wentworth Falls, 1949-1958); tele. engineer (Naremburn, 1963); engineer (Naremburn, 1972-1980) ===''BISHOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Elijah Bishop|Bishop, Clarence Elijah]] [https://www.familysearch.org/tree/person/details/LKZ9-G7S] - 1896(WA)-1971(WA) - Licences: 6DD Receive Albany (1923); 6DD Albany (1923-1924); 6DD Northam (1924); 6LL Katanning (1936-1939); 6LL Perth (Claremont, 1948-1954; East Victoria Park, 1955-1969) - Qualifications: cc; AOCP 1746, 1936, WA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Albany, WA, 1922); accountant (Katanning, WA, 1925-1937); clerk (Nedlands, WA, 1943-1954; Victoria Park, WA, 1958-1968) * [[/Frederick Edward Bishop|Bishop, Frederick Edward]] [https://www.familysearch.org/tree/person/details/GDS3-GZQ] - 1882(NSW)-1952(NSW) - Licences: 2FB Sydney (Kirribilli, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: optician (Kirribilli, 1930-1931); grazier (Mullaley, Gunnedah, 1935-1949) * [[/Maurice Glanville Bishop| Bishop, Maurice Glanville]] [https://www.familysearch.org/tree/person/details/GDDP-SVD] - 1908(Tas)-1965(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bank clerk (Middle Park, Vic, 1931); bank officer (Middle Park, 1935); bank clerk (Bank of NSW Quarters, Ouyen, 1936-1937); bank officer (Hawthorn, 1942-1949; Nelson, Tas, 1954) ===''BLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. C. Black|Black, F. C.]] - 19??(???)-19??(???) - Licences: None identified to date - Qualifications: cc; AOCP 297, 1926, No. ?? in SA - amateur operator?, amateur broadcaster? - Electoral Rolls: awaits identification, Port Lincoln, SA in 1926 * [[/William Hector Black|Black, William Hector]] [https://www.familysearch.org/tree/person/details/G8J2-TCS] - 1912(Vic)-1976(NSW) - Licences: 3WB Melbourne (Malvern, 1930-1939); 2WO Sydney (Mosman, 1946-1948) - Qualifications: AOCP 663, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Malvern, 1936-1937); bacteriologist (Mosman, 1943-1963); biochemist (Darlinghurst, 1968-1972) ===''BLACKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Howbery Blackman|Blackman, Herbert Howbery]] [https://www.familysearch.org/tree/person/details/GZ2M-65N] - 1886(Vic)-1970(Vic) - Licences: XOE Melbourne (East Malvern, 1913); 3PR Receive Melbourne (East Malvern, 1923); 3PR Melbourne (East Malvern, 1924-1925); 3HA Melbourne (East Malvern, 1926-1927); 3HU Melbourne (Ashburton, 1931-1939) - Qualifications: cc; AOCP 211, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: public servant (Malvern, 1909); mechanic (East Malvern, 1913-1916); soldier (Royal Park, 1917-1919); electrician (East Malvern, 1922-1928); mechanic (Burwood, 1931-1968) * [[/W. T. Blackburn|Blackburn, W. T.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Home Hill (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Searched William, Walter, Wilfred - Electoral Rolls: Nil yet identified ===''BLADES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alfred Blades|Blades, Ronald Alfred "Ron"]] [https://www.familysearch.org/tree/person/details/GXCS-L77] - 1916(Qld)-2005(NSW) - Licences: 4RX Toowoomba (1936-1939); 2VP Sydney (Haberfield, 1946-1947; Ashfield, 1948-1950; Dundas, 1954-1955); 2VP Melbourne (Blackburn, 1956); 2VP Sydney (Balgowlah, 1957-1969; Seaforth, 1975; Dee Why, 1980) - Qualifications: cc; AOCP 1775, 1936, No. ?? in Qld; BOCP 615, 1944 - amateur operator; amateur broadcaster; military (WW2, RAAF); broadcast technician (AWA) - Comment: Two Ronald Alfred Blades born in Qld 1916, 4RX 27/3/1916 - Electoral Rolls: radio engineer (Ashfield, NSW, 1949; Dundas, NSW, 1954; Balgowlah, NSW, 1958-1968); engineer (Dee Why, NSW, 1977) ===''BLAIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Andrew William Blair|Blair, Keith Andrew William]] [https://www.familysearch.org/tree/person/details/LK4S-ZXY] - 1911(Vic)-2001(NSW) - Licences: 2DX Balranald (1930-1934); 2DX Sydney (Marrickville, 1935-1937); 2DX Bega (1938-1939) - Qualifications: AOCP 699, 1930, Vic; BOCP 276, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: bank clerk (Balranald, 1932-1935; Randwick, 1936-1937; Bega, 1937); bank officer (Queanbeyan, 1949-1980) ===''BLAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leslie Gilbert Blake|Blake, Robert Leslie Gilbert]] [https://www.familysearch.org/tree/person/details/L831-ZLW] - 1888(Vic)-1952(Vic) - Licences: 3RG Castlemaine (1929-1939) - Qualifications: AOCP 484, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Castlemaine, 1912-1919); house furn. (Castlemaine, 1924-1949) ===''BLANCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Henry Blanchard|Blanchard, George Edward Henry]] [https://www.familysearch.org/tree/person/details/GZV2-B4S] - 1899(NSW)-1987(NSW) - Licences: 2DN Sydney (Newtown, 1922-1926; Hurlstone Park, 1927-1929) - Qualifications: cc; AOCP 195, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Earlwood, 1930-1980) ===''BLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Bland|Bland, William Joseph]] [https://www.familysearch.org/tree/person/details/GXT9-4RP] - 1902(India)-1955(SA) - Licences: Receive Adelaide (Alberton, 1923); 5AG Adelaide (Alberton, 1923-1927) - Qualifications: cc; CPRT 765, 1923 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio manufacturer (Tusmore, SA, 1939-1943) ===''BLUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Blue|Blue, Harry William]] - 1909(NSW)-2001(NSW) - 2YI Liverpool (1933), 2YI Albury (1934-1936), 9KO Rabaul (1937), 2YI Broken Hill (1938-1939), 2YI Sydney (Kingsford, 1946; Auburn, 1947-1980+, amateur operator (AOCP 1034, 1932, No. ?? in NSW), amateur broadcaster, A.A.M.S. ===''BLUNDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Verge Blunden|Blunden, Godfrey Verge]] [https://www.familysearch.org/tree/person/details/GDNG-22L] - 1906(Vic)-1996(France) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Wireless Weekly (editor, 1930s) - Electoral Rolls: journalist (North Sydney, 1930; East Sydney, 1933-1936) * [[/Leon Walter Blunden|Blunden, Leon Walter]] [https://www.familysearch.org/tree/person/details/G3KT-SMV] - 1914(SA)-2003(SA) - Licences: 5BH Adelaide (Firle, 1935-1939, 1947-1980+) - Qualifications: cc; AOCP 1535, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BOAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Douglas Boast|Boast, Harold Douglas]] [https://www.familysearch.org/tree/person/details/K2VW-3D4] - 1906(Eng)-1979(Vic) - Licences: 3AX Melbourne (Elsternwick, 1928-1939); 3AX Lubeck (1946-1969); 3AX Melbourne (Frankston, 1975) - Qualifications: AOCP 404, 1928, No. ?? in Vic; AOLCP 55, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Elsternwick, 1931-1936); radio engineer (3LK Lubeck, 1942-1968); retired (Frankston, 1972-1977) ===''BOILEAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Boileau|Boileau, John George]] [https://www.familysearch.org/tree/person/details/GXC2-HLQ] - 1893(SA)-1957(Qld) - Licences: 4JT Port Moresby (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Byron Bay, NSW, 1943-1954) ===''BOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Augustus Bold|Bold, Charles Augustus]] [https://www.familysearch.org/tree/person/details/GF3N-JSF] - 1894(WA)-1958(WA) - Licences: 6CA Perth (Beaconsfield, 1931-1939, 1947-1948) - Qualifications: cc; AOCP 832, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (South Fremantle, WA, 1921-1922); meter tester (South Fremantle, WA, 1925); electrician (South Fremantle, WA, 1931-1949); mains superintendent (South Fremantle, WA, 1954-1958) ===''BOLGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Joseph Bolger|Bolger, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/L67V-VDD] - 1867(Irl)-1941(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Deputy Director of Navigation, Vic) - Electoral Rolls: master mariner (Williamstown, 1914-1917); public servant (Elsternwick, 1919); master mariner (Elsternwick, 1931-1937) ===''BOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Francis Bond|Bond, Rupert Francis]] [https://www.familysearch.org/tree/person/details/9ZHS-QB3] - 1886(Vic)-1961(Qld) - Licences: Receive Brisbane (Rockhampton, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Rockhampton, Qld, 1912-1937; Rockhampton, Qld, 1949-1958) ===''BONGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gysbert Sheldon Bongers|Bongers, Gysbert Sheldon]] [https://www.familysearch.org/tree/person/details/L7F9-DXK] - 1900(NSW)-1948(NSW) - Licences: N745 Receive Sydney (1922-1923); 2HY Sydney (Rockdale, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster, engineer - Electoral Rolls: electrical engineer (Rockdale, 1930-1935; Hamilton, Qld, 1936-1937); engineer (Woollahra, 1943) ===''BONNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Coleman Bonner|Bonner, Alfred Coleman]] [https://www.familysearch.org/tree/person/details/MV14-MTM] - 1854(Tas)-1930(Tas) - Licences: Receive (Crystal) Legana (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Trevallyn, 1914-1922); no occupation (Legana, 1928) ===''BONNERUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Madsen Bonnerup|Bonnerup, Peter Madsen]] [https://www.familysearch.org/tree/person/details/G6F5-RC8] - 1890(Tas?)-1976(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as patent attorney, WA) - Electoral Rolls: patent attorney (Nedlands, 1922; South Perth, 1925-1972) - Links: [https://www.carnamah.com.au/bio/peter-madsen-bonnerup Bio] ===''BONNINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Archibald Bonnington|Bonnington, John Archibald]] [https://www.familysearch.org/tree/person/details/G88Y-1JP] - 1909(NSW)-1967(NSW) - Licences: 2HB Sydney (Bellevue Hill, 1930-1931); 2AKB Sydney (Avalon Beach, 1960-1965) - Qualifications: AOCP 569, 1930, No. ?? in NSW; 3AirOCP 16, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Broken Hill, 1931); engineer (Woollahra, 1932-1933); radio engineer (Darlinghurst, 1934-1935); air pilot (Avalon Beach, 1949-1963) ===''BONWILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Warren Bonwill|Bonwill, Edward Warren]] [https://www.familysearch.org/tree/person/details/9J35-NNV] - 1869(USA)-1945(NSW) - Licences: XBP Sydney (1912-1914); 2CA Receive Cowra (1922); 2CA Cowra (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: dentist (Barellan, 1930; Cowra, 1934-1937; Lithgow, 1937-1943) ===''BOTTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Botten|Botten, Herbert William]] [https://www.familysearch.org/tree/person/details/GDS2-8QJ] - 1895(SA)-1973(???) - Licences: 2HB Sydney (CBD, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Neutral Bay, 1930); radio manager (Darlinghurst, 1933-1936); manager (Darlinghurst, 1937-1958) ===''BOUCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Reid Bouchard|Bouchard, Victor John Reid "Vic"]] [https://www.familysearch.org/tree/person/details/G93B-52C] - 1897(Qld)-1936(Qld) - 4BY Receive Brisbane (Auchenflower, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; amateur club administrator - Electoral Rolls: draper's assistant (Auchenflower, 1921-1926); clerk (Buranda, 1928) ===''BOULTBEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Walker Boultbee|Boultbee, Kenneth Walker]] [https://www.familysearch.org/tree/person/details/GMWB-1Q4] - 1905(Tas)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: agent (Taringa, Qld, 1928-1958; Corinda, Qld, 1963-1968; St Lucia, Qld, 1972-1977); retired (Broadbeach, Qld, 1977-1980) ===''BOUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Boundy|Boundy, George Henry]] - 1866(Vic)-1932(Vic) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), early wireless experimenter, radio clubs (WIQ), state public servant (P&TQ, engineer), federal public servant (PMGD, engineer) ===''BOURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. Bourke|Bourke, J.]] - 19??(???)-19??(???) - Licences: V734 Receive Yarck (1922); Receive 3GP Yarck (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''BOURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Frederick Bourne|Bourne, Francis Frederick]] [https://www.familysearch.org/tree/person/details/GX55-9GM] - 1916(SA)-2004(SA) - Licences: 5BU Adelaide (Unley, 1935-1939; Wayville, 1947; Malvern, 1948-1954; Blackwood, 1955-1965; Belair, 1969); 5BU Keith (1975); 5BU Naracoorte (1980) - Qualifications: cc; AOCP 1593, 1935, SA; 2COCP 1282, 1953; 1COCP 1722, 1954 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Parkside, SA, 1939-1943) ===''BOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Germain Bowden|Bowden, Eric James Germain]] [https://www.familysearch.org/tree/person/details/L7T7-YC2] - 1894(Tas)-1984(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - PMGD Wireless Inspector, Hobart, 1920s & 1930s; witness to Royal Commission 1927 (as equipment engineer, PMGD, Tas) - Relationships: son of Frank Prosser Bowden; brother of John Gibson Bowden - Electoral Rolls: junior assistant engineer (Hobart North, 1922); engineer (Hobart South, 1936-1937) * [[/Frank Prosser Bowden|Bowden, Frank Prosser]] [https://www.familysearch.org/tree/person/details/97MP-G4L] - 1860(Tas)-1934(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter, Tas PMGD, Federal PMGD - Relationships: father of Eric James Germain Bowden and John Gibson Bowden - Electoral Rolls: civil servant (Hobart North, 1914-1928) * [[/John Gibson Bowden|Bowden, John Gibson]] [https://www.familysearch.org/tree/person/details/LNJZ-V69] - 1906(Tas)-1998(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - employee of Medhurst Electrical - Relationships: son of Frank Prosser Bowden; brother of Eric James Germain Bowden - Electoral Rolls: mechanic (Launceston, 1928); electrical mechanic (New Town, 1936-1937); engineer (Nelson, 1943-1963) * [[/Ronald Stanley Bowden|Bowden, Ronald Stanley]] [https://www.familysearch.org/tree/person/details/GQGS-F9R] - 1900(Eng)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Albion, Qld, 1921); car driver (Wilston, Qld, 1934); car proprietor (Newmarket, Qld, 1936-1943); store keeper (Urangan, Qld, 1949-1954); farmer (Mundubbera, Qld, 1958-1963); retired (Urangan, Qld, 1968-1980) ===''BOWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Keith Bowen|Bowen, Harold Keith "Keith"]] [https://www.familysearch.org/tree/person/details/GXGK-7SZ] - 1913(SA)-1987(SA) - Licences: 5KB Adelaide (Maylands, 1932-1939) - Qualifications: cc; AOCP 1049, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Tranmere, SA, 1943) * [[/Joseph La Venture Bowen|Bowen, Joseph La Venture or Laventure]] [https://www.familysearch.org/tree/person/details/GDPP-MLB] - 1917(Qld)-1966(Qld) - Licences: 4LB Brisbane (Hamilton, 1935-1939)- Qualifications: cc; AOCP 1445, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kedron, Qld, 1943-1958); public servant (Kedron, Qld, 1963) ===''BOWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Nigel Bowman|Bowman, Hubert Nigel "Pete"]] [https://www.familysearch.org/tree/person/details/K4PT-FY3] - 1908(SA)-1987(SA) - Licences: 5FM Adelaide (Payneham, 1932-1933; Royston Park, 1937; Payneham, 1938-1939, 1947-1948; Mitcham, 1954-1956); 5FM Crystal Brook (1960); 5FM Bridgewater (1965-1980+); 5FN Portable (1965-1969) - Qualifications: cc; AOCP 911, 1932, No. ?? in SA; 2COCP 259, 1939; BOCP 282, 1940; 1COCP 354, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Boyd|Boyd, Norman James]] [https://www.familysearch.org/tree/person/details/GZXJ-VM7] - 1897(Vic)-1977(Vic) - Licences: XNO Melbourne (Elsternwick, 1913-1914); 3EL Receive Melbourne (Elsternwick, 1922-1923); 3EL Melbourne (Elsternwick, 1924-1925; Caulfield, 1925-1927; Elwood, 1931-1939) - Qualifications: AOCP 104, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; radio engineer (3UZ, 1920s); WW1 - Electoral Rolls: mechanic (Elsternwick, 1919-1924); manager (Caulfield, 1926-1928); engineer (Elsternwick, 1931-1937); electrician (St Kilda, 1949-1963); retired (Caulfield, 1967-1977) ===''BRADBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. J. Bradbury|Bradbury, B. J.]] - abt 1887(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''BRADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Keith Bradford|Bradford, Alfred Keith]] [https://www.familysearch.org/tree/person/details/L6Q5-VC5] - 1912(NSW)-1986(Qld) - Licences: 4KK Millmerran (1936-1939, 1947-1975); 4KK Drillham (1980+) - Qualifications: cc; AOCP 1750, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Millmerran, Qld, 1934-1937); farmer (Millmerran, Qld, 1943-1954); radio dealer (Millmerran, Qld, 1958-1968); farmer (Drillham, Qld, 1977-1980) * [[/John Richard Bradford|Bradford, John Richard]] - 19??(???)-19??(???) - senior federal public servant (chief electrical engineer, Qld, PMGD) ===''BRADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Randell Bradley|Bradley, Frank Randell]] [https://www.familysearch.org/tree/person/details/G973-F7P] - 1884(SA)-1963(NSW) - Licences: 3ZK Melbourne (Sandringham, 1923-1930); 2JB Sydney (Mosman, 1931-1939) - Qualifications: cc; AOCP 2, 1924, No. 1 in Vic - amateur operator; amateur broadcaster; federal public servant (PMGD, Superintendant Telegraphs Vic, 1928; Deputy PMG Qld; NSW); historian (telegraphs) - Electoral Rolls: civil servant (Sandringham, Vic, 1914-1924; Mosman, NSW, 1933-1943); no occupation (Killara, NSW, 1954-1963) ===''BRAGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Bragg|Bragg, William Henry]] [https://www.familysearch.org/tree/person/details/LCFQ-9N6] - 1862(Eng)-1942(Eng) - Early wireless experimenter, academic (University of Adelaide, 1885-1908), physicist, chemist, mathematician, shared Nobel prize in 1915 with his son William Lawrence Bragg, son-in-law of Charles Todd - Links: [[w:William Henry Bragg|Wikipedia]] * [[/William Lawrence Bragg|Bragg, William Lawrence "Lawrence"]] [https://www.familysearch.org/tree/person/details/MWXT-CLR] - 1890(SA)-1971(Eng) - participated as a youth in his father's early wireless experiments, academic (University of Adelaide), physicist, shared Nobel prize in 1915 with his father William Henry Bragg, grandson of Charles Todd - Links: [[w:Lawrence Bragg|Wikipedia]] ===''BRAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. F. Brain|Brain, S. F.]] - 19??(???)-19??(???) - Licences: 2ZD Sydney (Ashfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: likely related XFR V. J. Brain - Electoral Rolls: Nil yet identified * [[/V. J. Brain|Brain, V. J.]] - 19??(???)-19??(???) - Licences: XFR Sydney (Ashfield, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: likely related 2ZD S. F. Brain - Electoral Rolls: Nil yet identified ===''BRAMLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Alfred Bramley|Bramley, John Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIW Wyndham (1917-1918) - Electoral Rolls: Nil yet identified ===''BRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorayne Branch|Branch, Lorayne]] - Living - author ("Henry Sutton, The Innovative Man"), historian (Henry Sutton) ===''BRANDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Frank Brandon|Brandon, Eric Frank]] [https://www.familysearch.org/tree/person/details/GXPK-2ZY] - 1907(SA)-2001(SA) - Licences: 5FB Wilmington (1933-1939); 5FB Adelaide (Prospect, 1948); 5FA Oodnadatta (1965); 5FA Ramco (1969-1975); 5FA Adelaide (Blair Athol, 1980+) - Qualifications: cc; AOCP 1145, 1933, SA; 2COCP 140, 1938; 1COCP 183, 1938; BOCP 201, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BRANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Mervyn Branks|Branks, Albert Mervyn "Merv"]] [https://www.familysearch.org/tree/person/details/GZ6Y-88K] - 1906(NZ)-1978(NZ) - prominent MW and SW broadcast listener 1920s to 1970s, DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tribute] ===''BREDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wynne Steere Breden|Breden, Wynne Steere]] - 1900(Qld)-1976(NSW) - Rx Melbourne (East Melbourne, 1923), 2WS Newcastle (Newcastle, 1924-1931), amateur operator (AOCP 9, 1924, No. ?? in NSW), amateur broadcaster, shipyard business ===''BREMERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Frederick Bremerman|Bremerman, Harold Frederick]] [https://www.familysearch.org/tree/person/details/GXCQ-QWC] - 1903(Eng)-1988(Qld) - Licences: 4HB Brisbane (Wooloowin, 1938-1939, 1946-1954; Aspley (1955-1975+) - Qualifications: cc; AOCP 1267, 1934, Qld; COCP (Eng) - amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (WIAQ, Life Member; Brisbane DX Club); employment (electrician, Courier Mail, Besley & Pike, Mt. Olivett Hospital); pilot; UK Merchant Navy 1920s - Electoral Rolls: electrical mechanic (Albion, Qld, 1928); mechanic (Wooloowin, Qld, 1936-1954); retired (Aspley, Qld, 1958-1980) ===''BRENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan James Brennan|Brennan, Allan James]] [https://www.familysearch.org/tree/person/details/G6TR-SNJ] - 1887(Vic)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 31, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: Nil yet identified ===''BREWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip John Brewer|Brewer, Phillip or Philip John]] [https://www.familysearch.org/tree/person/details/LVKH-MNW] - 1900(WA)-1948(SA) - Licences: 5JA Adelaide (Parkside, 1926-1939) - Qualifications: cc; AOCP 269, 1926, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Parkside, 1939-1943) ===''BRIDGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Bridger|Bridger, Thomas William]] [https://www.familysearch.org/tree/person/details/G85V-2YT] - 1885(UK)-1941(NT) - Licences: 4AP Receive Brisbane (City, 1923); 4AP Brisbane (Hamilton, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer; public servant; WW1 (2nd Aust Flying Squadron, 1916) - Electoral Rolls: electrical engineer (West Perth, 1914); consulting engineer (Auchenflower, 1925); poultry farmer (Geebung, 1928); engineer (Armadale, 1934-1937) - Directories: electrical engineer (Adelaide, 1915; Melbourne, 1917-1921; Brisbane, 1923-1927; Adelaide, 1930) ===''BRIDGES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank John Claud Bridges|Bridges, Frank John Claud or Claude]] [https://www.familysearch.org/tree/person/details/GHRF-XHR] - 1885(NZ)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 141, 1915; 2COCP 182, 1930; 1COCP 279, 1932 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); officer-in-charge (Radio Station, Esperance, 1921-1949); retired (Esperance, 1958-1963) ===''BRIGGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Robert Briggs|Briggs, Donald Robert]] [https://www.familysearch.org/tree/person/details/GX5B-1TN] - 1915(SA)-2008(SA) - Licences: 5BD Adelaide (Walkerville, 1935-1939; Henley Beach, 1947; South Plympton, 1954-19600; 5HB Adelaide (Morphett Vale, 1980+) - Qualifications: cc; AOCP 1490, 1935, SA; 2COCP 413, 1941; BOCP 373, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: assistant (Kirkcaldy, SA, 1939) ===''BRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Herbert Bright|Bright, William Henry Herbert "Bill"]] [https://www.familysearch.org/tree/person/details/LBQH-GSX] - 1898(Qld)-1961(Qld) - Licences: Spark; 4FA Toowoomba (1923); 4AA Toowoomba (1924-1925); 4WB Toowoomba (1925-1927); 4OO Toowoomba (1937-1939) - Qualifications: cc; AOCP 123, 1925, No. 13 in Qld - amateur operator; amateur broadcaster - Withdrawal: callsign 4AA withdrawn by PMGD for their use - Electoral Rolls: telegraphist (Toowoomba, 1919-1943); clerk (Toowoomba, 1949); mechanic (Toowoomba, 1954-1958) ===''BRIMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Campbell Brimble|Brimble, Charles Campbell]] [https://www.familysearch.org/tree/person/details/GX5L-9GH] - 1915(SA)-2003(SA) - Licences: 5CB Adelaide (Somerton, 1935-1939, 1947-1948; Somerton Park, 1954-1980+) - Qualifications: cc; AOCP 1446, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Somerton, SA, 1939-1943) ===''BRIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Marcus John Gordon Brims|Brims, Marcus John Gordon]] [https://www.familysearch.org/tree/person/details/KZWB-S11] - 1888(Qld)-1982(Qld) - Licences: XQA Mareeba (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; business proprietor (plywood & veneer manufacture) - Electoral Rolls: foreman (Mareeba, 1912-1913); foreman joiner (Milton, 1921); timber merchant (Milton, 1925-1931); plywood manufacturer (Annerley, 1937-1958); business manager (Annerley, 1963-1980) ===''BRISTOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Morrison Bristow|Bristow, John Morrison]] [https://www.familysearch.org/tree/person/details/GZPL-DLJ] - 1908(NSW)-1983(NSW) - Licences: 2ZX Sydney (Neutral Bay, 1926-1929) - Qualifications: AOCP 243, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: advertising manager (Neutral Bay, 1930-1935); manager (Gordon, 1937-1943); company manager (Pymble, 1949); manager (Wahroonga, 1954-1980) ===''BROCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Edward Earl Brock|Brock, Hector Edward Earl]][https://www.familysearch.org/tree/person/details/9VQL-BTC] - 1902(Vic)-1962(SA) - Licences: 3ZC Melbourne (Moonee Ponds, 1923-1924); 5DP Adelaide (North Adelaide, 1924-1927; Malvern, 1927-1938); 5UZ Adelaide (Fullarton, 1954-1956; Nailsworth, 1960) - Qualifications: cc; AOCP 25, 1924, No. ?? in SA - amateur operator; amateur broadcaster; University of Adelaide (Demonstrator & Technical Assistant, 1949) - Electoral Rolls: laboratory assistant (Moonee Ponds, Vic, 1924); no occupation (Malvern, SA, 1939-1943) ===''BROINOWSKI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leopold Thomas Broinowski|Broinowski, Leopold Thomas]] [https://www.familysearch.org/tree/person/details/G6FR-SMR] - 1871(Vic)-1937(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as associate editor, Hobart Mercury, Tas) - Electoral Rolls: journalist (Hobart South, 1914-1937) ===''BROOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilberforce Henry Liddon Brooke|Brooke, Wilberforce Henry Liddon]] [https://www.familysearch.org/tree/person/details/LB61-69T] - 1891(NSW)-1969(NSW) - Licences: 2BR Terrigal (1930-1936); 2BR Dora Creek (1937-1939, 1946-1958); 2BR Paterson (1960-1969) - Qualifications: AOCP 638, 1930, NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: clergyman (Jerry's Plains, 1930; Terrigal, 1931-1937; Dora Creek, 1954-1958; Paterson, 1963-1968) ===''BROOKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Brookes|Brookes, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GDSJ-GV6] - 1911(Qld)-1958(Qld) - Licences: 4BA Brisbane (Kelvin Grove, 1936-1937; Ashgrove, 1938-1939; Wooloowin, 1947-1948) - Qualifications: cc; AOCP 1641, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Wooloowin, Qld, 1943-1954); waterside Worker (Wooloowin, Qld, 1958) ===''BROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Milton Brooks|Brooks, Albert Henry Milton]] [https://www.familysearch.org/tree/person/details/LT1Q-DVK] - 1901(SA)-1975(SA) - Licences: 5KG Adelaide (Grange, 1933-1939; Croydon, 1946-1960+); 5AH Adelaide (Ridleton, 1969-1975) - Qualifications: cc; AOCP 1170, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Croydon, 1939); railway employee (Croydon, 1941-1943) - Relationships: likely related to 7JB John Vickery Brooks and 7DB D. C. Brooks * [[/John Vickery Brooks|Brooks, John Vickery "Jack"]] [https://www.familysearch.org/tree/person/details/GHXL-RK8] - 1905(SA)-1983(Vic) - Licences: 7JB Hobart (1924-1926) - Qualifications: cc; AOCP 37, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; engineer; originally from Adelaide - Relationships: likely related to 5KG Albert Henry Brooks and 7DB D. C. Brooks - Electoral Rolls: engineer (Hobart South, 1928; Malvern, Vic, 1954-1980) ===''BROOMHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Broomhall|Broomhall, Charles Alfred]] [https://www.familysearch.org/tree/person/details/M7NZ-2SV] - 1891(Vic)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 729, 1922 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Geraldton, 1916); mechanic (Wireless Station, Applecross, 1925; Canning Bridge, 1931-1937; Applecross, 1943-1954); retired (Bickley, 1958-1963) ===''BROWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan George Brown|Brown, Alan George]] [https://www.familysearch.org/tree/person/details/G849-43Y] - 1909(Vic)-1970(Vic) - Licences: 3CX Melbourne (Canterbury, 1928-1937; Upper Hawthorn, 1938-1939; Canterbury, 1946-1969) - Qualifications: AOCP 446, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF) - Electoral Rolls: clerk (Camberwell North, 1931); public servant (Auburn, 1936-1937); RAAF (St Kilda North, 1943); civil servant (Auburn, 1949); clerk (Deepdene, 1954; Camberwell North, 1963-1968) * [[/Alan Weymouth Brown|Brown, Alan Weymouth]] [https://www.familysearch.org/tree/person/details/GSKH-1N5] - 1902(Tas)-1938(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Listeners' League, Hobart (assistant secretary); witness to Royal Commission 1927 (as Assistant Secretary, Listeners' League, Hobart, Tas) - Electoral Rolls: electrician (Hobart South, 1936-1937) * [[/Alfred Louis Brown|Brown, Alfred Louis]] [https://www.familysearch.org/tree/person/details/LYQV-4SS] - 1885(Eng)-1971(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as general manager, 5CL, SA) - Electoral Rolls: instrument maker (Claremont, WA, 1910); optician (Applecross, 1916-1917); director (Kew, Vic, 1926); engineer (Cottesloe, 1936-1937) * [[/Bruce Kevin Brown|Brown, Bruce Kevin]] [https://www.familysearch.org/tree/person/details/G6S4-CV1] - 1920(Tas)-1984(NSW) - Licences: 7QZ Launceston (1937-1939); 2AQZ Sydney (Meadowbank, 1954-1969; Annangrove, 1975-1980+) - Qualifications: cc; AOCP 1942, 1937, No. ?? in Tas; BOCP 303, 1940; 1COCP 492, 1941; TVOCP 1014, 1968 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: laboratory assistant (Meadowbank, 1943-1968); technician (Annangrove, 1972-1980) * [[/Clarence Roy Brown|Brown, Clarence Roy]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - founder of 5KA Class B Adelaide; witness to Royal Commission 1927 (as manager, 5KA, SA) - Electoral Rolls: * [[/Clifford Walter Brown|Brown, Clifford Walter]] [https://www.familysearch.org/tree/person/details/LCV5-M8M] - 1906(WA)-1991(WA) - Licences: 6CB Perth (Subiaco, 1930-1939) - Qualifications: cc; AOCP 640, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Subiaco, 1931-1937); traveller (Nedlands, 1943-1963); business manager (Wembley, 1968); manager (Morley, 1972; Dianella, 1977-1980) * [[/Frank Makepeace Brown|Brown, Frank Makepeace]] [https://www.familysearch.org/tree/person/details/G8H5-2M5] - 1911(WA)-2006(WA) - Licences: 6FB Mullewa (1939; 1946-1948); 6FB Bassendean (1954-1960); 6FB Perth (Doubleview, 1965-1969; Rossmoyne, 1975) - Qualifications: AOCP 2375, 1939, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telephone mechanic (Northam, 1936; Bassendean, 1943); civil servant (Mullewa, 1949); telephone technician (Bassendean, 1954-1963); civil servant (Doubleview, 1968-1972); telephone technician (Rossmoyne, 1977-1980) * [[/George D. Brown|Brown, George D.]] [https://www.familysearch.org/tree/person/details/GXCQ-JFD] - 1875(???)-19??(???) - Licences: 4DB Brisbane (Ascot, Qld, 1937-1939) - Qualifications: cc; AOCP 1970, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous GBs - Electoral Rolls: Nil yet identified * [[/Harry Percy Brown|Brown, Harry Percy "Horsepower", "Poo Bah"]] [https://www.familysearch.org/tree/person/details/L1R8-R1W] - 1878(Eng)-1967(NSW) - senior federal public servant (Director-General, Posts and Telegraphs); witness to Royal Commission 1927 (as Secretary, PMGD) - Links: [[w:Harry Brown (public servant)|Wikipedia]]; [https://adb.anu.edu.au/biography/brown-sir-harry-percy-5384 ADB]; [https://telegramsaustralia.com/Forms/Special%20developments/People/Brown.html Telegrams Australia] * [[/Hector Mervyn Brown|Brown, Hector Mervyn]] [https://www.familysearch.org/tree/person/details/G9TY-HSC] - 1906(NSW)-1961(SA) - Licences: 5MB Adelaide (Torrensville, 1927-1928; Southwark, 1931-1933, 1946-1948) - Qualifications: AOCP 345, 1927, No. ?? in SA; 2COCP 402 1932; 1COCP 333, 1933) - amateur operator, amateur broadcaster, broadcast engineer (2BH, 1937), PMGD SA (mechanic, retired 1940) - Electoral Rolls: radio engineer (Broken Hill, 1937), engineer (Thebarton, 1941-1943) * [[/Herbert George Brown|Brown, Herbert George "Harry"]] [https://www.familysearch.org/tree/person/details/L5BH-NGV] - 1887(Eng)-1966(Qld) - Licences: 4BH Booval (1928-1930); 4HG Booval (1931); 4HG Ipswich (1937-1939, 1946-1956); 4BH Brisbane (Graceville, 1965) - Qualifications: cc; AOCP 455, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (Ipswich); railways employee - Callsign: withdrawn for 4BH Brisbane - Electoral Rolls: labourer (Ipswich, Qld, 1925; Redbank, Qld, 1929) * [[/Herbert Rufus Brown|Brown, Herbert Rufus]] [https://www.familysearch.org/tree/person/details/K2HL-T23] - 1894(Vic)-1980(Vic) - Licences: 3NN Receive Yanac (1923); 3NN Yanac (1924-1980) - Qualifications: cc; AOCP 271, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Yanac, 1919-1977) * [[/J. R. Brown|Brown, J. R.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Southport (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James McGladdery Brown|Brown, James McGladdery]] [https://www.familysearch.org/tree/person/details/GW18-TCK] - 1882(Qld)-1965(Qld) - Licences: 4BJ Aramac (1929-1933); 4BJ Rockhampton (1937); 4BJ Bundaberg (1947-1965) - Qualifications: AOCP 480, 1929, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: porter (Rockhampton, 1905); station master (Finch Hatton, 1913); labourer (Mackay, 1919); motor car proprietor (Baralaba, Mt Morgan, 1925); guard (Aramac, 1928-1937); retired (Maryborough, 1954-1963; Ascot, 1963) - Relationships: father of Victor James Caldwell Brown, the likely actual amateur operator * [[/John Henry Shadwell Brown|Brown, John Henry Shadwell]] [https://www.familysearch.org/tree/person/details/GDJL-7M4] - 1897(NSW)-1959(NSW) - Licences: 2JK Sydney (Botany, 1925-1939) - Qualifications: cc; CPRT 926, 1926; 1COCP 154, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Botany, 1930-1958) * [[/Joseph Brown|Brown, Joseph "Joe"]] [https://www.familysearch.org/tree/person/details/GQH2-YSM] - 1916(Tas)-1990(Tas) - Licences: 7BJ Hobart (Battery Point, 1934-1939; New Town, 1946-1980+) - Qualifications: cc; AOCP 1255, 1934, No. ?? in Tas; BOCP 5, 1936 - amateur operator; amateur broadcaster; broadcast engineer (7ZL, Hobart TV); public servant (PMGD) - Electoral Rolls: radio operator (Battery Point, 1936-1937); civil servant (New Town, 1943-1972) * [[/Leonard Austin Brown|Brown, Leonard Austin]] [https://www.familysearch.org/tree/person/details/GX21-FFX] - 1915(Vic)-1957(SA) - Licences: 3OP Melbourne (Camberwell, 1931-1933); 5OP Adelaide (Eastwood, 1937-1939) - Qualifications: cc; AOCP 814, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Camberwell, Vic, 1936; Eastwood, SA, 1939; Unley Park, SA, 1941) * [[/Robert Brown|Brown, Robert]] - 19??(???)-19??(???) - Licences: Receive Hobart (Moonah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart Central, 1919; Moonah, 1928); fitter (Hobart North, 1958) * [[/Victor James Caldwell Brown|Brown, Victor James Caldwell]] [https://www.familysearch.org/tree/person/details/LBKS-2T7] - 1907(Qld)-1983(Qld) - Licences: Nil yet identified, but likely those in father's name - Qualifications: Nil yet identified, but likely those in father's name - amateur operator? - Electoral Rolls: wardsman (Aramac, 1928); guard (Aramac, 1930); baker (Rockhampton, 1936); radio mechanic (Barcaldine, 1943; Bundaberg, 1949-1963) - Relationships: son of James McGladdery Brown - note electoral roll addresses for Victor James precisely align with 4BJ addresses whereas those for James McGladdery do not * [[/William Francis Brown|Brown, William Francis]] [https://www.familysearch.org/tree/person/details/G8VB-4DL] - 1914(Vic)-19??(???) - Licences: 3BB Warrnambool (1930-1933); 3BB Melbourne (Richmond, 1937); 9BB Wau, New Guinea (1938); 2ANP Sydney (Bundeena, 1947) - Qualifications: AOCP 704, 1930, Vic; 2COCP 92, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Richmond, 1937) - Comment: many contemporaneous WFBs ===''BROWNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Vincent Browne|Browne, Robert John Vincent]] [https://www.familysearch.org/tree/person/details/GSLZ-BY6] - 1907(Qld)-1972(Qld) - Licences: 4RB Brisbane (Toowong, 1925-1939; New Farm, 1946-1956; Dorrington, 1960-1969) - Qualifications: cc; AOCP 92, 1925, No. 10 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Toowong, 1936-1937); mechanic (Clevedon, 4QN, 1943); technician (New Farm, 1949-1954); teacher (Dorrington, 1958-1968) ===''BROWNLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Frank Brownless|Brownless, Sidney Frank "Frank"]] [https://www.familysearch.org/tree/person/details/G8HD-M5S] - 1915(Eng)-1995(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD); military (WW2, RAF, radar research); clubs & societies (IREE); author ("The Sharing of Television Channels", ABCB, 1973 - Electoral Rolls: engineer (Albert Park, 1954-1980) ===''BRUCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Bruce|Bruce, George William]] [https://www.familysearch.org/tree/person/details/GXPX-XN9] - 1913(SA)-1980(SA) - Licences: 5GB Adelaide (Prospect, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1925, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Arthur Bruce|Bruce, Robert Arthur]] [https://www.familysearch.org/tree/person/details/LR18-SKL] - 1900(SA)-1971(SA) - Licences: Receive Adelaide (City, 1923-1924); 5BJ Adelaide (Glenelg, 1927-1939) - Qualifications: cc; AOCP 357, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glenelg, 1939-1943) * [[/Robert William Bruce|Bruce, Robert William]] [https://www.familysearch.org/tree/person/details/GZTC-Z1J] - 1899(Vic)-1971(Vic) - Licences: 3JW Melbourne (St Kilda, 1926-1928; East Malvern, 1931-1939) - Qualifications: AOCP 283, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda East, 1926; Malvern East, 1931-1967) ===''BRUNSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Thomas Brunsden|Brunsden, Herbert Thomas]] [https://www.familysearch.org/tree/person/details/G8NR-JJR] - 1909(NSW)-1942(NSW) - Licences: 2BX Sydney (Leichhardt, 1930-1939) - Qualifications: AOCP 649, 1930, NSW; AOLCP 258, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Leichhardt, 1930-1937) - Comment: Gone too soon ===''BRYCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ramsay Auld Bryce|Bryce, Ramsay Auld]] [https://www.familysearch.org/tree/person/details/GH9T-FL2] - 1914(Qld)-1974(Qld) - Licences: 4AB Ipswich (1937-1939, 1947-1948); 4AB Gold Coast (Palm Beach, 1954-1969); 4AC Portable Ipswich (1947-1956) - Qualifications: cc; AOCP 1935, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (North Ipswich, Qld, 1937); radio serviceman (North Ipswich, Qld, 1943); theatre proprietor (Palm Beach, Qld, 1949); showman (Palm Beach, Qld, 1954-1958); projectionist (Palm Beach, Qld, 1963-1972) ===''BRYSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royal William Bryson|Bryson, Royal William "Roy"]] [https://www.familysearch.org/tree/person/details/GZ9P-5KJ] - 1886(Vic)-1956(Vic) - Licences: XJJ Melbourne (Richmond, 1913); 3JM Receive Melbourne (Kew, 1922-1923); 3JM Melbourne (Kew, 1924-1933) - Qualifications: cc; AOCP 50, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; honorary radio inspector - Electoral Rolls: mechanic (Richmond, 1914-1916); electrical fitter (Kew, 1919-1937); electrician (Croydon, 1943-1954) ===''BUCHANAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thomas Oswald Buchanan|Buchanan, Norman Thomas Oswald]] [https://www.familysearch.org/tree/person/details/G84K-B7C] - 1912(Qld)-1985(Vic) - Licences: 2NB Sydney (Manly, 1928-1939); 2ANB Sydney (Bondi, 1948; Kingsford, 1950); 3AND Melbourne (Ascot Vale, 1954; Rosanna, 1955-1956) - Qualifications: AOCP 466, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Manly, 1934-1935); sound engineer (Manly, 1936); engineer (North Sydney, 1943; Heidelberg, 1954-1963; Rosanna, 1968; Heidelberg, 1972; Rosanna, 1977); retired (Castlemaine, 1980) ===''BUCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hector Buck|Buck, Albert Hector]] [https://www.familysearch.org/tree/person/details/LDQJ-PC3] - 1905(Vic)-1948(Vic) - Licences: 3TM Receive Melbourne (Albert Park, 1923); 3TM Melbourne (Glenhuntly, 1924-1926; Glenferrie, 1927; East Preston, 1931; Hawthorn, 1933-1937); 3TM Terang (1938-1939); 3TM Shepparton (1946-1947) - Qualifications: cc; AOCP 138, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: father of 3ZMX & 3AAD Edwin David Buck, don't confuse with Albert Thomas Buck (Qld) - Electoral Rolls: electrician (Glenferrie, 1927-1928); mechanic (Glenferrie, 1931; Hawthorn, 1937); electrician (Terang, 1943) * [[/Albert Thomas Buck|Buck, Albert Thomas]] [https://www.familysearch.org/tree/person/details/9Z9K-CXG] - 1892(Eng)-1973(Eng) - Licences: 4CW Receive Brisbane (Geebung, 1923); 4CW Brisbane (Geebung, 1924-1927) - Qualifications: cc; AOCP 281, 1926, No. 24 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: home duties (Kedron, 1931-1934); wireless mechanic (Summer Hill, 1933) - don't confuse with 3TM Albert Hector Buck * [[/Edwin David Buck|Buck, Edwin David]] [https://www.familysearch.org/tree/person/details/GZNC-4JQ] - 1929(Vic)-2010(Vic) - 3ZMX Melbourne (Thornbury, 1965-1969, 3AAD Melbourne (Thornbury, 1975-1980), amateur operator (AOCP ??, 19??, No. ?? in Vic), son of 3TM Albert Hector Buck ===''BUCKERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Roy Buckerfield|Buckerfield, Sidney Roy "Buck" & "Roy"]] [https://www.familysearch.org/tree/person/details/GCGS-S7N] - 1904(SA)-1965(SA) - Licences: 5DA Receive Adelaide (Parkside, 1923); 5DA Adelaide (Parkside, 1924-1927; Evandale, 1928-1931; Knoxville, 1933-1939; St Morris, 1947-1948+); 5DA Crystal Brook (1954-1956); 5DA Adelaide (Brighton Gardens, 1960+) - Qualifications: cc; AOCP 32, 1924, No. ?? in SA; 2COCP 163, 1938; 1COCP 1557, 1950 - amateur operator; amateur broadcaster; broadcast engineer (5DN, 5CK, 5DR, 5AN, 5ABCFM); public servant (PMGD); WW2 - Electoral Rolls: mechanic (Knoxville, 1939) ===''BUCKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Carson Buckie|Buckie, Alan Carson]] [https://www.familysearch.org/tree/person/details/GFQ6-8QC] - 1909(WA)-1966(WA) - Licences: 6AB Perth (Nedlands, 1936-1939; Claremont, 1947-1948; Dalkeith, 1965) - Qualifications: cc; AOCP 1682, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1931); radio engineer (Nedlands, WA, 1943-1963) ===''BUGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Robert Bugg|Bugg, Charles Robert]] [https://www.familysearch.org/tree/person/details/G82G-Q8K] - 1918(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: BOCP 11, 1936, Vic - - Electoral Rolls: radio engineer (Geelong, 1942) ===''BUILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Builder|Builder, Geoffrey]] [https://www.familysearch.org/tree/person/details/GM6S-FBL] - 1906(WA)-1960(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - physicist; radio engineer; WW2 - Electoral Rolls: observer (Magnetic Observatory, Watheroo, 1931; physicist (Haberfield, 1935; Ashfield, 1937; Burwood, NSW, 1943-1958) - [https://adb.anu.edu.au/biography/builder-geoffrey-9617 ADB] ===''BULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Bull|Bull, Francis George]] [https://www.familysearch.org/tree/person/details/LB9W-CFP] - 1904(Eng)-1965(Qld) - Licences: 4MA Brisbane (Fairfield, 1936-1939) - Qualifications: cc; AOCP 1674, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Stones Corner, Qld, 1926-1928; Highgate Hill, Qld, 1934; Fairfield, Qld, 1937; Annerley, Qld, 1943-1958); military forces (Wellers Hill, Qld, 1963) * [[/J. F. Bull|Bull, J. F.]] - 19??(???)-19??(???) - 4FH Mackay (-1949-1967+), amateur operator (AOCP ??, 19??, No. ?? in Qld), associate member I.R.E. Aust. ===''BULLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Bulling|Bulling, William John]] [https://www.familysearch.org/tree/person/details/L4Y9-S95] - 1914(SA)-2000(SA) - Licences: 5KX Adelaide (Grange, 1935-1939; Kirkcaldy, 1947-1954; Kings Park, 1955-1975); 5KX Wasleys (1980+) - Qualifications: cc; AOCP 1527, 1935, SA; BOCP 166, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Kirkcaldy, 1939-1943) ===''BULLIVANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Bullivant|Bullivant, William Norman]] [https://www.familysearch.org/tree/person/details/GZJK-X8B] - 1908(NSW)-1985(NSW) - 2PR Receive Albury (1923-1924), 2WB Albury (1925-1930), 2WB West Wyalong (1931-1934), 2BC Sydney (Bondi, 1946-1950; Bellevue Hill, 1954-1969; Kingsford, 1975-1980+), amateur operator (AOCP 167, 1925, No. ?? in NSW; 1COCP 319, 1940), amateur broadcaster, postal clerk (West Wyalong, 1932), telegraphist (Bondi, 1943), supervisor (Waverley, 1954; Bellevue Hill, 1963; Kingsford, 1980)) ===''BULLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Frederick Wright Bullock|Bullock, Albert Frederick Wright "Bert"]] [https://www.familysearch.org/tree/person/details/GX4K-44G] - 1900(Qld)-1987(Qld) - Licences: 4ZX Brisbane (Coorparoo, 1933-1939, 1946-1954; Camp Hill, 1955-1960) - Qualifications: cc; AOCP 1109, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: ironworker (East Brisbane, Qld, 1925); storeman (Coorparoo, Qld, 1936-1954); retired (Coorparoo, Qld, 1958-1980) ===''BUNTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Bunton|Bunton, George Henry]] [https://www.familysearch.org/tree/person/details/MGWV-YFR] - 1872(Eng)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, Mosman, NSW) - Electoral Rolls: butcher (Mosman, 1930-1954) ===''BURBIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Arthur Burbidge|Burbidge, Philip Arthur]] [https://www.familysearch.org/tree/person/details/G8HM-7JL] - 1910(Eng)-1948(NSW) - Licences: 3PB Melbourne (Moonee Ponds, 1928-1931); 2PB Sydney (Bellevue Hill, 1946-1947) - Qualifications: AOCP 456, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant manager (Camberwell, 1934); manager (Bellevue Hill, 1943) ===''BURBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Alfred Burbury|Burbury, Eric Alfred]] - 1894(Tas)-1976(NSW) - early wireless experimenter (Tasmania, unlicensed?), ship wireless operator (1910s), broadcast engineer (AWA, Koo-we-rup; 2FC, chief engineer), brother of Harry Keith Burbury * [[/Harry Keith Burbury|Burbury, Harry Keith "Keith"]] - 1897(Tas)-1986(NSW) - engineer (PMGD), brother of Eric Alfred Burbury ===''BURCHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Burchill|Burchill, Charles]] [https://www.familysearch.org/tree/person/details/GXXD-8PF] - 1894(Qld)-1969(NSW) - Licences: 4EM Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (Hendra, Qld, 1925; Surry Hills, NSW, 1930); fitter (Long Bay Camp, NSW, 1933; Surry Hills, NSW, 1934-1936; Harbord, NSW, 1937); watchman (Maroubra, NSW, 1943-1949) ===''BURFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Patrick Burford|Burford, Walter Patrick]] [https://www.familysearch.org/tree/person/details/GHM2-CD9] - 1912(SA)-1960(Vic) - Licences: 5PB Naracoorte (1934-1939, 1947-1960) - Qualifications: cc; AOCP 1365, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, SA, 1939-1943) ===''BURGESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Thomas Burgess|Burgess, George Thomas]] [https://www.familysearch.org/tree/person/details/G8W5-N95] - 1913(SA)-1994(SA) - Licences: 5GC Adelaide (Prospect, 1933-1939; Henley Beach, 1947-1980+) - Qualifications: cc; AOCP 1233, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Henley, SA, 1941-1943) * [[/Thomas William Watkins Burgess|Burgess, Thomas William Watkins]] [https://www.familysearch.org/tree/person/details/LDZP-X1R] - 1861(NSW)-1929(NSW) - Licences: XDA Wagga Wagga (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: medical practitioner (Wagga Wagga, 1901-1903) ===''BURGOYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Burgoyne|Burgoyne, Francis James]] [https://www.familysearch.org/tree/person/details/GXQN-1VS] - 1876(Wales)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (VIY, 1913-?); RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: officer-in-charge (Radio Station, South Townsville, 1919); postmaster (Concord, 1930); public servant (Homebush, 1930); postmaster (Homebush, 1933; Strathfield, 1935; Inverell, 1936; Bondi North, 1943) ===''BURING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rudolph Buring|Buring, Rudolph]] [https://www.familysearch.org/tree/person/details/L51C-YVT] - 1906(Tas)-1973(Vic) - Licences: 7AX Receive Hobart (1922-1923); Receive Hobart (1923-1924); 7RB Hobart (1925-1933); 3RB Melbourne (Ballarat, 1935-1939) - Qualifications: cc; AOCP 102, 1925, No. ?? in Tas; AOLCP 166, 1934 - amateur operator; amateur broadcaster; electronics engineer (PMGD) - Electoral Rolls: university demonstrator (Hobart, 1928); radio engineer (Sale, 1936; Ballarat, 1936-1937); engineer (Kew, 1943-1972) ===''BURMESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Conrad Burmester|Burmester, Otto Conrad]] [https://www.familysearch.org/tree/person/details/GXWN-7VX] - 1909(Qld)-1997(Qld) - Licences: 4OB Brisbane (East Brisbane, 1933) - Qualifications: cc; AOCP 1158, 1933, No. ?? in Qld; 2COCP 31, 1935; 1COCP 46, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: broadcaster (Toowong, Qld, 1943); PMG technician (East Brisbane, Qld, 1949-1980) ===''BURNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud Edward James Burns|Burns, Claud Edward James]] [https://www.familysearch.org/tree/person/details/KCLY-P7V] - 1893(Qld)-1978(Qld) - Licences: 4ZY Kingaroy (1932-1939); 4ZY Innisfail (1946-1947); 4ZY Cairns (1948-1975) - Qualifications: cc; AOCP 996, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: supervising technician (Cairns, Qld, 1954-1977) ===''BURRAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Allan Burrage|Burrage, John Allan]] [https://www.familysearch.org/tree/person/details/KCW4-SLS] - 1916(Vic)-1942(Ins) - Licences: 3UW Melbourne (Deepdene, 1934-1937), 3UW (Shepparton, 1938-1939) - Qualifications: AOCP 1322, 1934, No. ?? in Vic; BOCP 59, 1936; 1COCP 291, 1939 - amateur operator, amateur broadcaster, broadcast engineer (3SR), WW2 - Electoral Rolls: radio engineer (Shepparton, 1942) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/burrage-john-allan-400643/] ===''BURROWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Owen Burrows|Burrows, Alan Owen]] [https://www.familysearch.org/tree/person/details/KNZG-V74] - 1901(NSW)-1933(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio correspondent (Sydney Morning Herald, Sydney Sun); proprietor Miss F. V. Wallace (Wireless Shop), 1927-1933; president Waverley Radio Club - Electoral Rolls: radio dealer (Waverley, 1930-1933) - Comment: Gone too soon * [[/Ernest Walter Burrows|Burrows, Ernest Walter]] [https://www.familysearch.org/tree/person/details/LZDY-YQ8] - 1900(WA)-1986(NSW) - Licences: 6DZ Geraldton (1924-1927); 2DZ Sydney (Concord, 1929-1930) - Qualifications: cc; CPRT 659, 1921; 1COCP 5, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: technical assistant (Canterbury, NSW, 1937-1949; Earlwood, 1954-1980) * [[/Frederick Harold Burrows|Burrows, Frederick Harold]] [https://www.familysearch.org/tree/person/details/LZDY-TKH] - 1894(Eng)-1974(WA) - Licences: 6BH Perth (Claremont, 1922-1924); 6BH Kalgoorlie (1925-1927); 6BF Perth (Beverley, 1937-1939) - Qualifications: cc; AOCP 193, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgoorlie, 1916; Claremont, 1922; Kalgoorlie, 1925); headmaster (Beverley, 1937; Subiaco, 1943-1958); retired (Subiaco, 1963-1972) * [[/John Charles Fry Burrows|Burrows, John Charles Fry]] [https://www.familysearch.org/tree/person/details/GDKZ-LJ8] - 1897(Vic)-1981(Vic) - Licences: XJCD Melbourne (Kew, 1913-1914) - Qualifications: cc; CPRT 251, 1916 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: no occupation (Kew, 1919-1931); representative (Bairnsdale, 1934); commercial (Kew, 1936-1937); superintendent (Caulfield, 1943-1954); manager (Toorak, 1963-1980) ===''BURTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Reg Burton|Burton, Arthur Reg]] [https://www.familysearch.org/tree/person/details/GXCC-3HM] - 1899(Eng)-1982(Qld) - Licences: 4FE Brisbane (South Brisbane, 1935-1936; City, 1937-1939; Highgate Hill, 1946-1948); 1FE Heard Island (1954-1955); 4FE Thursday Island (1955-1956); 4FE Normanton (1960); 4FE Labrador (1965-1980+) - Qualifications: cc; AOCP 1563, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, AIF); broadcast technician; federal public servant (PMGD) - Relationships: Likely father of 4BM Arthur Henry Burton - Electoral Rolls: artist (Lutwyche, Qld, 1921); picture showman (Beenleigh, Qld, 1922-1926); motor engineer (Kangaroo Point, Qld, 1931-1934; South Brisbane, Qld, 1937); radio engineer (South Brisbane, Qld, 1943); diesel engineer (Highgate Hill, Qld, 1949-1954); technician (Highgate Hill, Qld, 1958); retired (Labrador, Qld, 1968-1980) ===''BUSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Talbot Busch|Busch, Reginald Talbot]] [https://www.familysearch.org/tree/person/details/GZJ3-2P7] - 1907(Vic)-2005(Vic) - Licences: 3LS Receive Melbourne (Essendon, 1923); 3LS Melbourne (Moonee Ponds, 1923-1939; North Essendon, 1946-1969; Strathmore, 1975-1980+) - Qualifications: cc; AOCP 157, 1925, No. ?? in Vic; AOLCP 286, 1936; 1AOCP 3, 1946 - amateur operator; amateur broadcaster; research engineer (1942) - Electoral Rolls: engineer (Moonee Ponds, 1931-1937); research engineer (Essendon, 1942-1968); research (Strathmore, 1972-1977) ===''BUSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Melville Bush|Bush, Albert Melville]] [https://www.familysearch.org/tree/person/details/LBB7-DFN] - 1893(Vic)-1964(Vic) - 3YY Bendigo (1924-1927) - Qualifications: cc; AOCP 197, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: dental apprentice (Bendigo, 1914-1919); dentist (Bendigo, 1922-1963) ===''BUSHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Robert William Bushby|Bushby, Thomas Robert William]] [https://www.familysearch.org/tree/person/details/K2G5-KTN] - 1900(Eng)-1978(NSW) - Licences: 2TW Bulli (1927-1928); 2TW Sydney (Gladesville, 1929; Hunters Hill, 1930; Gladesville, 1931-1933; Rose Bay, 1934; Bondi North, 1935-1937; Bellevue Hill, 1938-1939) - Qualifications: AOCP 368, 1927, No. ?? in NSW; AOLCP 32, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hunters Hill, 1930; Gladesville, 1933); engineer (Rose Bay, 1934; Bellevue Hill, 1935; Bondi, 1936-1937; Kingsgrove, 1943-1954); radio engineer (Bexley, 1958-1963) ===''BUTCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Butcher|Butcher, Eric William]] [https://www.familysearch.org/tree/person/details/GXWG-77S] - 1912(Qld)-1970(Qld) - Licences: 4EB Brisbane (Lutwyche, 1931-1933; Kedron, 1938-1939) - Qualifications: cc; AOCP 871, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Kedron, Qld, 1936-1937); teacher (Grange, Qld, 1949; Wavell Heights, Qld, 1958-1968) ===''BUTLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lloyd Butler|Butler, Alfred Lloyd "Lloyd"]] - Licences: 5BR Adelaide (Prospect, 1947); 5BR Murray Bridge (1948-1960); 5BR Adelaide (Panorama, 1965-1980+) - Qualifications: AOCP; BOCP; TVOCP - amateur operator; historian (SA amateur, SA broadcast) - Electoral Rolls: - Links: [http://users.tpg.com.au/ldbutler/index.htm Web] * [[/Richard Edmund Butler|Butler, Richard Edmund "Dick"]] [https://www.familysearch.org/tree/person/details/GQX1-ZPZ] - 1926(Vic)-2012(Vic) - Senior federal public servant (PMGD), Deputy General Secretary ITU 1983-1989, Secretary General ITU 1983-1989 [https://www.itu.int/en/history/Pages/ElectedOfficialBio.aspx?off=6] ===''BUTLER-WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bertie Saywell Butler-Wood|Butler-Wood, Bertie Saywell]] [https://www.familysearch.org/tree/person/details/GXJ2-18J] - 1894(NSW)-1954(Qld) - Licences: 4EJ Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (West End, Qld, 1919-1925); dentist (West End, Qld, 1943-1954) ===''BUTTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Butterfield|Butterfield, George William]] [https://www.familysearch.org/tree/person/details/L77T-FCW] - 1903(Eng)-1980(WA) - Licences: 6GW Perth (South Perth, 1932-1939) - Qualifications: cc; AOCP 906, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: dental mechanic (Northam, WA, 1925; South Perth, WA, 1931); radio engineer (South Perth, WA, 1936-1958); retired (South Perth, WA, 1977) ===''BUTTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Butters|Butters, William Leslie W.]] [https://www.familysearch.org/tree/person/details/2VQ7-BSV] - 1885(NSW)-1953(NSW) - Licences: 2WY Bermagui South (1928-1935); 2WY Sydney (Brooklyn, 1936-1938; Cronulla, 1939; Karuah, 1946-1947); 2WY Nambucca Heads (1948-1950) - Qualifications: AOCP 464, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: fisheries inspector (Bermagui South, 1930; Brooklyn, 1936); clerk (Erskineville, 1943); retired (Nambucca Heads, 1949) ===''BUTTERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Butterworth|Butterworth, Cecil]] [https://www.familysearch.org/tree/person/details/GMLR-QDG] - 1910(NSW)-1990(NSW) - Licences: 2CB Wallsend (1929-1930); 2BU Wallsend (1931-1939, 1946-1980+) - Qualifications: AOCP 540, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Wallsend, 1936-1958); manufacturer (Wallsend, 1963-1972); engineer (Rankin Park, 1977-1980) ===''BUZACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Hardie Buzacott|Buzacott, Albert Hardie "Hardie"]] [https://www.familysearch.org/tree/person/details/L7YK-QZ6] - 1914(Qld)-1984(Qld) - Licences: 4UZ Toowoomba (1934-1939) - Qualifications: cc; AOCP 1242, 1934, No. ?? in Qld; AOLCP 260, 1935 - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio mechanic (East Toowoomba, Qld, 1936-1937); radio operator (East Toowoomba, Qld, 1943-1949); manager (Roma, Qld, 1949; Gympie, Qld, 1954-1972; Caloundra, Qld, 1977-1980) * [[/Richard Norman Buzacott|Buzacott, Richard Norman]] [https://www.familysearch.org/tree/person/details/GZ82-8ZL] - 1909(WA)-1975(Vic) - Licences: 3RB Melbourne (Elsternwick, 1926; Burwood, 1931; Camberwell, 1933); 2TD Sydney (North Sydney, 1935-1936); 3TD Lubeck (1938-1939); 3TD Melbourne (Balwyn, 1946-1960); 3AUB Melbourne (Reservoir, 1969-1975) - Qualifications: AOCP 298, 1926, No. ?? in Vic; 1COCP 61, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1931); broadcast engineer (North Sydney, 1934-1935); engineer (Camaray, NSW, 1936); broadcast engineer (Lubeck, 1937); wireless operator (Canterbury, 1943); technician (Canterbury, 1949-1954); engineer (Reservoir, 1963-1972) =='''C'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''CAGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cagney|Cagney, Eric William]] [https://www.familysearch.org/tree/person/details/GXH2-9HV] - 1909(Qld)-1990(Qld) - Licences: 4EC Rockhampton (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1386, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Palings, piano tuner); associate I.R.E. Aust - Electoral Rolls: musical instrument worker (Rockhampton, Qld, 1931-1980) ===''CAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Cain|Cain, James Henry]] [https://www.familysearch.org/tree/person/details/MKN2-48M] - 1866(Isle of Man)-1940(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a/g superintendent, Central Mission, Wesley Church, Melbourne, Vic) - Electoral Rolls: clergyman (Mooroopna, 1903; North Melbourne, 1909-1913; Carlton, 1914-1919; Glenferrie, 1921-1924; Auburn, 1924-1927; Kew, 1928-1937) ===''CALDECOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry William Spencer Caldecott|Caldecott, Henry William Spencer]] [https://www.familysearch.org/tree/person/details/GZT8-K3M] - 1908(Canada)-1991(NSW) - Licences: 2SM Sydney (Manly, 1926-1927; Chatswood, 1928-1929; Manly, 1930-1931); 2DA Sydney (Manly, 1933-1939; Balgowlah, 1946-1980+) - Qualifications: AOCP 285, 1926, No. ?? in NSW; AOLCP 58, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Balgowlah, 1930-1968); engineer (Balgowlah, 1977-1980)- callsign 2SM withdrawn by PMGD for allocation to 2SM commercial broadcaster ===''CALDWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aleck Stewart Caldwell|Caldwell, Aleck Stewart]] [https://www.familysearch.org/tree/person/details/M5SS-6BB] - 1903(SA)-1983(SA) - Licences: Receive Adelaide (Unley North, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: During 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Donald Pavy Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: draftsman (Black Forest, SA, 1939); assistant (Erindale, SA, 1941-1943) * [[/Donald Pavy Caldwell|Caldwell, Donald Pavy]] [https://www.familysearch.org/tree/person/details/LVC2-5NT] - 1907(SA)-1959(NSW) - Licences: Nil yet identified - Qualifications: cc; AOCP 29, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Comment: amateur broadcaster but never held licence in his name, during 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Aleck Stewart Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: telegraphist (Clapham, SA, 1939-1943) * [[/Frank David Caldwell|Caldwell, Frank David]] [https://www.familysearch.org/tree/person/details/G8DV-FQ9] - 1907(NSW)-1975(NSW) - Licences: 2YF Sydney (Bondi, 1930-1936; Concord, 1937; Bondi, 1938-1939; Waverley, 1946-1969); 2YF Katoomba (1975) - Qualifications: AOCP 587, 1930, No. ?? in NSW; 3COCP 404, 1938; BOCP 186, 1938 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: employee Clyde Engineering Works (Burwood, 1930); mechanic (Bondi, 1936-1937; Waverley, 1949-1958; Bronte, 1963-1968) * [[/Robert Ballantyne Caldwell|Caldwell, Robert Ballantyne]] [https://www.familysearch.org/tree/person/details/2ZSH-LYB] - 1869(SA)-1942(SA) - Licences: 5BP Adelaide (Unley, 1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: father of Aleck Stewart Caldwell & Donald Pavy Caldwell; brother of William Alexander Caldwell - Electoral Rolls: resident engineer (North Unley, SA, 1939-1941) * [[/Rupert Christian Caldwell|Caldwell, Rupert Christian]] [https://www.familysearch.org/tree/person/details/G8W3-897] - 1893(Vic)-1989(NSW) - Licences: 2YW Receive Sydney (Leichhardt, 1923-1924); 2JO Sydney (Bondi Junction, 1928; Waverley, 1929-1933; Woollahra, 1934-1937; Bondi, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 415, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: traveller (Waverley, 1930-1933; Woollahra, 1934-1936; Bondi Beach, 1937-1968); retired (Waverley, 1972; Bondi Beach, 1977; Malabar, 1980) * [[/William Alexander Caldwell|Caldwell, William Alexander]] [https://www.familysearch.org/tree/person/details/K8Y4-P92] - 1881(SA)-1964(SA) - Licences: 5DI Receive Adelaide (Unley, 1923); 5BO Adelaide (Unley, 1923); 5BP Adelaide (Unley, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: brother of Robert Ballantyne Caldwell; uncle of Aleck Stewart Caldwell & Donald Pavy Caldwell - Electoral Rolls: nil (Glenelg, SA, 1939-1943) ===''CALETTI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guido Caletti|Caletti, Guido "Jim"]] [https://www.familysearch.org/tree/person/details/G841-NV5] - 1900(NSW)-1952(NSW) - Licences: 2CL Receive Sydney (Leichhardt, 1922; Newtown, 1922); 2CL Sydney (Newtown, 1923; Redfern, 1924; Annandale, 1924-1926; Punchbowl, 1927-1929; Penrose, 1930); 2AHV Sydney (Hurstville, 1938-1939, 1946-1950) - Qualifications: cc; CPRTelephony 649, 1921 - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Punchbowl, 1930); mechanic (Bankstown, 1933); telephone mechanic (Hurstville, 1937-1949) ===''CALLABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Callaby|Callaby, Clarence James]] [https://www.familysearch.org/tree/person/details/GZBQ-38C] - 1910(NSW)-1978(NSW) - Licences: 2CJ Sydney (Concord, 1929-1934); 3BI Ballarat (1937-1939) - Qualifications: AOCP 546, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: laboratory assistant (Concord, 1933-1935); chemist (Croydon, 1936-1937); industrial chemist (West Ryde, 1943-1958); company director (St Ives, 1963-1968); director (St Ives, 1972-1977) ===''CALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Victor Callick|Callick, Harold Victor]] [https://www.familysearch.org/tree/person/details/GXF4-P45] - 1898(Eng)-1978(Qld) - Licences: Receive Brisbane (Herston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: surgical dresser (Kelvin Grove, Qld, 1921-1925; Herston, Qld, 1937-1963; Alderley, Qld, 1943-1949; Herston, Qld, 1954-1958; Chermside, Qld, 1963); retired (Miami, Qld, 1968-1977) ===''CALLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival James Callow|Callow, Percival James]] [https://www.familysearch.org/tree/person/details/GXFB-TR6] - 1899(Qld)-1969(Qld) - Licences: Receive (Crystal) Brisbane (Albion, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: public servant (Albion, Qld, 1921-1925); clerk (Glen Kedron, Qld, 1934; Kedron, Qld, 1936-1963); retired (Scarborough, Qld, 1968) ===''CAMERON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. R. Cameron|Cameron, A. R.]] - 19??(???)-19??(???) - Licences: 5RC Adelaide (Leabrook, 1931-1938); 2AMK Sydney (Hunters Hill, 1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Milton Cameron|Cameron, Robert Milton]] [https://www.familysearch.org/tree/person/details/GZXL-HDJ] - 1907(Vic)-1985(SA) - Licences: 3OT Receive Melbourne (Malvern, 1923); 3OT Melbourne (Malvern, 1924-1933); 2XV Sydney (Waverton, 1935; Cronulla, 1937-1939); 4CS Brisbane (Doomben, 1947; Archerfield, 1948); 3AC Melbourne (Prahran, 1954-1955; Hawthorn, 1956-1960) - Qualifications: cc; AOCP 112, 1925, No. ?? in Vic; 1COCP 87, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Malvern East, 1931-1934); aeradio operator (Cooktown, 1943); surveyor (Prahran, 1954) ===''CAMPBELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dallas Dwyer Campbell|Campbell, Dallas Dwyer]] - 1901(NSW)-1964(NSW) - 2KU? Receive Ulmarra (1922-23), 2CU Ulmarra (1924-1939), amateur operator (AOCP 5, 1924, No. ?? in NSW), amateur broadcaster * [[/Douglas Gilmore Campbell|Campbell, Douglas Gilmore]] [https://www.familysearch.org/tree/person/details/LJBS-NDD] - 1888(NSW)-1971(NSW) - 2JO Receive Kyogle (1922-1924), 2DG Kyogle (1925-1933), amateur operator (AOCP 70, 1925, No. ?? in NSW), amateur broadcaster * [[/Frank Valentine Campbell|Campbell, Frank Valentine]] [https://www.familysearch.org/tree/person/details/GXZJ-CGN] - 1901(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4GC George Alfred Campbell - Electoral Rolls: wireless expert (South Brisbane, Qld, 1926); mechanic (Kedron, Qld, 1928-1929); electrical engineer (Kedron, Qld, 1934-1954); electrician (Haberfield, NSW, 1958-1963); retired (Beacon Hill, NSW, 1968-1972) * [[/Frederick Alexander Campbell|Campbell, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/KC4J-HG7] - 1849(Sct)-1930(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, South Yarra, Vic) - Electoral Rolls: director (Melbourne, 1903-1913; South Yarra, 1914-1919); chief executive (South Yarra, 1924-1928) * [[/George Alfred Campbell|Campbell, George Alfred]] [https://www.familysearch.org/tree/person/details/GXZJ-C21] - 1894(Eng)-1983(Qld) - Licences: 4GC Brisbane (South Brisbane, 1937-1939, 1947-1960); 4GC Mermaid Beach (1965-1975); 4GC Brisbane (Annerley, 1980+) - Qualifications: cc; AOCP 2014, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Frank Valentine Campbell - Electoral Rolls: electrical engineer (West End, Qld, 1925-1926; South Brisbane, Qld, 1928-1963); retired (Annerley, Qld, 1968-1972; Mermaid Beach, Qld, 1977) * [[/James Campbell|Campbell, James]] - 1845(Sct)-1893(Vic) - proprietor of engineering business in Ballarat, politician in Victoria, Postmaster-General Victoria (Apr 1884 - Feb 1886) * [[/Neville Douglas Campbell|Campbell, Neville Douglas or Douglas Neville]] [https://www.familysearch.org/tree/person/details/G73C-WVG] - 1912(Tas)-2007(Tas) - Licences: 7NC Hobart (City, 1932-1939, 1946-1956; Sandy Bay, 1960-1980) - Qualifications: cc; AOCP 993, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (New Town, 1943; Sandy Bay, 1949-1958) * [[/Robert Campbell|Campbell, Robert]] - 1917(???)-1950(Qld) - Licences: 4RC Brisbane (Kelvin Grove, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1180, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, treasurer, QSL officer) - Comment: numerous contemporaneous RCs - Electoral Rolls: Nile yet identified ===''CANAVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Canavan|Canavan, John]] [https://www.familysearch.org/tree/person/details/GF3D-L6T] - 1914(Eng)-2008(WA) - Licences: 6CN Perth (City, 1936-1939); 6ON Perth (Mt Hawthorn, 1948) - Qualifications: cc; AOCP 1811, 1936, WA; BOCP 109, 1937; 1COCP 618, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (North Perth, WA, 1937; Maylands, WA, 1949; Bayswater, WA, 1954; Port Hedland, WA, 1958; Bayswater, WA, 1963-1980) ===''CANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Fredrick Herrett Cannon|Cannon, Ronald Fredrick or Frederick Herrett]] [https://www.familysearch.org/tree/person/details/G7JW-T6L] - 1913(Tas)-1994(Vic) - Licences: 7RC Wynyard (1932-1939); 3BRC Melbourne (Hawthorn, 1975) - Qualifications: cc; AOCP 946, 1932, No. ?? in Tas; BOCP 97, 1937; 1COCP 473, 1941 - amateur operator; amateur broadcaster; RAAFWR; WW2 - Electoral Rolls: shop assistant (Wynyard, 1936-1937); engineer (St Kilda, 1943); radio technician (Auburn, 1949; Hawthorn, 1954-1967); tv hirer (Hawthorn, 1968-1980) ===''CANSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathan Victor Charles Cansick|Cansick, Nathan Victor Charles]] [https://www.familysearch.org/tree/person/details/LKSJ-CXC] - 1907(Vic)-1968(NSW) - 3VE Receive Melbourne (St Kilda, 1923-1924), 3AK Melbourne (St Kilda, 1925-1931), amateur operator (AOCP 139, 1925, No. ?? in Vic), amateur broadcaster ===''CAREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Carey|Carey, Francis Joseph "Frank"]] - 18??-19?? - X??, 4?? Toowoomba 1911-1914, 1922-1923, 2AMI Sydney (Centennial Park, 1933-1939; North Sydney 1946-1954; Fairfield 1955-1980) - amateur operator (AOCP 1152, 1933, ?? in NSW) , radio club member (QWI), Halcyon: AOCP NSW 1925 * [[/John Thomas Carey|Carey, John Thomas]] [https://www.familysearch.org/tree/person/details/G6Y9-TZ8] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 19, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: wireless operator (St Kilda, 1913; West End, Townsville, 1919) ===''CARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Lewis Carne|Carne, Ronald Lewis "Ron"]] [https://www.familysearch.org/tree/person/details/GXCC-N3M] - 1910(Fiji)-1976(Qld) - Licences: 4RP Hambledon Mill via Cairns (1935); 4RP Innisfail (1937-1939) - Qualifications: cc; AOCP 1186, 1933, Qld; 3COCP 429, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Goondi Mill, Innisfail, 1936-1937); cane inspector (Sherwood, Qld, 1943); assistant cane inspector (Goondi Mill, Innisfail, Qld, 1949-1954); cane inspector (Victoria Mill, Ingham, Qld, 1954-1958); manager (Harwood Mill, Harwood Island, NSW, 1963; Victoria Mill, Ingham, Qld, 1968); retired (Bowen, Qld, 1972) ===''CARPENTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Carpenter|Carpenter, Archibald John]] [https://www.familysearch.org/tree/person/details/GZPR-BJS] - 1900(WA)-1956(France) - Licences: No known licence - Qualifications: cc; AOCP 376, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: school teacher (Northam, 1925-1936); instructor (South Perth, 1943); firewood vendor (Whyalla, 1948); teacher (Kalgoorlie, 1954) ===''CARRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Carrie|Carrie, F.]] - 19??(???)-19??(???) - Licences: 5JC Adelaide (Glanville, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CARTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Carter|Carter, Albert Edward "Birdie"]] [https://www.familysearch.org/tree/person/details/GHDL-5CB] - 1916(Qld)-2014(Qld) - Licences: 4LT Brisbane (Wavell Heights, 1938-1939, 1946-1948); 4LT Nanango (1954); 4LT Brisbane (Carina, 1955-1969); 4LT Sunshine Beach (1975); 4LT Tewantin (1980) - Qualifications: cc; AOCP 2143, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); wholesale grocery (S. Hoffnung & Co); WW2 - Comment: several contemporaneous AECs - Electoral Rolls: merchant (Greenslopes, Qld, 1943-1949); manager (Nanango, Qld, 1954); departmental manager (Carina, Qld, 1958-1972); retired (Sunshine Beach, Qld, 1977; Tewantin, Qld, 1980)) * [[/Clarence Sydney William Carter|Carter, Clarence Sydney William]][https://www.familysearch.org/tree/person/details/L5T1-TXL] - 1902(SA)-1962(SA) - Licences: Receive Adelaide (Kensington, 1923); 5CS Adelaide (Maylands, 1924-1926) - Qualifications: cc; AOCP 24, 1924, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: salesman (Glen Osmond, SA, 1939-1943) * [[/Frederick Pell Carter|Carter, Frederick Pell or Peel (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXP4-2BC] - 1899(NSW)-1968(SA) - Licences: 5GK Adelaide (Mile End, 1931-1939) - Qualifications: cc; AOCP 761, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: service station proprietor (Mile End, SA, 1939-1943) * [[/H. Carter|Carter, H.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Graceville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Numerous contemporaneous HCs - Electoral Rolls: Nil yet identified * [[/Harry Raymond Carter|Carter, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G9G5-KJT] - 1911(NSW)-1986(NSW) - Licences: 2HC Quirindi (1926-1939; 1946-1980+); 2BE Portable Quirindi (1933-1934); 2AI Portable Quirindi (1935-1939) - Qualifications: AOCP 286, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Quirindi, 1933-1980) - Callsign 2BE withdrawn by PMGD for 2BE Bega commercial ===''CARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Carty|Carty, Bruce]] - historian (broadcast, amateur broadcast), author "Australian Radio History" ===''CASTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Castle|Castle, Clarence Henry "Clarry"]] [https://www.familysearch.org/tree/person/details/GXGF-7GR] - 1915(SA)-2002(SA) - Licences: 5KL Adelaide (Prospect, 1933-1939); 5KL Darwin (1947-1948); 5KL Adelaide (Enfield Heights, 1954-1965; Enfield, 1969-1980+) - Qualifications: cc; AOCP 1209, 1933, SA; 2COCP 263, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''CASWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Harold Caswell|Caswell, Archibald Harold "Arch"]] [https://www.familysearch.org/tree/person/details/GXCC-Y3X] - 1913(Qld)-1986(Qld) - Licences: 4CB Murgon (1934-1939); 4CB Maryborough (1946-1975) - Qualifications: cc; AOCP 1340, 1934, Qld - amateur operator; amateur broadcaster; WW2 (POW); business proprietor (garage) - Electoral Rolls: radio technician (Maryborough, Qld, 1954-1972); retired (Torquay, Qld, 1977-1980) ===''CATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lester Evans Catford|Catford, Lester Evans]] [https://www.familysearch.org/tree/person/details/GDD8-RCB] - 1911(SA)-1990(SA) - Licences: 5LC Gladstone (1931-1939, 1947); 5LC Adelaide (Malvern, 1948-1980) - Qualifications: cc; AOCP 789, 1931, No. ?? in SA; BOCP 357, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Gladstone, SA, 1939-1943) * [[/Lance Maynard Catford|Catford, Lance Maynard]] [https://www.familysearch.org/tree/person/details/GMQR-K2W] - 1913(SA)-1989(SA) - Licences: 5XL Clare (1939, 1947-1980+) - Qualifications: AOCP 2372, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: share farmer (Clare, SA, 1939) ===''CAVANAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Mortimer Cavanagh|Cavanagh, William Mortimer]] [https://www.familysearch.org/tree/person/details/GZ23-GPH] - 1908(Vic)-1995(NSW) - Receive Warburton (1923-1924), 3WC Melbourne (St Kilda, 1925), 2WC Sydney (Potts Point, 1928), 2WC Goulburn (1930), 3WC Melbourne (St Kilda, 1931; Williamstown, 1937-1939), 2WC Wauchope (1946-1980+), qualifications: (AOCP 214, 1925, No. ?? in Vic; 1COCP 598, 1942), amateur operator, amateur broadcaster, WW2, electoral rolls: sales (Goulburn, 1930; St Kilda, 1931-1934), radio dealer (Wauchope, 1949-1980) ===''CAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Cave|Cave, Norman]] [https://www.familysearch.org/tree/person/details/GDB7-G73] - 1898(Eng?)-19??(???) - Licences: 7BC Launceston (1925-1926); operator of Wills & Co Receive licence 1924 - Qualifications: cc; AOCP 129, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 (RAF Wireless Operator); foundation member Tasmanian Gliding Club (instructor); returned to England 1931; likely Wing Commander RAF in WW2; possibly lost in SE Asia 1942 - Electoral Rolls: Nil yet identified ===''CAWTHRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Cawthron|Cawthron, Edward Joseph "Ted"]] [https://www.familysearch.org/tree/person/details/GZBH-9SX] - 1908(NSW)-1964(SA) - Licences: 2JC Sydney (Concord, 1926-1933; Neutral Bay, 1931; Concord, 1933; Five Dock, 1933); 2VA Sydney (City, 1931); 2EJ Sydney (City, 1931); 5JC Adelaide (Kent Town, 1937-1939); 5JE Adelaide (Somerton, 1947-1948; North Glenelg, 1954; Somerton Park, 1960) - Qualifications: cc; AOCP 308, 1926, No. ?? in NSW; BOCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Haberfield, 1943) ===''CECIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clyde Cecil|Cecil, Clyde]] [https://www.familysearch.org/tree/person/details/GZN5-XYG] - 1898(Vic)-1963(WA) - Licences: 6AB Kalgoorlie (1923-1927) - Qualifications: cc; AOCP 154, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2; witness to Royal Commission 1927 (as a listener, Kalgoorlie) - Electoral Rolls: civil servant (Kalgoorlie, 1919); lecturer (Kalgoorlie, 1921-1925; Maylands, 1928-1937); metallurgist (Nedlands, 1943); physicist (Nedlands, 1949-1954); school principal (Triggs Island, 1958-1963) ===''CHADWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Howel Chadwick|Chadwick, Richard Howel (Electoral Rolls) or Howell (BMD) "Dick"]] [https://www.familysearch.org/tree/person/details/G3PQ-6HH] - 1896(NZ)-1955(Qld) - Licences: 4GU Brisbane (Wilston, 1933-1939, 1946-1947) - Qualifications: cc; AOCP 1197, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW1; radio clubs (WIAQ); employment (travelling salesman) - Electoral Rolls: storeman (Zillmere, Qld, 1921); salesman (Wilston, Qld, 1925-1954) ===''CHAFFER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Martin Chaffer|Chaffer, Edward Martin "Martin"]] [https://www.familysearch.org/tree/person/details/GZ1Z-B3P] - 1905(Vic)-1981(Vic) - Licences: 3XF Receive Melbourne (Moonee Ponds, 1923); 3XF Melbourne (Moonee Ponds, 1923-1927); 6XF Perth (Mt Lawley, 1930-1931); 3XF Melbourne (Moonee Ponds, 1933); 2AEK Sydney (Potts Point, 1938); 3MH Hamilton (1947); 3MH Ballarat (1948); 3MH Swan Hill (1954); 3MH Melbourne (Preston, 1955-1956; Moonee Ponds, 1965-1969; Doncaster, 1975-1980) - Qualifications: cc; AOCP 354, 1927, No. ?? in Vic; 3COCP 304, 1937; 2COCP 113, 1937; 1COCP 151, 1937 - amateur operator, amateur broadcaster, radio clubs (WIA Vic Essendon, treasurer, 1924), placed 2nd for best complete station Melbourne Wireless Exhibition 1924; placed second for best complete station at Melbourne Wireless Exhibition 1925; placed 10th in 3LO amateur broadcasting competition 1926; broadcast engineer (3HA, 3BA, 3SH), Dept Civil Aviation 1930s, military (WW2, 1942+) - Electoral Rolls: manager (Moonee Ponds, 1928-1936); radio engineer (Hamilton, 1942; Ballarat, 1949; Swan Hill, 1954; Preston, 1963); radio technician (Moonee Ponds, 1967-1968); retired (Doncaster, 1977-1980) - Relationships: father of 3AII Ken Chaffer ===''CHALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Robert Challen|Challen, Peter Robert]] - 1848(Eng)-1905(Vic) - early telephone, telephony & wireless experimenter, employment (Vic Posts & Telegraphs, Electrical Office & Postmaster), radio clubs (Telegraph Electrical Society, Victoria), associate of Henry Walter Jenvey, William Philip Bechervaise & George Smibert ===''CHALLENDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard Challender|Challender, Gerard "Gerry"]] - 1910(Eng)-1950(NSW) - 2ZS Kempsey, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, high profile participation 1950 Kempsey floods, military (WW2) ===''CHALLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Reginald Challenger|Challenger, George Reginald]] [https://www.familysearch.org/tree/person/details/G3YQ-ZZB] - 1902(NSW)-1936(NSW) - Licences: 2GC Sydney (Auburn, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Auburn, 1930-1935) ===''CHAMBERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Rupert Chambers|Chambers, Francis Rupert]] [https://www.familysearch.org/tree/person/details/MYY2-JKX] - 1898(Vic)-1971(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 247, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Camberwell, 1924-1925); contractor (Geraldton, 1931; Mt Waverley, 1934-1936); linesman (Seaford, 1937; Frankston, 1942); technician (Frankston, 1949; Seaford, 1954); retired (Upwey, 1963; McRae, 1968) * [[/Walter Alfred Chambers|Chambers, Walter Alfred]] [https://www.familysearch.org/tree/person/details/G3N6-VX1] - 1889(Qld)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 151, 1915; 2COCP 100, 1930; 1COCP 96, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIP Perth (1917-1918) - Electoral Rolls: mechanic (Thursday Island, 1912-1913); radio telegraphist (Wyndham, 1916-1917); telegraphist (Subiaco, 1917); radio telegraphist (Esperance, 1921-1925); officer-in-charge (Geraldton, 1925); radio officer (Como, 1931-1934; Esperance, 1936-1937); radio telegraphist (Como, 1943-1968) ===''CHANDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Beals Chandler|Chandler, John Beals]] [https://www.familysearch.org/tree/person/details/G6HN-HXH] - 1887(Eng)-1962(Qld) - principal (4BC); proprietor (J. B. Chandler & Co., 1913-1962); Lord Mayor Brisbane (1940-1952); witness to Royal Commission Wireless 1927 - don't confuse D. W. Chandler early wireless experimenter - [https://adb.anu.edu.au/biography/chandler-sir-john-beals-9724 ADB] ===''CHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Channon|Channon, H. D.]] - 19??(???)-19??(???) - Licences: 2BO Receive Inverell (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Lloyd Lister Channon|Channon, Lloyd Lister]] [https://www.familysearch.org/tree/person/details/GD59-4NS] - 1885(NSW)-1949(NSW) - Licences: 2AQ Receive Manilla (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: postmaster (Elsmore, 1913); postal official (Raymond Terrace, 1930-1949) ===''CHAPMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Chapman|Chapman, Austin]] [https://www.familysearch.org/tree/person/details/LZYW-3F4] - 1864(NSW)-1926(NSW) - occupations (apprentice saddler, hotelier), politician (Postmaster-General, 1905-1907), oversight of Commonwealth Wireless Telegraphy conference Melbourne 1907 - Links: [[w:Austin Chapman|Wikipedia]]; [https://adb.anu.edu.au/biography/chapman-sir-austin-5554 ADB] * [[/Bruce Amundsen Chapman|Chapman, Bruce Amundsen]] [https://www.familysearch.org/tree/person/details/G8VL-575] - 1912(WA)-1969(NSW) - Licences: 2BA Sydney (Chatswood, 1930-1939; Balgowlah, 1946-1958; St Ives, 1960-1969 - Qualifications: AOCP 696, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: shipping clerk (Chatswood, 1935-1937); clerk (Balgowlah, 1949-1958; St Ives, 1963-1968) * [[/E. B. Chapman|Chapman, E. B.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Frank William Chapman (Qld)|Chapman, Frank William (Qld)]] [https://www.familysearch.org/tree/person/details/GXC5-KB3] - 1898(???)-1974(Qld) - Licences: 4XL Brisbane (Yeronga, 1931-1939); 4ZFC Brisbane (Ekibin, 1965); 4TH Brisbane (Ekibin, 1969) - Qualifications: cc; AOCP 785, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: gardener (Salisbury, Qld, 1928); labourer (Yeronga, Qld, 1929-1937); waterside worker (Paddington, Qld, 1943-1949); PMG technician (Ekibin, Qld, 1954-1972) * [[/Frank William Chapman (WA)|Chapman, Frank William (WA)]] [https://www.familysearch.org/tree/person/details/LBXD-TFK] - 1918(Vic)-1988(WA) - Licences: 6CC Perth (Manning Park, 1954-1965; Bassendean, 1969-1980+) - Qualifications: cc; AOCP 3319, 1953, WA - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Chidlow, WA, 1949); teacher (Manning Park, WA, 1954-1963); technical school principal (Kalgoorlie, WA, 1963); teacher (Bassendean, WA, 1968-1977); retired (Bassendean, WA, 1980) * [[/Harrison Chapman|Chapman, Harrison "Harry"]] [https://www.familysearch.org/tree/person/details/G8CX-2C5] - 1909(Vic)-1990(Vic) - Licences: 3JX Receive Melbourne (Ivanhoe, 1922); 3GU Melbourne (Ivanhoe, 1929-1939, 1946-1965; Flinders, 1965-1975); 3AGU Portable Melbourne (Ivanhoe, 1948-1956; Flinders, 1965-1975) - Qualifications: AOCP 513, 1929, No. ?? in Vic; 1AOCP 32, 1946 - amateur operator, amateur broadcaster - Electoral Rolls: student (Ivanhoe, 1931-1936); chemist (Geelong, 1937); RAAF (Ballarat, 1942; Ivanhoe, 1949-1954); chemical engineer (Ivanhoe, 1963); minister of religion (Flinders, 1968); clergyman (Flinders, 1972-1977) * [[/Owen George Chapman|Chapman, Owen George]] [https://www.familysearch.org/tree/person/details/K8YX-YLK] - 1904(NSW)-1961(NSW) - Licences: 2OC Wyong (1930-1939, 1946-1960) - Qualifications: AOCP 669, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Wyong, 1930-1958) * [[/Percival Carnew Lamont Chapman|Chapman, Percival Carnew Lamont "Percy"]] [https://www.familysearch.org/tree/person/details/G8GM-5M8] - 1911(Qld)-2008(Qld) - 4PC Brisbane (Sandgate, 1933); 4PC Babinda (1937-1939); 4PC Monto (1946-1975); 4PC Point Vernon (1980) - Qualifications: cc; AOCP 1155, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); occupation (power house engineer/manager) - Relationships: father of Geoff Chapman 4CET - Electoral Rolls: engineer (Ayr, Qld, 1943; Monto, Qld, 1949-1972); retired (Point Vernon, Qld, 1977-1980) * [[/William George Chapman|Chapman, William George]] [https://www.familysearch.org/tree/person/details/KZ2X-8KG] - 1890(Tas)-1957(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 116, 1915; 1COCP 63, 1930 - RANRS (Warrant Telegraphist, 1917); coastal wireless operator; witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: radio telegraphist (Broome, 1925); officer-in-charge (Radio Station Applecross, 1931-1954) ===''CHAPPELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Arthur Chappell|Chappell, Lloyd Arthur]] [https://www.familysearch.org/tree/person/details/G69G-SB9] - 1911(Tas)-1998(Tas) - Licences: 7LC Ross (1936-1937); 7LC Winnaleah (1938-1939); 7LC Hobart (Kingston, 1947-1955; Sandy Bay, 1956-1975; Coles Bay, 1980+) - Qualifications: cc; AOCP 1828, 1936, No. ?? in Tas; BOCP 172, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: projectionist (Ross, 1936-1937); radio engineer (Queenstown, 1943; Kingston, 1949-1958) ===''CHARLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Charles|Charles, Edward Arthur]] [https://www.familysearch.org/tree/person/details/K8QC-V3V] - 1916(SA)-1981(SA) - Licences: 5YQ Adelaide (North Unley, 1935-1939; Unley, 1947-1948; Ascot Park, 1954-1956; Hyde Park, 1960-1980+) - Qualifications: cc; AOCP 1443, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Unley, SA, 1939-1943) ===''CHARLESWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Denison Charlesworth|Charlesworth, Reginald Denison]] [https://www.familysearch.org/tree/person/details/GW1M-CKJ] - 1900(Eng)-1980(NSW) - Licences: 2CI Receive Sydney (Haberfield, 1922); 2CI Sydney (Haberfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: migrated to Fiji mid 1920s, returned to Australia mid 1930s - Electoral Rolls: factory manager (Summer Hill, 1933); engineer (Haberfield, 1935-1937); Lane Cove, 1943); radio engineer (Dee Why, 1949-1954); engineer (Hunters Hill, 1958-1972) ===''CHARTERIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Charteris|Charteris, Michael]] - 4QS Ipswich & Maryborough - amateur operator, historian (amateur) ===''CHATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Greatham Chatfield|Chatfield, Robert Greatham "Bob"]] [https://www.familysearch.org/tree/person/details/LK92-9L1] - 1900(NZ)-1974(NZ) - Licences: ZL2AV Wellington (1925-1954+) - Qualifications: AOCP ??, 1925, No. ?? in NZ - amateur operator; amateur broadcaster; clubs (Wellington Amateur Radio Club 2WB, member and one time president) - Relationships: father of Don Chatfield ZL2SG - Comment: substantial early portion (100+) of QSL collection survives - Electoral Rolls: motor engineer (Wellington, 1922); salesman (Wellington, 1931-1954); retired (Wellington, 1963-1972) ===''CHATTERTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Chatterton|Chatterton, Francis Joseph]] [https://www.familysearch.org/tree/person/details/LZWW-952] - 1902(Tas)-1931(Tas) - Licences: 7AY Receive Hobart (West Hobart, 1922); Receive Hobart (West Hobart, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: machinist (Hobart, 1925-1928) ===''CHAUVEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Temple Frank Chauvel|Chauvel, Walter Temple Frank]] [https://www.familysearch.org/tree/person/details/LH5T-WNQ] - 1902(Qld)-1987(NSW) - Licences: Receive (Valve) Stanthorpe (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: jackeroo (Stanthorpe, Qld, 1925-1928); grazier (Stanthorpe, Qld, 1928-1943); radio engineer (Texas, Qld, 1949-1963); retired (East Ballina, NSW, 1968-1980) ===''CHEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Reginald Cheel|Cheel, Charles Reginald]] [https://www.familysearch.org/tree/person/details/9N1J-PTC] - 1890(Vic)-1955(SA) - Licences: 5CR Adelaide (Maylands, 1934-1939, 1947-1955) - Qualifications: cc; AOCP 1278, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CHENNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Chennell|Chennell, Victor "Vic"]] [https://www.familysearch.org/tree/person/details/GCBH-1XV] - 1907(SA)-1996(SA) - Licences: 5JH Adelaide (Norwood, 1927-1933; Cowandilla, 1937-1939; North Adelaide, 1946-1956; Ascot Park, 1960-1980+) - Qualifications: cc; AOCP 346, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: labourer? (Goodwood Park, 1939) ===''CHESSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chessell|Chessell, John or John Carl]] [https://www.familysearch.org/tree/person/details/KN16-XWP]? [https://www.familysearch.org/tree/person/details/L2M1-9GS]? - 1914(NSW)-1959(NSW) - Licences: 2LV Sydney (Dulwich Hill, 1929-1934); 2YU Sydney (Dulwich Hill, 1935-1936; Ashfield, 1937-1939); 2ER Sydney (Dulwich Hill, 1948-1950) - Qualifications: AOCP 517, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: baker (Croydon, 1936; Bowral, 1937-1954) - seems to be two contemporaneous John Chessel's ===''CHESTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Chesterfield|Chesterfield, John Henry]] [https://www.familysearch.org/tree/person/details/GSVH-3SK] - 1895(Vic)-1973(Qld) - Licences: 5JC Adelaide (Wayville, 1924-1926); 2ACQ Sydney (Strathfield, 1937-1939); 4HJ Brisbane (Cleveland, 1954-1960) - Qualifications: cc; CPRT 23, 1914; 1COCP 266, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: wireless operator (Croydon, NSW, 1930); radio engineer (Glenbrook, NSW, 1931-1935); department manager (Strathfield, NSW, 1935); radio engineer (Strathfield, 1936; Pymble, NSW, 1943; Cleveland, Qld, 1949-1963); retired (Mermaid Beach, Qld, 1968-1972) ===''CHICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Garth Chick|Chick, Leonard Garth]] [https://www.familysearch.org/tree/person/details/G6SW-7PJ] - 1918(Tas)-1999(NSW) - Licences: 7LG Launceston (1937-1939) - Qualifications: cc; AOCP 1973, 1937, No. ?? in Tas; BOCP 227, 1939; 2COCP 550, 1941; 1COCP 1264, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: seaman (Swan Point, 1944); aeradio operator (Lindisfarne, 1949); technician (Essendon, Vic, 1949-1954); draftsman (East Keilor, 1963-1968); surveyor (Forster, 1977-1980) ===''CHILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Oliver Chilton|Chilton, Frederick Oliver]] [https://www.familysearch.org/tree/person/details/GZNR-XFL] - 1905(NSW)-2007(NSW)102yo - Licences: Receive (Crystal) Sydney (Wahroonga, 1923-1924) - Qualifications: cc; AOCP 147, 1925, No. ?? in NSW - amateur receive operator; military (Brigadier); awards (Knighted) - Relationships: brother of 2RC Robert Ralph Chilton - Electoral Rolls: clerk (Wahroonga, NSW, 1930-1943); civil servant (South Yarra, Vic, 1949-1967); retired (Clareville Beach, NSW, 1972-1980) - Links: [[w:Frederick Oliver Chilton|Wikipedia]] * [[/George Frederick Chilton|Chilton, George Frederick]] [https://www.familysearch.org/tree/person/details/G3CR-41Q] - 1891(Vic)-1956(Vic) - Licences: 2GF Sydney (Pennant Hills, 1924; Carlingford, 1925); 4GD Townsville (1925-1926) - Qualifications: cc; CPRT 160, 1915; 1COCP 10, 1930 - amateur operator; amateur broadcaster; coastal operator (VIG, VIB, VIS, VIT, Rockbank); wireless telegraphist (PMG); RANRS (Commissioned Telegraphist, 1917); federal public servant (PMG) - Electoral Rolls: telegraphist (Wooloowin, 1919-1921); radio stationmaster (South Townsville, Qld, 1925; Glenferrie, 1927; Wireless Station, Rockbank, Vic, 1928-1942); engineer (St Kilda, 1949-1954) * [[/Robert Ralph Chilton|Chilton, Robert Ralph]] [https://www.familysearch.org/tree/person/details/GZNR-821] - 1907(NSW)-1985(Qld) - Licences: 2RC Sydney (Wahroonga, 1925-1926); 2RC Gloucester (1927); 2RC Sydney (Wahroonga, 1928-1939, 1946-1947; Roseville East, 1948) - Qualifications: cc; AOCP 152, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: chemist assistant (Wahroonga, 1933); chemist (Stanthorpe, 1954-1963; Sherwood, Qld, 1972) - Relationships: brother of Frederick Oliver Chilton ===''CHINERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jessie Camelia Chinery|Chinery or Chinnery, Jessie Camelia]] [https://www.familysearch.org/tree/person/details/GFMP-6NZ] - 1915(WA)-1995(WA) - Licences: 6JC Perth (Welshpool, 1937-1939) - Qualifications: cc; AOCP 1866, 1937, WA - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: not stated (Welshpool, WA, 1937) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''CHIPPINDALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Kellett Chippindall|Chippindall, Eric Kellett "Chippy"]] [https://www.familysearch.org/tree/person/details/LFCB-MNZ] - 1916(Qld)-1988(Qld) - Licences: 4XR Brisbane (Paddington, 1937-1939); 4XR Gympie (1946-1969); 4XR Brisbane (Paddington, 1975-1980+) - Qualifications: cc; AOCP 1940, 1937, Qld - amateur operator; amateur broadcaster; broadcast engineer (4SB, 4BU, 4LG, 4GY) - Electoral Rolls: radio engineer (Gympie, Qld, 1949); announcer-engineer (Gympie, Qld, 1954-1958); shopkeeper (Paddington, Qld, 1972-1980) ===''CHISHOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham St Clair Chisholm|Chisholm, Graham St Clair]] [https://www.familysearch.org/tree/person/details/GX47-TTR] - 1915(Qld)-2002(WA) - Licences: 4LP Brisbane (Kelvin Grove, 1933); 3ACG Melbourne (South Yarra, 1947-1948); 5PG Darwin (1955-1956); 1AB Canberra (Canberra City, 1960; Ainslie, 1965); 6IB Perth (Dalkeith, 1969-1975) - Qualifications: cc; AOCP 1101, 1933, No. ?? in Qld; BOCP 18, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcaster (3SR, Shepparton, Vic, 1942); radio engineer (South Yarra, Vic, 1949-1954); broadcaster (Reid, ACT, 1958; Ainslie, ACT, 1963; Dalkeith, WA, 1968-1972); manager (Nedlands, 1977-1980) ===''CHITHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Chitham|Chitham, William Norman "Bill"]] [https://www.familysearch.org/tree/person/details/GXWT-KJK] - 1912(Qld)-1997(Qld) - Licences: 4UU Brisbane (Bulimba, 1933-1934; Fortitude Valley 1937-1939; Cannon Hill, 1946-1980+) - Qualifications: cc; AOCP 913, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor, QSL officer); part of the "U" gang; military (WW2) - Electoral Rolls: storeman (Valley, Qld, 1936-1943); radio mechanic (Cannon Hill, 1949-1963); buyer (Cannon Hill, Qld, 1968-1980) ===''CHOATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Sidney Choate|Choate, Roger Sidney]] [https://www.familysearch.org/tree/person/details/GFQX-RW3] - 1913(Irl)-1978(WA) - Licences: 6RK Harvey (1930-1933); 6RK Kalgoorlie (1937-1939); 6RK Dardanup (1947); 6RK Perth (Subiaco, 1948-1956; Salters Point, 1960-1975) - Qualifications: cc; AOCP 714, 1930, No. ?? in WA; BOCP 42, 1936; 3AIR 1121, 1947 - amateur operator; amateur broadcaster; WW2 (RAAF, Squadron Leader) - Awards: Military Division OBE [[w:1964_Birthday_Honours|Wikipedia]] - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1937; Perth, WA, 1937); engineer (Melville, WA, 1943); civil servant (Subiaco, WA, 1949-1958); surveyor (Salters Point, WA, 1963-1968; Manning, WA, 1972-1977) - Links: [https://www.awm.gov.au/collection/R1513688 AWM] [https://www.ozatwar.com/raaf/shepherdshillradar.htm OzAtWar] ===''CHRISMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Chrismas|Chrismas, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/G6YC-FC2] - 1892(NSW)-1950(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 250, 1916; 1COCP 31, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIW Wyndham (1917-1918) - Electoral Rolls: operator (Broome, 1916); wireless operator (Wyndham, 1917; Applecross, 1925); radio telegraphist (Broome, 1931; Geraldton, 1936-1949) ===''CLAFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keighran James Claffey|Claffey, Keighran James]] [https://www.familysearch.org/tree/person/details/G84R-LLP] - 1903(Vic)-19??(???) - Licences: 2AK Deniliquin (1928-1939); 2AK Picton (1946); 2AK Deniliquin (1947-1980+) - Qualifications: AOCP 459, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarrandale, 1949; Deniliquin, 1954; Yarrandale, 1958-1963); retired (Deniliquin, 1977-1980) ===''CLARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Clark|Clark, Francis Thomas]] [https://www.familysearch.org/tree/person/details/G8WF-CJH] - 1903(WA)-1998(Vic) - Licences: 3FC Rainbow (1928); 3FC Melbourne (St Kilda, 1931; Hawthorn, 1933; Elwood, 1937; St Kilda, 1938); 3FC Mildura (1946-1947); 3FC Ouyen (1948-1960); 3FC Geelong (Leopold, 1969; Clifton Springs, 1975-1980+) - Qualifications: AOCP 426, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal official (Rainbow, 1925); postal clerk (Rainbow, 1928); clerk (St Kilda, 1931-1937); senior postal clerk (Red Cliffs, 1942); postmaster (Ouyen, 1949-1954); retired (Clifton Springs, 1972-1980) * [[/Frank P. R. Clark|Clark, Frank P. R.]] [https://www.familysearch.org/tree/person/details/GZFG-WRN] - 1900(NSW)-1928(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923-1924); 2YF Sydney (Manly, 1925) - Qualifications: AOCP 122, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: gone too soon * [[/Leopold Francis Clark|Clark, Leopold Francis]] [https://www.familysearch.org/tree/person/details/273Q-3D5] - 1902(Tas)-1978(Tas) - Licences: 7CK Natone (1932-1939); 7CK Burnie (1946-1948); Deloraine (1954-1969); Lanena (1975) - Qualifications: cc; AOCP 989, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Natone, 1928-1936; Burnie, 1943-1949); grazier (Needles, 1954; Deloraine, 1963) ===''CLARKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Fraser Clarke|Clarke, Percival Fraser "Percy"]] [https://www.familysearch.org/tree/person/details/GXZ3-4J2] - 1896(Qld)-1971(Qld) - Licences: 4PY Ayr (1936-1939) - Qualifications: cc; AOCP 1781, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jarvisfield, Qld, 1919-1937; Aspley, Qld, 1949-1972) * [[/Warren Ross Clarke|Clarke, Warren Ross]] [https://www.familysearch.org/tree/person/details/G8NT-LSN] - 1909(NSW)-1988(NSW) - Licences: 2ZZ Sydney (Mosman,1930-1933; Asquith, 1933-1939; Mosman, 1948-1950) - Qualifications: AOCP 650, 1930, NSW; 2COCP 6, 1934; 1COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Asquith, 1933-1934; Mosman, 1936); radio officer (Mosman, 1943); flight radio officer (Mosman, 1949-1954); clerk (Glenbrook, 1963); travel consultant (Glenbrook, 1972); clerk (Merrylands, 1972); planner (North Rocks, 1977-1980) * [[/William George Clarke|Clarke, William George]] [https://www.familysearch.org/tree/person/details/GXQ2-1QS] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 32, 1930 - RANRS (temp Commissioned Telegraphist, 1917) - Comment: several contemporaneous WGCs - Electoral Rolls: officer-in-charge (Radio Station, Townsville, 1916); seaman (HMAS Encounter, Geelong, 1919); biograph operator (Langwarrin Military Camp, Vic, 1919); hotel manager (Naval Base Hotel, South Fremantle, 1931) ===''CLAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard George Clay|Clay, Richard George]] [https://www.familysearch.org/tree/person/details/G8ZZ-LGN] - 1903(Vic)-1972(Vic) - Licences: 3RC Melbourne (Northcote, 1929; Alphington, 1931) - Qualifications: AOCP 536, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Northcote, 1925-1927); welder (Northcote, 1928); electric welder (Alphington, 1931); welder (Richmond, 1936-1937; Alphington, 1942; Northcote, 1949); contractor (Traralgon, 1954-1972) ===''CLAYTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maisie Ian Jesson Clayton|Rawson nee Clayton, Maisie Ian Jesson]] [https://www.familysearch.org/tree/person/details/G8RT-25P] - 1915(NSW)-1996(NSW) - Licences: Nil yet identified - Qualifications: cc; BOCP 488, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: radio worker (Artarmon, 1937); engineer (Kirribilli, 1949); radio engineer (Lane Cove, 1954-1963); engineer (Lane Cove, 1968-1972); home duties (Lane Cove, 1977-1980) - Lady: * [[/Maurice Charles Clayton|Clayton, Maurice Charles]] [https://www.familysearch.org/tree/person/details/G86J-HX3] - 1912(SA)-1936(SA) - Licences: 5RK Adelaide (Edwardstown, 1930-1931); 5ZC Adelaide (Edwardstown, 1933-1936) - Qualifications: cc; AOCP 596, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon (24yo) * [[/Walter George Gladstone Clayton|Clayton, Walter George Gladstone "Wally"]] [https://www.familysearch.org/tree/person/details/G3XN-J1N] - 1918(Qld)-1998(Qld) - Licences: 4WG Innisfail (1937-1939); 4WG Brisbane (Windsor, 1946-1969); 4WG Townsville (1975-1980+) - Qualifications: cc; AOCP 1868, 1937, Qld - amateur operator; amateur broadcaster; military (WW2, AIF Signals); state public servant (Qld Railways, supervising tech. comms.) - Relationships: uncle of Maise Ian Jesson Rawson nee Clayton (Radio Engineer) - Electoral Rolls: manager (Windsor, 1954-1968); technician (Townsville, 1972-1980) ===''CLIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Cliff|Cliff, Harry]] - 1908(Vic)-1988(Vic) - Licences: 3HC Melbourne (Essendon, 1928-1948; Heidelberg, 1954-1975); 3HC Point Lonsdale (1980+) - Qualifications: AOCP 400, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: implement maker (Moonee Ponds, 1906); engineer (Moonee Ponds, 1922-1928); clerk (Moonee Ponds, 1931-1937); company secretary (North Melbourne, 1943); director (Ivanhoe, 1954-1968; Heidelberg, 1972); retired (Point Lonsdale, 1977-1980) (pre 1928 is another Harry Cliff) ===''CLIFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Glendenning Clifford|Clifford, Herbert Glendenning]] [https://www.familysearch.org/tree/person/details/GHTS-4CN] - 1882(Eng)-1955(SA) - Licences: 5BW Receive Renmark (1923); Receive Renmark (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: secretary (Renmark, SA, 1939-1943) ===''CLINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gladstone Clinch|Clinch, Frederick Gladstone]] [https://www.familysearch.org/tree/person/details/KF5P-TWM] - 1898(WA)-1972(WA) - Licences: 6JR Greenough (1928-1933); 6FG Miling (1960); 6FG Perth (Doubleview, 1965-1969) - Qualifications: cc; AOCP 468, 1928, No. ?? in WA - amateur operator; amateur broadcaster - Relationships: Father of 6CL Ian Harold Wilson Clinch - Electoral Rolls: farmer (Greenough, 1922-1943); garage proprietor (Miling, 1958); retired (Doubleview, 1963-1972) * [[/Ian Harold Wilson Clinch|Clinch, Ian Harold Wilson]] [https://www.familysearch.org/tree/person/details/GHQX-YS1] - 1926(WA)-19??(WA) - Licences: 6CL Miling (1960-1965); 6CL Dandaragan (1969); 6CL Rossmoyne (1975-1980+) - Qualifications: cc; AOCP 3596, 1957, WA - amateur operator, WW2 - Relationships: son of 6JR-6FG Frederick Gladstone Clinch - Electoral Rolls: mechanic (Leederville, 1949); manager (Miling, 1958-1963); radio technician (Dongara, 1968); technician (Rossmoyne, 1972-1980) ===''CLOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alvin Theodore Closs|Closs, Alvin Theodore]] [https://www.familysearch.org/tree/person/details/L67V-HG7] - 1895(NSW)-1975(Vic) - Licences: V750 Receive Melbourne (Olinda, 1922); 3GV Receive Melbourne (Olinda, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: orchardist (Brighton, 1917); storekeeper (Olinda, 1924-1931); salesman (Olinda, 1934-1937); civil servant (Tunstall, 1943-1954); retired (Yarra Junction, 1963-1972) ===''CLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Edward Clough|Clough, James Edward]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 483, 1929, No. ?? in ?? - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - several contemporaneous JECs ===''COADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Coade|Coade, Ernest]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: electrician (Rutherglen, 1914); mechanic (Thursday Island, 1919) ===''COAKLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas James Coakley|Coakley, Thomas James]] [https://www.familysearch.org/tree/person/details/GX24-W7T] - 1904(Vic)-1991(Vic) - Licences: 5UK Adelaide (Unley, 1933-1939); 3IU Melbourne (Camberwell, 1947; Essendon, 1948-1980+) - Qualifications: cc; AOCP 1105, 1933, No. ?? in SA, 3COCP 61, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: aero fitter (Auburn, Vic, 1925-1926); engineer (Camberwell, Vic, 1943; Essendon, Vic, 1949-1980) ===''COALTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Coalter|Coalter, Martin]] [https://www.familysearch.org/tree/person/details/GDSR-STB] - 1893(Vic)-19??(???) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 1, 1914 - ship wireless operator? - Electoral Rolls: Nil yet identified ===''COATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Melbourne Coates|Coates, Alfred Melbourne or Melbourne Alfred]] [https://www.familysearch.org/tree/person/details/GDGW-MCZ] - 1884(???)-1964(Vic) - Licences: V757 Receive Melbourne (Elwood, 1922); 3GG Receive Melbourne (Elwood, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (USA) - Electoral Rolls: engineer (Elsternwick, 1921-1937; Kalorama, 1943-1954) ===''COFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Freeman Coffey|Coffey, Henry Freeman]] [https://www.familysearch.org/tree/person/details/G3QL-BR1] - 1885(Irl)-1934(NSW) - Licences: 4KY Brisbane (Doomben, 1925-1926; Hamilton, 1927); 2ZY Sydney (Willoughby, 1929; Maroubra, 1930-1934) - Qualifications: cc; CPRT 52, 1915; 1COCP 12, 1930 - Halycyon: AOCP Brisbane 1926 - amateur operator; amateur broadcaster; ship wireless operator (Marconi, White Star, Booth Steamship, Iquitos Steamship, Union Castle); RANRS (Warrant Telegraphist, 1917); coastal operator (CRS, PMGD, AWA); federal public servant - Electoral Rolls: radio engineer (Middle Park, Vic, 1919); engineer (Malvern East, 1922-1924); radiostation master (Thursday Island, 1925); wireless operator (Doomben, Qld, 1925-1928); engineer (Chatswood, 1930); wireless mechanic (Maroubra, 1930-1934) ===''COHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derrick Cohen|Cohen, Derek or Derrick Simeon "Dick"]] [https://www.familysearch.org/tree/person/details/GXCF-DR7] - 1914(Eng)-2010(NSW) - Licences: 2YM Sydney (Dobroyd Point, 1932-1933; Kings Cross, 1933; Clovelly, 1934-1936); 4YM Brisbane (City, 1937-1939); 1YM Macquarie Island (1954-1955) - Qualifications: cc; AOLCP 238, 1930; AOCP 1011, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (West End, Qld, 1943); technician (Coburg, Vic, 1954); television producer (Chatswood, NSW, 1963; Little Wallaby Beach, NSW, 1977) ===''COLEBATCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Vincent Colebatch|Colebatch, Ernest Vincent]] [https://www.familysearch.org/tree/person/details/K2Q2-974] - 1905(SA)-1987(SA) - Licences: 5CG Receive Adelaide (Norwood, 1923); Receive Adelaide (Norwood, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Belair, SA, 1939-1941) ===''COLESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Russell Coleston|Coleston, Stanley Russell]] [https://www.familysearch.org/tree/person/details/G8VV-KQL] - 1913(Vic)-2012(Qld) - Licences: 3XK Melbourne (Middle Park, 1930-1931; Gardenvale, 1933; Glenhuntly, 1937-1939, 1946-1955); 9XK Port Moresby (1956-1960); 3AXK Melbourne (Mt Waverley, 1965-1969); 4XA Brisbane (Geebung, 1975-1980+) - Qualifications: AOCP 688, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Glenhuntly, 1936-1942; Caulfield East, 1949-1954); public servant (Mt Waverley, 1963-1972); retired (Geebung, 1977-1980) ===''COLLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Felton Collard|Collard, Cyril John Felton]] [https://www.familysearch.org/tree/person/details/97X9-6VY] - 1896(NSW)-1969(NSW) - Licences: 2CF Maitland West (1927-1939) - Qualifications: AOCP 362, 1927, No. ?? in NSW; 2COCP 540, 1941; BOCP 541, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lorn, 1930-1963); retired (North Maitland, 1968) ===''COLLINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Joseph Collins|Collins, Clarence Henry Joseph]] [https://www.familysearch.org/tree/person/details/M1Y1-GB1] - 1891(SA)-1974(SA) - Licences: 5FC Adelaide (Marryatville, 1932-1939) - Qualifications: cc; AOCP 1043, 1932, SA; BOCP 29, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Marryatville, SA, 1939-1943) ===''COLLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Andrew Collis|Collis, George Andrew]] - 1869(Tas)-1926(Tas) - Receive Hobart, radio clubs (Tasmanian Radio Club, foundation member, 1922+), electrician (Zinc Co., Hobart, 1921) - potential misidentification, George Arthur Collis, Radio Research Club, Hobart, witness to Royal Commission Wireless 1927 * [[/Ralph Collis|Collis, Ralph]] [https://www.familysearch.org/tree/person/details/GX1J-48N] - 1918(WA)-2013(WA)105yo - Licences: 6LY Perth (Bayswater, 1935-1939) - Qualifications: cc; AOCP 1454, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Bayswater, WA, 1943; Scarborough, WA, 1949-1958); proprietor (Cadoux, WA, 1963; Tuart Hill, WA, 1968); business proprietor (Dianella, WA, 1972-1977); proprietor (Bedford, WA, 1980) ===''COLTHEART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Coltheart|Coltheart, Clarence James]] - 1885(Tas)-1962(Tas) - Licences: 7BF Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Brunswick, Vic, 1913-1914; Queenstown, 1922-1954) ===''COLTHRUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Colthrup|Colthrup, James Frederick]] [https://www.familysearch.org/tree/person/details/LBW8-J4Z] - 1908(Vic)-1942(Qld) - Licences: 3PL Melbourne (Clifton Hill, 1934-1939) - Qualifications: AOCP 1368, 1934, No. ?? in Vic; 1COCP 374, 1940 - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, Wireless & Gunnery School) - Electoral Rolls: mechanic (Clifton Hill, 1931); engineer (Clifton Hill, 1937); airman (Clifton Hill, 1942) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/623876] ===''COLVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Victor Colville|Colville, Sydney Victor]] [https://www.familysearch.org/tree/person/details/G3WQ-S78] - 1894(Vic)-1966(NSW) - Licences: XQF Brisbane (South Brisbane) (1913); 2FA Receive Sydney (1922); 2FA Sydney (1923-1925); 2VH Sydney (1935-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; wireless retail business proprietor (Colville Moore) - Electoral Rolls: clerk (Wooloongabba, 1917; Chelmer, 1919-1921); broker (Bowen Hills, 1922); manufacturer (Drummoyne, NSW, 1930-1933); merchant (Lane Cove, 1935-1936); manufacturer (Darlinghurst, NSW, 1936-1937); company director (Glenbrook, 1943-1963) ===''CONDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Sylvester Condon|Condon, Austin Sylvester]] [https://www.familysearch.org/tree/person/details/G3RG-K2K] - 1924(SA)-2011(SA) - Licences: 5WO Laura (1954-1980+) - Qualifications: AOCP 3012, 1949, SA - amateur operator - Electoral Rolls: Nil [https://www.adelaidenow.com.au/ipad/obituaries-tributes-to-three-of-our-finest/news-story/845c3a27d81fd8a8f4bbe436503a9b1e Obit] ===''CONDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Tasman Conder|Conder, Walter Tasman "Wally"]] [https://www.familysearch.org/tree/person/details/G6CJ-DTS] - 1888(Tas)-1974(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as General Manager, BCA, 3LO) - Electoral Rolls: teacher (Launceston, 1914); soldier (Langwarrin Military Camp, 1918-1921; Melbourne, 1924); secretarial (Melbourne, 1925-1928); entrepreneur (Melbourne, 1931-1937); secretary (Melbourne, 1943) - Links: [https://adb.anu.edu.au/biography/conder-walter-tasman-5747 ADB] ===''CONGDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bert Congdon|Congdon, Bert "Bertie"]] [https://www.familysearch.org/tree/person/details/9VVJ-CMW] - 1891(Vic)-1961(WA) - Licences: 6BA Receive Perth (Subiaco, 1923-1924); 6BC Perth (Subiaco, 1927-1939, 1946-1960) - Qualifications: cc; AOCP 382, 1927, No. ?? in WA - amateur operator; amateur broadcaster; WW1; civil servant - Electoral Rolls: civil servant (Subiaco, 1925-1958) ===''CONNELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dermot Anthony Connelly|Connelly, Dermot Anthony]] [https://www.familysearch.org/tree/person/details/G8L5-2VC] - 1903(Vic)-1965(Vic) - Licences: 3BU Receive Melbourne (St Kilda, 1922); 3BU Melbourne (St Kilda, 1923-1925); 3ADK Melbourne (St Kilda, 1948; Ivanhoe, 1954-1965) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: manager (Caulfield, 1927-1936); Air Force officer (St Kilda, 1937); nil (Frankston, 1949); photographer (Ivanhoe, 1954-1963) ===''CONNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilson Connon|Connon, George Wilson]] [https://www.familysearch.org/tree/person/details/GXGF-8Z2] - 1907(Sct)-1976(SA) - Licences: 5KJ Booleroo (1937-1939); 5KJ Yunta (1947); 5KJ Alice Springs (1948-1954); 5KJ Adelaide (Millswood Estate, 1955-1956); 5KJ Port Lincoln (1960); 5KJ Berri (1965-1969); 5KJ Barmera (1975) - Qualifications: cc; AOCP 1991, 1937, SA; 2COCP 336, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: pensioner (Millswood East, SA, 1939); bookkeeper (Port Augusta, SA, 1941-1948); radio technician (Alice Springs, NT, 1949-1954) ===''CONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emmett Bernard Connor|Connor, Emmett Bernard]] [https://www.familysearch.org/tree/person/details/GXCB-L7Q] - 1913(Qld)-1977(Qld) - Licences: 4CE Gindie (1936); 4OC Longreach (1956); 4OC Fernlees (1960); 4OC Brisbane (Aspley, 1965-1969) - Qualifications: cc; AOCP, not yet identified; BOCP 280, 1940; 3COCP 5529, 1965 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing shed hand (Gindie, Qld, 1936); radio mechanic (Enoggera, Qld, 1937); radio technician (Longreach, Qld, 1943-1949); business Manager (Cramsie, Longreach, Qld, 1954-1958); grazier ("Ronnoc Downs", Fernlees, Qld, 1958-1963; Aspley, Qld, 1963-1977) * [[/Laurance Kingsley Connor|Connor, Laurance Kingsley]] [https://www.familysearch.org/tree/person/details/L2GD-KPT] - 1907(NSW)-1950(NSW) - 2LK Sydney (Belmore, 1925-1926), 2ALC Sydney (Lakemba, 1948; Cammeray, 1950), amateur operator (AOCP 68, 1925, No. ?? in NSW; CPRT 881, 1925; 2COCP 199, 1930; 1COCP 220, 1939), amateur broadcaster * [[/Stephen James Connor|Connor, Stephen James]] [https://www.familysearch.org/tree/person/details/GH4J-FP4] - 1894(NSW)-1979(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 235, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Electoral Rolls: radio telegraphist (Broome, 1917); electrical engineer (Strathfield, NSW, 1930; Lismore, NSW, 1933); electrician (Darlinghurst, NSW, 1934; Strathfield, NSW, 1936-1963); retired (Lapstone, NSW, 1972) * [[/Terence Connor|Connor, Terence]] [https://www.familysearch.org/tree/person/details/G6MC-3DV] - 1916(Tas)-1982(Tas) - Licences: 7CT Hobart (Rokeby, 1936-1939; City, 1946-1948); 7CT Huonville (1954-1960); 7CT Hobart (Bellerive, 1965-1980+) - Qualifications: cc; AOCP 1643, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: auto-electrician (New Town, 1943; Hobart North, 1949); manager (Huonville, 1949-1954); sales rep. (Bellerive, 1963-1977) ===''CONRAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Ernest Conrad|Conrad, Raymond Ernest]] [https://www.familysearch.org/tree/person/details/GSP2-VGS] - 1905(Tas)-1977(Tas) - Licences: 2TR Sydney (Bexley, 1930-1937; Rockdale, 1938-1939); 7TR Hobart (Derwent Park, 1947; Moonah, 1948-1956; Berriedale, 1960-1975) - Qualifications: AOCP 651, 1930, No. ?? in Tas; BOCP 308, 1940 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: battery fitter (Bexley, 1930); storeman (Bexley, 1931-1934); clerk (Bexley, 1935-1936; Rockdale, 1937); purchasing officer (Cameray, 1943); radio manufacturer (Moonah, 1949-1954); engineer (Hospital, Rosetta, 1963) ===''CONRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Conry|Conry, William Henry]] [https://www.familysearch.org/tree/person/details/GDJL-HCR] - 1892(Vic)-1959(Qld) - Licences: 3OK Melbourne (Armadale, 1923-1925); 3CO Melbourne (Brighton, 1931-1939) - Qualifications: cc; CPRT 260, 1916; 1COCP 44, 1935 - amateur operator; amateur broadcaster; WW1 (Merchant Marine); RANRS; witness to Royal Commission 1927 (obo PMGD Vic) - Electoral Rolls: mechanic (Windsor, Vic, 1914-1919; Armadale, 1921-1924); inspector (Brighton, 1925-1937); radio inspector (South Brisbane, 1943-1949); postal official (St Lucia, 1954-1958) ===''CONWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn Laurence Dean Conway|Conway, Mervyn Laurence Dean]] [https://www.familysearch.org/tree/person/details/G6MH-GHZ] - 1912(Tas)-1979(Tas) - Licences: 7CL Launceston (1936-1939, 1948-1960); 7CL Hobart (West Hobart, 1965-1975) - Qualifications: cc; AOCP 1684, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Nelson, 1936); school teacher (Launceston East, 1937); teacher (Devonport, 1943; New Town, 1949-1958) ===''COOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Byron Cook|Cook, Ernest Byron "Ernie"]] [https://www.familysearch.org/tree/person/details/M46M-M3J] - 1902(Vic)-1981(Vic) - Licences: 3CK Tresco (1926-1927); 3CK Kerang (1931); 3EC Swan Hill (1938-1939); 3EC Melbourne (Coburg, 1946-1975) - Qualifications: AOCP 295, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: foreman (Swan Hill, 1937-1942) * [[/Victor Roy Percival Cook|Cook, Victor Roy Percival "Roy"]] [https://www.familysearch.org/tree/person/details/MYJG-6C6] - 1899(SA)-1980(SA) - Licences: XVN Adelaide (1913-1914); S099 Adelaide (1920s); 5AC Adelaide (Prospect, 1923-1927; Rose Park, 1928-1931; Kilkenny, 1933-1939, 1946-1948; Woodville, 1954-1975; Somerton Park, 1980) - Qualifications: cc; AOCP 94, 1925, No. ?? in SA - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: analyst (Kilkenny, 1939-1943) ===''COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Robert Cooke|Cooke, Clarence Robert]] [https://www.familysearch.org/tree/person/details/GF3Z-3P6] - 1891(???)-1970(WA) - Licences: 6CP Perth (Bayswater, 1932-1939, 1947-1965) - Qualifications: cc; AOCP 1068, 1932, WA - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Mornington Mills, WA, 1914); locomotive driver (Mornington Mills, WA, 1921-1926); locomotive engine driver (Bayswater, WA, 1931-1968) * [[/Clive J. Cooke|Cooke, Clive J.]] - 19??(???)-19??(???) - 4CC Brisbane (Chermside, -1952+), amateur operator (AOCP ??, 19??, No. ?? in Qld) * [[/Frank Basil Cooke|Cooke, Frank Basil "Basil"]] [https://www.familysearch.org/tree/person/details/G7Q6-TN8] - 1892(SA)-1967(NSW) - XADW Sydney (1913), 2LI Sydney (1922-1924), 2XQ Receive Sydney (1923), 2DJ Sydney (Northbridge, 1924-1931; Mosman, 1933-1939), early wireless experimenter, amateur operator (pre AOCP; AOCP 39, 1924, No. ?? in NSW), amateur broadcaster, radio clubs (WIA NSW, vice-president 1923) * [[/Frederick William Cooke|Cooke, Frederick William]] [https://www.familysearch.org/tree/person/details/GZB8-V6L] - 1906(Eng)-1981(Vic) - Licences: 3FW Melbourne (Footscray, 1926-1927) - Qualifications: AOCP 311, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: meter tester (Footscray, 1926-1949) ===''COOKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Cookson|Cookson, Arnold]] [https://www.familysearch.org/tree/person/details/G6YD-87L] - 1889(Eng)-1971(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 201, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: telegraphist (Thursday Island, 1919); no occupation (Darlinghurst, 1949); clerk (Northbridge, 1949-1963; Bexley, NSW, 1968) * [[/Joseph George Cookson|Cookson, Joseph George "George"]] [https://www.familysearch.org/tree/person/details/KGCW-Z8N] - 1888(Vic)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 862, 1925; 2COCP 21, 1929; 1COCP 34, 1930 - RANRS (1919), AWA - Relationships: Father of Leonard Kenneth Cookson - Electoral Rolls: engine driver (Crossover, Vic, 1912-1913; Bacchus Marsh, 1914-1915); mechanic (Alphington, 1917); engineer (Cooktown, 1919); radio engineer (Radio Station, Carlingford, NSW, 1930-1935; Croydon, NSW, 1943-1958) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] * [[/Leonard Kenneth Cookson|Cookson, Leonard Kenneth "Len"]] [https://www.familysearch.org/tree/person/details/GXQ8-JHV] - 1917(Vic)-2005(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - AWA - Relationships: Son of Joseph George Cookson - Electoral Rolls: foreman (Concord, NSW, 1943); electrical fitter (Croydon, 1943-1954; Glebe, 1958; Blacktown, 1963-1980) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] ===''COOLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Cooling|Cooling, Ernest Richard]] [https://www.familysearch.org/tree/person/details/LVZL-GSC] - 1885(Qld)-1936(Qld) - Licences: 4BN Toowoomba (1924-1927) - Qualifications: cc; AOCP 11, 1924, No. 3 in Qld - amateur operator; amateur broadcaster; honorary radio inspector (Toowoomba, 1924), (Halcyon P. 4) - Comment: A tragic end to a productive life - TroveTag: "4BN - Ernest Richard Cooling" - Electoral Rolls: letter carrier (Toowoomba, 1908); telegraphist (Bowen, 1912); postal assistant (Toowoomba, 1913-1930) ===''COOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Saint Coombe|Coombe, Geoffrey Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-TXS] - 1913(SA)-19??(???) - Licences: 5ML Adelaide (Hindmarsh, 1931-1939; Croydon, 1947-1948; Brooklyn Park, 1960-1980+) - Qualifications: cc; AOCP 756, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5MR Jack Robert Saint Coombe - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Croydon, 1941) * [[/Jack Robert Saint Coombe|Coombe, Jack Robert Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-T3C] - 1910(SA)-1981(SA) - Licences: 5MR Adelaide (Stirling West, 1954-1980+) - Qualifications: cc; AOCP 2923, 1949, SA - amateur operator; amateur broadcaster - Relationships: Brother of 5ML Geoffrey Saint Coombe - Electoral Rolls: electrician (Hindmarsh, SA, 1939; Croydon, SA, 1941); electrical mechanic (Mt Lofty, SA, 1943) ===''COOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edwin Charles Cooper|Cooper, Alfred Edwin Charles]] [https://www.familysearch.org/tree/person/details/GZV9-9GK] - 1904(NSW)-1997(NSW) - Licences: 2AL Receive Sydney (Ashfield, 1922); 2AL Sydney (Ashfield, 1923-1926); 2UO Sydney (Northbridge, 1947-1950); 2AUO Sydney (Yacht Asgard, 1948-1960); 4AY Surfers Paradise (1980) - Qualifications: cc; AOCP 180, 1925, No. ?? in NSW; 3COCP 626, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: fruit merchant (Ashfield, 1931); director (Northbridge, 1943-1958); company director (Clareville, 1963-1977) * [[/Eric Cooper|Cooper, Eric]] [https://www.familysearch.org/tree/person/details/GD1M-WC4] - 1925(Tas)-19??(???) - Licences: 7ZEC Evandale (1965-1980+) - Qualifications: cc; AOLCP 870, 1960, Tas - amateur operator - Electoral Rolls: moulder (Evandale, 1949); radio technician (Evandale, 1954) * [[/Ernest Edward Cooper|Cooper, Ernest Edward]] [https://www.familysearch.org/tree/person/details/GZ5F-RLJ] - 1905(Tas)-1951(Tas) - Licences: 7MK Launceston (Youngtown, 1926-1927); 7MC Launceston (City, 1947-1948) - Qualifications: cc; AOCP 261, 1926, No. ?? in Tas; AOLCP 151, 1934 - amateur operator; amateur broadcaster - Relationships: may be related to 7ZEC Evandale (1965-1975) Eric Cooper - Electoral Rolls: radio mechanic (Hobart, 1928); radio engineer (Ulverstone, 1936; Launceston East, 1943; Launceston West, 1949) * [[/Harold More Cooper|Cooper, Harold More or Harold Moore]] [https://www.familysearch.org/tree/person/details/GZ58-SJP] - 1886(SA)-1970(SA) - Licences: Receive Adelaide (Glenelg, 1923-1925); 5HG Adelaide (Glenelg, 1926-1939, 1946-1969) - Qualifications: cc; AOCP 257, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW2; submarine cable telegraphist; archaeologist; historian - Electoral Rolls: telegraphist (Glenelg, 1939-1943) - Links: [https://adb.anu.edu.au/biography/cooper-harold-more-9821 ADB] * [[/James Herbert Cooper|Cooper, James Herbert]] [https://www.familysearch.org/tree/person/details/LVTJ-14B] - 1914(NSW)-1992(NSW) - Licences: 2ZG Sydney (Wollstonecraft, 1930-1939 - Qualifications: AOCP 701, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Crows Nest, 1936-1943); broker (Mosman, 1949); stock and sharebroker (Wahroonga, 1949-1968); sharebroker (Wahroonga, 1972); broker (St Ives, 1977-1980) ===''CORDINGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harold Cordingley|Cordingley, Charles Harold]] [https://www.familysearch.org/tree/person/details/GDJK-SB4] - 1892(Eng)-1955(Vic) - Licences: 3RF Melbourne (Ascot Vale, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Ararat, 1913); electrical engineer (Flemington, 1915-1919); engineer (Ascot Vale, 1921-1954) ===''CORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert James Core|Core, Herbert James "Herb"]] [https://www.familysearch.org/tree/person/details/L1PF-R2Q] - 1906(Qld)-1954(Qld) - Licences: 4HC Brisbane (Coorparoo, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 2012, 1937, Qld; 1COCP 392, 1940 - amateur operator; amateur broadcaster; formerly Sydney - Electoral Rolls: public servant (Greenslopes, Qld, 1929); assistant (Coorparoo, Qld, 1936-1937); public servant (Coorparoo, Qld, 1943-1949; Camp Hill, Qld, 1949-1954) ===''CORNELIUS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Edward Cornelius|Cornelius, Eric Edward]] [https://www.familysearch.org/tree/person/details/LH7P-2MD] - 1916(WA)-1979(WA) - Licences: 6EC Albany (1936-1939); 6EC Kalgoorlie (1947-1948); 6EC Wagin (1954-1955); 6EC Perth (Inglewood, 1956-1975) - Qualifications: cc; AOCP 1635, 1936, WA; TVOCP 200, 1959 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Station 6WA, Wagin, 1949-1954; Inglewood, WA, 1958-1977) ===''CORNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Cameron Corney|Corney, Kenneth Cameron]] [https://www.familysearch.org/tree/person/details/GDGS-2MB] - 1899(Vic)-1990(Vic) - Licences: V755 Receive Bairnsdale (1922); 3GY Receive Bairnsdale (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: farmer (Gogeldrie, NSW, 1949); grazier (Metung, Vic, 1963-1980) ===''COTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alfred Cotton|Cotton, Arthur Alfred]] [https://www.familysearch.org/tree/person/details/KNH3-P9L] - 1897(SA)-1973(SA) - Licences: XVS Adelaide (Glanville, 1913); 5HY Adelaide (Kilkenny, 1926-1928; Colonel Light Gardens, 1931; Kilburn, 1946-1969) - Qualifications: cc; AOCP 270, 1926, No. ?? in SA - early wireless experimenter; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo WIA SA) - Electoral Rolls: engineer (Semaphore, 1939); clerk (Findon, 1943) * [[/Arthur Tylney Cotton|Cotton, Arthur Tylney]] [https://www.familysearch.org/tree/person/details/L7G8-SGG] - 1884(Tas)-1965(Tas) - Licences: Receive Spring Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Kelvedon, 1914-1963) * [[/Leith Simpson Cotton|Cotton, Leith Simpson]] [https://www.familysearch.org/tree/person/details/GZR2-12K] - 1905(SA)-2001(SA) - Licences: 5LG Adelaide (Burnside, 1932-1933); 5LG Iron Knob (1937-1939); 5LG Adelaide (Clarence Gardens, 1946-1948; Parkholme, 1954-1980+) - Qualifications: cc; AOCP 1023, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: boilermaker (Iron Knob, 1939-1941) ===''COTTRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Morgan Cottrell|Cottrell, Joseph William Morgan]] [https://www.familysearch.org/tree/person/details/9VLW-L1Y] - 1897(NSW)-1950(Vic) - Licences: 2ZF Receive Sydney (Randwick, 1923); 2ZN Sydney (Randwick, 1923-1925; Coogee, 1926-1930; Maroubra Junction, 1931; Dundas, 1933-1939, 1946-1947; Carlingford, 1948-1950); 2ADX Sydney (Dundas/Portable, 1937-1939) - Qualifications: cc; AOCP 367, 1927, No. ?? in NSW; AOLCP 1, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Coogee, 1930); broadcaster (Dundas, 1933-1934); radio operator (Dundas, 1936-1943); technician (Carlingford, 1949) ===''COUCHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Clyde McGregor Couchman|Couchman, Clifford Clyde McGregor "Cliff"]] [https://www.familysearch.org/tree/person/details/GQLS-T4D] - 1907(Qld)-1971(Qld) - Licences: 4KZ Kaimkillenbun (1930-1939); 4KZ Dalby (1946-1969) - Qualifications: cc; 2COCP 151, 1930; COCP 1st Class Marconi School (Halcyon) - amateur operator; amateur broadcaster; military (WW2, Navy, wireless officer); broadcast technician (PMGD, 4QS); business proprietor (electrical & radio, Dalby) - Electoral Rolls: labourer (Kaimkillenbun, 1930-1937); engineer (Dalby, 1943-1963); electrical engineer (Dalby, 1968) ===''COULTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Maxwell Coulter|Coulter, Jack Maxwell]] [https://www.familysearch.org/tree/person/details/GXRW-MXK] - 1912(SA)-1985(???) - Licences: 5MC Adelaide (Glenelg, 1936-1937); 3MV Melbourne (Caulfield, 1938-1939); 5JD Adelaide (Ashford, 1947-1948; Ackland Gardens, 1954-1960); 5JK Adelaide (Edwardstown, 1975-1980+) - Qualifications: cc; AOCP 1712, 1936, SA; 2COCP 812, 1944 - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: civil servant (Caulfield West, Vic, 1937); RAN (Port Melbourne, Vic, 1943) ===''COUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Couper|Couper, Andrew "Andy" Jnr]] [https://www.familysearch.org/tree/person/details/L6R8-R1T] - 1893(Qld)-1958(Qld) - Licences: XQM Mareeba (1914); 4BW Mareeba (1923-1939, 1946-1956) - Qualifications: cc; AOCP 71, 1925, No. 5 in Qld - early wireless experimenter (1914 & likely earlier unlicensed); amateur operator; amateur broadcaster; WW2 - Electoral Rolls: iron moulder (Mareeba, 1913-1932); engineer (Mareeba, 1936-1958) ===''COURT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Court|Court, Charles Percy]] [https://www.familysearch.org/tree/person/details/GX6T-Q5T] - 1904(Qld)-1962(Qld) - Licences: 4CT Receive Brisbane (Rosalie, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Bayswater, Qld, 1925-1936; Kedron, Qld, 1937-1958) * [[/Thomas Palmer Court|Court, Thomas Palmer Jnr]] - 1895(Vic)-1976(NSW) - XNY Melbourne (Malvern, 1913-1914), 3BO Melbourne (Malvern, 1922), 3TC Melbourne (Malvern, 1926-1927), early wireless experimenter (CPRT 211, 1916), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, radio clubs (WIA Vic, secretary, 1919-1920+), employment (radio salesman, 1928; STC, chief design engineer, 1954), IRE Aust (president, 1950-1951), father also named Thomas Palmer Court (1861, Vic - 1944, NSW) ===''COUSENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Light Reynolds Cousens|Cousens, Harold Light Reynolds]] [https://www.familysearch.org/tree/person/details/GDG9-3SK] - 1888(NSW)-1965(NSW) - Licences: N743 Receive Summer Hill (1922); 2HW Receive Summer Hill (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: auctioneer (Tamworth, 1930-1963) ===''COUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Stuart Coutts|Coutts, Edwin Stuart]] [https://www.familysearch.org/tree/person/details/94TB-698] - 1893(Qld)-1947(Qld) - Licences: 4BZ Receive Dalby (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motor mechanic (Dalby, 1919-1937); garage proprietor (Dalby, 1943) ===''COWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Christian Nesbit Cowan|Cowan, Christian Nesbit]] [https://www.familysearch.org/tree/person/details/G8XD-6QW] - 1907(NSW)-1994(NSW) - Licences: 2PZ Aberdare (1930-1980+) - Qualifications: cc; AOCP 613, 1930, No. ?? in NSW; BOCP 486, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: railway employee (Aberdare, 1930-1963; Cessnock, 1968-1980) ===''COX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allan Grafton Cox|Cox, Allan (birth) or Allen (census) Grafton]] [https://www.familysearch.org/tree/person/details/LHWX-5XH] - 1892(NSW)-1978(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 120, 1915; 2COCP 103, 1930; 1COCP 347, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIB Brisbane (1917-1918) - Electoral Rolls: operator (Rockhampton, 1914; Pinkenba, 1916-1921); telegraphist (Toorak, 1921-1922; South Yarra, 1926-1927); O.I.C. (Cooktown, 1925; Thursday Island, 1930); radio officer (Clayfield, 1934); O.I.C. (Townsville, 1936-1937); engineer (Rockbank, 1942); wireless officer (Kangaroo Point, 1943; Hendra, Qld, 1949-1958); radio officer (Hendra, 1963-1977) * [[/Erle Harold Cox|Cox, Erle Harold "Harold"]] [https://www.familysearch.org/tree/person/details/LB8Z-RG2] - 1903(Tas)-1989(ACT) - Licences: 3BD Receive Melbourne (Elsternwick, 1922); 3BD Melbourne (Elsternwick, 1922-1927; St Kilda, 1931-1933); 2EP Canberra (Forrest, 1934-1935); 2GU Canberra (Red Hill, 1946-1955); 1GU Canberra (Red Hill, 1956-1965; Mawson, 1969-1980+) - Qualifications: cc; AOCP 245, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; journalist, president Press Gallery, Parliament House 1953 - Awards: O.B.E. for contribution to journalism in Australia 1953 - Relationships: son of Erle Cox, science fiction author [https://adb.anu.edu.au/biography/cox-erle-5799] - Electoral Rolls: journalist (Caulfield, 1931; Gardiner, 1936; Forrest, 1937; Red Hill, 1943-1968; Mawson, 1972-1980) * [[/Harold Edward Cox|Cox, Harold Edward or Harold]] [https://www.familysearch.org/tree/person/details/G8GQ-2RT] - 1892(Eng)-1975(Qld) - Licences: 6HE Geraldton (1927) - Qualifications: cc; CPRT 17, 1914; 1COCP 35, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIO Broome (1917-1918) - Electoral Rolls: wireless operator (Broome, WA, 1916-1917; Geraldton, WA, 1922-1930); broadcast manager (Townsville, Qld, 1931-1937); manager (4WK, Warwick, Qld, 1943); representative (Coorparoo, Qld, 1943); wireless representative (Coorparoo, Qld, 1949-1972) ===''COXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Wooton Coxon|Coxon, Robert Wooton]] [https://www.familysearch.org/tree/person/details/GZZ2-HVL] - 1905(WA)-19??(???) - Licences: 6RW Northam (1924-1927) - Qualifications: cc; AOCP 30, 1924, No. ?? in WA - amateur operator; amateur broadcaster; mining engineer, NT Gov (Director of Mines, 1947); WW2 - Relationships: no apparent relation with 6AG Wally Coxon - Electoral Rolls: engineer (Cheltenham, SA, 1943); civil servant (Alice Springs, 1949-1954) * [[/Walter Ernest Stanley Coxon|Coxon, Walter Ernest Stanley "Wally"]] [https://www.familysearch.org/tree/person/details/GCY8-JBS] - 1891(NSW)-1968(WA) - Licences: XYK Perth (Maylands, 1913); 6AG Perth (North Perth, 1924; Inglewood, 1925-1931; Mt Lawley, 1933-1939; Bayswater, 1946-1947; Darlington, 1948-1960; Claremont, 1965) - Qualifications: cc; AOCP 124, 1925, No. ?? in WA - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (6WF) - Relationships: no apparent relation with 6RW Robert Wooton Coxon - Electoral Rolls: fitter (Maylands, 1914); engineer (Maylands, 1925-1937); radio engineer (East Perth, 1943; Darlington, 1949-1958); retired (Claremont, 1963-1968) - Links: [http://messui.polygonal-moogle.com/valves/NW199311.pdf EA0] [http://messui.polygonal-moogle.com/valves/NW199404.pdf] [http://messui.polygonal-moogle.com/valves/NW199405.pdf EA2] ===''COZINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Cozins|Cozins, Charles Frederick]] [https://www.familysearch.org/tree/person/details/GF78-6FW] - 1908(WA)-2001(WA) - Licences: 6AC Perth (City, 1931-1933); 6AD Perth (Canning Bridge, 1947-1948) - Qualifications: cc; AOCP 742, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (North Perth, WA, 1931); radio mechanic (Corrogin, WA, 1936); marine collector (Kalgoorlie, WA, 1943); cook (West Perth, WA, 1949); storekeeper (Kalgoorlie, WA, 1949-1954); clerical assistant (South Perth, WA, 1958); clerk (Rivervale, WA, 1963-1972); retired (Kewdale, WA, 1977-1980) ===''CRAIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith William Craig|Craig, Keith William]] [https://www.familysearch.org/tree/person/details/GDNB-7FD] - 1921(NSW)-1999(NSW) - Licences: 2AJV Newcastle (Stockton, 1938-1939); 2EP Newcastle (New Lambton, 1948-1969) - Qualifications: cc; AOCP 2102, 1938, NSW - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Stockton, 1943); fitter (Lambton, 1949; New Lambton, 1958-1980) * [[/Walter Archibald Craig|Craig, Walter Archibald]] [https://www.familysearch.org/tree/person/details/GZ2F-7X4] - 1907(NSW)-1956(NSW) - Licences: 2XI Receive Sydney (Croydon, 1923); 2XI Sydney (Croydon, 1924-1939) - Qualifications: cc; AOCP 220, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Croydon, 1930-1954) ===''CRAMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warne Hutton Cramond|Cramond, Warne Hutton]] [https://www.familysearch.org/tree/person/details/9XQB-N2G] - 1898(NSW)-1951(NSW) - Licences: 2KJ Sydney (Lane Cove, 1928-1939, 1946-1950) - Qualifications: AOCP 397, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lane Cove, 1930-1949) ===''CRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Rae Cran|Cran, Morris Rae]] [https://www.familysearch.org/tree/person/details/G879-B1J] - 1901(Qld)-1959(NSW) - Licences: 4KX Brisbane (West End, 1930-1939); 2MR Sydney (Rockdale, 1946-1947; Randwick, 1954-1955) - Qualifications: cc; AOCP 570, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Electoral Rolls: clerk (West End, 1925-1937); accountant (Bondi, 1943); company secretary (Ranswick, 1954; Coogee, 1958) ===''CRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Layman William Victor Cranch|Cranch, Layman William Victor "Lay"]] - 1910(Qld)-1993(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio engineer, journalist (editor, Australian Radio and Electronics, 1951), business (manager, Kingsley) ===''CRAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Russell Bruce Cameron Craw|Craw, Russell Bruce Cameron "Bruce"]] [https://www.familysearch.org/tree/person/details/KF2Q-54Y] - 1901(Tas)-1934(Vic) - Licences: 7BC Burnie (1930-1933); 3BC Melbourne (1933-1934) - Qualifications: cc; AOCP 671, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Comment: passed too soon - Electoral Rolls: salesman (Burnie, 1922; North Melbourne, 1924; Burnie, 1928); sales (Middle Park, Vic, 1935) ===''CRAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Thomas Crawford|Crawford, Cedric Thomas]] [https://www.familysearch.org/tree/person/details/GD2P-42L] - 1905(NSW)-1977(NSW) - Licences: 2YC Sydney (Burwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Burwood, 1930-1933); engineer (Captain's Flat, 1937-1943); mechanical engineer (Broken Hill South, 1954-1963); engineer (St Ives, 1968-1972) * [[/John Murray Crawford|Crawford, John Murray]] - 19??(???)-19??(???) - senior federal public servant (chief engineer PMGD, involved establishment of first ABC stations), don't confuse with William Tamillas Stephen Crawford * [[/William Tamillas Stephen Crawford|Crawford, William Tamillas Stephen "Bill", "W.T.S.C."]] [https://www.familysearch.org/tree/person/details/G738-35N] - 1880(Vic)-1962(NSW) - state public servant (P&TD, Tas); senior federal public servant (PMGD, radio inspector); RANRS (commissioned telegraphist, 1917) - Comment: don't confuse with John Murray Crawford ===''CREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Creamer|Creamer, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7XK-965] - 1903(NSW)-1973(NSW) - Licences: 2UR Sydney (Glebe Point, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Orange, 1930-1932); electrical engineer (Brewarrina, 1933; Henty, 1934-1935; Grose Vale, 1937; Richmond, 1943-1968) ===''CREDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter John Credlin|Credlin, Peter John]] [https://www.familysearch.org/tree/person/details/GDSB-SH8] - 1938(Vic)-1984(NSW) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) - Comment: Gone too soon - Electoral Rolls: clerk (Camberwell, 1954); engineer (Malvern, 1963; Lower Templestowe, 1967-1980) ===''CRESSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Gillespie Cresswell|Cresswell, Frank Gillespie]] [https://www.familysearch.org/tree/person/details/LR45-Q56] - 1880(Vic)-1963(Vic) - Licences: 3GI Melbourne (East Kew, 1924-1925; Camberwell, 1926-1927); Qualifications: cc; Nil yet identified - federal public service (PMGD); military (Commonwealth Naval Militia, engineer sublieutenant); RANRS (Radio Commander, terminated Nov 1920) - not to be confused with William Rooke '''Creswell''' - Electoral Rolls: instrument fitter (Camberwell, 1903-1906); Engineer-Lieutenant RAN (Prahran, 1912); naval officer (St Kilda, 1914); lieutenant RAN (Hawthorn, 1915-1919); RAN (Kew, 1922-1924); commandant RAN (Frankston, 1928-1934); naval officer (Olivers Hill, 1936-1937); electrical engineer (Armadale, 1943); retired (Somers, 1949; Mt Eliza, 1954; Frankston, 1963) * [[/Harry Leslie Cresswell|Cresswell, Harry Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9456-49G] - 1917(Qld)-1942(Qld) - Licences: 4DL Brisbane (Coorparoo, Qld, 1938-1939) - Qualifications: cc; Nil yet identified, likely RAN - amateur operator; amateur broadcaster; WW2 (RAN, Petty Officer Telegraphist, KIA, HMAS Yarra) - Electoral Rolls: Nil yet identified - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10293831 AWM] [https://www.awm.gov.au/collection/R1690529 Roll of Honour] ===''CRESWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rooke Creswell|Creswell, William Rooke]] [https://www.familysearch.org/tree/person/details/9N4L-WRS] - 1852(Gibraltar)-1933(Vic) - early wireless experimenter (Lytton, Moreton Island), military (RAN; Qld Maritime Defence Force, commandant; Commonwealth Naval Forces, commandant) - Generally considered the father of the RAN, not to be confused with Frank Gillespie '''Cresswell''' - Electoral Rolls: naval commandant (South Brisbane, 1903-1905); director (Toorak, 1909-1919) - Links: [[w:William Rooke Creswell|Wikipedia]]; [https://adb.anu.edu.au/biography/creswell-sir-william-rooke-5817 ADB] [https://www.navy.gov.au/biography/vice-admiral-sir-william-rooke-creswell RAN] ===''CRIBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dunmore Foote Cribb|Cribb, Dunmore Foote]] [https://www.familysearch.org/tree/person/details/LCPP-YQH] - 1899(Qld)-1946(Qld) - Licences: 4DC Brisbane (Indooroopilly, 1925-1927) - Qualifications: cc; AOCP 134, 1925, No. 15 in Qld - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant) - Electoral Rolls: teacher (Indooroopilly, 1921-1943) ===''CRICHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Robert Crichton|Crichton, Stanley Robert]] [https://www.familysearch.org/tree/person/details/LK76-MZH] - 1893(NZ)-1967(NSW) - Licences: 2KH East Maitland (1929-1935); 9OU Port Moresby (1947-1948) - Qualifications: AOCP 542, 1929, No. ?? in NSW; AOLCP 100, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: telephone mechanic (East Maitland, 1930-1935); wireless operator (Maclean, 1936); Radio 2NR (Lawrence, 1937); wireless operator (Ashfield, 1949); PMG technician (Ashfield, 1954-1963) ===''CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cridge, Wilfred Edgar Launder - See Wilfred Edgar Launder-Cridge ===''CRISP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Charles Crisp|Crisp, Henry Charles "Harry"]] [https://www.familysearch.org/tree/person/details/G8XD-5T2] - 1909(NSW)-1996(???) - Licences: 2LX Sydney (Undercliffe, 1930; Hurstville, 1931-1933; Cronulla, 1934-1939, 1946); 2LX Ettalong (1947-1955); 2LX Woy Woy (1956-1961); 2LX Urunga (1965); 2LX Sydney (Cronulla, 1969; Gorokan, 1975-1980+) - Qualifications: AOCP 614, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: "Henry Charles" carrier (Undercliffe, 1930; Hurstville, 1931-1933); radio dealer (Cronulla, 1934-1937); "Harry Charles" examiner (Bondi, 1943); "Henery Charles" no occupation (Ettalong, 1949); "Henry Charles" radio dealer (Ettalong, 1954-1963); "Harry Charles" motel proprietor (Urunga, 1968); manager (Sans Souci, 1972); retired (Cronulla, 1972); "Henery Charles" retired (Gorokan, 1977-1980) ===''CROCKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Edward Crocker|Crocker, Claude Edward]] [https://www.familysearch.org/tree/person/details/L8R6-RZW] - 1875(USA)-1929(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: engineer (West Perth, 1922-1925) * [[/Edward Baker Crocker|Crocker, Edward Baker]] [https://www.familysearch.org/tree/person/details/MYHX-65B] - 1867(Wales)-1955(NSW) - Licences: 2BB Receive Sydney (Marrickville, 1922); 2BB Sydney (Marrickville, 1922-1930) - Qualifications: cc; AOCP 95, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: provision merchant (Marrickville, 1933-1937); retired (Marrickville, 1943-1949); no occupation (Earlwood, 1949-1954) ===''CROME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Keith Crome|Crome, Harry Keith]] [https://www.familysearch.org/tree/person/details/LZTL-HF9] - 1908(Tas)-1975(Tas) - Licences: Receive (Crystal) Hobart (New Town, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: painter (Hobart North, 1936-1954); linotype operator Melbourne (Alphington, 1963-1972) ===''CROMIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Thomas Cromie|Cromie, Charles Thomas]] [https://www.familysearch.org/tree/person/details/G6Z4-73H] - 1883(Vic)-1952(Vic) - Licences: Receive (Valve) Melbourne (Caulfield, 1923) - Qualifications: cc; Nil yet identified - manager (Oliver J. Nilsen & Co, 1927); witness to Royal Commission 1927 (obo 3UZ) - Electoral Rolls: draper (Maffra, 1903; Korumburra, 1905; East Melbourne, 1909; Maffra, 1912); engineer (East Melbourne, 1914); electrical engineer (Malvern, 1915-1917); engineer (Elsternwick, 1919; Caulfield, 1924-1927); electrical engineer (Melbourne East, 1928; Caulfield, 1931); engineer (Caulfield, 1934); director (Armadale, 1936-1949) ===''CROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Leonard Crooks|Crooks, James Alexander Leonard "Len"]] [https://www.familysearch.org/tree/person/details/LK93-6HV] - 1890(Tas)-1973(Tas) - Licences: Receive Launceston (1923-1925); 7BQ Launceston (1925-1969+) - Qualifications: cc; AOCP 61, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; honorary radio inspector (PMG) - Relationships: father of 3AAC John Peter Crooks - Electoral Rolls: clerk (Trevallyn, 1914; Launceston, 1919-1968); no occupation (Low Head, 1972) * [[/John Peter Crooks|Crooks, John Peter]] [https://www.familysearch.org/tree/person/details/LRZL-Z2J] - 1921(Tas)-2013(Vic) - Licences: 3AAC Colac (1960); 3AAC Bulleen (1965-1969) - Qualifications: AOCP 2107, 1938, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: son of 7BQ James Alexander Leonard "Len" Crooks - Electoral Rolls: civil servant (Elsternwick, 1949); engineer (East Geelong, 1954; Bulleen, 1963-1977) ===''CROPLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cropley|Cropley, Eric William]] [https://www.familysearch.org/tree/person/details/GDLL-YVK] - 1893(NSW)-1935(NSW) - Licences: N735 Receive Sydney (Homebush, 1922); 2HT Receive Sydney (Homebush, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of Mervyn Eric Cropley - Electoral Rolls: warehouseman (Homebush, 1930-1933) * [[/Mervyn Eric Cropley|Cropley, Mervyn Eric]] [https://www.familysearch.org/tree/person/details/GDLG-MYS] - 1920(NSW)-1951(Aus) - Licences: cc; Nil yet identified - Qualifications: cc; 2COCP 403, 1941 - amateur operator; amateur broadcaster - Relationships: son of 2HT Eric William Cropley - Electoral Rolls: radio officer (Homebush, 1943); salesman (Blaxland, 1949) ===''CROUCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Casimir Crouch|Crouch, Ernest Casimir "Ern"]] - 1908(???)-1989(NSW) - 2QJ Receive Sydney (Mosman, 1923), 2EC Sydney (Mosman, 1924-1939), 2EC Orange (1946-1980), amateur operator (AOCP 16, 1924, No. 6 in NSW), amateur broadcaster; engineer; Mosman Radio Laboratories 1927 (proprietor?) ===''CROWDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Crowder, Joyce Isabel see Batchler nee Crowder, Joyce Isabel ===''CULLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Norman Seth Culliver|Culliver, Francis Norman Seth "Norman"]] [https://www.familysearch.org/tree/person/details/G82T-SWD] - 1891(Vic)-1962(Vic) - Licences: 3DP Receive Melbourne (East Melbourne, 1922); 3DP Melbourne (East Melbourne, 1923-1925; Hawthorn, 1925-1927); 3UG Melbourne (Rye, 1948-1956); 3UG Queenscliff (1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of Keith Norman Culliver & Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1931-1954) * [[/Ian Douglas Culliver|Culliver, Ian Douglas "Sam"]] [https://www.familysearch.org/tree/person/details/G82T-WDM] - 1916?(Vic)-2002(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 655, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Keith Norman Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) * [[/Keith Norman Culliver|Culliver, Keith Norman]] [https://www.familysearch.org/tree/person/details/G82T-753] - 1914(Vic)-1998(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 656, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) ===''CUMMING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Humberstone Cumming|Cumming, William Humberstone]] [https://www.familysearch.org/tree/person/details/GSLF-9FS] - 1903(Vic)-1956(Vic) - Licences: 3BK Melbourne (Armadale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Notting Hill, 1931); engineer (Cheltenham, 1931); contractor (Malvern, 1936-1949); engineer (Malvern, 1954) ===''CUMMINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Cummings|Cummings, Bruce]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 1928, No. ?? in Qld), amateur broadcaster ===''CUMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Vincent Cummins|Cummins, Reginald Vincent]] [https://www.familysearch.org/tree/person/details/GXCK-FLN] - 1911(Qld)-1957(Qld) - Licences: 4VC Brisbane (Newmarket, 1937-1939) - Qualifications: cc; AOCP 1939, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (East Ipswich, Qld, 1934-1937); public servant (Newmarket, Qld, 1943-1954) ===''CUNLIFFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James August Cunliffe|Cunliffe, James August]] [https://www.familysearch.org/tree/person/details/G7KX-DQW] - 1904(Vic)-1984(Vic) - Licences: 3ZO Melbourne (Croxton, 1930-1931; Preston, 1933-1939, 1946-1947); 3AZO Melbourne (North Fitzroy, 1954; East Preston, 1955-1980+) - Qualifications: AOCP 597, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: cabinet maker (Preston, 1927); electrician (Preston East, 1931-1942); cabinet maker (Preston East, 1949); carpenter (Preston East, 1963-1980) ===''CUNNINGHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hugh Cunningham|Cunningham, Robert Hugh]] [https://www.familysearch.org/tree/person/details/G845-Z7M] - 1909(Vic)-1989(Vic) - Licences: 3ML Melbourne (Malvern, 1928-1937; Hawthorn, 1938-1939; Frankston, 1946-1947; Malvern, 1948-1980+) - Qualifications: AOCP 463, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Malvern, 1931; Gardiner, 1936-1937); RAAF (Frankston, 1949); manager (Malvern, 1949-1954); director (Malvern, 1963-1980) - R. H. Cunningham, electronics retailer? ===''CUREDALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Curedale|Curedale, Albert John]] [https://www.familysearch.org/tree/person/details/GFQ6-S41] - 1914(Aus)-1986(WA) - Licences: 6AE Perth (City, 1934-1939) - Qualifications: cc; AOCP 1385, 1934, WA - amateur operator; amateur broadcaster - Electoral Rolls: presser (North Perth, WA, 1943-1949; West Perth, WA, 1954; Leederville, WA, 1958-1972) * [[/Robert Gordon Curedale|Curedale, Robert Gordon]] - 1906(WA)-1981(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 837, 1924; 2COCP 369, 1931; 1COCP 141, 1937 - - Electoral Rolls: radio operator (Magnetic Observatory, Watheroo, WA, 1931); wireless operator (West Perth, WA, 1936-1937); radio technician (Croydon, NSW, 1943); farming (Watheroo, WA, 1949); geophysicist (Ascot Vale, Vic, 1954; Bentleigh, Vic, 1963; Yokine, WA, 1968); retired (North Beach, WA, 1972; Maylands, WA, 1977-1980) ===''CURETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Poyner Cureton|Cureton, John Poyner "Jack"]] [https://www.familysearch.org/tree/person/details/L29Y-H1R] - 1905(NSW)-1958(NSW) - Licences: 2AY Receive Sydney (Burwood, 1922); 2AY Sydney (Burwood, 1923-1930); 2AU Sydney (Burwood, 1930-1933; Gordon, 1933-1934; Burwood, 1935-1939, 1946-1950); 2AU Little Hartley (1954-1958) - Qualifications: cc; AOCP 168, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Withdrawal: 2AY callsign withdrawn by PMGD in 1930 and reallocated to new commercial 2AY Albury - Electoral Rolls: secretary (Burwood, 1930; Parkes, 1936); engineer (Burwood, 1943); grazier (Little Hartley, 1958) ===''CURLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Clarence Curle|Curle, George Clarence]] [https://www.familysearch.org/tree/person/details/GZ25-DZZ] - 1914(NSW)-1941(Egypt) - licences: 2AJB Sydney (Chullora, 1937-1939) - qualifications: AOCP 1813, 1937, No. ?? in NSW; BOCP 310, 1940 - amateur operator, amateur broadcaster, broadcast engineer (2BL), WW2 - electoral rolls: Nil - "Greater love hath no man than this" ===''CURNOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Ross Curnow|Curnow, Geoffrey Ross]] - 19??(???)-19??(???) - historian (wireless & broadcasting), "The history of the development of wireless telegraphy and broadcasting in Australia to 1942, with especial reference to the Australian Broadcasting Commission : a political and administrative study" ===''CURRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Benjamin John Currie|Currie, Francis Benjamin John]] [https://www.familysearch.org/tree/person/details/G8QY-8JP] - 1903(SA)-1974(SA) - Licences: None yet found - Qualifications: AOCP 395, 1928, No. ?? in SA - amateur operator? - Electoral Rolls: checker (Albert Park, Vic, 1936); storeman (Semaphore, 1939; Queensbury, 1941) * [[/James Lawrence Currie|Currie, James Lawrence "Len"]] [https://www.familysearch.org/tree/person/details/GXCK-9GW] - 1905(Qld)-1960(Qld) - Licences: 4LC Bundaberg (1936-1937); 4LC Proserpine (1938-1939); 4LC St George (1946-1956); 4LC Brisbane (Dutton Park, 1960) - Qualifications: cc; AOCP 1631, 1936, Qld - amateur operator; amateur broadcaster; power station engineer - Electoral Rolls: electrician (New Farm, Qld, 1929; Bundaberg, Qld, 1931-1937); electrical engineer (Blackhall, Qld, 1943; St George, Qld, 1949-1954); engineer (Caboolture, Qld, 1958) ===''CURTIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. F. Curtis|Curtis, R. F.]] - 19??(???)-19??(???) - Licences: 3AI Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''CUSACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Chanel Cusack|Cusack, Leo Chanel]] [https://www.familysearch.org/tree/person/details/G6YN-49P] - 1897(NSW)-1967(Qld) - Licences: 4LC Port Moresby (1925-1926) - Qualifications: cc; CPRT 229, 1916; 1COCP 319, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIT Townsville (1917-1918) - Electoral Rolls: radio operator (Maroubra, 1930); radio telegraphist (Townsville, 1931-1936; Maroubra, 1943); wireless operator (Maroubra, 1949); radio operator (Darwin, 1949-1954); wireless operator (Maroubra, 1958-1963); retired (Bardon, Qld, 1963) * [[/Sidney Claude Cusack|Cusack, Sidney or Sydney Claude or Claud]] [https://www.familysearch.org/tree/person/details/GW42-D16] - 1885(Eng)-1973(Canada) - Licences: 5CK Adelaide (Dulwich, 1924-1926) - Qualifications: cc; CPRT 5, 1914 (No. 5 in Aus and Vic, Commonwealth system) - RANRS (CPO to Warrant Telegraphist, 1917); WW1 - Electoral Rolls: operator (Clayfield, Qld, 1916) ===''CUSHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Thomas Cushen|Cushen, Arthur Thomas]] [https://www.familysearch.org/tree/person/details/GXQL-FP3] - 1920(NZ)-1997(NZ) - prominent MW and SW broadcast listener 1930s to 1990s; DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club, DX Australia) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen/ Autobiography]; [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tributes] ===''CUSITER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert William Macgregor Cusiter|Cusiter, Robert William Macgregor "Mac"]] [https://www.familysearch.org/tree/person/details/M6H8-73C] - 1908(NSW)-1970(???) - 2RW Sydney (Lewisham, 1925-1926; Turramurra, 1927-1929; Pymble, 1930; Lewisham, 1931-1939, 1946-1955; Hornsby, 1956-1969), amateur operator (AOCP 203, 1925, No. ?? in NSW), amateur broadcaster, engineer (Pymble, 1930; Lewisham, 1930-1949; Hornsby, 1958-1968), AWA, PMGD, WW2 (worked on defence electronics) ===''CUTHBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Cuthbert|Cuthbert, Henry]] - 1829(Irl)-1907(Vic) - Postmaster-General Victoria (Jul 1877-Jul 1878; Mar 1880-Aug 1880) ===''CUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Gregory Maxwell Cutts|Cutts, Gregory Maxwell "Maxwell"]] [https://www.familysearch.org/tree/person/details/GQBR-22Q] - 1903(NSW)-1986(NSW) - Licences: Receive (Crystal) Sydney (Croydon, 1923); 2GM Sydney (Croydon, 1924-1927) - Qualifications: cc; AOCP 17, 1924, No. 7 in NSW - amateur operator; amateur broadcaster; radio business proprietor (2ML, Mosman Radio Service) - Electoral Rolls: radio engineer (Mosman, 1930-1937; Abbotsford, 1949); sales manager (North Ryde, 1954-1963); manager (Cheltenham, 1972-1980) =='''D'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''DAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Luja Dahl|Dahl, Norman Luja]] [https://www.familysearch.org/tree/person/details/L433-MY6] - 1888(NZ)-1938(Qld) - Licences: 2ND Sydney (Wahroonga, 1933-1937); 4ND Ayr (1937-1939) - Qualifications: cc; AOCP 1079, 1933, NSW; AOLCP 249, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: consulting engineer (Wahroonga, NSW, 1930-1935); teacher (Wahroonga, NSW, 1937); company director (Ayr, Qld, 1936-1937) * [[/Oscar Sydney Dahl|Dahl, Oscar Sydney "Syd"]] [https://www.familysearch.org/tree/person/details/LLWV-S5D] - 1904(NZ)-1982(Qld) - Licences: 4KA Ayr (1933-1935); 7KA Hobart (1947); 4KA Ayr (1948); 9KA Lae (1969); 4VT Innisfail (1975) - Qualifications: cc; AOCP 1151, 1933, No. ? in Qld - amateur operator; amateur broadcaster; WW2; surveyor - Electoral Rolls: chainman (Arapuni, NZ, 1928-1931); tramline engineer (Ayr, Qld, 1931-1936); engineer (Gordonvale, Qld, 1937); civil engineer (Fitzgerald, Tas, 1943; Ayr, Qld, 1949-1958); surveyor (Innisfail, Qld, 1963-1980) ===''DALBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dalby|Dalby, John]] - 19??(???)-19??(???) - Licences: 5BI Adelaide (SA School of Mines, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Directories: lecturer (School of Mines, Adelaide, 1922-1934) - Electoral Rolls: Nil yet identified ===''DALTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Martin Dalton|Dalton, Robert Martin]] [https://www.familysearch.org/tree/person/details/GZJQ-SH3] - 1897(Vic)-1949(Vic) - Licences: XLB Melbourne (Auburn, 1913); 3UI Mildura (1923-1925); 3UI Melbourne (Balaclava, 1925-1926; Caulfield, 1927; Camberwell, 1931-1933); 3UN Melbourne (Camberwell, 1948) - Qualifications: cc; AOCP 158, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: fruitgrower (Mildura, 1919-1924); radio engineer (Hawthorn, 1926-1927); clerk (Camberwell, 1928); sales (Camberwell, 1931-1949) ===''DANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Dane|Dane, John Edward]] [https://www.familysearch.org/tree/person/details/LYF7-5RS] - 1868(Eng)-1928(Vic) - Licences: Receive (Valve) Melbourne (Hawthorn, 1923); 3JD Melbourne (Hawthorn, 1924-1927) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: commercial traveller (Hawthorn, 1908-1909); merchant (Auburn, 1912-1927) ===''DANGERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Henry Dangerfield|Dangerfield, Joseph Henry "Harry"]] [https://www.familysearch.org/tree/person/details/G9HR-22D] - 1911(Eng)-1997(Qld) - Licences: 4NF Townsville (1936-1939) - Qualifications: cc; AOCP 1686, 1936, Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (radio electrical salesman) - Relationships: brother of 4NL Norman Gerard Dangerfield - Electoral Rolls: radio mechanic (Townsville, Qld, 1937-1954); mechanic (Townsville, Qld, 1958-1977); retired (Airlie Beach, Qld, 1977-1980) * [[/Norman Gerard Dangerfield|Dangerfield, Norman Gerard]] [https://www.familysearch.org/tree/person/details/G9HR-5FD] - 1918(Qld)-1997(Qld) - Licences: 4NL Ayr (1936-1939); 4ND Ayr (1956-1965); 4ND Brisbane (Sherwood, 1969-1975) - Qualifications: cc; AOCP 1687, 1936, Qld; BOCP 1062, 1949 - amateur operator; amateur broadcaster; employment (Elphinstones); broadcast technician (4AY, ABC Townsville); business proprietor (radio) - Halcyon: AOCP at 16yo - Relationships: brother of 4NF Joseph Henry Dangerfield - Electoral Rolls: aircraft fitter (Coorparoo, Qld, 1943); bank officer (Ayr, Qld, 1949); radio technician (Ayr, Qld, 1954; Home Hill, Qld, 1958); clerk (Sherwood, Qld, 1968-1980) ===''DANIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Septimus Daniel|Daniel, Louis Septimus]] - 1834(Eng)-1909(Vic) - experimented with etheric force in mid 1870s, radio clubs (Telegraph Electrical Society of Victoria, member), employment (Vic Post & Telegraphs, concluding acting Secretary, 1897), linguist ===''DARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Darley|Darley, Ernest John]] [https://www.familysearch.org/tree/person/details/G4BX-9ZK] - 1898(WA)-1968(WA) - Licences: 6CJ Perth (South Perth, 1923-1930) - Qualifications: cc; CPRT 243, 1916; 2COCP 835, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: motor importer (South Perth, 1925-1936); importer (Rockingham, 1943); technician (South Perth, 1954-1963) ===''DAVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Barrett Davey|Davey, Harold Barrett]] [https://www.familysearch.org/tree/person/details/GDYY-FN4] - 1898(Tas)-1948(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: dental mechanic (Launceston, 1922); electrician (Launceston, 1936-1937); electrical engineer (Launceston, 1943) * [[/John Alfred Davey|Davey, John Alfred]] [https://www.familysearch.org/tree/person/details/GZ6X-FSF] - 1913(SA)-1992(Qld) - 2YE Sydney (Glebe Point, 1935-1938; Ashfield, 1939; Homebush, 1946-1975), amateur operator (1COCP 19, 1934; 3COCP 1029, 1952), amateur broadcaster, radio engineer * [[/John Anderton Davey|Davey, John Anderton]] [https://www.familysearch.org/tree/person/details/GZ6F-3ZH] - 1909(Vic)-1973(Vic) - Receive Melbourne (Brighton, 1923), 3AD Melbourne (Brighton, 1925-1926; Elsternwick, 1927), amateur operator (AOCP 66, 1925, No. ?? in Vic), amateur broadcaster, manufacturer's agent * [[/Ralph William Davey|Davey, Ralph William]] [https://www.familysearch.org/tree/person/details/GXGN-W9X] - 1916(SA)-1999(Vic) - Licences: 5KD Adelaide (North Croydon, 1935-1939; Mile End, 1947; Blanchetown, 1948); 5DY Portable Adelaide (North Croydon, 1938) - Qualifications: cc; AOCP 1481, 1935, SA; 1COCP 515, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: constable (Ridleyton North, SA, 1939; Whyalla, SA, 1941-1948); RAAF (Guildford, WA, 1958; Beaumaris, Vic, 1972-1980) ===''DAVIDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. R. Davidson|Davidson, E. R.]] - 19??(???)-19??(???) - Licences: 4FP Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''DAVIES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Tempest Davies|Davies, Henry Tempest]] [https://www.familysearch.org/tree/person/details/G889-FX9] - 1900(WA)-1987(WA) - Licences: 6HD Perth (Highgate Hill, 1929-1939) - Qualifications: cc; AOCP 563, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Balkatta, 1921); police officer (Mundijong, 1943); sergeant (Victoria Park, 1949-1958; Lathlain Park, 1963-1977; Victoria Park, 1980) * [[/Reginald Raymond Clifford Davies|Davies, Reginald Raymond Clifford]] [https://www.familysearch.org/tree/person/details/GXGM-73Y] - 1915(SA)-1988(WA) - Licences: 5LJ Adelaide (Goodwood Park, 1933-1939; Plympton, 1947-1948); 3AY Melbourne (Prahran, 1954-1960; Heathmont, 1965-1969); 6BQ Perth (Bickley, 1975); 6BQ Denmark (1980) - Qualifications: cc; AOCP 1138, 1933, SA; BOCP 121, 1937; 1COCP 534, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: metal worker (Goodwood Park, SA, 1939); radio engineer (5RM Berri, SA, 1941); mechanic (Plympton, SA, 1941-1943); public servant (Prahran, Vic, 1954); retired (Bickley, WA, 1972-1977) ===''DAVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Hargan Davis|Davis, Henry Hargan or Hargon]] [https://www.familysearch.org/tree/person/details/LT6C-6MB] - 1908(NSW)-1992(SA) - Licences: Receive (Crystal) Sydney (Strathfield, 1923-1924); 2HH Sydney (Strathfield, 1926-1934) - Qualifications: cc; AOCP 289, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Strathfield, 1930-1936); engineer (Strathfield, 1943) - Professor Henry Hargan Davis, BSc, BE (Syd), PhD (Camb), 1946-1973 (Emeritus Professor 1974) [https://docplayer.net/82920769-Engineering-education-the-university-of-adelaide.html] * [[/Ross Raleigh Davis|Davis, Ross Raleigh "Jack"]] [https://www.familysearch.org/tree/person/details/GZ54-9Q4] - 1907(Vic)-1986(NSW) - Licences: 2DS Receive Sydney (Vaucluse, 1920-1922); 2DS Sydney (Vaucluse, 1923-1929; Double Bay, 1930-1933; Rose Bay, 1933-1938; Bellevue Hill, 1938-1939) - Qualifications: cc; AOCP 249, 1926, No. ?? in NSW; CPRTelephony 934, 1926 - amateur operator; amateur broadcaster - Comment: accompanied 2CM on the SS Tahiti; education (Sydney Technical College, Electrical Engineering Degree); employment (AWA, engineer, 1925-1973) - Electoral Rolls: engineer (Double Bay, 1930; Rose Bay, 1933-1937; Bellevue Hill, 1943-1958; Rose Bay, 1958-1980) ===''DAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dawson|Dawson, Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 559, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: stovemaker (Hurlstone Park, 1930); storeman (Marrickville, 1931) - Not yet fully identified * [[/Richard Stanley Dawson|Dawson, Richard Stanley]] [https://www.familysearch.org/tree/person/details/GD52-2NQ] - 1897(Vic)-1983(NSW) - Licences: XZP Hobart (1913-1914); 3DA Melbourne (South Yarra, 1927) - Qualifications: cc; CPRT 282, 1917 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: student (Toorak, 1919); electrical engineer (Melbourne, 1921-1924; Toorak, 1925-1926; South Yarra, 1927-1928); engineer (Artarmon, NSW, 1930; Mosman, 1931-1972; Roseville, NSW, 1977) ===''DEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Launston Alexander Deane|Deane, Launston Alexander]] [https://www.familysearch.org/tree/person/details/GX2G-182] - 1909(SA)-1988(SA) - Licences: 5LD Adelaide (Tusmore, 1933; Hazelwood Park, 1937-1939; Royston Park, 1947-1955; Hazelwood Park, 1956-1965; St Georges, 1969-1975) - Qualifications: cc; AOCP 1090, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Burnside, SA, 1939-1943) * [[/Raymond Kyrle Deane|Deane, Raymond Kyrle]] [https://www.familysearch.org/tree/person/details/GX2P-HB1] - 1917(SA)-2010(SA)93yo - Licences: 5RK Adelaide (Fullarton, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1728, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: warehouseman (Fullarton, SA, 1939-1941); clerk (Fullarton, SA, 1943) ===''DE BAVAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Jean Xavier de Bavay|de Bavay, Francis Jean or John Xavier ]] [https://www.familysearch.org/tree/person/details/GXFJ-D1R] - 1887(Vic)-1955(Tas) - Licences: 4FO Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: analytical chemist (Kew, Vic, 1909); brewer (West Perth, WA, 1916); chemist (Cannon Hill, Qld, 1919-1921); manager (New Farm, Qld, 1925); master brewer (Cascades, Tas, 1928-1936); manager (Hobart South, Tas, 1943-1954) ===''DE CRESPIGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Champion de Crespigny|de Crespigny, Philip Champion]] [https://www.familysearch.org/tree/person/details/KCJG-QN9] - 1879(Vic)-1918(Palestine) - Licences: XPU Melbourne (Brighton, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Relationships: half brother of 3FM Royalieu Dana Champion de Crespigny - Sacrifice: "Greater love hath no man than this" * [[/Royalieu Dana Champion de Crespigny|de Crespigny, Royalieu Dana Champion]] [https://www.familysearch.org/tree/person/details/KH7P-7SD] - 1905(Vic)-1985(Vic) - Licences: 3FM Melbourne (Brighton, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Elmhurst, 1936-1949); farmer (Cobden, 1954; South Ecklin, 1963-1980) - Relationships: half brother of XPU Philip Champion de Crespigny ===''DE CURE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Gerard de Cure|de Cure, John Edward Gerard]] [https://www.familysearch.org/tree/person/details/LVD6-DWD] - 1899(SA)-1989(SA) - Licences: 3WL Melbourne (Coburg, 1929-1933); 5KO Adelaide (Glenelg, 1937-1939, 1946-1956); 2KO Sydney (Artarmon, 1957-1958); 5KO Adelaide (Fulham, 1960-1980+) - Qualifications: cc; AOCP 535, 1929, No. ?? in Vic; 1COCP 22, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Cobden, 1954); public servant (North Carlton, 1921-1924; Coburg, 1927-1934; Artarmon, NSW, 1958) ===''DEARNESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Sinclair Dearness|Dearness, Harry Sinclair]] - 19??-2004(Qld) - 4KW Mackay (1939, 1946-1975), Brisbane (Strathpine) (1980+) - amateur operator (AOCP 2328, 1939, No. ? in Qld), amateur broadcaster, military (WW2, AIF), employment (radio & TV mechanic) ===''DEEGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Edward Deegan|Deegan, Stanley Edward]] [https://www.familysearch.org/tree/person/details/LYK3-2V3] - 1893(Tas)-1944(Tas) - Licences: 7AK Hobart (St Virgil's College, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; public servant (State & Federal, PMGD); WW1 - Electoral Rolls: clerk (Hobart, 1919-1922); civil servant (Hobart, 1928-1936); postal official (Hobart, 1943) ===''DEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival William Deer|Deer, Percival William]] [https://www.familysearch.org/tree/person/details/L2DJ-9ZF] - 1901(SA)-1981(SA) - Licences: 5DR Adelaide (Seacliff, 1928-1933; Brighton, 1937-1939) - Qualifications: cc; AOCP 451, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: machinist (Brighton, 1939-1943) ===''DELBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Joseph Robert Delbridge|Delbridge, Reginald Joseph Robert]] [https://www.familysearch.org/tree/person/details/L439-HNM] - 1888(Eng)-1964(Qld) - Licences: 4RJ Childers (1927); 4RJ Brisbane (Paddington, 1931-1933; Booval, 1937-1939); 4RJ Stanthorpe (1946-1948); 4RJ Brisbane (Northgate, 1954-1955; Toowong, 1956); 4RJ Burleigh Heads (1960) - Qualifications: cc; AOCP 383, 1927, No. 42 in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), minister of religion - Electoral Rolls: clergyman (Ingham, 1917-1919); minister (Kingaroy, 1925); clergyman (Ashgrove, 1943); minister (Stanthorpe, 1949); minister of religion (New Farm, 1954); Methodist Minister (Toowong, 1958); retired (Burleigh Heads, 1963) ===''DELLIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Stephen Dellit|Dellit, Samuel Stephen]] - Licences: VK4ZSS Brisbane, VK3 Melbourne, VK1DXA Canberra - Qualifications: AOLCP Q0078, 1971 - amateur operator, broadcast DXer, broadcast planning engineer, federal public servant, radio historian (aeradio, amateur, broadcast, coastal) ===''DEMPSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter McInnes Dempsey|Dempsey, Walter McInnes "Wally"]] [https://www.familysearch.org/tree/person/details/LTQN-B69] - 1910(Vic)-2010(Vic) - Licences: 3WD Melbourne (Cheltenham, 1929-1931); 7WD Cambridge (1948); 3AZD Melbourne (Pascoe Vale, 1954); 3WD Melbourne (Pascoe Vale, 1955-1969; Oak Park, 1975); 3WD Marong (1980+) - Qualifications: AOCP 515, 1929, No. ?? in Vic; AOLCP 41, 1931; 1COCP 217, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Cheltenham, 1931; Mordialloc, 1936-1937); radio operator (Mentone, 1942); aeradio operator (Cambridge, Tas, 1949); public servant (Pascoe Vale, 1954-1968; Oak Park, 1972); retired (Marong, 1977-1980) ===''DENBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Roy Denby|Denby, Harry Roy]] [https://www.familysearch.org/tree/person/details/LJTS-LLS] - 1906(Qld)-1973(Qld) - Licences: 4FR Receive Brisbane (Brisbane City, 1923); 4AX Brisbane (Kedron, 1936-1939); 4AX Cairns (1947-1969) - Qualifications: cc; AOCP 1800, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: rubber worker (Kedron, Qld, 1936-1937; Cairns, Qld, 1943-1972) ===''DENISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Robert Denison|Denison or Dixson, Hugh Robert]] [https://www.familysearch.org/tree/person/details/L6Q5-WTC] - 1865(NSW)-1940(Vic) - born Hugh Robert Dixson; businessman, parliamentarian, philanthropist; director of Australasian Wireless Co. then Amalgamated Wireless (Australasia) - Links: [[w:Hugh Denison|Wikipedia]]; [https://adb.anu.edu.au/biography/denison-sir-hugh-robert-5955 ADB] ===''DENNEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Roy Denneen|Denneen, Harold Roy]] [https://www.familysearch.org/tree/person/details/GXQG-6YG] - 1894(NSW)-1939(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (A/g Warrant Telegraphist, 1917) - Electoral Rolls: radio telegraphist (Thursday Island, 1928-1937) ===''DENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Roy Dennett|Dennett, Phillip or Philip Roy or Ray]] [https://www.familysearch.org/tree/person/details/KNX4-D9K] - 1897(SA)-1988(Qld) - Licences: 5IV Berri (1931-1938); 4IV Camooweal (1938-1939) - Qualifications: cc; AOCP 799, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil servant (Morningside, Qld, 1943; West End, Qld, 1949-1954; Rockhampton, Qld, 1958); public servant (Morningside, Qld, 1963-1977) ===''DERHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Thomas Derham|Derham, Frederick Thomas]] - 1844(Eng)-1922(Vic) - Victorian Postmaster-General (1886-1890) ===''DERRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/V. M. Derrick|Derrick, V. M.]] - 19??(???)-19??(???) - Licences: 2VM Sydney (Bellevue Hill, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''D'EVELYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude D'Evelynes|D'Evelynes, Claude]] [https://www.familysearch.org/tree/person/details/GF39-3D8] - 1916(WA)-1985(NSW) - Licences: 6DC Harvey (1935-1939); 2TZ Sydney (Mona Vale, 1948; Clifton Gardens, 1954-1955); 9TZ Rugli via Lae (1956); 2TZ Sydney (Chatswood, 1958-1980+) - Qualifications: cc; AOCP 1488, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Harvey, WA, 1936-1937); radio engineer (Mona Vale, NSW, 1949; Mosman, NSW, 1954; Chatswood, NSW, 1958-1968); engineer (Chatswood, NSW, 1977-1980) ===''DEVITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Lane Devitt|Devitt, Raymond Lane]] [https://www.familysearch.org/tree/person/details/LB11-PTK] - 1905(Tas)-1992(WA) - Licences: 6DR Perth (Nedlands, 1937-1939) - Qualifications: cc; CPRT 990, 1928; 2COCP 287, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: service engineer (Nedlands, WA, 1931); manager (Nedlands, WA, 1949-1980) ===''DEWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Owen Dewan|Dewan, John Owen (Electoral Rolls) or Owen John (BMD)]] [https://www.familysearch.org/tree/person/details/GFML-2D4] - 1907(WA)-1980(WA) - Licences: 6JK Perth (Maylands, 1930-1931; Mt Lawley, 1933; City, 1937; North Perth, 1938-1939) - Qualifications: cc; AOCP 715, 1930, No. ?? in WA; 3COCP 188, 1936; 2COCP 99, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: butcher (Maylands, WA, 1931; North Perth, 1934-1937); teacher (East Perth, WA, 1943); trade instructor (Nedlands, WA, 1949-1980) ===''DEXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Dexter|Dexter, John Henry]] [https://www.familysearch.org/tree/person/details/G428-3PS] - 1906(Eng)-1983(Vic) - Licences: 3DR Melbourne (Northcote, 1926-1927); 3VR Melbourne (Sandringham, 1938-1939; Black Rock, 1946-1956; Parkdale, 1960-1965; Mt Eliza, 1969-1980+) - Qualifications: AOCP 241, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Northcote, 1927); engineer (Preston, 1931; Sandringham, 1942-1954); radio mechanic (Mordialloc, 1963); retired (Mt Eliza, 1968-1980) ===''DICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Dick|Dick, F.]] - abt 1883(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''DIDDAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Harlin Flower Diddams|Diddams, Robert Harlin or Harland Flower]] [https://www.familysearch.org/tree/person/details/GMZN-YJP] - 1899(Qld)-1969(Qld) - Licences: Receive Brisbane (Toowong, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bookkeeper (Toowong, Qld, 1921-1925); printer (Ashgrove, 1936-1958); retired (Kangaroo Point, Qld, 1968) ===''DILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Dillon|Dillon, Arthur Ernest "Ernie" "Ern"]] [https://www.familysearch.org/tree/person/details/G85L-HH7] - 1902(Qld)-1960(Qld) - Licences: 4CH Receive Brisbane (New Farm, 1922); 4CH Brisbane (New Farm, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (New Farm, 1925); engineer (New Farm, 1929); electrical engineer (Atherton, 1931-1932); electrician (Greenslopes, 1943-1954; Mt Gravatt, 1958) ===''DINEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Dineen|Dineen, Geoffrey John]] [https://www.familysearch.org/tree/person/details/GM8L-9R6] - 1919(Tas)-1999(Tas) - Licences: 7GD Launceston (1935-1939, 1946-1948) - Qualifications: cc; AOCP 1588, 1935, No. ?? in Tas; 3COCP 6330, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Launceston, 1949-1968) ===''DIRCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Alfred Dircks|Dircks, Alexander Alfred]] [https://www.familysearch.org/tree/person/details/GDRD-6GN] - 1858(NSW)-1929(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - senior federal public servant (PMGD, Electrical Engineer) - Electoral Rolls: Nil yet identified ===''DIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gurnhill Dixon|Dixon, Arthur Gurnhill]] [https://www.familysearch.org/tree/person/details/G826-18S] - 1896(Tas)-1966(Vic) - Licences: XZA Wynyard (1913-1914); 3JG Melbourne (Hawthorn, 1933); 3AD Melbourne (Hawthorn, 1937-1939, 1947-1948); 3AVE Melbourne (Nunawading, 1965) - Qualifications: cc; CPRT 462, 1919; 2COCP 160, 1930; 1COCP 271, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Wynyard, 1919); wireless mechanic (Hawthorn, 1934); technician (Auburn, 1936-1937); inspector (Surrey Hills, 1943-1963) - Probate: retired marine inspector (Melbourne, 1966) * [[/Arthur Lionel Dixon|Dixon, Arthur Lionel]] [https://www.familysearch.org/tree/person/details/G82F-YX7] - 1897(Eng)-1968(NSW) - Licences: 236 Sydney (Burwood, 1920); 2BS Receive Sydney (Burwood, 1922-1923); 2AD Sydney (Canterbury, 1929; Strathfield, 1930); 4AD Brisbane (Norman Park, 1931-1939) - Qualifications: cc; CPRT 202, 1916; 2COCP 288, 1930; 1COCP 170, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Concord, NSW, 1930; Norman Park, Qld, 1931-1943); RANVR (Kyeemagh, 1943); engineer (Waverton, 1949; Eastwood, 1954; Lidcombe North, 1958); managing director (Blakehurst, 1963-1968) * [[/Charles Frederick Musgrave Dixon|Dixon, Charles Frederick Musgrave]] [https://www.familysearch.org/tree/person/details/L27B-XXY] - 1894(NSW)-1986(NSW) - Licences: 2II Receive Cootamundra (1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: operator (Cootamundra, 1930-1937); telegraphist (Goulburn, 1943; Annandale, 1949-1954; Camperdown, 1958-1980) * [[/John Malcolm Dixon|Dixon, John Malcolm]] [https://www.familysearch.org/tree/person/details/GWD1-HXH] - 1922(Vic)-2008(Vic) - Qualifications: cc; Nil yet identified - broadcast planning engineer (PMGD, ABCB, P&TD); education (Scots College, 1935-1939); military (WW2, AIF, 1942-1945) - Links: [https://www.scotch.vic.edu.au/greatscot/2008decGS/74.htm Obit] * [[/Lionel Stanley Dixon|Dixon, Lionel Stanley]] [https://www.familysearch.org/tree/person/details/L1PR-QD2] - 1912(Vic)-1998(Vic) - Licences: 4LF Brisbane (Redcliffe, 1938-1939); 3TE Melbourne (Croydon, 1947-1948; Elwood, 1954-1980); 4LF Brisbane (Redcliffe, 1960-1975) - Qualifications: cc; AOCP 2177, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Glenferrie, Vic, 1934-1937); builder (Box Hill South, Vic, 1949; Elsternwick, Vic, 1954-1967; Elwood, Vic, 1972-1980) * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 2ZI Condong (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 4GF Victoria Hills, Herbert River (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Reginald Hilton Dixon|Dixon, Reginald Hilton]] [https://www.familysearch.org/tree/person/details/G82N-FQV] - 1915(NSW)-1978(NSW) - Licences: 2QD Albury (1933-1937); 2QD Armidale (1938-1939); 2QD Albury (1946-1980) - Qualifications: cc; AOCP 1216, 1933, NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Albury, Qld, 1937); telephone mechanic (Albury, 1972-1977) ===''DODDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stokell Dodds|Dodds, Sir John Stokell Snr]] [https://www.familysearch.org/tree/person/details/GMYR-2KQ] - 1906(Tas)-1975(NSW) - Licences: 7DJ Hobart (City, 1937-1939, 1946-1948) - Qualifications: cc; AOLCP 208, 1935; AOCP 1851, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (New Town, 1936-1949); manager (Wahroonga, 1954); electrical engineer (Wahroonga, 1958-1968); manager (St Ives, 1972) * [[/John William Matthew Dodds|Dodds, John William Matthew]] [https://www.familysearch.org/tree/person/details/G8NX-3CT] - 19??(???)-19??(???) - Licences: 2KK Kurri Kurri (1930-1939); 2AZD Newcastle (New Lambton, 1955-1969) - Qualifications: AOCP 644, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: miner (Kuri Kurri, 1930-1949; New Lambton, 1954-1980) * [[/Leonard Henry Dodds|Dodds, Leonard Henry "Len"]] - 1908(NSW)-1983(Qld) - 4GD Townsville (1946-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (Townsville ARC, life member), military (Navy, RAAF), employment (PMGD) * [[/Ronald George Dodds|Dodds, Ronald George]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''DODDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Doddy|Doddy, Edward Arthur]] [https://www.familysearch.org/tree/person/details/GXB7-HWS] - 1899(Tas)-1961(WA) - Licences: 6WH Perth (Claremont, 1936-1939, 1947-1960) - Qualifications: cc; AOCP 1817, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Claremont, WA, 1931-1958) ===''DOHRMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Stanley Glenville Dohrmann|Dohrmann, George Stanley Glenville]] [https://www.familysearch.org/tree/person/details/G82G-TB8] - 1902(Vic)-1985(Vic) - Licences: 3AM Receive Melbourne (Canterbury, 1922); 3AM Melbourne (Canterbury, 1922-1925) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Canterbury, Vic, 1924-1926); warehouseman (Burwood, Vic, 1931; Canterbury, 1937-1943); agriculturalist (Mt Dandenong, 1949-1954; Mooroolbark, 1968-1980) ===''DOIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Louis Doig|Doig, Norman Louis]] [https://www.familysearch.org/tree/person/details/LLSD-M17] - 1912(WA)-2014(WA)101yo - Licences: 6ND Carnamah (1937-1939); 6CB Perth (Floreat Park, 1954-1960) - Qualifications: cc; AOCP 2061, 1937, WA; 3COCP 1505, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Carnamah, WA, 1936-1937; Floreat Park, WA, 1943); telegraphist (City Beach, WA, 1949; Floreat Park, WA, 1954-1963; Wembley, WA, 1968-1972); civil servant (City Beach, WA, 1977-1980) ===''DONNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Walter Donne|Donne, Charles Walter]] [https://www.familysearch.org/tree/person/details/9V2T-FC7] - 1897(Vic)-1976(Vic) - Licences: XLO Melbourne (St Kilda, 1913-1914); 2YD Sydney (Neutral Bay, 1923-1925); 3YD Melbourne (St Kilda, 1924-1927) - Qualifications: cc; CPRT 271, 1916; 2COCP 87, 1930 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 (UK Merchant Seaman) - Electoral Rolls: radio telegraphist (St Kilda, 1919-1924); technician (St Kilda, 1925-1931); dealer (Armadale, 1934-1937); investor (Mornington, 1943); grazier (Dromana, 1949-1954); nil (Mornington, 1963-1972) - Migration: South Africa (1955-1962) ===''DOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Lawson Dook|Dook, Valentine Lawson]] [https://www.familysearch.org/tree/person/details/G7X1-NJH] - 1903(WA)-1978(WA) - Licences: 6KB Perth (Maylands, 1931-1933; Mt Hawthorn, 1937-1939, 1947-1956) - Qualifications: cc; AOCP 754, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter's assistant (East Perth, WA, 1931); oil plant attendant (Leederville, WA, 1936-1937); control room operator (Leederville, WA, 1943; Mt Hawthorn, WA, 1949); electrical foreman (Wembley, WA, 1958-1977) ===''DORWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haxton Dorward|Dorward, William Haxton, Jnr]] [https://www.familysearch.org/tree/person/details/GD77-X62] - 1901(Vic)-1937(NSW) - Licences: 3CA Receive Melbourne (Sandringham, 1922-1923); 3CA Melbourne (Sandringham, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: student (Sandringham, 1924-1926); grazier (Moama, 1930; Fort Station, Barnes, 1935-1937) ===''DOUBIKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Thomas Henry Doubikin|Doubikin, William Thomas Henry]] - 1890(Vic)-1927(Tas) - Licences: Hobart Receive 1920s, early wireless experimenter (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, Councillor, 1924), passed too soon ===''DOUDNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Doudney|Doudney, Herbert William]] [https://www.familysearch.org/tree/person/details/MQDH-R32] - 1873(Eng)-1963(Vic) - Licences: 3EM Receive Melbourne (Balaclava, 1922); 3EM Melbourne (Balaclava, 1923-1927) - Qualifications: cc; AOCP 63, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; minister of religion (Holy Trinity Church) - Electoral Rolls: vicar (St Kilda, 1924-1942); nil (Caulfield, 1949-1954; Elsternwick, 1963) ===''DOUGLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gavin Cunningham Douglas|Douglas, Gavin Cunningham]] [https://www.familysearch.org/tree/person/details/G99J-KJ4] - 1912(Vic)-1992(Vic) - Licences: 3YK Melbourne (Bayswater, 1931-1939, 1947-1950+; Blackburn, 1954; Canterbury, 1955-1960+; Surrey Hills, 1965-1980+) - Qualifications: cc; AOCP 743, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Bayswater, 1935-1949); sales representative (Canterbury, 1963; Surrey Hills, 1968-1980) * [[/Gordon Adye Douglas|Douglas, Gordon Adye]] [https://www.familysearch.org/tree/person/details/LRVY-WLJ] - 1878(Tas)-1957(Tas) - Licences: 7BC Receive Gormanston (1923); Receive Gormanston (1923); 7GD Gormanston (1924-1927+) - Qualifications: cc; AOCP 34, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; mining engineer - Electoral Rolls: mining engineer (Gormanston, 1914-1928); draughtsman (Queenstown, 1936); geological surveyor (Queenstown, 1937-1943); no occupation (Hobart South, 1949; Blackman's Bay, 1954) * [[/Hugh Alexander McKay Douglas|Douglas, Hugh Alexander McKay "Harry"]] [https://www.familysearch.org/tree/person/details/LV3Y-3W4] - 1889(Eng)-1951(NSW) - Licences: 2HD (Class B) Newcastle (1926) - Qualifications: cc; Nil yet identified - Class B broadcaster; witness to Royal Commission 1927 (as a Listener) - Electoral Rolls: chauffeur (Newcastle, 1913); vulcaniser (Hamilton, 1930-1935); manager (Newcastle, 1936-1937); engineer (Mayfield, 1943; Hamilton, 1949) ===''DOWDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Lorens Thomas Dowding|Dowding, Philip Lorena or Loreno or Lorens Thomas]] [https://www.familysearch.org/tree/person/details/GZH8-Z6D] - 1901(Tas)-19??(Vic) - Licences: 7AC Receive Hobart (Moonah, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Moonah, 1922); electrician (St Kilda, 1926-1931; Prahran, 1934; Melbourne, 1937; St Kilda, 1943-1949); electrical foreman (Eildon, 1954) ===''DOWNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Downie|Downie, Frederick William]] [https://www.familysearch.org/tree/person/details/K8Y2-LQ8] - 1879(Vic)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Victoria Police (wireless department, senior constable); witness to Royal Commission 1927 (obo VPF) - Electoral Rolls: labourer (Broadford, 1903); constable (North Carlton, 1909-1924); senior constable (Preston, 1927-1936) ===''DOWNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Evan Downing|Downing, William Evan]] [https://www.familysearch.org/tree/person/details/LHV4-K46] - 1874(Vic)-1948(Vic) - Licences: 3LQ Receive Warrnambool (1923); 3LQ Warrnambool (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: brassfounder (Warrnambool, 1912-1937) ===''DOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Laurence Doyle|Doyle, Herbert Laurence]] [https://www.familysearch.org/tree/person/details/G8VG-WVC] - 1894(Vic)-1945(Vic) - Licences: 3HD Melbourne (Malvern, 1930-1931); 3CR Melbourne (Malvern, 1933; Kooyong, 1937; Frankston, 1938-1939) - Qualifications: AOCP 697, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: independent means (St Arnaud, 1924); grazier (Malvern East, 1925-1927); clerk (Malvern East, 1931-1937); home duties (Malvern, 1943) ===''DRAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James George Drake|Drake, James George]] - 1850(Eng)-1941(Qld) - military (Qld Defence Force, 1880s & 1890s), state politician (Qld MLA, 1880s & 1890s), politician (Postmaster-General 1901-1903) ===''DRANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Edward Draney|Draney, Walter Edward]] [https://www.familysearch.org/tree/person/details/9KLP-VT7] - 1896(Qld)-1983(Qld) - Licences: Receive (Valve) Brisbane (Greenslopes, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: electrician (Milton, Qld, 1919; Greenslopes, Qld, 1921-1928; Tully, Qld, 1937; Toowoomba, Qld, 1954; Toowoomba West, Qld, 1958-1977); retired (Drayton, Qld, 1980) ===''DREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred John Drew|Drew, Alfred John]] [https://www.familysearch.org/tree/person/details/GXLB-1HH] - 1907(SA)-1993(SA) - Licences: 5LN Adelaide (Kensington, 1933-1939; Erindale, 1947-1980+) - Qualifications: cc; AOCP 1078, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Erindale, SA, 1943) ===''DU FEU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Albert James Du Feu|Du Feu, Maurice Albert James]] [https://www.familysearch.org/tree/person/details/GF3M-V9D] - 1917(WA)-2010(NSW) - Licences: 6DF Perth (Subiaco, 1937-1939, 1947-1948; West Perth, 1954-1956; Floreat Park, 1960-1965); 6DU Perth (West Perth, 1948); 2BMD Sydney (Lindfield, 1969+) - Qualifications: cc; AOCP 1875, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: company director (West Perth, WA, 1943; Subiaco, WA, 1949); manager (West Perth, WA, 1954; Floreat Park, WA, 1958-1968); retired (Lindfield, NSW, 1972-1980) ===''DUBOIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Louis Dubois|Dubois, Paul Louis]] [https://www.familysearch.org/tree/person/details/GXZQ-QN3] - 1918(NSW)-1996(Qld) - Licences: 4UJ Brisbane (Rosalie, 1936-1939; Holland Park, 1946-1947; South Brisbane, 1948; Highgate Hill, 1954-1960; Bardon 1960); 4PL Brisbane (Bardon 1980+) - Qualifications: cc; AOCP 1677, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; senior public servant (PMGD, Telstra) - Electoral Rolls: engineer (Rockhampton, Qld, 1943; South Brisbane, Qld, 1949); public servant (Highgate Hill, Qld, 1954-1958); engineer (Bardon, Qld, 1958-1977); manager telecommunications (New Farm, Qld, 1980) ===''DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Duff, William Vere Hobart]] [https://www.familysearch.org/tree/person/details/GMZC-JGP] - 1893(Vic)-1970(Vic) - Licences: 3DB Receive Melbourne (Malvern East, 1922); 3DB Melbourne (Malvern East, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: electrical engineer (Malvern East, 1914); engineer (Malvern East, 1919-1924; Glenferrie, 1931-1937; Toorak, 1943-1954; Harkaway, 1958-1968) ===''DUFFY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Duffy|Duffy, John]] [https://www.familysearch.org/tree/person/details/GXCB-QKJ] - 1907(NSW)-1993(NSW) - Licences: 2AQ Sydney (Redfern, 1933; Woollahra, 1934; Rose Bay, 1935-1937); 4AQ Brisbane (Grange, 1938); 2AQ Sydney (Bondi, 1939, 1946-1950) - Qualifications: cc; AOCP, not yet identified; AOLCP 264, 1936; TVOCP 54, 1957 - amateur operator; amateur broadcaster - Comment: several contemporaneous JDs, needs review - Electoral Rolls: manager (Woollahra, NSW, 1934); engineer (Vaucluse, NSW, 1935); * [[/Maurice Boyce Duffy|Duffy, Maurice Boyce "Morrie"]] [https://www.familysearch.org/tree/person/details/LRYK-S76] - 1886(Vic)-1957(Vic) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/duffy-maurice-boyce-morrie-6030 ADB] * [[/William Oswald Duffy|Duffy, William Oswald]] [https://www.familysearch.org/tree/person/details/GD52-2Q2] - 1861(Eng)-1916(Tas) - Licences: XZO Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: signalman (Battery Point, 1914) ===''DUGGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry George Duggan|Duggan, Harry George]] [https://www.familysearch.org/tree/person/details/LT9H-8LW] - 1905(Vic)-1994(Vic) - Licences: 3XI Warrnambool (1930-1965); 3AXI Warrnambool (1965-1969); 3XI Garvoc (1965-1969) - Qualifications: AOCP 592, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Warrnambool, 1931-1954); engineer (Warrnambool, 1963-1968) ===''DUKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon William Dukes|Dukes, Gordon William]] [https://www.familysearch.org/tree/person/details/G3RY-PGT] - 1909(NSW)-2001(NSW) - Licences: 2WD Sydney (Forest Lodge, 1930-1939; Strathfield, 1946-1950; Homebush, 1954-1956; Cremorne, 1957-1958; Lane Cove, 1960-1980+) - Qualifications: AOCP 571, 1930, No. ?? in NSW; AOLCP 139, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glebe, 1933-1937); radio engineer (Homebush, 1943-1949); engineer (Cremorne, 1954-1958); technician (Lane Cove, 1963-1980) ===''DUNDAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Loftus Dundas|Dundas, Reginald Loftus]] [https://www.familysearch.org/tree/person/details/GXC2-8LM] - 1915(Qld)-1980(Qld) - Licences: 4DU Crawford, Kingaroy Line (1937-1939) - Qualifications: cc; AOCP 1990, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Theodore, Qld, 1937); labourer (Crawford, Kingaroy Line, Qld, 1949-1972); farmer (Torquay, Qld, 1977) ===''DUNLEAVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Francis Dunleavy|Dunleavy, Joseph Francis]] - 19??(???)-19??(???) - Licences: 3JD Melbourne (St Kilda, 1929-1933) - Qualifications: AOCP 508, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (St Kilda, 1924); electrical fitter (Melbourne, 1926; South Yarra, 1931); fitter (St Kilda, 1934) ===''DUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Dunn|Dunn, Richard]] [https://www.familysearch.org/tree/person/details/GDSN-T31] - 1898(NSW)-1986(NSW) - Licences: 2GU Receive Sydney (South Kensington, 1922); 2GU Sydney (South Kensington, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: coachbuilder (Kensington, 1930-1943); manager (Kingsford, 1958); retired (The Entrance, 1963-1980) ===''DUNSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter John Dunstan|Dunstan, Walter John]] [https://www.familysearch.org/tree/person/details/GZXJ-Y3V] - 1904(Vic)-1927(Vic) - Licences: 3JR Receive Ballarat (1922); 3JR Ballarat (1923-1927) - Qualifications: cc; AOCP 106, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Comment: gone too soon - Relationships: brother of William Dunstan, Victoria Cross - Electoral Rolls: student (Ballarat East, 1927) ===''DURBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Keep Durbridge|Durbridge, William Keep]] [https://www.familysearch.org/tree/person/details/GXDN-Z4B] - 1908(WA)-1977(Vic) - Licences: 4FS Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Innisfail, Qld, 1930); clerk (Teneriffe, Qld, 1936-1937); bookkeeper (Dundoo Station, Eulo, Qld, 1937); no occupation (St Kilda, Vic, 1963-1972; Melbourne, Vic, 1977) ===''DUTHOIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert George Duthoit|Duthoit, Albert George]] [https://www.familysearch.org/tree/person/details/GQ94-V82] - 1901(Tas)-1970(Vic) - Licences: Receive (Valve) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical engineer (Waddamana, 1928); labourer (Croydon North, 1931); no occupation (Armadale, 1931); engineer (Hobart South, 1936); electrical engineer (Armadale, 1935-1943); clerk (Ivanhoe, 1949; Oakleigh, 1954; Malvern, 1958); nil (Malvern, 1967-1968) ===''DUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Henry Dutton|Dutton, Thomas Henry]] [https://www.familysearch.org/tree/person/details/LJG1-LRN] - 1862(Eng)-1941(Qld) - Licences: Receive (Crystal) Brisbane (Fortitude Valley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: painter (Rockhampton, Qld, 1903-1905); commission agent (Bowen Hills, Qld, 1908-1909); printer (Valley, Qld, 1913); traveller (Teneriffe, Qld, 1915-1937) =='''E'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''EARLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Edwin Earle|Earle, Frank Edwin]] [https://www.familysearch.org/tree/person/details/G8YV-B62] - 1900(SA)-1967(SA) - Licences: 5BD Adelaide (St Peters, 1923-1928) - Qualifications: cc; CPRT 823, 1924 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Erasmus Earle|Earle, Robert Erasmus]] [https://www.familysearch.org/tree/person/details/GDLX-NC1] - 1894(Eng)-1979(WA) - Licences: 6LC Perth (Floreat Park, 1969-1975) - Qualifications: AOCP 4390, 1966, WA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Floreat Park, 1954-1977) ===''EASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Easter|Easter, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GX2L-656] - 1914(SA)-1983(???) - Licences: 5RO Montieth (1933); 5RO Port Elliot (1937); 5RO Moonta (1938) - Qualifications: cc; AOCP 1111, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Moonta, SA, 1939-1947) - Links: [https://vwma.org.au/explore/people/532330 VWM] ===''EASTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Spencer Easton|Easton, Frederick William Spencer]] [https://www.familysearch.org/tree/person/details/GZ2N-7XD] - 1914(NSW)-1944(PNG) - licences: 2BQ Sydney (Bondi, 1931-1935; Bellevue Hill, 1936-1939) - qualifications: AOCP 846, 1931, No. ?? in NSW - amateur operator, WW2 - electoral rolls: projectionist (Rose Bay, 1936-1943) - "Greater love hath no man than this" ===''EDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Ede|Ede, Charles Frederick or Friederick]] [https://www.familysearch.org/tree/person/details/GS7D-PYL] - 1885(Qld)-1970(Qld) - Licences: Receive Brisbane (Wellington Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Toowong, Qld, 1908; Albion, Qld, 1912-1921); assistant secretary (Manly, Qld, 1925-1963); retired (Wynnum North, 1968) ===''EDGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Waldene Edgar|Edgar, Douglas Waldene]] [https://www.familysearch.org/tree/person/details/L5XS-K4X] - 1895(WA)-1966(WA) - Licences: 6DW New Norcia (1927-1931) - Qualifications: cc; AOCP 314, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Gingin, 1922; New Norcia, 1925-1954); retired (Nedlands, 1958-1963) * [[/John Matheson Edgar|Edgar, John Matheson]] [https://www.familysearch.org/tree/person/details/LB42-K1G] - 1881(Vic)-1960(Vic) - Licences: Receive Geelong (1923); 3YW Geelong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Training College, Carlton, 1903); state school teacher (Ballarat, 1909); teacher (Ballarat, 1913-1914; Geelong, 1917-1924; Essendon, 1925-1954) * [[/Mervyn John Edgar|Edgar, Mervyn John or John Mervyn "Jack"]] [https://www.familysearch.org/tree/person/details/GX4W-647] - 1913(NSW)-2004(Qld) - Licences: 4JE Brisbane (Kangaroo Point, 1934-1939) - Qualifications: cc; AOCP 1302, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, Radio Location Unit); radio retailing (Tracksons) - Electoral Rolls: shop assistant (Kangaroo Point, Qld, 1937); salesman (Kedron, Qld, 1943-1949); shop assistant (Bulimba, Qld, 1958-1980) ===''EDWARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Patrick Joseph Edwards|Edwards, Frederick Patrick Joseph]] [https://www.familysearch.org/tree/person/details/GFSX-5YG] - 1918(WA)-2004(WA) - Licences: 6DN Merredin (1938-1939); 6DN Perth (West Perth, 1947-1965; Ardross, 1969) - Qualifications: cc; AOCP 2127, 1938, WA; BOCP 278, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: clerk (Merredin, WA, 1943); wireless operator (West Perth, WA, 1943-1954; Perth, WA, 1958-1968); clerk (Ardross, WA, 1972-1980) * [[/H. E. Edwards|Edwards, H. E.]] - 19??(???)-19??(???) - Licences: 5RN Adelaide (Croydon, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert John Edwards|Edwards, Herbert John]] [https://www.familysearch.org/tree/person/details/GXF5-KP8] - 1894(Eng)-19??(???) - Licences: 4KR Willis Island (1937) - Qualifications: cc; CPRT 802, 1923; 2COCP 18, 1929; 1COCP 208, 1931 - amateur operator; amateur broadcaster - Comment: several contemporaneous HJEs - Electoral Rolls: wireless operator (Rose Bay, NSW, 1930-1933); radio operator (Lord Howe Island, NSW, 1949); communication officer (Rose Bay, NSW, 1954) ===''EGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mavis Evelyn Egan|Fogg nee Egan, Mavis Evelyn or Evelene]] [https://www.familysearch.org/tree/person/details/GW8N-1JK] - 1900(Tas)-1995(Tas) - Licences: Receive (Crystal) Stanley (1923) - Qualifications: cc; Nil yet identified - amateur receiver (YL) - Electoral Rolls: clerk (Stanley, 1928); home duties (Wynyard, 1936-1943; Smithton, 1949; Sale, Vic, 1954; Cohuna, 1963; Devonport, 1972) ===''EGGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Percy Eggleton|Eggleton, Eric Percy]] [https://www.familysearch.org/tree/person/details/GSTZ-5G9] - 1903(Qld)-1979(Qld) - Licences: 4DA Receive Toowoomba (1923-1924); 4DA Toowoomba (1925-1931) - Qualifications: cc; AOCP 81, 1925, No. 9 in Qld - amateur receiver; amateur operator; amateur broadcaster; employment (QATB) - Electoral Rolls: machinist (Toowoomba, 1925-1926); ambulance bearer (Toowoomba, 1931); ambulance superintendent (Dayboro, 1936-1943; Charleville, 1949-1958; Stanthorpe, 1963); retired (Caloundra, 1968-1977) ===''ELDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Mackenzie Elder|Elder, James Alexander Mackenzie]] [https://www.familysearch.org/tree/person/details/97W3-7FL] - 1869(Sct)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Awards: KBE - Electoral Rolls: manager (Essendon, 1905); merchant (Moonee Ponds, 1908-1909); director (South Yarra, Vic, 1936-1943) - Links: [https://adb.anu.edu.au/biography/elder-sir-james-alexander-6099 ADB] ===''ELLERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lewis John Ellery|Ellery, Robert Lewis John]] - 1827(Eng)-1908(Vic) - early telephone experimenter, Vic Government Astronomer ===''ELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Neville Elliott|Elliott, Robert Neville]] [https://www.familysearch.org/tree/person/details/GXXN-PPJ] - 1907(Qld)-1979(Qld) - Licences: 4DW Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Toowoomba, Qld, 1936-1937); company manager (Toowoomba, Qld, 1949); chartered accountant (Toowoomba, Qld, 1954-1963); accountant (Brisbane, Qld, 1968); chartered accountant (Toowoomba, Qld, 1972); accountant (Toowoomba, Qld, 1977) * [[/Ronald Donovan Elliott|Elliott, Ronald Donovan]] [https://www.familysearch.org/tree/person/details/G799-LTX] - 1910(SA)-1978(SA) - Licences: 5RD Adelaide (Lower Mitcham, 1931-1933; Da Costa Park, 1937; Kirkcaldy, 1938-1939) - Qualifications: cc; AOCP 758, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: solicitor (Kirkcaldy, SA, 1939; Westbourne Park, 1941-1943) * [[/Thomas Murray Browse Elliott|Elliott, Thomas Murray Browse "Tom"]] [https://www.familysearch.org/tree/person/details/G3W8-947] - 1899(Qld)-1971(Qld) - Licences: 4CM Brisbane (City, 1946-1969); operator of Valentine's 4CM licence 1925-1939 - Qualifications: cc; AOCP 72, 1925, No. 6 in Qld - amateur operator; amateur broadcaster; early television experimenter - Electoral Rolls: clerk (Fortitude Valley, 1921); salesman (Brisbane City, 1925-1931); sound engineer (Observatory, 1937-1943); company manager (City, 1949-1958); retired (Burleigh Heads, 1963-1968) ===''ELLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Austin Ellis|Ellis, Clive Austin]] [https://www.familysearch.org/tree/person/details/G86V-9HT] - 1912(Vic)-1972(Vic) - Licences: 3LZ Melbourne (Williamstown, 1930-1931; Caulfield, 1933-1939; Newport, 1946-1956; Moorabbin, 1960-1969) - Qualifications: AOCP 598, 1930, No. ?? in Victoria - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1937; Newport, 1943-1954); valuer (Moorabbin, 1958-1972) * [[/John Osborne Ellis|Ellis, John Osborne]] [https://www.familysearch.org/tree/person/details/GHTM-Q42] - 1910(Eng)-1999(SA) - Licences: Nil identified - Qualifications: AOCP 522, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Kimba, 1939-1943) ===''ELSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Robert Elsbury|Elsbury (adopted) or Wilson Bowman (biological), Cyril Robert]] [https://www.familysearch.org/tree/person/details/GFMG-5CW] - 1897(Qld)-1961(WA) - Licences: 6JE Kalgoorlie (1934-1939); 6JE Fimiston (1947-1956); 6JE Nornalup (1960) - Qualifications: cc; AOCP 1372, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (Kalgoorlie, WA, 1922); mine timekeeper (Kalgoorlie, WA, 1925-1943); assistant accountant (Fimiston, WA, 1949-1954); mine paymaster (Kalgoorlie, WA, 1958) ===''ELWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Gregory Elworthy|Elworthy, Colin Gregory "Col"]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''EMBLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Stewart Austin Embling|Embling, Stewart Austin]] [https://www.familysearch.org/tree/person/details/GZGH-YQM] - 1907(Vic)-1998(Vic) - Licences: Receive (Valve) Melbourne (Toorak, 1923-1925); 3DC Melbourne (Toorak, 1926-1939) - Qualifications: AOCP 236, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Toorak, 1931-1943); assurance officer (Toorak, 1949-1980) ===''EVANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Hubert Evans|Evans, Albert Henry Hubert]] [https://www.familysearch.org/tree/person/details/GH8N-BFX] - 1894(SA)-1981(SA) - Licences: XVD Adelaide (Mile End, 1913) - Qualifications: cc; CPRT 255, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: assistant manager (Woollahra, 1949) * [[/Griffith Benjamin Evans|Evans, Griffith Benjamin]] [https://www.familysearch.org/tree/person/details/GXQN-HL3] - 1877(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS - Electoral Rolls: naval telegraphist (Eden Vale, Vic, 1914-1915); telegraphist (Coburg, Vic, 1919); retired (Vaucluse, NSW, 1954-1963) * [[/Percy Evans|Evans, Percy]] [https://www.familysearch.org/tree/person/details/G84B-DKL] - 1894(Eng)-1976(Vic) - Licences: 2OW Sydney (Kensington, 1928-1929; Randwick, 1930-1931); 3OZ Melbourne (Glen Iris, 1947-1948; Boronia, 1948; North Ringwood, 1954-1975) - Qualifications: AOCP 458, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: sales manager (Kensington, 1930); salesman (Randwick, 1930-1931); sales manager (Camberwell, 1933-1937; Glen Iris, 1949); manager (Ringwood, 1954-1972) * [[/R. Evans|Evans, R.]] - 19??(???)-19??(???) - Licences: 2SP Sydney (Clovelly, 1923-1927) - Qualifications: AOCP 265, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: * [[/Thomas Evan Evans|Evans, Thomas Evan]] [https://www.familysearch.org/tree/person/details/GZJ7-S1L] - 1904(NZ)-1942(At Sea) - 3EV Melbourne (East St Kilda, 1925-1927), 9EV Rabaul (1933+), amateur operator (AOCP 160, 1925, No. ?? in Vic), amateur broadcaster, medical assistant, technical assistant, Civilian POW captured at Rabaul, died on board the "Montevideo Maru" when it was torpedoed and sunk en route from Rabaul to Hainan, where Thomas was destined for forced labour. * [[/Trevor Elliott Evans|Evans, Trevor Elliott]] [https://www.familysearch.org/tree/person/details/GZJQ-GRC] - 1903(Vic)-1979(Vic) - 3KD Receive Melbourne (East Brunswick, 1922-1924), 3RK Melbourne (East Brunswick, 1925-1933; Pascoe Vale, 1937-1939), amateur operator (AOCP 159, 1925, No. ?? in Vic), amateur broadcaster, electrician (East Brunswick, 1931), contractor (Pascoe Vale, 1972) * [[/Trevor Frederick Evans|Evans, Trevor Frederick]] [https://www.familysearch.org/tree/person/details/L292-N4L] - 1902(NSW)-1978(NSW) - 2NS Blayney (1925-1929), 2NS Bathurst (1930-1939, 1946-1975+), amateur operator (AOCP 113, 1925, No. ?? in NSW), amateur broadcaster, broadcast engineer (BOCP 19, 1936) (2BS) ===''EVERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Every|Every, George Edward]] [https://www.familysearch.org/tree/person/details/LDSS-VT4] - 1894(Eng)-1961(Vic) - Licences: 7GE Hobart (1931); 3GE Queenscliff (1937-1939); 3GE Balcombe (1947-1948); 3GE Carrum (1954-1956); 3GE Bonbeach (1960-1969+) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military instructor; WW1 (UK) - Electoral Rolls: silver mounter (Ivanhoe, Vic, 1919); soldier (Launceston, 1922; Hobart South, 1922); military instructor (Hobart South, 1928); soldier (Queenscliff, Vic, 1935-1937); military officer (Albury, NSW, 1943; Victoria Park, Qld, 1949); clerk (Frankston, 1949); accountant (Carrum, 1954) ===''EWING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Thomson Ewing|Ewing, Thomas Thomson]] - 1856(NSW)-1920(NSW) - state politician (NSW MLA), federal politician (MHR, acting Postmaster-General) ===''EXTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Walter Exton|Exton, George Walter]] [https://www.familysearch.org/tree/person/details/K8QY-5XH] - 1882(NSW)-1970(Qld) - Licences: 2CZ Lismore (1922-1930) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast proprietor and engineer (2XN Lismore) - Electoral Rolls: electrician (Lismore, NSW, 1930-1963); retired (Saddlers Crossing, Qld) =='''F'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''FABER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Thomas Faber|Faber, William John Thomas "Bill"]] - 19??(???)-1976(Qld) - 4WF Ayr (-1938+), Brisbane (Kedron, -1948-1949+) , amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''FAGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Reginald Joseph Fagan|Fagan, William Reginald Joseph "Reg"]] [https://www.familysearch.org/tree/person/details/KLF3-QPM] - 1883(NSW)-1944(NSW) - Licences: 2RJ Receive Mandurama (1922); 2RJ Mandurama (1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio station (director, 2SM) - Electoral Rolls: grazier (Mandurama, 1913-1943) ===''FAIRHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allen Fairhall|Fairhall, Allen]] [https://www.familysearch.org/tree/person/details/LZB3-PKT] – 1909(NSW)-2006(NSW) – Licences: 2KB Newcastle (Hamilton, 1928–1929; New Lambton, 1930–1931; Cooks Hill, 1933–1934; City, 1935; Cooks Hill, 1937; City, 1938–1939; Hamilton, 1946–1961; City, 1965-1980+); 2AKL Paterson (1948–1958) – Qualifications: AOCP 391, 1928, No. ?? in NSW; AOLCP 23, 1930 – amateur operator, amateur broadcaster, proprietor 2KO Newcastle, WW2 – Electoral Rolls: radio engineer (New Lambton, 1931–1932); manager (Newcastle, 1933–1949); primary producer (Trevallyn, 1954); M.H.R. (Newcastle, 1958); member of parliament (Newcastle, 1963–1968); manager (Newcastle, 1972–1980) - [[w:Allen Fairhall|Wikipedia]] ===''FALCONER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Illman Falconer|Falconer, Charles Illman]] [https://www.familysearch.org/tree/person/details/GZK9-PJ6] – 1885(Vic)-1962(NSW) – Receive (Valve) Melbourne (Canterbury, 1923–1924), 3CF Melbourne (East Malvern, 1925–1926; Canterbury, 1927; Surrey Hills, 1931–1939, 1946–1954), 2AUF Terrigal (1955–1961), amateur operator (AOCP 204, 1925, No. ?? in Vic), amateur broadcaster, engineer (Clifton Hill, 1909), mechanic (Fitzroy, 1914), engineer (Canterbury, 1915–1949), retired (Terrigal, 1958–1963) ===''FALLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyle Clifford Falls|Falls, Lyle Clifford]] [https://www.familysearch.org/tree/person/details/GDLC-1VR] - 1899(Vic)-1945(Vic) - Licences: 3DL Receive Melbourne (Caulfield, 1922); 3DL Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: student (Caulfield, 1924-1925); instructor (Kew, 1926-1943) ===''FANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Fanning nee Harriss, Dorothy Winnifred – see Harriss, Dorothy Winnifred (Fanning) ===''FANSHAWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Dalrymple Fanshawe|Fanshawe, Arthur Dalrymple]] [https://www.familysearch.org/tree/person/details/GM7D-QY6] – 1847(Eng)-1936(Eng) – Admiral of UK Fleet, Commander-in-Chief Australia Station – Links: [[w:Arthur Dalrymple Fanshawe|Wikipedia]] ===''FARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell George Farmer|Farmer, Maxwell George]] [https://www.familysearch.org/tree/person/details/GXG1-SHR] - 1916(SA)-1991(SA) - Licences: 5GF Adelaide (Knoxville, 1933-1939; North Norwood, 1947-1948; Adelaide City, 1954-1956; Plympton, 1960-1980+); 5GY Portable Adelaide (Knoxville, 1938-1939) - Qualifications: cc; AOCP 1217, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Knoxville, SA, 1939-1943) ===''FARRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Howard Farrell|Farrell, John Howard]] [https://www.familysearch.org/tree/person/details/GXWT-CJT] - 1913(Qld)-1975(Qld) - Licences: 4WJ Brisbane Windsor, 1933-1939; Chermside, 1946-1948); 4WJ Quilpie (1954-1960); 4WJ Somerset Dam (1965-1975) - Qualifications: cc; AOCP 1103, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Windsor, 1936-1937); electrical engineer (Chermside, 1943-1949; Quilpie, 1954-1958); superintendent (Somerset Dam, 1963-1972) ===''FAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Harold Faul|Faul, Albert Harold]] [https://www.familysearch.org/tree/person/details/GZTD-S74] – 1907(NSW)-1979(NSW) – Licences: Receive Melbourne (St Kilda, 1923–1924); 3AH Melbourne (St Kilda, 1926–1927) – Qualifications: AOCP 288, 1926, No. ?? in Vic – amateur operator, amateur broadcaster – Electoral Rolls: student (St Kilda, 1931–1934); lecturer (Camberwell, 1936); engineer (Bellevue Hill, 1936–1937; Camberwell, 1943); company director (Killara, 1949–1977) ===''FAULKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Wollas Faulks|Faulks, Richard Wollas "Wol"]] [https://www.familysearch.org/tree/person/details/LCD3-BQ3] - 1902(NSW)-1978(NSW) - Licences: 2WF Sydney (Ashfield, 1929-1931; Hurlstone Park, 1933; Canterbury, 1934-1939) - Qualifications: AOCP 557, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Ashfield, 1930; Canterbury, 1933-1977) ===''FAWKNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Pascoe Robert Fawkner|Fawkner, Ernest Pascoe Robert]] [https://www.familysearch.org/tree/person/details/GDYB-YKW] - 1901(Tas)-1954(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: manager (Kings Meadows, 1928); furniture manufacturer (South Launceston, 1936) ===''FEENAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Leo Michael John Feenaghty|Feenaghty, Leo Michael John]] [https://www.familysearch.org/tree/person/details/LYG2-RMT] - 1900(Qld)-1997(Qld) - Licences: 4LJ Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 291, 1926, No. 28 in Qld - amateur operator; amateur broadcaster; radio club administrator; state public servant - Electoral Rolls: public servant (Wooloowin, 1925-1931); assistant secretary (Ashgrove, 1936-1958); public servant (Highgate Hill, 1963); retired (Isle of Capri, 1972-1980) ===''FELDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Feldman|Feldman, John Frederick Jnr]] [https://www.familysearch.org/tree/person/details/GZNZ-5DH] - 1905(Vic)-1987(Vic) - 3QH Receive Geelong (South Geelong, 1923-1924), 3QH Geelong (South Geelong, 1925-1939), amateur operator (AOCP 140, 1925, No. ?? in Qld), amateur broadcaster, bricklayer ===''FELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Frederick Fell|Fell, Evan Frederick]] [https://www.familysearch.org/tree/person/details/GXH4-FTW] - 1914(Qld)-1994(Qld) - Licences: 4EF Brisbane (Ashgrove, 1932-1939); 4EF Barcaldine (1946-1948); 4EF Mackay (1954-1955); 4EF Brisbane (Ashgrove, 1956; Bardon, 1960-1980+) - Qualifications: cc; AOCP 978, 1932, No. ?? in Qld; AOLCP 175, 1934 - amateur operator; amateur broadcaster; WW2; state public servant (inspector); property developer - Electoral Rolls: clerk (Ashgrove, Qld, 1936-1943); engineer (Townsville, Qld, 1949; Mackay, Qld, 1954); public servant (Bardon, Qld, 1958-1977) ===''FELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/L. C. Fells|Fells, L. C.]] - 19??(???)-19??(???) - Licences: 3DL Melbourne (Caulfield, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''FELTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Felton|Felton, William Robert]] [https://www.familysearch.org/tree/person/details/G8M5-C2J] - 1897(NSW)-1956(NSW) - Licences: 2RF Sydney (Petersham, 1927-1929; Belmore, 1930-1939, 1946-1956); 2RT Sydney (Kogarah, 1937) - Qualifications: AOCP 366, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: radio engineer (Belmore, 1930-1934); engineer (Belmore, 1936-1937); soldier (Belmore, 1943); radio technician (Belmore, 1949-1954) ===''FERGUSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Angus Ferguson|Ferguson, Colin Angus]] [https://www.familysearch.org/tree/person/details/L1DH-9KM] - 1917(SA)-2009(SA) - Licences: 5CJ Mt Gambier (1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1994, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Mt Gambier, SA, 1939-1943) * [[/Cyril E. Ferguson|Ferguson, Cyril E.]] - 1893(NZ)-19??(???) - commercial operator (1COCP 2, 1914, No. 2 in Aus) - coastal station operator? ===''FERRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Walter Cecil Ferrall|Ferrall, Edgar Walter Cecil]] [https://www.familysearch.org/tree/person/details/GQMF-G97] - 1898(Tas)-1971(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Launceston, 1919-1949); inspector (Kingston Beach, 1954) ===''FERRICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Bernard Ferricks|Ferricks, Michael Bernard "Bernie"]] [https://www.familysearch.org/tree/person/details/L58X-S4X] - 1914(Qld)-1992(Qld) - Licences: 4UW Brisbane (Fortitude Valley, 1935-1939) - Qualifications: cc; AOCP 1471, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Valley, Qld, 1936-1937); chemist (Northgate, Qld, 1949-1977); retired (Cairns, Qld, 1980) ===''FIEDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Victor Fiedler|Fiedler, Leslie Victor]] [https://www.familysearch.org/tree/person/details/KHNW-3JZ] - 1906(SA)-1969(WA) - Licences: 5SL Adelaide (Woodville, 1927-1933), 5SL Moonta (1937-1939) - Qualifications: cc; AOCP 353, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Henley, 1939-1943); theatre manager (Belmont, 1949); film exhibitor (Mt Lawley, 1958); company director (Mt Lawley, 1963-1968) ===''FIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph William Field|Field, Ralph William]] [https://www.familysearch.org/tree/person/details/G86V-Q5T] - 1915(Vic)-2007(Vic) - Licences: 3RF Melbourne (Caulfield, 1930-1939; Ormond, 1946-1948); 3LJ Melbourne (Ormond, 1954-1960) - Qualifications: AOCP 599, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: compositor (Caulfield, 1937); machinist (Bentleigh, 1942-1977) ===''FILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Crawford Files|Files, Jack Crawford]] [https://www.familysearch.org/tree/person/details/GXWG-JWJ] - 1907(Qld)-1967(Qld) - Licences: 4JF Brisbane (Buranda, 1932-1935; Coorparoo, 1936-1939; Buranda 1946-1965) - Qualifications: cc; AOCP 1055, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, QSL manager); journalist (Teleradio, WIA Notes); accountant - Electoral Rolls: sheet metal worker (Buranda, Qld, 1931-1934; Coorparoo, Qld, 1936-1937); metal worker (Buranda, Qld, 1943-1963) ===''FILMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Le Roy Drowley Filmer|Filmer, Le Roy Drowley]] [https://www.familysearch.org/tree/person/details/GZNF-2Z7] - 1902(NSW)-1976(NSW) - 2FT Newcastle (Toronto, 1925-1930; Hamilton South, 1931), amateur operator (AOCP 148, 1925, No. ?? in NSW), amateur broadcaster, metallurgist ===''FINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Edward Finch|Finch, Alan Edward]] [https://www.familysearch.org/tree/person/details/G6M4-987] - 1915(Tas)-1974(Vic) - Licences: 7CJ Launceston (Mowbray Heights, 1935-1939); 7CJ Hobart (New Town, 1946-1954); 7CJ Kelso (1955-1956); 3AEO Shepparton (1960-1975) - Qualifications: cc; AOCP 1575, 191935, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (St Leonards, 1936-1937); mechanic (New Town, 1943-1954); public servant (Radio Australia, Shepparton, Vic, 1963-1968); technician (Shepparton, 1972) ===''FINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Warren Finn|Finn, Leonard Warren]] [https://www.familysearch.org/tree/person/details/GX2K-4P6] - 1914(SA)-1999(SA) - Licences: 5SP Adelaide (Seaton Park, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1671, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Seaton Park, SA, 1939-1943) ===''FINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Finney|Finney, William "Bill"]] [https://www.familysearch.org/tree/person/details/GDVD-W2H] - 1881(Qld)-1954(Qld) - Licences: 4AU Brisbane (Red Hill, 1923-1925); 4WF Brisbane (Red Hill, 1926-1929) - Qualifications: cc; CPRT 845, 1925; 2COCP 307, 1940 - amateur operator; amateur broadcaster; radio club (WIAQ); honorary radio inspector - Electoral Rolls: telegraph operator (Red Hill, 1903-1905); telegraphist (New Farm, 1908; Newmarket, 1909; Red Hill, 1913-1937; East Nundah, 1949; Wooloowin, 1954) ===''FISHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Hugh Fisher|Fisher, Douglas Hugh]] [https://www.familysearch.org/tree/person/details/GD15-N13] - 1913(Vic)-1978(Tas) - Licences: 7AB Launceston (1934-1939); 7AB Burnie (1946-1948); 7AB Devonport (1954-1955); 7AB Lenah Valley (1956); 7AB Zeehan (1960); 7AB Oatlands (1965-1969; 7AB Claremont (1975) - Qualifications: cc; AOCP 1373, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: father of 7ZEE Neville Grant Fisher - Electoral Rolls: clerk (Launceston, 1936); bank clerk (Launceston, 1937; Burnie, 1943-1949; Devonport, 1954) ===''FISK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Thomas Fisk|Fisk, Ernest Thomas]] - 1886(Eng)-1965(NSW), 2EF Sydney (Lindfield, 1933-1939), early wireless experimenter, amateur radio operator (pre AOCP, no record of AOCP, AOCP 1055, 1932, No. ?? in NSW), broadcast and radiocommunications business proprietor (AWA), operated prior to 1933 under various AWA callsigns, 2MC in 1928 was licensed to his residence at Vaucluse - Links: [https://adb.anu.edu.au/biography/fisk-sir-ernest-thomas-6177 ADB] [http://messui.polygonal-moogle.com/valves/NW198906.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198907.pdf EA2] ===''FITCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campbell Fitchett|Fitchett, John Campbell]] [https://www.familysearch.org/tree/person/details/LDQJ-K7W] - 1900(Vic)-1939(Vic) - Licences: XJDM Melbourne (Balwyn, 1913-1914); 3BL Melbourne (Balwyn, 1922-1925; Brighton, 1926-1939) - Qualifications: cc; CPRT 609, 1921 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: journalist (Brighton, 1928-1937) - TroveTag: "XJDM-3BL - John Campbell Fitchett" ===''FITTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Stephen Luther Fittell|Fittell, Stephen Luther "Steve"]] [https://www.familysearch.org/tree/person/details/GCN9-KRT] - 1910(Qld)-1999(Qld) - Licences: 4JO Gympie (1929-1939); 4YF Gympie (1975-1980+) - Qualifications: cc; AOCP 487, 1929, No. ?? in Qld; 2COCP 280, 1930 - amateur operator; amateur broadcaster; member radio club (WIAQ, Gympie ARC); commercial broadcaster (4GY) - Electoral Rolls: radio specialist (Gympie, 1937); radio dealer (Gympie, 1943-1980) ===''FITZALAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Albini Lawrence Fitzalan|Fitzalan, Herbert Albini Lawrence "Hal"]] - 19??(???)-1951(Qld) - 4HF Brisbane?, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, Halcyon (not mentioned) ===''FITZGERALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Francis Fitzgerald|Fitzgerald, Eric Francis]] [https://www.familysearch.org/tree/person/details/G84F-Z7H] - 1907(Qld)-1978(NSW) - Licences: 2EA Sydney (Bellevue Hill, 1928-1929; Burwood, 1930-1931; Pagewood, 1931; Abbotsford, 1931; Bellevue Hill, 1933-1937; Waverley, 1938-1939); 2AAO Sydney (Chatswood, 1950-1961) - Qualifications: AOCP 467, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woolahra, 1930-1931); salesman (Coogee, 1937); clerk (Chatswood, 1943-1977) * [[/Patrick Michael Anthony Fitzgerald|Fitzgerald, Patrick Michael Anthony "Pat"]] [https://www.familysearch.org/tree/person/details/G33Q-6K9] - 1908(Qld)-1988(Qld) - Licences: 4PF Rockhampton (1936-1939) - Qualifications: cc; AOCP 1802, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rockhampton, Qld, 1930); public servant (Rockhampton, Qld, 1931-1968); clerk (Corinda, Qld, 1972-1977); retired (Emu Park, Qld, 1980) ===''FITZGIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard John Fitzgibbons|Fitzgibbons, Richard John]] [https://www.familysearch.org/tree/person/details/GXXN-QPG] - 1893(Qld)-1969(Qld) - Licences: 4DV Receive Brisbane (Ascot, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: locomotive fitter (Maryborough, Qld, 1916-1919); engine fitter (Ascot, Qld, 1921-1968) ===''FITZMAURICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Simcoe Fitzmaurice|Fitzmaurice, James Simcoe]] [https://www.familysearch.org/tree/person/details/GDKS-KCF] - 1861(Vic)-1934(SA) - Licences: XYB Perth (1913-1914); 5FT Adelaide (North Walkerville, 1923-1933) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; PMGD (State Engineer, WA & SA); MIEE, AMIEE - Electoral Rolls: electrical engineer (Claremont, 1914-1916) ===''FLAHERTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Thomas Holm Flaherty|Flaherty, Gordon Thomas Holm]] [https://www.familysearch.org/tree/person/details/G6Q2-C9T] - 1900(Vic)-1967(Qld) - Licences: 4CB Receive Brisbane (South Brisbane) - Qualifications: cc; Nil yet identified - amateur receiver; WW2; federal public servant (PMGD) - Electoral Rolls: postman (South Brisbane, 1922); telephone mechanic (Buranda, 1925; Coorparoo, 1928); mechanic (Camp Hill, 1936; Beaudesert, 1937-1943); technician (Camp Hill, 1949-1963) ===''FLETCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Fletcher|Fletcher, Austin]] [https://www.familysearch.org/tree/person/details/LZKQ-2QR] - 1891(Eng)-1922(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 128, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: wireless engineer (Roebourne, 1913); radio operator (Esperance, 1916-1917); wireless operator (Roebourne, 1917-1918); telegraphist (Oakleigh, 1921) ===''FLOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Flood|Flood, Arthur George]] [https://www.familysearch.org/tree/person/details/G6BF-HPG] - 1883(Eng)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 238, 1916; 2COCP 415, 1932; 1COCP 348, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIL Flinders Island (1917-1918) - Electoral Rolls: engineer (Emita, Flinders Island, Tas, 1914-1919); radio telegraphist (Thursday Island, 1925; Meeandah, Qld, 1928; Eagle Farm, Qld, 1936-1937; Cooktown, Qld, 1943); retired (Cairns, 1954-1958; Eventide Home, Charters Towers, 1963) ===''FOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Lillico Fogg|Fogg, Hugh Lillico]] [https://www.familysearch.org/tree/person/details/GW8N-KRZ] - 1900(Tas)-1975(WA) - Licences: 6HF Perth (Mt Lawley, 1931-1939); 5HF Mt Barker (1947-1948); 3AHF Benalla (1954-1960); 6HF Perth (Inglewood, 1965-1975) - Qualifications: cc; AOCP 787, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Perth, WA, 1931); clerk (Maylands, WA, 1936); bank officer (Maylands, WA, 1943); manager (ANZ Bank, Benalla, Vic, 1954); retired (Inglewood, WA, 1963-1972) ===''FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry James Bartholomew Foley|Foley, Henry James Bartholomew]] [https://www.familysearch.org/tree/person/details/G8QZ-5SV] - 1886(NSW)-1954(NSW) - Licences: Sydney (Randwick, 1911) - Qualifications: pre AOCP - early wireless experimenter - Electoral Rolls: clerk (Randwick, 1913); merchant (Drummoyne, 1930-1954) ===''FOLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Ulrich Francis Folie|Folie, Max Ulrich Francis]] [https://www.familysearch.org/tree/person/details/G8VC-Y7F] - 1909(Vic)-1968(Vic) - Licences: 3WZ Melbourne (Hawthorn East, 1930-1933); 3GZ Mildura (1946-1965) - Qualifications: AOCP 682, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Auburn, 1931); radio engineer (Mildura, 1934-1968) ===''FONTAINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Alfred Fontaine|Fontaine, Louis Alfred]] [https://www.familysearch.org/tree/person/details/GMDQ-L2V] - 1894(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT, 1914, No. 3 in Aus and Vic - RANRS; coastal wireless operator (VIG, Port Moresby, 1915-1918) - Electoral Rolls: radio telegraphist (Radio Station, Wyndham, 1918; Geraldton, 1922; Thursday Island, 1934-1936); telegraphist (St Kilda, 1937); radio telegraphist (Malvern, 1942); electrician (Camberwell, 1949) ===''FOOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Foot|Foot, George]] [https://www.familysearch.org/tree/person/details/G6BT-FVF] - 1878(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 36, 1915 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: wireless operator (South Yarra, 1915; St Kilda, 1916-1917); RAN (Balaclava, 1919); tobacconist (Sandringham, 1925); manager (Prahran, 1937); clerk (St Kilda, 1942); retired (Dandenong, 1949-1954) ===''FORECAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Mark Llewllyn Forecast|Forecast, Arthur Mark Llewllyn]] [https://www.familysearch.org/tree/person/details/9HPS-H18] - 1901(Vic)-1986(Vic) - Licences: 3AM Melbourne (Malvern, 1926-1931; St Kilda, 1933; Caulfield, 1937-1939, 1946-1948; The Basin, 1954-1975; Ferntree Gully, 1980+) - Qualifications: AOCP 279, 1926, No. ?? in Vic; AOLCP 141, 1934; BOCP 156, 1938; 1COCP 245, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: biograph operator (Malvern, 1925-1928); projectionist (St Kilda, 1931-1934); biograph operator (Caulfield East, 1937-1942; Glenhuntley, 1949); projectionist (The Basin, 1963-1972); retired (Ferntree Gully, 1977; Knoxfield, 1980) ===''FOREMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Graham Foreman|Foreman, Edgar Graham]] [https://www.familysearch.org/tree/person/details/GD95-36X] - 1908(Qld)-1981(Qld) - Licences: 4GF Ayr (1935-1939); 4GF Townsville (North Ward, 1947-1980+) - Qualifications: cc; AOCP 1577, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Stanton Hill, Qld, 1930); salesman (Ayr, Qld, 1934-1937); procurement specialist (Townsville, Qld, 1949); business proprietor (Townsville, Qld, 1954-1968); proprietor (Townsville, Qld, 1972-1980) ===''FORREST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Forrest|Forrest, John]] - 1847(WA)-1918(???) - state politician, senior federal politician (Postmaster-General 1901, 17 days) ===''FORSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Joseph Forshaw|Forshaw, Charles Joseph]] [https://www.familysearch.org/tree/person/details/GDGW-783] - 1895(Vic)-1961(Vic) - Licences: XJDA Melbourne (Elwood, 1913-1914); V736 Receive Hamilton (1922); 3GQ Receive Hamilton (1922) - Qualifications: cc; Nil yet identifed - early wireless experimenter; amateur receiver; WW1 - Electoral Rolls: bank clerk (Myrtleford, 1917); clerk (Oakleigh, 1924-1937; Gardiner, 1943; Elsternwick, 1949; Glenhuntly, 1954) ===''FORSYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Arthur Forsyth|Forsyth, Royce Arthur]] [https://www.familysearch.org/tree/person/details/GD1R-3S5] - 1917(Tas)-1973(Tas) - Licences: 7BC Launceston (1936-1939) - Qualifications: cc; AOCP 1637, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (Launceston, 1943); teacher (Hobart North, 1944); schoolteacher (Bellerive, 1949-1972) ===''FORSYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Edgar Forsythe|Forsythe, Leonard Edgar]] [https://www.familysearch.org/tree/person/details/GWBY-MTR] - 1894(NSW)-1981(NSW) - Licences: 2BF Receive Sydney (Northbridge, 1922); 2BF Sydney (Northbridge, 1922-1929; Drummoyne, 1930-1933; Snapper Island, 1934-1939) - Qualifications: cc; AOCP 40, 1924, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: flagmaker (Northbridge, 1930-1949); department manager (Drummoyne, 1958); ship's chandler (Drummoyne, 1963-1980) ===''FORTESCUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fortescue|Fortescue, Charles]] [https://www.familysearch.org/tree/person/details/LD8X-GQ7] - 1893(Qld)-1971(Qld) - Licences: 4GE Toowoomba (1922-1924); 4CF Toowoomba (1925-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military (CMF, Colonel); WW2; jeweller - Electoral Rolls: jeweller (Toowoomba, 1913-1958); nil (Toowoomba, 1963-1968) ===''FOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Foster|Foster, Ernest John "Ernie"]] - 1914(Qld)-1967(Qld) - 4BY Brisbane, amateur operator (no record of AOCP; AOCP ??, 19??, No. ?? in Qld), broadcast engineer (4MB, 4BU), military (WW2, RAAF) * [[/James Foster|Foster, James]] [https://www.familysearch.org/tree/person/details/GX2Z-27G] - 1915(SA)-1998(SA) - Licences: 5TX Adelaide (North Kensington, 1933-1939); 5LU Adelaide (Dulwich, 1947-1948; Oaklands, 1954-1965; Marion, 1969-1980+) - Qualifications: cc; AOCP 1140, 1933, SA; 1COCP 1046, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (Frewville, SA, 1943) ===''FOURRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Fourro|Fourro, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/G4D1-YRR] - 1906(NSW)-1978(ACT) - Licences: 2VF Corowa (1930-1936) - Qualifications: AOCP 703, 1930, NSW; AOLCP 165, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Narrandera, 1930); telephone mechanic (Corowa, 1931-1935); wireless mechanic (Corowa, 1936); mechanic (Brighton-le-Sands, 1937); foreman mechanic (2CY Canberra, 1943-1954); supervising technician (2BA Bega, 1958-1963); technician (Merimbula, 1968-1972) ===''FOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Malcolm Fowles|Fowles, Gordon Malcolm]] [https://www.familysearch.org/tree/person/details/G8H2-RC9] - 19??(???)-19??(???) - Licences: 3GF Melbourne (Elwood, 1929-1931); 3AMF Melbourne (Wheeler's Hill, 1948-1960; Avonsleigh, 1965-1969); 3AMF Cowes (1975) - Qualifications: AOCP 490, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: panel beater (Albert Park, 1943; Hamilton, 1949); farmer (Avonsleigh, 1968); retired (Cowes, 1972) ===''FOX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Fox|Fox, William George]] [https://www.familysearch.org/tree/person/details/G6BY-J5Z] - 1886(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 106, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Comment: several contemporaneous WG Fox; Electoral Rolls: Nil yet identified ===''FOXCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Foxcroft|Foxcroft, Allan]] [https://www.familysearch.org/tree/person/details/GFQS-K5P] - 1921(WA)-2008(Vic) - Licences: 6AF Perth (Victoria Park, 1937-1939); 3AE Melbourne (Caulfield, 1947-1980+) - Qualifications: cc; AOCP 1859, 1937, WA; 1COCP 506, 1941 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: technician (Caulfield, Vic, 1949-1963); engineer (Caulfield, Vic, 1967-1980) ===''FRAME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vivian Horace Frame|Frame, Vivian Horace]] [https://www.familysearch.org/tree/person/details/GHQ1-4QT] - 1899(Qld)-1959(Qld) - Licences: Receive (Valve) Mareeba (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: draftsman ( Brisbane City, Qld); public works officer (Mareeba, Qld, 1922); architect (Brisbane City, Qld, 1925-1928; Sandgate, Qld, 1936-1937; Virginia, Qld, 1949-1954; Norman Park, Qld, 1958) ===''FRANK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kendall Thomas Frank|Frank, Kendall Thomas]] [https://www.familysearch.org/tree/person/details/G8N2-TGZ] - 1904(WA)-1951(Qld) - Licences: Nil yet identified - Qualifications: CPRT 921, 1926; 2COCP 289, 1930; 1COCP 64, 1935 - ship wireless operator (AWA), coastal wireless operator, amateur operator?, broadcast engineer (4PM) - Electoral Rolls: radio engineer (Lakemba, 1943) - [https://adb.anu.edu.au/biography/frank-kendall-thomas-10236 ADB] ===''FRANZI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Franzi|Franzi, William Ronald "Bill" (formerly Emilio Stefan)]] - 1909(Italy)-19??(SA) - 4FR Atherton (1938-1939), 5FR Adelaide (Da Costa Park, 1946-1965; Glenelg East, 1969-1975), 5VK American Beach (1975-1980), amateur operator (AOCP 2192, 1938, No. ?? in Qld), amateur broadcaster, radio clubs (IREE), military (RAAF), employment (radio technician) ===''FRASER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Douglas Fraser|Fraser, James Douglas]] [https://www.familysearch.org/tree/person/details/G8NS-MQ3] - 1900(NSW)-1956(NSW) - Licences: 2JF Quirindi (1930-1935) - Qualifications: AOCP 637, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical engineer (Quirindi, 1930-1943); engineer (Picton, 1949-1954) * [[/H. Fraser|Fraser, H.]] - 19??(???)-19??(???) - 2JC Tamworth (1924-1925), amateur operator (no record of AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster * [[/Henry George Fraser|Fraser, Henry George]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 1001, 1932, No. ?? in ?? - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet identified, at least two HGF engineers ===''FRAZER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Frazer|Frazer, Charles Edward "Charlie"]] - 1880(Vic)-1913(Vic) - politician (Postmaster-General, 1911-1913) ===''FREEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Freeman|Freeman, Arthur Charles]] [https://www.familysearch.org/tree/person/details/G8ZL-4F7] - 19??(???)-1971(NSW) - Licences: 2AS Sydney (Burwood, 1929-1939; Ashfield, 1946-1958; Cheltenham, 1960-1969) - Qualifications: AOCP 544, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: packer (Newtown, 1930-1931; East Sydney, 1933-1935); engineer (Burwood, 1936-1937; Ashfield, 1943-1958; Cheltenham, 1963-1968) - individual not fully identified * [[/L. Freeman|Freeman, L.]] - 18??-19?? - Licences: XQB Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''FREESTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Roy Freestone|Freestone, Leslie Roy]] [https://www.familysearch.org/tree/person/details/LRCK-NB5] - 1896(Vic)-1982(Vic) - Licences: 3LF Ballarat (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Ballarat, 1916-1920); commercial traveller (Ballarat, 1921-1936); traveller (Brighton, 1937-1954); nil (Geelong, 1977-1980) ===''FRETTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/O'Della Paul Fretten|Fretten, O'Della Paul "Paul"]] [https://www.familysearch.org/tree/person/details/G845-BQH] - 1894(Eng)-1977(Vic) - Licences: 2RU Sydney (Concord, 1928-1930) - Qualifications: AOCP 460, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Concord, 1930; Strathfield, 1933); foreman (Lane Cove, 1936-1937); public servant (St Kilda, 1943); cafe proprietor (Melbourne, 1949); sales manager (St Kilda, 1963); instructor (Brighton, 1967-1968); retired (Malvern East, 1972; Fitzroy North, 1977) ===''FREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Samuel Vernon Frew|Frew, Geoffrey Samuel Vernon]] [https://www.familysearch.org/tree/person/details/G87N-ZC1] - 1909(Vic)-1984(Vic) - Licences: 3PM Melbourne (Glen Iris, 1928-1933; Brighton, 1937-1939, 1946-1956); 3PL Melbourne (Brighton, 1960); 3JK Melbourne (Brighton, 1969); 3PM Melbourne (1975-1980+) - Qualifications: AOCP 402, 1928, No. ?? in Vic; AOLCP 66, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1933); manager (Brighton, 1936-1937); engineer (Footscray, 1943; Brighton, 1949-1980) ===''FRIAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Owen Friar|Friar, Archibald Owen]] [https://www.familysearch.org/tree/person/details/G4LQ-LGV] - 1905(NSW)-1963(NSW) - Licences: 2AO Ulmarra (1929-1931); 2AO Grafton, 1933-1939) - Qualifications: AOCP 504, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chainman (Ulmarra, 1930-1937); garage proprietor (South Grafton, 1943-1963) ===''FROGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard James Frogley|Frogley, Gerard James]] [https://www.familysearch.org/tree/person/details/G7K7-JNM] - 1902(Eng)-1977(Eng) - Licences: 3GF Melbourne (Richmond, 1926-1927) - Qualifications: AOCP 240, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (East Melbourne, 1924); battery mechanic (Richmond, 1925-1931) ===''FRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Turner Fry|Fry, Alfred Turner]] [https://www.familysearch.org/tree/person/details/GDRX-2SL] - 1881(NSW)-1928(Vic) - Licences: 7BG Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: metallurgist (Ballarat, 1917; Queenstown, Tas, 1919-1922; Sandringham, 1924-1927) * [[/Reginald Hall Fry|Fry, Reginald Hall]] [https://www.familysearch.org/tree/person/details/GZ6Y-9WN] - 1891(NSW)-1976(NSW) - Licences: 2KC Sydney (Croydon, 1922-1929; Killara, 1930-1933); 2KC Parkes (1934); 2KC Goulburn (1935-1936); 2KC Wollongong (1937-1939) - Qualifications: cc; AOCP 86, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil engineer (Gordon, 1930; Killara, 1933; Goulburn, 1935-1936; Wollongong, 1937; Killara, 1943-1968); engineer (Killara, 1972) ===''FRYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Norman Fryer|Fryer, Keith Norman]] [https://www.familysearch.org/tree/person/details/G3KH-TZ8] - 1906(Vic)-19??(???) - Licences: 2KF Sydney (Suspension Bridge, 1927-1928) - Qualifications: AOCP 332, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Neutral Bay, 1930-1931; Northbridge, 1934; North Sydney, 1936; Mosman, 1943-1949) ===''FULCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/J. Fulcher|Fulcher, J.]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, (Halcyon, P. 4) ===''FYSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Oakley Fysh|Fysh, Philip Oakley]] [https://www.familysearch.org/tree/person/details/LHNP-534] - 1835(Eng)-1919(Tas) - state politician (MLC Tas, 1860s through 1890s; MHA Tas 1870s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1903-1904) - Relationships: grandfather of 7PF Philip Oakley Fysh * [[/Philip Oakley Fysh|Fysh, Philip Oakley "Phil"]] [https://www.familysearch.org/tree/person/details/L2YS-4ZR] - 1897(Tas)-1966(Tas) - Licences: 7PF Launceston (1925-1927) - Qualifications: cc; AOCP 128, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; radio clubs (Launceston Radio Experimenters' Club, WIA Launceston); WW2 - Relationships: grandson of Philip Oakley Fysh, federal Postmaster-General 1903-1904 - Electoral Rolls: merchant (Launceston, 1922-1954) =='''G'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''GABBERTAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Gabbertas|Gabbertas, Jack]] [https://www.familysearch.org/tree/person/details/GF9C-2W7] - 1915(Eng)-2003(WA) - Licences: 6GB Perth (Maylands, 1936-1939; Mt Hawthorn, 1947-1980+) - Qualifications: cc; AOCP 1810, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, WA, 1937; East Perth, WA, 1943); mechanic (Mt Hawthorn, WA, 1949-1980) ===''GADSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Wilkinson Gadsden|Gadsden, Stanley Wilkinson]] [https://www.familysearch.org/tree/person/details/GM38-WZ2] - 1887(Vic)-1957(Vic) - Licences: 3SW Melbourne (Kew, 1924-1939) - Qualifications: AOCP 26, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; radio clubs (WIA Vic, Chief of Council, 1926); placed 2nd in 3LO amateur broadcasting competition 1926 - Electoral Rolls: printer (Kew, 1908-1915); manufacturer (Kew, 1917-1954) ===''GALLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Galle|Galle, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/GX2P-KXN] - 1912(SA)-2008(SA)96yo - Licences: 5QR Adelaide (Prospect, 1931-1939, 1947-1948; Enfield, 1954-1980+) - Qualifications: cc; AOCP 834, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Jabuk, SA, 1939-1941); schoolteacher (Tailem Bend, SA, 1943) ===''GAMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ray Gamble|Gamble, William Ray "Ray"]] - 1928(NSW)-2011(NSW) - broadcast engineer (BOCP 961, 1948), station manager, radio network principal [https://radioinfo.com.au/news/vale-ray-gamble Radio Info] ===''GAMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Gamon|Gamon, George Arthur]] - 1900(Vic)-1977(???) - 3GG Melbourne (South Yarra, 1925-1926; Middle Park, 1927), amateur operator (AOCP 89, 1925, No. ?? in Vic), amateur broadcaster ===''GARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Garing|Garing, William Henry]] [https://www.familysearch.org/tree/person/details/G8WV-2YG] - 1910(Vic)-2004(NSW) - Licences: Nil identified - Qualifications: AOCP 431, 1928, No. ?? in Vic - amateur operator? - Electoral Rolls: cadet (Point Cook, 1931-1934); airman (Point Cook, 1937); RAAF officer (Townsville, 1943; Point Cook, Vic, 1958; Williamtown, NSW, 1958); executive director (Turramurra, 1968); director (Turramurra, 1980) ===''GARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Raymond Garner|Garner, Alan Raymond]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: PMG technician! (Frankston, 1963-1980) ===''GARNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Garnett|Garnett, Brian]] - 19??(???)-19??(???) - 4AHN Currimundi, amateur operator (AOCP ??, 19??, No. ?? in Qld), ===''GARRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Randolph Garran|Garran, Richard Randolph]] [https://www.familysearch.org/tree/person/details/K822-L54] - 1903(Vic)-1991(ACT) - Licences: 3AW Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (Toorak, 1924-1925); manager (Semaphore, SA, 1941; Caulfield, Vic, 1954-1980) ===''GARRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Benjamin Walter Garrett|Garrett, Horace Benjamin Walter]] [https://www.familysearch.org/tree/person/details/G7PD-9SV] - 1906(Vic)-1979(Vic) - Licences: 3JI Melbourne (Box Hill, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster - Electoral Rolls: sales (Box Hill, 1928-1934); radio mechanic (Box Hill, 1936); salesman (Box Hill, 1943-1977) ===''GARTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Garth|Garth, Reginald]] [https://www.familysearch.org/tree/person/details/G8DX-47Z] - 1903(Eng)-1959(Tas) - Licences: 2VZ Sydney (Coogee, 1930; Clovelly, 1931-1933; Bankstown, 1934-1936); 4VZ Mackay (1937-1939); 3SF Melbourne (Preston, 1948; Seaford, 1954); 7RG Trevallyn, 1955-1956) - Qualifications: cc; AOCP 584, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Clovelly, NSW, 1930-1933); mechanic (Bankstown, NSW, 1934-1936); electrician (Slade Point, Qld, 1937-1943; Beaconsfield, Tas, 1958) ===''GAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Holman Gay|Gay, Augustus Holman]] [https://www.familysearch.org/tree/person/details/G8PF-938] - 1902(Vic)-1984(Vic) - Licences: 3SM Warragul (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Warragul, 1927-1934); engineer (South Yarra, 1936-1954); electrical engineer (Kew, 1963-1980) * [[/Vivian James Gay|Gay, Vivian James]] [https://www.familysearch.org/tree/person/details/LYT8-VJJ] - 1908(NSW)-1999(Qld) - Licences: 2VI Sydney (Chatswood, 1935-1939; North Sydney, 1946-1947; Lane Cove, 1948-1965); 2VI Burradoo (1980+) - Qualifications: cc; AOCP 1510, 1935, NSW - amateur operator; amateur broadcaster - Electoral Rolls: printer (Artarmon, 1930-1937; Chatswood, 1943); master printer (Lane Cove, 1949-1968); printer (Artarmon, 1972); retired (Burradoo, 1977-1980) ===''GEAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Vivian Geake|Geake, Wilfred Vivian]] [https://www.familysearch.org/tree/person/details/GXTF-H1J] - 1893(SA)-1974(SA) - Licences: 5BR Receive Kooringa (1922); 5BR Receive (Murray Bridge, 1923); Receive Murray Bridge (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hillside, SA, 1939) ===''GEDDES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Albert Geddes|Geddes, Frank Albert]] - 1901(NSW)-1922(NSW) - 2GC Sydney (Waverley, 1922, receive only), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), radio clubs (Waverley Radio Club), due to age licence held in name of father Francis G Geddes ===''GEEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Leslie Geeves|Geeves, Philip Leslie "Phil"]] [https://www.familysearch.org/tree/person/details/G88C-Y8Y] - 1917(NSW)-1983(NSW) - radio broadcaster (VK2ME, 2CH, ABC); employment (AWA, 1937-1970s); journalist (SMH); historian (AWA, broadcasting); awards (OAM, 1980) - Electoral Rolls: radio executive (Bexley, 1949-1963); executive (Hurstville South, 1972-1980) ===''GEISEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elizabeth Aileen Geisel|Wallace nee Geisel, Elizabeth Aileen "Betty"]] [https://www.familysearch.org/tree/person/details/GXK7-NJ4] - 1921(SA)-2000(SA) - Licences: 5YL Murray Bridge (1936-1939) - Qualifications: cc; AOCP 1788, 1936, SA; 2COCP 448, 1941; 1COCP 544, 1941 - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: Nil yet identified - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''GEORGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Heinrich Alfred August George|George, Heinrich Alfred August "Henry", "Harry"]] [https://www.familysearch.org/tree/person/details/G387-XZ4] - 1899(Vic)-1968(Vic) - Licences: 3ZP Melbourne (Footscray, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1919-1963) ===''GEORGESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Georgeson|Georgeson, James]] [https://www.familysearch.org/tree/person/details/LTS1-17Q] - 1897(Eng)-1976(Taiwan) - Licences: 5JD Adelaide (Glenelg, 1936-1938); 2AKU Sydney (Neutral Bay, 1939; Granville, 1946-1947; Artarmon, 1948-1954; Lane Cove (1955); Artarmon (1956-1975) - Qualifications: cc; AOCP 1783, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, NSW, 1943); engineer (Artarmon, NSW, 1949-1954); electrical engineer (Artarmon, NSW, 1963-1968); engineer (Artarmon, NSW, 1972) ===''GERAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/James Anselm Geraghty|Geraghty, James Anselm]] [https://www.familysearch.org/tree/person/details/GZVD-VY9] - 1877(???)-1969(Qld) - Licences: 4CS Receive Townsville (1923); 4CS Townsville (1923-1924); 4CS Brisbane (Nudgee, 1924); 4CS Gympie (1924); 4CS Townsville (1925); 4CS Gympie (1925-1927); 2JG Wagga Wagga (1929); 7CB Launceston (1931); 4CB Brisbane (Nudgee, 1933); 4AC Bundaberg (1934) - Qualifications: AOCP 186, 1925, No. 17 in Qld - amateur operator; amateur broadcaster; minister of religion and teacher (Christian Brothers) - Electoral Rolls: teacher (Ballarat, 1906; Gympie, 1909-1913; Dunedin, 1914-1916; South Brisbane, 1919-1925; Tamworth, 1930; Bundaberg, 1934; Ipswich, 1943; Albion, 1949; Gympie, 1954); retired (Boondall, 1958-1968) ===''GIBBON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Foster Gibbon|Gibbon, Thomas Foster]] [https://www.familysearch.org/tree/person/details/G857-MWS] - 1896(Vic)-1965(Vic) - Licences: XJAV Melbourne (Kew, 1913-1914); Receive (Valve) Melbourne (Kew, 1923); 3XZ Melbourne (Kew, 1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: student (Kew, 1919-1925); electrical engineer (Kew, 1928-1954); engineer (Kew, 1963) ===''GIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gibbons|Gibbons, Frederick]] [https://www.familysearch.org/tree/person/details/L2XB-YRJ] - 1907(Wales)-19??(???) - Licences: 2FG Sydney (Neutral Bay, 1926-1930) - Qualifications: AOCP 255, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: no occupation (Neutral Bay, 1930); clerk (Gordon, 1954-1968); director (Turramurra, 1972-1977) ===''GIBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. G. Gibson|Gibson, E. G.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Ormiston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified *[[/Edgar McLean Gibson|Gibson, Edgar McLean]] [https://www.familysearch.org/tree/person/details/GS5W-SM5] - 1877(Qld)-1969(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1925), possibly held on behalf of son Leighton - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radio clubs - Relationships: father of 4AN William Leighton Gibson - Electoral Rolls: electrical engineer (Toowoomba, 1908-1917; Greenslopes, 1922); engineer (Manly, 1936-1937; Hawthorne, 1943-1968) *[[/George Holland Gibson|Gibson, George Holland]] [https://www.familysearch.org/tree/person/details/MXPG-HB4] - 1892(Qld)-1978(Qld) - Licences: XQG Brisbane (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: carpenter (Fortitude Valley, 1915-1917); mechanic (Newmarket, 1919-1928; New Farm, 1937-1943); telephone technician (Bulimba, 1954-1977) * [[/Richard Leslie Gibson|Gibson, Richard Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9QNS-G8V] - 1900(NSW)-1976(NSW) - Licences: 2GH Alstonville (1930-1939) - Qualifications: AOCP 578, 1930, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Alstonville, 1930-1949); retired (Alstonville, 1963-1968; Ballina, 1972) * [[/William Gerrand Gibson|Gibson, William Gerrand]] [https://www.familysearch.org/tree/person/details/LWJY-5G9] - 1869(Vic)-1955(Vic) - Politician, Federal Postmaster-General 1923-1929 [https://adb.anu.edu.au/biography/gibson-william-gerrand-6313 ADB] *[[/William Leighton Gibson|Gibson, William Leighton "Leighton" & "Gibby"]] [https://www.familysearch.org/tree/person/details/GS5W-Q7S] - 1907(Qld)-1995(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1927) - Qualifications: AOCP 73, 1925, No. 7 in Qld - amateur operator; amateur broadcaster; journalist (QRN "Bananalander"); wireless business employee (Phillips Radio) - Relationships: son of 4AN Edgar McLean Gibson - Electoral Rolls: salesman (Manly, Qld, 1936-1937; Camp Hill, Qld, 1943); manager (Balgowlah, NSW, 1949); business executive (Balgowlah, NSW, 1958); regional representative (Palm Beach, Qld, 1963-1980) ===''GIDDINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hudson Giddings|Giddings or Whitney, Albert Hudson]] [https://www.familysearch.org/tree/person/details/GXR4-PDP] - 1914(Vic)-19??(???) - Licences: 5FI Adelaide (Nailsworth, 1935-1937) - Qualifications: cc; AOCP 1556, 1935, SA; 1COCP 102, 1936 - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant, Signals) - Electoral Rolls: PMG employee (Sale, Vic, 1968); technician (Elwood, Vic, 1972); clerk (Hughs, ACT, 1977-1980) - Links: [https://vwma.org.au/explore/people/612780 VWMA] * [[/Albert William James Giddings|Giddings, Albert William James]] [https://www.familysearch.org/tree/person/details/9711-NG3] - 1909(Vic)-1983(Vic) - Licences: 3DG Stratford (1935-1939); 3DG Numurkah (1947-1948); 3DG Lancefield (1954-1969); - Qualifications: cc; AOCP 1574, 1935, SA - amateur operator; amateur broadcaster;; WW2 (RAAF, Warrant Officer) - Electoral Rolls: bank official (Culgoa, Vic, 1931); bank clerk (Pakenham East, Vic, 1934); bank officer (Stratford, Vic, 1936-1937); warrant officer RAAF (Point Cook, Vic, 1942); bank official (Numurkah, Vic, 1949) ===''GILFILLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles Kent Gilfillan|Gilfillan, William Charles Kent]] [https://www.familysearch.org/tree/person/details/GDPF-93Q] - 1869(NSW)-1952(NSW) - Licences: 2AM Receive Sydney (Greenwich, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: independent means (Manly, 1913); soldier (Manly, 1930-1935); no occupation (Redfern, 1937); manufacturer (Mosman, 1943-1949) ===''GILHOOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Forrest Gilhooley|Gilhooley, Joseph Aloysius Forrest]] [https://www.familysearch.org/tree/person/details/GDPF-L6N] - 1877(NSW)-1950(NSW) - Licences: 2AH Receive Sydney (Woollahra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: clerk (Darlinghurst, 1903; Hunters Hill, 1930-1935); traveller (Hunters Hill, 1937-1949) ===''GILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Stewart Gill|Gill, Alan Stewart]] [https://www.familysearch.org/tree/person/details/GH6B-JQ4] - 1907(NSW)-1983(Tas) - Licences: 7AS Launceston (1925-1927) - Qualifications: cc; AOCP 191, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; scientist & engineer (Electrolytic Zinc Co) - Electoral Rolls: research chemist (Hobart Central, 1928; Sandy Bay, 1936-1949); chemist (Hobart South, 1954) * [[/Alfred Wyatt McKenzie Gill|Gill, Alfred Wyatt McKenzie]] [https://www.familysearch.org/tree/person/details/GDBP-B8D] - 1908(NSW)-1959(NSW) - Licences: 2TS Receive Sydney (Killara, 1923); 2TS Sydney (Killara, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: barrister (Killara, 1933-1937; Wahroonga, 1949); soldier (Wahroonga, 1943); airline officer (Wahroonga, 1954-1958) ===''GILLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Rex Gregory Gillett|Gillett, Clarence Rex Gregory]] [https://www.familysearch.org/tree/person/details/GWJC-ZDW] - 1919(SA?)-2020(SA) - prominent MW and SW broadcast DXer (1940-1990), clubs (All Wave All World DX Club, Australian DX Radio Club (SA Branch), South Australian DX Radio Club, Australian Radio DX Club, Southern Cross DX Club, DX Australia, New Zealand Radio DX League) - substantial portion (100+) of QSL collection survives (SSD, NFSA) ===''GILLHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman William Gillham|Gillham, Norman William]] [https://www.familysearch.org/tree/person/details/GMTT-M8V] - 1906(Tas)-1994(Tas) - Licences: Receive Hobart (Sandy Bay, 1923-1924); 7NW Hobart (Sandy Bay, 1925-1927) - Qualifications: cc; AOCP 176, 1925, No. ?? in Tas; CPRT 944, 1927 - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Sandy Bay, 1928); joiner (Queensborough, 1936-1937); builder (Nelson, 1943-1954) ===''GILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Clifford Gillon|Gillon, Peter Clifford]] [https://www.familysearch.org/tree/person/details/GD7M-X53] - 1895(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 99, 1915 - Coastal wireless operator - Electoral Rolls: operator (Bondi, 1934); radio telegraphist (Crow's Nest, NSW, 1936; Cooktown, Qld, 1937; Townsville, 1943); telegraphist (Kensington, NSW, 1949-1954; Cremorne, 1958); radio operator (Cremorne, 1963-1968) ===''GILMOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Stanley Gilmour|Gilmour, Norman Stanley]] [https://www.familysearch.org/tree/person/details/GZZD-PVG] - 1890(Vic)-1962(NSW) - Licences: 2ZU Sydney (Neutral Bay, 1923-1930; Potts Point, 1931; City, 1933-1939; Mosman, 1948-1960) - Qualifications: cc; AOCP 28, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: director (Neutral Bay, 1930); business manager (Darlinghurst, 1931); engineer (Darlinghurst, 1934-1937; Mosman, 1943-1958) ===''GINBEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Haldane Ginbey|Ginbey, Ian Haldane]] [https://www.familysearch.org/tree/person/details/GFM1-73N] - 1913(WA)-1962(WA) - Licences: 6IG Perth (Fremantle, 1938-1939; Bicton, 1947-1948; Attadale, 1954-1960) - Qualifications: cc; AOCP 2084, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (South Fremantle, WA, 1936; Fremantle, WA, 1937; South Fremantle, WA, 1943); salesman (Melville, WA, 1958) ===''GINGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ubitt Victor Ginger|Ginger, Ubitt Victor]] [https://www.familysearch.org/tree/person/details/GS5P-G76] - 1891(NSW)-1943(NSW) - Licences: 2LF Receive Sydney (Mosman, 1922-1923); 2LF Sydney (Mosman, 1922-1924; North Sydney, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; police officer - callsign 2LF to L. R. Filmer, Toronto from Sep 1925, Bracken from 1933 - Electoral Rolls: constable (Chatswood, 1930-1933); police constable (Marrickville, 1934); constable (Naremburn, 1936-1937) ===''GINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Ginn|Ginn, Ernest George]] [https://www.familysearch.org/tree/person/details/GXZC-95C] - 1917(Qld)-2015(Qld) - Licences: 4GE Townsville (1936-1939; 1946-1948); 4GE Brisbane (Hendra, 1955-1980+) - Qualifications: cc; AOCP 1749, 1936, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ), military (WW2, RAAF, AIF); employment (life insurance agent) - Electoral Rolls: salesman (Townsville, Qld, 1943); shop assistant (Windsor, Qld, 1949); salesman (Hendra, Qld, 1954-1980) ===''GIVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/L. James M. Givens|Givens, L. James M. "James"]] [https://www.familysearch.org/tree/person/details/G8LX-7WR] - 1905(Vic)-1957(Vic) - Licences: 3EP Receive Melbourne (Canterbury, 1922-1923); 3EP Melbourne (Canterbury, 1924-1927); 3XY Melbourne (Canterbury, 1931) - Qualifications: cc; CPRT 849, 1925; AOLCP 121, 1933 - amateur operator, amateur broadcaster - Electoral Rolls: wireless officer (Canterbury, 1931-1937; Camberwell, 1943); photographer (Delbridge, 1954) ===''GLASSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Ronald John Glassop|Glassop, Ronald John]] [https://www.familysearch.org/tree/person/details/LBZX-P8N] - 1910(NSW)-1996(Qld) - Licences: 2RF Newcastle (City, 1934-1935; Blackhalls, 1936; Hamilton East, 1937); 4BG Brisbane (Clayfield, 1937-1939); 4BG Maryborough (1947-1969); 4BG North Tamborine (1980) - Qualifications: cc; AOCP 1288, 1934, NSW - amateur operator; amateur broadcaster; WW2; insurance assessor - Electoral Rolls: no occupation (Newcastle, NSW, 1932-1935); clerk (Hamilton, NSW, 1937); insurance inspector (Clayfield, Qld, 1937); insurance secretary (Maryborough, Qld, 1949-1968); retired (Miami, Qld, 1972; Mt Tamborine, Qld, 1977-1980) ===''GLOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Frederick Glover|Glover, Alexander Frederick or Frederick Alexander]] [https://www.familysearch.org/tree/person/details/L246-XZ6] - 1925(Vic)-2001(Vic) - Licences: 3AFG Sale (1948-1980+) - Qualifications: cc; AOCP 2705, 1948, Vic - amateur operator; amateur broadcaster - Electoral Rolls: operator (Sale, 1949); mechanic (Sale, 1954-1980) * [[/Arthur James George Glover|Glover, Arthur James George]] [https://www.familysearch.org/tree/person/details/2MT8-CZ8] - 1907(Vic)-1977(Vic) - Licences: 3AG Melbourne (Box Hill, 1928-1931; Surrey Hills, 1933); 3AG Warrnambool (1937-1939); 3AG Melbourne (Box Hill, 1946-1960; Camberwell, 1965-1975) - Qualifications: cc; AOCP 392, 1928, No. ?? in Vic; CPRT 1129, 1928; 2COCP 153, 1930; 1COCP 29, 1930 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Box Hill, 1931); engineer (Box Hill, 1936); radio engineer (Warrnambool, 1937); engineer (Canterbury, 1943; Box Hill, 1949-1954); automation engineer (Camberwell, 1963-1968); engineer (Camberwell, 1972-1977) * [[/Maurice Glover|Glover, Maurice]] [https://www.familysearch.org/tree/person/details/G8SK-25R] - 1912(Vic)-2003(Tas) - Licences: 7MG Hobart (Sandy Bay, 1938-1939, 1946-1948); 7MG Swansea (1954-1980+) - Qualifications: cc; AOCP 2129, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Nelson, 1943); no occupation (Swansea, 1949; Nelson, 1954) * [[/Maxwell Arthur Glover|Glover, Maxwell Arthur "Max"]] [https://www.familysearch.org/tree/person/details/G8SK-58X] - 1902(Vic)-1982(Vic) - Licences: 3GB Receive Melbourne (Auburn, 1922); 3GB Melbourne (Camberwell, 1924-1925) - Qualifications: No record of AOCP; 3COCP 671, 1948 - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Camberwell, 1924-1934); wool buyer (Toorak, 1935-1936; South Yarra, 1937); director (Malvern, 1949-1980) ===''GLUSKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Gluskie|Gluskie, C. R.]] - 19??(???)-19??(???) - Licences: Receive Hobart (New Town, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''GODDARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Endacott Goddard|Goddard, John Endacott]] [https://www.familysearch.org/tree/person/details/KNBM-L27] - 1914(WA)-1943(Crete) - Licences: 6JG Perth (North Perth, 1935-1939) - Qualifications: AOCP 1427, 1935, WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Fremantle, 1936) - Sacrifice: "Greater love hath no man than this" - Links: [https://aviationmuseumwa.org.au/afcraaf-roll/goddard-john-endacott-406692/ Aviation Museum WA]; [https://anzac.site/greece/crete-operation-thesis-goddard/ Operation Thesis]; [https://www.awm.gov.au/collection/R1703409 AWM Roll of Honour] ===''GOFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Goford|Goford, Thomas William]] [https://www.familysearch.org/tree/person/details/GXZH-W3H] - 1898(Eng)-1986(Qld) - Licences: 4MI Mount Isa (1936-1939) - Qualifications: cc; AOCP 1675, 1936, Qld; BOCP 387, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Mt Isa, Qld, 1937); broadcasting technician (Goonellabah, NSW, 1943); DCA technician (Alice Springs, NT, 1954-1963) ===''GOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Henry Yarburgh Gold|Gold, Clifford Henry Yarburgh or Yarborough "Cliff"]] [https://www.familysearch.org/tree/person/details/L19B-YYC] - 1906(Qld)-1986(Qld) - Licences: 4CG Brisbane (Hill End, 1926-1931); 4CG Toowoomba (1933-1939, 1946-1980+) - Qualifications: AOCP 262, 1926, No. 21 in Qld; AOLCP 186, 1934 - amateur operator, amateur broadcaster, broadcast engineer (4GR) - Electoral Rolls: shop assistant (West End, 1928-1931); radio operator (Toowoomba, 1934); projectionist (Toowoomba, 1936-1963); radio technician (Balmoral, 1968-1977) - Relationships: nephew of 4EG Edward Edwin Gold; also Doug & Geoff * [[/Douglas Edward Gold|Gold, Douglas Edward]] [https://www.familysearch.org/tree/person/details/G8RL-XQB] - 1917(NSW)-1964(Qld) - Licences: Nil yet identified - Qualifications: BOCP 254, 1939 - amateur operator; amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Geoffrey Kilvington Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio technician (Toowoomba, 1943-1949); assistant manager (Toowoomba, 1954-1958) * [[/Edward Edwin Gold|Gold, Edward Edwin "Ted"]] [https://www.familysearch.org/tree/person/details/L13Q-WZV] - 1894(Qld)-1961(Qld) - Licences: 4EG Toowoomba (1924-1939, 1946-1960) - Qualifications: AOCP 7, 1924, No. 1 in Qld - amateur operator; amateur broadcaster; awarded Class B licence for 4GR Toowoomba; commercial broadcast station proprietor (4GR); Relationships: father of Geoffrey Kilvington Gold; uncle of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: mechanic (Toowoomba, 1925-1958) * [[/Geoffrey Kilvington Gold|Gold, Geoffrey Kilvington]] - 1943(Qld)-1971(Qld) - Licences: Nil yet identified - Qualifications: BOCP 2210, 1963; AOLCP 1608, 1964 - amateur operator, amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Douglas Edward Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio broadcaster (Annerley, 1968) ===''GOLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick John Golden|Golden, Patrick John]] [https://www.familysearch.org/tree/person/details/GSFG-R49] - 1893(Ire)-1943(Qld) - Licences: 4PG Brisbane (Wynnum South, 1927) - Qualifications: cc; Nil yet identified (likely UK) - ship wireless operator; amateur operator; amateur broadcaster; radio business proprietor; WW2 - Electoral Rolls: salesman (Wynnum Heights, 1928-1931); radio dealer (Clayfield, 1936-1937); radio operator (Flying boat base, Karumba, 1943) - Sacrifice: "Greater love hath no man than this" ===''GOLDSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Herbert Goldsmith|Goldsmith, Frank Herbert]] [https://www.familysearch.org/tree/person/details/93SX-QL8] - 1895(WA)-1974(WA) - Licences: 6FG Perth (Nedlands Park, 1927-1939) - Qualifications: cc; AOCP 377, 1927, No. ?? in WA - amateur operator; amateur broadcaster; radio journalist - Electoral Rolls: clerk (West Perth, 1917); journalist (Bunbury, 1921-1922; Nedlands, 1925-1949; Roleystone, 1954-1958); retired (Rossmoyne, 1968-1972) * [[/Gordon William Goldsmith|Goldsmith, Gordon William]] [https://www.familysearch.org/tree/person/details/GZWR-BKR] - 1914(SA)-1998(SA) - Licences: 5HM Cowandilla (1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1629, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Cowandilla, SA, 1939-1943) ===''GOLDSWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Goldsworthy|Goldsworthy, William John]] [https://www.familysearch.org/tree/person/details/M4D7-C24] - 1910(Qld)-1950(Qld) - Licences: 4WA Brisbane (Valley, 1934-1939); 4WA Rockhampton (1947-1948)- Qualifications: cc; AOCP 1341, 1934, Qld; 2COCP 1112, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Valley, Qld, 1934-1943); aeradio operator (Rockhampton, Qld, 1949) ===''GOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jasper Claude Golley|Golley, Jasper Claude]] [https://www.familysearch.org/tree/person/details/GXGK-S1F] - 1904(SA)-1958(SA) - Licences: 5JX Adelaide (Glenelg, 1935-1937; Glengowrie, 1938-1939; Seacliff, 1948-1955) - Qualifications: cc; AOCP 1522, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: schoolteacher (Glengowrie, SA, 1939-1941; Seacliff, SA, 1943) ===''GOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Good|Good, Edward Joseph]] [https://www.familysearch.org/tree/person/details/GMS7-P78] - 1864(Vic)-1931(Vic) - Licences: 3HQ Glenrowan (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Taminick, 1903); traveller (Taminick, 1909-1930) ===''GOODE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Russell Goode|Goode, Arthur Russell]] - 1889(Vic)-1971(Vic) - XLK Melbourne (Moonee Ponds, 1913), early wireless experimenter (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), PMGD (telegraphist, Central Office, Melbourne, 1903-1921), Listener-In (journalist; editor), author several books, grandfather of Michael Goode 3BDL * [[/Michael Goode|Goode, Michael]] - 3ZYY Melbourne (Canterbury, 1969+), 3BDL Melbourne, amateur operator (AOCP ??, 1968, No. ?? in Vic), historian (amateur radio, 5 metres), grandson of XLK Arthur Russell Goode ===''GORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence Arthur Gorman|Gorman, Clarence Arthur]] [https://www.familysearch.org/tree/person/details/GHLZ-X8H] - 1895(NSW)-1970(NSW) - Licences: XCG Sydney (Oatley, 1913-1914); 2EC Receive Sydney (Arncliffe, 1922); 2EC Sydney (Arncliffe, 1923-1925); 2CG Sydney (Rockdale, 1925-1929); designated operator 2UI Illawarra Radio Club (Kogarah, 1923-1925) - Qualifications: cc; AOCP 222, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Comment: NSW winner 1923 Trans-Pacific Tests - Electoral Rolls: plumber (Rockdale, 1930-1931; Kogarah, 1932-1943; Hargrave Park, 1949; Villawood, 1954-1963) ===''GOSTELOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Victor Gostelow|Gostelow, Alfred Victor]] [https://www.familysearch.org/tree/person/details/LVVQ-PCX] - 1897(NSW)-1975(NSW) - Licences: XABD Dorrigo (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: accountant (Uralla, 1930-1936; Scone, 1937-1949; Terrigal, 1954-1968); retired (Terrigal, 1972) ===''GOTTING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Benjamin Gotting|Gotting, Herbert Edward Benjamin]] [https://www.familysearch.org/tree/person/details/GDLY-HLD] - 1889(NSW)-1965(NSW) - Licences: N760 Receive Braemar (1922); 2ID Receive Braemar (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Braemar, 1930); electrician (Mittagong, 1936-1937); engineer (Mittagong, 1949-1963) ===''GOVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Neville Govan|Govan, Walter Neville]] [https://www.familysearch.org/tree/person/details/L2XF-YDT] - 1905(Vic)-1956(SA) - Licences: 5WG Port Pirie (1934-1939); 5WG Crystal Brook (1947-1956) - Qualifications: cc; AOCP 1273, 1934, SA; BOCP 40, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: lead burner (Port Pirie, SA, 1939-1941); mechanic (Crystal Brook, SA, 1943) ===''GOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Selwyn Harry James Gover|Gover, Selwyn Harry James]] [https://www.familysearch.org/tree/person/details/GXNM-D2L] - 1903(Qld)-19??(???) - Licences: Receive (Crystal) Brisbane (Nundah, 1924) - Qualifications: cc; CPRT 789, 1923; 2COCP 43, 1929; 1COCP 249, 1939 - amateur receiver; ship wireless officer - Electoral Rolls: wireless operator (Annerley, Qld, 1925); marine radio officer (East Brisbane, Qld, 1949-1968) ===''GOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gelston Stewart Gow|Gow, Gelston Stewart]] [https://www.familysearch.org/tree/person/details/G7HP-61D] - 1895(NSW)-1974(NSW) - Licences: XBW Sydney (Burwood, 1913-1914); 2GG Sydney (City, 1928-1930) - Qualifications: AOCP 411, 1928, No. ?? in NSW - early wireless experimenter, amateur operator, amateur broadcaster, WW1 - Electoral Rolls: manufacturer (Darlinghurst, 1930); electrician (Darlinghurst, 1933-1943); manufacturer (Darlinghurst, 1954-1972) ===''GOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Nelson James Gowlett|Gowlett, Frank Nelson James]] [https://www.familysearch.org/tree/person/details/G619-PYV] - 1891(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; 1COCP 163, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio operator (Townsville, 1925); wireless operator (Maroubra, 1930-1931); radio telegraphist (Maroubra, 1934-1937; Cooktown, 1943-1949; Maroubra, 1949); radio officer (Maroubra, 1958-1963) ===''GOYDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil William Goyder|Goyder, Cecil William]] - about 1906(Eng)-1980(NJ, USA) - G2SZ England, amateur operator [http://www.clement-jones.com/ps03/ps03_313.html] ===''GRAHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Ernest Graham|Graham, Donald Ernest "Don"]] - 1933(WA)-2012(WA) - 6HK Perth (Mount Hawthorn, 1954-1956; Wembley Downs, 1960-1980+) - amateur operator (AOCP 3162, 1951, No. ?? in WA) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC), DoC / DoTaC (WA State Broadcasting Engineer) - a good life, well lived [https://stephbg.livejournal.com/669733.html] * [[/James Alexander Graham|Graham, James Alexander]] [https://www.familysearch.org/tree/person/details/G979-6RF] - 1905(Sct)-1985(Qld) - Licences: 4JQ Brisbane (Ekibin, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 2058, 1937, Qld; 1COCP 510, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Ekibin, Qld, 1937-1954) * [[/William Denton Graham|Graham, William Denton]] [https://www.familysearch.org/tree/person/details/GZGS-KB5] - 1895(Tas)-1986(NSW) - Licences: 2RR Receive Sydney (Rockdale, 1923-1925); 2WG Sydney (Rockdale, 1926-1930) - Qualifications: AOCP 227, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: law clerk (Rockdale, 1930-1937); process worker (Bondi Junction, 1943); iron worker (Rockdale, 1949-1968); machinist (Rockdale, 1977); retired (Liverpool, 1980) * [[/William Thompson Graham|Graham, William Thompson]] [https://www.familysearch.org/tree/person/details/GDR1-SL3] - 1902(Sct)-1987(Tas) - Licences: 7BV Receive St Mary's (1923); Receive St Mary's (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: grocer's assistant (St Mary's, 1925-1954); ===''GRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin John Rawle Grant|Grant, Colin John Rawle]] [https://www.familysearch.org/tree/person/details/GZBZ-BXF] - 1902(Qld)-2000(Qld) - Licences: 4JG Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 310, 1926, No. 32 in Qld - amateur operator; amateur broadcaster; accountant - Electoral Rolls: clerk (Wooloowin, 1925-1934); security officer (Eagle Junction, 1936); auditor (West Nundah, 1937); retired (Southport, 1968-1980) * [[/James Grant|Grant, James]] - 19??(???)-19??(???) - Licences: 2DP Newcastle (Stockton, 1929-1930) - Qualifications: AOCP 555, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: * [[/William Patrick Grant|Grant, William Patrick "Bill"]] [https://www.familysearch.org/tree/person/details/GXZJ-YJC] - 1917(Ireland)-19??(Ireland) - Licences: 4WU Brisbane (Indooroopilly, 1936-1939) - Qualifications: cc; AOCP 1801, 1936, Qld; 2COCP 269, 1939 - amateur operator; amateur broadcaster; ship wireless officer; air controller (Shannon Airport) - Electoral Rolls: Nil yet identified ===''GRANTHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Richard Grantham|Grantham, Sidney Richard "Sid"]] [https://www.familysearch.org/tree/person/details/GXZ6-B8S] - 1920(Qld)-2003(Qld) - Licences: 4SG Toowoomba (1938-1939, 1946-1956); 4SG Brisbane (Wavell Heights, 1960; Hendra, 1965-1980+) - Qualifications: cc; AOCP 2083, 1938, Qld; 1COCP 927, 1945 - amateur operator; amateur broadcaster; radio clubs (WIAQ, IREE, RFDS council); military (WW2, RAAF, wireless officer); federal public servant (DCA, Aeradio; PMGD/DoC, radio inspector); broadcast technician (4GR) - Electoral Rolls: RAAF (Yerongpilly, Qld, 1943); broadcast engineer (Harristown, Qld, 1949); engineer (East Toowoomba, Qld, 1954; Toowoomba South, Qld, 1958); radio inspector (Hendra, Qld, 1963-1980) ===''GRANVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Florence Violet Granville|Granville (nee) / Wallace / McKenzie, Florence Violet "Mrs Mac"]] [https://www.familysearch.org/tree/person/details/LRR8-ZWS] - 1890(Vic)-1982(NSW) - 2GA Sydney (Sydney, 1922-1924; Greenwich, 1925-1939), 2FV Sydney (Sydney, 1946-1950; Circular Quay, 1954; Greenwich, 1955-1958), amateur operator (AOCP 109, 1925, No. ?? in NSW), amateur broadcaster, engineer, business proprietor, signals instructor - Links: [https://adb.anu.edu.au/biography/mckenzie-florence-violet-15485 ADB] ===''GRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Gray|Gray, A. J.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Albert Howell Gray|Gray, Albert Howell "Dave"]] [https://www.familysearch.org/tree/person/details/GZXM-J83] - 1907(NSW)-2004(NSW) - Licences: 2IJ Receive Sydney (Killara, 1922); 2IJ Sydney (Killara, 1923-1939, 1946-1969; Whale Beach, 1975-1980+); 2AG Sydney (McMahons Point, 1931-1938; Lane Cove, 1939); 2APV Sydney (McMahons Point, 1954; Strathfield, 1955-1980+) - Qualifications: cc; AOCP 90, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: student (Killara, 1930-1936); engineer (Killara, 1937-1968; Whale Beach, 1977-1980) * [[/Frank Malcolm Gray|Gray, Frank Malcolm]] [https://www.familysearch.org/tree/person/details/LBBV-5XS] - 1910(SA)-2011(Qld)100yo - Licences: 5MU Adelaide (Toorak Gardens, 1932-1933); 5SU Adelaide (Toorak Gardens, 1937-1939, 1948) - Qualifications: cc; AOCP 1017, 1932, SA - amateur operator; amateur broadcaster; WW2 - Callsign: 5MU possibly withdrawn for 5MU Murray Bridge - Electoral Rolls: civil servant (Toorak Gardens, 1939) * [[/George Henry Boulderson Gray|Gray, George Henry Boulderson]] [https://www.familysearch.org/tree/person/details/LTTN-WVM] - 1912(Qld)-2010(Qld) - Licences: 4JP Brisbane (Ascot, 1936-1939, 1946-1980+) - Qualifications: cc; AOCP 1796, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Ascot, Qld, 1936-1943); sound engineer (Ascot, Qld, 1949-1980) ===''GREEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Green|Green, Albert Ernest]] - 1869(Vic)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - State & Federal politician; Postmaster-General (1931-1932) - Electoral Rolls: - Links: [[w:Albert Green (Australian politician)|Wikipedia]] * [[/Herman Rowland Green|Green, Herman Rowland]] [https://www.familysearch.org/tree/person/details/LK9P-LGY] - 1915(SA)-1985(SA) - Licences: 5OJ Adelaide (Prospect, 1936-1939) - Qualifications: cc; AOCP 1679, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/J. Green|Green, J.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Yeronga, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter William Green|Green, Walter William]] [https://www.familysearch.org/tree/person/details/GXB7-R87] - 1911(WA)-2012(WA) - Licences: 6WG Albany (1936-1937); 6WG Wiluna (1937-1939); 6WG Albany (1947-1960); 6WG Derby (1965); 6WG Norseman (1969); 6WG Albany (1975-1980) - Qualifications: cc; AOCP 1676, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Albany, WA, 1936); fitter (Albany, WA, 1958-1963); plant inspector (Norseman, WA, 1968); mechanic (Albany, WA, 1972-1980) ===''GREENHALGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Neal Greenhalgh|Greenhalgh, Kenneth Neal]] [https://www.familysearch.org/tree/person/details/G8ZT-NGD] - 1909(NSW)-2002(NSW) - Licences: 2KG Newcastle (Hamilton, 1929-1930; Rooty Hill, 1931; Sandgate, 1933; Mayfield West, 1934-1939; New Lambton, 1946-1956; Adamstown Heights, 1957-1980+) - Qualifications: AOCP 550, 1929, No. ?? in NSW; AOLCP 73, 1932; 1COCP 839, 1944; TVOCP 18, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Hamilton, 1930); broadcasting engineer (2KO Sandgate, 1933); engineer (Mayfield, 1934-1937); radio engineer (New Lambton, 1943-1954; Adamstown, 1958-1968; Adamstown Heights, 1977-1980) ===''GREENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold John Greenham|Greenham, Arnold John]] [https://www.familysearch.org/tree/person/details/GXH9-QQS] - 1907(Qld)-1973(Qld) - Licences: 4EE Receive Brisbane (South Brisbane, 1923); 4AG Brisbane (South Brisbane, 1933); 4AG Gympie (1934); 4AG Innisfail (1937-1939); 4AG Brisbane (South Brisbane, 1946-1948); 4AG Caloundra (1954-1956); 4AG Brisbane (Kallangur, 1960-1969) - Qualifications: cc; AOCP 1040, 1932, No. ?? in Qld; 1COCP 807, 1944 - amateur operator; amateur broadcaster; bank employee (NAB) - Electoral Rolls: bank clerk (Gympie, 1936; Innisfail, 1937; South Brisbane, 1943-1949); not stated (Caloundra, 1954-1958); retired (Kallangur, 1963-1972) ===''GREENHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alexander Greenhill|Greenhill, George Alexander]] [https://www.familysearch.org/tree/person/details/LT3K-GWN] - 1904(Qld)-1970(Qld) - Licences: 4LE Brisbane (West End, 1934-1939) - Qualifications: cc; AOCP 1348, 1934, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Brisbane City, Qld, 1925); ceiling fixer (Wooloowin, Qld, 1928); cleaner (West End, Qld, 1937; Archerfield, Qld, 1943); steward (Wilston, Qld, 1949); metal finisher (Wooloowin, Qld, 1954); barman (Kirra, Qld, 1958); caretaker (Caloundra, Qld, 1963); cleaner (Woorim, Qld, 1968) ===''GREGORY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. Gregory|Gregory, A.]] - 19??(???)-19??(???) - Licences: XAED Sydney (Bellevue Hill, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Identification: Not yet identified, possibly Alyn Keith Gregory, bank officer, Bellevue Hill, 1930-1939 * [[/Clyde Francis Burnell Gregory|Gregory, Clyde Francis Burnell]] [https://www.familysearch.org/tree/person/details/GS34-5MV] - 1906(Tas)-1997(Qld) - Licences: Receive Emu Park (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: business manager (Rockhampton, Qld, 1928-1937); fisherman (Yeppoon, Qld, 1943-1949); taxi driver (Maryborough, Qld, 1958); taxi proprietor (Nelly Bay, Qld, 1963) * [[/Harold Rigby Gregory|Gregory, Harold Rigby]] [https://www.familysearch.org/tree/person/details/L2C9-CDX] - 1900(NSW)-1973(NSW) - Licences: 2ED Receive Sydney (Abbotsford Pt, 1922); 2ED Sydney (Abbotsford Pt, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1930); inspector (Roseville, 1931-1936); insurance inspector (Roseville, 1937); manager (Newcastle, 1943-1954); insurance manager (Merewether, 1958-1972) * [[/Robert William Gregory|Gregory, Robert William]] [https://www.familysearch.org/tree/person/details/K2FW-QFJ] - 1907(Eng)-1995(SA) - Licences: 5GU Mt Barker (1935-1939) - Qualifications: cc; AOCP 1438, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: constable (Kadina, SA, 1939); police officer (Lobethal, SA, 1941-1943) ===''GREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Grey|Grey, Albert Edward "Bert"]] [https://www.familysearch.org/tree/person/details/LDK5-374] - 1897(WA)-1981(WA) - Licences: 6BO Perth (Nedlands, 1925-1932); 6BO Carnarvon (1933); 6AA Perth (Nedlands, 1937-1939) - Qualifications: cc; RTCP 532, 1920, Marconi & Telefunken; 1COCP 35, 1934; TVOCP 278 1960 - amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo PMGD); PMGD (postal assistant, Leederville,1919); WW1; RAAF (WW2, radar systems) - Electoral Rolls: telegraphist (Subiaco, 1925; Nedlands, 1925-1931); radio inspector (Nedlands, 1936-1972); retired (Nedlands, 1977-1980) * [[/Elton Edward Grey|Grey, Elton Edward or Edward Elton]] [https://www.familysearch.org/tree/person/details/GWPL-PQ5] - 1920(Qld)-1962(WA) - Licences: 4LX Brisbane (Ascot, 1936-1939); 6ZX Perth (West Perth, 1948); 6ZX Northam (1954-1955); 6ZX Perth (Leederville, 1956; Floreat Park, 1960) - Qualifications: cc; AOCP 1689, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: soldier (West Perth, WA, 1943); bank clerk (West Perth, WA, 1949); bank officer (Wagin, WA, 1949; Northam, WA, 1954; Floreat Park, WA, 1958) * [[/James Leonard Grey|Grey, James Leonard "Len"]] [https://www.familysearch.org/tree/person/details/GXZV-ZY5] - 1915(Sct)-1995(NSW) - Licences: 4LN Brisbane (Norman Park, 1937-1938); 2AKO Sydney (Vaucluse, 1939; Pymble, 1946-1961; St Ives, 1965-1969; Neutral Bay (1975-1980+) - Qualifications: cc; AOLCP 184, 1934; 2COCP 38, 1935 - amateur operator; amateur broadcaster; Radio clubs (WIAQ); military (WW2, RAAF); pilot (RQAC, QANTAS) - Electoral Rolls: aviator (Norman Park, Qld, 1936-1937); airline captain (Pymble, NSW, 1949-1958; St Ives, NSW, 1963-1968); retired (Neutral Bay, NSW, 1977-1980) ===''GRIBBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Gribble|Gribble, Arthur James]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIT Townsville (1917-1918) - Comment: only one reference found, likely misspelling; Electoral Rolls: Nil yet identified ===''GRIEVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Grieve|Grieve, Ian]] - Licences: Nil yet identified - Qualifications: Nil yet identified - historian (broadcast); proprietor of Australian Old Time Radio website - Electoral Rolls: - Links: [https://www.australianotr.com.au/ OTR] ===''GRIFFIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Neville Griffin|Griffin, Thomas Neville]] [https://www.familysearch.org/tree/person/details/G8C4-RJ2] - 1889(NSW)-1953(NSW) - Licences: 2LQ Sydney (Hornsby, 1929-1936); 2AIR Sydney (Northbridge, 1938-1939) - Qualifications: AOCP 505, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Hornsby, 1930-1934); electrical engineer (Artarmon, 1936; Willoughby, 1937; Hornsby, 1943-1949) ===''GRIFFEN-FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bridget Griffen-Foley|Griffen-Foley, Bridget]] - historian (broadcasting) - Professor, Department of Media, Communications, Creative Arts, Language and Literature, Macquarie University - author "Changing Stations: The Story of Australian Commercial Radio" & numerous professional articles ===''GRIFFITHS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Arthur Griffiths|Griffiths, Leslie Arthur "Les"]] [https://www.familysearch.org/tree/person/details/GXZK-81V] - 1909(Qld)-1970(Qld) - Licences: 4LZ Toowoomba (1938-1939, 1947-1956) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; military (WW2, RAN, signaller); cine assistant (Empire Theatre) - Halcyon: AOCP Toowoomba 1938 - Electoral Rolls: assistant projectionist (Toowoomba, Qld, 1931-1937); biograph projectionist (Toowoomba, Qld, 1943-1954; Toowoomba South, Qld, 1958); projectionist (Toowoomba West, Qld, 1963-1968) ===''GRIGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Haydn Errol Grigg|Grigg, Haydn Errol]] [https://www.familysearch.org/tree/person/details/G8BV-N98] - 1899(???)-1971(NSW) - Licences: 2AS Receive Sydney (Mosman, 1922); 2AS Sydney (Mosman, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Darlinghurst, 1935; Edgecliff, 1935-1949; Double Bay, 1954-1968) ===''GRIMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Douglas Grimes|Grimes, Benjamin Douglas]] [https://www.familysearch.org/tree/person/details/LZ8B-D6J] - 1901(Qld)-1987(Qld) - Licences: Receive (Crystal) Brisbane (Annerley, 1923-1924); 4BD Brisbane (Annerley, 1926-1931) - Qualifications: cc; AOCP 278, 1926, No. 23 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Tarragindi, 1925-1937); share dealer (New Farm, 1943); farmer (Cleveland, 1949-1958); retired (Corinda, 1968-1980) ===''GRIMMETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Urbane Grimmett|Grimmett, Stanley Urbane]] [https://www.familysearch.org/tree/person/details/L447-3MW] - 1905(NZ)-1974(NSW) - Licences: 2ZW Newcastle (Hamilton, 1930-1937); 2ZW Sydney (Bankstown, 1938-1939; Strathfield, 1946-1960; Vaucluse, 1961-1969) - Qualifications: AOCP 667, 1930, NSW - amateur operator, amateur broadcaster, journalist - Electoral Rolls: pharmacist (Hamilton, 1930-1937; Strathfield, 1949-1958); Vaucluse, 1963) ===''GRIVELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Grivell|Grivell, John "Jack"]] [https://www.familysearch.org/tree/person/details/KC43-NGM] - 1901(SA)-1971(SA) - Licences: 5BK Yorketown (1930-1933); 5BK Gladstone (1937); 5BK Crystal Brook (1938-1939); 5BK Gawler (1946-1947); 5BK Magill (1948-1969) - Qualifications: cc; AOCP 609, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (5CK Crystal Brook, 1939-1941); telephone mechanic (Gawler, 1943) ===''GROGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold William Grogan|Grogan, Arnold William]] [https://www.familysearch.org/tree/person/details/GFSS-87B] - 1915(WA)-1997(WA) - Licences: 6EI Perth (Mt Lawley, 1936-1939; City, 1947); 6EI Carnarvon (1948); 6EI Perth (Leederville, 1954-1980+) - Qualifications: cc; AOCP 1759, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Maylands, WA, 1937; East Perth, WA, 1943); public servant (Cottesloe, WA, 1949); civil servant (Leederville, WA, 1954-1980) ===''GRONOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rees Gronow|Gronow, William Rees]] [https://www.familysearch.org/tree/person/details/GZVM-KFV] - 1908(Vic)-2003(Vic) - 3EQ Receive Melbourne (City, 1922-1924), 3WG Melbourne (City, 1925-1933; Glen Iris, 1937; Malvern East, 1937; Glen Iris, 1938-1939, 1948-1960; Brighton, 1965-1980), amateur operator (AOCP 178, 1925, No. ?? in Vic), amateur broadcaster, director (Malvern, 1936-1954; Brighton, 1968-1977)) ===''GROVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Grove|Grove, Henry]] [https://www.familysearch.org/tree/person/details/L5KB-97B] - 1897(Eng)-1973(NSW) - Licences: N746 Receive Sydney (Enmore, 1922); 2HZ Receive Sydney (Enmore, 1922) - Qualifications: cc; CPRT 575, 1920 - amateur receiver - Electoral Rolls: traveller (Castle Hill, 1930); poultry farmer (Peakhurst, 1933-1949); retired (Burwood, 1963-1972) ===''GROWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Norman Wills Growden|Growden, George Norman Wills "Norman"]] [https://www.familysearch.org/tree/person/details/G9C6-15M] - 1913(Vic)-1984(SA) - Licences: 5YM Gladstone (1937-1939); 5YM Wedge Island via Port Lincoln (1954-1975) - Qualifications: cc; AOCP 1945, 1937, SA; BOCP 145, 1938; 2COCP 401, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: farmer (Gladstone, SA, 1939-1943); wireless operator (RAAF Station, Pearce, WA, 1943) ===''GRUBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Grubb|Grubb, William John]] [https://www.familysearch.org/tree/person/details/G6WK-K6N] - 1907(Qld)-1970(Vic) - Licences: 4DI Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: labourer (Rockhampton, 1931); concrete labourer (Rockhampton, 1936-1963); retired (Finch Hatton, 1968) ===''GRUMMITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Frederick Grummitt|Grummitt, Gilbert Frederick]] [https://www.familysearch.org/tree/person/details/G8Z7-FFD] - 1906(Qld)-1960(Qld) - Licences: 4BS Brisbane (Fortitude Valley, 1929-1933; Hamilton, 1937-1939; Bulimba, 1948-1960) - Qualifications: cc; AOCP 531, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: welder (Fortitude Valley, 1928-1934; Hamilton, 1936-1937); boilermaker (Bulimba, 1949-1958) ===''GRUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hill Grundy|Grundy, Robert Hill]] [https://www.familysearch.org/tree/person/details/LZP7-F78] - 1915(SA)-1988(SA) - Licences: 5BG Murray Bridge (1937-1939, 1947-1948); 5BG Crystal Brook (1954-1980) - Qualifications: cc; AOCP 2010, 1937, SA; BOCP 175, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''GUILDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Guildford|Guildford, Alfred]] [https://www.familysearch.org/tree/person/details/GX4T-5BG] - 19??(Eng)-1960(Qld) - Licences: 4AP Brisbane (Herston, 1934-1939, 1946-1948; Sandgate, 1960) - Qualifications: cc; AOCP 1342, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, publicity officer) - Electoral Rolls: advertisment writer (West End, Qld, 1934); copy writer (Kelvin Grove, Qld, 1936-1949) ===''GUNDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thor Odin Gundersen|Gundersen (BDM) or Gunderson (Census), Thor Odin]] [https://www.familysearch.org/tree/person/details/GHL8-F2W] - 1895(NZ)-1986(NZ) - Licences: Nil yet identified - Qualifications: cc; 1COCP 242, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: agent (Bondi, 1930-1931); radio officer (ss Fiona, 1943) ===''GUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Campbell Gunn|Gunn, Kenneth Campbell]] [https://www.familysearch.org/tree/person/details/93DG-X18] - 1911(Qld)-1975(Qld) - Licences: 4LG Laidley (1932-1937); 4LD Laidley (1937-1939, 1946-1975) - Qualifications: cc; AOCP 884, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Callsigns: 4LG likely withdrawn for 4LG Longreach - Electoral Rolls: clerk (Laidley, Qld, 1937-1972) ===''GUNTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Eliot Gunter|Gunter, Norman Eliot]] [https://www.familysearch.org/tree/person/details/L2WR-5VB] - 1912(Vic)-1943(At Sea) - Licences: 3NG Melbourne (Caulfield, 1930-1933; Hawthorn, 1937-1939) - Qualifications: AOCP 593, 1930, No. ?? in Vic; 2COCP 372, 1932; 1COCP 51, 1935 - amateur operator, amateur broadcaster, WW2 (merchant navy, wireless operator) - Electoral Rolls: sales (Caulfield, 1935; Hawthorn, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1428541] ===''GURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Carlisle Gurner|Gurner, Reginald Carlisle]] [https://www.familysearch.org/tree/person/details/GZZ2-8S8] - 1905(SA)-1975(SA) - 5CZ Receive Adelaide (New Parkside, 1923); Receive Adelaide (New Parkside, 1923); 5RG Adelaide (New Parkside, 1923-1928; Linden Park Gardens, 1931-1939) - Qualifications: cc; AOCP 31, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Linden Gardens, SA, 1939-1943) ===''GURR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Frederick Gurr|Gurr, Alan Frederick]] [https://www.familysearch.org/tree/person/details/G8GM-KJV] - 1904(Tas)-1974(Vic) - Licences: 3AG Geelong East (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geelong, 1926-1928; Belmont, 1931-1972) * [[/George Henry Gurr|Gurr, George Henry]] [https://www.familysearch.org/tree/person/details/L46K-DBB] - 1896(SA)-1957(Vic) - Licences: 5GO Adelaide (Parafield, 1933); 3QH Melbourne (Stanmore, 1947-1956) - Qualifications: cc; AOCP 1142, 1933, SA; 3COCP 185, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Parkville, Vic, 1926); ground engineer (Essendon, Vic, 1928); inspector (Caulfield, Vic, 1942; Essendon, Vic, 1949-1954) ===''GUTTERIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frank Gutteridge|Gutteridge, Reginald Frank]] [https://www.familysearch.org/tree/person/details/KNYP-KSN] - 1886(Tas)-1942(WA) - Licences: V759 Receive (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm manager (Marnoo, Vic, 1921); electrical engineer (Rupanyup, 1924-1927) =='''H'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''HADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lionel Trimble Hadley|Hadley, Arthur Lionel Trimble "Doc"]] [https://www.familysearch.org/tree/person/details/G7ZX-G9Y] - 1900(Qld)-1964(Qld) - Licences: 4AH Brisbane (Clifton Hill, 1930-1933; Dutton Park, 1937-1939; Annerley, 1946-1956) - Qualifications: cc; AOCP 636, 1930, No. ?? in Qld - amateur operator, amateur broadcaster, WW1, federal public servant (PMGD) - Electoral Rolls: signwriter (Taringa, 1921); salesman (Toowong, 1922-1925); motor assembler (Yeronga, 1929); radio mechanic (South Brisbane, 1937); technician (Annerley, 1949-1958); retired (Inala, 1958; Seven Hills, 1963) ===''HADLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Lindsay Hadlow|Hadlow, Martin Lindsay]] - radio clubs (NZDXRL, ARDXC, DXA), early wireless and broadcasting historian (Ph.D. Thesis,) ===''HAGARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neville Douglas Hagarty|Hagarty, Neville Douglas]] [https://www.familysearch.org/tree/person/details/G38J-GBJ] - 1907(Qld)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster (on 4WH); radio club participant; business proprietor; pilot; federal public servant (DCA) - Relationships: brother of 4WH William Edward Hagarty - Electoral Rolls: woodworker (Hospital Hill, 1930) * [[/William Edward Hagarty|Hagarty, William Edward "Edward / Eddie"]] [https://www.familysearch.org/tree/person/details/G384-TL3] - 1905(Qld)-1971(Qld) - Licences: 4WH Longreach (1925-1939); 4WH Townsville (1954-1969) - Qualifications: cc; AOCP 172, 1925, No. 16 in Qld; 2COCP 271, 1939; 1COCP 309, 1940 - amateur operator; amateur broadcaster; WW2; engineer; postal employee (PMG); federal public servant (PMG) - Relationships: brother of Neville Douglas Hagarty - Electoral Rolls: postal assistant (Longreach, 1930-1937); aeradio operator (Longreach, 1943); officer commanding aeradio station (Townsville, 1949-1954); communications officer (Townsville, 1958-1963; Mysterton, 1968) ===''HAI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pham Nhu Hai|Hai, Pham Nhu "Hai"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC), Director Broadcasting ITU-R ===''HAIGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bartin Robert Alfred Read Haigh|Haigh, Bartin Robert Alfred Read]] [https://www.familysearch.org/tree/person/details/GS9T-J8B] - 1854(NSW)-1928(NSW) - Licences: N752 Receive Sydney (Ashfield, 1922); 2IA Receive Sydney (Ashfield, 1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Ashfield, 1930); poultry farmer (Seven Hills, 1933) ===''HAINES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Lewis Harrison Haines|Haines, Claude Lewis Harrison]] [https://www.familysearch.org/tree/person/details/GXRC-8F6] - 1906(SA)-1996(SA) - Licences: 5CH Millicent (1933-1937); 3QM Geelong (Belmont, 1938-1939); 5CH Mt Gambier (1947-1980) - Qualifications: cc; AOCP 1118, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Belmont, Vic, 1937); engine driver (Mt Gambier, SA, 1941-1943) ===''HALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl William Millar Hale|Hale, Carl William Millar "William"]] [https://www.familysearch.org/tree/person/details/L5VR-TPL] - 1901(Vic)-1986(Vic) - Licences: 3GH Receive Melbourne (Elsternwick, 1922-1923); 3GH Anglesea (1924-1931+) - Qualifications: cc; AOCP 120, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (Elsternwick, 1924); architect (Hawthorn, 1958-1968; Malvern, 1977-1980) ===''HALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lovett Hall|Hall, Geoffrey Lovett]] [https://www.familysearch.org/tree/person/details/GHDB-ZD3] - 1895(Tas)-1972(Tas) - Licences: Receive Waddamanna (1923-1924); 7GH Waddamanna (1925-1931+); 7GH Hobart (1937-1939, 1947-1948) - Qualifications: cc; AOCP 137, 1925, No. ?? in Tas; BOCP 85, 1937 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Waddamana, 1928); engineer (New Town, 1936-1949) * [[/Graham George Hall|Hall, Graham George]] [https://www.familysearch.org/tree/person/details/G8HN-Z89] - 1910(Vic)-1971(Eng) - Licences: 3WO Melbourne (Glen Iris, 1929-1931; Hawthorn, 1933); 2AGH Sydney (Five Dock, 1937; Strathfield, 1938-1939; Hurstville, 1946-1969) - Qualifications: AOCP 482, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Auburn, 1934-1936); radio engineer (Abbotsford, 1937); engineer (Hurstville, 1949-1954; South Hurstville, 1958-1968) * [[/Reginald Allen Hall|Hall, Reginald Allen]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 539, 1929, No. ?? in ???? - amateur operator?, amateur broadcaster? - Electoral Rolls: Nil yet identified * [[/R. F. Hall|Hall, R. F.]] - 19??(???)-19??(???) - Licences: 3FH Receive Melbourne (Toorak, 1922); 3FH Melbourne (Toorak, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/William Charles Hall|Hall, William Charles]] - 19??(???)-19??(???) - Licences: 2BH Abermain (1930-1933); 2XT Abermain (1934-1936); 2XT Kurri Kurri (1938-1939, 1946-1948); 2XT Newcastle (Cooks Hill, 1950-1965; Toronto, 1969-1980+) - Qualifications: AOCP 643, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Abermain, 1935; Kurri Kurri, 1937-1943); hotel licensee (Newcastle, 1949-1963); retired (Toronto, 1972; Carey Bay, 1977-1980) - Comment: 2BH licence withdrawn for 2BH Broken Hill commercial; Beware several contemporaneous WCH in Newcastle region ===''HALLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philpot Hallam|Hallam, William Philpot]] [https://www.familysearch.org/tree/person/details/97MX-Y3J] - 1859(Tas)-1952(Vic) - Licences: XZH Hobart (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; PMGD Vic + Federal - Electoral Rolls: Nil ===''HALLIDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Fred Halliday|Halliday, Eric Fred]] [https://www.familysearch.org/tree/person/details/GC26-L5B] - 1913(SA)-1989(SA) - Licences: 5FW Adelaide (Hectorville, 1935-1939; South Payneham, 1947-1969; Magill, 1975) - Qualifications: cc; AOCP 1494, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Crystal Brook, 1939) ===''HALYDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Guyler Halyday|Halyday, James Guyler]] - 1904(Vic)-19??(???) - 4HZ Gympie (1939, 1946-1980+) , amateur operator (AOCP 2287, 1939, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ; Gympie ARC), military (WW2), employment (SEAQ linesman) ===''HAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilton Ham|Ham, George Wilton]] [https://www.familysearch.org/tree/person/details/GWX4-P28] - 1905(Qld)-1987(Qld) - Licences: 4CR Receive Brisbane (Northgate, 1923); 4GW Brisbane (Northgate, 1930-1931; Coorparoo, 1937-1939) - Qualifications: cc; AOCP 572, 1930, No. ?? in Qld - amateur receiver; amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (Toombul RC); employment (Chandlers) - Electoral Rolls: clerk (Coorparoo, 1937; St Lucia, 1943-1968); retired (Jamboree Heights, 1972-1980) * [[/Guildford Ham|Ham, Guildford]] [https://www.familysearch.org/tree/person/details/G67H-W9Y] - 1906(Qld)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; BOCP 101, 1937 - radio technician - Electoral Rolls: shop assistant (South Brisbane, 1928-1937); radio technician (South Brisbane, 1943; Bald Hills, 1943; Annerley, 1954); technician (Wavell Heights, 1958-1963) * [[/Thomas Edward Ham|Ham, Thomas Edward]] [https://www.familysearch.org/tree/person/details/G88F-R3P] - 1921(Qld)-19??(???) - Licences: 4WX Brisbane (Chelmer, 1937-1939); 2AGA Sydney (Kogarah, 1946-1947; Carlton, 1948-1950; Sylvannia Heights, 1954-1975); 4AGT Buderim (1980+) - Qualifications: cc; AOCP 2056, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (Sunshine Coast ARC); military (WW2, RAAF) - Electoral Rolls: radio mechanic (Sylvannia, 1954-1968); mechanic (Sylvannia, NSW, 1972-1977); retired (Buderim, 1980) ===''HAMILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Ormsby Hamilton|Hamilton, John William Ormsby]] [https://www.familysearch.org/tree/person/details/MG65-XRC] - 1869(Tas)-1944(Eng) - Australian representative of Pacific Radio Telegraph Co and Marconi Telegraph Co, promoted a scheme to link Aus/NZ/Pacific Islands (rejected by Aus Gov 1909), migrated to England to work for Marconi, donated Ormsby Hamilton Radio Prize in memory of his father Thomas Ormsby Hamilton ===''HAMMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Harold Hammond|Hammond, John Harold]] [https://www.familysearch.org/tree/person/details/G6HP-67H] - 1875(NSW)-1932(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: barrister-at-law (Ashfield, 1913); barrister (Killara, 1930-1932) * [[/Herbert Bowes Hammond|Hammond, Herbert Bowes]] [https://www.familysearch.org/tree/person/details/LZ4J-2PK] - 1907(NSW)-1967(NSW) - 2NI Sydney (Chatswood, 1925; Epping, 1926-1927; Chatswood, 1928; Naremburn, 1929-1930), amateur operator (AOCP 64, 1925 01, No. ?? in NSW; CPRT 895, 1925 12; 2COCP 318, 1931), amateur broadcaster ===''HANCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. A. Hancock|Hancock, C. A. or G. A.]] - 19??(???)-19??(???) - Licences: V748 Receive Melbourne (Berwick, 1922); 3GU Receive Melbourne (Berwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/D'Arcy Maxwell Hancock|Hancock, D'Arcy Maxwell]] [https://www.familysearch.org/tree/person/details/GCG4-L3Y] - 1910(SA)-2017(SA)107yo - Licences: 5RJ Kadina (1927-1939, 1946-1960); 5RJ Adelaide (Mitchell Park, 1965-1980+) - Qualifications: cc; AOCP 356, 1927, No. ?? in SA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Kadina, 1947) ===''HANNAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hannam|Hannam, Harold William]] [https://www.familysearch.org/tree/person/details/G83F-J78] - 1913(NSW)-1964(Vic) - Licences: 2IR Sydney (Hurstville South, 1935-1937); 2IR Orange (1938-1939); Sydney (South Hurstville, 1946-1948) - Qualifications: cc; AOCP 1472, 1935, Qld; BOCP 9, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hurstville, 1934-1937); radio engineer (Orange, 1943; Hurstville, 1949); engineer (Cheltenham, 1949-1954; Moorabbin, 1963) * [[/Walter Henry Hannam|Hannam, Walter Henry "Wally" "Wal", "Doc", "Fatty"]] [https://www.familysearch.org/tree/person/details/273W-H9T] - 1885(NSW)-1965(NSW) - XQI Stamford, Qld (1911-1914); 2YH Sydney (Balmain, 1924; Mosman, 1924-1933; Willoughby, 1934-1939); 2AXH Terrigal (1954-1961) - Qualifications: cc; AOCP 27, 1924, No. 10 in NSW - early wireless experimenter; amateur operator; radio clubs (WIA NSW, first secretary 1910); wireless operator Australasian Antarctic Expedition (1912-1914) - Relationships: don't confuse with father William Henry Hannam of Hannams Ltd, engineers & sheet metal workers - Electoral Rolls: - Links: [[w:Walter Henry Hannam|Wikipedia]]; [https://www.coolantarctica.com/Antarctica%20fact%20file/History/biography/hannam_walter.php Bio1]; [https://www.antarctica.gov.au/about-antarctica/history/people/walter-hannam/ Bio2] ===''HANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hansen|Hansen, Harold William]] [https://www.familysearch.org/tree/person/details/93DG-45T] - 1914(Qld)-2005(Qld) - Licences: 4FH Brisbane (Forest Hill, 1935-1939); 4SV Brisbane (Bulimba, 1948-1965; Carina, 1969-1980+) - Qualifications: cc; AOCP 1508, 1935, Qld; BOCP 1039, 1949 - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, 1937, radio technician); state public servant (BCC, communications officer) - Relationships: father of Graham Hansen 4FV - Electoral Rolls: labourer (Forest Hill, Qld, 1936-1937); WT Operator (Wendouree, Vic, 1942); RAAF (Maryborough, Qld, 1943); radio technician (Carina, Qld, 1968-1980) ===''HARDGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Hardgrave|Hardgrave, Philip "Pop"]] [https://www.familysearch.org/tree/person/details/GMPF-XL5] - 1857(Qld)-1940(Qld) - Licences: 4PH Brisbane (South Brisbane, 1933-1939) - Qualifications: cc; AOCP 1150, 1933, No. ?? in Qld - amateur operator; amateur broadcaster - Comment: oldest person in British Empire to obtain a full licence - Electoral Rolls: fruitgrower (Wellington Point, 1916-1928) ===''HARDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Netherton Kilgour Hardie|Hardie, Bruce Netherton Kilgour]] [https://www.familysearch.org/tree/person/details/GZ95-FMJ] - 1896(Vic)-1965(Vic) - 3YX Melbourne (Garden Vale, 1925-1933; City, 1937-1939), amateur operator (AOCP 49, 1925, No. ?? in Vic), amateur broadcaster, WIA Vic, accountant ===''HARDISTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Hardisty|Hardisty, David Charles]] [https://www.familysearch.org/tree/person/details/GZTM-C4W] - 1907(WA)-1980(WA) - Licences: 6DH Perth (Victoria Park, 1926-1939; West Perth, 1946-1948; Applecross, 1954-1980) - Qualifications: cc; AOCP 273, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Victoria Park, 1931-1943); radio mechanic (Applecross, 1954-1980) ===''HARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. R. Hardy|Hardy, W. R.]] - 19??(???)-19??(???) - 2RD Sydney (Glebe, 1925-1927), amateur operator (AOCP 187, 1925, No. ?? in NSW), amateur broadcaster ===''HARKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dennis James Harkin|Harkin, Denis or Dennis James]] [https://www.familysearch.org/tree/person/details/G45Q-9PH] - 1903(SA)-1993(Vic) - Licences: 3YN Receive Melbourne (Prahran, 1923); 3KF Melbourne (Kensington, 1924-1925); 3YN Melbourne (Preston, 1924-1926); 4YN Bowen (1927); 3YN Melbourne (East Brunswick, 1931); 3YY Newport (1938); 6YN Pearce (1938); 3ADJ Melbourne (Prahran, 1946-1948; Middle Park, 1954-1956; Thornbury, 1960-1975); 4ADJ Maryborough (1980) - Qualifications: CPRT 782, 1923; 1COCP 280, 1932 - amateur operator; amateur broadcaster; radio club participant (WIAQ); career military (RAAF); federal public servant (PMGD); WW2 - Electoral Rolls: mechanic (Preston, Vic, 1926; Brunswick, Vic, 1931; Newport, 1937); RAAF (Clifton Hill, 1942); technician (Prahran, 1949; Albert Park, 1954); radio technician (Thornbury, 1963-1972); nil (Maryborough, 1977-1980) ===''HARLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Harlen|Harlen, John Edward]] [https://www.familysearch.org/tree/person/details/K8MP-TWB] - 1884(Qld)-1953(Qld) - Licences: Receive Brisbane (Sunnybank, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Coopers Plains, Qld, 1908); fruit grower (Sunnybank, Qld, 1912-1949) ===''HARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Nicoll Harley|Harley, Gordon Nicoll]] [https://www.familysearch.org/tree/person/details/G89D-41H] - 1901(NSW)-1986(Qld) - Licences: "4AR Unlicensed" Ipswich (1926-1928); 4GH Ipswich (1928-1933); 4GH Didcott (1937-1939); 4GH Maryborough (1946-1980+) - Qualifications: cc; AOCP 385, 1928, No. 43 in Qld - amateur operator; amateur broadcaster; business proprietor (radio manufacture); employment (school teacher); WW2 - Electoral Rolls: clerk (Brassall, 1925); school teacher (Didcot, 1936-1943); teacher (Maryborough, 1949); school teacher (Maryborough, 1954-1980) ===''HARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Harmer|Harmer, George]] [https://www.familysearch.org/tree/person/details/LRTY-KHZ] - 1900(Eng)-1980(Qld) - Licences: 4XW Brisbane (Coorparoo, 1934-1939, 1946-1948; Camp Hill, 1954-1956; Coorparoo, 1960-1980) - Qualifications: cc; AOCP 1301, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIAQ); telephone technician (PMGD); federal public servant (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, Qld, 1937-1954); technician (Coorparoo, Qld, 1958-1980) ===''HARRANTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wolf Harranth|Harranth, Wolf]] - 1941(Austria)-2021(Austria) - Licences: OE1WHC Austria - curator of Dokufunk, host of the world's largest collection of amateur radio and broadcast QSLs; amateur radio operator; broadcast announcer; historian (amateur radio, broadcasting); children's book author; translator - provided the core of the WIA QSL collection ===''HARRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Harris|Harris, Alfred Charles]] [https://www.familysearch.org/tree/person/details/GZY1-F4K] - 1900(Vic)-1963(Vic) - Licences: 3CH Birchip (1926-1939; 1946-1960+) - Qualifications: AOCP 303, 1926, No. ?? in Vic -amateur operator, amateur broadcaster, class B licence? - Electoral Rolls: engineer (Ouyen, 1924); electrical engineer (Birchip, 1925-1954; Power Station, Ouyen, 1963) * [[/Ross Clifford Harris|Harris, Ross Clifford]] [https://www.familysearch.org/tree/person/details/L5Y2-DZF] - 1917(SA)-1954(SA) - Licences: 5FL Adelaide (Glenelg, 1936-1939; Malvern, 1947-1948; Hawthorn, 1954) - Qualifications: cc; AOCP 1651, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Valentine Harms Harris|Harris, Valentine Harms]] [https://www.familysearch.org/tree/person/details/L1PM-FDM] - 1909(WA)-1995(WA) - Licences: 6NL Perth (Shenton Park, 1935-1939; Applecross, 1947-1969); 6NL Denmark (1975-1980+) - Qualifications: cc; AOCP 1579, 1935, WA - amateur operator; amateur broadcaster - Relationships: Husband of 6YL Ruth Victoria Harris nee Longley - Electoral Rolls: garage employee (Subiaco, WA, 1931); radio mechanic (Subiaco, WA, 1936-1937); mechanic (Applecross, WA, 1949-1972) ===''HARRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Lionel Carr Harrison|Harrison, Percival Lionel Carr]] [https://www.familysearch.org/tree/person/details/GFM3-VDC] - 1912(WA)-2001(WA) - Licences: 6LH Perth (Claremont, 1937-1939; Armadale, 1947-1980+) - Qualifications: cc; AOCP 1909, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Claremont, WA, 1936-1937); civil servant (Armadale, WA, 1943-1980) ===''HARRISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Harriss|Harriss, Alfred George]] [https://www.familysearch.org/tree/person/details/K8HN-THZ] - 1873(Eng)-1932(Qld) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), radio clubs (Longreach Radio Club), business proprietor (Jackson & Harriss) - Electoral Rolls: engineer (Longreach, 1930) - Relationships: father of Dorothy Winnifred Macfarlane formerly Fanning nee Harriss * [[/Dorothy Winnifred Harriss|Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred]] [https://www.familysearch.org/tree/person/details/KGYC-3CP] - 1905(Qld)-1986(Qld) - Licences: 4DH Longreach (1930-1933) - Qualifications: cc; AOCP 573, 1930, No. ?? in Qld; BOCP - amateur operator; amateur broadcaster; radio clubs (WIAQ); first YL operator in Qld - Electoral Rolls: typist (Longreach, 1930); home duties (Longreach, 1936-1943; Warwick, 1949; Toowoomba, 1954-1977; Macgregor, 1980) - Relationships: daughter of Alfred George Harriss ===''HARRISSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harrisson|Harrisson, Charles "Snowy"]] [https://www.familysearch.org/tree/person/details/LK9P-VK3] - 1908(Tas)-1995(Tas) - Licences: 7CH Hobart (Bellerive, 1933); 3CN Shepparton (1937-1939); 7CH Hobart (Moonah, 1954-1960); 7CH Burnie (1965); 7CH Hobart (Bellerive, 1969-1980+) - Qualifications: cc; AOCP 348, 1927, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: son of Charles Turnbull Harrisson, biologist in the Australasian Antarctic Expedition - Electoral Rolls: bank clerk (Shepparton, 1936-1949); bank manager (Moonah, 1954) ===''HARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leslie William Harston|Harston, Leslie William or William Leslie "Bill"]] [https://www.familysearch.org/tree/person/details/GDQD-XVY] - 1897(Qld)-1983(Qld) - Licences: 4RY Brisbane (Clayfield, 1932-1939, 1946-1948; Holland Park, 1954-1969) - Qualifications: cc; AOCP 903, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; business proprietor (art shop) - Electoral Rolls: warehouseman (Clayfield, Qld, 1921-1943); no occupation (Holland Park, Qld, 1954-1980) ===''HART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Samuel Hart|Hart, Augustus Samuel]] [https://www.familysearch.org/tree/person/details/9CMQ-4CP] - 1890(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 57, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: saddler (Watchem, Vic, 1912; Glen Thompson, 1913); wireless engineer (Moonee Ponds, 1936-1937); wireless operator (Esperance, 1943); telegraphist (Darwin, 1949); wireless officer (Moonee Ponds, 1963-1968; Essendon, 1972) * [[/James Claude Hoyte John Hart|Hart, James Claude Hoyte John "Hoyte John", "Roy"]] [https://www.familysearch.org/tree/person/details/GQWC-W4C] - 1904(Eng)-1992(NSW) - Licences: 2HO Sydney (Manly, 1928-1931; Roseville, 1933-1939, 1946-1956; St Ives East, 1957-1975; Manly, 1980+) - Qualifications: AOCP 410, 1928, No. ?? in NSW; 3COCP 4622, 1963 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Roseville, 1933-1954; St Ives, 1958-1963); retired (St Ives, 1968-1977; Manly, 1980) * [[/Norman Victor Hart|Hart, Norman Victor]] [https://www.familysearch.org/tree/person/details/LNK3-TXW] - 1908(Qld)-1998(Qld) - Licences: 4KO Booval (1931-1939, 1946-1980+) - Qualifications: cc; AOCP 760, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIA, Ipswich RC); engineer - Electoral Rolls: shop assistant (Booval, 1932-1937); grocer (Booval, 1943-1949); radio technician (Booval, 1954-1972; East Ipswich, 1977-1980) ===''HARVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. C. L. Harvey|Harvey, B. C. L.]] - 19??(???)-19??(???) - Licences: XJAC Melbourne (Port Melbourne, 1913) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edward Rossiter Harvey|Harvey, Edward Rossiter]] [https://www.familysearch.org/tree/person/details/GXBP-BK8] - 1918(WA)-2009(Qld) - Licences: 6RG Perth (Scarborough, 1937-1939, 1947-1948); 4RK Surfers Paradise (1969-1980+) - Qualifications: cc; AOCP 2041, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Leederville, WA, 1943; Scarborough, WA, 1943); newsagent (Scarborough, WA, 1949-1958); shopkeeper (Surfers Paradise, Qld, 1963); proprietor (Surfers Paradise, Qld, 1972-1977); retired (Mermaid Waters, Qld, 1980) * [[/Manning Herbert Harvey|Harvey, Manning Herbert]] [https://www.familysearch.org/tree/person/details/KZGG-LFZ] - 1887(Tas)-1932(Tas) - Licences: XZC Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: electrician (Hobart East, 1914-1928) ===''HASKARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Geoffrey Haskard|Haskard, Reginald Geoffrey "Geoff"]] [https://www.familysearch.org/tree/person/details/GZB5-S35] - 1906(SA)-1988(SA) - Licences: Receive Adelaide (Jamestown, 1923-1924); 5RH Adelaide (Jamestown, 1927-1931; North Adelaide, 1933; Malvern, 1937-1939; Helmsdale, 1947; Plympton, 1948-1975; West Beach, 1980+) - Qualifications: cc; AOCP 316, 1927, No. ?? in SA; BOCP 1558, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: retreader (Malvern, 1939-1941); wireless operator (Malvern, 1943) ===''HATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Westrop Henry Hatfield|Hatfield, Westrop Henry "West"]] [https://www.familysearch.org/tree/person/details/GZB5-VF5] - 1909(Vic)-1998(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''HATTAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Hattam|Hattam, Fred]] [https://www.familysearch.org/tree/person/details/G8ZV-QDL] - 1906(Vic)-1976(Vic) - Licences: 3HW Castlemaine (1929-1939); 3BAL Castlemaine (1975) - Qualifications: AOCP 541, 1929, No. ?? in Vic; BOCP 410, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Castlemaine, 1928-1937); radio mechanic (Castlemaine, 1954-1967); engineer (Castlemaine, 1968-1972) ===''HAWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haworth|Haworth, William]] [https://www.familysearch.org/tree/person/details/G823-JT3] - 1896(Qld)-1987(Qld) - Licences Q737 Receive Qld (1922-1923) - Qualifications: cc; Nil identified as yet - amateur receiver - Electoral Rolls: telephone mechanic (Ironside Estate, 1917); mechanic (Taringa, 1921-1928); lineman (North Tmborine, 1931); electrical mechanic (Eagle Heights, 1936; Toowong, 1937); telephone mechanic (Bundaberg, 1943-1949); technician (Toowong, 1954-1972); retired (Caloundra, 1977-1980) ===''HAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edgar Cecil Hawson|Hawson, Thomas Edgar Cecil]] [https://www.familysearch.org/tree/person/details/GXZ2-ZV9] - 1916(Qld)-1992(Qld) - Licences: 4CH Ipswich (Woodend, 1937-1939; East Ipswich, 1947-1948); 4CH Brisbane (Yeronga, 1969; Salisbury, 1975-1980) - Qualifications: cc; AOCP 2016, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: agent (Ipswich, Qld, 1937); radio mechanic (East Ipswich, Qld, 1949); storekeeper (Windsor, Qld, 1954; Yeronga, Qld, 1958; Salisbury, Qld, 1963-1980) ===''HAYMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Inglis Hayman|Hayman, William George Inglis]] [https://www.familysearch.org/tree/person/details/G8NL-CX1] - 1897(Eng)-1968(WA) - Licences: 6BG Perth (Claremont, 1925); 6GH Perth (Claremont, 1946-1965) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; scientist; educator - Electoral Rolls: lecturer (Claremont, 1922-1929); engineer (Claremont, 1931-1954); civil servant (Claremont, 1958-1968) - [https://adb.anu.edu.au/biography/hayman-william-george-12971 ADB] ===''HAYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Lot Henry Haynes|Haynes, Bruce Lot Henry]] [https://www.familysearch.org/tree/person/details/KC44-8M4] - 1898(NSW)-1961(NSW) - Licences: 2YA Armidale (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Armidale, 1930-1936); poultry farmer (West Pennant Hills, 1943-1958) * [[/Thomas Ambrose John Haynes|Haynes, Thomas Ambrose John]] [https://www.familysearch.org/tree/person/details/GSC5-WXM] - 1902(SA)-1968(SA) - Licences: 5AY Adelaide (Black Forest Estate, 1931-1939) - Qualifications: cc; AOCP 835, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Black Forest, 1939-1943) ===''HAZLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Stanley Arnold Hazlett|Hazlett, Royce Stanley Arnold]] [https://www.familysearch.org/tree/person/details/GXX4-F38] - 1932(Qld)-2015(Qld) - Licences: 4ZRH Brisbane (Wellers Hill, 1965-1975) - Qualifications: AOLCP 1159, 1961, Qld - amateur operator - Relationships: Son of 4EO Stanley Albert Hazlett - Electoral Rolls: electrician (Coorparoo, Qld, 1954-1963); electrical contractor (Wellers Hill, Qld, 1968-1972); contractor (Tarragindi, Qld, 1977-1980) * [[/Stanley Albert Hazlett|Hazlett, Stanley Albert]] [https://www.familysearch.org/tree/person/details/KC33-RH7] - 1900(Qld)-1971(Qld) - Licences: 4EO Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 4ZRH Royce Stanley Arnold Hazlett - Electoral Rolls: clerk (Coorparoo, Qld, 1925-1928); buyer (Coorparoo, Qld, 1937-1968) ===''HEARPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Hearps, David Edward]] - See David Edward Vaughan (assumed change of name) ===''HEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Harry Heath|Heath, Allan Harry]] [https://www.familysearch.org/tree/person/details/L5Y4-4DT] - 1914(SA)-1986(SA) - Licences: 5ZX Adelaide (Prospect Park, 1934-1939; Highgate, 1947-1956; Brighton, 1960-1980) - Qualifications: cc; AOCP 1369, 1934, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''HEATHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Heathers|Heathers, Cyril John]] [https://www.familysearch.org/tree/person/details/G8XN-NG9] - 1909(Eng)-2003(NSW) - Licences: 2GZ Sydney (Bankstown, 1930-1934); 2UA Sydney (Bankstown, 1935-1939; Artarmon, 1946-1975) - Qualifications: AOCP 615, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Bankstown, 1930-1943); telephone engineer (Artarmon, 1949-1968); engineer (Artarmon, 1977-1980) - Comment: 2GZ callsign likely withdrawn by PMGD for 2GZ Orange commercial ===''HEILBRONN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Heilbronn|Heilbronn, George]] [https://www.familysearch.org/tree/person/details/LJHL-PW3] - 1894(Qld)-1972(Qld) - Licences: 4GG Chinchilla (1929-1939); 4GG Yarraman (1946-1955); 4GG Crows Nest (1956); 4GG Millmerran (1960); 4GG Brisbane (Wynnum, 1965-1969) - Qualifications: cc; AOCP 565, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (Qld Listeners' League) - Electoral Rolls: locomotive fireman (Chinchilla, 1925-1937); locomotive driver (Yarraman, 1954); engine driver (Millmerran, 1943-1958); retired (Wynnum, 1963-1968) ===''HEINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Heine|Heine, John Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/G9VS-V1F] - 1908(Tas)-1988(Vic) - Licences: 7JK Hobart (City, 1927; Bellerive, 1931); 4JX Brisbane (City, 1933; Ascot, 1935; Kangaroo Point, 1937; Mowbray Park, 1938-1939); 3JF Melbourne (Beaumaris) (1960-1980+) - Qualifications: cc; AOCP 355, 1927, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kangaroo Point, 1934; Norman Park, 1937); engineer (Brighton, 1949); representative (Beaumaris, 1954-1980) ===''HEINRICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Latimer Heinrich|Heinrich, William Latimer]] [https://www.familysearch.org/tree/person/details/GXG5-S7Y] - 1917(SA)-1993(SA) - Licences: 5HR Bute (1934-1939); 5HR Adelaide (Kensington Gardens, 1947-1980+) - Qualifications: cc; AOCP 1376, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: farmhand (Bute, SA, 1939-1943) ===''HEITSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry John Keith Heitsch|Heitsch, Henry John Keith or Heinrich Johann]] [https://www.familysearch.org/tree/person/details/G8CV-QYP] - 1907(Vic)-1996(Qld) - Licences: 3HK Melbourne (Mitcham, 1929-1939, 1947-1975); 4AHK Scarness (1980+) - Qualifications: AOCP 516, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: piano fitter (Mitcham, 1931-1954); technician (Mitcham, 1963-1977); retired (Scarness, Qld, 1980) ===''HELLAWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Herbert Hellawell|Hellawell, Francis Herbert "Frank"]] [https://www.familysearch.org/tree/person/details/LK5G-478] - 1885(Qld)-1958(Qld) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - early wireless experimenter; amateur radio clubs (member, WIQ); federal public servant (PMGD) - Electoral Rolls: engineer (Toowong, 1913-1914; Coorparoo, 1919; East Annerley, 1925; Annerley, 1929-1934); clerk (Brisbane City, 1937); no occupation (Beachmere, 1943-1949; Annerley, 1954-1958) ===''HELLYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leicester Henry Hellyer|Hellyer, Leicester Henry]] [https://www.familysearch.org/tree/person/details/KFNW-BTC] - 1908(NSW)-1972(NSW) - Licences: 2LS Sydney (Rockdale, 1930-1933) - Qualifications: AOCP 600, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Rockdale, 1930-1933; Manly, 1934-1935; Artarmon, 1936-1937; Willoughby, 1943; Artarmon, 1949-1963; Newport, 1968-1977) ===''HENDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Henderson|Henderson, Frederick James]] [https://www.familysearch.org/tree/person/details/GXQG-XRX] - 1891(Eng)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 208, 1916 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified * [[/S. A. Henderson|Henderson, S. A.]] - 19??(???)-19??(???) - Licences: 5JN Adelaide (Walkerville, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HENNESSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] - 1896(Qld)-19?? - 4LO Brisbane (City, 1931-1939), amateur operator (AOCP 826, 1931, No. ? in Qld), fourth YL operator in Qld ===''HENRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Geddes Henry|Henry, Arthur Geddes]] [https://www.familysearch.org/tree/person/details/L4QW-K9Z] - 1907(NSW)-1969(NSW) - Licences: 2ZK Sydney (Sandringham, 1929-1939) - Qualifications: AOCP 494, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Sandringham, NSW, 1930-1937); engineer (San Souci, 1949-1963; Northbridge, 1968) * [[/Clement John Henry|Henry, Clement John]] [https://www.familysearch.org/tree/person/details/GZ6T-RPC] - 1905(NSW)-1996(NSW) - Licences: Receive (Valve) Uralla (1923); 2CH Uralla (1924-1929); 2UR Uralla (1930-1939); 2UR Blakehurst (1946); 2UR Sydney (Neutral Bay, 1948-1957; Pymble, 1958-1980+) - Qualifications: cc; AOCP 85, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 (RAAF) - Withdrawal: 2CH callsign withdrawn in 1930 for 2CH Sydney - Electoral Rolls: electrician (Uralla, 1930-1937); electrical fitter (RAAF Richmond, 1943); technician (Neutral Bay, 1949-1954; Pymble, 1958-1980) * [[/John Edwin Henry|Henry, John Edwin]] [https://www.familysearch.org/tree/person/details/KL6B-GD6] - 1868(Vic)-1933(Qld) - Licences: 4CZ Receive Mt Alford via Boonah (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: baker (Gundy, NSW, 1913); farmer (Boonah, Qld, 1917-1921); storekeeper (Mt Alford, Qld, 1922-1926); baker (Dayboro, Qld, 1928; Wondai, Qld, 1931) * [[/Raymond Cherrington Henry|Henry, Raymond Cherrington "Tom"]] [https://www.familysearch.org/tree/person/details/GX5X-C1Y] - 1894(SA)-1975(SA) - Licences: 5CY Cook (1935-1939); 5RY Adelaide (Goodwood, 1960) - Qualifications: cc; AOCP 1421, 1935, SA - amateur operator; amateur broadcaster; WW2 - Comment: Son, also named RCH, passed in WW2 - Electoral Rolls: fitter (Goodwood Park, SA, 1939-1943) ===''HENWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ralph Franklin Henwood|Henwood, Ralph Franklin]] [https://www.familysearch.org/tree/person/details/G89X-CF6] - 1912(WA)-1979(WA) - Licences: 6RL Perth (North Perth, 1930-1933; Claremont, 1937); 6RL Northam (1946-1948); 2AXA Sydney (Rose Bay, 1960-1961); 6RL Perth (Claremont, 1969-1975) - Qualifications: cc; AOCP 720, 1930, No. ?? in WA; BOCP 2, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio serviceman (Claremont, 1936); radio operator (6AM) (Northam, 1937); radio technician (Northam, 1943-1949; Claremont, 1954); technician (Bellevue Hill, 1958; Claremont, 1963-1972; Nedlands, 1977) ===''HEPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Dean Hepton|Hepton, William Dean "Bill"]] [https://www.familysearch.org/tree/person/details/LRBB-VN5] - 1898(Qld)-1966(Qld) - Licences: 4WD Brisbane (Milton, 1932-1939) - Qualifications: cc; AOCP 918, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, instructor 1932-1935) - Electoral Rolls: mechanic (Paddington, Qld, 1921; Milton, Qld, 1925-1963) ===''HERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Kinross Herd|Herd, James Kinross]] [https://www.familysearch.org/tree/person/details/GZZ2-YSQ] - 1901(Vic)-1963(Vic) - 3JK Baccus Marsh (1924-1927), 3JK Wangaratta (1933-1939, 1946-1956), 3JK Mornington (1960), amateur operator (AOCP 36, 1924, No. ?? in Vic), amateur broadcaster ===''HERSCHEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Victor Herschel|Herschel, Henry Victor]] [https://www.familysearch.org/tree/person/details/K4N6-76H] - 1902(Qld)-1937(Qld) - Licences: 4UK Cairns (1929-1931); 4UK Toowoomba (1933); 4UK Brisbane (Indooroopilly, 1937) - Qualifications: cc; AOCP 564, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Newtown, 1925; Cairns, 1930; Indooroopilly, 1936-1937)- Comment: Passed too soon ===''HESKETH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Hesketh|Hesketh, John]] - 1868(Eng)-1917(Vic) - early wireless experimenter, senior state public servant (Qld electrical engineer), senior federal public servant (PMGD, chief electrical engineer), military (Royal Engineers, Eng; Qld Defence Force, lieutenant) ===''HEWITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Hewitt|Hewitt, Archibald John "Arch"]] [https://www.familysearch.org/tree/person/details/G8DZ-TNY] - 1910(SA)-1988(SA) - Licences: 5XK Adelaide (Torrensville, 1930-1939); 5XK Kingscote (1946-1948); 5XK Adelaide (Torrensville, 1954; College Park, 1955-1956; Lucindale, 1960; Semaphore, 1965-1969; Ottaway, 1975-1980) - Qualifications: cc; AOCP 582, 1930, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal clerk (Kingscote, 1939-1941) * [[/Clarence Richard Hewitt|Hewitt, Clarence Richard]] [https://www.familysearch.org/tree/person/details/G6D1-718] - 1900(Qld)-1969(Qld) - Licences: 4CR Brisbane (Rosalie, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Petrie Tce, Qld, 1919); student (Petrie Tce, Qld, 1921-1926); moulder (Rosalie, Qld, 1928); carpenter (Rosalie, Qld, 1936-1943; Indooroopilly, Qld, 1949); hotel manager (Indooroopilly, Qld, 1954) * [[/Horace Thomas Hewitt|Hewitt, Horace Thomas]] [https://www.familysearch.org/tree/person/details/MN6S-JBL] - 1904(Qld)-1988(Qld) - Licences: 4PD Brisbane (Moorooka, 1939, 1947-1980) - Qualifications: cc; AOCP 2377, 1939, Qld - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Hodgson, Qld, 1925; Bowen, Qld, 1930); mechanic (Roma, Qld, 1936-1937); turner (Moorooka, Qld, 1943-1980) * [[/Thomas George Hewitt|Hewitt, Thomas George]] [https://www.familysearch.org/tree/person/details/GXZ2-PLM] - 1900(NSW)-1962(NSW) - Licences: 4TH Cairns (1937-1939); 2LH Lismore (1946-1961); 2ATG Lennox Head (1955-1961) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: medical practitioner (Cairns, Qld, 1930-1943; Lismore, NSW, 1949-1958) ===''HIAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Charles Hiam|Hiam, Robert Charles "Charles"]] [https://www.familysearch.org/tree/person/details/9VCT-14T] - 1888(Vic)-1982(Vic) - Licences: XLD Melbourne (Balaclava, 1913-1914); 3LW Melbourne (St Kilda, 1923-1931; Caulfield North, 1933-1939) - Qualifications: cc; CPRT 174, 1915 - amateur operator; amateur broadcaster - Electoral Rolls: tailor (St Kilda, 1913-1928; Caulfield, 1931-1968); retired (Beaumaris, 1972-1980) ===''HICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Joseph Hicks|Hicks, Henry Joseph "Harry"]] [https://www.familysearch.org/tree/person/details/G8QG-RRR] - 1913(Qld)-1983(Qld) - Licences: 1HH Macquarie Island (1955-1956); 4HG Willis Island (1963); 9HG Lae, New Guinea (1965-1969); 4HG Tolga (1975-1980) - Qualifications: AOCP 2468, 1941, Qld; 1COCP 784, 1944 - amateur operator - Electoral Rolls: letterpress machinist (Cairns, 1936-1937); printer (Newtown, 1943); radio officer (Broome, 1963); wireless operator (Thursday Island, 1972); retired (Tolga, 1977-1980) - Awards: BEM (1958, Officer in Charge, Radio Weather Reporting Station, Willis Islets) ===''HIGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Gordon Conway Higgins|Higgins, John Gordon Conway "Jack"]] [https://www.familysearch.org/tree/person/details/GD45-FKK] - 1884(NSW)-1963(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 29, 1914 - wireless telegraphist, WW1, WW2 - Electoral Rolls: clerk (South Perth, 1910-1912); radio engineer (Prahran, 1925-1927); manufacturer (St Kilda, Vic, 1934-1937); soldier (Caulfield, 1942); military duties (South Yarra, 1949); retired (Dromana, 1954; Sorrento, 1963) ===''HILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Edward Hilder|Hilder, Henry Edward]] - 1919(???)-1984(Qld) - 4HH Brisbane (East Brisbane, 1946-1948; Nudgee, 1954-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ), military (WW2, AIF Signals), employment (Brisbane Fire Brigade, communications), (Halcyon says AOCP Brisbane 1936 but no record) ===''HILDYARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol David Hildyard|Hildyard, Athol David]] [https://www.familysearch.org/tree/person/details/LYNY-TBD] - 1919(Tas)-1998(Tas) - Licences: 7DH Hobart (City, 1936-1939, 1948; Montagu Bay, 1954-1980+) - Qualifications: cc; AOCP 1735, 1936, No. ?? in Tas; 1AOCP 50, 1947 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcast technician (Hobart South, 1943-1949); radio engineer (Montagu Bay, 1954) ===''HILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Wyatt Hill|Hill, Alfred Wyatt]] [https://www.familysearch.org/tree/person/details/GD2Y-5VM] - 19??(???)-19??(???) - Licences: 2TS Sydney (Killara, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Arthur Stanley Hill|Hill, Arthur Stanley]] [https://www.familysearch.org/tree/person/details/GX16-FRC] - 1906(Eng)-19??(???) - Licences: 6AH Wiluna (1937-1939, 1947-1965); 6AH Busselton (1969-1980+) - Qualifications: cc; AOCP 1985, 1937, WA - amateur operator; amateur broadcaster; WW2 - Relationships: Husband of 6MH Mary Lilian Hill nee - Electoral Rolls: electrician (Wiluna, WA, 1931); engineer (Wiluna, WA, 1936-1949); business manager (Wiluna, WA, 1954-1963); retired (West Busselton, WA, 1968-1980) * [[/Frederick John Hill|Hill, Frederick John]] [https://www.familysearch.org/tree/person/details/G8CS-1J5] - 19??(???)-19??(???) - Licences: 2TY Kurri Kurri (1929-1934) - Qualifications: cc; AOCP 500, 1929, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: colliery employee (Pelaw Main, 1930; Stanford Merthyr, 1934; Kurri Kurri, 1936-1937); winding driver (Kurri Kurri, 1968) * [[/Mary Lilian XXXX|Hill nee , Mary Lilian]] [https://www.familysearch.org/tree/person/details/GX16-JZY] - 1906(???)-19??(???) - Licences: 6MH Wiluna (1937-1939, 1947-1965); 6MH Busselton (1969-1980+) - Qualifications: cc; AOCP 1976, 1937, WA - amateur operator; amateur broadcaster; YL operator - Relationships: Wife of 6AH Arthur Stanley Hill - Electoral Rolls: ===''HILLHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Reid Hillhouse|Hillhouse, James or James Reid]] [https://www.familysearch.org/tree/person/details/GXH2-YZJ] - 1907(Sct)-1992(Qld) - Licences: 4ZO Collinsville (1933-1939, 1947-1975); 4ZO Bowen (1980+) - Qualifications: cc; AOCP 1115, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: coal miner (Collinsville, Qld, 1928-1963); retired (Gladstone, Qld, 1977) ===''HILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Hilton|Hilton, William Edward]] [https://www.familysearch.org/tree/person/details/GDPR-P1K] - 1876(???)-1957(NSW) - Licences: XEQ Sydney (St Leonards, 1913-1914); 2BA Receive Sydney (Crows Nest, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: postal assistant (Newtown, 1903); postmaster (Stockton, 1930-1932; Kurri Kurri, 1934-1936); retired (Long Jetty, 1943-1949) ===''HINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Hine|Hine, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GCBY-3SZ] - 1907(NSW)-1994(NSW) - Licences: 2QL Sydney (Campsie, 1935-1937; Richmond, 1938-1939; Homebush, 1946-1980+) - Qualifications: AOCP 1434, 1935, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Campsie, 1930-1931; Temora, 1932-1935); wireless operator (RAAF Richmond, 1936-1937; Concord, 1943); radio officer (Homebush, 1954-1958; Strathfield West, 1968; Homebush, 1977-1980) ===''HIPWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Anson Le Hunt Hipwell|Hipwell, Ronald Anson Le Hunt]] [https://www.familysearch.org/tree/person/details/G8HJ-SMM] - 1902(Vic)-1975(Vic) - Licences: 3KU Swan Hill (1929-1933); 2ACD Broken Hill (1937-1939); 3ACD Melbourne (Dromana, 1955-1956); 5AJ Port Augusta (1960-1965); 3AEI Melbourne (Dromana, 1969-1975) - Qualifications: AOCP 486, 1929, No. ?? in Vic; AOLCP 140, 1934 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: engineer (St Kilda East, 1925); electrical engineer (Swan Hill, 1931); radio engineer (Broken Hill, 1935-1943); radio electrical fitter (Dromana, 1949-1954); retired (Dromana, 1972) ===''HIRSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jacob Alexander Hirsch|Hirsch or Deerson, Jacob or Jakob Alexander]] [https://www.familysearch.org/tree/person/details/GWZX-RZ3] - 1896(Aus)-1979(Aus) - Licences: 2AE Receive Sydney (Croydon, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (Oatley, 1930-1937); clerk (Canberra, 1949); no occupation (Pambula Beach, 1954-1972; Merimbula, 1977) ===''HITCHCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leith Fuller Hitchcock|Hitchcock, Leith Fuller]] [https://www.familysearch.org/tree/person/details/GXWC-Y61] - 1897(Qld)-1953(Qld) - Licences: 4LH Brisbane (Wooloowin, 1931-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: bacteriologist (Wooloowin, 1921-1936); research officer (Wooloowin, 1943-1949) ===''HOAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. M. Hoad|Hoad, C. M.]] - 19??(???)-19??(???) - Licences: None yet identified - Qualifications: AOCP 319, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - Individual not yet identified ===''HOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Cecil Hoar|Hoar, John Cecil]] [https://www.familysearch.org/tree/person/details/MVKW-HND] - 1900(Eng)-1964(WA) - Licences: 6OR Perth (Fremantle, 1931-1939; Mosman Park, 1947-1960) - Qualifications: cc; AOCP 786, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Barracks, Fremantle, WA, 1925-1931; East Fremantle, WA, 1936-1937; Mosman Park, WA, 1949-1963) ===''HOARE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Hoare|Hoare, Peter]] [https://www.familysearch.org/tree/person/details/G99K-6N4] - 1895(NSW)-1975(NSW) - 2PH Gosford (1925-1927), amateur operator (AOCP 82, 1925, No. ?? in NSW), amateur broadcaster, railway signalman * [[/Pierce Mark Hoare|Hoare, Pierce Mark]] - 1895(NSW)-1988(NSW) - 2SL Lismore (1934-1980+), amateur operator (AOCP 1227, 1933, No. ?? in NSW), amateur broadcaster, radio clubs (Richmond River Listeners' League) ===''HOBART-DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Hobart-Duff, William Vere see Duff, William Vere Hobart]] ===''HOBCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hurtle Horace Hobcroft|Hobcroft, Hurtle Horace]] [https://www.familysearch.org/tree/person/details/G8WZ-G5T] - 1899(SA)-1993(SA) - Licences: 5RE Adelaide (West Brunswick, 1928); 5RE Renmark (1931-1939, 1946-1956); 5RE Adelaide (Linden Park, 1960-1969) - Qualifications: cc; AOCP 420, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW1; WW2 - Relationships: Father of Rex Kelvin Hobcroft - Electoral Rolls: clerk (Carlton North, 1925-1926; Brunswick West, 1928); horticulturalist (Renmark, 1939-1943) ===''HOBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Forde Hobler|Hobler, Cecil Forde]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: solicitor (Barcaldine, 1928) - Relationships: cousin of 4DO Harold Learmonth Hobler? * [[/Harold Learmonth Hobler|Hobler, Harold Learmonth]] [https://www.familysearch.org/tree/person/details/LRKZ-8N1] - 1906(Qld)-1984(Qld) - Licences: 1217 Rockhampton (1921-1924); 4DO Receive Rockhampton (1923); 4DO Rockhampton (1925-1939, 1946-1980+) - Qualifications: cc; AOCP 110, 1925, No. 12 in Qld; CPRT 1003, 1928 - amateur operator; amateur broadcaster; radio club (WIAQ, JOTA); business proprietor (picture theatre), WW2 - Electoral Rolls: theatre manager (Rockhampton, 1930-1937); theatre proprietor (Rockhampton, 1943); soldier (Bulimba, 1943); theatre proprietor (Rockhampton, 1949); theatre manager (Rockhampton, 1958-1963); property owner (Rockhampton North, 1968-1977) - Relationships: cousin of Cecil Forde Hobler? ===''HODDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Hodder|Hodder, Clarence William]] [https://www.familysearch.org/tree/person/details/GXLK-ZRC] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Parkside, 1923); Receive Adelaide (Parkside, 1923); 5LY Adelaide (Parkside, 1934-1939, 1947; Bridgewater, 1948-1980) - Qualifications: cc; AOCP 1354, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: moulder (Parkside, SA, 1939-1943) ===''HODDINOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Hoddinott|Hoddinott, Francis William]] [https://www.familysearch.org/tree/person/details/9N4Q-3X7] - 1886(Vic)-1972(Qld) - Licences: Receive Brisbane (Eagle Junction, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Rockville Estate, Toowoomba, Qld, 1908; Toowoomba, Qld, 1912; Sandgate, Qld, 1919; Eagle Junction, Qld, 1921-1943; West End, 1949); retired (Tamborine Mountain, Qld, 1958-1963; Hendra, Qld, 1968) ===''HODGKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Charles Hodgkinson|Hodgkinson, Francis Charles]] [https://www.familysearch.org/tree/person/details/GDBM-J4S] - 1906(???)-1977(???) - Licences: Receive (Crystal) Ulverstone (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: jeweller's assistant (Ulverstone, 1928-1949); watchmaker (Ulverstone, 1954) ===''HODSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Hodson|Hodson, Victor]] [https://www.familysearch.org/tree/person/details/GXQ5-DV2] - 1890(SA)-1917(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 145, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified ===''HOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hoe|Hoe, Frederick]] [https://www.familysearch.org/tree/person/details/GS4Q-CSG] - 1886(Vic)-1976(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer; business proprietor (Fred Hoe and Sons) - Relationships: Father of 4FO Fred Hoe - Electoral Rolls: engineer (Fortitude Valley, Qld, 1913; Yeronga, Qld, 1916-1919); manager (Yeronga, Qld, 1921-1972) * [[/Fred Hoe|Hoe, Fred]] [https://www.familysearch.org/tree/person/details/G796-MWK] - 1913(Vic)-1984(Qld) - Licences: 4FO Brisbane (Yeronga, 1933-1939; Annerley, 1946-1954) - Qualifications: cc; AOLCP 53, 1931; AOCP 1188, 1933, Qld - amateur operator; amateur broadcaster; employment (Edgar V. Hudson); business proprietor (Fred Hoe and Sons) - Relationships: Son of Frederick Hoe - Electoral Rolls: radio engineer (Yeronga, Qld, 1936-1937); general manager (Annerley, Qld, 1949); business manager (Salisbury, Qld, 1954); manager (Buranda, Qld, 1954-1963; Burleigh Heads, Qld, 1968); company director (Holland Park West, Qld, 1972-1980) ===''HOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hogg|Hogg, Stanley]] [https://www.familysearch.org/tree/person/details/GXBD-TCR] - 1908(Eng)-1987(WA) - Licences: 6SG Harvey (1934-1939) - Qualifications: cc; AOCP 1382, 1934, WA; BOCP 142, 1938; 2COCP 240, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: milk tester (Harvey, WA, 1930-1937); radio operator (AAMS Wireless Station, Kalgoorlie, WA, 1943); engineer (Nedlands, WA, 1949); aircraft engineer (Kewdale, WA, 1954-1968; Belmont, WA, 1972); retired (Coodanup, WA, 1977; Mandurah, WA, 1980) ===''HOLLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Evan Holland|Holland, Albert John Evan]] [https://www.familysearch.org/tree/person/details/GZQW-VBH] - 1896(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; AOCP 12, 1924, No. 3 in Vic - amateur operator; amateur broadcaster - Relationships: brother of 3JH Frank Henry James Holland - Electoral Rolls: draftsman (Moonee Ponds, 1922-1925; Essendon, 1926); engineer (Essendon, 1928-1931; Camberwell, 1936-1954); nil (Nunawading, 1963) * [[/Frank Henry James Holland|Holland, Frank Henry James]] [https://www.familysearch.org/tree/person/details/GZQW-S1W] - 1899(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; CPRT 596, 1920 - amateur operator; amateur broadcaster - Comment: well placed in Trans-Pacific Tests 1923 despite inferior equipment - Relationships: brother of 3JH Albert John Evan Holland - Electoral Rolls: wireless instructor (Moonee Ponds, 1922-1925); boot repairer (Essendon, 1926-1928); labourer (North Essendon, 1931); boot repairer (Olinda, 1934-1943); postal clerk (Sandringham, 1949); clerk (Heidelberg, 1954-1968) * [[/Ronald Weymouth Holland|Holland, Ronald Weymouth "Ron"]] - 1914(???)-1983(Qld) - 4AQ Brisbane (Coorparoo, 1946-1980+), amateur operator (AOCP 2392, 1939, No. ?? in Qld) ===''HOLLOWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hart Holloway|Holloway, William Hart]] [https://www.familysearch.org/tree/person/details/GXQ5-HRT] - 1876(Eng)-1950(Tas) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 20, 1914; 1COCP 41, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: agent (Brunswick, Vic, 1909; Whitemark, Flinders Island, 1914-1919); wireless operator (Broome, 1918-1922); O.J.C. Radio (Camberwell, 1924-1926); radio officer (Thursday Island, 1928); officer-in-charge (Radio Station, Emita, Flinders Island, 1936-1937); farmer (Lady Barron, 1943-1949) ===''HOLST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Owen Holst|Holst, Arnold Owen]] [https://www.familysearch.org/tree/person/details/GZ6V-ZPD] - 1898(Vic)-1975(Vic) - Licences: XPH Melbourne (Caulfield, 1913-1914); 3OH Melbourne (Toorak, 1956-1975) - Qualifications: Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster (through brother Hector's station 3BY); electrician - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: sharebroker (Camberwell, 1922-1934; Toorak, 1935-1972) * [[/Hector James Holst|Holst, Hector James]] [https://www.familysearch.org/tree/person/details/GZ6V-X23] - 1903(Vic)-1954(Vic) - Licences: 3BY Receive Melbourne (Caulfield, 1922); 3BY Melbourne (Caulfield, 1923-1954) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: engineer (Caulfield, 1925-1954) * [[/Otto Holst|Holst, Otto]] [https://www.familysearch.org/tree/person/details/GZ6V-2M7] - 1906(Vic)-1967(Vic) - Licences: 3BY Melbourne (Caulfield, 1955-1967) - Qualifications: cc; AOCP 79, 1925, No. ?? in Vic - amateur operator; amateur broadcaster (through brother Hector's station 3BY) - took over 3BY callsign after passing of brother Hector James Holst in 1954 - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: radio engineer (Caulfield, 1928-1963) ===''HOLT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Molineux Holt|Holt, Bernard Molineux]] [https://www.familysearch.org/tree/person/details/LDQR-MJP] - 1883(NZ)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - president WIA WA; witness to Royal Commission 1927 (obo WIA WA) - Electoral Rolls: electrical engineer (Claremont, 1910-1914; Osborne, 1917-1954) ===''HOMBERG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. G. Homberg|Homberg, S. G.]] - 19??(???)-19??(???) - Licences: 3RG Melbourne (Malvern, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Morten Honnor|Honnor, John Morten]] [https://www.familysearch.org/tree/person/details/KCNV-ZM6] - 1900(SA)-1987(Vic) - Licences: 5AE Adelaide (Prospect, 1923-1931) - Qualifications: cc; AOCP 192, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Knoxville, SA, 1939-1941); RAAF (Ballarat, Vic, 1942); instructor (Hampton, 1949; Bentleigh, 1954-1980) ===''HOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Hamilton Hood|Hood, John George Hamilton]] [https://www.familysearch.org/tree/person/details/G772-RK8] - 1904(NSW)-1971(Vic) - 3BP Receive Melbourne (South Yarra, 1922); 3BP Melbourne (East St Kilda, 1923-1933; Toorak, 1937-1939) - Qualifications: cc; AOCP 182, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (East St Kilda, 1925-1931); draughtsman (Toorak, 1934-1937; Malvern, 1943-1967) ===''HOOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel George Alfred Hooke|Hooke, Lionel George Alfred]] [https://www.familysearch.org/tree/person/details/G8NK-KDV] - 1895(Vic)-1974(NSW) - Licences: 3M? Melbourne - Qualifications: CPRTelephony 529, 1920 - amateur operator, amateur broadcaster, early wireless experimenter, ship wireless operator (Aurora, 1914, support Shackleton's expedition), radio clubs (IRE Aust), business (AWA, senior management), honours (knighted, 1937) - Electoral Rolls: wireless (Brighton, Vic, 1921-1927); business manager (Neutral Bay, 1933); manager (Killara, NSW, 1936-1972) - [https://adb.anu.edu.au/biography/hooke-sir-lionel-george-alfred-10536 ADB] ===''HOOKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Theodore Hooker|Hooker, Walter Theodore]] [https://www.familysearch.org/tree/person/details/GD1W-QB5] - 1901(St Kitts)-1949(Tas) - Licences: 7JH Hobart (New Town, 1933-1939); 7JH Waddamanna (1946-1948) - Qualifications: cc; AOCP 1161, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart North, 1922); electrical engineer (New Town, 1928); electrician (New Town, 1936); engineer (Waddamanna, 1937-1943) ===''HOOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Wallbank Hooper|Hooper, Allan Wallbank]] [https://www.familysearch.org/tree/person/details/LB8M-VJG] - 1898(SA)-1960(NSW) - Licences: 4KR Willis Island (1933) - Qualifications: cc; CPRT 432, 1919; 2COCP 8, 1929; 1COCP 127, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: unemployed (Manly, NSW, 1949); telegraphist (Little Bay, NSW, 1949; Yarra Bay, NSW, 1954-1958) ===''HOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyndsay Arthur Hope|Hope, Lyndsay Arthur]] [https://www.familysearch.org/tree/person/details/LKYX-575] - 1906(Tas)-1997(Tas) - Licences: 7LA Launceston (1925-1927+) - Qualifications: cc; AOCP 188, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; broadcast engineer; WW2; gave up experimental callsign for use by his Class B licence, 7LA Launceston - Relationships: brother of 7RS Ronald Springfield Hope - Electoral Rolls: bank clerk (Launceston, 1928); bank officer (Ulverstone, 1936); accountant (Scottsdale, 1949; Bridport, 1954-1972) * [[/Ronald Springford Hope|Hope, Ronald Springford]] [https://www.familysearch.org/tree/person/details/LTCW-PDG] - 1909(Tas)-1985(NSW) - Licences: 7RS Launceston (1926-1927); 7RS Hobart (City, 1931; Sandy Bay, 1933+) - Qualifications: cc; AOCP 263, 1926, No. ?? in Tas; AOLCP 75, 1932; ROCP N1832, 1976 - amateur operator; amateur broadcaster; broadcast engineer (designed & constructed transmission systems for 7HO Hobart & 7UV Ulverstone); later employed by STC England - Relationships: brother of 7LA Lyndsay Arthur Hope - Electoral Rolls: broadcast engineer (Queensborough, Tas, 1936); not specified (Finchley, Eng, 1936-1938); engineer (Thornleigh, NSW, 1949-1954); company director (Beecroft, NSW, 1958-1980) ===''HOPKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alfred Hopkins|Hopkins, Edward Alfred]] [https://www.familysearch.org/tree/person/details/GM4D-3QJ] - 1902(Tas)-1992(NSW) - Licences: Receive Moonah (1923) - Qualifications: cc; 3COCP 4858, 1964 - amateur receiver - Electoral Rolls: electrician (Moonah, 1928); engineer (Milson's Point, 1936-1943); electrical engineer (Wollstonecraft, 1949-1954); engineer (Wollstonecraft, 1958-1980) ===''HORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin John Horan|Horan, Kevin John "Ken"]] [https://www.familysearch.org/tree/person/details/G8V9-FTZ] - 1912(SA)-2002(SA) - Licences: 5DQ Adelaide (Parkside, 1930-1931; Unley, 1933); 2AJU Broken Hill (1938-1939); 5DQ Adelaide (Flinders Park, 1947-1960; Grange, 1965-1969); 3ZD Melbourne (Glen Waverley, 1975); 5IT Adelaide (Fulham, 1980) - Qualifications: cc; AOCP 672, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Clovelly, NSW, 1943); manager (Glen Waverley, 1972-1977) ===''HORN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Horn|Horn, David]] [https://www.familysearch.org/tree/person/details/GS41-9K4] - 1909(Qld)-1962(Qld) - Licences: 4DN Tara (1937-1939) - Qualifications: cc; AOCP 2021, 1937, Qld; BOCP 578, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: medical practitioner (Somerset Dam, Qld, 1936-1937; Baralba, Qld, 1943); radio engineer (Toowoomba, Qld, 1949); medical practitioner (Toowoomba, Qld, 1954) * [[/Irvan James Horn|Horn, Irvan James or James Irwin]] [https://www.familysearch.org/tree/person/details/G8WF-GB6] - 1905(WA)-19??(???) - Licences: 6JH Perth (City, 1928, 1937-1939); 3HX Melbourne (South Melbourne, 1965) - Qualifications: cc; AOCP 427, 1928, No. ?? in WA; 2COCP 29, 1935; 1COCP, 127, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Perth, WA, 1936-1937); wireless officer (Subiaco, WA, 1943); electrical contractor (Subiaco, WA, 1949); contractor (Albert Park, Vic, 1949); electrical contractor (Albert Park, Vic, 1963); retired (West Perth, WA, 1977; Subiaco, WA, 1980) ===''HORROCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Samuel Blake Horrocks|Horrocks, George Samuel Blake]] [https://www.familysearch.org/tree/person/details/GF94-19M] - 1911(WA)-1966(Vic) - Licences: 6GS Harvey (1932-1939, 1947-1948); 6GS Wagin (1954-1955) - Qualifications: cc; AOCP 919, 1932, No. ?? in WA; BOCP 1154, 1950; TVOCP 61, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: engine driver (Harvey, WA, 1936-1949); radio technician (Mt Lawley, WA, 1954); technician (Bentleigh North, Vic, 1963) ===''HOSKEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Dryden Hosken|Hosken, Arthur John Dryden]] [https://www.familysearch.org/tree/person/details/L6KH-BX8] - 1889(Eng)-1966(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 727, 1922 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: seaman (Williamstown, 1914-1919); Amalgamated Wireless (Darwin, 1922) * [[/Stanley Victor Hosken|Hosken, Stanley Victor]] [https://www.familysearch.org/tree/person/details/9HWQ-MGG] - 1894(Vic)-1971(Vic) - Licences: 3MP Receive Melbourne (Hawthorn, 1923); 3MP Melbourne (Hawthorn, 1923-1924; Surrey Hills, 1925-1933; Broadmeadows, 1934-1939; St Albans, 1946-1955; Hawthorn, 1956-1965; Mitcham, 1969) - Qualifications: cc; AOCP 6, 1924, No. 2 in Vic - amateur operator; amateur broadcaster; broadcast engineer (3AR, 3LO) - Electoral Rolls: civil servant (Hawthorn, 1919-1924); electrical engineer (Surrey Hills, Vic, 1925-1931); senior mechanic PMGD (3AR station, Broadmeadows, 1936-1937); civil servant (3AR Station, St Albans, 1942-1954); nil (Hawthorn, 1963-1967; Mitcham, 1968) ===''HOSKING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Piere Hosking|Hosking, Aubrey Piere]] [https://www.familysearch.org/tree/person/details/GDYV-D7R] - 1891(South Africa)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 376, 1918; 1COCP 117, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIT Townsville (1917-1918) - Electoral Rolls: wireless operator (Townsville, 1919); telegraphist (South Yarra, Vic, 1921-1922); radio telegraphist (Canterbury, Vic, 1924); sales manager (Canterbury, Vic, 1925-1926; Balwyn, Vic, 1928; Lindfield, NSW, 1930-1963) ===''HOSKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stark Hoskins|Hoskins, John Stark]] [https://www.familysearch.org/tree/person/details/G61K-FZ3] - 1891(NZ)-1987(Eng) - Licences: Nil yet identified - Qualifications: cc; CPRT 147, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: business manager (Claremont, WA, 1929) ===''HOWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Earl Stephen Howard|Howard, Earl Stephen]] [https://www.familysearch.org/tree/person/details/GQMV-XQL] - 1895(Tas)-1938(Vic) - Licences: 7ET Hobart (Moonah, 1928-1931) - Qualifications: cc; AOCP 470, 1928, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: clerk (Hobart, 1919-1922; Moonah, 1928-1936) ===''HOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Maxwell Howden|Howden, John Maxwell]] [https://www.familysearch.org/tree/person/details/GH2L-7LN] - 1929(Vic)-2017(Vic) - Licences: 3ZCH Melbourne (Burwood, 1956; Box Hill 1960-1975); 3BQX Melbourne (Box Hill, 1980+) - Qualifications: AOLCP 187, 1956; AOCP V610, 1979 - amateur operator - Relationships: son of 3BQ Walter Francis Maxwell Howden - Electoral Rolls: * [[/Walter Francis Maxwell Howden|Howden, Walter Francis Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/G43K-1TC] - 1899(Vic)-1980(Vic) - Licences: No 19 Receive Melbourne (Box Hill, 1920); V140 Receive Melbourne (Box Hill, 1921); 3BQ Receive Melbourne (Box Hill, 1922); 3BQ Melbourne (Box Hill, 1923-1927; Canterbury, 1928-1939 & 1946-1975+); 3ABQ Melbourne (portable, "Canterbury", 1947-1956) - Qualifications: AOCP 114, 1925, No. ?? in Vic - amateur operator, amateur broadcaster, first to QSO USA; first to QSO England, first on telegraphy, then telephony; journalist (Listener In); Bright Star Crystals 1930s-1950s; QSLs: substantial portion of QSL collection survives at NFSA (1800+) - Relationships: father of 3ZCH/3BQX John Maxwell Howden - Electoral Rolls: student (Box Hill, 1924-1927); wireless engineer (Ringwood, 1928); engineer (Camberwell, 1931-1954) - Links: [http://messui.polygonal-moogle.com/valves/NW199611.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199612.pdf EA2] ===''HOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph Howe|Howe, John Joseph]] [https://www.familysearch.org/tree/person/details/LD83-QNG] - 1886(Irl)-1949(Tas) - Licences: Nil yet identified - Qualifications: cc; CPRT 117, 1915; 1COCP 15, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918) - Electoral Rolls: radio telegraphist (Cooktown, 1916-1917); wireless operator (Pinkenba, Qld, 1919; Moonah, Tas, 1922; New Town, Tas, 1928-1943) * [[/Raymond Raine Howe|Howe, Raymond Raine "Ray"]] [https://www.familysearch.org/tree/person/details/GXHH-KJN] - 1919(Qld)-1984(NSW) - Licences: 4RH Bundaberg (1936-1939); 2ARH Sydney (Vaucluse, 1946-1955; Epping, 1956-1960); 3YH Melbourne (Mt Waverley, 1965-1969) - Qualifications: AOCP 1812, 1936, No. ?? in Qld; 3AIR 1009, 1947 - amateur operator; amateur broadcaster; broadcast engineer (4BU); military (RAAF, career, Wing-Commander) - Electoral Rolls: Wireless Operator (Richmond, NSW, 1943); RAAF (Vaucluse, NSW, 1949); RAAF officer (Campbell, ACT, 1963); RAAF (Syndal, Vic, 1967); RAAF officer (Dickson, ACT, 1972-1977); retired (Narrawallee, NSW, 1980) ===''HOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Montague Howlett|Howlett, Arthur Montague]] [https://www.familysearch.org/tree/person/details/GZPZ-NWZ] - 1882(Eng)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 130, 1915; 2COCP 253, 1930 - RANRS (Warrant Telegraphist, 1918) - Electoral Rolls: radio engineer operator (Esperance, 1916); warrant officer R.A.N.R.S. (Thursday Island, 1919); radio telegraphist (Rockhampton, 1925-1931; Clayfield, Qld, 1936); wireless operator (Clayfield, 1943-1954); retired (Clayfield, Qld, 1958) ===''HUBSHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lassalle Paul Hubsher|Hubscher or Hubsher, Lassalle Paul "Paul"]] [https://www.familysearch.org/tree/person/details/GXWF-8DP] - 1913(Qld)-1971(Qld) - Licences: 4UL Brisbane (Bulimba, 1936-1939; Annerley, 1946-1969+) - Qualifications: cc; AOCP 1578, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor); part of the "U" gang; Evans Deakin engineering - Electoral Rolls: fitter & turner (Valley, Qld, 1936-1937); draftsman (Annerley, 1943-1968) ===''HUDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Henry Hudson|Hudson, William Henry]] [https://www.familysearch.org/tree/person/details/K4BR-1P4] - 1895(NSW)-1972(NSW) - Licences: XBO Sydney (Dulwich Hill, 1913-1914); 2PO Receive Sydney (Marrickville, 1923); 2AR Sydney (Dulwich Hill, 1922-1969) - Qualifications: cc; AOCP 18, 1924, No. 8 in NSW - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: bootmaker (Dulwich Hill, 1930-1963) - Comment: beware, several contemporaneous WHHs ===''HUEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Meredyth Huey|Huey, Richard Meredyth]] [https://www.familysearch.org/tree/person/details/G8WP-Y1Z] - 1913(NSW)-1995(NSW) - Licences: 2HU Sydney (Chatswood, 1928-1931; Cronulla, 1933-1937); 3UE Melbourne (Hawthorn East, 1938-1939); 2AHU Sydney (Sylvania, 1980) - Qualifications: AOCP 437, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Cronulla, 1935-1937); army officer (Melbourne, 1943); engineer (West Pennant Hills, 1949; Pennant Hills, 1954; Edgecliff, 1958-1963; Sylvania, 1977-1980); retired (Mittagong, 1980) ===''HUGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Roy Huggins|Huggins, David Roy]] [https://www.familysearch.org/tree/person/details/GDW3-LXL] - 1892(NSW)-1976(NSW) - Licences: 2ZW Sydney (Neutral Bay, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: organ builder (Petersham, 1913); piano maker (Neutral Bay, 1930-1968); builder (Cremorne, 1972) ===''HUGHES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Alan Hughes|Hughes, Clive Alan]] [https://www.familysearch.org/tree/person/details/G8MV-3XQ] - 1900(Vic)-1966(Vic) - Licences: 3CA Ararat (1927); 3CA Melbourne (Williamstown, 1931-1939, 1946-1965) - Qualifications: AOCP 343, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Williamstown, 1924-1928); schoolmaster (Williamstown, 1936-1963) * [[/George Herbert Hughes|Hughes, George Herbert]] [https://www.familysearch.org/tree/person/details/GXZT-4JB] - 1909(Qld)-1997(Qld) - Licences: 4HU Brisbane (Windsor, 1937-1939; Annerley, 1947-1954) - Qualifications: cc; AOCP 1929, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: store keeper (Windsor, Qld, 1934-1937); branch manager (Annerley, Qld, 1943-1958); technician (Tarragindi, Qld, 1963-1980) ===''HUGO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald William Stuart Hugo|Hugo, Ronald William Stuart or Stewart (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GFMZ-CLZ] - 1910(WA)-1978(WA) - Licences: 6KW Perth (Subiaco, 1938-1939, 1947-1960; Floreat Park, 1965-1975) - Qualifications: cc; AOCP 2081, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Subiaco, WA, 1931-1934); salesman (Subiaco, WA, 1936-1963); manager (Floreat Park, WA, 1968-1977) ===''HULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Galbraith Hull|Hull, Allan Galbraith "Braith"]] [https://www.familysearch.org/tree/person/details/GWQD-PTY] - 1905(Vic)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - journalist (Wireless Weekly, editor; Radio and Hobbies, editor 1939; Australasian Radio World, editor 1940-1950) - Relationships: brother of William Howard Hull & 3JU Ross Amos Hull - Electoral Rolls: sales (St Kilda, Vic, 1926-1927); radio engineer (Darlinghurst, 1931); journalist (Northbridge, NSW, 1934; Bondi, NSW, 1935-1936); engineer (Rose Bay, 1937); manager (Malvern, 1942); journalist (Mornington, 1949); publisher (Sandringham, 1954); printer (Oakleigh, 1958-1963; Chadstone, 1967-1968; Glen Iris, 1972; Mt Waverley, 1977-1980) * [[/Frederick Atherley Hull|Hull, Frederick Atherley]] [https://www.familysearch.org/tree/person/details/GZ5M-MT9] - 1906(NZL)-1997(WA) - Licences: 6FH Pingrup (1930-1931); 6FH Port Hedland (1937-1939, 1946-1956); 6FH Perth (Claremont, 1960-1975; Nedlands, 1980+) - Qualifications: cc; CRPT 1139, 1929; 2COCP 271, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Perth, 1929); radio operator (Port Hedland, 1937-1954); unemployed (Claremont, 1958); technical officer (Claremont, 1963-1972; Nedlands, 1977-1980) - Relationships: brother of 6RH Raymond Alfred Hull * [[/George Maxwell Hull|Hull, George Maxwell]] [https://www.familysearch.org/tree/person/details/L6LQ-S44] - 1916(Vic)-1987(Vic) - Licences: 3ZS Melbourne (Canterbury, 1946-1980+) - Qualifications: cc; AOCP 2307, 1939, Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Canterbury, 1943); proprietor (Canterbury, 1949-1980) * [[/Raymond Alfred Hull|Hull, Raymond Alfred]] [https://www.familysearch.org/tree/person/details/GZP1-BSL] - 1908(NZ)-1967(WA) - Licences: 6RH Pingrup (1929-1931); 6RH Perth (Wembley, 1937; Mt Hawthorn, 1939) - Qualifications: cc; AOCP 558, 1929, No. ?? in WA; 2COCP 590, 1942 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, 1934); traveller (Subiaco, 1949); sales director (Victoria Park, 1958-1963) - Relationships: brother of 6FH Frederick Atherley Hull * [[/Ross Amos Hull|Hull, Ross Amos]] [https://www.familysearch.org/tree/person/details/GWQD-P5W] - 1902(Vic)-1938(USA) - Licences: 3JU Melbourne (St Kilda, 1922-1925) - Qualifications: Nil yet identified - amateur broadcaster; radio clubs (WIA Vic Kew, president, 1923); journalist (Wireless Weekly, technical editor; QST, technical editor) - Relationships: brother of William Howard Hull & Allan Galbraith Hull - Electoral Rolls: draftsman (St Kilda, 1924-1925) - Comment: Gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW198902.pdf EA] * [[/William Howard Hull|Hull, William Howard]] [https://www.familysearch.org/tree/person/details/G7WJ-723] - 1891(Tas)-1955(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Relationships: brother of 3JU Ross Amos Hull & Allan Galbraith Hull - Electoral Rolls: electrical engineer (Cobungra, 1914-1915); engineer (Armadale, 1921; Brighton, 1922-1931; Caulfield, 1934-1949); retired (Beaconsfield Upper, 1954) ===''HUME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest James Hume|Hume, Ernest James]] [https://www.familysearch.org/tree/person/details/GZYR-TZM] - 1869(Vic)-1929(SA) - Licences: Nil - Qualifications: AOCP ??, 19??, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: - Relationships: wife of Stella Leonora Harriet Hume nee Jeremy; son of James Hill Hume, father of Ernest Jeremy Hume * [[/Ernest Jeremy Hume|Hume, Ernest Jeremy]] [https://www.familysearch.org/tree/person/details/GZYT-727] - 1906(SA)-1988(Vic) - Licences: Nil - Qualifications: Nil - chief engineer 5DN - Electoral Rolls: engineer (North Unley, 1939-1941; Oakleigh, Vic, 1949-1963; Carnegie, 1968-1977) - Relationships: grandson of James Hill Hume, son of Ernest James Hume and Stella Leonora Harriet Hume nee Jeremy * [[/Geoffrey Vincent Hume|Hume, Geoffrey Vincent]] [https://www.familysearch.org/tree/person/details/GQCL-NM1] - 1909(NSW)-1998(NSW) - Licences: 2GV Sydney (Cremorne, 1927-1930); 2AMD Sydney (Mosman, 1939) - Qualifications: AOCP 365, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio technician (Neutral Bay, 1930-1936; Mosman, 1937); RAAF (Ballarat, 1942); clerk (Turramurra, 1949); technical assistant (Pymble, 1954-1980) * [[/James Hill Hume|Hume, James Hill]] [https://www.familysearch.org/tree/person/details/GZYT-SLD] - 1822(??)-1887(Vic) - Licences: Nil - Qualifications: Nil - alleged very early wireless experimenter - Electoral Rolls: - Relationships: father of Ernest James Hume; father-in-law of Stella Leonora Harriet Hume nee Jeremy; grandfather of Ernest Jeremy Hume * [[/Stella Leonora Harriet Jeremy|Hume nee Jeremy, Stella Leonora Harriet]] [https://www.familysearch.org/tree/person/details/GZYT-33D] - 1882(Vic)-1953(NSW) - Licences: Nil - Qualifications: Nil - radio announcer (early 5DN) - Electoral Rolls: - Relationships: wife of Ernest James Hume; daughter-in-law of James Hill Hume; mother of Ernest Jeremy Hume ===''HUMPHRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] - See Innis Jane Lovett Spotswood 4JH * [[/Jack Lawrence Humphry|Humphry, Jack Lawrence]] [https://www.familysearch.org/tree/person/details/M7P4-M7M] - 1889(Qld)-1953(Qld) - Licences: 4JK Poopoonbah via Giru (1934-1939) - Qualifications: cc; AOCP 1349, 1934, Qld - amateur operator; amateur broadcaster; WW1 - Relationships: Husband of 4JH Innis Jane Lovett Humphry nee Spotswood - Electoral Rolls: farmer (Hodel, Ayr, Qld, 1912-1937; Poopoonbah, 1949-1954) ===''HUNT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Alexander Hunt|Hunt, Joseph Alexander]] [https://www.familysearch.org/tree/person/details/GFM1-9MM] - 1912(WA)-2002(WA) - Licences: 6JA Perth (Maylands, 1938-1939); 6JD Perth (Rockingham, 1960) - Qualifications: cc; AOCP 2112, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1936; Maylands, WA, 1937-1949); retired (Rockingham, WA, 1972) ===''HUPPATZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Huppatz|Huppatz, William George]] [https://www.familysearch.org/tree/person/details/MWTP-DF5] - 1900(Vic)-1970(SA) - Licences: 5GW Cowandilla (1931-1933); 5GW Naracoorte (1937-1939) - Qualifications: cc; AOCP 801, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Naracoorte, SA, 1939); engineer (Cowandilla, 1941-1943) ===''HURLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Hurll|Hurll, Norman James]] [https://www.familysearch.org/tree/person/details/GZXC-BFF] - 1904(NSW)-2003(Qld, 98yo) - Licences: 2BC Sydney (Killara, 1924-1930); 4NJ Tallebudgera Creek (1931-1935); 2HJ Sydney (Killara, 1935-1937; Roseville, 1938-1939); 2IN?/2DKH Sydney (1980+) - Qualifications: cc; AOCP 96, 1925, No. ?? in NSW - amateur operator, amateur broadcaster, military (WW2, CMF, CINT), business proprietor (Gas Light Engineering) - Electoral Rolls: engineer (Killara, 1930); merchant (Killara, 1936-1937); soldier (Strathfield, 1943); company manager (Burwood, 1949-1963); Managing Director (Killara, 1968); Director (Killara, 1972-1980) ===''HURRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Bruce Hurry|Hurry, Ronald Bruce]] [https://www.familysearch.org/tree/person/details/G8V2-G1C] - 1911(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 693, 1930, No. ?? in ?? - amateur operator?, amateur broadcaster?, electrical engineer, teacher - Electoral Rolls: Nil yet identified ===''HUSBAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Errol Husband|Husband, Norman Errol]] [https://www.familysearch.org/tree/person/details/L6F7-N7B] - 1893(Qld)-1961(NSW) - Licences: XABY Sydney (North Sydney, 1913-1914); 4CV Receive Charters Towers (1923); 4CV Charters Towers (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: motor engineer (Charters Towers, 1917-1922; Mackay, 1925-1937); engineer (Darlinghurst, 1949-1958) ===''HUTCHINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Thomas Edwards Hutchings|Hutchings, Allan Thomas Edwards]] [https://www.familysearch.org/tree/person/details/M7GB-2TM] - 1903(Vic)-1973(Vic) - Licences: 3HL Receive Callawadda (1922-1923); 3HL Callawadda (1924-1969) - Qualifications: cc; AOCP 65, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: son of 3HM Elizabeth Lilian Hutchings nee Edwards; brother of 3HQ Marjorie Lilian Williamson nee Hutchings - Electoral Rolls: farmer (Callawadda, 1927-1972) * [[/Elizabeth Lilian Edwards| Hutchings nee Edwards, Elizabeth Lilian]] [https://www.familysearch.org/tree/person/details/M7GB-25T] - 1877(Vic)-1943(Vic) - Licences: 3HM Callawadda (1932-1939) - Qualifications: cc; AOCP 509, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1926-1942) - Relationships: mother of 3HL Allan Thomas Edwards Hutchings and 3HQ Marjorie Lilian Williamson nee Hutchings - First woman in Australia to hold an amateur licence under the AOCP regime - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1925-1942) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Marjorie Lilian Hutchings|Williamson nee Hutchings, Marjorie Lilian]] [https://www.familysearch.org/tree/person/details/LB52-GSC] - 1912(Vic)-1988(Vic) - Licences: 3HQ Callawadda (1932-1939; 1946-1948); 3HQ Melbourne (Bentleigh, 1954-1980+) - Qualifications: cc; AOCP 1030, 1932, No. ?? in Vic - amateur operator, amateur broadcaster - Relationships: daughter of 3HM Elizabeth Lillian Hutchings nee Edwards; sister of 3HL Allan Thomas Edwards Hutchings - Electoral Rolls: home duties (Callawadda, 1934-1937); nurse (Alfred Hospital, Prahran, 1943); home duties (Callawadda, 1949; Bentleigh, 1949-1968) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''HUTCHINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Elwood Hutchinson|Hutchinson, Charles Elwood]] [https://www.familysearch.org/tree/person/details/G612-S6J] - 1894(Vic)-1942(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 728, 1922; 2COCP 278, 1930; 1COCP 307, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Esperance, 1919); radio telegraphist (Darwin, NT, 1922); telegraphist (Esperance, 1925-1931); radio telegraphist (Broome, WA, 1936-1937; Alberton, SA, 1939; Yatala, SA, 1941) * [[/John Victor Thomas Hutchison|Hutchison, John Victor Thomas]] [https://www.familysearch.org/tree/person/details/G89S-PY2] - 1907(NZ)-1975(NSW) - Licences: 2JH Sydney (Kirribilli, 1927-1937; West Ryde, 1938-1939; Croydon, 1946-1955; Bardwell Park, 1956-1965; Castle Cove, 1969-1975) - Qualifications: AOCP 374, 1927, No. ?? in NSW; CPRTelephony 1010, 1928 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Milson's Point, 1930-1937); laboratory assistant (Croydon, 1943-1949); radio technician (Bardwell Park, 1958-1968) ===''HUTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Hutson|Hutson, James William]] [https://www.familysearch.org/tree/person/details/G8N9-Z6J] - 1912(Vic)-1931(Vic) - Licences: 3JH Echuca (1930-1931) - Qualifications: AOCP 635, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon ===''HUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Hutton|Hutton, David]] [https://www.familysearch.org/tree/person/details/G8ZT-JXG] - 1912(Sct)-2003(NSW) - Licences: 2DH Abermain (1929-1934) - Qualifications: AOCP 551, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abermain, 1934-1963; Klworth, 1972-1977); retired (Klworth, 1980) ===''HYLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Philip Hyland|Hyland, Leonard Philip]] [https://www.familysearch.org/tree/person/details/K8N6-XLK] - 1903(Tas)-1942(Tas) - Licences: 7LP Hobart (City, 1936-1939) - Qualifications: cc; AOCP 1791, 1936, No. ?? in Tas; BOCP 271, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Hobart Central, 1928) - Comment: Passed on Duty; Gone too soon - Links: [https://www.themercury.com.au/news/tasmania/tasmania-fire-service-chief-chris-arnol-urges-everyone-to-reflect-on-the-selflessness-of-firefighters-in-the-pursuit-of-public-safety/news-story/59c6315bbf383ef9bb4e270d60cd9296 Mercury] =='''I'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''IKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William George Ikin|Ikin, William George]] [https://www.familysearch.org/tree/person/details/LWFZ-C37] - 1887(NSW)-1974(Vic) - Licences: 4SM Townsville (1925-1926); 4SM Brisbane (New Farm, 1927) - Qualifications: cc; AOCP 201, 1925, No. 18 in Qld - amateur operator; amateur broadcaster (dealer licence); WW1 - Electoral Rolls: mechanical engineer (Gladstone, 1913); engineer & electrician (Barcaldine, 1914); manager (Strand Motors, Townsville, 1925); motor mechanic (Mt Garnet, 1937-1949; Cardwell, 1949); farmer (Mareeba, 1954-1972) ===''INGLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Stanley Inglis|Inglis, Kenneth Stanley]] - 1929(Vic)-2017(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - historian (ABC); "This is the ABC"; "Whose ABC?" - Electoral Rolls: - Links: [[w:Ken Inglis|Wikipedia]] [https://www.tandfonline.com/doi/full/10.1080/1031461X.2018.1493961 Obit] ===''IRELAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Keith Ireland|Ireland, Leslie Keith "Keith"]] [https://www.familysearch.org/tree/person/details/LRMD-BPV] - 1908(SA)-1942(SA) - Licences: 5KR Mt Gambier (1933-1939) - Qualifications: cc; CPRT 950, 1927; AOLCP 60, 1932 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: radio dealer (Mt Gambier, SA, 1939-1941) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/633509 VWMA]; [https://www.awm.gov.au/collection/R1721431 AWM]; [https://aviationmuseumwa.org.au/afcraaf-roll/ireland-leslie-keith-47849/ AHM] ===''IRESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melville Charles Gladstone Ireson|Ireson, Melville Charles Gladstone]] [https://www.familysearch.org/tree/person/details/GMZT-ML6] - 1898(Vic)-1955(Vic) - Licences: 3ZY Kyneton (1931-1933); 3AIR Kyneton (1947-1955) - Qualifications: cc; AOCP 305, 1926, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Maldon, 1919); telegraphist (Ballarat, 1925); postal employee (Kyneton, 1931-1954) ===''IRVINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Irvine|Irvine, William]] - 1907(???)-19??(???) - Licences: 4IR Brisbane (Mitchelton, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1987, 1937, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous WIs - Electoral Rolls: Nil yet identified ===''IRVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Lawson Irving|Irving, Cyril Lawson]] [https://www.familysearch.org/tree/person/details/GXZT-65R] - 1912(Qld)-1992(Qld) - Licences: 4WL Brisbane (Annerley, 1933-1939) - Qualifications: cc; AOCP 1199, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Coorparoo, Qld, 1943-1980) ===''ISLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Clifford Isles|Isles, James William Clifford "Clifford"]] [https://www.familysearch.org/tree/person/details/LBVH-RV1] - 1894(Qld)-1967(Qld) - Licences: 4CC Receive Brisbane (Ascot, 1922); 4CC Brisbane (Ascot, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club member (QWI); business proprietor (Isles Love & Co, Allan & Stark); WW1 - Electoral Rolls: clerk (Hamilton, 1915-1937); manager (Hamilton, 1943-1958); director (Hamilton, 1963) ===''ISRAEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Samuel Israel|Israel, Morris Samuel]] [https://www.familysearch.org/tree/person/details/GZQ4-CBC] - 1896(Vic)-1965(Vic) - Licences: XMU Melbourne (St Kilda, 1913); 3ZN Melbourne (St Kilda, 1923-1924; Malvern, 1925-1926; Burwood, 1927); 3ZN Geelong, 1931-1933; 3ZN Melbourne (Burwood, 1937-1939, 1946-1955) - Qualifications: cc; AOCP 13, 1924, No. ?? in Vic; AOLCP 35, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcasting executive; WW2 - Electoral Rolls: soldier (St Kilda, 1919-1924); radio mechanic (Burwood, 1926-1928); broadcasting engineer (Geelong, 1931); engineer (Geelong North, 1936; Camberwell, 1937-1963); ===''IVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil Albert Ives|Ives, Cecil Albert]] [https://www.familysearch.org/tree/person/details/GZLJ-848] - 1916(SA)-1942(Vic) - Licences: 5AF Adelaide (Glenelg, 1935-1939) - Qualifications: cc; AOCP 1451, 1935, SA - amateur operator, amateur broadcaster; WW2 - Electoral Rolls: commercial artist (Glenelg, 1939-1943) - Sacrifice: "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/ives-cecil-albert-300407/] =='''J'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''JACKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil Jackson|Jackson, Alfred Cecil "Alf"]] [https://www.familysearch.org/tree/person/details/LDLP-F65] - 1900(NSW)-1972(NSW) - Licences: 4AJ Brisbane (Fairfield, 1931); 2BO Bangalow (1933) - Qualifications: cc; CPRT 620, 1921; 1COCP 67, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG, Brisbane Cmcls); state public servant (4QG) - Electoral Rolls: radio engineer (Fairfield, Qld, 1928-1931); farmer (Possum Creek, NSW, 1934-1937); mechanic (Fairfield, Qld, 1943-1954); farmer (O'Possum Creek via Bangalow, NSW, 1958-1963) * [[/Alfred George Jackson|Jackson, Alfred George]] [https://www.familysearch.org/tree/person/details/LY5P-2X1] - 1864(Eng)-1935(Qld) - Licences: 4DG Receive Brisbane (Wynnum, Qld, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; radio clubs (WIQ, QWI, WIAQ); electrical engineer - Relationships: father of Arthur Appleton Jackson - Electoral Rolls: electrical engineer (South Brisbane, Qld, 1903-1913); electrician (Wynnum, Qld, 1914-1934) * [[/Arthur Appleton Jackson|Jackson, Arthur Appleton]] [https://www.familysearch.org/tree/person/details/LY55-M8F] - 1891(Qld)-1985(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster; radio clubs (QWI, WIAQ); electrical engineer; business proprietor; Relationships: son of Alfred George Jackson - Electoral Rolls: electrical engineer (Wynnum, Qld, 1913-1914; Morningside, Qld, 1915-1919; Wynnum, Qld, 1919; South Brisbane, Qld, 1921-1968); retired (Hill End, Qld, 1972; Highgate Hill, Qld, 1977; Hopetoun Home, Oxley, Qld, 1980) * [[/James William Jackson|Jackson, James William "Jim"]] [https://www.familysearch.org/tree/person/details/G7FH-JCW] - 1916(Qld)-2011(Qld) - Licences: 4CN Brisbane (Cribb Island, 1938-1939; 1946-1969; Lawnton, 1975-1980) - Qualifications: cc; AOCP 2096, 1938, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); military (WW2,Northern Command Signals); farmer/electrician/radio & TV serviceman - Electoral Rolls: farmer (Cribb Island, Qld, 1937-1968); rubber worker (Lawnton, Qld 1972-1980) * [[/Thomas William Jackson|Jackson, Thomas William]] - 1830(Eng)-1918(Vic) - Deputy Postmaster-General Victoria ca 1880, clubs & societies (Telegraph Electrical Society Vic, member, ca 1880) ===''JAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Russell James|James, Brian Russell]] [https://www.familysearch.org/tree/person/details/GZLV-GXV] - 1920(SA)-1944(Europe) - Licences: 5BL Adelaide (1939) - Qualifications: AOCP 2293, 1939, SA - amateur operator, amateur broadcaster, WW2 (RAAF, 76 Squadron RAF, Flying Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://highgate-rsl.org.au/afcraaf-roll/james-brian-russell-417490/] * [[/Hector Keith James|James, Hector Keith]] [https://www.familysearch.org/tree/person/details/GZV7-WVL] - 1905(NSW)-1966(NSW) - Licences: 2XA Receive Sydney (Summer Hill, 1923); 2XA Sydney (Summer Hill, 1924-1933; Ashfield, 1934; Double Bay, 1935-1936; Coogee, 1937-1938; Woollahra, 1939; Summer Hill, 1948-1961) - Qualifications: cc; AOCP 183, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Summer Hill, 1930-1933), engineer (Edgecliff, 1936; Ashfield, 1949; Summer Hill, 1943-1963) * [[/Herbert Ronald James|James, Herbert Ronald]] [https://www.familysearch.org/tree/person/details/GDRD-1SM] - 1904(Vic)-1982(Vic) - Licences: 3LH Birchip (1931-1933); 3LH Drouin (1938-1939); 7LH Western Junction (1947); 7LH Launceston (1948); 3AJJ Melbourne (Deepdene, 1954); 3AJJ Lubeck (1955-1956); 3AJJ Braeside (1960); 3AJJ Rupanyup (1965-1969); 3AJJ Nowa Nowa (1975-1980) - Qualifications: cc; AOCP 813, 1931, Vic; BOCP 17, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Merbein, 1925); fitter & turner (Merbein, 1928-1931); radio engineer (Merbein, 1936); technician (Western Junction, Tas, 1949); radio engineer (Deepdene, 1954); technician (Rupanyup, 1963-1968); retired (Nowa Nowa, 1972-1980) * [[/R. James|James, R.]] - 19??(???)-19??(???) - Licences: XZE via Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified * [[/Thomas Reynolds James|James, Thomas Reynolds]] - 19??(???)-19??(???) - employment (Vic Posts & Telegraphs, worked on original Melbourne-Williamstown telegraph line 1854, later in charge of Melbourne Telegraph Office, but transferred to inspectorial work in 1879 due to disorganisation, reinstated in 1880) ===''JAMIESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Jamieson|Jamieson, Charles William]] [https://www.familysearch.org/tree/person/details/L4SY-YNQ] - 1896(Vic)-1971(Vic) - Licences: XJW Melbourne (St Kilda, 1913-1914); 3CJ Melbourne (East St Kilda, 1924-1926); 3XX Melbourne (East Malvern, 1954-1975) - Qualifications: cc; BOCP 130, 1937 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: engineer (St Kilda, 1921-1925); mechanic (Malvern, 1926-1968) * [[/John Edward Jamieson|Jamieson, John Edward]] [https://www.familysearch.org/tree/person/details/G8VS-M43] - 1910(WA)-1957(WA) - Licences: 6LA Perth (Beaconsfield, 1930-1933); 6LA Kalgoorlie (1938-1939) - Qualifications: cc; AOCP 673, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio salesman (Kalgoorlie, 1936-1937); salesman (Kalgoorlie, 1943); radio engineer (Kalgoorlie, 1949-1954) ===''JANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Harold Jansen|Jansen, Claud or Claude Harold]] [https://www.familysearch.org/tree/person/details/GDGS-9TN] - 1890(NSW)-1968(NSW) - Licences: V751 Receive Yarrawonga (1922); 3GW Receive Yarrawonga (1922)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: printer (Yarrawonga, 1913-1922); linotype engineer (Yarrawonga, 1924-1931); printer (Shepparton, 1934-1937); linotype operator (Albury, 1937-1949); engineer (Albury, 1954-1968) ===''JARDINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Jardine|Jardine, William Ronald]] [https://www.familysearch.org/tree/person/details/G8ZC-T63] - 1911(Vic)-1983(Vic) - Licences: 3PR Melbourne (Essendon, 1929-1933); 3PR Leongatha (1937-1939, 1946-1980+) - Qualifications: AOCP 533, 1929, No. ?? in Vic; AOLCP 108, 1933 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farm labourer (Craigieburn, 1934); dairy farmer (Leongatha, 1937-1954); salesman (Leongatha, 1963-1980) ===''JARMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Arthur Jarman|Jarman, Oswald Arthur]] [https://www.familysearch.org/tree/person/details/G612-K6Y] - 1894(SA)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 162, 1915; 1COCP 37, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Broome, WA, 1921-1922); telegraphist (Applecross, WA, 1925; Surrey Hills, Vic, 1928); supervisor (Bentley, Vic, 1931-1954) ===''JARVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jack Edwin Jarvis|Jarvis, Vincent Jack Edwin "Victor", "Vic"]] [https://www.familysearch.org/tree/person/details/GZ2K-6FP] - 1912(WA)-1941(Libya) - licences: 2VJ Orange (1930-1933), 2VJ Dubbo (1934), 2VJ Wellington (1935-1936), 2VJ Bathurst (1937), 2VJ Griffith (1938-1939) - qualifications: AOCP 695, 1930, No. ?? in NSW; BOCP 46, 1936 - amateur operator, amateur broadcaster (2VJ Wellington), broadcast engineer (2BS, 2RG), WW2 (RAAF, Rathmines Flying Boats Base, Palestine, Egypt, Libya) - electoral rolls: radio mechanic (Wellington, 1936), radio engineer (Bathurst, 1937), wireless operator (Rathmines, 1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/633817] ===''JEFFRYES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Harry Jeffryes|Jeffryes, Sydney Harry]] - 1884(Qld)-19??(???) - X?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), ship's wireless operator, member of the Australasian Antarctic Expedition 1911-1914 ===''JEFFS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jeffs|Jeffs, Vincent]] [https://www.familysearch.org/tree/person/details/GX4T-4M8] - 1912?(???)-1970(Qld) - Licences: 4VJ Brisbane (Taringa, 1931-1933; City, 1934-1939, 1946; Gordon Park, 1948-1969) - Qualifications: cc; AOCP 753, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio cub (WIAQ, life member, lecturer, code instructor, field days, JOTA, conventions, operator 4WI); business proprietor (Jeffs Radio) - Electoral Rolls: salesman (Taringa, Qld, 1934; New Farm, Qld, 1936-1937; Taringa, Qld, 1937); radio manufacturer (New Farm, Qld, 1943); salesman (Taringa, Qld, 1949); businessman (Gordon Park, Qld, 1958-1968) ===''JENNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Jenner|Jenner, John Henry]] [https://www.familysearch.org/tree/person/details/K2Y9-64Z] - 1877(Eng)-1961(NSW) - Licences: 7BM Receive Premaydena (1923); Receive Premaydena (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 2ABM John Ingoldsby Jenner - Electoral Rolls: law clerk (Lindisfarne, 1914); orchardist (Koonya, 1919-1928); Xray technician (Double Bay, NSW, 1930; Bondi, 1933-1935) * [[/John Ingoldsby Jenner|Jenner, John Ingoldsby]] [https://www.familysearch.org/tree/person/details/LKY4-7S2] - 1904(Eng)-1980(???) - Licences: 2ABM Sydney (Maroubra, 1933-1939) - Qualifications: cc; AOCP 1194, 1933, NSW - amateur operator; amateur broadcaster - Relationships: Son of 7BM John Henry Jenner - Electoral Rolls: engineer (Haberfield, 1930; Bondi, 1933-1935); telephone engineer (Maroubra, 1937); engineer (Maroubra, 1943-1954; Revesby, 1968); retired (Turramurra, 1972); engineer (Revesby, 1980) ===''JENNISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Jennison|Jennison, Joseph William]] [https://www.familysearch.org/tree/person/details/LTS7-316] - 1899(Vic)-1965(Vic) - Licences: 2JJ Mathoura (1928-1939); 2MX Mathoura (1948-1950) - Qualifications: AOCP 414, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: farmer (Mathoura, 1930-1949; Echuca, 1954; Deniliquin, 1958); nil (Echuca, 1963) (Licences in the name of his father John William Jennison but most likely son was operator, father passed in 1942) ===''JENSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jens August Jensen|Jensen, Jens August]] [https://www.familysearch.org/tree/person/details/GXQM-1MX] - 1865(Vic)-1936(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - Minister for Navy (1915-1917) - Comment: famously dismissed for corruption in respect of purchase of Shaw Wireless Works in 1916 - Electoral Rolls: licensed victualler (Beauty Point, Tas, 1914-1919); orchardist (Beauty Point, Tas, 1919-1922); no occupation (Elsternwick, Vic, 1936) - Links: [[w:Jens_Jensen_(politician)|Wikipedia]] [https://adb.anu.edu.au/biography/jensen-jens-august-6840 ADB] * [[/Laurence Richard Hopkins Jensen|Jensen, Laurence or Lawrence Richard Hopkins]] [https://www.familysearch.org/tree/person/details/GZ6V-MJ1] - 1906(Tas)-1974(Tas) - Licences: 7BL Receive West Devonport (1923); Receive West Devonport (1923-1924); 7LJ Launceston (1925-1939, 1947-1969+) - Qualifications: cc; AOCP 78, 1925, No. ?? in Tas; BOCP 215, 1939; 1AOCP 9, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (New Town, 1928); teacher (New Town, 1936-1972) ===''JENVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Walter Jenvey|Jenvey, Henry Walter]] [https://www.familysearch.org/tree/person/details/G4QJ-7TS] - 1851(Eng)-1932(Vic) - Licences: AA Melbourne 1900; X?? Melbourne - early wireless experimenter, arguably his use of the identifier AA was the first use of an Australian callsign; arguably Australia's first amateur operator as the majority of his experiments were self-funded and in his own time - Qualifications: cc; Nil yet identified - employment (Vic P & T; PMGD) - Relationships: father of 3WW William Walter Jenvey - Electoral Rolls: electrical engineer (Brighton, 1909); public servant (Caulfield East, 1919-1931) * [[/William Walter Jenvey|Jenvey, William Walter "Bill"]] [https://www.familysearch.org/tree/person/details/G4QV-9GL] - 1904(Vic)-1981(Qld) - Licences: 3AY Melbourne (Caulfield, 1922-1927; Ormond, 1931-1938); 2YJ Sydney (Concord, 1939); 3AY Melbourne (Ormond, 1947); 2ZO Sydney (Willoughby, 1948-1969); 2ZO Noosa Heads (1980) - Qualifications: cc; CPRT 824, 1924; 1COCP 68, 1930 - amateur operator; amateur broadcaster - Relationships: son of Henry Walter Jenvey - Electoral Rolls: telegraphist (Caulfield, Vic, 1926-1927); operator (Bentleigh, Vic, 1931-1937); radio engineer (Croydon, NSW, 1943; Willoughby, NSW, 1949-1968); engineer (Willoughby, NSW, 1972); nil (Nelligen, NSW, 1977; Noosa Heads, Qld, 1980) ===''JERRARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Joseph Jerrard|Jerrard, Frederick Joseph]] [https://www.familysearch.org/tree/person/details/LB43-BKT] - 1899(Qld)-1963(Qld) - Licences: 4DR Receive Gayndah (1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Gayndah, 1921-1930); motor mechanic (Gayndah, 1936-1937); engineer (Indooroopilly, 1943-1963) ===''JESSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick Ferman Jessop|Jessop, Patrick Ferman]] [https://www.familysearch.org/tree/person/details/G6QN-8HV] - 19??(Eng?)-19??(Qld?) - Licences: 4PJ Kamma (1925-1927); 4PJ Cairns (Hambledon, 1937-1939) - Qualifications: cc; Nil yet identified (England?) - amateur operator; amateur broadcaster; WW1(RFC) - Halcyon: not mentioned - Electoral Rolls: labourer (Edmonton, 1922-1930); weigh bridge clerk (Hambledon, 1936-1943) ===''JEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Jewell|Jewell, Thomas John]] [https://www.familysearch.org/tree/person/details/GDYD-YH1] - 1905(WA)-1965(WA) - Licences: 6CA Receive Perth (Subiaco, 1923); 6JJ Perth (Victoria Park, 1927); 6JJ Kalgoorlie (1930-1931); 6JJ Perth (Victoria Park, 1933-1939) - Qualifications: cc; CPRT 876, 1925; 1COCP 129, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Victoria Park, WA, 1931-1937); radio inspector (Victoria Park, WA, 1943; Scarborough, WA, 1949); inspector (Scarborough, WA, 1954-1963) ===''JOHNSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Johnson|Johnson, Arthur]] [https://www.familysearch.org/tree/person/details/GXD7-X12] - 1921(Qld)-2004(Qld) - Licences: 4PX Brisbane (Hendra, 1938-1939; Ascot, 1946-1948; Hendra, 1954-1975), 4PX Buddina Beach (1980+) - Qualifications: cc; AOCP 2093, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (Sunshine Coast ARC); military (WW2, AIF, Signals) - Comment: Several contemporaneous AJs - Electoral Rolls: Commonwealth public servant (Hendra, Qld, 1968) + others * [[/Carl Francis Johnson|Johnson, Carl Francis]] [https://www.familysearch.org/tree/person/details/LH8T-HSH] - 1899(Tas)-1985(Tas) - Licences: Receive Hobart (West Hobart, 1923); 7AR Hobart (West Hobart, 1924-1939) - Qualifications: cc; AOCP 218, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: federal servant (West Hobart, 1922-1954) * [[/Edward Norman Johnson|Johnson, Edward Norman]] [https://www.familysearch.org/tree/person/details/MM4W-MLQ] - 1886(Vic)-1960(USA) - Licences: Receive Warrnambool (1923); 3ZO Warrnambool (1923-1924); 3ZO Horsham (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (East Melbourne, 1909); manager (Wonthaggi, 1914); draper (Newtown, 1917); traveller (Geelong, 1919) * [[/H. B. Johnson|Johnson, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1926); 5HB Adelaide (Henley Beach, 1937-1939) - Qualifications: AOCP 252, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: - common surname, individual not yet identified * [[/Ivo Uric Johnson|Johnson, Ivo Uric]] [https://www.familysearch.org/tree/person/details/G9VV-H8S] - 1903(NSW)-1961(Qld) - Licences: 4KL Cairns (1933-1960) - Qualifications: cc; CPRT 813, 1924; 2COCP 668, 1942; 1COCP 655, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Cairns, Qld, 1936-1963) * [[/Joseph Murray Johnson|Johnson, Joseph Murray]] [https://www.familysearch.org/tree/person/details/L5YM-M5N] - 1889(NSW)-1986(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 113, 1915; 1COCP 200, 1931 - RANRS (CPO to Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: engineer operator (Geraldton, 1915-1917); radio expert (Lane Cove, NSW, 1930-1934); engineer (Brighton, Vic, 1936; Caulfield, 1937); engineer (Longueville, NSW, 1943-1949); manager (Turramurra, 1954-1963); retired (Strathfield, 1963; Port Macquarie, NSW, 1968-1977; Wauchope/Yrrs, 1980) ===''JOHNSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. B. Johnston|Johnston, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Norman Brint Johnston|Johnston, Norman Brint]] [https://www.familysearch.org/tree/person/details/G8NC-K7F] - 1913(WA)-1979(WA) - Licences: 6NJ Perth (South Fremantle, 1930-1933; Subiaco, 1937-1939) - Qualifications: cc; AOCP 642, 1930, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Subiaco, 1937-1943); radio mechanic (Maylands, 1943-1968; Mt Lawley, 1972-1977) * [[/Robert Walter Johnston|Johnston, Robert Walter]] [https://www.familysearch.org/tree/person/details/GXDS-FHJ] - 1914(Qld)-1963(Qld) - Licences: 4LQ Brisbane (Petrie Terrace, 1934-1939) - Qualifications: cc; AOCP 1270, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Petrie Terrace, Qld, 1936-1937); no occupation (Ingleburn, NSW, 1954-1958); retired (Petrie Terrace, Qld, 1963) * [[/William David Johnston|Johnston, William David]] [https://www.familysearch.org/tree/person/details/G8XJ-3RY] - 1909(Irl)-1985(NSW) - Licences: 2YZ Sydney (Ryde, 1930-1939, 1946-1948; Gladesville, 1950; Matraville, 1954-1980+) - Qualifications: AOCP 616, 1930, No. ?? in NSW; 2COCP 323, 1931; 1COCP 398, 1940 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Ryde, 1930-1943); radio engineer (Gladesville, 1949; Matraville, 1954-1980) ===''JOHNSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. D. Johnstone|Johnstone, H. D.]] - 19??(???)-19??(???) - Licences: 3HJ Melbourne (Surrey Hills, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified ===''JONASSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Peter Jonasson|Jonasson, Roy Peter]] [https://www.familysearch.org/tree/person/details/9KPW-ZL1] - 1908(Qld)-1989(Qld) - Licences: 4NG Alberton (1931-1933); 7NG Derwent Park (1937-1939); 3ND Castlemaine (1946-1969); 9NG, PNG; 4NE Brisbane (Kingston, 1980) - Qualifications: cc; AOCP 827, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, QRP Club, RAAF Wireless Reserve, Qld Listeners' League); employment (Qld State Electricity Commission) - Electoral Rolls: electrical fitter (Castlemaine, 1942-1972); retired (Kingston, Qld, 1972-1980) ===''JONES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Ernest Jones|Jones, Alfred Ernest]] [https://www.familysearch.org/tree/person/details/G61R-CTW] - 1894(NSW)-1970(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 241, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Comment: not all electoral roll entries identified, several contemporaneous AEJs; Electoral Rolls: radio telegraphist (Broome, WA, 1917-1922) * [[/David William Jones|Jones, David William]] - 19??(???)-19??(???) - Licences: 4DJ Brisbane (Chelmer, 1930-1933) - Qualifications: cc; AOCP 683, 1930, No. ?? in Qld - amateur operator, amateur broadcaster - Comment: several contemporaneous DWJs - Electoral Rolls: public servant (Chelmer, 1925-1931); engineer (Holland Park, 1958)? * [[/Lancelot Cyril Jones|Jones, Lancelot Cyril "Lance"]] [https://www.familysearch.org/tree/person/details/G8L3-2LS] - 1891(SA)-1971(SA) - Licences: XVB Adelaide (Hawthorn, 1913-1914); 5BQ Adelaide (Westbourne Park, 1923-1924); 5DN Adelaide (City, 1923-1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; co-founder 5DN commercial Adelaide - Electoral Rolls: manager (Broadway Estate, 1939-1943) * [[/Raymond Edward Jones|Jones, Raymond Edward]] [https://www.familysearch.org/tree/person/details/LL9R-FLM] - 1900(Vic)-1987(Vic) - Licences: 3RJ Melbourne (Ascot Vale, 1928; Box Hill, 1931-1939, 1946-1980+) - Qualifications: AOCP 407, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: telegraphist (Newmarket, 1921); public servant (Ascot Vale, 1922-1924); telegraphist (Box Hill, 1931-1943); supervisor (Box Hill, 1949-1963); retired (Box Hill, 1968-1980) * [[/Stanley William Jones|Jones, Stanley William]] [https://www.familysearch.org/tree/person/details/GZL8-BPL] - 1917(Vic)-1943(PNG) - Licences: 3SF Ballarat (1937-1939) - Qualifications: AOCP 1953, 1937, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Signalman, 6 Division Signals) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1687469] (beware, another Stanley William Jones died in WW2, Flight Sergeant, 626 Squadron) * [[/Walter Henry Jones|Jones, Walter Henry]] [https://www.familysearch.org/tree/person/details/G8NB-Z8F] - 1914(NSW)-1980(NSW) - Licences: 2PY Sydney (Marrickville, 1930-1933); 2RS Sydney (Marrickville, 1935-1939); 2WP Sydney (Bexley, 1965-1980) - Qualifications: AOCP 652, 1930, NSW; 1COCP 57, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless telegraphist (Bexley North, 1949-1972); telegraphist (Bexley North, 1977-1980); Beware: Another contemporaneous Walter Henry Jones in Sydney b.1915 m.Edith * [[/W. R. Jones|Jones, W. R.]] - 19??(???)-19??(???) - Licences: 4EK Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''JORDAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Jordan|Jordan, James "Jim"]] [https://www.familysearch.org/tree/person/details/GXHL-VNQ] - 1903(Sct)-1979(Qld) - Licences: 4JJ Ipswich (1933); 4JJ Bundaberg (1934-1939) - Qualifications: cc; AOCP 1162, 1933, Qld - amateur operator; amateur broadcaster; broadcast engineer (4BU); senior military (RAAF, Wing-Commander) - Electoral Rolls: striker (West Ipswich, Qld, 1932); radio mechanic (Bundaberg, Qld, 1934-1937) * [[/Robert Jordan|Jordan, Robert]] - 1893(NZ)-19??(???) - commercial operator (1COCP 4, 1914, No. 4 in Aus and Vic, Commonwealth system) - coastal station operator? ===''JUDD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Harvey Judd|Judd, Clarence Harvey]] [https://www.familysearch.org/tree/person/details/GXVF-9XS] - 1920(SA)-1986(SA) - Licences: 5HQ Adelaide (Colonel Light Gardens, 1954-1980) - Qualifications: cc; AOCP 3374, 1953, Qld - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/Oswald William Judd|Judd, Oswald William]] [https://www.familysearch.org/tree/person/details/GXVX-X56] - 1896(SA)-1934(SA) - Licences: XVF Adelaide (North Norwood, 1913); Receive Adelaide (Payneham, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: Nil yet identified =='''K'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''KANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Leslie Kane|Kane, John Leslie "Les"]] - 1910(Qld)-1985(Qld), 4ZZ Roma, amateur operator (AOCP 2335, 1939, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), senior state public servant (Qld Railways) ===''KAUFMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Samuel Donald Kaufman|Kaufman, Samuel Donald]] [https://www.familysearch.org/tree/person/details/LB6X-937] - 1904(NSW)-1988(NSW) - Licences: 2SK Sydney (Belmore, 1928-1939, 1946-1980+) - Qualifications: AOCP 448, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Belmore, 1933-1980) ===''KAUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Alexis Kauper|Kauper, Henry or Heinrich Alexis "Harry"]] [https://www.familysearch.org/tree/person/details/GZXZ-WYQ] - 1888(Vic)-1942(Vic) - Licences: S643 Adelaide (1921-1922); 5BG Adelaide (Dulwich, 1923-1926; Tusmore, 1927-1928) - Qualifications: cc; AOCP 97, 1925, No. ?? in SA - amateur operator; amateur broadcaster; broadcast engineer; inventor - Electoral Rolls: chauffer (Willaura, Vic, 1910); engineer (Richmond, Vic, 1931-1937) - [https://adb.anu.edu.au/biography/kauper-henry-alexis-harry-6898 ADB] ===''KAYESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Kayess|Kayess, Sydney]] [https://www.familysearch.org/tree/person/details/GCYG-NHD] - 1892(NSW)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified -RANRS (CPOE, 1917) - Electoral Rolls: fitter & turner (Cooktown, 1917); engineer (Hendra, Qld, 1919); engine driver (Charleville, Qld, 1921); mechanic (Mossman, 1925); motor mechanic (Watchem, Vic, 1928); auto engineer (Dulwich Hill, NSW, 1930); garage manager (New Lambton, NSW, 1930; Foveaux, NSW, 1933); engineer (Forest Lodge, NSW, 1935-1937); labourer (Darlinghurst, 1937; Glenmore, NSW, 1943); mechanical engineer trainee (Haberfield, NSW, 1949); engineer (Manly North, NSW, 1958) ===''KEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Patrick James Keane|Keane, John Patrick James]] [https://www.familysearch.org/tree/person/details/G8V5-P25] - 1903(NSW)-1964(NSW) - Licences: 2JN Cessnock (1930-1936; 2JN Sydney (Bexley, 1937-1939; McMahons Point, 1946-1961) - Qualifications: AOCP 698, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: storeman (Darling Harbour, 1930); clerk (Cessnock, 1931-1932; Newcastle, 1934; Bexley, 1935-1937; McMahons Point, 1943-1949; North Sydney, 1958-1963) ===''KEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Keast|Keast, Leslie John]] [https://www.familysearch.org/tree/person/details/K2QP-J6X] - 1886(SA)-1957(WA) - Journalist (Wireless Weekly; shortwave editor, Australasian Radio World, 1940-1951; Radio & Hobbies), professional monitor (OWI/VOA, WW2), silent era cinematographer - Electoral Rolls: licensed victuallar (Royal Hotel, Bowral, 1933-1934); ex-hotelkeeper (Coogee, 1935); clerk (Randwick North, 1936-1937); sales manager (Carlingford, 1943); organising secretary (Ermington, 1949-1958) ===''KEDDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Robert Keddie|Keddie, Phillip Robert]] [https://www.familysearch.org/tree/person/details/G67S-1T7] - 1921(SA)-2003(SA) - Licences: 5KZ Adelaide (Woodville Park, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1882, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: AMF (Woodville Park, SA, 1943) ===''KELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Edward Kells|Kells, Alfred Charles Edward]] [https://www.familysearch.org/tree/person/details/LTMT-7D3] - 1900(Vic)-1955(Vic) - Licences: Receive Melbourne (Moonee Ponds, 1923); 2430 Melbourne (Moonee Ponds, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: postal electrician (Moonee Ponds, 1921-1925); mechanic (Essendon, 1928-1954) ===''KELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Wainwright Kelly|Kelly, Alexander Wainwright]] [https://www.familysearch.org/tree/person/details/GZP6-G6V] - 1908(SA)-1954(SA) - Licences: Receive (Crystal) Largs Bay (1923); Receive Largs Bay (1923); 5AW Lyndoch (1927-1939); 5XO Loxton (1954) - Qualifications: cc; AOCP 358, 1927, No. ?? in SA - amateur operator; amateur Broadcaster - Electoral Rolls: winemaker (Berri, 1939-1943) * [[/Ross Donaldson Kelly|Kelly, Ross Donaldson]] [https://www.familysearch.org/tree/person/details/G7BG-2PR] - 1906(SA)-1959(SA) - Licences: 5LW Adelaide (Unley, 1937-1939; Hazelwood Park, 1948-1956) - Qualifications: cc; AOCP 2032, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: assurance agent (Dulwich, 1941-1943) ===''KELSO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham Kelso|Kelso, Graham]] [https://www.familysearch.org/tree/person/details/GXXH-9DH] - 19??(???)-19??(???) - Licences: 4EL Receive Brisbane (Nundah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: PMG technician (Petrie Terrace, Qld, 1958); technician (Brisbane, Qld, 1968; St Lucia, Qld, 1972-1980) ===''KEMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Kemble|Kemble, Frederick John]] [https://www.familysearch.org/tree/person/details/GZZ2-8WY] - 1915(SA)-1939(WA) - Licences: 6FJ Katanning (1936-1939) - Qualifications: cc; AOCP 1673, 1936, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: blacksmith's striker (Katanning, WA, 1937) ===''KEMP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Kemp|Kemp, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GZ2F-PYS] - 1910(Qld)-1997(Qld) - Licences: 4YA Yangan - Qualifications: cc; AOCP 1466, 1935, Qld; BOCP 110, 1937; 2COCP 123, 1937; 1COCP 163, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Swanfels, Qld, 1936-1937); radio technician (Kedron, Qld, 1943-1949; Wavell Heights, Qld, 1954-1980) * [[/Joseph Edward Kemp|Kemp, Joseph Edward]] [https://www.familysearch.org/tree/person/details/G691-NWV] - 1918(Tas)-1991(WA) - Licences: 7RZ Devonport (1937-1939); 7RZ Launceston (1946-1948) - Qualifications: cc; AOCP 1847, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio telegraphist (Como, 1949); radio officer (Esperance, 1954-1958; Yokine, WA, 1963-1980) ===''KEMPSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Kempster|Kempster, Frederick]] [https://www.familysearch.org/tree/person/details/LVPC-NHM] - 1900(SA)-1957(SA) - Licences: 5KM Darwin (1929-1931); 8KM Darwin (1937-1939) - Qualifications: cc; AOCP 543, 1929, No. ?? in NT - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Fullarton, 1934); supervisor (Fullarton, 1939-1943) ===''KENNA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Francis Kenna|Kenna, Vernon Francis "Vern" / "Marconi"]] [https://www.familysearch.org/tree/person/details/GS1D-4ZV] - 1908(Qld)-1987(NSW) - Licences: 4DE Receive Brisbane (Hamilton, 1923-1924); 4FK Brisbane (Hamilton, 1926-1939); 2JR Sydney (Middle Cove, 1980+) - Qualifications: cc; AOCP 301, 1926, No. 29 in Qld - amateur operator; amateur broadcaster; broadcast engineer (PMGD); radiocommunications engineer; senior public servant (PMG, ABC2); WW2 - Electoral Rolls: postal electrician (Hamilton, Qld, 1936-1954); engineer (Balwyn, Vic, 1963; Killara, 1963; Middle Cove, 1968-1972; Willoughby, 1977-1980) ===''KENNEDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Kennedy|Kennedy, Peter]] [https://www.familysearch.org/tree/person/details/GDKD-8Q7] - 1874(Vic)-1945(SA) - Licences: XYD Perth (City, 1913-1914); 6AM Perth (Mt Lawley, 1923-1927); 5AM Adelaide (City, 1928; Unley, 1931; New Parkside, 1933-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; senior federal public servant (PMG, concluding as Deputy Postmaster-General SA); WW1 - Awards: Imperial Service Order - Electoral Rolls: telegraphist (Leederville, 1903; Mt Lawley, 1910-1921); State Engineer (Maylands, 1925-1926); civil servant (New Parkside, 1939-1943) * [[/M. Kennedy|Kennedy, M.]] - 19??(???)-19??(???) - Licences: 4EP Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter Donald Kennedy|Kennedy, Walter Donald]] [https://www.familysearch.org/tree/person/details/LBRG-1WB] - 1869(NSW)-1951(NSW) - Licences: 2WK Sydney (Rockdale, 1925-1926; Willoughby, 1927-1929); 2WK Helensburgh (1930-1933); 2WK Sydney (East Sydney, 1934); 2WK Wallerawang (1935); 2WK Sydney (Rockdale, 1936-1939, 1946-1950) - Qualifications: cc; AOCP 121, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: clergyman (Murrumburrah, 1913; Helensburgh, 1930-1932); clerk (Darlinghurst, 1934-1935); clerk in Holy Orders (Rockdale, 1936-1949) ===''KENNY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Francis Kenny|Kenny, Edmund Francis]] [https://www.familysearch.org/tree/person/details/G8MB-R3M] - 1903(NSW)-1980(NSW) - Licences: 2EK Sydney (Lewisham, 1927-1928; Croydon, 1929; Ryde, 1930-1931; Granville, 1933-1939, 1946-1948); 2EK Wentworthville (1950-1980) - Qualifications: AOCP 373, 1927, No. ?? in NSW -amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1930); clerk (West Ryde, 1930-1933); engineer (Granville, 1935-1949); radio engineer (Wentworthville, 1954-1968); engineer (Wentworthville, 1972-1977) ===''KEOGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Keogh|Keogh, William George]] [https://www.familysearch.org/tree/person/details/GDJ4-H7G] - 19??(???)-1960(NSW) - Licences: 2ZA Receive Sydney (Stanmore, 1923); 2ZA Sydney (Summer Hill, 1923; Stanmore, 1924-1925); licensed operator 2AG Grace Bros Broadway - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Randwick North, 1943-1958) ===''KERBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Thomas John Kerby|Kerby, Edwin Thomas John]] [https://www.familysearch.org/tree/person/details/GM72-SFL] - 1888(Vic)-1971(Vic) - Licences: 7EK Ringarooma (1932-1939); 3KK Melbourne (Auburn, 1946-1969) - Qualifications: cc; AOCP 940, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW1; WW2 (Major) - Awards: Military Star 1914-1915; British War Medal, Victory Medal; MBE - Electoral Rolls: manager (Ballarat, 1909); restaurant keeper (Brunswick, 1914); electrical engineer (Richmond, 1914-1917); grazier (Ballarat, 1919); farmer (Linton, 1922); grazier (Fawkner, 1924-1925); engineer (St Kilda, 1943; Auburn, 1949-1968) - Links: [[w:Edwin Kerby|Wikipedia]] ===''KERMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Kermond|Kermond, Leslie John "Les"]] [https://www.familysearch.org/tree/person/details/G8W7-Y88] - 1912(Vic)-2007(Vic) - Licences: 3DX Warrnambool (1928-1980+) - Qualifications: AOCP 417, 1928, No. ?? in Vic; AOLCP 182, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: biograph operator (Warrnambool, 1936-1937); engineer (Swan Hill, 1942); radio engineer (Warrnambool, 1949-1980) ===''KERNICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Edwin Kernick|Kernick, Percy Edwin]] [https://www.familysearch.org/tree/person/details/LX7S-JW1] - 1888(NSW)-1965(WA) - Licences: 6PK Perth (South Perth, 1927-1939, 1946-1947) - Qualifications: cc; AOCP 378, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Sandstone/Mt Magnet, 1910); telegraphist (Brown Hill/Kalgoorlie, 1917; South Perth, 1925-1963) ===''KERR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dixon Kerr|Kerr, Alfred Dixon]] [https://www.familysearch.org/tree/person/details/GZT8-ZKF] - 1910(Vic)-1977(Vic) - Licences: 3AL Ballarat (1926-1939, 1946-1960); 3JQ Melbourne (Hawthorn, 1975) - Qualifications: AOCP 284, 1926, No. ?? in Vic; AOLCP 18, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Ballarat, 1931-1968); retired (Hawthorn, 1977) * [[/Roy Kerr|Kerr, Roy]] [https://www.familysearch.org/tree/person/details/GXHP-SBX] - 1917(Qld)-1988(Qld) - Licences: 4DK Winton (1937-1939); 4DK Brisbane (Tingalpa, 1946-1951) - Qualifications: cc; AOCP 1941, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; federal public servant (PMGD, telegraphist) - Relationships: brother of Vernon Lester Kerr 4LK - Electoral Rolls: * [[/Vernon Lester Kerr|Kerr, Vernon Lester "Vern"]] [https://www.familysearch.org/tree/person/details/GXHP-MCW] - 1912(Qld)-1979(Qld) - Licences: 4LK Winton (1932-1933); 4LK Cloncurry (1937-1939, 1946-1948); 4LK Charters Towers (1954-1969); 4LK Charleville (1975) - Qualifications: cc; AOCP 800, 1931, No. ?? in Qld; COCP 1941, amateur operator; amateur broadcaster; radio club (WIAQ, Soc Wireless Pioneers USA); employment (RFDS, technical officer / controller / announcer) - Relationships: brother of Roy Kerr 4DK - Electoral Rolls: radio technician (Charters Towers, Qld, 1954-1977); technician (Charleville, Qld, 1977) ===''KHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kullandar Jallander Khan|Khan, Kullandar Jallander]] [https://www.familysearch.org/tree/person/details/GX89-VLY] - 1916(Qld)-1983(Qld) - Licences: 4QA Cairns (1937-1939, 1947); 4DC Cairns (1948-1960); 4DC Brisbane (New Farm, 1965-1980+) - Qualifications: cc; AOCP 1979, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 4QA may have been withdrawn by PMGD for 4QA Cairns - Electoral Rolls: picture theatre operater (Cairns, Qld, 1943); radio serviceman (Cairns, Qld, 1954-1958); tv technician (New Farm, Qld, 1968-1977); retired (New Farm, Qld, 1980) ===''KIDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian McIvor Kidman|Kidman, Ian McIvor]] [https://www.familysearch.org/tree/person/details/LD7Q-7N2] - 1915(SA)-1981(SA) - Licences: 5JK Naracoorte (1933-1937) - Qualifications: cc; AOCP 1163, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''KILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Harold Kilby|Kilby, Raymond Harold]] [https://www.familysearch.org/tree/person/details/G691-9VD] - 1918(Tas)-1999(Tas) - Licences: 7RK Launceston (1935-1939, 1946-1980+) - Qualifications: cc; AOCP 1461, 1935, No. ?? in Tas; BOCP 1568, 1957; 1COCP 1862, 1958; 2COCP T1, 1977 - amateur operator; amateur broadcaster - Electoral Rolls: upholsterer (Launceston, 1943-1972) ===''KILGARIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Kilgariff|Kilgariff, Joseph]] [https://www.familysearch.org/tree/person/details/GDS2-XBD] - 1886(NSW)-1971(SA) - Licences: 5JT Adelaide (Burnside, 1937-1939; Erindale, 1947-1948; North Glenelg, 1954-1969) - Qualifications: cc; AOCP 1884, 1937, SA; 2COCP 325, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carpenter (Boulder, WA, 1910-1912); builder (Alice Springs, NT, 1934; Burnside, SA, 1939); RAAF (Leabrook, SA, 1943) ===''KILSBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Wilbur Kilsby|Kilsby, Keith Wilbur]] [https://www.familysearch.org/tree/person/details/KCHP-4ZS] - 1912(SA)-1970(SA) - Licences: 5PR Moorak (1933); 5PR Birdwood (1938); 5PR Wiltyerong via Murray Bridge (1947); 5PR Mingary via Murray Bridge (1948); 5PR Murray Bridge (1954); 5PR Adelaide (Payneham, 1955-1969) - Qualifications: cc; 2COCP 419, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Birdwood, SA, 1939; Wiltyerong, SA, 1941-1943); ===''KING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Calvert King|King, Charles Calvert]] [https://www.familysearch.org/tree/person/details/GXQT-4R1] - 1885(Eng)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 105, 1915; 2COCP 155, 1930 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (New Town, Tas, 1914); warrant telegraphist (Wireless Station, Applecross, 1921-1925); music teacher (Randwick, NSW, 1930); musician (Clovelly, 1931; Rose Bay, 1932-1933); librarian (Woollahra, 1934); salesman (Bondi, NSW, 1935); Model Maker (Watson's Bay, 1936-1937) * [[/Fred Esmond King|King, Fred Esmond (Electoral Rolls) or Esmonde (BMD)]] [https://www.familysearch.org/tree/person/details/GXNY-81C] - 1896(Qld)-1986(Qld) - Licences: 4CQ Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: station hand (Bulliwallah, Qld, 1919-1963) * [[/Frederick Venn King|King, Frederick Venn]] [https://www.familysearch.org/tree/person/details/KJHN-MV3] - 1888(Qld)-1968(Qld) - Licences: Receive (Valve) Cunnamulla (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: station hand (Weelamurra Station, Qld, 1909); grazier (Weelamurra Station, Qld, 1913-1921); not stated (Warrambah Station, Cunnamulla, Qld, 1925); grazier (Barrington Station, Cunnamulla, Qld, 1930-1954); retired (Camp Hill, Qld, 1958-1968) ===''KINGWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hercules Kingwell|Kingwell, William Hercules]] - broadcast planning engineer (PMGD, ABCB) ===''KINSELLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Thomas Kinsella|Kinsella, Hector Thomas]] [https://www.familysearch.org/tree/person/details/G8NC-XN9] - 1912(WA)-1993(WA) - Licences: 6HK Perth (Hollywood, 1930; East Perth, 1931) - Qualifications: cc; AOCP 641, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (South Perth, 1936-1937; Victoria Park, 1943); pharmacist (Perth, 1949; Narrogin, 1954-1958; Applecross, 1963; Ardross, 1968-1972; Booragoon, 1977-1980) * [[/Thomas Wade Kinsella|Kinsella, Thomas Wade]] [https://www.familysearch.org/tree/person/details/G8P2-TSG] - 1904(Vic)-2001(NSW)96yo - Licences: Receive (Crystal) Lubeck (1923); 3TK Lubeck (1924-1926); 3TK Rupanyup (1937-1939); 2FK Sydney (Rose Bay, 1946; Herne Bay, 1947; Sans Souci, 1948-1980+) - Qualifications: cc; AOCP 1992, 1937, No. ?? in Vic; BOCP 532, 1943 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrician (Lubeck, 1927-1936); RAN (Sans Souci, 1949-1980) - Relationships: brother of 3AKW William Jennings Kinsella * [[/William Jennings Kinsella|Kinsella, William Jennings]] [https://www.familysearch.org/tree/person/details/G8PG-S8S] - 1914(Vic)-2011(Vic) - Licences: 3AKW Lubeck (1947-1980+) - Qualifications: cc; BOCP 498, 1943; 2AOCP 55, 1946 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grazier (Magdala, Lubeck, 1936-1972; Lubeck, 1977-1980) - Relationships: brother of 3TK-2FK Thomas Wade Kinsella ===''KINZBRUNNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Charles Kinzbrunner|Kinzbrunner, Harry Charles]] [https://www.familysearch.org/tree/person/details/G8H4-SZM] - 1903(Eng)-1982(Qld) - Licences: 4HK Cloncurry (1929-1931); 4HK Mareeba (1933); 4HK Tully (1937-1939); 4HK Atherton (1946-1980+) - Qualifications: cc; AOCP 474, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), employment (Australian Inland Mission, QATB) - Electoral Rolls: radio mechanic (Malanda, 1937); electrical engineer (Ashgrove, 1943); radio mechanic (Atherton, 1943); refrigeration & electrical contractor (Atherton, 1949-1972); electrical contractor (Atherton, 1977-1980) ===''KIRBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ewan Russell Kirby|Kirby, Ewan Russell]] [https://www.familysearch.org/tree/person/details/G4R1-4J7] - 1885(Tas)-1947(Tas) - Licences: XZB Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; First set 1909 communicated with M. Harvey; employed Hydro-electric Dept - Electoral Rolls: electrician (Hobart South, 1914-1919); engineer (Hobart West, 1922-1936) ===''KIRKBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Kirkby|Kirkby, Brian]] - historian (early wireless experimenters, Edward Hope Kirkby, Archibald John Shaw), great grandson of Edward Hope Kirkby * [[/Charles Edward Kirkby|Kirkby, Charles Edward]] - 1886(Vic)-1954(NSW) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of George Gill Kirkby * [[/Edward Hope Kirkby|Kirkby, Edward Hope]] - 1853(At sea)-1915(NSW) - early wireless and X-ray experimenter, father of George Gill Kirkby and Charles Edward Kirkby * [[/George Gill Kirkby|Kirkby, George Gill]] - 1884(Vic)-1916(Vic) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of Charles Edward Kirkby ===''KIRKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Basil Everald Wharton Kirke|Kirke, Basil Everald Wharton]] [https://www.familysearch.org/tree/person/details/G6NX-FFQ] - 1893(NSW)-1958(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; chief studio announcer/Uncle "Bas" (2BL); manager, 6WF; manager 9PA (1946); manager (ABC, Victoria, 1936) - Electoral Rolls: manager (Subiaco, 1931; Perth, 1934-1936; Melbourne, 1937-1943; Perth, 1954) - Links: [https://adb.anu.edu.au/biography/kirke-basil-everald-wharton-10751 ADB] ===''KIRKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Booth Kirkland|Kirkland, John Booth]] - 1861(Vic)-1900(Vic) - early telephone experimenter, Melbourne, Geelong & Ballarat ===''KISSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Leslie Hawthorn Kissick|Kissick, Alfred Leslie Hawthorn]] [https://www.familysearch.org/tree/person/details/LK9D-7LL] - 1904(Vic)-1967(Vic) - Receive Melbourne (Brunswick, 1923-1924), 3KB Melbourne (Brunswick, 1925-1939, 1946-1965), amateur operator (AOCP 141, 1925, No. ?? in Vic), operator 3CR Coburg Radio Club (1925), amateur broadcaster, clerk (1934) ===''KITTO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Collingwood Kitto|Kitto, Thomas Collingwood]] [https://www.familysearch.org/tree/person/details/MCKM-W8G] - 1903(Tas)-19??(???) - Licences: 7?? Launceston (1928); 5JR Adelaide (Tusmore, 1931); 2JR Newcastle (1933); 2JS Newcastle (1933-1939) - Qualifications: cc; AOCP 425, 1928, No. ?? in Tas; AOLCP 43, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Launceston, 1928); radio engineer (Sandgate, NSW, 1935; Ulverstone, Tas, 1937); engineer (Hawthorn, Vic, 1942); radio engineer (Prahran, 1949); retired (Deception Bay, 1972) ===''KLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Robert Kling|Kling, John Robert]] [https://www.familysearch.org/tree/person/details/LRQZ-B4W] - 1905(Vic)-1969(Vic) - Licences: 3JB Melbourne (Balwyn, 1928; South Camberwell, 1931; Hawthorn East, 1933; Hampton, 1937-1939); 3AJQ Melbourne (Seaford, 1954-1955; Lower Ferntree Gully, 1956; Frankston, 1960-1965) - Qualifications: AOCP 403, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Camberwell, 1931-1933; Sandringham, 1936-1937); engineer (Sandringham, 1942; Bacchus Marsh, 1949); radio sound engineer (Seaford, 1954); electrician (Frankston, 1963-1968) ===''KNAPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carlo Patrick Knapton|Knapton, Carlo Patrick]] [https://www.familysearch.org/tree/person/details/9DQR-R5C] - 1879(Irl)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - wireless trader (WA); witness to Royal Commission 1927 (as vice-president, Wireless Traders Assoc, WA) - Electoral Rolls: engineer (Carlton, Vic, 1914); lighting engineer (South Perth, 1921-1954) ===''KNEIPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Kneipp|Kneipp, James Henry "Jim"]] [https://www.familysearch.org/tree/person/details/GQ5R-YBH] - 1875(NSW)-1958(Qld) - Licences: Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: saddler (Morningside, Qld, 1905); railway employee (Morningside, Qld, 1908-1917; Cannon Hill, Qld, 1919-1958) ===''KNIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Keith Knight|Knight, Rupert Keith]] [https://www.familysearch.org/tree/person/details/G8MJ-Z5W] - 1898(Qld)-1934(Qld) - Licences: 4RK Toowoomba (1926-1927) - Qualifications: cc; Nil identified - amateur operator; amateur broadcaster - Halcyon: not mentioned? - Electoral Rolls: clerk (Toowoomba, 1919); bank clerk (East Toowoomba, 1925-1926); not specified (East Toowoomba, 1928-1932) ===''KNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Brader Knock|Knock, Donald Brader "Don"]] [https://www.familysearch.org/tree/person/details/GWWR-L62] - 1898(Eng)-1966(NSW) - Licences: 1911 Manchester; G6XG London (1924-1926); 2NO Sydney (Cremorne, 1926-1927; Vaucluse, 1927; Kirribilli, 1928; Randwick, 1929); 6NK Wyndham (1930-1931); 2NU Portable Sydney 1935-1939; 5NO Portable Central Australia; 2NO Sydney (Waverley, 1946-1966) - Qualifications: cc; AOCP 335, 1927, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (2MO); radiocommunications engineer; journalist (Wireless Weekly, Radio in ANZ, Radio Monthly, Australian Radio News, Bulletin, Australasian Radio World); military (WW1 - Royal Naval Air Service, WW2 - AIF lieutenant-major) - Electoral Rolls: engineer (Waverley, 1930); radio journalist (Waverley, 1932-1933); radio engineer (Waverley, 1935-1963) ===''KNOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carlisle Maddison Knowles|Knowles, Henry Carlisle Maddison]] [https://www.familysearch.org/tree/person/details/L4Q8-642] - 1901(NSW)-1945(ACT) - Licences: 2LK Sydney (Arncliffe, 1930-1931) - Qualifications: AOCP 653, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: pharmacist (Woolahra, 1933; Kingston, ACT, 1935-1943) ===''KOSSECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edwin Frederick Kosseck|Kosseck, Edwin Frederick]] [https://www.familysearch.org/tree/person/details/G8VB-VTG] - 1909(Vic)-1989(Vic) - Licences: 3EK Geelong (Belmont, 1930-1933); 3AKE Geelong (Newport, 1947; Belmont, 1948-1980+) - Qualifications: AOCP 705, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: gardener (Belmont, 1931-1937); RAAF (Newport, 1943); gardener (Belmont, 1949-1980) ===''KRAEGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl W. J. Kraegen|Kraegen, Carl W. J. "Charles"]] - 1831?(Germany?)-1871(NT) - employment (Vic Posts & Telegraphs, SA Posts & Telegraphs), telegraph operator (Ballarat, Portland), developed an early system of explosive detonation by battery, tragically died of thirst during the construction of the Overland Telegraph ===''KRUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Augustine Kruger|Kruger, Francis Augustine]] [https://www.familysearch.org/tree/person/details/GDJZ-58H] - 1907(Vic)-1992(Vic) - Licences: 3HE Receive Charlton (1922-1923); 3HE Charlton (1924-1925); 3AI Charlton (1935-1939); 3AI Strathmore (1946-1980+) - Qualifications: cc; AOCP 1541, 1935, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: dental mechanic (Charlton, 1928-1937); cinema operator (Charlton, 1942); executive (Essendon, 1949-1968; Strathmore, 1977-1980) =='''L'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''LABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Howell Laby|Laby, Thomas Howell]] - 1880(Vic)-1946(Vic) - frequent lecturer on wireless topics to WIA Vic in the 1920s, education (BA Cambridge 1905, PhD Cambridge 1921), employment (University of Sydney, 1901-1904; Cavendish Laboratory, 1905; Professor Physics, Victoria University College, Wellington, 1909; Professor Natural Philosophy, University of Melbourne, 1915-1930+), Royal Society of Victoria (president, 1924) ===''LACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Lack|Lack, Francis James]] [https://www.familysearch.org/tree/person/details/LCQH-WJR] - 1876(NSW)-1949(Qld) - Licences: Receive (Valve) Brisbane (Sandgate, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Warwick, Qld, 1903; Tiaro, Qld, 1905-1906; Maryborough, Qld, 1908); fish agent (Maryborough, Qld, 1913); engineer (Sandgate, Qld, 1916); accountant (Sandgate, Qld, 1917-1949) ===''LAHEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Wesley Lahey|Lahey, John Wesley]] [https://www.familysearch.org/tree/person/details/LKRX-KPL] - 1850(Irl)-1937(Qld) - Licences: 4EG Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: sawmill proprietor (Clayfield, Qld, 1908-1909); sawmiller (Clayfield, Qld, 1913-1936) ===''LAIDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Laidler|Laidler, Thomas]] [https://www.familysearch.org/tree/person/details/L1KG-31L] - 1904(Eng)-1995(SA) - Licences: 5TL Ceduna (1937-1939, 1947); 5TL Largs Bay (1948); 5TL Renmark (1954-1960); 5TL Adelaide (Glandore, 1965-1980+) - Qualifications: cc; AOCP 1934, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: postmaster (Ceduna, SA, 1939-1943) ===''LAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Lake|Lake, Eric James]] [https://www.familysearch.org/tree/person/details/GDFZ-CKK]- 1906(Eng)-1966(Qld) - Licences: 4EL Brisbane (Kangaroo Point, 1932-1939; Camp Hill, 1946-1948); 4EL Clevedon (1954-1956); 4EL Townsville (Belgian Gardens, 1960-1965) - Qualifications: cc; AOLCP 54, 1931; AOCP 966, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, instructor); broadcast technician (4QN); federal public servant (PMGD) - Electoral Rolls: radio operator (Coorparoo, Qld, 1937); radio technician (Camp Hill, Qld, 1943-1949; Townsville, Qld, 1954-1963); ===''LAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Federal Laker|Laker, Frank John Federal]] [https://www.familysearch.org/tree/person/details/M1V2-P8Q] - 1899(NSW)-1953(NSW) - Licences: 2ZE Deniliquin (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: sales manager (St Kilda, Vic, 1925); clerk (Bondi, 1935-1937); accountant (North Rocks, 1954) ===''LALOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Fintan Lalor|Lalor, Peter Fintan]] - 1827(Irl)-1889(Vic) - Leader of the Eureka Stockade, Postamaster-General Victoria (Aug 1875-Oct 1875) ===''LAMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. D. Lamb|Lamb, A. D.]] - 19??(???)-19??(???) - Licences: 4DK Receive Brisbane (New Farm, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James Joseph Wiseman Lamb|Lamb, James Joseph Wiseman]] [https://www.familysearch.org/tree/person/details/GX7M-49X] - 1876(Vic)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 119, 1915; 1COCP 264, 1932 - RANRS (Warrant Telegraphist, 1917) - Relationships: father of Harry Spencer Lamb - Electoral Rolls: civil servant (Subiaco, WA, 1910); radio station master (Townsville, Qld, 1921); wireless (Malvern, Vic, 1927); superintendent (Toorak, Vic, 1928-1936; Elsternwick, Vic, 1937); retired (Elsternwick, Vic, 1942) * [[/Harry Spencer Lamb|Lamb, Harry Spencer]] [https://www.familysearch.org/tree/person/details/GX7M-SQY] - 1906(WA)-1984(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Relationships: son of James Joseph Wiseman Lamb - Electoral Rolls: ===''LAMBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Clayton Lambert|Lambert or Mason, Frank Clayton]] [https://www.familysearch.org/tree/person/details/G8C3-761] - 1908(WA)-1993(WA) - Licences: 6FL Perth (South Perth, 1929-1931); 6FL Geraldton (1933); 6FL Perth (Wembley, 1937-1939; Subiaco, 1947); 3AFL Bairnsdale (1948); 6FL Perth (Claremont, 1954-1956; Bassendean, 1965-1980+) - Qualifications: cc; AOCP 503, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: picture employee (South Perth, WA, 1931); projectionist (Albany, WA, 1934); sound projectionist (East Fremantle, WA, 1936); projectionist (Wembley Park, WA, 1937); radio technician (Subiaco, WA, 1943-1949); dealer (Claremont, WA, 1954); radio dealer (Bassendean, WA, 1958-1980) ===''LANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Herbert Dodson Lane|Lane, Cyril Herbert Dodson]] - 1888(NSW)-1915(Tur) - XDM Sydney (1909-1914), early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in NSW), born Cyril Herbert Dodson, brother-in-law of Charles Dansie Maclurcan "Greater love hath no man" ===''LANGFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Leslie Langfield|Langfield, Harold Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/GX84-3D6] - 1893(Wales)-1982(Qld) - Licences: 4CO Brisbane (Rosalie, 1935-1960) - Qualifications: cc; AOCP 1572, 1935, Qld - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: club steward (Rosalie, Qld, 1934-1977; Paddington, Qld, 1980); ===''LANGFORD-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fritz Langford-Smith|Langford-Smith, Fritz]] - 1904(NSW)-1966(NSW) - 2?? Sydney, amateur operator (AOCP ??, 19??, No. ?? in Qld), electronics designer (AWA), author (Radiotron Designers Handbook), journalist (Radiotronics) - Links: [http://messui.polygonal-moogle.com/valves/NW198908.pdf EA] ===''LANGHANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ron Langhans|Langhans, Ron]] - historian (broadcasting) ===''LANGRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George David Langridge|Langridge, George David]] - 1829(Eng)-1891(Vic) - Postmaster-General Victoria in early 1880s ===''LAPTHORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Charles Lapthorne|Lapthorne, Horace Charles]] [https://www.familysearch.org/tree/person/details/G8W8-STK] - 1900(Vic)-1975(NSW) - Licences: 2TM Receive Sydney (Artarmon, 1923-1924); 2HL Sydney (Chatswood, 1928-1938; Lane Cove, 1939; Artarmon, 1948-1969); 2HL Noraville (1975) - Qualifications: AOCP 422, 1928, No. ?? in NSW - amateur operator? - Electoral Rolls: electrician (Artarmon, 1930-1937; Chatswood, 1943-1968); retired (Noraville, 1972) ===''LARSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Peter Christian Larsen|Larsen, Herbert Peter Christian]] [https://www.familysearch.org/tree/person/details/G36L-GHQ] - 1901(Qld)-1976(Qld) - Licences: 4JW Charters Towers(1928-1937); 4JW Cairns (1938-1939, 1947-1956); 4JW Charters Towers (1960-1975) - Qualifications: cc; AOCP 439, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: brewery hand (Charters Towers, 1925-1936); engine driver (Cairns, 1943-1954; Charters Towers, 1958-1968) ===''LARSSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gustaf William Larsson|Larsson, Gustaf William]] [https://www.familysearch.org/tree/person/details/GDTD-55K] - 1902(Tas)-1992(Tas) - Licences: 7BJ Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; AOLCP 92, 1932; AOCP 3275, 1952 - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Hobart West, 1928-1936) ===''LATHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Couzens Lathwell|Lathwell, Arthur George Couzens]] [https://www.familysearch.org/tree/person/details/GZH3-G9L] - 1911(WA)-1996(WA) - Licences: 6AL Bunbury (1935-1939, 1947-1975) - Qualifications: cc; AOCP 1467, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician's assistant (Bunbury, WA, 1936-1937); electrician (Bunbury, WA, 1943-1980) ===''LAUNDER-CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Edgar Launder-Cridge|Launder-Cridge, Wilfred Edgar]] [https://www.familysearch.org/tree/person/details/GXT9-S5L] - 1899(Eng)-1960(Tas) - Licences: 5BZ Adelaide (Brooklyn Park, 1928) - Qualifications: cc; 2COCP 200, 1930; 1COCP 120, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Essendon North, Vic, 1937; Aerodrome, Cambridge, Tas, 1943); OIC, DCA (Forrest, WA, 1958) ===''LAURENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Laurence|Laurence, John Henry]] [https://www.familysearch.org/tree/person/details/GXL7-YKV] - 1916(SA)-19??(???) - Licences: 5MZ Adelaide (Malvern, 1933-1939); 3PF Melbourne (Sandringham, 1947-1948); 3PF Benalla (1954-1980+) - Qualifications: cc; AOCP 1164, 1933, SA; 1COCP 118, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Ceduna, 1941-1943); farmer (Wellington, Benalla, 1949-1963; Benalla, 1967-1980) ===''LAURIE-RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melbourne Clive Laurie-Rhodes|Laurie-Rhodes, Melbourne Clive]] [https://www.familysearch.org/tree/person/details/GX6M-6K1] - 1915(Qld)-1997(NZ) - Licences: 4XU Brisbane (Hendra, 1934-1937) - Qualifications: cc; AOCP 1353, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: manager (Hendra, Qld, 1936-1937) ===''LAVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Poynton Laver|Laver, Charles Poynton]] [https://www.familysearch.org/tree/person/details/9JBH-SNC] - 1882(Eng)-1969(SA) - Licences: 5CP Cape Borda (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Lightkeeper (Cape Borda, SA, 1939; Edithburgh, 1941-1951) ===''LAVINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Morgan Eric Lavington|Lavington, Frederick Morgan Eric]] [https://www.familysearch.org/tree/person/details/GDJM-ZC9] - 1903(Tas)-1974(Vic) - Licences: 2ZC Receive Sydney (Bondi, 1923); 2ZC Sydney (Waverley, 1923; Bondi, 1924-1925; Mosman, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Manly, 1930); engineer (Strathfield, 1932; Ashfield West, 1935-1936); electrical engineer (Ashfield West, 1937); engineer (Kensington, 1949; Kingsford, 1954-1972) ===''LAWRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevan Alic Lawrie|Lawrie, Kevan Alec or Alic]] [https://www.familysearch.org/tree/person/details/GXRS-5YP] - 1915(SA)-2000(SA) - Licences: 5AK Adelaide (Lockleys, 1936-1939; York, 1947-1948; Lockleys, 1954-1965; Brooklyn, 1969-1980+) - Qualifications: cc; AOCP 1602, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (Lockleys, SA, 1939-1941) ===''LAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. W. Law|Law, F. W.]] - 19??(???)-19??(???) - Licences: 6DA Perth (Armadale, 1923); 6CZ Perth (Armadale, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''LAWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Andrew Laws|Laws, David Andrew]] [https://www.familysearch.org/tree/person/details/GZLN-FW5] - 1909(Qld)-1943(PNG) - Licences: 4DR Brisbane (Taringa, 1931-1939) - Qualifications: AOCP 829, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 (Army, M Special Unit, Commando)- Sacrifice: "Greater love hath no man than this" - Electoral Rolls: clerk (Taringa, 1936-1943) - Links: [https://vwma.org.au/explore/people/635901] * [[/Sidney Frank Henry Laws|Laws, Sidney Frank Henry]] [https://www.familysearch.org/tree/person/details/G6ZT-GBH] - 1893(NZ)-1973(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 6, 1914, No. 6 in Aus and Vic - commercial operator; coastal station operator; manager 7ZL (1927); witness to Royal Commission 1927 (obo 7ZL) - Electoral Rolls: radio engineer operator (Wireless Station, Townsville, 1915); farmer (Launching Place, 1918); electrical engineer (Prahran, Vic, 1919); engineer (Armadale, Vic, 1919-1924); manager (Launceston, 1928); company manager (Double Bay, NSW, 1930-1931) ===''LAWTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Kyle Lawton|Lawton, Alexander Kyle]] [https://www.familysearch.org/tree/person/details/LR8F-FWT] - 1889(Qld)-1978(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, federal public servant (PMGD), radio clubs (QWI, member), business (movie theatres, Amico), WW2 - Electoral Rolls: electrician (Toowoomba, 1913; Wynnum South, 1915-1916); manager (Windsor, 1919); engineer (Nundah, 1925-1928); manager (Townsville, 1936-1937; Nundah, 1943-1949); manufacturer's agent (Virginia, 1954-1958); company director (Ashfield, 1963); sales manager (Ashfield, 1968-1977) ===''LEADBITTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Leadbitter|Leadbitter, James Henry]] [https://www.familysearch.org/tree/person/details/GDP1-3V1] - 1882(NSW)-1946(NSW) - Licences: 2AF Receive West Wyalong (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: cycle mechanic (Darlington, 1903); mechanic (West Wyalong, 1913); cycle mechanic (West Wyalong, 1930-1943) ===''LEANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Gregory Leaney|Leaney, William Gregory]] [https://www.familysearch.org/tree/person/details/LK9P-JF9] - 1895(SA)-1982(Vic) - Licences: 3XN Receive Melbourne (Northcote, 1923); 3XN Melbourne (Northcote, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engine driver (Northcote, 1919-1954); driver (Coburg, 1963-1977); nil (Preston, 1980) ===''LEBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/David Leber|Leber, David]] [https://www.familysearch.org/tree/person/details/G8HD-847] - 1905(Vic)-1950(Vic) - Licences: 3DL Melbourne (Richmond, 1929-1939; Hawthorn, 1947-1948) - Qualifications: AOCP 481, 1929, No. ?? in Vic; 3COCP 45, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Richmond, 1927-1942); salesman (Hawthorn, 1949) ===''LECKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Herbert Crockett Leckie|Leckie, Herbert Crockett]] [https://www.familysearch.org/tree/person/details/LJ1R-QQN] - 1927(Vic)-1994(Vic) - Licences: 3LH Melbourne (Elwood, 1948-1980+) - Qualifications: cc; 1COCP 1170, 1947 - amateur operator - Electoral Rolls: student (St Kilda, 1949-1968; Elwood, 1972-1980); * [[/Raymond Campbell Leckie|Leckie, Raymond Campbell]] [https://www.familysearch.org/tree/person/details/GZ2Q-ZZV] - 1904(Vic)-1987(ACT) - Licences: 3TU Receive Melbourne (Sandringham, 1923); 3TU Melbourne (Sandringham, 1924-1927) - Qualifications: cc; AOCP 215, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Sandringham, 1926); public servant (Braddon, 1935; Turner, 1943-1968); examiner of patents (Hughes, 1972); retired (Hughes, 1977-1980) ===''LEE-ARCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Leslie Lee-Archer|Lee-Archer, Evan Leslie]] [https://www.familysearch.org/tree/person/details/LB2K-F3W] - 1911(Vic)-1993(Vic) - Licences: 3LM Melbourne (Glen Iris, 1929-1931); 3LM Wonthaggi (1933); 3LM Melbourne (Caulfield North, 1937; Malvern East, 1938) - Qualifications: AOCP 534, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Gardiner, 1933); radio engineer (Korumburra, 1934); engineer (Caulfield West, 1935); mechanic (Malvern East, 1937) ===''LEGGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Legge|Legge, Arthur William]] [https://www.familysearch.org/tree/person/details/9MJS-QKM] - 1906(Tas)-1968(Tas) - Licences: Receive (Crystal) Ulverstone (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Ulverstone, 1928); no occupation (Hobart South, 1936); zinc worker (Hobart East, 1943); farmer (Cullenswood, 1949-1954) ===''LE GRAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Walter Le Grand|Le Grand, Sydney Walter]] [https://www.familysearch.org/tree/person/details/GQDD-D57] - 1902(Qld)-1979(NSW) - Licences: 4LG Brisbane (Windsor, 1927) - Qualifications: cc; CPRT 882, 1925; 2COCP 34, 1929; 1COCP 151, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Windsor, 1925-1926); operator (Woollahra, 1931-1937; Bellevue Hill, 1943-1949; Bondi Junction, 1954-1968); retired (Banora Point, 1972-1977) ===''LELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Lelliott|Lelliott, Thomas "Tom"]] [https://www.familysearch.org/tree/person/details/G8VX-4PX] - 1911(Vic)-2000(Vic) - Licences: 3ZW Melbourne (Mont Albert, 1930-1939); 3AZW Melbourne (Boronia, 1954-1980+) - Qualifications: AOCP 684, 1930, Vic; AOLCP 68, 1932 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio operator (Mont Albert, 1937); operator (Caulfield, 1942); public servant (Boronia, 1963-1980) ===''LEMMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Lemmon|Lemmon, Charles Edward]] [https://www.familysearch.org/tree/person/details/GDLL-Z21] - 1885(Eng)-1966(WA) - Licences: Nil yet identified - Qualifications: CPRT 95, 1915; 2COCP 120, 1930; 1COCP 71, 1930 - coastal wireless operator; WW2; RANRS - Electoral Rolls: wireless operator (Clayfield, Qld, 1915); officer-in-charge Wireless Station (Rockhampton, 1916-1921); radio telegraphist (Applecross, 1931-1936; Como, 1937); wireless operator (Broome, 1937); radio telegraphist (Geraldton, 1943-1949); retired (Rivervale, 1954-1963) ===''LEMPRIERE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Louis Lempriere|Lempriere, Charles Louis]] [https://www.familysearch.org/tree/person/details/L23Y-NPS] - 1857(Vic)-1934(Vic) - Licences: 3ZJ Melbourne (Vermont, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: surgeon (South Yarra, 1912-1919); medical practitioner (Vermont, 1924-1934) ===''LENDRUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Lendrum|Lendrum, Alexander "Alex"]] [https://www.familysearch.org/tree/person/details/G8NZ-Y5Y] - 1887(Qld)-1955(NSW) - Licences: 2YL Sydney (Kensington, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Toowoomba, 1913); yardman (Toowoomba, 1921); constable (Kensington, 1930-1937) ===''LENNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Lennon|Lennon, Christopher James "Chris"]] [https://www.familysearch.org/tree/person/details/KJL3-LZF] - 1889(Vic)-1932(Aus) - Licences: Nil yet identified - Qualifications: cc; 1COCP 4, 1929 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: operator (Broome, 1916-1917); radio telegraphist (Townsville, 1925); telegraphist (Thursday Island, 1931) ===''LEONARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Benedict Leonard|Leonard, Aubrey Benedict]] [https://www.familysearch.org/tree/person/details/GS9T-N4X] - 1896(NSW)-1968(Vic) - Licences: 3EN Receive Drouin (1922-1923); 3EN Drouin (1924-1926) - Qualifications: cc; AOCP 244, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal assistant (Drouin, 1922-1928); radio dealer (Drouin, 1931-1954); retired (Drouin, 1963-1967) * [[/John William Leonard|Leonard, John William "Bill"]] [https://www.familysearch.org/tree/person/details/G494-BY4] - 1906(Vic)-1974(Vic) - Licences: 3AB Melbourne (Black Rock, 1928-1939) - Qualifications: cc; AOCP 386, 1928, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Sandringham, 1931-1943); shopkeeper (Sandringham, 1949-1968) * [[/Leslie Clarence Leonard|Leonard, Leslie Clarence]] [https://www.familysearch.org/tree/person/details/GH15-16Q] - 1902(Vic)-1961(SA) - Licences: 5LT Adelaide (Payneham, 1946-1947; Medindie, 1948); 5LT Port Lincoln (1954-1960) - Qualifications: AOCP 2336, 1939, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: pilot (The Terrace/Port Pirie, 1939) * [[/Vincent Halpin Leonard|Leonard, Vincent Halpin]] [https://www.familysearch.org/tree/person/details/G8S4-TXD] - 1915(Vic)-1988(Vic) - Licences: 3PJ Melbourne (?, 1938-1939; Kew, 1946-1956); 3PJ St Andrews (1960); 3PJ Melbourne (Balwyn, 1965-1980+) - Qualifications: AOCP 2167, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1937; Kew, 1937-1954); public servant (St Andrews, 1958; Balwyn, 1963-1980) ===''LESLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julian Leslie|Leslie, Julian]] [https://www.familysearch.org/tree/person/details/GS98-211] - 1873(Vic)-1950(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 142, 1915; 1COCP 246, 1932 - RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: telegraphist (Leederville, WA, 1910-1912; Applecross, WA, 1913); O.I.C. (Radio Telegraph Station, Broome, WA, 1917); officer-in-charge (Radio Station, Thursday Island, 1925-1926); superintendent of wireless (Auburn, Vic, 1928); supervisor B.H. service (Randwick, NSW, 1930-1949) ===''LESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lester|Lester, Jack]] [https://www.familysearch.org/tree/person/details/L5FQ-NQL] - 1902(SA)-1990(SA) - Licences: 5LR Renmark (1930-1937); 5LR Berri (1938-1939); 5LR Adelaide (Millswood Estate, 1946-1947; Blackwood, 1954-1965); 5LR Victor Harbour (1969-1980) - Qualifications: cc; AOCP 674, 1930, No. ?? in SA; AOLCP 236, 1935; BOCP 369, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Berri, 1939-1943) ===''LETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Norman Lett|Lett, Frederick James Norman]] [https://www.familysearch.org/tree/person/details/GD2P-Y8D] - 1903(NSW)-1972(NSW) - Licences: 2WN Receive Sydney (Annandale, 1923); 2WN Sydney (Annandale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Annandale, 1930-1936); publican (Sydney, 1937); hotelkeeper (Clifton Gardens Hotel, Mosman, 1943); Darlinghurst, 1949; Dulwich Hill, 1958; Marrickville, 1963); retired (Church Point, 1968) ===''LEVENSPIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pinkus Levenspiel|Levenspiel, Pinkus or Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G8JB-QSL] - 1904(Eng)-1987(NSW) - Licences: 2TX Wyong (1930-1939, 1946-1980+) - Qualifications: AOCP 668, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (Wyong, 1936-1937); mechanic (Wyong, 1949-1963); motor dealer (Ourimbah, 1968-1980) ===''LEVERETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Leverett|Leverett, John Henry]] [https://www.familysearch.org/tree/person/details/LV79-R7Q] - 1894(Eng)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 25, 1914; 1COCP 88, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: wireless operator (Broome, 1916); telegraphist (Ascot, Qld, 1921); wireless operator (Rockhampton, 1936-1937); radio telegraphist (Rockhampton, 1943); wireless inspector (Burwood, NSW, 1954) ===''LEVERRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Hewitt Leverrier|Leverrier, Francis Hewitt "Frank"]] [https://www.familysearch.org/tree/person/details/GWBT-DP5] - 1863(NSW)-1940(NSW) - Licences: XEN Sydney (Waverley, 1911-1914, Licence No. 5) - Qualifications: cc; Nil yet identified - early wireless experimenter; radio clubs (WIA, president, 1910) - Electoral Rolls: barrister (Vaucluse, 1930-1934, Kings Counsel) - Relationships: father of 2BK-2ADE Frank Neville Leverrier * [[/Frank Neville Leverrier|Leverrier, Frank Neville "Boy"]] [https://www.familysearch.org/tree/person/details/M6RF-W2W] - 1904(NSW)-1980(NSW) - 2BK Receive Sydney (Waverley, 1922-1923); 2BK Sydney (Vaucluse, 1924-1930); 2ADE Castle Cove (1969-1975+) - Qualifications: cc; AOCP 169, 1925, No. ?? in NSW; CPRT 931, 1926) - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio work (Vaucluse, 1930); clerk (Vaucluse, 1933-1937); superintendent (Vaucluse, 1943-1949); public relations (Roseville, 1963-1968; Castle Cove, 1977) - Relationships: son of XEN Francis Hewitt Leverrier * [[/Henri Andre Leverrier|Leverrier, Henri Andre "Henry"]] [https://www.familysearch.org/tree/person/details/G68N-18J] - 1882(NCL)-1943(NSW) - Licences: XEN Sydney (Gordon, 1911); XHL Sydney (City, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; witness to Royal Commission 1927 (as manager, Australian General Electric, Sydney) - Relationships: nephew of XEN Francis Hewitt Leverrier; cousin of 2BK-2ADE Frank Neville Leverrier - Electoral Rolls: engineer (North Sydney, 1913); manager (Crows Nest, 1930-1937) ===''LEVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Levy|Levy, Richard "Dick"]] [https://www.familysearch.org/tree/person/details/G8N1-Z38] - 1909(SA)-1955(SA) - Licences: 5AJ Adelaide (Torrensville, 1930-1931) - Qualifications: cc; AOCP 654, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Torrensville, 1943) ===''LEWIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Garrett Lewis|Lewis, Henry Garrett "Harry"]] - 1895(Tas)-1978(Vic) - Licences: Hobart (no record of licence identified as yet) - Qualifications: cc; Nil yet identified - early wireless experimenter (reported experimenting from 1912); councillor WIA Tas in 1923; manager 3UZ 1924 - Electoral Rolls: * [[/William John Lewis|Lewis, William John]] [https://www.familysearch.org/tree/person/details/GXYJ-BZQ] - 1908(WA)-1976(NSW) - Licences: 2YB Sydney (Marrickville, 1931-1936; McMahons Point, 1937); 6YB Perth (Pearce, 1938-1939); 2YB Sydney (Haberfield, 1947-1950; Paddington, 1954-1969; Ryde, 1975) - Qualifications: cc; AOCP 863, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (RAAF) - Comment: Several contemporaneous WJLs - Electoral Rolls: Nil yet identified due to numbers ===''LIGHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lighton|Lighton, Robert]] [https://www.familysearch.org/tree/person/details/K2HJ-HD1] - 1869(Vic)-1940(Vic) - 3CM Receive Melbourne (East St Kilda, 1922-1924), 3RL Melbourne (East St Kilda, 1925-1931), amateur operator (AOCP 179, 1925, No. ?? in Vic), amateur broadcaster, storekeeper (Toongabbie, 1903; Benalla, 1916), independent means (East St Kilda, 1928; Armadale, 1937) ===''LINDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Linden|Linden, Edwin]] [https://www.familysearch.org/tree/person/details/GXXD-PRV] - 1904(Qld)-1970(NSW) - Licences: 4FT Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Murgon, Qld, 1925); mechanic (Wilston, Qld, 1928); storekeeper (Clayfield, Qld, 1936-1937); telephone mechanic (Mackay, Qld, 1943-1949); supervising technician (Bowen, Qld, 1954); PMG technician (Tweed Heads, NSW, 1958-1968) ===''LINDNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Lindner|Lindner, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GSVX-787] - 1904(NSW)-1981(Qld) - 4BX Receive Brisbane (Alderley) 1922 - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Wilston, 1928); motor mechanic (Maleny, 1934); mechanic (Windsor, 1936-1972); retired (Mt Samson, 1977) ===''LINDSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Gordon Lindsay|Lindsay, Donald Gordon]] [https://www.familysearch.org/tree/person/details/GZ6V-126] - 1909(Vic)-1964(WA) - 2DY Sydney (Gordon, 1925-1936; Ashfield, 1937; Concord, 1938; Kogarah, 1939), amateur operator (AOCP 83, 1925, No. ?? in NSW), amateur broadcaster, engineer * [[/Herbert Maxwell Lindsay|Lindsay, Herbert Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KP3L-S78] - 1913(Qld)-1989(Qld) - Licences: 4HD Nambour (1937-1939); 4HD Buderim (1946-1980+) - Qualifications: cc; AOCP 2027, 1937, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); employment (company secretary) - Electoral Rolls: bank officer (Nambour, Qld, 1936-1937; Taringa, Qld, 1943); fruitgrower (Buderim, Qld, 1954-1980) * [[/Patrick Charles Edward Lindsay|Lindsay, Patrick Charles Edward]] [https://www.familysearch.org/tree/person/details/GF7R-8YZ] - 1896(Eng)-19??(Eng?) - Licences: 6PL Perth (West Perth, 1927) - Qualifications: cc; CPRT 855, 1925; 2COCP 37, 1929 - amateur operator; amateur broadcaster - Electoral Rolls: wireless instructor (West Perth, WA, 1922; Balcatta, WA, 1925); radio engineer (South Brisbane, Qld, 1934) ===''LINKLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Charles Linklater|Linklater, Donald Charles]] [https://www.familysearch.org/tree/person/details/GXRC-Z44] - 1905(SA)-1967(NSW) - Licences: 5DL Pinnaroo (1935-1937) - Qualifications: cc; AOCP 1521, 1935, SA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: radio mechanic (Darling Harbour, NSW, 1949); technician (Bondi Junction, NSW, 1958) ===''LITCHFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ainslie Roland Litchfield|Litchfield, Ainslie Roland]] [https://www.familysearch.org/tree/person/details/9J3Z-FRP] - 1906(NSW)-1968(NSW) - 2RL Cooma (1925-1939), 2RL Sydney (Woollahra, 1947; Darling Point, 1948-1954; Rozelle, 1955-1958; Avalon Beach, 1960-1965), amateur operator (AOCP 200, 1925, No. ?? in NSW), amateur broadcaster, WW2, grazier (Cooma, 1930-1937), film producer (Avalon Beach, 1958-1968) ===''LITHGOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Lithgow|Lithgow, John Charles]] [https://www.familysearch.org/tree/person/details/G691-5TL] - 1916(Tas)-1990(Eng) - Licences: 7WJ Launceston (1936-1939) - Qualifications: cc; AOCP 1688, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Marine officer? 1950s-1960s, several sea trips ===''LITTLEJOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sydney Littlejohn|Littlejohn, Arthur Sydney]] [https://www.familysearch.org/tree/person/details/G8DW-VDD] - 1905(NSW)-1993(NSW) - Licences: 2AL Sydney (Leichhardt, 1930-1939); 4LF Gunalda (1947); 2OU Sydney (Leichhardt, 1948-1950) - Qualifications: AOCP 579, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Leichhardt, 1930-1958; Haberfield, 1963-1980) ===''LLOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Howard Lloyd|Lloyd, Henry Howard]] [https://www.familysearch.org/tree/person/details/GST7-9LV] - 1904(SA)-1974(SA) - Licences: 5AI Adelaide (College Town, 1923-1927); 5AG Adelaide (College Town, 1923); 5HL Adelaide (North Adelaide, 1954-1975) - Qualifications: cc; AOCP 57, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Beware another Henry Howard Lloyd [https://www.familysearch.org/tree/person/details/GZDY-FS3] 1912-1981 in Adelaide, similar times - Electoral Rolls: Nil yet identified * [[/Hughie Frederick Lloyd|Lloyd, Hughie or Hugh Frederick]] [https://www.familysearch.org/tree/person/details/GXGY-Y95] - 1917(SA)-2002(SA) - Licences: 5BC Adelaide (Hindmarsh, 1933-1939); 5BC Berri (1947-1980) - Qualifications: cc; AOCP 1137, 1933, SA; BOCP 281, 1940 - amateur operator; amateur broadcaster - Relationships: Brother of 5HD William Edward Lloyd - Electoral Rolls: electrician (Hindmarsh, SA, 1939) * [[/William Edward Lloyd|Lloyd, William Edward "Bill"]] [https://www.familysearch.org/tree/person/details/GXGB-WR9] - 1914(SA)-1996(SA) - Licences: 5HD Adelaide (Hindmarsh, 1933-1939, 1947-1948; Cumberland, 1954-1980+) - Qualifications: cc; AOCP 1215, 1933, SA; 2COCP 763, 1943 - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5BC Hughie Frederick Lloyd - Electoral Rolls: nil (Hindmarsh, SA, 1939-1943) ===''LOCKHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Edward Lockhart|Lockhart, Leon Edward]] [https://www.familysearch.org/tree/person/details/G8CJ-6GG] - 1912(Vic)-1990(Vic) - Licences: 3LE Melbourne (Elwood, 1929-1939; Elsternwick, 1946-1980+) - Qualifications: AOCP 514, 1929, No. ?? in Vic; 1COCP 205, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elwood, 1934-1937); engineer (Elsternwick, 1942-1977) ===''LOESER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hedley Edmond Loeser|Loeser, Hedley Edmond]] [https://www.familysearch.org/tree/person/details/MPXL-RM6] - 1912(SA)-19??(???) - Licences: 5LO Adelaide (Goodwood, 1936-1939; Col LIght Gardens, 1947) - Qualifications: cc; AOCP 1748, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: display artist (Reade Park, SA, 1943) ===''LOMAX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Lomax|Lomax, Joseph]] - 19??(???)-19??(???) - Licences: 4EB Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: commercial traveller (St Kilda, Vic, 1913-1914; Ivanhoe, Vic, 1916-1917; Coorparoo, Qld, 1921-1925; Kew, Vic, 1926) ===''LONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Timothy Joseph Long|Long, Timothy Joseph]] [https://www.familysearch.org/tree/person/details/GQ19-Z9G] - 1884(Qld)-1923(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 140, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Comment: suicide after diagnosis terminal illness - Electoral Rolls: labourer (Toowoomba, 1908); radio telegraphist (Cooktown, 1916-1917); telegraphist (Townsville, 1921) ===''LONGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ruth Victoria Longley|Harris nee Longley, Ruth Victoria]] [https://www.familysearch.org/tree/person/details/GXYZ-5GJ] - 1913(WA)-19??(???) - Licences: 6YL Perth (Shenton Park, 1936-1939) - Qualifications: cc; AOCP 1808, 1936, WA - amateur operator; amateur broadcaster; YL operator; WW2 - Relationships: Wife of 6NL Valentine Harms Harris - Electoral Rolls: saleswoman (Subiaco, WA, 1936-1937); home duties (Applecross, WA, 1949-1954); manager (Applecross, WA, 1958) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''LONGSTAFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Allen Hector Longstaff|Longstaff, Thomas Allen Hector "Allen"]] [https://www.familysearch.org/tree/person/details/GWQM-WF3] - 1896(SA)-1953(NSW) - Licences: XVR Adelaide (Alberton, 1913) - Qualifications: cc; CPRT 55, 1915 - early wireless experimenter; coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2 - Electoral Rolls: executive (Brighton, Vic, 1949) ===''LORDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Allan Lorden|Lorden, Geoffrey Allan]] [https://www.familysearch.org/tree/person/details/GZJB-2P8] - 1907(WA)-1994(Vic) - Licences: 6GL Perth (Perth, 1925-1926; West Perth, 1927) - Qualifications: cc; AOCP 175, 1925, No. ?? in WA; 2COCP 342, 1940; 1COCP 441, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Jingalup, WA, 1931); survey assistant (Jingalup, WA, 1936-1937); radio operator (Hotel Beadon, Onslow, 1943; Kalgoorlie, 1949); civil servant (Mitcham, Vic, 1968-1977) ===''LOVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Kingsley Love|Love, Howard Kingsley]] [https://www.familysearch.org/tree/person/details/GZGQ-8S5] - 1895(Vic)-1948(Vic) - Licences: 3BM Receive Melbourne (East Malvern, 1922); 3BM Melbourne (East Malvern, 1922-1931; Glen Iris, 1933), 3KU Melbourne (Malvern, 1937-1939, 1946-1948) - Qualifications: cc; AOCP 230, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; broadcast engineer; radio clubs (WIA Vic); business proprietor (radio manufacturer) - Electoral Rolls: merchant (Orong, 1919; Malvern East, 1921-1924; Gardiner, 1927-1933); manager (Gardiner, 1936-1937); engineer (Mt. Waverley, 1942) - Comment: gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW199407.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199408.pdf EA2] * [[/James Peile Love|Love, James Peile "Nim"]] [https://www.familysearch.org/tree/person/details/L7JF-83Z] - 1906(Qld)-1999(Qld) - Licences: 4JL Brisbane (Kedron, 1928-1939) - Qualifications: cc; AOCP 469, 1928, No. ?? in Qld (Halcyon AOCP 1930); 3COCP 5259, 1965 - amateur operator; amateur broadcaster; military (WW2, AIF) - Electoral Rolls: auctioneer (Kedron, 1928-1943; Hawthorne, 1949-1980) ===''LOVETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Frank Lovett|Lovett, Hubert Frank]] [https://www.familysearch.org/tree/person/details/GHG1-DT2] - 1905(Tas)-1961(Tas) - Licences: 7HL Hobart (1926-1933+) - Qualifications: cc; AOCP 246, 1926, No. ?? in Tas - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Hobart North, 1928-1937); manager (Hobart South, 1949; Nelson, 1954) - Links: [https://info.scholarships.utas.edu.au/AwardDetails.aspx?AwardId=2813 UTAS Scholarship] * [[/Percy Lovett|Lovett, Percy]] [https://www.familysearch.org/tree/person/details/GDB5-M21] - 1906(NSW)-1986(NSW) - Licences: 2JP Receive Sydney (Artarmon, 1922) - Qualifications: cc; 3COCP 2210, 1956 - amateur operator; amateur broadcaster - Electoral Rolls: ===''LUBACH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Lubach|Lubach, Frederick John "Fred"]] [https://www.familysearch.org/tree/person/details/G9H7-VZD] - 1919(Qld)-1998(Qld) - Licences: 4RF Brisbane (South Brisbane, 1936-1939; Annerley, 1946-1947); Dalby (1948-1950); Brisbane (Coorparoo, 1954; Camp Hill, 1965-75; Loganlea, 1980) - Qualifications: cc; AOCP 1745, 1936, Qld; 2COCP 868, 1944 - amateur operator; amateur broadcaster; radio clubs (WIAQ, instructor, QSL manager); military (WW2, RAN, wireless officer); broadcast technician (4QS, Capalaba) - Electoral Rolls: technician (Dalby, Qld, 1949; Coorparoo, Qld, 1954; Camp Hill, Qld, 1958-1968); public servant (Camp Hill, Qld, 1972-1977); retired (Loganlea, Qld, 1980) ===''LUCAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gillen Frederick Lucas|Lucas, Gillen Frederick]] [https://www.familysearch.org/tree/person/details/GXLB-Y7P] - 1894(SA)-1964(SA) - Licences: 5LL Adelaide (Kilkenny, 1935-1939; Port Adelaide, 1947; Maylands, 1948; Trinity Gardens, 1954-1960) - Qualifications: cc; AOCP 1589, 1935, SA - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: bootmaker (Kilkenny, SA, 1939-1943) ===''LUCKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Forsythe Arthur Luckman|Luckman, Charles Forsythe Arthur]] [https://www.familysearch.org/tree/person/details/GMF8-LS2] - 1901(NSW)-1979(NSW) - Licences: 2JT Receive Sydney (Croydon, 1922); 2JT Sydney (Croydon, 1923-1926; Lakemba, 1927-1933; Croydon, 1934; Ashfield, 1935-1938; Croydon, 1939, 1946-1975) - Qualifications: cc; AOCP 41, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: lift engineer (Lakemba, 1930-1933); electrician (Croydon, 1935-1943); electrical mechanic (Croydon, 1954-1972) * [[/Thomas Stuart Luckman|Luckman, Thomas Stuart "Stuart"]] [https://www.familysearch.org/tree/person/details/G64P-8CD] - 1913(Qld)-2005(Qld) - Licences: 4SL Brisbane (Kalinga, 1931-1939) - Qualifications: cc; AOCP 783, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, CMF, Signals Northern Command); occupation (hardware executive) - Electoral Rolls: salesman (Kalinga, 1936-1937); storeman (Hendra, 1943-1958); retired (Aspley, 1972-1977; Carseldine, 1980) ===''LUHRS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Albert Luhrs|Luhrs, Victor Albert]] [https://www.familysearch.org/tree/person/details/KZYN-VJJ] - 1888(Vic)-1964(SA) - Licences: V761 Receive Woori Yallock (1922); 3HB Receive Woori Yallock (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Torquon West, Nhill, 1909; Netherby, 1912-1914; Cavendish, 1916-1919; Woori Yallock, 1922-1924; Kalyan, SA, 1939); grazier (Tintinara, SA, 1941-1943) ===''LUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Douglas Lum|Lum, Allan Douglas]] [https://www.familysearch.org/tree/person/details/G92F-LX7] - 1913(SA)-1978(SA) - Licences: 5AL Adelaide (Joslin, 1932-1939; Hyde Park, 1947) - Qualifications: cc; AOCP 980, 1932, No. ?? in SA; 1COCP 427, 1940; TVOCP 263, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Gawler, SA, 1939-1941); mechanic (Hyde Park, SA, 1943) ===''LUMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd John Lumb|Lumb, Lloyd John "Jack"]] [https://www.familysearch.org/tree/person/details/G84C-LF2] - 1907(Qld)-1975(Qld) - Licences: 4LL Brisbane (Ashgrove, 1928-1939) - Qualifications: cc; AOCP 471, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; engineer (PMGD) - Electoral Rolls: telephone mechanic (Ashgrove, 1936-1937); postal electrician (Stanthorpe, 1943); technician (Ashgrove, 1949); engineer (Ashgrove, 1958-1972) ===''LUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Vincent Lunn|Lunn, Harold Vincent]] [https://www.familysearch.org/tree/person/details/GXGY-4X5] - 1908(NSW)-1987(NSW) - Licences: 5HL Adelaide (Morphettville, 1935-1939); 2ANE Sydney (North Ryde) - Qualifications: cc; AOCP 1449, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical fitter (Morphettville, SA, 1939-1943; Hurstville South, NSW, 1972); retired (North Ryde, NSW, 1977-1980) ===''LUXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilfred Luxon|Luxon, George Wilfred]] [https://www.familysearch.org/tree/person/details/M5YJ-XTL] - 1908(NSW)-1992(SA) - Licences: 5RX Adelaide (West Mitcham, 1928-1939, 1946-1965; Torrens Park, 1969-1980+) - Qualifications: cc; AOCP 450, 1928, No. ?? in SA - amateur operator; amateur broadcaster late 1920s; WW2; WIA SA (several official duties) - Electoral Rolls: radio mechanic (Mitcham, 1939-1943) ===''LYNCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harold John Lynch|Lynch, Harold John]] [https://www.familysearch.org/tree/person/details/LDTD-VXL] - 1905(Qld)-1995(Qld) - Licences: 4HL Brisbane (Fortitude Valley, 1934-1939, 1946-1956; Slacks Creek, 1960-1975); 4HL Springbrook (1980+) - Qualifications: cc; AOCP 1268, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); business proprietor (restaurants, picture theatres) - Electoral Rolls: cutter (Albion, Qld, 1928); shopkeeper (Valley, Qld, 1936-1943); cafe proprietor (Valley, Qld, 1949); shopkeeper (St Lucia, Qld, 1954; Slacks Creek, Qld, 1958-1968); owner (Slacks Creek, Qld, 1972-1977); retired (Springbrook, Qld, 1980) ===''LYONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Thomas Lyons|Lyons, Joseph Aloysius Thomas]] [https://www.familysearch.org/tree/person/details/LZGY-XKB] - 1879(Tas)-1939(NSW) - teacher, state politician, Premier of Tasmania, federal politician, Postmaster-General, Prime Minister of Australia, actively promoted development of broadcasting in Australia over two decades - Electoral Rolls: =='''M'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''MABBITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Matthew Mabbitt|Mabbitt, John Matthew]] [https://www.familysearch.org/tree/person/details/G8DV-FD5] - 1905(Vic)-1966(Vic) - Licences: 3KI Lake Boga (1930-1939); 3JG Lake Boga (1947-1948); 3JG Swan Hill (1954-1960); 3JG Melbourne (Templestowe, 1965) - Qualifications: AOCP 588, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: orchardist (Lake Boga, 1928-1949); supervisor (Swan Hill, 1954); public servant (Templestowe, 1963) ===''MACDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Donald Macdonald|Macdonald, Donald "Don"]] [https://www.familysearch.org/tree/person/details/GXQ7-WT8] - 1883(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; BOCP 45, 1936 - senior federal public servant (Chief Engineer, Radiotelegraph Branch, PMGD, 1914); Lieutenant-Commander Telegraphist (RAN, in charge captured German Pacific Wireless); chief engineer 7EX; supervised erection 3AR, 5CL, 7ZL; early TV research - Comment: Don't confuse with Don Macdonald AWA consultant - Electoral Rolls: Numerous contemporaneous DMcDs - Links: [http://messui.polygonal-moogle.com/valves/NW199505.pdf EA] * [[/Llewellyn Macdonald|Macdonald, Llewellyn "Lew"]] [https://www.familysearch.org/tree/person/details/G8HH-73F] - 1908(Eng)-1974(NSW) - Licences: 2WU Newcastle (West Maitland, 1929-1934; Wickham, 1935-1936; Waratah, 1937; Mayfield, 1938-1939, 1946-1961; Charlestown, 1965-1969) - Qualifications: AOCP 478, 1929, No. ?? in NSW; 2COCP 69, 1936; BOCP 50, 1936; 1COCP 125, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: cabinetmaker (West Maitland, 1930; Wickham, 1936); joiner (Waratah, 1937; Charlestown, 1972) ===''MACFARLANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred - see Harriss, Dorothy Winnifred ===''MACGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. MacGregor|MacGregor, H.]] - 19??(???)-19??(???) - 4ZU Brisbane (Windsor, -1947+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''MACKAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Stewart Mackay|Mackay, Cedric Stewart or Stuart]] [https://www.familysearch.org/tree/person/details/973G-3Q2] - 1889(Vic)-1955(NSW) - Licences: XADF Coffs Harbour (1913-1914); 2GP Urunga (1922-1931); 2GO Coffs Harbour (1935-1939) - Qualifications: cc; AOCP 149, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Urunga, 1930); agent (Coffs Harbour, 1943-1949) * [[/Ian Keith Mackay|Mackay, Ian Keith]] [https://www.familysearch.org/tree/person/details/G8JG-NHF] - 1907(NZ)-1985(NZ) - author, historian (broadcast, "Broadcasting in New Zealand" (1953), "Broadcasting in Australia" (1957), "Broadcasting in Nigeria" (1964), "Broadcasting in Papua New Guinea" (1976) - Electoral Rolls: broadcasting executive (Lane Cove, 1954); executive (Killara, 1958) * [[/Ronald Reay Mackay|Mackay, Ronald Reay]] [https://www.familysearch.org/tree/person/details/G8N2-Y6T] - 1905(Vic)-1963(Vic) - Licences: 3FZ Receive Melbourne (Carlton, 1922); 3MU Melbourne (Carlton, 1931-1939, 1946-1960) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, principal (RMIT) - Electoral Rolls: teacher (Carlton, 1931-1963) - [https://adb.anu.edu.au/biography/mackay-ronald-reay-10980 ADB] ===''MACKEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Francis Mackel|Mackel, John Francis]] [https://www.familysearch.org/tree/person/details/G8DJ-FP5] - 1912(NSW)-1987(NSW) - Licences: 2HG Sydney (Chatswood, 1930-1939, 1946-1947; Lane Cove, 1948-1965; Hunters Hill, 1969-1980) - Qualifications: AOCP 585, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Chatswood, 1935-1943); insurance inspector (Lane Cove, 1949-1954); insurance manager (Lane Cove, 1958-1963); manager (Hunters Hill, 1968-1980) ===''MACKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Harper Mackenzie|Mackenzie, Alexander Harper "Mac"]] [https://www.familysearch.org/tree/person/details/G7J3-MVZ] - 1892(Sct)-1970(Qld) - Licences: 4GK Brisbane (Wynnum, 1930-1939; Bulimba, 1946-1969) - Qualifications: cc; AOCP 628, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Fire Service) - Electoral Rolls: fireman (Brisbane City, 1916; Hamilton, 1919; Brisbane City, 1925); fire brigade officer (Wynnum, 1928-1936); newsagent (Bulimba, 1949); retired (Bulimba, 1954-1968) - Relationships: father of 4YL Florence Madeline Mackenzie and 4HJ Arthur Alexander Mackenzie * [[/Arthur Alexander Mackenzie|Mackenzie, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7J3-796] - 1918(Qld)-2001(Qld) - Licences: 4HJ Jericho (1937); 4HJ Brisbane (Wynnum, 1938-1939) - Qualifications: cc; AOCP 1346, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Townsville, 1949); newsagent (Grange, 1954-1963); public servant (Townsville, 1972; Cleveland, 1972; Thornlands, 1977, Cleveland, 1980) - Relationships: son of 4GK Alexander Harper Mackenzie; brother of 4YL Florence Madeline Streamer nee Mackenzie * [[/Florence Madeline Mackenzie|Streamer nee Mackenzie, Florence Madeline "Madeline"]] [https://www.familysearch.org/tree/person/details/G8FN-B8C] - 1922(Qld)-19??(Qld) - Licences: 4YL Brisbane (1936-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; third YL operator in Qld - Electoral Rolls: home duties (Mitchelton, 1949; New Farm, 1954) - Relationships: daughter of 4GK Alexander Harper Mackenzie; sister of 4HJ Arthur Alexander Mackenzie - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Harold Stuart Mackenzie|Mackenzie, Harold Stuart]] [https://www.familysearch.org/tree/person/details/L21R-VGN] - 1908(Qld)-1995(Qld) - Licences: 4AM Brisbane (Annerley, 1929-1933) - Qualifications: cc; AOCP 518, 1929, No. ?? in Qld; 2COCP 90, 1937; 1COCP 239, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Annerley, 1934-1937); company manager (Strathfield, NSW, 1943-1954); radio operator (Blackheath, 1958); unemployed (Burleigh Heads, 1963-1968); technician (Burleigh Heads, 1972-1980) ===''MACKINNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Eric Wilton MacKinnon|MacKinnon, Colin Eric Wilton]] [https://www.familysearch.org/tree/person/details/LK45-QRQ] - 1941(NSW)-2004(NSW) - Licences: 2KCM Sydney 1980s; 2DYM Sydney (1980-2004)- Qualifications: NAOCP N1793, 1981; AOLCP N1281, 1981; AOCP N1032, 1981, NSW - amateur operator; amateur broadcaster; historian (amateur radio; military radio; radar) - Electoral Rolls: engineer (Cronulla, 1968; Hurstville, 1977); retired (Glenhaven, 1980) - [https://www.qsl.net/vk2dym/radio/Colin_MacKinnon.htm Obit] ===''MACLARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Foster St Clair Maclardy|Maclardy, William John Foster St Clair "Will"]] - 1892(NSW)-1971(NSW) - 2HP Sydney (Neutral Bay & Cremorne,1922-1925), amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, broadcast engineer (2BL), journalist (Smith's Weekly, Wireless Weekly), correct surname is St Clair Maclardy but rarely used, son of William McIntyre St Clair Maclardy, one time Wireless Weekly proprietor ===''MACLAREN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Catto Maclaren|Maclaren, Donald Catto]] [https://www.familysearch.org/tree/person/details/G8N1-2R2] - 1909(NSW)-1964(NSW) - Licences: 2DM Sydney (Haberfield, 1930-1939); 2NN Narrabri (1947-1950) - Qualifications: AOCP 655, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Haberfield, 1933-1936; Taree, 1937; Narrabri, 1949) ===''MACLURCAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Dansie Maclurcan|Maclurcan, Charles Dansie]] [https://www.familysearch.org/tree/person/details/GWR7-LJ3] - 1889(Qld)-1957(NSW) - Licences: XDM Sydney (1909-1914); 2CM Sydney (Strathfield, 1921-1939; Neutral Bay, 1946-1957); 2CY Sydney (Strathfield, 1923, briefly by administrative error); first licence issued under new 1922 radio regulations - Qualifications: cc; AOCP 98, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; business proprietor (Maclurcan and Lane, 1909-19??, Maclurcan Engineering, Hotel Wentworth) - Electoral Rolls: electrical engineer (Darling Harbour, 1913); engineer (Strathfield, 1930-1934); hotel manager (Neutral Bay, 1949-1954) - Links: [https://adb.anu.edu.au/biography/maclurcan-hannah-13070 ADB] [[w:2CM|Wikipedia]] [https://radioinfo.com.au/news/who-was-radio-pioneer-charles-maclurcan/ radioinfo] ===''MACM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Chestnut McMillan|McMillan, Joseph Chestnut]] [https://www.familysearch.org/tree/person/details/GDRK-8TG] - 1901(Sct)-1968(Vic) - Licences: 7BP Receive Hobart (City, 1923); 7BP Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart East, 1928) ===''MACPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Duncan Macpherson|Macpherson, Alexander Duncan "Sandy"]] [https://www.familysearch.org/tree/person/details/29CF-Z3F] - 1899(Qld)-1974(Qld) - Licences: 4MC Brisbane (Nundah, 1934-1939, 1946-1948; Oakleigh, 1954; Chermside, 1955-1969) - Qualifications: cc; AOCP 1271, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Toombul RC); Qld Lands (draughtsman) - Comment: Slow update for death in Electoral Rolls? - Electoral Rolls: draftsman (Nundah, Qld, 1921-1949; Oakleigh, Qld, 1954; Chermside, Qld, 1958-1968); retired (Chermside, Qld, 1972-1980) ===''MADDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney John Madden|Madden, Sydney John]] [https://www.familysearch.org/tree/person/details/GX16-WGL] - 1900(Sct)-1955(WA) - Licences: 6MN Perth (City, 1930; North Perth, 1931; Maylands, 1933-1937; Wembley, 1938-1939) - Qualifications: cc; 2COCP 264, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Maylands, WA, 1931-1937; Wembley Park, WA, 1937-1943); supervisor (Wembley, WA, 1954) ===''MADDICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Maddick|Maddick, Herbert William]] [https://www.familysearch.org/tree/person/details/GHLB-J2P] - 1890(Vic)-1960(Vic) - Licences: XLX Melbourne (Elsternwick, 1913-1914); 3EF Receive Melbourne (Elwood, 1922-1923); 3EF Melbourne (Elwood, 1924-1933+) - Qualifications: cc; AOCP 161, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; perpetrator of the foul mouthed parrot incident - Electoral Rolls: motor mechanic (Elsternwick, 1917); mechanic (Elsternwick, 1919-1954) ===''MAGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin William Michael Magee|Magee, Kevin William Michael]] [https://www.familysearch.org/tree/person/details/GXRX-51Z] - 1913(Vic)-1979(Vanuatu) - Licences: 5KM Adelaide (City, 1931-1933); 2UN Sydney (Paddington, 1936); 3UN Melbourne (Hawthorn, 1937); 3KM Melbourne (Kew, 1947-1960; North Balwyn, 1965-1969) - Qualifications: cc; AOCP 874, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: staff cadet (Victoria Barracks, NSW, 1936); military officer (Hawthorn, Vic, 1937; Kew, Vic, 1943); engineer (Kew, Vic, 1949-1954); company director (Kew, Vic, 1963); director (Balwyn, Vic, 1967-1972) ===''MAGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lindsay Maguire|Maguire, Arthur Lindsay]] [https://www.familysearch.org/tree/person/details/G8SN-BKC] - 1921(Vic)-1998(Vic) - Licences: 3IO Stratford (1938-1939; 1947-1960) - Qualifications: AOCP 2216, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Stratford, 1949-1977); grazier (Munro, 1980) * [[/Ernest Norbert Maguire|Maguire, Ernest Norbert]] [https://www.familysearch.org/tree/person/details/LR4X-F61] - 1892(NSW)-1967(NSW) - Licences: 2KL Sydney (Lewisham, 1928-1930; Dulwich Hill, 1931-1939) - Qualifications: AOCP 387, 1928, No. ?? in NSW; 2COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: police constable (Lewisham, 1930-1932); sergeant of police (Putney, 1943; Gladesville, 1949-1958); retired (Lake Illawarra South, 1963) * [[/Sydney William Maguire|Maguire, Sydney William]] [https://www.familysearch.org/tree/person/details/KNDF-L85] - 1903(WA)-1958(NSW) - Licences: 2XY Sydney (Rose Bay, 1930-1934; Paddington, 1935-1936; North Bondi, 1937-1939) - Qualifications: CPRTelephony 933, 1926; AOLCP 74, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Rose Bay, 1930-1934; Glenmore, 1935); engineer (Bondi, 1936-1937); radio engineer (Maroubra North, 1943); inspector (Maroubra North, 1949; Kingsford, 1954-1958) ===''MAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Hugh Mahon|Mahon, Hugh]] - 1857(Ire)-1931(Vic) - senior federal politician (MHR 1900s & 1910s; Postmaster-General 1904) ===''MALCOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Graham Malcolm|Malcolm, Keith Graham]] [https://www.familysearch.org/tree/person/details/GD8F-K5W] - 1949(Eng)-2011(NSW) - Licences: 3ZYK Melbourne (North Clayton, 1969; Mulgrave, 1975; Berwick, 1980); 1???; 2??? - Qualifications: AOLCP 2407, 1967 - broadcast planning engineer (PMGD, ABCB, P&TD, DoC); Communications Laboratory DoC (Director) - Electoral Rolls: engineer (Clayton, Vic, 1972; Mulgrave, 1977; Berwick, 1980) ===''MALONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Joseph Malone|Malone, James Joseph "Jim"]] [https://www.familysearch.org/tree/person/details/GWL8-8DP] - 1883(NSW)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 240, 1916 - employment (NSW P&T, Telegraph Messenger; PMGD, Cadet Engineer, Controller Wireless; OTC, Manager); WW1 - Electoral Rolls: engineer (Clayfield, Qld, 1917-1925; Kew, Vic, 1926-1928); chief inspector wireless (Kew, Vic, 1931-1937); Deputy Director, Posts and Telegraphs (Indooroopilly, 1943); public servant (Lindfield, NSW, 1949-1963) - Links: [[w:James Joseph Malone|Wikipedia]]; [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_05_30#P.109_-_Commonwealth_Controller_of_Wireless|Bio]] ===''MALPAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth John Malpas|Malpas, Kenneth John "Ken"]] [https://www.familysearch.org/tree/person/details/MGC2-BNN] - 1909(SA)-1929(SA) - Licences: 5XG Kadina (1927-1928) - Qualifications: cc; AOCP 313, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Passed too soon - Electoral Rolls: Nil ===''MANGNALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hartley Mangnall|Mangnall, Robert Hartley Jnr]] [https://www.familysearch.org/tree/person/details/G8MD-3L2] - 1903(Vic)-1963(Vic) - Licences: 3?? Melbourne (Carlton, 1927); 3HB Melbourne (Highett, 1947-1960) - Qualifications: AOCP 350, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (Carlton, 1936); engineer (Sandringham, 1942-1963) ===''MANIFOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Charles Manifold|Manifold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/LXMR-BFZ] - 1908(Vic)-1993(Vic) - Licences: 3EM Melbourne (Malvern, 1930-1933; McKinnon, 1937-1939, 1946-1980+) - Qualifications: AOCP 647, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: plumber (Malvern, 1931-1934; Bentleigh, 1936-1980) ===''MANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Mann|Mann, John Edward "Jack"]] [https://www.familysearch.org/tree/person/details/G3JY-STV] - 1912(SA)-1941(off Libyan coast) - Licences: 5EM Semaphore (1934-1938); 3IE Westmere (1938); 3IE Ballarat (1939) - Qualifications: cc; AOCP 1304, 1934, SA - amateur operator; amateur broadcaster; military (WW2, RAN, telegraphist) - Relationships: Son of Thomas William Mann - Electoral Rolls: Nil yet identified - Links: [https://www.awm.gov.au/collection/R1675471 AWM]; [https://www.awm.gov.au/collection/P10278775 AWM] - Sacrifice: "Greater love hath no man than this" * [[/Sydney George Mann|Mann, Sydney George]] [https://www.familysearch.org/tree/person/details/G8DP-V1C] - 1908(Eng)-1977(Eng) - Licences: 3KY Melbourne (Glenhuntly, 1930-1931; Hampton, 1937-1939, 1946-1954; East Brighton, 1955-1960) - Qualifications: AOCP 594, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Sergeant) - Electoral Rolls: traveller (Glenhuntly, 1931); mechanic (Sandringham, 1936-1937); shopkeeper (Woodend, 1942); mechanic (Hampton, 1949-1954); sales (Carnegie, 1963); salesman (St Kilda, 1967) * [[/Thomas William Mann|Mann, Thomas William]] [https://www.familysearch.org/tree/person/details/GZLZ-2S3] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923) - Qualifications: Nil yet identified - amateur receiver - Relationships: Father of 5EM-3IE John Edward Mann- Electoral Rolls: Nil yet identified ===''MANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol John Roland Manning|Manning, Athol John Roland]] [https://www.familysearch.org/tree/person/details/G69L-G2L] - 1916(Tas)-2005(Tas) - Licences: 7LR Devonport (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1367, 1934, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Devonport, 1949-1954) * [[/Clifton Joseph Manning|Manning, Clifton Joseph]] [https://www.familysearch.org/tree/person/details/G893-WW6] - 1909(Vic)-1994(Vic) - Licences: 3CJ Melbourne (Ringwood, 1927; Elwood, 1931-1937; Eltham, 1938-1939; Balwyn, 1946-1947; Templestowe, 1948; Beaumaris, 1954-1960); 3CJ Orbost (1965); 3CJ Marlo (1969-1975) - Qualifications: AOCP 338, 1927, No. ?? in Vic; 1COCP 877, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (St Kilda, 1931-1936; Canterbury, 1943; Templestowe, 1949; Sandringham, 1954-1963); farmer (Orbost, 1967-1968); retired (Marlo, 1972-1977; Lang Lang, 1980) ===''MANSFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Mansfield|Mansfield, H. D.]] - 19??(???)-19??(???) - Licences: XZQ Burnie (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''MANTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Thomas Mantle|Mantle, Joseph Patrick Thomas]] [https://www.familysearch.org/tree/person/details/GX84-DP9] - 1913(Qld)-1976(Fiji) - Licences: 4XF Brisbane (Ascot, 1933-1939); 4XF Townsville (Hermit Park, 1947-1948); 4XF Brisbane (Brisbane City, Qld, 1954-1960); 3AEN Bendigo (1969-1980) - Qualifications: cc; AOCP 1146, 1933, Qld; 2COCP 1083, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: projectionist (Ascot, Qld, 1936); engineer (Ashgrove, Qld, 1943); sound engineer (Townsville, Qld, 1949); business manager (New Farm, Qld, 1954); manager (St Lucia, Qld, 1958); sales manager (Warwick, Qld, 1963); no occupation (Townsville, Qld, 1963); sales executive (Petersham, NSW, 1972) ===''MANUEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Thomas Manuel|Manuel, Robert Thomas]] [https://www.familysearch.org/tree/person/details/KF5S-3R5] - 1910(SA)-2003(SA) - Licences: 5RT Adelaide (Prospect, 1932-1939, 1947-1960; Beefacres, 1965; Windsor Gardens, 1969-1980+) - Qualifications: cc; AOCP 1052, 1932, SA; BOCP 1310, 1953; 2COCP 1279, 1953; 1COCP 1688, 1953 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''MARCONI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guglielmo Giovanni Maria Marconi|Marconi, Guglielmo Giovanni Maria]] - 1874(Italy)-1937(Italy) - Inventor, electrical engineer, entrepreneur, businessman; pioneer of long distance radio transmission, widely credited as the inventor of radio; shared 1909 Nobel prize for physics for contributions to the development of wireless telegraphy ===''MARCUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eugen Gerald Marcuse|Marcuse, Eugen Gerald "Gerald"]] [https://www.familysearch.org/tree/person/details/9C3M-X1G] - 1886(Eng)-1961(Eng) - Licences: G2NM England - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer ===''MARKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Sydney Marks|Marks, Joseph Sydney or Sydney Joseph]] [https://www.familysearch.org/tree/person/details/GQG4-X1G] - 1885(NSW)-1949(NSW) - Licences: 2GR Receive Sydney (Rose Bay, 1922); 2GR Sydney (Rose Bay, 1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio trader (Electricity House, Marks' Radio Company); electrician; police officer; sued by 2BL for non-payment of fees in 1924 - Electoral Rolls: electrician (Rose Bay, 1930-1949) ===''MARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric William Marley|Marley, Cedric William]] [https://www.familysearch.org/tree/person/details/LVF2-DJ4] - 1918(Qld)-1984(Qld) - Licences: 4CJ Brisbane (Highgate Hill, 1938-1939; Graceville, 1947; Kalinga, 1948); 4CJ Rockhampton (1954-1956); 4CJ South Mackay (1960); 9CJ Port Moresby (1965); Brisbane (Mt Gravatt, 1969-1980) - Qualifications: cc; AOCP 2079, 1938, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); broadcast technician (PMG, ABC); WW2 (RAN, telegraphist); federal public servant (PMG, ABC) - Electoral Rolls: technician (Kalinga, Qld, 1949; Rockhampton, Qld, 1954); broadcast technician (Mackay, Qld, 1958; Bucasia, Mackay, Qld, 1958; Mt Gravatt, Qld, 1963-1980) ===''MARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Clanan Marr|Marr, Charles William Clanan]] [https://www.familysearch.org/tree/person/details/9M8V-QQM] - 1880(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; WW1 - Electoral Rolls: MHR (Forrest, 1929); director (Crows Nest, NSW, 1933); company director (Wollstonecraft, 1933-1935); director (Crows Nest, 1935); company director (Pymble, 1937-1943; Killara, 1943-1949; Pymble, 1954-1958) ===''MARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Burton Mars|Mars, Ernest Burton]] [https://www.familysearch.org/tree/person/details/G8VJ-GWR] - 1907(SA)-1987(Qld) - Licences: Receive Adelaide (North Unley, 1923-1924); 4EM Charleville (1930-1933); 2EM Dubbo (1934-1936); 4EM Charleville (1937-1939, 1946-1947); 2GE Moree (1948); 4EM Emerald (1954-1955); 4EM Charleville (1956); 4EM Longreach (1960); 4EM Currumbin (1965-1969) - Qualifications: cc; AOCP 686, 1930, No. ?? in Qld; BOCP 23, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Dubbo, 1935); bank official (Charleville, 1937-1943; Wagga Wagga, 1949); bank clerk (Moree, 1949); bank manager (Commonwealth Bank Emerald, 1954; Commonwealth Bank, Charleville, 1958; Longreach, 1963); retired (Currumbin, 1968; Palm Beach, Qld, 1977-1980) - established 4VL Charleville commercial ===''MARSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Marsden|Marsden, Robert Cecil "Cecil"]] [https://www.familysearch.org/tree/person/details/G92N-W62] - 1892(Eng)-1968(NSW) - Licences: unlicensed?, Sydney, 1909; 2JM Receive Sydney (Edgecliffe, 1922); 2JM Sydney (Edgecliffe, 1923-1925; Bellevue Hill, 1925-1926; Edgecliff, 1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW, local NSW clubs) - Relationships: Father of 2VV-2FV Robert Morris Marsden - Electoral Rolls: engineer (Woolahra, 1930; Epping, 1930-1958); manager (Castlecrag, 1958-1968) * [[/Robert Morris Marsden|Marsden, Robert Morris]] [https://www.familysearch.org/tree/person/details/GWX1-VPG] - 1916(NSW)-1988(NSW) - Licences: 2VV Sydney (Kingsford, 1958-1969); 2FV Tuross Heads (1965-1980+) - Qualifications: AOLCP 226, 1956; AOCP 3627, 1957, NSW - amateur operator; WW2 (RAAF) - Relationships: Son of 2JM Robert Cecil Marsden - Electoral Rolls: taxi proprietor (Bondi Beach, 1949; Kingsford, 1958-1972); retired (Tuross Heads, 1972-1980) ===''MARSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Westport Marsh|Marsh, Sydney or Sidney Westport]] [https://www.familysearch.org/tree/person/details/LFLN-PKM] - 1889(NSW)-1946(NSW) - Licences: 2ZK West Wallsend (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Ladysmith, 1913); fitter (West Wallsend, 1930-1937) ===''MARSHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archie Francis Marshall|Marshall, Archie Francis "Arch"]] [https://www.familysearch.org/tree/person/details/G37M-W83] - 1907(Qld)-1982(Qld) - Licences: 4AF Clifton (1928-1939, 1946-1980+) - Qualifications: cc; AOCP 438, 1928, No. 48 in Qld - amateur operator; amateur broadcaster; business proprietor (blacksmith, fitter/turner) - Electoral Rolls: blacksmith (Clifton, 1930-1980) * [[/Herbert Anthony Marshall|Marshall, Herbert Anthony]] [https://www.familysearch.org/tree/person/details/9JJR-P3P] - 1888(India)-1948(NSW) - Licences: unlicensed?, Port Pirie, 1910; 2HM Armidale (1924-1926); 2HM Sydney (Bondi, 1927-1939, 1946-1948) - Qualifications: AOCP 115, 1925, No. ?? in NSW; AOLCP 48, 1931 - Comment: proud of his initials "H.A.M.", early wireless experimenter; amateur operator; amateur broadcaster; electrical engineer - Relationships: his daughter Denise Chalmers Marshall frequently on air over 2HM - TroveTag: "2HM - Herbert Anthony Marshall" - Electoral Rolls: electrical engineer (Bondi, 1930-1931); engineer (Bondi, 1934-1943) * [[/Mary Austine Marshall|Henry nee Marshall, Mary Austine]] [https://www.familysearch.org/tree/person/details/G8X2-GR6] - 1913(Vic)-1994(Vic) - Licences: 3YL Melbourne (Murrumbeena, 1930-1939, 1946-1956; East Malvern, 1960-1975) - Qualifications: AOCP 619, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: home duties (Oakleigh, 1936-1937); no occupation (Oakleigh, 1942-1954); home duties (Oakleigh, 1958-1980) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Vaughan Edward Marshall|Marshall, Vaughan Edward]] [https://www.familysearch.org/tree/person/details/G86T-KNY] - 1911(Vic)-1994(Vic) - Licences: 3UK Melbourne (Hawthorn, 1930-1933; Kew, 1937-1939, 1946-1969; Mt Eliza, 1975-1980+) - Qualifications: AOCP 603, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: sales (Kew, 1936); tea specialist (Kew, 1937-1968); retired (Mt Eliza, 1977-1980) ===''MARSLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Bruce Marsland|Marsland, Benjamin Bruce]] [https://www.familysearch.org/tree/person/details/GX6Y-X47] - 1906(Qld)-1941(NSW) - Licences: 4DX Brisbane (Indooroopilly, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Rockhampton, Qld, 1928); teller (Normanton, Qld, 1930); bank clerk (Rockhampton, Qld, 1931; Malanda, Qld, 1932); no occupation (Annerley, Qld, 1943) ===''MARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Thomas Marston|Marston, James Thomas "Jim"]] [https://www.familysearch.org/tree/person/details/LKDX-19C] - 1920(Qld)-1974(Qld) - Licences: 4JA Brisbane (Belmont, 1948; Morningside, 1954); 4JA Toowoomba (1955-1956); 4JA Brisbane (Boondall, 1960-1969) - Qualifications: cc; AOCP 2655, 1948, Qld - amateur operator - Electoral Rolls: sheet metal worker (Buranda, Qld, 1943); engineer (Toowoomba South, Qld, 1958); technician (Boondall, Qld, 1963-1972) * [[/W. L. Marston|Marston, W. L.]] - 19??(???)-19??(???) - Licences: 4RY Brisbane (Clayfield, 1937) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MARTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Martin|Martin, James Frederick]] - 1909(Vic)-1976(Vic) - Licences: 3MJ Melbourne (North Fitzroy, 1927-1933); 3JM Melbourne (North Fitzroy, 1937-1939) - Qualifications: AOCP 340, 1927, No. ?? in Vic - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Clifton Hill, 1936); traveller (North Fitzroy, 1949; Heidelberg, 1954-1963); sales director (Doncaster, 1967); sales (Noble Park, 1972) * [[/John Michael Martin|Martin, John Michael]] [https://www.familysearch.org/tree/person/details/GX79-GWZ] - 1886(Irl)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 146, 1915; 1COCP 58, 1935 - RANRS (commissioned telegraphist, 1917); WW1 - Comment: several contemporaneous JMMs - Electoral Rolls: Ancestry 299 hits too be sifted * [[/John Robert Martin|Martin, John Robert]] [https://www.familysearch.org/tree/person/details/GWFG-HMM] - 1919(Qld)-2011(Qld) - Licences: 4MX Cunnamulla (1937-1939); 4MX Toowoomba (1946-1954); 4MX Brisbane (Gaythorne, 1955-1960); 4MX Julia Creek (1965-1969); 4MX Finch Hatton (1975); 4MX Brisbane (Gaythorne, 1980+) - Qualifications: cc; AOCP 1933, 1937, Qld; BOCP 147, 1938 - amateur operator; amateur broadcaster; military (WW2, RAAF); business proprietor (radio service); Presbyterian minister - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1949-1954); radio technician (Gaythorne, Qld, 1958; Kingaroy, Qld, 1963); missionary (Blackall, Qld, 1972; Gaythorne, Qld, 1972); minister of religion (Enoggera, Qld, 1977-1980) * [[/Malcolm Martin|Martin, Malcolm]] [https://www.familysearch.org/tree/person/details/GX8D-PG7] - 1903(UK)-1987(Qld) - Licences: 4KY Ipswich (1933-1939); 4KY Brisbane (Sandgate, 1946-1980+) - Qualifications: cc; AOCP 1110, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); employment (Qld Railways) - Electoral Rolls: carriage trimmer (Woodend, Qld, 1925-1937; Sandgate, Qld, 1943-1980) * [[/Silas Martin|Martin, Silas]] [https://www.familysearch.org/tree/person/details/GXMT-6WS] - 1874(NSW)-1945(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Electoral Rolls: engineer (Perth, 1903-1906; East Perth, 1912-1914); mechanic (Rockhampton, 1917-1921); radio mechanic (Cooktown, 1925; Beam Wireless Station, Ballan, 1928-1943); mechanic (Marrickville, NSW, 1943) * [[/Walter J. Martin|Martin, Walter J.]] - 1893(Vic)-19??(???) - commercial operator (1COCP 1, 1914, No. 1 in Aus and Vic, Marconi & Telefunken) - coastal station operator? * [[/William Anthony Martin|Martin, William Anthony]] [https://www.familysearch.org/tree/person/details/G8HB-KPZ] - 1911(Tas)-19??(???) - Licences: 7WM Hobart (West Hobart, 1929-1931); 7WM Gawler (1933) - Qualifications: cc; AOCP 497, 1929, No. ?? in Tas; AOLCP 70, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: several contemporaneous William Anthony Martin's ===''MASHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Wilfred Mashman|Mashman, Lionel Wilfred]] [https://www.familysearch.org/tree/person/details/GZ6K-7WG] - 1907(NSW)-1968(NSW) - 2OB Receive Sydney (Bexley, 1923-1924), 2OB Sydney (Bexley, 1925-1965), amateur operator (AOCP 84, 1925, No. ?? in NSW), amateur broadcaster ===''MASTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Harold Masters|Masters, Alfred Harold "Harold"]] [https://www.familysearch.org/tree/person/details/99GB-CPY] - 1875(Vic)-1951(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed); vice president WIA Launceston 1920s; later prominent architect - Relationships: brother of 7MM William Edward Masters - Electoral Rolls: architect (Launceston, 1928-1949) * [[/Brian Jermyn Masters|Masters, Brian Jermyn "Jermyn"]] - 1891(Vic)-1950(NZ) - 3LM Receive Melbourne (Armadale, 1923), 3LM Melbourne (Armadale, 1924-1925), amateur operator (pre-AOCP; no record found of AOCP; AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, operated his station both individually and on behalf WIA Malvern * [[/William Edward Masters|Masters, William Edward]] [https://www.familysearch.org/tree/person/details/99GB-CPW] - 1873(Vic)-1952(Tas) - Licences: 7MM Hobart (Bellerive 1932-1939) - Qualifications: cc; AOCP 1066, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; solicitor - Relationships: brother of Alfred Harold "Harold" Masters - Electoral Rolls: solicitor (Bellerive, 1914-1949) - Links: [http://nla.gov.au/nla.news-article27111852 Obituary] ===''MATCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Kenneth Lyle Matchett|Matchett, John Kenneth Lyle "Ken"]] [https://www.familysearch.org/tree/person/details/GS1L-SCZ] - 1921(Vic)-2008(Vic) - Licences: 3TL Melbourne (Box Hill, 1960; Templestowe, 1965-1980+) - Qualifications: AOCP 3700, 1958, Vic - amateur operator, WW2, member Old Timer's Club - Electoral Rolls: student (St Kilda, 1949); teacher (Bayswater, 1954); lecturer (Templestowe, 1963-1980) - curator of the WIA QSL card collection for many years; personally acquired a large collection of Australian amateur QSL cards which were donated to the WIA collection on his passing, many thousands of QSLs provided by Wolf Harranth of Dokufunk on an exchange basis ===''MATHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Stewart Mather|Mather, Alexander Stewart "Alex"]] [https://www.familysearch.org/tree/person/details/GHTL-WWC] - 1909(NSW)-1970(NSW) - Licences: 2JZ Singleton (1929-1969) - Qualifications: AOCP 479, 1929, No. ?? in NSW; AOLCP 89, 1932; TVOCP 273, 1960 - amateur operator, amateur broadcaster - Electoral Rolls: cordial manufacturer (Singleton, 1930-1968) ===''MATHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campion Mathews|Mathews, John Campion]] [https://www.familysearch.org/tree/person/details/G8V1-46V] - 1912(Vic)-19??(???) - Licences: 3SY Geelong (Newtown, 1930-1939, 1946-1980+); 3JM Portable Geelong (Newtown, 1947) - Qualifications: AOCP 709, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Newtown, 1934-1968); operator (Newtown, 1972-1980) * [[/John Mathews|Mathews, John]] [https://www.familysearch.org/tree/person/details/G82Z-KX2] - 1914(Qld)-1976(NSW) - Licences: 4EE Rockhampton (1935-1939) - Qualifications: cc; AOCP 1414, 1935, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous JMs - Electoral Rolls: Nil yet identified ===''MATTHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Thomas Matthews|Matthews, Fred or Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GZVC-22K] - 1904(Qld)-1992(Qld) - Licences: 4FK Brisbane (New Farm, 1923-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); business proprietor (Matthews Fire Alarm Co) - Awards: OBE - Electoral Rolls: electrical engineer (Merthyr, 1925-1958); engineer (New Farm, 1963-1980) * [[/John Leigh Inglis Matthews|Matthews, John Leigh Inglis]] [https://www.familysearch.org/tree/person/details/GDKN-159] - 19??(???)-19??(???) - Licences: XJD Melbourne (Richmond, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: confectioner (Richmond, 1913-1919) * [[/Kenneth Morgan Matthews|Matthews, Kenneth Morgan]] [https://www.familysearch.org/tree/person/details/GXPM-R2W] - 1911(SA)-2009(SA)98yo - Licences: 5GN Adelaide (Malvern, 1936-1939) - Qualifications: cc; AOCP 1732, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Malvern, SA, 1939); mechanic (Crystal Brook, SA, 1941-1943) - Links: [https://vwma.org.au/explore/people/551921 VWMA] * [[/Vincent John Matthews|Matthews, Vincent John]] [https://www.familysearch.org/tree/person/details/GFW4-NM1] - 1888(Vic)-1965(Vic) - Licences: 6AQ Perth (Bayswater, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; Stott's College (Principal, early 1920s) - Electoral Rolls: business college master (West Gildford, WA, 1910); manager (Guildford, WA, 1912; Bayswater, WA, 1916-1925); business manager (Canterbury, Vic, 1925-1928); director (Canterbury, Vic, 1931-1963) * [[/Walter John Penrose Matthews|Matthews, Walter John Penrose]] [https://www.familysearch.org/tree/person/details/L5TS-HZN] - 1880(SA)-1964(SA) - Licences: 5BS Receive Murray Bridge (1922); Receive Murray Bridge (1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: lifter SA Railways (Tailem Bend, SA, 1939-1943) ===''MAUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Mauger|Mauger, Samuel "Sam"]] - 1857(Vic)-1936(Vic) - state politician, senior federal politician (Postmaster-General 1908) ===''MAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Maughan|Maughan, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/GZQ4-BJW] - 1903(WA)-1962(Vic) - Licences: 3HH Receive Melbourne (Malvern, 1922); 3HH Melbourne (Malvern, 1923-1960) - Qualifications: cc; AOCP 14, 1924, No. ?? in Vic; AOLCP 82, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: student (Malvern East, 1925-1954) ===''MAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Douglas Mawson|Mawson, Douglas]] [https://www.familysearch.org/tree/person/details/LC3H-42N] - 1882(Eng)-1958(SA) - Licences: Nil - Qualifications: Nil yet identified - Head Australasian Antarctic Expedition (1911-1914) - Electoral Rolls: [[w:Douglas Mawson|Wikipedia]] [https://adb.anu.edu.au/biography/mawson-sir-douglas-7531 ADB] * [[/Ernest Richard Mawson|Mawson, Ernest Richard]] [https://www.familysearch.org/tree/person/details/2W9T-NJN] - 1861(NSW)-1943(NSW) - Licences: 2DH Sydney (Campsie, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Parramatta, 1903); no occupation (Dee Why, 1930-1933; Harbord, 1934-1936; Manly, 1937-1943) ===''MAXWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alston Maxwell|Maxwell, Ronald Alston]] - 1908(NSW)-1950(NSW) - Licences: 2KS Sydney (Hurstville, 1930-1933) - Qualifications: AOCP 656, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: metal worker (Randwick, 1933; Liverpool, 1934-1935; Croydon, 1936-1937); clerk (Caringbah, 1949) ===''MAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank May|May, Frank]] [https://www.familysearch.org/tree/person/details/G88S-CXP] - 1878(Eng)-19??(???) - Licences: 6FM Dwellingup (1929-1931); 6FM Gnowangerup (1933); 6FM Esperance (1937-1939) - Qualifications: cc; CPRT 139, 1915; AOCP 560, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: stationmaster (Gnowangerup, 1931; Esperance, 1936-1937; Armadale, 1943; Collie, 1949) ===''MAYGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neil Hubert Mayger|Mayger, Neil Hubert]] [https://www.familysearch.org/tree/person/details/K2F7-J2D] - 1890(Vic)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: salesman (Darlinghurst, NSW, 1930); sales (Darlinghurst, 1937); salesman (East Sydney, 1937); Sales (Darlinghurst, 1943) ===''MCATEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McAteer|McAteer, Brother Joseph]] [https://www.familysearch.org/tree/person/details/GDKT-JWB] - 1881(NZ)-1931(NSW) - Licences: Receive Sacred Heart College Glenelg (1923); 5AQ Sacred Heart College Glenelg (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCAULEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Money McAuley|McAuley, William John Money "Bill"]] [https://www.familysearch.org/tree/person/details/LRKH-Z5Y] - 1909(Vic)-1987(Vic) - Licences: 3WM Melbourne (Brunswick, 1925-1931) - Qualifications: AOCP 221, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: jackaroo (Nyngan, 1930); grazier (Womboota, 1937-1943) ===''MCBRIDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander James McBride|McBride, Alexander James]] - 1914(Qld)-1993(Qld) - 4BR Brisbane (Wilston, 1939, 1947-1969), amateur operator (AOCP 2320, 1939, No. ?? in Qld), business (radio repair) ===''MCCABE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Bernard McCabe|McCabe, William Bernard]] [https://www.familysearch.org/tree/person/details/MZ1C-FN2] - 1864(Irl)-1938(WA) - Licences: 7AQ Clarence Point (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: gardener (St Kilda, Vic, 1912; Balaclava, 1913-1914; Elsternwick, 1915-1921; Caulfield, 1924); orchardist (Clarence Point, 1922-1928); civil engineer (Nedlands, WA, 1937) ===''MCCALMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Colin McCalman|McCalman, Maxwell Colin]] [https://www.familysearch.org/tree/person/details/GZN8-V77] - 1910(Vic)-1966(Vic) - 3KX Melbourne (Canterbury, 1925-1927), amateur operator (AOCP 142, 1925, No. ?? in Vic), amateur broadcaster, musician (1934), engineer (1943-1963) ===''MCCANDLISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack McCandlish|McCandlish, Jack]] [https://www.familysearch.org/tree/person/details/GZ2B-TJC] - 1915(Eng)-1943(Ins) - Licences: 3HN Sea Lake (1935-1939) - Qualifications: AOCP 1468, 1935, No. ?? in Vic - amateur operator, WW2 (Army, M Special Unit, Sergeant, Commando, 1943) - Electoral Rolls: farm hand (Sea Lake, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1685215] ===''MCCARTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Keith McCarthy|McCarthy, John Keith "Keith / Macca"]] - 19??(???)-1998(Qld) - 3FX Melbourne (Ascot Vale, 1932-1933), 2IM Sydney (Lane Cove, 1934), 2VM Sydney (Lane Cove, 1935), 3FX Melbourne (Hampton, 1937; Ascot Vale, 1938-1939; City, 1946-1947; Templestowe, 1954-1956), 9AR On board yacht Pandemonium (1969), P29AR/MM On board yacht Pandemonium (1975), 4DU Beenleigh (1980), 4PY Surfers Paradise (1980), amateur operator (AOCP 1036, 1932, No. ?? in Vic), amateur broadcaster, state public servant (Vic Railways, telegraphist), military (RAAF, DFC, AFM, AE) ===''MCCULLAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Austral McCullagh|McCullagh, Alexander Austral]] [https://www.familysearch.org/tree/person/details/GXNN-V7Y] - 1897(Qld)-1981(NSW) - Licences: Receive (Home Hill, 1923); 2RR Sydney (Balgowlah, 1965-1969); 9NI Norfolk Island (1975) - Qualifications: cc; 3COCP 2977, 1959; AOLCP 754, 1959; AOCP 4229, 1964, Qld - amateur receiver; amateur operator; WW1 - Electoral Rolls: soldier (Sandgate, Qld, 1919); chemist (Inkerman Mill, Qld, 1922); engineer (Bondi North, NSW, 1930; Abbotsford, NSW, 1932-1933; Edgecliff, NSW, 1933; Burwood, NSW, 1934-1936); manager (Balgowlah, NSW, 1949-1963); retired (Green Point, NSW, 1977-1980) ===''MCCULLOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Robert McCulloch|McCulloch, George Robert]] - 1907(Vic)-1969(Vic) - 3XM Receive Ballarat (1923-1924), 3GM Ballarat (1925-1939, 1946-1965+), amateur operator (AOCP 198, 1925, No. ?? in Vic), amateur broadcaster, radio engineer (Ballarat, 1931-1968) ===''MCDERMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Westall McDermott|McDermott, James Westall "Jim"]] [https://www.familysearch.org/tree/person/details/G37P-PY2] - 1913(Qld)-2010(Qld) - Licences: 4JM Brisbane (1930) & Nambour (1931-1939) - Qualifications: cc; AOCP 711, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4RM Robert Ernest McDermott; son of 4WP Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, Qld, 1936-1949); radio engineer (Nambour, Qld, 1954-1980) * [[/Robert Ernest McDermott|McDermott, Robert Ernest "Bob"]] [https://www.familysearch.org/tree/person/details/GXW8-QJ5] - 1917(Qld)-2006(Qld) - Licences: 4RM Nambour (1938-1939); 4RM Brisbane (Ekibin, 1946-1980+) - Qualifications: AOCP 2223, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); military (WW2, AIF); business proprietor (radio/TV retail, Ekibin) - Relationships: brother of James Westall McDermott; son of Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, 1943; Ekibin, 1949-1968); TV engineer (Tewantin, Qld, 1972-1980) * [[/Westall Samuel McDermott|McDermott, Westall Samuel]] [https://www.familysearch.org/tree/person/details/G37P-2SQ] - 1889(Qld)-1963(Qld) - Licences: 4WP Nambour (1938-1939, 1946-1954) - Qualifications: cc; AOCP 2087, 1938, No. ?? in Qld - amateur operator; amateur broadcaster - Relationships: father of James Westall McDermott & Robert Ernest McDermott - Electoral Rolls: school teacher (Hendon, Qld, 1916-1917; Sandgate, Qld, 1921; Glen Eagle, Qld, 1925-1928; Rosemount, Qld, 1934; Nambour, Qld, 1937-1958); retired (Nambour, Qld, 1963) ===''MCDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> SEE ALSO MACDONALD * [[/Arthur Stephen McDonald|McDonald, Arthur Stephen]] [https://www.familysearch.org/tree/person/details/G36J-ZLJ] - 1891(Vic)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 700, 1922 - broadcast engineer (PMGD, RANRS, AWA); professional society administrator (IEA) - Electoral Rolls: engineer (Townsville, Qld, 1913; St Kilda, Vic, 1916-1924; Vaucluse, NSW, 1930-1934); radio engineer (Darlinghurst, 1934-1936); engineer (Edgecliff, 1943; Double Bay, 1954) - Links: [https://adb.anu.edu.au/biography/mcdonald-arthur-stephen-7333 ADB]; [https://www.asap.unimelb.edu.au/bsparcs/biogs/P001299b.htm Bright Sparks] * [[/Colin McDonald|McDonald, Colin]] [https://www.familysearch.org/tree/person/details/GX67-SCG] - 1911(Qld)-1973(Qld) - Licences: 4CD Rockhampton (1935-1969) - Qualifications: cc; AOCP 1440, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Rockhampton, Qld, 1932-1958); accountant (Rockhampton, Qld, 1968-1972) * [[/Donald McDonald|McDonald, Donald "Don"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC)? * [[/Donald Munro McDonald|McDonald, Donald Munro]] - 19??(???)-19??(???) - Licences: 3KS Melbourne (Yarraville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - Comment: Several contemporaneous DMMs * [[/John McDonald|McDonald, John]] [https://www.familysearch.org/tree/person/details/GXM1-WJR] - 1894(NSW)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 137, 1915; CPRT 190, 1916 (replacement?) - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous JMcD - Electoral Rolls: Nil yet identified; Ancestry.com 1000s of hits to be sifted * [[/Wilfred Neville McDonald|McDonald, Wilfred Neville]] [https://www.familysearch.org/tree/person/details/GX67-DB1] - 1914(NSW)-19??(???) - Licences: 2ZT Sydney (Parramatta, 1935-1936); 4ZT Brisbane (Kangaroo Point, 1937; New Farm, 1938-1939; Annerley, 1947-1948) - Qualifications: cc; AOCP 1412, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Granville, NSW, 1936); radio engineer (Kangaroo Point, Qld, 1937); radio mechanic (Ashgrove, Qld, 1943); radio technician (Annerley, Qld, 1949); electrical engineer (Tennyson, Qld, 1954-1963); manager (Burleigh Heads, Qld, 1968-1980) ===''MCDONOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard McDonough|McDonough, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GXQX-NXY] - 1875(Wales)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, terminated Nov 1920) - Electoral Rolls: Royal Navy (Newport, Vic, 1914-1915); Royal Australian Navy (Yarraville, Vic, 1917-1919); hotel proprietor (West Maitland, 1930-1935); retired (Wickham, 1937) ===''MCDOWALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine McDowall|McDowall, Valentine "Val"]] [https://www.familysearch.org/tree/person/details/M14R-SPG] - 1881(Qld)-1957(Qld) - 4CN Receive Brisbane (1922); 4CM Brisbane (City, 1922-1939) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radiographer; WW2 - 4CM operator primarily Thomas Murray Browse Elliott after about 1925 - Electoral Rolls: medical practitioner (Laidley, 1906-1914; Clayfield, 1919; Ascot, 1934-1954) - Links: [https://adb.anu.edu.au/biography/mcdowall-valentine-7349 ADB] ===''MCDOWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Daniel McDowell|McDowell, John Edward Daniel or John Edward]] [https://www.familysearch.org/tree/person/details/GX86-J52] - 1914(Qld)-1978(Qld) - Licences: 4CX Brisbane (Ascot, 1937-1939); 4CX Gladstone (1947-1965); 4CX Brisbane (Wavell Heights, 1969-1980+) - Qualifications: cc; AOCP 1873, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: rubber worker (Ascot, Qld, 1937); chemist (Gladstone, Qld, 1943-1949); industrial chemist (Gladstone, Qld, 1954-1963); chemistry instructor (Wavell Heights, Qld, 1968-1977) ===''MCELWEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Johnston McElwee|McElwee, George Johnston]] - 1879(Tas)-1981(Tas) - involved with Launceston Radio Clubs searching for the roar ===''MCGARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Ignatius McGarry|McGarry, Lloyd Ignatius]] [https://www.familysearch.org/tree/person/details/G8GT-4PR] - 1919(NSW)-1977(Qld) - Licences: 4XY Roma (1937-1939); 4XY Rockhampton (1947); 4XY Brisbane (Taringa, 1948; Coorparoo, 1954-1956); 2ALM Sydney (Lakemba, 1960-1965); 1AM Canberra (Macquarie, 1969-1975); 4ALL Brisbane (Kingston, 1980+) - Qualifications: cc; AOCP 1943, 1937, Qld; BOCP 139, 1937; 2COCP 607, 1942; 1COCP 1026, 1946 - amateur operator; amateur broadcaster; broadcast technician (4GR, 4ZR); military (RAAF, WW2, mobile wireless, post WW2 Naval Intelligence); federal public servant (PMGD); scientist (Ionospheric Prediction Service) - Electoral Rolls: radio technician (Deagon, Qld, 1949); public servant (Coorparoo, Qld, 1954-1958; Townsville, Qld, 1958) ===''MCGAURAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Duncan James Macfarlane McGauran|McGauran, Duncan James Macfarlane]] - 1849(NZ)-1889(NSW) - radio clubs (Telegraph Electrical Society, Victoria, member; Society of Telegraph Engineers, London, member), employment (Vic Posts & Telegraphs; WA Posts & Telegraphs, Superintendant Telegraphs; NSW Posts & Telegraphs), patents in Quadraplex Telegraphy, father of Duncan James McGauran (telegraphist, accountant, inventor of a telephone meter) ===''MCGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carney Mitchell McGee|McGee, Carney Mitchell]] [https://www.familysearch.org/tree/person/details/G8VW-9LF] - 1910(SA)-1981(WA) - Licences: 5LX Adelaide (Mile End, 1930-1931) - Qualifications: cc; AOCP 676, 1930, No. ?? in SA; 2COCP 52, 1936; 1COCP 210, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (North Unley, SA, 1939); assistant radio inspector (Ivanhoe, Vic, 1943); radio inspector (Kensington, WA, 1949-1977); retired (Como, 1980) ===''MCGEOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Samuel McGeoch|McGeoch, William Leslie Samuel]] [https://www.familysearch.org/tree/person/details/LVNY-SDX] - 1912(WA)-2007(WA) - Licences: 6WL Brookton (1935-1939, 1947-1956); 6WL Bunbury (1960-1980+) - Qualifications: cc; AOCP 1442, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Brookton, WA, 1936-1943); radio service (Brookton, WA, 1958); electrician (Carey Park, WA, 1968-1980) ===''MCGOWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Walker McGowan|McGowan, Samuel Walker]] - 1829(Irl)-1887(Vic) - Vic Posts and Telegraphs (Superintendent Telegraphs), successfully tendered for the first Australian electric telegraph 1854 (Melbourne to Williamstown) then appointed to the public service to operate and maintain it, radio clubs (Telegraph Electrical Society, Victoria) ===''MCGRATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Philip McGrath|McGrath, Edward Philip "Ted"]] [https://www.familysearch.org/tree/person/details/GW87-9K5] - 1906(NSW)-1999(SA) - Licences: 5MO Adelaide (Parkside, 1933-1939; West Mitcham, 1947-1965; Aldgate, 1969) - Qualifications: cc; AOCP 1175, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Parkside, SA, 1939) * [[/Francis Thomas McGrath|McGrath, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GXM1-HRN] - 1891(Tas)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 87, 1915; 1COCP 45, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: public servant (Moonah, Tas, 1919); wireless operator (Thursday Island, 1922); engineer (Eagle Junction, 1925); telegraphist (South Yarra, 1926-1927); supervisor (Caulfield, Vic, 1928-1934; Camberwell, Vic, 1936) ===''MCGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aenas McGregor|McGregor, Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WT] - 1865(Vic)-1937(Vic) - Licences: XJEA Melbourne (Armadale, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: father of 3ZE Keith Wilfred Aeneas McGregor - Electoral Rolls: traveller (Armadale, 1919; Toorak, 1928-1936) * [[/Keith Wilfred Aeneas McGregor|McGregor, Keith Wilfred Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WQ] - 1903(Vic)-19??(???) - Licences: 3ZE Melbourne (Armadale, 1923-1924; Toorak, 1925) - Qualifications: cc; AOCP 52, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Relationships: son of XJEA Aeneas McGregor - Electoral Rolls: telegraphist (Toorak, 1925-1928) ===''MCGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Patrick Holman McGuire|McGuire, Leo Patrick Holman]] [https://www.familysearch.org/tree/person/details/G8HK-B2T] - 1906(NSW)-2001(WA) - Licences: 3KM Myrtleford (1929-1937); 3KM Corryong (1938-1939); 6MG Manjimup (1947-1969); 6MG Perth (Thornlie (1975-1980+) - Qualifications: AOCP 488, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: biograph operator (Wangaratta, 1928); picture proprietor (Albury, 1931); postal employee (Myrtleford, 1936-1937); postal clerk (Mt Magnet, 1943; Manjimup, 1949); radio mechanic (Manjimup, 1954-1972); retired (Thornlie, 1977-1980) ===''MCHUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles McHugh|McHugh, William Charles]] [https://www.familysearch.org/tree/person/details/GFMN-V5Z] - 1914(WA)-1978(WA) - Licences: 6KA or 6KD Perth (Guildford, 1936-1939) - Qualifications: cc; AOCP 1766, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: piano tuner (Guildford, WA, 1936-1943); radio mechanic (Belmont, WA, 1949; North Perth, WA, 1954); mechanic (Cottesloe, WA, 1954; Mt Pleasant, WA, 1963-1972) ===''MCINTOSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John James McIntosh|McIntosh, Stanley John James "Stan"]] [https://www.familysearch.org/tree/person/details/GXDL-C5P] - 1913(Qld)-1972(Qld) - Licences: 4PK Ipswich (Woodend, 1931-1939); 4PK Brisbane (Coorparoo, 1946-1969) - Qualifications: cc; AOCP 730, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (workshop foreman); business proprietor (electrical engineering) - Electoral Rolls: electrical fitter (Woodend, Qld, 1934-1937; Coorparoo, Qld, 1943-1972) ===''MCINTYRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Daniel George McIntyre|McIntyre, Daniel George]] [https://www.familysearch.org/tree/person/details/LTNG-PHV] - 1901(???)-1963(NSW) - Licences: 2VX Receive Sydney (Pymble, 1923); 2VX Sydney (Pymble, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Strathfield, 1930-1958); radio retailer (Pymble, 1963) ===''MCKAIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Lancelot Martyn McKail|McKail, Henry Lancelot Martyn or Martin "Hal"]] - 1887(WA)-1944(WA) - Licences: 6BT Perth (City, 1923-1924); 6BU Perth (City, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgan River, WA, 1910; West Perth, WA, 1916-1917); science master (Crawley, WA, 1925-1937) ===''MCKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander John McKenzie|McKenzie, Alexander John]] - 1905(???)-19??(???) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''MCKEOWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * McKenzie, Florence Violet (married name) - see Granville, Florence Violet (birth name) * [[/Allan McIllroy McKeown|McKeown, Allan McIllroy]] [https://www.familysearch.org/tree/person/details/L69J-SFC] - 1904(Vic)-1983(Vic) - Licences: 3YZ Melbourne (Alphington, 1924-1927); 3YZ Geelong (1931); 3YZ Melbourne (Northcote, 1933-1939, 1946-1969); 3YZ Ocean Grove (1975-1980) - Qualifications: cc; AOCP 51, 1925, No. ?? in Vic; AOLCP 42, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Northcote, 1936-1954; Alphington, 1968); nil (Ocean Grove, 1972-1977) ===''MCKINLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Harold McKinley|McKinley, Norman Harold "Shorty"]] [https://www.familysearch.org/tree/person/details/GWGP-TLC] - 1913(???)-1999(Qld) - Licences: 4CX Brisbane (Teneriffe, 1932-1933) - Qualifications: cc; AOCP 969, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Milton, Qld, 1949-1972); driver (Paddington, Qld, 1980) ===''MCLAUCHLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles David McLauchlan|McLauchlan, Charles David]] [https://www.familysearch.org/tree/person/details/LYL6-PYY] - 1876(Vic)-1943(Vic) - Licences: 6BW Receive Perth (Victoria Park, 1923); 6BW Perth (Victoria Park, 1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Eucla, 1906; Perth, 1910-1916); telegraph engineer (Victoria Park, 1925); superintendent telegraphs (South Yarra, 1931; Camberwell, 1937-1943) ===''MCLEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stewart Campbell McLean|McLean, Stewart Campbell]] [https://www.familysearch.org/tree/person/details/G86G-PMR] - 1910(Vic)-1994(Vic) - Licences: 3GK Melbourne (Yarraville, 1930-1933; Brunswick, 1937-1939, 1946-1948; Caulfield, 1960) - Qualifications: AOCP 601, 1930, No. ?? in Vic; AOLCP 65, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarraville, 1931-1936); nil (Elsternwick, 1954); engineer (Caulfield, 1958-1980) ===''MCLENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth McLennan|McLennan, Kenneth]] [https://www.familysearch.org/tree/person/details/GX9H-B4N] - 1892(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 124, 1915; 2COCP 185, 1930; 1COCP 238, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous KMcLs - Electoral Rolls: Nil yet identified ===''MCLEOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander McLeod|McLeod, Alexander]] [https://www.familysearch.org/tree/person/details/GMKJ-L25] - 1972(Vic)-1948(Qld) - Licences: 4CF Receive Brisbane (Red Hill, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: confectioner (Red Hill, 1903-1905); pastrycook (Red Hill, 1908-1926; Mt Bruce, 1929-1943) * [[/Gordon Stuart McLeod|McLeod, Gordon Stuart]] [https://www.familysearch.org/tree/person/details/G8V1-38Y] - 1912(NSW)-1966(NSW) - Licences: 3ZZ Geelong (West Geelong, 1930-1931; Newtown, 1933; Crib Point, 1937; Wallington, 1938); 2ADC Sydney (Sans Souci, 1939; Hurstville, 1946-1947; Beverley Hills, 1948-1965) - Qualifications: AOCP 707, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: RAN (Crib Point, Viv, 1937); petty officer RAN (Hurstville, 1943); clerk (Beverly Hills, 1949-1963) * [[/Norman McLeod|McLeod, Norman]] [https://www.familysearch.org/tree/person/details/G86P-8F2] - 1901(Vic)-1995(Vic) - Licences: 3NM Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 602, 19??, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Caulfield, 1937-1968) ===''MCLOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. C. McLoughlin|McLoughlin, E. C.]] - 19??(???)-19??(???) - Licences: 5KJ Port Lincoln (1928-1929) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCMAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Hanney McMahon|McMahon, Leo Hanney]] [https://www.familysearch.org/tree/person/details/GXD8-XQH] - 1914(Qld)-1992(NSW) - 4LM Brisbane (Toombul, 1933-1938); 2ALM Sydney (Darlinghurst, 1939); 2AC Sydney (Kingsford, 1946-1950; Randwick, 1956-1980+) - Qualifications: cc; AOCP 1104, 1933, Qld) - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, AMC); occupation (doctor) - Electoral Rolls: student (Camperdown, NSW, 1936-1937); medical practitioner (Kingsford, NSW, 1949; Randwick, NSW, 1954-1980) ===''MCMASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John McMaster|McMaster, John]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: ===''MCMATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph McMath|McMath, John Joseph]] [https://www.familysearch.org/tree/person/details/L5KG-ZK2] - 1910(Vic)-1999(Vic) - Licences: 3JJ Melbourne (Albert Park, 1927-1939; South Melbourne, 1946-1960; Elwood, 1975-1980+) - Qualifications: AOCP 351, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Albert Park, 1931-1937); manager (St Kilda, 1949-1954); retired (Brighton, 1963-1968; Black Rock, 1972-1977) ===''MCMURTRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Adam McMurtrie|McMurtrie, Sydney Adam or Adam Sydney "Sid"]] [https://www.familysearch.org/tree/person/details/LBQM-DQW] - 1908(NSW)-1982(Qld) - Licences: 4JR Booval (1929-1933); 2AFX Lismore (1937-1939); 4KT Gympie (1948) - Qualifications: cc; AOCP 491, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Gympie, 1936); radio salesman (Lismore, 1937); telephone mechanic (Gympie, 1943-1980) ===''MCNALTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McNalty|McNalty, Joseph]] [https://www.familysearch.org/tree/person/details/GXXW-67M] - 1901(Qld)-1967(Qld) - Licences: 4DZ Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (East Toowoomba, Qld, 1925; Mackay, Qld, 1930-1943); public servant (Fairfield, Qld, 1949); clerk (Toowong, Qld, 1954); telegraphist (St Lucia, Qld, 1958) ===''MCNICOL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Edgar McNicol|McNicol, Robert William Edgar]] [https://www.familysearch.org/tree/person/details/GX8D-6NN] - 1917(Qld)-1974(Qld) - Licences: 4WM Brisbane (Teneriffe, 1936-1939) - Qualifications: cc; AOCP 1680, 1936, Qld; BOCP 57, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Teneriffe, Qld, 1943); university lecturer (Tarragindi, Qld, 1954-1972) ===''MCPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Thomas McPherson|McPherson, Colin Thomas or Thomas Collins]] [https://www.familysearch.org/tree/person/details/G8CT-HST] - 1897(Vic)-1951(Vic) - Licences: 3LU Melbourne (Footscray, 1929-1939) - Qualifications: AOCP 523, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: student (Footscray, 1919); storeman (Footscray, 1922-1942) * [[/Murdoch John McPherson|McPherson, Murdoch or Murdock John]] [https://www.familysearch.org/tree/person/details/27D9-9TB] - 1904(Qld)-1972(NSW) - Licences: 4MC Merinda (1927) - Qualifications: cc; CPRT 916, 1926; 2COCP 58, 1929; 1COCP 161, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: motor driver (Merinda, Qld, 1925); wireless operator (Paddington, Qld, 1929); clerk (Mt Coolah, NSW, 1968) ===''MEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Mead|Mead, Jack]][https://www.familysearch.org/tree/person/details/GFM3-ZSH] - 1915(WA)-2009(WA) - Licences: 6LJ Perth (East Victoria Park, 1931-1939; Wembley, 1947-1960) - Qualifications: cc; AOCP 803, 1931, No. ?? in WA; AOLCP 168, 1934; 1COCP 289, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Victoria Park, WA, 1937); mechanic (Wembley, WA, 1943-1980) * [[/Jordan Arthur Mead|Mead, Jordan Arthur]] [https://www.familysearch.org/tree/person/details/LTJF-1KH] - 1907(NSW)-1993(NSW) - Receive Sydney (Ashfield, 1923-1924), 2JA Sydney (Ashfield, 1925-1928), 2JA Byron Bay (1929-1930), 2AJA Sydney (Ashfield, 1946; Bexley, 1947-1957), 2JM Sydney (Bexley, 1958-1980), qualifications (AOCP 212, 1925, No. ?? in NSW), amateur operator, amateur broadcaster, electoral rolls: telephone mechanic (Byron Bay, 1930; Ashfield, 1931-1943), power technician (Bexley, 1949-1968), electrical field officer (Bexley, 1972-1980) ===''MEADOWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Meadows|Meadows, Robert Cecil]] [https://www.familysearch.org/tree/person/details/GXH2-ZRK] - 1907(Eng)-1966(NSW) - Licences: 4RM Mackay (1932-1939); 2ARM Sydney (Kirribilli, 1946-1948); 2IN Sydney (Rhodes, 1956-1958; Chiswick, 1960; Long Jetty, 1961; Killarney Vale, 1965) - Qualifications: cc; AOCP 879, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (Pems Radio, Rockhampton); journalist (Minchens Electrical Weekly); WW1; WW2 - Electoral Rolls: reporter (Crows Nest, NSW, 1930); radio mechanic (Bundaberg, Qld, 1931-1932); radiotrician (Mackay, 1934-1937); wireless instructor (Kirribilli, NSW, 1943); manager (Rhodes, NSW, 1954-1958); retired (Five Dock, NSW, 1958; Killarney Vale, NSW, 1963) ===''MEDHURST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Edney Medhurst|Medhurst, Edgar Edney]] [https://www.familysearch.org/tree/person/details/GHD6-WFC] - 1902(Tas)-1966(Vic) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Frederick William Medhurst|Medhurst, Frederick William "Pop" (in latter years)]] [https://www.familysearch.org/tree/person/details/M4GS-R6P] - 1868(Eng)-1969(Tas) 101yo - Licences: XZD Hobart (1913-1914); 7AH Receive Hobart (Sandy Bay, 1923); 7AH Hobart (Sandy Bay, 1924-1939, 1946-1947) - Qualifications: Nil yet identified - early wireless experimenter from 1901; amateur operator; amateur broadcaster; business (Medhurst & Sons, 1920s) - Relationships: father of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst, all in the business and interested in radio * [[/Harry Frederick Medhurst|Medhurst, Harry Frederick]] [https://www.familysearch.org/tree/person/details/GHD6-QZV] - 1893(Tas)-1963(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Phillip Aubrey Medhurst|Medhurst, Phillip Aubrey]] [https://www.familysearch.org/tree/person/details/GHD6-DFX] - 1895(Tas)-1969(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Rowland Arthur Medhurst * [[/Rowland Arthur Medhurst|Medhurst, Rowland Arthur]] [https://www.familysearch.org/tree/person/details/GHD6-ZT4] - 1892(Tas)-1969(Tas) - early wireless experimenter, lecturing on wireless 1911, never licensed, likely utilised licence of XZD-7AH (father), son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst ===''MEDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel James Clifford Medlin|Medlin, Noel James Clifford]] [https://www.familysearch.org/tree/person/details/G3MB-743] - 1917(Vic)-2004(Vic) - broadcast planning engineer (ABCB), federal public servant (ABCB), WW2 - Electoral Rolls: engineer (Gardiner, 1943; St Kilda, 1949; Camberwell, 1954-1977); retired (Inverloch, 1980) - father of AM directional antennas in Australia ===''MENON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Menon|Menon, Geoffrey John]] [https://www.familysearch.org/tree/person/details/LT4F-3CQ] - 1905(SA)-1969(NSW) - 3OG Receive Melbourne (St Kilda, 1923-1924), 3OG Melbourne (St Kilda, 1925-1927), 2OG Sydney (Haberfield, 1928; Croydon, 1929-1931), 3OG Melbourne (East Kew, 1933), 2OG Sydney (Northbridge, 1934-1935; Chatswood, 1936-1937; Longueville, 1938-1939, 1946-1948; Pymble, 1950; West Pennant Hills, 1954-1965; Arcadia, 1969), amateur operator (AOCP 209, 1925, No. ?? in Vic), amateur broadcaster, electrician (St Kilda West, 1926-1927), radio engineer (Coburg, 1931), engineer (Kew, 1934), radio engineer (Chatswood, 1937; Longueville, 1943), engineer (Baulkham Hills, 1954-1958; Arcadia, 1968) ===''MERCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie George Merchin|Merchin, Leslie George]] [https://www.familysearch.org/tree/person/details/LTLT-SSF] - 1917(Qld)-1994(Qld) - Licences: 4ML Richmond (1934-1939); 4MG Richmond (1948); 4MG Killarney (1954-1980+) - Qualifications: cc; AOCP 1399, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: garage proprietor (Richmond, Qld, 1943-1949); motor mechanic (Killarney, Qld, 1954-1968; Rockhampton North, Qld, 1972-1980) ===''MEREDITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement George Benger Meredith|Meredith, Clement George Benger]] [https://www.familysearch.org/tree/person/details/KZJD-6S6] - 1885(WA)-1959(USA) - Licences: Nil yet identified - Qualifications: cc; CPRT 15, 1914 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Windsor, Vic, 1914-1916); officer-in-charge wireless (Geraldton, WA, 1916-1917) * [[/Llewellyn Lennon Meredith|Meredith, Llewellyn Lennon]] [https://www.familysearch.org/tree/person/details/GD8W-LV7] - 1885(Eng)-1923(NSW) - Licences: Nil yet identified - Qualifications: CPRT 246, 1916 - ship wireless officer, AWA (traffic manager) - Electoral Rolls: Nil yet identified - Comment: Gone too soon - Links: [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_04_04#P.22_-_Obituary_-_Mr._L._L._Meredith|Obit]] ===''MESSENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Albert Messenger|Messenger, Percival Albert]] [https://www.familysearch.org/tree/person/details/GXRP-BS1] - 1892(SA)-1980(NSW) - Licences: 5PM Adelaide (Largs Bay, 1928) - Qualifications: cc; CPRT 70, 1915 (Marconi); CPRT 152, 1915 (Balsillie) - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: manager (Randwick, NSW, 1936; Coogee, NSW, 1943-1958; Randwick, NSW, 1963-1980) ===''MICHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Hector Ernest Henderson Michell|Michell, Hector Ernest Henderson "Ernest"]] [https://www.familysearch.org/tree/person/details/GQNQ-T5H] - 1897(Vic)-1984(Vic) - Licences: 3JP Receive Melbourne (Caulfield, 1922); 3JP Melbourne (Caulfield, 1923-1931; Elsternwick, 1933); 3JP Hamilton (1937-1939); 3AEM Hamilton (1960-1969); 3JX Hamilton (1975-1980+) - Qualifications: cc; AOCP 162, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; operator of 3LR Elsternwick Radio Club (1925); WW1; land officer (Hamilton, 1936) - Electoral Rolls: clerk (Balaclava, 1919-1921); draftsman (Caulfield, 1922); land officer (Hamilton, 1936-1980) ===''MILBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Leslie Milburn|Milburn, Henry Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/G8NV-8VJ] - 1890(Vic)-1957(Qld) - Licences: 4HM Home Hill (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Toowong, 1919); electrical engineer (Home Hill, 1922-1925; Stanthorpe, 1934-1949) - Halcyon: not mentioned? ===''MILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Thomas Miles|Miles, Gilbert Thomas]] [https://www.familysearch.org/tree/person/details/L19Y-X19] - 1904(Vic)-1981(NSW) - Licences: 7KQ Hobart (Bellerive, 1937-1939) - Qualifications: cc; AOLCP 106, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Camberwell, 1925-1926); electrical engineer (Glen Iris, Vic, 1931); engineer (Elsternwick, 1936); radio engineer (Croydon, NSW, 1943-1972); engineer (Croydon, 1977-1980) * [[/Harry Raymond Miles|Miles, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G8NJ-DQ2] - 1911(WA)-2003(WA) - Licences: 6XL Perth (Mt Lawley, 1930-1933); 6XL Wiluna (1937); 6XL Perth (Mt Lawley, 1938-1939) - Qualifications: cc; AOCP 645, 1930, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Wiluna Gold Mines, WA, 1936; Mt Beauty, Vic, 1954); poultry farmer (Balga, WA, 1958-1972); farmer (Wanneroo, WA, 1977-1980) ===''MILLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roydon Arthur Milledge|Milledge, Roydon Arthur]] [https://www.familysearch.org/tree/person/details/GMJY-3DW] - 1903(Vic)-1983(Tas) - Licences: 3WT Shepparton (1936-1937); 7WT Hobart (1938-1939); 7WT Ulverstone (1947-1948+); 7WT Hobart (1956-1960+) - Qualifications: cc; AOCP 1693, 1936, No. ?? in Vic - amateur operator; amateur broadcaster; WW2; bank clerk 1931; Civil Engineer 1950s - Electoral Rolls: assistant engineer (State Savings Bank, Auburn, 1927); engineer (Glenhuntley, 1931-1934); civil engineer (Shepparton, 1936) ===''MILLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dunlop Millen|Millen, John Dunlop]] [https://www.familysearch.org/tree/person/details/GC9X-S4W] - 1877(Irl)-1941(Tas) - Licences: Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver; senator - Electoral Rolls: mining engineer (Waratah, 1914-1919; Newstead, 1922-1937) ===''MILLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alexander Miller|Miller, Charles Alexander "Charlie"]] [https://www.familysearch.org/tree/person/details/G8NV-YRR] - 1915(NSW)-1999(Qld) - Licences: 4US Brisbane (New Farm, 1933-1936); 2ADE Casino (1935-1939, 1946-1961); 4QM Caloundra (1969-1980+) - Qualifications: AOCP 1208, 1933, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); part of the "U" gang, military (WW2, RAAF) - Electoral Rolls: radio mechanic (Casino, 1943-1963); army officer (Ipswich, 1963); retired (Shelley Beach, 1968-1972; Caloundra, 1977-1980) * [[/Charles Harcourt Miller|Miller, Charles Harcourt]] [https://www.familysearch.org/tree/person/details/G6MC-9QY] - 1921(Tas)-2001(Tas) - Licences: 7CM Hobart (Bellerive, 1936-1939; Taroona, 1969-1980+) - Qualifications: cc; AOCP 1799, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Bellerive, 1943) * [[/Francis George Miller|Miller, Francis George "Frank"]] [https://www.familysearch.org/tree/person/details/LYD2-LHT] - 1895(SA)-1954(SA) - Licences: 5BF Mt Gambier (1923-1939, 1946-1954) - Qualifications: cc; AOCP 185, 1925, No. ?? in SA; BOCP 58, 1936 - amateur operator; amateur broadcaster; broadcast engineer; founder of commercial station 5MU Murray Bridge; WW1 - Electoral Rolls: fitter (Murray Bridge, 1939-1943) [https://www.qsl.net/vk5br/FrankMiller.pdf Biography] * [[/Frank Colin Miller|Miller, Frank Colin]] [https://www.familysearch.org/tree/person/details/GX9C-86L] - 1884(Eng)-1953(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 126, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: engine operator (Radio Station, Roebourne, 1916-1917); station hand (Marron Station, 1918; Carnarvon, 1921; Mallina, 1922-1925); contractor (Roebourne, 1930-1936; Karratha Station, 1937); labourer (Roebourne, 1943); cook (Wittenoom Gorge, 1949) * [[/H. Miller|Miller, H.]] - 19??-19?? - 4EH Brisbane (Ascot, 1923-1924); 2EH Sydney (Dulwich Hill, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert Edward Miller|Miller, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GD2Q-XMX] - 1899(NSW)-19??(???) - Licences: 2HE Sydney (Belmore, 1931-1939) - Qualifications: cc; CPRT 932, 1926; 2COCP 329, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Campsie, 1930; Belmore, 1932-1943); miner (Glen Davis, 1943) * [[/Herbert Leslie Miller|Miller, Herbert Leslie]] [https://www.familysearch.org/tree/person/details/GD2Q-7LH] - 1897(Qld)-1966(Qld) - Licences: 4CA Receive Brisbane (West End, 1922); 4HL Brisbane (Hill End, 1927) - Qualifications: CPRT 330, 1917; 2COCP 329, 1940; 1COCP 483, 1940s; BOCP 370, 1941 - ship wireless officer (RMS Bingera, 1920); amateur operator; amateur broadcaster; sales (J. B. Chandler, 1924; Overells, 1925) - Electoral Rolls: wireless officer (West End, 1921); salesman (West End, 1925); manager (Coorparoo, 1928); salesman (Coorparoo, 1937-1954); clerk (Camp Hill, 1958-1963) ===''MILLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hugh Milligan|Milligan, Stanley Hugh]] [https://www.familysearch.org/tree/person/details/2CB1-L7Y] - 1901(Vic)-1976(Vic) - Licences: 3AU Receive Geelong (1922-1923); 3AU Geelong (1924); 3AU Eaglehawk (1924-1926); 3AU Chilwell (1927-1931); 3AU Geelong (1937-1939); 3AU Melbourne (Surrey Hills, 1947; Auburn, 1948) - Qualifications: cc; AOCP 125, 1925, No. ?? in Vic; AOLCP 164, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Eaglehawk, 1924-1926; Geelong West, 1924); radio mechanic (Chilwell, 1927-1931); watchman (Geelong West, 1934-1937); storekeeper (Hawthorn, 1949); engineer (Canterbury, 1954-1968); nil (Doncaster, 1972) ===''MILLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Griffiths John Mills|Mills, Griffiths John]] - 19??(???)-19??(???) - Licences: 6CK Receive Perth (Subiaco, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Subiaco, 1929-1931) * [[/Norman Gibson Mills|Mills, Norman Gibson]] [https://www.familysearch.org/tree/person/details/9415-SSS] - 1890(Vic)-1959(Qld) - Licences: 4NM Brisbane (Moorooka, 1938-1939, 1947-1956; Margate, 1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Toowong, Qld, 1919); contractor (Moorooka, Qld, 1921-1954); retired (Margate, Qld, 1958) * [[/Ralph Mervyn Mills|Mills, Ralph Mervyn]] [https://www.familysearch.org/tree/person/details/G8JD-GST] - 1909(NSW)-1989(NSW) - Licences: 2MM Sydney (Balmain, 1930-1934; Canterbury, 1935-1936) - Qualifications: AOCP 660, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Balmain, 1931-1937); engineer (Pymble, 1949-1977; West Pymble, 1980) ===''MILNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Brough Milne|Milne, Andrew Brough]] [https://www.familysearch.org/tree/person/details/9KXN-QZV] - 1890(South Africa)-1979(Qld) - Licences: 4BM Dealer Mackay (1926-1927) - Qualifications: 3COCP 3492, 1961 - dealer licence - Electoral Rolls: motor mechanic (Mackay, 1915-1943); mechanical engineer (North Mackay, 1949-1977) * [[/John Collicott Milne|Milne, John Collicott]] [https://www.familysearch.org/tree/person/details/MP34-518] - 1903(Tas)-1990(Tas) - Licences: 7AG Gretna (1923-1939, 1946-1980+) - Qualifications: cc; AOCP 604, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Gretna, 1928-1980) ===''MILNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Frederick Milner|Milner, George Frederick]] [https://www.familysearch.org/tree/person/details/GF7W-W4D] - 1908(WA)-1992(WA) - Licences: 6GF Perth (Mt Lawley, 1931-1933) - Qualifications: cc; AOCP 788, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1931; North Beach, WA, 1936-1937); RAAF (Nedlands, WA, 1943-1980) * [[/James Milner|Milner, James]] [https://www.familysearch.org/tree/person/details/GZXH-1DM] - 1901(Eng)-1947(Qld) - Licences: 4AK Brisbane (Kelvin Grove, 1923-1927; Ashgrove, 1931-1936); 4AU Brisbane (1937-1939) - Qualifications: cc; AOCP 93, 1925, No. 11 in Qld - amateur operator; amateur broadcaster (prominent from Valley Theatre) - Withdrawal: 4AK amateur callsign withdrawn by the PMGD for allocation to the new 4AK Oakey commercial service - Electoral Rolls: fitter (Kelvin Grove, 1925-1926); electrical fitter (Ashgrove, 1928-1943) ===''MINCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur W. Minchin|Minchin, Arthur W.]] - 19??-19?? - 4AM Rockhampton - amateur operator (AOCP ???, 19??, No. ?? in Qld), amateur broadcaster, broadcast engineer (4RO Cmcl), wireless retail business proprietor - seems in error, see William Allan Minchin * [[/William Allan Minchin|Minchin, William Allan]] [https://www.familysearch.org/tree/person/details/LV7Q-86C] - 1893(Vic)-1976(NSW) - Licences: 4AM Rockhampton (1938-1939) - Qualifications: cc; CPRT 220, 1916; 2COCP 365, 1931; 1COCP 244, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: wireless engineer operator (Wyndham, 1917); farmer (Toodyay, 1925); radio engineer (Rockhampton, 1936-1943; Lismore, 1949-1954; Hunters Hill, 1958-1968); engineer (Hunters Hill, 1972) ===''MINEHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Minehan|Minehan, W. A.]] - 19??(???)-19??(???) - Licences: 4AM Rockhampton (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MINGAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Francis Mingay|Mingay, Oswald Francis "Ossie"]] [https://www.familysearch.org/tree/person/details/K45G-NZG] - 1895(NSW)-1973(NSW) - Licences: 2XX Sydney (Turramurra, 1923-1926; Sydney, 1931-1933) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast engineer; journalist; publisher; WW1; WW2 - Electoral Rolls: engineer (Collaroy, 1930); managing editor (Pymble, 1930-1932); radio engineer (Lindfield, 1933-1934); publisher (Lindfield, 1937-1963; St Ives, 1963-1968) - Comment: licensed operator of 2WV Burgin Electric Co. (1923) [https://adb.anu.edu.au/biography/mingay-oswald-francis-ossie-11135 ADB]; [https://www.qsl.net/vk2dym/radio/Mingay.htm MacKinnon] ===''MITCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Theodore Mitchell|Mitchell, Alexander Theodore]] [https://www.familysearch.org/tree/person/details/GXNY-CC2] - 1872(???)-1966(Qld) - Licences: Receive Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer (Red Hill, Qld, 1921; Torwood, Qld, 1922); electrical engineer (Toowoomba, Qld, 1925; Wilston, Qld, 1928-1929; Sandgate, Qld, 1936-1963) * [[/Harold Benson Mitchell|Mitchell, Harold Benson]] [https://www.familysearch.org/tree/person/details/LDVS-QN7] - 1901(Vic)-1962(Vic) - Licences: 3CZ Receive Melbourne (Elwood, 1922-1923); 3CZ Melbourne (Elwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Elwood, 1924-1927); manager (Caulfield, 1937); manufacturer (Caulfield, 1942); manager (Caulfield, 1949); merchant (St Kilda, 1949); manager (St Kilda, 1954) * Mitchell, Hector Ernest Henderson "Ernest" - see Michell, Hector Ernest Henderson "Ernest" (frequent misspelling) * [[/Stanley John Mitchell|Mitchell, Stanley John]] [https://www.familysearch.org/tree/person/details/LDVS-Q83] - 1887(Vic)-1974(Monaco) - Licences: 3SJ Melbourne (Brighton, 1924-1927) - Qualifications: cc; AOCP 53, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Toorak, 1912-1916; Brighton, 1919-1928); investor (Brighton, 1936-1937) financier (Vaucluse, NSW, 1943) ===''MOFFATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert David Gray Moffatt|Moffatt or Moffat or Gray, Robert David Gray "Bob"]] [https://www.familysearch.org/tree/person/details/GX8V-PM3] - 1911(Qld)-1983(Qld) - Licences: 4RD Mackay (1935-1939); 4RD Gracemere (1947-1948); 4RD Mackay (1954-1980+) - Qualifications: cc; AOCP 1549, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Herberton, Qld, 1936; Mackay, Qld, 1937); mechanic in broadcasting (Gracemere, Qld, 1949); technician (Mackay, Qld, 1954-1980) ===''MONEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Dudley Money|Money, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/G3JD-M9H] - 1907(Vic)-1986(Vic) - 3MY Melbourne (Canterbury, 1925-1939; Upwey, 1946-1948; Cheltenham, 1954-1969; East Bentleigh, 1975-1980+), amateur operator (AOCP 205, 1925, No. ?? in Vic), amateur broadcaster, draughtsman (Camberwell, 1931-1934), engineer (Upwey, 1942-1949; Moorabbin, 1954-1967; East Bentleigh, 1972-1980) ===''MONKHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Isaac Monkhouse|Monkhouse, Walter Isaac]] [https://www.familysearch.org/tree/person/details/K8ZT-YPN] - 1887(NZL)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio clubs (QWI & WIA Qld, president & lecturer); senior state public servant (Qld Public Works Dept, State Electrical Engineer); witness to Royal Commission 1927 (as president WIA Qld) - Electoral Rolls: telephone instructor (South Brisbane, 1919); engineer (Teneriffe, 1925; New Farm, 1928; Taringa, 1936-1954); electrical engineer (Bardon, 1958-1963) ===''MONKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Brendan Monks|Monks, Alfred Brendan]] [https://www.familysearch.org/tree/person/details/GDR2-444] - 1894(Tas)-1973(Vic) - Licences: 3AAB Melbourne (Diamond Creek, 1948; Northcote, 1954-1960; Preston, 1965-1969) - Qualifications: cc; CPRT 571, 1920; 2COCP 272, 1930; 1COCP 282, 1932 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1915) - Relationships: twin brother of 7BR Cyril Wilson Monks - Electoral Rolls: Western Electric engineer (East Sydney, 1930); licensee Railway Commercial Hotel (Albury, 1931-1932); radio telegraphist (Centennial Park, 1943); radio officer (Reservoir, Vic, 1963; Preston, 1967-1972) * [[/Cyril Wilson Monks|Monks, Cyril Wilson]] [https://www.familysearch.org/tree/person/details/GDR2-96N] - 1894(Tas)-1976(Vic) - Licences: 7BR Receive Hobart (Battery Point, 1923); Receive Hobart (Battery Point, 1923-1924) - Qualifications: cc; 1COCP 225, 1931 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1919); WW2 - Relationships: twin brother of 3AAB Alfred Brendan Monks - Electoral Rolls: federal civil servant (Battery Point, 1928); public servant (Bellerive, 1936-1937); radio inspector (Scarborough, WA, 1943; Nedlands, 1949); retired (Frankston, 1972) ===''MONTEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Monteath|Monteath, Frederick]] - 1895(Vic)-1943(NSW) - Licences: 3VM Receive Melbourne (Elsternwick, 1923-1924); 3KP Melbourne (Elsternwick, 1930-1933) - Qualifications: AOCP 694, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: photographer (Prahran, 1919; Elsternwick, 1921); mercer (Elsternwick, 1924-1931); photographer (Glenmore, NSW, 1934-1935; Ashfield, 1937); storekeeper (Rockdale, 1943) ===''MOODY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Percy Moody|Moody, Francis Percy]] [https://www.familysearch.org/tree/person/details/L1D9-KLG] - 1903(Qld)-19??(???) - Licences: 4FM Cairns (1932-1969) - Qualifications: cc; AOCP 967, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Rockhampton North, 1925-1926); accountant (Cairns, 1926-1949); radio dealer (Cairns, 1954-1980) ===''MOORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Moore|Moore, Albert Ernest "Ernie"]] [https://www.familysearch.org/tree/person/details/KW6D-TMT] - 1916(Qld)-1982(Qld) - Licences: 4?? Brisbane - Qualifications: cc; NAOCP Q728, 1980, No. ?? in Qld - amateur operator; prominent MW and SW broadcast DXer; clubs (All-Wave All-World DX Club, Shortwave League of Western Australia, Australian Radio DX Club, New Zealand Radio DX League, Southern Cross DX Club, DX Australia) - QSLs: portion (200+) of later QSL collection survives (ARDXC/NFSA) * [[/Eric John Theodore Moore|Moore, Eric John Theodore]] [https://www.familysearch.org/tree/person/details/GD91-7LN] - 1894(NSW)-1940(NSW) - Licences: XEM Sydney (Petersham, 1913-1914); Receive (Crystal) Sydney (Neutral Bay, 1923); 2EM Sydney (Neutral Bay, 1924-1928) - Qualifications: cc; CPRT 161, 1915; 2COCP 237, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Awards: UK merchant seaman medal - Electoral Rolls: engineer (Bronte, 1934-1937) * [[/Francis Leonard Moore|Moore, Francis Leonard "Frank"]] - 19??(???)-1924(NSW) - 2?? Sydney, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, employment (Archibald John Shaw, Maritime Wireless Co, United Distributors) - Comment: electrocuted while conducting wireless experiments * [[/Louis James Murphy Moore|Moore, Louis James Murphy "Leo"]] [https://www.familysearch.org/tree/person/details/L45W-GS4] - 1888(Vic)-1968(Vic) - Licences: 3LO Receive Seymour (1923); 3LO Seymour (1924-1925); 3MS Seymour (1924-1927) - Qualifications: cc; CPRT 85, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918); amateur operator; amateur broadcaster - Electoral Rolls: telegraph operator (Clifton Hill, 1909); telegraphist (Collingwood, 1912-1914); wireless operator (Collingwood, 1917-1919); telegraphist (Elsternwick, 1922); clerk (Seymour, 1924-1931; Bentleigh, 1936-1949); guesthouse proprietor (Healesville, 1954); clerk (Oakleigh, 1963-1968) - Withdrawal: Likely 3LO callsign withdrawn for allocation to 3LO Melbourne Class A ===''MOORHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Martin Moorhouse|Moorhouse or Moorehouse, Herbert Martin]] [https://www.familysearch.org/tree/person/details/KJPG-1HL] - 1899(Tas)-1990(WA) - Licences: 7HM Hobart (North Hobart, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Hobart South, 1922); carpenter (New Town, 1928); carrier (Hobart North, 1936); motordriver (Queensborough, 1949) ===''MORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Donald Moran|Moran, Cyril Donald]] - 19??-19?? - broadcast technician at 4QG under Qld Government, state public servant (4QG) ===''MORGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Mowbray Morgan|Morgan, Donald Mowbray]] [https://www.familysearch.org/tree/person/details/GDP7-218] - 1907(NSW)-1988(Tas) - Licences: T749 Receive Glebe (1922); Receive Glebe (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Huonville, 1928-1972) * [[/Ivor Morgan|Morgan, Ivor]] [https://www.familysearch.org/tree/person/details/LRSY-S8G] - 1909(Vic)-1977(Vic) - Licences: 3DH Melbourne (East Malvern, 1930-1933; Shepparton, 1937; East Malvern 1938-1939; Hawthorn, 1946-1975) - Qualifications: cc; AOCP 605, 1930, No. ?? in Vic; BOCP 20, 1936; TVOCP, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1931-1934); engineer (Brighton, 1936); broadcast engineer (3SR Shepparton, 1937); technician (Hawthorn, 1943-1977) - Relationships: Father of 3ZFM V. I. Morgan * [[/Reginald George Morgan|Morgan, Reginald George]] [https://www.familysearch.org/tree/person/details/LRFR-D7H] - 1914(Eng)-1993(NSW) - Licences: 6RM Perth (City, 1931); 2AJS Sydney (Randwick, 1938-1939); 2ABM Sydney (Coogee, 1946-1950; Bankstown, 1954-1958; Greenacre, 1960-1980+) - Qualifications: cc; AOCP 755, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Coogee, NSW, 1936-1937); no occupation (Coogee, NSW, 1949); electrical mechanic (Bankstown East, NSW, 1954); mechanic (Greenacre, NSW, 1963-1980) * [[/William Albert Morgan|Morgan, William Albert]] [https://www.familysearch.org/tree/person/details/9HVG-8PW] - 1899(Tas)-1965(Tas) - Licences: 7AI Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart West, 1922); electrical fitter (New Town, 1928-1937); fitter (New Town, 1943-1954); manager (Montrose, 1963) ===''MORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. H. Morley|Morley, W. H.]] - 19??(???)-19??(???) - Licences: 2WU Sydney (Watersleigh, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''MORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John William Morris|Morris, Albert John William]] [https://www.familysearch.org/tree/person/details/9V2B-Y2J] - 1873(Tas)-1940(Tas) - Licences: 7BS Receive Hobart (West Hobart, 1923); Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Hobart North, 1914-1943) * [[/Cecil Ralph Newman Morris|Morris, Cecil Ralph Newman]] [https://www.familysearch.org/tree/person/details/G3MW-YGT] - 1906(Qld)-1971(Qld) - Licences: Receive Brisbane (Rosalie, 1923); 4CN Brisbane (Rosalie, 1928); 4LW Brisbane (Rosalie, 1929-1933; Ashgrove, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 398, 1928, No. 45 in Qld - amateur operator; amateur broadcaster; technician (PMGD); WW2 - Electoral Rolls: mechanic (Rosalie, 1928); postal mechanic (Ashgrove, 1936-1954); supervising technician (Rosalie, 1958-1968) * [[/Glynn Ian Elliott Morris|Morris, Glynn Ian Elliott]] [https://www.familysearch.org/tree/person/details/G8XG-9TS] - 1908(???)-19??(???) - Licences: 3BZ Melbourne (Mordialloc, 1930-1939; Parkdale, 1946-1980+) - Qualifications: AOCP 621, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Mordialloc, 1931-1937); mechanic (Mentone, 1943); official (Mentone, 1949-1968); secretary (Mentone, 1972-1980) * [[/Jack Dudley Morris|Morris, Jack Dudley]] [https://www.familysearch.org/tree/person/details/GZ2R-NMZ] - 1914(Vic)-1944(At Sea) - Licences: 3LX Melbourne (Oakleigh, 1933, pirate); 3DQ Melbourne (Oakleigh, 1934-1937) - qualifications: AOCP 1244, 1934, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (mention in despatches) - electoral rolls: operator (Oakleigh, 1936-1942) - Sacrifice: "Greater love hath no man than this" * [[/Richard Charles William Morris|Morris, Richard Charles William (BDM) or Charles Richard William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXW7-56S] - 1922(Qld)-1984(Qld) - Licences: 4MT Rockhampton (1954-1980) - Qualifications: cc; AOCP 3210, 1951, Qld; BOCP 1460, 1956 - amateur operator; WW2 - Electoral Rolls: electrician (Rockhampton, 1949); electrical fitter (Rockhampton, 1954-1963); radio technician/electrician (Rockhampton, 1968-1972); radio technician (Rockhampton, 1977-1980) * [[/Ronald David Morris|Morris, Ronald David]] [https://www.familysearch.org/tree/person/details/LX5W-S7Z] - 1904(Vic)-1997(Vic) - Licences: 3AP Receive Melbourne (Caulfield, 1922); 3AP Melbourne (Caulfield, 1922-1927); 3APM Melbourne (East Brighton, 1947-1980+) - Qualifications: cc; AOCP 151, 1925, No. ?? in Vic; CPRT 919, 1926; BOCP 600, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Caulfield, 1925-1931); radio (Brighton, 1936-1937); mechanic (Brighton, 1943; Elsternwick, 1949-1967; Brighton East, 1972-1977) * [[/Sydney Paul Francis Morris|Morris, Sydney Paul Francis "Syd"]] [https://www.familysearch.org/tree/person/details/GX95-MRP] - 1888(Vic)-1960(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: clerk (Prahran, Vic, 1909; Dandenong, 1912-1913); clerk & telegraphist (Eltham, Vic, 1924); manager (East Bairnsdale, Vic, 1925-1928); clerk (Sandringham, Vic, 1931); inspector (Caulfield, Vic, 1942-1949) * [[/William Belfort Morris|Morris, William Belfort]] [https://www.familysearch.org/tree/person/details/G8X1-VYQ] - 1910(WA)-1991(WA) - Licences: 6WM Perth (Hollywood, 1930-1937; Mt Lawley, 1938-1939); 6WM Kalgoorlie (1946-1954); 6WM Perth (Applecross, 1955-1975) - Qualifications: cc; AOCP 625, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Hollywood, 1931-1937); newsagent (Kalgoorlie, 1949-1954); representative (Applecross, 1958-1980) ===''MORRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Cyril Tucker Morrison|Morrison, Gordon Cyril Tucker]] [https://www.familysearch.org/tree/person/details/GFMN-J6Z] - 1916(WA)-1993(NSW) - Licences: 6KN Geraldton (1935-1937); 6KN Perth (City, 1938-1939); 2AKN Sydney (Hernes Bay, 1947; Parramatta, 1948-1950; Balgowlah, 1954-1958) - Qualifications: cc; AOCP 1485, 1935, WA; BOCP 89, 1937; 3COCP 1536, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Geraldton, WA, 1937); radio employee (North Perth, WA, 1943); aircraft surveyor (Parramatta North, NSW, 1949; Balgowlah, NSW, 1954-1963); surveyor (Wahroonga, NSW, 1968-1980) * [[/Lionel Morrison|Morrison, Lionel]] [https://www.familysearch.org/tree/person/details/KDMZ-K6G] - 1906(WA)-1996(WA) - Licences: 6LM Perth (Bayswater, 1939, 1947-1980) - Qualifications: cc; AOCP 1485, 1939, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Sandstone, WA, 1931); pipefitter (Wiluna, WA, 1936-1937); fitter (Wiluna, WA, 1943; Bayswater, WA, 1949-1980) ===''MORRISSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Joseph Martindale Morrissey|Morrissey, Brian Joseph Martindale]] - 19??(???)-19??(???) - Licences: 5AP Adelaide (Prospect, 1935-1937) - Qualifications: cc; AOCP 1544, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''MORROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Caldwell Morrow|Morrow, Arthur Caldwell]] [https://www.familysearch.org/tree/person/details/GHQF-T2F] - 1912(Qld)-1967(Qld) - Licences: 4BM Brisbane (Paddington, 1937-1939) - Qualifications: cc; 2COCP 335, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Red Hill, Qld, 1934-1937); wireless operator (Paddington, Qld, 1943); farmer (Paddington, Qld, 1949-1963) ===''MORSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel Percy Morse|Morse, Noel Percy "Bill"]] [https://www.familysearch.org/tree/person/details/GWRN-3QR] - 1914(Qld)-1942(At Sea) - Licences: 2JE Sydney (Cremorne, 1934-1935); 4LI Brisbane (Clayfield, 1937); 2AHS Sydney (Mosman, 1938-1939) - Qualifications: cc; AOCP 1402, 1934, Qld - amateur operator; amateur broadcaster; WW2 (RNZAF, Pilot Officer) - Electoral Rolls: radio engineer (Buranda, Qld, 1937; Clayfield, Qld, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.rafcommands.com/database/wardead/details.php?qnum=95585 RAF Commands]; [https://www.aucklandmuseum.com/war-memorial/online-cenotaph/record/C29996 Auckland Museum]; [http://aircrewremembered.com/morse-noel.html AirCrewRemembered] ===''MORTIMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mark Mortimer|Mortimer, Mark]] [https://www.familysearch.org/tree/person/details/GS7M-ZZ4] - 1887(Irl)-19??(???) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 107, 1915; 2COCP 48, 1929; 1COCP 89, 1930; BOCP 48, 1934? - RANRS (Warrant Telegraphist, 1917) - Comment: numerous contemporaneous MMs - Electoral Rolls: Nil yet identified ===''MORTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Evors Morton|Morton, Charles Evors]] [https://www.familysearch.org/tree/person/details/GZJ5-F3R] - 1888(Qld)-1963(NSW) - 2MH Sydney (Homebush, 1925-1934), amateur operator (AOCP 170, 1925, No. ?? in NSW), amateur broadcaster, public servant (Rockhampton, 1912), WW1 ===''MOSES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Joseph Moses|Moses, Charles Alfred Joseph]] - 1900(Eng)-1988(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - ABC (general manager) - Electoral Rolls: - Links: [[w:Charles Moses|Wikipedia]]; [https://adb.anu.edu.au/biography/moses-sir-charles-joseph-15044 ADB] ===''MOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Moss|Moss, George Arthur]] [https://www.familysearch.org/tree/person/details/GZG7-86Y] - 1903(WA)-2000(WA) - Licences: 6GM Perth (Cottesloe Beach, 1926-1931; Mt Lawley, 1933-1939, 1946-1956; Mt Pleasant, 1960-1965; Boya, 1969-1995+) - Qualifications: cc; AOCP 233, 1926, No. ?? in WA; AOLCP 177, 1934; 1COCP 574, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: piano mechanic (Cottesloe Beach, 1925); wireless mechanic (North Perth, 1931-1958); lecturer (Mt Pleasant, 1963; Boya, 1968-1980) - [https://qsl.net/vk6zse/historic/p-vk6gm.html QSL.net] ===''MOULE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Ernest Moule|Moule, Clifford Ernest "Cliff"]] [https://www.familysearch.org/tree/person/details/G8XQ-DFH] - 1912(SA)-1998(SA) - Licences: 5CX Adelaide (Parkside, 1930-1939; Plympton, 1946-1948; McLaren Vale, 1954; Lower Mitcham, 1955-1956; Westbourne Park, 1960-1980+) - Qualifications: cc; AOCP 611, 1930, No. ?? in SA; BOCP 1462, 1956 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Clarence Gardens, 1939-1941; Glandore West, 1943) ===''MOWLEM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Mowlem|Mowlem, Leonard]] [https://www.familysearch.org/tree/person/details/GX9F-DHH] - 1878(???)-1950(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: naval employee (Toorak, 1919); radio telegraphist (Thursday Island, 1921); telegraphist (Toorak, 1925); engineer (Toorak, 1928); wireless (Malvern, 1931-1949) ===''MOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Murray Moyle|Moyle, John Murray "Johnny"]] - 1908(Vic)-1960(ACT) - 2JU Sydney, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly, 1932+; Radio TV & Hobbies, 1939-), education (Scotch College, 1923-1926), military (WW2, RAAF 1941-, Squadron Leader), broadcast (3DB, 1920s) (callsign 2JU previously Ross Amos Hull) - Links: [http://messui.polygonal-moogle.com/valves/NW198909.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198910.pdf EA2] ===''MUIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sibbald Allison Muir|Muir, John Sibbald Allison]] [https://www.familysearch.org/tree/person/details/LRB3-1J6] - 1904(SA)-1996(Vic) - 3QW Receive Melbourne (Brighton, 1923); 3QW Melbourne (Brighton, 1923-1926) - Qualifications: cc; AOCP 91, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; likely operator of 3NS dealer licence for Norris & Skelly, Elizabeth St, Melbourne 1924 - Electoral Rolls: dealer (Brighton, 1925-1927); radio dealer (Malvern, 1928); wireless (Brighton, 1931); engineer (Brighton, 1935; Ringwood, 1936-1954); nil (Somers, 1963; Langwarrin, 1968-1977; Garfield, 1980) * [[/Robert White Muir|Muir, Robert White]] [https://www.familysearch.org/tree/person/details/K644-M2J] - 1904(WA)-1966(WA) - Licences: 6RW Wagin (1933-1939); 6RW Perth (Subiaco, 1947-1965) - Qualifications: cc; AOCP 1184, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (Albany, WA, 1925-1926); jeweller & radio dealer (Wagin, WA, 1931); jeweller (Wagin, WA, 1936-1943); watchmaker (Subiaco, WA, 1949-1963) ===''MULLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Fred Mullett|Mullett, Leslie Fred]] [https://www.familysearch.org/tree/person/details/GXRX-BQD] - 1903(SA)-1980(SA) - Licences: 5ZQ Adelaide (Highgate, 1932-1933) - Qualifications: cc; AOCP 1065, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Highgate, SA, 1939-1941); engineer (Barton, ACT, 1949) ===''MULLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Mulligan|Mulligan, Frederick Charles]] [https://www.familysearch.org/tree/person/details/L2QS-X7W] - 1886(NZ)-1982(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 135, 1915; 2COCP 211, 1930; 1COCP 329, 1933 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: engineer operator (Clayfield, 1914-1917); wireless operator (Emita, Flinders Island, 1919-1928); OIC Radio Station (Darwin, 1934); radiologist (Ascot, 1936); OIC radio (Townsville, Qld, 1943); retired (Warrimoo, NSW, 1954-1958; Umina, NSW, 1958) ===''MUNRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Bruce Willson Munro|Munro, Bruce Willson]] [https://www.familysearch.org/tree/person/details/G7GX-CDJ] - 1908(Qld)-1994(Qld) - Licences: 4AL Brisbane (Hawthorne, 1927-1931; Bulimba, 1933-1939) - Qualifications: cc; AOCP 339, 1927, No. 35 in Qld; 2COCP 68, 1936 - amateur operator; amateur broadcaster; aeronautical experimenter; pilot; Qld Aero Club (Brisbane, honorary flying instructor, 1930s); Dept Civil Aviation (Brisbane, Assistant Plan Printer, 1956-1968) - Electoral Rolls: commercial pilot (Moorooka, 1943); flight checking officer (Townsville, 1943); pilot (West End, 1949-1963); commonwealth public servant (Wynnum, 1968-1972); retired (Wynnum, 1977-1980) ===''MURDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilmot Henry Murden|Murden, Wilmot Henry]] [https://www.familysearch.org/tree/person/details/G691-7WC] - 1915(Vic)-19??(???) - Licences: 7TY Launceston (1934-1937); 3TY Melbourne (West Preston, 1938-1939; Thornbury, 1947); 3TY Rapanyup (1948); 3TY Sale (1954-1955); 3TY Swan Hill (1956-1960) - Qualifications: cc; AOCP 1243, 1934, No. ?? in Tas; BOCP 1176, 1950; 1COCP 1610, 1951 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Sale, 1954); radio engineer (3SH, Sale, 1963) ===''MURDOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Fraser Murdoch|Murdoch, James Fraser "Fraser"]] - 19??(???)-19??(???) - 4FQ Toowoomba (1946-1948), amateur operator (AOCP 2383, 1939, No. ?? in Qld), amateur broadcaster, employment (Empire Theater under Cliff Gold 4CG) ===''MURPHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold James Murphy|Murphy, Harold James]] [https://www.familysearch.org/tree/person/details/LD6Q-ZGP] - 1899(NSW)-1958(Qld) - Licences: 4HM Ilfracombe (1935-1937); 4HM Pomona (1938-1939); 4HM Brisbane (Wooloowin, 1947-1956) - Qualifications: cc; AOCP 1532, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: telegraphist (Auchenflower, Qld, 1925; Milton, Qld, 1928); postal official (Stanthorpe, Qld, 1930); postmaster (Ilfracombe, Qld, 1936-1937); insurance agent (Wooloowin, Qld, 1943); postal official (Wooloowin, Qld, 1949); public servant (Stafford, Qld, 1958) ===''MURRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Alexander Murray|Murray, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/G89D-SZ7] - 1908(???)-1985(NSW) - Licences: 2FM Sydney (Rose Bay, 1927; Mosman, 1928-1935; Cremorne, 1936-1939; Mosman, 1946-1947; Lindfield, 1948-1949; Carramar, 1950-1975); 2FM Blayney (1980+) - Qualifications: AOCP 336, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Mosman, 1930); engineer (Mosman, 1933); fitter (Mosman, 1934); draftsman (Mosman, 1935); engineer (Neutral Bay, 1943); draftsman (Mosman, 1949); draughtsman (Carramar, 1958-1977); retired (Blayney, 1980) * [[/John William Murray|Murray, John William]] [https://www.familysearch.org/tree/person/details/G879-32L] - 1905(Vic)-1997(Vic) - Licences: 3JY Melbourne (Elsternwick, 1928-1930; Fitzroy, 1931-1939); 3AJY Melbourne (Kew, 1960-1980+) - Qualifications: AOCP 396, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Elsternwick, 1928); projectionist (St Kilda, 1934; Melbourne East, 1936); technician (St Kilda West, 1943-1949); projectionist (Kew, 1954-1980) - several contemporaneous John William Murray's in Melbourne, identification not certain * [[/Kynaston Noel Lathrop Murray|Murray, Kynaston Noel Lathrop]] - 1838(Eng)-1916(Tas) - clubs and societies (Telegraph Electrical Society Vic, member, 1880s; Vic Posts & Telegraphs, 1860s-1870s; Vic Railways Dept, 1880s-1890s) * [[/Malcolm Imlay Murray|Murray, Malcolm Imlay]] [https://www.familysearch.org/tree/person/details/G8VW-684] - 1908(WA)-1980(WA) - Licences: 6MY Perth (City, 1930; South Perth, 1933-1939; Floreat Park, 1946-1980+) - Qualifications: cc; AOCP 677, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (East Perth, 1931); radiotrician (South Perth, 1936; Floreat Park, 1943-1980) ===''MUSGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Mandeville D'Oyly Musgrove|Musgrave, Mandeville D'Oyly]] - 19??-19?? - broadcast station proprietor (6ML & others) ===''MUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus Keith Mutton|Mutton, Angus Keith]] [https://www.familysearch.org/tree/person/details/GD5F-BQM] - 1910(SA)-1991(SA) - Licences: 5ZY Adelaide (Toorak Gardens, 1933; Tusmore, 1937-1938) - Qualifications: cc; AOCP 1089, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Tusmore Gardens, SA, 1939-1943) * [[/Arthur Henry Mutton|Mutton, Arthur Henry]] [https://www.familysearch.org/tree/person/details/KC1Y-PP5] - 1908(NSW)-1986(NSW) - Licences: 2QT Receive Sydney (Stanmore, 1923-1925); 2QT Sydney (Stanmore, 1926-1939) - Qualifications: AOCP 237, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Annandale, 1930-1937); communication engineer (Maroubra, 1943-1968); public servant (Bayview, 1972-1980) =='''N'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''NAIRN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Linley Beeton Nairn|Nairn, Arthur Linley Beeton]] [https://www.familysearch.org/tree/person/details/L58V-M8X] - 1895(SA)-1978(NZ) - Licences: 2BI Receive Sydney (Mosman, 1922-1923) - Qualifications: CPRTelephony 373, 1918 - amateur receiver - Electoral Rolls: company manager (Hamilton, NZ, 1938); director (Days Bay, Wellington, NZ, 1946-1954) ===''NANCARROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Stanley Nancarrow|Nancarrow, Ralph Stanley]] [https://www.familysearch.org/tree/person/details/GST3-XQ3] - 1904(SA)-1991(SA) - Licences: 5PK Georgetown (1930-1933); 2PY Sydney (Mosman, 1935; Randwick, 1936-1939); 2ACN Sydney (Lane Cove, 1954-1961; North Ryde, 1965-1975) - Qualifications: cc; AOCP 719, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Randwick, NSW, 1936-1937); electrical fitter (Lane Cove, NSW, 1943-1963); fitter (North Ryde, NSW, 1972-1980) ===''NANGLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Nangle|Nangle, James]] [https://www.familysearch.org/tree/person/details/GD3V-F31] - 1869(NSW)-1941(NSW) - Licences: 2MU Receive Sydney (Marrickville, 1922); 2MU Sydney (Marrickville, 1923-1927; Observatory, 1928-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; 1920s Superintendent Technical Education NSW; hon. Government Astronomer NSW; Sydney University (Senate); Royal Society of NSW (president); Fellow Royal Astronomical Society; Fellow Federal Institute of Architects; author (astronomy, architecture) - Electoral Rolls: architect (Petersham, 1903); Government Astronomer (Observatory, 1930-1937) - Links: [https://adb.anu.edu.au/biography/nangle-james-7722 ADB] ===''NASH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Charles Nash|Nash, William Robert Charles]] [https://www.familysearch.org/tree/person/details/GDWX-LWF] - 1918(NSW)-2007(NSW) - Licences: 2WW Sydney (Crows Nest, 1934-1937); 4WN Cairns (1938-1939) - Qualifications: cc; AOCP 1329, 1934, Qld; 1COCP 138, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: company manager (Castlecrag, NSW, 1963-1980) ===''NEALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Drayton Neale|Neale, Eric Drayton Snr]] [https://www.familysearch.org/tree/person/details/G88H-NWT] - 1907(Qld)-1968(Qld) - Licences: 4EN Longreach (1934-1939); 4EN Brisbane (Wooloowin, 1946-1960) - Qualifications: cc; AOCP 1298, 1934, Qld - amateur operator, amateur broadcaster, federal public servant (PMGD, telegraphist), radio club (WIAQ, QSL officer) - Relationships: father of 4?? Eric Drayton Neale Jnr - Electoral Rolls: telegraphist (Wooloowin, 1928; Longreach, 1936; Grange, 1937; Wooloowin, 1943-1963) ===''NEAVERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Laurence Neaverson|Neaverson, Leslie Laurence or Lawrence Leslie]] [https://www.familysearch.org/tree/person/details/LYTM-HCD] - 1899(Eng)-1993(NSW) - Licences: G5NX (Lakeside, Cumbria, 1922+); 4NV Brisbane (Holland Park, 1947-1956+) - Qualifications: cc; Nil yet identified - amateur operator; associate member IRE (Britain); principal Anglo Austral Hearing Aid Dispensary - Electoral Rolls: surgical technician (Holland Park, Qld, 1949-1958) ===''NELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alfred Montague Nell|Nell, George Alfred Montague]] [https://www.familysearch.org/tree/person/details/G87B-PP6] - 1900(Ceylon)-1989(NSW) - Licences: 2JQ Quirindi (1928-1929); 2JQ Canberra (1930); 2JQ Moruya (1931-1936); 2JQ Binda (1937-1939); 2JQ Crookwell (1946-1950); 2JQ Junee (1954-1965); 2JQ Goulburn (1969-1980) - Qualifications: AOCP 413, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clergyman (Moruya, 1930-1934; Crookwell, 1936-1949; Junee, 1954-1968; Goulburn, 1972-1980) ===''NELSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Yeates Nelson|Nelson, John Yeates]] [https://www.familysearch.org/tree/person/details/G884-YDV] - 1851(Irl)-1932(NSW) - Licences: XAA Sydney (McMahon's Point, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter; federal public servant (PMGD, chief electrical engineer (NSW)) - Electoral Rolls: electrician (Milson's Point, 1930-1931) ===''NESTROM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Louis Nestrom|Nestrom, Oliver Louis]] [https://www.familysearch.org/tree/person/details/GX22-9H4] - 1912(NSW)-1999(SA) - Licences: 5RZ Adelaide (St Peters, 1936-1937; Joslin, 1938); 2ADJ Sydney (Homebush, 1939); 5RZ Adelaide (Colonel Light Gardens, 1947; Glenelg, 1948; St Georges, 1954); 5RZ Port Augusta, 1955-1956); 5RZ Adelaide (Kurralta Park, 1960; Manningham, 1965-1969; St Peters, 1975); 5RZ Clare (1980+) - Qualifications: cc; AOLCP, 224, 1935; AOCP 1725, 1936, SA; BOCP 719, 1946; 2COCP 1178, 1949; 1COCP 1491, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Modbury, SA, 1939); fitter (Strathfield, NSW, 1943) ===''NEVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Clifford Anderson Neville|Neville, Alfred Clifford Anderson]] [https://www.familysearch.org/tree/person/details/GXH3-Z4D] - 1907(Eng)-1987(Qld) - Licences: 4ED Receive Brisbane (Wooloowin, 1923) - Qualifications: cc; 3COCP 5827, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Hamilton, Qld, 1928); clerk (Windsor, Qld, 1934-1943); accountant (Hawthorne, Qld, 1954-1958); retired (East Brisbane, 1963-1980) ===''NEWBERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Mallord Newberry|Newberry, Archibald Mallord]] [https://www.familysearch.org/tree/person/details/LH51-SDW] - 1893(Eng)-1973(Vic) - Licences: 3AN Red Cliffs (1930-1939) - Qualifications: AOCP 606, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: watchmaker (Red Cliffs, 1924-1931); radio dealer (Red Cliffs, 1934-1942); cycle dealer (Red Cliffs, 1949-1972) ===''NEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert James Newell|Newell, Albert James "Bert"]] [https://www.familysearch.org/tree/person/details/LJ1C-RGW] - 1910(Sct)-1998(Qld) - Licences: 4BN Mill Hill via Warwick (1936-1939); 4BN Brisbane (Archerfield, 1947-1948; Moorooka, 1954); 4AJ Brisbane (Moorooka, 1965; Yeronga, 1969; Ormiston, 1975); 4AJN Brisbane (Ormiston, 1980+) - Qualifications: cc; AOCP 1727, 1936, Qld; 2COCP 559, 1942; 1COCP 588, 1942; TVOCP 531, 1962 - amateur operator; amateur broadcaster; AWA Aviation Radio Service - Electoral Rolls: shed hand (Mill Hill, Qld, 1931-1943); radio technician (Moorooka, Qld, 1949-1968); television technician (Yeronga West, Qld, 1972); retired (Ormiston, Qld, 1977-1980) ===''NEWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Frederick Newman|Newman, Arthur Frederick]] [https://www.familysearch.org/tree/person/details/9JJ9-YSK] - 1881(India)-1952(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 10, 1914; CPRT 90, 1915; 1COCP 49, 1930 - RANRS (Radio Lieutenant, 1917-1920, terminated Nov 1920); WW1; WW2 - Comment: several contemporaneous AFNs - Electoral Rolls: traffic officer (Elsternwick, 1917-1919); assistant! (Malvern East, 1924-1931); piano tuner (St Kilda, 1931) * [[/Sydney Moreton Newman|Newman, Sydney Moreton "Syd"]] [https://www.familysearch.org/tree/person/details/LL41-PBM] - 1898(NSW)-1998(NSW)99yo - Licences: XPZ Melbourne (Canterbury, 1913-1914); 3MC Melbourne (Canterbury, 1923-1927) - Qualifications: cc; CPRT 655, 1921; 1COCP 90, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Turramurra, 1930-1958); retired (Wahroonga, 1963-1980) - TroveTag: "XPZ-3MC - Sydney Moreton Newman" (68 tags) - Links: [http://messui.polygonal-moogle.com/valves/NW199101.pdf EA] * [[/William Harold Newman|Newman, William Harold]] [https://www.familysearch.org/tree/person/details/GD3V-4N5] - 1889(NSW)-1943(Vic) - Licences: 2MK? Receive Sydney (Artarmon, 1922); 2MJ Sydney (Artarmon, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: railway official (Artarmon, 1930-1934); secretary (Mosman, 1936-1943) ===''NICHOLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rupert Nicholas|Nicholas, William Rupert]] [https://www.familysearch.org/tree/person/details/GD14-RFV] - 1913(Tas)-1995(Tas) - Licences: 7WR Hobart (North Hobart, 1932-1939) - Qualifications: cc; AOCP 896, 1932, No. ?? in Tas; AOLCP 72, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Hobart North, 1936; New Town, 1943-1954) ===''NICOLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Nicoll|Nicoll, William]] - 1903(Canada)-19??(???) - Licences: 4CO Receive Brisbane (Upper Paddington, 1923) - Qualifications: cc; CPRT 644, 1921 - amateur Receiver - Electoral Rolls: telegraphist (Bardon, 1925-1929) ===''NICHOLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hartley Nicholls|Nicholls, Alan Hartley]] [https://www.familysearch.org/tree/person/details/GFQR-VH9] - 1913(WA)-1981(WA) - Licences: 6KE Corrigin (1936-1937); 3NI Melbourne (East St Kilda, 1938-1939); 2NI Sydney (Manly, 1946; Cremorne, 1947-1954; Manly, 1955-1956); 2ANI Sydney (Mosman, 1960-1965); 4AL Brisbane (Greenslopes, 1965); 4NI Cairns (1975); 6NX Perth (South Guildford, 1980) - Qualifications: cc; AOCP 1814, 1936, WA; BOCP 219, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: RAAF (Hawthorn, Vic, 1942); radio engineer (Cremorne, NSW, 1949); shopkeeper (Wilston, Qld, 1958); electronic engineer (Cremorne, NSW, 1963); engineer (Cairns, Qld, 1972-1977; South Guildford, WA, 1980) * [[/Francis Edgar Nicholls|Nicholls, Francis Edgar]] [https://www.familysearch.org/tree/person/details/GD1H-8KQ] - 1910(Vic)-1995(Tas) - Licences: 7RY Devonport (1932-1933); 7RY Burnie (1937-1939); 7RY Hobart (New Town, 1946-1948; Lenah Valley, 1954-1955; New Town, 1960; Lenah Valley, 1965-1969; Midway Point, 1975-1980) - Qualifications: cc; AOCP 991, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Lenah Valley, 1943-1954) * [[/William James Nicholls|Nicholls, William James]] [https://www.familysearch.org/tree/person/details/G6S3-26D] - 19??(Vic)-1966(Vic) - Licences: 3FW Melbourne (Moonee Ponds, 1931-1933) - Qualifications: cc; AOCP 780, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Moonee Ponds, 1922-1963) * [[/William John Matthew Nicholls|Nicholls, William John Matthew or William John]] [https://www.familysearch.org/tree/person/details/G8WW-PDS] - 1908(Vic)-19??(???) - Licences: 3WX Melbourne (Williamstown, 1928-1933); 7WX Launceston (1937-1939); 3WX Melbourne (Williamstown, 1946-1965; East Malvern, 1969-1980+) - Qualifications: cc; AOCP 419, 1928, No. ?? in Vic; 2COCP 343, 1931; 1COCP 309, 1933 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Williamstown, 1931-1936); RAAF (Williamstown, 1949); radio engineer (Williamstown, 1954-1963; Malvern East, 1968-1980) ===''NICHOLSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Russell Malcolm Nicholson|Nicholson, Russell Malcolm]] [https://www.familysearch.org/tree/person/details/G8Z7-7W4] - 1909(Qld)-1974(NSW) - Licences: 4KG Ilfracombe (1929-1933) - Qualifications: cc; AOCP 529, 1929, No. ?? in Qld; BOCP 48, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing contractor (Longreach, 1936); manager 4LG (Longreach, 1937); radio mechanic (Coolangatta, 1949-1972) ===''NICOLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Hort Wilmot Nicolle|Nicolle, Horace Hort Wilmot]] [https://www.familysearch.org/tree/person/details/G8ZS-MZF] - 1908(NSW)-1974(NSW) - Licences: 2HK Sydney (Strathfield, 1929-1933; Ryde, 1934); 2AJT Sydney (Wollstonecraft, 1939) - Qualifications: AOCP 527, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chemist apprentice (Strathfield, 1930); pharmacist (Strathfield, 1933-1935); chemist (Chatswood, 1943-1968) ===''NILSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver John Nilsen|Nilsen, Oliver John]] [https://www.familysearch.org/tree/person/details/G8W4-W1G] - 1884(Vic)-1977(Vic) - Licences: Receive (Valve) Melbourne (Brighton, 1923); 3UZ Melbourne (1924-25) - Qualifications: Nil identified to date - amateur operator; amateur broadcaster - 3UZ experimental callsign issued to Oliver J. Nilsen & Co in 1923, operator N. J. Boyd; callsign withdrawn 1925 and reallocated to Nilsen's broadcast station which remains current as at 2021 - Electoral Rolls: electrical engineer (Fitzroy, 1909-1924; Chelsea, 1928-1931); contractor (Caulfield, 1934-1954); engineer (Elsternwick, 1972; Hawthorn, 1977-1980) - Links: [https://adb.anu.edu.au/biography/nilsen-oliver-john-11244 ADB] ===''NISSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Laurence Nissen|Nissen, Eric Laurence]] [https://www.familysearch.org/tree/person/details/G8DS-ZLR] - 1905(Qld)-2001(Qld) - Licences: 4XN Dalby (1930-1939, 1946-1975+); 4XN Toowoomba (1980) - Qualifications: cc; AOCP 574, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, member); broadcast technician (4QS, 1939-1976); federal public servant (PMGD); Awards: Imperial Service Medal 1976 - Electoral Rolls: none specified (Dalby, 1928-1937); PMG technician (Dalby, 1972); retired (Toowoomba, 1977) ===''NIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edgar Nixon|Nixon, Arthur Edgar]] [https://www.familysearch.org/tree/person/details/G8M2-SM5] - 1905(Vic)-1961(Vic) - Licences: 3ON Receive Melbourne (Windsor, 1923-1924) - Qualifications: AOCP 361, 1927, No. ?? in Vic - amateur receive operator - Electoral Rolls: labourer (Elsternwick, 1931); salesman (St Kilda West, 1931-1936); electrical fitter (Albert Park, 1943-1954) ===''NOLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Michael Nolan|Nolan, Francis Michael]] [https://www.familysearch.org/tree/person/details/9Q3R-X84] - 1910(NSW)-1985(Qld) - Licences: 4FN Brisbane (Wooloowin, 1935-1937; Clayfield, 1938-1939; Stafford Heights, 1946-1948); 4MF Portable (1948); 9FN Port Moresby & 9MF Portable (1954-1956); 4FN/T Gracemere (1960-1969); 4FN/T Brisbane (Wavell Heights, 1975; Virginia, 1980) - Qualifications: cc; AOCP 1433, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, WIAQ); broadcast technician (9PA, 4RK); radio serviceman; federal public servant (PMGD) - Electoral Rolls: * [[/Francis William Nolan|Nolan, Francis William "Frank"]] [https://www.familysearch.org/tree/person/details/GX6W-XPW] - 1897(NSW)-19?? - Licences: 4JU Brisbane (Brisbane City, 1929-1939, 1947-1956; Paddington, 1960) - Qualifications: cc; AOCP 43? & 501, 1924 & 1929, No. ? in Qld - amateur operator; amateur broadcaster; radio serviceman - Relationships: husband of 4LO Violet Elizabeth Nolan nee Hennessey - Comment: several genealogy sites have wrong data for FWN - Electoral Rolls: cartoonist (Brisbane City, Qld, 1921-1925); radio mechanic (Brisbane, City, 1934-1936); radio engineer (Brisbane City, Qld, 1954-1958) * [[/John Spencer Nolan|Nolan, John Spencer]] [https://www.familysearch.org/tree/person/details/LTBW-KMV] - 1868(NSW)-1936(NSW) - Licences: XED Sydney (Double Bay, 1911-1914); 2JH Receive Sydney (Double Bay, 1922); 2JH Sydney (Double Bay, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; dentist and dental surgeon - Relationships: father of 2YI Philip Spencer Nolan - Electoral Rolls: dentist (Woollahra, 1930-1935) * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] [https://www.familysearch.org/tree/person/details/GX6W-DSX] - 1896(Qld)-19??(???) - Licences: 4LO Brisbane (City, 1931-1939) - Qualifications: cc; AOCP 826, 1931, No. ? in Qld - amateur operator; amateur broadcaster - Comment: fourth YL operator in Qld - Relationships: wife of 4JU Francis William Nolan - Electoral Rolls: home duties (Brisbane City, Qld, 1921-1943); not stated (Eagle Heights, Qld, 1949); home duties (Tweed Heads, NSW, 1954); domestic (Spring Hill, Qld, 1958); retired (Coolangatta, Qld, 1958) * [[/Philip Spencer Nolan|Nolan, Philip Spencer "Spencer"]] [https://www.familysearch.org/tree/person/details/LTBW-ZWX] - 1897(NSW)-1929(NSW) - Licences: 2YI Sydney (Double Bay, 1924-1929) - Qualifications: AOCP 58, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; dentist - Relationships: son of XED-2JH Lieut John Spencer Nolan - Comment: gone too soon - Electoral Rolls: Nil yet identified ===''NOLTE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Nolte|Nolte, George Edward]] [https://www.familysearch.org/tree/person/details/G8HG-DD4] - 1911(Vic)-1997(NSW) - Licences: 3NO Melbourne (Elwood, 1929-1939); 2QO Sydney (Potts Point, 1948-1950; Bexley North, 1954-1975); 2QO Wamberal (1980+) - Qualifications: AOCP 492, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1936-1937); radio engineer (Darlinghurst, 1943-1949; Bexley North, 1958-1963); retired (Wamberal, 1980) ===''NORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Norman|Norman, William James]] [https://www.familysearch.org/tree/person/details/GD1Q-ZRS] - 1899(Tas)-19??(???) - Licences: 7WJ Eddystone Point Lighthouse (1931) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: stoker (Longford, 1922); lightkeeper (Tasman Island, 1928; Eddystone Lighthouse, 1934; Maatauyker Island, 1936; Currie Harbour, King Island, 1937) ===''NORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Anthony David Norris|Norris, Anthony David "Tony"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Edgar Lewin Norris|Norris, Edgar Lewin]] [https://www.familysearch.org/tree/person/details/G9YH-3D4] - 1891(Qld)-1956(Qld) - Licences: 4CK Receive Toowoomba (1922); 4CK Toowoomba (1923-1931) - Qualifications: cc; AOCP 80, 1925, No. 8 in Qld - amateur operator; amateur broadcaster; radio club (Toowoomba RC); WW1 - Relationships: father of 4NO Edgar Thomas Norris - TroveTag: "4CK - Edgar Lewin Norris" - Electoral Rolls: optician (Rockhampton, 1913); optometrist (Wooloowin, 1919; Toowoomba, 1925-1954) * [[/Edgar Thomas Norris|Norris, Edgar Thomas "Tom" "Tommy"]] [https://www.familysearch.org/tree/person/details/G855-G68] - 1930(Qld)-2019(Qld) - Licences: 4NO Toowoomba (1969-1980+) - Qualifications: cc; 3COCP 6945, 1967; AOLCP Q2, 1968; AOCP Q13, 1968, Qld - amateur operator, amateur broadcaster - Relationships: son of 4CK Edgar Lewin Norris - Electoral Rolls: charge hand (Toowoomba, 1954-1980) ===''NORTHEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurence Harry Northeast|Northeast, Laurence Harry "Laurie"]] [https://www.familysearch.org/tree/person/details/LLM3-8NK] - 1908(SA)-1972(SA) - Licences: 5LH Adelaide (Rosewater, 1927) - Qualifications: cc; AOCP 315, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Rosewater, 1939-43) =='''O'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ==='''OAKES'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Andrew Oakes|Oakes, Walter Andrew]] [https://www.familysearch.org/tree/person/details/GDRK-RBQ] - 1907(Tas)-1983(NSW) - Licences: 7BQ Receive Hobart (New Town, 1923); Receive Hobart (New Town, 1923) - Qualifications: cc; 3COCP N1088, 1971 - amateur receiver - Electoral Rolls: electrician (Manly, 1930); electrical fitter (Launceston, 1937); railway employee (New Town, 1943-1949); electrician (Lindfield, 1954); business proprietor (Roseville, 1958); managing director (Roseville, 1963-1968); director (Roseville, 1972-1980) ==='''O'BRIEN'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Clare O'Brien|O'Brien, Charles Clare]] [https://www.familysearch.org/tree/person/details/GMTS-7SJ] - 1904(Qld)-1994(Qld) - Licences: 4NC Brisbane (Stafford, 1939, 1948-1980+) - Qualifications: AOCP 2386, 1939, Qld - amateur operator, WW2 - Electoral Rolls: mechanic (Kilcoy, 1928); telephone mechanic (Eagle Junction, 1936-1943); technician (Stafford, 1954-1980) * [[/Charles Raymond Heddington O'Brien|O'Brien, Charles Raymond Heddington]] [https://www.familysearch.org/tree/person/details/G8FN-4CX] - 1913(Vic)-1975(Vic) - Licences: 3QX Melbourne (Glenhuntly, 1930-1939) - Qualifications: AOCP 626, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Glenhuntly, 1934-1936); electrical engineer (Ballarat, 1942); engineer (Kew, 1954; Mount Waverley, 1963-1972) * [[/Matthew O'Brien|O'Brien, Matthew or Matthew Michael]] [https://www.familysearch.org/tree/person/details/GZG7-P35] - 1904(Qld)-1978(Qld) - Licences: 4MM Brisbane (Toowong, 1926-1933; Annerley, 1937-1939, 1946-1965) - Qualifications: cc; AOCP 234, 1926, No. 20 in Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, ARTL, WIAQ, president all); journalist (Teleradio, "Vic Eddy"); Dept Labour Exchange (administration) - Electoral Rolls: public servant (Toowong, 1925-1936; Annerley, 1943-1977) ==='''O'DEA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick O'Dea|O'Dea, Francis Patrick]] [https://www.familysearch.org/tree/person/details/GXTP-7KL] - 1894(Vic)-19??(???) - Licences: XJAX Melbourne (Ascot Vale, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 (Army, AWS) - Electoral Rolls: clerk (North Melbourne, 1912-1913; Ascot Vale, Vic, 1914-1937); railways (Brighton, Vic, 1942-1949); railway employee (Footscray North, Vic, 1963-1977) - Links: [https://alh-research.tripod.com/Light_Horse/index.blog/1911842/australian-wireless-squadron-aif-francis-patrick-odea/ AWS] ==='''ODGERS'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Fieldhouse Odgers|Odgers, Norman Fieldhouse]] [https://www.familysearch.org/tree/person/details/GDVD-CYK] - 1906(Qld)-1996(WA) - Licences: 4BO or 4BD Brisbane (Newmarket) & Charters Towers (1924-1925); 4NK; 9NK Port Moresby (1946-1948); 6NF Perth (Applecross, 1954-1969; Bassendean, 1975-1980); 4CH - Qualifications: cc; CPRT 896, 1925; 2COCP 212, 1930; 1COCP 108, 1936 - amateur operator; amateur broadcaster; ship wireless officer; broadcast engineer; WW2 - Electoral Rolls: senior technician (Applecross, 1954-1963); manager (Applecross, 1968); retired (Bassandean, 1972-1980) ==='''O'DONNELL'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Amos Leslie O'Donnell|O'Donnell, Amos Leslie]] [https://www.familysearch.org/tree/person/details/G8NW-Q1P] - 1910(SA)-19??(NSW) - Licences: 6DX Perth (City, 1930-1933); 2AGE Sydney (Ashfield, 1938-1939); 2AOO Sydney (Caringbah, 1960; Mona Vale, 1965-1969) - Qualifications: cc; AOCP 639, 1930, No. ?? in WA; BOCP 515, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: student (North Perth, WA, 1931); radio engineer (Ashfield, NSW, 1937); education officer (No. 2 W.A.G.S., Parkes, NSW, 1943); engineer (Ashfield, NSW, 1949; Caringbah, NSW, 1958) ==='''O'HARA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bernard O'Hara|O'Hara, John Bernard]] [https://www.familysearch.org/tree/person/details/G8XM-Y9M] - 1902(Vic)-1970(Vic) - Licences: 3OH Maryborough (1930-1939); 3OH Yallourn (1946-1948); 3AAO Melbourne (Mt Waverley, 1960) - Qualifications: AOCP 607, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: teacher (Albert Park, 1921-1924) instructor (Maryborough, 1928); teacher (Kew, 1934; Maryborough, 1937; Ballarat, 1937; Maryborough, 1943, Warrnambool, 1954; Maldon, 1963) ==='''OHRBOM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Axel Ragnar Ohrbom|Ohrbom, Axel Ragnar "Ray"]] [https://www.familysearch.org/tree/person/details/G8WZ-PWJ] - 1903(Tas)-1978(Vic) - Licences: Receive Melbourne (Brunswick, 1923-1924); 3OC Melbourne (West Brunswick, 1928; Coburg, 1931-1939; Moreland, 1946-1948; Hartwell, 1954-1975) - Qualifications: AOCP 421, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Coburg West, 1949); sharebroker (Camberwell, 1954-1977); retired (Burwood, 1977) ===''OLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Olof Lemuel Olden|Olden, Olof Lemuel]] - 1863(Vic)-1939(Vic) - Hobart 1920s, early wireless experimenter, no licence yet identified, amateur operator (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, President, 1924), military (Colonel, WW1), occupation (school master) ===''OLDFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Bernam Oldfield|Oldfield, Frederick Bernam]] [https://www.familysearch.org/tree/person/details/G8YP-9R2] - 1897(Vic)-1962(NSW) - Licences: 5DO Adelaide (1924); 3FB Melbourne (Hampton, 1937-1938); 2FE Sydney (Balmoral, 1939) - Qualifications: cc; AOCP 1240, 1934, No. ?? in Vic - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: teacher (Brighton, Vic, 1931; Sandringham, Vic, 1935-1937); journalist (Mosman, NSW, 1943); A.M.F. (Mornington, 1954); tutor (Neutral Bay, 1958) ===''OLDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Oldham|Oldham, Charles Edward]] [https://www.familysearch.org/tree/person/details/KZFK-XBT] - 1902(Tas)-1950(Tas) - Licences: 7XA Hobart (New Town, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1923, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Town, 1936-1949) * [[/Fred Oldham|Oldham, Fred]] - 19??(???)-19??(???) - early Tasmanian wireless experimenter, first president of Hobart Tramways Wireless Club 1905 ===''O'LEARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cornelius Daniel Fraser O'Leary|O'Leary, Cornelius Daniel Fraser or Daniel Fraser]] [https://www.familysearch.org/tree/person/details/KN18-4BH] - 1893(SA)-1955(SA) - Licences: 5DO Adelaide (Tusmore Gardens, 1929-1933) - Qualifications: cc; AOCP 495, 1929, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Unley, 1939-1941) ===''OLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dalley George Tryon Oliver|Oliver, Dalley George Tryon]] [https://www.familysearch.org/tree/person/details/LZ8W-MMR] - 1888(NSW)-1959(NSW) - wireless experimenter (1924+) 2?? Gunedah, amateur broadcaster - Electoral Rolls: engineer (Gunnedah, 1930-1943; Keepit Dam, Tamworth, 1949-1954); retired (Condoblin, 1958) - Relationships: brother of 2MO Marcius John Alexander Oliver * [[/Marcius John Alexander Oliver|Oliver, Marcius John Alexander "Marcus"]] [https://www.familysearch.org/tree/person/details/LZ8W-M82] - 1875(NSW)-1946(NSW) - Licences: 2MO Gunedah (1929) - Qualifications: AOCP ??, 19??, No. ?? in NSW; AOLCP 91, 1932 - amateur operator, amateur broadcaster, broadcast engineer, radio station proprietor (2MO, 1930-1939), military (air spotters, Port Macquarie) - Electoral Rolls: engineer (Gunnedah, 1930-1936; Port Macquarie, 1943) - Relationships: brother of Dalley George Tryon Oliver ===''OLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Durrant Olle|Olle, John Durrant]] [https://www.familysearch.org/tree/person/details/G4HS-WSX] - 1910(NSW)-1975(Vic) - Licences: 2OZ Sydney (Ashfield, 1929-1939, 1946; Pennant Hills, 1947-1948; Ashfield, 1950) - Qualifications: AOCP 553, 1929, No. ?? in NSW; 2COCP 321, 1931; 1COCP 197, 1931 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Summer Hill, 1936-1937; Ashfield, NSW, 1943); soldier (South Yarra, Vic, 1949); public servant (Mornington, 1963-1980) ===''OLLIVIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Frances Ollivier|Ollivier, Neil Frances]] [https://www.familysearch.org/tree/person/details/GFQB-VPD] - 1916(WA)-1942(WA) - Licences: 6FO Perth (Hollywood, 1932-1939) - Qualifications: cc; AOCP 1067, 1932, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: Nil yet identified ===''O'LOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick Morgan O'Loughlin|O'Loughlin, Francis Patrick Morgan]] [https://www.familysearch.org/tree/person/details/GX6M-Z3Q] - 1902(Qld)-1979(Qld) - Licences: 4OL Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1347, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Red Hill, Qld, 1936-1937; Ashgrove, Qld, 1943-1977) ===''OLSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Vivian Olsen|Olsen, Frederick Vivian "Fred"]] [https://www.familysearch.org/tree/person/details/G8CP-4XJ] - 1912(Vic)-2001(Vic) - Licences: 3FO Melbourne (Hawthorn, 1929-1931; Hampton, 1933-1939) - Qualifications: cc; AOCP 521, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hampton, 1936-1954; Brighton, 1963; Hampton, 1972-1980) * [[/Norman Frederick Olsen|Olsen, Norman Frederick or Frederick Norman (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/G8BY-8JS] - 1901(NSW)-1980(NSW) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 516, 1920, NSW; 2COCP 59, 1929, NSW; 1COCP 252, 1932 - Nil yet identified - Electoral Rolls: wireless operator (Hurlstone Park, 1934-1937); newsagent (Torwood, 1954-1958); no occupation (Lord Howe Island, 1963-1980) * [[/Norman Peter Olsen|Olsen, Norman Peter]] [https://www.familysearch.org/tree/person/details/G8BY-444] - 1897(NSW)-1988(NSW) - Licences: 2YK Newcastle (1924-1925); 2ZX Waratah (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrician (Waratah, 1930; Mayfield, 1932); public servant (Redfern, 1932-1933; Kogarah, 1934-1935; Wollongong, 1936-1937; Artarmon, 1943-1949; Kogarah, 1949-1963); nil (Merewether, 1968-1980) * [[/Olaf Olsen|Olsen, Olaf]] [https://www.familysearch.org/tree/person/details/G6QT-69T] - 1878(Norway)-1964(Qld) - Licences: 4CL Dalby 1922 (Receive) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engine driver (Dalby, 1913-1943); engineer (Toowoomba, 1949; Redcliffe, 1954; Paddington, 1958-1963) ==='''O'MAY'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. W. O'May|O'May, J. W.]] - 19??(???)-19??(???) - Licences: Receive Hobart (Bellerive, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Robert Derwent O'May|O'May, Robert Derwent "Bob"]] [https://www.familysearch.org/tree/person/details/LYNF-5NS] - 1903(Tas)-1973(Tas) - Licences: Receive Hobart (Bellerive, 1923); 7OM Hobart (Bellerive, 1924-1927+; Sandy Bay, 1931+; Bellerive, 1947-1969+) - Qualifications: cc; AOCP 74, 1925, No. ?? in Tas; 3COCP 508, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: engineer (Bellerive, 1928-1954) ==='''OPPENHEIM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Oliver George Oppenheim|Oppenheim or Oliver, Oliver George "Ollie"]] [https://www.familysearch.org/tree/person/details/LLSS-S7L] - 1911(Vic)-1988(NSW) - Licences: 3ZX Melbourne (Caulfield, 1930-1939) - Qualifications: AOCP 580, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Caulfield, 1936-1942; Elsternwick, 1949); radio engineer (Elsternwick, 1954); company executive (Coogee, 1958-1963; Lugarno, 1968); importer (Strathfield, 1972-1980) ===''O'REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Joseph O'Reilly|O'Reilly, Maurice Joseph]] [https://www.familysearch.org/tree/person/details/G824-VMC] - 1866(Irl)-1933(NSW) - Licences: XACI Bathurst (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St Stanilaus College, Bathurst, 1913); rector of college (St John's College, Camperdown, 1930-1933) - Links: [https://adb.anu.edu.au/biography/oreilly-maurice-joseph-7918 ADB] ===''O'ROURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sydney O'Rourke|O'Rourke, John Sydney]] [https://www.familysearch.org/tree/person/details/GDJP-ZW4] - 1918(NSW)-19??(???) - Licences: 4OR Brisbane (Brisbane City, 1937-1939); 4SO Brisbane (Margate Beach, 1955-1969) - Qualifications: cc; AOCP 2042, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical apprentice (Norman Park, Qld, 1943); radio engineer (Newmarket, Qld, 1949); engineer (Margate, Qld, 1954-1977) ===''ORR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Murray Donald Orr|Orr, Murray Donald]] [https://www.familysearch.org/tree/person/details/GZL8-H29] - 1900(Vic)-1941(Vic) - Licences: 3OR Lake Meran (1928-1939) - Qualifications: AOCP 440, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1940-1941) - Electoral Rolls: farmer (Lake Meran, 1924-1934) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/orr-murray-donald-1700/] ===''OSBORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jeffrey David Osborne|Osborne, Jeffrey David "Jeff"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Louis Frederick George Osborne|Osborne, Louis Frederick George]] [https://www.familysearch.org/tree/person/details/G8GF-MGZ] - 1900(Vic)-1989(Vic) - Licences: 3DD Receive Melbourne (East Malvern, 1922); 3DD Melbourne (East Malvern, 1923-1926); 3BMO Melbourne (Murrumbeena, 1980+) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: gas fitter (Malvern East, 1922-1926); inspector (Carnegie, 1931-1977) ===''OSBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bolivar Laing Osburne|Osburne, George Bolivar Laing "Laing"]] [https://www.familysearch.org/tree/person/details/MFY2-F9W] - 1896(Vic)-1933(Vic) - Licences: XKJ Terang (1913-1914); 3BG Terang (1922-1933) - Qualifications: cc; AOCP 235, 1926, No. ?? in Vic - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: student (Terang, 1922-1931) ===''OTHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Othen|Othen, Charles James]] [https://www.familysearch.org/tree/person/details/LRHF-H8Y] - 1897(SA)-19??(???) - Licences: XVT Adelaide (Glanville, 1913); 5AS Receive Adelaide (1923); 5ON Adelaide (Hindmarsh, 1954-1956; Eden Hills, 1960-1969; Blackwood, 1975) - Qualifications: cc; AOCP 3385, 1953, SA - early wireless experimenter; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: foreman (Hindmarsh, SA, 1939-1943) ===''O'TOOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian O'Toole|O'Toole, Ian]] - Licences: 2ZIO Sydney (Adamstown Heights, 1969; North Rocks, 1975; Castle Hill, 1980) - amateur operator; historian (amateur, military communications); proprietor Kurrajong Radio Museum - Electoral Rolls: - Links: [https://vk2bv.org/archive/museum/ Kurrajong Radio Museum] ===''OTTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Shannon Otty|Otty, William Shannon]] [https://www.familysearch.org/tree/person/details/GZ2F-7J1] - 1893(Eng)-1983(NSW) - Licences: 2ZL Killingworth (1923-1931); 2ZL Toronto (1933-1975); 2ZL Fennell's Bay (1980+) - Qualifications: cc; AOCP 219, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio dealer (Toronto, 1937-1954); retired (Toronto, 1958-1980) ===''OVERLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Overlack|Overlack, Peter]] - early wireless historian [https://www.navy.gov.au/sites/default/files/documents/Naval_Networks_Dominance_of_Comms_in_Maritime_Ops.pdf "The Struggle for the Australian Airwaves: The Strategic Function of Radio for Germany in the Asia-Pacific Region before World War I"] ===''OWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Chester Owen|Owen, Chester]] [https://www.familysearch.org/tree/person/details/MZ3G-H47] - 1899(Vic)-1975(Vic) - Licences: Receive Melbourne (St Kilda, 1923); 3ZM Melbourne (St Kilda, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Balaclava, 1921; St Kilda, 1922-1926); engineer (St Kilda, 1928; Caulfield, 1931); mechanic (Caulfield, 1934-1937); radio engineer (Echuca, 1943-1972) * [[/Stanley Wainwright Owen|Owen, Stanley Wainwright]] [https://www.familysearch.org/tree/person/details/GDV9-BP2] - 1912(Vic)-1987(NSW) - Licences: 6RX Perth (Mt Lawley, 1930-1931); 2RX Sydney (Wollstonecraft, 1948-1957) - Qualifications: cc; AOCP 716, 1930, No. ?? in WA; 2COCP 436, 1933; 1COCP 340, 1933; TVOCP 40, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Wollstonecraft, 1937-1958); television engineer (Wollstonecraft, 1963-1968); engineer (Wollstonecraft, 1972-1977; Artarmon, 1980) ===''OXENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Justinian Oxenham|Oxenham, Justinian]] - 1860(Qld)-1932(Vic) - senior federal public servant (Secretary, Postmaster-General's Department) ===''OXLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Oxlade|Oxlade, George]] [https://www.familysearch.org/tree/person/details/LRCK-H1C] - 1907(Qld)-1980(Qld) - Licences: 4GO Brisbane (Newmarket, 1926-1931) - Qualifications: cc; AOCP 229, 1926, No. 19 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: painter (Chermside, 1937-1943; Maroochydore, 1954; Wavell Heights, 1958), contractor (Chermside, 1963-1980) =='''P'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''PAECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leonard Paech|Paech, Robert Leonard]] [https://www.familysearch.org/tree/person/details/L6DL-76D] - 1920(SA)-1963(SA) - Licences: 5RL Adelaide (Underdale, 1936-1939, 1947-1948); 5LP Adelaide (Seacombe Gardens, 1960) - Qualifications: cc; AOCP 1626, 1936, SA; 2COCP 279, 1939; BOCP 371, 1941; 1COCP 810, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Nevison Page|Page, Leslie Nevison]] [https://www.familysearch.org/tree/person/details/GSBX-CRV] - 1920(Qld)-1972(NSW) - Licences: 4LP Brisbane (New Farm, 1937-1939; Brisbane City, 1947); 2NB Sydney (Potts Point, 1954); 2LP Sydney (St Ives, 1955-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 1931, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 2NB may have been withdrawn for 2NB Broken Hill - Electoral Rolls: labourer (Ascot, Qld, 1928-1929) (too young for 1920 birth, must be a namesake); radio technician (Darlinghurst, NSW, 1954); radio engineer (St Ives, NSW, 1958); manager (St Ives, NSW, 1963); electronics engineer (Epping, NSW, 1968; Eastwood, NSW, 1972) ===''PAGET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Ernest Paget|Paget, Harold Ernest]] [https://www.familysearch.org/tree/person/details/LDTK-ZBF] - 1904(Qld)-1962(Qld) - Licences: Receive (Valve) Brisbane (Brisbane City, Qld, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephonist (Valley, Qld, 1925-1926); postal sorter (Ashgrove, Qld, 1928-1949); mail officer (Ashgrove, Qld, 1954-1958) ===''PAICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Cameron Paice|Paice, Donald Cameron "Don"]] [https://www.familysearch.org/tree/person/details/G8KD-2FT] - 1932(Vic)-2018(Vic) - Licences: 3ADP Melbourne (Moonee Ponds, 1954-1956; Mt Waverley, 1960-1980+) - Qualifications: AOCP 3055, 1950, Vic - amateur operator - Electoral Rolls: draftsman (Moonee Ponds, 1954; Mt Waverley, 1963-1980) - Relationships: rare surname but seems not closely related to 2AJ Valentine Keith Paice * [[/Valentine Keith Paice|Paice, Valentine Keith "Val"]] [https://www.familysearch.org/tree/person/details/G8K3-5T6] - 1904(NZ)-1977(???) - Licences: ZL1AJ (Z1AJ) 1925-1926; VQ1AJ (OO1AJ) Fanning Island (1926-1928); 2AJ (VK2AJ) Sydney 1929; OA4V Peru (1929) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrical fitter (Ashbury, NSW, 1930) - Relationships: rare surname but seems not closely related to 3ADP Donald Cameron Paice ===''PARADISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Harry Elliker Paradise|Paradise, Eric Harry Elliker]] [https://www.familysearch.org/tree/person/details/GS3M-D75] - 1904(Qld)-1939(Qld) - Licences: Receive (Crystal) Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Stones Corner, Qld, 1925-1937) ===''PARASIERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Isidore Percy Robert Parasiers|Parasiers, Isidore Percy Robert "Robert"]] [https://www.familysearch.org/tree/person/details/GS9Y-8B1] - 1902(SA)-1972(SA) - Licences: 5RP Adelaide (City, 1932-1933; Glandore, 1937-1939); 6PS Perth (Inglewood, 1947); 5RF Adelaide (Glandore, 1948); 5RF Murray Bridge (1954-1969) - Qualifications: cc; AOCP 952, 1932, No. ?? in SA; AOLCP 283, 1936; BOCP 132, 1937; 2COCP 256, 1939; 1COCP 330, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''PARIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Norman Paris|Paris, James Norman "Jim"]] [https://www.familysearch.org/tree/person/details/GXWR-B1W] - 1910(SA)-1971(SA) - Licences: "WIA-L5006" Adelaide (Prospect, 1956-1960) - Qualifications: cc; Nil yet identified - amateur listener; prominent broadcast listener (1950s, 1960s); clubs (Australian DX Radio Club (SA); Southern Cross DX Club) - Electoral Rolls: Nil yet identified ===''PARISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Radcliffe Parish|Parish, Hugh Radcliffe]] [https://www.familysearch.org/tree/person/details/GCDL-Y23] - 1914(Tas)-1973(Tas) - Licences: 7CP Launceston (1932-1933) - Qualifications: cc; AOCP 1070, 1932, No. ?? in Tas; AOLCP 189, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: radio announcer (Burnie, 1936-1937); manager (Winnaleah, 1943-1949); radio executive (Launceston, 1954) ===''PARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles William Park|Park, John Charles William]] [https://www.familysearch.org/tree/person/details/GZVC-N4N] - 1904(Eng)-1983(WA) - Licences: 6BB Perth (South Perth, 1924-1980+) - Qualifications: cc; CPRT 794, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: photographer (South Perth, 1943-1949); radiographer (South Perth, 1958-1980) ===''PARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Cyril Parker|Parker, Keith Cyril]] [https://www.familysearch.org/tree/person/details/KDSK-X2P] - 1912(SA)-1993(SA) - Licences: 5PA Port Pirie (1933); 5SO Port Elliot (1980+) - Qualifications: cc; 2COCP 348, 1931; 1COCP 213, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless telegraphist (Kalgoorlie, WA, 1943); radio technician (Fiskville, Vic, 1949-1963; Bassendean, WA, 1968); manager (Cairns, Qld, 1977) * [[/Kenneth Herbert Parker|Parker, Kenneth Herbert]] [https://www.familysearch.org/tree/person/details/LTM1-Q5G] - 1905(WA)-1994(WA) - Licences: 6KP Meekatharra (1933-1939) - Qualifications: cc; AOCP 1192, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mining register (Meekatharra, WA, 1931-1937); resident magistrate (Cue, WA, 1943; Geraldton, WA, 1943); stipendary magistrate (Northam, WA, 1949); magistrate (Mt Pleasant, WA, 1954; Riverton, WA, 1958-1963; Applecross, WA, 1968-1980) * [[/P. S. Parker|Parker, P. S.]] - 19??(???)-19??(???) - Licences: 2CY Receive Sydney (Burwood, 1922); 2CM Receive Sydney (Burwood, 1923, briefly then reverted to 2CY); 2CY Sydney (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet confidently identified but likely Philip Selwyn Parker, engineer, Bellevue Hill, 1930 * [[/Ronald Alexander Parker|Parker, Ronald Alexander]] [https://www.familysearch.org/tree/person/details/GZ23-6BM] - 1908(Vic)-1984(Qld) - 3RA Melbourne (Canterbury, 1925-1926), 3RA Bendigo (1927), 3RA Melbourne (Canterbury, 1931-1933; Hawthorn, 1937-1939), 4PT Southport (1980+), qualifications (AOCP 213, 1925, No. ?? in Vic), amateur operator, amateur broadcaster, electoral rolls: clerk (Camberwell, 1931), accountant (Hawthorn, 1936-1937), secretary (Malvern, 1943-1949), retired (Southport, 1980) ===''PARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Parr|Parr, John George]] [https://www.familysearch.org/tree/person/details/G8NL-22T] - 1908(NSW)-1992(Vic) - Licences: 3OM Melbourne (Canterbury, 1930-1939) - Qualifications: AOCP 646, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Camberwell, 1931-1943); engineer (Footscray, 1949; Brunswick, 1949-1963; Melbourne City, 1968-1980) ===''PARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alchorne Parry|Parry, Charles Alchorne]] [https://www.familysearch.org/tree/person/details/GX8J-BGL] - 1916(Qld)-2009(USA) - Licences: 4CP Gordonvale (1935-1939) - Qualifications: cc; AOCP 1441, 1935, Qld; BOCP 177, 1938 - amateur operator; amateur broadcaster - Education: PhD - Electoral Rolls: radio mechanic (Cairns, Qld, 1937); engineer (Darlinghurst, NSW, 1943) ===''PARSONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warwick William Parsons|Parsons, Warwick William or William Warwick (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/L2L4-5ZC]- 1903(SA)-1974(SA) - Licences: 5PS Adelaide (City, 1933; Henley Beach, 1937-1939, 1947-1948; Rose Park, 1954-1974) - Qualifications: cc; AOCP 1147, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: operator (Henley, SA, 1939-1943) ===''PATERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Pryde Paterson|Paterson, Paul Pryde]] [https://www.familysearch.org/tree/person/details/GZLK-LPF] - 1915(WA)-1942(PNG) - Licences: 6PP Wiluna (1937-1939) - Qualifications: cc; AOCP 1961, 1937, WA - amateur operator, amateur broadcaster, WW2 (RAAF, 24 Squadron, Flight Lieutenant) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/paterson-paul-pryde-260515/] * [[/Raymund Gordon Paterson|Paterson, Raymund or Raymond Gordon]] [https://www.familysearch.org/tree/person/details/G8CH-7RX] - 1903(Vic)-1996(Canada) - Licences: Nil yet identified - Qualifications: AOCP 506, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: apprentice (Glenferrie, 1926-1928) ===''PATTERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Campbell Patterson|Patterson, Campbell]] [https://www.familysearch.org/tree/person/details/G9Y1-GDH] - 1912(SA)-1987(SA) - Licences: 5XR Naracoorte (1933-1939); 5XR Peterborough (1947-1980+) - Qualifications: cc; AOCP 1097, 1933, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, 1939); electrician (Quorn, 1941-1943) * [[/James Brown Patterson|Patterson, James Brown]] [https://www.familysearch.org/tree/person/details/LBTW-WDY] - 1833(Eng)-1895(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Politician, briefly Premier of Victoria (1893-1894), Postmaster-General Vic (July 1878 - March 1880) - Electoral Rolls: Nil yet identified * [[/Robert Charles William Ingram Patterson|Patterson, Robert Charles William Ingram "Charles Ingram"]] [https://www.familysearch.org/tree/person/details/GZ5T-2Q4] - 1910(Vic)-1974(Qld) - Licences: 3YP Melbourne (East Malvern, 1927-1939; Eaglemont, 1946-1954); 4YP Brisbane (Fig Tree Pocket, 1955-1969) - Qualifications: cc; AOCP 352, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: station hand (Mundabullangana, 1931-1937); agent (Fig Tree Pocket, 1958-1968) ===''PAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Anthony Paul|Paul, Leo Anthony]] - 1905(Vic)-1968(Vic) - 3JQ Receive Melbourne (Fitzroy, 1922-1923), 3LP Melbourne (Fitzroy, 1924-1937; Preston, 1938-1939), 3XO Melbourne (Fairfield, 1948-1960; Thornbury, 1965), amateur operator (AOCP 15, 1924, No. 6 in Vic), amateur broadcaster ===''PAYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George H. Payne|Payne, George H.]] - 19??(???)-1987(Qld) - 4NEV Brisbane, amateur operator (AOCP ??, 1946+, No. ?? in Qld), radio clubs (Wooloowin RC, hon. secretary; WIAQ, president, assoc. members section) * [[/John Payne|Payne, John]] [https://www.familysearch.org/tree/person/details/GDSL-41Q] - 19??(???)-19??(???) - Licences: 2IN Receive Sydney (Randwick, 1922); 2IN Sydney (Randwick, 1923-1927; Kensington, 1928-1930) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: insurance department manager (Kensington, 1930-1931); secretary (Kensington, 1933) * [[/Reginald Lewis Payne|Payne, Reginald Lewis]] [https://www.familysearch.org/tree/person/details/GZG9-HFF] - 1898(Vic)-1946(Vic) - Licences: 3RP Geelong (Newtown, 1924-1939) - Qualifications: cc; AOCP 225, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Newtown, 1919-1921); telegraphist (Newtown, 1922-1942) (check XJM R. Payne, Armadale for relationship) ===''PAYTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Payter|Payter, Joseph William]] - 18??(???)-19??(???) - early telephone experimenter in Melbourne, mechanic in Vic Posts & Telegraphs (one of James Smibert's "Williamstown boys") ===''PEARCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Ronald Pearce|Pearce, Edward Ronald]] [https://www.familysearch.org/tree/person/details/LR3M-7YJ] - 1916(Vic)-2004(WA) - Licences: 6TP Perth (North Perth, 1936-1939, 1948; Mt Hawthorn, 1954-1960) - Qualifications: cc; AOCP 1757, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (North Perth, WA, 1937); engineer (Mt Hawthorn, WA, 1949-1977); retired (Coolbinia, WA, 1980) ===''PEARN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Pearn|Pearn, William Leslie]] [https://www.familysearch.org/tree/person/details/LCKW-JRW] - 1896(SA)-1974(SA) - Licences: 5PN Adelaide (Sturt Park, 1934-1939; Wayville West, 1947-1948; Unley, 1955-1969) - Qualifications: cc; AOCP 1378, 1934, SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Unley, SA, 1939-1941) ===''PEARSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Richman Pearson|Pearson, Ian Richman]] [https://www.familysearch.org/tree/person/details/GSD3-4LF] - 1908(Vic)-1972(Tas) - Licences: 3SP Melbourne (Berwick, 1929-1931); 7KB Burnie (1948-1965); 7KB Port Sorell (1969) - Qualifications: AOCP 528, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: chemist (Deer Park, Vic, 1936-1937); medical practitioner (Burnie, Tas, 1949-1954) ===''PELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Frederick Law Pelling|Pelling, John Charles Frederick Law "Jack"]] [https://www.familysearch.org/tree/person/details/GXB3-176] - 1908(WA)-1972(WA) - Licences: 6WO Moojebing (1933-1939) - Qualifications: cc; AOCP 1213, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Dumbleyung, WA, 1931); farmer (Moojebing, WA, 1936-1943; King River, WA, 1949-1968) ===''PEMBLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Pembleton|Pembleton, Thomas Edward "Tom"]] [https://www.familysearch.org/tree/person/details/G8HP-JDF] - 1914(Qld)-2002(Qld) - Licences: 4ZL Rockhampton (1936-1939;1946-1980+) - Qualifications: cc; AOCP 1600, 1936, Qld - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: labourer (Rockhampton, 1936-1943); turner (Rockhampton North, 1949-1980) ===''PEPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Campbell Pepper|Pepper, Ralph Campbell]] [https://www.familysearch.org/tree/person/details/KC93-1MN] - 1905(NSW)-1984(Qld) - Licences: N742 Receive Tamworth (1922); 2HV Receive Tamworth (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Tamworth, 1930; Maroubra, 1931; Artarmon, 1934-1949; Newmarket, Qld, 1954-1972; Alderley, 1977-1980) ===''PERDRIAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carter Perdriau|Perdriau, Henry Carter]] [https://www.familysearch.org/tree/person/details/G3D9-L79] - 1895(NSW)-1956(NSW) - Licences: XHC Sydney (1912-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: cousin of 2ZR William James Stanley Perdriau - Electoral Rolls: manager (Chatswood, 1930-1936; Roseville, 1943-1954) * [[/William James Stanley Perdriau|Perdriau, William James Stanley]] [https://www.familysearch.org/tree/person/details/LTH6-8LS] - 1885(NSW)-1946(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923); 2ZR Sydney (Manly, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: cousin of XHC Henry Carter Perdriau - Electoral Rolls: dentist (Manly, 1930-1943) ===''PERREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Litchfield Perrey|Perrey, Alexander Litchfield]] [https://www.familysearch.org/tree/person/details/LZVM-9P9] - 1898(SA)-1965(Vic) - Licences: 5LP Strathalbyn (1925-1927) - Qualifications: cc; AOCP 99, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Francis Cole Perry|Perry, Malcolm Francis Cole]] [https://www.familysearch.org/tree/person/details/L679-XR2] - 1891(NSW)-1963(NSW) - Licences: XCP Sydney (Randwick, 1913-1914); 2DG Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Randwick, 1930-1937); editor (Randwick, 1943-1949; Coogee, 1954-1958); counsellor (Hazelbrook, 1958-1963) ===''PETERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Zornig Peters|Peters, Henry Zornig "Harry"]] [https://www.familysearch.org/tree/person/details/L4XX-HBC] - 1908(Qld)-1994(Qld) - Licences: 4ZP Maryborough (1937-1939); 4ZP Sarina (1947-1956); 4ZP Cooroy (1960-1980+) - Qualifications: cc; AOCP 1978, 1937, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: teacher (Yerra via Maryborough, Qld, 1936-1937; Sarina, 1943); farmer (Cooroy, 1963-1980) ===''PETERSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Marzanti Petersen|Petersen, Thomas William Marzanti "Bill"]] - 1919(Qld)-1981(Qld) - 4FY Brisbane (Cooparoo Heights, 1946-1947), 4YO Moreton Island (1975), amateur operator (AOCP 2321, 1939, No. ?? in Qld), radio clubs (WIAQ, councillor), military (WW2, AIF), employment (Hills TV service), business proprietor (Advance Radio, Wynnum Radio Repairs) ===''PETERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Franz Peterson|Peterson, Harold Franz]] [https://www.familysearch.org/tree/person/details/G8XJ-CV1] - 1888(NSW)-1961(NSW) - Licences: 2HP Sydney (Coogee, 1930-1960) - Qualifications: cc; AOCP 617, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: inspector (Coogee, 1930-1958) * [[/Rupert Clarence Peterson|Peterson, Rupert Clarence]] [https://www.familysearch.org/tree/person/details/G87D-VJ3] - 1910(Vic)-2000(NSW) - Licences: 7AZ Receive Hobart (West Hobart, 1922-1923); Receive Hobart (West Hobart, 1923-1924); 3PT Melbourne (Moonee Ponds, 1928-1939) - Qualifications: cc; AOCP 401, 1928, No. ?? in Vic; AOLCP 96, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Moonee Ponds, 1931-1937; Caulfield, 1942-1949; Ivanhoe, 1954-1977); retired (Merimbula, 1980) * [[/Walter Peterson|Peterson, Walter]] - 19??(???)-19??(???) - Licences: 3QP Melbourne (Toorak, 1930-1939) - Qualifications: cc; AOCP 689, 1930, Vic - amateur operator; amateur broadcaster - Electoral Rolls: telephone mechanic (Kew, 1925); telephone engineer (Kew, 1926-1928); engineer (Toorak, 1931-1937); secretary (Lilydale, 1943-1954); electrical instrument maker (Collingwood North, 1967-1968) - several contemporaneous WPs * [[/Walter Martin Peterson|Peterson, Walter Martin]] [https://www.familysearch.org/tree/person/details/LDRD-G6B] - 1910(WA)-1978(WA) - Licences: 6LW Perth (West Perth, 1937; East Perth, 1938-1939, 1947-1948; City, 1954-1956; City Beach, 1960-1975+) - Qualifications: cc; AOCP 1864, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: student (Balcatta, WA, 1931-1936; North Perth, WA, 1937; East Perth, WA, 1937-1943); radio engineer (East Perth, WA, 1949-1958); lecturer (City Beach, WA, 1963-1977) ===''PHELPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Phelps|Phelps, William Joseph]] [https://www.familysearch.org/tree/person/details/G8D5-97G] - 1912(NSW)-1987(NSW) - Licences: 2DL Sydney (Canterbury, 1931-1939, 1946; Ashbury, 1947-1975) - Qualifications: AOCP 769, 1931, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1935-1937; Ashfield, 1942; Ashbury, 1949-1963) ===''PHILBIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Philbin|Philbin, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GDKL-L7L] - 1889(Tas)-19??(???) - Licences: 7FP Queenstown (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ulverstone, 1914); electrician (Queenstown, 1919-1937); electrical fitter (Queenstown, 1949-1954); to NSW 1940s ===''PHILLIPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan William Albert Phillips|Phillips, Alan William Albert]] [https://www.familysearch.org/tree/person/details/GXVR-LD4] - 1915(SA)-2009(SA) - Licences: 5GX Adelaide (Somerton, 1936-1937) - Qualifications: cc; AOCP 1601, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (St Leonards, SA, 1939; South Plympton, SA, 1941-1943) * [[/Albert Maurice Phillips|Phillips, Albert Maurice]] [https://www.familysearch.org/tree/person/details/GXVR-GGP] - 1915(SA)-2008(SA) - Licences: 5ZU Adelaide (Prospect, 1936-1939, 1947-1980) - Qualifications: cc; AOCP 1713, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Gordon George Phillips|Phillips, Gordon George]] [https://www.familysearch.org/tree/person/details/GX7V-TB1] - 1887(NSW)-1941(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 93, 1915; 1COCP 321, 1933 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Townsville, 1912-1919); radio telegraphist (Currie, King Island, 1922); telegraphist (South Townsville, 1925); radio telegraphist (Thursday Island, 1928); radio telegraphist (Cooktown, 1937) * [[/Harry Edward James Thomas Phillips|Phillips, Harry Edward James Thomas]] [https://www.familysearch.org/tree/person/details/G8ZW-SXG] - 1896(Vic)-1963(Vic) - Licences: 3JU Melbourne (Mitcham, 1929-1933; Abbotsford, 1937; South Yarra, 1938-1939, 1946-1948; Merlynstone, 1954-1960) - Qualifications: AOCP 532, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: slaughterman (Newmarket, 1919); butcher (Emerald, 1922; Mitcham, 1924-1936; Abbotsford, 1937; South Yarra, 1949) * [[/James Graham Phillips|Phillips, James Graham]] [https://www.familysearch.org/tree/person/details/GZLJ-8JC] - 1909(SA)-1943(Vic) - Licences: 5BW Adelaide (Glenelg, 1926-1931; Somerton, 1933-1939)- Qualifications: cc; AOCP 256, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Somerton, 1939-1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/606863] * [[/Noel William Phillips|Phillips, Noel William]] [https://www.familysearch.org/tree/person/details/G9FX-877] - 1911(Qld)-1941(Qld) - Licences: 4NP Ipswich (1934-1939) - Qualifications: cc; AOCP 1396, 1934, Qld - amateur operator; amateur broadcaster; employment (Qld Public Works Dept) - Electoral Rolls: painter (Ipswich, Qld, 1936-1937) ===''PHILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurance Vincent Phillis|Phillis, Laurance Vincent]] [https://www.familysearch.org/tree/person/details/GS5R-98V] - 1900(SA)-1953(SA) - Licences: 5LP Adelaide (South Payneham, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1136, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PHILPOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Hanmer Philpot|Philpot, Clarence Hanmer]] [https://www.familysearch.org/tree/person/details/GMRM-C7S] - 1906(Vic)-1982(Vic) - Licences: Receive (Valve) Geelong (1923); 3CP Geelong (1924-1925); 3CP Warrnambool (1925-1926); 3KL Ararat (1927); 3KL Avoca (1931-1937); 3KL Horsham (1938-1939); 3KL Melbourne (Elsternwick, 1946-1980+) - Qualifications: cc; AOCP 381, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal clerk (Derrinallum, 1928; Avoca, 1931-1936); postal (Elsternwick, 1942-1980) ===''PHILPOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Jones Philpott|Philpott, Oliver Jones]] [https://www.familysearch.org/tree/person/details/G8LJ-52T] - 1869(???)-1934(Vic) - Licences: 3VS Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: orchardist (Sandringham, 1919); manager (Caulfield, 1921-1927) ===''PHIPPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Roger Sydney Phipps|Phipps, William Roger Sydney]] [https://www.familysearch.org/tree/person/details/GZX2-Z6G] - 1896(Eng)-1973(WA) - Licences: 6WP Perth (Subiaco, 1924-1927; Victoria Park, 1930-1933; South Perth, 1937-1939, 1946-1969) - Qualifications: cc; AOCP 111, 1925, No. ?? in WA; AOLCP 16, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Subiaco, 1921); electrical fitter (Subiaco, 1925); radio operator (Victoria Park, 1931; South Perth, 1936-1972) ===''PIKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Herbert Arthur Pike|Pike, John Herbert Arthur "Jack"]] [https://www.familysearch.org/tree/person/details/MT5R-K62] - 1890(NSW)-1961(NSW) - XJP Sydney (Arncliffe, 1911), XDY Sydney (Arncliffe, 1912-1914), XDZ Sydney (Arncliffe, 1912), 2DF Receive Sydney (Epping, 1922-1924), 2JP Sydney (Epping, 1925-1929; Greenwich, 1930-1939, 1946-1961), amateur operator (AOCP 130, 1925, No. ?? in NSW), amateur broadcaster, AWA (research, later draftsman) ===''PINNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chalker Pinnell|Pinnell, John Chalker]] [https://www.familysearch.org/tree/person/details/G8Z5-P4G] - 1902(NSW)-1997(NSW) - Licences: 2OL Receive Sydney (Annandale, 1923-1924); 2ZR Sydney (Marrickville, 1929-1934; Ashfield, 1935-1936; Summer Hill, 1937-1939, 1946-1950; Earlwood, 1954-1961; Croydon, 1965) - Qualifications: AOCP 547, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Dulwich Hill, 1930-1934; Ashfield, 1936; Summer Hill, 1937-1949); teacher (Earlwood, 1954-1963); retired (Ashfield, 1968; Mt Kuringai, 1980) ===''PINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Pinney|Pinney, C. R.]] - 18??-19?? - 4CP Port Moresby - amateur operator, amateur broadcaster ===''PITCHFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stuart Frederick Pitchford|Pitchford, William Stuart Frederick]] [https://www.familysearch.org/tree/person/details/GZ5C-X48] - 1906(Eng)-1959(SA) - Licences: 5WP Adelaide (City, 1926-1933; Hyde Park, 1937-1939) - Qualifications: cc; AOCP 254, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Reade Park, 1939-1943) ===''PITTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Graham Pitts|Browne, Reginald Graham or Graham Reginald]] [https://www.familysearch.org/tree/person/details/LZGB-56Y] - 1915(SA)-2005(WA) - Licences: 5GP Adelaide (Torrensville, 1934-1939); 5GP Alice Springs (1947); 5GE Port Augusta (1955-1975); 5GE Adelaide (Kensington Gardens, 1980+) - Qualifications: cc; AOCP 1377, 1934, SA; 2COCP 189, 1938; 1COCP 225, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: finisher (Torrensville, SA, 1941-1943); radio engineer (Alice Springs, NT, 1949) ===''POLLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Henderson Pollock|Pollock, John Henderson]] [https://www.familysearch.org/tree/person/details/GXFM-9TQ] - 1895(NSW)-1978(Qld) - Licences: Receive Brisbane (Moorooka, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Moorooka, Qld, 1922-1926); insurance manager (Townsville, Qld, 1928-1937); insurance agent (Moorooka, Qld, 1943-1977) ===''PONSONBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bessborough Ponsonby|Ponsonby, John Bessborough]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 466, 1919; 1COCP 50, 1930 - coastal wireless operator - Electoral Rolls: ===''POPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maitland Glen Pope|Pope, Maitland Glen]] [https://www.familysearch.org/tree/person/details/KJ4K-FN6] - 1884(WA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 122, 1915; 1COCP 153, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Subiaco, 1906); civil servant (Subiaco, WA, 1910); civil servant (Hobart North, Tas, 1914); officer-in-charge (Wireless Station, Thursday Island, Qld, 1919-1921); wireless expert (Wireless Station, Applecross, 1925); wireless operator (Moonee Ponds, Vic, 1927-1931); supervisor (Essendon, Vic, 1936-1954) ===''PORTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Glanville Porter|Porter, Leonard Glanville]] [https://www.familysearch.org/tree/person/details/GXLX-765] - 1897(SA)-1969(SA) - Licences: 5MP Huddlestone (1938-1939; 1947-1948) - Qualifications: cc; CPRT 966, 1927; 1COCP 73, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Flinders Naval Depot, Vic, 1924); wireless operator (5PI Crystal Brook, SA, 1939-1943) ===''POTTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Potter|Potter, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GXYZ-38V] - 1915(WA)-1993(WA) - Licences: 6ZO Perth (East Fremantle, 1937-1939; Bicton, 1947-1965; Melville, 1969-1980+) - Qualifications: cc; AOCP 1959, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (East Fremantle, WA, 1937-1943); contractor (East Fremantle, WA, 1949-1958; Melville, 1963); builder (Melville, WA, 1968-1980) * [[/William Francis Potter|Potter, William Francis]] [https://www.familysearch.org/tree/person/details/G878-638] - 1908(NSW)-1959(NSW) - Licences: 2WP Helensburgh (1928-1939); 2WP Fairy Meadow (1948-1950); 2WP Charlestown (1954-1960) - Qualifications: AOCP 399, 1928, No. ?? in NSW; 3COCP 38, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Helensburgh, 1930-1937); mechanic (Fairy Meadow, 1949); shiftman (Charlestown, 1954); electrical mechanic (Charlestown, 1958); railway employee (New Lambton, 1958) ===''POTTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Charles Pottie|Pottie, Norman Charles]] [https://www.familysearch.org/tree/person/details/9V3D-JFZ] - 1909(NSW)-1961(NSW) - Licences: 2HQ Sydney (Bellevue Hill, 1930-1931; Hunters Hill, 1933-1938; Mosman, 1939) - Qualifications: AOCP 589, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933; Hunters Hill, 1936-1937; Albury, 1943; Willoughby, 1949-1958) ===''POULSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valdemar Poulsen|Poulsen, Valdemar]] - 1869(Denmark)-1942(Denmark) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - inventor of a magnetic wire recorder, Poulsen arc transmitter - Electoral Rolls: Nil yet identified - Links: [[w:Valdemar Poulsen|Wikipedia]]; [https://ethw.org/Valdemar_Poulsen IEEE]; [https://www.britannica.com/biography/Valdemar-Poulsen Britannica] ===''POWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Power|Power, A. H.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Highgate Hill, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''PRESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Arthur Campbell Preston|Preston, Thomas Arthur Campbell]] [https://www.familysearch.org/tree/person/details/GHDV-FFD] - 1886(Tas)-1970(Tas) - Licences: 7BK Queenstown (1923-1927+) - Qualifications: cc; AOCP 190, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; Mount Lyell Co (electrical engineer, 1920s; chief engineer) - Electoral Rolls: engineer (Queenstown, 1919-1954) ===''PRESTON-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cedric Preston-Smith see Cedric Preston Smith ===''PRICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Clarey Price|Price, John Clarey "Jack"]] [https://www.familysearch.org/tree/person/details/L7GR-V19] - 1884(Qld)-1954(Qld) - Licences: 4CE (Receive) 1922; 4FI or 4FJ Brisbane (Bardon, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); radio business proprietor (Wireless House); public servant (PMG) - Electoral Rolls: mechanic (Wooloowin, 1912-1913); public servant (Bardon Estate, 1919-1936; Bardon, 1943-1954) * [[/Keith Ferguson Price|Price, Keith Ferguson]] [https://www.familysearch.org/tree/person/details/94TB-TPD] - 1900(Vic)-1978(Qld) - Licences: 4KF Brisbane (Camp Hill, 1937-1939, 1947) - Qualifications: cc; AOCP 1937, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Norman Park, Qld, 1925-1926); engineering instructor (Camp Hill, Qld, 1937-1943); electrical engineer (Camp Hill, Qld, 1954-1958) ===''PRIDDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Arthur Priddle|Priddle, Raymond Arthur]] [https://www.familysearch.org/tree/person/details/G8H3-PNF] - 1913(NSW)-1971(NSW) - Licences: 2RA Bathurst (1929-1936); 2RA Sydney (Marrickville, 1938-1939; Greenwich, 1946; Pymble, 1947-1961; Wahroonga, 1969) - Qualifications: AOCP 473, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: civil engineer (Yass, 1935; Marrickville, 1936-1943; Lane Cove, 1943; Pymble, 1949-1963); engineer (Wahroonga, 1968) ===''PRIDEAUX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Charles Prideaux|Prideaux, Joseph Charles]] [https://www.familysearch.org/tree/person/details/GX6Y-Y6H] - 1908(Qld)-1969(NSW) - Licences: 4DS Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: musician (Lismore, NSW, 1935-1943); hairdresser (Lismore, NSW, 1949-1968) ===''PRIDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Clifford Pridham|Pridham, Leslie Clifford]] [https://www.familysearch.org/tree/person/details/GXK2-H6C] - 1916(SA)-2007(SA) - Licences: 5WP Adelaide (Torrensville, 1937-1939) - Qualifications: cc; AOCP 2047, 1937, SA; BOCP 301, 1940; 1COCP 834, 1944 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Torrensville, SA, 1939-1941); public servant (Lockleys, SA, 1943) ===''PRINCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Prince|Prince, Albert Edward]] [https://www.familysearch.org/tree/person/details/GXKT-ZLR] - 1914(SA)-1996(SA) - Licences: 5WK Adelaide (Walkerville, 1934-1939; Kurralta Park, 1947; Plympton, 1948-1980+) - Qualifications: cc; AOCP 1358, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Queenstown, SA, 1941); fitter (Gracemere, SA, 1943); sheet metal worker (Broadview Gardens, SA, 1943) ===''PROPOSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilhelm Carl Lormann Proposch|Proposch, Wilhelm or William Carl Lormann or Forman]] [https://www.familysearch.org/tree/person/details/LVVN-TGW] - 1900(NSW)-1970(Qld) - Licences: 4PL Chinchilla (1937-1939); 4PL Nanango (1947-1969) - Qualifications: cc; AOCP 1986, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: wellborer (Maclargan via Jondaryan, Qld, 1925-1936); radio dealer (Chinchilla, Qld, 1937; Nanango, Qld, 1943-1968) ===''PRYZBILLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Alfred Pryzibilla|Pryzibilla, Colin Alfred]] [https://www.familysearch.org/tree/person/details/GXKD-1SY] - 1910(SA)-2001(SA)91yo - Licences: 5XJ Adelaide (Parkside, 1935-1939, 19471960; Brooklyn Park, 1965-1969; Ascot Park, 1975; Plympton Park, 1980) - Qualifications: cc; AOCP 1590, 1935, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PURDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Commodore Vere Purdon|Purdon, Commodore Vere]] [https://www.familysearch.org/tree/person/details/GQ28-Y6B] - 1901(Tas)-1968(Tas) - Licences: 7AM Receive Hobart (Battery Point, 1922); Receive Hobart (Battery Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart East, 1922; Hobart South, 1928; Bellerive, 1936-1954) =='''Q'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''QUICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Quick|Quick, John]] [https://www.familysearch.org/tree/person/details/LKWF-QQF] - 1852(Eng)-1932(Vic) - state politician (MLA Vic, 1880s & 1890s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1909-1910), oversight of 1909 Melbourne Wireless Telegraphy Conference - Links: [[w:John_Quick_(politician)|Wikipedia]]; [https://adb.anu.edu.au/biography/quick-sir-john-8140 ADB] ===''QUIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Quin|Quin, Charles]] [https://www.familysearch.org/tree/person/details/G8VW-TP8] - 1910(WA)-1979(WA) - Licences: 6CX Perth (Subiaco, 1930-1933; Nedlands, 1937; Wembley, 1938-1939, 1946-1947) - Qualifications: cc; AOCP 678, 1930, No. ?? in WA; AOLCP 178, 1934 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Wembley Park, 1937); accountant (Swanbourne, 1963); retired (Swanbourne, 1972-1977) =='''R'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''RADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Dynan Radford|Radford, Wilfred or William Dynan]] [https://www.familysearch.org/tree/person/details/92MT-KNF] - 1916(Qld)-1996(NSW) - Licences: 4WV Brisbane (Ashgrove, 1936-1937); 4WW Brisbane (Ashgrove, 1938-1939) - Qualifications: cc; AOCP 1624, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: theological student (Hunters Hill, NSW, 1943); clergyman (Toongabbie, NSW, 1954); priest (Marist College, Armidale, NSW, 1958; Toongabbie, NSW, 1963-1968; Hunters Hill, NSW, 1977-1980) ===''RAGLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Beaumont Ragless|Ragless, Gordon Beaumont]] [https://www.familysearch.org/tree/person/details/GMY3-58F] - 1909(SA)-2002(SA) - Licences: 5GR Adelaide (St Marys, 1928-1939; Marion, 1946-1948) - Qualifications: cc; AOCP 434, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: orchard assistant (St Marys, 1939-1943) ===''RAINBOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Rainbow|Rainbow, Christopher James]] [https://www.familysearch.org/tree/person/details/G87K-BB5] - 1911(Vic)-1994(Vic) - Licences: 3JR Melbourne (Preston, 1928-1954; West Preston, 1955-1969; Rosebud, 1975-1980) - Qualifications: AOCP 406, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, partnership (Supreme Radio Co, Preston ?-1932), WW2 (RAAF) - Electoral Rolls: engineer (Preston, 1931-1942); traveller (Preston, 1949-1972; Rosebud, 1977); retired (Rosebud, 1980) - Relationships: brother-in-law of 3PA Percy James Anderson ===''RAMSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Ramsay|Ramsay, Frederick Charles]] [https://www.familysearch.org/tree/person/details/GXNM-4RT] - 1871(Eng)-1950(NSW) - Licences: Receive (Crystal) Brisbane (Toowong, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hermit Park, Qld, 1903-1905; South Brisbane, Qld, 1912; West End, Qld, 1915-1919); accountant (Toowong, Qld, 1921-1925; Waverley, NSW, 1930-1934); teacher (Waverley, NSW, 1936-1943) * [[/Robert Ramsay|Ramsay, Robert ]] - 1842(Sct)-1882(Vic) - solicitor, Victorian politician, Postmaster-General Victoria (Jul 1874 - Aug 1875; Oct 1875 - May 1877) ===''RANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Otto Randell|Randell, Charles Otto]] [https://www.familysearch.org/tree/person/details/97TF-XLP] - 1880(NSW)-1958(Qld) - Licences: 4BK Innisfail (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster (callsign to 4BK Brisbane commercial 1930) - Comment: 4AC Leslie Waters employed by Randell Engineering - Electoral Rolls: analytical chemist (Hambledon, 1903); chemist (Goondi, 1908); engineer (Innisfail, 1912-1913); mechanical engineer (Townsville, 1915); analytical chemist (Innisfail, 1919-1930); agent (Toowong, 1936); chemist (Brisbane, 1937); industrial chemist (North Sydney, 1949) ===''RANKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Ronald Rankin|Rankin, Kenneth Ronald "Ken"]] [https://www.familysearch.org/tree/person/details/L2RC-8FS] - 1906(Vic)-1964(Vic) - Licences: 3KR Kerang (1926-1939); 3KR Benalla (1946-1960) - Qualifications: AOCP 242, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio salesman (Kerang, 1928-1937); manager (Benalla, 1949-1963) - Probate: Theatre Manager (Benalla, 1965) ===''RANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Rann|Rann, George William]] [https://www.familysearch.org/tree/person/details/GZDG-VMV] - 1908(WA)-1974(WA) - Licences: 6KO Perth (Nedlands, 1932-1939) - Qualifications: cc; AOCP 1000, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Nedlands, WA, 1931); printer (West Subiaco, WA, 1936; Wembley, WA, 1937-1943; Leederville, WA, 1954-1958); civil servant (City Beach, WA, 1963-1972) ===''RAYNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Rayner|Rayner, Jack]] [https://www.familysearch.org/tree/person/details/LYQQ-2LK] - 1898(NSW)-1972(NSW) - Licences: 2LJ Sydney (Stanmore, 1928-1930; Belmore, 1931-1939, 1946-1950) - Qualifications: AOCP 384, 1928, No. ?? in NSW; 2COCP 425, 1933; 1COCP 335, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: police constable (Annandale, 1930); constable (Belmore, 1933-1934); police constable (Belmore, 1937-1949) ===''READ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Earl Read|Read, Alfred Earl "Earl"]] - 1892(NZ)-1960(NZ) - journalist (editor NZ Radio Times to 1936; editor and proprietor, Australasian Radio World 1936-1940; manager, Australasian Radio World 1940+) * [[/Allan William Read|Read, Allan William]] [https://www.familysearch.org/tree/person/details/GX1B-WF2] - 1913(WA)-1983(WA) - Licences: 6LK Perth (Mt Lawley, 1931-1933); 6LK Northam (1937-1939) - Qualifications: cc; AOCP 735, 1931, No. ?? in WA; AOLCP 163, 1934; 1COCP 83, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Broadcasting Station, Northam, WA, 1936-1937); radio technician (North Perth, WA, 1943-1958); public servant (Nollamara, WA, 1963-1980) ===''READER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/d'Arcy Harold Reader|Reader, d'Arcy Harold]] [https://www.familysearch.org/tree/person/details/L5KX-8N8] - 1888(NZ)-1952(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 123, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: wireless telegraphist (Thursday Island, Qld, 1916-1917) ===''READING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Reading|Reading, Edward Charles]] [https://www.familysearch.org/tree/person/details/GZW7-9DL] - 1904(NSW)-1979(NSW) - 2RG Bangalow (1925-1929), 2LT Lismore (1965-1975), amateur operator (AOCP 65, 1925, No. ?? in NSW), amateur broadcaster, electrician, Reading Bros (proprietor & electrical engineer, 1930-1939), 2RG callsign may have been withdrawn by PMGD for 2RG Griffith commercial * [[/Leonard William Reading|Reading, Leonard William]] [https://www.familysearch.org/tree/person/details/L2LY-H23] - 1904(WA)-1989(WA) - Licences: 6LR Northam (1933-1936); 3TQ Newport (1937); 6LR Perth (Pearce, 1938-1939; South Perth, 1946-1947) - Qualifications: cc; AOCP 1200, 1933, Vic; 1COCP 384, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Northam, WA, 1925-1936; Newport, Vic, 1937); airman (South Perth, WA, 1943); supervisor (Karinup, WA, 1980) ===''REDDROP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Reddrop|Reddrop, James William Jnr]] [https://www.familysearch.org/tree/person/details/GD1T-SYY] - 1906(Vic)-1981(NSW) - Licences: 7BN Launceston (1934-1937); 3BN Melbourne (Caulfield, 1938-1939, 1946-1954) - Qualifications: cc; 1COCP 28, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: airman (Elsternwick, 1931; St Kilda, 1937); air force (Elsternwick, 1942-1954); air force officer (Glenbrook, NSW, 1958); RAAF officer (Campbell, 1963); retired (Hackett, ACT, 1968); representative (Tbre Lake, 1972-1980) ===''REED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Griffiths Reed|Reed, Joseph Griffiths "Joe"]] [https://www.familysearch.org/tree/person/details/GC6Y-GZZ] - 1897(NSW)-1969(NSW) - Licences: XABP Newcastle (1914); 2JR Sydney(Summer Hill, 1924-1933; Croydon, 1934-1939; Northbridge, 1946-1969) - Qualifications: cc; CPRT 710, 1922; 1COCP 235, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio engineer (Summer Hill, NSW, 1930-1934); engineer (Croydon, NSW, 1936-1937); electrical engineer (Northbridge, NSW, 1943-1968) ===''REEDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Bennett Reedman|Reedman, Alfred Bennett]] [https://www.familysearch.org/tree/person/details/KZLN-MVM] - 1896(Qld)-1982(Qld) - Licences: Receive (Valve) Brisbane (Norman Park, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kangaroo Point, Qld, 1919-1921; Norman Park, Qld, 1925-1980) ===''REES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Montague Elyder Rees|Rees, Richard Montague Elyder]] [https://www.familysearch.org/tree/person/details/MPXW-S6Y] - 1901(Eng)-1962(Vic) - Licences: 2RE Sydney (Stanmore, 1926-1927; Coogee, 1928-1930); 2WM Sydney (Enfield, 1931-1933); 2APW Albury (1946-1947); 3APW Darling (1948-1954) - Qualifications: AOCP 296, 1926, No. ?? in NSW; CPRTelephony 959, 1927; 2COCP 283, 1930; BOCP 107, 1937; 1COCP 941, 1945 - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Enfield, 1931-1937) ===''REEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Herbert Reeves|Reeves, Cecil Herbert]] [https://www.familysearch.org/tree/person/details/GF3Z-X92] - 1905(WA)-1975(WA) - Licences: 6CR Perth (Claremont, 1931-1933; Victoria Park, 1937-1939) - Qualifications: cc; AOCP 746, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Claremont, WA, 1931; Victoria Park, WA, 1936-1943; Wagin, WA, 1954; Fremantle, WA, 1958; East Fremantle, WA, 1963-1972) ===''REID''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Reid|Reid, John]] [https://www.familysearch.org/tree/person/details/GF3G-PDG] - 1901(Vic)-19??(???) - Licences: 3BE Melbourne (Werribee, 1937); 6BE Perth (RAAF, Pearce, 1938); 3AJR Ballarat (1947-1980+) - Qualifications: cc; 2COCP 26, 1935 - amateur operator; amateur broadcaster; WW2 - Comment: Several contemporaneous JRs - Electoral Rolls: retired (Ballarat, Vic, 1977-1980) ===''REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Dwyer Reilly|Reilly, Edward or Edwin Dwyer]] [https://www.familysearch.org/tree/person/details/G9S5-67P] - 1913(Vic)-1991(SA) - Licences: 5AI Adelaide (Woodville, 1935-1939; Brooklyn Park, 1947-1975; Aldinga, 1980+) - Qualifications: cc; AOCP 1524, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Woodville, SA, 1939-1943) * [[/Eric Harold Reilly|Reilly, Eric Harold]] [https://www.familysearch.org/tree/person/details/L153-S1X] - 1905(Qld)-1950(Qld) - Licences: 4ER Brisbane (Hill End, 1934-1937); 4ER Laidley (1938-1939, 1946-1948) - Qualifications: cc; AOCP 1339, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ, WICEN) - Electoral Rolls: rubber worker (Hill End, Qld, 1934-1937); motor mechanic (Laidley, Qld, 1943-1949) ===''REIMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Alwin Reimann|Reimann, Albert Alwin]] [https://www.familysearch.org/tree/person/details/G4RD-V3K] - 1905(SA)-1946(SA) - Licences: 5JO Adelaide (Kent Town, 1928-1939) - Qualifications: cc; AOCP 453, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil ===''REINARTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John L. Reinartz|Reinartz, John L.]] - 1894(Ger)-1964(USA) - 1QP (1908-?), 1XAM, W3RB, K6BJ USA, amateur operator, with Fred Schnell made first Trans-Atlantic 2 Way QSO with F8AB Leon Deloy ===''REINHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Cyril Reinhold|Reinhold, Edwin Cyril]] [https://www.familysearch.org/tree/person/details/LHH4-WWR] - 1900(Qld)-1984(Qld) - Licences: Q747 Receive Brisbane (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Clayfield, 1925); motor mechanic (Gracefield, 1931-1949); soldier (Sherwood, 1954-1980) ===''RENNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rennie|Rennie, F.]] - 19??(???)-19??(???) - Licences: 3HI Receive Melbourne (South Yarra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/J. M. Rennie|Rennie, J. M.]] - 19??(???)-19??(???) - Licences: 3QF Receive Melbourne (Northcote, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/K. M. Rennie|Rennie, K. M.]] - 19??(???)-19??(???) - Licences: 2AO Receive Sydney (Edgecliffe, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''RENSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Phillip Renshaw|Renshaw, Walter Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G9KS-1LX] - 1891(NSW)-1968(NSW) - Licences: XFP Sydney (Roseville, 1912-1914); 2DE Sydney (Roseville, 1922-1939) - Qualifications: cc; CPRT 370, 1918 - early wireless experimenter; amateur operator - amateur broadcaster; WW1; radio clubs (WIA NSW - 1912+, President, Federal President); professional clubs (IRE NSW - founding member); business (consulting engineer); witness to Royal Commission 1927 (as Hon. Sec. WIA NSW) - Comment: late 1930s entangled in a NSW State Government corruption enquiry - Electoral Rolls: civil engineer (Roseville, 1936-1954; Ashfield, 1958-1968) ===''RENWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Griffith Renwick|Renwick, Arthur Griffith]] [https://www.familysearch.org/tree/person/details/GD57-8XV] - 1902(NSW)-1967(NSW) - Licences: 2CG Receive Sydney (Woollahra, 1922) - Qualifications: cc; BOCP 292, 1940 - amateur receiver - Electoral Rolls: pharmacist (Roseville, 1930-1937); chemist (Drummoyne, 1943-1954); retail chemist (Strathfield, 1958-1963) ===''RETALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Moncrieff Retallick|Retallick, James Moncrieff]] [https://www.familysearch.org/tree/person/details/LKK3-QDW] - 1898(NSW)-1969(NSW) - Licences: 2XO Bellingen (1930-1939, 1946-1947); 2FE Portable Bellingen (1933-1939); 2XO Raleigh (1948-1955); 2XO Coffs Harbour (1956-1958); 2XO Urunga (1960-1969); - Qualifications: AOCP 664, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: attendant (Substation, Raleigh, 1949-1954); electrical mechanic (Urunga, 1963-1968) ===''REYNOLDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Daniel Reynolds|Reynolds, George Daniel]] [https://www.familysearch.org/tree/person/details/GX9J-VBQ] - 1886(NZ)-1964(Vic) - Licences: Nil yet identified - Qualifications: cc; 1COCP 180, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: wireless operator (Rockhampton, 1917; Cooktown, 1928); radio (Malvern, 1934-1937); wireless operator (New Farm, 1943); radio station manager (Townsville, 1949); retired (Malvern, 1954-1963) ===''RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Rhodes|Rhodes, Harry]] [https://www.familysearch.org/tree/person/details/G8BS-QMC] - 1887?(???)-1966(SA) - Licences: Receive (Valve) Kadina (1923); 5HR Kadina (1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: Needs more research - Electoral Rolls: electrical engineer (Quorn, 1939-1943; Grassmere, 1943) ===''RIBBETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Ribbett|Ribbett, Thomas John]] [https://www.familysearch.org/tree/person/details/GXQQ-YRJ] - 1880(SA)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPOE, 1917) - Electoral Rolls: Nil yet identified ===''RICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fry Rich|Rich, Charles Fry]] [https://www.familysearch.org/tree/person/details/GXN8-YZ3] - 1873(Eng)-1949(NSW) - Licences: 4CR Fife Bay, Papua - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Father of 4VX 2AJZ 9VX 2API Mackendrick Charles William Rich - Electoral Rolls: retired (Chatswood, NSW, 1943-1949) * [[/Mackendrick Charles William Rich|Rich, Mackendrick Charles William]] [https://www.familysearch.org/tree/person/details/GXN8-5MB] - 1903(PNG)-1991(NSW) - Licences: 4VX Samarai, Papua (1938-1939); 2AJZ Sydney (Chatswood, 1946); 9VX Port Moresby (1947-1948); 2API Sydney (Manly Vale, 1954-1955; Balgowlah, 1956-1969; Manly Vale, 1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Son of 4CR Charles Fry Rich - Electoral Rolls: no occupation (Manly Vale, NSW, 1954-1963); retired (Manly Vale, NSW, 1977-1980) ===''RICHARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. F. Richards|Richards, G. F.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (Moonah, 1923); 2237 Hobart (Moonah, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/George Richards|Richards, George]] [https://www.familysearch.org/tree/person/details/GHDM-JZ6] - 1888(Qld)-1963(Qld) - Licences: 4XK Ipswich (1930-1939) - Qualifications: cc; AOCP 575, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mine manager (Silkstone, 1917-1932; Booval, 1936-1958) * [[/Maurice Evans Richards|Richards, Maurice Evans]] [https://www.familysearch.org/tree/person/details/GZ3X-KPB] - 1910(SA)-1997(SA) - Licences: 5CY Receive Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923); 5MR Adelaide (Glenunga, 1927-1928) - Qualifications: cc; AOCP 369, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Relationships: Likely a relation of 5WR Wilfred Mayo Richards - Electoral Rolls: welder (Millswood East, SA, 1943) * [[/Norman Henry Richards|Richards, Norman Henry]] [https://www.familysearch.org/tree/person/details/GXH1-NL1] - 1912(Eng)-2007(Qld) - Licences: 4NR Brisbane (Wooloowin, 1932-1937) - Qualifications: cc; AOCP 1071, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Wooloowin, Qld, 1936-1937); mechanic (Eagle Junction, Qld, 1943); refrigeration engineer (Maryborough, Qld, 1949-1954); engineer (Ashgrove, Qld, 1963-1968); retired (Glasshouse Mountains, Qld, 1972-1977; Tin Can Bay, Qld, 1980) * [[/Victor John Richards|Richards, Victor John]] [https://www.familysearch.org/tree/person/details/GFML-3HH] - 1916(WA)-1992(WA) - Licences: 6JR Perth (Nedlands, 1937-1939) - Qualifications: cc; AOCP 1894, 1937, WA; 2COCP 265, 1939; 1COCP 367, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: storeman (Nedlands, WA, 1937); radio operator (Alice Springs, NT, 1943); machinery assistant (Wivenhoe, Tas, 1949); radio technician (Darlinghurst West, NSW, 1949; Charters Towers, Qld, 1949)); radio operator (Carlingford, NSW, 1954); radio technician (Blacktown, NSW, 1958); technician (Applecross, WA, 1958-1972); radio officer (Applecross, WA, 1977-1980) * [[/Wilfred Mayo Richards|Richards, Wilfred Mayo]] [https://www.familysearch.org/tree/person/details/GZ3X-6W4] - 1896(SA)-1948(SA) - 5WR Adelaide (Medindie Gardens, 1927-1939, 1946-1948) - Qualifications: cc; AOCP 364, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - certainly a relation of 5MR Maurice Evans Richards ===''RICHARDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Kennington Richardson|Richardson, Alan Kennington]] [https://www.familysearch.org/tree/person/details/GXRM-73L] - 1914(SA)-1994(SA) - Licences: 5AR Adelaide (Everard Park, 1934-1939; City, 1947-1980+) - Qualifications: cc; AOCP 1277, 1934, SA; AOLCP 201, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Everard Park, SA, 1939) * [[/Jasper Bede Richardson|Richardson, Jasper Bede]] [https://www.familysearch.org/tree/person/details/GX1J-LTY] - 1907(WA)-1969(WA) - Licences: 6LX Perth (Fremantle, 1931-1933; Hollywood, 1937-1939) - Qualifications: cc; AOCP 831, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (East Fremantle, WA, 1931); radio mechanic (Hollywood, WA, 1936-1937; East Perth, WA, 1943; East Fremantle, WA, 1949); mechanic (Bicton, WA, 1954-1968) * [[/John Keith Richardson|Richardson, John Keith "Keith"]] [https://www.familysearch.org/tree/person/details/G6QQ-76P] - 1906(Qld)-1954(Tas) - Licences: 4KR Barcaldine (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: overseer ("Ashgrove", Gore, 1930-1932) ===''RICKABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorimer Douglas Rickaby|Rickaby, Lorimer Douglas "Rick"]] [https://www.familysearch.org/tree/person/details/GMR4-Z8W] - 1906(Qld)-1975(Qld) - Licences: 4VR Brisbane (Coorparoo, 1936-1939, 1946-1948; Coopers Plains, 1955-1975) - Qualifications: cc; BOCP 485, 1938 - amateur operator; amateur broadcaster; broadcast technician (4VL, 4AK, 4BK); military (WW2, RAN); ship wireless officer; security officer (MSS) - Relationships: father of 4RX Brian ??? Rickaby; father-in-law of 4VR Valerie ??? Rickaby - Electoral Rolls: telegraphist (Flinders Naval Depot, Vic, 1931-1934); radio engineer (Coorparoo, Qld, 1937); technician (Coorparoo, Qld, 1943-1949); meter reader (Coopers Plains, Qld, 1958-1972) * [[/Brian ??? Rickaby|Rickaby, Brian ???]] - Licences: 4ZAP Brisbane (Coopers Plains, 1960); 4RX Brisbane (Salisbury, 1965-1980) - Qualifications: AOLCP; AOCP; BOCP; TVOCP - amateur operator; broadcast engineer (Qld State Broadcasting Office, P&TD / DoC / DoTaC / ABA) - Relationships: son of 4VR Lorimer Douglas Rickaby; husband of 4VR Valerie ??? Rickaby - Electoral Rolls: ===''RIETHMULLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Riethmuller|Riethmuller, Eric Charles]] [https://www.familysearch.org/tree/person/details/G64Z-XCL] - 1903(Qld)-1987(Qld) - Licences: 4SK Willis Island (1931) - Qualifications: cc; 2COCP 250, 1930; 1COCP 299, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jandowae, 1936); radio technician (Wellington, NSW, 1937; Moorooka, 1943); radio operator (Darlinghurst, 1949; Wahroonga, 1963-1972); retired (Toowoomba, 1972-1980) ===''RING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Mostyn Ring|Ring, Keith Mostyn]] [https://www.familysearch.org/tree/person/details/LKB8-YR7] - 1913(SA)-1991(SA) - Licences: 5KH Adelaide (Kensington Park, 1932-1939, 1947-1948; Marion, 1954; Eden Hills, 1955-1969); 5KH Williamstown (1975); 5KH Kapunda (1980+) - Qualifications: cc; AOCP 923, 1932, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank official (Jamestown, SA, 1941-1943) * [[/Thomas Leo Ring|Ring, Thomas Leo]] [https://www.familysearch.org/tree/person/details/GX95-D97] - 1893(Vic)-1945(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 233, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Rockhampton, 1916; Sandgate, 1921); clerical assistant (Bowen, Qld, 1925); postmaster (Texas, 1930-1937); retired (Hendra, Qld, 1943) ===''RIPPEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Adolf Heinrich Gerhard Rippen|Rippen, Adolf Heinrich Gerhard]] [https://www.familysearch.org/tree/person/details/GZLK-QSB] - 1919(WA)-1941(Off coast of Kenya) - Licences: 6GR Perth (Fremantle, 1936-1939) - Qualifications: cc; AOCP 1731, 1936, WA - amateur operator; amateur broadcaster; WW2 (RAN, HMAS Sydney II, Telegraphist) - Electoral Rolls: engineer (Fremantle, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.sydneymemorial.com/registrydetails.asp?ID=478 HMAS Sydney II Memorial]; [https://vwma.org.au/explore/people/644953 VWMA]; [http://www.streetwisemedia.com.au/unknown-sydney-sailor-named-after-80-years/ Streetwise] ===''RIVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Ronald Rivers|Rivers, Edmund Ronald or Ronald Edmund]] [https://www.familysearch.org/tree/person/details/GDJH-V2S] - 1901(Vic)-1950(Vic) - Licences: 3ER Receive Melbourne (Essendon, 1922-1923); 3ER Melbourne (Essendon, 1924-1925) - Qualifications: cc; CPRT 767, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''RIX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Henry George Rix|Rix, Walter Henry George]] [https://www.familysearch.org/tree/person/details/MMQX-KZQ] - 1898(Qld)-1923(Qld) - Licences: 4EC Receive Brisbane (Bulimba, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: tram conductor (Valley, Qld, 1919-1921) ===''ROBBINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Fellows Robbins|Robbins, Thomas Fellows]] [https://www.familysearch.org/tree/person/details/GX5X-2SL] - 1918(SA)-1986(SA) - Licences: 5DK Adelaide (Fullarton, 1935-1937; Malvern, 1938-1939); 5AQ Leigh Creek (1954-1960); 5AQ Port Augusta (1965-1980+) - Qualifications: cc; AOCP 1548, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Malvern, SA, 1941-1943) ===''ROBERTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles D'Arcy Roberts|Roberts, Charles D'Arcy]] [https://www.familysearch.org/tree/person/details/GZ2N-VBN] - 1909(NSW)-1943(Burma) - licences: 2JV Sydney (Greenwich, 1928-1939) - qualifications: AOCP 408, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 (signalman, 8 Division Signals, 1943) - Electoral rolls: clerk (Lane Cove, 1930-1937) - "Greater love hath no man than this" * [[/Harry Mayland Roberts|Roberts, Harry Mayland or Mayfield (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXLH-KKF] - 1912(SA)-1979(SA) - Licences: 5MY Adelaide (Alberton East, 1931; Myrtle Bank, 1938-1939; Fullarton Estate, 1947-1954; Plympton, 1955-1965; North Plympton, 1969-1975) - Qualifications: cc; AOCP 763, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Myrtle Bank, SA, 1939-1943) * [[/J. C. A. Roberts|Roberts, J. C. A.]] - 19??(???)-19??(???) - Licences: XAAY Sydney (Parramatta, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Identification: Not yet identified, despite three given names - Electoral Rolls: Nil yet identified * [[/Nicholas William Roberts|Roberts, Nicholas William]] [https://www.familysearch.org/tree/person/details/GXRC-XKV] - 1915(SA)-1936(SA) - Licences: 5NR Adelaide (St Peters, 1933-1936) - Qualifications: cc; AOCP 1228, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, age 21yo - Electoral Rolls: Nil yet identified * [[/Noel Grafton Roberts|Roberts, Noel Grafton]] [https://www.familysearch.org/tree/person/details/GXRD-CCL] - 1924(Eng)-2008(Eng) - Licences: 5NR Katherine (1947) - Qualifications: cc; 1COCP 589, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio inspector (Tally Ho, Vic, 1967-1968; Glen Waverley, Vic, 1972-1980) * [[/Richard George Crafter Roberts|Roberts, Richard George Crafter or Crofter]] [https://www.familysearch.org/tree/person/details/MWFZ-Z24] - 1901(NSW)-1964(NSW) - Licences: 2UU Sydney (Ashfield, 1923-1925) - Qualifications: cc; CPRT 750, 1922; 2COCP 430, 1933; 1COCP 505, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ashfield, 1933-1936; Lovetts Bay, 1943; Chatswood, 1949-1958) * [[/Russell Flexmore Roberts|Roberts, Russell Flexmore]] [https://www.familysearch.org/tree/person/details/LL4K-265] - 18??-1961(Qld) - Licences: 4PN Brisbane (West End, 1927-1933; Annerley, 1937-1939, 1946-1960) - Qualifications: cc; AOCP 372, 1927, No. 41 in Qld - amateur operator; amateur broadcaster; WW2; television experimenter (4CM); broadcaster (4BC, manager) - Electoral Rolls: musical director (South Brisbane, 1919); musician (Coorparoo, 1934); manager (Yeronga, 1936-1937); alderman (Annerley, 1954) * [[/V. Roberts|Roberts, V.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ROBERTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Desmond Robertson|Robertson, Brian Desmond]] [https://www.familysearch.org/tree/person/details/GX2G-W63] - 1921(SA)-1996(SA) - Licences: 1RD Macquarie Island (1950s); 5RD Adelaide (Henley Beach, 1954-1956) - Qualifications: cc; 1COCP 998, 1946 - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/David Sterling Robertson|Robertson, David Sterling]] [https://www.familysearch.org/tree/person/details/GW2M-F7H] - 1920(SA)-19??(???) - Licences: 5RN Adelaide (Mt Lofty, 1937-1939, 1948-1965); 1ATR Canberra (Deakin, 1956; Yarralumla, 1960); 5RN Adelaide (Stirling, 1969-1980+) - Qualifications: cc; AOCP 1944, 1937, SA; 2COCP 346, 1940; 1COCP 405, 1940 - amateur operator; amateur broadcaster - Relationships: Husband of 5YL-1YL Denise Alison Robertson nee Haslam - Electoral Rolls: radio engineer (North Sydney, 1943) * [[/Denise Alison Robertson|Robertson nee Haslam, Denise Alison]] [https://www.familysearch.org/tree/person/details/GW2M-JWG] - 1927(NSW)-2008(SA) - Licences: 1YL Canberra (Yarralumla, 1960-1965); 5YL Adelaide (Stirling, 1969) - Qualifications: cc; AOCP 3552, 1956, ACT - amateur operator; YL operator - Relationships: Wife of 5RN-1ATR David Sterling Robertson - Electoral Rolls: Nil yet identified ===''ROBINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Robinson|Robinson, Alexander]] [https://www.familysearch.org/tree/person/details/L1G8-ZJ2] - 1900(Eng)-1949(NSW) - Licences: 2GR Sydney (Haberfield, 1930-1937; Richmond, 1938-1939; Hunter's Hill, 1946-1948) - Qualifications: AOCP 498/499, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical meter tester (Haberfield, 1933-1936) - 2GR callsign previously held by Joseph Sydney Marks * [[/Arthur Robinson|Robinson, Arthur]] [https://www.familysearch.org/tree/person/details/G8CS-4PP] - 1926(Vic)-19??(???) - Licences: 3ABF Sale (1948-1956); 3ABF Melbourne (Croydon, 1960); 3ABF Traralgon (1965-1980+) - Qualifications: AOCP 2710, 1948, Vic; TVOCP 184, 1959 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Sale, 1949-1954); technician (Croydon, 1963); PMG TV technician (Traralgon, 1963-1980) * [[/Charles John Robinson|Robinson, Charles John]] [https://www.familysearch.org/tree/person/details/LNJD-DC5] - 1908(Tas)-2004(???) - Licences: 7RC Launceston (1936-1937); 7KR Launceston (1938-1939) - Qualifications: cc; AOCP 1668, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carter (Launceston, 1936-1937); cordial maker (Launceston, 1943) * [[/John William Robinson|Robinson, John William]] [https://www.familysearch.org/tree/person/details/GS7H-Q61] - 1895(Eng)-1963(NSW) - Licences: 2EN Receive Sydney (Ryde, 1922-1923); 2RN Receive Sydney (Concord, 1923); 4RN Brisbane (Kedron, 1931) - Qualifications: cc; Nil yet identified - amateur receiver; amateur broadcaster; Honorary Radio Inspector NSW; First director 4QG - Comment: several contemporaneous JWRs - Electoral Rolls: wireless engineer (Merthyr, Qld, 1925-1926); radio engineer (Highgate Hill, Qld, 1928); engineer (Herston, 1936-1937) ===''ROBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Laudreux Robson|Robson, Colin Laudreux]] [https://www.familysearch.org/tree/person/details/GXYV-TL8] - 1916(WA)-1973(WA) - Licences: 6XI Perth (Mt Lawley, 1937-1939); 6XI Northam (1947-1948); 6XI Waterloo (1954-1960); 6XI bunbury (1965-1969) - Qualifications: cc; 3COCP 181, 1936; AOCP 2055, 1937, WA; BOCP 234, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (6AM Quarters, Northam, WA, 1949; 6TZ, Waterloo, WA, 1958-1963; Bunbury, WA, 1968-1972) ===''ROCKWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Bruce Rockwell|Rockwell, Horace Bruce]] [https://www.familysearch.org/tree/person/details/K882-BWV] - 1887(Tas)-1955(NSW) - Licences: XQH Brisbane (Wynnum) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; WW1; WW2; a founder of Wireless Institute of Queensland 1912 - Electoral Rolls: electrician (Fort Lytton, Qld, 1913; Wynnum, Qld, 1917-1919); electrical engineer (Enoggera, Qld, 1919; Chelmer, Qld, 1925); electrician (Fort Lytton, Qld, 1936-1937); soldier (Middle Head, NSW, 1943); engineer (Northbridge, NSW, 1949) ===''RODDA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William David Rodda|Rodda, William David]] [https://www.familysearch.org/tree/person/details/G8WK-4JB] - 1907(WA)-1961(WA) - Licences: 6WR Perth (Claremont, 1928-1939) - Qualifications: cc; AOCP 435, 1928, No. ?? in WA; BOCP 1191, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Claremont, 1931-1936; Nedlands, 1937; Claremont, 1943); control operator (Nedlands, 1949-1954); technician (Perth, 1958) ===''RODWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Rodwell|Rodwell, Albert Edward]] [https://www.familysearch.org/tree/person/details/MWX8-VG7] - 1909(Qld)-1976(Qld) - Licences: Receive (Crystal) Brisbane (Bowen Hills, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Bowen Hills, Qld, 1936-1937); grocer (Kedron, Qld, 1943-1949); company manager (Wavell Heights, Qld, 1954-1968); bookseller (Aspley, Qld, 1972) ===''ROGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Stanley Rogers|Rogers, Bernard Stanley]] [https://www.familysearch.org/tree/person/details/GXPV-L34] - 1912(SA)-1987(SA) - Licences: 5FG Adelaide (Blackwood, 1934-1939; Edwardstown, 1947-1948; Glandore, 1954-1980+) - Qualifications: cc; AOCP 1274, 1934, SA; 1COCP 907, 1945 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Edwardstown, SA, 1939-1943) ===''ROHDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Campbell Rohde|Rohde, William Campbell "Bill"]] [https://www.familysearch.org/tree/person/details/G76S-GRF] - 1907(Qld)-1991(Qld) - Licences: 4RW Brisbane (Red Hill, 1929-1939) - Qualifications: cc; AOCP 493, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (YWCA Wireless Club); comms engineer (PMGD); broadcast engineer (4QG) - Electoral Rolls: telephone mechanic (Red Hill, 1934-1943; Newmarket, 1949); postal engineer (Coorparoo, 1958-1980) ===''ROLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Rolls|Rolls, Sydney]] [https://www.familysearch.org/tree/person/details/GX95-V3F] - 1886(???)-1957(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918); WW1 - Electoral Rolls: electrician (Auburn, Vic, 1916-1919); naval officer (Camberwell, Vic, 1924-1925); engineer (Hawthorn, Vic, 1928-1949) ===''ROSCOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Thomas Roscoe|Roscoe, Geoffrey Thomas]] [https://www.familysearch.org/tree/person/details/G8QR-GJY] - 1900(Qld)-1985(Qld) - Licences: Receive Condamine (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: teacher (Condamine, Qld, 1925; Macknade, Qld, 1936-1937; Boonah, Qld, 1943); retired (St Lucia, Qld, 1968-1980) ===''ROSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William (Qld) Rose|Rose, Robert William (Qld)]] [https://www.familysearch.org/tree/person/details/G8DS-JJM] - 1911(Qld)-1970(NSW) - Licences: 4RR Brisbane (1925); 4RQ Longreach (1930-1939, 1946-1948); 2AQR Wallsend (1956-1961); 2AQR Avoca (1965-1969) - Qualifications: cc; AOCP 576, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; chemist - Comment: Another Robert William Rose b1923 BOCP 993 - Electoral Rolls: mechanic (Toowong, 1925); chemist (Longreach, 1936-1949; West Wallsend, 1958-1963; Avoca Beach, 1968) * [[/Robert William (Vic) Rose|Rose, Robert William (Vic)]] - 1923(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; BOCP 993, 1948; 3AIR 1790, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: ===''ROSENSKJAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rosenskjar|Rosenskjar, F.]] - 19??-19?? - 4?? Brisbane (Fairfield) (Operator 4BI), amateur operator, amateur broadcaster ===''ROSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander David Ross|Ross, Alexander David]] [https://www.familysearch.org/tree/person/details/G68V-KFR] - 1883(Sct)-1966(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Professor of Mathematics & Physics, University of Perth) - Electoral Rolls: university professor (Perth Club, 1916; West Perth, 1925-1954); retired (Albany, WA, 1958-1963) - Links: [https://adb.anu.edu.au/biography/ross-alexander-david-8270 ADB]; [[w:Alexander_David_Ross|Wikipedia]]; [https://www.news.uwa.edu.au/archive/201206204747/features/setting-standards-excellence/ UWA] * [[/John Francis Ross|Ross, John Francis "Jack"]] - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer (PMGD); journalist (editor, The Broadcaster); historian (broadcasting, Amateur Radio, radiocommunications); author ("History of Radio in South Australia"; "Radio Broadcast Technology") - Electoral Rolls: ===''ROUTLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert Angus Routledge|Routledge, Robert Angus "Bob"]] [https://www.familysearch.org/tree/person/details/GWX2-BDP] - 1913(SA)-1997(SA) - Licences: 5RA Adelaide (Richmond, 1930-1931; Henley Beach, 1933) - Qualifications: cc; AOCP 679, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: manufacturer (Henley, 1939); radio technician (Henley, 1941); physics technician (Glenelg, 1943) ===''ROWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. L. Rowe|Rowe, R. L.]] - 19??(???)-19??(???) - Licences: 2LR Sydney (Milsons Point, 1928; McMahons Point, 1929) - Qualifications: cc; AOCP 267, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ROWLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert George Rowland|Rowland, Robert George]] [https://www.familysearch.org/tree/person/details/KH14-G2J] - 1902(Vic)-1996(Vic) - Licences: 3GR Ballarat (1930-1939, 1946-1980+) - Qualifications: AOCP 657, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grocer (Grovedale, 1924); storekeeper (Majorca, 1925-1927; Ballarat, 1931); radio dealer (Ballarat, 1936-1980) - Don't Confuse: 3ZGG/3AFS Robert George Rowlands ===''ROWLATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Rowlatt|Rowlatt, Thomas William]] [https://www.familysearch.org/tree/person/details/GCMJ-HZT] - 1892(Qld)-1978(Qld) - Licences: Receive (Crystal) Brisbane (South Brisbane, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: fitter (Kangaroo Point, Qld, 1915-1921); engineer (Kangaroo Point, Qld, 1925-1937); mechanical engineer (Kangaroo Point, Qld, 1943-1968); retired (Chermside, Qld, 1972-1977) ===''ROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Roy|Roy, A. J.]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 577, 1930, No. ?? in Vic - amateur operator?; amateur broadcaster? - Electoral Rolls: Nil yet identified - Individual not yet identified (115 Skene St, Warrnambool, Vic - 1930) ===''ROYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Arthur Kirkcaldy Royle|Royle, William Arthur Kirkcaldy]] [https://www.familysearch.org/tree/person/details/GZ13-BBQ] - 1909(NSW)-1965(NSW) - Licences: 2WA Sydney (Edgecliff, 1927-1928); 2AWK Sydney (Darling Point, 1946-1950; Sandringham, 1961) - Qualifications: AOCP 318, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: underwriter (Edgecliff, 1936-1954); agent (Sandringham, 1958) ===''RUBAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Peter Ruban|Ruban, John Peter]] [https://www.familysearch.org/tree/person/details/G8CM-DMS] - 1925(???)-2015(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: radio technician (Footscray North, 1963-1968); technician (Maidstone, Vic, 1972-1980) ===''RUMBOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Rumbold|Rumbold, George Henry]] [https://www.familysearch.org/tree/person/details/9VKD-BSQ] - 1907(Vic)-1977(Vic) - Licences: 3GR Bendigo (1927) - Qualifications: AOCP 349, 1927, No. ?? in Vic - amateur operator - Electoral Rolls: carpenter (Bendigo, 1928); insurance agent (Kyneton, 1931; Shepparton, 1931; Bendigo, 1936-1937); assistant superintendent (Bendigo, 1942-1954); cabinet maker (Bendigo, 1963-1972) ===''RUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Ruse|Ruse, Thomas William]] [https://www.familysearch.org/tree/person/details/KZMB-QWY] - 1891(Vic)-1987(WA)95yo - Licences: 6WK Perth (Perth City, 1930-1931; Osborne Park, 1933-1969) - Qualifications: cc; AOCP 627, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: baker (Osborne Park, 1916-1972); retired (Bunbury, 1977-1980) ===''RUSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Cooper Russell|Russell, Albert Cooper "Bert"]] [https://www.familysearch.org/tree/person/details/GFQ9-BQV] - 1916(WA)-1995(NSW) - Licences: 6AR Albany (1936-1937); 6AR Northam (1938-1939) - Qualifications: cc; AOCP 1670, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937); mechanic (New Town, Tas, 1943-1949); engineer (Sandringham, Vic, 1954; Sans Souci, NSW, 1958; Double Bay, NSW, 1963; Kensington, NSW, 1968-1980) ===''RYAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Ryan|Ryan, Albert John "Jack"]] [https://www.familysearch.org/tree/person/details/GZWH-V6X] - 1897(Vic)-1984(NSW) - Licences: 2LE Canberra (Kingston, 1930-1933); 2YN Canberra (Kingston, 1933-1939) - Qualifications: CPRT 489, 1919; AOLCP 80, 1932; no record of AOCP - amateur operator; amateur broadcaster; WW1; WW2; broadcast engineer; PMGD (junior mechanic NSW, 1917; clerk, 1919); founder of 2CA Canberra commercial - Electoral Rolls: - several contemporaneous AJR's * [[/George Edward Ryan|Ryan, George Edward]] [https://www.familysearch.org/tree/person/details/G8CM-RCC] - 1910(Qld)-1987(Qld) - Licences: 4RG Brisbane (South Brisbane, 1936-1939; Dutton Park, 1946-1954) - Qualifications: cc; AOCP 1633, 1936, Qld - amateur operator; amateur broadcaster; telephone mechanic (PMGD) - Comment: several contemporaneous GERs - Electoral Rolls: motor mechanic (South Brisbane, Qld, 1937); telephone mechanic (South Brisbane, Qld, 1943-1954); PMG Instructor (St Lucia, Qld, 1958); instructor (Taringa, Qld, 1963-1980) ===''RYMILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Campbell Rymill|Rymill, Arthur Campbell]] [https://www.familysearch.org/tree/person/details/LXVS-CTB] - 1907(SA)-1989(SA) - Licences: Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Riddoch Rymill|Rymill, Robert Riddoch]] [https://www.familysearch.org/tree/person/details/LV5N-YC9] - 1904(SA)-1990(SA) - Licences: V753 Receive Melbourne (Toorak, 1922); 3GX Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: ethnologist (South Yarra, 1931) - Links: [https://vwma.org.au/explore/people/535352 WW2] =='''S'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''SAAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Saar|Saar, Alexander]] [https://www.familysearch.org/tree/person/details/GZ52-N3K] - 1889(???)-1956(WA) - Licences: 6CZ Receive Perth (West Perth, 1923); 6CZ Northam (1923-1925); 6KM Eucla (1926-1927); 6KM Geraldton (1933); 6KM Perth (Maylands, 1937-1939) - Qualifications: cc; AOCP 264, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telegraph lineman (North Perth, WA, 1915); postal electrician (Northam, WA, 1917); mechanic (Bunbury, WA, 1916-1917; Balkatta, WA, 1922; Eucla, WA, 1925-1926; North Perth, WA, 1928; Maylands, WA, 1931); postal electrician (Maylands, WA, 1936-1954) ===''SAGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Noel Sagar|Sagar, Eric Noel]] [https://www.familysearch.org/tree/person/details/GDKS-4J9] - 1896(SA)-1976(NSW) - Licences: 5CM Receive Adelaide (Largs Bay, 1923); Receive Adelaide (Largs Bay, 1923); 5CM Adelaide (Largs Bay, 1924-1926); 4ES Brisbane (Greenslopes, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Halcyon: Not mentioned - Electoral Rolls: manager (Greenslopes, Qld, 1932); engineer (Darlinghurst, 1943-1949); orchardist (Kincumber, NSW, 1949-1958) ===''SAINSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Henry Sainsbury|Sainsbury, Rupert Henry]] [https://www.familysearch.org/tree/person/details/L28X-5H3] - 1896(NSW)-1974(NSW) - Licences: 2YJ Sydney (Concord, 1924-1936); 4YJ Brisbane (Clayfield, 1937-1939); 2YJ Sydney (Concord, 1946-1954; Epping, 1955-1975) - Qualifications: cc; AOCP 54, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: clerk (Concord, 1930); traveller (Hendra, 1936-1937); soldier (Norman Park, 1943); executive (Concord West, 1949-1954); commercial traveller (Epping, 1958-1968) ===''SAINTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Melville Sainty|Sainty, Clifford Melville]] [https://www.familysearch.org/tree/person/details/GZ61-1GZ] - 1907(NSW)-1987(SA) - 2MS Warrawee (1925-1926), amateur operator (AOCP 88, 1925, No. ?? in NSW), amateur broadcaster, likely related to XAH S. J. Sainty ===''SALAMY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Salamy|Salamy, Edward]] [https://www.familysearch.org/tree/person/details/GZHH-VWR] - 1904(Vic)-1977(Vic) - Licences: 3AJ Receive Warrnambool (1922-1923); 3AJ Warrnambool (1924-1933); 3PS Warrnambool (1948-1975) - Qualifications: cc; AOCP 35, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: jeweller (Warrnambool, 1924-1977) ===''SAMPHIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Luke Samphier|Samphier, Richard Luke]] [https://www.familysearch.org/tree/person/details/L58L-DPC] - 1914(WA)-1980(WA) - Licences: 6YZ Perth (City, 1936-1937; Victoria Park, 1938-1939; Carlisle, 1947-1955; Mt Lawley, 1956-1975+) - Qualifications: cc; AOCP 1717, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: blind school worker (North Perth, WA, 1936; Leederville, WA, 1943); Blind School employee (Carlisle, WA, 1949-1954; Mt Lawley, WA, 1958) ===''SAMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Sampson|Sampson, Thomas Walter]] [https://www.familysearch.org/tree/person/details/GFWX-3TB] - 1894(NSW)-1954(WA) - Licences: XYAF Boulder (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: electrician (Boulder, WA, 1916-1922); electrical engineer (Claremont, WA, 1925-1954) ===''SANDEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Sandel|Sandel, Otto]] [https://www.familysearch.org/tree/person/details/GW4J-54J] - 1905(Qld)-1999(NSW) - 2UW Sydney (Manly, 1923; Kensington, 1923-1924; Northbridge, 1924-1925; Bellevue Hill, 1926-1927); 2HH Sydney (Woollahra, 1936-1939, 1946-1969; Bondi, 1975) - Qualifications: cc; AOLCP 270, 1935, NSW - amateur operator; amateur broadcaster; founder B class 2UW Sydney & 2UX Wagga Wagga - don't confuse Charles Albert Sandell of AAE fame - Electoral Rolls: radio dealer (Woolahra, 1930-1931); engineer (Bondi, 1933; Edgecliff, 1936-1937; Bondi Junction, 1943-1954; Bondi Beach, 1958-1980) ===''SANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Albert Sandell|Sandell, Charles Albert]] - 1886(Eng)-1980(WA) - early wireless experimenter, Sydney, 1911, amateur operator (AOCP ??, 19??, No. ?? in ???), participant in the Australasian Antarctic Expedition, amateur broadcaster, military (WW1), don't confuse Otto Sandel of 2UW fame ===''SANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Sander|Sander, John Henry "Jack"]] [https://www.familysearch.org/tree/person/details/K6WF-H23] - 1906(WA)-1955(WA) - Licences: 6MS Geraldton (1935-1937); 6MS Perth (Cannington, 1938-1939, 1947-1956) - Qualifications: cc; AOCP 1435, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wheelwright (Geraldton, WA, 1930); electrician (Geraldton, WA, 1931-1937); telephone mechanic (South Perth, WA, 1937; Cannington, WA, 1943-1954) ===''SANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas George Sanderson|Sanderson, Douglas George]] [https://www.familysearch.org/tree/person/details/9WZJ-2K3] - 1924(Qld)-1994(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcast engineer (PMGD); historian (broadcast); federal public servant (PMGD) - Electoral Rolls: PMG technician (Torwood, Qld, 1949-1954); technician (Ashgrove, Qld, 1958-1968); engineer (Chermside, Qld, 1972; Windsor, Qld, 1977-1980) ===''SANDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Keith Sandham|Sandham, James Keith "Keith"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''SAUNDERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lewis Saunders|Saunders, Alfred Lewis]] [https://www.familysearch.org/tree/person/details/GZLR-FMS] - 1909(SA)-2003(???) - Licences: Receive Adelaide (Hyde Park, 1923-1924); 5BX Adelaide (Glenelg, 1925-1939, 1946-1955; Plympton, 1956-1980+) - Qualifications: cc; AOCP 223, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Glenelg, 1939-1943) ===''SAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Saw|Saw, Frederick William]] [https://www.familysearch.org/tree/person/details/G9S9-JN3] - 1884(WA)-1957(WA) - Licences: 6DA Perth (Armadale, 1923-1926; Victoria Park, 1927); 6DA Albany (1930-1931); 6DA Perth (Wanneroo, 1933; North Perth, 1937-1939); 6DA Northam (1946-1948) - Qualifications: cc; AOCP 174, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storekeeper (Armadale, 1909); electrician (Beverley, 1916-1917; Armadale, 1921-1925; Albany, 1928-1931; Balkatta, 1936; Leederville, 1937; Kalgoorlie, 1937-1943); mechanic (North Perth, 1949); retired (Triggs Island, 1954) * [[/Malcolm Henry Saw|Saw, Malcolm Henry ]] [https://www.familysearch.org/tree/person/details/LVCY-H9M] - 1921(WA)-1997(WA) - 6SM Perth (Doubleview, 1960-1980+), amateur operator (AOCP 3674, 1958, No. ?? in WA), WW2, engineer (Doubleview, 1972) ===''SAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Sawford|Sawford, Leonard Francis]] [https://www.familysearch.org/tree/person/details/LF7J-2XK] - 1908(SA)-1968(SA) - Licences: 5DH Receive Adelaide (Port Adelaide, 1923); Receive Adelaide (Port Adelaide, 1923); 5LF Adelaide (Peterhead, 1925-1928; West Croydon, 1931; Largs, 1937-1939); 5YF Adelaide (Glen Osmond, 1948-1965) - Qualifications: cc; AOCP 173, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; agent (Largs, 1939) - Electoral Rolls: agent (Largs, SA, 1939-1941) ===''SCANLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Scanlon|Scanlon, William Lawrence]] [https://www.familysearch.org/tree/person/details/GDKG-3XR] - 1901(Tas)-1971(NSW) - Licences: Receive Hobart (West Hobart, 1921-1923); 7AL Hobart (West Hobart, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; sales (Medhursts, Hobart to 1924, Launceston from 1924) - Electoral Rolls: Nil yet identified ===''SCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harley Irwin Schell|Schell, Harley Irwin]] [https://www.familysearch.org/tree/person/details/GD57-PV8] - 1907(Tas)-1996(Tas) - Licences: 7AW Receive West Burnie (1922); Receive West Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: mechanic (Kelso, 1936-1972) ===''SCHLEICHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Schleicher|Schleicher, Keith]] [https://www.familysearch.org/tree/person/details/G3D4-5RS] - 1918(Qld)-1997(Qld) - 4KS Brisbane (Toowong, 1938-1939, 1946-1947; Alderley, -1950+; Aspley, McDowall, -1980+) - amateur operator (AOCP 2144, 1938, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), radio employee (Tracksons, manager service), business proprietor (Blue & White Cabs comms) ===''SCHMIDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Frederick Schmidt|Schmidt, Ronald Frederick]] [https://www.familysearch.org/tree/person/details/G88P-1B9] - 1913(Vic)-1990(Vic) - Licences: 3LY Trafalgar (1930); 3LY Moe (1931); 3LY Sale (1933-1939, 1946-1948); 3LY Melbourne (Camberwell, 1954-1980+) - Qualifications: AOCP 567, 1930, No. ?? in Vic; AOLCP 69, 1932; 1COCP 72, 1936; TVOCP 75, 1957 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: wireless operator (Sale, 1934-1937); radio technician (Sale, 1949-1954); technician (Camberwell, 1954-1980) ===''SCHNITZERLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Joseph Schnitzerling|Schnitzerling, Leonard Francis Joseph]] [https://www.familysearch.org/tree/person/details/G885-W43] - 1907(Qld)-1969(Qld) - Licences: 4CK Warwick (1938-1939, 1946-1969) - Qualifications: cc; AOCP 2099, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, 1928-1968) ===''SCHOFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Schofield|Schofield, William]] [https://www.familysearch.org/tree/person/details/GXB3-69N] - 1874(Eng)-1971(WA)97yo - Licences: 6WS Perth (Peppermint Grove, 1935-1939, 1947-1969) - Qualifications: cc; AOCP 1463, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: manager (Peppermint Grove, WA, 1919); broker (Peppermint Grove, WA, 1922-1968) ===''SCHOLZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hans Scholz|Scholz, Hans "Harold" / "Harry" / "Tibby"]] [https://www.familysearch.org/tree/person/details/G64P-CV3] - 19??(???)-1970(Qld) - Licences: 4HR Brisbane (Coorparoo, 1931); 4HR Nambour (1933); 4HR Brisbane (Coorparoo, 1937); 4HR Gladstone (1937-1939); 4HR Brisbane (Morningside, 1946-1969) - Qualifications: cc; AOCP 784, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ; South Brisbane RC; Brisbane DX Club); broadcast technician (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, 1937); mechanic (Dalby, 1943); not stated (Morningside, 1949-1968) ===''SCHULTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Nelson Schultz|Schultz, Leonard Nelson "Len"]] [https://www.familysearch.org/tree/person/details/GZJY-QBF] - 1906(NSW)-1980(NSW) - Licences: 2LO Sydney (Lane Cove, 1922); 2LO Sydney (Lane Cove, 1923-1930); 2ANM Sydney (Mosman, 1947-1980) - Qualifications: cc; AOCP 171, 1925, No. ?? in NSW; AOLCP 45, 1931; 3AIR 176, 1942 - amateur operator; amateur broadcaster; broadcast engineer (co-designed 2GB, 1926; involved 2CA, 4BH, 2MW, 5DN); professional associations (IRE: foundation member, vice-president, president); aviator (Royal Aero Club NSW, committee) - Electoral Rolls: broadcasting engineer (Mosman, 1935-1937); engineer (Mosman, 1949-1977) ===''SCHULTZE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Ludwig Schultze|Schultze, John Edwin Ludwig]] [https://www.familysearch.org/tree/person/details/GQTB-9FL] - 1906(Vic)-1969(Vic) - 3QO Receive Melbourne (Glenferrie, 1923-1924), 3JS Melbourne (Glenferrie, 1925-1933; Hawthorn, 1937-1939), amateur operator (AOCP 163, 1925, No. ?? in Vic), amateur broadcaster, motor mechanic (Hawthorn, 1934) ===''SCOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil John Scott|Scott, Alfred Cecil John "Cecil", "Cec", "Scottie"]] [https://www.familysearch.org/tree/person/details/M12J-9YK] - 1888(Tas)-1954(Tas) - Licences: Receive (Crystal) Launceston (1923); 7CS Launceston (1925-1931); 7CS Hobart (Lindisfarne, 1933; Sandy Bay, 1937-1939) - Qualifications: cc; AOCP 56, 1925, No. ?? in Tas - amateur receiver; amateur operator; amateur broadcaster - Comment: well-known for comic QSL cards - Electoral Rolls: bench clerk (Nelson, 1936; Hobart South, 1943-1954) * [[/Ernest Kilburn Scott|Scott, Ernest Kilburn]] [https://www.familysearch.org/tree/person/details/LBDW-TBR] - 1868(Eng)-1941(Eng) - Came to Sydney in 1905 to organise electrical engineering department of University of Sydney, likely early wireless experimenter, promoted need for wireless telegraphy for Australia, returned to England ca 1910 - [https://www.gracesguide.co.uk/Ernest_Kilburn_Scott Graces Guide - Ernest Kilburn Scott] * [[/Francis Ladner Scott|Scott, Francis Ladner]] [https://www.familysearch.org/tree/person/details/GXHK-DTF] - 1899(Eng)-1953(Qld) - Licences: 4BO Thursday Island (1933); 2UH Sydney (Randwick, 1934-1936; Naremburn, 1937-1938; La Perouse, 1939 - Qualifications: cc; CPRT 419, 1918; 2COCP 360, 1931; 1COCP 33, 1934 - amateur operator; amateur broadcaster; coastal wireless operator; military (UK Merchant Navy post WW1) - Electoral Rolls: wireless operator (Nundah, Qld, 1921-1925); radio telegraphist (Pinkenba, Qld, 1929; Thursday Island, Qld, 1931; Randwick, NSW, 1935; Waverton, NSW, 1943; Wyndham, WA, 1943; Rockhampton, Qld, 1949) * [[/George Archibald Scott|Scott, George Archibald "Scotty"]] [https://www.familysearch.org/tree/person/details/G682-TGN] - 1882(Eng)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 607, 1921; 1COCP 181, 1931 - RANRS (commissioned telegraphist, 1917); PMGD (radio inspector, WA); witness to Royal Commission 1927 (as radio inspector, WA) - Electoral Rolls: engineer (Rockhampton, 1913-1914; Hendra, 1915-1917); radio inspector (Fremantle, 1925-1937) - Links: [http://nla.gov.au/nla.news-article84253651 Bio] * [[/Herbert Godfrey Scott|Scott, Herbert Godfrey "Herb"]] [https://www.familysearch.org/tree/person/details/G8MJ-JFJ] - 1902(Qld)-1968(Qld) - Licences: 4HS Toowoomba (1931-1937); 4HS Brisbane (Albion, 1938-1939; 1946-1965) - Qualifications: cc; AOCP 750, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Railways) - Electoral Rolls: clerk (Toowoomba, 1925-1936; Albion, 1943-1968) * [[/Jack Bartlett Scott|Scott, Jack Bartlett]] [https://www.familysearch.org/tree/person/details/G8VX-FLR] - 1909(NSW)-1988(NSW) - Licences: 2NR Sydney (Epping, 1930-1934); 2AJX Sydney (Cheltenham, 1938-1939; Epping, 1946-1950) - Qualifications: AOCP 685, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Epping, 1933-1935); engineer (Epping, 1949; Wahroonga, 1954-1968); retired (Carlingford, 1977-1980) * [[/Robert Ochiltree Scott|Scott, Robert Ochiltree]] [https://www.familysearch.org/tree/person/details/G8H4-5SX] - 1898(Vic)-1960(Vic) - Licences: 2RS Gundagai (1929-1931); 2RS Balranald (1933); 3OS Scotsburn (1937-1939); 3OS Melbourne (St Kilda, 1956-1960) - Qualifications: AOCP 476, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: grazier (Ballarat, 1920-1924); farmer (Murrayville, 1925-1927; Gundagai, 1930); mechanic (South Yarra, 1943; Melbourne, 1949) * [[/Robert Townley Scott|Scott, Robert Townley]] [https://www.familysearch.org/tree/person/details/G7YC-MBK] - 1841(Eng)-1922(Qld) - senior state public servant (secretary, Qld Post & Telegraph Dept), senior federal public servant (secretary, Postmaster-General's Department) * [[/W. F. Scott|Scott, W. F.]] - 18??(???)-19??(???) - Licences: 4?? Brisbane (West End) - Qualifications: cc; AOCP 334, 1927, No. 37 in Qld - amateur operator; amateur broadcaster - Comment: likely father of H. S. Scott who was reported youngest ever to pass AOCP at age 16 - Electoral Rolls: Nil yet identified * [[/Walter Henry Scott|Scott, Walter Henry]] [https://www.familysearch.org/tree/person/details/G76Z-11G] - 1904(Eng)-1987(SA) - Licences: Receive Adelaide (Glenelg, 1923); 5HS Clare (1937-1939) - Qualifications: cc; AOCP 1888, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Clare, SA, 1939); telephone mechanic (Glenelg, SA, 1941-1943) ===''SEBIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Dudley Sebire|Sebire, Leon Dudley "Leo"]] [https://www.familysearch.org/tree/person/details/G8V2-QX5] - 1932(Vic)-2006(Vic) - Licences: 3CF Melbourne (Wandin North, 1956-1960) - Qualifications: 2COCP 1319, 1955; 1COCP 1786, 1955 - amateur operator, amateur broadcaster, director Telstra Broadcasting Branch - Electoral Rolls: radio mechanic (Wandin Yallock, 1954); engineer (Mordialloc, 1963-1980) - Relationships: son of 3MX Percival John Sebire - Awards: Member Order of Australia "For service to communications, particularly broadcasting" (1991) * [[/Percival John Sebire|Sebire, Percival John "Percy"]] [https://www.familysearch.org/tree/person/details/LCFD-Z2R] - 1904(Vic)-1994(Vic) - Licences: 3MX Melbourne (Moorabbin, 1930-1939, 1946-1980+) - Qualifications: AOCP 692, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elsternwick, 1926; Bentleigh, 1928-1936; Cheltenham, 1949; Moorabbin, 1954-1980) - Relationships: father of 3CF Leon Dudley Sebire ===''SEBLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Sebley|Sebley, William John]] [https://www.familysearch.org/tree/person/details/G649-7VL] - 1894(Qld)-1980(Qld) - Licences: 4WS Ipswich (1931-1939, 1946-1948); Southport (1954-1965) - Qualifications: cc; AOCP 736, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Ipswich, 1915; North Ipswich, 1919-1949; Southport, 1954-1968); ===''SECCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Louis Mervyn Seccombe|Seccombe, Louis Mervyn]] [https://www.familysearch.org/tree/person/details/G8PW-XWM] - 1895(Tas)-1970(NSW) - Licences: 3KT Receive Melbourne (Ascot Vale, 1922-1923); 3KT Melbourne (East Kew, 1924; Ascot Vale, 1924-1925; Hawksburn, 1926; East Malvern, 1927); 2KT Sydney (Rockdale, 1928-1939) - Qualifications: cc; 1COCP 396, 1940 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: salesman (Ascot Vale, Vic, 1919); commercial traveller (Ascot Vale, Vic, 1924); radio engineer (Rockdale, NSW, 1930-1937); wireless operator (Longreach, Qld, 1943); communications officer (Hurstville, 1949-1963); - Comment: Surname sometimes misspelled Secombe ===''SELBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Selby|Selby, George William]] [https://www.familysearch.org/tree/person/details/LCTW-BMT] - 1858(Vic)-1949(Vic) - early wireless and X-ray experimenter ===''SELF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Self|Self, Thomas Edward]] - 1854(???)-19??(???) - b. 7 Jan 1854, Early Tasmanian wireless experimenter, demonstration before Royal Society 1898, beware another Thomas Edward Self (b. 9 Oct 1853) in Hobart at the same time ===''SELFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Giles Turner Selfe|Selfe, Harry Giles Turner]] [https://www.familysearch.org/tree/person/details/K24M-5XB] - 1894(NSW)-1942(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 157, 1915; 1COCP 51, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2; RANVR (commissioned telegraphist, 1942) - Electoral Rolls: radio telegraphist (Geraldton, WA, 1918; Broome, WA, 1922; Leichhardt, NSW, 1933; Darling Harbour, NSW, 1934-1937) ===''SELLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Sellenger|Sellenger, David Charles]] [https://www.familysearch.org/tree/person/details/G8VT-5GJ] - 1902(NSW)-1966(NSW) - Licences: 2DC Sydney (Hurstville, 1930-1965) - Qualifications: AOCP 700, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Hurstville, 1930-1963) ===''SELLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Sellick|Sellick, Edward]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''SELMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold George Selman|Selman, Harold George]] [https://www.familysearch.org/tree/person/details/LRM4-3S8] - 1907(Vic)-1985(Vic) - 3GN Geelong (1925), 3GN Chilwell (1926), 3GN Geelong (1927), 3GN Melbourne (West Coburg, 1931), 3GN Geelong (1933), 3CM Geelong (1948-1980+), amateur operator (AOCP 164, 1925, No. ?? in Vic), amateur broadcaster, radio dealer (Geelong, 1954) ===''SEMMENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Segbert Cornwall Semmens|Semmens, George Segbert Cornwall]] [https://www.familysearch.org/tree/person/details/G744-HQ5] - 1901(Vic)-1977(Vic) - Licences: XJCY Melbourne (East St Kilda, 1913-1914); V756 Receive (1922); 3GZ Receive Buln Buln East (1922); 3GS Laver's Hill (1925-1926); 3GS Queenstown (1927); 3GS Moreland (1931); 3GS Foxhow (1933); Melbourne (Essendon (1937-1939); Glen Iris (1946-1960); Clematis, 1965-1975); 3AEN Melbourne (Clematis, 1954-1960) - Qualifications: cc; AOCP 216, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: teacher (Coburg, 1928; Preston, 1931; Essendon, 1936); res. chemist (Glen Iris, 1943-1963); technical adviser (Clematis, 1968-1977) ===''SERLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric Serle|Serle, Cedric]] [https://www.familysearch.org/tree/person/details/LZT2-SC8] - 1910(Vic)-1972(Vic) - Licences: 3RX Melbourne (Canterbury, 1928-1933; Toorak, 1938-1939; Elwood, 1946-1947); 3ARX Melbourne (Windsor, 1948-1956; Caulfield, 1960-1965) - Qualifications: AOCP 443, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Camberwell North, 1931-1934; Kew, 1936; Toorak, 1937; St Kilda, 1942; Prahran, 1949; Caulfield South, 1963-1972) ===''SEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Percy Lambert Holt Sewell|Sewell, Percy Lambert Holt]] [https://www.familysearch.org/tree/person/details/GDM1-YB1] - 1900(NSW)-1949(NSW) - Licences: 2CJ Receive Sydney (Paddington, 1922); 2CJ Sydney (Paddington, 1922-1925; Darlinghurst, 1925-1926) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Fire Station, Mittagong, 1930-1935; Mittagong, 1936-1937; Kempsey, 1943); installation inspector (Queanbeyan, 1949) ===''SEYLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Jakob Seyler|Seyler, Albert Jakob or Jacob]] [https://www.familysearch.org/tree/person/details/G8NL-F5N] - 1913(Ger)-1977(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - WW2 (Luftwaffe); radar engineer; television researcher; PMGD Research Laboratories (Assistant Director General) - Electoral Rolls: engineer (Mt Waverley, 1963; Burwood, 1968); PMG (Croydon, 1972); assistant director (Emerald, 1977) - [https://adb.anu.edu.au/biography/seyler-albert-jakob-11660 ADB] ===''SHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Henry Shannon|Shannon, Francis Henry "Frank"]] - 1910(Qld)-1991(Qld) - 4SN Allora (1938-1939), Tamborine (1946-1947), Minden (1948-1956), Ipswich (1960-191975), Toowoomba (1980+), amateur operator (AOCP 2145, 1938, No. ?? in Qld), amateur broadcaster , radio clubs (Wooloowin RC, WIA, Qld Listeners' League), journalist (AR, VK4 Notes), occupation (school teacher) ===''SHARLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Sharland|Sharland, Arthur Henry "Chilla"]] [https://www.familysearch.org/tree/person/details/GZZD-ZKS] - 1909(Qld)-1983(Qld) - Licences: 4SD Brisbane (Boondall, 1936-1939, 1946-1948; Ekibin, 1954); 4SD Cloncurry (1955); 4SD Brisbane (Wynnum North, 1956); 4SD Rockhampton (1960); 4SD Yeppoon (1965-1980+) - Qualifications: cc; AOCP 1807, 1936, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless operator); federal public servant (DCA) - Electoral Rolls: labourer (Boondall, Qld, 1937-1943); Commonwealth officer (Wynnum North, Qld, 1954); communications officer (Rockhampton, Qld, 1958-1963; Yeppoon, Qld, 1968-1977); retired (Causeway via Yeppoon, Qld, 1980) ===''SHARP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John James Charles Sharp|Sharp, John James Charles]] [https://www.familysearch.org/tree/person/details/GZBZ-TZV] - 1897(Vic)-1974(Vic) - Licences: 3KA Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 591, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Prahran Gardens, 1919-1924; Caulfield, 1928-1972) ===''SHARPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Victor Sharpe|Sharpe, Frank Victor]] [https://www.familysearch.org/tree/person/details/GMD2-GVZ] - 1904(Qld)-1988(Qld) - Licences: 4AZ Brisbane (Wooloowin, 1924-1929; Ashgrove, 1930-1937; Redcliffe, 1938-1939); 4ZFS Brisbane (Clayfield, 1975); 4FV Brisbane (Clayfield, 1980) - Qualifications: cc; AOCP 20, 1924, No. 4 in Qld; AOCP Q112, 1975 - amateur operator; amateur broadcaster; WW2; radio club (RSQ, WIAQ); military (AMF) - Awards: C.M.G.; O.B.E. - Electoral Rolls: merchant (Wooloowin, 1925-1929); director (Ashgrove, 1934-1937); soldier (Ashgrove, 1943); machinist (likely typo for merchant) (Clayfield, 1949); merchant (Clayfield, 1954-1980) ===''SHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Shaw|Shaw, Archibald John]] [https://www.familysearch.org/tree/person/details/G8K2-ZDZ] - 1872(NSW)-1916(Vic) - XPO King Island (1911); X?? Sydney (Randwick), early wireless experimenter, proprietor Maritime Wireless Telegraph Co of Australasia (1910+) with Edward Hope Kirkby, technical specialist - [https://adb.anu.edu.au/biography/shaw-archibald-john-8404 ADB] [http://messui.polygonal-moogle.com/valves/NW199003.pdf EA] * [[/J. G. Shaw|Shaw, J. G.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (Chelmer, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Raymond Herbert Preston Shaw|Shaw, Raymond Herbert Preston]] [https://www.familysearch.org/tree/person/details/GD3J-J31] - 1901(Eng)-1996(NSW) - Licences: 2LY Receive Sydney (Bondi, 1922-1923); 2LY Sydney (Woolahra, 1924-1929; South Kensington, 1930) - Qualifications: cc; CPRT 664, 1921 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kensington, 1930-1931; Vaucluse, 1932-1980) * [[/Sidney Alexander Shaw|Shaw, Sidney Alexander]] [https://www.familysearch.org/tree/person/details/KFJY-4NH] - 1882(Eng)-1974(WA) - Licences: 6AI Perth (East Guildford, 1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: assistant station master (Woolgangee, WA, 1916-1917); railway officer (East Guildford, WA, 1925-1926); civil servant (Kalgoorlie, WA, 1930-1931); station master (Coolgardie, WA, 1936-1943); retired (East Fremantle, WA, 1949-1972) ===''SHAWSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Shawsmith|Shawsmith, Alan "Smithy" or Alan Shaw Smith]] [https://www.familysearch.org/tree/person/details/G37T-B3Y] - 1917(Qld)-2010(Qld) - Licences: 4SA Brisbane (Indooroopilly, 1935-1939); 4SS Brisbane (West End, -1952-2010) - Qualifications: cc; AOCP 1582, 1935, Qld - amateur operator; historian (amateur); journalist; broadcast engineer (ABC2); public servant (ABC2) - Relationships: Father of 4JSS Steven Shawsmith - Electoral Rolls: poultry farmer (Salisbury, Qld, 1943); radio mechanic (West End, Qld, 1949); builder (West End, Qld, 1954-1980) * [[/Steven Shawsmith|Shawsmith, Steven "Steve"]] - Licences: 4JSS Brisbane - Qualifications: (AOCP ???, 19??, No. ?? in Qld) - amateur operator - Relationships: Son of 4SA-4SS Alan Shawsmith - Electoral Rolls: ===''SHEARER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Anderson Shearer|Shearer, Gordon Anderson]] [https://www.familysearch.org/tree/person/details/LV5G-JW4] - 1907(Qld)-1984(Vic) - Licences: 4FU Receive Brisbane (Alderley, 1923-1924); 4GA Gayndah (1930); 4GA Mt Nebo (1931-1934); 4GA Cloncurry (Quamby, 1937-1939) - Qualifications: cc; AOCP 447, 1928, No. ?? in Qld; 2COCP 95, 1937 - amateur operator; amateur broadcaster; employment (school teacher); state public servant (Qld Dept Education); WW2 - Electoral Rolls: school teacher (Quamby, Qld, 1937; Westbrook, Qld, 1943); aeradio operator (Cloncurry, 1949); communications officer (Cloncurry, 1954); supervisor (Surrey Hills, 1963-1968); retired (Vermont, 1972-1980) ===''SHEARSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Leonard Shearstone|Shearstone, Vincent Leonard]] [https://www.familysearch.org/tree/person/details/G895-CYJ] - 1916(Eng)-1983(NSW) - Licences: Nil - Qualifications: BOCP 4, 1936 - WW2 - Electoral Rolls: radio technician (Albury, 1937); radio announcer (Goulburn, 1943); radio electrician (Goulburn, 1949-1980) ===''SHELDRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Cornwell Sheldrick|Sheldrick, Eric Cornwell "Shel"]] [https://www.familysearch.org/tree/person/details/GZ64-X2X] - 1903(Eng)-1966(Tas) - Licences: 7BH Receive Launceston (1923); 7BH Launceston (1924-1926); 7BT Launceston (1927); 7BM Launceston (1931-1939); 7DM Burnie (1948-1954); 7DN Stowport (1955-1960) - Qualifications: cc; AOCP 60, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: chemist's assistant (Launceston, 1928-1943) ===''SHENTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Hilton Shenton|Shenton, Maurice Hilton]] [https://www.familysearch.org/tree/person/details/G67C-Q1B] - 1903(Qld)-1940(Qld) - Licences: 4DC Receive Brisbane (Wynnum South, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: irrigation ganger (Bald Hills, 1925); assistant stream gauger (North Ipswich, 1928); public servant (Annerley, 1937) ===''SHEPARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arundel Elmore Shepard|Shepard, Arundel Elmore]] [https://www.familysearch.org/tree/person/details/G8QY-8HX] - 1910(SA)-2000(SA) - Licences: 5DC Adelaide (Norwood, 1928-1930; Kent Town, 1931-1933; Norwood, 1937-1939; Toorak East, 1946-1965; Heathpool, 1969-1980+) - Qualifications: cc; AOCP 393, 1928, No. ?? in SA; AOLCP 136, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SHEPHERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. A. Shepherd|Shepherd, H. A.]] - 18??(???)-19??(???) - Licences: XQD Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''SHERRIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Sherriff|Sherriff, Ernest George]] [https://www.familysearch.org/tree/person/details/K877-WTX] - 1904(Qld)-1964(Qld) - Licences: 4SU Brisbane (Fairfield, 1935-1937; Hawthorne, 1938-1939; Brisbane City, 1947-1960) - Qualifications: cc; AOCP 1464, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Brisbane South, Qld, 1928); instructor of printing (Fairfield, Qld, 1937; Hawthorne, Qld, 1943-1949) ===''SHIELDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Edward Shields|Shields, Arthur James Edward]] [https://www.familysearch.org/tree/person/details/LBCT-D5G] - 1894(Eng)-1948(Vic) - Licences: 3GP Melbourne (East Malvern, 1930-1939; North Balwyn, 1946-1948) - Qualifications: AOCP 690, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (East Melbourne, 1925-1927; Malvern East, 1928; Camberwell, 1931-1933); auditor (Malvern East, 1934-1936); retired (Ringwood, 1943) ===''SHOEMAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Shoemaker|Shoemaker, Harry]] [https://www.familysearch.org/tree/person/details/G828-7LL] - 1879(USA)-1932(USA) - American inventor and pioneer radio engineer, developer of Shoemaker wireless system, associated with Gehring companies, International Telegraph Construction Co (represented in Australia by John William Ormsby Hamilton, who promoted the Shoemaker system here), United Wireless Telegraph Co, Marconi Wireless Telegraph Co of America, Mallory companies - Links: [[w:Harry Shoemaker|Wikipedia]]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0026.pdf PIRE1]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0027.pdf PIRE2] ===''SHORING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Samuel Shoring|Shoring, Thomas Samuel]] [https://www.familysearch.org/tree/person/details/GXDD-NDG] - 1914(Qld)-2002(Qld) - Licences: 4SR Bundaberg (1937-1939; 4SR Brisbane (New Farm, 1947-1948) - Qualifications: cc; AOCP 1872, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Bundaberg, Qld, 1936-1937); salesman (Bundaberg, Qld, 1943); sound engineer (New Farm, Qld, 1954; Holland Park, Qld, 1963-1980) ===''SHORT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Alban Short|Short, Alfred Alban]] [https://www.familysearch.org/tree/person/details/GZTS-9QQ] - 1904(NSW)-1946(NT) - Licences: 2SH Newcastle (Lambton, 1926-1933) - Qualifications: AOCP 280, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Lambton, 1930-1943) * [[/Ormond Short|Short, Ormond]] [https://www.familysearch.org/tree/person/details/9VHH-SGM] - 1901(Vic)-1985(Vic) - Licences: 3SK Melbourne (St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1925-1926); electrical engineer (Armadale, 1928; Horsham, 1931-1972); engineer (Horsham, 1977) * [[/Walter Short|Short, Walter]] - 19??(???)-19??(???) - Licences: 2AJ Receive Sydney (Manly, 1922); 2AJ Sydney (Manly, 1923-1924; Kirribilli, 1924; Manly, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Note: several contemporaneous WSs, insufficient data to identify * [[/William Newton Short|Short, William Newton "Newt"]] [https://www.familysearch.org/tree/person/details/G97J-HMM] - 1897(NSW)-1967(NSW) - Licences: 2ARA Sydney (Auburn, 1948-1954; Beacon Hill, 1955-1958; Auburn, 1960-1961; Beacon Hill, 1965); 2AOW Sydney (Auburn, 1957-1958) - Qualifications: AOCP 2829, 1948, NSW - amateur operator, amateur broadcaster - Electoral Rolls: butcher (Ulmarra, 1930-1934); shopkeeper (Coraki, 1935-1936); munition worker (Mayfield, 1943); machinist (Auburn, 1949-1958); inspector (Beacon Hill, 1963) ===''SHORTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Charles Shortell|Shortell, Raymond Charles]] [https://www.familysearch.org/tree/person/details/LYMQ-4HQ] - 1904(Vic)-1991(Qld) - 3VB Receive Melbourne (East St Kilda, 1923-1924), 3RS Melbourne (St Kilda, 1925-1933), 3RS Shepparton (1937-1939), 3ARF Geelong West (1948-1954), 3ARF Melbourne (Croydon, 1955-1960; Hawthorn, 1965-1975), 4ARS Gold Coast (1980+), amateur operator (AOCP 77, 1925, No. ?? in Vic), amateur broadcaster ===''SHORTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eddy Wilbee Shorten|Shorten, Eddy Wilbee or Welbee or Wiebec "Ted"]] [https://www.familysearch.org/tree/person/details/MWN4-MZM] - 1899(Qld)-1980(Qld) - Licences: 4TS Brisbane (Paddington, 1932-1939) - Qualifications: cc; AOCP 908, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor) - Comment: Middle name variable; Birth Welbee; Marriage Wiebec; Death Wilbe; AOCP Wilbee - Electoral Rolls: ===''SHORTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Shortt|Shortt, Robert]] - 19??(???)-19??(???) - Licences: 4HF Camooweal (1933-1939); 5SR Tennant Creek (1947-1948); 5SR Adelaide (Glenunga, 1954; New Hindmarsh, 1955-1956) - Qualifications: cc; AOCP 1193, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SIBLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sibly|Sibly, Arthur]] [https://www.familysearch.org/tree/person/details/KC5R-MH6] - 1897(WA)-1976(NSW) - Licences: XYX Perth (North Perth, 1913-1914); 6AF Receive Perth (City, 1923); 6AF Perth (North Perth, 1923-1924; Inglewood, 1924); 2SB Sydney (Kirribilli, 1925-1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Relationships: father of 2ASY-3AUV Sydney Arthur Sibly; brother of Clifton Archibald Sibly - Electoral Rolls: insurance clerk (North Perth, 1919-1922); manager (Albion, Qld, 1936; Eagle Junction, Qld, 1937; Rose Bay, NSW, 1943-1958); retired (Rose Bay, 1963-1972) * [[/Clifton Archibald Sibly|Sibly, Clifton Archibald]] [https://www.familysearch.org/tree/person/details/K41R-3JQ] - 1894(SA)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 225, 1915 - likely early wireless experimenter with brother Arthur's licence - Relationships: brother of XYX-6AF-2SB Arthur Sibly; uncle of 2ASY-3AUV Sydney Arthur Sibly - Electoral Rolls: farrier (North Perth, 1915-1937) * [[/Sydney Arthur Sibly|Sibly, Sydney Arthur]] [https://www.familysearch.org/tree/person/details/GDKF-F7R] - 1926(NSW)-2001(Vic) - Licences: 2ASY Sydney (Rose Bay, 1954; Kingsgrove, 1957-1965); 3AUV Melbourne (Eltham, 1969) - Qualifications: cc; 2COCP 945, 1945; BOCP 1049, 1949 - amateur operator; amateur broadcaster - Relationships: son of XYX-6AF-2SB Arthur Sibly; nephew of Clifton Archibald Sibly - Electoral Rolls: communications officer (Kingsgrove, 1958-1963); clerk (Eltham, Vic, 1968-1977; Queanbeyan, 1980) ===''SIDEBOTTOM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lancelot Sidebottom|Sidebottom, Geoffrey Lancelot]] [https://www.familysearch.org/tree/person/details/GD5X-KGH] - 1902(Tas)-1964(Tas) - Licences: 7BB Receive Launceston (1922); Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of 7SK Maxwell Douglas Langford Sidebottom - Electoral Rolls: clerk (Launceston, 1928-1954) * [[/Maxwell Douglas Langford Sidebottom|Sidebottom, Maxwell Douglas Langford]] [https://www.familysearch.org/tree/person/details/GD5X-5QY] - 1922(Vic)-19??(???) - Licences: 7SK Hobart (Newtown, 1948); 7SK Howrah (1954-1980) - Qualifications: cc; AOCP 2830, 1948, Vic - amateur operator; WW2 - Relationships: son of 7BB Geoffrey Lancelot Sidebottom - Electoral Rolls: sound engineer (New Town, 1949); mechanic (Bateau Bay, NSW, 1980) ===''SIDEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Longfield Sidey|Sidey, Robert Longfield]] [https://www.familysearch.org/tree/person/details/LKSN-3P6] - 1874(NSW)-1951(NSW) - Licences: 2ZY Sydney (Lindfield, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of 2CB James Douglas Kay Sidey - Electoral Rolls: accountant (Lindfield, 1930-1949) * [[/James Douglas Kay Sidey|Sidey, James Douglas Kay or Douglas James Kay]] [https://www.familysearch.org/tree/person/details/LKSN-35P] - 1904(NSW)-1963(NSW) - Licences: 2CB Receive Sydney (Lindfield, 1922-1923); 2CB Sydney (Lindfield, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: son of 2ZY Robert Longfield Sidey - Electoral Rolls: grazier (Bethungra, 1943-1949); no occupation (Junee, 1954) ===''SIEVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ernest William Sievers|Sievers, Ernest William]] [https://www.familysearch.org/tree/person/details/KNJD-8MJ] - 1901(Qld)-1962(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 1165, 1933, Qld; 2COCP 9, 1934; 1COCP 38, 1935 - amateur operator? - Electoral Rolls: railway employee (Kelvin Grove, 1925); night officer (Oakey, 1930); railway night officer (Narangba, 1936-1937); radio telegraphist (Ascot, 1943; Clayfield, 1949-1958) * [[/William Frederick Sievers|Sievers, William Frederick]] [https://www.familysearch.org/tree/person/details/GZJN-NDS] - 1902(Vic)-1996(Vic) - Licences: 3CB Receive Melbourne (East Richmond, 1922-1923); 3CB Melbourne (East Richmond & South Yarra, 1924-1939, 1946-1960; Toorak, 1965-1980+) - Qualifications: cc; AOCP 165, 1925, Vic - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Richmond, 1931-1943); reader (South Yarra, 1949-1963); meter reader (Toorak, 1972-1980) ===''SIGAL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Louis Sigal|Sigal, Harold Louis]] [https://www.familysearch.org/tree/person/details/GZ4R-XFJ] - 1908(SA)-1939(NSW) - Licences: 2UK Sydney (Woollahra, 1926-1930) - Qualifications: AOCP 253, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Woollahra, 1930); engineer (Melbourne East, 1931); electrician (Auburn North, 1933; Centennial Park, 1934; Bondi, 1936-1937; West Perth, 1943; Woolowin, 1949; Bellevue Hill, 1954; Kensington, 1958); manager (Bondi, 1963); salesman (Bondi, 1968); retired (Vaulcuse, 1977-1980) ===''SIGMONT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Sigmont|Sigmont, Walter]] [https://www.familysearch.org/tree/person/details/GD58-221] - 1883(NSW)-1942(Vic) - Licences: 3AH Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: patent attorney (Auburn, Vic, 1917; Elsternwick, 1924-1937; Seaford, 1942); ===''SILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Clive Silby|Silby, Arthur Clive]] [https://www.familysearch.org/tree/person/details/G8B6-PSD] - 1894(SA)-19??(???) - Licences: 6AF Perth (North Perth, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 (Australian Wireless Squadron) [https://alh-research.tripod.com/Light_Horse/index.blog/1911865/australian-wireless-squadron-aif-embarkation-roll/] - Electoral Rolls: motor mechanic (Exeter, 1939-1943) ===''SILVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Leslie Silver|Silver, Frank Leslie]] [https://www.familysearch.org/tree/person/details/94HC-LTV] - 1904(Qld)-1987(Qld) - Licences: 4FL Brisbane (Morningside, 1938-1939, 1947-1980+) - Qualifications: cc; AOCP 2086, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Morningside, Qld, 1937-1943); radio mechanic (Morningside, Qld, 1949-1980) ===''SIMMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Simmonds|Simmonds, Arthur George]] [https://www.familysearch.org/tree/person/details/G8DL-234] - 1906(Eng)-1963(NSW) - Licences: 2GS Sydney (Arncliffe, 1930-1934); 2GS Murwillumbah (1935-1939); 4PG Bundaberg (1946-1948); 2APJ Sydney (Cronulla, 1954-1955; Caringbah, 1956-1961) - Qualifications: AOCP 590, 1930, No. ?? in NSW; BOCP 207, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Arncliffe, 1933); gardner (Arncliffe, 1935); radio engineer (Murwillumbah, 1935-1937); technician (4BU Kalkie, 1943-1949) * [[/Ernest John Simmonds|Simmonds, Ernest John]] - 19??(Eng)-19??(Eng) - G2OD Gerrard's Cross, Buckinghamshire, England, amateur operator, first to two way QSO Australia (Nov 1924, 3BQ) ===''SIMMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Trethowan Simmons|Simmons, Henry Trethowan]] [https://www.familysearch.org/tree/person/details/G4M3-BP4] - 1905(WA)-1985(WA) - Licences: 6KX Perth (Subiaco, 1925-1928; Mt Lawley, 1931-1933; Nedlands, 1937-1939, 1946-1948; West Perth, 1954-1955; Mt Pleasant, 1956-1980) - Qualifications: cc; AOCP 181, 1925, No. ?? in WA; CPRT 1121, 1928; 2COCP 295, 1930; 1COCP 257, 1932 - amateur operator, amateur broadcaster, broadcast engineer - Electoral Rolls: radio operator (Maylands, 1931), radio engineer (Nedlands, 1936; West Perth, 1949), engineer (Fremantle, 1958; Mt Pleasant, 1963-1980) * [[/Leonard Joseph Simmons|Simmons, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/GZBM-SKH] - 1907(Vic)-1987(Vic) - Licences: 3LJ Melbourne (Belgrave, 1926-1931; East Prahran, 1933); 3LJ Rheola (1937-1939); 3LV Trafalgar (1948); 3LV Cheltenham (1954-1980+) - Qualifications: AOCP 304, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Womerah, Yarram Yarram, 1928; Toolangi, Yea, 1931; Armadale, 1934-1936; Rheola, Bendigo, 1936-1937; Nanneela West, Bendigo, 1942; Cheltenham, 1949-1980) ===''SIMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Wilkinson Simms|Simms, Eric Wilkinson]] [https://www.familysearch.org/tree/person/details/G7XZ-9RN] - 1906(WA)-1998(Vic) - Licences: 3KS Melbourne (Malvern, 1927-1931; Caulfield, 1933) - Qualifications: AOCP 360, 1927, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Lieutenant) - Electoral Rolls: warehouseman (Malvern, 1931); buyer (Caulfield, 1934; Hawthorn, 1936-1937); manager (Malvern East, 1949-1980) ===''SIMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Robert Simpson|Simpson, Leslie Robert]] [https://www.familysearch.org/tree/person/details/GZD8-4VD] - 1901(WA)-1966(Vic) - 3SA Ararat (1925-1933), 3SA Melbourne (Windsor, 1947-1965), amateur operator (AOCP 44, 1925, No. ?? in Vic), amateur broadcaster, draper, salesman * [[/Harry Blythe Simpson|Simpson, Harry Blythe]] [https://www.familysearch.org/tree/person/details/GF93-CZ3] - 1920(???)-2013(WA) - Licences: 6HS Perth (Leederville, 1937-1939; Mt Lawley, 1947-1948; Nedlands, 1954-1969; Lesmurdie, 1975-1980+) - Qualifications: cc; AOCP 2060, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: traveller (Claremont, WA, 1949-1968); marketing manager (Lesmurdie, WA, 1972); manager (Lesmurdie, WA, 1977-1980) ===''SIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Sims|Sims, Eric Charles]] [https://www.familysearch.org/tree/person/details/G8MK-NXC] - 1907(WA)-1992(Vic) - Licences: Nil yet identified - Qualifications: cc; AOCP 344, 1927, No. 38 in Qld; 2COCP 16, 1934 - amateur operator; WW2 - Electoral Rolls: wireless mechanic (RAAF Point Cook, 1931-1934); QANTAS air pilot (Brisbane, 1936-1937); public servant (Box Hill, 1963) - Comment: several contemporaneous Eric Charles Sims, need to sort electoral rolls * [[/Ernest Leslie Arthur Sims|Sims, Ernest Leslie Arthur]] [https://www.familysearch.org/tree/person/details/LZ6H-6PF] - 1905(Vic)-1960(Vic) - Licences: 3ZA Melbourne (Preston, 1930-1933); 3ZA Apollo Bay (1937-1939, 1946-1947) - Qualifications: AOCP 622, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: carpenter (Preston, 1931; Apollo Bay, 1933-1937; Preston, 1942; Apollo Bay, 1949-1954) ===''SINGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Claude Paul Singleton|Singleton, Claude Paul]] [https://www.familysearch.org/tree/person/details/G4JR-4SV] - 1914(WA)-1990(Qld) - Licences: 4UX Theodore (1936-1939); 4UX Bundaberg (1946-1947); 4UX Stanthorpe (1948); 4UX Atherton (1954-1955); 4UX Malanda (1956); 4UX Ayr (1960); 4UX Childers (1965); 4UX St George (1969); 4UX Gracemere (1975); 4UX Dalby (1980) - Qualifications: cc; AOCP 1638, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; broadcast technician (4QW, 4QO, 4QW, 4RK, 4QS); federal public servant (PMGD); WW2 - Electoral Rolls: baker (Theodore, Qld, 1936-1937); radio mechanic (Stanthorpe, Qld, 1949); radio technician (Yungaburra, Qld, 1954); public servant (Gracemere, Qld, 1972) ===''SIRL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Charles Sirl|Sirl, Clarence William Charles]] [https://www.familysearch.org/tree/person/details/G89J-9LJ] - 1913(SA)-1981(WA) - Licences: 6XG Katanning (1938-1939; 1947-1969) - Qualifications: BOCP 3, 1936; AOCP 2132, 1938, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Katanning, 1937-1968) ===''SLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Irwin Slade|Slade, Charles Irwin]] [https://www.familysearch.org/tree/person/details/GDN1-G28] - 1921(???)-19??(???) - Licences: 3PZ Melbourne (Elwood, 1938-1939, 1947-1954) - Qualifications: cc; AOCP 2172, 1938, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (St Kilda, 1949-1954); medical practitioner (St Kilda, 1967-1968; Elwood, 1972-1980) * [[/Charles William Slade|Slade, Charles William]] [https://www.familysearch.org/tree/person/details/GH3R-28W] - 1893(Eng)-1962(NSW) - Licences: 2SX Sydney (Croydon, 1925-1939, 1946-1961 - Qualifications: cc; Nil yet identified; English PMG Certificate 1st class - amateur operator; amateur broadcaster; WW1 (RAN, 1909-1924); Wireless Weekly (technical editor, 1925-1928); Daily Telegraph (radio & technical editor, 1928-1929); Keogh Radio (engineer, 1929-1930); Croydon Radio (proprietor, 1930-1933+) - Electoral Rolls: radio engineer, R.A.N. (Croydon, 1943-1958) ===''SLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. F. Slater|Slater, J. F.]] - 19??(???)-19??(???) - Licences: Receive Sheffield (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Harold Ivan Slater|Slater, Harold Ivan]] [https://www.familysearch.org/tree/person/details/GDT3-7JP] - 1898(Tas)-1971(Qld) - Licences: Receive (Crystal) Kelso (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: pastoralist (Kelso, Tas, 1919); labourer (Maypole Hotel, New Town, Tas); no occupation (Middle Park, Vic, 1926); airman (Point Cook, Vic, 1927; Middle Park, 1931); traveller (Elsternwick, 1936-1968) ===''SLATTERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Slattery|Slattery, Joseph Patrick]] [https://www.familysearch.org/tree/person/details/G824-KHF] - 1866(Irl)-1931(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St John's College, Camperdown; St Vincent's, Ashfield, 1930) - Links: [[w:Joseph Patrick Slattery|Wikipedia]]; [https://adb.anu.edu.au/biography/slattery-joseph-patrick-8453 ADB] * [[/Joseph Samuel Francis Slattery|Slattery, Joseph Samuel Francis]] [https://www.familysearch.org/tree/person/details/GZVN-SSF] - 1894(NSW)-1988(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 50, 1915; CPRT 167, 1915; 2COCP 324, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Applecross, WA, 1916; Esperance, WA, 1916; RAN radio station, Geraldton, 1917); travelling salesman (Stanthorpe, 1928-1930); traveller (Tamworth, 1932-1933; Woollahra, NSW, 1933-1935); commercial traveller (New Farm, 1936; Hamilton, Qld, 1937; Fairfield, Qld, 1949; West Sydney, 1949-1954); radio officer (Mascot, NSW, 1958-1963); retired (Cremorne, NSW, 1968-1980) ===''SMART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Smart|Smart, Arthur]] [https://www.familysearch.org/tree/person/details/GXHD-TNH] - 1891(NZ)-1980(NZ) - Licences: 4SM Barcaldine (1936-1937); 4SM Paterson (1938-1939); 4SM Longreach (1946-1948); 4SM Cairns (Cairns City, 1954-1956; Freshwater, 1960-1975) - Qualifications: cc; AOCP 1625, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: boiler attendant (Dunevia Station, Blackhall, Qld, 1913); motor engineer (Aramac, Qld, 1916-1925; Barcaldine, 1928-1937); freeholder (Longreach, Qld, 1943); mechanic (Longreach, Qld, 1949); farmer (Cairns, Qld, 1954-1958); retired (Freshwater, Qld, 1963-1972; Cairns, Qld, 1977) ===''SMELLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ellis Henry Smellie|Smellie, Ellis Henry]] [https://www.familysearch.org/tree/person/details/GX7P-FDM] - 1893(Vic)-1991(Vic) - Licences: Nil yet identified - Qualifications: cc; 2COCP 218, 1930; 1COCP 240, 1931 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: radio telegraphist (Radio Station, Applecross, 1925; Geraldton, 1931; Broome, 1936); telegraphist (Caulfield, Vic, 1942-1949); radio officer (Caulfield, Vic, 1954; Blackburn, 1963-1980) ===''SMIBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Smibert|Smibert, George]] - 1840(Sct)-1899(Vic) - clubs (founding member Telegraph Electrical Society Vic), employment (Postal Department Vic, chief electrician), brother of James Smibert Deputy Postmaster-General Victoria * [[/George Smibert|Smibert, James]] - 1836(Sct)-1912(Vic) - employment (Postal Department Vic, Deputy Postmaster-General, appointed following early passing of Samuel Walker McGowan), created a nepotism scandal by early promotion of brother and brother-in-law to the most senior positions in Vic Post & Telegraphs in the early 1890s, likely reason for the positioning of Qld appointees at the top of the Federal PMGD in 1901; the brother of George Smibert Chief Electrician, Postal Dept Vic ===''SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Smith, Alan Shaw - See Alan Shawsmith (change of name) * [[/Arthur Carrington Smith|Smith, Arthur Carrington]] [https://www.familysearch.org/tree/person/details/GDKV-VL2] - 1902(Tas)-1982(NSW) - Licences: 7BN Receive Launceston (1923); 7AB Launceston (1924-1927) - Qualifications: cc; AOCP 8, 1924, No. ?? in Tas; CPRT 930, 1926 - amateur operator; amateur broadcaster; broadcast engineer (operator 7BN Wills & Co wannabe Class B); recording engineer (Cinesound Productions Ltd, Bondi, 1932); inventor of sound-on-film systems - Electoral Rolls: salesman (Launceston, 1928); recording engineer (Bronte, 1931-1935); engineer (Bondi, 1936-1937); recording engineer (Clovelly, 1943-1949; Waverley, 1963-1968); engineer (Waverley, 1977-1980) * [[/Austen Cyril Smith|Smith, Austen Cyril]] [https://www.familysearch.org/tree/person/details/GZ6N-JKF] - 1904(Eng)-1992(NSW) - Licences: 2FS Sydney (Croydon, 1924-1925; Burwood, 1925; Maroubra, 1930-1933; Homebush, 1933; Burwood, 1934-1939) - Qualifications: cc; AOCP 75, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; radio agent - Electoral Rolls: radio agent (Burwood, 1934-1937); radio mechanic (Burwood, 1943-1954); radio engineer (Burwood, 1958-1963); retired (Lower Hawkesbury, 1972-1980) * [[/C. Smith|Smith, C.]] - 19??(???)-19??(???) - Licences: 7BA Receive Stanley (1922); Receive Stanley (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Cedric Preston Smith|Smith, Cedric Preston or Preston-Smith, Cedric]] [https://www.familysearch.org/tree/person/details/G8BB-X47] - 1907(NSW)-1974(NSW) - Licences: 2ZZ Sydney (Cremorne, 1924); 2QK Sydney (Manly, 1935-1936; Balgowlah, 1937; Lane Cove, 1938-1939); 2CD Sydney (Cremorne, 1958-1961; Palm Beach, 1965-1969) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: bank accountant (Binnaway, 1930); bank officer (Manly, 1932; Balgowlah, 1934-1937; South Melbourne, Vic, 1943-1949); bank manager (Ballarat, 1954; Cremorne, 1958-1963); retired (Palm Beach, 1963-1968) * [[/Charles Frederick Smith|Smith, Charles Frederick]] - 1908(Eng)-19??(???) - Licences: No licence yet identified - Qualifications: AOCP 418, 1928, No. ?? in NSW; CPRTelephony 1112, 1928; 2COCP 44, 1929 - amateur operator - Electoral Rolls: Several contemporaneous Charles Frederick Smith's, not yet identified * [[/Colin Hughes Smith|Smith, Colin Hughes]] [https://www.familysearch.org/tree/person/details/L2YH-LLB] - 1910(Vic)-1998(Vic) - Licences: 3PK Melbourne (East Kew, 1928-1939, 1946-1980+) - Qualifications: AOCP 433, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Kew, 1931-1937); engineer (Kew, 1943-1980) * [[/Herbert Henry Baker Smith|Smith, Herbert Henry Baker]] [https://www.familysearch.org/tree/person/details/GXFN-H6R] - 19??(???)-1932(Qld) - Licences: 4DP Receive Cairns (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Cairns, Qld, 1925-1930) * [[/J. H. Smith|Smith, J. H.]] - 19??(???)-19??(???) - Licences: 4EA Receive Beenleigh (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/John Albert Malcolm Smith|Smith, John Albert Malcolm]] [https://www.familysearch.org/tree/person/details/L264-537] - 1911(Eng)-1987(SA) - Licences: 5JR Adelaide (St Peters, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1375, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939-1943) * [[/P. W. Smith|Smith, P. W.]] - 19??(???)-19??(???) - Licences: 4EF Receive Brisbane (Alderley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Sidney Hugh Holland Smith|Smith, Sidney Hugh Holland]] - 1861(???)-1933(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, senior state public servant (Qld P&T, Chief Mechanician), senior federal public servant (PMGD, State Mechanician, Qld), radio clubs (QWI, vice president), business proprietor (Telephone and Electrical Supplies Co) * [[/Stuart Disney Paull Smith|Smith, Stuart (Birth) or Stewart (Electoral Rolls) Disney Paull or Paul]] [https://www.familysearch.org/tree/person/details/GXDB-8D8] - 1913(Qld)-1986(Qld) - Licences: 4LA Brisbane (Corinda, 1934-1939); 4LA Amberley (1946-1948); 4LA Brisbane (Camp Hill, 1960-1980) - Qualifications: cc; AOCP 1303, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor); military (RAAF, navigator); broadcast technician (4BC); Dept Education (O/C Radio) - Electoral Rolls: engineer (Corinda, Qld, 1936-1949); radio technician (New Farm, Qld, 1949); maintenance officer (Camp Hill, Qld, 1954-1963); public servant (Camp Hill, Qld, 1972-1980) * [[/Sydney Smith|Smith, Sydney]] - 1856(NSW)-1934(NSW) - senior state politician (NSW MLA), senior federal politician (Postmaster-General, 1904-1905) * [[/Wilfred Smith|Smith, Wilfred]] [https://www.familysearch.org/tree/person/details/GXRQ-PQ1] - 1896(Eng)-19??(???) - Licences: Receive Adelaide (St Peters, 1923); 5AG Adelaide (Henley Beach, 1937-1939, 1947-1948) - Qualifications: cc; CPRT 602, 1921; 2COCP 419, 1941; 1COCP 882, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Henley, SA, 1939-1943) * [[/William Arthur Smith|Smith, William Arthur]] [https://www.familysearch.org/tree/person/details/GMCX-XL9] - 1906(SA)-1970(SA) - Licences: 5LZ Wallaroo (1929-1933) - Qualifications: cc; AOCP 526, 1929, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical mechanic (Glenunga, 1939-1943) - beware several contemporaneous William Arthur Smith's * [[/William Henry Smith|Smith, William Henry]] [https://www.familysearch.org/tree/person/details/GX2V-L4R] - 1911(SA)-19??(???) - Licences: 5SW Adelaide (Woodville, 1937-1939, 1947-1956); 5ASW Adelaide (Woodville, 1980+) - Qualifications: cc; AOCP 1996, 1937, SA; BOCP 431, 1942 - amateur operator; amateur broadcaster - Comment: Several contemporaneous WHSs - Electoral Rolls: operator (Woodville, SA, 1939) * [[/W. J. Smith|Smith, W. J.]] - 19??(???)-19??(???) - Licences: N758 Receive Sydney (Hurstville, 1922); 2IC Receive Sydney (Hurstville, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''SMITHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Charles Smithers|Smithers, Ernest Charles]] [https://www.familysearch.org/tree/person/details/G8Z1-GQ1] - 1885(NSW)-1953(NSW) - Licences: Nil yet identified - Qualifications: AOCP 552, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: inspector of fisheries (Urunga, 1930); inspector (Burwood, 1930-1949) ===''SMYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Walter Smyth|Smyth, Cedric Walter]] [https://www.familysearch.org/tree/person/details/GD1C-4MX] - 1916(WA)-1987(SA) - Licences: 7CD Devonport (1933-1939); 3ACH Melbourne (Doncaster East, 1954-1980+) - Qualifications: cc; AOCP 1133, 1933, Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: toolmaker (Preston, Vic, 1942-1949); engineer (Doncaster East, 1954-1977) * [[/Victor Loftus Smyth|Smyth, Victor Loftus]] [https://www.familysearch.org/tree/person/details/LR8F-P8L] - 1905(Vic)-1972(Vic) - Licences: 3PJ Receive Geelong (1923); 3PJ Geelong (1924); 3PJ Bendigo (1924-1939) - Qualifications: AOCP 126, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Bendigo, 1928-1972) ===''SMYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Cresswell Smythe|Smythe, Alan (BMD) or Allan (Electoral Rolls) Cresswell]] [https://www.familysearch.org/tree/person/details/G8JQ-V9V] - 1908(SA)-1983(SA) - Licences: 5MF Adelaide (Torrensville, 1930-1939, 1946-1948; Hazlewood Park, 1954-1980+) - Qualifications: AOCP 658, 1930, No. ?? in SA; AOLCP 135, 1933; BOCP 125, 1937; 1COCP 196, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Torrensville, SA, 1939-1943) ===''SNADDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Ernest Snaddon|Snaddon, John Ernest]] [https://www.familysearch.org/tree/person/details/GZLF-B75] - 1920(Eng)-1944(Aegean Sea) - Licences: 3VE Melbourne (Malvern, 1939) - Qualifications: AOCP 2322, 1939, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, 459 Squadron, Warrant Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/snaddon-john-ernest-409361/] ===''SNAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Leslie Snaith|Snaith, Samuel Leslie]] [https://www.familysearch.org/tree/person/details/GZJN-2S8] - 1901(Vic)-1961(Vic) - Licences: 3ZR Melbourne (Footscray, 1923-1926; Newport, 1931) - Qualifications: cc; AOCP 166, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1924-1928; Newport, 1931-1954) ===''SNAPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fairlie Roger de Burgh Snape|Snape, Fairlie Roger de Burgh]] [https://www.familysearch.org/tree/person/details/G649-B1V] - 1900(NSW)-1988(NSW) - Licences: 2NU Receive Quirindi (1923); 4JK Willis Island (1931) - Qualifications: cc; CPRT 695, 1922; 2COCP 340, 1931; 1COCP 221, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: operator (Quirindi, 1930); wireless operator (Quirindi, 1934-1936); radio engineer (Killara, 1949-1968); engineer (Killara, 1980) ===''SNOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Charles Snook|Snook, Keith Charles]] [https://www.familysearch.org/tree/person/details/GDTG-Z2D] - 1908(Tas)-1946(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 (RAAF) - Electoral Rolls: motor engineer (Hobart North, 1936); motor mechanic (Hobart Central, 1937) ===''SNOSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Raymond Snoswell|Snoswell, Alfred Raymond]] [https://www.familysearch.org/tree/person/details/9NWH-MCT] - 1899(SA)-1971(SA) - Licences: 5AD Adelaide (Exeter, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Largs, 1939-1943) ===''SODEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander William Soden|Soden, Alexander William]] [https://www.familysearch.org/tree/person/details/G8N9-7M1] - 1909(Qld)-1948(Qld) - Licences: 4AS Brisbane (Annerley, 1930-1939; Yeerongpilly, 1946-1948) - Qualifications: cc; AOCP 634, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Annerley, 1934-1943) ===''SOUMPROU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emile Walter Soumprou|Soumprou, Emile Walter]] [https://www.familysearch.org/tree/person/details/9ZZF-SX7] - 1906(Vic)-1955(Vic) - Licences: 3WK Melbourne (Thornbury, 1929-1931; North Fitzroy, 1938-1939, 1946-1948; East Brighton, 1954-1956) - Qualifications: AOCP 511, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: student (Northcote, 1936-1937); retired (Fitzroy North, 1942-1949); Elsternwick, 1954) ===''SOUTHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Lindsay Southwell|Southwell, Clifford Lindsay]] [https://www.familysearch.org/tree/person/details/GZNM-FDF] - 1897(???)-1973(NSW) - 2SW Sydney (Cremorne, 1925-1926; Northbridge, 1927-1929; Brighton-Le-Sands, 1930-1931; Northbridge, 1933-1939), amateur operator (AOCP 131, 1925, No. ?? in NSW), amateur broadcaster, WW1 (Army, Private) & WW2 (Australian Army, colonel), sales manager (1954) * [[/Leslie William Douglas Southwell|Southwell, Leslie William Douglas]] [https://www.familysearch.org/tree/person/details/9WXT-S8L] - 1900(NSW)-1960(Vic) - Licences: 3SL Seymour (1924-1939, 1946-1954); 3SL Melbourne (Montrose, 1955-1960) - Qualifications: cc; AOCP 250, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Seymour, 1931-1954) * [[/Noel Leslie Southwell|Southwell, Noel Leslie]] [https://www.familysearch.org/tree/person/details/GZNM-ZJW] - 1919(NSW)-1998(NSW) - 2ZF Sydney (Leichhardt, 1935-1939, 1946-1950; Yagoona, 1954-1980+), qualifications (AOCP 1565, 1935, No. ?? in NSW; 1COCP 149, 1937), amateur operator, broadcast technician (1949), QSL collection survives ARDXC/NFSA ===''SPARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Spark|Spark, John]] - 1879(USA)-19??(???) - Licences: 6AC Perth (City, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: soldier (Fremantle, 1917); civil servant (West Perth, 1921) - Comment: identification not certain ===''SPEDDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Spedding|Spedding, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GQ82-ZCM] - 1897(NSW)-1958(NSW) - Licences: 4DU Receive Brandon (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bookkeeper (Brandon, Qld, 1921-1925); clerk (Lakemba, NSW, 1932-1958) ===''SPENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Keith Spence|Spence, Edward Keith]] [https://www.familysearch.org/tree/person/details/LBYN-S3H] - 1908(Qld)-1980(NSW) - Licences: 4DT Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Union Bank, Wagga Wagga, NSW, 1930; Wellington, NSW, 1934); bank officer (Bondi, NSW, 1936; Rose Bay, NSW, 1937; Epping, NSW, 1943-1949; Northbridge, NSW, 1963-1977); retired (Cremorne, NSW, 1980) * [[/William Guthrie Spence|Spence, William Guthrie]] - 1846(Sco)-1926(Vic) - senior federal politician (Postmaster-General, 1914-1915) ===''SPENCER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derek David Spencer|Spencer, Derek David]] [https://www.familysearch.org/tree/person/details/GFSW-N55] - 1909(Eng)-1982(Tas) - Licences: 3DS Melbourne (Altona, 1934-1937); 6DS Perth (Pearce, 1938-1939) - Qualifications: cc; AOCP 1280, 1934, Vic; AOLCP 157, 1934; 2COCP 55, 1936; 1COCP 111, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: poultry farmer (Ulverstone, Tas, 1954; Leven, Tas, 1963); farmer (Gawler, Tas, 1972) ===''SPERRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred John Sperring|Sperring, Wilfred John]] [https://www.familysearch.org/tree/person/details/KVLY-JPK] - 1917(WA)-1966(WA) - Licences: 6SP Perth (Victoria Park, 1937-1939, 1947-1948; Belmont, 1954) - Qualifications: cc; AOCP 1920, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Victoria Park, WA, 1943); mechanic (Victoria Park, WA, 1949); radio engineer (Belmont, WA, 1954-1963) ===''SPICER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Spicer|Spicer, Victor John]] [https://www.familysearch.org/tree/person/details/G88M-KKY] - 1910(Eng)-1985(Vic) - Licences: 3VS Melbourne (Mordialloc, 1929-1931; East Malvern, 1933; North Fitzroy, 1937-1939, 1946-1948) - Qualifications: AOCP 554, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1934); constable (Port Melbourne, 1936; Fitzroy, 1937-1954; Carlton South, 1967-1968); retired (Hurstbridge, Vic, 1977-1980) ===''SPITZKOWSKY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Royston Stanley Spitzkowsky|Spitzkowsky, Max Royston Stanley]] [https://www.familysearch.org/tree/person/details/GZYD-23H] - 1904(NSW)-1989(NSW) - Licences: 2MS Newcastle (Hamilton, 1926-1975) - Qualifications: AOCP 302, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: turner (Hamilton, 1932-1972) ===''SPOTSWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Ernest Spotswood|Spotswood, Cyril Ernest]] [https://www.familysearch.org/tree/person/details/GDTC-4GM] - 1897(Tas)-1964(Tas) - Licences: Receive Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Burnie, 1936-1943); fettler (Burnie, 1949-1954) * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] [https://www.familysearch.org/tree/person/details/M7P4-M7C] - 1892(Qld)-1973(Qld) - Licences: 4JH Poopoonbah via Giru (1935-1939) - Qualifications: cc; AOCP 1356, 1934, Qld - amateur operator; amateur broadcaster - Comment: second YL operator in Qld - Relationships: Wife of 4JK Jack Lawrence Humphry - Electoral Rolls: home duties (Ching Do Siding, Ayr, Qld, 1919-1936; Giru, Qld, 1937-1949; Poopoonbah, Qld, 1954; St Lucia, Qld, 1958-1972) ===''SPRENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Ernest Sprenger|Sprenger, Herbert Ernest]] [https://www.familysearch.org/tree/person/details/GMQD-2CJ] - 1914(Qld)-2000(Qld) - Licences: 4ES Bundaberg (1932-1939); 4ES Brisbane (New Farm, 1946-1948; Holland Park, 1954; Upper Mt Gravatt, 1955-1960; Rainworth, 1965-1980+) - Qualifications: cc; AOCP 1064, 1932, No. ?? in Qld; BOCP 165, 1938; 1COCP 530, 1941 - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); state public servant (Qld Police, radio comms) - Electoral Rolls: radio mechanic (Bundaberg, 1936-1937); police constable (New Farm, Qld, 1943-1949); sergeant police (Holland Park, Qld, 1954; Upper Mt Gravatt, Qld, 1958); sub-inspector police (Rainworth, Qld, 1963-1968); police officer (Rainworth, Qld, 1972); retired (Bardon, Qld, 1977-1980) ===''SPURRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Charles Spurrier|Spurrier, Leonard Charles]] [https://www.familysearch.org/tree/person/details/LTY1-WZJ] - 1904(Wales)-1984(SA) - Licences: S382 Receive Adelaide (North Adelaide, 1922); 5AL Receive Adelaide (North Adelaide, 1923); Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Clarence Park, 1939-1941; Eden Hills, 1943) ===''SQUIRES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Jack Squires|Squires, Jack]] [https://www.familysearch.org/tree/person/details/G8CX-3GW] - 1909(WA)-1972(???) - Licences: 6JS Perth (Cannington, 1929-1939; Como, 1946-1956; Nedlands, 1960; West Leederville, 1965-1969) - Qualifications: cc; AOCP 510, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Cannington, 1931-1936); sales manager (Midland Junction, 1937; South Perth, 1943-1954); manager (Subiaco, 1963); business manager (West Kalamunda, 1968) ===''ST JOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Clive Bolingbroke St John|St John, Henry Clive Bolingbroke]] [https://www.familysearch.org/tree/person/details/LBTN-PV8] - 1895(Eng)-1972(NSW) - Licences: 2RX Receive Sydney (Rockdale, 1923-1925); 2RX Sydney (Rockdale, 1926-1939; Northbridge, 1965-1969) - Qualifications: AOCP 258, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: reader (Rockdale, 1930-1936; Northbridge, 1943-1963) ===''STACEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Keith Stacey|Stacey, Howard Keith]] [https://www.familysearch.org/tree/person/details/G3TY-D8M] - 1907(NSW)-1993(SA) - Licences: 5XA Adelaide (Firle, 1934-1937; Knightsbridge, 1938-1939; Leabrook, 1947-1956; Glynde, 1960-1980+) - Qualifications: cc; AOCP 1360, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: compositor (Burnside, SA, 1939-1941) * [[/Roy Ernest Stacey|Stacey, Roy Ernest]] [https://www.familysearch.org/tree/person/details/GXDT-PNR] - 1902(Qld)-1973(Qld) - Licences: 4RS Proserpine (1933-1939, 1948-1969) - Qualifications: cc; AOCP 1187, 1933, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: office assistant (Bauple, Qld, 1925); clerk (Proserpine, Qld, 1928-1972) ===''STACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Patrick Charles Stack|Stack, Robert Patrick Charles]] [https://www.familysearch.org/tree/person/details/GXDL-Y2K] - 1904(Eng)-1966(Qld) - Licences: 4TK Innisfail (1936-1939, 1947-1965) - Qualifications: cc; AOCP 1742, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: hairdresser (Innisfail, Qld, 1930-1932); stationer (Innisfail, Qld, 1936-1943) ===''STACKPOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Julian Stackpole|Stackpole, Peter Julian]] [https://www.familysearch.org/tree/person/details/GD3D-H8N] - 1947(Vic)-2004(ACT) - Licences: 3ZQS Melbourne (North Clayton, 1980+; 1RX Canberra, 1990s); Qualifications: cc; AOLCP 2203, 1966; AOCP N1856, 1988 - amateur operator; broadcast planning engineer (P&TD, DoC, DoTaC, ABA, ACA) - Electoral Rolls: assistant (Hampton, 1972); technical officer (Clayton, 1977-1980) ===''STAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Hurst William Stafford|Stafford, John Hurst William]] [https://www.familysearch.org/tree/person/details/LV6P-XSJ] - 1901(Qld)-1992(Qld) - Licences: 4CD Receive Ipswich (Ebbw Vale, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: electrician (Ebbw Vale, 1925-1928; Booval, 1932-1949); engineer (East Ipswich, 1958-1963); retired (Mansfield, 1977-1980) ===''STANFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Roy Stanfield|Stanfield, Clifford Roy]] [https://www.familysearch.org/tree/person/details/GQXR-9GG] - 1900(NSW)-1991(NSW) - Licences: N744 Receive Newcastle (1922); 2HX Receive Newcastle (1922) - Qualifications: cc; CPRT 383, 1918; 2COCP 136, 1930; 1COCP 140, 1930 - amateur receiver; WW1 - Electoral Rolls: wireless operator (Randwick, 1930; Maroubra, 1932-1968); retired (Blaxland, 1977-1980) ===''STANLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. M. Stanley|Stanley, J. M.]] - 19??(???)-19??(???) - Licences: 2JS Receive Sydney (Crow's Nest, 1922-1923); 2JS Sydney (Crow's Nest, 1924); Orange (1924-1929) - Qualifications: cc; AOCP 100, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; newsagent (Leura, late 1920s) - Identification: Not yet identified (possibly James Melville Stanley, electrician, Lockhart, 1930) - Electoral Rolls: Nil yet identified ===''STAPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Stapleton|Stapleton, John William]] [https://www.familysearch.org/tree/person/details/GXG7-R9P] - 1915(SA)-1980(SA) - Licences: 5KY Adelaide (Port Adelaide, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1314, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Cook, SA, 1941-1944) ===''STARKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Starkie|Starkie, Thomas William]] [https://www.familysearch.org/tree/person/details/GZBS-NCY] - 1906(Qld)-1982(Qld) - Licences: 4NW Brisbane (Nundah, 1926-1939) - Qualifications: cc; AOCP 306, 1926, No. 30 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Nundah, 1928-1937); warehouse assistant (Holland Park, 1943); manager (Wavell Heights, 1949); agent (Toowong, 1954-1958); manufacturer's agent (Kenmore, 1963); agent (Tennyson, 1968-1972); retired (The Gap, 1977; North Tamborine, 1980) ===''STARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Starr|Starr, Francis John]] [https://www.familysearch.org/tree/person/details/GZLN-LC4] - 1916(Qld)-1940(off Qld coast) - Licences: 4FS Stanthorpe (1937-1939) - Qualifications: cc; AOCP 1930, 1937, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 23 Squadron, Aircraftsman Class 1) - Electoral Rolls: baker (Stanthorpe, 1937) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1719163] ===''STEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey William Ashcroft Steane|Steane, Geoffrey William Ashcroft]] [https://www.familysearch.org/tree/person/details/GMCF-JWV] - 1905(Vic)-1957(Vic) - Licences: 3UX Melbourne (Mont Albert, 1923-1933); 3SX Melbourne (Mont Albert, 1923-1925) - Qualifications: cc; CPRT 775, 1923; 2COCP 330, 1931 -amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Mont Albert, Vic, 1931); engineer (Camberwell, Vic, 1937); radio engineer (Dee Why, NSW, 1949); television engineer (Double Bay, NSW, 1954); engineer (Camberwell, Vic, 1954) ===''STEELE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rowland Edward James Steele|Steele, Rowland Edward James]] [https://www.familysearch.org/tree/person/details/GDTC-2ZM] - 1904(Tas)-1987(Tas) - Licences: Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Hobart West, 1928); dairyman (West Hobart, 1937-1972) ===''STEPHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Goldsmith Stephen|Stephen, Percy Goldsmith]] [https://www.familysearch.org/tree/person/details/GD2J-HVR] - 1896(NSW)-1976(NSW) - Licences: 2ZB Sydney (Balmain, 1924-1925); 2PS Sydney (Balmain, 1926; Granville, 1927-1930; Lidcombe, 1931-1936; Croydon, 1937-1939; Five Dock, 1946-1958; Condell Park, 1960-1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical mechanic (Granville, 1930); electrician (Lakemba, 1930; Lidcombe, 1932-1936); electrical fitter (Five Dock, 1943-1958); fitter (Condell Park, 1968-1972) ===''STEPHENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Nelson Stephens|Stephens, Arthur Nelson]] [https://www.familysearch.org/tree/person/details/G941-3F1] - 1886(Eng)-1972(Qld) - Licences: 4CG Receive Brisbane (Clayfield, 1922); 4CG Brisbane (Clayfield, 1923-1925); Operator of 4AE - Qualifications: cc; Nil yet identified - coastal wireless operator; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: draughtsman (North Carlton, Vic, 1912-1914); engineer (Wireless Station, Pinkenba, 1915-1919; Clayfield, 1925-1928); hotel keeper (Palm Beach Hotel, Elanora, 1932-1934; Grand Hotel, Southport, 1936-1943); cafe proprietor (Southport, 1949); secretary (Main Beach, 1954-1958; Southport East, 1963-1968) * [[/Frank Richmond Stephens|Stephens, Frank Richmond]] [https://www.familysearch.org/tree/person/details/GXQ7-MLM] - 1897(Qld)-1977(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 452, 1919 - RANRS - Electoral Rolls: naval reservist (New Farm, 1921); farm hand (Wamuran, Qld, 1925); wireless operator (New Farm, 1925-1937); radio mechanic (New Farm, Qld, 1943); agent (New Farm, Qld, 1949); caretaker (Brisbane, 1954-1958); retired (Bowen Hills, 1963; Coolangatta, 1968-1972) * [[/Harry James Milne Stephens|Stephens, Harry James Milne]] [https://www.familysearch.org/tree/person/details/GXYC-KQH] - 1900(WA)-1982(WA) - Licences: 6ZZ Perth (South Perth, 1935-1939; Bassendean, 1947-1960; Eden Hill, 1965-1980+) - Qualifications: cc; AOCP 1530, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Albany, WA, 1925); railway employee (Katanning, WA, 1931-1936); storekeeper (Fremantle, WA, 1937); aircraftsman (Bassendean, WA, 1943-1963); railway employee (Eden Hill, WA, 1968-1972); retired (Bassendean, WA, 1977-1980) * [[/Thomas Stephens|Stephens, Thomas]] [https://www.familysearch.org/tree/person/details/GZ2B-35G] - 1912(Vic)-1944(Sct) - Licences: 3GO Melbourne (Essendon, 1931-1933) - qualifications: AOCP 489, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1944) - Electoral Rolls: bank clerk (Essendon, 1936-1942) - "Greater love hath no man" [https://aviationmuseumwa.org.au/afcraaf-roll/stephens-thomas-418036/] * [[/Thomas Blacket Stephens|Stephens, Thomas Blacket or Blackett]] [https://www.familysearch.org/tree/person/details/G9WG-Y5P] - 1902(Qld)-1999(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 309, 1926, No. 31 in Qld - amateur operator? - Electoral Rolls: articled law clerk (Annerley, 1925-1928); solicitor (Annerley, 1934; Fortitude Valley, 1936-1937; Clayfield, 1949-1968); retired (St Lucia, 1972-1980) ===''STEPHENSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Wilfred Stephenson|Stephenson, Charles Wilfred]] [https://www.familysearch.org/tree/person/details/93BK-M7F] - 1905(Qld)-1997(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother); 2BWQ Sydney (Blacktown, 1980+) - Qualifications: cc; AOCP 282, 1926, No. 25 in Qld - amateur operator; amateur broadcaster; radio clubs (Wooloowin RC, operator 4WN; WIAQ, operator 4AE); broadcast technician (4QG); business proprietor (cinema audio) - Relationships: brother of 4RG Harold John Stephenson - Electoral Rolls: public servant (Wooloowin, Qld, 1928-1929); electrical engineer (Pymble, NSW, 1932-1933); sound engineer (Capertee, NSW, 1936-1937); panel beater (Bourke, NSW, 1943); mechanic (Capertee, NSW, 1949-1954; Maroubra, NSW, 1958); autoelectrician (Blacktown, NSW, 1963-1977); retired (Blacktown, NSW, 1980) * [[/Harold John Stephenson|Stephenson, Harold John]] [https://www.familysearch.org/tree/person/details/93BK-9M3] - 1903(Qld)-1990(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother) - Qualifications: cc; AOCP 290, 1926, No. 27 in Qld - amateur operator; amateur broadcaster - Relationships: brother of 4RG/2BWQ Charles Wilfred Stephenson - Electoral Rolls: railway employee (Wooloowin, Qld, 1925-1943); sheet metal worker (Wooloowin, Qld, 1949); engineer (Wooloowin, Qld, 1954); aircraft mechanic (Maroubra, NSW, 1963-1980) ===''STEVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edgar F. Stevens|Stevens, Albert Edgar F. "Bert"]] [https://www.familysearch.org/tree/person/details/KH4H-N2D] - 1894(Vic)-1954(WA) - Licences: 6BN Perth (North Perth, 1924-1927; South Perth, 1930-1939); nominated licensee for W732 WIA WA (1922) - Qualifications: cc; AOCP 136, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geraldton, WA, 1916-1917); phone mechanic (North Perth, WA, 1925; South Perth, WA, 1931-1954) * [[/Frederick William Stevens|Stevens, Frederick William]] - 1898-19?? - 4SP Brisbane, amateur operator (PRTC 788, 1923, Marconi & Telefunken; 1COCP, 1930, Qld), Coastal wireless operator; first chief engineer 4QG, state public servant (4QG), pilot (Qantas), federal public servant (DCA) * [[/Robert Edward Stevens|Stevens, Robert Edward]] [https://www.familysearch.org/tree/person/details/GD1Z-ZMF] - 1908(Vic)-1994(Vic) - Licences: 7OJ Deloraine (1931-1933); 3OJ Melbourne (Burwood, 1937-1939, 1946-1980+) - Qualifications: cc; AOCP 817, 1931, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (Auburn, Vic, 1931; Burwood, 1937-1980) ===''STEWART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Barnett Stewart|Stewart, Alexander Barnett]] [https://www.familysearch.org/tree/person/details/GHBR-VND] - 1895(Sct)-1981(Qld) - Licences: 4DD Receive Brisbane (Hawthorne, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: jackeroo (Oondooroo, Qld, 1919); farmer (Palmwoods, Qld, 1921-1925); orderman (Hawthorne, Qld, 1928); truck driver (Eight Mile Plains, Qld, 1936-1937); foreman (Hawthorne, Qld, 1943-1980) * [[/Donald Richardson Stewart|Stewart, Donald Richardson]] [https://www.familysearch.org/tree/person/details/94CC-2MT] - 1902(Vic)-1993(Vic) - Licences: V739 Receive Lorne (1922); 3GS Receive Lorne (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: motor driver (Lorne, 1925-1954); guest house proprietor (Lorne, 1967-1968); proprietor (Lorne, 1972-1980) * [[/John Edgar Stewart|Stewart, John Edgar]] [https://www.familysearch.org/tree/person/details/GZD8-3JC] - 1884(NSW)-1957(NSW) - Licences: 2MR Newcastle (Mayfield, 1923-1929; Hamilton, 1930); 2MR Sydney (Chatswood, 1931); 4MR Brisbane (Nundah, 1933-1939, 1946-1948); 2MR Waratah (1954-1957) - Qualifications: cc; AOCP 43, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; Commonwealth Electoral Commission (Chief Electoral Officer) - Electoral Rolls: clerk (Arncliffe, 1913); District Returning Officer (Mayfield, 1930); Commonwealth Electoral Officer (Nundah, Qld, 1937-1949); retired (Waratah, 1954) * [[/Henry Stewart|Stewart, Henry]] [https://www.familysearch.org/tree/person/details/GXS7-R71] - 1896(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 234, 1916; 1COCP 318, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Comment: Several contemporaneous HSs - Electoral Rolls: Nil yet identified * [[/William Alfred Stewart|Stewart, William Alfred]] [https://www.familysearch.org/tree/person/details/GXBZ-4XJ] - 1910(WA)-2020(WA)109yo - Licences: 6ST Perth (West Leederville, 1937-1939) - Qualifications: cc; AOCP 1958, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Balkatta, WA, 1936; Leederville, WA, 1937); salesman (Wembley Park, WA, 1943; Leederville, WA, 1949); technician (Floreat Park, WA, 1954-1963; Wembley Park, WA, 1968; Floreat Park, WA, 1972-1980) - Links: [https://gerontology.fandom.com/wiki/William_Stewart Gerontology] ===''STIPEK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Stipek|Stipek, John "Jack"]] [https://www.familysearch.org/tree/person/details/GD5X-XL1] - 1898(NSW)-1974(Florida, USA) - Licences: 7BE Receive St Helens (1923); Receive St Helens (1923); 7BE St Helens (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMG telegraph messenger, left PMGD 1920; first to log KGO in Tas - Comment: beware two other John Stipek's concurrently in Tas, 1920s - Electoral Rolls: civil servant (St Helens, 1919); clerk (St Helens, 1922) ===''STITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Hugh Rankin Stitt|Stitt, Walter Hugh Rankin Jnr "Hughie"]] [https://www.familysearch.org/tree/person/details/GWBX-L5G] - 1908(NSW)-1972(NSW) - 2WH Forbes (1925-1969+), 2ARN Forster (1965-1969+), amateur operator (AOCP 196, 1925, No. ?? in NSW), amateur broadcaster, "brother-in-law" of Leslie Maclean Wilson 2LM, note his father also Walter Hugh Rankin Stitt and lived in same district ===''STOCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Daniel Alan John Stocks|Stocks, Daniel Alan John]] [https://www.familysearch.org/tree/person/details/GZN8-R5P] - 1897(Vic)-1933(Vic) - 3DJ Melbourne (Canterbury, 1925-1927; Surrey Hills, 1931), amateur operator (AOCP 144, 1925, No. ?? in Vic), amateur broadcaster, electrical engineer, gone too soon ===''STOCKTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Stockton|Stockton, Norman]] - 1904(WA)-1943(Germany) - 4NQ Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, military (WW2, press correspondent), journalist, "Greater love hath no man than this" ===''STOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allen Frederick Stow|Stow, Allen Frederick]] [https://www.familysearch.org/tree/person/details/G8WR-7GG] - 1910(Vic)-1966(Vic) - Licences: 3AS Melbourne (North Carlton,1928-1931; North Fitzroy, 1933-1939, 1946-1947; Northcote, 1948-1965); 3AFS Portable Melbourne (Northcote, 1948-1965) - Qualifications: AOCP 441, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army) - Electoral Rolls: engineer (Carlton North, 1931; Fitzroy North, 1934-1942) ===''STOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Alfred Stowe|Stowe, Harry Alfred]] [https://www.familysearch.org/tree/person/details/GWBJ-YTW] - 1892(NSW)-1977(NSW) - Licences: XAS Sydney (Drummoyne, 1911-1914); 2CX Receive Sydney (Chatswood, 1922-1923); 2CX Sydney (Chatswood, 1924-1929) - Qualifications: cc; AOCP 19, 1924, No. 9 in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, 1930-1958); retired (Frenchs Forest, 1968-1977) ===''STOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Bickley Stoyle|Stoyle, Jack Bickley]] [https://www.familysearch.org/tree/person/details/GM1Z-JWV] - 1881(India)-1966(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 91, 1915; 1COCP 55, 1930 - RANRS (Commissioned Telegraphist, terminated Nov 1920); AWA CRS - Electoral Rolls: wireless telegraphist (Rockhampton, 1917); radio station master (Darwin, 1922; Kilkenny, 1939-1943) ===''STRAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Michael Strafford|Strafford, John Michael]] [https://www.familysearch.org/tree/person/details/LZ2K-LBX] - 1900(SA)-1974(SA) - Licences: 5JS Adelaide (Stepney, 1936-1939; City, 1947-1965; Windsor Gardens, 1969-1975) - Qualifications: cc; AOCP 1710, 1936, SA; BOCP 514, 1943 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''STRATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Stephen Stratford|Stratford, Leo Stephen]] [https://www.familysearch.org/tree/person/details/GXHV-HRX] - 1915(Qld)-1999(Qld) - Licences: 4AE Goondiwindi (1936-1939); 4LS Goondiwindi (1947-1956) - Qualifications: cc; AOCP 1678, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Goondiwindi, Qld, 1936-1949); radio dealer (Goondiwindi, Qld, 1954-1958); electrician (Goondiwindi, Qld, 1968); refrigeration mechanic (Goondiwindi, Qld, 1980) ===''STREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Streamer nee Mackenzie, Florence Madeline "Madeline" - See Florence Madeline Mackenzie 4YL ===''STREET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frederick Street|Street, Reginald Frederick]] [https://www.familysearch.org/tree/person/details/GW5S-Z4L] - 1900(Tas)-1927(Tas) - Licences: 7BD Receive Hobart (1923); Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: draper's assistant (Hobart West, 1922) ===''STROHFELDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Strohfeldt|Strohfeldt or Strofeldt, Gilbert]] [https://www.familysearch.org/tree/person/details/LVWD-W9Z] - 1904(Qld)-1951(Qld) - Licences: 4GS Brisbane (Paddington, 1932-1939; Camp Hill, 1948-1956) - Qualifications: cc; AOCP 1041, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Comment: licensed for 5 years after passing - Electoral Rolls: postal assistant (Roma, 1926); telegraphist (Charleville, 1928-1930); Paddington, Qld, 1936-1937); assistant radio inspector (Camp Hill, Qld, 1943) ===''STUART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Stuart|Stuart, Francis John]] [https://www.familysearch.org/tree/person/details/GXSH-RPC] - 1895(SA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: naval officer (Hobart, Tas, 1919); telegraphist (Hobart, 1922; Oakleigh, Vic, 1928-1942); primary producer (Tarra Valley, Vic, 1949-1954) * [[/Michael Aloysius Horatio Stuart|Stuart, Michael Aloysius Horatio]] [https://www.familysearch.org/tree/person/details/GXLC-2D9] - 1891(Vic)-1953(Vic) - Licences: 3MH Melbourne (Moonee Ponds, 1927); 3MH Rockbank (1931-1937); 5MS Adelaide (Rosewater, 1938-1939) - Qualifications: cc; 2COCP 66, 1929; 1COCP 184, 1931; likely CRPT pre 1927 - amateur operator; amateur broadcaster; WW1 (UK Merchant Navy); WW2 - Electoral Rolls: mechanic (Moonee Ponds, Vic, 1925-1927); radio telegraphist (Beam Radio Station, Rockbank, Vic, 1928-1937; Geraldton, WA, 1943); radio technician (Footscray North, Vic, 1949) ===''STURDEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Ashton Hobart Sturdee|Sturdee, Vernon Ashton Hobart]] - 1890(Vic)-1966(Vic) - 4?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur radio club (member, WIQ) ===''SULLIVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sullivan|Sullivan, John]] [https://www.familysearch.org/tree/person/details/KLGD-VK6] - 1906(Vic)-1997(Vic) - 3SR Melbourne (Elsternwick, 1925-1926), 3SR Yallourn (1927), amateur operator (AOCP 206, 1925, No. ?? in Vic), amateur broadcaster, engineer (1927) ===''SUTHERLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan James Sutherland|Sutherland, Alan James]] [https://www.familysearch.org/tree/person/details/GXK6-94L] - 1916(SA)-1977(Qld) - Licences: 5XB Adelaide (Glenelg, 1935-1939, 1947-1948); 3AXB Melbourne (Balwyn, 1954-1965); 3KY Melbourne (Balwyn, 1969-1975) - Qualifications: cc; AOCP 1592, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Dunleath, SA, 1939-1941); public servant (Albert Park, Vic, 1949; Canterbury, Vic, 1954-1968; Balwyn, Vic, 1972-1977); retired (Scarness, Qld, 1977) * [[/George Bremner Sutherland|Sutherland or Clyne, George Bremner "Jock"]] [https://www.familysearch.org/tree/person/details/GZVF-KQC] - 1893(Sct)-1981(SA) - Licences: 6GB Perth (Mt Hawthorn, 1927) - Qualifications: cc; 1COCP 295, 1932 - amateur operator; amateur broadcaster; telegraphist (Navy, 1911), late 1920s assistant chief engineer 6WF (to Wally Coxon) - Electoral Rolls: DCA (aeradio operator, from 1941); radio operator (Kalgoorlie, 1949); retired (North Perth, 1958) ===''SUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Sutton|Sutton, Arthur Ernest]] [https://www.familysearch.org/tree/person/details/GMFM-Z34] - 1882(Vic)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (early 1910s); utilised Henry Sutton's experimental licence - Relationships: son of XLM Henry Sutton - Electoral Rolls: music seller (Malvern, 1909-1913; Hawthorn, 1914-1915); engineer (Kew, 1922-1925); traveller (Camberwell, 1927); mechanic (Brunswick, 1928) * [[/Henry Sutton|Sutton, Henry]] [https://www.familysearch.org/tree/person/details/LD19-T7V] - 1855(Vic)-1912(Vic) - Licences: XLM Melbourne (Malvern, 1910-1912) - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed from 1890s); numerous inventions, Australia's first wireless telephony experimenter (1906); invented several new types of telephones; early television experiments - Relationships: father of Arthur Ernest Sutton - Links: [https://adb.anu.edu.au/biography/sutton-henry-4675 ADB] - Electoral Rolls: Nil yet identified * [[/Joseph William Sutton Jnr|Sutton, Joseph William Jnr]] [https://www.familysearch.org/tree/person/details/LHKF-HCJ] - 1874(Qld)-1941(Qld) - Licences: 4CP Receive Brisbane (City, 1923); 4EI Brisbane (City, 1923-1925) (In the name of the State Engineer) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club (WIQ, foundation member; QWI); electrical engineer; senior federal public servant (PMGD, State Engineer) - Relationships: son of Joseph William Sutton Snr - Electoral Rolls: electric engineer (Teneriffe, 1903); engineer (Teneriffe, 1908-1909); assistant (GPO, 1912-1919); electrical engineer (New Farm, 1921-1936); retired (Ascot, 1937) * [[/Joseph William Sutton Snr|Sutton, Joseph William Snr]] [https://www.familysearch.org/tree/person/details/LHKF-W6T] - 1844(Eng)-1914(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - club (Royal Society Qld, president) - Relationships: father of Joseph William Sutton Jnr - Links: [[w:Joseph William Sutton|Wikipedia]] - Electoral Rolls: engineer (Teneriffe, 1908-1909) ===''SWABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Max J. Swaby|Swaby, Max J.]] - 19??(???)-19??(???) - 4DA Dalby (-1948+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''SWAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lionel Tamsett Swain|Swain, Lionel Tamsett]] [https://www.familysearch.org/tree/person/details/KL1J-TGY] - 1902(NSW)-1985(NSW) - Licences: 2CS Receive Newcastle (Hamilton, 1922); 2CS Newcastle (Hamilton, 1923-1927; Waratah, 1928-1939, 1946-1950; Charlestown, 1954-1961; Bolton Point, 1965-1980) - Qualifications: cc; AOCP 108, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Withdrawal: when 2CS Coffs Harbour commenced in early 1980s, policy had changed as to withdrawal of similar amateur callsigns - Electoral Rolls: draftsman (Waratah, 1930-1954); engineer (Charlestown, 1958-1963); retired (Bolton Point, 1968-1980) ===''SWEENEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Moss Sweeney|Sweeney, Walter Moss]] [https://www.familysearch.org/tree/person/details/LNZ7-YRD] - 1887(Eng)-1964(Vic) - Licences: 3WS Melbourne (East Melbourne, 1924-1925; Elwood, 1925-1931; St Kilda, 1933-1939) - Qualifications: cc; CPRT 204, 1916 - coastal wireless operator; RANRS (commissioned telegraphist, 1917); amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless engineer (Subiaco, 1916-1917); no occupation (Melbourne, 1919); wireless engineer (East Melbourne, 1921-1924); engineer (Elsternwick, 1925-1928); director (St Kilda, 1931-1963) ===''SWINBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank Charles Richard Swinburne|Swinburne, Frank Charles Richard]] [https://www.familysearch.org/tree/person/details/GDML-S1J] - 1901(Qld)-1948(NSW) - Licences: 2AT Receive Sydney (Manly, 1922-1923); 2AT Sydney (Manly, 1924-1926) - Qualifications: cc; CPRT 557, 1920 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Manly, NSW, 1937; North Sydney, 1943)) ===''SWINDELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Willie Swindells|Swindells, Willie]] [https://www.familysearch.org/tree/person/details/L812-BTK] - 1890(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: electrician (Richmond, Vic, 1913-1914; Parkdale, Vic, 1925-1926); engineer (Geelong, 1927; Darlinghurst, NSW, 1931-1933); electrical engineer (Brunswick, Vic, 1934) ===''SYMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathaniel Joseph Leo Symonds|Symonds, Nathaniel Joseph Leo "Leo"]] [https://www.familysearch.org/tree/person/details/KJZ3-3QH] - 1908(WA)-2005(WA) - Licences: 6LS Perth (Cottesloe Beach, 1925-1930; Bicton, 1947-1948); 6LX Perth (Kalamunda, 1965-1980+) - Qualifications: cc; AOCP 207, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: tailor (Cottesloe, 1931-1943); radio operator (Fremantle, 1949-1954); radio technician (Kalamunda, 1958-1980) ===''SYMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Lindsay Gordon Symons|Symons, John Lindsay Gordon]] [https://www.familysearch.org/tree/person/details/KZZ5-Q42] - 1913(Vic)-1964(Vic) - Licences: 3JT Melbourne (Malvern, 1930-1939; East Hawthorn, 1946-1947; Burwood, 1948; South Melbourne, 1954-1956; Mt Waverley, 1960) - Qualifications: AOCP 662, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Malvern, 1934-1943; Glen Iris, 1949); hotelkeeper (Malvern, 1954); engineer (Syndal, 1963) =='''T'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''TAPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Ernest Tapp|Tapp, Charles Ernest or Edward]] [https://www.familysearch.org/tree/person/details/GX7P-BXV] - 1894(NSW)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 82, 1915 - RANRS (commissioned telegraphist, 1917); WW1 - Electoral Rolls: OIC Wireless Station (Thursday Island, Qld, 1915; South Yarra, Vic, 1917-1919); electrical engineer (Mosman, NSW, 1930); engineer (Brighton, Vic, 1942); manager (Vaucluse, NSW, 1943) ===''TAPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Tapper|Tapper, John Robert]] [https://www.familysearch.org/tree/person/details/G8ZX-4T6] - 1910(WA)-1992(WA) - Licences: 6RJ Perth (Claremont, 1929-1939); 6RJ Onslow (1946-1947); 6RJ Perth (Claremont, 1948-1960); 2AO Wagga Wagga (1969-1980+) - Qualifications: cc; AOCP 538, 1929, No. ?? in WA; 1COCP 218, 1931; TVOCP 324, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Claremont, 1931-1943); operator (Claremont, 1949-1963); radio inspector (Wagga Wagga, 1968-1980) ===''TARBOTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Augustus Tarbotton|Tarbotton, Harry Augustus]] [https://www.familysearch.org/tree/person/details/GF93-87K] - 1902(Eng)-1961(WA) - Licences: 6HT Albany (1936-1939, 1947-1960) - Qualifications: cc; AOCP 1672, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: motor driver (Albany, WA, 1925-1931); motor mechanic (Albany, WA, 1936-1954); radio service (Albany, WA, 1958) ===''TARLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred William Tarling|Tarling, Alfred William]] [https://www.familysearch.org/tree/person/details/LVH9-4RZ] - 1900(Eng)-1953(Qld) - Licences: 4TW Townsville (1937-1939, 1946-1948) - Qualifications: cc; (likely qualification ca 1920, British Merchant Navy; 1COCP 679, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Coolbie, Ingham, Qld, 1930); wireless operator (Pimlico, Qld, 1931-1932); labourer (West End, Qld, 1936-1937); radio engineer (Townsville, Qld, 1943-1949) ===''TARRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Albert Tarrant|Tarrant, Ernest Albert Jnr]] [https://www.familysearch.org/tree/person/details/L8SB-Z68] - 1898(NSW)-1956(NSW) - Licences: 2AK Receive Narrabri (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Eulah Creek, 1930; Narrabri, 1943) * [[/William Francis Tarrant|Tarrant, William Francis "Frank"]] [https://www.familysearch.org/tree/person/details/GD5M-6JT] - 1914(NSW)-1998(NSW) - Licences: 2UF Newcastle (Cooks Hill, 1932-1958) - Qualifications: cc; AOCP 1054, 1932, NSW - amateur operator; amateur broadcaster - Electoral Rolls: ironworker (Newcastle, 1930-1949) ===''TATHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Edward Tatham|Tatham, Sydney Ernest Edward]] [https://www.familysearch.org/tree/person/details/GDQT-52W] - 1896(Eng)-1973(Vic) - Licences: 2ST Sydney (Neutral Bay, 1923-1925; City, 1926-1928; Darling Point, 1929-1933; City, 1933-1939) - Qualifications: cc; CPRT 33, 1915; 1COCP 406, 1940 - amateur operator; amateur broadcaster; journalist (editor, Sea, Land and Air, 1922); WW2 - Electoral Rolls: instructor (St Kilda, 1919; South Yarra, 1919); merchant (Darling Point, 1930-1933; City, 1934-1937; Albert Park, Vic, 1949; Camberwell, 1954); director (Balwyn, 1958-1972) ===''TAYLOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert William Taylor|Taylor, Albert William]] [https://www.familysearch.org/tree/person/details/GX56-JGX] - 1910(NSW)-1980(SA) - Licences: 5AT Port Pirie (1934-1937); 5AT Adelaide (Solomontown, 1938-1939; Edwardstown, 1947-1980+) - Qualifications: cc; AOCP 1276, 1934, SA; BOCP 286, 1940; TVOCP 461, 1962 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Marleston, SA, 1941; Edwardstown, SA, 1943) * [[/B. A. Taylor|Taylor, B. A.]] - 19??(???)-19??(???) - Licences: 4DF Receive Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Donald Gordon Taylor|Taylor, Donald Gordon "Don"]] [https://www.familysearch.org/tree/person/details/GZB4-N31] - 1907(SA)-1985(SA) - Licences: Receive Adelaide (Forestville, 1923-1924); 5DX Adelaide (Forestville, 1926-1937; Black Forest, 1938-1939, 1946-1980+) - Qualifications: cc; AOCP 307, 1926, No. ?? in SA; AOLCP 25, 1930 - amateur operator; amateur broadcaster; WW2 - Comment: another DGT served in WW2 & died on active service 1943 in NT - Electoral Rolls: wireless mechanic (Goodwood, 1939; Black Forest, 1941-1943) * [[/Florence Mary Parsons|Taylor nee Parsons, Florence Mary]] [https://www.familysearch.org/tree/person/details/LZX2-FZB] - 1879(Eng)-1969(NSW) - Licences: Nil - Qualifications: Nil - publisher - Electoral Rolls: managing director (Sydney, 1936); journalist (Vaucluse, 1954); editor (Darlinghurst, 1958; Potts Point, 1963) - Relationships: wife of George Augustine Taylor - [https://adb.anu.edu.au/biography/taylor-florence-mary-8754 ADB] * [[/George Augustine Taylor|Taylor, George Augustine]] [https://www.familysearch.org/tree/person/details/GZB4-JG7] - 1872(NSW)-1928(NSW) - Licences: Nil (always operated under military or other amateur licences) - Qualifications: Nil - early wireless experimenter, amateur operator, founder WIA NSW, founder Association for Development of Wireless in Australasia - Electoral Rolls: Nil - gone too soon - [https://adb.anu.edu.au/biography/taylor-george-augustine-8756 ADB] * [[/Henry Arthur Taylor|Taylor, Henry Arthur]] [https://www.familysearch.org/tree/person/details/GF77-443] - 1907(Eng)-1996(WA) - Licences: 6AT Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1042, 1932, WA; AOLCP 216, 1935 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: joiner (Victoria Park, WA, 1931-1934); radio engineer (6KG, Parkeston, WA, 1937-1943; Nedlands, WA, 1954-1963); retired (South Perth, WA, 1977-1980) * [[/Leslie Harry Taylor|Taylor, Leslie Harry]] [https://www.familysearch.org/tree/person/details/G841-CD4] - 1898(Eng)-1978(NSW) - Licences: 2CL Sydney (Ashfield, 1936-1939, 1946-1969) - Qualifications: AOCP 1723, 1936, NSW - amateur operator, amateur broadcaster - Electoral Rolls: manager (Leichhardt, 1930-1933; Ashfield, 1935-1968); retired (Ashfield, 1977) ===''TEECE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Auburn Selwyn Teece|Teece, Cecil Auburn Selwyn]] [https://www.familysearch.org/tree/person/details/2Z37-JSS] - 1885(NSW)-1970(ACT) - Licences: V733 Receive Melbourne (Toorak, 1922); 3GO Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (East Melbourne, 1909); examiner (Kew, 1910); civil servant (Kew, 1912; Hawthorn, 1914-1917); examiner of patents (Box Hill, 1919); civil servant (Toorak, 1922; Sandringham, 1924; St Kilda, 1928; East Melbourne, 1931; Reid, ACT, 1935-1937; Barton, 1943); public servant (Barton, 1949-1954); retired (Braddon, 1958-1968) ===''TEMPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Lander Templeton|Templeton, Gordon Lander]] [https://www.familysearch.org/tree/person/details/G8F2-VLH] - 1909(Vic)-1945(Vic) - Licences: 3OW Coleraine (1930-1939) - Qualifications: AOCP 631, 1930, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer) - Electoral Rolls: farm labourer (Tahara Bridge, 1931-1937) - Relationships: cousin of 3HG Neil Murray Templeton - "Greater love hath no man" * [[/Neil Murray Templeton|Templeton, Neil Murray]] [https://www.familysearch.org/tree/person/details/L6SD-RDT] - 1911(Vic)-1965(Vic) - Licences: 3HG Coleraine (1930-1939, 1946-1960) - Qualifications: AOCP 632, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Tahara Bridge, 1934-1937); RAAF (Canterbury, 1943); grazier (Tahara Bridge, 1949-1963) - Relationships: cousin of 3OW Gordon Lander Templeton ===''THEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Milton Theel|Theel, Kenneth Milton]] [https://www.familysearch.org/tree/person/details/LD1Z-1Z9] - 1908(SA)-1956(SA) - Licences: 5CT Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923); 5QP Adelaide (St Peters, 1927-1933; Clarence Park, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 322, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: ledger keeper (Reade Park Gardens, SA, 1941-1943) ===''THOMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Kirk Raleigh Thomas|Thomas, Henry Kirk Raleigh]] [https://www.familysearch.org/tree/person/details/GWX4-8LL] - 1902(NSW)-19??(???) - 2HT Sydney (Mosman, 1924; Neutral Bay, 1925-1933; Cremorne, 1933-1934; Mosman, 1935-1939), amateur operator (AOCP 1, 1924, No. 1 in NSW and Australia), amateur broadcaster, broadcast engineer (2GB, assistant engineer, 1946) * [[/Herbert Thomas|Thomas, Herbert]] - 19??(???)-19??(???) - Licences: 6DY Perth (CBD, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, salesman (Harris Scarfe, 1924) - Electoral Rolls: Nil yet identified - Comment: several contemporaneous HTs * [[/Ivor Thomas|Thomas, Ivor]] [https://www.familysearch.org/tree/person/details/G8HB-Q3G] - 1897(SA)-1965(SA) - Licences: 5IT Adelaide (Mitcham, 1929-1960) - Qualifications: cc; AOCP 496, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: warehouseman (Kingswood Park, 1939-1943) * [[/Josiah Thomas|Thomas, Josiah]] [https://www.familysearch.org/tree/person/details/LYSY-Y24] - 1863(Eng)-1933(NSW) - establishment radio station (2CH), state politician (NSW, MLA, 1890s), senior federal politician (MHR, Postmaster-General 1908-1909, 1910-1911) - Electoral Rolls: * [[/Roland Henry Thomas|Thomas, Roland Henry]] [https://www.familysearch.org/tree/person/details/GXHG-7Z4] - 1911(Qld)-1994(Qld) - Licences: 4LR Brisbane (Bulimba, 1932-1939) - Qualifications: cc; AOCP 1058, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Bulimba, 1934); radio technician (Bulimba, Qld, 1937-1972); proprietor (Manly West, Qld, 1977-1980) * [[/Roy Valentine Thomas|Thomas, Roy Valentine]] [https://www.familysearch.org/tree/person/details/GZ6H-7WG] - 1907(NSW)-1958(NSW) - 2TK Sydney (Erskinville, 1925), 2RV Sydney (Bondi North, 1927-1930), 2TK Sydney (South Hurstville, 1947-1958), amateur operator (AOCP 62, 19??, No. ?? in NSW), amateur broadcaster ===''THOMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Thompson|Thompson, F.]] - 19??(???)-19??(???) - Licences: 2HF Receive Sydney (East Balmain, 1922-1923); 2HF Sydney (Balmain, 1924-1927) - Qualifications: cc; AOCP 47, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: several contemporaneous F. Thompson * [[/Geoffrey George Thompson|Thompson, Geoffrey George]] [https://www.familysearch.org/tree/person/details/G8SP-DDD] - 1911(Vic)-2000(Vic) - Licences: 3GT Melbourne (Thornbury, 1928-1939) - Qualifications: AOCP 388, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Thornbury, 1934-1937; North Melbourne, 1949); cameraman (Hawthorn, 1954-1980) * [[/Leonard Neville Weston Fane Thompson|Thompson, Leonard Neville Weston Fane]] [https://www.familysearch.org/tree/person/details/LJKN-FJV] - 1899(NSW)-1960(Vic) - Licences: 3LT Melbourne (Mitcham, 1931; Chelsea, 1933; Carrum, 1937-1939; Bonbeach, 1946-1960) - Qualifications: AOCP 762, 1931, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: railway employee (Glenferrie, 1925; Mitcham, 1931; Chelsea, 1934; Carrum, 1936-1954) * [[/Stanley Gordon Thompson|Thompson, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/GXLZ-S21] - 1906(NSW)-1975(Vic) - Licences: 3AZ Melbourne (North Brighton, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: expert (Brighton, Vic, 1931); mechanic (Brighton, Vic, 1936); sales (Shepparton, Vic, 1963-1972) ===''THOMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Thomson|Thomson, Arthur William]] [https://www.familysearch.org/tree/person/details/GZND-ZPF] - 1907(Vic)-1995(Vic) - 3AT Sunshine (1925), amateur operator (AOCP 145, 1925, No. ?? in Vic) * [[/G. L. Thomson|Thomson, G. L.]] - 19??(???)-19??(???) - 2GT Sydney (Waverley, 1924-1925), amateur operator (AOCP 3, 1924, No. 2 in NSW), amateur broadcaster, operator of 2BV Waverley Radio Club ===''THORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Thorley|Thorley, Roy "John"]] [https://www.familysearch.org/tree/person/details/GDR2-8GW] - 1912(Qld)-1966(Qld) - Licences: 4RT Brisbane (South Brisbane, 1936-1937; Annerley, 1938-1939; Holland Park, 1946-1956) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (WIAQ, president); business proprietor (mechanical engineering) - Comment: killed in automobile accident - Electoral Rolls: clerk (Annerley, Qld, 1937); engineer (Holland Park, Qld, 1949-1963); contractor (Charters Towers, Qld, 1963) ===''THURSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wyngate Thurstan|Thurstan, Arthur Wyngate]] [https://www.familysearch.org/tree/person/details/LVFV-XSS] - 1907(Eng)-1976(NSW) - 2AV Sydney (Penshurst, 1924-1939; Beverley Hills, 1946-1975), amateur operator (AOCP 38, 1924, No. ?? in NSW), amateur broadcaster, WW2, Lempriere & Co (metallurgist; Chief Chemist, 1937) ===''THRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Thring|Thring, Francis William]] [https://www.familysearch.org/tree/person/details/9XFG-ZY6] - 1882(NSW)-1936(Vic) - Film producer, founder 3XY Melbourne - Links: [[w:F. W. Thring|Wikipedia]] ===''THROSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Ledsam Throssell|Throssell or Throssel, Lancelot Ledsam]] [https://www.familysearch.org/tree/person/details/KHFL-59C] - 1902(WA)-1980(WA) - Licences: 6LT Northam (1926-1927) - Qualifications: cc; AOCP 248, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Northam, 1925-1931); civil servant (Northam, 1936-1937); clerk (Bruce Rock, 1943); bank officer (Kojonup, 1954; Innaloo, 1963-1972); retired (Osborne Park, 1980) ===''THUGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thuge|Thuge, Norman]] [https://www.familysearch.org/tree/person/details/GXDL-F55] - 1917(Qld)-1973(NSW) - Licences: 4NC Gladstone (1936-1937); 4NO Gladstone (1938-1939); 4NO Brisbane (Hendra, 1947); 2ANO Sydney (Stanmore, 1948-1950; Arncliffe, 1954-1956) - Qualifications: cc; AOCP 1622, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Charters Towers, Qld, 1943); bank officer (Petersham, NSW, 1949; Arncliffe, NSW, 1954-1958); retired (Burwood, NSW, 1972) ===''THYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Joseph Thynne|Thynne, Andrew Joseph]] [https://www.familysearch.org/tree/person/details/KP3H-T8K] - 1847(Irl)-1927(Qld) - military (Qld Defence Force, 1867, eventually Lieutenant-Colonel), profession (solicitor, Qld, 1873-1882), state politician (Qld MLC, Minister for Justice and Attorney General; Qld Postmaster-General, 1894-1897) ===''TILBROOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clem David Lloyd Tilbrook|Tilbrook, Clem David Lloyd]] [https://www.familysearch.org/tree/person/details/GXP4-4PQ] - 1912(SA)-2004(SA) - Licences: 5GL Adelaide (Brighton, 1933-1937; Camden, 1938-1939; Colonel Light Gardens, 1947-1965; Daw Park, 1969-1980+) - Qualifications: cc; AOCP 1210, 1933, SA; 2COCP 381, 1940; 1COCP 468, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Camden, SA, 1939-1943) ===''TILNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Edward Tilney|Tilney, Leslie Edward]] [https://www.familysearch.org/tree/person/details/MPDS-4PK] - 1870(NSW)-1937(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 13, 1914 - early wireless experimenter (army); coastal wireless officer, WW1 - Electoral Rolls: officer-in-charge (Wireless Station, Applecross, 1916-1917); soldier (Claremont, 1917); commissioner (Caulfield, 1924-1931); civil servant (Malvern, 1933-1936) - TroveTag: "Leslie Edward Tilney" (400+ tags) - Links: [https://www.anzac-biographies.com/2021/06/05/tilney-lieutenant-colonel-leslie-edward-dso-mid-vd/ Bio] ===''TILSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Howard Tilse|Tilse, Arthur Howarde "Howard"]] [https://www.familysearch.org/tree/person/details/LTK5-CS8] - 1911(Qld)-1973(Qld) - Licences: 4WO Brisbane (Yeronga, 1931-1939; South Brisbane, 1946-1948; Yeronga, 1954-1970) - Qualifications: cc; AOCP 725, 1931, No. ?? in Qld; 2COCP 155, 1938 - amateur operator; amateur broadcaster; military (WW2, Army Signals, RAAF); art dealer - Electoral Rolls: radiotrician (Yeronga, 1934-1937); RAAF wireless operator (West End, Townsville, 1943); radio operator (South Brisbane, 1949); art dealer (Yeronga, 1954-1972) ===''TIMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Robert Timmins|Timmins, Alan Robert]] - broadcast engineer (PMGD, P&TD, DoC, DoTaC, ABA), senior federal public servant (PMGD, P&TD, DoC, DoTaC, ABA) ===''TIPPING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Tipping|Tipping, Edward Charles]] - 19??(???)-1968(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), radio clubs (WIQ, member, 1912), federal public servant (PMGD, clerk/accountant), military (Captain, Royal Engineers) ===''TIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. G. Tiver|Tiver, R. G.]] - 19??(???)-19??(???) - Licences: Receive Tanunda (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TODD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hugh Todd|Todd, Alan Hugh]] [https://www.familysearch.org/tree/person/details/GXDD-7SG] - 1919(Qld)-1978(Qld) - Licences: 4HT Brisbane (Ashgrove, 1936-1937; Newmarket, 1938-1939, 1947-1948; Red Hill, 1954-1975) - Qualifications: cc; AOCP 1639, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical mechanic (Newmarket, Qld, 1943-1949); teacher (Kelvin Grove, Qld, 1954-1977) * [[/Charles Todd|Todd, Charles]] [https://www.familysearch.org/tree/person/details/LC3X-PJ6] - 1826(Eng)-1910(SA) - senior state public servant (Government Electrician, Postmaster-General SA) - Links: [[w:Charles Todd (pioneer)|Wikipedia]] [https://adb.anu.edu.au/biography/todd-sir-charles-4727 ADB] * [[/Lionel Victor Glen Todd|Todd, Lionel Victor Glen]] [https://www.familysearch.org/tree/person/details/L5CG-Z68] - 1896(NSW)-1970(NSW) - Licences: 2CR Tamworth (1922-1935); 2LS Tamworth (1936-1938); 2LS Denistone (1939); 2LS Sydney (West Ryde, 1957-1965; Denistone, 1969) - Qualifications: cc; AOCP 132, 1925, No. ?? in NSW; 1COCP 282, 1939 - amateur operator; amateur broadcaster - Withdrawal: 2CR callsign withdrawn by PMG in 1935 for 2CR Orange (Blayney) ABC - Electoral Rolls: telephone mechanic (West Tamworth, 1932-1937); assistant radio inspector (Eastwood, 1943-1968) * [[/Milton Buchanan Todd|Todd, Milton Buchanan]] [https://www.familysearch.org/tree/person/details/GXSX-NQT] - 1892(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 63, 1915; 1COCP 81, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: engineer operator (Thursday Island, 1916); radio telegraphist (Maroubra, 1930-1935); officer (Lewisham, 1936-1937); radio telegraphist (Townsville, 1937; Croydon, NSW, 1943; Townsville, 1949); senior radio officer (Townsville, 1954); radio officer (Kensington, NSW, 1958); retired (Blaxland, 1958) * [[/Tom Arthur Todd|Todd, Tom Arthur]] [https://www.familysearch.org/tree/person/details/GD9C-7P5] - 1906(NSW)-1977(NSW) - Licences: 2OT Receive Sydney (Eastwood, 1923); 2TT Sydney (Eastwood, 1935-1939, 1946-1957) - Qualifications: cc; CPRT 984, 1928; 2COCP 50, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Eastwood, 1930-1937); radio mechanic (Eastwood, 1943-1977) ===''TONGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edward Tonge|Tonge, Arthur Edward]] [https://www.familysearch.org/tree/person/details/GX4S-MNM] - 1895(Eng)-1954(Qld) - Licences: 4AR Brisbane (Taringa, 1933; Indooroopilly, 1937-1939) - Qualifications: cc; AOCP 1149, 1933, No. ?? in Qld; 2COCP 54, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Darra, 1931; Indooroopilly, 1936-1937); mechanic (Milton, 1943-1949); process worker (Indooroopilly, 1954) ===''TONGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Melville Tongs|Tongs, Lawrence or Laurence Melville]] [https://www.familysearch.org/tree/person/details/LR9L-Y7N] - 1899(Tas)-1989(Vic) - Licences: 7BU Receive North Motton (1923); Receive North Motton (1923); 2ADB Finley (1937-1939); 7LT Devonport (1960-1969); 3ALV Melbourne (Parkville, 1975) - Qualifications: cc; CPRT 687, 1922; 2COCP 421, 1941 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: farmer (Finley, 1930-1935); radio dealer (1936-1949); farmer (Dandenong, 1954); radio technician (Devonport, 1972); retired (Parkville, 1977-1980) ===''TONKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Maxwell Tonkin|Tonkin, Arthur Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KLL6-HT9] - 1915(WA)-1998(SA) - Licences: 6MZ Katanning (1935-1939); 5MZ Adelaide (Salisbury, 1948); 5TI Clare (1975); 5MZ Clare (1980+) - Qualifications: cc; AOCP 1525, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937) * [[/Stanley Gordon Tonkin|Tonkin, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/L1DQ-2R1] - 1910(SA)-1992(SA) - Licences: 2SG Albury (1929-1931); 2SG Sydney (Double Bay, 1933; Waverley, 1933-1936; Lane Cove, 1937); 2SG Goonellabah (1938-1939); 2SG Sydney (Epping, 1946-1955); 5SG Adelaide (Hampstead Gardens, 1956; Manningham, 1969; Glenunga, 1975-1980+) - Qualifications: AOCP 520, 1929, No. ?? in NSW; AOLCP 57, 1931; 2COCP 391, 1940; 1COCP 493, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Woolwich, 1932); engineer (Edgecliff, 1933); mechanic (Waverley, 1934); radio engineer (Newtown, 1934-1935; Artarmon, 1936; Goonellabah, 1937; Eastwood, 1943); radio technician (West Epping, 1949-1954) ===''TORMEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Tormey|Tormey, Edward Arthur]] [https://www.familysearch.org/tree/person/details/G8VV-85X] - 1902(NSW)-1993(ACT) - Licences: 2ET Canberra (City, 1930-1934; Ainslie, 1935-1939, 1946-1955); 1ET Canberra (Ainslie, 1956-1980+) - Qualifications: AOCP 687, 1930, No. ?? in ACT - amateur operator, amateur broadcaster - Electoral Rolls: chauffeur (Braddon, 1928-1930; Ainslie, 1935); bus driver (Ainslie, 1937); car driver (Ainslie, 1943-1980) ===''TRAEGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Hermann Traeger|Traeger, Alfred Hermann or Herman]] [https://www.familysearch.org/tree/person/details/KCNJ-LRP] - 1895(Vic)-1980(SA) - Licences: 5AX Adelaide (Kensington Gardens, 1926-1931; Corryton, 1933-1937; Marratville, 1938-1939) - Qualifications: cc; AOCP 293, 1926, No. ?? in SA - amateur operator; amateur broadcaster; inventor (with 5BG) of the pedal wireless for the RFDS - Electoral Rolls: radio engineer (Cloncurry, 1930-1932); wireless engineer (Leabrook, SA, 1939-1943) - Links: [https://adb.anu.edu.au/biography/traeger-alfred-hermann-8839 ADB] ===''TRAYNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Byron Traynor|Traynor, Philip Byron]] [https://www.familysearch.org/tree/person/details/GZLR-LCT] - 1900(SA)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; AOCP 224, 1925, No. ?? in SA; 1COCP 353, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Mile End, 1939); federal public servant (Glandore, 1941); inspector (Torrens Park, 1943) ===''TREBILCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Eric William Trebilcock|Trebilcock, Eric William]] - 1911(???)-1989(SA) - BERS195 (1933+), amateur listener ===''TREDREA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frederick Aloysius Trevithick Tredrea|Tredrea, Frederick Aloysius Trevithick]] [https://www.familysearch.org/tree/person/details/MC1W-M7C] - 1900(WA)-1958(WA) - Licences: 6FT Perth (Mt Hawthorn, 1929-1931; South Perth, 1933); 6FT Northam (1937); 6FT Perth (South Perth, 1938-1939, 1946-1956) - Qualifications: cc; AOCP 512, 1929, No. ?? in WA; AOLCP 156, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (North Perth, 1925); radio operator (Northam, 1936); broadcast engineer (South Perth, 1937-1958) ===''TREGEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/W. S. Tregear|Tregear, W. S.]] - 19??(???)-19??(???) - 3TR Melbourne (Hawthorn 192x), 3TX Melbourne (Hawthorn, 1930+), amateur operator (AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, 3TR callsign withdrawn by PMGD to prevent confusion with 3TR Sale Class B station ===''TREHARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elgar Dennis Llewellyn Treharne|Treharne, Elgar Dennis Llewellyn]] [https://www.familysearch.org/tree/person/details/GWC7-X9R] - 1914(NSW)-1997(SA) - 2AFQ Sydney, 5?? Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW), son of Fred 2BM/5QT and brother of Ross 2IQ/5?? * [[/Herbert Fredrind Treharne|Treharne, Herbert Fredrind "Fred"]] [https://www.familysearch.org/tree/person/details/K2F8-6ZN] - 1883(NSW)-1968(SA) - 2BM Sydney, 5QT Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW, age 60), father of Ross 2IQ/5?? and Elgar 2AFQ/5?? * [[/Ross Fredrind Treharne|Treharne, Ross Fredrind]] [https://www.familysearch.org/tree/person/details/GWC7-DJD] - 1919(NSW)-1982(SA) - 2IQ Sydney, 5?? Adelaide, amateur operator (AOCP 1513, 1935, No. ?? in NSW), son of Fred 2BM/5QT and brother of Elgar 2AFQ/5?? ===''TRELIVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Benjamin Victor Treliving|Treliving, Dudley Benjamin Victor]] [https://www.familysearch.org/tree/person/details/L2D7-B6C] - 1907(SA)-1993(SA) - Licences: Receive Adelaide (Dulwich, 1923); 6DT Perth (Nedlands, 1932-1933) - Qualifications: cc; AOCP 992, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Cottesloe, WA, 1936-1937); engineer (Cottesloe, WA, 1943) ===''TRELOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Treloar|Treloar, James]] [https://www.familysearch.org/tree/person/details/GFMJ-379] - 1906(WA)-1983(WA) - Licences: 6JT Perth (Beaconsfield, 1931-1933; Melville, 1937; Beaconsfield, 1938-1939) - Qualifications: cc; AOCP 790, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: clerk (South Fremantle, WA, 1931-1943); tally clerk (Bicton, WA, 1949-1980) ===''TRESSIDDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Laurence Tresidder|Tresidder, William Laurence or Lawrence]] [https://www.familysearch.org/tree/person/details/G8PT-SQ7] - 1904(WA)-1985(Vic) - Licences: 3WT Bendigo (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio dealer (Bendigo, 1927-1942); radio (Kangaroo Flat, 1949-1954); radio engineer (Bendigo, 1963-1980) ===''TREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Stanley Trew|Trew, Richard Stanley]] [https://www.familysearch.org/tree/person/details/KCB6-GW4] - 1902(WA)-1968(WA) - Licences: 6RS Harvey (1933-1937); 6RS Perth (Mt Hawthorne, 1938-1939); 6RP Perth (Mt Hawthorne, 1947-1965) - Qualifications: cc; AOCP 1189, 1933, WA; 2COCP 382, 1940; 1COCP 1941 - amateur operator; amateur broadcaster - Electoral Rolls: assistant postal department (York, WA, 1925); postal assistant (York, WA, 1926); postal employee (Harvey, WA, 1931-1937); postal clerk (Leederville, WA, 1937-1943); PMG (Mt Hawthorn, WA, 1949); radio monitor (Joondanna Heights, WA, 1954-1958) ===''TRIM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Trim|Trim, Sydney (Electoral Rolls) or Sidney (BDM)]] [https://www.familysearch.org/tree/person/details/KL7D-NLM] - 1880(Vic)-1960(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 179; 2COCP 178, 1930; 1COCP 105, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: engineer (Subiaco, WA, 1913; West Perth, WA, 1913-1914); "radio station" (Wyndham, WA, 1914-1917); farmer (Mosman, NSW, 1936-1937); engineer (Applecross, WA, 1937-1958) ===''TROTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clement Ford Trott|Trott, Clement Ford]] [https://www.familysearch.org/tree/person/details/GCGY-XPN] - 1907(SA)-1966(SA) - Licences: 5CS McLaren Vale (1928-1929); 5CF McLaren Vale (1930-1931); 5CF Willunga (1933) - Qualifications: cc; AOCP 454, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: orchardist (McLaren Flat, SA, 1939-1943) ===''TROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Rusel Troy|Troy, Thomas Rusel]] [https://www.familysearch.org/tree/person/details/GZKG-MKH] - 1898(NSW)-1992(NSW) - 2SH Receive West Maitland (1923), 2SH West Maitland (1924-1925), 2TY West Maitland (1926-1931), amateur operator (AOCP 208, 1925, No. ?? in NSW), amateur broadcaster, postman (West Maitland, 1930-1949), postal officer (Maitland, 1954), postal clerk (Maitland, 1958) ===''TRUDGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Wallis Trudgen|Trudgen, Maxwell Wallis]] [https://www.familysearch.org/tree/person/details/GS3H-XYH] - 1907(SA)-1992(SA) - Licences: 5MW Adelaide (East Adelaide, 1926); 5HS Adelaide (Fullarton, 1927) - Qualifications: cc; AOCP 247, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Mitcham, 1939-1941); mechanical engineer (Sydney, 1943-1954); engineer (Little Bay, 1958-1968) ===''TRUNFULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Leonard Trunfull|Trunfull, Richard Leonard]] [https://www.familysearch.org/tree/person/details/GXBL-K7B] - 1906(Eng)-1957(WA) - Licences: 6RT South Greenough (1932-1933); 6RT Peel Estate (1937); 6RT Roebourne (1938-1939); 6RT Dangin (1947-1948); 6RT Nungarin (1954); 6RT Narembeen (1955-1956) - Qualifications: cc; AOCP 924, 1932, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (South Greenough, WA, 1931; Baldavis, WA, 1936; Dangin, WA, 1943-1949; Nungarin, WA, 1954; Narembeen, WA, 1958) ===''TUMBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Henry Tumbridge|Tumbridge, Stanley Henry]] [https://www.familysearch.org/tree/person/details/MM12-M1C] - 1899(Eng)-1965(Qld) - Licences: 4ST Ipswich (1932-1933); 4ST Stanthorpe (1937-1939); 4ST Broadwater, 1947-1948; 4ST Brisbane (Woody Point, 1954-1960) - Qualifications: cc; AOCP 986, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Woodend, Qld, 1921); teacher (Murgon, Qld, 1925); school teacher (Stanthorpe, Qld, 1936-1937; Broadwater, Qld, 1943-1949); teacher (Margate, Qld, 1949-1954; Woody Point, Qld, 1958-1963) ===''TURNBULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Edward Turnbull|Turnbull, Norman Edward]] [https://www.familysearch.org/tree/person/details/L2TP-7K8] - 1900(WA)-1988(Vic) - Licences: 6NO Narrogin (1928); 6NO Perth (City, 1930; Subiaco, 1931; Shenton Park, 1937-1939); 3AXX Melbourne (Armadale, 1954; Carrum, 1955; Parkdale, 1956; Cheltenham, 1960-1980+) - Qualifications: c; AOCP 430, 1928, No. ?? in WA; CPRT 1120, 1928; 1COCP 185, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Bunbury, 1922; Busselton, 1925; Narrogin, 1925; Subiaco, 1931); radio inspector (Subiaco, 1934-1936); civil servant (East Perth, 1937); engineer (Armadale, 1954); clerk (Sandringham, 1958); manager (Sandringham, 1963-1968; Cheltenham, 1972); retired (Cheltenham, 1977-1980) * [[/Robert William Turnbull|Turnbull, Robert William or Robert]] [https://www.familysearch.org/tree/person/details/GZ1S-GP4] - 1892(Eng)-1968(NSW) - Licences: 2RO Sydney (Burwood, 1927-1938; Northbridge, 1939) - Qualifications: AOCP 317, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: bricklayer (Homebush, 1930-1963) ===''TURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Reginald Turner|Turner, Edward Arthur Reginald "Rex"]] [https://www.familysearch.org/tree/person/details/GZT9-JD5] - 1910(SA)-1966(SA) - Licences: 5CW Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923-1925); 5SA Adelaide (Leabrook, 1926-1927) - Qualifications: cc; AOCP 272, 1926, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: butter maker (Gawler, 1939-1943) * [[/Haswell Elliott Alfred Turner|Turner, Haswell Elliott Alfred]] [https://www.familysearch.org/tree/person/details/LRQG-8TG] - 1891(Vic)-1969(NSW) - 2TM Sydney (Mosman, 1925-1933), amateur operator (AOCP 127, 1925, No. ?? in NSW), amateur broadcaster, engineer, military, likely related to XACW E. Turner, Jnr * [[/Ralph Robinson Turner|Turner, Ralph Robinson]] [https://www.familysearch.org/tree/person/details/GX2D-S51] - 1912(SA)-1996(SA) - Licences: 5TR Adelaide (Henley Beach, 1935-1937; Dulwich, 1938-1939; Linden Park, 1947-1969; Echunga, 1975-1980+) - Qualifications: cc; AOCP 1444, 1935, SA; BOCP 66, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Dulwich, SA, 1939-1941) * [[/Robert John Blackwell Turner|Turner, Robert John Blackwell]] [https://www.familysearch.org/tree/person/details/L62T-FP7] - 1884(NSW)-1943(NSW) - 2RT Goulburn (1925-1933), amateur operator (AOCP 55, 1925, No. ?? in NSW), amateur broadcaster, engineer ===''TWEEDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/P. Tweedle|Tweedle, P.]] - 19??(???)-19??(???) - Licences: 4DM Receive Brisbane (Albion, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TYAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Robert Wilson Tyas|Tyas, Norman Robert Wilson]] [https://www.familysearch.org/tree/person/details/GXHC-SK6] - 1913(Qld)-1975(Qld) - Licences: 4TY Gracemere (1932-1934); 4TY Kingaroy (1935-1939); 4TY Brisbane (Manly, 1946-1948); 4TY Boonah (1954); 4TY Wallangarra (1955-1956); 4TY Warwick (1960); Brisbane (Manly, 1965-1975+) - Qualifications: cc; AOCP 1059, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, wireless officer); state public servant (state school principal) - Electoral Rolls: school teacher (Kingaroy, Qld, 1936-1943; Brookstead, Qld, 1949; Mt Alford, Qld, 1954); teacher (Wallangarra, Qld, 1958); school teacher (Warwick, Qld, 1963; Manly, Qld, 1968-1972) ===''TYMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Tymms|Tymms, Robert William]] [https://www.familysearch.org/tree/person/details/GXSX-R2D] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 84, 1930 - coastal wireless operator (RANRS); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); wireless operator (Geraldton, 1922; Como, 1925); not stated (Broome, 1937); wireless telegraphist (Townsville, 1954) =='''U'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''UMBACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ricky Charles Umback|Umback, Ricky Charles]] - early wireless historian (Ph.D. Thesis, 2016, "Constituting Australia's International Wireless Service: 1901-1922") [https://openresearch-repository.anu.edu.au/bitstream/1885/142647/1/Umback%20Thesis%202018.pdf] ===''UNDERWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Underwood|Underwood, William Henry]] [https://www.familysearch.org/tree/person/details/GX6T-1XZ] - 1875(Eng)-1953(Qld) - Licences: 4DN Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Newstead, Qld, 1913-1915; Clayfield, Qld, 1916-1943); no occupation (Albion, Qld, 1943; Highgate Hill, Qld, 1949) ===''UNGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Wilhelm Unger|Unger, A. H.]] - 19??(???)-????(???) - 2YRS Alectown (1980+), amateur operator (AOCP ????, 19??, No. ?? in NSW), amateur broadcaster, son of Herbert Wilhelm Carl Unger 2UJ * [[/Herbert Wilhelm Carl Unger|Unger, Herbert Wilhelm Carl or Herbert William Carl]] - 1911(???)-2012(NSW, 101yo) - 2UJ Alectown (1933-1980+), amateur operator (AOCP 1108, 1933, No. ?? in NSW), amateur broadcaster, father of A. H. Unger 2YRS ===''URQUHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Stewart Urquhart|Urquhart, Malcolm Stewart]] [https://www.familysearch.org/tree/person/details/GZXT-5C3] - 1905(WA)-1967(WA) - Licences: 6MU Perth (Cottesloe, 1925-1939); 6MU Merredin (1946-1960); 6MU Perth (Cottesloe, 1965) - Qualifications: cc; AOCP 116, 1925, No. ?? in WA; BOCP 27, 1936; AOLCP 158, 1934; 2COCP 85, 1937; 1COCP 126, 1937 - amateur operator; amateur broadcaster; clerk (1931); broadcast technician (6MD, 1958); WW2 (1939-1945) - Electoral Rolls: clerk (Cottesloe, WA, 1931-1937); broadcast technician (Merredin, WA, 1943-1963) =='''V'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''VALENTINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Keith Valentine|Valentine, Lionel Keith]] [https://www.familysearch.org/tree/person/details/GD1Z-ZVK] - 1916(Tas)-1961(Tas) - Licences: 7KV Hobart (Bellerive, 1933-1939) - Qualifications: cc; AOCP 1148, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Bellerive, Tas, 1937; Acton, ACT, 1949); public servant (Hobart West, Tas, 1958) ===''VAN COUTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Josephus Van Cooth|Van Cooth, John Robert Josephus]] [https://www.familysearch.org/tree/person/details/G8GN-6ZP] - 1908(Vic)-1936(Vic) - Licences: 3DX Receive Melbourne (East Malvern, 1922); 3DX Melbourne (East Malvern, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (St Kilda West, 1931) ===''VARDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Edwin Vardon|Vardon, Joseph Edwin]] [https://www.familysearch.org/tree/person/details/LV9V-VPR] - 1905(SA)-1970(SA) - Licences: Receive Adelaide (Unley, 1923-1924); 5OM Adelaide (Unley Park, 1927-1933) - Qualifications: cc; AOCP 329, 1927, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: sales manager (Malvern, 1941-1943) ===''VAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Vaughan (also known as Hearps, change of name), David Edward]] [https://www.familysearch.org/tree/person/details/LYD2-HG5] - 1901(Vic)-1976(NSW) - Licences: 2FY Sydney (Lakemba, 1930-1969) - Qualifications: AOCP 665, 1930, NSW (Hearps); AOCP 1003, 1932, NSW (Vaughan) - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Lakemba, 1930-1937); machinist (Lakemba, 1943-1972) ===''VEALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Pax Veall|Veall, Reginald Pax]] [https://www.familysearch.org/tree/person/details/GZL8-GR6] - 1918(Vic)-1942(NT) - Licences: 3PV Melbourne (St Kilda, 1937-1939) - Qualifications: AOCP 2050, 1937, No. ?? in Vic; 2COCP 274, 1939; 1COCP 375, 1940 - amateur operator, amateur broadcaster, WW2 (Merchant Navy, Wireless Officer, MV Neptuna) - Electoral Rolls: Nil - "Greater love hath no man than this" [http://www.ntlexhibit.nt.gov.au/exhibits/show/bod/roh/veall] ===''VEARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elwyn Thomas Vears|Vears, Elwyn Thomas]] [https://www.familysearch.org/tree/person/details/GHS1-C67] - 1901(NSW)-1960(NSW) - Licences: 2BM Leura (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Strathfield, 1930-1937; Burwood, 1943-1958)) ===''VERNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Henry Vernon|Vernon, Charles Henry]] [https://www.familysearch.org/tree/person/details/G88V-18Z] - 1901(WA)-1964(WA) - Licences: 6KZ Albany (1930-1931); 6KZ Perth (Fremantle, 1933-1939); 3AMD Melbourne (Moonee Ponds, 1947); 6KZ Perth (Guildford, 1947-1948) - Qualifications: cc; AOCP 566, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Forts, Albany, 1922-1931; Fremantle, 1936-1937; 9AAD, Guildford, 1949-1954); retired (Wagin, 1958; Morley, 1963) ===''VICKARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Mervyn Vickary|Vickary, Reginald Mervyn "Reg"]] [https://www.familysearch.org/tree/person/details/G88K-CLP] - 1909(NSW)-1973(Qld) - Licences: 4RV Cunnamulla (1930-1933); 4RV Warwick (1936-1939); 4VX Brisbane (Gordon Park, 1965; The Grange, 1969) - Qualifications: cc; AOCP 702, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shed hand (Cunnamulla, 1931); radio dealer (Warwick, 1937; Cunnamulla, 1943); shopkeeper (Toowoomba, 1949; Ekibin, 1954; Chermside, 1963; Grange, 1968-1972) ===''VICKERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth James Vickery|Vickery, Kenneth James]] [https://www.familysearch.org/tree/person/details/GDQP-WMQ] - 1893(NSW)-1970(NSW) - Licences: 2RA Receive Sydney (Hurlstone Park, 1923); 2RA Sydney (Hurlstone Park, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrical fitter (Hurlstone Park, 1930-1933); electrician (West Ryde, 1935; Parkes, 1936; Uralla, 1943); farmer (North Richmond, 1949-1968) ===''VINCENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Vincent|Vincent, Jack]] [https://www.familysearch.org/tree/person/details/GZ64-7S8] - 1906(WA)-1980(WA) - Licences: 6DL Receive Kalgoorlie (1923-1924); 6VK Kalgoorlie (1925-1939) - Qualifications: cc; AOCP 59, 1925, No. ?? in WA - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter & turner (Kalgoorlie, WA, 1931-1937); manufacturer (South Perth, WA, 1949-1963; Como, WA, 1972-1980) ===''VINING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Vining|Vining, William Edward]] [https://www.familysearch.org/tree/person/details/GZR1-NLT] - 1906(Qld)-1977(Qld) - Licences: 4WE Brisbane (Nundah, 1926-1927) - Qualifications: cc; AOCP 277, 1926, No. 22 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: carrier (Nundah, 1928-1931); motor driver (Mitchelton, 1934; Gaythorne, 1936); mechanic (Gayndah, 1943); telephone mechanic (Enoggera, 1949-1963); telephone technician (Enoggera, 1968-1977) ===''VIPAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alton Frederick Vipan|Vipan, Alton Frederick]] - 1890(NSW)-1946(NSW) - XHV Sydney (Petersham, 1913-1914), early wireless experimenter, amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), ship wireless operator, AWA (Koo-we-rup, 1922) ===''VOIGT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emil Robert Voigt|Voigt, Emil Robert]] [https://www.familysearch.org/tree/person/details/G88K-VV2] - 1883(Eng)-1973(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - 2KY Sydney, broadcast station manager; witness to Royal Commission 1927 (as chairman, NSW Labor wireless committee) - Relationships: father of Rion Osborne Voigt; grandfather of Robin Voigt - Electoral Rolls: secretary (Dee Why, 1930-1934); manager (Dee Why, 1935; Narrabeen, 1936) - Links: [https://adb.anu.edu.au/biography/voigt-emil-robert-8930 ADB]; [[w:Emil_Voigt_(athlete)|Wikipedia]]; [https://www.radioheritage.com/story70/ RHF] * [[/Rion Osborne Clifford Voigt|Voigt, Rion Osborne Clifford]] [https://www.familysearch.org/tree/person/details/G88K-L1V] - 1915(Eng)-1987(NSW) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - broadcast industry executive, WW2 - Electoral Rolls: radio announcer (Narrabeen, 1937; Turramurra, 1963-1980) - Relationships: son of Emil Robert Voigt; father of Robin Voigt * [[/Robin Voigt|Voigt, Robin]] - historian (Emil Robert Voigt; 2KY) - Relationships: grandson of Emil Robert Voigt; son of Rion Osborne Clifford Voigt ===''VOLKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Henry Oxford Volkman|Volkman, Reginald Henry Oxford]] [https://www.familysearch.org/tree/person/details/G4CV-7PH] - 1902(NSW)-1959(NSW) - Licences: 2RY Grafton (1924-1925); 2RY Scone (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Woollahra, 1930-1933) ===''VOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Taylor Vowles|Vowles, Rupert Taylor]] [https://www.familysearch.org/tree/person/details/LKYT-FLF] - 1894(NSW)-1973(NSW) - Licences: XIZ Sydney (Burwood, 1913-1914); 2AW Receive Sydney (Burwood, 1922-1923); 2XZ Sydney (Concord, 1929-1931) - Qualifications: cc; AOCP 562, 1929, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Concord, 1930-1972) =='''W'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''WADDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivon Edward Waddell|Waddell, Ivon Edward]] [https://www.familysearch.org/tree/person/details/G88S-H3S] - 1909(WA)-1943(Thailand/Singapore) - Licences: 6WX Albany (1929-1930); 6WX Katanning (1931) - Qualifications: cc; AOCP 561, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: postal clerk (Katanning, 1936; South Perth, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10298089 AWM] ===''WADDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. M. Waddle|Waddle, E. M.]] - 19??(???)-19??(???) - 4GZ Charters Towers (-1959+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''WADDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard William Mackie Waddy|Waddy, Richard William Mackie]] [https://www.familysearch.org/tree/person/details/LB62-5RP] - 1848(SA)-1933(SA) - senior state public servant (SA Post & Telegraphs Dept), senior federal public servant (Deputy Postmaster-General SA) ===''WADHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin Wadham|Wadham, Kevin]] [https://www.familysearch.org/tree/person/details/GZZC-SBQ] - 1905(SA)-1970(SA) - Licences: 5KW Adelaide (Parkside, 1924-1927; Helmsdale, 1928; Da Costa Park, 1931; Glenelg, 1933; Adelaide, 1937; Glenelg, 1938-1939) - Qualifications: cc; AOCP 23, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WIA SA (Councillor 1931; Hon. Treasurer, 1931); National Radio Corp (manager, 1938); Holdfast Bay Yacht Club (Vice-commodore, 1949) - Electoral Rolls: manager (Helmsdale, SA, 1939-1941; Da Costa Park, SA, 1943) ===''WAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Fripp Wahl|Wahl, Alan Fripp]] [https://www.familysearch.org/tree/person/details/GFMB-TD4] - 1918(WA)-2003(WA) - Licences: 6JB Perth (Leederville, 1938-1939, 1947-1960; Dianella, 1965-1980+) - Qualifications: cc; AOCP 2101, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: railway employee (Leederville, WA, 1943-1958); clerk (Dianella, WA, 1963-1980) ===''WALCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Crosby Walch|Walch, Alan Crosby or Crosby Alan]] [https://www.familysearch.org/tree/person/details/GQC7-GSS] - 1907(NSW)-1979(Tas) - Licences: 7BI Receive Hobart (Bellerive, 1923); Receive Hobart (Bellerive, 1923-1925); 7CW Hobart (Bellerive, 1926-1927; Battery Point, 1931-1933; City, 1937; Sandy Bay, 1938-1939, 1946-1975) - Qualifications: cc; AOCP 231, 1926, No. ?? in Tas; BOCP 1, 1936; 1AOCP 16, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: radio expert (Hobart South, 1936-1954) ===''WALDRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Gerard Waldron|Waldron, Francis Gerard "Frank"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''WALKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Walker|Walker, Arthur Charles]] [https://www.familysearch.org/tree/person/details/GXFY-L2V] - 1898(Qld)-1974(Qld) - Licences: 4AC Brisbane (Sandgate, 1927-1931) - Qualifications: cc; CPRT 699, 1922 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: newspaper carrier (Kangaroo Point, Qld, 1934-1937); carrier (Sandgate, Qld, 1943-1972) * [[/Charles Welsh Walker|Walker, Charles Welsh "Chas"]] [https://www.familysearch.org/tree/person/details/GXFR-19W] - 1899(NSW)-1961(Qld) - Licences: 4CU Receive Clifton (1923); 4CU Clifton (1924-1960); 4DQ Portable Clifton (1948-1960) - Qualifications: cc; AOCP 10, 1924, No. 2 in Qld - amateur operator; amateur broadcaster; motor mechanic; Walker's Radio Service (proprietor, 1930s-1950s) - Electoral Rolls: motor mechanic (Clifton, Qld, 1921-1958) * [[/Louis Edward Walker|Walker, Louis Edward]] [https://www.familysearch.org/tree/person/details/GSWB-L81] - 1864(Eng)-1934(At Sea) - Oversight of the 1906 Bass Strait link for Marconi Wireless Telegraphy Co * [[/Philip Billingsley Walker|Walker, Phillip Billingsley]] [https://www.familysearch.org/tree/person/details/MNF3-P9W] - 1840(Eng)-1900(NSW) - early wireless experimenter, employment (NSW Posts & Telegraphs, Superintendent of Telegraphs, Chief Electrician) * [[/Ronald Gregory Walker|Walker, Ronald Gregory "Gregory"]] [https://www.familysearch.org/tree/person/details/GDRP-GC6] - 1907(NSW)-1929(At Sea) - Licences: 7BT Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; journalist (Hobart "Mercury"); film maker - Comment: Gone too soon - Electoral Rolls: journalist (Hobart South, 1928) - Links: [http://www.seafarersmemorial.org.au/memorials/walker_g.php Seafarer's Memorial] * [[/William Spencer Walker|Walker, William Spencer]] [https://www.familysearch.org/tree/person/details/KCF4-R77] - 1911(SA)-2004(SA) - Licences: 5WW Adelaide (Alberton, 1934-1939; West Croydon, 1947-1980+) - Qualifications: cc; AOCP 1305, 1934, SA; BOCP 444, 1942; TVOCP 274, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939); mechanic (West Croydon, SA, 1941-1943) ===''WALLACE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elizabeth Aileen Geisel|Wallace nee Geisel, Elizabeth Aileen "Betty"]] See Geisel, Elizabeth Aileen "Betty" ===''WALLBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Walter Wallbridge|Wallbridge, Leslie Walter]] [https://www.familysearch.org/tree/person/details/LDMT-HKZ] - 1910(Eng)-1966(SA) - Licences: 5UX Adelaide (Lower Mitcham, 1930-1937); 5UX Peterborough (1938-1939); 5UX Kadina (1947-1948); 5UX Cook (1954-1955); 5UX Saddleworth (1956); 5UX Hawker (1960) - Qualifications: cc; AOCP 712, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Peterborough, SA, 1939-1941; Rendelsham, SA, 1943; Alice Springs, NT, 1963) ===''WALLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Wallis|Wallis, John Charles]] - 19??(???)-19??(???) - Licences: 7JW Longford (1932-1939, 1947) - Qualifications: cc; AOCP 893, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Burnie, 1928; Longford, 1936-1937) * Wallace, Florence Violet (adoptive name) - see Granville, Florence Violet (birth name) ===''WALSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Dunbar Walsh|Walsh, Harold Dunbar "Cordite"]] [https://www.familysearch.org/tree/person/details/G3W3-CT7] - 1903(Qld)-1951(Qld) - Licences: 4HW Brisbane (Hamilton, 1925-1931; Rocklea, 1946-1947)); 4WN Brisbane (Hamilton, 1927, dealer) - Qualifications: cc; AOCP 133, 1925, No 14 in Qld - amateur operator; amateur broadcaster; WW2 (RAAF); solicitor; pilot - Comment: Tragic end to a productive life - Electoral Rolls: clerk (Hamilton, 1925-1937); airline pilot (Moorooka, 1949) ===''WALTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Allan Walters|Walters, Charles Allan]] [https://www.familysearch.org/tree/person/details/G8CT-LBY] - 1910(Vic)-1947(Vic) - Licences: 3CW Melbourne (Thornbury, 1929-1933; Heidelburg, 1937-1939; Brunswick, 1946-1947) - Qualifications: AOCP 524, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Northcote, 1931-1936; Heidelberg, 1937; Brunswick, 1942) * [[/Gerald Wills Walters|Walters, Gerald (Wills or Willis or blank)]] [https://www.familysearch.org/tree/person/details/GX7Y-1HZ] - 1886(Eng)-1956(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 108, 1915; 2COCP 157, 1930; 1COCP 129, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: wireless telegraphist (Currie, King Island, Tas, 1919; Darwin, NT, 1922); radio telegraphist (New Town, Tas, 1928); wireless officer (Radio Station, Thursday Island, Qld, 1936-1937); wireless (Gladesville, NSW, 1943); wireless telegraphist (Rockhampton, Qld, 1949-1954) ===''WALZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edwyn Walz|Walz, Arthur Edwyn or Edgar]] [https://www.familysearch.org/tree/person/details/GM9T-LB3] - 1908(Qld)-2000(Qld) - Licences: 4AW Brisbane (Nundah, 1926-1939; Wavell Heights, 1946-1980+) - Qualifications: cc; AOCP 287, 1926, No. 26 in Qld - amateur operator; amateur broadcaster; plumber; radio repair business - Relationships: son of Conrad August Walz - Electoral Rolls: plumber (Nundah, 1934-1943); radio engineer (Wavell Heights, 1949-1980) * [[/Conrad August Walz|Walz, Conrad August]] [https://www.familysearch.org/tree/person/details/LRGZ-QF3] - 1882(Qld)-1951(Qld) - 4?? Brisbane, amateur operator (AOCP ???, 19??, No. ?? in Qld), plumber, farmer, father of 4AW Arthur Edwyn Walz ===''WARDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney William Lumley Wardle|Wardle, Sidney William Lumley]] - 1911(Eng)-19??(???) - Licences: 2OU Woodford Leigh (1930-1935); 2OU Armidale (1936-1937); 2OU Sydney (Bellevue Hill, 1938-1939); 5OU Adelaide (Lockleys, 1946-1954); 2DID Berridale (1980) - Qualifications: AOCP 610, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: farm hand (Woodford Leigh, 1934-1935); technician (Bondi North, 1937; Woollahra, 1943); retired (Berridale, 1980) ===''WARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Clarke Waring|Waring, Cecil Clarke]] [https://www.familysearch.org/tree/person/details/GQW4-V9F] - 1904(Vic)-1988(Vic) - Licences: 3CU Receive Melbourne (Canterbury, 1922-1924); 3YW Melbourne (Camberwell, 1929-1931; Canterbury, 1933; Kew, 1937); 3YW Rupanyup (1938-1939); 3YW Stawell (1946-1948); 3YW Warrnambool (1954-1980+) - Qualifications: AOCP 549, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Canterbury, 1925-1928; Kew, 1931-1937; Stawell, 1942-1949; Warrnambool, 1954-1977) ===''WARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Leslie George Warne|Warne, Maurice Leslie George]] [https://www.familysearch.org/tree/person/details/LYSP-LHY] - 1909(NSW)-1975(NSW) - Licences: 2MW Sydney (Croydon, 1926-1929) - Qualifications: AOCP 300, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: printer (Campsie, 1931-1934); radio mechanic (Campsie, 1936-1937); radio sales (Kogarah, 1943-1963); radio & TV technician (Arncliffe, 1968) ===''WARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Albert Warner|Warner, Geoffrey Albert]] [https://www.familysearch.org/tree/person/details/G8V1-6NR] - 1914(NSW)-2007(NSW) - Licences: 2CK Wyong (1930-1939); 3ABW Fiskville (1947); 9GW Port Moresby (1948-1954); 2AVW Bringelly (1955-1958); 2CK Bringelly (1960-1969); 6EG Bassendean (1975); 2HJ Camden (1980+) - Qualifications: AOCP 710, 1930, NSW; 1COCP 60, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless technician (Rockbank, Vic, 1942); technician (OTC Bringelly, 1958-1963); manager (Bassendean, 1977; Camden South, 1980) - callsign may have been withdrawn for 2CK Cessnock commercial (later restored) ===''WARNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Bernard Warnock|Warnock, Neil Bernard]] [https://www.familysearch.org/tree/person/details/GZJ8-58G] - 1944(Vic)-2019(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''WATERHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. G. Waterhouse|Waterhouse, A. G.]] - 19??(???)-19??(???) - Licences: XVV Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WATERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George James Waters|Waters, George James]] [https://www.familysearch.org/tree/person/details/G8X9-S46] - 1902(Vic)-1931(Vic) - Licences: 3EX Receive Melbourne (Heathcote, 1922); 3XA Melbourne (East Prahran, 1930-1931) - Qualifications: AOCP 608, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified as yet - Comment: Passed too soon * [[/James Alfred Waters|Waters, James Alfred]] - 19??(???)-19??(???) - Licences: 7JA Hobart (Sandy Bay, 1936-1939) - Qualifications: cc; AOCP 1685, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Queensborough, 1936); teacher (Ringarooma, 1937); schoolteacher (Queensborough, 1943-1954) * [[/Leslie Waters|Waters, Leslie]] [https://www.familysearch.org/tree/person/details/G85N-TZB] - 1882(Eng)-1956(Qld) - Licences: 4AC Innisfail (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; engineer (Randell Engineering) - Electoral Rolls: watchmaker (Innisfail, 1919-1943); radio dealer (Innisfail, 1949) ===''WATERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lindsay Carmel Waterworth|Waterworth, Lindsay Carmel "Joe"]] [https://www.familysearch.org/tree/person/details/G6YY-6M6] - 1892(Qld)-1969(Qld) - Licences: 4CL Rockhampton (1935-1939, 1946-1969) - Qualifications: cc; AOCP 1526, 1935, Qld - amateur operator; amateur broadcaster; WW1; WW2; federal public servant (PMGD, telegraphist) - Electoral Rolls: assistant (Charleville, Qld, 1921); telegraphist (Rockhampton, Qld, 1928-1968) ===''WATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Paul Watkins|Watkins, Andrew Paul]] [https://www.familysearch.org/tree/person/details/GFQ9-RHP] - 1914(WA)-1965(NSW) - Licences: 6AW Perth (1936-1939) - Qualifications: cc; AOCP 1805, 1936, WA; BOCP 269, 1939; 1COCP 842, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Boulder, WA, 1937); radio mechanic (Geraldton, WA, 1943); radio technician (Cairns, Qld, 1949; Lakemba, NSW, 1954; Chullora, NSW, 1958-1963) * [[/William Trevor Watkins|Watkins, William Trevor "Trevor", "Watty"]] [https://www.familysearch.org/tree/person/details/LZKG-J4V] - 1899(Tas)-1931(Tas) - Licences: T336 Hobart (1920-1921); 7AA Hobart (1922-1925); 7DX Hobart (1925-1931) - Qualifications: cc; AOCP 107, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Withdrawal: PMGD withdrew 7AA callsign for their own use, electrician (Zinc Co., Hobart, 1922), wireless expert (Medhurst & Sons, Hobart, 1925) - Electoral Rolls: electrician (West Hobart, 1922-1928) - Comment: passed too soon ===''WATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. A. Watson|Watson, A. A.]] - bef1910(???)-aft1930(???) - Licences: 2UT Sydney (Darlinghurst, 1927-1929) - Qualifications: AOCP 341, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: None as yet - Full name not yet identified * [[/Douglas Mervyn Watson|Watson, Douglas Mervyn]] [https://www.familysearch.org/tree/person/details/G6MG-FPY] - 1920(Tas)-1989(Tas) - Licences: 7DW Hobart (New Town, 1937-1939; City, 1946-1956; Lindisfarne, 1960-1980+) - Qualifications: cc; AOCP 1867, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Hobart South, 1949-1954); mechanic (Lindisfarne, 1972) * [[/Herbert Leopold Watson|Watson, Herbert Leopold]] [https://www.familysearch.org/tree/person/details/G8ZP-JLK] - 1897(Vic)-1982(NSW) - Licences: 2OL Kiama (1929-1933); 2OL Unanderra (1935-1938); 2OL Woollongong (1939) - Qualifications: AOCP 545, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: engineer (Kiama, 1930); electrical engineer (Unanderra, 1934-1937; Heidelberg, Vic, 1949); electrician (Ivanhoe, Vic, 1954); retired (Avalon Beach, 1968-1972; Mona Vale, 1977; Mosman, 1980) * [[/James David Watson|Watson, James David]] [https://www.familysearch.org/tree/person/details/G8F5-789] - 1910(Vic)-19??(???) - Licences: 3NQ Darlington via Camperdown (1930-1939); 2ANQ Albury (1946-1957) - Qualifications: AOCP 633, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical fitter (Darlington, 1931-1943); radio technician (Albury, 1949-1954) - Comment: Beware another JDW, labourer, Geelong, 1930s * [[/John Watson|Watson, John]] - 19??(???)-19??(???) - Licences: 6CR Receive Perth (Victoria Park, 1923-1924) - Qualifications: AOCP 436, 1928, No. ?? in WA - amateur operator? - Electoral Rolls: Nil, as yet, specific individual not yet identified * [[/Samuel Wilfred Watson|Watson, Samuel Wilfred or Wilfred Samuel]] [https://www.familysearch.org/tree/person/details/GXY5-LXP] - 1906(Eng)-1998(WA) - Licences: 6WW Perth (West Perth, 1930-1939, 1948-1969); 6WW Shoalwater Bay (1975); 6WW Cardup (1980) - Qualifications: cc; 1COCP 189, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless operator (West Perth, WA, 1931-1972); retired (Shoalwater Bay, WA, 1977; Cardup, WA, 1980) * [[/William Wesley Watson|Watson, William Wesley]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio telegraphist (Hobart South, 1949) ===''WATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Watt|Watt, Alexander]] [https://www.familysearch.org/tree/person/details/GDRK-4B7] - 1901(Sct)-1985(Tas) - Licences: 7BO Receive Prince of Wales Bay (1923); Receive Prince of Wales Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Prince of Wales Bay, 1922-1928); accountant (New Town, 1936-1949; Moonah, 1954) * [[/Arthur William Watt|Watt, Arthur William]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly) * [[/Charles Russell Watt|Watt, Charles Russell]] [https://www.familysearch.org/tree/person/details/GZV7-JFH] - 1904(Eng)-1993(NSW) - 2WT Tenterfield (1925-1975+), amateur operator (AOCP 184, 1925, No. ?? in NSW), amateur broadcaster, grazier (Tenterfield, 1930-1980) ===''WAUCHOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Wylie Wauchope|Wauchope, Ronald Wylie]] [https://www.familysearch.org/tree/person/details/LH6X-QJR] - 1914(SA)-1933(SA)19yo - Licences: 5WE Adelaide (Maylands, 1933) - Qualifications: cc; AOCP 1086, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, 19yo - Electoral Rolls: Nil yet identified ===''WEATHERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Elsdon Weatherley|Weatherley, Harry William Elsdon]] [https://www.familysearch.org/tree/person/details/LTBF-1HC] - 1921(Vic)-2006(Vic) - prominent MW and SW broadcast DXer (1940-1990), clubs (Australian Radio DX Club, New Zealand Radio DX League, New Zealand DX Radio Association, Southern Cross DX Club, DX Australia - Chief Editor, Ontario DX Club), ANARC DXer of the year - metallurgist (Auburn, 1949-1954); technician (Mount Waverley, 1963-1972); retired (Mount Waverley, 1980) * [[/Herb J. Weatherley|Weatherley, Herb J.]] - 19??(???)-19??(???) - 4HW Clifton (-1951+), amateur operator (AOCP ??, 19??, No. ?? in Qld), callsign formerly Harold Dunbar Walsh ===''WEATHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Weatherson|Weatherson, W. A.]] - 19??(???)-19??(???) - Licences: 3AB Melbourne (East St Kilda, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''WEATHERSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stewart Weatherston|Weatherston, William Stewart]] [https://www.familysearch.org/tree/person/details/G8LZ-2KF] - 1905(WA)-1942(Sing) - Licences: 3AB Melbourne (East St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1927); salesman (St Kilda, 1931; Forrest, ACT, 1935; Newtown, 1943!) - Sacrifice: "Greater love hath no man than this" ===''WEBSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank James Webster|Webster, Frank James]] [https://www.familysearch.org/tree/person/details/GF73-5KV] - 1908(Eng)-19??(WA) - Licences: 6FW Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1039, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Victoria Park, WA, 1931-1943); plasterer (Perth, WA, 1954-1963; Victoria Park, WA, 1968-1972); retired (Fremantle, WA, 1977-1980) * [[/Harold Charles Webster|Webster, Harold Charles]] [https://www.familysearch.org/tree/person/details/KCRM-31P] - 1876(Tas)-1923(Tas) - Licences: Receive (Crystal Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: photographer (Launceston, 1914); clerk (Hobart North, 1922) * [[/William Webster|Webster, William]] [https://www.familysearch.org/tree/person/details/GZJD-D94] - 1860(Eng)-1936(NSW) - senior federal politician (Postmaster-General, 1915-1920), played prominent part in the Postal Royal Commission ===''WEDDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Austin Weddell|Weddell, James Austin]] [https://www.familysearch.org/tree/person/details/GXK9-SYF] - 1914(SA)-2005(NSW) - Licences: 5ZL Adelaide (Reade Park, 1935-1939) - Qualifications: cc; AOCP 1595, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Col Light Gardens, SA, 1939-1943); RAAF (Albert Park, Vic, 1949; Auburn, Vic, 1954); RAAF officer (Richmond, NSW, 1958); RAAF (Red Hill, ACT, 1963); not stated (Red Hill, ACT, 1968-1972); RAAF (Red Hill, ACT, 1977-1980) * [[/John Arthur Weddell|Weddell, John Arthur]] [https://www.familysearch.org/tree/person/details/GXKM-KVK] - 1926(Qld)-19??(???) - Licences: 4FT Brisbane (Zillmere, 1954-1960); 2ZM Glenbrook (1961); 4FT Brisbane (Sandgate North, 1965-1969); 2BFT Sydney (Clovelly, 1975-1980) - Qualifications: cc; AOCP 3172, 1951, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Annerley, Qld, 1949; Zillmere, Qld, 1954-1958; Sandgate, Qld, 1963-1968); technician (Marrickville, NSW, 1972; Clovelly, NSW, 1977-1980) ===''WEDGEWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Donald Wedgewood|Wedgewood, William Donald]] [https://www.familysearch.org/tree/person/details/GDLV-GM8] - 1901(Qld)-1974(NSW) - Licences: N741 Receive NSW - Qualifications: cc; CPRT 692, 1922; 2COCP 49, 1935 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: boarder (Sutton Coalfield, Eng, 1911); manufacturer (Glenmore, 1930-1936); aviator (Nedlands, WA, 1937); farmer (Moruya, 1949-1954); greenkeeper (Brisbane, 1958); public servant (Hornsby, 1963-1972) ===''WEEKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. L. Weeks|Weeks, H. L.]] - 19??-19?? - Licences: 4CJ Receive Currumbin (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: - Identification: Not yet identified ===''WEISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Wilfred George Weiss|Weiss, Wilfred George]] [https://www.familysearch.org/tree/person/details/G8V9-7NP] - 1912(NSW)-1982(NSW) - Licences: 2TV Sydney (Croydon Park, 1960-1961; Strathfield, 1965); 2TV Ettalong Beach (1975-1980+) - Qualifications: AOCP 670, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lithgow, 1934-1937); storekeeper (Lithgow, 1943); silk screen craftsman (Croydon Park, 1949-1958); retired (Strathfield, 1963-1968; Ettalong Beach, 1972; Ettalong, 1977) ===''WELLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Arthur Martin Weller|Weller, Cyril Arthur Martin "Sam"]] [https://www.familysearch.org/tree/person/details/GZTQ-WXH] - 1903(???)-1994(Qld) - Licences: 4CZ Brisbane (Clayfield, 1938-1939, 1946-1980+) - Qualifications: AOCP 2160, 1938, Qld - amateur operator, amateur broadcaster, Radio Club (WIAQ, Brisbane DX Club), power station engineer, education (ME, UQ) - Electoral Rolls: student (Windsor, 1925); engineer (Wilston, 1925-1928; Camp Hill, 1934-1943; Clayfield, 1949-1972; Albion, 1977) ===''WELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Welling|Welling, Thomas]] [https://www.familysearch.org/tree/person/details/LLHB-KQZ] - 1898(Eng)-1960(SA) - Licences: 5TW Adelaide (North Adelaide, 1937); 5TW Mt Gambier (1938-1939, 1947-1960) - Qualifications: cc; 2COCP 179, 1930; 1COCP 81, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: wireless engineer (Mt Gambier, SA, 1939-1941); wireless technician (Mt Gambier, SA, 1943) ===''WELLINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hudson Wellington|Wellington, Stanley Hudson]] [https://www.familysearch.org/tree/person/details/LB84-47Y] - 1909(Tas)-1981(NSW) - Licences: 7PK Hobart (New Town, 1932-1933); 3SX Melbourne (Brighton, 1937-1939) - Qualifications: cc; AOCP 1002, 1932, No. ?? in Tas; AOLCP 117, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: representative (Caulfield, 1936); chemist (Brighton, Vic, 1937-1942); manager (Mosman, 1949-1980) ===''WELLMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Joseph Wellman|Wellman, Leo Joseph]] [https://www.familysearch.org/tree/person/details/L1SW-R9S] - 1898(NSW)-1965(NSW) - 2PS Receive Sydney (Marrickville, 1923), 2LW Sydney (Marrickville, 1925-1928), amateur operator (AOCP 117, 1925, No. ?? in NSW), amateur broadcaster ===''WELSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud William Welsh|Welsh, Claude or Claud William]] [https://www.familysearch.org/tree/person/details/GZPH-WS4] - 1914(Qld)-1988(Qld) - Licences: 4CW Warwick (1937-1939); 4DK Mackay (1975-1980+) - Qualifications: cc; AOCP 1982, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, Qld, 1937-1943); engineer (Kew, Vic, 1943); radio technician (Warwick, Qld, 1958; Mackay, Qld, 1958); technician (Mackay, Qld, 1963); radio technician (Mackay, Qld, 1968-1980) ===''WERRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Errol Limbrick Werrett|Werrett, Errol Limbrick]] [https://www.familysearch.org/tree/person/details/G8SK-FMH] - 1908(Tas)-1974(Eng) - Licences: Receive (Crystal) Hampshire (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm worker (Hampshire, 1936-1937); fitter (South Melbourne, 1943); engineer (Caulfield, 1949-1968; Balaclava, 1972) ===''WESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Frederick Shorter Weston|Weston, Cyril Frederick Shorter]] [https://www.familysearch.org/tree/person/details/GZVJ-FXY] - 1905(Eng)-1988(NSW) - Licences: 4EN Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephone mechanic (Kedron, 1928); Christian worker (Darlinghurst, 1934); grocer (Oatley, 1943); agriculturalist (Ourimbah, 1949); salesman (Paekhurst, 1963-1980); retired (Charmhaven, 1980) * [[/George James Weston|Weston, George James]] [https://www.familysearch.org/tree/person/details/GXQ3-Y8Q] - 1868(Eng)-1939(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 702, 1922 - RANRS (Radio Lieutenant) - Comment: Several contemporaneous GJWs - Electoral Rolls: telegraph operator (Albany, 1903); civil servant (Kalgoorlie, WA, 1910-1912); civil servant (Wireless Station, Carlingford, NSW, 1913); sailor (Toorak, 1919); naval officer (Elsternwick, 1919); civil servant (Auburn, Vic, 1922); wireless engineer (Auburn, Vic, 1924-1927); retired engineer (Upwey, 1931-1937) * [[/Robert Marcus Hamilton Weston|Weston, Robert Marcus Hamilton "Mark"]] [https://www.familysearch.org/tree/person/details/GX8K-KW6] - 1915(NSW)-1995(NSW) - Licences: 4XO Bundaberg (1938-1939); 2WE Sydney (Lidcombe, 1946-1947); 2AWE Sydney (Kingsford, 1955; Kensington, 1956-1957); 2AYK Sydney (Kensington, 1957; Kingsford, 1958-1961); 2CM Sydney (Dolls Point, 1964-1980) - Qualifications: cc; AOCP 2076, 1938, Qld; 2COCP 386, 1940; 1COCP 581, 1942 - amateur operator; amateur broadcaster; ship wireless officer; wireless officer (QANTAS) - Relationships: husband of 2MR Verle Lorraine Weston nee Key(s) - Electoral Rolls: marine wireless operator (Auchenflower, Qld, 1943); radio operator (Blakehurst, NSW, 1949; Kingsford, NSW, 1954-1963; Sans Souci, NSW, 1968-1980) * [[/Verle Lorraine Keys|Weston nee Key(s), Verle Lorraine]] - 1934(???)-1985(NSW) - 2MR Sydney (Dolls Point, 1964-1980), YL amateur operator (AOCP ???, 1964, No. ?? in Qld), wife of Robert Marcus Hamilton Weston 2CM * [[/William Wood Weston|Weston or Wehrstedt, William Wood]] [https://www.familysearch.org/tree/person/details/GDPG-KBQ] - 1912(WA)-1953(WA) - Licences: 6MW Perth (Nedlands, 1935-1939; North Beach, 1947-1948) - Qualifications: cc; AOCP 1465, 1935, WA; BOCP 596, 1944 - amateur operator; amateur broadcaster - Comment: Further clarification of identification required - Electoral Rolls: assistant operator (Subiaco, WA, 1936-1937); operator (Leederville, WA, 1943-1954; North Perth, WA, 1958-1968; Leederville, WA, 1972-1977) ===''WHALLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Percy Whalley|Whalley, Rupert Percy]] [https://www.familysearch.org/tree/person/details/GZGZ-CV3] - 1894(Vic)-1969(Vic) - Licences: 3JZ Receive Melbourne (Sandringham, 1922); 3JZ Melbourne (Sandringham, 1923-1927); 3JZ Myrtleford (1937-1939); 3JZ Wangaratta (1946-1948); 3JZ Melbourne (Blackburn, 1954-1969) - Qualifications: cc; AOCP 238, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: builder (Sandringham, 1919-1925); farmer (Myrtleford, 1927-1942); tobacco grower (Wangaratta, 1949); foreman (Blackburn, 1954-1968) - Relationships: father of 3ZWZ Robert Kelvin Whalley ===''WHEELER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Winslow Wheeler|Wheeler, Harry Winslow]] [https://www.familysearch.org/tree/person/details/GCBC-BYC] - 1910(SA)-1990(SA) - Licences: 5FB Adelaide (Eden Hills, 1927-1928); 5HW Adelaide (Eden Hills, 1933-1939) - Qualifications: AOCP 371, 1927, No. ?? in SA - amateur operator; amateur broadcaster; military (WW2, RAAF, DFC) - Electoral Rolls: chemist (Eden Hills, SA, 1939-1943); lecturer (Kalgoorlie, WA, 1954-1968) * [[/Victor George Wheeler|Wheeler, Victor George]] [https://www.familysearch.org/tree/person/details/GW4Z-FGL] - 1897(Eng)-1976(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; coastal wireless operator; WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: electric mechanic (Roebourne, 1917-1922); manager (Fremantle, 1925) ===''WHITAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Thomas Whitaker|Whitaker, Albert Thomas]] [https://www.familysearch.org/tree/person/details/LKKW-5DB] - 1895(NSW)-1960(NSW) - Licences: 2OI Receive Sydney (Banksia, 1923); 2OI Sydney (Banksia, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: labourer (Rockdale, 1930; Banksia, 1933-1934); builder (Banksia, 1937-1949); instructor (Mount Colah, 1954-1958) ===''WHITBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Roy Whitburn|Whitburn, Douglas Roy "Doug"]] [https://www.familysearch.org/tree/person/details/LZT2-3JX] - 1904(SA)-1958(SA) - Licences: 5BY Adelaide (Toorak, 1927-1931; Fullarton, 1933-1939; Rosefield, 1946-1947; Fullarton, 1948-1956) - Qualifications: cc; AOCP 312, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Rosefield, 1943) * [[/Robert Philip Whitburn|Whitburn, Robert Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GZBF-5XB] - 1896(NSW)-1991(NSW)94yo - Licences: XACJ Sydney (Leichhardt, 1913-1914); 2DK Receive Sydney (Leichhardt, 1922); 2DK Sydney (Leichhardt, 1923-1926) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: chairmaker (Leichhardt, 1930-1968); retired (West Ryde, 1972-1980) ===''WHITE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Matthews White|White, Alfred Matthews]] - 1894(Eng)-1981(Qld) - Licences: 4CX Receive Winton (1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1 - Electoral Rolls: grazier (Tranby, Winton, 1915-1958); retired (Buderim, Qld, 1963-1980) * [[/Charles Robert White|White, Charles Robert]] [https://www.familysearch.org/tree/person/details/GXLC-S5H] - 1911(SA)-1986(Vic) - Licences: 5MX Adelaide (Kilkenny, 1931-1939) - Qualifications: cc; AOCP 802, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edwin Harold White|White, Edwin Harold "Eddie"]] [https://www.familysearch.org/tree/person/details/GZTQ-QGH] - 1911(Qld)-1997(Qld) - Licences: 4EW Brisbane (Red Hill, 1933-1939); 4EW Mackay (1946-1950); 4EW Brisbane (Red Hill, 1954-1956); 5OW & 8OW Darwin (1956-1963); 4OW Brisbane (Red Hill, 1963-1965); 4OW Mt Isa (1969); 4OW Brisbane (Red Hill, 1975) - Qualifications: cc; AOCP 1141, 1933, No. ?? in Qld; 1COCP 250, 1939 - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, Fortress Signals); federal public servant (DCA) - Electoral Rolls: compositor (Red Hill, 1934-1936); radio technician (Longreach, 1937); aeradio operator (Cloncurry, 1943; Mackay, 1949); communications officer (Archerfield, 1954); public servant (Red Hill, 1963; Mt Isa, 1968; Red Hill, 1972-1980) * [[/Frank Philip White|White, Frank Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GXSJ-9NF] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 189, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: Nil yet identified * [[/Frank Roy White|White, Frank Roy]] [https://www.familysearch.org/tree/person/details/GD4P-LVT] - 1911(NSW)-1994(???) - Licences: Nil yet identified - Qualifications: cc; 2COCP 5, 1934; 1COCP 12, 1934 - beam wireless operator (AWA); WW2 - Electoral Rolls: clerk (West Ryde, 1933-1935); telegraphist (Roseville, 1936-1937; Ryde, 1943-1968) * [[/J. L. White|White, J. L.]] - 19??(???)-19??(???) - Licences: 6JL via Brass Valley (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''WHITELAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Roy Whitelaw|Whitelaw, Charles Roy]] [https://www.familysearch.org/tree/person/details/99WD-7NY] - 1891(Vic)-1957(Vic) - Licences: XMO Melbourne (Rosedale, 1913-1914); 3BH Melbourne (Mooroolbark, 1923-1925); 3BH Stawell (1925); 3BH Benalla (1925-1927); 3BH Melbourne (Mitcham, 1931); 3BH Woomelang (1933); 3BH Melbourne (Mornington 1937-1939); 3BH (Harrisfield, 1946-1947; Dandenong, 1948; Noble Park, 1954-1955; Boronia, 1956) - Qualifications: cc; AOCP 87, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; fire brigade and railway stationmaster; WW1 (AFC, Wireless Operator, 1917) - Electoral Rolls: railway employee (Creswick, 1914); assistant stationmaster (Ravenswood, 1919); stationmaster (Mooroolbark, 1922-1924); railway employee (Timboon, 1925); stationmaster (Benalla, 1925-1927; Mitcham, 1931; Euroa, 1942; Harrisfield, 1949-1954) ===''WHITING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Ambrose Whiting|Whiting, Reginald Ambrose]] [https://www.familysearch.org/tree/person/details/GXR6-XDQ] - 1911(SA)-1981(Vic) - Licences: 5MC Adelaide (Torrensville, 1932-1933); 3MZ Melbourne (East Preston, 1947-1980+) - Qualifications: cc; AOCP 988, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (South Yarra, Vic, 1934; Essendon, Vic, 1937); fitter & turner (Preston, Vic, 1942-1968); fitter (Preston, Vic, 1972-1980) ===''WHITLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gough Whitlam|Whitlam, Edward Gough "Gough"]] [https://www.familysearch.org/tree/person/details/L5VH-8BJ] - 1916(Vic)-2014(NSW) - Prime Minister (1972-1975), WW2 (RAAF, Flight Lieutenant, navigator & bomb aimer, 1942-1945) - Electoral Rolls: student (Glebe, 1943); barrister (Cronulla, 1949; Cabramatta, 1958-1963; Red Hill, 1977; Double Bay, 1980) - executive oversight of the introduction of community radio in Australia - Links: [[w:Gough Whitlam|Wikipedia]] * [[/Lewis Alfred John Whitlam|Whitlam, Lewis Alfred John]] [https://www.familysearch.org/tree/person/details/LYY1-BBB] - 1904(Qld)-1977(Qld) - Licences: Receive (Crystal) Brisbane (Brisbane City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer's assistant (Brisbane City, Qld, 1931-1937); electrical engineer (Windsor, Qld, 1943-1968); engineer (Windsor, Qld, 1972-1977) ===''WICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. Wicks|Wicks, C.]] - 18??(???)-19??(???) - Licences: XQK Brisbane (South Brisbane) (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WILDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cyril George Wildman|Wildman, Cyril George]] [https://www.familysearch.org/tree/person/details/GMG3-GNP] - 1900(Vic)-1982(Vic) - Licences: 3FM Melbourne (Northcote, 1930-1931; Moreland, 1933-1939, 1946-1948; East Brunswick, 1954-1980+) - Qualifications: AOCP 624, 1930, No. ?? in Vic; BOCP 422, 1942 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Melbourne, 1927; Fitzroy North, 1931; Coburg, 1934-1942); electrical engineer (Brunswick East, 1977-1980) ===''WILKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Winstanley Wilkin|Wilkin, John Winstanley]] [https://www.familysearch.org/tree/person/details/L6LX-1P7] - 1891(NZ)-1967(SA) - Licences: 5JW Adelaide (North Adelaide, 1928; Osmond, 1931; Glen Osmond, 1933; North Walkerville, 1937-1938) - Qualifications: cc; Nil yet identified; likely qualified in NZ - amateur operator; amateur broadcaster - Electoral Rolls: manager (Toorak, SA, 1939-1943) ===''WILKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wilkins|Wilkins, Arthur]] - 19??(???)-19??(???) - Licences: 3AW Melbourne (Murrumbeena, 1927; East St Kilda, 1931) - Qualifications: AOCP 375, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: - several contemporaneous Arthur Wilkins, specific to be identified ===''WILKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Angus Wilkinson|Wilkinson, Dudley Angus]] [https://www.familysearch.org/tree/person/details/LR41-Q53] - 1919(SA)-1988(SA) - Licences: 5WD Adelaide (Frewville, 1935-1939; College Park, 1947-1948) - Qualifications: cc; AOCP 1455, 1935, SA; BOCP 182, 1938; 1COCP 284, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hawthorn, SA, 1941; Ballarat, Vic, 1942) ===''WILLIAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Williams|Williams, Albert Edward]] - 19??(???)-19??(???) - Licences: 5BO Adelaide (Unley, 1930-1931); 5BO Adelaide (Ottaway, 1946-1975) - Qualifications: cc; AOCP 659, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: - several contemporaneous AEWs in SA * [[/Alex Elisha Williams|Williams, Alex Elisha]] [https://www.familysearch.org/tree/person/details/G8JC-RN9] - 1913(Vic)-1981(Vic) - Licences: 3KT Melbourne (Elsternwick, 1933-1939) - Qualifications: AOCP 1062, 1932, Vic - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Elsternwick, 1936-1937; Camberwell, 1943-1949; Highfield Park, 1954); school teacher (Frankston, 1967-1968); teacher (Frankston, 1972-1980) * [[/Alfred Keith Williams|Williams, Alfred Keith]] [https://www.familysearch.org/tree/person/details/G8C3-3SS] - 1905(WA)-1932(WA) - Licences: 6AW Collie (1929-1931) - Qualifications: cc; AOCP 502, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: picture S. operator (Collie, 1930) * [[/Ernest Arthur Williams|Williams, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/LKNS-QYG] - 1888(NSW)-1968(NSW) - Licences: 2QY Receive Wollongong (1923); 2QY Wollongong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Wollongong, 1913, 1930-1958); retired (Wollongong, 1968) * [[/Harold Parkyn Williams|Williams, Harold Parkyn]] [https://www.familysearch.org/tree/person/details/G7CW-DGX] - 1881(Qld)-1933(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - first general manager of ABC - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/williams-harold-parkyn-9112 ADB] * [[/J. E. Williams|Williams, J. E.]] - 19??(???)-19??(???) - Licences: 4DQ Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: many contemporaneous JEWs - Electoral Rolls: Nil yet identified * [[/John Henry Williams|Williams, John Henry Jnr "Johnny" "Jack"]] [https://www.familysearch.org/tree/person/details/MP3D-8NG] - 1880(Qld)-1953(Qld) - Licences: 4JH Mackay (1929-1931) - Qualifications: cc; AOCP 507, 1929, No ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: iron monger? (Mackay, 1925-1943) - established commercial broadcaster 4MK Mackay 1931 * [[/Leslie Samuel Barnes Williams|Williams, Leslie Samuel Barnes]] [https://www.familysearch.org/tree/person/details/G8F2-X56] - 1896(Qld)-1974(Qld) - Licences: 4LS Brisbane (Indooroopilly, 1930-1933); 4LS Toogoolawah (1937-1939) - Qualifications: cc; AOCP 630, 1930, Qld - amateur operator, amateur broadcaster - Electoral Rolls: naval signalman (Cape Moreton, 1917-1922); saddler (Indooroopilly, 1925-1931); boot repairer (Toogoolawah, 1934-1958); retired (Taringa, 1963-1972) * [[/Neville Williams|Williams, Neville]] - 1915(NSW)-1996(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: - Links: [http://messui.polygonal-moogle.com/valves/NW199701.pdf EA] ===''WILLIAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Joseph Augustine Williamson|Williamson, Cecil Joseph Augustine]] [https://www.familysearch.org/tree/person/details/K879-9HC] - 1925(NSW)-1973(NSW) - Licences: 2CW Yass (1929-1931); 2ALS Yass (1939, 1946-1954) - Qualifications: AOCP 525, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Yass, 1930-1949); farmer (Trundle, 1949); mechanic (Orange, 1954-1972) * [[/Frederick Lerpiniere Williamson|Williamson, Frederick Lerpiniere]][https://www.familysearch.org/tree/person/details/LB6L-GCH] - 1896(SA)-1976(SA) - Licences: 5AH Receive Adelaide (Kent Town, 1922); 5AH Adelaide (Kent Town, 1922-1927; Collinswood, 1928, 1948-1955); also dealer licence 5BT Adelaide 1925-1926 for Kauper, Austin & Williamson - Qualifications: cc; AOCP 22, 1924, No. ?? in SA; BOCP 284, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Hubert Gordon Williamson|Williamson, Hubert Gordon]] [https://www.familysearch.org/tree/person/details/LH7J-YQP] - 1907(Vic)-1995(Vic) - 3GW Rainbow (1927-1939, 1946-1960), 3GW Lalor (1965-1969), 3GW Melbourne (East Doncaster, 1975-1980), 3GH Rainbow (1937-1939), amateur operator (AOCP 342, 1927, No. ?? in Vic), (1COCP 593, 1942), amateur broadcaster * Williamson nee Hutchings, Marjorie Lilian - See Marjorie Lilian Hutchings ===''WILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Oliver Willis|Willis, Harold Oliver]] [https://www.familysearch.org/tree/person/details/G8VS-NLZ] - 1898(Vic)-1976(WA) - Licences: 6OW Perth (South Fremantle, 1930-1931); 6AM Perth (South Fremantle, 1933); 6HW Perth (South Fremantle, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 675, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: baker (South Fremantle, 1925-1968) ===''WILLMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILMOTT * [[/Thomas Robert Willmott|Willmott or Wilmot, Thomas Robert]] [https://www.familysearch.org/tree/person/details/GZD6-TB4] - 1886(NSW)-1947(NSW) - Licences: 2BR Receive South Grafton (1922); 2ZO South Grafton (1923-1931) - Qualifications: cc; AOCP 48, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Grafton South, 1930-1943) ===''WILLOUGHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lancelot Willoughby|Willoughby, Eric Lancelot]] [https://www.familysearch.org/tree/person/details/LR88-Q5X] - 1912(SA)-19??(???) - Licences: 5BM Adelaide (Penrhyn, 1932-1939); 5GO Adelaide (Unley, 1948); 3FB Noojee (1954-1956); 3FB Neerim Junction (1960); 4EW Booval (1965-1980+) - Qualifications: cc; AOCP 1035, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Penrhyn, SA, 1939-1943); farmer (Noojee, Vic, 1949-1954); PMG Linesman (Booval, Qld, 1963-1968); PMG (Booval, Qld, 1972-1977) ===''WILMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILLMOTT * [[/John Henry Wilmott|Wilmott, John Henry]] [https://www.familysearch.org/tree/person/details/GFQY-PTR] - 1914(WA)-2003(NSW) - Licences: 6JW Perth (Como, 1934-1939); 2AJX Sydney (Lindfield, 1975); 2AJX Bathurst (1980) - Qualifications: cc; AOCP 1345, 1934, WA; 1COCP 170, 1938 - amateur operator; amateur broadcaster - Comment: Several contemporaneous JHWs - Electoral Rolls: aircraft radio officer (Lindfield, NSW, 1949); communications officer (Lindfield, NSW, 1958-1968); proprietor (Bathurst, NSW, 1977-1980) ===''WILSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Wilson|Wilson, A. H.]] - 19??(???)-19??(???) - Licences: 4DL Receive Brisbane (Kangaroo Point, 1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Darius Joseph Wilson|Wilson, Darius Joseph]] [https://www.familysearch.org/tree/person/details/G8ZR-GJ4] - 1901(NSW)-1987(NSW) - Licences: 2DW Sydney (Leichhardt, 1929-1931; Lidcombe, 1933; Five Dock, 1933-1939, 1946-1948; Warwick Farm, 1950; Yagoona, 1954-1980) - Qualifications: AOCP 548, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: french polisher (Leichhardt, 1930; Five Dock, 1943-1949); no occupation (Five Dock, 1954); french polisher (Yagoona, 1954-1968); polisher (Yagoona, 1972-1977) * [[/Horace Benjamin Wilson|Wilson, Horace Benjamin "Ben"]] [https://www.familysearch.org/tree/person/details/G8DV-71R] - 1911(WA)-2005(NSW) - Licences: 5WB Adelaide (Wayville, 1930-1937; Unley Park, 1938-1939); 2BP Sydney (McMahons Point, 1946-1948; West Ryde, 1950-1980+) - Qualifications: cc; AOCP 586, 1930, No. ?? in SA; AOLCP 161, 1934; 2COCP 33, 1935; 1COCP 72, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Unley Park, 1939); recording engineer (McMahons Point, 1949); business manager (West Ryde, 1954-1980) * [[/Leonard Gratton Wilson|Wilson, Leonard Gratton]] [https://www.familysearch.org/tree/person/details/GQN8-3K6] - 1901(NSW)-1990(WA) - Licences: 6LG Perth (Inglewood, 1928; South Perth, 1930-1931; Como, 1954-1980+) - Qualifications: cc; AOCP 429, 1928, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: vigneron (Caversham, 1925); police constable (South Perth, 1931-1936; Como, 1937); constable (Albany, 1943-1949); police constable (Como, 1954-1958) * [[/Leslie Maclean Wilson|Wilson, Leslie Maclean]] [https://www.familysearch.org/tree/person/details/LRH5-9TL] - 1893(NSW)-1972(NSW) - 2LM Marsden (1924-1926), 2LM Sydney (Cremorne, 1927), 2LM Mudgee (1928-1939), 2LM Port Macquarie (1960-1969+), amateur operator (AOCP 33, 1924, No. ?? in NSW), amateur broadcaster, pastoralist * [[/Perry Allen Wilson|Wilson, Perry Allen]] - 19??(???)-19??(???) - Licences: 4AT Receive Eumundi (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motordriver (Eumundi, Qld, 1925-1934); garage proprietor (Eumundi, Qld, 1936-1943) * [[/Victor John Wilson|Wilson, Victor John]] [https://www.familysearch.org/tree/person/details/GX8K-NPY] - 1909(Qld)-2009(Qld)99yo - Licences: Receive Brisbane (New Farm, 1923); 4VW Brisbane (Newstead, 1937-1939); 4VW Nambour (1960); 4VW Brisbane (Everton Park, 1965) - Qualifications: cc; AOCP 1100, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: panel beater (Newstead, Qld, 1931-1937; Nambour, Qld, 1958; Everton Park, Qld, 1963-1980) * [[/Warne Alfred George Wilson|Wilson, Warne Alfred George]] [https://www.familysearch.org/tree/person/details/LKLN-Y39] - 1900(Vic)-1981(Vic) - Licences: 3RY Receive Ballarat (1923); 3RY Ballarat (1924-1925); 3WA Ballarat (1928-1939, 1946-1960); 3KV Ballarat (1980) - Qualifications: cc; AOCP 444, 1928, No. ?? in Vic; AOLCP 20, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Ballarat, 1924); radio engineer (Ballarat, 1927-1980) * [[/Wilfred Elvyn Wilson|Wilson, Wilfred Elvyn]] [https://www.familysearch.org/tree/person/details/GDSB-MB4] - 1880(Eng)-1964(NSW) - Licences: 2JI Receive Sydney (Roseville, 1922-1923); 2JI Sydney (Roseville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: optician (Roseville, 1930-1963) ===''WING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James John Wing|Wing, William James John]] [https://www.familysearch.org/tree/person/details/GDHH-WKW] - 1887(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 188, 1916; 2COCP 142, 1930; 1COCP 212, 1931 - coastal wireless operator; RANRS (CPO, 1917-1918); AWA - Electoral Rolls: wireless operator (Hotel Metropole, Thursday Island, Qld, 1914); wireless engineer operator (Radio Station, Applecross, WA, 1917); radiotelegraphist (Cooktown, 1921); business manager (Epping, 1930); sales manager (Epping, 1933-1936; Roseville, 1937; Chatswood, 1943-1949); manager (Melbourne, 1954) ===''WINTERFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Charles Burnett Brereton Winterford|Winterford, Dudley Charles Burnett Brereton]] [https://www.familysearch.org/tree/person/details/G3ML-FJH] - 1908(Qld)-1988(Canada?) - Licences: 4MF Brisbane (Annerley, 1927-1931); 4MF Southport (1933); 4MF Sarina (1938-1939) - Qualifications: cc; AOCP 363, 1927, No. 40 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Annerley, 1931); mechanic (Coorparoo, 1937); electrician (Sarina, 1943); electrical contractor (Broadbeach, 1949) ===''WISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Wise|Wise, George Henry]] [https://www.familysearch.org/tree/person/details/GDDS-D87] - 1853(Vic)-1950(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - politician (Postmaster-General, 1920-1921) - Electoral Rolls: solicitor (Sale, 1905-1949) - Links: [[w:George Wise (Australian politician)|Wikipedia]] ===''WISEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Cleave Wiseman|Wiseman, William James Cleave]] [https://www.familysearch.org/tree/person/details/GX2M-ZP8] - 1906(SA)-1976(SA) - Licences: 5WJ Port Lincoln (1931-1939); 5WJ Ceduna (1947-1948); 5WJ Adelaide (Parafield, 1954) - Qualifications: cc; AOCP 759, 1931, No. ?? in SA; 1COCP 485, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Port Lincoln, SA, 1939-1941); aeradio operator (Ceduna, SA, 1943) ===''WISHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Turner Wishart|Wishart, William Turner "Bill, Billy"]] [https://www.familysearch.org/tree/person/details/GHQ3-J9S] - 1900(Qld)-1994(Qld) - Licences: 4WT Brisbane (Graceville, 1931-1939); 6TW Perth (Claremont/Floreat Park, 1946-1948); 4WX Brisbane (St Lucia, 1965-1969; Margate 1975-1980+) - Qualifications: cc; AOCP 870, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, councillor, federal councillor) - Electoral Rolls: mechanic (Red Hill, Qld, 1921); optical mechanic (Paddington, Qld, 1925; Graceville, Qld, 1928-1937); audiometrist (Floreat Park, WA, 1949; Darlington, WA, 1949); retired (Wynnum North, Qld, 1972; Margate, Qld, 1977-1980) ===''WITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sidney Herbert Witt|Witt, Sidney Herbert "Sid"]] [https://www.familysearch.org/tree/person/details/GD3D-BDV] - 1892(Vic)-1973(Vic) - Licences: 3MZ Receive Melbourne (Camberwell, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Malvern, 1914-1916); electrical engineer (Camberwell, 1922); engineer (Brighton, 1925-1943; Glen Iris, 1958-1968; Burwood, 1972)) - Links: [https://adb.anu.edu.au/biography/witt-sidney-herbert-12059 ADB] ===''WOLFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hamilton Bennett Wolfe|Wolfe, Hamilton Bennett]] [https://www.familysearch.org/tree/person/details/G9H2-8K6] - 1886(Vic)-1956(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 193, 1916; 2COCP 242, 1930; 1COCP 213, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: clerk (Bairnsdale, Vic, 1908-1912); wireless telegraphist (Applecross, WA, 1925-1926); radio telegraphist (Geraldton, 1936-1949); retired (Nedlands, WA, 1954) ===''WOLFENDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Wolfenden|Wolfenden, Peter]] - 3ZPA Strathmore (1965) - amateur operator, historian (amateur, amateur broadcasting), journalist (WIA's "Amateur Radio") ===''WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Abner David Wood|Wood, Abner David]] [https://www.familysearch.org/tree/person/details/GZ7R-BJC] - 1910(Eng)-1976(SA) - Licences: 6AS Mt Barker (1935-1939) - Qualifications: cc; AOCP 1534, 1935, WA; BOCP 654, 1945 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Percy Wood|Wood, Percy]] [https://www.familysearch.org/tree/person/details/G8M8-2V1] - 1909(Qld)-19??(???) - Licences: 4RQ Ipswich (1927-1931); 4PW Ipswich (1933-1939); 2EPW Banora Point - Qualifications: cc; AOCP 359, 1927, No. 39 in Qld - amateur operator; amateur broadcaster; journalist (QRN, AR); engineer (IREE) - Electoral Rolls: electrical mechanic (Ipswich, 1931); radio dealer (Ipswich, 1937-1949; East Ipswich, 1954-1968); electrical dealer (Banora Point, 1977-1980) ===''WOODLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Woodley|Woodley, William Robert]] [https://www.familysearch.org/tree/person/details/G8VC-CYY] - 1909(???)-1995(WA) - Licences: 6BY Perth (West Leederville, 1930-1931); 6DJ Perth (Carlisle, 1946-1948; Victoria Park, 1954-1956; Maniana, 1960-1980+) - Qualifications: cc; AOCP 680, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Claremont, 1936-1937); mechanic (Victoria Park, 1943); radio mechanic (Carlisle, 1949; Victoria Park, 1954; Maniana, 1963-1980) - Callsign possibly withdrawn for commercial ===''WOOKEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Bruce Wookey|Wookey, Robert Bruce]] [https://www.familysearch.org/tree/person/details/9DP1-GVW] - 1907(Vic)-1974(Vic) - Receive Geelong (1923-1924), 3RW Geelong (1925-1927), 3IC Geelong (1948-1974), amateur operator (AOCP 146, 1925, No. ?? in Vic), amateur broadcaster, postal clerk ===''WOOLACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Prosser Woolacott|Woolacott, Francis Prosser "Frank"]] [https://www.familysearch.org/tree/person/details/GZFL-94T] - 1903(NSW)-1968(NSW) - 2ST Receive Sydney (Drummoyne, 1923-1924), 2FW Sydney (Drummoyne, 1925-1926), amateur operator (AOCP 119, 1925, No. ?? in NSW), amateur broadcaster ===''WOOLLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edgar Woollett|Woollett, David Edgar]] [https://www.familysearch.org/tree/person/details/GZTM-HDP] - 1920(NSW)-2001(NSW) - Licences: 2ZDE Sydney (Beverley Hills, 1956-1980+) - Qualifications: AOLCP 202, 1956; AOCP 4292, 1965, NSW - amateur operator, WW2 - Electoral Rolls: telephone technician (Beverley Hills, 1949-1972; Narwee, 1977-1980) * [[/N. Woollett|Woollett, N.]] - 19??(???)-19??(???) - Licences: 2ZY Sydney (Mosman, 1926-1927) - Qualifications: AOCP 276, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: ? ===''WOOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Ronald Woolley|Woolley, Leon Ronald]] [https://www.familysearch.org/tree/person/details/L214-JQH] - 1898(Qld)-1971(Qld) - Licences: 4FW Ipswich (1931); 4FW Townsville (1933); 4FW Ipswich (1937-1939, 1946-1969) - Qualifications: cc; AOCP 751, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, ATC); employment (school teacher) - Electoral Rolls: schoolteacher (Bell, Qld, 1919-1921; Newtown, Qld, 1925; Kia Ora, Townsville, 1931; Newtown, Qld 1934-1963) ===''WOOLNOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Stephen Woolnough|Woolnough, Archibald Stephen]] [https://www.familysearch.org/tree/person/details/G8CG-9PK] - 1909(Vic)-2004(Vic) - Licences: 3BW Portarlington (1929-1980+) - Qualifications: AOCP 519, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: business proprietor (Portarlington, 1931-1980) * [[/Walter Lyell Woolnough|Woolnough, Walter Lyell]] [https://www.familysearch.org/tree/person/details/9CJF-LS3] - 1906(NSW)-1999(NSW) - 2GW Sydney (Killara, 1925-1927; Gordon, 1928-1930; Greenwich, 1931; Gordon, 1933-1936), 2GW Lithgow (1937-1939), Sydney (Gordon, 1946-1980+), amateur operator (AOCP 153, 1925, No. ?? in NSW), amateur broadcaster, licence held by father Walter George Woolnough till 1933, engineer ===''WOOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Meredith Wooster|Wooster, Horace Meredith "Jack"]] [https://www.familysearch.org/tree/person/details/L23Q-CGW] - 1909(Qld)-1992(Qld) - Licences: 4VH Townsville (City, 1930-1939; Belgian Gardens, 1946-1948); 4VH Brisbane (Yeronga, 1954-1980+) - Qualifications: cc; AOCP 623, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; state public servant (Qld Railways, telegraphist; Qld Main Roads Dept); military (Army signals officer) - Electoral Rolls: clerk (Townsville, 1931-1932; Norman Park, 1937; Townsville, 1943-1949; Yeronga, 1954-1980) ===''WORRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Albert Worrall|Worrall, Leonard Albert]] [https://www.familysearch.org/tree/person/details/LTL5-L1L] - 1912(NSW)-1978(Qld) - Licences: 2XM Sydney (Parramatta, 1933-1934; Punchbowl, 1935-1936); 4XM Cairns (1937-1939); 4WL Brisbane (Stafford Heights, 1975) - Qualifications: cc; AOCP 1221, 1933, NSW - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Punchbowl, NSW, 1934-1936; Cairns, Qld, 1937); bank clerk (Wynnum, Qld, 1943); clerk (Wynnum North, Qld, 1954-1963); bank manager (Tarragindi, Qld, 1968); manager (Stafford Heights, Qld, 1972-1977) ===''WORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Worth|Worth, Sydney or Sidney Ernest]] [https://www.familysearch.org/tree/person/details/GXBH-5Z3] - 1905(WA)-1963(WA) - Licences: 6SW Perth (Rivervale, 1930-1933; Nedlands, 1937-1939) - Qualifications: cc; CPRT 958, 1927; 2COCP 223, 1930; 1COCP 226, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rivervale, WA, 1931); wireless operator (Nedlands, WA, 1936-1958) ===''WRAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward James Crawford Wraith|Wraith, Edward James Crawford "Jim"]] [https://www.familysearch.org/tree/person/details/KV2C-11D] - 1862(Vic)-1942(Vic) - Early wireless experimenter ===''WRATTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn James Wratten|Wratten, Mervyn James]] [https://www.familysearch.org/tree/person/details/GZJM-DV8] - 1918(Qld)-1999(Qld) - Licences: 4MW Ipswich (Brassall, 1937-1939; North Ipswich, 1946-1947; Brassall, 1948-1980+); 4LX Gold Coast (Palm Beach, 1956-1969) - Qualifications: cc; AOCP 1932, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Ipswich ARC); military (WW2, CMF, AIF); employment (Cribb & Foote, manager, radio section); business proprietor (Avon Theatre) - Electoral Rolls: shop assistant (Brassall, Qld, 1943-1977; North Ipswich, Qld, 1980) ===''WRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Milroy Percy Wray|Wray, Ronald Milroy Percy]] [https://www.familysearch.org/tree/person/details/G8H3-QYM] - 1909(Vic)-1963(NSW) - Licences: 2WX Sydney (Hurstville, 1929-1961) - Qualifications: AOCP 472, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified ===''WREFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Norman Wreford|Wreford, Roger Norman]] [https://www.familysearch.org/tree/person/details/GX22-N2X] - 1909(WA)-1990(SA) - Licences: 2ADC Broken Hill (1936-1937); 5RW Adelaide (Blackwood, 1938-1939; Mitcham, 1947-1954; South Brighton, 1955-1960; Crafers, 1965-1980+) - Qualifications: cc; AOCP 1714, 1936, NSW - amateur operator; amateur broadcaster - Relationships: Brother of 5DW-6IW Arthur Franklin Wreford - Electoral Rolls: bank clerk (Broken Hill, NSW, 1935-1936; Blackwood, SA, 1939; Mitcham, SA, 1941-1943) * [[/Arthur Franklin Wreford|Wreford, Arthur Franklin]] [https://www.familysearch.org/tree/person/details/G3V1-92S] - 1898(WA)-19??(???) - Licences: 5DW Adelaide (Kensington Gardens, 1937-1939; Cumberland, 1947-1954); 6IW Perth (Armadale, 1955-1969) - Qualifications: cc; AOCP 2037, 1937, SA; 2COCP 452, 1941 - amateur operator; amateur broadcaster; WW1 - Relationships: Brother of 2ADC-5RW Roger Norman Wreford - Electoral Rolls: bank clerk (Kensington Gardens, SA, 1939); mechanic (Crystal Brook, SA, 1941; Cumberland, SA, 1943); civil servant (Gosnells, WA, 1954); technician (Armadale, WA, 1958) - Links: [https://discoveringanzacs.naa.gov.au/browse/person/133040 NAA] ===''WRIEDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Sjoberg Albert Wriede|Wriede, George Sjoberg Albert]] [https://www.familysearch.org/tree/person/details/LKG2-VK8] - 1900(Qld)-1971(Qld) - Licences: 4DJ Receive Caboolture (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: railway employee (Cooroy, 1921; Miriam Vale, 1925-1958); retired (Gladstone, 1963) ===''WRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Wright|Wright, Albert Edward]] - 19??(???)-19??(???) - Licences: 2SS Receive Scarborough (1923); 2SS Scarborough (1924-1925); 2SS Coledale (1926-1933); 2SS Coolah (1933); 2SE Scarborough (1935-1936); 2SE Louth/Bourke (1937-1938); 2SE Walgett (1939); 2SE Willow Tree (1946); 2SE Stanmore (1947-1950); 2SE Sydney (Guildford, 1954-1961); 2SE Quirindi (1965) - Qualifications: cc; AOCP 118, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Comment: several contemporaneous Albert Edward Wrights in NSW, needs specific data to identify - Electoral Rolls: Nil yet identified * [[/A. W. H. Wright|Wright, A. W. H. "Bill"]] - 19??(???)-19??(???) - 5BW Adelaide, 3AAW, 4TU Garbutt (-1950+, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster * [[/Collis Page Wright|Wright, Collis Page]] [https://www.familysearch.org/tree/person/details/GD1P-P9L] - 1912(Tas)-2004(Tas) - Licences: 7LZ Launceston (1933-1980+) - Qualifications: cc; AOCP 1099, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draper's assistant (Launceston, 1936-1937); salesman (Launceston, 1943); draper (Launceston, 1949-1968) * [[/Eric John Wright|Wright, Eric John]] [https://www.familysearch.org/tree/person/details/GXHG-P2G] - 1904(Qld)-1967(Qld) - Licences: 4DY Brisbane (Annerley, 1936-1939; Windsor, 1947; Buranda, 1948; Annerley, 1954; Buranda, 1955-1956; Ekibin, 1960-1965) - Qualifications: cc; AOCP 1816, 1936, Qld; 3COCP 1471, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: turner (Annerley, Qld, 1937-1943; Annerley, Qld, 1949); waterside worker (Ekibin, Qld, 1963) * [[/Frederick Harold Wright|Wright, Frederick Harold]] [https://www.familysearch.org/tree/person/details/GF95-LW1] - 1910(Eng)-1972(WA) - Licences: 6FR Perth (Buckland Hill, 1936-1937; Mosman Park, 1938-1939, 1947-1960) - Qualifications: cc; AOCP 1809, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Buckland Hill, WA, 1936; Mosman Park, WA, 1943-1963) * [[/William Henry Hilsdon Wright|Wright, William Henry Hilsdon]] [https://www.familysearch.org/tree/person/details/GDVF-RKL] - 1905(Qld)-1967(Qld) - Licences: 4FA Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Murrays Creek, 1930; Ballandean, 1937-1949); teacher (Toowoomba, 1954-1963) ===''WYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Hemingway Wyle|Wyle, Albert John Hemingway]] [https://www.familysearch.org/tree/person/details/GF3J-6L7] - 1913(WA)-1990(WA) - Licences: 6BW Perth (Shenton Park, 1937-1939; Nedlands, 1947-1980+) - Qualifications: cc; AOCP 1865, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: radio salesman (Nedlands, WA, 1943-1968); salesman (Dalkeith, WA, 1972-1980) ===''WYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Agar Wynne|Wynne, Agar]] [https://www.familysearch.org/tree/person/details/LZ4J-6CN] - 1850(Eng)-1934(Vic) - senior federal politician (Postmaster-General, 1913-1914) * [[/Alfred Percy Wynne|Wynne, Alfred Percy]] [https://www.familysearch.org/tree/person/details/L858-Q52] - 1885(Qld)-1966(Qld) - proprietor music business (Wynne's Music, Maryborough), proprietor broadcasting station (4MB Maryborough) - Electoral Rolls: piano tuner (Paddington, 1908; Mooloolah, 1909); commercial traveller (Mooloolah, 1912); piano tuner (Maryborough, 1913); salesman (Brisbane, 1916-1917; Mooloolah, 1919; Maryborough, 1919-1925); music store proprietor (Maryborough, 1928-1949); business manager (Maryborough, 1963) =='''X'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> =='''Y'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''YATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Gordon Yates|Yates, Kenneth Gordon]] [https://www.familysearch.org/tree/person/details/GXRW-CJ3] - 1910(SA)-2000(SA) - Licences: 5RP Adelaide (Cottonville, 1939, 1947-1954; Westbourne Park, 1955-1980+) - Qualifications: cc; AOCP 2371, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Cottonville, SA, 1939-1943) * [[/Reginald Colin Yates|Yates, Reginald Colin]] [https://www.familysearch.org/tree/person/details/GXRW-QX6] - 1914(SA)-1984(NSW) - Licences: 5RY Wyalla (1935-1937); 2AGZ Wollongong (1938-1939, 1947); 2AGZ Sydney (Mosman, 1948-1950); 2AGZ Broken Hill (1954-1957); 2AGZ Newcastle (Hamilton, 1958-1961; Charlestown, 1965-1980) - Qualifications: cc; AOCP 1474, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Wollongong, NSW, 1943); electrical engineer (Mosman, NSW, 1949); engineer (Wollongong, NSW, 1954); chartered electrical engineer (Merewether, NSW, 1958); professional engineer (Charlestown, NSW, 1968-1980) ===''YEATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Melville Yeates|Yeates, Henry Melville]] [https://www.familysearch.org/tree/person/details/G698-PXG] - 1912(Tas)-1980(???) - Licences: 7HY Launceston (1936-1939, 1948-1956) - Qualifications: cc; AOCP 1621, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Launceston, 1936-1937); electrical contractor (Launceston, 1949-1954); salesman (Mosman, NSW, 1958-1977) ===''YORSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Sutherland Yorston|Yorston, Ernest Sutherland]] [https://www.familysearch.org/tree/person/details/GZY8-46D] - 1909(Vic)-1971(Vic) - Licences: 3ES Melbourne (Caulfield, 1926-1939) - Qualifications: AOCP 299, 1926, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1931-1937); sales (Caulfield, 1942; Elsternwick, 1949); manufacturer (Caulfield, 1954-1963); director (Oakleigh, 1967-1968) ===''YOUNG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Crawford Addison Young|Young, Crawford Addison]] [https://www.familysearch.org/tree/person/details/GF3C-DQT] - 1914(WA)-1971(WA) - Licences: 6CY Perth (Fremantle, 1934-1939, 1947-1969) - Qualifications: cc; AOCP 1265, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Fremantle, WA, 1936-1937; South Fremantle, WA, 1943-1968) * [[/Ivan Harold Young|Young, Ivan Harold]] [https://www.familysearch.org/tree/person/details/L118-BVF] - 1910(Qld)-2000(Qld) - Licences: 4YG Brisbane (Albion) (1930-1939); 4YH Brisbane (Mitchelton) (1969-1980+) - Qualifications: cc; AOCP 708, 1930, No. ?? in Qld; BOCP 315, 1940 - amateur operator; amateur broadcaster; radio technician (Mission Control Station, Thursday Island) - Electoral Rolls: nil (Albion, 1931-1937); public servant (Newmarket, 1943; Mitchelton, 1949-1980) * [[/James Wolstenholme Young|Young, James Wolstenholme]] [https://www.familysearch.org/tree/person/details/L2TQ-Z2R] - 1909(NSW)-1995(NSW) - Licences: 2JY Sydney (Turramurra, 1925-1934; Roseville, 1938-1939); 2JY Katoomba (1946); 2JY Sydney (Mona Vale, 1947-1948; Willoughby, 1950-1961; Middle Cove, 1965-1980) - Qualifications: AOCP 189, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: articled clerk (Turramurra, 1932-1934), solicitor (Roseville, 1937; Katoomba, 1943; Willoughby, 1954-1977) * [[/John William Young|Young, John William]] [https://www.familysearch.org/tree/person/details/L6RN-2XX] - 1906(Qld)-1981(Qld) - Licences: 4JY Brisbane (Rosalie, 1931; Sandgate, 1933; Rosalie, 1938; Coorparoo, 1946-1980+) - Qualifications: cc; AOCP 752, 1931, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Rosalie, 1931); clerk (Sandgate, 1936); storeman (Rosalie, 1937; Coorparoo, 1943-1963); commercial traveller (Coorparoo, 1968-1980) * [[/William Anderson Young|Young, William Anderson]] [https://www.familysearch.org/tree/person/details/G89P-B3K] - 1897(Sct)-1956(Qld) - Licences: 4WA Brisbane (West End, 1927-1931) - Qualifications: cc; AOCP 330, 1927, No. 34 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: boot employee (West End, 1925-1937); bootmaker (Ashgrove, 1943-1954) =='''Z'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''ZECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Zech|Zech, William James]] [https://www.familysearch.org/tree/person/details/GZDZ-YJG] - 1893(Eng)-1973(NSW) - Licences: XABQ Sydney (Annandale, 1912-1914), 2DL Sydney (Annandale, 1922, Receive), 2WZ Sydney (Annandale, 1925-1927; Ashfield, 1928-1930; Stanmore, 1933-1934), 2ACP Sydney (Enmore, 1937; Como, 1938), 2ACP Katoomba 1939 & 1946-1975) - Qualifications: CPRTelephony 424; no record of AOCP - early wireless experimenter, ship wireless operator, amateur operator, amateur broadcaster - Electoral Rolls: {{BookCat}} h762695rf55y5l0563v8qni10h131ey 4089921 4089920 2022-08-09T21:21:26Z Samuel.dellit 1387936 /* MILLEDGE */ wikitext text/x-wiki {{incomplete}} {{WikipediaCredit}} {{CompactTOC8|side=yes}} Thumbnail Radio Biographies sorted alphabetically by surname '''Many of the stars of Australia's Radio Universe''' '''Covering the full gamut from hypergiants to brown dwarfs''' '''Each lit the way forward to broadcasting in Australia''' =='''A'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''ABBISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Frederick Abbiss|Abbiss, John Edwin Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/GZZJ-6H9] - 1907(Eng)-1977(Qld) - Licences: 4JA Brisbane (Balmoral, 1930; Morningside, 1931-1939) - Qualifications: cc; AOCP 581, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Evans Deakin shipyards) - Halcyon: p. 83, Abiss - Electoral Rolls: engineering draftsman (Morningside, 1936); draftsman (Coorparoo, 1937; Morningside, 1949-1977) ===''ABBOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Nicholson Abbott|Abbott, Reginald Nicholson or Nicolson]] [https://www.familysearch.org/tree/person/details/9V2T-FTG] - 1897(Vic)-1980(Vic) - Licences: 3VR Melbourne (Alphington, 1923-1927); 3ABB Melbourne (Caulfield, 1947-1980) - Qualifications: cc; CPRT 273, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Alphinton, 1925-1927; St Kilda, 1931-1937; Caulfield, 1942-1949); technician (Caulfield, 1954-1977) * [[/Roy Edgar Abbott|Abbott, Roy Edgar]] [https://www.familysearch.org/tree/person/details/L6MT-CZX] - 1902(NSW)-1943(Qld) - Licences: 2YK Dorrigo (1930-1931); 2YK Telegraph Point (1933-1939) - Qualifications: cc; CPRTelephony 668, 1921; AOCP, not yet identified; 2COCP 179, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Dorrigo, 1930; Telegraph Point, 1933-1937; Mittagong, 1943) - Sacrifice: "Greater love hath no man than this" * [[/Thomas Kingsmill Abbott|Abbott, Thomas Kingsmill]] [https://www.familysearch.org/tree/person/details/LHFH-4FH] - 1891(NSW)-1933(NSW) - Licences: 2TK Wingen (1926-1929) - Qualifications: cc; Nil yet identified (likely military) - amateur operator; amateur broadcaster; WW1; witness to Royal Commission 1927 (as Graziers' Assoc NSW) - Comment: beware other contemporaneous TK Abbotts - Electoral Rolls: overseer (Muralla, 1913); grazier (Wollongong, 1931) - Links: [https://vwma.org.au/explore/people/209607 Obit] ===''ABRAHAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Abrahams|Abrahams, Frank]] [https://www.familysearch.org/tree/person/details/G836-Y6P] - 1903(Vic)-1984(Vic) - Licences: 3FA Melbourne (South Yarra, 1924-1925) - Qualifications: cc; 3COCP 6089, 1966 - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (St Kilda, 1925-1931); manufacturer (St Kilda, 1935-1936; Malvern, 1943-1967; Toorak, 1977-1980) - Relationships: brother of Louis Henry Abrahams * [[/Louis Henry Abrahams|Abrahams, Louis Henry]] [https://www.familysearch.org/tree/person/details/G8GJ-GZP] - 1889(Vic)-1940(Vic) - Licences: Receive (Valve) Melbourne (St Kilda, 1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1; director (Victorian Radio Interests Ltd); witness to Royal Commission Wireless 1927 - Electoral Rolls: potter (Brunswick, 1909); tobacconist (South Yarra, 1912-1921); manufacturer (St Kilda, 1924-1926); burner (Brunswick, 1937-1942) - Relationships: brother of 3FA Frank Abrahams ===''ACKERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Adam Ackerman|Ackerman, Joseph Adam]] [https://www.familysearch.org/tree/person/details/GZZV-49L] - 1911(NSW)-1993(Qld) - Licences: 2ALG Sydney (Carlton, 1938-1939, 1946-1948); 2ALG Wentworthville (1950); 2ALG Sydney (Parramatta, 1954-1958; North Rocks, 1960-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 2229, 1938, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal employee (Paddington, 1932; Annandale, 1933-1936; Kogarah, 1937-1943; Carlton, 1949); clerk (Parramatta, 1954-1958); senior supervisor (Wentworthville, 1963; Epping, 1968-1972); retired (Sans Souci, 1977; Hurstville, 1980) ===''ACKLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Daniel Ackling|Ackling, Harold Daniel]] [https://www.familysearch.org/tree/person/details/LD5F-8RK] - 1892(NSW)-1982(NSW) - Licences: 2PX Sydney (Bankstown, 1930-1980+) - Qualifications: cc; AOCP 612, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Randwick, 1913); machinist (Bankstown, 1930-1980) ===''ACKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Frederick Gloucester Ackland|Ackland, Stanley Frederick Gloucester]] [https://www.familysearch.org/tree/person/details/L5PB-C2Y] - 1904(SA)-1966(SA) - Licences: Receive Adelaide (Prospect, 1923); 5SF Adelaide (Prospect, 1924-1931; Linden Park, 1954-1965) - Qualifications: cc; AOCP 21, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Burnside, 1939-1943) ===''ADAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Adams|Adams, Frank John]] [https://www.familysearch.org/tree/person/details/GZJM-29V] - 1880(Eng)-1968(Vic) - Licences: 3XO Receive Melbourne (Brighton, 1923); 3XO Melbourne (Brighton, 1924-1939) - Qualifications: cc; AOCP 155, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; manager - Electoral Rolls: motor garage proprietor (Brighton, 1913); garage proprietor (Elsternwick, 1919-1921; Brighton, 1922-1924); manager (Brighton, 1925-1954); nil (Brighton, 1963-1968) * [[/Peter Harry Arthur Adams|Adams, Peter Harry Arthur "Pete"]] [https://www.familysearch.org/tree/person/details/LT3N-XMC] - 1909(NSW)-1984(NSW) - Licences: Receive (Valve) Sydney (Cremorne, 1923-1924); 2JX Sydney (Cremorne, 1927; Manly, 1929; Cremorne, 1930; Gordon, 1931; Woolahra, 1933; Epping, 1933; Cremorne, 1935-1936; Thornleigh, 1937; Waverton, 1938-1939; Denistone, 1946-1947; Avalon Beach, 1948-1950); 2JX Wentworth Falls (1954-1961); 2JX Sydney (Pymble, 1965-1969); 2JX Nambucca Heads (1975); 2JX Wentworth Falls (1980+) - Qualifications: cc; AOCP 380, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933); labourer (Epping, 1934); engineer (St Kilda, 1934); radio engineer (Thornleigh, 1937; Darlinghurst, 1943); engineer (Avalon Beach, 1949; Wentworth Falls, 1958); retired (Valla Beach, 1972-1977; Wentworth Falls, 1980) ===''ADAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Kenneth Adamson|Adamson, William Kenneth]] [https://www.familysearch.org/tree/person/details/MLXZ-HX5] - 1905(SA)-1982(SA) - Licences: Receive Adelaide (Parkside, 1923-1924); 5WA Adelaide (Parkside, 1925-1927; Fullarton, 1928-1939) - Qualifications: cc; AOCP 135, 1925, No. ?? in SA - amateur operator; amateur broadcaster; engineer - Electoral Rolls: engineer (Fullarton, 1939-1943) ===''AGNEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Gordon Carlisle Agnew|Agnew, Robert Gordon Carlisle]] [https://www.familysearch.org/tree/person/details/LDKK-D8Y] - 1904(WA)-1975(WA) - Licences: 6RA Perth (Nedlands, 1931-1939) - Qualifications: cc; AOCP 721, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1925; Nedlands, WA, 1931-1972) ===''AKEROYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gordon Akeroyd|Akeroyd, Arthur Gordon]] [https://www.familysearch.org/tree/person/details/G6F2-JXL] - 1890(Vic)-1948(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Meteorologist, Forecasting and Statistical Division, Victoria) - Electoral Rolls: civil servant (Northcote, Vic, 1912-1915); meteorologist (Northcote, 1921-1937); civil servant (Cottesloe, WA, 1943) - Links: [https://adb.anu.edu.au/biography/akeroyd-arthur-gordon-9321 ADB] ===''ALDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Oscar Edward Alder|Alder, Oscar Edward "Ock"]] [https://www.familysearch.org/tree/person/details/KJZ2-D3P] - 1896(Qld)-1987(Qld) - Licences: 4JB Brisbane (Albion, 1928-1939, 1946-1948; Chermside, 1954-1969) - Qualifications: cc; AOCP 423, 1928, No. 47 in Qld - amateur operator; amateur broadcaster; wool classer - Halcyon: p. 28, 84, 137 - Electoral Rolls: student (Albion, 1919); wool classer (Albion, 1925-1937; Cunnamulla, 1943); warehouse assistant (Chermside, 1949-1980) ===''ALDERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Zerbini Alderman|Alderman, Valentine Zerbini]] [https://www.familysearch.org/tree/person/details/GXVL-F8N] - 1893(SA)-1919(SA) - Licences: XVC Adelaide (Glenelg, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: Nil yet identified ===''ALEXANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Talbot Meredith Alexander|Alexander, Talbot Meredith]] [https://www.familysearch.org/tree/person/details/L1FJ-MZN] - 1888(Vic)-1978(Qld) - Licences: 4TM Brisbane (Ashgrove, 1931-1933); 4TM Townsville (North Ward, 1937-1939) - Qualifications: cc; 2COCP 315, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: salesman (Kew, Vic, 1912-1914); wireless instructor (Melbourne City, 1925-1926); superintendent wireless (Glenferrie, Vic, 1926-1927); sales representative (City, Brisbane, 1928); business manager (North Ward, Qld, 1936-1937); instructor (Paddington, Qld, 1943); commercial traveller (East Brisbane, Qld, 1949; New Farm, 1954-1958); retired (Moorooka, 1968-1977) ===''ALLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus John Allan|Allan, Angus John]] [https://www.familysearch.org/tree/person/details/GX2C-YWF] - 1912(SA)-1996(SA) - Licences: 5UL Adelaide (Ovingham, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 2013, 1937, SA; 1COCP 458, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Ovingham, SA, 1939-1941) * [[/John Allan|Allan, John]] [https://www.familysearch.org/tree/person/details/GXH1-PFG] - 1905(Sct)-19??(???) - Licences: 4AN Brisbane (Chermside, 1937-1939) - Qualifications: cc; AOCP 1938, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous JAs - Electoral Rolls: Nil yet identified ===''ALLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Mason Allard|Allard, George Mason]] [https://www.familysearch.org/tree/person/details/G6HT-JMV] - 1866(Eng)-1953(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman of Directors (AWA); witness to Royal Commission Wireless 1927 - Honours: knighted; K.B. - Electoral Rolls: secretary (Wahroonga, 1930-1937); accountant (Wahroonga, 1943-1949) - Links: [https://adb.anu.edu.au/biography/allard-sir-george-mason-4999 ADB] ===''ALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Allen|Allen, Albert Edward]] [https://www.familysearch.org/tree/person/details/G69B-SGR] - 1902(Tas)-1969(Tas) - Licences: 7PA Hobart (New Town, 1933-1937; Moonah, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 1171, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: brother of 7AL Thomas Arthur Allen - Electoral Rolls: electrical engineer (New Town, 1928-1936; Moonah, 1937-1954) * [[/George Alexander Allen|Allen, George Alexander]] [https://www.familysearch.org/tree/person/details/GD3H-DJK] - 1891(Sct)-1965(USA) - Licences: Nil yet identified - Qualifications: CPRT 49, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: Nil yet identified * [[/Kenneth Douglas Allen|Allen, Kenneth Douglas]] [https://www.familysearch.org/tree/person/details/G8N5-19J] - 1907(WA)-2002(Qld) - Licences: 2GX Sydney (West Ryde, 1930-1934) - Qualifications: AOCP 648, 1930, NSW; 3COCP 4263, 1963 - amateur operator, amateur broadcaster, WW2 (Army, Royal Australian Engineers, Lieutenant, 1940) - Education: BSc (Syd Uni, 1933) - Electoral Rolls: student (West Ryde, 1930-1935); director (Woolwich, 1936-1937); soldier (Woolwich, 1943); engineer (Woolwich, 1963-1972; Hunters Hill, 1977; Gladesville, 1980) * [[/Robert Kelvin Allen|Allen, Robert Kelvin]] [https://www.familysearch.org/tree/person/details/GQTK-TH9] - 1916(Qld)-1942(Indonesia) - Licences: 4PR Brisbane (1936-1939) - Qualifications: AOCP 1634, 1936, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 13 Squadron, Pilot Officer), (Halcyon, p. 177) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/allen-robert-kelvin-404945/] * [[/Thomas Arthur Allen|Allen, Thomas Arthur]] [https://www.familysearch.org/tree/person/details/G6SQ-9YN] - 1916(Tas)-1998(Tas) - Licences: 7AL Hobart (New Town, 1936-1939, 1946-1956; Lindisfarne,1960-1980+) - Qualifications: cc; AOCP 1738, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 7PA Albert Edward Allen - Electoral Rolls: salesman (New Town, 1943-1954); director (Lindisfarne, 1963-1972) ===''ALLINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Thirlmier John Allinson|Allinson, Lancelot Thirlmier John]] [https://www.familysearch.org/tree/person/details/L81B-F4P] - 1896(NSW)-1961(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 804, 1924 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: radiotelegraphist (Applecross, WA, 1925; Broome, WA, 1931; Como, WA, 1931; South Perth, WA, 1936-1943; Broome, WA, 1949-1954); telegraphist (Esperance, WA, 1958) ===''ALLSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Cottam Allsop|Allsop, Raymond Cottam "Ray"]] [https://www.familysearch.org/tree/person/details/LJLT-SNJ] - 1898(NSW)-1972(NSW) - Licences: XCA Sydney (Randwick, 1911-1914); 2YG Sydney (Randwick, 1924; Coogee 1924-1929; Roseville, 1930); 2AYG Sydney (Roseville, 1946-1947+); 2NA Sydney (Roseville, 1961); 2BL Sydney (Roseville, 1965-1969) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW); broadcaster (2BL, chief engineer); journalist (Wireless Weekly, 1920s); military (RAN Volunteer Reserve, Lieutenant; WW2 (RAN, Engineer Lieutenant); witness to Royal Commission Wireless 1927 (obo Broadcasters Sydney Ltd; federal public servant (ABCB, member, 1953-1954) - Honours: Coronation Medal, 1937; OBE, 1971 - Electoral Rolls: radio engineer (Roseville, 1930); engineer (Roseville, 1933; Gordon, 1937; Roseville, 1943); electronic engineer (Roseville, 1949); director (South Yarra, 1954); engineer (Roseville, 1958-1968) - Links: [https://adb.anu.edu.au/biography/allsop-raymond-cottam-ray-9344 ADB]; [http://messui.polygonal-moogle.com/valves/NW199001.pdf EA] ===''ALSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Russell Alsop|Alsop, John Russell]] [https://www.familysearch.org/tree/person/details/LKB3-WXQ] - 1906(Vic)-1973(Vic) - 3MI Melbourne (Kew, 1925-1939), amateur operator (AOCP 76, 1925, No. ?? in Vic), amateur broadcaster, engineer ===''AMBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Charles Ambler|Ambler, Sydney Charles]] [https://www.familysearch.org/tree/person/details/GFWD-Y9L] - 1892(NSW)-1956(WA) - Licences: XYAE Perth (West Perth, 1913) - Qualifications: cc; CPRT 891, 1925; 2COCP 72, 1929; 1COCP 158, 1938 - early wireless experimenter; WW2 - Electoral Rolls: radio telegraphist (East Perth, WA, 1921; North Perth, WA, 1925); wireless telegraphist (Victoria Park, WA, 1934-1943); radio telegraphist (Esperance, WA, 1949); radio telephonist (Esperance, WA, 1954) ===''AMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement Edgar Ames|Ames, Clement Edgar "Clem"]] [https://www.familysearch.org/tree/person/details/KNDX-JF8] - 1889(SA)-1957(SA) - Licences: XVG Adelaide (Torrensville, 1913-1914); 5AV Adelaide (Kent Town, 1923; Hindmarsh, 1924) - Qualifications: cc; Nil identified - early wireless experimenter; amateur operator; amateur broadcaster; operator 5WI (1925) - Electoral Rolls: engineer (Allenby Gardens, 1939-43) ===''ANCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Leslie Finion Ancher|Ancher, Norman Leslie Finion or Tinian]] [https://www.familysearch.org/tree/person/details/GXL7-MCQ] - 1910(NSW)-1983(NSW) - Licences: 5NA Adelaide (Mile End, 1937-1939); 2NH Sydney (Lindfield, 1946-1947; Mosman, 1948-1954; Cremorne, 1955-1980+) - Qualifications: cc; AOCP 2057, 1937, SA; BOCP 476, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Chatswood, NSW, 1934); sound engineer (West Maitland, NSW, 1936); engineer (Mile End, SA, 1939; Rose Park, SA, 1941-1943); radio engineer (Mosman, NSW, 1949; Cremorne, NSW, 1958-1968); engineer (Cremorne, NSW, 1972); technical officer (Lane Cove, NSW, 1972-1980) ===''ANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Ronald Anderson|Anderson, Alexander Ronald]] [https://www.familysearch.org/tree/person/details/GXPM-L6J] - 1914(SA)-1997(SA) - Licences: 5GM Adelaide (Eastwood, 1936-1939, 1947; Payneham South, 1948-1980+) - Qualifications: cc; AOCP 1700, 1936, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: warehouseman (Eastwood, SA, 1939-1943) * [[/Andrew Oswald Anderson|Anderson, Andrew Oswald "Oswald", "Andy", "A.O."]] [https://www.familysearch.org/tree/person/details/99GB-Z8L] - 1885(NSW)-1944(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Electoral Rolls: accountant (Mosman, 1913); manager (Rose Bay, 1930; Vaucluse, 1934-1935) - Links: [https://ozvta.com/wp-content/uploads/2011/12/anderson-oswald-1062017.pdf Bio] * [[/Eric William Alfred Anderson|Anderson, Eric William Alfred]] [https://www.familysearch.org/tree/person/details/G8WX-744] - 1908(Vic)-1986(Vic) - Licences: 3KH Melbourne (East Malvern, 1928-1931; Glen Iris, 1933-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 424, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Malvern, 1936-1937); engineer (Camberwell, 1943; Glen Iris, 1949-1968; Burwood, 1972-1980) * [[/Frederic Brian Anderson|Anderson, Frederic Brian]] [https://www.familysearch.org/tree/person/details/L5YN-TYJ] - 1918(Eng)-2008(SA)90yo - Licences: 5FA Tanunda (1934-1939); 5FA Waikerie (1947-1956) - Qualifications: cc; AOCP 1351, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: clerk (Tanunda, SA, 1939-1943) * [[/G. R. Anderson|Anderson, G. R.]] - 19??(???)-19??(???) - Licences: Receive Adelaide (Gilberton, 1923); 5GA Adelaide (Highgate, 1931-1933; Myrtle Bank, 1937-1939, 1947-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/John Francis Anderson|Anderson, John Francis]] [https://www.familysearch.org/tree/person/details/G8JJ-WFL] - 1914(Vic)-19??(???) - Licences: 3JA Warrnambool (1930-1933); 3JA Nullawarre (1937-1939, 1946-1980+) - Qualifications: AOCP 661, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farmer (Warrnambool, 1936; Nullawarre, 1937-1980)- Comment: Several contemporaneous JFAs * [[/Keith Sydney Anderson|Anderson, Keith Sydney]] [https://www.familysearch.org/tree/person/details/GZLK-8J9] - 1911(WA)-1944(Vic) - Licences: 6KS Perth (North Perth, 1935); 6KS Mt Magnet (1937); 6KS Perth (1938-1939) - Qualifications: cc; AOCP 1487, 1935, WA - amateur operator; amateur broadcaster; WW2 (Army, 2nd/1st Infantry Battalion, Private) - Electoral rolls: bank officer (Mt Magnet, WA, 1936-1937; East Perth, WA, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/618137 VWMA]; [https://www.awm.gov.au/collection/R1691738 Roll of Honour]; [https://www.awm.gov.au/collection/P10295040 AWM] * [[/Maurice Bernard Anderson|Anderson, Maurice Bernard]] [https://www.familysearch.org/tree/person/details/GC3V-WL9] - 1908(SA)-1960(Vic) - Licences: Receive Adelaide (Cheltenham, 1923-1924); 5MA Adelaide (Cheltenham, 1925-1928); 3AMA Melbourne (Sandringham, 1947-1956) - Qualifications: cc; AOCP 103, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; fitter - Electoral Rolls: radio engineer (Cloncurry, Qld, 1931-1937) * [[/Percy James Anderson|Anderson, Percy James]] [https://www.familysearch.org/tree/person/details/G8WN-6Y7] - 1908(Vic)-1998(Vic) - Licences: 3PA Melbourne (Westgarth, 1928-1933; West Preston, 1937-1939, 1946-1956); 3PA Dooen (1965-1969); 3PA Geelong (Wallington, 1975-1980) - Qualifications: AOCP 428, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Westgarth, 1934); engineer (Preston, 1936-1963); technician (Horsham, 1967-1968); retired (Wallington, 1972-1980) - Relationships: brother-in-law of 3JR Christopher James Rainbow * [[/Robert Arthur Crosbie Anderson|Anderson, Robert Arthur Crosbie "Bob"]] [https://www.familysearch.org/tree/person/details/G8VK-GZN] - 1908(Vic)-1990(Vic) - Licences: 3WY Melbourne (Camberwell, 1930-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 691, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Camberwell, 1931-1949; Glen Iris, 1954-1967; Burwood, Vic, 1972-1980) ===''ANEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Anear|Anear, Francis George]] [https://www.familysearch.org/tree/person/details/9XLK-9D6] - 1910(SA)-1971(SA) - Licences: 5LK Carrow (1929-1931); 9WZ Momote, Admiralty Islands (1954); 5WZ Adelaide (Parkside, 1955); 3AGF Melbourne (Laverton, 1960); 5WZ Adelaide (Parkside, 1965-1969) - Qualifications: cc; AOCP 556, 1929, No. ?? in SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil identified as Francis George Anear ===''ANGEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Benjamin Angel|Angel, Henry Benjamin "Harry"]] [https://www.familysearch.org/tree/person/details/GQWW-K4Y] - 1891(Eng)-1998(Qld, 106yo) - Licences: 4HA Brisbane (St Lucia, 1935-1939; Enoggera, 1946-1969; Lota, 1975-1980+) - Qualifications: cc; AOCP 1503, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW1, AIF Signals; WW2, AMF, Navy); business proprietor (radio service) - QSLs: Entire collection held by SLQ - Halcyon: p. 51, 60, 81, 163 - Electoral Rolls: motor driver (Kangaroo Point, Qld, 1919; Toowong, Qld, 1919-1925); carrier (St Lucia, Qld, 1928-1937); radio mechanic (Enoggera, Qld, 1949-1972); retired (Lota, Qld, 1977-1980) ===''ANSCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Arthur Anscombe|Anscombe, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/G6TL-7LR] - 1888(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: turner & fitter (Northcote, Vic, 1912-1913; Surrey Hills, Vic, 1914); mechanic (Albert Park, Vic, 1919); manager (Box Hill, Vic, 1927-1943) ===''ANTHONY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Henry Anthony|Anthony, Michael Henry]] [https://www.familysearch.org/tree/person/details/LK3H-6B7] - 1894(Vic)-1966(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio telegraphist (Thursday Island, 1919); telegraphist (Prahran, 1921-1924); clerk (Oakleigh, 1934); railway employee (Sandringham, Vic, 1936-1942); telegraphist (Sandringham, 1954-1963) * [[/Reginald Major Anthony|Anthony, Reginald Major "Reg"]] [https://www.familysearch.org/tree/person/details/GCYN-YWG] - 1908(SA)-1986(SA) - Licences: 5CM Adelaide (Unley Park, 1927-1937; Medindie Gardens, 1938-1939; Prospect, 1946-1960; Somerton Park, 1965-1980+) - Qualifications: cc; AOCP 324, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Wilfred Boykett Anthony - Electoral Rolls: Nil * [[/Wilfred Boykett Anthony|Anthony, Wilfred Boykett]] [https://www.familysearch.org/tree/person/details/GCYJ-3HZ] - 1903(SA)-1974(SA) - Licences: Receive Adelaide (Unley Park, 1923) - Qualifications: Nil identified - amateur receive operator, WW2 - Relationships: Brother of Reginald Major Anthony - Electoral Rolls: bank clerk (Netherby, 1939-1941) ===''APPERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Apperley|Apperley, George]] [https://www.familysearch.org/tree/person/details/GDNQ-5XG] - 1887(NZ)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 704, 1922; 1COCP 237, 1931 - NZ Gov. Telegraphs pre 1910; British Colonial Gov, 1910-1912; AWA (from 1913; Chief Marconi Wireless School 1914-1916; Works Manager 1916-1919; technical superintendent 1919-1923; OIC Beam Wireless 1924; Traffic Manager, Beam Wireless - Electoral Rolls: engineer (Elsternwick, 1922); manager (St Kilda, 1928; Caulfield, Vic, 1931-1936; Elsternwick, Vic, 1943); engineer (Manly, NSW, 1954) ===''ARCHIBALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Wilson Archibald|Archibald, Ian Wilson]] [https://www.familysearch.org/tree/person/details/G8HM-9LC] - 1902(WA)-1993(NSW) - Licences: 2BJ Receive Tingha (1922); 2KU Sydney (Dulwich Hill, 1928-1939, 1946-1955; Sans Souci, 1956-1965; Noraville, 1969-1980+) - Qualifications: cc; AOCP 457, 1928, No. ?? in NSW; 3COCP 2393, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: mining engineer (Dulwich Hill, 1930-1933); engineer (Dulwich Hill, 1936-1954); chemist (Sans Souci, 1958-1963); retired (Noraville, 1968) ===''ARGAET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stanislaus Argaet|Argaet, William Stanislaus]] [https://www.familysearch.org/tree/person/details/GZDZ-8Z8] - 1894(NSW)-1951(Qld) - Licences: 4KH Brisbane (Wynnum, 1931-1939, 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; business proprietor (Wynnum bus service) - Halcyon, p. 87, 127 - Electoral Rolls: electrician (Coorparoo, 1925); bus proprietor (Wynnum, 1928-1949) ===''ARMATI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rex Gordon Armati|Armati, Rex Gordon]] [https://www.familysearch.org/tree/person/details/2S42-XKH] - 1899(Qld)-1973(Qld) - Licences: 4DB Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: chemist's assistant (Stanton Hill, Townsville, 1921-1928); salesman (Neutral Bay, 1930); chemist's assistant (Stanton Hill, Townsville, 1936-1943); employment officer (Darlinghurst, 1949); clerk (Darlinghurst, 1954-1958; Kings Cross, 1963); shipping clerk (Surry Hills, 1968-1972) ===''ARMSTRONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Howard Armstrong|Armstrong, Edwin Howard]] [https://www.familysearch.org/tree/person/details/L5ZX-354] - 1890(USA)-1954(USA) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - USA inventor of the superheterodyne receiver [https://worldradiohistory.com/Archive-Radio-Club-of-America/Legacies-of-Edwin-Howard-Armstong-1990-11-Radio-Club-of-America.pdf RCA 1990 Special Edition] * [[/Stanley John Armstrong|Armstrong, Stanley John]] [https://www.familysearch.org/tree/person/details/GX4V-K7Y] - 1910?(NSW)-1972(Qld) - Licences: 4ZK Brisbane (Enoggera, 1932-1933); 4SA Brisbane (Enoggera, 1954-1969) - Qualifications: cc; AOCP 1004, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: soldier (Windsor, Qld, 1919); clerk (Enoggera, Qld, 1922-1968) * [[/Thomas Armstrong|Armstrong, Thomas]] [https://www.familysearch.org/tree/person/details/G88Q-GGZ] - 1895(Sct)-1964(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRTelephony 217, 1916; 1COCP 132, 1930 - witness to Royal Commission 1927 (obo PMGD) - senior federal public servant (Superintendent, Wireless Branch, NSW, PMGD), promoted to role upon retirement of William Tamillas Stephen Crawford ===''ARNOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Sydney Arnold|Arnold, Albert Sydney]] [https://www.familysearch.org/tree/person/details/9M2W-ZG2] - 1882(NSW)-1965(NSW) - Licences: XAB Sydney (Ashfield, 1911-1914) - Qualifications: Nil identified as yet - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Ashfield, 1913-1954); company secretary (Hurlstone Park, 1958); retired (Hurlstone Park, 1963) * [[/Edwin Charles Arnold|Arnold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/L8QX-H7J] - 1898(NSW)-1970(NSW) - Licences: 2BY Receive Tamworth (1922); 2BY Tamworth (1923-1925); 2BY Coolah (1925-1927); 2BY Sydney (Manly, 1928; Mona Vale, 1933-1936); 2AGW Sydney (Manly, 1938-1939) - Qualifications: cc; AOCP 226, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Mona Vale, 1931-1934), clerk (Balgowlah Heights, 1943-1968) * [[/Ernest Noel Arnold|Arnold, Ernest Noel]] [https://www.familysearch.org/tree/person/details/G84H-8J6] - 1907(NSW)-1978(NSW) - Licences: Receive (Crystal) Albury (1923-1924); 2OJ Albury (1928-1939, 1946-1975) - Qualifications: AOCP 452, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Albury, 1930-1937); fruit merchant (Albury, 1949-1977) * [[/Joseph Leslie Grahame Arnold|Arnold, Joseph Leslie Grahame "Les"]] [https://www.familysearch.org/tree/person/details/L853-R3J] - 1912(Vic)-1991(Tas) - Licences: 7AM Launceston (City, 1934-1939; Invermay, 1946-1956; Mowbray, 1960-1969; City, 1975-1980+) - Qualifications: cc; AOCP 1263, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: textile worker (Launceston North, 1936-1954); mechanic (Mowbray, 1968) * [[/William Henry Redvers Arnold|Arnold, William Henry Redvers]] [https://www.familysearch.org/tree/person/details/L2J7-SZ1] - 1903(Eng)-1993(WA) - Licences: 6BA Perth (Wembley, 1936-1937); 6BA Katanning (1938-1939) - Qualifications: cc; AOCP 1762, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Subiaco, WA, 1931-1937); electrical fitter (Katanning, WA, 1943; Kalgoorlie, WA, 1943); engineer (South Fremantle, WA, 1949); fitter (Scarborough, WA, 1954); electrician (Scarborough, WA, 1958); engineer (Floreat Park, WA, 1963); electrical contractor (West Perth, WA, 1968; South Perth, WA, 1972); electrician (Australind, WA, 1977) ===''ARTHUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Glendon Arthur|Arthur, Charles James Glendon "Glen"]] [https://www.familysearch.org/tree/person/details/G8CT-T62] - 1915(Qld)-1983(Qld) - Licences 4GJ Dayboro (1935-1939); 4GJ Brisbane (Morningside, 1946-1980+) - Qualifications: cc; AOCP 1450, 1935, Qld; BOCP?; 2COCP 493, 1941; 1COCP 639, 1942 - amateur operator, amateur broadcaster - Halcyon: p. 80 - Electoral Rolls: radio engineer (Wagga Wagga, 1943); radio mechanic (Morningside, 1949-1980) ===''ASHBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. W. C. Ashbury|Ashbury, A. W. C.]] - 19??(???)-19??(???) - Licences: Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ASHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice John Ashby|Ashby, Maurice John]] [https://www.familysearch.org/tree/person/details/GX49-L1C] - 1901(Eng)-1973(NSW) - Licences: 4DH Receive Dalby (1923) - Qualifications: cc; CPRT 899, 1925; 2COCP 94, 1930; 1COCP 281, 1932 - amateur receiver - Electoral Rolls: gardener (Dalby, 1922); labourer (Greenslopes, 1925); salesman (Glebe, 1933; Northbridge, 1935-1936; Epping, 1937); radio telegraphist (New Farm, Qld, 1943); planning assistant (Haberfield, NSW, 1943; Pennant Hills, NSW, 1949; Thornleigh, NSW, 1954-1963); retired (Avalon Beach, NSW, 1968-1972) ===''ASHLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Richard Ashley|Ashley, George William Richard]] [https://www.familysearch.org/tree/person/details/GF96-CMZ] - 1919(Eng)-1999(WA) - Licences: 6GA Perth (Carlisle, 1938-1939, 1947-1954); 6GA Kalgoorlie (1955-1956); 6GA Perth (Mt Yokine, 1960-1980+) - Qualifications: cc; AOCP 2094, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Carlisle, WA, 1943-1949); communications officer (Kalgoorlie, WA, 1954-1958); clerk (Yokine, WA, 1963-1980) ===''ASHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Robert Ashlin|Ashlin, Eric Robert]] [https://www.familysearch.org/tree/person/details/GSRF-44C] - 1910(Qld)-1992(Qld) - Licences: 4EA Brisbane (Annerley, 1931-1933); 4EA Toowoomba (1937-1939); 4EA Coolangatta (1946-1947); 4EA Bilinga (1948-1975) - Qualifications: cc; AOCP 873, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Rosentengels, radio service); military (WW2; signals officer) - Halcyon: p. 73, 127, 163 - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1936-1943; Bilinga, Qld, 1949-1963); TV technician (Bilinga, NSW, 1968-1980) ===''ASMUSSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Asmussen|Asmussen, Donald "Don"]] - Licences: 4ZJA Brisbane (Mt Gravatt, 1965); 4FA Brisbane (Mt Gravatt, 1969-1980+) - amateur operator, JOTA participant 1960s ===''ATHELSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. N. Athelstone|Athelstone, G. N.]] - 19??(???)-19??(???) - Licences: 5NG Central Australia (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Joseph Atkins|Atkins, Kenneth Joseph "Ken"]] [https://www.familysearch.org/tree/person/details/GCXH-NW7] - 1912(Eng)-2001(SA) - Licences: 5MW Adelaide (Semaphore, 1932-1939; Woodville Park, 1946-1948; Eden Hills, 1954; Blackwood Park, 1955-1960; Campbelltown, 1965-1980+) - Qualifications: cc; AOCP 910, 1932, No. ?? in SA; BOCP 415, 1941 - amateur operator; amateur broadcaster; engineer (Dept. Civil Aviation) - Electoral Rolls: mechanic (Semaphore, SA, 1939-1941); engineer (Woodville Park, SA, 1943) * [[/Leslie Morton Atkins|Atkins, Leslie Morton "Les"]] [https://www.familysearch.org/tree/person/details/MCTV-T5T] - 1876(Vic)-1949(WA) - Licences: 4LA Townsville (1924-1926); 5LA Adelaide (Magill, 1926-1931; Tusmore, 1933; Erindale, 1937-1939); seems to have operated in Townsville as 4GD ca Nov 1924? - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMGD (telegraphist, east-west overland telegraph, Eucla, 1910); engineer (PMGD, divisional engineer) - Halcyon: AOCP Townsville 1925, p. 88 - Electoral Rolls: telegraphist (Eucla, 1903-1910; Victoria Park, 1912-1916); district engineer (Townsville, 1919-1925); engineer (Tusmore, 1939); retired (Lismore Base Hospital, NSW, 1943) ===''ATKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Marshall Atkinson|Atkinson, John Marshall]] [https://www.familysearch.org/tree/person/details/G89L-C6R] - 1906(Eng)-1999(ACT) - Licences: 2RZ Sydney (Mosman, 1927-1930; Carrs Park, 1931-1936; Glebe, 1937; Chippendale, 1938-1939); 4RZ Labrador (1955); 4RZ Gatton (1956-1960); 4RZ Southport (1969-1980+) - Qualifications: AOCP 331, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Neutral Bay, 1930); organiser (Darlinghurst, 1943); shopkeeper (Gatton, 1958-1963; Labrador, 1968); retired (Southport, 1972-1980) * [[/Noel Whittaker Atkinson|Atkinson, Noel Whittaker]] [https://www.familysearch.org/tree/person/details/K2XX-V88] - 1908(Qld)-1979(Qld) - Licences: 4WK Brisbane (1929), 4NA Brisbane (1930-1935, Check), 4BT Brisbane (Camp Hill, 1946-1965+) - Qualifications: AOCP 530, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, business proprietor (radio sales & service), federal public servant (DCA) - Electoral Rolls: - radio mechanic (Camp Hill, 1937-1977) - (Halcyon, p. 102) * [[/Reginald Aubrey Atkinson|Atkinson, Reginald Aubrey]] [https://www.familysearch.org/tree/person/details/9V5M-WJC] - 1895(Qld)-1965(Qld) - Licences: 4RA Brisbane (South Brisbane, 1928-1933; Annerley, 1937-1939) - Qualifications: cc; AOCP 412, 1928, No. 46 in Qld - amateur operator; amateur broadcaster - Halcyon: not mentioned - Electoral Rolls: clerk (Coorparoo, 1919); accountant (Rosewood, 1925); timber merchant (Yeronga, 1925; Thompson Estate, 1937-1949; Southport, 1958-1963) * [[/Robert Henry Atkinson|Atkinson, Robert Henry]] [https://www.familysearch.org/tree/person/details/GXY5-2P3] - 1913(WA)-19??(???) - Licences: 6WZ Perth (Victoria Park, 1936-1939); 6WZ Geraldton (1947-1955); 6WZ Albany (1956-1965); 6WZ Katanning (1969); 6WZ Albany (1975-1980) - Qualifications: cc; AOCP 1804, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: journalist (Victoria Park, WA, 1936-1937); radio announcer (Geraldton, WA, 1943); broadcast station manager (Geraldton, WA, 1949-1954); manager (Albany, WA, 1958-1968); radio announcer (Albany, WA, 1972-1980) ===''AUGUSTESEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Gerald Augustesen|Augustesen, Gordon Gerald]] [https://www.familysearch.org/tree/person/details/GZDZ-LF9] - 1915(Qld)-1986(Qld) - Licences: 4JN Brisbane (Mitchelton, 1932-1939); 4XQ Brisbane (Auchenflower, 1947-1948; Oakleigh, 1954-1960; Kenmore, 1965-1980+) - Qualifications: cc; AOCP 1046, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); military (WW2, RAAF, radar technician); business proprietor (Telair) - Halcyon: p. 85, 127 - Electoral Rolls: radio engineer (Mitchelton, Qld, 1943); manager (Auchenflower, Qld, 1949; Dorrington, Qld, 1954-1963; Kenmore, Qld, 1968-1980) ===''AUSTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emanuel Maxwell Austin|Austin, Emanuel Maxwell "Mannie"]] [https://www.familysearch.org/tree/person/details/G8HH-98K] - 1909(NSW)-1997(NSW) - Licences: 2KZ Kurri Kurri (1929-1980+) - Qualifications: AOCP 477, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clipper (Kurri Kurri, 1930-1980) * [[/Henry Lashbrooke Austin|Austin, Henry Lashbrooke "Hal"]] [https://www.familysearch.org/tree/person/details/L4V2-LDC] - 1902(SA)-1954(SA) - Licences: 5BN Adelaide (Norwood, 1923-1928); 5AW Adelaide (Rose Park, 1947-1954) - Qualifications: cc; AOCP 101, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Victoria Park, SA, 1939; Rose Park, 1941-1943) * [[/Selwood Charles Austin|Austin, Selwood Charles]] [https://www.familysearch.org/tree/person/details/GXBD-TVV] - 1902(WA)-1985(WA) - Licences: 6SA Perth (Victoria Park, 1927; South Perth, 1930-1956; Maida Vale, 1960-1969; Morley, 1975-1980+) - Qualifications: cc; CPRT 625, 1921; 1COCP 134, 1930 - amateur operator; amateur broadcaster - Relationships: Brother-in-law of Stanley Hogg - Electoral Rolls: electrician (South Perth, WA, 1931-1958); police officer (Maida Vale, WA, 1963-1968; Kalamunda, WA, 1972); retired (Morley, WA, 1977-1980) ===''AVARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Avard|Avard, Alfred Edward]] [https://www.familysearch.org/tree/person/details/G8X2-RRL] - 1901(Vic)-1978(Vic) - Licences: 3AZ Melbourne (Northcote, 1930-1939; Kew, 1946-1965) - Qualifications: AOCP 620, 1930, No. ?? in Vic; 1COCP 88, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Northcote, 1925-1937); public servant (Kew, 1943-1977) =='''B'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''BACKLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lincoln Backler|Backler, Eric Lincoln]] [https://www.familysearch.org/tree/person/details/LV8Q-6SK] - 1911(SA)-1980(SA) - Licences: 5HK Kingston SE (1933-1939, 1954-1980) - Qualifications: cc; AOCP 1093, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Kingston, SA, 1939) ===''BADENOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Herbert Lionel Badenoch|Badenoch, James Herbert Lionel]] [https://www.familysearch.org/tree/person/details/GXG7-3XK] - 1913(NSW)-1984(SA) - Licences: 5LB Adelaide (Trinity Gardens, 1932-1980+) - Qualifications: cc; AOCP 1012, 1932, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BADER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Adolphus Frederick Bader|Bader, Henry Adolphus Frederick]] [https://www.familysearch.org/tree/person/details/97M3-V5X] - 1866(Ger)-1928(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman, Trading Committee, Wireless Development Assoc (Perth); witness to Royal Commission 1927 (obo WDA) - Electoral Rolls: electrical engineer (North Perth, 1913-1926) ===''BADGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Victor Badger|Badger, Albert Victor]] [https://www.familysearch.org/tree/person/details/G9RY-9X6] - 1893(Eng)-1983(NSW) - 2YT Receive Sydney (Rozelle, 1923-1924), 2AB Sydney (Rozelle, 1925-1926; North Sydney, 1927-1929; Crows Nest, 1930; Rozelle, 1931-1934; Leichhardt, 1935-1939), amateur operator (AOCP 202, 1925, No. ?? in NSW), amateur broadcaster, operator (Hobart East, 1919); picture operator (Crows Nest, 1930; Rozelle, 1934; Lilyfield, 1937-1972; Leichhardt, 1977-1980)) ===''BAGST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. D. A. Bagst|Bagst, E. D. A.]] - 19??(???)-19??(???) - Licences: 5EB Adelaide (Woodville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: individual not yet identified, possibly Elizabeth D. Bagst nee Boyle who married Leslie Bagst at Newtown, NSW 1925, possible YL operator ===''BAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Leonard Bain|Bain, John Leonard]] [https://www.familysearch.org/tree/person/details/GD4V-6SV] - 1891(Eng)-19??(NSW?) - Licences: Nil yet identified - Qualifications: cc; CPRT 109, 1915 - ship wireless officer (pre WW1, WW1); journalist (technical editor, Listener-In, -1934+); clubs (IRE USA); WW1 (1916-1919); Associate Editor, Popular Radio Weekly (1927); witness to Royal Commission 1927 (as associate editor, Popular Radio Weekly, Victoria) - Education: B.Sc.(London) - Electoral Rolls: engineer (Essendon, Vic, 1925-1936); journalist (Darling Harbour, NSW, 1937) - Links: [https://www.awm.gov.au/collection/P10688424 AWM] ===''BAILEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bailey|Bailey, George]] [https://www.familysearch.org/tree/person/details/GDKW-8PX] - 1882(Eng)-19??(???) - Licences: 5GB Mt Gambier (1924-1926) - Qualifications: cc; CPRT 79, 1915 - RANRS (CPO to Warrant Telegraphist, 1917); amateur operator; amateur broadcaster - Electoral Rolls: retired (Mt Gambier, 1939-1943) * [[/Jack Harry Bailey|Bailey, Jack Harry]] [https://www.familysearch.org/tree/person/details/KG85-LZ4] - 1912(Qld)-1989(Qld) - Licences: 4JC Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1299, 1934, Qld; BOCP 1902, 1961 - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Red Hill, Qld, 1936-1937); electrical mechanic (Annerley, Qld, 1943-1954); teacher (Tarragindi, Qld, 1958-1963); college principal (Mackay, Qld, 1968); principal (Bundaberg, Qld, 1972; Tarragindi, Qld, 1977-1980) * [[/Robert Howard Bailey|Bailey, Robert Howard]] [https://www.familysearch.org/tree/person/details/GXLM-1X6] - 1917(SA)-1995(SA) - Licences: 5NW Crystal Brook (1936-1939); 5NW Adelaide (Kensington Park, 1948; Huddleston, 1954-1960); 5NW Crystal Brook (1965-1980+) - Qualifications: cc; AOCP 1764, 1936, SA; BOCP 673, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Crystal Brook, SA, 1939-1943) ===''BAIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Allan Baird|Baird, Thomas William Allan]] [https://www.familysearch.org/tree/person/details/LHKG-JVD] - 1886(Qld)-1943(Qld) - Licences: 4DY Receive Brisbane (Bayswater, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (AIF, 11 Field Company Engineers, 1916) - Electoral Rolls: gardener (North Pine, Qld, 1908); labourer (Bayswater, Qld, 1912-1913); storeman (Torwood, Qld, 1916-1943) ===''BAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Andrew Claude Baker|Baker, Andrew Claude]] [https://www.familysearch.org/tree/person/details/G6TG-RZ9] - 1897(Eng)-1935(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 144, 1915; 2COCP 193, 1930; 1COCP 303, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIR Rockhampton (1917-1918) - Electoral Rolls: wireless operator (Clayfield, 1914-1917; Rockhampton, 1919-1934) * [[/Charles Whiteway Baker|Baker, Charles Whiteway]] [https://www.familysearch.org/tree/person/details/LL93-HYP] - 1905(Vic)-1978(Vic) - Licences: 3VP Receive Bendigo (1923-1924); 3VP Bendigo (1925-1975) - Qualifications: cc; AOCP 156, 1925, No. ?? in Vic; BOCP 451, 1942 - amateur receiver; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (as a "listener"); merchant - Electoral Rolls: salesman (Bendigo, 1927-1931); merchant (Bendigo, 1934-1968; Kennington, 1972-1977) * [[/Ernest James Baker|Baker, Ernest James]] [https://www.familysearch.org/tree/person/details/GZ6F-K5B] - 1904(NSW)-1973(NSW) - Licences: 2FP Receive Newcastle (Maryville, 1922-1923); 2FP Newcastle (Maryville, 1924-1928; Wickham, 1929; Hamilton, 1930-1939, 1946-1969) - Qualifications: cc; AOCP 69, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: draftsman (Hamilton, 1930-1972) * [[/Edwin Weldon Baker|Baker, Edwin Weldon]] [https://www.familysearch.org/tree/person/details/LYWP-F1D] - 1895(NSW)-1979(NSW) - Licences: 4CI Receive Brisbane (Northgate, 1922) - Qualifications: cc; CPRT 733, 1922 - amateur receiver - Halcyon: not mentioned - Electoral Rolls: joiner (Northgate, 1919-1977) * [[/John Frederick Thomas Baker|Baker, John Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GCY6-8XY] - 1908(???)-1977(Vic) - 3LF Melbourne (Northcote, 1927+), qualifications (AOCP 325, 1927, No. ?? in Vic), amateur operator, amateur broadcaster, * [[/Herbert Edward Baker|Baker, Herbert Edward]] [https://www.familysearch.org/tree/person/details/9V2B-245] - 1875(Vic)-1948(Qld) - Licences: 4HB Charleville (1925-1927) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; grazier - Halcyon: p. 81, 111 - Electoral Rolls: station manager (Charleville, 1903); grazier (Charleville, 1908-1943) * [[/Sidney Charles Baker|Baker, Sydney or Sidney Charles]] [https://www.familysearch.org/tree/person/details/MZSZ-J4H] - 1909(Vic)-1977(Vic) - Licences: 3KU Receive Melbourne (South Melbourne, 1922-1924), 3BK Melbourne (South Melbourne, 1925-1933; Albert Park, 1937; South Melbourne, 1938-1939, 1946-1954; Bonbeach, 1955-1969; Seaford, 1975) - Qualifications: AOCP 177, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (South Melbourne, 1937); optical mechanic (Carrum, 1963-1972); retired (Carrum, 1977) * [[/Walter Ross Baker|Baker, Walter Ross]] [https://www.familysearch.org/tree/person/details/G8CY-D78] - 1905(SA)-1978(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''BALDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Loris John Balderson|Balderson, Loris John]] [https://www.familysearch.org/tree/person/details/GMVR-1RW] - 1895(Vic)-1932(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; RAAF (Flying Officer, Technical Branch, 1927); witness to Royal Commission 1927 (obo RAAF) - Electoral Rolls: officer, RAAF (Footscray, 1924); flying officer (Werribee, 1925); flight-lieutenant (Werribee, 1931) - Links: [https://www.crossandcockade.com/uploads/Balderson.pdf Bio] ===''BALSILLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Graeme Balsillie|Balsillie, John Graeme]] [https://www.familysearch.org/tree/person/details/G7MR-7MN] - 1885(Qld)-1924(USA) - radio business proprietor, senior federal public servant (PMGS, Commonwealth Wireless Expert), inventor, (Halcyon, not mentioned) - [https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf John Graeme Balsilie: Australia's Forgotten Wireless Pioneer]; [https://adb.anu.edu.au/biography/balsillie-john-graeme-5117 ADB] ===''BAMFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Bamfield|Bamfield, Alfred George]] [https://www.familysearch.org/tree/person/details/GM19-HNG] - 1892(NSW)-1918(NZL) - Licences: XQJ Corfield (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Halcyon: p. 3 - Electoral Rolls: clerk (Muttaburra, Qld, 1913) ===''BANCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John Bancroft|Bancroft, Stanley John]] - 19??(???)-19??(???) - Broadcast technician (2CY), federal public servant (PMGD, ABC) ===''BANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Edward William Banks|Banks, Harold Edward William "Harry"]] [https://www.familysearch.org/tree/person/details/G6S7-3BT] - 1911(NZL)-2000(Tas) - Licences: 7HB Hobart (North Hobart, 1938-1939; Richmond, 1946-1956; Penna, 1960-1965; New Town, 1969-1980+) - Qualifications: cc; Nil yet identified (New Zealand?) - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Hobart North, 1936-1937); council clerk (Richmond, 1943-1954) ===''BANYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ingram Banyer|Banyer, Ingram]] [https://www.familysearch.org/tree/person/details/9F95-CYX] - 1893(SA)-1976(SA) - Licences: XVQ Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: clerk (Blackwood, SA, 1939-1943) ===''BARBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel George Barber|Barber, Samuel George]] [https://www.familysearch.org/tree/person/details/GXLC-66B] - 1913(SA)-1991(SA) - Licences: 5MV Adelaide (Henley Beach, 1933-1937; Woodville, 1938-1939) - Qualifications: cc; AOCP 1232, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: welder (Woodville, SA, 1939); radio engineer (5RM, Berri, SA, 1941; Glenelg, SA, 1943) * [[/William Henry Barber|Barber, William Henry]] [https://www.familysearch.org/tree/person/details/LY4N-QRD] - 1897(SA)-1965(WA) - Licences: Receive Adelaide (Cumberland, 1923-1925); 5WH Adelaide (Cumberland, 1926-1931); 5WH Port Pirie (1933-1937); 6DX Kalgoorlie (1938-1939; 1946-1960) - Qualifications: cc; AOCP 266, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio engineer (Kalgoorlie, 1937-1963) ===''BARBIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alphonse Barbier|Barbier, Edward Alphonse or Alphonse Edward]] [https://www.familysearch.org/tree/person/details/GXLV-5TW] - 1904(SA)-1962(SA) - Licences: 5MD Adelaide (Stockdale Reserve, 1932-1939; City, 1947-1960) - Qualifications: cc; AOCP 958, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARBOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Heyward Barbour|Barbour, Kenneth Heyward]] [https://www.familysearch.org/tree/person/details/GZXJ-1VZ] - 1905(Vic)-1952(Vic) - Licences: 3ZI Melbourne (Armadale, 1923-1926) - Qualifications: AOCP 105, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARDIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Frederic Bardin|Bardin, William Frederic or Frederick "Bill", "Old Bill"]] [https://www.familysearch.org/tree/person/details/GSS9-TG4] - 1899(Eng)-1976(NSW) - Licences: 3ZA Melbourne (North Carlton, 1923-1925); 4AB Townsville (1925-1927); 4AB Brisbane (Fairfield & Yeronga, 1931-1933); 2ABZ Sydney (Ermington & Dundas 1937-1939, 1946-1961+) - Qualifications: cc; CPRT 615, 1921; 1COCP 58, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); coastal radio operator (AWA); state public servant (4QG); federal public servant (Halcyon, p. 63) - Electoral Rolls: clerk (Townsville, 1922); radio engineer (Townsville, 1925; Buranda, 1926; Fairfield, 1928); engineer (Dundas, 1936-1943; Eastwood, 1949-1968) ===''BARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Morphew Barker|Barker, Rupert Morphew]] [https://www.familysearch.org/tree/person/details/GCGH-7LM] - 1890(Eng)-1973(Tas) - Licences: 5RM Adelaide (Prospect, 1924-1933); 7RM Hobart (City, 1947-1948; Lenah Valley, 1949-1969) - Qualifications: cc; Nil yet identified (likely qualified in England) - amateur operator; amateur broadcaster; WW2; broadcast engineer (sound) - Electoral Rolls: electrician (South Yarra, Vic, 1931-1936; Hobart North, Tas, 1937; Hobart South, Tas, 1943); sound engineer (Hobart West, Tas, 1949); engineer (Moonah, Tas, 1954; New Town, Tas, 1963) * [[/William Henry Barker|Barker, William Henry (R.?)]] [https://www.familysearch.org/tree/person/details/GHGY-243] - 1905(NSW)-1956(NSW) - licences: Receive (Crystal) Sydney (Concord, 1923-1924); 2BW Sydney (Concord, 1925-1931), qualifications: AOCP 217, 1925, No. ?? in NSW, amateur operator, amateur broadcaster, electoral rolls: electrical mechanic (Concord, 1930-1943), beware several contemporaneous William Henry Barker ===''BARLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Kenneth Barlin|Barlin, George Kenneth]] [https://www.familysearch.org/tree/person/details/L2VX-DP3] - 1916(NSW)-2016(ACT) - qualifications (BOCP 67, 1937), long term employee 2CA Canberra, manager TV network ===''BARLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Barlow|Barlow, Edward]] [https://www.familysearch.org/tree/person/details/G8K2-2FL] - 1895(NSW)-1968(Qld) - Licences: 2GQ Receive Armidale (1922); 2GQ Armidale (1922-1926); 2GQ Glen Innes (1927); 2GQ Sydney (Darlinghurst, 1928); 2GQ Canberra (1929); 2GQ Mudgee (1930-1931); 2GQ Sydney (Cammeray, 1933-1934; North Sydney, 1935-1936; Mosman, 1937-1939 & 1946-1965) - Qualifications: cc; AOCP 4, 1924, No. 3 in NSW - amateur operator; amateur broadcaster - TroveTag: "2GQ - Edward Barlow" - Electoral Rolls: public servant (Mudgee, 1930-1932; Cammeray, 1933-1935; Milsons Point, 1936; Mosman, 1937); divisional returning officer (Bathurst, 1943; Mosman, 1949-1958) ===''BARNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Barnes|Barnes, Thomas Walter]] [https://www.familysearch.org/tree/person/details/G8Z6-PZ2] - 1910(Vic)-2002(NSW) - Licences: 3TB Melbourne (Ascot Vale, 1929-1933; Moonee Ponds, 1937-1939; West Brunswick, 1946-1980+) - Qualifications: AOCP 537, 1929, No. ?? in Vic; BOCP 243,1939 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Ascot Vale, 1931-1936); mechanic (Moonee Ponds, 1937-1942); electrical maintenance (West Brunswick, 1949-1980) - beware another contemporaneous Thomas Walter Barnes (1893-1925) ===''BARRACLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Barraclough|Barraclough, Francis "Frank"]] [https://www.familysearch.org/tree/person/details/G8KL-MNY] - 1903(Qld)-1974(Qld) - Licences: 4GY Brisbane (Kedron, 1933-1935); 4GX Brisbane (Kedron, 1935-1939; 1946-1969) - Qualifications: cc; AOCP 1075, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2); radio service (Palings) - Halcyon: p. 81 - Electoral Rolls: carpenter (Kedron, 1937-1972) ===''BARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Barry|Barry, William Lawrence (BMD) or Lawrence William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/MK6C-NBK] - 1905(Qld)-1970(Qld) - Licences: 4FQ Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: storeman (South Brisbane, Qld, 1929); taxi driver (South Brisbane, Qld, 1937-1968) ===''BARTHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Lewis Barthold|Barthold, Godfrey Lewis]] [https://www.familysearch.org/tree/person/details/GZKR-JWZ] - 1899(Vic)-1993(Vic) - 3GL Melbourne (Malvern, 1925-1927), 3BT Melbourne (Malvern, 1931-1939; Glen Iris, 1946-1980+), amateur operator (AOCP 210, 1925, No. ?? in Vic), amateur broadcaster, clerk (Malvern, 1924-1931), radio manufacturer (Camberwell, 1937-1943; Glen Iris, 1949-1972), retired (Mt Martha, 1977-1980) ===''BARTHOLOMEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Bartholmew|Bartholomew, Charles Percy]] [https://www.familysearch.org/tree/person/details/G6CZ-8YR] - 1861(Eng)-1942(NSW) - Licences: XBM Sydney (Mosman, 1911-1914); 2FO Receive Sydney (Kirribilli, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver; company director (AWA); witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: merchant (Milsons Point, 1930-1937) - Comment: famously charged and convicted of trading with the enemy during WW1 but only slapped on wrist (together with Ernest Thomas Fisk and Hugh Robert Denison) ===''BARTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gustavus Campbell Barton|Barton, Edward Gustavus Campbell]] [https://www.familysearch.org/tree/person/details/KJ57-87Y] - 1857(Vic)-1942(Eng) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter, scientist, business proprietor (Barton & White) - Halcyon: not mentioned) - [https://adb.anu.edu.au/biography/barton-edward-gustavus-campbell-9445 ADB] * [[/Graham Francis Barton|Barton, Graham Francis]] [https://www.familysearch.org/tree/person/details/GX5P-KYT] - 1918(SA)-2005(SA) - Licences: 5BN Mt Gambier (1937-1939); 5BN Adelaide (Unley, 1947-1956; Malvern, 1960-1980+) - Qualifications: cc; AOCP 1993, 1937, SA; 1COCP 1709, 1954 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Hyde Park, SA, 1941-1943) * [[/Richard McRae Barton|Barton, Richard McRae "Dick"]] - 1940(???)-2021(Qld) - broadcast engineer, director engineering FACTS (1981-2001), ABU Engineering Award 2004, Fellow SMPTE, contributed to development DTV standards, chaired preparatory meeting to WRC 2000, [https://www.itu.int/dms_pub/itu-r/oth/0a/07/R0A070000420001PDFE.pdf ITU Tribute] ===''BARTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graeme Bartram|Bartram, Graeme]] - historian (early Aus wireless: 2011 "John Graeme Balsilie: Australia's Forgotten Wireless Pioneer"[https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf]) ===''BASIL-COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * Frank Basil-Cooke see Cooke, Frank Basil "Basil" ===''BASSETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Rankin Bassett|Bassett, Francis Rankin]] [https://www.familysearch.org/tree/person/details/GQZJ-28Y] - 1906(NSW)-1982(NSW) - 2FR Sydney (Bexley, 1925-1928; Arncliffe, 1929), 2FR Singleton, 1931-1939), amateur operator (AOCP 194, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother John Bassett * [[/John Bassett|Bassett, John]] [https://www.familysearch.org/tree/person/details/L8M2-8XN] - 1904(NSW)-1979(NSW) - 2VO Receive Stroud (1923), amateur operator (AOCP 232, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother Francis Rankin Bassett ===''BATCHLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Victor Batchler|Batchler, Charles Victor "Victor"]] [https://www.familysearch.org/tree/person/details/K4NN-FXJ] - 1897(Tas)-1985(Tas) - Licences: XZJ Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: Uncle of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: shift engineer (Waddamana, 1922) * [[/Jack Copeland Batchler|Batchler, Jack Copeland]] [https://www.familysearch.org/tree/person/details/KCSK-D8F] - 1910(Tas)-1979(Tas) - Licences: 7JB Hobart (1932-1939); 3AJB Melbourne (1947); 7JB Hobart (Sandy Bay, 1948-1975+) - Qualifications: cc; AOCP 957, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: nephew of XZJ Charles Victor Batchler; husband of 7YL Joyce Isabel Batchler nee Crowder - Electoral Rolls: soldier (Nelson, 1943-1949); no occupation (Nelson, 1972) * [[/Joyce Isabel Crowder|Batchler nee Crowder, Joyce Isabel]] [https://www.familysearch.org/tree/person/details/LYNY-PKG] - 1915(Tas)-2015(Tas) - Licences: 7YL Hobart (Sandy Bay, 1936-1980) - Qualifications: AOCP 1627, 1936, Tas - amateur operator; amateur broadcaster; YL - Relationships: Wife of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: home duties (Nelson, 1943-1972) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''BATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Bate|Bate, Arthur John]] [https://www.familysearch.org/tree/person/details/GXKQ-PYC] - 1917(WA)-2010(SA) - Licences: 5ZA Adelaide (Adelaide City, 1937-1939) - Qualifications: cc; AOCP 1891, 1937, SA; BOCP 1481, 1956; 1COCP 2049, 1967 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil yet identified ===''BATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lister Bates|Bates, Jack Lister]] [https://www.familysearch.org/tree/person/details/GCGK-238] - 1912(Qld)-1998(Qld) - Licences: 4UR Brisbane (Teneriffe, 1935-1939, 1946-1947; Lutwyche, 1948-1969; Toombul, 1975-1980) - Qualifications: cc; AOCP 1430, 1935, Qld - amateur operator; amateur broadcaster; Radio Club (WIAQ, QSL Manager); part of the "U" gang; WW2 - Halcyon: p. 12, 99, 137, 141, 145 - Electoral Rolls: storeman (Teneriffe, Qld, 1936-1943); labourer (Lutwyche, Qld, 1949-1958; Wooloowin, Qld, 1968); cashier (Toombul, Qld, 1972-1980) ===''BATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Henry Batt|Batt, Cecil Henry]] [https://www.familysearch.org/tree/person/details/GMLJ-5SB] - 1904(Tas)-1942(Tas) - Licences: Receive (Crystal) Bothwell (1923) - Qualifications: cc; 3COCP 434, 1940 - amateur receiver - Electoral Rolls: motor driver (Bothwell, 1928); labourer (Melton Mowbray, 1936-1937) ===''BATTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Thomas Battle|Battle, Edmund Thomas]] [https://www.familysearch.org/tree/person/details/G6C8-G32] - 1890(UK)-1970(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a listener) - Electoral Rolls: teamster (Dorrigo, 1913); dairy farmer (Malanda, 1919); sawmill manager (Tumoulin, 1931); sawmiller (Ravenshoe, 1936-1937); timber merchant (Paddington, 1943); sawmiller (Albion, 1949) ===''BATTYE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Sykes Battye|Battye, James Sykes]] [https://www.familysearch.org/tree/person/details/9V7W-HL5] - 1871(Vic)-1954(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - librarian; historian; witness to Royal Commission 1927 (as chairman, special committee, Western Australian Listeners' League) - Electoral Rolls: librarian (Perth, 1910-1937); principal librarian (Perth, 1943-1949) - Links: [[w:James Battye|Wikipedia]] [https://adb.anu.edu.au/biography/battye-james-sykes-5156 ADB] ===''BATY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Baty|Baty, Richard]] [https://www.familysearch.org/tree/person/details/GXLV-BZX] - 1913(Eng)-19??(???) - Licences: 5MH Adelaide (Brompton, 1931; Pennington, 1937; Challa Gardens, 1938-1939; Lockleys, 1954-1969; Henley Beach South, 1975-1980) - Qualifications: cc; AOCP 757, 1931, No. ?? in SA; AOLCP 160, 1934; BOCP 242, 1939; 1COCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Franklin, SA, 1941-1943) ===''BAUER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Thomas Bauer|Bauer, Alfred Thomas "Alf"]] [https://www.familysearch.org/tree/person/details/MSCM-QB1] - 1908(Qld)-2004(Qld) - Licences: 4AT Brisbane (Annerley, 1927-1933) & Cairns? - Qualifications: cc; AOCP 333, 1927, No. 36 in Qld; CPRTelephony 1119, 1928; 1COCP 92, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); state public servant (4QG); WW2 - Halcyon: p. 67, 86, 111, 127, 130 - Electoral Rolls: radio engineer (Cairns, 1936; Camp Hill, 1937); radio tech (Camp Hill, 1943-1980) ===''BAXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Baxter|Baxter, Arthur Henry]] [https://www.familysearch.org/tree/person/details/L62R-CKR] - 1900(Eng)-1983(WA) - Licences: 6BX Geraldton (1937-1939) - Qualifications: cc; AOCP 1989, 1937, WA; BOCP 381, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: station employee (Lyons River Station, Carnarvon, WA, 1925-1926); wood merchant (Geraldton, WA, 1931-1937); broadcast station operator (Geraldton, WA, 1949-1972); retired (Thornlie, WA, 1977-1980) * [[/Sidney Roy Baxter|Baxter, Sidney or Sydney Roy]] [https://www.familysearch.org/tree/person/details/LWX9-XWV] - 1915(Qld)-1985(Qld) - Licences: 4FJ Brisbane (Camp Hill, 1935-1939; Coorparoo Heights, 1946-1947; Cribb Island, 1948-1950; Camp Hill, 1954-1980+) - Qualifications: cc; AOCP 1569, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless officer); employment (Trittons, radio service); business proprietor (radio service) - Halcyon: p. 76, 137 - Electoral Rolls: truck driver (Camp Hill, Qld, 1936-1943); radio mechanic (Cribb Island, Qld, 1949); radio technician (Camp Hill, Qld, 1954-1980) ===''BEAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Beames|Beames, Kenneth]] [https://www.familysearch.org/tree/person/details/9NQJ-L17] - 1899(NSW)-1989(NSW) - Licences: N754 Receive Sydney (Randwick, 1922); 2IB Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: manufacturer (Five Dock, 1930-1958; Linden, 1963-1980) ===''BEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Percival Reed Bean|Bean, Leslie Percival Reed]] [https://www.familysearch.org/tree/person/details/KHWZ-6ZZ] - 1884(Vic)-1972(NSW) - Licences: 2ZT Sydney (Mosman, 1923-1925); 2LP Sydney (Mosman, 1924-1928; Artarmon, 1929-1936; Pymble, 1937-1939) - Qualifications: cc; Nil yet identified - PMGD (Elec. Engineer, 1904-1919); L. P. R. Bean & Co (founder 1920-1926); Stromberg-Carlson (founder, 1927-1933+); Council IREAust - Electoral Rolls: electrical instrument fitter (Ascot Vale, 1909); engineer (Brighton, Vic, 1912-1915; Artarmon, NSW, 1930); company director (Pymble, 1933-1943; Roseville, 1949-1954); electrical engineer (Lindfield, 1958-1968) ===''BEARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Gordon Beard|Beard, Ernest Gordon]] [https://www.familysearch.org/tree/person/details/GW2G-25R] - 1897(Eng)-1968(USA) - Licences: Nil yet identified - Qualifications: cc; 1COCP 304, 1939 - broadcast engineer (United Distributors; 2KY; 2GB); inventor; witness to Royal Commission 1927 (as consulting engineer, 2GB) - Electoral Rolls: engineer (Northbridge, 1930-1934); radio engineer (Northbridge, 1936-1937); wireless engineer (Willoughby, 1943-1949); engineer (Forestville, 1958-1963) - Links: [https://www.radiomuseum.org/dsp_hersteller_detail.cfm?company_id=12500 radiomuseum.org] * [[/Norman George Beard|Beard, Norman George]] [https://www.familysearch.org/tree/person/details/LT9G-GSZ] - 1902(Vic)-1984(NSW) - Licences: 3DR Receive Balnarring (1922-1923); 2PK Wentworthville (1930); 2ALJ Sydney (Prospect, 1939; Toongabbie, 1946-1954; Brookvale, 1955; Dee Why, 1956-1961); 2ALJ Terrigal (1965) - Qualifications: AOCP 583, 1930, No. ?? in NSW; TVOCP 25, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Pendle Hill, NSW, 1930; Balnarring, Vic, 1931; Prospect, NSW, 1933-1937); RAAF instructor (Ballarat, 1942); teacher (Toongabbie, 1949-1954; Brookvale, 1958); retired (Terrigal, 1963-1972; Wendouree, Vic, 1977; Caves Beach, 1980) ===''BEARUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Andrew Bearup|Bearup, Herbert Andrew]] [https://www.familysearch.org/tree/person/details/GDLJ-B1C] - 1900(Vic)-1982(Vic) - Licences: V740 Receive Melbourne (Caulfield East, 1922); 3GT Receive Melbourne (Caulfield East, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Malvern East, 1921-1924; Caulfield East, 1925-1928); farmer (Bentleigh, 1934-1949); engineer (Highett, 1963-1967; Moorabbin, 1972-1980) * [[/Thomas William Bearup|Bearup, Thomas William]] [https://www.familysearch.org/tree/person/details/9J7R-T9D] - 1897(Vic)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 224, 1916 - studio manager 3LO (1927); witness to Royal Commission 1927 (as studio manager, 3LO, Victoria); WW1 (merchant navy) - Electoral Rolls: operator (Caulfield, 1924); radio engineer (Auburn, Vic, 1931-1937); manager (Roseville, NSW, 1943) ===''BEATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Beatson|Beatson, Robert John "Bob"]] [https://www.familysearch.org/tree/person/details/GSJV-2D2] - 1909(Qld)-2003(Qld) - Licences: 4BB Brisbane (Wilston, 1928); 4BB Maryborough (1931-1939) - Qualifications: cc; AOCP 394, 1928, No. 44 in Qld; AOLCP 173, 1934 - amateur operator; amateur broadcaster; radio club administrator (WIAQ); broadcast engineer (4MB); WW2 - Halcyon: p. 68, 139, 141, 163, 164 - Electoral Rolls: radio mechanic (Maryborough, 1931); radiotrician (Maryborough, 1937-1949); radio engineer (Maryborough, 1954-1980) ===''BEATTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Spencer Meurant Beattie|Beattie, Herbert Spencer Meurant]] [https://www.familysearch.org/tree/person/details/GQ65-KTL] - 1888(NSW)-1963(NSW) - Licences: 3DV Receive Melbourne (Box Hill, 1922); 3DV Melbourne (Box Hill, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Box Hill, Vic, 1914-1927); salesman (Thornleigh, NSW, 1930); electrical engineer (Cheltenham, NSW, 1934-1936); agent (Cabramatta, 1943); auctioneer (Ettalong, 1943); no occupation (Fairfield, NSW, 1954-1958; Flagstaff, NSW, 1963) ===''BECHERVAISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philip Bechervaise|Bechervaise, William Philip]] [https://www.familysearch.org/tree/person/details/MVNP-4HQ] - 1831(Eng)-1907(Vic) - radio clubs (Telegraph Electrical Society, Victoria), employment (Victoria Posts and Telegraphs Department) ===''BECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Beavis Beck|Beck, Alan Beavis]] [https://www.familysearch.org/tree/person/details/GZR7-N8Q] - 1911(Vic)-1982(WA) - Licences: 5XW Adelaide (West Mitcham, 1927-1928) - Qualifications: cc; AOCP 370, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (Shenton Park, WA, 1937; Myrtle Bank, SA, 1941-1943); research chemist (Subiaco, 1949-1980) ===''BEDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Arthur Buddicom Bedford|Bedford, Robert Arthur Buddicom]] [https://www.familysearch.org/tree/person/details/LC5Q-1KX] - 1874(Eng)-1951(SA) - Licences: 5RB Kyancutta (1924-1939; 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of William Rudolf Buddicom Bedford - Electoral Rolls: farmer (Kyancutta, 1939-1941); retired (Kyancutta, 1943) - Links: [https://adb.anu.edu.au/biography/buddicom-robert-arthur-5417 ADB] * [[/William Rudolf Buddicom Bedford|Bedford, William Rudolf Buddicom "Bill"]] [https://www.familysearch.org/tree/person/details/L6Y3-X4Z] - 1909(Eng)-1972(SA) - Licences: likely operator of 5RB Kyancutta - Qualifications: cc; 3COCP 1893, 1954 - WW2 - Relationships: son of 5RB Robert Arthur Buddicom Bedford - Electoral Rolls: mechanic (Kyancutta, 1939-1943) ===''BEECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Sidney Beech|Beech, Frederick Sidney or Sydney "Fred"]] [https://www.familysearch.org/tree/person/details/G8F2-6BC] - 1895(Qld)-1978(Qld) - Licences: 4FB Brisbane (Coorparoo, 1930-1939; Norman Park, 1946-1969) - Qualifications: cc; AOCP 629, 1930, Qld - amateur operator; amateur broadcaster; jeweller - Halcyon: p. 75, 76, 90 - Electoral Rolls: watchmaker (Bulimba, 1917-1919; Coorparoo, 1919-1972; Norman Park, 1977) ===''BEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Beer|Beer, James]] - 19??(???)-19??(???) - Licences: 2CW Receive Sydney (Ashfield, 1922-1923); 2CW Sydney (Ashfield, 1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: too many JBs to identify reliably, likely James Charles Beer living 70 Tranmere St, Drummoyne, engineer, 1930 ===''BEGBIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Begbie|Begbie, Richard]] - historian (broadcasting), journalist, radio clubs (HRSA) ===''BELJON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robin Ernest Beljon|Beljon, Robin Ernest "Jack"]] [https://www.familysearch.org/tree/person/details/GSD3-VR3] - 1897(NSW)-1974(NSW) - Licences: 2RB Lithgow (1926-1933) - Qualifications: AOCP 259, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lithgow, 1930-1934); turner (Lithgow, 1937-1943); foreman (Lithgow, 1949-1968); retired (Lithgow, 1972) ===''BELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Wirgman Dillon Bell|Bell, Francis Wirgman Dillon "Frank"]] [https://www.familysearch.org/tree/person/details/G7QW-CM4] - 1896(NZ)-1987(NZ) - ZL4AA Waihemo, amateur operator, first to 2 way QSO New Zealand to Australia (Apr 1923), South America, USA (Sep 1924), England (Oct 1924, G2SZ); WW1 (gunner, France & Belgium till invalided 1917) - Relationships: brother of Margaret Brenda Bell, first licensed female NZ amateur - Links: [https://teara.govt.nz/en/biographies/4b20/bell-francis-wirgman-dillon Bio]; [https://www.soundarchives.co.nz/collections/catalogue/catalogue-item?record_id=222015 Sound Archives]; [https://www.zl4aa.org.nz/frank-bell-trans-world-radio-contact/ NZART Otago] * [[/H. G. Bell|Bell, H. G.]] - 19??-19?? - 4HG Brisbane (South Toowong = Taringa, 1927+) - Qualifications: cc; AOCP 321, 1927, No. 33 in Qld - amateur operator; amateur broadcaster - Halcyon: p. 111 - Callsign: later to Harry Brown - Electoral Rolls: Nil yet identified * [[/Leslie William Gordon Bell|Bell, Leslie William Gordon]] [https://www.familysearch.org/tree/person/details/G67S-RQ5] - 1904(Qld)-2000(Qld) - Licences: 4CY Receive Atherton (1923); 4LZ Jubilee Pocket (1969-1975); 4LZ Airlie Beach (1980+) - Qualifications: cc; AOCP 4471, 1967, Qld - amateur receiver; amateur operator; WW2 - Electoral Rolls: engine driver (Danbulla via Atherton, 1925-1928); farmer (Jubilee Pocket via Proserpine, 1954-1980) * [[/Victor Frank Bell|Bell, Victor Frank]] [https://www.familysearch.org/tree/person/details/GFMZ-FZ7] - 1913(WA)-19??(???) - Licences: 6KR Perth (Subiaco, 1932-1933); 6KR Kalgoorlie (1937-1939); 6KR Perth (Nedlands, 1947-1954) - Qualifications: cc; AOCP 907, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1936); postal assistant (Leonora, WA, 1937); radio engineer (Subiaco, WA, 1937); telephone mechanic (Lamington, Kalgoorlie, WA, 1943); radio engineer (Nedlands, WA, 1949-1954) * [[/Vincent Stephanus Bell|Bell, Vincent Stephanus "Vince"]] [https://www.familysearch.org/tree/person/details/GXHV-W8G] - 1910(Qld)-1981(Qld) - Licences: 4VD Rockhampton (Rockhampton City, 1936-1937; Wandal, 1938-1939, 1946-1960+) - Qualifications: cc; AOCP 1496, 1935, Qld - amateur operator; amateur broadcaster; WW2; employed electrical business - Electoral Rolls: electrician (Rockhampton, Qld, 1932-1936); electrical mechanic (Rockhampton, Qld, 1937-1980) ===''BELSTEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Lempriere Belstead|Belstead, Roy Lempriere]] [https://www.familysearch.org/tree/person/details/L1GN-CQF] - 1910(Qld)-1981(Qld) - Licences: 4EI Townsville (1933-1939); 4RU Winton (1975-1980) - Qualifications: cc; AOCP 1182, 1933, No. ?? in Qld; BOCP 304, 1940; 1COCP 420, 1940; TVOCP 87, 1957 - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, Townsville ARC); state public servant (Qld Railways); broadcast technician (2KY); business proprietor (Belstead Electronic Repairs, Winton) - Electoral Rolls: clerk (Hyde Park, Qld, 1931-1937); radio technician (Dee Why, NSW, 1943; Auburn, NSW, 1949; Lidcombe, NSW, 1958-1963; Auburn, NSW, 1972); retired (Winton, Qld, 1977-1980) ===''BENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Bennett|Bennett, Alfred Edward]] [https://www.familysearch.org/tree/person/details/LYNP-GFM] - 1889(Vic)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - manager 2GB Sydney; witness to Royal Commission 1927 (as manager, 2GB, NSW) - Electoral Rolls: manager (Mosman, 1930-1931); director (Mosman, 1933; Vaucluse, 1936); inspector (Darling Point, 1943); investor (West Pennant Hills, 1949); retired (Vaucluse, 1954-1963) - Links: [https://adb.anu.edu.au/biography/bennett-alfred-edward-5207 ADB] * [[/Clarence Herbert Bennett|Bennett, Clarence Herbert]] [https://www.familysearch.org/tree/person/details/LK1H-GMF] - 1887(Vic)-1974(Vic) - Licences: cc; Nil yet identified - Qualifications: AOCP 449, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Brunswick, 1909-1963); retired (Brunswick, 1968-1972) ===''BENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Francis Wattis Bent|Bent, Arthur Francis Wattis]] [https://www.familysearch.org/tree/person/details/GZVG-5V7] - 1902(Vic)-1998(Vic) - Licences: 3AF Geelong (1924-1939, 1946-1960); 3AF Torquay (1965-1980+) - Qualifications: cc; AOCP 199, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; radio dealer (Geelong, 1931-1954) - Electoral Rolls: turner (14 Coronation St, Geelong West, 1925-1927); radio dealer (Geelong, 1928-1954); radio serviceman (Torquay, 1963-1980) ===''BENTLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Ernest Bentley|Bentley, Frank Ernest]] [https://www.familysearch.org/tree/person/details/G93F-NPZ] - 1902(India)-1973(SA) - Licences: 5MK Adelaide (Cowandilla, 1931-1939); 5MZ Adelaide (Cowandilla, 1954-1969) - Qualifications: cc; AOCP 833, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: boilermaker (Cowandilla, SA, 1939-1943) ===''BENTZEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivan Louis Bentzen|Bentzen, Ivan Louis]] [https://www.familysearch.org/tree/person/details/LT4X-6P4] - 1905(Qld)-1995(Qld) - Licences: 4SS Brisbane (Newstead, 1932-1933) - Qualifications: cc; AOCP 964, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Bulimba, Qld, 1929); mechanic (Valley, Qld, 1936); carpenter (Wooloowin, Qld, 1943-1949); garage proprietor (Lutwyche, Qld, 1954); carpenter (Eagle Junction, Qld, 1954-1980) ===''BERGIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Thomas Bergin|Bergin, John Thomas "Jack"]] [https://www.familysearch.org/tree/person/details/GXGP-GNM] - 1911(SA)-1989(SA) - Licences: 5JB Adelaide (Largs Bay, 1934-1939) - Qualifications: cc; AOCP 1364, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: * [[/Max Wulfing Bergin|Bergin, Max Wulfing]] [https://www.familysearch.org/tree/person/details/LXQ1-QLP] - 1900(NSW)-1983(Cook Isls) - Licences: 2YP Receive West Maitland (1923); 2YP West Maitland (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ingham Berry|Berry, Arthur Ingham]] [https://www.familysearch.org/tree/person/details/9WB6-6F5] - 1914(Vic)-1979(Vic) - Licences: 3CZ Melbourne (Hawthorn, 1930-1939; Kew, 1946-1954; East Malvern, 1955-1956); 3CZ Warburton (1960-1975) - Qualifications: AOCP 595, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Hawthorn, 1936-1937); architect (Kew North, 1943-1954); farmer (Warburton, 1963-1977) * [[/Harold Alexander Berry|Berry, Harold Alexander "Huck"]] [https://www.familysearch.org/tree/person/details/G869-8R6] - 1906(SA)-1983(SA) - Licences: Receive (Crystal) Adelaide (City, 1923); Receive Adelaide (City, 1923-1924); 5JU Adelaide (City, 1930-1931; Keswick, 1933; Norwood, 1937-1939; Kilburn, 1946-1975) - Qualifications: cc; AOCP 666, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: polisher (Kilburn, 1943) * [[/Lawrence Dudley Berry|Berry, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/GXG2-X6J] - 1906(NSW)-1987(SA) - Licences: 5DB Adelaide (Norwood, 1934-1939) - Qualifications: cc; AOCP 1315, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Henry Berry|Berry, Robert Henry]] [https://www.familysearch.org/tree/person/details/G342-ZR6] - 18??(???)-1971(Qld) - Licences: XQC Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; electrical business proprietor - Electoral Rolls: gardener (Rockhampton, 1912-1925); electrical mechanic (Rockhampton, 1928-1968) * [[/William Clive Berry|Berry, William Clive "Clive"]] [https://www.familysearch.org/tree/person/details/LBT5-3L8] - 1912(NSW)-1965(NSW) - Licences: 2CB Knockrow via Bangalow (1931-1936); 2AGM Byron Bay (1938-1938, 1946-1955); 2AGM Lismore (1956-1957); 2AGM Mullumbimby (1958-1960); 2AGM Byron Bay (1961-1965) - Qualifications: AOLCP 30, 1930, NSW; 2COCP 302, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Knockrow, 1933-1936); woodworker (Byron Bay, 1943-1954); contractor (Ballina, 1958); no occupation (Mullumbimby, 1958); manager (Byron Bay, 1963) * [[/William James Berry|Berry, William James "Jim"]] [https://www.familysearch.org/tree/person/details/G8D1-B78] - 1890(Qld)-1983(Qld) - Licences: 4WB Brisbane (Yeerongpilly, 1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1295, 1934, Qld - amateur operator; amateur broadcaster; instrument repairer - Comment: Several contemporaneous William James Berry's in Brisbane - Electoral Rolls: motor mechanic (Yeerongpilly, 1958-1963); mechanic (Yeerongpilly, 1972-1980) - ===''BERTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Louis Bertram|Bertram, William Louis]] [https://www.familysearch.org/tree/person/details/LDBP-NGS] - 1901(Vic)-1983(Vic) - Licences: V738 Receive Rushworth (1922); 3GR Receive Rushworth (1922); 2KR Sydney (Waverley, 1929) - Qualifications: CPRT 920, 1926; 2COCP 97, 1930; 1COCP 34, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Rushworth, 1922; Brunswick, 1924-1928); telegraphist (Brunswick, 1931-1942); telephonist (Brunswick, 1949-1963); retired (Frankston, 1967-1980) ===''BESTED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julius Phillip Bested|Bested, Julius Phillip]] [https://www.familysearch.org/tree/person/details/MZ6V-YSQ] - 1907(SA)-1987(SA) - Licences: Receive Adelaide (Rose Park, 1923); 5CS Adelaide (Salisbury, 1937-1939); 5CS Peterborough (1947-1948); 5CS Adelaide (Richmond, 1954-1960; Cumberland Park, 1965-1980+) - Qualifications: cc; AOCP 1995, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Salisbury, SA, 1939-1941) ===''BIBBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Cyril Bibby|Bibby, Frederick Cyril "Fred"]] [https://www.familysearch.org/tree/person/details/GH58-5XF] - 1911(Tas)-1982(Vic) - Licences: 3OL Melbourne (Hawthorn East, 1930-1939; Camberwell, 1946-1980+) - Qualifications: AOCP 681, 1930, Vic; AOLCP 38, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Camberwell, 1943-1968); operator (Camberwell, 1972-1980) ===''BINNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Binns|Binns, Cecil]] [https://www.familysearch.org/tree/person/details/GZD8-XTD] - 1897(NSW)-1974(NSW) - 2IE Receive Sydney (Kogarah, 1922), 2BJ Sydney (Kogarah, 1925-1927), amateur operator (AOCP 46, 1925, No. ?? in NSW), amateur broadcaster ===''BIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Scorer Bird|Bird, Henry Scorer]] [https://www.familysearch.org/tree/person/details/LYWH-FTC] - 1902(Vic)-1973(Vic) - Licences: 3HB Melbourne (Sunshine, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Sunshine, 1924-1927); Government employee (Camberwell, 1928-1963); nil (Ashwood, 1968-1972) - Comment: 3HB callsign passed to Sunshine Radio Club 1924-1927 (prominent amateur broadcaster) * [[/Leslie James Bird|Bird, Leslie James]] [https://www.familysearch.org/tree/person/details/G6X2-N4N] - 1897(NSW)-1947(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as listener, Armidale, NSW) - Electoral Rolls: clerk (Armidale, 1930-1935; Wellington, 1937); civil servant (Homebush, 1943) ===''BISCHOFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Conrad Bischoff|Bischoff, William Edward Conrad]] [https://www.familysearch.org/tree/person/details/L2YT-QB7] - 1911(NSW)-1989(NSW) - Licences: 2LZ Sydney (Crows Nest, 1930-1937); 2LZ Wentworth Falls (1938-1939, 1946-1969); 2AKM Wentworth Falls (Portable, 1939); 2LZ Sydney (Naremburn, 1975-1980+) - Qualifications: AOCP 568, 1930, No. ?? in NSW; BOCP 12, 1936; TVOCP, 346, 1961 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Naremburn, 1933-1937); wireless operator (RAAF Richmond, 1943); radio technician (Wentworth Falls, 1949-1958); tele. engineer (Naremburn, 1963); engineer (Naremburn, 1972-1980) ===''BISHOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Elijah Bishop|Bishop, Clarence Elijah]] [https://www.familysearch.org/tree/person/details/LKZ9-G7S] - 1896(WA)-1971(WA) - Licences: 6DD Receive Albany (1923); 6DD Albany (1923-1924); 6DD Northam (1924); 6LL Katanning (1936-1939); 6LL Perth (Claremont, 1948-1954; East Victoria Park, 1955-1969) - Qualifications: cc; AOCP 1746, 1936, WA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Albany, WA, 1922); accountant (Katanning, WA, 1925-1937); clerk (Nedlands, WA, 1943-1954; Victoria Park, WA, 1958-1968) * [[/Frederick Edward Bishop|Bishop, Frederick Edward]] [https://www.familysearch.org/tree/person/details/GDS3-GZQ] - 1882(NSW)-1952(NSW) - Licences: 2FB Sydney (Kirribilli, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: optician (Kirribilli, 1930-1931); grazier (Mullaley, Gunnedah, 1935-1949) * [[/Maurice Glanville Bishop| Bishop, Maurice Glanville]] [https://www.familysearch.org/tree/person/details/GDDP-SVD] - 1908(Tas)-1965(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bank clerk (Middle Park, Vic, 1931); bank officer (Middle Park, 1935); bank clerk (Bank of NSW Quarters, Ouyen, 1936-1937); bank officer (Hawthorn, 1942-1949; Nelson, Tas, 1954) ===''BLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. C. Black|Black, F. C.]] - 19??(???)-19??(???) - Licences: None identified to date - Qualifications: cc; AOCP 297, 1926, No. ?? in SA - amateur operator?, amateur broadcaster? - Electoral Rolls: awaits identification, Port Lincoln, SA in 1926 * [[/William Hector Black|Black, William Hector]] [https://www.familysearch.org/tree/person/details/G8J2-TCS] - 1912(Vic)-1976(NSW) - Licences: 3WB Melbourne (Malvern, 1930-1939); 2WO Sydney (Mosman, 1946-1948) - Qualifications: AOCP 663, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Malvern, 1936-1937); bacteriologist (Mosman, 1943-1963); biochemist (Darlinghurst, 1968-1972) ===''BLACKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Howbery Blackman|Blackman, Herbert Howbery]] [https://www.familysearch.org/tree/person/details/GZ2M-65N] - 1886(Vic)-1970(Vic) - Licences: XOE Melbourne (East Malvern, 1913); 3PR Receive Melbourne (East Malvern, 1923); 3PR Melbourne (East Malvern, 1924-1925); 3HA Melbourne (East Malvern, 1926-1927); 3HU Melbourne (Ashburton, 1931-1939) - Qualifications: cc; AOCP 211, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: public servant (Malvern, 1909); mechanic (East Malvern, 1913-1916); soldier (Royal Park, 1917-1919); electrician (East Malvern, 1922-1928); mechanic (Burwood, 1931-1968) * [[/W. T. Blackburn|Blackburn, W. T.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Home Hill (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Searched William, Walter, Wilfred - Electoral Rolls: Nil yet identified ===''BLADES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alfred Blades|Blades, Ronald Alfred "Ron"]] [https://www.familysearch.org/tree/person/details/GXCS-L77] - 1916(Qld)-2005(NSW) - Licences: 4RX Toowoomba (1936-1939); 2VP Sydney (Haberfield, 1946-1947; Ashfield, 1948-1950; Dundas, 1954-1955); 2VP Melbourne (Blackburn, 1956); 2VP Sydney (Balgowlah, 1957-1969; Seaforth, 1975; Dee Why, 1980) - Qualifications: cc; AOCP 1775, 1936, No. ?? in Qld; BOCP 615, 1944 - amateur operator; amateur broadcaster; military (WW2, RAAF); broadcast technician (AWA) - Comment: Two Ronald Alfred Blades born in Qld 1916, 4RX 27/3/1916 - Electoral Rolls: radio engineer (Ashfield, NSW, 1949; Dundas, NSW, 1954; Balgowlah, NSW, 1958-1968); engineer (Dee Why, NSW, 1977) ===''BLAIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Andrew William Blair|Blair, Keith Andrew William]] [https://www.familysearch.org/tree/person/details/LK4S-ZXY] - 1911(Vic)-2001(NSW) - Licences: 2DX Balranald (1930-1934); 2DX Sydney (Marrickville, 1935-1937); 2DX Bega (1938-1939) - Qualifications: AOCP 699, 1930, Vic; BOCP 276, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: bank clerk (Balranald, 1932-1935; Randwick, 1936-1937; Bega, 1937); bank officer (Queanbeyan, 1949-1980) ===''BLAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leslie Gilbert Blake|Blake, Robert Leslie Gilbert]] [https://www.familysearch.org/tree/person/details/L831-ZLW] - 1888(Vic)-1952(Vic) - Licences: 3RG Castlemaine (1929-1939) - Qualifications: AOCP 484, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Castlemaine, 1912-1919); house furn. (Castlemaine, 1924-1949) ===''BLANCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Henry Blanchard|Blanchard, George Edward Henry]] [https://www.familysearch.org/tree/person/details/GZV2-B4S] - 1899(NSW)-1987(NSW) - Licences: 2DN Sydney (Newtown, 1922-1926; Hurlstone Park, 1927-1929) - Qualifications: cc; AOCP 195, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Earlwood, 1930-1980) ===''BLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Bland|Bland, William Joseph]] [https://www.familysearch.org/tree/person/details/GXT9-4RP] - 1902(India)-1955(SA) - Licences: Receive Adelaide (Alberton, 1923); 5AG Adelaide (Alberton, 1923-1927) - Qualifications: cc; CPRT 765, 1923 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio manufacturer (Tusmore, SA, 1939-1943) ===''BLUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Blue|Blue, Harry William]] - 1909(NSW)-2001(NSW) - 2YI Liverpool (1933), 2YI Albury (1934-1936), 9KO Rabaul (1937), 2YI Broken Hill (1938-1939), 2YI Sydney (Kingsford, 1946; Auburn, 1947-1980+, amateur operator (AOCP 1034, 1932, No. ?? in NSW), amateur broadcaster, A.A.M.S. ===''BLUNDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Verge Blunden|Blunden, Godfrey Verge]] [https://www.familysearch.org/tree/person/details/GDNG-22L] - 1906(Vic)-1996(France) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Wireless Weekly (editor, 1930s) - Electoral Rolls: journalist (North Sydney, 1930; East Sydney, 1933-1936) * [[/Leon Walter Blunden|Blunden, Leon Walter]] [https://www.familysearch.org/tree/person/details/G3KT-SMV] - 1914(SA)-2003(SA) - Licences: 5BH Adelaide (Firle, 1935-1939, 1947-1980+) - Qualifications: cc; AOCP 1535, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BOAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Douglas Boast|Boast, Harold Douglas]] [https://www.familysearch.org/tree/person/details/K2VW-3D4] - 1906(Eng)-1979(Vic) - Licences: 3AX Melbourne (Elsternwick, 1928-1939); 3AX Lubeck (1946-1969); 3AX Melbourne (Frankston, 1975) - Qualifications: AOCP 404, 1928, No. ?? in Vic; AOLCP 55, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Elsternwick, 1931-1936); radio engineer (3LK Lubeck, 1942-1968); retired (Frankston, 1972-1977) ===''BOILEAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Boileau|Boileau, John George]] [https://www.familysearch.org/tree/person/details/GXC2-HLQ] - 1893(SA)-1957(Qld) - Licences: 4JT Port Moresby (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Byron Bay, NSW, 1943-1954) ===''BOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Augustus Bold|Bold, Charles Augustus]] [https://www.familysearch.org/tree/person/details/GF3N-JSF] - 1894(WA)-1958(WA) - Licences: 6CA Perth (Beaconsfield, 1931-1939, 1947-1948) - Qualifications: cc; AOCP 832, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (South Fremantle, WA, 1921-1922); meter tester (South Fremantle, WA, 1925); electrician (South Fremantle, WA, 1931-1949); mains superintendent (South Fremantle, WA, 1954-1958) ===''BOLGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Joseph Bolger|Bolger, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/L67V-VDD] - 1867(Irl)-1941(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Deputy Director of Navigation, Vic) - Electoral Rolls: master mariner (Williamstown, 1914-1917); public servant (Elsternwick, 1919); master mariner (Elsternwick, 1931-1937) ===''BOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Francis Bond|Bond, Rupert Francis]] [https://www.familysearch.org/tree/person/details/9ZHS-QB3] - 1886(Vic)-1961(Qld) - Licences: Receive Brisbane (Rockhampton, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Rockhampton, Qld, 1912-1937; Rockhampton, Qld, 1949-1958) ===''BONGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gysbert Sheldon Bongers|Bongers, Gysbert Sheldon]] [https://www.familysearch.org/tree/person/details/L7F9-DXK] - 1900(NSW)-1948(NSW) - Licences: N745 Receive Sydney (1922-1923); 2HY Sydney (Rockdale, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster, engineer - Electoral Rolls: electrical engineer (Rockdale, 1930-1935; Hamilton, Qld, 1936-1937); engineer (Woollahra, 1943) ===''BONNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Coleman Bonner|Bonner, Alfred Coleman]] [https://www.familysearch.org/tree/person/details/MV14-MTM] - 1854(Tas)-1930(Tas) - Licences: Receive (Crystal) Legana (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Trevallyn, 1914-1922); no occupation (Legana, 1928) ===''BONNERUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Madsen Bonnerup|Bonnerup, Peter Madsen]] [https://www.familysearch.org/tree/person/details/G6F5-RC8] - 1890(Tas?)-1976(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as patent attorney, WA) - Electoral Rolls: patent attorney (Nedlands, 1922; South Perth, 1925-1972) - Links: [https://www.carnamah.com.au/bio/peter-madsen-bonnerup Bio] ===''BONNINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Archibald Bonnington|Bonnington, John Archibald]] [https://www.familysearch.org/tree/person/details/G88Y-1JP] - 1909(NSW)-1967(NSW) - Licences: 2HB Sydney (Bellevue Hill, 1930-1931); 2AKB Sydney (Avalon Beach, 1960-1965) - Qualifications: AOCP 569, 1930, No. ?? in NSW; 3AirOCP 16, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Broken Hill, 1931); engineer (Woollahra, 1932-1933); radio engineer (Darlinghurst, 1934-1935); air pilot (Avalon Beach, 1949-1963) ===''BONWILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Warren Bonwill|Bonwill, Edward Warren]] [https://www.familysearch.org/tree/person/details/9J35-NNV] - 1869(USA)-1945(NSW) - Licences: XBP Sydney (1912-1914); 2CA Receive Cowra (1922); 2CA Cowra (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: dentist (Barellan, 1930; Cowra, 1934-1937; Lithgow, 1937-1943) ===''BOTTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Botten|Botten, Herbert William]] [https://www.familysearch.org/tree/person/details/GDS2-8QJ] - 1895(SA)-1973(???) - Licences: 2HB Sydney (CBD, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Neutral Bay, 1930); radio manager (Darlinghurst, 1933-1936); manager (Darlinghurst, 1937-1958) ===''BOUCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Reid Bouchard|Bouchard, Victor John Reid "Vic"]] [https://www.familysearch.org/tree/person/details/G93B-52C] - 1897(Qld)-1936(Qld) - 4BY Receive Brisbane (Auchenflower, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; amateur club administrator - Electoral Rolls: draper's assistant (Auchenflower, 1921-1926); clerk (Buranda, 1928) ===''BOULTBEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Walker Boultbee|Boultbee, Kenneth Walker]] [https://www.familysearch.org/tree/person/details/GMWB-1Q4] - 1905(Tas)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: agent (Taringa, Qld, 1928-1958; Corinda, Qld, 1963-1968; St Lucia, Qld, 1972-1977); retired (Broadbeach, Qld, 1977-1980) ===''BOUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Boundy|Boundy, George Henry]] - 1866(Vic)-1932(Vic) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), early wireless experimenter, radio clubs (WIQ), state public servant (P&TQ, engineer), federal public servant (PMGD, engineer) ===''BOURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. Bourke|Bourke, J.]] - 19??(???)-19??(???) - Licences: V734 Receive Yarck (1922); Receive 3GP Yarck (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''BOURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Frederick Bourne|Bourne, Francis Frederick]] [https://www.familysearch.org/tree/person/details/GX55-9GM] - 1916(SA)-2004(SA) - Licences: 5BU Adelaide (Unley, 1935-1939; Wayville, 1947; Malvern, 1948-1954; Blackwood, 1955-1965; Belair, 1969); 5BU Keith (1975); 5BU Naracoorte (1980) - Qualifications: cc; AOCP 1593, 1935, SA; 2COCP 1282, 1953; 1COCP 1722, 1954 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Parkside, SA, 1939-1943) ===''BOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Germain Bowden|Bowden, Eric James Germain]] [https://www.familysearch.org/tree/person/details/L7T7-YC2] - 1894(Tas)-1984(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - PMGD Wireless Inspector, Hobart, 1920s & 1930s; witness to Royal Commission 1927 (as equipment engineer, PMGD, Tas) - Relationships: son of Frank Prosser Bowden; brother of John Gibson Bowden - Electoral Rolls: junior assistant engineer (Hobart North, 1922); engineer (Hobart South, 1936-1937) * [[/Frank Prosser Bowden|Bowden, Frank Prosser]] [https://www.familysearch.org/tree/person/details/97MP-G4L] - 1860(Tas)-1934(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter, Tas PMGD, Federal PMGD - Relationships: father of Eric James Germain Bowden and John Gibson Bowden - Electoral Rolls: civil servant (Hobart North, 1914-1928) * [[/John Gibson Bowden|Bowden, John Gibson]] [https://www.familysearch.org/tree/person/details/LNJZ-V69] - 1906(Tas)-1998(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - employee of Medhurst Electrical - Relationships: son of Frank Prosser Bowden; brother of Eric James Germain Bowden - Electoral Rolls: mechanic (Launceston, 1928); electrical mechanic (New Town, 1936-1937); engineer (Nelson, 1943-1963) * [[/Ronald Stanley Bowden|Bowden, Ronald Stanley]] [https://www.familysearch.org/tree/person/details/GQGS-F9R] - 1900(Eng)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Albion, Qld, 1921); car driver (Wilston, Qld, 1934); car proprietor (Newmarket, Qld, 1936-1943); store keeper (Urangan, Qld, 1949-1954); farmer (Mundubbera, Qld, 1958-1963); retired (Urangan, Qld, 1968-1980) ===''BOWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Keith Bowen|Bowen, Harold Keith "Keith"]] [https://www.familysearch.org/tree/person/details/GXGK-7SZ] - 1913(SA)-1987(SA) - Licences: 5KB Adelaide (Maylands, 1932-1939) - Qualifications: cc; AOCP 1049, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Tranmere, SA, 1943) * [[/Joseph La Venture Bowen|Bowen, Joseph La Venture or Laventure]] [https://www.familysearch.org/tree/person/details/GDPP-MLB] - 1917(Qld)-1966(Qld) - Licences: 4LB Brisbane (Hamilton, 1935-1939)- Qualifications: cc; AOCP 1445, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kedron, Qld, 1943-1958); public servant (Kedron, Qld, 1963) ===''BOWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Nigel Bowman|Bowman, Hubert Nigel "Pete"]] [https://www.familysearch.org/tree/person/details/K4PT-FY3] - 1908(SA)-1987(SA) - Licences: 5FM Adelaide (Payneham, 1932-1933; Royston Park, 1937; Payneham, 1938-1939, 1947-1948; Mitcham, 1954-1956); 5FM Crystal Brook (1960); 5FM Bridgewater (1965-1980+); 5FN Portable (1965-1969) - Qualifications: cc; AOCP 911, 1932, No. ?? in SA; 2COCP 259, 1939; BOCP 282, 1940; 1COCP 354, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Boyd|Boyd, Norman James]] [https://www.familysearch.org/tree/person/details/GZXJ-VM7] - 1897(Vic)-1977(Vic) - Licences: XNO Melbourne (Elsternwick, 1913-1914); 3EL Receive Melbourne (Elsternwick, 1922-1923); 3EL Melbourne (Elsternwick, 1924-1925; Caulfield, 1925-1927; Elwood, 1931-1939) - Qualifications: AOCP 104, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; radio engineer (3UZ, 1920s); WW1 - Electoral Rolls: mechanic (Elsternwick, 1919-1924); manager (Caulfield, 1926-1928); engineer (Elsternwick, 1931-1937); electrician (St Kilda, 1949-1963); retired (Caulfield, 1967-1977) ===''BRADBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. J. Bradbury|Bradbury, B. J.]] - abt 1887(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''BRADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Keith Bradford|Bradford, Alfred Keith]] [https://www.familysearch.org/tree/person/details/L6Q5-VC5] - 1912(NSW)-1986(Qld) - Licences: 4KK Millmerran (1936-1939, 1947-1975); 4KK Drillham (1980+) - Qualifications: cc; AOCP 1750, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Millmerran, Qld, 1934-1937); farmer (Millmerran, Qld, 1943-1954); radio dealer (Millmerran, Qld, 1958-1968); farmer (Drillham, Qld, 1977-1980) * [[/John Richard Bradford|Bradford, John Richard]] - 19??(???)-19??(???) - senior federal public servant (chief electrical engineer, Qld, PMGD) ===''BRADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Randell Bradley|Bradley, Frank Randell]] [https://www.familysearch.org/tree/person/details/G973-F7P] - 1884(SA)-1963(NSW) - Licences: 3ZK Melbourne (Sandringham, 1923-1930); 2JB Sydney (Mosman, 1931-1939) - Qualifications: cc; AOCP 2, 1924, No. 1 in Vic - amateur operator; amateur broadcaster; federal public servant (PMGD, Superintendant Telegraphs Vic, 1928; Deputy PMG Qld; NSW); historian (telegraphs) - Electoral Rolls: civil servant (Sandringham, Vic, 1914-1924; Mosman, NSW, 1933-1943); no occupation (Killara, NSW, 1954-1963) ===''BRAGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Bragg|Bragg, William Henry]] [https://www.familysearch.org/tree/person/details/LCFQ-9N6] - 1862(Eng)-1942(Eng) - Early wireless experimenter, academic (University of Adelaide, 1885-1908), physicist, chemist, mathematician, shared Nobel prize in 1915 with his son William Lawrence Bragg, son-in-law of Charles Todd - Links: [[w:William Henry Bragg|Wikipedia]] * [[/William Lawrence Bragg|Bragg, William Lawrence "Lawrence"]] [https://www.familysearch.org/tree/person/details/MWXT-CLR] - 1890(SA)-1971(Eng) - participated as a youth in his father's early wireless experiments, academic (University of Adelaide), physicist, shared Nobel prize in 1915 with his father William Henry Bragg, grandson of Charles Todd - Links: [[w:Lawrence Bragg|Wikipedia]] ===''BRAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. F. Brain|Brain, S. F.]] - 19??(???)-19??(???) - Licences: 2ZD Sydney (Ashfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: likely related XFR V. J. Brain - Electoral Rolls: Nil yet identified * [[/V. J. Brain|Brain, V. J.]] - 19??(???)-19??(???) - Licences: XFR Sydney (Ashfield, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: likely related 2ZD S. F. Brain - Electoral Rolls: Nil yet identified ===''BRAMLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Alfred Bramley|Bramley, John Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIW Wyndham (1917-1918) - Electoral Rolls: Nil yet identified ===''BRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorayne Branch|Branch, Lorayne]] - Living - author ("Henry Sutton, The Innovative Man"), historian (Henry Sutton) ===''BRANDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Frank Brandon|Brandon, Eric Frank]] [https://www.familysearch.org/tree/person/details/GXPK-2ZY] - 1907(SA)-2001(SA) - Licences: 5FB Wilmington (1933-1939); 5FB Adelaide (Prospect, 1948); 5FA Oodnadatta (1965); 5FA Ramco (1969-1975); 5FA Adelaide (Blair Athol, 1980+) - Qualifications: cc; AOCP 1145, 1933, SA; 2COCP 140, 1938; 1COCP 183, 1938; BOCP 201, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BRANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Mervyn Branks|Branks, Albert Mervyn "Merv"]] [https://www.familysearch.org/tree/person/details/GZ6Y-88K] - 1906(NZ)-1978(NZ) - prominent MW and SW broadcast listener 1920s to 1970s, DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tribute] ===''BREDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wynne Steere Breden|Breden, Wynne Steere]] - 1900(Qld)-1976(NSW) - Rx Melbourne (East Melbourne, 1923), 2WS Newcastle (Newcastle, 1924-1931), amateur operator (AOCP 9, 1924, No. ?? in NSW), amateur broadcaster, shipyard business ===''BREMERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Frederick Bremerman|Bremerman, Harold Frederick]] [https://www.familysearch.org/tree/person/details/GXCQ-QWC] - 1903(Eng)-1988(Qld) - Licences: 4HB Brisbane (Wooloowin, 1938-1939, 1946-1954; Aspley (1955-1975+) - Qualifications: cc; AOCP 1267, 1934, Qld; COCP (Eng) - amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (WIAQ, Life Member; Brisbane DX Club); employment (electrician, Courier Mail, Besley & Pike, Mt. Olivett Hospital); pilot; UK Merchant Navy 1920s - Electoral Rolls: electrical mechanic (Albion, Qld, 1928); mechanic (Wooloowin, Qld, 1936-1954); retired (Aspley, Qld, 1958-1980) ===''BRENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan James Brennan|Brennan, Allan James]] [https://www.familysearch.org/tree/person/details/G6TR-SNJ] - 1887(Vic)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 31, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: Nil yet identified ===''BREWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip John Brewer|Brewer, Phillip or Philip John]] [https://www.familysearch.org/tree/person/details/LVKH-MNW] - 1900(WA)-1948(SA) - Licences: 5JA Adelaide (Parkside, 1926-1939) - Qualifications: cc; AOCP 269, 1926, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Parkside, 1939-1943) ===''BRIDGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Bridger|Bridger, Thomas William]] [https://www.familysearch.org/tree/person/details/G85V-2YT] - 1885(UK)-1941(NT) - Licences: 4AP Receive Brisbane (City, 1923); 4AP Brisbane (Hamilton, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer; public servant; WW1 (2nd Aust Flying Squadron, 1916) - Electoral Rolls: electrical engineer (West Perth, 1914); consulting engineer (Auchenflower, 1925); poultry farmer (Geebung, 1928); engineer (Armadale, 1934-1937) - Directories: electrical engineer (Adelaide, 1915; Melbourne, 1917-1921; Brisbane, 1923-1927; Adelaide, 1930) ===''BRIDGES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank John Claud Bridges|Bridges, Frank John Claud or Claude]] [https://www.familysearch.org/tree/person/details/GHRF-XHR] - 1885(NZ)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 141, 1915; 2COCP 182, 1930; 1COCP 279, 1932 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); officer-in-charge (Radio Station, Esperance, 1921-1949); retired (Esperance, 1958-1963) ===''BRIGGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Robert Briggs|Briggs, Donald Robert]] [https://www.familysearch.org/tree/person/details/GX5B-1TN] - 1915(SA)-2008(SA) - Licences: 5BD Adelaide (Walkerville, 1935-1939; Henley Beach, 1947; South Plympton, 1954-19600; 5HB Adelaide (Morphett Vale, 1980+) - Qualifications: cc; AOCP 1490, 1935, SA; 2COCP 413, 1941; BOCP 373, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: assistant (Kirkcaldy, SA, 1939) ===''BRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Herbert Bright|Bright, William Henry Herbert "Bill"]] [https://www.familysearch.org/tree/person/details/LBQH-GSX] - 1898(Qld)-1961(Qld) - Licences: Spark; 4FA Toowoomba (1923); 4AA Toowoomba (1924-1925); 4WB Toowoomba (1925-1927); 4OO Toowoomba (1937-1939) - Qualifications: cc; AOCP 123, 1925, No. 13 in Qld - amateur operator; amateur broadcaster - Withdrawal: callsign 4AA withdrawn by PMGD for their use - Electoral Rolls: telegraphist (Toowoomba, 1919-1943); clerk (Toowoomba, 1949); mechanic (Toowoomba, 1954-1958) ===''BRIMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Campbell Brimble|Brimble, Charles Campbell]] [https://www.familysearch.org/tree/person/details/GX5L-9GH] - 1915(SA)-2003(SA) - Licences: 5CB Adelaide (Somerton, 1935-1939, 1947-1948; Somerton Park, 1954-1980+) - Qualifications: cc; AOCP 1446, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Somerton, SA, 1939-1943) ===''BRIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Marcus John Gordon Brims|Brims, Marcus John Gordon]] [https://www.familysearch.org/tree/person/details/KZWB-S11] - 1888(Qld)-1982(Qld) - Licences: XQA Mareeba (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; business proprietor (plywood & veneer manufacture) - Electoral Rolls: foreman (Mareeba, 1912-1913); foreman joiner (Milton, 1921); timber merchant (Milton, 1925-1931); plywood manufacturer (Annerley, 1937-1958); business manager (Annerley, 1963-1980) ===''BRISTOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Morrison Bristow|Bristow, John Morrison]] [https://www.familysearch.org/tree/person/details/GZPL-DLJ] - 1908(NSW)-1983(NSW) - Licences: 2ZX Sydney (Neutral Bay, 1926-1929) - Qualifications: AOCP 243, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: advertising manager (Neutral Bay, 1930-1935); manager (Gordon, 1937-1943); company manager (Pymble, 1949); manager (Wahroonga, 1954-1980) ===''BROCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Edward Earl Brock|Brock, Hector Edward Earl]][https://www.familysearch.org/tree/person/details/9VQL-BTC] - 1902(Vic)-1962(SA) - Licences: 3ZC Melbourne (Moonee Ponds, 1923-1924); 5DP Adelaide (North Adelaide, 1924-1927; Malvern, 1927-1938); 5UZ Adelaide (Fullarton, 1954-1956; Nailsworth, 1960) - Qualifications: cc; AOCP 25, 1924, No. ?? in SA - amateur operator; amateur broadcaster; University of Adelaide (Demonstrator & Technical Assistant, 1949) - Electoral Rolls: laboratory assistant (Moonee Ponds, Vic, 1924); no occupation (Malvern, SA, 1939-1943) ===''BROINOWSKI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leopold Thomas Broinowski|Broinowski, Leopold Thomas]] [https://www.familysearch.org/tree/person/details/G6FR-SMR] - 1871(Vic)-1937(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as associate editor, Hobart Mercury, Tas) - Electoral Rolls: journalist (Hobart South, 1914-1937) ===''BROOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilberforce Henry Liddon Brooke|Brooke, Wilberforce Henry Liddon]] [https://www.familysearch.org/tree/person/details/LB61-69T] - 1891(NSW)-1969(NSW) - Licences: 2BR Terrigal (1930-1936); 2BR Dora Creek (1937-1939, 1946-1958); 2BR Paterson (1960-1969) - Qualifications: AOCP 638, 1930, NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: clergyman (Jerry's Plains, 1930; Terrigal, 1931-1937; Dora Creek, 1954-1958; Paterson, 1963-1968) ===''BROOKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Brookes|Brookes, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GDSJ-GV6] - 1911(Qld)-1958(Qld) - Licences: 4BA Brisbane (Kelvin Grove, 1936-1937; Ashgrove, 1938-1939; Wooloowin, 1947-1948) - Qualifications: cc; AOCP 1641, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Wooloowin, Qld, 1943-1954); waterside Worker (Wooloowin, Qld, 1958) ===''BROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Milton Brooks|Brooks, Albert Henry Milton]] [https://www.familysearch.org/tree/person/details/LT1Q-DVK] - 1901(SA)-1975(SA) - Licences: 5KG Adelaide (Grange, 1933-1939; Croydon, 1946-1960+); 5AH Adelaide (Ridleton, 1969-1975) - Qualifications: cc; AOCP 1170, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Croydon, 1939); railway employee (Croydon, 1941-1943) - Relationships: likely related to 7JB John Vickery Brooks and 7DB D. C. Brooks * [[/John Vickery Brooks|Brooks, John Vickery "Jack"]] [https://www.familysearch.org/tree/person/details/GHXL-RK8] - 1905(SA)-1983(Vic) - Licences: 7JB Hobart (1924-1926) - Qualifications: cc; AOCP 37, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; engineer; originally from Adelaide - Relationships: likely related to 5KG Albert Henry Brooks and 7DB D. C. Brooks - Electoral Rolls: engineer (Hobart South, 1928; Malvern, Vic, 1954-1980) ===''BROOMHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Broomhall|Broomhall, Charles Alfred]] [https://www.familysearch.org/tree/person/details/M7NZ-2SV] - 1891(Vic)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 729, 1922 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Geraldton, 1916); mechanic (Wireless Station, Applecross, 1925; Canning Bridge, 1931-1937; Applecross, 1943-1954); retired (Bickley, 1958-1963) ===''BROWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan George Brown|Brown, Alan George]] [https://www.familysearch.org/tree/person/details/G849-43Y] - 1909(Vic)-1970(Vic) - Licences: 3CX Melbourne (Canterbury, 1928-1937; Upper Hawthorn, 1938-1939; Canterbury, 1946-1969) - Qualifications: AOCP 446, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF) - Electoral Rolls: clerk (Camberwell North, 1931); public servant (Auburn, 1936-1937); RAAF (St Kilda North, 1943); civil servant (Auburn, 1949); clerk (Deepdene, 1954; Camberwell North, 1963-1968) * [[/Alan Weymouth Brown|Brown, Alan Weymouth]] [https://www.familysearch.org/tree/person/details/GSKH-1N5] - 1902(Tas)-1938(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Listeners' League, Hobart (assistant secretary); witness to Royal Commission 1927 (as Assistant Secretary, Listeners' League, Hobart, Tas) - Electoral Rolls: electrician (Hobart South, 1936-1937) * [[/Alfred Louis Brown|Brown, Alfred Louis]] [https://www.familysearch.org/tree/person/details/LYQV-4SS] - 1885(Eng)-1971(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as general manager, 5CL, SA) - Electoral Rolls: instrument maker (Claremont, WA, 1910); optician (Applecross, 1916-1917); director (Kew, Vic, 1926); engineer (Cottesloe, 1936-1937) * [[/Bruce Kevin Brown|Brown, Bruce Kevin]] [https://www.familysearch.org/tree/person/details/G6S4-CV1] - 1920(Tas)-1984(NSW) - Licences: 7QZ Launceston (1937-1939); 2AQZ Sydney (Meadowbank, 1954-1969; Annangrove, 1975-1980+) - Qualifications: cc; AOCP 1942, 1937, No. ?? in Tas; BOCP 303, 1940; 1COCP 492, 1941; TVOCP 1014, 1968 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: laboratory assistant (Meadowbank, 1943-1968); technician (Annangrove, 1972-1980) * [[/Clarence Roy Brown|Brown, Clarence Roy]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - founder of 5KA Class B Adelaide; witness to Royal Commission 1927 (as manager, 5KA, SA) - Electoral Rolls: * [[/Clifford Walter Brown|Brown, Clifford Walter]] [https://www.familysearch.org/tree/person/details/LCV5-M8M] - 1906(WA)-1991(WA) - Licences: 6CB Perth (Subiaco, 1930-1939) - Qualifications: cc; AOCP 640, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Subiaco, 1931-1937); traveller (Nedlands, 1943-1963); business manager (Wembley, 1968); manager (Morley, 1972; Dianella, 1977-1980) * [[/Frank Makepeace Brown|Brown, Frank Makepeace]] [https://www.familysearch.org/tree/person/details/G8H5-2M5] - 1911(WA)-2006(WA) - Licences: 6FB Mullewa (1939; 1946-1948); 6FB Bassendean (1954-1960); 6FB Perth (Doubleview, 1965-1969; Rossmoyne, 1975) - Qualifications: AOCP 2375, 1939, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telephone mechanic (Northam, 1936; Bassendean, 1943); civil servant (Mullewa, 1949); telephone technician (Bassendean, 1954-1963); civil servant (Doubleview, 1968-1972); telephone technician (Rossmoyne, 1977-1980) * [[/George D. Brown|Brown, George D.]] [https://www.familysearch.org/tree/person/details/GXCQ-JFD] - 1875(???)-19??(???) - Licences: 4DB Brisbane (Ascot, Qld, 1937-1939) - Qualifications: cc; AOCP 1970, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous GBs - Electoral Rolls: Nil yet identified * [[/Harry Percy Brown|Brown, Harry Percy "Horsepower", "Poo Bah"]] [https://www.familysearch.org/tree/person/details/L1R8-R1W] - 1878(Eng)-1967(NSW) - senior federal public servant (Director-General, Posts and Telegraphs); witness to Royal Commission 1927 (as Secretary, PMGD) - Links: [[w:Harry Brown (public servant)|Wikipedia]]; [https://adb.anu.edu.au/biography/brown-sir-harry-percy-5384 ADB]; [https://telegramsaustralia.com/Forms/Special%20developments/People/Brown.html Telegrams Australia] * [[/Hector Mervyn Brown|Brown, Hector Mervyn]] [https://www.familysearch.org/tree/person/details/G9TY-HSC] - 1906(NSW)-1961(SA) - Licences: 5MB Adelaide (Torrensville, 1927-1928; Southwark, 1931-1933, 1946-1948) - Qualifications: AOCP 345, 1927, No. ?? in SA; 2COCP 402 1932; 1COCP 333, 1933) - amateur operator, amateur broadcaster, broadcast engineer (2BH, 1937), PMGD SA (mechanic, retired 1940) - Electoral Rolls: radio engineer (Broken Hill, 1937), engineer (Thebarton, 1941-1943) * [[/Herbert George Brown|Brown, Herbert George "Harry"]] [https://www.familysearch.org/tree/person/details/L5BH-NGV] - 1887(Eng)-1966(Qld) - Licences: 4BH Booval (1928-1930); 4HG Booval (1931); 4HG Ipswich (1937-1939, 1946-1956); 4BH Brisbane (Graceville, 1965) - Qualifications: cc; AOCP 455, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (Ipswich); railways employee - Callsign: withdrawn for 4BH Brisbane - Electoral Rolls: labourer (Ipswich, Qld, 1925; Redbank, Qld, 1929) * [[/Herbert Rufus Brown|Brown, Herbert Rufus]] [https://www.familysearch.org/tree/person/details/K2HL-T23] - 1894(Vic)-1980(Vic) - Licences: 3NN Receive Yanac (1923); 3NN Yanac (1924-1980) - Qualifications: cc; AOCP 271, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Yanac, 1919-1977) * [[/J. R. Brown|Brown, J. R.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Southport (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James McGladdery Brown|Brown, James McGladdery]] [https://www.familysearch.org/tree/person/details/GW18-TCK] - 1882(Qld)-1965(Qld) - Licences: 4BJ Aramac (1929-1933); 4BJ Rockhampton (1937); 4BJ Bundaberg (1947-1965) - Qualifications: AOCP 480, 1929, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: porter (Rockhampton, 1905); station master (Finch Hatton, 1913); labourer (Mackay, 1919); motor car proprietor (Baralaba, Mt Morgan, 1925); guard (Aramac, 1928-1937); retired (Maryborough, 1954-1963; Ascot, 1963) - Relationships: father of Victor James Caldwell Brown, the likely actual amateur operator * [[/John Henry Shadwell Brown|Brown, John Henry Shadwell]] [https://www.familysearch.org/tree/person/details/GDJL-7M4] - 1897(NSW)-1959(NSW) - Licences: 2JK Sydney (Botany, 1925-1939) - Qualifications: cc; CPRT 926, 1926; 1COCP 154, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Botany, 1930-1958) * [[/Joseph Brown|Brown, Joseph "Joe"]] [https://www.familysearch.org/tree/person/details/GQH2-YSM] - 1916(Tas)-1990(Tas) - Licences: 7BJ Hobart (Battery Point, 1934-1939; New Town, 1946-1980+) - Qualifications: cc; AOCP 1255, 1934, No. ?? in Tas; BOCP 5, 1936 - amateur operator; amateur broadcaster; broadcast engineer (7ZL, Hobart TV); public servant (PMGD) - Electoral Rolls: radio operator (Battery Point, 1936-1937); civil servant (New Town, 1943-1972) * [[/Leonard Austin Brown|Brown, Leonard Austin]] [https://www.familysearch.org/tree/person/details/GX21-FFX] - 1915(Vic)-1957(SA) - Licences: 3OP Melbourne (Camberwell, 1931-1933); 5OP Adelaide (Eastwood, 1937-1939) - Qualifications: cc; AOCP 814, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Camberwell, Vic, 1936; Eastwood, SA, 1939; Unley Park, SA, 1941) * [[/Robert Brown|Brown, Robert]] - 19??(???)-19??(???) - Licences: Receive Hobart (Moonah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart Central, 1919; Moonah, 1928); fitter (Hobart North, 1958) * [[/Victor James Caldwell Brown|Brown, Victor James Caldwell]] [https://www.familysearch.org/tree/person/details/LBKS-2T7] - 1907(Qld)-1983(Qld) - Licences: Nil yet identified, but likely those in father's name - Qualifications: Nil yet identified, but likely those in father's name - amateur operator? - Electoral Rolls: wardsman (Aramac, 1928); guard (Aramac, 1930); baker (Rockhampton, 1936); radio mechanic (Barcaldine, 1943; Bundaberg, 1949-1963) - Relationships: son of James McGladdery Brown - note electoral roll addresses for Victor James precisely align with 4BJ addresses whereas those for James McGladdery do not * [[/William Francis Brown|Brown, William Francis]] [https://www.familysearch.org/tree/person/details/G8VB-4DL] - 1914(Vic)-19??(???) - Licences: 3BB Warrnambool (1930-1933); 3BB Melbourne (Richmond, 1937); 9BB Wau, New Guinea (1938); 2ANP Sydney (Bundeena, 1947) - Qualifications: AOCP 704, 1930, Vic; 2COCP 92, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Richmond, 1937) - Comment: many contemporaneous WFBs ===''BROWNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Vincent Browne|Browne, Robert John Vincent]] [https://www.familysearch.org/tree/person/details/GSLZ-BY6] - 1907(Qld)-1972(Qld) - Licences: 4RB Brisbane (Toowong, 1925-1939; New Farm, 1946-1956; Dorrington, 1960-1969) - Qualifications: cc; AOCP 92, 1925, No. 10 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Toowong, 1936-1937); mechanic (Clevedon, 4QN, 1943); technician (New Farm, 1949-1954); teacher (Dorrington, 1958-1968) ===''BROWNLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Frank Brownless|Brownless, Sidney Frank "Frank"]] [https://www.familysearch.org/tree/person/details/G8HD-M5S] - 1915(Eng)-1995(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD); military (WW2, RAF, radar research); clubs & societies (IREE); author ("The Sharing of Television Channels", ABCB, 1973 - Electoral Rolls: engineer (Albert Park, 1954-1980) ===''BRUCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Bruce|Bruce, George William]] [https://www.familysearch.org/tree/person/details/GXPX-XN9] - 1913(SA)-1980(SA) - Licences: 5GB Adelaide (Prospect, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1925, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Arthur Bruce|Bruce, Robert Arthur]] [https://www.familysearch.org/tree/person/details/LR18-SKL] - 1900(SA)-1971(SA) - Licences: Receive Adelaide (City, 1923-1924); 5BJ Adelaide (Glenelg, 1927-1939) - Qualifications: cc; AOCP 357, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glenelg, 1939-1943) * [[/Robert William Bruce|Bruce, Robert William]] [https://www.familysearch.org/tree/person/details/GZTC-Z1J] - 1899(Vic)-1971(Vic) - Licences: 3JW Melbourne (St Kilda, 1926-1928; East Malvern, 1931-1939) - Qualifications: AOCP 283, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda East, 1926; Malvern East, 1931-1967) ===''BRUNSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Thomas Brunsden|Brunsden, Herbert Thomas]] [https://www.familysearch.org/tree/person/details/G8NR-JJR] - 1909(NSW)-1942(NSW) - Licences: 2BX Sydney (Leichhardt, 1930-1939) - Qualifications: AOCP 649, 1930, NSW; AOLCP 258, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Leichhardt, 1930-1937) - Comment: Gone too soon ===''BRYCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ramsay Auld Bryce|Bryce, Ramsay Auld]] [https://www.familysearch.org/tree/person/details/GH9T-FL2] - 1914(Qld)-1974(Qld) - Licences: 4AB Ipswich (1937-1939, 1947-1948); 4AB Gold Coast (Palm Beach, 1954-1969); 4AC Portable Ipswich (1947-1956) - Qualifications: cc; AOCP 1935, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (North Ipswich, Qld, 1937); radio serviceman (North Ipswich, Qld, 1943); theatre proprietor (Palm Beach, Qld, 1949); showman (Palm Beach, Qld, 1954-1958); projectionist (Palm Beach, Qld, 1963-1972) ===''BRYSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royal William Bryson|Bryson, Royal William "Roy"]] [https://www.familysearch.org/tree/person/details/GZ9P-5KJ] - 1886(Vic)-1956(Vic) - Licences: XJJ Melbourne (Richmond, 1913); 3JM Receive Melbourne (Kew, 1922-1923); 3JM Melbourne (Kew, 1924-1933) - Qualifications: cc; AOCP 50, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; honorary radio inspector - Electoral Rolls: mechanic (Richmond, 1914-1916); electrical fitter (Kew, 1919-1937); electrician (Croydon, 1943-1954) ===''BUCHANAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thomas Oswald Buchanan|Buchanan, Norman Thomas Oswald]] [https://www.familysearch.org/tree/person/details/G84K-B7C] - 1912(Qld)-1985(Vic) - Licences: 2NB Sydney (Manly, 1928-1939); 2ANB Sydney (Bondi, 1948; Kingsford, 1950); 3AND Melbourne (Ascot Vale, 1954; Rosanna, 1955-1956) - Qualifications: AOCP 466, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Manly, 1934-1935); sound engineer (Manly, 1936); engineer (North Sydney, 1943; Heidelberg, 1954-1963; Rosanna, 1968; Heidelberg, 1972; Rosanna, 1977); retired (Castlemaine, 1980) ===''BUCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hector Buck|Buck, Albert Hector]] [https://www.familysearch.org/tree/person/details/LDQJ-PC3] - 1905(Vic)-1948(Vic) - Licences: 3TM Receive Melbourne (Albert Park, 1923); 3TM Melbourne (Glenhuntly, 1924-1926; Glenferrie, 1927; East Preston, 1931; Hawthorn, 1933-1937); 3TM Terang (1938-1939); 3TM Shepparton (1946-1947) - Qualifications: cc; AOCP 138, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: father of 3ZMX & 3AAD Edwin David Buck, don't confuse with Albert Thomas Buck (Qld) - Electoral Rolls: electrician (Glenferrie, 1927-1928); mechanic (Glenferrie, 1931; Hawthorn, 1937); electrician (Terang, 1943) * [[/Albert Thomas Buck|Buck, Albert Thomas]] [https://www.familysearch.org/tree/person/details/9Z9K-CXG] - 1892(Eng)-1973(Eng) - Licences: 4CW Receive Brisbane (Geebung, 1923); 4CW Brisbane (Geebung, 1924-1927) - Qualifications: cc; AOCP 281, 1926, No. 24 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: home duties (Kedron, 1931-1934); wireless mechanic (Summer Hill, 1933) - don't confuse with 3TM Albert Hector Buck * [[/Edwin David Buck|Buck, Edwin David]] [https://www.familysearch.org/tree/person/details/GZNC-4JQ] - 1929(Vic)-2010(Vic) - 3ZMX Melbourne (Thornbury, 1965-1969, 3AAD Melbourne (Thornbury, 1975-1980), amateur operator (AOCP ??, 19??, No. ?? in Vic), son of 3TM Albert Hector Buck ===''BUCKERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Roy Buckerfield|Buckerfield, Sidney Roy "Buck" & "Roy"]] [https://www.familysearch.org/tree/person/details/GCGS-S7N] - 1904(SA)-1965(SA) - Licences: 5DA Receive Adelaide (Parkside, 1923); 5DA Adelaide (Parkside, 1924-1927; Evandale, 1928-1931; Knoxville, 1933-1939; St Morris, 1947-1948+); 5DA Crystal Brook (1954-1956); 5DA Adelaide (Brighton Gardens, 1960+) - Qualifications: cc; AOCP 32, 1924, No. ?? in SA; 2COCP 163, 1938; 1COCP 1557, 1950 - amateur operator; amateur broadcaster; broadcast engineer (5DN, 5CK, 5DR, 5AN, 5ABCFM); public servant (PMGD); WW2 - Electoral Rolls: mechanic (Knoxville, 1939) ===''BUCKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Carson Buckie|Buckie, Alan Carson]] [https://www.familysearch.org/tree/person/details/GFQ6-8QC] - 1909(WA)-1966(WA) - Licences: 6AB Perth (Nedlands, 1936-1939; Claremont, 1947-1948; Dalkeith, 1965) - Qualifications: cc; AOCP 1682, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1931); radio engineer (Nedlands, WA, 1943-1963) ===''BUGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Robert Bugg|Bugg, Charles Robert]] [https://www.familysearch.org/tree/person/details/G82G-Q8K] - 1918(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: BOCP 11, 1936, Vic - - Electoral Rolls: radio engineer (Geelong, 1942) ===''BUILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Builder|Builder, Geoffrey]] [https://www.familysearch.org/tree/person/details/GM6S-FBL] - 1906(WA)-1960(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - physicist; radio engineer; WW2 - Electoral Rolls: observer (Magnetic Observatory, Watheroo, 1931; physicist (Haberfield, 1935; Ashfield, 1937; Burwood, NSW, 1943-1958) - [https://adb.anu.edu.au/biography/builder-geoffrey-9617 ADB] ===''BULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Bull|Bull, Francis George]] [https://www.familysearch.org/tree/person/details/LB9W-CFP] - 1904(Eng)-1965(Qld) - Licences: 4MA Brisbane (Fairfield, 1936-1939) - Qualifications: cc; AOCP 1674, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Stones Corner, Qld, 1926-1928; Highgate Hill, Qld, 1934; Fairfield, Qld, 1937; Annerley, Qld, 1943-1958); military forces (Wellers Hill, Qld, 1963) * [[/J. F. Bull|Bull, J. F.]] - 19??(???)-19??(???) - 4FH Mackay (-1949-1967+), amateur operator (AOCP ??, 19??, No. ?? in Qld), associate member I.R.E. Aust. ===''BULLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Bulling|Bulling, William John]] [https://www.familysearch.org/tree/person/details/L4Y9-S95] - 1914(SA)-2000(SA) - Licences: 5KX Adelaide (Grange, 1935-1939; Kirkcaldy, 1947-1954; Kings Park, 1955-1975); 5KX Wasleys (1980+) - Qualifications: cc; AOCP 1527, 1935, SA; BOCP 166, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Kirkcaldy, 1939-1943) ===''BULLIVANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Bullivant|Bullivant, William Norman]] [https://www.familysearch.org/tree/person/details/GZJK-X8B] - 1908(NSW)-1985(NSW) - 2PR Receive Albury (1923-1924), 2WB Albury (1925-1930), 2WB West Wyalong (1931-1934), 2BC Sydney (Bondi, 1946-1950; Bellevue Hill, 1954-1969; Kingsford, 1975-1980+), amateur operator (AOCP 167, 1925, No. ?? in NSW; 1COCP 319, 1940), amateur broadcaster, postal clerk (West Wyalong, 1932), telegraphist (Bondi, 1943), supervisor (Waverley, 1954; Bellevue Hill, 1963; Kingsford, 1980)) ===''BULLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Frederick Wright Bullock|Bullock, Albert Frederick Wright "Bert"]] [https://www.familysearch.org/tree/person/details/GX4K-44G] - 1900(Qld)-1987(Qld) - Licences: 4ZX Brisbane (Coorparoo, 1933-1939, 1946-1954; Camp Hill, 1955-1960) - Qualifications: cc; AOCP 1109, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: ironworker (East Brisbane, Qld, 1925); storeman (Coorparoo, Qld, 1936-1954); retired (Coorparoo, Qld, 1958-1980) ===''BUNTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Bunton|Bunton, George Henry]] [https://www.familysearch.org/tree/person/details/MGWV-YFR] - 1872(Eng)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, Mosman, NSW) - Electoral Rolls: butcher (Mosman, 1930-1954) ===''BURBIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Arthur Burbidge|Burbidge, Philip Arthur]] [https://www.familysearch.org/tree/person/details/G8HM-7JL] - 1910(Eng)-1948(NSW) - Licences: 3PB Melbourne (Moonee Ponds, 1928-1931); 2PB Sydney (Bellevue Hill, 1946-1947) - Qualifications: AOCP 456, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant manager (Camberwell, 1934); manager (Bellevue Hill, 1943) ===''BURBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Alfred Burbury|Burbury, Eric Alfred]] - 1894(Tas)-1976(NSW) - early wireless experimenter (Tasmania, unlicensed?), ship wireless operator (1910s), broadcast engineer (AWA, Koo-we-rup; 2FC, chief engineer), brother of Harry Keith Burbury * [[/Harry Keith Burbury|Burbury, Harry Keith "Keith"]] - 1897(Tas)-1986(NSW) - engineer (PMGD), brother of Eric Alfred Burbury ===''BURCHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Burchill|Burchill, Charles]] [https://www.familysearch.org/tree/person/details/GXXD-8PF] - 1894(Qld)-1969(NSW) - Licences: 4EM Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (Hendra, Qld, 1925; Surry Hills, NSW, 1930); fitter (Long Bay Camp, NSW, 1933; Surry Hills, NSW, 1934-1936; Harbord, NSW, 1937); watchman (Maroubra, NSW, 1943-1949) ===''BURFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Patrick Burford|Burford, Walter Patrick]] [https://www.familysearch.org/tree/person/details/GHM2-CD9] - 1912(SA)-1960(Vic) - Licences: 5PB Naracoorte (1934-1939, 1947-1960) - Qualifications: cc; AOCP 1365, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, SA, 1939-1943) ===''BURGESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Thomas Burgess|Burgess, George Thomas]] [https://www.familysearch.org/tree/person/details/G8W5-N95] - 1913(SA)-1994(SA) - Licences: 5GC Adelaide (Prospect, 1933-1939; Henley Beach, 1947-1980+) - Qualifications: cc; AOCP 1233, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Henley, SA, 1941-1943) * [[/Thomas William Watkins Burgess|Burgess, Thomas William Watkins]] [https://www.familysearch.org/tree/person/details/LDZP-X1R] - 1861(NSW)-1929(NSW) - Licences: XDA Wagga Wagga (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: medical practitioner (Wagga Wagga, 1901-1903) ===''BURGOYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Burgoyne|Burgoyne, Francis James]] [https://www.familysearch.org/tree/person/details/GXQN-1VS] - 1876(Wales)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (VIY, 1913-?); RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: officer-in-charge (Radio Station, South Townsville, 1919); postmaster (Concord, 1930); public servant (Homebush, 1930); postmaster (Homebush, 1933; Strathfield, 1935; Inverell, 1936; Bondi North, 1943) ===''BURING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rudolph Buring|Buring, Rudolph]] [https://www.familysearch.org/tree/person/details/L51C-YVT] - 1906(Tas)-1973(Vic) - Licences: 7AX Receive Hobart (1922-1923); Receive Hobart (1923-1924); 7RB Hobart (1925-1933); 3RB Melbourne (Ballarat, 1935-1939) - Qualifications: cc; AOCP 102, 1925, No. ?? in Tas; AOLCP 166, 1934 - amateur operator; amateur broadcaster; electronics engineer (PMGD) - Electoral Rolls: university demonstrator (Hobart, 1928); radio engineer (Sale, 1936; Ballarat, 1936-1937); engineer (Kew, 1943-1972) ===''BURMESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Conrad Burmester|Burmester, Otto Conrad]] [https://www.familysearch.org/tree/person/details/GXWN-7VX] - 1909(Qld)-1997(Qld) - Licences: 4OB Brisbane (East Brisbane, 1933) - Qualifications: cc; AOCP 1158, 1933, No. ?? in Qld; 2COCP 31, 1935; 1COCP 46, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: broadcaster (Toowong, Qld, 1943); PMG technician (East Brisbane, Qld, 1949-1980) ===''BURNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud Edward James Burns|Burns, Claud Edward James]] [https://www.familysearch.org/tree/person/details/KCLY-P7V] - 1893(Qld)-1978(Qld) - Licences: 4ZY Kingaroy (1932-1939); 4ZY Innisfail (1946-1947); 4ZY Cairns (1948-1975) - Qualifications: cc; AOCP 996, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: supervising technician (Cairns, Qld, 1954-1977) ===''BURRAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Allan Burrage|Burrage, John Allan]] [https://www.familysearch.org/tree/person/details/KCW4-SLS] - 1916(Vic)-1942(Ins) - Licences: 3UW Melbourne (Deepdene, 1934-1937), 3UW (Shepparton, 1938-1939) - Qualifications: AOCP 1322, 1934, No. ?? in Vic; BOCP 59, 1936; 1COCP 291, 1939 - amateur operator, amateur broadcaster, broadcast engineer (3SR), WW2 - Electoral Rolls: radio engineer (Shepparton, 1942) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/burrage-john-allan-400643/] ===''BURROWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Owen Burrows|Burrows, Alan Owen]] [https://www.familysearch.org/tree/person/details/KNZG-V74] - 1901(NSW)-1933(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio correspondent (Sydney Morning Herald, Sydney Sun); proprietor Miss F. V. Wallace (Wireless Shop), 1927-1933; president Waverley Radio Club - Electoral Rolls: radio dealer (Waverley, 1930-1933) - Comment: Gone too soon * [[/Ernest Walter Burrows|Burrows, Ernest Walter]] [https://www.familysearch.org/tree/person/details/LZDY-YQ8] - 1900(WA)-1986(NSW) - Licences: 6DZ Geraldton (1924-1927); 2DZ Sydney (Concord, 1929-1930) - Qualifications: cc; CPRT 659, 1921; 1COCP 5, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: technical assistant (Canterbury, NSW, 1937-1949; Earlwood, 1954-1980) * [[/Frederick Harold Burrows|Burrows, Frederick Harold]] [https://www.familysearch.org/tree/person/details/LZDY-TKH] - 1894(Eng)-1974(WA) - Licences: 6BH Perth (Claremont, 1922-1924); 6BH Kalgoorlie (1925-1927); 6BF Perth (Beverley, 1937-1939) - Qualifications: cc; AOCP 193, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgoorlie, 1916; Claremont, 1922; Kalgoorlie, 1925); headmaster (Beverley, 1937; Subiaco, 1943-1958); retired (Subiaco, 1963-1972) * [[/John Charles Fry Burrows|Burrows, John Charles Fry]] [https://www.familysearch.org/tree/person/details/GDKZ-LJ8] - 1897(Vic)-1981(Vic) - Licences: XJCD Melbourne (Kew, 1913-1914) - Qualifications: cc; CPRT 251, 1916 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: no occupation (Kew, 1919-1931); representative (Bairnsdale, 1934); commercial (Kew, 1936-1937); superintendent (Caulfield, 1943-1954); manager (Toorak, 1963-1980) ===''BURTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Reg Burton|Burton, Arthur Reg]] [https://www.familysearch.org/tree/person/details/GXCC-3HM] - 1899(Eng)-1982(Qld) - Licences: 4FE Brisbane (South Brisbane, 1935-1936; City, 1937-1939; Highgate Hill, 1946-1948); 1FE Heard Island (1954-1955); 4FE Thursday Island (1955-1956); 4FE Normanton (1960); 4FE Labrador (1965-1980+) - Qualifications: cc; AOCP 1563, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, AIF); broadcast technician; federal public servant (PMGD) - Relationships: Likely father of 4BM Arthur Henry Burton - Electoral Rolls: artist (Lutwyche, Qld, 1921); picture showman (Beenleigh, Qld, 1922-1926); motor engineer (Kangaroo Point, Qld, 1931-1934; South Brisbane, Qld, 1937); radio engineer (South Brisbane, Qld, 1943); diesel engineer (Highgate Hill, Qld, 1949-1954); technician (Highgate Hill, Qld, 1958); retired (Labrador, Qld, 1968-1980) ===''BUSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Talbot Busch|Busch, Reginald Talbot]] [https://www.familysearch.org/tree/person/details/GZJ3-2P7] - 1907(Vic)-2005(Vic) - Licences: 3LS Receive Melbourne (Essendon, 1923); 3LS Melbourne (Moonee Ponds, 1923-1939; North Essendon, 1946-1969; Strathmore, 1975-1980+) - Qualifications: cc; AOCP 157, 1925, No. ?? in Vic; AOLCP 286, 1936; 1AOCP 3, 1946 - amateur operator; amateur broadcaster; research engineer (1942) - Electoral Rolls: engineer (Moonee Ponds, 1931-1937); research engineer (Essendon, 1942-1968); research (Strathmore, 1972-1977) ===''BUSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Melville Bush|Bush, Albert Melville]] [https://www.familysearch.org/tree/person/details/LBB7-DFN] - 1893(Vic)-1964(Vic) - 3YY Bendigo (1924-1927) - Qualifications: cc; AOCP 197, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: dental apprentice (Bendigo, 1914-1919); dentist (Bendigo, 1922-1963) ===''BUSHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Robert William Bushby|Bushby, Thomas Robert William]] [https://www.familysearch.org/tree/person/details/K2G5-KTN] - 1900(Eng)-1978(NSW) - Licences: 2TW Bulli (1927-1928); 2TW Sydney (Gladesville, 1929; Hunters Hill, 1930; Gladesville, 1931-1933; Rose Bay, 1934; Bondi North, 1935-1937; Bellevue Hill, 1938-1939) - Qualifications: AOCP 368, 1927, No. ?? in NSW; AOLCP 32, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hunters Hill, 1930; Gladesville, 1933); engineer (Rose Bay, 1934; Bellevue Hill, 1935; Bondi, 1936-1937; Kingsgrove, 1943-1954); radio engineer (Bexley, 1958-1963) ===''BUTCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Butcher|Butcher, Eric William]] [https://www.familysearch.org/tree/person/details/GXWG-77S] - 1912(Qld)-1970(Qld) - Licences: 4EB Brisbane (Lutwyche, 1931-1933; Kedron, 1938-1939) - Qualifications: cc; AOCP 871, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Kedron, Qld, 1936-1937); teacher (Grange, Qld, 1949; Wavell Heights, Qld, 1958-1968) ===''BUTLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lloyd Butler|Butler, Alfred Lloyd "Lloyd"]] - Licences: 5BR Adelaide (Prospect, 1947); 5BR Murray Bridge (1948-1960); 5BR Adelaide (Panorama, 1965-1980+) - Qualifications: AOCP; BOCP; TVOCP - amateur operator; historian (SA amateur, SA broadcast) - Electoral Rolls: - Links: [http://users.tpg.com.au/ldbutler/index.htm Web] * [[/Richard Edmund Butler|Butler, Richard Edmund "Dick"]] [https://www.familysearch.org/tree/person/details/GQX1-ZPZ] - 1926(Vic)-2012(Vic) - Senior federal public servant (PMGD), Deputy General Secretary ITU 1983-1989, Secretary General ITU 1983-1989 [https://www.itu.int/en/history/Pages/ElectedOfficialBio.aspx?off=6] ===''BUTLER-WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bertie Saywell Butler-Wood|Butler-Wood, Bertie Saywell]] [https://www.familysearch.org/tree/person/details/GXJ2-18J] - 1894(NSW)-1954(Qld) - Licences: 4EJ Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (West End, Qld, 1919-1925); dentist (West End, Qld, 1943-1954) ===''BUTTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Butterfield|Butterfield, George William]] [https://www.familysearch.org/tree/person/details/L77T-FCW] - 1903(Eng)-1980(WA) - Licences: 6GW Perth (South Perth, 1932-1939) - Qualifications: cc; AOCP 906, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: dental mechanic (Northam, WA, 1925; South Perth, WA, 1931); radio engineer (South Perth, WA, 1936-1958); retired (South Perth, WA, 1977) ===''BUTTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Butters|Butters, William Leslie W.]] [https://www.familysearch.org/tree/person/details/2VQ7-BSV] - 1885(NSW)-1953(NSW) - Licences: 2WY Bermagui South (1928-1935); 2WY Sydney (Brooklyn, 1936-1938; Cronulla, 1939; Karuah, 1946-1947); 2WY Nambucca Heads (1948-1950) - Qualifications: AOCP 464, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: fisheries inspector (Bermagui South, 1930; Brooklyn, 1936); clerk (Erskineville, 1943); retired (Nambucca Heads, 1949) ===''BUTTERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Butterworth|Butterworth, Cecil]] [https://www.familysearch.org/tree/person/details/GMLR-QDG] - 1910(NSW)-1990(NSW) - Licences: 2CB Wallsend (1929-1930); 2BU Wallsend (1931-1939, 1946-1980+) - Qualifications: AOCP 540, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Wallsend, 1936-1958); manufacturer (Wallsend, 1963-1972); engineer (Rankin Park, 1977-1980) ===''BUZACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Hardie Buzacott|Buzacott, Albert Hardie "Hardie"]] [https://www.familysearch.org/tree/person/details/L7YK-QZ6] - 1914(Qld)-1984(Qld) - Licences: 4UZ Toowoomba (1934-1939) - Qualifications: cc; AOCP 1242, 1934, No. ?? in Qld; AOLCP 260, 1935 - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio mechanic (East Toowoomba, Qld, 1936-1937); radio operator (East Toowoomba, Qld, 1943-1949); manager (Roma, Qld, 1949; Gympie, Qld, 1954-1972; Caloundra, Qld, 1977-1980) * [[/Richard Norman Buzacott|Buzacott, Richard Norman]] [https://www.familysearch.org/tree/person/details/GZ82-8ZL] - 1909(WA)-1975(Vic) - Licences: 3RB Melbourne (Elsternwick, 1926; Burwood, 1931; Camberwell, 1933); 2TD Sydney (North Sydney, 1935-1936); 3TD Lubeck (1938-1939); 3TD Melbourne (Balwyn, 1946-1960); 3AUB Melbourne (Reservoir, 1969-1975) - Qualifications: AOCP 298, 1926, No. ?? in Vic; 1COCP 61, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1931); broadcast engineer (North Sydney, 1934-1935); engineer (Camaray, NSW, 1936); broadcast engineer (Lubeck, 1937); wireless operator (Canterbury, 1943); technician (Canterbury, 1949-1954); engineer (Reservoir, 1963-1972) =='''C'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''CAGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cagney|Cagney, Eric William]] [https://www.familysearch.org/tree/person/details/GXH2-9HV] - 1909(Qld)-1990(Qld) - Licences: 4EC Rockhampton (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1386, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Palings, piano tuner); associate I.R.E. Aust - Electoral Rolls: musical instrument worker (Rockhampton, Qld, 1931-1980) ===''CAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Cain|Cain, James Henry]] [https://www.familysearch.org/tree/person/details/MKN2-48M] - 1866(Isle of Man)-1940(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a/g superintendent, Central Mission, Wesley Church, Melbourne, Vic) - Electoral Rolls: clergyman (Mooroopna, 1903; North Melbourne, 1909-1913; Carlton, 1914-1919; Glenferrie, 1921-1924; Auburn, 1924-1927; Kew, 1928-1937) ===''CALDECOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry William Spencer Caldecott|Caldecott, Henry William Spencer]] [https://www.familysearch.org/tree/person/details/GZT8-K3M] - 1908(Canada)-1991(NSW) - Licences: 2SM Sydney (Manly, 1926-1927; Chatswood, 1928-1929; Manly, 1930-1931); 2DA Sydney (Manly, 1933-1939; Balgowlah, 1946-1980+) - Qualifications: AOCP 285, 1926, No. ?? in NSW; AOLCP 58, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Balgowlah, 1930-1968); engineer (Balgowlah, 1977-1980)- callsign 2SM withdrawn by PMGD for allocation to 2SM commercial broadcaster ===''CALDWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aleck Stewart Caldwell|Caldwell, Aleck Stewart]] [https://www.familysearch.org/tree/person/details/M5SS-6BB] - 1903(SA)-1983(SA) - Licences: Receive Adelaide (Unley North, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: During 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Donald Pavy Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: draftsman (Black Forest, SA, 1939); assistant (Erindale, SA, 1941-1943) * [[/Donald Pavy Caldwell|Caldwell, Donald Pavy]] [https://www.familysearch.org/tree/person/details/LVC2-5NT] - 1907(SA)-1959(NSW) - Licences: Nil yet identified - Qualifications: cc; AOCP 29, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Comment: amateur broadcaster but never held licence in his name, during 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Aleck Stewart Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: telegraphist (Clapham, SA, 1939-1943) * [[/Frank David Caldwell|Caldwell, Frank David]] [https://www.familysearch.org/tree/person/details/G8DV-FQ9] - 1907(NSW)-1975(NSW) - Licences: 2YF Sydney (Bondi, 1930-1936; Concord, 1937; Bondi, 1938-1939; Waverley, 1946-1969); 2YF Katoomba (1975) - Qualifications: AOCP 587, 1930, No. ?? in NSW; 3COCP 404, 1938; BOCP 186, 1938 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: employee Clyde Engineering Works (Burwood, 1930); mechanic (Bondi, 1936-1937; Waverley, 1949-1958; Bronte, 1963-1968) * [[/Robert Ballantyne Caldwell|Caldwell, Robert Ballantyne]] [https://www.familysearch.org/tree/person/details/2ZSH-LYB] - 1869(SA)-1942(SA) - Licences: 5BP Adelaide (Unley, 1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: father of Aleck Stewart Caldwell & Donald Pavy Caldwell; brother of William Alexander Caldwell - Electoral Rolls: resident engineer (North Unley, SA, 1939-1941) * [[/Rupert Christian Caldwell|Caldwell, Rupert Christian]] [https://www.familysearch.org/tree/person/details/G8W3-897] - 1893(Vic)-1989(NSW) - Licences: 2YW Receive Sydney (Leichhardt, 1923-1924); 2JO Sydney (Bondi Junction, 1928; Waverley, 1929-1933; Woollahra, 1934-1937; Bondi, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 415, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: traveller (Waverley, 1930-1933; Woollahra, 1934-1936; Bondi Beach, 1937-1968); retired (Waverley, 1972; Bondi Beach, 1977; Malabar, 1980) * [[/William Alexander Caldwell|Caldwell, William Alexander]] [https://www.familysearch.org/tree/person/details/K8Y4-P92] - 1881(SA)-1964(SA) - Licences: 5DI Receive Adelaide (Unley, 1923); 5BO Adelaide (Unley, 1923); 5BP Adelaide (Unley, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: brother of Robert Ballantyne Caldwell; uncle of Aleck Stewart Caldwell & Donald Pavy Caldwell - Electoral Rolls: nil (Glenelg, SA, 1939-1943) ===''CALETTI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guido Caletti|Caletti, Guido "Jim"]] [https://www.familysearch.org/tree/person/details/G841-NV5] - 1900(NSW)-1952(NSW) - Licences: 2CL Receive Sydney (Leichhardt, 1922; Newtown, 1922); 2CL Sydney (Newtown, 1923; Redfern, 1924; Annandale, 1924-1926; Punchbowl, 1927-1929; Penrose, 1930); 2AHV Sydney (Hurstville, 1938-1939, 1946-1950) - Qualifications: cc; CPRTelephony 649, 1921 - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Punchbowl, 1930); mechanic (Bankstown, 1933); telephone mechanic (Hurstville, 1937-1949) ===''CALLABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Callaby|Callaby, Clarence James]] [https://www.familysearch.org/tree/person/details/GZBQ-38C] - 1910(NSW)-1978(NSW) - Licences: 2CJ Sydney (Concord, 1929-1934); 3BI Ballarat (1937-1939) - Qualifications: AOCP 546, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: laboratory assistant (Concord, 1933-1935); chemist (Croydon, 1936-1937); industrial chemist (West Ryde, 1943-1958); company director (St Ives, 1963-1968); director (St Ives, 1972-1977) ===''CALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Victor Callick|Callick, Harold Victor]] [https://www.familysearch.org/tree/person/details/GXF4-P45] - 1898(Eng)-1978(Qld) - Licences: Receive Brisbane (Herston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: surgical dresser (Kelvin Grove, Qld, 1921-1925; Herston, Qld, 1937-1963; Alderley, Qld, 1943-1949; Herston, Qld, 1954-1958; Chermside, Qld, 1963); retired (Miami, Qld, 1968-1977) ===''CALLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival James Callow|Callow, Percival James]] [https://www.familysearch.org/tree/person/details/GXFB-TR6] - 1899(Qld)-1969(Qld) - Licences: Receive (Crystal) Brisbane (Albion, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: public servant (Albion, Qld, 1921-1925); clerk (Glen Kedron, Qld, 1934; Kedron, Qld, 1936-1963); retired (Scarborough, Qld, 1968) ===''CAMERON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. R. Cameron|Cameron, A. R.]] - 19??(???)-19??(???) - Licences: 5RC Adelaide (Leabrook, 1931-1938); 2AMK Sydney (Hunters Hill, 1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Milton Cameron|Cameron, Robert Milton]] [https://www.familysearch.org/tree/person/details/GZXL-HDJ] - 1907(Vic)-1985(SA) - Licences: 3OT Receive Melbourne (Malvern, 1923); 3OT Melbourne (Malvern, 1924-1933); 2XV Sydney (Waverton, 1935; Cronulla, 1937-1939); 4CS Brisbane (Doomben, 1947; Archerfield, 1948); 3AC Melbourne (Prahran, 1954-1955; Hawthorn, 1956-1960) - Qualifications: cc; AOCP 112, 1925, No. ?? in Vic; 1COCP 87, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Malvern East, 1931-1934); aeradio operator (Cooktown, 1943); surveyor (Prahran, 1954) ===''CAMPBELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dallas Dwyer Campbell|Campbell, Dallas Dwyer]] - 1901(NSW)-1964(NSW) - 2KU? Receive Ulmarra (1922-23), 2CU Ulmarra (1924-1939), amateur operator (AOCP 5, 1924, No. ?? in NSW), amateur broadcaster * [[/Douglas Gilmore Campbell|Campbell, Douglas Gilmore]] [https://www.familysearch.org/tree/person/details/LJBS-NDD] - 1888(NSW)-1971(NSW) - 2JO Receive Kyogle (1922-1924), 2DG Kyogle (1925-1933), amateur operator (AOCP 70, 1925, No. ?? in NSW), amateur broadcaster * [[/Frank Valentine Campbell|Campbell, Frank Valentine]] [https://www.familysearch.org/tree/person/details/GXZJ-CGN] - 1901(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4GC George Alfred Campbell - Electoral Rolls: wireless expert (South Brisbane, Qld, 1926); mechanic (Kedron, Qld, 1928-1929); electrical engineer (Kedron, Qld, 1934-1954); electrician (Haberfield, NSW, 1958-1963); retired (Beacon Hill, NSW, 1968-1972) * [[/Frederick Alexander Campbell|Campbell, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/KC4J-HG7] - 1849(Sct)-1930(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, South Yarra, Vic) - Electoral Rolls: director (Melbourne, 1903-1913; South Yarra, 1914-1919); chief executive (South Yarra, 1924-1928) * [[/George Alfred Campbell|Campbell, George Alfred]] [https://www.familysearch.org/tree/person/details/GXZJ-C21] - 1894(Eng)-1983(Qld) - Licences: 4GC Brisbane (South Brisbane, 1937-1939, 1947-1960); 4GC Mermaid Beach (1965-1975); 4GC Brisbane (Annerley, 1980+) - Qualifications: cc; AOCP 2014, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Frank Valentine Campbell - Electoral Rolls: electrical engineer (West End, Qld, 1925-1926; South Brisbane, Qld, 1928-1963); retired (Annerley, Qld, 1968-1972; Mermaid Beach, Qld, 1977) * [[/James Campbell|Campbell, James]] - 1845(Sct)-1893(Vic) - proprietor of engineering business in Ballarat, politician in Victoria, Postmaster-General Victoria (Apr 1884 - Feb 1886) * [[/Neville Douglas Campbell|Campbell, Neville Douglas or Douglas Neville]] [https://www.familysearch.org/tree/person/details/G73C-WVG] - 1912(Tas)-2007(Tas) - Licences: 7NC Hobart (City, 1932-1939, 1946-1956; Sandy Bay, 1960-1980) - Qualifications: cc; AOCP 993, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (New Town, 1943; Sandy Bay, 1949-1958) * [[/Robert Campbell|Campbell, Robert]] - 1917(???)-1950(Qld) - Licences: 4RC Brisbane (Kelvin Grove, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1180, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, treasurer, QSL officer) - Comment: numerous contemporaneous RCs - Electoral Rolls: Nile yet identified ===''CANAVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Canavan|Canavan, John]] [https://www.familysearch.org/tree/person/details/GF3D-L6T] - 1914(Eng)-2008(WA) - Licences: 6CN Perth (City, 1936-1939); 6ON Perth (Mt Hawthorn, 1948) - Qualifications: cc; AOCP 1811, 1936, WA; BOCP 109, 1937; 1COCP 618, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (North Perth, WA, 1937; Maylands, WA, 1949; Bayswater, WA, 1954; Port Hedland, WA, 1958; Bayswater, WA, 1963-1980) ===''CANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Fredrick Herrett Cannon|Cannon, Ronald Fredrick or Frederick Herrett]] [https://www.familysearch.org/tree/person/details/G7JW-T6L] - 1913(Tas)-1994(Vic) - Licences: 7RC Wynyard (1932-1939); 3BRC Melbourne (Hawthorn, 1975) - Qualifications: cc; AOCP 946, 1932, No. ?? in Tas; BOCP 97, 1937; 1COCP 473, 1941 - amateur operator; amateur broadcaster; RAAFWR; WW2 - Electoral Rolls: shop assistant (Wynyard, 1936-1937); engineer (St Kilda, 1943); radio technician (Auburn, 1949; Hawthorn, 1954-1967); tv hirer (Hawthorn, 1968-1980) ===''CANSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathan Victor Charles Cansick|Cansick, Nathan Victor Charles]] [https://www.familysearch.org/tree/person/details/LKSJ-CXC] - 1907(Vic)-1968(NSW) - 3VE Receive Melbourne (St Kilda, 1923-1924), 3AK Melbourne (St Kilda, 1925-1931), amateur operator (AOCP 139, 1925, No. ?? in Vic), amateur broadcaster ===''CAREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Carey|Carey, Francis Joseph "Frank"]] - 18??-19?? - X??, 4?? Toowoomba 1911-1914, 1922-1923, 2AMI Sydney (Centennial Park, 1933-1939; North Sydney 1946-1954; Fairfield 1955-1980) - amateur operator (AOCP 1152, 1933, ?? in NSW) , radio club member (QWI), Halcyon: AOCP NSW 1925 * [[/John Thomas Carey|Carey, John Thomas]] [https://www.familysearch.org/tree/person/details/G6Y9-TZ8] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 19, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: wireless operator (St Kilda, 1913; West End, Townsville, 1919) ===''CARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Lewis Carne|Carne, Ronald Lewis "Ron"]] [https://www.familysearch.org/tree/person/details/GXCC-N3M] - 1910(Fiji)-1976(Qld) - Licences: 4RP Hambledon Mill via Cairns (1935); 4RP Innisfail (1937-1939) - Qualifications: cc; AOCP 1186, 1933, Qld; 3COCP 429, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Goondi Mill, Innisfail, 1936-1937); cane inspector (Sherwood, Qld, 1943); assistant cane inspector (Goondi Mill, Innisfail, Qld, 1949-1954); cane inspector (Victoria Mill, Ingham, Qld, 1954-1958); manager (Harwood Mill, Harwood Island, NSW, 1963; Victoria Mill, Ingham, Qld, 1968); retired (Bowen, Qld, 1972) ===''CARPENTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Carpenter|Carpenter, Archibald John]] [https://www.familysearch.org/tree/person/details/GZPR-BJS] - 1900(WA)-1956(France) - Licences: No known licence - Qualifications: cc; AOCP 376, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: school teacher (Northam, 1925-1936); instructor (South Perth, 1943); firewood vendor (Whyalla, 1948); teacher (Kalgoorlie, 1954) ===''CARRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Carrie|Carrie, F.]] - 19??(???)-19??(???) - Licences: 5JC Adelaide (Glanville, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CARTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Carter|Carter, Albert Edward "Birdie"]] [https://www.familysearch.org/tree/person/details/GHDL-5CB] - 1916(Qld)-2014(Qld) - Licences: 4LT Brisbane (Wavell Heights, 1938-1939, 1946-1948); 4LT Nanango (1954); 4LT Brisbane (Carina, 1955-1969); 4LT Sunshine Beach (1975); 4LT Tewantin (1980) - Qualifications: cc; AOCP 2143, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); wholesale grocery (S. Hoffnung & Co); WW2 - Comment: several contemporaneous AECs - Electoral Rolls: merchant (Greenslopes, Qld, 1943-1949); manager (Nanango, Qld, 1954); departmental manager (Carina, Qld, 1958-1972); retired (Sunshine Beach, Qld, 1977; Tewantin, Qld, 1980)) * [[/Clarence Sydney William Carter|Carter, Clarence Sydney William]][https://www.familysearch.org/tree/person/details/L5T1-TXL] - 1902(SA)-1962(SA) - Licences: Receive Adelaide (Kensington, 1923); 5CS Adelaide (Maylands, 1924-1926) - Qualifications: cc; AOCP 24, 1924, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: salesman (Glen Osmond, SA, 1939-1943) * [[/Frederick Pell Carter|Carter, Frederick Pell or Peel (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXP4-2BC] - 1899(NSW)-1968(SA) - Licences: 5GK Adelaide (Mile End, 1931-1939) - Qualifications: cc; AOCP 761, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: service station proprietor (Mile End, SA, 1939-1943) * [[/H. Carter|Carter, H.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Graceville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Numerous contemporaneous HCs - Electoral Rolls: Nil yet identified * [[/Harry Raymond Carter|Carter, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G9G5-KJT] - 1911(NSW)-1986(NSW) - Licences: 2HC Quirindi (1926-1939; 1946-1980+); 2BE Portable Quirindi (1933-1934); 2AI Portable Quirindi (1935-1939) - Qualifications: AOCP 286, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Quirindi, 1933-1980) - Callsign 2BE withdrawn by PMGD for 2BE Bega commercial ===''CARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Carty|Carty, Bruce]] - historian (broadcast, amateur broadcast), author "Australian Radio History" ===''CASTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Castle|Castle, Clarence Henry "Clarry"]] [https://www.familysearch.org/tree/person/details/GXGF-7GR] - 1915(SA)-2002(SA) - Licences: 5KL Adelaide (Prospect, 1933-1939); 5KL Darwin (1947-1948); 5KL Adelaide (Enfield Heights, 1954-1965; Enfield, 1969-1980+) - Qualifications: cc; AOCP 1209, 1933, SA; 2COCP 263, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''CASWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Harold Caswell|Caswell, Archibald Harold "Arch"]] [https://www.familysearch.org/tree/person/details/GXCC-Y3X] - 1913(Qld)-1986(Qld) - Licences: 4CB Murgon (1934-1939); 4CB Maryborough (1946-1975) - Qualifications: cc; AOCP 1340, 1934, Qld - amateur operator; amateur broadcaster; WW2 (POW); business proprietor (garage) - Electoral Rolls: radio technician (Maryborough, Qld, 1954-1972); retired (Torquay, Qld, 1977-1980) ===''CATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lester Evans Catford|Catford, Lester Evans]] [https://www.familysearch.org/tree/person/details/GDD8-RCB] - 1911(SA)-1990(SA) - Licences: 5LC Gladstone (1931-1939, 1947); 5LC Adelaide (Malvern, 1948-1980) - Qualifications: cc; AOCP 789, 1931, No. ?? in SA; BOCP 357, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Gladstone, SA, 1939-1943) * [[/Lance Maynard Catford|Catford, Lance Maynard]] [https://www.familysearch.org/tree/person/details/GMQR-K2W] - 1913(SA)-1989(SA) - Licences: 5XL Clare (1939, 1947-1980+) - Qualifications: AOCP 2372, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: share farmer (Clare, SA, 1939) ===''CAVANAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Mortimer Cavanagh|Cavanagh, William Mortimer]] [https://www.familysearch.org/tree/person/details/GZ23-GPH] - 1908(Vic)-1995(NSW) - Receive Warburton (1923-1924), 3WC Melbourne (St Kilda, 1925), 2WC Sydney (Potts Point, 1928), 2WC Goulburn (1930), 3WC Melbourne (St Kilda, 1931; Williamstown, 1937-1939), 2WC Wauchope (1946-1980+), qualifications: (AOCP 214, 1925, No. ?? in Vic; 1COCP 598, 1942), amateur operator, amateur broadcaster, WW2, electoral rolls: sales (Goulburn, 1930; St Kilda, 1931-1934), radio dealer (Wauchope, 1949-1980) ===''CAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Cave|Cave, Norman]] [https://www.familysearch.org/tree/person/details/GDB7-G73] - 1898(Eng?)-19??(???) - Licences: 7BC Launceston (1925-1926); operator of Wills & Co Receive licence 1924 - Qualifications: cc; AOCP 129, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 (RAF Wireless Operator); foundation member Tasmanian Gliding Club (instructor); returned to England 1931; likely Wing Commander RAF in WW2; possibly lost in SE Asia 1942 - Electoral Rolls: Nil yet identified ===''CAWTHRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Cawthron|Cawthron, Edward Joseph "Ted"]] [https://www.familysearch.org/tree/person/details/GZBH-9SX] - 1908(NSW)-1964(SA) - Licences: 2JC Sydney (Concord, 1926-1933; Neutral Bay, 1931; Concord, 1933; Five Dock, 1933); 2VA Sydney (City, 1931); 2EJ Sydney (City, 1931); 5JC Adelaide (Kent Town, 1937-1939); 5JE Adelaide (Somerton, 1947-1948; North Glenelg, 1954; Somerton Park, 1960) - Qualifications: cc; AOCP 308, 1926, No. ?? in NSW; BOCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Haberfield, 1943) ===''CECIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clyde Cecil|Cecil, Clyde]] [https://www.familysearch.org/tree/person/details/GZN5-XYG] - 1898(Vic)-1963(WA) - Licences: 6AB Kalgoorlie (1923-1927) - Qualifications: cc; AOCP 154, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2; witness to Royal Commission 1927 (as a listener, Kalgoorlie) - Electoral Rolls: civil servant (Kalgoorlie, 1919); lecturer (Kalgoorlie, 1921-1925; Maylands, 1928-1937); metallurgist (Nedlands, 1943); physicist (Nedlands, 1949-1954); school principal (Triggs Island, 1958-1963) ===''CHADWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Howel Chadwick|Chadwick, Richard Howel (Electoral Rolls) or Howell (BMD) "Dick"]] [https://www.familysearch.org/tree/person/details/G3PQ-6HH] - 1896(NZ)-1955(Qld) - Licences: 4GU Brisbane (Wilston, 1933-1939, 1946-1947) - Qualifications: cc; AOCP 1197, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW1; radio clubs (WIAQ); employment (travelling salesman) - Electoral Rolls: storeman (Zillmere, Qld, 1921); salesman (Wilston, Qld, 1925-1954) ===''CHAFFER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Martin Chaffer|Chaffer, Edward Martin "Martin"]] [https://www.familysearch.org/tree/person/details/GZ1Z-B3P] - 1905(Vic)-1981(Vic) - Licences: 3XF Receive Melbourne (Moonee Ponds, 1923); 3XF Melbourne (Moonee Ponds, 1923-1927); 6XF Perth (Mt Lawley, 1930-1931); 3XF Melbourne (Moonee Ponds, 1933); 2AEK Sydney (Potts Point, 1938); 3MH Hamilton (1947); 3MH Ballarat (1948); 3MH Swan Hill (1954); 3MH Melbourne (Preston, 1955-1956; Moonee Ponds, 1965-1969; Doncaster, 1975-1980) - Qualifications: cc; AOCP 354, 1927, No. ?? in Vic; 3COCP 304, 1937; 2COCP 113, 1937; 1COCP 151, 1937 - amateur operator, amateur broadcaster, radio clubs (WIA Vic Essendon, treasurer, 1924), placed 2nd for best complete station Melbourne Wireless Exhibition 1924; placed second for best complete station at Melbourne Wireless Exhibition 1925; placed 10th in 3LO amateur broadcasting competition 1926; broadcast engineer (3HA, 3BA, 3SH), Dept Civil Aviation 1930s, military (WW2, 1942+) - Electoral Rolls: manager (Moonee Ponds, 1928-1936); radio engineer (Hamilton, 1942; Ballarat, 1949; Swan Hill, 1954; Preston, 1963); radio technician (Moonee Ponds, 1967-1968); retired (Doncaster, 1977-1980) - Relationships: father of 3AII Ken Chaffer ===''CHALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Robert Challen|Challen, Peter Robert]] - 1848(Eng)-1905(Vic) - early telephone, telephony & wireless experimenter, employment (Vic Posts & Telegraphs, Electrical Office & Postmaster), radio clubs (Telegraph Electrical Society, Victoria), associate of Henry Walter Jenvey, William Philip Bechervaise & George Smibert ===''CHALLENDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard Challender|Challender, Gerard "Gerry"]] - 1910(Eng)-1950(NSW) - 2ZS Kempsey, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, high profile participation 1950 Kempsey floods, military (WW2) ===''CHALLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Reginald Challenger|Challenger, George Reginald]] [https://www.familysearch.org/tree/person/details/G3YQ-ZZB] - 1902(NSW)-1936(NSW) - Licences: 2GC Sydney (Auburn, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Auburn, 1930-1935) ===''CHAMBERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Rupert Chambers|Chambers, Francis Rupert]] [https://www.familysearch.org/tree/person/details/MYY2-JKX] - 1898(Vic)-1971(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 247, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Camberwell, 1924-1925); contractor (Geraldton, 1931; Mt Waverley, 1934-1936); linesman (Seaford, 1937; Frankston, 1942); technician (Frankston, 1949; Seaford, 1954); retired (Upwey, 1963; McRae, 1968) * [[/Walter Alfred Chambers|Chambers, Walter Alfred]] [https://www.familysearch.org/tree/person/details/G3N6-VX1] - 1889(Qld)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 151, 1915; 2COCP 100, 1930; 1COCP 96, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIP Perth (1917-1918) - Electoral Rolls: mechanic (Thursday Island, 1912-1913); radio telegraphist (Wyndham, 1916-1917); telegraphist (Subiaco, 1917); radio telegraphist (Esperance, 1921-1925); officer-in-charge (Geraldton, 1925); radio officer (Como, 1931-1934; Esperance, 1936-1937); radio telegraphist (Como, 1943-1968) ===''CHANDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Beals Chandler|Chandler, John Beals]] [https://www.familysearch.org/tree/person/details/G6HN-HXH] - 1887(Eng)-1962(Qld) - principal (4BC); proprietor (J. B. Chandler & Co., 1913-1962); Lord Mayor Brisbane (1940-1952); witness to Royal Commission Wireless 1927 - don't confuse D. W. Chandler early wireless experimenter - [https://adb.anu.edu.au/biography/chandler-sir-john-beals-9724 ADB] ===''CHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Channon|Channon, H. D.]] - 19??(???)-19??(???) - Licences: 2BO Receive Inverell (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Lloyd Lister Channon|Channon, Lloyd Lister]] [https://www.familysearch.org/tree/person/details/GD59-4NS] - 1885(NSW)-1949(NSW) - Licences: 2AQ Receive Manilla (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: postmaster (Elsmore, 1913); postal official (Raymond Terrace, 1930-1949) ===''CHAPMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Chapman|Chapman, Austin]] [https://www.familysearch.org/tree/person/details/LZYW-3F4] - 1864(NSW)-1926(NSW) - occupations (apprentice saddler, hotelier), politician (Postmaster-General, 1905-1907), oversight of Commonwealth Wireless Telegraphy conference Melbourne 1907 - Links: [[w:Austin Chapman|Wikipedia]]; [https://adb.anu.edu.au/biography/chapman-sir-austin-5554 ADB] * [[/Bruce Amundsen Chapman|Chapman, Bruce Amundsen]] [https://www.familysearch.org/tree/person/details/G8VL-575] - 1912(WA)-1969(NSW) - Licences: 2BA Sydney (Chatswood, 1930-1939; Balgowlah, 1946-1958; St Ives, 1960-1969 - Qualifications: AOCP 696, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: shipping clerk (Chatswood, 1935-1937); clerk (Balgowlah, 1949-1958; St Ives, 1963-1968) * [[/E. B. Chapman|Chapman, E. B.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Frank William Chapman (Qld)|Chapman, Frank William (Qld)]] [https://www.familysearch.org/tree/person/details/GXC5-KB3] - 1898(???)-1974(Qld) - Licences: 4XL Brisbane (Yeronga, 1931-1939); 4ZFC Brisbane (Ekibin, 1965); 4TH Brisbane (Ekibin, 1969) - Qualifications: cc; AOCP 785, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: gardener (Salisbury, Qld, 1928); labourer (Yeronga, Qld, 1929-1937); waterside worker (Paddington, Qld, 1943-1949); PMG technician (Ekibin, Qld, 1954-1972) * [[/Frank William Chapman (WA)|Chapman, Frank William (WA)]] [https://www.familysearch.org/tree/person/details/LBXD-TFK] - 1918(Vic)-1988(WA) - Licences: 6CC Perth (Manning Park, 1954-1965; Bassendean, 1969-1980+) - Qualifications: cc; AOCP 3319, 1953, WA - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Chidlow, WA, 1949); teacher (Manning Park, WA, 1954-1963); technical school principal (Kalgoorlie, WA, 1963); teacher (Bassendean, WA, 1968-1977); retired (Bassendean, WA, 1980) * [[/Harrison Chapman|Chapman, Harrison "Harry"]] [https://www.familysearch.org/tree/person/details/G8CX-2C5] - 1909(Vic)-1990(Vic) - Licences: 3JX Receive Melbourne (Ivanhoe, 1922); 3GU Melbourne (Ivanhoe, 1929-1939, 1946-1965; Flinders, 1965-1975); 3AGU Portable Melbourne (Ivanhoe, 1948-1956; Flinders, 1965-1975) - Qualifications: AOCP 513, 1929, No. ?? in Vic; 1AOCP 32, 1946 - amateur operator, amateur broadcaster - Electoral Rolls: student (Ivanhoe, 1931-1936); chemist (Geelong, 1937); RAAF (Ballarat, 1942; Ivanhoe, 1949-1954); chemical engineer (Ivanhoe, 1963); minister of religion (Flinders, 1968); clergyman (Flinders, 1972-1977) * [[/Owen George Chapman|Chapman, Owen George]] [https://www.familysearch.org/tree/person/details/K8YX-YLK] - 1904(NSW)-1961(NSW) - Licences: 2OC Wyong (1930-1939, 1946-1960) - Qualifications: AOCP 669, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Wyong, 1930-1958) * [[/Percival Carnew Lamont Chapman|Chapman, Percival Carnew Lamont "Percy"]] [https://www.familysearch.org/tree/person/details/G8GM-5M8] - 1911(Qld)-2008(Qld) - 4PC Brisbane (Sandgate, 1933); 4PC Babinda (1937-1939); 4PC Monto (1946-1975); 4PC Point Vernon (1980) - Qualifications: cc; AOCP 1155, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); occupation (power house engineer/manager) - Relationships: father of Geoff Chapman 4CET - Electoral Rolls: engineer (Ayr, Qld, 1943; Monto, Qld, 1949-1972); retired (Point Vernon, Qld, 1977-1980) * [[/William George Chapman|Chapman, William George]] [https://www.familysearch.org/tree/person/details/KZ2X-8KG] - 1890(Tas)-1957(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 116, 1915; 1COCP 63, 1930 - RANRS (Warrant Telegraphist, 1917); coastal wireless operator; witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: radio telegraphist (Broome, 1925); officer-in-charge (Radio Station Applecross, 1931-1954) ===''CHAPPELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Arthur Chappell|Chappell, Lloyd Arthur]] [https://www.familysearch.org/tree/person/details/G69G-SB9] - 1911(Tas)-1998(Tas) - Licences: 7LC Ross (1936-1937); 7LC Winnaleah (1938-1939); 7LC Hobart (Kingston, 1947-1955; Sandy Bay, 1956-1975; Coles Bay, 1980+) - Qualifications: cc; AOCP 1828, 1936, No. ?? in Tas; BOCP 172, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: projectionist (Ross, 1936-1937); radio engineer (Queenstown, 1943; Kingston, 1949-1958) ===''CHARLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Charles|Charles, Edward Arthur]] [https://www.familysearch.org/tree/person/details/K8QC-V3V] - 1916(SA)-1981(SA) - Licences: 5YQ Adelaide (North Unley, 1935-1939; Unley, 1947-1948; Ascot Park, 1954-1956; Hyde Park, 1960-1980+) - Qualifications: cc; AOCP 1443, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Unley, SA, 1939-1943) ===''CHARLESWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Denison Charlesworth|Charlesworth, Reginald Denison]] [https://www.familysearch.org/tree/person/details/GW1M-CKJ] - 1900(Eng)-1980(NSW) - Licences: 2CI Receive Sydney (Haberfield, 1922); 2CI Sydney (Haberfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: migrated to Fiji mid 1920s, returned to Australia mid 1930s - Electoral Rolls: factory manager (Summer Hill, 1933); engineer (Haberfield, 1935-1937); Lane Cove, 1943); radio engineer (Dee Why, 1949-1954); engineer (Hunters Hill, 1958-1972) ===''CHARTERIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Charteris|Charteris, Michael]] - 4QS Ipswich & Maryborough - amateur operator, historian (amateur) ===''CHATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Greatham Chatfield|Chatfield, Robert Greatham "Bob"]] [https://www.familysearch.org/tree/person/details/LK92-9L1] - 1900(NZ)-1974(NZ) - Licences: ZL2AV Wellington (1925-1954+) - Qualifications: AOCP ??, 1925, No. ?? in NZ - amateur operator; amateur broadcaster; clubs (Wellington Amateur Radio Club 2WB, member and one time president) - Relationships: father of Don Chatfield ZL2SG - Comment: substantial early portion (100+) of QSL collection survives - Electoral Rolls: motor engineer (Wellington, 1922); salesman (Wellington, 1931-1954); retired (Wellington, 1963-1972) ===''CHATTERTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Chatterton|Chatterton, Francis Joseph]] [https://www.familysearch.org/tree/person/details/LZWW-952] - 1902(Tas)-1931(Tas) - Licences: 7AY Receive Hobart (West Hobart, 1922); Receive Hobart (West Hobart, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: machinist (Hobart, 1925-1928) ===''CHAUVEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Temple Frank Chauvel|Chauvel, Walter Temple Frank]] [https://www.familysearch.org/tree/person/details/LH5T-WNQ] - 1902(Qld)-1987(NSW) - Licences: Receive (Valve) Stanthorpe (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: jackeroo (Stanthorpe, Qld, 1925-1928); grazier (Stanthorpe, Qld, 1928-1943); radio engineer (Texas, Qld, 1949-1963); retired (East Ballina, NSW, 1968-1980) ===''CHEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Reginald Cheel|Cheel, Charles Reginald]] [https://www.familysearch.org/tree/person/details/9N1J-PTC] - 1890(Vic)-1955(SA) - Licences: 5CR Adelaide (Maylands, 1934-1939, 1947-1955) - Qualifications: cc; AOCP 1278, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CHENNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Chennell|Chennell, Victor "Vic"]] [https://www.familysearch.org/tree/person/details/GCBH-1XV] - 1907(SA)-1996(SA) - Licences: 5JH Adelaide (Norwood, 1927-1933; Cowandilla, 1937-1939; North Adelaide, 1946-1956; Ascot Park, 1960-1980+) - Qualifications: cc; AOCP 346, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: labourer? (Goodwood Park, 1939) ===''CHESSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chessell|Chessell, John or John Carl]] [https://www.familysearch.org/tree/person/details/KN16-XWP]? [https://www.familysearch.org/tree/person/details/L2M1-9GS]? - 1914(NSW)-1959(NSW) - Licences: 2LV Sydney (Dulwich Hill, 1929-1934); 2YU Sydney (Dulwich Hill, 1935-1936; Ashfield, 1937-1939); 2ER Sydney (Dulwich Hill, 1948-1950) - Qualifications: AOCP 517, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: baker (Croydon, 1936; Bowral, 1937-1954) - seems to be two contemporaneous John Chessel's ===''CHESTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Chesterfield|Chesterfield, John Henry]] [https://www.familysearch.org/tree/person/details/GSVH-3SK] - 1895(Vic)-1973(Qld) - Licences: 5JC Adelaide (Wayville, 1924-1926); 2ACQ Sydney (Strathfield, 1937-1939); 4HJ Brisbane (Cleveland, 1954-1960) - Qualifications: cc; CPRT 23, 1914; 1COCP 266, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: wireless operator (Croydon, NSW, 1930); radio engineer (Glenbrook, NSW, 1931-1935); department manager (Strathfield, NSW, 1935); radio engineer (Strathfield, 1936; Pymble, NSW, 1943; Cleveland, Qld, 1949-1963); retired (Mermaid Beach, Qld, 1968-1972) ===''CHICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Garth Chick|Chick, Leonard Garth]] [https://www.familysearch.org/tree/person/details/G6SW-7PJ] - 1918(Tas)-1999(NSW) - Licences: 7LG Launceston (1937-1939) - Qualifications: cc; AOCP 1973, 1937, No. ?? in Tas; BOCP 227, 1939; 2COCP 550, 1941; 1COCP 1264, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: seaman (Swan Point, 1944); aeradio operator (Lindisfarne, 1949); technician (Essendon, Vic, 1949-1954); draftsman (East Keilor, 1963-1968); surveyor (Forster, 1977-1980) ===''CHILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Oliver Chilton|Chilton, Frederick Oliver]] [https://www.familysearch.org/tree/person/details/GZNR-XFL] - 1905(NSW)-2007(NSW)102yo - Licences: Receive (Crystal) Sydney (Wahroonga, 1923-1924) - Qualifications: cc; AOCP 147, 1925, No. ?? in NSW - amateur receive operator; military (Brigadier); awards (Knighted) - Relationships: brother of 2RC Robert Ralph Chilton - Electoral Rolls: clerk (Wahroonga, NSW, 1930-1943); civil servant (South Yarra, Vic, 1949-1967); retired (Clareville Beach, NSW, 1972-1980) - Links: [[w:Frederick Oliver Chilton|Wikipedia]] * [[/George Frederick Chilton|Chilton, George Frederick]] [https://www.familysearch.org/tree/person/details/G3CR-41Q] - 1891(Vic)-1956(Vic) - Licences: 2GF Sydney (Pennant Hills, 1924; Carlingford, 1925); 4GD Townsville (1925-1926) - Qualifications: cc; CPRT 160, 1915; 1COCP 10, 1930 - amateur operator; amateur broadcaster; coastal operator (VIG, VIB, VIS, VIT, Rockbank); wireless telegraphist (PMG); RANRS (Commissioned Telegraphist, 1917); federal public servant (PMG) - Electoral Rolls: telegraphist (Wooloowin, 1919-1921); radio stationmaster (South Townsville, Qld, 1925; Glenferrie, 1927; Wireless Station, Rockbank, Vic, 1928-1942); engineer (St Kilda, 1949-1954) * [[/Robert Ralph Chilton|Chilton, Robert Ralph]] [https://www.familysearch.org/tree/person/details/GZNR-821] - 1907(NSW)-1985(Qld) - Licences: 2RC Sydney (Wahroonga, 1925-1926); 2RC Gloucester (1927); 2RC Sydney (Wahroonga, 1928-1939, 1946-1947; Roseville East, 1948) - Qualifications: cc; AOCP 152, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: chemist assistant (Wahroonga, 1933); chemist (Stanthorpe, 1954-1963; Sherwood, Qld, 1972) - Relationships: brother of Frederick Oliver Chilton ===''CHINERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jessie Camelia Chinery|Chinery or Chinnery, Jessie Camelia]] [https://www.familysearch.org/tree/person/details/GFMP-6NZ] - 1915(WA)-1995(WA) - Licences: 6JC Perth (Welshpool, 1937-1939) - Qualifications: cc; AOCP 1866, 1937, WA - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: not stated (Welshpool, WA, 1937) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''CHIPPINDALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Kellett Chippindall|Chippindall, Eric Kellett "Chippy"]] [https://www.familysearch.org/tree/person/details/LFCB-MNZ] - 1916(Qld)-1988(Qld) - Licences: 4XR Brisbane (Paddington, 1937-1939); 4XR Gympie (1946-1969); 4XR Brisbane (Paddington, 1975-1980+) - Qualifications: cc; AOCP 1940, 1937, Qld - amateur operator; amateur broadcaster; broadcast engineer (4SB, 4BU, 4LG, 4GY) - Electoral Rolls: radio engineer (Gympie, Qld, 1949); announcer-engineer (Gympie, Qld, 1954-1958); shopkeeper (Paddington, Qld, 1972-1980) ===''CHISHOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham St Clair Chisholm|Chisholm, Graham St Clair]] [https://www.familysearch.org/tree/person/details/GX47-TTR] - 1915(Qld)-2002(WA) - Licences: 4LP Brisbane (Kelvin Grove, 1933); 3ACG Melbourne (South Yarra, 1947-1948); 5PG Darwin (1955-1956); 1AB Canberra (Canberra City, 1960; Ainslie, 1965); 6IB Perth (Dalkeith, 1969-1975) - Qualifications: cc; AOCP 1101, 1933, No. ?? in Qld; BOCP 18, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcaster (3SR, Shepparton, Vic, 1942); radio engineer (South Yarra, Vic, 1949-1954); broadcaster (Reid, ACT, 1958; Ainslie, ACT, 1963; Dalkeith, WA, 1968-1972); manager (Nedlands, 1977-1980) ===''CHITHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Chitham|Chitham, William Norman "Bill"]] [https://www.familysearch.org/tree/person/details/GXWT-KJK] - 1912(Qld)-1997(Qld) - Licences: 4UU Brisbane (Bulimba, 1933-1934; Fortitude Valley 1937-1939; Cannon Hill, 1946-1980+) - Qualifications: cc; AOCP 913, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor, QSL officer); part of the "U" gang; military (WW2) - Electoral Rolls: storeman (Valley, Qld, 1936-1943); radio mechanic (Cannon Hill, 1949-1963); buyer (Cannon Hill, Qld, 1968-1980) ===''CHOATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Sidney Choate|Choate, Roger Sidney]] [https://www.familysearch.org/tree/person/details/GFQX-RW3] - 1913(Irl)-1978(WA) - Licences: 6RK Harvey (1930-1933); 6RK Kalgoorlie (1937-1939); 6RK Dardanup (1947); 6RK Perth (Subiaco, 1948-1956; Salters Point, 1960-1975) - Qualifications: cc; AOCP 714, 1930, No. ?? in WA; BOCP 42, 1936; 3AIR 1121, 1947 - amateur operator; amateur broadcaster; WW2 (RAAF, Squadron Leader) - Awards: Military Division OBE [[w:1964_Birthday_Honours|Wikipedia]] - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1937; Perth, WA, 1937); engineer (Melville, WA, 1943); civil servant (Subiaco, WA, 1949-1958); surveyor (Salters Point, WA, 1963-1968; Manning, WA, 1972-1977) - Links: [https://www.awm.gov.au/collection/R1513688 AWM] [https://www.ozatwar.com/raaf/shepherdshillradar.htm OzAtWar] ===''CHRISMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Chrismas|Chrismas, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/G6YC-FC2] - 1892(NSW)-1950(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 250, 1916; 1COCP 31, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIW Wyndham (1917-1918) - Electoral Rolls: operator (Broome, 1916); wireless operator (Wyndham, 1917; Applecross, 1925); radio telegraphist (Broome, 1931; Geraldton, 1936-1949) ===''CLAFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keighran James Claffey|Claffey, Keighran James]] [https://www.familysearch.org/tree/person/details/G84R-LLP] - 1903(Vic)-19??(???) - Licences: 2AK Deniliquin (1928-1939); 2AK Picton (1946); 2AK Deniliquin (1947-1980+) - Qualifications: AOCP 459, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarrandale, 1949; Deniliquin, 1954; Yarrandale, 1958-1963); retired (Deniliquin, 1977-1980) ===''CLARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Clark|Clark, Francis Thomas]] [https://www.familysearch.org/tree/person/details/G8WF-CJH] - 1903(WA)-1998(Vic) - Licences: 3FC Rainbow (1928); 3FC Melbourne (St Kilda, 1931; Hawthorn, 1933; Elwood, 1937; St Kilda, 1938); 3FC Mildura (1946-1947); 3FC Ouyen (1948-1960); 3FC Geelong (Leopold, 1969; Clifton Springs, 1975-1980+) - Qualifications: AOCP 426, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal official (Rainbow, 1925); postal clerk (Rainbow, 1928); clerk (St Kilda, 1931-1937); senior postal clerk (Red Cliffs, 1942); postmaster (Ouyen, 1949-1954); retired (Clifton Springs, 1972-1980) * [[/Frank P. R. Clark|Clark, Frank P. R.]] [https://www.familysearch.org/tree/person/details/GZFG-WRN] - 1900(NSW)-1928(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923-1924); 2YF Sydney (Manly, 1925) - Qualifications: AOCP 122, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: gone too soon * [[/Leopold Francis Clark|Clark, Leopold Francis]] [https://www.familysearch.org/tree/person/details/273Q-3D5] - 1902(Tas)-1978(Tas) - Licences: 7CK Natone (1932-1939); 7CK Burnie (1946-1948); Deloraine (1954-1969); Lanena (1975) - Qualifications: cc; AOCP 989, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Natone, 1928-1936; Burnie, 1943-1949); grazier (Needles, 1954; Deloraine, 1963) ===''CLARKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Fraser Clarke|Clarke, Percival Fraser "Percy"]] [https://www.familysearch.org/tree/person/details/GXZ3-4J2] - 1896(Qld)-1971(Qld) - Licences: 4PY Ayr (1936-1939) - Qualifications: cc; AOCP 1781, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jarvisfield, Qld, 1919-1937; Aspley, Qld, 1949-1972) * [[/Warren Ross Clarke|Clarke, Warren Ross]] [https://www.familysearch.org/tree/person/details/G8NT-LSN] - 1909(NSW)-1988(NSW) - Licences: 2ZZ Sydney (Mosman,1930-1933; Asquith, 1933-1939; Mosman, 1948-1950) - Qualifications: AOCP 650, 1930, NSW; 2COCP 6, 1934; 1COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Asquith, 1933-1934; Mosman, 1936); radio officer (Mosman, 1943); flight radio officer (Mosman, 1949-1954); clerk (Glenbrook, 1963); travel consultant (Glenbrook, 1972); clerk (Merrylands, 1972); planner (North Rocks, 1977-1980) * [[/William George Clarke|Clarke, William George]] [https://www.familysearch.org/tree/person/details/GXQ2-1QS] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 32, 1930 - RANRS (temp Commissioned Telegraphist, 1917) - Comment: several contemporaneous WGCs - Electoral Rolls: officer-in-charge (Radio Station, Townsville, 1916); seaman (HMAS Encounter, Geelong, 1919); biograph operator (Langwarrin Military Camp, Vic, 1919); hotel manager (Naval Base Hotel, South Fremantle, 1931) ===''CLAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard George Clay|Clay, Richard George]] [https://www.familysearch.org/tree/person/details/G8ZZ-LGN] - 1903(Vic)-1972(Vic) - Licences: 3RC Melbourne (Northcote, 1929; Alphington, 1931) - Qualifications: AOCP 536, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Northcote, 1925-1927); welder (Northcote, 1928); electric welder (Alphington, 1931); welder (Richmond, 1936-1937; Alphington, 1942; Northcote, 1949); contractor (Traralgon, 1954-1972) ===''CLAYTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maisie Ian Jesson Clayton|Rawson nee Clayton, Maisie Ian Jesson]] [https://www.familysearch.org/tree/person/details/G8RT-25P] - 1915(NSW)-1996(NSW) - Licences: Nil yet identified - Qualifications: cc; BOCP 488, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: radio worker (Artarmon, 1937); engineer (Kirribilli, 1949); radio engineer (Lane Cove, 1954-1963); engineer (Lane Cove, 1968-1972); home duties (Lane Cove, 1977-1980) - Lady: * [[/Maurice Charles Clayton|Clayton, Maurice Charles]] [https://www.familysearch.org/tree/person/details/G86J-HX3] - 1912(SA)-1936(SA) - Licences: 5RK Adelaide (Edwardstown, 1930-1931); 5ZC Adelaide (Edwardstown, 1933-1936) - Qualifications: cc; AOCP 596, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon (24yo) * [[/Walter George Gladstone Clayton|Clayton, Walter George Gladstone "Wally"]] [https://www.familysearch.org/tree/person/details/G3XN-J1N] - 1918(Qld)-1998(Qld) - Licences: 4WG Innisfail (1937-1939); 4WG Brisbane (Windsor, 1946-1969); 4WG Townsville (1975-1980+) - Qualifications: cc; AOCP 1868, 1937, Qld - amateur operator; amateur broadcaster; military (WW2, AIF Signals); state public servant (Qld Railways, supervising tech. comms.) - Relationships: uncle of Maise Ian Jesson Rawson nee Clayton (Radio Engineer) - Electoral Rolls: manager (Windsor, 1954-1968); technician (Townsville, 1972-1980) ===''CLIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Cliff|Cliff, Harry]] - 1908(Vic)-1988(Vic) - Licences: 3HC Melbourne (Essendon, 1928-1948; Heidelberg, 1954-1975); 3HC Point Lonsdale (1980+) - Qualifications: AOCP 400, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: implement maker (Moonee Ponds, 1906); engineer (Moonee Ponds, 1922-1928); clerk (Moonee Ponds, 1931-1937); company secretary (North Melbourne, 1943); director (Ivanhoe, 1954-1968; Heidelberg, 1972); retired (Point Lonsdale, 1977-1980) (pre 1928 is another Harry Cliff) ===''CLIFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Glendenning Clifford|Clifford, Herbert Glendenning]] [https://www.familysearch.org/tree/person/details/GHTS-4CN] - 1882(Eng)-1955(SA) - Licences: 5BW Receive Renmark (1923); Receive Renmark (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: secretary (Renmark, SA, 1939-1943) ===''CLINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gladstone Clinch|Clinch, Frederick Gladstone]] [https://www.familysearch.org/tree/person/details/KF5P-TWM] - 1898(WA)-1972(WA) - Licences: 6JR Greenough (1928-1933); 6FG Miling (1960); 6FG Perth (Doubleview, 1965-1969) - Qualifications: cc; AOCP 468, 1928, No. ?? in WA - amateur operator; amateur broadcaster - Relationships: Father of 6CL Ian Harold Wilson Clinch - Electoral Rolls: farmer (Greenough, 1922-1943); garage proprietor (Miling, 1958); retired (Doubleview, 1963-1972) * [[/Ian Harold Wilson Clinch|Clinch, Ian Harold Wilson]] [https://www.familysearch.org/tree/person/details/GHQX-YS1] - 1926(WA)-19??(WA) - Licences: 6CL Miling (1960-1965); 6CL Dandaragan (1969); 6CL Rossmoyne (1975-1980+) - Qualifications: cc; AOCP 3596, 1957, WA - amateur operator, WW2 - Relationships: son of 6JR-6FG Frederick Gladstone Clinch - Electoral Rolls: mechanic (Leederville, 1949); manager (Miling, 1958-1963); radio technician (Dongara, 1968); technician (Rossmoyne, 1972-1980) ===''CLOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alvin Theodore Closs|Closs, Alvin Theodore]] [https://www.familysearch.org/tree/person/details/L67V-HG7] - 1895(NSW)-1975(Vic) - Licences: V750 Receive Melbourne (Olinda, 1922); 3GV Receive Melbourne (Olinda, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: orchardist (Brighton, 1917); storekeeper (Olinda, 1924-1931); salesman (Olinda, 1934-1937); civil servant (Tunstall, 1943-1954); retired (Yarra Junction, 1963-1972) ===''CLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Edward Clough|Clough, James Edward]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 483, 1929, No. ?? in ?? - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - several contemporaneous JECs ===''COADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Coade|Coade, Ernest]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: electrician (Rutherglen, 1914); mechanic (Thursday Island, 1919) ===''COAKLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas James Coakley|Coakley, Thomas James]] [https://www.familysearch.org/tree/person/details/GX24-W7T] - 1904(Vic)-1991(Vic) - Licences: 5UK Adelaide (Unley, 1933-1939); 3IU Melbourne (Camberwell, 1947; Essendon, 1948-1980+) - Qualifications: cc; AOCP 1105, 1933, No. ?? in SA, 3COCP 61, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: aero fitter (Auburn, Vic, 1925-1926); engineer (Camberwell, Vic, 1943; Essendon, Vic, 1949-1980) ===''COALTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Coalter|Coalter, Martin]] [https://www.familysearch.org/tree/person/details/GDSR-STB] - 1893(Vic)-19??(???) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 1, 1914 - ship wireless operator? - Electoral Rolls: Nil yet identified ===''COATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Melbourne Coates|Coates, Alfred Melbourne or Melbourne Alfred]] [https://www.familysearch.org/tree/person/details/GDGW-MCZ] - 1884(???)-1964(Vic) - Licences: V757 Receive Melbourne (Elwood, 1922); 3GG Receive Melbourne (Elwood, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (USA) - Electoral Rolls: engineer (Elsternwick, 1921-1937; Kalorama, 1943-1954) ===''COFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Freeman Coffey|Coffey, Henry Freeman]] [https://www.familysearch.org/tree/person/details/G3QL-BR1] - 1885(Irl)-1934(NSW) - Licences: 4KY Brisbane (Doomben, 1925-1926; Hamilton, 1927); 2ZY Sydney (Willoughby, 1929; Maroubra, 1930-1934) - Qualifications: cc; CPRT 52, 1915; 1COCP 12, 1930 - Halycyon: AOCP Brisbane 1926 - amateur operator; amateur broadcaster; ship wireless operator (Marconi, White Star, Booth Steamship, Iquitos Steamship, Union Castle); RANRS (Warrant Telegraphist, 1917); coastal operator (CRS, PMGD, AWA); federal public servant - Electoral Rolls: radio engineer (Middle Park, Vic, 1919); engineer (Malvern East, 1922-1924); radiostation master (Thursday Island, 1925); wireless operator (Doomben, Qld, 1925-1928); engineer (Chatswood, 1930); wireless mechanic (Maroubra, 1930-1934) ===''COHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derrick Cohen|Cohen, Derek or Derrick Simeon "Dick"]] [https://www.familysearch.org/tree/person/details/GXCF-DR7] - 1914(Eng)-2010(NSW) - Licences: 2YM Sydney (Dobroyd Point, 1932-1933; Kings Cross, 1933; Clovelly, 1934-1936); 4YM Brisbane (City, 1937-1939); 1YM Macquarie Island (1954-1955) - Qualifications: cc; AOLCP 238, 1930; AOCP 1011, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (West End, Qld, 1943); technician (Coburg, Vic, 1954); television producer (Chatswood, NSW, 1963; Little Wallaby Beach, NSW, 1977) ===''COLEBATCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Vincent Colebatch|Colebatch, Ernest Vincent]] [https://www.familysearch.org/tree/person/details/K2Q2-974] - 1905(SA)-1987(SA) - Licences: 5CG Receive Adelaide (Norwood, 1923); Receive Adelaide (Norwood, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Belair, SA, 1939-1941) ===''COLESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Russell Coleston|Coleston, Stanley Russell]] [https://www.familysearch.org/tree/person/details/G8VV-KQL] - 1913(Vic)-2012(Qld) - Licences: 3XK Melbourne (Middle Park, 1930-1931; Gardenvale, 1933; Glenhuntly, 1937-1939, 1946-1955); 9XK Port Moresby (1956-1960); 3AXK Melbourne (Mt Waverley, 1965-1969); 4XA Brisbane (Geebung, 1975-1980+) - Qualifications: AOCP 688, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Glenhuntly, 1936-1942; Caulfield East, 1949-1954); public servant (Mt Waverley, 1963-1972); retired (Geebung, 1977-1980) ===''COLLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Felton Collard|Collard, Cyril John Felton]] [https://www.familysearch.org/tree/person/details/97X9-6VY] - 1896(NSW)-1969(NSW) - Licences: 2CF Maitland West (1927-1939) - Qualifications: AOCP 362, 1927, No. ?? in NSW; 2COCP 540, 1941; BOCP 541, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lorn, 1930-1963); retired (North Maitland, 1968) ===''COLLINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Joseph Collins|Collins, Clarence Henry Joseph]] [https://www.familysearch.org/tree/person/details/M1Y1-GB1] - 1891(SA)-1974(SA) - Licences: 5FC Adelaide (Marryatville, 1932-1939) - Qualifications: cc; AOCP 1043, 1932, SA; BOCP 29, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Marryatville, SA, 1939-1943) ===''COLLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Andrew Collis|Collis, George Andrew]] - 1869(Tas)-1926(Tas) - Receive Hobart, radio clubs (Tasmanian Radio Club, foundation member, 1922+), electrician (Zinc Co., Hobart, 1921) - potential misidentification, George Arthur Collis, Radio Research Club, Hobart, witness to Royal Commission Wireless 1927 * [[/Ralph Collis|Collis, Ralph]] [https://www.familysearch.org/tree/person/details/GX1J-48N] - 1918(WA)-2013(WA)105yo - Licences: 6LY Perth (Bayswater, 1935-1939) - Qualifications: cc; AOCP 1454, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Bayswater, WA, 1943; Scarborough, WA, 1949-1958); proprietor (Cadoux, WA, 1963; Tuart Hill, WA, 1968); business proprietor (Dianella, WA, 1972-1977); proprietor (Bedford, WA, 1980) ===''COLTHEART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Coltheart|Coltheart, Clarence James]] - 1885(Tas)-1962(Tas) - Licences: 7BF Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Brunswick, Vic, 1913-1914; Queenstown, 1922-1954) ===''COLTHRUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Colthrup|Colthrup, James Frederick]] [https://www.familysearch.org/tree/person/details/LBW8-J4Z] - 1908(Vic)-1942(Qld) - Licences: 3PL Melbourne (Clifton Hill, 1934-1939) - Qualifications: AOCP 1368, 1934, No. ?? in Vic; 1COCP 374, 1940 - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, Wireless & Gunnery School) - Electoral Rolls: mechanic (Clifton Hill, 1931); engineer (Clifton Hill, 1937); airman (Clifton Hill, 1942) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/623876] ===''COLVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Victor Colville|Colville, Sydney Victor]] [https://www.familysearch.org/tree/person/details/G3WQ-S78] - 1894(Vic)-1966(NSW) - Licences: XQF Brisbane (South Brisbane) (1913); 2FA Receive Sydney (1922); 2FA Sydney (1923-1925); 2VH Sydney (1935-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; wireless retail business proprietor (Colville Moore) - Electoral Rolls: clerk (Wooloongabba, 1917; Chelmer, 1919-1921); broker (Bowen Hills, 1922); manufacturer (Drummoyne, NSW, 1930-1933); merchant (Lane Cove, 1935-1936); manufacturer (Darlinghurst, NSW, 1936-1937); company director (Glenbrook, 1943-1963) ===''CONDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Sylvester Condon|Condon, Austin Sylvester]] [https://www.familysearch.org/tree/person/details/G3RG-K2K] - 1924(SA)-2011(SA) - Licences: 5WO Laura (1954-1980+) - Qualifications: AOCP 3012, 1949, SA - amateur operator - Electoral Rolls: Nil [https://www.adelaidenow.com.au/ipad/obituaries-tributes-to-three-of-our-finest/news-story/845c3a27d81fd8a8f4bbe436503a9b1e Obit] ===''CONDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Tasman Conder|Conder, Walter Tasman "Wally"]] [https://www.familysearch.org/tree/person/details/G6CJ-DTS] - 1888(Tas)-1974(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as General Manager, BCA, 3LO) - Electoral Rolls: teacher (Launceston, 1914); soldier (Langwarrin Military Camp, 1918-1921; Melbourne, 1924); secretarial (Melbourne, 1925-1928); entrepreneur (Melbourne, 1931-1937); secretary (Melbourne, 1943) - Links: [https://adb.anu.edu.au/biography/conder-walter-tasman-5747 ADB] ===''CONGDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bert Congdon|Congdon, Bert "Bertie"]] [https://www.familysearch.org/tree/person/details/9VVJ-CMW] - 1891(Vic)-1961(WA) - Licences: 6BA Receive Perth (Subiaco, 1923-1924); 6BC Perth (Subiaco, 1927-1939, 1946-1960) - Qualifications: cc; AOCP 382, 1927, No. ?? in WA - amateur operator; amateur broadcaster; WW1; civil servant - Electoral Rolls: civil servant (Subiaco, 1925-1958) ===''CONNELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dermot Anthony Connelly|Connelly, Dermot Anthony]] [https://www.familysearch.org/tree/person/details/G8L5-2VC] - 1903(Vic)-1965(Vic) - Licences: 3BU Receive Melbourne (St Kilda, 1922); 3BU Melbourne (St Kilda, 1923-1925); 3ADK Melbourne (St Kilda, 1948; Ivanhoe, 1954-1965) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: manager (Caulfield, 1927-1936); Air Force officer (St Kilda, 1937); nil (Frankston, 1949); photographer (Ivanhoe, 1954-1963) ===''CONNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilson Connon|Connon, George Wilson]] [https://www.familysearch.org/tree/person/details/GXGF-8Z2] - 1907(Sct)-1976(SA) - Licences: 5KJ Booleroo (1937-1939); 5KJ Yunta (1947); 5KJ Alice Springs (1948-1954); 5KJ Adelaide (Millswood Estate, 1955-1956); 5KJ Port Lincoln (1960); 5KJ Berri (1965-1969); 5KJ Barmera (1975) - Qualifications: cc; AOCP 1991, 1937, SA; 2COCP 336, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: pensioner (Millswood East, SA, 1939); bookkeeper (Port Augusta, SA, 1941-1948); radio technician (Alice Springs, NT, 1949-1954) ===''CONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emmett Bernard Connor|Connor, Emmett Bernard]] [https://www.familysearch.org/tree/person/details/GXCB-L7Q] - 1913(Qld)-1977(Qld) - Licences: 4CE Gindie (1936); 4OC Longreach (1956); 4OC Fernlees (1960); 4OC Brisbane (Aspley, 1965-1969) - Qualifications: cc; AOCP, not yet identified; BOCP 280, 1940; 3COCP 5529, 1965 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing shed hand (Gindie, Qld, 1936); radio mechanic (Enoggera, Qld, 1937); radio technician (Longreach, Qld, 1943-1949); business Manager (Cramsie, Longreach, Qld, 1954-1958); grazier ("Ronnoc Downs", Fernlees, Qld, 1958-1963; Aspley, Qld, 1963-1977) * [[/Laurance Kingsley Connor|Connor, Laurance Kingsley]] [https://www.familysearch.org/tree/person/details/L2GD-KPT] - 1907(NSW)-1950(NSW) - 2LK Sydney (Belmore, 1925-1926), 2ALC Sydney (Lakemba, 1948; Cammeray, 1950), amateur operator (AOCP 68, 1925, No. ?? in NSW; CPRT 881, 1925; 2COCP 199, 1930; 1COCP 220, 1939), amateur broadcaster * [[/Stephen James Connor|Connor, Stephen James]] [https://www.familysearch.org/tree/person/details/GH4J-FP4] - 1894(NSW)-1979(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 235, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Electoral Rolls: radio telegraphist (Broome, 1917); electrical engineer (Strathfield, NSW, 1930; Lismore, NSW, 1933); electrician (Darlinghurst, NSW, 1934; Strathfield, NSW, 1936-1963); retired (Lapstone, NSW, 1972) * [[/Terence Connor|Connor, Terence]] [https://www.familysearch.org/tree/person/details/G6MC-3DV] - 1916(Tas)-1982(Tas) - Licences: 7CT Hobart (Rokeby, 1936-1939; City, 1946-1948); 7CT Huonville (1954-1960); 7CT Hobart (Bellerive, 1965-1980+) - Qualifications: cc; AOCP 1643, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: auto-electrician (New Town, 1943; Hobart North, 1949); manager (Huonville, 1949-1954); sales rep. (Bellerive, 1963-1977) ===''CONRAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Ernest Conrad|Conrad, Raymond Ernest]] [https://www.familysearch.org/tree/person/details/GSP2-VGS] - 1905(Tas)-1977(Tas) - Licences: 2TR Sydney (Bexley, 1930-1937; Rockdale, 1938-1939); 7TR Hobart (Derwent Park, 1947; Moonah, 1948-1956; Berriedale, 1960-1975) - Qualifications: AOCP 651, 1930, No. ?? in Tas; BOCP 308, 1940 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: battery fitter (Bexley, 1930); storeman (Bexley, 1931-1934); clerk (Bexley, 1935-1936; Rockdale, 1937); purchasing officer (Cameray, 1943); radio manufacturer (Moonah, 1949-1954); engineer (Hospital, Rosetta, 1963) ===''CONRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Conry|Conry, William Henry]] [https://www.familysearch.org/tree/person/details/GDJL-HCR] - 1892(Vic)-1959(Qld) - Licences: 3OK Melbourne (Armadale, 1923-1925); 3CO Melbourne (Brighton, 1931-1939) - Qualifications: cc; CPRT 260, 1916; 1COCP 44, 1935 - amateur operator; amateur broadcaster; WW1 (Merchant Marine); RANRS; witness to Royal Commission 1927 (obo PMGD Vic) - Electoral Rolls: mechanic (Windsor, Vic, 1914-1919; Armadale, 1921-1924); inspector (Brighton, 1925-1937); radio inspector (South Brisbane, 1943-1949); postal official (St Lucia, 1954-1958) ===''CONWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn Laurence Dean Conway|Conway, Mervyn Laurence Dean]] [https://www.familysearch.org/tree/person/details/G6MH-GHZ] - 1912(Tas)-1979(Tas) - Licences: 7CL Launceston (1936-1939, 1948-1960); 7CL Hobart (West Hobart, 1965-1975) - Qualifications: cc; AOCP 1684, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Nelson, 1936); school teacher (Launceston East, 1937); teacher (Devonport, 1943; New Town, 1949-1958) ===''COOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Byron Cook|Cook, Ernest Byron "Ernie"]] [https://www.familysearch.org/tree/person/details/M46M-M3J] - 1902(Vic)-1981(Vic) - Licences: 3CK Tresco (1926-1927); 3CK Kerang (1931); 3EC Swan Hill (1938-1939); 3EC Melbourne (Coburg, 1946-1975) - Qualifications: AOCP 295, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: foreman (Swan Hill, 1937-1942) * [[/Victor Roy Percival Cook|Cook, Victor Roy Percival "Roy"]] [https://www.familysearch.org/tree/person/details/MYJG-6C6] - 1899(SA)-1980(SA) - Licences: XVN Adelaide (1913-1914); S099 Adelaide (1920s); 5AC Adelaide (Prospect, 1923-1927; Rose Park, 1928-1931; Kilkenny, 1933-1939, 1946-1948; Woodville, 1954-1975; Somerton Park, 1980) - Qualifications: cc; AOCP 94, 1925, No. ?? in SA - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: analyst (Kilkenny, 1939-1943) ===''COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Robert Cooke|Cooke, Clarence Robert]] [https://www.familysearch.org/tree/person/details/GF3Z-3P6] - 1891(???)-1970(WA) - Licences: 6CP Perth (Bayswater, 1932-1939, 1947-1965) - Qualifications: cc; AOCP 1068, 1932, WA - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Mornington Mills, WA, 1914); locomotive driver (Mornington Mills, WA, 1921-1926); locomotive engine driver (Bayswater, WA, 1931-1968) * [[/Clive J. Cooke|Cooke, Clive J.]] - 19??(???)-19??(???) - 4CC Brisbane (Chermside, -1952+), amateur operator (AOCP ??, 19??, No. ?? in Qld) * [[/Frank Basil Cooke|Cooke, Frank Basil "Basil"]] [https://www.familysearch.org/tree/person/details/G7Q6-TN8] - 1892(SA)-1967(NSW) - XADW Sydney (1913), 2LI Sydney (1922-1924), 2XQ Receive Sydney (1923), 2DJ Sydney (Northbridge, 1924-1931; Mosman, 1933-1939), early wireless experimenter, amateur operator (pre AOCP; AOCP 39, 1924, No. ?? in NSW), amateur broadcaster, radio clubs (WIA NSW, vice-president 1923) * [[/Frederick William Cooke|Cooke, Frederick William]] [https://www.familysearch.org/tree/person/details/GZB8-V6L] - 1906(Eng)-1981(Vic) - Licences: 3FW Melbourne (Footscray, 1926-1927) - Qualifications: AOCP 311, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: meter tester (Footscray, 1926-1949) ===''COOKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Cookson|Cookson, Arnold]] [https://www.familysearch.org/tree/person/details/G6YD-87L] - 1889(Eng)-1971(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 201, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: telegraphist (Thursday Island, 1919); no occupation (Darlinghurst, 1949); clerk (Northbridge, 1949-1963; Bexley, NSW, 1968) * [[/Joseph George Cookson|Cookson, Joseph George "George"]] [https://www.familysearch.org/tree/person/details/KGCW-Z8N] - 1888(Vic)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 862, 1925; 2COCP 21, 1929; 1COCP 34, 1930 - RANRS (1919), AWA - Relationships: Father of Leonard Kenneth Cookson - Electoral Rolls: engine driver (Crossover, Vic, 1912-1913; Bacchus Marsh, 1914-1915); mechanic (Alphington, 1917); engineer (Cooktown, 1919); radio engineer (Radio Station, Carlingford, NSW, 1930-1935; Croydon, NSW, 1943-1958) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] * [[/Leonard Kenneth Cookson|Cookson, Leonard Kenneth "Len"]] [https://www.familysearch.org/tree/person/details/GXQ8-JHV] - 1917(Vic)-2005(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - AWA - Relationships: Son of Joseph George Cookson - Electoral Rolls: foreman (Concord, NSW, 1943); electrical fitter (Croydon, 1943-1954; Glebe, 1958; Blacktown, 1963-1980) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] ===''COOLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Cooling|Cooling, Ernest Richard]] [https://www.familysearch.org/tree/person/details/LVZL-GSC] - 1885(Qld)-1936(Qld) - Licences: 4BN Toowoomba (1924-1927) - Qualifications: cc; AOCP 11, 1924, No. 3 in Qld - amateur operator; amateur broadcaster; honorary radio inspector (Toowoomba, 1924), (Halcyon P. 4) - Comment: A tragic end to a productive life - TroveTag: "4BN - Ernest Richard Cooling" - Electoral Rolls: letter carrier (Toowoomba, 1908); telegraphist (Bowen, 1912); postal assistant (Toowoomba, 1913-1930) ===''COOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Saint Coombe|Coombe, Geoffrey Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-TXS] - 1913(SA)-19??(???) - Licences: 5ML Adelaide (Hindmarsh, 1931-1939; Croydon, 1947-1948; Brooklyn Park, 1960-1980+) - Qualifications: cc; AOCP 756, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5MR Jack Robert Saint Coombe - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Croydon, 1941) * [[/Jack Robert Saint Coombe|Coombe, Jack Robert Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-T3C] - 1910(SA)-1981(SA) - Licences: 5MR Adelaide (Stirling West, 1954-1980+) - Qualifications: cc; AOCP 2923, 1949, SA - amateur operator; amateur broadcaster - Relationships: Brother of 5ML Geoffrey Saint Coombe - Electoral Rolls: electrician (Hindmarsh, SA, 1939; Croydon, SA, 1941); electrical mechanic (Mt Lofty, SA, 1943) ===''COOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edwin Charles Cooper|Cooper, Alfred Edwin Charles]] [https://www.familysearch.org/tree/person/details/GZV9-9GK] - 1904(NSW)-1997(NSW) - Licences: 2AL Receive Sydney (Ashfield, 1922); 2AL Sydney (Ashfield, 1923-1926); 2UO Sydney (Northbridge, 1947-1950); 2AUO Sydney (Yacht Asgard, 1948-1960); 4AY Surfers Paradise (1980) - Qualifications: cc; AOCP 180, 1925, No. ?? in NSW; 3COCP 626, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: fruit merchant (Ashfield, 1931); director (Northbridge, 1943-1958); company director (Clareville, 1963-1977) * [[/Eric Cooper|Cooper, Eric]] [https://www.familysearch.org/tree/person/details/GD1M-WC4] - 1925(Tas)-19??(???) - Licences: 7ZEC Evandale (1965-1980+) - Qualifications: cc; AOLCP 870, 1960, Tas - amateur operator - Electoral Rolls: moulder (Evandale, 1949); radio technician (Evandale, 1954) * [[/Ernest Edward Cooper|Cooper, Ernest Edward]] [https://www.familysearch.org/tree/person/details/GZ5F-RLJ] - 1905(Tas)-1951(Tas) - Licences: 7MK Launceston (Youngtown, 1926-1927); 7MC Launceston (City, 1947-1948) - Qualifications: cc; AOCP 261, 1926, No. ?? in Tas; AOLCP 151, 1934 - amateur operator; amateur broadcaster - Relationships: may be related to 7ZEC Evandale (1965-1975) Eric Cooper - Electoral Rolls: radio mechanic (Hobart, 1928); radio engineer (Ulverstone, 1936; Launceston East, 1943; Launceston West, 1949) * [[/Harold More Cooper|Cooper, Harold More or Harold Moore]] [https://www.familysearch.org/tree/person/details/GZ58-SJP] - 1886(SA)-1970(SA) - Licences: Receive Adelaide (Glenelg, 1923-1925); 5HG Adelaide (Glenelg, 1926-1939, 1946-1969) - Qualifications: cc; AOCP 257, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW2; submarine cable telegraphist; archaeologist; historian - Electoral Rolls: telegraphist (Glenelg, 1939-1943) - Links: [https://adb.anu.edu.au/biography/cooper-harold-more-9821 ADB] * [[/James Herbert Cooper|Cooper, James Herbert]] [https://www.familysearch.org/tree/person/details/LVTJ-14B] - 1914(NSW)-1992(NSW) - Licences: 2ZG Sydney (Wollstonecraft, 1930-1939 - Qualifications: AOCP 701, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Crows Nest, 1936-1943); broker (Mosman, 1949); stock and sharebroker (Wahroonga, 1949-1968); sharebroker (Wahroonga, 1972); broker (St Ives, 1977-1980) ===''CORDINGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harold Cordingley|Cordingley, Charles Harold]] [https://www.familysearch.org/tree/person/details/GDJK-SB4] - 1892(Eng)-1955(Vic) - Licences: 3RF Melbourne (Ascot Vale, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Ararat, 1913); electrical engineer (Flemington, 1915-1919); engineer (Ascot Vale, 1921-1954) ===''CORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert James Core|Core, Herbert James "Herb"]] [https://www.familysearch.org/tree/person/details/L1PF-R2Q] - 1906(Qld)-1954(Qld) - Licences: 4HC Brisbane (Coorparoo, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 2012, 1937, Qld; 1COCP 392, 1940 - amateur operator; amateur broadcaster; formerly Sydney - Electoral Rolls: public servant (Greenslopes, Qld, 1929); assistant (Coorparoo, Qld, 1936-1937); public servant (Coorparoo, Qld, 1943-1949; Camp Hill, Qld, 1949-1954) ===''CORNELIUS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Edward Cornelius|Cornelius, Eric Edward]] [https://www.familysearch.org/tree/person/details/LH7P-2MD] - 1916(WA)-1979(WA) - Licences: 6EC Albany (1936-1939); 6EC Kalgoorlie (1947-1948); 6EC Wagin (1954-1955); 6EC Perth (Inglewood, 1956-1975) - Qualifications: cc; AOCP 1635, 1936, WA; TVOCP 200, 1959 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Station 6WA, Wagin, 1949-1954; Inglewood, WA, 1958-1977) ===''CORNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Cameron Corney|Corney, Kenneth Cameron]] [https://www.familysearch.org/tree/person/details/GDGS-2MB] - 1899(Vic)-1990(Vic) - Licences: V755 Receive Bairnsdale (1922); 3GY Receive Bairnsdale (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: farmer (Gogeldrie, NSW, 1949); grazier (Metung, Vic, 1963-1980) ===''COTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alfred Cotton|Cotton, Arthur Alfred]] [https://www.familysearch.org/tree/person/details/KNH3-P9L] - 1897(SA)-1973(SA) - Licences: XVS Adelaide (Glanville, 1913); 5HY Adelaide (Kilkenny, 1926-1928; Colonel Light Gardens, 1931; Kilburn, 1946-1969) - Qualifications: cc; AOCP 270, 1926, No. ?? in SA - early wireless experimenter; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo WIA SA) - Electoral Rolls: engineer (Semaphore, 1939); clerk (Findon, 1943) * [[/Arthur Tylney Cotton|Cotton, Arthur Tylney]] [https://www.familysearch.org/tree/person/details/L7G8-SGG] - 1884(Tas)-1965(Tas) - Licences: Receive Spring Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Kelvedon, 1914-1963) * [[/Leith Simpson Cotton|Cotton, Leith Simpson]] [https://www.familysearch.org/tree/person/details/GZR2-12K] - 1905(SA)-2001(SA) - Licences: 5LG Adelaide (Burnside, 1932-1933); 5LG Iron Knob (1937-1939); 5LG Adelaide (Clarence Gardens, 1946-1948; Parkholme, 1954-1980+) - Qualifications: cc; AOCP 1023, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: boilermaker (Iron Knob, 1939-1941) ===''COTTRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Morgan Cottrell|Cottrell, Joseph William Morgan]] [https://www.familysearch.org/tree/person/details/9VLW-L1Y] - 1897(NSW)-1950(Vic) - Licences: 2ZF Receive Sydney (Randwick, 1923); 2ZN Sydney (Randwick, 1923-1925; Coogee, 1926-1930; Maroubra Junction, 1931; Dundas, 1933-1939, 1946-1947; Carlingford, 1948-1950); 2ADX Sydney (Dundas/Portable, 1937-1939) - Qualifications: cc; AOCP 367, 1927, No. ?? in NSW; AOLCP 1, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Coogee, 1930); broadcaster (Dundas, 1933-1934); radio operator (Dundas, 1936-1943); technician (Carlingford, 1949) ===''COUCHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Clyde McGregor Couchman|Couchman, Clifford Clyde McGregor "Cliff"]] [https://www.familysearch.org/tree/person/details/GQLS-T4D] - 1907(Qld)-1971(Qld) - Licences: 4KZ Kaimkillenbun (1930-1939); 4KZ Dalby (1946-1969) - Qualifications: cc; 2COCP 151, 1930; COCP 1st Class Marconi School (Halcyon) - amateur operator; amateur broadcaster; military (WW2, Navy, wireless officer); broadcast technician (PMGD, 4QS); business proprietor (electrical & radio, Dalby) - Electoral Rolls: labourer (Kaimkillenbun, 1930-1937); engineer (Dalby, 1943-1963); electrical engineer (Dalby, 1968) ===''COULTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Maxwell Coulter|Coulter, Jack Maxwell]] [https://www.familysearch.org/tree/person/details/GXRW-MXK] - 1912(SA)-1985(???) - Licences: 5MC Adelaide (Glenelg, 1936-1937); 3MV Melbourne (Caulfield, 1938-1939); 5JD Adelaide (Ashford, 1947-1948; Ackland Gardens, 1954-1960); 5JK Adelaide (Edwardstown, 1975-1980+) - Qualifications: cc; AOCP 1712, 1936, SA; 2COCP 812, 1944 - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: civil servant (Caulfield West, Vic, 1937); RAN (Port Melbourne, Vic, 1943) ===''COUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Couper|Couper, Andrew "Andy" Jnr]] [https://www.familysearch.org/tree/person/details/L6R8-R1T] - 1893(Qld)-1958(Qld) - Licences: XQM Mareeba (1914); 4BW Mareeba (1923-1939, 1946-1956) - Qualifications: cc; AOCP 71, 1925, No. 5 in Qld - early wireless experimenter (1914 & likely earlier unlicensed); amateur operator; amateur broadcaster; WW2 - Electoral Rolls: iron moulder (Mareeba, 1913-1932); engineer (Mareeba, 1936-1958) ===''COURT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Court|Court, Charles Percy]] [https://www.familysearch.org/tree/person/details/GX6T-Q5T] - 1904(Qld)-1962(Qld) - Licences: 4CT Receive Brisbane (Rosalie, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Bayswater, Qld, 1925-1936; Kedron, Qld, 1937-1958) * [[/Thomas Palmer Court|Court, Thomas Palmer Jnr]] - 1895(Vic)-1976(NSW) - XNY Melbourne (Malvern, 1913-1914), 3BO Melbourne (Malvern, 1922), 3TC Melbourne (Malvern, 1926-1927), early wireless experimenter (CPRT 211, 1916), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, radio clubs (WIA Vic, secretary, 1919-1920+), employment (radio salesman, 1928; STC, chief design engineer, 1954), IRE Aust (president, 1950-1951), father also named Thomas Palmer Court (1861, Vic - 1944, NSW) ===''COUSENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Light Reynolds Cousens|Cousens, Harold Light Reynolds]] [https://www.familysearch.org/tree/person/details/GDG9-3SK] - 1888(NSW)-1965(NSW) - Licences: N743 Receive Summer Hill (1922); 2HW Receive Summer Hill (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: auctioneer (Tamworth, 1930-1963) ===''COUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Stuart Coutts|Coutts, Edwin Stuart]] [https://www.familysearch.org/tree/person/details/94TB-698] - 1893(Qld)-1947(Qld) - Licences: 4BZ Receive Dalby (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motor mechanic (Dalby, 1919-1937); garage proprietor (Dalby, 1943) ===''COWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Christian Nesbit Cowan|Cowan, Christian Nesbit]] [https://www.familysearch.org/tree/person/details/G8XD-6QW] - 1907(NSW)-1994(NSW) - Licences: 2PZ Aberdare (1930-1980+) - Qualifications: cc; AOCP 613, 1930, No. ?? in NSW; BOCP 486, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: railway employee (Aberdare, 1930-1963; Cessnock, 1968-1980) ===''COX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allan Grafton Cox|Cox, Allan (birth) or Allen (census) Grafton]] [https://www.familysearch.org/tree/person/details/LHWX-5XH] - 1892(NSW)-1978(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 120, 1915; 2COCP 103, 1930; 1COCP 347, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIB Brisbane (1917-1918) - Electoral Rolls: operator (Rockhampton, 1914; Pinkenba, 1916-1921); telegraphist (Toorak, 1921-1922; South Yarra, 1926-1927); O.I.C. (Cooktown, 1925; Thursday Island, 1930); radio officer (Clayfield, 1934); O.I.C. (Townsville, 1936-1937); engineer (Rockbank, 1942); wireless officer (Kangaroo Point, 1943; Hendra, Qld, 1949-1958); radio officer (Hendra, 1963-1977) * [[/Erle Harold Cox|Cox, Erle Harold "Harold"]] [https://www.familysearch.org/tree/person/details/LB8Z-RG2] - 1903(Tas)-1989(ACT) - Licences: 3BD Receive Melbourne (Elsternwick, 1922); 3BD Melbourne (Elsternwick, 1922-1927; St Kilda, 1931-1933); 2EP Canberra (Forrest, 1934-1935); 2GU Canberra (Red Hill, 1946-1955); 1GU Canberra (Red Hill, 1956-1965; Mawson, 1969-1980+) - Qualifications: cc; AOCP 245, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; journalist, president Press Gallery, Parliament House 1953 - Awards: O.B.E. for contribution to journalism in Australia 1953 - Relationships: son of Erle Cox, science fiction author [https://adb.anu.edu.au/biography/cox-erle-5799] - Electoral Rolls: journalist (Caulfield, 1931; Gardiner, 1936; Forrest, 1937; Red Hill, 1943-1968; Mawson, 1972-1980) * [[/Harold Edward Cox|Cox, Harold Edward or Harold]] [https://www.familysearch.org/tree/person/details/G8GQ-2RT] - 1892(Eng)-1975(Qld) - Licences: 6HE Geraldton (1927) - Qualifications: cc; CPRT 17, 1914; 1COCP 35, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIO Broome (1917-1918) - Electoral Rolls: wireless operator (Broome, WA, 1916-1917; Geraldton, WA, 1922-1930); broadcast manager (Townsville, Qld, 1931-1937); manager (4WK, Warwick, Qld, 1943); representative (Coorparoo, Qld, 1943); wireless representative (Coorparoo, Qld, 1949-1972) ===''COXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Wooton Coxon|Coxon, Robert Wooton]] [https://www.familysearch.org/tree/person/details/GZZ2-HVL] - 1905(WA)-19??(???) - Licences: 6RW Northam (1924-1927) - Qualifications: cc; AOCP 30, 1924, No. ?? in WA - amateur operator; amateur broadcaster; mining engineer, NT Gov (Director of Mines, 1947); WW2 - Relationships: no apparent relation with 6AG Wally Coxon - Electoral Rolls: engineer (Cheltenham, SA, 1943); civil servant (Alice Springs, 1949-1954) * [[/Walter Ernest Stanley Coxon|Coxon, Walter Ernest Stanley "Wally"]] [https://www.familysearch.org/tree/person/details/GCY8-JBS] - 1891(NSW)-1968(WA) - Licences: XYK Perth (Maylands, 1913); 6AG Perth (North Perth, 1924; Inglewood, 1925-1931; Mt Lawley, 1933-1939; Bayswater, 1946-1947; Darlington, 1948-1960; Claremont, 1965) - Qualifications: cc; AOCP 124, 1925, No. ?? in WA - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (6WF) - Relationships: no apparent relation with 6RW Robert Wooton Coxon - Electoral Rolls: fitter (Maylands, 1914); engineer (Maylands, 1925-1937); radio engineer (East Perth, 1943; Darlington, 1949-1958); retired (Claremont, 1963-1968) - Links: [http://messui.polygonal-moogle.com/valves/NW199311.pdf EA0] [http://messui.polygonal-moogle.com/valves/NW199404.pdf] [http://messui.polygonal-moogle.com/valves/NW199405.pdf EA2] ===''COZINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Cozins|Cozins, Charles Frederick]] [https://www.familysearch.org/tree/person/details/GF78-6FW] - 1908(WA)-2001(WA) - Licences: 6AC Perth (City, 1931-1933); 6AD Perth (Canning Bridge, 1947-1948) - Qualifications: cc; AOCP 742, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (North Perth, WA, 1931); radio mechanic (Corrogin, WA, 1936); marine collector (Kalgoorlie, WA, 1943); cook (West Perth, WA, 1949); storekeeper (Kalgoorlie, WA, 1949-1954); clerical assistant (South Perth, WA, 1958); clerk (Rivervale, WA, 1963-1972); retired (Kewdale, WA, 1977-1980) ===''CRAIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith William Craig|Craig, Keith William]] [https://www.familysearch.org/tree/person/details/GDNB-7FD] - 1921(NSW)-1999(NSW) - Licences: 2AJV Newcastle (Stockton, 1938-1939); 2EP Newcastle (New Lambton, 1948-1969) - Qualifications: cc; AOCP 2102, 1938, NSW - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Stockton, 1943); fitter (Lambton, 1949; New Lambton, 1958-1980) * [[/Walter Archibald Craig|Craig, Walter Archibald]] [https://www.familysearch.org/tree/person/details/GZ2F-7X4] - 1907(NSW)-1956(NSW) - Licences: 2XI Receive Sydney (Croydon, 1923); 2XI Sydney (Croydon, 1924-1939) - Qualifications: cc; AOCP 220, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Croydon, 1930-1954) ===''CRAMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warne Hutton Cramond|Cramond, Warne Hutton]] [https://www.familysearch.org/tree/person/details/9XQB-N2G] - 1898(NSW)-1951(NSW) - Licences: 2KJ Sydney (Lane Cove, 1928-1939, 1946-1950) - Qualifications: AOCP 397, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lane Cove, 1930-1949) ===''CRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Rae Cran|Cran, Morris Rae]] [https://www.familysearch.org/tree/person/details/G879-B1J] - 1901(Qld)-1959(NSW) - Licences: 4KX Brisbane (West End, 1930-1939); 2MR Sydney (Rockdale, 1946-1947; Randwick, 1954-1955) - Qualifications: cc; AOCP 570, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Electoral Rolls: clerk (West End, 1925-1937); accountant (Bondi, 1943); company secretary (Ranswick, 1954; Coogee, 1958) ===''CRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Layman William Victor Cranch|Cranch, Layman William Victor "Lay"]] - 1910(Qld)-1993(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio engineer, journalist (editor, Australian Radio and Electronics, 1951), business (manager, Kingsley) ===''CRAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Russell Bruce Cameron Craw|Craw, Russell Bruce Cameron "Bruce"]] [https://www.familysearch.org/tree/person/details/KF2Q-54Y] - 1901(Tas)-1934(Vic) - Licences: 7BC Burnie (1930-1933); 3BC Melbourne (1933-1934) - Qualifications: cc; AOCP 671, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Comment: passed too soon - Electoral Rolls: salesman (Burnie, 1922; North Melbourne, 1924; Burnie, 1928); sales (Middle Park, Vic, 1935) ===''CRAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Thomas Crawford|Crawford, Cedric Thomas]] [https://www.familysearch.org/tree/person/details/GD2P-42L] - 1905(NSW)-1977(NSW) - Licences: 2YC Sydney (Burwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Burwood, 1930-1933); engineer (Captain's Flat, 1937-1943); mechanical engineer (Broken Hill South, 1954-1963); engineer (St Ives, 1968-1972) * [[/John Murray Crawford|Crawford, John Murray]] - 19??(???)-19??(???) - senior federal public servant (chief engineer PMGD, involved establishment of first ABC stations), don't confuse with William Tamillas Stephen Crawford * [[/William Tamillas Stephen Crawford|Crawford, William Tamillas Stephen "Bill", "W.T.S.C."]] [https://www.familysearch.org/tree/person/details/G738-35N] - 1880(Vic)-1962(NSW) - state public servant (P&TD, Tas); senior federal public servant (PMGD, radio inspector); RANRS (commissioned telegraphist, 1917) - Comment: don't confuse with John Murray Crawford ===''CREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Creamer|Creamer, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7XK-965] - 1903(NSW)-1973(NSW) - Licences: 2UR Sydney (Glebe Point, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Orange, 1930-1932); electrical engineer (Brewarrina, 1933; Henty, 1934-1935; Grose Vale, 1937; Richmond, 1943-1968) ===''CREDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter John Credlin|Credlin, Peter John]] [https://www.familysearch.org/tree/person/details/GDSB-SH8] - 1938(Vic)-1984(NSW) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) - Comment: Gone too soon - Electoral Rolls: clerk (Camberwell, 1954); engineer (Malvern, 1963; Lower Templestowe, 1967-1980) ===''CRESSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Gillespie Cresswell|Cresswell, Frank Gillespie]] [https://www.familysearch.org/tree/person/details/LR45-Q56] - 1880(Vic)-1963(Vic) - Licences: 3GI Melbourne (East Kew, 1924-1925; Camberwell, 1926-1927); Qualifications: cc; Nil yet identified - federal public service (PMGD); military (Commonwealth Naval Militia, engineer sublieutenant); RANRS (Radio Commander, terminated Nov 1920) - not to be confused with William Rooke '''Creswell''' - Electoral Rolls: instrument fitter (Camberwell, 1903-1906); Engineer-Lieutenant RAN (Prahran, 1912); naval officer (St Kilda, 1914); lieutenant RAN (Hawthorn, 1915-1919); RAN (Kew, 1922-1924); commandant RAN (Frankston, 1928-1934); naval officer (Olivers Hill, 1936-1937); electrical engineer (Armadale, 1943); retired (Somers, 1949; Mt Eliza, 1954; Frankston, 1963) * [[/Harry Leslie Cresswell|Cresswell, Harry Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9456-49G] - 1917(Qld)-1942(Qld) - Licences: 4DL Brisbane (Coorparoo, Qld, 1938-1939) - Qualifications: cc; Nil yet identified, likely RAN - amateur operator; amateur broadcaster; WW2 (RAN, Petty Officer Telegraphist, KIA, HMAS Yarra) - Electoral Rolls: Nil yet identified - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10293831 AWM] [https://www.awm.gov.au/collection/R1690529 Roll of Honour] ===''CRESWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rooke Creswell|Creswell, William Rooke]] [https://www.familysearch.org/tree/person/details/9N4L-WRS] - 1852(Gibraltar)-1933(Vic) - early wireless experimenter (Lytton, Moreton Island), military (RAN; Qld Maritime Defence Force, commandant; Commonwealth Naval Forces, commandant) - Generally considered the father of the RAN, not to be confused with Frank Gillespie '''Cresswell''' - Electoral Rolls: naval commandant (South Brisbane, 1903-1905); director (Toorak, 1909-1919) - Links: [[w:William Rooke Creswell|Wikipedia]]; [https://adb.anu.edu.au/biography/creswell-sir-william-rooke-5817 ADB] [https://www.navy.gov.au/biography/vice-admiral-sir-william-rooke-creswell RAN] ===''CRIBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dunmore Foote Cribb|Cribb, Dunmore Foote]] [https://www.familysearch.org/tree/person/details/LCPP-YQH] - 1899(Qld)-1946(Qld) - Licences: 4DC Brisbane (Indooroopilly, 1925-1927) - Qualifications: cc; AOCP 134, 1925, No. 15 in Qld - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant) - Electoral Rolls: teacher (Indooroopilly, 1921-1943) ===''CRICHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Robert Crichton|Crichton, Stanley Robert]] [https://www.familysearch.org/tree/person/details/LK76-MZH] - 1893(NZ)-1967(NSW) - Licences: 2KH East Maitland (1929-1935); 9OU Port Moresby (1947-1948) - Qualifications: AOCP 542, 1929, No. ?? in NSW; AOLCP 100, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: telephone mechanic (East Maitland, 1930-1935); wireless operator (Maclean, 1936); Radio 2NR (Lawrence, 1937); wireless operator (Ashfield, 1949); PMG technician (Ashfield, 1954-1963) ===''CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cridge, Wilfred Edgar Launder - See Wilfred Edgar Launder-Cridge ===''CRISP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Charles Crisp|Crisp, Henry Charles "Harry"]] [https://www.familysearch.org/tree/person/details/G8XD-5T2] - 1909(NSW)-1996(???) - Licences: 2LX Sydney (Undercliffe, 1930; Hurstville, 1931-1933; Cronulla, 1934-1939, 1946); 2LX Ettalong (1947-1955); 2LX Woy Woy (1956-1961); 2LX Urunga (1965); 2LX Sydney (Cronulla, 1969; Gorokan, 1975-1980+) - Qualifications: AOCP 614, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: "Henry Charles" carrier (Undercliffe, 1930; Hurstville, 1931-1933); radio dealer (Cronulla, 1934-1937); "Harry Charles" examiner (Bondi, 1943); "Henery Charles" no occupation (Ettalong, 1949); "Henry Charles" radio dealer (Ettalong, 1954-1963); "Harry Charles" motel proprietor (Urunga, 1968); manager (Sans Souci, 1972); retired (Cronulla, 1972); "Henery Charles" retired (Gorokan, 1977-1980) ===''CROCKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Edward Crocker|Crocker, Claude Edward]] [https://www.familysearch.org/tree/person/details/L8R6-RZW] - 1875(USA)-1929(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: engineer (West Perth, 1922-1925) * [[/Edward Baker Crocker|Crocker, Edward Baker]] [https://www.familysearch.org/tree/person/details/MYHX-65B] - 1867(Wales)-1955(NSW) - Licences: 2BB Receive Sydney (Marrickville, 1922); 2BB Sydney (Marrickville, 1922-1930) - Qualifications: cc; AOCP 95, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: provision merchant (Marrickville, 1933-1937); retired (Marrickville, 1943-1949); no occupation (Earlwood, 1949-1954) ===''CROME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Keith Crome|Crome, Harry Keith]] [https://www.familysearch.org/tree/person/details/LZTL-HF9] - 1908(Tas)-1975(Tas) - Licences: Receive (Crystal) Hobart (New Town, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: painter (Hobart North, 1936-1954); linotype operator Melbourne (Alphington, 1963-1972) ===''CROMIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Thomas Cromie|Cromie, Charles Thomas]] [https://www.familysearch.org/tree/person/details/G6Z4-73H] - 1883(Vic)-1952(Vic) - Licences: Receive (Valve) Melbourne (Caulfield, 1923) - Qualifications: cc; Nil yet identified - manager (Oliver J. Nilsen & Co, 1927); witness to Royal Commission 1927 (obo 3UZ) - Electoral Rolls: draper (Maffra, 1903; Korumburra, 1905; East Melbourne, 1909; Maffra, 1912); engineer (East Melbourne, 1914); electrical engineer (Malvern, 1915-1917); engineer (Elsternwick, 1919; Caulfield, 1924-1927); electrical engineer (Melbourne East, 1928; Caulfield, 1931); engineer (Caulfield, 1934); director (Armadale, 1936-1949) ===''CROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Leonard Crooks|Crooks, James Alexander Leonard "Len"]] [https://www.familysearch.org/tree/person/details/LK93-6HV] - 1890(Tas)-1973(Tas) - Licences: Receive Launceston (1923-1925); 7BQ Launceston (1925-1969+) - Qualifications: cc; AOCP 61, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; honorary radio inspector (PMG) - Relationships: father of 3AAC John Peter Crooks - Electoral Rolls: clerk (Trevallyn, 1914; Launceston, 1919-1968); no occupation (Low Head, 1972) * [[/John Peter Crooks|Crooks, John Peter]] [https://www.familysearch.org/tree/person/details/LRZL-Z2J] - 1921(Tas)-2013(Vic) - Licences: 3AAC Colac (1960); 3AAC Bulleen (1965-1969) - Qualifications: AOCP 2107, 1938, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: son of 7BQ James Alexander Leonard "Len" Crooks - Electoral Rolls: civil servant (Elsternwick, 1949); engineer (East Geelong, 1954; Bulleen, 1963-1977) ===''CROPLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cropley|Cropley, Eric William]] [https://www.familysearch.org/tree/person/details/GDLL-YVK] - 1893(NSW)-1935(NSW) - Licences: N735 Receive Sydney (Homebush, 1922); 2HT Receive Sydney (Homebush, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of Mervyn Eric Cropley - Electoral Rolls: warehouseman (Homebush, 1930-1933) * [[/Mervyn Eric Cropley|Cropley, Mervyn Eric]] [https://www.familysearch.org/tree/person/details/GDLG-MYS] - 1920(NSW)-1951(Aus) - Licences: cc; Nil yet identified - Qualifications: cc; 2COCP 403, 1941 - amateur operator; amateur broadcaster - Relationships: son of 2HT Eric William Cropley - Electoral Rolls: radio officer (Homebush, 1943); salesman (Blaxland, 1949) ===''CROUCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Casimir Crouch|Crouch, Ernest Casimir "Ern"]] - 1908(???)-1989(NSW) - 2QJ Receive Sydney (Mosman, 1923), 2EC Sydney (Mosman, 1924-1939), 2EC Orange (1946-1980), amateur operator (AOCP 16, 1924, No. 6 in NSW), amateur broadcaster; engineer; Mosman Radio Laboratories 1927 (proprietor?) ===''CROWDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Crowder, Joyce Isabel see Batchler nee Crowder, Joyce Isabel ===''CULLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Norman Seth Culliver|Culliver, Francis Norman Seth "Norman"]] [https://www.familysearch.org/tree/person/details/G82T-SWD] - 1891(Vic)-1962(Vic) - Licences: 3DP Receive Melbourne (East Melbourne, 1922); 3DP Melbourne (East Melbourne, 1923-1925; Hawthorn, 1925-1927); 3UG Melbourne (Rye, 1948-1956); 3UG Queenscliff (1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of Keith Norman Culliver & Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1931-1954) * [[/Ian Douglas Culliver|Culliver, Ian Douglas "Sam"]] [https://www.familysearch.org/tree/person/details/G82T-WDM] - 1916?(Vic)-2002(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 655, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Keith Norman Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) * [[/Keith Norman Culliver|Culliver, Keith Norman]] [https://www.familysearch.org/tree/person/details/G82T-753] - 1914(Vic)-1998(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 656, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) ===''CUMMING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Humberstone Cumming|Cumming, William Humberstone]] [https://www.familysearch.org/tree/person/details/GSLF-9FS] - 1903(Vic)-1956(Vic) - Licences: 3BK Melbourne (Armadale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Notting Hill, 1931); engineer (Cheltenham, 1931); contractor (Malvern, 1936-1949); engineer (Malvern, 1954) ===''CUMMINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Cummings|Cummings, Bruce]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 1928, No. ?? in Qld), amateur broadcaster ===''CUMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Vincent Cummins|Cummins, Reginald Vincent]] [https://www.familysearch.org/tree/person/details/GXCK-FLN] - 1911(Qld)-1957(Qld) - Licences: 4VC Brisbane (Newmarket, 1937-1939) - Qualifications: cc; AOCP 1939, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (East Ipswich, Qld, 1934-1937); public servant (Newmarket, Qld, 1943-1954) ===''CUNLIFFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James August Cunliffe|Cunliffe, James August]] [https://www.familysearch.org/tree/person/details/G7KX-DQW] - 1904(Vic)-1984(Vic) - Licences: 3ZO Melbourne (Croxton, 1930-1931; Preston, 1933-1939, 1946-1947); 3AZO Melbourne (North Fitzroy, 1954; East Preston, 1955-1980+) - Qualifications: AOCP 597, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: cabinet maker (Preston, 1927); electrician (Preston East, 1931-1942); cabinet maker (Preston East, 1949); carpenter (Preston East, 1963-1980) ===''CUNNINGHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hugh Cunningham|Cunningham, Robert Hugh]] [https://www.familysearch.org/tree/person/details/G845-Z7M] - 1909(Vic)-1989(Vic) - Licences: 3ML Melbourne (Malvern, 1928-1937; Hawthorn, 1938-1939; Frankston, 1946-1947; Malvern, 1948-1980+) - Qualifications: AOCP 463, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Malvern, 1931; Gardiner, 1936-1937); RAAF (Frankston, 1949); manager (Malvern, 1949-1954); director (Malvern, 1963-1980) - R. H. Cunningham, electronics retailer? ===''CUREDALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Curedale|Curedale, Albert John]] [https://www.familysearch.org/tree/person/details/GFQ6-S41] - 1914(Aus)-1986(WA) - Licences: 6AE Perth (City, 1934-1939) - Qualifications: cc; AOCP 1385, 1934, WA - amateur operator; amateur broadcaster - Electoral Rolls: presser (North Perth, WA, 1943-1949; West Perth, WA, 1954; Leederville, WA, 1958-1972) * [[/Robert Gordon Curedale|Curedale, Robert Gordon]] - 1906(WA)-1981(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 837, 1924; 2COCP 369, 1931; 1COCP 141, 1937 - - Electoral Rolls: radio operator (Magnetic Observatory, Watheroo, WA, 1931); wireless operator (West Perth, WA, 1936-1937); radio technician (Croydon, NSW, 1943); farming (Watheroo, WA, 1949); geophysicist (Ascot Vale, Vic, 1954; Bentleigh, Vic, 1963; Yokine, WA, 1968); retired (North Beach, WA, 1972; Maylands, WA, 1977-1980) ===''CURETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Poyner Cureton|Cureton, John Poyner "Jack"]] [https://www.familysearch.org/tree/person/details/L29Y-H1R] - 1905(NSW)-1958(NSW) - Licences: 2AY Receive Sydney (Burwood, 1922); 2AY Sydney (Burwood, 1923-1930); 2AU Sydney (Burwood, 1930-1933; Gordon, 1933-1934; Burwood, 1935-1939, 1946-1950); 2AU Little Hartley (1954-1958) - Qualifications: cc; AOCP 168, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Withdrawal: 2AY callsign withdrawn by PMGD in 1930 and reallocated to new commercial 2AY Albury - Electoral Rolls: secretary (Burwood, 1930; Parkes, 1936); engineer (Burwood, 1943); grazier (Little Hartley, 1958) ===''CURLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Clarence Curle|Curle, George Clarence]] [https://www.familysearch.org/tree/person/details/GZ25-DZZ] - 1914(NSW)-1941(Egypt) - licences: 2AJB Sydney (Chullora, 1937-1939) - qualifications: AOCP 1813, 1937, No. ?? in NSW; BOCP 310, 1940 - amateur operator, amateur broadcaster, broadcast engineer (2BL), WW2 - electoral rolls: Nil - "Greater love hath no man than this" ===''CURNOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Ross Curnow|Curnow, Geoffrey Ross]] - 19??(???)-19??(???) - historian (wireless & broadcasting), "The history of the development of wireless telegraphy and broadcasting in Australia to 1942, with especial reference to the Australian Broadcasting Commission : a political and administrative study" ===''CURRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Benjamin John Currie|Currie, Francis Benjamin John]] [https://www.familysearch.org/tree/person/details/G8QY-8JP] - 1903(SA)-1974(SA) - Licences: None yet found - Qualifications: AOCP 395, 1928, No. ?? in SA - amateur operator? - Electoral Rolls: checker (Albert Park, Vic, 1936); storeman (Semaphore, 1939; Queensbury, 1941) * [[/James Lawrence Currie|Currie, James Lawrence "Len"]] [https://www.familysearch.org/tree/person/details/GXCK-9GW] - 1905(Qld)-1960(Qld) - Licences: 4LC Bundaberg (1936-1937); 4LC Proserpine (1938-1939); 4LC St George (1946-1956); 4LC Brisbane (Dutton Park, 1960) - Qualifications: cc; AOCP 1631, 1936, Qld - amateur operator; amateur broadcaster; power station engineer - Electoral Rolls: electrician (New Farm, Qld, 1929; Bundaberg, Qld, 1931-1937); electrical engineer (Blackhall, Qld, 1943; St George, Qld, 1949-1954); engineer (Caboolture, Qld, 1958) ===''CURTIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. F. Curtis|Curtis, R. F.]] - 19??(???)-19??(???) - Licences: 3AI Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''CUSACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Chanel Cusack|Cusack, Leo Chanel]] [https://www.familysearch.org/tree/person/details/G6YN-49P] - 1897(NSW)-1967(Qld) - Licences: 4LC Port Moresby (1925-1926) - Qualifications: cc; CPRT 229, 1916; 1COCP 319, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIT Townsville (1917-1918) - Electoral Rolls: radio operator (Maroubra, 1930); radio telegraphist (Townsville, 1931-1936; Maroubra, 1943); wireless operator (Maroubra, 1949); radio operator (Darwin, 1949-1954); wireless operator (Maroubra, 1958-1963); retired (Bardon, Qld, 1963) * [[/Sidney Claude Cusack|Cusack, Sidney or Sydney Claude or Claud]] [https://www.familysearch.org/tree/person/details/GW42-D16] - 1885(Eng)-1973(Canada) - Licences: 5CK Adelaide (Dulwich, 1924-1926) - Qualifications: cc; CPRT 5, 1914 (No. 5 in Aus and Vic, Commonwealth system) - RANRS (CPO to Warrant Telegraphist, 1917); WW1 - Electoral Rolls: operator (Clayfield, Qld, 1916) ===''CUSHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Thomas Cushen|Cushen, Arthur Thomas]] [https://www.familysearch.org/tree/person/details/GXQL-FP3] - 1920(NZ)-1997(NZ) - prominent MW and SW broadcast listener 1930s to 1990s; DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club, DX Australia) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen/ Autobiography]; [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tributes] ===''CUSITER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert William Macgregor Cusiter|Cusiter, Robert William Macgregor "Mac"]] [https://www.familysearch.org/tree/person/details/M6H8-73C] - 1908(NSW)-1970(???) - 2RW Sydney (Lewisham, 1925-1926; Turramurra, 1927-1929; Pymble, 1930; Lewisham, 1931-1939, 1946-1955; Hornsby, 1956-1969), amateur operator (AOCP 203, 1925, No. ?? in NSW), amateur broadcaster, engineer (Pymble, 1930; Lewisham, 1930-1949; Hornsby, 1958-1968), AWA, PMGD, WW2 (worked on defence electronics) ===''CUTHBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Cuthbert|Cuthbert, Henry]] - 1829(Irl)-1907(Vic) - Postmaster-General Victoria (Jul 1877-Jul 1878; Mar 1880-Aug 1880) ===''CUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Gregory Maxwell Cutts|Cutts, Gregory Maxwell "Maxwell"]] [https://www.familysearch.org/tree/person/details/GQBR-22Q] - 1903(NSW)-1986(NSW) - Licences: Receive (Crystal) Sydney (Croydon, 1923); 2GM Sydney (Croydon, 1924-1927) - Qualifications: cc; AOCP 17, 1924, No. 7 in NSW - amateur operator; amateur broadcaster; radio business proprietor (2ML, Mosman Radio Service) - Electoral Rolls: radio engineer (Mosman, 1930-1937; Abbotsford, 1949); sales manager (North Ryde, 1954-1963); manager (Cheltenham, 1972-1980) =='''D'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''DAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Luja Dahl|Dahl, Norman Luja]] [https://www.familysearch.org/tree/person/details/L433-MY6] - 1888(NZ)-1938(Qld) - Licences: 2ND Sydney (Wahroonga, 1933-1937); 4ND Ayr (1937-1939) - Qualifications: cc; AOCP 1079, 1933, NSW; AOLCP 249, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: consulting engineer (Wahroonga, NSW, 1930-1935); teacher (Wahroonga, NSW, 1937); company director (Ayr, Qld, 1936-1937) * [[/Oscar Sydney Dahl|Dahl, Oscar Sydney "Syd"]] [https://www.familysearch.org/tree/person/details/LLWV-S5D] - 1904(NZ)-1982(Qld) - Licences: 4KA Ayr (1933-1935); 7KA Hobart (1947); 4KA Ayr (1948); 9KA Lae (1969); 4VT Innisfail (1975) - Qualifications: cc; AOCP 1151, 1933, No. ? in Qld - amateur operator; amateur broadcaster; WW2; surveyor - Electoral Rolls: chainman (Arapuni, NZ, 1928-1931); tramline engineer (Ayr, Qld, 1931-1936); engineer (Gordonvale, Qld, 1937); civil engineer (Fitzgerald, Tas, 1943; Ayr, Qld, 1949-1958); surveyor (Innisfail, Qld, 1963-1980) ===''DALBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dalby|Dalby, John]] - 19??(???)-19??(???) - Licences: 5BI Adelaide (SA School of Mines, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Directories: lecturer (School of Mines, Adelaide, 1922-1934) - Electoral Rolls: Nil yet identified ===''DALTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Martin Dalton|Dalton, Robert Martin]] [https://www.familysearch.org/tree/person/details/GZJQ-SH3] - 1897(Vic)-1949(Vic) - Licences: XLB Melbourne (Auburn, 1913); 3UI Mildura (1923-1925); 3UI Melbourne (Balaclava, 1925-1926; Caulfield, 1927; Camberwell, 1931-1933); 3UN Melbourne (Camberwell, 1948) - Qualifications: cc; AOCP 158, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: fruitgrower (Mildura, 1919-1924); radio engineer (Hawthorn, 1926-1927); clerk (Camberwell, 1928); sales (Camberwell, 1931-1949) ===''DANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Dane|Dane, John Edward]] [https://www.familysearch.org/tree/person/details/LYF7-5RS] - 1868(Eng)-1928(Vic) - Licences: Receive (Valve) Melbourne (Hawthorn, 1923); 3JD Melbourne (Hawthorn, 1924-1927) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: commercial traveller (Hawthorn, 1908-1909); merchant (Auburn, 1912-1927) ===''DANGERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Henry Dangerfield|Dangerfield, Joseph Henry "Harry"]] [https://www.familysearch.org/tree/person/details/G9HR-22D] - 1911(Eng)-1997(Qld) - Licences: 4NF Townsville (1936-1939) - Qualifications: cc; AOCP 1686, 1936, Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (radio electrical salesman) - Relationships: brother of 4NL Norman Gerard Dangerfield - Electoral Rolls: radio mechanic (Townsville, Qld, 1937-1954); mechanic (Townsville, Qld, 1958-1977); retired (Airlie Beach, Qld, 1977-1980) * [[/Norman Gerard Dangerfield|Dangerfield, Norman Gerard]] [https://www.familysearch.org/tree/person/details/G9HR-5FD] - 1918(Qld)-1997(Qld) - Licences: 4NL Ayr (1936-1939); 4ND Ayr (1956-1965); 4ND Brisbane (Sherwood, 1969-1975) - Qualifications: cc; AOCP 1687, 1936, Qld; BOCP 1062, 1949 - amateur operator; amateur broadcaster; employment (Elphinstones); broadcast technician (4AY, ABC Townsville); business proprietor (radio) - Halcyon: AOCP at 16yo - Relationships: brother of 4NF Joseph Henry Dangerfield - Electoral Rolls: aircraft fitter (Coorparoo, Qld, 1943); bank officer (Ayr, Qld, 1949); radio technician (Ayr, Qld, 1954; Home Hill, Qld, 1958); clerk (Sherwood, Qld, 1968-1980) ===''DANIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Septimus Daniel|Daniel, Louis Septimus]] - 1834(Eng)-1909(Vic) - experimented with etheric force in mid 1870s, radio clubs (Telegraph Electrical Society of Victoria, member), employment (Vic Post & Telegraphs, concluding acting Secretary, 1897), linguist ===''DARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Darley|Darley, Ernest John]] [https://www.familysearch.org/tree/person/details/G4BX-9ZK] - 1898(WA)-1968(WA) - Licences: 6CJ Perth (South Perth, 1923-1930) - Qualifications: cc; CPRT 243, 1916; 2COCP 835, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: motor importer (South Perth, 1925-1936); importer (Rockingham, 1943); technician (South Perth, 1954-1963) ===''DAVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Barrett Davey|Davey, Harold Barrett]] [https://www.familysearch.org/tree/person/details/GDYY-FN4] - 1898(Tas)-1948(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: dental mechanic (Launceston, 1922); electrician (Launceston, 1936-1937); electrical engineer (Launceston, 1943) * [[/John Alfred Davey|Davey, John Alfred]] [https://www.familysearch.org/tree/person/details/GZ6X-FSF] - 1913(SA)-1992(Qld) - 2YE Sydney (Glebe Point, 1935-1938; Ashfield, 1939; Homebush, 1946-1975), amateur operator (1COCP 19, 1934; 3COCP 1029, 1952), amateur broadcaster, radio engineer * [[/John Anderton Davey|Davey, John Anderton]] [https://www.familysearch.org/tree/person/details/GZ6F-3ZH] - 1909(Vic)-1973(Vic) - Receive Melbourne (Brighton, 1923), 3AD Melbourne (Brighton, 1925-1926; Elsternwick, 1927), amateur operator (AOCP 66, 1925, No. ?? in Vic), amateur broadcaster, manufacturer's agent * [[/Ralph William Davey|Davey, Ralph William]] [https://www.familysearch.org/tree/person/details/GXGN-W9X] - 1916(SA)-1999(Vic) - Licences: 5KD Adelaide (North Croydon, 1935-1939; Mile End, 1947; Blanchetown, 1948); 5DY Portable Adelaide (North Croydon, 1938) - Qualifications: cc; AOCP 1481, 1935, SA; 1COCP 515, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: constable (Ridleyton North, SA, 1939; Whyalla, SA, 1941-1948); RAAF (Guildford, WA, 1958; Beaumaris, Vic, 1972-1980) ===''DAVIDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. R. Davidson|Davidson, E. R.]] - 19??(???)-19??(???) - Licences: 4FP Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''DAVIES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Tempest Davies|Davies, Henry Tempest]] [https://www.familysearch.org/tree/person/details/G889-FX9] - 1900(WA)-1987(WA) - Licences: 6HD Perth (Highgate Hill, 1929-1939) - Qualifications: cc; AOCP 563, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Balkatta, 1921); police officer (Mundijong, 1943); sergeant (Victoria Park, 1949-1958; Lathlain Park, 1963-1977; Victoria Park, 1980) * [[/Reginald Raymond Clifford Davies|Davies, Reginald Raymond Clifford]] [https://www.familysearch.org/tree/person/details/GXGM-73Y] - 1915(SA)-1988(WA) - Licences: 5LJ Adelaide (Goodwood Park, 1933-1939; Plympton, 1947-1948); 3AY Melbourne (Prahran, 1954-1960; Heathmont, 1965-1969); 6BQ Perth (Bickley, 1975); 6BQ Denmark (1980) - Qualifications: cc; AOCP 1138, 1933, SA; BOCP 121, 1937; 1COCP 534, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: metal worker (Goodwood Park, SA, 1939); radio engineer (5RM Berri, SA, 1941); mechanic (Plympton, SA, 1941-1943); public servant (Prahran, Vic, 1954); retired (Bickley, WA, 1972-1977) ===''DAVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Hargan Davis|Davis, Henry Hargan or Hargon]] [https://www.familysearch.org/tree/person/details/LT6C-6MB] - 1908(NSW)-1992(SA) - Licences: Receive (Crystal) Sydney (Strathfield, 1923-1924); 2HH Sydney (Strathfield, 1926-1934) - Qualifications: cc; AOCP 289, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Strathfield, 1930-1936); engineer (Strathfield, 1943) - Professor Henry Hargan Davis, BSc, BE (Syd), PhD (Camb), 1946-1973 (Emeritus Professor 1974) [https://docplayer.net/82920769-Engineering-education-the-university-of-adelaide.html] * [[/Ross Raleigh Davis|Davis, Ross Raleigh "Jack"]] [https://www.familysearch.org/tree/person/details/GZ54-9Q4] - 1907(Vic)-1986(NSW) - Licences: 2DS Receive Sydney (Vaucluse, 1920-1922); 2DS Sydney (Vaucluse, 1923-1929; Double Bay, 1930-1933; Rose Bay, 1933-1938; Bellevue Hill, 1938-1939) - Qualifications: cc; AOCP 249, 1926, No. ?? in NSW; CPRTelephony 934, 1926 - amateur operator; amateur broadcaster - Comment: accompanied 2CM on the SS Tahiti; education (Sydney Technical College, Electrical Engineering Degree); employment (AWA, engineer, 1925-1973) - Electoral Rolls: engineer (Double Bay, 1930; Rose Bay, 1933-1937; Bellevue Hill, 1943-1958; Rose Bay, 1958-1980) ===''DAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dawson|Dawson, Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 559, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: stovemaker (Hurlstone Park, 1930); storeman (Marrickville, 1931) - Not yet fully identified * [[/Richard Stanley Dawson|Dawson, Richard Stanley]] [https://www.familysearch.org/tree/person/details/GD52-2NQ] - 1897(Vic)-1983(NSW) - Licences: XZP Hobart (1913-1914); 3DA Melbourne (South Yarra, 1927) - Qualifications: cc; CPRT 282, 1917 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: student (Toorak, 1919); electrical engineer (Melbourne, 1921-1924; Toorak, 1925-1926; South Yarra, 1927-1928); engineer (Artarmon, NSW, 1930; Mosman, 1931-1972; Roseville, NSW, 1977) ===''DEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Launston Alexander Deane|Deane, Launston Alexander]] [https://www.familysearch.org/tree/person/details/GX2G-182] - 1909(SA)-1988(SA) - Licences: 5LD Adelaide (Tusmore, 1933; Hazelwood Park, 1937-1939; Royston Park, 1947-1955; Hazelwood Park, 1956-1965; St Georges, 1969-1975) - Qualifications: cc; AOCP 1090, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Burnside, SA, 1939-1943) * [[/Raymond Kyrle Deane|Deane, Raymond Kyrle]] [https://www.familysearch.org/tree/person/details/GX2P-HB1] - 1917(SA)-2010(SA)93yo - Licences: 5RK Adelaide (Fullarton, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1728, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: warehouseman (Fullarton, SA, 1939-1941); clerk (Fullarton, SA, 1943) ===''DE BAVAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Jean Xavier de Bavay|de Bavay, Francis Jean or John Xavier ]] [https://www.familysearch.org/tree/person/details/GXFJ-D1R] - 1887(Vic)-1955(Tas) - Licences: 4FO Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: analytical chemist (Kew, Vic, 1909); brewer (West Perth, WA, 1916); chemist (Cannon Hill, Qld, 1919-1921); manager (New Farm, Qld, 1925); master brewer (Cascades, Tas, 1928-1936); manager (Hobart South, Tas, 1943-1954) ===''DE CRESPIGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Champion de Crespigny|de Crespigny, Philip Champion]] [https://www.familysearch.org/tree/person/details/KCJG-QN9] - 1879(Vic)-1918(Palestine) - Licences: XPU Melbourne (Brighton, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Relationships: half brother of 3FM Royalieu Dana Champion de Crespigny - Sacrifice: "Greater love hath no man than this" * [[/Royalieu Dana Champion de Crespigny|de Crespigny, Royalieu Dana Champion]] [https://www.familysearch.org/tree/person/details/KH7P-7SD] - 1905(Vic)-1985(Vic) - Licences: 3FM Melbourne (Brighton, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Elmhurst, 1936-1949); farmer (Cobden, 1954; South Ecklin, 1963-1980) - Relationships: half brother of XPU Philip Champion de Crespigny ===''DE CURE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Gerard de Cure|de Cure, John Edward Gerard]] [https://www.familysearch.org/tree/person/details/LVD6-DWD] - 1899(SA)-1989(SA) - Licences: 3WL Melbourne (Coburg, 1929-1933); 5KO Adelaide (Glenelg, 1937-1939, 1946-1956); 2KO Sydney (Artarmon, 1957-1958); 5KO Adelaide (Fulham, 1960-1980+) - Qualifications: cc; AOCP 535, 1929, No. ?? in Vic; 1COCP 22, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Cobden, 1954); public servant (North Carlton, 1921-1924; Coburg, 1927-1934; Artarmon, NSW, 1958) ===''DEARNESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Sinclair Dearness|Dearness, Harry Sinclair]] - 19??-2004(Qld) - 4KW Mackay (1939, 1946-1975), Brisbane (Strathpine) (1980+) - amateur operator (AOCP 2328, 1939, No. ? in Qld), amateur broadcaster, military (WW2, AIF), employment (radio & TV mechanic) ===''DEEGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Edward Deegan|Deegan, Stanley Edward]] [https://www.familysearch.org/tree/person/details/LYK3-2V3] - 1893(Tas)-1944(Tas) - Licences: 7AK Hobart (St Virgil's College, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; public servant (State & Federal, PMGD); WW1 - Electoral Rolls: clerk (Hobart, 1919-1922); civil servant (Hobart, 1928-1936); postal official (Hobart, 1943) ===''DEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival William Deer|Deer, Percival William]] [https://www.familysearch.org/tree/person/details/L2DJ-9ZF] - 1901(SA)-1981(SA) - Licences: 5DR Adelaide (Seacliff, 1928-1933; Brighton, 1937-1939) - Qualifications: cc; AOCP 451, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: machinist (Brighton, 1939-1943) ===''DELBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Joseph Robert Delbridge|Delbridge, Reginald Joseph Robert]] [https://www.familysearch.org/tree/person/details/L439-HNM] - 1888(Eng)-1964(Qld) - Licences: 4RJ Childers (1927); 4RJ Brisbane (Paddington, 1931-1933; Booval, 1937-1939); 4RJ Stanthorpe (1946-1948); 4RJ Brisbane (Northgate, 1954-1955; Toowong, 1956); 4RJ Burleigh Heads (1960) - Qualifications: cc; AOCP 383, 1927, No. 42 in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), minister of religion - Electoral Rolls: clergyman (Ingham, 1917-1919); minister (Kingaroy, 1925); clergyman (Ashgrove, 1943); minister (Stanthorpe, 1949); minister of religion (New Farm, 1954); Methodist Minister (Toowong, 1958); retired (Burleigh Heads, 1963) ===''DELLIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Stephen Dellit|Dellit, Samuel Stephen]] - Licences: VK4ZSS Brisbane, VK3 Melbourne, VK1DXA Canberra - Qualifications: AOLCP Q0078, 1971 - amateur operator, broadcast DXer, broadcast planning engineer, federal public servant, radio historian (aeradio, amateur, broadcast, coastal) ===''DEMPSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter McInnes Dempsey|Dempsey, Walter McInnes "Wally"]] [https://www.familysearch.org/tree/person/details/LTQN-B69] - 1910(Vic)-2010(Vic) - Licences: 3WD Melbourne (Cheltenham, 1929-1931); 7WD Cambridge (1948); 3AZD Melbourne (Pascoe Vale, 1954); 3WD Melbourne (Pascoe Vale, 1955-1969; Oak Park, 1975); 3WD Marong (1980+) - Qualifications: AOCP 515, 1929, No. ?? in Vic; AOLCP 41, 1931; 1COCP 217, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Cheltenham, 1931; Mordialloc, 1936-1937); radio operator (Mentone, 1942); aeradio operator (Cambridge, Tas, 1949); public servant (Pascoe Vale, 1954-1968; Oak Park, 1972); retired (Marong, 1977-1980) ===''DENBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Roy Denby|Denby, Harry Roy]] [https://www.familysearch.org/tree/person/details/LJTS-LLS] - 1906(Qld)-1973(Qld) - Licences: 4FR Receive Brisbane (Brisbane City, 1923); 4AX Brisbane (Kedron, 1936-1939); 4AX Cairns (1947-1969) - Qualifications: cc; AOCP 1800, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: rubber worker (Kedron, Qld, 1936-1937; Cairns, Qld, 1943-1972) ===''DENISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Robert Denison|Denison or Dixson, Hugh Robert]] [https://www.familysearch.org/tree/person/details/L6Q5-WTC] - 1865(NSW)-1940(Vic) - born Hugh Robert Dixson; businessman, parliamentarian, philanthropist; director of Australasian Wireless Co. then Amalgamated Wireless (Australasia) - Links: [[w:Hugh Denison|Wikipedia]]; [https://adb.anu.edu.au/biography/denison-sir-hugh-robert-5955 ADB] ===''DENNEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Roy Denneen|Denneen, Harold Roy]] [https://www.familysearch.org/tree/person/details/GXQG-6YG] - 1894(NSW)-1939(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (A/g Warrant Telegraphist, 1917) - Electoral Rolls: radio telegraphist (Thursday Island, 1928-1937) ===''DENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Roy Dennett|Dennett, Phillip or Philip Roy or Ray]] [https://www.familysearch.org/tree/person/details/KNX4-D9K] - 1897(SA)-1988(Qld) - Licences: 5IV Berri (1931-1938); 4IV Camooweal (1938-1939) - Qualifications: cc; AOCP 799, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil servant (Morningside, Qld, 1943; West End, Qld, 1949-1954; Rockhampton, Qld, 1958); public servant (Morningside, Qld, 1963-1977) ===''DERHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Thomas Derham|Derham, Frederick Thomas]] - 1844(Eng)-1922(Vic) - Victorian Postmaster-General (1886-1890) ===''DERRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/V. M. Derrick|Derrick, V. M.]] - 19??(???)-19??(???) - Licences: 2VM Sydney (Bellevue Hill, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''D'EVELYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude D'Evelynes|D'Evelynes, Claude]] [https://www.familysearch.org/tree/person/details/GF39-3D8] - 1916(WA)-1985(NSW) - Licences: 6DC Harvey (1935-1939); 2TZ Sydney (Mona Vale, 1948; Clifton Gardens, 1954-1955); 9TZ Rugli via Lae (1956); 2TZ Sydney (Chatswood, 1958-1980+) - Qualifications: cc; AOCP 1488, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Harvey, WA, 1936-1937); radio engineer (Mona Vale, NSW, 1949; Mosman, NSW, 1954; Chatswood, NSW, 1958-1968); engineer (Chatswood, NSW, 1977-1980) ===''DEVITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Lane Devitt|Devitt, Raymond Lane]] [https://www.familysearch.org/tree/person/details/LB11-PTK] - 1905(Tas)-1992(WA) - Licences: 6DR Perth (Nedlands, 1937-1939) - Qualifications: cc; CPRT 990, 1928; 2COCP 287, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: service engineer (Nedlands, WA, 1931); manager (Nedlands, WA, 1949-1980) ===''DEWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Owen Dewan|Dewan, John Owen (Electoral Rolls) or Owen John (BMD)]] [https://www.familysearch.org/tree/person/details/GFML-2D4] - 1907(WA)-1980(WA) - Licences: 6JK Perth (Maylands, 1930-1931; Mt Lawley, 1933; City, 1937; North Perth, 1938-1939) - Qualifications: cc; AOCP 715, 1930, No. ?? in WA; 3COCP 188, 1936; 2COCP 99, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: butcher (Maylands, WA, 1931; North Perth, 1934-1937); teacher (East Perth, WA, 1943); trade instructor (Nedlands, WA, 1949-1980) ===''DEXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Dexter|Dexter, John Henry]] [https://www.familysearch.org/tree/person/details/G428-3PS] - 1906(Eng)-1983(Vic) - Licences: 3DR Melbourne (Northcote, 1926-1927); 3VR Melbourne (Sandringham, 1938-1939; Black Rock, 1946-1956; Parkdale, 1960-1965; Mt Eliza, 1969-1980+) - Qualifications: AOCP 241, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Northcote, 1927); engineer (Preston, 1931; Sandringham, 1942-1954); radio mechanic (Mordialloc, 1963); retired (Mt Eliza, 1968-1980) ===''DICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Dick|Dick, F.]] - abt 1883(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''DIDDAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Harlin Flower Diddams|Diddams, Robert Harlin or Harland Flower]] [https://www.familysearch.org/tree/person/details/GMZN-YJP] - 1899(Qld)-1969(Qld) - Licences: Receive Brisbane (Toowong, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bookkeeper (Toowong, Qld, 1921-1925); printer (Ashgrove, 1936-1958); retired (Kangaroo Point, Qld, 1968) ===''DILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Dillon|Dillon, Arthur Ernest "Ernie" "Ern"]] [https://www.familysearch.org/tree/person/details/G85L-HH7] - 1902(Qld)-1960(Qld) - Licences: 4CH Receive Brisbane (New Farm, 1922); 4CH Brisbane (New Farm, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (New Farm, 1925); engineer (New Farm, 1929); electrical engineer (Atherton, 1931-1932); electrician (Greenslopes, 1943-1954; Mt Gravatt, 1958) ===''DINEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Dineen|Dineen, Geoffrey John]] [https://www.familysearch.org/tree/person/details/GM8L-9R6] - 1919(Tas)-1999(Tas) - Licences: 7GD Launceston (1935-1939, 1946-1948) - Qualifications: cc; AOCP 1588, 1935, No. ?? in Tas; 3COCP 6330, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Launceston, 1949-1968) ===''DIRCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Alfred Dircks|Dircks, Alexander Alfred]] [https://www.familysearch.org/tree/person/details/GDRD-6GN] - 1858(NSW)-1929(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - senior federal public servant (PMGD, Electrical Engineer) - Electoral Rolls: Nil yet identified ===''DIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gurnhill Dixon|Dixon, Arthur Gurnhill]] [https://www.familysearch.org/tree/person/details/G826-18S] - 1896(Tas)-1966(Vic) - Licences: XZA Wynyard (1913-1914); 3JG Melbourne (Hawthorn, 1933); 3AD Melbourne (Hawthorn, 1937-1939, 1947-1948); 3AVE Melbourne (Nunawading, 1965) - Qualifications: cc; CPRT 462, 1919; 2COCP 160, 1930; 1COCP 271, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Wynyard, 1919); wireless mechanic (Hawthorn, 1934); technician (Auburn, 1936-1937); inspector (Surrey Hills, 1943-1963) - Probate: retired marine inspector (Melbourne, 1966) * [[/Arthur Lionel Dixon|Dixon, Arthur Lionel]] [https://www.familysearch.org/tree/person/details/G82F-YX7] - 1897(Eng)-1968(NSW) - Licences: 236 Sydney (Burwood, 1920); 2BS Receive Sydney (Burwood, 1922-1923); 2AD Sydney (Canterbury, 1929; Strathfield, 1930); 4AD Brisbane (Norman Park, 1931-1939) - Qualifications: cc; CPRT 202, 1916; 2COCP 288, 1930; 1COCP 170, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Concord, NSW, 1930; Norman Park, Qld, 1931-1943); RANVR (Kyeemagh, 1943); engineer (Waverton, 1949; Eastwood, 1954; Lidcombe North, 1958); managing director (Blakehurst, 1963-1968) * [[/Charles Frederick Musgrave Dixon|Dixon, Charles Frederick Musgrave]] [https://www.familysearch.org/tree/person/details/L27B-XXY] - 1894(NSW)-1986(NSW) - Licences: 2II Receive Cootamundra (1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: operator (Cootamundra, 1930-1937); telegraphist (Goulburn, 1943; Annandale, 1949-1954; Camperdown, 1958-1980) * [[/John Malcolm Dixon|Dixon, John Malcolm]] [https://www.familysearch.org/tree/person/details/GWD1-HXH] - 1922(Vic)-2008(Vic) - Qualifications: cc; Nil yet identified - broadcast planning engineer (PMGD, ABCB, P&TD); education (Scots College, 1935-1939); military (WW2, AIF, 1942-1945) - Links: [https://www.scotch.vic.edu.au/greatscot/2008decGS/74.htm Obit] * [[/Lionel Stanley Dixon|Dixon, Lionel Stanley]] [https://www.familysearch.org/tree/person/details/L1PR-QD2] - 1912(Vic)-1998(Vic) - Licences: 4LF Brisbane (Redcliffe, 1938-1939); 3TE Melbourne (Croydon, 1947-1948; Elwood, 1954-1980); 4LF Brisbane (Redcliffe, 1960-1975) - Qualifications: cc; AOCP 2177, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Glenferrie, Vic, 1934-1937); builder (Box Hill South, Vic, 1949; Elsternwick, Vic, 1954-1967; Elwood, Vic, 1972-1980) * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 2ZI Condong (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 4GF Victoria Hills, Herbert River (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Reginald Hilton Dixon|Dixon, Reginald Hilton]] [https://www.familysearch.org/tree/person/details/G82N-FQV] - 1915(NSW)-1978(NSW) - Licences: 2QD Albury (1933-1937); 2QD Armidale (1938-1939); 2QD Albury (1946-1980) - Qualifications: cc; AOCP 1216, 1933, NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Albury, Qld, 1937); telephone mechanic (Albury, 1972-1977) ===''DODDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stokell Dodds|Dodds, Sir John Stokell Snr]] [https://www.familysearch.org/tree/person/details/GMYR-2KQ] - 1906(Tas)-1975(NSW) - Licences: 7DJ Hobart (City, 1937-1939, 1946-1948) - Qualifications: cc; AOLCP 208, 1935; AOCP 1851, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (New Town, 1936-1949); manager (Wahroonga, 1954); electrical engineer (Wahroonga, 1958-1968); manager (St Ives, 1972) * [[/John William Matthew Dodds|Dodds, John William Matthew]] [https://www.familysearch.org/tree/person/details/G8NX-3CT] - 19??(???)-19??(???) - Licences: 2KK Kurri Kurri (1930-1939); 2AZD Newcastle (New Lambton, 1955-1969) - Qualifications: AOCP 644, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: miner (Kuri Kurri, 1930-1949; New Lambton, 1954-1980) * [[/Leonard Henry Dodds|Dodds, Leonard Henry "Len"]] - 1908(NSW)-1983(Qld) - 4GD Townsville (1946-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (Townsville ARC, life member), military (Navy, RAAF), employment (PMGD) * [[/Ronald George Dodds|Dodds, Ronald George]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''DODDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Doddy|Doddy, Edward Arthur]] [https://www.familysearch.org/tree/person/details/GXB7-HWS] - 1899(Tas)-1961(WA) - Licences: 6WH Perth (Claremont, 1936-1939, 1947-1960) - Qualifications: cc; AOCP 1817, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Claremont, WA, 1931-1958) ===''DOHRMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Stanley Glenville Dohrmann|Dohrmann, George Stanley Glenville]] [https://www.familysearch.org/tree/person/details/G82G-TB8] - 1902(Vic)-1985(Vic) - Licences: 3AM Receive Melbourne (Canterbury, 1922); 3AM Melbourne (Canterbury, 1922-1925) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Canterbury, Vic, 1924-1926); warehouseman (Burwood, Vic, 1931; Canterbury, 1937-1943); agriculturalist (Mt Dandenong, 1949-1954; Mooroolbark, 1968-1980) ===''DOIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Louis Doig|Doig, Norman Louis]] [https://www.familysearch.org/tree/person/details/LLSD-M17] - 1912(WA)-2014(WA)101yo - Licences: 6ND Carnamah (1937-1939); 6CB Perth (Floreat Park, 1954-1960) - Qualifications: cc; AOCP 2061, 1937, WA; 3COCP 1505, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Carnamah, WA, 1936-1937; Floreat Park, WA, 1943); telegraphist (City Beach, WA, 1949; Floreat Park, WA, 1954-1963; Wembley, WA, 1968-1972); civil servant (City Beach, WA, 1977-1980) ===''DONNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Walter Donne|Donne, Charles Walter]] [https://www.familysearch.org/tree/person/details/9V2T-FC7] - 1897(Vic)-1976(Vic) - Licences: XLO Melbourne (St Kilda, 1913-1914); 2YD Sydney (Neutral Bay, 1923-1925); 3YD Melbourne (St Kilda, 1924-1927) - Qualifications: cc; CPRT 271, 1916; 2COCP 87, 1930 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 (UK Merchant Seaman) - Electoral Rolls: radio telegraphist (St Kilda, 1919-1924); technician (St Kilda, 1925-1931); dealer (Armadale, 1934-1937); investor (Mornington, 1943); grazier (Dromana, 1949-1954); nil (Mornington, 1963-1972) - Migration: South Africa (1955-1962) ===''DOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Lawson Dook|Dook, Valentine Lawson]] [https://www.familysearch.org/tree/person/details/G7X1-NJH] - 1903(WA)-1978(WA) - Licences: 6KB Perth (Maylands, 1931-1933; Mt Hawthorn, 1937-1939, 1947-1956) - Qualifications: cc; AOCP 754, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter's assistant (East Perth, WA, 1931); oil plant attendant (Leederville, WA, 1936-1937); control room operator (Leederville, WA, 1943; Mt Hawthorn, WA, 1949); electrical foreman (Wembley, WA, 1958-1977) ===''DORWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haxton Dorward|Dorward, William Haxton, Jnr]] [https://www.familysearch.org/tree/person/details/GD77-X62] - 1901(Vic)-1937(NSW) - Licences: 3CA Receive Melbourne (Sandringham, 1922-1923); 3CA Melbourne (Sandringham, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: student (Sandringham, 1924-1926); grazier (Moama, 1930; Fort Station, Barnes, 1935-1937) ===''DOUBIKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Thomas Henry Doubikin|Doubikin, William Thomas Henry]] - 1890(Vic)-1927(Tas) - Licences: Hobart Receive 1920s, early wireless experimenter (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, Councillor, 1924), passed too soon ===''DOUDNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Doudney|Doudney, Herbert William]] [https://www.familysearch.org/tree/person/details/MQDH-R32] - 1873(Eng)-1963(Vic) - Licences: 3EM Receive Melbourne (Balaclava, 1922); 3EM Melbourne (Balaclava, 1923-1927) - Qualifications: cc; AOCP 63, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; minister of religion (Holy Trinity Church) - Electoral Rolls: vicar (St Kilda, 1924-1942); nil (Caulfield, 1949-1954; Elsternwick, 1963) ===''DOUGLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gavin Cunningham Douglas|Douglas, Gavin Cunningham]] [https://www.familysearch.org/tree/person/details/G99J-KJ4] - 1912(Vic)-1992(Vic) - Licences: 3YK Melbourne (Bayswater, 1931-1939, 1947-1950+; Blackburn, 1954; Canterbury, 1955-1960+; Surrey Hills, 1965-1980+) - Qualifications: cc; AOCP 743, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Bayswater, 1935-1949); sales representative (Canterbury, 1963; Surrey Hills, 1968-1980) * [[/Gordon Adye Douglas|Douglas, Gordon Adye]] [https://www.familysearch.org/tree/person/details/LRVY-WLJ] - 1878(Tas)-1957(Tas) - Licences: 7BC Receive Gormanston (1923); Receive Gormanston (1923); 7GD Gormanston (1924-1927+) - Qualifications: cc; AOCP 34, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; mining engineer - Electoral Rolls: mining engineer (Gormanston, 1914-1928); draughtsman (Queenstown, 1936); geological surveyor (Queenstown, 1937-1943); no occupation (Hobart South, 1949; Blackman's Bay, 1954) * [[/Hugh Alexander McKay Douglas|Douglas, Hugh Alexander McKay "Harry"]] [https://www.familysearch.org/tree/person/details/LV3Y-3W4] - 1889(Eng)-1951(NSW) - Licences: 2HD (Class B) Newcastle (1926) - Qualifications: cc; Nil yet identified - Class B broadcaster; witness to Royal Commission 1927 (as a Listener) - Electoral Rolls: chauffeur (Newcastle, 1913); vulcaniser (Hamilton, 1930-1935); manager (Newcastle, 1936-1937); engineer (Mayfield, 1943; Hamilton, 1949) ===''DOWDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Lorens Thomas Dowding|Dowding, Philip Lorena or Loreno or Lorens Thomas]] [https://www.familysearch.org/tree/person/details/GZH8-Z6D] - 1901(Tas)-19??(Vic) - Licences: 7AC Receive Hobart (Moonah, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Moonah, 1922); electrician (St Kilda, 1926-1931; Prahran, 1934; Melbourne, 1937; St Kilda, 1943-1949); electrical foreman (Eildon, 1954) ===''DOWNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Downie|Downie, Frederick William]] [https://www.familysearch.org/tree/person/details/K8Y2-LQ8] - 1879(Vic)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Victoria Police (wireless department, senior constable); witness to Royal Commission 1927 (obo VPF) - Electoral Rolls: labourer (Broadford, 1903); constable (North Carlton, 1909-1924); senior constable (Preston, 1927-1936) ===''DOWNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Evan Downing|Downing, William Evan]] [https://www.familysearch.org/tree/person/details/LHV4-K46] - 1874(Vic)-1948(Vic) - Licences: 3LQ Receive Warrnambool (1923); 3LQ Warrnambool (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: brassfounder (Warrnambool, 1912-1937) ===''DOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Laurence Doyle|Doyle, Herbert Laurence]] [https://www.familysearch.org/tree/person/details/G8VG-WVC] - 1894(Vic)-1945(Vic) - Licences: 3HD Melbourne (Malvern, 1930-1931); 3CR Melbourne (Malvern, 1933; Kooyong, 1937; Frankston, 1938-1939) - Qualifications: AOCP 697, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: independent means (St Arnaud, 1924); grazier (Malvern East, 1925-1927); clerk (Malvern East, 1931-1937); home duties (Malvern, 1943) ===''DRAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James George Drake|Drake, James George]] - 1850(Eng)-1941(Qld) - military (Qld Defence Force, 1880s & 1890s), state politician (Qld MLA, 1880s & 1890s), politician (Postmaster-General 1901-1903) ===''DRANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Edward Draney|Draney, Walter Edward]] [https://www.familysearch.org/tree/person/details/9KLP-VT7] - 1896(Qld)-1983(Qld) - Licences: Receive (Valve) Brisbane (Greenslopes, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: electrician (Milton, Qld, 1919; Greenslopes, Qld, 1921-1928; Tully, Qld, 1937; Toowoomba, Qld, 1954; Toowoomba West, Qld, 1958-1977); retired (Drayton, Qld, 1980) ===''DREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred John Drew|Drew, Alfred John]] [https://www.familysearch.org/tree/person/details/GXLB-1HH] - 1907(SA)-1993(SA) - Licences: 5LN Adelaide (Kensington, 1933-1939; Erindale, 1947-1980+) - Qualifications: cc; AOCP 1078, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Erindale, SA, 1943) ===''DU FEU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Albert James Du Feu|Du Feu, Maurice Albert James]] [https://www.familysearch.org/tree/person/details/GF3M-V9D] - 1917(WA)-2010(NSW) - Licences: 6DF Perth (Subiaco, 1937-1939, 1947-1948; West Perth, 1954-1956; Floreat Park, 1960-1965); 6DU Perth (West Perth, 1948); 2BMD Sydney (Lindfield, 1969+) - Qualifications: cc; AOCP 1875, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: company director (West Perth, WA, 1943; Subiaco, WA, 1949); manager (West Perth, WA, 1954; Floreat Park, WA, 1958-1968); retired (Lindfield, NSW, 1972-1980) ===''DUBOIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Louis Dubois|Dubois, Paul Louis]] [https://www.familysearch.org/tree/person/details/GXZQ-QN3] - 1918(NSW)-1996(Qld) - Licences: 4UJ Brisbane (Rosalie, 1936-1939; Holland Park, 1946-1947; South Brisbane, 1948; Highgate Hill, 1954-1960; Bardon 1960); 4PL Brisbane (Bardon 1980+) - Qualifications: cc; AOCP 1677, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; senior public servant (PMGD, Telstra) - Electoral Rolls: engineer (Rockhampton, Qld, 1943; South Brisbane, Qld, 1949); public servant (Highgate Hill, Qld, 1954-1958); engineer (Bardon, Qld, 1958-1977); manager telecommunications (New Farm, Qld, 1980) ===''DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Duff, William Vere Hobart]] [https://www.familysearch.org/tree/person/details/GMZC-JGP] - 1893(Vic)-1970(Vic) - Licences: 3DB Receive Melbourne (Malvern East, 1922); 3DB Melbourne (Malvern East, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: electrical engineer (Malvern East, 1914); engineer (Malvern East, 1919-1924; Glenferrie, 1931-1937; Toorak, 1943-1954; Harkaway, 1958-1968) ===''DUFFY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Duffy|Duffy, John]] [https://www.familysearch.org/tree/person/details/GXCB-QKJ] - 1907(NSW)-1993(NSW) - Licences: 2AQ Sydney (Redfern, 1933; Woollahra, 1934; Rose Bay, 1935-1937); 4AQ Brisbane (Grange, 1938); 2AQ Sydney (Bondi, 1939, 1946-1950) - Qualifications: cc; AOCP, not yet identified; AOLCP 264, 1936; TVOCP 54, 1957 - amateur operator; amateur broadcaster - Comment: several contemporaneous JDs, needs review - Electoral Rolls: manager (Woollahra, NSW, 1934); engineer (Vaucluse, NSW, 1935); * [[/Maurice Boyce Duffy|Duffy, Maurice Boyce "Morrie"]] [https://www.familysearch.org/tree/person/details/LRYK-S76] - 1886(Vic)-1957(Vic) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/duffy-maurice-boyce-morrie-6030 ADB] * [[/William Oswald Duffy|Duffy, William Oswald]] [https://www.familysearch.org/tree/person/details/GD52-2Q2] - 1861(Eng)-1916(Tas) - Licences: XZO Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: signalman (Battery Point, 1914) ===''DUGGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry George Duggan|Duggan, Harry George]] [https://www.familysearch.org/tree/person/details/LT9H-8LW] - 1905(Vic)-1994(Vic) - Licences: 3XI Warrnambool (1930-1965); 3AXI Warrnambool (1965-1969); 3XI Garvoc (1965-1969) - Qualifications: AOCP 592, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Warrnambool, 1931-1954); engineer (Warrnambool, 1963-1968) ===''DUKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon William Dukes|Dukes, Gordon William]] [https://www.familysearch.org/tree/person/details/G3RY-PGT] - 1909(NSW)-2001(NSW) - Licences: 2WD Sydney (Forest Lodge, 1930-1939; Strathfield, 1946-1950; Homebush, 1954-1956; Cremorne, 1957-1958; Lane Cove, 1960-1980+) - Qualifications: AOCP 571, 1930, No. ?? in NSW; AOLCP 139, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glebe, 1933-1937); radio engineer (Homebush, 1943-1949); engineer (Cremorne, 1954-1958); technician (Lane Cove, 1963-1980) ===''DUNDAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Loftus Dundas|Dundas, Reginald Loftus]] [https://www.familysearch.org/tree/person/details/GXC2-8LM] - 1915(Qld)-1980(Qld) - Licences: 4DU Crawford, Kingaroy Line (1937-1939) - Qualifications: cc; AOCP 1990, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Theodore, Qld, 1937); labourer (Crawford, Kingaroy Line, Qld, 1949-1972); farmer (Torquay, Qld, 1977) ===''DUNLEAVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Francis Dunleavy|Dunleavy, Joseph Francis]] - 19??(???)-19??(???) - Licences: 3JD Melbourne (St Kilda, 1929-1933) - Qualifications: AOCP 508, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (St Kilda, 1924); electrical fitter (Melbourne, 1926; South Yarra, 1931); fitter (St Kilda, 1934) ===''DUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Dunn|Dunn, Richard]] [https://www.familysearch.org/tree/person/details/GDSN-T31] - 1898(NSW)-1986(NSW) - Licences: 2GU Receive Sydney (South Kensington, 1922); 2GU Sydney (South Kensington, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: coachbuilder (Kensington, 1930-1943); manager (Kingsford, 1958); retired (The Entrance, 1963-1980) ===''DUNSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter John Dunstan|Dunstan, Walter John]] [https://www.familysearch.org/tree/person/details/GZXJ-Y3V] - 1904(Vic)-1927(Vic) - Licences: 3JR Receive Ballarat (1922); 3JR Ballarat (1923-1927) - Qualifications: cc; AOCP 106, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Comment: gone too soon - Relationships: brother of William Dunstan, Victoria Cross - Electoral Rolls: student (Ballarat East, 1927) ===''DURBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Keep Durbridge|Durbridge, William Keep]] [https://www.familysearch.org/tree/person/details/GXDN-Z4B] - 1908(WA)-1977(Vic) - Licences: 4FS Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Innisfail, Qld, 1930); clerk (Teneriffe, Qld, 1936-1937); bookkeeper (Dundoo Station, Eulo, Qld, 1937); no occupation (St Kilda, Vic, 1963-1972; Melbourne, Vic, 1977) ===''DUTHOIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert George Duthoit|Duthoit, Albert George]] [https://www.familysearch.org/tree/person/details/GQ94-V82] - 1901(Tas)-1970(Vic) - Licences: Receive (Valve) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical engineer (Waddamana, 1928); labourer (Croydon North, 1931); no occupation (Armadale, 1931); engineer (Hobart South, 1936); electrical engineer (Armadale, 1935-1943); clerk (Ivanhoe, 1949; Oakleigh, 1954; Malvern, 1958); nil (Malvern, 1967-1968) ===''DUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Henry Dutton|Dutton, Thomas Henry]] [https://www.familysearch.org/tree/person/details/LJG1-LRN] - 1862(Eng)-1941(Qld) - Licences: Receive (Crystal) Brisbane (Fortitude Valley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: painter (Rockhampton, Qld, 1903-1905); commission agent (Bowen Hills, Qld, 1908-1909); printer (Valley, Qld, 1913); traveller (Teneriffe, Qld, 1915-1937) =='''E'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''EARLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Edwin Earle|Earle, Frank Edwin]] [https://www.familysearch.org/tree/person/details/G8YV-B62] - 1900(SA)-1967(SA) - Licences: 5BD Adelaide (St Peters, 1923-1928) - Qualifications: cc; CPRT 823, 1924 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Erasmus Earle|Earle, Robert Erasmus]] [https://www.familysearch.org/tree/person/details/GDLX-NC1] - 1894(Eng)-1979(WA) - Licences: 6LC Perth (Floreat Park, 1969-1975) - Qualifications: AOCP 4390, 1966, WA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Floreat Park, 1954-1977) ===''EASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Easter|Easter, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GX2L-656] - 1914(SA)-1983(???) - Licences: 5RO Montieth (1933); 5RO Port Elliot (1937); 5RO Moonta (1938) - Qualifications: cc; AOCP 1111, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Moonta, SA, 1939-1947) - Links: [https://vwma.org.au/explore/people/532330 VWM] ===''EASTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Spencer Easton|Easton, Frederick William Spencer]] [https://www.familysearch.org/tree/person/details/GZ2N-7XD] - 1914(NSW)-1944(PNG) - licences: 2BQ Sydney (Bondi, 1931-1935; Bellevue Hill, 1936-1939) - qualifications: AOCP 846, 1931, No. ?? in NSW - amateur operator, WW2 - electoral rolls: projectionist (Rose Bay, 1936-1943) - "Greater love hath no man than this" ===''EDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Ede|Ede, Charles Frederick or Friederick]] [https://www.familysearch.org/tree/person/details/GS7D-PYL] - 1885(Qld)-1970(Qld) - Licences: Receive Brisbane (Wellington Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Toowong, Qld, 1908; Albion, Qld, 1912-1921); assistant secretary (Manly, Qld, 1925-1963); retired (Wynnum North, 1968) ===''EDGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Waldene Edgar|Edgar, Douglas Waldene]] [https://www.familysearch.org/tree/person/details/L5XS-K4X] - 1895(WA)-1966(WA) - Licences: 6DW New Norcia (1927-1931) - Qualifications: cc; AOCP 314, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Gingin, 1922; New Norcia, 1925-1954); retired (Nedlands, 1958-1963) * [[/John Matheson Edgar|Edgar, John Matheson]] [https://www.familysearch.org/tree/person/details/LB42-K1G] - 1881(Vic)-1960(Vic) - Licences: Receive Geelong (1923); 3YW Geelong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Training College, Carlton, 1903); state school teacher (Ballarat, 1909); teacher (Ballarat, 1913-1914; Geelong, 1917-1924; Essendon, 1925-1954) * [[/Mervyn John Edgar|Edgar, Mervyn John or John Mervyn "Jack"]] [https://www.familysearch.org/tree/person/details/GX4W-647] - 1913(NSW)-2004(Qld) - Licences: 4JE Brisbane (Kangaroo Point, 1934-1939) - Qualifications: cc; AOCP 1302, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, Radio Location Unit); radio retailing (Tracksons) - Electoral Rolls: shop assistant (Kangaroo Point, Qld, 1937); salesman (Kedron, Qld, 1943-1949); shop assistant (Bulimba, Qld, 1958-1980) ===''EDWARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Patrick Joseph Edwards|Edwards, Frederick Patrick Joseph]] [https://www.familysearch.org/tree/person/details/GFSX-5YG] - 1918(WA)-2004(WA) - Licences: 6DN Merredin (1938-1939); 6DN Perth (West Perth, 1947-1965; Ardross, 1969) - Qualifications: cc; AOCP 2127, 1938, WA; BOCP 278, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: clerk (Merredin, WA, 1943); wireless operator (West Perth, WA, 1943-1954; Perth, WA, 1958-1968); clerk (Ardross, WA, 1972-1980) * [[/H. E. Edwards|Edwards, H. E.]] - 19??(???)-19??(???) - Licences: 5RN Adelaide (Croydon, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert John Edwards|Edwards, Herbert John]] [https://www.familysearch.org/tree/person/details/GXF5-KP8] - 1894(Eng)-19??(???) - Licences: 4KR Willis Island (1937) - Qualifications: cc; CPRT 802, 1923; 2COCP 18, 1929; 1COCP 208, 1931 - amateur operator; amateur broadcaster - Comment: several contemporaneous HJEs - Electoral Rolls: wireless operator (Rose Bay, NSW, 1930-1933); radio operator (Lord Howe Island, NSW, 1949); communication officer (Rose Bay, NSW, 1954) ===''EGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mavis Evelyn Egan|Fogg nee Egan, Mavis Evelyn or Evelene]] [https://www.familysearch.org/tree/person/details/GW8N-1JK] - 1900(Tas)-1995(Tas) - Licences: Receive (Crystal) Stanley (1923) - Qualifications: cc; Nil yet identified - amateur receiver (YL) - Electoral Rolls: clerk (Stanley, 1928); home duties (Wynyard, 1936-1943; Smithton, 1949; Sale, Vic, 1954; Cohuna, 1963; Devonport, 1972) ===''EGGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Percy Eggleton|Eggleton, Eric Percy]] [https://www.familysearch.org/tree/person/details/GSTZ-5G9] - 1903(Qld)-1979(Qld) - Licences: 4DA Receive Toowoomba (1923-1924); 4DA Toowoomba (1925-1931) - Qualifications: cc; AOCP 81, 1925, No. 9 in Qld - amateur receiver; amateur operator; amateur broadcaster; employment (QATB) - Electoral Rolls: machinist (Toowoomba, 1925-1926); ambulance bearer (Toowoomba, 1931); ambulance superintendent (Dayboro, 1936-1943; Charleville, 1949-1958; Stanthorpe, 1963); retired (Caloundra, 1968-1977) ===''ELDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Mackenzie Elder|Elder, James Alexander Mackenzie]] [https://www.familysearch.org/tree/person/details/97W3-7FL] - 1869(Sct)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Awards: KBE - Electoral Rolls: manager (Essendon, 1905); merchant (Moonee Ponds, 1908-1909); director (South Yarra, Vic, 1936-1943) - Links: [https://adb.anu.edu.au/biography/elder-sir-james-alexander-6099 ADB] ===''ELLERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lewis John Ellery|Ellery, Robert Lewis John]] - 1827(Eng)-1908(Vic) - early telephone experimenter, Vic Government Astronomer ===''ELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Neville Elliott|Elliott, Robert Neville]] [https://www.familysearch.org/tree/person/details/GXXN-PPJ] - 1907(Qld)-1979(Qld) - Licences: 4DW Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Toowoomba, Qld, 1936-1937); company manager (Toowoomba, Qld, 1949); chartered accountant (Toowoomba, Qld, 1954-1963); accountant (Brisbane, Qld, 1968); chartered accountant (Toowoomba, Qld, 1972); accountant (Toowoomba, Qld, 1977) * [[/Ronald Donovan Elliott|Elliott, Ronald Donovan]] [https://www.familysearch.org/tree/person/details/G799-LTX] - 1910(SA)-1978(SA) - Licences: 5RD Adelaide (Lower Mitcham, 1931-1933; Da Costa Park, 1937; Kirkcaldy, 1938-1939) - Qualifications: cc; AOCP 758, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: solicitor (Kirkcaldy, SA, 1939; Westbourne Park, 1941-1943) * [[/Thomas Murray Browse Elliott|Elliott, Thomas Murray Browse "Tom"]] [https://www.familysearch.org/tree/person/details/G3W8-947] - 1899(Qld)-1971(Qld) - Licences: 4CM Brisbane (City, 1946-1969); operator of Valentine's 4CM licence 1925-1939 - Qualifications: cc; AOCP 72, 1925, No. 6 in Qld - amateur operator; amateur broadcaster; early television experimenter - Electoral Rolls: clerk (Fortitude Valley, 1921); salesman (Brisbane City, 1925-1931); sound engineer (Observatory, 1937-1943); company manager (City, 1949-1958); retired (Burleigh Heads, 1963-1968) ===''ELLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Austin Ellis|Ellis, Clive Austin]] [https://www.familysearch.org/tree/person/details/G86V-9HT] - 1912(Vic)-1972(Vic) - Licences: 3LZ Melbourne (Williamstown, 1930-1931; Caulfield, 1933-1939; Newport, 1946-1956; Moorabbin, 1960-1969) - Qualifications: AOCP 598, 1930, No. ?? in Victoria - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1937; Newport, 1943-1954); valuer (Moorabbin, 1958-1972) * [[/John Osborne Ellis|Ellis, John Osborne]] [https://www.familysearch.org/tree/person/details/GHTM-Q42] - 1910(Eng)-1999(SA) - Licences: Nil identified - Qualifications: AOCP 522, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Kimba, 1939-1943) ===''ELSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Robert Elsbury|Elsbury (adopted) or Wilson Bowman (biological), Cyril Robert]] [https://www.familysearch.org/tree/person/details/GFMG-5CW] - 1897(Qld)-1961(WA) - Licences: 6JE Kalgoorlie (1934-1939); 6JE Fimiston (1947-1956); 6JE Nornalup (1960) - Qualifications: cc; AOCP 1372, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (Kalgoorlie, WA, 1922); mine timekeeper (Kalgoorlie, WA, 1925-1943); assistant accountant (Fimiston, WA, 1949-1954); mine paymaster (Kalgoorlie, WA, 1958) ===''ELWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Gregory Elworthy|Elworthy, Colin Gregory "Col"]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''EMBLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Stewart Austin Embling|Embling, Stewart Austin]] [https://www.familysearch.org/tree/person/details/GZGH-YQM] - 1907(Vic)-1998(Vic) - Licences: Receive (Valve) Melbourne (Toorak, 1923-1925); 3DC Melbourne (Toorak, 1926-1939) - Qualifications: AOCP 236, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Toorak, 1931-1943); assurance officer (Toorak, 1949-1980) ===''EVANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Hubert Evans|Evans, Albert Henry Hubert]] [https://www.familysearch.org/tree/person/details/GH8N-BFX] - 1894(SA)-1981(SA) - Licences: XVD Adelaide (Mile End, 1913) - Qualifications: cc; CPRT 255, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: assistant manager (Woollahra, 1949) * [[/Griffith Benjamin Evans|Evans, Griffith Benjamin]] [https://www.familysearch.org/tree/person/details/GXQN-HL3] - 1877(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS - Electoral Rolls: naval telegraphist (Eden Vale, Vic, 1914-1915); telegraphist (Coburg, Vic, 1919); retired (Vaucluse, NSW, 1954-1963) * [[/Percy Evans|Evans, Percy]] [https://www.familysearch.org/tree/person/details/G84B-DKL] - 1894(Eng)-1976(Vic) - Licences: 2OW Sydney (Kensington, 1928-1929; Randwick, 1930-1931); 3OZ Melbourne (Glen Iris, 1947-1948; Boronia, 1948; North Ringwood, 1954-1975) - Qualifications: AOCP 458, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: sales manager (Kensington, 1930); salesman (Randwick, 1930-1931); sales manager (Camberwell, 1933-1937; Glen Iris, 1949); manager (Ringwood, 1954-1972) * [[/R. Evans|Evans, R.]] - 19??(???)-19??(???) - Licences: 2SP Sydney (Clovelly, 1923-1927) - Qualifications: AOCP 265, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: * [[/Thomas Evan Evans|Evans, Thomas Evan]] [https://www.familysearch.org/tree/person/details/GZJ7-S1L] - 1904(NZ)-1942(At Sea) - 3EV Melbourne (East St Kilda, 1925-1927), 9EV Rabaul (1933+), amateur operator (AOCP 160, 1925, No. ?? in Vic), amateur broadcaster, medical assistant, technical assistant, Civilian POW captured at Rabaul, died on board the "Montevideo Maru" when it was torpedoed and sunk en route from Rabaul to Hainan, where Thomas was destined for forced labour. * [[/Trevor Elliott Evans|Evans, Trevor Elliott]] [https://www.familysearch.org/tree/person/details/GZJQ-GRC] - 1903(Vic)-1979(Vic) - 3KD Receive Melbourne (East Brunswick, 1922-1924), 3RK Melbourne (East Brunswick, 1925-1933; Pascoe Vale, 1937-1939), amateur operator (AOCP 159, 1925, No. ?? in Vic), amateur broadcaster, electrician (East Brunswick, 1931), contractor (Pascoe Vale, 1972) * [[/Trevor Frederick Evans|Evans, Trevor Frederick]] [https://www.familysearch.org/tree/person/details/L292-N4L] - 1902(NSW)-1978(NSW) - 2NS Blayney (1925-1929), 2NS Bathurst (1930-1939, 1946-1975+), amateur operator (AOCP 113, 1925, No. ?? in NSW), amateur broadcaster, broadcast engineer (BOCP 19, 1936) (2BS) ===''EVERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Every|Every, George Edward]] [https://www.familysearch.org/tree/person/details/LDSS-VT4] - 1894(Eng)-1961(Vic) - Licences: 7GE Hobart (1931); 3GE Queenscliff (1937-1939); 3GE Balcombe (1947-1948); 3GE Carrum (1954-1956); 3GE Bonbeach (1960-1969+) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military instructor; WW1 (UK) - Electoral Rolls: silver mounter (Ivanhoe, Vic, 1919); soldier (Launceston, 1922; Hobart South, 1922); military instructor (Hobart South, 1928); soldier (Queenscliff, Vic, 1935-1937); military officer (Albury, NSW, 1943; Victoria Park, Qld, 1949); clerk (Frankston, 1949); accountant (Carrum, 1954) ===''EWING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Thomson Ewing|Ewing, Thomas Thomson]] - 1856(NSW)-1920(NSW) - state politician (NSW MLA), federal politician (MHR, acting Postmaster-General) ===''EXTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Walter Exton|Exton, George Walter]] [https://www.familysearch.org/tree/person/details/K8QY-5XH] - 1882(NSW)-1970(Qld) - Licences: 2CZ Lismore (1922-1930) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast proprietor and engineer (2XN Lismore) - Electoral Rolls: electrician (Lismore, NSW, 1930-1963); retired (Saddlers Crossing, Qld) =='''F'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''FABER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Thomas Faber|Faber, William John Thomas "Bill"]] - 19??(???)-1976(Qld) - 4WF Ayr (-1938+), Brisbane (Kedron, -1948-1949+) , amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''FAGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Reginald Joseph Fagan|Fagan, William Reginald Joseph "Reg"]] [https://www.familysearch.org/tree/person/details/KLF3-QPM] - 1883(NSW)-1944(NSW) - Licences: 2RJ Receive Mandurama (1922); 2RJ Mandurama (1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio station (director, 2SM) - Electoral Rolls: grazier (Mandurama, 1913-1943) ===''FAIRHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allen Fairhall|Fairhall, Allen]] [https://www.familysearch.org/tree/person/details/LZB3-PKT] – 1909(NSW)-2006(NSW) – Licences: 2KB Newcastle (Hamilton, 1928–1929; New Lambton, 1930–1931; Cooks Hill, 1933–1934; City, 1935; Cooks Hill, 1937; City, 1938–1939; Hamilton, 1946–1961; City, 1965-1980+); 2AKL Paterson (1948–1958) – Qualifications: AOCP 391, 1928, No. ?? in NSW; AOLCP 23, 1930 – amateur operator, amateur broadcaster, proprietor 2KO Newcastle, WW2 – Electoral Rolls: radio engineer (New Lambton, 1931–1932); manager (Newcastle, 1933–1949); primary producer (Trevallyn, 1954); M.H.R. (Newcastle, 1958); member of parliament (Newcastle, 1963–1968); manager (Newcastle, 1972–1980) - [[w:Allen Fairhall|Wikipedia]] ===''FALCONER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Illman Falconer|Falconer, Charles Illman]] [https://www.familysearch.org/tree/person/details/GZK9-PJ6] – 1885(Vic)-1962(NSW) – Receive (Valve) Melbourne (Canterbury, 1923–1924), 3CF Melbourne (East Malvern, 1925–1926; Canterbury, 1927; Surrey Hills, 1931–1939, 1946–1954), 2AUF Terrigal (1955–1961), amateur operator (AOCP 204, 1925, No. ?? in Vic), amateur broadcaster, engineer (Clifton Hill, 1909), mechanic (Fitzroy, 1914), engineer (Canterbury, 1915–1949), retired (Terrigal, 1958–1963) ===''FALLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyle Clifford Falls|Falls, Lyle Clifford]] [https://www.familysearch.org/tree/person/details/GDLC-1VR] - 1899(Vic)-1945(Vic) - Licences: 3DL Receive Melbourne (Caulfield, 1922); 3DL Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: student (Caulfield, 1924-1925); instructor (Kew, 1926-1943) ===''FANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Fanning nee Harriss, Dorothy Winnifred – see Harriss, Dorothy Winnifred (Fanning) ===''FANSHAWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Dalrymple Fanshawe|Fanshawe, Arthur Dalrymple]] [https://www.familysearch.org/tree/person/details/GM7D-QY6] – 1847(Eng)-1936(Eng) – Admiral of UK Fleet, Commander-in-Chief Australia Station – Links: [[w:Arthur Dalrymple Fanshawe|Wikipedia]] ===''FARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell George Farmer|Farmer, Maxwell George]] [https://www.familysearch.org/tree/person/details/GXG1-SHR] - 1916(SA)-1991(SA) - Licences: 5GF Adelaide (Knoxville, 1933-1939; North Norwood, 1947-1948; Adelaide City, 1954-1956; Plympton, 1960-1980+); 5GY Portable Adelaide (Knoxville, 1938-1939) - Qualifications: cc; AOCP 1217, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Knoxville, SA, 1939-1943) ===''FARRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Howard Farrell|Farrell, John Howard]] [https://www.familysearch.org/tree/person/details/GXWT-CJT] - 1913(Qld)-1975(Qld) - Licences: 4WJ Brisbane Windsor, 1933-1939; Chermside, 1946-1948); 4WJ Quilpie (1954-1960); 4WJ Somerset Dam (1965-1975) - Qualifications: cc; AOCP 1103, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Windsor, 1936-1937); electrical engineer (Chermside, 1943-1949; Quilpie, 1954-1958); superintendent (Somerset Dam, 1963-1972) ===''FAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Harold Faul|Faul, Albert Harold]] [https://www.familysearch.org/tree/person/details/GZTD-S74] – 1907(NSW)-1979(NSW) – Licences: Receive Melbourne (St Kilda, 1923–1924); 3AH Melbourne (St Kilda, 1926–1927) – Qualifications: AOCP 288, 1926, No. ?? in Vic – amateur operator, amateur broadcaster – Electoral Rolls: student (St Kilda, 1931–1934); lecturer (Camberwell, 1936); engineer (Bellevue Hill, 1936–1937; Camberwell, 1943); company director (Killara, 1949–1977) ===''FAULKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Wollas Faulks|Faulks, Richard Wollas "Wol"]] [https://www.familysearch.org/tree/person/details/LCD3-BQ3] - 1902(NSW)-1978(NSW) - Licences: 2WF Sydney (Ashfield, 1929-1931; Hurlstone Park, 1933; Canterbury, 1934-1939) - Qualifications: AOCP 557, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Ashfield, 1930; Canterbury, 1933-1977) ===''FAWKNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Pascoe Robert Fawkner|Fawkner, Ernest Pascoe Robert]] [https://www.familysearch.org/tree/person/details/GDYB-YKW] - 1901(Tas)-1954(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: manager (Kings Meadows, 1928); furniture manufacturer (South Launceston, 1936) ===''FEENAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Leo Michael John Feenaghty|Feenaghty, Leo Michael John]] [https://www.familysearch.org/tree/person/details/LYG2-RMT] - 1900(Qld)-1997(Qld) - Licences: 4LJ Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 291, 1926, No. 28 in Qld - amateur operator; amateur broadcaster; radio club administrator; state public servant - Electoral Rolls: public servant (Wooloowin, 1925-1931); assistant secretary (Ashgrove, 1936-1958); public servant (Highgate Hill, 1963); retired (Isle of Capri, 1972-1980) ===''FELDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Feldman|Feldman, John Frederick Jnr]] [https://www.familysearch.org/tree/person/details/GZNZ-5DH] - 1905(Vic)-1987(Vic) - 3QH Receive Geelong (South Geelong, 1923-1924), 3QH Geelong (South Geelong, 1925-1939), amateur operator (AOCP 140, 1925, No. ?? in Qld), amateur broadcaster, bricklayer ===''FELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Frederick Fell|Fell, Evan Frederick]] [https://www.familysearch.org/tree/person/details/GXH4-FTW] - 1914(Qld)-1994(Qld) - Licences: 4EF Brisbane (Ashgrove, 1932-1939); 4EF Barcaldine (1946-1948); 4EF Mackay (1954-1955); 4EF Brisbane (Ashgrove, 1956; Bardon, 1960-1980+) - Qualifications: cc; AOCP 978, 1932, No. ?? in Qld; AOLCP 175, 1934 - amateur operator; amateur broadcaster; WW2; state public servant (inspector); property developer - Electoral Rolls: clerk (Ashgrove, Qld, 1936-1943); engineer (Townsville, Qld, 1949; Mackay, Qld, 1954); public servant (Bardon, Qld, 1958-1977) ===''FELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/L. C. Fells|Fells, L. C.]] - 19??(???)-19??(???) - Licences: 3DL Melbourne (Caulfield, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''FELTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Felton|Felton, William Robert]] [https://www.familysearch.org/tree/person/details/G8M5-C2J] - 1897(NSW)-1956(NSW) - Licences: 2RF Sydney (Petersham, 1927-1929; Belmore, 1930-1939, 1946-1956); 2RT Sydney (Kogarah, 1937) - Qualifications: AOCP 366, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: radio engineer (Belmore, 1930-1934); engineer (Belmore, 1936-1937); soldier (Belmore, 1943); radio technician (Belmore, 1949-1954) ===''FERGUSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Angus Ferguson|Ferguson, Colin Angus]] [https://www.familysearch.org/tree/person/details/L1DH-9KM] - 1917(SA)-2009(SA) - Licences: 5CJ Mt Gambier (1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1994, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Mt Gambier, SA, 1939-1943) * [[/Cyril E. Ferguson|Ferguson, Cyril E.]] - 1893(NZ)-19??(???) - commercial operator (1COCP 2, 1914, No. 2 in Aus) - coastal station operator? ===''FERRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Walter Cecil Ferrall|Ferrall, Edgar Walter Cecil]] [https://www.familysearch.org/tree/person/details/GQMF-G97] - 1898(Tas)-1971(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Launceston, 1919-1949); inspector (Kingston Beach, 1954) ===''FERRICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Bernard Ferricks|Ferricks, Michael Bernard "Bernie"]] [https://www.familysearch.org/tree/person/details/L58X-S4X] - 1914(Qld)-1992(Qld) - Licences: 4UW Brisbane (Fortitude Valley, 1935-1939) - Qualifications: cc; AOCP 1471, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Valley, Qld, 1936-1937); chemist (Northgate, Qld, 1949-1977); retired (Cairns, Qld, 1980) ===''FIEDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Victor Fiedler|Fiedler, Leslie Victor]] [https://www.familysearch.org/tree/person/details/KHNW-3JZ] - 1906(SA)-1969(WA) - Licences: 5SL Adelaide (Woodville, 1927-1933), 5SL Moonta (1937-1939) - Qualifications: cc; AOCP 353, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Henley, 1939-1943); theatre manager (Belmont, 1949); film exhibitor (Mt Lawley, 1958); company director (Mt Lawley, 1963-1968) ===''FIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph William Field|Field, Ralph William]] [https://www.familysearch.org/tree/person/details/G86V-Q5T] - 1915(Vic)-2007(Vic) - Licences: 3RF Melbourne (Caulfield, 1930-1939; Ormond, 1946-1948); 3LJ Melbourne (Ormond, 1954-1960) - Qualifications: AOCP 599, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: compositor (Caulfield, 1937); machinist (Bentleigh, 1942-1977) ===''FILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Crawford Files|Files, Jack Crawford]] [https://www.familysearch.org/tree/person/details/GXWG-JWJ] - 1907(Qld)-1967(Qld) - Licences: 4JF Brisbane (Buranda, 1932-1935; Coorparoo, 1936-1939; Buranda 1946-1965) - Qualifications: cc; AOCP 1055, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, QSL manager); journalist (Teleradio, WIA Notes); accountant - Electoral Rolls: sheet metal worker (Buranda, Qld, 1931-1934; Coorparoo, Qld, 1936-1937); metal worker (Buranda, Qld, 1943-1963) ===''FILMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Le Roy Drowley Filmer|Filmer, Le Roy Drowley]] [https://www.familysearch.org/tree/person/details/GZNF-2Z7] - 1902(NSW)-1976(NSW) - 2FT Newcastle (Toronto, 1925-1930; Hamilton South, 1931), amateur operator (AOCP 148, 1925, No. ?? in NSW), amateur broadcaster, metallurgist ===''FINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Edward Finch|Finch, Alan Edward]] [https://www.familysearch.org/tree/person/details/G6M4-987] - 1915(Tas)-1974(Vic) - Licences: 7CJ Launceston (Mowbray Heights, 1935-1939); 7CJ Hobart (New Town, 1946-1954); 7CJ Kelso (1955-1956); 3AEO Shepparton (1960-1975) - Qualifications: cc; AOCP 1575, 191935, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (St Leonards, 1936-1937); mechanic (New Town, 1943-1954); public servant (Radio Australia, Shepparton, Vic, 1963-1968); technician (Shepparton, 1972) ===''FINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Warren Finn|Finn, Leonard Warren]] [https://www.familysearch.org/tree/person/details/GX2K-4P6] - 1914(SA)-1999(SA) - Licences: 5SP Adelaide (Seaton Park, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1671, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Seaton Park, SA, 1939-1943) ===''FINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Finney|Finney, William "Bill"]] [https://www.familysearch.org/tree/person/details/GDVD-W2H] - 1881(Qld)-1954(Qld) - Licences: 4AU Brisbane (Red Hill, 1923-1925); 4WF Brisbane (Red Hill, 1926-1929) - Qualifications: cc; CPRT 845, 1925; 2COCP 307, 1940 - amateur operator; amateur broadcaster; radio club (WIAQ); honorary radio inspector - Electoral Rolls: telegraph operator (Red Hill, 1903-1905); telegraphist (New Farm, 1908; Newmarket, 1909; Red Hill, 1913-1937; East Nundah, 1949; Wooloowin, 1954) ===''FISHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Hugh Fisher|Fisher, Douglas Hugh]] [https://www.familysearch.org/tree/person/details/GD15-N13] - 1913(Vic)-1978(Tas) - Licences: 7AB Launceston (1934-1939); 7AB Burnie (1946-1948); 7AB Devonport (1954-1955); 7AB Lenah Valley (1956); 7AB Zeehan (1960); 7AB Oatlands (1965-1969; 7AB Claremont (1975) - Qualifications: cc; AOCP 1373, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: father of 7ZEE Neville Grant Fisher - Electoral Rolls: clerk (Launceston, 1936); bank clerk (Launceston, 1937; Burnie, 1943-1949; Devonport, 1954) ===''FISK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Thomas Fisk|Fisk, Ernest Thomas]] - 1886(Eng)-1965(NSW), 2EF Sydney (Lindfield, 1933-1939), early wireless experimenter, amateur radio operator (pre AOCP, no record of AOCP, AOCP 1055, 1932, No. ?? in NSW), broadcast and radiocommunications business proprietor (AWA), operated prior to 1933 under various AWA callsigns, 2MC in 1928 was licensed to his residence at Vaucluse - Links: [https://adb.anu.edu.au/biography/fisk-sir-ernest-thomas-6177 ADB] [http://messui.polygonal-moogle.com/valves/NW198906.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198907.pdf EA2] ===''FITCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campbell Fitchett|Fitchett, John Campbell]] [https://www.familysearch.org/tree/person/details/LDQJ-K7W] - 1900(Vic)-1939(Vic) - Licences: XJDM Melbourne (Balwyn, 1913-1914); 3BL Melbourne (Balwyn, 1922-1925; Brighton, 1926-1939) - Qualifications: cc; CPRT 609, 1921 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: journalist (Brighton, 1928-1937) - TroveTag: "XJDM-3BL - John Campbell Fitchett" ===''FITTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Stephen Luther Fittell|Fittell, Stephen Luther "Steve"]] [https://www.familysearch.org/tree/person/details/GCN9-KRT] - 1910(Qld)-1999(Qld) - Licences: 4JO Gympie (1929-1939); 4YF Gympie (1975-1980+) - Qualifications: cc; AOCP 487, 1929, No. ?? in Qld; 2COCP 280, 1930 - amateur operator; amateur broadcaster; member radio club (WIAQ, Gympie ARC); commercial broadcaster (4GY) - Electoral Rolls: radio specialist (Gympie, 1937); radio dealer (Gympie, 1943-1980) ===''FITZALAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Albini Lawrence Fitzalan|Fitzalan, Herbert Albini Lawrence "Hal"]] - 19??(???)-1951(Qld) - 4HF Brisbane?, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, Halcyon (not mentioned) ===''FITZGERALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Francis Fitzgerald|Fitzgerald, Eric Francis]] [https://www.familysearch.org/tree/person/details/G84F-Z7H] - 1907(Qld)-1978(NSW) - Licences: 2EA Sydney (Bellevue Hill, 1928-1929; Burwood, 1930-1931; Pagewood, 1931; Abbotsford, 1931; Bellevue Hill, 1933-1937; Waverley, 1938-1939); 2AAO Sydney (Chatswood, 1950-1961) - Qualifications: AOCP 467, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woolahra, 1930-1931); salesman (Coogee, 1937); clerk (Chatswood, 1943-1977) * [[/Patrick Michael Anthony Fitzgerald|Fitzgerald, Patrick Michael Anthony "Pat"]] [https://www.familysearch.org/tree/person/details/G33Q-6K9] - 1908(Qld)-1988(Qld) - Licences: 4PF Rockhampton (1936-1939) - Qualifications: cc; AOCP 1802, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rockhampton, Qld, 1930); public servant (Rockhampton, Qld, 1931-1968); clerk (Corinda, Qld, 1972-1977); retired (Emu Park, Qld, 1980) ===''FITZGIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard John Fitzgibbons|Fitzgibbons, Richard John]] [https://www.familysearch.org/tree/person/details/GXXN-QPG] - 1893(Qld)-1969(Qld) - Licences: 4DV Receive Brisbane (Ascot, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: locomotive fitter (Maryborough, Qld, 1916-1919); engine fitter (Ascot, Qld, 1921-1968) ===''FITZMAURICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Simcoe Fitzmaurice|Fitzmaurice, James Simcoe]] [https://www.familysearch.org/tree/person/details/GDKS-KCF] - 1861(Vic)-1934(SA) - Licences: XYB Perth (1913-1914); 5FT Adelaide (North Walkerville, 1923-1933) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; PMGD (State Engineer, WA & SA); MIEE, AMIEE - Electoral Rolls: electrical engineer (Claremont, 1914-1916) ===''FLAHERTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Thomas Holm Flaherty|Flaherty, Gordon Thomas Holm]] [https://www.familysearch.org/tree/person/details/G6Q2-C9T] - 1900(Vic)-1967(Qld) - Licences: 4CB Receive Brisbane (South Brisbane) - Qualifications: cc; Nil yet identified - amateur receiver; WW2; federal public servant (PMGD) - Electoral Rolls: postman (South Brisbane, 1922); telephone mechanic (Buranda, 1925; Coorparoo, 1928); mechanic (Camp Hill, 1936; Beaudesert, 1937-1943); technician (Camp Hill, 1949-1963) ===''FLETCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Fletcher|Fletcher, Austin]] [https://www.familysearch.org/tree/person/details/LZKQ-2QR] - 1891(Eng)-1922(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 128, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: wireless engineer (Roebourne, 1913); radio operator (Esperance, 1916-1917); wireless operator (Roebourne, 1917-1918); telegraphist (Oakleigh, 1921) ===''FLOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Flood|Flood, Arthur George]] [https://www.familysearch.org/tree/person/details/G6BF-HPG] - 1883(Eng)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 238, 1916; 2COCP 415, 1932; 1COCP 348, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIL Flinders Island (1917-1918) - Electoral Rolls: engineer (Emita, Flinders Island, Tas, 1914-1919); radio telegraphist (Thursday Island, 1925; Meeandah, Qld, 1928; Eagle Farm, Qld, 1936-1937; Cooktown, Qld, 1943); retired (Cairns, 1954-1958; Eventide Home, Charters Towers, 1963) ===''FOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Lillico Fogg|Fogg, Hugh Lillico]] [https://www.familysearch.org/tree/person/details/GW8N-KRZ] - 1900(Tas)-1975(WA) - Licences: 6HF Perth (Mt Lawley, 1931-1939); 5HF Mt Barker (1947-1948); 3AHF Benalla (1954-1960); 6HF Perth (Inglewood, 1965-1975) - Qualifications: cc; AOCP 787, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Perth, WA, 1931); clerk (Maylands, WA, 1936); bank officer (Maylands, WA, 1943); manager (ANZ Bank, Benalla, Vic, 1954); retired (Inglewood, WA, 1963-1972) ===''FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry James Bartholomew Foley|Foley, Henry James Bartholomew]] [https://www.familysearch.org/tree/person/details/G8QZ-5SV] - 1886(NSW)-1954(NSW) - Licences: Sydney (Randwick, 1911) - Qualifications: pre AOCP - early wireless experimenter - Electoral Rolls: clerk (Randwick, 1913); merchant (Drummoyne, 1930-1954) ===''FOLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Ulrich Francis Folie|Folie, Max Ulrich Francis]] [https://www.familysearch.org/tree/person/details/G8VC-Y7F] - 1909(Vic)-1968(Vic) - Licences: 3WZ Melbourne (Hawthorn East, 1930-1933); 3GZ Mildura (1946-1965) - Qualifications: AOCP 682, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Auburn, 1931); radio engineer (Mildura, 1934-1968) ===''FONTAINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Alfred Fontaine|Fontaine, Louis Alfred]] [https://www.familysearch.org/tree/person/details/GMDQ-L2V] - 1894(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT, 1914, No. 3 in Aus and Vic - RANRS; coastal wireless operator (VIG, Port Moresby, 1915-1918) - Electoral Rolls: radio telegraphist (Radio Station, Wyndham, 1918; Geraldton, 1922; Thursday Island, 1934-1936); telegraphist (St Kilda, 1937); radio telegraphist (Malvern, 1942); electrician (Camberwell, 1949) ===''FOOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Foot|Foot, George]] [https://www.familysearch.org/tree/person/details/G6BT-FVF] - 1878(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 36, 1915 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: wireless operator (South Yarra, 1915; St Kilda, 1916-1917); RAN (Balaclava, 1919); tobacconist (Sandringham, 1925); manager (Prahran, 1937); clerk (St Kilda, 1942); retired (Dandenong, 1949-1954) ===''FORECAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Mark Llewllyn Forecast|Forecast, Arthur Mark Llewllyn]] [https://www.familysearch.org/tree/person/details/9HPS-H18] - 1901(Vic)-1986(Vic) - Licences: 3AM Melbourne (Malvern, 1926-1931; St Kilda, 1933; Caulfield, 1937-1939, 1946-1948; The Basin, 1954-1975; Ferntree Gully, 1980+) - Qualifications: AOCP 279, 1926, No. ?? in Vic; AOLCP 141, 1934; BOCP 156, 1938; 1COCP 245, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: biograph operator (Malvern, 1925-1928); projectionist (St Kilda, 1931-1934); biograph operator (Caulfield East, 1937-1942; Glenhuntley, 1949); projectionist (The Basin, 1963-1972); retired (Ferntree Gully, 1977; Knoxfield, 1980) ===''FOREMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Graham Foreman|Foreman, Edgar Graham]] [https://www.familysearch.org/tree/person/details/GD95-36X] - 1908(Qld)-1981(Qld) - Licences: 4GF Ayr (1935-1939); 4GF Townsville (North Ward, 1947-1980+) - Qualifications: cc; AOCP 1577, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Stanton Hill, Qld, 1930); salesman (Ayr, Qld, 1934-1937); procurement specialist (Townsville, Qld, 1949); business proprietor (Townsville, Qld, 1954-1968); proprietor (Townsville, Qld, 1972-1980) ===''FORREST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Forrest|Forrest, John]] - 1847(WA)-1918(???) - state politician, senior federal politician (Postmaster-General 1901, 17 days) ===''FORSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Joseph Forshaw|Forshaw, Charles Joseph]] [https://www.familysearch.org/tree/person/details/GDGW-783] - 1895(Vic)-1961(Vic) - Licences: XJDA Melbourne (Elwood, 1913-1914); V736 Receive Hamilton (1922); 3GQ Receive Hamilton (1922) - Qualifications: cc; Nil yet identifed - early wireless experimenter; amateur receiver; WW1 - Electoral Rolls: bank clerk (Myrtleford, 1917); clerk (Oakleigh, 1924-1937; Gardiner, 1943; Elsternwick, 1949; Glenhuntly, 1954) ===''FORSYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Arthur Forsyth|Forsyth, Royce Arthur]] [https://www.familysearch.org/tree/person/details/GD1R-3S5] - 1917(Tas)-1973(Tas) - Licences: 7BC Launceston (1936-1939) - Qualifications: cc; AOCP 1637, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (Launceston, 1943); teacher (Hobart North, 1944); schoolteacher (Bellerive, 1949-1972) ===''FORSYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Edgar Forsythe|Forsythe, Leonard Edgar]] [https://www.familysearch.org/tree/person/details/GWBY-MTR] - 1894(NSW)-1981(NSW) - Licences: 2BF Receive Sydney (Northbridge, 1922); 2BF Sydney (Northbridge, 1922-1929; Drummoyne, 1930-1933; Snapper Island, 1934-1939) - Qualifications: cc; AOCP 40, 1924, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: flagmaker (Northbridge, 1930-1949); department manager (Drummoyne, 1958); ship's chandler (Drummoyne, 1963-1980) ===''FORTESCUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fortescue|Fortescue, Charles]] [https://www.familysearch.org/tree/person/details/LD8X-GQ7] - 1893(Qld)-1971(Qld) - Licences: 4GE Toowoomba (1922-1924); 4CF Toowoomba (1925-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military (CMF, Colonel); WW2; jeweller - Electoral Rolls: jeweller (Toowoomba, 1913-1958); nil (Toowoomba, 1963-1968) ===''FOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Foster|Foster, Ernest John "Ernie"]] - 1914(Qld)-1967(Qld) - 4BY Brisbane, amateur operator (no record of AOCP; AOCP ??, 19??, No. ?? in Qld), broadcast engineer (4MB, 4BU), military (WW2, RAAF) * [[/James Foster|Foster, James]] [https://www.familysearch.org/tree/person/details/GX2Z-27G] - 1915(SA)-1998(SA) - Licences: 5TX Adelaide (North Kensington, 1933-1939); 5LU Adelaide (Dulwich, 1947-1948; Oaklands, 1954-1965; Marion, 1969-1980+) - Qualifications: cc; AOCP 1140, 1933, SA; 1COCP 1046, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (Frewville, SA, 1943) ===''FOURRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Fourro|Fourro, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/G4D1-YRR] - 1906(NSW)-1978(ACT) - Licences: 2VF Corowa (1930-1936) - Qualifications: AOCP 703, 1930, NSW; AOLCP 165, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Narrandera, 1930); telephone mechanic (Corowa, 1931-1935); wireless mechanic (Corowa, 1936); mechanic (Brighton-le-Sands, 1937); foreman mechanic (2CY Canberra, 1943-1954); supervising technician (2BA Bega, 1958-1963); technician (Merimbula, 1968-1972) ===''FOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Malcolm Fowles|Fowles, Gordon Malcolm]] [https://www.familysearch.org/tree/person/details/G8H2-RC9] - 19??(???)-19??(???) - Licences: 3GF Melbourne (Elwood, 1929-1931); 3AMF Melbourne (Wheeler's Hill, 1948-1960; Avonsleigh, 1965-1969); 3AMF Cowes (1975) - Qualifications: AOCP 490, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: panel beater (Albert Park, 1943; Hamilton, 1949); farmer (Avonsleigh, 1968); retired (Cowes, 1972) ===''FOX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Fox|Fox, William George]] [https://www.familysearch.org/tree/person/details/G6BY-J5Z] - 1886(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 106, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Comment: several contemporaneous WG Fox; Electoral Rolls: Nil yet identified ===''FOXCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Foxcroft|Foxcroft, Allan]] [https://www.familysearch.org/tree/person/details/GFQS-K5P] - 1921(WA)-2008(Vic) - Licences: 6AF Perth (Victoria Park, 1937-1939); 3AE Melbourne (Caulfield, 1947-1980+) - Qualifications: cc; AOCP 1859, 1937, WA; 1COCP 506, 1941 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: technician (Caulfield, Vic, 1949-1963); engineer (Caulfield, Vic, 1967-1980) ===''FRAME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vivian Horace Frame|Frame, Vivian Horace]] [https://www.familysearch.org/tree/person/details/GHQ1-4QT] - 1899(Qld)-1959(Qld) - Licences: Receive (Valve) Mareeba (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: draftsman ( Brisbane City, Qld); public works officer (Mareeba, Qld, 1922); architect (Brisbane City, Qld, 1925-1928; Sandgate, Qld, 1936-1937; Virginia, Qld, 1949-1954; Norman Park, Qld, 1958) ===''FRANK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kendall Thomas Frank|Frank, Kendall Thomas]] [https://www.familysearch.org/tree/person/details/G8N2-TGZ] - 1904(WA)-1951(Qld) - Licences: Nil yet identified - Qualifications: CPRT 921, 1926; 2COCP 289, 1930; 1COCP 64, 1935 - ship wireless operator (AWA), coastal wireless operator, amateur operator?, broadcast engineer (4PM) - Electoral Rolls: radio engineer (Lakemba, 1943) - [https://adb.anu.edu.au/biography/frank-kendall-thomas-10236 ADB] ===''FRANZI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Franzi|Franzi, William Ronald "Bill" (formerly Emilio Stefan)]] - 1909(Italy)-19??(SA) - 4FR Atherton (1938-1939), 5FR Adelaide (Da Costa Park, 1946-1965; Glenelg East, 1969-1975), 5VK American Beach (1975-1980), amateur operator (AOCP 2192, 1938, No. ?? in Qld), amateur broadcaster, radio clubs (IREE), military (RAAF), employment (radio technician) ===''FRASER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Douglas Fraser|Fraser, James Douglas]] [https://www.familysearch.org/tree/person/details/G8NS-MQ3] - 1900(NSW)-1956(NSW) - Licences: 2JF Quirindi (1930-1935) - Qualifications: AOCP 637, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical engineer (Quirindi, 1930-1943); engineer (Picton, 1949-1954) * [[/H. Fraser|Fraser, H.]] - 19??(???)-19??(???) - 2JC Tamworth (1924-1925), amateur operator (no record of AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster * [[/Henry George Fraser|Fraser, Henry George]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 1001, 1932, No. ?? in ?? - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet identified, at least two HGF engineers ===''FRAZER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Frazer|Frazer, Charles Edward "Charlie"]] - 1880(Vic)-1913(Vic) - politician (Postmaster-General, 1911-1913) ===''FREEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Freeman|Freeman, Arthur Charles]] [https://www.familysearch.org/tree/person/details/G8ZL-4F7] - 19??(???)-1971(NSW) - Licences: 2AS Sydney (Burwood, 1929-1939; Ashfield, 1946-1958; Cheltenham, 1960-1969) - Qualifications: AOCP 544, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: packer (Newtown, 1930-1931; East Sydney, 1933-1935); engineer (Burwood, 1936-1937; Ashfield, 1943-1958; Cheltenham, 1963-1968) - individual not fully identified * [[/L. Freeman|Freeman, L.]] - 18??-19?? - Licences: XQB Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''FREESTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Roy Freestone|Freestone, Leslie Roy]] [https://www.familysearch.org/tree/person/details/LRCK-NB5] - 1896(Vic)-1982(Vic) - Licences: 3LF Ballarat (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Ballarat, 1916-1920); commercial traveller (Ballarat, 1921-1936); traveller (Brighton, 1937-1954); nil (Geelong, 1977-1980) ===''FRETTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/O'Della Paul Fretten|Fretten, O'Della Paul "Paul"]] [https://www.familysearch.org/tree/person/details/G845-BQH] - 1894(Eng)-1977(Vic) - Licences: 2RU Sydney (Concord, 1928-1930) - Qualifications: AOCP 460, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Concord, 1930; Strathfield, 1933); foreman (Lane Cove, 1936-1937); public servant (St Kilda, 1943); cafe proprietor (Melbourne, 1949); sales manager (St Kilda, 1963); instructor (Brighton, 1967-1968); retired (Malvern East, 1972; Fitzroy North, 1977) ===''FREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Samuel Vernon Frew|Frew, Geoffrey Samuel Vernon]] [https://www.familysearch.org/tree/person/details/G87N-ZC1] - 1909(Vic)-1984(Vic) - Licences: 3PM Melbourne (Glen Iris, 1928-1933; Brighton, 1937-1939, 1946-1956); 3PL Melbourne (Brighton, 1960); 3JK Melbourne (Brighton, 1969); 3PM Melbourne (1975-1980+) - Qualifications: AOCP 402, 1928, No. ?? in Vic; AOLCP 66, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1933); manager (Brighton, 1936-1937); engineer (Footscray, 1943; Brighton, 1949-1980) ===''FRIAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Owen Friar|Friar, Archibald Owen]] [https://www.familysearch.org/tree/person/details/G4LQ-LGV] - 1905(NSW)-1963(NSW) - Licences: 2AO Ulmarra (1929-1931); 2AO Grafton, 1933-1939) - Qualifications: AOCP 504, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chainman (Ulmarra, 1930-1937); garage proprietor (South Grafton, 1943-1963) ===''FROGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard James Frogley|Frogley, Gerard James]] [https://www.familysearch.org/tree/person/details/G7K7-JNM] - 1902(Eng)-1977(Eng) - Licences: 3GF Melbourne (Richmond, 1926-1927) - Qualifications: AOCP 240, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (East Melbourne, 1924); battery mechanic (Richmond, 1925-1931) ===''FRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Turner Fry|Fry, Alfred Turner]] [https://www.familysearch.org/tree/person/details/GDRX-2SL] - 1881(NSW)-1928(Vic) - Licences: 7BG Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: metallurgist (Ballarat, 1917; Queenstown, Tas, 1919-1922; Sandringham, 1924-1927) * [[/Reginald Hall Fry|Fry, Reginald Hall]] [https://www.familysearch.org/tree/person/details/GZ6Y-9WN] - 1891(NSW)-1976(NSW) - Licences: 2KC Sydney (Croydon, 1922-1929; Killara, 1930-1933); 2KC Parkes (1934); 2KC Goulburn (1935-1936); 2KC Wollongong (1937-1939) - Qualifications: cc; AOCP 86, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil engineer (Gordon, 1930; Killara, 1933; Goulburn, 1935-1936; Wollongong, 1937; Killara, 1943-1968); engineer (Killara, 1972) ===''FRYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Norman Fryer|Fryer, Keith Norman]] [https://www.familysearch.org/tree/person/details/G3KH-TZ8] - 1906(Vic)-19??(???) - Licences: 2KF Sydney (Suspension Bridge, 1927-1928) - Qualifications: AOCP 332, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Neutral Bay, 1930-1931; Northbridge, 1934; North Sydney, 1936; Mosman, 1943-1949) ===''FULCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/J. Fulcher|Fulcher, J.]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, (Halcyon, P. 4) ===''FYSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Oakley Fysh|Fysh, Philip Oakley]] [https://www.familysearch.org/tree/person/details/LHNP-534] - 1835(Eng)-1919(Tas) - state politician (MLC Tas, 1860s through 1890s; MHA Tas 1870s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1903-1904) - Relationships: grandfather of 7PF Philip Oakley Fysh * [[/Philip Oakley Fysh|Fysh, Philip Oakley "Phil"]] [https://www.familysearch.org/tree/person/details/L2YS-4ZR] - 1897(Tas)-1966(Tas) - Licences: 7PF Launceston (1925-1927) - Qualifications: cc; AOCP 128, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; radio clubs (Launceston Radio Experimenters' Club, WIA Launceston); WW2 - Relationships: grandson of Philip Oakley Fysh, federal Postmaster-General 1903-1904 - Electoral Rolls: merchant (Launceston, 1922-1954) =='''G'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''GABBERTAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Gabbertas|Gabbertas, Jack]] [https://www.familysearch.org/tree/person/details/GF9C-2W7] - 1915(Eng)-2003(WA) - Licences: 6GB Perth (Maylands, 1936-1939; Mt Hawthorn, 1947-1980+) - Qualifications: cc; AOCP 1810, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, WA, 1937; East Perth, WA, 1943); mechanic (Mt Hawthorn, WA, 1949-1980) ===''GADSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Wilkinson Gadsden|Gadsden, Stanley Wilkinson]] [https://www.familysearch.org/tree/person/details/GM38-WZ2] - 1887(Vic)-1957(Vic) - Licences: 3SW Melbourne (Kew, 1924-1939) - Qualifications: AOCP 26, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; radio clubs (WIA Vic, Chief of Council, 1926); placed 2nd in 3LO amateur broadcasting competition 1926 - Electoral Rolls: printer (Kew, 1908-1915); manufacturer (Kew, 1917-1954) ===''GALLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Galle|Galle, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/GX2P-KXN] - 1912(SA)-2008(SA)96yo - Licences: 5QR Adelaide (Prospect, 1931-1939, 1947-1948; Enfield, 1954-1980+) - Qualifications: cc; AOCP 834, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Jabuk, SA, 1939-1941); schoolteacher (Tailem Bend, SA, 1943) ===''GAMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ray Gamble|Gamble, William Ray "Ray"]] - 1928(NSW)-2011(NSW) - broadcast engineer (BOCP 961, 1948), station manager, radio network principal [https://radioinfo.com.au/news/vale-ray-gamble Radio Info] ===''GAMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Gamon|Gamon, George Arthur]] - 1900(Vic)-1977(???) - 3GG Melbourne (South Yarra, 1925-1926; Middle Park, 1927), amateur operator (AOCP 89, 1925, No. ?? in Vic), amateur broadcaster ===''GARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Garing|Garing, William Henry]] [https://www.familysearch.org/tree/person/details/G8WV-2YG] - 1910(Vic)-2004(NSW) - Licences: Nil identified - Qualifications: AOCP 431, 1928, No. ?? in Vic - amateur operator? - Electoral Rolls: cadet (Point Cook, 1931-1934); airman (Point Cook, 1937); RAAF officer (Townsville, 1943; Point Cook, Vic, 1958; Williamtown, NSW, 1958); executive director (Turramurra, 1968); director (Turramurra, 1980) ===''GARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Raymond Garner|Garner, Alan Raymond]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: PMG technician! (Frankston, 1963-1980) ===''GARNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Garnett|Garnett, Brian]] - 19??(???)-19??(???) - 4AHN Currimundi, amateur operator (AOCP ??, 19??, No. ?? in Qld), ===''GARRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Randolph Garran|Garran, Richard Randolph]] [https://www.familysearch.org/tree/person/details/K822-L54] - 1903(Vic)-1991(ACT) - Licences: 3AW Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (Toorak, 1924-1925); manager (Semaphore, SA, 1941; Caulfield, Vic, 1954-1980) ===''GARRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Benjamin Walter Garrett|Garrett, Horace Benjamin Walter]] [https://www.familysearch.org/tree/person/details/G7PD-9SV] - 1906(Vic)-1979(Vic) - Licences: 3JI Melbourne (Box Hill, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster - Electoral Rolls: sales (Box Hill, 1928-1934); radio mechanic (Box Hill, 1936); salesman (Box Hill, 1943-1977) ===''GARTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Garth|Garth, Reginald]] [https://www.familysearch.org/tree/person/details/G8DX-47Z] - 1903(Eng)-1959(Tas) - Licences: 2VZ Sydney (Coogee, 1930; Clovelly, 1931-1933; Bankstown, 1934-1936); 4VZ Mackay (1937-1939); 3SF Melbourne (Preston, 1948; Seaford, 1954); 7RG Trevallyn, 1955-1956) - Qualifications: cc; AOCP 584, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Clovelly, NSW, 1930-1933); mechanic (Bankstown, NSW, 1934-1936); electrician (Slade Point, Qld, 1937-1943; Beaconsfield, Tas, 1958) ===''GAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Holman Gay|Gay, Augustus Holman]] [https://www.familysearch.org/tree/person/details/G8PF-938] - 1902(Vic)-1984(Vic) - Licences: 3SM Warragul (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Warragul, 1927-1934); engineer (South Yarra, 1936-1954); electrical engineer (Kew, 1963-1980) * [[/Vivian James Gay|Gay, Vivian James]] [https://www.familysearch.org/tree/person/details/LYT8-VJJ] - 1908(NSW)-1999(Qld) - Licences: 2VI Sydney (Chatswood, 1935-1939; North Sydney, 1946-1947; Lane Cove, 1948-1965); 2VI Burradoo (1980+) - Qualifications: cc; AOCP 1510, 1935, NSW - amateur operator; amateur broadcaster - Electoral Rolls: printer (Artarmon, 1930-1937; Chatswood, 1943); master printer (Lane Cove, 1949-1968); printer (Artarmon, 1972); retired (Burradoo, 1977-1980) ===''GEAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Vivian Geake|Geake, Wilfred Vivian]] [https://www.familysearch.org/tree/person/details/GXTF-H1J] - 1893(SA)-1974(SA) - Licences: 5BR Receive Kooringa (1922); 5BR Receive (Murray Bridge, 1923); Receive Murray Bridge (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hillside, SA, 1939) ===''GEDDES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Albert Geddes|Geddes, Frank Albert]] - 1901(NSW)-1922(NSW) - 2GC Sydney (Waverley, 1922, receive only), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), radio clubs (Waverley Radio Club), due to age licence held in name of father Francis G Geddes ===''GEEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Leslie Geeves|Geeves, Philip Leslie "Phil"]] [https://www.familysearch.org/tree/person/details/G88C-Y8Y] - 1917(NSW)-1983(NSW) - radio broadcaster (VK2ME, 2CH, ABC); employment (AWA, 1937-1970s); journalist (SMH); historian (AWA, broadcasting); awards (OAM, 1980) - Electoral Rolls: radio executive (Bexley, 1949-1963); executive (Hurstville South, 1972-1980) ===''GEISEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elizabeth Aileen Geisel|Wallace nee Geisel, Elizabeth Aileen "Betty"]] [https://www.familysearch.org/tree/person/details/GXK7-NJ4] - 1921(SA)-2000(SA) - Licences: 5YL Murray Bridge (1936-1939) - Qualifications: cc; AOCP 1788, 1936, SA; 2COCP 448, 1941; 1COCP 544, 1941 - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: Nil yet identified - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''GEORGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Heinrich Alfred August George|George, Heinrich Alfred August "Henry", "Harry"]] [https://www.familysearch.org/tree/person/details/G387-XZ4] - 1899(Vic)-1968(Vic) - Licences: 3ZP Melbourne (Footscray, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1919-1963) ===''GEORGESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Georgeson|Georgeson, James]] [https://www.familysearch.org/tree/person/details/LTS1-17Q] - 1897(Eng)-1976(Taiwan) - Licences: 5JD Adelaide (Glenelg, 1936-1938); 2AKU Sydney (Neutral Bay, 1939; Granville, 1946-1947; Artarmon, 1948-1954; Lane Cove (1955); Artarmon (1956-1975) - Qualifications: cc; AOCP 1783, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, NSW, 1943); engineer (Artarmon, NSW, 1949-1954); electrical engineer (Artarmon, NSW, 1963-1968); engineer (Artarmon, NSW, 1972) ===''GERAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/James Anselm Geraghty|Geraghty, James Anselm]] [https://www.familysearch.org/tree/person/details/GZVD-VY9] - 1877(???)-1969(Qld) - Licences: 4CS Receive Townsville (1923); 4CS Townsville (1923-1924); 4CS Brisbane (Nudgee, 1924); 4CS Gympie (1924); 4CS Townsville (1925); 4CS Gympie (1925-1927); 2JG Wagga Wagga (1929); 7CB Launceston (1931); 4CB Brisbane (Nudgee, 1933); 4AC Bundaberg (1934) - Qualifications: AOCP 186, 1925, No. 17 in Qld - amateur operator; amateur broadcaster; minister of religion and teacher (Christian Brothers) - Electoral Rolls: teacher (Ballarat, 1906; Gympie, 1909-1913; Dunedin, 1914-1916; South Brisbane, 1919-1925; Tamworth, 1930; Bundaberg, 1934; Ipswich, 1943; Albion, 1949; Gympie, 1954); retired (Boondall, 1958-1968) ===''GIBBON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Foster Gibbon|Gibbon, Thomas Foster]] [https://www.familysearch.org/tree/person/details/G857-MWS] - 1896(Vic)-1965(Vic) - Licences: XJAV Melbourne (Kew, 1913-1914); Receive (Valve) Melbourne (Kew, 1923); 3XZ Melbourne (Kew, 1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: student (Kew, 1919-1925); electrical engineer (Kew, 1928-1954); engineer (Kew, 1963) ===''GIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gibbons|Gibbons, Frederick]] [https://www.familysearch.org/tree/person/details/L2XB-YRJ] - 1907(Wales)-19??(???) - Licences: 2FG Sydney (Neutral Bay, 1926-1930) - Qualifications: AOCP 255, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: no occupation (Neutral Bay, 1930); clerk (Gordon, 1954-1968); director (Turramurra, 1972-1977) ===''GIBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. G. Gibson|Gibson, E. G.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Ormiston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified *[[/Edgar McLean Gibson|Gibson, Edgar McLean]] [https://www.familysearch.org/tree/person/details/GS5W-SM5] - 1877(Qld)-1969(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1925), possibly held on behalf of son Leighton - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radio clubs - Relationships: father of 4AN William Leighton Gibson - Electoral Rolls: electrical engineer (Toowoomba, 1908-1917; Greenslopes, 1922); engineer (Manly, 1936-1937; Hawthorne, 1943-1968) *[[/George Holland Gibson|Gibson, George Holland]] [https://www.familysearch.org/tree/person/details/MXPG-HB4] - 1892(Qld)-1978(Qld) - Licences: XQG Brisbane (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: carpenter (Fortitude Valley, 1915-1917); mechanic (Newmarket, 1919-1928; New Farm, 1937-1943); telephone technician (Bulimba, 1954-1977) * [[/Richard Leslie Gibson|Gibson, Richard Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9QNS-G8V] - 1900(NSW)-1976(NSW) - Licences: 2GH Alstonville (1930-1939) - Qualifications: AOCP 578, 1930, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Alstonville, 1930-1949); retired (Alstonville, 1963-1968; Ballina, 1972) * [[/William Gerrand Gibson|Gibson, William Gerrand]] [https://www.familysearch.org/tree/person/details/LWJY-5G9] - 1869(Vic)-1955(Vic) - Politician, Federal Postmaster-General 1923-1929 [https://adb.anu.edu.au/biography/gibson-william-gerrand-6313 ADB] *[[/William Leighton Gibson|Gibson, William Leighton "Leighton" & "Gibby"]] [https://www.familysearch.org/tree/person/details/GS5W-Q7S] - 1907(Qld)-1995(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1927) - Qualifications: AOCP 73, 1925, No. 7 in Qld - amateur operator; amateur broadcaster; journalist (QRN "Bananalander"); wireless business employee (Phillips Radio) - Relationships: son of 4AN Edgar McLean Gibson - Electoral Rolls: salesman (Manly, Qld, 1936-1937; Camp Hill, Qld, 1943); manager (Balgowlah, NSW, 1949); business executive (Balgowlah, NSW, 1958); regional representative (Palm Beach, Qld, 1963-1980) ===''GIDDINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hudson Giddings|Giddings or Whitney, Albert Hudson]] [https://www.familysearch.org/tree/person/details/GXR4-PDP] - 1914(Vic)-19??(???) - Licences: 5FI Adelaide (Nailsworth, 1935-1937) - Qualifications: cc; AOCP 1556, 1935, SA; 1COCP 102, 1936 - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant, Signals) - Electoral Rolls: PMG employee (Sale, Vic, 1968); technician (Elwood, Vic, 1972); clerk (Hughs, ACT, 1977-1980) - Links: [https://vwma.org.au/explore/people/612780 VWMA] * [[/Albert William James Giddings|Giddings, Albert William James]] [https://www.familysearch.org/tree/person/details/9711-NG3] - 1909(Vic)-1983(Vic) - Licences: 3DG Stratford (1935-1939); 3DG Numurkah (1947-1948); 3DG Lancefield (1954-1969); - Qualifications: cc; AOCP 1574, 1935, SA - amateur operator; amateur broadcaster;; WW2 (RAAF, Warrant Officer) - Electoral Rolls: bank official (Culgoa, Vic, 1931); bank clerk (Pakenham East, Vic, 1934); bank officer (Stratford, Vic, 1936-1937); warrant officer RAAF (Point Cook, Vic, 1942); bank official (Numurkah, Vic, 1949) ===''GILFILLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles Kent Gilfillan|Gilfillan, William Charles Kent]] [https://www.familysearch.org/tree/person/details/GDPF-93Q] - 1869(NSW)-1952(NSW) - Licences: 2AM Receive Sydney (Greenwich, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: independent means (Manly, 1913); soldier (Manly, 1930-1935); no occupation (Redfern, 1937); manufacturer (Mosman, 1943-1949) ===''GILHOOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Forrest Gilhooley|Gilhooley, Joseph Aloysius Forrest]] [https://www.familysearch.org/tree/person/details/GDPF-L6N] - 1877(NSW)-1950(NSW) - Licences: 2AH Receive Sydney (Woollahra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: clerk (Darlinghurst, 1903; Hunters Hill, 1930-1935); traveller (Hunters Hill, 1937-1949) ===''GILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Stewart Gill|Gill, Alan Stewart]] [https://www.familysearch.org/tree/person/details/GH6B-JQ4] - 1907(NSW)-1983(Tas) - Licences: 7AS Launceston (1925-1927) - Qualifications: cc; AOCP 191, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; scientist & engineer (Electrolytic Zinc Co) - Electoral Rolls: research chemist (Hobart Central, 1928; Sandy Bay, 1936-1949); chemist (Hobart South, 1954) * [[/Alfred Wyatt McKenzie Gill|Gill, Alfred Wyatt McKenzie]] [https://www.familysearch.org/tree/person/details/GDBP-B8D] - 1908(NSW)-1959(NSW) - Licences: 2TS Receive Sydney (Killara, 1923); 2TS Sydney (Killara, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: barrister (Killara, 1933-1937; Wahroonga, 1949); soldier (Wahroonga, 1943); airline officer (Wahroonga, 1954-1958) ===''GILLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Rex Gregory Gillett|Gillett, Clarence Rex Gregory]] [https://www.familysearch.org/tree/person/details/GWJC-ZDW] - 1919(SA?)-2020(SA) - prominent MW and SW broadcast DXer (1940-1990), clubs (All Wave All World DX Club, Australian DX Radio Club (SA Branch), South Australian DX Radio Club, Australian Radio DX Club, Southern Cross DX Club, DX Australia, New Zealand Radio DX League) - substantial portion (100+) of QSL collection survives (SSD, NFSA) ===''GILLHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman William Gillham|Gillham, Norman William]] [https://www.familysearch.org/tree/person/details/GMTT-M8V] - 1906(Tas)-1994(Tas) - Licences: Receive Hobart (Sandy Bay, 1923-1924); 7NW Hobart (Sandy Bay, 1925-1927) - Qualifications: cc; AOCP 176, 1925, No. ?? in Tas; CPRT 944, 1927 - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Sandy Bay, 1928); joiner (Queensborough, 1936-1937); builder (Nelson, 1943-1954) ===''GILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Clifford Gillon|Gillon, Peter Clifford]] [https://www.familysearch.org/tree/person/details/GD7M-X53] - 1895(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 99, 1915 - Coastal wireless operator - Electoral Rolls: operator (Bondi, 1934); radio telegraphist (Crow's Nest, NSW, 1936; Cooktown, Qld, 1937; Townsville, 1943); telegraphist (Kensington, NSW, 1949-1954; Cremorne, 1958); radio operator (Cremorne, 1963-1968) ===''GILMOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Stanley Gilmour|Gilmour, Norman Stanley]] [https://www.familysearch.org/tree/person/details/GZZD-PVG] - 1890(Vic)-1962(NSW) - Licences: 2ZU Sydney (Neutral Bay, 1923-1930; Potts Point, 1931; City, 1933-1939; Mosman, 1948-1960) - Qualifications: cc; AOCP 28, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: director (Neutral Bay, 1930); business manager (Darlinghurst, 1931); engineer (Darlinghurst, 1934-1937; Mosman, 1943-1958) ===''GINBEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Haldane Ginbey|Ginbey, Ian Haldane]] [https://www.familysearch.org/tree/person/details/GFM1-73N] - 1913(WA)-1962(WA) - Licences: 6IG Perth (Fremantle, 1938-1939; Bicton, 1947-1948; Attadale, 1954-1960) - Qualifications: cc; AOCP 2084, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (South Fremantle, WA, 1936; Fremantle, WA, 1937; South Fremantle, WA, 1943); salesman (Melville, WA, 1958) ===''GINGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ubitt Victor Ginger|Ginger, Ubitt Victor]] [https://www.familysearch.org/tree/person/details/GS5P-G76] - 1891(NSW)-1943(NSW) - Licences: 2LF Receive Sydney (Mosman, 1922-1923); 2LF Sydney (Mosman, 1922-1924; North Sydney, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; police officer - callsign 2LF to L. R. Filmer, Toronto from Sep 1925, Bracken from 1933 - Electoral Rolls: constable (Chatswood, 1930-1933); police constable (Marrickville, 1934); constable (Naremburn, 1936-1937) ===''GINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Ginn|Ginn, Ernest George]] [https://www.familysearch.org/tree/person/details/GXZC-95C] - 1917(Qld)-2015(Qld) - Licences: 4GE Townsville (1936-1939; 1946-1948); 4GE Brisbane (Hendra, 1955-1980+) - Qualifications: cc; AOCP 1749, 1936, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ), military (WW2, RAAF, AIF); employment (life insurance agent) - Electoral Rolls: salesman (Townsville, Qld, 1943); shop assistant (Windsor, Qld, 1949); salesman (Hendra, Qld, 1954-1980) ===''GIVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/L. James M. Givens|Givens, L. James M. "James"]] [https://www.familysearch.org/tree/person/details/G8LX-7WR] - 1905(Vic)-1957(Vic) - Licences: 3EP Receive Melbourne (Canterbury, 1922-1923); 3EP Melbourne (Canterbury, 1924-1927); 3XY Melbourne (Canterbury, 1931) - Qualifications: cc; CPRT 849, 1925; AOLCP 121, 1933 - amateur operator, amateur broadcaster - Electoral Rolls: wireless officer (Canterbury, 1931-1937; Camberwell, 1943); photographer (Delbridge, 1954) ===''GLASSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Ronald John Glassop|Glassop, Ronald John]] [https://www.familysearch.org/tree/person/details/LBZX-P8N] - 1910(NSW)-1996(Qld) - Licences: 2RF Newcastle (City, 1934-1935; Blackhalls, 1936; Hamilton East, 1937); 4BG Brisbane (Clayfield, 1937-1939); 4BG Maryborough (1947-1969); 4BG North Tamborine (1980) - Qualifications: cc; AOCP 1288, 1934, NSW - amateur operator; amateur broadcaster; WW2; insurance assessor - Electoral Rolls: no occupation (Newcastle, NSW, 1932-1935); clerk (Hamilton, NSW, 1937); insurance inspector (Clayfield, Qld, 1937); insurance secretary (Maryborough, Qld, 1949-1968); retired (Miami, Qld, 1972; Mt Tamborine, Qld, 1977-1980) ===''GLOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Frederick Glover|Glover, Alexander Frederick or Frederick Alexander]] [https://www.familysearch.org/tree/person/details/L246-XZ6] - 1925(Vic)-2001(Vic) - Licences: 3AFG Sale (1948-1980+) - Qualifications: cc; AOCP 2705, 1948, Vic - amateur operator; amateur broadcaster - Electoral Rolls: operator (Sale, 1949); mechanic (Sale, 1954-1980) * [[/Arthur James George Glover|Glover, Arthur James George]] [https://www.familysearch.org/tree/person/details/2MT8-CZ8] - 1907(Vic)-1977(Vic) - Licences: 3AG Melbourne (Box Hill, 1928-1931; Surrey Hills, 1933); 3AG Warrnambool (1937-1939); 3AG Melbourne (Box Hill, 1946-1960; Camberwell, 1965-1975) - Qualifications: cc; AOCP 392, 1928, No. ?? in Vic; CPRT 1129, 1928; 2COCP 153, 1930; 1COCP 29, 1930 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Box Hill, 1931); engineer (Box Hill, 1936); radio engineer (Warrnambool, 1937); engineer (Canterbury, 1943; Box Hill, 1949-1954); automation engineer (Camberwell, 1963-1968); engineer (Camberwell, 1972-1977) * [[/Maurice Glover|Glover, Maurice]] [https://www.familysearch.org/tree/person/details/G8SK-25R] - 1912(Vic)-2003(Tas) - Licences: 7MG Hobart (Sandy Bay, 1938-1939, 1946-1948); 7MG Swansea (1954-1980+) - Qualifications: cc; AOCP 2129, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Nelson, 1943); no occupation (Swansea, 1949; Nelson, 1954) * [[/Maxwell Arthur Glover|Glover, Maxwell Arthur "Max"]] [https://www.familysearch.org/tree/person/details/G8SK-58X] - 1902(Vic)-1982(Vic) - Licences: 3GB Receive Melbourne (Auburn, 1922); 3GB Melbourne (Camberwell, 1924-1925) - Qualifications: No record of AOCP; 3COCP 671, 1948 - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Camberwell, 1924-1934); wool buyer (Toorak, 1935-1936; South Yarra, 1937); director (Malvern, 1949-1980) ===''GLUSKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Gluskie|Gluskie, C. R.]] - 19??(???)-19??(???) - Licences: Receive Hobart (New Town, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''GODDARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Endacott Goddard|Goddard, John Endacott]] [https://www.familysearch.org/tree/person/details/KNBM-L27] - 1914(WA)-1943(Crete) - Licences: 6JG Perth (North Perth, 1935-1939) - Qualifications: AOCP 1427, 1935, WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Fremantle, 1936) - Sacrifice: "Greater love hath no man than this" - Links: [https://aviationmuseumwa.org.au/afcraaf-roll/goddard-john-endacott-406692/ Aviation Museum WA]; [https://anzac.site/greece/crete-operation-thesis-goddard/ Operation Thesis]; [https://www.awm.gov.au/collection/R1703409 AWM Roll of Honour] ===''GOFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Goford|Goford, Thomas William]] [https://www.familysearch.org/tree/person/details/GXZH-W3H] - 1898(Eng)-1986(Qld) - Licences: 4MI Mount Isa (1936-1939) - Qualifications: cc; AOCP 1675, 1936, Qld; BOCP 387, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Mt Isa, Qld, 1937); broadcasting technician (Goonellabah, NSW, 1943); DCA technician (Alice Springs, NT, 1954-1963) ===''GOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Henry Yarburgh Gold|Gold, Clifford Henry Yarburgh or Yarborough "Cliff"]] [https://www.familysearch.org/tree/person/details/L19B-YYC] - 1906(Qld)-1986(Qld) - Licences: 4CG Brisbane (Hill End, 1926-1931); 4CG Toowoomba (1933-1939, 1946-1980+) - Qualifications: AOCP 262, 1926, No. 21 in Qld; AOLCP 186, 1934 - amateur operator, amateur broadcaster, broadcast engineer (4GR) - Electoral Rolls: shop assistant (West End, 1928-1931); radio operator (Toowoomba, 1934); projectionist (Toowoomba, 1936-1963); radio technician (Balmoral, 1968-1977) - Relationships: nephew of 4EG Edward Edwin Gold; also Doug & Geoff * [[/Douglas Edward Gold|Gold, Douglas Edward]] [https://www.familysearch.org/tree/person/details/G8RL-XQB] - 1917(NSW)-1964(Qld) - Licences: Nil yet identified - Qualifications: BOCP 254, 1939 - amateur operator; amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Geoffrey Kilvington Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio technician (Toowoomba, 1943-1949); assistant manager (Toowoomba, 1954-1958) * [[/Edward Edwin Gold|Gold, Edward Edwin "Ted"]] [https://www.familysearch.org/tree/person/details/L13Q-WZV] - 1894(Qld)-1961(Qld) - Licences: 4EG Toowoomba (1924-1939, 1946-1960) - Qualifications: AOCP 7, 1924, No. 1 in Qld - amateur operator; amateur broadcaster; awarded Class B licence for 4GR Toowoomba; commercial broadcast station proprietor (4GR); Relationships: father of Geoffrey Kilvington Gold; uncle of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: mechanic (Toowoomba, 1925-1958) * [[/Geoffrey Kilvington Gold|Gold, Geoffrey Kilvington]] - 1943(Qld)-1971(Qld) - Licences: Nil yet identified - Qualifications: BOCP 2210, 1963; AOLCP 1608, 1964 - amateur operator, amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Douglas Edward Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio broadcaster (Annerley, 1968) ===''GOLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick John Golden|Golden, Patrick John]] [https://www.familysearch.org/tree/person/details/GSFG-R49] - 1893(Ire)-1943(Qld) - Licences: 4PG Brisbane (Wynnum South, 1927) - Qualifications: cc; Nil yet identified (likely UK) - ship wireless operator; amateur operator; amateur broadcaster; radio business proprietor; WW2 - Electoral Rolls: salesman (Wynnum Heights, 1928-1931); radio dealer (Clayfield, 1936-1937); radio operator (Flying boat base, Karumba, 1943) - Sacrifice: "Greater love hath no man than this" ===''GOLDSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Herbert Goldsmith|Goldsmith, Frank Herbert]] [https://www.familysearch.org/tree/person/details/93SX-QL8] - 1895(WA)-1974(WA) - Licences: 6FG Perth (Nedlands Park, 1927-1939) - Qualifications: cc; AOCP 377, 1927, No. ?? in WA - amateur operator; amateur broadcaster; radio journalist - Electoral Rolls: clerk (West Perth, 1917); journalist (Bunbury, 1921-1922; Nedlands, 1925-1949; Roleystone, 1954-1958); retired (Rossmoyne, 1968-1972) * [[/Gordon William Goldsmith|Goldsmith, Gordon William]] [https://www.familysearch.org/tree/person/details/GZWR-BKR] - 1914(SA)-1998(SA) - Licences: 5HM Cowandilla (1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1629, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Cowandilla, SA, 1939-1943) ===''GOLDSWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Goldsworthy|Goldsworthy, William John]] [https://www.familysearch.org/tree/person/details/M4D7-C24] - 1910(Qld)-1950(Qld) - Licences: 4WA Brisbane (Valley, 1934-1939); 4WA Rockhampton (1947-1948)- Qualifications: cc; AOCP 1341, 1934, Qld; 2COCP 1112, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Valley, Qld, 1934-1943); aeradio operator (Rockhampton, Qld, 1949) ===''GOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jasper Claude Golley|Golley, Jasper Claude]] [https://www.familysearch.org/tree/person/details/GXGK-S1F] - 1904(SA)-1958(SA) - Licences: 5JX Adelaide (Glenelg, 1935-1937; Glengowrie, 1938-1939; Seacliff, 1948-1955) - Qualifications: cc; AOCP 1522, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: schoolteacher (Glengowrie, SA, 1939-1941; Seacliff, SA, 1943) ===''GOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Good|Good, Edward Joseph]] [https://www.familysearch.org/tree/person/details/GMS7-P78] - 1864(Vic)-1931(Vic) - Licences: 3HQ Glenrowan (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Taminick, 1903); traveller (Taminick, 1909-1930) ===''GOODE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Russell Goode|Goode, Arthur Russell]] - 1889(Vic)-1971(Vic) - XLK Melbourne (Moonee Ponds, 1913), early wireless experimenter (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), PMGD (telegraphist, Central Office, Melbourne, 1903-1921), Listener-In (journalist; editor), author several books, grandfather of Michael Goode 3BDL * [[/Michael Goode|Goode, Michael]] - 3ZYY Melbourne (Canterbury, 1969+), 3BDL Melbourne, amateur operator (AOCP ??, 1968, No. ?? in Vic), historian (amateur radio, 5 metres), grandson of XLK Arthur Russell Goode ===''GORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence Arthur Gorman|Gorman, Clarence Arthur]] [https://www.familysearch.org/tree/person/details/GHLZ-X8H] - 1895(NSW)-1970(NSW) - Licences: XCG Sydney (Oatley, 1913-1914); 2EC Receive Sydney (Arncliffe, 1922); 2EC Sydney (Arncliffe, 1923-1925); 2CG Sydney (Rockdale, 1925-1929); designated operator 2UI Illawarra Radio Club (Kogarah, 1923-1925) - Qualifications: cc; AOCP 222, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Comment: NSW winner 1923 Trans-Pacific Tests - Electoral Rolls: plumber (Rockdale, 1930-1931; Kogarah, 1932-1943; Hargrave Park, 1949; Villawood, 1954-1963) ===''GOSTELOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Victor Gostelow|Gostelow, Alfred Victor]] [https://www.familysearch.org/tree/person/details/LVVQ-PCX] - 1897(NSW)-1975(NSW) - Licences: XABD Dorrigo (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: accountant (Uralla, 1930-1936; Scone, 1937-1949; Terrigal, 1954-1968); retired (Terrigal, 1972) ===''GOTTING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Benjamin Gotting|Gotting, Herbert Edward Benjamin]] [https://www.familysearch.org/tree/person/details/GDLY-HLD] - 1889(NSW)-1965(NSW) - Licences: N760 Receive Braemar (1922); 2ID Receive Braemar (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Braemar, 1930); electrician (Mittagong, 1936-1937); engineer (Mittagong, 1949-1963) ===''GOVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Neville Govan|Govan, Walter Neville]] [https://www.familysearch.org/tree/person/details/L2XF-YDT] - 1905(Vic)-1956(SA) - Licences: 5WG Port Pirie (1934-1939); 5WG Crystal Brook (1947-1956) - Qualifications: cc; AOCP 1273, 1934, SA; BOCP 40, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: lead burner (Port Pirie, SA, 1939-1941); mechanic (Crystal Brook, SA, 1943) ===''GOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Selwyn Harry James Gover|Gover, Selwyn Harry James]] [https://www.familysearch.org/tree/person/details/GXNM-D2L] - 1903(Qld)-19??(???) - Licences: Receive (Crystal) Brisbane (Nundah, 1924) - Qualifications: cc; CPRT 789, 1923; 2COCP 43, 1929; 1COCP 249, 1939 - amateur receiver; ship wireless officer - Electoral Rolls: wireless operator (Annerley, Qld, 1925); marine radio officer (East Brisbane, Qld, 1949-1968) ===''GOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gelston Stewart Gow|Gow, Gelston Stewart]] [https://www.familysearch.org/tree/person/details/G7HP-61D] - 1895(NSW)-1974(NSW) - Licences: XBW Sydney (Burwood, 1913-1914); 2GG Sydney (City, 1928-1930) - Qualifications: AOCP 411, 1928, No. ?? in NSW - early wireless experimenter, amateur operator, amateur broadcaster, WW1 - Electoral Rolls: manufacturer (Darlinghurst, 1930); electrician (Darlinghurst, 1933-1943); manufacturer (Darlinghurst, 1954-1972) ===''GOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Nelson James Gowlett|Gowlett, Frank Nelson James]] [https://www.familysearch.org/tree/person/details/G619-PYV] - 1891(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; 1COCP 163, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio operator (Townsville, 1925); wireless operator (Maroubra, 1930-1931); radio telegraphist (Maroubra, 1934-1937; Cooktown, 1943-1949; Maroubra, 1949); radio officer (Maroubra, 1958-1963) ===''GOYDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil William Goyder|Goyder, Cecil William]] - about 1906(Eng)-1980(NJ, USA) - G2SZ England, amateur operator [http://www.clement-jones.com/ps03/ps03_313.html] ===''GRAHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Ernest Graham|Graham, Donald Ernest "Don"]] - 1933(WA)-2012(WA) - 6HK Perth (Mount Hawthorn, 1954-1956; Wembley Downs, 1960-1980+) - amateur operator (AOCP 3162, 1951, No. ?? in WA) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC), DoC / DoTaC (WA State Broadcasting Engineer) - a good life, well lived [https://stephbg.livejournal.com/669733.html] * [[/James Alexander Graham|Graham, James Alexander]] [https://www.familysearch.org/tree/person/details/G979-6RF] - 1905(Sct)-1985(Qld) - Licences: 4JQ Brisbane (Ekibin, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 2058, 1937, Qld; 1COCP 510, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Ekibin, Qld, 1937-1954) * [[/William Denton Graham|Graham, William Denton]] [https://www.familysearch.org/tree/person/details/GZGS-KB5] - 1895(Tas)-1986(NSW) - Licences: 2RR Receive Sydney (Rockdale, 1923-1925); 2WG Sydney (Rockdale, 1926-1930) - Qualifications: AOCP 227, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: law clerk (Rockdale, 1930-1937); process worker (Bondi Junction, 1943); iron worker (Rockdale, 1949-1968); machinist (Rockdale, 1977); retired (Liverpool, 1980) * [[/William Thompson Graham|Graham, William Thompson]] [https://www.familysearch.org/tree/person/details/GDR1-SL3] - 1902(Sct)-1987(Tas) - Licences: 7BV Receive St Mary's (1923); Receive St Mary's (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: grocer's assistant (St Mary's, 1925-1954); ===''GRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin John Rawle Grant|Grant, Colin John Rawle]] [https://www.familysearch.org/tree/person/details/GZBZ-BXF] - 1902(Qld)-2000(Qld) - Licences: 4JG Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 310, 1926, No. 32 in Qld - amateur operator; amateur broadcaster; accountant - Electoral Rolls: clerk (Wooloowin, 1925-1934); security officer (Eagle Junction, 1936); auditor (West Nundah, 1937); retired (Southport, 1968-1980) * [[/James Grant|Grant, James]] - 19??(???)-19??(???) - Licences: 2DP Newcastle (Stockton, 1929-1930) - Qualifications: AOCP 555, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: * [[/William Patrick Grant|Grant, William Patrick "Bill"]] [https://www.familysearch.org/tree/person/details/GXZJ-YJC] - 1917(Ireland)-19??(Ireland) - Licences: 4WU Brisbane (Indooroopilly, 1936-1939) - Qualifications: cc; AOCP 1801, 1936, Qld; 2COCP 269, 1939 - amateur operator; amateur broadcaster; ship wireless officer; air controller (Shannon Airport) - Electoral Rolls: Nil yet identified ===''GRANTHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Richard Grantham|Grantham, Sidney Richard "Sid"]] [https://www.familysearch.org/tree/person/details/GXZ6-B8S] - 1920(Qld)-2003(Qld) - Licences: 4SG Toowoomba (1938-1939, 1946-1956); 4SG Brisbane (Wavell Heights, 1960; Hendra, 1965-1980+) - Qualifications: cc; AOCP 2083, 1938, Qld; 1COCP 927, 1945 - amateur operator; amateur broadcaster; radio clubs (WIAQ, IREE, RFDS council); military (WW2, RAAF, wireless officer); federal public servant (DCA, Aeradio; PMGD/DoC, radio inspector); broadcast technician (4GR) - Electoral Rolls: RAAF (Yerongpilly, Qld, 1943); broadcast engineer (Harristown, Qld, 1949); engineer (East Toowoomba, Qld, 1954; Toowoomba South, Qld, 1958); radio inspector (Hendra, Qld, 1963-1980) ===''GRANVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Florence Violet Granville|Granville (nee) / Wallace / McKenzie, Florence Violet "Mrs Mac"]] [https://www.familysearch.org/tree/person/details/LRR8-ZWS] - 1890(Vic)-1982(NSW) - 2GA Sydney (Sydney, 1922-1924; Greenwich, 1925-1939), 2FV Sydney (Sydney, 1946-1950; Circular Quay, 1954; Greenwich, 1955-1958), amateur operator (AOCP 109, 1925, No. ?? in NSW), amateur broadcaster, engineer, business proprietor, signals instructor - Links: [https://adb.anu.edu.au/biography/mckenzie-florence-violet-15485 ADB] ===''GRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Gray|Gray, A. J.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Albert Howell Gray|Gray, Albert Howell "Dave"]] [https://www.familysearch.org/tree/person/details/GZXM-J83] - 1907(NSW)-2004(NSW) - Licences: 2IJ Receive Sydney (Killara, 1922); 2IJ Sydney (Killara, 1923-1939, 1946-1969; Whale Beach, 1975-1980+); 2AG Sydney (McMahons Point, 1931-1938; Lane Cove, 1939); 2APV Sydney (McMahons Point, 1954; Strathfield, 1955-1980+) - Qualifications: cc; AOCP 90, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: student (Killara, 1930-1936); engineer (Killara, 1937-1968; Whale Beach, 1977-1980) * [[/Frank Malcolm Gray|Gray, Frank Malcolm]] [https://www.familysearch.org/tree/person/details/LBBV-5XS] - 1910(SA)-2011(Qld)100yo - Licences: 5MU Adelaide (Toorak Gardens, 1932-1933); 5SU Adelaide (Toorak Gardens, 1937-1939, 1948) - Qualifications: cc; AOCP 1017, 1932, SA - amateur operator; amateur broadcaster; WW2 - Callsign: 5MU possibly withdrawn for 5MU Murray Bridge - Electoral Rolls: civil servant (Toorak Gardens, 1939) * [[/George Henry Boulderson Gray|Gray, George Henry Boulderson]] [https://www.familysearch.org/tree/person/details/LTTN-WVM] - 1912(Qld)-2010(Qld) - Licences: 4JP Brisbane (Ascot, 1936-1939, 1946-1980+) - Qualifications: cc; AOCP 1796, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Ascot, Qld, 1936-1943); sound engineer (Ascot, Qld, 1949-1980) ===''GREEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Green|Green, Albert Ernest]] - 1869(Vic)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - State & Federal politician; Postmaster-General (1931-1932) - Electoral Rolls: - Links: [[w:Albert Green (Australian politician)|Wikipedia]] * [[/Herman Rowland Green|Green, Herman Rowland]] [https://www.familysearch.org/tree/person/details/LK9P-LGY] - 1915(SA)-1985(SA) - Licences: 5OJ Adelaide (Prospect, 1936-1939) - Qualifications: cc; AOCP 1679, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/J. Green|Green, J.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Yeronga, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter William Green|Green, Walter William]] [https://www.familysearch.org/tree/person/details/GXB7-R87] - 1911(WA)-2012(WA) - Licences: 6WG Albany (1936-1937); 6WG Wiluna (1937-1939); 6WG Albany (1947-1960); 6WG Derby (1965); 6WG Norseman (1969); 6WG Albany (1975-1980) - Qualifications: cc; AOCP 1676, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Albany, WA, 1936); fitter (Albany, WA, 1958-1963); plant inspector (Norseman, WA, 1968); mechanic (Albany, WA, 1972-1980) ===''GREENHALGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Neal Greenhalgh|Greenhalgh, Kenneth Neal]] [https://www.familysearch.org/tree/person/details/G8ZT-NGD] - 1909(NSW)-2002(NSW) - Licences: 2KG Newcastle (Hamilton, 1929-1930; Rooty Hill, 1931; Sandgate, 1933; Mayfield West, 1934-1939; New Lambton, 1946-1956; Adamstown Heights, 1957-1980+) - Qualifications: AOCP 550, 1929, No. ?? in NSW; AOLCP 73, 1932; 1COCP 839, 1944; TVOCP 18, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Hamilton, 1930); broadcasting engineer (2KO Sandgate, 1933); engineer (Mayfield, 1934-1937); radio engineer (New Lambton, 1943-1954; Adamstown, 1958-1968; Adamstown Heights, 1977-1980) ===''GREENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold John Greenham|Greenham, Arnold John]] [https://www.familysearch.org/tree/person/details/GXH9-QQS] - 1907(Qld)-1973(Qld) - Licences: 4EE Receive Brisbane (South Brisbane, 1923); 4AG Brisbane (South Brisbane, 1933); 4AG Gympie (1934); 4AG Innisfail (1937-1939); 4AG Brisbane (South Brisbane, 1946-1948); 4AG Caloundra (1954-1956); 4AG Brisbane (Kallangur, 1960-1969) - Qualifications: cc; AOCP 1040, 1932, No. ?? in Qld; 1COCP 807, 1944 - amateur operator; amateur broadcaster; bank employee (NAB) - Electoral Rolls: bank clerk (Gympie, 1936; Innisfail, 1937; South Brisbane, 1943-1949); not stated (Caloundra, 1954-1958); retired (Kallangur, 1963-1972) ===''GREENHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alexander Greenhill|Greenhill, George Alexander]] [https://www.familysearch.org/tree/person/details/LT3K-GWN] - 1904(Qld)-1970(Qld) - Licences: 4LE Brisbane (West End, 1934-1939) - Qualifications: cc; AOCP 1348, 1934, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Brisbane City, Qld, 1925); ceiling fixer (Wooloowin, Qld, 1928); cleaner (West End, Qld, 1937; Archerfield, Qld, 1943); steward (Wilston, Qld, 1949); metal finisher (Wooloowin, Qld, 1954); barman (Kirra, Qld, 1958); caretaker (Caloundra, Qld, 1963); cleaner (Woorim, Qld, 1968) ===''GREGORY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. Gregory|Gregory, A.]] - 19??(???)-19??(???) - Licences: XAED Sydney (Bellevue Hill, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Identification: Not yet identified, possibly Alyn Keith Gregory, bank officer, Bellevue Hill, 1930-1939 * [[/Clyde Francis Burnell Gregory|Gregory, Clyde Francis Burnell]] [https://www.familysearch.org/tree/person/details/GS34-5MV] - 1906(Tas)-1997(Qld) - Licences: Receive Emu Park (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: business manager (Rockhampton, Qld, 1928-1937); fisherman (Yeppoon, Qld, 1943-1949); taxi driver (Maryborough, Qld, 1958); taxi proprietor (Nelly Bay, Qld, 1963) * [[/Harold Rigby Gregory|Gregory, Harold Rigby]] [https://www.familysearch.org/tree/person/details/L2C9-CDX] - 1900(NSW)-1973(NSW) - Licences: 2ED Receive Sydney (Abbotsford Pt, 1922); 2ED Sydney (Abbotsford Pt, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1930); inspector (Roseville, 1931-1936); insurance inspector (Roseville, 1937); manager (Newcastle, 1943-1954); insurance manager (Merewether, 1958-1972) * [[/Robert William Gregory|Gregory, Robert William]] [https://www.familysearch.org/tree/person/details/K2FW-QFJ] - 1907(Eng)-1995(SA) - Licences: 5GU Mt Barker (1935-1939) - Qualifications: cc; AOCP 1438, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: constable (Kadina, SA, 1939); police officer (Lobethal, SA, 1941-1943) ===''GREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Grey|Grey, Albert Edward "Bert"]] [https://www.familysearch.org/tree/person/details/LDK5-374] - 1897(WA)-1981(WA) - Licences: 6BO Perth (Nedlands, 1925-1932); 6BO Carnarvon (1933); 6AA Perth (Nedlands, 1937-1939) - Qualifications: cc; RTCP 532, 1920, Marconi & Telefunken; 1COCP 35, 1934; TVOCP 278 1960 - amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo PMGD); PMGD (postal assistant, Leederville,1919); WW1; RAAF (WW2, radar systems) - Electoral Rolls: telegraphist (Subiaco, 1925; Nedlands, 1925-1931); radio inspector (Nedlands, 1936-1972); retired (Nedlands, 1977-1980) * [[/Elton Edward Grey|Grey, Elton Edward or Edward Elton]] [https://www.familysearch.org/tree/person/details/GWPL-PQ5] - 1920(Qld)-1962(WA) - Licences: 4LX Brisbane (Ascot, 1936-1939); 6ZX Perth (West Perth, 1948); 6ZX Northam (1954-1955); 6ZX Perth (Leederville, 1956; Floreat Park, 1960) - Qualifications: cc; AOCP 1689, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: soldier (West Perth, WA, 1943); bank clerk (West Perth, WA, 1949); bank officer (Wagin, WA, 1949; Northam, WA, 1954; Floreat Park, WA, 1958) * [[/James Leonard Grey|Grey, James Leonard "Len"]] [https://www.familysearch.org/tree/person/details/GXZV-ZY5] - 1915(Sct)-1995(NSW) - Licences: 4LN Brisbane (Norman Park, 1937-1938); 2AKO Sydney (Vaucluse, 1939; Pymble, 1946-1961; St Ives, 1965-1969; Neutral Bay (1975-1980+) - Qualifications: cc; AOLCP 184, 1934; 2COCP 38, 1935 - amateur operator; amateur broadcaster; Radio clubs (WIAQ); military (WW2, RAAF); pilot (RQAC, QANTAS) - Electoral Rolls: aviator (Norman Park, Qld, 1936-1937); airline captain (Pymble, NSW, 1949-1958; St Ives, NSW, 1963-1968); retired (Neutral Bay, NSW, 1977-1980) ===''GRIBBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Gribble|Gribble, Arthur James]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIT Townsville (1917-1918) - Comment: only one reference found, likely misspelling; Electoral Rolls: Nil yet identified ===''GRIEVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Grieve|Grieve, Ian]] - Licences: Nil yet identified - Qualifications: Nil yet identified - historian (broadcast); proprietor of Australian Old Time Radio website - Electoral Rolls: - Links: [https://www.australianotr.com.au/ OTR] ===''GRIFFIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Neville Griffin|Griffin, Thomas Neville]] [https://www.familysearch.org/tree/person/details/G8C4-RJ2] - 1889(NSW)-1953(NSW) - Licences: 2LQ Sydney (Hornsby, 1929-1936); 2AIR Sydney (Northbridge, 1938-1939) - Qualifications: AOCP 505, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Hornsby, 1930-1934); electrical engineer (Artarmon, 1936; Willoughby, 1937; Hornsby, 1943-1949) ===''GRIFFEN-FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bridget Griffen-Foley|Griffen-Foley, Bridget]] - historian (broadcasting) - Professor, Department of Media, Communications, Creative Arts, Language and Literature, Macquarie University - author "Changing Stations: The Story of Australian Commercial Radio" & numerous professional articles ===''GRIFFITHS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Arthur Griffiths|Griffiths, Leslie Arthur "Les"]] [https://www.familysearch.org/tree/person/details/GXZK-81V] - 1909(Qld)-1970(Qld) - Licences: 4LZ Toowoomba (1938-1939, 1947-1956) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; military (WW2, RAN, signaller); cine assistant (Empire Theatre) - Halcyon: AOCP Toowoomba 1938 - Electoral Rolls: assistant projectionist (Toowoomba, Qld, 1931-1937); biograph projectionist (Toowoomba, Qld, 1943-1954; Toowoomba South, Qld, 1958); projectionist (Toowoomba West, Qld, 1963-1968) ===''GRIGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Haydn Errol Grigg|Grigg, Haydn Errol]] [https://www.familysearch.org/tree/person/details/G8BV-N98] - 1899(???)-1971(NSW) - Licences: 2AS Receive Sydney (Mosman, 1922); 2AS Sydney (Mosman, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Darlinghurst, 1935; Edgecliff, 1935-1949; Double Bay, 1954-1968) ===''GRIMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Douglas Grimes|Grimes, Benjamin Douglas]] [https://www.familysearch.org/tree/person/details/LZ8B-D6J] - 1901(Qld)-1987(Qld) - Licences: Receive (Crystal) Brisbane (Annerley, 1923-1924); 4BD Brisbane (Annerley, 1926-1931) - Qualifications: cc; AOCP 278, 1926, No. 23 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Tarragindi, 1925-1937); share dealer (New Farm, 1943); farmer (Cleveland, 1949-1958); retired (Corinda, 1968-1980) ===''GRIMMETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Urbane Grimmett|Grimmett, Stanley Urbane]] [https://www.familysearch.org/tree/person/details/L447-3MW] - 1905(NZ)-1974(NSW) - Licences: 2ZW Newcastle (Hamilton, 1930-1937); 2ZW Sydney (Bankstown, 1938-1939; Strathfield, 1946-1960; Vaucluse, 1961-1969) - Qualifications: AOCP 667, 1930, NSW - amateur operator, amateur broadcaster, journalist - Electoral Rolls: pharmacist (Hamilton, 1930-1937; Strathfield, 1949-1958); Vaucluse, 1963) ===''GRIVELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Grivell|Grivell, John "Jack"]] [https://www.familysearch.org/tree/person/details/KC43-NGM] - 1901(SA)-1971(SA) - Licences: 5BK Yorketown (1930-1933); 5BK Gladstone (1937); 5BK Crystal Brook (1938-1939); 5BK Gawler (1946-1947); 5BK Magill (1948-1969) - Qualifications: cc; AOCP 609, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (5CK Crystal Brook, 1939-1941); telephone mechanic (Gawler, 1943) ===''GROGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold William Grogan|Grogan, Arnold William]] [https://www.familysearch.org/tree/person/details/GFSS-87B] - 1915(WA)-1997(WA) - Licences: 6EI Perth (Mt Lawley, 1936-1939; City, 1947); 6EI Carnarvon (1948); 6EI Perth (Leederville, 1954-1980+) - Qualifications: cc; AOCP 1759, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Maylands, WA, 1937; East Perth, WA, 1943); public servant (Cottesloe, WA, 1949); civil servant (Leederville, WA, 1954-1980) ===''GRONOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rees Gronow|Gronow, William Rees]] [https://www.familysearch.org/tree/person/details/GZVM-KFV] - 1908(Vic)-2003(Vic) - 3EQ Receive Melbourne (City, 1922-1924), 3WG Melbourne (City, 1925-1933; Glen Iris, 1937; Malvern East, 1937; Glen Iris, 1938-1939, 1948-1960; Brighton, 1965-1980), amateur operator (AOCP 178, 1925, No. ?? in Vic), amateur broadcaster, director (Malvern, 1936-1954; Brighton, 1968-1977)) ===''GROVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Grove|Grove, Henry]] [https://www.familysearch.org/tree/person/details/L5KB-97B] - 1897(Eng)-1973(NSW) - Licences: N746 Receive Sydney (Enmore, 1922); 2HZ Receive Sydney (Enmore, 1922) - Qualifications: cc; CPRT 575, 1920 - amateur receiver - Electoral Rolls: traveller (Castle Hill, 1930); poultry farmer (Peakhurst, 1933-1949); retired (Burwood, 1963-1972) ===''GROWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Norman Wills Growden|Growden, George Norman Wills "Norman"]] [https://www.familysearch.org/tree/person/details/G9C6-15M] - 1913(Vic)-1984(SA) - Licences: 5YM Gladstone (1937-1939); 5YM Wedge Island via Port Lincoln (1954-1975) - Qualifications: cc; AOCP 1945, 1937, SA; BOCP 145, 1938; 2COCP 401, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: farmer (Gladstone, SA, 1939-1943); wireless operator (RAAF Station, Pearce, WA, 1943) ===''GRUBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Grubb|Grubb, William John]] [https://www.familysearch.org/tree/person/details/G6WK-K6N] - 1907(Qld)-1970(Vic) - Licences: 4DI Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: labourer (Rockhampton, 1931); concrete labourer (Rockhampton, 1936-1963); retired (Finch Hatton, 1968) ===''GRUMMITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Frederick Grummitt|Grummitt, Gilbert Frederick]] [https://www.familysearch.org/tree/person/details/G8Z7-FFD] - 1906(Qld)-1960(Qld) - Licences: 4BS Brisbane (Fortitude Valley, 1929-1933; Hamilton, 1937-1939; Bulimba, 1948-1960) - Qualifications: cc; AOCP 531, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: welder (Fortitude Valley, 1928-1934; Hamilton, 1936-1937); boilermaker (Bulimba, 1949-1958) ===''GRUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hill Grundy|Grundy, Robert Hill]] [https://www.familysearch.org/tree/person/details/LZP7-F78] - 1915(SA)-1988(SA) - Licences: 5BG Murray Bridge (1937-1939, 1947-1948); 5BG Crystal Brook (1954-1980) - Qualifications: cc; AOCP 2010, 1937, SA; BOCP 175, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''GUILDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Guildford|Guildford, Alfred]] [https://www.familysearch.org/tree/person/details/GX4T-5BG] - 19??(Eng)-1960(Qld) - Licences: 4AP Brisbane (Herston, 1934-1939, 1946-1948; Sandgate, 1960) - Qualifications: cc; AOCP 1342, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, publicity officer) - Electoral Rolls: advertisment writer (West End, Qld, 1934); copy writer (Kelvin Grove, Qld, 1936-1949) ===''GUNDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thor Odin Gundersen|Gundersen (BDM) or Gunderson (Census), Thor Odin]] [https://www.familysearch.org/tree/person/details/GHL8-F2W] - 1895(NZ)-1986(NZ) - Licences: Nil yet identified - Qualifications: cc; 1COCP 242, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: agent (Bondi, 1930-1931); radio officer (ss Fiona, 1943) ===''GUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Campbell Gunn|Gunn, Kenneth Campbell]] [https://www.familysearch.org/tree/person/details/93DG-X18] - 1911(Qld)-1975(Qld) - Licences: 4LG Laidley (1932-1937); 4LD Laidley (1937-1939, 1946-1975) - Qualifications: cc; AOCP 884, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Callsigns: 4LG likely withdrawn for 4LG Longreach - Electoral Rolls: clerk (Laidley, Qld, 1937-1972) ===''GUNTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Eliot Gunter|Gunter, Norman Eliot]] [https://www.familysearch.org/tree/person/details/L2WR-5VB] - 1912(Vic)-1943(At Sea) - Licences: 3NG Melbourne (Caulfield, 1930-1933; Hawthorn, 1937-1939) - Qualifications: AOCP 593, 1930, No. ?? in Vic; 2COCP 372, 1932; 1COCP 51, 1935 - amateur operator, amateur broadcaster, WW2 (merchant navy, wireless operator) - Electoral Rolls: sales (Caulfield, 1935; Hawthorn, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1428541] ===''GURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Carlisle Gurner|Gurner, Reginald Carlisle]] [https://www.familysearch.org/tree/person/details/GZZ2-8S8] - 1905(SA)-1975(SA) - 5CZ Receive Adelaide (New Parkside, 1923); Receive Adelaide (New Parkside, 1923); 5RG Adelaide (New Parkside, 1923-1928; Linden Park Gardens, 1931-1939) - Qualifications: cc; AOCP 31, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Linden Gardens, SA, 1939-1943) ===''GURR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Frederick Gurr|Gurr, Alan Frederick]] [https://www.familysearch.org/tree/person/details/G8GM-KJV] - 1904(Tas)-1974(Vic) - Licences: 3AG Geelong East (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geelong, 1926-1928; Belmont, 1931-1972) * [[/George Henry Gurr|Gurr, George Henry]] [https://www.familysearch.org/tree/person/details/L46K-DBB] - 1896(SA)-1957(Vic) - Licences: 5GO Adelaide (Parafield, 1933); 3QH Melbourne (Stanmore, 1947-1956) - Qualifications: cc; AOCP 1142, 1933, SA; 3COCP 185, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Parkville, Vic, 1926); ground engineer (Essendon, Vic, 1928); inspector (Caulfield, Vic, 1942; Essendon, Vic, 1949-1954) ===''GUTTERIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frank Gutteridge|Gutteridge, Reginald Frank]] [https://www.familysearch.org/tree/person/details/KNYP-KSN] - 1886(Tas)-1942(WA) - Licences: V759 Receive (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm manager (Marnoo, Vic, 1921); electrical engineer (Rupanyup, 1924-1927) =='''H'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''HADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lionel Trimble Hadley|Hadley, Arthur Lionel Trimble "Doc"]] [https://www.familysearch.org/tree/person/details/G7ZX-G9Y] - 1900(Qld)-1964(Qld) - Licences: 4AH Brisbane (Clifton Hill, 1930-1933; Dutton Park, 1937-1939; Annerley, 1946-1956) - Qualifications: cc; AOCP 636, 1930, No. ?? in Qld - amateur operator, amateur broadcaster, WW1, federal public servant (PMGD) - Electoral Rolls: signwriter (Taringa, 1921); salesman (Toowong, 1922-1925); motor assembler (Yeronga, 1929); radio mechanic (South Brisbane, 1937); technician (Annerley, 1949-1958); retired (Inala, 1958; Seven Hills, 1963) ===''HADLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Lindsay Hadlow|Hadlow, Martin Lindsay]] - radio clubs (NZDXRL, ARDXC, DXA), early wireless and broadcasting historian (Ph.D. Thesis,) ===''HAGARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neville Douglas Hagarty|Hagarty, Neville Douglas]] [https://www.familysearch.org/tree/person/details/G38J-GBJ] - 1907(Qld)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster (on 4WH); radio club participant; business proprietor; pilot; federal public servant (DCA) - Relationships: brother of 4WH William Edward Hagarty - Electoral Rolls: woodworker (Hospital Hill, 1930) * [[/William Edward Hagarty|Hagarty, William Edward "Edward / Eddie"]] [https://www.familysearch.org/tree/person/details/G384-TL3] - 1905(Qld)-1971(Qld) - Licences: 4WH Longreach (1925-1939); 4WH Townsville (1954-1969) - Qualifications: cc; AOCP 172, 1925, No. 16 in Qld; 2COCP 271, 1939; 1COCP 309, 1940 - amateur operator; amateur broadcaster; WW2; engineer; postal employee (PMG); federal public servant (PMG) - Relationships: brother of Neville Douglas Hagarty - Electoral Rolls: postal assistant (Longreach, 1930-1937); aeradio operator (Longreach, 1943); officer commanding aeradio station (Townsville, 1949-1954); communications officer (Townsville, 1958-1963; Mysterton, 1968) ===''HAI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pham Nhu Hai|Hai, Pham Nhu "Hai"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC), Director Broadcasting ITU-R ===''HAIGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bartin Robert Alfred Read Haigh|Haigh, Bartin Robert Alfred Read]] [https://www.familysearch.org/tree/person/details/GS9T-J8B] - 1854(NSW)-1928(NSW) - Licences: N752 Receive Sydney (Ashfield, 1922); 2IA Receive Sydney (Ashfield, 1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Ashfield, 1930); poultry farmer (Seven Hills, 1933) ===''HAINES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Lewis Harrison Haines|Haines, Claude Lewis Harrison]] [https://www.familysearch.org/tree/person/details/GXRC-8F6] - 1906(SA)-1996(SA) - Licences: 5CH Millicent (1933-1937); 3QM Geelong (Belmont, 1938-1939); 5CH Mt Gambier (1947-1980) - Qualifications: cc; AOCP 1118, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Belmont, Vic, 1937); engine driver (Mt Gambier, SA, 1941-1943) ===''HALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl William Millar Hale|Hale, Carl William Millar "William"]] [https://www.familysearch.org/tree/person/details/L5VR-TPL] - 1901(Vic)-1986(Vic) - Licences: 3GH Receive Melbourne (Elsternwick, 1922-1923); 3GH Anglesea (1924-1931+) - Qualifications: cc; AOCP 120, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (Elsternwick, 1924); architect (Hawthorn, 1958-1968; Malvern, 1977-1980) ===''HALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lovett Hall|Hall, Geoffrey Lovett]] [https://www.familysearch.org/tree/person/details/GHDB-ZD3] - 1895(Tas)-1972(Tas) - Licences: Receive Waddamanna (1923-1924); 7GH Waddamanna (1925-1931+); 7GH Hobart (1937-1939, 1947-1948) - Qualifications: cc; AOCP 137, 1925, No. ?? in Tas; BOCP 85, 1937 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Waddamana, 1928); engineer (New Town, 1936-1949) * [[/Graham George Hall|Hall, Graham George]] [https://www.familysearch.org/tree/person/details/G8HN-Z89] - 1910(Vic)-1971(Eng) - Licences: 3WO Melbourne (Glen Iris, 1929-1931; Hawthorn, 1933); 2AGH Sydney (Five Dock, 1937; Strathfield, 1938-1939; Hurstville, 1946-1969) - Qualifications: AOCP 482, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Auburn, 1934-1936); radio engineer (Abbotsford, 1937); engineer (Hurstville, 1949-1954; South Hurstville, 1958-1968) * [[/Reginald Allen Hall|Hall, Reginald Allen]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 539, 1929, No. ?? in ???? - amateur operator?, amateur broadcaster? - Electoral Rolls: Nil yet identified * [[/R. F. Hall|Hall, R. F.]] - 19??(???)-19??(???) - Licences: 3FH Receive Melbourne (Toorak, 1922); 3FH Melbourne (Toorak, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/William Charles Hall|Hall, William Charles]] - 19??(???)-19??(???) - Licences: 2BH Abermain (1930-1933); 2XT Abermain (1934-1936); 2XT Kurri Kurri (1938-1939, 1946-1948); 2XT Newcastle (Cooks Hill, 1950-1965; Toronto, 1969-1980+) - Qualifications: AOCP 643, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Abermain, 1935; Kurri Kurri, 1937-1943); hotel licensee (Newcastle, 1949-1963); retired (Toronto, 1972; Carey Bay, 1977-1980) - Comment: 2BH licence withdrawn for 2BH Broken Hill commercial; Beware several contemporaneous WCH in Newcastle region ===''HALLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philpot Hallam|Hallam, William Philpot]] [https://www.familysearch.org/tree/person/details/97MX-Y3J] - 1859(Tas)-1952(Vic) - Licences: XZH Hobart (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; PMGD Vic + Federal - Electoral Rolls: Nil ===''HALLIDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Fred Halliday|Halliday, Eric Fred]] [https://www.familysearch.org/tree/person/details/GC26-L5B] - 1913(SA)-1989(SA) - Licences: 5FW Adelaide (Hectorville, 1935-1939; South Payneham, 1947-1969; Magill, 1975) - Qualifications: cc; AOCP 1494, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Crystal Brook, 1939) ===''HALYDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Guyler Halyday|Halyday, James Guyler]] - 1904(Vic)-19??(???) - 4HZ Gympie (1939, 1946-1980+) , amateur operator (AOCP 2287, 1939, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ; Gympie ARC), military (WW2), employment (SEAQ linesman) ===''HAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilton Ham|Ham, George Wilton]] [https://www.familysearch.org/tree/person/details/GWX4-P28] - 1905(Qld)-1987(Qld) - Licences: 4CR Receive Brisbane (Northgate, 1923); 4GW Brisbane (Northgate, 1930-1931; Coorparoo, 1937-1939) - Qualifications: cc; AOCP 572, 1930, No. ?? in Qld - amateur receiver; amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (Toombul RC); employment (Chandlers) - Electoral Rolls: clerk (Coorparoo, 1937; St Lucia, 1943-1968); retired (Jamboree Heights, 1972-1980) * [[/Guildford Ham|Ham, Guildford]] [https://www.familysearch.org/tree/person/details/G67H-W9Y] - 1906(Qld)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; BOCP 101, 1937 - radio technician - Electoral Rolls: shop assistant (South Brisbane, 1928-1937); radio technician (South Brisbane, 1943; Bald Hills, 1943; Annerley, 1954); technician (Wavell Heights, 1958-1963) * [[/Thomas Edward Ham|Ham, Thomas Edward]] [https://www.familysearch.org/tree/person/details/G88F-R3P] - 1921(Qld)-19??(???) - Licences: 4WX Brisbane (Chelmer, 1937-1939); 2AGA Sydney (Kogarah, 1946-1947; Carlton, 1948-1950; Sylvannia Heights, 1954-1975); 4AGT Buderim (1980+) - Qualifications: cc; AOCP 2056, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (Sunshine Coast ARC); military (WW2, RAAF) - Electoral Rolls: radio mechanic (Sylvannia, 1954-1968); mechanic (Sylvannia, NSW, 1972-1977); retired (Buderim, 1980) ===''HAMILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Ormsby Hamilton|Hamilton, John William Ormsby]] [https://www.familysearch.org/tree/person/details/MG65-XRC] - 1869(Tas)-1944(Eng) - Australian representative of Pacific Radio Telegraph Co and Marconi Telegraph Co, promoted a scheme to link Aus/NZ/Pacific Islands (rejected by Aus Gov 1909), migrated to England to work for Marconi, donated Ormsby Hamilton Radio Prize in memory of his father Thomas Ormsby Hamilton ===''HAMMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Harold Hammond|Hammond, John Harold]] [https://www.familysearch.org/tree/person/details/G6HP-67H] - 1875(NSW)-1932(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: barrister-at-law (Ashfield, 1913); barrister (Killara, 1930-1932) * [[/Herbert Bowes Hammond|Hammond, Herbert Bowes]] [https://www.familysearch.org/tree/person/details/LZ4J-2PK] - 1907(NSW)-1967(NSW) - 2NI Sydney (Chatswood, 1925; Epping, 1926-1927; Chatswood, 1928; Naremburn, 1929-1930), amateur operator (AOCP 64, 1925 01, No. ?? in NSW; CPRT 895, 1925 12; 2COCP 318, 1931), amateur broadcaster ===''HANCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. A. Hancock|Hancock, C. A. or G. A.]] - 19??(???)-19??(???) - Licences: V748 Receive Melbourne (Berwick, 1922); 3GU Receive Melbourne (Berwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/D'Arcy Maxwell Hancock|Hancock, D'Arcy Maxwell]] [https://www.familysearch.org/tree/person/details/GCG4-L3Y] - 1910(SA)-2017(SA)107yo - Licences: 5RJ Kadina (1927-1939, 1946-1960); 5RJ Adelaide (Mitchell Park, 1965-1980+) - Qualifications: cc; AOCP 356, 1927, No. ?? in SA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Kadina, 1947) ===''HANNAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hannam|Hannam, Harold William]] [https://www.familysearch.org/tree/person/details/G83F-J78] - 1913(NSW)-1964(Vic) - Licences: 2IR Sydney (Hurstville South, 1935-1937); 2IR Orange (1938-1939); Sydney (South Hurstville, 1946-1948) - Qualifications: cc; AOCP 1472, 1935, Qld; BOCP 9, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hurstville, 1934-1937); radio engineer (Orange, 1943; Hurstville, 1949); engineer (Cheltenham, 1949-1954; Moorabbin, 1963) * [[/Walter Henry Hannam|Hannam, Walter Henry "Wally" "Wal", "Doc", "Fatty"]] [https://www.familysearch.org/tree/person/details/273W-H9T] - 1885(NSW)-1965(NSW) - XQI Stamford, Qld (1911-1914); 2YH Sydney (Balmain, 1924; Mosman, 1924-1933; Willoughby, 1934-1939); 2AXH Terrigal (1954-1961) - Qualifications: cc; AOCP 27, 1924, No. 10 in NSW - early wireless experimenter; amateur operator; radio clubs (WIA NSW, first secretary 1910); wireless operator Australasian Antarctic Expedition (1912-1914) - Relationships: don't confuse with father William Henry Hannam of Hannams Ltd, engineers & sheet metal workers - Electoral Rolls: - Links: [[w:Walter Henry Hannam|Wikipedia]]; [https://www.coolantarctica.com/Antarctica%20fact%20file/History/biography/hannam_walter.php Bio1]; [https://www.antarctica.gov.au/about-antarctica/history/people/walter-hannam/ Bio2] ===''HANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hansen|Hansen, Harold William]] [https://www.familysearch.org/tree/person/details/93DG-45T] - 1914(Qld)-2005(Qld) - Licences: 4FH Brisbane (Forest Hill, 1935-1939); 4SV Brisbane (Bulimba, 1948-1965; Carina, 1969-1980+) - Qualifications: cc; AOCP 1508, 1935, Qld; BOCP 1039, 1949 - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, 1937, radio technician); state public servant (BCC, communications officer) - Relationships: father of Graham Hansen 4FV - Electoral Rolls: labourer (Forest Hill, Qld, 1936-1937); WT Operator (Wendouree, Vic, 1942); RAAF (Maryborough, Qld, 1943); radio technician (Carina, Qld, 1968-1980) ===''HARDGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Hardgrave|Hardgrave, Philip "Pop"]] [https://www.familysearch.org/tree/person/details/GMPF-XL5] - 1857(Qld)-1940(Qld) - Licences: 4PH Brisbane (South Brisbane, 1933-1939) - Qualifications: cc; AOCP 1150, 1933, No. ?? in Qld - amateur operator; amateur broadcaster - Comment: oldest person in British Empire to obtain a full licence - Electoral Rolls: fruitgrower (Wellington Point, 1916-1928) ===''HARDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Netherton Kilgour Hardie|Hardie, Bruce Netherton Kilgour]] [https://www.familysearch.org/tree/person/details/GZ95-FMJ] - 1896(Vic)-1965(Vic) - 3YX Melbourne (Garden Vale, 1925-1933; City, 1937-1939), amateur operator (AOCP 49, 1925, No. ?? in Vic), amateur broadcaster, WIA Vic, accountant ===''HARDISTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Hardisty|Hardisty, David Charles]] [https://www.familysearch.org/tree/person/details/GZTM-C4W] - 1907(WA)-1980(WA) - Licences: 6DH Perth (Victoria Park, 1926-1939; West Perth, 1946-1948; Applecross, 1954-1980) - Qualifications: cc; AOCP 273, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Victoria Park, 1931-1943); radio mechanic (Applecross, 1954-1980) ===''HARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. R. Hardy|Hardy, W. R.]] - 19??(???)-19??(???) - 2RD Sydney (Glebe, 1925-1927), amateur operator (AOCP 187, 1925, No. ?? in NSW), amateur broadcaster ===''HARKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dennis James Harkin|Harkin, Denis or Dennis James]] [https://www.familysearch.org/tree/person/details/G45Q-9PH] - 1903(SA)-1993(Vic) - Licences: 3YN Receive Melbourne (Prahran, 1923); 3KF Melbourne (Kensington, 1924-1925); 3YN Melbourne (Preston, 1924-1926); 4YN Bowen (1927); 3YN Melbourne (East Brunswick, 1931); 3YY Newport (1938); 6YN Pearce (1938); 3ADJ Melbourne (Prahran, 1946-1948; Middle Park, 1954-1956; Thornbury, 1960-1975); 4ADJ Maryborough (1980) - Qualifications: CPRT 782, 1923; 1COCP 280, 1932 - amateur operator; amateur broadcaster; radio club participant (WIAQ); career military (RAAF); federal public servant (PMGD); WW2 - Electoral Rolls: mechanic (Preston, Vic, 1926; Brunswick, Vic, 1931; Newport, 1937); RAAF (Clifton Hill, 1942); technician (Prahran, 1949; Albert Park, 1954); radio technician (Thornbury, 1963-1972); nil (Maryborough, 1977-1980) ===''HARLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Harlen|Harlen, John Edward]] [https://www.familysearch.org/tree/person/details/K8MP-TWB] - 1884(Qld)-1953(Qld) - Licences: Receive Brisbane (Sunnybank, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Coopers Plains, Qld, 1908); fruit grower (Sunnybank, Qld, 1912-1949) ===''HARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Nicoll Harley|Harley, Gordon Nicoll]] [https://www.familysearch.org/tree/person/details/G89D-41H] - 1901(NSW)-1986(Qld) - Licences: "4AR Unlicensed" Ipswich (1926-1928); 4GH Ipswich (1928-1933); 4GH Didcott (1937-1939); 4GH Maryborough (1946-1980+) - Qualifications: cc; AOCP 385, 1928, No. 43 in Qld - amateur operator; amateur broadcaster; business proprietor (radio manufacture); employment (school teacher); WW2 - Electoral Rolls: clerk (Brassall, 1925); school teacher (Didcot, 1936-1943); teacher (Maryborough, 1949); school teacher (Maryborough, 1954-1980) ===''HARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Harmer|Harmer, George]] [https://www.familysearch.org/tree/person/details/LRTY-KHZ] - 1900(Eng)-1980(Qld) - Licences: 4XW Brisbane (Coorparoo, 1934-1939, 1946-1948; Camp Hill, 1954-1956; Coorparoo, 1960-1980) - Qualifications: cc; AOCP 1301, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIAQ); telephone technician (PMGD); federal public servant (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, Qld, 1937-1954); technician (Coorparoo, Qld, 1958-1980) ===''HARRANTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wolf Harranth|Harranth, Wolf]] - 1941(Austria)-2021(Austria) - Licences: OE1WHC Austria - curator of Dokufunk, host of the world's largest collection of amateur radio and broadcast QSLs; amateur radio operator; broadcast announcer; historian (amateur radio, broadcasting); children's book author; translator - provided the core of the WIA QSL collection ===''HARRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Harris|Harris, Alfred Charles]] [https://www.familysearch.org/tree/person/details/GZY1-F4K] - 1900(Vic)-1963(Vic) - Licences: 3CH Birchip (1926-1939; 1946-1960+) - Qualifications: AOCP 303, 1926, No. ?? in Vic -amateur operator, amateur broadcaster, class B licence? - Electoral Rolls: engineer (Ouyen, 1924); electrical engineer (Birchip, 1925-1954; Power Station, Ouyen, 1963) * [[/Ross Clifford Harris|Harris, Ross Clifford]] [https://www.familysearch.org/tree/person/details/L5Y2-DZF] - 1917(SA)-1954(SA) - Licences: 5FL Adelaide (Glenelg, 1936-1939; Malvern, 1947-1948; Hawthorn, 1954) - Qualifications: cc; AOCP 1651, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Valentine Harms Harris|Harris, Valentine Harms]] [https://www.familysearch.org/tree/person/details/L1PM-FDM] - 1909(WA)-1995(WA) - Licences: 6NL Perth (Shenton Park, 1935-1939; Applecross, 1947-1969); 6NL Denmark (1975-1980+) - Qualifications: cc; AOCP 1579, 1935, WA - amateur operator; amateur broadcaster - Relationships: Husband of 6YL Ruth Victoria Harris nee Longley - Electoral Rolls: garage employee (Subiaco, WA, 1931); radio mechanic (Subiaco, WA, 1936-1937); mechanic (Applecross, WA, 1949-1972) ===''HARRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Lionel Carr Harrison|Harrison, Percival Lionel Carr]] [https://www.familysearch.org/tree/person/details/GFM3-VDC] - 1912(WA)-2001(WA) - Licences: 6LH Perth (Claremont, 1937-1939; Armadale, 1947-1980+) - Qualifications: cc; AOCP 1909, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Claremont, WA, 1936-1937); civil servant (Armadale, WA, 1943-1980) ===''HARRISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Harriss|Harriss, Alfred George]] [https://www.familysearch.org/tree/person/details/K8HN-THZ] - 1873(Eng)-1932(Qld) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), radio clubs (Longreach Radio Club), business proprietor (Jackson & Harriss) - Electoral Rolls: engineer (Longreach, 1930) - Relationships: father of Dorothy Winnifred Macfarlane formerly Fanning nee Harriss * [[/Dorothy Winnifred Harriss|Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred]] [https://www.familysearch.org/tree/person/details/KGYC-3CP] - 1905(Qld)-1986(Qld) - Licences: 4DH Longreach (1930-1933) - Qualifications: cc; AOCP 573, 1930, No. ?? in Qld; BOCP - amateur operator; amateur broadcaster; radio clubs (WIAQ); first YL operator in Qld - Electoral Rolls: typist (Longreach, 1930); home duties (Longreach, 1936-1943; Warwick, 1949; Toowoomba, 1954-1977; Macgregor, 1980) - Relationships: daughter of Alfred George Harriss ===''HARRISSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harrisson|Harrisson, Charles "Snowy"]] [https://www.familysearch.org/tree/person/details/LK9P-VK3] - 1908(Tas)-1995(Tas) - Licences: 7CH Hobart (Bellerive, 1933); 3CN Shepparton (1937-1939); 7CH Hobart (Moonah, 1954-1960); 7CH Burnie (1965); 7CH Hobart (Bellerive, 1969-1980+) - Qualifications: cc; AOCP 348, 1927, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: son of Charles Turnbull Harrisson, biologist in the Australasian Antarctic Expedition - Electoral Rolls: bank clerk (Shepparton, 1936-1949); bank manager (Moonah, 1954) ===''HARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leslie William Harston|Harston, Leslie William or William Leslie "Bill"]] [https://www.familysearch.org/tree/person/details/GDQD-XVY] - 1897(Qld)-1983(Qld) - Licences: 4RY Brisbane (Clayfield, 1932-1939, 1946-1948; Holland Park, 1954-1969) - Qualifications: cc; AOCP 903, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; business proprietor (art shop) - Electoral Rolls: warehouseman (Clayfield, Qld, 1921-1943); no occupation (Holland Park, Qld, 1954-1980) ===''HART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Samuel Hart|Hart, Augustus Samuel]] [https://www.familysearch.org/tree/person/details/9CMQ-4CP] - 1890(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 57, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: saddler (Watchem, Vic, 1912; Glen Thompson, 1913); wireless engineer (Moonee Ponds, 1936-1937); wireless operator (Esperance, 1943); telegraphist (Darwin, 1949); wireless officer (Moonee Ponds, 1963-1968; Essendon, 1972) * [[/James Claude Hoyte John Hart|Hart, James Claude Hoyte John "Hoyte John", "Roy"]] [https://www.familysearch.org/tree/person/details/GQWC-W4C] - 1904(Eng)-1992(NSW) - Licences: 2HO Sydney (Manly, 1928-1931; Roseville, 1933-1939, 1946-1956; St Ives East, 1957-1975; Manly, 1980+) - Qualifications: AOCP 410, 1928, No. ?? in NSW; 3COCP 4622, 1963 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Roseville, 1933-1954; St Ives, 1958-1963); retired (St Ives, 1968-1977; Manly, 1980) * [[/Norman Victor Hart|Hart, Norman Victor]] [https://www.familysearch.org/tree/person/details/LNK3-TXW] - 1908(Qld)-1998(Qld) - Licences: 4KO Booval (1931-1939, 1946-1980+) - Qualifications: cc; AOCP 760, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIA, Ipswich RC); engineer - Electoral Rolls: shop assistant (Booval, 1932-1937); grocer (Booval, 1943-1949); radio technician (Booval, 1954-1972; East Ipswich, 1977-1980) ===''HARVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. C. L. Harvey|Harvey, B. C. L.]] - 19??(???)-19??(???) - Licences: XJAC Melbourne (Port Melbourne, 1913) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edward Rossiter Harvey|Harvey, Edward Rossiter]] [https://www.familysearch.org/tree/person/details/GXBP-BK8] - 1918(WA)-2009(Qld) - Licences: 6RG Perth (Scarborough, 1937-1939, 1947-1948); 4RK Surfers Paradise (1969-1980+) - Qualifications: cc; AOCP 2041, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Leederville, WA, 1943; Scarborough, WA, 1943); newsagent (Scarborough, WA, 1949-1958); shopkeeper (Surfers Paradise, Qld, 1963); proprietor (Surfers Paradise, Qld, 1972-1977); retired (Mermaid Waters, Qld, 1980) * [[/Manning Herbert Harvey|Harvey, Manning Herbert]] [https://www.familysearch.org/tree/person/details/KZGG-LFZ] - 1887(Tas)-1932(Tas) - Licences: XZC Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: electrician (Hobart East, 1914-1928) ===''HASKARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Geoffrey Haskard|Haskard, Reginald Geoffrey "Geoff"]] [https://www.familysearch.org/tree/person/details/GZB5-S35] - 1906(SA)-1988(SA) - Licences: Receive Adelaide (Jamestown, 1923-1924); 5RH Adelaide (Jamestown, 1927-1931; North Adelaide, 1933; Malvern, 1937-1939; Helmsdale, 1947; Plympton, 1948-1975; West Beach, 1980+) - Qualifications: cc; AOCP 316, 1927, No. ?? in SA; BOCP 1558, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: retreader (Malvern, 1939-1941); wireless operator (Malvern, 1943) ===''HATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Westrop Henry Hatfield|Hatfield, Westrop Henry "West"]] [https://www.familysearch.org/tree/person/details/GZB5-VF5] - 1909(Vic)-1998(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''HATTAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Hattam|Hattam, Fred]] [https://www.familysearch.org/tree/person/details/G8ZV-QDL] - 1906(Vic)-1976(Vic) - Licences: 3HW Castlemaine (1929-1939); 3BAL Castlemaine (1975) - Qualifications: AOCP 541, 1929, No. ?? in Vic; BOCP 410, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Castlemaine, 1928-1937); radio mechanic (Castlemaine, 1954-1967); engineer (Castlemaine, 1968-1972) ===''HAWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haworth|Haworth, William]] [https://www.familysearch.org/tree/person/details/G823-JT3] - 1896(Qld)-1987(Qld) - Licences Q737 Receive Qld (1922-1923) - Qualifications: cc; Nil identified as yet - amateur receiver - Electoral Rolls: telephone mechanic (Ironside Estate, 1917); mechanic (Taringa, 1921-1928); lineman (North Tmborine, 1931); electrical mechanic (Eagle Heights, 1936; Toowong, 1937); telephone mechanic (Bundaberg, 1943-1949); technician (Toowong, 1954-1972); retired (Caloundra, 1977-1980) ===''HAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edgar Cecil Hawson|Hawson, Thomas Edgar Cecil]] [https://www.familysearch.org/tree/person/details/GXZ2-ZV9] - 1916(Qld)-1992(Qld) - Licences: 4CH Ipswich (Woodend, 1937-1939; East Ipswich, 1947-1948); 4CH Brisbane (Yeronga, 1969; Salisbury, 1975-1980) - Qualifications: cc; AOCP 2016, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: agent (Ipswich, Qld, 1937); radio mechanic (East Ipswich, Qld, 1949); storekeeper (Windsor, Qld, 1954; Yeronga, Qld, 1958; Salisbury, Qld, 1963-1980) ===''HAYMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Inglis Hayman|Hayman, William George Inglis]] [https://www.familysearch.org/tree/person/details/G8NL-CX1] - 1897(Eng)-1968(WA) - Licences: 6BG Perth (Claremont, 1925); 6GH Perth (Claremont, 1946-1965) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; scientist; educator - Electoral Rolls: lecturer (Claremont, 1922-1929); engineer (Claremont, 1931-1954); civil servant (Claremont, 1958-1968) - [https://adb.anu.edu.au/biography/hayman-william-george-12971 ADB] ===''HAYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Lot Henry Haynes|Haynes, Bruce Lot Henry]] [https://www.familysearch.org/tree/person/details/KC44-8M4] - 1898(NSW)-1961(NSW) - Licences: 2YA Armidale (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Armidale, 1930-1936); poultry farmer (West Pennant Hills, 1943-1958) * [[/Thomas Ambrose John Haynes|Haynes, Thomas Ambrose John]] [https://www.familysearch.org/tree/person/details/GSC5-WXM] - 1902(SA)-1968(SA) - Licences: 5AY Adelaide (Black Forest Estate, 1931-1939) - Qualifications: cc; AOCP 835, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Black Forest, 1939-1943) ===''HAZLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Stanley Arnold Hazlett|Hazlett, Royce Stanley Arnold]] [https://www.familysearch.org/tree/person/details/GXX4-F38] - 1932(Qld)-2015(Qld) - Licences: 4ZRH Brisbane (Wellers Hill, 1965-1975) - Qualifications: AOLCP 1159, 1961, Qld - amateur operator - Relationships: Son of 4EO Stanley Albert Hazlett - Electoral Rolls: electrician (Coorparoo, Qld, 1954-1963); electrical contractor (Wellers Hill, Qld, 1968-1972); contractor (Tarragindi, Qld, 1977-1980) * [[/Stanley Albert Hazlett|Hazlett, Stanley Albert]] [https://www.familysearch.org/tree/person/details/KC33-RH7] - 1900(Qld)-1971(Qld) - Licences: 4EO Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 4ZRH Royce Stanley Arnold Hazlett - Electoral Rolls: clerk (Coorparoo, Qld, 1925-1928); buyer (Coorparoo, Qld, 1937-1968) ===''HEARPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Hearps, David Edward]] - See David Edward Vaughan (assumed change of name) ===''HEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Harry Heath|Heath, Allan Harry]] [https://www.familysearch.org/tree/person/details/L5Y4-4DT] - 1914(SA)-1986(SA) - Licences: 5ZX Adelaide (Prospect Park, 1934-1939; Highgate, 1947-1956; Brighton, 1960-1980) - Qualifications: cc; AOCP 1369, 1934, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''HEATHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Heathers|Heathers, Cyril John]] [https://www.familysearch.org/tree/person/details/G8XN-NG9] - 1909(Eng)-2003(NSW) - Licences: 2GZ Sydney (Bankstown, 1930-1934); 2UA Sydney (Bankstown, 1935-1939; Artarmon, 1946-1975) - Qualifications: AOCP 615, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Bankstown, 1930-1943); telephone engineer (Artarmon, 1949-1968); engineer (Artarmon, 1977-1980) - Comment: 2GZ callsign likely withdrawn by PMGD for 2GZ Orange commercial ===''HEILBRONN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Heilbronn|Heilbronn, George]] [https://www.familysearch.org/tree/person/details/LJHL-PW3] - 1894(Qld)-1972(Qld) - Licences: 4GG Chinchilla (1929-1939); 4GG Yarraman (1946-1955); 4GG Crows Nest (1956); 4GG Millmerran (1960); 4GG Brisbane (Wynnum, 1965-1969) - Qualifications: cc; AOCP 565, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (Qld Listeners' League) - Electoral Rolls: locomotive fireman (Chinchilla, 1925-1937); locomotive driver (Yarraman, 1954); engine driver (Millmerran, 1943-1958); retired (Wynnum, 1963-1968) ===''HEINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Heine|Heine, John Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/G9VS-V1F] - 1908(Tas)-1988(Vic) - Licences: 7JK Hobart (City, 1927; Bellerive, 1931); 4JX Brisbane (City, 1933; Ascot, 1935; Kangaroo Point, 1937; Mowbray Park, 1938-1939); 3JF Melbourne (Beaumaris) (1960-1980+) - Qualifications: cc; AOCP 355, 1927, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kangaroo Point, 1934; Norman Park, 1937); engineer (Brighton, 1949); representative (Beaumaris, 1954-1980) ===''HEINRICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Latimer Heinrich|Heinrich, William Latimer]] [https://www.familysearch.org/tree/person/details/GXG5-S7Y] - 1917(SA)-1993(SA) - Licences: 5HR Bute (1934-1939); 5HR Adelaide (Kensington Gardens, 1947-1980+) - Qualifications: cc; AOCP 1376, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: farmhand (Bute, SA, 1939-1943) ===''HEITSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry John Keith Heitsch|Heitsch, Henry John Keith or Heinrich Johann]] [https://www.familysearch.org/tree/person/details/G8CV-QYP] - 1907(Vic)-1996(Qld) - Licences: 3HK Melbourne (Mitcham, 1929-1939, 1947-1975); 4AHK Scarness (1980+) - Qualifications: AOCP 516, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: piano fitter (Mitcham, 1931-1954); technician (Mitcham, 1963-1977); retired (Scarness, Qld, 1980) ===''HELLAWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Herbert Hellawell|Hellawell, Francis Herbert "Frank"]] [https://www.familysearch.org/tree/person/details/LK5G-478] - 1885(Qld)-1958(Qld) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - early wireless experimenter; amateur radio clubs (member, WIQ); federal public servant (PMGD) - Electoral Rolls: engineer (Toowong, 1913-1914; Coorparoo, 1919; East Annerley, 1925; Annerley, 1929-1934); clerk (Brisbane City, 1937); no occupation (Beachmere, 1943-1949; Annerley, 1954-1958) ===''HELLYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leicester Henry Hellyer|Hellyer, Leicester Henry]] [https://www.familysearch.org/tree/person/details/KFNW-BTC] - 1908(NSW)-1972(NSW) - Licences: 2LS Sydney (Rockdale, 1930-1933) - Qualifications: AOCP 600, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Rockdale, 1930-1933; Manly, 1934-1935; Artarmon, 1936-1937; Willoughby, 1943; Artarmon, 1949-1963; Newport, 1968-1977) ===''HENDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Henderson|Henderson, Frederick James]] [https://www.familysearch.org/tree/person/details/GXQG-XRX] - 1891(Eng)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 208, 1916 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified * [[/S. A. Henderson|Henderson, S. A.]] - 19??(???)-19??(???) - Licences: 5JN Adelaide (Walkerville, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HENNESSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] - 1896(Qld)-19?? - 4LO Brisbane (City, 1931-1939), amateur operator (AOCP 826, 1931, No. ? in Qld), fourth YL operator in Qld ===''HENRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Geddes Henry|Henry, Arthur Geddes]] [https://www.familysearch.org/tree/person/details/L4QW-K9Z] - 1907(NSW)-1969(NSW) - Licences: 2ZK Sydney (Sandringham, 1929-1939) - Qualifications: AOCP 494, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Sandringham, NSW, 1930-1937); engineer (San Souci, 1949-1963; Northbridge, 1968) * [[/Clement John Henry|Henry, Clement John]] [https://www.familysearch.org/tree/person/details/GZ6T-RPC] - 1905(NSW)-1996(NSW) - Licences: Receive (Valve) Uralla (1923); 2CH Uralla (1924-1929); 2UR Uralla (1930-1939); 2UR Blakehurst (1946); 2UR Sydney (Neutral Bay, 1948-1957; Pymble, 1958-1980+) - Qualifications: cc; AOCP 85, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 (RAAF) - Withdrawal: 2CH callsign withdrawn in 1930 for 2CH Sydney - Electoral Rolls: electrician (Uralla, 1930-1937); electrical fitter (RAAF Richmond, 1943); technician (Neutral Bay, 1949-1954; Pymble, 1958-1980) * [[/John Edwin Henry|Henry, John Edwin]] [https://www.familysearch.org/tree/person/details/KL6B-GD6] - 1868(Vic)-1933(Qld) - Licences: 4CZ Receive Mt Alford via Boonah (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: baker (Gundy, NSW, 1913); farmer (Boonah, Qld, 1917-1921); storekeeper (Mt Alford, Qld, 1922-1926); baker (Dayboro, Qld, 1928; Wondai, Qld, 1931) * [[/Raymond Cherrington Henry|Henry, Raymond Cherrington "Tom"]] [https://www.familysearch.org/tree/person/details/GX5X-C1Y] - 1894(SA)-1975(SA) - Licences: 5CY Cook (1935-1939); 5RY Adelaide (Goodwood, 1960) - Qualifications: cc; AOCP 1421, 1935, SA - amateur operator; amateur broadcaster; WW2 - Comment: Son, also named RCH, passed in WW2 - Electoral Rolls: fitter (Goodwood Park, SA, 1939-1943) ===''HENWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ralph Franklin Henwood|Henwood, Ralph Franklin]] [https://www.familysearch.org/tree/person/details/G89X-CF6] - 1912(WA)-1979(WA) - Licences: 6RL Perth (North Perth, 1930-1933; Claremont, 1937); 6RL Northam (1946-1948); 2AXA Sydney (Rose Bay, 1960-1961); 6RL Perth (Claremont, 1969-1975) - Qualifications: cc; AOCP 720, 1930, No. ?? in WA; BOCP 2, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio serviceman (Claremont, 1936); radio operator (6AM) (Northam, 1937); radio technician (Northam, 1943-1949; Claremont, 1954); technician (Bellevue Hill, 1958; Claremont, 1963-1972; Nedlands, 1977) ===''HEPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Dean Hepton|Hepton, William Dean "Bill"]] [https://www.familysearch.org/tree/person/details/LRBB-VN5] - 1898(Qld)-1966(Qld) - Licences: 4WD Brisbane (Milton, 1932-1939) - Qualifications: cc; AOCP 918, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, instructor 1932-1935) - Electoral Rolls: mechanic (Paddington, Qld, 1921; Milton, Qld, 1925-1963) ===''HERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Kinross Herd|Herd, James Kinross]] [https://www.familysearch.org/tree/person/details/GZZ2-YSQ] - 1901(Vic)-1963(Vic) - 3JK Baccus Marsh (1924-1927), 3JK Wangaratta (1933-1939, 1946-1956), 3JK Mornington (1960), amateur operator (AOCP 36, 1924, No. ?? in Vic), amateur broadcaster ===''HERSCHEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Victor Herschel|Herschel, Henry Victor]] [https://www.familysearch.org/tree/person/details/K4N6-76H] - 1902(Qld)-1937(Qld) - Licences: 4UK Cairns (1929-1931); 4UK Toowoomba (1933); 4UK Brisbane (Indooroopilly, 1937) - Qualifications: cc; AOCP 564, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Newtown, 1925; Cairns, 1930; Indooroopilly, 1936-1937)- Comment: Passed too soon ===''HESKETH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Hesketh|Hesketh, John]] - 1868(Eng)-1917(Vic) - early wireless experimenter, senior state public servant (Qld electrical engineer), senior federal public servant (PMGD, chief electrical engineer), military (Royal Engineers, Eng; Qld Defence Force, lieutenant) ===''HEWITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Hewitt|Hewitt, Archibald John "Arch"]] [https://www.familysearch.org/tree/person/details/G8DZ-TNY] - 1910(SA)-1988(SA) - Licences: 5XK Adelaide (Torrensville, 1930-1939); 5XK Kingscote (1946-1948); 5XK Adelaide (Torrensville, 1954; College Park, 1955-1956; Lucindale, 1960; Semaphore, 1965-1969; Ottaway, 1975-1980) - Qualifications: cc; AOCP 582, 1930, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal clerk (Kingscote, 1939-1941) * [[/Clarence Richard Hewitt|Hewitt, Clarence Richard]] [https://www.familysearch.org/tree/person/details/G6D1-718] - 1900(Qld)-1969(Qld) - Licences: 4CR Brisbane (Rosalie, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Petrie Tce, Qld, 1919); student (Petrie Tce, Qld, 1921-1926); moulder (Rosalie, Qld, 1928); carpenter (Rosalie, Qld, 1936-1943; Indooroopilly, Qld, 1949); hotel manager (Indooroopilly, Qld, 1954) * [[/Horace Thomas Hewitt|Hewitt, Horace Thomas]] [https://www.familysearch.org/tree/person/details/MN6S-JBL] - 1904(Qld)-1988(Qld) - Licences: 4PD Brisbane (Moorooka, 1939, 1947-1980) - Qualifications: cc; AOCP 2377, 1939, Qld - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Hodgson, Qld, 1925; Bowen, Qld, 1930); mechanic (Roma, Qld, 1936-1937); turner (Moorooka, Qld, 1943-1980) * [[/Thomas George Hewitt|Hewitt, Thomas George]] [https://www.familysearch.org/tree/person/details/GXZ2-PLM] - 1900(NSW)-1962(NSW) - Licences: 4TH Cairns (1937-1939); 2LH Lismore (1946-1961); 2ATG Lennox Head (1955-1961) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: medical practitioner (Cairns, Qld, 1930-1943; Lismore, NSW, 1949-1958) ===''HIAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Charles Hiam|Hiam, Robert Charles "Charles"]] [https://www.familysearch.org/tree/person/details/9VCT-14T] - 1888(Vic)-1982(Vic) - Licences: XLD Melbourne (Balaclava, 1913-1914); 3LW Melbourne (St Kilda, 1923-1931; Caulfield North, 1933-1939) - Qualifications: cc; CPRT 174, 1915 - amateur operator; amateur broadcaster - Electoral Rolls: tailor (St Kilda, 1913-1928; Caulfield, 1931-1968); retired (Beaumaris, 1972-1980) ===''HICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Joseph Hicks|Hicks, Henry Joseph "Harry"]] [https://www.familysearch.org/tree/person/details/G8QG-RRR] - 1913(Qld)-1983(Qld) - Licences: 1HH Macquarie Island (1955-1956); 4HG Willis Island (1963); 9HG Lae, New Guinea (1965-1969); 4HG Tolga (1975-1980) - Qualifications: AOCP 2468, 1941, Qld; 1COCP 784, 1944 - amateur operator - Electoral Rolls: letterpress machinist (Cairns, 1936-1937); printer (Newtown, 1943); radio officer (Broome, 1963); wireless operator (Thursday Island, 1972); retired (Tolga, 1977-1980) - Awards: BEM (1958, Officer in Charge, Radio Weather Reporting Station, Willis Islets) ===''HIGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Gordon Conway Higgins|Higgins, John Gordon Conway "Jack"]] [https://www.familysearch.org/tree/person/details/GD45-FKK] - 1884(NSW)-1963(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 29, 1914 - wireless telegraphist, WW1, WW2 - Electoral Rolls: clerk (South Perth, 1910-1912); radio engineer (Prahran, 1925-1927); manufacturer (St Kilda, Vic, 1934-1937); soldier (Caulfield, 1942); military duties (South Yarra, 1949); retired (Dromana, 1954; Sorrento, 1963) ===''HILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Edward Hilder|Hilder, Henry Edward]] - 1919(???)-1984(Qld) - 4HH Brisbane (East Brisbane, 1946-1948; Nudgee, 1954-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ), military (WW2, AIF Signals), employment (Brisbane Fire Brigade, communications), (Halcyon says AOCP Brisbane 1936 but no record) ===''HILDYARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol David Hildyard|Hildyard, Athol David]] [https://www.familysearch.org/tree/person/details/LYNY-TBD] - 1919(Tas)-1998(Tas) - Licences: 7DH Hobart (City, 1936-1939, 1948; Montagu Bay, 1954-1980+) - Qualifications: cc; AOCP 1735, 1936, No. ?? in Tas; 1AOCP 50, 1947 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcast technician (Hobart South, 1943-1949); radio engineer (Montagu Bay, 1954) ===''HILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Wyatt Hill|Hill, Alfred Wyatt]] [https://www.familysearch.org/tree/person/details/GD2Y-5VM] - 19??(???)-19??(???) - Licences: 2TS Sydney (Killara, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Arthur Stanley Hill|Hill, Arthur Stanley]] [https://www.familysearch.org/tree/person/details/GX16-FRC] - 1906(Eng)-19??(???) - Licences: 6AH Wiluna (1937-1939, 1947-1965); 6AH Busselton (1969-1980+) - Qualifications: cc; AOCP 1985, 1937, WA - amateur operator; amateur broadcaster; WW2 - Relationships: Husband of 6MH Mary Lilian Hill nee - Electoral Rolls: electrician (Wiluna, WA, 1931); engineer (Wiluna, WA, 1936-1949); business manager (Wiluna, WA, 1954-1963); retired (West Busselton, WA, 1968-1980) * [[/Frederick John Hill|Hill, Frederick John]] [https://www.familysearch.org/tree/person/details/G8CS-1J5] - 19??(???)-19??(???) - Licences: 2TY Kurri Kurri (1929-1934) - Qualifications: cc; AOCP 500, 1929, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: colliery employee (Pelaw Main, 1930; Stanford Merthyr, 1934; Kurri Kurri, 1936-1937); winding driver (Kurri Kurri, 1968) * [[/Mary Lilian XXXX|Hill nee , Mary Lilian]] [https://www.familysearch.org/tree/person/details/GX16-JZY] - 1906(???)-19??(???) - Licences: 6MH Wiluna (1937-1939, 1947-1965); 6MH Busselton (1969-1980+) - Qualifications: cc; AOCP 1976, 1937, WA - amateur operator; amateur broadcaster; YL operator - Relationships: Wife of 6AH Arthur Stanley Hill - Electoral Rolls: ===''HILLHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Reid Hillhouse|Hillhouse, James or James Reid]] [https://www.familysearch.org/tree/person/details/GXH2-YZJ] - 1907(Sct)-1992(Qld) - Licences: 4ZO Collinsville (1933-1939, 1947-1975); 4ZO Bowen (1980+) - Qualifications: cc; AOCP 1115, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: coal miner (Collinsville, Qld, 1928-1963); retired (Gladstone, Qld, 1977) ===''HILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Hilton|Hilton, William Edward]] [https://www.familysearch.org/tree/person/details/GDPR-P1K] - 1876(???)-1957(NSW) - Licences: XEQ Sydney (St Leonards, 1913-1914); 2BA Receive Sydney (Crows Nest, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: postal assistant (Newtown, 1903); postmaster (Stockton, 1930-1932; Kurri Kurri, 1934-1936); retired (Long Jetty, 1943-1949) ===''HINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Hine|Hine, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GCBY-3SZ] - 1907(NSW)-1994(NSW) - Licences: 2QL Sydney (Campsie, 1935-1937; Richmond, 1938-1939; Homebush, 1946-1980+) - Qualifications: AOCP 1434, 1935, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Campsie, 1930-1931; Temora, 1932-1935); wireless operator (RAAF Richmond, 1936-1937; Concord, 1943); radio officer (Homebush, 1954-1958; Strathfield West, 1968; Homebush, 1977-1980) ===''HIPWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Anson Le Hunt Hipwell|Hipwell, Ronald Anson Le Hunt]] [https://www.familysearch.org/tree/person/details/G8HJ-SMM] - 1902(Vic)-1975(Vic) - Licences: 3KU Swan Hill (1929-1933); 2ACD Broken Hill (1937-1939); 3ACD Melbourne (Dromana, 1955-1956); 5AJ Port Augusta (1960-1965); 3AEI Melbourne (Dromana, 1969-1975) - Qualifications: AOCP 486, 1929, No. ?? in Vic; AOLCP 140, 1934 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: engineer (St Kilda East, 1925); electrical engineer (Swan Hill, 1931); radio engineer (Broken Hill, 1935-1943); radio electrical fitter (Dromana, 1949-1954); retired (Dromana, 1972) ===''HIRSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jacob Alexander Hirsch|Hirsch or Deerson, Jacob or Jakob Alexander]] [https://www.familysearch.org/tree/person/details/GWZX-RZ3] - 1896(Aus)-1979(Aus) - Licences: 2AE Receive Sydney (Croydon, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (Oatley, 1930-1937); clerk (Canberra, 1949); no occupation (Pambula Beach, 1954-1972; Merimbula, 1977) ===''HITCHCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leith Fuller Hitchcock|Hitchcock, Leith Fuller]] [https://www.familysearch.org/tree/person/details/GXWC-Y61] - 1897(Qld)-1953(Qld) - Licences: 4LH Brisbane (Wooloowin, 1931-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: bacteriologist (Wooloowin, 1921-1936); research officer (Wooloowin, 1943-1949) ===''HOAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. M. Hoad|Hoad, C. M.]] - 19??(???)-19??(???) - Licences: None yet identified - Qualifications: AOCP 319, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - Individual not yet identified ===''HOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Cecil Hoar|Hoar, John Cecil]] [https://www.familysearch.org/tree/person/details/MVKW-HND] - 1900(Eng)-1964(WA) - Licences: 6OR Perth (Fremantle, 1931-1939; Mosman Park, 1947-1960) - Qualifications: cc; AOCP 786, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Barracks, Fremantle, WA, 1925-1931; East Fremantle, WA, 1936-1937; Mosman Park, WA, 1949-1963) ===''HOARE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Hoare|Hoare, Peter]] [https://www.familysearch.org/tree/person/details/G99K-6N4] - 1895(NSW)-1975(NSW) - 2PH Gosford (1925-1927), amateur operator (AOCP 82, 1925, No. ?? in NSW), amateur broadcaster, railway signalman * [[/Pierce Mark Hoare|Hoare, Pierce Mark]] - 1895(NSW)-1988(NSW) - 2SL Lismore (1934-1980+), amateur operator (AOCP 1227, 1933, No. ?? in NSW), amateur broadcaster, radio clubs (Richmond River Listeners' League) ===''HOBART-DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Hobart-Duff, William Vere see Duff, William Vere Hobart]] ===''HOBCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hurtle Horace Hobcroft|Hobcroft, Hurtle Horace]] [https://www.familysearch.org/tree/person/details/G8WZ-G5T] - 1899(SA)-1993(SA) - Licences: 5RE Adelaide (West Brunswick, 1928); 5RE Renmark (1931-1939, 1946-1956); 5RE Adelaide (Linden Park, 1960-1969) - Qualifications: cc; AOCP 420, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW1; WW2 - Relationships: Father of Rex Kelvin Hobcroft - Electoral Rolls: clerk (Carlton North, 1925-1926; Brunswick West, 1928); horticulturalist (Renmark, 1939-1943) ===''HOBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Forde Hobler|Hobler, Cecil Forde]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: solicitor (Barcaldine, 1928) - Relationships: cousin of 4DO Harold Learmonth Hobler? * [[/Harold Learmonth Hobler|Hobler, Harold Learmonth]] [https://www.familysearch.org/tree/person/details/LRKZ-8N1] - 1906(Qld)-1984(Qld) - Licences: 1217 Rockhampton (1921-1924); 4DO Receive Rockhampton (1923); 4DO Rockhampton (1925-1939, 1946-1980+) - Qualifications: cc; AOCP 110, 1925, No. 12 in Qld; CPRT 1003, 1928 - amateur operator; amateur broadcaster; radio club (WIAQ, JOTA); business proprietor (picture theatre), WW2 - Electoral Rolls: theatre manager (Rockhampton, 1930-1937); theatre proprietor (Rockhampton, 1943); soldier (Bulimba, 1943); theatre proprietor (Rockhampton, 1949); theatre manager (Rockhampton, 1958-1963); property owner (Rockhampton North, 1968-1977) - Relationships: cousin of Cecil Forde Hobler? ===''HODDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Hodder|Hodder, Clarence William]] [https://www.familysearch.org/tree/person/details/GXLK-ZRC] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Parkside, 1923); Receive Adelaide (Parkside, 1923); 5LY Adelaide (Parkside, 1934-1939, 1947; Bridgewater, 1948-1980) - Qualifications: cc; AOCP 1354, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: moulder (Parkside, SA, 1939-1943) ===''HODDINOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Hoddinott|Hoddinott, Francis William]] [https://www.familysearch.org/tree/person/details/9N4Q-3X7] - 1886(Vic)-1972(Qld) - Licences: Receive Brisbane (Eagle Junction, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Rockville Estate, Toowoomba, Qld, 1908; Toowoomba, Qld, 1912; Sandgate, Qld, 1919; Eagle Junction, Qld, 1921-1943; West End, 1949); retired (Tamborine Mountain, Qld, 1958-1963; Hendra, Qld, 1968) ===''HODGKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Charles Hodgkinson|Hodgkinson, Francis Charles]] [https://www.familysearch.org/tree/person/details/GDBM-J4S] - 1906(???)-1977(???) - Licences: Receive (Crystal) Ulverstone (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: jeweller's assistant (Ulverstone, 1928-1949); watchmaker (Ulverstone, 1954) ===''HODSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Hodson|Hodson, Victor]] [https://www.familysearch.org/tree/person/details/GXQ5-DV2] - 1890(SA)-1917(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 145, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified ===''HOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hoe|Hoe, Frederick]] [https://www.familysearch.org/tree/person/details/GS4Q-CSG] - 1886(Vic)-1976(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer; business proprietor (Fred Hoe and Sons) - Relationships: Father of 4FO Fred Hoe - Electoral Rolls: engineer (Fortitude Valley, Qld, 1913; Yeronga, Qld, 1916-1919); manager (Yeronga, Qld, 1921-1972) * [[/Fred Hoe|Hoe, Fred]] [https://www.familysearch.org/tree/person/details/G796-MWK] - 1913(Vic)-1984(Qld) - Licences: 4FO Brisbane (Yeronga, 1933-1939; Annerley, 1946-1954) - Qualifications: cc; AOLCP 53, 1931; AOCP 1188, 1933, Qld - amateur operator; amateur broadcaster; employment (Edgar V. Hudson); business proprietor (Fred Hoe and Sons) - Relationships: Son of Frederick Hoe - Electoral Rolls: radio engineer (Yeronga, Qld, 1936-1937); general manager (Annerley, Qld, 1949); business manager (Salisbury, Qld, 1954); manager (Buranda, Qld, 1954-1963; Burleigh Heads, Qld, 1968); company director (Holland Park West, Qld, 1972-1980) ===''HOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hogg|Hogg, Stanley]] [https://www.familysearch.org/tree/person/details/GXBD-TCR] - 1908(Eng)-1987(WA) - Licences: 6SG Harvey (1934-1939) - Qualifications: cc; AOCP 1382, 1934, WA; BOCP 142, 1938; 2COCP 240, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: milk tester (Harvey, WA, 1930-1937); radio operator (AAMS Wireless Station, Kalgoorlie, WA, 1943); engineer (Nedlands, WA, 1949); aircraft engineer (Kewdale, WA, 1954-1968; Belmont, WA, 1972); retired (Coodanup, WA, 1977; Mandurah, WA, 1980) ===''HOLLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Evan Holland|Holland, Albert John Evan]] [https://www.familysearch.org/tree/person/details/GZQW-VBH] - 1896(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; AOCP 12, 1924, No. 3 in Vic - amateur operator; amateur broadcaster - Relationships: brother of 3JH Frank Henry James Holland - Electoral Rolls: draftsman (Moonee Ponds, 1922-1925; Essendon, 1926); engineer (Essendon, 1928-1931; Camberwell, 1936-1954); nil (Nunawading, 1963) * [[/Frank Henry James Holland|Holland, Frank Henry James]] [https://www.familysearch.org/tree/person/details/GZQW-S1W] - 1899(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; CPRT 596, 1920 - amateur operator; amateur broadcaster - Comment: well placed in Trans-Pacific Tests 1923 despite inferior equipment - Relationships: brother of 3JH Albert John Evan Holland - Electoral Rolls: wireless instructor (Moonee Ponds, 1922-1925); boot repairer (Essendon, 1926-1928); labourer (North Essendon, 1931); boot repairer (Olinda, 1934-1943); postal clerk (Sandringham, 1949); clerk (Heidelberg, 1954-1968) * [[/Ronald Weymouth Holland|Holland, Ronald Weymouth "Ron"]] - 1914(???)-1983(Qld) - 4AQ Brisbane (Coorparoo, 1946-1980+), amateur operator (AOCP 2392, 1939, No. ?? in Qld) ===''HOLLOWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hart Holloway|Holloway, William Hart]] [https://www.familysearch.org/tree/person/details/GXQ5-HRT] - 1876(Eng)-1950(Tas) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 20, 1914; 1COCP 41, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: agent (Brunswick, Vic, 1909; Whitemark, Flinders Island, 1914-1919); wireless operator (Broome, 1918-1922); O.J.C. Radio (Camberwell, 1924-1926); radio officer (Thursday Island, 1928); officer-in-charge (Radio Station, Emita, Flinders Island, 1936-1937); farmer (Lady Barron, 1943-1949) ===''HOLST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Owen Holst|Holst, Arnold Owen]] [https://www.familysearch.org/tree/person/details/GZ6V-ZPD] - 1898(Vic)-1975(Vic) - Licences: XPH Melbourne (Caulfield, 1913-1914); 3OH Melbourne (Toorak, 1956-1975) - Qualifications: Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster (through brother Hector's station 3BY); electrician - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: sharebroker (Camberwell, 1922-1934; Toorak, 1935-1972) * [[/Hector James Holst|Holst, Hector James]] [https://www.familysearch.org/tree/person/details/GZ6V-X23] - 1903(Vic)-1954(Vic) - Licences: 3BY Receive Melbourne (Caulfield, 1922); 3BY Melbourne (Caulfield, 1923-1954) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: engineer (Caulfield, 1925-1954) * [[/Otto Holst|Holst, Otto]] [https://www.familysearch.org/tree/person/details/GZ6V-2M7] - 1906(Vic)-1967(Vic) - Licences: 3BY Melbourne (Caulfield, 1955-1967) - Qualifications: cc; AOCP 79, 1925, No. ?? in Vic - amateur operator; amateur broadcaster (through brother Hector's station 3BY) - took over 3BY callsign after passing of brother Hector James Holst in 1954 - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: radio engineer (Caulfield, 1928-1963) ===''HOLT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Molineux Holt|Holt, Bernard Molineux]] [https://www.familysearch.org/tree/person/details/LDQR-MJP] - 1883(NZ)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - president WIA WA; witness to Royal Commission 1927 (obo WIA WA) - Electoral Rolls: electrical engineer (Claremont, 1910-1914; Osborne, 1917-1954) ===''HOMBERG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. G. Homberg|Homberg, S. G.]] - 19??(???)-19??(???) - Licences: 3RG Melbourne (Malvern, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Morten Honnor|Honnor, John Morten]] [https://www.familysearch.org/tree/person/details/KCNV-ZM6] - 1900(SA)-1987(Vic) - Licences: 5AE Adelaide (Prospect, 1923-1931) - Qualifications: cc; AOCP 192, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Knoxville, SA, 1939-1941); RAAF (Ballarat, Vic, 1942); instructor (Hampton, 1949; Bentleigh, 1954-1980) ===''HOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Hamilton Hood|Hood, John George Hamilton]] [https://www.familysearch.org/tree/person/details/G772-RK8] - 1904(NSW)-1971(Vic) - 3BP Receive Melbourne (South Yarra, 1922); 3BP Melbourne (East St Kilda, 1923-1933; Toorak, 1937-1939) - Qualifications: cc; AOCP 182, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (East St Kilda, 1925-1931); draughtsman (Toorak, 1934-1937; Malvern, 1943-1967) ===''HOOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel George Alfred Hooke|Hooke, Lionel George Alfred]] [https://www.familysearch.org/tree/person/details/G8NK-KDV] - 1895(Vic)-1974(NSW) - Licences: 3M? Melbourne - Qualifications: CPRTelephony 529, 1920 - amateur operator, amateur broadcaster, early wireless experimenter, ship wireless operator (Aurora, 1914, support Shackleton's expedition), radio clubs (IRE Aust), business (AWA, senior management), honours (knighted, 1937) - Electoral Rolls: wireless (Brighton, Vic, 1921-1927); business manager (Neutral Bay, 1933); manager (Killara, NSW, 1936-1972) - [https://adb.anu.edu.au/biography/hooke-sir-lionel-george-alfred-10536 ADB] ===''HOOKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Theodore Hooker|Hooker, Walter Theodore]] [https://www.familysearch.org/tree/person/details/GD1W-QB5] - 1901(St Kitts)-1949(Tas) - Licences: 7JH Hobart (New Town, 1933-1939); 7JH Waddamanna (1946-1948) - Qualifications: cc; AOCP 1161, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart North, 1922); electrical engineer (New Town, 1928); electrician (New Town, 1936); engineer (Waddamanna, 1937-1943) ===''HOOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Wallbank Hooper|Hooper, Allan Wallbank]] [https://www.familysearch.org/tree/person/details/LB8M-VJG] - 1898(SA)-1960(NSW) - Licences: 4KR Willis Island (1933) - Qualifications: cc; CPRT 432, 1919; 2COCP 8, 1929; 1COCP 127, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: unemployed (Manly, NSW, 1949); telegraphist (Little Bay, NSW, 1949; Yarra Bay, NSW, 1954-1958) ===''HOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyndsay Arthur Hope|Hope, Lyndsay Arthur]] [https://www.familysearch.org/tree/person/details/LKYX-575] - 1906(Tas)-1997(Tas) - Licences: 7LA Launceston (1925-1927+) - Qualifications: cc; AOCP 188, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; broadcast engineer; WW2; gave up experimental callsign for use by his Class B licence, 7LA Launceston - Relationships: brother of 7RS Ronald Springfield Hope - Electoral Rolls: bank clerk (Launceston, 1928); bank officer (Ulverstone, 1936); accountant (Scottsdale, 1949; Bridport, 1954-1972) * [[/Ronald Springford Hope|Hope, Ronald Springford]] [https://www.familysearch.org/tree/person/details/LTCW-PDG] - 1909(Tas)-1985(NSW) - Licences: 7RS Launceston (1926-1927); 7RS Hobart (City, 1931; Sandy Bay, 1933+) - Qualifications: cc; AOCP 263, 1926, No. ?? in Tas; AOLCP 75, 1932; ROCP N1832, 1976 - amateur operator; amateur broadcaster; broadcast engineer (designed & constructed transmission systems for 7HO Hobart & 7UV Ulverstone); later employed by STC England - Relationships: brother of 7LA Lyndsay Arthur Hope - Electoral Rolls: broadcast engineer (Queensborough, Tas, 1936); not specified (Finchley, Eng, 1936-1938); engineer (Thornleigh, NSW, 1949-1954); company director (Beecroft, NSW, 1958-1980) ===''HOPKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alfred Hopkins|Hopkins, Edward Alfred]] [https://www.familysearch.org/tree/person/details/GM4D-3QJ] - 1902(Tas)-1992(NSW) - Licences: Receive Moonah (1923) - Qualifications: cc; 3COCP 4858, 1964 - amateur receiver - Electoral Rolls: electrician (Moonah, 1928); engineer (Milson's Point, 1936-1943); electrical engineer (Wollstonecraft, 1949-1954); engineer (Wollstonecraft, 1958-1980) ===''HORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin John Horan|Horan, Kevin John "Ken"]] [https://www.familysearch.org/tree/person/details/G8V9-FTZ] - 1912(SA)-2002(SA) - Licences: 5DQ Adelaide (Parkside, 1930-1931; Unley, 1933); 2AJU Broken Hill (1938-1939); 5DQ Adelaide (Flinders Park, 1947-1960; Grange, 1965-1969); 3ZD Melbourne (Glen Waverley, 1975); 5IT Adelaide (Fulham, 1980) - Qualifications: cc; AOCP 672, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Clovelly, NSW, 1943); manager (Glen Waverley, 1972-1977) ===''HORN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Horn|Horn, David]] [https://www.familysearch.org/tree/person/details/GS41-9K4] - 1909(Qld)-1962(Qld) - Licences: 4DN Tara (1937-1939) - Qualifications: cc; AOCP 2021, 1937, Qld; BOCP 578, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: medical practitioner (Somerset Dam, Qld, 1936-1937; Baralba, Qld, 1943); radio engineer (Toowoomba, Qld, 1949); medical practitioner (Toowoomba, Qld, 1954) * [[/Irvan James Horn|Horn, Irvan James or James Irwin]] [https://www.familysearch.org/tree/person/details/G8WF-GB6] - 1905(WA)-19??(???) - Licences: 6JH Perth (City, 1928, 1937-1939); 3HX Melbourne (South Melbourne, 1965) - Qualifications: cc; AOCP 427, 1928, No. ?? in WA; 2COCP 29, 1935; 1COCP, 127, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Perth, WA, 1936-1937); wireless officer (Subiaco, WA, 1943); electrical contractor (Subiaco, WA, 1949); contractor (Albert Park, Vic, 1949); electrical contractor (Albert Park, Vic, 1963); retired (West Perth, WA, 1977; Subiaco, WA, 1980) ===''HORROCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Samuel Blake Horrocks|Horrocks, George Samuel Blake]] [https://www.familysearch.org/tree/person/details/GF94-19M] - 1911(WA)-1966(Vic) - Licences: 6GS Harvey (1932-1939, 1947-1948); 6GS Wagin (1954-1955) - Qualifications: cc; AOCP 919, 1932, No. ?? in WA; BOCP 1154, 1950; TVOCP 61, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: engine driver (Harvey, WA, 1936-1949); radio technician (Mt Lawley, WA, 1954); technician (Bentleigh North, Vic, 1963) ===''HOSKEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Dryden Hosken|Hosken, Arthur John Dryden]] [https://www.familysearch.org/tree/person/details/L6KH-BX8] - 1889(Eng)-1966(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 727, 1922 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: seaman (Williamstown, 1914-1919); Amalgamated Wireless (Darwin, 1922) * [[/Stanley Victor Hosken|Hosken, Stanley Victor]] [https://www.familysearch.org/tree/person/details/9HWQ-MGG] - 1894(Vic)-1971(Vic) - Licences: 3MP Receive Melbourne (Hawthorn, 1923); 3MP Melbourne (Hawthorn, 1923-1924; Surrey Hills, 1925-1933; Broadmeadows, 1934-1939; St Albans, 1946-1955; Hawthorn, 1956-1965; Mitcham, 1969) - Qualifications: cc; AOCP 6, 1924, No. 2 in Vic - amateur operator; amateur broadcaster; broadcast engineer (3AR, 3LO) - Electoral Rolls: civil servant (Hawthorn, 1919-1924); electrical engineer (Surrey Hills, Vic, 1925-1931); senior mechanic PMGD (3AR station, Broadmeadows, 1936-1937); civil servant (3AR Station, St Albans, 1942-1954); nil (Hawthorn, 1963-1967; Mitcham, 1968) ===''HOSKING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Piere Hosking|Hosking, Aubrey Piere]] [https://www.familysearch.org/tree/person/details/GDYV-D7R] - 1891(South Africa)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 376, 1918; 1COCP 117, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIT Townsville (1917-1918) - Electoral Rolls: wireless operator (Townsville, 1919); telegraphist (South Yarra, Vic, 1921-1922); radio telegraphist (Canterbury, Vic, 1924); sales manager (Canterbury, Vic, 1925-1926; Balwyn, Vic, 1928; Lindfield, NSW, 1930-1963) ===''HOSKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stark Hoskins|Hoskins, John Stark]] [https://www.familysearch.org/tree/person/details/G61K-FZ3] - 1891(NZ)-1987(Eng) - Licences: Nil yet identified - Qualifications: cc; CPRT 147, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: business manager (Claremont, WA, 1929) ===''HOWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Earl Stephen Howard|Howard, Earl Stephen]] [https://www.familysearch.org/tree/person/details/GQMV-XQL] - 1895(Tas)-1938(Vic) - Licences: 7ET Hobart (Moonah, 1928-1931) - Qualifications: cc; AOCP 470, 1928, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: clerk (Hobart, 1919-1922; Moonah, 1928-1936) ===''HOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Maxwell Howden|Howden, John Maxwell]] [https://www.familysearch.org/tree/person/details/GH2L-7LN] - 1929(Vic)-2017(Vic) - Licences: 3ZCH Melbourne (Burwood, 1956; Box Hill 1960-1975); 3BQX Melbourne (Box Hill, 1980+) - Qualifications: AOLCP 187, 1956; AOCP V610, 1979 - amateur operator - Relationships: son of 3BQ Walter Francis Maxwell Howden - Electoral Rolls: * [[/Walter Francis Maxwell Howden|Howden, Walter Francis Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/G43K-1TC] - 1899(Vic)-1980(Vic) - Licences: No 19 Receive Melbourne (Box Hill, 1920); V140 Receive Melbourne (Box Hill, 1921); 3BQ Receive Melbourne (Box Hill, 1922); 3BQ Melbourne (Box Hill, 1923-1927; Canterbury, 1928-1939 & 1946-1975+); 3ABQ Melbourne (portable, "Canterbury", 1947-1956) - Qualifications: AOCP 114, 1925, No. ?? in Vic - amateur operator, amateur broadcaster, first to QSO USA; first to QSO England, first on telegraphy, then telephony; journalist (Listener In); Bright Star Crystals 1930s-1950s; QSLs: substantial portion of QSL collection survives at NFSA (1800+) - Relationships: father of 3ZCH/3BQX John Maxwell Howden - Electoral Rolls: student (Box Hill, 1924-1927); wireless engineer (Ringwood, 1928); engineer (Camberwell, 1931-1954) - Links: [http://messui.polygonal-moogle.com/valves/NW199611.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199612.pdf EA2] ===''HOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph Howe|Howe, John Joseph]] [https://www.familysearch.org/tree/person/details/LD83-QNG] - 1886(Irl)-1949(Tas) - Licences: Nil yet identified - Qualifications: cc; CPRT 117, 1915; 1COCP 15, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918) - Electoral Rolls: radio telegraphist (Cooktown, 1916-1917); wireless operator (Pinkenba, Qld, 1919; Moonah, Tas, 1922; New Town, Tas, 1928-1943) * [[/Raymond Raine Howe|Howe, Raymond Raine "Ray"]] [https://www.familysearch.org/tree/person/details/GXHH-KJN] - 1919(Qld)-1984(NSW) - Licences: 4RH Bundaberg (1936-1939); 2ARH Sydney (Vaucluse, 1946-1955; Epping, 1956-1960); 3YH Melbourne (Mt Waverley, 1965-1969) - Qualifications: AOCP 1812, 1936, No. ?? in Qld; 3AIR 1009, 1947 - amateur operator; amateur broadcaster; broadcast engineer (4BU); military (RAAF, career, Wing-Commander) - Electoral Rolls: Wireless Operator (Richmond, NSW, 1943); RAAF (Vaucluse, NSW, 1949); RAAF officer (Campbell, ACT, 1963); RAAF (Syndal, Vic, 1967); RAAF officer (Dickson, ACT, 1972-1977); retired (Narrawallee, NSW, 1980) ===''HOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Montague Howlett|Howlett, Arthur Montague]] [https://www.familysearch.org/tree/person/details/GZPZ-NWZ] - 1882(Eng)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 130, 1915; 2COCP 253, 1930 - RANRS (Warrant Telegraphist, 1918) - Electoral Rolls: radio engineer operator (Esperance, 1916); warrant officer R.A.N.R.S. (Thursday Island, 1919); radio telegraphist (Rockhampton, 1925-1931; Clayfield, Qld, 1936); wireless operator (Clayfield, 1943-1954); retired (Clayfield, Qld, 1958) ===''HUBSHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lassalle Paul Hubsher|Hubscher or Hubsher, Lassalle Paul "Paul"]] [https://www.familysearch.org/tree/person/details/GXWF-8DP] - 1913(Qld)-1971(Qld) - Licences: 4UL Brisbane (Bulimba, 1936-1939; Annerley, 1946-1969+) - Qualifications: cc; AOCP 1578, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor); part of the "U" gang; Evans Deakin engineering - Electoral Rolls: fitter & turner (Valley, Qld, 1936-1937); draftsman (Annerley, 1943-1968) ===''HUDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Henry Hudson|Hudson, William Henry]] [https://www.familysearch.org/tree/person/details/K4BR-1P4] - 1895(NSW)-1972(NSW) - Licences: XBO Sydney (Dulwich Hill, 1913-1914); 2PO Receive Sydney (Marrickville, 1923); 2AR Sydney (Dulwich Hill, 1922-1969) - Qualifications: cc; AOCP 18, 1924, No. 8 in NSW - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: bootmaker (Dulwich Hill, 1930-1963) - Comment: beware, several contemporaneous WHHs ===''HUEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Meredyth Huey|Huey, Richard Meredyth]] [https://www.familysearch.org/tree/person/details/G8WP-Y1Z] - 1913(NSW)-1995(NSW) - Licences: 2HU Sydney (Chatswood, 1928-1931; Cronulla, 1933-1937); 3UE Melbourne (Hawthorn East, 1938-1939); 2AHU Sydney (Sylvania, 1980) - Qualifications: AOCP 437, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Cronulla, 1935-1937); army officer (Melbourne, 1943); engineer (West Pennant Hills, 1949; Pennant Hills, 1954; Edgecliff, 1958-1963; Sylvania, 1977-1980); retired (Mittagong, 1980) ===''HUGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Roy Huggins|Huggins, David Roy]] [https://www.familysearch.org/tree/person/details/GDW3-LXL] - 1892(NSW)-1976(NSW) - Licences: 2ZW Sydney (Neutral Bay, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: organ builder (Petersham, 1913); piano maker (Neutral Bay, 1930-1968); builder (Cremorne, 1972) ===''HUGHES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Alan Hughes|Hughes, Clive Alan]] [https://www.familysearch.org/tree/person/details/G8MV-3XQ] - 1900(Vic)-1966(Vic) - Licences: 3CA Ararat (1927); 3CA Melbourne (Williamstown, 1931-1939, 1946-1965) - Qualifications: AOCP 343, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Williamstown, 1924-1928); schoolmaster (Williamstown, 1936-1963) * [[/George Herbert Hughes|Hughes, George Herbert]] [https://www.familysearch.org/tree/person/details/GXZT-4JB] - 1909(Qld)-1997(Qld) - Licences: 4HU Brisbane (Windsor, 1937-1939; Annerley, 1947-1954) - Qualifications: cc; AOCP 1929, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: store keeper (Windsor, Qld, 1934-1937); branch manager (Annerley, Qld, 1943-1958); technician (Tarragindi, Qld, 1963-1980) ===''HUGO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald William Stuart Hugo|Hugo, Ronald William Stuart or Stewart (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GFMZ-CLZ] - 1910(WA)-1978(WA) - Licences: 6KW Perth (Subiaco, 1938-1939, 1947-1960; Floreat Park, 1965-1975) - Qualifications: cc; AOCP 2081, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Subiaco, WA, 1931-1934); salesman (Subiaco, WA, 1936-1963); manager (Floreat Park, WA, 1968-1977) ===''HULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Galbraith Hull|Hull, Allan Galbraith "Braith"]] [https://www.familysearch.org/tree/person/details/GWQD-PTY] - 1905(Vic)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - journalist (Wireless Weekly, editor; Radio and Hobbies, editor 1939; Australasian Radio World, editor 1940-1950) - Relationships: brother of William Howard Hull & 3JU Ross Amos Hull - Electoral Rolls: sales (St Kilda, Vic, 1926-1927); radio engineer (Darlinghurst, 1931); journalist (Northbridge, NSW, 1934; Bondi, NSW, 1935-1936); engineer (Rose Bay, 1937); manager (Malvern, 1942); journalist (Mornington, 1949); publisher (Sandringham, 1954); printer (Oakleigh, 1958-1963; Chadstone, 1967-1968; Glen Iris, 1972; Mt Waverley, 1977-1980) * [[/Frederick Atherley Hull|Hull, Frederick Atherley]] [https://www.familysearch.org/tree/person/details/GZ5M-MT9] - 1906(NZL)-1997(WA) - Licences: 6FH Pingrup (1930-1931); 6FH Port Hedland (1937-1939, 1946-1956); 6FH Perth (Claremont, 1960-1975; Nedlands, 1980+) - Qualifications: cc; CRPT 1139, 1929; 2COCP 271, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Perth, 1929); radio operator (Port Hedland, 1937-1954); unemployed (Claremont, 1958); technical officer (Claremont, 1963-1972; Nedlands, 1977-1980) - Relationships: brother of 6RH Raymond Alfred Hull * [[/George Maxwell Hull|Hull, George Maxwell]] [https://www.familysearch.org/tree/person/details/L6LQ-S44] - 1916(Vic)-1987(Vic) - Licences: 3ZS Melbourne (Canterbury, 1946-1980+) - Qualifications: cc; AOCP 2307, 1939, Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Canterbury, 1943); proprietor (Canterbury, 1949-1980) * [[/Raymond Alfred Hull|Hull, Raymond Alfred]] [https://www.familysearch.org/tree/person/details/GZP1-BSL] - 1908(NZ)-1967(WA) - Licences: 6RH Pingrup (1929-1931); 6RH Perth (Wembley, 1937; Mt Hawthorn, 1939) - Qualifications: cc; AOCP 558, 1929, No. ?? in WA; 2COCP 590, 1942 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, 1934); traveller (Subiaco, 1949); sales director (Victoria Park, 1958-1963) - Relationships: brother of 6FH Frederick Atherley Hull * [[/Ross Amos Hull|Hull, Ross Amos]] [https://www.familysearch.org/tree/person/details/GWQD-P5W] - 1902(Vic)-1938(USA) - Licences: 3JU Melbourne (St Kilda, 1922-1925) - Qualifications: Nil yet identified - amateur broadcaster; radio clubs (WIA Vic Kew, president, 1923); journalist (Wireless Weekly, technical editor; QST, technical editor) - Relationships: brother of William Howard Hull & Allan Galbraith Hull - Electoral Rolls: draftsman (St Kilda, 1924-1925) - Comment: Gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW198902.pdf EA] * [[/William Howard Hull|Hull, William Howard]] [https://www.familysearch.org/tree/person/details/G7WJ-723] - 1891(Tas)-1955(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Relationships: brother of 3JU Ross Amos Hull & Allan Galbraith Hull - Electoral Rolls: electrical engineer (Cobungra, 1914-1915); engineer (Armadale, 1921; Brighton, 1922-1931; Caulfield, 1934-1949); retired (Beaconsfield Upper, 1954) ===''HUME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest James Hume|Hume, Ernest James]] [https://www.familysearch.org/tree/person/details/GZYR-TZM] - 1869(Vic)-1929(SA) - Licences: Nil - Qualifications: AOCP ??, 19??, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: - Relationships: wife of Stella Leonora Harriet Hume nee Jeremy; son of James Hill Hume, father of Ernest Jeremy Hume * [[/Ernest Jeremy Hume|Hume, Ernest Jeremy]] [https://www.familysearch.org/tree/person/details/GZYT-727] - 1906(SA)-1988(Vic) - Licences: Nil - Qualifications: Nil - chief engineer 5DN - Electoral Rolls: engineer (North Unley, 1939-1941; Oakleigh, Vic, 1949-1963; Carnegie, 1968-1977) - Relationships: grandson of James Hill Hume, son of Ernest James Hume and Stella Leonora Harriet Hume nee Jeremy * [[/Geoffrey Vincent Hume|Hume, Geoffrey Vincent]] [https://www.familysearch.org/tree/person/details/GQCL-NM1] - 1909(NSW)-1998(NSW) - Licences: 2GV Sydney (Cremorne, 1927-1930); 2AMD Sydney (Mosman, 1939) - Qualifications: AOCP 365, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio technician (Neutral Bay, 1930-1936; Mosman, 1937); RAAF (Ballarat, 1942); clerk (Turramurra, 1949); technical assistant (Pymble, 1954-1980) * [[/James Hill Hume|Hume, James Hill]] [https://www.familysearch.org/tree/person/details/GZYT-SLD] - 1822(??)-1887(Vic) - Licences: Nil - Qualifications: Nil - alleged very early wireless experimenter - Electoral Rolls: - Relationships: father of Ernest James Hume; father-in-law of Stella Leonora Harriet Hume nee Jeremy; grandfather of Ernest Jeremy Hume * [[/Stella Leonora Harriet Jeremy|Hume nee Jeremy, Stella Leonora Harriet]] [https://www.familysearch.org/tree/person/details/GZYT-33D] - 1882(Vic)-1953(NSW) - Licences: Nil - Qualifications: Nil - radio announcer (early 5DN) - Electoral Rolls: - Relationships: wife of Ernest James Hume; daughter-in-law of James Hill Hume; mother of Ernest Jeremy Hume ===''HUMPHRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] - See Innis Jane Lovett Spotswood 4JH * [[/Jack Lawrence Humphry|Humphry, Jack Lawrence]] [https://www.familysearch.org/tree/person/details/M7P4-M7M] - 1889(Qld)-1953(Qld) - Licences: 4JK Poopoonbah via Giru (1934-1939) - Qualifications: cc; AOCP 1349, 1934, Qld - amateur operator; amateur broadcaster; WW1 - Relationships: Husband of 4JH Innis Jane Lovett Humphry nee Spotswood - Electoral Rolls: farmer (Hodel, Ayr, Qld, 1912-1937; Poopoonbah, 1949-1954) ===''HUNT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Alexander Hunt|Hunt, Joseph Alexander]] [https://www.familysearch.org/tree/person/details/GFM1-9MM] - 1912(WA)-2002(WA) - Licences: 6JA Perth (Maylands, 1938-1939); 6JD Perth (Rockingham, 1960) - Qualifications: cc; AOCP 2112, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1936; Maylands, WA, 1937-1949); retired (Rockingham, WA, 1972) ===''HUPPATZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Huppatz|Huppatz, William George]] [https://www.familysearch.org/tree/person/details/MWTP-DF5] - 1900(Vic)-1970(SA) - Licences: 5GW Cowandilla (1931-1933); 5GW Naracoorte (1937-1939) - Qualifications: cc; AOCP 801, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Naracoorte, SA, 1939); engineer (Cowandilla, 1941-1943) ===''HURLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Hurll|Hurll, Norman James]] [https://www.familysearch.org/tree/person/details/GZXC-BFF] - 1904(NSW)-2003(Qld, 98yo) - Licences: 2BC Sydney (Killara, 1924-1930); 4NJ Tallebudgera Creek (1931-1935); 2HJ Sydney (Killara, 1935-1937; Roseville, 1938-1939); 2IN?/2DKH Sydney (1980+) - Qualifications: cc; AOCP 96, 1925, No. ?? in NSW - amateur operator, amateur broadcaster, military (WW2, CMF, CINT), business proprietor (Gas Light Engineering) - Electoral Rolls: engineer (Killara, 1930); merchant (Killara, 1936-1937); soldier (Strathfield, 1943); company manager (Burwood, 1949-1963); Managing Director (Killara, 1968); Director (Killara, 1972-1980) ===''HURRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Bruce Hurry|Hurry, Ronald Bruce]] [https://www.familysearch.org/tree/person/details/G8V2-G1C] - 1911(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 693, 1930, No. ?? in ?? - amateur operator?, amateur broadcaster?, electrical engineer, teacher - Electoral Rolls: Nil yet identified ===''HUSBAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Errol Husband|Husband, Norman Errol]] [https://www.familysearch.org/tree/person/details/L6F7-N7B] - 1893(Qld)-1961(NSW) - Licences: XABY Sydney (North Sydney, 1913-1914); 4CV Receive Charters Towers (1923); 4CV Charters Towers (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: motor engineer (Charters Towers, 1917-1922; Mackay, 1925-1937); engineer (Darlinghurst, 1949-1958) ===''HUTCHINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Thomas Edwards Hutchings|Hutchings, Allan Thomas Edwards]] [https://www.familysearch.org/tree/person/details/M7GB-2TM] - 1903(Vic)-1973(Vic) - Licences: 3HL Receive Callawadda (1922-1923); 3HL Callawadda (1924-1969) - Qualifications: cc; AOCP 65, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: son of 3HM Elizabeth Lilian Hutchings nee Edwards; brother of 3HQ Marjorie Lilian Williamson nee Hutchings - Electoral Rolls: farmer (Callawadda, 1927-1972) * [[/Elizabeth Lilian Edwards| Hutchings nee Edwards, Elizabeth Lilian]] [https://www.familysearch.org/tree/person/details/M7GB-25T] - 1877(Vic)-1943(Vic) - Licences: 3HM Callawadda (1932-1939) - Qualifications: cc; AOCP 509, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1926-1942) - Relationships: mother of 3HL Allan Thomas Edwards Hutchings and 3HQ Marjorie Lilian Williamson nee Hutchings - First woman in Australia to hold an amateur licence under the AOCP regime - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1925-1942) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Marjorie Lilian Hutchings|Williamson nee Hutchings, Marjorie Lilian]] [https://www.familysearch.org/tree/person/details/LB52-GSC] - 1912(Vic)-1988(Vic) - Licences: 3HQ Callawadda (1932-1939; 1946-1948); 3HQ Melbourne (Bentleigh, 1954-1980+) - Qualifications: cc; AOCP 1030, 1932, No. ?? in Vic - amateur operator, amateur broadcaster - Relationships: daughter of 3HM Elizabeth Lillian Hutchings nee Edwards; sister of 3HL Allan Thomas Edwards Hutchings - Electoral Rolls: home duties (Callawadda, 1934-1937); nurse (Alfred Hospital, Prahran, 1943); home duties (Callawadda, 1949; Bentleigh, 1949-1968) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''HUTCHINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Elwood Hutchinson|Hutchinson, Charles Elwood]] [https://www.familysearch.org/tree/person/details/G612-S6J] - 1894(Vic)-1942(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 728, 1922; 2COCP 278, 1930; 1COCP 307, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Esperance, 1919); radio telegraphist (Darwin, NT, 1922); telegraphist (Esperance, 1925-1931); radio telegraphist (Broome, WA, 1936-1937; Alberton, SA, 1939; Yatala, SA, 1941) * [[/John Victor Thomas Hutchison|Hutchison, John Victor Thomas]] [https://www.familysearch.org/tree/person/details/G89S-PY2] - 1907(NZ)-1975(NSW) - Licences: 2JH Sydney (Kirribilli, 1927-1937; West Ryde, 1938-1939; Croydon, 1946-1955; Bardwell Park, 1956-1965; Castle Cove, 1969-1975) - Qualifications: AOCP 374, 1927, No. ?? in NSW; CPRTelephony 1010, 1928 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Milson's Point, 1930-1937); laboratory assistant (Croydon, 1943-1949); radio technician (Bardwell Park, 1958-1968) ===''HUTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Hutson|Hutson, James William]] [https://www.familysearch.org/tree/person/details/G8N9-Z6J] - 1912(Vic)-1931(Vic) - Licences: 3JH Echuca (1930-1931) - Qualifications: AOCP 635, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon ===''HUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Hutton|Hutton, David]] [https://www.familysearch.org/tree/person/details/G8ZT-JXG] - 1912(Sct)-2003(NSW) - Licences: 2DH Abermain (1929-1934) - Qualifications: AOCP 551, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abermain, 1934-1963; Klworth, 1972-1977); retired (Klworth, 1980) ===''HYLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Philip Hyland|Hyland, Leonard Philip]] [https://www.familysearch.org/tree/person/details/K8N6-XLK] - 1903(Tas)-1942(Tas) - Licences: 7LP Hobart (City, 1936-1939) - Qualifications: cc; AOCP 1791, 1936, No. ?? in Tas; BOCP 271, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Hobart Central, 1928) - Comment: Passed on Duty; Gone too soon - Links: [https://www.themercury.com.au/news/tasmania/tasmania-fire-service-chief-chris-arnol-urges-everyone-to-reflect-on-the-selflessness-of-firefighters-in-the-pursuit-of-public-safety/news-story/59c6315bbf383ef9bb4e270d60cd9296 Mercury] =='''I'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''IKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William George Ikin|Ikin, William George]] [https://www.familysearch.org/tree/person/details/LWFZ-C37] - 1887(NSW)-1974(Vic) - Licences: 4SM Townsville (1925-1926); 4SM Brisbane (New Farm, 1927) - Qualifications: cc; AOCP 201, 1925, No. 18 in Qld - amateur operator; amateur broadcaster (dealer licence); WW1 - Electoral Rolls: mechanical engineer (Gladstone, 1913); engineer & electrician (Barcaldine, 1914); manager (Strand Motors, Townsville, 1925); motor mechanic (Mt Garnet, 1937-1949; Cardwell, 1949); farmer (Mareeba, 1954-1972) ===''INGLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Stanley Inglis|Inglis, Kenneth Stanley]] - 1929(Vic)-2017(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - historian (ABC); "This is the ABC"; "Whose ABC?" - Electoral Rolls: - Links: [[w:Ken Inglis|Wikipedia]] [https://www.tandfonline.com/doi/full/10.1080/1031461X.2018.1493961 Obit] ===''IRELAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Keith Ireland|Ireland, Leslie Keith "Keith"]] [https://www.familysearch.org/tree/person/details/LRMD-BPV] - 1908(SA)-1942(SA) - Licences: 5KR Mt Gambier (1933-1939) - Qualifications: cc; CPRT 950, 1927; AOLCP 60, 1932 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: radio dealer (Mt Gambier, SA, 1939-1941) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/633509 VWMA]; [https://www.awm.gov.au/collection/R1721431 AWM]; [https://aviationmuseumwa.org.au/afcraaf-roll/ireland-leslie-keith-47849/ AHM] ===''IRESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melville Charles Gladstone Ireson|Ireson, Melville Charles Gladstone]] [https://www.familysearch.org/tree/person/details/GMZT-ML6] - 1898(Vic)-1955(Vic) - Licences: 3ZY Kyneton (1931-1933); 3AIR Kyneton (1947-1955) - Qualifications: cc; AOCP 305, 1926, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Maldon, 1919); telegraphist (Ballarat, 1925); postal employee (Kyneton, 1931-1954) ===''IRVINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Irvine|Irvine, William]] - 1907(???)-19??(???) - Licences: 4IR Brisbane (Mitchelton, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1987, 1937, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous WIs - Electoral Rolls: Nil yet identified ===''IRVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Lawson Irving|Irving, Cyril Lawson]] [https://www.familysearch.org/tree/person/details/GXZT-65R] - 1912(Qld)-1992(Qld) - Licences: 4WL Brisbane (Annerley, 1933-1939) - Qualifications: cc; AOCP 1199, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Coorparoo, Qld, 1943-1980) ===''ISLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Clifford Isles|Isles, James William Clifford "Clifford"]] [https://www.familysearch.org/tree/person/details/LBVH-RV1] - 1894(Qld)-1967(Qld) - Licences: 4CC Receive Brisbane (Ascot, 1922); 4CC Brisbane (Ascot, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club member (QWI); business proprietor (Isles Love & Co, Allan & Stark); WW1 - Electoral Rolls: clerk (Hamilton, 1915-1937); manager (Hamilton, 1943-1958); director (Hamilton, 1963) ===''ISRAEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Samuel Israel|Israel, Morris Samuel]] [https://www.familysearch.org/tree/person/details/GZQ4-CBC] - 1896(Vic)-1965(Vic) - Licences: XMU Melbourne (St Kilda, 1913); 3ZN Melbourne (St Kilda, 1923-1924; Malvern, 1925-1926; Burwood, 1927); 3ZN Geelong, 1931-1933; 3ZN Melbourne (Burwood, 1937-1939, 1946-1955) - Qualifications: cc; AOCP 13, 1924, No. ?? in Vic; AOLCP 35, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcasting executive; WW2 - Electoral Rolls: soldier (St Kilda, 1919-1924); radio mechanic (Burwood, 1926-1928); broadcasting engineer (Geelong, 1931); engineer (Geelong North, 1936; Camberwell, 1937-1963); ===''IVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil Albert Ives|Ives, Cecil Albert]] [https://www.familysearch.org/tree/person/details/GZLJ-848] - 1916(SA)-1942(Vic) - Licences: 5AF Adelaide (Glenelg, 1935-1939) - Qualifications: cc; AOCP 1451, 1935, SA - amateur operator, amateur broadcaster; WW2 - Electoral Rolls: commercial artist (Glenelg, 1939-1943) - Sacrifice: "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/ives-cecil-albert-300407/] =='''J'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''JACKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil Jackson|Jackson, Alfred Cecil "Alf"]] [https://www.familysearch.org/tree/person/details/LDLP-F65] - 1900(NSW)-1972(NSW) - Licences: 4AJ Brisbane (Fairfield, 1931); 2BO Bangalow (1933) - Qualifications: cc; CPRT 620, 1921; 1COCP 67, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG, Brisbane Cmcls); state public servant (4QG) - Electoral Rolls: radio engineer (Fairfield, Qld, 1928-1931); farmer (Possum Creek, NSW, 1934-1937); mechanic (Fairfield, Qld, 1943-1954); farmer (O'Possum Creek via Bangalow, NSW, 1958-1963) * [[/Alfred George Jackson|Jackson, Alfred George]] [https://www.familysearch.org/tree/person/details/LY5P-2X1] - 1864(Eng)-1935(Qld) - Licences: 4DG Receive Brisbane (Wynnum, Qld, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; radio clubs (WIQ, QWI, WIAQ); electrical engineer - Relationships: father of Arthur Appleton Jackson - Electoral Rolls: electrical engineer (South Brisbane, Qld, 1903-1913); electrician (Wynnum, Qld, 1914-1934) * [[/Arthur Appleton Jackson|Jackson, Arthur Appleton]] [https://www.familysearch.org/tree/person/details/LY55-M8F] - 1891(Qld)-1985(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster; radio clubs (QWI, WIAQ); electrical engineer; business proprietor; Relationships: son of Alfred George Jackson - Electoral Rolls: electrical engineer (Wynnum, Qld, 1913-1914; Morningside, Qld, 1915-1919; Wynnum, Qld, 1919; South Brisbane, Qld, 1921-1968); retired (Hill End, Qld, 1972; Highgate Hill, Qld, 1977; Hopetoun Home, Oxley, Qld, 1980) * [[/James William Jackson|Jackson, James William "Jim"]] [https://www.familysearch.org/tree/person/details/G7FH-JCW] - 1916(Qld)-2011(Qld) - Licences: 4CN Brisbane (Cribb Island, 1938-1939; 1946-1969; Lawnton, 1975-1980) - Qualifications: cc; AOCP 2096, 1938, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); military (WW2,Northern Command Signals); farmer/electrician/radio & TV serviceman - Electoral Rolls: farmer (Cribb Island, Qld, 1937-1968); rubber worker (Lawnton, Qld 1972-1980) * [[/Thomas William Jackson|Jackson, Thomas William]] - 1830(Eng)-1918(Vic) - Deputy Postmaster-General Victoria ca 1880, clubs & societies (Telegraph Electrical Society Vic, member, ca 1880) ===''JAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Russell James|James, Brian Russell]] [https://www.familysearch.org/tree/person/details/GZLV-GXV] - 1920(SA)-1944(Europe) - Licences: 5BL Adelaide (1939) - Qualifications: AOCP 2293, 1939, SA - amateur operator, amateur broadcaster, WW2 (RAAF, 76 Squadron RAF, Flying Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://highgate-rsl.org.au/afcraaf-roll/james-brian-russell-417490/] * [[/Hector Keith James|James, Hector Keith]] [https://www.familysearch.org/tree/person/details/GZV7-WVL] - 1905(NSW)-1966(NSW) - Licences: 2XA Receive Sydney (Summer Hill, 1923); 2XA Sydney (Summer Hill, 1924-1933; Ashfield, 1934; Double Bay, 1935-1936; Coogee, 1937-1938; Woollahra, 1939; Summer Hill, 1948-1961) - Qualifications: cc; AOCP 183, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Summer Hill, 1930-1933), engineer (Edgecliff, 1936; Ashfield, 1949; Summer Hill, 1943-1963) * [[/Herbert Ronald James|James, Herbert Ronald]] [https://www.familysearch.org/tree/person/details/GDRD-1SM] - 1904(Vic)-1982(Vic) - Licences: 3LH Birchip (1931-1933); 3LH Drouin (1938-1939); 7LH Western Junction (1947); 7LH Launceston (1948); 3AJJ Melbourne (Deepdene, 1954); 3AJJ Lubeck (1955-1956); 3AJJ Braeside (1960); 3AJJ Rupanyup (1965-1969); 3AJJ Nowa Nowa (1975-1980) - Qualifications: cc; AOCP 813, 1931, Vic; BOCP 17, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Merbein, 1925); fitter & turner (Merbein, 1928-1931); radio engineer (Merbein, 1936); technician (Western Junction, Tas, 1949); radio engineer (Deepdene, 1954); technician (Rupanyup, 1963-1968); retired (Nowa Nowa, 1972-1980) * [[/R. James|James, R.]] - 19??(???)-19??(???) - Licences: XZE via Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified * [[/Thomas Reynolds James|James, Thomas Reynolds]] - 19??(???)-19??(???) - employment (Vic Posts & Telegraphs, worked on original Melbourne-Williamstown telegraph line 1854, later in charge of Melbourne Telegraph Office, but transferred to inspectorial work in 1879 due to disorganisation, reinstated in 1880) ===''JAMIESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Jamieson|Jamieson, Charles William]] [https://www.familysearch.org/tree/person/details/L4SY-YNQ] - 1896(Vic)-1971(Vic) - Licences: XJW Melbourne (St Kilda, 1913-1914); 3CJ Melbourne (East St Kilda, 1924-1926); 3XX Melbourne (East Malvern, 1954-1975) - Qualifications: cc; BOCP 130, 1937 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: engineer (St Kilda, 1921-1925); mechanic (Malvern, 1926-1968) * [[/John Edward Jamieson|Jamieson, John Edward]] [https://www.familysearch.org/tree/person/details/G8VS-M43] - 1910(WA)-1957(WA) - Licences: 6LA Perth (Beaconsfield, 1930-1933); 6LA Kalgoorlie (1938-1939) - Qualifications: cc; AOCP 673, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio salesman (Kalgoorlie, 1936-1937); salesman (Kalgoorlie, 1943); radio engineer (Kalgoorlie, 1949-1954) ===''JANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Harold Jansen|Jansen, Claud or Claude Harold]] [https://www.familysearch.org/tree/person/details/GDGS-9TN] - 1890(NSW)-1968(NSW) - Licences: V751 Receive Yarrawonga (1922); 3GW Receive Yarrawonga (1922)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: printer (Yarrawonga, 1913-1922); linotype engineer (Yarrawonga, 1924-1931); printer (Shepparton, 1934-1937); linotype operator (Albury, 1937-1949); engineer (Albury, 1954-1968) ===''JARDINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Jardine|Jardine, William Ronald]] [https://www.familysearch.org/tree/person/details/G8ZC-T63] - 1911(Vic)-1983(Vic) - Licences: 3PR Melbourne (Essendon, 1929-1933); 3PR Leongatha (1937-1939, 1946-1980+) - Qualifications: AOCP 533, 1929, No. ?? in Vic; AOLCP 108, 1933 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farm labourer (Craigieburn, 1934); dairy farmer (Leongatha, 1937-1954); salesman (Leongatha, 1963-1980) ===''JARMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Arthur Jarman|Jarman, Oswald Arthur]] [https://www.familysearch.org/tree/person/details/G612-K6Y] - 1894(SA)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 162, 1915; 1COCP 37, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Broome, WA, 1921-1922); telegraphist (Applecross, WA, 1925; Surrey Hills, Vic, 1928); supervisor (Bentley, Vic, 1931-1954) ===''JARVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jack Edwin Jarvis|Jarvis, Vincent Jack Edwin "Victor", "Vic"]] [https://www.familysearch.org/tree/person/details/GZ2K-6FP] - 1912(WA)-1941(Libya) - licences: 2VJ Orange (1930-1933), 2VJ Dubbo (1934), 2VJ Wellington (1935-1936), 2VJ Bathurst (1937), 2VJ Griffith (1938-1939) - qualifications: AOCP 695, 1930, No. ?? in NSW; BOCP 46, 1936 - amateur operator, amateur broadcaster (2VJ Wellington), broadcast engineer (2BS, 2RG), WW2 (RAAF, Rathmines Flying Boats Base, Palestine, Egypt, Libya) - electoral rolls: radio mechanic (Wellington, 1936), radio engineer (Bathurst, 1937), wireless operator (Rathmines, 1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/633817] ===''JEFFRYES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Harry Jeffryes|Jeffryes, Sydney Harry]] - 1884(Qld)-19??(???) - X?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), ship's wireless operator, member of the Australasian Antarctic Expedition 1911-1914 ===''JEFFS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jeffs|Jeffs, Vincent]] [https://www.familysearch.org/tree/person/details/GX4T-4M8] - 1912?(???)-1970(Qld) - Licences: 4VJ Brisbane (Taringa, 1931-1933; City, 1934-1939, 1946; Gordon Park, 1948-1969) - Qualifications: cc; AOCP 753, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio cub (WIAQ, life member, lecturer, code instructor, field days, JOTA, conventions, operator 4WI); business proprietor (Jeffs Radio) - Electoral Rolls: salesman (Taringa, Qld, 1934; New Farm, Qld, 1936-1937; Taringa, Qld, 1937); radio manufacturer (New Farm, Qld, 1943); salesman (Taringa, Qld, 1949); businessman (Gordon Park, Qld, 1958-1968) ===''JENNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Jenner|Jenner, John Henry]] [https://www.familysearch.org/tree/person/details/K2Y9-64Z] - 1877(Eng)-1961(NSW) - Licences: 7BM Receive Premaydena (1923); Receive Premaydena (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 2ABM John Ingoldsby Jenner - Electoral Rolls: law clerk (Lindisfarne, 1914); orchardist (Koonya, 1919-1928); Xray technician (Double Bay, NSW, 1930; Bondi, 1933-1935) * [[/John Ingoldsby Jenner|Jenner, John Ingoldsby]] [https://www.familysearch.org/tree/person/details/LKY4-7S2] - 1904(Eng)-1980(???) - Licences: 2ABM Sydney (Maroubra, 1933-1939) - Qualifications: cc; AOCP 1194, 1933, NSW - amateur operator; amateur broadcaster - Relationships: Son of 7BM John Henry Jenner - Electoral Rolls: engineer (Haberfield, 1930; Bondi, 1933-1935); telephone engineer (Maroubra, 1937); engineer (Maroubra, 1943-1954; Revesby, 1968); retired (Turramurra, 1972); engineer (Revesby, 1980) ===''JENNISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Jennison|Jennison, Joseph William]] [https://www.familysearch.org/tree/person/details/LTS7-316] - 1899(Vic)-1965(Vic) - Licences: 2JJ Mathoura (1928-1939); 2MX Mathoura (1948-1950) - Qualifications: AOCP 414, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: farmer (Mathoura, 1930-1949; Echuca, 1954; Deniliquin, 1958); nil (Echuca, 1963) (Licences in the name of his father John William Jennison but most likely son was operator, father passed in 1942) ===''JENSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jens August Jensen|Jensen, Jens August]] [https://www.familysearch.org/tree/person/details/GXQM-1MX] - 1865(Vic)-1936(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - Minister for Navy (1915-1917) - Comment: famously dismissed for corruption in respect of purchase of Shaw Wireless Works in 1916 - Electoral Rolls: licensed victualler (Beauty Point, Tas, 1914-1919); orchardist (Beauty Point, Tas, 1919-1922); no occupation (Elsternwick, Vic, 1936) - Links: [[w:Jens_Jensen_(politician)|Wikipedia]] [https://adb.anu.edu.au/biography/jensen-jens-august-6840 ADB] * [[/Laurence Richard Hopkins Jensen|Jensen, Laurence or Lawrence Richard Hopkins]] [https://www.familysearch.org/tree/person/details/GZ6V-MJ1] - 1906(Tas)-1974(Tas) - Licences: 7BL Receive West Devonport (1923); Receive West Devonport (1923-1924); 7LJ Launceston (1925-1939, 1947-1969+) - Qualifications: cc; AOCP 78, 1925, No. ?? in Tas; BOCP 215, 1939; 1AOCP 9, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (New Town, 1928); teacher (New Town, 1936-1972) ===''JENVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Walter Jenvey|Jenvey, Henry Walter]] [https://www.familysearch.org/tree/person/details/G4QJ-7TS] - 1851(Eng)-1932(Vic) - Licences: AA Melbourne 1900; X?? Melbourne - early wireless experimenter, arguably his use of the identifier AA was the first use of an Australian callsign; arguably Australia's first amateur operator as the majority of his experiments were self-funded and in his own time - Qualifications: cc; Nil yet identified - employment (Vic P & T; PMGD) - Relationships: father of 3WW William Walter Jenvey - Electoral Rolls: electrical engineer (Brighton, 1909); public servant (Caulfield East, 1919-1931) * [[/William Walter Jenvey|Jenvey, William Walter "Bill"]] [https://www.familysearch.org/tree/person/details/G4QV-9GL] - 1904(Vic)-1981(Qld) - Licences: 3AY Melbourne (Caulfield, 1922-1927; Ormond, 1931-1938); 2YJ Sydney (Concord, 1939); 3AY Melbourne (Ormond, 1947); 2ZO Sydney (Willoughby, 1948-1969); 2ZO Noosa Heads (1980) - Qualifications: cc; CPRT 824, 1924; 1COCP 68, 1930 - amateur operator; amateur broadcaster - Relationships: son of Henry Walter Jenvey - Electoral Rolls: telegraphist (Caulfield, Vic, 1926-1927); operator (Bentleigh, Vic, 1931-1937); radio engineer (Croydon, NSW, 1943; Willoughby, NSW, 1949-1968); engineer (Willoughby, NSW, 1972); nil (Nelligen, NSW, 1977; Noosa Heads, Qld, 1980) ===''JERRARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Joseph Jerrard|Jerrard, Frederick Joseph]] [https://www.familysearch.org/tree/person/details/LB43-BKT] - 1899(Qld)-1963(Qld) - Licences: 4DR Receive Gayndah (1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Gayndah, 1921-1930); motor mechanic (Gayndah, 1936-1937); engineer (Indooroopilly, 1943-1963) ===''JESSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick Ferman Jessop|Jessop, Patrick Ferman]] [https://www.familysearch.org/tree/person/details/G6QN-8HV] - 19??(Eng?)-19??(Qld?) - Licences: 4PJ Kamma (1925-1927); 4PJ Cairns (Hambledon, 1937-1939) - Qualifications: cc; Nil yet identified (England?) - amateur operator; amateur broadcaster; WW1(RFC) - Halcyon: not mentioned - Electoral Rolls: labourer (Edmonton, 1922-1930); weigh bridge clerk (Hambledon, 1936-1943) ===''JEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Jewell|Jewell, Thomas John]] [https://www.familysearch.org/tree/person/details/GDYD-YH1] - 1905(WA)-1965(WA) - Licences: 6CA Receive Perth (Subiaco, 1923); 6JJ Perth (Victoria Park, 1927); 6JJ Kalgoorlie (1930-1931); 6JJ Perth (Victoria Park, 1933-1939) - Qualifications: cc; CPRT 876, 1925; 1COCP 129, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Victoria Park, WA, 1931-1937); radio inspector (Victoria Park, WA, 1943; Scarborough, WA, 1949); inspector (Scarborough, WA, 1954-1963) ===''JOHNSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Johnson|Johnson, Arthur]] [https://www.familysearch.org/tree/person/details/GXD7-X12] - 1921(Qld)-2004(Qld) - Licences: 4PX Brisbane (Hendra, 1938-1939; Ascot, 1946-1948; Hendra, 1954-1975), 4PX Buddina Beach (1980+) - Qualifications: cc; AOCP 2093, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (Sunshine Coast ARC); military (WW2, AIF, Signals) - Comment: Several contemporaneous AJs - Electoral Rolls: Commonwealth public servant (Hendra, Qld, 1968) + others * [[/Carl Francis Johnson|Johnson, Carl Francis]] [https://www.familysearch.org/tree/person/details/LH8T-HSH] - 1899(Tas)-1985(Tas) - Licences: Receive Hobart (West Hobart, 1923); 7AR Hobart (West Hobart, 1924-1939) - Qualifications: cc; AOCP 218, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: federal servant (West Hobart, 1922-1954) * [[/Edward Norman Johnson|Johnson, Edward Norman]] [https://www.familysearch.org/tree/person/details/MM4W-MLQ] - 1886(Vic)-1960(USA) - Licences: Receive Warrnambool (1923); 3ZO Warrnambool (1923-1924); 3ZO Horsham (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (East Melbourne, 1909); manager (Wonthaggi, 1914); draper (Newtown, 1917); traveller (Geelong, 1919) * [[/H. B. Johnson|Johnson, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1926); 5HB Adelaide (Henley Beach, 1937-1939) - Qualifications: AOCP 252, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: - common surname, individual not yet identified * [[/Ivo Uric Johnson|Johnson, Ivo Uric]] [https://www.familysearch.org/tree/person/details/G9VV-H8S] - 1903(NSW)-1961(Qld) - Licences: 4KL Cairns (1933-1960) - Qualifications: cc; CPRT 813, 1924; 2COCP 668, 1942; 1COCP 655, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Cairns, Qld, 1936-1963) * [[/Joseph Murray Johnson|Johnson, Joseph Murray]] [https://www.familysearch.org/tree/person/details/L5YM-M5N] - 1889(NSW)-1986(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 113, 1915; 1COCP 200, 1931 - RANRS (CPO to Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: engineer operator (Geraldton, 1915-1917); radio expert (Lane Cove, NSW, 1930-1934); engineer (Brighton, Vic, 1936; Caulfield, 1937); engineer (Longueville, NSW, 1943-1949); manager (Turramurra, 1954-1963); retired (Strathfield, 1963; Port Macquarie, NSW, 1968-1977; Wauchope/Yrrs, 1980) ===''JOHNSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. B. Johnston|Johnston, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Norman Brint Johnston|Johnston, Norman Brint]] [https://www.familysearch.org/tree/person/details/G8NC-K7F] - 1913(WA)-1979(WA) - Licences: 6NJ Perth (South Fremantle, 1930-1933; Subiaco, 1937-1939) - Qualifications: cc; AOCP 642, 1930, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Subiaco, 1937-1943); radio mechanic (Maylands, 1943-1968; Mt Lawley, 1972-1977) * [[/Robert Walter Johnston|Johnston, Robert Walter]] [https://www.familysearch.org/tree/person/details/GXDS-FHJ] - 1914(Qld)-1963(Qld) - Licences: 4LQ Brisbane (Petrie Terrace, 1934-1939) - Qualifications: cc; AOCP 1270, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Petrie Terrace, Qld, 1936-1937); no occupation (Ingleburn, NSW, 1954-1958); retired (Petrie Terrace, Qld, 1963) * [[/William David Johnston|Johnston, William David]] [https://www.familysearch.org/tree/person/details/G8XJ-3RY] - 1909(Irl)-1985(NSW) - Licences: 2YZ Sydney (Ryde, 1930-1939, 1946-1948; Gladesville, 1950; Matraville, 1954-1980+) - Qualifications: AOCP 616, 1930, No. ?? in NSW; 2COCP 323, 1931; 1COCP 398, 1940 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Ryde, 1930-1943); radio engineer (Gladesville, 1949; Matraville, 1954-1980) ===''JOHNSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. D. Johnstone|Johnstone, H. D.]] - 19??(???)-19??(???) - Licences: 3HJ Melbourne (Surrey Hills, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified ===''JONASSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Peter Jonasson|Jonasson, Roy Peter]] [https://www.familysearch.org/tree/person/details/9KPW-ZL1] - 1908(Qld)-1989(Qld) - Licences: 4NG Alberton (1931-1933); 7NG Derwent Park (1937-1939); 3ND Castlemaine (1946-1969); 9NG, PNG; 4NE Brisbane (Kingston, 1980) - Qualifications: cc; AOCP 827, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, QRP Club, RAAF Wireless Reserve, Qld Listeners' League); employment (Qld State Electricity Commission) - Electoral Rolls: electrical fitter (Castlemaine, 1942-1972); retired (Kingston, Qld, 1972-1980) ===''JONES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Ernest Jones|Jones, Alfred Ernest]] [https://www.familysearch.org/tree/person/details/G61R-CTW] - 1894(NSW)-1970(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 241, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Comment: not all electoral roll entries identified, several contemporaneous AEJs; Electoral Rolls: radio telegraphist (Broome, WA, 1917-1922) * [[/David William Jones|Jones, David William]] - 19??(???)-19??(???) - Licences: 4DJ Brisbane (Chelmer, 1930-1933) - Qualifications: cc; AOCP 683, 1930, No. ?? in Qld - amateur operator, amateur broadcaster - Comment: several contemporaneous DWJs - Electoral Rolls: public servant (Chelmer, 1925-1931); engineer (Holland Park, 1958)? * [[/Lancelot Cyril Jones|Jones, Lancelot Cyril "Lance"]] [https://www.familysearch.org/tree/person/details/G8L3-2LS] - 1891(SA)-1971(SA) - Licences: XVB Adelaide (Hawthorn, 1913-1914); 5BQ Adelaide (Westbourne Park, 1923-1924); 5DN Adelaide (City, 1923-1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; co-founder 5DN commercial Adelaide - Electoral Rolls: manager (Broadway Estate, 1939-1943) * [[/Raymond Edward Jones|Jones, Raymond Edward]] [https://www.familysearch.org/tree/person/details/LL9R-FLM] - 1900(Vic)-1987(Vic) - Licences: 3RJ Melbourne (Ascot Vale, 1928; Box Hill, 1931-1939, 1946-1980+) - Qualifications: AOCP 407, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: telegraphist (Newmarket, 1921); public servant (Ascot Vale, 1922-1924); telegraphist (Box Hill, 1931-1943); supervisor (Box Hill, 1949-1963); retired (Box Hill, 1968-1980) * [[/Stanley William Jones|Jones, Stanley William]] [https://www.familysearch.org/tree/person/details/GZL8-BPL] - 1917(Vic)-1943(PNG) - Licences: 3SF Ballarat (1937-1939) - Qualifications: AOCP 1953, 1937, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Signalman, 6 Division Signals) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1687469] (beware, another Stanley William Jones died in WW2, Flight Sergeant, 626 Squadron) * [[/Walter Henry Jones|Jones, Walter Henry]] [https://www.familysearch.org/tree/person/details/G8NB-Z8F] - 1914(NSW)-1980(NSW) - Licences: 2PY Sydney (Marrickville, 1930-1933); 2RS Sydney (Marrickville, 1935-1939); 2WP Sydney (Bexley, 1965-1980) - Qualifications: AOCP 652, 1930, NSW; 1COCP 57, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless telegraphist (Bexley North, 1949-1972); telegraphist (Bexley North, 1977-1980); Beware: Another contemporaneous Walter Henry Jones in Sydney b.1915 m.Edith * [[/W. R. Jones|Jones, W. R.]] - 19??(???)-19??(???) - Licences: 4EK Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''JORDAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Jordan|Jordan, James "Jim"]] [https://www.familysearch.org/tree/person/details/GXHL-VNQ] - 1903(Sct)-1979(Qld) - Licences: 4JJ Ipswich (1933); 4JJ Bundaberg (1934-1939) - Qualifications: cc; AOCP 1162, 1933, Qld - amateur operator; amateur broadcaster; broadcast engineer (4BU); senior military (RAAF, Wing-Commander) - Electoral Rolls: striker (West Ipswich, Qld, 1932); radio mechanic (Bundaberg, Qld, 1934-1937) * [[/Robert Jordan|Jordan, Robert]] - 1893(NZ)-19??(???) - commercial operator (1COCP 4, 1914, No. 4 in Aus and Vic, Commonwealth system) - coastal station operator? ===''JUDD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Harvey Judd|Judd, Clarence Harvey]] [https://www.familysearch.org/tree/person/details/GXVF-9XS] - 1920(SA)-1986(SA) - Licences: 5HQ Adelaide (Colonel Light Gardens, 1954-1980) - Qualifications: cc; AOCP 3374, 1953, Qld - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/Oswald William Judd|Judd, Oswald William]] [https://www.familysearch.org/tree/person/details/GXVX-X56] - 1896(SA)-1934(SA) - Licences: XVF Adelaide (North Norwood, 1913); Receive Adelaide (Payneham, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: Nil yet identified =='''K'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''KANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Leslie Kane|Kane, John Leslie "Les"]] - 1910(Qld)-1985(Qld), 4ZZ Roma, amateur operator (AOCP 2335, 1939, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), senior state public servant (Qld Railways) ===''KAUFMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Samuel Donald Kaufman|Kaufman, Samuel Donald]] [https://www.familysearch.org/tree/person/details/LB6X-937] - 1904(NSW)-1988(NSW) - Licences: 2SK Sydney (Belmore, 1928-1939, 1946-1980+) - Qualifications: AOCP 448, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Belmore, 1933-1980) ===''KAUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Alexis Kauper|Kauper, Henry or Heinrich Alexis "Harry"]] [https://www.familysearch.org/tree/person/details/GZXZ-WYQ] - 1888(Vic)-1942(Vic) - Licences: S643 Adelaide (1921-1922); 5BG Adelaide (Dulwich, 1923-1926; Tusmore, 1927-1928) - Qualifications: cc; AOCP 97, 1925, No. ?? in SA - amateur operator; amateur broadcaster; broadcast engineer; inventor - Electoral Rolls: chauffer (Willaura, Vic, 1910); engineer (Richmond, Vic, 1931-1937) - [https://adb.anu.edu.au/biography/kauper-henry-alexis-harry-6898 ADB] ===''KAYESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Kayess|Kayess, Sydney]] [https://www.familysearch.org/tree/person/details/GCYG-NHD] - 1892(NSW)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified -RANRS (CPOE, 1917) - Electoral Rolls: fitter & turner (Cooktown, 1917); engineer (Hendra, Qld, 1919); engine driver (Charleville, Qld, 1921); mechanic (Mossman, 1925); motor mechanic (Watchem, Vic, 1928); auto engineer (Dulwich Hill, NSW, 1930); garage manager (New Lambton, NSW, 1930; Foveaux, NSW, 1933); engineer (Forest Lodge, NSW, 1935-1937); labourer (Darlinghurst, 1937; Glenmore, NSW, 1943); mechanical engineer trainee (Haberfield, NSW, 1949); engineer (Manly North, NSW, 1958) ===''KEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Patrick James Keane|Keane, John Patrick James]] [https://www.familysearch.org/tree/person/details/G8V5-P25] - 1903(NSW)-1964(NSW) - Licences: 2JN Cessnock (1930-1936; 2JN Sydney (Bexley, 1937-1939; McMahons Point, 1946-1961) - Qualifications: AOCP 698, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: storeman (Darling Harbour, 1930); clerk (Cessnock, 1931-1932; Newcastle, 1934; Bexley, 1935-1937; McMahons Point, 1943-1949; North Sydney, 1958-1963) ===''KEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Keast|Keast, Leslie John]] [https://www.familysearch.org/tree/person/details/K2QP-J6X] - 1886(SA)-1957(WA) - Journalist (Wireless Weekly; shortwave editor, Australasian Radio World, 1940-1951; Radio & Hobbies), professional monitor (OWI/VOA, WW2), silent era cinematographer - Electoral Rolls: licensed victuallar (Royal Hotel, Bowral, 1933-1934); ex-hotelkeeper (Coogee, 1935); clerk (Randwick North, 1936-1937); sales manager (Carlingford, 1943); organising secretary (Ermington, 1949-1958) ===''KEDDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Robert Keddie|Keddie, Phillip Robert]] [https://www.familysearch.org/tree/person/details/G67S-1T7] - 1921(SA)-2003(SA) - Licences: 5KZ Adelaide (Woodville Park, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1882, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: AMF (Woodville Park, SA, 1943) ===''KELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Edward Kells|Kells, Alfred Charles Edward]] [https://www.familysearch.org/tree/person/details/LTMT-7D3] - 1900(Vic)-1955(Vic) - Licences: Receive Melbourne (Moonee Ponds, 1923); 2430 Melbourne (Moonee Ponds, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: postal electrician (Moonee Ponds, 1921-1925); mechanic (Essendon, 1928-1954) ===''KELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Wainwright Kelly|Kelly, Alexander Wainwright]] [https://www.familysearch.org/tree/person/details/GZP6-G6V] - 1908(SA)-1954(SA) - Licences: Receive (Crystal) Largs Bay (1923); Receive Largs Bay (1923); 5AW Lyndoch (1927-1939); 5XO Loxton (1954) - Qualifications: cc; AOCP 358, 1927, No. ?? in SA - amateur operator; amateur Broadcaster - Electoral Rolls: winemaker (Berri, 1939-1943) * [[/Ross Donaldson Kelly|Kelly, Ross Donaldson]] [https://www.familysearch.org/tree/person/details/G7BG-2PR] - 1906(SA)-1959(SA) - Licences: 5LW Adelaide (Unley, 1937-1939; Hazelwood Park, 1948-1956) - Qualifications: cc; AOCP 2032, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: assurance agent (Dulwich, 1941-1943) ===''KELSO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham Kelso|Kelso, Graham]] [https://www.familysearch.org/tree/person/details/GXXH-9DH] - 19??(???)-19??(???) - Licences: 4EL Receive Brisbane (Nundah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: PMG technician (Petrie Terrace, Qld, 1958); technician (Brisbane, Qld, 1968; St Lucia, Qld, 1972-1980) ===''KEMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Kemble|Kemble, Frederick John]] [https://www.familysearch.org/tree/person/details/GZZ2-8WY] - 1915(SA)-1939(WA) - Licences: 6FJ Katanning (1936-1939) - Qualifications: cc; AOCP 1673, 1936, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: blacksmith's striker (Katanning, WA, 1937) ===''KEMP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Kemp|Kemp, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GZ2F-PYS] - 1910(Qld)-1997(Qld) - Licences: 4YA Yangan - Qualifications: cc; AOCP 1466, 1935, Qld; BOCP 110, 1937; 2COCP 123, 1937; 1COCP 163, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Swanfels, Qld, 1936-1937); radio technician (Kedron, Qld, 1943-1949; Wavell Heights, Qld, 1954-1980) * [[/Joseph Edward Kemp|Kemp, Joseph Edward]] [https://www.familysearch.org/tree/person/details/G691-NWV] - 1918(Tas)-1991(WA) - Licences: 7RZ Devonport (1937-1939); 7RZ Launceston (1946-1948) - Qualifications: cc; AOCP 1847, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio telegraphist (Como, 1949); radio officer (Esperance, 1954-1958; Yokine, WA, 1963-1980) ===''KEMPSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Kempster|Kempster, Frederick]] [https://www.familysearch.org/tree/person/details/LVPC-NHM] - 1900(SA)-1957(SA) - Licences: 5KM Darwin (1929-1931); 8KM Darwin (1937-1939) - Qualifications: cc; AOCP 543, 1929, No. ?? in NT - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Fullarton, 1934); supervisor (Fullarton, 1939-1943) ===''KENNA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Francis Kenna|Kenna, Vernon Francis "Vern" / "Marconi"]] [https://www.familysearch.org/tree/person/details/GS1D-4ZV] - 1908(Qld)-1987(NSW) - Licences: 4DE Receive Brisbane (Hamilton, 1923-1924); 4FK Brisbane (Hamilton, 1926-1939); 2JR Sydney (Middle Cove, 1980+) - Qualifications: cc; AOCP 301, 1926, No. 29 in Qld - amateur operator; amateur broadcaster; broadcast engineer (PMGD); radiocommunications engineer; senior public servant (PMG, ABC2); WW2 - Electoral Rolls: postal electrician (Hamilton, Qld, 1936-1954); engineer (Balwyn, Vic, 1963; Killara, 1963; Middle Cove, 1968-1972; Willoughby, 1977-1980) ===''KENNEDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Kennedy|Kennedy, Peter]] [https://www.familysearch.org/tree/person/details/GDKD-8Q7] - 1874(Vic)-1945(SA) - Licences: XYD Perth (City, 1913-1914); 6AM Perth (Mt Lawley, 1923-1927); 5AM Adelaide (City, 1928; Unley, 1931; New Parkside, 1933-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; senior federal public servant (PMG, concluding as Deputy Postmaster-General SA); WW1 - Awards: Imperial Service Order - Electoral Rolls: telegraphist (Leederville, 1903; Mt Lawley, 1910-1921); State Engineer (Maylands, 1925-1926); civil servant (New Parkside, 1939-1943) * [[/M. Kennedy|Kennedy, M.]] - 19??(???)-19??(???) - Licences: 4EP Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter Donald Kennedy|Kennedy, Walter Donald]] [https://www.familysearch.org/tree/person/details/LBRG-1WB] - 1869(NSW)-1951(NSW) - Licences: 2WK Sydney (Rockdale, 1925-1926; Willoughby, 1927-1929); 2WK Helensburgh (1930-1933); 2WK Sydney (East Sydney, 1934); 2WK Wallerawang (1935); 2WK Sydney (Rockdale, 1936-1939, 1946-1950) - Qualifications: cc; AOCP 121, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: clergyman (Murrumburrah, 1913; Helensburgh, 1930-1932); clerk (Darlinghurst, 1934-1935); clerk in Holy Orders (Rockdale, 1936-1949) ===''KENNY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Francis Kenny|Kenny, Edmund Francis]] [https://www.familysearch.org/tree/person/details/G8MB-R3M] - 1903(NSW)-1980(NSW) - Licences: 2EK Sydney (Lewisham, 1927-1928; Croydon, 1929; Ryde, 1930-1931; Granville, 1933-1939, 1946-1948); 2EK Wentworthville (1950-1980) - Qualifications: AOCP 373, 1927, No. ?? in NSW -amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1930); clerk (West Ryde, 1930-1933); engineer (Granville, 1935-1949); radio engineer (Wentworthville, 1954-1968); engineer (Wentworthville, 1972-1977) ===''KEOGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Keogh|Keogh, William George]] [https://www.familysearch.org/tree/person/details/GDJ4-H7G] - 19??(???)-1960(NSW) - Licences: 2ZA Receive Sydney (Stanmore, 1923); 2ZA Sydney (Summer Hill, 1923; Stanmore, 1924-1925); licensed operator 2AG Grace Bros Broadway - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Randwick North, 1943-1958) ===''KERBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Thomas John Kerby|Kerby, Edwin Thomas John]] [https://www.familysearch.org/tree/person/details/GM72-SFL] - 1888(Vic)-1971(Vic) - Licences: 7EK Ringarooma (1932-1939); 3KK Melbourne (Auburn, 1946-1969) - Qualifications: cc; AOCP 940, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW1; WW2 (Major) - Awards: Military Star 1914-1915; British War Medal, Victory Medal; MBE - Electoral Rolls: manager (Ballarat, 1909); restaurant keeper (Brunswick, 1914); electrical engineer (Richmond, 1914-1917); grazier (Ballarat, 1919); farmer (Linton, 1922); grazier (Fawkner, 1924-1925); engineer (St Kilda, 1943; Auburn, 1949-1968) - Links: [[w:Edwin Kerby|Wikipedia]] ===''KERMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Kermond|Kermond, Leslie John "Les"]] [https://www.familysearch.org/tree/person/details/G8W7-Y88] - 1912(Vic)-2007(Vic) - Licences: 3DX Warrnambool (1928-1980+) - Qualifications: AOCP 417, 1928, No. ?? in Vic; AOLCP 182, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: biograph operator (Warrnambool, 1936-1937); engineer (Swan Hill, 1942); radio engineer (Warrnambool, 1949-1980) ===''KERNICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Edwin Kernick|Kernick, Percy Edwin]] [https://www.familysearch.org/tree/person/details/LX7S-JW1] - 1888(NSW)-1965(WA) - Licences: 6PK Perth (South Perth, 1927-1939, 1946-1947) - Qualifications: cc; AOCP 378, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Sandstone/Mt Magnet, 1910); telegraphist (Brown Hill/Kalgoorlie, 1917; South Perth, 1925-1963) ===''KERR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dixon Kerr|Kerr, Alfred Dixon]] [https://www.familysearch.org/tree/person/details/GZT8-ZKF] - 1910(Vic)-1977(Vic) - Licences: 3AL Ballarat (1926-1939, 1946-1960); 3JQ Melbourne (Hawthorn, 1975) - Qualifications: AOCP 284, 1926, No. ?? in Vic; AOLCP 18, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Ballarat, 1931-1968); retired (Hawthorn, 1977) * [[/Roy Kerr|Kerr, Roy]] [https://www.familysearch.org/tree/person/details/GXHP-SBX] - 1917(Qld)-1988(Qld) - Licences: 4DK Winton (1937-1939); 4DK Brisbane (Tingalpa, 1946-1951) - Qualifications: cc; AOCP 1941, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; federal public servant (PMGD, telegraphist) - Relationships: brother of Vernon Lester Kerr 4LK - Electoral Rolls: * [[/Vernon Lester Kerr|Kerr, Vernon Lester "Vern"]] [https://www.familysearch.org/tree/person/details/GXHP-MCW] - 1912(Qld)-1979(Qld) - Licences: 4LK Winton (1932-1933); 4LK Cloncurry (1937-1939, 1946-1948); 4LK Charters Towers (1954-1969); 4LK Charleville (1975) - Qualifications: cc; AOCP 800, 1931, No. ?? in Qld; COCP 1941, amateur operator; amateur broadcaster; radio club (WIAQ, Soc Wireless Pioneers USA); employment (RFDS, technical officer / controller / announcer) - Relationships: brother of Roy Kerr 4DK - Electoral Rolls: radio technician (Charters Towers, Qld, 1954-1977); technician (Charleville, Qld, 1977) ===''KHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kullandar Jallander Khan|Khan, Kullandar Jallander]] [https://www.familysearch.org/tree/person/details/GX89-VLY] - 1916(Qld)-1983(Qld) - Licences: 4QA Cairns (1937-1939, 1947); 4DC Cairns (1948-1960); 4DC Brisbane (New Farm, 1965-1980+) - Qualifications: cc; AOCP 1979, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 4QA may have been withdrawn by PMGD for 4QA Cairns - Electoral Rolls: picture theatre operater (Cairns, Qld, 1943); radio serviceman (Cairns, Qld, 1954-1958); tv technician (New Farm, Qld, 1968-1977); retired (New Farm, Qld, 1980) ===''KIDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian McIvor Kidman|Kidman, Ian McIvor]] [https://www.familysearch.org/tree/person/details/LD7Q-7N2] - 1915(SA)-1981(SA) - Licences: 5JK Naracoorte (1933-1937) - Qualifications: cc; AOCP 1163, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''KILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Harold Kilby|Kilby, Raymond Harold]] [https://www.familysearch.org/tree/person/details/G691-9VD] - 1918(Tas)-1999(Tas) - Licences: 7RK Launceston (1935-1939, 1946-1980+) - Qualifications: cc; AOCP 1461, 1935, No. ?? in Tas; BOCP 1568, 1957; 1COCP 1862, 1958; 2COCP T1, 1977 - amateur operator; amateur broadcaster - Electoral Rolls: upholsterer (Launceston, 1943-1972) ===''KILGARIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Kilgariff|Kilgariff, Joseph]] [https://www.familysearch.org/tree/person/details/GDS2-XBD] - 1886(NSW)-1971(SA) - Licences: 5JT Adelaide (Burnside, 1937-1939; Erindale, 1947-1948; North Glenelg, 1954-1969) - Qualifications: cc; AOCP 1884, 1937, SA; 2COCP 325, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carpenter (Boulder, WA, 1910-1912); builder (Alice Springs, NT, 1934; Burnside, SA, 1939); RAAF (Leabrook, SA, 1943) ===''KILSBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Wilbur Kilsby|Kilsby, Keith Wilbur]] [https://www.familysearch.org/tree/person/details/KCHP-4ZS] - 1912(SA)-1970(SA) - Licences: 5PR Moorak (1933); 5PR Birdwood (1938); 5PR Wiltyerong via Murray Bridge (1947); 5PR Mingary via Murray Bridge (1948); 5PR Murray Bridge (1954); 5PR Adelaide (Payneham, 1955-1969) - Qualifications: cc; 2COCP 419, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Birdwood, SA, 1939; Wiltyerong, SA, 1941-1943); ===''KING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Calvert King|King, Charles Calvert]] [https://www.familysearch.org/tree/person/details/GXQT-4R1] - 1885(Eng)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 105, 1915; 2COCP 155, 1930 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (New Town, Tas, 1914); warrant telegraphist (Wireless Station, Applecross, 1921-1925); music teacher (Randwick, NSW, 1930); musician (Clovelly, 1931; Rose Bay, 1932-1933); librarian (Woollahra, 1934); salesman (Bondi, NSW, 1935); Model Maker (Watson's Bay, 1936-1937) * [[/Fred Esmond King|King, Fred Esmond (Electoral Rolls) or Esmonde (BMD)]] [https://www.familysearch.org/tree/person/details/GXNY-81C] - 1896(Qld)-1986(Qld) - Licences: 4CQ Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: station hand (Bulliwallah, Qld, 1919-1963) * [[/Frederick Venn King|King, Frederick Venn]] [https://www.familysearch.org/tree/person/details/KJHN-MV3] - 1888(Qld)-1968(Qld) - Licences: Receive (Valve) Cunnamulla (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: station hand (Weelamurra Station, Qld, 1909); grazier (Weelamurra Station, Qld, 1913-1921); not stated (Warrambah Station, Cunnamulla, Qld, 1925); grazier (Barrington Station, Cunnamulla, Qld, 1930-1954); retired (Camp Hill, Qld, 1958-1968) ===''KINGWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hercules Kingwell|Kingwell, William Hercules]] - broadcast planning engineer (PMGD, ABCB) ===''KINSELLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Thomas Kinsella|Kinsella, Hector Thomas]] [https://www.familysearch.org/tree/person/details/G8NC-XN9] - 1912(WA)-1993(WA) - Licences: 6HK Perth (Hollywood, 1930; East Perth, 1931) - Qualifications: cc; AOCP 641, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (South Perth, 1936-1937; Victoria Park, 1943); pharmacist (Perth, 1949; Narrogin, 1954-1958; Applecross, 1963; Ardross, 1968-1972; Booragoon, 1977-1980) * [[/Thomas Wade Kinsella|Kinsella, Thomas Wade]] [https://www.familysearch.org/tree/person/details/G8P2-TSG] - 1904(Vic)-2001(NSW)96yo - Licences: Receive (Crystal) Lubeck (1923); 3TK Lubeck (1924-1926); 3TK Rupanyup (1937-1939); 2FK Sydney (Rose Bay, 1946; Herne Bay, 1947; Sans Souci, 1948-1980+) - Qualifications: cc; AOCP 1992, 1937, No. ?? in Vic; BOCP 532, 1943 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrician (Lubeck, 1927-1936); RAN (Sans Souci, 1949-1980) - Relationships: brother of 3AKW William Jennings Kinsella * [[/William Jennings Kinsella|Kinsella, William Jennings]] [https://www.familysearch.org/tree/person/details/G8PG-S8S] - 1914(Vic)-2011(Vic) - Licences: 3AKW Lubeck (1947-1980+) - Qualifications: cc; BOCP 498, 1943; 2AOCP 55, 1946 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grazier (Magdala, Lubeck, 1936-1972; Lubeck, 1977-1980) - Relationships: brother of 3TK-2FK Thomas Wade Kinsella ===''KINZBRUNNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Charles Kinzbrunner|Kinzbrunner, Harry Charles]] [https://www.familysearch.org/tree/person/details/G8H4-SZM] - 1903(Eng)-1982(Qld) - Licences: 4HK Cloncurry (1929-1931); 4HK Mareeba (1933); 4HK Tully (1937-1939); 4HK Atherton (1946-1980+) - Qualifications: cc; AOCP 474, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), employment (Australian Inland Mission, QATB) - Electoral Rolls: radio mechanic (Malanda, 1937); electrical engineer (Ashgrove, 1943); radio mechanic (Atherton, 1943); refrigeration & electrical contractor (Atherton, 1949-1972); electrical contractor (Atherton, 1977-1980) ===''KIRBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ewan Russell Kirby|Kirby, Ewan Russell]] [https://www.familysearch.org/tree/person/details/G4R1-4J7] - 1885(Tas)-1947(Tas) - Licences: XZB Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; First set 1909 communicated with M. Harvey; employed Hydro-electric Dept - Electoral Rolls: electrician (Hobart South, 1914-1919); engineer (Hobart West, 1922-1936) ===''KIRKBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Kirkby|Kirkby, Brian]] - historian (early wireless experimenters, Edward Hope Kirkby, Archibald John Shaw), great grandson of Edward Hope Kirkby * [[/Charles Edward Kirkby|Kirkby, Charles Edward]] - 1886(Vic)-1954(NSW) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of George Gill Kirkby * [[/Edward Hope Kirkby|Kirkby, Edward Hope]] - 1853(At sea)-1915(NSW) - early wireless and X-ray experimenter, father of George Gill Kirkby and Charles Edward Kirkby * [[/George Gill Kirkby|Kirkby, George Gill]] - 1884(Vic)-1916(Vic) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of Charles Edward Kirkby ===''KIRKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Basil Everald Wharton Kirke|Kirke, Basil Everald Wharton]] [https://www.familysearch.org/tree/person/details/G6NX-FFQ] - 1893(NSW)-1958(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; chief studio announcer/Uncle "Bas" (2BL); manager, 6WF; manager 9PA (1946); manager (ABC, Victoria, 1936) - Electoral Rolls: manager (Subiaco, 1931; Perth, 1934-1936; Melbourne, 1937-1943; Perth, 1954) - Links: [https://adb.anu.edu.au/biography/kirke-basil-everald-wharton-10751 ADB] ===''KIRKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Booth Kirkland|Kirkland, John Booth]] - 1861(Vic)-1900(Vic) - early telephone experimenter, Melbourne, Geelong & Ballarat ===''KISSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Leslie Hawthorn Kissick|Kissick, Alfred Leslie Hawthorn]] [https://www.familysearch.org/tree/person/details/LK9D-7LL] - 1904(Vic)-1967(Vic) - Receive Melbourne (Brunswick, 1923-1924), 3KB Melbourne (Brunswick, 1925-1939, 1946-1965), amateur operator (AOCP 141, 1925, No. ?? in Vic), operator 3CR Coburg Radio Club (1925), amateur broadcaster, clerk (1934) ===''KITTO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Collingwood Kitto|Kitto, Thomas Collingwood]] [https://www.familysearch.org/tree/person/details/MCKM-W8G] - 1903(Tas)-19??(???) - Licences: 7?? Launceston (1928); 5JR Adelaide (Tusmore, 1931); 2JR Newcastle (1933); 2JS Newcastle (1933-1939) - Qualifications: cc; AOCP 425, 1928, No. ?? in Tas; AOLCP 43, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Launceston, 1928); radio engineer (Sandgate, NSW, 1935; Ulverstone, Tas, 1937); engineer (Hawthorn, Vic, 1942); radio engineer (Prahran, 1949); retired (Deception Bay, 1972) ===''KLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Robert Kling|Kling, John Robert]] [https://www.familysearch.org/tree/person/details/LRQZ-B4W] - 1905(Vic)-1969(Vic) - Licences: 3JB Melbourne (Balwyn, 1928; South Camberwell, 1931; Hawthorn East, 1933; Hampton, 1937-1939); 3AJQ Melbourne (Seaford, 1954-1955; Lower Ferntree Gully, 1956; Frankston, 1960-1965) - Qualifications: AOCP 403, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Camberwell, 1931-1933; Sandringham, 1936-1937); engineer (Sandringham, 1942; Bacchus Marsh, 1949); radio sound engineer (Seaford, 1954); electrician (Frankston, 1963-1968) ===''KNAPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carlo Patrick Knapton|Knapton, Carlo Patrick]] [https://www.familysearch.org/tree/person/details/9DQR-R5C] - 1879(Irl)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - wireless trader (WA); witness to Royal Commission 1927 (as vice-president, Wireless Traders Assoc, WA) - Electoral Rolls: engineer (Carlton, Vic, 1914); lighting engineer (South Perth, 1921-1954) ===''KNEIPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Kneipp|Kneipp, James Henry "Jim"]] [https://www.familysearch.org/tree/person/details/GQ5R-YBH] - 1875(NSW)-1958(Qld) - Licences: Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: saddler (Morningside, Qld, 1905); railway employee (Morningside, Qld, 1908-1917; Cannon Hill, Qld, 1919-1958) ===''KNIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Keith Knight|Knight, Rupert Keith]] [https://www.familysearch.org/tree/person/details/G8MJ-Z5W] - 1898(Qld)-1934(Qld) - Licences: 4RK Toowoomba (1926-1927) - Qualifications: cc; Nil identified - amateur operator; amateur broadcaster - Halcyon: not mentioned? - Electoral Rolls: clerk (Toowoomba, 1919); bank clerk (East Toowoomba, 1925-1926); not specified (East Toowoomba, 1928-1932) ===''KNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Brader Knock|Knock, Donald Brader "Don"]] [https://www.familysearch.org/tree/person/details/GWWR-L62] - 1898(Eng)-1966(NSW) - Licences: 1911 Manchester; G6XG London (1924-1926); 2NO Sydney (Cremorne, 1926-1927; Vaucluse, 1927; Kirribilli, 1928; Randwick, 1929); 6NK Wyndham (1930-1931); 2NU Portable Sydney 1935-1939; 5NO Portable Central Australia; 2NO Sydney (Waverley, 1946-1966) - Qualifications: cc; AOCP 335, 1927, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (2MO); radiocommunications engineer; journalist (Wireless Weekly, Radio in ANZ, Radio Monthly, Australian Radio News, Bulletin, Australasian Radio World); military (WW1 - Royal Naval Air Service, WW2 - AIF lieutenant-major) - Electoral Rolls: engineer (Waverley, 1930); radio journalist (Waverley, 1932-1933); radio engineer (Waverley, 1935-1963) ===''KNOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carlisle Maddison Knowles|Knowles, Henry Carlisle Maddison]] [https://www.familysearch.org/tree/person/details/L4Q8-642] - 1901(NSW)-1945(ACT) - Licences: 2LK Sydney (Arncliffe, 1930-1931) - Qualifications: AOCP 653, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: pharmacist (Woolahra, 1933; Kingston, ACT, 1935-1943) ===''KOSSECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edwin Frederick Kosseck|Kosseck, Edwin Frederick]] [https://www.familysearch.org/tree/person/details/G8VB-VTG] - 1909(Vic)-1989(Vic) - Licences: 3EK Geelong (Belmont, 1930-1933); 3AKE Geelong (Newport, 1947; Belmont, 1948-1980+) - Qualifications: AOCP 705, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: gardener (Belmont, 1931-1937); RAAF (Newport, 1943); gardener (Belmont, 1949-1980) ===''KRAEGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl W. J. Kraegen|Kraegen, Carl W. J. "Charles"]] - 1831?(Germany?)-1871(NT) - employment (Vic Posts & Telegraphs, SA Posts & Telegraphs), telegraph operator (Ballarat, Portland), developed an early system of explosive detonation by battery, tragically died of thirst during the construction of the Overland Telegraph ===''KRUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Augustine Kruger|Kruger, Francis Augustine]] [https://www.familysearch.org/tree/person/details/GDJZ-58H] - 1907(Vic)-1992(Vic) - Licences: 3HE Receive Charlton (1922-1923); 3HE Charlton (1924-1925); 3AI Charlton (1935-1939); 3AI Strathmore (1946-1980+) - Qualifications: cc; AOCP 1541, 1935, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: dental mechanic (Charlton, 1928-1937); cinema operator (Charlton, 1942); executive (Essendon, 1949-1968; Strathmore, 1977-1980) =='''L'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''LABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Howell Laby|Laby, Thomas Howell]] - 1880(Vic)-1946(Vic) - frequent lecturer on wireless topics to WIA Vic in the 1920s, education (BA Cambridge 1905, PhD Cambridge 1921), employment (University of Sydney, 1901-1904; Cavendish Laboratory, 1905; Professor Physics, Victoria University College, Wellington, 1909; Professor Natural Philosophy, University of Melbourne, 1915-1930+), Royal Society of Victoria (president, 1924) ===''LACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Lack|Lack, Francis James]] [https://www.familysearch.org/tree/person/details/LCQH-WJR] - 1876(NSW)-1949(Qld) - Licences: Receive (Valve) Brisbane (Sandgate, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Warwick, Qld, 1903; Tiaro, Qld, 1905-1906; Maryborough, Qld, 1908); fish agent (Maryborough, Qld, 1913); engineer (Sandgate, Qld, 1916); accountant (Sandgate, Qld, 1917-1949) ===''LAHEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Wesley Lahey|Lahey, John Wesley]] [https://www.familysearch.org/tree/person/details/LKRX-KPL] - 1850(Irl)-1937(Qld) - Licences: 4EG Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: sawmill proprietor (Clayfield, Qld, 1908-1909); sawmiller (Clayfield, Qld, 1913-1936) ===''LAIDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Laidler|Laidler, Thomas]] [https://www.familysearch.org/tree/person/details/L1KG-31L] - 1904(Eng)-1995(SA) - Licences: 5TL Ceduna (1937-1939, 1947); 5TL Largs Bay (1948); 5TL Renmark (1954-1960); 5TL Adelaide (Glandore, 1965-1980+) - Qualifications: cc; AOCP 1934, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: postmaster (Ceduna, SA, 1939-1943) ===''LAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Lake|Lake, Eric James]] [https://www.familysearch.org/tree/person/details/GDFZ-CKK]- 1906(Eng)-1966(Qld) - Licences: 4EL Brisbane (Kangaroo Point, 1932-1939; Camp Hill, 1946-1948); 4EL Clevedon (1954-1956); 4EL Townsville (Belgian Gardens, 1960-1965) - Qualifications: cc; AOLCP 54, 1931; AOCP 966, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, instructor); broadcast technician (4QN); federal public servant (PMGD) - Electoral Rolls: radio operator (Coorparoo, Qld, 1937); radio technician (Camp Hill, Qld, 1943-1949; Townsville, Qld, 1954-1963); ===''LAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Federal Laker|Laker, Frank John Federal]] [https://www.familysearch.org/tree/person/details/M1V2-P8Q] - 1899(NSW)-1953(NSW) - Licences: 2ZE Deniliquin (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: sales manager (St Kilda, Vic, 1925); clerk (Bondi, 1935-1937); accountant (North Rocks, 1954) ===''LALOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Fintan Lalor|Lalor, Peter Fintan]] - 1827(Irl)-1889(Vic) - Leader of the Eureka Stockade, Postamaster-General Victoria (Aug 1875-Oct 1875) ===''LAMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. D. Lamb|Lamb, A. D.]] - 19??(???)-19??(???) - Licences: 4DK Receive Brisbane (New Farm, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James Joseph Wiseman Lamb|Lamb, James Joseph Wiseman]] [https://www.familysearch.org/tree/person/details/GX7M-49X] - 1876(Vic)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 119, 1915; 1COCP 264, 1932 - RANRS (Warrant Telegraphist, 1917) - Relationships: father of Harry Spencer Lamb - Electoral Rolls: civil servant (Subiaco, WA, 1910); radio station master (Townsville, Qld, 1921); wireless (Malvern, Vic, 1927); superintendent (Toorak, Vic, 1928-1936; Elsternwick, Vic, 1937); retired (Elsternwick, Vic, 1942) * [[/Harry Spencer Lamb|Lamb, Harry Spencer]] [https://www.familysearch.org/tree/person/details/GX7M-SQY] - 1906(WA)-1984(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Relationships: son of James Joseph Wiseman Lamb - Electoral Rolls: ===''LAMBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Clayton Lambert|Lambert or Mason, Frank Clayton]] [https://www.familysearch.org/tree/person/details/G8C3-761] - 1908(WA)-1993(WA) - Licences: 6FL Perth (South Perth, 1929-1931); 6FL Geraldton (1933); 6FL Perth (Wembley, 1937-1939; Subiaco, 1947); 3AFL Bairnsdale (1948); 6FL Perth (Claremont, 1954-1956; Bassendean, 1965-1980+) - Qualifications: cc; AOCP 503, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: picture employee (South Perth, WA, 1931); projectionist (Albany, WA, 1934); sound projectionist (East Fremantle, WA, 1936); projectionist (Wembley Park, WA, 1937); radio technician (Subiaco, WA, 1943-1949); dealer (Claremont, WA, 1954); radio dealer (Bassendean, WA, 1958-1980) ===''LANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Herbert Dodson Lane|Lane, Cyril Herbert Dodson]] - 1888(NSW)-1915(Tur) - XDM Sydney (1909-1914), early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in NSW), born Cyril Herbert Dodson, brother-in-law of Charles Dansie Maclurcan "Greater love hath no man" ===''LANGFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Leslie Langfield|Langfield, Harold Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/GX84-3D6] - 1893(Wales)-1982(Qld) - Licences: 4CO Brisbane (Rosalie, 1935-1960) - Qualifications: cc; AOCP 1572, 1935, Qld - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: club steward (Rosalie, Qld, 1934-1977; Paddington, Qld, 1980); ===''LANGFORD-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fritz Langford-Smith|Langford-Smith, Fritz]] - 1904(NSW)-1966(NSW) - 2?? Sydney, amateur operator (AOCP ??, 19??, No. ?? in Qld), electronics designer (AWA), author (Radiotron Designers Handbook), journalist (Radiotronics) - Links: [http://messui.polygonal-moogle.com/valves/NW198908.pdf EA] ===''LANGHANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ron Langhans|Langhans, Ron]] - historian (broadcasting) ===''LANGRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George David Langridge|Langridge, George David]] - 1829(Eng)-1891(Vic) - Postmaster-General Victoria in early 1880s ===''LAPTHORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Charles Lapthorne|Lapthorne, Horace Charles]] [https://www.familysearch.org/tree/person/details/G8W8-STK] - 1900(Vic)-1975(NSW) - Licences: 2TM Receive Sydney (Artarmon, 1923-1924); 2HL Sydney (Chatswood, 1928-1938; Lane Cove, 1939; Artarmon, 1948-1969); 2HL Noraville (1975) - Qualifications: AOCP 422, 1928, No. ?? in NSW - amateur operator? - Electoral Rolls: electrician (Artarmon, 1930-1937; Chatswood, 1943-1968); retired (Noraville, 1972) ===''LARSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Peter Christian Larsen|Larsen, Herbert Peter Christian]] [https://www.familysearch.org/tree/person/details/G36L-GHQ] - 1901(Qld)-1976(Qld) - Licences: 4JW Charters Towers(1928-1937); 4JW Cairns (1938-1939, 1947-1956); 4JW Charters Towers (1960-1975) - Qualifications: cc; AOCP 439, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: brewery hand (Charters Towers, 1925-1936); engine driver (Cairns, 1943-1954; Charters Towers, 1958-1968) ===''LARSSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gustaf William Larsson|Larsson, Gustaf William]] [https://www.familysearch.org/tree/person/details/GDTD-55K] - 1902(Tas)-1992(Tas) - Licences: 7BJ Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; AOLCP 92, 1932; AOCP 3275, 1952 - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Hobart West, 1928-1936) ===''LATHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Couzens Lathwell|Lathwell, Arthur George Couzens]] [https://www.familysearch.org/tree/person/details/GZH3-G9L] - 1911(WA)-1996(WA) - Licences: 6AL Bunbury (1935-1939, 1947-1975) - Qualifications: cc; AOCP 1467, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician's assistant (Bunbury, WA, 1936-1937); electrician (Bunbury, WA, 1943-1980) ===''LAUNDER-CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Edgar Launder-Cridge|Launder-Cridge, Wilfred Edgar]] [https://www.familysearch.org/tree/person/details/GXT9-S5L] - 1899(Eng)-1960(Tas) - Licences: 5BZ Adelaide (Brooklyn Park, 1928) - Qualifications: cc; 2COCP 200, 1930; 1COCP 120, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Essendon North, Vic, 1937; Aerodrome, Cambridge, Tas, 1943); OIC, DCA (Forrest, WA, 1958) ===''LAURENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Laurence|Laurence, John Henry]] [https://www.familysearch.org/tree/person/details/GXL7-YKV] - 1916(SA)-19??(???) - Licences: 5MZ Adelaide (Malvern, 1933-1939); 3PF Melbourne (Sandringham, 1947-1948); 3PF Benalla (1954-1980+) - Qualifications: cc; AOCP 1164, 1933, SA; 1COCP 118, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Ceduna, 1941-1943); farmer (Wellington, Benalla, 1949-1963; Benalla, 1967-1980) ===''LAURIE-RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melbourne Clive Laurie-Rhodes|Laurie-Rhodes, Melbourne Clive]] [https://www.familysearch.org/tree/person/details/GX6M-6K1] - 1915(Qld)-1997(NZ) - Licences: 4XU Brisbane (Hendra, 1934-1937) - Qualifications: cc; AOCP 1353, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: manager (Hendra, Qld, 1936-1937) ===''LAVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Poynton Laver|Laver, Charles Poynton]] [https://www.familysearch.org/tree/person/details/9JBH-SNC] - 1882(Eng)-1969(SA) - Licences: 5CP Cape Borda (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Lightkeeper (Cape Borda, SA, 1939; Edithburgh, 1941-1951) ===''LAVINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Morgan Eric Lavington|Lavington, Frederick Morgan Eric]] [https://www.familysearch.org/tree/person/details/GDJM-ZC9] - 1903(Tas)-1974(Vic) - Licences: 2ZC Receive Sydney (Bondi, 1923); 2ZC Sydney (Waverley, 1923; Bondi, 1924-1925; Mosman, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Manly, 1930); engineer (Strathfield, 1932; Ashfield West, 1935-1936); electrical engineer (Ashfield West, 1937); engineer (Kensington, 1949; Kingsford, 1954-1972) ===''LAWRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevan Alic Lawrie|Lawrie, Kevan Alec or Alic]] [https://www.familysearch.org/tree/person/details/GXRS-5YP] - 1915(SA)-2000(SA) - Licences: 5AK Adelaide (Lockleys, 1936-1939; York, 1947-1948; Lockleys, 1954-1965; Brooklyn, 1969-1980+) - Qualifications: cc; AOCP 1602, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (Lockleys, SA, 1939-1941) ===''LAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. W. Law|Law, F. W.]] - 19??(???)-19??(???) - Licences: 6DA Perth (Armadale, 1923); 6CZ Perth (Armadale, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''LAWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Andrew Laws|Laws, David Andrew]] [https://www.familysearch.org/tree/person/details/GZLN-FW5] - 1909(Qld)-1943(PNG) - Licences: 4DR Brisbane (Taringa, 1931-1939) - Qualifications: AOCP 829, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 (Army, M Special Unit, Commando)- Sacrifice: "Greater love hath no man than this" - Electoral Rolls: clerk (Taringa, 1936-1943) - Links: [https://vwma.org.au/explore/people/635901] * [[/Sidney Frank Henry Laws|Laws, Sidney Frank Henry]] [https://www.familysearch.org/tree/person/details/G6ZT-GBH] - 1893(NZ)-1973(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 6, 1914, No. 6 in Aus and Vic - commercial operator; coastal station operator; manager 7ZL (1927); witness to Royal Commission 1927 (obo 7ZL) - Electoral Rolls: radio engineer operator (Wireless Station, Townsville, 1915); farmer (Launching Place, 1918); electrical engineer (Prahran, Vic, 1919); engineer (Armadale, Vic, 1919-1924); manager (Launceston, 1928); company manager (Double Bay, NSW, 1930-1931) ===''LAWTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Kyle Lawton|Lawton, Alexander Kyle]] [https://www.familysearch.org/tree/person/details/LR8F-FWT] - 1889(Qld)-1978(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, federal public servant (PMGD), radio clubs (QWI, member), business (movie theatres, Amico), WW2 - Electoral Rolls: electrician (Toowoomba, 1913; Wynnum South, 1915-1916); manager (Windsor, 1919); engineer (Nundah, 1925-1928); manager (Townsville, 1936-1937; Nundah, 1943-1949); manufacturer's agent (Virginia, 1954-1958); company director (Ashfield, 1963); sales manager (Ashfield, 1968-1977) ===''LEADBITTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Leadbitter|Leadbitter, James Henry]] [https://www.familysearch.org/tree/person/details/GDP1-3V1] - 1882(NSW)-1946(NSW) - Licences: 2AF Receive West Wyalong (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: cycle mechanic (Darlington, 1903); mechanic (West Wyalong, 1913); cycle mechanic (West Wyalong, 1930-1943) ===''LEANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Gregory Leaney|Leaney, William Gregory]] [https://www.familysearch.org/tree/person/details/LK9P-JF9] - 1895(SA)-1982(Vic) - Licences: 3XN Receive Melbourne (Northcote, 1923); 3XN Melbourne (Northcote, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engine driver (Northcote, 1919-1954); driver (Coburg, 1963-1977); nil (Preston, 1980) ===''LEBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/David Leber|Leber, David]] [https://www.familysearch.org/tree/person/details/G8HD-847] - 1905(Vic)-1950(Vic) - Licences: 3DL Melbourne (Richmond, 1929-1939; Hawthorn, 1947-1948) - Qualifications: AOCP 481, 1929, No. ?? in Vic; 3COCP 45, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Richmond, 1927-1942); salesman (Hawthorn, 1949) ===''LECKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Herbert Crockett Leckie|Leckie, Herbert Crockett]] [https://www.familysearch.org/tree/person/details/LJ1R-QQN] - 1927(Vic)-1994(Vic) - Licences: 3LH Melbourne (Elwood, 1948-1980+) - Qualifications: cc; 1COCP 1170, 1947 - amateur operator - Electoral Rolls: student (St Kilda, 1949-1968; Elwood, 1972-1980); * [[/Raymond Campbell Leckie|Leckie, Raymond Campbell]] [https://www.familysearch.org/tree/person/details/GZ2Q-ZZV] - 1904(Vic)-1987(ACT) - Licences: 3TU Receive Melbourne (Sandringham, 1923); 3TU Melbourne (Sandringham, 1924-1927) - Qualifications: cc; AOCP 215, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Sandringham, 1926); public servant (Braddon, 1935; Turner, 1943-1968); examiner of patents (Hughes, 1972); retired (Hughes, 1977-1980) ===''LEE-ARCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Leslie Lee-Archer|Lee-Archer, Evan Leslie]] [https://www.familysearch.org/tree/person/details/LB2K-F3W] - 1911(Vic)-1993(Vic) - Licences: 3LM Melbourne (Glen Iris, 1929-1931); 3LM Wonthaggi (1933); 3LM Melbourne (Caulfield North, 1937; Malvern East, 1938) - Qualifications: AOCP 534, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Gardiner, 1933); radio engineer (Korumburra, 1934); engineer (Caulfield West, 1935); mechanic (Malvern East, 1937) ===''LEGGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Legge|Legge, Arthur William]] [https://www.familysearch.org/tree/person/details/9MJS-QKM] - 1906(Tas)-1968(Tas) - Licences: Receive (Crystal) Ulverstone (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Ulverstone, 1928); no occupation (Hobart South, 1936); zinc worker (Hobart East, 1943); farmer (Cullenswood, 1949-1954) ===''LE GRAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Walter Le Grand|Le Grand, Sydney Walter]] [https://www.familysearch.org/tree/person/details/GQDD-D57] - 1902(Qld)-1979(NSW) - Licences: 4LG Brisbane (Windsor, 1927) - Qualifications: cc; CPRT 882, 1925; 2COCP 34, 1929; 1COCP 151, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Windsor, 1925-1926); operator (Woollahra, 1931-1937; Bellevue Hill, 1943-1949; Bondi Junction, 1954-1968); retired (Banora Point, 1972-1977) ===''LELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Lelliott|Lelliott, Thomas "Tom"]] [https://www.familysearch.org/tree/person/details/G8VX-4PX] - 1911(Vic)-2000(Vic) - Licences: 3ZW Melbourne (Mont Albert, 1930-1939); 3AZW Melbourne (Boronia, 1954-1980+) - Qualifications: AOCP 684, 1930, Vic; AOLCP 68, 1932 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio operator (Mont Albert, 1937); operator (Caulfield, 1942); public servant (Boronia, 1963-1980) ===''LEMMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Lemmon|Lemmon, Charles Edward]] [https://www.familysearch.org/tree/person/details/GDLL-Z21] - 1885(Eng)-1966(WA) - Licences: Nil yet identified - Qualifications: CPRT 95, 1915; 2COCP 120, 1930; 1COCP 71, 1930 - coastal wireless operator; WW2; RANRS - Electoral Rolls: wireless operator (Clayfield, Qld, 1915); officer-in-charge Wireless Station (Rockhampton, 1916-1921); radio telegraphist (Applecross, 1931-1936; Como, 1937); wireless operator (Broome, 1937); radio telegraphist (Geraldton, 1943-1949); retired (Rivervale, 1954-1963) ===''LEMPRIERE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Louis Lempriere|Lempriere, Charles Louis]] [https://www.familysearch.org/tree/person/details/L23Y-NPS] - 1857(Vic)-1934(Vic) - Licences: 3ZJ Melbourne (Vermont, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: surgeon (South Yarra, 1912-1919); medical practitioner (Vermont, 1924-1934) ===''LENDRUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Lendrum|Lendrum, Alexander "Alex"]] [https://www.familysearch.org/tree/person/details/G8NZ-Y5Y] - 1887(Qld)-1955(NSW) - Licences: 2YL Sydney (Kensington, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Toowoomba, 1913); yardman (Toowoomba, 1921); constable (Kensington, 1930-1937) ===''LENNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Lennon|Lennon, Christopher James "Chris"]] [https://www.familysearch.org/tree/person/details/KJL3-LZF] - 1889(Vic)-1932(Aus) - Licences: Nil yet identified - Qualifications: cc; 1COCP 4, 1929 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: operator (Broome, 1916-1917); radio telegraphist (Townsville, 1925); telegraphist (Thursday Island, 1931) ===''LEONARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Benedict Leonard|Leonard, Aubrey Benedict]] [https://www.familysearch.org/tree/person/details/GS9T-N4X] - 1896(NSW)-1968(Vic) - Licences: 3EN Receive Drouin (1922-1923); 3EN Drouin (1924-1926) - Qualifications: cc; AOCP 244, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal assistant (Drouin, 1922-1928); radio dealer (Drouin, 1931-1954); retired (Drouin, 1963-1967) * [[/John William Leonard|Leonard, John William "Bill"]] [https://www.familysearch.org/tree/person/details/G494-BY4] - 1906(Vic)-1974(Vic) - Licences: 3AB Melbourne (Black Rock, 1928-1939) - Qualifications: cc; AOCP 386, 1928, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Sandringham, 1931-1943); shopkeeper (Sandringham, 1949-1968) * [[/Leslie Clarence Leonard|Leonard, Leslie Clarence]] [https://www.familysearch.org/tree/person/details/GH15-16Q] - 1902(Vic)-1961(SA) - Licences: 5LT Adelaide (Payneham, 1946-1947; Medindie, 1948); 5LT Port Lincoln (1954-1960) - Qualifications: AOCP 2336, 1939, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: pilot (The Terrace/Port Pirie, 1939) * [[/Vincent Halpin Leonard|Leonard, Vincent Halpin]] [https://www.familysearch.org/tree/person/details/G8S4-TXD] - 1915(Vic)-1988(Vic) - Licences: 3PJ Melbourne (?, 1938-1939; Kew, 1946-1956); 3PJ St Andrews (1960); 3PJ Melbourne (Balwyn, 1965-1980+) - Qualifications: AOCP 2167, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1937; Kew, 1937-1954); public servant (St Andrews, 1958; Balwyn, 1963-1980) ===''LESLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julian Leslie|Leslie, Julian]] [https://www.familysearch.org/tree/person/details/GS98-211] - 1873(Vic)-1950(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 142, 1915; 1COCP 246, 1932 - RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: telegraphist (Leederville, WA, 1910-1912; Applecross, WA, 1913); O.I.C. (Radio Telegraph Station, Broome, WA, 1917); officer-in-charge (Radio Station, Thursday Island, 1925-1926); superintendent of wireless (Auburn, Vic, 1928); supervisor B.H. service (Randwick, NSW, 1930-1949) ===''LESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lester|Lester, Jack]] [https://www.familysearch.org/tree/person/details/L5FQ-NQL] - 1902(SA)-1990(SA) - Licences: 5LR Renmark (1930-1937); 5LR Berri (1938-1939); 5LR Adelaide (Millswood Estate, 1946-1947; Blackwood, 1954-1965); 5LR Victor Harbour (1969-1980) - Qualifications: cc; AOCP 674, 1930, No. ?? in SA; AOLCP 236, 1935; BOCP 369, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Berri, 1939-1943) ===''LETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Norman Lett|Lett, Frederick James Norman]] [https://www.familysearch.org/tree/person/details/GD2P-Y8D] - 1903(NSW)-1972(NSW) - Licences: 2WN Receive Sydney (Annandale, 1923); 2WN Sydney (Annandale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Annandale, 1930-1936); publican (Sydney, 1937); hotelkeeper (Clifton Gardens Hotel, Mosman, 1943); Darlinghurst, 1949; Dulwich Hill, 1958; Marrickville, 1963); retired (Church Point, 1968) ===''LEVENSPIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pinkus Levenspiel|Levenspiel, Pinkus or Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G8JB-QSL] - 1904(Eng)-1987(NSW) - Licences: 2TX Wyong (1930-1939, 1946-1980+) - Qualifications: AOCP 668, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (Wyong, 1936-1937); mechanic (Wyong, 1949-1963); motor dealer (Ourimbah, 1968-1980) ===''LEVERETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Leverett|Leverett, John Henry]] [https://www.familysearch.org/tree/person/details/LV79-R7Q] - 1894(Eng)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 25, 1914; 1COCP 88, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: wireless operator (Broome, 1916); telegraphist (Ascot, Qld, 1921); wireless operator (Rockhampton, 1936-1937); radio telegraphist (Rockhampton, 1943); wireless inspector (Burwood, NSW, 1954) ===''LEVERRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Hewitt Leverrier|Leverrier, Francis Hewitt "Frank"]] [https://www.familysearch.org/tree/person/details/GWBT-DP5] - 1863(NSW)-1940(NSW) - Licences: XEN Sydney (Waverley, 1911-1914, Licence No. 5) - Qualifications: cc; Nil yet identified - early wireless experimenter; radio clubs (WIA, president, 1910) - Electoral Rolls: barrister (Vaucluse, 1930-1934, Kings Counsel) - Relationships: father of 2BK-2ADE Frank Neville Leverrier * [[/Frank Neville Leverrier|Leverrier, Frank Neville "Boy"]] [https://www.familysearch.org/tree/person/details/M6RF-W2W] - 1904(NSW)-1980(NSW) - 2BK Receive Sydney (Waverley, 1922-1923); 2BK Sydney (Vaucluse, 1924-1930); 2ADE Castle Cove (1969-1975+) - Qualifications: cc; AOCP 169, 1925, No. ?? in NSW; CPRT 931, 1926) - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio work (Vaucluse, 1930); clerk (Vaucluse, 1933-1937); superintendent (Vaucluse, 1943-1949); public relations (Roseville, 1963-1968; Castle Cove, 1977) - Relationships: son of XEN Francis Hewitt Leverrier * [[/Henri Andre Leverrier|Leverrier, Henri Andre "Henry"]] [https://www.familysearch.org/tree/person/details/G68N-18J] - 1882(NCL)-1943(NSW) - Licences: XEN Sydney (Gordon, 1911); XHL Sydney (City, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; witness to Royal Commission 1927 (as manager, Australian General Electric, Sydney) - Relationships: nephew of XEN Francis Hewitt Leverrier; cousin of 2BK-2ADE Frank Neville Leverrier - Electoral Rolls: engineer (North Sydney, 1913); manager (Crows Nest, 1930-1937) ===''LEVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Levy|Levy, Richard "Dick"]] [https://www.familysearch.org/tree/person/details/G8N1-Z38] - 1909(SA)-1955(SA) - Licences: 5AJ Adelaide (Torrensville, 1930-1931) - Qualifications: cc; AOCP 654, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Torrensville, 1943) ===''LEWIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Garrett Lewis|Lewis, Henry Garrett "Harry"]] - 1895(Tas)-1978(Vic) - Licences: Hobart (no record of licence identified as yet) - Qualifications: cc; Nil yet identified - early wireless experimenter (reported experimenting from 1912); councillor WIA Tas in 1923; manager 3UZ 1924 - Electoral Rolls: * [[/William John Lewis|Lewis, William John]] [https://www.familysearch.org/tree/person/details/GXYJ-BZQ] - 1908(WA)-1976(NSW) - Licences: 2YB Sydney (Marrickville, 1931-1936; McMahons Point, 1937); 6YB Perth (Pearce, 1938-1939); 2YB Sydney (Haberfield, 1947-1950; Paddington, 1954-1969; Ryde, 1975) - Qualifications: cc; AOCP 863, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (RAAF) - Comment: Several contemporaneous WJLs - Electoral Rolls: Nil yet identified due to numbers ===''LIGHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lighton|Lighton, Robert]] [https://www.familysearch.org/tree/person/details/K2HJ-HD1] - 1869(Vic)-1940(Vic) - 3CM Receive Melbourne (East St Kilda, 1922-1924), 3RL Melbourne (East St Kilda, 1925-1931), amateur operator (AOCP 179, 1925, No. ?? in Vic), amateur broadcaster, storekeeper (Toongabbie, 1903; Benalla, 1916), independent means (East St Kilda, 1928; Armadale, 1937) ===''LINDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Linden|Linden, Edwin]] [https://www.familysearch.org/tree/person/details/GXXD-PRV] - 1904(Qld)-1970(NSW) - Licences: 4FT Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Murgon, Qld, 1925); mechanic (Wilston, Qld, 1928); storekeeper (Clayfield, Qld, 1936-1937); telephone mechanic (Mackay, Qld, 1943-1949); supervising technician (Bowen, Qld, 1954); PMG technician (Tweed Heads, NSW, 1958-1968) ===''LINDNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Lindner|Lindner, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GSVX-787] - 1904(NSW)-1981(Qld) - 4BX Receive Brisbane (Alderley) 1922 - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Wilston, 1928); motor mechanic (Maleny, 1934); mechanic (Windsor, 1936-1972); retired (Mt Samson, 1977) ===''LINDSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Gordon Lindsay|Lindsay, Donald Gordon]] [https://www.familysearch.org/tree/person/details/GZ6V-126] - 1909(Vic)-1964(WA) - 2DY Sydney (Gordon, 1925-1936; Ashfield, 1937; Concord, 1938; Kogarah, 1939), amateur operator (AOCP 83, 1925, No. ?? in NSW), amateur broadcaster, engineer * [[/Herbert Maxwell Lindsay|Lindsay, Herbert Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KP3L-S78] - 1913(Qld)-1989(Qld) - Licences: 4HD Nambour (1937-1939); 4HD Buderim (1946-1980+) - Qualifications: cc; AOCP 2027, 1937, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); employment (company secretary) - Electoral Rolls: bank officer (Nambour, Qld, 1936-1937; Taringa, Qld, 1943); fruitgrower (Buderim, Qld, 1954-1980) * [[/Patrick Charles Edward Lindsay|Lindsay, Patrick Charles Edward]] [https://www.familysearch.org/tree/person/details/GF7R-8YZ] - 1896(Eng)-19??(Eng?) - Licences: 6PL Perth (West Perth, 1927) - Qualifications: cc; CPRT 855, 1925; 2COCP 37, 1929 - amateur operator; amateur broadcaster - Electoral Rolls: wireless instructor (West Perth, WA, 1922; Balcatta, WA, 1925); radio engineer (South Brisbane, Qld, 1934) ===''LINKLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Charles Linklater|Linklater, Donald Charles]] [https://www.familysearch.org/tree/person/details/GXRC-Z44] - 1905(SA)-1967(NSW) - Licences: 5DL Pinnaroo (1935-1937) - Qualifications: cc; AOCP 1521, 1935, SA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: radio mechanic (Darling Harbour, NSW, 1949); technician (Bondi Junction, NSW, 1958) ===''LITCHFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ainslie Roland Litchfield|Litchfield, Ainslie Roland]] [https://www.familysearch.org/tree/person/details/9J3Z-FRP] - 1906(NSW)-1968(NSW) - 2RL Cooma (1925-1939), 2RL Sydney (Woollahra, 1947; Darling Point, 1948-1954; Rozelle, 1955-1958; Avalon Beach, 1960-1965), amateur operator (AOCP 200, 1925, No. ?? in NSW), amateur broadcaster, WW2, grazier (Cooma, 1930-1937), film producer (Avalon Beach, 1958-1968) ===''LITHGOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Lithgow|Lithgow, John Charles]] [https://www.familysearch.org/tree/person/details/G691-5TL] - 1916(Tas)-1990(Eng) - Licences: 7WJ Launceston (1936-1939) - Qualifications: cc; AOCP 1688, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Marine officer? 1950s-1960s, several sea trips ===''LITTLEJOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sydney Littlejohn|Littlejohn, Arthur Sydney]] [https://www.familysearch.org/tree/person/details/G8DW-VDD] - 1905(NSW)-1993(NSW) - Licences: 2AL Sydney (Leichhardt, 1930-1939); 4LF Gunalda (1947); 2OU Sydney (Leichhardt, 1948-1950) - Qualifications: AOCP 579, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Leichhardt, 1930-1958; Haberfield, 1963-1980) ===''LLOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Howard Lloyd|Lloyd, Henry Howard]] [https://www.familysearch.org/tree/person/details/GST7-9LV] - 1904(SA)-1974(SA) - Licences: 5AI Adelaide (College Town, 1923-1927); 5AG Adelaide (College Town, 1923); 5HL Adelaide (North Adelaide, 1954-1975) - Qualifications: cc; AOCP 57, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Beware another Henry Howard Lloyd [https://www.familysearch.org/tree/person/details/GZDY-FS3] 1912-1981 in Adelaide, similar times - Electoral Rolls: Nil yet identified * [[/Hughie Frederick Lloyd|Lloyd, Hughie or Hugh Frederick]] [https://www.familysearch.org/tree/person/details/GXGY-Y95] - 1917(SA)-2002(SA) - Licences: 5BC Adelaide (Hindmarsh, 1933-1939); 5BC Berri (1947-1980) - Qualifications: cc; AOCP 1137, 1933, SA; BOCP 281, 1940 - amateur operator; amateur broadcaster - Relationships: Brother of 5HD William Edward Lloyd - Electoral Rolls: electrician (Hindmarsh, SA, 1939) * [[/William Edward Lloyd|Lloyd, William Edward "Bill"]] [https://www.familysearch.org/tree/person/details/GXGB-WR9] - 1914(SA)-1996(SA) - Licences: 5HD Adelaide (Hindmarsh, 1933-1939, 1947-1948; Cumberland, 1954-1980+) - Qualifications: cc; AOCP 1215, 1933, SA; 2COCP 763, 1943 - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5BC Hughie Frederick Lloyd - Electoral Rolls: nil (Hindmarsh, SA, 1939-1943) ===''LOCKHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Edward Lockhart|Lockhart, Leon Edward]] [https://www.familysearch.org/tree/person/details/G8CJ-6GG] - 1912(Vic)-1990(Vic) - Licences: 3LE Melbourne (Elwood, 1929-1939; Elsternwick, 1946-1980+) - Qualifications: AOCP 514, 1929, No. ?? in Vic; 1COCP 205, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elwood, 1934-1937); engineer (Elsternwick, 1942-1977) ===''LOESER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hedley Edmond Loeser|Loeser, Hedley Edmond]] [https://www.familysearch.org/tree/person/details/MPXL-RM6] - 1912(SA)-19??(???) - Licences: 5LO Adelaide (Goodwood, 1936-1939; Col LIght Gardens, 1947) - Qualifications: cc; AOCP 1748, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: display artist (Reade Park, SA, 1943) ===''LOMAX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Lomax|Lomax, Joseph]] - 19??(???)-19??(???) - Licences: 4EB Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: commercial traveller (St Kilda, Vic, 1913-1914; Ivanhoe, Vic, 1916-1917; Coorparoo, Qld, 1921-1925; Kew, Vic, 1926) ===''LONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Timothy Joseph Long|Long, Timothy Joseph]] [https://www.familysearch.org/tree/person/details/GQ19-Z9G] - 1884(Qld)-1923(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 140, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Comment: suicide after diagnosis terminal illness - Electoral Rolls: labourer (Toowoomba, 1908); radio telegraphist (Cooktown, 1916-1917); telegraphist (Townsville, 1921) ===''LONGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ruth Victoria Longley|Harris nee Longley, Ruth Victoria]] [https://www.familysearch.org/tree/person/details/GXYZ-5GJ] - 1913(WA)-19??(???) - Licences: 6YL Perth (Shenton Park, 1936-1939) - Qualifications: cc; AOCP 1808, 1936, WA - amateur operator; amateur broadcaster; YL operator; WW2 - Relationships: Wife of 6NL Valentine Harms Harris - Electoral Rolls: saleswoman (Subiaco, WA, 1936-1937); home duties (Applecross, WA, 1949-1954); manager (Applecross, WA, 1958) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''LONGSTAFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Allen Hector Longstaff|Longstaff, Thomas Allen Hector "Allen"]] [https://www.familysearch.org/tree/person/details/GWQM-WF3] - 1896(SA)-1953(NSW) - Licences: XVR Adelaide (Alberton, 1913) - Qualifications: cc; CPRT 55, 1915 - early wireless experimenter; coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2 - Electoral Rolls: executive (Brighton, Vic, 1949) ===''LORDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Allan Lorden|Lorden, Geoffrey Allan]] [https://www.familysearch.org/tree/person/details/GZJB-2P8] - 1907(WA)-1994(Vic) - Licences: 6GL Perth (Perth, 1925-1926; West Perth, 1927) - Qualifications: cc; AOCP 175, 1925, No. ?? in WA; 2COCP 342, 1940; 1COCP 441, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Jingalup, WA, 1931); survey assistant (Jingalup, WA, 1936-1937); radio operator (Hotel Beadon, Onslow, 1943; Kalgoorlie, 1949); civil servant (Mitcham, Vic, 1968-1977) ===''LOVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Kingsley Love|Love, Howard Kingsley]] [https://www.familysearch.org/tree/person/details/GZGQ-8S5] - 1895(Vic)-1948(Vic) - Licences: 3BM Receive Melbourne (East Malvern, 1922); 3BM Melbourne (East Malvern, 1922-1931; Glen Iris, 1933), 3KU Melbourne (Malvern, 1937-1939, 1946-1948) - Qualifications: cc; AOCP 230, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; broadcast engineer; radio clubs (WIA Vic); business proprietor (radio manufacturer) - Electoral Rolls: merchant (Orong, 1919; Malvern East, 1921-1924; Gardiner, 1927-1933); manager (Gardiner, 1936-1937); engineer (Mt. Waverley, 1942) - Comment: gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW199407.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199408.pdf EA2] * [[/James Peile Love|Love, James Peile "Nim"]] [https://www.familysearch.org/tree/person/details/L7JF-83Z] - 1906(Qld)-1999(Qld) - Licences: 4JL Brisbane (Kedron, 1928-1939) - Qualifications: cc; AOCP 469, 1928, No. ?? in Qld (Halcyon AOCP 1930); 3COCP 5259, 1965 - amateur operator; amateur broadcaster; military (WW2, AIF) - Electoral Rolls: auctioneer (Kedron, 1928-1943; Hawthorne, 1949-1980) ===''LOVETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Frank Lovett|Lovett, Hubert Frank]] [https://www.familysearch.org/tree/person/details/GHG1-DT2] - 1905(Tas)-1961(Tas) - Licences: 7HL Hobart (1926-1933+) - Qualifications: cc; AOCP 246, 1926, No. ?? in Tas - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Hobart North, 1928-1937); manager (Hobart South, 1949; Nelson, 1954) - Links: [https://info.scholarships.utas.edu.au/AwardDetails.aspx?AwardId=2813 UTAS Scholarship] * [[/Percy Lovett|Lovett, Percy]] [https://www.familysearch.org/tree/person/details/GDB5-M21] - 1906(NSW)-1986(NSW) - Licences: 2JP Receive Sydney (Artarmon, 1922) - Qualifications: cc; 3COCP 2210, 1956 - amateur operator; amateur broadcaster - Electoral Rolls: ===''LUBACH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Lubach|Lubach, Frederick John "Fred"]] [https://www.familysearch.org/tree/person/details/G9H7-VZD] - 1919(Qld)-1998(Qld) - Licences: 4RF Brisbane (South Brisbane, 1936-1939; Annerley, 1946-1947); Dalby (1948-1950); Brisbane (Coorparoo, 1954; Camp Hill, 1965-75; Loganlea, 1980) - Qualifications: cc; AOCP 1745, 1936, Qld; 2COCP 868, 1944 - amateur operator; amateur broadcaster; radio clubs (WIAQ, instructor, QSL manager); military (WW2, RAN, wireless officer); broadcast technician (4QS, Capalaba) - Electoral Rolls: technician (Dalby, Qld, 1949; Coorparoo, Qld, 1954; Camp Hill, Qld, 1958-1968); public servant (Camp Hill, Qld, 1972-1977); retired (Loganlea, Qld, 1980) ===''LUCAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gillen Frederick Lucas|Lucas, Gillen Frederick]] [https://www.familysearch.org/tree/person/details/GXLB-Y7P] - 1894(SA)-1964(SA) - Licences: 5LL Adelaide (Kilkenny, 1935-1939; Port Adelaide, 1947; Maylands, 1948; Trinity Gardens, 1954-1960) - Qualifications: cc; AOCP 1589, 1935, SA - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: bootmaker (Kilkenny, SA, 1939-1943) ===''LUCKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Forsythe Arthur Luckman|Luckman, Charles Forsythe Arthur]] [https://www.familysearch.org/tree/person/details/GMF8-LS2] - 1901(NSW)-1979(NSW) - Licences: 2JT Receive Sydney (Croydon, 1922); 2JT Sydney (Croydon, 1923-1926; Lakemba, 1927-1933; Croydon, 1934; Ashfield, 1935-1938; Croydon, 1939, 1946-1975) - Qualifications: cc; AOCP 41, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: lift engineer (Lakemba, 1930-1933); electrician (Croydon, 1935-1943); electrical mechanic (Croydon, 1954-1972) * [[/Thomas Stuart Luckman|Luckman, Thomas Stuart "Stuart"]] [https://www.familysearch.org/tree/person/details/G64P-8CD] - 1913(Qld)-2005(Qld) - Licences: 4SL Brisbane (Kalinga, 1931-1939) - Qualifications: cc; AOCP 783, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, CMF, Signals Northern Command); occupation (hardware executive) - Electoral Rolls: salesman (Kalinga, 1936-1937); storeman (Hendra, 1943-1958); retired (Aspley, 1972-1977; Carseldine, 1980) ===''LUHRS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Albert Luhrs|Luhrs, Victor Albert]] [https://www.familysearch.org/tree/person/details/KZYN-VJJ] - 1888(Vic)-1964(SA) - Licences: V761 Receive Woori Yallock (1922); 3HB Receive Woori Yallock (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Torquon West, Nhill, 1909; Netherby, 1912-1914; Cavendish, 1916-1919; Woori Yallock, 1922-1924; Kalyan, SA, 1939); grazier (Tintinara, SA, 1941-1943) ===''LUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Douglas Lum|Lum, Allan Douglas]] [https://www.familysearch.org/tree/person/details/G92F-LX7] - 1913(SA)-1978(SA) - Licences: 5AL Adelaide (Joslin, 1932-1939; Hyde Park, 1947) - Qualifications: cc; AOCP 980, 1932, No. ?? in SA; 1COCP 427, 1940; TVOCP 263, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Gawler, SA, 1939-1941); mechanic (Hyde Park, SA, 1943) ===''LUMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd John Lumb|Lumb, Lloyd John "Jack"]] [https://www.familysearch.org/tree/person/details/G84C-LF2] - 1907(Qld)-1975(Qld) - Licences: 4LL Brisbane (Ashgrove, 1928-1939) - Qualifications: cc; AOCP 471, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; engineer (PMGD) - Electoral Rolls: telephone mechanic (Ashgrove, 1936-1937); postal electrician (Stanthorpe, 1943); technician (Ashgrove, 1949); engineer (Ashgrove, 1958-1972) ===''LUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Vincent Lunn|Lunn, Harold Vincent]] [https://www.familysearch.org/tree/person/details/GXGY-4X5] - 1908(NSW)-1987(NSW) - Licences: 5HL Adelaide (Morphettville, 1935-1939); 2ANE Sydney (North Ryde) - Qualifications: cc; AOCP 1449, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical fitter (Morphettville, SA, 1939-1943; Hurstville South, NSW, 1972); retired (North Ryde, NSW, 1977-1980) ===''LUXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilfred Luxon|Luxon, George Wilfred]] [https://www.familysearch.org/tree/person/details/M5YJ-XTL] - 1908(NSW)-1992(SA) - Licences: 5RX Adelaide (West Mitcham, 1928-1939, 1946-1965; Torrens Park, 1969-1980+) - Qualifications: cc; AOCP 450, 1928, No. ?? in SA - amateur operator; amateur broadcaster late 1920s; WW2; WIA SA (several official duties) - Electoral Rolls: radio mechanic (Mitcham, 1939-1943) ===''LYNCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harold John Lynch|Lynch, Harold John]] [https://www.familysearch.org/tree/person/details/LDTD-VXL] - 1905(Qld)-1995(Qld) - Licences: 4HL Brisbane (Fortitude Valley, 1934-1939, 1946-1956; Slacks Creek, 1960-1975); 4HL Springbrook (1980+) - Qualifications: cc; AOCP 1268, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); business proprietor (restaurants, picture theatres) - Electoral Rolls: cutter (Albion, Qld, 1928); shopkeeper (Valley, Qld, 1936-1943); cafe proprietor (Valley, Qld, 1949); shopkeeper (St Lucia, Qld, 1954; Slacks Creek, Qld, 1958-1968); owner (Slacks Creek, Qld, 1972-1977); retired (Springbrook, Qld, 1980) ===''LYONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Thomas Lyons|Lyons, Joseph Aloysius Thomas]] [https://www.familysearch.org/tree/person/details/LZGY-XKB] - 1879(Tas)-1939(NSW) - teacher, state politician, Premier of Tasmania, federal politician, Postmaster-General, Prime Minister of Australia, actively promoted development of broadcasting in Australia over two decades - Electoral Rolls: =='''M'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''MABBITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Matthew Mabbitt|Mabbitt, John Matthew]] [https://www.familysearch.org/tree/person/details/G8DV-FD5] - 1905(Vic)-1966(Vic) - Licences: 3KI Lake Boga (1930-1939); 3JG Lake Boga (1947-1948); 3JG Swan Hill (1954-1960); 3JG Melbourne (Templestowe, 1965) - Qualifications: AOCP 588, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: orchardist (Lake Boga, 1928-1949); supervisor (Swan Hill, 1954); public servant (Templestowe, 1963) ===''MACDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Donald Macdonald|Macdonald, Donald "Don"]] [https://www.familysearch.org/tree/person/details/GXQ7-WT8] - 1883(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; BOCP 45, 1936 - senior federal public servant (Chief Engineer, Radiotelegraph Branch, PMGD, 1914); Lieutenant-Commander Telegraphist (RAN, in charge captured German Pacific Wireless); chief engineer 7EX; supervised erection 3AR, 5CL, 7ZL; early TV research - Comment: Don't confuse with Don Macdonald AWA consultant - Electoral Rolls: Numerous contemporaneous DMcDs - Links: [http://messui.polygonal-moogle.com/valves/NW199505.pdf EA] * [[/Llewellyn Macdonald|Macdonald, Llewellyn "Lew"]] [https://www.familysearch.org/tree/person/details/G8HH-73F] - 1908(Eng)-1974(NSW) - Licences: 2WU Newcastle (West Maitland, 1929-1934; Wickham, 1935-1936; Waratah, 1937; Mayfield, 1938-1939, 1946-1961; Charlestown, 1965-1969) - Qualifications: AOCP 478, 1929, No. ?? in NSW; 2COCP 69, 1936; BOCP 50, 1936; 1COCP 125, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: cabinetmaker (West Maitland, 1930; Wickham, 1936); joiner (Waratah, 1937; Charlestown, 1972) ===''MACFARLANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred - see Harriss, Dorothy Winnifred ===''MACGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. MacGregor|MacGregor, H.]] - 19??(???)-19??(???) - 4ZU Brisbane (Windsor, -1947+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''MACKAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Stewart Mackay|Mackay, Cedric Stewart or Stuart]] [https://www.familysearch.org/tree/person/details/973G-3Q2] - 1889(Vic)-1955(NSW) - Licences: XADF Coffs Harbour (1913-1914); 2GP Urunga (1922-1931); 2GO Coffs Harbour (1935-1939) - Qualifications: cc; AOCP 149, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Urunga, 1930); agent (Coffs Harbour, 1943-1949) * [[/Ian Keith Mackay|Mackay, Ian Keith]] [https://www.familysearch.org/tree/person/details/G8JG-NHF] - 1907(NZ)-1985(NZ) - author, historian (broadcast, "Broadcasting in New Zealand" (1953), "Broadcasting in Australia" (1957), "Broadcasting in Nigeria" (1964), "Broadcasting in Papua New Guinea" (1976) - Electoral Rolls: broadcasting executive (Lane Cove, 1954); executive (Killara, 1958) * [[/Ronald Reay Mackay|Mackay, Ronald Reay]] [https://www.familysearch.org/tree/person/details/G8N2-Y6T] - 1905(Vic)-1963(Vic) - Licences: 3FZ Receive Melbourne (Carlton, 1922); 3MU Melbourne (Carlton, 1931-1939, 1946-1960) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, principal (RMIT) - Electoral Rolls: teacher (Carlton, 1931-1963) - [https://adb.anu.edu.au/biography/mackay-ronald-reay-10980 ADB] ===''MACKEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Francis Mackel|Mackel, John Francis]] [https://www.familysearch.org/tree/person/details/G8DJ-FP5] - 1912(NSW)-1987(NSW) - Licences: 2HG Sydney (Chatswood, 1930-1939, 1946-1947; Lane Cove, 1948-1965; Hunters Hill, 1969-1980) - Qualifications: AOCP 585, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Chatswood, 1935-1943); insurance inspector (Lane Cove, 1949-1954); insurance manager (Lane Cove, 1958-1963); manager (Hunters Hill, 1968-1980) ===''MACKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Harper Mackenzie|Mackenzie, Alexander Harper "Mac"]] [https://www.familysearch.org/tree/person/details/G7J3-MVZ] - 1892(Sct)-1970(Qld) - Licences: 4GK Brisbane (Wynnum, 1930-1939; Bulimba, 1946-1969) - Qualifications: cc; AOCP 628, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Fire Service) - Electoral Rolls: fireman (Brisbane City, 1916; Hamilton, 1919; Brisbane City, 1925); fire brigade officer (Wynnum, 1928-1936); newsagent (Bulimba, 1949); retired (Bulimba, 1954-1968) - Relationships: father of 4YL Florence Madeline Mackenzie and 4HJ Arthur Alexander Mackenzie * [[/Arthur Alexander Mackenzie|Mackenzie, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7J3-796] - 1918(Qld)-2001(Qld) - Licences: 4HJ Jericho (1937); 4HJ Brisbane (Wynnum, 1938-1939) - Qualifications: cc; AOCP 1346, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Townsville, 1949); newsagent (Grange, 1954-1963); public servant (Townsville, 1972; Cleveland, 1972; Thornlands, 1977, Cleveland, 1980) - Relationships: son of 4GK Alexander Harper Mackenzie; brother of 4YL Florence Madeline Streamer nee Mackenzie * [[/Florence Madeline Mackenzie|Streamer nee Mackenzie, Florence Madeline "Madeline"]] [https://www.familysearch.org/tree/person/details/G8FN-B8C] - 1922(Qld)-19??(Qld) - Licences: 4YL Brisbane (1936-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; third YL operator in Qld - Electoral Rolls: home duties (Mitchelton, 1949; New Farm, 1954) - Relationships: daughter of 4GK Alexander Harper Mackenzie; sister of 4HJ Arthur Alexander Mackenzie - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Harold Stuart Mackenzie|Mackenzie, Harold Stuart]] [https://www.familysearch.org/tree/person/details/L21R-VGN] - 1908(Qld)-1995(Qld) - Licences: 4AM Brisbane (Annerley, 1929-1933) - Qualifications: cc; AOCP 518, 1929, No. ?? in Qld; 2COCP 90, 1937; 1COCP 239, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Annerley, 1934-1937); company manager (Strathfield, NSW, 1943-1954); radio operator (Blackheath, 1958); unemployed (Burleigh Heads, 1963-1968); technician (Burleigh Heads, 1972-1980) ===''MACKINNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Eric Wilton MacKinnon|MacKinnon, Colin Eric Wilton]] [https://www.familysearch.org/tree/person/details/LK45-QRQ] - 1941(NSW)-2004(NSW) - Licences: 2KCM Sydney 1980s; 2DYM Sydney (1980-2004)- Qualifications: NAOCP N1793, 1981; AOLCP N1281, 1981; AOCP N1032, 1981, NSW - amateur operator; amateur broadcaster; historian (amateur radio; military radio; radar) - Electoral Rolls: engineer (Cronulla, 1968; Hurstville, 1977); retired (Glenhaven, 1980) - [https://www.qsl.net/vk2dym/radio/Colin_MacKinnon.htm Obit] ===''MACLARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Foster St Clair Maclardy|Maclardy, William John Foster St Clair "Will"]] - 1892(NSW)-1971(NSW) - 2HP Sydney (Neutral Bay & Cremorne,1922-1925), amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, broadcast engineer (2BL), journalist (Smith's Weekly, Wireless Weekly), correct surname is St Clair Maclardy but rarely used, son of William McIntyre St Clair Maclardy, one time Wireless Weekly proprietor ===''MACLAREN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Catto Maclaren|Maclaren, Donald Catto]] [https://www.familysearch.org/tree/person/details/G8N1-2R2] - 1909(NSW)-1964(NSW) - Licences: 2DM Sydney (Haberfield, 1930-1939); 2NN Narrabri (1947-1950) - Qualifications: AOCP 655, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Haberfield, 1933-1936; Taree, 1937; Narrabri, 1949) ===''MACLURCAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Dansie Maclurcan|Maclurcan, Charles Dansie]] [https://www.familysearch.org/tree/person/details/GWR7-LJ3] - 1889(Qld)-1957(NSW) - Licences: XDM Sydney (1909-1914); 2CM Sydney (Strathfield, 1921-1939; Neutral Bay, 1946-1957); 2CY Sydney (Strathfield, 1923, briefly by administrative error); first licence issued under new 1922 radio regulations - Qualifications: cc; AOCP 98, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; business proprietor (Maclurcan and Lane, 1909-19??, Maclurcan Engineering, Hotel Wentworth) - Electoral Rolls: electrical engineer (Darling Harbour, 1913); engineer (Strathfield, 1930-1934); hotel manager (Neutral Bay, 1949-1954) - Links: [https://adb.anu.edu.au/biography/maclurcan-hannah-13070 ADB] [[w:2CM|Wikipedia]] [https://radioinfo.com.au/news/who-was-radio-pioneer-charles-maclurcan/ radioinfo] ===''MACM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Chestnut McMillan|McMillan, Joseph Chestnut]] [https://www.familysearch.org/tree/person/details/GDRK-8TG] - 1901(Sct)-1968(Vic) - Licences: 7BP Receive Hobart (City, 1923); 7BP Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart East, 1928) ===''MACPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Duncan Macpherson|Macpherson, Alexander Duncan "Sandy"]] [https://www.familysearch.org/tree/person/details/29CF-Z3F] - 1899(Qld)-1974(Qld) - Licences: 4MC Brisbane (Nundah, 1934-1939, 1946-1948; Oakleigh, 1954; Chermside, 1955-1969) - Qualifications: cc; AOCP 1271, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Toombul RC); Qld Lands (draughtsman) - Comment: Slow update for death in Electoral Rolls? - Electoral Rolls: draftsman (Nundah, Qld, 1921-1949; Oakleigh, Qld, 1954; Chermside, Qld, 1958-1968); retired (Chermside, Qld, 1972-1980) ===''MADDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney John Madden|Madden, Sydney John]] [https://www.familysearch.org/tree/person/details/GX16-WGL] - 1900(Sct)-1955(WA) - Licences: 6MN Perth (City, 1930; North Perth, 1931; Maylands, 1933-1937; Wembley, 1938-1939) - Qualifications: cc; 2COCP 264, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Maylands, WA, 1931-1937; Wembley Park, WA, 1937-1943); supervisor (Wembley, WA, 1954) ===''MADDICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Maddick|Maddick, Herbert William]] [https://www.familysearch.org/tree/person/details/GHLB-J2P] - 1890(Vic)-1960(Vic) - Licences: XLX Melbourne (Elsternwick, 1913-1914); 3EF Receive Melbourne (Elwood, 1922-1923); 3EF Melbourne (Elwood, 1924-1933+) - Qualifications: cc; AOCP 161, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; perpetrator of the foul mouthed parrot incident - Electoral Rolls: motor mechanic (Elsternwick, 1917); mechanic (Elsternwick, 1919-1954) ===''MAGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin William Michael Magee|Magee, Kevin William Michael]] [https://www.familysearch.org/tree/person/details/GXRX-51Z] - 1913(Vic)-1979(Vanuatu) - Licences: 5KM Adelaide (City, 1931-1933); 2UN Sydney (Paddington, 1936); 3UN Melbourne (Hawthorn, 1937); 3KM Melbourne (Kew, 1947-1960; North Balwyn, 1965-1969) - Qualifications: cc; AOCP 874, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: staff cadet (Victoria Barracks, NSW, 1936); military officer (Hawthorn, Vic, 1937; Kew, Vic, 1943); engineer (Kew, Vic, 1949-1954); company director (Kew, Vic, 1963); director (Balwyn, Vic, 1967-1972) ===''MAGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lindsay Maguire|Maguire, Arthur Lindsay]] [https://www.familysearch.org/tree/person/details/G8SN-BKC] - 1921(Vic)-1998(Vic) - Licences: 3IO Stratford (1938-1939; 1947-1960) - Qualifications: AOCP 2216, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Stratford, 1949-1977); grazier (Munro, 1980) * [[/Ernest Norbert Maguire|Maguire, Ernest Norbert]] [https://www.familysearch.org/tree/person/details/LR4X-F61] - 1892(NSW)-1967(NSW) - Licences: 2KL Sydney (Lewisham, 1928-1930; Dulwich Hill, 1931-1939) - Qualifications: AOCP 387, 1928, No. ?? in NSW; 2COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: police constable (Lewisham, 1930-1932); sergeant of police (Putney, 1943; Gladesville, 1949-1958); retired (Lake Illawarra South, 1963) * [[/Sydney William Maguire|Maguire, Sydney William]] [https://www.familysearch.org/tree/person/details/KNDF-L85] - 1903(WA)-1958(NSW) - Licences: 2XY Sydney (Rose Bay, 1930-1934; Paddington, 1935-1936; North Bondi, 1937-1939) - Qualifications: CPRTelephony 933, 1926; AOLCP 74, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Rose Bay, 1930-1934; Glenmore, 1935); engineer (Bondi, 1936-1937); radio engineer (Maroubra North, 1943); inspector (Maroubra North, 1949; Kingsford, 1954-1958) ===''MAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Hugh Mahon|Mahon, Hugh]] - 1857(Ire)-1931(Vic) - senior federal politician (MHR 1900s & 1910s; Postmaster-General 1904) ===''MALCOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Graham Malcolm|Malcolm, Keith Graham]] [https://www.familysearch.org/tree/person/details/GD8F-K5W] - 1949(Eng)-2011(NSW) - Licences: 3ZYK Melbourne (North Clayton, 1969; Mulgrave, 1975; Berwick, 1980); 1???; 2??? - Qualifications: AOLCP 2407, 1967 - broadcast planning engineer (PMGD, ABCB, P&TD, DoC); Communications Laboratory DoC (Director) - Electoral Rolls: engineer (Clayton, Vic, 1972; Mulgrave, 1977; Berwick, 1980) ===''MALONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Joseph Malone|Malone, James Joseph "Jim"]] [https://www.familysearch.org/tree/person/details/GWL8-8DP] - 1883(NSW)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 240, 1916 - employment (NSW P&T, Telegraph Messenger; PMGD, Cadet Engineer, Controller Wireless; OTC, Manager); WW1 - Electoral Rolls: engineer (Clayfield, Qld, 1917-1925; Kew, Vic, 1926-1928); chief inspector wireless (Kew, Vic, 1931-1937); Deputy Director, Posts and Telegraphs (Indooroopilly, 1943); public servant (Lindfield, NSW, 1949-1963) - Links: [[w:James Joseph Malone|Wikipedia]]; [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_05_30#P.109_-_Commonwealth_Controller_of_Wireless|Bio]] ===''MALPAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth John Malpas|Malpas, Kenneth John "Ken"]] [https://www.familysearch.org/tree/person/details/MGC2-BNN] - 1909(SA)-1929(SA) - Licences: 5XG Kadina (1927-1928) - Qualifications: cc; AOCP 313, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Passed too soon - Electoral Rolls: Nil ===''MANGNALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hartley Mangnall|Mangnall, Robert Hartley Jnr]] [https://www.familysearch.org/tree/person/details/G8MD-3L2] - 1903(Vic)-1963(Vic) - Licences: 3?? Melbourne (Carlton, 1927); 3HB Melbourne (Highett, 1947-1960) - Qualifications: AOCP 350, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (Carlton, 1936); engineer (Sandringham, 1942-1963) ===''MANIFOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Charles Manifold|Manifold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/LXMR-BFZ] - 1908(Vic)-1993(Vic) - Licences: 3EM Melbourne (Malvern, 1930-1933; McKinnon, 1937-1939, 1946-1980+) - Qualifications: AOCP 647, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: plumber (Malvern, 1931-1934; Bentleigh, 1936-1980) ===''MANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Mann|Mann, John Edward "Jack"]] [https://www.familysearch.org/tree/person/details/G3JY-STV] - 1912(SA)-1941(off Libyan coast) - Licences: 5EM Semaphore (1934-1938); 3IE Westmere (1938); 3IE Ballarat (1939) - Qualifications: cc; AOCP 1304, 1934, SA - amateur operator; amateur broadcaster; military (WW2, RAN, telegraphist) - Relationships: Son of Thomas William Mann - Electoral Rolls: Nil yet identified - Links: [https://www.awm.gov.au/collection/R1675471 AWM]; [https://www.awm.gov.au/collection/P10278775 AWM] - Sacrifice: "Greater love hath no man than this" * [[/Sydney George Mann|Mann, Sydney George]] [https://www.familysearch.org/tree/person/details/G8DP-V1C] - 1908(Eng)-1977(Eng) - Licences: 3KY Melbourne (Glenhuntly, 1930-1931; Hampton, 1937-1939, 1946-1954; East Brighton, 1955-1960) - Qualifications: AOCP 594, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Sergeant) - Electoral Rolls: traveller (Glenhuntly, 1931); mechanic (Sandringham, 1936-1937); shopkeeper (Woodend, 1942); mechanic (Hampton, 1949-1954); sales (Carnegie, 1963); salesman (St Kilda, 1967) * [[/Thomas William Mann|Mann, Thomas William]] [https://www.familysearch.org/tree/person/details/GZLZ-2S3] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923) - Qualifications: Nil yet identified - amateur receiver - Relationships: Father of 5EM-3IE John Edward Mann- Electoral Rolls: Nil yet identified ===''MANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol John Roland Manning|Manning, Athol John Roland]] [https://www.familysearch.org/tree/person/details/G69L-G2L] - 1916(Tas)-2005(Tas) - Licences: 7LR Devonport (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1367, 1934, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Devonport, 1949-1954) * [[/Clifton Joseph Manning|Manning, Clifton Joseph]] [https://www.familysearch.org/tree/person/details/G893-WW6] - 1909(Vic)-1994(Vic) - Licences: 3CJ Melbourne (Ringwood, 1927; Elwood, 1931-1937; Eltham, 1938-1939; Balwyn, 1946-1947; Templestowe, 1948; Beaumaris, 1954-1960); 3CJ Orbost (1965); 3CJ Marlo (1969-1975) - Qualifications: AOCP 338, 1927, No. ?? in Vic; 1COCP 877, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (St Kilda, 1931-1936; Canterbury, 1943; Templestowe, 1949; Sandringham, 1954-1963); farmer (Orbost, 1967-1968); retired (Marlo, 1972-1977; Lang Lang, 1980) ===''MANSFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Mansfield|Mansfield, H. D.]] - 19??(???)-19??(???) - Licences: XZQ Burnie (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''MANTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Thomas Mantle|Mantle, Joseph Patrick Thomas]] [https://www.familysearch.org/tree/person/details/GX84-DP9] - 1913(Qld)-1976(Fiji) - Licences: 4XF Brisbane (Ascot, 1933-1939); 4XF Townsville (Hermit Park, 1947-1948); 4XF Brisbane (Brisbane City, Qld, 1954-1960); 3AEN Bendigo (1969-1980) - Qualifications: cc; AOCP 1146, 1933, Qld; 2COCP 1083, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: projectionist (Ascot, Qld, 1936); engineer (Ashgrove, Qld, 1943); sound engineer (Townsville, Qld, 1949); business manager (New Farm, Qld, 1954); manager (St Lucia, Qld, 1958); sales manager (Warwick, Qld, 1963); no occupation (Townsville, Qld, 1963); sales executive (Petersham, NSW, 1972) ===''MANUEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Thomas Manuel|Manuel, Robert Thomas]] [https://www.familysearch.org/tree/person/details/KF5S-3R5] - 1910(SA)-2003(SA) - Licences: 5RT Adelaide (Prospect, 1932-1939, 1947-1960; Beefacres, 1965; Windsor Gardens, 1969-1980+) - Qualifications: cc; AOCP 1052, 1932, SA; BOCP 1310, 1953; 2COCP 1279, 1953; 1COCP 1688, 1953 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''MARCONI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guglielmo Giovanni Maria Marconi|Marconi, Guglielmo Giovanni Maria]] - 1874(Italy)-1937(Italy) - Inventor, electrical engineer, entrepreneur, businessman; pioneer of long distance radio transmission, widely credited as the inventor of radio; shared 1909 Nobel prize for physics for contributions to the development of wireless telegraphy ===''MARCUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eugen Gerald Marcuse|Marcuse, Eugen Gerald "Gerald"]] [https://www.familysearch.org/tree/person/details/9C3M-X1G] - 1886(Eng)-1961(Eng) - Licences: G2NM England - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer ===''MARKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Sydney Marks|Marks, Joseph Sydney or Sydney Joseph]] [https://www.familysearch.org/tree/person/details/GQG4-X1G] - 1885(NSW)-1949(NSW) - Licences: 2GR Receive Sydney (Rose Bay, 1922); 2GR Sydney (Rose Bay, 1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio trader (Electricity House, Marks' Radio Company); electrician; police officer; sued by 2BL for non-payment of fees in 1924 - Electoral Rolls: electrician (Rose Bay, 1930-1949) ===''MARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric William Marley|Marley, Cedric William]] [https://www.familysearch.org/tree/person/details/LVF2-DJ4] - 1918(Qld)-1984(Qld) - Licences: 4CJ Brisbane (Highgate Hill, 1938-1939; Graceville, 1947; Kalinga, 1948); 4CJ Rockhampton (1954-1956); 4CJ South Mackay (1960); 9CJ Port Moresby (1965); Brisbane (Mt Gravatt, 1969-1980) - Qualifications: cc; AOCP 2079, 1938, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); broadcast technician (PMG, ABC); WW2 (RAN, telegraphist); federal public servant (PMG, ABC) - Electoral Rolls: technician (Kalinga, Qld, 1949; Rockhampton, Qld, 1954); broadcast technician (Mackay, Qld, 1958; Bucasia, Mackay, Qld, 1958; Mt Gravatt, Qld, 1963-1980) ===''MARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Clanan Marr|Marr, Charles William Clanan]] [https://www.familysearch.org/tree/person/details/9M8V-QQM] - 1880(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; WW1 - Electoral Rolls: MHR (Forrest, 1929); director (Crows Nest, NSW, 1933); company director (Wollstonecraft, 1933-1935); director (Crows Nest, 1935); company director (Pymble, 1937-1943; Killara, 1943-1949; Pymble, 1954-1958) ===''MARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Burton Mars|Mars, Ernest Burton]] [https://www.familysearch.org/tree/person/details/G8VJ-GWR] - 1907(SA)-1987(Qld) - Licences: Receive Adelaide (North Unley, 1923-1924); 4EM Charleville (1930-1933); 2EM Dubbo (1934-1936); 4EM Charleville (1937-1939, 1946-1947); 2GE Moree (1948); 4EM Emerald (1954-1955); 4EM Charleville (1956); 4EM Longreach (1960); 4EM Currumbin (1965-1969) - Qualifications: cc; AOCP 686, 1930, No. ?? in Qld; BOCP 23, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Dubbo, 1935); bank official (Charleville, 1937-1943; Wagga Wagga, 1949); bank clerk (Moree, 1949); bank manager (Commonwealth Bank Emerald, 1954; Commonwealth Bank, Charleville, 1958; Longreach, 1963); retired (Currumbin, 1968; Palm Beach, Qld, 1977-1980) - established 4VL Charleville commercial ===''MARSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Marsden|Marsden, Robert Cecil "Cecil"]] [https://www.familysearch.org/tree/person/details/G92N-W62] - 1892(Eng)-1968(NSW) - Licences: unlicensed?, Sydney, 1909; 2JM Receive Sydney (Edgecliffe, 1922); 2JM Sydney (Edgecliffe, 1923-1925; Bellevue Hill, 1925-1926; Edgecliff, 1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW, local NSW clubs) - Relationships: Father of 2VV-2FV Robert Morris Marsden - Electoral Rolls: engineer (Woolahra, 1930; Epping, 1930-1958); manager (Castlecrag, 1958-1968) * [[/Robert Morris Marsden|Marsden, Robert Morris]] [https://www.familysearch.org/tree/person/details/GWX1-VPG] - 1916(NSW)-1988(NSW) - Licences: 2VV Sydney (Kingsford, 1958-1969); 2FV Tuross Heads (1965-1980+) - Qualifications: AOLCP 226, 1956; AOCP 3627, 1957, NSW - amateur operator; WW2 (RAAF) - Relationships: Son of 2JM Robert Cecil Marsden - Electoral Rolls: taxi proprietor (Bondi Beach, 1949; Kingsford, 1958-1972); retired (Tuross Heads, 1972-1980) ===''MARSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Westport Marsh|Marsh, Sydney or Sidney Westport]] [https://www.familysearch.org/tree/person/details/LFLN-PKM] - 1889(NSW)-1946(NSW) - Licences: 2ZK West Wallsend (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Ladysmith, 1913); fitter (West Wallsend, 1930-1937) ===''MARSHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archie Francis Marshall|Marshall, Archie Francis "Arch"]] [https://www.familysearch.org/tree/person/details/G37M-W83] - 1907(Qld)-1982(Qld) - Licences: 4AF Clifton (1928-1939, 1946-1980+) - Qualifications: cc; AOCP 438, 1928, No. 48 in Qld - amateur operator; amateur broadcaster; business proprietor (blacksmith, fitter/turner) - Electoral Rolls: blacksmith (Clifton, 1930-1980) * [[/Herbert Anthony Marshall|Marshall, Herbert Anthony]] [https://www.familysearch.org/tree/person/details/9JJR-P3P] - 1888(India)-1948(NSW) - Licences: unlicensed?, Port Pirie, 1910; 2HM Armidale (1924-1926); 2HM Sydney (Bondi, 1927-1939, 1946-1948) - Qualifications: AOCP 115, 1925, No. ?? in NSW; AOLCP 48, 1931 - Comment: proud of his initials "H.A.M.", early wireless experimenter; amateur operator; amateur broadcaster; electrical engineer - Relationships: his daughter Denise Chalmers Marshall frequently on air over 2HM - TroveTag: "2HM - Herbert Anthony Marshall" - Electoral Rolls: electrical engineer (Bondi, 1930-1931); engineer (Bondi, 1934-1943) * [[/Mary Austine Marshall|Henry nee Marshall, Mary Austine]] [https://www.familysearch.org/tree/person/details/G8X2-GR6] - 1913(Vic)-1994(Vic) - Licences: 3YL Melbourne (Murrumbeena, 1930-1939, 1946-1956; East Malvern, 1960-1975) - Qualifications: AOCP 619, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: home duties (Oakleigh, 1936-1937); no occupation (Oakleigh, 1942-1954); home duties (Oakleigh, 1958-1980) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Vaughan Edward Marshall|Marshall, Vaughan Edward]] [https://www.familysearch.org/tree/person/details/G86T-KNY] - 1911(Vic)-1994(Vic) - Licences: 3UK Melbourne (Hawthorn, 1930-1933; Kew, 1937-1939, 1946-1969; Mt Eliza, 1975-1980+) - Qualifications: AOCP 603, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: sales (Kew, 1936); tea specialist (Kew, 1937-1968); retired (Mt Eliza, 1977-1980) ===''MARSLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Bruce Marsland|Marsland, Benjamin Bruce]] [https://www.familysearch.org/tree/person/details/GX6Y-X47] - 1906(Qld)-1941(NSW) - Licences: 4DX Brisbane (Indooroopilly, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Rockhampton, Qld, 1928); teller (Normanton, Qld, 1930); bank clerk (Rockhampton, Qld, 1931; Malanda, Qld, 1932); no occupation (Annerley, Qld, 1943) ===''MARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Thomas Marston|Marston, James Thomas "Jim"]] [https://www.familysearch.org/tree/person/details/LKDX-19C] - 1920(Qld)-1974(Qld) - Licences: 4JA Brisbane (Belmont, 1948; Morningside, 1954); 4JA Toowoomba (1955-1956); 4JA Brisbane (Boondall, 1960-1969) - Qualifications: cc; AOCP 2655, 1948, Qld - amateur operator - Electoral Rolls: sheet metal worker (Buranda, Qld, 1943); engineer (Toowoomba South, Qld, 1958); technician (Boondall, Qld, 1963-1972) * [[/W. L. Marston|Marston, W. L.]] - 19??(???)-19??(???) - Licences: 4RY Brisbane (Clayfield, 1937) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MARTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Martin|Martin, James Frederick]] - 1909(Vic)-1976(Vic) - Licences: 3MJ Melbourne (North Fitzroy, 1927-1933); 3JM Melbourne (North Fitzroy, 1937-1939) - Qualifications: AOCP 340, 1927, No. ?? in Vic - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Clifton Hill, 1936); traveller (North Fitzroy, 1949; Heidelberg, 1954-1963); sales director (Doncaster, 1967); sales (Noble Park, 1972) * [[/John Michael Martin|Martin, John Michael]] [https://www.familysearch.org/tree/person/details/GX79-GWZ] - 1886(Irl)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 146, 1915; 1COCP 58, 1935 - RANRS (commissioned telegraphist, 1917); WW1 - Comment: several contemporaneous JMMs - Electoral Rolls: Ancestry 299 hits too be sifted * [[/John Robert Martin|Martin, John Robert]] [https://www.familysearch.org/tree/person/details/GWFG-HMM] - 1919(Qld)-2011(Qld) - Licences: 4MX Cunnamulla (1937-1939); 4MX Toowoomba (1946-1954); 4MX Brisbane (Gaythorne, 1955-1960); 4MX Julia Creek (1965-1969); 4MX Finch Hatton (1975); 4MX Brisbane (Gaythorne, 1980+) - Qualifications: cc; AOCP 1933, 1937, Qld; BOCP 147, 1938 - amateur operator; amateur broadcaster; military (WW2, RAAF); business proprietor (radio service); Presbyterian minister - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1949-1954); radio technician (Gaythorne, Qld, 1958; Kingaroy, Qld, 1963); missionary (Blackall, Qld, 1972; Gaythorne, Qld, 1972); minister of religion (Enoggera, Qld, 1977-1980) * [[/Malcolm Martin|Martin, Malcolm]] [https://www.familysearch.org/tree/person/details/GX8D-PG7] - 1903(UK)-1987(Qld) - Licences: 4KY Ipswich (1933-1939); 4KY Brisbane (Sandgate, 1946-1980+) - Qualifications: cc; AOCP 1110, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); employment (Qld Railways) - Electoral Rolls: carriage trimmer (Woodend, Qld, 1925-1937; Sandgate, Qld, 1943-1980) * [[/Silas Martin|Martin, Silas]] [https://www.familysearch.org/tree/person/details/GXMT-6WS] - 1874(NSW)-1945(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Electoral Rolls: engineer (Perth, 1903-1906; East Perth, 1912-1914); mechanic (Rockhampton, 1917-1921); radio mechanic (Cooktown, 1925; Beam Wireless Station, Ballan, 1928-1943); mechanic (Marrickville, NSW, 1943) * [[/Walter J. Martin|Martin, Walter J.]] - 1893(Vic)-19??(???) - commercial operator (1COCP 1, 1914, No. 1 in Aus and Vic, Marconi & Telefunken) - coastal station operator? * [[/William Anthony Martin|Martin, William Anthony]] [https://www.familysearch.org/tree/person/details/G8HB-KPZ] - 1911(Tas)-19??(???) - Licences: 7WM Hobart (West Hobart, 1929-1931); 7WM Gawler (1933) - Qualifications: cc; AOCP 497, 1929, No. ?? in Tas; AOLCP 70, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: several contemporaneous William Anthony Martin's ===''MASHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Wilfred Mashman|Mashman, Lionel Wilfred]] [https://www.familysearch.org/tree/person/details/GZ6K-7WG] - 1907(NSW)-1968(NSW) - 2OB Receive Sydney (Bexley, 1923-1924), 2OB Sydney (Bexley, 1925-1965), amateur operator (AOCP 84, 1925, No. ?? in NSW), amateur broadcaster ===''MASTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Harold Masters|Masters, Alfred Harold "Harold"]] [https://www.familysearch.org/tree/person/details/99GB-CPY] - 1875(Vic)-1951(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed); vice president WIA Launceston 1920s; later prominent architect - Relationships: brother of 7MM William Edward Masters - Electoral Rolls: architect (Launceston, 1928-1949) * [[/Brian Jermyn Masters|Masters, Brian Jermyn "Jermyn"]] - 1891(Vic)-1950(NZ) - 3LM Receive Melbourne (Armadale, 1923), 3LM Melbourne (Armadale, 1924-1925), amateur operator (pre-AOCP; no record found of AOCP; AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, operated his station both individually and on behalf WIA Malvern * [[/William Edward Masters|Masters, William Edward]] [https://www.familysearch.org/tree/person/details/99GB-CPW] - 1873(Vic)-1952(Tas) - Licences: 7MM Hobart (Bellerive 1932-1939) - Qualifications: cc; AOCP 1066, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; solicitor - Relationships: brother of Alfred Harold "Harold" Masters - Electoral Rolls: solicitor (Bellerive, 1914-1949) - Links: [http://nla.gov.au/nla.news-article27111852 Obituary] ===''MATCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Kenneth Lyle Matchett|Matchett, John Kenneth Lyle "Ken"]] [https://www.familysearch.org/tree/person/details/GS1L-SCZ] - 1921(Vic)-2008(Vic) - Licences: 3TL Melbourne (Box Hill, 1960; Templestowe, 1965-1980+) - Qualifications: AOCP 3700, 1958, Vic - amateur operator, WW2, member Old Timer's Club - Electoral Rolls: student (St Kilda, 1949); teacher (Bayswater, 1954); lecturer (Templestowe, 1963-1980) - curator of the WIA QSL card collection for many years; personally acquired a large collection of Australian amateur QSL cards which were donated to the WIA collection on his passing, many thousands of QSLs provided by Wolf Harranth of Dokufunk on an exchange basis ===''MATHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Stewart Mather|Mather, Alexander Stewart "Alex"]] [https://www.familysearch.org/tree/person/details/GHTL-WWC] - 1909(NSW)-1970(NSW) - Licences: 2JZ Singleton (1929-1969) - Qualifications: AOCP 479, 1929, No. ?? in NSW; AOLCP 89, 1932; TVOCP 273, 1960 - amateur operator, amateur broadcaster - Electoral Rolls: cordial manufacturer (Singleton, 1930-1968) ===''MATHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campion Mathews|Mathews, John Campion]] [https://www.familysearch.org/tree/person/details/G8V1-46V] - 1912(Vic)-19??(???) - Licences: 3SY Geelong (Newtown, 1930-1939, 1946-1980+); 3JM Portable Geelong (Newtown, 1947) - Qualifications: AOCP 709, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Newtown, 1934-1968); operator (Newtown, 1972-1980) * [[/John Mathews|Mathews, John]] [https://www.familysearch.org/tree/person/details/G82Z-KX2] - 1914(Qld)-1976(NSW) - Licences: 4EE Rockhampton (1935-1939) - Qualifications: cc; AOCP 1414, 1935, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous JMs - Electoral Rolls: Nil yet identified ===''MATTHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Thomas Matthews|Matthews, Fred or Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GZVC-22K] - 1904(Qld)-1992(Qld) - Licences: 4FK Brisbane (New Farm, 1923-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); business proprietor (Matthews Fire Alarm Co) - Awards: OBE - Electoral Rolls: electrical engineer (Merthyr, 1925-1958); engineer (New Farm, 1963-1980) * [[/John Leigh Inglis Matthews|Matthews, John Leigh Inglis]] [https://www.familysearch.org/tree/person/details/GDKN-159] - 19??(???)-19??(???) - Licences: XJD Melbourne (Richmond, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: confectioner (Richmond, 1913-1919) * [[/Kenneth Morgan Matthews|Matthews, Kenneth Morgan]] [https://www.familysearch.org/tree/person/details/GXPM-R2W] - 1911(SA)-2009(SA)98yo - Licences: 5GN Adelaide (Malvern, 1936-1939) - Qualifications: cc; AOCP 1732, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Malvern, SA, 1939); mechanic (Crystal Brook, SA, 1941-1943) - Links: [https://vwma.org.au/explore/people/551921 VWMA] * [[/Vincent John Matthews|Matthews, Vincent John]] [https://www.familysearch.org/tree/person/details/GFW4-NM1] - 1888(Vic)-1965(Vic) - Licences: 6AQ Perth (Bayswater, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; Stott's College (Principal, early 1920s) - Electoral Rolls: business college master (West Gildford, WA, 1910); manager (Guildford, WA, 1912; Bayswater, WA, 1916-1925); business manager (Canterbury, Vic, 1925-1928); director (Canterbury, Vic, 1931-1963) * [[/Walter John Penrose Matthews|Matthews, Walter John Penrose]] [https://www.familysearch.org/tree/person/details/L5TS-HZN] - 1880(SA)-1964(SA) - Licences: 5BS Receive Murray Bridge (1922); Receive Murray Bridge (1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: lifter SA Railways (Tailem Bend, SA, 1939-1943) ===''MAUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Mauger|Mauger, Samuel "Sam"]] - 1857(Vic)-1936(Vic) - state politician, senior federal politician (Postmaster-General 1908) ===''MAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Maughan|Maughan, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/GZQ4-BJW] - 1903(WA)-1962(Vic) - Licences: 3HH Receive Melbourne (Malvern, 1922); 3HH Melbourne (Malvern, 1923-1960) - Qualifications: cc; AOCP 14, 1924, No. ?? in Vic; AOLCP 82, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: student (Malvern East, 1925-1954) ===''MAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Douglas Mawson|Mawson, Douglas]] [https://www.familysearch.org/tree/person/details/LC3H-42N] - 1882(Eng)-1958(SA) - Licences: Nil - Qualifications: Nil yet identified - Head Australasian Antarctic Expedition (1911-1914) - Electoral Rolls: [[w:Douglas Mawson|Wikipedia]] [https://adb.anu.edu.au/biography/mawson-sir-douglas-7531 ADB] * [[/Ernest Richard Mawson|Mawson, Ernest Richard]] [https://www.familysearch.org/tree/person/details/2W9T-NJN] - 1861(NSW)-1943(NSW) - Licences: 2DH Sydney (Campsie, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Parramatta, 1903); no occupation (Dee Why, 1930-1933; Harbord, 1934-1936; Manly, 1937-1943) ===''MAXWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alston Maxwell|Maxwell, Ronald Alston]] - 1908(NSW)-1950(NSW) - Licences: 2KS Sydney (Hurstville, 1930-1933) - Qualifications: AOCP 656, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: metal worker (Randwick, 1933; Liverpool, 1934-1935; Croydon, 1936-1937); clerk (Caringbah, 1949) ===''MAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank May|May, Frank]] [https://www.familysearch.org/tree/person/details/G88S-CXP] - 1878(Eng)-19??(???) - Licences: 6FM Dwellingup (1929-1931); 6FM Gnowangerup (1933); 6FM Esperance (1937-1939) - Qualifications: cc; CPRT 139, 1915; AOCP 560, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: stationmaster (Gnowangerup, 1931; Esperance, 1936-1937; Armadale, 1943; Collie, 1949) ===''MAYGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neil Hubert Mayger|Mayger, Neil Hubert]] [https://www.familysearch.org/tree/person/details/K2F7-J2D] - 1890(Vic)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: salesman (Darlinghurst, NSW, 1930); sales (Darlinghurst, 1937); salesman (East Sydney, 1937); Sales (Darlinghurst, 1943) ===''MCATEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McAteer|McAteer, Brother Joseph]] [https://www.familysearch.org/tree/person/details/GDKT-JWB] - 1881(NZ)-1931(NSW) - Licences: Receive Sacred Heart College Glenelg (1923); 5AQ Sacred Heart College Glenelg (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCAULEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Money McAuley|McAuley, William John Money "Bill"]] [https://www.familysearch.org/tree/person/details/LRKH-Z5Y] - 1909(Vic)-1987(Vic) - Licences: 3WM Melbourne (Brunswick, 1925-1931) - Qualifications: AOCP 221, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: jackaroo (Nyngan, 1930); grazier (Womboota, 1937-1943) ===''MCBRIDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander James McBride|McBride, Alexander James]] - 1914(Qld)-1993(Qld) - 4BR Brisbane (Wilston, 1939, 1947-1969), amateur operator (AOCP 2320, 1939, No. ?? in Qld), business (radio repair) ===''MCCABE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Bernard McCabe|McCabe, William Bernard]] [https://www.familysearch.org/tree/person/details/MZ1C-FN2] - 1864(Irl)-1938(WA) - Licences: 7AQ Clarence Point (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: gardener (St Kilda, Vic, 1912; Balaclava, 1913-1914; Elsternwick, 1915-1921; Caulfield, 1924); orchardist (Clarence Point, 1922-1928); civil engineer (Nedlands, WA, 1937) ===''MCCALMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Colin McCalman|McCalman, Maxwell Colin]] [https://www.familysearch.org/tree/person/details/GZN8-V77] - 1910(Vic)-1966(Vic) - 3KX Melbourne (Canterbury, 1925-1927), amateur operator (AOCP 142, 1925, No. ?? in Vic), amateur broadcaster, musician (1934), engineer (1943-1963) ===''MCCANDLISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack McCandlish|McCandlish, Jack]] [https://www.familysearch.org/tree/person/details/GZ2B-TJC] - 1915(Eng)-1943(Ins) - Licences: 3HN Sea Lake (1935-1939) - Qualifications: AOCP 1468, 1935, No. ?? in Vic - amateur operator, WW2 (Army, M Special Unit, Sergeant, Commando, 1943) - Electoral Rolls: farm hand (Sea Lake, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1685215] ===''MCCARTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Keith McCarthy|McCarthy, John Keith "Keith / Macca"]] - 19??(???)-1998(Qld) - 3FX Melbourne (Ascot Vale, 1932-1933), 2IM Sydney (Lane Cove, 1934), 2VM Sydney (Lane Cove, 1935), 3FX Melbourne (Hampton, 1937; Ascot Vale, 1938-1939; City, 1946-1947; Templestowe, 1954-1956), 9AR On board yacht Pandemonium (1969), P29AR/MM On board yacht Pandemonium (1975), 4DU Beenleigh (1980), 4PY Surfers Paradise (1980), amateur operator (AOCP 1036, 1932, No. ?? in Vic), amateur broadcaster, state public servant (Vic Railways, telegraphist), military (RAAF, DFC, AFM, AE) ===''MCCULLAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Austral McCullagh|McCullagh, Alexander Austral]] [https://www.familysearch.org/tree/person/details/GXNN-V7Y] - 1897(Qld)-1981(NSW) - Licences: Receive (Home Hill, 1923); 2RR Sydney (Balgowlah, 1965-1969); 9NI Norfolk Island (1975) - Qualifications: cc; 3COCP 2977, 1959; AOLCP 754, 1959; AOCP 4229, 1964, Qld - amateur receiver; amateur operator; WW1 - Electoral Rolls: soldier (Sandgate, Qld, 1919); chemist (Inkerman Mill, Qld, 1922); engineer (Bondi North, NSW, 1930; Abbotsford, NSW, 1932-1933; Edgecliff, NSW, 1933; Burwood, NSW, 1934-1936); manager (Balgowlah, NSW, 1949-1963); retired (Green Point, NSW, 1977-1980) ===''MCCULLOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Robert McCulloch|McCulloch, George Robert]] - 1907(Vic)-1969(Vic) - 3XM Receive Ballarat (1923-1924), 3GM Ballarat (1925-1939, 1946-1965+), amateur operator (AOCP 198, 1925, No. ?? in Vic), amateur broadcaster, radio engineer (Ballarat, 1931-1968) ===''MCDERMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Westall McDermott|McDermott, James Westall "Jim"]] [https://www.familysearch.org/tree/person/details/G37P-PY2] - 1913(Qld)-2010(Qld) - Licences: 4JM Brisbane (1930) & Nambour (1931-1939) - Qualifications: cc; AOCP 711, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4RM Robert Ernest McDermott; son of 4WP Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, Qld, 1936-1949); radio engineer (Nambour, Qld, 1954-1980) * [[/Robert Ernest McDermott|McDermott, Robert Ernest "Bob"]] [https://www.familysearch.org/tree/person/details/GXW8-QJ5] - 1917(Qld)-2006(Qld) - Licences: 4RM Nambour (1938-1939); 4RM Brisbane (Ekibin, 1946-1980+) - Qualifications: AOCP 2223, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); military (WW2, AIF); business proprietor (radio/TV retail, Ekibin) - Relationships: brother of James Westall McDermott; son of Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, 1943; Ekibin, 1949-1968); TV engineer (Tewantin, Qld, 1972-1980) * [[/Westall Samuel McDermott|McDermott, Westall Samuel]] [https://www.familysearch.org/tree/person/details/G37P-2SQ] - 1889(Qld)-1963(Qld) - Licences: 4WP Nambour (1938-1939, 1946-1954) - Qualifications: cc; AOCP 2087, 1938, No. ?? in Qld - amateur operator; amateur broadcaster - Relationships: father of James Westall McDermott & Robert Ernest McDermott - Electoral Rolls: school teacher (Hendon, Qld, 1916-1917; Sandgate, Qld, 1921; Glen Eagle, Qld, 1925-1928; Rosemount, Qld, 1934; Nambour, Qld, 1937-1958); retired (Nambour, Qld, 1963) ===''MCDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> SEE ALSO MACDONALD * [[/Arthur Stephen McDonald|McDonald, Arthur Stephen]] [https://www.familysearch.org/tree/person/details/G36J-ZLJ] - 1891(Vic)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 700, 1922 - broadcast engineer (PMGD, RANRS, AWA); professional society administrator (IEA) - Electoral Rolls: engineer (Townsville, Qld, 1913; St Kilda, Vic, 1916-1924; Vaucluse, NSW, 1930-1934); radio engineer (Darlinghurst, 1934-1936); engineer (Edgecliff, 1943; Double Bay, 1954) - Links: [https://adb.anu.edu.au/biography/mcdonald-arthur-stephen-7333 ADB]; [https://www.asap.unimelb.edu.au/bsparcs/biogs/P001299b.htm Bright Sparks] * [[/Colin McDonald|McDonald, Colin]] [https://www.familysearch.org/tree/person/details/GX67-SCG] - 1911(Qld)-1973(Qld) - Licences: 4CD Rockhampton (1935-1969) - Qualifications: cc; AOCP 1440, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Rockhampton, Qld, 1932-1958); accountant (Rockhampton, Qld, 1968-1972) * [[/Donald McDonald|McDonald, Donald "Don"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC)? * [[/Donald Munro McDonald|McDonald, Donald Munro]] - 19??(???)-19??(???) - Licences: 3KS Melbourne (Yarraville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - Comment: Several contemporaneous DMMs * [[/John McDonald|McDonald, John]] [https://www.familysearch.org/tree/person/details/GXM1-WJR] - 1894(NSW)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 137, 1915; CPRT 190, 1916 (replacement?) - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous JMcD - Electoral Rolls: Nil yet identified; Ancestry.com 1000s of hits to be sifted * [[/Wilfred Neville McDonald|McDonald, Wilfred Neville]] [https://www.familysearch.org/tree/person/details/GX67-DB1] - 1914(NSW)-19??(???) - Licences: 2ZT Sydney (Parramatta, 1935-1936); 4ZT Brisbane (Kangaroo Point, 1937; New Farm, 1938-1939; Annerley, 1947-1948) - Qualifications: cc; AOCP 1412, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Granville, NSW, 1936); radio engineer (Kangaroo Point, Qld, 1937); radio mechanic (Ashgrove, Qld, 1943); radio technician (Annerley, Qld, 1949); electrical engineer (Tennyson, Qld, 1954-1963); manager (Burleigh Heads, Qld, 1968-1980) ===''MCDONOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard McDonough|McDonough, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GXQX-NXY] - 1875(Wales)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, terminated Nov 1920) - Electoral Rolls: Royal Navy (Newport, Vic, 1914-1915); Royal Australian Navy (Yarraville, Vic, 1917-1919); hotel proprietor (West Maitland, 1930-1935); retired (Wickham, 1937) ===''MCDOWALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine McDowall|McDowall, Valentine "Val"]] [https://www.familysearch.org/tree/person/details/M14R-SPG] - 1881(Qld)-1957(Qld) - 4CN Receive Brisbane (1922); 4CM Brisbane (City, 1922-1939) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radiographer; WW2 - 4CM operator primarily Thomas Murray Browse Elliott after about 1925 - Electoral Rolls: medical practitioner (Laidley, 1906-1914; Clayfield, 1919; Ascot, 1934-1954) - Links: [https://adb.anu.edu.au/biography/mcdowall-valentine-7349 ADB] ===''MCDOWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Daniel McDowell|McDowell, John Edward Daniel or John Edward]] [https://www.familysearch.org/tree/person/details/GX86-J52] - 1914(Qld)-1978(Qld) - Licences: 4CX Brisbane (Ascot, 1937-1939); 4CX Gladstone (1947-1965); 4CX Brisbane (Wavell Heights, 1969-1980+) - Qualifications: cc; AOCP 1873, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: rubber worker (Ascot, Qld, 1937); chemist (Gladstone, Qld, 1943-1949); industrial chemist (Gladstone, Qld, 1954-1963); chemistry instructor (Wavell Heights, Qld, 1968-1977) ===''MCELWEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Johnston McElwee|McElwee, George Johnston]] - 1879(Tas)-1981(Tas) - involved with Launceston Radio Clubs searching for the roar ===''MCGARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Ignatius McGarry|McGarry, Lloyd Ignatius]] [https://www.familysearch.org/tree/person/details/G8GT-4PR] - 1919(NSW)-1977(Qld) - Licences: 4XY Roma (1937-1939); 4XY Rockhampton (1947); 4XY Brisbane (Taringa, 1948; Coorparoo, 1954-1956); 2ALM Sydney (Lakemba, 1960-1965); 1AM Canberra (Macquarie, 1969-1975); 4ALL Brisbane (Kingston, 1980+) - Qualifications: cc; AOCP 1943, 1937, Qld; BOCP 139, 1937; 2COCP 607, 1942; 1COCP 1026, 1946 - amateur operator; amateur broadcaster; broadcast technician (4GR, 4ZR); military (RAAF, WW2, mobile wireless, post WW2 Naval Intelligence); federal public servant (PMGD); scientist (Ionospheric Prediction Service) - Electoral Rolls: radio technician (Deagon, Qld, 1949); public servant (Coorparoo, Qld, 1954-1958; Townsville, Qld, 1958) ===''MCGAURAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Duncan James Macfarlane McGauran|McGauran, Duncan James Macfarlane]] - 1849(NZ)-1889(NSW) - radio clubs (Telegraph Electrical Society, Victoria, member; Society of Telegraph Engineers, London, member), employment (Vic Posts & Telegraphs; WA Posts & Telegraphs, Superintendant Telegraphs; NSW Posts & Telegraphs), patents in Quadraplex Telegraphy, father of Duncan James McGauran (telegraphist, accountant, inventor of a telephone meter) ===''MCGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carney Mitchell McGee|McGee, Carney Mitchell]] [https://www.familysearch.org/tree/person/details/G8VW-9LF] - 1910(SA)-1981(WA) - Licences: 5LX Adelaide (Mile End, 1930-1931) - Qualifications: cc; AOCP 676, 1930, No. ?? in SA; 2COCP 52, 1936; 1COCP 210, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (North Unley, SA, 1939); assistant radio inspector (Ivanhoe, Vic, 1943); radio inspector (Kensington, WA, 1949-1977); retired (Como, 1980) ===''MCGEOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Samuel McGeoch|McGeoch, William Leslie Samuel]] [https://www.familysearch.org/tree/person/details/LVNY-SDX] - 1912(WA)-2007(WA) - Licences: 6WL Brookton (1935-1939, 1947-1956); 6WL Bunbury (1960-1980+) - Qualifications: cc; AOCP 1442, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Brookton, WA, 1936-1943); radio service (Brookton, WA, 1958); electrician (Carey Park, WA, 1968-1980) ===''MCGOWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Walker McGowan|McGowan, Samuel Walker]] - 1829(Irl)-1887(Vic) - Vic Posts and Telegraphs (Superintendent Telegraphs), successfully tendered for the first Australian electric telegraph 1854 (Melbourne to Williamstown) then appointed to the public service to operate and maintain it, radio clubs (Telegraph Electrical Society, Victoria) ===''MCGRATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Philip McGrath|McGrath, Edward Philip "Ted"]] [https://www.familysearch.org/tree/person/details/GW87-9K5] - 1906(NSW)-1999(SA) - Licences: 5MO Adelaide (Parkside, 1933-1939; West Mitcham, 1947-1965; Aldgate, 1969) - Qualifications: cc; AOCP 1175, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Parkside, SA, 1939) * [[/Francis Thomas McGrath|McGrath, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GXM1-HRN] - 1891(Tas)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 87, 1915; 1COCP 45, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: public servant (Moonah, Tas, 1919); wireless operator (Thursday Island, 1922); engineer (Eagle Junction, 1925); telegraphist (South Yarra, 1926-1927); supervisor (Caulfield, Vic, 1928-1934; Camberwell, Vic, 1936) ===''MCGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aenas McGregor|McGregor, Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WT] - 1865(Vic)-1937(Vic) - Licences: XJEA Melbourne (Armadale, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: father of 3ZE Keith Wilfred Aeneas McGregor - Electoral Rolls: traveller (Armadale, 1919; Toorak, 1928-1936) * [[/Keith Wilfred Aeneas McGregor|McGregor, Keith Wilfred Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WQ] - 1903(Vic)-19??(???) - Licences: 3ZE Melbourne (Armadale, 1923-1924; Toorak, 1925) - Qualifications: cc; AOCP 52, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Relationships: son of XJEA Aeneas McGregor - Electoral Rolls: telegraphist (Toorak, 1925-1928) ===''MCGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Patrick Holman McGuire|McGuire, Leo Patrick Holman]] [https://www.familysearch.org/tree/person/details/G8HK-B2T] - 1906(NSW)-2001(WA) - Licences: 3KM Myrtleford (1929-1937); 3KM Corryong (1938-1939); 6MG Manjimup (1947-1969); 6MG Perth (Thornlie (1975-1980+) - Qualifications: AOCP 488, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: biograph operator (Wangaratta, 1928); picture proprietor (Albury, 1931); postal employee (Myrtleford, 1936-1937); postal clerk (Mt Magnet, 1943; Manjimup, 1949); radio mechanic (Manjimup, 1954-1972); retired (Thornlie, 1977-1980) ===''MCHUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles McHugh|McHugh, William Charles]] [https://www.familysearch.org/tree/person/details/GFMN-V5Z] - 1914(WA)-1978(WA) - Licences: 6KA or 6KD Perth (Guildford, 1936-1939) - Qualifications: cc; AOCP 1766, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: piano tuner (Guildford, WA, 1936-1943); radio mechanic (Belmont, WA, 1949; North Perth, WA, 1954); mechanic (Cottesloe, WA, 1954; Mt Pleasant, WA, 1963-1972) ===''MCINTOSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John James McIntosh|McIntosh, Stanley John James "Stan"]] [https://www.familysearch.org/tree/person/details/GXDL-C5P] - 1913(Qld)-1972(Qld) - Licences: 4PK Ipswich (Woodend, 1931-1939); 4PK Brisbane (Coorparoo, 1946-1969) - Qualifications: cc; AOCP 730, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (workshop foreman); business proprietor (electrical engineering) - Electoral Rolls: electrical fitter (Woodend, Qld, 1934-1937; Coorparoo, Qld, 1943-1972) ===''MCINTYRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Daniel George McIntyre|McIntyre, Daniel George]] [https://www.familysearch.org/tree/person/details/LTNG-PHV] - 1901(???)-1963(NSW) - Licences: 2VX Receive Sydney (Pymble, 1923); 2VX Sydney (Pymble, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Strathfield, 1930-1958); radio retailer (Pymble, 1963) ===''MCKAIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Lancelot Martyn McKail|McKail, Henry Lancelot Martyn or Martin "Hal"]] - 1887(WA)-1944(WA) - Licences: 6BT Perth (City, 1923-1924); 6BU Perth (City, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgan River, WA, 1910; West Perth, WA, 1916-1917); science master (Crawley, WA, 1925-1937) ===''MCKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander John McKenzie|McKenzie, Alexander John]] - 1905(???)-19??(???) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''MCKEOWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * McKenzie, Florence Violet (married name) - see Granville, Florence Violet (birth name) * [[/Allan McIllroy McKeown|McKeown, Allan McIllroy]] [https://www.familysearch.org/tree/person/details/L69J-SFC] - 1904(Vic)-1983(Vic) - Licences: 3YZ Melbourne (Alphington, 1924-1927); 3YZ Geelong (1931); 3YZ Melbourne (Northcote, 1933-1939, 1946-1969); 3YZ Ocean Grove (1975-1980) - Qualifications: cc; AOCP 51, 1925, No. ?? in Vic; AOLCP 42, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Northcote, 1936-1954; Alphington, 1968); nil (Ocean Grove, 1972-1977) ===''MCKINLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Harold McKinley|McKinley, Norman Harold "Shorty"]] [https://www.familysearch.org/tree/person/details/GWGP-TLC] - 1913(???)-1999(Qld) - Licences: 4CX Brisbane (Teneriffe, 1932-1933) - Qualifications: cc; AOCP 969, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Milton, Qld, 1949-1972); driver (Paddington, Qld, 1980) ===''MCLAUCHLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles David McLauchlan|McLauchlan, Charles David]] [https://www.familysearch.org/tree/person/details/LYL6-PYY] - 1876(Vic)-1943(Vic) - Licences: 6BW Receive Perth (Victoria Park, 1923); 6BW Perth (Victoria Park, 1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Eucla, 1906; Perth, 1910-1916); telegraph engineer (Victoria Park, 1925); superintendent telegraphs (South Yarra, 1931; Camberwell, 1937-1943) ===''MCLEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stewart Campbell McLean|McLean, Stewart Campbell]] [https://www.familysearch.org/tree/person/details/G86G-PMR] - 1910(Vic)-1994(Vic) - Licences: 3GK Melbourne (Yarraville, 1930-1933; Brunswick, 1937-1939, 1946-1948; Caulfield, 1960) - Qualifications: AOCP 601, 1930, No. ?? in Vic; AOLCP 65, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarraville, 1931-1936); nil (Elsternwick, 1954); engineer (Caulfield, 1958-1980) ===''MCLENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth McLennan|McLennan, Kenneth]] [https://www.familysearch.org/tree/person/details/GX9H-B4N] - 1892(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 124, 1915; 2COCP 185, 1930; 1COCP 238, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous KMcLs - Electoral Rolls: Nil yet identified ===''MCLEOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander McLeod|McLeod, Alexander]] [https://www.familysearch.org/tree/person/details/GMKJ-L25] - 1972(Vic)-1948(Qld) - Licences: 4CF Receive Brisbane (Red Hill, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: confectioner (Red Hill, 1903-1905); pastrycook (Red Hill, 1908-1926; Mt Bruce, 1929-1943) * [[/Gordon Stuart McLeod|McLeod, Gordon Stuart]] [https://www.familysearch.org/tree/person/details/G8V1-38Y] - 1912(NSW)-1966(NSW) - Licences: 3ZZ Geelong (West Geelong, 1930-1931; Newtown, 1933; Crib Point, 1937; Wallington, 1938); 2ADC Sydney (Sans Souci, 1939; Hurstville, 1946-1947; Beverley Hills, 1948-1965) - Qualifications: AOCP 707, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: RAN (Crib Point, Viv, 1937); petty officer RAN (Hurstville, 1943); clerk (Beverly Hills, 1949-1963) * [[/Norman McLeod|McLeod, Norman]] [https://www.familysearch.org/tree/person/details/G86P-8F2] - 1901(Vic)-1995(Vic) - Licences: 3NM Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 602, 19??, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Caulfield, 1937-1968) ===''MCLOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. C. McLoughlin|McLoughlin, E. C.]] - 19??(???)-19??(???) - Licences: 5KJ Port Lincoln (1928-1929) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCMAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Hanney McMahon|McMahon, Leo Hanney]] [https://www.familysearch.org/tree/person/details/GXD8-XQH] - 1914(Qld)-1992(NSW) - 4LM Brisbane (Toombul, 1933-1938); 2ALM Sydney (Darlinghurst, 1939); 2AC Sydney (Kingsford, 1946-1950; Randwick, 1956-1980+) - Qualifications: cc; AOCP 1104, 1933, Qld) - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, AMC); occupation (doctor) - Electoral Rolls: student (Camperdown, NSW, 1936-1937); medical practitioner (Kingsford, NSW, 1949; Randwick, NSW, 1954-1980) ===''MCMASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John McMaster|McMaster, John]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: ===''MCMATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph McMath|McMath, John Joseph]] [https://www.familysearch.org/tree/person/details/L5KG-ZK2] - 1910(Vic)-1999(Vic) - Licences: 3JJ Melbourne (Albert Park, 1927-1939; South Melbourne, 1946-1960; Elwood, 1975-1980+) - Qualifications: AOCP 351, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Albert Park, 1931-1937); manager (St Kilda, 1949-1954); retired (Brighton, 1963-1968; Black Rock, 1972-1977) ===''MCMURTRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Adam McMurtrie|McMurtrie, Sydney Adam or Adam Sydney "Sid"]] [https://www.familysearch.org/tree/person/details/LBQM-DQW] - 1908(NSW)-1982(Qld) - Licences: 4JR Booval (1929-1933); 2AFX Lismore (1937-1939); 4KT Gympie (1948) - Qualifications: cc; AOCP 491, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Gympie, 1936); radio salesman (Lismore, 1937); telephone mechanic (Gympie, 1943-1980) ===''MCNALTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McNalty|McNalty, Joseph]] [https://www.familysearch.org/tree/person/details/GXXW-67M] - 1901(Qld)-1967(Qld) - Licences: 4DZ Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (East Toowoomba, Qld, 1925; Mackay, Qld, 1930-1943); public servant (Fairfield, Qld, 1949); clerk (Toowong, Qld, 1954); telegraphist (St Lucia, Qld, 1958) ===''MCNICOL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Edgar McNicol|McNicol, Robert William Edgar]] [https://www.familysearch.org/tree/person/details/GX8D-6NN] - 1917(Qld)-1974(Qld) - Licences: 4WM Brisbane (Teneriffe, 1936-1939) - Qualifications: cc; AOCP 1680, 1936, Qld; BOCP 57, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Teneriffe, Qld, 1943); university lecturer (Tarragindi, Qld, 1954-1972) ===''MCPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Thomas McPherson|McPherson, Colin Thomas or Thomas Collins]] [https://www.familysearch.org/tree/person/details/G8CT-HST] - 1897(Vic)-1951(Vic) - Licences: 3LU Melbourne (Footscray, 1929-1939) - Qualifications: AOCP 523, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: student (Footscray, 1919); storeman (Footscray, 1922-1942) * [[/Murdoch John McPherson|McPherson, Murdoch or Murdock John]] [https://www.familysearch.org/tree/person/details/27D9-9TB] - 1904(Qld)-1972(NSW) - Licences: 4MC Merinda (1927) - Qualifications: cc; CPRT 916, 1926; 2COCP 58, 1929; 1COCP 161, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: motor driver (Merinda, Qld, 1925); wireless operator (Paddington, Qld, 1929); clerk (Mt Coolah, NSW, 1968) ===''MEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Mead|Mead, Jack]][https://www.familysearch.org/tree/person/details/GFM3-ZSH] - 1915(WA)-2009(WA) - Licences: 6LJ Perth (East Victoria Park, 1931-1939; Wembley, 1947-1960) - Qualifications: cc; AOCP 803, 1931, No. ?? in WA; AOLCP 168, 1934; 1COCP 289, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Victoria Park, WA, 1937); mechanic (Wembley, WA, 1943-1980) * [[/Jordan Arthur Mead|Mead, Jordan Arthur]] [https://www.familysearch.org/tree/person/details/LTJF-1KH] - 1907(NSW)-1993(NSW) - Receive Sydney (Ashfield, 1923-1924), 2JA Sydney (Ashfield, 1925-1928), 2JA Byron Bay (1929-1930), 2AJA Sydney (Ashfield, 1946; Bexley, 1947-1957), 2JM Sydney (Bexley, 1958-1980), qualifications (AOCP 212, 1925, No. ?? in NSW), amateur operator, amateur broadcaster, electoral rolls: telephone mechanic (Byron Bay, 1930; Ashfield, 1931-1943), power technician (Bexley, 1949-1968), electrical field officer (Bexley, 1972-1980) ===''MEADOWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Meadows|Meadows, Robert Cecil]] [https://www.familysearch.org/tree/person/details/GXH2-ZRK] - 1907(Eng)-1966(NSW) - Licences: 4RM Mackay (1932-1939); 2ARM Sydney (Kirribilli, 1946-1948); 2IN Sydney (Rhodes, 1956-1958; Chiswick, 1960; Long Jetty, 1961; Killarney Vale, 1965) - Qualifications: cc; AOCP 879, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (Pems Radio, Rockhampton); journalist (Minchens Electrical Weekly); WW1; WW2 - Electoral Rolls: reporter (Crows Nest, NSW, 1930); radio mechanic (Bundaberg, Qld, 1931-1932); radiotrician (Mackay, 1934-1937); wireless instructor (Kirribilli, NSW, 1943); manager (Rhodes, NSW, 1954-1958); retired (Five Dock, NSW, 1958; Killarney Vale, NSW, 1963) ===''MEDHURST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Edney Medhurst|Medhurst, Edgar Edney]] [https://www.familysearch.org/tree/person/details/GHD6-WFC] - 1902(Tas)-1966(Vic) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Frederick William Medhurst|Medhurst, Frederick William "Pop" (in latter years)]] [https://www.familysearch.org/tree/person/details/M4GS-R6P] - 1868(Eng)-1969(Tas) 101yo - Licences: XZD Hobart (1913-1914); 7AH Receive Hobart (Sandy Bay, 1923); 7AH Hobart (Sandy Bay, 1924-1939, 1946-1947) - Qualifications: Nil yet identified - early wireless experimenter from 1901; amateur operator; amateur broadcaster; business (Medhurst & Sons, 1920s) - Relationships: father of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst, all in the business and interested in radio * [[/Harry Frederick Medhurst|Medhurst, Harry Frederick]] [https://www.familysearch.org/tree/person/details/GHD6-QZV] - 1893(Tas)-1963(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Phillip Aubrey Medhurst|Medhurst, Phillip Aubrey]] [https://www.familysearch.org/tree/person/details/GHD6-DFX] - 1895(Tas)-1969(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Rowland Arthur Medhurst * [[/Rowland Arthur Medhurst|Medhurst, Rowland Arthur]] [https://www.familysearch.org/tree/person/details/GHD6-ZT4] - 1892(Tas)-1969(Tas) - early wireless experimenter, lecturing on wireless 1911, never licensed, likely utilised licence of XZD-7AH (father), son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst ===''MEDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel James Clifford Medlin|Medlin, Noel James Clifford]] [https://www.familysearch.org/tree/person/details/G3MB-743] - 1917(Vic)-2004(Vic) - broadcast planning engineer (ABCB), federal public servant (ABCB), WW2 - Electoral Rolls: engineer (Gardiner, 1943; St Kilda, 1949; Camberwell, 1954-1977); retired (Inverloch, 1980) - father of AM directional antennas in Australia ===''MENON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Menon|Menon, Geoffrey John]] [https://www.familysearch.org/tree/person/details/LT4F-3CQ] - 1905(SA)-1969(NSW) - 3OG Receive Melbourne (St Kilda, 1923-1924), 3OG Melbourne (St Kilda, 1925-1927), 2OG Sydney (Haberfield, 1928; Croydon, 1929-1931), 3OG Melbourne (East Kew, 1933), 2OG Sydney (Northbridge, 1934-1935; Chatswood, 1936-1937; Longueville, 1938-1939, 1946-1948; Pymble, 1950; West Pennant Hills, 1954-1965; Arcadia, 1969), amateur operator (AOCP 209, 1925, No. ?? in Vic), amateur broadcaster, electrician (St Kilda West, 1926-1927), radio engineer (Coburg, 1931), engineer (Kew, 1934), radio engineer (Chatswood, 1937; Longueville, 1943), engineer (Baulkham Hills, 1954-1958; Arcadia, 1968) ===''MERCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie George Merchin|Merchin, Leslie George]] [https://www.familysearch.org/tree/person/details/LTLT-SSF] - 1917(Qld)-1994(Qld) - Licences: 4ML Richmond (1934-1939); 4MG Richmond (1948); 4MG Killarney (1954-1980+) - Qualifications: cc; AOCP 1399, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: garage proprietor (Richmond, Qld, 1943-1949); motor mechanic (Killarney, Qld, 1954-1968; Rockhampton North, Qld, 1972-1980) ===''MEREDITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement George Benger Meredith|Meredith, Clement George Benger]] [https://www.familysearch.org/tree/person/details/KZJD-6S6] - 1885(WA)-1959(USA) - Licences: Nil yet identified - Qualifications: cc; CPRT 15, 1914 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Windsor, Vic, 1914-1916); officer-in-charge wireless (Geraldton, WA, 1916-1917) * [[/Llewellyn Lennon Meredith|Meredith, Llewellyn Lennon]] [https://www.familysearch.org/tree/person/details/GD8W-LV7] - 1885(Eng)-1923(NSW) - Licences: Nil yet identified - Qualifications: CPRT 246, 1916 - ship wireless officer, AWA (traffic manager) - Electoral Rolls: Nil yet identified - Comment: Gone too soon - Links: [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_04_04#P.22_-_Obituary_-_Mr._L._L._Meredith|Obit]] ===''MESSENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Albert Messenger|Messenger, Percival Albert]] [https://www.familysearch.org/tree/person/details/GXRP-BS1] - 1892(SA)-1980(NSW) - Licences: 5PM Adelaide (Largs Bay, 1928) - Qualifications: cc; CPRT 70, 1915 (Marconi); CPRT 152, 1915 (Balsillie) - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: manager (Randwick, NSW, 1936; Coogee, NSW, 1943-1958; Randwick, NSW, 1963-1980) ===''MICHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Hector Ernest Henderson Michell|Michell, Hector Ernest Henderson "Ernest"]] [https://www.familysearch.org/tree/person/details/GQNQ-T5H] - 1897(Vic)-1984(Vic) - Licences: 3JP Receive Melbourne (Caulfield, 1922); 3JP Melbourne (Caulfield, 1923-1931; Elsternwick, 1933); 3JP Hamilton (1937-1939); 3AEM Hamilton (1960-1969); 3JX Hamilton (1975-1980+) - Qualifications: cc; AOCP 162, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; operator of 3LR Elsternwick Radio Club (1925); WW1; land officer (Hamilton, 1936) - Electoral Rolls: clerk (Balaclava, 1919-1921); draftsman (Caulfield, 1922); land officer (Hamilton, 1936-1980) ===''MILBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Leslie Milburn|Milburn, Henry Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/G8NV-8VJ] - 1890(Vic)-1957(Qld) - Licences: 4HM Home Hill (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Toowong, 1919); electrical engineer (Home Hill, 1922-1925; Stanthorpe, 1934-1949) - Halcyon: not mentioned? ===''MILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Thomas Miles|Miles, Gilbert Thomas]] [https://www.familysearch.org/tree/person/details/L19Y-X19] - 1904(Vic)-1981(NSW) - Licences: 7KQ Hobart (Bellerive, 1937-1939) - Qualifications: cc; AOLCP 106, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Camberwell, 1925-1926); electrical engineer (Glen Iris, Vic, 1931); engineer (Elsternwick, 1936); radio engineer (Croydon, NSW, 1943-1972); engineer (Croydon, 1977-1980) * [[/Harry Raymond Miles|Miles, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G8NJ-DQ2] - 1911(WA)-2003(WA) - Licences: 6XL Perth (Mt Lawley, 1930-1933); 6XL Wiluna (1937); 6XL Perth (Mt Lawley, 1938-1939) - Qualifications: cc; AOCP 645, 1930, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Wiluna Gold Mines, WA, 1936; Mt Beauty, Vic, 1954); poultry farmer (Balga, WA, 1958-1972); farmer (Wanneroo, WA, 1977-1980) ===''MILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Eric Mill|Mill, William Eric]] - 1896(SA)-1980(WA) - Licences: XYAG Burbanks (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: ===''MILLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roydon Arthur Milledge|Milledge, Roydon Arthur]] [https://www.familysearch.org/tree/person/details/GMJY-3DW] - 1903(Vic)-1983(Tas) - Licences: 3WT Shepparton (1936-1937); 7WT Hobart (1938-1939); 7WT Ulverstone (1947-1948+); 7WT Hobart (1956-1960+) - Qualifications: cc; AOCP 1693, 1936, No. ?? in Vic - amateur operator; amateur broadcaster; WW2; bank clerk 1931; Civil Engineer 1950s - Electoral Rolls: assistant engineer (State Savings Bank, Auburn, 1927); engineer (Glenhuntley, 1931-1934); civil engineer (Shepparton, 1936) ===''MILLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dunlop Millen|Millen, John Dunlop]] [https://www.familysearch.org/tree/person/details/GC9X-S4W] - 1877(Irl)-1941(Tas) - Licences: Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver; senator - Electoral Rolls: mining engineer (Waratah, 1914-1919; Newstead, 1922-1937) ===''MILLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alexander Miller|Miller, Charles Alexander "Charlie"]] [https://www.familysearch.org/tree/person/details/G8NV-YRR] - 1915(NSW)-1999(Qld) - Licences: 4US Brisbane (New Farm, 1933-1936); 2ADE Casino (1935-1939, 1946-1961); 4QM Caloundra (1969-1980+) - Qualifications: AOCP 1208, 1933, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); part of the "U" gang, military (WW2, RAAF) - Electoral Rolls: radio mechanic (Casino, 1943-1963); army officer (Ipswich, 1963); retired (Shelley Beach, 1968-1972; Caloundra, 1977-1980) * [[/Charles Harcourt Miller|Miller, Charles Harcourt]] [https://www.familysearch.org/tree/person/details/G6MC-9QY] - 1921(Tas)-2001(Tas) - Licences: 7CM Hobart (Bellerive, 1936-1939; Taroona, 1969-1980+) - Qualifications: cc; AOCP 1799, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Bellerive, 1943) * [[/Francis George Miller|Miller, Francis George "Frank"]] [https://www.familysearch.org/tree/person/details/LYD2-LHT] - 1895(SA)-1954(SA) - Licences: 5BF Mt Gambier (1923-1939, 1946-1954) - Qualifications: cc; AOCP 185, 1925, No. ?? in SA; BOCP 58, 1936 - amateur operator; amateur broadcaster; broadcast engineer; founder of commercial station 5MU Murray Bridge; WW1 - Electoral Rolls: fitter (Murray Bridge, 1939-1943) [https://www.qsl.net/vk5br/FrankMiller.pdf Biography] * [[/Frank Colin Miller|Miller, Frank Colin]] [https://www.familysearch.org/tree/person/details/GX9C-86L] - 1884(Eng)-1953(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 126, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: engine operator (Radio Station, Roebourne, 1916-1917); station hand (Marron Station, 1918; Carnarvon, 1921; Mallina, 1922-1925); contractor (Roebourne, 1930-1936; Karratha Station, 1937); labourer (Roebourne, 1943); cook (Wittenoom Gorge, 1949) * [[/H. Miller|Miller, H.]] - 19??-19?? - 4EH Brisbane (Ascot, 1923-1924); 2EH Sydney (Dulwich Hill, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert Edward Miller|Miller, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GD2Q-XMX] - 1899(NSW)-19??(???) - Licences: 2HE Sydney (Belmore, 1931-1939) - Qualifications: cc; CPRT 932, 1926; 2COCP 329, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Campsie, 1930; Belmore, 1932-1943); miner (Glen Davis, 1943) * [[/Herbert Leslie Miller|Miller, Herbert Leslie]] [https://www.familysearch.org/tree/person/details/GD2Q-7LH] - 1897(Qld)-1966(Qld) - Licences: 4CA Receive Brisbane (West End, 1922); 4HL Brisbane (Hill End, 1927) - Qualifications: CPRT 330, 1917; 2COCP 329, 1940; 1COCP 483, 1940s; BOCP 370, 1941 - ship wireless officer (RMS Bingera, 1920); amateur operator; amateur broadcaster; sales (J. B. Chandler, 1924; Overells, 1925) - Electoral Rolls: wireless officer (West End, 1921); salesman (West End, 1925); manager (Coorparoo, 1928); salesman (Coorparoo, 1937-1954); clerk (Camp Hill, 1958-1963) ===''MILLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hugh Milligan|Milligan, Stanley Hugh]] [https://www.familysearch.org/tree/person/details/2CB1-L7Y] - 1901(Vic)-1976(Vic) - Licences: 3AU Receive Geelong (1922-1923); 3AU Geelong (1924); 3AU Eaglehawk (1924-1926); 3AU Chilwell (1927-1931); 3AU Geelong (1937-1939); 3AU Melbourne (Surrey Hills, 1947; Auburn, 1948) - Qualifications: cc; AOCP 125, 1925, No. ?? in Vic; AOLCP 164, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Eaglehawk, 1924-1926; Geelong West, 1924); radio mechanic (Chilwell, 1927-1931); watchman (Geelong West, 1934-1937); storekeeper (Hawthorn, 1949); engineer (Canterbury, 1954-1968); nil (Doncaster, 1972) ===''MILLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Griffiths John Mills|Mills, Griffiths John]] - 19??(???)-19??(???) - Licences: 6CK Receive Perth (Subiaco, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Subiaco, 1929-1931) * [[/Norman Gibson Mills|Mills, Norman Gibson]] [https://www.familysearch.org/tree/person/details/9415-SSS] - 1890(Vic)-1959(Qld) - Licences: 4NM Brisbane (Moorooka, 1938-1939, 1947-1956; Margate, 1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Toowong, Qld, 1919); contractor (Moorooka, Qld, 1921-1954); retired (Margate, Qld, 1958) * [[/Ralph Mervyn Mills|Mills, Ralph Mervyn]] [https://www.familysearch.org/tree/person/details/G8JD-GST] - 1909(NSW)-1989(NSW) - Licences: 2MM Sydney (Balmain, 1930-1934; Canterbury, 1935-1936) - Qualifications: AOCP 660, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Balmain, 1931-1937); engineer (Pymble, 1949-1977; West Pymble, 1980) ===''MILNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Brough Milne|Milne, Andrew Brough]] [https://www.familysearch.org/tree/person/details/9KXN-QZV] - 1890(South Africa)-1979(Qld) - Licences: 4BM Dealer Mackay (1926-1927) - Qualifications: 3COCP 3492, 1961 - dealer licence - Electoral Rolls: motor mechanic (Mackay, 1915-1943); mechanical engineer (North Mackay, 1949-1977) * [[/John Collicott Milne|Milne, John Collicott]] [https://www.familysearch.org/tree/person/details/MP34-518] - 1903(Tas)-1990(Tas) - Licences: 7AG Gretna (1923-1939, 1946-1980+) - Qualifications: cc; AOCP 604, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Gretna, 1928-1980) ===''MILNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Frederick Milner|Milner, George Frederick]] [https://www.familysearch.org/tree/person/details/GF7W-W4D] - 1908(WA)-1992(WA) - Licences: 6GF Perth (Mt Lawley, 1931-1933) - Qualifications: cc; AOCP 788, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1931; North Beach, WA, 1936-1937); RAAF (Nedlands, WA, 1943-1980) * [[/James Milner|Milner, James]] [https://www.familysearch.org/tree/person/details/GZXH-1DM] - 1901(Eng)-1947(Qld) - Licences: 4AK Brisbane (Kelvin Grove, 1923-1927; Ashgrove, 1931-1936); 4AU Brisbane (1937-1939) - Qualifications: cc; AOCP 93, 1925, No. 11 in Qld - amateur operator; amateur broadcaster (prominent from Valley Theatre) - Withdrawal: 4AK amateur callsign withdrawn by the PMGD for allocation to the new 4AK Oakey commercial service - Electoral Rolls: fitter (Kelvin Grove, 1925-1926); electrical fitter (Ashgrove, 1928-1943) ===''MINCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur W. Minchin|Minchin, Arthur W.]] - 19??-19?? - 4AM Rockhampton - amateur operator (AOCP ???, 19??, No. ?? in Qld), amateur broadcaster, broadcast engineer (4RO Cmcl), wireless retail business proprietor - seems in error, see William Allan Minchin * [[/William Allan Minchin|Minchin, William Allan]] [https://www.familysearch.org/tree/person/details/LV7Q-86C] - 1893(Vic)-1976(NSW) - Licences: 4AM Rockhampton (1938-1939) - Qualifications: cc; CPRT 220, 1916; 2COCP 365, 1931; 1COCP 244, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: wireless engineer operator (Wyndham, 1917); farmer (Toodyay, 1925); radio engineer (Rockhampton, 1936-1943; Lismore, 1949-1954; Hunters Hill, 1958-1968); engineer (Hunters Hill, 1972) ===''MINEHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Minehan|Minehan, W. A.]] - 19??(???)-19??(???) - Licences: 4AM Rockhampton (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MINGAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Francis Mingay|Mingay, Oswald Francis "Ossie"]] [https://www.familysearch.org/tree/person/details/K45G-NZG] - 1895(NSW)-1973(NSW) - Licences: 2XX Sydney (Turramurra, 1923-1926; Sydney, 1931-1933) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast engineer; journalist; publisher; WW1; WW2 - Electoral Rolls: engineer (Collaroy, 1930); managing editor (Pymble, 1930-1932); radio engineer (Lindfield, 1933-1934); publisher (Lindfield, 1937-1963; St Ives, 1963-1968) - Comment: licensed operator of 2WV Burgin Electric Co. (1923) [https://adb.anu.edu.au/biography/mingay-oswald-francis-ossie-11135 ADB]; [https://www.qsl.net/vk2dym/radio/Mingay.htm MacKinnon] ===''MITCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Theodore Mitchell|Mitchell, Alexander Theodore]] [https://www.familysearch.org/tree/person/details/GXNY-CC2] - 1872(???)-1966(Qld) - Licences: Receive Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer (Red Hill, Qld, 1921; Torwood, Qld, 1922); electrical engineer (Toowoomba, Qld, 1925; Wilston, Qld, 1928-1929; Sandgate, Qld, 1936-1963) * [[/Harold Benson Mitchell|Mitchell, Harold Benson]] [https://www.familysearch.org/tree/person/details/LDVS-QN7] - 1901(Vic)-1962(Vic) - Licences: 3CZ Receive Melbourne (Elwood, 1922-1923); 3CZ Melbourne (Elwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Elwood, 1924-1927); manager (Caulfield, 1937); manufacturer (Caulfield, 1942); manager (Caulfield, 1949); merchant (St Kilda, 1949); manager (St Kilda, 1954) * Mitchell, Hector Ernest Henderson "Ernest" - see Michell, Hector Ernest Henderson "Ernest" (frequent misspelling) * [[/Stanley John Mitchell|Mitchell, Stanley John]] [https://www.familysearch.org/tree/person/details/LDVS-Q83] - 1887(Vic)-1974(Monaco) - Licences: 3SJ Melbourne (Brighton, 1924-1927) - Qualifications: cc; AOCP 53, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Toorak, 1912-1916; Brighton, 1919-1928); investor (Brighton, 1936-1937) financier (Vaucluse, NSW, 1943) ===''MOFFATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert David Gray Moffatt|Moffatt or Moffat or Gray, Robert David Gray "Bob"]] [https://www.familysearch.org/tree/person/details/GX8V-PM3] - 1911(Qld)-1983(Qld) - Licences: 4RD Mackay (1935-1939); 4RD Gracemere (1947-1948); 4RD Mackay (1954-1980+) - Qualifications: cc; AOCP 1549, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Herberton, Qld, 1936; Mackay, Qld, 1937); mechanic in broadcasting (Gracemere, Qld, 1949); technician (Mackay, Qld, 1954-1980) ===''MONEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Dudley Money|Money, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/G3JD-M9H] - 1907(Vic)-1986(Vic) - 3MY Melbourne (Canterbury, 1925-1939; Upwey, 1946-1948; Cheltenham, 1954-1969; East Bentleigh, 1975-1980+), amateur operator (AOCP 205, 1925, No. ?? in Vic), amateur broadcaster, draughtsman (Camberwell, 1931-1934), engineer (Upwey, 1942-1949; Moorabbin, 1954-1967; East Bentleigh, 1972-1980) ===''MONKHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Isaac Monkhouse|Monkhouse, Walter Isaac]] [https://www.familysearch.org/tree/person/details/K8ZT-YPN] - 1887(NZL)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio clubs (QWI & WIA Qld, president & lecturer); senior state public servant (Qld Public Works Dept, State Electrical Engineer); witness to Royal Commission 1927 (as president WIA Qld) - Electoral Rolls: telephone instructor (South Brisbane, 1919); engineer (Teneriffe, 1925; New Farm, 1928; Taringa, 1936-1954); electrical engineer (Bardon, 1958-1963) ===''MONKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Brendan Monks|Monks, Alfred Brendan]] [https://www.familysearch.org/tree/person/details/GDR2-444] - 1894(Tas)-1973(Vic) - Licences: 3AAB Melbourne (Diamond Creek, 1948; Northcote, 1954-1960; Preston, 1965-1969) - Qualifications: cc; CPRT 571, 1920; 2COCP 272, 1930; 1COCP 282, 1932 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1915) - Relationships: twin brother of 7BR Cyril Wilson Monks - Electoral Rolls: Western Electric engineer (East Sydney, 1930); licensee Railway Commercial Hotel (Albury, 1931-1932); radio telegraphist (Centennial Park, 1943); radio officer (Reservoir, Vic, 1963; Preston, 1967-1972) * [[/Cyril Wilson Monks|Monks, Cyril Wilson]] [https://www.familysearch.org/tree/person/details/GDR2-96N] - 1894(Tas)-1976(Vic) - Licences: 7BR Receive Hobart (Battery Point, 1923); Receive Hobart (Battery Point, 1923-1924) - Qualifications: cc; 1COCP 225, 1931 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1919); WW2 - Relationships: twin brother of 3AAB Alfred Brendan Monks - Electoral Rolls: federal civil servant (Battery Point, 1928); public servant (Bellerive, 1936-1937); radio inspector (Scarborough, WA, 1943; Nedlands, 1949); retired (Frankston, 1972) ===''MONTEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Monteath|Monteath, Frederick]] - 1895(Vic)-1943(NSW) - Licences: 3VM Receive Melbourne (Elsternwick, 1923-1924); 3KP Melbourne (Elsternwick, 1930-1933) - Qualifications: AOCP 694, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: photographer (Prahran, 1919; Elsternwick, 1921); mercer (Elsternwick, 1924-1931); photographer (Glenmore, NSW, 1934-1935; Ashfield, 1937); storekeeper (Rockdale, 1943) ===''MOODY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Percy Moody|Moody, Francis Percy]] [https://www.familysearch.org/tree/person/details/L1D9-KLG] - 1903(Qld)-19??(???) - Licences: 4FM Cairns (1932-1969) - Qualifications: cc; AOCP 967, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Rockhampton North, 1925-1926); accountant (Cairns, 1926-1949); radio dealer (Cairns, 1954-1980) ===''MOORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Moore|Moore, Albert Ernest "Ernie"]] [https://www.familysearch.org/tree/person/details/KW6D-TMT] - 1916(Qld)-1982(Qld) - Licences: 4?? Brisbane - Qualifications: cc; NAOCP Q728, 1980, No. ?? in Qld - amateur operator; prominent MW and SW broadcast DXer; clubs (All-Wave All-World DX Club, Shortwave League of Western Australia, Australian Radio DX Club, New Zealand Radio DX League, Southern Cross DX Club, DX Australia) - QSLs: portion (200+) of later QSL collection survives (ARDXC/NFSA) * [[/Eric John Theodore Moore|Moore, Eric John Theodore]] [https://www.familysearch.org/tree/person/details/GD91-7LN] - 1894(NSW)-1940(NSW) - Licences: XEM Sydney (Petersham, 1913-1914); Receive (Crystal) Sydney (Neutral Bay, 1923); 2EM Sydney (Neutral Bay, 1924-1928) - Qualifications: cc; CPRT 161, 1915; 2COCP 237, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Awards: UK merchant seaman medal - Electoral Rolls: engineer (Bronte, 1934-1937) * [[/Francis Leonard Moore|Moore, Francis Leonard "Frank"]] - 19??(???)-1924(NSW) - 2?? Sydney, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, employment (Archibald John Shaw, Maritime Wireless Co, United Distributors) - Comment: electrocuted while conducting wireless experiments * [[/Louis James Murphy Moore|Moore, Louis James Murphy "Leo"]] [https://www.familysearch.org/tree/person/details/L45W-GS4] - 1888(Vic)-1968(Vic) - Licences: 3LO Receive Seymour (1923); 3LO Seymour (1924-1925); 3MS Seymour (1924-1927) - Qualifications: cc; CPRT 85, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918); amateur operator; amateur broadcaster - Electoral Rolls: telegraph operator (Clifton Hill, 1909); telegraphist (Collingwood, 1912-1914); wireless operator (Collingwood, 1917-1919); telegraphist (Elsternwick, 1922); clerk (Seymour, 1924-1931; Bentleigh, 1936-1949); guesthouse proprietor (Healesville, 1954); clerk (Oakleigh, 1963-1968) - Withdrawal: Likely 3LO callsign withdrawn for allocation to 3LO Melbourne Class A ===''MOORHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Martin Moorhouse|Moorhouse or Moorehouse, Herbert Martin]] [https://www.familysearch.org/tree/person/details/KJPG-1HL] - 1899(Tas)-1990(WA) - Licences: 7HM Hobart (North Hobart, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Hobart South, 1922); carpenter (New Town, 1928); carrier (Hobart North, 1936); motordriver (Queensborough, 1949) ===''MORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Donald Moran|Moran, Cyril Donald]] - 19??-19?? - broadcast technician at 4QG under Qld Government, state public servant (4QG) ===''MORGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Mowbray Morgan|Morgan, Donald Mowbray]] [https://www.familysearch.org/tree/person/details/GDP7-218] - 1907(NSW)-1988(Tas) - Licences: T749 Receive Glebe (1922); Receive Glebe (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Huonville, 1928-1972) * [[/Ivor Morgan|Morgan, Ivor]] [https://www.familysearch.org/tree/person/details/LRSY-S8G] - 1909(Vic)-1977(Vic) - Licences: 3DH Melbourne (East Malvern, 1930-1933; Shepparton, 1937; East Malvern 1938-1939; Hawthorn, 1946-1975) - Qualifications: cc; AOCP 605, 1930, No. ?? in Vic; BOCP 20, 1936; TVOCP, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1931-1934); engineer (Brighton, 1936); broadcast engineer (3SR Shepparton, 1937); technician (Hawthorn, 1943-1977) - Relationships: Father of 3ZFM V. I. Morgan * [[/Reginald George Morgan|Morgan, Reginald George]] [https://www.familysearch.org/tree/person/details/LRFR-D7H] - 1914(Eng)-1993(NSW) - Licences: 6RM Perth (City, 1931); 2AJS Sydney (Randwick, 1938-1939); 2ABM Sydney (Coogee, 1946-1950; Bankstown, 1954-1958; Greenacre, 1960-1980+) - Qualifications: cc; AOCP 755, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Coogee, NSW, 1936-1937); no occupation (Coogee, NSW, 1949); electrical mechanic (Bankstown East, NSW, 1954); mechanic (Greenacre, NSW, 1963-1980) * [[/William Albert Morgan|Morgan, William Albert]] [https://www.familysearch.org/tree/person/details/9HVG-8PW] - 1899(Tas)-1965(Tas) - Licences: 7AI Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart West, 1922); electrical fitter (New Town, 1928-1937); fitter (New Town, 1943-1954); manager (Montrose, 1963) ===''MORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. H. Morley|Morley, W. H.]] - 19??(???)-19??(???) - Licences: 2WU Sydney (Watersleigh, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''MORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John William Morris|Morris, Albert John William]] [https://www.familysearch.org/tree/person/details/9V2B-Y2J] - 1873(Tas)-1940(Tas) - Licences: 7BS Receive Hobart (West Hobart, 1923); Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Hobart North, 1914-1943) * [[/Cecil Ralph Newman Morris|Morris, Cecil Ralph Newman]] [https://www.familysearch.org/tree/person/details/G3MW-YGT] - 1906(Qld)-1971(Qld) - Licences: Receive Brisbane (Rosalie, 1923); 4CN Brisbane (Rosalie, 1928); 4LW Brisbane (Rosalie, 1929-1933; Ashgrove, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 398, 1928, No. 45 in Qld - amateur operator; amateur broadcaster; technician (PMGD); WW2 - Electoral Rolls: mechanic (Rosalie, 1928); postal mechanic (Ashgrove, 1936-1954); supervising technician (Rosalie, 1958-1968) * [[/Glynn Ian Elliott Morris|Morris, Glynn Ian Elliott]] [https://www.familysearch.org/tree/person/details/G8XG-9TS] - 1908(???)-19??(???) - Licences: 3BZ Melbourne (Mordialloc, 1930-1939; Parkdale, 1946-1980+) - Qualifications: AOCP 621, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Mordialloc, 1931-1937); mechanic (Mentone, 1943); official (Mentone, 1949-1968); secretary (Mentone, 1972-1980) * [[/Jack Dudley Morris|Morris, Jack Dudley]] [https://www.familysearch.org/tree/person/details/GZ2R-NMZ] - 1914(Vic)-1944(At Sea) - Licences: 3LX Melbourne (Oakleigh, 1933, pirate); 3DQ Melbourne (Oakleigh, 1934-1937) - qualifications: AOCP 1244, 1934, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (mention in despatches) - electoral rolls: operator (Oakleigh, 1936-1942) - Sacrifice: "Greater love hath no man than this" * [[/Richard Charles William Morris|Morris, Richard Charles William (BDM) or Charles Richard William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXW7-56S] - 1922(Qld)-1984(Qld) - Licences: 4MT Rockhampton (1954-1980) - Qualifications: cc; AOCP 3210, 1951, Qld; BOCP 1460, 1956 - amateur operator; WW2 - Electoral Rolls: electrician (Rockhampton, 1949); electrical fitter (Rockhampton, 1954-1963); radio technician/electrician (Rockhampton, 1968-1972); radio technician (Rockhampton, 1977-1980) * [[/Ronald David Morris|Morris, Ronald David]] [https://www.familysearch.org/tree/person/details/LX5W-S7Z] - 1904(Vic)-1997(Vic) - Licences: 3AP Receive Melbourne (Caulfield, 1922); 3AP Melbourne (Caulfield, 1922-1927); 3APM Melbourne (East Brighton, 1947-1980+) - Qualifications: cc; AOCP 151, 1925, No. ?? in Vic; CPRT 919, 1926; BOCP 600, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Caulfield, 1925-1931); radio (Brighton, 1936-1937); mechanic (Brighton, 1943; Elsternwick, 1949-1967; Brighton East, 1972-1977) * [[/Sydney Paul Francis Morris|Morris, Sydney Paul Francis "Syd"]] [https://www.familysearch.org/tree/person/details/GX95-MRP] - 1888(Vic)-1960(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: clerk (Prahran, Vic, 1909; Dandenong, 1912-1913); clerk & telegraphist (Eltham, Vic, 1924); manager (East Bairnsdale, Vic, 1925-1928); clerk (Sandringham, Vic, 1931); inspector (Caulfield, Vic, 1942-1949) * [[/William Belfort Morris|Morris, William Belfort]] [https://www.familysearch.org/tree/person/details/G8X1-VYQ] - 1910(WA)-1991(WA) - Licences: 6WM Perth (Hollywood, 1930-1937; Mt Lawley, 1938-1939); 6WM Kalgoorlie (1946-1954); 6WM Perth (Applecross, 1955-1975) - Qualifications: cc; AOCP 625, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Hollywood, 1931-1937); newsagent (Kalgoorlie, 1949-1954); representative (Applecross, 1958-1980) ===''MORRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Cyril Tucker Morrison|Morrison, Gordon Cyril Tucker]] [https://www.familysearch.org/tree/person/details/GFMN-J6Z] - 1916(WA)-1993(NSW) - Licences: 6KN Geraldton (1935-1937); 6KN Perth (City, 1938-1939); 2AKN Sydney (Hernes Bay, 1947; Parramatta, 1948-1950; Balgowlah, 1954-1958) - Qualifications: cc; AOCP 1485, 1935, WA; BOCP 89, 1937; 3COCP 1536, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Geraldton, WA, 1937); radio employee (North Perth, WA, 1943); aircraft surveyor (Parramatta North, NSW, 1949; Balgowlah, NSW, 1954-1963); surveyor (Wahroonga, NSW, 1968-1980) * [[/Lionel Morrison|Morrison, Lionel]] [https://www.familysearch.org/tree/person/details/KDMZ-K6G] - 1906(WA)-1996(WA) - Licences: 6LM Perth (Bayswater, 1939, 1947-1980) - Qualifications: cc; AOCP 1485, 1939, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Sandstone, WA, 1931); pipefitter (Wiluna, WA, 1936-1937); fitter (Wiluna, WA, 1943; Bayswater, WA, 1949-1980) ===''MORRISSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Joseph Martindale Morrissey|Morrissey, Brian Joseph Martindale]] - 19??(???)-19??(???) - Licences: 5AP Adelaide (Prospect, 1935-1937) - Qualifications: cc; AOCP 1544, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''MORROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Caldwell Morrow|Morrow, Arthur Caldwell]] [https://www.familysearch.org/tree/person/details/GHQF-T2F] - 1912(Qld)-1967(Qld) - Licences: 4BM Brisbane (Paddington, 1937-1939) - Qualifications: cc; 2COCP 335, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Red Hill, Qld, 1934-1937); wireless operator (Paddington, Qld, 1943); farmer (Paddington, Qld, 1949-1963) ===''MORSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel Percy Morse|Morse, Noel Percy "Bill"]] [https://www.familysearch.org/tree/person/details/GWRN-3QR] - 1914(Qld)-1942(At Sea) - Licences: 2JE Sydney (Cremorne, 1934-1935); 4LI Brisbane (Clayfield, 1937); 2AHS Sydney (Mosman, 1938-1939) - Qualifications: cc; AOCP 1402, 1934, Qld - amateur operator; amateur broadcaster; WW2 (RNZAF, Pilot Officer) - Electoral Rolls: radio engineer (Buranda, Qld, 1937; Clayfield, Qld, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.rafcommands.com/database/wardead/details.php?qnum=95585 RAF Commands]; [https://www.aucklandmuseum.com/war-memorial/online-cenotaph/record/C29996 Auckland Museum]; [http://aircrewremembered.com/morse-noel.html AirCrewRemembered] ===''MORTIMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mark Mortimer|Mortimer, Mark]] [https://www.familysearch.org/tree/person/details/GS7M-ZZ4] - 1887(Irl)-19??(???) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 107, 1915; 2COCP 48, 1929; 1COCP 89, 1930; BOCP 48, 1934? - RANRS (Warrant Telegraphist, 1917) - Comment: numerous contemporaneous MMs - Electoral Rolls: Nil yet identified ===''MORTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Evors Morton|Morton, Charles Evors]] [https://www.familysearch.org/tree/person/details/GZJ5-F3R] - 1888(Qld)-1963(NSW) - 2MH Sydney (Homebush, 1925-1934), amateur operator (AOCP 170, 1925, No. ?? in NSW), amateur broadcaster, public servant (Rockhampton, 1912), WW1 ===''MOSES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Joseph Moses|Moses, Charles Alfred Joseph]] - 1900(Eng)-1988(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - ABC (general manager) - Electoral Rolls: - Links: [[w:Charles Moses|Wikipedia]]; [https://adb.anu.edu.au/biography/moses-sir-charles-joseph-15044 ADB] ===''MOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Moss|Moss, George Arthur]] [https://www.familysearch.org/tree/person/details/GZG7-86Y] - 1903(WA)-2000(WA) - Licences: 6GM Perth (Cottesloe Beach, 1926-1931; Mt Lawley, 1933-1939, 1946-1956; Mt Pleasant, 1960-1965; Boya, 1969-1995+) - Qualifications: cc; AOCP 233, 1926, No. ?? in WA; AOLCP 177, 1934; 1COCP 574, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: piano mechanic (Cottesloe Beach, 1925); wireless mechanic (North Perth, 1931-1958); lecturer (Mt Pleasant, 1963; Boya, 1968-1980) - [https://qsl.net/vk6zse/historic/p-vk6gm.html QSL.net] ===''MOULE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Ernest Moule|Moule, Clifford Ernest "Cliff"]] [https://www.familysearch.org/tree/person/details/G8XQ-DFH] - 1912(SA)-1998(SA) - Licences: 5CX Adelaide (Parkside, 1930-1939; Plympton, 1946-1948; McLaren Vale, 1954; Lower Mitcham, 1955-1956; Westbourne Park, 1960-1980+) - Qualifications: cc; AOCP 611, 1930, No. ?? in SA; BOCP 1462, 1956 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Clarence Gardens, 1939-1941; Glandore West, 1943) ===''MOWLEM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Mowlem|Mowlem, Leonard]] [https://www.familysearch.org/tree/person/details/GX9F-DHH] - 1878(???)-1950(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: naval employee (Toorak, 1919); radio telegraphist (Thursday Island, 1921); telegraphist (Toorak, 1925); engineer (Toorak, 1928); wireless (Malvern, 1931-1949) ===''MOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Murray Moyle|Moyle, John Murray "Johnny"]] - 1908(Vic)-1960(ACT) - 2JU Sydney, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly, 1932+; Radio TV & Hobbies, 1939-), education (Scotch College, 1923-1926), military (WW2, RAAF 1941-, Squadron Leader), broadcast (3DB, 1920s) (callsign 2JU previously Ross Amos Hull) - Links: [http://messui.polygonal-moogle.com/valves/NW198909.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198910.pdf EA2] ===''MUIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sibbald Allison Muir|Muir, John Sibbald Allison]] [https://www.familysearch.org/tree/person/details/LRB3-1J6] - 1904(SA)-1996(Vic) - 3QW Receive Melbourne (Brighton, 1923); 3QW Melbourne (Brighton, 1923-1926) - Qualifications: cc; AOCP 91, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; likely operator of 3NS dealer licence for Norris & Skelly, Elizabeth St, Melbourne 1924 - Electoral Rolls: dealer (Brighton, 1925-1927); radio dealer (Malvern, 1928); wireless (Brighton, 1931); engineer (Brighton, 1935; Ringwood, 1936-1954); nil (Somers, 1963; Langwarrin, 1968-1977; Garfield, 1980) * [[/Robert White Muir|Muir, Robert White]] [https://www.familysearch.org/tree/person/details/K644-M2J] - 1904(WA)-1966(WA) - Licences: 6RW Wagin (1933-1939); 6RW Perth (Subiaco, 1947-1965) - Qualifications: cc; AOCP 1184, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (Albany, WA, 1925-1926); jeweller & radio dealer (Wagin, WA, 1931); jeweller (Wagin, WA, 1936-1943); watchmaker (Subiaco, WA, 1949-1963) ===''MULLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Fred Mullett|Mullett, Leslie Fred]] [https://www.familysearch.org/tree/person/details/GXRX-BQD] - 1903(SA)-1980(SA) - Licences: 5ZQ Adelaide (Highgate, 1932-1933) - Qualifications: cc; AOCP 1065, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Highgate, SA, 1939-1941); engineer (Barton, ACT, 1949) ===''MULLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Mulligan|Mulligan, Frederick Charles]] [https://www.familysearch.org/tree/person/details/L2QS-X7W] - 1886(NZ)-1982(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 135, 1915; 2COCP 211, 1930; 1COCP 329, 1933 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: engineer operator (Clayfield, 1914-1917); wireless operator (Emita, Flinders Island, 1919-1928); OIC Radio Station (Darwin, 1934); radiologist (Ascot, 1936); OIC radio (Townsville, Qld, 1943); retired (Warrimoo, NSW, 1954-1958; Umina, NSW, 1958) ===''MUNRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Bruce Willson Munro|Munro, Bruce Willson]] [https://www.familysearch.org/tree/person/details/G7GX-CDJ] - 1908(Qld)-1994(Qld) - Licences: 4AL Brisbane (Hawthorne, 1927-1931; Bulimba, 1933-1939) - Qualifications: cc; AOCP 339, 1927, No. 35 in Qld; 2COCP 68, 1936 - amateur operator; amateur broadcaster; aeronautical experimenter; pilot; Qld Aero Club (Brisbane, honorary flying instructor, 1930s); Dept Civil Aviation (Brisbane, Assistant Plan Printer, 1956-1968) - Electoral Rolls: commercial pilot (Moorooka, 1943); flight checking officer (Townsville, 1943); pilot (West End, 1949-1963); commonwealth public servant (Wynnum, 1968-1972); retired (Wynnum, 1977-1980) ===''MURDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilmot Henry Murden|Murden, Wilmot Henry]] [https://www.familysearch.org/tree/person/details/G691-7WC] - 1915(Vic)-19??(???) - Licences: 7TY Launceston (1934-1937); 3TY Melbourne (West Preston, 1938-1939; Thornbury, 1947); 3TY Rapanyup (1948); 3TY Sale (1954-1955); 3TY Swan Hill (1956-1960) - Qualifications: cc; AOCP 1243, 1934, No. ?? in Tas; BOCP 1176, 1950; 1COCP 1610, 1951 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Sale, 1954); radio engineer (3SH, Sale, 1963) ===''MURDOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Fraser Murdoch|Murdoch, James Fraser "Fraser"]] - 19??(???)-19??(???) - 4FQ Toowoomba (1946-1948), amateur operator (AOCP 2383, 1939, No. ?? in Qld), amateur broadcaster, employment (Empire Theater under Cliff Gold 4CG) ===''MURPHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold James Murphy|Murphy, Harold James]] [https://www.familysearch.org/tree/person/details/LD6Q-ZGP] - 1899(NSW)-1958(Qld) - Licences: 4HM Ilfracombe (1935-1937); 4HM Pomona (1938-1939); 4HM Brisbane (Wooloowin, 1947-1956) - Qualifications: cc; AOCP 1532, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: telegraphist (Auchenflower, Qld, 1925; Milton, Qld, 1928); postal official (Stanthorpe, Qld, 1930); postmaster (Ilfracombe, Qld, 1936-1937); insurance agent (Wooloowin, Qld, 1943); postal official (Wooloowin, Qld, 1949); public servant (Stafford, Qld, 1958) ===''MURRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Alexander Murray|Murray, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/G89D-SZ7] - 1908(???)-1985(NSW) - Licences: 2FM Sydney (Rose Bay, 1927; Mosman, 1928-1935; Cremorne, 1936-1939; Mosman, 1946-1947; Lindfield, 1948-1949; Carramar, 1950-1975); 2FM Blayney (1980+) - Qualifications: AOCP 336, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Mosman, 1930); engineer (Mosman, 1933); fitter (Mosman, 1934); draftsman (Mosman, 1935); engineer (Neutral Bay, 1943); draftsman (Mosman, 1949); draughtsman (Carramar, 1958-1977); retired (Blayney, 1980) * [[/John William Murray|Murray, John William]] [https://www.familysearch.org/tree/person/details/G879-32L] - 1905(Vic)-1997(Vic) - Licences: 3JY Melbourne (Elsternwick, 1928-1930; Fitzroy, 1931-1939); 3AJY Melbourne (Kew, 1960-1980+) - Qualifications: AOCP 396, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Elsternwick, 1928); projectionist (St Kilda, 1934; Melbourne East, 1936); technician (St Kilda West, 1943-1949); projectionist (Kew, 1954-1980) - several contemporaneous John William Murray's in Melbourne, identification not certain * [[/Kynaston Noel Lathrop Murray|Murray, Kynaston Noel Lathrop]] - 1838(Eng)-1916(Tas) - clubs and societies (Telegraph Electrical Society Vic, member, 1880s; Vic Posts & Telegraphs, 1860s-1870s; Vic Railways Dept, 1880s-1890s) * [[/Malcolm Imlay Murray|Murray, Malcolm Imlay]] [https://www.familysearch.org/tree/person/details/G8VW-684] - 1908(WA)-1980(WA) - Licences: 6MY Perth (City, 1930; South Perth, 1933-1939; Floreat Park, 1946-1980+) - Qualifications: cc; AOCP 677, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (East Perth, 1931); radiotrician (South Perth, 1936; Floreat Park, 1943-1980) ===''MUSGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Mandeville D'Oyly Musgrove|Musgrave, Mandeville D'Oyly]] - 19??-19?? - broadcast station proprietor (6ML & others) ===''MUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus Keith Mutton|Mutton, Angus Keith]] [https://www.familysearch.org/tree/person/details/GD5F-BQM] - 1910(SA)-1991(SA) - Licences: 5ZY Adelaide (Toorak Gardens, 1933; Tusmore, 1937-1938) - Qualifications: cc; AOCP 1089, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Tusmore Gardens, SA, 1939-1943) * [[/Arthur Henry Mutton|Mutton, Arthur Henry]] [https://www.familysearch.org/tree/person/details/KC1Y-PP5] - 1908(NSW)-1986(NSW) - Licences: 2QT Receive Sydney (Stanmore, 1923-1925); 2QT Sydney (Stanmore, 1926-1939) - Qualifications: AOCP 237, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Annandale, 1930-1937); communication engineer (Maroubra, 1943-1968); public servant (Bayview, 1972-1980) =='''N'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''NAIRN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Linley Beeton Nairn|Nairn, Arthur Linley Beeton]] [https://www.familysearch.org/tree/person/details/L58V-M8X] - 1895(SA)-1978(NZ) - Licences: 2BI Receive Sydney (Mosman, 1922-1923) - Qualifications: CPRTelephony 373, 1918 - amateur receiver - Electoral Rolls: company manager (Hamilton, NZ, 1938); director (Days Bay, Wellington, NZ, 1946-1954) ===''NANCARROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Stanley Nancarrow|Nancarrow, Ralph Stanley]] [https://www.familysearch.org/tree/person/details/GST3-XQ3] - 1904(SA)-1991(SA) - Licences: 5PK Georgetown (1930-1933); 2PY Sydney (Mosman, 1935; Randwick, 1936-1939); 2ACN Sydney (Lane Cove, 1954-1961; North Ryde, 1965-1975) - Qualifications: cc; AOCP 719, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Randwick, NSW, 1936-1937); electrical fitter (Lane Cove, NSW, 1943-1963); fitter (North Ryde, NSW, 1972-1980) ===''NANGLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Nangle|Nangle, James]] [https://www.familysearch.org/tree/person/details/GD3V-F31] - 1869(NSW)-1941(NSW) - Licences: 2MU Receive Sydney (Marrickville, 1922); 2MU Sydney (Marrickville, 1923-1927; Observatory, 1928-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; 1920s Superintendent Technical Education NSW; hon. Government Astronomer NSW; Sydney University (Senate); Royal Society of NSW (president); Fellow Royal Astronomical Society; Fellow Federal Institute of Architects; author (astronomy, architecture) - Electoral Rolls: architect (Petersham, 1903); Government Astronomer (Observatory, 1930-1937) - Links: [https://adb.anu.edu.au/biography/nangle-james-7722 ADB] ===''NASH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Charles Nash|Nash, William Robert Charles]] [https://www.familysearch.org/tree/person/details/GDWX-LWF] - 1918(NSW)-2007(NSW) - Licences: 2WW Sydney (Crows Nest, 1934-1937); 4WN Cairns (1938-1939) - Qualifications: cc; AOCP 1329, 1934, Qld; 1COCP 138, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: company manager (Castlecrag, NSW, 1963-1980) ===''NEALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Drayton Neale|Neale, Eric Drayton Snr]] [https://www.familysearch.org/tree/person/details/G88H-NWT] - 1907(Qld)-1968(Qld) - Licences: 4EN Longreach (1934-1939); 4EN Brisbane (Wooloowin, 1946-1960) - Qualifications: cc; AOCP 1298, 1934, Qld - amateur operator, amateur broadcaster, federal public servant (PMGD, telegraphist), radio club (WIAQ, QSL officer) - Relationships: father of 4?? Eric Drayton Neale Jnr - Electoral Rolls: telegraphist (Wooloowin, 1928; Longreach, 1936; Grange, 1937; Wooloowin, 1943-1963) ===''NEAVERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Laurence Neaverson|Neaverson, Leslie Laurence or Lawrence Leslie]] [https://www.familysearch.org/tree/person/details/LYTM-HCD] - 1899(Eng)-1993(NSW) - Licences: G5NX (Lakeside, Cumbria, 1922+); 4NV Brisbane (Holland Park, 1947-1956+) - Qualifications: cc; Nil yet identified - amateur operator; associate member IRE (Britain); principal Anglo Austral Hearing Aid Dispensary - Electoral Rolls: surgical technician (Holland Park, Qld, 1949-1958) ===''NELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alfred Montague Nell|Nell, George Alfred Montague]] [https://www.familysearch.org/tree/person/details/G87B-PP6] - 1900(Ceylon)-1989(NSW) - Licences: 2JQ Quirindi (1928-1929); 2JQ Canberra (1930); 2JQ Moruya (1931-1936); 2JQ Binda (1937-1939); 2JQ Crookwell (1946-1950); 2JQ Junee (1954-1965); 2JQ Goulburn (1969-1980) - Qualifications: AOCP 413, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clergyman (Moruya, 1930-1934; Crookwell, 1936-1949; Junee, 1954-1968; Goulburn, 1972-1980) ===''NELSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Yeates Nelson|Nelson, John Yeates]] [https://www.familysearch.org/tree/person/details/G884-YDV] - 1851(Irl)-1932(NSW) - Licences: XAA Sydney (McMahon's Point, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter; federal public servant (PMGD, chief electrical engineer (NSW)) - Electoral Rolls: electrician (Milson's Point, 1930-1931) ===''NESTROM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Louis Nestrom|Nestrom, Oliver Louis]] [https://www.familysearch.org/tree/person/details/GX22-9H4] - 1912(NSW)-1999(SA) - Licences: 5RZ Adelaide (St Peters, 1936-1937; Joslin, 1938); 2ADJ Sydney (Homebush, 1939); 5RZ Adelaide (Colonel Light Gardens, 1947; Glenelg, 1948; St Georges, 1954); 5RZ Port Augusta, 1955-1956); 5RZ Adelaide (Kurralta Park, 1960; Manningham, 1965-1969; St Peters, 1975); 5RZ Clare (1980+) - Qualifications: cc; AOLCP, 224, 1935; AOCP 1725, 1936, SA; BOCP 719, 1946; 2COCP 1178, 1949; 1COCP 1491, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Modbury, SA, 1939); fitter (Strathfield, NSW, 1943) ===''NEVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Clifford Anderson Neville|Neville, Alfred Clifford Anderson]] [https://www.familysearch.org/tree/person/details/GXH3-Z4D] - 1907(Eng)-1987(Qld) - Licences: 4ED Receive Brisbane (Wooloowin, 1923) - Qualifications: cc; 3COCP 5827, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Hamilton, Qld, 1928); clerk (Windsor, Qld, 1934-1943); accountant (Hawthorne, Qld, 1954-1958); retired (East Brisbane, 1963-1980) ===''NEWBERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Mallord Newberry|Newberry, Archibald Mallord]] [https://www.familysearch.org/tree/person/details/LH51-SDW] - 1893(Eng)-1973(Vic) - Licences: 3AN Red Cliffs (1930-1939) - Qualifications: AOCP 606, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: watchmaker (Red Cliffs, 1924-1931); radio dealer (Red Cliffs, 1934-1942); cycle dealer (Red Cliffs, 1949-1972) ===''NEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert James Newell|Newell, Albert James "Bert"]] [https://www.familysearch.org/tree/person/details/LJ1C-RGW] - 1910(Sct)-1998(Qld) - Licences: 4BN Mill Hill via Warwick (1936-1939); 4BN Brisbane (Archerfield, 1947-1948; Moorooka, 1954); 4AJ Brisbane (Moorooka, 1965; Yeronga, 1969; Ormiston, 1975); 4AJN Brisbane (Ormiston, 1980+) - Qualifications: cc; AOCP 1727, 1936, Qld; 2COCP 559, 1942; 1COCP 588, 1942; TVOCP 531, 1962 - amateur operator; amateur broadcaster; AWA Aviation Radio Service - Electoral Rolls: shed hand (Mill Hill, Qld, 1931-1943); radio technician (Moorooka, Qld, 1949-1968); television technician (Yeronga West, Qld, 1972); retired (Ormiston, Qld, 1977-1980) ===''NEWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Frederick Newman|Newman, Arthur Frederick]] [https://www.familysearch.org/tree/person/details/9JJ9-YSK] - 1881(India)-1952(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 10, 1914; CPRT 90, 1915; 1COCP 49, 1930 - RANRS (Radio Lieutenant, 1917-1920, terminated Nov 1920); WW1; WW2 - Comment: several contemporaneous AFNs - Electoral Rolls: traffic officer (Elsternwick, 1917-1919); assistant! (Malvern East, 1924-1931); piano tuner (St Kilda, 1931) * [[/Sydney Moreton Newman|Newman, Sydney Moreton "Syd"]] [https://www.familysearch.org/tree/person/details/LL41-PBM] - 1898(NSW)-1998(NSW)99yo - Licences: XPZ Melbourne (Canterbury, 1913-1914); 3MC Melbourne (Canterbury, 1923-1927) - Qualifications: cc; CPRT 655, 1921; 1COCP 90, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Turramurra, 1930-1958); retired (Wahroonga, 1963-1980) - TroveTag: "XPZ-3MC - Sydney Moreton Newman" (68 tags) - Links: [http://messui.polygonal-moogle.com/valves/NW199101.pdf EA] * [[/William Harold Newman|Newman, William Harold]] [https://www.familysearch.org/tree/person/details/GD3V-4N5] - 1889(NSW)-1943(Vic) - Licences: 2MK? Receive Sydney (Artarmon, 1922); 2MJ Sydney (Artarmon, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: railway official (Artarmon, 1930-1934); secretary (Mosman, 1936-1943) ===''NICHOLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rupert Nicholas|Nicholas, William Rupert]] [https://www.familysearch.org/tree/person/details/GD14-RFV] - 1913(Tas)-1995(Tas) - Licences: 7WR Hobart (North Hobart, 1932-1939) - Qualifications: cc; AOCP 896, 1932, No. ?? in Tas; AOLCP 72, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Hobart North, 1936; New Town, 1943-1954) ===''NICOLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Nicoll|Nicoll, William]] - 1903(Canada)-19??(???) - Licences: 4CO Receive Brisbane (Upper Paddington, 1923) - Qualifications: cc; CPRT 644, 1921 - amateur Receiver - Electoral Rolls: telegraphist (Bardon, 1925-1929) ===''NICHOLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hartley Nicholls|Nicholls, Alan Hartley]] [https://www.familysearch.org/tree/person/details/GFQR-VH9] - 1913(WA)-1981(WA) - Licences: 6KE Corrigin (1936-1937); 3NI Melbourne (East St Kilda, 1938-1939); 2NI Sydney (Manly, 1946; Cremorne, 1947-1954; Manly, 1955-1956); 2ANI Sydney (Mosman, 1960-1965); 4AL Brisbane (Greenslopes, 1965); 4NI Cairns (1975); 6NX Perth (South Guildford, 1980) - Qualifications: cc; AOCP 1814, 1936, WA; BOCP 219, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: RAAF (Hawthorn, Vic, 1942); radio engineer (Cremorne, NSW, 1949); shopkeeper (Wilston, Qld, 1958); electronic engineer (Cremorne, NSW, 1963); engineer (Cairns, Qld, 1972-1977; South Guildford, WA, 1980) * [[/Francis Edgar Nicholls|Nicholls, Francis Edgar]] [https://www.familysearch.org/tree/person/details/GD1H-8KQ] - 1910(Vic)-1995(Tas) - Licences: 7RY Devonport (1932-1933); 7RY Burnie (1937-1939); 7RY Hobart (New Town, 1946-1948; Lenah Valley, 1954-1955; New Town, 1960; Lenah Valley, 1965-1969; Midway Point, 1975-1980) - Qualifications: cc; AOCP 991, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Lenah Valley, 1943-1954) * [[/William James Nicholls|Nicholls, William James]] [https://www.familysearch.org/tree/person/details/G6S3-26D] - 19??(Vic)-1966(Vic) - Licences: 3FW Melbourne (Moonee Ponds, 1931-1933) - Qualifications: cc; AOCP 780, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Moonee Ponds, 1922-1963) * [[/William John Matthew Nicholls|Nicholls, William John Matthew or William John]] [https://www.familysearch.org/tree/person/details/G8WW-PDS] - 1908(Vic)-19??(???) - Licences: 3WX Melbourne (Williamstown, 1928-1933); 7WX Launceston (1937-1939); 3WX Melbourne (Williamstown, 1946-1965; East Malvern, 1969-1980+) - Qualifications: cc; AOCP 419, 1928, No. ?? in Vic; 2COCP 343, 1931; 1COCP 309, 1933 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Williamstown, 1931-1936); RAAF (Williamstown, 1949); radio engineer (Williamstown, 1954-1963; Malvern East, 1968-1980) ===''NICHOLSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Russell Malcolm Nicholson|Nicholson, Russell Malcolm]] [https://www.familysearch.org/tree/person/details/G8Z7-7W4] - 1909(Qld)-1974(NSW) - Licences: 4KG Ilfracombe (1929-1933) - Qualifications: cc; AOCP 529, 1929, No. ?? in Qld; BOCP 48, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing contractor (Longreach, 1936); manager 4LG (Longreach, 1937); radio mechanic (Coolangatta, 1949-1972) ===''NICOLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Hort Wilmot Nicolle|Nicolle, Horace Hort Wilmot]] [https://www.familysearch.org/tree/person/details/G8ZS-MZF] - 1908(NSW)-1974(NSW) - Licences: 2HK Sydney (Strathfield, 1929-1933; Ryde, 1934); 2AJT Sydney (Wollstonecraft, 1939) - Qualifications: AOCP 527, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chemist apprentice (Strathfield, 1930); pharmacist (Strathfield, 1933-1935); chemist (Chatswood, 1943-1968) ===''NILSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver John Nilsen|Nilsen, Oliver John]] [https://www.familysearch.org/tree/person/details/G8W4-W1G] - 1884(Vic)-1977(Vic) - Licences: Receive (Valve) Melbourne (Brighton, 1923); 3UZ Melbourne (1924-25) - Qualifications: Nil identified to date - amateur operator; amateur broadcaster - 3UZ experimental callsign issued to Oliver J. Nilsen & Co in 1923, operator N. J. Boyd; callsign withdrawn 1925 and reallocated to Nilsen's broadcast station which remains current as at 2021 - Electoral Rolls: electrical engineer (Fitzroy, 1909-1924; Chelsea, 1928-1931); contractor (Caulfield, 1934-1954); engineer (Elsternwick, 1972; Hawthorn, 1977-1980) - Links: [https://adb.anu.edu.au/biography/nilsen-oliver-john-11244 ADB] ===''NISSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Laurence Nissen|Nissen, Eric Laurence]] [https://www.familysearch.org/tree/person/details/G8DS-ZLR] - 1905(Qld)-2001(Qld) - Licences: 4XN Dalby (1930-1939, 1946-1975+); 4XN Toowoomba (1980) - Qualifications: cc; AOCP 574, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, member); broadcast technician (4QS, 1939-1976); federal public servant (PMGD); Awards: Imperial Service Medal 1976 - Electoral Rolls: none specified (Dalby, 1928-1937); PMG technician (Dalby, 1972); retired (Toowoomba, 1977) ===''NIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edgar Nixon|Nixon, Arthur Edgar]] [https://www.familysearch.org/tree/person/details/G8M2-SM5] - 1905(Vic)-1961(Vic) - Licences: 3ON Receive Melbourne (Windsor, 1923-1924) - Qualifications: AOCP 361, 1927, No. ?? in Vic - amateur receive operator - Electoral Rolls: labourer (Elsternwick, 1931); salesman (St Kilda West, 1931-1936); electrical fitter (Albert Park, 1943-1954) ===''NOLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Michael Nolan|Nolan, Francis Michael]] [https://www.familysearch.org/tree/person/details/9Q3R-X84] - 1910(NSW)-1985(Qld) - Licences: 4FN Brisbane (Wooloowin, 1935-1937; Clayfield, 1938-1939; Stafford Heights, 1946-1948); 4MF Portable (1948); 9FN Port Moresby & 9MF Portable (1954-1956); 4FN/T Gracemere (1960-1969); 4FN/T Brisbane (Wavell Heights, 1975; Virginia, 1980) - Qualifications: cc; AOCP 1433, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, WIAQ); broadcast technician (9PA, 4RK); radio serviceman; federal public servant (PMGD) - Electoral Rolls: * [[/Francis William Nolan|Nolan, Francis William "Frank"]] [https://www.familysearch.org/tree/person/details/GX6W-XPW] - 1897(NSW)-19?? - Licences: 4JU Brisbane (Brisbane City, 1929-1939, 1947-1956; Paddington, 1960) - Qualifications: cc; AOCP 43? & 501, 1924 & 1929, No. ? in Qld - amateur operator; amateur broadcaster; radio serviceman - Relationships: husband of 4LO Violet Elizabeth Nolan nee Hennessey - Comment: several genealogy sites have wrong data for FWN - Electoral Rolls: cartoonist (Brisbane City, Qld, 1921-1925); radio mechanic (Brisbane, City, 1934-1936); radio engineer (Brisbane City, Qld, 1954-1958) * [[/John Spencer Nolan|Nolan, John Spencer]] [https://www.familysearch.org/tree/person/details/LTBW-KMV] - 1868(NSW)-1936(NSW) - Licences: XED Sydney (Double Bay, 1911-1914); 2JH Receive Sydney (Double Bay, 1922); 2JH Sydney (Double Bay, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; dentist and dental surgeon - Relationships: father of 2YI Philip Spencer Nolan - Electoral Rolls: dentist (Woollahra, 1930-1935) * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] [https://www.familysearch.org/tree/person/details/GX6W-DSX] - 1896(Qld)-19??(???) - Licences: 4LO Brisbane (City, 1931-1939) - Qualifications: cc; AOCP 826, 1931, No. ? in Qld - amateur operator; amateur broadcaster - Comment: fourth YL operator in Qld - Relationships: wife of 4JU Francis William Nolan - Electoral Rolls: home duties (Brisbane City, Qld, 1921-1943); not stated (Eagle Heights, Qld, 1949); home duties (Tweed Heads, NSW, 1954); domestic (Spring Hill, Qld, 1958); retired (Coolangatta, Qld, 1958) * [[/Philip Spencer Nolan|Nolan, Philip Spencer "Spencer"]] [https://www.familysearch.org/tree/person/details/LTBW-ZWX] - 1897(NSW)-1929(NSW) - Licences: 2YI Sydney (Double Bay, 1924-1929) - Qualifications: AOCP 58, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; dentist - Relationships: son of XED-2JH Lieut John Spencer Nolan - Comment: gone too soon - Electoral Rolls: Nil yet identified ===''NOLTE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Nolte|Nolte, George Edward]] [https://www.familysearch.org/tree/person/details/G8HG-DD4] - 1911(Vic)-1997(NSW) - Licences: 3NO Melbourne (Elwood, 1929-1939); 2QO Sydney (Potts Point, 1948-1950; Bexley North, 1954-1975); 2QO Wamberal (1980+) - Qualifications: AOCP 492, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1936-1937); radio engineer (Darlinghurst, 1943-1949; Bexley North, 1958-1963); retired (Wamberal, 1980) ===''NORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Norman|Norman, William James]] [https://www.familysearch.org/tree/person/details/GD1Q-ZRS] - 1899(Tas)-19??(???) - Licences: 7WJ Eddystone Point Lighthouse (1931) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: stoker (Longford, 1922); lightkeeper (Tasman Island, 1928; Eddystone Lighthouse, 1934; Maatauyker Island, 1936; Currie Harbour, King Island, 1937) ===''NORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Anthony David Norris|Norris, Anthony David "Tony"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Edgar Lewin Norris|Norris, Edgar Lewin]] [https://www.familysearch.org/tree/person/details/G9YH-3D4] - 1891(Qld)-1956(Qld) - Licences: 4CK Receive Toowoomba (1922); 4CK Toowoomba (1923-1931) - Qualifications: cc; AOCP 80, 1925, No. 8 in Qld - amateur operator; amateur broadcaster; radio club (Toowoomba RC); WW1 - Relationships: father of 4NO Edgar Thomas Norris - TroveTag: "4CK - Edgar Lewin Norris" - Electoral Rolls: optician (Rockhampton, 1913); optometrist (Wooloowin, 1919; Toowoomba, 1925-1954) * [[/Edgar Thomas Norris|Norris, Edgar Thomas "Tom" "Tommy"]] [https://www.familysearch.org/tree/person/details/G855-G68] - 1930(Qld)-2019(Qld) - Licences: 4NO Toowoomba (1969-1980+) - Qualifications: cc; 3COCP 6945, 1967; AOLCP Q2, 1968; AOCP Q13, 1968, Qld - amateur operator, amateur broadcaster - Relationships: son of 4CK Edgar Lewin Norris - Electoral Rolls: charge hand (Toowoomba, 1954-1980) ===''NORTHEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurence Harry Northeast|Northeast, Laurence Harry "Laurie"]] [https://www.familysearch.org/tree/person/details/LLM3-8NK] - 1908(SA)-1972(SA) - Licences: 5LH Adelaide (Rosewater, 1927) - Qualifications: cc; AOCP 315, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Rosewater, 1939-43) =='''O'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ==='''OAKES'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Andrew Oakes|Oakes, Walter Andrew]] [https://www.familysearch.org/tree/person/details/GDRK-RBQ] - 1907(Tas)-1983(NSW) - Licences: 7BQ Receive Hobart (New Town, 1923); Receive Hobart (New Town, 1923) - Qualifications: cc; 3COCP N1088, 1971 - amateur receiver - Electoral Rolls: electrician (Manly, 1930); electrical fitter (Launceston, 1937); railway employee (New Town, 1943-1949); electrician (Lindfield, 1954); business proprietor (Roseville, 1958); managing director (Roseville, 1963-1968); director (Roseville, 1972-1980) ==='''O'BRIEN'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Clare O'Brien|O'Brien, Charles Clare]] [https://www.familysearch.org/tree/person/details/GMTS-7SJ] - 1904(Qld)-1994(Qld) - Licences: 4NC Brisbane (Stafford, 1939, 1948-1980+) - Qualifications: AOCP 2386, 1939, Qld - amateur operator, WW2 - Electoral Rolls: mechanic (Kilcoy, 1928); telephone mechanic (Eagle Junction, 1936-1943); technician (Stafford, 1954-1980) * [[/Charles Raymond Heddington O'Brien|O'Brien, Charles Raymond Heddington]] [https://www.familysearch.org/tree/person/details/G8FN-4CX] - 1913(Vic)-1975(Vic) - Licences: 3QX Melbourne (Glenhuntly, 1930-1939) - Qualifications: AOCP 626, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Glenhuntly, 1934-1936); electrical engineer (Ballarat, 1942); engineer (Kew, 1954; Mount Waverley, 1963-1972) * [[/Matthew O'Brien|O'Brien, Matthew or Matthew Michael]] [https://www.familysearch.org/tree/person/details/GZG7-P35] - 1904(Qld)-1978(Qld) - Licences: 4MM Brisbane (Toowong, 1926-1933; Annerley, 1937-1939, 1946-1965) - Qualifications: cc; AOCP 234, 1926, No. 20 in Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, ARTL, WIAQ, president all); journalist (Teleradio, "Vic Eddy"); Dept Labour Exchange (administration) - Electoral Rolls: public servant (Toowong, 1925-1936; Annerley, 1943-1977) ==='''O'DEA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick O'Dea|O'Dea, Francis Patrick]] [https://www.familysearch.org/tree/person/details/GXTP-7KL] - 1894(Vic)-19??(???) - Licences: XJAX Melbourne (Ascot Vale, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 (Army, AWS) - Electoral Rolls: clerk (North Melbourne, 1912-1913; Ascot Vale, Vic, 1914-1937); railways (Brighton, Vic, 1942-1949); railway employee (Footscray North, Vic, 1963-1977) - Links: [https://alh-research.tripod.com/Light_Horse/index.blog/1911842/australian-wireless-squadron-aif-francis-patrick-odea/ AWS] ==='''ODGERS'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Fieldhouse Odgers|Odgers, Norman Fieldhouse]] [https://www.familysearch.org/tree/person/details/GDVD-CYK] - 1906(Qld)-1996(WA) - Licences: 4BO or 4BD Brisbane (Newmarket) & Charters Towers (1924-1925); 4NK; 9NK Port Moresby (1946-1948); 6NF Perth (Applecross, 1954-1969; Bassendean, 1975-1980); 4CH - Qualifications: cc; CPRT 896, 1925; 2COCP 212, 1930; 1COCP 108, 1936 - amateur operator; amateur broadcaster; ship wireless officer; broadcast engineer; WW2 - Electoral Rolls: senior technician (Applecross, 1954-1963); manager (Applecross, 1968); retired (Bassandean, 1972-1980) ==='''O'DONNELL'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Amos Leslie O'Donnell|O'Donnell, Amos Leslie]] [https://www.familysearch.org/tree/person/details/G8NW-Q1P] - 1910(SA)-19??(NSW) - Licences: 6DX Perth (City, 1930-1933); 2AGE Sydney (Ashfield, 1938-1939); 2AOO Sydney (Caringbah, 1960; Mona Vale, 1965-1969) - Qualifications: cc; AOCP 639, 1930, No. ?? in WA; BOCP 515, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: student (North Perth, WA, 1931); radio engineer (Ashfield, NSW, 1937); education officer (No. 2 W.A.G.S., Parkes, NSW, 1943); engineer (Ashfield, NSW, 1949; Caringbah, NSW, 1958) ==='''O'HARA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bernard O'Hara|O'Hara, John Bernard]] [https://www.familysearch.org/tree/person/details/G8XM-Y9M] - 1902(Vic)-1970(Vic) - Licences: 3OH Maryborough (1930-1939); 3OH Yallourn (1946-1948); 3AAO Melbourne (Mt Waverley, 1960) - Qualifications: AOCP 607, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: teacher (Albert Park, 1921-1924) instructor (Maryborough, 1928); teacher (Kew, 1934; Maryborough, 1937; Ballarat, 1937; Maryborough, 1943, Warrnambool, 1954; Maldon, 1963) ==='''OHRBOM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Axel Ragnar Ohrbom|Ohrbom, Axel Ragnar "Ray"]] [https://www.familysearch.org/tree/person/details/G8WZ-PWJ] - 1903(Tas)-1978(Vic) - Licences: Receive Melbourne (Brunswick, 1923-1924); 3OC Melbourne (West Brunswick, 1928; Coburg, 1931-1939; Moreland, 1946-1948; Hartwell, 1954-1975) - Qualifications: AOCP 421, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Coburg West, 1949); sharebroker (Camberwell, 1954-1977); retired (Burwood, 1977) ===''OLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Olof Lemuel Olden|Olden, Olof Lemuel]] - 1863(Vic)-1939(Vic) - Hobart 1920s, early wireless experimenter, no licence yet identified, amateur operator (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, President, 1924), military (Colonel, WW1), occupation (school master) ===''OLDFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Bernam Oldfield|Oldfield, Frederick Bernam]] [https://www.familysearch.org/tree/person/details/G8YP-9R2] - 1897(Vic)-1962(NSW) - Licences: 5DO Adelaide (1924); 3FB Melbourne (Hampton, 1937-1938); 2FE Sydney (Balmoral, 1939) - Qualifications: cc; AOCP 1240, 1934, No. ?? in Vic - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: teacher (Brighton, Vic, 1931; Sandringham, Vic, 1935-1937); journalist (Mosman, NSW, 1943); A.M.F. (Mornington, 1954); tutor (Neutral Bay, 1958) ===''OLDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Oldham|Oldham, Charles Edward]] [https://www.familysearch.org/tree/person/details/KZFK-XBT] - 1902(Tas)-1950(Tas) - Licences: 7XA Hobart (New Town, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1923, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Town, 1936-1949) * [[/Fred Oldham|Oldham, Fred]] - 19??(???)-19??(???) - early Tasmanian wireless experimenter, first president of Hobart Tramways Wireless Club 1905 ===''O'LEARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cornelius Daniel Fraser O'Leary|O'Leary, Cornelius Daniel Fraser or Daniel Fraser]] [https://www.familysearch.org/tree/person/details/KN18-4BH] - 1893(SA)-1955(SA) - Licences: 5DO Adelaide (Tusmore Gardens, 1929-1933) - Qualifications: cc; AOCP 495, 1929, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Unley, 1939-1941) ===''OLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dalley George Tryon Oliver|Oliver, Dalley George Tryon]] [https://www.familysearch.org/tree/person/details/LZ8W-MMR] - 1888(NSW)-1959(NSW) - wireless experimenter (1924+) 2?? Gunedah, amateur broadcaster - Electoral Rolls: engineer (Gunnedah, 1930-1943; Keepit Dam, Tamworth, 1949-1954); retired (Condoblin, 1958) - Relationships: brother of 2MO Marcius John Alexander Oliver * [[/Marcius John Alexander Oliver|Oliver, Marcius John Alexander "Marcus"]] [https://www.familysearch.org/tree/person/details/LZ8W-M82] - 1875(NSW)-1946(NSW) - Licences: 2MO Gunedah (1929) - Qualifications: AOCP ??, 19??, No. ?? in NSW; AOLCP 91, 1932 - amateur operator, amateur broadcaster, broadcast engineer, radio station proprietor (2MO, 1930-1939), military (air spotters, Port Macquarie) - Electoral Rolls: engineer (Gunnedah, 1930-1936; Port Macquarie, 1943) - Relationships: brother of Dalley George Tryon Oliver ===''OLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Durrant Olle|Olle, John Durrant]] [https://www.familysearch.org/tree/person/details/G4HS-WSX] - 1910(NSW)-1975(Vic) - Licences: 2OZ Sydney (Ashfield, 1929-1939, 1946; Pennant Hills, 1947-1948; Ashfield, 1950) - Qualifications: AOCP 553, 1929, No. ?? in NSW; 2COCP 321, 1931; 1COCP 197, 1931 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Summer Hill, 1936-1937; Ashfield, NSW, 1943); soldier (South Yarra, Vic, 1949); public servant (Mornington, 1963-1980) ===''OLLIVIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Frances Ollivier|Ollivier, Neil Frances]] [https://www.familysearch.org/tree/person/details/GFQB-VPD] - 1916(WA)-1942(WA) - Licences: 6FO Perth (Hollywood, 1932-1939) - Qualifications: cc; AOCP 1067, 1932, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: Nil yet identified ===''O'LOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick Morgan O'Loughlin|O'Loughlin, Francis Patrick Morgan]] [https://www.familysearch.org/tree/person/details/GX6M-Z3Q] - 1902(Qld)-1979(Qld) - Licences: 4OL Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1347, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Red Hill, Qld, 1936-1937; Ashgrove, Qld, 1943-1977) ===''OLSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Vivian Olsen|Olsen, Frederick Vivian "Fred"]] [https://www.familysearch.org/tree/person/details/G8CP-4XJ] - 1912(Vic)-2001(Vic) - Licences: 3FO Melbourne (Hawthorn, 1929-1931; Hampton, 1933-1939) - Qualifications: cc; AOCP 521, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hampton, 1936-1954; Brighton, 1963; Hampton, 1972-1980) * [[/Norman Frederick Olsen|Olsen, Norman Frederick or Frederick Norman (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/G8BY-8JS] - 1901(NSW)-1980(NSW) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 516, 1920, NSW; 2COCP 59, 1929, NSW; 1COCP 252, 1932 - Nil yet identified - Electoral Rolls: wireless operator (Hurlstone Park, 1934-1937); newsagent (Torwood, 1954-1958); no occupation (Lord Howe Island, 1963-1980) * [[/Norman Peter Olsen|Olsen, Norman Peter]] [https://www.familysearch.org/tree/person/details/G8BY-444] - 1897(NSW)-1988(NSW) - Licences: 2YK Newcastle (1924-1925); 2ZX Waratah (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrician (Waratah, 1930; Mayfield, 1932); public servant (Redfern, 1932-1933; Kogarah, 1934-1935; Wollongong, 1936-1937; Artarmon, 1943-1949; Kogarah, 1949-1963); nil (Merewether, 1968-1980) * [[/Olaf Olsen|Olsen, Olaf]] [https://www.familysearch.org/tree/person/details/G6QT-69T] - 1878(Norway)-1964(Qld) - Licences: 4CL Dalby 1922 (Receive) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engine driver (Dalby, 1913-1943); engineer (Toowoomba, 1949; Redcliffe, 1954; Paddington, 1958-1963) ==='''O'MAY'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. W. O'May|O'May, J. W.]] - 19??(???)-19??(???) - Licences: Receive Hobart (Bellerive, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Robert Derwent O'May|O'May, Robert Derwent "Bob"]] [https://www.familysearch.org/tree/person/details/LYNF-5NS] - 1903(Tas)-1973(Tas) - Licences: Receive Hobart (Bellerive, 1923); 7OM Hobart (Bellerive, 1924-1927+; Sandy Bay, 1931+; Bellerive, 1947-1969+) - Qualifications: cc; AOCP 74, 1925, No. ?? in Tas; 3COCP 508, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: engineer (Bellerive, 1928-1954) ==='''OPPENHEIM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Oliver George Oppenheim|Oppenheim or Oliver, Oliver George "Ollie"]] [https://www.familysearch.org/tree/person/details/LLSS-S7L] - 1911(Vic)-1988(NSW) - Licences: 3ZX Melbourne (Caulfield, 1930-1939) - Qualifications: AOCP 580, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Caulfield, 1936-1942; Elsternwick, 1949); radio engineer (Elsternwick, 1954); company executive (Coogee, 1958-1963; Lugarno, 1968); importer (Strathfield, 1972-1980) ===''O'REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Joseph O'Reilly|O'Reilly, Maurice Joseph]] [https://www.familysearch.org/tree/person/details/G824-VMC] - 1866(Irl)-1933(NSW) - Licences: XACI Bathurst (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St Stanilaus College, Bathurst, 1913); rector of college (St John's College, Camperdown, 1930-1933) - Links: [https://adb.anu.edu.au/biography/oreilly-maurice-joseph-7918 ADB] ===''O'ROURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sydney O'Rourke|O'Rourke, John Sydney]] [https://www.familysearch.org/tree/person/details/GDJP-ZW4] - 1918(NSW)-19??(???) - Licences: 4OR Brisbane (Brisbane City, 1937-1939); 4SO Brisbane (Margate Beach, 1955-1969) - Qualifications: cc; AOCP 2042, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical apprentice (Norman Park, Qld, 1943); radio engineer (Newmarket, Qld, 1949); engineer (Margate, Qld, 1954-1977) ===''ORR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Murray Donald Orr|Orr, Murray Donald]] [https://www.familysearch.org/tree/person/details/GZL8-H29] - 1900(Vic)-1941(Vic) - Licences: 3OR Lake Meran (1928-1939) - Qualifications: AOCP 440, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1940-1941) - Electoral Rolls: farmer (Lake Meran, 1924-1934) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/orr-murray-donald-1700/] ===''OSBORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jeffrey David Osborne|Osborne, Jeffrey David "Jeff"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Louis Frederick George Osborne|Osborne, Louis Frederick George]] [https://www.familysearch.org/tree/person/details/G8GF-MGZ] - 1900(Vic)-1989(Vic) - Licences: 3DD Receive Melbourne (East Malvern, 1922); 3DD Melbourne (East Malvern, 1923-1926); 3BMO Melbourne (Murrumbeena, 1980+) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: gas fitter (Malvern East, 1922-1926); inspector (Carnegie, 1931-1977) ===''OSBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bolivar Laing Osburne|Osburne, George Bolivar Laing "Laing"]] [https://www.familysearch.org/tree/person/details/MFY2-F9W] - 1896(Vic)-1933(Vic) - Licences: XKJ Terang (1913-1914); 3BG Terang (1922-1933) - Qualifications: cc; AOCP 235, 1926, No. ?? in Vic - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: student (Terang, 1922-1931) ===''OTHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Othen|Othen, Charles James]] [https://www.familysearch.org/tree/person/details/LRHF-H8Y] - 1897(SA)-19??(???) - Licences: XVT Adelaide (Glanville, 1913); 5AS Receive Adelaide (1923); 5ON Adelaide (Hindmarsh, 1954-1956; Eden Hills, 1960-1969; Blackwood, 1975) - Qualifications: cc; AOCP 3385, 1953, SA - early wireless experimenter; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: foreman (Hindmarsh, SA, 1939-1943) ===''O'TOOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian O'Toole|O'Toole, Ian]] - Licences: 2ZIO Sydney (Adamstown Heights, 1969; North Rocks, 1975; Castle Hill, 1980) - amateur operator; historian (amateur, military communications); proprietor Kurrajong Radio Museum - Electoral Rolls: - Links: [https://vk2bv.org/archive/museum/ Kurrajong Radio Museum] ===''OTTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Shannon Otty|Otty, William Shannon]] [https://www.familysearch.org/tree/person/details/GZ2F-7J1] - 1893(Eng)-1983(NSW) - Licences: 2ZL Killingworth (1923-1931); 2ZL Toronto (1933-1975); 2ZL Fennell's Bay (1980+) - Qualifications: cc; AOCP 219, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio dealer (Toronto, 1937-1954); retired (Toronto, 1958-1980) ===''OVERLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Overlack|Overlack, Peter]] - early wireless historian [https://www.navy.gov.au/sites/default/files/documents/Naval_Networks_Dominance_of_Comms_in_Maritime_Ops.pdf "The Struggle for the Australian Airwaves: The Strategic Function of Radio for Germany in the Asia-Pacific Region before World War I"] ===''OWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Chester Owen|Owen, Chester]] [https://www.familysearch.org/tree/person/details/MZ3G-H47] - 1899(Vic)-1975(Vic) - Licences: Receive Melbourne (St Kilda, 1923); 3ZM Melbourne (St Kilda, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Balaclava, 1921; St Kilda, 1922-1926); engineer (St Kilda, 1928; Caulfield, 1931); mechanic (Caulfield, 1934-1937); radio engineer (Echuca, 1943-1972) * [[/Stanley Wainwright Owen|Owen, Stanley Wainwright]] [https://www.familysearch.org/tree/person/details/GDV9-BP2] - 1912(Vic)-1987(NSW) - Licences: 6RX Perth (Mt Lawley, 1930-1931); 2RX Sydney (Wollstonecraft, 1948-1957) - Qualifications: cc; AOCP 716, 1930, No. ?? in WA; 2COCP 436, 1933; 1COCP 340, 1933; TVOCP 40, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Wollstonecraft, 1937-1958); television engineer (Wollstonecraft, 1963-1968); engineer (Wollstonecraft, 1972-1977; Artarmon, 1980) ===''OXENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Justinian Oxenham|Oxenham, Justinian]] - 1860(Qld)-1932(Vic) - senior federal public servant (Secretary, Postmaster-General's Department) ===''OXLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Oxlade|Oxlade, George]] [https://www.familysearch.org/tree/person/details/LRCK-H1C] - 1907(Qld)-1980(Qld) - Licences: 4GO Brisbane (Newmarket, 1926-1931) - Qualifications: cc; AOCP 229, 1926, No. 19 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: painter (Chermside, 1937-1943; Maroochydore, 1954; Wavell Heights, 1958), contractor (Chermside, 1963-1980) =='''P'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''PAECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leonard Paech|Paech, Robert Leonard]] [https://www.familysearch.org/tree/person/details/L6DL-76D] - 1920(SA)-1963(SA) - Licences: 5RL Adelaide (Underdale, 1936-1939, 1947-1948); 5LP Adelaide (Seacombe Gardens, 1960) - Qualifications: cc; AOCP 1626, 1936, SA; 2COCP 279, 1939; BOCP 371, 1941; 1COCP 810, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Nevison Page|Page, Leslie Nevison]] [https://www.familysearch.org/tree/person/details/GSBX-CRV] - 1920(Qld)-1972(NSW) - Licences: 4LP Brisbane (New Farm, 1937-1939; Brisbane City, 1947); 2NB Sydney (Potts Point, 1954); 2LP Sydney (St Ives, 1955-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 1931, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 2NB may have been withdrawn for 2NB Broken Hill - Electoral Rolls: labourer (Ascot, Qld, 1928-1929) (too young for 1920 birth, must be a namesake); radio technician (Darlinghurst, NSW, 1954); radio engineer (St Ives, NSW, 1958); manager (St Ives, NSW, 1963); electronics engineer (Epping, NSW, 1968; Eastwood, NSW, 1972) ===''PAGET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Ernest Paget|Paget, Harold Ernest]] [https://www.familysearch.org/tree/person/details/LDTK-ZBF] - 1904(Qld)-1962(Qld) - Licences: Receive (Valve) Brisbane (Brisbane City, Qld, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephonist (Valley, Qld, 1925-1926); postal sorter (Ashgrove, Qld, 1928-1949); mail officer (Ashgrove, Qld, 1954-1958) ===''PAICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Cameron Paice|Paice, Donald Cameron "Don"]] [https://www.familysearch.org/tree/person/details/G8KD-2FT] - 1932(Vic)-2018(Vic) - Licences: 3ADP Melbourne (Moonee Ponds, 1954-1956; Mt Waverley, 1960-1980+) - Qualifications: AOCP 3055, 1950, Vic - amateur operator - Electoral Rolls: draftsman (Moonee Ponds, 1954; Mt Waverley, 1963-1980) - Relationships: rare surname but seems not closely related to 2AJ Valentine Keith Paice * [[/Valentine Keith Paice|Paice, Valentine Keith "Val"]] [https://www.familysearch.org/tree/person/details/G8K3-5T6] - 1904(NZ)-1977(???) - Licences: ZL1AJ (Z1AJ) 1925-1926; VQ1AJ (OO1AJ) Fanning Island (1926-1928); 2AJ (VK2AJ) Sydney 1929; OA4V Peru (1929) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrical fitter (Ashbury, NSW, 1930) - Relationships: rare surname but seems not closely related to 3ADP Donald Cameron Paice ===''PARADISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Harry Elliker Paradise|Paradise, Eric Harry Elliker]] [https://www.familysearch.org/tree/person/details/GS3M-D75] - 1904(Qld)-1939(Qld) - Licences: Receive (Crystal) Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Stones Corner, Qld, 1925-1937) ===''PARASIERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Isidore Percy Robert Parasiers|Parasiers, Isidore Percy Robert "Robert"]] [https://www.familysearch.org/tree/person/details/GS9Y-8B1] - 1902(SA)-1972(SA) - Licences: 5RP Adelaide (City, 1932-1933; Glandore, 1937-1939); 6PS Perth (Inglewood, 1947); 5RF Adelaide (Glandore, 1948); 5RF Murray Bridge (1954-1969) - Qualifications: cc; AOCP 952, 1932, No. ?? in SA; AOLCP 283, 1936; BOCP 132, 1937; 2COCP 256, 1939; 1COCP 330, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''PARIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Norman Paris|Paris, James Norman "Jim"]] [https://www.familysearch.org/tree/person/details/GXWR-B1W] - 1910(SA)-1971(SA) - Licences: "WIA-L5006" Adelaide (Prospect, 1956-1960) - Qualifications: cc; Nil yet identified - amateur listener; prominent broadcast listener (1950s, 1960s); clubs (Australian DX Radio Club (SA); Southern Cross DX Club) - Electoral Rolls: Nil yet identified ===''PARISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Radcliffe Parish|Parish, Hugh Radcliffe]] [https://www.familysearch.org/tree/person/details/GCDL-Y23] - 1914(Tas)-1973(Tas) - Licences: 7CP Launceston (1932-1933) - Qualifications: cc; AOCP 1070, 1932, No. ?? in Tas; AOLCP 189, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: radio announcer (Burnie, 1936-1937); manager (Winnaleah, 1943-1949); radio executive (Launceston, 1954) ===''PARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles William Park|Park, John Charles William]] [https://www.familysearch.org/tree/person/details/GZVC-N4N] - 1904(Eng)-1983(WA) - Licences: 6BB Perth (South Perth, 1924-1980+) - Qualifications: cc; CPRT 794, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: photographer (South Perth, 1943-1949); radiographer (South Perth, 1958-1980) ===''PARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Cyril Parker|Parker, Keith Cyril]] [https://www.familysearch.org/tree/person/details/KDSK-X2P] - 1912(SA)-1993(SA) - Licences: 5PA Port Pirie (1933); 5SO Port Elliot (1980+) - Qualifications: cc; 2COCP 348, 1931; 1COCP 213, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless telegraphist (Kalgoorlie, WA, 1943); radio technician (Fiskville, Vic, 1949-1963; Bassendean, WA, 1968); manager (Cairns, Qld, 1977) * [[/Kenneth Herbert Parker|Parker, Kenneth Herbert]] [https://www.familysearch.org/tree/person/details/LTM1-Q5G] - 1905(WA)-1994(WA) - Licences: 6KP Meekatharra (1933-1939) - Qualifications: cc; AOCP 1192, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mining register (Meekatharra, WA, 1931-1937); resident magistrate (Cue, WA, 1943; Geraldton, WA, 1943); stipendary magistrate (Northam, WA, 1949); magistrate (Mt Pleasant, WA, 1954; Riverton, WA, 1958-1963; Applecross, WA, 1968-1980) * [[/P. S. Parker|Parker, P. S.]] - 19??(???)-19??(???) - Licences: 2CY Receive Sydney (Burwood, 1922); 2CM Receive Sydney (Burwood, 1923, briefly then reverted to 2CY); 2CY Sydney (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet confidently identified but likely Philip Selwyn Parker, engineer, Bellevue Hill, 1930 * [[/Ronald Alexander Parker|Parker, Ronald Alexander]] [https://www.familysearch.org/tree/person/details/GZ23-6BM] - 1908(Vic)-1984(Qld) - 3RA Melbourne (Canterbury, 1925-1926), 3RA Bendigo (1927), 3RA Melbourne (Canterbury, 1931-1933; Hawthorn, 1937-1939), 4PT Southport (1980+), qualifications (AOCP 213, 1925, No. ?? in Vic), amateur operator, amateur broadcaster, electoral rolls: clerk (Camberwell, 1931), accountant (Hawthorn, 1936-1937), secretary (Malvern, 1943-1949), retired (Southport, 1980) ===''PARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Parr|Parr, John George]] [https://www.familysearch.org/tree/person/details/G8NL-22T] - 1908(NSW)-1992(Vic) - Licences: 3OM Melbourne (Canterbury, 1930-1939) - Qualifications: AOCP 646, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Camberwell, 1931-1943); engineer (Footscray, 1949; Brunswick, 1949-1963; Melbourne City, 1968-1980) ===''PARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alchorne Parry|Parry, Charles Alchorne]] [https://www.familysearch.org/tree/person/details/GX8J-BGL] - 1916(Qld)-2009(USA) - Licences: 4CP Gordonvale (1935-1939) - Qualifications: cc; AOCP 1441, 1935, Qld; BOCP 177, 1938 - amateur operator; amateur broadcaster - Education: PhD - Electoral Rolls: radio mechanic (Cairns, Qld, 1937); engineer (Darlinghurst, NSW, 1943) ===''PARSONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warwick William Parsons|Parsons, Warwick William or William Warwick (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/L2L4-5ZC]- 1903(SA)-1974(SA) - Licences: 5PS Adelaide (City, 1933; Henley Beach, 1937-1939, 1947-1948; Rose Park, 1954-1974) - Qualifications: cc; AOCP 1147, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: operator (Henley, SA, 1939-1943) ===''PATERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Pryde Paterson|Paterson, Paul Pryde]] [https://www.familysearch.org/tree/person/details/GZLK-LPF] - 1915(WA)-1942(PNG) - Licences: 6PP Wiluna (1937-1939) - Qualifications: cc; AOCP 1961, 1937, WA - amateur operator, amateur broadcaster, WW2 (RAAF, 24 Squadron, Flight Lieutenant) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/paterson-paul-pryde-260515/] * [[/Raymund Gordon Paterson|Paterson, Raymund or Raymond Gordon]] [https://www.familysearch.org/tree/person/details/G8CH-7RX] - 1903(Vic)-1996(Canada) - Licences: Nil yet identified - Qualifications: AOCP 506, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: apprentice (Glenferrie, 1926-1928) ===''PATTERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Campbell Patterson|Patterson, Campbell]] [https://www.familysearch.org/tree/person/details/G9Y1-GDH] - 1912(SA)-1987(SA) - Licences: 5XR Naracoorte (1933-1939); 5XR Peterborough (1947-1980+) - Qualifications: cc; AOCP 1097, 1933, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, 1939); electrician (Quorn, 1941-1943) * [[/James Brown Patterson|Patterson, James Brown]] [https://www.familysearch.org/tree/person/details/LBTW-WDY] - 1833(Eng)-1895(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Politician, briefly Premier of Victoria (1893-1894), Postmaster-General Vic (July 1878 - March 1880) - Electoral Rolls: Nil yet identified * [[/Robert Charles William Ingram Patterson|Patterson, Robert Charles William Ingram "Charles Ingram"]] [https://www.familysearch.org/tree/person/details/GZ5T-2Q4] - 1910(Vic)-1974(Qld) - Licences: 3YP Melbourne (East Malvern, 1927-1939; Eaglemont, 1946-1954); 4YP Brisbane (Fig Tree Pocket, 1955-1969) - Qualifications: cc; AOCP 352, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: station hand (Mundabullangana, 1931-1937); agent (Fig Tree Pocket, 1958-1968) ===''PAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Anthony Paul|Paul, Leo Anthony]] - 1905(Vic)-1968(Vic) - 3JQ Receive Melbourne (Fitzroy, 1922-1923), 3LP Melbourne (Fitzroy, 1924-1937; Preston, 1938-1939), 3XO Melbourne (Fairfield, 1948-1960; Thornbury, 1965), amateur operator (AOCP 15, 1924, No. 6 in Vic), amateur broadcaster ===''PAYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George H. Payne|Payne, George H.]] - 19??(???)-1987(Qld) - 4NEV Brisbane, amateur operator (AOCP ??, 1946+, No. ?? in Qld), radio clubs (Wooloowin RC, hon. secretary; WIAQ, president, assoc. members section) * [[/John Payne|Payne, John]] [https://www.familysearch.org/tree/person/details/GDSL-41Q] - 19??(???)-19??(???) - Licences: 2IN Receive Sydney (Randwick, 1922); 2IN Sydney (Randwick, 1923-1927; Kensington, 1928-1930) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: insurance department manager (Kensington, 1930-1931); secretary (Kensington, 1933) * [[/Reginald Lewis Payne|Payne, Reginald Lewis]] [https://www.familysearch.org/tree/person/details/GZG9-HFF] - 1898(Vic)-1946(Vic) - Licences: 3RP Geelong (Newtown, 1924-1939) - Qualifications: cc; AOCP 225, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Newtown, 1919-1921); telegraphist (Newtown, 1922-1942) (check XJM R. Payne, Armadale for relationship) ===''PAYTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Payter|Payter, Joseph William]] - 18??(???)-19??(???) - early telephone experimenter in Melbourne, mechanic in Vic Posts & Telegraphs (one of James Smibert's "Williamstown boys") ===''PEARCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Ronald Pearce|Pearce, Edward Ronald]] [https://www.familysearch.org/tree/person/details/LR3M-7YJ] - 1916(Vic)-2004(WA) - Licences: 6TP Perth (North Perth, 1936-1939, 1948; Mt Hawthorn, 1954-1960) - Qualifications: cc; AOCP 1757, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (North Perth, WA, 1937); engineer (Mt Hawthorn, WA, 1949-1977); retired (Coolbinia, WA, 1980) ===''PEARN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Pearn|Pearn, William Leslie]] [https://www.familysearch.org/tree/person/details/LCKW-JRW] - 1896(SA)-1974(SA) - Licences: 5PN Adelaide (Sturt Park, 1934-1939; Wayville West, 1947-1948; Unley, 1955-1969) - Qualifications: cc; AOCP 1378, 1934, SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Unley, SA, 1939-1941) ===''PEARSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Richman Pearson|Pearson, Ian Richman]] [https://www.familysearch.org/tree/person/details/GSD3-4LF] - 1908(Vic)-1972(Tas) - Licences: 3SP Melbourne (Berwick, 1929-1931); 7KB Burnie (1948-1965); 7KB Port Sorell (1969) - Qualifications: AOCP 528, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: chemist (Deer Park, Vic, 1936-1937); medical practitioner (Burnie, Tas, 1949-1954) ===''PELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Frederick Law Pelling|Pelling, John Charles Frederick Law "Jack"]] [https://www.familysearch.org/tree/person/details/GXB3-176] - 1908(WA)-1972(WA) - Licences: 6WO Moojebing (1933-1939) - Qualifications: cc; AOCP 1213, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Dumbleyung, WA, 1931); farmer (Moojebing, WA, 1936-1943; King River, WA, 1949-1968) ===''PEMBLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Pembleton|Pembleton, Thomas Edward "Tom"]] [https://www.familysearch.org/tree/person/details/G8HP-JDF] - 1914(Qld)-2002(Qld) - Licences: 4ZL Rockhampton (1936-1939;1946-1980+) - Qualifications: cc; AOCP 1600, 1936, Qld - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: labourer (Rockhampton, 1936-1943); turner (Rockhampton North, 1949-1980) ===''PEPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Campbell Pepper|Pepper, Ralph Campbell]] [https://www.familysearch.org/tree/person/details/KC93-1MN] - 1905(NSW)-1984(Qld) - Licences: N742 Receive Tamworth (1922); 2HV Receive Tamworth (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Tamworth, 1930; Maroubra, 1931; Artarmon, 1934-1949; Newmarket, Qld, 1954-1972; Alderley, 1977-1980) ===''PERDRIAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carter Perdriau|Perdriau, Henry Carter]] [https://www.familysearch.org/tree/person/details/G3D9-L79] - 1895(NSW)-1956(NSW) - Licences: XHC Sydney (1912-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: cousin of 2ZR William James Stanley Perdriau - Electoral Rolls: manager (Chatswood, 1930-1936; Roseville, 1943-1954) * [[/William James Stanley Perdriau|Perdriau, William James Stanley]] [https://www.familysearch.org/tree/person/details/LTH6-8LS] - 1885(NSW)-1946(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923); 2ZR Sydney (Manly, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: cousin of XHC Henry Carter Perdriau - Electoral Rolls: dentist (Manly, 1930-1943) ===''PERREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Litchfield Perrey|Perrey, Alexander Litchfield]] [https://www.familysearch.org/tree/person/details/LZVM-9P9] - 1898(SA)-1965(Vic) - Licences: 5LP Strathalbyn (1925-1927) - Qualifications: cc; AOCP 99, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Francis Cole Perry|Perry, Malcolm Francis Cole]] [https://www.familysearch.org/tree/person/details/L679-XR2] - 1891(NSW)-1963(NSW) - Licences: XCP Sydney (Randwick, 1913-1914); 2DG Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Randwick, 1930-1937); editor (Randwick, 1943-1949; Coogee, 1954-1958); counsellor (Hazelbrook, 1958-1963) ===''PETERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Zornig Peters|Peters, Henry Zornig "Harry"]] [https://www.familysearch.org/tree/person/details/L4XX-HBC] - 1908(Qld)-1994(Qld) - Licences: 4ZP Maryborough (1937-1939); 4ZP Sarina (1947-1956); 4ZP Cooroy (1960-1980+) - Qualifications: cc; AOCP 1978, 1937, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: teacher (Yerra via Maryborough, Qld, 1936-1937; Sarina, 1943); farmer (Cooroy, 1963-1980) ===''PETERSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Marzanti Petersen|Petersen, Thomas William Marzanti "Bill"]] - 1919(Qld)-1981(Qld) - 4FY Brisbane (Cooparoo Heights, 1946-1947), 4YO Moreton Island (1975), amateur operator (AOCP 2321, 1939, No. ?? in Qld), radio clubs (WIAQ, councillor), military (WW2, AIF), employment (Hills TV service), business proprietor (Advance Radio, Wynnum Radio Repairs) ===''PETERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Franz Peterson|Peterson, Harold Franz]] [https://www.familysearch.org/tree/person/details/G8XJ-CV1] - 1888(NSW)-1961(NSW) - Licences: 2HP Sydney (Coogee, 1930-1960) - Qualifications: cc; AOCP 617, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: inspector (Coogee, 1930-1958) * [[/Rupert Clarence Peterson|Peterson, Rupert Clarence]] [https://www.familysearch.org/tree/person/details/G87D-VJ3] - 1910(Vic)-2000(NSW) - Licences: 7AZ Receive Hobart (West Hobart, 1922-1923); Receive Hobart (West Hobart, 1923-1924); 3PT Melbourne (Moonee Ponds, 1928-1939) - Qualifications: cc; AOCP 401, 1928, No. ?? in Vic; AOLCP 96, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Moonee Ponds, 1931-1937; Caulfield, 1942-1949; Ivanhoe, 1954-1977); retired (Merimbula, 1980) * [[/Walter Peterson|Peterson, Walter]] - 19??(???)-19??(???) - Licences: 3QP Melbourne (Toorak, 1930-1939) - Qualifications: cc; AOCP 689, 1930, Vic - amateur operator; amateur broadcaster - Electoral Rolls: telephone mechanic (Kew, 1925); telephone engineer (Kew, 1926-1928); engineer (Toorak, 1931-1937); secretary (Lilydale, 1943-1954); electrical instrument maker (Collingwood North, 1967-1968) - several contemporaneous WPs * [[/Walter Martin Peterson|Peterson, Walter Martin]] [https://www.familysearch.org/tree/person/details/LDRD-G6B] - 1910(WA)-1978(WA) - Licences: 6LW Perth (West Perth, 1937; East Perth, 1938-1939, 1947-1948; City, 1954-1956; City Beach, 1960-1975+) - Qualifications: cc; AOCP 1864, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: student (Balcatta, WA, 1931-1936; North Perth, WA, 1937; East Perth, WA, 1937-1943); radio engineer (East Perth, WA, 1949-1958); lecturer (City Beach, WA, 1963-1977) ===''PHELPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Phelps|Phelps, William Joseph]] [https://www.familysearch.org/tree/person/details/G8D5-97G] - 1912(NSW)-1987(NSW) - Licences: 2DL Sydney (Canterbury, 1931-1939, 1946; Ashbury, 1947-1975) - Qualifications: AOCP 769, 1931, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1935-1937; Ashfield, 1942; Ashbury, 1949-1963) ===''PHILBIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Philbin|Philbin, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GDKL-L7L] - 1889(Tas)-19??(???) - Licences: 7FP Queenstown (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ulverstone, 1914); electrician (Queenstown, 1919-1937); electrical fitter (Queenstown, 1949-1954); to NSW 1940s ===''PHILLIPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan William Albert Phillips|Phillips, Alan William Albert]] [https://www.familysearch.org/tree/person/details/GXVR-LD4] - 1915(SA)-2009(SA) - Licences: 5GX Adelaide (Somerton, 1936-1937) - Qualifications: cc; AOCP 1601, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (St Leonards, SA, 1939; South Plympton, SA, 1941-1943) * [[/Albert Maurice Phillips|Phillips, Albert Maurice]] [https://www.familysearch.org/tree/person/details/GXVR-GGP] - 1915(SA)-2008(SA) - Licences: 5ZU Adelaide (Prospect, 1936-1939, 1947-1980) - Qualifications: cc; AOCP 1713, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Gordon George Phillips|Phillips, Gordon George]] [https://www.familysearch.org/tree/person/details/GX7V-TB1] - 1887(NSW)-1941(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 93, 1915; 1COCP 321, 1933 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Townsville, 1912-1919); radio telegraphist (Currie, King Island, 1922); telegraphist (South Townsville, 1925); radio telegraphist (Thursday Island, 1928); radio telegraphist (Cooktown, 1937) * [[/Harry Edward James Thomas Phillips|Phillips, Harry Edward James Thomas]] [https://www.familysearch.org/tree/person/details/G8ZW-SXG] - 1896(Vic)-1963(Vic) - Licences: 3JU Melbourne (Mitcham, 1929-1933; Abbotsford, 1937; South Yarra, 1938-1939, 1946-1948; Merlynstone, 1954-1960) - Qualifications: AOCP 532, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: slaughterman (Newmarket, 1919); butcher (Emerald, 1922; Mitcham, 1924-1936; Abbotsford, 1937; South Yarra, 1949) * [[/James Graham Phillips|Phillips, James Graham]] [https://www.familysearch.org/tree/person/details/GZLJ-8JC] - 1909(SA)-1943(Vic) - Licences: 5BW Adelaide (Glenelg, 1926-1931; Somerton, 1933-1939)- Qualifications: cc; AOCP 256, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Somerton, 1939-1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/606863] * [[/Noel William Phillips|Phillips, Noel William]] [https://www.familysearch.org/tree/person/details/G9FX-877] - 1911(Qld)-1941(Qld) - Licences: 4NP Ipswich (1934-1939) - Qualifications: cc; AOCP 1396, 1934, Qld - amateur operator; amateur broadcaster; employment (Qld Public Works Dept) - Electoral Rolls: painter (Ipswich, Qld, 1936-1937) ===''PHILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurance Vincent Phillis|Phillis, Laurance Vincent]] [https://www.familysearch.org/tree/person/details/GS5R-98V] - 1900(SA)-1953(SA) - Licences: 5LP Adelaide (South Payneham, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1136, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PHILPOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Hanmer Philpot|Philpot, Clarence Hanmer]] [https://www.familysearch.org/tree/person/details/GMRM-C7S] - 1906(Vic)-1982(Vic) - Licences: Receive (Valve) Geelong (1923); 3CP Geelong (1924-1925); 3CP Warrnambool (1925-1926); 3KL Ararat (1927); 3KL Avoca (1931-1937); 3KL Horsham (1938-1939); 3KL Melbourne (Elsternwick, 1946-1980+) - Qualifications: cc; AOCP 381, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal clerk (Derrinallum, 1928; Avoca, 1931-1936); postal (Elsternwick, 1942-1980) ===''PHILPOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Jones Philpott|Philpott, Oliver Jones]] [https://www.familysearch.org/tree/person/details/G8LJ-52T] - 1869(???)-1934(Vic) - Licences: 3VS Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: orchardist (Sandringham, 1919); manager (Caulfield, 1921-1927) ===''PHIPPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Roger Sydney Phipps|Phipps, William Roger Sydney]] [https://www.familysearch.org/tree/person/details/GZX2-Z6G] - 1896(Eng)-1973(WA) - Licences: 6WP Perth (Subiaco, 1924-1927; Victoria Park, 1930-1933; South Perth, 1937-1939, 1946-1969) - Qualifications: cc; AOCP 111, 1925, No. ?? in WA; AOLCP 16, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Subiaco, 1921); electrical fitter (Subiaco, 1925); radio operator (Victoria Park, 1931; South Perth, 1936-1972) ===''PIKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Herbert Arthur Pike|Pike, John Herbert Arthur "Jack"]] [https://www.familysearch.org/tree/person/details/MT5R-K62] - 1890(NSW)-1961(NSW) - XJP Sydney (Arncliffe, 1911), XDY Sydney (Arncliffe, 1912-1914), XDZ Sydney (Arncliffe, 1912), 2DF Receive Sydney (Epping, 1922-1924), 2JP Sydney (Epping, 1925-1929; Greenwich, 1930-1939, 1946-1961), amateur operator (AOCP 130, 1925, No. ?? in NSW), amateur broadcaster, AWA (research, later draftsman) ===''PINNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chalker Pinnell|Pinnell, John Chalker]] [https://www.familysearch.org/tree/person/details/G8Z5-P4G] - 1902(NSW)-1997(NSW) - Licences: 2OL Receive Sydney (Annandale, 1923-1924); 2ZR Sydney (Marrickville, 1929-1934; Ashfield, 1935-1936; Summer Hill, 1937-1939, 1946-1950; Earlwood, 1954-1961; Croydon, 1965) - Qualifications: AOCP 547, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Dulwich Hill, 1930-1934; Ashfield, 1936; Summer Hill, 1937-1949); teacher (Earlwood, 1954-1963); retired (Ashfield, 1968; Mt Kuringai, 1980) ===''PINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Pinney|Pinney, C. R.]] - 18??-19?? - 4CP Port Moresby - amateur operator, amateur broadcaster ===''PITCHFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stuart Frederick Pitchford|Pitchford, William Stuart Frederick]] [https://www.familysearch.org/tree/person/details/GZ5C-X48] - 1906(Eng)-1959(SA) - Licences: 5WP Adelaide (City, 1926-1933; Hyde Park, 1937-1939) - Qualifications: cc; AOCP 254, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Reade Park, 1939-1943) ===''PITTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Graham Pitts|Browne, Reginald Graham or Graham Reginald]] [https://www.familysearch.org/tree/person/details/LZGB-56Y] - 1915(SA)-2005(WA) - Licences: 5GP Adelaide (Torrensville, 1934-1939); 5GP Alice Springs (1947); 5GE Port Augusta (1955-1975); 5GE Adelaide (Kensington Gardens, 1980+) - Qualifications: cc; AOCP 1377, 1934, SA; 2COCP 189, 1938; 1COCP 225, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: finisher (Torrensville, SA, 1941-1943); radio engineer (Alice Springs, NT, 1949) ===''POLLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Henderson Pollock|Pollock, John Henderson]] [https://www.familysearch.org/tree/person/details/GXFM-9TQ] - 1895(NSW)-1978(Qld) - Licences: Receive Brisbane (Moorooka, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Moorooka, Qld, 1922-1926); insurance manager (Townsville, Qld, 1928-1937); insurance agent (Moorooka, Qld, 1943-1977) ===''PONSONBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bessborough Ponsonby|Ponsonby, John Bessborough]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 466, 1919; 1COCP 50, 1930 - coastal wireless operator - Electoral Rolls: ===''POPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maitland Glen Pope|Pope, Maitland Glen]] [https://www.familysearch.org/tree/person/details/KJ4K-FN6] - 1884(WA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 122, 1915; 1COCP 153, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Subiaco, 1906); civil servant (Subiaco, WA, 1910); civil servant (Hobart North, Tas, 1914); officer-in-charge (Wireless Station, Thursday Island, Qld, 1919-1921); wireless expert (Wireless Station, Applecross, 1925); wireless operator (Moonee Ponds, Vic, 1927-1931); supervisor (Essendon, Vic, 1936-1954) ===''PORTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Glanville Porter|Porter, Leonard Glanville]] [https://www.familysearch.org/tree/person/details/GXLX-765] - 1897(SA)-1969(SA) - Licences: 5MP Huddlestone (1938-1939; 1947-1948) - Qualifications: cc; CPRT 966, 1927; 1COCP 73, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Flinders Naval Depot, Vic, 1924); wireless operator (5PI Crystal Brook, SA, 1939-1943) ===''POTTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Potter|Potter, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GXYZ-38V] - 1915(WA)-1993(WA) - Licences: 6ZO Perth (East Fremantle, 1937-1939; Bicton, 1947-1965; Melville, 1969-1980+) - Qualifications: cc; AOCP 1959, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (East Fremantle, WA, 1937-1943); contractor (East Fremantle, WA, 1949-1958; Melville, 1963); builder (Melville, WA, 1968-1980) * [[/William Francis Potter|Potter, William Francis]] [https://www.familysearch.org/tree/person/details/G878-638] - 1908(NSW)-1959(NSW) - Licences: 2WP Helensburgh (1928-1939); 2WP Fairy Meadow (1948-1950); 2WP Charlestown (1954-1960) - Qualifications: AOCP 399, 1928, No. ?? in NSW; 3COCP 38, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Helensburgh, 1930-1937); mechanic (Fairy Meadow, 1949); shiftman (Charlestown, 1954); electrical mechanic (Charlestown, 1958); railway employee (New Lambton, 1958) ===''POTTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Charles Pottie|Pottie, Norman Charles]] [https://www.familysearch.org/tree/person/details/9V3D-JFZ] - 1909(NSW)-1961(NSW) - Licences: 2HQ Sydney (Bellevue Hill, 1930-1931; Hunters Hill, 1933-1938; Mosman, 1939) - Qualifications: AOCP 589, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933; Hunters Hill, 1936-1937; Albury, 1943; Willoughby, 1949-1958) ===''POULSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valdemar Poulsen|Poulsen, Valdemar]] - 1869(Denmark)-1942(Denmark) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - inventor of a magnetic wire recorder, Poulsen arc transmitter - Electoral Rolls: Nil yet identified - Links: [[w:Valdemar Poulsen|Wikipedia]]; [https://ethw.org/Valdemar_Poulsen IEEE]; [https://www.britannica.com/biography/Valdemar-Poulsen Britannica] ===''POWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Power|Power, A. H.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Highgate Hill, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''PRESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Arthur Campbell Preston|Preston, Thomas Arthur Campbell]] [https://www.familysearch.org/tree/person/details/GHDV-FFD] - 1886(Tas)-1970(Tas) - Licences: 7BK Queenstown (1923-1927+) - Qualifications: cc; AOCP 190, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; Mount Lyell Co (electrical engineer, 1920s; chief engineer) - Electoral Rolls: engineer (Queenstown, 1919-1954) ===''PRESTON-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cedric Preston-Smith see Cedric Preston Smith ===''PRICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Clarey Price|Price, John Clarey "Jack"]] [https://www.familysearch.org/tree/person/details/L7GR-V19] - 1884(Qld)-1954(Qld) - Licences: 4CE (Receive) 1922; 4FI or 4FJ Brisbane (Bardon, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); radio business proprietor (Wireless House); public servant (PMG) - Electoral Rolls: mechanic (Wooloowin, 1912-1913); public servant (Bardon Estate, 1919-1936; Bardon, 1943-1954) * [[/Keith Ferguson Price|Price, Keith Ferguson]] [https://www.familysearch.org/tree/person/details/94TB-TPD] - 1900(Vic)-1978(Qld) - Licences: 4KF Brisbane (Camp Hill, 1937-1939, 1947) - Qualifications: cc; AOCP 1937, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Norman Park, Qld, 1925-1926); engineering instructor (Camp Hill, Qld, 1937-1943); electrical engineer (Camp Hill, Qld, 1954-1958) ===''PRIDDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Arthur Priddle|Priddle, Raymond Arthur]] [https://www.familysearch.org/tree/person/details/G8H3-PNF] - 1913(NSW)-1971(NSW) - Licences: 2RA Bathurst (1929-1936); 2RA Sydney (Marrickville, 1938-1939; Greenwich, 1946; Pymble, 1947-1961; Wahroonga, 1969) - Qualifications: AOCP 473, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: civil engineer (Yass, 1935; Marrickville, 1936-1943; Lane Cove, 1943; Pymble, 1949-1963); engineer (Wahroonga, 1968) ===''PRIDEAUX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Charles Prideaux|Prideaux, Joseph Charles]] [https://www.familysearch.org/tree/person/details/GX6Y-Y6H] - 1908(Qld)-1969(NSW) - Licences: 4DS Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: musician (Lismore, NSW, 1935-1943); hairdresser (Lismore, NSW, 1949-1968) ===''PRIDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Clifford Pridham|Pridham, Leslie Clifford]] [https://www.familysearch.org/tree/person/details/GXK2-H6C] - 1916(SA)-2007(SA) - Licences: 5WP Adelaide (Torrensville, 1937-1939) - Qualifications: cc; AOCP 2047, 1937, SA; BOCP 301, 1940; 1COCP 834, 1944 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Torrensville, SA, 1939-1941); public servant (Lockleys, SA, 1943) ===''PRINCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Prince|Prince, Albert Edward]] [https://www.familysearch.org/tree/person/details/GXKT-ZLR] - 1914(SA)-1996(SA) - Licences: 5WK Adelaide (Walkerville, 1934-1939; Kurralta Park, 1947; Plympton, 1948-1980+) - Qualifications: cc; AOCP 1358, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Queenstown, SA, 1941); fitter (Gracemere, SA, 1943); sheet metal worker (Broadview Gardens, SA, 1943) ===''PROPOSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilhelm Carl Lormann Proposch|Proposch, Wilhelm or William Carl Lormann or Forman]] [https://www.familysearch.org/tree/person/details/LVVN-TGW] - 1900(NSW)-1970(Qld) - Licences: 4PL Chinchilla (1937-1939); 4PL Nanango (1947-1969) - Qualifications: cc; AOCP 1986, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: wellborer (Maclargan via Jondaryan, Qld, 1925-1936); radio dealer (Chinchilla, Qld, 1937; Nanango, Qld, 1943-1968) ===''PRYZBILLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Alfred Pryzibilla|Pryzibilla, Colin Alfred]] [https://www.familysearch.org/tree/person/details/GXKD-1SY] - 1910(SA)-2001(SA)91yo - Licences: 5XJ Adelaide (Parkside, 1935-1939, 19471960; Brooklyn Park, 1965-1969; Ascot Park, 1975; Plympton Park, 1980) - Qualifications: cc; AOCP 1590, 1935, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PURDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Commodore Vere Purdon|Purdon, Commodore Vere]] [https://www.familysearch.org/tree/person/details/GQ28-Y6B] - 1901(Tas)-1968(Tas) - Licences: 7AM Receive Hobart (Battery Point, 1922); Receive Hobart (Battery Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart East, 1922; Hobart South, 1928; Bellerive, 1936-1954) =='''Q'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''QUICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Quick|Quick, John]] [https://www.familysearch.org/tree/person/details/LKWF-QQF] - 1852(Eng)-1932(Vic) - state politician (MLA Vic, 1880s & 1890s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1909-1910), oversight of 1909 Melbourne Wireless Telegraphy Conference - Links: [[w:John_Quick_(politician)|Wikipedia]]; [https://adb.anu.edu.au/biography/quick-sir-john-8140 ADB] ===''QUIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Quin|Quin, Charles]] [https://www.familysearch.org/tree/person/details/G8VW-TP8] - 1910(WA)-1979(WA) - Licences: 6CX Perth (Subiaco, 1930-1933; Nedlands, 1937; Wembley, 1938-1939, 1946-1947) - Qualifications: cc; AOCP 678, 1930, No. ?? in WA; AOLCP 178, 1934 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Wembley Park, 1937); accountant (Swanbourne, 1963); retired (Swanbourne, 1972-1977) =='''R'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''RADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Dynan Radford|Radford, Wilfred or William Dynan]] [https://www.familysearch.org/tree/person/details/92MT-KNF] - 1916(Qld)-1996(NSW) - Licences: 4WV Brisbane (Ashgrove, 1936-1937); 4WW Brisbane (Ashgrove, 1938-1939) - Qualifications: cc; AOCP 1624, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: theological student (Hunters Hill, NSW, 1943); clergyman (Toongabbie, NSW, 1954); priest (Marist College, Armidale, NSW, 1958; Toongabbie, NSW, 1963-1968; Hunters Hill, NSW, 1977-1980) ===''RAGLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Beaumont Ragless|Ragless, Gordon Beaumont]] [https://www.familysearch.org/tree/person/details/GMY3-58F] - 1909(SA)-2002(SA) - Licences: 5GR Adelaide (St Marys, 1928-1939; Marion, 1946-1948) - Qualifications: cc; AOCP 434, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: orchard assistant (St Marys, 1939-1943) ===''RAINBOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Rainbow|Rainbow, Christopher James]] [https://www.familysearch.org/tree/person/details/G87K-BB5] - 1911(Vic)-1994(Vic) - Licences: 3JR Melbourne (Preston, 1928-1954; West Preston, 1955-1969; Rosebud, 1975-1980) - Qualifications: AOCP 406, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, partnership (Supreme Radio Co, Preston ?-1932), WW2 (RAAF) - Electoral Rolls: engineer (Preston, 1931-1942); traveller (Preston, 1949-1972; Rosebud, 1977); retired (Rosebud, 1980) - Relationships: brother-in-law of 3PA Percy James Anderson ===''RAMSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Ramsay|Ramsay, Frederick Charles]] [https://www.familysearch.org/tree/person/details/GXNM-4RT] - 1871(Eng)-1950(NSW) - Licences: Receive (Crystal) Brisbane (Toowong, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hermit Park, Qld, 1903-1905; South Brisbane, Qld, 1912; West End, Qld, 1915-1919); accountant (Toowong, Qld, 1921-1925; Waverley, NSW, 1930-1934); teacher (Waverley, NSW, 1936-1943) * [[/Robert Ramsay|Ramsay, Robert ]] - 1842(Sct)-1882(Vic) - solicitor, Victorian politician, Postmaster-General Victoria (Jul 1874 - Aug 1875; Oct 1875 - May 1877) ===''RANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Otto Randell|Randell, Charles Otto]] [https://www.familysearch.org/tree/person/details/97TF-XLP] - 1880(NSW)-1958(Qld) - Licences: 4BK Innisfail (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster (callsign to 4BK Brisbane commercial 1930) - Comment: 4AC Leslie Waters employed by Randell Engineering - Electoral Rolls: analytical chemist (Hambledon, 1903); chemist (Goondi, 1908); engineer (Innisfail, 1912-1913); mechanical engineer (Townsville, 1915); analytical chemist (Innisfail, 1919-1930); agent (Toowong, 1936); chemist (Brisbane, 1937); industrial chemist (North Sydney, 1949) ===''RANKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Ronald Rankin|Rankin, Kenneth Ronald "Ken"]] [https://www.familysearch.org/tree/person/details/L2RC-8FS] - 1906(Vic)-1964(Vic) - Licences: 3KR Kerang (1926-1939); 3KR Benalla (1946-1960) - Qualifications: AOCP 242, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio salesman (Kerang, 1928-1937); manager (Benalla, 1949-1963) - Probate: Theatre Manager (Benalla, 1965) ===''RANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Rann|Rann, George William]] [https://www.familysearch.org/tree/person/details/GZDG-VMV] - 1908(WA)-1974(WA) - Licences: 6KO Perth (Nedlands, 1932-1939) - Qualifications: cc; AOCP 1000, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Nedlands, WA, 1931); printer (West Subiaco, WA, 1936; Wembley, WA, 1937-1943; Leederville, WA, 1954-1958); civil servant (City Beach, WA, 1963-1972) ===''RAYNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Rayner|Rayner, Jack]] [https://www.familysearch.org/tree/person/details/LYQQ-2LK] - 1898(NSW)-1972(NSW) - Licences: 2LJ Sydney (Stanmore, 1928-1930; Belmore, 1931-1939, 1946-1950) - Qualifications: AOCP 384, 1928, No. ?? in NSW; 2COCP 425, 1933; 1COCP 335, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: police constable (Annandale, 1930); constable (Belmore, 1933-1934); police constable (Belmore, 1937-1949) ===''READ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Earl Read|Read, Alfred Earl "Earl"]] - 1892(NZ)-1960(NZ) - journalist (editor NZ Radio Times to 1936; editor and proprietor, Australasian Radio World 1936-1940; manager, Australasian Radio World 1940+) * [[/Allan William Read|Read, Allan William]] [https://www.familysearch.org/tree/person/details/GX1B-WF2] - 1913(WA)-1983(WA) - Licences: 6LK Perth (Mt Lawley, 1931-1933); 6LK Northam (1937-1939) - Qualifications: cc; AOCP 735, 1931, No. ?? in WA; AOLCP 163, 1934; 1COCP 83, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Broadcasting Station, Northam, WA, 1936-1937); radio technician (North Perth, WA, 1943-1958); public servant (Nollamara, WA, 1963-1980) ===''READER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/d'Arcy Harold Reader|Reader, d'Arcy Harold]] [https://www.familysearch.org/tree/person/details/L5KX-8N8] - 1888(NZ)-1952(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 123, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: wireless telegraphist (Thursday Island, Qld, 1916-1917) ===''READING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Reading|Reading, Edward Charles]] [https://www.familysearch.org/tree/person/details/GZW7-9DL] - 1904(NSW)-1979(NSW) - 2RG Bangalow (1925-1929), 2LT Lismore (1965-1975), amateur operator (AOCP 65, 1925, No. ?? in NSW), amateur broadcaster, electrician, Reading Bros (proprietor & electrical engineer, 1930-1939), 2RG callsign may have been withdrawn by PMGD for 2RG Griffith commercial * [[/Leonard William Reading|Reading, Leonard William]] [https://www.familysearch.org/tree/person/details/L2LY-H23] - 1904(WA)-1989(WA) - Licences: 6LR Northam (1933-1936); 3TQ Newport (1937); 6LR Perth (Pearce, 1938-1939; South Perth, 1946-1947) - Qualifications: cc; AOCP 1200, 1933, Vic; 1COCP 384, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Northam, WA, 1925-1936; Newport, Vic, 1937); airman (South Perth, WA, 1943); supervisor (Karinup, WA, 1980) ===''REDDROP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Reddrop|Reddrop, James William Jnr]] [https://www.familysearch.org/tree/person/details/GD1T-SYY] - 1906(Vic)-1981(NSW) - Licences: 7BN Launceston (1934-1937); 3BN Melbourne (Caulfield, 1938-1939, 1946-1954) - Qualifications: cc; 1COCP 28, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: airman (Elsternwick, 1931; St Kilda, 1937); air force (Elsternwick, 1942-1954); air force officer (Glenbrook, NSW, 1958); RAAF officer (Campbell, 1963); retired (Hackett, ACT, 1968); representative (Tbre Lake, 1972-1980) ===''REED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Griffiths Reed|Reed, Joseph Griffiths "Joe"]] [https://www.familysearch.org/tree/person/details/GC6Y-GZZ] - 1897(NSW)-1969(NSW) - Licences: XABP Newcastle (1914); 2JR Sydney(Summer Hill, 1924-1933; Croydon, 1934-1939; Northbridge, 1946-1969) - Qualifications: cc; CPRT 710, 1922; 1COCP 235, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio engineer (Summer Hill, NSW, 1930-1934); engineer (Croydon, NSW, 1936-1937); electrical engineer (Northbridge, NSW, 1943-1968) ===''REEDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Bennett Reedman|Reedman, Alfred Bennett]] [https://www.familysearch.org/tree/person/details/KZLN-MVM] - 1896(Qld)-1982(Qld) - Licences: Receive (Valve) Brisbane (Norman Park, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kangaroo Point, Qld, 1919-1921; Norman Park, Qld, 1925-1980) ===''REES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Montague Elyder Rees|Rees, Richard Montague Elyder]] [https://www.familysearch.org/tree/person/details/MPXW-S6Y] - 1901(Eng)-1962(Vic) - Licences: 2RE Sydney (Stanmore, 1926-1927; Coogee, 1928-1930); 2WM Sydney (Enfield, 1931-1933); 2APW Albury (1946-1947); 3APW Darling (1948-1954) - Qualifications: AOCP 296, 1926, No. ?? in NSW; CPRTelephony 959, 1927; 2COCP 283, 1930; BOCP 107, 1937; 1COCP 941, 1945 - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Enfield, 1931-1937) ===''REEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Herbert Reeves|Reeves, Cecil Herbert]] [https://www.familysearch.org/tree/person/details/GF3Z-X92] - 1905(WA)-1975(WA) - Licences: 6CR Perth (Claremont, 1931-1933; Victoria Park, 1937-1939) - Qualifications: cc; AOCP 746, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Claremont, WA, 1931; Victoria Park, WA, 1936-1943; Wagin, WA, 1954; Fremantle, WA, 1958; East Fremantle, WA, 1963-1972) ===''REID''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Reid|Reid, John]] [https://www.familysearch.org/tree/person/details/GF3G-PDG] - 1901(Vic)-19??(???) - Licences: 3BE Melbourne (Werribee, 1937); 6BE Perth (RAAF, Pearce, 1938); 3AJR Ballarat (1947-1980+) - Qualifications: cc; 2COCP 26, 1935 - amateur operator; amateur broadcaster; WW2 - Comment: Several contemporaneous JRs - Electoral Rolls: retired (Ballarat, Vic, 1977-1980) ===''REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Dwyer Reilly|Reilly, Edward or Edwin Dwyer]] [https://www.familysearch.org/tree/person/details/G9S5-67P] - 1913(Vic)-1991(SA) - Licences: 5AI Adelaide (Woodville, 1935-1939; Brooklyn Park, 1947-1975; Aldinga, 1980+) - Qualifications: cc; AOCP 1524, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Woodville, SA, 1939-1943) * [[/Eric Harold Reilly|Reilly, Eric Harold]] [https://www.familysearch.org/tree/person/details/L153-S1X] - 1905(Qld)-1950(Qld) - Licences: 4ER Brisbane (Hill End, 1934-1937); 4ER Laidley (1938-1939, 1946-1948) - Qualifications: cc; AOCP 1339, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ, WICEN) - Electoral Rolls: rubber worker (Hill End, Qld, 1934-1937); motor mechanic (Laidley, Qld, 1943-1949) ===''REIMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Alwin Reimann|Reimann, Albert Alwin]] [https://www.familysearch.org/tree/person/details/G4RD-V3K] - 1905(SA)-1946(SA) - Licences: 5JO Adelaide (Kent Town, 1928-1939) - Qualifications: cc; AOCP 453, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil ===''REINARTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John L. Reinartz|Reinartz, John L.]] - 1894(Ger)-1964(USA) - 1QP (1908-?), 1XAM, W3RB, K6BJ USA, amateur operator, with Fred Schnell made first Trans-Atlantic 2 Way QSO with F8AB Leon Deloy ===''REINHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Cyril Reinhold|Reinhold, Edwin Cyril]] [https://www.familysearch.org/tree/person/details/LHH4-WWR] - 1900(Qld)-1984(Qld) - Licences: Q747 Receive Brisbane (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Clayfield, 1925); motor mechanic (Gracefield, 1931-1949); soldier (Sherwood, 1954-1980) ===''RENNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rennie|Rennie, F.]] - 19??(???)-19??(???) - Licences: 3HI Receive Melbourne (South Yarra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/J. M. Rennie|Rennie, J. M.]] - 19??(???)-19??(???) - Licences: 3QF Receive Melbourne (Northcote, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/K. M. Rennie|Rennie, K. M.]] - 19??(???)-19??(???) - Licences: 2AO Receive Sydney (Edgecliffe, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''RENSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Phillip Renshaw|Renshaw, Walter Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G9KS-1LX] - 1891(NSW)-1968(NSW) - Licences: XFP Sydney (Roseville, 1912-1914); 2DE Sydney (Roseville, 1922-1939) - Qualifications: cc; CPRT 370, 1918 - early wireless experimenter; amateur operator - amateur broadcaster; WW1; radio clubs (WIA NSW - 1912+, President, Federal President); professional clubs (IRE NSW - founding member); business (consulting engineer); witness to Royal Commission 1927 (as Hon. Sec. WIA NSW) - Comment: late 1930s entangled in a NSW State Government corruption enquiry - Electoral Rolls: civil engineer (Roseville, 1936-1954; Ashfield, 1958-1968) ===''RENWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Griffith Renwick|Renwick, Arthur Griffith]] [https://www.familysearch.org/tree/person/details/GD57-8XV] - 1902(NSW)-1967(NSW) - Licences: 2CG Receive Sydney (Woollahra, 1922) - Qualifications: cc; BOCP 292, 1940 - amateur receiver - Electoral Rolls: pharmacist (Roseville, 1930-1937); chemist (Drummoyne, 1943-1954); retail chemist (Strathfield, 1958-1963) ===''RETALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Moncrieff Retallick|Retallick, James Moncrieff]] [https://www.familysearch.org/tree/person/details/LKK3-QDW] - 1898(NSW)-1969(NSW) - Licences: 2XO Bellingen (1930-1939, 1946-1947); 2FE Portable Bellingen (1933-1939); 2XO Raleigh (1948-1955); 2XO Coffs Harbour (1956-1958); 2XO Urunga (1960-1969); - Qualifications: AOCP 664, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: attendant (Substation, Raleigh, 1949-1954); electrical mechanic (Urunga, 1963-1968) ===''REYNOLDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Daniel Reynolds|Reynolds, George Daniel]] [https://www.familysearch.org/tree/person/details/GX9J-VBQ] - 1886(NZ)-1964(Vic) - Licences: Nil yet identified - Qualifications: cc; 1COCP 180, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: wireless operator (Rockhampton, 1917; Cooktown, 1928); radio (Malvern, 1934-1937); wireless operator (New Farm, 1943); radio station manager (Townsville, 1949); retired (Malvern, 1954-1963) ===''RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Rhodes|Rhodes, Harry]] [https://www.familysearch.org/tree/person/details/G8BS-QMC] - 1887?(???)-1966(SA) - Licences: Receive (Valve) Kadina (1923); 5HR Kadina (1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: Needs more research - Electoral Rolls: electrical engineer (Quorn, 1939-1943; Grassmere, 1943) ===''RIBBETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Ribbett|Ribbett, Thomas John]] [https://www.familysearch.org/tree/person/details/GXQQ-YRJ] - 1880(SA)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPOE, 1917) - Electoral Rolls: Nil yet identified ===''RICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fry Rich|Rich, Charles Fry]] [https://www.familysearch.org/tree/person/details/GXN8-YZ3] - 1873(Eng)-1949(NSW) - Licences: 4CR Fife Bay, Papua - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Father of 4VX 2AJZ 9VX 2API Mackendrick Charles William Rich - Electoral Rolls: retired (Chatswood, NSW, 1943-1949) * [[/Mackendrick Charles William Rich|Rich, Mackendrick Charles William]] [https://www.familysearch.org/tree/person/details/GXN8-5MB] - 1903(PNG)-1991(NSW) - Licences: 4VX Samarai, Papua (1938-1939); 2AJZ Sydney (Chatswood, 1946); 9VX Port Moresby (1947-1948); 2API Sydney (Manly Vale, 1954-1955; Balgowlah, 1956-1969; Manly Vale, 1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Son of 4CR Charles Fry Rich - Electoral Rolls: no occupation (Manly Vale, NSW, 1954-1963); retired (Manly Vale, NSW, 1977-1980) ===''RICHARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. F. Richards|Richards, G. F.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (Moonah, 1923); 2237 Hobart (Moonah, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/George Richards|Richards, George]] [https://www.familysearch.org/tree/person/details/GHDM-JZ6] - 1888(Qld)-1963(Qld) - Licences: 4XK Ipswich (1930-1939) - Qualifications: cc; AOCP 575, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mine manager (Silkstone, 1917-1932; Booval, 1936-1958) * [[/Maurice Evans Richards|Richards, Maurice Evans]] [https://www.familysearch.org/tree/person/details/GZ3X-KPB] - 1910(SA)-1997(SA) - Licences: 5CY Receive Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923); 5MR Adelaide (Glenunga, 1927-1928) - Qualifications: cc; AOCP 369, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Relationships: Likely a relation of 5WR Wilfred Mayo Richards - Electoral Rolls: welder (Millswood East, SA, 1943) * [[/Norman Henry Richards|Richards, Norman Henry]] [https://www.familysearch.org/tree/person/details/GXH1-NL1] - 1912(Eng)-2007(Qld) - Licences: 4NR Brisbane (Wooloowin, 1932-1937) - Qualifications: cc; AOCP 1071, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Wooloowin, Qld, 1936-1937); mechanic (Eagle Junction, Qld, 1943); refrigeration engineer (Maryborough, Qld, 1949-1954); engineer (Ashgrove, Qld, 1963-1968); retired (Glasshouse Mountains, Qld, 1972-1977; Tin Can Bay, Qld, 1980) * [[/Victor John Richards|Richards, Victor John]] [https://www.familysearch.org/tree/person/details/GFML-3HH] - 1916(WA)-1992(WA) - Licences: 6JR Perth (Nedlands, 1937-1939) - Qualifications: cc; AOCP 1894, 1937, WA; 2COCP 265, 1939; 1COCP 367, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: storeman (Nedlands, WA, 1937); radio operator (Alice Springs, NT, 1943); machinery assistant (Wivenhoe, Tas, 1949); radio technician (Darlinghurst West, NSW, 1949; Charters Towers, Qld, 1949)); radio operator (Carlingford, NSW, 1954); radio technician (Blacktown, NSW, 1958); technician (Applecross, WA, 1958-1972); radio officer (Applecross, WA, 1977-1980) * [[/Wilfred Mayo Richards|Richards, Wilfred Mayo]] [https://www.familysearch.org/tree/person/details/GZ3X-6W4] - 1896(SA)-1948(SA) - 5WR Adelaide (Medindie Gardens, 1927-1939, 1946-1948) - Qualifications: cc; AOCP 364, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - certainly a relation of 5MR Maurice Evans Richards ===''RICHARDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Kennington Richardson|Richardson, Alan Kennington]] [https://www.familysearch.org/tree/person/details/GXRM-73L] - 1914(SA)-1994(SA) - Licences: 5AR Adelaide (Everard Park, 1934-1939; City, 1947-1980+) - Qualifications: cc; AOCP 1277, 1934, SA; AOLCP 201, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Everard Park, SA, 1939) * [[/Jasper Bede Richardson|Richardson, Jasper Bede]] [https://www.familysearch.org/tree/person/details/GX1J-LTY] - 1907(WA)-1969(WA) - Licences: 6LX Perth (Fremantle, 1931-1933; Hollywood, 1937-1939) - Qualifications: cc; AOCP 831, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (East Fremantle, WA, 1931); radio mechanic (Hollywood, WA, 1936-1937; East Perth, WA, 1943; East Fremantle, WA, 1949); mechanic (Bicton, WA, 1954-1968) * [[/John Keith Richardson|Richardson, John Keith "Keith"]] [https://www.familysearch.org/tree/person/details/G6QQ-76P] - 1906(Qld)-1954(Tas) - Licences: 4KR Barcaldine (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: overseer ("Ashgrove", Gore, 1930-1932) ===''RICKABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorimer Douglas Rickaby|Rickaby, Lorimer Douglas "Rick"]] [https://www.familysearch.org/tree/person/details/GMR4-Z8W] - 1906(Qld)-1975(Qld) - Licences: 4VR Brisbane (Coorparoo, 1936-1939, 1946-1948; Coopers Plains, 1955-1975) - Qualifications: cc; BOCP 485, 1938 - amateur operator; amateur broadcaster; broadcast technician (4VL, 4AK, 4BK); military (WW2, RAN); ship wireless officer; security officer (MSS) - Relationships: father of 4RX Brian ??? Rickaby; father-in-law of 4VR Valerie ??? Rickaby - Electoral Rolls: telegraphist (Flinders Naval Depot, Vic, 1931-1934); radio engineer (Coorparoo, Qld, 1937); technician (Coorparoo, Qld, 1943-1949); meter reader (Coopers Plains, Qld, 1958-1972) * [[/Brian ??? Rickaby|Rickaby, Brian ???]] - Licences: 4ZAP Brisbane (Coopers Plains, 1960); 4RX Brisbane (Salisbury, 1965-1980) - Qualifications: AOLCP; AOCP; BOCP; TVOCP - amateur operator; broadcast engineer (Qld State Broadcasting Office, P&TD / DoC / DoTaC / ABA) - Relationships: son of 4VR Lorimer Douglas Rickaby; husband of 4VR Valerie ??? Rickaby - Electoral Rolls: ===''RIETHMULLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Riethmuller|Riethmuller, Eric Charles]] [https://www.familysearch.org/tree/person/details/G64Z-XCL] - 1903(Qld)-1987(Qld) - Licences: 4SK Willis Island (1931) - Qualifications: cc; 2COCP 250, 1930; 1COCP 299, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jandowae, 1936); radio technician (Wellington, NSW, 1937; Moorooka, 1943); radio operator (Darlinghurst, 1949; Wahroonga, 1963-1972); retired (Toowoomba, 1972-1980) ===''RING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Mostyn Ring|Ring, Keith Mostyn]] [https://www.familysearch.org/tree/person/details/LKB8-YR7] - 1913(SA)-1991(SA) - Licences: 5KH Adelaide (Kensington Park, 1932-1939, 1947-1948; Marion, 1954; Eden Hills, 1955-1969); 5KH Williamstown (1975); 5KH Kapunda (1980+) - Qualifications: cc; AOCP 923, 1932, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank official (Jamestown, SA, 1941-1943) * [[/Thomas Leo Ring|Ring, Thomas Leo]] [https://www.familysearch.org/tree/person/details/GX95-D97] - 1893(Vic)-1945(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 233, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Rockhampton, 1916; Sandgate, 1921); clerical assistant (Bowen, Qld, 1925); postmaster (Texas, 1930-1937); retired (Hendra, Qld, 1943) ===''RIPPEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Adolf Heinrich Gerhard Rippen|Rippen, Adolf Heinrich Gerhard]] [https://www.familysearch.org/tree/person/details/GZLK-QSB] - 1919(WA)-1941(Off coast of Kenya) - Licences: 6GR Perth (Fremantle, 1936-1939) - Qualifications: cc; AOCP 1731, 1936, WA - amateur operator; amateur broadcaster; WW2 (RAN, HMAS Sydney II, Telegraphist) - Electoral Rolls: engineer (Fremantle, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.sydneymemorial.com/registrydetails.asp?ID=478 HMAS Sydney II Memorial]; [https://vwma.org.au/explore/people/644953 VWMA]; [http://www.streetwisemedia.com.au/unknown-sydney-sailor-named-after-80-years/ Streetwise] ===''RIVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Ronald Rivers|Rivers, Edmund Ronald or Ronald Edmund]] [https://www.familysearch.org/tree/person/details/GDJH-V2S] - 1901(Vic)-1950(Vic) - Licences: 3ER Receive Melbourne (Essendon, 1922-1923); 3ER Melbourne (Essendon, 1924-1925) - Qualifications: cc; CPRT 767, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''RIX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Henry George Rix|Rix, Walter Henry George]] [https://www.familysearch.org/tree/person/details/MMQX-KZQ] - 1898(Qld)-1923(Qld) - Licences: 4EC Receive Brisbane (Bulimba, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: tram conductor (Valley, Qld, 1919-1921) ===''ROBBINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Fellows Robbins|Robbins, Thomas Fellows]] [https://www.familysearch.org/tree/person/details/GX5X-2SL] - 1918(SA)-1986(SA) - Licences: 5DK Adelaide (Fullarton, 1935-1937; Malvern, 1938-1939); 5AQ Leigh Creek (1954-1960); 5AQ Port Augusta (1965-1980+) - Qualifications: cc; AOCP 1548, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Malvern, SA, 1941-1943) ===''ROBERTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles D'Arcy Roberts|Roberts, Charles D'Arcy]] [https://www.familysearch.org/tree/person/details/GZ2N-VBN] - 1909(NSW)-1943(Burma) - licences: 2JV Sydney (Greenwich, 1928-1939) - qualifications: AOCP 408, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 (signalman, 8 Division Signals, 1943) - Electoral rolls: clerk (Lane Cove, 1930-1937) - "Greater love hath no man than this" * [[/Harry Mayland Roberts|Roberts, Harry Mayland or Mayfield (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXLH-KKF] - 1912(SA)-1979(SA) - Licences: 5MY Adelaide (Alberton East, 1931; Myrtle Bank, 1938-1939; Fullarton Estate, 1947-1954; Plympton, 1955-1965; North Plympton, 1969-1975) - Qualifications: cc; AOCP 763, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Myrtle Bank, SA, 1939-1943) * [[/J. C. A. Roberts|Roberts, J. C. A.]] - 19??(???)-19??(???) - Licences: XAAY Sydney (Parramatta, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Identification: Not yet identified, despite three given names - Electoral Rolls: Nil yet identified * [[/Nicholas William Roberts|Roberts, Nicholas William]] [https://www.familysearch.org/tree/person/details/GXRC-XKV] - 1915(SA)-1936(SA) - Licences: 5NR Adelaide (St Peters, 1933-1936) - Qualifications: cc; AOCP 1228, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, age 21yo - Electoral Rolls: Nil yet identified * [[/Noel Grafton Roberts|Roberts, Noel Grafton]] [https://www.familysearch.org/tree/person/details/GXRD-CCL] - 1924(Eng)-2008(Eng) - Licences: 5NR Katherine (1947) - Qualifications: cc; 1COCP 589, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio inspector (Tally Ho, Vic, 1967-1968; Glen Waverley, Vic, 1972-1980) * [[/Richard George Crafter Roberts|Roberts, Richard George Crafter or Crofter]] [https://www.familysearch.org/tree/person/details/MWFZ-Z24] - 1901(NSW)-1964(NSW) - Licences: 2UU Sydney (Ashfield, 1923-1925) - Qualifications: cc; CPRT 750, 1922; 2COCP 430, 1933; 1COCP 505, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ashfield, 1933-1936; Lovetts Bay, 1943; Chatswood, 1949-1958) * [[/Russell Flexmore Roberts|Roberts, Russell Flexmore]] [https://www.familysearch.org/tree/person/details/LL4K-265] - 18??-1961(Qld) - Licences: 4PN Brisbane (West End, 1927-1933; Annerley, 1937-1939, 1946-1960) - Qualifications: cc; AOCP 372, 1927, No. 41 in Qld - amateur operator; amateur broadcaster; WW2; television experimenter (4CM); broadcaster (4BC, manager) - Electoral Rolls: musical director (South Brisbane, 1919); musician (Coorparoo, 1934); manager (Yeronga, 1936-1937); alderman (Annerley, 1954) * [[/V. Roberts|Roberts, V.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ROBERTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Desmond Robertson|Robertson, Brian Desmond]] [https://www.familysearch.org/tree/person/details/GX2G-W63] - 1921(SA)-1996(SA) - Licences: 1RD Macquarie Island (1950s); 5RD Adelaide (Henley Beach, 1954-1956) - Qualifications: cc; 1COCP 998, 1946 - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/David Sterling Robertson|Robertson, David Sterling]] [https://www.familysearch.org/tree/person/details/GW2M-F7H] - 1920(SA)-19??(???) - Licences: 5RN Adelaide (Mt Lofty, 1937-1939, 1948-1965); 1ATR Canberra (Deakin, 1956; Yarralumla, 1960); 5RN Adelaide (Stirling, 1969-1980+) - Qualifications: cc; AOCP 1944, 1937, SA; 2COCP 346, 1940; 1COCP 405, 1940 - amateur operator; amateur broadcaster - Relationships: Husband of 5YL-1YL Denise Alison Robertson nee Haslam - Electoral Rolls: radio engineer (North Sydney, 1943) * [[/Denise Alison Robertson|Robertson nee Haslam, Denise Alison]] [https://www.familysearch.org/tree/person/details/GW2M-JWG] - 1927(NSW)-2008(SA) - Licences: 1YL Canberra (Yarralumla, 1960-1965); 5YL Adelaide (Stirling, 1969) - Qualifications: cc; AOCP 3552, 1956, ACT - amateur operator; YL operator - Relationships: Wife of 5RN-1ATR David Sterling Robertson - Electoral Rolls: Nil yet identified ===''ROBINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Robinson|Robinson, Alexander]] [https://www.familysearch.org/tree/person/details/L1G8-ZJ2] - 1900(Eng)-1949(NSW) - Licences: 2GR Sydney (Haberfield, 1930-1937; Richmond, 1938-1939; Hunter's Hill, 1946-1948) - Qualifications: AOCP 498/499, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical meter tester (Haberfield, 1933-1936) - 2GR callsign previously held by Joseph Sydney Marks * [[/Arthur Robinson|Robinson, Arthur]] [https://www.familysearch.org/tree/person/details/G8CS-4PP] - 1926(Vic)-19??(???) - Licences: 3ABF Sale (1948-1956); 3ABF Melbourne (Croydon, 1960); 3ABF Traralgon (1965-1980+) - Qualifications: AOCP 2710, 1948, Vic; TVOCP 184, 1959 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Sale, 1949-1954); technician (Croydon, 1963); PMG TV technician (Traralgon, 1963-1980) * [[/Charles John Robinson|Robinson, Charles John]] [https://www.familysearch.org/tree/person/details/LNJD-DC5] - 1908(Tas)-2004(???) - Licences: 7RC Launceston (1936-1937); 7KR Launceston (1938-1939) - Qualifications: cc; AOCP 1668, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carter (Launceston, 1936-1937); cordial maker (Launceston, 1943) * [[/John William Robinson|Robinson, John William]] [https://www.familysearch.org/tree/person/details/GS7H-Q61] - 1895(Eng)-1963(NSW) - Licences: 2EN Receive Sydney (Ryde, 1922-1923); 2RN Receive Sydney (Concord, 1923); 4RN Brisbane (Kedron, 1931) - Qualifications: cc; Nil yet identified - amateur receiver; amateur broadcaster; Honorary Radio Inspector NSW; First director 4QG - Comment: several contemporaneous JWRs - Electoral Rolls: wireless engineer (Merthyr, Qld, 1925-1926); radio engineer (Highgate Hill, Qld, 1928); engineer (Herston, 1936-1937) ===''ROBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Laudreux Robson|Robson, Colin Laudreux]] [https://www.familysearch.org/tree/person/details/GXYV-TL8] - 1916(WA)-1973(WA) - Licences: 6XI Perth (Mt Lawley, 1937-1939); 6XI Northam (1947-1948); 6XI Waterloo (1954-1960); 6XI bunbury (1965-1969) - Qualifications: cc; 3COCP 181, 1936; AOCP 2055, 1937, WA; BOCP 234, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (6AM Quarters, Northam, WA, 1949; 6TZ, Waterloo, WA, 1958-1963; Bunbury, WA, 1968-1972) ===''ROCKWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Bruce Rockwell|Rockwell, Horace Bruce]] [https://www.familysearch.org/tree/person/details/K882-BWV] - 1887(Tas)-1955(NSW) - Licences: XQH Brisbane (Wynnum) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; WW1; WW2; a founder of Wireless Institute of Queensland 1912 - Electoral Rolls: electrician (Fort Lytton, Qld, 1913; Wynnum, Qld, 1917-1919); electrical engineer (Enoggera, Qld, 1919; Chelmer, Qld, 1925); electrician (Fort Lytton, Qld, 1936-1937); soldier (Middle Head, NSW, 1943); engineer (Northbridge, NSW, 1949) ===''RODDA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William David Rodda|Rodda, William David]] [https://www.familysearch.org/tree/person/details/G8WK-4JB] - 1907(WA)-1961(WA) - Licences: 6WR Perth (Claremont, 1928-1939) - Qualifications: cc; AOCP 435, 1928, No. ?? in WA; BOCP 1191, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Claremont, 1931-1936; Nedlands, 1937; Claremont, 1943); control operator (Nedlands, 1949-1954); technician (Perth, 1958) ===''RODWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Rodwell|Rodwell, Albert Edward]] [https://www.familysearch.org/tree/person/details/MWX8-VG7] - 1909(Qld)-1976(Qld) - Licences: Receive (Crystal) Brisbane (Bowen Hills, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Bowen Hills, Qld, 1936-1937); grocer (Kedron, Qld, 1943-1949); company manager (Wavell Heights, Qld, 1954-1968); bookseller (Aspley, Qld, 1972) ===''ROGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Stanley Rogers|Rogers, Bernard Stanley]] [https://www.familysearch.org/tree/person/details/GXPV-L34] - 1912(SA)-1987(SA) - Licences: 5FG Adelaide (Blackwood, 1934-1939; Edwardstown, 1947-1948; Glandore, 1954-1980+) - Qualifications: cc; AOCP 1274, 1934, SA; 1COCP 907, 1945 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Edwardstown, SA, 1939-1943) ===''ROHDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Campbell Rohde|Rohde, William Campbell "Bill"]] [https://www.familysearch.org/tree/person/details/G76S-GRF] - 1907(Qld)-1991(Qld) - Licences: 4RW Brisbane (Red Hill, 1929-1939) - Qualifications: cc; AOCP 493, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (YWCA Wireless Club); comms engineer (PMGD); broadcast engineer (4QG) - Electoral Rolls: telephone mechanic (Red Hill, 1934-1943; Newmarket, 1949); postal engineer (Coorparoo, 1958-1980) ===''ROLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Rolls|Rolls, Sydney]] [https://www.familysearch.org/tree/person/details/GX95-V3F] - 1886(???)-1957(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918); WW1 - Electoral Rolls: electrician (Auburn, Vic, 1916-1919); naval officer (Camberwell, Vic, 1924-1925); engineer (Hawthorn, Vic, 1928-1949) ===''ROSCOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Thomas Roscoe|Roscoe, Geoffrey Thomas]] [https://www.familysearch.org/tree/person/details/G8QR-GJY] - 1900(Qld)-1985(Qld) - Licences: Receive Condamine (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: teacher (Condamine, Qld, 1925; Macknade, Qld, 1936-1937; Boonah, Qld, 1943); retired (St Lucia, Qld, 1968-1980) ===''ROSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William (Qld) Rose|Rose, Robert William (Qld)]] [https://www.familysearch.org/tree/person/details/G8DS-JJM] - 1911(Qld)-1970(NSW) - Licences: 4RR Brisbane (1925); 4RQ Longreach (1930-1939, 1946-1948); 2AQR Wallsend (1956-1961); 2AQR Avoca (1965-1969) - Qualifications: cc; AOCP 576, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; chemist - Comment: Another Robert William Rose b1923 BOCP 993 - Electoral Rolls: mechanic (Toowong, 1925); chemist (Longreach, 1936-1949; West Wallsend, 1958-1963; Avoca Beach, 1968) * [[/Robert William (Vic) Rose|Rose, Robert William (Vic)]] - 1923(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; BOCP 993, 1948; 3AIR 1790, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: ===''ROSENSKJAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rosenskjar|Rosenskjar, F.]] - 19??-19?? - 4?? Brisbane (Fairfield) (Operator 4BI), amateur operator, amateur broadcaster ===''ROSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander David Ross|Ross, Alexander David]] [https://www.familysearch.org/tree/person/details/G68V-KFR] - 1883(Sct)-1966(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Professor of Mathematics & Physics, University of Perth) - Electoral Rolls: university professor (Perth Club, 1916; West Perth, 1925-1954); retired (Albany, WA, 1958-1963) - Links: [https://adb.anu.edu.au/biography/ross-alexander-david-8270 ADB]; [[w:Alexander_David_Ross|Wikipedia]]; [https://www.news.uwa.edu.au/archive/201206204747/features/setting-standards-excellence/ UWA] * [[/John Francis Ross|Ross, John Francis "Jack"]] - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer (PMGD); journalist (editor, The Broadcaster); historian (broadcasting, Amateur Radio, radiocommunications); author ("History of Radio in South Australia"; "Radio Broadcast Technology") - Electoral Rolls: ===''ROUTLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert Angus Routledge|Routledge, Robert Angus "Bob"]] [https://www.familysearch.org/tree/person/details/GWX2-BDP] - 1913(SA)-1997(SA) - Licences: 5RA Adelaide (Richmond, 1930-1931; Henley Beach, 1933) - Qualifications: cc; AOCP 679, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: manufacturer (Henley, 1939); radio technician (Henley, 1941); physics technician (Glenelg, 1943) ===''ROWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. L. Rowe|Rowe, R. L.]] - 19??(???)-19??(???) - Licences: 2LR Sydney (Milsons Point, 1928; McMahons Point, 1929) - Qualifications: cc; AOCP 267, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ROWLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert George Rowland|Rowland, Robert George]] [https://www.familysearch.org/tree/person/details/KH14-G2J] - 1902(Vic)-1996(Vic) - Licences: 3GR Ballarat (1930-1939, 1946-1980+) - Qualifications: AOCP 657, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grocer (Grovedale, 1924); storekeeper (Majorca, 1925-1927; Ballarat, 1931); radio dealer (Ballarat, 1936-1980) - Don't Confuse: 3ZGG/3AFS Robert George Rowlands ===''ROWLATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Rowlatt|Rowlatt, Thomas William]] [https://www.familysearch.org/tree/person/details/GCMJ-HZT] - 1892(Qld)-1978(Qld) - Licences: Receive (Crystal) Brisbane (South Brisbane, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: fitter (Kangaroo Point, Qld, 1915-1921); engineer (Kangaroo Point, Qld, 1925-1937); mechanical engineer (Kangaroo Point, Qld, 1943-1968); retired (Chermside, Qld, 1972-1977) ===''ROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Roy|Roy, A. J.]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 577, 1930, No. ?? in Vic - amateur operator?; amateur broadcaster? - Electoral Rolls: Nil yet identified - Individual not yet identified (115 Skene St, Warrnambool, Vic - 1930) ===''ROYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Arthur Kirkcaldy Royle|Royle, William Arthur Kirkcaldy]] [https://www.familysearch.org/tree/person/details/GZ13-BBQ] - 1909(NSW)-1965(NSW) - Licences: 2WA Sydney (Edgecliff, 1927-1928); 2AWK Sydney (Darling Point, 1946-1950; Sandringham, 1961) - Qualifications: AOCP 318, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: underwriter (Edgecliff, 1936-1954); agent (Sandringham, 1958) ===''RUBAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Peter Ruban|Ruban, John Peter]] [https://www.familysearch.org/tree/person/details/G8CM-DMS] - 1925(???)-2015(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: radio technician (Footscray North, 1963-1968); technician (Maidstone, Vic, 1972-1980) ===''RUMBOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Rumbold|Rumbold, George Henry]] [https://www.familysearch.org/tree/person/details/9VKD-BSQ] - 1907(Vic)-1977(Vic) - Licences: 3GR Bendigo (1927) - Qualifications: AOCP 349, 1927, No. ?? in Vic - amateur operator - Electoral Rolls: carpenter (Bendigo, 1928); insurance agent (Kyneton, 1931; Shepparton, 1931; Bendigo, 1936-1937); assistant superintendent (Bendigo, 1942-1954); cabinet maker (Bendigo, 1963-1972) ===''RUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Ruse|Ruse, Thomas William]] [https://www.familysearch.org/tree/person/details/KZMB-QWY] - 1891(Vic)-1987(WA)95yo - Licences: 6WK Perth (Perth City, 1930-1931; Osborne Park, 1933-1969) - Qualifications: cc; AOCP 627, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: baker (Osborne Park, 1916-1972); retired (Bunbury, 1977-1980) ===''RUSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Cooper Russell|Russell, Albert Cooper "Bert"]] [https://www.familysearch.org/tree/person/details/GFQ9-BQV] - 1916(WA)-1995(NSW) - Licences: 6AR Albany (1936-1937); 6AR Northam (1938-1939) - Qualifications: cc; AOCP 1670, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937); mechanic (New Town, Tas, 1943-1949); engineer (Sandringham, Vic, 1954; Sans Souci, NSW, 1958; Double Bay, NSW, 1963; Kensington, NSW, 1968-1980) ===''RYAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Ryan|Ryan, Albert John "Jack"]] [https://www.familysearch.org/tree/person/details/GZWH-V6X] - 1897(Vic)-1984(NSW) - Licences: 2LE Canberra (Kingston, 1930-1933); 2YN Canberra (Kingston, 1933-1939) - Qualifications: CPRT 489, 1919; AOLCP 80, 1932; no record of AOCP - amateur operator; amateur broadcaster; WW1; WW2; broadcast engineer; PMGD (junior mechanic NSW, 1917; clerk, 1919); founder of 2CA Canberra commercial - Electoral Rolls: - several contemporaneous AJR's * [[/George Edward Ryan|Ryan, George Edward]] [https://www.familysearch.org/tree/person/details/G8CM-RCC] - 1910(Qld)-1987(Qld) - Licences: 4RG Brisbane (South Brisbane, 1936-1939; Dutton Park, 1946-1954) - Qualifications: cc; AOCP 1633, 1936, Qld - amateur operator; amateur broadcaster; telephone mechanic (PMGD) - Comment: several contemporaneous GERs - Electoral Rolls: motor mechanic (South Brisbane, Qld, 1937); telephone mechanic (South Brisbane, Qld, 1943-1954); PMG Instructor (St Lucia, Qld, 1958); instructor (Taringa, Qld, 1963-1980) ===''RYMILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Campbell Rymill|Rymill, Arthur Campbell]] [https://www.familysearch.org/tree/person/details/LXVS-CTB] - 1907(SA)-1989(SA) - Licences: Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Riddoch Rymill|Rymill, Robert Riddoch]] [https://www.familysearch.org/tree/person/details/LV5N-YC9] - 1904(SA)-1990(SA) - Licences: V753 Receive Melbourne (Toorak, 1922); 3GX Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: ethnologist (South Yarra, 1931) - Links: [https://vwma.org.au/explore/people/535352 WW2] =='''S'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''SAAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Saar|Saar, Alexander]] [https://www.familysearch.org/tree/person/details/GZ52-N3K] - 1889(???)-1956(WA) - Licences: 6CZ Receive Perth (West Perth, 1923); 6CZ Northam (1923-1925); 6KM Eucla (1926-1927); 6KM Geraldton (1933); 6KM Perth (Maylands, 1937-1939) - Qualifications: cc; AOCP 264, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telegraph lineman (North Perth, WA, 1915); postal electrician (Northam, WA, 1917); mechanic (Bunbury, WA, 1916-1917; Balkatta, WA, 1922; Eucla, WA, 1925-1926; North Perth, WA, 1928; Maylands, WA, 1931); postal electrician (Maylands, WA, 1936-1954) ===''SAGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Noel Sagar|Sagar, Eric Noel]] [https://www.familysearch.org/tree/person/details/GDKS-4J9] - 1896(SA)-1976(NSW) - Licences: 5CM Receive Adelaide (Largs Bay, 1923); Receive Adelaide (Largs Bay, 1923); 5CM Adelaide (Largs Bay, 1924-1926); 4ES Brisbane (Greenslopes, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Halcyon: Not mentioned - Electoral Rolls: manager (Greenslopes, Qld, 1932); engineer (Darlinghurst, 1943-1949); orchardist (Kincumber, NSW, 1949-1958) ===''SAINSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Henry Sainsbury|Sainsbury, Rupert Henry]] [https://www.familysearch.org/tree/person/details/L28X-5H3] - 1896(NSW)-1974(NSW) - Licences: 2YJ Sydney (Concord, 1924-1936); 4YJ Brisbane (Clayfield, 1937-1939); 2YJ Sydney (Concord, 1946-1954; Epping, 1955-1975) - Qualifications: cc; AOCP 54, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: clerk (Concord, 1930); traveller (Hendra, 1936-1937); soldier (Norman Park, 1943); executive (Concord West, 1949-1954); commercial traveller (Epping, 1958-1968) ===''SAINTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Melville Sainty|Sainty, Clifford Melville]] [https://www.familysearch.org/tree/person/details/GZ61-1GZ] - 1907(NSW)-1987(SA) - 2MS Warrawee (1925-1926), amateur operator (AOCP 88, 1925, No. ?? in NSW), amateur broadcaster, likely related to XAH S. J. Sainty ===''SALAMY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Salamy|Salamy, Edward]] [https://www.familysearch.org/tree/person/details/GZHH-VWR] - 1904(Vic)-1977(Vic) - Licences: 3AJ Receive Warrnambool (1922-1923); 3AJ Warrnambool (1924-1933); 3PS Warrnambool (1948-1975) - Qualifications: cc; AOCP 35, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: jeweller (Warrnambool, 1924-1977) ===''SAMPHIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Luke Samphier|Samphier, Richard Luke]] [https://www.familysearch.org/tree/person/details/L58L-DPC] - 1914(WA)-1980(WA) - Licences: 6YZ Perth (City, 1936-1937; Victoria Park, 1938-1939; Carlisle, 1947-1955; Mt Lawley, 1956-1975+) - Qualifications: cc; AOCP 1717, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: blind school worker (North Perth, WA, 1936; Leederville, WA, 1943); Blind School employee (Carlisle, WA, 1949-1954; Mt Lawley, WA, 1958) ===''SAMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Sampson|Sampson, Thomas Walter]] [https://www.familysearch.org/tree/person/details/GFWX-3TB] - 1894(NSW)-1954(WA) - Licences: XYAF Boulder (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: electrician (Boulder, WA, 1916-1922); electrical engineer (Claremont, WA, 1925-1954) ===''SANDEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Sandel|Sandel, Otto]] [https://www.familysearch.org/tree/person/details/GW4J-54J] - 1905(Qld)-1999(NSW) - 2UW Sydney (Manly, 1923; Kensington, 1923-1924; Northbridge, 1924-1925; Bellevue Hill, 1926-1927); 2HH Sydney (Woollahra, 1936-1939, 1946-1969; Bondi, 1975) - Qualifications: cc; AOLCP 270, 1935, NSW - amateur operator; amateur broadcaster; founder B class 2UW Sydney & 2UX Wagga Wagga - don't confuse Charles Albert Sandell of AAE fame - Electoral Rolls: radio dealer (Woolahra, 1930-1931); engineer (Bondi, 1933; Edgecliff, 1936-1937; Bondi Junction, 1943-1954; Bondi Beach, 1958-1980) ===''SANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Albert Sandell|Sandell, Charles Albert]] - 1886(Eng)-1980(WA) - early wireless experimenter, Sydney, 1911, amateur operator (AOCP ??, 19??, No. ?? in ???), participant in the Australasian Antarctic Expedition, amateur broadcaster, military (WW1), don't confuse Otto Sandel of 2UW fame ===''SANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Sander|Sander, John Henry "Jack"]] [https://www.familysearch.org/tree/person/details/K6WF-H23] - 1906(WA)-1955(WA) - Licences: 6MS Geraldton (1935-1937); 6MS Perth (Cannington, 1938-1939, 1947-1956) - Qualifications: cc; AOCP 1435, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wheelwright (Geraldton, WA, 1930); electrician (Geraldton, WA, 1931-1937); telephone mechanic (South Perth, WA, 1937; Cannington, WA, 1943-1954) ===''SANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas George Sanderson|Sanderson, Douglas George]] [https://www.familysearch.org/tree/person/details/9WZJ-2K3] - 1924(Qld)-1994(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcast engineer (PMGD); historian (broadcast); federal public servant (PMGD) - Electoral Rolls: PMG technician (Torwood, Qld, 1949-1954); technician (Ashgrove, Qld, 1958-1968); engineer (Chermside, Qld, 1972; Windsor, Qld, 1977-1980) ===''SANDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Keith Sandham|Sandham, James Keith "Keith"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''SAUNDERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lewis Saunders|Saunders, Alfred Lewis]] [https://www.familysearch.org/tree/person/details/GZLR-FMS] - 1909(SA)-2003(???) - Licences: Receive Adelaide (Hyde Park, 1923-1924); 5BX Adelaide (Glenelg, 1925-1939, 1946-1955; Plympton, 1956-1980+) - Qualifications: cc; AOCP 223, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Glenelg, 1939-1943) ===''SAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Saw|Saw, Frederick William]] [https://www.familysearch.org/tree/person/details/G9S9-JN3] - 1884(WA)-1957(WA) - Licences: 6DA Perth (Armadale, 1923-1926; Victoria Park, 1927); 6DA Albany (1930-1931); 6DA Perth (Wanneroo, 1933; North Perth, 1937-1939); 6DA Northam (1946-1948) - Qualifications: cc; AOCP 174, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storekeeper (Armadale, 1909); electrician (Beverley, 1916-1917; Armadale, 1921-1925; Albany, 1928-1931; Balkatta, 1936; Leederville, 1937; Kalgoorlie, 1937-1943); mechanic (North Perth, 1949); retired (Triggs Island, 1954) * [[/Malcolm Henry Saw|Saw, Malcolm Henry ]] [https://www.familysearch.org/tree/person/details/LVCY-H9M] - 1921(WA)-1997(WA) - 6SM Perth (Doubleview, 1960-1980+), amateur operator (AOCP 3674, 1958, No. ?? in WA), WW2, engineer (Doubleview, 1972) ===''SAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Sawford|Sawford, Leonard Francis]] [https://www.familysearch.org/tree/person/details/LF7J-2XK] - 1908(SA)-1968(SA) - Licences: 5DH Receive Adelaide (Port Adelaide, 1923); Receive Adelaide (Port Adelaide, 1923); 5LF Adelaide (Peterhead, 1925-1928; West Croydon, 1931; Largs, 1937-1939); 5YF Adelaide (Glen Osmond, 1948-1965) - Qualifications: cc; AOCP 173, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; agent (Largs, 1939) - Electoral Rolls: agent (Largs, SA, 1939-1941) ===''SCANLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Scanlon|Scanlon, William Lawrence]] [https://www.familysearch.org/tree/person/details/GDKG-3XR] - 1901(Tas)-1971(NSW) - Licences: Receive Hobart (West Hobart, 1921-1923); 7AL Hobart (West Hobart, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; sales (Medhursts, Hobart to 1924, Launceston from 1924) - Electoral Rolls: Nil yet identified ===''SCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harley Irwin Schell|Schell, Harley Irwin]] [https://www.familysearch.org/tree/person/details/GD57-PV8] - 1907(Tas)-1996(Tas) - Licences: 7AW Receive West Burnie (1922); Receive West Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: mechanic (Kelso, 1936-1972) ===''SCHLEICHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Schleicher|Schleicher, Keith]] [https://www.familysearch.org/tree/person/details/G3D4-5RS] - 1918(Qld)-1997(Qld) - 4KS Brisbane (Toowong, 1938-1939, 1946-1947; Alderley, -1950+; Aspley, McDowall, -1980+) - amateur operator (AOCP 2144, 1938, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), radio employee (Tracksons, manager service), business proprietor (Blue & White Cabs comms) ===''SCHMIDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Frederick Schmidt|Schmidt, Ronald Frederick]] [https://www.familysearch.org/tree/person/details/G88P-1B9] - 1913(Vic)-1990(Vic) - Licences: 3LY Trafalgar (1930); 3LY Moe (1931); 3LY Sale (1933-1939, 1946-1948); 3LY Melbourne (Camberwell, 1954-1980+) - Qualifications: AOCP 567, 1930, No. ?? in Vic; AOLCP 69, 1932; 1COCP 72, 1936; TVOCP 75, 1957 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: wireless operator (Sale, 1934-1937); radio technician (Sale, 1949-1954); technician (Camberwell, 1954-1980) ===''SCHNITZERLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Joseph Schnitzerling|Schnitzerling, Leonard Francis Joseph]] [https://www.familysearch.org/tree/person/details/G885-W43] - 1907(Qld)-1969(Qld) - Licences: 4CK Warwick (1938-1939, 1946-1969) - Qualifications: cc; AOCP 2099, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, 1928-1968) ===''SCHOFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Schofield|Schofield, William]] [https://www.familysearch.org/tree/person/details/GXB3-69N] - 1874(Eng)-1971(WA)97yo - Licences: 6WS Perth (Peppermint Grove, 1935-1939, 1947-1969) - Qualifications: cc; AOCP 1463, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: manager (Peppermint Grove, WA, 1919); broker (Peppermint Grove, WA, 1922-1968) ===''SCHOLZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hans Scholz|Scholz, Hans "Harold" / "Harry" / "Tibby"]] [https://www.familysearch.org/tree/person/details/G64P-CV3] - 19??(???)-1970(Qld) - Licences: 4HR Brisbane (Coorparoo, 1931); 4HR Nambour (1933); 4HR Brisbane (Coorparoo, 1937); 4HR Gladstone (1937-1939); 4HR Brisbane (Morningside, 1946-1969) - Qualifications: cc; AOCP 784, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ; South Brisbane RC; Brisbane DX Club); broadcast technician (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, 1937); mechanic (Dalby, 1943); not stated (Morningside, 1949-1968) ===''SCHULTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Nelson Schultz|Schultz, Leonard Nelson "Len"]] [https://www.familysearch.org/tree/person/details/GZJY-QBF] - 1906(NSW)-1980(NSW) - Licences: 2LO Sydney (Lane Cove, 1922); 2LO Sydney (Lane Cove, 1923-1930); 2ANM Sydney (Mosman, 1947-1980) - Qualifications: cc; AOCP 171, 1925, No. ?? in NSW; AOLCP 45, 1931; 3AIR 176, 1942 - amateur operator; amateur broadcaster; broadcast engineer (co-designed 2GB, 1926; involved 2CA, 4BH, 2MW, 5DN); professional associations (IRE: foundation member, vice-president, president); aviator (Royal Aero Club NSW, committee) - Electoral Rolls: broadcasting engineer (Mosman, 1935-1937); engineer (Mosman, 1949-1977) ===''SCHULTZE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Ludwig Schultze|Schultze, John Edwin Ludwig]] [https://www.familysearch.org/tree/person/details/GQTB-9FL] - 1906(Vic)-1969(Vic) - 3QO Receive Melbourne (Glenferrie, 1923-1924), 3JS Melbourne (Glenferrie, 1925-1933; Hawthorn, 1937-1939), amateur operator (AOCP 163, 1925, No. ?? in Vic), amateur broadcaster, motor mechanic (Hawthorn, 1934) ===''SCOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil John Scott|Scott, Alfred Cecil John "Cecil", "Cec", "Scottie"]] [https://www.familysearch.org/tree/person/details/M12J-9YK] - 1888(Tas)-1954(Tas) - Licences: Receive (Crystal) Launceston (1923); 7CS Launceston (1925-1931); 7CS Hobart (Lindisfarne, 1933; Sandy Bay, 1937-1939) - Qualifications: cc; AOCP 56, 1925, No. ?? in Tas - amateur receiver; amateur operator; amateur broadcaster - Comment: well-known for comic QSL cards - Electoral Rolls: bench clerk (Nelson, 1936; Hobart South, 1943-1954) * [[/Ernest Kilburn Scott|Scott, Ernest Kilburn]] [https://www.familysearch.org/tree/person/details/LBDW-TBR] - 1868(Eng)-1941(Eng) - Came to Sydney in 1905 to organise electrical engineering department of University of Sydney, likely early wireless experimenter, promoted need for wireless telegraphy for Australia, returned to England ca 1910 - [https://www.gracesguide.co.uk/Ernest_Kilburn_Scott Graces Guide - Ernest Kilburn Scott] * [[/Francis Ladner Scott|Scott, Francis Ladner]] [https://www.familysearch.org/tree/person/details/GXHK-DTF] - 1899(Eng)-1953(Qld) - Licences: 4BO Thursday Island (1933); 2UH Sydney (Randwick, 1934-1936; Naremburn, 1937-1938; La Perouse, 1939 - Qualifications: cc; CPRT 419, 1918; 2COCP 360, 1931; 1COCP 33, 1934 - amateur operator; amateur broadcaster; coastal wireless operator; military (UK Merchant Navy post WW1) - Electoral Rolls: wireless operator (Nundah, Qld, 1921-1925); radio telegraphist (Pinkenba, Qld, 1929; Thursday Island, Qld, 1931; Randwick, NSW, 1935; Waverton, NSW, 1943; Wyndham, WA, 1943; Rockhampton, Qld, 1949) * [[/George Archibald Scott|Scott, George Archibald "Scotty"]] [https://www.familysearch.org/tree/person/details/G682-TGN] - 1882(Eng)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 607, 1921; 1COCP 181, 1931 - RANRS (commissioned telegraphist, 1917); PMGD (radio inspector, WA); witness to Royal Commission 1927 (as radio inspector, WA) - Electoral Rolls: engineer (Rockhampton, 1913-1914; Hendra, 1915-1917); radio inspector (Fremantle, 1925-1937) - Links: [http://nla.gov.au/nla.news-article84253651 Bio] * [[/Herbert Godfrey Scott|Scott, Herbert Godfrey "Herb"]] [https://www.familysearch.org/tree/person/details/G8MJ-JFJ] - 1902(Qld)-1968(Qld) - Licences: 4HS Toowoomba (1931-1937); 4HS Brisbane (Albion, 1938-1939; 1946-1965) - Qualifications: cc; AOCP 750, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Railways) - Electoral Rolls: clerk (Toowoomba, 1925-1936; Albion, 1943-1968) * [[/Jack Bartlett Scott|Scott, Jack Bartlett]] [https://www.familysearch.org/tree/person/details/G8VX-FLR] - 1909(NSW)-1988(NSW) - Licences: 2NR Sydney (Epping, 1930-1934); 2AJX Sydney (Cheltenham, 1938-1939; Epping, 1946-1950) - Qualifications: AOCP 685, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Epping, 1933-1935); engineer (Epping, 1949; Wahroonga, 1954-1968); retired (Carlingford, 1977-1980) * [[/Robert Ochiltree Scott|Scott, Robert Ochiltree]] [https://www.familysearch.org/tree/person/details/G8H4-5SX] - 1898(Vic)-1960(Vic) - Licences: 2RS Gundagai (1929-1931); 2RS Balranald (1933); 3OS Scotsburn (1937-1939); 3OS Melbourne (St Kilda, 1956-1960) - Qualifications: AOCP 476, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: grazier (Ballarat, 1920-1924); farmer (Murrayville, 1925-1927; Gundagai, 1930); mechanic (South Yarra, 1943; Melbourne, 1949) * [[/Robert Townley Scott|Scott, Robert Townley]] [https://www.familysearch.org/tree/person/details/G7YC-MBK] - 1841(Eng)-1922(Qld) - senior state public servant (secretary, Qld Post & Telegraph Dept), senior federal public servant (secretary, Postmaster-General's Department) * [[/W. F. Scott|Scott, W. F.]] - 18??(???)-19??(???) - Licences: 4?? Brisbane (West End) - Qualifications: cc; AOCP 334, 1927, No. 37 in Qld - amateur operator; amateur broadcaster - Comment: likely father of H. S. Scott who was reported youngest ever to pass AOCP at age 16 - Electoral Rolls: Nil yet identified * [[/Walter Henry Scott|Scott, Walter Henry]] [https://www.familysearch.org/tree/person/details/G76Z-11G] - 1904(Eng)-1987(SA) - Licences: Receive Adelaide (Glenelg, 1923); 5HS Clare (1937-1939) - Qualifications: cc; AOCP 1888, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Clare, SA, 1939); telephone mechanic (Glenelg, SA, 1941-1943) ===''SEBIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Dudley Sebire|Sebire, Leon Dudley "Leo"]] [https://www.familysearch.org/tree/person/details/G8V2-QX5] - 1932(Vic)-2006(Vic) - Licences: 3CF Melbourne (Wandin North, 1956-1960) - Qualifications: 2COCP 1319, 1955; 1COCP 1786, 1955 - amateur operator, amateur broadcaster, director Telstra Broadcasting Branch - Electoral Rolls: radio mechanic (Wandin Yallock, 1954); engineer (Mordialloc, 1963-1980) - Relationships: son of 3MX Percival John Sebire - Awards: Member Order of Australia "For service to communications, particularly broadcasting" (1991) * [[/Percival John Sebire|Sebire, Percival John "Percy"]] [https://www.familysearch.org/tree/person/details/LCFD-Z2R] - 1904(Vic)-1994(Vic) - Licences: 3MX Melbourne (Moorabbin, 1930-1939, 1946-1980+) - Qualifications: AOCP 692, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elsternwick, 1926; Bentleigh, 1928-1936; Cheltenham, 1949; Moorabbin, 1954-1980) - Relationships: father of 3CF Leon Dudley Sebire ===''SEBLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Sebley|Sebley, William John]] [https://www.familysearch.org/tree/person/details/G649-7VL] - 1894(Qld)-1980(Qld) - Licences: 4WS Ipswich (1931-1939, 1946-1948); Southport (1954-1965) - Qualifications: cc; AOCP 736, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Ipswich, 1915; North Ipswich, 1919-1949; Southport, 1954-1968); ===''SECCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Louis Mervyn Seccombe|Seccombe, Louis Mervyn]] [https://www.familysearch.org/tree/person/details/G8PW-XWM] - 1895(Tas)-1970(NSW) - Licences: 3KT Receive Melbourne (Ascot Vale, 1922-1923); 3KT Melbourne (East Kew, 1924; Ascot Vale, 1924-1925; Hawksburn, 1926; East Malvern, 1927); 2KT Sydney (Rockdale, 1928-1939) - Qualifications: cc; 1COCP 396, 1940 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: salesman (Ascot Vale, Vic, 1919); commercial traveller (Ascot Vale, Vic, 1924); radio engineer (Rockdale, NSW, 1930-1937); wireless operator (Longreach, Qld, 1943); communications officer (Hurstville, 1949-1963); - Comment: Surname sometimes misspelled Secombe ===''SELBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Selby|Selby, George William]] [https://www.familysearch.org/tree/person/details/LCTW-BMT] - 1858(Vic)-1949(Vic) - early wireless and X-ray experimenter ===''SELF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Self|Self, Thomas Edward]] - 1854(???)-19??(???) - b. 7 Jan 1854, Early Tasmanian wireless experimenter, demonstration before Royal Society 1898, beware another Thomas Edward Self (b. 9 Oct 1853) in Hobart at the same time ===''SELFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Giles Turner Selfe|Selfe, Harry Giles Turner]] [https://www.familysearch.org/tree/person/details/K24M-5XB] - 1894(NSW)-1942(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 157, 1915; 1COCP 51, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2; RANVR (commissioned telegraphist, 1942) - Electoral Rolls: radio telegraphist (Geraldton, WA, 1918; Broome, WA, 1922; Leichhardt, NSW, 1933; Darling Harbour, NSW, 1934-1937) ===''SELLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Sellenger|Sellenger, David Charles]] [https://www.familysearch.org/tree/person/details/G8VT-5GJ] - 1902(NSW)-1966(NSW) - Licences: 2DC Sydney (Hurstville, 1930-1965) - Qualifications: AOCP 700, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Hurstville, 1930-1963) ===''SELLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Sellick|Sellick, Edward]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''SELMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold George Selman|Selman, Harold George]] [https://www.familysearch.org/tree/person/details/LRM4-3S8] - 1907(Vic)-1985(Vic) - 3GN Geelong (1925), 3GN Chilwell (1926), 3GN Geelong (1927), 3GN Melbourne (West Coburg, 1931), 3GN Geelong (1933), 3CM Geelong (1948-1980+), amateur operator (AOCP 164, 1925, No. ?? in Vic), amateur broadcaster, radio dealer (Geelong, 1954) ===''SEMMENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Segbert Cornwall Semmens|Semmens, George Segbert Cornwall]] [https://www.familysearch.org/tree/person/details/G744-HQ5] - 1901(Vic)-1977(Vic) - Licences: XJCY Melbourne (East St Kilda, 1913-1914); V756 Receive (1922); 3GZ Receive Buln Buln East (1922); 3GS Laver's Hill (1925-1926); 3GS Queenstown (1927); 3GS Moreland (1931); 3GS Foxhow (1933); Melbourne (Essendon (1937-1939); Glen Iris (1946-1960); Clematis, 1965-1975); 3AEN Melbourne (Clematis, 1954-1960) - Qualifications: cc; AOCP 216, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: teacher (Coburg, 1928; Preston, 1931; Essendon, 1936); res. chemist (Glen Iris, 1943-1963); technical adviser (Clematis, 1968-1977) ===''SERLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric Serle|Serle, Cedric]] [https://www.familysearch.org/tree/person/details/LZT2-SC8] - 1910(Vic)-1972(Vic) - Licences: 3RX Melbourne (Canterbury, 1928-1933; Toorak, 1938-1939; Elwood, 1946-1947); 3ARX Melbourne (Windsor, 1948-1956; Caulfield, 1960-1965) - Qualifications: AOCP 443, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Camberwell North, 1931-1934; Kew, 1936; Toorak, 1937; St Kilda, 1942; Prahran, 1949; Caulfield South, 1963-1972) ===''SEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Percy Lambert Holt Sewell|Sewell, Percy Lambert Holt]] [https://www.familysearch.org/tree/person/details/GDM1-YB1] - 1900(NSW)-1949(NSW) - Licences: 2CJ Receive Sydney (Paddington, 1922); 2CJ Sydney (Paddington, 1922-1925; Darlinghurst, 1925-1926) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Fire Station, Mittagong, 1930-1935; Mittagong, 1936-1937; Kempsey, 1943); installation inspector (Queanbeyan, 1949) ===''SEYLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Jakob Seyler|Seyler, Albert Jakob or Jacob]] [https://www.familysearch.org/tree/person/details/G8NL-F5N] - 1913(Ger)-1977(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - WW2 (Luftwaffe); radar engineer; television researcher; PMGD Research Laboratories (Assistant Director General) - Electoral Rolls: engineer (Mt Waverley, 1963; Burwood, 1968); PMG (Croydon, 1972); assistant director (Emerald, 1977) - [https://adb.anu.edu.au/biography/seyler-albert-jakob-11660 ADB] ===''SHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Henry Shannon|Shannon, Francis Henry "Frank"]] - 1910(Qld)-1991(Qld) - 4SN Allora (1938-1939), Tamborine (1946-1947), Minden (1948-1956), Ipswich (1960-191975), Toowoomba (1980+), amateur operator (AOCP 2145, 1938, No. ?? in Qld), amateur broadcaster , radio clubs (Wooloowin RC, WIA, Qld Listeners' League), journalist (AR, VK4 Notes), occupation (school teacher) ===''SHARLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Sharland|Sharland, Arthur Henry "Chilla"]] [https://www.familysearch.org/tree/person/details/GZZD-ZKS] - 1909(Qld)-1983(Qld) - Licences: 4SD Brisbane (Boondall, 1936-1939, 1946-1948; Ekibin, 1954); 4SD Cloncurry (1955); 4SD Brisbane (Wynnum North, 1956); 4SD Rockhampton (1960); 4SD Yeppoon (1965-1980+) - Qualifications: cc; AOCP 1807, 1936, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless operator); federal public servant (DCA) - Electoral Rolls: labourer (Boondall, Qld, 1937-1943); Commonwealth officer (Wynnum North, Qld, 1954); communications officer (Rockhampton, Qld, 1958-1963; Yeppoon, Qld, 1968-1977); retired (Causeway via Yeppoon, Qld, 1980) ===''SHARP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John James Charles Sharp|Sharp, John James Charles]] [https://www.familysearch.org/tree/person/details/GZBZ-TZV] - 1897(Vic)-1974(Vic) - Licences: 3KA Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 591, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Prahran Gardens, 1919-1924; Caulfield, 1928-1972) ===''SHARPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Victor Sharpe|Sharpe, Frank Victor]] [https://www.familysearch.org/tree/person/details/GMD2-GVZ] - 1904(Qld)-1988(Qld) - Licences: 4AZ Brisbane (Wooloowin, 1924-1929; Ashgrove, 1930-1937; Redcliffe, 1938-1939); 4ZFS Brisbane (Clayfield, 1975); 4FV Brisbane (Clayfield, 1980) - Qualifications: cc; AOCP 20, 1924, No. 4 in Qld; AOCP Q112, 1975 - amateur operator; amateur broadcaster; WW2; radio club (RSQ, WIAQ); military (AMF) - Awards: C.M.G.; O.B.E. - Electoral Rolls: merchant (Wooloowin, 1925-1929); director (Ashgrove, 1934-1937); soldier (Ashgrove, 1943); machinist (likely typo for merchant) (Clayfield, 1949); merchant (Clayfield, 1954-1980) ===''SHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Shaw|Shaw, Archibald John]] [https://www.familysearch.org/tree/person/details/G8K2-ZDZ] - 1872(NSW)-1916(Vic) - XPO King Island (1911); X?? Sydney (Randwick), early wireless experimenter, proprietor Maritime Wireless Telegraph Co of Australasia (1910+) with Edward Hope Kirkby, technical specialist - [https://adb.anu.edu.au/biography/shaw-archibald-john-8404 ADB] [http://messui.polygonal-moogle.com/valves/NW199003.pdf EA] * [[/J. G. Shaw|Shaw, J. G.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (Chelmer, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Raymond Herbert Preston Shaw|Shaw, Raymond Herbert Preston]] [https://www.familysearch.org/tree/person/details/GD3J-J31] - 1901(Eng)-1996(NSW) - Licences: 2LY Receive Sydney (Bondi, 1922-1923); 2LY Sydney (Woolahra, 1924-1929; South Kensington, 1930) - Qualifications: cc; CPRT 664, 1921 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kensington, 1930-1931; Vaucluse, 1932-1980) * [[/Sidney Alexander Shaw|Shaw, Sidney Alexander]] [https://www.familysearch.org/tree/person/details/KFJY-4NH] - 1882(Eng)-1974(WA) - Licences: 6AI Perth (East Guildford, 1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: assistant station master (Woolgangee, WA, 1916-1917); railway officer (East Guildford, WA, 1925-1926); civil servant (Kalgoorlie, WA, 1930-1931); station master (Coolgardie, WA, 1936-1943); retired (East Fremantle, WA, 1949-1972) ===''SHAWSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Shawsmith|Shawsmith, Alan "Smithy" or Alan Shaw Smith]] [https://www.familysearch.org/tree/person/details/G37T-B3Y] - 1917(Qld)-2010(Qld) - Licences: 4SA Brisbane (Indooroopilly, 1935-1939); 4SS Brisbane (West End, -1952-2010) - Qualifications: cc; AOCP 1582, 1935, Qld - amateur operator; historian (amateur); journalist; broadcast engineer (ABC2); public servant (ABC2) - Relationships: Father of 4JSS Steven Shawsmith - Electoral Rolls: poultry farmer (Salisbury, Qld, 1943); radio mechanic (West End, Qld, 1949); builder (West End, Qld, 1954-1980) * [[/Steven Shawsmith|Shawsmith, Steven "Steve"]] - Licences: 4JSS Brisbane - Qualifications: (AOCP ???, 19??, No. ?? in Qld) - amateur operator - Relationships: Son of 4SA-4SS Alan Shawsmith - Electoral Rolls: ===''SHEARER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Anderson Shearer|Shearer, Gordon Anderson]] [https://www.familysearch.org/tree/person/details/LV5G-JW4] - 1907(Qld)-1984(Vic) - Licences: 4FU Receive Brisbane (Alderley, 1923-1924); 4GA Gayndah (1930); 4GA Mt Nebo (1931-1934); 4GA Cloncurry (Quamby, 1937-1939) - Qualifications: cc; AOCP 447, 1928, No. ?? in Qld; 2COCP 95, 1937 - amateur operator; amateur broadcaster; employment (school teacher); state public servant (Qld Dept Education); WW2 - Electoral Rolls: school teacher (Quamby, Qld, 1937; Westbrook, Qld, 1943); aeradio operator (Cloncurry, 1949); communications officer (Cloncurry, 1954); supervisor (Surrey Hills, 1963-1968); retired (Vermont, 1972-1980) ===''SHEARSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Leonard Shearstone|Shearstone, Vincent Leonard]] [https://www.familysearch.org/tree/person/details/G895-CYJ] - 1916(Eng)-1983(NSW) - Licences: Nil - Qualifications: BOCP 4, 1936 - WW2 - Electoral Rolls: radio technician (Albury, 1937); radio announcer (Goulburn, 1943); radio electrician (Goulburn, 1949-1980) ===''SHELDRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Cornwell Sheldrick|Sheldrick, Eric Cornwell "Shel"]] [https://www.familysearch.org/tree/person/details/GZ64-X2X] - 1903(Eng)-1966(Tas) - Licences: 7BH Receive Launceston (1923); 7BH Launceston (1924-1926); 7BT Launceston (1927); 7BM Launceston (1931-1939); 7DM Burnie (1948-1954); 7DN Stowport (1955-1960) - Qualifications: cc; AOCP 60, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: chemist's assistant (Launceston, 1928-1943) ===''SHENTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Hilton Shenton|Shenton, Maurice Hilton]] [https://www.familysearch.org/tree/person/details/G67C-Q1B] - 1903(Qld)-1940(Qld) - Licences: 4DC Receive Brisbane (Wynnum South, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: irrigation ganger (Bald Hills, 1925); assistant stream gauger (North Ipswich, 1928); public servant (Annerley, 1937) ===''SHEPARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arundel Elmore Shepard|Shepard, Arundel Elmore]] [https://www.familysearch.org/tree/person/details/G8QY-8HX] - 1910(SA)-2000(SA) - Licences: 5DC Adelaide (Norwood, 1928-1930; Kent Town, 1931-1933; Norwood, 1937-1939; Toorak East, 1946-1965; Heathpool, 1969-1980+) - Qualifications: cc; AOCP 393, 1928, No. ?? in SA; AOLCP 136, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SHEPHERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. A. Shepherd|Shepherd, H. A.]] - 18??(???)-19??(???) - Licences: XQD Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''SHERRIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Sherriff|Sherriff, Ernest George]] [https://www.familysearch.org/tree/person/details/K877-WTX] - 1904(Qld)-1964(Qld) - Licences: 4SU Brisbane (Fairfield, 1935-1937; Hawthorne, 1938-1939; Brisbane City, 1947-1960) - Qualifications: cc; AOCP 1464, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Brisbane South, Qld, 1928); instructor of printing (Fairfield, Qld, 1937; Hawthorne, Qld, 1943-1949) ===''SHIELDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Edward Shields|Shields, Arthur James Edward]] [https://www.familysearch.org/tree/person/details/LBCT-D5G] - 1894(Eng)-1948(Vic) - Licences: 3GP Melbourne (East Malvern, 1930-1939; North Balwyn, 1946-1948) - Qualifications: AOCP 690, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (East Melbourne, 1925-1927; Malvern East, 1928; Camberwell, 1931-1933); auditor (Malvern East, 1934-1936); retired (Ringwood, 1943) ===''SHOEMAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Shoemaker|Shoemaker, Harry]] [https://www.familysearch.org/tree/person/details/G828-7LL] - 1879(USA)-1932(USA) - American inventor and pioneer radio engineer, developer of Shoemaker wireless system, associated with Gehring companies, International Telegraph Construction Co (represented in Australia by John William Ormsby Hamilton, who promoted the Shoemaker system here), United Wireless Telegraph Co, Marconi Wireless Telegraph Co of America, Mallory companies - Links: [[w:Harry Shoemaker|Wikipedia]]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0026.pdf PIRE1]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0027.pdf PIRE2] ===''SHORING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Samuel Shoring|Shoring, Thomas Samuel]] [https://www.familysearch.org/tree/person/details/GXDD-NDG] - 1914(Qld)-2002(Qld) - Licences: 4SR Bundaberg (1937-1939; 4SR Brisbane (New Farm, 1947-1948) - Qualifications: cc; AOCP 1872, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Bundaberg, Qld, 1936-1937); salesman (Bundaberg, Qld, 1943); sound engineer (New Farm, Qld, 1954; Holland Park, Qld, 1963-1980) ===''SHORT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Alban Short|Short, Alfred Alban]] [https://www.familysearch.org/tree/person/details/GZTS-9QQ] - 1904(NSW)-1946(NT) - Licences: 2SH Newcastle (Lambton, 1926-1933) - Qualifications: AOCP 280, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Lambton, 1930-1943) * [[/Ormond Short|Short, Ormond]] [https://www.familysearch.org/tree/person/details/9VHH-SGM] - 1901(Vic)-1985(Vic) - Licences: 3SK Melbourne (St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1925-1926); electrical engineer (Armadale, 1928; Horsham, 1931-1972); engineer (Horsham, 1977) * [[/Walter Short|Short, Walter]] - 19??(???)-19??(???) - Licences: 2AJ Receive Sydney (Manly, 1922); 2AJ Sydney (Manly, 1923-1924; Kirribilli, 1924; Manly, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Note: several contemporaneous WSs, insufficient data to identify * [[/William Newton Short|Short, William Newton "Newt"]] [https://www.familysearch.org/tree/person/details/G97J-HMM] - 1897(NSW)-1967(NSW) - Licences: 2ARA Sydney (Auburn, 1948-1954; Beacon Hill, 1955-1958; Auburn, 1960-1961; Beacon Hill, 1965); 2AOW Sydney (Auburn, 1957-1958) - Qualifications: AOCP 2829, 1948, NSW - amateur operator, amateur broadcaster - Electoral Rolls: butcher (Ulmarra, 1930-1934); shopkeeper (Coraki, 1935-1936); munition worker (Mayfield, 1943); machinist (Auburn, 1949-1958); inspector (Beacon Hill, 1963) ===''SHORTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Charles Shortell|Shortell, Raymond Charles]] [https://www.familysearch.org/tree/person/details/LYMQ-4HQ] - 1904(Vic)-1991(Qld) - 3VB Receive Melbourne (East St Kilda, 1923-1924), 3RS Melbourne (St Kilda, 1925-1933), 3RS Shepparton (1937-1939), 3ARF Geelong West (1948-1954), 3ARF Melbourne (Croydon, 1955-1960; Hawthorn, 1965-1975), 4ARS Gold Coast (1980+), amateur operator (AOCP 77, 1925, No. ?? in Vic), amateur broadcaster ===''SHORTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eddy Wilbee Shorten|Shorten, Eddy Wilbee or Welbee or Wiebec "Ted"]] [https://www.familysearch.org/tree/person/details/MWN4-MZM] - 1899(Qld)-1980(Qld) - Licences: 4TS Brisbane (Paddington, 1932-1939) - Qualifications: cc; AOCP 908, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor) - Comment: Middle name variable; Birth Welbee; Marriage Wiebec; Death Wilbe; AOCP Wilbee - Electoral Rolls: ===''SHORTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Shortt|Shortt, Robert]] - 19??(???)-19??(???) - Licences: 4HF Camooweal (1933-1939); 5SR Tennant Creek (1947-1948); 5SR Adelaide (Glenunga, 1954; New Hindmarsh, 1955-1956) - Qualifications: cc; AOCP 1193, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SIBLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sibly|Sibly, Arthur]] [https://www.familysearch.org/tree/person/details/KC5R-MH6] - 1897(WA)-1976(NSW) - Licences: XYX Perth (North Perth, 1913-1914); 6AF Receive Perth (City, 1923); 6AF Perth (North Perth, 1923-1924; Inglewood, 1924); 2SB Sydney (Kirribilli, 1925-1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Relationships: father of 2ASY-3AUV Sydney Arthur Sibly; brother of Clifton Archibald Sibly - Electoral Rolls: insurance clerk (North Perth, 1919-1922); manager (Albion, Qld, 1936; Eagle Junction, Qld, 1937; Rose Bay, NSW, 1943-1958); retired (Rose Bay, 1963-1972) * [[/Clifton Archibald Sibly|Sibly, Clifton Archibald]] [https://www.familysearch.org/tree/person/details/K41R-3JQ] - 1894(SA)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 225, 1915 - likely early wireless experimenter with brother Arthur's licence - Relationships: brother of XYX-6AF-2SB Arthur Sibly; uncle of 2ASY-3AUV Sydney Arthur Sibly - Electoral Rolls: farrier (North Perth, 1915-1937) * [[/Sydney Arthur Sibly|Sibly, Sydney Arthur]] [https://www.familysearch.org/tree/person/details/GDKF-F7R] - 1926(NSW)-2001(Vic) - Licences: 2ASY Sydney (Rose Bay, 1954; Kingsgrove, 1957-1965); 3AUV Melbourne (Eltham, 1969) - Qualifications: cc; 2COCP 945, 1945; BOCP 1049, 1949 - amateur operator; amateur broadcaster - Relationships: son of XYX-6AF-2SB Arthur Sibly; nephew of Clifton Archibald Sibly - Electoral Rolls: communications officer (Kingsgrove, 1958-1963); clerk (Eltham, Vic, 1968-1977; Queanbeyan, 1980) ===''SIDEBOTTOM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lancelot Sidebottom|Sidebottom, Geoffrey Lancelot]] [https://www.familysearch.org/tree/person/details/GD5X-KGH] - 1902(Tas)-1964(Tas) - Licences: 7BB Receive Launceston (1922); Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of 7SK Maxwell Douglas Langford Sidebottom - Electoral Rolls: clerk (Launceston, 1928-1954) * [[/Maxwell Douglas Langford Sidebottom|Sidebottom, Maxwell Douglas Langford]] [https://www.familysearch.org/tree/person/details/GD5X-5QY] - 1922(Vic)-19??(???) - Licences: 7SK Hobart (Newtown, 1948); 7SK Howrah (1954-1980) - Qualifications: cc; AOCP 2830, 1948, Vic - amateur operator; WW2 - Relationships: son of 7BB Geoffrey Lancelot Sidebottom - Electoral Rolls: sound engineer (New Town, 1949); mechanic (Bateau Bay, NSW, 1980) ===''SIDEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Longfield Sidey|Sidey, Robert Longfield]] [https://www.familysearch.org/tree/person/details/LKSN-3P6] - 1874(NSW)-1951(NSW) - Licences: 2ZY Sydney (Lindfield, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of 2CB James Douglas Kay Sidey - Electoral Rolls: accountant (Lindfield, 1930-1949) * [[/James Douglas Kay Sidey|Sidey, James Douglas Kay or Douglas James Kay]] [https://www.familysearch.org/tree/person/details/LKSN-35P] - 1904(NSW)-1963(NSW) - Licences: 2CB Receive Sydney (Lindfield, 1922-1923); 2CB Sydney (Lindfield, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: son of 2ZY Robert Longfield Sidey - Electoral Rolls: grazier (Bethungra, 1943-1949); no occupation (Junee, 1954) ===''SIEVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ernest William Sievers|Sievers, Ernest William]] [https://www.familysearch.org/tree/person/details/KNJD-8MJ] - 1901(Qld)-1962(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 1165, 1933, Qld; 2COCP 9, 1934; 1COCP 38, 1935 - amateur operator? - Electoral Rolls: railway employee (Kelvin Grove, 1925); night officer (Oakey, 1930); railway night officer (Narangba, 1936-1937); radio telegraphist (Ascot, 1943; Clayfield, 1949-1958) * [[/William Frederick Sievers|Sievers, William Frederick]] [https://www.familysearch.org/tree/person/details/GZJN-NDS] - 1902(Vic)-1996(Vic) - Licences: 3CB Receive Melbourne (East Richmond, 1922-1923); 3CB Melbourne (East Richmond & South Yarra, 1924-1939, 1946-1960; Toorak, 1965-1980+) - Qualifications: cc; AOCP 165, 1925, Vic - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Richmond, 1931-1943); reader (South Yarra, 1949-1963); meter reader (Toorak, 1972-1980) ===''SIGAL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Louis Sigal|Sigal, Harold Louis]] [https://www.familysearch.org/tree/person/details/GZ4R-XFJ] - 1908(SA)-1939(NSW) - Licences: 2UK Sydney (Woollahra, 1926-1930) - Qualifications: AOCP 253, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Woollahra, 1930); engineer (Melbourne East, 1931); electrician (Auburn North, 1933; Centennial Park, 1934; Bondi, 1936-1937; West Perth, 1943; Woolowin, 1949; Bellevue Hill, 1954; Kensington, 1958); manager (Bondi, 1963); salesman (Bondi, 1968); retired (Vaulcuse, 1977-1980) ===''SIGMONT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Sigmont|Sigmont, Walter]] [https://www.familysearch.org/tree/person/details/GD58-221] - 1883(NSW)-1942(Vic) - Licences: 3AH Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: patent attorney (Auburn, Vic, 1917; Elsternwick, 1924-1937; Seaford, 1942); ===''SILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Clive Silby|Silby, Arthur Clive]] [https://www.familysearch.org/tree/person/details/G8B6-PSD] - 1894(SA)-19??(???) - Licences: 6AF Perth (North Perth, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 (Australian Wireless Squadron) [https://alh-research.tripod.com/Light_Horse/index.blog/1911865/australian-wireless-squadron-aif-embarkation-roll/] - Electoral Rolls: motor mechanic (Exeter, 1939-1943) ===''SILVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Leslie Silver|Silver, Frank Leslie]] [https://www.familysearch.org/tree/person/details/94HC-LTV] - 1904(Qld)-1987(Qld) - Licences: 4FL Brisbane (Morningside, 1938-1939, 1947-1980+) - Qualifications: cc; AOCP 2086, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Morningside, Qld, 1937-1943); radio mechanic (Morningside, Qld, 1949-1980) ===''SIMMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Simmonds|Simmonds, Arthur George]] [https://www.familysearch.org/tree/person/details/G8DL-234] - 1906(Eng)-1963(NSW) - Licences: 2GS Sydney (Arncliffe, 1930-1934); 2GS Murwillumbah (1935-1939); 4PG Bundaberg (1946-1948); 2APJ Sydney (Cronulla, 1954-1955; Caringbah, 1956-1961) - Qualifications: AOCP 590, 1930, No. ?? in NSW; BOCP 207, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Arncliffe, 1933); gardner (Arncliffe, 1935); radio engineer (Murwillumbah, 1935-1937); technician (4BU Kalkie, 1943-1949) * [[/Ernest John Simmonds|Simmonds, Ernest John]] - 19??(Eng)-19??(Eng) - G2OD Gerrard's Cross, Buckinghamshire, England, amateur operator, first to two way QSO Australia (Nov 1924, 3BQ) ===''SIMMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Trethowan Simmons|Simmons, Henry Trethowan]] [https://www.familysearch.org/tree/person/details/G4M3-BP4] - 1905(WA)-1985(WA) - Licences: 6KX Perth (Subiaco, 1925-1928; Mt Lawley, 1931-1933; Nedlands, 1937-1939, 1946-1948; West Perth, 1954-1955; Mt Pleasant, 1956-1980) - Qualifications: cc; AOCP 181, 1925, No. ?? in WA; CPRT 1121, 1928; 2COCP 295, 1930; 1COCP 257, 1932 - amateur operator, amateur broadcaster, broadcast engineer - Electoral Rolls: radio operator (Maylands, 1931), radio engineer (Nedlands, 1936; West Perth, 1949), engineer (Fremantle, 1958; Mt Pleasant, 1963-1980) * [[/Leonard Joseph Simmons|Simmons, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/GZBM-SKH] - 1907(Vic)-1987(Vic) - Licences: 3LJ Melbourne (Belgrave, 1926-1931; East Prahran, 1933); 3LJ Rheola (1937-1939); 3LV Trafalgar (1948); 3LV Cheltenham (1954-1980+) - Qualifications: AOCP 304, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Womerah, Yarram Yarram, 1928; Toolangi, Yea, 1931; Armadale, 1934-1936; Rheola, Bendigo, 1936-1937; Nanneela West, Bendigo, 1942; Cheltenham, 1949-1980) ===''SIMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Wilkinson Simms|Simms, Eric Wilkinson]] [https://www.familysearch.org/tree/person/details/G7XZ-9RN] - 1906(WA)-1998(Vic) - Licences: 3KS Melbourne (Malvern, 1927-1931; Caulfield, 1933) - Qualifications: AOCP 360, 1927, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Lieutenant) - Electoral Rolls: warehouseman (Malvern, 1931); buyer (Caulfield, 1934; Hawthorn, 1936-1937); manager (Malvern East, 1949-1980) ===''SIMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Robert Simpson|Simpson, Leslie Robert]] [https://www.familysearch.org/tree/person/details/GZD8-4VD] - 1901(WA)-1966(Vic) - 3SA Ararat (1925-1933), 3SA Melbourne (Windsor, 1947-1965), amateur operator (AOCP 44, 1925, No. ?? in Vic), amateur broadcaster, draper, salesman * [[/Harry Blythe Simpson|Simpson, Harry Blythe]] [https://www.familysearch.org/tree/person/details/GF93-CZ3] - 1920(???)-2013(WA) - Licences: 6HS Perth (Leederville, 1937-1939; Mt Lawley, 1947-1948; Nedlands, 1954-1969; Lesmurdie, 1975-1980+) - Qualifications: cc; AOCP 2060, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: traveller (Claremont, WA, 1949-1968); marketing manager (Lesmurdie, WA, 1972); manager (Lesmurdie, WA, 1977-1980) ===''SIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Sims|Sims, Eric Charles]] [https://www.familysearch.org/tree/person/details/G8MK-NXC] - 1907(WA)-1992(Vic) - Licences: Nil yet identified - Qualifications: cc; AOCP 344, 1927, No. 38 in Qld; 2COCP 16, 1934 - amateur operator; WW2 - Electoral Rolls: wireless mechanic (RAAF Point Cook, 1931-1934); QANTAS air pilot (Brisbane, 1936-1937); public servant (Box Hill, 1963) - Comment: several contemporaneous Eric Charles Sims, need to sort electoral rolls * [[/Ernest Leslie Arthur Sims|Sims, Ernest Leslie Arthur]] [https://www.familysearch.org/tree/person/details/LZ6H-6PF] - 1905(Vic)-1960(Vic) - Licences: 3ZA Melbourne (Preston, 1930-1933); 3ZA Apollo Bay (1937-1939, 1946-1947) - Qualifications: AOCP 622, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: carpenter (Preston, 1931; Apollo Bay, 1933-1937; Preston, 1942; Apollo Bay, 1949-1954) ===''SINGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Claude Paul Singleton|Singleton, Claude Paul]] [https://www.familysearch.org/tree/person/details/G4JR-4SV] - 1914(WA)-1990(Qld) - Licences: 4UX Theodore (1936-1939); 4UX Bundaberg (1946-1947); 4UX Stanthorpe (1948); 4UX Atherton (1954-1955); 4UX Malanda (1956); 4UX Ayr (1960); 4UX Childers (1965); 4UX St George (1969); 4UX Gracemere (1975); 4UX Dalby (1980) - Qualifications: cc; AOCP 1638, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; broadcast technician (4QW, 4QO, 4QW, 4RK, 4QS); federal public servant (PMGD); WW2 - Electoral Rolls: baker (Theodore, Qld, 1936-1937); radio mechanic (Stanthorpe, Qld, 1949); radio technician (Yungaburra, Qld, 1954); public servant (Gracemere, Qld, 1972) ===''SIRL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Charles Sirl|Sirl, Clarence William Charles]] [https://www.familysearch.org/tree/person/details/G89J-9LJ] - 1913(SA)-1981(WA) - Licences: 6XG Katanning (1938-1939; 1947-1969) - Qualifications: BOCP 3, 1936; AOCP 2132, 1938, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Katanning, 1937-1968) ===''SLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Irwin Slade|Slade, Charles Irwin]] [https://www.familysearch.org/tree/person/details/GDN1-G28] - 1921(???)-19??(???) - Licences: 3PZ Melbourne (Elwood, 1938-1939, 1947-1954) - Qualifications: cc; AOCP 2172, 1938, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (St Kilda, 1949-1954); medical practitioner (St Kilda, 1967-1968; Elwood, 1972-1980) * [[/Charles William Slade|Slade, Charles William]] [https://www.familysearch.org/tree/person/details/GH3R-28W] - 1893(Eng)-1962(NSW) - Licences: 2SX Sydney (Croydon, 1925-1939, 1946-1961 - Qualifications: cc; Nil yet identified; English PMG Certificate 1st class - amateur operator; amateur broadcaster; WW1 (RAN, 1909-1924); Wireless Weekly (technical editor, 1925-1928); Daily Telegraph (radio & technical editor, 1928-1929); Keogh Radio (engineer, 1929-1930); Croydon Radio (proprietor, 1930-1933+) - Electoral Rolls: radio engineer, R.A.N. (Croydon, 1943-1958) ===''SLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. F. Slater|Slater, J. F.]] - 19??(???)-19??(???) - Licences: Receive Sheffield (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Harold Ivan Slater|Slater, Harold Ivan]] [https://www.familysearch.org/tree/person/details/GDT3-7JP] - 1898(Tas)-1971(Qld) - Licences: Receive (Crystal) Kelso (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: pastoralist (Kelso, Tas, 1919); labourer (Maypole Hotel, New Town, Tas); no occupation (Middle Park, Vic, 1926); airman (Point Cook, Vic, 1927; Middle Park, 1931); traveller (Elsternwick, 1936-1968) ===''SLATTERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Slattery|Slattery, Joseph Patrick]] [https://www.familysearch.org/tree/person/details/G824-KHF] - 1866(Irl)-1931(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St John's College, Camperdown; St Vincent's, Ashfield, 1930) - Links: [[w:Joseph Patrick Slattery|Wikipedia]]; [https://adb.anu.edu.au/biography/slattery-joseph-patrick-8453 ADB] * [[/Joseph Samuel Francis Slattery|Slattery, Joseph Samuel Francis]] [https://www.familysearch.org/tree/person/details/GZVN-SSF] - 1894(NSW)-1988(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 50, 1915; CPRT 167, 1915; 2COCP 324, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Applecross, WA, 1916; Esperance, WA, 1916; RAN radio station, Geraldton, 1917); travelling salesman (Stanthorpe, 1928-1930); traveller (Tamworth, 1932-1933; Woollahra, NSW, 1933-1935); commercial traveller (New Farm, 1936; Hamilton, Qld, 1937; Fairfield, Qld, 1949; West Sydney, 1949-1954); radio officer (Mascot, NSW, 1958-1963); retired (Cremorne, NSW, 1968-1980) ===''SMART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Smart|Smart, Arthur]] [https://www.familysearch.org/tree/person/details/GXHD-TNH] - 1891(NZ)-1980(NZ) - Licences: 4SM Barcaldine (1936-1937); 4SM Paterson (1938-1939); 4SM Longreach (1946-1948); 4SM Cairns (Cairns City, 1954-1956; Freshwater, 1960-1975) - Qualifications: cc; AOCP 1625, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: boiler attendant (Dunevia Station, Blackhall, Qld, 1913); motor engineer (Aramac, Qld, 1916-1925; Barcaldine, 1928-1937); freeholder (Longreach, Qld, 1943); mechanic (Longreach, Qld, 1949); farmer (Cairns, Qld, 1954-1958); retired (Freshwater, Qld, 1963-1972; Cairns, Qld, 1977) ===''SMELLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ellis Henry Smellie|Smellie, Ellis Henry]] [https://www.familysearch.org/tree/person/details/GX7P-FDM] - 1893(Vic)-1991(Vic) - Licences: Nil yet identified - Qualifications: cc; 2COCP 218, 1930; 1COCP 240, 1931 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: radio telegraphist (Radio Station, Applecross, 1925; Geraldton, 1931; Broome, 1936); telegraphist (Caulfield, Vic, 1942-1949); radio officer (Caulfield, Vic, 1954; Blackburn, 1963-1980) ===''SMIBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Smibert|Smibert, George]] - 1840(Sct)-1899(Vic) - clubs (founding member Telegraph Electrical Society Vic), employment (Postal Department Vic, chief electrician), brother of James Smibert Deputy Postmaster-General Victoria * [[/George Smibert|Smibert, James]] - 1836(Sct)-1912(Vic) - employment (Postal Department Vic, Deputy Postmaster-General, appointed following early passing of Samuel Walker McGowan), created a nepotism scandal by early promotion of brother and brother-in-law to the most senior positions in Vic Post & Telegraphs in the early 1890s, likely reason for the positioning of Qld appointees at the top of the Federal PMGD in 1901; the brother of George Smibert Chief Electrician, Postal Dept Vic ===''SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Smith, Alan Shaw - See Alan Shawsmith (change of name) * [[/Arthur Carrington Smith|Smith, Arthur Carrington]] [https://www.familysearch.org/tree/person/details/GDKV-VL2] - 1902(Tas)-1982(NSW) - Licences: 7BN Receive Launceston (1923); 7AB Launceston (1924-1927) - Qualifications: cc; AOCP 8, 1924, No. ?? in Tas; CPRT 930, 1926 - amateur operator; amateur broadcaster; broadcast engineer (operator 7BN Wills & Co wannabe Class B); recording engineer (Cinesound Productions Ltd, Bondi, 1932); inventor of sound-on-film systems - Electoral Rolls: salesman (Launceston, 1928); recording engineer (Bronte, 1931-1935); engineer (Bondi, 1936-1937); recording engineer (Clovelly, 1943-1949; Waverley, 1963-1968); engineer (Waverley, 1977-1980) * [[/Austen Cyril Smith|Smith, Austen Cyril]] [https://www.familysearch.org/tree/person/details/GZ6N-JKF] - 1904(Eng)-1992(NSW) - Licences: 2FS Sydney (Croydon, 1924-1925; Burwood, 1925; Maroubra, 1930-1933; Homebush, 1933; Burwood, 1934-1939) - Qualifications: cc; AOCP 75, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; radio agent - Electoral Rolls: radio agent (Burwood, 1934-1937); radio mechanic (Burwood, 1943-1954); radio engineer (Burwood, 1958-1963); retired (Lower Hawkesbury, 1972-1980) * [[/C. Smith|Smith, C.]] - 19??(???)-19??(???) - Licences: 7BA Receive Stanley (1922); Receive Stanley (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Cedric Preston Smith|Smith, Cedric Preston or Preston-Smith, Cedric]] [https://www.familysearch.org/tree/person/details/G8BB-X47] - 1907(NSW)-1974(NSW) - Licences: 2ZZ Sydney (Cremorne, 1924); 2QK Sydney (Manly, 1935-1936; Balgowlah, 1937; Lane Cove, 1938-1939); 2CD Sydney (Cremorne, 1958-1961; Palm Beach, 1965-1969) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: bank accountant (Binnaway, 1930); bank officer (Manly, 1932; Balgowlah, 1934-1937; South Melbourne, Vic, 1943-1949); bank manager (Ballarat, 1954; Cremorne, 1958-1963); retired (Palm Beach, 1963-1968) * [[/Charles Frederick Smith|Smith, Charles Frederick]] - 1908(Eng)-19??(???) - Licences: No licence yet identified - Qualifications: AOCP 418, 1928, No. ?? in NSW; CPRTelephony 1112, 1928; 2COCP 44, 1929 - amateur operator - Electoral Rolls: Several contemporaneous Charles Frederick Smith's, not yet identified * [[/Colin Hughes Smith|Smith, Colin Hughes]] [https://www.familysearch.org/tree/person/details/L2YH-LLB] - 1910(Vic)-1998(Vic) - Licences: 3PK Melbourne (East Kew, 1928-1939, 1946-1980+) - Qualifications: AOCP 433, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Kew, 1931-1937); engineer (Kew, 1943-1980) * [[/Herbert Henry Baker Smith|Smith, Herbert Henry Baker]] [https://www.familysearch.org/tree/person/details/GXFN-H6R] - 19??(???)-1932(Qld) - Licences: 4DP Receive Cairns (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Cairns, Qld, 1925-1930) * [[/J. H. Smith|Smith, J. H.]] - 19??(???)-19??(???) - Licences: 4EA Receive Beenleigh (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/John Albert Malcolm Smith|Smith, John Albert Malcolm]] [https://www.familysearch.org/tree/person/details/L264-537] - 1911(Eng)-1987(SA) - Licences: 5JR Adelaide (St Peters, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1375, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939-1943) * [[/P. W. Smith|Smith, P. W.]] - 19??(???)-19??(???) - Licences: 4EF Receive Brisbane (Alderley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Sidney Hugh Holland Smith|Smith, Sidney Hugh Holland]] - 1861(???)-1933(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, senior state public servant (Qld P&T, Chief Mechanician), senior federal public servant (PMGD, State Mechanician, Qld), radio clubs (QWI, vice president), business proprietor (Telephone and Electrical Supplies Co) * [[/Stuart Disney Paull Smith|Smith, Stuart (Birth) or Stewart (Electoral Rolls) Disney Paull or Paul]] [https://www.familysearch.org/tree/person/details/GXDB-8D8] - 1913(Qld)-1986(Qld) - Licences: 4LA Brisbane (Corinda, 1934-1939); 4LA Amberley (1946-1948); 4LA Brisbane (Camp Hill, 1960-1980) - Qualifications: cc; AOCP 1303, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor); military (RAAF, navigator); broadcast technician (4BC); Dept Education (O/C Radio) - Electoral Rolls: engineer (Corinda, Qld, 1936-1949); radio technician (New Farm, Qld, 1949); maintenance officer (Camp Hill, Qld, 1954-1963); public servant (Camp Hill, Qld, 1972-1980) * [[/Sydney Smith|Smith, Sydney]] - 1856(NSW)-1934(NSW) - senior state politician (NSW MLA), senior federal politician (Postmaster-General, 1904-1905) * [[/Wilfred Smith|Smith, Wilfred]] [https://www.familysearch.org/tree/person/details/GXRQ-PQ1] - 1896(Eng)-19??(???) - Licences: Receive Adelaide (St Peters, 1923); 5AG Adelaide (Henley Beach, 1937-1939, 1947-1948) - Qualifications: cc; CPRT 602, 1921; 2COCP 419, 1941; 1COCP 882, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Henley, SA, 1939-1943) * [[/William Arthur Smith|Smith, William Arthur]] [https://www.familysearch.org/tree/person/details/GMCX-XL9] - 1906(SA)-1970(SA) - Licences: 5LZ Wallaroo (1929-1933) - Qualifications: cc; AOCP 526, 1929, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical mechanic (Glenunga, 1939-1943) - beware several contemporaneous William Arthur Smith's * [[/William Henry Smith|Smith, William Henry]] [https://www.familysearch.org/tree/person/details/GX2V-L4R] - 1911(SA)-19??(???) - Licences: 5SW Adelaide (Woodville, 1937-1939, 1947-1956); 5ASW Adelaide (Woodville, 1980+) - Qualifications: cc; AOCP 1996, 1937, SA; BOCP 431, 1942 - amateur operator; amateur broadcaster - Comment: Several contemporaneous WHSs - Electoral Rolls: operator (Woodville, SA, 1939) * [[/W. J. Smith|Smith, W. J.]] - 19??(???)-19??(???) - Licences: N758 Receive Sydney (Hurstville, 1922); 2IC Receive Sydney (Hurstville, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''SMITHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Charles Smithers|Smithers, Ernest Charles]] [https://www.familysearch.org/tree/person/details/G8Z1-GQ1] - 1885(NSW)-1953(NSW) - Licences: Nil yet identified - Qualifications: AOCP 552, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: inspector of fisheries (Urunga, 1930); inspector (Burwood, 1930-1949) ===''SMYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Walter Smyth|Smyth, Cedric Walter]] [https://www.familysearch.org/tree/person/details/GD1C-4MX] - 1916(WA)-1987(SA) - Licences: 7CD Devonport (1933-1939); 3ACH Melbourne (Doncaster East, 1954-1980+) - Qualifications: cc; AOCP 1133, 1933, Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: toolmaker (Preston, Vic, 1942-1949); engineer (Doncaster East, 1954-1977) * [[/Victor Loftus Smyth|Smyth, Victor Loftus]] [https://www.familysearch.org/tree/person/details/LR8F-P8L] - 1905(Vic)-1972(Vic) - Licences: 3PJ Receive Geelong (1923); 3PJ Geelong (1924); 3PJ Bendigo (1924-1939) - Qualifications: AOCP 126, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Bendigo, 1928-1972) ===''SMYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Cresswell Smythe|Smythe, Alan (BMD) or Allan (Electoral Rolls) Cresswell]] [https://www.familysearch.org/tree/person/details/G8JQ-V9V] - 1908(SA)-1983(SA) - Licences: 5MF Adelaide (Torrensville, 1930-1939, 1946-1948; Hazlewood Park, 1954-1980+) - Qualifications: AOCP 658, 1930, No. ?? in SA; AOLCP 135, 1933; BOCP 125, 1937; 1COCP 196, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Torrensville, SA, 1939-1943) ===''SNADDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Ernest Snaddon|Snaddon, John Ernest]] [https://www.familysearch.org/tree/person/details/GZLF-B75] - 1920(Eng)-1944(Aegean Sea) - Licences: 3VE Melbourne (Malvern, 1939) - Qualifications: AOCP 2322, 1939, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, 459 Squadron, Warrant Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/snaddon-john-ernest-409361/] ===''SNAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Leslie Snaith|Snaith, Samuel Leslie]] [https://www.familysearch.org/tree/person/details/GZJN-2S8] - 1901(Vic)-1961(Vic) - Licences: 3ZR Melbourne (Footscray, 1923-1926; Newport, 1931) - Qualifications: cc; AOCP 166, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1924-1928; Newport, 1931-1954) ===''SNAPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fairlie Roger de Burgh Snape|Snape, Fairlie Roger de Burgh]] [https://www.familysearch.org/tree/person/details/G649-B1V] - 1900(NSW)-1988(NSW) - Licences: 2NU Receive Quirindi (1923); 4JK Willis Island (1931) - Qualifications: cc; CPRT 695, 1922; 2COCP 340, 1931; 1COCP 221, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: operator (Quirindi, 1930); wireless operator (Quirindi, 1934-1936); radio engineer (Killara, 1949-1968); engineer (Killara, 1980) ===''SNOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Charles Snook|Snook, Keith Charles]] [https://www.familysearch.org/tree/person/details/GDTG-Z2D] - 1908(Tas)-1946(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 (RAAF) - Electoral Rolls: motor engineer (Hobart North, 1936); motor mechanic (Hobart Central, 1937) ===''SNOSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Raymond Snoswell|Snoswell, Alfred Raymond]] [https://www.familysearch.org/tree/person/details/9NWH-MCT] - 1899(SA)-1971(SA) - Licences: 5AD Adelaide (Exeter, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Largs, 1939-1943) ===''SODEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander William Soden|Soden, Alexander William]] [https://www.familysearch.org/tree/person/details/G8N9-7M1] - 1909(Qld)-1948(Qld) - Licences: 4AS Brisbane (Annerley, 1930-1939; Yeerongpilly, 1946-1948) - Qualifications: cc; AOCP 634, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Annerley, 1934-1943) ===''SOUMPROU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emile Walter Soumprou|Soumprou, Emile Walter]] [https://www.familysearch.org/tree/person/details/9ZZF-SX7] - 1906(Vic)-1955(Vic) - Licences: 3WK Melbourne (Thornbury, 1929-1931; North Fitzroy, 1938-1939, 1946-1948; East Brighton, 1954-1956) - Qualifications: AOCP 511, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: student (Northcote, 1936-1937); retired (Fitzroy North, 1942-1949); Elsternwick, 1954) ===''SOUTHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Lindsay Southwell|Southwell, Clifford Lindsay]] [https://www.familysearch.org/tree/person/details/GZNM-FDF] - 1897(???)-1973(NSW) - 2SW Sydney (Cremorne, 1925-1926; Northbridge, 1927-1929; Brighton-Le-Sands, 1930-1931; Northbridge, 1933-1939), amateur operator (AOCP 131, 1925, No. ?? in NSW), amateur broadcaster, WW1 (Army, Private) & WW2 (Australian Army, colonel), sales manager (1954) * [[/Leslie William Douglas Southwell|Southwell, Leslie William Douglas]] [https://www.familysearch.org/tree/person/details/9WXT-S8L] - 1900(NSW)-1960(Vic) - Licences: 3SL Seymour (1924-1939, 1946-1954); 3SL Melbourne (Montrose, 1955-1960) - Qualifications: cc; AOCP 250, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Seymour, 1931-1954) * [[/Noel Leslie Southwell|Southwell, Noel Leslie]] [https://www.familysearch.org/tree/person/details/GZNM-ZJW] - 1919(NSW)-1998(NSW) - 2ZF Sydney (Leichhardt, 1935-1939, 1946-1950; Yagoona, 1954-1980+), qualifications (AOCP 1565, 1935, No. ?? in NSW; 1COCP 149, 1937), amateur operator, broadcast technician (1949), QSL collection survives ARDXC/NFSA ===''SPARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Spark|Spark, John]] - 1879(USA)-19??(???) - Licences: 6AC Perth (City, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: soldier (Fremantle, 1917); civil servant (West Perth, 1921) - Comment: identification not certain ===''SPEDDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Spedding|Spedding, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GQ82-ZCM] - 1897(NSW)-1958(NSW) - Licences: 4DU Receive Brandon (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bookkeeper (Brandon, Qld, 1921-1925); clerk (Lakemba, NSW, 1932-1958) ===''SPENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Keith Spence|Spence, Edward Keith]] [https://www.familysearch.org/tree/person/details/LBYN-S3H] - 1908(Qld)-1980(NSW) - Licences: 4DT Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Union Bank, Wagga Wagga, NSW, 1930; Wellington, NSW, 1934); bank officer (Bondi, NSW, 1936; Rose Bay, NSW, 1937; Epping, NSW, 1943-1949; Northbridge, NSW, 1963-1977); retired (Cremorne, NSW, 1980) * [[/William Guthrie Spence|Spence, William Guthrie]] - 1846(Sco)-1926(Vic) - senior federal politician (Postmaster-General, 1914-1915) ===''SPENCER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derek David Spencer|Spencer, Derek David]] [https://www.familysearch.org/tree/person/details/GFSW-N55] - 1909(Eng)-1982(Tas) - Licences: 3DS Melbourne (Altona, 1934-1937); 6DS Perth (Pearce, 1938-1939) - Qualifications: cc; AOCP 1280, 1934, Vic; AOLCP 157, 1934; 2COCP 55, 1936; 1COCP 111, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: poultry farmer (Ulverstone, Tas, 1954; Leven, Tas, 1963); farmer (Gawler, Tas, 1972) ===''SPERRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred John Sperring|Sperring, Wilfred John]] [https://www.familysearch.org/tree/person/details/KVLY-JPK] - 1917(WA)-1966(WA) - Licences: 6SP Perth (Victoria Park, 1937-1939, 1947-1948; Belmont, 1954) - Qualifications: cc; AOCP 1920, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Victoria Park, WA, 1943); mechanic (Victoria Park, WA, 1949); radio engineer (Belmont, WA, 1954-1963) ===''SPICER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Spicer|Spicer, Victor John]] [https://www.familysearch.org/tree/person/details/G88M-KKY] - 1910(Eng)-1985(Vic) - Licences: 3VS Melbourne (Mordialloc, 1929-1931; East Malvern, 1933; North Fitzroy, 1937-1939, 1946-1948) - Qualifications: AOCP 554, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1934); constable (Port Melbourne, 1936; Fitzroy, 1937-1954; Carlton South, 1967-1968); retired (Hurstbridge, Vic, 1977-1980) ===''SPITZKOWSKY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Royston Stanley Spitzkowsky|Spitzkowsky, Max Royston Stanley]] [https://www.familysearch.org/tree/person/details/GZYD-23H] - 1904(NSW)-1989(NSW) - Licences: 2MS Newcastle (Hamilton, 1926-1975) - Qualifications: AOCP 302, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: turner (Hamilton, 1932-1972) ===''SPOTSWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Ernest Spotswood|Spotswood, Cyril Ernest]] [https://www.familysearch.org/tree/person/details/GDTC-4GM] - 1897(Tas)-1964(Tas) - Licences: Receive Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Burnie, 1936-1943); fettler (Burnie, 1949-1954) * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] [https://www.familysearch.org/tree/person/details/M7P4-M7C] - 1892(Qld)-1973(Qld) - Licences: 4JH Poopoonbah via Giru (1935-1939) - Qualifications: cc; AOCP 1356, 1934, Qld - amateur operator; amateur broadcaster - Comment: second YL operator in Qld - Relationships: Wife of 4JK Jack Lawrence Humphry - Electoral Rolls: home duties (Ching Do Siding, Ayr, Qld, 1919-1936; Giru, Qld, 1937-1949; Poopoonbah, Qld, 1954; St Lucia, Qld, 1958-1972) ===''SPRENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Ernest Sprenger|Sprenger, Herbert Ernest]] [https://www.familysearch.org/tree/person/details/GMQD-2CJ] - 1914(Qld)-2000(Qld) - Licences: 4ES Bundaberg (1932-1939); 4ES Brisbane (New Farm, 1946-1948; Holland Park, 1954; Upper Mt Gravatt, 1955-1960; Rainworth, 1965-1980+) - Qualifications: cc; AOCP 1064, 1932, No. ?? in Qld; BOCP 165, 1938; 1COCP 530, 1941 - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); state public servant (Qld Police, radio comms) - Electoral Rolls: radio mechanic (Bundaberg, 1936-1937); police constable (New Farm, Qld, 1943-1949); sergeant police (Holland Park, Qld, 1954; Upper Mt Gravatt, Qld, 1958); sub-inspector police (Rainworth, Qld, 1963-1968); police officer (Rainworth, Qld, 1972); retired (Bardon, Qld, 1977-1980) ===''SPURRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Charles Spurrier|Spurrier, Leonard Charles]] [https://www.familysearch.org/tree/person/details/LTY1-WZJ] - 1904(Wales)-1984(SA) - Licences: S382 Receive Adelaide (North Adelaide, 1922); 5AL Receive Adelaide (North Adelaide, 1923); Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Clarence Park, 1939-1941; Eden Hills, 1943) ===''SQUIRES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Jack Squires|Squires, Jack]] [https://www.familysearch.org/tree/person/details/G8CX-3GW] - 1909(WA)-1972(???) - Licences: 6JS Perth (Cannington, 1929-1939; Como, 1946-1956; Nedlands, 1960; West Leederville, 1965-1969) - Qualifications: cc; AOCP 510, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Cannington, 1931-1936); sales manager (Midland Junction, 1937; South Perth, 1943-1954); manager (Subiaco, 1963); business manager (West Kalamunda, 1968) ===''ST JOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Clive Bolingbroke St John|St John, Henry Clive Bolingbroke]] [https://www.familysearch.org/tree/person/details/LBTN-PV8] - 1895(Eng)-1972(NSW) - Licences: 2RX Receive Sydney (Rockdale, 1923-1925); 2RX Sydney (Rockdale, 1926-1939; Northbridge, 1965-1969) - Qualifications: AOCP 258, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: reader (Rockdale, 1930-1936; Northbridge, 1943-1963) ===''STACEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Keith Stacey|Stacey, Howard Keith]] [https://www.familysearch.org/tree/person/details/G3TY-D8M] - 1907(NSW)-1993(SA) - Licences: 5XA Adelaide (Firle, 1934-1937; Knightsbridge, 1938-1939; Leabrook, 1947-1956; Glynde, 1960-1980+) - Qualifications: cc; AOCP 1360, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: compositor (Burnside, SA, 1939-1941) * [[/Roy Ernest Stacey|Stacey, Roy Ernest]] [https://www.familysearch.org/tree/person/details/GXDT-PNR] - 1902(Qld)-1973(Qld) - Licences: 4RS Proserpine (1933-1939, 1948-1969) - Qualifications: cc; AOCP 1187, 1933, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: office assistant (Bauple, Qld, 1925); clerk (Proserpine, Qld, 1928-1972) ===''STACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Patrick Charles Stack|Stack, Robert Patrick Charles]] [https://www.familysearch.org/tree/person/details/GXDL-Y2K] - 1904(Eng)-1966(Qld) - Licences: 4TK Innisfail (1936-1939, 1947-1965) - Qualifications: cc; AOCP 1742, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: hairdresser (Innisfail, Qld, 1930-1932); stationer (Innisfail, Qld, 1936-1943) ===''STACKPOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Julian Stackpole|Stackpole, Peter Julian]] [https://www.familysearch.org/tree/person/details/GD3D-H8N] - 1947(Vic)-2004(ACT) - Licences: 3ZQS Melbourne (North Clayton, 1980+; 1RX Canberra, 1990s); Qualifications: cc; AOLCP 2203, 1966; AOCP N1856, 1988 - amateur operator; broadcast planning engineer (P&TD, DoC, DoTaC, ABA, ACA) - Electoral Rolls: assistant (Hampton, 1972); technical officer (Clayton, 1977-1980) ===''STAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Hurst William Stafford|Stafford, John Hurst William]] [https://www.familysearch.org/tree/person/details/LV6P-XSJ] - 1901(Qld)-1992(Qld) - Licences: 4CD Receive Ipswich (Ebbw Vale, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: electrician (Ebbw Vale, 1925-1928; Booval, 1932-1949); engineer (East Ipswich, 1958-1963); retired (Mansfield, 1977-1980) ===''STANFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Roy Stanfield|Stanfield, Clifford Roy]] [https://www.familysearch.org/tree/person/details/GQXR-9GG] - 1900(NSW)-1991(NSW) - Licences: N744 Receive Newcastle (1922); 2HX Receive Newcastle (1922) - Qualifications: cc; CPRT 383, 1918; 2COCP 136, 1930; 1COCP 140, 1930 - amateur receiver; WW1 - Electoral Rolls: wireless operator (Randwick, 1930; Maroubra, 1932-1968); retired (Blaxland, 1977-1980) ===''STANLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. M. Stanley|Stanley, J. M.]] - 19??(???)-19??(???) - Licences: 2JS Receive Sydney (Crow's Nest, 1922-1923); 2JS Sydney (Crow's Nest, 1924); Orange (1924-1929) - Qualifications: cc; AOCP 100, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; newsagent (Leura, late 1920s) - Identification: Not yet identified (possibly James Melville Stanley, electrician, Lockhart, 1930) - Electoral Rolls: Nil yet identified ===''STAPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Stapleton|Stapleton, John William]] [https://www.familysearch.org/tree/person/details/GXG7-R9P] - 1915(SA)-1980(SA) - Licences: 5KY Adelaide (Port Adelaide, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1314, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Cook, SA, 1941-1944) ===''STARKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Starkie|Starkie, Thomas William]] [https://www.familysearch.org/tree/person/details/GZBS-NCY] - 1906(Qld)-1982(Qld) - Licences: 4NW Brisbane (Nundah, 1926-1939) - Qualifications: cc; AOCP 306, 1926, No. 30 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Nundah, 1928-1937); warehouse assistant (Holland Park, 1943); manager (Wavell Heights, 1949); agent (Toowong, 1954-1958); manufacturer's agent (Kenmore, 1963); agent (Tennyson, 1968-1972); retired (The Gap, 1977; North Tamborine, 1980) ===''STARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Starr|Starr, Francis John]] [https://www.familysearch.org/tree/person/details/GZLN-LC4] - 1916(Qld)-1940(off Qld coast) - Licences: 4FS Stanthorpe (1937-1939) - Qualifications: cc; AOCP 1930, 1937, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 23 Squadron, Aircraftsman Class 1) - Electoral Rolls: baker (Stanthorpe, 1937) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1719163] ===''STEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey William Ashcroft Steane|Steane, Geoffrey William Ashcroft]] [https://www.familysearch.org/tree/person/details/GMCF-JWV] - 1905(Vic)-1957(Vic) - Licences: 3UX Melbourne (Mont Albert, 1923-1933); 3SX Melbourne (Mont Albert, 1923-1925) - Qualifications: cc; CPRT 775, 1923; 2COCP 330, 1931 -amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Mont Albert, Vic, 1931); engineer (Camberwell, Vic, 1937); radio engineer (Dee Why, NSW, 1949); television engineer (Double Bay, NSW, 1954); engineer (Camberwell, Vic, 1954) ===''STEELE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rowland Edward James Steele|Steele, Rowland Edward James]] [https://www.familysearch.org/tree/person/details/GDTC-2ZM] - 1904(Tas)-1987(Tas) - Licences: Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Hobart West, 1928); dairyman (West Hobart, 1937-1972) ===''STEPHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Goldsmith Stephen|Stephen, Percy Goldsmith]] [https://www.familysearch.org/tree/person/details/GD2J-HVR] - 1896(NSW)-1976(NSW) - Licences: 2ZB Sydney (Balmain, 1924-1925); 2PS Sydney (Balmain, 1926; Granville, 1927-1930; Lidcombe, 1931-1936; Croydon, 1937-1939; Five Dock, 1946-1958; Condell Park, 1960-1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical mechanic (Granville, 1930); electrician (Lakemba, 1930; Lidcombe, 1932-1936); electrical fitter (Five Dock, 1943-1958); fitter (Condell Park, 1968-1972) ===''STEPHENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Nelson Stephens|Stephens, Arthur Nelson]] [https://www.familysearch.org/tree/person/details/G941-3F1] - 1886(Eng)-1972(Qld) - Licences: 4CG Receive Brisbane (Clayfield, 1922); 4CG Brisbane (Clayfield, 1923-1925); Operator of 4AE - Qualifications: cc; Nil yet identified - coastal wireless operator; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: draughtsman (North Carlton, Vic, 1912-1914); engineer (Wireless Station, Pinkenba, 1915-1919; Clayfield, 1925-1928); hotel keeper (Palm Beach Hotel, Elanora, 1932-1934; Grand Hotel, Southport, 1936-1943); cafe proprietor (Southport, 1949); secretary (Main Beach, 1954-1958; Southport East, 1963-1968) * [[/Frank Richmond Stephens|Stephens, Frank Richmond]] [https://www.familysearch.org/tree/person/details/GXQ7-MLM] - 1897(Qld)-1977(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 452, 1919 - RANRS - Electoral Rolls: naval reservist (New Farm, 1921); farm hand (Wamuran, Qld, 1925); wireless operator (New Farm, 1925-1937); radio mechanic (New Farm, Qld, 1943); agent (New Farm, Qld, 1949); caretaker (Brisbane, 1954-1958); retired (Bowen Hills, 1963; Coolangatta, 1968-1972) * [[/Harry James Milne Stephens|Stephens, Harry James Milne]] [https://www.familysearch.org/tree/person/details/GXYC-KQH] - 1900(WA)-1982(WA) - Licences: 6ZZ Perth (South Perth, 1935-1939; Bassendean, 1947-1960; Eden Hill, 1965-1980+) - Qualifications: cc; AOCP 1530, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Albany, WA, 1925); railway employee (Katanning, WA, 1931-1936); storekeeper (Fremantle, WA, 1937); aircraftsman (Bassendean, WA, 1943-1963); railway employee (Eden Hill, WA, 1968-1972); retired (Bassendean, WA, 1977-1980) * [[/Thomas Stephens|Stephens, Thomas]] [https://www.familysearch.org/tree/person/details/GZ2B-35G] - 1912(Vic)-1944(Sct) - Licences: 3GO Melbourne (Essendon, 1931-1933) - qualifications: AOCP 489, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1944) - Electoral Rolls: bank clerk (Essendon, 1936-1942) - "Greater love hath no man" [https://aviationmuseumwa.org.au/afcraaf-roll/stephens-thomas-418036/] * [[/Thomas Blacket Stephens|Stephens, Thomas Blacket or Blackett]] [https://www.familysearch.org/tree/person/details/G9WG-Y5P] - 1902(Qld)-1999(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 309, 1926, No. 31 in Qld - amateur operator? - Electoral Rolls: articled law clerk (Annerley, 1925-1928); solicitor (Annerley, 1934; Fortitude Valley, 1936-1937; Clayfield, 1949-1968); retired (St Lucia, 1972-1980) ===''STEPHENSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Wilfred Stephenson|Stephenson, Charles Wilfred]] [https://www.familysearch.org/tree/person/details/93BK-M7F] - 1905(Qld)-1997(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother); 2BWQ Sydney (Blacktown, 1980+) - Qualifications: cc; AOCP 282, 1926, No. 25 in Qld - amateur operator; amateur broadcaster; radio clubs (Wooloowin RC, operator 4WN; WIAQ, operator 4AE); broadcast technician (4QG); business proprietor (cinema audio) - Relationships: brother of 4RG Harold John Stephenson - Electoral Rolls: public servant (Wooloowin, Qld, 1928-1929); electrical engineer (Pymble, NSW, 1932-1933); sound engineer (Capertee, NSW, 1936-1937); panel beater (Bourke, NSW, 1943); mechanic (Capertee, NSW, 1949-1954; Maroubra, NSW, 1958); autoelectrician (Blacktown, NSW, 1963-1977); retired (Blacktown, NSW, 1980) * [[/Harold John Stephenson|Stephenson, Harold John]] [https://www.familysearch.org/tree/person/details/93BK-9M3] - 1903(Qld)-1990(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother) - Qualifications: cc; AOCP 290, 1926, No. 27 in Qld - amateur operator; amateur broadcaster - Relationships: brother of 4RG/2BWQ Charles Wilfred Stephenson - Electoral Rolls: railway employee (Wooloowin, Qld, 1925-1943); sheet metal worker (Wooloowin, Qld, 1949); engineer (Wooloowin, Qld, 1954); aircraft mechanic (Maroubra, NSW, 1963-1980) ===''STEVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edgar F. Stevens|Stevens, Albert Edgar F. "Bert"]] [https://www.familysearch.org/tree/person/details/KH4H-N2D] - 1894(Vic)-1954(WA) - Licences: 6BN Perth (North Perth, 1924-1927; South Perth, 1930-1939); nominated licensee for W732 WIA WA (1922) - Qualifications: cc; AOCP 136, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geraldton, WA, 1916-1917); phone mechanic (North Perth, WA, 1925; South Perth, WA, 1931-1954) * [[/Frederick William Stevens|Stevens, Frederick William]] - 1898-19?? - 4SP Brisbane, amateur operator (PRTC 788, 1923, Marconi & Telefunken; 1COCP, 1930, Qld), Coastal wireless operator; first chief engineer 4QG, state public servant (4QG), pilot (Qantas), federal public servant (DCA) * [[/Robert Edward Stevens|Stevens, Robert Edward]] [https://www.familysearch.org/tree/person/details/GD1Z-ZMF] - 1908(Vic)-1994(Vic) - Licences: 7OJ Deloraine (1931-1933); 3OJ Melbourne (Burwood, 1937-1939, 1946-1980+) - Qualifications: cc; AOCP 817, 1931, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (Auburn, Vic, 1931; Burwood, 1937-1980) ===''STEWART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Barnett Stewart|Stewart, Alexander Barnett]] [https://www.familysearch.org/tree/person/details/GHBR-VND] - 1895(Sct)-1981(Qld) - Licences: 4DD Receive Brisbane (Hawthorne, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: jackeroo (Oondooroo, Qld, 1919); farmer (Palmwoods, Qld, 1921-1925); orderman (Hawthorne, Qld, 1928); truck driver (Eight Mile Plains, Qld, 1936-1937); foreman (Hawthorne, Qld, 1943-1980) * [[/Donald Richardson Stewart|Stewart, Donald Richardson]] [https://www.familysearch.org/tree/person/details/94CC-2MT] - 1902(Vic)-1993(Vic) - Licences: V739 Receive Lorne (1922); 3GS Receive Lorne (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: motor driver (Lorne, 1925-1954); guest house proprietor (Lorne, 1967-1968); proprietor (Lorne, 1972-1980) * [[/John Edgar Stewart|Stewart, John Edgar]] [https://www.familysearch.org/tree/person/details/GZD8-3JC] - 1884(NSW)-1957(NSW) - Licences: 2MR Newcastle (Mayfield, 1923-1929; Hamilton, 1930); 2MR Sydney (Chatswood, 1931); 4MR Brisbane (Nundah, 1933-1939, 1946-1948); 2MR Waratah (1954-1957) - Qualifications: cc; AOCP 43, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; Commonwealth Electoral Commission (Chief Electoral Officer) - Electoral Rolls: clerk (Arncliffe, 1913); District Returning Officer (Mayfield, 1930); Commonwealth Electoral Officer (Nundah, Qld, 1937-1949); retired (Waratah, 1954) * [[/Henry Stewart|Stewart, Henry]] [https://www.familysearch.org/tree/person/details/GXS7-R71] - 1896(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 234, 1916; 1COCP 318, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Comment: Several contemporaneous HSs - Electoral Rolls: Nil yet identified * [[/William Alfred Stewart|Stewart, William Alfred]] [https://www.familysearch.org/tree/person/details/GXBZ-4XJ] - 1910(WA)-2020(WA)109yo - Licences: 6ST Perth (West Leederville, 1937-1939) - Qualifications: cc; AOCP 1958, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Balkatta, WA, 1936; Leederville, WA, 1937); salesman (Wembley Park, WA, 1943; Leederville, WA, 1949); technician (Floreat Park, WA, 1954-1963; Wembley Park, WA, 1968; Floreat Park, WA, 1972-1980) - Links: [https://gerontology.fandom.com/wiki/William_Stewart Gerontology] ===''STIPEK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Stipek|Stipek, John "Jack"]] [https://www.familysearch.org/tree/person/details/GD5X-XL1] - 1898(NSW)-1974(Florida, USA) - Licences: 7BE Receive St Helens (1923); Receive St Helens (1923); 7BE St Helens (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMG telegraph messenger, left PMGD 1920; first to log KGO in Tas - Comment: beware two other John Stipek's concurrently in Tas, 1920s - Electoral Rolls: civil servant (St Helens, 1919); clerk (St Helens, 1922) ===''STITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Hugh Rankin Stitt|Stitt, Walter Hugh Rankin Jnr "Hughie"]] [https://www.familysearch.org/tree/person/details/GWBX-L5G] - 1908(NSW)-1972(NSW) - 2WH Forbes (1925-1969+), 2ARN Forster (1965-1969+), amateur operator (AOCP 196, 1925, No. ?? in NSW), amateur broadcaster, "brother-in-law" of Leslie Maclean Wilson 2LM, note his father also Walter Hugh Rankin Stitt and lived in same district ===''STOCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Daniel Alan John Stocks|Stocks, Daniel Alan John]] [https://www.familysearch.org/tree/person/details/GZN8-R5P] - 1897(Vic)-1933(Vic) - 3DJ Melbourne (Canterbury, 1925-1927; Surrey Hills, 1931), amateur operator (AOCP 144, 1925, No. ?? in Vic), amateur broadcaster, electrical engineer, gone too soon ===''STOCKTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Stockton|Stockton, Norman]] - 1904(WA)-1943(Germany) - 4NQ Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, military (WW2, press correspondent), journalist, "Greater love hath no man than this" ===''STOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allen Frederick Stow|Stow, Allen Frederick]] [https://www.familysearch.org/tree/person/details/G8WR-7GG] - 1910(Vic)-1966(Vic) - Licences: 3AS Melbourne (North Carlton,1928-1931; North Fitzroy, 1933-1939, 1946-1947; Northcote, 1948-1965); 3AFS Portable Melbourne (Northcote, 1948-1965) - Qualifications: AOCP 441, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army) - Electoral Rolls: engineer (Carlton North, 1931; Fitzroy North, 1934-1942) ===''STOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Alfred Stowe|Stowe, Harry Alfred]] [https://www.familysearch.org/tree/person/details/GWBJ-YTW] - 1892(NSW)-1977(NSW) - Licences: XAS Sydney (Drummoyne, 1911-1914); 2CX Receive Sydney (Chatswood, 1922-1923); 2CX Sydney (Chatswood, 1924-1929) - Qualifications: cc; AOCP 19, 1924, No. 9 in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, 1930-1958); retired (Frenchs Forest, 1968-1977) ===''STOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Bickley Stoyle|Stoyle, Jack Bickley]] [https://www.familysearch.org/tree/person/details/GM1Z-JWV] - 1881(India)-1966(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 91, 1915; 1COCP 55, 1930 - RANRS (Commissioned Telegraphist, terminated Nov 1920); AWA CRS - Electoral Rolls: wireless telegraphist (Rockhampton, 1917); radio station master (Darwin, 1922; Kilkenny, 1939-1943) ===''STRAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Michael Strafford|Strafford, John Michael]] [https://www.familysearch.org/tree/person/details/LZ2K-LBX] - 1900(SA)-1974(SA) - Licences: 5JS Adelaide (Stepney, 1936-1939; City, 1947-1965; Windsor Gardens, 1969-1975) - Qualifications: cc; AOCP 1710, 1936, SA; BOCP 514, 1943 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''STRATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Stephen Stratford|Stratford, Leo Stephen]] [https://www.familysearch.org/tree/person/details/GXHV-HRX] - 1915(Qld)-1999(Qld) - Licences: 4AE Goondiwindi (1936-1939); 4LS Goondiwindi (1947-1956) - Qualifications: cc; AOCP 1678, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Goondiwindi, Qld, 1936-1949); radio dealer (Goondiwindi, Qld, 1954-1958); electrician (Goondiwindi, Qld, 1968); refrigeration mechanic (Goondiwindi, Qld, 1980) ===''STREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Streamer nee Mackenzie, Florence Madeline "Madeline" - See Florence Madeline Mackenzie 4YL ===''STREET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frederick Street|Street, Reginald Frederick]] [https://www.familysearch.org/tree/person/details/GW5S-Z4L] - 1900(Tas)-1927(Tas) - Licences: 7BD Receive Hobart (1923); Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: draper's assistant (Hobart West, 1922) ===''STROHFELDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Strohfeldt|Strohfeldt or Strofeldt, Gilbert]] [https://www.familysearch.org/tree/person/details/LVWD-W9Z] - 1904(Qld)-1951(Qld) - Licences: 4GS Brisbane (Paddington, 1932-1939; Camp Hill, 1948-1956) - Qualifications: cc; AOCP 1041, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Comment: licensed for 5 years after passing - Electoral Rolls: postal assistant (Roma, 1926); telegraphist (Charleville, 1928-1930); Paddington, Qld, 1936-1937); assistant radio inspector (Camp Hill, Qld, 1943) ===''STUART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Stuart|Stuart, Francis John]] [https://www.familysearch.org/tree/person/details/GXSH-RPC] - 1895(SA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: naval officer (Hobart, Tas, 1919); telegraphist (Hobart, 1922; Oakleigh, Vic, 1928-1942); primary producer (Tarra Valley, Vic, 1949-1954) * [[/Michael Aloysius Horatio Stuart|Stuart, Michael Aloysius Horatio]] [https://www.familysearch.org/tree/person/details/GXLC-2D9] - 1891(Vic)-1953(Vic) - Licences: 3MH Melbourne (Moonee Ponds, 1927); 3MH Rockbank (1931-1937); 5MS Adelaide (Rosewater, 1938-1939) - Qualifications: cc; 2COCP 66, 1929; 1COCP 184, 1931; likely CRPT pre 1927 - amateur operator; amateur broadcaster; WW1 (UK Merchant Navy); WW2 - Electoral Rolls: mechanic (Moonee Ponds, Vic, 1925-1927); radio telegraphist (Beam Radio Station, Rockbank, Vic, 1928-1937; Geraldton, WA, 1943); radio technician (Footscray North, Vic, 1949) ===''STURDEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Ashton Hobart Sturdee|Sturdee, Vernon Ashton Hobart]] - 1890(Vic)-1966(Vic) - 4?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur radio club (member, WIQ) ===''SULLIVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sullivan|Sullivan, John]] [https://www.familysearch.org/tree/person/details/KLGD-VK6] - 1906(Vic)-1997(Vic) - 3SR Melbourne (Elsternwick, 1925-1926), 3SR Yallourn (1927), amateur operator (AOCP 206, 1925, No. ?? in Vic), amateur broadcaster, engineer (1927) ===''SUTHERLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan James Sutherland|Sutherland, Alan James]] [https://www.familysearch.org/tree/person/details/GXK6-94L] - 1916(SA)-1977(Qld) - Licences: 5XB Adelaide (Glenelg, 1935-1939, 1947-1948); 3AXB Melbourne (Balwyn, 1954-1965); 3KY Melbourne (Balwyn, 1969-1975) - Qualifications: cc; AOCP 1592, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Dunleath, SA, 1939-1941); public servant (Albert Park, Vic, 1949; Canterbury, Vic, 1954-1968; Balwyn, Vic, 1972-1977); retired (Scarness, Qld, 1977) * [[/George Bremner Sutherland|Sutherland or Clyne, George Bremner "Jock"]] [https://www.familysearch.org/tree/person/details/GZVF-KQC] - 1893(Sct)-1981(SA) - Licences: 6GB Perth (Mt Hawthorn, 1927) - Qualifications: cc; 1COCP 295, 1932 - amateur operator; amateur broadcaster; telegraphist (Navy, 1911), late 1920s assistant chief engineer 6WF (to Wally Coxon) - Electoral Rolls: DCA (aeradio operator, from 1941); radio operator (Kalgoorlie, 1949); retired (North Perth, 1958) ===''SUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Sutton|Sutton, Arthur Ernest]] [https://www.familysearch.org/tree/person/details/GMFM-Z34] - 1882(Vic)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (early 1910s); utilised Henry Sutton's experimental licence - Relationships: son of XLM Henry Sutton - Electoral Rolls: music seller (Malvern, 1909-1913; Hawthorn, 1914-1915); engineer (Kew, 1922-1925); traveller (Camberwell, 1927); mechanic (Brunswick, 1928) * [[/Henry Sutton|Sutton, Henry]] [https://www.familysearch.org/tree/person/details/LD19-T7V] - 1855(Vic)-1912(Vic) - Licences: XLM Melbourne (Malvern, 1910-1912) - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed from 1890s); numerous inventions, Australia's first wireless telephony experimenter (1906); invented several new types of telephones; early television experiments - Relationships: father of Arthur Ernest Sutton - Links: [https://adb.anu.edu.au/biography/sutton-henry-4675 ADB] - Electoral Rolls: Nil yet identified * [[/Joseph William Sutton Jnr|Sutton, Joseph William Jnr]] [https://www.familysearch.org/tree/person/details/LHKF-HCJ] - 1874(Qld)-1941(Qld) - Licences: 4CP Receive Brisbane (City, 1923); 4EI Brisbane (City, 1923-1925) (In the name of the State Engineer) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club (WIQ, foundation member; QWI); electrical engineer; senior federal public servant (PMGD, State Engineer) - Relationships: son of Joseph William Sutton Snr - Electoral Rolls: electric engineer (Teneriffe, 1903); engineer (Teneriffe, 1908-1909); assistant (GPO, 1912-1919); electrical engineer (New Farm, 1921-1936); retired (Ascot, 1937) * [[/Joseph William Sutton Snr|Sutton, Joseph William Snr]] [https://www.familysearch.org/tree/person/details/LHKF-W6T] - 1844(Eng)-1914(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - club (Royal Society Qld, president) - Relationships: father of Joseph William Sutton Jnr - Links: [[w:Joseph William Sutton|Wikipedia]] - Electoral Rolls: engineer (Teneriffe, 1908-1909) ===''SWABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Max J. Swaby|Swaby, Max J.]] - 19??(???)-19??(???) - 4DA Dalby (-1948+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''SWAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lionel Tamsett Swain|Swain, Lionel Tamsett]] [https://www.familysearch.org/tree/person/details/KL1J-TGY] - 1902(NSW)-1985(NSW) - Licences: 2CS Receive Newcastle (Hamilton, 1922); 2CS Newcastle (Hamilton, 1923-1927; Waratah, 1928-1939, 1946-1950; Charlestown, 1954-1961; Bolton Point, 1965-1980) - Qualifications: cc; AOCP 108, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Withdrawal: when 2CS Coffs Harbour commenced in early 1980s, policy had changed as to withdrawal of similar amateur callsigns - Electoral Rolls: draftsman (Waratah, 1930-1954); engineer (Charlestown, 1958-1963); retired (Bolton Point, 1968-1980) ===''SWEENEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Moss Sweeney|Sweeney, Walter Moss]] [https://www.familysearch.org/tree/person/details/LNZ7-YRD] - 1887(Eng)-1964(Vic) - Licences: 3WS Melbourne (East Melbourne, 1924-1925; Elwood, 1925-1931; St Kilda, 1933-1939) - Qualifications: cc; CPRT 204, 1916 - coastal wireless operator; RANRS (commissioned telegraphist, 1917); amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless engineer (Subiaco, 1916-1917); no occupation (Melbourne, 1919); wireless engineer (East Melbourne, 1921-1924); engineer (Elsternwick, 1925-1928); director (St Kilda, 1931-1963) ===''SWINBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank Charles Richard Swinburne|Swinburne, Frank Charles Richard]] [https://www.familysearch.org/tree/person/details/GDML-S1J] - 1901(Qld)-1948(NSW) - Licences: 2AT Receive Sydney (Manly, 1922-1923); 2AT Sydney (Manly, 1924-1926) - Qualifications: cc; CPRT 557, 1920 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Manly, NSW, 1937; North Sydney, 1943)) ===''SWINDELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Willie Swindells|Swindells, Willie]] [https://www.familysearch.org/tree/person/details/L812-BTK] - 1890(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: electrician (Richmond, Vic, 1913-1914; Parkdale, Vic, 1925-1926); engineer (Geelong, 1927; Darlinghurst, NSW, 1931-1933); electrical engineer (Brunswick, Vic, 1934) ===''SYMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathaniel Joseph Leo Symonds|Symonds, Nathaniel Joseph Leo "Leo"]] [https://www.familysearch.org/tree/person/details/KJZ3-3QH] - 1908(WA)-2005(WA) - Licences: 6LS Perth (Cottesloe Beach, 1925-1930; Bicton, 1947-1948); 6LX Perth (Kalamunda, 1965-1980+) - Qualifications: cc; AOCP 207, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: tailor (Cottesloe, 1931-1943); radio operator (Fremantle, 1949-1954); radio technician (Kalamunda, 1958-1980) ===''SYMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Lindsay Gordon Symons|Symons, John Lindsay Gordon]] [https://www.familysearch.org/tree/person/details/KZZ5-Q42] - 1913(Vic)-1964(Vic) - Licences: 3JT Melbourne (Malvern, 1930-1939; East Hawthorn, 1946-1947; Burwood, 1948; South Melbourne, 1954-1956; Mt Waverley, 1960) - Qualifications: AOCP 662, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Malvern, 1934-1943; Glen Iris, 1949); hotelkeeper (Malvern, 1954); engineer (Syndal, 1963) =='''T'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''TAPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Ernest Tapp|Tapp, Charles Ernest or Edward]] [https://www.familysearch.org/tree/person/details/GX7P-BXV] - 1894(NSW)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 82, 1915 - RANRS (commissioned telegraphist, 1917); WW1 - Electoral Rolls: OIC Wireless Station (Thursday Island, Qld, 1915; South Yarra, Vic, 1917-1919); electrical engineer (Mosman, NSW, 1930); engineer (Brighton, Vic, 1942); manager (Vaucluse, NSW, 1943) ===''TAPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Tapper|Tapper, John Robert]] [https://www.familysearch.org/tree/person/details/G8ZX-4T6] - 1910(WA)-1992(WA) - Licences: 6RJ Perth (Claremont, 1929-1939); 6RJ Onslow (1946-1947); 6RJ Perth (Claremont, 1948-1960); 2AO Wagga Wagga (1969-1980+) - Qualifications: cc; AOCP 538, 1929, No. ?? in WA; 1COCP 218, 1931; TVOCP 324, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Claremont, 1931-1943); operator (Claremont, 1949-1963); radio inspector (Wagga Wagga, 1968-1980) ===''TARBOTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Augustus Tarbotton|Tarbotton, Harry Augustus]] [https://www.familysearch.org/tree/person/details/GF93-87K] - 1902(Eng)-1961(WA) - Licences: 6HT Albany (1936-1939, 1947-1960) - Qualifications: cc; AOCP 1672, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: motor driver (Albany, WA, 1925-1931); motor mechanic (Albany, WA, 1936-1954); radio service (Albany, WA, 1958) ===''TARLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred William Tarling|Tarling, Alfred William]] [https://www.familysearch.org/tree/person/details/LVH9-4RZ] - 1900(Eng)-1953(Qld) - Licences: 4TW Townsville (1937-1939, 1946-1948) - Qualifications: cc; (likely qualification ca 1920, British Merchant Navy; 1COCP 679, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Coolbie, Ingham, Qld, 1930); wireless operator (Pimlico, Qld, 1931-1932); labourer (West End, Qld, 1936-1937); radio engineer (Townsville, Qld, 1943-1949) ===''TARRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Albert Tarrant|Tarrant, Ernest Albert Jnr]] [https://www.familysearch.org/tree/person/details/L8SB-Z68] - 1898(NSW)-1956(NSW) - Licences: 2AK Receive Narrabri (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Eulah Creek, 1930; Narrabri, 1943) * [[/William Francis Tarrant|Tarrant, William Francis "Frank"]] [https://www.familysearch.org/tree/person/details/GD5M-6JT] - 1914(NSW)-1998(NSW) - Licences: 2UF Newcastle (Cooks Hill, 1932-1958) - Qualifications: cc; AOCP 1054, 1932, NSW - amateur operator; amateur broadcaster - Electoral Rolls: ironworker (Newcastle, 1930-1949) ===''TATHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Edward Tatham|Tatham, Sydney Ernest Edward]] [https://www.familysearch.org/tree/person/details/GDQT-52W] - 1896(Eng)-1973(Vic) - Licences: 2ST Sydney (Neutral Bay, 1923-1925; City, 1926-1928; Darling Point, 1929-1933; City, 1933-1939) - Qualifications: cc; CPRT 33, 1915; 1COCP 406, 1940 - amateur operator; amateur broadcaster; journalist (editor, Sea, Land and Air, 1922); WW2 - Electoral Rolls: instructor (St Kilda, 1919; South Yarra, 1919); merchant (Darling Point, 1930-1933; City, 1934-1937; Albert Park, Vic, 1949; Camberwell, 1954); director (Balwyn, 1958-1972) ===''TAYLOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert William Taylor|Taylor, Albert William]] [https://www.familysearch.org/tree/person/details/GX56-JGX] - 1910(NSW)-1980(SA) - Licences: 5AT Port Pirie (1934-1937); 5AT Adelaide (Solomontown, 1938-1939; Edwardstown, 1947-1980+) - Qualifications: cc; AOCP 1276, 1934, SA; BOCP 286, 1940; TVOCP 461, 1962 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Marleston, SA, 1941; Edwardstown, SA, 1943) * [[/B. A. Taylor|Taylor, B. A.]] - 19??(???)-19??(???) - Licences: 4DF Receive Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Donald Gordon Taylor|Taylor, Donald Gordon "Don"]] [https://www.familysearch.org/tree/person/details/GZB4-N31] - 1907(SA)-1985(SA) - Licences: Receive Adelaide (Forestville, 1923-1924); 5DX Adelaide (Forestville, 1926-1937; Black Forest, 1938-1939, 1946-1980+) - Qualifications: cc; AOCP 307, 1926, No. ?? in SA; AOLCP 25, 1930 - amateur operator; amateur broadcaster; WW2 - Comment: another DGT served in WW2 & died on active service 1943 in NT - Electoral Rolls: wireless mechanic (Goodwood, 1939; Black Forest, 1941-1943) * [[/Florence Mary Parsons|Taylor nee Parsons, Florence Mary]] [https://www.familysearch.org/tree/person/details/LZX2-FZB] - 1879(Eng)-1969(NSW) - Licences: Nil - Qualifications: Nil - publisher - Electoral Rolls: managing director (Sydney, 1936); journalist (Vaucluse, 1954); editor (Darlinghurst, 1958; Potts Point, 1963) - Relationships: wife of George Augustine Taylor - [https://adb.anu.edu.au/biography/taylor-florence-mary-8754 ADB] * [[/George Augustine Taylor|Taylor, George Augustine]] [https://www.familysearch.org/tree/person/details/GZB4-JG7] - 1872(NSW)-1928(NSW) - Licences: Nil (always operated under military or other amateur licences) - Qualifications: Nil - early wireless experimenter, amateur operator, founder WIA NSW, founder Association for Development of Wireless in Australasia - Electoral Rolls: Nil - gone too soon - [https://adb.anu.edu.au/biography/taylor-george-augustine-8756 ADB] * [[/Henry Arthur Taylor|Taylor, Henry Arthur]] [https://www.familysearch.org/tree/person/details/GF77-443] - 1907(Eng)-1996(WA) - Licences: 6AT Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1042, 1932, WA; AOLCP 216, 1935 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: joiner (Victoria Park, WA, 1931-1934); radio engineer (6KG, Parkeston, WA, 1937-1943; Nedlands, WA, 1954-1963); retired (South Perth, WA, 1977-1980) * [[/Leslie Harry Taylor|Taylor, Leslie Harry]] [https://www.familysearch.org/tree/person/details/G841-CD4] - 1898(Eng)-1978(NSW) - Licences: 2CL Sydney (Ashfield, 1936-1939, 1946-1969) - Qualifications: AOCP 1723, 1936, NSW - amateur operator, amateur broadcaster - Electoral Rolls: manager (Leichhardt, 1930-1933; Ashfield, 1935-1968); retired (Ashfield, 1977) ===''TEECE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Auburn Selwyn Teece|Teece, Cecil Auburn Selwyn]] [https://www.familysearch.org/tree/person/details/2Z37-JSS] - 1885(NSW)-1970(ACT) - Licences: V733 Receive Melbourne (Toorak, 1922); 3GO Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (East Melbourne, 1909); examiner (Kew, 1910); civil servant (Kew, 1912; Hawthorn, 1914-1917); examiner of patents (Box Hill, 1919); civil servant (Toorak, 1922; Sandringham, 1924; St Kilda, 1928; East Melbourne, 1931; Reid, ACT, 1935-1937; Barton, 1943); public servant (Barton, 1949-1954); retired (Braddon, 1958-1968) ===''TEMPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Lander Templeton|Templeton, Gordon Lander]] [https://www.familysearch.org/tree/person/details/G8F2-VLH] - 1909(Vic)-1945(Vic) - Licences: 3OW Coleraine (1930-1939) - Qualifications: AOCP 631, 1930, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer) - Electoral Rolls: farm labourer (Tahara Bridge, 1931-1937) - Relationships: cousin of 3HG Neil Murray Templeton - "Greater love hath no man" * [[/Neil Murray Templeton|Templeton, Neil Murray]] [https://www.familysearch.org/tree/person/details/L6SD-RDT] - 1911(Vic)-1965(Vic) - Licences: 3HG Coleraine (1930-1939, 1946-1960) - Qualifications: AOCP 632, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Tahara Bridge, 1934-1937); RAAF (Canterbury, 1943); grazier (Tahara Bridge, 1949-1963) - Relationships: cousin of 3OW Gordon Lander Templeton ===''THEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Milton Theel|Theel, Kenneth Milton]] [https://www.familysearch.org/tree/person/details/LD1Z-1Z9] - 1908(SA)-1956(SA) - Licences: 5CT Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923); 5QP Adelaide (St Peters, 1927-1933; Clarence Park, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 322, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: ledger keeper (Reade Park Gardens, SA, 1941-1943) ===''THOMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Kirk Raleigh Thomas|Thomas, Henry Kirk Raleigh]] [https://www.familysearch.org/tree/person/details/GWX4-8LL] - 1902(NSW)-19??(???) - 2HT Sydney (Mosman, 1924; Neutral Bay, 1925-1933; Cremorne, 1933-1934; Mosman, 1935-1939), amateur operator (AOCP 1, 1924, No. 1 in NSW and Australia), amateur broadcaster, broadcast engineer (2GB, assistant engineer, 1946) * [[/Herbert Thomas|Thomas, Herbert]] - 19??(???)-19??(???) - Licences: 6DY Perth (CBD, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, salesman (Harris Scarfe, 1924) - Electoral Rolls: Nil yet identified - Comment: several contemporaneous HTs * [[/Ivor Thomas|Thomas, Ivor]] [https://www.familysearch.org/tree/person/details/G8HB-Q3G] - 1897(SA)-1965(SA) - Licences: 5IT Adelaide (Mitcham, 1929-1960) - Qualifications: cc; AOCP 496, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: warehouseman (Kingswood Park, 1939-1943) * [[/Josiah Thomas|Thomas, Josiah]] [https://www.familysearch.org/tree/person/details/LYSY-Y24] - 1863(Eng)-1933(NSW) - establishment radio station (2CH), state politician (NSW, MLA, 1890s), senior federal politician (MHR, Postmaster-General 1908-1909, 1910-1911) - Electoral Rolls: * [[/Roland Henry Thomas|Thomas, Roland Henry]] [https://www.familysearch.org/tree/person/details/GXHG-7Z4] - 1911(Qld)-1994(Qld) - Licences: 4LR Brisbane (Bulimba, 1932-1939) - Qualifications: cc; AOCP 1058, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Bulimba, 1934); radio technician (Bulimba, Qld, 1937-1972); proprietor (Manly West, Qld, 1977-1980) * [[/Roy Valentine Thomas|Thomas, Roy Valentine]] [https://www.familysearch.org/tree/person/details/GZ6H-7WG] - 1907(NSW)-1958(NSW) - 2TK Sydney (Erskinville, 1925), 2RV Sydney (Bondi North, 1927-1930), 2TK Sydney (South Hurstville, 1947-1958), amateur operator (AOCP 62, 19??, No. ?? in NSW), amateur broadcaster ===''THOMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Thompson|Thompson, F.]] - 19??(???)-19??(???) - Licences: 2HF Receive Sydney (East Balmain, 1922-1923); 2HF Sydney (Balmain, 1924-1927) - Qualifications: cc; AOCP 47, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: several contemporaneous F. Thompson * [[/Geoffrey George Thompson|Thompson, Geoffrey George]] [https://www.familysearch.org/tree/person/details/G8SP-DDD] - 1911(Vic)-2000(Vic) - Licences: 3GT Melbourne (Thornbury, 1928-1939) - Qualifications: AOCP 388, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Thornbury, 1934-1937; North Melbourne, 1949); cameraman (Hawthorn, 1954-1980) * [[/Leonard Neville Weston Fane Thompson|Thompson, Leonard Neville Weston Fane]] [https://www.familysearch.org/tree/person/details/LJKN-FJV] - 1899(NSW)-1960(Vic) - Licences: 3LT Melbourne (Mitcham, 1931; Chelsea, 1933; Carrum, 1937-1939; Bonbeach, 1946-1960) - Qualifications: AOCP 762, 1931, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: railway employee (Glenferrie, 1925; Mitcham, 1931; Chelsea, 1934; Carrum, 1936-1954) * [[/Stanley Gordon Thompson|Thompson, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/GXLZ-S21] - 1906(NSW)-1975(Vic) - Licences: 3AZ Melbourne (North Brighton, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: expert (Brighton, Vic, 1931); mechanic (Brighton, Vic, 1936); sales (Shepparton, Vic, 1963-1972) ===''THOMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Thomson|Thomson, Arthur William]] [https://www.familysearch.org/tree/person/details/GZND-ZPF] - 1907(Vic)-1995(Vic) - 3AT Sunshine (1925), amateur operator (AOCP 145, 1925, No. ?? in Vic) * [[/G. L. Thomson|Thomson, G. L.]] - 19??(???)-19??(???) - 2GT Sydney (Waverley, 1924-1925), amateur operator (AOCP 3, 1924, No. 2 in NSW), amateur broadcaster, operator of 2BV Waverley Radio Club ===''THORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Thorley|Thorley, Roy "John"]] [https://www.familysearch.org/tree/person/details/GDR2-8GW] - 1912(Qld)-1966(Qld) - Licences: 4RT Brisbane (South Brisbane, 1936-1937; Annerley, 1938-1939; Holland Park, 1946-1956) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (WIAQ, president); business proprietor (mechanical engineering) - Comment: killed in automobile accident - Electoral Rolls: clerk (Annerley, Qld, 1937); engineer (Holland Park, Qld, 1949-1963); contractor (Charters Towers, Qld, 1963) ===''THURSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wyngate Thurstan|Thurstan, Arthur Wyngate]] [https://www.familysearch.org/tree/person/details/LVFV-XSS] - 1907(Eng)-1976(NSW) - 2AV Sydney (Penshurst, 1924-1939; Beverley Hills, 1946-1975), amateur operator (AOCP 38, 1924, No. ?? in NSW), amateur broadcaster, WW2, Lempriere & Co (metallurgist; Chief Chemist, 1937) ===''THRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Thring|Thring, Francis William]] [https://www.familysearch.org/tree/person/details/9XFG-ZY6] - 1882(NSW)-1936(Vic) - Film producer, founder 3XY Melbourne - Links: [[w:F. W. Thring|Wikipedia]] ===''THROSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Ledsam Throssell|Throssell or Throssel, Lancelot Ledsam]] [https://www.familysearch.org/tree/person/details/KHFL-59C] - 1902(WA)-1980(WA) - Licences: 6LT Northam (1926-1927) - Qualifications: cc; AOCP 248, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Northam, 1925-1931); civil servant (Northam, 1936-1937); clerk (Bruce Rock, 1943); bank officer (Kojonup, 1954; Innaloo, 1963-1972); retired (Osborne Park, 1980) ===''THUGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thuge|Thuge, Norman]] [https://www.familysearch.org/tree/person/details/GXDL-F55] - 1917(Qld)-1973(NSW) - Licences: 4NC Gladstone (1936-1937); 4NO Gladstone (1938-1939); 4NO Brisbane (Hendra, 1947); 2ANO Sydney (Stanmore, 1948-1950; Arncliffe, 1954-1956) - Qualifications: cc; AOCP 1622, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Charters Towers, Qld, 1943); bank officer (Petersham, NSW, 1949; Arncliffe, NSW, 1954-1958); retired (Burwood, NSW, 1972) ===''THYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Joseph Thynne|Thynne, Andrew Joseph]] [https://www.familysearch.org/tree/person/details/KP3H-T8K] - 1847(Irl)-1927(Qld) - military (Qld Defence Force, 1867, eventually Lieutenant-Colonel), profession (solicitor, Qld, 1873-1882), state politician (Qld MLC, Minister for Justice and Attorney General; Qld Postmaster-General, 1894-1897) ===''TILBROOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clem David Lloyd Tilbrook|Tilbrook, Clem David Lloyd]] [https://www.familysearch.org/tree/person/details/GXP4-4PQ] - 1912(SA)-2004(SA) - Licences: 5GL Adelaide (Brighton, 1933-1937; Camden, 1938-1939; Colonel Light Gardens, 1947-1965; Daw Park, 1969-1980+) - Qualifications: cc; AOCP 1210, 1933, SA; 2COCP 381, 1940; 1COCP 468, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Camden, SA, 1939-1943) ===''TILNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Edward Tilney|Tilney, Leslie Edward]] [https://www.familysearch.org/tree/person/details/MPDS-4PK] - 1870(NSW)-1937(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 13, 1914 - early wireless experimenter (army); coastal wireless officer, WW1 - Electoral Rolls: officer-in-charge (Wireless Station, Applecross, 1916-1917); soldier (Claremont, 1917); commissioner (Caulfield, 1924-1931); civil servant (Malvern, 1933-1936) - TroveTag: "Leslie Edward Tilney" (400+ tags) - Links: [https://www.anzac-biographies.com/2021/06/05/tilney-lieutenant-colonel-leslie-edward-dso-mid-vd/ Bio] ===''TILSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Howard Tilse|Tilse, Arthur Howarde "Howard"]] [https://www.familysearch.org/tree/person/details/LTK5-CS8] - 1911(Qld)-1973(Qld) - Licences: 4WO Brisbane (Yeronga, 1931-1939; South Brisbane, 1946-1948; Yeronga, 1954-1970) - Qualifications: cc; AOCP 725, 1931, No. ?? in Qld; 2COCP 155, 1938 - amateur operator; amateur broadcaster; military (WW2, Army Signals, RAAF); art dealer - Electoral Rolls: radiotrician (Yeronga, 1934-1937); RAAF wireless operator (West End, Townsville, 1943); radio operator (South Brisbane, 1949); art dealer (Yeronga, 1954-1972) ===''TIMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Robert Timmins|Timmins, Alan Robert]] - broadcast engineer (PMGD, P&TD, DoC, DoTaC, ABA), senior federal public servant (PMGD, P&TD, DoC, DoTaC, ABA) ===''TIPPING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Tipping|Tipping, Edward Charles]] - 19??(???)-1968(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), radio clubs (WIQ, member, 1912), federal public servant (PMGD, clerk/accountant), military (Captain, Royal Engineers) ===''TIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. G. Tiver|Tiver, R. G.]] - 19??(???)-19??(???) - Licences: Receive Tanunda (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TODD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hugh Todd|Todd, Alan Hugh]] [https://www.familysearch.org/tree/person/details/GXDD-7SG] - 1919(Qld)-1978(Qld) - Licences: 4HT Brisbane (Ashgrove, 1936-1937; Newmarket, 1938-1939, 1947-1948; Red Hill, 1954-1975) - Qualifications: cc; AOCP 1639, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical mechanic (Newmarket, Qld, 1943-1949); teacher (Kelvin Grove, Qld, 1954-1977) * [[/Charles Todd|Todd, Charles]] [https://www.familysearch.org/tree/person/details/LC3X-PJ6] - 1826(Eng)-1910(SA) - senior state public servant (Government Electrician, Postmaster-General SA) - Links: [[w:Charles Todd (pioneer)|Wikipedia]] [https://adb.anu.edu.au/biography/todd-sir-charles-4727 ADB] * [[/Lionel Victor Glen Todd|Todd, Lionel Victor Glen]] [https://www.familysearch.org/tree/person/details/L5CG-Z68] - 1896(NSW)-1970(NSW) - Licences: 2CR Tamworth (1922-1935); 2LS Tamworth (1936-1938); 2LS Denistone (1939); 2LS Sydney (West Ryde, 1957-1965; Denistone, 1969) - Qualifications: cc; AOCP 132, 1925, No. ?? in NSW; 1COCP 282, 1939 - amateur operator; amateur broadcaster - Withdrawal: 2CR callsign withdrawn by PMG in 1935 for 2CR Orange (Blayney) ABC - Electoral Rolls: telephone mechanic (West Tamworth, 1932-1937); assistant radio inspector (Eastwood, 1943-1968) * [[/Milton Buchanan Todd|Todd, Milton Buchanan]] [https://www.familysearch.org/tree/person/details/GXSX-NQT] - 1892(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 63, 1915; 1COCP 81, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: engineer operator (Thursday Island, 1916); radio telegraphist (Maroubra, 1930-1935); officer (Lewisham, 1936-1937); radio telegraphist (Townsville, 1937; Croydon, NSW, 1943; Townsville, 1949); senior radio officer (Townsville, 1954); radio officer (Kensington, NSW, 1958); retired (Blaxland, 1958) * [[/Tom Arthur Todd|Todd, Tom Arthur]] [https://www.familysearch.org/tree/person/details/GD9C-7P5] - 1906(NSW)-1977(NSW) - Licences: 2OT Receive Sydney (Eastwood, 1923); 2TT Sydney (Eastwood, 1935-1939, 1946-1957) - Qualifications: cc; CPRT 984, 1928; 2COCP 50, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Eastwood, 1930-1937); radio mechanic (Eastwood, 1943-1977) ===''TONGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edward Tonge|Tonge, Arthur Edward]] [https://www.familysearch.org/tree/person/details/GX4S-MNM] - 1895(Eng)-1954(Qld) - Licences: 4AR Brisbane (Taringa, 1933; Indooroopilly, 1937-1939) - Qualifications: cc; AOCP 1149, 1933, No. ?? in Qld; 2COCP 54, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Darra, 1931; Indooroopilly, 1936-1937); mechanic (Milton, 1943-1949); process worker (Indooroopilly, 1954) ===''TONGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Melville Tongs|Tongs, Lawrence or Laurence Melville]] [https://www.familysearch.org/tree/person/details/LR9L-Y7N] - 1899(Tas)-1989(Vic) - Licences: 7BU Receive North Motton (1923); Receive North Motton (1923); 2ADB Finley (1937-1939); 7LT Devonport (1960-1969); 3ALV Melbourne (Parkville, 1975) - Qualifications: cc; CPRT 687, 1922; 2COCP 421, 1941 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: farmer (Finley, 1930-1935); radio dealer (1936-1949); farmer (Dandenong, 1954); radio technician (Devonport, 1972); retired (Parkville, 1977-1980) ===''TONKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Maxwell Tonkin|Tonkin, Arthur Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KLL6-HT9] - 1915(WA)-1998(SA) - Licences: 6MZ Katanning (1935-1939); 5MZ Adelaide (Salisbury, 1948); 5TI Clare (1975); 5MZ Clare (1980+) - Qualifications: cc; AOCP 1525, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937) * [[/Stanley Gordon Tonkin|Tonkin, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/L1DQ-2R1] - 1910(SA)-1992(SA) - Licences: 2SG Albury (1929-1931); 2SG Sydney (Double Bay, 1933; Waverley, 1933-1936; Lane Cove, 1937); 2SG Goonellabah (1938-1939); 2SG Sydney (Epping, 1946-1955); 5SG Adelaide (Hampstead Gardens, 1956; Manningham, 1969; Glenunga, 1975-1980+) - Qualifications: AOCP 520, 1929, No. ?? in NSW; AOLCP 57, 1931; 2COCP 391, 1940; 1COCP 493, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Woolwich, 1932); engineer (Edgecliff, 1933); mechanic (Waverley, 1934); radio engineer (Newtown, 1934-1935; Artarmon, 1936; Goonellabah, 1937; Eastwood, 1943); radio technician (West Epping, 1949-1954) ===''TORMEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Tormey|Tormey, Edward Arthur]] [https://www.familysearch.org/tree/person/details/G8VV-85X] - 1902(NSW)-1993(ACT) - Licences: 2ET Canberra (City, 1930-1934; Ainslie, 1935-1939, 1946-1955); 1ET Canberra (Ainslie, 1956-1980+) - Qualifications: AOCP 687, 1930, No. ?? in ACT - amateur operator, amateur broadcaster - Electoral Rolls: chauffeur (Braddon, 1928-1930; Ainslie, 1935); bus driver (Ainslie, 1937); car driver (Ainslie, 1943-1980) ===''TRAEGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Hermann Traeger|Traeger, Alfred Hermann or Herman]] [https://www.familysearch.org/tree/person/details/KCNJ-LRP] - 1895(Vic)-1980(SA) - Licences: 5AX Adelaide (Kensington Gardens, 1926-1931; Corryton, 1933-1937; Marratville, 1938-1939) - Qualifications: cc; AOCP 293, 1926, No. ?? in SA - amateur operator; amateur broadcaster; inventor (with 5BG) of the pedal wireless for the RFDS - Electoral Rolls: radio engineer (Cloncurry, 1930-1932); wireless engineer (Leabrook, SA, 1939-1943) - Links: [https://adb.anu.edu.au/biography/traeger-alfred-hermann-8839 ADB] ===''TRAYNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Byron Traynor|Traynor, Philip Byron]] [https://www.familysearch.org/tree/person/details/GZLR-LCT] - 1900(SA)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; AOCP 224, 1925, No. ?? in SA; 1COCP 353, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Mile End, 1939); federal public servant (Glandore, 1941); inspector (Torrens Park, 1943) ===''TREBILCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Eric William Trebilcock|Trebilcock, Eric William]] - 1911(???)-1989(SA) - BERS195 (1933+), amateur listener ===''TREDREA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frederick Aloysius Trevithick Tredrea|Tredrea, Frederick Aloysius Trevithick]] [https://www.familysearch.org/tree/person/details/MC1W-M7C] - 1900(WA)-1958(WA) - Licences: 6FT Perth (Mt Hawthorn, 1929-1931; South Perth, 1933); 6FT Northam (1937); 6FT Perth (South Perth, 1938-1939, 1946-1956) - Qualifications: cc; AOCP 512, 1929, No. ?? in WA; AOLCP 156, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (North Perth, 1925); radio operator (Northam, 1936); broadcast engineer (South Perth, 1937-1958) ===''TREGEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/W. S. Tregear|Tregear, W. S.]] - 19??(???)-19??(???) - 3TR Melbourne (Hawthorn 192x), 3TX Melbourne (Hawthorn, 1930+), amateur operator (AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, 3TR callsign withdrawn by PMGD to prevent confusion with 3TR Sale Class B station ===''TREHARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elgar Dennis Llewellyn Treharne|Treharne, Elgar Dennis Llewellyn]] [https://www.familysearch.org/tree/person/details/GWC7-X9R] - 1914(NSW)-1997(SA) - 2AFQ Sydney, 5?? Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW), son of Fred 2BM/5QT and brother of Ross 2IQ/5?? * [[/Herbert Fredrind Treharne|Treharne, Herbert Fredrind "Fred"]] [https://www.familysearch.org/tree/person/details/K2F8-6ZN] - 1883(NSW)-1968(SA) - 2BM Sydney, 5QT Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW, age 60), father of Ross 2IQ/5?? and Elgar 2AFQ/5?? * [[/Ross Fredrind Treharne|Treharne, Ross Fredrind]] [https://www.familysearch.org/tree/person/details/GWC7-DJD] - 1919(NSW)-1982(SA) - 2IQ Sydney, 5?? Adelaide, amateur operator (AOCP 1513, 1935, No. ?? in NSW), son of Fred 2BM/5QT and brother of Elgar 2AFQ/5?? ===''TRELIVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Benjamin Victor Treliving|Treliving, Dudley Benjamin Victor]] [https://www.familysearch.org/tree/person/details/L2D7-B6C] - 1907(SA)-1993(SA) - Licences: Receive Adelaide (Dulwich, 1923); 6DT Perth (Nedlands, 1932-1933) - Qualifications: cc; AOCP 992, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Cottesloe, WA, 1936-1937); engineer (Cottesloe, WA, 1943) ===''TRELOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Treloar|Treloar, James]] [https://www.familysearch.org/tree/person/details/GFMJ-379] - 1906(WA)-1983(WA) - Licences: 6JT Perth (Beaconsfield, 1931-1933; Melville, 1937; Beaconsfield, 1938-1939) - Qualifications: cc; AOCP 790, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: clerk (South Fremantle, WA, 1931-1943); tally clerk (Bicton, WA, 1949-1980) ===''TRESSIDDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Laurence Tresidder|Tresidder, William Laurence or Lawrence]] [https://www.familysearch.org/tree/person/details/G8PT-SQ7] - 1904(WA)-1985(Vic) - Licences: 3WT Bendigo (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio dealer (Bendigo, 1927-1942); radio (Kangaroo Flat, 1949-1954); radio engineer (Bendigo, 1963-1980) ===''TREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Stanley Trew|Trew, Richard Stanley]] [https://www.familysearch.org/tree/person/details/KCB6-GW4] - 1902(WA)-1968(WA) - Licences: 6RS Harvey (1933-1937); 6RS Perth (Mt Hawthorne, 1938-1939); 6RP Perth (Mt Hawthorne, 1947-1965) - Qualifications: cc; AOCP 1189, 1933, WA; 2COCP 382, 1940; 1COCP 1941 - amateur operator; amateur broadcaster - Electoral Rolls: assistant postal department (York, WA, 1925); postal assistant (York, WA, 1926); postal employee (Harvey, WA, 1931-1937); postal clerk (Leederville, WA, 1937-1943); PMG (Mt Hawthorn, WA, 1949); radio monitor (Joondanna Heights, WA, 1954-1958) ===''TRIM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Trim|Trim, Sydney (Electoral Rolls) or Sidney (BDM)]] [https://www.familysearch.org/tree/person/details/KL7D-NLM] - 1880(Vic)-1960(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 179; 2COCP 178, 1930; 1COCP 105, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: engineer (Subiaco, WA, 1913; West Perth, WA, 1913-1914); "radio station" (Wyndham, WA, 1914-1917); farmer (Mosman, NSW, 1936-1937); engineer (Applecross, WA, 1937-1958) ===''TROTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clement Ford Trott|Trott, Clement Ford]] [https://www.familysearch.org/tree/person/details/GCGY-XPN] - 1907(SA)-1966(SA) - Licences: 5CS McLaren Vale (1928-1929); 5CF McLaren Vale (1930-1931); 5CF Willunga (1933) - Qualifications: cc; AOCP 454, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: orchardist (McLaren Flat, SA, 1939-1943) ===''TROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Rusel Troy|Troy, Thomas Rusel]] [https://www.familysearch.org/tree/person/details/GZKG-MKH] - 1898(NSW)-1992(NSW) - 2SH Receive West Maitland (1923), 2SH West Maitland (1924-1925), 2TY West Maitland (1926-1931), amateur operator (AOCP 208, 1925, No. ?? in NSW), amateur broadcaster, postman (West Maitland, 1930-1949), postal officer (Maitland, 1954), postal clerk (Maitland, 1958) ===''TRUDGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Wallis Trudgen|Trudgen, Maxwell Wallis]] [https://www.familysearch.org/tree/person/details/GS3H-XYH] - 1907(SA)-1992(SA) - Licences: 5MW Adelaide (East Adelaide, 1926); 5HS Adelaide (Fullarton, 1927) - Qualifications: cc; AOCP 247, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Mitcham, 1939-1941); mechanical engineer (Sydney, 1943-1954); engineer (Little Bay, 1958-1968) ===''TRUNFULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Leonard Trunfull|Trunfull, Richard Leonard]] [https://www.familysearch.org/tree/person/details/GXBL-K7B] - 1906(Eng)-1957(WA) - Licences: 6RT South Greenough (1932-1933); 6RT Peel Estate (1937); 6RT Roebourne (1938-1939); 6RT Dangin (1947-1948); 6RT Nungarin (1954); 6RT Narembeen (1955-1956) - Qualifications: cc; AOCP 924, 1932, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (South Greenough, WA, 1931; Baldavis, WA, 1936; Dangin, WA, 1943-1949; Nungarin, WA, 1954; Narembeen, WA, 1958) ===''TUMBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Henry Tumbridge|Tumbridge, Stanley Henry]] [https://www.familysearch.org/tree/person/details/MM12-M1C] - 1899(Eng)-1965(Qld) - Licences: 4ST Ipswich (1932-1933); 4ST Stanthorpe (1937-1939); 4ST Broadwater, 1947-1948; 4ST Brisbane (Woody Point, 1954-1960) - Qualifications: cc; AOCP 986, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Woodend, Qld, 1921); teacher (Murgon, Qld, 1925); school teacher (Stanthorpe, Qld, 1936-1937; Broadwater, Qld, 1943-1949); teacher (Margate, Qld, 1949-1954; Woody Point, Qld, 1958-1963) ===''TURNBULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Edward Turnbull|Turnbull, Norman Edward]] [https://www.familysearch.org/tree/person/details/L2TP-7K8] - 1900(WA)-1988(Vic) - Licences: 6NO Narrogin (1928); 6NO Perth (City, 1930; Subiaco, 1931; Shenton Park, 1937-1939); 3AXX Melbourne (Armadale, 1954; Carrum, 1955; Parkdale, 1956; Cheltenham, 1960-1980+) - Qualifications: c; AOCP 430, 1928, No. ?? in WA; CPRT 1120, 1928; 1COCP 185, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Bunbury, 1922; Busselton, 1925; Narrogin, 1925; Subiaco, 1931); radio inspector (Subiaco, 1934-1936); civil servant (East Perth, 1937); engineer (Armadale, 1954); clerk (Sandringham, 1958); manager (Sandringham, 1963-1968; Cheltenham, 1972); retired (Cheltenham, 1977-1980) * [[/Robert William Turnbull|Turnbull, Robert William or Robert]] [https://www.familysearch.org/tree/person/details/GZ1S-GP4] - 1892(Eng)-1968(NSW) - Licences: 2RO Sydney (Burwood, 1927-1938; Northbridge, 1939) - Qualifications: AOCP 317, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: bricklayer (Homebush, 1930-1963) ===''TURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Reginald Turner|Turner, Edward Arthur Reginald "Rex"]] [https://www.familysearch.org/tree/person/details/GZT9-JD5] - 1910(SA)-1966(SA) - Licences: 5CW Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923-1925); 5SA Adelaide (Leabrook, 1926-1927) - Qualifications: cc; AOCP 272, 1926, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: butter maker (Gawler, 1939-1943) * [[/Haswell Elliott Alfred Turner|Turner, Haswell Elliott Alfred]] [https://www.familysearch.org/tree/person/details/LRQG-8TG] - 1891(Vic)-1969(NSW) - 2TM Sydney (Mosman, 1925-1933), amateur operator (AOCP 127, 1925, No. ?? in NSW), amateur broadcaster, engineer, military, likely related to XACW E. Turner, Jnr * [[/Ralph Robinson Turner|Turner, Ralph Robinson]] [https://www.familysearch.org/tree/person/details/GX2D-S51] - 1912(SA)-1996(SA) - Licences: 5TR Adelaide (Henley Beach, 1935-1937; Dulwich, 1938-1939; Linden Park, 1947-1969; Echunga, 1975-1980+) - Qualifications: cc; AOCP 1444, 1935, SA; BOCP 66, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Dulwich, SA, 1939-1941) * [[/Robert John Blackwell Turner|Turner, Robert John Blackwell]] [https://www.familysearch.org/tree/person/details/L62T-FP7] - 1884(NSW)-1943(NSW) - 2RT Goulburn (1925-1933), amateur operator (AOCP 55, 1925, No. ?? in NSW), amateur broadcaster, engineer ===''TWEEDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/P. Tweedle|Tweedle, P.]] - 19??(???)-19??(???) - Licences: 4DM Receive Brisbane (Albion, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TYAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Robert Wilson Tyas|Tyas, Norman Robert Wilson]] [https://www.familysearch.org/tree/person/details/GXHC-SK6] - 1913(Qld)-1975(Qld) - Licences: 4TY Gracemere (1932-1934); 4TY Kingaroy (1935-1939); 4TY Brisbane (Manly, 1946-1948); 4TY Boonah (1954); 4TY Wallangarra (1955-1956); 4TY Warwick (1960); Brisbane (Manly, 1965-1975+) - Qualifications: cc; AOCP 1059, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, wireless officer); state public servant (state school principal) - Electoral Rolls: school teacher (Kingaroy, Qld, 1936-1943; Brookstead, Qld, 1949; Mt Alford, Qld, 1954); teacher (Wallangarra, Qld, 1958); school teacher (Warwick, Qld, 1963; Manly, Qld, 1968-1972) ===''TYMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Tymms|Tymms, Robert William]] [https://www.familysearch.org/tree/person/details/GXSX-R2D] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 84, 1930 - coastal wireless operator (RANRS); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); wireless operator (Geraldton, 1922; Como, 1925); not stated (Broome, 1937); wireless telegraphist (Townsville, 1954) =='''U'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''UMBACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ricky Charles Umback|Umback, Ricky Charles]] - early wireless historian (Ph.D. Thesis, 2016, "Constituting Australia's International Wireless Service: 1901-1922") [https://openresearch-repository.anu.edu.au/bitstream/1885/142647/1/Umback%20Thesis%202018.pdf] ===''UNDERWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Underwood|Underwood, William Henry]] [https://www.familysearch.org/tree/person/details/GX6T-1XZ] - 1875(Eng)-1953(Qld) - Licences: 4DN Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Newstead, Qld, 1913-1915; Clayfield, Qld, 1916-1943); no occupation (Albion, Qld, 1943; Highgate Hill, Qld, 1949) ===''UNGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Wilhelm Unger|Unger, A. H.]] - 19??(???)-????(???) - 2YRS Alectown (1980+), amateur operator (AOCP ????, 19??, No. ?? in NSW), amateur broadcaster, son of Herbert Wilhelm Carl Unger 2UJ * [[/Herbert Wilhelm Carl Unger|Unger, Herbert Wilhelm Carl or Herbert William Carl]] - 1911(???)-2012(NSW, 101yo) - 2UJ Alectown (1933-1980+), amateur operator (AOCP 1108, 1933, No. ?? in NSW), amateur broadcaster, father of A. H. Unger 2YRS ===''URQUHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Stewart Urquhart|Urquhart, Malcolm Stewart]] [https://www.familysearch.org/tree/person/details/GZXT-5C3] - 1905(WA)-1967(WA) - Licences: 6MU Perth (Cottesloe, 1925-1939); 6MU Merredin (1946-1960); 6MU Perth (Cottesloe, 1965) - Qualifications: cc; AOCP 116, 1925, No. ?? in WA; BOCP 27, 1936; AOLCP 158, 1934; 2COCP 85, 1937; 1COCP 126, 1937 - amateur operator; amateur broadcaster; clerk (1931); broadcast technician (6MD, 1958); WW2 (1939-1945) - Electoral Rolls: clerk (Cottesloe, WA, 1931-1937); broadcast technician (Merredin, WA, 1943-1963) =='''V'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''VALENTINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Keith Valentine|Valentine, Lionel Keith]] [https://www.familysearch.org/tree/person/details/GD1Z-ZVK] - 1916(Tas)-1961(Tas) - Licences: 7KV Hobart (Bellerive, 1933-1939) - Qualifications: cc; AOCP 1148, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Bellerive, Tas, 1937; Acton, ACT, 1949); public servant (Hobart West, Tas, 1958) ===''VAN COUTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Josephus Van Cooth|Van Cooth, John Robert Josephus]] [https://www.familysearch.org/tree/person/details/G8GN-6ZP] - 1908(Vic)-1936(Vic) - Licences: 3DX Receive Melbourne (East Malvern, 1922); 3DX Melbourne (East Malvern, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (St Kilda West, 1931) ===''VARDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Edwin Vardon|Vardon, Joseph Edwin]] [https://www.familysearch.org/tree/person/details/LV9V-VPR] - 1905(SA)-1970(SA) - Licences: Receive Adelaide (Unley, 1923-1924); 5OM Adelaide (Unley Park, 1927-1933) - Qualifications: cc; AOCP 329, 1927, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: sales manager (Malvern, 1941-1943) ===''VAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Vaughan (also known as Hearps, change of name), David Edward]] [https://www.familysearch.org/tree/person/details/LYD2-HG5] - 1901(Vic)-1976(NSW) - Licences: 2FY Sydney (Lakemba, 1930-1969) - Qualifications: AOCP 665, 1930, NSW (Hearps); AOCP 1003, 1932, NSW (Vaughan) - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Lakemba, 1930-1937); machinist (Lakemba, 1943-1972) ===''VEALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Pax Veall|Veall, Reginald Pax]] [https://www.familysearch.org/tree/person/details/GZL8-GR6] - 1918(Vic)-1942(NT) - Licences: 3PV Melbourne (St Kilda, 1937-1939) - Qualifications: AOCP 2050, 1937, No. ?? in Vic; 2COCP 274, 1939; 1COCP 375, 1940 - amateur operator, amateur broadcaster, WW2 (Merchant Navy, Wireless Officer, MV Neptuna) - Electoral Rolls: Nil - "Greater love hath no man than this" [http://www.ntlexhibit.nt.gov.au/exhibits/show/bod/roh/veall] ===''VEARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elwyn Thomas Vears|Vears, Elwyn Thomas]] [https://www.familysearch.org/tree/person/details/GHS1-C67] - 1901(NSW)-1960(NSW) - Licences: 2BM Leura (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Strathfield, 1930-1937; Burwood, 1943-1958)) ===''VERNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Henry Vernon|Vernon, Charles Henry]] [https://www.familysearch.org/tree/person/details/G88V-18Z] - 1901(WA)-1964(WA) - Licences: 6KZ Albany (1930-1931); 6KZ Perth (Fremantle, 1933-1939); 3AMD Melbourne (Moonee Ponds, 1947); 6KZ Perth (Guildford, 1947-1948) - Qualifications: cc; AOCP 566, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Forts, Albany, 1922-1931; Fremantle, 1936-1937; 9AAD, Guildford, 1949-1954); retired (Wagin, 1958; Morley, 1963) ===''VICKARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Mervyn Vickary|Vickary, Reginald Mervyn "Reg"]] [https://www.familysearch.org/tree/person/details/G88K-CLP] - 1909(NSW)-1973(Qld) - Licences: 4RV Cunnamulla (1930-1933); 4RV Warwick (1936-1939); 4VX Brisbane (Gordon Park, 1965; The Grange, 1969) - Qualifications: cc; AOCP 702, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shed hand (Cunnamulla, 1931); radio dealer (Warwick, 1937; Cunnamulla, 1943); shopkeeper (Toowoomba, 1949; Ekibin, 1954; Chermside, 1963; Grange, 1968-1972) ===''VICKERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth James Vickery|Vickery, Kenneth James]] [https://www.familysearch.org/tree/person/details/GDQP-WMQ] - 1893(NSW)-1970(NSW) - Licences: 2RA Receive Sydney (Hurlstone Park, 1923); 2RA Sydney (Hurlstone Park, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrical fitter (Hurlstone Park, 1930-1933); electrician (West Ryde, 1935; Parkes, 1936; Uralla, 1943); farmer (North Richmond, 1949-1968) ===''VINCENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Vincent|Vincent, Jack]] [https://www.familysearch.org/tree/person/details/GZ64-7S8] - 1906(WA)-1980(WA) - Licences: 6DL Receive Kalgoorlie (1923-1924); 6VK Kalgoorlie (1925-1939) - Qualifications: cc; AOCP 59, 1925, No. ?? in WA - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter & turner (Kalgoorlie, WA, 1931-1937); manufacturer (South Perth, WA, 1949-1963; Como, WA, 1972-1980) ===''VINING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Vining|Vining, William Edward]] [https://www.familysearch.org/tree/person/details/GZR1-NLT] - 1906(Qld)-1977(Qld) - Licences: 4WE Brisbane (Nundah, 1926-1927) - Qualifications: cc; AOCP 277, 1926, No. 22 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: carrier (Nundah, 1928-1931); motor driver (Mitchelton, 1934; Gaythorne, 1936); mechanic (Gayndah, 1943); telephone mechanic (Enoggera, 1949-1963); telephone technician (Enoggera, 1968-1977) ===''VIPAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alton Frederick Vipan|Vipan, Alton Frederick]] - 1890(NSW)-1946(NSW) - XHV Sydney (Petersham, 1913-1914), early wireless experimenter, amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), ship wireless operator, AWA (Koo-we-rup, 1922) ===''VOIGT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emil Robert Voigt|Voigt, Emil Robert]] [https://www.familysearch.org/tree/person/details/G88K-VV2] - 1883(Eng)-1973(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - 2KY Sydney, broadcast station manager; witness to Royal Commission 1927 (as chairman, NSW Labor wireless committee) - Relationships: father of Rion Osborne Voigt; grandfather of Robin Voigt - Electoral Rolls: secretary (Dee Why, 1930-1934); manager (Dee Why, 1935; Narrabeen, 1936) - Links: [https://adb.anu.edu.au/biography/voigt-emil-robert-8930 ADB]; [[w:Emil_Voigt_(athlete)|Wikipedia]]; [https://www.radioheritage.com/story70/ RHF] * [[/Rion Osborne Clifford Voigt|Voigt, Rion Osborne Clifford]] [https://www.familysearch.org/tree/person/details/G88K-L1V] - 1915(Eng)-1987(NSW) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - broadcast industry executive, WW2 - Electoral Rolls: radio announcer (Narrabeen, 1937; Turramurra, 1963-1980) - Relationships: son of Emil Robert Voigt; father of Robin Voigt * [[/Robin Voigt|Voigt, Robin]] - historian (Emil Robert Voigt; 2KY) - Relationships: grandson of Emil Robert Voigt; son of Rion Osborne Clifford Voigt ===''VOLKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Henry Oxford Volkman|Volkman, Reginald Henry Oxford]] [https://www.familysearch.org/tree/person/details/G4CV-7PH] - 1902(NSW)-1959(NSW) - Licences: 2RY Grafton (1924-1925); 2RY Scone (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Woollahra, 1930-1933) ===''VOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Taylor Vowles|Vowles, Rupert Taylor]] [https://www.familysearch.org/tree/person/details/LKYT-FLF] - 1894(NSW)-1973(NSW) - Licences: XIZ Sydney (Burwood, 1913-1914); 2AW Receive Sydney (Burwood, 1922-1923); 2XZ Sydney (Concord, 1929-1931) - Qualifications: cc; AOCP 562, 1929, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Concord, 1930-1972) =='''W'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''WADDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivon Edward Waddell|Waddell, Ivon Edward]] [https://www.familysearch.org/tree/person/details/G88S-H3S] - 1909(WA)-1943(Thailand/Singapore) - Licences: 6WX Albany (1929-1930); 6WX Katanning (1931) - Qualifications: cc; AOCP 561, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: postal clerk (Katanning, 1936; South Perth, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10298089 AWM] ===''WADDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. M. Waddle|Waddle, E. M.]] - 19??(???)-19??(???) - 4GZ Charters Towers (-1959+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''WADDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard William Mackie Waddy|Waddy, Richard William Mackie]] [https://www.familysearch.org/tree/person/details/LB62-5RP] - 1848(SA)-1933(SA) - senior state public servant (SA Post & Telegraphs Dept), senior federal public servant (Deputy Postmaster-General SA) ===''WADHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin Wadham|Wadham, Kevin]] [https://www.familysearch.org/tree/person/details/GZZC-SBQ] - 1905(SA)-1970(SA) - Licences: 5KW Adelaide (Parkside, 1924-1927; Helmsdale, 1928; Da Costa Park, 1931; Glenelg, 1933; Adelaide, 1937; Glenelg, 1938-1939) - Qualifications: cc; AOCP 23, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WIA SA (Councillor 1931; Hon. Treasurer, 1931); National Radio Corp (manager, 1938); Holdfast Bay Yacht Club (Vice-commodore, 1949) - Electoral Rolls: manager (Helmsdale, SA, 1939-1941; Da Costa Park, SA, 1943) ===''WAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Fripp Wahl|Wahl, Alan Fripp]] [https://www.familysearch.org/tree/person/details/GFMB-TD4] - 1918(WA)-2003(WA) - Licences: 6JB Perth (Leederville, 1938-1939, 1947-1960; Dianella, 1965-1980+) - Qualifications: cc; AOCP 2101, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: railway employee (Leederville, WA, 1943-1958); clerk (Dianella, WA, 1963-1980) ===''WALCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Crosby Walch|Walch, Alan Crosby or Crosby Alan]] [https://www.familysearch.org/tree/person/details/GQC7-GSS] - 1907(NSW)-1979(Tas) - Licences: 7BI Receive Hobart (Bellerive, 1923); Receive Hobart (Bellerive, 1923-1925); 7CW Hobart (Bellerive, 1926-1927; Battery Point, 1931-1933; City, 1937; Sandy Bay, 1938-1939, 1946-1975) - Qualifications: cc; AOCP 231, 1926, No. ?? in Tas; BOCP 1, 1936; 1AOCP 16, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: radio expert (Hobart South, 1936-1954) ===''WALDRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Gerard Waldron|Waldron, Francis Gerard "Frank"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''WALKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Walker|Walker, Arthur Charles]] [https://www.familysearch.org/tree/person/details/GXFY-L2V] - 1898(Qld)-1974(Qld) - Licences: 4AC Brisbane (Sandgate, 1927-1931) - Qualifications: cc; CPRT 699, 1922 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: newspaper carrier (Kangaroo Point, Qld, 1934-1937); carrier (Sandgate, Qld, 1943-1972) * [[/Charles Welsh Walker|Walker, Charles Welsh "Chas"]] [https://www.familysearch.org/tree/person/details/GXFR-19W] - 1899(NSW)-1961(Qld) - Licences: 4CU Receive Clifton (1923); 4CU Clifton (1924-1960); 4DQ Portable Clifton (1948-1960) - Qualifications: cc; AOCP 10, 1924, No. 2 in Qld - amateur operator; amateur broadcaster; motor mechanic; Walker's Radio Service (proprietor, 1930s-1950s) - Electoral Rolls: motor mechanic (Clifton, Qld, 1921-1958) * [[/Louis Edward Walker|Walker, Louis Edward]] [https://www.familysearch.org/tree/person/details/GSWB-L81] - 1864(Eng)-1934(At Sea) - Oversight of the 1906 Bass Strait link for Marconi Wireless Telegraphy Co * [[/Philip Billingsley Walker|Walker, Phillip Billingsley]] [https://www.familysearch.org/tree/person/details/MNF3-P9W] - 1840(Eng)-1900(NSW) - early wireless experimenter, employment (NSW Posts & Telegraphs, Superintendent of Telegraphs, Chief Electrician) * [[/Ronald Gregory Walker|Walker, Ronald Gregory "Gregory"]] [https://www.familysearch.org/tree/person/details/GDRP-GC6] - 1907(NSW)-1929(At Sea) - Licences: 7BT Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; journalist (Hobart "Mercury"); film maker - Comment: Gone too soon - Electoral Rolls: journalist (Hobart South, 1928) - Links: [http://www.seafarersmemorial.org.au/memorials/walker_g.php Seafarer's Memorial] * [[/William Spencer Walker|Walker, William Spencer]] [https://www.familysearch.org/tree/person/details/KCF4-R77] - 1911(SA)-2004(SA) - Licences: 5WW Adelaide (Alberton, 1934-1939; West Croydon, 1947-1980+) - Qualifications: cc; AOCP 1305, 1934, SA; BOCP 444, 1942; TVOCP 274, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939); mechanic (West Croydon, SA, 1941-1943) ===''WALLACE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elizabeth Aileen Geisel|Wallace nee Geisel, Elizabeth Aileen "Betty"]] See Geisel, Elizabeth Aileen "Betty" ===''WALLBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Walter Wallbridge|Wallbridge, Leslie Walter]] [https://www.familysearch.org/tree/person/details/LDMT-HKZ] - 1910(Eng)-1966(SA) - Licences: 5UX Adelaide (Lower Mitcham, 1930-1937); 5UX Peterborough (1938-1939); 5UX Kadina (1947-1948); 5UX Cook (1954-1955); 5UX Saddleworth (1956); 5UX Hawker (1960) - Qualifications: cc; AOCP 712, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Peterborough, SA, 1939-1941; Rendelsham, SA, 1943; Alice Springs, NT, 1963) ===''WALLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Wallis|Wallis, John Charles]] - 19??(???)-19??(???) - Licences: 7JW Longford (1932-1939, 1947) - Qualifications: cc; AOCP 893, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Burnie, 1928; Longford, 1936-1937) * Wallace, Florence Violet (adoptive name) - see Granville, Florence Violet (birth name) ===''WALSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Dunbar Walsh|Walsh, Harold Dunbar "Cordite"]] [https://www.familysearch.org/tree/person/details/G3W3-CT7] - 1903(Qld)-1951(Qld) - Licences: 4HW Brisbane (Hamilton, 1925-1931; Rocklea, 1946-1947)); 4WN Brisbane (Hamilton, 1927, dealer) - Qualifications: cc; AOCP 133, 1925, No 14 in Qld - amateur operator; amateur broadcaster; WW2 (RAAF); solicitor; pilot - Comment: Tragic end to a productive life - Electoral Rolls: clerk (Hamilton, 1925-1937); airline pilot (Moorooka, 1949) ===''WALTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Allan Walters|Walters, Charles Allan]] [https://www.familysearch.org/tree/person/details/G8CT-LBY] - 1910(Vic)-1947(Vic) - Licences: 3CW Melbourne (Thornbury, 1929-1933; Heidelburg, 1937-1939; Brunswick, 1946-1947) - Qualifications: AOCP 524, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Northcote, 1931-1936; Heidelberg, 1937; Brunswick, 1942) * [[/Gerald Wills Walters|Walters, Gerald (Wills or Willis or blank)]] [https://www.familysearch.org/tree/person/details/GX7Y-1HZ] - 1886(Eng)-1956(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 108, 1915; 2COCP 157, 1930; 1COCP 129, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: wireless telegraphist (Currie, King Island, Tas, 1919; Darwin, NT, 1922); radio telegraphist (New Town, Tas, 1928); wireless officer (Radio Station, Thursday Island, Qld, 1936-1937); wireless (Gladesville, NSW, 1943); wireless telegraphist (Rockhampton, Qld, 1949-1954) ===''WALZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edwyn Walz|Walz, Arthur Edwyn or Edgar]] [https://www.familysearch.org/tree/person/details/GM9T-LB3] - 1908(Qld)-2000(Qld) - Licences: 4AW Brisbane (Nundah, 1926-1939; Wavell Heights, 1946-1980+) - Qualifications: cc; AOCP 287, 1926, No. 26 in Qld - amateur operator; amateur broadcaster; plumber; radio repair business - Relationships: son of Conrad August Walz - Electoral Rolls: plumber (Nundah, 1934-1943); radio engineer (Wavell Heights, 1949-1980) * [[/Conrad August Walz|Walz, Conrad August]] [https://www.familysearch.org/tree/person/details/LRGZ-QF3] - 1882(Qld)-1951(Qld) - 4?? Brisbane, amateur operator (AOCP ???, 19??, No. ?? in Qld), plumber, farmer, father of 4AW Arthur Edwyn Walz ===''WARDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney William Lumley Wardle|Wardle, Sidney William Lumley]] - 1911(Eng)-19??(???) - Licences: 2OU Woodford Leigh (1930-1935); 2OU Armidale (1936-1937); 2OU Sydney (Bellevue Hill, 1938-1939); 5OU Adelaide (Lockleys, 1946-1954); 2DID Berridale (1980) - Qualifications: AOCP 610, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: farm hand (Woodford Leigh, 1934-1935); technician (Bondi North, 1937; Woollahra, 1943); retired (Berridale, 1980) ===''WARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Clarke Waring|Waring, Cecil Clarke]] [https://www.familysearch.org/tree/person/details/GQW4-V9F] - 1904(Vic)-1988(Vic) - Licences: 3CU Receive Melbourne (Canterbury, 1922-1924); 3YW Melbourne (Camberwell, 1929-1931; Canterbury, 1933; Kew, 1937); 3YW Rupanyup (1938-1939); 3YW Stawell (1946-1948); 3YW Warrnambool (1954-1980+) - Qualifications: AOCP 549, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Canterbury, 1925-1928; Kew, 1931-1937; Stawell, 1942-1949; Warrnambool, 1954-1977) ===''WARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Leslie George Warne|Warne, Maurice Leslie George]] [https://www.familysearch.org/tree/person/details/LYSP-LHY] - 1909(NSW)-1975(NSW) - Licences: 2MW Sydney (Croydon, 1926-1929) - Qualifications: AOCP 300, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: printer (Campsie, 1931-1934); radio mechanic (Campsie, 1936-1937); radio sales (Kogarah, 1943-1963); radio & TV technician (Arncliffe, 1968) ===''WARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Albert Warner|Warner, Geoffrey Albert]] [https://www.familysearch.org/tree/person/details/G8V1-6NR] - 1914(NSW)-2007(NSW) - Licences: 2CK Wyong (1930-1939); 3ABW Fiskville (1947); 9GW Port Moresby (1948-1954); 2AVW Bringelly (1955-1958); 2CK Bringelly (1960-1969); 6EG Bassendean (1975); 2HJ Camden (1980+) - Qualifications: AOCP 710, 1930, NSW; 1COCP 60, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless technician (Rockbank, Vic, 1942); technician (OTC Bringelly, 1958-1963); manager (Bassendean, 1977; Camden South, 1980) - callsign may have been withdrawn for 2CK Cessnock commercial (later restored) ===''WARNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Bernard Warnock|Warnock, Neil Bernard]] [https://www.familysearch.org/tree/person/details/GZJ8-58G] - 1944(Vic)-2019(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''WATERHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. G. Waterhouse|Waterhouse, A. G.]] - 19??(???)-19??(???) - Licences: XVV Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WATERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George James Waters|Waters, George James]] [https://www.familysearch.org/tree/person/details/G8X9-S46] - 1902(Vic)-1931(Vic) - Licences: 3EX Receive Melbourne (Heathcote, 1922); 3XA Melbourne (East Prahran, 1930-1931) - Qualifications: AOCP 608, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified as yet - Comment: Passed too soon * [[/James Alfred Waters|Waters, James Alfred]] - 19??(???)-19??(???) - Licences: 7JA Hobart (Sandy Bay, 1936-1939) - Qualifications: cc; AOCP 1685, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Queensborough, 1936); teacher (Ringarooma, 1937); schoolteacher (Queensborough, 1943-1954) * [[/Leslie Waters|Waters, Leslie]] [https://www.familysearch.org/tree/person/details/G85N-TZB] - 1882(Eng)-1956(Qld) - Licences: 4AC Innisfail (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; engineer (Randell Engineering) - Electoral Rolls: watchmaker (Innisfail, 1919-1943); radio dealer (Innisfail, 1949) ===''WATERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lindsay Carmel Waterworth|Waterworth, Lindsay Carmel "Joe"]] [https://www.familysearch.org/tree/person/details/G6YY-6M6] - 1892(Qld)-1969(Qld) - Licences: 4CL Rockhampton (1935-1939, 1946-1969) - Qualifications: cc; AOCP 1526, 1935, Qld - amateur operator; amateur broadcaster; WW1; WW2; federal public servant (PMGD, telegraphist) - Electoral Rolls: assistant (Charleville, Qld, 1921); telegraphist (Rockhampton, Qld, 1928-1968) ===''WATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Paul Watkins|Watkins, Andrew Paul]] [https://www.familysearch.org/tree/person/details/GFQ9-RHP] - 1914(WA)-1965(NSW) - Licences: 6AW Perth (1936-1939) - Qualifications: cc; AOCP 1805, 1936, WA; BOCP 269, 1939; 1COCP 842, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Boulder, WA, 1937); radio mechanic (Geraldton, WA, 1943); radio technician (Cairns, Qld, 1949; Lakemba, NSW, 1954; Chullora, NSW, 1958-1963) * [[/William Trevor Watkins|Watkins, William Trevor "Trevor", "Watty"]] [https://www.familysearch.org/tree/person/details/LZKG-J4V] - 1899(Tas)-1931(Tas) - Licences: T336 Hobart (1920-1921); 7AA Hobart (1922-1925); 7DX Hobart (1925-1931) - Qualifications: cc; AOCP 107, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Withdrawal: PMGD withdrew 7AA callsign for their own use, electrician (Zinc Co., Hobart, 1922), wireless expert (Medhurst & Sons, Hobart, 1925) - Electoral Rolls: electrician (West Hobart, 1922-1928) - Comment: passed too soon ===''WATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. A. Watson|Watson, A. A.]] - bef1910(???)-aft1930(???) - Licences: 2UT Sydney (Darlinghurst, 1927-1929) - Qualifications: AOCP 341, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: None as yet - Full name not yet identified * [[/Douglas Mervyn Watson|Watson, Douglas Mervyn]] [https://www.familysearch.org/tree/person/details/G6MG-FPY] - 1920(Tas)-1989(Tas) - Licences: 7DW Hobart (New Town, 1937-1939; City, 1946-1956; Lindisfarne, 1960-1980+) - Qualifications: cc; AOCP 1867, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Hobart South, 1949-1954); mechanic (Lindisfarne, 1972) * [[/Herbert Leopold Watson|Watson, Herbert Leopold]] [https://www.familysearch.org/tree/person/details/G8ZP-JLK] - 1897(Vic)-1982(NSW) - Licences: 2OL Kiama (1929-1933); 2OL Unanderra (1935-1938); 2OL Woollongong (1939) - Qualifications: AOCP 545, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: engineer (Kiama, 1930); electrical engineer (Unanderra, 1934-1937; Heidelberg, Vic, 1949); electrician (Ivanhoe, Vic, 1954); retired (Avalon Beach, 1968-1972; Mona Vale, 1977; Mosman, 1980) * [[/James David Watson|Watson, James David]] [https://www.familysearch.org/tree/person/details/G8F5-789] - 1910(Vic)-19??(???) - Licences: 3NQ Darlington via Camperdown (1930-1939); 2ANQ Albury (1946-1957) - Qualifications: AOCP 633, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical fitter (Darlington, 1931-1943); radio technician (Albury, 1949-1954) - Comment: Beware another JDW, labourer, Geelong, 1930s * [[/John Watson|Watson, John]] - 19??(???)-19??(???) - Licences: 6CR Receive Perth (Victoria Park, 1923-1924) - Qualifications: AOCP 436, 1928, No. ?? in WA - amateur operator? - Electoral Rolls: Nil, as yet, specific individual not yet identified * [[/Samuel Wilfred Watson|Watson, Samuel Wilfred or Wilfred Samuel]] [https://www.familysearch.org/tree/person/details/GXY5-LXP] - 1906(Eng)-1998(WA) - Licences: 6WW Perth (West Perth, 1930-1939, 1948-1969); 6WW Shoalwater Bay (1975); 6WW Cardup (1980) - Qualifications: cc; 1COCP 189, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless operator (West Perth, WA, 1931-1972); retired (Shoalwater Bay, WA, 1977; Cardup, WA, 1980) * [[/William Wesley Watson|Watson, William Wesley]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio telegraphist (Hobart South, 1949) ===''WATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Watt|Watt, Alexander]] [https://www.familysearch.org/tree/person/details/GDRK-4B7] - 1901(Sct)-1985(Tas) - Licences: 7BO Receive Prince of Wales Bay (1923); Receive Prince of Wales Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Prince of Wales Bay, 1922-1928); accountant (New Town, 1936-1949; Moonah, 1954) * [[/Arthur William Watt|Watt, Arthur William]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly) * [[/Charles Russell Watt|Watt, Charles Russell]] [https://www.familysearch.org/tree/person/details/GZV7-JFH] - 1904(Eng)-1993(NSW) - 2WT Tenterfield (1925-1975+), amateur operator (AOCP 184, 1925, No. ?? in NSW), amateur broadcaster, grazier (Tenterfield, 1930-1980) ===''WAUCHOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Wylie Wauchope|Wauchope, Ronald Wylie]] [https://www.familysearch.org/tree/person/details/LH6X-QJR] - 1914(SA)-1933(SA)19yo - Licences: 5WE Adelaide (Maylands, 1933) - Qualifications: cc; AOCP 1086, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, 19yo - Electoral Rolls: Nil yet identified ===''WEATHERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Elsdon Weatherley|Weatherley, Harry William Elsdon]] [https://www.familysearch.org/tree/person/details/LTBF-1HC] - 1921(Vic)-2006(Vic) - prominent MW and SW broadcast DXer (1940-1990), clubs (Australian Radio DX Club, New Zealand Radio DX League, New Zealand DX Radio Association, Southern Cross DX Club, DX Australia - Chief Editor, Ontario DX Club), ANARC DXer of the year - metallurgist (Auburn, 1949-1954); technician (Mount Waverley, 1963-1972); retired (Mount Waverley, 1980) * [[/Herb J. Weatherley|Weatherley, Herb J.]] - 19??(???)-19??(???) - 4HW Clifton (-1951+), amateur operator (AOCP ??, 19??, No. ?? in Qld), callsign formerly Harold Dunbar Walsh ===''WEATHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Weatherson|Weatherson, W. A.]] - 19??(???)-19??(???) - Licences: 3AB Melbourne (East St Kilda, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''WEATHERSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stewart Weatherston|Weatherston, William Stewart]] [https://www.familysearch.org/tree/person/details/G8LZ-2KF] - 1905(WA)-1942(Sing) - Licences: 3AB Melbourne (East St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1927); salesman (St Kilda, 1931; Forrest, ACT, 1935; Newtown, 1943!) - Sacrifice: "Greater love hath no man than this" ===''WEBSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank James Webster|Webster, Frank James]] [https://www.familysearch.org/tree/person/details/GF73-5KV] - 1908(Eng)-19??(WA) - Licences: 6FW Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1039, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Victoria Park, WA, 1931-1943); plasterer (Perth, WA, 1954-1963; Victoria Park, WA, 1968-1972); retired (Fremantle, WA, 1977-1980) * [[/Harold Charles Webster|Webster, Harold Charles]] [https://www.familysearch.org/tree/person/details/KCRM-31P] - 1876(Tas)-1923(Tas) - Licences: Receive (Crystal Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: photographer (Launceston, 1914); clerk (Hobart North, 1922) * [[/William Webster|Webster, William]] [https://www.familysearch.org/tree/person/details/GZJD-D94] - 1860(Eng)-1936(NSW) - senior federal politician (Postmaster-General, 1915-1920), played prominent part in the Postal Royal Commission ===''WEDDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Austin Weddell|Weddell, James Austin]] [https://www.familysearch.org/tree/person/details/GXK9-SYF] - 1914(SA)-2005(NSW) - Licences: 5ZL Adelaide (Reade Park, 1935-1939) - Qualifications: cc; AOCP 1595, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Col Light Gardens, SA, 1939-1943); RAAF (Albert Park, Vic, 1949; Auburn, Vic, 1954); RAAF officer (Richmond, NSW, 1958); RAAF (Red Hill, ACT, 1963); not stated (Red Hill, ACT, 1968-1972); RAAF (Red Hill, ACT, 1977-1980) * [[/John Arthur Weddell|Weddell, John Arthur]] [https://www.familysearch.org/tree/person/details/GXKM-KVK] - 1926(Qld)-19??(???) - Licences: 4FT Brisbane (Zillmere, 1954-1960); 2ZM Glenbrook (1961); 4FT Brisbane (Sandgate North, 1965-1969); 2BFT Sydney (Clovelly, 1975-1980) - Qualifications: cc; AOCP 3172, 1951, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Annerley, Qld, 1949; Zillmere, Qld, 1954-1958; Sandgate, Qld, 1963-1968); technician (Marrickville, NSW, 1972; Clovelly, NSW, 1977-1980) ===''WEDGEWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Donald Wedgewood|Wedgewood, William Donald]] [https://www.familysearch.org/tree/person/details/GDLV-GM8] - 1901(Qld)-1974(NSW) - Licences: N741 Receive NSW - Qualifications: cc; CPRT 692, 1922; 2COCP 49, 1935 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: boarder (Sutton Coalfield, Eng, 1911); manufacturer (Glenmore, 1930-1936); aviator (Nedlands, WA, 1937); farmer (Moruya, 1949-1954); greenkeeper (Brisbane, 1958); public servant (Hornsby, 1963-1972) ===''WEEKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. L. Weeks|Weeks, H. L.]] - 19??-19?? - Licences: 4CJ Receive Currumbin (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: - Identification: Not yet identified ===''WEISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Wilfred George Weiss|Weiss, Wilfred George]] [https://www.familysearch.org/tree/person/details/G8V9-7NP] - 1912(NSW)-1982(NSW) - Licences: 2TV Sydney (Croydon Park, 1960-1961; Strathfield, 1965); 2TV Ettalong Beach (1975-1980+) - Qualifications: AOCP 670, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lithgow, 1934-1937); storekeeper (Lithgow, 1943); silk screen craftsman (Croydon Park, 1949-1958); retired (Strathfield, 1963-1968; Ettalong Beach, 1972; Ettalong, 1977) ===''WELLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Arthur Martin Weller|Weller, Cyril Arthur Martin "Sam"]] [https://www.familysearch.org/tree/person/details/GZTQ-WXH] - 1903(???)-1994(Qld) - Licences: 4CZ Brisbane (Clayfield, 1938-1939, 1946-1980+) - Qualifications: AOCP 2160, 1938, Qld - amateur operator, amateur broadcaster, Radio Club (WIAQ, Brisbane DX Club), power station engineer, education (ME, UQ) - Electoral Rolls: student (Windsor, 1925); engineer (Wilston, 1925-1928; Camp Hill, 1934-1943; Clayfield, 1949-1972; Albion, 1977) ===''WELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Welling|Welling, Thomas]] [https://www.familysearch.org/tree/person/details/LLHB-KQZ] - 1898(Eng)-1960(SA) - Licences: 5TW Adelaide (North Adelaide, 1937); 5TW Mt Gambier (1938-1939, 1947-1960) - Qualifications: cc; 2COCP 179, 1930; 1COCP 81, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: wireless engineer (Mt Gambier, SA, 1939-1941); wireless technician (Mt Gambier, SA, 1943) ===''WELLINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hudson Wellington|Wellington, Stanley Hudson]] [https://www.familysearch.org/tree/person/details/LB84-47Y] - 1909(Tas)-1981(NSW) - Licences: 7PK Hobart (New Town, 1932-1933); 3SX Melbourne (Brighton, 1937-1939) - Qualifications: cc; AOCP 1002, 1932, No. ?? in Tas; AOLCP 117, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: representative (Caulfield, 1936); chemist (Brighton, Vic, 1937-1942); manager (Mosman, 1949-1980) ===''WELLMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Joseph Wellman|Wellman, Leo Joseph]] [https://www.familysearch.org/tree/person/details/L1SW-R9S] - 1898(NSW)-1965(NSW) - 2PS Receive Sydney (Marrickville, 1923), 2LW Sydney (Marrickville, 1925-1928), amateur operator (AOCP 117, 1925, No. ?? in NSW), amateur broadcaster ===''WELSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud William Welsh|Welsh, Claude or Claud William]] [https://www.familysearch.org/tree/person/details/GZPH-WS4] - 1914(Qld)-1988(Qld) - Licences: 4CW Warwick (1937-1939); 4DK Mackay (1975-1980+) - Qualifications: cc; AOCP 1982, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, Qld, 1937-1943); engineer (Kew, Vic, 1943); radio technician (Warwick, Qld, 1958; Mackay, Qld, 1958); technician (Mackay, Qld, 1963); radio technician (Mackay, Qld, 1968-1980) ===''WERRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Errol Limbrick Werrett|Werrett, Errol Limbrick]] [https://www.familysearch.org/tree/person/details/G8SK-FMH] - 1908(Tas)-1974(Eng) - Licences: Receive (Crystal) Hampshire (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm worker (Hampshire, 1936-1937); fitter (South Melbourne, 1943); engineer (Caulfield, 1949-1968; Balaclava, 1972) ===''WESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Frederick Shorter Weston|Weston, Cyril Frederick Shorter]] [https://www.familysearch.org/tree/person/details/GZVJ-FXY] - 1905(Eng)-1988(NSW) - Licences: 4EN Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephone mechanic (Kedron, 1928); Christian worker (Darlinghurst, 1934); grocer (Oatley, 1943); agriculturalist (Ourimbah, 1949); salesman (Paekhurst, 1963-1980); retired (Charmhaven, 1980) * [[/George James Weston|Weston, George James]] [https://www.familysearch.org/tree/person/details/GXQ3-Y8Q] - 1868(Eng)-1939(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 702, 1922 - RANRS (Radio Lieutenant) - Comment: Several contemporaneous GJWs - Electoral Rolls: telegraph operator (Albany, 1903); civil servant (Kalgoorlie, WA, 1910-1912); civil servant (Wireless Station, Carlingford, NSW, 1913); sailor (Toorak, 1919); naval officer (Elsternwick, 1919); civil servant (Auburn, Vic, 1922); wireless engineer (Auburn, Vic, 1924-1927); retired engineer (Upwey, 1931-1937) * [[/Robert Marcus Hamilton Weston|Weston, Robert Marcus Hamilton "Mark"]] [https://www.familysearch.org/tree/person/details/GX8K-KW6] - 1915(NSW)-1995(NSW) - Licences: 4XO Bundaberg (1938-1939); 2WE Sydney (Lidcombe, 1946-1947); 2AWE Sydney (Kingsford, 1955; Kensington, 1956-1957); 2AYK Sydney (Kensington, 1957; Kingsford, 1958-1961); 2CM Sydney (Dolls Point, 1964-1980) - Qualifications: cc; AOCP 2076, 1938, Qld; 2COCP 386, 1940; 1COCP 581, 1942 - amateur operator; amateur broadcaster; ship wireless officer; wireless officer (QANTAS) - Relationships: husband of 2MR Verle Lorraine Weston nee Key(s) - Electoral Rolls: marine wireless operator (Auchenflower, Qld, 1943); radio operator (Blakehurst, NSW, 1949; Kingsford, NSW, 1954-1963; Sans Souci, NSW, 1968-1980) * [[/Verle Lorraine Keys|Weston nee Key(s), Verle Lorraine]] - 1934(???)-1985(NSW) - 2MR Sydney (Dolls Point, 1964-1980), YL amateur operator (AOCP ???, 1964, No. ?? in Qld), wife of Robert Marcus Hamilton Weston 2CM * [[/William Wood Weston|Weston or Wehrstedt, William Wood]] [https://www.familysearch.org/tree/person/details/GDPG-KBQ] - 1912(WA)-1953(WA) - Licences: 6MW Perth (Nedlands, 1935-1939; North Beach, 1947-1948) - Qualifications: cc; AOCP 1465, 1935, WA; BOCP 596, 1944 - amateur operator; amateur broadcaster - Comment: Further clarification of identification required - Electoral Rolls: assistant operator (Subiaco, WA, 1936-1937); operator (Leederville, WA, 1943-1954; North Perth, WA, 1958-1968; Leederville, WA, 1972-1977) ===''WHALLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Percy Whalley|Whalley, Rupert Percy]] [https://www.familysearch.org/tree/person/details/GZGZ-CV3] - 1894(Vic)-1969(Vic) - Licences: 3JZ Receive Melbourne (Sandringham, 1922); 3JZ Melbourne (Sandringham, 1923-1927); 3JZ Myrtleford (1937-1939); 3JZ Wangaratta (1946-1948); 3JZ Melbourne (Blackburn, 1954-1969) - Qualifications: cc; AOCP 238, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: builder (Sandringham, 1919-1925); farmer (Myrtleford, 1927-1942); tobacco grower (Wangaratta, 1949); foreman (Blackburn, 1954-1968) - Relationships: father of 3ZWZ Robert Kelvin Whalley ===''WHEELER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Winslow Wheeler|Wheeler, Harry Winslow]] [https://www.familysearch.org/tree/person/details/GCBC-BYC] - 1910(SA)-1990(SA) - Licences: 5FB Adelaide (Eden Hills, 1927-1928); 5HW Adelaide (Eden Hills, 1933-1939) - Qualifications: AOCP 371, 1927, No. ?? in SA - amateur operator; amateur broadcaster; military (WW2, RAAF, DFC) - Electoral Rolls: chemist (Eden Hills, SA, 1939-1943); lecturer (Kalgoorlie, WA, 1954-1968) * [[/Victor George Wheeler|Wheeler, Victor George]] [https://www.familysearch.org/tree/person/details/GW4Z-FGL] - 1897(Eng)-1976(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; coastal wireless operator; WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: electric mechanic (Roebourne, 1917-1922); manager (Fremantle, 1925) ===''WHITAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Thomas Whitaker|Whitaker, Albert Thomas]] [https://www.familysearch.org/tree/person/details/LKKW-5DB] - 1895(NSW)-1960(NSW) - Licences: 2OI Receive Sydney (Banksia, 1923); 2OI Sydney (Banksia, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: labourer (Rockdale, 1930; Banksia, 1933-1934); builder (Banksia, 1937-1949); instructor (Mount Colah, 1954-1958) ===''WHITBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Roy Whitburn|Whitburn, Douglas Roy "Doug"]] [https://www.familysearch.org/tree/person/details/LZT2-3JX] - 1904(SA)-1958(SA) - Licences: 5BY Adelaide (Toorak, 1927-1931; Fullarton, 1933-1939; Rosefield, 1946-1947; Fullarton, 1948-1956) - Qualifications: cc; AOCP 312, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Rosefield, 1943) * [[/Robert Philip Whitburn|Whitburn, Robert Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GZBF-5XB] - 1896(NSW)-1991(NSW)94yo - Licences: XACJ Sydney (Leichhardt, 1913-1914); 2DK Receive Sydney (Leichhardt, 1922); 2DK Sydney (Leichhardt, 1923-1926) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: chairmaker (Leichhardt, 1930-1968); retired (West Ryde, 1972-1980) ===''WHITE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Matthews White|White, Alfred Matthews]] - 1894(Eng)-1981(Qld) - Licences: 4CX Receive Winton (1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1 - Electoral Rolls: grazier (Tranby, Winton, 1915-1958); retired (Buderim, Qld, 1963-1980) * [[/Charles Robert White|White, Charles Robert]] [https://www.familysearch.org/tree/person/details/GXLC-S5H] - 1911(SA)-1986(Vic) - Licences: 5MX Adelaide (Kilkenny, 1931-1939) - Qualifications: cc; AOCP 802, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edwin Harold White|White, Edwin Harold "Eddie"]] [https://www.familysearch.org/tree/person/details/GZTQ-QGH] - 1911(Qld)-1997(Qld) - Licences: 4EW Brisbane (Red Hill, 1933-1939); 4EW Mackay (1946-1950); 4EW Brisbane (Red Hill, 1954-1956); 5OW & 8OW Darwin (1956-1963); 4OW Brisbane (Red Hill, 1963-1965); 4OW Mt Isa (1969); 4OW Brisbane (Red Hill, 1975) - Qualifications: cc; AOCP 1141, 1933, No. ?? in Qld; 1COCP 250, 1939 - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, Fortress Signals); federal public servant (DCA) - Electoral Rolls: compositor (Red Hill, 1934-1936); radio technician (Longreach, 1937); aeradio operator (Cloncurry, 1943; Mackay, 1949); communications officer (Archerfield, 1954); public servant (Red Hill, 1963; Mt Isa, 1968; Red Hill, 1972-1980) * [[/Frank Philip White|White, Frank Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GXSJ-9NF] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 189, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: Nil yet identified * [[/Frank Roy White|White, Frank Roy]] [https://www.familysearch.org/tree/person/details/GD4P-LVT] - 1911(NSW)-1994(???) - Licences: Nil yet identified - Qualifications: cc; 2COCP 5, 1934; 1COCP 12, 1934 - beam wireless operator (AWA); WW2 - Electoral Rolls: clerk (West Ryde, 1933-1935); telegraphist (Roseville, 1936-1937; Ryde, 1943-1968) * [[/J. L. White|White, J. L.]] - 19??(???)-19??(???) - Licences: 6JL via Brass Valley (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''WHITELAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Roy Whitelaw|Whitelaw, Charles Roy]] [https://www.familysearch.org/tree/person/details/99WD-7NY] - 1891(Vic)-1957(Vic) - Licences: XMO Melbourne (Rosedale, 1913-1914); 3BH Melbourne (Mooroolbark, 1923-1925); 3BH Stawell (1925); 3BH Benalla (1925-1927); 3BH Melbourne (Mitcham, 1931); 3BH Woomelang (1933); 3BH Melbourne (Mornington 1937-1939); 3BH (Harrisfield, 1946-1947; Dandenong, 1948; Noble Park, 1954-1955; Boronia, 1956) - Qualifications: cc; AOCP 87, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; fire brigade and railway stationmaster; WW1 (AFC, Wireless Operator, 1917) - Electoral Rolls: railway employee (Creswick, 1914); assistant stationmaster (Ravenswood, 1919); stationmaster (Mooroolbark, 1922-1924); railway employee (Timboon, 1925); stationmaster (Benalla, 1925-1927; Mitcham, 1931; Euroa, 1942; Harrisfield, 1949-1954) ===''WHITING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Ambrose Whiting|Whiting, Reginald Ambrose]] [https://www.familysearch.org/tree/person/details/GXR6-XDQ] - 1911(SA)-1981(Vic) - Licences: 5MC Adelaide (Torrensville, 1932-1933); 3MZ Melbourne (East Preston, 1947-1980+) - Qualifications: cc; AOCP 988, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (South Yarra, Vic, 1934; Essendon, Vic, 1937); fitter & turner (Preston, Vic, 1942-1968); fitter (Preston, Vic, 1972-1980) ===''WHITLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gough Whitlam|Whitlam, Edward Gough "Gough"]] [https://www.familysearch.org/tree/person/details/L5VH-8BJ] - 1916(Vic)-2014(NSW) - Prime Minister (1972-1975), WW2 (RAAF, Flight Lieutenant, navigator & bomb aimer, 1942-1945) - Electoral Rolls: student (Glebe, 1943); barrister (Cronulla, 1949; Cabramatta, 1958-1963; Red Hill, 1977; Double Bay, 1980) - executive oversight of the introduction of community radio in Australia - Links: [[w:Gough Whitlam|Wikipedia]] * [[/Lewis Alfred John Whitlam|Whitlam, Lewis Alfred John]] [https://www.familysearch.org/tree/person/details/LYY1-BBB] - 1904(Qld)-1977(Qld) - Licences: Receive (Crystal) Brisbane (Brisbane City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer's assistant (Brisbane City, Qld, 1931-1937); electrical engineer (Windsor, Qld, 1943-1968); engineer (Windsor, Qld, 1972-1977) ===''WICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. Wicks|Wicks, C.]] - 18??(???)-19??(???) - Licences: XQK Brisbane (South Brisbane) (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WILDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cyril George Wildman|Wildman, Cyril George]] [https://www.familysearch.org/tree/person/details/GMG3-GNP] - 1900(Vic)-1982(Vic) - Licences: 3FM Melbourne (Northcote, 1930-1931; Moreland, 1933-1939, 1946-1948; East Brunswick, 1954-1980+) - Qualifications: AOCP 624, 1930, No. ?? in Vic; BOCP 422, 1942 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Melbourne, 1927; Fitzroy North, 1931; Coburg, 1934-1942); electrical engineer (Brunswick East, 1977-1980) ===''WILKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Winstanley Wilkin|Wilkin, John Winstanley]] [https://www.familysearch.org/tree/person/details/L6LX-1P7] - 1891(NZ)-1967(SA) - Licences: 5JW Adelaide (North Adelaide, 1928; Osmond, 1931; Glen Osmond, 1933; North Walkerville, 1937-1938) - Qualifications: cc; Nil yet identified; likely qualified in NZ - amateur operator; amateur broadcaster - Electoral Rolls: manager (Toorak, SA, 1939-1943) ===''WILKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wilkins|Wilkins, Arthur]] - 19??(???)-19??(???) - Licences: 3AW Melbourne (Murrumbeena, 1927; East St Kilda, 1931) - Qualifications: AOCP 375, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: - several contemporaneous Arthur Wilkins, specific to be identified ===''WILKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Angus Wilkinson|Wilkinson, Dudley Angus]] [https://www.familysearch.org/tree/person/details/LR41-Q53] - 1919(SA)-1988(SA) - Licences: 5WD Adelaide (Frewville, 1935-1939; College Park, 1947-1948) - Qualifications: cc; AOCP 1455, 1935, SA; BOCP 182, 1938; 1COCP 284, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hawthorn, SA, 1941; Ballarat, Vic, 1942) ===''WILLIAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Williams|Williams, Albert Edward]] - 19??(???)-19??(???) - Licences: 5BO Adelaide (Unley, 1930-1931); 5BO Adelaide (Ottaway, 1946-1975) - Qualifications: cc; AOCP 659, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: - several contemporaneous AEWs in SA * [[/Alex Elisha Williams|Williams, Alex Elisha]] [https://www.familysearch.org/tree/person/details/G8JC-RN9] - 1913(Vic)-1981(Vic) - Licences: 3KT Melbourne (Elsternwick, 1933-1939) - Qualifications: AOCP 1062, 1932, Vic - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Elsternwick, 1936-1937; Camberwell, 1943-1949; Highfield Park, 1954); school teacher (Frankston, 1967-1968); teacher (Frankston, 1972-1980) * [[/Alfred Keith Williams|Williams, Alfred Keith]] [https://www.familysearch.org/tree/person/details/G8C3-3SS] - 1905(WA)-1932(WA) - Licences: 6AW Collie (1929-1931) - Qualifications: cc; AOCP 502, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: picture S. operator (Collie, 1930) * [[/Ernest Arthur Williams|Williams, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/LKNS-QYG] - 1888(NSW)-1968(NSW) - Licences: 2QY Receive Wollongong (1923); 2QY Wollongong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Wollongong, 1913, 1930-1958); retired (Wollongong, 1968) * [[/Harold Parkyn Williams|Williams, Harold Parkyn]] [https://www.familysearch.org/tree/person/details/G7CW-DGX] - 1881(Qld)-1933(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - first general manager of ABC - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/williams-harold-parkyn-9112 ADB] * [[/J. E. Williams|Williams, J. E.]] - 19??(???)-19??(???) - Licences: 4DQ Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: many contemporaneous JEWs - Electoral Rolls: Nil yet identified * [[/John Henry Williams|Williams, John Henry Jnr "Johnny" "Jack"]] [https://www.familysearch.org/tree/person/details/MP3D-8NG] - 1880(Qld)-1953(Qld) - Licences: 4JH Mackay (1929-1931) - Qualifications: cc; AOCP 507, 1929, No ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: iron monger? (Mackay, 1925-1943) - established commercial broadcaster 4MK Mackay 1931 * [[/Leslie Samuel Barnes Williams|Williams, Leslie Samuel Barnes]] [https://www.familysearch.org/tree/person/details/G8F2-X56] - 1896(Qld)-1974(Qld) - Licences: 4LS Brisbane (Indooroopilly, 1930-1933); 4LS Toogoolawah (1937-1939) - Qualifications: cc; AOCP 630, 1930, Qld - amateur operator, amateur broadcaster - Electoral Rolls: naval signalman (Cape Moreton, 1917-1922); saddler (Indooroopilly, 1925-1931); boot repairer (Toogoolawah, 1934-1958); retired (Taringa, 1963-1972) * [[/Neville Williams|Williams, Neville]] - 1915(NSW)-1996(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: - Links: [http://messui.polygonal-moogle.com/valves/NW199701.pdf EA] ===''WILLIAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Joseph Augustine Williamson|Williamson, Cecil Joseph Augustine]] [https://www.familysearch.org/tree/person/details/K879-9HC] - 1925(NSW)-1973(NSW) - Licences: 2CW Yass (1929-1931); 2ALS Yass (1939, 1946-1954) - Qualifications: AOCP 525, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Yass, 1930-1949); farmer (Trundle, 1949); mechanic (Orange, 1954-1972) * [[/Frederick Lerpiniere Williamson|Williamson, Frederick Lerpiniere]][https://www.familysearch.org/tree/person/details/LB6L-GCH] - 1896(SA)-1976(SA) - Licences: 5AH Receive Adelaide (Kent Town, 1922); 5AH Adelaide (Kent Town, 1922-1927; Collinswood, 1928, 1948-1955); also dealer licence 5BT Adelaide 1925-1926 for Kauper, Austin & Williamson - Qualifications: cc; AOCP 22, 1924, No. ?? in SA; BOCP 284, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Hubert Gordon Williamson|Williamson, Hubert Gordon]] [https://www.familysearch.org/tree/person/details/LH7J-YQP] - 1907(Vic)-1995(Vic) - 3GW Rainbow (1927-1939, 1946-1960), 3GW Lalor (1965-1969), 3GW Melbourne (East Doncaster, 1975-1980), 3GH Rainbow (1937-1939), amateur operator (AOCP 342, 1927, No. ?? in Vic), (1COCP 593, 1942), amateur broadcaster * Williamson nee Hutchings, Marjorie Lilian - See Marjorie Lilian Hutchings ===''WILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Oliver Willis|Willis, Harold Oliver]] [https://www.familysearch.org/tree/person/details/G8VS-NLZ] - 1898(Vic)-1976(WA) - Licences: 6OW Perth (South Fremantle, 1930-1931); 6AM Perth (South Fremantle, 1933); 6HW Perth (South Fremantle, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 675, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: baker (South Fremantle, 1925-1968) ===''WILLMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILMOTT * [[/Thomas Robert Willmott|Willmott or Wilmot, Thomas Robert]] [https://www.familysearch.org/tree/person/details/GZD6-TB4] - 1886(NSW)-1947(NSW) - Licences: 2BR Receive South Grafton (1922); 2ZO South Grafton (1923-1931) - Qualifications: cc; AOCP 48, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Grafton South, 1930-1943) ===''WILLOUGHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lancelot Willoughby|Willoughby, Eric Lancelot]] [https://www.familysearch.org/tree/person/details/LR88-Q5X] - 1912(SA)-19??(???) - Licences: 5BM Adelaide (Penrhyn, 1932-1939); 5GO Adelaide (Unley, 1948); 3FB Noojee (1954-1956); 3FB Neerim Junction (1960); 4EW Booval (1965-1980+) - Qualifications: cc; AOCP 1035, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Penrhyn, SA, 1939-1943); farmer (Noojee, Vic, 1949-1954); PMG Linesman (Booval, Qld, 1963-1968); PMG (Booval, Qld, 1972-1977) ===''WILMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILLMOTT * [[/John Henry Wilmott|Wilmott, John Henry]] [https://www.familysearch.org/tree/person/details/GFQY-PTR] - 1914(WA)-2003(NSW) - Licences: 6JW Perth (Como, 1934-1939); 2AJX Sydney (Lindfield, 1975); 2AJX Bathurst (1980) - Qualifications: cc; AOCP 1345, 1934, WA; 1COCP 170, 1938 - amateur operator; amateur broadcaster - Comment: Several contemporaneous JHWs - Electoral Rolls: aircraft radio officer (Lindfield, NSW, 1949); communications officer (Lindfield, NSW, 1958-1968); proprietor (Bathurst, NSW, 1977-1980) ===''WILSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Wilson|Wilson, A. H.]] - 19??(???)-19??(???) - Licences: 4DL Receive Brisbane (Kangaroo Point, 1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Darius Joseph Wilson|Wilson, Darius Joseph]] [https://www.familysearch.org/tree/person/details/G8ZR-GJ4] - 1901(NSW)-1987(NSW) - Licences: 2DW Sydney (Leichhardt, 1929-1931; Lidcombe, 1933; Five Dock, 1933-1939, 1946-1948; Warwick Farm, 1950; Yagoona, 1954-1980) - Qualifications: AOCP 548, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: french polisher (Leichhardt, 1930; Five Dock, 1943-1949); no occupation (Five Dock, 1954); french polisher (Yagoona, 1954-1968); polisher (Yagoona, 1972-1977) * [[/Horace Benjamin Wilson|Wilson, Horace Benjamin "Ben"]] [https://www.familysearch.org/tree/person/details/G8DV-71R] - 1911(WA)-2005(NSW) - Licences: 5WB Adelaide (Wayville, 1930-1937; Unley Park, 1938-1939); 2BP Sydney (McMahons Point, 1946-1948; West Ryde, 1950-1980+) - Qualifications: cc; AOCP 586, 1930, No. ?? in SA; AOLCP 161, 1934; 2COCP 33, 1935; 1COCP 72, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Unley Park, 1939); recording engineer (McMahons Point, 1949); business manager (West Ryde, 1954-1980) * [[/Leonard Gratton Wilson|Wilson, Leonard Gratton]] [https://www.familysearch.org/tree/person/details/GQN8-3K6] - 1901(NSW)-1990(WA) - Licences: 6LG Perth (Inglewood, 1928; South Perth, 1930-1931; Como, 1954-1980+) - Qualifications: cc; AOCP 429, 1928, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: vigneron (Caversham, 1925); police constable (South Perth, 1931-1936; Como, 1937); constable (Albany, 1943-1949); police constable (Como, 1954-1958) * [[/Leslie Maclean Wilson|Wilson, Leslie Maclean]] [https://www.familysearch.org/tree/person/details/LRH5-9TL] - 1893(NSW)-1972(NSW) - 2LM Marsden (1924-1926), 2LM Sydney (Cremorne, 1927), 2LM Mudgee (1928-1939), 2LM Port Macquarie (1960-1969+), amateur operator (AOCP 33, 1924, No. ?? in NSW), amateur broadcaster, pastoralist * [[/Perry Allen Wilson|Wilson, Perry Allen]] - 19??(???)-19??(???) - Licences: 4AT Receive Eumundi (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motordriver (Eumundi, Qld, 1925-1934); garage proprietor (Eumundi, Qld, 1936-1943) * [[/Victor John Wilson|Wilson, Victor John]] [https://www.familysearch.org/tree/person/details/GX8K-NPY] - 1909(Qld)-2009(Qld)99yo - Licences: Receive Brisbane (New Farm, 1923); 4VW Brisbane (Newstead, 1937-1939); 4VW Nambour (1960); 4VW Brisbane (Everton Park, 1965) - Qualifications: cc; AOCP 1100, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: panel beater (Newstead, Qld, 1931-1937; Nambour, Qld, 1958; Everton Park, Qld, 1963-1980) * [[/Warne Alfred George Wilson|Wilson, Warne Alfred George]] [https://www.familysearch.org/tree/person/details/LKLN-Y39] - 1900(Vic)-1981(Vic) - Licences: 3RY Receive Ballarat (1923); 3RY Ballarat (1924-1925); 3WA Ballarat (1928-1939, 1946-1960); 3KV Ballarat (1980) - Qualifications: cc; AOCP 444, 1928, No. ?? in Vic; AOLCP 20, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Ballarat, 1924); radio engineer (Ballarat, 1927-1980) * [[/Wilfred Elvyn Wilson|Wilson, Wilfred Elvyn]] [https://www.familysearch.org/tree/person/details/GDSB-MB4] - 1880(Eng)-1964(NSW) - Licences: 2JI Receive Sydney (Roseville, 1922-1923); 2JI Sydney (Roseville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: optician (Roseville, 1930-1963) ===''WING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James John Wing|Wing, William James John]] [https://www.familysearch.org/tree/person/details/GDHH-WKW] - 1887(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 188, 1916; 2COCP 142, 1930; 1COCP 212, 1931 - coastal wireless operator; RANRS (CPO, 1917-1918); AWA - Electoral Rolls: wireless operator (Hotel Metropole, Thursday Island, Qld, 1914); wireless engineer operator (Radio Station, Applecross, WA, 1917); radiotelegraphist (Cooktown, 1921); business manager (Epping, 1930); sales manager (Epping, 1933-1936; Roseville, 1937; Chatswood, 1943-1949); manager (Melbourne, 1954) ===''WINTERFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Charles Burnett Brereton Winterford|Winterford, Dudley Charles Burnett Brereton]] [https://www.familysearch.org/tree/person/details/G3ML-FJH] - 1908(Qld)-1988(Canada?) - Licences: 4MF Brisbane (Annerley, 1927-1931); 4MF Southport (1933); 4MF Sarina (1938-1939) - Qualifications: cc; AOCP 363, 1927, No. 40 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Annerley, 1931); mechanic (Coorparoo, 1937); electrician (Sarina, 1943); electrical contractor (Broadbeach, 1949) ===''WISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Wise|Wise, George Henry]] [https://www.familysearch.org/tree/person/details/GDDS-D87] - 1853(Vic)-1950(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - politician (Postmaster-General, 1920-1921) - Electoral Rolls: solicitor (Sale, 1905-1949) - Links: [[w:George Wise (Australian politician)|Wikipedia]] ===''WISEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Cleave Wiseman|Wiseman, William James Cleave]] [https://www.familysearch.org/tree/person/details/GX2M-ZP8] - 1906(SA)-1976(SA) - Licences: 5WJ Port Lincoln (1931-1939); 5WJ Ceduna (1947-1948); 5WJ Adelaide (Parafield, 1954) - Qualifications: cc; AOCP 759, 1931, No. ?? in SA; 1COCP 485, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Port Lincoln, SA, 1939-1941); aeradio operator (Ceduna, SA, 1943) ===''WISHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Turner Wishart|Wishart, William Turner "Bill, Billy"]] [https://www.familysearch.org/tree/person/details/GHQ3-J9S] - 1900(Qld)-1994(Qld) - Licences: 4WT Brisbane (Graceville, 1931-1939); 6TW Perth (Claremont/Floreat Park, 1946-1948); 4WX Brisbane (St Lucia, 1965-1969; Margate 1975-1980+) - Qualifications: cc; AOCP 870, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, councillor, federal councillor) - Electoral Rolls: mechanic (Red Hill, Qld, 1921); optical mechanic (Paddington, Qld, 1925; Graceville, Qld, 1928-1937); audiometrist (Floreat Park, WA, 1949; Darlington, WA, 1949); retired (Wynnum North, Qld, 1972; Margate, Qld, 1977-1980) ===''WITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sidney Herbert Witt|Witt, Sidney Herbert "Sid"]] [https://www.familysearch.org/tree/person/details/GD3D-BDV] - 1892(Vic)-1973(Vic) - Licences: 3MZ Receive Melbourne (Camberwell, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Malvern, 1914-1916); electrical engineer (Camberwell, 1922); engineer (Brighton, 1925-1943; Glen Iris, 1958-1968; Burwood, 1972)) - Links: [https://adb.anu.edu.au/biography/witt-sidney-herbert-12059 ADB] ===''WOLFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hamilton Bennett Wolfe|Wolfe, Hamilton Bennett]] [https://www.familysearch.org/tree/person/details/G9H2-8K6] - 1886(Vic)-1956(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 193, 1916; 2COCP 242, 1930; 1COCP 213, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: clerk (Bairnsdale, Vic, 1908-1912); wireless telegraphist (Applecross, WA, 1925-1926); radio telegraphist (Geraldton, 1936-1949); retired (Nedlands, WA, 1954) ===''WOLFENDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Wolfenden|Wolfenden, Peter]] - 3ZPA Strathmore (1965) - amateur operator, historian (amateur, amateur broadcasting), journalist (WIA's "Amateur Radio") ===''WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Abner David Wood|Wood, Abner David]] [https://www.familysearch.org/tree/person/details/GZ7R-BJC] - 1910(Eng)-1976(SA) - Licences: 6AS Mt Barker (1935-1939) - Qualifications: cc; AOCP 1534, 1935, WA; BOCP 654, 1945 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Percy Wood|Wood, Percy]] [https://www.familysearch.org/tree/person/details/G8M8-2V1] - 1909(Qld)-19??(???) - Licences: 4RQ Ipswich (1927-1931); 4PW Ipswich (1933-1939); 2EPW Banora Point - Qualifications: cc; AOCP 359, 1927, No. 39 in Qld - amateur operator; amateur broadcaster; journalist (QRN, AR); engineer (IREE) - Electoral Rolls: electrical mechanic (Ipswich, 1931); radio dealer (Ipswich, 1937-1949; East Ipswich, 1954-1968); electrical dealer (Banora Point, 1977-1980) ===''WOODLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Woodley|Woodley, William Robert]] [https://www.familysearch.org/tree/person/details/G8VC-CYY] - 1909(???)-1995(WA) - Licences: 6BY Perth (West Leederville, 1930-1931); 6DJ Perth (Carlisle, 1946-1948; Victoria Park, 1954-1956; Maniana, 1960-1980+) - Qualifications: cc; AOCP 680, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Claremont, 1936-1937); mechanic (Victoria Park, 1943); radio mechanic (Carlisle, 1949; Victoria Park, 1954; Maniana, 1963-1980) - Callsign possibly withdrawn for commercial ===''WOOKEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Bruce Wookey|Wookey, Robert Bruce]] [https://www.familysearch.org/tree/person/details/9DP1-GVW] - 1907(Vic)-1974(Vic) - Receive Geelong (1923-1924), 3RW Geelong (1925-1927), 3IC Geelong (1948-1974), amateur operator (AOCP 146, 1925, No. ?? in Vic), amateur broadcaster, postal clerk ===''WOOLACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Prosser Woolacott|Woolacott, Francis Prosser "Frank"]] [https://www.familysearch.org/tree/person/details/GZFL-94T] - 1903(NSW)-1968(NSW) - 2ST Receive Sydney (Drummoyne, 1923-1924), 2FW Sydney (Drummoyne, 1925-1926), amateur operator (AOCP 119, 1925, No. ?? in NSW), amateur broadcaster ===''WOOLLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edgar Woollett|Woollett, David Edgar]] [https://www.familysearch.org/tree/person/details/GZTM-HDP] - 1920(NSW)-2001(NSW) - Licences: 2ZDE Sydney (Beverley Hills, 1956-1980+) - Qualifications: AOLCP 202, 1956; AOCP 4292, 1965, NSW - amateur operator, WW2 - Electoral Rolls: telephone technician (Beverley Hills, 1949-1972; Narwee, 1977-1980) * [[/N. Woollett|Woollett, N.]] - 19??(???)-19??(???) - Licences: 2ZY Sydney (Mosman, 1926-1927) - Qualifications: AOCP 276, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: ? ===''WOOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Ronald Woolley|Woolley, Leon Ronald]] [https://www.familysearch.org/tree/person/details/L214-JQH] - 1898(Qld)-1971(Qld) - Licences: 4FW Ipswich (1931); 4FW Townsville (1933); 4FW Ipswich (1937-1939, 1946-1969) - Qualifications: cc; AOCP 751, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, ATC); employment (school teacher) - Electoral Rolls: schoolteacher (Bell, Qld, 1919-1921; Newtown, Qld, 1925; Kia Ora, Townsville, 1931; Newtown, Qld 1934-1963) ===''WOOLNOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Stephen Woolnough|Woolnough, Archibald Stephen]] [https://www.familysearch.org/tree/person/details/G8CG-9PK] - 1909(Vic)-2004(Vic) - Licences: 3BW Portarlington (1929-1980+) - Qualifications: AOCP 519, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: business proprietor (Portarlington, 1931-1980) * [[/Walter Lyell Woolnough|Woolnough, Walter Lyell]] [https://www.familysearch.org/tree/person/details/9CJF-LS3] - 1906(NSW)-1999(NSW) - 2GW Sydney (Killara, 1925-1927; Gordon, 1928-1930; Greenwich, 1931; Gordon, 1933-1936), 2GW Lithgow (1937-1939), Sydney (Gordon, 1946-1980+), amateur operator (AOCP 153, 1925, No. ?? in NSW), amateur broadcaster, licence held by father Walter George Woolnough till 1933, engineer ===''WOOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Meredith Wooster|Wooster, Horace Meredith "Jack"]] [https://www.familysearch.org/tree/person/details/L23Q-CGW] - 1909(Qld)-1992(Qld) - Licences: 4VH Townsville (City, 1930-1939; Belgian Gardens, 1946-1948); 4VH Brisbane (Yeronga, 1954-1980+) - Qualifications: cc; AOCP 623, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; state public servant (Qld Railways, telegraphist; Qld Main Roads Dept); military (Army signals officer) - Electoral Rolls: clerk (Townsville, 1931-1932; Norman Park, 1937; Townsville, 1943-1949; Yeronga, 1954-1980) ===''WORRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Albert Worrall|Worrall, Leonard Albert]] [https://www.familysearch.org/tree/person/details/LTL5-L1L] - 1912(NSW)-1978(Qld) - Licences: 2XM Sydney (Parramatta, 1933-1934; Punchbowl, 1935-1936); 4XM Cairns (1937-1939); 4WL Brisbane (Stafford Heights, 1975) - Qualifications: cc; AOCP 1221, 1933, NSW - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Punchbowl, NSW, 1934-1936; Cairns, Qld, 1937); bank clerk (Wynnum, Qld, 1943); clerk (Wynnum North, Qld, 1954-1963); bank manager (Tarragindi, Qld, 1968); manager (Stafford Heights, Qld, 1972-1977) ===''WORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Worth|Worth, Sydney or Sidney Ernest]] [https://www.familysearch.org/tree/person/details/GXBH-5Z3] - 1905(WA)-1963(WA) - Licences: 6SW Perth (Rivervale, 1930-1933; Nedlands, 1937-1939) - Qualifications: cc; CPRT 958, 1927; 2COCP 223, 1930; 1COCP 226, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rivervale, WA, 1931); wireless operator (Nedlands, WA, 1936-1958) ===''WRAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward James Crawford Wraith|Wraith, Edward James Crawford "Jim"]] [https://www.familysearch.org/tree/person/details/KV2C-11D] - 1862(Vic)-1942(Vic) - Early wireless experimenter ===''WRATTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn James Wratten|Wratten, Mervyn James]] [https://www.familysearch.org/tree/person/details/GZJM-DV8] - 1918(Qld)-1999(Qld) - Licences: 4MW Ipswich (Brassall, 1937-1939; North Ipswich, 1946-1947; Brassall, 1948-1980+); 4LX Gold Coast (Palm Beach, 1956-1969) - Qualifications: cc; AOCP 1932, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Ipswich ARC); military (WW2, CMF, AIF); employment (Cribb & Foote, manager, radio section); business proprietor (Avon Theatre) - Electoral Rolls: shop assistant (Brassall, Qld, 1943-1977; North Ipswich, Qld, 1980) ===''WRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Milroy Percy Wray|Wray, Ronald Milroy Percy]] [https://www.familysearch.org/tree/person/details/G8H3-QYM] - 1909(Vic)-1963(NSW) - Licences: 2WX Sydney (Hurstville, 1929-1961) - Qualifications: AOCP 472, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified ===''WREFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Norman Wreford|Wreford, Roger Norman]] [https://www.familysearch.org/tree/person/details/GX22-N2X] - 1909(WA)-1990(SA) - Licences: 2ADC Broken Hill (1936-1937); 5RW Adelaide (Blackwood, 1938-1939; Mitcham, 1947-1954; South Brighton, 1955-1960; Crafers, 1965-1980+) - Qualifications: cc; AOCP 1714, 1936, NSW - amateur operator; amateur broadcaster - Relationships: Brother of 5DW-6IW Arthur Franklin Wreford - Electoral Rolls: bank clerk (Broken Hill, NSW, 1935-1936; Blackwood, SA, 1939; Mitcham, SA, 1941-1943) * [[/Arthur Franklin Wreford|Wreford, Arthur Franklin]] [https://www.familysearch.org/tree/person/details/G3V1-92S] - 1898(WA)-19??(???) - Licences: 5DW Adelaide (Kensington Gardens, 1937-1939; Cumberland, 1947-1954); 6IW Perth (Armadale, 1955-1969) - Qualifications: cc; AOCP 2037, 1937, SA; 2COCP 452, 1941 - amateur operator; amateur broadcaster; WW1 - Relationships: Brother of 2ADC-5RW Roger Norman Wreford - Electoral Rolls: bank clerk (Kensington Gardens, SA, 1939); mechanic (Crystal Brook, SA, 1941; Cumberland, SA, 1943); civil servant (Gosnells, WA, 1954); technician (Armadale, WA, 1958) - Links: [https://discoveringanzacs.naa.gov.au/browse/person/133040 NAA] ===''WRIEDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Sjoberg Albert Wriede|Wriede, George Sjoberg Albert]] [https://www.familysearch.org/tree/person/details/LKG2-VK8] - 1900(Qld)-1971(Qld) - Licences: 4DJ Receive Caboolture (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: railway employee (Cooroy, 1921; Miriam Vale, 1925-1958); retired (Gladstone, 1963) ===''WRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Wright|Wright, Albert Edward]] - 19??(???)-19??(???) - Licences: 2SS Receive Scarborough (1923); 2SS Scarborough (1924-1925); 2SS Coledale (1926-1933); 2SS Coolah (1933); 2SE Scarborough (1935-1936); 2SE Louth/Bourke (1937-1938); 2SE Walgett (1939); 2SE Willow Tree (1946); 2SE Stanmore (1947-1950); 2SE Sydney (Guildford, 1954-1961); 2SE Quirindi (1965) - Qualifications: cc; AOCP 118, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Comment: several contemporaneous Albert Edward Wrights in NSW, needs specific data to identify - Electoral Rolls: Nil yet identified * [[/A. W. H. Wright|Wright, A. W. H. "Bill"]] - 19??(???)-19??(???) - 5BW Adelaide, 3AAW, 4TU Garbutt (-1950+, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster * [[/Collis Page Wright|Wright, Collis Page]] [https://www.familysearch.org/tree/person/details/GD1P-P9L] - 1912(Tas)-2004(Tas) - Licences: 7LZ Launceston (1933-1980+) - Qualifications: cc; AOCP 1099, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draper's assistant (Launceston, 1936-1937); salesman (Launceston, 1943); draper (Launceston, 1949-1968) * [[/Eric John Wright|Wright, Eric John]] [https://www.familysearch.org/tree/person/details/GXHG-P2G] - 1904(Qld)-1967(Qld) - Licences: 4DY Brisbane (Annerley, 1936-1939; Windsor, 1947; Buranda, 1948; Annerley, 1954; Buranda, 1955-1956; Ekibin, 1960-1965) - Qualifications: cc; AOCP 1816, 1936, Qld; 3COCP 1471, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: turner (Annerley, Qld, 1937-1943; Annerley, Qld, 1949); waterside worker (Ekibin, Qld, 1963) * [[/Frederick Harold Wright|Wright, Frederick Harold]] [https://www.familysearch.org/tree/person/details/GF95-LW1] - 1910(Eng)-1972(WA) - Licences: 6FR Perth (Buckland Hill, 1936-1937; Mosman Park, 1938-1939, 1947-1960) - Qualifications: cc; AOCP 1809, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Buckland Hill, WA, 1936; Mosman Park, WA, 1943-1963) * [[/William Henry Hilsdon Wright|Wright, William Henry Hilsdon]] [https://www.familysearch.org/tree/person/details/GDVF-RKL] - 1905(Qld)-1967(Qld) - Licences: 4FA Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Murrays Creek, 1930; Ballandean, 1937-1949); teacher (Toowoomba, 1954-1963) ===''WYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Hemingway Wyle|Wyle, Albert John Hemingway]] [https://www.familysearch.org/tree/person/details/GF3J-6L7] - 1913(WA)-1990(WA) - Licences: 6BW Perth (Shenton Park, 1937-1939; Nedlands, 1947-1980+) - Qualifications: cc; AOCP 1865, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: radio salesman (Nedlands, WA, 1943-1968); salesman (Dalkeith, WA, 1972-1980) ===''WYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Agar Wynne|Wynne, Agar]] [https://www.familysearch.org/tree/person/details/LZ4J-6CN] - 1850(Eng)-1934(Vic) - senior federal politician (Postmaster-General, 1913-1914) * [[/Alfred Percy Wynne|Wynne, Alfred Percy]] [https://www.familysearch.org/tree/person/details/L858-Q52] - 1885(Qld)-1966(Qld) - proprietor music business (Wynne's Music, Maryborough), proprietor broadcasting station (4MB Maryborough) - Electoral Rolls: piano tuner (Paddington, 1908; Mooloolah, 1909); commercial traveller (Mooloolah, 1912); piano tuner (Maryborough, 1913); salesman (Brisbane, 1916-1917; Mooloolah, 1919; Maryborough, 1919-1925); music store proprietor (Maryborough, 1928-1949); business manager (Maryborough, 1963) =='''X'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> =='''Y'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''YATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Gordon Yates|Yates, Kenneth Gordon]] [https://www.familysearch.org/tree/person/details/GXRW-CJ3] - 1910(SA)-2000(SA) - Licences: 5RP Adelaide (Cottonville, 1939, 1947-1954; Westbourne Park, 1955-1980+) - Qualifications: cc; AOCP 2371, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Cottonville, SA, 1939-1943) * [[/Reginald Colin Yates|Yates, Reginald Colin]] [https://www.familysearch.org/tree/person/details/GXRW-QX6] - 1914(SA)-1984(NSW) - Licences: 5RY Wyalla (1935-1937); 2AGZ Wollongong (1938-1939, 1947); 2AGZ Sydney (Mosman, 1948-1950); 2AGZ Broken Hill (1954-1957); 2AGZ Newcastle (Hamilton, 1958-1961; Charlestown, 1965-1980) - Qualifications: cc; AOCP 1474, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Wollongong, NSW, 1943); electrical engineer (Mosman, NSW, 1949); engineer (Wollongong, NSW, 1954); chartered electrical engineer (Merewether, NSW, 1958); professional engineer (Charlestown, NSW, 1968-1980) ===''YEATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Melville Yeates|Yeates, Henry Melville]] [https://www.familysearch.org/tree/person/details/G698-PXG] - 1912(Tas)-1980(???) - Licences: 7HY Launceston (1936-1939, 1948-1956) - Qualifications: cc; AOCP 1621, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Launceston, 1936-1937); electrical contractor (Launceston, 1949-1954); salesman (Mosman, NSW, 1958-1977) ===''YORSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Sutherland Yorston|Yorston, Ernest Sutherland]] [https://www.familysearch.org/tree/person/details/GZY8-46D] - 1909(Vic)-1971(Vic) - Licences: 3ES Melbourne (Caulfield, 1926-1939) - Qualifications: AOCP 299, 1926, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1931-1937); sales (Caulfield, 1942; Elsternwick, 1949); manufacturer (Caulfield, 1954-1963); director (Oakleigh, 1967-1968) ===''YOUNG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Crawford Addison Young|Young, Crawford Addison]] [https://www.familysearch.org/tree/person/details/GF3C-DQT] - 1914(WA)-1971(WA) - Licences: 6CY Perth (Fremantle, 1934-1939, 1947-1969) - Qualifications: cc; AOCP 1265, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Fremantle, WA, 1936-1937; South Fremantle, WA, 1943-1968) * [[/Ivan Harold Young|Young, Ivan Harold]] [https://www.familysearch.org/tree/person/details/L118-BVF] - 1910(Qld)-2000(Qld) - Licences: 4YG Brisbane (Albion) (1930-1939); 4YH Brisbane (Mitchelton) (1969-1980+) - Qualifications: cc; AOCP 708, 1930, No. ?? in Qld; BOCP 315, 1940 - amateur operator; amateur broadcaster; radio technician (Mission Control Station, Thursday Island) - Electoral Rolls: nil (Albion, 1931-1937); public servant (Newmarket, 1943; Mitchelton, 1949-1980) * [[/James Wolstenholme Young|Young, James Wolstenholme]] [https://www.familysearch.org/tree/person/details/L2TQ-Z2R] - 1909(NSW)-1995(NSW) - Licences: 2JY Sydney (Turramurra, 1925-1934; Roseville, 1938-1939); 2JY Katoomba (1946); 2JY Sydney (Mona Vale, 1947-1948; Willoughby, 1950-1961; Middle Cove, 1965-1980) - Qualifications: AOCP 189, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: articled clerk (Turramurra, 1932-1934), solicitor (Roseville, 1937; Katoomba, 1943; Willoughby, 1954-1977) * [[/John William Young|Young, John William]] [https://www.familysearch.org/tree/person/details/L6RN-2XX] - 1906(Qld)-1981(Qld) - Licences: 4JY Brisbane (Rosalie, 1931; Sandgate, 1933; Rosalie, 1938; Coorparoo, 1946-1980+) - Qualifications: cc; AOCP 752, 1931, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Rosalie, 1931); clerk (Sandgate, 1936); storeman (Rosalie, 1937; Coorparoo, 1943-1963); commercial traveller (Coorparoo, 1968-1980) * [[/William Anderson Young|Young, William Anderson]] [https://www.familysearch.org/tree/person/details/G89P-B3K] - 1897(Sct)-1956(Qld) - Licences: 4WA Brisbane (West End, 1927-1931) - Qualifications: cc; AOCP 330, 1927, No. 34 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: boot employee (West End, 1925-1937); bootmaker (Ashgrove, 1943-1954) =='''Z'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''ZECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Zech|Zech, William James]] [https://www.familysearch.org/tree/person/details/GZDZ-YJG] - 1893(Eng)-1973(NSW) - Licences: XABQ Sydney (Annandale, 1912-1914), 2DL Sydney (Annandale, 1922, Receive), 2WZ Sydney (Annandale, 1925-1927; Ashfield, 1928-1930; Stanmore, 1933-1934), 2ACP Sydney (Enmore, 1937; Como, 1938), 2ACP Katoomba 1939 & 1946-1975) - Qualifications: CPRTelephony 424; no record of AOCP - early wireless experimenter, ship wireless operator, amateur operator, amateur broadcaster - Electoral Rolls: {{BookCat}} qrjgustgypo03eqygedgo8dyfpxmtz5 4089922 4089921 2022-08-09T21:40:10Z Samuel.dellit 1387936 /* MILL */ wikitext text/x-wiki {{incomplete}} {{WikipediaCredit}} {{CompactTOC8|side=yes}} Thumbnail Radio Biographies sorted alphabetically by surname '''Many of the stars of Australia's Radio Universe''' '''Covering the full gamut from hypergiants to brown dwarfs''' '''Each lit the way forward to broadcasting in Australia''' =='''A'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''ABBISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Frederick Abbiss|Abbiss, John Edwin Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/GZZJ-6H9] - 1907(Eng)-1977(Qld) - Licences: 4JA Brisbane (Balmoral, 1930; Morningside, 1931-1939) - Qualifications: cc; AOCP 581, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Evans Deakin shipyards) - Halcyon: p. 83, Abiss - Electoral Rolls: engineering draftsman (Morningside, 1936); draftsman (Coorparoo, 1937; Morningside, 1949-1977) ===''ABBOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Nicholson Abbott|Abbott, Reginald Nicholson or Nicolson]] [https://www.familysearch.org/tree/person/details/9V2T-FTG] - 1897(Vic)-1980(Vic) - Licences: 3VR Melbourne (Alphington, 1923-1927); 3ABB Melbourne (Caulfield, 1947-1980) - Qualifications: cc; CPRT 273, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Alphinton, 1925-1927; St Kilda, 1931-1937; Caulfield, 1942-1949); technician (Caulfield, 1954-1977) * [[/Roy Edgar Abbott|Abbott, Roy Edgar]] [https://www.familysearch.org/tree/person/details/L6MT-CZX] - 1902(NSW)-1943(Qld) - Licences: 2YK Dorrigo (1930-1931); 2YK Telegraph Point (1933-1939) - Qualifications: cc; CPRTelephony 668, 1921; AOCP, not yet identified; 2COCP 179, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Dorrigo, 1930; Telegraph Point, 1933-1937; Mittagong, 1943) - Sacrifice: "Greater love hath no man than this" * [[/Thomas Kingsmill Abbott|Abbott, Thomas Kingsmill]] [https://www.familysearch.org/tree/person/details/LHFH-4FH] - 1891(NSW)-1933(NSW) - Licences: 2TK Wingen (1926-1929) - Qualifications: cc; Nil yet identified (likely military) - amateur operator; amateur broadcaster; WW1; witness to Royal Commission 1927 (as Graziers' Assoc NSW) - Comment: beware other contemporaneous TK Abbotts - Electoral Rolls: overseer (Muralla, 1913); grazier (Wollongong, 1931) - Links: [https://vwma.org.au/explore/people/209607 Obit] ===''ABRAHAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Abrahams|Abrahams, Frank]] [https://www.familysearch.org/tree/person/details/G836-Y6P] - 1903(Vic)-1984(Vic) - Licences: 3FA Melbourne (South Yarra, 1924-1925) - Qualifications: cc; 3COCP 6089, 1966 - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (St Kilda, 1925-1931); manufacturer (St Kilda, 1935-1936; Malvern, 1943-1967; Toorak, 1977-1980) - Relationships: brother of Louis Henry Abrahams * [[/Louis Henry Abrahams|Abrahams, Louis Henry]] [https://www.familysearch.org/tree/person/details/G8GJ-GZP] - 1889(Vic)-1940(Vic) - Licences: Receive (Valve) Melbourne (St Kilda, 1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1; director (Victorian Radio Interests Ltd); witness to Royal Commission Wireless 1927 - Electoral Rolls: potter (Brunswick, 1909); tobacconist (South Yarra, 1912-1921); manufacturer (St Kilda, 1924-1926); burner (Brunswick, 1937-1942) - Relationships: brother of 3FA Frank Abrahams ===''ACKERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Adam Ackerman|Ackerman, Joseph Adam]] [https://www.familysearch.org/tree/person/details/GZZV-49L] - 1911(NSW)-1993(Qld) - Licences: 2ALG Sydney (Carlton, 1938-1939, 1946-1948); 2ALG Wentworthville (1950); 2ALG Sydney (Parramatta, 1954-1958; North Rocks, 1960-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 2229, 1938, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal employee (Paddington, 1932; Annandale, 1933-1936; Kogarah, 1937-1943; Carlton, 1949); clerk (Parramatta, 1954-1958); senior supervisor (Wentworthville, 1963; Epping, 1968-1972); retired (Sans Souci, 1977; Hurstville, 1980) ===''ACKLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Daniel Ackling|Ackling, Harold Daniel]] [https://www.familysearch.org/tree/person/details/LD5F-8RK] - 1892(NSW)-1982(NSW) - Licences: 2PX Sydney (Bankstown, 1930-1980+) - Qualifications: cc; AOCP 612, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Randwick, 1913); machinist (Bankstown, 1930-1980) ===''ACKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Frederick Gloucester Ackland|Ackland, Stanley Frederick Gloucester]] [https://www.familysearch.org/tree/person/details/L5PB-C2Y] - 1904(SA)-1966(SA) - Licences: Receive Adelaide (Prospect, 1923); 5SF Adelaide (Prospect, 1924-1931; Linden Park, 1954-1965) - Qualifications: cc; AOCP 21, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Burnside, 1939-1943) ===''ADAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Adams|Adams, Frank John]] [https://www.familysearch.org/tree/person/details/GZJM-29V] - 1880(Eng)-1968(Vic) - Licences: 3XO Receive Melbourne (Brighton, 1923); 3XO Melbourne (Brighton, 1924-1939) - Qualifications: cc; AOCP 155, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; manager - Electoral Rolls: motor garage proprietor (Brighton, 1913); garage proprietor (Elsternwick, 1919-1921; Brighton, 1922-1924); manager (Brighton, 1925-1954); nil (Brighton, 1963-1968) * [[/Peter Harry Arthur Adams|Adams, Peter Harry Arthur "Pete"]] [https://www.familysearch.org/tree/person/details/LT3N-XMC] - 1909(NSW)-1984(NSW) - Licences: Receive (Valve) Sydney (Cremorne, 1923-1924); 2JX Sydney (Cremorne, 1927; Manly, 1929; Cremorne, 1930; Gordon, 1931; Woolahra, 1933; Epping, 1933; Cremorne, 1935-1936; Thornleigh, 1937; Waverton, 1938-1939; Denistone, 1946-1947; Avalon Beach, 1948-1950); 2JX Wentworth Falls (1954-1961); 2JX Sydney (Pymble, 1965-1969); 2JX Nambucca Heads (1975); 2JX Wentworth Falls (1980+) - Qualifications: cc; AOCP 380, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933); labourer (Epping, 1934); engineer (St Kilda, 1934); radio engineer (Thornleigh, 1937; Darlinghurst, 1943); engineer (Avalon Beach, 1949; Wentworth Falls, 1958); retired (Valla Beach, 1972-1977; Wentworth Falls, 1980) ===''ADAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Kenneth Adamson|Adamson, William Kenneth]] [https://www.familysearch.org/tree/person/details/MLXZ-HX5] - 1905(SA)-1982(SA) - Licences: Receive Adelaide (Parkside, 1923-1924); 5WA Adelaide (Parkside, 1925-1927; Fullarton, 1928-1939) - Qualifications: cc; AOCP 135, 1925, No. ?? in SA - amateur operator; amateur broadcaster; engineer - Electoral Rolls: engineer (Fullarton, 1939-1943) ===''AGNEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Gordon Carlisle Agnew|Agnew, Robert Gordon Carlisle]] [https://www.familysearch.org/tree/person/details/LDKK-D8Y] - 1904(WA)-1975(WA) - Licences: 6RA Perth (Nedlands, 1931-1939) - Qualifications: cc; AOCP 721, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1925; Nedlands, WA, 1931-1972) ===''AKEROYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gordon Akeroyd|Akeroyd, Arthur Gordon]] [https://www.familysearch.org/tree/person/details/G6F2-JXL] - 1890(Vic)-1948(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Meteorologist, Forecasting and Statistical Division, Victoria) - Electoral Rolls: civil servant (Northcote, Vic, 1912-1915); meteorologist (Northcote, 1921-1937); civil servant (Cottesloe, WA, 1943) - Links: [https://adb.anu.edu.au/biography/akeroyd-arthur-gordon-9321 ADB] ===''ALDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Oscar Edward Alder|Alder, Oscar Edward "Ock"]] [https://www.familysearch.org/tree/person/details/KJZ2-D3P] - 1896(Qld)-1987(Qld) - Licences: 4JB Brisbane (Albion, 1928-1939, 1946-1948; Chermside, 1954-1969) - Qualifications: cc; AOCP 423, 1928, No. 47 in Qld - amateur operator; amateur broadcaster; wool classer - Halcyon: p. 28, 84, 137 - Electoral Rolls: student (Albion, 1919); wool classer (Albion, 1925-1937; Cunnamulla, 1943); warehouse assistant (Chermside, 1949-1980) ===''ALDERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Zerbini Alderman|Alderman, Valentine Zerbini]] [https://www.familysearch.org/tree/person/details/GXVL-F8N] - 1893(SA)-1919(SA) - Licences: XVC Adelaide (Glenelg, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: Nil yet identified ===''ALEXANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Talbot Meredith Alexander|Alexander, Talbot Meredith]] [https://www.familysearch.org/tree/person/details/L1FJ-MZN] - 1888(Vic)-1978(Qld) - Licences: 4TM Brisbane (Ashgrove, 1931-1933); 4TM Townsville (North Ward, 1937-1939) - Qualifications: cc; 2COCP 315, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: salesman (Kew, Vic, 1912-1914); wireless instructor (Melbourne City, 1925-1926); superintendent wireless (Glenferrie, Vic, 1926-1927); sales representative (City, Brisbane, 1928); business manager (North Ward, Qld, 1936-1937); instructor (Paddington, Qld, 1943); commercial traveller (East Brisbane, Qld, 1949; New Farm, 1954-1958); retired (Moorooka, 1968-1977) ===''ALLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus John Allan|Allan, Angus John]] [https://www.familysearch.org/tree/person/details/GX2C-YWF] - 1912(SA)-1996(SA) - Licences: 5UL Adelaide (Ovingham, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 2013, 1937, SA; 1COCP 458, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Ovingham, SA, 1939-1941) * [[/John Allan|Allan, John]] [https://www.familysearch.org/tree/person/details/GXH1-PFG] - 1905(Sct)-19??(???) - Licences: 4AN Brisbane (Chermside, 1937-1939) - Qualifications: cc; AOCP 1938, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous JAs - Electoral Rolls: Nil yet identified ===''ALLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Mason Allard|Allard, George Mason]] [https://www.familysearch.org/tree/person/details/G6HT-JMV] - 1866(Eng)-1953(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman of Directors (AWA); witness to Royal Commission Wireless 1927 - Honours: knighted; K.B. - Electoral Rolls: secretary (Wahroonga, 1930-1937); accountant (Wahroonga, 1943-1949) - Links: [https://adb.anu.edu.au/biography/allard-sir-george-mason-4999 ADB] ===''ALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Allen|Allen, Albert Edward]] [https://www.familysearch.org/tree/person/details/G69B-SGR] - 1902(Tas)-1969(Tas) - Licences: 7PA Hobart (New Town, 1933-1937; Moonah, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 1171, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: brother of 7AL Thomas Arthur Allen - Electoral Rolls: electrical engineer (New Town, 1928-1936; Moonah, 1937-1954) * [[/George Alexander Allen|Allen, George Alexander]] [https://www.familysearch.org/tree/person/details/GD3H-DJK] - 1891(Sct)-1965(USA) - Licences: Nil yet identified - Qualifications: CPRT 49, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: Nil yet identified * [[/Kenneth Douglas Allen|Allen, Kenneth Douglas]] [https://www.familysearch.org/tree/person/details/G8N5-19J] - 1907(WA)-2002(Qld) - Licences: 2GX Sydney (West Ryde, 1930-1934) - Qualifications: AOCP 648, 1930, NSW; 3COCP 4263, 1963 - amateur operator, amateur broadcaster, WW2 (Army, Royal Australian Engineers, Lieutenant, 1940) - Education: BSc (Syd Uni, 1933) - Electoral Rolls: student (West Ryde, 1930-1935); director (Woolwich, 1936-1937); soldier (Woolwich, 1943); engineer (Woolwich, 1963-1972; Hunters Hill, 1977; Gladesville, 1980) * [[/Robert Kelvin Allen|Allen, Robert Kelvin]] [https://www.familysearch.org/tree/person/details/GQTK-TH9] - 1916(Qld)-1942(Indonesia) - Licences: 4PR Brisbane (1936-1939) - Qualifications: AOCP 1634, 1936, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 13 Squadron, Pilot Officer), (Halcyon, p. 177) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/allen-robert-kelvin-404945/] * [[/Thomas Arthur Allen|Allen, Thomas Arthur]] [https://www.familysearch.org/tree/person/details/G6SQ-9YN] - 1916(Tas)-1998(Tas) - Licences: 7AL Hobart (New Town, 1936-1939, 1946-1956; Lindisfarne,1960-1980+) - Qualifications: cc; AOCP 1738, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 7PA Albert Edward Allen - Electoral Rolls: salesman (New Town, 1943-1954); director (Lindisfarne, 1963-1972) ===''ALLINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Thirlmier John Allinson|Allinson, Lancelot Thirlmier John]] [https://www.familysearch.org/tree/person/details/L81B-F4P] - 1896(NSW)-1961(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 804, 1924 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: radiotelegraphist (Applecross, WA, 1925; Broome, WA, 1931; Como, WA, 1931; South Perth, WA, 1936-1943; Broome, WA, 1949-1954); telegraphist (Esperance, WA, 1958) ===''ALLSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Cottam Allsop|Allsop, Raymond Cottam "Ray"]] [https://www.familysearch.org/tree/person/details/LJLT-SNJ] - 1898(NSW)-1972(NSW) - Licences: XCA Sydney (Randwick, 1911-1914); 2YG Sydney (Randwick, 1924; Coogee 1924-1929; Roseville, 1930); 2AYG Sydney (Roseville, 1946-1947+); 2NA Sydney (Roseville, 1961); 2BL Sydney (Roseville, 1965-1969) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW); broadcaster (2BL, chief engineer); journalist (Wireless Weekly, 1920s); military (RAN Volunteer Reserve, Lieutenant; WW2 (RAN, Engineer Lieutenant); witness to Royal Commission Wireless 1927 (obo Broadcasters Sydney Ltd; federal public servant (ABCB, member, 1953-1954) - Honours: Coronation Medal, 1937; OBE, 1971 - Electoral Rolls: radio engineer (Roseville, 1930); engineer (Roseville, 1933; Gordon, 1937; Roseville, 1943); electronic engineer (Roseville, 1949); director (South Yarra, 1954); engineer (Roseville, 1958-1968) - Links: [https://adb.anu.edu.au/biography/allsop-raymond-cottam-ray-9344 ADB]; [http://messui.polygonal-moogle.com/valves/NW199001.pdf EA] ===''ALSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Russell Alsop|Alsop, John Russell]] [https://www.familysearch.org/tree/person/details/LKB3-WXQ] - 1906(Vic)-1973(Vic) - 3MI Melbourne (Kew, 1925-1939), amateur operator (AOCP 76, 1925, No. ?? in Vic), amateur broadcaster, engineer ===''AMBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Charles Ambler|Ambler, Sydney Charles]] [https://www.familysearch.org/tree/person/details/GFWD-Y9L] - 1892(NSW)-1956(WA) - Licences: XYAE Perth (West Perth, 1913) - Qualifications: cc; CPRT 891, 1925; 2COCP 72, 1929; 1COCP 158, 1938 - early wireless experimenter; WW2 - Electoral Rolls: radio telegraphist (East Perth, WA, 1921; North Perth, WA, 1925); wireless telegraphist (Victoria Park, WA, 1934-1943); radio telegraphist (Esperance, WA, 1949); radio telephonist (Esperance, WA, 1954) ===''AMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement Edgar Ames|Ames, Clement Edgar "Clem"]] [https://www.familysearch.org/tree/person/details/KNDX-JF8] - 1889(SA)-1957(SA) - Licences: XVG Adelaide (Torrensville, 1913-1914); 5AV Adelaide (Kent Town, 1923; Hindmarsh, 1924) - Qualifications: cc; Nil identified - early wireless experimenter; amateur operator; amateur broadcaster; operator 5WI (1925) - Electoral Rolls: engineer (Allenby Gardens, 1939-43) ===''ANCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Leslie Finion Ancher|Ancher, Norman Leslie Finion or Tinian]] [https://www.familysearch.org/tree/person/details/GXL7-MCQ] - 1910(NSW)-1983(NSW) - Licences: 5NA Adelaide (Mile End, 1937-1939); 2NH Sydney (Lindfield, 1946-1947; Mosman, 1948-1954; Cremorne, 1955-1980+) - Qualifications: cc; AOCP 2057, 1937, SA; BOCP 476, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Chatswood, NSW, 1934); sound engineer (West Maitland, NSW, 1936); engineer (Mile End, SA, 1939; Rose Park, SA, 1941-1943); radio engineer (Mosman, NSW, 1949; Cremorne, NSW, 1958-1968); engineer (Cremorne, NSW, 1972); technical officer (Lane Cove, NSW, 1972-1980) ===''ANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Ronald Anderson|Anderson, Alexander Ronald]] [https://www.familysearch.org/tree/person/details/GXPM-L6J] - 1914(SA)-1997(SA) - Licences: 5GM Adelaide (Eastwood, 1936-1939, 1947; Payneham South, 1948-1980+) - Qualifications: cc; AOCP 1700, 1936, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: warehouseman (Eastwood, SA, 1939-1943) * [[/Andrew Oswald Anderson|Anderson, Andrew Oswald "Oswald", "Andy", "A.O."]] [https://www.familysearch.org/tree/person/details/99GB-Z8L] - 1885(NSW)-1944(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Electoral Rolls: accountant (Mosman, 1913); manager (Rose Bay, 1930; Vaucluse, 1934-1935) - Links: [https://ozvta.com/wp-content/uploads/2011/12/anderson-oswald-1062017.pdf Bio] * [[/Eric William Alfred Anderson|Anderson, Eric William Alfred]] [https://www.familysearch.org/tree/person/details/G8WX-744] - 1908(Vic)-1986(Vic) - Licences: 3KH Melbourne (East Malvern, 1928-1931; Glen Iris, 1933-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 424, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Malvern, 1936-1937); engineer (Camberwell, 1943; Glen Iris, 1949-1968; Burwood, 1972-1980) * [[/Frederic Brian Anderson|Anderson, Frederic Brian]] [https://www.familysearch.org/tree/person/details/L5YN-TYJ] - 1918(Eng)-2008(SA)90yo - Licences: 5FA Tanunda (1934-1939); 5FA Waikerie (1947-1956) - Qualifications: cc; AOCP 1351, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: clerk (Tanunda, SA, 1939-1943) * [[/G. R. Anderson|Anderson, G. R.]] - 19??(???)-19??(???) - Licences: Receive Adelaide (Gilberton, 1923); 5GA Adelaide (Highgate, 1931-1933; Myrtle Bank, 1937-1939, 1947-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/John Francis Anderson|Anderson, John Francis]] [https://www.familysearch.org/tree/person/details/G8JJ-WFL] - 1914(Vic)-19??(???) - Licences: 3JA Warrnambool (1930-1933); 3JA Nullawarre (1937-1939, 1946-1980+) - Qualifications: AOCP 661, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farmer (Warrnambool, 1936; Nullawarre, 1937-1980)- Comment: Several contemporaneous JFAs * [[/Keith Sydney Anderson|Anderson, Keith Sydney]] [https://www.familysearch.org/tree/person/details/GZLK-8J9] - 1911(WA)-1944(Vic) - Licences: 6KS Perth (North Perth, 1935); 6KS Mt Magnet (1937); 6KS Perth (1938-1939) - Qualifications: cc; AOCP 1487, 1935, WA - amateur operator; amateur broadcaster; WW2 (Army, 2nd/1st Infantry Battalion, Private) - Electoral rolls: bank officer (Mt Magnet, WA, 1936-1937; East Perth, WA, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/618137 VWMA]; [https://www.awm.gov.au/collection/R1691738 Roll of Honour]; [https://www.awm.gov.au/collection/P10295040 AWM] * [[/Maurice Bernard Anderson|Anderson, Maurice Bernard]] [https://www.familysearch.org/tree/person/details/GC3V-WL9] - 1908(SA)-1960(Vic) - Licences: Receive Adelaide (Cheltenham, 1923-1924); 5MA Adelaide (Cheltenham, 1925-1928); 3AMA Melbourne (Sandringham, 1947-1956) - Qualifications: cc; AOCP 103, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; fitter - Electoral Rolls: radio engineer (Cloncurry, Qld, 1931-1937) * [[/Percy James Anderson|Anderson, Percy James]] [https://www.familysearch.org/tree/person/details/G8WN-6Y7] - 1908(Vic)-1998(Vic) - Licences: 3PA Melbourne (Westgarth, 1928-1933; West Preston, 1937-1939, 1946-1956); 3PA Dooen (1965-1969); 3PA Geelong (Wallington, 1975-1980) - Qualifications: AOCP 428, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Westgarth, 1934); engineer (Preston, 1936-1963); technician (Horsham, 1967-1968); retired (Wallington, 1972-1980) - Relationships: brother-in-law of 3JR Christopher James Rainbow * [[/Robert Arthur Crosbie Anderson|Anderson, Robert Arthur Crosbie "Bob"]] [https://www.familysearch.org/tree/person/details/G8VK-GZN] - 1908(Vic)-1990(Vic) - Licences: 3WY Melbourne (Camberwell, 1930-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 691, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Camberwell, 1931-1949; Glen Iris, 1954-1967; Burwood, Vic, 1972-1980) ===''ANEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Anear|Anear, Francis George]] [https://www.familysearch.org/tree/person/details/9XLK-9D6] - 1910(SA)-1971(SA) - Licences: 5LK Carrow (1929-1931); 9WZ Momote, Admiralty Islands (1954); 5WZ Adelaide (Parkside, 1955); 3AGF Melbourne (Laverton, 1960); 5WZ Adelaide (Parkside, 1965-1969) - Qualifications: cc; AOCP 556, 1929, No. ?? in SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil identified as Francis George Anear ===''ANGEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Benjamin Angel|Angel, Henry Benjamin "Harry"]] [https://www.familysearch.org/tree/person/details/GQWW-K4Y] - 1891(Eng)-1998(Qld, 106yo) - Licences: 4HA Brisbane (St Lucia, 1935-1939; Enoggera, 1946-1969; Lota, 1975-1980+) - Qualifications: cc; AOCP 1503, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW1, AIF Signals; WW2, AMF, Navy); business proprietor (radio service) - QSLs: Entire collection held by SLQ - Halcyon: p. 51, 60, 81, 163 - Electoral Rolls: motor driver (Kangaroo Point, Qld, 1919; Toowong, Qld, 1919-1925); carrier (St Lucia, Qld, 1928-1937); radio mechanic (Enoggera, Qld, 1949-1972); retired (Lota, Qld, 1977-1980) ===''ANSCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Arthur Anscombe|Anscombe, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/G6TL-7LR] - 1888(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: turner & fitter (Northcote, Vic, 1912-1913; Surrey Hills, Vic, 1914); mechanic (Albert Park, Vic, 1919); manager (Box Hill, Vic, 1927-1943) ===''ANTHONY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Henry Anthony|Anthony, Michael Henry]] [https://www.familysearch.org/tree/person/details/LK3H-6B7] - 1894(Vic)-1966(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio telegraphist (Thursday Island, 1919); telegraphist (Prahran, 1921-1924); clerk (Oakleigh, 1934); railway employee (Sandringham, Vic, 1936-1942); telegraphist (Sandringham, 1954-1963) * [[/Reginald Major Anthony|Anthony, Reginald Major "Reg"]] [https://www.familysearch.org/tree/person/details/GCYN-YWG] - 1908(SA)-1986(SA) - Licences: 5CM Adelaide (Unley Park, 1927-1937; Medindie Gardens, 1938-1939; Prospect, 1946-1960; Somerton Park, 1965-1980+) - Qualifications: cc; AOCP 324, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Wilfred Boykett Anthony - Electoral Rolls: Nil * [[/Wilfred Boykett Anthony|Anthony, Wilfred Boykett]] [https://www.familysearch.org/tree/person/details/GCYJ-3HZ] - 1903(SA)-1974(SA) - Licences: Receive Adelaide (Unley Park, 1923) - Qualifications: Nil identified - amateur receive operator, WW2 - Relationships: Brother of Reginald Major Anthony - Electoral Rolls: bank clerk (Netherby, 1939-1941) ===''APPERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Apperley|Apperley, George]] [https://www.familysearch.org/tree/person/details/GDNQ-5XG] - 1887(NZ)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 704, 1922; 1COCP 237, 1931 - NZ Gov. Telegraphs pre 1910; British Colonial Gov, 1910-1912; AWA (from 1913; Chief Marconi Wireless School 1914-1916; Works Manager 1916-1919; technical superintendent 1919-1923; OIC Beam Wireless 1924; Traffic Manager, Beam Wireless - Electoral Rolls: engineer (Elsternwick, 1922); manager (St Kilda, 1928; Caulfield, Vic, 1931-1936; Elsternwick, Vic, 1943); engineer (Manly, NSW, 1954) ===''ARCHIBALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Wilson Archibald|Archibald, Ian Wilson]] [https://www.familysearch.org/tree/person/details/G8HM-9LC] - 1902(WA)-1993(NSW) - Licences: 2BJ Receive Tingha (1922); 2KU Sydney (Dulwich Hill, 1928-1939, 1946-1955; Sans Souci, 1956-1965; Noraville, 1969-1980+) - Qualifications: cc; AOCP 457, 1928, No. ?? in NSW; 3COCP 2393, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: mining engineer (Dulwich Hill, 1930-1933); engineer (Dulwich Hill, 1936-1954); chemist (Sans Souci, 1958-1963); retired (Noraville, 1968) ===''ARGAET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stanislaus Argaet|Argaet, William Stanislaus]] [https://www.familysearch.org/tree/person/details/GZDZ-8Z8] - 1894(NSW)-1951(Qld) - Licences: 4KH Brisbane (Wynnum, 1931-1939, 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; business proprietor (Wynnum bus service) - Halcyon, p. 87, 127 - Electoral Rolls: electrician (Coorparoo, 1925); bus proprietor (Wynnum, 1928-1949) ===''ARMATI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rex Gordon Armati|Armati, Rex Gordon]] [https://www.familysearch.org/tree/person/details/2S42-XKH] - 1899(Qld)-1973(Qld) - Licences: 4DB Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: chemist's assistant (Stanton Hill, Townsville, 1921-1928); salesman (Neutral Bay, 1930); chemist's assistant (Stanton Hill, Townsville, 1936-1943); employment officer (Darlinghurst, 1949); clerk (Darlinghurst, 1954-1958; Kings Cross, 1963); shipping clerk (Surry Hills, 1968-1972) ===''ARMSTRONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Howard Armstrong|Armstrong, Edwin Howard]] [https://www.familysearch.org/tree/person/details/L5ZX-354] - 1890(USA)-1954(USA) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - USA inventor of the superheterodyne receiver [https://worldradiohistory.com/Archive-Radio-Club-of-America/Legacies-of-Edwin-Howard-Armstong-1990-11-Radio-Club-of-America.pdf RCA 1990 Special Edition] * [[/Stanley John Armstrong|Armstrong, Stanley John]] [https://www.familysearch.org/tree/person/details/GX4V-K7Y] - 1910?(NSW)-1972(Qld) - Licences: 4ZK Brisbane (Enoggera, 1932-1933); 4SA Brisbane (Enoggera, 1954-1969) - Qualifications: cc; AOCP 1004, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: soldier (Windsor, Qld, 1919); clerk (Enoggera, Qld, 1922-1968) * [[/Thomas Armstrong|Armstrong, Thomas]] [https://www.familysearch.org/tree/person/details/G88Q-GGZ] - 1895(Sct)-1964(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRTelephony 217, 1916; 1COCP 132, 1930 - witness to Royal Commission 1927 (obo PMGD) - senior federal public servant (Superintendent, Wireless Branch, NSW, PMGD), promoted to role upon retirement of William Tamillas Stephen Crawford ===''ARNOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Sydney Arnold|Arnold, Albert Sydney]] [https://www.familysearch.org/tree/person/details/9M2W-ZG2] - 1882(NSW)-1965(NSW) - Licences: XAB Sydney (Ashfield, 1911-1914) - Qualifications: Nil identified as yet - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Ashfield, 1913-1954); company secretary (Hurlstone Park, 1958); retired (Hurlstone Park, 1963) * [[/Edwin Charles Arnold|Arnold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/L8QX-H7J] - 1898(NSW)-1970(NSW) - Licences: 2BY Receive Tamworth (1922); 2BY Tamworth (1923-1925); 2BY Coolah (1925-1927); 2BY Sydney (Manly, 1928; Mona Vale, 1933-1936); 2AGW Sydney (Manly, 1938-1939) - Qualifications: cc; AOCP 226, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Mona Vale, 1931-1934), clerk (Balgowlah Heights, 1943-1968) * [[/Ernest Noel Arnold|Arnold, Ernest Noel]] [https://www.familysearch.org/tree/person/details/G84H-8J6] - 1907(NSW)-1978(NSW) - Licences: Receive (Crystal) Albury (1923-1924); 2OJ Albury (1928-1939, 1946-1975) - Qualifications: AOCP 452, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Albury, 1930-1937); fruit merchant (Albury, 1949-1977) * [[/Joseph Leslie Grahame Arnold|Arnold, Joseph Leslie Grahame "Les"]] [https://www.familysearch.org/tree/person/details/L853-R3J] - 1912(Vic)-1991(Tas) - Licences: 7AM Launceston (City, 1934-1939; Invermay, 1946-1956; Mowbray, 1960-1969; City, 1975-1980+) - Qualifications: cc; AOCP 1263, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: textile worker (Launceston North, 1936-1954); mechanic (Mowbray, 1968) * [[/William Henry Redvers Arnold|Arnold, William Henry Redvers]] [https://www.familysearch.org/tree/person/details/L2J7-SZ1] - 1903(Eng)-1993(WA) - Licences: 6BA Perth (Wembley, 1936-1937); 6BA Katanning (1938-1939) - Qualifications: cc; AOCP 1762, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Subiaco, WA, 1931-1937); electrical fitter (Katanning, WA, 1943; Kalgoorlie, WA, 1943); engineer (South Fremantle, WA, 1949); fitter (Scarborough, WA, 1954); electrician (Scarborough, WA, 1958); engineer (Floreat Park, WA, 1963); electrical contractor (West Perth, WA, 1968; South Perth, WA, 1972); electrician (Australind, WA, 1977) ===''ARTHUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Glendon Arthur|Arthur, Charles James Glendon "Glen"]] [https://www.familysearch.org/tree/person/details/G8CT-T62] - 1915(Qld)-1983(Qld) - Licences 4GJ Dayboro (1935-1939); 4GJ Brisbane (Morningside, 1946-1980+) - Qualifications: cc; AOCP 1450, 1935, Qld; BOCP?; 2COCP 493, 1941; 1COCP 639, 1942 - amateur operator, amateur broadcaster - Halcyon: p. 80 - Electoral Rolls: radio engineer (Wagga Wagga, 1943); radio mechanic (Morningside, 1949-1980) ===''ASHBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. W. C. Ashbury|Ashbury, A. W. C.]] - 19??(???)-19??(???) - Licences: Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ASHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice John Ashby|Ashby, Maurice John]] [https://www.familysearch.org/tree/person/details/GX49-L1C] - 1901(Eng)-1973(NSW) - Licences: 4DH Receive Dalby (1923) - Qualifications: cc; CPRT 899, 1925; 2COCP 94, 1930; 1COCP 281, 1932 - amateur receiver - Electoral Rolls: gardener (Dalby, 1922); labourer (Greenslopes, 1925); salesman (Glebe, 1933; Northbridge, 1935-1936; Epping, 1937); radio telegraphist (New Farm, Qld, 1943); planning assistant (Haberfield, NSW, 1943; Pennant Hills, NSW, 1949; Thornleigh, NSW, 1954-1963); retired (Avalon Beach, NSW, 1968-1972) ===''ASHLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Richard Ashley|Ashley, George William Richard]] [https://www.familysearch.org/tree/person/details/GF96-CMZ] - 1919(Eng)-1999(WA) - Licences: 6GA Perth (Carlisle, 1938-1939, 1947-1954); 6GA Kalgoorlie (1955-1956); 6GA Perth (Mt Yokine, 1960-1980+) - Qualifications: cc; AOCP 2094, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Carlisle, WA, 1943-1949); communications officer (Kalgoorlie, WA, 1954-1958); clerk (Yokine, WA, 1963-1980) ===''ASHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Robert Ashlin|Ashlin, Eric Robert]] [https://www.familysearch.org/tree/person/details/GSRF-44C] - 1910(Qld)-1992(Qld) - Licences: 4EA Brisbane (Annerley, 1931-1933); 4EA Toowoomba (1937-1939); 4EA Coolangatta (1946-1947); 4EA Bilinga (1948-1975) - Qualifications: cc; AOCP 873, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Rosentengels, radio service); military (WW2; signals officer) - Halcyon: p. 73, 127, 163 - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1936-1943; Bilinga, Qld, 1949-1963); TV technician (Bilinga, NSW, 1968-1980) ===''ASMUSSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Asmussen|Asmussen, Donald "Don"]] - Licences: 4ZJA Brisbane (Mt Gravatt, 1965); 4FA Brisbane (Mt Gravatt, 1969-1980+) - amateur operator, JOTA participant 1960s ===''ATHELSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. N. Athelstone|Athelstone, G. N.]] - 19??(???)-19??(???) - Licences: 5NG Central Australia (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Joseph Atkins|Atkins, Kenneth Joseph "Ken"]] [https://www.familysearch.org/tree/person/details/GCXH-NW7] - 1912(Eng)-2001(SA) - Licences: 5MW Adelaide (Semaphore, 1932-1939; Woodville Park, 1946-1948; Eden Hills, 1954; Blackwood Park, 1955-1960; Campbelltown, 1965-1980+) - Qualifications: cc; AOCP 910, 1932, No. ?? in SA; BOCP 415, 1941 - amateur operator; amateur broadcaster; engineer (Dept. Civil Aviation) - Electoral Rolls: mechanic (Semaphore, SA, 1939-1941); engineer (Woodville Park, SA, 1943) * [[/Leslie Morton Atkins|Atkins, Leslie Morton "Les"]] [https://www.familysearch.org/tree/person/details/MCTV-T5T] - 1876(Vic)-1949(WA) - Licences: 4LA Townsville (1924-1926); 5LA Adelaide (Magill, 1926-1931; Tusmore, 1933; Erindale, 1937-1939); seems to have operated in Townsville as 4GD ca Nov 1924? - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMGD (telegraphist, east-west overland telegraph, Eucla, 1910); engineer (PMGD, divisional engineer) - Halcyon: AOCP Townsville 1925, p. 88 - Electoral Rolls: telegraphist (Eucla, 1903-1910; Victoria Park, 1912-1916); district engineer (Townsville, 1919-1925); engineer (Tusmore, 1939); retired (Lismore Base Hospital, NSW, 1943) ===''ATKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Marshall Atkinson|Atkinson, John Marshall]] [https://www.familysearch.org/tree/person/details/G89L-C6R] - 1906(Eng)-1999(ACT) - Licences: 2RZ Sydney (Mosman, 1927-1930; Carrs Park, 1931-1936; Glebe, 1937; Chippendale, 1938-1939); 4RZ Labrador (1955); 4RZ Gatton (1956-1960); 4RZ Southport (1969-1980+) - Qualifications: AOCP 331, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Neutral Bay, 1930); organiser (Darlinghurst, 1943); shopkeeper (Gatton, 1958-1963; Labrador, 1968); retired (Southport, 1972-1980) * [[/Noel Whittaker Atkinson|Atkinson, Noel Whittaker]] [https://www.familysearch.org/tree/person/details/K2XX-V88] - 1908(Qld)-1979(Qld) - Licences: 4WK Brisbane (1929), 4NA Brisbane (1930-1935, Check), 4BT Brisbane (Camp Hill, 1946-1965+) - Qualifications: AOCP 530, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, business proprietor (radio sales & service), federal public servant (DCA) - Electoral Rolls: - radio mechanic (Camp Hill, 1937-1977) - (Halcyon, p. 102) * [[/Reginald Aubrey Atkinson|Atkinson, Reginald Aubrey]] [https://www.familysearch.org/tree/person/details/9V5M-WJC] - 1895(Qld)-1965(Qld) - Licences: 4RA Brisbane (South Brisbane, 1928-1933; Annerley, 1937-1939) - Qualifications: cc; AOCP 412, 1928, No. 46 in Qld - amateur operator; amateur broadcaster - Halcyon: not mentioned - Electoral Rolls: clerk (Coorparoo, 1919); accountant (Rosewood, 1925); timber merchant (Yeronga, 1925; Thompson Estate, 1937-1949; Southport, 1958-1963) * [[/Robert Henry Atkinson|Atkinson, Robert Henry]] [https://www.familysearch.org/tree/person/details/GXY5-2P3] - 1913(WA)-19??(???) - Licences: 6WZ Perth (Victoria Park, 1936-1939); 6WZ Geraldton (1947-1955); 6WZ Albany (1956-1965); 6WZ Katanning (1969); 6WZ Albany (1975-1980) - Qualifications: cc; AOCP 1804, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: journalist (Victoria Park, WA, 1936-1937); radio announcer (Geraldton, WA, 1943); broadcast station manager (Geraldton, WA, 1949-1954); manager (Albany, WA, 1958-1968); radio announcer (Albany, WA, 1972-1980) ===''AUGUSTESEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Gerald Augustesen|Augustesen, Gordon Gerald]] [https://www.familysearch.org/tree/person/details/GZDZ-LF9] - 1915(Qld)-1986(Qld) - Licences: 4JN Brisbane (Mitchelton, 1932-1939); 4XQ Brisbane (Auchenflower, 1947-1948; Oakleigh, 1954-1960; Kenmore, 1965-1980+) - Qualifications: cc; AOCP 1046, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); military (WW2, RAAF, radar technician); business proprietor (Telair) - Halcyon: p. 85, 127 - Electoral Rolls: radio engineer (Mitchelton, Qld, 1943); manager (Auchenflower, Qld, 1949; Dorrington, Qld, 1954-1963; Kenmore, Qld, 1968-1980) ===''AUSTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emanuel Maxwell Austin|Austin, Emanuel Maxwell "Mannie"]] [https://www.familysearch.org/tree/person/details/G8HH-98K] - 1909(NSW)-1997(NSW) - Licences: 2KZ Kurri Kurri (1929-1980+) - Qualifications: AOCP 477, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clipper (Kurri Kurri, 1930-1980) * [[/Henry Lashbrooke Austin|Austin, Henry Lashbrooke "Hal"]] [https://www.familysearch.org/tree/person/details/L4V2-LDC] - 1902(SA)-1954(SA) - Licences: 5BN Adelaide (Norwood, 1923-1928); 5AW Adelaide (Rose Park, 1947-1954) - Qualifications: cc; AOCP 101, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Victoria Park, SA, 1939; Rose Park, 1941-1943) * [[/Selwood Charles Austin|Austin, Selwood Charles]] [https://www.familysearch.org/tree/person/details/GXBD-TVV] - 1902(WA)-1985(WA) - Licences: 6SA Perth (Victoria Park, 1927; South Perth, 1930-1956; Maida Vale, 1960-1969; Morley, 1975-1980+) - Qualifications: cc; CPRT 625, 1921; 1COCP 134, 1930 - amateur operator; amateur broadcaster - Relationships: Brother-in-law of Stanley Hogg - Electoral Rolls: electrician (South Perth, WA, 1931-1958); police officer (Maida Vale, WA, 1963-1968; Kalamunda, WA, 1972); retired (Morley, WA, 1977-1980) ===''AVARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Avard|Avard, Alfred Edward]] [https://www.familysearch.org/tree/person/details/G8X2-RRL] - 1901(Vic)-1978(Vic) - Licences: 3AZ Melbourne (Northcote, 1930-1939; Kew, 1946-1965) - Qualifications: AOCP 620, 1930, No. ?? in Vic; 1COCP 88, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Northcote, 1925-1937); public servant (Kew, 1943-1977) =='''B'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''BACKLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lincoln Backler|Backler, Eric Lincoln]] [https://www.familysearch.org/tree/person/details/LV8Q-6SK] - 1911(SA)-1980(SA) - Licences: 5HK Kingston SE (1933-1939, 1954-1980) - Qualifications: cc; AOCP 1093, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Kingston, SA, 1939) ===''BADENOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Herbert Lionel Badenoch|Badenoch, James Herbert Lionel]] [https://www.familysearch.org/tree/person/details/GXG7-3XK] - 1913(NSW)-1984(SA) - Licences: 5LB Adelaide (Trinity Gardens, 1932-1980+) - Qualifications: cc; AOCP 1012, 1932, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BADER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Adolphus Frederick Bader|Bader, Henry Adolphus Frederick]] [https://www.familysearch.org/tree/person/details/97M3-V5X] - 1866(Ger)-1928(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman, Trading Committee, Wireless Development Assoc (Perth); witness to Royal Commission 1927 (obo WDA) - Electoral Rolls: electrical engineer (North Perth, 1913-1926) ===''BADGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Victor Badger|Badger, Albert Victor]] [https://www.familysearch.org/tree/person/details/G9RY-9X6] - 1893(Eng)-1983(NSW) - 2YT Receive Sydney (Rozelle, 1923-1924), 2AB Sydney (Rozelle, 1925-1926; North Sydney, 1927-1929; Crows Nest, 1930; Rozelle, 1931-1934; Leichhardt, 1935-1939), amateur operator (AOCP 202, 1925, No. ?? in NSW), amateur broadcaster, operator (Hobart East, 1919); picture operator (Crows Nest, 1930; Rozelle, 1934; Lilyfield, 1937-1972; Leichhardt, 1977-1980)) ===''BAGST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. D. A. Bagst|Bagst, E. D. A.]] - 19??(???)-19??(???) - Licences: 5EB Adelaide (Woodville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: individual not yet identified, possibly Elizabeth D. Bagst nee Boyle who married Leslie Bagst at Newtown, NSW 1925, possible YL operator ===''BAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Leonard Bain|Bain, John Leonard]] [https://www.familysearch.org/tree/person/details/GD4V-6SV] - 1891(Eng)-19??(NSW?) - Licences: Nil yet identified - Qualifications: cc; CPRT 109, 1915 - ship wireless officer (pre WW1, WW1); journalist (technical editor, Listener-In, -1934+); clubs (IRE USA); WW1 (1916-1919); Associate Editor, Popular Radio Weekly (1927); witness to Royal Commission 1927 (as associate editor, Popular Radio Weekly, Victoria) - Education: B.Sc.(London) - Electoral Rolls: engineer (Essendon, Vic, 1925-1936); journalist (Darling Harbour, NSW, 1937) - Links: [https://www.awm.gov.au/collection/P10688424 AWM] ===''BAILEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bailey|Bailey, George]] [https://www.familysearch.org/tree/person/details/GDKW-8PX] - 1882(Eng)-19??(???) - Licences: 5GB Mt Gambier (1924-1926) - Qualifications: cc; CPRT 79, 1915 - RANRS (CPO to Warrant Telegraphist, 1917); amateur operator; amateur broadcaster - Electoral Rolls: retired (Mt Gambier, 1939-1943) * [[/Jack Harry Bailey|Bailey, Jack Harry]] [https://www.familysearch.org/tree/person/details/KG85-LZ4] - 1912(Qld)-1989(Qld) - Licences: 4JC Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1299, 1934, Qld; BOCP 1902, 1961 - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Red Hill, Qld, 1936-1937); electrical mechanic (Annerley, Qld, 1943-1954); teacher (Tarragindi, Qld, 1958-1963); college principal (Mackay, Qld, 1968); principal (Bundaberg, Qld, 1972; Tarragindi, Qld, 1977-1980) * [[/Robert Howard Bailey|Bailey, Robert Howard]] [https://www.familysearch.org/tree/person/details/GXLM-1X6] - 1917(SA)-1995(SA) - Licences: 5NW Crystal Brook (1936-1939); 5NW Adelaide (Kensington Park, 1948; Huddleston, 1954-1960); 5NW Crystal Brook (1965-1980+) - Qualifications: cc; AOCP 1764, 1936, SA; BOCP 673, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Crystal Brook, SA, 1939-1943) ===''BAIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Allan Baird|Baird, Thomas William Allan]] [https://www.familysearch.org/tree/person/details/LHKG-JVD] - 1886(Qld)-1943(Qld) - Licences: 4DY Receive Brisbane (Bayswater, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (AIF, 11 Field Company Engineers, 1916) - Electoral Rolls: gardener (North Pine, Qld, 1908); labourer (Bayswater, Qld, 1912-1913); storeman (Torwood, Qld, 1916-1943) ===''BAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Andrew Claude Baker|Baker, Andrew Claude]] [https://www.familysearch.org/tree/person/details/G6TG-RZ9] - 1897(Eng)-1935(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 144, 1915; 2COCP 193, 1930; 1COCP 303, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIR Rockhampton (1917-1918) - Electoral Rolls: wireless operator (Clayfield, 1914-1917; Rockhampton, 1919-1934) * [[/Charles Whiteway Baker|Baker, Charles Whiteway]] [https://www.familysearch.org/tree/person/details/LL93-HYP] - 1905(Vic)-1978(Vic) - Licences: 3VP Receive Bendigo (1923-1924); 3VP Bendigo (1925-1975) - Qualifications: cc; AOCP 156, 1925, No. ?? in Vic; BOCP 451, 1942 - amateur receiver; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (as a "listener"); merchant - Electoral Rolls: salesman (Bendigo, 1927-1931); merchant (Bendigo, 1934-1968; Kennington, 1972-1977) * [[/Ernest James Baker|Baker, Ernest James]] [https://www.familysearch.org/tree/person/details/GZ6F-K5B] - 1904(NSW)-1973(NSW) - Licences: 2FP Receive Newcastle (Maryville, 1922-1923); 2FP Newcastle (Maryville, 1924-1928; Wickham, 1929; Hamilton, 1930-1939, 1946-1969) - Qualifications: cc; AOCP 69, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: draftsman (Hamilton, 1930-1972) * [[/Edwin Weldon Baker|Baker, Edwin Weldon]] [https://www.familysearch.org/tree/person/details/LYWP-F1D] - 1895(NSW)-1979(NSW) - Licences: 4CI Receive Brisbane (Northgate, 1922) - Qualifications: cc; CPRT 733, 1922 - amateur receiver - Halcyon: not mentioned - Electoral Rolls: joiner (Northgate, 1919-1977) * [[/John Frederick Thomas Baker|Baker, John Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GCY6-8XY] - 1908(???)-1977(Vic) - 3LF Melbourne (Northcote, 1927+), qualifications (AOCP 325, 1927, No. ?? in Vic), amateur operator, amateur broadcaster, * [[/Herbert Edward Baker|Baker, Herbert Edward]] [https://www.familysearch.org/tree/person/details/9V2B-245] - 1875(Vic)-1948(Qld) - Licences: 4HB Charleville (1925-1927) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; grazier - Halcyon: p. 81, 111 - Electoral Rolls: station manager (Charleville, 1903); grazier (Charleville, 1908-1943) * [[/Sidney Charles Baker|Baker, Sydney or Sidney Charles]] [https://www.familysearch.org/tree/person/details/MZSZ-J4H] - 1909(Vic)-1977(Vic) - Licences: 3KU Receive Melbourne (South Melbourne, 1922-1924), 3BK Melbourne (South Melbourne, 1925-1933; Albert Park, 1937; South Melbourne, 1938-1939, 1946-1954; Bonbeach, 1955-1969; Seaford, 1975) - Qualifications: AOCP 177, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (South Melbourne, 1937); optical mechanic (Carrum, 1963-1972); retired (Carrum, 1977) * [[/Walter Ross Baker|Baker, Walter Ross]] [https://www.familysearch.org/tree/person/details/G8CY-D78] - 1905(SA)-1978(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''BALDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Loris John Balderson|Balderson, Loris John]] [https://www.familysearch.org/tree/person/details/GMVR-1RW] - 1895(Vic)-1932(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; RAAF (Flying Officer, Technical Branch, 1927); witness to Royal Commission 1927 (obo RAAF) - Electoral Rolls: officer, RAAF (Footscray, 1924); flying officer (Werribee, 1925); flight-lieutenant (Werribee, 1931) - Links: [https://www.crossandcockade.com/uploads/Balderson.pdf Bio] ===''BALSILLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Graeme Balsillie|Balsillie, John Graeme]] [https://www.familysearch.org/tree/person/details/G7MR-7MN] - 1885(Qld)-1924(USA) - radio business proprietor, senior federal public servant (PMGS, Commonwealth Wireless Expert), inventor, (Halcyon, not mentioned) - [https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf John Graeme Balsilie: Australia's Forgotten Wireless Pioneer]; [https://adb.anu.edu.au/biography/balsillie-john-graeme-5117 ADB] ===''BAMFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Bamfield|Bamfield, Alfred George]] [https://www.familysearch.org/tree/person/details/GM19-HNG] - 1892(NSW)-1918(NZL) - Licences: XQJ Corfield (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Halcyon: p. 3 - Electoral Rolls: clerk (Muttaburra, Qld, 1913) ===''BANCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John Bancroft|Bancroft, Stanley John]] - 19??(???)-19??(???) - Broadcast technician (2CY), federal public servant (PMGD, ABC) ===''BANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Edward William Banks|Banks, Harold Edward William "Harry"]] [https://www.familysearch.org/tree/person/details/G6S7-3BT] - 1911(NZL)-2000(Tas) - Licences: 7HB Hobart (North Hobart, 1938-1939; Richmond, 1946-1956; Penna, 1960-1965; New Town, 1969-1980+) - Qualifications: cc; Nil yet identified (New Zealand?) - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Hobart North, 1936-1937); council clerk (Richmond, 1943-1954) ===''BANYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ingram Banyer|Banyer, Ingram]] [https://www.familysearch.org/tree/person/details/9F95-CYX] - 1893(SA)-1976(SA) - Licences: XVQ Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: clerk (Blackwood, SA, 1939-1943) ===''BARBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel George Barber|Barber, Samuel George]] [https://www.familysearch.org/tree/person/details/GXLC-66B] - 1913(SA)-1991(SA) - Licences: 5MV Adelaide (Henley Beach, 1933-1937; Woodville, 1938-1939) - Qualifications: cc; AOCP 1232, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: welder (Woodville, SA, 1939); radio engineer (5RM, Berri, SA, 1941; Glenelg, SA, 1943) * [[/William Henry Barber|Barber, William Henry]] [https://www.familysearch.org/tree/person/details/LY4N-QRD] - 1897(SA)-1965(WA) - Licences: Receive Adelaide (Cumberland, 1923-1925); 5WH Adelaide (Cumberland, 1926-1931); 5WH Port Pirie (1933-1937); 6DX Kalgoorlie (1938-1939; 1946-1960) - Qualifications: cc; AOCP 266, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio engineer (Kalgoorlie, 1937-1963) ===''BARBIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alphonse Barbier|Barbier, Edward Alphonse or Alphonse Edward]] [https://www.familysearch.org/tree/person/details/GXLV-5TW] - 1904(SA)-1962(SA) - Licences: 5MD Adelaide (Stockdale Reserve, 1932-1939; City, 1947-1960) - Qualifications: cc; AOCP 958, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARBOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Heyward Barbour|Barbour, Kenneth Heyward]] [https://www.familysearch.org/tree/person/details/GZXJ-1VZ] - 1905(Vic)-1952(Vic) - Licences: 3ZI Melbourne (Armadale, 1923-1926) - Qualifications: AOCP 105, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARDIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Frederic Bardin|Bardin, William Frederic or Frederick "Bill", "Old Bill"]] [https://www.familysearch.org/tree/person/details/GSS9-TG4] - 1899(Eng)-1976(NSW) - Licences: 3ZA Melbourne (North Carlton, 1923-1925); 4AB Townsville (1925-1927); 4AB Brisbane (Fairfield & Yeronga, 1931-1933); 2ABZ Sydney (Ermington & Dundas 1937-1939, 1946-1961+) - Qualifications: cc; CPRT 615, 1921; 1COCP 58, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); coastal radio operator (AWA); state public servant (4QG); federal public servant (Halcyon, p. 63) - Electoral Rolls: clerk (Townsville, 1922); radio engineer (Townsville, 1925; Buranda, 1926; Fairfield, 1928); engineer (Dundas, 1936-1943; Eastwood, 1949-1968) ===''BARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Morphew Barker|Barker, Rupert Morphew]] [https://www.familysearch.org/tree/person/details/GCGH-7LM] - 1890(Eng)-1973(Tas) - Licences: 5RM Adelaide (Prospect, 1924-1933); 7RM Hobart (City, 1947-1948; Lenah Valley, 1949-1969) - Qualifications: cc; Nil yet identified (likely qualified in England) - amateur operator; amateur broadcaster; WW2; broadcast engineer (sound) - Electoral Rolls: electrician (South Yarra, Vic, 1931-1936; Hobart North, Tas, 1937; Hobart South, Tas, 1943); sound engineer (Hobart West, Tas, 1949); engineer (Moonah, Tas, 1954; New Town, Tas, 1963) * [[/William Henry Barker|Barker, William Henry (R.?)]] [https://www.familysearch.org/tree/person/details/GHGY-243] - 1905(NSW)-1956(NSW) - licences: Receive (Crystal) Sydney (Concord, 1923-1924); 2BW Sydney (Concord, 1925-1931), qualifications: AOCP 217, 1925, No. ?? in NSW, amateur operator, amateur broadcaster, electoral rolls: electrical mechanic (Concord, 1930-1943), beware several contemporaneous William Henry Barker ===''BARLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Kenneth Barlin|Barlin, George Kenneth]] [https://www.familysearch.org/tree/person/details/L2VX-DP3] - 1916(NSW)-2016(ACT) - qualifications (BOCP 67, 1937), long term employee 2CA Canberra, manager TV network ===''BARLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Barlow|Barlow, Edward]] [https://www.familysearch.org/tree/person/details/G8K2-2FL] - 1895(NSW)-1968(Qld) - Licences: 2GQ Receive Armidale (1922); 2GQ Armidale (1922-1926); 2GQ Glen Innes (1927); 2GQ Sydney (Darlinghurst, 1928); 2GQ Canberra (1929); 2GQ Mudgee (1930-1931); 2GQ Sydney (Cammeray, 1933-1934; North Sydney, 1935-1936; Mosman, 1937-1939 & 1946-1965) - Qualifications: cc; AOCP 4, 1924, No. 3 in NSW - amateur operator; amateur broadcaster - TroveTag: "2GQ - Edward Barlow" - Electoral Rolls: public servant (Mudgee, 1930-1932; Cammeray, 1933-1935; Milsons Point, 1936; Mosman, 1937); divisional returning officer (Bathurst, 1943; Mosman, 1949-1958) ===''BARNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Barnes|Barnes, Thomas Walter]] [https://www.familysearch.org/tree/person/details/G8Z6-PZ2] - 1910(Vic)-2002(NSW) - Licences: 3TB Melbourne (Ascot Vale, 1929-1933; Moonee Ponds, 1937-1939; West Brunswick, 1946-1980+) - Qualifications: AOCP 537, 1929, No. ?? in Vic; BOCP 243,1939 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Ascot Vale, 1931-1936); mechanic (Moonee Ponds, 1937-1942); electrical maintenance (West Brunswick, 1949-1980) - beware another contemporaneous Thomas Walter Barnes (1893-1925) ===''BARRACLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Barraclough|Barraclough, Francis "Frank"]] [https://www.familysearch.org/tree/person/details/G8KL-MNY] - 1903(Qld)-1974(Qld) - Licences: 4GY Brisbane (Kedron, 1933-1935); 4GX Brisbane (Kedron, 1935-1939; 1946-1969) - Qualifications: cc; AOCP 1075, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2); radio service (Palings) - Halcyon: p. 81 - Electoral Rolls: carpenter (Kedron, 1937-1972) ===''BARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Barry|Barry, William Lawrence (BMD) or Lawrence William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/MK6C-NBK] - 1905(Qld)-1970(Qld) - Licences: 4FQ Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: storeman (South Brisbane, Qld, 1929); taxi driver (South Brisbane, Qld, 1937-1968) ===''BARTHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Lewis Barthold|Barthold, Godfrey Lewis]] [https://www.familysearch.org/tree/person/details/GZKR-JWZ] - 1899(Vic)-1993(Vic) - 3GL Melbourne (Malvern, 1925-1927), 3BT Melbourne (Malvern, 1931-1939; Glen Iris, 1946-1980+), amateur operator (AOCP 210, 1925, No. ?? in Vic), amateur broadcaster, clerk (Malvern, 1924-1931), radio manufacturer (Camberwell, 1937-1943; Glen Iris, 1949-1972), retired (Mt Martha, 1977-1980) ===''BARTHOLOMEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Bartholmew|Bartholomew, Charles Percy]] [https://www.familysearch.org/tree/person/details/G6CZ-8YR] - 1861(Eng)-1942(NSW) - Licences: XBM Sydney (Mosman, 1911-1914); 2FO Receive Sydney (Kirribilli, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver; company director (AWA); witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: merchant (Milsons Point, 1930-1937) - Comment: famously charged and convicted of trading with the enemy during WW1 but only slapped on wrist (together with Ernest Thomas Fisk and Hugh Robert Denison) ===''BARTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gustavus Campbell Barton|Barton, Edward Gustavus Campbell]] [https://www.familysearch.org/tree/person/details/KJ57-87Y] - 1857(Vic)-1942(Eng) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter, scientist, business proprietor (Barton & White) - Halcyon: not mentioned) - [https://adb.anu.edu.au/biography/barton-edward-gustavus-campbell-9445 ADB] * [[/Graham Francis Barton|Barton, Graham Francis]] [https://www.familysearch.org/tree/person/details/GX5P-KYT] - 1918(SA)-2005(SA) - Licences: 5BN Mt Gambier (1937-1939); 5BN Adelaide (Unley, 1947-1956; Malvern, 1960-1980+) - Qualifications: cc; AOCP 1993, 1937, SA; 1COCP 1709, 1954 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Hyde Park, SA, 1941-1943) * [[/Richard McRae Barton|Barton, Richard McRae "Dick"]] - 1940(???)-2021(Qld) - broadcast engineer, director engineering FACTS (1981-2001), ABU Engineering Award 2004, Fellow SMPTE, contributed to development DTV standards, chaired preparatory meeting to WRC 2000, [https://www.itu.int/dms_pub/itu-r/oth/0a/07/R0A070000420001PDFE.pdf ITU Tribute] ===''BARTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graeme Bartram|Bartram, Graeme]] - historian (early Aus wireless: 2011 "John Graeme Balsilie: Australia's Forgotten Wireless Pioneer"[https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf]) ===''BASIL-COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * Frank Basil-Cooke see Cooke, Frank Basil "Basil" ===''BASSETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Rankin Bassett|Bassett, Francis Rankin]] [https://www.familysearch.org/tree/person/details/GQZJ-28Y] - 1906(NSW)-1982(NSW) - 2FR Sydney (Bexley, 1925-1928; Arncliffe, 1929), 2FR Singleton, 1931-1939), amateur operator (AOCP 194, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother John Bassett * [[/John Bassett|Bassett, John]] [https://www.familysearch.org/tree/person/details/L8M2-8XN] - 1904(NSW)-1979(NSW) - 2VO Receive Stroud (1923), amateur operator (AOCP 232, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother Francis Rankin Bassett ===''BATCHLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Victor Batchler|Batchler, Charles Victor "Victor"]] [https://www.familysearch.org/tree/person/details/K4NN-FXJ] - 1897(Tas)-1985(Tas) - Licences: XZJ Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: Uncle of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: shift engineer (Waddamana, 1922) * [[/Jack Copeland Batchler|Batchler, Jack Copeland]] [https://www.familysearch.org/tree/person/details/KCSK-D8F] - 1910(Tas)-1979(Tas) - Licences: 7JB Hobart (1932-1939); 3AJB Melbourne (1947); 7JB Hobart (Sandy Bay, 1948-1975+) - Qualifications: cc; AOCP 957, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: nephew of XZJ Charles Victor Batchler; husband of 7YL Joyce Isabel Batchler nee Crowder - Electoral Rolls: soldier (Nelson, 1943-1949); no occupation (Nelson, 1972) * [[/Joyce Isabel Crowder|Batchler nee Crowder, Joyce Isabel]] [https://www.familysearch.org/tree/person/details/LYNY-PKG] - 1915(Tas)-2015(Tas) - Licences: 7YL Hobart (Sandy Bay, 1936-1980) - Qualifications: AOCP 1627, 1936, Tas - amateur operator; amateur broadcaster; YL - Relationships: Wife of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: home duties (Nelson, 1943-1972) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''BATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Bate|Bate, Arthur John]] [https://www.familysearch.org/tree/person/details/GXKQ-PYC] - 1917(WA)-2010(SA) - Licences: 5ZA Adelaide (Adelaide City, 1937-1939) - Qualifications: cc; AOCP 1891, 1937, SA; BOCP 1481, 1956; 1COCP 2049, 1967 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil yet identified ===''BATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lister Bates|Bates, Jack Lister]] [https://www.familysearch.org/tree/person/details/GCGK-238] - 1912(Qld)-1998(Qld) - Licences: 4UR Brisbane (Teneriffe, 1935-1939, 1946-1947; Lutwyche, 1948-1969; Toombul, 1975-1980) - Qualifications: cc; AOCP 1430, 1935, Qld - amateur operator; amateur broadcaster; Radio Club (WIAQ, QSL Manager); part of the "U" gang; WW2 - Halcyon: p. 12, 99, 137, 141, 145 - Electoral Rolls: storeman (Teneriffe, Qld, 1936-1943); labourer (Lutwyche, Qld, 1949-1958; Wooloowin, Qld, 1968); cashier (Toombul, Qld, 1972-1980) ===''BATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Henry Batt|Batt, Cecil Henry]] [https://www.familysearch.org/tree/person/details/GMLJ-5SB] - 1904(Tas)-1942(Tas) - Licences: Receive (Crystal) Bothwell (1923) - Qualifications: cc; 3COCP 434, 1940 - amateur receiver - Electoral Rolls: motor driver (Bothwell, 1928); labourer (Melton Mowbray, 1936-1937) ===''BATTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Thomas Battle|Battle, Edmund Thomas]] [https://www.familysearch.org/tree/person/details/G6C8-G32] - 1890(UK)-1970(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a listener) - Electoral Rolls: teamster (Dorrigo, 1913); dairy farmer (Malanda, 1919); sawmill manager (Tumoulin, 1931); sawmiller (Ravenshoe, 1936-1937); timber merchant (Paddington, 1943); sawmiller (Albion, 1949) ===''BATTYE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Sykes Battye|Battye, James Sykes]] [https://www.familysearch.org/tree/person/details/9V7W-HL5] - 1871(Vic)-1954(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - librarian; historian; witness to Royal Commission 1927 (as chairman, special committee, Western Australian Listeners' League) - Electoral Rolls: librarian (Perth, 1910-1937); principal librarian (Perth, 1943-1949) - Links: [[w:James Battye|Wikipedia]] [https://adb.anu.edu.au/biography/battye-james-sykes-5156 ADB] ===''BATY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Baty|Baty, Richard]] [https://www.familysearch.org/tree/person/details/GXLV-BZX] - 1913(Eng)-19??(???) - Licences: 5MH Adelaide (Brompton, 1931; Pennington, 1937; Challa Gardens, 1938-1939; Lockleys, 1954-1969; Henley Beach South, 1975-1980) - Qualifications: cc; AOCP 757, 1931, No. ?? in SA; AOLCP 160, 1934; BOCP 242, 1939; 1COCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Franklin, SA, 1941-1943) ===''BAUER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Thomas Bauer|Bauer, Alfred Thomas "Alf"]] [https://www.familysearch.org/tree/person/details/MSCM-QB1] - 1908(Qld)-2004(Qld) - Licences: 4AT Brisbane (Annerley, 1927-1933) & Cairns? - Qualifications: cc; AOCP 333, 1927, No. 36 in Qld; CPRTelephony 1119, 1928; 1COCP 92, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); state public servant (4QG); WW2 - Halcyon: p. 67, 86, 111, 127, 130 - Electoral Rolls: radio engineer (Cairns, 1936; Camp Hill, 1937); radio tech (Camp Hill, 1943-1980) ===''BAXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Baxter|Baxter, Arthur Henry]] [https://www.familysearch.org/tree/person/details/L62R-CKR] - 1900(Eng)-1983(WA) - Licences: 6BX Geraldton (1937-1939) - Qualifications: cc; AOCP 1989, 1937, WA; BOCP 381, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: station employee (Lyons River Station, Carnarvon, WA, 1925-1926); wood merchant (Geraldton, WA, 1931-1937); broadcast station operator (Geraldton, WA, 1949-1972); retired (Thornlie, WA, 1977-1980) * [[/Sidney Roy Baxter|Baxter, Sidney or Sydney Roy]] [https://www.familysearch.org/tree/person/details/LWX9-XWV] - 1915(Qld)-1985(Qld) - Licences: 4FJ Brisbane (Camp Hill, 1935-1939; Coorparoo Heights, 1946-1947; Cribb Island, 1948-1950; Camp Hill, 1954-1980+) - Qualifications: cc; AOCP 1569, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless officer); employment (Trittons, radio service); business proprietor (radio service) - Halcyon: p. 76, 137 - Electoral Rolls: truck driver (Camp Hill, Qld, 1936-1943); radio mechanic (Cribb Island, Qld, 1949); radio technician (Camp Hill, Qld, 1954-1980) ===''BEAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Beames|Beames, Kenneth]] [https://www.familysearch.org/tree/person/details/9NQJ-L17] - 1899(NSW)-1989(NSW) - Licences: N754 Receive Sydney (Randwick, 1922); 2IB Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: manufacturer (Five Dock, 1930-1958; Linden, 1963-1980) ===''BEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Percival Reed Bean|Bean, Leslie Percival Reed]] [https://www.familysearch.org/tree/person/details/KHWZ-6ZZ] - 1884(Vic)-1972(NSW) - Licences: 2ZT Sydney (Mosman, 1923-1925); 2LP Sydney (Mosman, 1924-1928; Artarmon, 1929-1936; Pymble, 1937-1939) - Qualifications: cc; Nil yet identified - PMGD (Elec. Engineer, 1904-1919); L. P. R. Bean & Co (founder 1920-1926); Stromberg-Carlson (founder, 1927-1933+); Council IREAust - Electoral Rolls: electrical instrument fitter (Ascot Vale, 1909); engineer (Brighton, Vic, 1912-1915; Artarmon, NSW, 1930); company director (Pymble, 1933-1943; Roseville, 1949-1954); electrical engineer (Lindfield, 1958-1968) ===''BEARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Gordon Beard|Beard, Ernest Gordon]] [https://www.familysearch.org/tree/person/details/GW2G-25R] - 1897(Eng)-1968(USA) - Licences: Nil yet identified - Qualifications: cc; 1COCP 304, 1939 - broadcast engineer (United Distributors; 2KY; 2GB); inventor; witness to Royal Commission 1927 (as consulting engineer, 2GB) - Electoral Rolls: engineer (Northbridge, 1930-1934); radio engineer (Northbridge, 1936-1937); wireless engineer (Willoughby, 1943-1949); engineer (Forestville, 1958-1963) - Links: [https://www.radiomuseum.org/dsp_hersteller_detail.cfm?company_id=12500 radiomuseum.org] * [[/Norman George Beard|Beard, Norman George]] [https://www.familysearch.org/tree/person/details/LT9G-GSZ] - 1902(Vic)-1984(NSW) - Licences: 3DR Receive Balnarring (1922-1923); 2PK Wentworthville (1930); 2ALJ Sydney (Prospect, 1939; Toongabbie, 1946-1954; Brookvale, 1955; Dee Why, 1956-1961); 2ALJ Terrigal (1965) - Qualifications: AOCP 583, 1930, No. ?? in NSW; TVOCP 25, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Pendle Hill, NSW, 1930; Balnarring, Vic, 1931; Prospect, NSW, 1933-1937); RAAF instructor (Ballarat, 1942); teacher (Toongabbie, 1949-1954; Brookvale, 1958); retired (Terrigal, 1963-1972; Wendouree, Vic, 1977; Caves Beach, 1980) ===''BEARUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Andrew Bearup|Bearup, Herbert Andrew]] [https://www.familysearch.org/tree/person/details/GDLJ-B1C] - 1900(Vic)-1982(Vic) - Licences: V740 Receive Melbourne (Caulfield East, 1922); 3GT Receive Melbourne (Caulfield East, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Malvern East, 1921-1924; Caulfield East, 1925-1928); farmer (Bentleigh, 1934-1949); engineer (Highett, 1963-1967; Moorabbin, 1972-1980) * [[/Thomas William Bearup|Bearup, Thomas William]] [https://www.familysearch.org/tree/person/details/9J7R-T9D] - 1897(Vic)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 224, 1916 - studio manager 3LO (1927); witness to Royal Commission 1927 (as studio manager, 3LO, Victoria); WW1 (merchant navy) - Electoral Rolls: operator (Caulfield, 1924); radio engineer (Auburn, Vic, 1931-1937); manager (Roseville, NSW, 1943) ===''BEATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Beatson|Beatson, Robert John "Bob"]] [https://www.familysearch.org/tree/person/details/GSJV-2D2] - 1909(Qld)-2003(Qld) - Licences: 4BB Brisbane (Wilston, 1928); 4BB Maryborough (1931-1939) - Qualifications: cc; AOCP 394, 1928, No. 44 in Qld; AOLCP 173, 1934 - amateur operator; amateur broadcaster; radio club administrator (WIAQ); broadcast engineer (4MB); WW2 - Halcyon: p. 68, 139, 141, 163, 164 - Electoral Rolls: radio mechanic (Maryborough, 1931); radiotrician (Maryborough, 1937-1949); radio engineer (Maryborough, 1954-1980) ===''BEATTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Spencer Meurant Beattie|Beattie, Herbert Spencer Meurant]] [https://www.familysearch.org/tree/person/details/GQ65-KTL] - 1888(NSW)-1963(NSW) - Licences: 3DV Receive Melbourne (Box Hill, 1922); 3DV Melbourne (Box Hill, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Box Hill, Vic, 1914-1927); salesman (Thornleigh, NSW, 1930); electrical engineer (Cheltenham, NSW, 1934-1936); agent (Cabramatta, 1943); auctioneer (Ettalong, 1943); no occupation (Fairfield, NSW, 1954-1958; Flagstaff, NSW, 1963) ===''BECHERVAISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philip Bechervaise|Bechervaise, William Philip]] [https://www.familysearch.org/tree/person/details/MVNP-4HQ] - 1831(Eng)-1907(Vic) - radio clubs (Telegraph Electrical Society, Victoria), employment (Victoria Posts and Telegraphs Department) ===''BECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Beavis Beck|Beck, Alan Beavis]] [https://www.familysearch.org/tree/person/details/GZR7-N8Q] - 1911(Vic)-1982(WA) - Licences: 5XW Adelaide (West Mitcham, 1927-1928) - Qualifications: cc; AOCP 370, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (Shenton Park, WA, 1937; Myrtle Bank, SA, 1941-1943); research chemist (Subiaco, 1949-1980) ===''BEDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Arthur Buddicom Bedford|Bedford, Robert Arthur Buddicom]] [https://www.familysearch.org/tree/person/details/LC5Q-1KX] - 1874(Eng)-1951(SA) - Licences: 5RB Kyancutta (1924-1939; 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of William Rudolf Buddicom Bedford - Electoral Rolls: farmer (Kyancutta, 1939-1941); retired (Kyancutta, 1943) - Links: [https://adb.anu.edu.au/biography/buddicom-robert-arthur-5417 ADB] * [[/William Rudolf Buddicom Bedford|Bedford, William Rudolf Buddicom "Bill"]] [https://www.familysearch.org/tree/person/details/L6Y3-X4Z] - 1909(Eng)-1972(SA) - Licences: likely operator of 5RB Kyancutta - Qualifications: cc; 3COCP 1893, 1954 - WW2 - Relationships: son of 5RB Robert Arthur Buddicom Bedford - Electoral Rolls: mechanic (Kyancutta, 1939-1943) ===''BEECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Sidney Beech|Beech, Frederick Sidney or Sydney "Fred"]] [https://www.familysearch.org/tree/person/details/G8F2-6BC] - 1895(Qld)-1978(Qld) - Licences: 4FB Brisbane (Coorparoo, 1930-1939; Norman Park, 1946-1969) - Qualifications: cc; AOCP 629, 1930, Qld - amateur operator; amateur broadcaster; jeweller - Halcyon: p. 75, 76, 90 - Electoral Rolls: watchmaker (Bulimba, 1917-1919; Coorparoo, 1919-1972; Norman Park, 1977) ===''BEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Beer|Beer, James]] - 19??(???)-19??(???) - Licences: 2CW Receive Sydney (Ashfield, 1922-1923); 2CW Sydney (Ashfield, 1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: too many JBs to identify reliably, likely James Charles Beer living 70 Tranmere St, Drummoyne, engineer, 1930 ===''BEGBIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Begbie|Begbie, Richard]] - historian (broadcasting), journalist, radio clubs (HRSA) ===''BELJON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robin Ernest Beljon|Beljon, Robin Ernest "Jack"]] [https://www.familysearch.org/tree/person/details/GSD3-VR3] - 1897(NSW)-1974(NSW) - Licences: 2RB Lithgow (1926-1933) - Qualifications: AOCP 259, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lithgow, 1930-1934); turner (Lithgow, 1937-1943); foreman (Lithgow, 1949-1968); retired (Lithgow, 1972) ===''BELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Wirgman Dillon Bell|Bell, Francis Wirgman Dillon "Frank"]] [https://www.familysearch.org/tree/person/details/G7QW-CM4] - 1896(NZ)-1987(NZ) - ZL4AA Waihemo, amateur operator, first to 2 way QSO New Zealand to Australia (Apr 1923), South America, USA (Sep 1924), England (Oct 1924, G2SZ); WW1 (gunner, France & Belgium till invalided 1917) - Relationships: brother of Margaret Brenda Bell, first licensed female NZ amateur - Links: [https://teara.govt.nz/en/biographies/4b20/bell-francis-wirgman-dillon Bio]; [https://www.soundarchives.co.nz/collections/catalogue/catalogue-item?record_id=222015 Sound Archives]; [https://www.zl4aa.org.nz/frank-bell-trans-world-radio-contact/ NZART Otago] * [[/H. G. Bell|Bell, H. G.]] - 19??-19?? - 4HG Brisbane (South Toowong = Taringa, 1927+) - Qualifications: cc; AOCP 321, 1927, No. 33 in Qld - amateur operator; amateur broadcaster - Halcyon: p. 111 - Callsign: later to Harry Brown - Electoral Rolls: Nil yet identified * [[/Leslie William Gordon Bell|Bell, Leslie William Gordon]] [https://www.familysearch.org/tree/person/details/G67S-RQ5] - 1904(Qld)-2000(Qld) - Licences: 4CY Receive Atherton (1923); 4LZ Jubilee Pocket (1969-1975); 4LZ Airlie Beach (1980+) - Qualifications: cc; AOCP 4471, 1967, Qld - amateur receiver; amateur operator; WW2 - Electoral Rolls: engine driver (Danbulla via Atherton, 1925-1928); farmer (Jubilee Pocket via Proserpine, 1954-1980) * [[/Victor Frank Bell|Bell, Victor Frank]] [https://www.familysearch.org/tree/person/details/GFMZ-FZ7] - 1913(WA)-19??(???) - Licences: 6KR Perth (Subiaco, 1932-1933); 6KR Kalgoorlie (1937-1939); 6KR Perth (Nedlands, 1947-1954) - Qualifications: cc; AOCP 907, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1936); postal assistant (Leonora, WA, 1937); radio engineer (Subiaco, WA, 1937); telephone mechanic (Lamington, Kalgoorlie, WA, 1943); radio engineer (Nedlands, WA, 1949-1954) * [[/Vincent Stephanus Bell|Bell, Vincent Stephanus "Vince"]] [https://www.familysearch.org/tree/person/details/GXHV-W8G] - 1910(Qld)-1981(Qld) - Licences: 4VD Rockhampton (Rockhampton City, 1936-1937; Wandal, 1938-1939, 1946-1960+) - Qualifications: cc; AOCP 1496, 1935, Qld - amateur operator; amateur broadcaster; WW2; employed electrical business - Electoral Rolls: electrician (Rockhampton, Qld, 1932-1936); electrical mechanic (Rockhampton, Qld, 1937-1980) ===''BELSTEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Lempriere Belstead|Belstead, Roy Lempriere]] [https://www.familysearch.org/tree/person/details/L1GN-CQF] - 1910(Qld)-1981(Qld) - Licences: 4EI Townsville (1933-1939); 4RU Winton (1975-1980) - Qualifications: cc; AOCP 1182, 1933, No. ?? in Qld; BOCP 304, 1940; 1COCP 420, 1940; TVOCP 87, 1957 - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, Townsville ARC); state public servant (Qld Railways); broadcast technician (2KY); business proprietor (Belstead Electronic Repairs, Winton) - Electoral Rolls: clerk (Hyde Park, Qld, 1931-1937); radio technician (Dee Why, NSW, 1943; Auburn, NSW, 1949; Lidcombe, NSW, 1958-1963; Auburn, NSW, 1972); retired (Winton, Qld, 1977-1980) ===''BENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Bennett|Bennett, Alfred Edward]] [https://www.familysearch.org/tree/person/details/LYNP-GFM] - 1889(Vic)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - manager 2GB Sydney; witness to Royal Commission 1927 (as manager, 2GB, NSW) - Electoral Rolls: manager (Mosman, 1930-1931); director (Mosman, 1933; Vaucluse, 1936); inspector (Darling Point, 1943); investor (West Pennant Hills, 1949); retired (Vaucluse, 1954-1963) - Links: [https://adb.anu.edu.au/biography/bennett-alfred-edward-5207 ADB] * [[/Clarence Herbert Bennett|Bennett, Clarence Herbert]] [https://www.familysearch.org/tree/person/details/LK1H-GMF] - 1887(Vic)-1974(Vic) - Licences: cc; Nil yet identified - Qualifications: AOCP 449, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Brunswick, 1909-1963); retired (Brunswick, 1968-1972) ===''BENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Francis Wattis Bent|Bent, Arthur Francis Wattis]] [https://www.familysearch.org/tree/person/details/GZVG-5V7] - 1902(Vic)-1998(Vic) - Licences: 3AF Geelong (1924-1939, 1946-1960); 3AF Torquay (1965-1980+) - Qualifications: cc; AOCP 199, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; radio dealer (Geelong, 1931-1954) - Electoral Rolls: turner (14 Coronation St, Geelong West, 1925-1927); radio dealer (Geelong, 1928-1954); radio serviceman (Torquay, 1963-1980) ===''BENTLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Ernest Bentley|Bentley, Frank Ernest]] [https://www.familysearch.org/tree/person/details/G93F-NPZ] - 1902(India)-1973(SA) - Licences: 5MK Adelaide (Cowandilla, 1931-1939); 5MZ Adelaide (Cowandilla, 1954-1969) - Qualifications: cc; AOCP 833, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: boilermaker (Cowandilla, SA, 1939-1943) ===''BENTZEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivan Louis Bentzen|Bentzen, Ivan Louis]] [https://www.familysearch.org/tree/person/details/LT4X-6P4] - 1905(Qld)-1995(Qld) - Licences: 4SS Brisbane (Newstead, 1932-1933) - Qualifications: cc; AOCP 964, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Bulimba, Qld, 1929); mechanic (Valley, Qld, 1936); carpenter (Wooloowin, Qld, 1943-1949); garage proprietor (Lutwyche, Qld, 1954); carpenter (Eagle Junction, Qld, 1954-1980) ===''BERGIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Thomas Bergin|Bergin, John Thomas "Jack"]] [https://www.familysearch.org/tree/person/details/GXGP-GNM] - 1911(SA)-1989(SA) - Licences: 5JB Adelaide (Largs Bay, 1934-1939) - Qualifications: cc; AOCP 1364, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: * [[/Max Wulfing Bergin|Bergin, Max Wulfing]] [https://www.familysearch.org/tree/person/details/LXQ1-QLP] - 1900(NSW)-1983(Cook Isls) - Licences: 2YP Receive West Maitland (1923); 2YP West Maitland (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ingham Berry|Berry, Arthur Ingham]] [https://www.familysearch.org/tree/person/details/9WB6-6F5] - 1914(Vic)-1979(Vic) - Licences: 3CZ Melbourne (Hawthorn, 1930-1939; Kew, 1946-1954; East Malvern, 1955-1956); 3CZ Warburton (1960-1975) - Qualifications: AOCP 595, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Hawthorn, 1936-1937); architect (Kew North, 1943-1954); farmer (Warburton, 1963-1977) * [[/Harold Alexander Berry|Berry, Harold Alexander "Huck"]] [https://www.familysearch.org/tree/person/details/G869-8R6] - 1906(SA)-1983(SA) - Licences: Receive (Crystal) Adelaide (City, 1923); Receive Adelaide (City, 1923-1924); 5JU Adelaide (City, 1930-1931; Keswick, 1933; Norwood, 1937-1939; Kilburn, 1946-1975) - Qualifications: cc; AOCP 666, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: polisher (Kilburn, 1943) * [[/Lawrence Dudley Berry|Berry, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/GXG2-X6J] - 1906(NSW)-1987(SA) - Licences: 5DB Adelaide (Norwood, 1934-1939) - Qualifications: cc; AOCP 1315, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Henry Berry|Berry, Robert Henry]] [https://www.familysearch.org/tree/person/details/G342-ZR6] - 18??(???)-1971(Qld) - Licences: XQC Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; electrical business proprietor - Electoral Rolls: gardener (Rockhampton, 1912-1925); electrical mechanic (Rockhampton, 1928-1968) * [[/William Clive Berry|Berry, William Clive "Clive"]] [https://www.familysearch.org/tree/person/details/LBT5-3L8] - 1912(NSW)-1965(NSW) - Licences: 2CB Knockrow via Bangalow (1931-1936); 2AGM Byron Bay (1938-1938, 1946-1955); 2AGM Lismore (1956-1957); 2AGM Mullumbimby (1958-1960); 2AGM Byron Bay (1961-1965) - Qualifications: AOLCP 30, 1930, NSW; 2COCP 302, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Knockrow, 1933-1936); woodworker (Byron Bay, 1943-1954); contractor (Ballina, 1958); no occupation (Mullumbimby, 1958); manager (Byron Bay, 1963) * [[/William James Berry|Berry, William James "Jim"]] [https://www.familysearch.org/tree/person/details/G8D1-B78] - 1890(Qld)-1983(Qld) - Licences: 4WB Brisbane (Yeerongpilly, 1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1295, 1934, Qld - amateur operator; amateur broadcaster; instrument repairer - Comment: Several contemporaneous William James Berry's in Brisbane - Electoral Rolls: motor mechanic (Yeerongpilly, 1958-1963); mechanic (Yeerongpilly, 1972-1980) - ===''BERTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Louis Bertram|Bertram, William Louis]] [https://www.familysearch.org/tree/person/details/LDBP-NGS] - 1901(Vic)-1983(Vic) - Licences: V738 Receive Rushworth (1922); 3GR Receive Rushworth (1922); 2KR Sydney (Waverley, 1929) - Qualifications: CPRT 920, 1926; 2COCP 97, 1930; 1COCP 34, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Rushworth, 1922; Brunswick, 1924-1928); telegraphist (Brunswick, 1931-1942); telephonist (Brunswick, 1949-1963); retired (Frankston, 1967-1980) ===''BESTED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julius Phillip Bested|Bested, Julius Phillip]] [https://www.familysearch.org/tree/person/details/MZ6V-YSQ] - 1907(SA)-1987(SA) - Licences: Receive Adelaide (Rose Park, 1923); 5CS Adelaide (Salisbury, 1937-1939); 5CS Peterborough (1947-1948); 5CS Adelaide (Richmond, 1954-1960; Cumberland Park, 1965-1980+) - Qualifications: cc; AOCP 1995, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Salisbury, SA, 1939-1941) ===''BIBBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Cyril Bibby|Bibby, Frederick Cyril "Fred"]] [https://www.familysearch.org/tree/person/details/GH58-5XF] - 1911(Tas)-1982(Vic) - Licences: 3OL Melbourne (Hawthorn East, 1930-1939; Camberwell, 1946-1980+) - Qualifications: AOCP 681, 1930, Vic; AOLCP 38, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Camberwell, 1943-1968); operator (Camberwell, 1972-1980) ===''BINNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Binns|Binns, Cecil]] [https://www.familysearch.org/tree/person/details/GZD8-XTD] - 1897(NSW)-1974(NSW) - 2IE Receive Sydney (Kogarah, 1922), 2BJ Sydney (Kogarah, 1925-1927), amateur operator (AOCP 46, 1925, No. ?? in NSW), amateur broadcaster ===''BIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Scorer Bird|Bird, Henry Scorer]] [https://www.familysearch.org/tree/person/details/LYWH-FTC] - 1902(Vic)-1973(Vic) - Licences: 3HB Melbourne (Sunshine, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Sunshine, 1924-1927); Government employee (Camberwell, 1928-1963); nil (Ashwood, 1968-1972) - Comment: 3HB callsign passed to Sunshine Radio Club 1924-1927 (prominent amateur broadcaster) * [[/Leslie James Bird|Bird, Leslie James]] [https://www.familysearch.org/tree/person/details/G6X2-N4N] - 1897(NSW)-1947(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as listener, Armidale, NSW) - Electoral Rolls: clerk (Armidale, 1930-1935; Wellington, 1937); civil servant (Homebush, 1943) ===''BISCHOFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Conrad Bischoff|Bischoff, William Edward Conrad]] [https://www.familysearch.org/tree/person/details/L2YT-QB7] - 1911(NSW)-1989(NSW) - Licences: 2LZ Sydney (Crows Nest, 1930-1937); 2LZ Wentworth Falls (1938-1939, 1946-1969); 2AKM Wentworth Falls (Portable, 1939); 2LZ Sydney (Naremburn, 1975-1980+) - Qualifications: AOCP 568, 1930, No. ?? in NSW; BOCP 12, 1936; TVOCP, 346, 1961 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Naremburn, 1933-1937); wireless operator (RAAF Richmond, 1943); radio technician (Wentworth Falls, 1949-1958); tele. engineer (Naremburn, 1963); engineer (Naremburn, 1972-1980) ===''BISHOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Elijah Bishop|Bishop, Clarence Elijah]] [https://www.familysearch.org/tree/person/details/LKZ9-G7S] - 1896(WA)-1971(WA) - Licences: 6DD Receive Albany (1923); 6DD Albany (1923-1924); 6DD Northam (1924); 6LL Katanning (1936-1939); 6LL Perth (Claremont, 1948-1954; East Victoria Park, 1955-1969) - Qualifications: cc; AOCP 1746, 1936, WA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Albany, WA, 1922); accountant (Katanning, WA, 1925-1937); clerk (Nedlands, WA, 1943-1954; Victoria Park, WA, 1958-1968) * [[/Frederick Edward Bishop|Bishop, Frederick Edward]] [https://www.familysearch.org/tree/person/details/GDS3-GZQ] - 1882(NSW)-1952(NSW) - Licences: 2FB Sydney (Kirribilli, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: optician (Kirribilli, 1930-1931); grazier (Mullaley, Gunnedah, 1935-1949) * [[/Maurice Glanville Bishop| Bishop, Maurice Glanville]] [https://www.familysearch.org/tree/person/details/GDDP-SVD] - 1908(Tas)-1965(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bank clerk (Middle Park, Vic, 1931); bank officer (Middle Park, 1935); bank clerk (Bank of NSW Quarters, Ouyen, 1936-1937); bank officer (Hawthorn, 1942-1949; Nelson, Tas, 1954) ===''BLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. C. Black|Black, F. C.]] - 19??(???)-19??(???) - Licences: None identified to date - Qualifications: cc; AOCP 297, 1926, No. ?? in SA - amateur operator?, amateur broadcaster? - Electoral Rolls: awaits identification, Port Lincoln, SA in 1926 * [[/William Hector Black|Black, William Hector]] [https://www.familysearch.org/tree/person/details/G8J2-TCS] - 1912(Vic)-1976(NSW) - Licences: 3WB Melbourne (Malvern, 1930-1939); 2WO Sydney (Mosman, 1946-1948) - Qualifications: AOCP 663, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Malvern, 1936-1937); bacteriologist (Mosman, 1943-1963); biochemist (Darlinghurst, 1968-1972) ===''BLACKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Howbery Blackman|Blackman, Herbert Howbery]] [https://www.familysearch.org/tree/person/details/GZ2M-65N] - 1886(Vic)-1970(Vic) - Licences: XOE Melbourne (East Malvern, 1913); 3PR Receive Melbourne (East Malvern, 1923); 3PR Melbourne (East Malvern, 1924-1925); 3HA Melbourne (East Malvern, 1926-1927); 3HU Melbourne (Ashburton, 1931-1939) - Qualifications: cc; AOCP 211, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: public servant (Malvern, 1909); mechanic (East Malvern, 1913-1916); soldier (Royal Park, 1917-1919); electrician (East Malvern, 1922-1928); mechanic (Burwood, 1931-1968) * [[/W. T. Blackburn|Blackburn, W. T.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Home Hill (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Searched William, Walter, Wilfred - Electoral Rolls: Nil yet identified ===''BLADES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alfred Blades|Blades, Ronald Alfred "Ron"]] [https://www.familysearch.org/tree/person/details/GXCS-L77] - 1916(Qld)-2005(NSW) - Licences: 4RX Toowoomba (1936-1939); 2VP Sydney (Haberfield, 1946-1947; Ashfield, 1948-1950; Dundas, 1954-1955); 2VP Melbourne (Blackburn, 1956); 2VP Sydney (Balgowlah, 1957-1969; Seaforth, 1975; Dee Why, 1980) - Qualifications: cc; AOCP 1775, 1936, No. ?? in Qld; BOCP 615, 1944 - amateur operator; amateur broadcaster; military (WW2, RAAF); broadcast technician (AWA) - Comment: Two Ronald Alfred Blades born in Qld 1916, 4RX 27/3/1916 - Electoral Rolls: radio engineer (Ashfield, NSW, 1949; Dundas, NSW, 1954; Balgowlah, NSW, 1958-1968); engineer (Dee Why, NSW, 1977) ===''BLAIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Andrew William Blair|Blair, Keith Andrew William]] [https://www.familysearch.org/tree/person/details/LK4S-ZXY] - 1911(Vic)-2001(NSW) - Licences: 2DX Balranald (1930-1934); 2DX Sydney (Marrickville, 1935-1937); 2DX Bega (1938-1939) - Qualifications: AOCP 699, 1930, Vic; BOCP 276, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: bank clerk (Balranald, 1932-1935; Randwick, 1936-1937; Bega, 1937); bank officer (Queanbeyan, 1949-1980) ===''BLAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leslie Gilbert Blake|Blake, Robert Leslie Gilbert]] [https://www.familysearch.org/tree/person/details/L831-ZLW] - 1888(Vic)-1952(Vic) - Licences: 3RG Castlemaine (1929-1939) - Qualifications: AOCP 484, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Castlemaine, 1912-1919); house furn. (Castlemaine, 1924-1949) ===''BLANCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Henry Blanchard|Blanchard, George Edward Henry]] [https://www.familysearch.org/tree/person/details/GZV2-B4S] - 1899(NSW)-1987(NSW) - Licences: 2DN Sydney (Newtown, 1922-1926; Hurlstone Park, 1927-1929) - Qualifications: cc; AOCP 195, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Earlwood, 1930-1980) ===''BLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Bland|Bland, William Joseph]] [https://www.familysearch.org/tree/person/details/GXT9-4RP] - 1902(India)-1955(SA) - Licences: Receive Adelaide (Alberton, 1923); 5AG Adelaide (Alberton, 1923-1927) - Qualifications: cc; CPRT 765, 1923 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio manufacturer (Tusmore, SA, 1939-1943) ===''BLUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Blue|Blue, Harry William]] - 1909(NSW)-2001(NSW) - 2YI Liverpool (1933), 2YI Albury (1934-1936), 9KO Rabaul (1937), 2YI Broken Hill (1938-1939), 2YI Sydney (Kingsford, 1946; Auburn, 1947-1980+, amateur operator (AOCP 1034, 1932, No. ?? in NSW), amateur broadcaster, A.A.M.S. ===''BLUNDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Verge Blunden|Blunden, Godfrey Verge]] [https://www.familysearch.org/tree/person/details/GDNG-22L] - 1906(Vic)-1996(France) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Wireless Weekly (editor, 1930s) - Electoral Rolls: journalist (North Sydney, 1930; East Sydney, 1933-1936) * [[/Leon Walter Blunden|Blunden, Leon Walter]] [https://www.familysearch.org/tree/person/details/G3KT-SMV] - 1914(SA)-2003(SA) - Licences: 5BH Adelaide (Firle, 1935-1939, 1947-1980+) - Qualifications: cc; AOCP 1535, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BOAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Douglas Boast|Boast, Harold Douglas]] [https://www.familysearch.org/tree/person/details/K2VW-3D4] - 1906(Eng)-1979(Vic) - Licences: 3AX Melbourne (Elsternwick, 1928-1939); 3AX Lubeck (1946-1969); 3AX Melbourne (Frankston, 1975) - Qualifications: AOCP 404, 1928, No. ?? in Vic; AOLCP 55, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Elsternwick, 1931-1936); radio engineer (3LK Lubeck, 1942-1968); retired (Frankston, 1972-1977) ===''BOILEAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Boileau|Boileau, John George]] [https://www.familysearch.org/tree/person/details/GXC2-HLQ] - 1893(SA)-1957(Qld) - Licences: 4JT Port Moresby (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Byron Bay, NSW, 1943-1954) ===''BOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Augustus Bold|Bold, Charles Augustus]] [https://www.familysearch.org/tree/person/details/GF3N-JSF] - 1894(WA)-1958(WA) - Licences: 6CA Perth (Beaconsfield, 1931-1939, 1947-1948) - Qualifications: cc; AOCP 832, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (South Fremantle, WA, 1921-1922); meter tester (South Fremantle, WA, 1925); electrician (South Fremantle, WA, 1931-1949); mains superintendent (South Fremantle, WA, 1954-1958) ===''BOLGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Joseph Bolger|Bolger, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/L67V-VDD] - 1867(Irl)-1941(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Deputy Director of Navigation, Vic) - Electoral Rolls: master mariner (Williamstown, 1914-1917); public servant (Elsternwick, 1919); master mariner (Elsternwick, 1931-1937) ===''BOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Francis Bond|Bond, Rupert Francis]] [https://www.familysearch.org/tree/person/details/9ZHS-QB3] - 1886(Vic)-1961(Qld) - Licences: Receive Brisbane (Rockhampton, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Rockhampton, Qld, 1912-1937; Rockhampton, Qld, 1949-1958) ===''BONGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gysbert Sheldon Bongers|Bongers, Gysbert Sheldon]] [https://www.familysearch.org/tree/person/details/L7F9-DXK] - 1900(NSW)-1948(NSW) - Licences: N745 Receive Sydney (1922-1923); 2HY Sydney (Rockdale, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster, engineer - Electoral Rolls: electrical engineer (Rockdale, 1930-1935; Hamilton, Qld, 1936-1937); engineer (Woollahra, 1943) ===''BONNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Coleman Bonner|Bonner, Alfred Coleman]] [https://www.familysearch.org/tree/person/details/MV14-MTM] - 1854(Tas)-1930(Tas) - Licences: Receive (Crystal) Legana (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Trevallyn, 1914-1922); no occupation (Legana, 1928) ===''BONNERUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Madsen Bonnerup|Bonnerup, Peter Madsen]] [https://www.familysearch.org/tree/person/details/G6F5-RC8] - 1890(Tas?)-1976(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as patent attorney, WA) - Electoral Rolls: patent attorney (Nedlands, 1922; South Perth, 1925-1972) - Links: [https://www.carnamah.com.au/bio/peter-madsen-bonnerup Bio] ===''BONNINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Archibald Bonnington|Bonnington, John Archibald]] [https://www.familysearch.org/tree/person/details/G88Y-1JP] - 1909(NSW)-1967(NSW) - Licences: 2HB Sydney (Bellevue Hill, 1930-1931); 2AKB Sydney (Avalon Beach, 1960-1965) - Qualifications: AOCP 569, 1930, No. ?? in NSW; 3AirOCP 16, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Broken Hill, 1931); engineer (Woollahra, 1932-1933); radio engineer (Darlinghurst, 1934-1935); air pilot (Avalon Beach, 1949-1963) ===''BONWILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Warren Bonwill|Bonwill, Edward Warren]] [https://www.familysearch.org/tree/person/details/9J35-NNV] - 1869(USA)-1945(NSW) - Licences: XBP Sydney (1912-1914); 2CA Receive Cowra (1922); 2CA Cowra (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: dentist (Barellan, 1930; Cowra, 1934-1937; Lithgow, 1937-1943) ===''BOTTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Botten|Botten, Herbert William]] [https://www.familysearch.org/tree/person/details/GDS2-8QJ] - 1895(SA)-1973(???) - Licences: 2HB Sydney (CBD, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Neutral Bay, 1930); radio manager (Darlinghurst, 1933-1936); manager (Darlinghurst, 1937-1958) ===''BOUCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Reid Bouchard|Bouchard, Victor John Reid "Vic"]] [https://www.familysearch.org/tree/person/details/G93B-52C] - 1897(Qld)-1936(Qld) - 4BY Receive Brisbane (Auchenflower, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; amateur club administrator - Electoral Rolls: draper's assistant (Auchenflower, 1921-1926); clerk (Buranda, 1928) ===''BOULTBEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Walker Boultbee|Boultbee, Kenneth Walker]] [https://www.familysearch.org/tree/person/details/GMWB-1Q4] - 1905(Tas)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: agent (Taringa, Qld, 1928-1958; Corinda, Qld, 1963-1968; St Lucia, Qld, 1972-1977); retired (Broadbeach, Qld, 1977-1980) ===''BOUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Boundy|Boundy, George Henry]] - 1866(Vic)-1932(Vic) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), early wireless experimenter, radio clubs (WIQ), state public servant (P&TQ, engineer), federal public servant (PMGD, engineer) ===''BOURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. Bourke|Bourke, J.]] - 19??(???)-19??(???) - Licences: V734 Receive Yarck (1922); Receive 3GP Yarck (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''BOURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Frederick Bourne|Bourne, Francis Frederick]] [https://www.familysearch.org/tree/person/details/GX55-9GM] - 1916(SA)-2004(SA) - Licences: 5BU Adelaide (Unley, 1935-1939; Wayville, 1947; Malvern, 1948-1954; Blackwood, 1955-1965; Belair, 1969); 5BU Keith (1975); 5BU Naracoorte (1980) - Qualifications: cc; AOCP 1593, 1935, SA; 2COCP 1282, 1953; 1COCP 1722, 1954 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Parkside, SA, 1939-1943) ===''BOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Germain Bowden|Bowden, Eric James Germain]] [https://www.familysearch.org/tree/person/details/L7T7-YC2] - 1894(Tas)-1984(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - PMGD Wireless Inspector, Hobart, 1920s & 1930s; witness to Royal Commission 1927 (as equipment engineer, PMGD, Tas) - Relationships: son of Frank Prosser Bowden; brother of John Gibson Bowden - Electoral Rolls: junior assistant engineer (Hobart North, 1922); engineer (Hobart South, 1936-1937) * [[/Frank Prosser Bowden|Bowden, Frank Prosser]] [https://www.familysearch.org/tree/person/details/97MP-G4L] - 1860(Tas)-1934(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter, Tas PMGD, Federal PMGD - Relationships: father of Eric James Germain Bowden and John Gibson Bowden - Electoral Rolls: civil servant (Hobart North, 1914-1928) * [[/John Gibson Bowden|Bowden, John Gibson]] [https://www.familysearch.org/tree/person/details/LNJZ-V69] - 1906(Tas)-1998(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - employee of Medhurst Electrical - Relationships: son of Frank Prosser Bowden; brother of Eric James Germain Bowden - Electoral Rolls: mechanic (Launceston, 1928); electrical mechanic (New Town, 1936-1937); engineer (Nelson, 1943-1963) * [[/Ronald Stanley Bowden|Bowden, Ronald Stanley]] [https://www.familysearch.org/tree/person/details/GQGS-F9R] - 1900(Eng)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Albion, Qld, 1921); car driver (Wilston, Qld, 1934); car proprietor (Newmarket, Qld, 1936-1943); store keeper (Urangan, Qld, 1949-1954); farmer (Mundubbera, Qld, 1958-1963); retired (Urangan, Qld, 1968-1980) ===''BOWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Keith Bowen|Bowen, Harold Keith "Keith"]] [https://www.familysearch.org/tree/person/details/GXGK-7SZ] - 1913(SA)-1987(SA) - Licences: 5KB Adelaide (Maylands, 1932-1939) - Qualifications: cc; AOCP 1049, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Tranmere, SA, 1943) * [[/Joseph La Venture Bowen|Bowen, Joseph La Venture or Laventure]] [https://www.familysearch.org/tree/person/details/GDPP-MLB] - 1917(Qld)-1966(Qld) - Licences: 4LB Brisbane (Hamilton, 1935-1939)- Qualifications: cc; AOCP 1445, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kedron, Qld, 1943-1958); public servant (Kedron, Qld, 1963) ===''BOWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Nigel Bowman|Bowman, Hubert Nigel "Pete"]] [https://www.familysearch.org/tree/person/details/K4PT-FY3] - 1908(SA)-1987(SA) - Licences: 5FM Adelaide (Payneham, 1932-1933; Royston Park, 1937; Payneham, 1938-1939, 1947-1948; Mitcham, 1954-1956); 5FM Crystal Brook (1960); 5FM Bridgewater (1965-1980+); 5FN Portable (1965-1969) - Qualifications: cc; AOCP 911, 1932, No. ?? in SA; 2COCP 259, 1939; BOCP 282, 1940; 1COCP 354, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Boyd|Boyd, Norman James]] [https://www.familysearch.org/tree/person/details/GZXJ-VM7] - 1897(Vic)-1977(Vic) - Licences: XNO Melbourne (Elsternwick, 1913-1914); 3EL Receive Melbourne (Elsternwick, 1922-1923); 3EL Melbourne (Elsternwick, 1924-1925; Caulfield, 1925-1927; Elwood, 1931-1939) - Qualifications: AOCP 104, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; radio engineer (3UZ, 1920s); WW1 - Electoral Rolls: mechanic (Elsternwick, 1919-1924); manager (Caulfield, 1926-1928); engineer (Elsternwick, 1931-1937); electrician (St Kilda, 1949-1963); retired (Caulfield, 1967-1977) ===''BRADBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. J. Bradbury|Bradbury, B. J.]] - abt 1887(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''BRADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Keith Bradford|Bradford, Alfred Keith]] [https://www.familysearch.org/tree/person/details/L6Q5-VC5] - 1912(NSW)-1986(Qld) - Licences: 4KK Millmerran (1936-1939, 1947-1975); 4KK Drillham (1980+) - Qualifications: cc; AOCP 1750, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Millmerran, Qld, 1934-1937); farmer (Millmerran, Qld, 1943-1954); radio dealer (Millmerran, Qld, 1958-1968); farmer (Drillham, Qld, 1977-1980) * [[/John Richard Bradford|Bradford, John Richard]] - 19??(???)-19??(???) - senior federal public servant (chief electrical engineer, Qld, PMGD) ===''BRADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Randell Bradley|Bradley, Frank Randell]] [https://www.familysearch.org/tree/person/details/G973-F7P] - 1884(SA)-1963(NSW) - Licences: 3ZK Melbourne (Sandringham, 1923-1930); 2JB Sydney (Mosman, 1931-1939) - Qualifications: cc; AOCP 2, 1924, No. 1 in Vic - amateur operator; amateur broadcaster; federal public servant (PMGD, Superintendant Telegraphs Vic, 1928; Deputy PMG Qld; NSW); historian (telegraphs) - Electoral Rolls: civil servant (Sandringham, Vic, 1914-1924; Mosman, NSW, 1933-1943); no occupation (Killara, NSW, 1954-1963) ===''BRAGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Bragg|Bragg, William Henry]] [https://www.familysearch.org/tree/person/details/LCFQ-9N6] - 1862(Eng)-1942(Eng) - Early wireless experimenter, academic (University of Adelaide, 1885-1908), physicist, chemist, mathematician, shared Nobel prize in 1915 with his son William Lawrence Bragg, son-in-law of Charles Todd - Links: [[w:William Henry Bragg|Wikipedia]] * [[/William Lawrence Bragg|Bragg, William Lawrence "Lawrence"]] [https://www.familysearch.org/tree/person/details/MWXT-CLR] - 1890(SA)-1971(Eng) - participated as a youth in his father's early wireless experiments, academic (University of Adelaide), physicist, shared Nobel prize in 1915 with his father William Henry Bragg, grandson of Charles Todd - Links: [[w:Lawrence Bragg|Wikipedia]] ===''BRAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. F. Brain|Brain, S. F.]] - 19??(???)-19??(???) - Licences: 2ZD Sydney (Ashfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: likely related XFR V. J. Brain - Electoral Rolls: Nil yet identified * [[/V. J. Brain|Brain, V. J.]] - 19??(???)-19??(???) - Licences: XFR Sydney (Ashfield, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: likely related 2ZD S. F. Brain - Electoral Rolls: Nil yet identified ===''BRAMLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Alfred Bramley|Bramley, John Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIW Wyndham (1917-1918) - Electoral Rolls: Nil yet identified ===''BRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorayne Branch|Branch, Lorayne]] - Living - author ("Henry Sutton, The Innovative Man"), historian (Henry Sutton) ===''BRANDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Frank Brandon|Brandon, Eric Frank]] [https://www.familysearch.org/tree/person/details/GXPK-2ZY] - 1907(SA)-2001(SA) - Licences: 5FB Wilmington (1933-1939); 5FB Adelaide (Prospect, 1948); 5FA Oodnadatta (1965); 5FA Ramco (1969-1975); 5FA Adelaide (Blair Athol, 1980+) - Qualifications: cc; AOCP 1145, 1933, SA; 2COCP 140, 1938; 1COCP 183, 1938; BOCP 201, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BRANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Mervyn Branks|Branks, Albert Mervyn "Merv"]] [https://www.familysearch.org/tree/person/details/GZ6Y-88K] - 1906(NZ)-1978(NZ) - prominent MW and SW broadcast listener 1920s to 1970s, DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tribute] ===''BREDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wynne Steere Breden|Breden, Wynne Steere]] - 1900(Qld)-1976(NSW) - Rx Melbourne (East Melbourne, 1923), 2WS Newcastle (Newcastle, 1924-1931), amateur operator (AOCP 9, 1924, No. ?? in NSW), amateur broadcaster, shipyard business ===''BREMERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Frederick Bremerman|Bremerman, Harold Frederick]] [https://www.familysearch.org/tree/person/details/GXCQ-QWC] - 1903(Eng)-1988(Qld) - Licences: 4HB Brisbane (Wooloowin, 1938-1939, 1946-1954; Aspley (1955-1975+) - Qualifications: cc; AOCP 1267, 1934, Qld; COCP (Eng) - amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (WIAQ, Life Member; Brisbane DX Club); employment (electrician, Courier Mail, Besley & Pike, Mt. Olivett Hospital); pilot; UK Merchant Navy 1920s - Electoral Rolls: electrical mechanic (Albion, Qld, 1928); mechanic (Wooloowin, Qld, 1936-1954); retired (Aspley, Qld, 1958-1980) ===''BRENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan James Brennan|Brennan, Allan James]] [https://www.familysearch.org/tree/person/details/G6TR-SNJ] - 1887(Vic)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 31, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: Nil yet identified ===''BREWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip John Brewer|Brewer, Phillip or Philip John]] [https://www.familysearch.org/tree/person/details/LVKH-MNW] - 1900(WA)-1948(SA) - Licences: 5JA Adelaide (Parkside, 1926-1939) - Qualifications: cc; AOCP 269, 1926, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Parkside, 1939-1943) ===''BRIDGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Bridger|Bridger, Thomas William]] [https://www.familysearch.org/tree/person/details/G85V-2YT] - 1885(UK)-1941(NT) - Licences: 4AP Receive Brisbane (City, 1923); 4AP Brisbane (Hamilton, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer; public servant; WW1 (2nd Aust Flying Squadron, 1916) - Electoral Rolls: electrical engineer (West Perth, 1914); consulting engineer (Auchenflower, 1925); poultry farmer (Geebung, 1928); engineer (Armadale, 1934-1937) - Directories: electrical engineer (Adelaide, 1915; Melbourne, 1917-1921; Brisbane, 1923-1927; Adelaide, 1930) ===''BRIDGES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank John Claud Bridges|Bridges, Frank John Claud or Claude]] [https://www.familysearch.org/tree/person/details/GHRF-XHR] - 1885(NZ)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 141, 1915; 2COCP 182, 1930; 1COCP 279, 1932 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); officer-in-charge (Radio Station, Esperance, 1921-1949); retired (Esperance, 1958-1963) ===''BRIGGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Robert Briggs|Briggs, Donald Robert]] [https://www.familysearch.org/tree/person/details/GX5B-1TN] - 1915(SA)-2008(SA) - Licences: 5BD Adelaide (Walkerville, 1935-1939; Henley Beach, 1947; South Plympton, 1954-19600; 5HB Adelaide (Morphett Vale, 1980+) - Qualifications: cc; AOCP 1490, 1935, SA; 2COCP 413, 1941; BOCP 373, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: assistant (Kirkcaldy, SA, 1939) ===''BRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Herbert Bright|Bright, William Henry Herbert "Bill"]] [https://www.familysearch.org/tree/person/details/LBQH-GSX] - 1898(Qld)-1961(Qld) - Licences: Spark; 4FA Toowoomba (1923); 4AA Toowoomba (1924-1925); 4WB Toowoomba (1925-1927); 4OO Toowoomba (1937-1939) - Qualifications: cc; AOCP 123, 1925, No. 13 in Qld - amateur operator; amateur broadcaster - Withdrawal: callsign 4AA withdrawn by PMGD for their use - Electoral Rolls: telegraphist (Toowoomba, 1919-1943); clerk (Toowoomba, 1949); mechanic (Toowoomba, 1954-1958) ===''BRIMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Campbell Brimble|Brimble, Charles Campbell]] [https://www.familysearch.org/tree/person/details/GX5L-9GH] - 1915(SA)-2003(SA) - Licences: 5CB Adelaide (Somerton, 1935-1939, 1947-1948; Somerton Park, 1954-1980+) - Qualifications: cc; AOCP 1446, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Somerton, SA, 1939-1943) ===''BRIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Marcus John Gordon Brims|Brims, Marcus John Gordon]] [https://www.familysearch.org/tree/person/details/KZWB-S11] - 1888(Qld)-1982(Qld) - Licences: XQA Mareeba (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; business proprietor (plywood & veneer manufacture) - Electoral Rolls: foreman (Mareeba, 1912-1913); foreman joiner (Milton, 1921); timber merchant (Milton, 1925-1931); plywood manufacturer (Annerley, 1937-1958); business manager (Annerley, 1963-1980) ===''BRISTOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Morrison Bristow|Bristow, John Morrison]] [https://www.familysearch.org/tree/person/details/GZPL-DLJ] - 1908(NSW)-1983(NSW) - Licences: 2ZX Sydney (Neutral Bay, 1926-1929) - Qualifications: AOCP 243, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: advertising manager (Neutral Bay, 1930-1935); manager (Gordon, 1937-1943); company manager (Pymble, 1949); manager (Wahroonga, 1954-1980) ===''BROCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Edward Earl Brock|Brock, Hector Edward Earl]][https://www.familysearch.org/tree/person/details/9VQL-BTC] - 1902(Vic)-1962(SA) - Licences: 3ZC Melbourne (Moonee Ponds, 1923-1924); 5DP Adelaide (North Adelaide, 1924-1927; Malvern, 1927-1938); 5UZ Adelaide (Fullarton, 1954-1956; Nailsworth, 1960) - Qualifications: cc; AOCP 25, 1924, No. ?? in SA - amateur operator; amateur broadcaster; University of Adelaide (Demonstrator & Technical Assistant, 1949) - Electoral Rolls: laboratory assistant (Moonee Ponds, Vic, 1924); no occupation (Malvern, SA, 1939-1943) ===''BROINOWSKI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leopold Thomas Broinowski|Broinowski, Leopold Thomas]] [https://www.familysearch.org/tree/person/details/G6FR-SMR] - 1871(Vic)-1937(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as associate editor, Hobart Mercury, Tas) - Electoral Rolls: journalist (Hobart South, 1914-1937) ===''BROOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilberforce Henry Liddon Brooke|Brooke, Wilberforce Henry Liddon]] [https://www.familysearch.org/tree/person/details/LB61-69T] - 1891(NSW)-1969(NSW) - Licences: 2BR Terrigal (1930-1936); 2BR Dora Creek (1937-1939, 1946-1958); 2BR Paterson (1960-1969) - Qualifications: AOCP 638, 1930, NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: clergyman (Jerry's Plains, 1930; Terrigal, 1931-1937; Dora Creek, 1954-1958; Paterson, 1963-1968) ===''BROOKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Brookes|Brookes, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GDSJ-GV6] - 1911(Qld)-1958(Qld) - Licences: 4BA Brisbane (Kelvin Grove, 1936-1937; Ashgrove, 1938-1939; Wooloowin, 1947-1948) - Qualifications: cc; AOCP 1641, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Wooloowin, Qld, 1943-1954); waterside Worker (Wooloowin, Qld, 1958) ===''BROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Milton Brooks|Brooks, Albert Henry Milton]] [https://www.familysearch.org/tree/person/details/LT1Q-DVK] - 1901(SA)-1975(SA) - Licences: 5KG Adelaide (Grange, 1933-1939; Croydon, 1946-1960+); 5AH Adelaide (Ridleton, 1969-1975) - Qualifications: cc; AOCP 1170, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Croydon, 1939); railway employee (Croydon, 1941-1943) - Relationships: likely related to 7JB John Vickery Brooks and 7DB D. C. Brooks * [[/John Vickery Brooks|Brooks, John Vickery "Jack"]] [https://www.familysearch.org/tree/person/details/GHXL-RK8] - 1905(SA)-1983(Vic) - Licences: 7JB Hobart (1924-1926) - Qualifications: cc; AOCP 37, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; engineer; originally from Adelaide - Relationships: likely related to 5KG Albert Henry Brooks and 7DB D. C. Brooks - Electoral Rolls: engineer (Hobart South, 1928; Malvern, Vic, 1954-1980) ===''BROOMHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Broomhall|Broomhall, Charles Alfred]] [https://www.familysearch.org/tree/person/details/M7NZ-2SV] - 1891(Vic)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 729, 1922 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Geraldton, 1916); mechanic (Wireless Station, Applecross, 1925; Canning Bridge, 1931-1937; Applecross, 1943-1954); retired (Bickley, 1958-1963) ===''BROWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan George Brown|Brown, Alan George]] [https://www.familysearch.org/tree/person/details/G849-43Y] - 1909(Vic)-1970(Vic) - Licences: 3CX Melbourne (Canterbury, 1928-1937; Upper Hawthorn, 1938-1939; Canterbury, 1946-1969) - Qualifications: AOCP 446, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF) - Electoral Rolls: clerk (Camberwell North, 1931); public servant (Auburn, 1936-1937); RAAF (St Kilda North, 1943); civil servant (Auburn, 1949); clerk (Deepdene, 1954; Camberwell North, 1963-1968) * [[/Alan Weymouth Brown|Brown, Alan Weymouth]] [https://www.familysearch.org/tree/person/details/GSKH-1N5] - 1902(Tas)-1938(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Listeners' League, Hobart (assistant secretary); witness to Royal Commission 1927 (as Assistant Secretary, Listeners' League, Hobart, Tas) - Electoral Rolls: electrician (Hobart South, 1936-1937) * [[/Alfred Louis Brown|Brown, Alfred Louis]] [https://www.familysearch.org/tree/person/details/LYQV-4SS] - 1885(Eng)-1971(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as general manager, 5CL, SA) - Electoral Rolls: instrument maker (Claremont, WA, 1910); optician (Applecross, 1916-1917); director (Kew, Vic, 1926); engineer (Cottesloe, 1936-1937) * [[/Bruce Kevin Brown|Brown, Bruce Kevin]] [https://www.familysearch.org/tree/person/details/G6S4-CV1] - 1920(Tas)-1984(NSW) - Licences: 7QZ Launceston (1937-1939); 2AQZ Sydney (Meadowbank, 1954-1969; Annangrove, 1975-1980+) - Qualifications: cc; AOCP 1942, 1937, No. ?? in Tas; BOCP 303, 1940; 1COCP 492, 1941; TVOCP 1014, 1968 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: laboratory assistant (Meadowbank, 1943-1968); technician (Annangrove, 1972-1980) * [[/Clarence Roy Brown|Brown, Clarence Roy]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - founder of 5KA Class B Adelaide; witness to Royal Commission 1927 (as manager, 5KA, SA) - Electoral Rolls: * [[/Clifford Walter Brown|Brown, Clifford Walter]] [https://www.familysearch.org/tree/person/details/LCV5-M8M] - 1906(WA)-1991(WA) - Licences: 6CB Perth (Subiaco, 1930-1939) - Qualifications: cc; AOCP 640, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Subiaco, 1931-1937); traveller (Nedlands, 1943-1963); business manager (Wembley, 1968); manager (Morley, 1972; Dianella, 1977-1980) * [[/Frank Makepeace Brown|Brown, Frank Makepeace]] [https://www.familysearch.org/tree/person/details/G8H5-2M5] - 1911(WA)-2006(WA) - Licences: 6FB Mullewa (1939; 1946-1948); 6FB Bassendean (1954-1960); 6FB Perth (Doubleview, 1965-1969; Rossmoyne, 1975) - Qualifications: AOCP 2375, 1939, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telephone mechanic (Northam, 1936; Bassendean, 1943); civil servant (Mullewa, 1949); telephone technician (Bassendean, 1954-1963); civil servant (Doubleview, 1968-1972); telephone technician (Rossmoyne, 1977-1980) * [[/George D. Brown|Brown, George D.]] [https://www.familysearch.org/tree/person/details/GXCQ-JFD] - 1875(???)-19??(???) - Licences: 4DB Brisbane (Ascot, Qld, 1937-1939) - Qualifications: cc; AOCP 1970, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous GBs - Electoral Rolls: Nil yet identified * [[/Harry Percy Brown|Brown, Harry Percy "Horsepower", "Poo Bah"]] [https://www.familysearch.org/tree/person/details/L1R8-R1W] - 1878(Eng)-1967(NSW) - senior federal public servant (Director-General, Posts and Telegraphs); witness to Royal Commission 1927 (as Secretary, PMGD) - Links: [[w:Harry Brown (public servant)|Wikipedia]]; [https://adb.anu.edu.au/biography/brown-sir-harry-percy-5384 ADB]; [https://telegramsaustralia.com/Forms/Special%20developments/People/Brown.html Telegrams Australia] * [[/Hector Mervyn Brown|Brown, Hector Mervyn]] [https://www.familysearch.org/tree/person/details/G9TY-HSC] - 1906(NSW)-1961(SA) - Licences: 5MB Adelaide (Torrensville, 1927-1928; Southwark, 1931-1933, 1946-1948) - Qualifications: AOCP 345, 1927, No. ?? in SA; 2COCP 402 1932; 1COCP 333, 1933) - amateur operator, amateur broadcaster, broadcast engineer (2BH, 1937), PMGD SA (mechanic, retired 1940) - Electoral Rolls: radio engineer (Broken Hill, 1937), engineer (Thebarton, 1941-1943) * [[/Herbert George Brown|Brown, Herbert George "Harry"]] [https://www.familysearch.org/tree/person/details/L5BH-NGV] - 1887(Eng)-1966(Qld) - Licences: 4BH Booval (1928-1930); 4HG Booval (1931); 4HG Ipswich (1937-1939, 1946-1956); 4BH Brisbane (Graceville, 1965) - Qualifications: cc; AOCP 455, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (Ipswich); railways employee - Callsign: withdrawn for 4BH Brisbane - Electoral Rolls: labourer (Ipswich, Qld, 1925; Redbank, Qld, 1929) * [[/Herbert Rufus Brown|Brown, Herbert Rufus]] [https://www.familysearch.org/tree/person/details/K2HL-T23] - 1894(Vic)-1980(Vic) - Licences: 3NN Receive Yanac (1923); 3NN Yanac (1924-1980) - Qualifications: cc; AOCP 271, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Yanac, 1919-1977) * [[/J. R. Brown|Brown, J. R.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Southport (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James McGladdery Brown|Brown, James McGladdery]] [https://www.familysearch.org/tree/person/details/GW18-TCK] - 1882(Qld)-1965(Qld) - Licences: 4BJ Aramac (1929-1933); 4BJ Rockhampton (1937); 4BJ Bundaberg (1947-1965) - Qualifications: AOCP 480, 1929, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: porter (Rockhampton, 1905); station master (Finch Hatton, 1913); labourer (Mackay, 1919); motor car proprietor (Baralaba, Mt Morgan, 1925); guard (Aramac, 1928-1937); retired (Maryborough, 1954-1963; Ascot, 1963) - Relationships: father of Victor James Caldwell Brown, the likely actual amateur operator * [[/John Henry Shadwell Brown|Brown, John Henry Shadwell]] [https://www.familysearch.org/tree/person/details/GDJL-7M4] - 1897(NSW)-1959(NSW) - Licences: 2JK Sydney (Botany, 1925-1939) - Qualifications: cc; CPRT 926, 1926; 1COCP 154, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Botany, 1930-1958) * [[/Joseph Brown|Brown, Joseph "Joe"]] [https://www.familysearch.org/tree/person/details/GQH2-YSM] - 1916(Tas)-1990(Tas) - Licences: 7BJ Hobart (Battery Point, 1934-1939; New Town, 1946-1980+) - Qualifications: cc; AOCP 1255, 1934, No. ?? in Tas; BOCP 5, 1936 - amateur operator; amateur broadcaster; broadcast engineer (7ZL, Hobart TV); public servant (PMGD) - Electoral Rolls: radio operator (Battery Point, 1936-1937); civil servant (New Town, 1943-1972) * [[/Leonard Austin Brown|Brown, Leonard Austin]] [https://www.familysearch.org/tree/person/details/GX21-FFX] - 1915(Vic)-1957(SA) - Licences: 3OP Melbourne (Camberwell, 1931-1933); 5OP Adelaide (Eastwood, 1937-1939) - Qualifications: cc; AOCP 814, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Camberwell, Vic, 1936; Eastwood, SA, 1939; Unley Park, SA, 1941) * [[/Robert Brown|Brown, Robert]] - 19??(???)-19??(???) - Licences: Receive Hobart (Moonah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart Central, 1919; Moonah, 1928); fitter (Hobart North, 1958) * [[/Victor James Caldwell Brown|Brown, Victor James Caldwell]] [https://www.familysearch.org/tree/person/details/LBKS-2T7] - 1907(Qld)-1983(Qld) - Licences: Nil yet identified, but likely those in father's name - Qualifications: Nil yet identified, but likely those in father's name - amateur operator? - Electoral Rolls: wardsman (Aramac, 1928); guard (Aramac, 1930); baker (Rockhampton, 1936); radio mechanic (Barcaldine, 1943; Bundaberg, 1949-1963) - Relationships: son of James McGladdery Brown - note electoral roll addresses for Victor James precisely align with 4BJ addresses whereas those for James McGladdery do not * [[/William Francis Brown|Brown, William Francis]] [https://www.familysearch.org/tree/person/details/G8VB-4DL] - 1914(Vic)-19??(???) - Licences: 3BB Warrnambool (1930-1933); 3BB Melbourne (Richmond, 1937); 9BB Wau, New Guinea (1938); 2ANP Sydney (Bundeena, 1947) - Qualifications: AOCP 704, 1930, Vic; 2COCP 92, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Richmond, 1937) - Comment: many contemporaneous WFBs ===''BROWNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Vincent Browne|Browne, Robert John Vincent]] [https://www.familysearch.org/tree/person/details/GSLZ-BY6] - 1907(Qld)-1972(Qld) - Licences: 4RB Brisbane (Toowong, 1925-1939; New Farm, 1946-1956; Dorrington, 1960-1969) - Qualifications: cc; AOCP 92, 1925, No. 10 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Toowong, 1936-1937); mechanic (Clevedon, 4QN, 1943); technician (New Farm, 1949-1954); teacher (Dorrington, 1958-1968) ===''BROWNLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Frank Brownless|Brownless, Sidney Frank "Frank"]] [https://www.familysearch.org/tree/person/details/G8HD-M5S] - 1915(Eng)-1995(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD); military (WW2, RAF, radar research); clubs & societies (IREE); author ("The Sharing of Television Channels", ABCB, 1973 - Electoral Rolls: engineer (Albert Park, 1954-1980) ===''BRUCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Bruce|Bruce, George William]] [https://www.familysearch.org/tree/person/details/GXPX-XN9] - 1913(SA)-1980(SA) - Licences: 5GB Adelaide (Prospect, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1925, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Arthur Bruce|Bruce, Robert Arthur]] [https://www.familysearch.org/tree/person/details/LR18-SKL] - 1900(SA)-1971(SA) - Licences: Receive Adelaide (City, 1923-1924); 5BJ Adelaide (Glenelg, 1927-1939) - Qualifications: cc; AOCP 357, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glenelg, 1939-1943) * [[/Robert William Bruce|Bruce, Robert William]] [https://www.familysearch.org/tree/person/details/GZTC-Z1J] - 1899(Vic)-1971(Vic) - Licences: 3JW Melbourne (St Kilda, 1926-1928; East Malvern, 1931-1939) - Qualifications: AOCP 283, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda East, 1926; Malvern East, 1931-1967) ===''BRUNSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Thomas Brunsden|Brunsden, Herbert Thomas]] [https://www.familysearch.org/tree/person/details/G8NR-JJR] - 1909(NSW)-1942(NSW) - Licences: 2BX Sydney (Leichhardt, 1930-1939) - Qualifications: AOCP 649, 1930, NSW; AOLCP 258, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Leichhardt, 1930-1937) - Comment: Gone too soon ===''BRYCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ramsay Auld Bryce|Bryce, Ramsay Auld]] [https://www.familysearch.org/tree/person/details/GH9T-FL2] - 1914(Qld)-1974(Qld) - Licences: 4AB Ipswich (1937-1939, 1947-1948); 4AB Gold Coast (Palm Beach, 1954-1969); 4AC Portable Ipswich (1947-1956) - Qualifications: cc; AOCP 1935, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (North Ipswich, Qld, 1937); radio serviceman (North Ipswich, Qld, 1943); theatre proprietor (Palm Beach, Qld, 1949); showman (Palm Beach, Qld, 1954-1958); projectionist (Palm Beach, Qld, 1963-1972) ===''BRYSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royal William Bryson|Bryson, Royal William "Roy"]] [https://www.familysearch.org/tree/person/details/GZ9P-5KJ] - 1886(Vic)-1956(Vic) - Licences: XJJ Melbourne (Richmond, 1913); 3JM Receive Melbourne (Kew, 1922-1923); 3JM Melbourne (Kew, 1924-1933) - Qualifications: cc; AOCP 50, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; honorary radio inspector - Electoral Rolls: mechanic (Richmond, 1914-1916); electrical fitter (Kew, 1919-1937); electrician (Croydon, 1943-1954) ===''BUCHANAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thomas Oswald Buchanan|Buchanan, Norman Thomas Oswald]] [https://www.familysearch.org/tree/person/details/G84K-B7C] - 1912(Qld)-1985(Vic) - Licences: 2NB Sydney (Manly, 1928-1939); 2ANB Sydney (Bondi, 1948; Kingsford, 1950); 3AND Melbourne (Ascot Vale, 1954; Rosanna, 1955-1956) - Qualifications: AOCP 466, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Manly, 1934-1935); sound engineer (Manly, 1936); engineer (North Sydney, 1943; Heidelberg, 1954-1963; Rosanna, 1968; Heidelberg, 1972; Rosanna, 1977); retired (Castlemaine, 1980) ===''BUCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hector Buck|Buck, Albert Hector]] [https://www.familysearch.org/tree/person/details/LDQJ-PC3] - 1905(Vic)-1948(Vic) - Licences: 3TM Receive Melbourne (Albert Park, 1923); 3TM Melbourne (Glenhuntly, 1924-1926; Glenferrie, 1927; East Preston, 1931; Hawthorn, 1933-1937); 3TM Terang (1938-1939); 3TM Shepparton (1946-1947) - Qualifications: cc; AOCP 138, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: father of 3ZMX & 3AAD Edwin David Buck, don't confuse with Albert Thomas Buck (Qld) - Electoral Rolls: electrician (Glenferrie, 1927-1928); mechanic (Glenferrie, 1931; Hawthorn, 1937); electrician (Terang, 1943) * [[/Albert Thomas Buck|Buck, Albert Thomas]] [https://www.familysearch.org/tree/person/details/9Z9K-CXG] - 1892(Eng)-1973(Eng) - Licences: 4CW Receive Brisbane (Geebung, 1923); 4CW Brisbane (Geebung, 1924-1927) - Qualifications: cc; AOCP 281, 1926, No. 24 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: home duties (Kedron, 1931-1934); wireless mechanic (Summer Hill, 1933) - don't confuse with 3TM Albert Hector Buck * [[/Edwin David Buck|Buck, Edwin David]] [https://www.familysearch.org/tree/person/details/GZNC-4JQ] - 1929(Vic)-2010(Vic) - 3ZMX Melbourne (Thornbury, 1965-1969, 3AAD Melbourne (Thornbury, 1975-1980), amateur operator (AOCP ??, 19??, No. ?? in Vic), son of 3TM Albert Hector Buck ===''BUCKERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Roy Buckerfield|Buckerfield, Sidney Roy "Buck" & "Roy"]] [https://www.familysearch.org/tree/person/details/GCGS-S7N] - 1904(SA)-1965(SA) - Licences: 5DA Receive Adelaide (Parkside, 1923); 5DA Adelaide (Parkside, 1924-1927; Evandale, 1928-1931; Knoxville, 1933-1939; St Morris, 1947-1948+); 5DA Crystal Brook (1954-1956); 5DA Adelaide (Brighton Gardens, 1960+) - Qualifications: cc; AOCP 32, 1924, No. ?? in SA; 2COCP 163, 1938; 1COCP 1557, 1950 - amateur operator; amateur broadcaster; broadcast engineer (5DN, 5CK, 5DR, 5AN, 5ABCFM); public servant (PMGD); WW2 - Electoral Rolls: mechanic (Knoxville, 1939) ===''BUCKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Carson Buckie|Buckie, Alan Carson]] [https://www.familysearch.org/tree/person/details/GFQ6-8QC] - 1909(WA)-1966(WA) - Licences: 6AB Perth (Nedlands, 1936-1939; Claremont, 1947-1948; Dalkeith, 1965) - Qualifications: cc; AOCP 1682, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1931); radio engineer (Nedlands, WA, 1943-1963) ===''BUGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Robert Bugg|Bugg, Charles Robert]] [https://www.familysearch.org/tree/person/details/G82G-Q8K] - 1918(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: BOCP 11, 1936, Vic - - Electoral Rolls: radio engineer (Geelong, 1942) ===''BUILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Builder|Builder, Geoffrey]] [https://www.familysearch.org/tree/person/details/GM6S-FBL] - 1906(WA)-1960(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - physicist; radio engineer; WW2 - Electoral Rolls: observer (Magnetic Observatory, Watheroo, 1931; physicist (Haberfield, 1935; Ashfield, 1937; Burwood, NSW, 1943-1958) - [https://adb.anu.edu.au/biography/builder-geoffrey-9617 ADB] ===''BULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Bull|Bull, Francis George]] [https://www.familysearch.org/tree/person/details/LB9W-CFP] - 1904(Eng)-1965(Qld) - Licences: 4MA Brisbane (Fairfield, 1936-1939) - Qualifications: cc; AOCP 1674, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Stones Corner, Qld, 1926-1928; Highgate Hill, Qld, 1934; Fairfield, Qld, 1937; Annerley, Qld, 1943-1958); military forces (Wellers Hill, Qld, 1963) * [[/J. F. Bull|Bull, J. F.]] - 19??(???)-19??(???) - 4FH Mackay (-1949-1967+), amateur operator (AOCP ??, 19??, No. ?? in Qld), associate member I.R.E. Aust. ===''BULLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Bulling|Bulling, William John]] [https://www.familysearch.org/tree/person/details/L4Y9-S95] - 1914(SA)-2000(SA) - Licences: 5KX Adelaide (Grange, 1935-1939; Kirkcaldy, 1947-1954; Kings Park, 1955-1975); 5KX Wasleys (1980+) - Qualifications: cc; AOCP 1527, 1935, SA; BOCP 166, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Kirkcaldy, 1939-1943) ===''BULLIVANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Bullivant|Bullivant, William Norman]] [https://www.familysearch.org/tree/person/details/GZJK-X8B] - 1908(NSW)-1985(NSW) - 2PR Receive Albury (1923-1924), 2WB Albury (1925-1930), 2WB West Wyalong (1931-1934), 2BC Sydney (Bondi, 1946-1950; Bellevue Hill, 1954-1969; Kingsford, 1975-1980+), amateur operator (AOCP 167, 1925, No. ?? in NSW; 1COCP 319, 1940), amateur broadcaster, postal clerk (West Wyalong, 1932), telegraphist (Bondi, 1943), supervisor (Waverley, 1954; Bellevue Hill, 1963; Kingsford, 1980)) ===''BULLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Frederick Wright Bullock|Bullock, Albert Frederick Wright "Bert"]] [https://www.familysearch.org/tree/person/details/GX4K-44G] - 1900(Qld)-1987(Qld) - Licences: 4ZX Brisbane (Coorparoo, 1933-1939, 1946-1954; Camp Hill, 1955-1960) - Qualifications: cc; AOCP 1109, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: ironworker (East Brisbane, Qld, 1925); storeman (Coorparoo, Qld, 1936-1954); retired (Coorparoo, Qld, 1958-1980) ===''BUNTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Bunton|Bunton, George Henry]] [https://www.familysearch.org/tree/person/details/MGWV-YFR] - 1872(Eng)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, Mosman, NSW) - Electoral Rolls: butcher (Mosman, 1930-1954) ===''BURBIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Arthur Burbidge|Burbidge, Philip Arthur]] [https://www.familysearch.org/tree/person/details/G8HM-7JL] - 1910(Eng)-1948(NSW) - Licences: 3PB Melbourne (Moonee Ponds, 1928-1931); 2PB Sydney (Bellevue Hill, 1946-1947) - Qualifications: AOCP 456, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant manager (Camberwell, 1934); manager (Bellevue Hill, 1943) ===''BURBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Alfred Burbury|Burbury, Eric Alfred]] - 1894(Tas)-1976(NSW) - early wireless experimenter (Tasmania, unlicensed?), ship wireless operator (1910s), broadcast engineer (AWA, Koo-we-rup; 2FC, chief engineer), brother of Harry Keith Burbury * [[/Harry Keith Burbury|Burbury, Harry Keith "Keith"]] - 1897(Tas)-1986(NSW) - engineer (PMGD), brother of Eric Alfred Burbury ===''BURCHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Burchill|Burchill, Charles]] [https://www.familysearch.org/tree/person/details/GXXD-8PF] - 1894(Qld)-1969(NSW) - Licences: 4EM Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (Hendra, Qld, 1925; Surry Hills, NSW, 1930); fitter (Long Bay Camp, NSW, 1933; Surry Hills, NSW, 1934-1936; Harbord, NSW, 1937); watchman (Maroubra, NSW, 1943-1949) ===''BURFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Patrick Burford|Burford, Walter Patrick]] [https://www.familysearch.org/tree/person/details/GHM2-CD9] - 1912(SA)-1960(Vic) - Licences: 5PB Naracoorte (1934-1939, 1947-1960) - Qualifications: cc; AOCP 1365, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, SA, 1939-1943) ===''BURGESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Thomas Burgess|Burgess, George Thomas]] [https://www.familysearch.org/tree/person/details/G8W5-N95] - 1913(SA)-1994(SA) - Licences: 5GC Adelaide (Prospect, 1933-1939; Henley Beach, 1947-1980+) - Qualifications: cc; AOCP 1233, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Henley, SA, 1941-1943) * [[/Thomas William Watkins Burgess|Burgess, Thomas William Watkins]] [https://www.familysearch.org/tree/person/details/LDZP-X1R] - 1861(NSW)-1929(NSW) - Licences: XDA Wagga Wagga (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: medical practitioner (Wagga Wagga, 1901-1903) ===''BURGOYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Burgoyne|Burgoyne, Francis James]] [https://www.familysearch.org/tree/person/details/GXQN-1VS] - 1876(Wales)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (VIY, 1913-?); RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: officer-in-charge (Radio Station, South Townsville, 1919); postmaster (Concord, 1930); public servant (Homebush, 1930); postmaster (Homebush, 1933; Strathfield, 1935; Inverell, 1936; Bondi North, 1943) ===''BURING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rudolph Buring|Buring, Rudolph]] [https://www.familysearch.org/tree/person/details/L51C-YVT] - 1906(Tas)-1973(Vic) - Licences: 7AX Receive Hobart (1922-1923); Receive Hobart (1923-1924); 7RB Hobart (1925-1933); 3RB Melbourne (Ballarat, 1935-1939) - Qualifications: cc; AOCP 102, 1925, No. ?? in Tas; AOLCP 166, 1934 - amateur operator; amateur broadcaster; electronics engineer (PMGD) - Electoral Rolls: university demonstrator (Hobart, 1928); radio engineer (Sale, 1936; Ballarat, 1936-1937); engineer (Kew, 1943-1972) ===''BURMESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Conrad Burmester|Burmester, Otto Conrad]] [https://www.familysearch.org/tree/person/details/GXWN-7VX] - 1909(Qld)-1997(Qld) - Licences: 4OB Brisbane (East Brisbane, 1933) - Qualifications: cc; AOCP 1158, 1933, No. ?? in Qld; 2COCP 31, 1935; 1COCP 46, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: broadcaster (Toowong, Qld, 1943); PMG technician (East Brisbane, Qld, 1949-1980) ===''BURNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud Edward James Burns|Burns, Claud Edward James]] [https://www.familysearch.org/tree/person/details/KCLY-P7V] - 1893(Qld)-1978(Qld) - Licences: 4ZY Kingaroy (1932-1939); 4ZY Innisfail (1946-1947); 4ZY Cairns (1948-1975) - Qualifications: cc; AOCP 996, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: supervising technician (Cairns, Qld, 1954-1977) ===''BURRAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Allan Burrage|Burrage, John Allan]] [https://www.familysearch.org/tree/person/details/KCW4-SLS] - 1916(Vic)-1942(Ins) - Licences: 3UW Melbourne (Deepdene, 1934-1937), 3UW (Shepparton, 1938-1939) - Qualifications: AOCP 1322, 1934, No. ?? in Vic; BOCP 59, 1936; 1COCP 291, 1939 - amateur operator, amateur broadcaster, broadcast engineer (3SR), WW2 - Electoral Rolls: radio engineer (Shepparton, 1942) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/burrage-john-allan-400643/] ===''BURROWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Owen Burrows|Burrows, Alan Owen]] [https://www.familysearch.org/tree/person/details/KNZG-V74] - 1901(NSW)-1933(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio correspondent (Sydney Morning Herald, Sydney Sun); proprietor Miss F. V. Wallace (Wireless Shop), 1927-1933; president Waverley Radio Club - Electoral Rolls: radio dealer (Waverley, 1930-1933) - Comment: Gone too soon * [[/Ernest Walter Burrows|Burrows, Ernest Walter]] [https://www.familysearch.org/tree/person/details/LZDY-YQ8] - 1900(WA)-1986(NSW) - Licences: 6DZ Geraldton (1924-1927); 2DZ Sydney (Concord, 1929-1930) - Qualifications: cc; CPRT 659, 1921; 1COCP 5, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: technical assistant (Canterbury, NSW, 1937-1949; Earlwood, 1954-1980) * [[/Frederick Harold Burrows|Burrows, Frederick Harold]] [https://www.familysearch.org/tree/person/details/LZDY-TKH] - 1894(Eng)-1974(WA) - Licences: 6BH Perth (Claremont, 1922-1924); 6BH Kalgoorlie (1925-1927); 6BF Perth (Beverley, 1937-1939) - Qualifications: cc; AOCP 193, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgoorlie, 1916; Claremont, 1922; Kalgoorlie, 1925); headmaster (Beverley, 1937; Subiaco, 1943-1958); retired (Subiaco, 1963-1972) * [[/John Charles Fry Burrows|Burrows, John Charles Fry]] [https://www.familysearch.org/tree/person/details/GDKZ-LJ8] - 1897(Vic)-1981(Vic) - Licences: XJCD Melbourne (Kew, 1913-1914) - Qualifications: cc; CPRT 251, 1916 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: no occupation (Kew, 1919-1931); representative (Bairnsdale, 1934); commercial (Kew, 1936-1937); superintendent (Caulfield, 1943-1954); manager (Toorak, 1963-1980) ===''BURTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Reg Burton|Burton, Arthur Reg]] [https://www.familysearch.org/tree/person/details/GXCC-3HM] - 1899(Eng)-1982(Qld) - Licences: 4FE Brisbane (South Brisbane, 1935-1936; City, 1937-1939; Highgate Hill, 1946-1948); 1FE Heard Island (1954-1955); 4FE Thursday Island (1955-1956); 4FE Normanton (1960); 4FE Labrador (1965-1980+) - Qualifications: cc; AOCP 1563, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, AIF); broadcast technician; federal public servant (PMGD) - Relationships: Likely father of 4BM Arthur Henry Burton - Electoral Rolls: artist (Lutwyche, Qld, 1921); picture showman (Beenleigh, Qld, 1922-1926); motor engineer (Kangaroo Point, Qld, 1931-1934; South Brisbane, Qld, 1937); radio engineer (South Brisbane, Qld, 1943); diesel engineer (Highgate Hill, Qld, 1949-1954); technician (Highgate Hill, Qld, 1958); retired (Labrador, Qld, 1968-1980) ===''BUSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Talbot Busch|Busch, Reginald Talbot]] [https://www.familysearch.org/tree/person/details/GZJ3-2P7] - 1907(Vic)-2005(Vic) - Licences: 3LS Receive Melbourne (Essendon, 1923); 3LS Melbourne (Moonee Ponds, 1923-1939; North Essendon, 1946-1969; Strathmore, 1975-1980+) - Qualifications: cc; AOCP 157, 1925, No. ?? in Vic; AOLCP 286, 1936; 1AOCP 3, 1946 - amateur operator; amateur broadcaster; research engineer (1942) - Electoral Rolls: engineer (Moonee Ponds, 1931-1937); research engineer (Essendon, 1942-1968); research (Strathmore, 1972-1977) ===''BUSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Melville Bush|Bush, Albert Melville]] [https://www.familysearch.org/tree/person/details/LBB7-DFN] - 1893(Vic)-1964(Vic) - 3YY Bendigo (1924-1927) - Qualifications: cc; AOCP 197, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: dental apprentice (Bendigo, 1914-1919); dentist (Bendigo, 1922-1963) ===''BUSHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Robert William Bushby|Bushby, Thomas Robert William]] [https://www.familysearch.org/tree/person/details/K2G5-KTN] - 1900(Eng)-1978(NSW) - Licences: 2TW Bulli (1927-1928); 2TW Sydney (Gladesville, 1929; Hunters Hill, 1930; Gladesville, 1931-1933; Rose Bay, 1934; Bondi North, 1935-1937; Bellevue Hill, 1938-1939) - Qualifications: AOCP 368, 1927, No. ?? in NSW; AOLCP 32, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hunters Hill, 1930; Gladesville, 1933); engineer (Rose Bay, 1934; Bellevue Hill, 1935; Bondi, 1936-1937; Kingsgrove, 1943-1954); radio engineer (Bexley, 1958-1963) ===''BUTCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Butcher|Butcher, Eric William]] [https://www.familysearch.org/tree/person/details/GXWG-77S] - 1912(Qld)-1970(Qld) - Licences: 4EB Brisbane (Lutwyche, 1931-1933; Kedron, 1938-1939) - Qualifications: cc; AOCP 871, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Kedron, Qld, 1936-1937); teacher (Grange, Qld, 1949; Wavell Heights, Qld, 1958-1968) ===''BUTLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lloyd Butler|Butler, Alfred Lloyd "Lloyd"]] - Licences: 5BR Adelaide (Prospect, 1947); 5BR Murray Bridge (1948-1960); 5BR Adelaide (Panorama, 1965-1980+) - Qualifications: AOCP; BOCP; TVOCP - amateur operator; historian (SA amateur, SA broadcast) - Electoral Rolls: - Links: [http://users.tpg.com.au/ldbutler/index.htm Web] * [[/Richard Edmund Butler|Butler, Richard Edmund "Dick"]] [https://www.familysearch.org/tree/person/details/GQX1-ZPZ] - 1926(Vic)-2012(Vic) - Senior federal public servant (PMGD), Deputy General Secretary ITU 1983-1989, Secretary General ITU 1983-1989 [https://www.itu.int/en/history/Pages/ElectedOfficialBio.aspx?off=6] ===''BUTLER-WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bertie Saywell Butler-Wood|Butler-Wood, Bertie Saywell]] [https://www.familysearch.org/tree/person/details/GXJ2-18J] - 1894(NSW)-1954(Qld) - Licences: 4EJ Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (West End, Qld, 1919-1925); dentist (West End, Qld, 1943-1954) ===''BUTTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Butterfield|Butterfield, George William]] [https://www.familysearch.org/tree/person/details/L77T-FCW] - 1903(Eng)-1980(WA) - Licences: 6GW Perth (South Perth, 1932-1939) - Qualifications: cc; AOCP 906, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: dental mechanic (Northam, WA, 1925; South Perth, WA, 1931); radio engineer (South Perth, WA, 1936-1958); retired (South Perth, WA, 1977) ===''BUTTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Butters|Butters, William Leslie W.]] [https://www.familysearch.org/tree/person/details/2VQ7-BSV] - 1885(NSW)-1953(NSW) - Licences: 2WY Bermagui South (1928-1935); 2WY Sydney (Brooklyn, 1936-1938; Cronulla, 1939; Karuah, 1946-1947); 2WY Nambucca Heads (1948-1950) - Qualifications: AOCP 464, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: fisheries inspector (Bermagui South, 1930; Brooklyn, 1936); clerk (Erskineville, 1943); retired (Nambucca Heads, 1949) ===''BUTTERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Butterworth|Butterworth, Cecil]] [https://www.familysearch.org/tree/person/details/GMLR-QDG] - 1910(NSW)-1990(NSW) - Licences: 2CB Wallsend (1929-1930); 2BU Wallsend (1931-1939, 1946-1980+) - Qualifications: AOCP 540, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Wallsend, 1936-1958); manufacturer (Wallsend, 1963-1972); engineer (Rankin Park, 1977-1980) ===''BUZACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Hardie Buzacott|Buzacott, Albert Hardie "Hardie"]] [https://www.familysearch.org/tree/person/details/L7YK-QZ6] - 1914(Qld)-1984(Qld) - Licences: 4UZ Toowoomba (1934-1939) - Qualifications: cc; AOCP 1242, 1934, No. ?? in Qld; AOLCP 260, 1935 - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio mechanic (East Toowoomba, Qld, 1936-1937); radio operator (East Toowoomba, Qld, 1943-1949); manager (Roma, Qld, 1949; Gympie, Qld, 1954-1972; Caloundra, Qld, 1977-1980) * [[/Richard Norman Buzacott|Buzacott, Richard Norman]] [https://www.familysearch.org/tree/person/details/GZ82-8ZL] - 1909(WA)-1975(Vic) - Licences: 3RB Melbourne (Elsternwick, 1926; Burwood, 1931; Camberwell, 1933); 2TD Sydney (North Sydney, 1935-1936); 3TD Lubeck (1938-1939); 3TD Melbourne (Balwyn, 1946-1960); 3AUB Melbourne (Reservoir, 1969-1975) - Qualifications: AOCP 298, 1926, No. ?? in Vic; 1COCP 61, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1931); broadcast engineer (North Sydney, 1934-1935); engineer (Camaray, NSW, 1936); broadcast engineer (Lubeck, 1937); wireless operator (Canterbury, 1943); technician (Canterbury, 1949-1954); engineer (Reservoir, 1963-1972) =='''C'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''CAGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cagney|Cagney, Eric William]] [https://www.familysearch.org/tree/person/details/GXH2-9HV] - 1909(Qld)-1990(Qld) - Licences: 4EC Rockhampton (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1386, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Palings, piano tuner); associate I.R.E. Aust - Electoral Rolls: musical instrument worker (Rockhampton, Qld, 1931-1980) ===''CAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Cain|Cain, James Henry]] [https://www.familysearch.org/tree/person/details/MKN2-48M] - 1866(Isle of Man)-1940(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a/g superintendent, Central Mission, Wesley Church, Melbourne, Vic) - Electoral Rolls: clergyman (Mooroopna, 1903; North Melbourne, 1909-1913; Carlton, 1914-1919; Glenferrie, 1921-1924; Auburn, 1924-1927; Kew, 1928-1937) ===''CALDECOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry William Spencer Caldecott|Caldecott, Henry William Spencer]] [https://www.familysearch.org/tree/person/details/GZT8-K3M] - 1908(Canada)-1991(NSW) - Licences: 2SM Sydney (Manly, 1926-1927; Chatswood, 1928-1929; Manly, 1930-1931); 2DA Sydney (Manly, 1933-1939; Balgowlah, 1946-1980+) - Qualifications: AOCP 285, 1926, No. ?? in NSW; AOLCP 58, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Balgowlah, 1930-1968); engineer (Balgowlah, 1977-1980)- callsign 2SM withdrawn by PMGD for allocation to 2SM commercial broadcaster ===''CALDWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aleck Stewart Caldwell|Caldwell, Aleck Stewart]] [https://www.familysearch.org/tree/person/details/M5SS-6BB] - 1903(SA)-1983(SA) - Licences: Receive Adelaide (Unley North, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: During 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Donald Pavy Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: draftsman (Black Forest, SA, 1939); assistant (Erindale, SA, 1941-1943) * [[/Donald Pavy Caldwell|Caldwell, Donald Pavy]] [https://www.familysearch.org/tree/person/details/LVC2-5NT] - 1907(SA)-1959(NSW) - Licences: Nil yet identified - Qualifications: cc; AOCP 29, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Comment: amateur broadcaster but never held licence in his name, during 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Aleck Stewart Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: telegraphist (Clapham, SA, 1939-1943) * [[/Frank David Caldwell|Caldwell, Frank David]] [https://www.familysearch.org/tree/person/details/G8DV-FQ9] - 1907(NSW)-1975(NSW) - Licences: 2YF Sydney (Bondi, 1930-1936; Concord, 1937; Bondi, 1938-1939; Waverley, 1946-1969); 2YF Katoomba (1975) - Qualifications: AOCP 587, 1930, No. ?? in NSW; 3COCP 404, 1938; BOCP 186, 1938 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: employee Clyde Engineering Works (Burwood, 1930); mechanic (Bondi, 1936-1937; Waverley, 1949-1958; Bronte, 1963-1968) * [[/Robert Ballantyne Caldwell|Caldwell, Robert Ballantyne]] [https://www.familysearch.org/tree/person/details/2ZSH-LYB] - 1869(SA)-1942(SA) - Licences: 5BP Adelaide (Unley, 1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: father of Aleck Stewart Caldwell & Donald Pavy Caldwell; brother of William Alexander Caldwell - Electoral Rolls: resident engineer (North Unley, SA, 1939-1941) * [[/Rupert Christian Caldwell|Caldwell, Rupert Christian]] [https://www.familysearch.org/tree/person/details/G8W3-897] - 1893(Vic)-1989(NSW) - Licences: 2YW Receive Sydney (Leichhardt, 1923-1924); 2JO Sydney (Bondi Junction, 1928; Waverley, 1929-1933; Woollahra, 1934-1937; Bondi, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 415, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: traveller (Waverley, 1930-1933; Woollahra, 1934-1936; Bondi Beach, 1937-1968); retired (Waverley, 1972; Bondi Beach, 1977; Malabar, 1980) * [[/William Alexander Caldwell|Caldwell, William Alexander]] [https://www.familysearch.org/tree/person/details/K8Y4-P92] - 1881(SA)-1964(SA) - Licences: 5DI Receive Adelaide (Unley, 1923); 5BO Adelaide (Unley, 1923); 5BP Adelaide (Unley, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: brother of Robert Ballantyne Caldwell; uncle of Aleck Stewart Caldwell & Donald Pavy Caldwell - Electoral Rolls: nil (Glenelg, SA, 1939-1943) ===''CALETTI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guido Caletti|Caletti, Guido "Jim"]] [https://www.familysearch.org/tree/person/details/G841-NV5] - 1900(NSW)-1952(NSW) - Licences: 2CL Receive Sydney (Leichhardt, 1922; Newtown, 1922); 2CL Sydney (Newtown, 1923; Redfern, 1924; Annandale, 1924-1926; Punchbowl, 1927-1929; Penrose, 1930); 2AHV Sydney (Hurstville, 1938-1939, 1946-1950) - Qualifications: cc; CPRTelephony 649, 1921 - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Punchbowl, 1930); mechanic (Bankstown, 1933); telephone mechanic (Hurstville, 1937-1949) ===''CALLABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Callaby|Callaby, Clarence James]] [https://www.familysearch.org/tree/person/details/GZBQ-38C] - 1910(NSW)-1978(NSW) - Licences: 2CJ Sydney (Concord, 1929-1934); 3BI Ballarat (1937-1939) - Qualifications: AOCP 546, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: laboratory assistant (Concord, 1933-1935); chemist (Croydon, 1936-1937); industrial chemist (West Ryde, 1943-1958); company director (St Ives, 1963-1968); director (St Ives, 1972-1977) ===''CALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Victor Callick|Callick, Harold Victor]] [https://www.familysearch.org/tree/person/details/GXF4-P45] - 1898(Eng)-1978(Qld) - Licences: Receive Brisbane (Herston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: surgical dresser (Kelvin Grove, Qld, 1921-1925; Herston, Qld, 1937-1963; Alderley, Qld, 1943-1949; Herston, Qld, 1954-1958; Chermside, Qld, 1963); retired (Miami, Qld, 1968-1977) ===''CALLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival James Callow|Callow, Percival James]] [https://www.familysearch.org/tree/person/details/GXFB-TR6] - 1899(Qld)-1969(Qld) - Licences: Receive (Crystal) Brisbane (Albion, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: public servant (Albion, Qld, 1921-1925); clerk (Glen Kedron, Qld, 1934; Kedron, Qld, 1936-1963); retired (Scarborough, Qld, 1968) ===''CAMERON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. R. Cameron|Cameron, A. R.]] - 19??(???)-19??(???) - Licences: 5RC Adelaide (Leabrook, 1931-1938); 2AMK Sydney (Hunters Hill, 1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Milton Cameron|Cameron, Robert Milton]] [https://www.familysearch.org/tree/person/details/GZXL-HDJ] - 1907(Vic)-1985(SA) - Licences: 3OT Receive Melbourne (Malvern, 1923); 3OT Melbourne (Malvern, 1924-1933); 2XV Sydney (Waverton, 1935; Cronulla, 1937-1939); 4CS Brisbane (Doomben, 1947; Archerfield, 1948); 3AC Melbourne (Prahran, 1954-1955; Hawthorn, 1956-1960) - Qualifications: cc; AOCP 112, 1925, No. ?? in Vic; 1COCP 87, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Malvern East, 1931-1934); aeradio operator (Cooktown, 1943); surveyor (Prahran, 1954) ===''CAMPBELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dallas Dwyer Campbell|Campbell, Dallas Dwyer]] - 1901(NSW)-1964(NSW) - 2KU? Receive Ulmarra (1922-23), 2CU Ulmarra (1924-1939), amateur operator (AOCP 5, 1924, No. ?? in NSW), amateur broadcaster * [[/Douglas Gilmore Campbell|Campbell, Douglas Gilmore]] [https://www.familysearch.org/tree/person/details/LJBS-NDD] - 1888(NSW)-1971(NSW) - 2JO Receive Kyogle (1922-1924), 2DG Kyogle (1925-1933), amateur operator (AOCP 70, 1925, No. ?? in NSW), amateur broadcaster * [[/Frank Valentine Campbell|Campbell, Frank Valentine]] [https://www.familysearch.org/tree/person/details/GXZJ-CGN] - 1901(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4GC George Alfred Campbell - Electoral Rolls: wireless expert (South Brisbane, Qld, 1926); mechanic (Kedron, Qld, 1928-1929); electrical engineer (Kedron, Qld, 1934-1954); electrician (Haberfield, NSW, 1958-1963); retired (Beacon Hill, NSW, 1968-1972) * [[/Frederick Alexander Campbell|Campbell, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/KC4J-HG7] - 1849(Sct)-1930(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, South Yarra, Vic) - Electoral Rolls: director (Melbourne, 1903-1913; South Yarra, 1914-1919); chief executive (South Yarra, 1924-1928) * [[/George Alfred Campbell|Campbell, George Alfred]] [https://www.familysearch.org/tree/person/details/GXZJ-C21] - 1894(Eng)-1983(Qld) - Licences: 4GC Brisbane (South Brisbane, 1937-1939, 1947-1960); 4GC Mermaid Beach (1965-1975); 4GC Brisbane (Annerley, 1980+) - Qualifications: cc; AOCP 2014, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Frank Valentine Campbell - Electoral Rolls: electrical engineer (West End, Qld, 1925-1926; South Brisbane, Qld, 1928-1963); retired (Annerley, Qld, 1968-1972; Mermaid Beach, Qld, 1977) * [[/James Campbell|Campbell, James]] - 1845(Sct)-1893(Vic) - proprietor of engineering business in Ballarat, politician in Victoria, Postmaster-General Victoria (Apr 1884 - Feb 1886) * [[/Neville Douglas Campbell|Campbell, Neville Douglas or Douglas Neville]] [https://www.familysearch.org/tree/person/details/G73C-WVG] - 1912(Tas)-2007(Tas) - Licences: 7NC Hobart (City, 1932-1939, 1946-1956; Sandy Bay, 1960-1980) - Qualifications: cc; AOCP 993, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (New Town, 1943; Sandy Bay, 1949-1958) * [[/Robert Campbell|Campbell, Robert]] - 1917(???)-1950(Qld) - Licences: 4RC Brisbane (Kelvin Grove, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1180, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, treasurer, QSL officer) - Comment: numerous contemporaneous RCs - Electoral Rolls: Nile yet identified ===''CANAVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Canavan|Canavan, John]] [https://www.familysearch.org/tree/person/details/GF3D-L6T] - 1914(Eng)-2008(WA) - Licences: 6CN Perth (City, 1936-1939); 6ON Perth (Mt Hawthorn, 1948) - Qualifications: cc; AOCP 1811, 1936, WA; BOCP 109, 1937; 1COCP 618, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (North Perth, WA, 1937; Maylands, WA, 1949; Bayswater, WA, 1954; Port Hedland, WA, 1958; Bayswater, WA, 1963-1980) ===''CANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Fredrick Herrett Cannon|Cannon, Ronald Fredrick or Frederick Herrett]] [https://www.familysearch.org/tree/person/details/G7JW-T6L] - 1913(Tas)-1994(Vic) - Licences: 7RC Wynyard (1932-1939); 3BRC Melbourne (Hawthorn, 1975) - Qualifications: cc; AOCP 946, 1932, No. ?? in Tas; BOCP 97, 1937; 1COCP 473, 1941 - amateur operator; amateur broadcaster; RAAFWR; WW2 - Electoral Rolls: shop assistant (Wynyard, 1936-1937); engineer (St Kilda, 1943); radio technician (Auburn, 1949; Hawthorn, 1954-1967); tv hirer (Hawthorn, 1968-1980) ===''CANSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathan Victor Charles Cansick|Cansick, Nathan Victor Charles]] [https://www.familysearch.org/tree/person/details/LKSJ-CXC] - 1907(Vic)-1968(NSW) - 3VE Receive Melbourne (St Kilda, 1923-1924), 3AK Melbourne (St Kilda, 1925-1931), amateur operator (AOCP 139, 1925, No. ?? in Vic), amateur broadcaster ===''CAREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Carey|Carey, Francis Joseph "Frank"]] - 18??-19?? - X??, 4?? Toowoomba 1911-1914, 1922-1923, 2AMI Sydney (Centennial Park, 1933-1939; North Sydney 1946-1954; Fairfield 1955-1980) - amateur operator (AOCP 1152, 1933, ?? in NSW) , radio club member (QWI), Halcyon: AOCP NSW 1925 * [[/John Thomas Carey|Carey, John Thomas]] [https://www.familysearch.org/tree/person/details/G6Y9-TZ8] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 19, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: wireless operator (St Kilda, 1913; West End, Townsville, 1919) ===''CARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Lewis Carne|Carne, Ronald Lewis "Ron"]] [https://www.familysearch.org/tree/person/details/GXCC-N3M] - 1910(Fiji)-1976(Qld) - Licences: 4RP Hambledon Mill via Cairns (1935); 4RP Innisfail (1937-1939) - Qualifications: cc; AOCP 1186, 1933, Qld; 3COCP 429, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Goondi Mill, Innisfail, 1936-1937); cane inspector (Sherwood, Qld, 1943); assistant cane inspector (Goondi Mill, Innisfail, Qld, 1949-1954); cane inspector (Victoria Mill, Ingham, Qld, 1954-1958); manager (Harwood Mill, Harwood Island, NSW, 1963; Victoria Mill, Ingham, Qld, 1968); retired (Bowen, Qld, 1972) ===''CARPENTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Carpenter|Carpenter, Archibald John]] [https://www.familysearch.org/tree/person/details/GZPR-BJS] - 1900(WA)-1956(France) - Licences: No known licence - Qualifications: cc; AOCP 376, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: school teacher (Northam, 1925-1936); instructor (South Perth, 1943); firewood vendor (Whyalla, 1948); teacher (Kalgoorlie, 1954) ===''CARRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Carrie|Carrie, F.]] - 19??(???)-19??(???) - Licences: 5JC Adelaide (Glanville, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CARTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Carter|Carter, Albert Edward "Birdie"]] [https://www.familysearch.org/tree/person/details/GHDL-5CB] - 1916(Qld)-2014(Qld) - Licences: 4LT Brisbane (Wavell Heights, 1938-1939, 1946-1948); 4LT Nanango (1954); 4LT Brisbane (Carina, 1955-1969); 4LT Sunshine Beach (1975); 4LT Tewantin (1980) - Qualifications: cc; AOCP 2143, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); wholesale grocery (S. Hoffnung & Co); WW2 - Comment: several contemporaneous AECs - Electoral Rolls: merchant (Greenslopes, Qld, 1943-1949); manager (Nanango, Qld, 1954); departmental manager (Carina, Qld, 1958-1972); retired (Sunshine Beach, Qld, 1977; Tewantin, Qld, 1980)) * [[/Clarence Sydney William Carter|Carter, Clarence Sydney William]][https://www.familysearch.org/tree/person/details/L5T1-TXL] - 1902(SA)-1962(SA) - Licences: Receive Adelaide (Kensington, 1923); 5CS Adelaide (Maylands, 1924-1926) - Qualifications: cc; AOCP 24, 1924, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: salesman (Glen Osmond, SA, 1939-1943) * [[/Frederick Pell Carter|Carter, Frederick Pell or Peel (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXP4-2BC] - 1899(NSW)-1968(SA) - Licences: 5GK Adelaide (Mile End, 1931-1939) - Qualifications: cc; AOCP 761, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: service station proprietor (Mile End, SA, 1939-1943) * [[/H. Carter|Carter, H.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Graceville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Numerous contemporaneous HCs - Electoral Rolls: Nil yet identified * [[/Harry Raymond Carter|Carter, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G9G5-KJT] - 1911(NSW)-1986(NSW) - Licences: 2HC Quirindi (1926-1939; 1946-1980+); 2BE Portable Quirindi (1933-1934); 2AI Portable Quirindi (1935-1939) - Qualifications: AOCP 286, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Quirindi, 1933-1980) - Callsign 2BE withdrawn by PMGD for 2BE Bega commercial ===''CARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Carty|Carty, Bruce]] - historian (broadcast, amateur broadcast), author "Australian Radio History" ===''CASTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Castle|Castle, Clarence Henry "Clarry"]] [https://www.familysearch.org/tree/person/details/GXGF-7GR] - 1915(SA)-2002(SA) - Licences: 5KL Adelaide (Prospect, 1933-1939); 5KL Darwin (1947-1948); 5KL Adelaide (Enfield Heights, 1954-1965; Enfield, 1969-1980+) - Qualifications: cc; AOCP 1209, 1933, SA; 2COCP 263, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''CASWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Harold Caswell|Caswell, Archibald Harold "Arch"]] [https://www.familysearch.org/tree/person/details/GXCC-Y3X] - 1913(Qld)-1986(Qld) - Licences: 4CB Murgon (1934-1939); 4CB Maryborough (1946-1975) - Qualifications: cc; AOCP 1340, 1934, Qld - amateur operator; amateur broadcaster; WW2 (POW); business proprietor (garage) - Electoral Rolls: radio technician (Maryborough, Qld, 1954-1972); retired (Torquay, Qld, 1977-1980) ===''CATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lester Evans Catford|Catford, Lester Evans]] [https://www.familysearch.org/tree/person/details/GDD8-RCB] - 1911(SA)-1990(SA) - Licences: 5LC Gladstone (1931-1939, 1947); 5LC Adelaide (Malvern, 1948-1980) - Qualifications: cc; AOCP 789, 1931, No. ?? in SA; BOCP 357, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Gladstone, SA, 1939-1943) * [[/Lance Maynard Catford|Catford, Lance Maynard]] [https://www.familysearch.org/tree/person/details/GMQR-K2W] - 1913(SA)-1989(SA) - Licences: 5XL Clare (1939, 1947-1980+) - Qualifications: AOCP 2372, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: share farmer (Clare, SA, 1939) ===''CAVANAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Mortimer Cavanagh|Cavanagh, William Mortimer]] [https://www.familysearch.org/tree/person/details/GZ23-GPH] - 1908(Vic)-1995(NSW) - Receive Warburton (1923-1924), 3WC Melbourne (St Kilda, 1925), 2WC Sydney (Potts Point, 1928), 2WC Goulburn (1930), 3WC Melbourne (St Kilda, 1931; Williamstown, 1937-1939), 2WC Wauchope (1946-1980+), qualifications: (AOCP 214, 1925, No. ?? in Vic; 1COCP 598, 1942), amateur operator, amateur broadcaster, WW2, electoral rolls: sales (Goulburn, 1930; St Kilda, 1931-1934), radio dealer (Wauchope, 1949-1980) ===''CAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Cave|Cave, Norman]] [https://www.familysearch.org/tree/person/details/GDB7-G73] - 1898(Eng?)-19??(???) - Licences: 7BC Launceston (1925-1926); operator of Wills & Co Receive licence 1924 - Qualifications: cc; AOCP 129, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 (RAF Wireless Operator); foundation member Tasmanian Gliding Club (instructor); returned to England 1931; likely Wing Commander RAF in WW2; possibly lost in SE Asia 1942 - Electoral Rolls: Nil yet identified ===''CAWTHRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Cawthron|Cawthron, Edward Joseph "Ted"]] [https://www.familysearch.org/tree/person/details/GZBH-9SX] - 1908(NSW)-1964(SA) - Licences: 2JC Sydney (Concord, 1926-1933; Neutral Bay, 1931; Concord, 1933; Five Dock, 1933); 2VA Sydney (City, 1931); 2EJ Sydney (City, 1931); 5JC Adelaide (Kent Town, 1937-1939); 5JE Adelaide (Somerton, 1947-1948; North Glenelg, 1954; Somerton Park, 1960) - Qualifications: cc; AOCP 308, 1926, No. ?? in NSW; BOCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Haberfield, 1943) ===''CECIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clyde Cecil|Cecil, Clyde]] [https://www.familysearch.org/tree/person/details/GZN5-XYG] - 1898(Vic)-1963(WA) - Licences: 6AB Kalgoorlie (1923-1927) - Qualifications: cc; AOCP 154, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2; witness to Royal Commission 1927 (as a listener, Kalgoorlie) - Electoral Rolls: civil servant (Kalgoorlie, 1919); lecturer (Kalgoorlie, 1921-1925; Maylands, 1928-1937); metallurgist (Nedlands, 1943); physicist (Nedlands, 1949-1954); school principal (Triggs Island, 1958-1963) ===''CHADWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Howel Chadwick|Chadwick, Richard Howel (Electoral Rolls) or Howell (BMD) "Dick"]] [https://www.familysearch.org/tree/person/details/G3PQ-6HH] - 1896(NZ)-1955(Qld) - Licences: 4GU Brisbane (Wilston, 1933-1939, 1946-1947) - Qualifications: cc; AOCP 1197, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW1; radio clubs (WIAQ); employment (travelling salesman) - Electoral Rolls: storeman (Zillmere, Qld, 1921); salesman (Wilston, Qld, 1925-1954) ===''CHAFFER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Martin Chaffer|Chaffer, Edward Martin "Martin"]] [https://www.familysearch.org/tree/person/details/GZ1Z-B3P] - 1905(Vic)-1981(Vic) - Licences: 3XF Receive Melbourne (Moonee Ponds, 1923); 3XF Melbourne (Moonee Ponds, 1923-1927); 6XF Perth (Mt Lawley, 1930-1931); 3XF Melbourne (Moonee Ponds, 1933); 2AEK Sydney (Potts Point, 1938); 3MH Hamilton (1947); 3MH Ballarat (1948); 3MH Swan Hill (1954); 3MH Melbourne (Preston, 1955-1956; Moonee Ponds, 1965-1969; Doncaster, 1975-1980) - Qualifications: cc; AOCP 354, 1927, No. ?? in Vic; 3COCP 304, 1937; 2COCP 113, 1937; 1COCP 151, 1937 - amateur operator, amateur broadcaster, radio clubs (WIA Vic Essendon, treasurer, 1924), placed 2nd for best complete station Melbourne Wireless Exhibition 1924; placed second for best complete station at Melbourne Wireless Exhibition 1925; placed 10th in 3LO amateur broadcasting competition 1926; broadcast engineer (3HA, 3BA, 3SH), Dept Civil Aviation 1930s, military (WW2, 1942+) - Electoral Rolls: manager (Moonee Ponds, 1928-1936); radio engineer (Hamilton, 1942; Ballarat, 1949; Swan Hill, 1954; Preston, 1963); radio technician (Moonee Ponds, 1967-1968); retired (Doncaster, 1977-1980) - Relationships: father of 3AII Ken Chaffer ===''CHALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Robert Challen|Challen, Peter Robert]] - 1848(Eng)-1905(Vic) - early telephone, telephony & wireless experimenter, employment (Vic Posts & Telegraphs, Electrical Office & Postmaster), radio clubs (Telegraph Electrical Society, Victoria), associate of Henry Walter Jenvey, William Philip Bechervaise & George Smibert ===''CHALLENDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard Challender|Challender, Gerard "Gerry"]] - 1910(Eng)-1950(NSW) - 2ZS Kempsey, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, high profile participation 1950 Kempsey floods, military (WW2) ===''CHALLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Reginald Challenger|Challenger, George Reginald]] [https://www.familysearch.org/tree/person/details/G3YQ-ZZB] - 1902(NSW)-1936(NSW) - Licences: 2GC Sydney (Auburn, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Auburn, 1930-1935) ===''CHAMBERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Rupert Chambers|Chambers, Francis Rupert]] [https://www.familysearch.org/tree/person/details/MYY2-JKX] - 1898(Vic)-1971(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 247, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Camberwell, 1924-1925); contractor (Geraldton, 1931; Mt Waverley, 1934-1936); linesman (Seaford, 1937; Frankston, 1942); technician (Frankston, 1949; Seaford, 1954); retired (Upwey, 1963; McRae, 1968) * [[/Walter Alfred Chambers|Chambers, Walter Alfred]] [https://www.familysearch.org/tree/person/details/G3N6-VX1] - 1889(Qld)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 151, 1915; 2COCP 100, 1930; 1COCP 96, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIP Perth (1917-1918) - Electoral Rolls: mechanic (Thursday Island, 1912-1913); radio telegraphist (Wyndham, 1916-1917); telegraphist (Subiaco, 1917); radio telegraphist (Esperance, 1921-1925); officer-in-charge (Geraldton, 1925); radio officer (Como, 1931-1934; Esperance, 1936-1937); radio telegraphist (Como, 1943-1968) ===''CHANDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Beals Chandler|Chandler, John Beals]] [https://www.familysearch.org/tree/person/details/G6HN-HXH] - 1887(Eng)-1962(Qld) - principal (4BC); proprietor (J. B. Chandler & Co., 1913-1962); Lord Mayor Brisbane (1940-1952); witness to Royal Commission Wireless 1927 - don't confuse D. W. Chandler early wireless experimenter - [https://adb.anu.edu.au/biography/chandler-sir-john-beals-9724 ADB] ===''CHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Channon|Channon, H. D.]] - 19??(???)-19??(???) - Licences: 2BO Receive Inverell (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Lloyd Lister Channon|Channon, Lloyd Lister]] [https://www.familysearch.org/tree/person/details/GD59-4NS] - 1885(NSW)-1949(NSW) - Licences: 2AQ Receive Manilla (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: postmaster (Elsmore, 1913); postal official (Raymond Terrace, 1930-1949) ===''CHAPMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Chapman|Chapman, Austin]] [https://www.familysearch.org/tree/person/details/LZYW-3F4] - 1864(NSW)-1926(NSW) - occupations (apprentice saddler, hotelier), politician (Postmaster-General, 1905-1907), oversight of Commonwealth Wireless Telegraphy conference Melbourne 1907 - Links: [[w:Austin Chapman|Wikipedia]]; [https://adb.anu.edu.au/biography/chapman-sir-austin-5554 ADB] * [[/Bruce Amundsen Chapman|Chapman, Bruce Amundsen]] [https://www.familysearch.org/tree/person/details/G8VL-575] - 1912(WA)-1969(NSW) - Licences: 2BA Sydney (Chatswood, 1930-1939; Balgowlah, 1946-1958; St Ives, 1960-1969 - Qualifications: AOCP 696, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: shipping clerk (Chatswood, 1935-1937); clerk (Balgowlah, 1949-1958; St Ives, 1963-1968) * [[/E. B. Chapman|Chapman, E. B.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Frank William Chapman (Qld)|Chapman, Frank William (Qld)]] [https://www.familysearch.org/tree/person/details/GXC5-KB3] - 1898(???)-1974(Qld) - Licences: 4XL Brisbane (Yeronga, 1931-1939); 4ZFC Brisbane (Ekibin, 1965); 4TH Brisbane (Ekibin, 1969) - Qualifications: cc; AOCP 785, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: gardener (Salisbury, Qld, 1928); labourer (Yeronga, Qld, 1929-1937); waterside worker (Paddington, Qld, 1943-1949); PMG technician (Ekibin, Qld, 1954-1972) * [[/Frank William Chapman (WA)|Chapman, Frank William (WA)]] [https://www.familysearch.org/tree/person/details/LBXD-TFK] - 1918(Vic)-1988(WA) - Licences: 6CC Perth (Manning Park, 1954-1965; Bassendean, 1969-1980+) - Qualifications: cc; AOCP 3319, 1953, WA - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Chidlow, WA, 1949); teacher (Manning Park, WA, 1954-1963); technical school principal (Kalgoorlie, WA, 1963); teacher (Bassendean, WA, 1968-1977); retired (Bassendean, WA, 1980) * [[/Harrison Chapman|Chapman, Harrison "Harry"]] [https://www.familysearch.org/tree/person/details/G8CX-2C5] - 1909(Vic)-1990(Vic) - Licences: 3JX Receive Melbourne (Ivanhoe, 1922); 3GU Melbourne (Ivanhoe, 1929-1939, 1946-1965; Flinders, 1965-1975); 3AGU Portable Melbourne (Ivanhoe, 1948-1956; Flinders, 1965-1975) - Qualifications: AOCP 513, 1929, No. ?? in Vic; 1AOCP 32, 1946 - amateur operator, amateur broadcaster - Electoral Rolls: student (Ivanhoe, 1931-1936); chemist (Geelong, 1937); RAAF (Ballarat, 1942; Ivanhoe, 1949-1954); chemical engineer (Ivanhoe, 1963); minister of religion (Flinders, 1968); clergyman (Flinders, 1972-1977) * [[/Owen George Chapman|Chapman, Owen George]] [https://www.familysearch.org/tree/person/details/K8YX-YLK] - 1904(NSW)-1961(NSW) - Licences: 2OC Wyong (1930-1939, 1946-1960) - Qualifications: AOCP 669, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Wyong, 1930-1958) * [[/Percival Carnew Lamont Chapman|Chapman, Percival Carnew Lamont "Percy"]] [https://www.familysearch.org/tree/person/details/G8GM-5M8] - 1911(Qld)-2008(Qld) - 4PC Brisbane (Sandgate, 1933); 4PC Babinda (1937-1939); 4PC Monto (1946-1975); 4PC Point Vernon (1980) - Qualifications: cc; AOCP 1155, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); occupation (power house engineer/manager) - Relationships: father of Geoff Chapman 4CET - Electoral Rolls: engineer (Ayr, Qld, 1943; Monto, Qld, 1949-1972); retired (Point Vernon, Qld, 1977-1980) * [[/William George Chapman|Chapman, William George]] [https://www.familysearch.org/tree/person/details/KZ2X-8KG] - 1890(Tas)-1957(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 116, 1915; 1COCP 63, 1930 - RANRS (Warrant Telegraphist, 1917); coastal wireless operator; witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: radio telegraphist (Broome, 1925); officer-in-charge (Radio Station Applecross, 1931-1954) ===''CHAPPELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Arthur Chappell|Chappell, Lloyd Arthur]] [https://www.familysearch.org/tree/person/details/G69G-SB9] - 1911(Tas)-1998(Tas) - Licences: 7LC Ross (1936-1937); 7LC Winnaleah (1938-1939); 7LC Hobart (Kingston, 1947-1955; Sandy Bay, 1956-1975; Coles Bay, 1980+) - Qualifications: cc; AOCP 1828, 1936, No. ?? in Tas; BOCP 172, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: projectionist (Ross, 1936-1937); radio engineer (Queenstown, 1943; Kingston, 1949-1958) ===''CHARLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Charles|Charles, Edward Arthur]] [https://www.familysearch.org/tree/person/details/K8QC-V3V] - 1916(SA)-1981(SA) - Licences: 5YQ Adelaide (North Unley, 1935-1939; Unley, 1947-1948; Ascot Park, 1954-1956; Hyde Park, 1960-1980+) - Qualifications: cc; AOCP 1443, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Unley, SA, 1939-1943) ===''CHARLESWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Denison Charlesworth|Charlesworth, Reginald Denison]] [https://www.familysearch.org/tree/person/details/GW1M-CKJ] - 1900(Eng)-1980(NSW) - Licences: 2CI Receive Sydney (Haberfield, 1922); 2CI Sydney (Haberfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: migrated to Fiji mid 1920s, returned to Australia mid 1930s - Electoral Rolls: factory manager (Summer Hill, 1933); engineer (Haberfield, 1935-1937); Lane Cove, 1943); radio engineer (Dee Why, 1949-1954); engineer (Hunters Hill, 1958-1972) ===''CHARTERIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Charteris|Charteris, Michael]] - 4QS Ipswich & Maryborough - amateur operator, historian (amateur) ===''CHATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Greatham Chatfield|Chatfield, Robert Greatham "Bob"]] [https://www.familysearch.org/tree/person/details/LK92-9L1] - 1900(NZ)-1974(NZ) - Licences: ZL2AV Wellington (1925-1954+) - Qualifications: AOCP ??, 1925, No. ?? in NZ - amateur operator; amateur broadcaster; clubs (Wellington Amateur Radio Club 2WB, member and one time president) - Relationships: father of Don Chatfield ZL2SG - Comment: substantial early portion (100+) of QSL collection survives - Electoral Rolls: motor engineer (Wellington, 1922); salesman (Wellington, 1931-1954); retired (Wellington, 1963-1972) ===''CHATTERTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Chatterton|Chatterton, Francis Joseph]] [https://www.familysearch.org/tree/person/details/LZWW-952] - 1902(Tas)-1931(Tas) - Licences: 7AY Receive Hobart (West Hobart, 1922); Receive Hobart (West Hobart, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: machinist (Hobart, 1925-1928) ===''CHAUVEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Temple Frank Chauvel|Chauvel, Walter Temple Frank]] [https://www.familysearch.org/tree/person/details/LH5T-WNQ] - 1902(Qld)-1987(NSW) - Licences: Receive (Valve) Stanthorpe (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: jackeroo (Stanthorpe, Qld, 1925-1928); grazier (Stanthorpe, Qld, 1928-1943); radio engineer (Texas, Qld, 1949-1963); retired (East Ballina, NSW, 1968-1980) ===''CHEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Reginald Cheel|Cheel, Charles Reginald]] [https://www.familysearch.org/tree/person/details/9N1J-PTC] - 1890(Vic)-1955(SA) - Licences: 5CR Adelaide (Maylands, 1934-1939, 1947-1955) - Qualifications: cc; AOCP 1278, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CHENNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Chennell|Chennell, Victor "Vic"]] [https://www.familysearch.org/tree/person/details/GCBH-1XV] - 1907(SA)-1996(SA) - Licences: 5JH Adelaide (Norwood, 1927-1933; Cowandilla, 1937-1939; North Adelaide, 1946-1956; Ascot Park, 1960-1980+) - Qualifications: cc; AOCP 346, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: labourer? (Goodwood Park, 1939) ===''CHESSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chessell|Chessell, John or John Carl]] [https://www.familysearch.org/tree/person/details/KN16-XWP]? [https://www.familysearch.org/tree/person/details/L2M1-9GS]? - 1914(NSW)-1959(NSW) - Licences: 2LV Sydney (Dulwich Hill, 1929-1934); 2YU Sydney (Dulwich Hill, 1935-1936; Ashfield, 1937-1939); 2ER Sydney (Dulwich Hill, 1948-1950) - Qualifications: AOCP 517, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: baker (Croydon, 1936; Bowral, 1937-1954) - seems to be two contemporaneous John Chessel's ===''CHESTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Chesterfield|Chesterfield, John Henry]] [https://www.familysearch.org/tree/person/details/GSVH-3SK] - 1895(Vic)-1973(Qld) - Licences: 5JC Adelaide (Wayville, 1924-1926); 2ACQ Sydney (Strathfield, 1937-1939); 4HJ Brisbane (Cleveland, 1954-1960) - Qualifications: cc; CPRT 23, 1914; 1COCP 266, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: wireless operator (Croydon, NSW, 1930); radio engineer (Glenbrook, NSW, 1931-1935); department manager (Strathfield, NSW, 1935); radio engineer (Strathfield, 1936; Pymble, NSW, 1943; Cleveland, Qld, 1949-1963); retired (Mermaid Beach, Qld, 1968-1972) ===''CHICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Garth Chick|Chick, Leonard Garth]] [https://www.familysearch.org/tree/person/details/G6SW-7PJ] - 1918(Tas)-1999(NSW) - Licences: 7LG Launceston (1937-1939) - Qualifications: cc; AOCP 1973, 1937, No. ?? in Tas; BOCP 227, 1939; 2COCP 550, 1941; 1COCP 1264, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: seaman (Swan Point, 1944); aeradio operator (Lindisfarne, 1949); technician (Essendon, Vic, 1949-1954); draftsman (East Keilor, 1963-1968); surveyor (Forster, 1977-1980) ===''CHILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Oliver Chilton|Chilton, Frederick Oliver]] [https://www.familysearch.org/tree/person/details/GZNR-XFL] - 1905(NSW)-2007(NSW)102yo - Licences: Receive (Crystal) Sydney (Wahroonga, 1923-1924) - Qualifications: cc; AOCP 147, 1925, No. ?? in NSW - amateur receive operator; military (Brigadier); awards (Knighted) - Relationships: brother of 2RC Robert Ralph Chilton - Electoral Rolls: clerk (Wahroonga, NSW, 1930-1943); civil servant (South Yarra, Vic, 1949-1967); retired (Clareville Beach, NSW, 1972-1980) - Links: [[w:Frederick Oliver Chilton|Wikipedia]] * [[/George Frederick Chilton|Chilton, George Frederick]] [https://www.familysearch.org/tree/person/details/G3CR-41Q] - 1891(Vic)-1956(Vic) - Licences: 2GF Sydney (Pennant Hills, 1924; Carlingford, 1925); 4GD Townsville (1925-1926) - Qualifications: cc; CPRT 160, 1915; 1COCP 10, 1930 - amateur operator; amateur broadcaster; coastal operator (VIG, VIB, VIS, VIT, Rockbank); wireless telegraphist (PMG); RANRS (Commissioned Telegraphist, 1917); federal public servant (PMG) - Electoral Rolls: telegraphist (Wooloowin, 1919-1921); radio stationmaster (South Townsville, Qld, 1925; Glenferrie, 1927; Wireless Station, Rockbank, Vic, 1928-1942); engineer (St Kilda, 1949-1954) * [[/Robert Ralph Chilton|Chilton, Robert Ralph]] [https://www.familysearch.org/tree/person/details/GZNR-821] - 1907(NSW)-1985(Qld) - Licences: 2RC Sydney (Wahroonga, 1925-1926); 2RC Gloucester (1927); 2RC Sydney (Wahroonga, 1928-1939, 1946-1947; Roseville East, 1948) - Qualifications: cc; AOCP 152, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: chemist assistant (Wahroonga, 1933); chemist (Stanthorpe, 1954-1963; Sherwood, Qld, 1972) - Relationships: brother of Frederick Oliver Chilton ===''CHINERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jessie Camelia Chinery|Chinery or Chinnery, Jessie Camelia]] [https://www.familysearch.org/tree/person/details/GFMP-6NZ] - 1915(WA)-1995(WA) - Licences: 6JC Perth (Welshpool, 1937-1939) - Qualifications: cc; AOCP 1866, 1937, WA - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: not stated (Welshpool, WA, 1937) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''CHIPPINDALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Kellett Chippindall|Chippindall, Eric Kellett "Chippy"]] [https://www.familysearch.org/tree/person/details/LFCB-MNZ] - 1916(Qld)-1988(Qld) - Licences: 4XR Brisbane (Paddington, 1937-1939); 4XR Gympie (1946-1969); 4XR Brisbane (Paddington, 1975-1980+) - Qualifications: cc; AOCP 1940, 1937, Qld - amateur operator; amateur broadcaster; broadcast engineer (4SB, 4BU, 4LG, 4GY) - Electoral Rolls: radio engineer (Gympie, Qld, 1949); announcer-engineer (Gympie, Qld, 1954-1958); shopkeeper (Paddington, Qld, 1972-1980) ===''CHISHOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham St Clair Chisholm|Chisholm, Graham St Clair]] [https://www.familysearch.org/tree/person/details/GX47-TTR] - 1915(Qld)-2002(WA) - Licences: 4LP Brisbane (Kelvin Grove, 1933); 3ACG Melbourne (South Yarra, 1947-1948); 5PG Darwin (1955-1956); 1AB Canberra (Canberra City, 1960; Ainslie, 1965); 6IB Perth (Dalkeith, 1969-1975) - Qualifications: cc; AOCP 1101, 1933, No. ?? in Qld; BOCP 18, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcaster (3SR, Shepparton, Vic, 1942); radio engineer (South Yarra, Vic, 1949-1954); broadcaster (Reid, ACT, 1958; Ainslie, ACT, 1963; Dalkeith, WA, 1968-1972); manager (Nedlands, 1977-1980) ===''CHITHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Chitham|Chitham, William Norman "Bill"]] [https://www.familysearch.org/tree/person/details/GXWT-KJK] - 1912(Qld)-1997(Qld) - Licences: 4UU Brisbane (Bulimba, 1933-1934; Fortitude Valley 1937-1939; Cannon Hill, 1946-1980+) - Qualifications: cc; AOCP 913, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor, QSL officer); part of the "U" gang; military (WW2) - Electoral Rolls: storeman (Valley, Qld, 1936-1943); radio mechanic (Cannon Hill, 1949-1963); buyer (Cannon Hill, Qld, 1968-1980) ===''CHOATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Sidney Choate|Choate, Roger Sidney]] [https://www.familysearch.org/tree/person/details/GFQX-RW3] - 1913(Irl)-1978(WA) - Licences: 6RK Harvey (1930-1933); 6RK Kalgoorlie (1937-1939); 6RK Dardanup (1947); 6RK Perth (Subiaco, 1948-1956; Salters Point, 1960-1975) - Qualifications: cc; AOCP 714, 1930, No. ?? in WA; BOCP 42, 1936; 3AIR 1121, 1947 - amateur operator; amateur broadcaster; WW2 (RAAF, Squadron Leader) - Awards: Military Division OBE [[w:1964_Birthday_Honours|Wikipedia]] - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1937; Perth, WA, 1937); engineer (Melville, WA, 1943); civil servant (Subiaco, WA, 1949-1958); surveyor (Salters Point, WA, 1963-1968; Manning, WA, 1972-1977) - Links: [https://www.awm.gov.au/collection/R1513688 AWM] [https://www.ozatwar.com/raaf/shepherdshillradar.htm OzAtWar] ===''CHRISMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Chrismas|Chrismas, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/G6YC-FC2] - 1892(NSW)-1950(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 250, 1916; 1COCP 31, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIW Wyndham (1917-1918) - Electoral Rolls: operator (Broome, 1916); wireless operator (Wyndham, 1917; Applecross, 1925); radio telegraphist (Broome, 1931; Geraldton, 1936-1949) ===''CLAFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keighran James Claffey|Claffey, Keighran James]] [https://www.familysearch.org/tree/person/details/G84R-LLP] - 1903(Vic)-19??(???) - Licences: 2AK Deniliquin (1928-1939); 2AK Picton (1946); 2AK Deniliquin (1947-1980+) - Qualifications: AOCP 459, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarrandale, 1949; Deniliquin, 1954; Yarrandale, 1958-1963); retired (Deniliquin, 1977-1980) ===''CLARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Clark|Clark, Francis Thomas]] [https://www.familysearch.org/tree/person/details/G8WF-CJH] - 1903(WA)-1998(Vic) - Licences: 3FC Rainbow (1928); 3FC Melbourne (St Kilda, 1931; Hawthorn, 1933; Elwood, 1937; St Kilda, 1938); 3FC Mildura (1946-1947); 3FC Ouyen (1948-1960); 3FC Geelong (Leopold, 1969; Clifton Springs, 1975-1980+) - Qualifications: AOCP 426, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal official (Rainbow, 1925); postal clerk (Rainbow, 1928); clerk (St Kilda, 1931-1937); senior postal clerk (Red Cliffs, 1942); postmaster (Ouyen, 1949-1954); retired (Clifton Springs, 1972-1980) * [[/Frank P. R. Clark|Clark, Frank P. R.]] [https://www.familysearch.org/tree/person/details/GZFG-WRN] - 1900(NSW)-1928(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923-1924); 2YF Sydney (Manly, 1925) - Qualifications: AOCP 122, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: gone too soon * [[/Leopold Francis Clark|Clark, Leopold Francis]] [https://www.familysearch.org/tree/person/details/273Q-3D5] - 1902(Tas)-1978(Tas) - Licences: 7CK Natone (1932-1939); 7CK Burnie (1946-1948); Deloraine (1954-1969); Lanena (1975) - Qualifications: cc; AOCP 989, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Natone, 1928-1936; Burnie, 1943-1949); grazier (Needles, 1954; Deloraine, 1963) ===''CLARKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Fraser Clarke|Clarke, Percival Fraser "Percy"]] [https://www.familysearch.org/tree/person/details/GXZ3-4J2] - 1896(Qld)-1971(Qld) - Licences: 4PY Ayr (1936-1939) - Qualifications: cc; AOCP 1781, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jarvisfield, Qld, 1919-1937; Aspley, Qld, 1949-1972) * [[/Warren Ross Clarke|Clarke, Warren Ross]] [https://www.familysearch.org/tree/person/details/G8NT-LSN] - 1909(NSW)-1988(NSW) - Licences: 2ZZ Sydney (Mosman,1930-1933; Asquith, 1933-1939; Mosman, 1948-1950) - Qualifications: AOCP 650, 1930, NSW; 2COCP 6, 1934; 1COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Asquith, 1933-1934; Mosman, 1936); radio officer (Mosman, 1943); flight radio officer (Mosman, 1949-1954); clerk (Glenbrook, 1963); travel consultant (Glenbrook, 1972); clerk (Merrylands, 1972); planner (North Rocks, 1977-1980) * [[/William George Clarke|Clarke, William George]] [https://www.familysearch.org/tree/person/details/GXQ2-1QS] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 32, 1930 - RANRS (temp Commissioned Telegraphist, 1917) - Comment: several contemporaneous WGCs - Electoral Rolls: officer-in-charge (Radio Station, Townsville, 1916); seaman (HMAS Encounter, Geelong, 1919); biograph operator (Langwarrin Military Camp, Vic, 1919); hotel manager (Naval Base Hotel, South Fremantle, 1931) ===''CLAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard George Clay|Clay, Richard George]] [https://www.familysearch.org/tree/person/details/G8ZZ-LGN] - 1903(Vic)-1972(Vic) - Licences: 3RC Melbourne (Northcote, 1929; Alphington, 1931) - Qualifications: AOCP 536, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Northcote, 1925-1927); welder (Northcote, 1928); electric welder (Alphington, 1931); welder (Richmond, 1936-1937; Alphington, 1942; Northcote, 1949); contractor (Traralgon, 1954-1972) ===''CLAYTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maisie Ian Jesson Clayton|Rawson nee Clayton, Maisie Ian Jesson]] [https://www.familysearch.org/tree/person/details/G8RT-25P] - 1915(NSW)-1996(NSW) - Licences: Nil yet identified - Qualifications: cc; BOCP 488, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: radio worker (Artarmon, 1937); engineer (Kirribilli, 1949); radio engineer (Lane Cove, 1954-1963); engineer (Lane Cove, 1968-1972); home duties (Lane Cove, 1977-1980) - Lady: * [[/Maurice Charles Clayton|Clayton, Maurice Charles]] [https://www.familysearch.org/tree/person/details/G86J-HX3] - 1912(SA)-1936(SA) - Licences: 5RK Adelaide (Edwardstown, 1930-1931); 5ZC Adelaide (Edwardstown, 1933-1936) - Qualifications: cc; AOCP 596, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon (24yo) * [[/Walter George Gladstone Clayton|Clayton, Walter George Gladstone "Wally"]] [https://www.familysearch.org/tree/person/details/G3XN-J1N] - 1918(Qld)-1998(Qld) - Licences: 4WG Innisfail (1937-1939); 4WG Brisbane (Windsor, 1946-1969); 4WG Townsville (1975-1980+) - Qualifications: cc; AOCP 1868, 1937, Qld - amateur operator; amateur broadcaster; military (WW2, AIF Signals); state public servant (Qld Railways, supervising tech. comms.) - Relationships: uncle of Maise Ian Jesson Rawson nee Clayton (Radio Engineer) - Electoral Rolls: manager (Windsor, 1954-1968); technician (Townsville, 1972-1980) ===''CLIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Cliff|Cliff, Harry]] - 1908(Vic)-1988(Vic) - Licences: 3HC Melbourne (Essendon, 1928-1948; Heidelberg, 1954-1975); 3HC Point Lonsdale (1980+) - Qualifications: AOCP 400, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: implement maker (Moonee Ponds, 1906); engineer (Moonee Ponds, 1922-1928); clerk (Moonee Ponds, 1931-1937); company secretary (North Melbourne, 1943); director (Ivanhoe, 1954-1968; Heidelberg, 1972); retired (Point Lonsdale, 1977-1980) (pre 1928 is another Harry Cliff) ===''CLIFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Glendenning Clifford|Clifford, Herbert Glendenning]] [https://www.familysearch.org/tree/person/details/GHTS-4CN] - 1882(Eng)-1955(SA) - Licences: 5BW Receive Renmark (1923); Receive Renmark (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: secretary (Renmark, SA, 1939-1943) ===''CLINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gladstone Clinch|Clinch, Frederick Gladstone]] [https://www.familysearch.org/tree/person/details/KF5P-TWM] - 1898(WA)-1972(WA) - Licences: 6JR Greenough (1928-1933); 6FG Miling (1960); 6FG Perth (Doubleview, 1965-1969) - Qualifications: cc; AOCP 468, 1928, No. ?? in WA - amateur operator; amateur broadcaster - Relationships: Father of 6CL Ian Harold Wilson Clinch - Electoral Rolls: farmer (Greenough, 1922-1943); garage proprietor (Miling, 1958); retired (Doubleview, 1963-1972) * [[/Ian Harold Wilson Clinch|Clinch, Ian Harold Wilson]] [https://www.familysearch.org/tree/person/details/GHQX-YS1] - 1926(WA)-19??(WA) - Licences: 6CL Miling (1960-1965); 6CL Dandaragan (1969); 6CL Rossmoyne (1975-1980+) - Qualifications: cc; AOCP 3596, 1957, WA - amateur operator, WW2 - Relationships: son of 6JR-6FG Frederick Gladstone Clinch - Electoral Rolls: mechanic (Leederville, 1949); manager (Miling, 1958-1963); radio technician (Dongara, 1968); technician (Rossmoyne, 1972-1980) ===''CLOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alvin Theodore Closs|Closs, Alvin Theodore]] [https://www.familysearch.org/tree/person/details/L67V-HG7] - 1895(NSW)-1975(Vic) - Licences: V750 Receive Melbourne (Olinda, 1922); 3GV Receive Melbourne (Olinda, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: orchardist (Brighton, 1917); storekeeper (Olinda, 1924-1931); salesman (Olinda, 1934-1937); civil servant (Tunstall, 1943-1954); retired (Yarra Junction, 1963-1972) ===''CLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Edward Clough|Clough, James Edward]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 483, 1929, No. ?? in ?? - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - several contemporaneous JECs ===''COADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Coade|Coade, Ernest]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: electrician (Rutherglen, 1914); mechanic (Thursday Island, 1919) ===''COAKLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas James Coakley|Coakley, Thomas James]] [https://www.familysearch.org/tree/person/details/GX24-W7T] - 1904(Vic)-1991(Vic) - Licences: 5UK Adelaide (Unley, 1933-1939); 3IU Melbourne (Camberwell, 1947; Essendon, 1948-1980+) - Qualifications: cc; AOCP 1105, 1933, No. ?? in SA, 3COCP 61, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: aero fitter (Auburn, Vic, 1925-1926); engineer (Camberwell, Vic, 1943; Essendon, Vic, 1949-1980) ===''COALTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Coalter|Coalter, Martin]] [https://www.familysearch.org/tree/person/details/GDSR-STB] - 1893(Vic)-19??(???) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 1, 1914 - ship wireless operator? - Electoral Rolls: Nil yet identified ===''COATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Melbourne Coates|Coates, Alfred Melbourne or Melbourne Alfred]] [https://www.familysearch.org/tree/person/details/GDGW-MCZ] - 1884(???)-1964(Vic) - Licences: V757 Receive Melbourne (Elwood, 1922); 3GG Receive Melbourne (Elwood, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (USA) - Electoral Rolls: engineer (Elsternwick, 1921-1937; Kalorama, 1943-1954) ===''COFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Freeman Coffey|Coffey, Henry Freeman]] [https://www.familysearch.org/tree/person/details/G3QL-BR1] - 1885(Irl)-1934(NSW) - Licences: 4KY Brisbane (Doomben, 1925-1926; Hamilton, 1927); 2ZY Sydney (Willoughby, 1929; Maroubra, 1930-1934) - Qualifications: cc; CPRT 52, 1915; 1COCP 12, 1930 - Halycyon: AOCP Brisbane 1926 - amateur operator; amateur broadcaster; ship wireless operator (Marconi, White Star, Booth Steamship, Iquitos Steamship, Union Castle); RANRS (Warrant Telegraphist, 1917); coastal operator (CRS, PMGD, AWA); federal public servant - Electoral Rolls: radio engineer (Middle Park, Vic, 1919); engineer (Malvern East, 1922-1924); radiostation master (Thursday Island, 1925); wireless operator (Doomben, Qld, 1925-1928); engineer (Chatswood, 1930); wireless mechanic (Maroubra, 1930-1934) ===''COHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derrick Cohen|Cohen, Derek or Derrick Simeon "Dick"]] [https://www.familysearch.org/tree/person/details/GXCF-DR7] - 1914(Eng)-2010(NSW) - Licences: 2YM Sydney (Dobroyd Point, 1932-1933; Kings Cross, 1933; Clovelly, 1934-1936); 4YM Brisbane (City, 1937-1939); 1YM Macquarie Island (1954-1955) - Qualifications: cc; AOLCP 238, 1930; AOCP 1011, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (West End, Qld, 1943); technician (Coburg, Vic, 1954); television producer (Chatswood, NSW, 1963; Little Wallaby Beach, NSW, 1977) ===''COLEBATCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Vincent Colebatch|Colebatch, Ernest Vincent]] [https://www.familysearch.org/tree/person/details/K2Q2-974] - 1905(SA)-1987(SA) - Licences: 5CG Receive Adelaide (Norwood, 1923); Receive Adelaide (Norwood, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Belair, SA, 1939-1941) ===''COLESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Russell Coleston|Coleston, Stanley Russell]] [https://www.familysearch.org/tree/person/details/G8VV-KQL] - 1913(Vic)-2012(Qld) - Licences: 3XK Melbourne (Middle Park, 1930-1931; Gardenvale, 1933; Glenhuntly, 1937-1939, 1946-1955); 9XK Port Moresby (1956-1960); 3AXK Melbourne (Mt Waverley, 1965-1969); 4XA Brisbane (Geebung, 1975-1980+) - Qualifications: AOCP 688, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Glenhuntly, 1936-1942; Caulfield East, 1949-1954); public servant (Mt Waverley, 1963-1972); retired (Geebung, 1977-1980) ===''COLLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Felton Collard|Collard, Cyril John Felton]] [https://www.familysearch.org/tree/person/details/97X9-6VY] - 1896(NSW)-1969(NSW) - Licences: 2CF Maitland West (1927-1939) - Qualifications: AOCP 362, 1927, No. ?? in NSW; 2COCP 540, 1941; BOCP 541, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lorn, 1930-1963); retired (North Maitland, 1968) ===''COLLINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Joseph Collins|Collins, Clarence Henry Joseph]] [https://www.familysearch.org/tree/person/details/M1Y1-GB1] - 1891(SA)-1974(SA) - Licences: 5FC Adelaide (Marryatville, 1932-1939) - Qualifications: cc; AOCP 1043, 1932, SA; BOCP 29, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Marryatville, SA, 1939-1943) ===''COLLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Andrew Collis|Collis, George Andrew]] - 1869(Tas)-1926(Tas) - Receive Hobart, radio clubs (Tasmanian Radio Club, foundation member, 1922+), electrician (Zinc Co., Hobart, 1921) - potential misidentification, George Arthur Collis, Radio Research Club, Hobart, witness to Royal Commission Wireless 1927 * [[/Ralph Collis|Collis, Ralph]] [https://www.familysearch.org/tree/person/details/GX1J-48N] - 1918(WA)-2013(WA)105yo - Licences: 6LY Perth (Bayswater, 1935-1939) - Qualifications: cc; AOCP 1454, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Bayswater, WA, 1943; Scarborough, WA, 1949-1958); proprietor (Cadoux, WA, 1963; Tuart Hill, WA, 1968); business proprietor (Dianella, WA, 1972-1977); proprietor (Bedford, WA, 1980) ===''COLTHEART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Coltheart|Coltheart, Clarence James]] - 1885(Tas)-1962(Tas) - Licences: 7BF Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Brunswick, Vic, 1913-1914; Queenstown, 1922-1954) ===''COLTHRUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Colthrup|Colthrup, James Frederick]] [https://www.familysearch.org/tree/person/details/LBW8-J4Z] - 1908(Vic)-1942(Qld) - Licences: 3PL Melbourne (Clifton Hill, 1934-1939) - Qualifications: AOCP 1368, 1934, No. ?? in Vic; 1COCP 374, 1940 - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, Wireless & Gunnery School) - Electoral Rolls: mechanic (Clifton Hill, 1931); engineer (Clifton Hill, 1937); airman (Clifton Hill, 1942) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/623876] ===''COLVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Victor Colville|Colville, Sydney Victor]] [https://www.familysearch.org/tree/person/details/G3WQ-S78] - 1894(Vic)-1966(NSW) - Licences: XQF Brisbane (South Brisbane) (1913); 2FA Receive Sydney (1922); 2FA Sydney (1923-1925); 2VH Sydney (1935-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; wireless retail business proprietor (Colville Moore) - Electoral Rolls: clerk (Wooloongabba, 1917; Chelmer, 1919-1921); broker (Bowen Hills, 1922); manufacturer (Drummoyne, NSW, 1930-1933); merchant (Lane Cove, 1935-1936); manufacturer (Darlinghurst, NSW, 1936-1937); company director (Glenbrook, 1943-1963) ===''CONDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Sylvester Condon|Condon, Austin Sylvester]] [https://www.familysearch.org/tree/person/details/G3RG-K2K] - 1924(SA)-2011(SA) - Licences: 5WO Laura (1954-1980+) - Qualifications: AOCP 3012, 1949, SA - amateur operator - Electoral Rolls: Nil [https://www.adelaidenow.com.au/ipad/obituaries-tributes-to-three-of-our-finest/news-story/845c3a27d81fd8a8f4bbe436503a9b1e Obit] ===''CONDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Tasman Conder|Conder, Walter Tasman "Wally"]] [https://www.familysearch.org/tree/person/details/G6CJ-DTS] - 1888(Tas)-1974(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as General Manager, BCA, 3LO) - Electoral Rolls: teacher (Launceston, 1914); soldier (Langwarrin Military Camp, 1918-1921; Melbourne, 1924); secretarial (Melbourne, 1925-1928); entrepreneur (Melbourne, 1931-1937); secretary (Melbourne, 1943) - Links: [https://adb.anu.edu.au/biography/conder-walter-tasman-5747 ADB] ===''CONGDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bert Congdon|Congdon, Bert "Bertie"]] [https://www.familysearch.org/tree/person/details/9VVJ-CMW] - 1891(Vic)-1961(WA) - Licences: 6BA Receive Perth (Subiaco, 1923-1924); 6BC Perth (Subiaco, 1927-1939, 1946-1960) - Qualifications: cc; AOCP 382, 1927, No. ?? in WA - amateur operator; amateur broadcaster; WW1; civil servant - Electoral Rolls: civil servant (Subiaco, 1925-1958) ===''CONNELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dermot Anthony Connelly|Connelly, Dermot Anthony]] [https://www.familysearch.org/tree/person/details/G8L5-2VC] - 1903(Vic)-1965(Vic) - Licences: 3BU Receive Melbourne (St Kilda, 1922); 3BU Melbourne (St Kilda, 1923-1925); 3ADK Melbourne (St Kilda, 1948; Ivanhoe, 1954-1965) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: manager (Caulfield, 1927-1936); Air Force officer (St Kilda, 1937); nil (Frankston, 1949); photographer (Ivanhoe, 1954-1963) ===''CONNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilson Connon|Connon, George Wilson]] [https://www.familysearch.org/tree/person/details/GXGF-8Z2] - 1907(Sct)-1976(SA) - Licences: 5KJ Booleroo (1937-1939); 5KJ Yunta (1947); 5KJ Alice Springs (1948-1954); 5KJ Adelaide (Millswood Estate, 1955-1956); 5KJ Port Lincoln (1960); 5KJ Berri (1965-1969); 5KJ Barmera (1975) - Qualifications: cc; AOCP 1991, 1937, SA; 2COCP 336, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: pensioner (Millswood East, SA, 1939); bookkeeper (Port Augusta, SA, 1941-1948); radio technician (Alice Springs, NT, 1949-1954) ===''CONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emmett Bernard Connor|Connor, Emmett Bernard]] [https://www.familysearch.org/tree/person/details/GXCB-L7Q] - 1913(Qld)-1977(Qld) - Licences: 4CE Gindie (1936); 4OC Longreach (1956); 4OC Fernlees (1960); 4OC Brisbane (Aspley, 1965-1969) - Qualifications: cc; AOCP, not yet identified; BOCP 280, 1940; 3COCP 5529, 1965 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing shed hand (Gindie, Qld, 1936); radio mechanic (Enoggera, Qld, 1937); radio technician (Longreach, Qld, 1943-1949); business Manager (Cramsie, Longreach, Qld, 1954-1958); grazier ("Ronnoc Downs", Fernlees, Qld, 1958-1963; Aspley, Qld, 1963-1977) * [[/Laurance Kingsley Connor|Connor, Laurance Kingsley]] [https://www.familysearch.org/tree/person/details/L2GD-KPT] - 1907(NSW)-1950(NSW) - 2LK Sydney (Belmore, 1925-1926), 2ALC Sydney (Lakemba, 1948; Cammeray, 1950), amateur operator (AOCP 68, 1925, No. ?? in NSW; CPRT 881, 1925; 2COCP 199, 1930; 1COCP 220, 1939), amateur broadcaster * [[/Stephen James Connor|Connor, Stephen James]] [https://www.familysearch.org/tree/person/details/GH4J-FP4] - 1894(NSW)-1979(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 235, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Electoral Rolls: radio telegraphist (Broome, 1917); electrical engineer (Strathfield, NSW, 1930; Lismore, NSW, 1933); electrician (Darlinghurst, NSW, 1934; Strathfield, NSW, 1936-1963); retired (Lapstone, NSW, 1972) * [[/Terence Connor|Connor, Terence]] [https://www.familysearch.org/tree/person/details/G6MC-3DV] - 1916(Tas)-1982(Tas) - Licences: 7CT Hobart (Rokeby, 1936-1939; City, 1946-1948); 7CT Huonville (1954-1960); 7CT Hobart (Bellerive, 1965-1980+) - Qualifications: cc; AOCP 1643, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: auto-electrician (New Town, 1943; Hobart North, 1949); manager (Huonville, 1949-1954); sales rep. (Bellerive, 1963-1977) ===''CONRAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Ernest Conrad|Conrad, Raymond Ernest]] [https://www.familysearch.org/tree/person/details/GSP2-VGS] - 1905(Tas)-1977(Tas) - Licences: 2TR Sydney (Bexley, 1930-1937; Rockdale, 1938-1939); 7TR Hobart (Derwent Park, 1947; Moonah, 1948-1956; Berriedale, 1960-1975) - Qualifications: AOCP 651, 1930, No. ?? in Tas; BOCP 308, 1940 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: battery fitter (Bexley, 1930); storeman (Bexley, 1931-1934); clerk (Bexley, 1935-1936; Rockdale, 1937); purchasing officer (Cameray, 1943); radio manufacturer (Moonah, 1949-1954); engineer (Hospital, Rosetta, 1963) ===''CONRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Conry|Conry, William Henry]] [https://www.familysearch.org/tree/person/details/GDJL-HCR] - 1892(Vic)-1959(Qld) - Licences: 3OK Melbourne (Armadale, 1923-1925); 3CO Melbourne (Brighton, 1931-1939) - Qualifications: cc; CPRT 260, 1916; 1COCP 44, 1935 - amateur operator; amateur broadcaster; WW1 (Merchant Marine); RANRS; witness to Royal Commission 1927 (obo PMGD Vic) - Electoral Rolls: mechanic (Windsor, Vic, 1914-1919; Armadale, 1921-1924); inspector (Brighton, 1925-1937); radio inspector (South Brisbane, 1943-1949); postal official (St Lucia, 1954-1958) ===''CONWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn Laurence Dean Conway|Conway, Mervyn Laurence Dean]] [https://www.familysearch.org/tree/person/details/G6MH-GHZ] - 1912(Tas)-1979(Tas) - Licences: 7CL Launceston (1936-1939, 1948-1960); 7CL Hobart (West Hobart, 1965-1975) - Qualifications: cc; AOCP 1684, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Nelson, 1936); school teacher (Launceston East, 1937); teacher (Devonport, 1943; New Town, 1949-1958) ===''COOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Byron Cook|Cook, Ernest Byron "Ernie"]] [https://www.familysearch.org/tree/person/details/M46M-M3J] - 1902(Vic)-1981(Vic) - Licences: 3CK Tresco (1926-1927); 3CK Kerang (1931); 3EC Swan Hill (1938-1939); 3EC Melbourne (Coburg, 1946-1975) - Qualifications: AOCP 295, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: foreman (Swan Hill, 1937-1942) * [[/Victor Roy Percival Cook|Cook, Victor Roy Percival "Roy"]] [https://www.familysearch.org/tree/person/details/MYJG-6C6] - 1899(SA)-1980(SA) - Licences: XVN Adelaide (1913-1914); S099 Adelaide (1920s); 5AC Adelaide (Prospect, 1923-1927; Rose Park, 1928-1931; Kilkenny, 1933-1939, 1946-1948; Woodville, 1954-1975; Somerton Park, 1980) - Qualifications: cc; AOCP 94, 1925, No. ?? in SA - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: analyst (Kilkenny, 1939-1943) ===''COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Robert Cooke|Cooke, Clarence Robert]] [https://www.familysearch.org/tree/person/details/GF3Z-3P6] - 1891(???)-1970(WA) - Licences: 6CP Perth (Bayswater, 1932-1939, 1947-1965) - Qualifications: cc; AOCP 1068, 1932, WA - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Mornington Mills, WA, 1914); locomotive driver (Mornington Mills, WA, 1921-1926); locomotive engine driver (Bayswater, WA, 1931-1968) * [[/Clive J. Cooke|Cooke, Clive J.]] - 19??(???)-19??(???) - 4CC Brisbane (Chermside, -1952+), amateur operator (AOCP ??, 19??, No. ?? in Qld) * [[/Frank Basil Cooke|Cooke, Frank Basil "Basil"]] [https://www.familysearch.org/tree/person/details/G7Q6-TN8] - 1892(SA)-1967(NSW) - XADW Sydney (1913), 2LI Sydney (1922-1924), 2XQ Receive Sydney (1923), 2DJ Sydney (Northbridge, 1924-1931; Mosman, 1933-1939), early wireless experimenter, amateur operator (pre AOCP; AOCP 39, 1924, No. ?? in NSW), amateur broadcaster, radio clubs (WIA NSW, vice-president 1923) * [[/Frederick William Cooke|Cooke, Frederick William]] [https://www.familysearch.org/tree/person/details/GZB8-V6L] - 1906(Eng)-1981(Vic) - Licences: 3FW Melbourne (Footscray, 1926-1927) - Qualifications: AOCP 311, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: meter tester (Footscray, 1926-1949) ===''COOKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Cookson|Cookson, Arnold]] [https://www.familysearch.org/tree/person/details/G6YD-87L] - 1889(Eng)-1971(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 201, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: telegraphist (Thursday Island, 1919); no occupation (Darlinghurst, 1949); clerk (Northbridge, 1949-1963; Bexley, NSW, 1968) * [[/Joseph George Cookson|Cookson, Joseph George "George"]] [https://www.familysearch.org/tree/person/details/KGCW-Z8N] - 1888(Vic)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 862, 1925; 2COCP 21, 1929; 1COCP 34, 1930 - RANRS (1919), AWA - Relationships: Father of Leonard Kenneth Cookson - Electoral Rolls: engine driver (Crossover, Vic, 1912-1913; Bacchus Marsh, 1914-1915); mechanic (Alphington, 1917); engineer (Cooktown, 1919); radio engineer (Radio Station, Carlingford, NSW, 1930-1935; Croydon, NSW, 1943-1958) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] * [[/Leonard Kenneth Cookson|Cookson, Leonard Kenneth "Len"]] [https://www.familysearch.org/tree/person/details/GXQ8-JHV] - 1917(Vic)-2005(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - AWA - Relationships: Son of Joseph George Cookson - Electoral Rolls: foreman (Concord, NSW, 1943); electrical fitter (Croydon, 1943-1954; Glebe, 1958; Blacktown, 1963-1980) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] ===''COOLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Cooling|Cooling, Ernest Richard]] [https://www.familysearch.org/tree/person/details/LVZL-GSC] - 1885(Qld)-1936(Qld) - Licences: 4BN Toowoomba (1924-1927) - Qualifications: cc; AOCP 11, 1924, No. 3 in Qld - amateur operator; amateur broadcaster; honorary radio inspector (Toowoomba, 1924), (Halcyon P. 4) - Comment: A tragic end to a productive life - TroveTag: "4BN - Ernest Richard Cooling" - Electoral Rolls: letter carrier (Toowoomba, 1908); telegraphist (Bowen, 1912); postal assistant (Toowoomba, 1913-1930) ===''COOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Saint Coombe|Coombe, Geoffrey Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-TXS] - 1913(SA)-19??(???) - Licences: 5ML Adelaide (Hindmarsh, 1931-1939; Croydon, 1947-1948; Brooklyn Park, 1960-1980+) - Qualifications: cc; AOCP 756, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5MR Jack Robert Saint Coombe - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Croydon, 1941) * [[/Jack Robert Saint Coombe|Coombe, Jack Robert Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-T3C] - 1910(SA)-1981(SA) - Licences: 5MR Adelaide (Stirling West, 1954-1980+) - Qualifications: cc; AOCP 2923, 1949, SA - amateur operator; amateur broadcaster - Relationships: Brother of 5ML Geoffrey Saint Coombe - Electoral Rolls: electrician (Hindmarsh, SA, 1939; Croydon, SA, 1941); electrical mechanic (Mt Lofty, SA, 1943) ===''COOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edwin Charles Cooper|Cooper, Alfred Edwin Charles]] [https://www.familysearch.org/tree/person/details/GZV9-9GK] - 1904(NSW)-1997(NSW) - Licences: 2AL Receive Sydney (Ashfield, 1922); 2AL Sydney (Ashfield, 1923-1926); 2UO Sydney (Northbridge, 1947-1950); 2AUO Sydney (Yacht Asgard, 1948-1960); 4AY Surfers Paradise (1980) - Qualifications: cc; AOCP 180, 1925, No. ?? in NSW; 3COCP 626, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: fruit merchant (Ashfield, 1931); director (Northbridge, 1943-1958); company director (Clareville, 1963-1977) * [[/Eric Cooper|Cooper, Eric]] [https://www.familysearch.org/tree/person/details/GD1M-WC4] - 1925(Tas)-19??(???) - Licences: 7ZEC Evandale (1965-1980+) - Qualifications: cc; AOLCP 870, 1960, Tas - amateur operator - Electoral Rolls: moulder (Evandale, 1949); radio technician (Evandale, 1954) * [[/Ernest Edward Cooper|Cooper, Ernest Edward]] [https://www.familysearch.org/tree/person/details/GZ5F-RLJ] - 1905(Tas)-1951(Tas) - Licences: 7MK Launceston (Youngtown, 1926-1927); 7MC Launceston (City, 1947-1948) - Qualifications: cc; AOCP 261, 1926, No. ?? in Tas; AOLCP 151, 1934 - amateur operator; amateur broadcaster - Relationships: may be related to 7ZEC Evandale (1965-1975) Eric Cooper - Electoral Rolls: radio mechanic (Hobart, 1928); radio engineer (Ulverstone, 1936; Launceston East, 1943; Launceston West, 1949) * [[/Harold More Cooper|Cooper, Harold More or Harold Moore]] [https://www.familysearch.org/tree/person/details/GZ58-SJP] - 1886(SA)-1970(SA) - Licences: Receive Adelaide (Glenelg, 1923-1925); 5HG Adelaide (Glenelg, 1926-1939, 1946-1969) - Qualifications: cc; AOCP 257, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW2; submarine cable telegraphist; archaeologist; historian - Electoral Rolls: telegraphist (Glenelg, 1939-1943) - Links: [https://adb.anu.edu.au/biography/cooper-harold-more-9821 ADB] * [[/James Herbert Cooper|Cooper, James Herbert]] [https://www.familysearch.org/tree/person/details/LVTJ-14B] - 1914(NSW)-1992(NSW) - Licences: 2ZG Sydney (Wollstonecraft, 1930-1939 - Qualifications: AOCP 701, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Crows Nest, 1936-1943); broker (Mosman, 1949); stock and sharebroker (Wahroonga, 1949-1968); sharebroker (Wahroonga, 1972); broker (St Ives, 1977-1980) ===''CORDINGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harold Cordingley|Cordingley, Charles Harold]] [https://www.familysearch.org/tree/person/details/GDJK-SB4] - 1892(Eng)-1955(Vic) - Licences: 3RF Melbourne (Ascot Vale, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Ararat, 1913); electrical engineer (Flemington, 1915-1919); engineer (Ascot Vale, 1921-1954) ===''CORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert James Core|Core, Herbert James "Herb"]] [https://www.familysearch.org/tree/person/details/L1PF-R2Q] - 1906(Qld)-1954(Qld) - Licences: 4HC Brisbane (Coorparoo, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 2012, 1937, Qld; 1COCP 392, 1940 - amateur operator; amateur broadcaster; formerly Sydney - Electoral Rolls: public servant (Greenslopes, Qld, 1929); assistant (Coorparoo, Qld, 1936-1937); public servant (Coorparoo, Qld, 1943-1949; Camp Hill, Qld, 1949-1954) ===''CORNELIUS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Edward Cornelius|Cornelius, Eric Edward]] [https://www.familysearch.org/tree/person/details/LH7P-2MD] - 1916(WA)-1979(WA) - Licences: 6EC Albany (1936-1939); 6EC Kalgoorlie (1947-1948); 6EC Wagin (1954-1955); 6EC Perth (Inglewood, 1956-1975) - Qualifications: cc; AOCP 1635, 1936, WA; TVOCP 200, 1959 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Station 6WA, Wagin, 1949-1954; Inglewood, WA, 1958-1977) ===''CORNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Cameron Corney|Corney, Kenneth Cameron]] [https://www.familysearch.org/tree/person/details/GDGS-2MB] - 1899(Vic)-1990(Vic) - Licences: V755 Receive Bairnsdale (1922); 3GY Receive Bairnsdale (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: farmer (Gogeldrie, NSW, 1949); grazier (Metung, Vic, 1963-1980) ===''COTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alfred Cotton|Cotton, Arthur Alfred]] [https://www.familysearch.org/tree/person/details/KNH3-P9L] - 1897(SA)-1973(SA) - Licences: XVS Adelaide (Glanville, 1913); 5HY Adelaide (Kilkenny, 1926-1928; Colonel Light Gardens, 1931; Kilburn, 1946-1969) - Qualifications: cc; AOCP 270, 1926, No. ?? in SA - early wireless experimenter; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo WIA SA) - Electoral Rolls: engineer (Semaphore, 1939); clerk (Findon, 1943) * [[/Arthur Tylney Cotton|Cotton, Arthur Tylney]] [https://www.familysearch.org/tree/person/details/L7G8-SGG] - 1884(Tas)-1965(Tas) - Licences: Receive Spring Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Kelvedon, 1914-1963) * [[/Leith Simpson Cotton|Cotton, Leith Simpson]] [https://www.familysearch.org/tree/person/details/GZR2-12K] - 1905(SA)-2001(SA) - Licences: 5LG Adelaide (Burnside, 1932-1933); 5LG Iron Knob (1937-1939); 5LG Adelaide (Clarence Gardens, 1946-1948; Parkholme, 1954-1980+) - Qualifications: cc; AOCP 1023, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: boilermaker (Iron Knob, 1939-1941) ===''COTTRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Morgan Cottrell|Cottrell, Joseph William Morgan]] [https://www.familysearch.org/tree/person/details/9VLW-L1Y] - 1897(NSW)-1950(Vic) - Licences: 2ZF Receive Sydney (Randwick, 1923); 2ZN Sydney (Randwick, 1923-1925; Coogee, 1926-1930; Maroubra Junction, 1931; Dundas, 1933-1939, 1946-1947; Carlingford, 1948-1950); 2ADX Sydney (Dundas/Portable, 1937-1939) - Qualifications: cc; AOCP 367, 1927, No. ?? in NSW; AOLCP 1, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Coogee, 1930); broadcaster (Dundas, 1933-1934); radio operator (Dundas, 1936-1943); technician (Carlingford, 1949) ===''COUCHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Clyde McGregor Couchman|Couchman, Clifford Clyde McGregor "Cliff"]] [https://www.familysearch.org/tree/person/details/GQLS-T4D] - 1907(Qld)-1971(Qld) - Licences: 4KZ Kaimkillenbun (1930-1939); 4KZ Dalby (1946-1969) - Qualifications: cc; 2COCP 151, 1930; COCP 1st Class Marconi School (Halcyon) - amateur operator; amateur broadcaster; military (WW2, Navy, wireless officer); broadcast technician (PMGD, 4QS); business proprietor (electrical & radio, Dalby) - Electoral Rolls: labourer (Kaimkillenbun, 1930-1937); engineer (Dalby, 1943-1963); electrical engineer (Dalby, 1968) ===''COULTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Maxwell Coulter|Coulter, Jack Maxwell]] [https://www.familysearch.org/tree/person/details/GXRW-MXK] - 1912(SA)-1985(???) - Licences: 5MC Adelaide (Glenelg, 1936-1937); 3MV Melbourne (Caulfield, 1938-1939); 5JD Adelaide (Ashford, 1947-1948; Ackland Gardens, 1954-1960); 5JK Adelaide (Edwardstown, 1975-1980+) - Qualifications: cc; AOCP 1712, 1936, SA; 2COCP 812, 1944 - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: civil servant (Caulfield West, Vic, 1937); RAN (Port Melbourne, Vic, 1943) ===''COUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Couper|Couper, Andrew "Andy" Jnr]] [https://www.familysearch.org/tree/person/details/L6R8-R1T] - 1893(Qld)-1958(Qld) - Licences: XQM Mareeba (1914); 4BW Mareeba (1923-1939, 1946-1956) - Qualifications: cc; AOCP 71, 1925, No. 5 in Qld - early wireless experimenter (1914 & likely earlier unlicensed); amateur operator; amateur broadcaster; WW2 - Electoral Rolls: iron moulder (Mareeba, 1913-1932); engineer (Mareeba, 1936-1958) ===''COURT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Court|Court, Charles Percy]] [https://www.familysearch.org/tree/person/details/GX6T-Q5T] - 1904(Qld)-1962(Qld) - Licences: 4CT Receive Brisbane (Rosalie, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Bayswater, Qld, 1925-1936; Kedron, Qld, 1937-1958) * [[/Thomas Palmer Court|Court, Thomas Palmer Jnr]] - 1895(Vic)-1976(NSW) - XNY Melbourne (Malvern, 1913-1914), 3BO Melbourne (Malvern, 1922), 3TC Melbourne (Malvern, 1926-1927), early wireless experimenter (CPRT 211, 1916), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, radio clubs (WIA Vic, secretary, 1919-1920+), employment (radio salesman, 1928; STC, chief design engineer, 1954), IRE Aust (president, 1950-1951), father also named Thomas Palmer Court (1861, Vic - 1944, NSW) ===''COUSENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Light Reynolds Cousens|Cousens, Harold Light Reynolds]] [https://www.familysearch.org/tree/person/details/GDG9-3SK] - 1888(NSW)-1965(NSW) - Licences: N743 Receive Summer Hill (1922); 2HW Receive Summer Hill (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: auctioneer (Tamworth, 1930-1963) ===''COUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Stuart Coutts|Coutts, Edwin Stuart]] [https://www.familysearch.org/tree/person/details/94TB-698] - 1893(Qld)-1947(Qld) - Licences: 4BZ Receive Dalby (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motor mechanic (Dalby, 1919-1937); garage proprietor (Dalby, 1943) ===''COWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Christian Nesbit Cowan|Cowan, Christian Nesbit]] [https://www.familysearch.org/tree/person/details/G8XD-6QW] - 1907(NSW)-1994(NSW) - Licences: 2PZ Aberdare (1930-1980+) - Qualifications: cc; AOCP 613, 1930, No. ?? in NSW; BOCP 486, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: railway employee (Aberdare, 1930-1963; Cessnock, 1968-1980) ===''COX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allan Grafton Cox|Cox, Allan (birth) or Allen (census) Grafton]] [https://www.familysearch.org/tree/person/details/LHWX-5XH] - 1892(NSW)-1978(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 120, 1915; 2COCP 103, 1930; 1COCP 347, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIB Brisbane (1917-1918) - Electoral Rolls: operator (Rockhampton, 1914; Pinkenba, 1916-1921); telegraphist (Toorak, 1921-1922; South Yarra, 1926-1927); O.I.C. (Cooktown, 1925; Thursday Island, 1930); radio officer (Clayfield, 1934); O.I.C. (Townsville, 1936-1937); engineer (Rockbank, 1942); wireless officer (Kangaroo Point, 1943; Hendra, Qld, 1949-1958); radio officer (Hendra, 1963-1977) * [[/Erle Harold Cox|Cox, Erle Harold "Harold"]] [https://www.familysearch.org/tree/person/details/LB8Z-RG2] - 1903(Tas)-1989(ACT) - Licences: 3BD Receive Melbourne (Elsternwick, 1922); 3BD Melbourne (Elsternwick, 1922-1927; St Kilda, 1931-1933); 2EP Canberra (Forrest, 1934-1935); 2GU Canberra (Red Hill, 1946-1955); 1GU Canberra (Red Hill, 1956-1965; Mawson, 1969-1980+) - Qualifications: cc; AOCP 245, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; journalist, president Press Gallery, Parliament House 1953 - Awards: O.B.E. for contribution to journalism in Australia 1953 - Relationships: son of Erle Cox, science fiction author [https://adb.anu.edu.au/biography/cox-erle-5799] - Electoral Rolls: journalist (Caulfield, 1931; Gardiner, 1936; Forrest, 1937; Red Hill, 1943-1968; Mawson, 1972-1980) * [[/Harold Edward Cox|Cox, Harold Edward or Harold]] [https://www.familysearch.org/tree/person/details/G8GQ-2RT] - 1892(Eng)-1975(Qld) - Licences: 6HE Geraldton (1927) - Qualifications: cc; CPRT 17, 1914; 1COCP 35, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIO Broome (1917-1918) - Electoral Rolls: wireless operator (Broome, WA, 1916-1917; Geraldton, WA, 1922-1930); broadcast manager (Townsville, Qld, 1931-1937); manager (4WK, Warwick, Qld, 1943); representative (Coorparoo, Qld, 1943); wireless representative (Coorparoo, Qld, 1949-1972) ===''COXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Wooton Coxon|Coxon, Robert Wooton]] [https://www.familysearch.org/tree/person/details/GZZ2-HVL] - 1905(WA)-19??(???) - Licences: 6RW Northam (1924-1927) - Qualifications: cc; AOCP 30, 1924, No. ?? in WA - amateur operator; amateur broadcaster; mining engineer, NT Gov (Director of Mines, 1947); WW2 - Relationships: no apparent relation with 6AG Wally Coxon - Electoral Rolls: engineer (Cheltenham, SA, 1943); civil servant (Alice Springs, 1949-1954) * [[/Walter Ernest Stanley Coxon|Coxon, Walter Ernest Stanley "Wally"]] [https://www.familysearch.org/tree/person/details/GCY8-JBS] - 1891(NSW)-1968(WA) - Licences: XYK Perth (Maylands, 1913); 6AG Perth (North Perth, 1924; Inglewood, 1925-1931; Mt Lawley, 1933-1939; Bayswater, 1946-1947; Darlington, 1948-1960; Claremont, 1965) - Qualifications: cc; AOCP 124, 1925, No. ?? in WA - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (6WF) - Relationships: no apparent relation with 6RW Robert Wooton Coxon - Electoral Rolls: fitter (Maylands, 1914); engineer (Maylands, 1925-1937); radio engineer (East Perth, 1943; Darlington, 1949-1958); retired (Claremont, 1963-1968) - Links: [http://messui.polygonal-moogle.com/valves/NW199311.pdf EA0] [http://messui.polygonal-moogle.com/valves/NW199404.pdf] [http://messui.polygonal-moogle.com/valves/NW199405.pdf EA2] ===''COZINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Cozins|Cozins, Charles Frederick]] [https://www.familysearch.org/tree/person/details/GF78-6FW] - 1908(WA)-2001(WA) - Licences: 6AC Perth (City, 1931-1933); 6AD Perth (Canning Bridge, 1947-1948) - Qualifications: cc; AOCP 742, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (North Perth, WA, 1931); radio mechanic (Corrogin, WA, 1936); marine collector (Kalgoorlie, WA, 1943); cook (West Perth, WA, 1949); storekeeper (Kalgoorlie, WA, 1949-1954); clerical assistant (South Perth, WA, 1958); clerk (Rivervale, WA, 1963-1972); retired (Kewdale, WA, 1977-1980) ===''CRAIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith William Craig|Craig, Keith William]] [https://www.familysearch.org/tree/person/details/GDNB-7FD] - 1921(NSW)-1999(NSW) - Licences: 2AJV Newcastle (Stockton, 1938-1939); 2EP Newcastle (New Lambton, 1948-1969) - Qualifications: cc; AOCP 2102, 1938, NSW - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Stockton, 1943); fitter (Lambton, 1949; New Lambton, 1958-1980) * [[/Walter Archibald Craig|Craig, Walter Archibald]] [https://www.familysearch.org/tree/person/details/GZ2F-7X4] - 1907(NSW)-1956(NSW) - Licences: 2XI Receive Sydney (Croydon, 1923); 2XI Sydney (Croydon, 1924-1939) - Qualifications: cc; AOCP 220, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Croydon, 1930-1954) ===''CRAMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warne Hutton Cramond|Cramond, Warne Hutton]] [https://www.familysearch.org/tree/person/details/9XQB-N2G] - 1898(NSW)-1951(NSW) - Licences: 2KJ Sydney (Lane Cove, 1928-1939, 1946-1950) - Qualifications: AOCP 397, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lane Cove, 1930-1949) ===''CRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Rae Cran|Cran, Morris Rae]] [https://www.familysearch.org/tree/person/details/G879-B1J] - 1901(Qld)-1959(NSW) - Licences: 4KX Brisbane (West End, 1930-1939); 2MR Sydney (Rockdale, 1946-1947; Randwick, 1954-1955) - Qualifications: cc; AOCP 570, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Electoral Rolls: clerk (West End, 1925-1937); accountant (Bondi, 1943); company secretary (Ranswick, 1954; Coogee, 1958) ===''CRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Layman William Victor Cranch|Cranch, Layman William Victor "Lay"]] - 1910(Qld)-1993(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio engineer, journalist (editor, Australian Radio and Electronics, 1951), business (manager, Kingsley) ===''CRAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Russell Bruce Cameron Craw|Craw, Russell Bruce Cameron "Bruce"]] [https://www.familysearch.org/tree/person/details/KF2Q-54Y] - 1901(Tas)-1934(Vic) - Licences: 7BC Burnie (1930-1933); 3BC Melbourne (1933-1934) - Qualifications: cc; AOCP 671, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Comment: passed too soon - Electoral Rolls: salesman (Burnie, 1922; North Melbourne, 1924; Burnie, 1928); sales (Middle Park, Vic, 1935) ===''CRAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Thomas Crawford|Crawford, Cedric Thomas]] [https://www.familysearch.org/tree/person/details/GD2P-42L] - 1905(NSW)-1977(NSW) - Licences: 2YC Sydney (Burwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Burwood, 1930-1933); engineer (Captain's Flat, 1937-1943); mechanical engineer (Broken Hill South, 1954-1963); engineer (St Ives, 1968-1972) * [[/John Murray Crawford|Crawford, John Murray]] - 19??(???)-19??(???) - senior federal public servant (chief engineer PMGD, involved establishment of first ABC stations), don't confuse with William Tamillas Stephen Crawford * [[/William Tamillas Stephen Crawford|Crawford, William Tamillas Stephen "Bill", "W.T.S.C."]] [https://www.familysearch.org/tree/person/details/G738-35N] - 1880(Vic)-1962(NSW) - state public servant (P&TD, Tas); senior federal public servant (PMGD, radio inspector); RANRS (commissioned telegraphist, 1917) - Comment: don't confuse with John Murray Crawford ===''CREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Creamer|Creamer, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7XK-965] - 1903(NSW)-1973(NSW) - Licences: 2UR Sydney (Glebe Point, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Orange, 1930-1932); electrical engineer (Brewarrina, 1933; Henty, 1934-1935; Grose Vale, 1937; Richmond, 1943-1968) ===''CREDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter John Credlin|Credlin, Peter John]] [https://www.familysearch.org/tree/person/details/GDSB-SH8] - 1938(Vic)-1984(NSW) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) - Comment: Gone too soon - Electoral Rolls: clerk (Camberwell, 1954); engineer (Malvern, 1963; Lower Templestowe, 1967-1980) ===''CRESSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Gillespie Cresswell|Cresswell, Frank Gillespie]] [https://www.familysearch.org/tree/person/details/LR45-Q56] - 1880(Vic)-1963(Vic) - Licences: 3GI Melbourne (East Kew, 1924-1925; Camberwell, 1926-1927); Qualifications: cc; Nil yet identified - federal public service (PMGD); military (Commonwealth Naval Militia, engineer sublieutenant); RANRS (Radio Commander, terminated Nov 1920) - not to be confused with William Rooke '''Creswell''' - Electoral Rolls: instrument fitter (Camberwell, 1903-1906); Engineer-Lieutenant RAN (Prahran, 1912); naval officer (St Kilda, 1914); lieutenant RAN (Hawthorn, 1915-1919); RAN (Kew, 1922-1924); commandant RAN (Frankston, 1928-1934); naval officer (Olivers Hill, 1936-1937); electrical engineer (Armadale, 1943); retired (Somers, 1949; Mt Eliza, 1954; Frankston, 1963) * [[/Harry Leslie Cresswell|Cresswell, Harry Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9456-49G] - 1917(Qld)-1942(Qld) - Licences: 4DL Brisbane (Coorparoo, Qld, 1938-1939) - Qualifications: cc; Nil yet identified, likely RAN - amateur operator; amateur broadcaster; WW2 (RAN, Petty Officer Telegraphist, KIA, HMAS Yarra) - Electoral Rolls: Nil yet identified - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10293831 AWM] [https://www.awm.gov.au/collection/R1690529 Roll of Honour] ===''CRESWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rooke Creswell|Creswell, William Rooke]] [https://www.familysearch.org/tree/person/details/9N4L-WRS] - 1852(Gibraltar)-1933(Vic) - early wireless experimenter (Lytton, Moreton Island), military (RAN; Qld Maritime Defence Force, commandant; Commonwealth Naval Forces, commandant) - Generally considered the father of the RAN, not to be confused with Frank Gillespie '''Cresswell''' - Electoral Rolls: naval commandant (South Brisbane, 1903-1905); director (Toorak, 1909-1919) - Links: [[w:William Rooke Creswell|Wikipedia]]; [https://adb.anu.edu.au/biography/creswell-sir-william-rooke-5817 ADB] [https://www.navy.gov.au/biography/vice-admiral-sir-william-rooke-creswell RAN] ===''CRIBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dunmore Foote Cribb|Cribb, Dunmore Foote]] [https://www.familysearch.org/tree/person/details/LCPP-YQH] - 1899(Qld)-1946(Qld) - Licences: 4DC Brisbane (Indooroopilly, 1925-1927) - Qualifications: cc; AOCP 134, 1925, No. 15 in Qld - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant) - Electoral Rolls: teacher (Indooroopilly, 1921-1943) ===''CRICHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Robert Crichton|Crichton, Stanley Robert]] [https://www.familysearch.org/tree/person/details/LK76-MZH] - 1893(NZ)-1967(NSW) - Licences: 2KH East Maitland (1929-1935); 9OU Port Moresby (1947-1948) - Qualifications: AOCP 542, 1929, No. ?? in NSW; AOLCP 100, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: telephone mechanic (East Maitland, 1930-1935); wireless operator (Maclean, 1936); Radio 2NR (Lawrence, 1937); wireless operator (Ashfield, 1949); PMG technician (Ashfield, 1954-1963) ===''CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cridge, Wilfred Edgar Launder - See Wilfred Edgar Launder-Cridge ===''CRISP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Charles Crisp|Crisp, Henry Charles "Harry"]] [https://www.familysearch.org/tree/person/details/G8XD-5T2] - 1909(NSW)-1996(???) - Licences: 2LX Sydney (Undercliffe, 1930; Hurstville, 1931-1933; Cronulla, 1934-1939, 1946); 2LX Ettalong (1947-1955); 2LX Woy Woy (1956-1961); 2LX Urunga (1965); 2LX Sydney (Cronulla, 1969; Gorokan, 1975-1980+) - Qualifications: AOCP 614, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: "Henry Charles" carrier (Undercliffe, 1930; Hurstville, 1931-1933); radio dealer (Cronulla, 1934-1937); "Harry Charles" examiner (Bondi, 1943); "Henery Charles" no occupation (Ettalong, 1949); "Henry Charles" radio dealer (Ettalong, 1954-1963); "Harry Charles" motel proprietor (Urunga, 1968); manager (Sans Souci, 1972); retired (Cronulla, 1972); "Henery Charles" retired (Gorokan, 1977-1980) ===''CROCKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Edward Crocker|Crocker, Claude Edward]] [https://www.familysearch.org/tree/person/details/L8R6-RZW] - 1875(USA)-1929(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: engineer (West Perth, 1922-1925) * [[/Edward Baker Crocker|Crocker, Edward Baker]] [https://www.familysearch.org/tree/person/details/MYHX-65B] - 1867(Wales)-1955(NSW) - Licences: 2BB Receive Sydney (Marrickville, 1922); 2BB Sydney (Marrickville, 1922-1930) - Qualifications: cc; AOCP 95, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: provision merchant (Marrickville, 1933-1937); retired (Marrickville, 1943-1949); no occupation (Earlwood, 1949-1954) ===''CROME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Keith Crome|Crome, Harry Keith]] [https://www.familysearch.org/tree/person/details/LZTL-HF9] - 1908(Tas)-1975(Tas) - Licences: Receive (Crystal) Hobart (New Town, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: painter (Hobart North, 1936-1954); linotype operator Melbourne (Alphington, 1963-1972) ===''CROMIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Thomas Cromie|Cromie, Charles Thomas]] [https://www.familysearch.org/tree/person/details/G6Z4-73H] - 1883(Vic)-1952(Vic) - Licences: Receive (Valve) Melbourne (Caulfield, 1923) - Qualifications: cc; Nil yet identified - manager (Oliver J. Nilsen & Co, 1927); witness to Royal Commission 1927 (obo 3UZ) - Electoral Rolls: draper (Maffra, 1903; Korumburra, 1905; East Melbourne, 1909; Maffra, 1912); engineer (East Melbourne, 1914); electrical engineer (Malvern, 1915-1917); engineer (Elsternwick, 1919; Caulfield, 1924-1927); electrical engineer (Melbourne East, 1928; Caulfield, 1931); engineer (Caulfield, 1934); director (Armadale, 1936-1949) ===''CROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Leonard Crooks|Crooks, James Alexander Leonard "Len"]] [https://www.familysearch.org/tree/person/details/LK93-6HV] - 1890(Tas)-1973(Tas) - Licences: Receive Launceston (1923-1925); 7BQ Launceston (1925-1969+) - Qualifications: cc; AOCP 61, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; honorary radio inspector (PMG) - Relationships: father of 3AAC John Peter Crooks - Electoral Rolls: clerk (Trevallyn, 1914; Launceston, 1919-1968); no occupation (Low Head, 1972) * [[/John Peter Crooks|Crooks, John Peter]] [https://www.familysearch.org/tree/person/details/LRZL-Z2J] - 1921(Tas)-2013(Vic) - Licences: 3AAC Colac (1960); 3AAC Bulleen (1965-1969) - Qualifications: AOCP 2107, 1938, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: son of 7BQ James Alexander Leonard "Len" Crooks - Electoral Rolls: civil servant (Elsternwick, 1949); engineer (East Geelong, 1954; Bulleen, 1963-1977) ===''CROPLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cropley|Cropley, Eric William]] [https://www.familysearch.org/tree/person/details/GDLL-YVK] - 1893(NSW)-1935(NSW) - Licences: N735 Receive Sydney (Homebush, 1922); 2HT Receive Sydney (Homebush, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of Mervyn Eric Cropley - Electoral Rolls: warehouseman (Homebush, 1930-1933) * [[/Mervyn Eric Cropley|Cropley, Mervyn Eric]] [https://www.familysearch.org/tree/person/details/GDLG-MYS] - 1920(NSW)-1951(Aus) - Licences: cc; Nil yet identified - Qualifications: cc; 2COCP 403, 1941 - amateur operator; amateur broadcaster - Relationships: son of 2HT Eric William Cropley - Electoral Rolls: radio officer (Homebush, 1943); salesman (Blaxland, 1949) ===''CROUCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Casimir Crouch|Crouch, Ernest Casimir "Ern"]] - 1908(???)-1989(NSW) - 2QJ Receive Sydney (Mosman, 1923), 2EC Sydney (Mosman, 1924-1939), 2EC Orange (1946-1980), amateur operator (AOCP 16, 1924, No. 6 in NSW), amateur broadcaster; engineer; Mosman Radio Laboratories 1927 (proprietor?) ===''CROWDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Crowder, Joyce Isabel see Batchler nee Crowder, Joyce Isabel ===''CULLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Norman Seth Culliver|Culliver, Francis Norman Seth "Norman"]] [https://www.familysearch.org/tree/person/details/G82T-SWD] - 1891(Vic)-1962(Vic) - Licences: 3DP Receive Melbourne (East Melbourne, 1922); 3DP Melbourne (East Melbourne, 1923-1925; Hawthorn, 1925-1927); 3UG Melbourne (Rye, 1948-1956); 3UG Queenscliff (1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of Keith Norman Culliver & Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1931-1954) * [[/Ian Douglas Culliver|Culliver, Ian Douglas "Sam"]] [https://www.familysearch.org/tree/person/details/G82T-WDM] - 1916?(Vic)-2002(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 655, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Keith Norman Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) * [[/Keith Norman Culliver|Culliver, Keith Norman]] [https://www.familysearch.org/tree/person/details/G82T-753] - 1914(Vic)-1998(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 656, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) ===''CUMMING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Humberstone Cumming|Cumming, William Humberstone]] [https://www.familysearch.org/tree/person/details/GSLF-9FS] - 1903(Vic)-1956(Vic) - Licences: 3BK Melbourne (Armadale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Notting Hill, 1931); engineer (Cheltenham, 1931); contractor (Malvern, 1936-1949); engineer (Malvern, 1954) ===''CUMMINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Cummings|Cummings, Bruce]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 1928, No. ?? in Qld), amateur broadcaster ===''CUMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Vincent Cummins|Cummins, Reginald Vincent]] [https://www.familysearch.org/tree/person/details/GXCK-FLN] - 1911(Qld)-1957(Qld) - Licences: 4VC Brisbane (Newmarket, 1937-1939) - Qualifications: cc; AOCP 1939, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (East Ipswich, Qld, 1934-1937); public servant (Newmarket, Qld, 1943-1954) ===''CUNLIFFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James August Cunliffe|Cunliffe, James August]] [https://www.familysearch.org/tree/person/details/G7KX-DQW] - 1904(Vic)-1984(Vic) - Licences: 3ZO Melbourne (Croxton, 1930-1931; Preston, 1933-1939, 1946-1947); 3AZO Melbourne (North Fitzroy, 1954; East Preston, 1955-1980+) - Qualifications: AOCP 597, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: cabinet maker (Preston, 1927); electrician (Preston East, 1931-1942); cabinet maker (Preston East, 1949); carpenter (Preston East, 1963-1980) ===''CUNNINGHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hugh Cunningham|Cunningham, Robert Hugh]] [https://www.familysearch.org/tree/person/details/G845-Z7M] - 1909(Vic)-1989(Vic) - Licences: 3ML Melbourne (Malvern, 1928-1937; Hawthorn, 1938-1939; Frankston, 1946-1947; Malvern, 1948-1980+) - Qualifications: AOCP 463, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Malvern, 1931; Gardiner, 1936-1937); RAAF (Frankston, 1949); manager (Malvern, 1949-1954); director (Malvern, 1963-1980) - R. H. Cunningham, electronics retailer? ===''CUREDALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Curedale|Curedale, Albert John]] [https://www.familysearch.org/tree/person/details/GFQ6-S41] - 1914(Aus)-1986(WA) - Licences: 6AE Perth (City, 1934-1939) - Qualifications: cc; AOCP 1385, 1934, WA - amateur operator; amateur broadcaster - Electoral Rolls: presser (North Perth, WA, 1943-1949; West Perth, WA, 1954; Leederville, WA, 1958-1972) * [[/Robert Gordon Curedale|Curedale, Robert Gordon]] - 1906(WA)-1981(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 837, 1924; 2COCP 369, 1931; 1COCP 141, 1937 - - Electoral Rolls: radio operator (Magnetic Observatory, Watheroo, WA, 1931); wireless operator (West Perth, WA, 1936-1937); radio technician (Croydon, NSW, 1943); farming (Watheroo, WA, 1949); geophysicist (Ascot Vale, Vic, 1954; Bentleigh, Vic, 1963; Yokine, WA, 1968); retired (North Beach, WA, 1972; Maylands, WA, 1977-1980) ===''CURETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Poyner Cureton|Cureton, John Poyner "Jack"]] [https://www.familysearch.org/tree/person/details/L29Y-H1R] - 1905(NSW)-1958(NSW) - Licences: 2AY Receive Sydney (Burwood, 1922); 2AY Sydney (Burwood, 1923-1930); 2AU Sydney (Burwood, 1930-1933; Gordon, 1933-1934; Burwood, 1935-1939, 1946-1950); 2AU Little Hartley (1954-1958) - Qualifications: cc; AOCP 168, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Withdrawal: 2AY callsign withdrawn by PMGD in 1930 and reallocated to new commercial 2AY Albury - Electoral Rolls: secretary (Burwood, 1930; Parkes, 1936); engineer (Burwood, 1943); grazier (Little Hartley, 1958) ===''CURLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Clarence Curle|Curle, George Clarence]] [https://www.familysearch.org/tree/person/details/GZ25-DZZ] - 1914(NSW)-1941(Egypt) - licences: 2AJB Sydney (Chullora, 1937-1939) - qualifications: AOCP 1813, 1937, No. ?? in NSW; BOCP 310, 1940 - amateur operator, amateur broadcaster, broadcast engineer (2BL), WW2 - electoral rolls: Nil - "Greater love hath no man than this" ===''CURNOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Ross Curnow|Curnow, Geoffrey Ross]] - 19??(???)-19??(???) - historian (wireless & broadcasting), "The history of the development of wireless telegraphy and broadcasting in Australia to 1942, with especial reference to the Australian Broadcasting Commission : a political and administrative study" ===''CURRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Benjamin John Currie|Currie, Francis Benjamin John]] [https://www.familysearch.org/tree/person/details/G8QY-8JP] - 1903(SA)-1974(SA) - Licences: None yet found - Qualifications: AOCP 395, 1928, No. ?? in SA - amateur operator? - Electoral Rolls: checker (Albert Park, Vic, 1936); storeman (Semaphore, 1939; Queensbury, 1941) * [[/James Lawrence Currie|Currie, James Lawrence "Len"]] [https://www.familysearch.org/tree/person/details/GXCK-9GW] - 1905(Qld)-1960(Qld) - Licences: 4LC Bundaberg (1936-1937); 4LC Proserpine (1938-1939); 4LC St George (1946-1956); 4LC Brisbane (Dutton Park, 1960) - Qualifications: cc; AOCP 1631, 1936, Qld - amateur operator; amateur broadcaster; power station engineer - Electoral Rolls: electrician (New Farm, Qld, 1929; Bundaberg, Qld, 1931-1937); electrical engineer (Blackhall, Qld, 1943; St George, Qld, 1949-1954); engineer (Caboolture, Qld, 1958) ===''CURTIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. F. Curtis|Curtis, R. F.]] - 19??(???)-19??(???) - Licences: 3AI Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''CUSACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Chanel Cusack|Cusack, Leo Chanel]] [https://www.familysearch.org/tree/person/details/G6YN-49P] - 1897(NSW)-1967(Qld) - Licences: 4LC Port Moresby (1925-1926) - Qualifications: cc; CPRT 229, 1916; 1COCP 319, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIT Townsville (1917-1918) - Electoral Rolls: radio operator (Maroubra, 1930); radio telegraphist (Townsville, 1931-1936; Maroubra, 1943); wireless operator (Maroubra, 1949); radio operator (Darwin, 1949-1954); wireless operator (Maroubra, 1958-1963); retired (Bardon, Qld, 1963) * [[/Sidney Claude Cusack|Cusack, Sidney or Sydney Claude or Claud]] [https://www.familysearch.org/tree/person/details/GW42-D16] - 1885(Eng)-1973(Canada) - Licences: 5CK Adelaide (Dulwich, 1924-1926) - Qualifications: cc; CPRT 5, 1914 (No. 5 in Aus and Vic, Commonwealth system) - RANRS (CPO to Warrant Telegraphist, 1917); WW1 - Electoral Rolls: operator (Clayfield, Qld, 1916) ===''CUSHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Thomas Cushen|Cushen, Arthur Thomas]] [https://www.familysearch.org/tree/person/details/GXQL-FP3] - 1920(NZ)-1997(NZ) - prominent MW and SW broadcast listener 1930s to 1990s; DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club, DX Australia) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen/ Autobiography]; [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tributes] ===''CUSITER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert William Macgregor Cusiter|Cusiter, Robert William Macgregor "Mac"]] [https://www.familysearch.org/tree/person/details/M6H8-73C] - 1908(NSW)-1970(???) - 2RW Sydney (Lewisham, 1925-1926; Turramurra, 1927-1929; Pymble, 1930; Lewisham, 1931-1939, 1946-1955; Hornsby, 1956-1969), amateur operator (AOCP 203, 1925, No. ?? in NSW), amateur broadcaster, engineer (Pymble, 1930; Lewisham, 1930-1949; Hornsby, 1958-1968), AWA, PMGD, WW2 (worked on defence electronics) ===''CUTHBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Cuthbert|Cuthbert, Henry]] - 1829(Irl)-1907(Vic) - Postmaster-General Victoria (Jul 1877-Jul 1878; Mar 1880-Aug 1880) ===''CUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Gregory Maxwell Cutts|Cutts, Gregory Maxwell "Maxwell"]] [https://www.familysearch.org/tree/person/details/GQBR-22Q] - 1903(NSW)-1986(NSW) - Licences: Receive (Crystal) Sydney (Croydon, 1923); 2GM Sydney (Croydon, 1924-1927) - Qualifications: cc; AOCP 17, 1924, No. 7 in NSW - amateur operator; amateur broadcaster; radio business proprietor (2ML, Mosman Radio Service) - Electoral Rolls: radio engineer (Mosman, 1930-1937; Abbotsford, 1949); sales manager (North Ryde, 1954-1963); manager (Cheltenham, 1972-1980) =='''D'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''DAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Luja Dahl|Dahl, Norman Luja]] [https://www.familysearch.org/tree/person/details/L433-MY6] - 1888(NZ)-1938(Qld) - Licences: 2ND Sydney (Wahroonga, 1933-1937); 4ND Ayr (1937-1939) - Qualifications: cc; AOCP 1079, 1933, NSW; AOLCP 249, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: consulting engineer (Wahroonga, NSW, 1930-1935); teacher (Wahroonga, NSW, 1937); company director (Ayr, Qld, 1936-1937) * [[/Oscar Sydney Dahl|Dahl, Oscar Sydney "Syd"]] [https://www.familysearch.org/tree/person/details/LLWV-S5D] - 1904(NZ)-1982(Qld) - Licences: 4KA Ayr (1933-1935); 7KA Hobart (1947); 4KA Ayr (1948); 9KA Lae (1969); 4VT Innisfail (1975) - Qualifications: cc; AOCP 1151, 1933, No. ? in Qld - amateur operator; amateur broadcaster; WW2; surveyor - Electoral Rolls: chainman (Arapuni, NZ, 1928-1931); tramline engineer (Ayr, Qld, 1931-1936); engineer (Gordonvale, Qld, 1937); civil engineer (Fitzgerald, Tas, 1943; Ayr, Qld, 1949-1958); surveyor (Innisfail, Qld, 1963-1980) ===''DALBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dalby|Dalby, John]] - 19??(???)-19??(???) - Licences: 5BI Adelaide (SA School of Mines, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Directories: lecturer (School of Mines, Adelaide, 1922-1934) - Electoral Rolls: Nil yet identified ===''DALTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Martin Dalton|Dalton, Robert Martin]] [https://www.familysearch.org/tree/person/details/GZJQ-SH3] - 1897(Vic)-1949(Vic) - Licences: XLB Melbourne (Auburn, 1913); 3UI Mildura (1923-1925); 3UI Melbourne (Balaclava, 1925-1926; Caulfield, 1927; Camberwell, 1931-1933); 3UN Melbourne (Camberwell, 1948) - Qualifications: cc; AOCP 158, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: fruitgrower (Mildura, 1919-1924); radio engineer (Hawthorn, 1926-1927); clerk (Camberwell, 1928); sales (Camberwell, 1931-1949) ===''DANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Dane|Dane, John Edward]] [https://www.familysearch.org/tree/person/details/LYF7-5RS] - 1868(Eng)-1928(Vic) - Licences: Receive (Valve) Melbourne (Hawthorn, 1923); 3JD Melbourne (Hawthorn, 1924-1927) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: commercial traveller (Hawthorn, 1908-1909); merchant (Auburn, 1912-1927) ===''DANGERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Henry Dangerfield|Dangerfield, Joseph Henry "Harry"]] [https://www.familysearch.org/tree/person/details/G9HR-22D] - 1911(Eng)-1997(Qld) - Licences: 4NF Townsville (1936-1939) - Qualifications: cc; AOCP 1686, 1936, Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (radio electrical salesman) - Relationships: brother of 4NL Norman Gerard Dangerfield - Electoral Rolls: radio mechanic (Townsville, Qld, 1937-1954); mechanic (Townsville, Qld, 1958-1977); retired (Airlie Beach, Qld, 1977-1980) * [[/Norman Gerard Dangerfield|Dangerfield, Norman Gerard]] [https://www.familysearch.org/tree/person/details/G9HR-5FD] - 1918(Qld)-1997(Qld) - Licences: 4NL Ayr (1936-1939); 4ND Ayr (1956-1965); 4ND Brisbane (Sherwood, 1969-1975) - Qualifications: cc; AOCP 1687, 1936, Qld; BOCP 1062, 1949 - amateur operator; amateur broadcaster; employment (Elphinstones); broadcast technician (4AY, ABC Townsville); business proprietor (radio) - Halcyon: AOCP at 16yo - Relationships: brother of 4NF Joseph Henry Dangerfield - Electoral Rolls: aircraft fitter (Coorparoo, Qld, 1943); bank officer (Ayr, Qld, 1949); radio technician (Ayr, Qld, 1954; Home Hill, Qld, 1958); clerk (Sherwood, Qld, 1968-1980) ===''DANIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Septimus Daniel|Daniel, Louis Septimus]] - 1834(Eng)-1909(Vic) - experimented with etheric force in mid 1870s, radio clubs (Telegraph Electrical Society of Victoria, member), employment (Vic Post & Telegraphs, concluding acting Secretary, 1897), linguist ===''DARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Darley|Darley, Ernest John]] [https://www.familysearch.org/tree/person/details/G4BX-9ZK] - 1898(WA)-1968(WA) - Licences: 6CJ Perth (South Perth, 1923-1930) - Qualifications: cc; CPRT 243, 1916; 2COCP 835, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: motor importer (South Perth, 1925-1936); importer (Rockingham, 1943); technician (South Perth, 1954-1963) ===''DAVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Barrett Davey|Davey, Harold Barrett]] [https://www.familysearch.org/tree/person/details/GDYY-FN4] - 1898(Tas)-1948(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: dental mechanic (Launceston, 1922); electrician (Launceston, 1936-1937); electrical engineer (Launceston, 1943) * [[/John Alfred Davey|Davey, John Alfred]] [https://www.familysearch.org/tree/person/details/GZ6X-FSF] - 1913(SA)-1992(Qld) - 2YE Sydney (Glebe Point, 1935-1938; Ashfield, 1939; Homebush, 1946-1975), amateur operator (1COCP 19, 1934; 3COCP 1029, 1952), amateur broadcaster, radio engineer * [[/John Anderton Davey|Davey, John Anderton]] [https://www.familysearch.org/tree/person/details/GZ6F-3ZH] - 1909(Vic)-1973(Vic) - Receive Melbourne (Brighton, 1923), 3AD Melbourne (Brighton, 1925-1926; Elsternwick, 1927), amateur operator (AOCP 66, 1925, No. ?? in Vic), amateur broadcaster, manufacturer's agent * [[/Ralph William Davey|Davey, Ralph William]] [https://www.familysearch.org/tree/person/details/GXGN-W9X] - 1916(SA)-1999(Vic) - Licences: 5KD Adelaide (North Croydon, 1935-1939; Mile End, 1947; Blanchetown, 1948); 5DY Portable Adelaide (North Croydon, 1938) - Qualifications: cc; AOCP 1481, 1935, SA; 1COCP 515, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: constable (Ridleyton North, SA, 1939; Whyalla, SA, 1941-1948); RAAF (Guildford, WA, 1958; Beaumaris, Vic, 1972-1980) ===''DAVIDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. R. Davidson|Davidson, E. R.]] - 19??(???)-19??(???) - Licences: 4FP Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''DAVIES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Tempest Davies|Davies, Henry Tempest]] [https://www.familysearch.org/tree/person/details/G889-FX9] - 1900(WA)-1987(WA) - Licences: 6HD Perth (Highgate Hill, 1929-1939) - Qualifications: cc; AOCP 563, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Balkatta, 1921); police officer (Mundijong, 1943); sergeant (Victoria Park, 1949-1958; Lathlain Park, 1963-1977; Victoria Park, 1980) * [[/Reginald Raymond Clifford Davies|Davies, Reginald Raymond Clifford]] [https://www.familysearch.org/tree/person/details/GXGM-73Y] - 1915(SA)-1988(WA) - Licences: 5LJ Adelaide (Goodwood Park, 1933-1939; Plympton, 1947-1948); 3AY Melbourne (Prahran, 1954-1960; Heathmont, 1965-1969); 6BQ Perth (Bickley, 1975); 6BQ Denmark (1980) - Qualifications: cc; AOCP 1138, 1933, SA; BOCP 121, 1937; 1COCP 534, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: metal worker (Goodwood Park, SA, 1939); radio engineer (5RM Berri, SA, 1941); mechanic (Plympton, SA, 1941-1943); public servant (Prahran, Vic, 1954); retired (Bickley, WA, 1972-1977) ===''DAVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Hargan Davis|Davis, Henry Hargan or Hargon]] [https://www.familysearch.org/tree/person/details/LT6C-6MB] - 1908(NSW)-1992(SA) - Licences: Receive (Crystal) Sydney (Strathfield, 1923-1924); 2HH Sydney (Strathfield, 1926-1934) - Qualifications: cc; AOCP 289, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Strathfield, 1930-1936); engineer (Strathfield, 1943) - Professor Henry Hargan Davis, BSc, BE (Syd), PhD (Camb), 1946-1973 (Emeritus Professor 1974) [https://docplayer.net/82920769-Engineering-education-the-university-of-adelaide.html] * [[/Ross Raleigh Davis|Davis, Ross Raleigh "Jack"]] [https://www.familysearch.org/tree/person/details/GZ54-9Q4] - 1907(Vic)-1986(NSW) - Licences: 2DS Receive Sydney (Vaucluse, 1920-1922); 2DS Sydney (Vaucluse, 1923-1929; Double Bay, 1930-1933; Rose Bay, 1933-1938; Bellevue Hill, 1938-1939) - Qualifications: cc; AOCP 249, 1926, No. ?? in NSW; CPRTelephony 934, 1926 - amateur operator; amateur broadcaster - Comment: accompanied 2CM on the SS Tahiti; education (Sydney Technical College, Electrical Engineering Degree); employment (AWA, engineer, 1925-1973) - Electoral Rolls: engineer (Double Bay, 1930; Rose Bay, 1933-1937; Bellevue Hill, 1943-1958; Rose Bay, 1958-1980) ===''DAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dawson|Dawson, Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 559, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: stovemaker (Hurlstone Park, 1930); storeman (Marrickville, 1931) - Not yet fully identified * [[/Richard Stanley Dawson|Dawson, Richard Stanley]] [https://www.familysearch.org/tree/person/details/GD52-2NQ] - 1897(Vic)-1983(NSW) - Licences: XZP Hobart (1913-1914); 3DA Melbourne (South Yarra, 1927) - Qualifications: cc; CPRT 282, 1917 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: student (Toorak, 1919); electrical engineer (Melbourne, 1921-1924; Toorak, 1925-1926; South Yarra, 1927-1928); engineer (Artarmon, NSW, 1930; Mosman, 1931-1972; Roseville, NSW, 1977) ===''DEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Launston Alexander Deane|Deane, Launston Alexander]] [https://www.familysearch.org/tree/person/details/GX2G-182] - 1909(SA)-1988(SA) - Licences: 5LD Adelaide (Tusmore, 1933; Hazelwood Park, 1937-1939; Royston Park, 1947-1955; Hazelwood Park, 1956-1965; St Georges, 1969-1975) - Qualifications: cc; AOCP 1090, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Burnside, SA, 1939-1943) * [[/Raymond Kyrle Deane|Deane, Raymond Kyrle]] [https://www.familysearch.org/tree/person/details/GX2P-HB1] - 1917(SA)-2010(SA)93yo - Licences: 5RK Adelaide (Fullarton, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1728, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: warehouseman (Fullarton, SA, 1939-1941); clerk (Fullarton, SA, 1943) ===''DE BAVAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Jean Xavier de Bavay|de Bavay, Francis Jean or John Xavier ]] [https://www.familysearch.org/tree/person/details/GXFJ-D1R] - 1887(Vic)-1955(Tas) - Licences: 4FO Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: analytical chemist (Kew, Vic, 1909); brewer (West Perth, WA, 1916); chemist (Cannon Hill, Qld, 1919-1921); manager (New Farm, Qld, 1925); master brewer (Cascades, Tas, 1928-1936); manager (Hobart South, Tas, 1943-1954) ===''DE CRESPIGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Champion de Crespigny|de Crespigny, Philip Champion]] [https://www.familysearch.org/tree/person/details/KCJG-QN9] - 1879(Vic)-1918(Palestine) - Licences: XPU Melbourne (Brighton, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Relationships: half brother of 3FM Royalieu Dana Champion de Crespigny - Sacrifice: "Greater love hath no man than this" * [[/Royalieu Dana Champion de Crespigny|de Crespigny, Royalieu Dana Champion]] [https://www.familysearch.org/tree/person/details/KH7P-7SD] - 1905(Vic)-1985(Vic) - Licences: 3FM Melbourne (Brighton, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Elmhurst, 1936-1949); farmer (Cobden, 1954; South Ecklin, 1963-1980) - Relationships: half brother of XPU Philip Champion de Crespigny ===''DE CURE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Gerard de Cure|de Cure, John Edward Gerard]] [https://www.familysearch.org/tree/person/details/LVD6-DWD] - 1899(SA)-1989(SA) - Licences: 3WL Melbourne (Coburg, 1929-1933); 5KO Adelaide (Glenelg, 1937-1939, 1946-1956); 2KO Sydney (Artarmon, 1957-1958); 5KO Adelaide (Fulham, 1960-1980+) - Qualifications: cc; AOCP 535, 1929, No. ?? in Vic; 1COCP 22, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Cobden, 1954); public servant (North Carlton, 1921-1924; Coburg, 1927-1934; Artarmon, NSW, 1958) ===''DEARNESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Sinclair Dearness|Dearness, Harry Sinclair]] - 19??-2004(Qld) - 4KW Mackay (1939, 1946-1975), Brisbane (Strathpine) (1980+) - amateur operator (AOCP 2328, 1939, No. ? in Qld), amateur broadcaster, military (WW2, AIF), employment (radio & TV mechanic) ===''DEEGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Edward Deegan|Deegan, Stanley Edward]] [https://www.familysearch.org/tree/person/details/LYK3-2V3] - 1893(Tas)-1944(Tas) - Licences: 7AK Hobart (St Virgil's College, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; public servant (State & Federal, PMGD); WW1 - Electoral Rolls: clerk (Hobart, 1919-1922); civil servant (Hobart, 1928-1936); postal official (Hobart, 1943) ===''DEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival William Deer|Deer, Percival William]] [https://www.familysearch.org/tree/person/details/L2DJ-9ZF] - 1901(SA)-1981(SA) - Licences: 5DR Adelaide (Seacliff, 1928-1933; Brighton, 1937-1939) - Qualifications: cc; AOCP 451, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: machinist (Brighton, 1939-1943) ===''DELBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Joseph Robert Delbridge|Delbridge, Reginald Joseph Robert]] [https://www.familysearch.org/tree/person/details/L439-HNM] - 1888(Eng)-1964(Qld) - Licences: 4RJ Childers (1927); 4RJ Brisbane (Paddington, 1931-1933; Booval, 1937-1939); 4RJ Stanthorpe (1946-1948); 4RJ Brisbane (Northgate, 1954-1955; Toowong, 1956); 4RJ Burleigh Heads (1960) - Qualifications: cc; AOCP 383, 1927, No. 42 in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), minister of religion - Electoral Rolls: clergyman (Ingham, 1917-1919); minister (Kingaroy, 1925); clergyman (Ashgrove, 1943); minister (Stanthorpe, 1949); minister of religion (New Farm, 1954); Methodist Minister (Toowong, 1958); retired (Burleigh Heads, 1963) ===''DELLIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Stephen Dellit|Dellit, Samuel Stephen]] - Licences: VK4ZSS Brisbane, VK3 Melbourne, VK1DXA Canberra - Qualifications: AOLCP Q0078, 1971 - amateur operator, broadcast DXer, broadcast planning engineer, federal public servant, radio historian (aeradio, amateur, broadcast, coastal) ===''DEMPSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter McInnes Dempsey|Dempsey, Walter McInnes "Wally"]] [https://www.familysearch.org/tree/person/details/LTQN-B69] - 1910(Vic)-2010(Vic) - Licences: 3WD Melbourne (Cheltenham, 1929-1931); 7WD Cambridge (1948); 3AZD Melbourne (Pascoe Vale, 1954); 3WD Melbourne (Pascoe Vale, 1955-1969; Oak Park, 1975); 3WD Marong (1980+) - Qualifications: AOCP 515, 1929, No. ?? in Vic; AOLCP 41, 1931; 1COCP 217, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Cheltenham, 1931; Mordialloc, 1936-1937); radio operator (Mentone, 1942); aeradio operator (Cambridge, Tas, 1949); public servant (Pascoe Vale, 1954-1968; Oak Park, 1972); retired (Marong, 1977-1980) ===''DENBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Roy Denby|Denby, Harry Roy]] [https://www.familysearch.org/tree/person/details/LJTS-LLS] - 1906(Qld)-1973(Qld) - Licences: 4FR Receive Brisbane (Brisbane City, 1923); 4AX Brisbane (Kedron, 1936-1939); 4AX Cairns (1947-1969) - Qualifications: cc; AOCP 1800, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: rubber worker (Kedron, Qld, 1936-1937; Cairns, Qld, 1943-1972) ===''DENISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Robert Denison|Denison or Dixson, Hugh Robert]] [https://www.familysearch.org/tree/person/details/L6Q5-WTC] - 1865(NSW)-1940(Vic) - born Hugh Robert Dixson; businessman, parliamentarian, philanthropist; director of Australasian Wireless Co. then Amalgamated Wireless (Australasia) - Links: [[w:Hugh Denison|Wikipedia]]; [https://adb.anu.edu.au/biography/denison-sir-hugh-robert-5955 ADB] ===''DENNEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Roy Denneen|Denneen, Harold Roy]] [https://www.familysearch.org/tree/person/details/GXQG-6YG] - 1894(NSW)-1939(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (A/g Warrant Telegraphist, 1917) - Electoral Rolls: radio telegraphist (Thursday Island, 1928-1937) ===''DENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Roy Dennett|Dennett, Phillip or Philip Roy or Ray]] [https://www.familysearch.org/tree/person/details/KNX4-D9K] - 1897(SA)-1988(Qld) - Licences: 5IV Berri (1931-1938); 4IV Camooweal (1938-1939) - Qualifications: cc; AOCP 799, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil servant (Morningside, Qld, 1943; West End, Qld, 1949-1954; Rockhampton, Qld, 1958); public servant (Morningside, Qld, 1963-1977) ===''DERHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Thomas Derham|Derham, Frederick Thomas]] - 1844(Eng)-1922(Vic) - Victorian Postmaster-General (1886-1890) ===''DERRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/V. M. Derrick|Derrick, V. M.]] - 19??(???)-19??(???) - Licences: 2VM Sydney (Bellevue Hill, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''D'EVELYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude D'Evelynes|D'Evelynes, Claude]] [https://www.familysearch.org/tree/person/details/GF39-3D8] - 1916(WA)-1985(NSW) - Licences: 6DC Harvey (1935-1939); 2TZ Sydney (Mona Vale, 1948; Clifton Gardens, 1954-1955); 9TZ Rugli via Lae (1956); 2TZ Sydney (Chatswood, 1958-1980+) - Qualifications: cc; AOCP 1488, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Harvey, WA, 1936-1937); radio engineer (Mona Vale, NSW, 1949; Mosman, NSW, 1954; Chatswood, NSW, 1958-1968); engineer (Chatswood, NSW, 1977-1980) ===''DEVITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Lane Devitt|Devitt, Raymond Lane]] [https://www.familysearch.org/tree/person/details/LB11-PTK] - 1905(Tas)-1992(WA) - Licences: 6DR Perth (Nedlands, 1937-1939) - Qualifications: cc; CPRT 990, 1928; 2COCP 287, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: service engineer (Nedlands, WA, 1931); manager (Nedlands, WA, 1949-1980) ===''DEWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Owen Dewan|Dewan, John Owen (Electoral Rolls) or Owen John (BMD)]] [https://www.familysearch.org/tree/person/details/GFML-2D4] - 1907(WA)-1980(WA) - Licences: 6JK Perth (Maylands, 1930-1931; Mt Lawley, 1933; City, 1937; North Perth, 1938-1939) - Qualifications: cc; AOCP 715, 1930, No. ?? in WA; 3COCP 188, 1936; 2COCP 99, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: butcher (Maylands, WA, 1931; North Perth, 1934-1937); teacher (East Perth, WA, 1943); trade instructor (Nedlands, WA, 1949-1980) ===''DEXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Dexter|Dexter, John Henry]] [https://www.familysearch.org/tree/person/details/G428-3PS] - 1906(Eng)-1983(Vic) - Licences: 3DR Melbourne (Northcote, 1926-1927); 3VR Melbourne (Sandringham, 1938-1939; Black Rock, 1946-1956; Parkdale, 1960-1965; Mt Eliza, 1969-1980+) - Qualifications: AOCP 241, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Northcote, 1927); engineer (Preston, 1931; Sandringham, 1942-1954); radio mechanic (Mordialloc, 1963); retired (Mt Eliza, 1968-1980) ===''DICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Dick|Dick, F.]] - abt 1883(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''DIDDAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Harlin Flower Diddams|Diddams, Robert Harlin or Harland Flower]] [https://www.familysearch.org/tree/person/details/GMZN-YJP] - 1899(Qld)-1969(Qld) - Licences: Receive Brisbane (Toowong, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bookkeeper (Toowong, Qld, 1921-1925); printer (Ashgrove, 1936-1958); retired (Kangaroo Point, Qld, 1968) ===''DILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Dillon|Dillon, Arthur Ernest "Ernie" "Ern"]] [https://www.familysearch.org/tree/person/details/G85L-HH7] - 1902(Qld)-1960(Qld) - Licences: 4CH Receive Brisbane (New Farm, 1922); 4CH Brisbane (New Farm, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (New Farm, 1925); engineer (New Farm, 1929); electrical engineer (Atherton, 1931-1932); electrician (Greenslopes, 1943-1954; Mt Gravatt, 1958) ===''DINEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Dineen|Dineen, Geoffrey John]] [https://www.familysearch.org/tree/person/details/GM8L-9R6] - 1919(Tas)-1999(Tas) - Licences: 7GD Launceston (1935-1939, 1946-1948) - Qualifications: cc; AOCP 1588, 1935, No. ?? in Tas; 3COCP 6330, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Launceston, 1949-1968) ===''DIRCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Alfred Dircks|Dircks, Alexander Alfred]] [https://www.familysearch.org/tree/person/details/GDRD-6GN] - 1858(NSW)-1929(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - senior federal public servant (PMGD, Electrical Engineer) - Electoral Rolls: Nil yet identified ===''DIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gurnhill Dixon|Dixon, Arthur Gurnhill]] [https://www.familysearch.org/tree/person/details/G826-18S] - 1896(Tas)-1966(Vic) - Licences: XZA Wynyard (1913-1914); 3JG Melbourne (Hawthorn, 1933); 3AD Melbourne (Hawthorn, 1937-1939, 1947-1948); 3AVE Melbourne (Nunawading, 1965) - Qualifications: cc; CPRT 462, 1919; 2COCP 160, 1930; 1COCP 271, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Wynyard, 1919); wireless mechanic (Hawthorn, 1934); technician (Auburn, 1936-1937); inspector (Surrey Hills, 1943-1963) - Probate: retired marine inspector (Melbourne, 1966) * [[/Arthur Lionel Dixon|Dixon, Arthur Lionel]] [https://www.familysearch.org/tree/person/details/G82F-YX7] - 1897(Eng)-1968(NSW) - Licences: 236 Sydney (Burwood, 1920); 2BS Receive Sydney (Burwood, 1922-1923); 2AD Sydney (Canterbury, 1929; Strathfield, 1930); 4AD Brisbane (Norman Park, 1931-1939) - Qualifications: cc; CPRT 202, 1916; 2COCP 288, 1930; 1COCP 170, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Concord, NSW, 1930; Norman Park, Qld, 1931-1943); RANVR (Kyeemagh, 1943); engineer (Waverton, 1949; Eastwood, 1954; Lidcombe North, 1958); managing director (Blakehurst, 1963-1968) * [[/Charles Frederick Musgrave Dixon|Dixon, Charles Frederick Musgrave]] [https://www.familysearch.org/tree/person/details/L27B-XXY] - 1894(NSW)-1986(NSW) - Licences: 2II Receive Cootamundra (1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: operator (Cootamundra, 1930-1937); telegraphist (Goulburn, 1943; Annandale, 1949-1954; Camperdown, 1958-1980) * [[/John Malcolm Dixon|Dixon, John Malcolm]] [https://www.familysearch.org/tree/person/details/GWD1-HXH] - 1922(Vic)-2008(Vic) - Qualifications: cc; Nil yet identified - broadcast planning engineer (PMGD, ABCB, P&TD); education (Scots College, 1935-1939); military (WW2, AIF, 1942-1945) - Links: [https://www.scotch.vic.edu.au/greatscot/2008decGS/74.htm Obit] * [[/Lionel Stanley Dixon|Dixon, Lionel Stanley]] [https://www.familysearch.org/tree/person/details/L1PR-QD2] - 1912(Vic)-1998(Vic) - Licences: 4LF Brisbane (Redcliffe, 1938-1939); 3TE Melbourne (Croydon, 1947-1948; Elwood, 1954-1980); 4LF Brisbane (Redcliffe, 1960-1975) - Qualifications: cc; AOCP 2177, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Glenferrie, Vic, 1934-1937); builder (Box Hill South, Vic, 1949; Elsternwick, Vic, 1954-1967; Elwood, Vic, 1972-1980) * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 2ZI Condong (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 4GF Victoria Hills, Herbert River (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Reginald Hilton Dixon|Dixon, Reginald Hilton]] [https://www.familysearch.org/tree/person/details/G82N-FQV] - 1915(NSW)-1978(NSW) - Licences: 2QD Albury (1933-1937); 2QD Armidale (1938-1939); 2QD Albury (1946-1980) - Qualifications: cc; AOCP 1216, 1933, NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Albury, Qld, 1937); telephone mechanic (Albury, 1972-1977) ===''DODDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stokell Dodds|Dodds, Sir John Stokell Snr]] [https://www.familysearch.org/tree/person/details/GMYR-2KQ] - 1906(Tas)-1975(NSW) - Licences: 7DJ Hobart (City, 1937-1939, 1946-1948) - Qualifications: cc; AOLCP 208, 1935; AOCP 1851, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (New Town, 1936-1949); manager (Wahroonga, 1954); electrical engineer (Wahroonga, 1958-1968); manager (St Ives, 1972) * [[/John William Matthew Dodds|Dodds, John William Matthew]] [https://www.familysearch.org/tree/person/details/G8NX-3CT] - 19??(???)-19??(???) - Licences: 2KK Kurri Kurri (1930-1939); 2AZD Newcastle (New Lambton, 1955-1969) - Qualifications: AOCP 644, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: miner (Kuri Kurri, 1930-1949; New Lambton, 1954-1980) * [[/Leonard Henry Dodds|Dodds, Leonard Henry "Len"]] - 1908(NSW)-1983(Qld) - 4GD Townsville (1946-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (Townsville ARC, life member), military (Navy, RAAF), employment (PMGD) * [[/Ronald George Dodds|Dodds, Ronald George]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''DODDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Doddy|Doddy, Edward Arthur]] [https://www.familysearch.org/tree/person/details/GXB7-HWS] - 1899(Tas)-1961(WA) - Licences: 6WH Perth (Claremont, 1936-1939, 1947-1960) - Qualifications: cc; AOCP 1817, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Claremont, WA, 1931-1958) ===''DOHRMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Stanley Glenville Dohrmann|Dohrmann, George Stanley Glenville]] [https://www.familysearch.org/tree/person/details/G82G-TB8] - 1902(Vic)-1985(Vic) - Licences: 3AM Receive Melbourne (Canterbury, 1922); 3AM Melbourne (Canterbury, 1922-1925) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Canterbury, Vic, 1924-1926); warehouseman (Burwood, Vic, 1931; Canterbury, 1937-1943); agriculturalist (Mt Dandenong, 1949-1954; Mooroolbark, 1968-1980) ===''DOIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Louis Doig|Doig, Norman Louis]] [https://www.familysearch.org/tree/person/details/LLSD-M17] - 1912(WA)-2014(WA)101yo - Licences: 6ND Carnamah (1937-1939); 6CB Perth (Floreat Park, 1954-1960) - Qualifications: cc; AOCP 2061, 1937, WA; 3COCP 1505, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Carnamah, WA, 1936-1937; Floreat Park, WA, 1943); telegraphist (City Beach, WA, 1949; Floreat Park, WA, 1954-1963; Wembley, WA, 1968-1972); civil servant (City Beach, WA, 1977-1980) ===''DONNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Walter Donne|Donne, Charles Walter]] [https://www.familysearch.org/tree/person/details/9V2T-FC7] - 1897(Vic)-1976(Vic) - Licences: XLO Melbourne (St Kilda, 1913-1914); 2YD Sydney (Neutral Bay, 1923-1925); 3YD Melbourne (St Kilda, 1924-1927) - Qualifications: cc; CPRT 271, 1916; 2COCP 87, 1930 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 (UK Merchant Seaman) - Electoral Rolls: radio telegraphist (St Kilda, 1919-1924); technician (St Kilda, 1925-1931); dealer (Armadale, 1934-1937); investor (Mornington, 1943); grazier (Dromana, 1949-1954); nil (Mornington, 1963-1972) - Migration: South Africa (1955-1962) ===''DOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Lawson Dook|Dook, Valentine Lawson]] [https://www.familysearch.org/tree/person/details/G7X1-NJH] - 1903(WA)-1978(WA) - Licences: 6KB Perth (Maylands, 1931-1933; Mt Hawthorn, 1937-1939, 1947-1956) - Qualifications: cc; AOCP 754, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter's assistant (East Perth, WA, 1931); oil plant attendant (Leederville, WA, 1936-1937); control room operator (Leederville, WA, 1943; Mt Hawthorn, WA, 1949); electrical foreman (Wembley, WA, 1958-1977) ===''DORWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haxton Dorward|Dorward, William Haxton, Jnr]] [https://www.familysearch.org/tree/person/details/GD77-X62] - 1901(Vic)-1937(NSW) - Licences: 3CA Receive Melbourne (Sandringham, 1922-1923); 3CA Melbourne (Sandringham, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: student (Sandringham, 1924-1926); grazier (Moama, 1930; Fort Station, Barnes, 1935-1937) ===''DOUBIKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Thomas Henry Doubikin|Doubikin, William Thomas Henry]] - 1890(Vic)-1927(Tas) - Licences: Hobart Receive 1920s, early wireless experimenter (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, Councillor, 1924), passed too soon ===''DOUDNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Doudney|Doudney, Herbert William]] [https://www.familysearch.org/tree/person/details/MQDH-R32] - 1873(Eng)-1963(Vic) - Licences: 3EM Receive Melbourne (Balaclava, 1922); 3EM Melbourne (Balaclava, 1923-1927) - Qualifications: cc; AOCP 63, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; minister of religion (Holy Trinity Church) - Electoral Rolls: vicar (St Kilda, 1924-1942); nil (Caulfield, 1949-1954; Elsternwick, 1963) ===''DOUGLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gavin Cunningham Douglas|Douglas, Gavin Cunningham]] [https://www.familysearch.org/tree/person/details/G99J-KJ4] - 1912(Vic)-1992(Vic) - Licences: 3YK Melbourne (Bayswater, 1931-1939, 1947-1950+; Blackburn, 1954; Canterbury, 1955-1960+; Surrey Hills, 1965-1980+) - Qualifications: cc; AOCP 743, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Bayswater, 1935-1949); sales representative (Canterbury, 1963; Surrey Hills, 1968-1980) * [[/Gordon Adye Douglas|Douglas, Gordon Adye]] [https://www.familysearch.org/tree/person/details/LRVY-WLJ] - 1878(Tas)-1957(Tas) - Licences: 7BC Receive Gormanston (1923); Receive Gormanston (1923); 7GD Gormanston (1924-1927+) - Qualifications: cc; AOCP 34, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; mining engineer - Electoral Rolls: mining engineer (Gormanston, 1914-1928); draughtsman (Queenstown, 1936); geological surveyor (Queenstown, 1937-1943); no occupation (Hobart South, 1949; Blackman's Bay, 1954) * [[/Hugh Alexander McKay Douglas|Douglas, Hugh Alexander McKay "Harry"]] [https://www.familysearch.org/tree/person/details/LV3Y-3W4] - 1889(Eng)-1951(NSW) - Licences: 2HD (Class B) Newcastle (1926) - Qualifications: cc; Nil yet identified - Class B broadcaster; witness to Royal Commission 1927 (as a Listener) - Electoral Rolls: chauffeur (Newcastle, 1913); vulcaniser (Hamilton, 1930-1935); manager (Newcastle, 1936-1937); engineer (Mayfield, 1943; Hamilton, 1949) ===''DOWDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Lorens Thomas Dowding|Dowding, Philip Lorena or Loreno or Lorens Thomas]] [https://www.familysearch.org/tree/person/details/GZH8-Z6D] - 1901(Tas)-19??(Vic) - Licences: 7AC Receive Hobart (Moonah, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Moonah, 1922); electrician (St Kilda, 1926-1931; Prahran, 1934; Melbourne, 1937; St Kilda, 1943-1949); electrical foreman (Eildon, 1954) ===''DOWNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Downie|Downie, Frederick William]] [https://www.familysearch.org/tree/person/details/K8Y2-LQ8] - 1879(Vic)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Victoria Police (wireless department, senior constable); witness to Royal Commission 1927 (obo VPF) - Electoral Rolls: labourer (Broadford, 1903); constable (North Carlton, 1909-1924); senior constable (Preston, 1927-1936) ===''DOWNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Evan Downing|Downing, William Evan]] [https://www.familysearch.org/tree/person/details/LHV4-K46] - 1874(Vic)-1948(Vic) - Licences: 3LQ Receive Warrnambool (1923); 3LQ Warrnambool (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: brassfounder (Warrnambool, 1912-1937) ===''DOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Laurence Doyle|Doyle, Herbert Laurence]] [https://www.familysearch.org/tree/person/details/G8VG-WVC] - 1894(Vic)-1945(Vic) - Licences: 3HD Melbourne (Malvern, 1930-1931); 3CR Melbourne (Malvern, 1933; Kooyong, 1937; Frankston, 1938-1939) - Qualifications: AOCP 697, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: independent means (St Arnaud, 1924); grazier (Malvern East, 1925-1927); clerk (Malvern East, 1931-1937); home duties (Malvern, 1943) ===''DRAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James George Drake|Drake, James George]] - 1850(Eng)-1941(Qld) - military (Qld Defence Force, 1880s & 1890s), state politician (Qld MLA, 1880s & 1890s), politician (Postmaster-General 1901-1903) ===''DRANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Edward Draney|Draney, Walter Edward]] [https://www.familysearch.org/tree/person/details/9KLP-VT7] - 1896(Qld)-1983(Qld) - Licences: Receive (Valve) Brisbane (Greenslopes, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: electrician (Milton, Qld, 1919; Greenslopes, Qld, 1921-1928; Tully, Qld, 1937; Toowoomba, Qld, 1954; Toowoomba West, Qld, 1958-1977); retired (Drayton, Qld, 1980) ===''DREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred John Drew|Drew, Alfred John]] [https://www.familysearch.org/tree/person/details/GXLB-1HH] - 1907(SA)-1993(SA) - Licences: 5LN Adelaide (Kensington, 1933-1939; Erindale, 1947-1980+) - Qualifications: cc; AOCP 1078, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Erindale, SA, 1943) ===''DU FEU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Albert James Du Feu|Du Feu, Maurice Albert James]] [https://www.familysearch.org/tree/person/details/GF3M-V9D] - 1917(WA)-2010(NSW) - Licences: 6DF Perth (Subiaco, 1937-1939, 1947-1948; West Perth, 1954-1956; Floreat Park, 1960-1965); 6DU Perth (West Perth, 1948); 2BMD Sydney (Lindfield, 1969+) - Qualifications: cc; AOCP 1875, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: company director (West Perth, WA, 1943; Subiaco, WA, 1949); manager (West Perth, WA, 1954; Floreat Park, WA, 1958-1968); retired (Lindfield, NSW, 1972-1980) ===''DUBOIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Louis Dubois|Dubois, Paul Louis]] [https://www.familysearch.org/tree/person/details/GXZQ-QN3] - 1918(NSW)-1996(Qld) - Licences: 4UJ Brisbane (Rosalie, 1936-1939; Holland Park, 1946-1947; South Brisbane, 1948; Highgate Hill, 1954-1960; Bardon 1960); 4PL Brisbane (Bardon 1980+) - Qualifications: cc; AOCP 1677, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; senior public servant (PMGD, Telstra) - Electoral Rolls: engineer (Rockhampton, Qld, 1943; South Brisbane, Qld, 1949); public servant (Highgate Hill, Qld, 1954-1958); engineer (Bardon, Qld, 1958-1977); manager telecommunications (New Farm, Qld, 1980) ===''DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Duff, William Vere Hobart]] [https://www.familysearch.org/tree/person/details/GMZC-JGP] - 1893(Vic)-1970(Vic) - Licences: 3DB Receive Melbourne (Malvern East, 1922); 3DB Melbourne (Malvern East, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: electrical engineer (Malvern East, 1914); engineer (Malvern East, 1919-1924; Glenferrie, 1931-1937; Toorak, 1943-1954; Harkaway, 1958-1968) ===''DUFFY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Duffy|Duffy, John]] [https://www.familysearch.org/tree/person/details/GXCB-QKJ] - 1907(NSW)-1993(NSW) - Licences: 2AQ Sydney (Redfern, 1933; Woollahra, 1934; Rose Bay, 1935-1937); 4AQ Brisbane (Grange, 1938); 2AQ Sydney (Bondi, 1939, 1946-1950) - Qualifications: cc; AOCP, not yet identified; AOLCP 264, 1936; TVOCP 54, 1957 - amateur operator; amateur broadcaster - Comment: several contemporaneous JDs, needs review - Electoral Rolls: manager (Woollahra, NSW, 1934); engineer (Vaucluse, NSW, 1935); * [[/Maurice Boyce Duffy|Duffy, Maurice Boyce "Morrie"]] [https://www.familysearch.org/tree/person/details/LRYK-S76] - 1886(Vic)-1957(Vic) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/duffy-maurice-boyce-morrie-6030 ADB] * [[/William Oswald Duffy|Duffy, William Oswald]] [https://www.familysearch.org/tree/person/details/GD52-2Q2] - 1861(Eng)-1916(Tas) - Licences: XZO Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: signalman (Battery Point, 1914) ===''DUGGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry George Duggan|Duggan, Harry George]] [https://www.familysearch.org/tree/person/details/LT9H-8LW] - 1905(Vic)-1994(Vic) - Licences: 3XI Warrnambool (1930-1965); 3AXI Warrnambool (1965-1969); 3XI Garvoc (1965-1969) - Qualifications: AOCP 592, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Warrnambool, 1931-1954); engineer (Warrnambool, 1963-1968) ===''DUKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon William Dukes|Dukes, Gordon William]] [https://www.familysearch.org/tree/person/details/G3RY-PGT] - 1909(NSW)-2001(NSW) - Licences: 2WD Sydney (Forest Lodge, 1930-1939; Strathfield, 1946-1950; Homebush, 1954-1956; Cremorne, 1957-1958; Lane Cove, 1960-1980+) - Qualifications: AOCP 571, 1930, No. ?? in NSW; AOLCP 139, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glebe, 1933-1937); radio engineer (Homebush, 1943-1949); engineer (Cremorne, 1954-1958); technician (Lane Cove, 1963-1980) ===''DUNDAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Loftus Dundas|Dundas, Reginald Loftus]] [https://www.familysearch.org/tree/person/details/GXC2-8LM] - 1915(Qld)-1980(Qld) - Licences: 4DU Crawford, Kingaroy Line (1937-1939) - Qualifications: cc; AOCP 1990, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Theodore, Qld, 1937); labourer (Crawford, Kingaroy Line, Qld, 1949-1972); farmer (Torquay, Qld, 1977) ===''DUNLEAVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Francis Dunleavy|Dunleavy, Joseph Francis]] - 19??(???)-19??(???) - Licences: 3JD Melbourne (St Kilda, 1929-1933) - Qualifications: AOCP 508, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (St Kilda, 1924); electrical fitter (Melbourne, 1926; South Yarra, 1931); fitter (St Kilda, 1934) ===''DUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Dunn|Dunn, Richard]] [https://www.familysearch.org/tree/person/details/GDSN-T31] - 1898(NSW)-1986(NSW) - Licences: 2GU Receive Sydney (South Kensington, 1922); 2GU Sydney (South Kensington, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: coachbuilder (Kensington, 1930-1943); manager (Kingsford, 1958); retired (The Entrance, 1963-1980) ===''DUNSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter John Dunstan|Dunstan, Walter John]] [https://www.familysearch.org/tree/person/details/GZXJ-Y3V] - 1904(Vic)-1927(Vic) - Licences: 3JR Receive Ballarat (1922); 3JR Ballarat (1923-1927) - Qualifications: cc; AOCP 106, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Comment: gone too soon - Relationships: brother of William Dunstan, Victoria Cross - Electoral Rolls: student (Ballarat East, 1927) ===''DURBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Keep Durbridge|Durbridge, William Keep]] [https://www.familysearch.org/tree/person/details/GXDN-Z4B] - 1908(WA)-1977(Vic) - Licences: 4FS Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Innisfail, Qld, 1930); clerk (Teneriffe, Qld, 1936-1937); bookkeeper (Dundoo Station, Eulo, Qld, 1937); no occupation (St Kilda, Vic, 1963-1972; Melbourne, Vic, 1977) ===''DUTHOIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert George Duthoit|Duthoit, Albert George]] [https://www.familysearch.org/tree/person/details/GQ94-V82] - 1901(Tas)-1970(Vic) - Licences: Receive (Valve) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical engineer (Waddamana, 1928); labourer (Croydon North, 1931); no occupation (Armadale, 1931); engineer (Hobart South, 1936); electrical engineer (Armadale, 1935-1943); clerk (Ivanhoe, 1949; Oakleigh, 1954; Malvern, 1958); nil (Malvern, 1967-1968) ===''DUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Henry Dutton|Dutton, Thomas Henry]] [https://www.familysearch.org/tree/person/details/LJG1-LRN] - 1862(Eng)-1941(Qld) - Licences: Receive (Crystal) Brisbane (Fortitude Valley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: painter (Rockhampton, Qld, 1903-1905); commission agent (Bowen Hills, Qld, 1908-1909); printer (Valley, Qld, 1913); traveller (Teneriffe, Qld, 1915-1937) =='''E'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''EARLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Edwin Earle|Earle, Frank Edwin]] [https://www.familysearch.org/tree/person/details/G8YV-B62] - 1900(SA)-1967(SA) - Licences: 5BD Adelaide (St Peters, 1923-1928) - Qualifications: cc; CPRT 823, 1924 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Erasmus Earle|Earle, Robert Erasmus]] [https://www.familysearch.org/tree/person/details/GDLX-NC1] - 1894(Eng)-1979(WA) - Licences: 6LC Perth (Floreat Park, 1969-1975) - Qualifications: AOCP 4390, 1966, WA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Floreat Park, 1954-1977) ===''EASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Easter|Easter, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GX2L-656] - 1914(SA)-1983(???) - Licences: 5RO Montieth (1933); 5RO Port Elliot (1937); 5RO Moonta (1938) - Qualifications: cc; AOCP 1111, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Moonta, SA, 1939-1947) - Links: [https://vwma.org.au/explore/people/532330 VWM] ===''EASTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Spencer Easton|Easton, Frederick William Spencer]] [https://www.familysearch.org/tree/person/details/GZ2N-7XD] - 1914(NSW)-1944(PNG) - licences: 2BQ Sydney (Bondi, 1931-1935; Bellevue Hill, 1936-1939) - qualifications: AOCP 846, 1931, No. ?? in NSW - amateur operator, WW2 - electoral rolls: projectionist (Rose Bay, 1936-1943) - "Greater love hath no man than this" ===''EDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Ede|Ede, Charles Frederick or Friederick]] [https://www.familysearch.org/tree/person/details/GS7D-PYL] - 1885(Qld)-1970(Qld) - Licences: Receive Brisbane (Wellington Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Toowong, Qld, 1908; Albion, Qld, 1912-1921); assistant secretary (Manly, Qld, 1925-1963); retired (Wynnum North, 1968) ===''EDGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Waldene Edgar|Edgar, Douglas Waldene]] [https://www.familysearch.org/tree/person/details/L5XS-K4X] - 1895(WA)-1966(WA) - Licences: 6DW New Norcia (1927-1931) - Qualifications: cc; AOCP 314, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Gingin, 1922; New Norcia, 1925-1954); retired (Nedlands, 1958-1963) * [[/John Matheson Edgar|Edgar, John Matheson]] [https://www.familysearch.org/tree/person/details/LB42-K1G] - 1881(Vic)-1960(Vic) - Licences: Receive Geelong (1923); 3YW Geelong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Training College, Carlton, 1903); state school teacher (Ballarat, 1909); teacher (Ballarat, 1913-1914; Geelong, 1917-1924; Essendon, 1925-1954) * [[/Mervyn John Edgar|Edgar, Mervyn John or John Mervyn "Jack"]] [https://www.familysearch.org/tree/person/details/GX4W-647] - 1913(NSW)-2004(Qld) - Licences: 4JE Brisbane (Kangaroo Point, 1934-1939) - Qualifications: cc; AOCP 1302, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, Radio Location Unit); radio retailing (Tracksons) - Electoral Rolls: shop assistant (Kangaroo Point, Qld, 1937); salesman (Kedron, Qld, 1943-1949); shop assistant (Bulimba, Qld, 1958-1980) ===''EDWARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Patrick Joseph Edwards|Edwards, Frederick Patrick Joseph]] [https://www.familysearch.org/tree/person/details/GFSX-5YG] - 1918(WA)-2004(WA) - Licences: 6DN Merredin (1938-1939); 6DN Perth (West Perth, 1947-1965; Ardross, 1969) - Qualifications: cc; AOCP 2127, 1938, WA; BOCP 278, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: clerk (Merredin, WA, 1943); wireless operator (West Perth, WA, 1943-1954; Perth, WA, 1958-1968); clerk (Ardross, WA, 1972-1980) * [[/H. E. Edwards|Edwards, H. E.]] - 19??(???)-19??(???) - Licences: 5RN Adelaide (Croydon, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert John Edwards|Edwards, Herbert John]] [https://www.familysearch.org/tree/person/details/GXF5-KP8] - 1894(Eng)-19??(???) - Licences: 4KR Willis Island (1937) - Qualifications: cc; CPRT 802, 1923; 2COCP 18, 1929; 1COCP 208, 1931 - amateur operator; amateur broadcaster - Comment: several contemporaneous HJEs - Electoral Rolls: wireless operator (Rose Bay, NSW, 1930-1933); radio operator (Lord Howe Island, NSW, 1949); communication officer (Rose Bay, NSW, 1954) ===''EGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mavis Evelyn Egan|Fogg nee Egan, Mavis Evelyn or Evelene]] [https://www.familysearch.org/tree/person/details/GW8N-1JK] - 1900(Tas)-1995(Tas) - Licences: Receive (Crystal) Stanley (1923) - Qualifications: cc; Nil yet identified - amateur receiver (YL) - Electoral Rolls: clerk (Stanley, 1928); home duties (Wynyard, 1936-1943; Smithton, 1949; Sale, Vic, 1954; Cohuna, 1963; Devonport, 1972) ===''EGGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Percy Eggleton|Eggleton, Eric Percy]] [https://www.familysearch.org/tree/person/details/GSTZ-5G9] - 1903(Qld)-1979(Qld) - Licences: 4DA Receive Toowoomba (1923-1924); 4DA Toowoomba (1925-1931) - Qualifications: cc; AOCP 81, 1925, No. 9 in Qld - amateur receiver; amateur operator; amateur broadcaster; employment (QATB) - Electoral Rolls: machinist (Toowoomba, 1925-1926); ambulance bearer (Toowoomba, 1931); ambulance superintendent (Dayboro, 1936-1943; Charleville, 1949-1958; Stanthorpe, 1963); retired (Caloundra, 1968-1977) ===''ELDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Mackenzie Elder|Elder, James Alexander Mackenzie]] [https://www.familysearch.org/tree/person/details/97W3-7FL] - 1869(Sct)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Awards: KBE - Electoral Rolls: manager (Essendon, 1905); merchant (Moonee Ponds, 1908-1909); director (South Yarra, Vic, 1936-1943) - Links: [https://adb.anu.edu.au/biography/elder-sir-james-alexander-6099 ADB] ===''ELLERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lewis John Ellery|Ellery, Robert Lewis John]] - 1827(Eng)-1908(Vic) - early telephone experimenter, Vic Government Astronomer ===''ELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Neville Elliott|Elliott, Robert Neville]] [https://www.familysearch.org/tree/person/details/GXXN-PPJ] - 1907(Qld)-1979(Qld) - Licences: 4DW Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Toowoomba, Qld, 1936-1937); company manager (Toowoomba, Qld, 1949); chartered accountant (Toowoomba, Qld, 1954-1963); accountant (Brisbane, Qld, 1968); chartered accountant (Toowoomba, Qld, 1972); accountant (Toowoomba, Qld, 1977) * [[/Ronald Donovan Elliott|Elliott, Ronald Donovan]] [https://www.familysearch.org/tree/person/details/G799-LTX] - 1910(SA)-1978(SA) - Licences: 5RD Adelaide (Lower Mitcham, 1931-1933; Da Costa Park, 1937; Kirkcaldy, 1938-1939) - Qualifications: cc; AOCP 758, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: solicitor (Kirkcaldy, SA, 1939; Westbourne Park, 1941-1943) * [[/Thomas Murray Browse Elliott|Elliott, Thomas Murray Browse "Tom"]] [https://www.familysearch.org/tree/person/details/G3W8-947] - 1899(Qld)-1971(Qld) - Licences: 4CM Brisbane (City, 1946-1969); operator of Valentine's 4CM licence 1925-1939 - Qualifications: cc; AOCP 72, 1925, No. 6 in Qld - amateur operator; amateur broadcaster; early television experimenter - Electoral Rolls: clerk (Fortitude Valley, 1921); salesman (Brisbane City, 1925-1931); sound engineer (Observatory, 1937-1943); company manager (City, 1949-1958); retired (Burleigh Heads, 1963-1968) ===''ELLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Austin Ellis|Ellis, Clive Austin]] [https://www.familysearch.org/tree/person/details/G86V-9HT] - 1912(Vic)-1972(Vic) - Licences: 3LZ Melbourne (Williamstown, 1930-1931; Caulfield, 1933-1939; Newport, 1946-1956; Moorabbin, 1960-1969) - Qualifications: AOCP 598, 1930, No. ?? in Victoria - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1937; Newport, 1943-1954); valuer (Moorabbin, 1958-1972) * [[/John Osborne Ellis|Ellis, John Osborne]] [https://www.familysearch.org/tree/person/details/GHTM-Q42] - 1910(Eng)-1999(SA) - Licences: Nil identified - Qualifications: AOCP 522, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Kimba, 1939-1943) ===''ELSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Robert Elsbury|Elsbury (adopted) or Wilson Bowman (biological), Cyril Robert]] [https://www.familysearch.org/tree/person/details/GFMG-5CW] - 1897(Qld)-1961(WA) - Licences: 6JE Kalgoorlie (1934-1939); 6JE Fimiston (1947-1956); 6JE Nornalup (1960) - Qualifications: cc; AOCP 1372, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (Kalgoorlie, WA, 1922); mine timekeeper (Kalgoorlie, WA, 1925-1943); assistant accountant (Fimiston, WA, 1949-1954); mine paymaster (Kalgoorlie, WA, 1958) ===''ELWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Gregory Elworthy|Elworthy, Colin Gregory "Col"]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''EMBLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Stewart Austin Embling|Embling, Stewart Austin]] [https://www.familysearch.org/tree/person/details/GZGH-YQM] - 1907(Vic)-1998(Vic) - Licences: Receive (Valve) Melbourne (Toorak, 1923-1925); 3DC Melbourne (Toorak, 1926-1939) - Qualifications: AOCP 236, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Toorak, 1931-1943); assurance officer (Toorak, 1949-1980) ===''EVANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Hubert Evans|Evans, Albert Henry Hubert]] [https://www.familysearch.org/tree/person/details/GH8N-BFX] - 1894(SA)-1981(SA) - Licences: XVD Adelaide (Mile End, 1913) - Qualifications: cc; CPRT 255, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: assistant manager (Woollahra, 1949) * [[/Griffith Benjamin Evans|Evans, Griffith Benjamin]] [https://www.familysearch.org/tree/person/details/GXQN-HL3] - 1877(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS - Electoral Rolls: naval telegraphist (Eden Vale, Vic, 1914-1915); telegraphist (Coburg, Vic, 1919); retired (Vaucluse, NSW, 1954-1963) * [[/Percy Evans|Evans, Percy]] [https://www.familysearch.org/tree/person/details/G84B-DKL] - 1894(Eng)-1976(Vic) - Licences: 2OW Sydney (Kensington, 1928-1929; Randwick, 1930-1931); 3OZ Melbourne (Glen Iris, 1947-1948; Boronia, 1948; North Ringwood, 1954-1975) - Qualifications: AOCP 458, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: sales manager (Kensington, 1930); salesman (Randwick, 1930-1931); sales manager (Camberwell, 1933-1937; Glen Iris, 1949); manager (Ringwood, 1954-1972) * [[/R. Evans|Evans, R.]] - 19??(???)-19??(???) - Licences: 2SP Sydney (Clovelly, 1923-1927) - Qualifications: AOCP 265, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: * [[/Thomas Evan Evans|Evans, Thomas Evan]] [https://www.familysearch.org/tree/person/details/GZJ7-S1L] - 1904(NZ)-1942(At Sea) - 3EV Melbourne (East St Kilda, 1925-1927), 9EV Rabaul (1933+), amateur operator (AOCP 160, 1925, No. ?? in Vic), amateur broadcaster, medical assistant, technical assistant, Civilian POW captured at Rabaul, died on board the "Montevideo Maru" when it was torpedoed and sunk en route from Rabaul to Hainan, where Thomas was destined for forced labour. * [[/Trevor Elliott Evans|Evans, Trevor Elliott]] [https://www.familysearch.org/tree/person/details/GZJQ-GRC] - 1903(Vic)-1979(Vic) - 3KD Receive Melbourne (East Brunswick, 1922-1924), 3RK Melbourne (East Brunswick, 1925-1933; Pascoe Vale, 1937-1939), amateur operator (AOCP 159, 1925, No. ?? in Vic), amateur broadcaster, electrician (East Brunswick, 1931), contractor (Pascoe Vale, 1972) * [[/Trevor Frederick Evans|Evans, Trevor Frederick]] [https://www.familysearch.org/tree/person/details/L292-N4L] - 1902(NSW)-1978(NSW) - 2NS Blayney (1925-1929), 2NS Bathurst (1930-1939, 1946-1975+), amateur operator (AOCP 113, 1925, No. ?? in NSW), amateur broadcaster, broadcast engineer (BOCP 19, 1936) (2BS) ===''EVERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Every|Every, George Edward]] [https://www.familysearch.org/tree/person/details/LDSS-VT4] - 1894(Eng)-1961(Vic) - Licences: 7GE Hobart (1931); 3GE Queenscliff (1937-1939); 3GE Balcombe (1947-1948); 3GE Carrum (1954-1956); 3GE Bonbeach (1960-1969+) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military instructor; WW1 (UK) - Electoral Rolls: silver mounter (Ivanhoe, Vic, 1919); soldier (Launceston, 1922; Hobart South, 1922); military instructor (Hobart South, 1928); soldier (Queenscliff, Vic, 1935-1937); military officer (Albury, NSW, 1943; Victoria Park, Qld, 1949); clerk (Frankston, 1949); accountant (Carrum, 1954) ===''EWING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Thomson Ewing|Ewing, Thomas Thomson]] - 1856(NSW)-1920(NSW) - state politician (NSW MLA), federal politician (MHR, acting Postmaster-General) ===''EXTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Walter Exton|Exton, George Walter]] [https://www.familysearch.org/tree/person/details/K8QY-5XH] - 1882(NSW)-1970(Qld) - Licences: 2CZ Lismore (1922-1930) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast proprietor and engineer (2XN Lismore) - Electoral Rolls: electrician (Lismore, NSW, 1930-1963); retired (Saddlers Crossing, Qld) =='''F'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''FABER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Thomas Faber|Faber, William John Thomas "Bill"]] - 19??(???)-1976(Qld) - 4WF Ayr (-1938+), Brisbane (Kedron, -1948-1949+) , amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''FAGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Reginald Joseph Fagan|Fagan, William Reginald Joseph "Reg"]] [https://www.familysearch.org/tree/person/details/KLF3-QPM] - 1883(NSW)-1944(NSW) - Licences: 2RJ Receive Mandurama (1922); 2RJ Mandurama (1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio station (director, 2SM) - Electoral Rolls: grazier (Mandurama, 1913-1943) ===''FAIRHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allen Fairhall|Fairhall, Allen]] [https://www.familysearch.org/tree/person/details/LZB3-PKT] – 1909(NSW)-2006(NSW) – Licences: 2KB Newcastle (Hamilton, 1928–1929; New Lambton, 1930–1931; Cooks Hill, 1933–1934; City, 1935; Cooks Hill, 1937; City, 1938–1939; Hamilton, 1946–1961; City, 1965-1980+); 2AKL Paterson (1948–1958) – Qualifications: AOCP 391, 1928, No. ?? in NSW; AOLCP 23, 1930 – amateur operator, amateur broadcaster, proprietor 2KO Newcastle, WW2 – Electoral Rolls: radio engineer (New Lambton, 1931–1932); manager (Newcastle, 1933–1949); primary producer (Trevallyn, 1954); M.H.R. (Newcastle, 1958); member of parliament (Newcastle, 1963–1968); manager (Newcastle, 1972–1980) - [[w:Allen Fairhall|Wikipedia]] ===''FALCONER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Illman Falconer|Falconer, Charles Illman]] [https://www.familysearch.org/tree/person/details/GZK9-PJ6] – 1885(Vic)-1962(NSW) – Receive (Valve) Melbourne (Canterbury, 1923–1924), 3CF Melbourne (East Malvern, 1925–1926; Canterbury, 1927; Surrey Hills, 1931–1939, 1946–1954), 2AUF Terrigal (1955–1961), amateur operator (AOCP 204, 1925, No. ?? in Vic), amateur broadcaster, engineer (Clifton Hill, 1909), mechanic (Fitzroy, 1914), engineer (Canterbury, 1915–1949), retired (Terrigal, 1958–1963) ===''FALLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyle Clifford Falls|Falls, Lyle Clifford]] [https://www.familysearch.org/tree/person/details/GDLC-1VR] - 1899(Vic)-1945(Vic) - Licences: 3DL Receive Melbourne (Caulfield, 1922); 3DL Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: student (Caulfield, 1924-1925); instructor (Kew, 1926-1943) ===''FANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Fanning nee Harriss, Dorothy Winnifred – see Harriss, Dorothy Winnifred (Fanning) ===''FANSHAWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Dalrymple Fanshawe|Fanshawe, Arthur Dalrymple]] [https://www.familysearch.org/tree/person/details/GM7D-QY6] – 1847(Eng)-1936(Eng) – Admiral of UK Fleet, Commander-in-Chief Australia Station – Links: [[w:Arthur Dalrymple Fanshawe|Wikipedia]] ===''FARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell George Farmer|Farmer, Maxwell George]] [https://www.familysearch.org/tree/person/details/GXG1-SHR] - 1916(SA)-1991(SA) - Licences: 5GF Adelaide (Knoxville, 1933-1939; North Norwood, 1947-1948; Adelaide City, 1954-1956; Plympton, 1960-1980+); 5GY Portable Adelaide (Knoxville, 1938-1939) - Qualifications: cc; AOCP 1217, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Knoxville, SA, 1939-1943) ===''FARRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Howard Farrell|Farrell, John Howard]] [https://www.familysearch.org/tree/person/details/GXWT-CJT] - 1913(Qld)-1975(Qld) - Licences: 4WJ Brisbane Windsor, 1933-1939; Chermside, 1946-1948); 4WJ Quilpie (1954-1960); 4WJ Somerset Dam (1965-1975) - Qualifications: cc; AOCP 1103, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Windsor, 1936-1937); electrical engineer (Chermside, 1943-1949; Quilpie, 1954-1958); superintendent (Somerset Dam, 1963-1972) ===''FAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Harold Faul|Faul, Albert Harold]] [https://www.familysearch.org/tree/person/details/GZTD-S74] – 1907(NSW)-1979(NSW) – Licences: Receive Melbourne (St Kilda, 1923–1924); 3AH Melbourne (St Kilda, 1926–1927) – Qualifications: AOCP 288, 1926, No. ?? in Vic – amateur operator, amateur broadcaster – Electoral Rolls: student (St Kilda, 1931–1934); lecturer (Camberwell, 1936); engineer (Bellevue Hill, 1936–1937; Camberwell, 1943); company director (Killara, 1949–1977) ===''FAULKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Wollas Faulks|Faulks, Richard Wollas "Wol"]] [https://www.familysearch.org/tree/person/details/LCD3-BQ3] - 1902(NSW)-1978(NSW) - Licences: 2WF Sydney (Ashfield, 1929-1931; Hurlstone Park, 1933; Canterbury, 1934-1939) - Qualifications: AOCP 557, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Ashfield, 1930; Canterbury, 1933-1977) ===''FAWKNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Pascoe Robert Fawkner|Fawkner, Ernest Pascoe Robert]] [https://www.familysearch.org/tree/person/details/GDYB-YKW] - 1901(Tas)-1954(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: manager (Kings Meadows, 1928); furniture manufacturer (South Launceston, 1936) ===''FEENAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Leo Michael John Feenaghty|Feenaghty, Leo Michael John]] [https://www.familysearch.org/tree/person/details/LYG2-RMT] - 1900(Qld)-1997(Qld) - Licences: 4LJ Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 291, 1926, No. 28 in Qld - amateur operator; amateur broadcaster; radio club administrator; state public servant - Electoral Rolls: public servant (Wooloowin, 1925-1931); assistant secretary (Ashgrove, 1936-1958); public servant (Highgate Hill, 1963); retired (Isle of Capri, 1972-1980) ===''FELDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Feldman|Feldman, John Frederick Jnr]] [https://www.familysearch.org/tree/person/details/GZNZ-5DH] - 1905(Vic)-1987(Vic) - 3QH Receive Geelong (South Geelong, 1923-1924), 3QH Geelong (South Geelong, 1925-1939), amateur operator (AOCP 140, 1925, No. ?? in Qld), amateur broadcaster, bricklayer ===''FELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Frederick Fell|Fell, Evan Frederick]] [https://www.familysearch.org/tree/person/details/GXH4-FTW] - 1914(Qld)-1994(Qld) - Licences: 4EF Brisbane (Ashgrove, 1932-1939); 4EF Barcaldine (1946-1948); 4EF Mackay (1954-1955); 4EF Brisbane (Ashgrove, 1956; Bardon, 1960-1980+) - Qualifications: cc; AOCP 978, 1932, No. ?? in Qld; AOLCP 175, 1934 - amateur operator; amateur broadcaster; WW2; state public servant (inspector); property developer - Electoral Rolls: clerk (Ashgrove, Qld, 1936-1943); engineer (Townsville, Qld, 1949; Mackay, Qld, 1954); public servant (Bardon, Qld, 1958-1977) ===''FELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/L. C. Fells|Fells, L. C.]] - 19??(???)-19??(???) - Licences: 3DL Melbourne (Caulfield, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''FELTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Felton|Felton, William Robert]] [https://www.familysearch.org/tree/person/details/G8M5-C2J] - 1897(NSW)-1956(NSW) - Licences: 2RF Sydney (Petersham, 1927-1929; Belmore, 1930-1939, 1946-1956); 2RT Sydney (Kogarah, 1937) - Qualifications: AOCP 366, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: radio engineer (Belmore, 1930-1934); engineer (Belmore, 1936-1937); soldier (Belmore, 1943); radio technician (Belmore, 1949-1954) ===''FERGUSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Angus Ferguson|Ferguson, Colin Angus]] [https://www.familysearch.org/tree/person/details/L1DH-9KM] - 1917(SA)-2009(SA) - Licences: 5CJ Mt Gambier (1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1994, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Mt Gambier, SA, 1939-1943) * [[/Cyril E. Ferguson|Ferguson, Cyril E.]] - 1893(NZ)-19??(???) - commercial operator (1COCP 2, 1914, No. 2 in Aus) - coastal station operator? ===''FERRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Walter Cecil Ferrall|Ferrall, Edgar Walter Cecil]] [https://www.familysearch.org/tree/person/details/GQMF-G97] - 1898(Tas)-1971(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Launceston, 1919-1949); inspector (Kingston Beach, 1954) ===''FERRICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Bernard Ferricks|Ferricks, Michael Bernard "Bernie"]] [https://www.familysearch.org/tree/person/details/L58X-S4X] - 1914(Qld)-1992(Qld) - Licences: 4UW Brisbane (Fortitude Valley, 1935-1939) - Qualifications: cc; AOCP 1471, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Valley, Qld, 1936-1937); chemist (Northgate, Qld, 1949-1977); retired (Cairns, Qld, 1980) ===''FIEDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Victor Fiedler|Fiedler, Leslie Victor]] [https://www.familysearch.org/tree/person/details/KHNW-3JZ] - 1906(SA)-1969(WA) - Licences: 5SL Adelaide (Woodville, 1927-1933), 5SL Moonta (1937-1939) - Qualifications: cc; AOCP 353, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Henley, 1939-1943); theatre manager (Belmont, 1949); film exhibitor (Mt Lawley, 1958); company director (Mt Lawley, 1963-1968) ===''FIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph William Field|Field, Ralph William]] [https://www.familysearch.org/tree/person/details/G86V-Q5T] - 1915(Vic)-2007(Vic) - Licences: 3RF Melbourne (Caulfield, 1930-1939; Ormond, 1946-1948); 3LJ Melbourne (Ormond, 1954-1960) - Qualifications: AOCP 599, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: compositor (Caulfield, 1937); machinist (Bentleigh, 1942-1977) ===''FILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Crawford Files|Files, Jack Crawford]] [https://www.familysearch.org/tree/person/details/GXWG-JWJ] - 1907(Qld)-1967(Qld) - Licences: 4JF Brisbane (Buranda, 1932-1935; Coorparoo, 1936-1939; Buranda 1946-1965) - Qualifications: cc; AOCP 1055, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, QSL manager); journalist (Teleradio, WIA Notes); accountant - Electoral Rolls: sheet metal worker (Buranda, Qld, 1931-1934; Coorparoo, Qld, 1936-1937); metal worker (Buranda, Qld, 1943-1963) ===''FILMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Le Roy Drowley Filmer|Filmer, Le Roy Drowley]] [https://www.familysearch.org/tree/person/details/GZNF-2Z7] - 1902(NSW)-1976(NSW) - 2FT Newcastle (Toronto, 1925-1930; Hamilton South, 1931), amateur operator (AOCP 148, 1925, No. ?? in NSW), amateur broadcaster, metallurgist ===''FINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Edward Finch|Finch, Alan Edward]] [https://www.familysearch.org/tree/person/details/G6M4-987] - 1915(Tas)-1974(Vic) - Licences: 7CJ Launceston (Mowbray Heights, 1935-1939); 7CJ Hobart (New Town, 1946-1954); 7CJ Kelso (1955-1956); 3AEO Shepparton (1960-1975) - Qualifications: cc; AOCP 1575, 191935, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (St Leonards, 1936-1937); mechanic (New Town, 1943-1954); public servant (Radio Australia, Shepparton, Vic, 1963-1968); technician (Shepparton, 1972) ===''FINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Warren Finn|Finn, Leonard Warren]] [https://www.familysearch.org/tree/person/details/GX2K-4P6] - 1914(SA)-1999(SA) - Licences: 5SP Adelaide (Seaton Park, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1671, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Seaton Park, SA, 1939-1943) ===''FINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Finney|Finney, William "Bill"]] [https://www.familysearch.org/tree/person/details/GDVD-W2H] - 1881(Qld)-1954(Qld) - Licences: 4AU Brisbane (Red Hill, 1923-1925); 4WF Brisbane (Red Hill, 1926-1929) - Qualifications: cc; CPRT 845, 1925; 2COCP 307, 1940 - amateur operator; amateur broadcaster; radio club (WIAQ); honorary radio inspector - Electoral Rolls: telegraph operator (Red Hill, 1903-1905); telegraphist (New Farm, 1908; Newmarket, 1909; Red Hill, 1913-1937; East Nundah, 1949; Wooloowin, 1954) ===''FISHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Hugh Fisher|Fisher, Douglas Hugh]] [https://www.familysearch.org/tree/person/details/GD15-N13] - 1913(Vic)-1978(Tas) - Licences: 7AB Launceston (1934-1939); 7AB Burnie (1946-1948); 7AB Devonport (1954-1955); 7AB Lenah Valley (1956); 7AB Zeehan (1960); 7AB Oatlands (1965-1969; 7AB Claremont (1975) - Qualifications: cc; AOCP 1373, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: father of 7ZEE Neville Grant Fisher - Electoral Rolls: clerk (Launceston, 1936); bank clerk (Launceston, 1937; Burnie, 1943-1949; Devonport, 1954) ===''FISK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Thomas Fisk|Fisk, Ernest Thomas]] - 1886(Eng)-1965(NSW), 2EF Sydney (Lindfield, 1933-1939), early wireless experimenter, amateur radio operator (pre AOCP, no record of AOCP, AOCP 1055, 1932, No. ?? in NSW), broadcast and radiocommunications business proprietor (AWA), operated prior to 1933 under various AWA callsigns, 2MC in 1928 was licensed to his residence at Vaucluse - Links: [https://adb.anu.edu.au/biography/fisk-sir-ernest-thomas-6177 ADB] [http://messui.polygonal-moogle.com/valves/NW198906.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198907.pdf EA2] ===''FITCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campbell Fitchett|Fitchett, John Campbell]] [https://www.familysearch.org/tree/person/details/LDQJ-K7W] - 1900(Vic)-1939(Vic) - Licences: XJDM Melbourne (Balwyn, 1913-1914); 3BL Melbourne (Balwyn, 1922-1925; Brighton, 1926-1939) - Qualifications: cc; CPRT 609, 1921 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: journalist (Brighton, 1928-1937) - TroveTag: "XJDM-3BL - John Campbell Fitchett" ===''FITTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Stephen Luther Fittell|Fittell, Stephen Luther "Steve"]] [https://www.familysearch.org/tree/person/details/GCN9-KRT] - 1910(Qld)-1999(Qld) - Licences: 4JO Gympie (1929-1939); 4YF Gympie (1975-1980+) - Qualifications: cc; AOCP 487, 1929, No. ?? in Qld; 2COCP 280, 1930 - amateur operator; amateur broadcaster; member radio club (WIAQ, Gympie ARC); commercial broadcaster (4GY) - Electoral Rolls: radio specialist (Gympie, 1937); radio dealer (Gympie, 1943-1980) ===''FITZALAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Albini Lawrence Fitzalan|Fitzalan, Herbert Albini Lawrence "Hal"]] - 19??(???)-1951(Qld) - 4HF Brisbane?, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, Halcyon (not mentioned) ===''FITZGERALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Francis Fitzgerald|Fitzgerald, Eric Francis]] [https://www.familysearch.org/tree/person/details/G84F-Z7H] - 1907(Qld)-1978(NSW) - Licences: 2EA Sydney (Bellevue Hill, 1928-1929; Burwood, 1930-1931; Pagewood, 1931; Abbotsford, 1931; Bellevue Hill, 1933-1937; Waverley, 1938-1939); 2AAO Sydney (Chatswood, 1950-1961) - Qualifications: AOCP 467, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woolahra, 1930-1931); salesman (Coogee, 1937); clerk (Chatswood, 1943-1977) * [[/Patrick Michael Anthony Fitzgerald|Fitzgerald, Patrick Michael Anthony "Pat"]] [https://www.familysearch.org/tree/person/details/G33Q-6K9] - 1908(Qld)-1988(Qld) - Licences: 4PF Rockhampton (1936-1939) - Qualifications: cc; AOCP 1802, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rockhampton, Qld, 1930); public servant (Rockhampton, Qld, 1931-1968); clerk (Corinda, Qld, 1972-1977); retired (Emu Park, Qld, 1980) ===''FITZGIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard John Fitzgibbons|Fitzgibbons, Richard John]] [https://www.familysearch.org/tree/person/details/GXXN-QPG] - 1893(Qld)-1969(Qld) - Licences: 4DV Receive Brisbane (Ascot, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: locomotive fitter (Maryborough, Qld, 1916-1919); engine fitter (Ascot, Qld, 1921-1968) ===''FITZMAURICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Simcoe Fitzmaurice|Fitzmaurice, James Simcoe]] [https://www.familysearch.org/tree/person/details/GDKS-KCF] - 1861(Vic)-1934(SA) - Licences: XYB Perth (1913-1914); 5FT Adelaide (North Walkerville, 1923-1933) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; PMGD (State Engineer, WA & SA); MIEE, AMIEE - Electoral Rolls: electrical engineer (Claremont, 1914-1916) ===''FLAHERTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Thomas Holm Flaherty|Flaherty, Gordon Thomas Holm]] [https://www.familysearch.org/tree/person/details/G6Q2-C9T] - 1900(Vic)-1967(Qld) - Licences: 4CB Receive Brisbane (South Brisbane) - Qualifications: cc; Nil yet identified - amateur receiver; WW2; federal public servant (PMGD) - Electoral Rolls: postman (South Brisbane, 1922); telephone mechanic (Buranda, 1925; Coorparoo, 1928); mechanic (Camp Hill, 1936; Beaudesert, 1937-1943); technician (Camp Hill, 1949-1963) ===''FLETCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Fletcher|Fletcher, Austin]] [https://www.familysearch.org/tree/person/details/LZKQ-2QR] - 1891(Eng)-1922(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 128, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: wireless engineer (Roebourne, 1913); radio operator (Esperance, 1916-1917); wireless operator (Roebourne, 1917-1918); telegraphist (Oakleigh, 1921) ===''FLOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Flood|Flood, Arthur George]] [https://www.familysearch.org/tree/person/details/G6BF-HPG] - 1883(Eng)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 238, 1916; 2COCP 415, 1932; 1COCP 348, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIL Flinders Island (1917-1918) - Electoral Rolls: engineer (Emita, Flinders Island, Tas, 1914-1919); radio telegraphist (Thursday Island, 1925; Meeandah, Qld, 1928; Eagle Farm, Qld, 1936-1937; Cooktown, Qld, 1943); retired (Cairns, 1954-1958; Eventide Home, Charters Towers, 1963) ===''FOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Lillico Fogg|Fogg, Hugh Lillico]] [https://www.familysearch.org/tree/person/details/GW8N-KRZ] - 1900(Tas)-1975(WA) - Licences: 6HF Perth (Mt Lawley, 1931-1939); 5HF Mt Barker (1947-1948); 3AHF Benalla (1954-1960); 6HF Perth (Inglewood, 1965-1975) - Qualifications: cc; AOCP 787, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Perth, WA, 1931); clerk (Maylands, WA, 1936); bank officer (Maylands, WA, 1943); manager (ANZ Bank, Benalla, Vic, 1954); retired (Inglewood, WA, 1963-1972) ===''FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry James Bartholomew Foley|Foley, Henry James Bartholomew]] [https://www.familysearch.org/tree/person/details/G8QZ-5SV] - 1886(NSW)-1954(NSW) - Licences: Sydney (Randwick, 1911) - Qualifications: pre AOCP - early wireless experimenter - Electoral Rolls: clerk (Randwick, 1913); merchant (Drummoyne, 1930-1954) ===''FOLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Ulrich Francis Folie|Folie, Max Ulrich Francis]] [https://www.familysearch.org/tree/person/details/G8VC-Y7F] - 1909(Vic)-1968(Vic) - Licences: 3WZ Melbourne (Hawthorn East, 1930-1933); 3GZ Mildura (1946-1965) - Qualifications: AOCP 682, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Auburn, 1931); radio engineer (Mildura, 1934-1968) ===''FONTAINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Alfred Fontaine|Fontaine, Louis Alfred]] [https://www.familysearch.org/tree/person/details/GMDQ-L2V] - 1894(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT, 1914, No. 3 in Aus and Vic - RANRS; coastal wireless operator (VIG, Port Moresby, 1915-1918) - Electoral Rolls: radio telegraphist (Radio Station, Wyndham, 1918; Geraldton, 1922; Thursday Island, 1934-1936); telegraphist (St Kilda, 1937); radio telegraphist (Malvern, 1942); electrician (Camberwell, 1949) ===''FOOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Foot|Foot, George]] [https://www.familysearch.org/tree/person/details/G6BT-FVF] - 1878(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 36, 1915 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: wireless operator (South Yarra, 1915; St Kilda, 1916-1917); RAN (Balaclava, 1919); tobacconist (Sandringham, 1925); manager (Prahran, 1937); clerk (St Kilda, 1942); retired (Dandenong, 1949-1954) ===''FORECAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Mark Llewllyn Forecast|Forecast, Arthur Mark Llewllyn]] [https://www.familysearch.org/tree/person/details/9HPS-H18] - 1901(Vic)-1986(Vic) - Licences: 3AM Melbourne (Malvern, 1926-1931; St Kilda, 1933; Caulfield, 1937-1939, 1946-1948; The Basin, 1954-1975; Ferntree Gully, 1980+) - Qualifications: AOCP 279, 1926, No. ?? in Vic; AOLCP 141, 1934; BOCP 156, 1938; 1COCP 245, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: biograph operator (Malvern, 1925-1928); projectionist (St Kilda, 1931-1934); biograph operator (Caulfield East, 1937-1942; Glenhuntley, 1949); projectionist (The Basin, 1963-1972); retired (Ferntree Gully, 1977; Knoxfield, 1980) ===''FOREMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Graham Foreman|Foreman, Edgar Graham]] [https://www.familysearch.org/tree/person/details/GD95-36X] - 1908(Qld)-1981(Qld) - Licences: 4GF Ayr (1935-1939); 4GF Townsville (North Ward, 1947-1980+) - Qualifications: cc; AOCP 1577, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Stanton Hill, Qld, 1930); salesman (Ayr, Qld, 1934-1937); procurement specialist (Townsville, Qld, 1949); business proprietor (Townsville, Qld, 1954-1968); proprietor (Townsville, Qld, 1972-1980) ===''FORREST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Forrest|Forrest, John]] - 1847(WA)-1918(???) - state politician, senior federal politician (Postmaster-General 1901, 17 days) ===''FORSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Joseph Forshaw|Forshaw, Charles Joseph]] [https://www.familysearch.org/tree/person/details/GDGW-783] - 1895(Vic)-1961(Vic) - Licences: XJDA Melbourne (Elwood, 1913-1914); V736 Receive Hamilton (1922); 3GQ Receive Hamilton (1922) - Qualifications: cc; Nil yet identifed - early wireless experimenter; amateur receiver; WW1 - Electoral Rolls: bank clerk (Myrtleford, 1917); clerk (Oakleigh, 1924-1937; Gardiner, 1943; Elsternwick, 1949; Glenhuntly, 1954) ===''FORSYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Arthur Forsyth|Forsyth, Royce Arthur]] [https://www.familysearch.org/tree/person/details/GD1R-3S5] - 1917(Tas)-1973(Tas) - Licences: 7BC Launceston (1936-1939) - Qualifications: cc; AOCP 1637, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (Launceston, 1943); teacher (Hobart North, 1944); schoolteacher (Bellerive, 1949-1972) ===''FORSYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Edgar Forsythe|Forsythe, Leonard Edgar]] [https://www.familysearch.org/tree/person/details/GWBY-MTR] - 1894(NSW)-1981(NSW) - Licences: 2BF Receive Sydney (Northbridge, 1922); 2BF Sydney (Northbridge, 1922-1929; Drummoyne, 1930-1933; Snapper Island, 1934-1939) - Qualifications: cc; AOCP 40, 1924, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: flagmaker (Northbridge, 1930-1949); department manager (Drummoyne, 1958); ship's chandler (Drummoyne, 1963-1980) ===''FORTESCUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fortescue|Fortescue, Charles]] [https://www.familysearch.org/tree/person/details/LD8X-GQ7] - 1893(Qld)-1971(Qld) - Licences: 4GE Toowoomba (1922-1924); 4CF Toowoomba (1925-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military (CMF, Colonel); WW2; jeweller - Electoral Rolls: jeweller (Toowoomba, 1913-1958); nil (Toowoomba, 1963-1968) ===''FOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Foster|Foster, Ernest John "Ernie"]] - 1914(Qld)-1967(Qld) - 4BY Brisbane, amateur operator (no record of AOCP; AOCP ??, 19??, No. ?? in Qld), broadcast engineer (4MB, 4BU), military (WW2, RAAF) * [[/James Foster|Foster, James]] [https://www.familysearch.org/tree/person/details/GX2Z-27G] - 1915(SA)-1998(SA) - Licences: 5TX Adelaide (North Kensington, 1933-1939); 5LU Adelaide (Dulwich, 1947-1948; Oaklands, 1954-1965; Marion, 1969-1980+) - Qualifications: cc; AOCP 1140, 1933, SA; 1COCP 1046, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (Frewville, SA, 1943) ===''FOURRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Fourro|Fourro, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/G4D1-YRR] - 1906(NSW)-1978(ACT) - Licences: 2VF Corowa (1930-1936) - Qualifications: AOCP 703, 1930, NSW; AOLCP 165, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Narrandera, 1930); telephone mechanic (Corowa, 1931-1935); wireless mechanic (Corowa, 1936); mechanic (Brighton-le-Sands, 1937); foreman mechanic (2CY Canberra, 1943-1954); supervising technician (2BA Bega, 1958-1963); technician (Merimbula, 1968-1972) ===''FOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Malcolm Fowles|Fowles, Gordon Malcolm]] [https://www.familysearch.org/tree/person/details/G8H2-RC9] - 19??(???)-19??(???) - Licences: 3GF Melbourne (Elwood, 1929-1931); 3AMF Melbourne (Wheeler's Hill, 1948-1960; Avonsleigh, 1965-1969); 3AMF Cowes (1975) - Qualifications: AOCP 490, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: panel beater (Albert Park, 1943; Hamilton, 1949); farmer (Avonsleigh, 1968); retired (Cowes, 1972) ===''FOX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Fox|Fox, William George]] [https://www.familysearch.org/tree/person/details/G6BY-J5Z] - 1886(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 106, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Comment: several contemporaneous WG Fox; Electoral Rolls: Nil yet identified ===''FOXCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Foxcroft|Foxcroft, Allan]] [https://www.familysearch.org/tree/person/details/GFQS-K5P] - 1921(WA)-2008(Vic) - Licences: 6AF Perth (Victoria Park, 1937-1939); 3AE Melbourne (Caulfield, 1947-1980+) - Qualifications: cc; AOCP 1859, 1937, WA; 1COCP 506, 1941 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: technician (Caulfield, Vic, 1949-1963); engineer (Caulfield, Vic, 1967-1980) ===''FRAME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vivian Horace Frame|Frame, Vivian Horace]] [https://www.familysearch.org/tree/person/details/GHQ1-4QT] - 1899(Qld)-1959(Qld) - Licences: Receive (Valve) Mareeba (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: draftsman ( Brisbane City, Qld); public works officer (Mareeba, Qld, 1922); architect (Brisbane City, Qld, 1925-1928; Sandgate, Qld, 1936-1937; Virginia, Qld, 1949-1954; Norman Park, Qld, 1958) ===''FRANK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kendall Thomas Frank|Frank, Kendall Thomas]] [https://www.familysearch.org/tree/person/details/G8N2-TGZ] - 1904(WA)-1951(Qld) - Licences: Nil yet identified - Qualifications: CPRT 921, 1926; 2COCP 289, 1930; 1COCP 64, 1935 - ship wireless operator (AWA), coastal wireless operator, amateur operator?, broadcast engineer (4PM) - Electoral Rolls: radio engineer (Lakemba, 1943) - [https://adb.anu.edu.au/biography/frank-kendall-thomas-10236 ADB] ===''FRANZI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Franzi|Franzi, William Ronald "Bill" (formerly Emilio Stefan)]] - 1909(Italy)-19??(SA) - 4FR Atherton (1938-1939), 5FR Adelaide (Da Costa Park, 1946-1965; Glenelg East, 1969-1975), 5VK American Beach (1975-1980), amateur operator (AOCP 2192, 1938, No. ?? in Qld), amateur broadcaster, radio clubs (IREE), military (RAAF), employment (radio technician) ===''FRASER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Douglas Fraser|Fraser, James Douglas]] [https://www.familysearch.org/tree/person/details/G8NS-MQ3] - 1900(NSW)-1956(NSW) - Licences: 2JF Quirindi (1930-1935) - Qualifications: AOCP 637, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical engineer (Quirindi, 1930-1943); engineer (Picton, 1949-1954) * [[/H. Fraser|Fraser, H.]] - 19??(???)-19??(???) - 2JC Tamworth (1924-1925), amateur operator (no record of AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster * [[/Henry George Fraser|Fraser, Henry George]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 1001, 1932, No. ?? in ?? - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet identified, at least two HGF engineers ===''FRAZER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Frazer|Frazer, Charles Edward "Charlie"]] - 1880(Vic)-1913(Vic) - politician (Postmaster-General, 1911-1913) ===''FREEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Freeman|Freeman, Arthur Charles]] [https://www.familysearch.org/tree/person/details/G8ZL-4F7] - 19??(???)-1971(NSW) - Licences: 2AS Sydney (Burwood, 1929-1939; Ashfield, 1946-1958; Cheltenham, 1960-1969) - Qualifications: AOCP 544, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: packer (Newtown, 1930-1931; East Sydney, 1933-1935); engineer (Burwood, 1936-1937; Ashfield, 1943-1958; Cheltenham, 1963-1968) - individual not fully identified * [[/L. Freeman|Freeman, L.]] - 18??-19?? - Licences: XQB Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''FREESTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Roy Freestone|Freestone, Leslie Roy]] [https://www.familysearch.org/tree/person/details/LRCK-NB5] - 1896(Vic)-1982(Vic) - Licences: 3LF Ballarat (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Ballarat, 1916-1920); commercial traveller (Ballarat, 1921-1936); traveller (Brighton, 1937-1954); nil (Geelong, 1977-1980) ===''FRETTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/O'Della Paul Fretten|Fretten, O'Della Paul "Paul"]] [https://www.familysearch.org/tree/person/details/G845-BQH] - 1894(Eng)-1977(Vic) - Licences: 2RU Sydney (Concord, 1928-1930) - Qualifications: AOCP 460, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Concord, 1930; Strathfield, 1933); foreman (Lane Cove, 1936-1937); public servant (St Kilda, 1943); cafe proprietor (Melbourne, 1949); sales manager (St Kilda, 1963); instructor (Brighton, 1967-1968); retired (Malvern East, 1972; Fitzroy North, 1977) ===''FREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Samuel Vernon Frew|Frew, Geoffrey Samuel Vernon]] [https://www.familysearch.org/tree/person/details/G87N-ZC1] - 1909(Vic)-1984(Vic) - Licences: 3PM Melbourne (Glen Iris, 1928-1933; Brighton, 1937-1939, 1946-1956); 3PL Melbourne (Brighton, 1960); 3JK Melbourne (Brighton, 1969); 3PM Melbourne (1975-1980+) - Qualifications: AOCP 402, 1928, No. ?? in Vic; AOLCP 66, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1933); manager (Brighton, 1936-1937); engineer (Footscray, 1943; Brighton, 1949-1980) ===''FRIAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Owen Friar|Friar, Archibald Owen]] [https://www.familysearch.org/tree/person/details/G4LQ-LGV] - 1905(NSW)-1963(NSW) - Licences: 2AO Ulmarra (1929-1931); 2AO Grafton, 1933-1939) - Qualifications: AOCP 504, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chainman (Ulmarra, 1930-1937); garage proprietor (South Grafton, 1943-1963) ===''FROGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard James Frogley|Frogley, Gerard James]] [https://www.familysearch.org/tree/person/details/G7K7-JNM] - 1902(Eng)-1977(Eng) - Licences: 3GF Melbourne (Richmond, 1926-1927) - Qualifications: AOCP 240, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (East Melbourne, 1924); battery mechanic (Richmond, 1925-1931) ===''FRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Turner Fry|Fry, Alfred Turner]] [https://www.familysearch.org/tree/person/details/GDRX-2SL] - 1881(NSW)-1928(Vic) - Licences: 7BG Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: metallurgist (Ballarat, 1917; Queenstown, Tas, 1919-1922; Sandringham, 1924-1927) * [[/Reginald Hall Fry|Fry, Reginald Hall]] [https://www.familysearch.org/tree/person/details/GZ6Y-9WN] - 1891(NSW)-1976(NSW) - Licences: 2KC Sydney (Croydon, 1922-1929; Killara, 1930-1933); 2KC Parkes (1934); 2KC Goulburn (1935-1936); 2KC Wollongong (1937-1939) - Qualifications: cc; AOCP 86, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil engineer (Gordon, 1930; Killara, 1933; Goulburn, 1935-1936; Wollongong, 1937; Killara, 1943-1968); engineer (Killara, 1972) ===''FRYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Norman Fryer|Fryer, Keith Norman]] [https://www.familysearch.org/tree/person/details/G3KH-TZ8] - 1906(Vic)-19??(???) - Licences: 2KF Sydney (Suspension Bridge, 1927-1928) - Qualifications: AOCP 332, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Neutral Bay, 1930-1931; Northbridge, 1934; North Sydney, 1936; Mosman, 1943-1949) ===''FULCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/J. Fulcher|Fulcher, J.]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, (Halcyon, P. 4) ===''FYSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Oakley Fysh|Fysh, Philip Oakley]] [https://www.familysearch.org/tree/person/details/LHNP-534] - 1835(Eng)-1919(Tas) - state politician (MLC Tas, 1860s through 1890s; MHA Tas 1870s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1903-1904) - Relationships: grandfather of 7PF Philip Oakley Fysh * [[/Philip Oakley Fysh|Fysh, Philip Oakley "Phil"]] [https://www.familysearch.org/tree/person/details/L2YS-4ZR] - 1897(Tas)-1966(Tas) - Licences: 7PF Launceston (1925-1927) - Qualifications: cc; AOCP 128, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; radio clubs (Launceston Radio Experimenters' Club, WIA Launceston); WW2 - Relationships: grandson of Philip Oakley Fysh, federal Postmaster-General 1903-1904 - Electoral Rolls: merchant (Launceston, 1922-1954) =='''G'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''GABBERTAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Gabbertas|Gabbertas, Jack]] [https://www.familysearch.org/tree/person/details/GF9C-2W7] - 1915(Eng)-2003(WA) - Licences: 6GB Perth (Maylands, 1936-1939; Mt Hawthorn, 1947-1980+) - Qualifications: cc; AOCP 1810, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, WA, 1937; East Perth, WA, 1943); mechanic (Mt Hawthorn, WA, 1949-1980) ===''GADSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Wilkinson Gadsden|Gadsden, Stanley Wilkinson]] [https://www.familysearch.org/tree/person/details/GM38-WZ2] - 1887(Vic)-1957(Vic) - Licences: 3SW Melbourne (Kew, 1924-1939) - Qualifications: AOCP 26, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; radio clubs (WIA Vic, Chief of Council, 1926); placed 2nd in 3LO amateur broadcasting competition 1926 - Electoral Rolls: printer (Kew, 1908-1915); manufacturer (Kew, 1917-1954) ===''GALLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Galle|Galle, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/GX2P-KXN] - 1912(SA)-2008(SA)96yo - Licences: 5QR Adelaide (Prospect, 1931-1939, 1947-1948; Enfield, 1954-1980+) - Qualifications: cc; AOCP 834, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Jabuk, SA, 1939-1941); schoolteacher (Tailem Bend, SA, 1943) ===''GAMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ray Gamble|Gamble, William Ray "Ray"]] - 1928(NSW)-2011(NSW) - broadcast engineer (BOCP 961, 1948), station manager, radio network principal [https://radioinfo.com.au/news/vale-ray-gamble Radio Info] ===''GAMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Gamon|Gamon, George Arthur]] - 1900(Vic)-1977(???) - 3GG Melbourne (South Yarra, 1925-1926; Middle Park, 1927), amateur operator (AOCP 89, 1925, No. ?? in Vic), amateur broadcaster ===''GARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Garing|Garing, William Henry]] [https://www.familysearch.org/tree/person/details/G8WV-2YG] - 1910(Vic)-2004(NSW) - Licences: Nil identified - Qualifications: AOCP 431, 1928, No. ?? in Vic - amateur operator? - Electoral Rolls: cadet (Point Cook, 1931-1934); airman (Point Cook, 1937); RAAF officer (Townsville, 1943; Point Cook, Vic, 1958; Williamtown, NSW, 1958); executive director (Turramurra, 1968); director (Turramurra, 1980) ===''GARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Raymond Garner|Garner, Alan Raymond]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: PMG technician! (Frankston, 1963-1980) ===''GARNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Garnett|Garnett, Brian]] - 19??(???)-19??(???) - 4AHN Currimundi, amateur operator (AOCP ??, 19??, No. ?? in Qld), ===''GARRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Randolph Garran|Garran, Richard Randolph]] [https://www.familysearch.org/tree/person/details/K822-L54] - 1903(Vic)-1991(ACT) - Licences: 3AW Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (Toorak, 1924-1925); manager (Semaphore, SA, 1941; Caulfield, Vic, 1954-1980) ===''GARRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Benjamin Walter Garrett|Garrett, Horace Benjamin Walter]] [https://www.familysearch.org/tree/person/details/G7PD-9SV] - 1906(Vic)-1979(Vic) - Licences: 3JI Melbourne (Box Hill, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster - Electoral Rolls: sales (Box Hill, 1928-1934); radio mechanic (Box Hill, 1936); salesman (Box Hill, 1943-1977) ===''GARTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Garth|Garth, Reginald]] [https://www.familysearch.org/tree/person/details/G8DX-47Z] - 1903(Eng)-1959(Tas) - Licences: 2VZ Sydney (Coogee, 1930; Clovelly, 1931-1933; Bankstown, 1934-1936); 4VZ Mackay (1937-1939); 3SF Melbourne (Preston, 1948; Seaford, 1954); 7RG Trevallyn, 1955-1956) - Qualifications: cc; AOCP 584, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Clovelly, NSW, 1930-1933); mechanic (Bankstown, NSW, 1934-1936); electrician (Slade Point, Qld, 1937-1943; Beaconsfield, Tas, 1958) ===''GAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Holman Gay|Gay, Augustus Holman]] [https://www.familysearch.org/tree/person/details/G8PF-938] - 1902(Vic)-1984(Vic) - Licences: 3SM Warragul (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Warragul, 1927-1934); engineer (South Yarra, 1936-1954); electrical engineer (Kew, 1963-1980) * [[/Vivian James Gay|Gay, Vivian James]] [https://www.familysearch.org/tree/person/details/LYT8-VJJ] - 1908(NSW)-1999(Qld) - Licences: 2VI Sydney (Chatswood, 1935-1939; North Sydney, 1946-1947; Lane Cove, 1948-1965); 2VI Burradoo (1980+) - Qualifications: cc; AOCP 1510, 1935, NSW - amateur operator; amateur broadcaster - Electoral Rolls: printer (Artarmon, 1930-1937; Chatswood, 1943); master printer (Lane Cove, 1949-1968); printer (Artarmon, 1972); retired (Burradoo, 1977-1980) ===''GEAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Vivian Geake|Geake, Wilfred Vivian]] [https://www.familysearch.org/tree/person/details/GXTF-H1J] - 1893(SA)-1974(SA) - Licences: 5BR Receive Kooringa (1922); 5BR Receive (Murray Bridge, 1923); Receive Murray Bridge (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hillside, SA, 1939) ===''GEDDES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Albert Geddes|Geddes, Frank Albert]] - 1901(NSW)-1922(NSW) - 2GC Sydney (Waverley, 1922, receive only), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), radio clubs (Waverley Radio Club), due to age licence held in name of father Francis G Geddes ===''GEEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Leslie Geeves|Geeves, Philip Leslie "Phil"]] [https://www.familysearch.org/tree/person/details/G88C-Y8Y] - 1917(NSW)-1983(NSW) - radio broadcaster (VK2ME, 2CH, ABC); employment (AWA, 1937-1970s); journalist (SMH); historian (AWA, broadcasting); awards (OAM, 1980) - Electoral Rolls: radio executive (Bexley, 1949-1963); executive (Hurstville South, 1972-1980) ===''GEISEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elizabeth Aileen Geisel|Wallace nee Geisel, Elizabeth Aileen "Betty"]] [https://www.familysearch.org/tree/person/details/GXK7-NJ4] - 1921(SA)-2000(SA) - Licences: 5YL Murray Bridge (1936-1939) - Qualifications: cc; AOCP 1788, 1936, SA; 2COCP 448, 1941; 1COCP 544, 1941 - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: Nil yet identified - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''GEORGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Heinrich Alfred August George|George, Heinrich Alfred August "Henry", "Harry"]] [https://www.familysearch.org/tree/person/details/G387-XZ4] - 1899(Vic)-1968(Vic) - Licences: 3ZP Melbourne (Footscray, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1919-1963) ===''GEORGESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Georgeson|Georgeson, James]] [https://www.familysearch.org/tree/person/details/LTS1-17Q] - 1897(Eng)-1976(Taiwan) - Licences: 5JD Adelaide (Glenelg, 1936-1938); 2AKU Sydney (Neutral Bay, 1939; Granville, 1946-1947; Artarmon, 1948-1954; Lane Cove (1955); Artarmon (1956-1975) - Qualifications: cc; AOCP 1783, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, NSW, 1943); engineer (Artarmon, NSW, 1949-1954); electrical engineer (Artarmon, NSW, 1963-1968); engineer (Artarmon, NSW, 1972) ===''GERAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/James Anselm Geraghty|Geraghty, James Anselm]] [https://www.familysearch.org/tree/person/details/GZVD-VY9] - 1877(???)-1969(Qld) - Licences: 4CS Receive Townsville (1923); 4CS Townsville (1923-1924); 4CS Brisbane (Nudgee, 1924); 4CS Gympie (1924); 4CS Townsville (1925); 4CS Gympie (1925-1927); 2JG Wagga Wagga (1929); 7CB Launceston (1931); 4CB Brisbane (Nudgee, 1933); 4AC Bundaberg (1934) - Qualifications: AOCP 186, 1925, No. 17 in Qld - amateur operator; amateur broadcaster; minister of religion and teacher (Christian Brothers) - Electoral Rolls: teacher (Ballarat, 1906; Gympie, 1909-1913; Dunedin, 1914-1916; South Brisbane, 1919-1925; Tamworth, 1930; Bundaberg, 1934; Ipswich, 1943; Albion, 1949; Gympie, 1954); retired (Boondall, 1958-1968) ===''GIBBON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Foster Gibbon|Gibbon, Thomas Foster]] [https://www.familysearch.org/tree/person/details/G857-MWS] - 1896(Vic)-1965(Vic) - Licences: XJAV Melbourne (Kew, 1913-1914); Receive (Valve) Melbourne (Kew, 1923); 3XZ Melbourne (Kew, 1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: student (Kew, 1919-1925); electrical engineer (Kew, 1928-1954); engineer (Kew, 1963) ===''GIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gibbons|Gibbons, Frederick]] [https://www.familysearch.org/tree/person/details/L2XB-YRJ] - 1907(Wales)-19??(???) - Licences: 2FG Sydney (Neutral Bay, 1926-1930) - Qualifications: AOCP 255, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: no occupation (Neutral Bay, 1930); clerk (Gordon, 1954-1968); director (Turramurra, 1972-1977) ===''GIBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. G. Gibson|Gibson, E. G.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Ormiston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified *[[/Edgar McLean Gibson|Gibson, Edgar McLean]] [https://www.familysearch.org/tree/person/details/GS5W-SM5] - 1877(Qld)-1969(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1925), possibly held on behalf of son Leighton - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radio clubs - Relationships: father of 4AN William Leighton Gibson - Electoral Rolls: electrical engineer (Toowoomba, 1908-1917; Greenslopes, 1922); engineer (Manly, 1936-1937; Hawthorne, 1943-1968) *[[/George Holland Gibson|Gibson, George Holland]] [https://www.familysearch.org/tree/person/details/MXPG-HB4] - 1892(Qld)-1978(Qld) - Licences: XQG Brisbane (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: carpenter (Fortitude Valley, 1915-1917); mechanic (Newmarket, 1919-1928; New Farm, 1937-1943); telephone technician (Bulimba, 1954-1977) * [[/Richard Leslie Gibson|Gibson, Richard Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9QNS-G8V] - 1900(NSW)-1976(NSW) - Licences: 2GH Alstonville (1930-1939) - Qualifications: AOCP 578, 1930, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Alstonville, 1930-1949); retired (Alstonville, 1963-1968; Ballina, 1972) * [[/William Gerrand Gibson|Gibson, William Gerrand]] [https://www.familysearch.org/tree/person/details/LWJY-5G9] - 1869(Vic)-1955(Vic) - Politician, Federal Postmaster-General 1923-1929 [https://adb.anu.edu.au/biography/gibson-william-gerrand-6313 ADB] *[[/William Leighton Gibson|Gibson, William Leighton "Leighton" & "Gibby"]] [https://www.familysearch.org/tree/person/details/GS5W-Q7S] - 1907(Qld)-1995(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1927) - Qualifications: AOCP 73, 1925, No. 7 in Qld - amateur operator; amateur broadcaster; journalist (QRN "Bananalander"); wireless business employee (Phillips Radio) - Relationships: son of 4AN Edgar McLean Gibson - Electoral Rolls: salesman (Manly, Qld, 1936-1937; Camp Hill, Qld, 1943); manager (Balgowlah, NSW, 1949); business executive (Balgowlah, NSW, 1958); regional representative (Palm Beach, Qld, 1963-1980) ===''GIDDINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hudson Giddings|Giddings or Whitney, Albert Hudson]] [https://www.familysearch.org/tree/person/details/GXR4-PDP] - 1914(Vic)-19??(???) - Licences: 5FI Adelaide (Nailsworth, 1935-1937) - Qualifications: cc; AOCP 1556, 1935, SA; 1COCP 102, 1936 - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant, Signals) - Electoral Rolls: PMG employee (Sale, Vic, 1968); technician (Elwood, Vic, 1972); clerk (Hughs, ACT, 1977-1980) - Links: [https://vwma.org.au/explore/people/612780 VWMA] * [[/Albert William James Giddings|Giddings, Albert William James]] [https://www.familysearch.org/tree/person/details/9711-NG3] - 1909(Vic)-1983(Vic) - Licences: 3DG Stratford (1935-1939); 3DG Numurkah (1947-1948); 3DG Lancefield (1954-1969); - Qualifications: cc; AOCP 1574, 1935, SA - amateur operator; amateur broadcaster;; WW2 (RAAF, Warrant Officer) - Electoral Rolls: bank official (Culgoa, Vic, 1931); bank clerk (Pakenham East, Vic, 1934); bank officer (Stratford, Vic, 1936-1937); warrant officer RAAF (Point Cook, Vic, 1942); bank official (Numurkah, Vic, 1949) ===''GILFILLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles Kent Gilfillan|Gilfillan, William Charles Kent]] [https://www.familysearch.org/tree/person/details/GDPF-93Q] - 1869(NSW)-1952(NSW) - Licences: 2AM Receive Sydney (Greenwich, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: independent means (Manly, 1913); soldier (Manly, 1930-1935); no occupation (Redfern, 1937); manufacturer (Mosman, 1943-1949) ===''GILHOOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Forrest Gilhooley|Gilhooley, Joseph Aloysius Forrest]] [https://www.familysearch.org/tree/person/details/GDPF-L6N] - 1877(NSW)-1950(NSW) - Licences: 2AH Receive Sydney (Woollahra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: clerk (Darlinghurst, 1903; Hunters Hill, 1930-1935); traveller (Hunters Hill, 1937-1949) ===''GILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Stewart Gill|Gill, Alan Stewart]] [https://www.familysearch.org/tree/person/details/GH6B-JQ4] - 1907(NSW)-1983(Tas) - Licences: 7AS Launceston (1925-1927) - Qualifications: cc; AOCP 191, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; scientist & engineer (Electrolytic Zinc Co) - Electoral Rolls: research chemist (Hobart Central, 1928; Sandy Bay, 1936-1949); chemist (Hobart South, 1954) * [[/Alfred Wyatt McKenzie Gill|Gill, Alfred Wyatt McKenzie]] [https://www.familysearch.org/tree/person/details/GDBP-B8D] - 1908(NSW)-1959(NSW) - Licences: 2TS Receive Sydney (Killara, 1923); 2TS Sydney (Killara, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: barrister (Killara, 1933-1937; Wahroonga, 1949); soldier (Wahroonga, 1943); airline officer (Wahroonga, 1954-1958) ===''GILLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Rex Gregory Gillett|Gillett, Clarence Rex Gregory]] [https://www.familysearch.org/tree/person/details/GWJC-ZDW] - 1919(SA?)-2020(SA) - prominent MW and SW broadcast DXer (1940-1990), clubs (All Wave All World DX Club, Australian DX Radio Club (SA Branch), South Australian DX Radio Club, Australian Radio DX Club, Southern Cross DX Club, DX Australia, New Zealand Radio DX League) - substantial portion (100+) of QSL collection survives (SSD, NFSA) ===''GILLHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman William Gillham|Gillham, Norman William]] [https://www.familysearch.org/tree/person/details/GMTT-M8V] - 1906(Tas)-1994(Tas) - Licences: Receive Hobart (Sandy Bay, 1923-1924); 7NW Hobart (Sandy Bay, 1925-1927) - Qualifications: cc; AOCP 176, 1925, No. ?? in Tas; CPRT 944, 1927 - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Sandy Bay, 1928); joiner (Queensborough, 1936-1937); builder (Nelson, 1943-1954) ===''GILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Clifford Gillon|Gillon, Peter Clifford]] [https://www.familysearch.org/tree/person/details/GD7M-X53] - 1895(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 99, 1915 - Coastal wireless operator - Electoral Rolls: operator (Bondi, 1934); radio telegraphist (Crow's Nest, NSW, 1936; Cooktown, Qld, 1937; Townsville, 1943); telegraphist (Kensington, NSW, 1949-1954; Cremorne, 1958); radio operator (Cremorne, 1963-1968) ===''GILMOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Stanley Gilmour|Gilmour, Norman Stanley]] [https://www.familysearch.org/tree/person/details/GZZD-PVG] - 1890(Vic)-1962(NSW) - Licences: 2ZU Sydney (Neutral Bay, 1923-1930; Potts Point, 1931; City, 1933-1939; Mosman, 1948-1960) - Qualifications: cc; AOCP 28, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: director (Neutral Bay, 1930); business manager (Darlinghurst, 1931); engineer (Darlinghurst, 1934-1937; Mosman, 1943-1958) ===''GINBEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Haldane Ginbey|Ginbey, Ian Haldane]] [https://www.familysearch.org/tree/person/details/GFM1-73N] - 1913(WA)-1962(WA) - Licences: 6IG Perth (Fremantle, 1938-1939; Bicton, 1947-1948; Attadale, 1954-1960) - Qualifications: cc; AOCP 2084, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (South Fremantle, WA, 1936; Fremantle, WA, 1937; South Fremantle, WA, 1943); salesman (Melville, WA, 1958) ===''GINGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ubitt Victor Ginger|Ginger, Ubitt Victor]] [https://www.familysearch.org/tree/person/details/GS5P-G76] - 1891(NSW)-1943(NSW) - Licences: 2LF Receive Sydney (Mosman, 1922-1923); 2LF Sydney (Mosman, 1922-1924; North Sydney, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; police officer - callsign 2LF to L. R. Filmer, Toronto from Sep 1925, Bracken from 1933 - Electoral Rolls: constable (Chatswood, 1930-1933); police constable (Marrickville, 1934); constable (Naremburn, 1936-1937) ===''GINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Ginn|Ginn, Ernest George]] [https://www.familysearch.org/tree/person/details/GXZC-95C] - 1917(Qld)-2015(Qld) - Licences: 4GE Townsville (1936-1939; 1946-1948); 4GE Brisbane (Hendra, 1955-1980+) - Qualifications: cc; AOCP 1749, 1936, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ), military (WW2, RAAF, AIF); employment (life insurance agent) - Electoral Rolls: salesman (Townsville, Qld, 1943); shop assistant (Windsor, Qld, 1949); salesman (Hendra, Qld, 1954-1980) ===''GIVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/L. James M. Givens|Givens, L. James M. "James"]] [https://www.familysearch.org/tree/person/details/G8LX-7WR] - 1905(Vic)-1957(Vic) - Licences: 3EP Receive Melbourne (Canterbury, 1922-1923); 3EP Melbourne (Canterbury, 1924-1927); 3XY Melbourne (Canterbury, 1931) - Qualifications: cc; CPRT 849, 1925; AOLCP 121, 1933 - amateur operator, amateur broadcaster - Electoral Rolls: wireless officer (Canterbury, 1931-1937; Camberwell, 1943); photographer (Delbridge, 1954) ===''GLASSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Ronald John Glassop|Glassop, Ronald John]] [https://www.familysearch.org/tree/person/details/LBZX-P8N] - 1910(NSW)-1996(Qld) - Licences: 2RF Newcastle (City, 1934-1935; Blackhalls, 1936; Hamilton East, 1937); 4BG Brisbane (Clayfield, 1937-1939); 4BG Maryborough (1947-1969); 4BG North Tamborine (1980) - Qualifications: cc; AOCP 1288, 1934, NSW - amateur operator; amateur broadcaster; WW2; insurance assessor - Electoral Rolls: no occupation (Newcastle, NSW, 1932-1935); clerk (Hamilton, NSW, 1937); insurance inspector (Clayfield, Qld, 1937); insurance secretary (Maryborough, Qld, 1949-1968); retired (Miami, Qld, 1972; Mt Tamborine, Qld, 1977-1980) ===''GLOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Frederick Glover|Glover, Alexander Frederick or Frederick Alexander]] [https://www.familysearch.org/tree/person/details/L246-XZ6] - 1925(Vic)-2001(Vic) - Licences: 3AFG Sale (1948-1980+) - Qualifications: cc; AOCP 2705, 1948, Vic - amateur operator; amateur broadcaster - Electoral Rolls: operator (Sale, 1949); mechanic (Sale, 1954-1980) * [[/Arthur James George Glover|Glover, Arthur James George]] [https://www.familysearch.org/tree/person/details/2MT8-CZ8] - 1907(Vic)-1977(Vic) - Licences: 3AG Melbourne (Box Hill, 1928-1931; Surrey Hills, 1933); 3AG Warrnambool (1937-1939); 3AG Melbourne (Box Hill, 1946-1960; Camberwell, 1965-1975) - Qualifications: cc; AOCP 392, 1928, No. ?? in Vic; CPRT 1129, 1928; 2COCP 153, 1930; 1COCP 29, 1930 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Box Hill, 1931); engineer (Box Hill, 1936); radio engineer (Warrnambool, 1937); engineer (Canterbury, 1943; Box Hill, 1949-1954); automation engineer (Camberwell, 1963-1968); engineer (Camberwell, 1972-1977) * [[/Maurice Glover|Glover, Maurice]] [https://www.familysearch.org/tree/person/details/G8SK-25R] - 1912(Vic)-2003(Tas) - Licences: 7MG Hobart (Sandy Bay, 1938-1939, 1946-1948); 7MG Swansea (1954-1980+) - Qualifications: cc; AOCP 2129, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Nelson, 1943); no occupation (Swansea, 1949; Nelson, 1954) * [[/Maxwell Arthur Glover|Glover, Maxwell Arthur "Max"]] [https://www.familysearch.org/tree/person/details/G8SK-58X] - 1902(Vic)-1982(Vic) - Licences: 3GB Receive Melbourne (Auburn, 1922); 3GB Melbourne (Camberwell, 1924-1925) - Qualifications: No record of AOCP; 3COCP 671, 1948 - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Camberwell, 1924-1934); wool buyer (Toorak, 1935-1936; South Yarra, 1937); director (Malvern, 1949-1980) ===''GLUSKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Gluskie|Gluskie, C. R.]] - 19??(???)-19??(???) - Licences: Receive Hobart (New Town, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''GODDARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Endacott Goddard|Goddard, John Endacott]] [https://www.familysearch.org/tree/person/details/KNBM-L27] - 1914(WA)-1943(Crete) - Licences: 6JG Perth (North Perth, 1935-1939) - Qualifications: AOCP 1427, 1935, WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Fremantle, 1936) - Sacrifice: "Greater love hath no man than this" - Links: [https://aviationmuseumwa.org.au/afcraaf-roll/goddard-john-endacott-406692/ Aviation Museum WA]; [https://anzac.site/greece/crete-operation-thesis-goddard/ Operation Thesis]; [https://www.awm.gov.au/collection/R1703409 AWM Roll of Honour] ===''GOFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Goford|Goford, Thomas William]] [https://www.familysearch.org/tree/person/details/GXZH-W3H] - 1898(Eng)-1986(Qld) - Licences: 4MI Mount Isa (1936-1939) - Qualifications: cc; AOCP 1675, 1936, Qld; BOCP 387, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Mt Isa, Qld, 1937); broadcasting technician (Goonellabah, NSW, 1943); DCA technician (Alice Springs, NT, 1954-1963) ===''GOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Henry Yarburgh Gold|Gold, Clifford Henry Yarburgh or Yarborough "Cliff"]] [https://www.familysearch.org/tree/person/details/L19B-YYC] - 1906(Qld)-1986(Qld) - Licences: 4CG Brisbane (Hill End, 1926-1931); 4CG Toowoomba (1933-1939, 1946-1980+) - Qualifications: AOCP 262, 1926, No. 21 in Qld; AOLCP 186, 1934 - amateur operator, amateur broadcaster, broadcast engineer (4GR) - Electoral Rolls: shop assistant (West End, 1928-1931); radio operator (Toowoomba, 1934); projectionist (Toowoomba, 1936-1963); radio technician (Balmoral, 1968-1977) - Relationships: nephew of 4EG Edward Edwin Gold; also Doug & Geoff * [[/Douglas Edward Gold|Gold, Douglas Edward]] [https://www.familysearch.org/tree/person/details/G8RL-XQB] - 1917(NSW)-1964(Qld) - Licences: Nil yet identified - Qualifications: BOCP 254, 1939 - amateur operator; amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Geoffrey Kilvington Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio technician (Toowoomba, 1943-1949); assistant manager (Toowoomba, 1954-1958) * [[/Edward Edwin Gold|Gold, Edward Edwin "Ted"]] [https://www.familysearch.org/tree/person/details/L13Q-WZV] - 1894(Qld)-1961(Qld) - Licences: 4EG Toowoomba (1924-1939, 1946-1960) - Qualifications: AOCP 7, 1924, No. 1 in Qld - amateur operator; amateur broadcaster; awarded Class B licence for 4GR Toowoomba; commercial broadcast station proprietor (4GR); Relationships: father of Geoffrey Kilvington Gold; uncle of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: mechanic (Toowoomba, 1925-1958) * [[/Geoffrey Kilvington Gold|Gold, Geoffrey Kilvington]] - 1943(Qld)-1971(Qld) - Licences: Nil yet identified - Qualifications: BOCP 2210, 1963; AOLCP 1608, 1964 - amateur operator, amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Douglas Edward Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio broadcaster (Annerley, 1968) ===''GOLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick John Golden|Golden, Patrick John]] [https://www.familysearch.org/tree/person/details/GSFG-R49] - 1893(Ire)-1943(Qld) - Licences: 4PG Brisbane (Wynnum South, 1927) - Qualifications: cc; Nil yet identified (likely UK) - ship wireless operator; amateur operator; amateur broadcaster; radio business proprietor; WW2 - Electoral Rolls: salesman (Wynnum Heights, 1928-1931); radio dealer (Clayfield, 1936-1937); radio operator (Flying boat base, Karumba, 1943) - Sacrifice: "Greater love hath no man than this" ===''GOLDSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Herbert Goldsmith|Goldsmith, Frank Herbert]] [https://www.familysearch.org/tree/person/details/93SX-QL8] - 1895(WA)-1974(WA) - Licences: 6FG Perth (Nedlands Park, 1927-1939) - Qualifications: cc; AOCP 377, 1927, No. ?? in WA - amateur operator; amateur broadcaster; radio journalist - Electoral Rolls: clerk (West Perth, 1917); journalist (Bunbury, 1921-1922; Nedlands, 1925-1949; Roleystone, 1954-1958); retired (Rossmoyne, 1968-1972) * [[/Gordon William Goldsmith|Goldsmith, Gordon William]] [https://www.familysearch.org/tree/person/details/GZWR-BKR] - 1914(SA)-1998(SA) - Licences: 5HM Cowandilla (1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1629, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Cowandilla, SA, 1939-1943) ===''GOLDSWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Goldsworthy|Goldsworthy, William John]] [https://www.familysearch.org/tree/person/details/M4D7-C24] - 1910(Qld)-1950(Qld) - Licences: 4WA Brisbane (Valley, 1934-1939); 4WA Rockhampton (1947-1948)- Qualifications: cc; AOCP 1341, 1934, Qld; 2COCP 1112, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Valley, Qld, 1934-1943); aeradio operator (Rockhampton, Qld, 1949) ===''GOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jasper Claude Golley|Golley, Jasper Claude]] [https://www.familysearch.org/tree/person/details/GXGK-S1F] - 1904(SA)-1958(SA) - Licences: 5JX Adelaide (Glenelg, 1935-1937; Glengowrie, 1938-1939; Seacliff, 1948-1955) - Qualifications: cc; AOCP 1522, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: schoolteacher (Glengowrie, SA, 1939-1941; Seacliff, SA, 1943) ===''GOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Good|Good, Edward Joseph]] [https://www.familysearch.org/tree/person/details/GMS7-P78] - 1864(Vic)-1931(Vic) - Licences: 3HQ Glenrowan (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Taminick, 1903); traveller (Taminick, 1909-1930) ===''GOODE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Russell Goode|Goode, Arthur Russell]] - 1889(Vic)-1971(Vic) - XLK Melbourne (Moonee Ponds, 1913), early wireless experimenter (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), PMGD (telegraphist, Central Office, Melbourne, 1903-1921), Listener-In (journalist; editor), author several books, grandfather of Michael Goode 3BDL * [[/Michael Goode|Goode, Michael]] - 3ZYY Melbourne (Canterbury, 1969+), 3BDL Melbourne, amateur operator (AOCP ??, 1968, No. ?? in Vic), historian (amateur radio, 5 metres), grandson of XLK Arthur Russell Goode ===''GORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence Arthur Gorman|Gorman, Clarence Arthur]] [https://www.familysearch.org/tree/person/details/GHLZ-X8H] - 1895(NSW)-1970(NSW) - Licences: XCG Sydney (Oatley, 1913-1914); 2EC Receive Sydney (Arncliffe, 1922); 2EC Sydney (Arncliffe, 1923-1925); 2CG Sydney (Rockdale, 1925-1929); designated operator 2UI Illawarra Radio Club (Kogarah, 1923-1925) - Qualifications: cc; AOCP 222, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Comment: NSW winner 1923 Trans-Pacific Tests - Electoral Rolls: plumber (Rockdale, 1930-1931; Kogarah, 1932-1943; Hargrave Park, 1949; Villawood, 1954-1963) ===''GOSTELOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Victor Gostelow|Gostelow, Alfred Victor]] [https://www.familysearch.org/tree/person/details/LVVQ-PCX] - 1897(NSW)-1975(NSW) - Licences: XABD Dorrigo (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: accountant (Uralla, 1930-1936; Scone, 1937-1949; Terrigal, 1954-1968); retired (Terrigal, 1972) ===''GOTTING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Benjamin Gotting|Gotting, Herbert Edward Benjamin]] [https://www.familysearch.org/tree/person/details/GDLY-HLD] - 1889(NSW)-1965(NSW) - Licences: N760 Receive Braemar (1922); 2ID Receive Braemar (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Braemar, 1930); electrician (Mittagong, 1936-1937); engineer (Mittagong, 1949-1963) ===''GOVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Neville Govan|Govan, Walter Neville]] [https://www.familysearch.org/tree/person/details/L2XF-YDT] - 1905(Vic)-1956(SA) - Licences: 5WG Port Pirie (1934-1939); 5WG Crystal Brook (1947-1956) - Qualifications: cc; AOCP 1273, 1934, SA; BOCP 40, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: lead burner (Port Pirie, SA, 1939-1941); mechanic (Crystal Brook, SA, 1943) ===''GOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Selwyn Harry James Gover|Gover, Selwyn Harry James]] [https://www.familysearch.org/tree/person/details/GXNM-D2L] - 1903(Qld)-19??(???) - Licences: Receive (Crystal) Brisbane (Nundah, 1924) - Qualifications: cc; CPRT 789, 1923; 2COCP 43, 1929; 1COCP 249, 1939 - amateur receiver; ship wireless officer - Electoral Rolls: wireless operator (Annerley, Qld, 1925); marine radio officer (East Brisbane, Qld, 1949-1968) ===''GOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gelston Stewart Gow|Gow, Gelston Stewart]] [https://www.familysearch.org/tree/person/details/G7HP-61D] - 1895(NSW)-1974(NSW) - Licences: XBW Sydney (Burwood, 1913-1914); 2GG Sydney (City, 1928-1930) - Qualifications: AOCP 411, 1928, No. ?? in NSW - early wireless experimenter, amateur operator, amateur broadcaster, WW1 - Electoral Rolls: manufacturer (Darlinghurst, 1930); electrician (Darlinghurst, 1933-1943); manufacturer (Darlinghurst, 1954-1972) ===''GOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Nelson James Gowlett|Gowlett, Frank Nelson James]] [https://www.familysearch.org/tree/person/details/G619-PYV] - 1891(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; 1COCP 163, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio operator (Townsville, 1925); wireless operator (Maroubra, 1930-1931); radio telegraphist (Maroubra, 1934-1937; Cooktown, 1943-1949; Maroubra, 1949); radio officer (Maroubra, 1958-1963) ===''GOYDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil William Goyder|Goyder, Cecil William]] - about 1906(Eng)-1980(NJ, USA) - G2SZ England, amateur operator [http://www.clement-jones.com/ps03/ps03_313.html] ===''GRAHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Ernest Graham|Graham, Donald Ernest "Don"]] - 1933(WA)-2012(WA) - 6HK Perth (Mount Hawthorn, 1954-1956; Wembley Downs, 1960-1980+) - amateur operator (AOCP 3162, 1951, No. ?? in WA) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC), DoC / DoTaC (WA State Broadcasting Engineer) - a good life, well lived [https://stephbg.livejournal.com/669733.html] * [[/James Alexander Graham|Graham, James Alexander]] [https://www.familysearch.org/tree/person/details/G979-6RF] - 1905(Sct)-1985(Qld) - Licences: 4JQ Brisbane (Ekibin, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 2058, 1937, Qld; 1COCP 510, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Ekibin, Qld, 1937-1954) * [[/William Denton Graham|Graham, William Denton]] [https://www.familysearch.org/tree/person/details/GZGS-KB5] - 1895(Tas)-1986(NSW) - Licences: 2RR Receive Sydney (Rockdale, 1923-1925); 2WG Sydney (Rockdale, 1926-1930) - Qualifications: AOCP 227, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: law clerk (Rockdale, 1930-1937); process worker (Bondi Junction, 1943); iron worker (Rockdale, 1949-1968); machinist (Rockdale, 1977); retired (Liverpool, 1980) * [[/William Thompson Graham|Graham, William Thompson]] [https://www.familysearch.org/tree/person/details/GDR1-SL3] - 1902(Sct)-1987(Tas) - Licences: 7BV Receive St Mary's (1923); Receive St Mary's (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: grocer's assistant (St Mary's, 1925-1954); ===''GRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin John Rawle Grant|Grant, Colin John Rawle]] [https://www.familysearch.org/tree/person/details/GZBZ-BXF] - 1902(Qld)-2000(Qld) - Licences: 4JG Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 310, 1926, No. 32 in Qld - amateur operator; amateur broadcaster; accountant - Electoral Rolls: clerk (Wooloowin, 1925-1934); security officer (Eagle Junction, 1936); auditor (West Nundah, 1937); retired (Southport, 1968-1980) * [[/James Grant|Grant, James]] - 19??(???)-19??(???) - Licences: 2DP Newcastle (Stockton, 1929-1930) - Qualifications: AOCP 555, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: * [[/William Patrick Grant|Grant, William Patrick "Bill"]] [https://www.familysearch.org/tree/person/details/GXZJ-YJC] - 1917(Ireland)-19??(Ireland) - Licences: 4WU Brisbane (Indooroopilly, 1936-1939) - Qualifications: cc; AOCP 1801, 1936, Qld; 2COCP 269, 1939 - amateur operator; amateur broadcaster; ship wireless officer; air controller (Shannon Airport) - Electoral Rolls: Nil yet identified ===''GRANTHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Richard Grantham|Grantham, Sidney Richard "Sid"]] [https://www.familysearch.org/tree/person/details/GXZ6-B8S] - 1920(Qld)-2003(Qld) - Licences: 4SG Toowoomba (1938-1939, 1946-1956); 4SG Brisbane (Wavell Heights, 1960; Hendra, 1965-1980+) - Qualifications: cc; AOCP 2083, 1938, Qld; 1COCP 927, 1945 - amateur operator; amateur broadcaster; radio clubs (WIAQ, IREE, RFDS council); military (WW2, RAAF, wireless officer); federal public servant (DCA, Aeradio; PMGD/DoC, radio inspector); broadcast technician (4GR) - Electoral Rolls: RAAF (Yerongpilly, Qld, 1943); broadcast engineer (Harristown, Qld, 1949); engineer (East Toowoomba, Qld, 1954; Toowoomba South, Qld, 1958); radio inspector (Hendra, Qld, 1963-1980) ===''GRANVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Florence Violet Granville|Granville (nee) / Wallace / McKenzie, Florence Violet "Mrs Mac"]] [https://www.familysearch.org/tree/person/details/LRR8-ZWS] - 1890(Vic)-1982(NSW) - 2GA Sydney (Sydney, 1922-1924; Greenwich, 1925-1939), 2FV Sydney (Sydney, 1946-1950; Circular Quay, 1954; Greenwich, 1955-1958), amateur operator (AOCP 109, 1925, No. ?? in NSW), amateur broadcaster, engineer, business proprietor, signals instructor - Links: [https://adb.anu.edu.au/biography/mckenzie-florence-violet-15485 ADB] ===''GRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Gray|Gray, A. J.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Albert Howell Gray|Gray, Albert Howell "Dave"]] [https://www.familysearch.org/tree/person/details/GZXM-J83] - 1907(NSW)-2004(NSW) - Licences: 2IJ Receive Sydney (Killara, 1922); 2IJ Sydney (Killara, 1923-1939, 1946-1969; Whale Beach, 1975-1980+); 2AG Sydney (McMahons Point, 1931-1938; Lane Cove, 1939); 2APV Sydney (McMahons Point, 1954; Strathfield, 1955-1980+) - Qualifications: cc; AOCP 90, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: student (Killara, 1930-1936); engineer (Killara, 1937-1968; Whale Beach, 1977-1980) * [[/Frank Malcolm Gray|Gray, Frank Malcolm]] [https://www.familysearch.org/tree/person/details/LBBV-5XS] - 1910(SA)-2011(Qld)100yo - Licences: 5MU Adelaide (Toorak Gardens, 1932-1933); 5SU Adelaide (Toorak Gardens, 1937-1939, 1948) - Qualifications: cc; AOCP 1017, 1932, SA - amateur operator; amateur broadcaster; WW2 - Callsign: 5MU possibly withdrawn for 5MU Murray Bridge - Electoral Rolls: civil servant (Toorak Gardens, 1939) * [[/George Henry Boulderson Gray|Gray, George Henry Boulderson]] [https://www.familysearch.org/tree/person/details/LTTN-WVM] - 1912(Qld)-2010(Qld) - Licences: 4JP Brisbane (Ascot, 1936-1939, 1946-1980+) - Qualifications: cc; AOCP 1796, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Ascot, Qld, 1936-1943); sound engineer (Ascot, Qld, 1949-1980) ===''GREEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Green|Green, Albert Ernest]] - 1869(Vic)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - State & Federal politician; Postmaster-General (1931-1932) - Electoral Rolls: - Links: [[w:Albert Green (Australian politician)|Wikipedia]] * [[/Herman Rowland Green|Green, Herman Rowland]] [https://www.familysearch.org/tree/person/details/LK9P-LGY] - 1915(SA)-1985(SA) - Licences: 5OJ Adelaide (Prospect, 1936-1939) - Qualifications: cc; AOCP 1679, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/J. Green|Green, J.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Yeronga, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter William Green|Green, Walter William]] [https://www.familysearch.org/tree/person/details/GXB7-R87] - 1911(WA)-2012(WA) - Licences: 6WG Albany (1936-1937); 6WG Wiluna (1937-1939); 6WG Albany (1947-1960); 6WG Derby (1965); 6WG Norseman (1969); 6WG Albany (1975-1980) - Qualifications: cc; AOCP 1676, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Albany, WA, 1936); fitter (Albany, WA, 1958-1963); plant inspector (Norseman, WA, 1968); mechanic (Albany, WA, 1972-1980) ===''GREENHALGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Neal Greenhalgh|Greenhalgh, Kenneth Neal]] [https://www.familysearch.org/tree/person/details/G8ZT-NGD] - 1909(NSW)-2002(NSW) - Licences: 2KG Newcastle (Hamilton, 1929-1930; Rooty Hill, 1931; Sandgate, 1933; Mayfield West, 1934-1939; New Lambton, 1946-1956; Adamstown Heights, 1957-1980+) - Qualifications: AOCP 550, 1929, No. ?? in NSW; AOLCP 73, 1932; 1COCP 839, 1944; TVOCP 18, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Hamilton, 1930); broadcasting engineer (2KO Sandgate, 1933); engineer (Mayfield, 1934-1937); radio engineer (New Lambton, 1943-1954; Adamstown, 1958-1968; Adamstown Heights, 1977-1980) ===''GREENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold John Greenham|Greenham, Arnold John]] [https://www.familysearch.org/tree/person/details/GXH9-QQS] - 1907(Qld)-1973(Qld) - Licences: 4EE Receive Brisbane (South Brisbane, 1923); 4AG Brisbane (South Brisbane, 1933); 4AG Gympie (1934); 4AG Innisfail (1937-1939); 4AG Brisbane (South Brisbane, 1946-1948); 4AG Caloundra (1954-1956); 4AG Brisbane (Kallangur, 1960-1969) - Qualifications: cc; AOCP 1040, 1932, No. ?? in Qld; 1COCP 807, 1944 - amateur operator; amateur broadcaster; bank employee (NAB) - Electoral Rolls: bank clerk (Gympie, 1936; Innisfail, 1937; South Brisbane, 1943-1949); not stated (Caloundra, 1954-1958); retired (Kallangur, 1963-1972) ===''GREENHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alexander Greenhill|Greenhill, George Alexander]] [https://www.familysearch.org/tree/person/details/LT3K-GWN] - 1904(Qld)-1970(Qld) - Licences: 4LE Brisbane (West End, 1934-1939) - Qualifications: cc; AOCP 1348, 1934, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Brisbane City, Qld, 1925); ceiling fixer (Wooloowin, Qld, 1928); cleaner (West End, Qld, 1937; Archerfield, Qld, 1943); steward (Wilston, Qld, 1949); metal finisher (Wooloowin, Qld, 1954); barman (Kirra, Qld, 1958); caretaker (Caloundra, Qld, 1963); cleaner (Woorim, Qld, 1968) ===''GREGORY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. Gregory|Gregory, A.]] - 19??(???)-19??(???) - Licences: XAED Sydney (Bellevue Hill, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Identification: Not yet identified, possibly Alyn Keith Gregory, bank officer, Bellevue Hill, 1930-1939 * [[/Clyde Francis Burnell Gregory|Gregory, Clyde Francis Burnell]] [https://www.familysearch.org/tree/person/details/GS34-5MV] - 1906(Tas)-1997(Qld) - Licences: Receive Emu Park (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: business manager (Rockhampton, Qld, 1928-1937); fisherman (Yeppoon, Qld, 1943-1949); taxi driver (Maryborough, Qld, 1958); taxi proprietor (Nelly Bay, Qld, 1963) * [[/Harold Rigby Gregory|Gregory, Harold Rigby]] [https://www.familysearch.org/tree/person/details/L2C9-CDX] - 1900(NSW)-1973(NSW) - Licences: 2ED Receive Sydney (Abbotsford Pt, 1922); 2ED Sydney (Abbotsford Pt, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1930); inspector (Roseville, 1931-1936); insurance inspector (Roseville, 1937); manager (Newcastle, 1943-1954); insurance manager (Merewether, 1958-1972) * [[/Robert William Gregory|Gregory, Robert William]] [https://www.familysearch.org/tree/person/details/K2FW-QFJ] - 1907(Eng)-1995(SA) - Licences: 5GU Mt Barker (1935-1939) - Qualifications: cc; AOCP 1438, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: constable (Kadina, SA, 1939); police officer (Lobethal, SA, 1941-1943) ===''GREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Grey|Grey, Albert Edward "Bert"]] [https://www.familysearch.org/tree/person/details/LDK5-374] - 1897(WA)-1981(WA) - Licences: 6BO Perth (Nedlands, 1925-1932); 6BO Carnarvon (1933); 6AA Perth (Nedlands, 1937-1939) - Qualifications: cc; RTCP 532, 1920, Marconi & Telefunken; 1COCP 35, 1934; TVOCP 278 1960 - amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo PMGD); PMGD (postal assistant, Leederville,1919); WW1; RAAF (WW2, radar systems) - Electoral Rolls: telegraphist (Subiaco, 1925; Nedlands, 1925-1931); radio inspector (Nedlands, 1936-1972); retired (Nedlands, 1977-1980) * [[/Elton Edward Grey|Grey, Elton Edward or Edward Elton]] [https://www.familysearch.org/tree/person/details/GWPL-PQ5] - 1920(Qld)-1962(WA) - Licences: 4LX Brisbane (Ascot, 1936-1939); 6ZX Perth (West Perth, 1948); 6ZX Northam (1954-1955); 6ZX Perth (Leederville, 1956; Floreat Park, 1960) - Qualifications: cc; AOCP 1689, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: soldier (West Perth, WA, 1943); bank clerk (West Perth, WA, 1949); bank officer (Wagin, WA, 1949; Northam, WA, 1954; Floreat Park, WA, 1958) * [[/James Leonard Grey|Grey, James Leonard "Len"]] [https://www.familysearch.org/tree/person/details/GXZV-ZY5] - 1915(Sct)-1995(NSW) - Licences: 4LN Brisbane (Norman Park, 1937-1938); 2AKO Sydney (Vaucluse, 1939; Pymble, 1946-1961; St Ives, 1965-1969; Neutral Bay (1975-1980+) - Qualifications: cc; AOLCP 184, 1934; 2COCP 38, 1935 - amateur operator; amateur broadcaster; Radio clubs (WIAQ); military (WW2, RAAF); pilot (RQAC, QANTAS) - Electoral Rolls: aviator (Norman Park, Qld, 1936-1937); airline captain (Pymble, NSW, 1949-1958; St Ives, NSW, 1963-1968); retired (Neutral Bay, NSW, 1977-1980) ===''GRIBBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Gribble|Gribble, Arthur James]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIT Townsville (1917-1918) - Comment: only one reference found, likely misspelling; Electoral Rolls: Nil yet identified ===''GRIEVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Grieve|Grieve, Ian]] - Licences: Nil yet identified - Qualifications: Nil yet identified - historian (broadcast); proprietor of Australian Old Time Radio website - Electoral Rolls: - Links: [https://www.australianotr.com.au/ OTR] ===''GRIFFIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Neville Griffin|Griffin, Thomas Neville]] [https://www.familysearch.org/tree/person/details/G8C4-RJ2] - 1889(NSW)-1953(NSW) - Licences: 2LQ Sydney (Hornsby, 1929-1936); 2AIR Sydney (Northbridge, 1938-1939) - Qualifications: AOCP 505, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Hornsby, 1930-1934); electrical engineer (Artarmon, 1936; Willoughby, 1937; Hornsby, 1943-1949) ===''GRIFFEN-FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bridget Griffen-Foley|Griffen-Foley, Bridget]] - historian (broadcasting) - Professor, Department of Media, Communications, Creative Arts, Language and Literature, Macquarie University - author "Changing Stations: The Story of Australian Commercial Radio" & numerous professional articles ===''GRIFFITHS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Arthur Griffiths|Griffiths, Leslie Arthur "Les"]] [https://www.familysearch.org/tree/person/details/GXZK-81V] - 1909(Qld)-1970(Qld) - Licences: 4LZ Toowoomba (1938-1939, 1947-1956) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; military (WW2, RAN, signaller); cine assistant (Empire Theatre) - Halcyon: AOCP Toowoomba 1938 - Electoral Rolls: assistant projectionist (Toowoomba, Qld, 1931-1937); biograph projectionist (Toowoomba, Qld, 1943-1954; Toowoomba South, Qld, 1958); projectionist (Toowoomba West, Qld, 1963-1968) ===''GRIGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Haydn Errol Grigg|Grigg, Haydn Errol]] [https://www.familysearch.org/tree/person/details/G8BV-N98] - 1899(???)-1971(NSW) - Licences: 2AS Receive Sydney (Mosman, 1922); 2AS Sydney (Mosman, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Darlinghurst, 1935; Edgecliff, 1935-1949; Double Bay, 1954-1968) ===''GRIMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Douglas Grimes|Grimes, Benjamin Douglas]] [https://www.familysearch.org/tree/person/details/LZ8B-D6J] - 1901(Qld)-1987(Qld) - Licences: Receive (Crystal) Brisbane (Annerley, 1923-1924); 4BD Brisbane (Annerley, 1926-1931) - Qualifications: cc; AOCP 278, 1926, No. 23 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Tarragindi, 1925-1937); share dealer (New Farm, 1943); farmer (Cleveland, 1949-1958); retired (Corinda, 1968-1980) ===''GRIMMETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Urbane Grimmett|Grimmett, Stanley Urbane]] [https://www.familysearch.org/tree/person/details/L447-3MW] - 1905(NZ)-1974(NSW) - Licences: 2ZW Newcastle (Hamilton, 1930-1937); 2ZW Sydney (Bankstown, 1938-1939; Strathfield, 1946-1960; Vaucluse, 1961-1969) - Qualifications: AOCP 667, 1930, NSW - amateur operator, amateur broadcaster, journalist - Electoral Rolls: pharmacist (Hamilton, 1930-1937; Strathfield, 1949-1958); Vaucluse, 1963) ===''GRIVELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Grivell|Grivell, John "Jack"]] [https://www.familysearch.org/tree/person/details/KC43-NGM] - 1901(SA)-1971(SA) - Licences: 5BK Yorketown (1930-1933); 5BK Gladstone (1937); 5BK Crystal Brook (1938-1939); 5BK Gawler (1946-1947); 5BK Magill (1948-1969) - Qualifications: cc; AOCP 609, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (5CK Crystal Brook, 1939-1941); telephone mechanic (Gawler, 1943) ===''GROGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold William Grogan|Grogan, Arnold William]] [https://www.familysearch.org/tree/person/details/GFSS-87B] - 1915(WA)-1997(WA) - Licences: 6EI Perth (Mt Lawley, 1936-1939; City, 1947); 6EI Carnarvon (1948); 6EI Perth (Leederville, 1954-1980+) - Qualifications: cc; AOCP 1759, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Maylands, WA, 1937; East Perth, WA, 1943); public servant (Cottesloe, WA, 1949); civil servant (Leederville, WA, 1954-1980) ===''GRONOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rees Gronow|Gronow, William Rees]] [https://www.familysearch.org/tree/person/details/GZVM-KFV] - 1908(Vic)-2003(Vic) - 3EQ Receive Melbourne (City, 1922-1924), 3WG Melbourne (City, 1925-1933; Glen Iris, 1937; Malvern East, 1937; Glen Iris, 1938-1939, 1948-1960; Brighton, 1965-1980), amateur operator (AOCP 178, 1925, No. ?? in Vic), amateur broadcaster, director (Malvern, 1936-1954; Brighton, 1968-1977)) ===''GROVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Grove|Grove, Henry]] [https://www.familysearch.org/tree/person/details/L5KB-97B] - 1897(Eng)-1973(NSW) - Licences: N746 Receive Sydney (Enmore, 1922); 2HZ Receive Sydney (Enmore, 1922) - Qualifications: cc; CPRT 575, 1920 - amateur receiver - Electoral Rolls: traveller (Castle Hill, 1930); poultry farmer (Peakhurst, 1933-1949); retired (Burwood, 1963-1972) ===''GROWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Norman Wills Growden|Growden, George Norman Wills "Norman"]] [https://www.familysearch.org/tree/person/details/G9C6-15M] - 1913(Vic)-1984(SA) - Licences: 5YM Gladstone (1937-1939); 5YM Wedge Island via Port Lincoln (1954-1975) - Qualifications: cc; AOCP 1945, 1937, SA; BOCP 145, 1938; 2COCP 401, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: farmer (Gladstone, SA, 1939-1943); wireless operator (RAAF Station, Pearce, WA, 1943) ===''GRUBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Grubb|Grubb, William John]] [https://www.familysearch.org/tree/person/details/G6WK-K6N] - 1907(Qld)-1970(Vic) - Licences: 4DI Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: labourer (Rockhampton, 1931); concrete labourer (Rockhampton, 1936-1963); retired (Finch Hatton, 1968) ===''GRUMMITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Frederick Grummitt|Grummitt, Gilbert Frederick]] [https://www.familysearch.org/tree/person/details/G8Z7-FFD] - 1906(Qld)-1960(Qld) - Licences: 4BS Brisbane (Fortitude Valley, 1929-1933; Hamilton, 1937-1939; Bulimba, 1948-1960) - Qualifications: cc; AOCP 531, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: welder (Fortitude Valley, 1928-1934; Hamilton, 1936-1937); boilermaker (Bulimba, 1949-1958) ===''GRUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hill Grundy|Grundy, Robert Hill]] [https://www.familysearch.org/tree/person/details/LZP7-F78] - 1915(SA)-1988(SA) - Licences: 5BG Murray Bridge (1937-1939, 1947-1948); 5BG Crystal Brook (1954-1980) - Qualifications: cc; AOCP 2010, 1937, SA; BOCP 175, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''GUILDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Guildford|Guildford, Alfred]] [https://www.familysearch.org/tree/person/details/GX4T-5BG] - 19??(Eng)-1960(Qld) - Licences: 4AP Brisbane (Herston, 1934-1939, 1946-1948; Sandgate, 1960) - Qualifications: cc; AOCP 1342, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, publicity officer) - Electoral Rolls: advertisment writer (West End, Qld, 1934); copy writer (Kelvin Grove, Qld, 1936-1949) ===''GUNDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thor Odin Gundersen|Gundersen (BDM) or Gunderson (Census), Thor Odin]] [https://www.familysearch.org/tree/person/details/GHL8-F2W] - 1895(NZ)-1986(NZ) - Licences: Nil yet identified - Qualifications: cc; 1COCP 242, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: agent (Bondi, 1930-1931); radio officer (ss Fiona, 1943) ===''GUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Campbell Gunn|Gunn, Kenneth Campbell]] [https://www.familysearch.org/tree/person/details/93DG-X18] - 1911(Qld)-1975(Qld) - Licences: 4LG Laidley (1932-1937); 4LD Laidley (1937-1939, 1946-1975) - Qualifications: cc; AOCP 884, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Callsigns: 4LG likely withdrawn for 4LG Longreach - Electoral Rolls: clerk (Laidley, Qld, 1937-1972) ===''GUNTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Eliot Gunter|Gunter, Norman Eliot]] [https://www.familysearch.org/tree/person/details/L2WR-5VB] - 1912(Vic)-1943(At Sea) - Licences: 3NG Melbourne (Caulfield, 1930-1933; Hawthorn, 1937-1939) - Qualifications: AOCP 593, 1930, No. ?? in Vic; 2COCP 372, 1932; 1COCP 51, 1935 - amateur operator, amateur broadcaster, WW2 (merchant navy, wireless operator) - Electoral Rolls: sales (Caulfield, 1935; Hawthorn, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1428541] ===''GURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Carlisle Gurner|Gurner, Reginald Carlisle]] [https://www.familysearch.org/tree/person/details/GZZ2-8S8] - 1905(SA)-1975(SA) - 5CZ Receive Adelaide (New Parkside, 1923); Receive Adelaide (New Parkside, 1923); 5RG Adelaide (New Parkside, 1923-1928; Linden Park Gardens, 1931-1939) - Qualifications: cc; AOCP 31, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Linden Gardens, SA, 1939-1943) ===''GURR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Frederick Gurr|Gurr, Alan Frederick]] [https://www.familysearch.org/tree/person/details/G8GM-KJV] - 1904(Tas)-1974(Vic) - Licences: 3AG Geelong East (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geelong, 1926-1928; Belmont, 1931-1972) * [[/George Henry Gurr|Gurr, George Henry]] [https://www.familysearch.org/tree/person/details/L46K-DBB] - 1896(SA)-1957(Vic) - Licences: 5GO Adelaide (Parafield, 1933); 3QH Melbourne (Stanmore, 1947-1956) - Qualifications: cc; AOCP 1142, 1933, SA; 3COCP 185, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Parkville, Vic, 1926); ground engineer (Essendon, Vic, 1928); inspector (Caulfield, Vic, 1942; Essendon, Vic, 1949-1954) ===''GUTTERIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frank Gutteridge|Gutteridge, Reginald Frank]] [https://www.familysearch.org/tree/person/details/KNYP-KSN] - 1886(Tas)-1942(WA) - Licences: V759 Receive (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm manager (Marnoo, Vic, 1921); electrical engineer (Rupanyup, 1924-1927) =='''H'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''HADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lionel Trimble Hadley|Hadley, Arthur Lionel Trimble "Doc"]] [https://www.familysearch.org/tree/person/details/G7ZX-G9Y] - 1900(Qld)-1964(Qld) - Licences: 4AH Brisbane (Clifton Hill, 1930-1933; Dutton Park, 1937-1939; Annerley, 1946-1956) - Qualifications: cc; AOCP 636, 1930, No. ?? in Qld - amateur operator, amateur broadcaster, WW1, federal public servant (PMGD) - Electoral Rolls: signwriter (Taringa, 1921); salesman (Toowong, 1922-1925); motor assembler (Yeronga, 1929); radio mechanic (South Brisbane, 1937); technician (Annerley, 1949-1958); retired (Inala, 1958; Seven Hills, 1963) ===''HADLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Lindsay Hadlow|Hadlow, Martin Lindsay]] - radio clubs (NZDXRL, ARDXC, DXA), early wireless and broadcasting historian (Ph.D. Thesis,) ===''HAGARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neville Douglas Hagarty|Hagarty, Neville Douglas]] [https://www.familysearch.org/tree/person/details/G38J-GBJ] - 1907(Qld)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster (on 4WH); radio club participant; business proprietor; pilot; federal public servant (DCA) - Relationships: brother of 4WH William Edward Hagarty - Electoral Rolls: woodworker (Hospital Hill, 1930) * [[/William Edward Hagarty|Hagarty, William Edward "Edward / Eddie"]] [https://www.familysearch.org/tree/person/details/G384-TL3] - 1905(Qld)-1971(Qld) - Licences: 4WH Longreach (1925-1939); 4WH Townsville (1954-1969) - Qualifications: cc; AOCP 172, 1925, No. 16 in Qld; 2COCP 271, 1939; 1COCP 309, 1940 - amateur operator; amateur broadcaster; WW2; engineer; postal employee (PMG); federal public servant (PMG) - Relationships: brother of Neville Douglas Hagarty - Electoral Rolls: postal assistant (Longreach, 1930-1937); aeradio operator (Longreach, 1943); officer commanding aeradio station (Townsville, 1949-1954); communications officer (Townsville, 1958-1963; Mysterton, 1968) ===''HAI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pham Nhu Hai|Hai, Pham Nhu "Hai"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC), Director Broadcasting ITU-R ===''HAIGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bartin Robert Alfred Read Haigh|Haigh, Bartin Robert Alfred Read]] [https://www.familysearch.org/tree/person/details/GS9T-J8B] - 1854(NSW)-1928(NSW) - Licences: N752 Receive Sydney (Ashfield, 1922); 2IA Receive Sydney (Ashfield, 1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Ashfield, 1930); poultry farmer (Seven Hills, 1933) ===''HAINES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Lewis Harrison Haines|Haines, Claude Lewis Harrison]] [https://www.familysearch.org/tree/person/details/GXRC-8F6] - 1906(SA)-1996(SA) - Licences: 5CH Millicent (1933-1937); 3QM Geelong (Belmont, 1938-1939); 5CH Mt Gambier (1947-1980) - Qualifications: cc; AOCP 1118, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Belmont, Vic, 1937); engine driver (Mt Gambier, SA, 1941-1943) ===''HALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl William Millar Hale|Hale, Carl William Millar "William"]] [https://www.familysearch.org/tree/person/details/L5VR-TPL] - 1901(Vic)-1986(Vic) - Licences: 3GH Receive Melbourne (Elsternwick, 1922-1923); 3GH Anglesea (1924-1931+) - Qualifications: cc; AOCP 120, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (Elsternwick, 1924); architect (Hawthorn, 1958-1968; Malvern, 1977-1980) ===''HALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lovett Hall|Hall, Geoffrey Lovett]] [https://www.familysearch.org/tree/person/details/GHDB-ZD3] - 1895(Tas)-1972(Tas) - Licences: Receive Waddamanna (1923-1924); 7GH Waddamanna (1925-1931+); 7GH Hobart (1937-1939, 1947-1948) - Qualifications: cc; AOCP 137, 1925, No. ?? in Tas; BOCP 85, 1937 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Waddamana, 1928); engineer (New Town, 1936-1949) * [[/Graham George Hall|Hall, Graham George]] [https://www.familysearch.org/tree/person/details/G8HN-Z89] - 1910(Vic)-1971(Eng) - Licences: 3WO Melbourne (Glen Iris, 1929-1931; Hawthorn, 1933); 2AGH Sydney (Five Dock, 1937; Strathfield, 1938-1939; Hurstville, 1946-1969) - Qualifications: AOCP 482, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Auburn, 1934-1936); radio engineer (Abbotsford, 1937); engineer (Hurstville, 1949-1954; South Hurstville, 1958-1968) * [[/Reginald Allen Hall|Hall, Reginald Allen]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 539, 1929, No. ?? in ???? - amateur operator?, amateur broadcaster? - Electoral Rolls: Nil yet identified * [[/R. F. Hall|Hall, R. F.]] - 19??(???)-19??(???) - Licences: 3FH Receive Melbourne (Toorak, 1922); 3FH Melbourne (Toorak, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/William Charles Hall|Hall, William Charles]] - 19??(???)-19??(???) - Licences: 2BH Abermain (1930-1933); 2XT Abermain (1934-1936); 2XT Kurri Kurri (1938-1939, 1946-1948); 2XT Newcastle (Cooks Hill, 1950-1965; Toronto, 1969-1980+) - Qualifications: AOCP 643, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Abermain, 1935; Kurri Kurri, 1937-1943); hotel licensee (Newcastle, 1949-1963); retired (Toronto, 1972; Carey Bay, 1977-1980) - Comment: 2BH licence withdrawn for 2BH Broken Hill commercial; Beware several contemporaneous WCH in Newcastle region ===''HALLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philpot Hallam|Hallam, William Philpot]] [https://www.familysearch.org/tree/person/details/97MX-Y3J] - 1859(Tas)-1952(Vic) - Licences: XZH Hobart (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; PMGD Vic + Federal - Electoral Rolls: Nil ===''HALLIDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Fred Halliday|Halliday, Eric Fred]] [https://www.familysearch.org/tree/person/details/GC26-L5B] - 1913(SA)-1989(SA) - Licences: 5FW Adelaide (Hectorville, 1935-1939; South Payneham, 1947-1969; Magill, 1975) - Qualifications: cc; AOCP 1494, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Crystal Brook, 1939) ===''HALYDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Guyler Halyday|Halyday, James Guyler]] - 1904(Vic)-19??(???) - 4HZ Gympie (1939, 1946-1980+) , amateur operator (AOCP 2287, 1939, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ; Gympie ARC), military (WW2), employment (SEAQ linesman) ===''HAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilton Ham|Ham, George Wilton]] [https://www.familysearch.org/tree/person/details/GWX4-P28] - 1905(Qld)-1987(Qld) - Licences: 4CR Receive Brisbane (Northgate, 1923); 4GW Brisbane (Northgate, 1930-1931; Coorparoo, 1937-1939) - Qualifications: cc; AOCP 572, 1930, No. ?? in Qld - amateur receiver; amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (Toombul RC); employment (Chandlers) - Electoral Rolls: clerk (Coorparoo, 1937; St Lucia, 1943-1968); retired (Jamboree Heights, 1972-1980) * [[/Guildford Ham|Ham, Guildford]] [https://www.familysearch.org/tree/person/details/G67H-W9Y] - 1906(Qld)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; BOCP 101, 1937 - radio technician - Electoral Rolls: shop assistant (South Brisbane, 1928-1937); radio technician (South Brisbane, 1943; Bald Hills, 1943; Annerley, 1954); technician (Wavell Heights, 1958-1963) * [[/Thomas Edward Ham|Ham, Thomas Edward]] [https://www.familysearch.org/tree/person/details/G88F-R3P] - 1921(Qld)-19??(???) - Licences: 4WX Brisbane (Chelmer, 1937-1939); 2AGA Sydney (Kogarah, 1946-1947; Carlton, 1948-1950; Sylvannia Heights, 1954-1975); 4AGT Buderim (1980+) - Qualifications: cc; AOCP 2056, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (Sunshine Coast ARC); military (WW2, RAAF) - Electoral Rolls: radio mechanic (Sylvannia, 1954-1968); mechanic (Sylvannia, NSW, 1972-1977); retired (Buderim, 1980) ===''HAMILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Ormsby Hamilton|Hamilton, John William Ormsby]] [https://www.familysearch.org/tree/person/details/MG65-XRC] - 1869(Tas)-1944(Eng) - Australian representative of Pacific Radio Telegraph Co and Marconi Telegraph Co, promoted a scheme to link Aus/NZ/Pacific Islands (rejected by Aus Gov 1909), migrated to England to work for Marconi, donated Ormsby Hamilton Radio Prize in memory of his father Thomas Ormsby Hamilton ===''HAMMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Harold Hammond|Hammond, John Harold]] [https://www.familysearch.org/tree/person/details/G6HP-67H] - 1875(NSW)-1932(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: barrister-at-law (Ashfield, 1913); barrister (Killara, 1930-1932) * [[/Herbert Bowes Hammond|Hammond, Herbert Bowes]] [https://www.familysearch.org/tree/person/details/LZ4J-2PK] - 1907(NSW)-1967(NSW) - 2NI Sydney (Chatswood, 1925; Epping, 1926-1927; Chatswood, 1928; Naremburn, 1929-1930), amateur operator (AOCP 64, 1925 01, No. ?? in NSW; CPRT 895, 1925 12; 2COCP 318, 1931), amateur broadcaster ===''HANCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. A. Hancock|Hancock, C. A. or G. A.]] - 19??(???)-19??(???) - Licences: V748 Receive Melbourne (Berwick, 1922); 3GU Receive Melbourne (Berwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/D'Arcy Maxwell Hancock|Hancock, D'Arcy Maxwell]] [https://www.familysearch.org/tree/person/details/GCG4-L3Y] - 1910(SA)-2017(SA)107yo - Licences: 5RJ Kadina (1927-1939, 1946-1960); 5RJ Adelaide (Mitchell Park, 1965-1980+) - Qualifications: cc; AOCP 356, 1927, No. ?? in SA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Kadina, 1947) ===''HANNAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hannam|Hannam, Harold William]] [https://www.familysearch.org/tree/person/details/G83F-J78] - 1913(NSW)-1964(Vic) - Licences: 2IR Sydney (Hurstville South, 1935-1937); 2IR Orange (1938-1939); Sydney (South Hurstville, 1946-1948) - Qualifications: cc; AOCP 1472, 1935, Qld; BOCP 9, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hurstville, 1934-1937); radio engineer (Orange, 1943; Hurstville, 1949); engineer (Cheltenham, 1949-1954; Moorabbin, 1963) * [[/Walter Henry Hannam|Hannam, Walter Henry "Wally" "Wal", "Doc", "Fatty"]] [https://www.familysearch.org/tree/person/details/273W-H9T] - 1885(NSW)-1965(NSW) - XQI Stamford, Qld (1911-1914); 2YH Sydney (Balmain, 1924; Mosman, 1924-1933; Willoughby, 1934-1939); 2AXH Terrigal (1954-1961) - Qualifications: cc; AOCP 27, 1924, No. 10 in NSW - early wireless experimenter; amateur operator; radio clubs (WIA NSW, first secretary 1910); wireless operator Australasian Antarctic Expedition (1912-1914) - Relationships: don't confuse with father William Henry Hannam of Hannams Ltd, engineers & sheet metal workers - Electoral Rolls: - Links: [[w:Walter Henry Hannam|Wikipedia]]; [https://www.coolantarctica.com/Antarctica%20fact%20file/History/biography/hannam_walter.php Bio1]; [https://www.antarctica.gov.au/about-antarctica/history/people/walter-hannam/ Bio2] ===''HANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hansen|Hansen, Harold William]] [https://www.familysearch.org/tree/person/details/93DG-45T] - 1914(Qld)-2005(Qld) - Licences: 4FH Brisbane (Forest Hill, 1935-1939); 4SV Brisbane (Bulimba, 1948-1965; Carina, 1969-1980+) - Qualifications: cc; AOCP 1508, 1935, Qld; BOCP 1039, 1949 - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, 1937, radio technician); state public servant (BCC, communications officer) - Relationships: father of Graham Hansen 4FV - Electoral Rolls: labourer (Forest Hill, Qld, 1936-1937); WT Operator (Wendouree, Vic, 1942); RAAF (Maryborough, Qld, 1943); radio technician (Carina, Qld, 1968-1980) ===''HARDGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Hardgrave|Hardgrave, Philip "Pop"]] [https://www.familysearch.org/tree/person/details/GMPF-XL5] - 1857(Qld)-1940(Qld) - Licences: 4PH Brisbane (South Brisbane, 1933-1939) - Qualifications: cc; AOCP 1150, 1933, No. ?? in Qld - amateur operator; amateur broadcaster - Comment: oldest person in British Empire to obtain a full licence - Electoral Rolls: fruitgrower (Wellington Point, 1916-1928) ===''HARDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Netherton Kilgour Hardie|Hardie, Bruce Netherton Kilgour]] [https://www.familysearch.org/tree/person/details/GZ95-FMJ] - 1896(Vic)-1965(Vic) - 3YX Melbourne (Garden Vale, 1925-1933; City, 1937-1939), amateur operator (AOCP 49, 1925, No. ?? in Vic), amateur broadcaster, WIA Vic, accountant ===''HARDISTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Hardisty|Hardisty, David Charles]] [https://www.familysearch.org/tree/person/details/GZTM-C4W] - 1907(WA)-1980(WA) - Licences: 6DH Perth (Victoria Park, 1926-1939; West Perth, 1946-1948; Applecross, 1954-1980) - Qualifications: cc; AOCP 273, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Victoria Park, 1931-1943); radio mechanic (Applecross, 1954-1980) ===''HARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. R. Hardy|Hardy, W. R.]] - 19??(???)-19??(???) - 2RD Sydney (Glebe, 1925-1927), amateur operator (AOCP 187, 1925, No. ?? in NSW), amateur broadcaster ===''HARKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dennis James Harkin|Harkin, Denis or Dennis James]] [https://www.familysearch.org/tree/person/details/G45Q-9PH] - 1903(SA)-1993(Vic) - Licences: 3YN Receive Melbourne (Prahran, 1923); 3KF Melbourne (Kensington, 1924-1925); 3YN Melbourne (Preston, 1924-1926); 4YN Bowen (1927); 3YN Melbourne (East Brunswick, 1931); 3YY Newport (1938); 6YN Pearce (1938); 3ADJ Melbourne (Prahran, 1946-1948; Middle Park, 1954-1956; Thornbury, 1960-1975); 4ADJ Maryborough (1980) - Qualifications: CPRT 782, 1923; 1COCP 280, 1932 - amateur operator; amateur broadcaster; radio club participant (WIAQ); career military (RAAF); federal public servant (PMGD); WW2 - Electoral Rolls: mechanic (Preston, Vic, 1926; Brunswick, Vic, 1931; Newport, 1937); RAAF (Clifton Hill, 1942); technician (Prahran, 1949; Albert Park, 1954); radio technician (Thornbury, 1963-1972); nil (Maryborough, 1977-1980) ===''HARLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Harlen|Harlen, John Edward]] [https://www.familysearch.org/tree/person/details/K8MP-TWB] - 1884(Qld)-1953(Qld) - Licences: Receive Brisbane (Sunnybank, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Coopers Plains, Qld, 1908); fruit grower (Sunnybank, Qld, 1912-1949) ===''HARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Nicoll Harley|Harley, Gordon Nicoll]] [https://www.familysearch.org/tree/person/details/G89D-41H] - 1901(NSW)-1986(Qld) - Licences: "4AR Unlicensed" Ipswich (1926-1928); 4GH Ipswich (1928-1933); 4GH Didcott (1937-1939); 4GH Maryborough (1946-1980+) - Qualifications: cc; AOCP 385, 1928, No. 43 in Qld - amateur operator; amateur broadcaster; business proprietor (radio manufacture); employment (school teacher); WW2 - Electoral Rolls: clerk (Brassall, 1925); school teacher (Didcot, 1936-1943); teacher (Maryborough, 1949); school teacher (Maryborough, 1954-1980) ===''HARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Harmer|Harmer, George]] [https://www.familysearch.org/tree/person/details/LRTY-KHZ] - 1900(Eng)-1980(Qld) - Licences: 4XW Brisbane (Coorparoo, 1934-1939, 1946-1948; Camp Hill, 1954-1956; Coorparoo, 1960-1980) - Qualifications: cc; AOCP 1301, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIAQ); telephone technician (PMGD); federal public servant (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, Qld, 1937-1954); technician (Coorparoo, Qld, 1958-1980) ===''HARRANTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wolf Harranth|Harranth, Wolf]] - 1941(Austria)-2021(Austria) - Licences: OE1WHC Austria - curator of Dokufunk, host of the world's largest collection of amateur radio and broadcast QSLs; amateur radio operator; broadcast announcer; historian (amateur radio, broadcasting); children's book author; translator - provided the core of the WIA QSL collection ===''HARRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Harris|Harris, Alfred Charles]] [https://www.familysearch.org/tree/person/details/GZY1-F4K] - 1900(Vic)-1963(Vic) - Licences: 3CH Birchip (1926-1939; 1946-1960+) - Qualifications: AOCP 303, 1926, No. ?? in Vic -amateur operator, amateur broadcaster, class B licence? - Electoral Rolls: engineer (Ouyen, 1924); electrical engineer (Birchip, 1925-1954; Power Station, Ouyen, 1963) * [[/Ross Clifford Harris|Harris, Ross Clifford]] [https://www.familysearch.org/tree/person/details/L5Y2-DZF] - 1917(SA)-1954(SA) - Licences: 5FL Adelaide (Glenelg, 1936-1939; Malvern, 1947-1948; Hawthorn, 1954) - Qualifications: cc; AOCP 1651, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Valentine Harms Harris|Harris, Valentine Harms]] [https://www.familysearch.org/tree/person/details/L1PM-FDM] - 1909(WA)-1995(WA) - Licences: 6NL Perth (Shenton Park, 1935-1939; Applecross, 1947-1969); 6NL Denmark (1975-1980+) - Qualifications: cc; AOCP 1579, 1935, WA - amateur operator; amateur broadcaster - Relationships: Husband of 6YL Ruth Victoria Harris nee Longley - Electoral Rolls: garage employee (Subiaco, WA, 1931); radio mechanic (Subiaco, WA, 1936-1937); mechanic (Applecross, WA, 1949-1972) ===''HARRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Lionel Carr Harrison|Harrison, Percival Lionel Carr]] [https://www.familysearch.org/tree/person/details/GFM3-VDC] - 1912(WA)-2001(WA) - Licences: 6LH Perth (Claremont, 1937-1939; Armadale, 1947-1980+) - Qualifications: cc; AOCP 1909, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Claremont, WA, 1936-1937); civil servant (Armadale, WA, 1943-1980) ===''HARRISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Harriss|Harriss, Alfred George]] [https://www.familysearch.org/tree/person/details/K8HN-THZ] - 1873(Eng)-1932(Qld) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), radio clubs (Longreach Radio Club), business proprietor (Jackson & Harriss) - Electoral Rolls: engineer (Longreach, 1930) - Relationships: father of Dorothy Winnifred Macfarlane formerly Fanning nee Harriss * [[/Dorothy Winnifred Harriss|Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred]] [https://www.familysearch.org/tree/person/details/KGYC-3CP] - 1905(Qld)-1986(Qld) - Licences: 4DH Longreach (1930-1933) - Qualifications: cc; AOCP 573, 1930, No. ?? in Qld; BOCP - amateur operator; amateur broadcaster; radio clubs (WIAQ); first YL operator in Qld - Electoral Rolls: typist (Longreach, 1930); home duties (Longreach, 1936-1943; Warwick, 1949; Toowoomba, 1954-1977; Macgregor, 1980) - Relationships: daughter of Alfred George Harriss ===''HARRISSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harrisson|Harrisson, Charles "Snowy"]] [https://www.familysearch.org/tree/person/details/LK9P-VK3] - 1908(Tas)-1995(Tas) - Licences: 7CH Hobart (Bellerive, 1933); 3CN Shepparton (1937-1939); 7CH Hobart (Moonah, 1954-1960); 7CH Burnie (1965); 7CH Hobart (Bellerive, 1969-1980+) - Qualifications: cc; AOCP 348, 1927, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: son of Charles Turnbull Harrisson, biologist in the Australasian Antarctic Expedition - Electoral Rolls: bank clerk (Shepparton, 1936-1949); bank manager (Moonah, 1954) ===''HARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leslie William Harston|Harston, Leslie William or William Leslie "Bill"]] [https://www.familysearch.org/tree/person/details/GDQD-XVY] - 1897(Qld)-1983(Qld) - Licences: 4RY Brisbane (Clayfield, 1932-1939, 1946-1948; Holland Park, 1954-1969) - Qualifications: cc; AOCP 903, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; business proprietor (art shop) - Electoral Rolls: warehouseman (Clayfield, Qld, 1921-1943); no occupation (Holland Park, Qld, 1954-1980) ===''HART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Samuel Hart|Hart, Augustus Samuel]] [https://www.familysearch.org/tree/person/details/9CMQ-4CP] - 1890(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 57, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: saddler (Watchem, Vic, 1912; Glen Thompson, 1913); wireless engineer (Moonee Ponds, 1936-1937); wireless operator (Esperance, 1943); telegraphist (Darwin, 1949); wireless officer (Moonee Ponds, 1963-1968; Essendon, 1972) * [[/James Claude Hoyte John Hart|Hart, James Claude Hoyte John "Hoyte John", "Roy"]] [https://www.familysearch.org/tree/person/details/GQWC-W4C] - 1904(Eng)-1992(NSW) - Licences: 2HO Sydney (Manly, 1928-1931; Roseville, 1933-1939, 1946-1956; St Ives East, 1957-1975; Manly, 1980+) - Qualifications: AOCP 410, 1928, No. ?? in NSW; 3COCP 4622, 1963 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Roseville, 1933-1954; St Ives, 1958-1963); retired (St Ives, 1968-1977; Manly, 1980) * [[/Norman Victor Hart|Hart, Norman Victor]] [https://www.familysearch.org/tree/person/details/LNK3-TXW] - 1908(Qld)-1998(Qld) - Licences: 4KO Booval (1931-1939, 1946-1980+) - Qualifications: cc; AOCP 760, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIA, Ipswich RC); engineer - Electoral Rolls: shop assistant (Booval, 1932-1937); grocer (Booval, 1943-1949); radio technician (Booval, 1954-1972; East Ipswich, 1977-1980) ===''HARVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. C. L. Harvey|Harvey, B. C. L.]] - 19??(???)-19??(???) - Licences: XJAC Melbourne (Port Melbourne, 1913) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edward Rossiter Harvey|Harvey, Edward Rossiter]] [https://www.familysearch.org/tree/person/details/GXBP-BK8] - 1918(WA)-2009(Qld) - Licences: 6RG Perth (Scarborough, 1937-1939, 1947-1948); 4RK Surfers Paradise (1969-1980+) - Qualifications: cc; AOCP 2041, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Leederville, WA, 1943; Scarborough, WA, 1943); newsagent (Scarborough, WA, 1949-1958); shopkeeper (Surfers Paradise, Qld, 1963); proprietor (Surfers Paradise, Qld, 1972-1977); retired (Mermaid Waters, Qld, 1980) * [[/Manning Herbert Harvey|Harvey, Manning Herbert]] [https://www.familysearch.org/tree/person/details/KZGG-LFZ] - 1887(Tas)-1932(Tas) - Licences: XZC Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: electrician (Hobart East, 1914-1928) ===''HASKARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Geoffrey Haskard|Haskard, Reginald Geoffrey "Geoff"]] [https://www.familysearch.org/tree/person/details/GZB5-S35] - 1906(SA)-1988(SA) - Licences: Receive Adelaide (Jamestown, 1923-1924); 5RH Adelaide (Jamestown, 1927-1931; North Adelaide, 1933; Malvern, 1937-1939; Helmsdale, 1947; Plympton, 1948-1975; West Beach, 1980+) - Qualifications: cc; AOCP 316, 1927, No. ?? in SA; BOCP 1558, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: retreader (Malvern, 1939-1941); wireless operator (Malvern, 1943) ===''HATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Westrop Henry Hatfield|Hatfield, Westrop Henry "West"]] [https://www.familysearch.org/tree/person/details/GZB5-VF5] - 1909(Vic)-1998(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''HATTAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Hattam|Hattam, Fred]] [https://www.familysearch.org/tree/person/details/G8ZV-QDL] - 1906(Vic)-1976(Vic) - Licences: 3HW Castlemaine (1929-1939); 3BAL Castlemaine (1975) - Qualifications: AOCP 541, 1929, No. ?? in Vic; BOCP 410, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Castlemaine, 1928-1937); radio mechanic (Castlemaine, 1954-1967); engineer (Castlemaine, 1968-1972) ===''HAWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haworth|Haworth, William]] [https://www.familysearch.org/tree/person/details/G823-JT3] - 1896(Qld)-1987(Qld) - Licences Q737 Receive Qld (1922-1923) - Qualifications: cc; Nil identified as yet - amateur receiver - Electoral Rolls: telephone mechanic (Ironside Estate, 1917); mechanic (Taringa, 1921-1928); lineman (North Tmborine, 1931); electrical mechanic (Eagle Heights, 1936; Toowong, 1937); telephone mechanic (Bundaberg, 1943-1949); technician (Toowong, 1954-1972); retired (Caloundra, 1977-1980) ===''HAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edgar Cecil Hawson|Hawson, Thomas Edgar Cecil]] [https://www.familysearch.org/tree/person/details/GXZ2-ZV9] - 1916(Qld)-1992(Qld) - Licences: 4CH Ipswich (Woodend, 1937-1939; East Ipswich, 1947-1948); 4CH Brisbane (Yeronga, 1969; Salisbury, 1975-1980) - Qualifications: cc; AOCP 2016, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: agent (Ipswich, Qld, 1937); radio mechanic (East Ipswich, Qld, 1949); storekeeper (Windsor, Qld, 1954; Yeronga, Qld, 1958; Salisbury, Qld, 1963-1980) ===''HAYMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Inglis Hayman|Hayman, William George Inglis]] [https://www.familysearch.org/tree/person/details/G8NL-CX1] - 1897(Eng)-1968(WA) - Licences: 6BG Perth (Claremont, 1925); 6GH Perth (Claremont, 1946-1965) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; scientist; educator - Electoral Rolls: lecturer (Claremont, 1922-1929); engineer (Claremont, 1931-1954); civil servant (Claremont, 1958-1968) - [https://adb.anu.edu.au/biography/hayman-william-george-12971 ADB] ===''HAYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Lot Henry Haynes|Haynes, Bruce Lot Henry]] [https://www.familysearch.org/tree/person/details/KC44-8M4] - 1898(NSW)-1961(NSW) - Licences: 2YA Armidale (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Armidale, 1930-1936); poultry farmer (West Pennant Hills, 1943-1958) * [[/Thomas Ambrose John Haynes|Haynes, Thomas Ambrose John]] [https://www.familysearch.org/tree/person/details/GSC5-WXM] - 1902(SA)-1968(SA) - Licences: 5AY Adelaide (Black Forest Estate, 1931-1939) - Qualifications: cc; AOCP 835, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Black Forest, 1939-1943) ===''HAZLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Stanley Arnold Hazlett|Hazlett, Royce Stanley Arnold]] [https://www.familysearch.org/tree/person/details/GXX4-F38] - 1932(Qld)-2015(Qld) - Licences: 4ZRH Brisbane (Wellers Hill, 1965-1975) - Qualifications: AOLCP 1159, 1961, Qld - amateur operator - Relationships: Son of 4EO Stanley Albert Hazlett - Electoral Rolls: electrician (Coorparoo, Qld, 1954-1963); electrical contractor (Wellers Hill, Qld, 1968-1972); contractor (Tarragindi, Qld, 1977-1980) * [[/Stanley Albert Hazlett|Hazlett, Stanley Albert]] [https://www.familysearch.org/tree/person/details/KC33-RH7] - 1900(Qld)-1971(Qld) - Licences: 4EO Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 4ZRH Royce Stanley Arnold Hazlett - Electoral Rolls: clerk (Coorparoo, Qld, 1925-1928); buyer (Coorparoo, Qld, 1937-1968) ===''HEARPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Hearps, David Edward]] - See David Edward Vaughan (assumed change of name) ===''HEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Harry Heath|Heath, Allan Harry]] [https://www.familysearch.org/tree/person/details/L5Y4-4DT] - 1914(SA)-1986(SA) - Licences: 5ZX Adelaide (Prospect Park, 1934-1939; Highgate, 1947-1956; Brighton, 1960-1980) - Qualifications: cc; AOCP 1369, 1934, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''HEATHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Heathers|Heathers, Cyril John]] [https://www.familysearch.org/tree/person/details/G8XN-NG9] - 1909(Eng)-2003(NSW) - Licences: 2GZ Sydney (Bankstown, 1930-1934); 2UA Sydney (Bankstown, 1935-1939; Artarmon, 1946-1975) - Qualifications: AOCP 615, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Bankstown, 1930-1943); telephone engineer (Artarmon, 1949-1968); engineer (Artarmon, 1977-1980) - Comment: 2GZ callsign likely withdrawn by PMGD for 2GZ Orange commercial ===''HEILBRONN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Heilbronn|Heilbronn, George]] [https://www.familysearch.org/tree/person/details/LJHL-PW3] - 1894(Qld)-1972(Qld) - Licences: 4GG Chinchilla (1929-1939); 4GG Yarraman (1946-1955); 4GG Crows Nest (1956); 4GG Millmerran (1960); 4GG Brisbane (Wynnum, 1965-1969) - Qualifications: cc; AOCP 565, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (Qld Listeners' League) - Electoral Rolls: locomotive fireman (Chinchilla, 1925-1937); locomotive driver (Yarraman, 1954); engine driver (Millmerran, 1943-1958); retired (Wynnum, 1963-1968) ===''HEINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Heine|Heine, John Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/G9VS-V1F] - 1908(Tas)-1988(Vic) - Licences: 7JK Hobart (City, 1927; Bellerive, 1931); 4JX Brisbane (City, 1933; Ascot, 1935; Kangaroo Point, 1937; Mowbray Park, 1938-1939); 3JF Melbourne (Beaumaris) (1960-1980+) - Qualifications: cc; AOCP 355, 1927, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kangaroo Point, 1934; Norman Park, 1937); engineer (Brighton, 1949); representative (Beaumaris, 1954-1980) ===''HEINRICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Latimer Heinrich|Heinrich, William Latimer]] [https://www.familysearch.org/tree/person/details/GXG5-S7Y] - 1917(SA)-1993(SA) - Licences: 5HR Bute (1934-1939); 5HR Adelaide (Kensington Gardens, 1947-1980+) - Qualifications: cc; AOCP 1376, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: farmhand (Bute, SA, 1939-1943) ===''HEITSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry John Keith Heitsch|Heitsch, Henry John Keith or Heinrich Johann]] [https://www.familysearch.org/tree/person/details/G8CV-QYP] - 1907(Vic)-1996(Qld) - Licences: 3HK Melbourne (Mitcham, 1929-1939, 1947-1975); 4AHK Scarness (1980+) - Qualifications: AOCP 516, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: piano fitter (Mitcham, 1931-1954); technician (Mitcham, 1963-1977); retired (Scarness, Qld, 1980) ===''HELLAWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Herbert Hellawell|Hellawell, Francis Herbert "Frank"]] [https://www.familysearch.org/tree/person/details/LK5G-478] - 1885(Qld)-1958(Qld) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - early wireless experimenter; amateur radio clubs (member, WIQ); federal public servant (PMGD) - Electoral Rolls: engineer (Toowong, 1913-1914; Coorparoo, 1919; East Annerley, 1925; Annerley, 1929-1934); clerk (Brisbane City, 1937); no occupation (Beachmere, 1943-1949; Annerley, 1954-1958) ===''HELLYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leicester Henry Hellyer|Hellyer, Leicester Henry]] [https://www.familysearch.org/tree/person/details/KFNW-BTC] - 1908(NSW)-1972(NSW) - Licences: 2LS Sydney (Rockdale, 1930-1933) - Qualifications: AOCP 600, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Rockdale, 1930-1933; Manly, 1934-1935; Artarmon, 1936-1937; Willoughby, 1943; Artarmon, 1949-1963; Newport, 1968-1977) ===''HENDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Henderson|Henderson, Frederick James]] [https://www.familysearch.org/tree/person/details/GXQG-XRX] - 1891(Eng)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 208, 1916 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified * [[/S. A. Henderson|Henderson, S. A.]] - 19??(???)-19??(???) - Licences: 5JN Adelaide (Walkerville, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HENNESSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] - 1896(Qld)-19?? - 4LO Brisbane (City, 1931-1939), amateur operator (AOCP 826, 1931, No. ? in Qld), fourth YL operator in Qld ===''HENRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Geddes Henry|Henry, Arthur Geddes]] [https://www.familysearch.org/tree/person/details/L4QW-K9Z] - 1907(NSW)-1969(NSW) - Licences: 2ZK Sydney (Sandringham, 1929-1939) - Qualifications: AOCP 494, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Sandringham, NSW, 1930-1937); engineer (San Souci, 1949-1963; Northbridge, 1968) * [[/Clement John Henry|Henry, Clement John]] [https://www.familysearch.org/tree/person/details/GZ6T-RPC] - 1905(NSW)-1996(NSW) - Licences: Receive (Valve) Uralla (1923); 2CH Uralla (1924-1929); 2UR Uralla (1930-1939); 2UR Blakehurst (1946); 2UR Sydney (Neutral Bay, 1948-1957; Pymble, 1958-1980+) - Qualifications: cc; AOCP 85, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 (RAAF) - Withdrawal: 2CH callsign withdrawn in 1930 for 2CH Sydney - Electoral Rolls: electrician (Uralla, 1930-1937); electrical fitter (RAAF Richmond, 1943); technician (Neutral Bay, 1949-1954; Pymble, 1958-1980) * [[/John Edwin Henry|Henry, John Edwin]] [https://www.familysearch.org/tree/person/details/KL6B-GD6] - 1868(Vic)-1933(Qld) - Licences: 4CZ Receive Mt Alford via Boonah (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: baker (Gundy, NSW, 1913); farmer (Boonah, Qld, 1917-1921); storekeeper (Mt Alford, Qld, 1922-1926); baker (Dayboro, Qld, 1928; Wondai, Qld, 1931) * [[/Raymond Cherrington Henry|Henry, Raymond Cherrington "Tom"]] [https://www.familysearch.org/tree/person/details/GX5X-C1Y] - 1894(SA)-1975(SA) - Licences: 5CY Cook (1935-1939); 5RY Adelaide (Goodwood, 1960) - Qualifications: cc; AOCP 1421, 1935, SA - amateur operator; amateur broadcaster; WW2 - Comment: Son, also named RCH, passed in WW2 - Electoral Rolls: fitter (Goodwood Park, SA, 1939-1943) ===''HENWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ralph Franklin Henwood|Henwood, Ralph Franklin]] [https://www.familysearch.org/tree/person/details/G89X-CF6] - 1912(WA)-1979(WA) - Licences: 6RL Perth (North Perth, 1930-1933; Claremont, 1937); 6RL Northam (1946-1948); 2AXA Sydney (Rose Bay, 1960-1961); 6RL Perth (Claremont, 1969-1975) - Qualifications: cc; AOCP 720, 1930, No. ?? in WA; BOCP 2, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio serviceman (Claremont, 1936); radio operator (6AM) (Northam, 1937); radio technician (Northam, 1943-1949; Claremont, 1954); technician (Bellevue Hill, 1958; Claremont, 1963-1972; Nedlands, 1977) ===''HEPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Dean Hepton|Hepton, William Dean "Bill"]] [https://www.familysearch.org/tree/person/details/LRBB-VN5] - 1898(Qld)-1966(Qld) - Licences: 4WD Brisbane (Milton, 1932-1939) - Qualifications: cc; AOCP 918, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, instructor 1932-1935) - Electoral Rolls: mechanic (Paddington, Qld, 1921; Milton, Qld, 1925-1963) ===''HERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Kinross Herd|Herd, James Kinross]] [https://www.familysearch.org/tree/person/details/GZZ2-YSQ] - 1901(Vic)-1963(Vic) - 3JK Baccus Marsh (1924-1927), 3JK Wangaratta (1933-1939, 1946-1956), 3JK Mornington (1960), amateur operator (AOCP 36, 1924, No. ?? in Vic), amateur broadcaster ===''HERSCHEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Victor Herschel|Herschel, Henry Victor]] [https://www.familysearch.org/tree/person/details/K4N6-76H] - 1902(Qld)-1937(Qld) - Licences: 4UK Cairns (1929-1931); 4UK Toowoomba (1933); 4UK Brisbane (Indooroopilly, 1937) - Qualifications: cc; AOCP 564, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Newtown, 1925; Cairns, 1930; Indooroopilly, 1936-1937)- Comment: Passed too soon ===''HESKETH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Hesketh|Hesketh, John]] - 1868(Eng)-1917(Vic) - early wireless experimenter, senior state public servant (Qld electrical engineer), senior federal public servant (PMGD, chief electrical engineer), military (Royal Engineers, Eng; Qld Defence Force, lieutenant) ===''HEWITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Hewitt|Hewitt, Archibald John "Arch"]] [https://www.familysearch.org/tree/person/details/G8DZ-TNY] - 1910(SA)-1988(SA) - Licences: 5XK Adelaide (Torrensville, 1930-1939); 5XK Kingscote (1946-1948); 5XK Adelaide (Torrensville, 1954; College Park, 1955-1956; Lucindale, 1960; Semaphore, 1965-1969; Ottaway, 1975-1980) - Qualifications: cc; AOCP 582, 1930, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal clerk (Kingscote, 1939-1941) * [[/Clarence Richard Hewitt|Hewitt, Clarence Richard]] [https://www.familysearch.org/tree/person/details/G6D1-718] - 1900(Qld)-1969(Qld) - Licences: 4CR Brisbane (Rosalie, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Petrie Tce, Qld, 1919); student (Petrie Tce, Qld, 1921-1926); moulder (Rosalie, Qld, 1928); carpenter (Rosalie, Qld, 1936-1943; Indooroopilly, Qld, 1949); hotel manager (Indooroopilly, Qld, 1954) * [[/Horace Thomas Hewitt|Hewitt, Horace Thomas]] [https://www.familysearch.org/tree/person/details/MN6S-JBL] - 1904(Qld)-1988(Qld) - Licences: 4PD Brisbane (Moorooka, 1939, 1947-1980) - Qualifications: cc; AOCP 2377, 1939, Qld - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Hodgson, Qld, 1925; Bowen, Qld, 1930); mechanic (Roma, Qld, 1936-1937); turner (Moorooka, Qld, 1943-1980) * [[/Thomas George Hewitt|Hewitt, Thomas George]] [https://www.familysearch.org/tree/person/details/GXZ2-PLM] - 1900(NSW)-1962(NSW) - Licences: 4TH Cairns (1937-1939); 2LH Lismore (1946-1961); 2ATG Lennox Head (1955-1961) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: medical practitioner (Cairns, Qld, 1930-1943; Lismore, NSW, 1949-1958) ===''HIAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Charles Hiam|Hiam, Robert Charles "Charles"]] [https://www.familysearch.org/tree/person/details/9VCT-14T] - 1888(Vic)-1982(Vic) - Licences: XLD Melbourne (Balaclava, 1913-1914); 3LW Melbourne (St Kilda, 1923-1931; Caulfield North, 1933-1939) - Qualifications: cc; CPRT 174, 1915 - amateur operator; amateur broadcaster - Electoral Rolls: tailor (St Kilda, 1913-1928; Caulfield, 1931-1968); retired (Beaumaris, 1972-1980) ===''HICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Joseph Hicks|Hicks, Henry Joseph "Harry"]] [https://www.familysearch.org/tree/person/details/G8QG-RRR] - 1913(Qld)-1983(Qld) - Licences: 1HH Macquarie Island (1955-1956); 4HG Willis Island (1963); 9HG Lae, New Guinea (1965-1969); 4HG Tolga (1975-1980) - Qualifications: AOCP 2468, 1941, Qld; 1COCP 784, 1944 - amateur operator - Electoral Rolls: letterpress machinist (Cairns, 1936-1937); printer (Newtown, 1943); radio officer (Broome, 1963); wireless operator (Thursday Island, 1972); retired (Tolga, 1977-1980) - Awards: BEM (1958, Officer in Charge, Radio Weather Reporting Station, Willis Islets) ===''HIGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Gordon Conway Higgins|Higgins, John Gordon Conway "Jack"]] [https://www.familysearch.org/tree/person/details/GD45-FKK] - 1884(NSW)-1963(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 29, 1914 - wireless telegraphist, WW1, WW2 - Electoral Rolls: clerk (South Perth, 1910-1912); radio engineer (Prahran, 1925-1927); manufacturer (St Kilda, Vic, 1934-1937); soldier (Caulfield, 1942); military duties (South Yarra, 1949); retired (Dromana, 1954; Sorrento, 1963) ===''HILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Edward Hilder|Hilder, Henry Edward]] - 1919(???)-1984(Qld) - 4HH Brisbane (East Brisbane, 1946-1948; Nudgee, 1954-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ), military (WW2, AIF Signals), employment (Brisbane Fire Brigade, communications), (Halcyon says AOCP Brisbane 1936 but no record) ===''HILDYARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol David Hildyard|Hildyard, Athol David]] [https://www.familysearch.org/tree/person/details/LYNY-TBD] - 1919(Tas)-1998(Tas) - Licences: 7DH Hobart (City, 1936-1939, 1948; Montagu Bay, 1954-1980+) - Qualifications: cc; AOCP 1735, 1936, No. ?? in Tas; 1AOCP 50, 1947 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcast technician (Hobart South, 1943-1949); radio engineer (Montagu Bay, 1954) ===''HILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Wyatt Hill|Hill, Alfred Wyatt]] [https://www.familysearch.org/tree/person/details/GD2Y-5VM] - 19??(???)-19??(???) - Licences: 2TS Sydney (Killara, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Arthur Stanley Hill|Hill, Arthur Stanley]] [https://www.familysearch.org/tree/person/details/GX16-FRC] - 1906(Eng)-19??(???) - Licences: 6AH Wiluna (1937-1939, 1947-1965); 6AH Busselton (1969-1980+) - Qualifications: cc; AOCP 1985, 1937, WA - amateur operator; amateur broadcaster; WW2 - Relationships: Husband of 6MH Mary Lilian Hill nee - Electoral Rolls: electrician (Wiluna, WA, 1931); engineer (Wiluna, WA, 1936-1949); business manager (Wiluna, WA, 1954-1963); retired (West Busselton, WA, 1968-1980) * [[/Frederick John Hill|Hill, Frederick John]] [https://www.familysearch.org/tree/person/details/G8CS-1J5] - 19??(???)-19??(???) - Licences: 2TY Kurri Kurri (1929-1934) - Qualifications: cc; AOCP 500, 1929, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: colliery employee (Pelaw Main, 1930; Stanford Merthyr, 1934; Kurri Kurri, 1936-1937); winding driver (Kurri Kurri, 1968) * [[/Mary Lilian XXXX|Hill nee , Mary Lilian]] [https://www.familysearch.org/tree/person/details/GX16-JZY] - 1906(???)-19??(???) - Licences: 6MH Wiluna (1937-1939, 1947-1965); 6MH Busselton (1969-1980+) - Qualifications: cc; AOCP 1976, 1937, WA - amateur operator; amateur broadcaster; YL operator - Relationships: Wife of 6AH Arthur Stanley Hill - Electoral Rolls: ===''HILLHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Reid Hillhouse|Hillhouse, James or James Reid]] [https://www.familysearch.org/tree/person/details/GXH2-YZJ] - 1907(Sct)-1992(Qld) - Licences: 4ZO Collinsville (1933-1939, 1947-1975); 4ZO Bowen (1980+) - Qualifications: cc; AOCP 1115, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: coal miner (Collinsville, Qld, 1928-1963); retired (Gladstone, Qld, 1977) ===''HILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Hilton|Hilton, William Edward]] [https://www.familysearch.org/tree/person/details/GDPR-P1K] - 1876(???)-1957(NSW) - Licences: XEQ Sydney (St Leonards, 1913-1914); 2BA Receive Sydney (Crows Nest, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: postal assistant (Newtown, 1903); postmaster (Stockton, 1930-1932; Kurri Kurri, 1934-1936); retired (Long Jetty, 1943-1949) ===''HINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Hine|Hine, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GCBY-3SZ] - 1907(NSW)-1994(NSW) - Licences: 2QL Sydney (Campsie, 1935-1937; Richmond, 1938-1939; Homebush, 1946-1980+) - Qualifications: AOCP 1434, 1935, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Campsie, 1930-1931; Temora, 1932-1935); wireless operator (RAAF Richmond, 1936-1937; Concord, 1943); radio officer (Homebush, 1954-1958; Strathfield West, 1968; Homebush, 1977-1980) ===''HIPWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Anson Le Hunt Hipwell|Hipwell, Ronald Anson Le Hunt]] [https://www.familysearch.org/tree/person/details/G8HJ-SMM] - 1902(Vic)-1975(Vic) - Licences: 3KU Swan Hill (1929-1933); 2ACD Broken Hill (1937-1939); 3ACD Melbourne (Dromana, 1955-1956); 5AJ Port Augusta (1960-1965); 3AEI Melbourne (Dromana, 1969-1975) - Qualifications: AOCP 486, 1929, No. ?? in Vic; AOLCP 140, 1934 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: engineer (St Kilda East, 1925); electrical engineer (Swan Hill, 1931); radio engineer (Broken Hill, 1935-1943); radio electrical fitter (Dromana, 1949-1954); retired (Dromana, 1972) ===''HIRSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jacob Alexander Hirsch|Hirsch or Deerson, Jacob or Jakob Alexander]] [https://www.familysearch.org/tree/person/details/GWZX-RZ3] - 1896(Aus)-1979(Aus) - Licences: 2AE Receive Sydney (Croydon, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (Oatley, 1930-1937); clerk (Canberra, 1949); no occupation (Pambula Beach, 1954-1972; Merimbula, 1977) ===''HITCHCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leith Fuller Hitchcock|Hitchcock, Leith Fuller]] [https://www.familysearch.org/tree/person/details/GXWC-Y61] - 1897(Qld)-1953(Qld) - Licences: 4LH Brisbane (Wooloowin, 1931-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: bacteriologist (Wooloowin, 1921-1936); research officer (Wooloowin, 1943-1949) ===''HOAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. M. Hoad|Hoad, C. M.]] - 19??(???)-19??(???) - Licences: None yet identified - Qualifications: AOCP 319, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - Individual not yet identified ===''HOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Cecil Hoar|Hoar, John Cecil]] [https://www.familysearch.org/tree/person/details/MVKW-HND] - 1900(Eng)-1964(WA) - Licences: 6OR Perth (Fremantle, 1931-1939; Mosman Park, 1947-1960) - Qualifications: cc; AOCP 786, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Barracks, Fremantle, WA, 1925-1931; East Fremantle, WA, 1936-1937; Mosman Park, WA, 1949-1963) ===''HOARE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Hoare|Hoare, Peter]] [https://www.familysearch.org/tree/person/details/G99K-6N4] - 1895(NSW)-1975(NSW) - 2PH Gosford (1925-1927), amateur operator (AOCP 82, 1925, No. ?? in NSW), amateur broadcaster, railway signalman * [[/Pierce Mark Hoare|Hoare, Pierce Mark]] - 1895(NSW)-1988(NSW) - 2SL Lismore (1934-1980+), amateur operator (AOCP 1227, 1933, No. ?? in NSW), amateur broadcaster, radio clubs (Richmond River Listeners' League) ===''HOBART-DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Hobart-Duff, William Vere see Duff, William Vere Hobart]] ===''HOBCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hurtle Horace Hobcroft|Hobcroft, Hurtle Horace]] [https://www.familysearch.org/tree/person/details/G8WZ-G5T] - 1899(SA)-1993(SA) - Licences: 5RE Adelaide (West Brunswick, 1928); 5RE Renmark (1931-1939, 1946-1956); 5RE Adelaide (Linden Park, 1960-1969) - Qualifications: cc; AOCP 420, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW1; WW2 - Relationships: Father of Rex Kelvin Hobcroft - Electoral Rolls: clerk (Carlton North, 1925-1926; Brunswick West, 1928); horticulturalist (Renmark, 1939-1943) ===''HOBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Forde Hobler|Hobler, Cecil Forde]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: solicitor (Barcaldine, 1928) - Relationships: cousin of 4DO Harold Learmonth Hobler? * [[/Harold Learmonth Hobler|Hobler, Harold Learmonth]] [https://www.familysearch.org/tree/person/details/LRKZ-8N1] - 1906(Qld)-1984(Qld) - Licences: 1217 Rockhampton (1921-1924); 4DO Receive Rockhampton (1923); 4DO Rockhampton (1925-1939, 1946-1980+) - Qualifications: cc; AOCP 110, 1925, No. 12 in Qld; CPRT 1003, 1928 - amateur operator; amateur broadcaster; radio club (WIAQ, JOTA); business proprietor (picture theatre), WW2 - Electoral Rolls: theatre manager (Rockhampton, 1930-1937); theatre proprietor (Rockhampton, 1943); soldier (Bulimba, 1943); theatre proprietor (Rockhampton, 1949); theatre manager (Rockhampton, 1958-1963); property owner (Rockhampton North, 1968-1977) - Relationships: cousin of Cecil Forde Hobler? ===''HODDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Hodder|Hodder, Clarence William]] [https://www.familysearch.org/tree/person/details/GXLK-ZRC] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Parkside, 1923); Receive Adelaide (Parkside, 1923); 5LY Adelaide (Parkside, 1934-1939, 1947; Bridgewater, 1948-1980) - Qualifications: cc; AOCP 1354, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: moulder (Parkside, SA, 1939-1943) ===''HODDINOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Hoddinott|Hoddinott, Francis William]] [https://www.familysearch.org/tree/person/details/9N4Q-3X7] - 1886(Vic)-1972(Qld) - Licences: Receive Brisbane (Eagle Junction, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Rockville Estate, Toowoomba, Qld, 1908; Toowoomba, Qld, 1912; Sandgate, Qld, 1919; Eagle Junction, Qld, 1921-1943; West End, 1949); retired (Tamborine Mountain, Qld, 1958-1963; Hendra, Qld, 1968) ===''HODGKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Charles Hodgkinson|Hodgkinson, Francis Charles]] [https://www.familysearch.org/tree/person/details/GDBM-J4S] - 1906(???)-1977(???) - Licences: Receive (Crystal) Ulverstone (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: jeweller's assistant (Ulverstone, 1928-1949); watchmaker (Ulverstone, 1954) ===''HODSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Hodson|Hodson, Victor]] [https://www.familysearch.org/tree/person/details/GXQ5-DV2] - 1890(SA)-1917(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 145, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified ===''HOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hoe|Hoe, Frederick]] [https://www.familysearch.org/tree/person/details/GS4Q-CSG] - 1886(Vic)-1976(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer; business proprietor (Fred Hoe and Sons) - Relationships: Father of 4FO Fred Hoe - Electoral Rolls: engineer (Fortitude Valley, Qld, 1913; Yeronga, Qld, 1916-1919); manager (Yeronga, Qld, 1921-1972) * [[/Fred Hoe|Hoe, Fred]] [https://www.familysearch.org/tree/person/details/G796-MWK] - 1913(Vic)-1984(Qld) - Licences: 4FO Brisbane (Yeronga, 1933-1939; Annerley, 1946-1954) - Qualifications: cc; AOLCP 53, 1931; AOCP 1188, 1933, Qld - amateur operator; amateur broadcaster; employment (Edgar V. Hudson); business proprietor (Fred Hoe and Sons) - Relationships: Son of Frederick Hoe - Electoral Rolls: radio engineer (Yeronga, Qld, 1936-1937); general manager (Annerley, Qld, 1949); business manager (Salisbury, Qld, 1954); manager (Buranda, Qld, 1954-1963; Burleigh Heads, Qld, 1968); company director (Holland Park West, Qld, 1972-1980) ===''HOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hogg|Hogg, Stanley]] [https://www.familysearch.org/tree/person/details/GXBD-TCR] - 1908(Eng)-1987(WA) - Licences: 6SG Harvey (1934-1939) - Qualifications: cc; AOCP 1382, 1934, WA; BOCP 142, 1938; 2COCP 240, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: milk tester (Harvey, WA, 1930-1937); radio operator (AAMS Wireless Station, Kalgoorlie, WA, 1943); engineer (Nedlands, WA, 1949); aircraft engineer (Kewdale, WA, 1954-1968; Belmont, WA, 1972); retired (Coodanup, WA, 1977; Mandurah, WA, 1980) ===''HOLLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Evan Holland|Holland, Albert John Evan]] [https://www.familysearch.org/tree/person/details/GZQW-VBH] - 1896(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; AOCP 12, 1924, No. 3 in Vic - amateur operator; amateur broadcaster - Relationships: brother of 3JH Frank Henry James Holland - Electoral Rolls: draftsman (Moonee Ponds, 1922-1925; Essendon, 1926); engineer (Essendon, 1928-1931; Camberwell, 1936-1954); nil (Nunawading, 1963) * [[/Frank Henry James Holland|Holland, Frank Henry James]] [https://www.familysearch.org/tree/person/details/GZQW-S1W] - 1899(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; CPRT 596, 1920 - amateur operator; amateur broadcaster - Comment: well placed in Trans-Pacific Tests 1923 despite inferior equipment - Relationships: brother of 3JH Albert John Evan Holland - Electoral Rolls: wireless instructor (Moonee Ponds, 1922-1925); boot repairer (Essendon, 1926-1928); labourer (North Essendon, 1931); boot repairer (Olinda, 1934-1943); postal clerk (Sandringham, 1949); clerk (Heidelberg, 1954-1968) * [[/Ronald Weymouth Holland|Holland, Ronald Weymouth "Ron"]] - 1914(???)-1983(Qld) - 4AQ Brisbane (Coorparoo, 1946-1980+), amateur operator (AOCP 2392, 1939, No. ?? in Qld) ===''HOLLOWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hart Holloway|Holloway, William Hart]] [https://www.familysearch.org/tree/person/details/GXQ5-HRT] - 1876(Eng)-1950(Tas) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 20, 1914; 1COCP 41, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: agent (Brunswick, Vic, 1909; Whitemark, Flinders Island, 1914-1919); wireless operator (Broome, 1918-1922); O.J.C. Radio (Camberwell, 1924-1926); radio officer (Thursday Island, 1928); officer-in-charge (Radio Station, Emita, Flinders Island, 1936-1937); farmer (Lady Barron, 1943-1949) ===''HOLST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Owen Holst|Holst, Arnold Owen]] [https://www.familysearch.org/tree/person/details/GZ6V-ZPD] - 1898(Vic)-1975(Vic) - Licences: XPH Melbourne (Caulfield, 1913-1914); 3OH Melbourne (Toorak, 1956-1975) - Qualifications: Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster (through brother Hector's station 3BY); electrician - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: sharebroker (Camberwell, 1922-1934; Toorak, 1935-1972) * [[/Hector James Holst|Holst, Hector James]] [https://www.familysearch.org/tree/person/details/GZ6V-X23] - 1903(Vic)-1954(Vic) - Licences: 3BY Receive Melbourne (Caulfield, 1922); 3BY Melbourne (Caulfield, 1923-1954) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: engineer (Caulfield, 1925-1954) * [[/Otto Holst|Holst, Otto]] [https://www.familysearch.org/tree/person/details/GZ6V-2M7] - 1906(Vic)-1967(Vic) - Licences: 3BY Melbourne (Caulfield, 1955-1967) - Qualifications: cc; AOCP 79, 1925, No. ?? in Vic - amateur operator; amateur broadcaster (through brother Hector's station 3BY) - took over 3BY callsign after passing of brother Hector James Holst in 1954 - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: radio engineer (Caulfield, 1928-1963) ===''HOLT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Molineux Holt|Holt, Bernard Molineux]] [https://www.familysearch.org/tree/person/details/LDQR-MJP] - 1883(NZ)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - president WIA WA; witness to Royal Commission 1927 (obo WIA WA) - Electoral Rolls: electrical engineer (Claremont, 1910-1914; Osborne, 1917-1954) ===''HOMBERG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. G. Homberg|Homberg, S. G.]] - 19??(???)-19??(???) - Licences: 3RG Melbourne (Malvern, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Morten Honnor|Honnor, John Morten]] [https://www.familysearch.org/tree/person/details/KCNV-ZM6] - 1900(SA)-1987(Vic) - Licences: 5AE Adelaide (Prospect, 1923-1931) - Qualifications: cc; AOCP 192, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Knoxville, SA, 1939-1941); RAAF (Ballarat, Vic, 1942); instructor (Hampton, 1949; Bentleigh, 1954-1980) ===''HOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Hamilton Hood|Hood, John George Hamilton]] [https://www.familysearch.org/tree/person/details/G772-RK8] - 1904(NSW)-1971(Vic) - 3BP Receive Melbourne (South Yarra, 1922); 3BP Melbourne (East St Kilda, 1923-1933; Toorak, 1937-1939) - Qualifications: cc; AOCP 182, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (East St Kilda, 1925-1931); draughtsman (Toorak, 1934-1937; Malvern, 1943-1967) ===''HOOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel George Alfred Hooke|Hooke, Lionel George Alfred]] [https://www.familysearch.org/tree/person/details/G8NK-KDV] - 1895(Vic)-1974(NSW) - Licences: 3M? Melbourne - Qualifications: CPRTelephony 529, 1920 - amateur operator, amateur broadcaster, early wireless experimenter, ship wireless operator (Aurora, 1914, support Shackleton's expedition), radio clubs (IRE Aust), business (AWA, senior management), honours (knighted, 1937) - Electoral Rolls: wireless (Brighton, Vic, 1921-1927); business manager (Neutral Bay, 1933); manager (Killara, NSW, 1936-1972) - [https://adb.anu.edu.au/biography/hooke-sir-lionel-george-alfred-10536 ADB] ===''HOOKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Theodore Hooker|Hooker, Walter Theodore]] [https://www.familysearch.org/tree/person/details/GD1W-QB5] - 1901(St Kitts)-1949(Tas) - Licences: 7JH Hobart (New Town, 1933-1939); 7JH Waddamanna (1946-1948) - Qualifications: cc; AOCP 1161, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart North, 1922); electrical engineer (New Town, 1928); electrician (New Town, 1936); engineer (Waddamanna, 1937-1943) ===''HOOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Wallbank Hooper|Hooper, Allan Wallbank]] [https://www.familysearch.org/tree/person/details/LB8M-VJG] - 1898(SA)-1960(NSW) - Licences: 4KR Willis Island (1933) - Qualifications: cc; CPRT 432, 1919; 2COCP 8, 1929; 1COCP 127, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: unemployed (Manly, NSW, 1949); telegraphist (Little Bay, NSW, 1949; Yarra Bay, NSW, 1954-1958) ===''HOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyndsay Arthur Hope|Hope, Lyndsay Arthur]] [https://www.familysearch.org/tree/person/details/LKYX-575] - 1906(Tas)-1997(Tas) - Licences: 7LA Launceston (1925-1927+) - Qualifications: cc; AOCP 188, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; broadcast engineer; WW2; gave up experimental callsign for use by his Class B licence, 7LA Launceston - Relationships: brother of 7RS Ronald Springfield Hope - Electoral Rolls: bank clerk (Launceston, 1928); bank officer (Ulverstone, 1936); accountant (Scottsdale, 1949; Bridport, 1954-1972) * [[/Ronald Springford Hope|Hope, Ronald Springford]] [https://www.familysearch.org/tree/person/details/LTCW-PDG] - 1909(Tas)-1985(NSW) - Licences: 7RS Launceston (1926-1927); 7RS Hobart (City, 1931; Sandy Bay, 1933+) - Qualifications: cc; AOCP 263, 1926, No. ?? in Tas; AOLCP 75, 1932; ROCP N1832, 1976 - amateur operator; amateur broadcaster; broadcast engineer (designed & constructed transmission systems for 7HO Hobart & 7UV Ulverstone); later employed by STC England - Relationships: brother of 7LA Lyndsay Arthur Hope - Electoral Rolls: broadcast engineer (Queensborough, Tas, 1936); not specified (Finchley, Eng, 1936-1938); engineer (Thornleigh, NSW, 1949-1954); company director (Beecroft, NSW, 1958-1980) ===''HOPKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alfred Hopkins|Hopkins, Edward Alfred]] [https://www.familysearch.org/tree/person/details/GM4D-3QJ] - 1902(Tas)-1992(NSW) - Licences: Receive Moonah (1923) - Qualifications: cc; 3COCP 4858, 1964 - amateur receiver - Electoral Rolls: electrician (Moonah, 1928); engineer (Milson's Point, 1936-1943); electrical engineer (Wollstonecraft, 1949-1954); engineer (Wollstonecraft, 1958-1980) ===''HORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin John Horan|Horan, Kevin John "Ken"]] [https://www.familysearch.org/tree/person/details/G8V9-FTZ] - 1912(SA)-2002(SA) - Licences: 5DQ Adelaide (Parkside, 1930-1931; Unley, 1933); 2AJU Broken Hill (1938-1939); 5DQ Adelaide (Flinders Park, 1947-1960; Grange, 1965-1969); 3ZD Melbourne (Glen Waverley, 1975); 5IT Adelaide (Fulham, 1980) - Qualifications: cc; AOCP 672, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Clovelly, NSW, 1943); manager (Glen Waverley, 1972-1977) ===''HORN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Horn|Horn, David]] [https://www.familysearch.org/tree/person/details/GS41-9K4] - 1909(Qld)-1962(Qld) - Licences: 4DN Tara (1937-1939) - Qualifications: cc; AOCP 2021, 1937, Qld; BOCP 578, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: medical practitioner (Somerset Dam, Qld, 1936-1937; Baralba, Qld, 1943); radio engineer (Toowoomba, Qld, 1949); medical practitioner (Toowoomba, Qld, 1954) * [[/Irvan James Horn|Horn, Irvan James or James Irwin]] [https://www.familysearch.org/tree/person/details/G8WF-GB6] - 1905(WA)-19??(???) - Licences: 6JH Perth (City, 1928, 1937-1939); 3HX Melbourne (South Melbourne, 1965) - Qualifications: cc; AOCP 427, 1928, No. ?? in WA; 2COCP 29, 1935; 1COCP, 127, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Perth, WA, 1936-1937); wireless officer (Subiaco, WA, 1943); electrical contractor (Subiaco, WA, 1949); contractor (Albert Park, Vic, 1949); electrical contractor (Albert Park, Vic, 1963); retired (West Perth, WA, 1977; Subiaco, WA, 1980) ===''HORROCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Samuel Blake Horrocks|Horrocks, George Samuel Blake]] [https://www.familysearch.org/tree/person/details/GF94-19M] - 1911(WA)-1966(Vic) - Licences: 6GS Harvey (1932-1939, 1947-1948); 6GS Wagin (1954-1955) - Qualifications: cc; AOCP 919, 1932, No. ?? in WA; BOCP 1154, 1950; TVOCP 61, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: engine driver (Harvey, WA, 1936-1949); radio technician (Mt Lawley, WA, 1954); technician (Bentleigh North, Vic, 1963) ===''HOSKEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Dryden Hosken|Hosken, Arthur John Dryden]] [https://www.familysearch.org/tree/person/details/L6KH-BX8] - 1889(Eng)-1966(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 727, 1922 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: seaman (Williamstown, 1914-1919); Amalgamated Wireless (Darwin, 1922) * [[/Stanley Victor Hosken|Hosken, Stanley Victor]] [https://www.familysearch.org/tree/person/details/9HWQ-MGG] - 1894(Vic)-1971(Vic) - Licences: 3MP Receive Melbourne (Hawthorn, 1923); 3MP Melbourne (Hawthorn, 1923-1924; Surrey Hills, 1925-1933; Broadmeadows, 1934-1939; St Albans, 1946-1955; Hawthorn, 1956-1965; Mitcham, 1969) - Qualifications: cc; AOCP 6, 1924, No. 2 in Vic - amateur operator; amateur broadcaster; broadcast engineer (3AR, 3LO) - Electoral Rolls: civil servant (Hawthorn, 1919-1924); electrical engineer (Surrey Hills, Vic, 1925-1931); senior mechanic PMGD (3AR station, Broadmeadows, 1936-1937); civil servant (3AR Station, St Albans, 1942-1954); nil (Hawthorn, 1963-1967; Mitcham, 1968) ===''HOSKING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Piere Hosking|Hosking, Aubrey Piere]] [https://www.familysearch.org/tree/person/details/GDYV-D7R] - 1891(South Africa)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 376, 1918; 1COCP 117, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIT Townsville (1917-1918) - Electoral Rolls: wireless operator (Townsville, 1919); telegraphist (South Yarra, Vic, 1921-1922); radio telegraphist (Canterbury, Vic, 1924); sales manager (Canterbury, Vic, 1925-1926; Balwyn, Vic, 1928; Lindfield, NSW, 1930-1963) ===''HOSKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stark Hoskins|Hoskins, John Stark]] [https://www.familysearch.org/tree/person/details/G61K-FZ3] - 1891(NZ)-1987(Eng) - Licences: Nil yet identified - Qualifications: cc; CPRT 147, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: business manager (Claremont, WA, 1929) ===''HOWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Earl Stephen Howard|Howard, Earl Stephen]] [https://www.familysearch.org/tree/person/details/GQMV-XQL] - 1895(Tas)-1938(Vic) - Licences: 7ET Hobart (Moonah, 1928-1931) - Qualifications: cc; AOCP 470, 1928, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: clerk (Hobart, 1919-1922; Moonah, 1928-1936) ===''HOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Maxwell Howden|Howden, John Maxwell]] [https://www.familysearch.org/tree/person/details/GH2L-7LN] - 1929(Vic)-2017(Vic) - Licences: 3ZCH Melbourne (Burwood, 1956; Box Hill 1960-1975); 3BQX Melbourne (Box Hill, 1980+) - Qualifications: AOLCP 187, 1956; AOCP V610, 1979 - amateur operator - Relationships: son of 3BQ Walter Francis Maxwell Howden - Electoral Rolls: * [[/Walter Francis Maxwell Howden|Howden, Walter Francis Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/G43K-1TC] - 1899(Vic)-1980(Vic) - Licences: No 19 Receive Melbourne (Box Hill, 1920); V140 Receive Melbourne (Box Hill, 1921); 3BQ Receive Melbourne (Box Hill, 1922); 3BQ Melbourne (Box Hill, 1923-1927; Canterbury, 1928-1939 & 1946-1975+); 3ABQ Melbourne (portable, "Canterbury", 1947-1956) - Qualifications: AOCP 114, 1925, No. ?? in Vic - amateur operator, amateur broadcaster, first to QSO USA; first to QSO England, first on telegraphy, then telephony; journalist (Listener In); Bright Star Crystals 1930s-1950s; QSLs: substantial portion of QSL collection survives at NFSA (1800+) - Relationships: father of 3ZCH/3BQX John Maxwell Howden - Electoral Rolls: student (Box Hill, 1924-1927); wireless engineer (Ringwood, 1928); engineer (Camberwell, 1931-1954) - Links: [http://messui.polygonal-moogle.com/valves/NW199611.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199612.pdf EA2] ===''HOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph Howe|Howe, John Joseph]] [https://www.familysearch.org/tree/person/details/LD83-QNG] - 1886(Irl)-1949(Tas) - Licences: Nil yet identified - Qualifications: cc; CPRT 117, 1915; 1COCP 15, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918) - Electoral Rolls: radio telegraphist (Cooktown, 1916-1917); wireless operator (Pinkenba, Qld, 1919; Moonah, Tas, 1922; New Town, Tas, 1928-1943) * [[/Raymond Raine Howe|Howe, Raymond Raine "Ray"]] [https://www.familysearch.org/tree/person/details/GXHH-KJN] - 1919(Qld)-1984(NSW) - Licences: 4RH Bundaberg (1936-1939); 2ARH Sydney (Vaucluse, 1946-1955; Epping, 1956-1960); 3YH Melbourne (Mt Waverley, 1965-1969) - Qualifications: AOCP 1812, 1936, No. ?? in Qld; 3AIR 1009, 1947 - amateur operator; amateur broadcaster; broadcast engineer (4BU); military (RAAF, career, Wing-Commander) - Electoral Rolls: Wireless Operator (Richmond, NSW, 1943); RAAF (Vaucluse, NSW, 1949); RAAF officer (Campbell, ACT, 1963); RAAF (Syndal, Vic, 1967); RAAF officer (Dickson, ACT, 1972-1977); retired (Narrawallee, NSW, 1980) ===''HOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Montague Howlett|Howlett, Arthur Montague]] [https://www.familysearch.org/tree/person/details/GZPZ-NWZ] - 1882(Eng)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 130, 1915; 2COCP 253, 1930 - RANRS (Warrant Telegraphist, 1918) - Electoral Rolls: radio engineer operator (Esperance, 1916); warrant officer R.A.N.R.S. (Thursday Island, 1919); radio telegraphist (Rockhampton, 1925-1931; Clayfield, Qld, 1936); wireless operator (Clayfield, 1943-1954); retired (Clayfield, Qld, 1958) ===''HUBSHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lassalle Paul Hubsher|Hubscher or Hubsher, Lassalle Paul "Paul"]] [https://www.familysearch.org/tree/person/details/GXWF-8DP] - 1913(Qld)-1971(Qld) - Licences: 4UL Brisbane (Bulimba, 1936-1939; Annerley, 1946-1969+) - Qualifications: cc; AOCP 1578, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor); part of the "U" gang; Evans Deakin engineering - Electoral Rolls: fitter & turner (Valley, Qld, 1936-1937); draftsman (Annerley, 1943-1968) ===''HUDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Henry Hudson|Hudson, William Henry]] [https://www.familysearch.org/tree/person/details/K4BR-1P4] - 1895(NSW)-1972(NSW) - Licences: XBO Sydney (Dulwich Hill, 1913-1914); 2PO Receive Sydney (Marrickville, 1923); 2AR Sydney (Dulwich Hill, 1922-1969) - Qualifications: cc; AOCP 18, 1924, No. 8 in NSW - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: bootmaker (Dulwich Hill, 1930-1963) - Comment: beware, several contemporaneous WHHs ===''HUEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Meredyth Huey|Huey, Richard Meredyth]] [https://www.familysearch.org/tree/person/details/G8WP-Y1Z] - 1913(NSW)-1995(NSW) - Licences: 2HU Sydney (Chatswood, 1928-1931; Cronulla, 1933-1937); 3UE Melbourne (Hawthorn East, 1938-1939); 2AHU Sydney (Sylvania, 1980) - Qualifications: AOCP 437, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Cronulla, 1935-1937); army officer (Melbourne, 1943); engineer (West Pennant Hills, 1949; Pennant Hills, 1954; Edgecliff, 1958-1963; Sylvania, 1977-1980); retired (Mittagong, 1980) ===''HUGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Roy Huggins|Huggins, David Roy]] [https://www.familysearch.org/tree/person/details/GDW3-LXL] - 1892(NSW)-1976(NSW) - Licences: 2ZW Sydney (Neutral Bay, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: organ builder (Petersham, 1913); piano maker (Neutral Bay, 1930-1968); builder (Cremorne, 1972) ===''HUGHES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Alan Hughes|Hughes, Clive Alan]] [https://www.familysearch.org/tree/person/details/G8MV-3XQ] - 1900(Vic)-1966(Vic) - Licences: 3CA Ararat (1927); 3CA Melbourne (Williamstown, 1931-1939, 1946-1965) - Qualifications: AOCP 343, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Williamstown, 1924-1928); schoolmaster (Williamstown, 1936-1963) * [[/George Herbert Hughes|Hughes, George Herbert]] [https://www.familysearch.org/tree/person/details/GXZT-4JB] - 1909(Qld)-1997(Qld) - Licences: 4HU Brisbane (Windsor, 1937-1939; Annerley, 1947-1954) - Qualifications: cc; AOCP 1929, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: store keeper (Windsor, Qld, 1934-1937); branch manager (Annerley, Qld, 1943-1958); technician (Tarragindi, Qld, 1963-1980) ===''HUGO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald William Stuart Hugo|Hugo, Ronald William Stuart or Stewart (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GFMZ-CLZ] - 1910(WA)-1978(WA) - Licences: 6KW Perth (Subiaco, 1938-1939, 1947-1960; Floreat Park, 1965-1975) - Qualifications: cc; AOCP 2081, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Subiaco, WA, 1931-1934); salesman (Subiaco, WA, 1936-1963); manager (Floreat Park, WA, 1968-1977) ===''HULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Galbraith Hull|Hull, Allan Galbraith "Braith"]] [https://www.familysearch.org/tree/person/details/GWQD-PTY] - 1905(Vic)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - journalist (Wireless Weekly, editor; Radio and Hobbies, editor 1939; Australasian Radio World, editor 1940-1950) - Relationships: brother of William Howard Hull & 3JU Ross Amos Hull - Electoral Rolls: sales (St Kilda, Vic, 1926-1927); radio engineer (Darlinghurst, 1931); journalist (Northbridge, NSW, 1934; Bondi, NSW, 1935-1936); engineer (Rose Bay, 1937); manager (Malvern, 1942); journalist (Mornington, 1949); publisher (Sandringham, 1954); printer (Oakleigh, 1958-1963; Chadstone, 1967-1968; Glen Iris, 1972; Mt Waverley, 1977-1980) * [[/Frederick Atherley Hull|Hull, Frederick Atherley]] [https://www.familysearch.org/tree/person/details/GZ5M-MT9] - 1906(NZL)-1997(WA) - Licences: 6FH Pingrup (1930-1931); 6FH Port Hedland (1937-1939, 1946-1956); 6FH Perth (Claremont, 1960-1975; Nedlands, 1980+) - Qualifications: cc; CRPT 1139, 1929; 2COCP 271, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Perth, 1929); radio operator (Port Hedland, 1937-1954); unemployed (Claremont, 1958); technical officer (Claremont, 1963-1972; Nedlands, 1977-1980) - Relationships: brother of 6RH Raymond Alfred Hull * [[/George Maxwell Hull|Hull, George Maxwell]] [https://www.familysearch.org/tree/person/details/L6LQ-S44] - 1916(Vic)-1987(Vic) - Licences: 3ZS Melbourne (Canterbury, 1946-1980+) - Qualifications: cc; AOCP 2307, 1939, Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Canterbury, 1943); proprietor (Canterbury, 1949-1980) * [[/Raymond Alfred Hull|Hull, Raymond Alfred]] [https://www.familysearch.org/tree/person/details/GZP1-BSL] - 1908(NZ)-1967(WA) - Licences: 6RH Pingrup (1929-1931); 6RH Perth (Wembley, 1937; Mt Hawthorn, 1939) - Qualifications: cc; AOCP 558, 1929, No. ?? in WA; 2COCP 590, 1942 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, 1934); traveller (Subiaco, 1949); sales director (Victoria Park, 1958-1963) - Relationships: brother of 6FH Frederick Atherley Hull * [[/Ross Amos Hull|Hull, Ross Amos]] [https://www.familysearch.org/tree/person/details/GWQD-P5W] - 1902(Vic)-1938(USA) - Licences: 3JU Melbourne (St Kilda, 1922-1925) - Qualifications: Nil yet identified - amateur broadcaster; radio clubs (WIA Vic Kew, president, 1923); journalist (Wireless Weekly, technical editor; QST, technical editor) - Relationships: brother of William Howard Hull & Allan Galbraith Hull - Electoral Rolls: draftsman (St Kilda, 1924-1925) - Comment: Gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW198902.pdf EA] * [[/William Howard Hull|Hull, William Howard]] [https://www.familysearch.org/tree/person/details/G7WJ-723] - 1891(Tas)-1955(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Relationships: brother of 3JU Ross Amos Hull & Allan Galbraith Hull - Electoral Rolls: electrical engineer (Cobungra, 1914-1915); engineer (Armadale, 1921; Brighton, 1922-1931; Caulfield, 1934-1949); retired (Beaconsfield Upper, 1954) ===''HUME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest James Hume|Hume, Ernest James]] [https://www.familysearch.org/tree/person/details/GZYR-TZM] - 1869(Vic)-1929(SA) - Licences: Nil - Qualifications: AOCP ??, 19??, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: - Relationships: wife of Stella Leonora Harriet Hume nee Jeremy; son of James Hill Hume, father of Ernest Jeremy Hume * [[/Ernest Jeremy Hume|Hume, Ernest Jeremy]] [https://www.familysearch.org/tree/person/details/GZYT-727] - 1906(SA)-1988(Vic) - Licences: Nil - Qualifications: Nil - chief engineer 5DN - Electoral Rolls: engineer (North Unley, 1939-1941; Oakleigh, Vic, 1949-1963; Carnegie, 1968-1977) - Relationships: grandson of James Hill Hume, son of Ernest James Hume and Stella Leonora Harriet Hume nee Jeremy * [[/Geoffrey Vincent Hume|Hume, Geoffrey Vincent]] [https://www.familysearch.org/tree/person/details/GQCL-NM1] - 1909(NSW)-1998(NSW) - Licences: 2GV Sydney (Cremorne, 1927-1930); 2AMD Sydney (Mosman, 1939) - Qualifications: AOCP 365, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio technician (Neutral Bay, 1930-1936; Mosman, 1937); RAAF (Ballarat, 1942); clerk (Turramurra, 1949); technical assistant (Pymble, 1954-1980) * [[/James Hill Hume|Hume, James Hill]] [https://www.familysearch.org/tree/person/details/GZYT-SLD] - 1822(??)-1887(Vic) - Licences: Nil - Qualifications: Nil - alleged very early wireless experimenter - Electoral Rolls: - Relationships: father of Ernest James Hume; father-in-law of Stella Leonora Harriet Hume nee Jeremy; grandfather of Ernest Jeremy Hume * [[/Stella Leonora Harriet Jeremy|Hume nee Jeremy, Stella Leonora Harriet]] [https://www.familysearch.org/tree/person/details/GZYT-33D] - 1882(Vic)-1953(NSW) - Licences: Nil - Qualifications: Nil - radio announcer (early 5DN) - Electoral Rolls: - Relationships: wife of Ernest James Hume; daughter-in-law of James Hill Hume; mother of Ernest Jeremy Hume ===''HUMPHRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] - See Innis Jane Lovett Spotswood 4JH * [[/Jack Lawrence Humphry|Humphry, Jack Lawrence]] [https://www.familysearch.org/tree/person/details/M7P4-M7M] - 1889(Qld)-1953(Qld) - Licences: 4JK Poopoonbah via Giru (1934-1939) - Qualifications: cc; AOCP 1349, 1934, Qld - amateur operator; amateur broadcaster; WW1 - Relationships: Husband of 4JH Innis Jane Lovett Humphry nee Spotswood - Electoral Rolls: farmer (Hodel, Ayr, Qld, 1912-1937; Poopoonbah, 1949-1954) ===''HUNT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Alexander Hunt|Hunt, Joseph Alexander]] [https://www.familysearch.org/tree/person/details/GFM1-9MM] - 1912(WA)-2002(WA) - Licences: 6JA Perth (Maylands, 1938-1939); 6JD Perth (Rockingham, 1960) - Qualifications: cc; AOCP 2112, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1936; Maylands, WA, 1937-1949); retired (Rockingham, WA, 1972) ===''HUPPATZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Huppatz|Huppatz, William George]] [https://www.familysearch.org/tree/person/details/MWTP-DF5] - 1900(Vic)-1970(SA) - Licences: 5GW Cowandilla (1931-1933); 5GW Naracoorte (1937-1939) - Qualifications: cc; AOCP 801, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Naracoorte, SA, 1939); engineer (Cowandilla, 1941-1943) ===''HURLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Hurll|Hurll, Norman James]] [https://www.familysearch.org/tree/person/details/GZXC-BFF] - 1904(NSW)-2003(Qld, 98yo) - Licences: 2BC Sydney (Killara, 1924-1930); 4NJ Tallebudgera Creek (1931-1935); 2HJ Sydney (Killara, 1935-1937; Roseville, 1938-1939); 2IN?/2DKH Sydney (1980+) - Qualifications: cc; AOCP 96, 1925, No. ?? in NSW - amateur operator, amateur broadcaster, military (WW2, CMF, CINT), business proprietor (Gas Light Engineering) - Electoral Rolls: engineer (Killara, 1930); merchant (Killara, 1936-1937); soldier (Strathfield, 1943); company manager (Burwood, 1949-1963); Managing Director (Killara, 1968); Director (Killara, 1972-1980) ===''HURRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Bruce Hurry|Hurry, Ronald Bruce]] [https://www.familysearch.org/tree/person/details/G8V2-G1C] - 1911(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 693, 1930, No. ?? in ?? - amateur operator?, amateur broadcaster?, electrical engineer, teacher - Electoral Rolls: Nil yet identified ===''HUSBAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Errol Husband|Husband, Norman Errol]] [https://www.familysearch.org/tree/person/details/L6F7-N7B] - 1893(Qld)-1961(NSW) - Licences: XABY Sydney (North Sydney, 1913-1914); 4CV Receive Charters Towers (1923); 4CV Charters Towers (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: motor engineer (Charters Towers, 1917-1922; Mackay, 1925-1937); engineer (Darlinghurst, 1949-1958) ===''HUTCHINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Thomas Edwards Hutchings|Hutchings, Allan Thomas Edwards]] [https://www.familysearch.org/tree/person/details/M7GB-2TM] - 1903(Vic)-1973(Vic) - Licences: 3HL Receive Callawadda (1922-1923); 3HL Callawadda (1924-1969) - Qualifications: cc; AOCP 65, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: son of 3HM Elizabeth Lilian Hutchings nee Edwards; brother of 3HQ Marjorie Lilian Williamson nee Hutchings - Electoral Rolls: farmer (Callawadda, 1927-1972) * [[/Elizabeth Lilian Edwards| Hutchings nee Edwards, Elizabeth Lilian]] [https://www.familysearch.org/tree/person/details/M7GB-25T] - 1877(Vic)-1943(Vic) - Licences: 3HM Callawadda (1932-1939) - Qualifications: cc; AOCP 509, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1926-1942) - Relationships: mother of 3HL Allan Thomas Edwards Hutchings and 3HQ Marjorie Lilian Williamson nee Hutchings - First woman in Australia to hold an amateur licence under the AOCP regime - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1925-1942) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Marjorie Lilian Hutchings|Williamson nee Hutchings, Marjorie Lilian]] [https://www.familysearch.org/tree/person/details/LB52-GSC] - 1912(Vic)-1988(Vic) - Licences: 3HQ Callawadda (1932-1939; 1946-1948); 3HQ Melbourne (Bentleigh, 1954-1980+) - Qualifications: cc; AOCP 1030, 1932, No. ?? in Vic - amateur operator, amateur broadcaster - Relationships: daughter of 3HM Elizabeth Lillian Hutchings nee Edwards; sister of 3HL Allan Thomas Edwards Hutchings - Electoral Rolls: home duties (Callawadda, 1934-1937); nurse (Alfred Hospital, Prahran, 1943); home duties (Callawadda, 1949; Bentleigh, 1949-1968) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''HUTCHINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Elwood Hutchinson|Hutchinson, Charles Elwood]] [https://www.familysearch.org/tree/person/details/G612-S6J] - 1894(Vic)-1942(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 728, 1922; 2COCP 278, 1930; 1COCP 307, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Esperance, 1919); radio telegraphist (Darwin, NT, 1922); telegraphist (Esperance, 1925-1931); radio telegraphist (Broome, WA, 1936-1937; Alberton, SA, 1939; Yatala, SA, 1941) * [[/John Victor Thomas Hutchison|Hutchison, John Victor Thomas]] [https://www.familysearch.org/tree/person/details/G89S-PY2] - 1907(NZ)-1975(NSW) - Licences: 2JH Sydney (Kirribilli, 1927-1937; West Ryde, 1938-1939; Croydon, 1946-1955; Bardwell Park, 1956-1965; Castle Cove, 1969-1975) - Qualifications: AOCP 374, 1927, No. ?? in NSW; CPRTelephony 1010, 1928 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Milson's Point, 1930-1937); laboratory assistant (Croydon, 1943-1949); radio technician (Bardwell Park, 1958-1968) ===''HUTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Hutson|Hutson, James William]] [https://www.familysearch.org/tree/person/details/G8N9-Z6J] - 1912(Vic)-1931(Vic) - Licences: 3JH Echuca (1930-1931) - Qualifications: AOCP 635, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon ===''HUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Hutton|Hutton, David]] [https://www.familysearch.org/tree/person/details/G8ZT-JXG] - 1912(Sct)-2003(NSW) - Licences: 2DH Abermain (1929-1934) - Qualifications: AOCP 551, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abermain, 1934-1963; Klworth, 1972-1977); retired (Klworth, 1980) ===''HYLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Philip Hyland|Hyland, Leonard Philip]] [https://www.familysearch.org/tree/person/details/K8N6-XLK] - 1903(Tas)-1942(Tas) - Licences: 7LP Hobart (City, 1936-1939) - Qualifications: cc; AOCP 1791, 1936, No. ?? in Tas; BOCP 271, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Hobart Central, 1928) - Comment: Passed on Duty; Gone too soon - Links: [https://www.themercury.com.au/news/tasmania/tasmania-fire-service-chief-chris-arnol-urges-everyone-to-reflect-on-the-selflessness-of-firefighters-in-the-pursuit-of-public-safety/news-story/59c6315bbf383ef9bb4e270d60cd9296 Mercury] =='''I'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''IKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William George Ikin|Ikin, William George]] [https://www.familysearch.org/tree/person/details/LWFZ-C37] - 1887(NSW)-1974(Vic) - Licences: 4SM Townsville (1925-1926); 4SM Brisbane (New Farm, 1927) - Qualifications: cc; AOCP 201, 1925, No. 18 in Qld - amateur operator; amateur broadcaster (dealer licence); WW1 - Electoral Rolls: mechanical engineer (Gladstone, 1913); engineer & electrician (Barcaldine, 1914); manager (Strand Motors, Townsville, 1925); motor mechanic (Mt Garnet, 1937-1949; Cardwell, 1949); farmer (Mareeba, 1954-1972) ===''INGLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Stanley Inglis|Inglis, Kenneth Stanley]] - 1929(Vic)-2017(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - historian (ABC); "This is the ABC"; "Whose ABC?" - Electoral Rolls: - Links: [[w:Ken Inglis|Wikipedia]] [https://www.tandfonline.com/doi/full/10.1080/1031461X.2018.1493961 Obit] ===''IRELAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Keith Ireland|Ireland, Leslie Keith "Keith"]] [https://www.familysearch.org/tree/person/details/LRMD-BPV] - 1908(SA)-1942(SA) - Licences: 5KR Mt Gambier (1933-1939) - Qualifications: cc; CPRT 950, 1927; AOLCP 60, 1932 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: radio dealer (Mt Gambier, SA, 1939-1941) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/633509 VWMA]; [https://www.awm.gov.au/collection/R1721431 AWM]; [https://aviationmuseumwa.org.au/afcraaf-roll/ireland-leslie-keith-47849/ AHM] ===''IRESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melville Charles Gladstone Ireson|Ireson, Melville Charles Gladstone]] [https://www.familysearch.org/tree/person/details/GMZT-ML6] - 1898(Vic)-1955(Vic) - Licences: 3ZY Kyneton (1931-1933); 3AIR Kyneton (1947-1955) - Qualifications: cc; AOCP 305, 1926, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Maldon, 1919); telegraphist (Ballarat, 1925); postal employee (Kyneton, 1931-1954) ===''IRVINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Irvine|Irvine, William]] - 1907(???)-19??(???) - Licences: 4IR Brisbane (Mitchelton, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1987, 1937, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous WIs - Electoral Rolls: Nil yet identified ===''IRVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Lawson Irving|Irving, Cyril Lawson]] [https://www.familysearch.org/tree/person/details/GXZT-65R] - 1912(Qld)-1992(Qld) - Licences: 4WL Brisbane (Annerley, 1933-1939) - Qualifications: cc; AOCP 1199, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Coorparoo, Qld, 1943-1980) ===''ISLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Clifford Isles|Isles, James William Clifford "Clifford"]] [https://www.familysearch.org/tree/person/details/LBVH-RV1] - 1894(Qld)-1967(Qld) - Licences: 4CC Receive Brisbane (Ascot, 1922); 4CC Brisbane (Ascot, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club member (QWI); business proprietor (Isles Love & Co, Allan & Stark); WW1 - Electoral Rolls: clerk (Hamilton, 1915-1937); manager (Hamilton, 1943-1958); director (Hamilton, 1963) ===''ISRAEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Samuel Israel|Israel, Morris Samuel]] [https://www.familysearch.org/tree/person/details/GZQ4-CBC] - 1896(Vic)-1965(Vic) - Licences: XMU Melbourne (St Kilda, 1913); 3ZN Melbourne (St Kilda, 1923-1924; Malvern, 1925-1926; Burwood, 1927); 3ZN Geelong, 1931-1933; 3ZN Melbourne (Burwood, 1937-1939, 1946-1955) - Qualifications: cc; AOCP 13, 1924, No. ?? in Vic; AOLCP 35, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcasting executive; WW2 - Electoral Rolls: soldier (St Kilda, 1919-1924); radio mechanic (Burwood, 1926-1928); broadcasting engineer (Geelong, 1931); engineer (Geelong North, 1936; Camberwell, 1937-1963); ===''IVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil Albert Ives|Ives, Cecil Albert]] [https://www.familysearch.org/tree/person/details/GZLJ-848] - 1916(SA)-1942(Vic) - Licences: 5AF Adelaide (Glenelg, 1935-1939) - Qualifications: cc; AOCP 1451, 1935, SA - amateur operator, amateur broadcaster; WW2 - Electoral Rolls: commercial artist (Glenelg, 1939-1943) - Sacrifice: "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/ives-cecil-albert-300407/] =='''J'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''JACKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil Jackson|Jackson, Alfred Cecil "Alf"]] [https://www.familysearch.org/tree/person/details/LDLP-F65] - 1900(NSW)-1972(NSW) - Licences: 4AJ Brisbane (Fairfield, 1931); 2BO Bangalow (1933) - Qualifications: cc; CPRT 620, 1921; 1COCP 67, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG, Brisbane Cmcls); state public servant (4QG) - Electoral Rolls: radio engineer (Fairfield, Qld, 1928-1931); farmer (Possum Creek, NSW, 1934-1937); mechanic (Fairfield, Qld, 1943-1954); farmer (O'Possum Creek via Bangalow, NSW, 1958-1963) * [[/Alfred George Jackson|Jackson, Alfred George]] [https://www.familysearch.org/tree/person/details/LY5P-2X1] - 1864(Eng)-1935(Qld) - Licences: 4DG Receive Brisbane (Wynnum, Qld, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; radio clubs (WIQ, QWI, WIAQ); electrical engineer - Relationships: father of Arthur Appleton Jackson - Electoral Rolls: electrical engineer (South Brisbane, Qld, 1903-1913); electrician (Wynnum, Qld, 1914-1934) * [[/Arthur Appleton Jackson|Jackson, Arthur Appleton]] [https://www.familysearch.org/tree/person/details/LY55-M8F] - 1891(Qld)-1985(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster; radio clubs (QWI, WIAQ); electrical engineer; business proprietor; Relationships: son of Alfred George Jackson - Electoral Rolls: electrical engineer (Wynnum, Qld, 1913-1914; Morningside, Qld, 1915-1919; Wynnum, Qld, 1919; South Brisbane, Qld, 1921-1968); retired (Hill End, Qld, 1972; Highgate Hill, Qld, 1977; Hopetoun Home, Oxley, Qld, 1980) * [[/James William Jackson|Jackson, James William "Jim"]] [https://www.familysearch.org/tree/person/details/G7FH-JCW] - 1916(Qld)-2011(Qld) - Licences: 4CN Brisbane (Cribb Island, 1938-1939; 1946-1969; Lawnton, 1975-1980) - Qualifications: cc; AOCP 2096, 1938, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); military (WW2,Northern Command Signals); farmer/electrician/radio & TV serviceman - Electoral Rolls: farmer (Cribb Island, Qld, 1937-1968); rubber worker (Lawnton, Qld 1972-1980) * [[/Thomas William Jackson|Jackson, Thomas William]] - 1830(Eng)-1918(Vic) - Deputy Postmaster-General Victoria ca 1880, clubs & societies (Telegraph Electrical Society Vic, member, ca 1880) ===''JAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Russell James|James, Brian Russell]] [https://www.familysearch.org/tree/person/details/GZLV-GXV] - 1920(SA)-1944(Europe) - Licences: 5BL Adelaide (1939) - Qualifications: AOCP 2293, 1939, SA - amateur operator, amateur broadcaster, WW2 (RAAF, 76 Squadron RAF, Flying Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://highgate-rsl.org.au/afcraaf-roll/james-brian-russell-417490/] * [[/Hector Keith James|James, Hector Keith]] [https://www.familysearch.org/tree/person/details/GZV7-WVL] - 1905(NSW)-1966(NSW) - Licences: 2XA Receive Sydney (Summer Hill, 1923); 2XA Sydney (Summer Hill, 1924-1933; Ashfield, 1934; Double Bay, 1935-1936; Coogee, 1937-1938; Woollahra, 1939; Summer Hill, 1948-1961) - Qualifications: cc; AOCP 183, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Summer Hill, 1930-1933), engineer (Edgecliff, 1936; Ashfield, 1949; Summer Hill, 1943-1963) * [[/Herbert Ronald James|James, Herbert Ronald]] [https://www.familysearch.org/tree/person/details/GDRD-1SM] - 1904(Vic)-1982(Vic) - Licences: 3LH Birchip (1931-1933); 3LH Drouin (1938-1939); 7LH Western Junction (1947); 7LH Launceston (1948); 3AJJ Melbourne (Deepdene, 1954); 3AJJ Lubeck (1955-1956); 3AJJ Braeside (1960); 3AJJ Rupanyup (1965-1969); 3AJJ Nowa Nowa (1975-1980) - Qualifications: cc; AOCP 813, 1931, Vic; BOCP 17, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Merbein, 1925); fitter & turner (Merbein, 1928-1931); radio engineer (Merbein, 1936); technician (Western Junction, Tas, 1949); radio engineer (Deepdene, 1954); technician (Rupanyup, 1963-1968); retired (Nowa Nowa, 1972-1980) * [[/R. James|James, R.]] - 19??(???)-19??(???) - Licences: XZE via Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified * [[/Thomas Reynolds James|James, Thomas Reynolds]] - 19??(???)-19??(???) - employment (Vic Posts & Telegraphs, worked on original Melbourne-Williamstown telegraph line 1854, later in charge of Melbourne Telegraph Office, but transferred to inspectorial work in 1879 due to disorganisation, reinstated in 1880) ===''JAMIESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Jamieson|Jamieson, Charles William]] [https://www.familysearch.org/tree/person/details/L4SY-YNQ] - 1896(Vic)-1971(Vic) - Licences: XJW Melbourne (St Kilda, 1913-1914); 3CJ Melbourne (East St Kilda, 1924-1926); 3XX Melbourne (East Malvern, 1954-1975) - Qualifications: cc; BOCP 130, 1937 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: engineer (St Kilda, 1921-1925); mechanic (Malvern, 1926-1968) * [[/John Edward Jamieson|Jamieson, John Edward]] [https://www.familysearch.org/tree/person/details/G8VS-M43] - 1910(WA)-1957(WA) - Licences: 6LA Perth (Beaconsfield, 1930-1933); 6LA Kalgoorlie (1938-1939) - Qualifications: cc; AOCP 673, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio salesman (Kalgoorlie, 1936-1937); salesman (Kalgoorlie, 1943); radio engineer (Kalgoorlie, 1949-1954) ===''JANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Harold Jansen|Jansen, Claud or Claude Harold]] [https://www.familysearch.org/tree/person/details/GDGS-9TN] - 1890(NSW)-1968(NSW) - Licences: V751 Receive Yarrawonga (1922); 3GW Receive Yarrawonga (1922)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: printer (Yarrawonga, 1913-1922); linotype engineer (Yarrawonga, 1924-1931); printer (Shepparton, 1934-1937); linotype operator (Albury, 1937-1949); engineer (Albury, 1954-1968) ===''JARDINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Jardine|Jardine, William Ronald]] [https://www.familysearch.org/tree/person/details/G8ZC-T63] - 1911(Vic)-1983(Vic) - Licences: 3PR Melbourne (Essendon, 1929-1933); 3PR Leongatha (1937-1939, 1946-1980+) - Qualifications: AOCP 533, 1929, No. ?? in Vic; AOLCP 108, 1933 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farm labourer (Craigieburn, 1934); dairy farmer (Leongatha, 1937-1954); salesman (Leongatha, 1963-1980) ===''JARMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Arthur Jarman|Jarman, Oswald Arthur]] [https://www.familysearch.org/tree/person/details/G612-K6Y] - 1894(SA)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 162, 1915; 1COCP 37, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Broome, WA, 1921-1922); telegraphist (Applecross, WA, 1925; Surrey Hills, Vic, 1928); supervisor (Bentley, Vic, 1931-1954) ===''JARVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jack Edwin Jarvis|Jarvis, Vincent Jack Edwin "Victor", "Vic"]] [https://www.familysearch.org/tree/person/details/GZ2K-6FP] - 1912(WA)-1941(Libya) - licences: 2VJ Orange (1930-1933), 2VJ Dubbo (1934), 2VJ Wellington (1935-1936), 2VJ Bathurst (1937), 2VJ Griffith (1938-1939) - qualifications: AOCP 695, 1930, No. ?? in NSW; BOCP 46, 1936 - amateur operator, amateur broadcaster (2VJ Wellington), broadcast engineer (2BS, 2RG), WW2 (RAAF, Rathmines Flying Boats Base, Palestine, Egypt, Libya) - electoral rolls: radio mechanic (Wellington, 1936), radio engineer (Bathurst, 1937), wireless operator (Rathmines, 1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/633817] ===''JEFFRYES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Harry Jeffryes|Jeffryes, Sydney Harry]] - 1884(Qld)-19??(???) - X?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), ship's wireless operator, member of the Australasian Antarctic Expedition 1911-1914 ===''JEFFS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jeffs|Jeffs, Vincent]] [https://www.familysearch.org/tree/person/details/GX4T-4M8] - 1912?(???)-1970(Qld) - Licences: 4VJ Brisbane (Taringa, 1931-1933; City, 1934-1939, 1946; Gordon Park, 1948-1969) - Qualifications: cc; AOCP 753, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio cub (WIAQ, life member, lecturer, code instructor, field days, JOTA, conventions, operator 4WI); business proprietor (Jeffs Radio) - Electoral Rolls: salesman (Taringa, Qld, 1934; New Farm, Qld, 1936-1937; Taringa, Qld, 1937); radio manufacturer (New Farm, Qld, 1943); salesman (Taringa, Qld, 1949); businessman (Gordon Park, Qld, 1958-1968) ===''JENNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Jenner|Jenner, John Henry]] [https://www.familysearch.org/tree/person/details/K2Y9-64Z] - 1877(Eng)-1961(NSW) - Licences: 7BM Receive Premaydena (1923); Receive Premaydena (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 2ABM John Ingoldsby Jenner - Electoral Rolls: law clerk (Lindisfarne, 1914); orchardist (Koonya, 1919-1928); Xray technician (Double Bay, NSW, 1930; Bondi, 1933-1935) * [[/John Ingoldsby Jenner|Jenner, John Ingoldsby]] [https://www.familysearch.org/tree/person/details/LKY4-7S2] - 1904(Eng)-1980(???) - Licences: 2ABM Sydney (Maroubra, 1933-1939) - Qualifications: cc; AOCP 1194, 1933, NSW - amateur operator; amateur broadcaster - Relationships: Son of 7BM John Henry Jenner - Electoral Rolls: engineer (Haberfield, 1930; Bondi, 1933-1935); telephone engineer (Maroubra, 1937); engineer (Maroubra, 1943-1954; Revesby, 1968); retired (Turramurra, 1972); engineer (Revesby, 1980) ===''JENNISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Jennison|Jennison, Joseph William]] [https://www.familysearch.org/tree/person/details/LTS7-316] - 1899(Vic)-1965(Vic) - Licences: 2JJ Mathoura (1928-1939); 2MX Mathoura (1948-1950) - Qualifications: AOCP 414, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: farmer (Mathoura, 1930-1949; Echuca, 1954; Deniliquin, 1958); nil (Echuca, 1963) (Licences in the name of his father John William Jennison but most likely son was operator, father passed in 1942) ===''JENSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jens August Jensen|Jensen, Jens August]] [https://www.familysearch.org/tree/person/details/GXQM-1MX] - 1865(Vic)-1936(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - Minister for Navy (1915-1917) - Comment: famously dismissed for corruption in respect of purchase of Shaw Wireless Works in 1916 - Electoral Rolls: licensed victualler (Beauty Point, Tas, 1914-1919); orchardist (Beauty Point, Tas, 1919-1922); no occupation (Elsternwick, Vic, 1936) - Links: [[w:Jens_Jensen_(politician)|Wikipedia]] [https://adb.anu.edu.au/biography/jensen-jens-august-6840 ADB] * [[/Laurence Richard Hopkins Jensen|Jensen, Laurence or Lawrence Richard Hopkins]] [https://www.familysearch.org/tree/person/details/GZ6V-MJ1] - 1906(Tas)-1974(Tas) - Licences: 7BL Receive West Devonport (1923); Receive West Devonport (1923-1924); 7LJ Launceston (1925-1939, 1947-1969+) - Qualifications: cc; AOCP 78, 1925, No. ?? in Tas; BOCP 215, 1939; 1AOCP 9, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (New Town, 1928); teacher (New Town, 1936-1972) ===''JENVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Walter Jenvey|Jenvey, Henry Walter]] [https://www.familysearch.org/tree/person/details/G4QJ-7TS] - 1851(Eng)-1932(Vic) - Licences: AA Melbourne 1900; X?? Melbourne - early wireless experimenter, arguably his use of the identifier AA was the first use of an Australian callsign; arguably Australia's first amateur operator as the majority of his experiments were self-funded and in his own time - Qualifications: cc; Nil yet identified - employment (Vic P & T; PMGD) - Relationships: father of 3WW William Walter Jenvey - Electoral Rolls: electrical engineer (Brighton, 1909); public servant (Caulfield East, 1919-1931) * [[/William Walter Jenvey|Jenvey, William Walter "Bill"]] [https://www.familysearch.org/tree/person/details/G4QV-9GL] - 1904(Vic)-1981(Qld) - Licences: 3AY Melbourne (Caulfield, 1922-1927; Ormond, 1931-1938); 2YJ Sydney (Concord, 1939); 3AY Melbourne (Ormond, 1947); 2ZO Sydney (Willoughby, 1948-1969); 2ZO Noosa Heads (1980) - Qualifications: cc; CPRT 824, 1924; 1COCP 68, 1930 - amateur operator; amateur broadcaster - Relationships: son of Henry Walter Jenvey - Electoral Rolls: telegraphist (Caulfield, Vic, 1926-1927); operator (Bentleigh, Vic, 1931-1937); radio engineer (Croydon, NSW, 1943; Willoughby, NSW, 1949-1968); engineer (Willoughby, NSW, 1972); nil (Nelligen, NSW, 1977; Noosa Heads, Qld, 1980) ===''JERRARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Joseph Jerrard|Jerrard, Frederick Joseph]] [https://www.familysearch.org/tree/person/details/LB43-BKT] - 1899(Qld)-1963(Qld) - Licences: 4DR Receive Gayndah (1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Gayndah, 1921-1930); motor mechanic (Gayndah, 1936-1937); engineer (Indooroopilly, 1943-1963) ===''JESSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick Ferman Jessop|Jessop, Patrick Ferman]] [https://www.familysearch.org/tree/person/details/G6QN-8HV] - 19??(Eng?)-19??(Qld?) - Licences: 4PJ Kamma (1925-1927); 4PJ Cairns (Hambledon, 1937-1939) - Qualifications: cc; Nil yet identified (England?) - amateur operator; amateur broadcaster; WW1(RFC) - Halcyon: not mentioned - Electoral Rolls: labourer (Edmonton, 1922-1930); weigh bridge clerk (Hambledon, 1936-1943) ===''JEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Jewell|Jewell, Thomas John]] [https://www.familysearch.org/tree/person/details/GDYD-YH1] - 1905(WA)-1965(WA) - Licences: 6CA Receive Perth (Subiaco, 1923); 6JJ Perth (Victoria Park, 1927); 6JJ Kalgoorlie (1930-1931); 6JJ Perth (Victoria Park, 1933-1939) - Qualifications: cc; CPRT 876, 1925; 1COCP 129, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Victoria Park, WA, 1931-1937); radio inspector (Victoria Park, WA, 1943; Scarborough, WA, 1949); inspector (Scarborough, WA, 1954-1963) ===''JOHNSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Johnson|Johnson, Arthur]] [https://www.familysearch.org/tree/person/details/GXD7-X12] - 1921(Qld)-2004(Qld) - Licences: 4PX Brisbane (Hendra, 1938-1939; Ascot, 1946-1948; Hendra, 1954-1975), 4PX Buddina Beach (1980+) - Qualifications: cc; AOCP 2093, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (Sunshine Coast ARC); military (WW2, AIF, Signals) - Comment: Several contemporaneous AJs - Electoral Rolls: Commonwealth public servant (Hendra, Qld, 1968) + others * [[/Carl Francis Johnson|Johnson, Carl Francis]] [https://www.familysearch.org/tree/person/details/LH8T-HSH] - 1899(Tas)-1985(Tas) - Licences: Receive Hobart (West Hobart, 1923); 7AR Hobart (West Hobart, 1924-1939) - Qualifications: cc; AOCP 218, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: federal servant (West Hobart, 1922-1954) * [[/Edward Norman Johnson|Johnson, Edward Norman]] [https://www.familysearch.org/tree/person/details/MM4W-MLQ] - 1886(Vic)-1960(USA) - Licences: Receive Warrnambool (1923); 3ZO Warrnambool (1923-1924); 3ZO Horsham (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (East Melbourne, 1909); manager (Wonthaggi, 1914); draper (Newtown, 1917); traveller (Geelong, 1919) * [[/H. B. Johnson|Johnson, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1926); 5HB Adelaide (Henley Beach, 1937-1939) - Qualifications: AOCP 252, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: - common surname, individual not yet identified * [[/Ivo Uric Johnson|Johnson, Ivo Uric]] [https://www.familysearch.org/tree/person/details/G9VV-H8S] - 1903(NSW)-1961(Qld) - Licences: 4KL Cairns (1933-1960) - Qualifications: cc; CPRT 813, 1924; 2COCP 668, 1942; 1COCP 655, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Cairns, Qld, 1936-1963) * [[/Joseph Murray Johnson|Johnson, Joseph Murray]] [https://www.familysearch.org/tree/person/details/L5YM-M5N] - 1889(NSW)-1986(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 113, 1915; 1COCP 200, 1931 - RANRS (CPO to Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: engineer operator (Geraldton, 1915-1917); radio expert (Lane Cove, NSW, 1930-1934); engineer (Brighton, Vic, 1936; Caulfield, 1937); engineer (Longueville, NSW, 1943-1949); manager (Turramurra, 1954-1963); retired (Strathfield, 1963; Port Macquarie, NSW, 1968-1977; Wauchope/Yrrs, 1980) ===''JOHNSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. B. Johnston|Johnston, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Norman Brint Johnston|Johnston, Norman Brint]] [https://www.familysearch.org/tree/person/details/G8NC-K7F] - 1913(WA)-1979(WA) - Licences: 6NJ Perth (South Fremantle, 1930-1933; Subiaco, 1937-1939) - Qualifications: cc; AOCP 642, 1930, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Subiaco, 1937-1943); radio mechanic (Maylands, 1943-1968; Mt Lawley, 1972-1977) * [[/Robert Walter Johnston|Johnston, Robert Walter]] [https://www.familysearch.org/tree/person/details/GXDS-FHJ] - 1914(Qld)-1963(Qld) - Licences: 4LQ Brisbane (Petrie Terrace, 1934-1939) - Qualifications: cc; AOCP 1270, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Petrie Terrace, Qld, 1936-1937); no occupation (Ingleburn, NSW, 1954-1958); retired (Petrie Terrace, Qld, 1963) * [[/William David Johnston|Johnston, William David]] [https://www.familysearch.org/tree/person/details/G8XJ-3RY] - 1909(Irl)-1985(NSW) - Licences: 2YZ Sydney (Ryde, 1930-1939, 1946-1948; Gladesville, 1950; Matraville, 1954-1980+) - Qualifications: AOCP 616, 1930, No. ?? in NSW; 2COCP 323, 1931; 1COCP 398, 1940 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Ryde, 1930-1943); radio engineer (Gladesville, 1949; Matraville, 1954-1980) ===''JOHNSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. D. Johnstone|Johnstone, H. D.]] - 19??(???)-19??(???) - Licences: 3HJ Melbourne (Surrey Hills, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified ===''JONASSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Peter Jonasson|Jonasson, Roy Peter]] [https://www.familysearch.org/tree/person/details/9KPW-ZL1] - 1908(Qld)-1989(Qld) - Licences: 4NG Alberton (1931-1933); 7NG Derwent Park (1937-1939); 3ND Castlemaine (1946-1969); 9NG, PNG; 4NE Brisbane (Kingston, 1980) - Qualifications: cc; AOCP 827, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, QRP Club, RAAF Wireless Reserve, Qld Listeners' League); employment (Qld State Electricity Commission) - Electoral Rolls: electrical fitter (Castlemaine, 1942-1972); retired (Kingston, Qld, 1972-1980) ===''JONES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Ernest Jones|Jones, Alfred Ernest]] [https://www.familysearch.org/tree/person/details/G61R-CTW] - 1894(NSW)-1970(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 241, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Comment: not all electoral roll entries identified, several contemporaneous AEJs; Electoral Rolls: radio telegraphist (Broome, WA, 1917-1922) * [[/David William Jones|Jones, David William]] - 19??(???)-19??(???) - Licences: 4DJ Brisbane (Chelmer, 1930-1933) - Qualifications: cc; AOCP 683, 1930, No. ?? in Qld - amateur operator, amateur broadcaster - Comment: several contemporaneous DWJs - Electoral Rolls: public servant (Chelmer, 1925-1931); engineer (Holland Park, 1958)? * [[/Lancelot Cyril Jones|Jones, Lancelot Cyril "Lance"]] [https://www.familysearch.org/tree/person/details/G8L3-2LS] - 1891(SA)-1971(SA) - Licences: XVB Adelaide (Hawthorn, 1913-1914); 5BQ Adelaide (Westbourne Park, 1923-1924); 5DN Adelaide (City, 1923-1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; co-founder 5DN commercial Adelaide - Electoral Rolls: manager (Broadway Estate, 1939-1943) * [[/Raymond Edward Jones|Jones, Raymond Edward]] [https://www.familysearch.org/tree/person/details/LL9R-FLM] - 1900(Vic)-1987(Vic) - Licences: 3RJ Melbourne (Ascot Vale, 1928; Box Hill, 1931-1939, 1946-1980+) - Qualifications: AOCP 407, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: telegraphist (Newmarket, 1921); public servant (Ascot Vale, 1922-1924); telegraphist (Box Hill, 1931-1943); supervisor (Box Hill, 1949-1963); retired (Box Hill, 1968-1980) * [[/Stanley William Jones|Jones, Stanley William]] [https://www.familysearch.org/tree/person/details/GZL8-BPL] - 1917(Vic)-1943(PNG) - Licences: 3SF Ballarat (1937-1939) - Qualifications: AOCP 1953, 1937, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Signalman, 6 Division Signals) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1687469] (beware, another Stanley William Jones died in WW2, Flight Sergeant, 626 Squadron) * [[/Walter Henry Jones|Jones, Walter Henry]] [https://www.familysearch.org/tree/person/details/G8NB-Z8F] - 1914(NSW)-1980(NSW) - Licences: 2PY Sydney (Marrickville, 1930-1933); 2RS Sydney (Marrickville, 1935-1939); 2WP Sydney (Bexley, 1965-1980) - Qualifications: AOCP 652, 1930, NSW; 1COCP 57, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless telegraphist (Bexley North, 1949-1972); telegraphist (Bexley North, 1977-1980); Beware: Another contemporaneous Walter Henry Jones in Sydney b.1915 m.Edith * [[/W. R. Jones|Jones, W. R.]] - 19??(???)-19??(???) - Licences: 4EK Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''JORDAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Jordan|Jordan, James "Jim"]] [https://www.familysearch.org/tree/person/details/GXHL-VNQ] - 1903(Sct)-1979(Qld) - Licences: 4JJ Ipswich (1933); 4JJ Bundaberg (1934-1939) - Qualifications: cc; AOCP 1162, 1933, Qld - amateur operator; amateur broadcaster; broadcast engineer (4BU); senior military (RAAF, Wing-Commander) - Electoral Rolls: striker (West Ipswich, Qld, 1932); radio mechanic (Bundaberg, Qld, 1934-1937) * [[/Robert Jordan|Jordan, Robert]] - 1893(NZ)-19??(???) - commercial operator (1COCP 4, 1914, No. 4 in Aus and Vic, Commonwealth system) - coastal station operator? ===''JUDD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Harvey Judd|Judd, Clarence Harvey]] [https://www.familysearch.org/tree/person/details/GXVF-9XS] - 1920(SA)-1986(SA) - Licences: 5HQ Adelaide (Colonel Light Gardens, 1954-1980) - Qualifications: cc; AOCP 3374, 1953, Qld - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/Oswald William Judd|Judd, Oswald William]] [https://www.familysearch.org/tree/person/details/GXVX-X56] - 1896(SA)-1934(SA) - Licences: XVF Adelaide (North Norwood, 1913); Receive Adelaide (Payneham, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: Nil yet identified =='''K'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''KANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Leslie Kane|Kane, John Leslie "Les"]] - 1910(Qld)-1985(Qld), 4ZZ Roma, amateur operator (AOCP 2335, 1939, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), senior state public servant (Qld Railways) ===''KAUFMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Samuel Donald Kaufman|Kaufman, Samuel Donald]] [https://www.familysearch.org/tree/person/details/LB6X-937] - 1904(NSW)-1988(NSW) - Licences: 2SK Sydney (Belmore, 1928-1939, 1946-1980+) - Qualifications: AOCP 448, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Belmore, 1933-1980) ===''KAUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Alexis Kauper|Kauper, Henry or Heinrich Alexis "Harry"]] [https://www.familysearch.org/tree/person/details/GZXZ-WYQ] - 1888(Vic)-1942(Vic) - Licences: S643 Adelaide (1921-1922); 5BG Adelaide (Dulwich, 1923-1926; Tusmore, 1927-1928) - Qualifications: cc; AOCP 97, 1925, No. ?? in SA - amateur operator; amateur broadcaster; broadcast engineer; inventor - Electoral Rolls: chauffer (Willaura, Vic, 1910); engineer (Richmond, Vic, 1931-1937) - [https://adb.anu.edu.au/biography/kauper-henry-alexis-harry-6898 ADB] ===''KAYESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Kayess|Kayess, Sydney]] [https://www.familysearch.org/tree/person/details/GCYG-NHD] - 1892(NSW)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified -RANRS (CPOE, 1917) - Electoral Rolls: fitter & turner (Cooktown, 1917); engineer (Hendra, Qld, 1919); engine driver (Charleville, Qld, 1921); mechanic (Mossman, 1925); motor mechanic (Watchem, Vic, 1928); auto engineer (Dulwich Hill, NSW, 1930); garage manager (New Lambton, NSW, 1930; Foveaux, NSW, 1933); engineer (Forest Lodge, NSW, 1935-1937); labourer (Darlinghurst, 1937; Glenmore, NSW, 1943); mechanical engineer trainee (Haberfield, NSW, 1949); engineer (Manly North, NSW, 1958) ===''KEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Patrick James Keane|Keane, John Patrick James]] [https://www.familysearch.org/tree/person/details/G8V5-P25] - 1903(NSW)-1964(NSW) - Licences: 2JN Cessnock (1930-1936; 2JN Sydney (Bexley, 1937-1939; McMahons Point, 1946-1961) - Qualifications: AOCP 698, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: storeman (Darling Harbour, 1930); clerk (Cessnock, 1931-1932; Newcastle, 1934; Bexley, 1935-1937; McMahons Point, 1943-1949; North Sydney, 1958-1963) ===''KEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Keast|Keast, Leslie John]] [https://www.familysearch.org/tree/person/details/K2QP-J6X] - 1886(SA)-1957(WA) - Journalist (Wireless Weekly; shortwave editor, Australasian Radio World, 1940-1951; Radio & Hobbies), professional monitor (OWI/VOA, WW2), silent era cinematographer - Electoral Rolls: licensed victuallar (Royal Hotel, Bowral, 1933-1934); ex-hotelkeeper (Coogee, 1935); clerk (Randwick North, 1936-1937); sales manager (Carlingford, 1943); organising secretary (Ermington, 1949-1958) ===''KEDDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Robert Keddie|Keddie, Phillip Robert]] [https://www.familysearch.org/tree/person/details/G67S-1T7] - 1921(SA)-2003(SA) - Licences: 5KZ Adelaide (Woodville Park, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1882, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: AMF (Woodville Park, SA, 1943) ===''KELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Edward Kells|Kells, Alfred Charles Edward]] [https://www.familysearch.org/tree/person/details/LTMT-7D3] - 1900(Vic)-1955(Vic) - Licences: Receive Melbourne (Moonee Ponds, 1923); 2430 Melbourne (Moonee Ponds, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: postal electrician (Moonee Ponds, 1921-1925); mechanic (Essendon, 1928-1954) ===''KELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Wainwright Kelly|Kelly, Alexander Wainwright]] [https://www.familysearch.org/tree/person/details/GZP6-G6V] - 1908(SA)-1954(SA) - Licences: Receive (Crystal) Largs Bay (1923); Receive Largs Bay (1923); 5AW Lyndoch (1927-1939); 5XO Loxton (1954) - Qualifications: cc; AOCP 358, 1927, No. ?? in SA - amateur operator; amateur Broadcaster - Electoral Rolls: winemaker (Berri, 1939-1943) * [[/Ross Donaldson Kelly|Kelly, Ross Donaldson]] [https://www.familysearch.org/tree/person/details/G7BG-2PR] - 1906(SA)-1959(SA) - Licences: 5LW Adelaide (Unley, 1937-1939; Hazelwood Park, 1948-1956) - Qualifications: cc; AOCP 2032, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: assurance agent (Dulwich, 1941-1943) ===''KELSO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham Kelso|Kelso, Graham]] [https://www.familysearch.org/tree/person/details/GXXH-9DH] - 19??(???)-19??(???) - Licences: 4EL Receive Brisbane (Nundah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: PMG technician (Petrie Terrace, Qld, 1958); technician (Brisbane, Qld, 1968; St Lucia, Qld, 1972-1980) ===''KEMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Kemble|Kemble, Frederick John]] [https://www.familysearch.org/tree/person/details/GZZ2-8WY] - 1915(SA)-1939(WA) - Licences: 6FJ Katanning (1936-1939) - Qualifications: cc; AOCP 1673, 1936, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: blacksmith's striker (Katanning, WA, 1937) ===''KEMP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Kemp|Kemp, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GZ2F-PYS] - 1910(Qld)-1997(Qld) - Licences: 4YA Yangan - Qualifications: cc; AOCP 1466, 1935, Qld; BOCP 110, 1937; 2COCP 123, 1937; 1COCP 163, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Swanfels, Qld, 1936-1937); radio technician (Kedron, Qld, 1943-1949; Wavell Heights, Qld, 1954-1980) * [[/Joseph Edward Kemp|Kemp, Joseph Edward]] [https://www.familysearch.org/tree/person/details/G691-NWV] - 1918(Tas)-1991(WA) - Licences: 7RZ Devonport (1937-1939); 7RZ Launceston (1946-1948) - Qualifications: cc; AOCP 1847, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio telegraphist (Como, 1949); radio officer (Esperance, 1954-1958; Yokine, WA, 1963-1980) ===''KEMPSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Kempster|Kempster, Frederick]] [https://www.familysearch.org/tree/person/details/LVPC-NHM] - 1900(SA)-1957(SA) - Licences: 5KM Darwin (1929-1931); 8KM Darwin (1937-1939) - Qualifications: cc; AOCP 543, 1929, No. ?? in NT - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Fullarton, 1934); supervisor (Fullarton, 1939-1943) ===''KENNA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Francis Kenna|Kenna, Vernon Francis "Vern" / "Marconi"]] [https://www.familysearch.org/tree/person/details/GS1D-4ZV] - 1908(Qld)-1987(NSW) - Licences: 4DE Receive Brisbane (Hamilton, 1923-1924); 4FK Brisbane (Hamilton, 1926-1939); 2JR Sydney (Middle Cove, 1980+) - Qualifications: cc; AOCP 301, 1926, No. 29 in Qld - amateur operator; amateur broadcaster; broadcast engineer (PMGD); radiocommunications engineer; senior public servant (PMG, ABC2); WW2 - Electoral Rolls: postal electrician (Hamilton, Qld, 1936-1954); engineer (Balwyn, Vic, 1963; Killara, 1963; Middle Cove, 1968-1972; Willoughby, 1977-1980) ===''KENNEDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Kennedy|Kennedy, Peter]] [https://www.familysearch.org/tree/person/details/GDKD-8Q7] - 1874(Vic)-1945(SA) - Licences: XYD Perth (City, 1913-1914); 6AM Perth (Mt Lawley, 1923-1927); 5AM Adelaide (City, 1928; Unley, 1931; New Parkside, 1933-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; senior federal public servant (PMG, concluding as Deputy Postmaster-General SA); WW1 - Awards: Imperial Service Order - Electoral Rolls: telegraphist (Leederville, 1903; Mt Lawley, 1910-1921); State Engineer (Maylands, 1925-1926); civil servant (New Parkside, 1939-1943) * [[/M. Kennedy|Kennedy, M.]] - 19??(???)-19??(???) - Licences: 4EP Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter Donald Kennedy|Kennedy, Walter Donald]] [https://www.familysearch.org/tree/person/details/LBRG-1WB] - 1869(NSW)-1951(NSW) - Licences: 2WK Sydney (Rockdale, 1925-1926; Willoughby, 1927-1929); 2WK Helensburgh (1930-1933); 2WK Sydney (East Sydney, 1934); 2WK Wallerawang (1935); 2WK Sydney (Rockdale, 1936-1939, 1946-1950) - Qualifications: cc; AOCP 121, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: clergyman (Murrumburrah, 1913; Helensburgh, 1930-1932); clerk (Darlinghurst, 1934-1935); clerk in Holy Orders (Rockdale, 1936-1949) ===''KENNY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Francis Kenny|Kenny, Edmund Francis]] [https://www.familysearch.org/tree/person/details/G8MB-R3M] - 1903(NSW)-1980(NSW) - Licences: 2EK Sydney (Lewisham, 1927-1928; Croydon, 1929; Ryde, 1930-1931; Granville, 1933-1939, 1946-1948); 2EK Wentworthville (1950-1980) - Qualifications: AOCP 373, 1927, No. ?? in NSW -amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1930); clerk (West Ryde, 1930-1933); engineer (Granville, 1935-1949); radio engineer (Wentworthville, 1954-1968); engineer (Wentworthville, 1972-1977) ===''KEOGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Keogh|Keogh, William George]] [https://www.familysearch.org/tree/person/details/GDJ4-H7G] - 19??(???)-1960(NSW) - Licences: 2ZA Receive Sydney (Stanmore, 1923); 2ZA Sydney (Summer Hill, 1923; Stanmore, 1924-1925); licensed operator 2AG Grace Bros Broadway - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Randwick North, 1943-1958) ===''KERBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Thomas John Kerby|Kerby, Edwin Thomas John]] [https://www.familysearch.org/tree/person/details/GM72-SFL] - 1888(Vic)-1971(Vic) - Licences: 7EK Ringarooma (1932-1939); 3KK Melbourne (Auburn, 1946-1969) - Qualifications: cc; AOCP 940, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW1; WW2 (Major) - Awards: Military Star 1914-1915; British War Medal, Victory Medal; MBE - Electoral Rolls: manager (Ballarat, 1909); restaurant keeper (Brunswick, 1914); electrical engineer (Richmond, 1914-1917); grazier (Ballarat, 1919); farmer (Linton, 1922); grazier (Fawkner, 1924-1925); engineer (St Kilda, 1943; Auburn, 1949-1968) - Links: [[w:Edwin Kerby|Wikipedia]] ===''KERMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Kermond|Kermond, Leslie John "Les"]] [https://www.familysearch.org/tree/person/details/G8W7-Y88] - 1912(Vic)-2007(Vic) - Licences: 3DX Warrnambool (1928-1980+) - Qualifications: AOCP 417, 1928, No. ?? in Vic; AOLCP 182, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: biograph operator (Warrnambool, 1936-1937); engineer (Swan Hill, 1942); radio engineer (Warrnambool, 1949-1980) ===''KERNICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Edwin Kernick|Kernick, Percy Edwin]] [https://www.familysearch.org/tree/person/details/LX7S-JW1] - 1888(NSW)-1965(WA) - Licences: 6PK Perth (South Perth, 1927-1939, 1946-1947) - Qualifications: cc; AOCP 378, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Sandstone/Mt Magnet, 1910); telegraphist (Brown Hill/Kalgoorlie, 1917; South Perth, 1925-1963) ===''KERR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dixon Kerr|Kerr, Alfred Dixon]] [https://www.familysearch.org/tree/person/details/GZT8-ZKF] - 1910(Vic)-1977(Vic) - Licences: 3AL Ballarat (1926-1939, 1946-1960); 3JQ Melbourne (Hawthorn, 1975) - Qualifications: AOCP 284, 1926, No. ?? in Vic; AOLCP 18, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Ballarat, 1931-1968); retired (Hawthorn, 1977) * [[/Roy Kerr|Kerr, Roy]] [https://www.familysearch.org/tree/person/details/GXHP-SBX] - 1917(Qld)-1988(Qld) - Licences: 4DK Winton (1937-1939); 4DK Brisbane (Tingalpa, 1946-1951) - Qualifications: cc; AOCP 1941, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; federal public servant (PMGD, telegraphist) - Relationships: brother of Vernon Lester Kerr 4LK - Electoral Rolls: * [[/Vernon Lester Kerr|Kerr, Vernon Lester "Vern"]] [https://www.familysearch.org/tree/person/details/GXHP-MCW] - 1912(Qld)-1979(Qld) - Licences: 4LK Winton (1932-1933); 4LK Cloncurry (1937-1939, 1946-1948); 4LK Charters Towers (1954-1969); 4LK Charleville (1975) - Qualifications: cc; AOCP 800, 1931, No. ?? in Qld; COCP 1941, amateur operator; amateur broadcaster; radio club (WIAQ, Soc Wireless Pioneers USA); employment (RFDS, technical officer / controller / announcer) - Relationships: brother of Roy Kerr 4DK - Electoral Rolls: radio technician (Charters Towers, Qld, 1954-1977); technician (Charleville, Qld, 1977) ===''KHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kullandar Jallander Khan|Khan, Kullandar Jallander]] [https://www.familysearch.org/tree/person/details/GX89-VLY] - 1916(Qld)-1983(Qld) - Licences: 4QA Cairns (1937-1939, 1947); 4DC Cairns (1948-1960); 4DC Brisbane (New Farm, 1965-1980+) - Qualifications: cc; AOCP 1979, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 4QA may have been withdrawn by PMGD for 4QA Cairns - Electoral Rolls: picture theatre operater (Cairns, Qld, 1943); radio serviceman (Cairns, Qld, 1954-1958); tv technician (New Farm, Qld, 1968-1977); retired (New Farm, Qld, 1980) ===''KIDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian McIvor Kidman|Kidman, Ian McIvor]] [https://www.familysearch.org/tree/person/details/LD7Q-7N2] - 1915(SA)-1981(SA) - Licences: 5JK Naracoorte (1933-1937) - Qualifications: cc; AOCP 1163, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''KILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Harold Kilby|Kilby, Raymond Harold]] [https://www.familysearch.org/tree/person/details/G691-9VD] - 1918(Tas)-1999(Tas) - Licences: 7RK Launceston (1935-1939, 1946-1980+) - Qualifications: cc; AOCP 1461, 1935, No. ?? in Tas; BOCP 1568, 1957; 1COCP 1862, 1958; 2COCP T1, 1977 - amateur operator; amateur broadcaster - Electoral Rolls: upholsterer (Launceston, 1943-1972) ===''KILGARIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Kilgariff|Kilgariff, Joseph]] [https://www.familysearch.org/tree/person/details/GDS2-XBD] - 1886(NSW)-1971(SA) - Licences: 5JT Adelaide (Burnside, 1937-1939; Erindale, 1947-1948; North Glenelg, 1954-1969) - Qualifications: cc; AOCP 1884, 1937, SA; 2COCP 325, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carpenter (Boulder, WA, 1910-1912); builder (Alice Springs, NT, 1934; Burnside, SA, 1939); RAAF (Leabrook, SA, 1943) ===''KILSBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Wilbur Kilsby|Kilsby, Keith Wilbur]] [https://www.familysearch.org/tree/person/details/KCHP-4ZS] - 1912(SA)-1970(SA) - Licences: 5PR Moorak (1933); 5PR Birdwood (1938); 5PR Wiltyerong via Murray Bridge (1947); 5PR Mingary via Murray Bridge (1948); 5PR Murray Bridge (1954); 5PR Adelaide (Payneham, 1955-1969) - Qualifications: cc; 2COCP 419, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Birdwood, SA, 1939; Wiltyerong, SA, 1941-1943); ===''KING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Calvert King|King, Charles Calvert]] [https://www.familysearch.org/tree/person/details/GXQT-4R1] - 1885(Eng)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 105, 1915; 2COCP 155, 1930 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (New Town, Tas, 1914); warrant telegraphist (Wireless Station, Applecross, 1921-1925); music teacher (Randwick, NSW, 1930); musician (Clovelly, 1931; Rose Bay, 1932-1933); librarian (Woollahra, 1934); salesman (Bondi, NSW, 1935); Model Maker (Watson's Bay, 1936-1937) * [[/Fred Esmond King|King, Fred Esmond (Electoral Rolls) or Esmonde (BMD)]] [https://www.familysearch.org/tree/person/details/GXNY-81C] - 1896(Qld)-1986(Qld) - Licences: 4CQ Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: station hand (Bulliwallah, Qld, 1919-1963) * [[/Frederick Venn King|King, Frederick Venn]] [https://www.familysearch.org/tree/person/details/KJHN-MV3] - 1888(Qld)-1968(Qld) - Licences: Receive (Valve) Cunnamulla (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: station hand (Weelamurra Station, Qld, 1909); grazier (Weelamurra Station, Qld, 1913-1921); not stated (Warrambah Station, Cunnamulla, Qld, 1925); grazier (Barrington Station, Cunnamulla, Qld, 1930-1954); retired (Camp Hill, Qld, 1958-1968) ===''KINGWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hercules Kingwell|Kingwell, William Hercules]] - broadcast planning engineer (PMGD, ABCB) ===''KINSELLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Thomas Kinsella|Kinsella, Hector Thomas]] [https://www.familysearch.org/tree/person/details/G8NC-XN9] - 1912(WA)-1993(WA) - Licences: 6HK Perth (Hollywood, 1930; East Perth, 1931) - Qualifications: cc; AOCP 641, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (South Perth, 1936-1937; Victoria Park, 1943); pharmacist (Perth, 1949; Narrogin, 1954-1958; Applecross, 1963; Ardross, 1968-1972; Booragoon, 1977-1980) * [[/Thomas Wade Kinsella|Kinsella, Thomas Wade]] [https://www.familysearch.org/tree/person/details/G8P2-TSG] - 1904(Vic)-2001(NSW)96yo - Licences: Receive (Crystal) Lubeck (1923); 3TK Lubeck (1924-1926); 3TK Rupanyup (1937-1939); 2FK Sydney (Rose Bay, 1946; Herne Bay, 1947; Sans Souci, 1948-1980+) - Qualifications: cc; AOCP 1992, 1937, No. ?? in Vic; BOCP 532, 1943 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrician (Lubeck, 1927-1936); RAN (Sans Souci, 1949-1980) - Relationships: brother of 3AKW William Jennings Kinsella * [[/William Jennings Kinsella|Kinsella, William Jennings]] [https://www.familysearch.org/tree/person/details/G8PG-S8S] - 1914(Vic)-2011(Vic) - Licences: 3AKW Lubeck (1947-1980+) - Qualifications: cc; BOCP 498, 1943; 2AOCP 55, 1946 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grazier (Magdala, Lubeck, 1936-1972; Lubeck, 1977-1980) - Relationships: brother of 3TK-2FK Thomas Wade Kinsella ===''KINZBRUNNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Charles Kinzbrunner|Kinzbrunner, Harry Charles]] [https://www.familysearch.org/tree/person/details/G8H4-SZM] - 1903(Eng)-1982(Qld) - Licences: 4HK Cloncurry (1929-1931); 4HK Mareeba (1933); 4HK Tully (1937-1939); 4HK Atherton (1946-1980+) - Qualifications: cc; AOCP 474, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), employment (Australian Inland Mission, QATB) - Electoral Rolls: radio mechanic (Malanda, 1937); electrical engineer (Ashgrove, 1943); radio mechanic (Atherton, 1943); refrigeration & electrical contractor (Atherton, 1949-1972); electrical contractor (Atherton, 1977-1980) ===''KIRBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ewan Russell Kirby|Kirby, Ewan Russell]] [https://www.familysearch.org/tree/person/details/G4R1-4J7] - 1885(Tas)-1947(Tas) - Licences: XZB Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; First set 1909 communicated with M. Harvey; employed Hydro-electric Dept - Electoral Rolls: electrician (Hobart South, 1914-1919); engineer (Hobart West, 1922-1936) ===''KIRKBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Kirkby|Kirkby, Brian]] - historian (early wireless experimenters, Edward Hope Kirkby, Archibald John Shaw), great grandson of Edward Hope Kirkby * [[/Charles Edward Kirkby|Kirkby, Charles Edward]] - 1886(Vic)-1954(NSW) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of George Gill Kirkby * [[/Edward Hope Kirkby|Kirkby, Edward Hope]] - 1853(At sea)-1915(NSW) - early wireless and X-ray experimenter, father of George Gill Kirkby and Charles Edward Kirkby * [[/George Gill Kirkby|Kirkby, George Gill]] - 1884(Vic)-1916(Vic) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of Charles Edward Kirkby ===''KIRKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Basil Everald Wharton Kirke|Kirke, Basil Everald Wharton]] [https://www.familysearch.org/tree/person/details/G6NX-FFQ] - 1893(NSW)-1958(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; chief studio announcer/Uncle "Bas" (2BL); manager, 6WF; manager 9PA (1946); manager (ABC, Victoria, 1936) - Electoral Rolls: manager (Subiaco, 1931; Perth, 1934-1936; Melbourne, 1937-1943; Perth, 1954) - Links: [https://adb.anu.edu.au/biography/kirke-basil-everald-wharton-10751 ADB] ===''KIRKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Booth Kirkland|Kirkland, John Booth]] - 1861(Vic)-1900(Vic) - early telephone experimenter, Melbourne, Geelong & Ballarat ===''KISSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Leslie Hawthorn Kissick|Kissick, Alfred Leslie Hawthorn]] [https://www.familysearch.org/tree/person/details/LK9D-7LL] - 1904(Vic)-1967(Vic) - Receive Melbourne (Brunswick, 1923-1924), 3KB Melbourne (Brunswick, 1925-1939, 1946-1965), amateur operator (AOCP 141, 1925, No. ?? in Vic), operator 3CR Coburg Radio Club (1925), amateur broadcaster, clerk (1934) ===''KITTO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Collingwood Kitto|Kitto, Thomas Collingwood]] [https://www.familysearch.org/tree/person/details/MCKM-W8G] - 1903(Tas)-19??(???) - Licences: 7?? Launceston (1928); 5JR Adelaide (Tusmore, 1931); 2JR Newcastle (1933); 2JS Newcastle (1933-1939) - Qualifications: cc; AOCP 425, 1928, No. ?? in Tas; AOLCP 43, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Launceston, 1928); radio engineer (Sandgate, NSW, 1935; Ulverstone, Tas, 1937); engineer (Hawthorn, Vic, 1942); radio engineer (Prahran, 1949); retired (Deception Bay, 1972) ===''KLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Robert Kling|Kling, John Robert]] [https://www.familysearch.org/tree/person/details/LRQZ-B4W] - 1905(Vic)-1969(Vic) - Licences: 3JB Melbourne (Balwyn, 1928; South Camberwell, 1931; Hawthorn East, 1933; Hampton, 1937-1939); 3AJQ Melbourne (Seaford, 1954-1955; Lower Ferntree Gully, 1956; Frankston, 1960-1965) - Qualifications: AOCP 403, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Camberwell, 1931-1933; Sandringham, 1936-1937); engineer (Sandringham, 1942; Bacchus Marsh, 1949); radio sound engineer (Seaford, 1954); electrician (Frankston, 1963-1968) ===''KNAPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carlo Patrick Knapton|Knapton, Carlo Patrick]] [https://www.familysearch.org/tree/person/details/9DQR-R5C] - 1879(Irl)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - wireless trader (WA); witness to Royal Commission 1927 (as vice-president, Wireless Traders Assoc, WA) - Electoral Rolls: engineer (Carlton, Vic, 1914); lighting engineer (South Perth, 1921-1954) ===''KNEIPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Kneipp|Kneipp, James Henry "Jim"]] [https://www.familysearch.org/tree/person/details/GQ5R-YBH] - 1875(NSW)-1958(Qld) - Licences: Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: saddler (Morningside, Qld, 1905); railway employee (Morningside, Qld, 1908-1917; Cannon Hill, Qld, 1919-1958) ===''KNIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Keith Knight|Knight, Rupert Keith]] [https://www.familysearch.org/tree/person/details/G8MJ-Z5W] - 1898(Qld)-1934(Qld) - Licences: 4RK Toowoomba (1926-1927) - Qualifications: cc; Nil identified - amateur operator; amateur broadcaster - Halcyon: not mentioned? - Electoral Rolls: clerk (Toowoomba, 1919); bank clerk (East Toowoomba, 1925-1926); not specified (East Toowoomba, 1928-1932) ===''KNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Brader Knock|Knock, Donald Brader "Don"]] [https://www.familysearch.org/tree/person/details/GWWR-L62] - 1898(Eng)-1966(NSW) - Licences: 1911 Manchester; G6XG London (1924-1926); 2NO Sydney (Cremorne, 1926-1927; Vaucluse, 1927; Kirribilli, 1928; Randwick, 1929); 6NK Wyndham (1930-1931); 2NU Portable Sydney 1935-1939; 5NO Portable Central Australia; 2NO Sydney (Waverley, 1946-1966) - Qualifications: cc; AOCP 335, 1927, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (2MO); radiocommunications engineer; journalist (Wireless Weekly, Radio in ANZ, Radio Monthly, Australian Radio News, Bulletin, Australasian Radio World); military (WW1 - Royal Naval Air Service, WW2 - AIF lieutenant-major) - Electoral Rolls: engineer (Waverley, 1930); radio journalist (Waverley, 1932-1933); radio engineer (Waverley, 1935-1963) ===''KNOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carlisle Maddison Knowles|Knowles, Henry Carlisle Maddison]] [https://www.familysearch.org/tree/person/details/L4Q8-642] - 1901(NSW)-1945(ACT) - Licences: 2LK Sydney (Arncliffe, 1930-1931) - Qualifications: AOCP 653, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: pharmacist (Woolahra, 1933; Kingston, ACT, 1935-1943) ===''KOSSECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edwin Frederick Kosseck|Kosseck, Edwin Frederick]] [https://www.familysearch.org/tree/person/details/G8VB-VTG] - 1909(Vic)-1989(Vic) - Licences: 3EK Geelong (Belmont, 1930-1933); 3AKE Geelong (Newport, 1947; Belmont, 1948-1980+) - Qualifications: AOCP 705, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: gardener (Belmont, 1931-1937); RAAF (Newport, 1943); gardener (Belmont, 1949-1980) ===''KRAEGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl W. J. Kraegen|Kraegen, Carl W. J. "Charles"]] - 1831?(Germany?)-1871(NT) - employment (Vic Posts & Telegraphs, SA Posts & Telegraphs), telegraph operator (Ballarat, Portland), developed an early system of explosive detonation by battery, tragically died of thirst during the construction of the Overland Telegraph ===''KRUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Augustine Kruger|Kruger, Francis Augustine]] [https://www.familysearch.org/tree/person/details/GDJZ-58H] - 1907(Vic)-1992(Vic) - Licences: 3HE Receive Charlton (1922-1923); 3HE Charlton (1924-1925); 3AI Charlton (1935-1939); 3AI Strathmore (1946-1980+) - Qualifications: cc; AOCP 1541, 1935, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: dental mechanic (Charlton, 1928-1937); cinema operator (Charlton, 1942); executive (Essendon, 1949-1968; Strathmore, 1977-1980) =='''L'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''LABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Howell Laby|Laby, Thomas Howell]] - 1880(Vic)-1946(Vic) - frequent lecturer on wireless topics to WIA Vic in the 1920s, education (BA Cambridge 1905, PhD Cambridge 1921), employment (University of Sydney, 1901-1904; Cavendish Laboratory, 1905; Professor Physics, Victoria University College, Wellington, 1909; Professor Natural Philosophy, University of Melbourne, 1915-1930+), Royal Society of Victoria (president, 1924) ===''LACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Lack|Lack, Francis James]] [https://www.familysearch.org/tree/person/details/LCQH-WJR] - 1876(NSW)-1949(Qld) - Licences: Receive (Valve) Brisbane (Sandgate, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Warwick, Qld, 1903; Tiaro, Qld, 1905-1906; Maryborough, Qld, 1908); fish agent (Maryborough, Qld, 1913); engineer (Sandgate, Qld, 1916); accountant (Sandgate, Qld, 1917-1949) ===''LAHEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Wesley Lahey|Lahey, John Wesley]] [https://www.familysearch.org/tree/person/details/LKRX-KPL] - 1850(Irl)-1937(Qld) - Licences: 4EG Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: sawmill proprietor (Clayfield, Qld, 1908-1909); sawmiller (Clayfield, Qld, 1913-1936) ===''LAIDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Laidler|Laidler, Thomas]] [https://www.familysearch.org/tree/person/details/L1KG-31L] - 1904(Eng)-1995(SA) - Licences: 5TL Ceduna (1937-1939, 1947); 5TL Largs Bay (1948); 5TL Renmark (1954-1960); 5TL Adelaide (Glandore, 1965-1980+) - Qualifications: cc; AOCP 1934, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: postmaster (Ceduna, SA, 1939-1943) ===''LAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Lake|Lake, Eric James]] [https://www.familysearch.org/tree/person/details/GDFZ-CKK]- 1906(Eng)-1966(Qld) - Licences: 4EL Brisbane (Kangaroo Point, 1932-1939; Camp Hill, 1946-1948); 4EL Clevedon (1954-1956); 4EL Townsville (Belgian Gardens, 1960-1965) - Qualifications: cc; AOLCP 54, 1931; AOCP 966, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, instructor); broadcast technician (4QN); federal public servant (PMGD) - Electoral Rolls: radio operator (Coorparoo, Qld, 1937); radio technician (Camp Hill, Qld, 1943-1949; Townsville, Qld, 1954-1963); ===''LAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Federal Laker|Laker, Frank John Federal]] [https://www.familysearch.org/tree/person/details/M1V2-P8Q] - 1899(NSW)-1953(NSW) - Licences: 2ZE Deniliquin (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: sales manager (St Kilda, Vic, 1925); clerk (Bondi, 1935-1937); accountant (North Rocks, 1954) ===''LALOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Fintan Lalor|Lalor, Peter Fintan]] - 1827(Irl)-1889(Vic) - Leader of the Eureka Stockade, Postamaster-General Victoria (Aug 1875-Oct 1875) ===''LAMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. D. Lamb|Lamb, A. D.]] - 19??(???)-19??(???) - Licences: 4DK Receive Brisbane (New Farm, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James Joseph Wiseman Lamb|Lamb, James Joseph Wiseman]] [https://www.familysearch.org/tree/person/details/GX7M-49X] - 1876(Vic)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 119, 1915; 1COCP 264, 1932 - RANRS (Warrant Telegraphist, 1917) - Relationships: father of Harry Spencer Lamb - Electoral Rolls: civil servant (Subiaco, WA, 1910); radio station master (Townsville, Qld, 1921); wireless (Malvern, Vic, 1927); superintendent (Toorak, Vic, 1928-1936; Elsternwick, Vic, 1937); retired (Elsternwick, Vic, 1942) * [[/Harry Spencer Lamb|Lamb, Harry Spencer]] [https://www.familysearch.org/tree/person/details/GX7M-SQY] - 1906(WA)-1984(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Relationships: son of James Joseph Wiseman Lamb - Electoral Rolls: ===''LAMBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Clayton Lambert|Lambert or Mason, Frank Clayton]] [https://www.familysearch.org/tree/person/details/G8C3-761] - 1908(WA)-1993(WA) - Licences: 6FL Perth (South Perth, 1929-1931); 6FL Geraldton (1933); 6FL Perth (Wembley, 1937-1939; Subiaco, 1947); 3AFL Bairnsdale (1948); 6FL Perth (Claremont, 1954-1956; Bassendean, 1965-1980+) - Qualifications: cc; AOCP 503, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: picture employee (South Perth, WA, 1931); projectionist (Albany, WA, 1934); sound projectionist (East Fremantle, WA, 1936); projectionist (Wembley Park, WA, 1937); radio technician (Subiaco, WA, 1943-1949); dealer (Claremont, WA, 1954); radio dealer (Bassendean, WA, 1958-1980) ===''LANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Herbert Dodson Lane|Lane, Cyril Herbert Dodson]] - 1888(NSW)-1915(Tur) - XDM Sydney (1909-1914), early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in NSW), born Cyril Herbert Dodson, brother-in-law of Charles Dansie Maclurcan "Greater love hath no man" ===''LANGFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Leslie Langfield|Langfield, Harold Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/GX84-3D6] - 1893(Wales)-1982(Qld) - Licences: 4CO Brisbane (Rosalie, 1935-1960) - Qualifications: cc; AOCP 1572, 1935, Qld - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: club steward (Rosalie, Qld, 1934-1977; Paddington, Qld, 1980); ===''LANGFORD-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fritz Langford-Smith|Langford-Smith, Fritz]] - 1904(NSW)-1966(NSW) - 2?? Sydney, amateur operator (AOCP ??, 19??, No. ?? in Qld), electronics designer (AWA), author (Radiotron Designers Handbook), journalist (Radiotronics) - Links: [http://messui.polygonal-moogle.com/valves/NW198908.pdf EA] ===''LANGHANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ron Langhans|Langhans, Ron]] - historian (broadcasting) ===''LANGRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George David Langridge|Langridge, George David]] - 1829(Eng)-1891(Vic) - Postmaster-General Victoria in early 1880s ===''LAPTHORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Charles Lapthorne|Lapthorne, Horace Charles]] [https://www.familysearch.org/tree/person/details/G8W8-STK] - 1900(Vic)-1975(NSW) - Licences: 2TM Receive Sydney (Artarmon, 1923-1924); 2HL Sydney (Chatswood, 1928-1938; Lane Cove, 1939; Artarmon, 1948-1969); 2HL Noraville (1975) - Qualifications: AOCP 422, 1928, No. ?? in NSW - amateur operator? - Electoral Rolls: electrician (Artarmon, 1930-1937; Chatswood, 1943-1968); retired (Noraville, 1972) ===''LARSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Peter Christian Larsen|Larsen, Herbert Peter Christian]] [https://www.familysearch.org/tree/person/details/G36L-GHQ] - 1901(Qld)-1976(Qld) - Licences: 4JW Charters Towers(1928-1937); 4JW Cairns (1938-1939, 1947-1956); 4JW Charters Towers (1960-1975) - Qualifications: cc; AOCP 439, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: brewery hand (Charters Towers, 1925-1936); engine driver (Cairns, 1943-1954; Charters Towers, 1958-1968) ===''LARSSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gustaf William Larsson|Larsson, Gustaf William]] [https://www.familysearch.org/tree/person/details/GDTD-55K] - 1902(Tas)-1992(Tas) - Licences: 7BJ Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; AOLCP 92, 1932; AOCP 3275, 1952 - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Hobart West, 1928-1936) ===''LATHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Couzens Lathwell|Lathwell, Arthur George Couzens]] [https://www.familysearch.org/tree/person/details/GZH3-G9L] - 1911(WA)-1996(WA) - Licences: 6AL Bunbury (1935-1939, 1947-1975) - Qualifications: cc; AOCP 1467, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician's assistant (Bunbury, WA, 1936-1937); electrician (Bunbury, WA, 1943-1980) ===''LAUNDER-CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Edgar Launder-Cridge|Launder-Cridge, Wilfred Edgar]] [https://www.familysearch.org/tree/person/details/GXT9-S5L] - 1899(Eng)-1960(Tas) - Licences: 5BZ Adelaide (Brooklyn Park, 1928) - Qualifications: cc; 2COCP 200, 1930; 1COCP 120, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Essendon North, Vic, 1937; Aerodrome, Cambridge, Tas, 1943); OIC, DCA (Forrest, WA, 1958) ===''LAURENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Laurence|Laurence, John Henry]] [https://www.familysearch.org/tree/person/details/GXL7-YKV] - 1916(SA)-19??(???) - Licences: 5MZ Adelaide (Malvern, 1933-1939); 3PF Melbourne (Sandringham, 1947-1948); 3PF Benalla (1954-1980+) - Qualifications: cc; AOCP 1164, 1933, SA; 1COCP 118, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Ceduna, 1941-1943); farmer (Wellington, Benalla, 1949-1963; Benalla, 1967-1980) ===''LAURIE-RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melbourne Clive Laurie-Rhodes|Laurie-Rhodes, Melbourne Clive]] [https://www.familysearch.org/tree/person/details/GX6M-6K1] - 1915(Qld)-1997(NZ) - Licences: 4XU Brisbane (Hendra, 1934-1937) - Qualifications: cc; AOCP 1353, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: manager (Hendra, Qld, 1936-1937) ===''LAVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Poynton Laver|Laver, Charles Poynton]] [https://www.familysearch.org/tree/person/details/9JBH-SNC] - 1882(Eng)-1969(SA) - Licences: 5CP Cape Borda (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Lightkeeper (Cape Borda, SA, 1939; Edithburgh, 1941-1951) ===''LAVINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Morgan Eric Lavington|Lavington, Frederick Morgan Eric]] [https://www.familysearch.org/tree/person/details/GDJM-ZC9] - 1903(Tas)-1974(Vic) - Licences: 2ZC Receive Sydney (Bondi, 1923); 2ZC Sydney (Waverley, 1923; Bondi, 1924-1925; Mosman, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Manly, 1930); engineer (Strathfield, 1932; Ashfield West, 1935-1936); electrical engineer (Ashfield West, 1937); engineer (Kensington, 1949; Kingsford, 1954-1972) ===''LAWRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevan Alic Lawrie|Lawrie, Kevan Alec or Alic]] [https://www.familysearch.org/tree/person/details/GXRS-5YP] - 1915(SA)-2000(SA) - Licences: 5AK Adelaide (Lockleys, 1936-1939; York, 1947-1948; Lockleys, 1954-1965; Brooklyn, 1969-1980+) - Qualifications: cc; AOCP 1602, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (Lockleys, SA, 1939-1941) ===''LAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. W. Law|Law, F. W.]] - 19??(???)-19??(???) - Licences: 6DA Perth (Armadale, 1923); 6CZ Perth (Armadale, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''LAWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Andrew Laws|Laws, David Andrew]] [https://www.familysearch.org/tree/person/details/GZLN-FW5] - 1909(Qld)-1943(PNG) - Licences: 4DR Brisbane (Taringa, 1931-1939) - Qualifications: AOCP 829, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 (Army, M Special Unit, Commando)- Sacrifice: "Greater love hath no man than this" - Electoral Rolls: clerk (Taringa, 1936-1943) - Links: [https://vwma.org.au/explore/people/635901] * [[/Sidney Frank Henry Laws|Laws, Sidney Frank Henry]] [https://www.familysearch.org/tree/person/details/G6ZT-GBH] - 1893(NZ)-1973(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 6, 1914, No. 6 in Aus and Vic - commercial operator; coastal station operator; manager 7ZL (1927); witness to Royal Commission 1927 (obo 7ZL) - Electoral Rolls: radio engineer operator (Wireless Station, Townsville, 1915); farmer (Launching Place, 1918); electrical engineer (Prahran, Vic, 1919); engineer (Armadale, Vic, 1919-1924); manager (Launceston, 1928); company manager (Double Bay, NSW, 1930-1931) ===''LAWTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Kyle Lawton|Lawton, Alexander Kyle]] [https://www.familysearch.org/tree/person/details/LR8F-FWT] - 1889(Qld)-1978(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, federal public servant (PMGD), radio clubs (QWI, member), business (movie theatres, Amico), WW2 - Electoral Rolls: electrician (Toowoomba, 1913; Wynnum South, 1915-1916); manager (Windsor, 1919); engineer (Nundah, 1925-1928); manager (Townsville, 1936-1937; Nundah, 1943-1949); manufacturer's agent (Virginia, 1954-1958); company director (Ashfield, 1963); sales manager (Ashfield, 1968-1977) ===''LEADBITTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Leadbitter|Leadbitter, James Henry]] [https://www.familysearch.org/tree/person/details/GDP1-3V1] - 1882(NSW)-1946(NSW) - Licences: 2AF Receive West Wyalong (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: cycle mechanic (Darlington, 1903); mechanic (West Wyalong, 1913); cycle mechanic (West Wyalong, 1930-1943) ===''LEANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Gregory Leaney|Leaney, William Gregory]] [https://www.familysearch.org/tree/person/details/LK9P-JF9] - 1895(SA)-1982(Vic) - Licences: 3XN Receive Melbourne (Northcote, 1923); 3XN Melbourne (Northcote, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engine driver (Northcote, 1919-1954); driver (Coburg, 1963-1977); nil (Preston, 1980) ===''LEBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/David Leber|Leber, David]] [https://www.familysearch.org/tree/person/details/G8HD-847] - 1905(Vic)-1950(Vic) - Licences: 3DL Melbourne (Richmond, 1929-1939; Hawthorn, 1947-1948) - Qualifications: AOCP 481, 1929, No. ?? in Vic; 3COCP 45, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Richmond, 1927-1942); salesman (Hawthorn, 1949) ===''LECKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Herbert Crockett Leckie|Leckie, Herbert Crockett]] [https://www.familysearch.org/tree/person/details/LJ1R-QQN] - 1927(Vic)-1994(Vic) - Licences: 3LH Melbourne (Elwood, 1948-1980+) - Qualifications: cc; 1COCP 1170, 1947 - amateur operator - Electoral Rolls: student (St Kilda, 1949-1968; Elwood, 1972-1980); * [[/Raymond Campbell Leckie|Leckie, Raymond Campbell]] [https://www.familysearch.org/tree/person/details/GZ2Q-ZZV] - 1904(Vic)-1987(ACT) - Licences: 3TU Receive Melbourne (Sandringham, 1923); 3TU Melbourne (Sandringham, 1924-1927) - Qualifications: cc; AOCP 215, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Sandringham, 1926); public servant (Braddon, 1935; Turner, 1943-1968); examiner of patents (Hughes, 1972); retired (Hughes, 1977-1980) ===''LEE-ARCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Leslie Lee-Archer|Lee-Archer, Evan Leslie]] [https://www.familysearch.org/tree/person/details/LB2K-F3W] - 1911(Vic)-1993(Vic) - Licences: 3LM Melbourne (Glen Iris, 1929-1931); 3LM Wonthaggi (1933); 3LM Melbourne (Caulfield North, 1937; Malvern East, 1938) - Qualifications: AOCP 534, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Gardiner, 1933); radio engineer (Korumburra, 1934); engineer (Caulfield West, 1935); mechanic (Malvern East, 1937) ===''LEGGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Legge|Legge, Arthur William]] [https://www.familysearch.org/tree/person/details/9MJS-QKM] - 1906(Tas)-1968(Tas) - Licences: Receive (Crystal) Ulverstone (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Ulverstone, 1928); no occupation (Hobart South, 1936); zinc worker (Hobart East, 1943); farmer (Cullenswood, 1949-1954) ===''LE GRAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Walter Le Grand|Le Grand, Sydney Walter]] [https://www.familysearch.org/tree/person/details/GQDD-D57] - 1902(Qld)-1979(NSW) - Licences: 4LG Brisbane (Windsor, 1927) - Qualifications: cc; CPRT 882, 1925; 2COCP 34, 1929; 1COCP 151, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Windsor, 1925-1926); operator (Woollahra, 1931-1937; Bellevue Hill, 1943-1949; Bondi Junction, 1954-1968); retired (Banora Point, 1972-1977) ===''LELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Lelliott|Lelliott, Thomas "Tom"]] [https://www.familysearch.org/tree/person/details/G8VX-4PX] - 1911(Vic)-2000(Vic) - Licences: 3ZW Melbourne (Mont Albert, 1930-1939); 3AZW Melbourne (Boronia, 1954-1980+) - Qualifications: AOCP 684, 1930, Vic; AOLCP 68, 1932 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio operator (Mont Albert, 1937); operator (Caulfield, 1942); public servant (Boronia, 1963-1980) ===''LEMMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Lemmon|Lemmon, Charles Edward]] [https://www.familysearch.org/tree/person/details/GDLL-Z21] - 1885(Eng)-1966(WA) - Licences: Nil yet identified - Qualifications: CPRT 95, 1915; 2COCP 120, 1930; 1COCP 71, 1930 - coastal wireless operator; WW2; RANRS - Electoral Rolls: wireless operator (Clayfield, Qld, 1915); officer-in-charge Wireless Station (Rockhampton, 1916-1921); radio telegraphist (Applecross, 1931-1936; Como, 1937); wireless operator (Broome, 1937); radio telegraphist (Geraldton, 1943-1949); retired (Rivervale, 1954-1963) ===''LEMPRIERE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Louis Lempriere|Lempriere, Charles Louis]] [https://www.familysearch.org/tree/person/details/L23Y-NPS] - 1857(Vic)-1934(Vic) - Licences: 3ZJ Melbourne (Vermont, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: surgeon (South Yarra, 1912-1919); medical practitioner (Vermont, 1924-1934) ===''LENDRUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Lendrum|Lendrum, Alexander "Alex"]] [https://www.familysearch.org/tree/person/details/G8NZ-Y5Y] - 1887(Qld)-1955(NSW) - Licences: 2YL Sydney (Kensington, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Toowoomba, 1913); yardman (Toowoomba, 1921); constable (Kensington, 1930-1937) ===''LENNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Lennon|Lennon, Christopher James "Chris"]] [https://www.familysearch.org/tree/person/details/KJL3-LZF] - 1889(Vic)-1932(Aus) - Licences: Nil yet identified - Qualifications: cc; 1COCP 4, 1929 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: operator (Broome, 1916-1917); radio telegraphist (Townsville, 1925); telegraphist (Thursday Island, 1931) ===''LEONARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Benedict Leonard|Leonard, Aubrey Benedict]] [https://www.familysearch.org/tree/person/details/GS9T-N4X] - 1896(NSW)-1968(Vic) - Licences: 3EN Receive Drouin (1922-1923); 3EN Drouin (1924-1926) - Qualifications: cc; AOCP 244, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal assistant (Drouin, 1922-1928); radio dealer (Drouin, 1931-1954); retired (Drouin, 1963-1967) * [[/John William Leonard|Leonard, John William "Bill"]] [https://www.familysearch.org/tree/person/details/G494-BY4] - 1906(Vic)-1974(Vic) - Licences: 3AB Melbourne (Black Rock, 1928-1939) - Qualifications: cc; AOCP 386, 1928, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Sandringham, 1931-1943); shopkeeper (Sandringham, 1949-1968) * [[/Leslie Clarence Leonard|Leonard, Leslie Clarence]] [https://www.familysearch.org/tree/person/details/GH15-16Q] - 1902(Vic)-1961(SA) - Licences: 5LT Adelaide (Payneham, 1946-1947; Medindie, 1948); 5LT Port Lincoln (1954-1960) - Qualifications: AOCP 2336, 1939, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: pilot (The Terrace/Port Pirie, 1939) * [[/Vincent Halpin Leonard|Leonard, Vincent Halpin]] [https://www.familysearch.org/tree/person/details/G8S4-TXD] - 1915(Vic)-1988(Vic) - Licences: 3PJ Melbourne (?, 1938-1939; Kew, 1946-1956); 3PJ St Andrews (1960); 3PJ Melbourne (Balwyn, 1965-1980+) - Qualifications: AOCP 2167, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1937; Kew, 1937-1954); public servant (St Andrews, 1958; Balwyn, 1963-1980) ===''LESLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julian Leslie|Leslie, Julian]] [https://www.familysearch.org/tree/person/details/GS98-211] - 1873(Vic)-1950(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 142, 1915; 1COCP 246, 1932 - RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: telegraphist (Leederville, WA, 1910-1912; Applecross, WA, 1913); O.I.C. (Radio Telegraph Station, Broome, WA, 1917); officer-in-charge (Radio Station, Thursday Island, 1925-1926); superintendent of wireless (Auburn, Vic, 1928); supervisor B.H. service (Randwick, NSW, 1930-1949) ===''LESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lester|Lester, Jack]] [https://www.familysearch.org/tree/person/details/L5FQ-NQL] - 1902(SA)-1990(SA) - Licences: 5LR Renmark (1930-1937); 5LR Berri (1938-1939); 5LR Adelaide (Millswood Estate, 1946-1947; Blackwood, 1954-1965); 5LR Victor Harbour (1969-1980) - Qualifications: cc; AOCP 674, 1930, No. ?? in SA; AOLCP 236, 1935; BOCP 369, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Berri, 1939-1943) ===''LETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Norman Lett|Lett, Frederick James Norman]] [https://www.familysearch.org/tree/person/details/GD2P-Y8D] - 1903(NSW)-1972(NSW) - Licences: 2WN Receive Sydney (Annandale, 1923); 2WN Sydney (Annandale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Annandale, 1930-1936); publican (Sydney, 1937); hotelkeeper (Clifton Gardens Hotel, Mosman, 1943); Darlinghurst, 1949; Dulwich Hill, 1958; Marrickville, 1963); retired (Church Point, 1968) ===''LEVENSPIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pinkus Levenspiel|Levenspiel, Pinkus or Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G8JB-QSL] - 1904(Eng)-1987(NSW) - Licences: 2TX Wyong (1930-1939, 1946-1980+) - Qualifications: AOCP 668, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (Wyong, 1936-1937); mechanic (Wyong, 1949-1963); motor dealer (Ourimbah, 1968-1980) ===''LEVERETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Leverett|Leverett, John Henry]] [https://www.familysearch.org/tree/person/details/LV79-R7Q] - 1894(Eng)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 25, 1914; 1COCP 88, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: wireless operator (Broome, 1916); telegraphist (Ascot, Qld, 1921); wireless operator (Rockhampton, 1936-1937); radio telegraphist (Rockhampton, 1943); wireless inspector (Burwood, NSW, 1954) ===''LEVERRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Hewitt Leverrier|Leverrier, Francis Hewitt "Frank"]] [https://www.familysearch.org/tree/person/details/GWBT-DP5] - 1863(NSW)-1940(NSW) - Licences: XEN Sydney (Waverley, 1911-1914, Licence No. 5) - Qualifications: cc; Nil yet identified - early wireless experimenter; radio clubs (WIA, president, 1910) - Electoral Rolls: barrister (Vaucluse, 1930-1934, Kings Counsel) - Relationships: father of 2BK-2ADE Frank Neville Leverrier * [[/Frank Neville Leverrier|Leverrier, Frank Neville "Boy"]] [https://www.familysearch.org/tree/person/details/M6RF-W2W] - 1904(NSW)-1980(NSW) - 2BK Receive Sydney (Waverley, 1922-1923); 2BK Sydney (Vaucluse, 1924-1930); 2ADE Castle Cove (1969-1975+) - Qualifications: cc; AOCP 169, 1925, No. ?? in NSW; CPRT 931, 1926) - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio work (Vaucluse, 1930); clerk (Vaucluse, 1933-1937); superintendent (Vaucluse, 1943-1949); public relations (Roseville, 1963-1968; Castle Cove, 1977) - Relationships: son of XEN Francis Hewitt Leverrier * [[/Henri Andre Leverrier|Leverrier, Henri Andre "Henry"]] [https://www.familysearch.org/tree/person/details/G68N-18J] - 1882(NCL)-1943(NSW) - Licences: XEN Sydney (Gordon, 1911); XHL Sydney (City, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; witness to Royal Commission 1927 (as manager, Australian General Electric, Sydney) - Relationships: nephew of XEN Francis Hewitt Leverrier; cousin of 2BK-2ADE Frank Neville Leverrier - Electoral Rolls: engineer (North Sydney, 1913); manager (Crows Nest, 1930-1937) ===''LEVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Levy|Levy, Richard "Dick"]] [https://www.familysearch.org/tree/person/details/G8N1-Z38] - 1909(SA)-1955(SA) - Licences: 5AJ Adelaide (Torrensville, 1930-1931) - Qualifications: cc; AOCP 654, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Torrensville, 1943) ===''LEWIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Garrett Lewis|Lewis, Henry Garrett "Harry"]] - 1895(Tas)-1978(Vic) - Licences: Hobart (no record of licence identified as yet) - Qualifications: cc; Nil yet identified - early wireless experimenter (reported experimenting from 1912); councillor WIA Tas in 1923; manager 3UZ 1924 - Electoral Rolls: * [[/William John Lewis|Lewis, William John]] [https://www.familysearch.org/tree/person/details/GXYJ-BZQ] - 1908(WA)-1976(NSW) - Licences: 2YB Sydney (Marrickville, 1931-1936; McMahons Point, 1937); 6YB Perth (Pearce, 1938-1939); 2YB Sydney (Haberfield, 1947-1950; Paddington, 1954-1969; Ryde, 1975) - Qualifications: cc; AOCP 863, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (RAAF) - Comment: Several contemporaneous WJLs - Electoral Rolls: Nil yet identified due to numbers ===''LIGHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lighton|Lighton, Robert]] [https://www.familysearch.org/tree/person/details/K2HJ-HD1] - 1869(Vic)-1940(Vic) - 3CM Receive Melbourne (East St Kilda, 1922-1924), 3RL Melbourne (East St Kilda, 1925-1931), amateur operator (AOCP 179, 1925, No. ?? in Vic), amateur broadcaster, storekeeper (Toongabbie, 1903; Benalla, 1916), independent means (East St Kilda, 1928; Armadale, 1937) ===''LINDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Linden|Linden, Edwin]] [https://www.familysearch.org/tree/person/details/GXXD-PRV] - 1904(Qld)-1970(NSW) - Licences: 4FT Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Murgon, Qld, 1925); mechanic (Wilston, Qld, 1928); storekeeper (Clayfield, Qld, 1936-1937); telephone mechanic (Mackay, Qld, 1943-1949); supervising technician (Bowen, Qld, 1954); PMG technician (Tweed Heads, NSW, 1958-1968) ===''LINDNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Lindner|Lindner, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GSVX-787] - 1904(NSW)-1981(Qld) - 4BX Receive Brisbane (Alderley) 1922 - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Wilston, 1928); motor mechanic (Maleny, 1934); mechanic (Windsor, 1936-1972); retired (Mt Samson, 1977) ===''LINDSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Gordon Lindsay|Lindsay, Donald Gordon]] [https://www.familysearch.org/tree/person/details/GZ6V-126] - 1909(Vic)-1964(WA) - 2DY Sydney (Gordon, 1925-1936; Ashfield, 1937; Concord, 1938; Kogarah, 1939), amateur operator (AOCP 83, 1925, No. ?? in NSW), amateur broadcaster, engineer * [[/Herbert Maxwell Lindsay|Lindsay, Herbert Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KP3L-S78] - 1913(Qld)-1989(Qld) - Licences: 4HD Nambour (1937-1939); 4HD Buderim (1946-1980+) - Qualifications: cc; AOCP 2027, 1937, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); employment (company secretary) - Electoral Rolls: bank officer (Nambour, Qld, 1936-1937; Taringa, Qld, 1943); fruitgrower (Buderim, Qld, 1954-1980) * [[/Patrick Charles Edward Lindsay|Lindsay, Patrick Charles Edward]] [https://www.familysearch.org/tree/person/details/GF7R-8YZ] - 1896(Eng)-19??(Eng?) - Licences: 6PL Perth (West Perth, 1927) - Qualifications: cc; CPRT 855, 1925; 2COCP 37, 1929 - amateur operator; amateur broadcaster - Electoral Rolls: wireless instructor (West Perth, WA, 1922; Balcatta, WA, 1925); radio engineer (South Brisbane, Qld, 1934) ===''LINKLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Charles Linklater|Linklater, Donald Charles]] [https://www.familysearch.org/tree/person/details/GXRC-Z44] - 1905(SA)-1967(NSW) - Licences: 5DL Pinnaroo (1935-1937) - Qualifications: cc; AOCP 1521, 1935, SA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: radio mechanic (Darling Harbour, NSW, 1949); technician (Bondi Junction, NSW, 1958) ===''LITCHFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ainslie Roland Litchfield|Litchfield, Ainslie Roland]] [https://www.familysearch.org/tree/person/details/9J3Z-FRP] - 1906(NSW)-1968(NSW) - 2RL Cooma (1925-1939), 2RL Sydney (Woollahra, 1947; Darling Point, 1948-1954; Rozelle, 1955-1958; Avalon Beach, 1960-1965), amateur operator (AOCP 200, 1925, No. ?? in NSW), amateur broadcaster, WW2, grazier (Cooma, 1930-1937), film producer (Avalon Beach, 1958-1968) ===''LITHGOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Lithgow|Lithgow, John Charles]] [https://www.familysearch.org/tree/person/details/G691-5TL] - 1916(Tas)-1990(Eng) - Licences: 7WJ Launceston (1936-1939) - Qualifications: cc; AOCP 1688, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Marine officer? 1950s-1960s, several sea trips ===''LITTLEJOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sydney Littlejohn|Littlejohn, Arthur Sydney]] [https://www.familysearch.org/tree/person/details/G8DW-VDD] - 1905(NSW)-1993(NSW) - Licences: 2AL Sydney (Leichhardt, 1930-1939); 4LF Gunalda (1947); 2OU Sydney (Leichhardt, 1948-1950) - Qualifications: AOCP 579, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Leichhardt, 1930-1958; Haberfield, 1963-1980) ===''LLOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Howard Lloyd|Lloyd, Henry Howard]] [https://www.familysearch.org/tree/person/details/GST7-9LV] - 1904(SA)-1974(SA) - Licences: 5AI Adelaide (College Town, 1923-1927); 5AG Adelaide (College Town, 1923); 5HL Adelaide (North Adelaide, 1954-1975) - Qualifications: cc; AOCP 57, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Beware another Henry Howard Lloyd [https://www.familysearch.org/tree/person/details/GZDY-FS3] 1912-1981 in Adelaide, similar times - Electoral Rolls: Nil yet identified * [[/Hughie Frederick Lloyd|Lloyd, Hughie or Hugh Frederick]] [https://www.familysearch.org/tree/person/details/GXGY-Y95] - 1917(SA)-2002(SA) - Licences: 5BC Adelaide (Hindmarsh, 1933-1939); 5BC Berri (1947-1980) - Qualifications: cc; AOCP 1137, 1933, SA; BOCP 281, 1940 - amateur operator; amateur broadcaster - Relationships: Brother of 5HD William Edward Lloyd - Electoral Rolls: electrician (Hindmarsh, SA, 1939) * [[/William Edward Lloyd|Lloyd, William Edward "Bill"]] [https://www.familysearch.org/tree/person/details/GXGB-WR9] - 1914(SA)-1996(SA) - Licences: 5HD Adelaide (Hindmarsh, 1933-1939, 1947-1948; Cumberland, 1954-1980+) - Qualifications: cc; AOCP 1215, 1933, SA; 2COCP 763, 1943 - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5BC Hughie Frederick Lloyd - Electoral Rolls: nil (Hindmarsh, SA, 1939-1943) ===''LOCKHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Edward Lockhart|Lockhart, Leon Edward]] [https://www.familysearch.org/tree/person/details/G8CJ-6GG] - 1912(Vic)-1990(Vic) - Licences: 3LE Melbourne (Elwood, 1929-1939; Elsternwick, 1946-1980+) - Qualifications: AOCP 514, 1929, No. ?? in Vic; 1COCP 205, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elwood, 1934-1937); engineer (Elsternwick, 1942-1977) ===''LOESER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hedley Edmond Loeser|Loeser, Hedley Edmond]] [https://www.familysearch.org/tree/person/details/MPXL-RM6] - 1912(SA)-19??(???) - Licences: 5LO Adelaide (Goodwood, 1936-1939; Col LIght Gardens, 1947) - Qualifications: cc; AOCP 1748, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: display artist (Reade Park, SA, 1943) ===''LOMAX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Lomax|Lomax, Joseph]] - 19??(???)-19??(???) - Licences: 4EB Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: commercial traveller (St Kilda, Vic, 1913-1914; Ivanhoe, Vic, 1916-1917; Coorparoo, Qld, 1921-1925; Kew, Vic, 1926) ===''LONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Timothy Joseph Long|Long, Timothy Joseph]] [https://www.familysearch.org/tree/person/details/GQ19-Z9G] - 1884(Qld)-1923(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 140, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Comment: suicide after diagnosis terminal illness - Electoral Rolls: labourer (Toowoomba, 1908); radio telegraphist (Cooktown, 1916-1917); telegraphist (Townsville, 1921) ===''LONGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ruth Victoria Longley|Harris nee Longley, Ruth Victoria]] [https://www.familysearch.org/tree/person/details/GXYZ-5GJ] - 1913(WA)-19??(???) - Licences: 6YL Perth (Shenton Park, 1936-1939) - Qualifications: cc; AOCP 1808, 1936, WA - amateur operator; amateur broadcaster; YL operator; WW2 - Relationships: Wife of 6NL Valentine Harms Harris - Electoral Rolls: saleswoman (Subiaco, WA, 1936-1937); home duties (Applecross, WA, 1949-1954); manager (Applecross, WA, 1958) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''LONGSTAFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Allen Hector Longstaff|Longstaff, Thomas Allen Hector "Allen"]] [https://www.familysearch.org/tree/person/details/GWQM-WF3] - 1896(SA)-1953(NSW) - Licences: XVR Adelaide (Alberton, 1913) - Qualifications: cc; CPRT 55, 1915 - early wireless experimenter; coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2 - Electoral Rolls: executive (Brighton, Vic, 1949) ===''LORDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Allan Lorden|Lorden, Geoffrey Allan]] [https://www.familysearch.org/tree/person/details/GZJB-2P8] - 1907(WA)-1994(Vic) - Licences: 6GL Perth (Perth, 1925-1926; West Perth, 1927) - Qualifications: cc; AOCP 175, 1925, No. ?? in WA; 2COCP 342, 1940; 1COCP 441, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Jingalup, WA, 1931); survey assistant (Jingalup, WA, 1936-1937); radio operator (Hotel Beadon, Onslow, 1943; Kalgoorlie, 1949); civil servant (Mitcham, Vic, 1968-1977) ===''LOVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Kingsley Love|Love, Howard Kingsley]] [https://www.familysearch.org/tree/person/details/GZGQ-8S5] - 1895(Vic)-1948(Vic) - Licences: 3BM Receive Melbourne (East Malvern, 1922); 3BM Melbourne (East Malvern, 1922-1931; Glen Iris, 1933), 3KU Melbourne (Malvern, 1937-1939, 1946-1948) - Qualifications: cc; AOCP 230, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; broadcast engineer; radio clubs (WIA Vic); business proprietor (radio manufacturer) - Electoral Rolls: merchant (Orong, 1919; Malvern East, 1921-1924; Gardiner, 1927-1933); manager (Gardiner, 1936-1937); engineer (Mt. Waverley, 1942) - Comment: gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW199407.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199408.pdf EA2] * [[/James Peile Love|Love, James Peile "Nim"]] [https://www.familysearch.org/tree/person/details/L7JF-83Z] - 1906(Qld)-1999(Qld) - Licences: 4JL Brisbane (Kedron, 1928-1939) - Qualifications: cc; AOCP 469, 1928, No. ?? in Qld (Halcyon AOCP 1930); 3COCP 5259, 1965 - amateur operator; amateur broadcaster; military (WW2, AIF) - Electoral Rolls: auctioneer (Kedron, 1928-1943; Hawthorne, 1949-1980) ===''LOVETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Frank Lovett|Lovett, Hubert Frank]] [https://www.familysearch.org/tree/person/details/GHG1-DT2] - 1905(Tas)-1961(Tas) - Licences: 7HL Hobart (1926-1933+) - Qualifications: cc; AOCP 246, 1926, No. ?? in Tas - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Hobart North, 1928-1937); manager (Hobart South, 1949; Nelson, 1954) - Links: [https://info.scholarships.utas.edu.au/AwardDetails.aspx?AwardId=2813 UTAS Scholarship] * [[/Percy Lovett|Lovett, Percy]] [https://www.familysearch.org/tree/person/details/GDB5-M21] - 1906(NSW)-1986(NSW) - Licences: 2JP Receive Sydney (Artarmon, 1922) - Qualifications: cc; 3COCP 2210, 1956 - amateur operator; amateur broadcaster - Electoral Rolls: ===''LUBACH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Lubach|Lubach, Frederick John "Fred"]] [https://www.familysearch.org/tree/person/details/G9H7-VZD] - 1919(Qld)-1998(Qld) - Licences: 4RF Brisbane (South Brisbane, 1936-1939; Annerley, 1946-1947); Dalby (1948-1950); Brisbane (Coorparoo, 1954; Camp Hill, 1965-75; Loganlea, 1980) - Qualifications: cc; AOCP 1745, 1936, Qld; 2COCP 868, 1944 - amateur operator; amateur broadcaster; radio clubs (WIAQ, instructor, QSL manager); military (WW2, RAN, wireless officer); broadcast technician (4QS, Capalaba) - Electoral Rolls: technician (Dalby, Qld, 1949; Coorparoo, Qld, 1954; Camp Hill, Qld, 1958-1968); public servant (Camp Hill, Qld, 1972-1977); retired (Loganlea, Qld, 1980) ===''LUCAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gillen Frederick Lucas|Lucas, Gillen Frederick]] [https://www.familysearch.org/tree/person/details/GXLB-Y7P] - 1894(SA)-1964(SA) - Licences: 5LL Adelaide (Kilkenny, 1935-1939; Port Adelaide, 1947; Maylands, 1948; Trinity Gardens, 1954-1960) - Qualifications: cc; AOCP 1589, 1935, SA - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: bootmaker (Kilkenny, SA, 1939-1943) ===''LUCKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Forsythe Arthur Luckman|Luckman, Charles Forsythe Arthur]] [https://www.familysearch.org/tree/person/details/GMF8-LS2] - 1901(NSW)-1979(NSW) - Licences: 2JT Receive Sydney (Croydon, 1922); 2JT Sydney (Croydon, 1923-1926; Lakemba, 1927-1933; Croydon, 1934; Ashfield, 1935-1938; Croydon, 1939, 1946-1975) - Qualifications: cc; AOCP 41, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: lift engineer (Lakemba, 1930-1933); electrician (Croydon, 1935-1943); electrical mechanic (Croydon, 1954-1972) * [[/Thomas Stuart Luckman|Luckman, Thomas Stuart "Stuart"]] [https://www.familysearch.org/tree/person/details/G64P-8CD] - 1913(Qld)-2005(Qld) - Licences: 4SL Brisbane (Kalinga, 1931-1939) - Qualifications: cc; AOCP 783, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, CMF, Signals Northern Command); occupation (hardware executive) - Electoral Rolls: salesman (Kalinga, 1936-1937); storeman (Hendra, 1943-1958); retired (Aspley, 1972-1977; Carseldine, 1980) ===''LUHRS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Albert Luhrs|Luhrs, Victor Albert]] [https://www.familysearch.org/tree/person/details/KZYN-VJJ] - 1888(Vic)-1964(SA) - Licences: V761 Receive Woori Yallock (1922); 3HB Receive Woori Yallock (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Torquon West, Nhill, 1909; Netherby, 1912-1914; Cavendish, 1916-1919; Woori Yallock, 1922-1924; Kalyan, SA, 1939); grazier (Tintinara, SA, 1941-1943) ===''LUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Douglas Lum|Lum, Allan Douglas]] [https://www.familysearch.org/tree/person/details/G92F-LX7] - 1913(SA)-1978(SA) - Licences: 5AL Adelaide (Joslin, 1932-1939; Hyde Park, 1947) - Qualifications: cc; AOCP 980, 1932, No. ?? in SA; 1COCP 427, 1940; TVOCP 263, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Gawler, SA, 1939-1941); mechanic (Hyde Park, SA, 1943) ===''LUMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd John Lumb|Lumb, Lloyd John "Jack"]] [https://www.familysearch.org/tree/person/details/G84C-LF2] - 1907(Qld)-1975(Qld) - Licences: 4LL Brisbane (Ashgrove, 1928-1939) - Qualifications: cc; AOCP 471, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; engineer (PMGD) - Electoral Rolls: telephone mechanic (Ashgrove, 1936-1937); postal electrician (Stanthorpe, 1943); technician (Ashgrove, 1949); engineer (Ashgrove, 1958-1972) ===''LUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Vincent Lunn|Lunn, Harold Vincent]] [https://www.familysearch.org/tree/person/details/GXGY-4X5] - 1908(NSW)-1987(NSW) - Licences: 5HL Adelaide (Morphettville, 1935-1939); 2ANE Sydney (North Ryde) - Qualifications: cc; AOCP 1449, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical fitter (Morphettville, SA, 1939-1943; Hurstville South, NSW, 1972); retired (North Ryde, NSW, 1977-1980) ===''LUXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilfred Luxon|Luxon, George Wilfred]] [https://www.familysearch.org/tree/person/details/M5YJ-XTL] - 1908(NSW)-1992(SA) - Licences: 5RX Adelaide (West Mitcham, 1928-1939, 1946-1965; Torrens Park, 1969-1980+) - Qualifications: cc; AOCP 450, 1928, No. ?? in SA - amateur operator; amateur broadcaster late 1920s; WW2; WIA SA (several official duties) - Electoral Rolls: radio mechanic (Mitcham, 1939-1943) ===''LYNCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harold John Lynch|Lynch, Harold John]] [https://www.familysearch.org/tree/person/details/LDTD-VXL] - 1905(Qld)-1995(Qld) - Licences: 4HL Brisbane (Fortitude Valley, 1934-1939, 1946-1956; Slacks Creek, 1960-1975); 4HL Springbrook (1980+) - Qualifications: cc; AOCP 1268, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); business proprietor (restaurants, picture theatres) - Electoral Rolls: cutter (Albion, Qld, 1928); shopkeeper (Valley, Qld, 1936-1943); cafe proprietor (Valley, Qld, 1949); shopkeeper (St Lucia, Qld, 1954; Slacks Creek, Qld, 1958-1968); owner (Slacks Creek, Qld, 1972-1977); retired (Springbrook, Qld, 1980) ===''LYONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Thomas Lyons|Lyons, Joseph Aloysius Thomas]] [https://www.familysearch.org/tree/person/details/LZGY-XKB] - 1879(Tas)-1939(NSW) - teacher, state politician, Premier of Tasmania, federal politician, Postmaster-General, Prime Minister of Australia, actively promoted development of broadcasting in Australia over two decades - Electoral Rolls: =='''M'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''MABBITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Matthew Mabbitt|Mabbitt, John Matthew]] [https://www.familysearch.org/tree/person/details/G8DV-FD5] - 1905(Vic)-1966(Vic) - Licences: 3KI Lake Boga (1930-1939); 3JG Lake Boga (1947-1948); 3JG Swan Hill (1954-1960); 3JG Melbourne (Templestowe, 1965) - Qualifications: AOCP 588, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: orchardist (Lake Boga, 1928-1949); supervisor (Swan Hill, 1954); public servant (Templestowe, 1963) ===''MACDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Donald Macdonald|Macdonald, Donald "Don"]] [https://www.familysearch.org/tree/person/details/GXQ7-WT8] - 1883(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; BOCP 45, 1936 - senior federal public servant (Chief Engineer, Radiotelegraph Branch, PMGD, 1914); Lieutenant-Commander Telegraphist (RAN, in charge captured German Pacific Wireless); chief engineer 7EX; supervised erection 3AR, 5CL, 7ZL; early TV research - Comment: Don't confuse with Don Macdonald AWA consultant - Electoral Rolls: Numerous contemporaneous DMcDs - Links: [http://messui.polygonal-moogle.com/valves/NW199505.pdf EA] * [[/Llewellyn Macdonald|Macdonald, Llewellyn "Lew"]] [https://www.familysearch.org/tree/person/details/G8HH-73F] - 1908(Eng)-1974(NSW) - Licences: 2WU Newcastle (West Maitland, 1929-1934; Wickham, 1935-1936; Waratah, 1937; Mayfield, 1938-1939, 1946-1961; Charlestown, 1965-1969) - Qualifications: AOCP 478, 1929, No. ?? in NSW; 2COCP 69, 1936; BOCP 50, 1936; 1COCP 125, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: cabinetmaker (West Maitland, 1930; Wickham, 1936); joiner (Waratah, 1937; Charlestown, 1972) ===''MACFARLANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred - see Harriss, Dorothy Winnifred ===''MACGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. MacGregor|MacGregor, H.]] - 19??(???)-19??(???) - 4ZU Brisbane (Windsor, -1947+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''MACKAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Stewart Mackay|Mackay, Cedric Stewart or Stuart]] [https://www.familysearch.org/tree/person/details/973G-3Q2] - 1889(Vic)-1955(NSW) - Licences: XADF Coffs Harbour (1913-1914); 2GP Urunga (1922-1931); 2GO Coffs Harbour (1935-1939) - Qualifications: cc; AOCP 149, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Urunga, 1930); agent (Coffs Harbour, 1943-1949) * [[/Ian Keith Mackay|Mackay, Ian Keith]] [https://www.familysearch.org/tree/person/details/G8JG-NHF] - 1907(NZ)-1985(NZ) - author, historian (broadcast, "Broadcasting in New Zealand" (1953), "Broadcasting in Australia" (1957), "Broadcasting in Nigeria" (1964), "Broadcasting in Papua New Guinea" (1976) - Electoral Rolls: broadcasting executive (Lane Cove, 1954); executive (Killara, 1958) * [[/Ronald Reay Mackay|Mackay, Ronald Reay]] [https://www.familysearch.org/tree/person/details/G8N2-Y6T] - 1905(Vic)-1963(Vic) - Licences: 3FZ Receive Melbourne (Carlton, 1922); 3MU Melbourne (Carlton, 1931-1939, 1946-1960) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, principal (RMIT) - Electoral Rolls: teacher (Carlton, 1931-1963) - [https://adb.anu.edu.au/biography/mackay-ronald-reay-10980 ADB] ===''MACKEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Francis Mackel|Mackel, John Francis]] [https://www.familysearch.org/tree/person/details/G8DJ-FP5] - 1912(NSW)-1987(NSW) - Licences: 2HG Sydney (Chatswood, 1930-1939, 1946-1947; Lane Cove, 1948-1965; Hunters Hill, 1969-1980) - Qualifications: AOCP 585, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Chatswood, 1935-1943); insurance inspector (Lane Cove, 1949-1954); insurance manager (Lane Cove, 1958-1963); manager (Hunters Hill, 1968-1980) ===''MACKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Harper Mackenzie|Mackenzie, Alexander Harper "Mac"]] [https://www.familysearch.org/tree/person/details/G7J3-MVZ] - 1892(Sct)-1970(Qld) - Licences: 4GK Brisbane (Wynnum, 1930-1939; Bulimba, 1946-1969) - Qualifications: cc; AOCP 628, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Fire Service) - Electoral Rolls: fireman (Brisbane City, 1916; Hamilton, 1919; Brisbane City, 1925); fire brigade officer (Wynnum, 1928-1936); newsagent (Bulimba, 1949); retired (Bulimba, 1954-1968) - Relationships: father of 4YL Florence Madeline Mackenzie and 4HJ Arthur Alexander Mackenzie * [[/Arthur Alexander Mackenzie|Mackenzie, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7J3-796] - 1918(Qld)-2001(Qld) - Licences: 4HJ Jericho (1937); 4HJ Brisbane (Wynnum, 1938-1939) - Qualifications: cc; AOCP 1346, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Townsville, 1949); newsagent (Grange, 1954-1963); public servant (Townsville, 1972; Cleveland, 1972; Thornlands, 1977, Cleveland, 1980) - Relationships: son of 4GK Alexander Harper Mackenzie; brother of 4YL Florence Madeline Streamer nee Mackenzie * [[/Florence Madeline Mackenzie|Streamer nee Mackenzie, Florence Madeline "Madeline"]] [https://www.familysearch.org/tree/person/details/G8FN-B8C] - 1922(Qld)-19??(Qld) - Licences: 4YL Brisbane (1936-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; third YL operator in Qld - Electoral Rolls: home duties (Mitchelton, 1949; New Farm, 1954) - Relationships: daughter of 4GK Alexander Harper Mackenzie; sister of 4HJ Arthur Alexander Mackenzie - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Harold Stuart Mackenzie|Mackenzie, Harold Stuart]] [https://www.familysearch.org/tree/person/details/L21R-VGN] - 1908(Qld)-1995(Qld) - Licences: 4AM Brisbane (Annerley, 1929-1933) - Qualifications: cc; AOCP 518, 1929, No. ?? in Qld; 2COCP 90, 1937; 1COCP 239, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Annerley, 1934-1937); company manager (Strathfield, NSW, 1943-1954); radio operator (Blackheath, 1958); unemployed (Burleigh Heads, 1963-1968); technician (Burleigh Heads, 1972-1980) ===''MACKINNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Eric Wilton MacKinnon|MacKinnon, Colin Eric Wilton]] [https://www.familysearch.org/tree/person/details/LK45-QRQ] - 1941(NSW)-2004(NSW) - Licences: 2KCM Sydney 1980s; 2DYM Sydney (1980-2004)- Qualifications: NAOCP N1793, 1981; AOLCP N1281, 1981; AOCP N1032, 1981, NSW - amateur operator; amateur broadcaster; historian (amateur radio; military radio; radar) - Electoral Rolls: engineer (Cronulla, 1968; Hurstville, 1977); retired (Glenhaven, 1980) - [https://www.qsl.net/vk2dym/radio/Colin_MacKinnon.htm Obit] ===''MACLARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Foster St Clair Maclardy|Maclardy, William John Foster St Clair "Will"]] - 1892(NSW)-1971(NSW) - 2HP Sydney (Neutral Bay & Cremorne,1922-1925), amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, broadcast engineer (2BL), journalist (Smith's Weekly, Wireless Weekly), correct surname is St Clair Maclardy but rarely used, son of William McIntyre St Clair Maclardy, one time Wireless Weekly proprietor ===''MACLAREN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Catto Maclaren|Maclaren, Donald Catto]] [https://www.familysearch.org/tree/person/details/G8N1-2R2] - 1909(NSW)-1964(NSW) - Licences: 2DM Sydney (Haberfield, 1930-1939); 2NN Narrabri (1947-1950) - Qualifications: AOCP 655, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Haberfield, 1933-1936; Taree, 1937; Narrabri, 1949) ===''MACLURCAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Dansie Maclurcan|Maclurcan, Charles Dansie]] [https://www.familysearch.org/tree/person/details/GWR7-LJ3] - 1889(Qld)-1957(NSW) - Licences: XDM Sydney (1909-1914); 2CM Sydney (Strathfield, 1921-1939; Neutral Bay, 1946-1957); 2CY Sydney (Strathfield, 1923, briefly by administrative error); first licence issued under new 1922 radio regulations - Qualifications: cc; AOCP 98, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; business proprietor (Maclurcan and Lane, 1909-19??, Maclurcan Engineering, Hotel Wentworth) - Electoral Rolls: electrical engineer (Darling Harbour, 1913); engineer (Strathfield, 1930-1934); hotel manager (Neutral Bay, 1949-1954) - Links: [https://adb.anu.edu.au/biography/maclurcan-hannah-13070 ADB] [[w:2CM|Wikipedia]] [https://radioinfo.com.au/news/who-was-radio-pioneer-charles-maclurcan/ radioinfo] ===''MACM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Chestnut McMillan|McMillan, Joseph Chestnut]] [https://www.familysearch.org/tree/person/details/GDRK-8TG] - 1901(Sct)-1968(Vic) - Licences: 7BP Receive Hobart (City, 1923); 7BP Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart East, 1928) ===''MACPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Duncan Macpherson|Macpherson, Alexander Duncan "Sandy"]] [https://www.familysearch.org/tree/person/details/29CF-Z3F] - 1899(Qld)-1974(Qld) - Licences: 4MC Brisbane (Nundah, 1934-1939, 1946-1948; Oakleigh, 1954; Chermside, 1955-1969) - Qualifications: cc; AOCP 1271, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Toombul RC); Qld Lands (draughtsman) - Comment: Slow update for death in Electoral Rolls? - Electoral Rolls: draftsman (Nundah, Qld, 1921-1949; Oakleigh, Qld, 1954; Chermside, Qld, 1958-1968); retired (Chermside, Qld, 1972-1980) ===''MADDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney John Madden|Madden, Sydney John]] [https://www.familysearch.org/tree/person/details/GX16-WGL] - 1900(Sct)-1955(WA) - Licences: 6MN Perth (City, 1930; North Perth, 1931; Maylands, 1933-1937; Wembley, 1938-1939) - Qualifications: cc; 2COCP 264, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Maylands, WA, 1931-1937; Wembley Park, WA, 1937-1943); supervisor (Wembley, WA, 1954) ===''MADDICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Maddick|Maddick, Herbert William]] [https://www.familysearch.org/tree/person/details/GHLB-J2P] - 1890(Vic)-1960(Vic) - Licences: XLX Melbourne (Elsternwick, 1913-1914); 3EF Receive Melbourne (Elwood, 1922-1923); 3EF Melbourne (Elwood, 1924-1933+) - Qualifications: cc; AOCP 161, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; perpetrator of the foul mouthed parrot incident - Electoral Rolls: motor mechanic (Elsternwick, 1917); mechanic (Elsternwick, 1919-1954) ===''MAGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin William Michael Magee|Magee, Kevin William Michael]] [https://www.familysearch.org/tree/person/details/GXRX-51Z] - 1913(Vic)-1979(Vanuatu) - Licences: 5KM Adelaide (City, 1931-1933); 2UN Sydney (Paddington, 1936); 3UN Melbourne (Hawthorn, 1937); 3KM Melbourne (Kew, 1947-1960; North Balwyn, 1965-1969) - Qualifications: cc; AOCP 874, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: staff cadet (Victoria Barracks, NSW, 1936); military officer (Hawthorn, Vic, 1937; Kew, Vic, 1943); engineer (Kew, Vic, 1949-1954); company director (Kew, Vic, 1963); director (Balwyn, Vic, 1967-1972) ===''MAGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lindsay Maguire|Maguire, Arthur Lindsay]] [https://www.familysearch.org/tree/person/details/G8SN-BKC] - 1921(Vic)-1998(Vic) - Licences: 3IO Stratford (1938-1939; 1947-1960) - Qualifications: AOCP 2216, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Stratford, 1949-1977); grazier (Munro, 1980) * [[/Ernest Norbert Maguire|Maguire, Ernest Norbert]] [https://www.familysearch.org/tree/person/details/LR4X-F61] - 1892(NSW)-1967(NSW) - Licences: 2KL Sydney (Lewisham, 1928-1930; Dulwich Hill, 1931-1939) - Qualifications: AOCP 387, 1928, No. ?? in NSW; 2COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: police constable (Lewisham, 1930-1932); sergeant of police (Putney, 1943; Gladesville, 1949-1958); retired (Lake Illawarra South, 1963) * [[/Sydney William Maguire|Maguire, Sydney William]] [https://www.familysearch.org/tree/person/details/KNDF-L85] - 1903(WA)-1958(NSW) - Licences: 2XY Sydney (Rose Bay, 1930-1934; Paddington, 1935-1936; North Bondi, 1937-1939) - Qualifications: CPRTelephony 933, 1926; AOLCP 74, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Rose Bay, 1930-1934; Glenmore, 1935); engineer (Bondi, 1936-1937); radio engineer (Maroubra North, 1943); inspector (Maroubra North, 1949; Kingsford, 1954-1958) ===''MAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Hugh Mahon|Mahon, Hugh]] - 1857(Ire)-1931(Vic) - senior federal politician (MHR 1900s & 1910s; Postmaster-General 1904) ===''MALCOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Graham Malcolm|Malcolm, Keith Graham]] [https://www.familysearch.org/tree/person/details/GD8F-K5W] - 1949(Eng)-2011(NSW) - Licences: 3ZYK Melbourne (North Clayton, 1969; Mulgrave, 1975; Berwick, 1980); 1???; 2??? - Qualifications: AOLCP 2407, 1967 - broadcast planning engineer (PMGD, ABCB, P&TD, DoC); Communications Laboratory DoC (Director) - Electoral Rolls: engineer (Clayton, Vic, 1972; Mulgrave, 1977; Berwick, 1980) ===''MALONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Joseph Malone|Malone, James Joseph "Jim"]] [https://www.familysearch.org/tree/person/details/GWL8-8DP] - 1883(NSW)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 240, 1916 - employment (NSW P&T, Telegraph Messenger; PMGD, Cadet Engineer, Controller Wireless; OTC, Manager); WW1 - Electoral Rolls: engineer (Clayfield, Qld, 1917-1925; Kew, Vic, 1926-1928); chief inspector wireless (Kew, Vic, 1931-1937); Deputy Director, Posts and Telegraphs (Indooroopilly, 1943); public servant (Lindfield, NSW, 1949-1963) - Links: [[w:James Joseph Malone|Wikipedia]]; [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_05_30#P.109_-_Commonwealth_Controller_of_Wireless|Bio]] ===''MALPAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth John Malpas|Malpas, Kenneth John "Ken"]] [https://www.familysearch.org/tree/person/details/MGC2-BNN] - 1909(SA)-1929(SA) - Licences: 5XG Kadina (1927-1928) - Qualifications: cc; AOCP 313, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Passed too soon - Electoral Rolls: Nil ===''MANGNALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hartley Mangnall|Mangnall, Robert Hartley Jnr]] [https://www.familysearch.org/tree/person/details/G8MD-3L2] - 1903(Vic)-1963(Vic) - Licences: 3?? Melbourne (Carlton, 1927); 3HB Melbourne (Highett, 1947-1960) - Qualifications: AOCP 350, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (Carlton, 1936); engineer (Sandringham, 1942-1963) ===''MANIFOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Charles Manifold|Manifold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/LXMR-BFZ] - 1908(Vic)-1993(Vic) - Licences: 3EM Melbourne (Malvern, 1930-1933; McKinnon, 1937-1939, 1946-1980+) - Qualifications: AOCP 647, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: plumber (Malvern, 1931-1934; Bentleigh, 1936-1980) ===''MANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Mann|Mann, John Edward "Jack"]] [https://www.familysearch.org/tree/person/details/G3JY-STV] - 1912(SA)-1941(off Libyan coast) - Licences: 5EM Semaphore (1934-1938); 3IE Westmere (1938); 3IE Ballarat (1939) - Qualifications: cc; AOCP 1304, 1934, SA - amateur operator; amateur broadcaster; military (WW2, RAN, telegraphist) - Relationships: Son of Thomas William Mann - Electoral Rolls: Nil yet identified - Links: [https://www.awm.gov.au/collection/R1675471 AWM]; [https://www.awm.gov.au/collection/P10278775 AWM] - Sacrifice: "Greater love hath no man than this" * [[/Sydney George Mann|Mann, Sydney George]] [https://www.familysearch.org/tree/person/details/G8DP-V1C] - 1908(Eng)-1977(Eng) - Licences: 3KY Melbourne (Glenhuntly, 1930-1931; Hampton, 1937-1939, 1946-1954; East Brighton, 1955-1960) - Qualifications: AOCP 594, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Sergeant) - Electoral Rolls: traveller (Glenhuntly, 1931); mechanic (Sandringham, 1936-1937); shopkeeper (Woodend, 1942); mechanic (Hampton, 1949-1954); sales (Carnegie, 1963); salesman (St Kilda, 1967) * [[/Thomas William Mann|Mann, Thomas William]] [https://www.familysearch.org/tree/person/details/GZLZ-2S3] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923) - Qualifications: Nil yet identified - amateur receiver - Relationships: Father of 5EM-3IE John Edward Mann- Electoral Rolls: Nil yet identified ===''MANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol John Roland Manning|Manning, Athol John Roland]] [https://www.familysearch.org/tree/person/details/G69L-G2L] - 1916(Tas)-2005(Tas) - Licences: 7LR Devonport (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1367, 1934, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Devonport, 1949-1954) * [[/Clifton Joseph Manning|Manning, Clifton Joseph]] [https://www.familysearch.org/tree/person/details/G893-WW6] - 1909(Vic)-1994(Vic) - Licences: 3CJ Melbourne (Ringwood, 1927; Elwood, 1931-1937; Eltham, 1938-1939; Balwyn, 1946-1947; Templestowe, 1948; Beaumaris, 1954-1960); 3CJ Orbost (1965); 3CJ Marlo (1969-1975) - Qualifications: AOCP 338, 1927, No. ?? in Vic; 1COCP 877, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (St Kilda, 1931-1936; Canterbury, 1943; Templestowe, 1949; Sandringham, 1954-1963); farmer (Orbost, 1967-1968); retired (Marlo, 1972-1977; Lang Lang, 1980) ===''MANSFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Mansfield|Mansfield, H. D.]] - 19??(???)-19??(???) - Licences: XZQ Burnie (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''MANTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Thomas Mantle|Mantle, Joseph Patrick Thomas]] [https://www.familysearch.org/tree/person/details/GX84-DP9] - 1913(Qld)-1976(Fiji) - Licences: 4XF Brisbane (Ascot, 1933-1939); 4XF Townsville (Hermit Park, 1947-1948); 4XF Brisbane (Brisbane City, Qld, 1954-1960); 3AEN Bendigo (1969-1980) - Qualifications: cc; AOCP 1146, 1933, Qld; 2COCP 1083, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: projectionist (Ascot, Qld, 1936); engineer (Ashgrove, Qld, 1943); sound engineer (Townsville, Qld, 1949); business manager (New Farm, Qld, 1954); manager (St Lucia, Qld, 1958); sales manager (Warwick, Qld, 1963); no occupation (Townsville, Qld, 1963); sales executive (Petersham, NSW, 1972) ===''MANUEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Thomas Manuel|Manuel, Robert Thomas]] [https://www.familysearch.org/tree/person/details/KF5S-3R5] - 1910(SA)-2003(SA) - Licences: 5RT Adelaide (Prospect, 1932-1939, 1947-1960; Beefacres, 1965; Windsor Gardens, 1969-1980+) - Qualifications: cc; AOCP 1052, 1932, SA; BOCP 1310, 1953; 2COCP 1279, 1953; 1COCP 1688, 1953 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''MARCONI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guglielmo Giovanni Maria Marconi|Marconi, Guglielmo Giovanni Maria]] - 1874(Italy)-1937(Italy) - Inventor, electrical engineer, entrepreneur, businessman; pioneer of long distance radio transmission, widely credited as the inventor of radio; shared 1909 Nobel prize for physics for contributions to the development of wireless telegraphy ===''MARCUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eugen Gerald Marcuse|Marcuse, Eugen Gerald "Gerald"]] [https://www.familysearch.org/tree/person/details/9C3M-X1G] - 1886(Eng)-1961(Eng) - Licences: G2NM England - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer ===''MARKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Sydney Marks|Marks, Joseph Sydney or Sydney Joseph]] [https://www.familysearch.org/tree/person/details/GQG4-X1G] - 1885(NSW)-1949(NSW) - Licences: 2GR Receive Sydney (Rose Bay, 1922); 2GR Sydney (Rose Bay, 1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio trader (Electricity House, Marks' Radio Company); electrician; police officer; sued by 2BL for non-payment of fees in 1924 - Electoral Rolls: electrician (Rose Bay, 1930-1949) ===''MARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric William Marley|Marley, Cedric William]] [https://www.familysearch.org/tree/person/details/LVF2-DJ4] - 1918(Qld)-1984(Qld) - Licences: 4CJ Brisbane (Highgate Hill, 1938-1939; Graceville, 1947; Kalinga, 1948); 4CJ Rockhampton (1954-1956); 4CJ South Mackay (1960); 9CJ Port Moresby (1965); Brisbane (Mt Gravatt, 1969-1980) - Qualifications: cc; AOCP 2079, 1938, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); broadcast technician (PMG, ABC); WW2 (RAN, telegraphist); federal public servant (PMG, ABC) - Electoral Rolls: technician (Kalinga, Qld, 1949; Rockhampton, Qld, 1954); broadcast technician (Mackay, Qld, 1958; Bucasia, Mackay, Qld, 1958; Mt Gravatt, Qld, 1963-1980) ===''MARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Clanan Marr|Marr, Charles William Clanan]] [https://www.familysearch.org/tree/person/details/9M8V-QQM] - 1880(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; WW1 - Electoral Rolls: MHR (Forrest, 1929); director (Crows Nest, NSW, 1933); company director (Wollstonecraft, 1933-1935); director (Crows Nest, 1935); company director (Pymble, 1937-1943; Killara, 1943-1949; Pymble, 1954-1958) ===''MARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Burton Mars|Mars, Ernest Burton]] [https://www.familysearch.org/tree/person/details/G8VJ-GWR] - 1907(SA)-1987(Qld) - Licences: Receive Adelaide (North Unley, 1923-1924); 4EM Charleville (1930-1933); 2EM Dubbo (1934-1936); 4EM Charleville (1937-1939, 1946-1947); 2GE Moree (1948); 4EM Emerald (1954-1955); 4EM Charleville (1956); 4EM Longreach (1960); 4EM Currumbin (1965-1969) - Qualifications: cc; AOCP 686, 1930, No. ?? in Qld; BOCP 23, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Dubbo, 1935); bank official (Charleville, 1937-1943; Wagga Wagga, 1949); bank clerk (Moree, 1949); bank manager (Commonwealth Bank Emerald, 1954; Commonwealth Bank, Charleville, 1958; Longreach, 1963); retired (Currumbin, 1968; Palm Beach, Qld, 1977-1980) - established 4VL Charleville commercial ===''MARSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Marsden|Marsden, Robert Cecil "Cecil"]] [https://www.familysearch.org/tree/person/details/G92N-W62] - 1892(Eng)-1968(NSW) - Licences: unlicensed?, Sydney, 1909; 2JM Receive Sydney (Edgecliffe, 1922); 2JM Sydney (Edgecliffe, 1923-1925; Bellevue Hill, 1925-1926; Edgecliff, 1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW, local NSW clubs) - Relationships: Father of 2VV-2FV Robert Morris Marsden - Electoral Rolls: engineer (Woolahra, 1930; Epping, 1930-1958); manager (Castlecrag, 1958-1968) * [[/Robert Morris Marsden|Marsden, Robert Morris]] [https://www.familysearch.org/tree/person/details/GWX1-VPG] - 1916(NSW)-1988(NSW) - Licences: 2VV Sydney (Kingsford, 1958-1969); 2FV Tuross Heads (1965-1980+) - Qualifications: AOLCP 226, 1956; AOCP 3627, 1957, NSW - amateur operator; WW2 (RAAF) - Relationships: Son of 2JM Robert Cecil Marsden - Electoral Rolls: taxi proprietor (Bondi Beach, 1949; Kingsford, 1958-1972); retired (Tuross Heads, 1972-1980) ===''MARSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Westport Marsh|Marsh, Sydney or Sidney Westport]] [https://www.familysearch.org/tree/person/details/LFLN-PKM] - 1889(NSW)-1946(NSW) - Licences: 2ZK West Wallsend (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Ladysmith, 1913); fitter (West Wallsend, 1930-1937) ===''MARSHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archie Francis Marshall|Marshall, Archie Francis "Arch"]] [https://www.familysearch.org/tree/person/details/G37M-W83] - 1907(Qld)-1982(Qld) - Licences: 4AF Clifton (1928-1939, 1946-1980+) - Qualifications: cc; AOCP 438, 1928, No. 48 in Qld - amateur operator; amateur broadcaster; business proprietor (blacksmith, fitter/turner) - Electoral Rolls: blacksmith (Clifton, 1930-1980) * [[/Herbert Anthony Marshall|Marshall, Herbert Anthony]] [https://www.familysearch.org/tree/person/details/9JJR-P3P] - 1888(India)-1948(NSW) - Licences: unlicensed?, Port Pirie, 1910; 2HM Armidale (1924-1926); 2HM Sydney (Bondi, 1927-1939, 1946-1948) - Qualifications: AOCP 115, 1925, No. ?? in NSW; AOLCP 48, 1931 - Comment: proud of his initials "H.A.M.", early wireless experimenter; amateur operator; amateur broadcaster; electrical engineer - Relationships: his daughter Denise Chalmers Marshall frequently on air over 2HM - TroveTag: "2HM - Herbert Anthony Marshall" - Electoral Rolls: electrical engineer (Bondi, 1930-1931); engineer (Bondi, 1934-1943) * [[/Mary Austine Marshall|Henry nee Marshall, Mary Austine]] [https://www.familysearch.org/tree/person/details/G8X2-GR6] - 1913(Vic)-1994(Vic) - Licences: 3YL Melbourne (Murrumbeena, 1930-1939, 1946-1956; East Malvern, 1960-1975) - Qualifications: AOCP 619, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: home duties (Oakleigh, 1936-1937); no occupation (Oakleigh, 1942-1954); home duties (Oakleigh, 1958-1980) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Vaughan Edward Marshall|Marshall, Vaughan Edward]] [https://www.familysearch.org/tree/person/details/G86T-KNY] - 1911(Vic)-1994(Vic) - Licences: 3UK Melbourne (Hawthorn, 1930-1933; Kew, 1937-1939, 1946-1969; Mt Eliza, 1975-1980+) - Qualifications: AOCP 603, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: sales (Kew, 1936); tea specialist (Kew, 1937-1968); retired (Mt Eliza, 1977-1980) ===''MARSLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Bruce Marsland|Marsland, Benjamin Bruce]] [https://www.familysearch.org/tree/person/details/GX6Y-X47] - 1906(Qld)-1941(NSW) - Licences: 4DX Brisbane (Indooroopilly, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Rockhampton, Qld, 1928); teller (Normanton, Qld, 1930); bank clerk (Rockhampton, Qld, 1931; Malanda, Qld, 1932); no occupation (Annerley, Qld, 1943) ===''MARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Thomas Marston|Marston, James Thomas "Jim"]] [https://www.familysearch.org/tree/person/details/LKDX-19C] - 1920(Qld)-1974(Qld) - Licences: 4JA Brisbane (Belmont, 1948; Morningside, 1954); 4JA Toowoomba (1955-1956); 4JA Brisbane (Boondall, 1960-1969) - Qualifications: cc; AOCP 2655, 1948, Qld - amateur operator - Electoral Rolls: sheet metal worker (Buranda, Qld, 1943); engineer (Toowoomba South, Qld, 1958); technician (Boondall, Qld, 1963-1972) * [[/W. L. Marston|Marston, W. L.]] - 19??(???)-19??(???) - Licences: 4RY Brisbane (Clayfield, 1937) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MARTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Martin|Martin, James Frederick]] - 1909(Vic)-1976(Vic) - Licences: 3MJ Melbourne (North Fitzroy, 1927-1933); 3JM Melbourne (North Fitzroy, 1937-1939) - Qualifications: AOCP 340, 1927, No. ?? in Vic - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Clifton Hill, 1936); traveller (North Fitzroy, 1949; Heidelberg, 1954-1963); sales director (Doncaster, 1967); sales (Noble Park, 1972) * [[/John Michael Martin|Martin, John Michael]] [https://www.familysearch.org/tree/person/details/GX79-GWZ] - 1886(Irl)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 146, 1915; 1COCP 58, 1935 - RANRS (commissioned telegraphist, 1917); WW1 - Comment: several contemporaneous JMMs - Electoral Rolls: Ancestry 299 hits too be sifted * [[/John Robert Martin|Martin, John Robert]] [https://www.familysearch.org/tree/person/details/GWFG-HMM] - 1919(Qld)-2011(Qld) - Licences: 4MX Cunnamulla (1937-1939); 4MX Toowoomba (1946-1954); 4MX Brisbane (Gaythorne, 1955-1960); 4MX Julia Creek (1965-1969); 4MX Finch Hatton (1975); 4MX Brisbane (Gaythorne, 1980+) - Qualifications: cc; AOCP 1933, 1937, Qld; BOCP 147, 1938 - amateur operator; amateur broadcaster; military (WW2, RAAF); business proprietor (radio service); Presbyterian minister - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1949-1954); radio technician (Gaythorne, Qld, 1958; Kingaroy, Qld, 1963); missionary (Blackall, Qld, 1972; Gaythorne, Qld, 1972); minister of religion (Enoggera, Qld, 1977-1980) * [[/Malcolm Martin|Martin, Malcolm]] [https://www.familysearch.org/tree/person/details/GX8D-PG7] - 1903(UK)-1987(Qld) - Licences: 4KY Ipswich (1933-1939); 4KY Brisbane (Sandgate, 1946-1980+) - Qualifications: cc; AOCP 1110, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); employment (Qld Railways) - Electoral Rolls: carriage trimmer (Woodend, Qld, 1925-1937; Sandgate, Qld, 1943-1980) * [[/Silas Martin|Martin, Silas]] [https://www.familysearch.org/tree/person/details/GXMT-6WS] - 1874(NSW)-1945(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Electoral Rolls: engineer (Perth, 1903-1906; East Perth, 1912-1914); mechanic (Rockhampton, 1917-1921); radio mechanic (Cooktown, 1925; Beam Wireless Station, Ballan, 1928-1943); mechanic (Marrickville, NSW, 1943) * [[/Walter J. Martin|Martin, Walter J.]] - 1893(Vic)-19??(???) - commercial operator (1COCP 1, 1914, No. 1 in Aus and Vic, Marconi & Telefunken) - coastal station operator? * [[/William Anthony Martin|Martin, William Anthony]] [https://www.familysearch.org/tree/person/details/G8HB-KPZ] - 1911(Tas)-19??(???) - Licences: 7WM Hobart (West Hobart, 1929-1931); 7WM Gawler (1933) - Qualifications: cc; AOCP 497, 1929, No. ?? in Tas; AOLCP 70, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: several contemporaneous William Anthony Martin's ===''MASHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Wilfred Mashman|Mashman, Lionel Wilfred]] [https://www.familysearch.org/tree/person/details/GZ6K-7WG] - 1907(NSW)-1968(NSW) - 2OB Receive Sydney (Bexley, 1923-1924), 2OB Sydney (Bexley, 1925-1965), amateur operator (AOCP 84, 1925, No. ?? in NSW), amateur broadcaster ===''MASTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Harold Masters|Masters, Alfred Harold "Harold"]] [https://www.familysearch.org/tree/person/details/99GB-CPY] - 1875(Vic)-1951(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed); vice president WIA Launceston 1920s; later prominent architect - Relationships: brother of 7MM William Edward Masters - Electoral Rolls: architect (Launceston, 1928-1949) * [[/Brian Jermyn Masters|Masters, Brian Jermyn "Jermyn"]] - 1891(Vic)-1950(NZ) - 3LM Receive Melbourne (Armadale, 1923), 3LM Melbourne (Armadale, 1924-1925), amateur operator (pre-AOCP; no record found of AOCP; AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, operated his station both individually and on behalf WIA Malvern * [[/William Edward Masters|Masters, William Edward]] [https://www.familysearch.org/tree/person/details/99GB-CPW] - 1873(Vic)-1952(Tas) - Licences: 7MM Hobart (Bellerive 1932-1939) - Qualifications: cc; AOCP 1066, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; solicitor - Relationships: brother of Alfred Harold "Harold" Masters - Electoral Rolls: solicitor (Bellerive, 1914-1949) - Links: [http://nla.gov.au/nla.news-article27111852 Obituary] ===''MATCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Kenneth Lyle Matchett|Matchett, John Kenneth Lyle "Ken"]] [https://www.familysearch.org/tree/person/details/GS1L-SCZ] - 1921(Vic)-2008(Vic) - Licences: 3TL Melbourne (Box Hill, 1960; Templestowe, 1965-1980+) - Qualifications: AOCP 3700, 1958, Vic - amateur operator, WW2, member Old Timer's Club - Electoral Rolls: student (St Kilda, 1949); teacher (Bayswater, 1954); lecturer (Templestowe, 1963-1980) - curator of the WIA QSL card collection for many years; personally acquired a large collection of Australian amateur QSL cards which were donated to the WIA collection on his passing, many thousands of QSLs provided by Wolf Harranth of Dokufunk on an exchange basis ===''MATHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Stewart Mather|Mather, Alexander Stewart "Alex"]] [https://www.familysearch.org/tree/person/details/GHTL-WWC] - 1909(NSW)-1970(NSW) - Licences: 2JZ Singleton (1929-1969) - Qualifications: AOCP 479, 1929, No. ?? in NSW; AOLCP 89, 1932; TVOCP 273, 1960 - amateur operator, amateur broadcaster - Electoral Rolls: cordial manufacturer (Singleton, 1930-1968) ===''MATHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campion Mathews|Mathews, John Campion]] [https://www.familysearch.org/tree/person/details/G8V1-46V] - 1912(Vic)-19??(???) - Licences: 3SY Geelong (Newtown, 1930-1939, 1946-1980+); 3JM Portable Geelong (Newtown, 1947) - Qualifications: AOCP 709, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Newtown, 1934-1968); operator (Newtown, 1972-1980) * [[/John Mathews|Mathews, John]] [https://www.familysearch.org/tree/person/details/G82Z-KX2] - 1914(Qld)-1976(NSW) - Licences: 4EE Rockhampton (1935-1939) - Qualifications: cc; AOCP 1414, 1935, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous JMs - Electoral Rolls: Nil yet identified ===''MATTHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Thomas Matthews|Matthews, Fred or Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GZVC-22K] - 1904(Qld)-1992(Qld) - Licences: 4FK Brisbane (New Farm, 1923-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); business proprietor (Matthews Fire Alarm Co) - Awards: OBE - Electoral Rolls: electrical engineer (Merthyr, 1925-1958); engineer (New Farm, 1963-1980) * [[/John Leigh Inglis Matthews|Matthews, John Leigh Inglis]] [https://www.familysearch.org/tree/person/details/GDKN-159] - 19??(???)-19??(???) - Licences: XJD Melbourne (Richmond, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: confectioner (Richmond, 1913-1919) * [[/Kenneth Morgan Matthews|Matthews, Kenneth Morgan]] [https://www.familysearch.org/tree/person/details/GXPM-R2W] - 1911(SA)-2009(SA)98yo - Licences: 5GN Adelaide (Malvern, 1936-1939) - Qualifications: cc; AOCP 1732, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Malvern, SA, 1939); mechanic (Crystal Brook, SA, 1941-1943) - Links: [https://vwma.org.au/explore/people/551921 VWMA] * [[/Vincent John Matthews|Matthews, Vincent John]] [https://www.familysearch.org/tree/person/details/GFW4-NM1] - 1888(Vic)-1965(Vic) - Licences: 6AQ Perth (Bayswater, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; Stott's College (Principal, early 1920s) - Electoral Rolls: business college master (West Gildford, WA, 1910); manager (Guildford, WA, 1912; Bayswater, WA, 1916-1925); business manager (Canterbury, Vic, 1925-1928); director (Canterbury, Vic, 1931-1963) * [[/Walter John Penrose Matthews|Matthews, Walter John Penrose]] [https://www.familysearch.org/tree/person/details/L5TS-HZN] - 1880(SA)-1964(SA) - Licences: 5BS Receive Murray Bridge (1922); Receive Murray Bridge (1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: lifter SA Railways (Tailem Bend, SA, 1939-1943) ===''MAUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Mauger|Mauger, Samuel "Sam"]] - 1857(Vic)-1936(Vic) - state politician, senior federal politician (Postmaster-General 1908) ===''MAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Maughan|Maughan, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/GZQ4-BJW] - 1903(WA)-1962(Vic) - Licences: 3HH Receive Melbourne (Malvern, 1922); 3HH Melbourne (Malvern, 1923-1960) - Qualifications: cc; AOCP 14, 1924, No. ?? in Vic; AOLCP 82, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: student (Malvern East, 1925-1954) ===''MAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Douglas Mawson|Mawson, Douglas]] [https://www.familysearch.org/tree/person/details/LC3H-42N] - 1882(Eng)-1958(SA) - Licences: Nil - Qualifications: Nil yet identified - Head Australasian Antarctic Expedition (1911-1914) - Electoral Rolls: [[w:Douglas Mawson|Wikipedia]] [https://adb.anu.edu.au/biography/mawson-sir-douglas-7531 ADB] * [[/Ernest Richard Mawson|Mawson, Ernest Richard]] [https://www.familysearch.org/tree/person/details/2W9T-NJN] - 1861(NSW)-1943(NSW) - Licences: 2DH Sydney (Campsie, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Parramatta, 1903); no occupation (Dee Why, 1930-1933; Harbord, 1934-1936; Manly, 1937-1943) ===''MAXWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alston Maxwell|Maxwell, Ronald Alston]] - 1908(NSW)-1950(NSW) - Licences: 2KS Sydney (Hurstville, 1930-1933) - Qualifications: AOCP 656, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: metal worker (Randwick, 1933; Liverpool, 1934-1935; Croydon, 1936-1937); clerk (Caringbah, 1949) ===''MAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank May|May, Frank]] [https://www.familysearch.org/tree/person/details/G88S-CXP] - 1878(Eng)-19??(???) - Licences: 6FM Dwellingup (1929-1931); 6FM Gnowangerup (1933); 6FM Esperance (1937-1939) - Qualifications: cc; CPRT 139, 1915; AOCP 560, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: stationmaster (Gnowangerup, 1931; Esperance, 1936-1937; Armadale, 1943; Collie, 1949) ===''MAYGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neil Hubert Mayger|Mayger, Neil Hubert]] [https://www.familysearch.org/tree/person/details/K2F7-J2D] - 1890(Vic)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: salesman (Darlinghurst, NSW, 1930); sales (Darlinghurst, 1937); salesman (East Sydney, 1937); Sales (Darlinghurst, 1943) ===''MCATEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McAteer|McAteer, Brother Joseph]] [https://www.familysearch.org/tree/person/details/GDKT-JWB] - 1881(NZ)-1931(NSW) - Licences: Receive Sacred Heart College Glenelg (1923); 5AQ Sacred Heart College Glenelg (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCAULEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Money McAuley|McAuley, William John Money "Bill"]] [https://www.familysearch.org/tree/person/details/LRKH-Z5Y] - 1909(Vic)-1987(Vic) - Licences: 3WM Melbourne (Brunswick, 1925-1931) - Qualifications: AOCP 221, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: jackaroo (Nyngan, 1930); grazier (Womboota, 1937-1943) ===''MCBRIDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander James McBride|McBride, Alexander James]] - 1914(Qld)-1993(Qld) - 4BR Brisbane (Wilston, 1939, 1947-1969), amateur operator (AOCP 2320, 1939, No. ?? in Qld), business (radio repair) ===''MCCABE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Bernard McCabe|McCabe, William Bernard]] [https://www.familysearch.org/tree/person/details/MZ1C-FN2] - 1864(Irl)-1938(WA) - Licences: 7AQ Clarence Point (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: gardener (St Kilda, Vic, 1912; Balaclava, 1913-1914; Elsternwick, 1915-1921; Caulfield, 1924); orchardist (Clarence Point, 1922-1928); civil engineer (Nedlands, WA, 1937) ===''MCCALMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Colin McCalman|McCalman, Maxwell Colin]] [https://www.familysearch.org/tree/person/details/GZN8-V77] - 1910(Vic)-1966(Vic) - 3KX Melbourne (Canterbury, 1925-1927), amateur operator (AOCP 142, 1925, No. ?? in Vic), amateur broadcaster, musician (1934), engineer (1943-1963) ===''MCCANDLISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack McCandlish|McCandlish, Jack]] [https://www.familysearch.org/tree/person/details/GZ2B-TJC] - 1915(Eng)-1943(Ins) - Licences: 3HN Sea Lake (1935-1939) - Qualifications: AOCP 1468, 1935, No. ?? in Vic - amateur operator, WW2 (Army, M Special Unit, Sergeant, Commando, 1943) - Electoral Rolls: farm hand (Sea Lake, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1685215] ===''MCCARTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Keith McCarthy|McCarthy, John Keith "Keith / Macca"]] - 19??(???)-1998(Qld) - 3FX Melbourne (Ascot Vale, 1932-1933), 2IM Sydney (Lane Cove, 1934), 2VM Sydney (Lane Cove, 1935), 3FX Melbourne (Hampton, 1937; Ascot Vale, 1938-1939; City, 1946-1947; Templestowe, 1954-1956), 9AR On board yacht Pandemonium (1969), P29AR/MM On board yacht Pandemonium (1975), 4DU Beenleigh (1980), 4PY Surfers Paradise (1980), amateur operator (AOCP 1036, 1932, No. ?? in Vic), amateur broadcaster, state public servant (Vic Railways, telegraphist), military (RAAF, DFC, AFM, AE) ===''MCCULLAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Austral McCullagh|McCullagh, Alexander Austral]] [https://www.familysearch.org/tree/person/details/GXNN-V7Y] - 1897(Qld)-1981(NSW) - Licences: Receive (Home Hill, 1923); 2RR Sydney (Balgowlah, 1965-1969); 9NI Norfolk Island (1975) - Qualifications: cc; 3COCP 2977, 1959; AOLCP 754, 1959; AOCP 4229, 1964, Qld - amateur receiver; amateur operator; WW1 - Electoral Rolls: soldier (Sandgate, Qld, 1919); chemist (Inkerman Mill, Qld, 1922); engineer (Bondi North, NSW, 1930; Abbotsford, NSW, 1932-1933; Edgecliff, NSW, 1933; Burwood, NSW, 1934-1936); manager (Balgowlah, NSW, 1949-1963); retired (Green Point, NSW, 1977-1980) ===''MCCULLOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Robert McCulloch|McCulloch, George Robert]] - 1907(Vic)-1969(Vic) - 3XM Receive Ballarat (1923-1924), 3GM Ballarat (1925-1939, 1946-1965+), amateur operator (AOCP 198, 1925, No. ?? in Vic), amateur broadcaster, radio engineer (Ballarat, 1931-1968) ===''MCDERMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Westall McDermott|McDermott, James Westall "Jim"]] [https://www.familysearch.org/tree/person/details/G37P-PY2] - 1913(Qld)-2010(Qld) - Licences: 4JM Brisbane (1930) & Nambour (1931-1939) - Qualifications: cc; AOCP 711, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4RM Robert Ernest McDermott; son of 4WP Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, Qld, 1936-1949); radio engineer (Nambour, Qld, 1954-1980) * [[/Robert Ernest McDermott|McDermott, Robert Ernest "Bob"]] [https://www.familysearch.org/tree/person/details/GXW8-QJ5] - 1917(Qld)-2006(Qld) - Licences: 4RM Nambour (1938-1939); 4RM Brisbane (Ekibin, 1946-1980+) - Qualifications: AOCP 2223, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); military (WW2, AIF); business proprietor (radio/TV retail, Ekibin) - Relationships: brother of James Westall McDermott; son of Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, 1943; Ekibin, 1949-1968); TV engineer (Tewantin, Qld, 1972-1980) * [[/Westall Samuel McDermott|McDermott, Westall Samuel]] [https://www.familysearch.org/tree/person/details/G37P-2SQ] - 1889(Qld)-1963(Qld) - Licences: 4WP Nambour (1938-1939, 1946-1954) - Qualifications: cc; AOCP 2087, 1938, No. ?? in Qld - amateur operator; amateur broadcaster - Relationships: father of James Westall McDermott & Robert Ernest McDermott - Electoral Rolls: school teacher (Hendon, Qld, 1916-1917; Sandgate, Qld, 1921; Glen Eagle, Qld, 1925-1928; Rosemount, Qld, 1934; Nambour, Qld, 1937-1958); retired (Nambour, Qld, 1963) ===''MCDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> SEE ALSO MACDONALD * [[/Arthur Stephen McDonald|McDonald, Arthur Stephen]] [https://www.familysearch.org/tree/person/details/G36J-ZLJ] - 1891(Vic)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 700, 1922 - broadcast engineer (PMGD, RANRS, AWA); professional society administrator (IEA) - Electoral Rolls: engineer (Townsville, Qld, 1913; St Kilda, Vic, 1916-1924; Vaucluse, NSW, 1930-1934); radio engineer (Darlinghurst, 1934-1936); engineer (Edgecliff, 1943; Double Bay, 1954) - Links: [https://adb.anu.edu.au/biography/mcdonald-arthur-stephen-7333 ADB]; [https://www.asap.unimelb.edu.au/bsparcs/biogs/P001299b.htm Bright Sparks] * [[/Colin McDonald|McDonald, Colin]] [https://www.familysearch.org/tree/person/details/GX67-SCG] - 1911(Qld)-1973(Qld) - Licences: 4CD Rockhampton (1935-1969) - Qualifications: cc; AOCP 1440, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Rockhampton, Qld, 1932-1958); accountant (Rockhampton, Qld, 1968-1972) * [[/Donald McDonald|McDonald, Donald "Don"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC)? * [[/Donald Munro McDonald|McDonald, Donald Munro]] - 19??(???)-19??(???) - Licences: 3KS Melbourne (Yarraville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - Comment: Several contemporaneous DMMs * [[/John McDonald|McDonald, John]] [https://www.familysearch.org/tree/person/details/GXM1-WJR] - 1894(NSW)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 137, 1915; CPRT 190, 1916 (replacement?) - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous JMcD - Electoral Rolls: Nil yet identified; Ancestry.com 1000s of hits to be sifted * [[/Wilfred Neville McDonald|McDonald, Wilfred Neville]] [https://www.familysearch.org/tree/person/details/GX67-DB1] - 1914(NSW)-19??(???) - Licences: 2ZT Sydney (Parramatta, 1935-1936); 4ZT Brisbane (Kangaroo Point, 1937; New Farm, 1938-1939; Annerley, 1947-1948) - Qualifications: cc; AOCP 1412, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Granville, NSW, 1936); radio engineer (Kangaroo Point, Qld, 1937); radio mechanic (Ashgrove, Qld, 1943); radio technician (Annerley, Qld, 1949); electrical engineer (Tennyson, Qld, 1954-1963); manager (Burleigh Heads, Qld, 1968-1980) ===''MCDONOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard McDonough|McDonough, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GXQX-NXY] - 1875(Wales)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, terminated Nov 1920) - Electoral Rolls: Royal Navy (Newport, Vic, 1914-1915); Royal Australian Navy (Yarraville, Vic, 1917-1919); hotel proprietor (West Maitland, 1930-1935); retired (Wickham, 1937) ===''MCDOWALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine McDowall|McDowall, Valentine "Val"]] [https://www.familysearch.org/tree/person/details/M14R-SPG] - 1881(Qld)-1957(Qld) - 4CN Receive Brisbane (1922); 4CM Brisbane (City, 1922-1939) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radiographer; WW2 - 4CM operator primarily Thomas Murray Browse Elliott after about 1925 - Electoral Rolls: medical practitioner (Laidley, 1906-1914; Clayfield, 1919; Ascot, 1934-1954) - Links: [https://adb.anu.edu.au/biography/mcdowall-valentine-7349 ADB] ===''MCDOWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Daniel McDowell|McDowell, John Edward Daniel or John Edward]] [https://www.familysearch.org/tree/person/details/GX86-J52] - 1914(Qld)-1978(Qld) - Licences: 4CX Brisbane (Ascot, 1937-1939); 4CX Gladstone (1947-1965); 4CX Brisbane (Wavell Heights, 1969-1980+) - Qualifications: cc; AOCP 1873, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: rubber worker (Ascot, Qld, 1937); chemist (Gladstone, Qld, 1943-1949); industrial chemist (Gladstone, Qld, 1954-1963); chemistry instructor (Wavell Heights, Qld, 1968-1977) ===''MCELWEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Johnston McElwee|McElwee, George Johnston]] - 1879(Tas)-1981(Tas) - involved with Launceston Radio Clubs searching for the roar ===''MCGARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Ignatius McGarry|McGarry, Lloyd Ignatius]] [https://www.familysearch.org/tree/person/details/G8GT-4PR] - 1919(NSW)-1977(Qld) - Licences: 4XY Roma (1937-1939); 4XY Rockhampton (1947); 4XY Brisbane (Taringa, 1948; Coorparoo, 1954-1956); 2ALM Sydney (Lakemba, 1960-1965); 1AM Canberra (Macquarie, 1969-1975); 4ALL Brisbane (Kingston, 1980+) - Qualifications: cc; AOCP 1943, 1937, Qld; BOCP 139, 1937; 2COCP 607, 1942; 1COCP 1026, 1946 - amateur operator; amateur broadcaster; broadcast technician (4GR, 4ZR); military (RAAF, WW2, mobile wireless, post WW2 Naval Intelligence); federal public servant (PMGD); scientist (Ionospheric Prediction Service) - Electoral Rolls: radio technician (Deagon, Qld, 1949); public servant (Coorparoo, Qld, 1954-1958; Townsville, Qld, 1958) ===''MCGAURAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Duncan James Macfarlane McGauran|McGauran, Duncan James Macfarlane]] - 1849(NZ)-1889(NSW) - radio clubs (Telegraph Electrical Society, Victoria, member; Society of Telegraph Engineers, London, member), employment (Vic Posts & Telegraphs; WA Posts & Telegraphs, Superintendant Telegraphs; NSW Posts & Telegraphs), patents in Quadraplex Telegraphy, father of Duncan James McGauran (telegraphist, accountant, inventor of a telephone meter) ===''MCGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carney Mitchell McGee|McGee, Carney Mitchell]] [https://www.familysearch.org/tree/person/details/G8VW-9LF] - 1910(SA)-1981(WA) - Licences: 5LX Adelaide (Mile End, 1930-1931) - Qualifications: cc; AOCP 676, 1930, No. ?? in SA; 2COCP 52, 1936; 1COCP 210, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (North Unley, SA, 1939); assistant radio inspector (Ivanhoe, Vic, 1943); radio inspector (Kensington, WA, 1949-1977); retired (Como, 1980) ===''MCGEOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Samuel McGeoch|McGeoch, William Leslie Samuel]] [https://www.familysearch.org/tree/person/details/LVNY-SDX] - 1912(WA)-2007(WA) - Licences: 6WL Brookton (1935-1939, 1947-1956); 6WL Bunbury (1960-1980+) - Qualifications: cc; AOCP 1442, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Brookton, WA, 1936-1943); radio service (Brookton, WA, 1958); electrician (Carey Park, WA, 1968-1980) ===''MCGOWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Walker McGowan|McGowan, Samuel Walker]] - 1829(Irl)-1887(Vic) - Vic Posts and Telegraphs (Superintendent Telegraphs), successfully tendered for the first Australian electric telegraph 1854 (Melbourne to Williamstown) then appointed to the public service to operate and maintain it, radio clubs (Telegraph Electrical Society, Victoria) ===''MCGRATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Philip McGrath|McGrath, Edward Philip "Ted"]] [https://www.familysearch.org/tree/person/details/GW87-9K5] - 1906(NSW)-1999(SA) - Licences: 5MO Adelaide (Parkside, 1933-1939; West Mitcham, 1947-1965; Aldgate, 1969) - Qualifications: cc; AOCP 1175, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Parkside, SA, 1939) * [[/Francis Thomas McGrath|McGrath, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GXM1-HRN] - 1891(Tas)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 87, 1915; 1COCP 45, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: public servant (Moonah, Tas, 1919); wireless operator (Thursday Island, 1922); engineer (Eagle Junction, 1925); telegraphist (South Yarra, 1926-1927); supervisor (Caulfield, Vic, 1928-1934; Camberwell, Vic, 1936) ===''MCGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aenas McGregor|McGregor, Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WT] - 1865(Vic)-1937(Vic) - Licences: XJEA Melbourne (Armadale, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: father of 3ZE Keith Wilfred Aeneas McGregor - Electoral Rolls: traveller (Armadale, 1919; Toorak, 1928-1936) * [[/Keith Wilfred Aeneas McGregor|McGregor, Keith Wilfred Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WQ] - 1903(Vic)-19??(???) - Licences: 3ZE Melbourne (Armadale, 1923-1924; Toorak, 1925) - Qualifications: cc; AOCP 52, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Relationships: son of XJEA Aeneas McGregor - Electoral Rolls: telegraphist (Toorak, 1925-1928) ===''MCGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Patrick Holman McGuire|McGuire, Leo Patrick Holman]] [https://www.familysearch.org/tree/person/details/G8HK-B2T] - 1906(NSW)-2001(WA) - Licences: 3KM Myrtleford (1929-1937); 3KM Corryong (1938-1939); 6MG Manjimup (1947-1969); 6MG Perth (Thornlie (1975-1980+) - Qualifications: AOCP 488, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: biograph operator (Wangaratta, 1928); picture proprietor (Albury, 1931); postal employee (Myrtleford, 1936-1937); postal clerk (Mt Magnet, 1943; Manjimup, 1949); radio mechanic (Manjimup, 1954-1972); retired (Thornlie, 1977-1980) ===''MCHUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles McHugh|McHugh, William Charles]] [https://www.familysearch.org/tree/person/details/GFMN-V5Z] - 1914(WA)-1978(WA) - Licences: 6KA or 6KD Perth (Guildford, 1936-1939) - Qualifications: cc; AOCP 1766, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: piano tuner (Guildford, WA, 1936-1943); radio mechanic (Belmont, WA, 1949; North Perth, WA, 1954); mechanic (Cottesloe, WA, 1954; Mt Pleasant, WA, 1963-1972) ===''MCINTOSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John James McIntosh|McIntosh, Stanley John James "Stan"]] [https://www.familysearch.org/tree/person/details/GXDL-C5P] - 1913(Qld)-1972(Qld) - Licences: 4PK Ipswich (Woodend, 1931-1939); 4PK Brisbane (Coorparoo, 1946-1969) - Qualifications: cc; AOCP 730, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (workshop foreman); business proprietor (electrical engineering) - Electoral Rolls: electrical fitter (Woodend, Qld, 1934-1937; Coorparoo, Qld, 1943-1972) ===''MCINTYRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Daniel George McIntyre|McIntyre, Daniel George]] [https://www.familysearch.org/tree/person/details/LTNG-PHV] - 1901(???)-1963(NSW) - Licences: 2VX Receive Sydney (Pymble, 1923); 2VX Sydney (Pymble, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Strathfield, 1930-1958); radio retailer (Pymble, 1963) ===''MCKAIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Lancelot Martyn McKail|McKail, Henry Lancelot Martyn or Martin "Hal"]] - 1887(WA)-1944(WA) - Licences: 6BT Perth (City, 1923-1924); 6BU Perth (City, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgan River, WA, 1910; West Perth, WA, 1916-1917); science master (Crawley, WA, 1925-1937) ===''MCKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander John McKenzie|McKenzie, Alexander John]] - 1905(???)-19??(???) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''MCKEOWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * McKenzie, Florence Violet (married name) - see Granville, Florence Violet (birth name) * [[/Allan McIllroy McKeown|McKeown, Allan McIllroy]] [https://www.familysearch.org/tree/person/details/L69J-SFC] - 1904(Vic)-1983(Vic) - Licences: 3YZ Melbourne (Alphington, 1924-1927); 3YZ Geelong (1931); 3YZ Melbourne (Northcote, 1933-1939, 1946-1969); 3YZ Ocean Grove (1975-1980) - Qualifications: cc; AOCP 51, 1925, No. ?? in Vic; AOLCP 42, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Northcote, 1936-1954; Alphington, 1968); nil (Ocean Grove, 1972-1977) ===''MCKINLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Harold McKinley|McKinley, Norman Harold "Shorty"]] [https://www.familysearch.org/tree/person/details/GWGP-TLC] - 1913(???)-1999(Qld) - Licences: 4CX Brisbane (Teneriffe, 1932-1933) - Qualifications: cc; AOCP 969, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Milton, Qld, 1949-1972); driver (Paddington, Qld, 1980) ===''MCLAUCHLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles David McLauchlan|McLauchlan, Charles David]] [https://www.familysearch.org/tree/person/details/LYL6-PYY] - 1876(Vic)-1943(Vic) - Licences: 6BW Receive Perth (Victoria Park, 1923); 6BW Perth (Victoria Park, 1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Eucla, 1906; Perth, 1910-1916); telegraph engineer (Victoria Park, 1925); superintendent telegraphs (South Yarra, 1931; Camberwell, 1937-1943) ===''MCLEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stewart Campbell McLean|McLean, Stewart Campbell]] [https://www.familysearch.org/tree/person/details/G86G-PMR] - 1910(Vic)-1994(Vic) - Licences: 3GK Melbourne (Yarraville, 1930-1933; Brunswick, 1937-1939, 1946-1948; Caulfield, 1960) - Qualifications: AOCP 601, 1930, No. ?? in Vic; AOLCP 65, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarraville, 1931-1936); nil (Elsternwick, 1954); engineer (Caulfield, 1958-1980) ===''MCLENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth McLennan|McLennan, Kenneth]] [https://www.familysearch.org/tree/person/details/GX9H-B4N] - 1892(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 124, 1915; 2COCP 185, 1930; 1COCP 238, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous KMcLs - Electoral Rolls: Nil yet identified ===''MCLEOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander McLeod|McLeod, Alexander]] [https://www.familysearch.org/tree/person/details/GMKJ-L25] - 1972(Vic)-1948(Qld) - Licences: 4CF Receive Brisbane (Red Hill, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: confectioner (Red Hill, 1903-1905); pastrycook (Red Hill, 1908-1926; Mt Bruce, 1929-1943) * [[/Gordon Stuart McLeod|McLeod, Gordon Stuart]] [https://www.familysearch.org/tree/person/details/G8V1-38Y] - 1912(NSW)-1966(NSW) - Licences: 3ZZ Geelong (West Geelong, 1930-1931; Newtown, 1933; Crib Point, 1937; Wallington, 1938); 2ADC Sydney (Sans Souci, 1939; Hurstville, 1946-1947; Beverley Hills, 1948-1965) - Qualifications: AOCP 707, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: RAN (Crib Point, Viv, 1937); petty officer RAN (Hurstville, 1943); clerk (Beverly Hills, 1949-1963) * [[/Norman McLeod|McLeod, Norman]] [https://www.familysearch.org/tree/person/details/G86P-8F2] - 1901(Vic)-1995(Vic) - Licences: 3NM Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 602, 19??, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Caulfield, 1937-1968) ===''MCLOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. C. McLoughlin|McLoughlin, E. C.]] - 19??(???)-19??(???) - Licences: 5KJ Port Lincoln (1928-1929) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCMAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Hanney McMahon|McMahon, Leo Hanney]] [https://www.familysearch.org/tree/person/details/GXD8-XQH] - 1914(Qld)-1992(NSW) - 4LM Brisbane (Toombul, 1933-1938); 2ALM Sydney (Darlinghurst, 1939); 2AC Sydney (Kingsford, 1946-1950; Randwick, 1956-1980+) - Qualifications: cc; AOCP 1104, 1933, Qld) - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, AMC); occupation (doctor) - Electoral Rolls: student (Camperdown, NSW, 1936-1937); medical practitioner (Kingsford, NSW, 1949; Randwick, NSW, 1954-1980) ===''MCMASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John McMaster|McMaster, John]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: ===''MCMATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph McMath|McMath, John Joseph]] [https://www.familysearch.org/tree/person/details/L5KG-ZK2] - 1910(Vic)-1999(Vic) - Licences: 3JJ Melbourne (Albert Park, 1927-1939; South Melbourne, 1946-1960; Elwood, 1975-1980+) - Qualifications: AOCP 351, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Albert Park, 1931-1937); manager (St Kilda, 1949-1954); retired (Brighton, 1963-1968; Black Rock, 1972-1977) ===''MCMURTRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Adam McMurtrie|McMurtrie, Sydney Adam or Adam Sydney "Sid"]] [https://www.familysearch.org/tree/person/details/LBQM-DQW] - 1908(NSW)-1982(Qld) - Licences: 4JR Booval (1929-1933); 2AFX Lismore (1937-1939); 4KT Gympie (1948) - Qualifications: cc; AOCP 491, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Gympie, 1936); radio salesman (Lismore, 1937); telephone mechanic (Gympie, 1943-1980) ===''MCNALTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McNalty|McNalty, Joseph]] [https://www.familysearch.org/tree/person/details/GXXW-67M] - 1901(Qld)-1967(Qld) - Licences: 4DZ Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (East Toowoomba, Qld, 1925; Mackay, Qld, 1930-1943); public servant (Fairfield, Qld, 1949); clerk (Toowong, Qld, 1954); telegraphist (St Lucia, Qld, 1958) ===''MCNICOL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Edgar McNicol|McNicol, Robert William Edgar]] [https://www.familysearch.org/tree/person/details/GX8D-6NN] - 1917(Qld)-1974(Qld) - Licences: 4WM Brisbane (Teneriffe, 1936-1939) - Qualifications: cc; AOCP 1680, 1936, Qld; BOCP 57, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Teneriffe, Qld, 1943); university lecturer (Tarragindi, Qld, 1954-1972) ===''MCPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Thomas McPherson|McPherson, Colin Thomas or Thomas Collins]] [https://www.familysearch.org/tree/person/details/G8CT-HST] - 1897(Vic)-1951(Vic) - Licences: 3LU Melbourne (Footscray, 1929-1939) - Qualifications: AOCP 523, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: student (Footscray, 1919); storeman (Footscray, 1922-1942) * [[/Murdoch John McPherson|McPherson, Murdoch or Murdock John]] [https://www.familysearch.org/tree/person/details/27D9-9TB] - 1904(Qld)-1972(NSW) - Licences: 4MC Merinda (1927) - Qualifications: cc; CPRT 916, 1926; 2COCP 58, 1929; 1COCP 161, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: motor driver (Merinda, Qld, 1925); wireless operator (Paddington, Qld, 1929); clerk (Mt Coolah, NSW, 1968) ===''MEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Mead|Mead, Jack]][https://www.familysearch.org/tree/person/details/GFM3-ZSH] - 1915(WA)-2009(WA) - Licences: 6LJ Perth (East Victoria Park, 1931-1939; Wembley, 1947-1960) - Qualifications: cc; AOCP 803, 1931, No. ?? in WA; AOLCP 168, 1934; 1COCP 289, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Victoria Park, WA, 1937); mechanic (Wembley, WA, 1943-1980) * [[/Jordan Arthur Mead|Mead, Jordan Arthur]] [https://www.familysearch.org/tree/person/details/LTJF-1KH] - 1907(NSW)-1993(NSW) - Receive Sydney (Ashfield, 1923-1924), 2JA Sydney (Ashfield, 1925-1928), 2JA Byron Bay (1929-1930), 2AJA Sydney (Ashfield, 1946; Bexley, 1947-1957), 2JM Sydney (Bexley, 1958-1980), qualifications (AOCP 212, 1925, No. ?? in NSW), amateur operator, amateur broadcaster, electoral rolls: telephone mechanic (Byron Bay, 1930; Ashfield, 1931-1943), power technician (Bexley, 1949-1968), electrical field officer (Bexley, 1972-1980) ===''MEADOWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Meadows|Meadows, Robert Cecil]] [https://www.familysearch.org/tree/person/details/GXH2-ZRK] - 1907(Eng)-1966(NSW) - Licences: 4RM Mackay (1932-1939); 2ARM Sydney (Kirribilli, 1946-1948); 2IN Sydney (Rhodes, 1956-1958; Chiswick, 1960; Long Jetty, 1961; Killarney Vale, 1965) - Qualifications: cc; AOCP 879, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (Pems Radio, Rockhampton); journalist (Minchens Electrical Weekly); WW1; WW2 - Electoral Rolls: reporter (Crows Nest, NSW, 1930); radio mechanic (Bundaberg, Qld, 1931-1932); radiotrician (Mackay, 1934-1937); wireless instructor (Kirribilli, NSW, 1943); manager (Rhodes, NSW, 1954-1958); retired (Five Dock, NSW, 1958; Killarney Vale, NSW, 1963) ===''MEDHURST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Edney Medhurst|Medhurst, Edgar Edney]] [https://www.familysearch.org/tree/person/details/GHD6-WFC] - 1902(Tas)-1966(Vic) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Frederick William Medhurst|Medhurst, Frederick William "Pop" (in latter years)]] [https://www.familysearch.org/tree/person/details/M4GS-R6P] - 1868(Eng)-1969(Tas) 101yo - Licences: XZD Hobart (1913-1914); 7AH Receive Hobart (Sandy Bay, 1923); 7AH Hobart (Sandy Bay, 1924-1939, 1946-1947) - Qualifications: Nil yet identified - early wireless experimenter from 1901; amateur operator; amateur broadcaster; business (Medhurst & Sons, 1920s) - Relationships: father of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst, all in the business and interested in radio * [[/Harry Frederick Medhurst|Medhurst, Harry Frederick]] [https://www.familysearch.org/tree/person/details/GHD6-QZV] - 1893(Tas)-1963(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Phillip Aubrey Medhurst|Medhurst, Phillip Aubrey]] [https://www.familysearch.org/tree/person/details/GHD6-DFX] - 1895(Tas)-1969(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Rowland Arthur Medhurst * [[/Rowland Arthur Medhurst|Medhurst, Rowland Arthur]] [https://www.familysearch.org/tree/person/details/GHD6-ZT4] - 1892(Tas)-1969(Tas) - early wireless experimenter, lecturing on wireless 1911, never licensed, likely utilised licence of XZD-7AH (father), son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst ===''MEDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel James Clifford Medlin|Medlin, Noel James Clifford]] [https://www.familysearch.org/tree/person/details/G3MB-743] - 1917(Vic)-2004(Vic) - broadcast planning engineer (ABCB), federal public servant (ABCB), WW2 - Electoral Rolls: engineer (Gardiner, 1943; St Kilda, 1949; Camberwell, 1954-1977); retired (Inverloch, 1980) - father of AM directional antennas in Australia ===''MENON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Menon|Menon, Geoffrey John]] [https://www.familysearch.org/tree/person/details/LT4F-3CQ] - 1905(SA)-1969(NSW) - 3OG Receive Melbourne (St Kilda, 1923-1924), 3OG Melbourne (St Kilda, 1925-1927), 2OG Sydney (Haberfield, 1928; Croydon, 1929-1931), 3OG Melbourne (East Kew, 1933), 2OG Sydney (Northbridge, 1934-1935; Chatswood, 1936-1937; Longueville, 1938-1939, 1946-1948; Pymble, 1950; West Pennant Hills, 1954-1965; Arcadia, 1969), amateur operator (AOCP 209, 1925, No. ?? in Vic), amateur broadcaster, electrician (St Kilda West, 1926-1927), radio engineer (Coburg, 1931), engineer (Kew, 1934), radio engineer (Chatswood, 1937; Longueville, 1943), engineer (Baulkham Hills, 1954-1958; Arcadia, 1968) ===''MERCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie George Merchin|Merchin, Leslie George]] [https://www.familysearch.org/tree/person/details/LTLT-SSF] - 1917(Qld)-1994(Qld) - Licences: 4ML Richmond (1934-1939); 4MG Richmond (1948); 4MG Killarney (1954-1980+) - Qualifications: cc; AOCP 1399, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: garage proprietor (Richmond, Qld, 1943-1949); motor mechanic (Killarney, Qld, 1954-1968; Rockhampton North, Qld, 1972-1980) ===''MEREDITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement George Benger Meredith|Meredith, Clement George Benger]] [https://www.familysearch.org/tree/person/details/KZJD-6S6] - 1885(WA)-1959(USA) - Licences: Nil yet identified - Qualifications: cc; CPRT 15, 1914 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Windsor, Vic, 1914-1916); officer-in-charge wireless (Geraldton, WA, 1916-1917) * [[/Llewellyn Lennon Meredith|Meredith, Llewellyn Lennon]] [https://www.familysearch.org/tree/person/details/GD8W-LV7] - 1885(Eng)-1923(NSW) - Licences: Nil yet identified - Qualifications: CPRT 246, 1916 - ship wireless officer, AWA (traffic manager) - Electoral Rolls: Nil yet identified - Comment: Gone too soon - Links: [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_04_04#P.22_-_Obituary_-_Mr._L._L._Meredith|Obit]] ===''MESSENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Albert Messenger|Messenger, Percival Albert]] [https://www.familysearch.org/tree/person/details/GXRP-BS1] - 1892(SA)-1980(NSW) - Licences: 5PM Adelaide (Largs Bay, 1928) - Qualifications: cc; CPRT 70, 1915 (Marconi); CPRT 152, 1915 (Balsillie) - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: manager (Randwick, NSW, 1936; Coogee, NSW, 1943-1958; Randwick, NSW, 1963-1980) ===''MICHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Hector Ernest Henderson Michell|Michell, Hector Ernest Henderson "Ernest"]] [https://www.familysearch.org/tree/person/details/GQNQ-T5H] - 1897(Vic)-1984(Vic) - Licences: 3JP Receive Melbourne (Caulfield, 1922); 3JP Melbourne (Caulfield, 1923-1931; Elsternwick, 1933); 3JP Hamilton (1937-1939); 3AEM Hamilton (1960-1969); 3JX Hamilton (1975-1980+) - Qualifications: cc; AOCP 162, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; operator of 3LR Elsternwick Radio Club (1925); WW1; land officer (Hamilton, 1936) - Electoral Rolls: clerk (Balaclava, 1919-1921); draftsman (Caulfield, 1922); land officer (Hamilton, 1936-1980) ===''MILBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Leslie Milburn|Milburn, Henry Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/G8NV-8VJ] - 1890(Vic)-1957(Qld) - Licences: 4HM Home Hill (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Toowong, 1919); electrical engineer (Home Hill, 1922-1925; Stanthorpe, 1934-1949) - Halcyon: not mentioned? ===''MILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Thomas Miles|Miles, Gilbert Thomas]] [https://www.familysearch.org/tree/person/details/L19Y-X19] - 1904(Vic)-1981(NSW) - Licences: 7KQ Hobart (Bellerive, 1937-1939) - Qualifications: cc; AOLCP 106, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Camberwell, 1925-1926); electrical engineer (Glen Iris, Vic, 1931); engineer (Elsternwick, 1936); radio engineer (Croydon, NSW, 1943-1972); engineer (Croydon, 1977-1980) * [[/Harry Raymond Miles|Miles, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G8NJ-DQ2] - 1911(WA)-2003(WA) - Licences: 6XL Perth (Mt Lawley, 1930-1933); 6XL Wiluna (1937); 6XL Perth (Mt Lawley, 1938-1939) - Qualifications: cc; AOCP 645, 1930, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Wiluna Gold Mines, WA, 1936; Mt Beauty, Vic, 1954); poultry farmer (Balga, WA, 1958-1972); farmer (Wanneroo, WA, 1977-1980) ===''MILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Eric Mill|Mill, William Eric]] [https://www.familysearch.org/tree/person/details/9779-JP8] - 1896(SA)-1980(WA) - Licences: XYAG Burbanks (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: ===''MILLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roydon Arthur Milledge|Milledge, Roydon Arthur]] [https://www.familysearch.org/tree/person/details/GMJY-3DW] - 1903(Vic)-1983(Tas) - Licences: 3WT Shepparton (1936-1937); 7WT Hobart (1938-1939); 7WT Ulverstone (1947-1948+); 7WT Hobart (1956-1960+) - Qualifications: cc; AOCP 1693, 1936, No. ?? in Vic - amateur operator; amateur broadcaster; WW2; bank clerk 1931; Civil Engineer 1950s - Electoral Rolls: assistant engineer (State Savings Bank, Auburn, 1927); engineer (Glenhuntley, 1931-1934); civil engineer (Shepparton, 1936) ===''MILLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dunlop Millen|Millen, John Dunlop]] [https://www.familysearch.org/tree/person/details/GC9X-S4W] - 1877(Irl)-1941(Tas) - Licences: Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver; senator - Electoral Rolls: mining engineer (Waratah, 1914-1919; Newstead, 1922-1937) ===''MILLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alexander Miller|Miller, Charles Alexander "Charlie"]] [https://www.familysearch.org/tree/person/details/G8NV-YRR] - 1915(NSW)-1999(Qld) - Licences: 4US Brisbane (New Farm, 1933-1936); 2ADE Casino (1935-1939, 1946-1961); 4QM Caloundra (1969-1980+) - Qualifications: AOCP 1208, 1933, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); part of the "U" gang, military (WW2, RAAF) - Electoral Rolls: radio mechanic (Casino, 1943-1963); army officer (Ipswich, 1963); retired (Shelley Beach, 1968-1972; Caloundra, 1977-1980) * [[/Charles Harcourt Miller|Miller, Charles Harcourt]] [https://www.familysearch.org/tree/person/details/G6MC-9QY] - 1921(Tas)-2001(Tas) - Licences: 7CM Hobart (Bellerive, 1936-1939; Taroona, 1969-1980+) - Qualifications: cc; AOCP 1799, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Bellerive, 1943) * [[/Francis George Miller|Miller, Francis George "Frank"]] [https://www.familysearch.org/tree/person/details/LYD2-LHT] - 1895(SA)-1954(SA) - Licences: 5BF Mt Gambier (1923-1939, 1946-1954) - Qualifications: cc; AOCP 185, 1925, No. ?? in SA; BOCP 58, 1936 - amateur operator; amateur broadcaster; broadcast engineer; founder of commercial station 5MU Murray Bridge; WW1 - Electoral Rolls: fitter (Murray Bridge, 1939-1943) [https://www.qsl.net/vk5br/FrankMiller.pdf Biography] * [[/Frank Colin Miller|Miller, Frank Colin]] [https://www.familysearch.org/tree/person/details/GX9C-86L] - 1884(Eng)-1953(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 126, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: engine operator (Radio Station, Roebourne, 1916-1917); station hand (Marron Station, 1918; Carnarvon, 1921; Mallina, 1922-1925); contractor (Roebourne, 1930-1936; Karratha Station, 1937); labourer (Roebourne, 1943); cook (Wittenoom Gorge, 1949) * [[/H. Miller|Miller, H.]] - 19??-19?? - 4EH Brisbane (Ascot, 1923-1924); 2EH Sydney (Dulwich Hill, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert Edward Miller|Miller, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GD2Q-XMX] - 1899(NSW)-19??(???) - Licences: 2HE Sydney (Belmore, 1931-1939) - Qualifications: cc; CPRT 932, 1926; 2COCP 329, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Campsie, 1930; Belmore, 1932-1943); miner (Glen Davis, 1943) * [[/Herbert Leslie Miller|Miller, Herbert Leslie]] [https://www.familysearch.org/tree/person/details/GD2Q-7LH] - 1897(Qld)-1966(Qld) - Licences: 4CA Receive Brisbane (West End, 1922); 4HL Brisbane (Hill End, 1927) - Qualifications: CPRT 330, 1917; 2COCP 329, 1940; 1COCP 483, 1940s; BOCP 370, 1941 - ship wireless officer (RMS Bingera, 1920); amateur operator; amateur broadcaster; sales (J. B. Chandler, 1924; Overells, 1925) - Electoral Rolls: wireless officer (West End, 1921); salesman (West End, 1925); manager (Coorparoo, 1928); salesman (Coorparoo, 1937-1954); clerk (Camp Hill, 1958-1963) ===''MILLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hugh Milligan|Milligan, Stanley Hugh]] [https://www.familysearch.org/tree/person/details/2CB1-L7Y] - 1901(Vic)-1976(Vic) - Licences: 3AU Receive Geelong (1922-1923); 3AU Geelong (1924); 3AU Eaglehawk (1924-1926); 3AU Chilwell (1927-1931); 3AU Geelong (1937-1939); 3AU Melbourne (Surrey Hills, 1947; Auburn, 1948) - Qualifications: cc; AOCP 125, 1925, No. ?? in Vic; AOLCP 164, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Eaglehawk, 1924-1926; Geelong West, 1924); radio mechanic (Chilwell, 1927-1931); watchman (Geelong West, 1934-1937); storekeeper (Hawthorn, 1949); engineer (Canterbury, 1954-1968); nil (Doncaster, 1972) ===''MILLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Griffiths John Mills|Mills, Griffiths John]] - 19??(???)-19??(???) - Licences: 6CK Receive Perth (Subiaco, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Subiaco, 1929-1931) * [[/Norman Gibson Mills|Mills, Norman Gibson]] [https://www.familysearch.org/tree/person/details/9415-SSS] - 1890(Vic)-1959(Qld) - Licences: 4NM Brisbane (Moorooka, 1938-1939, 1947-1956; Margate, 1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Toowong, Qld, 1919); contractor (Moorooka, Qld, 1921-1954); retired (Margate, Qld, 1958) * [[/Ralph Mervyn Mills|Mills, Ralph Mervyn]] [https://www.familysearch.org/tree/person/details/G8JD-GST] - 1909(NSW)-1989(NSW) - Licences: 2MM Sydney (Balmain, 1930-1934; Canterbury, 1935-1936) - Qualifications: AOCP 660, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Balmain, 1931-1937); engineer (Pymble, 1949-1977; West Pymble, 1980) ===''MILNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Brough Milne|Milne, Andrew Brough]] [https://www.familysearch.org/tree/person/details/9KXN-QZV] - 1890(South Africa)-1979(Qld) - Licences: 4BM Dealer Mackay (1926-1927) - Qualifications: 3COCP 3492, 1961 - dealer licence - Electoral Rolls: motor mechanic (Mackay, 1915-1943); mechanical engineer (North Mackay, 1949-1977) * [[/John Collicott Milne|Milne, John Collicott]] [https://www.familysearch.org/tree/person/details/MP34-518] - 1903(Tas)-1990(Tas) - Licences: 7AG Gretna (1923-1939, 1946-1980+) - Qualifications: cc; AOCP 604, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Gretna, 1928-1980) ===''MILNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Frederick Milner|Milner, George Frederick]] [https://www.familysearch.org/tree/person/details/GF7W-W4D] - 1908(WA)-1992(WA) - Licences: 6GF Perth (Mt Lawley, 1931-1933) - Qualifications: cc; AOCP 788, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1931; North Beach, WA, 1936-1937); RAAF (Nedlands, WA, 1943-1980) * [[/James Milner|Milner, James]] [https://www.familysearch.org/tree/person/details/GZXH-1DM] - 1901(Eng)-1947(Qld) - Licences: 4AK Brisbane (Kelvin Grove, 1923-1927; Ashgrove, 1931-1936); 4AU Brisbane (1937-1939) - Qualifications: cc; AOCP 93, 1925, No. 11 in Qld - amateur operator; amateur broadcaster (prominent from Valley Theatre) - Withdrawal: 4AK amateur callsign withdrawn by the PMGD for allocation to the new 4AK Oakey commercial service - Electoral Rolls: fitter (Kelvin Grove, 1925-1926); electrical fitter (Ashgrove, 1928-1943) ===''MINCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur W. Minchin|Minchin, Arthur W.]] - 19??-19?? - 4AM Rockhampton - amateur operator (AOCP ???, 19??, No. ?? in Qld), amateur broadcaster, broadcast engineer (4RO Cmcl), wireless retail business proprietor - seems in error, see William Allan Minchin * [[/William Allan Minchin|Minchin, William Allan]] [https://www.familysearch.org/tree/person/details/LV7Q-86C] - 1893(Vic)-1976(NSW) - Licences: 4AM Rockhampton (1938-1939) - Qualifications: cc; CPRT 220, 1916; 2COCP 365, 1931; 1COCP 244, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: wireless engineer operator (Wyndham, 1917); farmer (Toodyay, 1925); radio engineer (Rockhampton, 1936-1943; Lismore, 1949-1954; Hunters Hill, 1958-1968); engineer (Hunters Hill, 1972) ===''MINEHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Minehan|Minehan, W. A.]] - 19??(???)-19??(???) - Licences: 4AM Rockhampton (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MINGAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Francis Mingay|Mingay, Oswald Francis "Ossie"]] [https://www.familysearch.org/tree/person/details/K45G-NZG] - 1895(NSW)-1973(NSW) - Licences: 2XX Sydney (Turramurra, 1923-1926; Sydney, 1931-1933) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast engineer; journalist; publisher; WW1; WW2 - Electoral Rolls: engineer (Collaroy, 1930); managing editor (Pymble, 1930-1932); radio engineer (Lindfield, 1933-1934); publisher (Lindfield, 1937-1963; St Ives, 1963-1968) - Comment: licensed operator of 2WV Burgin Electric Co. (1923) [https://adb.anu.edu.au/biography/mingay-oswald-francis-ossie-11135 ADB]; [https://www.qsl.net/vk2dym/radio/Mingay.htm MacKinnon] ===''MITCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Theodore Mitchell|Mitchell, Alexander Theodore]] [https://www.familysearch.org/tree/person/details/GXNY-CC2] - 1872(???)-1966(Qld) - Licences: Receive Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer (Red Hill, Qld, 1921; Torwood, Qld, 1922); electrical engineer (Toowoomba, Qld, 1925; Wilston, Qld, 1928-1929; Sandgate, Qld, 1936-1963) * [[/Harold Benson Mitchell|Mitchell, Harold Benson]] [https://www.familysearch.org/tree/person/details/LDVS-QN7] - 1901(Vic)-1962(Vic) - Licences: 3CZ Receive Melbourne (Elwood, 1922-1923); 3CZ Melbourne (Elwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Elwood, 1924-1927); manager (Caulfield, 1937); manufacturer (Caulfield, 1942); manager (Caulfield, 1949); merchant (St Kilda, 1949); manager (St Kilda, 1954) * Mitchell, Hector Ernest Henderson "Ernest" - see Michell, Hector Ernest Henderson "Ernest" (frequent misspelling) * [[/Stanley John Mitchell|Mitchell, Stanley John]] [https://www.familysearch.org/tree/person/details/LDVS-Q83] - 1887(Vic)-1974(Monaco) - Licences: 3SJ Melbourne (Brighton, 1924-1927) - Qualifications: cc; AOCP 53, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Toorak, 1912-1916; Brighton, 1919-1928); investor (Brighton, 1936-1937) financier (Vaucluse, NSW, 1943) ===''MOFFATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert David Gray Moffatt|Moffatt or Moffat or Gray, Robert David Gray "Bob"]] [https://www.familysearch.org/tree/person/details/GX8V-PM3] - 1911(Qld)-1983(Qld) - Licences: 4RD Mackay (1935-1939); 4RD Gracemere (1947-1948); 4RD Mackay (1954-1980+) - Qualifications: cc; AOCP 1549, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Herberton, Qld, 1936; Mackay, Qld, 1937); mechanic in broadcasting (Gracemere, Qld, 1949); technician (Mackay, Qld, 1954-1980) ===''MONEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Dudley Money|Money, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/G3JD-M9H] - 1907(Vic)-1986(Vic) - 3MY Melbourne (Canterbury, 1925-1939; Upwey, 1946-1948; Cheltenham, 1954-1969; East Bentleigh, 1975-1980+), amateur operator (AOCP 205, 1925, No. ?? in Vic), amateur broadcaster, draughtsman (Camberwell, 1931-1934), engineer (Upwey, 1942-1949; Moorabbin, 1954-1967; East Bentleigh, 1972-1980) ===''MONKHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Isaac Monkhouse|Monkhouse, Walter Isaac]] [https://www.familysearch.org/tree/person/details/K8ZT-YPN] - 1887(NZL)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio clubs (QWI & WIA Qld, president & lecturer); senior state public servant (Qld Public Works Dept, State Electrical Engineer); witness to Royal Commission 1927 (as president WIA Qld) - Electoral Rolls: telephone instructor (South Brisbane, 1919); engineer (Teneriffe, 1925; New Farm, 1928; Taringa, 1936-1954); electrical engineer (Bardon, 1958-1963) ===''MONKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Brendan Monks|Monks, Alfred Brendan]] [https://www.familysearch.org/tree/person/details/GDR2-444] - 1894(Tas)-1973(Vic) - Licences: 3AAB Melbourne (Diamond Creek, 1948; Northcote, 1954-1960; Preston, 1965-1969) - Qualifications: cc; CPRT 571, 1920; 2COCP 272, 1930; 1COCP 282, 1932 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1915) - Relationships: twin brother of 7BR Cyril Wilson Monks - Electoral Rolls: Western Electric engineer (East Sydney, 1930); licensee Railway Commercial Hotel (Albury, 1931-1932); radio telegraphist (Centennial Park, 1943); radio officer (Reservoir, Vic, 1963; Preston, 1967-1972) * [[/Cyril Wilson Monks|Monks, Cyril Wilson]] [https://www.familysearch.org/tree/person/details/GDR2-96N] - 1894(Tas)-1976(Vic) - Licences: 7BR Receive Hobart (Battery Point, 1923); Receive Hobart (Battery Point, 1923-1924) - Qualifications: cc; 1COCP 225, 1931 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1919); WW2 - Relationships: twin brother of 3AAB Alfred Brendan Monks - Electoral Rolls: federal civil servant (Battery Point, 1928); public servant (Bellerive, 1936-1937); radio inspector (Scarborough, WA, 1943; Nedlands, 1949); retired (Frankston, 1972) ===''MONTEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Monteath|Monteath, Frederick]] - 1895(Vic)-1943(NSW) - Licences: 3VM Receive Melbourne (Elsternwick, 1923-1924); 3KP Melbourne (Elsternwick, 1930-1933) - Qualifications: AOCP 694, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: photographer (Prahran, 1919; Elsternwick, 1921); mercer (Elsternwick, 1924-1931); photographer (Glenmore, NSW, 1934-1935; Ashfield, 1937); storekeeper (Rockdale, 1943) ===''MOODY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Percy Moody|Moody, Francis Percy]] [https://www.familysearch.org/tree/person/details/L1D9-KLG] - 1903(Qld)-19??(???) - Licences: 4FM Cairns (1932-1969) - Qualifications: cc; AOCP 967, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Rockhampton North, 1925-1926); accountant (Cairns, 1926-1949); radio dealer (Cairns, 1954-1980) ===''MOORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Moore|Moore, Albert Ernest "Ernie"]] [https://www.familysearch.org/tree/person/details/KW6D-TMT] - 1916(Qld)-1982(Qld) - Licences: 4?? Brisbane - Qualifications: cc; NAOCP Q728, 1980, No. ?? in Qld - amateur operator; prominent MW and SW broadcast DXer; clubs (All-Wave All-World DX Club, Shortwave League of Western Australia, Australian Radio DX Club, New Zealand Radio DX League, Southern Cross DX Club, DX Australia) - QSLs: portion (200+) of later QSL collection survives (ARDXC/NFSA) * [[/Eric John Theodore Moore|Moore, Eric John Theodore]] [https://www.familysearch.org/tree/person/details/GD91-7LN] - 1894(NSW)-1940(NSW) - Licences: XEM Sydney (Petersham, 1913-1914); Receive (Crystal) Sydney (Neutral Bay, 1923); 2EM Sydney (Neutral Bay, 1924-1928) - Qualifications: cc; CPRT 161, 1915; 2COCP 237, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Awards: UK merchant seaman medal - Electoral Rolls: engineer (Bronte, 1934-1937) * [[/Francis Leonard Moore|Moore, Francis Leonard "Frank"]] - 19??(???)-1924(NSW) - 2?? Sydney, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, employment (Archibald John Shaw, Maritime Wireless Co, United Distributors) - Comment: electrocuted while conducting wireless experiments * [[/Louis James Murphy Moore|Moore, Louis James Murphy "Leo"]] [https://www.familysearch.org/tree/person/details/L45W-GS4] - 1888(Vic)-1968(Vic) - Licences: 3LO Receive Seymour (1923); 3LO Seymour (1924-1925); 3MS Seymour (1924-1927) - Qualifications: cc; CPRT 85, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918); amateur operator; amateur broadcaster - Electoral Rolls: telegraph operator (Clifton Hill, 1909); telegraphist (Collingwood, 1912-1914); wireless operator (Collingwood, 1917-1919); telegraphist (Elsternwick, 1922); clerk (Seymour, 1924-1931; Bentleigh, 1936-1949); guesthouse proprietor (Healesville, 1954); clerk (Oakleigh, 1963-1968) - Withdrawal: Likely 3LO callsign withdrawn for allocation to 3LO Melbourne Class A ===''MOORHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Martin Moorhouse|Moorhouse or Moorehouse, Herbert Martin]] [https://www.familysearch.org/tree/person/details/KJPG-1HL] - 1899(Tas)-1990(WA) - Licences: 7HM Hobart (North Hobart, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Hobart South, 1922); carpenter (New Town, 1928); carrier (Hobart North, 1936); motordriver (Queensborough, 1949) ===''MORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Donald Moran|Moran, Cyril Donald]] - 19??-19?? - broadcast technician at 4QG under Qld Government, state public servant (4QG) ===''MORGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Mowbray Morgan|Morgan, Donald Mowbray]] [https://www.familysearch.org/tree/person/details/GDP7-218] - 1907(NSW)-1988(Tas) - Licences: T749 Receive Glebe (1922); Receive Glebe (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Huonville, 1928-1972) * [[/Ivor Morgan|Morgan, Ivor]] [https://www.familysearch.org/tree/person/details/LRSY-S8G] - 1909(Vic)-1977(Vic) - Licences: 3DH Melbourne (East Malvern, 1930-1933; Shepparton, 1937; East Malvern 1938-1939; Hawthorn, 1946-1975) - Qualifications: cc; AOCP 605, 1930, No. ?? in Vic; BOCP 20, 1936; TVOCP, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1931-1934); engineer (Brighton, 1936); broadcast engineer (3SR Shepparton, 1937); technician (Hawthorn, 1943-1977) - Relationships: Father of 3ZFM V. I. Morgan * [[/Reginald George Morgan|Morgan, Reginald George]] [https://www.familysearch.org/tree/person/details/LRFR-D7H] - 1914(Eng)-1993(NSW) - Licences: 6RM Perth (City, 1931); 2AJS Sydney (Randwick, 1938-1939); 2ABM Sydney (Coogee, 1946-1950; Bankstown, 1954-1958; Greenacre, 1960-1980+) - Qualifications: cc; AOCP 755, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Coogee, NSW, 1936-1937); no occupation (Coogee, NSW, 1949); electrical mechanic (Bankstown East, NSW, 1954); mechanic (Greenacre, NSW, 1963-1980) * [[/William Albert Morgan|Morgan, William Albert]] [https://www.familysearch.org/tree/person/details/9HVG-8PW] - 1899(Tas)-1965(Tas) - Licences: 7AI Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart West, 1922); electrical fitter (New Town, 1928-1937); fitter (New Town, 1943-1954); manager (Montrose, 1963) ===''MORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. H. Morley|Morley, W. H.]] - 19??(???)-19??(???) - Licences: 2WU Sydney (Watersleigh, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''MORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John William Morris|Morris, Albert John William]] [https://www.familysearch.org/tree/person/details/9V2B-Y2J] - 1873(Tas)-1940(Tas) - Licences: 7BS Receive Hobart (West Hobart, 1923); Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Hobart North, 1914-1943) * [[/Cecil Ralph Newman Morris|Morris, Cecil Ralph Newman]] [https://www.familysearch.org/tree/person/details/G3MW-YGT] - 1906(Qld)-1971(Qld) - Licences: Receive Brisbane (Rosalie, 1923); 4CN Brisbane (Rosalie, 1928); 4LW Brisbane (Rosalie, 1929-1933; Ashgrove, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 398, 1928, No. 45 in Qld - amateur operator; amateur broadcaster; technician (PMGD); WW2 - Electoral Rolls: mechanic (Rosalie, 1928); postal mechanic (Ashgrove, 1936-1954); supervising technician (Rosalie, 1958-1968) * [[/Glynn Ian Elliott Morris|Morris, Glynn Ian Elliott]] [https://www.familysearch.org/tree/person/details/G8XG-9TS] - 1908(???)-19??(???) - Licences: 3BZ Melbourne (Mordialloc, 1930-1939; Parkdale, 1946-1980+) - Qualifications: AOCP 621, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Mordialloc, 1931-1937); mechanic (Mentone, 1943); official (Mentone, 1949-1968); secretary (Mentone, 1972-1980) * [[/Jack Dudley Morris|Morris, Jack Dudley]] [https://www.familysearch.org/tree/person/details/GZ2R-NMZ] - 1914(Vic)-1944(At Sea) - Licences: 3LX Melbourne (Oakleigh, 1933, pirate); 3DQ Melbourne (Oakleigh, 1934-1937) - qualifications: AOCP 1244, 1934, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (mention in despatches) - electoral rolls: operator (Oakleigh, 1936-1942) - Sacrifice: "Greater love hath no man than this" * [[/Richard Charles William Morris|Morris, Richard Charles William (BDM) or Charles Richard William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXW7-56S] - 1922(Qld)-1984(Qld) - Licences: 4MT Rockhampton (1954-1980) - Qualifications: cc; AOCP 3210, 1951, Qld; BOCP 1460, 1956 - amateur operator; WW2 - Electoral Rolls: electrician (Rockhampton, 1949); electrical fitter (Rockhampton, 1954-1963); radio technician/electrician (Rockhampton, 1968-1972); radio technician (Rockhampton, 1977-1980) * [[/Ronald David Morris|Morris, Ronald David]] [https://www.familysearch.org/tree/person/details/LX5W-S7Z] - 1904(Vic)-1997(Vic) - Licences: 3AP Receive Melbourne (Caulfield, 1922); 3AP Melbourne (Caulfield, 1922-1927); 3APM Melbourne (East Brighton, 1947-1980+) - Qualifications: cc; AOCP 151, 1925, No. ?? in Vic; CPRT 919, 1926; BOCP 600, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Caulfield, 1925-1931); radio (Brighton, 1936-1937); mechanic (Brighton, 1943; Elsternwick, 1949-1967; Brighton East, 1972-1977) * [[/Sydney Paul Francis Morris|Morris, Sydney Paul Francis "Syd"]] [https://www.familysearch.org/tree/person/details/GX95-MRP] - 1888(Vic)-1960(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: clerk (Prahran, Vic, 1909; Dandenong, 1912-1913); clerk & telegraphist (Eltham, Vic, 1924); manager (East Bairnsdale, Vic, 1925-1928); clerk (Sandringham, Vic, 1931); inspector (Caulfield, Vic, 1942-1949) * [[/William Belfort Morris|Morris, William Belfort]] [https://www.familysearch.org/tree/person/details/G8X1-VYQ] - 1910(WA)-1991(WA) - Licences: 6WM Perth (Hollywood, 1930-1937; Mt Lawley, 1938-1939); 6WM Kalgoorlie (1946-1954); 6WM Perth (Applecross, 1955-1975) - Qualifications: cc; AOCP 625, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Hollywood, 1931-1937); newsagent (Kalgoorlie, 1949-1954); representative (Applecross, 1958-1980) ===''MORRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Cyril Tucker Morrison|Morrison, Gordon Cyril Tucker]] [https://www.familysearch.org/tree/person/details/GFMN-J6Z] - 1916(WA)-1993(NSW) - Licences: 6KN Geraldton (1935-1937); 6KN Perth (City, 1938-1939); 2AKN Sydney (Hernes Bay, 1947; Parramatta, 1948-1950; Balgowlah, 1954-1958) - Qualifications: cc; AOCP 1485, 1935, WA; BOCP 89, 1937; 3COCP 1536, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Geraldton, WA, 1937); radio employee (North Perth, WA, 1943); aircraft surveyor (Parramatta North, NSW, 1949; Balgowlah, NSW, 1954-1963); surveyor (Wahroonga, NSW, 1968-1980) * [[/Lionel Morrison|Morrison, Lionel]] [https://www.familysearch.org/tree/person/details/KDMZ-K6G] - 1906(WA)-1996(WA) - Licences: 6LM Perth (Bayswater, 1939, 1947-1980) - Qualifications: cc; AOCP 1485, 1939, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Sandstone, WA, 1931); pipefitter (Wiluna, WA, 1936-1937); fitter (Wiluna, WA, 1943; Bayswater, WA, 1949-1980) ===''MORRISSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Joseph Martindale Morrissey|Morrissey, Brian Joseph Martindale]] - 19??(???)-19??(???) - Licences: 5AP Adelaide (Prospect, 1935-1937) - Qualifications: cc; AOCP 1544, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''MORROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Caldwell Morrow|Morrow, Arthur Caldwell]] [https://www.familysearch.org/tree/person/details/GHQF-T2F] - 1912(Qld)-1967(Qld) - Licences: 4BM Brisbane (Paddington, 1937-1939) - Qualifications: cc; 2COCP 335, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Red Hill, Qld, 1934-1937); wireless operator (Paddington, Qld, 1943); farmer (Paddington, Qld, 1949-1963) ===''MORSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel Percy Morse|Morse, Noel Percy "Bill"]] [https://www.familysearch.org/tree/person/details/GWRN-3QR] - 1914(Qld)-1942(At Sea) - Licences: 2JE Sydney (Cremorne, 1934-1935); 4LI Brisbane (Clayfield, 1937); 2AHS Sydney (Mosman, 1938-1939) - Qualifications: cc; AOCP 1402, 1934, Qld - amateur operator; amateur broadcaster; WW2 (RNZAF, Pilot Officer) - Electoral Rolls: radio engineer (Buranda, Qld, 1937; Clayfield, Qld, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.rafcommands.com/database/wardead/details.php?qnum=95585 RAF Commands]; [https://www.aucklandmuseum.com/war-memorial/online-cenotaph/record/C29996 Auckland Museum]; [http://aircrewremembered.com/morse-noel.html AirCrewRemembered] ===''MORTIMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mark Mortimer|Mortimer, Mark]] [https://www.familysearch.org/tree/person/details/GS7M-ZZ4] - 1887(Irl)-19??(???) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 107, 1915; 2COCP 48, 1929; 1COCP 89, 1930; BOCP 48, 1934? - RANRS (Warrant Telegraphist, 1917) - Comment: numerous contemporaneous MMs - Electoral Rolls: Nil yet identified ===''MORTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Evors Morton|Morton, Charles Evors]] [https://www.familysearch.org/tree/person/details/GZJ5-F3R] - 1888(Qld)-1963(NSW) - 2MH Sydney (Homebush, 1925-1934), amateur operator (AOCP 170, 1925, No. ?? in NSW), amateur broadcaster, public servant (Rockhampton, 1912), WW1 ===''MOSES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Joseph Moses|Moses, Charles Alfred Joseph]] - 1900(Eng)-1988(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - ABC (general manager) - Electoral Rolls: - Links: [[w:Charles Moses|Wikipedia]]; [https://adb.anu.edu.au/biography/moses-sir-charles-joseph-15044 ADB] ===''MOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Moss|Moss, George Arthur]] [https://www.familysearch.org/tree/person/details/GZG7-86Y] - 1903(WA)-2000(WA) - Licences: 6GM Perth (Cottesloe Beach, 1926-1931; Mt Lawley, 1933-1939, 1946-1956; Mt Pleasant, 1960-1965; Boya, 1969-1995+) - Qualifications: cc; AOCP 233, 1926, No. ?? in WA; AOLCP 177, 1934; 1COCP 574, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: piano mechanic (Cottesloe Beach, 1925); wireless mechanic (North Perth, 1931-1958); lecturer (Mt Pleasant, 1963; Boya, 1968-1980) - [https://qsl.net/vk6zse/historic/p-vk6gm.html QSL.net] ===''MOULE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Ernest Moule|Moule, Clifford Ernest "Cliff"]] [https://www.familysearch.org/tree/person/details/G8XQ-DFH] - 1912(SA)-1998(SA) - Licences: 5CX Adelaide (Parkside, 1930-1939; Plympton, 1946-1948; McLaren Vale, 1954; Lower Mitcham, 1955-1956; Westbourne Park, 1960-1980+) - Qualifications: cc; AOCP 611, 1930, No. ?? in SA; BOCP 1462, 1956 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Clarence Gardens, 1939-1941; Glandore West, 1943) ===''MOWLEM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Mowlem|Mowlem, Leonard]] [https://www.familysearch.org/tree/person/details/GX9F-DHH] - 1878(???)-1950(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: naval employee (Toorak, 1919); radio telegraphist (Thursday Island, 1921); telegraphist (Toorak, 1925); engineer (Toorak, 1928); wireless (Malvern, 1931-1949) ===''MOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Murray Moyle|Moyle, John Murray "Johnny"]] - 1908(Vic)-1960(ACT) - 2JU Sydney, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly, 1932+; Radio TV & Hobbies, 1939-), education (Scotch College, 1923-1926), military (WW2, RAAF 1941-, Squadron Leader), broadcast (3DB, 1920s) (callsign 2JU previously Ross Amos Hull) - Links: [http://messui.polygonal-moogle.com/valves/NW198909.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198910.pdf EA2] ===''MUIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sibbald Allison Muir|Muir, John Sibbald Allison]] [https://www.familysearch.org/tree/person/details/LRB3-1J6] - 1904(SA)-1996(Vic) - 3QW Receive Melbourne (Brighton, 1923); 3QW Melbourne (Brighton, 1923-1926) - Qualifications: cc; AOCP 91, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; likely operator of 3NS dealer licence for Norris & Skelly, Elizabeth St, Melbourne 1924 - Electoral Rolls: dealer (Brighton, 1925-1927); radio dealer (Malvern, 1928); wireless (Brighton, 1931); engineer (Brighton, 1935; Ringwood, 1936-1954); nil (Somers, 1963; Langwarrin, 1968-1977; Garfield, 1980) * [[/Robert White Muir|Muir, Robert White]] [https://www.familysearch.org/tree/person/details/K644-M2J] - 1904(WA)-1966(WA) - Licences: 6RW Wagin (1933-1939); 6RW Perth (Subiaco, 1947-1965) - Qualifications: cc; AOCP 1184, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (Albany, WA, 1925-1926); jeweller & radio dealer (Wagin, WA, 1931); jeweller (Wagin, WA, 1936-1943); watchmaker (Subiaco, WA, 1949-1963) ===''MULLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Fred Mullett|Mullett, Leslie Fred]] [https://www.familysearch.org/tree/person/details/GXRX-BQD] - 1903(SA)-1980(SA) - Licences: 5ZQ Adelaide (Highgate, 1932-1933) - Qualifications: cc; AOCP 1065, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Highgate, SA, 1939-1941); engineer (Barton, ACT, 1949) ===''MULLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Mulligan|Mulligan, Frederick Charles]] [https://www.familysearch.org/tree/person/details/L2QS-X7W] - 1886(NZ)-1982(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 135, 1915; 2COCP 211, 1930; 1COCP 329, 1933 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: engineer operator (Clayfield, 1914-1917); wireless operator (Emita, Flinders Island, 1919-1928); OIC Radio Station (Darwin, 1934); radiologist (Ascot, 1936); OIC radio (Townsville, Qld, 1943); retired (Warrimoo, NSW, 1954-1958; Umina, NSW, 1958) ===''MUNRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Bruce Willson Munro|Munro, Bruce Willson]] [https://www.familysearch.org/tree/person/details/G7GX-CDJ] - 1908(Qld)-1994(Qld) - Licences: 4AL Brisbane (Hawthorne, 1927-1931; Bulimba, 1933-1939) - Qualifications: cc; AOCP 339, 1927, No. 35 in Qld; 2COCP 68, 1936 - amateur operator; amateur broadcaster; aeronautical experimenter; pilot; Qld Aero Club (Brisbane, honorary flying instructor, 1930s); Dept Civil Aviation (Brisbane, Assistant Plan Printer, 1956-1968) - Electoral Rolls: commercial pilot (Moorooka, 1943); flight checking officer (Townsville, 1943); pilot (West End, 1949-1963); commonwealth public servant (Wynnum, 1968-1972); retired (Wynnum, 1977-1980) ===''MURDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilmot Henry Murden|Murden, Wilmot Henry]] [https://www.familysearch.org/tree/person/details/G691-7WC] - 1915(Vic)-19??(???) - Licences: 7TY Launceston (1934-1937); 3TY Melbourne (West Preston, 1938-1939; Thornbury, 1947); 3TY Rapanyup (1948); 3TY Sale (1954-1955); 3TY Swan Hill (1956-1960) - Qualifications: cc; AOCP 1243, 1934, No. ?? in Tas; BOCP 1176, 1950; 1COCP 1610, 1951 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Sale, 1954); radio engineer (3SH, Sale, 1963) ===''MURDOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Fraser Murdoch|Murdoch, James Fraser "Fraser"]] - 19??(???)-19??(???) - 4FQ Toowoomba (1946-1948), amateur operator (AOCP 2383, 1939, No. ?? in Qld), amateur broadcaster, employment (Empire Theater under Cliff Gold 4CG) ===''MURPHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold James Murphy|Murphy, Harold James]] [https://www.familysearch.org/tree/person/details/LD6Q-ZGP] - 1899(NSW)-1958(Qld) - Licences: 4HM Ilfracombe (1935-1937); 4HM Pomona (1938-1939); 4HM Brisbane (Wooloowin, 1947-1956) - Qualifications: cc; AOCP 1532, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: telegraphist (Auchenflower, Qld, 1925; Milton, Qld, 1928); postal official (Stanthorpe, Qld, 1930); postmaster (Ilfracombe, Qld, 1936-1937); insurance agent (Wooloowin, Qld, 1943); postal official (Wooloowin, Qld, 1949); public servant (Stafford, Qld, 1958) ===''MURRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Alexander Murray|Murray, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/G89D-SZ7] - 1908(???)-1985(NSW) - Licences: 2FM Sydney (Rose Bay, 1927; Mosman, 1928-1935; Cremorne, 1936-1939; Mosman, 1946-1947; Lindfield, 1948-1949; Carramar, 1950-1975); 2FM Blayney (1980+) - Qualifications: AOCP 336, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Mosman, 1930); engineer (Mosman, 1933); fitter (Mosman, 1934); draftsman (Mosman, 1935); engineer (Neutral Bay, 1943); draftsman (Mosman, 1949); draughtsman (Carramar, 1958-1977); retired (Blayney, 1980) * [[/John William Murray|Murray, John William]] [https://www.familysearch.org/tree/person/details/G879-32L] - 1905(Vic)-1997(Vic) - Licences: 3JY Melbourne (Elsternwick, 1928-1930; Fitzroy, 1931-1939); 3AJY Melbourne (Kew, 1960-1980+) - Qualifications: AOCP 396, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Elsternwick, 1928); projectionist (St Kilda, 1934; Melbourne East, 1936); technician (St Kilda West, 1943-1949); projectionist (Kew, 1954-1980) - several contemporaneous John William Murray's in Melbourne, identification not certain * [[/Kynaston Noel Lathrop Murray|Murray, Kynaston Noel Lathrop]] - 1838(Eng)-1916(Tas) - clubs and societies (Telegraph Electrical Society Vic, member, 1880s; Vic Posts & Telegraphs, 1860s-1870s; Vic Railways Dept, 1880s-1890s) * [[/Malcolm Imlay Murray|Murray, Malcolm Imlay]] [https://www.familysearch.org/tree/person/details/G8VW-684] - 1908(WA)-1980(WA) - Licences: 6MY Perth (City, 1930; South Perth, 1933-1939; Floreat Park, 1946-1980+) - Qualifications: cc; AOCP 677, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (East Perth, 1931); radiotrician (South Perth, 1936; Floreat Park, 1943-1980) ===''MUSGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Mandeville D'Oyly Musgrove|Musgrave, Mandeville D'Oyly]] - 19??-19?? - broadcast station proprietor (6ML & others) ===''MUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus Keith Mutton|Mutton, Angus Keith]] [https://www.familysearch.org/tree/person/details/GD5F-BQM] - 1910(SA)-1991(SA) - Licences: 5ZY Adelaide (Toorak Gardens, 1933; Tusmore, 1937-1938) - Qualifications: cc; AOCP 1089, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Tusmore Gardens, SA, 1939-1943) * [[/Arthur Henry Mutton|Mutton, Arthur Henry]] [https://www.familysearch.org/tree/person/details/KC1Y-PP5] - 1908(NSW)-1986(NSW) - Licences: 2QT Receive Sydney (Stanmore, 1923-1925); 2QT Sydney (Stanmore, 1926-1939) - Qualifications: AOCP 237, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Annandale, 1930-1937); communication engineer (Maroubra, 1943-1968); public servant (Bayview, 1972-1980) =='''N'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''NAIRN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Linley Beeton Nairn|Nairn, Arthur Linley Beeton]] [https://www.familysearch.org/tree/person/details/L58V-M8X] - 1895(SA)-1978(NZ) - Licences: 2BI Receive Sydney (Mosman, 1922-1923) - Qualifications: CPRTelephony 373, 1918 - amateur receiver - Electoral Rolls: company manager (Hamilton, NZ, 1938); director (Days Bay, Wellington, NZ, 1946-1954) ===''NANCARROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Stanley Nancarrow|Nancarrow, Ralph Stanley]] [https://www.familysearch.org/tree/person/details/GST3-XQ3] - 1904(SA)-1991(SA) - Licences: 5PK Georgetown (1930-1933); 2PY Sydney (Mosman, 1935; Randwick, 1936-1939); 2ACN Sydney (Lane Cove, 1954-1961; North Ryde, 1965-1975) - Qualifications: cc; AOCP 719, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Randwick, NSW, 1936-1937); electrical fitter (Lane Cove, NSW, 1943-1963); fitter (North Ryde, NSW, 1972-1980) ===''NANGLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Nangle|Nangle, James]] [https://www.familysearch.org/tree/person/details/GD3V-F31] - 1869(NSW)-1941(NSW) - Licences: 2MU Receive Sydney (Marrickville, 1922); 2MU Sydney (Marrickville, 1923-1927; Observatory, 1928-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; 1920s Superintendent Technical Education NSW; hon. Government Astronomer NSW; Sydney University (Senate); Royal Society of NSW (president); Fellow Royal Astronomical Society; Fellow Federal Institute of Architects; author (astronomy, architecture) - Electoral Rolls: architect (Petersham, 1903); Government Astronomer (Observatory, 1930-1937) - Links: [https://adb.anu.edu.au/biography/nangle-james-7722 ADB] ===''NASH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Charles Nash|Nash, William Robert Charles]] [https://www.familysearch.org/tree/person/details/GDWX-LWF] - 1918(NSW)-2007(NSW) - Licences: 2WW Sydney (Crows Nest, 1934-1937); 4WN Cairns (1938-1939) - Qualifications: cc; AOCP 1329, 1934, Qld; 1COCP 138, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: company manager (Castlecrag, NSW, 1963-1980) ===''NEALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Drayton Neale|Neale, Eric Drayton Snr]] [https://www.familysearch.org/tree/person/details/G88H-NWT] - 1907(Qld)-1968(Qld) - Licences: 4EN Longreach (1934-1939); 4EN Brisbane (Wooloowin, 1946-1960) - Qualifications: cc; AOCP 1298, 1934, Qld - amateur operator, amateur broadcaster, federal public servant (PMGD, telegraphist), radio club (WIAQ, QSL officer) - Relationships: father of 4?? Eric Drayton Neale Jnr - Electoral Rolls: telegraphist (Wooloowin, 1928; Longreach, 1936; Grange, 1937; Wooloowin, 1943-1963) ===''NEAVERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Laurence Neaverson|Neaverson, Leslie Laurence or Lawrence Leslie]] [https://www.familysearch.org/tree/person/details/LYTM-HCD] - 1899(Eng)-1993(NSW) - Licences: G5NX (Lakeside, Cumbria, 1922+); 4NV Brisbane (Holland Park, 1947-1956+) - Qualifications: cc; Nil yet identified - amateur operator; associate member IRE (Britain); principal Anglo Austral Hearing Aid Dispensary - Electoral Rolls: surgical technician (Holland Park, Qld, 1949-1958) ===''NELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alfred Montague Nell|Nell, George Alfred Montague]] [https://www.familysearch.org/tree/person/details/G87B-PP6] - 1900(Ceylon)-1989(NSW) - Licences: 2JQ Quirindi (1928-1929); 2JQ Canberra (1930); 2JQ Moruya (1931-1936); 2JQ Binda (1937-1939); 2JQ Crookwell (1946-1950); 2JQ Junee (1954-1965); 2JQ Goulburn (1969-1980) - Qualifications: AOCP 413, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clergyman (Moruya, 1930-1934; Crookwell, 1936-1949; Junee, 1954-1968; Goulburn, 1972-1980) ===''NELSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Yeates Nelson|Nelson, John Yeates]] [https://www.familysearch.org/tree/person/details/G884-YDV] - 1851(Irl)-1932(NSW) - Licences: XAA Sydney (McMahon's Point, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter; federal public servant (PMGD, chief electrical engineer (NSW)) - Electoral Rolls: electrician (Milson's Point, 1930-1931) ===''NESTROM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Louis Nestrom|Nestrom, Oliver Louis]] [https://www.familysearch.org/tree/person/details/GX22-9H4] - 1912(NSW)-1999(SA) - Licences: 5RZ Adelaide (St Peters, 1936-1937; Joslin, 1938); 2ADJ Sydney (Homebush, 1939); 5RZ Adelaide (Colonel Light Gardens, 1947; Glenelg, 1948; St Georges, 1954); 5RZ Port Augusta, 1955-1956); 5RZ Adelaide (Kurralta Park, 1960; Manningham, 1965-1969; St Peters, 1975); 5RZ Clare (1980+) - Qualifications: cc; AOLCP, 224, 1935; AOCP 1725, 1936, SA; BOCP 719, 1946; 2COCP 1178, 1949; 1COCP 1491, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Modbury, SA, 1939); fitter (Strathfield, NSW, 1943) ===''NEVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Clifford Anderson Neville|Neville, Alfred Clifford Anderson]] [https://www.familysearch.org/tree/person/details/GXH3-Z4D] - 1907(Eng)-1987(Qld) - Licences: 4ED Receive Brisbane (Wooloowin, 1923) - Qualifications: cc; 3COCP 5827, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Hamilton, Qld, 1928); clerk (Windsor, Qld, 1934-1943); accountant (Hawthorne, Qld, 1954-1958); retired (East Brisbane, 1963-1980) ===''NEWBERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Mallord Newberry|Newberry, Archibald Mallord]] [https://www.familysearch.org/tree/person/details/LH51-SDW] - 1893(Eng)-1973(Vic) - Licences: 3AN Red Cliffs (1930-1939) - Qualifications: AOCP 606, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: watchmaker (Red Cliffs, 1924-1931); radio dealer (Red Cliffs, 1934-1942); cycle dealer (Red Cliffs, 1949-1972) ===''NEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert James Newell|Newell, Albert James "Bert"]] [https://www.familysearch.org/tree/person/details/LJ1C-RGW] - 1910(Sct)-1998(Qld) - Licences: 4BN Mill Hill via Warwick (1936-1939); 4BN Brisbane (Archerfield, 1947-1948; Moorooka, 1954); 4AJ Brisbane (Moorooka, 1965; Yeronga, 1969; Ormiston, 1975); 4AJN Brisbane (Ormiston, 1980+) - Qualifications: cc; AOCP 1727, 1936, Qld; 2COCP 559, 1942; 1COCP 588, 1942; TVOCP 531, 1962 - amateur operator; amateur broadcaster; AWA Aviation Radio Service - Electoral Rolls: shed hand (Mill Hill, Qld, 1931-1943); radio technician (Moorooka, Qld, 1949-1968); television technician (Yeronga West, Qld, 1972); retired (Ormiston, Qld, 1977-1980) ===''NEWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Frederick Newman|Newman, Arthur Frederick]] [https://www.familysearch.org/tree/person/details/9JJ9-YSK] - 1881(India)-1952(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 10, 1914; CPRT 90, 1915; 1COCP 49, 1930 - RANRS (Radio Lieutenant, 1917-1920, terminated Nov 1920); WW1; WW2 - Comment: several contemporaneous AFNs - Electoral Rolls: traffic officer (Elsternwick, 1917-1919); assistant! (Malvern East, 1924-1931); piano tuner (St Kilda, 1931) * [[/Sydney Moreton Newman|Newman, Sydney Moreton "Syd"]] [https://www.familysearch.org/tree/person/details/LL41-PBM] - 1898(NSW)-1998(NSW)99yo - Licences: XPZ Melbourne (Canterbury, 1913-1914); 3MC Melbourne (Canterbury, 1923-1927) - Qualifications: cc; CPRT 655, 1921; 1COCP 90, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Turramurra, 1930-1958); retired (Wahroonga, 1963-1980) - TroveTag: "XPZ-3MC - Sydney Moreton Newman" (68 tags) - Links: [http://messui.polygonal-moogle.com/valves/NW199101.pdf EA] * [[/William Harold Newman|Newman, William Harold]] [https://www.familysearch.org/tree/person/details/GD3V-4N5] - 1889(NSW)-1943(Vic) - Licences: 2MK? Receive Sydney (Artarmon, 1922); 2MJ Sydney (Artarmon, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: railway official (Artarmon, 1930-1934); secretary (Mosman, 1936-1943) ===''NICHOLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rupert Nicholas|Nicholas, William Rupert]] [https://www.familysearch.org/tree/person/details/GD14-RFV] - 1913(Tas)-1995(Tas) - Licences: 7WR Hobart (North Hobart, 1932-1939) - Qualifications: cc; AOCP 896, 1932, No. ?? in Tas; AOLCP 72, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Hobart North, 1936; New Town, 1943-1954) ===''NICOLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Nicoll|Nicoll, William]] - 1903(Canada)-19??(???) - Licences: 4CO Receive Brisbane (Upper Paddington, 1923) - Qualifications: cc; CPRT 644, 1921 - amateur Receiver - Electoral Rolls: telegraphist (Bardon, 1925-1929) ===''NICHOLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hartley Nicholls|Nicholls, Alan Hartley]] [https://www.familysearch.org/tree/person/details/GFQR-VH9] - 1913(WA)-1981(WA) - Licences: 6KE Corrigin (1936-1937); 3NI Melbourne (East St Kilda, 1938-1939); 2NI Sydney (Manly, 1946; Cremorne, 1947-1954; Manly, 1955-1956); 2ANI Sydney (Mosman, 1960-1965); 4AL Brisbane (Greenslopes, 1965); 4NI Cairns (1975); 6NX Perth (South Guildford, 1980) - Qualifications: cc; AOCP 1814, 1936, WA; BOCP 219, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: RAAF (Hawthorn, Vic, 1942); radio engineer (Cremorne, NSW, 1949); shopkeeper (Wilston, Qld, 1958); electronic engineer (Cremorne, NSW, 1963); engineer (Cairns, Qld, 1972-1977; South Guildford, WA, 1980) * [[/Francis Edgar Nicholls|Nicholls, Francis Edgar]] [https://www.familysearch.org/tree/person/details/GD1H-8KQ] - 1910(Vic)-1995(Tas) - Licences: 7RY Devonport (1932-1933); 7RY Burnie (1937-1939); 7RY Hobart (New Town, 1946-1948; Lenah Valley, 1954-1955; New Town, 1960; Lenah Valley, 1965-1969; Midway Point, 1975-1980) - Qualifications: cc; AOCP 991, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Lenah Valley, 1943-1954) * [[/William James Nicholls|Nicholls, William James]] [https://www.familysearch.org/tree/person/details/G6S3-26D] - 19??(Vic)-1966(Vic) - Licences: 3FW Melbourne (Moonee Ponds, 1931-1933) - Qualifications: cc; AOCP 780, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Moonee Ponds, 1922-1963) * [[/William John Matthew Nicholls|Nicholls, William John Matthew or William John]] [https://www.familysearch.org/tree/person/details/G8WW-PDS] - 1908(Vic)-19??(???) - Licences: 3WX Melbourne (Williamstown, 1928-1933); 7WX Launceston (1937-1939); 3WX Melbourne (Williamstown, 1946-1965; East Malvern, 1969-1980+) - Qualifications: cc; AOCP 419, 1928, No. ?? in Vic; 2COCP 343, 1931; 1COCP 309, 1933 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Williamstown, 1931-1936); RAAF (Williamstown, 1949); radio engineer (Williamstown, 1954-1963; Malvern East, 1968-1980) ===''NICHOLSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Russell Malcolm Nicholson|Nicholson, Russell Malcolm]] [https://www.familysearch.org/tree/person/details/G8Z7-7W4] - 1909(Qld)-1974(NSW) - Licences: 4KG Ilfracombe (1929-1933) - Qualifications: cc; AOCP 529, 1929, No. ?? in Qld; BOCP 48, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing contractor (Longreach, 1936); manager 4LG (Longreach, 1937); radio mechanic (Coolangatta, 1949-1972) ===''NICOLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Hort Wilmot Nicolle|Nicolle, Horace Hort Wilmot]] [https://www.familysearch.org/tree/person/details/G8ZS-MZF] - 1908(NSW)-1974(NSW) - Licences: 2HK Sydney (Strathfield, 1929-1933; Ryde, 1934); 2AJT Sydney (Wollstonecraft, 1939) - Qualifications: AOCP 527, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chemist apprentice (Strathfield, 1930); pharmacist (Strathfield, 1933-1935); chemist (Chatswood, 1943-1968) ===''NILSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver John Nilsen|Nilsen, Oliver John]] [https://www.familysearch.org/tree/person/details/G8W4-W1G] - 1884(Vic)-1977(Vic) - Licences: Receive (Valve) Melbourne (Brighton, 1923); 3UZ Melbourne (1924-25) - Qualifications: Nil identified to date - amateur operator; amateur broadcaster - 3UZ experimental callsign issued to Oliver J. Nilsen & Co in 1923, operator N. J. Boyd; callsign withdrawn 1925 and reallocated to Nilsen's broadcast station which remains current as at 2021 - Electoral Rolls: electrical engineer (Fitzroy, 1909-1924; Chelsea, 1928-1931); contractor (Caulfield, 1934-1954); engineer (Elsternwick, 1972; Hawthorn, 1977-1980) - Links: [https://adb.anu.edu.au/biography/nilsen-oliver-john-11244 ADB] ===''NISSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Laurence Nissen|Nissen, Eric Laurence]] [https://www.familysearch.org/tree/person/details/G8DS-ZLR] - 1905(Qld)-2001(Qld) - Licences: 4XN Dalby (1930-1939, 1946-1975+); 4XN Toowoomba (1980) - Qualifications: cc; AOCP 574, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, member); broadcast technician (4QS, 1939-1976); federal public servant (PMGD); Awards: Imperial Service Medal 1976 - Electoral Rolls: none specified (Dalby, 1928-1937); PMG technician (Dalby, 1972); retired (Toowoomba, 1977) ===''NIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edgar Nixon|Nixon, Arthur Edgar]] [https://www.familysearch.org/tree/person/details/G8M2-SM5] - 1905(Vic)-1961(Vic) - Licences: 3ON Receive Melbourne (Windsor, 1923-1924) - Qualifications: AOCP 361, 1927, No. ?? in Vic - amateur receive operator - Electoral Rolls: labourer (Elsternwick, 1931); salesman (St Kilda West, 1931-1936); electrical fitter (Albert Park, 1943-1954) ===''NOLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Michael Nolan|Nolan, Francis Michael]] [https://www.familysearch.org/tree/person/details/9Q3R-X84] - 1910(NSW)-1985(Qld) - Licences: 4FN Brisbane (Wooloowin, 1935-1937; Clayfield, 1938-1939; Stafford Heights, 1946-1948); 4MF Portable (1948); 9FN Port Moresby & 9MF Portable (1954-1956); 4FN/T Gracemere (1960-1969); 4FN/T Brisbane (Wavell Heights, 1975; Virginia, 1980) - Qualifications: cc; AOCP 1433, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, WIAQ); broadcast technician (9PA, 4RK); radio serviceman; federal public servant (PMGD) - Electoral Rolls: * [[/Francis William Nolan|Nolan, Francis William "Frank"]] [https://www.familysearch.org/tree/person/details/GX6W-XPW] - 1897(NSW)-19?? - Licences: 4JU Brisbane (Brisbane City, 1929-1939, 1947-1956; Paddington, 1960) - Qualifications: cc; AOCP 43? & 501, 1924 & 1929, No. ? in Qld - amateur operator; amateur broadcaster; radio serviceman - Relationships: husband of 4LO Violet Elizabeth Nolan nee Hennessey - Comment: several genealogy sites have wrong data for FWN - Electoral Rolls: cartoonist (Brisbane City, Qld, 1921-1925); radio mechanic (Brisbane, City, 1934-1936); radio engineer (Brisbane City, Qld, 1954-1958) * [[/John Spencer Nolan|Nolan, John Spencer]] [https://www.familysearch.org/tree/person/details/LTBW-KMV] - 1868(NSW)-1936(NSW) - Licences: XED Sydney (Double Bay, 1911-1914); 2JH Receive Sydney (Double Bay, 1922); 2JH Sydney (Double Bay, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; dentist and dental surgeon - Relationships: father of 2YI Philip Spencer Nolan - Electoral Rolls: dentist (Woollahra, 1930-1935) * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] [https://www.familysearch.org/tree/person/details/GX6W-DSX] - 1896(Qld)-19??(???) - Licences: 4LO Brisbane (City, 1931-1939) - Qualifications: cc; AOCP 826, 1931, No. ? in Qld - amateur operator; amateur broadcaster - Comment: fourth YL operator in Qld - Relationships: wife of 4JU Francis William Nolan - Electoral Rolls: home duties (Brisbane City, Qld, 1921-1943); not stated (Eagle Heights, Qld, 1949); home duties (Tweed Heads, NSW, 1954); domestic (Spring Hill, Qld, 1958); retired (Coolangatta, Qld, 1958) * [[/Philip Spencer Nolan|Nolan, Philip Spencer "Spencer"]] [https://www.familysearch.org/tree/person/details/LTBW-ZWX] - 1897(NSW)-1929(NSW) - Licences: 2YI Sydney (Double Bay, 1924-1929) - Qualifications: AOCP 58, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; dentist - Relationships: son of XED-2JH Lieut John Spencer Nolan - Comment: gone too soon - Electoral Rolls: Nil yet identified ===''NOLTE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Nolte|Nolte, George Edward]] [https://www.familysearch.org/tree/person/details/G8HG-DD4] - 1911(Vic)-1997(NSW) - Licences: 3NO Melbourne (Elwood, 1929-1939); 2QO Sydney (Potts Point, 1948-1950; Bexley North, 1954-1975); 2QO Wamberal (1980+) - Qualifications: AOCP 492, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1936-1937); radio engineer (Darlinghurst, 1943-1949; Bexley North, 1958-1963); retired (Wamberal, 1980) ===''NORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Norman|Norman, William James]] [https://www.familysearch.org/tree/person/details/GD1Q-ZRS] - 1899(Tas)-19??(???) - Licences: 7WJ Eddystone Point Lighthouse (1931) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: stoker (Longford, 1922); lightkeeper (Tasman Island, 1928; Eddystone Lighthouse, 1934; Maatauyker Island, 1936; Currie Harbour, King Island, 1937) ===''NORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Anthony David Norris|Norris, Anthony David "Tony"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Edgar Lewin Norris|Norris, Edgar Lewin]] [https://www.familysearch.org/tree/person/details/G9YH-3D4] - 1891(Qld)-1956(Qld) - Licences: 4CK Receive Toowoomba (1922); 4CK Toowoomba (1923-1931) - Qualifications: cc; AOCP 80, 1925, No. 8 in Qld - amateur operator; amateur broadcaster; radio club (Toowoomba RC); WW1 - Relationships: father of 4NO Edgar Thomas Norris - TroveTag: "4CK - Edgar Lewin Norris" - Electoral Rolls: optician (Rockhampton, 1913); optometrist (Wooloowin, 1919; Toowoomba, 1925-1954) * [[/Edgar Thomas Norris|Norris, Edgar Thomas "Tom" "Tommy"]] [https://www.familysearch.org/tree/person/details/G855-G68] - 1930(Qld)-2019(Qld) - Licences: 4NO Toowoomba (1969-1980+) - Qualifications: cc; 3COCP 6945, 1967; AOLCP Q2, 1968; AOCP Q13, 1968, Qld - amateur operator, amateur broadcaster - Relationships: son of 4CK Edgar Lewin Norris - Electoral Rolls: charge hand (Toowoomba, 1954-1980) ===''NORTHEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurence Harry Northeast|Northeast, Laurence Harry "Laurie"]] [https://www.familysearch.org/tree/person/details/LLM3-8NK] - 1908(SA)-1972(SA) - Licences: 5LH Adelaide (Rosewater, 1927) - Qualifications: cc; AOCP 315, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Rosewater, 1939-43) =='''O'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ==='''OAKES'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Andrew Oakes|Oakes, Walter Andrew]] [https://www.familysearch.org/tree/person/details/GDRK-RBQ] - 1907(Tas)-1983(NSW) - Licences: 7BQ Receive Hobart (New Town, 1923); Receive Hobart (New Town, 1923) - Qualifications: cc; 3COCP N1088, 1971 - amateur receiver - Electoral Rolls: electrician (Manly, 1930); electrical fitter (Launceston, 1937); railway employee (New Town, 1943-1949); electrician (Lindfield, 1954); business proprietor (Roseville, 1958); managing director (Roseville, 1963-1968); director (Roseville, 1972-1980) ==='''O'BRIEN'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Clare O'Brien|O'Brien, Charles Clare]] [https://www.familysearch.org/tree/person/details/GMTS-7SJ] - 1904(Qld)-1994(Qld) - Licences: 4NC Brisbane (Stafford, 1939, 1948-1980+) - Qualifications: AOCP 2386, 1939, Qld - amateur operator, WW2 - Electoral Rolls: mechanic (Kilcoy, 1928); telephone mechanic (Eagle Junction, 1936-1943); technician (Stafford, 1954-1980) * [[/Charles Raymond Heddington O'Brien|O'Brien, Charles Raymond Heddington]] [https://www.familysearch.org/tree/person/details/G8FN-4CX] - 1913(Vic)-1975(Vic) - Licences: 3QX Melbourne (Glenhuntly, 1930-1939) - Qualifications: AOCP 626, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Glenhuntly, 1934-1936); electrical engineer (Ballarat, 1942); engineer (Kew, 1954; Mount Waverley, 1963-1972) * [[/Matthew O'Brien|O'Brien, Matthew or Matthew Michael]] [https://www.familysearch.org/tree/person/details/GZG7-P35] - 1904(Qld)-1978(Qld) - Licences: 4MM Brisbane (Toowong, 1926-1933; Annerley, 1937-1939, 1946-1965) - Qualifications: cc; AOCP 234, 1926, No. 20 in Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, ARTL, WIAQ, president all); journalist (Teleradio, "Vic Eddy"); Dept Labour Exchange (administration) - Electoral Rolls: public servant (Toowong, 1925-1936; Annerley, 1943-1977) ==='''O'DEA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick O'Dea|O'Dea, Francis Patrick]] [https://www.familysearch.org/tree/person/details/GXTP-7KL] - 1894(Vic)-19??(???) - Licences: XJAX Melbourne (Ascot Vale, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 (Army, AWS) - Electoral Rolls: clerk (North Melbourne, 1912-1913; Ascot Vale, Vic, 1914-1937); railways (Brighton, Vic, 1942-1949); railway employee (Footscray North, Vic, 1963-1977) - Links: [https://alh-research.tripod.com/Light_Horse/index.blog/1911842/australian-wireless-squadron-aif-francis-patrick-odea/ AWS] ==='''ODGERS'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Fieldhouse Odgers|Odgers, Norman Fieldhouse]] [https://www.familysearch.org/tree/person/details/GDVD-CYK] - 1906(Qld)-1996(WA) - Licences: 4BO or 4BD Brisbane (Newmarket) & Charters Towers (1924-1925); 4NK; 9NK Port Moresby (1946-1948); 6NF Perth (Applecross, 1954-1969; Bassendean, 1975-1980); 4CH - Qualifications: cc; CPRT 896, 1925; 2COCP 212, 1930; 1COCP 108, 1936 - amateur operator; amateur broadcaster; ship wireless officer; broadcast engineer; WW2 - Electoral Rolls: senior technician (Applecross, 1954-1963); manager (Applecross, 1968); retired (Bassandean, 1972-1980) ==='''O'DONNELL'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Amos Leslie O'Donnell|O'Donnell, Amos Leslie]] [https://www.familysearch.org/tree/person/details/G8NW-Q1P] - 1910(SA)-19??(NSW) - Licences: 6DX Perth (City, 1930-1933); 2AGE Sydney (Ashfield, 1938-1939); 2AOO Sydney (Caringbah, 1960; Mona Vale, 1965-1969) - Qualifications: cc; AOCP 639, 1930, No. ?? in WA; BOCP 515, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: student (North Perth, WA, 1931); radio engineer (Ashfield, NSW, 1937); education officer (No. 2 W.A.G.S., Parkes, NSW, 1943); engineer (Ashfield, NSW, 1949; Caringbah, NSW, 1958) ==='''O'HARA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bernard O'Hara|O'Hara, John Bernard]] [https://www.familysearch.org/tree/person/details/G8XM-Y9M] - 1902(Vic)-1970(Vic) - Licences: 3OH Maryborough (1930-1939); 3OH Yallourn (1946-1948); 3AAO Melbourne (Mt Waverley, 1960) - Qualifications: AOCP 607, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: teacher (Albert Park, 1921-1924) instructor (Maryborough, 1928); teacher (Kew, 1934; Maryborough, 1937; Ballarat, 1937; Maryborough, 1943, Warrnambool, 1954; Maldon, 1963) ==='''OHRBOM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Axel Ragnar Ohrbom|Ohrbom, Axel Ragnar "Ray"]] [https://www.familysearch.org/tree/person/details/G8WZ-PWJ] - 1903(Tas)-1978(Vic) - Licences: Receive Melbourne (Brunswick, 1923-1924); 3OC Melbourne (West Brunswick, 1928; Coburg, 1931-1939; Moreland, 1946-1948; Hartwell, 1954-1975) - Qualifications: AOCP 421, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Coburg West, 1949); sharebroker (Camberwell, 1954-1977); retired (Burwood, 1977) ===''OLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Olof Lemuel Olden|Olden, Olof Lemuel]] - 1863(Vic)-1939(Vic) - Hobart 1920s, early wireless experimenter, no licence yet identified, amateur operator (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, President, 1924), military (Colonel, WW1), occupation (school master) ===''OLDFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Bernam Oldfield|Oldfield, Frederick Bernam]] [https://www.familysearch.org/tree/person/details/G8YP-9R2] - 1897(Vic)-1962(NSW) - Licences: 5DO Adelaide (1924); 3FB Melbourne (Hampton, 1937-1938); 2FE Sydney (Balmoral, 1939) - Qualifications: cc; AOCP 1240, 1934, No. ?? in Vic - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: teacher (Brighton, Vic, 1931; Sandringham, Vic, 1935-1937); journalist (Mosman, NSW, 1943); A.M.F. (Mornington, 1954); tutor (Neutral Bay, 1958) ===''OLDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Oldham|Oldham, Charles Edward]] [https://www.familysearch.org/tree/person/details/KZFK-XBT] - 1902(Tas)-1950(Tas) - Licences: 7XA Hobart (New Town, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1923, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Town, 1936-1949) * [[/Fred Oldham|Oldham, Fred]] - 19??(???)-19??(???) - early Tasmanian wireless experimenter, first president of Hobart Tramways Wireless Club 1905 ===''O'LEARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cornelius Daniel Fraser O'Leary|O'Leary, Cornelius Daniel Fraser or Daniel Fraser]] [https://www.familysearch.org/tree/person/details/KN18-4BH] - 1893(SA)-1955(SA) - Licences: 5DO Adelaide (Tusmore Gardens, 1929-1933) - Qualifications: cc; AOCP 495, 1929, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Unley, 1939-1941) ===''OLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dalley George Tryon Oliver|Oliver, Dalley George Tryon]] [https://www.familysearch.org/tree/person/details/LZ8W-MMR] - 1888(NSW)-1959(NSW) - wireless experimenter (1924+) 2?? Gunedah, amateur broadcaster - Electoral Rolls: engineer (Gunnedah, 1930-1943; Keepit Dam, Tamworth, 1949-1954); retired (Condoblin, 1958) - Relationships: brother of 2MO Marcius John Alexander Oliver * [[/Marcius John Alexander Oliver|Oliver, Marcius John Alexander "Marcus"]] [https://www.familysearch.org/tree/person/details/LZ8W-M82] - 1875(NSW)-1946(NSW) - Licences: 2MO Gunedah (1929) - Qualifications: AOCP ??, 19??, No. ?? in NSW; AOLCP 91, 1932 - amateur operator, amateur broadcaster, broadcast engineer, radio station proprietor (2MO, 1930-1939), military (air spotters, Port Macquarie) - Electoral Rolls: engineer (Gunnedah, 1930-1936; Port Macquarie, 1943) - Relationships: brother of Dalley George Tryon Oliver ===''OLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Durrant Olle|Olle, John Durrant]] [https://www.familysearch.org/tree/person/details/G4HS-WSX] - 1910(NSW)-1975(Vic) - Licences: 2OZ Sydney (Ashfield, 1929-1939, 1946; Pennant Hills, 1947-1948; Ashfield, 1950) - Qualifications: AOCP 553, 1929, No. ?? in NSW; 2COCP 321, 1931; 1COCP 197, 1931 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Summer Hill, 1936-1937; Ashfield, NSW, 1943); soldier (South Yarra, Vic, 1949); public servant (Mornington, 1963-1980) ===''OLLIVIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Frances Ollivier|Ollivier, Neil Frances]] [https://www.familysearch.org/tree/person/details/GFQB-VPD] - 1916(WA)-1942(WA) - Licences: 6FO Perth (Hollywood, 1932-1939) - Qualifications: cc; AOCP 1067, 1932, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: Nil yet identified ===''O'LOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick Morgan O'Loughlin|O'Loughlin, Francis Patrick Morgan]] [https://www.familysearch.org/tree/person/details/GX6M-Z3Q] - 1902(Qld)-1979(Qld) - Licences: 4OL Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1347, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Red Hill, Qld, 1936-1937; Ashgrove, Qld, 1943-1977) ===''OLSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Vivian Olsen|Olsen, Frederick Vivian "Fred"]] [https://www.familysearch.org/tree/person/details/G8CP-4XJ] - 1912(Vic)-2001(Vic) - Licences: 3FO Melbourne (Hawthorn, 1929-1931; Hampton, 1933-1939) - Qualifications: cc; AOCP 521, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hampton, 1936-1954; Brighton, 1963; Hampton, 1972-1980) * [[/Norman Frederick Olsen|Olsen, Norman Frederick or Frederick Norman (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/G8BY-8JS] - 1901(NSW)-1980(NSW) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 516, 1920, NSW; 2COCP 59, 1929, NSW; 1COCP 252, 1932 - Nil yet identified - Electoral Rolls: wireless operator (Hurlstone Park, 1934-1937); newsagent (Torwood, 1954-1958); no occupation (Lord Howe Island, 1963-1980) * [[/Norman Peter Olsen|Olsen, Norman Peter]] [https://www.familysearch.org/tree/person/details/G8BY-444] - 1897(NSW)-1988(NSW) - Licences: 2YK Newcastle (1924-1925); 2ZX Waratah (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrician (Waratah, 1930; Mayfield, 1932); public servant (Redfern, 1932-1933; Kogarah, 1934-1935; Wollongong, 1936-1937; Artarmon, 1943-1949; Kogarah, 1949-1963); nil (Merewether, 1968-1980) * [[/Olaf Olsen|Olsen, Olaf]] [https://www.familysearch.org/tree/person/details/G6QT-69T] - 1878(Norway)-1964(Qld) - Licences: 4CL Dalby 1922 (Receive) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engine driver (Dalby, 1913-1943); engineer (Toowoomba, 1949; Redcliffe, 1954; Paddington, 1958-1963) ==='''O'MAY'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. W. O'May|O'May, J. W.]] - 19??(???)-19??(???) - Licences: Receive Hobart (Bellerive, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Robert Derwent O'May|O'May, Robert Derwent "Bob"]] [https://www.familysearch.org/tree/person/details/LYNF-5NS] - 1903(Tas)-1973(Tas) - Licences: Receive Hobart (Bellerive, 1923); 7OM Hobart (Bellerive, 1924-1927+; Sandy Bay, 1931+; Bellerive, 1947-1969+) - Qualifications: cc; AOCP 74, 1925, No. ?? in Tas; 3COCP 508, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: engineer (Bellerive, 1928-1954) ==='''OPPENHEIM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Oliver George Oppenheim|Oppenheim or Oliver, Oliver George "Ollie"]] [https://www.familysearch.org/tree/person/details/LLSS-S7L] - 1911(Vic)-1988(NSW) - Licences: 3ZX Melbourne (Caulfield, 1930-1939) - Qualifications: AOCP 580, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Caulfield, 1936-1942; Elsternwick, 1949); radio engineer (Elsternwick, 1954); company executive (Coogee, 1958-1963; Lugarno, 1968); importer (Strathfield, 1972-1980) ===''O'REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Joseph O'Reilly|O'Reilly, Maurice Joseph]] [https://www.familysearch.org/tree/person/details/G824-VMC] - 1866(Irl)-1933(NSW) - Licences: XACI Bathurst (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St Stanilaus College, Bathurst, 1913); rector of college (St John's College, Camperdown, 1930-1933) - Links: [https://adb.anu.edu.au/biography/oreilly-maurice-joseph-7918 ADB] ===''O'ROURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sydney O'Rourke|O'Rourke, John Sydney]] [https://www.familysearch.org/tree/person/details/GDJP-ZW4] - 1918(NSW)-19??(???) - Licences: 4OR Brisbane (Brisbane City, 1937-1939); 4SO Brisbane (Margate Beach, 1955-1969) - Qualifications: cc; AOCP 2042, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical apprentice (Norman Park, Qld, 1943); radio engineer (Newmarket, Qld, 1949); engineer (Margate, Qld, 1954-1977) ===''ORR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Murray Donald Orr|Orr, Murray Donald]] [https://www.familysearch.org/tree/person/details/GZL8-H29] - 1900(Vic)-1941(Vic) - Licences: 3OR Lake Meran (1928-1939) - Qualifications: AOCP 440, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1940-1941) - Electoral Rolls: farmer (Lake Meran, 1924-1934) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/orr-murray-donald-1700/] ===''OSBORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jeffrey David Osborne|Osborne, Jeffrey David "Jeff"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Louis Frederick George Osborne|Osborne, Louis Frederick George]] [https://www.familysearch.org/tree/person/details/G8GF-MGZ] - 1900(Vic)-1989(Vic) - Licences: 3DD Receive Melbourne (East Malvern, 1922); 3DD Melbourne (East Malvern, 1923-1926); 3BMO Melbourne (Murrumbeena, 1980+) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: gas fitter (Malvern East, 1922-1926); inspector (Carnegie, 1931-1977) ===''OSBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bolivar Laing Osburne|Osburne, George Bolivar Laing "Laing"]] [https://www.familysearch.org/tree/person/details/MFY2-F9W] - 1896(Vic)-1933(Vic) - Licences: XKJ Terang (1913-1914); 3BG Terang (1922-1933) - Qualifications: cc; AOCP 235, 1926, No. ?? in Vic - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: student (Terang, 1922-1931) ===''OTHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Othen|Othen, Charles James]] [https://www.familysearch.org/tree/person/details/LRHF-H8Y] - 1897(SA)-19??(???) - Licences: XVT Adelaide (Glanville, 1913); 5AS Receive Adelaide (1923); 5ON Adelaide (Hindmarsh, 1954-1956; Eden Hills, 1960-1969; Blackwood, 1975) - Qualifications: cc; AOCP 3385, 1953, SA - early wireless experimenter; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: foreman (Hindmarsh, SA, 1939-1943) ===''O'TOOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian O'Toole|O'Toole, Ian]] - Licences: 2ZIO Sydney (Adamstown Heights, 1969; North Rocks, 1975; Castle Hill, 1980) - amateur operator; historian (amateur, military communications); proprietor Kurrajong Radio Museum - Electoral Rolls: - Links: [https://vk2bv.org/archive/museum/ Kurrajong Radio Museum] ===''OTTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Shannon Otty|Otty, William Shannon]] [https://www.familysearch.org/tree/person/details/GZ2F-7J1] - 1893(Eng)-1983(NSW) - Licences: 2ZL Killingworth (1923-1931); 2ZL Toronto (1933-1975); 2ZL Fennell's Bay (1980+) - Qualifications: cc; AOCP 219, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio dealer (Toronto, 1937-1954); retired (Toronto, 1958-1980) ===''OVERLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Overlack|Overlack, Peter]] - early wireless historian [https://www.navy.gov.au/sites/default/files/documents/Naval_Networks_Dominance_of_Comms_in_Maritime_Ops.pdf "The Struggle for the Australian Airwaves: The Strategic Function of Radio for Germany in the Asia-Pacific Region before World War I"] ===''OWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Chester Owen|Owen, Chester]] [https://www.familysearch.org/tree/person/details/MZ3G-H47] - 1899(Vic)-1975(Vic) - Licences: Receive Melbourne (St Kilda, 1923); 3ZM Melbourne (St Kilda, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Balaclava, 1921; St Kilda, 1922-1926); engineer (St Kilda, 1928; Caulfield, 1931); mechanic (Caulfield, 1934-1937); radio engineer (Echuca, 1943-1972) * [[/Stanley Wainwright Owen|Owen, Stanley Wainwright]] [https://www.familysearch.org/tree/person/details/GDV9-BP2] - 1912(Vic)-1987(NSW) - Licences: 6RX Perth (Mt Lawley, 1930-1931); 2RX Sydney (Wollstonecraft, 1948-1957) - Qualifications: cc; AOCP 716, 1930, No. ?? in WA; 2COCP 436, 1933; 1COCP 340, 1933; TVOCP 40, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Wollstonecraft, 1937-1958); television engineer (Wollstonecraft, 1963-1968); engineer (Wollstonecraft, 1972-1977; Artarmon, 1980) ===''OXENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Justinian Oxenham|Oxenham, Justinian]] - 1860(Qld)-1932(Vic) - senior federal public servant (Secretary, Postmaster-General's Department) ===''OXLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Oxlade|Oxlade, George]] [https://www.familysearch.org/tree/person/details/LRCK-H1C] - 1907(Qld)-1980(Qld) - Licences: 4GO Brisbane (Newmarket, 1926-1931) - Qualifications: cc; AOCP 229, 1926, No. 19 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: painter (Chermside, 1937-1943; Maroochydore, 1954; Wavell Heights, 1958), contractor (Chermside, 1963-1980) =='''P'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''PAECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leonard Paech|Paech, Robert Leonard]] [https://www.familysearch.org/tree/person/details/L6DL-76D] - 1920(SA)-1963(SA) - Licences: 5RL Adelaide (Underdale, 1936-1939, 1947-1948); 5LP Adelaide (Seacombe Gardens, 1960) - Qualifications: cc; AOCP 1626, 1936, SA; 2COCP 279, 1939; BOCP 371, 1941; 1COCP 810, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Nevison Page|Page, Leslie Nevison]] [https://www.familysearch.org/tree/person/details/GSBX-CRV] - 1920(Qld)-1972(NSW) - Licences: 4LP Brisbane (New Farm, 1937-1939; Brisbane City, 1947); 2NB Sydney (Potts Point, 1954); 2LP Sydney (St Ives, 1955-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 1931, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 2NB may have been withdrawn for 2NB Broken Hill - Electoral Rolls: labourer (Ascot, Qld, 1928-1929) (too young for 1920 birth, must be a namesake); radio technician (Darlinghurst, NSW, 1954); radio engineer (St Ives, NSW, 1958); manager (St Ives, NSW, 1963); electronics engineer (Epping, NSW, 1968; Eastwood, NSW, 1972) ===''PAGET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Ernest Paget|Paget, Harold Ernest]] [https://www.familysearch.org/tree/person/details/LDTK-ZBF] - 1904(Qld)-1962(Qld) - Licences: Receive (Valve) Brisbane (Brisbane City, Qld, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephonist (Valley, Qld, 1925-1926); postal sorter (Ashgrove, Qld, 1928-1949); mail officer (Ashgrove, Qld, 1954-1958) ===''PAICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Cameron Paice|Paice, Donald Cameron "Don"]] [https://www.familysearch.org/tree/person/details/G8KD-2FT] - 1932(Vic)-2018(Vic) - Licences: 3ADP Melbourne (Moonee Ponds, 1954-1956; Mt Waverley, 1960-1980+) - Qualifications: AOCP 3055, 1950, Vic - amateur operator - Electoral Rolls: draftsman (Moonee Ponds, 1954; Mt Waverley, 1963-1980) - Relationships: rare surname but seems not closely related to 2AJ Valentine Keith Paice * [[/Valentine Keith Paice|Paice, Valentine Keith "Val"]] [https://www.familysearch.org/tree/person/details/G8K3-5T6] - 1904(NZ)-1977(???) - Licences: ZL1AJ (Z1AJ) 1925-1926; VQ1AJ (OO1AJ) Fanning Island (1926-1928); 2AJ (VK2AJ) Sydney 1929; OA4V Peru (1929) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrical fitter (Ashbury, NSW, 1930) - Relationships: rare surname but seems not closely related to 3ADP Donald Cameron Paice ===''PARADISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Harry Elliker Paradise|Paradise, Eric Harry Elliker]] [https://www.familysearch.org/tree/person/details/GS3M-D75] - 1904(Qld)-1939(Qld) - Licences: Receive (Crystal) Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Stones Corner, Qld, 1925-1937) ===''PARASIERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Isidore Percy Robert Parasiers|Parasiers, Isidore Percy Robert "Robert"]] [https://www.familysearch.org/tree/person/details/GS9Y-8B1] - 1902(SA)-1972(SA) - Licences: 5RP Adelaide (City, 1932-1933; Glandore, 1937-1939); 6PS Perth (Inglewood, 1947); 5RF Adelaide (Glandore, 1948); 5RF Murray Bridge (1954-1969) - Qualifications: cc; AOCP 952, 1932, No. ?? in SA; AOLCP 283, 1936; BOCP 132, 1937; 2COCP 256, 1939; 1COCP 330, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''PARIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Norman Paris|Paris, James Norman "Jim"]] [https://www.familysearch.org/tree/person/details/GXWR-B1W] - 1910(SA)-1971(SA) - Licences: "WIA-L5006" Adelaide (Prospect, 1956-1960) - Qualifications: cc; Nil yet identified - amateur listener; prominent broadcast listener (1950s, 1960s); clubs (Australian DX Radio Club (SA); Southern Cross DX Club) - Electoral Rolls: Nil yet identified ===''PARISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Radcliffe Parish|Parish, Hugh Radcliffe]] [https://www.familysearch.org/tree/person/details/GCDL-Y23] - 1914(Tas)-1973(Tas) - Licences: 7CP Launceston (1932-1933) - Qualifications: cc; AOCP 1070, 1932, No. ?? in Tas; AOLCP 189, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: radio announcer (Burnie, 1936-1937); manager (Winnaleah, 1943-1949); radio executive (Launceston, 1954) ===''PARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles William Park|Park, John Charles William]] [https://www.familysearch.org/tree/person/details/GZVC-N4N] - 1904(Eng)-1983(WA) - Licences: 6BB Perth (South Perth, 1924-1980+) - Qualifications: cc; CPRT 794, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: photographer (South Perth, 1943-1949); radiographer (South Perth, 1958-1980) ===''PARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Cyril Parker|Parker, Keith Cyril]] [https://www.familysearch.org/tree/person/details/KDSK-X2P] - 1912(SA)-1993(SA) - Licences: 5PA Port Pirie (1933); 5SO Port Elliot (1980+) - Qualifications: cc; 2COCP 348, 1931; 1COCP 213, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless telegraphist (Kalgoorlie, WA, 1943); radio technician (Fiskville, Vic, 1949-1963; Bassendean, WA, 1968); manager (Cairns, Qld, 1977) * [[/Kenneth Herbert Parker|Parker, Kenneth Herbert]] [https://www.familysearch.org/tree/person/details/LTM1-Q5G] - 1905(WA)-1994(WA) - Licences: 6KP Meekatharra (1933-1939) - Qualifications: cc; AOCP 1192, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mining register (Meekatharra, WA, 1931-1937); resident magistrate (Cue, WA, 1943; Geraldton, WA, 1943); stipendary magistrate (Northam, WA, 1949); magistrate (Mt Pleasant, WA, 1954; Riverton, WA, 1958-1963; Applecross, WA, 1968-1980) * [[/P. S. Parker|Parker, P. S.]] - 19??(???)-19??(???) - Licences: 2CY Receive Sydney (Burwood, 1922); 2CM Receive Sydney (Burwood, 1923, briefly then reverted to 2CY); 2CY Sydney (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet confidently identified but likely Philip Selwyn Parker, engineer, Bellevue Hill, 1930 * [[/Ronald Alexander Parker|Parker, Ronald Alexander]] [https://www.familysearch.org/tree/person/details/GZ23-6BM] - 1908(Vic)-1984(Qld) - 3RA Melbourne (Canterbury, 1925-1926), 3RA Bendigo (1927), 3RA Melbourne (Canterbury, 1931-1933; Hawthorn, 1937-1939), 4PT Southport (1980+), qualifications (AOCP 213, 1925, No. ?? in Vic), amateur operator, amateur broadcaster, electoral rolls: clerk (Camberwell, 1931), accountant (Hawthorn, 1936-1937), secretary (Malvern, 1943-1949), retired (Southport, 1980) ===''PARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Parr|Parr, John George]] [https://www.familysearch.org/tree/person/details/G8NL-22T] - 1908(NSW)-1992(Vic) - Licences: 3OM Melbourne (Canterbury, 1930-1939) - Qualifications: AOCP 646, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Camberwell, 1931-1943); engineer (Footscray, 1949; Brunswick, 1949-1963; Melbourne City, 1968-1980) ===''PARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alchorne Parry|Parry, Charles Alchorne]] [https://www.familysearch.org/tree/person/details/GX8J-BGL] - 1916(Qld)-2009(USA) - Licences: 4CP Gordonvale (1935-1939) - Qualifications: cc; AOCP 1441, 1935, Qld; BOCP 177, 1938 - amateur operator; amateur broadcaster - Education: PhD - Electoral Rolls: radio mechanic (Cairns, Qld, 1937); engineer (Darlinghurst, NSW, 1943) ===''PARSONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warwick William Parsons|Parsons, Warwick William or William Warwick (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/L2L4-5ZC]- 1903(SA)-1974(SA) - Licences: 5PS Adelaide (City, 1933; Henley Beach, 1937-1939, 1947-1948; Rose Park, 1954-1974) - Qualifications: cc; AOCP 1147, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: operator (Henley, SA, 1939-1943) ===''PATERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Pryde Paterson|Paterson, Paul Pryde]] [https://www.familysearch.org/tree/person/details/GZLK-LPF] - 1915(WA)-1942(PNG) - Licences: 6PP Wiluna (1937-1939) - Qualifications: cc; AOCP 1961, 1937, WA - amateur operator, amateur broadcaster, WW2 (RAAF, 24 Squadron, Flight Lieutenant) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/paterson-paul-pryde-260515/] * [[/Raymund Gordon Paterson|Paterson, Raymund or Raymond Gordon]] [https://www.familysearch.org/tree/person/details/G8CH-7RX] - 1903(Vic)-1996(Canada) - Licences: Nil yet identified - Qualifications: AOCP 506, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: apprentice (Glenferrie, 1926-1928) ===''PATTERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Campbell Patterson|Patterson, Campbell]] [https://www.familysearch.org/tree/person/details/G9Y1-GDH] - 1912(SA)-1987(SA) - Licences: 5XR Naracoorte (1933-1939); 5XR Peterborough (1947-1980+) - Qualifications: cc; AOCP 1097, 1933, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, 1939); electrician (Quorn, 1941-1943) * [[/James Brown Patterson|Patterson, James Brown]] [https://www.familysearch.org/tree/person/details/LBTW-WDY] - 1833(Eng)-1895(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Politician, briefly Premier of Victoria (1893-1894), Postmaster-General Vic (July 1878 - March 1880) - Electoral Rolls: Nil yet identified * [[/Robert Charles William Ingram Patterson|Patterson, Robert Charles William Ingram "Charles Ingram"]] [https://www.familysearch.org/tree/person/details/GZ5T-2Q4] - 1910(Vic)-1974(Qld) - Licences: 3YP Melbourne (East Malvern, 1927-1939; Eaglemont, 1946-1954); 4YP Brisbane (Fig Tree Pocket, 1955-1969) - Qualifications: cc; AOCP 352, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: station hand (Mundabullangana, 1931-1937); agent (Fig Tree Pocket, 1958-1968) ===''PAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Anthony Paul|Paul, Leo Anthony]] - 1905(Vic)-1968(Vic) - 3JQ Receive Melbourne (Fitzroy, 1922-1923), 3LP Melbourne (Fitzroy, 1924-1937; Preston, 1938-1939), 3XO Melbourne (Fairfield, 1948-1960; Thornbury, 1965), amateur operator (AOCP 15, 1924, No. 6 in Vic), amateur broadcaster ===''PAYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George H. Payne|Payne, George H.]] - 19??(???)-1987(Qld) - 4NEV Brisbane, amateur operator (AOCP ??, 1946+, No. ?? in Qld), radio clubs (Wooloowin RC, hon. secretary; WIAQ, president, assoc. members section) * [[/John Payne|Payne, John]] [https://www.familysearch.org/tree/person/details/GDSL-41Q] - 19??(???)-19??(???) - Licences: 2IN Receive Sydney (Randwick, 1922); 2IN Sydney (Randwick, 1923-1927; Kensington, 1928-1930) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: insurance department manager (Kensington, 1930-1931); secretary (Kensington, 1933) * [[/Reginald Lewis Payne|Payne, Reginald Lewis]] [https://www.familysearch.org/tree/person/details/GZG9-HFF] - 1898(Vic)-1946(Vic) - Licences: 3RP Geelong (Newtown, 1924-1939) - Qualifications: cc; AOCP 225, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Newtown, 1919-1921); telegraphist (Newtown, 1922-1942) (check XJM R. Payne, Armadale for relationship) ===''PAYTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Payter|Payter, Joseph William]] - 18??(???)-19??(???) - early telephone experimenter in Melbourne, mechanic in Vic Posts & Telegraphs (one of James Smibert's "Williamstown boys") ===''PEARCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Ronald Pearce|Pearce, Edward Ronald]] [https://www.familysearch.org/tree/person/details/LR3M-7YJ] - 1916(Vic)-2004(WA) - Licences: 6TP Perth (North Perth, 1936-1939, 1948; Mt Hawthorn, 1954-1960) - Qualifications: cc; AOCP 1757, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (North Perth, WA, 1937); engineer (Mt Hawthorn, WA, 1949-1977); retired (Coolbinia, WA, 1980) ===''PEARN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Pearn|Pearn, William Leslie]] [https://www.familysearch.org/tree/person/details/LCKW-JRW] - 1896(SA)-1974(SA) - Licences: 5PN Adelaide (Sturt Park, 1934-1939; Wayville West, 1947-1948; Unley, 1955-1969) - Qualifications: cc; AOCP 1378, 1934, SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Unley, SA, 1939-1941) ===''PEARSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Richman Pearson|Pearson, Ian Richman]] [https://www.familysearch.org/tree/person/details/GSD3-4LF] - 1908(Vic)-1972(Tas) - Licences: 3SP Melbourne (Berwick, 1929-1931); 7KB Burnie (1948-1965); 7KB Port Sorell (1969) - Qualifications: AOCP 528, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: chemist (Deer Park, Vic, 1936-1937); medical practitioner (Burnie, Tas, 1949-1954) ===''PELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Frederick Law Pelling|Pelling, John Charles Frederick Law "Jack"]] [https://www.familysearch.org/tree/person/details/GXB3-176] - 1908(WA)-1972(WA) - Licences: 6WO Moojebing (1933-1939) - Qualifications: cc; AOCP 1213, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Dumbleyung, WA, 1931); farmer (Moojebing, WA, 1936-1943; King River, WA, 1949-1968) ===''PEMBLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Pembleton|Pembleton, Thomas Edward "Tom"]] [https://www.familysearch.org/tree/person/details/G8HP-JDF] - 1914(Qld)-2002(Qld) - Licences: 4ZL Rockhampton (1936-1939;1946-1980+) - Qualifications: cc; AOCP 1600, 1936, Qld - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: labourer (Rockhampton, 1936-1943); turner (Rockhampton North, 1949-1980) ===''PEPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Campbell Pepper|Pepper, Ralph Campbell]] [https://www.familysearch.org/tree/person/details/KC93-1MN] - 1905(NSW)-1984(Qld) - Licences: N742 Receive Tamworth (1922); 2HV Receive Tamworth (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Tamworth, 1930; Maroubra, 1931; Artarmon, 1934-1949; Newmarket, Qld, 1954-1972; Alderley, 1977-1980) ===''PERDRIAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carter Perdriau|Perdriau, Henry Carter]] [https://www.familysearch.org/tree/person/details/G3D9-L79] - 1895(NSW)-1956(NSW) - Licences: XHC Sydney (1912-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: cousin of 2ZR William James Stanley Perdriau - Electoral Rolls: manager (Chatswood, 1930-1936; Roseville, 1943-1954) * [[/William James Stanley Perdriau|Perdriau, William James Stanley]] [https://www.familysearch.org/tree/person/details/LTH6-8LS] - 1885(NSW)-1946(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923); 2ZR Sydney (Manly, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: cousin of XHC Henry Carter Perdriau - Electoral Rolls: dentist (Manly, 1930-1943) ===''PERREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Litchfield Perrey|Perrey, Alexander Litchfield]] [https://www.familysearch.org/tree/person/details/LZVM-9P9] - 1898(SA)-1965(Vic) - Licences: 5LP Strathalbyn (1925-1927) - Qualifications: cc; AOCP 99, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Francis Cole Perry|Perry, Malcolm Francis Cole]] [https://www.familysearch.org/tree/person/details/L679-XR2] - 1891(NSW)-1963(NSW) - Licences: XCP Sydney (Randwick, 1913-1914); 2DG Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Randwick, 1930-1937); editor (Randwick, 1943-1949; Coogee, 1954-1958); counsellor (Hazelbrook, 1958-1963) ===''PETERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Zornig Peters|Peters, Henry Zornig "Harry"]] [https://www.familysearch.org/tree/person/details/L4XX-HBC] - 1908(Qld)-1994(Qld) - Licences: 4ZP Maryborough (1937-1939); 4ZP Sarina (1947-1956); 4ZP Cooroy (1960-1980+) - Qualifications: cc; AOCP 1978, 1937, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: teacher (Yerra via Maryborough, Qld, 1936-1937; Sarina, 1943); farmer (Cooroy, 1963-1980) ===''PETERSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Marzanti Petersen|Petersen, Thomas William Marzanti "Bill"]] - 1919(Qld)-1981(Qld) - 4FY Brisbane (Cooparoo Heights, 1946-1947), 4YO Moreton Island (1975), amateur operator (AOCP 2321, 1939, No. ?? in Qld), radio clubs (WIAQ, councillor), military (WW2, AIF), employment (Hills TV service), business proprietor (Advance Radio, Wynnum Radio Repairs) ===''PETERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Franz Peterson|Peterson, Harold Franz]] [https://www.familysearch.org/tree/person/details/G8XJ-CV1] - 1888(NSW)-1961(NSW) - Licences: 2HP Sydney (Coogee, 1930-1960) - Qualifications: cc; AOCP 617, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: inspector (Coogee, 1930-1958) * [[/Rupert Clarence Peterson|Peterson, Rupert Clarence]] [https://www.familysearch.org/tree/person/details/G87D-VJ3] - 1910(Vic)-2000(NSW) - Licences: 7AZ Receive Hobart (West Hobart, 1922-1923); Receive Hobart (West Hobart, 1923-1924); 3PT Melbourne (Moonee Ponds, 1928-1939) - Qualifications: cc; AOCP 401, 1928, No. ?? in Vic; AOLCP 96, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Moonee Ponds, 1931-1937; Caulfield, 1942-1949; Ivanhoe, 1954-1977); retired (Merimbula, 1980) * [[/Walter Peterson|Peterson, Walter]] - 19??(???)-19??(???) - Licences: 3QP Melbourne (Toorak, 1930-1939) - Qualifications: cc; AOCP 689, 1930, Vic - amateur operator; amateur broadcaster - Electoral Rolls: telephone mechanic (Kew, 1925); telephone engineer (Kew, 1926-1928); engineer (Toorak, 1931-1937); secretary (Lilydale, 1943-1954); electrical instrument maker (Collingwood North, 1967-1968) - several contemporaneous WPs * [[/Walter Martin Peterson|Peterson, Walter Martin]] [https://www.familysearch.org/tree/person/details/LDRD-G6B] - 1910(WA)-1978(WA) - Licences: 6LW Perth (West Perth, 1937; East Perth, 1938-1939, 1947-1948; City, 1954-1956; City Beach, 1960-1975+) - Qualifications: cc; AOCP 1864, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: student (Balcatta, WA, 1931-1936; North Perth, WA, 1937; East Perth, WA, 1937-1943); radio engineer (East Perth, WA, 1949-1958); lecturer (City Beach, WA, 1963-1977) ===''PHELPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Phelps|Phelps, William Joseph]] [https://www.familysearch.org/tree/person/details/G8D5-97G] - 1912(NSW)-1987(NSW) - Licences: 2DL Sydney (Canterbury, 1931-1939, 1946; Ashbury, 1947-1975) - Qualifications: AOCP 769, 1931, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1935-1937; Ashfield, 1942; Ashbury, 1949-1963) ===''PHILBIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Philbin|Philbin, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GDKL-L7L] - 1889(Tas)-19??(???) - Licences: 7FP Queenstown (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ulverstone, 1914); electrician (Queenstown, 1919-1937); electrical fitter (Queenstown, 1949-1954); to NSW 1940s ===''PHILLIPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan William Albert Phillips|Phillips, Alan William Albert]] [https://www.familysearch.org/tree/person/details/GXVR-LD4] - 1915(SA)-2009(SA) - Licences: 5GX Adelaide (Somerton, 1936-1937) - Qualifications: cc; AOCP 1601, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (St Leonards, SA, 1939; South Plympton, SA, 1941-1943) * [[/Albert Maurice Phillips|Phillips, Albert Maurice]] [https://www.familysearch.org/tree/person/details/GXVR-GGP] - 1915(SA)-2008(SA) - Licences: 5ZU Adelaide (Prospect, 1936-1939, 1947-1980) - Qualifications: cc; AOCP 1713, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Gordon George Phillips|Phillips, Gordon George]] [https://www.familysearch.org/tree/person/details/GX7V-TB1] - 1887(NSW)-1941(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 93, 1915; 1COCP 321, 1933 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Townsville, 1912-1919); radio telegraphist (Currie, King Island, 1922); telegraphist (South Townsville, 1925); radio telegraphist (Thursday Island, 1928); radio telegraphist (Cooktown, 1937) * [[/Harry Edward James Thomas Phillips|Phillips, Harry Edward James Thomas]] [https://www.familysearch.org/tree/person/details/G8ZW-SXG] - 1896(Vic)-1963(Vic) - Licences: 3JU Melbourne (Mitcham, 1929-1933; Abbotsford, 1937; South Yarra, 1938-1939, 1946-1948; Merlynstone, 1954-1960) - Qualifications: AOCP 532, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: slaughterman (Newmarket, 1919); butcher (Emerald, 1922; Mitcham, 1924-1936; Abbotsford, 1937; South Yarra, 1949) * [[/James Graham Phillips|Phillips, James Graham]] [https://www.familysearch.org/tree/person/details/GZLJ-8JC] - 1909(SA)-1943(Vic) - Licences: 5BW Adelaide (Glenelg, 1926-1931; Somerton, 1933-1939)- Qualifications: cc; AOCP 256, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Somerton, 1939-1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/606863] * [[/Noel William Phillips|Phillips, Noel William]] [https://www.familysearch.org/tree/person/details/G9FX-877] - 1911(Qld)-1941(Qld) - Licences: 4NP Ipswich (1934-1939) - Qualifications: cc; AOCP 1396, 1934, Qld - amateur operator; amateur broadcaster; employment (Qld Public Works Dept) - Electoral Rolls: painter (Ipswich, Qld, 1936-1937) ===''PHILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurance Vincent Phillis|Phillis, Laurance Vincent]] [https://www.familysearch.org/tree/person/details/GS5R-98V] - 1900(SA)-1953(SA) - Licences: 5LP Adelaide (South Payneham, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1136, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PHILPOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Hanmer Philpot|Philpot, Clarence Hanmer]] [https://www.familysearch.org/tree/person/details/GMRM-C7S] - 1906(Vic)-1982(Vic) - Licences: Receive (Valve) Geelong (1923); 3CP Geelong (1924-1925); 3CP Warrnambool (1925-1926); 3KL Ararat (1927); 3KL Avoca (1931-1937); 3KL Horsham (1938-1939); 3KL Melbourne (Elsternwick, 1946-1980+) - Qualifications: cc; AOCP 381, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal clerk (Derrinallum, 1928; Avoca, 1931-1936); postal (Elsternwick, 1942-1980) ===''PHILPOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Jones Philpott|Philpott, Oliver Jones]] [https://www.familysearch.org/tree/person/details/G8LJ-52T] - 1869(???)-1934(Vic) - Licences: 3VS Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: orchardist (Sandringham, 1919); manager (Caulfield, 1921-1927) ===''PHIPPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Roger Sydney Phipps|Phipps, William Roger Sydney]] [https://www.familysearch.org/tree/person/details/GZX2-Z6G] - 1896(Eng)-1973(WA) - Licences: 6WP Perth (Subiaco, 1924-1927; Victoria Park, 1930-1933; South Perth, 1937-1939, 1946-1969) - Qualifications: cc; AOCP 111, 1925, No. ?? in WA; AOLCP 16, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Subiaco, 1921); electrical fitter (Subiaco, 1925); radio operator (Victoria Park, 1931; South Perth, 1936-1972) ===''PIKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Herbert Arthur Pike|Pike, John Herbert Arthur "Jack"]] [https://www.familysearch.org/tree/person/details/MT5R-K62] - 1890(NSW)-1961(NSW) - XJP Sydney (Arncliffe, 1911), XDY Sydney (Arncliffe, 1912-1914), XDZ Sydney (Arncliffe, 1912), 2DF Receive Sydney (Epping, 1922-1924), 2JP Sydney (Epping, 1925-1929; Greenwich, 1930-1939, 1946-1961), amateur operator (AOCP 130, 1925, No. ?? in NSW), amateur broadcaster, AWA (research, later draftsman) ===''PINNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chalker Pinnell|Pinnell, John Chalker]] [https://www.familysearch.org/tree/person/details/G8Z5-P4G] - 1902(NSW)-1997(NSW) - Licences: 2OL Receive Sydney (Annandale, 1923-1924); 2ZR Sydney (Marrickville, 1929-1934; Ashfield, 1935-1936; Summer Hill, 1937-1939, 1946-1950; Earlwood, 1954-1961; Croydon, 1965) - Qualifications: AOCP 547, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Dulwich Hill, 1930-1934; Ashfield, 1936; Summer Hill, 1937-1949); teacher (Earlwood, 1954-1963); retired (Ashfield, 1968; Mt Kuringai, 1980) ===''PINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Pinney|Pinney, C. R.]] - 18??-19?? - 4CP Port Moresby - amateur operator, amateur broadcaster ===''PITCHFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stuart Frederick Pitchford|Pitchford, William Stuart Frederick]] [https://www.familysearch.org/tree/person/details/GZ5C-X48] - 1906(Eng)-1959(SA) - Licences: 5WP Adelaide (City, 1926-1933; Hyde Park, 1937-1939) - Qualifications: cc; AOCP 254, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Reade Park, 1939-1943) ===''PITTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Graham Pitts|Browne, Reginald Graham or Graham Reginald]] [https://www.familysearch.org/tree/person/details/LZGB-56Y] - 1915(SA)-2005(WA) - Licences: 5GP Adelaide (Torrensville, 1934-1939); 5GP Alice Springs (1947); 5GE Port Augusta (1955-1975); 5GE Adelaide (Kensington Gardens, 1980+) - Qualifications: cc; AOCP 1377, 1934, SA; 2COCP 189, 1938; 1COCP 225, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: finisher (Torrensville, SA, 1941-1943); radio engineer (Alice Springs, NT, 1949) ===''POLLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Henderson Pollock|Pollock, John Henderson]] [https://www.familysearch.org/tree/person/details/GXFM-9TQ] - 1895(NSW)-1978(Qld) - Licences: Receive Brisbane (Moorooka, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Moorooka, Qld, 1922-1926); insurance manager (Townsville, Qld, 1928-1937); insurance agent (Moorooka, Qld, 1943-1977) ===''PONSONBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bessborough Ponsonby|Ponsonby, John Bessborough]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 466, 1919; 1COCP 50, 1930 - coastal wireless operator - Electoral Rolls: ===''POPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maitland Glen Pope|Pope, Maitland Glen]] [https://www.familysearch.org/tree/person/details/KJ4K-FN6] - 1884(WA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 122, 1915; 1COCP 153, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Subiaco, 1906); civil servant (Subiaco, WA, 1910); civil servant (Hobart North, Tas, 1914); officer-in-charge (Wireless Station, Thursday Island, Qld, 1919-1921); wireless expert (Wireless Station, Applecross, 1925); wireless operator (Moonee Ponds, Vic, 1927-1931); supervisor (Essendon, Vic, 1936-1954) ===''PORTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Glanville Porter|Porter, Leonard Glanville]] [https://www.familysearch.org/tree/person/details/GXLX-765] - 1897(SA)-1969(SA) - Licences: 5MP Huddlestone (1938-1939; 1947-1948) - Qualifications: cc; CPRT 966, 1927; 1COCP 73, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Flinders Naval Depot, Vic, 1924); wireless operator (5PI Crystal Brook, SA, 1939-1943) ===''POTTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Potter|Potter, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GXYZ-38V] - 1915(WA)-1993(WA) - Licences: 6ZO Perth (East Fremantle, 1937-1939; Bicton, 1947-1965; Melville, 1969-1980+) - Qualifications: cc; AOCP 1959, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (East Fremantle, WA, 1937-1943); contractor (East Fremantle, WA, 1949-1958; Melville, 1963); builder (Melville, WA, 1968-1980) * [[/William Francis Potter|Potter, William Francis]] [https://www.familysearch.org/tree/person/details/G878-638] - 1908(NSW)-1959(NSW) - Licences: 2WP Helensburgh (1928-1939); 2WP Fairy Meadow (1948-1950); 2WP Charlestown (1954-1960) - Qualifications: AOCP 399, 1928, No. ?? in NSW; 3COCP 38, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Helensburgh, 1930-1937); mechanic (Fairy Meadow, 1949); shiftman (Charlestown, 1954); electrical mechanic (Charlestown, 1958); railway employee (New Lambton, 1958) ===''POTTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Charles Pottie|Pottie, Norman Charles]] [https://www.familysearch.org/tree/person/details/9V3D-JFZ] - 1909(NSW)-1961(NSW) - Licences: 2HQ Sydney (Bellevue Hill, 1930-1931; Hunters Hill, 1933-1938; Mosman, 1939) - Qualifications: AOCP 589, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933; Hunters Hill, 1936-1937; Albury, 1943; Willoughby, 1949-1958) ===''POULSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valdemar Poulsen|Poulsen, Valdemar]] - 1869(Denmark)-1942(Denmark) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - inventor of a magnetic wire recorder, Poulsen arc transmitter - Electoral Rolls: Nil yet identified - Links: [[w:Valdemar Poulsen|Wikipedia]]; [https://ethw.org/Valdemar_Poulsen IEEE]; [https://www.britannica.com/biography/Valdemar-Poulsen Britannica] ===''POWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Power|Power, A. H.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Highgate Hill, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''PRESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Arthur Campbell Preston|Preston, Thomas Arthur Campbell]] [https://www.familysearch.org/tree/person/details/GHDV-FFD] - 1886(Tas)-1970(Tas) - Licences: 7BK Queenstown (1923-1927+) - Qualifications: cc; AOCP 190, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; Mount Lyell Co (electrical engineer, 1920s; chief engineer) - Electoral Rolls: engineer (Queenstown, 1919-1954) ===''PRESTON-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cedric Preston-Smith see Cedric Preston Smith ===''PRICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Clarey Price|Price, John Clarey "Jack"]] [https://www.familysearch.org/tree/person/details/L7GR-V19] - 1884(Qld)-1954(Qld) - Licences: 4CE (Receive) 1922; 4FI or 4FJ Brisbane (Bardon, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); radio business proprietor (Wireless House); public servant (PMG) - Electoral Rolls: mechanic (Wooloowin, 1912-1913); public servant (Bardon Estate, 1919-1936; Bardon, 1943-1954) * [[/Keith Ferguson Price|Price, Keith Ferguson]] [https://www.familysearch.org/tree/person/details/94TB-TPD] - 1900(Vic)-1978(Qld) - Licences: 4KF Brisbane (Camp Hill, 1937-1939, 1947) - Qualifications: cc; AOCP 1937, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Norman Park, Qld, 1925-1926); engineering instructor (Camp Hill, Qld, 1937-1943); electrical engineer (Camp Hill, Qld, 1954-1958) ===''PRIDDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Arthur Priddle|Priddle, Raymond Arthur]] [https://www.familysearch.org/tree/person/details/G8H3-PNF] - 1913(NSW)-1971(NSW) - Licences: 2RA Bathurst (1929-1936); 2RA Sydney (Marrickville, 1938-1939; Greenwich, 1946; Pymble, 1947-1961; Wahroonga, 1969) - Qualifications: AOCP 473, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: civil engineer (Yass, 1935; Marrickville, 1936-1943; Lane Cove, 1943; Pymble, 1949-1963); engineer (Wahroonga, 1968) ===''PRIDEAUX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Charles Prideaux|Prideaux, Joseph Charles]] [https://www.familysearch.org/tree/person/details/GX6Y-Y6H] - 1908(Qld)-1969(NSW) - Licences: 4DS Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: musician (Lismore, NSW, 1935-1943); hairdresser (Lismore, NSW, 1949-1968) ===''PRIDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Clifford Pridham|Pridham, Leslie Clifford]] [https://www.familysearch.org/tree/person/details/GXK2-H6C] - 1916(SA)-2007(SA) - Licences: 5WP Adelaide (Torrensville, 1937-1939) - Qualifications: cc; AOCP 2047, 1937, SA; BOCP 301, 1940; 1COCP 834, 1944 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Torrensville, SA, 1939-1941); public servant (Lockleys, SA, 1943) ===''PRINCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Prince|Prince, Albert Edward]] [https://www.familysearch.org/tree/person/details/GXKT-ZLR] - 1914(SA)-1996(SA) - Licences: 5WK Adelaide (Walkerville, 1934-1939; Kurralta Park, 1947; Plympton, 1948-1980+) - Qualifications: cc; AOCP 1358, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Queenstown, SA, 1941); fitter (Gracemere, SA, 1943); sheet metal worker (Broadview Gardens, SA, 1943) ===''PROPOSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilhelm Carl Lormann Proposch|Proposch, Wilhelm or William Carl Lormann or Forman]] [https://www.familysearch.org/tree/person/details/LVVN-TGW] - 1900(NSW)-1970(Qld) - Licences: 4PL Chinchilla (1937-1939); 4PL Nanango (1947-1969) - Qualifications: cc; AOCP 1986, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: wellborer (Maclargan via Jondaryan, Qld, 1925-1936); radio dealer (Chinchilla, Qld, 1937; Nanango, Qld, 1943-1968) ===''PRYZBILLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Alfred Pryzibilla|Pryzibilla, Colin Alfred]] [https://www.familysearch.org/tree/person/details/GXKD-1SY] - 1910(SA)-2001(SA)91yo - Licences: 5XJ Adelaide (Parkside, 1935-1939, 19471960; Brooklyn Park, 1965-1969; Ascot Park, 1975; Plympton Park, 1980) - Qualifications: cc; AOCP 1590, 1935, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PURDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Commodore Vere Purdon|Purdon, Commodore Vere]] [https://www.familysearch.org/tree/person/details/GQ28-Y6B] - 1901(Tas)-1968(Tas) - Licences: 7AM Receive Hobart (Battery Point, 1922); Receive Hobart (Battery Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart East, 1922; Hobart South, 1928; Bellerive, 1936-1954) =='''Q'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''QUICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Quick|Quick, John]] [https://www.familysearch.org/tree/person/details/LKWF-QQF] - 1852(Eng)-1932(Vic) - state politician (MLA Vic, 1880s & 1890s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1909-1910), oversight of 1909 Melbourne Wireless Telegraphy Conference - Links: [[w:John_Quick_(politician)|Wikipedia]]; [https://adb.anu.edu.au/biography/quick-sir-john-8140 ADB] ===''QUIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Quin|Quin, Charles]] [https://www.familysearch.org/tree/person/details/G8VW-TP8] - 1910(WA)-1979(WA) - Licences: 6CX Perth (Subiaco, 1930-1933; Nedlands, 1937; Wembley, 1938-1939, 1946-1947) - Qualifications: cc; AOCP 678, 1930, No. ?? in WA; AOLCP 178, 1934 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Wembley Park, 1937); accountant (Swanbourne, 1963); retired (Swanbourne, 1972-1977) =='''R'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''RADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Dynan Radford|Radford, Wilfred or William Dynan]] [https://www.familysearch.org/tree/person/details/92MT-KNF] - 1916(Qld)-1996(NSW) - Licences: 4WV Brisbane (Ashgrove, 1936-1937); 4WW Brisbane (Ashgrove, 1938-1939) - Qualifications: cc; AOCP 1624, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: theological student (Hunters Hill, NSW, 1943); clergyman (Toongabbie, NSW, 1954); priest (Marist College, Armidale, NSW, 1958; Toongabbie, NSW, 1963-1968; Hunters Hill, NSW, 1977-1980) ===''RAGLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Beaumont Ragless|Ragless, Gordon Beaumont]] [https://www.familysearch.org/tree/person/details/GMY3-58F] - 1909(SA)-2002(SA) - Licences: 5GR Adelaide (St Marys, 1928-1939; Marion, 1946-1948) - Qualifications: cc; AOCP 434, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: orchard assistant (St Marys, 1939-1943) ===''RAINBOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Rainbow|Rainbow, Christopher James]] [https://www.familysearch.org/tree/person/details/G87K-BB5] - 1911(Vic)-1994(Vic) - Licences: 3JR Melbourne (Preston, 1928-1954; West Preston, 1955-1969; Rosebud, 1975-1980) - Qualifications: AOCP 406, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, partnership (Supreme Radio Co, Preston ?-1932), WW2 (RAAF) - Electoral Rolls: engineer (Preston, 1931-1942); traveller (Preston, 1949-1972; Rosebud, 1977); retired (Rosebud, 1980) - Relationships: brother-in-law of 3PA Percy James Anderson ===''RAMSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Ramsay|Ramsay, Frederick Charles]] [https://www.familysearch.org/tree/person/details/GXNM-4RT] - 1871(Eng)-1950(NSW) - Licences: Receive (Crystal) Brisbane (Toowong, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hermit Park, Qld, 1903-1905; South Brisbane, Qld, 1912; West End, Qld, 1915-1919); accountant (Toowong, Qld, 1921-1925; Waverley, NSW, 1930-1934); teacher (Waverley, NSW, 1936-1943) * [[/Robert Ramsay|Ramsay, Robert ]] - 1842(Sct)-1882(Vic) - solicitor, Victorian politician, Postmaster-General Victoria (Jul 1874 - Aug 1875; Oct 1875 - May 1877) ===''RANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Otto Randell|Randell, Charles Otto]] [https://www.familysearch.org/tree/person/details/97TF-XLP] - 1880(NSW)-1958(Qld) - Licences: 4BK Innisfail (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster (callsign to 4BK Brisbane commercial 1930) - Comment: 4AC Leslie Waters employed by Randell Engineering - Electoral Rolls: analytical chemist (Hambledon, 1903); chemist (Goondi, 1908); engineer (Innisfail, 1912-1913); mechanical engineer (Townsville, 1915); analytical chemist (Innisfail, 1919-1930); agent (Toowong, 1936); chemist (Brisbane, 1937); industrial chemist (North Sydney, 1949) ===''RANKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Ronald Rankin|Rankin, Kenneth Ronald "Ken"]] [https://www.familysearch.org/tree/person/details/L2RC-8FS] - 1906(Vic)-1964(Vic) - Licences: 3KR Kerang (1926-1939); 3KR Benalla (1946-1960) - Qualifications: AOCP 242, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio salesman (Kerang, 1928-1937); manager (Benalla, 1949-1963) - Probate: Theatre Manager (Benalla, 1965) ===''RANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Rann|Rann, George William]] [https://www.familysearch.org/tree/person/details/GZDG-VMV] - 1908(WA)-1974(WA) - Licences: 6KO Perth (Nedlands, 1932-1939) - Qualifications: cc; AOCP 1000, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Nedlands, WA, 1931); printer (West Subiaco, WA, 1936; Wembley, WA, 1937-1943; Leederville, WA, 1954-1958); civil servant (City Beach, WA, 1963-1972) ===''RAYNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Rayner|Rayner, Jack]] [https://www.familysearch.org/tree/person/details/LYQQ-2LK] - 1898(NSW)-1972(NSW) - Licences: 2LJ Sydney (Stanmore, 1928-1930; Belmore, 1931-1939, 1946-1950) - Qualifications: AOCP 384, 1928, No. ?? in NSW; 2COCP 425, 1933; 1COCP 335, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: police constable (Annandale, 1930); constable (Belmore, 1933-1934); police constable (Belmore, 1937-1949) ===''READ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Earl Read|Read, Alfred Earl "Earl"]] - 1892(NZ)-1960(NZ) - journalist (editor NZ Radio Times to 1936; editor and proprietor, Australasian Radio World 1936-1940; manager, Australasian Radio World 1940+) * [[/Allan William Read|Read, Allan William]] [https://www.familysearch.org/tree/person/details/GX1B-WF2] - 1913(WA)-1983(WA) - Licences: 6LK Perth (Mt Lawley, 1931-1933); 6LK Northam (1937-1939) - Qualifications: cc; AOCP 735, 1931, No. ?? in WA; AOLCP 163, 1934; 1COCP 83, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Broadcasting Station, Northam, WA, 1936-1937); radio technician (North Perth, WA, 1943-1958); public servant (Nollamara, WA, 1963-1980) ===''READER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/d'Arcy Harold Reader|Reader, d'Arcy Harold]] [https://www.familysearch.org/tree/person/details/L5KX-8N8] - 1888(NZ)-1952(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 123, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: wireless telegraphist (Thursday Island, Qld, 1916-1917) ===''READING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Reading|Reading, Edward Charles]] [https://www.familysearch.org/tree/person/details/GZW7-9DL] - 1904(NSW)-1979(NSW) - 2RG Bangalow (1925-1929), 2LT Lismore (1965-1975), amateur operator (AOCP 65, 1925, No. ?? in NSW), amateur broadcaster, electrician, Reading Bros (proprietor & electrical engineer, 1930-1939), 2RG callsign may have been withdrawn by PMGD for 2RG Griffith commercial * [[/Leonard William Reading|Reading, Leonard William]] [https://www.familysearch.org/tree/person/details/L2LY-H23] - 1904(WA)-1989(WA) - Licences: 6LR Northam (1933-1936); 3TQ Newport (1937); 6LR Perth (Pearce, 1938-1939; South Perth, 1946-1947) - Qualifications: cc; AOCP 1200, 1933, Vic; 1COCP 384, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Northam, WA, 1925-1936; Newport, Vic, 1937); airman (South Perth, WA, 1943); supervisor (Karinup, WA, 1980) ===''REDDROP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Reddrop|Reddrop, James William Jnr]] [https://www.familysearch.org/tree/person/details/GD1T-SYY] - 1906(Vic)-1981(NSW) - Licences: 7BN Launceston (1934-1937); 3BN Melbourne (Caulfield, 1938-1939, 1946-1954) - Qualifications: cc; 1COCP 28, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: airman (Elsternwick, 1931; St Kilda, 1937); air force (Elsternwick, 1942-1954); air force officer (Glenbrook, NSW, 1958); RAAF officer (Campbell, 1963); retired (Hackett, ACT, 1968); representative (Tbre Lake, 1972-1980) ===''REED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Griffiths Reed|Reed, Joseph Griffiths "Joe"]] [https://www.familysearch.org/tree/person/details/GC6Y-GZZ] - 1897(NSW)-1969(NSW) - Licences: XABP Newcastle (1914); 2JR Sydney(Summer Hill, 1924-1933; Croydon, 1934-1939; Northbridge, 1946-1969) - Qualifications: cc; CPRT 710, 1922; 1COCP 235, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio engineer (Summer Hill, NSW, 1930-1934); engineer (Croydon, NSW, 1936-1937); electrical engineer (Northbridge, NSW, 1943-1968) ===''REEDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Bennett Reedman|Reedman, Alfred Bennett]] [https://www.familysearch.org/tree/person/details/KZLN-MVM] - 1896(Qld)-1982(Qld) - Licences: Receive (Valve) Brisbane (Norman Park, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kangaroo Point, Qld, 1919-1921; Norman Park, Qld, 1925-1980) ===''REES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Montague Elyder Rees|Rees, Richard Montague Elyder]] [https://www.familysearch.org/tree/person/details/MPXW-S6Y] - 1901(Eng)-1962(Vic) - Licences: 2RE Sydney (Stanmore, 1926-1927; Coogee, 1928-1930); 2WM Sydney (Enfield, 1931-1933); 2APW Albury (1946-1947); 3APW Darling (1948-1954) - Qualifications: AOCP 296, 1926, No. ?? in NSW; CPRTelephony 959, 1927; 2COCP 283, 1930; BOCP 107, 1937; 1COCP 941, 1945 - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Enfield, 1931-1937) ===''REEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Herbert Reeves|Reeves, Cecil Herbert]] [https://www.familysearch.org/tree/person/details/GF3Z-X92] - 1905(WA)-1975(WA) - Licences: 6CR Perth (Claremont, 1931-1933; Victoria Park, 1937-1939) - Qualifications: cc; AOCP 746, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Claremont, WA, 1931; Victoria Park, WA, 1936-1943; Wagin, WA, 1954; Fremantle, WA, 1958; East Fremantle, WA, 1963-1972) ===''REID''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Reid|Reid, John]] [https://www.familysearch.org/tree/person/details/GF3G-PDG] - 1901(Vic)-19??(???) - Licences: 3BE Melbourne (Werribee, 1937); 6BE Perth (RAAF, Pearce, 1938); 3AJR Ballarat (1947-1980+) - Qualifications: cc; 2COCP 26, 1935 - amateur operator; amateur broadcaster; WW2 - Comment: Several contemporaneous JRs - Electoral Rolls: retired (Ballarat, Vic, 1977-1980) ===''REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Dwyer Reilly|Reilly, Edward or Edwin Dwyer]] [https://www.familysearch.org/tree/person/details/G9S5-67P] - 1913(Vic)-1991(SA) - Licences: 5AI Adelaide (Woodville, 1935-1939; Brooklyn Park, 1947-1975; Aldinga, 1980+) - Qualifications: cc; AOCP 1524, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Woodville, SA, 1939-1943) * [[/Eric Harold Reilly|Reilly, Eric Harold]] [https://www.familysearch.org/tree/person/details/L153-S1X] - 1905(Qld)-1950(Qld) - Licences: 4ER Brisbane (Hill End, 1934-1937); 4ER Laidley (1938-1939, 1946-1948) - Qualifications: cc; AOCP 1339, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ, WICEN) - Electoral Rolls: rubber worker (Hill End, Qld, 1934-1937); motor mechanic (Laidley, Qld, 1943-1949) ===''REIMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Alwin Reimann|Reimann, Albert Alwin]] [https://www.familysearch.org/tree/person/details/G4RD-V3K] - 1905(SA)-1946(SA) - Licences: 5JO Adelaide (Kent Town, 1928-1939) - Qualifications: cc; AOCP 453, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil ===''REINARTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John L. Reinartz|Reinartz, John L.]] - 1894(Ger)-1964(USA) - 1QP (1908-?), 1XAM, W3RB, K6BJ USA, amateur operator, with Fred Schnell made first Trans-Atlantic 2 Way QSO with F8AB Leon Deloy ===''REINHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Cyril Reinhold|Reinhold, Edwin Cyril]] [https://www.familysearch.org/tree/person/details/LHH4-WWR] - 1900(Qld)-1984(Qld) - Licences: Q747 Receive Brisbane (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Clayfield, 1925); motor mechanic (Gracefield, 1931-1949); soldier (Sherwood, 1954-1980) ===''RENNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rennie|Rennie, F.]] - 19??(???)-19??(???) - Licences: 3HI Receive Melbourne (South Yarra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/J. M. Rennie|Rennie, J. M.]] - 19??(???)-19??(???) - Licences: 3QF Receive Melbourne (Northcote, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/K. M. Rennie|Rennie, K. M.]] - 19??(???)-19??(???) - Licences: 2AO Receive Sydney (Edgecliffe, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''RENSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Phillip Renshaw|Renshaw, Walter Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G9KS-1LX] - 1891(NSW)-1968(NSW) - Licences: XFP Sydney (Roseville, 1912-1914); 2DE Sydney (Roseville, 1922-1939) - Qualifications: cc; CPRT 370, 1918 - early wireless experimenter; amateur operator - amateur broadcaster; WW1; radio clubs (WIA NSW - 1912+, President, Federal President); professional clubs (IRE NSW - founding member); business (consulting engineer); witness to Royal Commission 1927 (as Hon. Sec. WIA NSW) - Comment: late 1930s entangled in a NSW State Government corruption enquiry - Electoral Rolls: civil engineer (Roseville, 1936-1954; Ashfield, 1958-1968) ===''RENWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Griffith Renwick|Renwick, Arthur Griffith]] [https://www.familysearch.org/tree/person/details/GD57-8XV] - 1902(NSW)-1967(NSW) - Licences: 2CG Receive Sydney (Woollahra, 1922) - Qualifications: cc; BOCP 292, 1940 - amateur receiver - Electoral Rolls: pharmacist (Roseville, 1930-1937); chemist (Drummoyne, 1943-1954); retail chemist (Strathfield, 1958-1963) ===''RETALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Moncrieff Retallick|Retallick, James Moncrieff]] [https://www.familysearch.org/tree/person/details/LKK3-QDW] - 1898(NSW)-1969(NSW) - Licences: 2XO Bellingen (1930-1939, 1946-1947); 2FE Portable Bellingen (1933-1939); 2XO Raleigh (1948-1955); 2XO Coffs Harbour (1956-1958); 2XO Urunga (1960-1969); - Qualifications: AOCP 664, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: attendant (Substation, Raleigh, 1949-1954); electrical mechanic (Urunga, 1963-1968) ===''REYNOLDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Daniel Reynolds|Reynolds, George Daniel]] [https://www.familysearch.org/tree/person/details/GX9J-VBQ] - 1886(NZ)-1964(Vic) - Licences: Nil yet identified - Qualifications: cc; 1COCP 180, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: wireless operator (Rockhampton, 1917; Cooktown, 1928); radio (Malvern, 1934-1937); wireless operator (New Farm, 1943); radio station manager (Townsville, 1949); retired (Malvern, 1954-1963) ===''RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Rhodes|Rhodes, Harry]] [https://www.familysearch.org/tree/person/details/G8BS-QMC] - 1887?(???)-1966(SA) - Licences: Receive (Valve) Kadina (1923); 5HR Kadina (1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: Needs more research - Electoral Rolls: electrical engineer (Quorn, 1939-1943; Grassmere, 1943) ===''RIBBETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Ribbett|Ribbett, Thomas John]] [https://www.familysearch.org/tree/person/details/GXQQ-YRJ] - 1880(SA)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPOE, 1917) - Electoral Rolls: Nil yet identified ===''RICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fry Rich|Rich, Charles Fry]] [https://www.familysearch.org/tree/person/details/GXN8-YZ3] - 1873(Eng)-1949(NSW) - Licences: 4CR Fife Bay, Papua - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Father of 4VX 2AJZ 9VX 2API Mackendrick Charles William Rich - Electoral Rolls: retired (Chatswood, NSW, 1943-1949) * [[/Mackendrick Charles William Rich|Rich, Mackendrick Charles William]] [https://www.familysearch.org/tree/person/details/GXN8-5MB] - 1903(PNG)-1991(NSW) - Licences: 4VX Samarai, Papua (1938-1939); 2AJZ Sydney (Chatswood, 1946); 9VX Port Moresby (1947-1948); 2API Sydney (Manly Vale, 1954-1955; Balgowlah, 1956-1969; Manly Vale, 1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Son of 4CR Charles Fry Rich - Electoral Rolls: no occupation (Manly Vale, NSW, 1954-1963); retired (Manly Vale, NSW, 1977-1980) ===''RICHARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. F. Richards|Richards, G. F.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (Moonah, 1923); 2237 Hobart (Moonah, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/George Richards|Richards, George]] [https://www.familysearch.org/tree/person/details/GHDM-JZ6] - 1888(Qld)-1963(Qld) - Licences: 4XK Ipswich (1930-1939) - Qualifications: cc; AOCP 575, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mine manager (Silkstone, 1917-1932; Booval, 1936-1958) * [[/Maurice Evans Richards|Richards, Maurice Evans]] [https://www.familysearch.org/tree/person/details/GZ3X-KPB] - 1910(SA)-1997(SA) - Licences: 5CY Receive Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923); 5MR Adelaide (Glenunga, 1927-1928) - Qualifications: cc; AOCP 369, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Relationships: Likely a relation of 5WR Wilfred Mayo Richards - Electoral Rolls: welder (Millswood East, SA, 1943) * [[/Norman Henry Richards|Richards, Norman Henry]] [https://www.familysearch.org/tree/person/details/GXH1-NL1] - 1912(Eng)-2007(Qld) - Licences: 4NR Brisbane (Wooloowin, 1932-1937) - Qualifications: cc; AOCP 1071, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Wooloowin, Qld, 1936-1937); mechanic (Eagle Junction, Qld, 1943); refrigeration engineer (Maryborough, Qld, 1949-1954); engineer (Ashgrove, Qld, 1963-1968); retired (Glasshouse Mountains, Qld, 1972-1977; Tin Can Bay, Qld, 1980) * [[/Victor John Richards|Richards, Victor John]] [https://www.familysearch.org/tree/person/details/GFML-3HH] - 1916(WA)-1992(WA) - Licences: 6JR Perth (Nedlands, 1937-1939) - Qualifications: cc; AOCP 1894, 1937, WA; 2COCP 265, 1939; 1COCP 367, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: storeman (Nedlands, WA, 1937); radio operator (Alice Springs, NT, 1943); machinery assistant (Wivenhoe, Tas, 1949); radio technician (Darlinghurst West, NSW, 1949; Charters Towers, Qld, 1949)); radio operator (Carlingford, NSW, 1954); radio technician (Blacktown, NSW, 1958); technician (Applecross, WA, 1958-1972); radio officer (Applecross, WA, 1977-1980) * [[/Wilfred Mayo Richards|Richards, Wilfred Mayo]] [https://www.familysearch.org/tree/person/details/GZ3X-6W4] - 1896(SA)-1948(SA) - 5WR Adelaide (Medindie Gardens, 1927-1939, 1946-1948) - Qualifications: cc; AOCP 364, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - certainly a relation of 5MR Maurice Evans Richards ===''RICHARDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Kennington Richardson|Richardson, Alan Kennington]] [https://www.familysearch.org/tree/person/details/GXRM-73L] - 1914(SA)-1994(SA) - Licences: 5AR Adelaide (Everard Park, 1934-1939; City, 1947-1980+) - Qualifications: cc; AOCP 1277, 1934, SA; AOLCP 201, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Everard Park, SA, 1939) * [[/Jasper Bede Richardson|Richardson, Jasper Bede]] [https://www.familysearch.org/tree/person/details/GX1J-LTY] - 1907(WA)-1969(WA) - Licences: 6LX Perth (Fremantle, 1931-1933; Hollywood, 1937-1939) - Qualifications: cc; AOCP 831, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (East Fremantle, WA, 1931); radio mechanic (Hollywood, WA, 1936-1937; East Perth, WA, 1943; East Fremantle, WA, 1949); mechanic (Bicton, WA, 1954-1968) * [[/John Keith Richardson|Richardson, John Keith "Keith"]] [https://www.familysearch.org/tree/person/details/G6QQ-76P] - 1906(Qld)-1954(Tas) - Licences: 4KR Barcaldine (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: overseer ("Ashgrove", Gore, 1930-1932) ===''RICKABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorimer Douglas Rickaby|Rickaby, Lorimer Douglas "Rick"]] [https://www.familysearch.org/tree/person/details/GMR4-Z8W] - 1906(Qld)-1975(Qld) - Licences: 4VR Brisbane (Coorparoo, 1936-1939, 1946-1948; Coopers Plains, 1955-1975) - Qualifications: cc; BOCP 485, 1938 - amateur operator; amateur broadcaster; broadcast technician (4VL, 4AK, 4BK); military (WW2, RAN); ship wireless officer; security officer (MSS) - Relationships: father of 4RX Brian ??? Rickaby; father-in-law of 4VR Valerie ??? Rickaby - Electoral Rolls: telegraphist (Flinders Naval Depot, Vic, 1931-1934); radio engineer (Coorparoo, Qld, 1937); technician (Coorparoo, Qld, 1943-1949); meter reader (Coopers Plains, Qld, 1958-1972) * [[/Brian ??? Rickaby|Rickaby, Brian ???]] - Licences: 4ZAP Brisbane (Coopers Plains, 1960); 4RX Brisbane (Salisbury, 1965-1980) - Qualifications: AOLCP; AOCP; BOCP; TVOCP - amateur operator; broadcast engineer (Qld State Broadcasting Office, P&TD / DoC / DoTaC / ABA) - Relationships: son of 4VR Lorimer Douglas Rickaby; husband of 4VR Valerie ??? Rickaby - Electoral Rolls: ===''RIETHMULLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Riethmuller|Riethmuller, Eric Charles]] [https://www.familysearch.org/tree/person/details/G64Z-XCL] - 1903(Qld)-1987(Qld) - Licences: 4SK Willis Island (1931) - Qualifications: cc; 2COCP 250, 1930; 1COCP 299, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jandowae, 1936); radio technician (Wellington, NSW, 1937; Moorooka, 1943); radio operator (Darlinghurst, 1949; Wahroonga, 1963-1972); retired (Toowoomba, 1972-1980) ===''RING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Mostyn Ring|Ring, Keith Mostyn]] [https://www.familysearch.org/tree/person/details/LKB8-YR7] - 1913(SA)-1991(SA) - Licences: 5KH Adelaide (Kensington Park, 1932-1939, 1947-1948; Marion, 1954; Eden Hills, 1955-1969); 5KH Williamstown (1975); 5KH Kapunda (1980+) - Qualifications: cc; AOCP 923, 1932, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank official (Jamestown, SA, 1941-1943) * [[/Thomas Leo Ring|Ring, Thomas Leo]] [https://www.familysearch.org/tree/person/details/GX95-D97] - 1893(Vic)-1945(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 233, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Rockhampton, 1916; Sandgate, 1921); clerical assistant (Bowen, Qld, 1925); postmaster (Texas, 1930-1937); retired (Hendra, Qld, 1943) ===''RIPPEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Adolf Heinrich Gerhard Rippen|Rippen, Adolf Heinrich Gerhard]] [https://www.familysearch.org/tree/person/details/GZLK-QSB] - 1919(WA)-1941(Off coast of Kenya) - Licences: 6GR Perth (Fremantle, 1936-1939) - Qualifications: cc; AOCP 1731, 1936, WA - amateur operator; amateur broadcaster; WW2 (RAN, HMAS Sydney II, Telegraphist) - Electoral Rolls: engineer (Fremantle, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.sydneymemorial.com/registrydetails.asp?ID=478 HMAS Sydney II Memorial]; [https://vwma.org.au/explore/people/644953 VWMA]; [http://www.streetwisemedia.com.au/unknown-sydney-sailor-named-after-80-years/ Streetwise] ===''RIVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Ronald Rivers|Rivers, Edmund Ronald or Ronald Edmund]] [https://www.familysearch.org/tree/person/details/GDJH-V2S] - 1901(Vic)-1950(Vic) - Licences: 3ER Receive Melbourne (Essendon, 1922-1923); 3ER Melbourne (Essendon, 1924-1925) - Qualifications: cc; CPRT 767, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''RIX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Henry George Rix|Rix, Walter Henry George]] [https://www.familysearch.org/tree/person/details/MMQX-KZQ] - 1898(Qld)-1923(Qld) - Licences: 4EC Receive Brisbane (Bulimba, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: tram conductor (Valley, Qld, 1919-1921) ===''ROBBINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Fellows Robbins|Robbins, Thomas Fellows]] [https://www.familysearch.org/tree/person/details/GX5X-2SL] - 1918(SA)-1986(SA) - Licences: 5DK Adelaide (Fullarton, 1935-1937; Malvern, 1938-1939); 5AQ Leigh Creek (1954-1960); 5AQ Port Augusta (1965-1980+) - Qualifications: cc; AOCP 1548, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Malvern, SA, 1941-1943) ===''ROBERTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles D'Arcy Roberts|Roberts, Charles D'Arcy]] [https://www.familysearch.org/tree/person/details/GZ2N-VBN] - 1909(NSW)-1943(Burma) - licences: 2JV Sydney (Greenwich, 1928-1939) - qualifications: AOCP 408, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 (signalman, 8 Division Signals, 1943) - Electoral rolls: clerk (Lane Cove, 1930-1937) - "Greater love hath no man than this" * [[/Harry Mayland Roberts|Roberts, Harry Mayland or Mayfield (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXLH-KKF] - 1912(SA)-1979(SA) - Licences: 5MY Adelaide (Alberton East, 1931; Myrtle Bank, 1938-1939; Fullarton Estate, 1947-1954; Plympton, 1955-1965; North Plympton, 1969-1975) - Qualifications: cc; AOCP 763, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Myrtle Bank, SA, 1939-1943) * [[/J. C. A. Roberts|Roberts, J. C. A.]] - 19??(???)-19??(???) - Licences: XAAY Sydney (Parramatta, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Identification: Not yet identified, despite three given names - Electoral Rolls: Nil yet identified * [[/Nicholas William Roberts|Roberts, Nicholas William]] [https://www.familysearch.org/tree/person/details/GXRC-XKV] - 1915(SA)-1936(SA) - Licences: 5NR Adelaide (St Peters, 1933-1936) - Qualifications: cc; AOCP 1228, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, age 21yo - Electoral Rolls: Nil yet identified * [[/Noel Grafton Roberts|Roberts, Noel Grafton]] [https://www.familysearch.org/tree/person/details/GXRD-CCL] - 1924(Eng)-2008(Eng) - Licences: 5NR Katherine (1947) - Qualifications: cc; 1COCP 589, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio inspector (Tally Ho, Vic, 1967-1968; Glen Waverley, Vic, 1972-1980) * [[/Richard George Crafter Roberts|Roberts, Richard George Crafter or Crofter]] [https://www.familysearch.org/tree/person/details/MWFZ-Z24] - 1901(NSW)-1964(NSW) - Licences: 2UU Sydney (Ashfield, 1923-1925) - Qualifications: cc; CPRT 750, 1922; 2COCP 430, 1933; 1COCP 505, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ashfield, 1933-1936; Lovetts Bay, 1943; Chatswood, 1949-1958) * [[/Russell Flexmore Roberts|Roberts, Russell Flexmore]] [https://www.familysearch.org/tree/person/details/LL4K-265] - 18??-1961(Qld) - Licences: 4PN Brisbane (West End, 1927-1933; Annerley, 1937-1939, 1946-1960) - Qualifications: cc; AOCP 372, 1927, No. 41 in Qld - amateur operator; amateur broadcaster; WW2; television experimenter (4CM); broadcaster (4BC, manager) - Electoral Rolls: musical director (South Brisbane, 1919); musician (Coorparoo, 1934); manager (Yeronga, 1936-1937); alderman (Annerley, 1954) * [[/V. Roberts|Roberts, V.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ROBERTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Desmond Robertson|Robertson, Brian Desmond]] [https://www.familysearch.org/tree/person/details/GX2G-W63] - 1921(SA)-1996(SA) - Licences: 1RD Macquarie Island (1950s); 5RD Adelaide (Henley Beach, 1954-1956) - Qualifications: cc; 1COCP 998, 1946 - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/David Sterling Robertson|Robertson, David Sterling]] [https://www.familysearch.org/tree/person/details/GW2M-F7H] - 1920(SA)-19??(???) - Licences: 5RN Adelaide (Mt Lofty, 1937-1939, 1948-1965); 1ATR Canberra (Deakin, 1956; Yarralumla, 1960); 5RN Adelaide (Stirling, 1969-1980+) - Qualifications: cc; AOCP 1944, 1937, SA; 2COCP 346, 1940; 1COCP 405, 1940 - amateur operator; amateur broadcaster - Relationships: Husband of 5YL-1YL Denise Alison Robertson nee Haslam - Electoral Rolls: radio engineer (North Sydney, 1943) * [[/Denise Alison Robertson|Robertson nee Haslam, Denise Alison]] [https://www.familysearch.org/tree/person/details/GW2M-JWG] - 1927(NSW)-2008(SA) - Licences: 1YL Canberra (Yarralumla, 1960-1965); 5YL Adelaide (Stirling, 1969) - Qualifications: cc; AOCP 3552, 1956, ACT - amateur operator; YL operator - Relationships: Wife of 5RN-1ATR David Sterling Robertson - Electoral Rolls: Nil yet identified ===''ROBINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Robinson|Robinson, Alexander]] [https://www.familysearch.org/tree/person/details/L1G8-ZJ2] - 1900(Eng)-1949(NSW) - Licences: 2GR Sydney (Haberfield, 1930-1937; Richmond, 1938-1939; Hunter's Hill, 1946-1948) - Qualifications: AOCP 498/499, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical meter tester (Haberfield, 1933-1936) - 2GR callsign previously held by Joseph Sydney Marks * [[/Arthur Robinson|Robinson, Arthur]] [https://www.familysearch.org/tree/person/details/G8CS-4PP] - 1926(Vic)-19??(???) - Licences: 3ABF Sale (1948-1956); 3ABF Melbourne (Croydon, 1960); 3ABF Traralgon (1965-1980+) - Qualifications: AOCP 2710, 1948, Vic; TVOCP 184, 1959 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Sale, 1949-1954); technician (Croydon, 1963); PMG TV technician (Traralgon, 1963-1980) * [[/Charles John Robinson|Robinson, Charles John]] [https://www.familysearch.org/tree/person/details/LNJD-DC5] - 1908(Tas)-2004(???) - Licences: 7RC Launceston (1936-1937); 7KR Launceston (1938-1939) - Qualifications: cc; AOCP 1668, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carter (Launceston, 1936-1937); cordial maker (Launceston, 1943) * [[/John William Robinson|Robinson, John William]] [https://www.familysearch.org/tree/person/details/GS7H-Q61] - 1895(Eng)-1963(NSW) - Licences: 2EN Receive Sydney (Ryde, 1922-1923); 2RN Receive Sydney (Concord, 1923); 4RN Brisbane (Kedron, 1931) - Qualifications: cc; Nil yet identified - amateur receiver; amateur broadcaster; Honorary Radio Inspector NSW; First director 4QG - Comment: several contemporaneous JWRs - Electoral Rolls: wireless engineer (Merthyr, Qld, 1925-1926); radio engineer (Highgate Hill, Qld, 1928); engineer (Herston, 1936-1937) ===''ROBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Laudreux Robson|Robson, Colin Laudreux]] [https://www.familysearch.org/tree/person/details/GXYV-TL8] - 1916(WA)-1973(WA) - Licences: 6XI Perth (Mt Lawley, 1937-1939); 6XI Northam (1947-1948); 6XI Waterloo (1954-1960); 6XI bunbury (1965-1969) - Qualifications: cc; 3COCP 181, 1936; AOCP 2055, 1937, WA; BOCP 234, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (6AM Quarters, Northam, WA, 1949; 6TZ, Waterloo, WA, 1958-1963; Bunbury, WA, 1968-1972) ===''ROCKWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Bruce Rockwell|Rockwell, Horace Bruce]] [https://www.familysearch.org/tree/person/details/K882-BWV] - 1887(Tas)-1955(NSW) - Licences: XQH Brisbane (Wynnum) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; WW1; WW2; a founder of Wireless Institute of Queensland 1912 - Electoral Rolls: electrician (Fort Lytton, Qld, 1913; Wynnum, Qld, 1917-1919); electrical engineer (Enoggera, Qld, 1919; Chelmer, Qld, 1925); electrician (Fort Lytton, Qld, 1936-1937); soldier (Middle Head, NSW, 1943); engineer (Northbridge, NSW, 1949) ===''RODDA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William David Rodda|Rodda, William David]] [https://www.familysearch.org/tree/person/details/G8WK-4JB] - 1907(WA)-1961(WA) - Licences: 6WR Perth (Claremont, 1928-1939) - Qualifications: cc; AOCP 435, 1928, No. ?? in WA; BOCP 1191, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Claremont, 1931-1936; Nedlands, 1937; Claremont, 1943); control operator (Nedlands, 1949-1954); technician (Perth, 1958) ===''RODWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Rodwell|Rodwell, Albert Edward]] [https://www.familysearch.org/tree/person/details/MWX8-VG7] - 1909(Qld)-1976(Qld) - Licences: Receive (Crystal) Brisbane (Bowen Hills, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Bowen Hills, Qld, 1936-1937); grocer (Kedron, Qld, 1943-1949); company manager (Wavell Heights, Qld, 1954-1968); bookseller (Aspley, Qld, 1972) ===''ROGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Stanley Rogers|Rogers, Bernard Stanley]] [https://www.familysearch.org/tree/person/details/GXPV-L34] - 1912(SA)-1987(SA) - Licences: 5FG Adelaide (Blackwood, 1934-1939; Edwardstown, 1947-1948; Glandore, 1954-1980+) - Qualifications: cc; AOCP 1274, 1934, SA; 1COCP 907, 1945 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Edwardstown, SA, 1939-1943) ===''ROHDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Campbell Rohde|Rohde, William Campbell "Bill"]] [https://www.familysearch.org/tree/person/details/G76S-GRF] - 1907(Qld)-1991(Qld) - Licences: 4RW Brisbane (Red Hill, 1929-1939) - Qualifications: cc; AOCP 493, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (YWCA Wireless Club); comms engineer (PMGD); broadcast engineer (4QG) - Electoral Rolls: telephone mechanic (Red Hill, 1934-1943; Newmarket, 1949); postal engineer (Coorparoo, 1958-1980) ===''ROLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Rolls|Rolls, Sydney]] [https://www.familysearch.org/tree/person/details/GX95-V3F] - 1886(???)-1957(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918); WW1 - Electoral Rolls: electrician (Auburn, Vic, 1916-1919); naval officer (Camberwell, Vic, 1924-1925); engineer (Hawthorn, Vic, 1928-1949) ===''ROSCOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Thomas Roscoe|Roscoe, Geoffrey Thomas]] [https://www.familysearch.org/tree/person/details/G8QR-GJY] - 1900(Qld)-1985(Qld) - Licences: Receive Condamine (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: teacher (Condamine, Qld, 1925; Macknade, Qld, 1936-1937; Boonah, Qld, 1943); retired (St Lucia, Qld, 1968-1980) ===''ROSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William (Qld) Rose|Rose, Robert William (Qld)]] [https://www.familysearch.org/tree/person/details/G8DS-JJM] - 1911(Qld)-1970(NSW) - Licences: 4RR Brisbane (1925); 4RQ Longreach (1930-1939, 1946-1948); 2AQR Wallsend (1956-1961); 2AQR Avoca (1965-1969) - Qualifications: cc; AOCP 576, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; chemist - Comment: Another Robert William Rose b1923 BOCP 993 - Electoral Rolls: mechanic (Toowong, 1925); chemist (Longreach, 1936-1949; West Wallsend, 1958-1963; Avoca Beach, 1968) * [[/Robert William (Vic) Rose|Rose, Robert William (Vic)]] - 1923(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; BOCP 993, 1948; 3AIR 1790, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: ===''ROSENSKJAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rosenskjar|Rosenskjar, F.]] - 19??-19?? - 4?? Brisbane (Fairfield) (Operator 4BI), amateur operator, amateur broadcaster ===''ROSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander David Ross|Ross, Alexander David]] [https://www.familysearch.org/tree/person/details/G68V-KFR] - 1883(Sct)-1966(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Professor of Mathematics & Physics, University of Perth) - Electoral Rolls: university professor (Perth Club, 1916; West Perth, 1925-1954); retired (Albany, WA, 1958-1963) - Links: [https://adb.anu.edu.au/biography/ross-alexander-david-8270 ADB]; [[w:Alexander_David_Ross|Wikipedia]]; [https://www.news.uwa.edu.au/archive/201206204747/features/setting-standards-excellence/ UWA] * [[/John Francis Ross|Ross, John Francis "Jack"]] - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer (PMGD); journalist (editor, The Broadcaster); historian (broadcasting, Amateur Radio, radiocommunications); author ("History of Radio in South Australia"; "Radio Broadcast Technology") - Electoral Rolls: ===''ROUTLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert Angus Routledge|Routledge, Robert Angus "Bob"]] [https://www.familysearch.org/tree/person/details/GWX2-BDP] - 1913(SA)-1997(SA) - Licences: 5RA Adelaide (Richmond, 1930-1931; Henley Beach, 1933) - Qualifications: cc; AOCP 679, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: manufacturer (Henley, 1939); radio technician (Henley, 1941); physics technician (Glenelg, 1943) ===''ROWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. L. Rowe|Rowe, R. L.]] - 19??(???)-19??(???) - Licences: 2LR Sydney (Milsons Point, 1928; McMahons Point, 1929) - Qualifications: cc; AOCP 267, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ROWLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert George Rowland|Rowland, Robert George]] [https://www.familysearch.org/tree/person/details/KH14-G2J] - 1902(Vic)-1996(Vic) - Licences: 3GR Ballarat (1930-1939, 1946-1980+) - Qualifications: AOCP 657, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grocer (Grovedale, 1924); storekeeper (Majorca, 1925-1927; Ballarat, 1931); radio dealer (Ballarat, 1936-1980) - Don't Confuse: 3ZGG/3AFS Robert George Rowlands ===''ROWLATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Rowlatt|Rowlatt, Thomas William]] [https://www.familysearch.org/tree/person/details/GCMJ-HZT] - 1892(Qld)-1978(Qld) - Licences: Receive (Crystal) Brisbane (South Brisbane, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: fitter (Kangaroo Point, Qld, 1915-1921); engineer (Kangaroo Point, Qld, 1925-1937); mechanical engineer (Kangaroo Point, Qld, 1943-1968); retired (Chermside, Qld, 1972-1977) ===''ROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Roy|Roy, A. J.]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 577, 1930, No. ?? in Vic - amateur operator?; amateur broadcaster? - Electoral Rolls: Nil yet identified - Individual not yet identified (115 Skene St, Warrnambool, Vic - 1930) ===''ROYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Arthur Kirkcaldy Royle|Royle, William Arthur Kirkcaldy]] [https://www.familysearch.org/tree/person/details/GZ13-BBQ] - 1909(NSW)-1965(NSW) - Licences: 2WA Sydney (Edgecliff, 1927-1928); 2AWK Sydney (Darling Point, 1946-1950; Sandringham, 1961) - Qualifications: AOCP 318, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: underwriter (Edgecliff, 1936-1954); agent (Sandringham, 1958) ===''RUBAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Peter Ruban|Ruban, John Peter]] [https://www.familysearch.org/tree/person/details/G8CM-DMS] - 1925(???)-2015(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: radio technician (Footscray North, 1963-1968); technician (Maidstone, Vic, 1972-1980) ===''RUMBOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Rumbold|Rumbold, George Henry]] [https://www.familysearch.org/tree/person/details/9VKD-BSQ] - 1907(Vic)-1977(Vic) - Licences: 3GR Bendigo (1927) - Qualifications: AOCP 349, 1927, No. ?? in Vic - amateur operator - Electoral Rolls: carpenter (Bendigo, 1928); insurance agent (Kyneton, 1931; Shepparton, 1931; Bendigo, 1936-1937); assistant superintendent (Bendigo, 1942-1954); cabinet maker (Bendigo, 1963-1972) ===''RUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Ruse|Ruse, Thomas William]] [https://www.familysearch.org/tree/person/details/KZMB-QWY] - 1891(Vic)-1987(WA)95yo - Licences: 6WK Perth (Perth City, 1930-1931; Osborne Park, 1933-1969) - Qualifications: cc; AOCP 627, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: baker (Osborne Park, 1916-1972); retired (Bunbury, 1977-1980) ===''RUSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Cooper Russell|Russell, Albert Cooper "Bert"]] [https://www.familysearch.org/tree/person/details/GFQ9-BQV] - 1916(WA)-1995(NSW) - Licences: 6AR Albany (1936-1937); 6AR Northam (1938-1939) - Qualifications: cc; AOCP 1670, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937); mechanic (New Town, Tas, 1943-1949); engineer (Sandringham, Vic, 1954; Sans Souci, NSW, 1958; Double Bay, NSW, 1963; Kensington, NSW, 1968-1980) ===''RYAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Ryan|Ryan, Albert John "Jack"]] [https://www.familysearch.org/tree/person/details/GZWH-V6X] - 1897(Vic)-1984(NSW) - Licences: 2LE Canberra (Kingston, 1930-1933); 2YN Canberra (Kingston, 1933-1939) - Qualifications: CPRT 489, 1919; AOLCP 80, 1932; no record of AOCP - amateur operator; amateur broadcaster; WW1; WW2; broadcast engineer; PMGD (junior mechanic NSW, 1917; clerk, 1919); founder of 2CA Canberra commercial - Electoral Rolls: - several contemporaneous AJR's * [[/George Edward Ryan|Ryan, George Edward]] [https://www.familysearch.org/tree/person/details/G8CM-RCC] - 1910(Qld)-1987(Qld) - Licences: 4RG Brisbane (South Brisbane, 1936-1939; Dutton Park, 1946-1954) - Qualifications: cc; AOCP 1633, 1936, Qld - amateur operator; amateur broadcaster; telephone mechanic (PMGD) - Comment: several contemporaneous GERs - Electoral Rolls: motor mechanic (South Brisbane, Qld, 1937); telephone mechanic (South Brisbane, Qld, 1943-1954); PMG Instructor (St Lucia, Qld, 1958); instructor (Taringa, Qld, 1963-1980) ===''RYMILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Campbell Rymill|Rymill, Arthur Campbell]] [https://www.familysearch.org/tree/person/details/LXVS-CTB] - 1907(SA)-1989(SA) - Licences: Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Riddoch Rymill|Rymill, Robert Riddoch]] [https://www.familysearch.org/tree/person/details/LV5N-YC9] - 1904(SA)-1990(SA) - Licences: V753 Receive Melbourne (Toorak, 1922); 3GX Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: ethnologist (South Yarra, 1931) - Links: [https://vwma.org.au/explore/people/535352 WW2] =='''S'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''SAAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Saar|Saar, Alexander]] [https://www.familysearch.org/tree/person/details/GZ52-N3K] - 1889(???)-1956(WA) - Licences: 6CZ Receive Perth (West Perth, 1923); 6CZ Northam (1923-1925); 6KM Eucla (1926-1927); 6KM Geraldton (1933); 6KM Perth (Maylands, 1937-1939) - Qualifications: cc; AOCP 264, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telegraph lineman (North Perth, WA, 1915); postal electrician (Northam, WA, 1917); mechanic (Bunbury, WA, 1916-1917; Balkatta, WA, 1922; Eucla, WA, 1925-1926; North Perth, WA, 1928; Maylands, WA, 1931); postal electrician (Maylands, WA, 1936-1954) ===''SAGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Noel Sagar|Sagar, Eric Noel]] [https://www.familysearch.org/tree/person/details/GDKS-4J9] - 1896(SA)-1976(NSW) - Licences: 5CM Receive Adelaide (Largs Bay, 1923); Receive Adelaide (Largs Bay, 1923); 5CM Adelaide (Largs Bay, 1924-1926); 4ES Brisbane (Greenslopes, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Halcyon: Not mentioned - Electoral Rolls: manager (Greenslopes, Qld, 1932); engineer (Darlinghurst, 1943-1949); orchardist (Kincumber, NSW, 1949-1958) ===''SAINSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Henry Sainsbury|Sainsbury, Rupert Henry]] [https://www.familysearch.org/tree/person/details/L28X-5H3] - 1896(NSW)-1974(NSW) - Licences: 2YJ Sydney (Concord, 1924-1936); 4YJ Brisbane (Clayfield, 1937-1939); 2YJ Sydney (Concord, 1946-1954; Epping, 1955-1975) - Qualifications: cc; AOCP 54, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: clerk (Concord, 1930); traveller (Hendra, 1936-1937); soldier (Norman Park, 1943); executive (Concord West, 1949-1954); commercial traveller (Epping, 1958-1968) ===''SAINTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Melville Sainty|Sainty, Clifford Melville]] [https://www.familysearch.org/tree/person/details/GZ61-1GZ] - 1907(NSW)-1987(SA) - 2MS Warrawee (1925-1926), amateur operator (AOCP 88, 1925, No. ?? in NSW), amateur broadcaster, likely related to XAH S. J. Sainty ===''SALAMY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Salamy|Salamy, Edward]] [https://www.familysearch.org/tree/person/details/GZHH-VWR] - 1904(Vic)-1977(Vic) - Licences: 3AJ Receive Warrnambool (1922-1923); 3AJ Warrnambool (1924-1933); 3PS Warrnambool (1948-1975) - Qualifications: cc; AOCP 35, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: jeweller (Warrnambool, 1924-1977) ===''SAMPHIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Luke Samphier|Samphier, Richard Luke]] [https://www.familysearch.org/tree/person/details/L58L-DPC] - 1914(WA)-1980(WA) - Licences: 6YZ Perth (City, 1936-1937; Victoria Park, 1938-1939; Carlisle, 1947-1955; Mt Lawley, 1956-1975+) - Qualifications: cc; AOCP 1717, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: blind school worker (North Perth, WA, 1936; Leederville, WA, 1943); Blind School employee (Carlisle, WA, 1949-1954; Mt Lawley, WA, 1958) ===''SAMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Sampson|Sampson, Thomas Walter]] [https://www.familysearch.org/tree/person/details/GFWX-3TB] - 1894(NSW)-1954(WA) - Licences: XYAF Boulder (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: electrician (Boulder, WA, 1916-1922); electrical engineer (Claremont, WA, 1925-1954) ===''SANDEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Sandel|Sandel, Otto]] [https://www.familysearch.org/tree/person/details/GW4J-54J] - 1905(Qld)-1999(NSW) - 2UW Sydney (Manly, 1923; Kensington, 1923-1924; Northbridge, 1924-1925; Bellevue Hill, 1926-1927); 2HH Sydney (Woollahra, 1936-1939, 1946-1969; Bondi, 1975) - Qualifications: cc; AOLCP 270, 1935, NSW - amateur operator; amateur broadcaster; founder B class 2UW Sydney & 2UX Wagga Wagga - don't confuse Charles Albert Sandell of AAE fame - Electoral Rolls: radio dealer (Woolahra, 1930-1931); engineer (Bondi, 1933; Edgecliff, 1936-1937; Bondi Junction, 1943-1954; Bondi Beach, 1958-1980) ===''SANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Albert Sandell|Sandell, Charles Albert]] - 1886(Eng)-1980(WA) - early wireless experimenter, Sydney, 1911, amateur operator (AOCP ??, 19??, No. ?? in ???), participant in the Australasian Antarctic Expedition, amateur broadcaster, military (WW1), don't confuse Otto Sandel of 2UW fame ===''SANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Sander|Sander, John Henry "Jack"]] [https://www.familysearch.org/tree/person/details/K6WF-H23] - 1906(WA)-1955(WA) - Licences: 6MS Geraldton (1935-1937); 6MS Perth (Cannington, 1938-1939, 1947-1956) - Qualifications: cc; AOCP 1435, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wheelwright (Geraldton, WA, 1930); electrician (Geraldton, WA, 1931-1937); telephone mechanic (South Perth, WA, 1937; Cannington, WA, 1943-1954) ===''SANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas George Sanderson|Sanderson, Douglas George]] [https://www.familysearch.org/tree/person/details/9WZJ-2K3] - 1924(Qld)-1994(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcast engineer (PMGD); historian (broadcast); federal public servant (PMGD) - Electoral Rolls: PMG technician (Torwood, Qld, 1949-1954); technician (Ashgrove, Qld, 1958-1968); engineer (Chermside, Qld, 1972; Windsor, Qld, 1977-1980) ===''SANDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Keith Sandham|Sandham, James Keith "Keith"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''SAUNDERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lewis Saunders|Saunders, Alfred Lewis]] [https://www.familysearch.org/tree/person/details/GZLR-FMS] - 1909(SA)-2003(???) - Licences: Receive Adelaide (Hyde Park, 1923-1924); 5BX Adelaide (Glenelg, 1925-1939, 1946-1955; Plympton, 1956-1980+) - Qualifications: cc; AOCP 223, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Glenelg, 1939-1943) ===''SAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Saw|Saw, Frederick William]] [https://www.familysearch.org/tree/person/details/G9S9-JN3] - 1884(WA)-1957(WA) - Licences: 6DA Perth (Armadale, 1923-1926; Victoria Park, 1927); 6DA Albany (1930-1931); 6DA Perth (Wanneroo, 1933; North Perth, 1937-1939); 6DA Northam (1946-1948) - Qualifications: cc; AOCP 174, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storekeeper (Armadale, 1909); electrician (Beverley, 1916-1917; Armadale, 1921-1925; Albany, 1928-1931; Balkatta, 1936; Leederville, 1937; Kalgoorlie, 1937-1943); mechanic (North Perth, 1949); retired (Triggs Island, 1954) * [[/Malcolm Henry Saw|Saw, Malcolm Henry ]] [https://www.familysearch.org/tree/person/details/LVCY-H9M] - 1921(WA)-1997(WA) - 6SM Perth (Doubleview, 1960-1980+), amateur operator (AOCP 3674, 1958, No. ?? in WA), WW2, engineer (Doubleview, 1972) ===''SAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Sawford|Sawford, Leonard Francis]] [https://www.familysearch.org/tree/person/details/LF7J-2XK] - 1908(SA)-1968(SA) - Licences: 5DH Receive Adelaide (Port Adelaide, 1923); Receive Adelaide (Port Adelaide, 1923); 5LF Adelaide (Peterhead, 1925-1928; West Croydon, 1931; Largs, 1937-1939); 5YF Adelaide (Glen Osmond, 1948-1965) - Qualifications: cc; AOCP 173, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; agent (Largs, 1939) - Electoral Rolls: agent (Largs, SA, 1939-1941) ===''SCANLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Scanlon|Scanlon, William Lawrence]] [https://www.familysearch.org/tree/person/details/GDKG-3XR] - 1901(Tas)-1971(NSW) - Licences: Receive Hobart (West Hobart, 1921-1923); 7AL Hobart (West Hobart, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; sales (Medhursts, Hobart to 1924, Launceston from 1924) - Electoral Rolls: Nil yet identified ===''SCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harley Irwin Schell|Schell, Harley Irwin]] [https://www.familysearch.org/tree/person/details/GD57-PV8] - 1907(Tas)-1996(Tas) - Licences: 7AW Receive West Burnie (1922); Receive West Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: mechanic (Kelso, 1936-1972) ===''SCHLEICHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Schleicher|Schleicher, Keith]] [https://www.familysearch.org/tree/person/details/G3D4-5RS] - 1918(Qld)-1997(Qld) - 4KS Brisbane (Toowong, 1938-1939, 1946-1947; Alderley, -1950+; Aspley, McDowall, -1980+) - amateur operator (AOCP 2144, 1938, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), radio employee (Tracksons, manager service), business proprietor (Blue & White Cabs comms) ===''SCHMIDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Frederick Schmidt|Schmidt, Ronald Frederick]] [https://www.familysearch.org/tree/person/details/G88P-1B9] - 1913(Vic)-1990(Vic) - Licences: 3LY Trafalgar (1930); 3LY Moe (1931); 3LY Sale (1933-1939, 1946-1948); 3LY Melbourne (Camberwell, 1954-1980+) - Qualifications: AOCP 567, 1930, No. ?? in Vic; AOLCP 69, 1932; 1COCP 72, 1936; TVOCP 75, 1957 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: wireless operator (Sale, 1934-1937); radio technician (Sale, 1949-1954); technician (Camberwell, 1954-1980) ===''SCHNITZERLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Joseph Schnitzerling|Schnitzerling, Leonard Francis Joseph]] [https://www.familysearch.org/tree/person/details/G885-W43] - 1907(Qld)-1969(Qld) - Licences: 4CK Warwick (1938-1939, 1946-1969) - Qualifications: cc; AOCP 2099, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, 1928-1968) ===''SCHOFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Schofield|Schofield, William]] [https://www.familysearch.org/tree/person/details/GXB3-69N] - 1874(Eng)-1971(WA)97yo - Licences: 6WS Perth (Peppermint Grove, 1935-1939, 1947-1969) - Qualifications: cc; AOCP 1463, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: manager (Peppermint Grove, WA, 1919); broker (Peppermint Grove, WA, 1922-1968) ===''SCHOLZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hans Scholz|Scholz, Hans "Harold" / "Harry" / "Tibby"]] [https://www.familysearch.org/tree/person/details/G64P-CV3] - 19??(???)-1970(Qld) - Licences: 4HR Brisbane (Coorparoo, 1931); 4HR Nambour (1933); 4HR Brisbane (Coorparoo, 1937); 4HR Gladstone (1937-1939); 4HR Brisbane (Morningside, 1946-1969) - Qualifications: cc; AOCP 784, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ; South Brisbane RC; Brisbane DX Club); broadcast technician (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, 1937); mechanic (Dalby, 1943); not stated (Morningside, 1949-1968) ===''SCHULTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Nelson Schultz|Schultz, Leonard Nelson "Len"]] [https://www.familysearch.org/tree/person/details/GZJY-QBF] - 1906(NSW)-1980(NSW) - Licences: 2LO Sydney (Lane Cove, 1922); 2LO Sydney (Lane Cove, 1923-1930); 2ANM Sydney (Mosman, 1947-1980) - Qualifications: cc; AOCP 171, 1925, No. ?? in NSW; AOLCP 45, 1931; 3AIR 176, 1942 - amateur operator; amateur broadcaster; broadcast engineer (co-designed 2GB, 1926; involved 2CA, 4BH, 2MW, 5DN); professional associations (IRE: foundation member, vice-president, president); aviator (Royal Aero Club NSW, committee) - Electoral Rolls: broadcasting engineer (Mosman, 1935-1937); engineer (Mosman, 1949-1977) ===''SCHULTZE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Ludwig Schultze|Schultze, John Edwin Ludwig]] [https://www.familysearch.org/tree/person/details/GQTB-9FL] - 1906(Vic)-1969(Vic) - 3QO Receive Melbourne (Glenferrie, 1923-1924), 3JS Melbourne (Glenferrie, 1925-1933; Hawthorn, 1937-1939), amateur operator (AOCP 163, 1925, No. ?? in Vic), amateur broadcaster, motor mechanic (Hawthorn, 1934) ===''SCOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil John Scott|Scott, Alfred Cecil John "Cecil", "Cec", "Scottie"]] [https://www.familysearch.org/tree/person/details/M12J-9YK] - 1888(Tas)-1954(Tas) - Licences: Receive (Crystal) Launceston (1923); 7CS Launceston (1925-1931); 7CS Hobart (Lindisfarne, 1933; Sandy Bay, 1937-1939) - Qualifications: cc; AOCP 56, 1925, No. ?? in Tas - amateur receiver; amateur operator; amateur broadcaster - Comment: well-known for comic QSL cards - Electoral Rolls: bench clerk (Nelson, 1936; Hobart South, 1943-1954) * [[/Ernest Kilburn Scott|Scott, Ernest Kilburn]] [https://www.familysearch.org/tree/person/details/LBDW-TBR] - 1868(Eng)-1941(Eng) - Came to Sydney in 1905 to organise electrical engineering department of University of Sydney, likely early wireless experimenter, promoted need for wireless telegraphy for Australia, returned to England ca 1910 - [https://www.gracesguide.co.uk/Ernest_Kilburn_Scott Graces Guide - Ernest Kilburn Scott] * [[/Francis Ladner Scott|Scott, Francis Ladner]] [https://www.familysearch.org/tree/person/details/GXHK-DTF] - 1899(Eng)-1953(Qld) - Licences: 4BO Thursday Island (1933); 2UH Sydney (Randwick, 1934-1936; Naremburn, 1937-1938; La Perouse, 1939 - Qualifications: cc; CPRT 419, 1918; 2COCP 360, 1931; 1COCP 33, 1934 - amateur operator; amateur broadcaster; coastal wireless operator; military (UK Merchant Navy post WW1) - Electoral Rolls: wireless operator (Nundah, Qld, 1921-1925); radio telegraphist (Pinkenba, Qld, 1929; Thursday Island, Qld, 1931; Randwick, NSW, 1935; Waverton, NSW, 1943; Wyndham, WA, 1943; Rockhampton, Qld, 1949) * [[/George Archibald Scott|Scott, George Archibald "Scotty"]] [https://www.familysearch.org/tree/person/details/G682-TGN] - 1882(Eng)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 607, 1921; 1COCP 181, 1931 - RANRS (commissioned telegraphist, 1917); PMGD (radio inspector, WA); witness to Royal Commission 1927 (as radio inspector, WA) - Electoral Rolls: engineer (Rockhampton, 1913-1914; Hendra, 1915-1917); radio inspector (Fremantle, 1925-1937) - Links: [http://nla.gov.au/nla.news-article84253651 Bio] * [[/Herbert Godfrey Scott|Scott, Herbert Godfrey "Herb"]] [https://www.familysearch.org/tree/person/details/G8MJ-JFJ] - 1902(Qld)-1968(Qld) - Licences: 4HS Toowoomba (1931-1937); 4HS Brisbane (Albion, 1938-1939; 1946-1965) - Qualifications: cc; AOCP 750, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Railways) - Electoral Rolls: clerk (Toowoomba, 1925-1936; Albion, 1943-1968) * [[/Jack Bartlett Scott|Scott, Jack Bartlett]] [https://www.familysearch.org/tree/person/details/G8VX-FLR] - 1909(NSW)-1988(NSW) - Licences: 2NR Sydney (Epping, 1930-1934); 2AJX Sydney (Cheltenham, 1938-1939; Epping, 1946-1950) - Qualifications: AOCP 685, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Epping, 1933-1935); engineer (Epping, 1949; Wahroonga, 1954-1968); retired (Carlingford, 1977-1980) * [[/Robert Ochiltree Scott|Scott, Robert Ochiltree]] [https://www.familysearch.org/tree/person/details/G8H4-5SX] - 1898(Vic)-1960(Vic) - Licences: 2RS Gundagai (1929-1931); 2RS Balranald (1933); 3OS Scotsburn (1937-1939); 3OS Melbourne (St Kilda, 1956-1960) - Qualifications: AOCP 476, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: grazier (Ballarat, 1920-1924); farmer (Murrayville, 1925-1927; Gundagai, 1930); mechanic (South Yarra, 1943; Melbourne, 1949) * [[/Robert Townley Scott|Scott, Robert Townley]] [https://www.familysearch.org/tree/person/details/G7YC-MBK] - 1841(Eng)-1922(Qld) - senior state public servant (secretary, Qld Post & Telegraph Dept), senior federal public servant (secretary, Postmaster-General's Department) * [[/W. F. Scott|Scott, W. F.]] - 18??(???)-19??(???) - Licences: 4?? Brisbane (West End) - Qualifications: cc; AOCP 334, 1927, No. 37 in Qld - amateur operator; amateur broadcaster - Comment: likely father of H. S. Scott who was reported youngest ever to pass AOCP at age 16 - Electoral Rolls: Nil yet identified * [[/Walter Henry Scott|Scott, Walter Henry]] [https://www.familysearch.org/tree/person/details/G76Z-11G] - 1904(Eng)-1987(SA) - Licences: Receive Adelaide (Glenelg, 1923); 5HS Clare (1937-1939) - Qualifications: cc; AOCP 1888, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Clare, SA, 1939); telephone mechanic (Glenelg, SA, 1941-1943) ===''SEBIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Dudley Sebire|Sebire, Leon Dudley "Leo"]] [https://www.familysearch.org/tree/person/details/G8V2-QX5] - 1932(Vic)-2006(Vic) - Licences: 3CF Melbourne (Wandin North, 1956-1960) - Qualifications: 2COCP 1319, 1955; 1COCP 1786, 1955 - amateur operator, amateur broadcaster, director Telstra Broadcasting Branch - Electoral Rolls: radio mechanic (Wandin Yallock, 1954); engineer (Mordialloc, 1963-1980) - Relationships: son of 3MX Percival John Sebire - Awards: Member Order of Australia "For service to communications, particularly broadcasting" (1991) * [[/Percival John Sebire|Sebire, Percival John "Percy"]] [https://www.familysearch.org/tree/person/details/LCFD-Z2R] - 1904(Vic)-1994(Vic) - Licences: 3MX Melbourne (Moorabbin, 1930-1939, 1946-1980+) - Qualifications: AOCP 692, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elsternwick, 1926; Bentleigh, 1928-1936; Cheltenham, 1949; Moorabbin, 1954-1980) - Relationships: father of 3CF Leon Dudley Sebire ===''SEBLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Sebley|Sebley, William John]] [https://www.familysearch.org/tree/person/details/G649-7VL] - 1894(Qld)-1980(Qld) - Licences: 4WS Ipswich (1931-1939, 1946-1948); Southport (1954-1965) - Qualifications: cc; AOCP 736, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Ipswich, 1915; North Ipswich, 1919-1949; Southport, 1954-1968); ===''SECCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Louis Mervyn Seccombe|Seccombe, Louis Mervyn]] [https://www.familysearch.org/tree/person/details/G8PW-XWM] - 1895(Tas)-1970(NSW) - Licences: 3KT Receive Melbourne (Ascot Vale, 1922-1923); 3KT Melbourne (East Kew, 1924; Ascot Vale, 1924-1925; Hawksburn, 1926; East Malvern, 1927); 2KT Sydney (Rockdale, 1928-1939) - Qualifications: cc; 1COCP 396, 1940 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: salesman (Ascot Vale, Vic, 1919); commercial traveller (Ascot Vale, Vic, 1924); radio engineer (Rockdale, NSW, 1930-1937); wireless operator (Longreach, Qld, 1943); communications officer (Hurstville, 1949-1963); - Comment: Surname sometimes misspelled Secombe ===''SELBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Selby|Selby, George William]] [https://www.familysearch.org/tree/person/details/LCTW-BMT] - 1858(Vic)-1949(Vic) - early wireless and X-ray experimenter ===''SELF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Self|Self, Thomas Edward]] - 1854(???)-19??(???) - b. 7 Jan 1854, Early Tasmanian wireless experimenter, demonstration before Royal Society 1898, beware another Thomas Edward Self (b. 9 Oct 1853) in Hobart at the same time ===''SELFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Giles Turner Selfe|Selfe, Harry Giles Turner]] [https://www.familysearch.org/tree/person/details/K24M-5XB] - 1894(NSW)-1942(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 157, 1915; 1COCP 51, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2; RANVR (commissioned telegraphist, 1942) - Electoral Rolls: radio telegraphist (Geraldton, WA, 1918; Broome, WA, 1922; Leichhardt, NSW, 1933; Darling Harbour, NSW, 1934-1937) ===''SELLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Sellenger|Sellenger, David Charles]] [https://www.familysearch.org/tree/person/details/G8VT-5GJ] - 1902(NSW)-1966(NSW) - Licences: 2DC Sydney (Hurstville, 1930-1965) - Qualifications: AOCP 700, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Hurstville, 1930-1963) ===''SELLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Sellick|Sellick, Edward]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''SELMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold George Selman|Selman, Harold George]] [https://www.familysearch.org/tree/person/details/LRM4-3S8] - 1907(Vic)-1985(Vic) - 3GN Geelong (1925), 3GN Chilwell (1926), 3GN Geelong (1927), 3GN Melbourne (West Coburg, 1931), 3GN Geelong (1933), 3CM Geelong (1948-1980+), amateur operator (AOCP 164, 1925, No. ?? in Vic), amateur broadcaster, radio dealer (Geelong, 1954) ===''SEMMENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Segbert Cornwall Semmens|Semmens, George Segbert Cornwall]] [https://www.familysearch.org/tree/person/details/G744-HQ5] - 1901(Vic)-1977(Vic) - Licences: XJCY Melbourne (East St Kilda, 1913-1914); V756 Receive (1922); 3GZ Receive Buln Buln East (1922); 3GS Laver's Hill (1925-1926); 3GS Queenstown (1927); 3GS Moreland (1931); 3GS Foxhow (1933); Melbourne (Essendon (1937-1939); Glen Iris (1946-1960); Clematis, 1965-1975); 3AEN Melbourne (Clematis, 1954-1960) - Qualifications: cc; AOCP 216, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: teacher (Coburg, 1928; Preston, 1931; Essendon, 1936); res. chemist (Glen Iris, 1943-1963); technical adviser (Clematis, 1968-1977) ===''SERLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric Serle|Serle, Cedric]] [https://www.familysearch.org/tree/person/details/LZT2-SC8] - 1910(Vic)-1972(Vic) - Licences: 3RX Melbourne (Canterbury, 1928-1933; Toorak, 1938-1939; Elwood, 1946-1947); 3ARX Melbourne (Windsor, 1948-1956; Caulfield, 1960-1965) - Qualifications: AOCP 443, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Camberwell North, 1931-1934; Kew, 1936; Toorak, 1937; St Kilda, 1942; Prahran, 1949; Caulfield South, 1963-1972) ===''SEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Percy Lambert Holt Sewell|Sewell, Percy Lambert Holt]] [https://www.familysearch.org/tree/person/details/GDM1-YB1] - 1900(NSW)-1949(NSW) - Licences: 2CJ Receive Sydney (Paddington, 1922); 2CJ Sydney (Paddington, 1922-1925; Darlinghurst, 1925-1926) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Fire Station, Mittagong, 1930-1935; Mittagong, 1936-1937; Kempsey, 1943); installation inspector (Queanbeyan, 1949) ===''SEYLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Jakob Seyler|Seyler, Albert Jakob or Jacob]] [https://www.familysearch.org/tree/person/details/G8NL-F5N] - 1913(Ger)-1977(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - WW2 (Luftwaffe); radar engineer; television researcher; PMGD Research Laboratories (Assistant Director General) - Electoral Rolls: engineer (Mt Waverley, 1963; Burwood, 1968); PMG (Croydon, 1972); assistant director (Emerald, 1977) - [https://adb.anu.edu.au/biography/seyler-albert-jakob-11660 ADB] ===''SHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Henry Shannon|Shannon, Francis Henry "Frank"]] - 1910(Qld)-1991(Qld) - 4SN Allora (1938-1939), Tamborine (1946-1947), Minden (1948-1956), Ipswich (1960-191975), Toowoomba (1980+), amateur operator (AOCP 2145, 1938, No. ?? in Qld), amateur broadcaster , radio clubs (Wooloowin RC, WIA, Qld Listeners' League), journalist (AR, VK4 Notes), occupation (school teacher) ===''SHARLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Sharland|Sharland, Arthur Henry "Chilla"]] [https://www.familysearch.org/tree/person/details/GZZD-ZKS] - 1909(Qld)-1983(Qld) - Licences: 4SD Brisbane (Boondall, 1936-1939, 1946-1948; Ekibin, 1954); 4SD Cloncurry (1955); 4SD Brisbane (Wynnum North, 1956); 4SD Rockhampton (1960); 4SD Yeppoon (1965-1980+) - Qualifications: cc; AOCP 1807, 1936, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless operator); federal public servant (DCA) - Electoral Rolls: labourer (Boondall, Qld, 1937-1943); Commonwealth officer (Wynnum North, Qld, 1954); communications officer (Rockhampton, Qld, 1958-1963; Yeppoon, Qld, 1968-1977); retired (Causeway via Yeppoon, Qld, 1980) ===''SHARP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John James Charles Sharp|Sharp, John James Charles]] [https://www.familysearch.org/tree/person/details/GZBZ-TZV] - 1897(Vic)-1974(Vic) - Licences: 3KA Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 591, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Prahran Gardens, 1919-1924; Caulfield, 1928-1972) ===''SHARPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Victor Sharpe|Sharpe, Frank Victor]] [https://www.familysearch.org/tree/person/details/GMD2-GVZ] - 1904(Qld)-1988(Qld) - Licences: 4AZ Brisbane (Wooloowin, 1924-1929; Ashgrove, 1930-1937; Redcliffe, 1938-1939); 4ZFS Brisbane (Clayfield, 1975); 4FV Brisbane (Clayfield, 1980) - Qualifications: cc; AOCP 20, 1924, No. 4 in Qld; AOCP Q112, 1975 - amateur operator; amateur broadcaster; WW2; radio club (RSQ, WIAQ); military (AMF) - Awards: C.M.G.; O.B.E. - Electoral Rolls: merchant (Wooloowin, 1925-1929); director (Ashgrove, 1934-1937); soldier (Ashgrove, 1943); machinist (likely typo for merchant) (Clayfield, 1949); merchant (Clayfield, 1954-1980) ===''SHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Shaw|Shaw, Archibald John]] [https://www.familysearch.org/tree/person/details/G8K2-ZDZ] - 1872(NSW)-1916(Vic) - XPO King Island (1911); X?? Sydney (Randwick), early wireless experimenter, proprietor Maritime Wireless Telegraph Co of Australasia (1910+) with Edward Hope Kirkby, technical specialist - [https://adb.anu.edu.au/biography/shaw-archibald-john-8404 ADB] [http://messui.polygonal-moogle.com/valves/NW199003.pdf EA] * [[/J. G. Shaw|Shaw, J. G.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (Chelmer, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Raymond Herbert Preston Shaw|Shaw, Raymond Herbert Preston]] [https://www.familysearch.org/tree/person/details/GD3J-J31] - 1901(Eng)-1996(NSW) - Licences: 2LY Receive Sydney (Bondi, 1922-1923); 2LY Sydney (Woolahra, 1924-1929; South Kensington, 1930) - Qualifications: cc; CPRT 664, 1921 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kensington, 1930-1931; Vaucluse, 1932-1980) * [[/Sidney Alexander Shaw|Shaw, Sidney Alexander]] [https://www.familysearch.org/tree/person/details/KFJY-4NH] - 1882(Eng)-1974(WA) - Licences: 6AI Perth (East Guildford, 1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: assistant station master (Woolgangee, WA, 1916-1917); railway officer (East Guildford, WA, 1925-1926); civil servant (Kalgoorlie, WA, 1930-1931); station master (Coolgardie, WA, 1936-1943); retired (East Fremantle, WA, 1949-1972) ===''SHAWSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Shawsmith|Shawsmith, Alan "Smithy" or Alan Shaw Smith]] [https://www.familysearch.org/tree/person/details/G37T-B3Y] - 1917(Qld)-2010(Qld) - Licences: 4SA Brisbane (Indooroopilly, 1935-1939); 4SS Brisbane (West End, -1952-2010) - Qualifications: cc; AOCP 1582, 1935, Qld - amateur operator; historian (amateur); journalist; broadcast engineer (ABC2); public servant (ABC2) - Relationships: Father of 4JSS Steven Shawsmith - Electoral Rolls: poultry farmer (Salisbury, Qld, 1943); radio mechanic (West End, Qld, 1949); builder (West End, Qld, 1954-1980) * [[/Steven Shawsmith|Shawsmith, Steven "Steve"]] - Licences: 4JSS Brisbane - Qualifications: (AOCP ???, 19??, No. ?? in Qld) - amateur operator - Relationships: Son of 4SA-4SS Alan Shawsmith - Electoral Rolls: ===''SHEARER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Anderson Shearer|Shearer, Gordon Anderson]] [https://www.familysearch.org/tree/person/details/LV5G-JW4] - 1907(Qld)-1984(Vic) - Licences: 4FU Receive Brisbane (Alderley, 1923-1924); 4GA Gayndah (1930); 4GA Mt Nebo (1931-1934); 4GA Cloncurry (Quamby, 1937-1939) - Qualifications: cc; AOCP 447, 1928, No. ?? in Qld; 2COCP 95, 1937 - amateur operator; amateur broadcaster; employment (school teacher); state public servant (Qld Dept Education); WW2 - Electoral Rolls: school teacher (Quamby, Qld, 1937; Westbrook, Qld, 1943); aeradio operator (Cloncurry, 1949); communications officer (Cloncurry, 1954); supervisor (Surrey Hills, 1963-1968); retired (Vermont, 1972-1980) ===''SHEARSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Leonard Shearstone|Shearstone, Vincent Leonard]] [https://www.familysearch.org/tree/person/details/G895-CYJ] - 1916(Eng)-1983(NSW) - Licences: Nil - Qualifications: BOCP 4, 1936 - WW2 - Electoral Rolls: radio technician (Albury, 1937); radio announcer (Goulburn, 1943); radio electrician (Goulburn, 1949-1980) ===''SHELDRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Cornwell Sheldrick|Sheldrick, Eric Cornwell "Shel"]] [https://www.familysearch.org/tree/person/details/GZ64-X2X] - 1903(Eng)-1966(Tas) - Licences: 7BH Receive Launceston (1923); 7BH Launceston (1924-1926); 7BT Launceston (1927); 7BM Launceston (1931-1939); 7DM Burnie (1948-1954); 7DN Stowport (1955-1960) - Qualifications: cc; AOCP 60, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: chemist's assistant (Launceston, 1928-1943) ===''SHENTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Hilton Shenton|Shenton, Maurice Hilton]] [https://www.familysearch.org/tree/person/details/G67C-Q1B] - 1903(Qld)-1940(Qld) - Licences: 4DC Receive Brisbane (Wynnum South, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: irrigation ganger (Bald Hills, 1925); assistant stream gauger (North Ipswich, 1928); public servant (Annerley, 1937) ===''SHEPARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arundel Elmore Shepard|Shepard, Arundel Elmore]] [https://www.familysearch.org/tree/person/details/G8QY-8HX] - 1910(SA)-2000(SA) - Licences: 5DC Adelaide (Norwood, 1928-1930; Kent Town, 1931-1933; Norwood, 1937-1939; Toorak East, 1946-1965; Heathpool, 1969-1980+) - Qualifications: cc; AOCP 393, 1928, No. ?? in SA; AOLCP 136, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SHEPHERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. A. Shepherd|Shepherd, H. A.]] - 18??(???)-19??(???) - Licences: XQD Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''SHERRIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Sherriff|Sherriff, Ernest George]] [https://www.familysearch.org/tree/person/details/K877-WTX] - 1904(Qld)-1964(Qld) - Licences: 4SU Brisbane (Fairfield, 1935-1937; Hawthorne, 1938-1939; Brisbane City, 1947-1960) - Qualifications: cc; AOCP 1464, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Brisbane South, Qld, 1928); instructor of printing (Fairfield, Qld, 1937; Hawthorne, Qld, 1943-1949) ===''SHIELDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Edward Shields|Shields, Arthur James Edward]] [https://www.familysearch.org/tree/person/details/LBCT-D5G] - 1894(Eng)-1948(Vic) - Licences: 3GP Melbourne (East Malvern, 1930-1939; North Balwyn, 1946-1948) - Qualifications: AOCP 690, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (East Melbourne, 1925-1927; Malvern East, 1928; Camberwell, 1931-1933); auditor (Malvern East, 1934-1936); retired (Ringwood, 1943) ===''SHOEMAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Shoemaker|Shoemaker, Harry]] [https://www.familysearch.org/tree/person/details/G828-7LL] - 1879(USA)-1932(USA) - American inventor and pioneer radio engineer, developer of Shoemaker wireless system, associated with Gehring companies, International Telegraph Construction Co (represented in Australia by John William Ormsby Hamilton, who promoted the Shoemaker system here), United Wireless Telegraph Co, Marconi Wireless Telegraph Co of America, Mallory companies - Links: [[w:Harry Shoemaker|Wikipedia]]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0026.pdf PIRE1]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0027.pdf PIRE2] ===''SHORING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Samuel Shoring|Shoring, Thomas Samuel]] [https://www.familysearch.org/tree/person/details/GXDD-NDG] - 1914(Qld)-2002(Qld) - Licences: 4SR Bundaberg (1937-1939; 4SR Brisbane (New Farm, 1947-1948) - Qualifications: cc; AOCP 1872, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Bundaberg, Qld, 1936-1937); salesman (Bundaberg, Qld, 1943); sound engineer (New Farm, Qld, 1954; Holland Park, Qld, 1963-1980) ===''SHORT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Alban Short|Short, Alfred Alban]] [https://www.familysearch.org/tree/person/details/GZTS-9QQ] - 1904(NSW)-1946(NT) - Licences: 2SH Newcastle (Lambton, 1926-1933) - Qualifications: AOCP 280, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Lambton, 1930-1943) * [[/Ormond Short|Short, Ormond]] [https://www.familysearch.org/tree/person/details/9VHH-SGM] - 1901(Vic)-1985(Vic) - Licences: 3SK Melbourne (St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1925-1926); electrical engineer (Armadale, 1928; Horsham, 1931-1972); engineer (Horsham, 1977) * [[/Walter Short|Short, Walter]] - 19??(???)-19??(???) - Licences: 2AJ Receive Sydney (Manly, 1922); 2AJ Sydney (Manly, 1923-1924; Kirribilli, 1924; Manly, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Note: several contemporaneous WSs, insufficient data to identify * [[/William Newton Short|Short, William Newton "Newt"]] [https://www.familysearch.org/tree/person/details/G97J-HMM] - 1897(NSW)-1967(NSW) - Licences: 2ARA Sydney (Auburn, 1948-1954; Beacon Hill, 1955-1958; Auburn, 1960-1961; Beacon Hill, 1965); 2AOW Sydney (Auburn, 1957-1958) - Qualifications: AOCP 2829, 1948, NSW - amateur operator, amateur broadcaster - Electoral Rolls: butcher (Ulmarra, 1930-1934); shopkeeper (Coraki, 1935-1936); munition worker (Mayfield, 1943); machinist (Auburn, 1949-1958); inspector (Beacon Hill, 1963) ===''SHORTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Charles Shortell|Shortell, Raymond Charles]] [https://www.familysearch.org/tree/person/details/LYMQ-4HQ] - 1904(Vic)-1991(Qld) - 3VB Receive Melbourne (East St Kilda, 1923-1924), 3RS Melbourne (St Kilda, 1925-1933), 3RS Shepparton (1937-1939), 3ARF Geelong West (1948-1954), 3ARF Melbourne (Croydon, 1955-1960; Hawthorn, 1965-1975), 4ARS Gold Coast (1980+), amateur operator (AOCP 77, 1925, No. ?? in Vic), amateur broadcaster ===''SHORTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eddy Wilbee Shorten|Shorten, Eddy Wilbee or Welbee or Wiebec "Ted"]] [https://www.familysearch.org/tree/person/details/MWN4-MZM] - 1899(Qld)-1980(Qld) - Licences: 4TS Brisbane (Paddington, 1932-1939) - Qualifications: cc; AOCP 908, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor) - Comment: Middle name variable; Birth Welbee; Marriage Wiebec; Death Wilbe; AOCP Wilbee - Electoral Rolls: ===''SHORTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Shortt|Shortt, Robert]] - 19??(???)-19??(???) - Licences: 4HF Camooweal (1933-1939); 5SR Tennant Creek (1947-1948); 5SR Adelaide (Glenunga, 1954; New Hindmarsh, 1955-1956) - Qualifications: cc; AOCP 1193, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SIBLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sibly|Sibly, Arthur]] [https://www.familysearch.org/tree/person/details/KC5R-MH6] - 1897(WA)-1976(NSW) - Licences: XYX Perth (North Perth, 1913-1914); 6AF Receive Perth (City, 1923); 6AF Perth (North Perth, 1923-1924; Inglewood, 1924); 2SB Sydney (Kirribilli, 1925-1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Relationships: father of 2ASY-3AUV Sydney Arthur Sibly; brother of Clifton Archibald Sibly - Electoral Rolls: insurance clerk (North Perth, 1919-1922); manager (Albion, Qld, 1936; Eagle Junction, Qld, 1937; Rose Bay, NSW, 1943-1958); retired (Rose Bay, 1963-1972) * [[/Clifton Archibald Sibly|Sibly, Clifton Archibald]] [https://www.familysearch.org/tree/person/details/K41R-3JQ] - 1894(SA)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 225, 1915 - likely early wireless experimenter with brother Arthur's licence - Relationships: brother of XYX-6AF-2SB Arthur Sibly; uncle of 2ASY-3AUV Sydney Arthur Sibly - Electoral Rolls: farrier (North Perth, 1915-1937) * [[/Sydney Arthur Sibly|Sibly, Sydney Arthur]] [https://www.familysearch.org/tree/person/details/GDKF-F7R] - 1926(NSW)-2001(Vic) - Licences: 2ASY Sydney (Rose Bay, 1954; Kingsgrove, 1957-1965); 3AUV Melbourne (Eltham, 1969) - Qualifications: cc; 2COCP 945, 1945; BOCP 1049, 1949 - amateur operator; amateur broadcaster - Relationships: son of XYX-6AF-2SB Arthur Sibly; nephew of Clifton Archibald Sibly - Electoral Rolls: communications officer (Kingsgrove, 1958-1963); clerk (Eltham, Vic, 1968-1977; Queanbeyan, 1980) ===''SIDEBOTTOM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lancelot Sidebottom|Sidebottom, Geoffrey Lancelot]] [https://www.familysearch.org/tree/person/details/GD5X-KGH] - 1902(Tas)-1964(Tas) - Licences: 7BB Receive Launceston (1922); Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of 7SK Maxwell Douglas Langford Sidebottom - Electoral Rolls: clerk (Launceston, 1928-1954) * [[/Maxwell Douglas Langford Sidebottom|Sidebottom, Maxwell Douglas Langford]] [https://www.familysearch.org/tree/person/details/GD5X-5QY] - 1922(Vic)-19??(???) - Licences: 7SK Hobart (Newtown, 1948); 7SK Howrah (1954-1980) - Qualifications: cc; AOCP 2830, 1948, Vic - amateur operator; WW2 - Relationships: son of 7BB Geoffrey Lancelot Sidebottom - Electoral Rolls: sound engineer (New Town, 1949); mechanic (Bateau Bay, NSW, 1980) ===''SIDEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Longfield Sidey|Sidey, Robert Longfield]] [https://www.familysearch.org/tree/person/details/LKSN-3P6] - 1874(NSW)-1951(NSW) - Licences: 2ZY Sydney (Lindfield, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of 2CB James Douglas Kay Sidey - Electoral Rolls: accountant (Lindfield, 1930-1949) * [[/James Douglas Kay Sidey|Sidey, James Douglas Kay or Douglas James Kay]] [https://www.familysearch.org/tree/person/details/LKSN-35P] - 1904(NSW)-1963(NSW) - Licences: 2CB Receive Sydney (Lindfield, 1922-1923); 2CB Sydney (Lindfield, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: son of 2ZY Robert Longfield Sidey - Electoral Rolls: grazier (Bethungra, 1943-1949); no occupation (Junee, 1954) ===''SIEVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ernest William Sievers|Sievers, Ernest William]] [https://www.familysearch.org/tree/person/details/KNJD-8MJ] - 1901(Qld)-1962(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 1165, 1933, Qld; 2COCP 9, 1934; 1COCP 38, 1935 - amateur operator? - Electoral Rolls: railway employee (Kelvin Grove, 1925); night officer (Oakey, 1930); railway night officer (Narangba, 1936-1937); radio telegraphist (Ascot, 1943; Clayfield, 1949-1958) * [[/William Frederick Sievers|Sievers, William Frederick]] [https://www.familysearch.org/tree/person/details/GZJN-NDS] - 1902(Vic)-1996(Vic) - Licences: 3CB Receive Melbourne (East Richmond, 1922-1923); 3CB Melbourne (East Richmond & South Yarra, 1924-1939, 1946-1960; Toorak, 1965-1980+) - Qualifications: cc; AOCP 165, 1925, Vic - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Richmond, 1931-1943); reader (South Yarra, 1949-1963); meter reader (Toorak, 1972-1980) ===''SIGAL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Louis Sigal|Sigal, Harold Louis]] [https://www.familysearch.org/tree/person/details/GZ4R-XFJ] - 1908(SA)-1939(NSW) - Licences: 2UK Sydney (Woollahra, 1926-1930) - Qualifications: AOCP 253, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Woollahra, 1930); engineer (Melbourne East, 1931); electrician (Auburn North, 1933; Centennial Park, 1934; Bondi, 1936-1937; West Perth, 1943; Woolowin, 1949; Bellevue Hill, 1954; Kensington, 1958); manager (Bondi, 1963); salesman (Bondi, 1968); retired (Vaulcuse, 1977-1980) ===''SIGMONT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Sigmont|Sigmont, Walter]] [https://www.familysearch.org/tree/person/details/GD58-221] - 1883(NSW)-1942(Vic) - Licences: 3AH Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: patent attorney (Auburn, Vic, 1917; Elsternwick, 1924-1937; Seaford, 1942); ===''SILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Clive Silby|Silby, Arthur Clive]] [https://www.familysearch.org/tree/person/details/G8B6-PSD] - 1894(SA)-19??(???) - Licences: 6AF Perth (North Perth, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 (Australian Wireless Squadron) [https://alh-research.tripod.com/Light_Horse/index.blog/1911865/australian-wireless-squadron-aif-embarkation-roll/] - Electoral Rolls: motor mechanic (Exeter, 1939-1943) ===''SILVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Leslie Silver|Silver, Frank Leslie]] [https://www.familysearch.org/tree/person/details/94HC-LTV] - 1904(Qld)-1987(Qld) - Licences: 4FL Brisbane (Morningside, 1938-1939, 1947-1980+) - Qualifications: cc; AOCP 2086, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Morningside, Qld, 1937-1943); radio mechanic (Morningside, Qld, 1949-1980) ===''SIMMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Simmonds|Simmonds, Arthur George]] [https://www.familysearch.org/tree/person/details/G8DL-234] - 1906(Eng)-1963(NSW) - Licences: 2GS Sydney (Arncliffe, 1930-1934); 2GS Murwillumbah (1935-1939); 4PG Bundaberg (1946-1948); 2APJ Sydney (Cronulla, 1954-1955; Caringbah, 1956-1961) - Qualifications: AOCP 590, 1930, No. ?? in NSW; BOCP 207, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Arncliffe, 1933); gardner (Arncliffe, 1935); radio engineer (Murwillumbah, 1935-1937); technician (4BU Kalkie, 1943-1949) * [[/Ernest John Simmonds|Simmonds, Ernest John]] - 19??(Eng)-19??(Eng) - G2OD Gerrard's Cross, Buckinghamshire, England, amateur operator, first to two way QSO Australia (Nov 1924, 3BQ) ===''SIMMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Trethowan Simmons|Simmons, Henry Trethowan]] [https://www.familysearch.org/tree/person/details/G4M3-BP4] - 1905(WA)-1985(WA) - Licences: 6KX Perth (Subiaco, 1925-1928; Mt Lawley, 1931-1933; Nedlands, 1937-1939, 1946-1948; West Perth, 1954-1955; Mt Pleasant, 1956-1980) - Qualifications: cc; AOCP 181, 1925, No. ?? in WA; CPRT 1121, 1928; 2COCP 295, 1930; 1COCP 257, 1932 - amateur operator, amateur broadcaster, broadcast engineer - Electoral Rolls: radio operator (Maylands, 1931), radio engineer (Nedlands, 1936; West Perth, 1949), engineer (Fremantle, 1958; Mt Pleasant, 1963-1980) * [[/Leonard Joseph Simmons|Simmons, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/GZBM-SKH] - 1907(Vic)-1987(Vic) - Licences: 3LJ Melbourne (Belgrave, 1926-1931; East Prahran, 1933); 3LJ Rheola (1937-1939); 3LV Trafalgar (1948); 3LV Cheltenham (1954-1980+) - Qualifications: AOCP 304, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Womerah, Yarram Yarram, 1928; Toolangi, Yea, 1931; Armadale, 1934-1936; Rheola, Bendigo, 1936-1937; Nanneela West, Bendigo, 1942; Cheltenham, 1949-1980) ===''SIMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Wilkinson Simms|Simms, Eric Wilkinson]] [https://www.familysearch.org/tree/person/details/G7XZ-9RN] - 1906(WA)-1998(Vic) - Licences: 3KS Melbourne (Malvern, 1927-1931; Caulfield, 1933) - Qualifications: AOCP 360, 1927, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Lieutenant) - Electoral Rolls: warehouseman (Malvern, 1931); buyer (Caulfield, 1934; Hawthorn, 1936-1937); manager (Malvern East, 1949-1980) ===''SIMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Robert Simpson|Simpson, Leslie Robert]] [https://www.familysearch.org/tree/person/details/GZD8-4VD] - 1901(WA)-1966(Vic) - 3SA Ararat (1925-1933), 3SA Melbourne (Windsor, 1947-1965), amateur operator (AOCP 44, 1925, No. ?? in Vic), amateur broadcaster, draper, salesman * [[/Harry Blythe Simpson|Simpson, Harry Blythe]] [https://www.familysearch.org/tree/person/details/GF93-CZ3] - 1920(???)-2013(WA) - Licences: 6HS Perth (Leederville, 1937-1939; Mt Lawley, 1947-1948; Nedlands, 1954-1969; Lesmurdie, 1975-1980+) - Qualifications: cc; AOCP 2060, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: traveller (Claremont, WA, 1949-1968); marketing manager (Lesmurdie, WA, 1972); manager (Lesmurdie, WA, 1977-1980) ===''SIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Sims|Sims, Eric Charles]] [https://www.familysearch.org/tree/person/details/G8MK-NXC] - 1907(WA)-1992(Vic) - Licences: Nil yet identified - Qualifications: cc; AOCP 344, 1927, No. 38 in Qld; 2COCP 16, 1934 - amateur operator; WW2 - Electoral Rolls: wireless mechanic (RAAF Point Cook, 1931-1934); QANTAS air pilot (Brisbane, 1936-1937); public servant (Box Hill, 1963) - Comment: several contemporaneous Eric Charles Sims, need to sort electoral rolls * [[/Ernest Leslie Arthur Sims|Sims, Ernest Leslie Arthur]] [https://www.familysearch.org/tree/person/details/LZ6H-6PF] - 1905(Vic)-1960(Vic) - Licences: 3ZA Melbourne (Preston, 1930-1933); 3ZA Apollo Bay (1937-1939, 1946-1947) - Qualifications: AOCP 622, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: carpenter (Preston, 1931; Apollo Bay, 1933-1937; Preston, 1942; Apollo Bay, 1949-1954) ===''SINGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Claude Paul Singleton|Singleton, Claude Paul]] [https://www.familysearch.org/tree/person/details/G4JR-4SV] - 1914(WA)-1990(Qld) - Licences: 4UX Theodore (1936-1939); 4UX Bundaberg (1946-1947); 4UX Stanthorpe (1948); 4UX Atherton (1954-1955); 4UX Malanda (1956); 4UX Ayr (1960); 4UX Childers (1965); 4UX St George (1969); 4UX Gracemere (1975); 4UX Dalby (1980) - Qualifications: cc; AOCP 1638, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; broadcast technician (4QW, 4QO, 4QW, 4RK, 4QS); federal public servant (PMGD); WW2 - Electoral Rolls: baker (Theodore, Qld, 1936-1937); radio mechanic (Stanthorpe, Qld, 1949); radio technician (Yungaburra, Qld, 1954); public servant (Gracemere, Qld, 1972) ===''SIRL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Charles Sirl|Sirl, Clarence William Charles]] [https://www.familysearch.org/tree/person/details/G89J-9LJ] - 1913(SA)-1981(WA) - Licences: 6XG Katanning (1938-1939; 1947-1969) - Qualifications: BOCP 3, 1936; AOCP 2132, 1938, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Katanning, 1937-1968) ===''SLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Irwin Slade|Slade, Charles Irwin]] [https://www.familysearch.org/tree/person/details/GDN1-G28] - 1921(???)-19??(???) - Licences: 3PZ Melbourne (Elwood, 1938-1939, 1947-1954) - Qualifications: cc; AOCP 2172, 1938, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (St Kilda, 1949-1954); medical practitioner (St Kilda, 1967-1968; Elwood, 1972-1980) * [[/Charles William Slade|Slade, Charles William]] [https://www.familysearch.org/tree/person/details/GH3R-28W] - 1893(Eng)-1962(NSW) - Licences: 2SX Sydney (Croydon, 1925-1939, 1946-1961 - Qualifications: cc; Nil yet identified; English PMG Certificate 1st class - amateur operator; amateur broadcaster; WW1 (RAN, 1909-1924); Wireless Weekly (technical editor, 1925-1928); Daily Telegraph (radio & technical editor, 1928-1929); Keogh Radio (engineer, 1929-1930); Croydon Radio (proprietor, 1930-1933+) - Electoral Rolls: radio engineer, R.A.N. (Croydon, 1943-1958) ===''SLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. F. Slater|Slater, J. F.]] - 19??(???)-19??(???) - Licences: Receive Sheffield (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Harold Ivan Slater|Slater, Harold Ivan]] [https://www.familysearch.org/tree/person/details/GDT3-7JP] - 1898(Tas)-1971(Qld) - Licences: Receive (Crystal) Kelso (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: pastoralist (Kelso, Tas, 1919); labourer (Maypole Hotel, New Town, Tas); no occupation (Middle Park, Vic, 1926); airman (Point Cook, Vic, 1927; Middle Park, 1931); traveller (Elsternwick, 1936-1968) ===''SLATTERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Slattery|Slattery, Joseph Patrick]] [https://www.familysearch.org/tree/person/details/G824-KHF] - 1866(Irl)-1931(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St John's College, Camperdown; St Vincent's, Ashfield, 1930) - Links: [[w:Joseph Patrick Slattery|Wikipedia]]; [https://adb.anu.edu.au/biography/slattery-joseph-patrick-8453 ADB] * [[/Joseph Samuel Francis Slattery|Slattery, Joseph Samuel Francis]] [https://www.familysearch.org/tree/person/details/GZVN-SSF] - 1894(NSW)-1988(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 50, 1915; CPRT 167, 1915; 2COCP 324, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Applecross, WA, 1916; Esperance, WA, 1916; RAN radio station, Geraldton, 1917); travelling salesman (Stanthorpe, 1928-1930); traveller (Tamworth, 1932-1933; Woollahra, NSW, 1933-1935); commercial traveller (New Farm, 1936; Hamilton, Qld, 1937; Fairfield, Qld, 1949; West Sydney, 1949-1954); radio officer (Mascot, NSW, 1958-1963); retired (Cremorne, NSW, 1968-1980) ===''SMART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Smart|Smart, Arthur]] [https://www.familysearch.org/tree/person/details/GXHD-TNH] - 1891(NZ)-1980(NZ) - Licences: 4SM Barcaldine (1936-1937); 4SM Paterson (1938-1939); 4SM Longreach (1946-1948); 4SM Cairns (Cairns City, 1954-1956; Freshwater, 1960-1975) - Qualifications: cc; AOCP 1625, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: boiler attendant (Dunevia Station, Blackhall, Qld, 1913); motor engineer (Aramac, Qld, 1916-1925; Barcaldine, 1928-1937); freeholder (Longreach, Qld, 1943); mechanic (Longreach, Qld, 1949); farmer (Cairns, Qld, 1954-1958); retired (Freshwater, Qld, 1963-1972; Cairns, Qld, 1977) ===''SMELLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ellis Henry Smellie|Smellie, Ellis Henry]] [https://www.familysearch.org/tree/person/details/GX7P-FDM] - 1893(Vic)-1991(Vic) - Licences: Nil yet identified - Qualifications: cc; 2COCP 218, 1930; 1COCP 240, 1931 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: radio telegraphist (Radio Station, Applecross, 1925; Geraldton, 1931; Broome, 1936); telegraphist (Caulfield, Vic, 1942-1949); radio officer (Caulfield, Vic, 1954; Blackburn, 1963-1980) ===''SMIBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Smibert|Smibert, George]] - 1840(Sct)-1899(Vic) - clubs (founding member Telegraph Electrical Society Vic), employment (Postal Department Vic, chief electrician), brother of James Smibert Deputy Postmaster-General Victoria * [[/George Smibert|Smibert, James]] - 1836(Sct)-1912(Vic) - employment (Postal Department Vic, Deputy Postmaster-General, appointed following early passing of Samuel Walker McGowan), created a nepotism scandal by early promotion of brother and brother-in-law to the most senior positions in Vic Post & Telegraphs in the early 1890s, likely reason for the positioning of Qld appointees at the top of the Federal PMGD in 1901; the brother of George Smibert Chief Electrician, Postal Dept Vic ===''SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Smith, Alan Shaw - See Alan Shawsmith (change of name) * [[/Arthur Carrington Smith|Smith, Arthur Carrington]] [https://www.familysearch.org/tree/person/details/GDKV-VL2] - 1902(Tas)-1982(NSW) - Licences: 7BN Receive Launceston (1923); 7AB Launceston (1924-1927) - Qualifications: cc; AOCP 8, 1924, No. ?? in Tas; CPRT 930, 1926 - amateur operator; amateur broadcaster; broadcast engineer (operator 7BN Wills & Co wannabe Class B); recording engineer (Cinesound Productions Ltd, Bondi, 1932); inventor of sound-on-film systems - Electoral Rolls: salesman (Launceston, 1928); recording engineer (Bronte, 1931-1935); engineer (Bondi, 1936-1937); recording engineer (Clovelly, 1943-1949; Waverley, 1963-1968); engineer (Waverley, 1977-1980) * [[/Austen Cyril Smith|Smith, Austen Cyril]] [https://www.familysearch.org/tree/person/details/GZ6N-JKF] - 1904(Eng)-1992(NSW) - Licences: 2FS Sydney (Croydon, 1924-1925; Burwood, 1925; Maroubra, 1930-1933; Homebush, 1933; Burwood, 1934-1939) - Qualifications: cc; AOCP 75, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; radio agent - Electoral Rolls: radio agent (Burwood, 1934-1937); radio mechanic (Burwood, 1943-1954); radio engineer (Burwood, 1958-1963); retired (Lower Hawkesbury, 1972-1980) * [[/C. Smith|Smith, C.]] - 19??(???)-19??(???) - Licences: 7BA Receive Stanley (1922); Receive Stanley (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Cedric Preston Smith|Smith, Cedric Preston or Preston-Smith, Cedric]] [https://www.familysearch.org/tree/person/details/G8BB-X47] - 1907(NSW)-1974(NSW) - Licences: 2ZZ Sydney (Cremorne, 1924); 2QK Sydney (Manly, 1935-1936; Balgowlah, 1937; Lane Cove, 1938-1939); 2CD Sydney (Cremorne, 1958-1961; Palm Beach, 1965-1969) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: bank accountant (Binnaway, 1930); bank officer (Manly, 1932; Balgowlah, 1934-1937; South Melbourne, Vic, 1943-1949); bank manager (Ballarat, 1954; Cremorne, 1958-1963); retired (Palm Beach, 1963-1968) * [[/Charles Frederick Smith|Smith, Charles Frederick]] - 1908(Eng)-19??(???) - Licences: No licence yet identified - Qualifications: AOCP 418, 1928, No. ?? in NSW; CPRTelephony 1112, 1928; 2COCP 44, 1929 - amateur operator - Electoral Rolls: Several contemporaneous Charles Frederick Smith's, not yet identified * [[/Colin Hughes Smith|Smith, Colin Hughes]] [https://www.familysearch.org/tree/person/details/L2YH-LLB] - 1910(Vic)-1998(Vic) - Licences: 3PK Melbourne (East Kew, 1928-1939, 1946-1980+) - Qualifications: AOCP 433, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Kew, 1931-1937); engineer (Kew, 1943-1980) * [[/Herbert Henry Baker Smith|Smith, Herbert Henry Baker]] [https://www.familysearch.org/tree/person/details/GXFN-H6R] - 19??(???)-1932(Qld) - Licences: 4DP Receive Cairns (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Cairns, Qld, 1925-1930) * [[/J. H. Smith|Smith, J. H.]] - 19??(???)-19??(???) - Licences: 4EA Receive Beenleigh (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/John Albert Malcolm Smith|Smith, John Albert Malcolm]] [https://www.familysearch.org/tree/person/details/L264-537] - 1911(Eng)-1987(SA) - Licences: 5JR Adelaide (St Peters, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1375, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939-1943) * [[/P. W. Smith|Smith, P. W.]] - 19??(???)-19??(???) - Licences: 4EF Receive Brisbane (Alderley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Sidney Hugh Holland Smith|Smith, Sidney Hugh Holland]] - 1861(???)-1933(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, senior state public servant (Qld P&T, Chief Mechanician), senior federal public servant (PMGD, State Mechanician, Qld), radio clubs (QWI, vice president), business proprietor (Telephone and Electrical Supplies Co) * [[/Stuart Disney Paull Smith|Smith, Stuart (Birth) or Stewart (Electoral Rolls) Disney Paull or Paul]] [https://www.familysearch.org/tree/person/details/GXDB-8D8] - 1913(Qld)-1986(Qld) - Licences: 4LA Brisbane (Corinda, 1934-1939); 4LA Amberley (1946-1948); 4LA Brisbane (Camp Hill, 1960-1980) - Qualifications: cc; AOCP 1303, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor); military (RAAF, navigator); broadcast technician (4BC); Dept Education (O/C Radio) - Electoral Rolls: engineer (Corinda, Qld, 1936-1949); radio technician (New Farm, Qld, 1949); maintenance officer (Camp Hill, Qld, 1954-1963); public servant (Camp Hill, Qld, 1972-1980) * [[/Sydney Smith|Smith, Sydney]] - 1856(NSW)-1934(NSW) - senior state politician (NSW MLA), senior federal politician (Postmaster-General, 1904-1905) * [[/Wilfred Smith|Smith, Wilfred]] [https://www.familysearch.org/tree/person/details/GXRQ-PQ1] - 1896(Eng)-19??(???) - Licences: Receive Adelaide (St Peters, 1923); 5AG Adelaide (Henley Beach, 1937-1939, 1947-1948) - Qualifications: cc; CPRT 602, 1921; 2COCP 419, 1941; 1COCP 882, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Henley, SA, 1939-1943) * [[/William Arthur Smith|Smith, William Arthur]] [https://www.familysearch.org/tree/person/details/GMCX-XL9] - 1906(SA)-1970(SA) - Licences: 5LZ Wallaroo (1929-1933) - Qualifications: cc; AOCP 526, 1929, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical mechanic (Glenunga, 1939-1943) - beware several contemporaneous William Arthur Smith's * [[/William Henry Smith|Smith, William Henry]] [https://www.familysearch.org/tree/person/details/GX2V-L4R] - 1911(SA)-19??(???) - Licences: 5SW Adelaide (Woodville, 1937-1939, 1947-1956); 5ASW Adelaide (Woodville, 1980+) - Qualifications: cc; AOCP 1996, 1937, SA; BOCP 431, 1942 - amateur operator; amateur broadcaster - Comment: Several contemporaneous WHSs - Electoral Rolls: operator (Woodville, SA, 1939) * [[/W. J. Smith|Smith, W. J.]] - 19??(???)-19??(???) - Licences: N758 Receive Sydney (Hurstville, 1922); 2IC Receive Sydney (Hurstville, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''SMITHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Charles Smithers|Smithers, Ernest Charles]] [https://www.familysearch.org/tree/person/details/G8Z1-GQ1] - 1885(NSW)-1953(NSW) - Licences: Nil yet identified - Qualifications: AOCP 552, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: inspector of fisheries (Urunga, 1930); inspector (Burwood, 1930-1949) ===''SMYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Walter Smyth|Smyth, Cedric Walter]] [https://www.familysearch.org/tree/person/details/GD1C-4MX] - 1916(WA)-1987(SA) - Licences: 7CD Devonport (1933-1939); 3ACH Melbourne (Doncaster East, 1954-1980+) - Qualifications: cc; AOCP 1133, 1933, Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: toolmaker (Preston, Vic, 1942-1949); engineer (Doncaster East, 1954-1977) * [[/Victor Loftus Smyth|Smyth, Victor Loftus]] [https://www.familysearch.org/tree/person/details/LR8F-P8L] - 1905(Vic)-1972(Vic) - Licences: 3PJ Receive Geelong (1923); 3PJ Geelong (1924); 3PJ Bendigo (1924-1939) - Qualifications: AOCP 126, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Bendigo, 1928-1972) ===''SMYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Cresswell Smythe|Smythe, Alan (BMD) or Allan (Electoral Rolls) Cresswell]] [https://www.familysearch.org/tree/person/details/G8JQ-V9V] - 1908(SA)-1983(SA) - Licences: 5MF Adelaide (Torrensville, 1930-1939, 1946-1948; Hazlewood Park, 1954-1980+) - Qualifications: AOCP 658, 1930, No. ?? in SA; AOLCP 135, 1933; BOCP 125, 1937; 1COCP 196, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Torrensville, SA, 1939-1943) ===''SNADDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Ernest Snaddon|Snaddon, John Ernest]] [https://www.familysearch.org/tree/person/details/GZLF-B75] - 1920(Eng)-1944(Aegean Sea) - Licences: 3VE Melbourne (Malvern, 1939) - Qualifications: AOCP 2322, 1939, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, 459 Squadron, Warrant Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/snaddon-john-ernest-409361/] ===''SNAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Leslie Snaith|Snaith, Samuel Leslie]] [https://www.familysearch.org/tree/person/details/GZJN-2S8] - 1901(Vic)-1961(Vic) - Licences: 3ZR Melbourne (Footscray, 1923-1926; Newport, 1931) - Qualifications: cc; AOCP 166, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1924-1928; Newport, 1931-1954) ===''SNAPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fairlie Roger de Burgh Snape|Snape, Fairlie Roger de Burgh]] [https://www.familysearch.org/tree/person/details/G649-B1V] - 1900(NSW)-1988(NSW) - Licences: 2NU Receive Quirindi (1923); 4JK Willis Island (1931) - Qualifications: cc; CPRT 695, 1922; 2COCP 340, 1931; 1COCP 221, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: operator (Quirindi, 1930); wireless operator (Quirindi, 1934-1936); radio engineer (Killara, 1949-1968); engineer (Killara, 1980) ===''SNOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Charles Snook|Snook, Keith Charles]] [https://www.familysearch.org/tree/person/details/GDTG-Z2D] - 1908(Tas)-1946(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 (RAAF) - Electoral Rolls: motor engineer (Hobart North, 1936); motor mechanic (Hobart Central, 1937) ===''SNOSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Raymond Snoswell|Snoswell, Alfred Raymond]] [https://www.familysearch.org/tree/person/details/9NWH-MCT] - 1899(SA)-1971(SA) - Licences: 5AD Adelaide (Exeter, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Largs, 1939-1943) ===''SODEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander William Soden|Soden, Alexander William]] [https://www.familysearch.org/tree/person/details/G8N9-7M1] - 1909(Qld)-1948(Qld) - Licences: 4AS Brisbane (Annerley, 1930-1939; Yeerongpilly, 1946-1948) - Qualifications: cc; AOCP 634, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Annerley, 1934-1943) ===''SOUMPROU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emile Walter Soumprou|Soumprou, Emile Walter]] [https://www.familysearch.org/tree/person/details/9ZZF-SX7] - 1906(Vic)-1955(Vic) - Licences: 3WK Melbourne (Thornbury, 1929-1931; North Fitzroy, 1938-1939, 1946-1948; East Brighton, 1954-1956) - Qualifications: AOCP 511, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: student (Northcote, 1936-1937); retired (Fitzroy North, 1942-1949); Elsternwick, 1954) ===''SOUTHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Lindsay Southwell|Southwell, Clifford Lindsay]] [https://www.familysearch.org/tree/person/details/GZNM-FDF] - 1897(???)-1973(NSW) - 2SW Sydney (Cremorne, 1925-1926; Northbridge, 1927-1929; Brighton-Le-Sands, 1930-1931; Northbridge, 1933-1939), amateur operator (AOCP 131, 1925, No. ?? in NSW), amateur broadcaster, WW1 (Army, Private) & WW2 (Australian Army, colonel), sales manager (1954) * [[/Leslie William Douglas Southwell|Southwell, Leslie William Douglas]] [https://www.familysearch.org/tree/person/details/9WXT-S8L] - 1900(NSW)-1960(Vic) - Licences: 3SL Seymour (1924-1939, 1946-1954); 3SL Melbourne (Montrose, 1955-1960) - Qualifications: cc; AOCP 250, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Seymour, 1931-1954) * [[/Noel Leslie Southwell|Southwell, Noel Leslie]] [https://www.familysearch.org/tree/person/details/GZNM-ZJW] - 1919(NSW)-1998(NSW) - 2ZF Sydney (Leichhardt, 1935-1939, 1946-1950; Yagoona, 1954-1980+), qualifications (AOCP 1565, 1935, No. ?? in NSW; 1COCP 149, 1937), amateur operator, broadcast technician (1949), QSL collection survives ARDXC/NFSA ===''SPARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Spark|Spark, John]] - 1879(USA)-19??(???) - Licences: 6AC Perth (City, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: soldier (Fremantle, 1917); civil servant (West Perth, 1921) - Comment: identification not certain ===''SPEDDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Spedding|Spedding, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GQ82-ZCM] - 1897(NSW)-1958(NSW) - Licences: 4DU Receive Brandon (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bookkeeper (Brandon, Qld, 1921-1925); clerk (Lakemba, NSW, 1932-1958) ===''SPENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Keith Spence|Spence, Edward Keith]] [https://www.familysearch.org/tree/person/details/LBYN-S3H] - 1908(Qld)-1980(NSW) - Licences: 4DT Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Union Bank, Wagga Wagga, NSW, 1930; Wellington, NSW, 1934); bank officer (Bondi, NSW, 1936; Rose Bay, NSW, 1937; Epping, NSW, 1943-1949; Northbridge, NSW, 1963-1977); retired (Cremorne, NSW, 1980) * [[/William Guthrie Spence|Spence, William Guthrie]] - 1846(Sco)-1926(Vic) - senior federal politician (Postmaster-General, 1914-1915) ===''SPENCER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derek David Spencer|Spencer, Derek David]] [https://www.familysearch.org/tree/person/details/GFSW-N55] - 1909(Eng)-1982(Tas) - Licences: 3DS Melbourne (Altona, 1934-1937); 6DS Perth (Pearce, 1938-1939) - Qualifications: cc; AOCP 1280, 1934, Vic; AOLCP 157, 1934; 2COCP 55, 1936; 1COCP 111, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: poultry farmer (Ulverstone, Tas, 1954; Leven, Tas, 1963); farmer (Gawler, Tas, 1972) ===''SPERRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred John Sperring|Sperring, Wilfred John]] [https://www.familysearch.org/tree/person/details/KVLY-JPK] - 1917(WA)-1966(WA) - Licences: 6SP Perth (Victoria Park, 1937-1939, 1947-1948; Belmont, 1954) - Qualifications: cc; AOCP 1920, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Victoria Park, WA, 1943); mechanic (Victoria Park, WA, 1949); radio engineer (Belmont, WA, 1954-1963) ===''SPICER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Spicer|Spicer, Victor John]] [https://www.familysearch.org/tree/person/details/G88M-KKY] - 1910(Eng)-1985(Vic) - Licences: 3VS Melbourne (Mordialloc, 1929-1931; East Malvern, 1933; North Fitzroy, 1937-1939, 1946-1948) - Qualifications: AOCP 554, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1934); constable (Port Melbourne, 1936; Fitzroy, 1937-1954; Carlton South, 1967-1968); retired (Hurstbridge, Vic, 1977-1980) ===''SPITZKOWSKY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Royston Stanley Spitzkowsky|Spitzkowsky, Max Royston Stanley]] [https://www.familysearch.org/tree/person/details/GZYD-23H] - 1904(NSW)-1989(NSW) - Licences: 2MS Newcastle (Hamilton, 1926-1975) - Qualifications: AOCP 302, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: turner (Hamilton, 1932-1972) ===''SPOTSWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Ernest Spotswood|Spotswood, Cyril Ernest]] [https://www.familysearch.org/tree/person/details/GDTC-4GM] - 1897(Tas)-1964(Tas) - Licences: Receive Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Burnie, 1936-1943); fettler (Burnie, 1949-1954) * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] [https://www.familysearch.org/tree/person/details/M7P4-M7C] - 1892(Qld)-1973(Qld) - Licences: 4JH Poopoonbah via Giru (1935-1939) - Qualifications: cc; AOCP 1356, 1934, Qld - amateur operator; amateur broadcaster - Comment: second YL operator in Qld - Relationships: Wife of 4JK Jack Lawrence Humphry - Electoral Rolls: home duties (Ching Do Siding, Ayr, Qld, 1919-1936; Giru, Qld, 1937-1949; Poopoonbah, Qld, 1954; St Lucia, Qld, 1958-1972) ===''SPRENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Ernest Sprenger|Sprenger, Herbert Ernest]] [https://www.familysearch.org/tree/person/details/GMQD-2CJ] - 1914(Qld)-2000(Qld) - Licences: 4ES Bundaberg (1932-1939); 4ES Brisbane (New Farm, 1946-1948; Holland Park, 1954; Upper Mt Gravatt, 1955-1960; Rainworth, 1965-1980+) - Qualifications: cc; AOCP 1064, 1932, No. ?? in Qld; BOCP 165, 1938; 1COCP 530, 1941 - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); state public servant (Qld Police, radio comms) - Electoral Rolls: radio mechanic (Bundaberg, 1936-1937); police constable (New Farm, Qld, 1943-1949); sergeant police (Holland Park, Qld, 1954; Upper Mt Gravatt, Qld, 1958); sub-inspector police (Rainworth, Qld, 1963-1968); police officer (Rainworth, Qld, 1972); retired (Bardon, Qld, 1977-1980) ===''SPURRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Charles Spurrier|Spurrier, Leonard Charles]] [https://www.familysearch.org/tree/person/details/LTY1-WZJ] - 1904(Wales)-1984(SA) - Licences: S382 Receive Adelaide (North Adelaide, 1922); 5AL Receive Adelaide (North Adelaide, 1923); Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Clarence Park, 1939-1941; Eden Hills, 1943) ===''SQUIRES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Jack Squires|Squires, Jack]] [https://www.familysearch.org/tree/person/details/G8CX-3GW] - 1909(WA)-1972(???) - Licences: 6JS Perth (Cannington, 1929-1939; Como, 1946-1956; Nedlands, 1960; West Leederville, 1965-1969) - Qualifications: cc; AOCP 510, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Cannington, 1931-1936); sales manager (Midland Junction, 1937; South Perth, 1943-1954); manager (Subiaco, 1963); business manager (West Kalamunda, 1968) ===''ST JOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Clive Bolingbroke St John|St John, Henry Clive Bolingbroke]] [https://www.familysearch.org/tree/person/details/LBTN-PV8] - 1895(Eng)-1972(NSW) - Licences: 2RX Receive Sydney (Rockdale, 1923-1925); 2RX Sydney (Rockdale, 1926-1939; Northbridge, 1965-1969) - Qualifications: AOCP 258, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: reader (Rockdale, 1930-1936; Northbridge, 1943-1963) ===''STACEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Keith Stacey|Stacey, Howard Keith]] [https://www.familysearch.org/tree/person/details/G3TY-D8M] - 1907(NSW)-1993(SA) - Licences: 5XA Adelaide (Firle, 1934-1937; Knightsbridge, 1938-1939; Leabrook, 1947-1956; Glynde, 1960-1980+) - Qualifications: cc; AOCP 1360, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: compositor (Burnside, SA, 1939-1941) * [[/Roy Ernest Stacey|Stacey, Roy Ernest]] [https://www.familysearch.org/tree/person/details/GXDT-PNR] - 1902(Qld)-1973(Qld) - Licences: 4RS Proserpine (1933-1939, 1948-1969) - Qualifications: cc; AOCP 1187, 1933, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: office assistant (Bauple, Qld, 1925); clerk (Proserpine, Qld, 1928-1972) ===''STACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Patrick Charles Stack|Stack, Robert Patrick Charles]] [https://www.familysearch.org/tree/person/details/GXDL-Y2K] - 1904(Eng)-1966(Qld) - Licences: 4TK Innisfail (1936-1939, 1947-1965) - Qualifications: cc; AOCP 1742, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: hairdresser (Innisfail, Qld, 1930-1932); stationer (Innisfail, Qld, 1936-1943) ===''STACKPOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Julian Stackpole|Stackpole, Peter Julian]] [https://www.familysearch.org/tree/person/details/GD3D-H8N] - 1947(Vic)-2004(ACT) - Licences: 3ZQS Melbourne (North Clayton, 1980+; 1RX Canberra, 1990s); Qualifications: cc; AOLCP 2203, 1966; AOCP N1856, 1988 - amateur operator; broadcast planning engineer (P&TD, DoC, DoTaC, ABA, ACA) - Electoral Rolls: assistant (Hampton, 1972); technical officer (Clayton, 1977-1980) ===''STAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Hurst William Stafford|Stafford, John Hurst William]] [https://www.familysearch.org/tree/person/details/LV6P-XSJ] - 1901(Qld)-1992(Qld) - Licences: 4CD Receive Ipswich (Ebbw Vale, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: electrician (Ebbw Vale, 1925-1928; Booval, 1932-1949); engineer (East Ipswich, 1958-1963); retired (Mansfield, 1977-1980) ===''STANFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Roy Stanfield|Stanfield, Clifford Roy]] [https://www.familysearch.org/tree/person/details/GQXR-9GG] - 1900(NSW)-1991(NSW) - Licences: N744 Receive Newcastle (1922); 2HX Receive Newcastle (1922) - Qualifications: cc; CPRT 383, 1918; 2COCP 136, 1930; 1COCP 140, 1930 - amateur receiver; WW1 - Electoral Rolls: wireless operator (Randwick, 1930; Maroubra, 1932-1968); retired (Blaxland, 1977-1980) ===''STANLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. M. Stanley|Stanley, J. M.]] - 19??(???)-19??(???) - Licences: 2JS Receive Sydney (Crow's Nest, 1922-1923); 2JS Sydney (Crow's Nest, 1924); Orange (1924-1929) - Qualifications: cc; AOCP 100, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; newsagent (Leura, late 1920s) - Identification: Not yet identified (possibly James Melville Stanley, electrician, Lockhart, 1930) - Electoral Rolls: Nil yet identified ===''STAPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Stapleton|Stapleton, John William]] [https://www.familysearch.org/tree/person/details/GXG7-R9P] - 1915(SA)-1980(SA) - Licences: 5KY Adelaide (Port Adelaide, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1314, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Cook, SA, 1941-1944) ===''STARKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Starkie|Starkie, Thomas William]] [https://www.familysearch.org/tree/person/details/GZBS-NCY] - 1906(Qld)-1982(Qld) - Licences: 4NW Brisbane (Nundah, 1926-1939) - Qualifications: cc; AOCP 306, 1926, No. 30 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Nundah, 1928-1937); warehouse assistant (Holland Park, 1943); manager (Wavell Heights, 1949); agent (Toowong, 1954-1958); manufacturer's agent (Kenmore, 1963); agent (Tennyson, 1968-1972); retired (The Gap, 1977; North Tamborine, 1980) ===''STARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Starr|Starr, Francis John]] [https://www.familysearch.org/tree/person/details/GZLN-LC4] - 1916(Qld)-1940(off Qld coast) - Licences: 4FS Stanthorpe (1937-1939) - Qualifications: cc; AOCP 1930, 1937, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 23 Squadron, Aircraftsman Class 1) - Electoral Rolls: baker (Stanthorpe, 1937) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1719163] ===''STEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey William Ashcroft Steane|Steane, Geoffrey William Ashcroft]] [https://www.familysearch.org/tree/person/details/GMCF-JWV] - 1905(Vic)-1957(Vic) - Licences: 3UX Melbourne (Mont Albert, 1923-1933); 3SX Melbourne (Mont Albert, 1923-1925) - Qualifications: cc; CPRT 775, 1923; 2COCP 330, 1931 -amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Mont Albert, Vic, 1931); engineer (Camberwell, Vic, 1937); radio engineer (Dee Why, NSW, 1949); television engineer (Double Bay, NSW, 1954); engineer (Camberwell, Vic, 1954) ===''STEELE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rowland Edward James Steele|Steele, Rowland Edward James]] [https://www.familysearch.org/tree/person/details/GDTC-2ZM] - 1904(Tas)-1987(Tas) - Licences: Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Hobart West, 1928); dairyman (West Hobart, 1937-1972) ===''STEPHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Goldsmith Stephen|Stephen, Percy Goldsmith]] [https://www.familysearch.org/tree/person/details/GD2J-HVR] - 1896(NSW)-1976(NSW) - Licences: 2ZB Sydney (Balmain, 1924-1925); 2PS Sydney (Balmain, 1926; Granville, 1927-1930; Lidcombe, 1931-1936; Croydon, 1937-1939; Five Dock, 1946-1958; Condell Park, 1960-1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical mechanic (Granville, 1930); electrician (Lakemba, 1930; Lidcombe, 1932-1936); electrical fitter (Five Dock, 1943-1958); fitter (Condell Park, 1968-1972) ===''STEPHENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Nelson Stephens|Stephens, Arthur Nelson]] [https://www.familysearch.org/tree/person/details/G941-3F1] - 1886(Eng)-1972(Qld) - Licences: 4CG Receive Brisbane (Clayfield, 1922); 4CG Brisbane (Clayfield, 1923-1925); Operator of 4AE - Qualifications: cc; Nil yet identified - coastal wireless operator; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: draughtsman (North Carlton, Vic, 1912-1914); engineer (Wireless Station, Pinkenba, 1915-1919; Clayfield, 1925-1928); hotel keeper (Palm Beach Hotel, Elanora, 1932-1934; Grand Hotel, Southport, 1936-1943); cafe proprietor (Southport, 1949); secretary (Main Beach, 1954-1958; Southport East, 1963-1968) * [[/Frank Richmond Stephens|Stephens, Frank Richmond]] [https://www.familysearch.org/tree/person/details/GXQ7-MLM] - 1897(Qld)-1977(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 452, 1919 - RANRS - Electoral Rolls: naval reservist (New Farm, 1921); farm hand (Wamuran, Qld, 1925); wireless operator (New Farm, 1925-1937); radio mechanic (New Farm, Qld, 1943); agent (New Farm, Qld, 1949); caretaker (Brisbane, 1954-1958); retired (Bowen Hills, 1963; Coolangatta, 1968-1972) * [[/Harry James Milne Stephens|Stephens, Harry James Milne]] [https://www.familysearch.org/tree/person/details/GXYC-KQH] - 1900(WA)-1982(WA) - Licences: 6ZZ Perth (South Perth, 1935-1939; Bassendean, 1947-1960; Eden Hill, 1965-1980+) - Qualifications: cc; AOCP 1530, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Albany, WA, 1925); railway employee (Katanning, WA, 1931-1936); storekeeper (Fremantle, WA, 1937); aircraftsman (Bassendean, WA, 1943-1963); railway employee (Eden Hill, WA, 1968-1972); retired (Bassendean, WA, 1977-1980) * [[/Thomas Stephens|Stephens, Thomas]] [https://www.familysearch.org/tree/person/details/GZ2B-35G] - 1912(Vic)-1944(Sct) - Licences: 3GO Melbourne (Essendon, 1931-1933) - qualifications: AOCP 489, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1944) - Electoral Rolls: bank clerk (Essendon, 1936-1942) - "Greater love hath no man" [https://aviationmuseumwa.org.au/afcraaf-roll/stephens-thomas-418036/] * [[/Thomas Blacket Stephens|Stephens, Thomas Blacket or Blackett]] [https://www.familysearch.org/tree/person/details/G9WG-Y5P] - 1902(Qld)-1999(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 309, 1926, No. 31 in Qld - amateur operator? - Electoral Rolls: articled law clerk (Annerley, 1925-1928); solicitor (Annerley, 1934; Fortitude Valley, 1936-1937; Clayfield, 1949-1968); retired (St Lucia, 1972-1980) ===''STEPHENSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Wilfred Stephenson|Stephenson, Charles Wilfred]] [https://www.familysearch.org/tree/person/details/93BK-M7F] - 1905(Qld)-1997(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother); 2BWQ Sydney (Blacktown, 1980+) - Qualifications: cc; AOCP 282, 1926, No. 25 in Qld - amateur operator; amateur broadcaster; radio clubs (Wooloowin RC, operator 4WN; WIAQ, operator 4AE); broadcast technician (4QG); business proprietor (cinema audio) - Relationships: brother of 4RG Harold John Stephenson - Electoral Rolls: public servant (Wooloowin, Qld, 1928-1929); electrical engineer (Pymble, NSW, 1932-1933); sound engineer (Capertee, NSW, 1936-1937); panel beater (Bourke, NSW, 1943); mechanic (Capertee, NSW, 1949-1954; Maroubra, NSW, 1958); autoelectrician (Blacktown, NSW, 1963-1977); retired (Blacktown, NSW, 1980) * [[/Harold John Stephenson|Stephenson, Harold John]] [https://www.familysearch.org/tree/person/details/93BK-9M3] - 1903(Qld)-1990(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother) - Qualifications: cc; AOCP 290, 1926, No. 27 in Qld - amateur operator; amateur broadcaster - Relationships: brother of 4RG/2BWQ Charles Wilfred Stephenson - Electoral Rolls: railway employee (Wooloowin, Qld, 1925-1943); sheet metal worker (Wooloowin, Qld, 1949); engineer (Wooloowin, Qld, 1954); aircraft mechanic (Maroubra, NSW, 1963-1980) ===''STEVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edgar F. Stevens|Stevens, Albert Edgar F. "Bert"]] [https://www.familysearch.org/tree/person/details/KH4H-N2D] - 1894(Vic)-1954(WA) - Licences: 6BN Perth (North Perth, 1924-1927; South Perth, 1930-1939); nominated licensee for W732 WIA WA (1922) - Qualifications: cc; AOCP 136, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geraldton, WA, 1916-1917); phone mechanic (North Perth, WA, 1925; South Perth, WA, 1931-1954) * [[/Frederick William Stevens|Stevens, Frederick William]] - 1898-19?? - 4SP Brisbane, amateur operator (PRTC 788, 1923, Marconi & Telefunken; 1COCP, 1930, Qld), Coastal wireless operator; first chief engineer 4QG, state public servant (4QG), pilot (Qantas), federal public servant (DCA) * [[/Robert Edward Stevens|Stevens, Robert Edward]] [https://www.familysearch.org/tree/person/details/GD1Z-ZMF] - 1908(Vic)-1994(Vic) - Licences: 7OJ Deloraine (1931-1933); 3OJ Melbourne (Burwood, 1937-1939, 1946-1980+) - Qualifications: cc; AOCP 817, 1931, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (Auburn, Vic, 1931; Burwood, 1937-1980) ===''STEWART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Barnett Stewart|Stewart, Alexander Barnett]] [https://www.familysearch.org/tree/person/details/GHBR-VND] - 1895(Sct)-1981(Qld) - Licences: 4DD Receive Brisbane (Hawthorne, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: jackeroo (Oondooroo, Qld, 1919); farmer (Palmwoods, Qld, 1921-1925); orderman (Hawthorne, Qld, 1928); truck driver (Eight Mile Plains, Qld, 1936-1937); foreman (Hawthorne, Qld, 1943-1980) * [[/Donald Richardson Stewart|Stewart, Donald Richardson]] [https://www.familysearch.org/tree/person/details/94CC-2MT] - 1902(Vic)-1993(Vic) - Licences: V739 Receive Lorne (1922); 3GS Receive Lorne (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: motor driver (Lorne, 1925-1954); guest house proprietor (Lorne, 1967-1968); proprietor (Lorne, 1972-1980) * [[/John Edgar Stewart|Stewart, John Edgar]] [https://www.familysearch.org/tree/person/details/GZD8-3JC] - 1884(NSW)-1957(NSW) - Licences: 2MR Newcastle (Mayfield, 1923-1929; Hamilton, 1930); 2MR Sydney (Chatswood, 1931); 4MR Brisbane (Nundah, 1933-1939, 1946-1948); 2MR Waratah (1954-1957) - Qualifications: cc; AOCP 43, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; Commonwealth Electoral Commission (Chief Electoral Officer) - Electoral Rolls: clerk (Arncliffe, 1913); District Returning Officer (Mayfield, 1930); Commonwealth Electoral Officer (Nundah, Qld, 1937-1949); retired (Waratah, 1954) * [[/Henry Stewart|Stewart, Henry]] [https://www.familysearch.org/tree/person/details/GXS7-R71] - 1896(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 234, 1916; 1COCP 318, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Comment: Several contemporaneous HSs - Electoral Rolls: Nil yet identified * [[/William Alfred Stewart|Stewart, William Alfred]] [https://www.familysearch.org/tree/person/details/GXBZ-4XJ] - 1910(WA)-2020(WA)109yo - Licences: 6ST Perth (West Leederville, 1937-1939) - Qualifications: cc; AOCP 1958, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Balkatta, WA, 1936; Leederville, WA, 1937); salesman (Wembley Park, WA, 1943; Leederville, WA, 1949); technician (Floreat Park, WA, 1954-1963; Wembley Park, WA, 1968; Floreat Park, WA, 1972-1980) - Links: [https://gerontology.fandom.com/wiki/William_Stewart Gerontology] ===''STIPEK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Stipek|Stipek, John "Jack"]] [https://www.familysearch.org/tree/person/details/GD5X-XL1] - 1898(NSW)-1974(Florida, USA) - Licences: 7BE Receive St Helens (1923); Receive St Helens (1923); 7BE St Helens (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMG telegraph messenger, left PMGD 1920; first to log KGO in Tas - Comment: beware two other John Stipek's concurrently in Tas, 1920s - Electoral Rolls: civil servant (St Helens, 1919); clerk (St Helens, 1922) ===''STITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Hugh Rankin Stitt|Stitt, Walter Hugh Rankin Jnr "Hughie"]] [https://www.familysearch.org/tree/person/details/GWBX-L5G] - 1908(NSW)-1972(NSW) - 2WH Forbes (1925-1969+), 2ARN Forster (1965-1969+), amateur operator (AOCP 196, 1925, No. ?? in NSW), amateur broadcaster, "brother-in-law" of Leslie Maclean Wilson 2LM, note his father also Walter Hugh Rankin Stitt and lived in same district ===''STOCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Daniel Alan John Stocks|Stocks, Daniel Alan John]] [https://www.familysearch.org/tree/person/details/GZN8-R5P] - 1897(Vic)-1933(Vic) - 3DJ Melbourne (Canterbury, 1925-1927; Surrey Hills, 1931), amateur operator (AOCP 144, 1925, No. ?? in Vic), amateur broadcaster, electrical engineer, gone too soon ===''STOCKTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Stockton|Stockton, Norman]] - 1904(WA)-1943(Germany) - 4NQ Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, military (WW2, press correspondent), journalist, "Greater love hath no man than this" ===''STOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allen Frederick Stow|Stow, Allen Frederick]] [https://www.familysearch.org/tree/person/details/G8WR-7GG] - 1910(Vic)-1966(Vic) - Licences: 3AS Melbourne (North Carlton,1928-1931; North Fitzroy, 1933-1939, 1946-1947; Northcote, 1948-1965); 3AFS Portable Melbourne (Northcote, 1948-1965) - Qualifications: AOCP 441, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army) - Electoral Rolls: engineer (Carlton North, 1931; Fitzroy North, 1934-1942) ===''STOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Alfred Stowe|Stowe, Harry Alfred]] [https://www.familysearch.org/tree/person/details/GWBJ-YTW] - 1892(NSW)-1977(NSW) - Licences: XAS Sydney (Drummoyne, 1911-1914); 2CX Receive Sydney (Chatswood, 1922-1923); 2CX Sydney (Chatswood, 1924-1929) - Qualifications: cc; AOCP 19, 1924, No. 9 in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, 1930-1958); retired (Frenchs Forest, 1968-1977) ===''STOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Bickley Stoyle|Stoyle, Jack Bickley]] [https://www.familysearch.org/tree/person/details/GM1Z-JWV] - 1881(India)-1966(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 91, 1915; 1COCP 55, 1930 - RANRS (Commissioned Telegraphist, terminated Nov 1920); AWA CRS - Electoral Rolls: wireless telegraphist (Rockhampton, 1917); radio station master (Darwin, 1922; Kilkenny, 1939-1943) ===''STRAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Michael Strafford|Strafford, John Michael]] [https://www.familysearch.org/tree/person/details/LZ2K-LBX] - 1900(SA)-1974(SA) - Licences: 5JS Adelaide (Stepney, 1936-1939; City, 1947-1965; Windsor Gardens, 1969-1975) - Qualifications: cc; AOCP 1710, 1936, SA; BOCP 514, 1943 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''STRATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Stephen Stratford|Stratford, Leo Stephen]] [https://www.familysearch.org/tree/person/details/GXHV-HRX] - 1915(Qld)-1999(Qld) - Licences: 4AE Goondiwindi (1936-1939); 4LS Goondiwindi (1947-1956) - Qualifications: cc; AOCP 1678, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Goondiwindi, Qld, 1936-1949); radio dealer (Goondiwindi, Qld, 1954-1958); electrician (Goondiwindi, Qld, 1968); refrigeration mechanic (Goondiwindi, Qld, 1980) ===''STREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Streamer nee Mackenzie, Florence Madeline "Madeline" - See Florence Madeline Mackenzie 4YL ===''STREET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frederick Street|Street, Reginald Frederick]] [https://www.familysearch.org/tree/person/details/GW5S-Z4L] - 1900(Tas)-1927(Tas) - Licences: 7BD Receive Hobart (1923); Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: draper's assistant (Hobart West, 1922) ===''STROHFELDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Strohfeldt|Strohfeldt or Strofeldt, Gilbert]] [https://www.familysearch.org/tree/person/details/LVWD-W9Z] - 1904(Qld)-1951(Qld) - Licences: 4GS Brisbane (Paddington, 1932-1939; Camp Hill, 1948-1956) - Qualifications: cc; AOCP 1041, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Comment: licensed for 5 years after passing - Electoral Rolls: postal assistant (Roma, 1926); telegraphist (Charleville, 1928-1930); Paddington, Qld, 1936-1937); assistant radio inspector (Camp Hill, Qld, 1943) ===''STUART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Stuart|Stuart, Francis John]] [https://www.familysearch.org/tree/person/details/GXSH-RPC] - 1895(SA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: naval officer (Hobart, Tas, 1919); telegraphist (Hobart, 1922; Oakleigh, Vic, 1928-1942); primary producer (Tarra Valley, Vic, 1949-1954) * [[/Michael Aloysius Horatio Stuart|Stuart, Michael Aloysius Horatio]] [https://www.familysearch.org/tree/person/details/GXLC-2D9] - 1891(Vic)-1953(Vic) - Licences: 3MH Melbourne (Moonee Ponds, 1927); 3MH Rockbank (1931-1937); 5MS Adelaide (Rosewater, 1938-1939) - Qualifications: cc; 2COCP 66, 1929; 1COCP 184, 1931; likely CRPT pre 1927 - amateur operator; amateur broadcaster; WW1 (UK Merchant Navy); WW2 - Electoral Rolls: mechanic (Moonee Ponds, Vic, 1925-1927); radio telegraphist (Beam Radio Station, Rockbank, Vic, 1928-1937; Geraldton, WA, 1943); radio technician (Footscray North, Vic, 1949) ===''STURDEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Ashton Hobart Sturdee|Sturdee, Vernon Ashton Hobart]] - 1890(Vic)-1966(Vic) - 4?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur radio club (member, WIQ) ===''SULLIVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sullivan|Sullivan, John]] [https://www.familysearch.org/tree/person/details/KLGD-VK6] - 1906(Vic)-1997(Vic) - 3SR Melbourne (Elsternwick, 1925-1926), 3SR Yallourn (1927), amateur operator (AOCP 206, 1925, No. ?? in Vic), amateur broadcaster, engineer (1927) ===''SUTHERLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan James Sutherland|Sutherland, Alan James]] [https://www.familysearch.org/tree/person/details/GXK6-94L] - 1916(SA)-1977(Qld) - Licences: 5XB Adelaide (Glenelg, 1935-1939, 1947-1948); 3AXB Melbourne (Balwyn, 1954-1965); 3KY Melbourne (Balwyn, 1969-1975) - Qualifications: cc; AOCP 1592, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Dunleath, SA, 1939-1941); public servant (Albert Park, Vic, 1949; Canterbury, Vic, 1954-1968; Balwyn, Vic, 1972-1977); retired (Scarness, Qld, 1977) * [[/George Bremner Sutherland|Sutherland or Clyne, George Bremner "Jock"]] [https://www.familysearch.org/tree/person/details/GZVF-KQC] - 1893(Sct)-1981(SA) - Licences: 6GB Perth (Mt Hawthorn, 1927) - Qualifications: cc; 1COCP 295, 1932 - amateur operator; amateur broadcaster; telegraphist (Navy, 1911), late 1920s assistant chief engineer 6WF (to Wally Coxon) - Electoral Rolls: DCA (aeradio operator, from 1941); radio operator (Kalgoorlie, 1949); retired (North Perth, 1958) ===''SUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Sutton|Sutton, Arthur Ernest]] [https://www.familysearch.org/tree/person/details/GMFM-Z34] - 1882(Vic)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (early 1910s); utilised Henry Sutton's experimental licence - Relationships: son of XLM Henry Sutton - Electoral Rolls: music seller (Malvern, 1909-1913; Hawthorn, 1914-1915); engineer (Kew, 1922-1925); traveller (Camberwell, 1927); mechanic (Brunswick, 1928) * [[/Henry Sutton|Sutton, Henry]] [https://www.familysearch.org/tree/person/details/LD19-T7V] - 1855(Vic)-1912(Vic) - Licences: XLM Melbourne (Malvern, 1910-1912) - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed from 1890s); numerous inventions, Australia's first wireless telephony experimenter (1906); invented several new types of telephones; early television experiments - Relationships: father of Arthur Ernest Sutton - Links: [https://adb.anu.edu.au/biography/sutton-henry-4675 ADB] - Electoral Rolls: Nil yet identified * [[/Joseph William Sutton Jnr|Sutton, Joseph William Jnr]] [https://www.familysearch.org/tree/person/details/LHKF-HCJ] - 1874(Qld)-1941(Qld) - Licences: 4CP Receive Brisbane (City, 1923); 4EI Brisbane (City, 1923-1925) (In the name of the State Engineer) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club (WIQ, foundation member; QWI); electrical engineer; senior federal public servant (PMGD, State Engineer) - Relationships: son of Joseph William Sutton Snr - Electoral Rolls: electric engineer (Teneriffe, 1903); engineer (Teneriffe, 1908-1909); assistant (GPO, 1912-1919); electrical engineer (New Farm, 1921-1936); retired (Ascot, 1937) * [[/Joseph William Sutton Snr|Sutton, Joseph William Snr]] [https://www.familysearch.org/tree/person/details/LHKF-W6T] - 1844(Eng)-1914(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - club (Royal Society Qld, president) - Relationships: father of Joseph William Sutton Jnr - Links: [[w:Joseph William Sutton|Wikipedia]] - Electoral Rolls: engineer (Teneriffe, 1908-1909) ===''SWABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Max J. Swaby|Swaby, Max J.]] - 19??(???)-19??(???) - 4DA Dalby (-1948+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''SWAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lionel Tamsett Swain|Swain, Lionel Tamsett]] [https://www.familysearch.org/tree/person/details/KL1J-TGY] - 1902(NSW)-1985(NSW) - Licences: 2CS Receive Newcastle (Hamilton, 1922); 2CS Newcastle (Hamilton, 1923-1927; Waratah, 1928-1939, 1946-1950; Charlestown, 1954-1961; Bolton Point, 1965-1980) - Qualifications: cc; AOCP 108, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Withdrawal: when 2CS Coffs Harbour commenced in early 1980s, policy had changed as to withdrawal of similar amateur callsigns - Electoral Rolls: draftsman (Waratah, 1930-1954); engineer (Charlestown, 1958-1963); retired (Bolton Point, 1968-1980) ===''SWEENEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Moss Sweeney|Sweeney, Walter Moss]] [https://www.familysearch.org/tree/person/details/LNZ7-YRD] - 1887(Eng)-1964(Vic) - Licences: 3WS Melbourne (East Melbourne, 1924-1925; Elwood, 1925-1931; St Kilda, 1933-1939) - Qualifications: cc; CPRT 204, 1916 - coastal wireless operator; RANRS (commissioned telegraphist, 1917); amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless engineer (Subiaco, 1916-1917); no occupation (Melbourne, 1919); wireless engineer (East Melbourne, 1921-1924); engineer (Elsternwick, 1925-1928); director (St Kilda, 1931-1963) ===''SWINBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank Charles Richard Swinburne|Swinburne, Frank Charles Richard]] [https://www.familysearch.org/tree/person/details/GDML-S1J] - 1901(Qld)-1948(NSW) - Licences: 2AT Receive Sydney (Manly, 1922-1923); 2AT Sydney (Manly, 1924-1926) - Qualifications: cc; CPRT 557, 1920 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Manly, NSW, 1937; North Sydney, 1943)) ===''SWINDELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Willie Swindells|Swindells, Willie]] [https://www.familysearch.org/tree/person/details/L812-BTK] - 1890(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: electrician (Richmond, Vic, 1913-1914; Parkdale, Vic, 1925-1926); engineer (Geelong, 1927; Darlinghurst, NSW, 1931-1933); electrical engineer (Brunswick, Vic, 1934) ===''SYMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathaniel Joseph Leo Symonds|Symonds, Nathaniel Joseph Leo "Leo"]] [https://www.familysearch.org/tree/person/details/KJZ3-3QH] - 1908(WA)-2005(WA) - Licences: 6LS Perth (Cottesloe Beach, 1925-1930; Bicton, 1947-1948); 6LX Perth (Kalamunda, 1965-1980+) - Qualifications: cc; AOCP 207, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: tailor (Cottesloe, 1931-1943); radio operator (Fremantle, 1949-1954); radio technician (Kalamunda, 1958-1980) ===''SYMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Lindsay Gordon Symons|Symons, John Lindsay Gordon]] [https://www.familysearch.org/tree/person/details/KZZ5-Q42] - 1913(Vic)-1964(Vic) - Licences: 3JT Melbourne (Malvern, 1930-1939; East Hawthorn, 1946-1947; Burwood, 1948; South Melbourne, 1954-1956; Mt Waverley, 1960) - Qualifications: AOCP 662, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Malvern, 1934-1943; Glen Iris, 1949); hotelkeeper (Malvern, 1954); engineer (Syndal, 1963) =='''T'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''TAPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Ernest Tapp|Tapp, Charles Ernest or Edward]] [https://www.familysearch.org/tree/person/details/GX7P-BXV] - 1894(NSW)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 82, 1915 - RANRS (commissioned telegraphist, 1917); WW1 - Electoral Rolls: OIC Wireless Station (Thursday Island, Qld, 1915; South Yarra, Vic, 1917-1919); electrical engineer (Mosman, NSW, 1930); engineer (Brighton, Vic, 1942); manager (Vaucluse, NSW, 1943) ===''TAPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Tapper|Tapper, John Robert]] [https://www.familysearch.org/tree/person/details/G8ZX-4T6] - 1910(WA)-1992(WA) - Licences: 6RJ Perth (Claremont, 1929-1939); 6RJ Onslow (1946-1947); 6RJ Perth (Claremont, 1948-1960); 2AO Wagga Wagga (1969-1980+) - Qualifications: cc; AOCP 538, 1929, No. ?? in WA; 1COCP 218, 1931; TVOCP 324, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Claremont, 1931-1943); operator (Claremont, 1949-1963); radio inspector (Wagga Wagga, 1968-1980) ===''TARBOTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Augustus Tarbotton|Tarbotton, Harry Augustus]] [https://www.familysearch.org/tree/person/details/GF93-87K] - 1902(Eng)-1961(WA) - Licences: 6HT Albany (1936-1939, 1947-1960) - Qualifications: cc; AOCP 1672, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: motor driver (Albany, WA, 1925-1931); motor mechanic (Albany, WA, 1936-1954); radio service (Albany, WA, 1958) ===''TARLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred William Tarling|Tarling, Alfred William]] [https://www.familysearch.org/tree/person/details/LVH9-4RZ] - 1900(Eng)-1953(Qld) - Licences: 4TW Townsville (1937-1939, 1946-1948) - Qualifications: cc; (likely qualification ca 1920, British Merchant Navy; 1COCP 679, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Coolbie, Ingham, Qld, 1930); wireless operator (Pimlico, Qld, 1931-1932); labourer (West End, Qld, 1936-1937); radio engineer (Townsville, Qld, 1943-1949) ===''TARRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Albert Tarrant|Tarrant, Ernest Albert Jnr]] [https://www.familysearch.org/tree/person/details/L8SB-Z68] - 1898(NSW)-1956(NSW) - Licences: 2AK Receive Narrabri (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Eulah Creek, 1930; Narrabri, 1943) * [[/William Francis Tarrant|Tarrant, William Francis "Frank"]] [https://www.familysearch.org/tree/person/details/GD5M-6JT] - 1914(NSW)-1998(NSW) - Licences: 2UF Newcastle (Cooks Hill, 1932-1958) - Qualifications: cc; AOCP 1054, 1932, NSW - amateur operator; amateur broadcaster - Electoral Rolls: ironworker (Newcastle, 1930-1949) ===''TATHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Edward Tatham|Tatham, Sydney Ernest Edward]] [https://www.familysearch.org/tree/person/details/GDQT-52W] - 1896(Eng)-1973(Vic) - Licences: 2ST Sydney (Neutral Bay, 1923-1925; City, 1926-1928; Darling Point, 1929-1933; City, 1933-1939) - Qualifications: cc; CPRT 33, 1915; 1COCP 406, 1940 - amateur operator; amateur broadcaster; journalist (editor, Sea, Land and Air, 1922); WW2 - Electoral Rolls: instructor (St Kilda, 1919; South Yarra, 1919); merchant (Darling Point, 1930-1933; City, 1934-1937; Albert Park, Vic, 1949; Camberwell, 1954); director (Balwyn, 1958-1972) ===''TAYLOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert William Taylor|Taylor, Albert William]] [https://www.familysearch.org/tree/person/details/GX56-JGX] - 1910(NSW)-1980(SA) - Licences: 5AT Port Pirie (1934-1937); 5AT Adelaide (Solomontown, 1938-1939; Edwardstown, 1947-1980+) - Qualifications: cc; AOCP 1276, 1934, SA; BOCP 286, 1940; TVOCP 461, 1962 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Marleston, SA, 1941; Edwardstown, SA, 1943) * [[/B. A. Taylor|Taylor, B. A.]] - 19??(???)-19??(???) - Licences: 4DF Receive Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Donald Gordon Taylor|Taylor, Donald Gordon "Don"]] [https://www.familysearch.org/tree/person/details/GZB4-N31] - 1907(SA)-1985(SA) - Licences: Receive Adelaide (Forestville, 1923-1924); 5DX Adelaide (Forestville, 1926-1937; Black Forest, 1938-1939, 1946-1980+) - Qualifications: cc; AOCP 307, 1926, No. ?? in SA; AOLCP 25, 1930 - amateur operator; amateur broadcaster; WW2 - Comment: another DGT served in WW2 & died on active service 1943 in NT - Electoral Rolls: wireless mechanic (Goodwood, 1939; Black Forest, 1941-1943) * [[/Florence Mary Parsons|Taylor nee Parsons, Florence Mary]] [https://www.familysearch.org/tree/person/details/LZX2-FZB] - 1879(Eng)-1969(NSW) - Licences: Nil - Qualifications: Nil - publisher - Electoral Rolls: managing director (Sydney, 1936); journalist (Vaucluse, 1954); editor (Darlinghurst, 1958; Potts Point, 1963) - Relationships: wife of George Augustine Taylor - [https://adb.anu.edu.au/biography/taylor-florence-mary-8754 ADB] * [[/George Augustine Taylor|Taylor, George Augustine]] [https://www.familysearch.org/tree/person/details/GZB4-JG7] - 1872(NSW)-1928(NSW) - Licences: Nil (always operated under military or other amateur licences) - Qualifications: Nil - early wireless experimenter, amateur operator, founder WIA NSW, founder Association for Development of Wireless in Australasia - Electoral Rolls: Nil - gone too soon - [https://adb.anu.edu.au/biography/taylor-george-augustine-8756 ADB] * [[/Henry Arthur Taylor|Taylor, Henry Arthur]] [https://www.familysearch.org/tree/person/details/GF77-443] - 1907(Eng)-1996(WA) - Licences: 6AT Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1042, 1932, WA; AOLCP 216, 1935 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: joiner (Victoria Park, WA, 1931-1934); radio engineer (6KG, Parkeston, WA, 1937-1943; Nedlands, WA, 1954-1963); retired (South Perth, WA, 1977-1980) * [[/Leslie Harry Taylor|Taylor, Leslie Harry]] [https://www.familysearch.org/tree/person/details/G841-CD4] - 1898(Eng)-1978(NSW) - Licences: 2CL Sydney (Ashfield, 1936-1939, 1946-1969) - Qualifications: AOCP 1723, 1936, NSW - amateur operator, amateur broadcaster - Electoral Rolls: manager (Leichhardt, 1930-1933; Ashfield, 1935-1968); retired (Ashfield, 1977) ===''TEECE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Auburn Selwyn Teece|Teece, Cecil Auburn Selwyn]] [https://www.familysearch.org/tree/person/details/2Z37-JSS] - 1885(NSW)-1970(ACT) - Licences: V733 Receive Melbourne (Toorak, 1922); 3GO Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (East Melbourne, 1909); examiner (Kew, 1910); civil servant (Kew, 1912; Hawthorn, 1914-1917); examiner of patents (Box Hill, 1919); civil servant (Toorak, 1922; Sandringham, 1924; St Kilda, 1928; East Melbourne, 1931; Reid, ACT, 1935-1937; Barton, 1943); public servant (Barton, 1949-1954); retired (Braddon, 1958-1968) ===''TEMPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Lander Templeton|Templeton, Gordon Lander]] [https://www.familysearch.org/tree/person/details/G8F2-VLH] - 1909(Vic)-1945(Vic) - Licences: 3OW Coleraine (1930-1939) - Qualifications: AOCP 631, 1930, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer) - Electoral Rolls: farm labourer (Tahara Bridge, 1931-1937) - Relationships: cousin of 3HG Neil Murray Templeton - "Greater love hath no man" * [[/Neil Murray Templeton|Templeton, Neil Murray]] [https://www.familysearch.org/tree/person/details/L6SD-RDT] - 1911(Vic)-1965(Vic) - Licences: 3HG Coleraine (1930-1939, 1946-1960) - Qualifications: AOCP 632, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Tahara Bridge, 1934-1937); RAAF (Canterbury, 1943); grazier (Tahara Bridge, 1949-1963) - Relationships: cousin of 3OW Gordon Lander Templeton ===''THEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Milton Theel|Theel, Kenneth Milton]] [https://www.familysearch.org/tree/person/details/LD1Z-1Z9] - 1908(SA)-1956(SA) - Licences: 5CT Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923); 5QP Adelaide (St Peters, 1927-1933; Clarence Park, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 322, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: ledger keeper (Reade Park Gardens, SA, 1941-1943) ===''THOMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Kirk Raleigh Thomas|Thomas, Henry Kirk Raleigh]] [https://www.familysearch.org/tree/person/details/GWX4-8LL] - 1902(NSW)-19??(???) - 2HT Sydney (Mosman, 1924; Neutral Bay, 1925-1933; Cremorne, 1933-1934; Mosman, 1935-1939), amateur operator (AOCP 1, 1924, No. 1 in NSW and Australia), amateur broadcaster, broadcast engineer (2GB, assistant engineer, 1946) * [[/Herbert Thomas|Thomas, Herbert]] - 19??(???)-19??(???) - Licences: 6DY Perth (CBD, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, salesman (Harris Scarfe, 1924) - Electoral Rolls: Nil yet identified - Comment: several contemporaneous HTs * [[/Ivor Thomas|Thomas, Ivor]] [https://www.familysearch.org/tree/person/details/G8HB-Q3G] - 1897(SA)-1965(SA) - Licences: 5IT Adelaide (Mitcham, 1929-1960) - Qualifications: cc; AOCP 496, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: warehouseman (Kingswood Park, 1939-1943) * [[/Josiah Thomas|Thomas, Josiah]] [https://www.familysearch.org/tree/person/details/LYSY-Y24] - 1863(Eng)-1933(NSW) - establishment radio station (2CH), state politician (NSW, MLA, 1890s), senior federal politician (MHR, Postmaster-General 1908-1909, 1910-1911) - Electoral Rolls: * [[/Roland Henry Thomas|Thomas, Roland Henry]] [https://www.familysearch.org/tree/person/details/GXHG-7Z4] - 1911(Qld)-1994(Qld) - Licences: 4LR Brisbane (Bulimba, 1932-1939) - Qualifications: cc; AOCP 1058, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Bulimba, 1934); radio technician (Bulimba, Qld, 1937-1972); proprietor (Manly West, Qld, 1977-1980) * [[/Roy Valentine Thomas|Thomas, Roy Valentine]] [https://www.familysearch.org/tree/person/details/GZ6H-7WG] - 1907(NSW)-1958(NSW) - 2TK Sydney (Erskinville, 1925), 2RV Sydney (Bondi North, 1927-1930), 2TK Sydney (South Hurstville, 1947-1958), amateur operator (AOCP 62, 19??, No. ?? in NSW), amateur broadcaster ===''THOMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Thompson|Thompson, F.]] - 19??(???)-19??(???) - Licences: 2HF Receive Sydney (East Balmain, 1922-1923); 2HF Sydney (Balmain, 1924-1927) - Qualifications: cc; AOCP 47, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: several contemporaneous F. Thompson * [[/Geoffrey George Thompson|Thompson, Geoffrey George]] [https://www.familysearch.org/tree/person/details/G8SP-DDD] - 1911(Vic)-2000(Vic) - Licences: 3GT Melbourne (Thornbury, 1928-1939) - Qualifications: AOCP 388, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Thornbury, 1934-1937; North Melbourne, 1949); cameraman (Hawthorn, 1954-1980) * [[/Leonard Neville Weston Fane Thompson|Thompson, Leonard Neville Weston Fane]] [https://www.familysearch.org/tree/person/details/LJKN-FJV] - 1899(NSW)-1960(Vic) - Licences: 3LT Melbourne (Mitcham, 1931; Chelsea, 1933; Carrum, 1937-1939; Bonbeach, 1946-1960) - Qualifications: AOCP 762, 1931, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: railway employee (Glenferrie, 1925; Mitcham, 1931; Chelsea, 1934; Carrum, 1936-1954) * [[/Stanley Gordon Thompson|Thompson, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/GXLZ-S21] - 1906(NSW)-1975(Vic) - Licences: 3AZ Melbourne (North Brighton, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: expert (Brighton, Vic, 1931); mechanic (Brighton, Vic, 1936); sales (Shepparton, Vic, 1963-1972) ===''THOMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Thomson|Thomson, Arthur William]] [https://www.familysearch.org/tree/person/details/GZND-ZPF] - 1907(Vic)-1995(Vic) - 3AT Sunshine (1925), amateur operator (AOCP 145, 1925, No. ?? in Vic) * [[/G. L. Thomson|Thomson, G. L.]] - 19??(???)-19??(???) - 2GT Sydney (Waverley, 1924-1925), amateur operator (AOCP 3, 1924, No. 2 in NSW), amateur broadcaster, operator of 2BV Waverley Radio Club ===''THORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Thorley|Thorley, Roy "John"]] [https://www.familysearch.org/tree/person/details/GDR2-8GW] - 1912(Qld)-1966(Qld) - Licences: 4RT Brisbane (South Brisbane, 1936-1937; Annerley, 1938-1939; Holland Park, 1946-1956) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (WIAQ, president); business proprietor (mechanical engineering) - Comment: killed in automobile accident - Electoral Rolls: clerk (Annerley, Qld, 1937); engineer (Holland Park, Qld, 1949-1963); contractor (Charters Towers, Qld, 1963) ===''THURSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wyngate Thurstan|Thurstan, Arthur Wyngate]] [https://www.familysearch.org/tree/person/details/LVFV-XSS] - 1907(Eng)-1976(NSW) - 2AV Sydney (Penshurst, 1924-1939; Beverley Hills, 1946-1975), amateur operator (AOCP 38, 1924, No. ?? in NSW), amateur broadcaster, WW2, Lempriere & Co (metallurgist; Chief Chemist, 1937) ===''THRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Thring|Thring, Francis William]] [https://www.familysearch.org/tree/person/details/9XFG-ZY6] - 1882(NSW)-1936(Vic) - Film producer, founder 3XY Melbourne - Links: [[w:F. W. Thring|Wikipedia]] ===''THROSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Ledsam Throssell|Throssell or Throssel, Lancelot Ledsam]] [https://www.familysearch.org/tree/person/details/KHFL-59C] - 1902(WA)-1980(WA) - Licences: 6LT Northam (1926-1927) - Qualifications: cc; AOCP 248, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Northam, 1925-1931); civil servant (Northam, 1936-1937); clerk (Bruce Rock, 1943); bank officer (Kojonup, 1954; Innaloo, 1963-1972); retired (Osborne Park, 1980) ===''THUGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thuge|Thuge, Norman]] [https://www.familysearch.org/tree/person/details/GXDL-F55] - 1917(Qld)-1973(NSW) - Licences: 4NC Gladstone (1936-1937); 4NO Gladstone (1938-1939); 4NO Brisbane (Hendra, 1947); 2ANO Sydney (Stanmore, 1948-1950; Arncliffe, 1954-1956) - Qualifications: cc; AOCP 1622, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Charters Towers, Qld, 1943); bank officer (Petersham, NSW, 1949; Arncliffe, NSW, 1954-1958); retired (Burwood, NSW, 1972) ===''THYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Joseph Thynne|Thynne, Andrew Joseph]] [https://www.familysearch.org/tree/person/details/KP3H-T8K] - 1847(Irl)-1927(Qld) - military (Qld Defence Force, 1867, eventually Lieutenant-Colonel), profession (solicitor, Qld, 1873-1882), state politician (Qld MLC, Minister for Justice and Attorney General; Qld Postmaster-General, 1894-1897) ===''TILBROOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clem David Lloyd Tilbrook|Tilbrook, Clem David Lloyd]] [https://www.familysearch.org/tree/person/details/GXP4-4PQ] - 1912(SA)-2004(SA) - Licences: 5GL Adelaide (Brighton, 1933-1937; Camden, 1938-1939; Colonel Light Gardens, 1947-1965; Daw Park, 1969-1980+) - Qualifications: cc; AOCP 1210, 1933, SA; 2COCP 381, 1940; 1COCP 468, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Camden, SA, 1939-1943) ===''TILNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Edward Tilney|Tilney, Leslie Edward]] [https://www.familysearch.org/tree/person/details/MPDS-4PK] - 1870(NSW)-1937(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 13, 1914 - early wireless experimenter (army); coastal wireless officer, WW1 - Electoral Rolls: officer-in-charge (Wireless Station, Applecross, 1916-1917); soldier (Claremont, 1917); commissioner (Caulfield, 1924-1931); civil servant (Malvern, 1933-1936) - TroveTag: "Leslie Edward Tilney" (400+ tags) - Links: [https://www.anzac-biographies.com/2021/06/05/tilney-lieutenant-colonel-leslie-edward-dso-mid-vd/ Bio] ===''TILSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Howard Tilse|Tilse, Arthur Howarde "Howard"]] [https://www.familysearch.org/tree/person/details/LTK5-CS8] - 1911(Qld)-1973(Qld) - Licences: 4WO Brisbane (Yeronga, 1931-1939; South Brisbane, 1946-1948; Yeronga, 1954-1970) - Qualifications: cc; AOCP 725, 1931, No. ?? in Qld; 2COCP 155, 1938 - amateur operator; amateur broadcaster; military (WW2, Army Signals, RAAF); art dealer - Electoral Rolls: radiotrician (Yeronga, 1934-1937); RAAF wireless operator (West End, Townsville, 1943); radio operator (South Brisbane, 1949); art dealer (Yeronga, 1954-1972) ===''TIMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Robert Timmins|Timmins, Alan Robert]] - broadcast engineer (PMGD, P&TD, DoC, DoTaC, ABA), senior federal public servant (PMGD, P&TD, DoC, DoTaC, ABA) ===''TIPPING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Tipping|Tipping, Edward Charles]] - 19??(???)-1968(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), radio clubs (WIQ, member, 1912), federal public servant (PMGD, clerk/accountant), military (Captain, Royal Engineers) ===''TIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. G. Tiver|Tiver, R. G.]] - 19??(???)-19??(???) - Licences: Receive Tanunda (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TODD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hugh Todd|Todd, Alan Hugh]] [https://www.familysearch.org/tree/person/details/GXDD-7SG] - 1919(Qld)-1978(Qld) - Licences: 4HT Brisbane (Ashgrove, 1936-1937; Newmarket, 1938-1939, 1947-1948; Red Hill, 1954-1975) - Qualifications: cc; AOCP 1639, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical mechanic (Newmarket, Qld, 1943-1949); teacher (Kelvin Grove, Qld, 1954-1977) * [[/Charles Todd|Todd, Charles]] [https://www.familysearch.org/tree/person/details/LC3X-PJ6] - 1826(Eng)-1910(SA) - senior state public servant (Government Electrician, Postmaster-General SA) - Links: [[w:Charles Todd (pioneer)|Wikipedia]] [https://adb.anu.edu.au/biography/todd-sir-charles-4727 ADB] * [[/Lionel Victor Glen Todd|Todd, Lionel Victor Glen]] [https://www.familysearch.org/tree/person/details/L5CG-Z68] - 1896(NSW)-1970(NSW) - Licences: 2CR Tamworth (1922-1935); 2LS Tamworth (1936-1938); 2LS Denistone (1939); 2LS Sydney (West Ryde, 1957-1965; Denistone, 1969) - Qualifications: cc; AOCP 132, 1925, No. ?? in NSW; 1COCP 282, 1939 - amateur operator; amateur broadcaster - Withdrawal: 2CR callsign withdrawn by PMG in 1935 for 2CR Orange (Blayney) ABC - Electoral Rolls: telephone mechanic (West Tamworth, 1932-1937); assistant radio inspector (Eastwood, 1943-1968) * [[/Milton Buchanan Todd|Todd, Milton Buchanan]] [https://www.familysearch.org/tree/person/details/GXSX-NQT] - 1892(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 63, 1915; 1COCP 81, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: engineer operator (Thursday Island, 1916); radio telegraphist (Maroubra, 1930-1935); officer (Lewisham, 1936-1937); radio telegraphist (Townsville, 1937; Croydon, NSW, 1943; Townsville, 1949); senior radio officer (Townsville, 1954); radio officer (Kensington, NSW, 1958); retired (Blaxland, 1958) * [[/Tom Arthur Todd|Todd, Tom Arthur]] [https://www.familysearch.org/tree/person/details/GD9C-7P5] - 1906(NSW)-1977(NSW) - Licences: 2OT Receive Sydney (Eastwood, 1923); 2TT Sydney (Eastwood, 1935-1939, 1946-1957) - Qualifications: cc; CPRT 984, 1928; 2COCP 50, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Eastwood, 1930-1937); radio mechanic (Eastwood, 1943-1977) ===''TONGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edward Tonge|Tonge, Arthur Edward]] [https://www.familysearch.org/tree/person/details/GX4S-MNM] - 1895(Eng)-1954(Qld) - Licences: 4AR Brisbane (Taringa, 1933; Indooroopilly, 1937-1939) - Qualifications: cc; AOCP 1149, 1933, No. ?? in Qld; 2COCP 54, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Darra, 1931; Indooroopilly, 1936-1937); mechanic (Milton, 1943-1949); process worker (Indooroopilly, 1954) ===''TONGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Melville Tongs|Tongs, Lawrence or Laurence Melville]] [https://www.familysearch.org/tree/person/details/LR9L-Y7N] - 1899(Tas)-1989(Vic) - Licences: 7BU Receive North Motton (1923); Receive North Motton (1923); 2ADB Finley (1937-1939); 7LT Devonport (1960-1969); 3ALV Melbourne (Parkville, 1975) - Qualifications: cc; CPRT 687, 1922; 2COCP 421, 1941 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: farmer (Finley, 1930-1935); radio dealer (1936-1949); farmer (Dandenong, 1954); radio technician (Devonport, 1972); retired (Parkville, 1977-1980) ===''TONKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Maxwell Tonkin|Tonkin, Arthur Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KLL6-HT9] - 1915(WA)-1998(SA) - Licences: 6MZ Katanning (1935-1939); 5MZ Adelaide (Salisbury, 1948); 5TI Clare (1975); 5MZ Clare (1980+) - Qualifications: cc; AOCP 1525, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937) * [[/Stanley Gordon Tonkin|Tonkin, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/L1DQ-2R1] - 1910(SA)-1992(SA) - Licences: 2SG Albury (1929-1931); 2SG Sydney (Double Bay, 1933; Waverley, 1933-1936; Lane Cove, 1937); 2SG Goonellabah (1938-1939); 2SG Sydney (Epping, 1946-1955); 5SG Adelaide (Hampstead Gardens, 1956; Manningham, 1969; Glenunga, 1975-1980+) - Qualifications: AOCP 520, 1929, No. ?? in NSW; AOLCP 57, 1931; 2COCP 391, 1940; 1COCP 493, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Woolwich, 1932); engineer (Edgecliff, 1933); mechanic (Waverley, 1934); radio engineer (Newtown, 1934-1935; Artarmon, 1936; Goonellabah, 1937; Eastwood, 1943); radio technician (West Epping, 1949-1954) ===''TORMEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Tormey|Tormey, Edward Arthur]] [https://www.familysearch.org/tree/person/details/G8VV-85X] - 1902(NSW)-1993(ACT) - Licences: 2ET Canberra (City, 1930-1934; Ainslie, 1935-1939, 1946-1955); 1ET Canberra (Ainslie, 1956-1980+) - Qualifications: AOCP 687, 1930, No. ?? in ACT - amateur operator, amateur broadcaster - Electoral Rolls: chauffeur (Braddon, 1928-1930; Ainslie, 1935); bus driver (Ainslie, 1937); car driver (Ainslie, 1943-1980) ===''TRAEGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Hermann Traeger|Traeger, Alfred Hermann or Herman]] [https://www.familysearch.org/tree/person/details/KCNJ-LRP] - 1895(Vic)-1980(SA) - Licences: 5AX Adelaide (Kensington Gardens, 1926-1931; Corryton, 1933-1937; Marratville, 1938-1939) - Qualifications: cc; AOCP 293, 1926, No. ?? in SA - amateur operator; amateur broadcaster; inventor (with 5BG) of the pedal wireless for the RFDS - Electoral Rolls: radio engineer (Cloncurry, 1930-1932); wireless engineer (Leabrook, SA, 1939-1943) - Links: [https://adb.anu.edu.au/biography/traeger-alfred-hermann-8839 ADB] ===''TRAYNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Byron Traynor|Traynor, Philip Byron]] [https://www.familysearch.org/tree/person/details/GZLR-LCT] - 1900(SA)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; AOCP 224, 1925, No. ?? in SA; 1COCP 353, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Mile End, 1939); federal public servant (Glandore, 1941); inspector (Torrens Park, 1943) ===''TREBILCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Eric William Trebilcock|Trebilcock, Eric William]] - 1911(???)-1989(SA) - BERS195 (1933+), amateur listener ===''TREDREA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frederick Aloysius Trevithick Tredrea|Tredrea, Frederick Aloysius Trevithick]] [https://www.familysearch.org/tree/person/details/MC1W-M7C] - 1900(WA)-1958(WA) - Licences: 6FT Perth (Mt Hawthorn, 1929-1931; South Perth, 1933); 6FT Northam (1937); 6FT Perth (South Perth, 1938-1939, 1946-1956) - Qualifications: cc; AOCP 512, 1929, No. ?? in WA; AOLCP 156, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (North Perth, 1925); radio operator (Northam, 1936); broadcast engineer (South Perth, 1937-1958) ===''TREGEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/W. S. Tregear|Tregear, W. S.]] - 19??(???)-19??(???) - 3TR Melbourne (Hawthorn 192x), 3TX Melbourne (Hawthorn, 1930+), amateur operator (AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, 3TR callsign withdrawn by PMGD to prevent confusion with 3TR Sale Class B station ===''TREHARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elgar Dennis Llewellyn Treharne|Treharne, Elgar Dennis Llewellyn]] [https://www.familysearch.org/tree/person/details/GWC7-X9R] - 1914(NSW)-1997(SA) - 2AFQ Sydney, 5?? Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW), son of Fred 2BM/5QT and brother of Ross 2IQ/5?? * [[/Herbert Fredrind Treharne|Treharne, Herbert Fredrind "Fred"]] [https://www.familysearch.org/tree/person/details/K2F8-6ZN] - 1883(NSW)-1968(SA) - 2BM Sydney, 5QT Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW, age 60), father of Ross 2IQ/5?? and Elgar 2AFQ/5?? * [[/Ross Fredrind Treharne|Treharne, Ross Fredrind]] [https://www.familysearch.org/tree/person/details/GWC7-DJD] - 1919(NSW)-1982(SA) - 2IQ Sydney, 5?? Adelaide, amateur operator (AOCP 1513, 1935, No. ?? in NSW), son of Fred 2BM/5QT and brother of Elgar 2AFQ/5?? ===''TRELIVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Benjamin Victor Treliving|Treliving, Dudley Benjamin Victor]] [https://www.familysearch.org/tree/person/details/L2D7-B6C] - 1907(SA)-1993(SA) - Licences: Receive Adelaide (Dulwich, 1923); 6DT Perth (Nedlands, 1932-1933) - Qualifications: cc; AOCP 992, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Cottesloe, WA, 1936-1937); engineer (Cottesloe, WA, 1943) ===''TRELOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Treloar|Treloar, James]] [https://www.familysearch.org/tree/person/details/GFMJ-379] - 1906(WA)-1983(WA) - Licences: 6JT Perth (Beaconsfield, 1931-1933; Melville, 1937; Beaconsfield, 1938-1939) - Qualifications: cc; AOCP 790, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: clerk (South Fremantle, WA, 1931-1943); tally clerk (Bicton, WA, 1949-1980) ===''TRESSIDDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Laurence Tresidder|Tresidder, William Laurence or Lawrence]] [https://www.familysearch.org/tree/person/details/G8PT-SQ7] - 1904(WA)-1985(Vic) - Licences: 3WT Bendigo (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio dealer (Bendigo, 1927-1942); radio (Kangaroo Flat, 1949-1954); radio engineer (Bendigo, 1963-1980) ===''TREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Stanley Trew|Trew, Richard Stanley]] [https://www.familysearch.org/tree/person/details/KCB6-GW4] - 1902(WA)-1968(WA) - Licences: 6RS Harvey (1933-1937); 6RS Perth (Mt Hawthorne, 1938-1939); 6RP Perth (Mt Hawthorne, 1947-1965) - Qualifications: cc; AOCP 1189, 1933, WA; 2COCP 382, 1940; 1COCP 1941 - amateur operator; amateur broadcaster - Electoral Rolls: assistant postal department (York, WA, 1925); postal assistant (York, WA, 1926); postal employee (Harvey, WA, 1931-1937); postal clerk (Leederville, WA, 1937-1943); PMG (Mt Hawthorn, WA, 1949); radio monitor (Joondanna Heights, WA, 1954-1958) ===''TRIM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Trim|Trim, Sydney (Electoral Rolls) or Sidney (BDM)]] [https://www.familysearch.org/tree/person/details/KL7D-NLM] - 1880(Vic)-1960(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 179; 2COCP 178, 1930; 1COCP 105, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: engineer (Subiaco, WA, 1913; West Perth, WA, 1913-1914); "radio station" (Wyndham, WA, 1914-1917); farmer (Mosman, NSW, 1936-1937); engineer (Applecross, WA, 1937-1958) ===''TROTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clement Ford Trott|Trott, Clement Ford]] [https://www.familysearch.org/tree/person/details/GCGY-XPN] - 1907(SA)-1966(SA) - Licences: 5CS McLaren Vale (1928-1929); 5CF McLaren Vale (1930-1931); 5CF Willunga (1933) - Qualifications: cc; AOCP 454, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: orchardist (McLaren Flat, SA, 1939-1943) ===''TROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Rusel Troy|Troy, Thomas Rusel]] [https://www.familysearch.org/tree/person/details/GZKG-MKH] - 1898(NSW)-1992(NSW) - 2SH Receive West Maitland (1923), 2SH West Maitland (1924-1925), 2TY West Maitland (1926-1931), amateur operator (AOCP 208, 1925, No. ?? in NSW), amateur broadcaster, postman (West Maitland, 1930-1949), postal officer (Maitland, 1954), postal clerk (Maitland, 1958) ===''TRUDGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Wallis Trudgen|Trudgen, Maxwell Wallis]] [https://www.familysearch.org/tree/person/details/GS3H-XYH] - 1907(SA)-1992(SA) - Licences: 5MW Adelaide (East Adelaide, 1926); 5HS Adelaide (Fullarton, 1927) - Qualifications: cc; AOCP 247, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Mitcham, 1939-1941); mechanical engineer (Sydney, 1943-1954); engineer (Little Bay, 1958-1968) ===''TRUNFULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Leonard Trunfull|Trunfull, Richard Leonard]] [https://www.familysearch.org/tree/person/details/GXBL-K7B] - 1906(Eng)-1957(WA) - Licences: 6RT South Greenough (1932-1933); 6RT Peel Estate (1937); 6RT Roebourne (1938-1939); 6RT Dangin (1947-1948); 6RT Nungarin (1954); 6RT Narembeen (1955-1956) - Qualifications: cc; AOCP 924, 1932, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (South Greenough, WA, 1931; Baldavis, WA, 1936; Dangin, WA, 1943-1949; Nungarin, WA, 1954; Narembeen, WA, 1958) ===''TUMBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Henry Tumbridge|Tumbridge, Stanley Henry]] [https://www.familysearch.org/tree/person/details/MM12-M1C] - 1899(Eng)-1965(Qld) - Licences: 4ST Ipswich (1932-1933); 4ST Stanthorpe (1937-1939); 4ST Broadwater, 1947-1948; 4ST Brisbane (Woody Point, 1954-1960) - Qualifications: cc; AOCP 986, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Woodend, Qld, 1921); teacher (Murgon, Qld, 1925); school teacher (Stanthorpe, Qld, 1936-1937; Broadwater, Qld, 1943-1949); teacher (Margate, Qld, 1949-1954; Woody Point, Qld, 1958-1963) ===''TURNBULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Edward Turnbull|Turnbull, Norman Edward]] [https://www.familysearch.org/tree/person/details/L2TP-7K8] - 1900(WA)-1988(Vic) - Licences: 6NO Narrogin (1928); 6NO Perth (City, 1930; Subiaco, 1931; Shenton Park, 1937-1939); 3AXX Melbourne (Armadale, 1954; Carrum, 1955; Parkdale, 1956; Cheltenham, 1960-1980+) - Qualifications: c; AOCP 430, 1928, No. ?? in WA; CPRT 1120, 1928; 1COCP 185, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Bunbury, 1922; Busselton, 1925; Narrogin, 1925; Subiaco, 1931); radio inspector (Subiaco, 1934-1936); civil servant (East Perth, 1937); engineer (Armadale, 1954); clerk (Sandringham, 1958); manager (Sandringham, 1963-1968; Cheltenham, 1972); retired (Cheltenham, 1977-1980) * [[/Robert William Turnbull|Turnbull, Robert William or Robert]] [https://www.familysearch.org/tree/person/details/GZ1S-GP4] - 1892(Eng)-1968(NSW) - Licences: 2RO Sydney (Burwood, 1927-1938; Northbridge, 1939) - Qualifications: AOCP 317, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: bricklayer (Homebush, 1930-1963) ===''TURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Reginald Turner|Turner, Edward Arthur Reginald "Rex"]] [https://www.familysearch.org/tree/person/details/GZT9-JD5] - 1910(SA)-1966(SA) - Licences: 5CW Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923-1925); 5SA Adelaide (Leabrook, 1926-1927) - Qualifications: cc; AOCP 272, 1926, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: butter maker (Gawler, 1939-1943) * [[/Haswell Elliott Alfred Turner|Turner, Haswell Elliott Alfred]] [https://www.familysearch.org/tree/person/details/LRQG-8TG] - 1891(Vic)-1969(NSW) - 2TM Sydney (Mosman, 1925-1933), amateur operator (AOCP 127, 1925, No. ?? in NSW), amateur broadcaster, engineer, military, likely related to XACW E. Turner, Jnr * [[/Ralph Robinson Turner|Turner, Ralph Robinson]] [https://www.familysearch.org/tree/person/details/GX2D-S51] - 1912(SA)-1996(SA) - Licences: 5TR Adelaide (Henley Beach, 1935-1937; Dulwich, 1938-1939; Linden Park, 1947-1969; Echunga, 1975-1980+) - Qualifications: cc; AOCP 1444, 1935, SA; BOCP 66, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Dulwich, SA, 1939-1941) * [[/Robert John Blackwell Turner|Turner, Robert John Blackwell]] [https://www.familysearch.org/tree/person/details/L62T-FP7] - 1884(NSW)-1943(NSW) - 2RT Goulburn (1925-1933), amateur operator (AOCP 55, 1925, No. ?? in NSW), amateur broadcaster, engineer ===''TWEEDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/P. Tweedle|Tweedle, P.]] - 19??(???)-19??(???) - Licences: 4DM Receive Brisbane (Albion, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TYAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Robert Wilson Tyas|Tyas, Norman Robert Wilson]] [https://www.familysearch.org/tree/person/details/GXHC-SK6] - 1913(Qld)-1975(Qld) - Licences: 4TY Gracemere (1932-1934); 4TY Kingaroy (1935-1939); 4TY Brisbane (Manly, 1946-1948); 4TY Boonah (1954); 4TY Wallangarra (1955-1956); 4TY Warwick (1960); Brisbane (Manly, 1965-1975+) - Qualifications: cc; AOCP 1059, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, wireless officer); state public servant (state school principal) - Electoral Rolls: school teacher (Kingaroy, Qld, 1936-1943; Brookstead, Qld, 1949; Mt Alford, Qld, 1954); teacher (Wallangarra, Qld, 1958); school teacher (Warwick, Qld, 1963; Manly, Qld, 1968-1972) ===''TYMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Tymms|Tymms, Robert William]] [https://www.familysearch.org/tree/person/details/GXSX-R2D] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 84, 1930 - coastal wireless operator (RANRS); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); wireless operator (Geraldton, 1922; Como, 1925); not stated (Broome, 1937); wireless telegraphist (Townsville, 1954) =='''U'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''UMBACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ricky Charles Umback|Umback, Ricky Charles]] - early wireless historian (Ph.D. Thesis, 2016, "Constituting Australia's International Wireless Service: 1901-1922") [https://openresearch-repository.anu.edu.au/bitstream/1885/142647/1/Umback%20Thesis%202018.pdf] ===''UNDERWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Underwood|Underwood, William Henry]] [https://www.familysearch.org/tree/person/details/GX6T-1XZ] - 1875(Eng)-1953(Qld) - Licences: 4DN Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Newstead, Qld, 1913-1915; Clayfield, Qld, 1916-1943); no occupation (Albion, Qld, 1943; Highgate Hill, Qld, 1949) ===''UNGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Wilhelm Unger|Unger, A. H.]] - 19??(???)-????(???) - 2YRS Alectown (1980+), amateur operator (AOCP ????, 19??, No. ?? in NSW), amateur broadcaster, son of Herbert Wilhelm Carl Unger 2UJ * [[/Herbert Wilhelm Carl Unger|Unger, Herbert Wilhelm Carl or Herbert William Carl]] - 1911(???)-2012(NSW, 101yo) - 2UJ Alectown (1933-1980+), amateur operator (AOCP 1108, 1933, No. ?? in NSW), amateur broadcaster, father of A. H. Unger 2YRS ===''URQUHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Stewart Urquhart|Urquhart, Malcolm Stewart]] [https://www.familysearch.org/tree/person/details/GZXT-5C3] - 1905(WA)-1967(WA) - Licences: 6MU Perth (Cottesloe, 1925-1939); 6MU Merredin (1946-1960); 6MU Perth (Cottesloe, 1965) - Qualifications: cc; AOCP 116, 1925, No. ?? in WA; BOCP 27, 1936; AOLCP 158, 1934; 2COCP 85, 1937; 1COCP 126, 1937 - amateur operator; amateur broadcaster; clerk (1931); broadcast technician (6MD, 1958); WW2 (1939-1945) - Electoral Rolls: clerk (Cottesloe, WA, 1931-1937); broadcast technician (Merredin, WA, 1943-1963) =='''V'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''VALENTINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Keith Valentine|Valentine, Lionel Keith]] [https://www.familysearch.org/tree/person/details/GD1Z-ZVK] - 1916(Tas)-1961(Tas) - Licences: 7KV Hobart (Bellerive, 1933-1939) - Qualifications: cc; AOCP 1148, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Bellerive, Tas, 1937; Acton, ACT, 1949); public servant (Hobart West, Tas, 1958) ===''VAN COUTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Josephus Van Cooth|Van Cooth, John Robert Josephus]] [https://www.familysearch.org/tree/person/details/G8GN-6ZP] - 1908(Vic)-1936(Vic) - Licences: 3DX Receive Melbourne (East Malvern, 1922); 3DX Melbourne (East Malvern, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (St Kilda West, 1931) ===''VARDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Edwin Vardon|Vardon, Joseph Edwin]] [https://www.familysearch.org/tree/person/details/LV9V-VPR] - 1905(SA)-1970(SA) - Licences: Receive Adelaide (Unley, 1923-1924); 5OM Adelaide (Unley Park, 1927-1933) - Qualifications: cc; AOCP 329, 1927, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: sales manager (Malvern, 1941-1943) ===''VAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Vaughan (also known as Hearps, change of name), David Edward]] [https://www.familysearch.org/tree/person/details/LYD2-HG5] - 1901(Vic)-1976(NSW) - Licences: 2FY Sydney (Lakemba, 1930-1969) - Qualifications: AOCP 665, 1930, NSW (Hearps); AOCP 1003, 1932, NSW (Vaughan) - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Lakemba, 1930-1937); machinist (Lakemba, 1943-1972) ===''VEALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Pax Veall|Veall, Reginald Pax]] [https://www.familysearch.org/tree/person/details/GZL8-GR6] - 1918(Vic)-1942(NT) - Licences: 3PV Melbourne (St Kilda, 1937-1939) - Qualifications: AOCP 2050, 1937, No. ?? in Vic; 2COCP 274, 1939; 1COCP 375, 1940 - amateur operator, amateur broadcaster, WW2 (Merchant Navy, Wireless Officer, MV Neptuna) - Electoral Rolls: Nil - "Greater love hath no man than this" [http://www.ntlexhibit.nt.gov.au/exhibits/show/bod/roh/veall] ===''VEARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elwyn Thomas Vears|Vears, Elwyn Thomas]] [https://www.familysearch.org/tree/person/details/GHS1-C67] - 1901(NSW)-1960(NSW) - Licences: 2BM Leura (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Strathfield, 1930-1937; Burwood, 1943-1958)) ===''VERNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Henry Vernon|Vernon, Charles Henry]] [https://www.familysearch.org/tree/person/details/G88V-18Z] - 1901(WA)-1964(WA) - Licences: 6KZ Albany (1930-1931); 6KZ Perth (Fremantle, 1933-1939); 3AMD Melbourne (Moonee Ponds, 1947); 6KZ Perth (Guildford, 1947-1948) - Qualifications: cc; AOCP 566, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Forts, Albany, 1922-1931; Fremantle, 1936-1937; 9AAD, Guildford, 1949-1954); retired (Wagin, 1958; Morley, 1963) ===''VICKARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Mervyn Vickary|Vickary, Reginald Mervyn "Reg"]] [https://www.familysearch.org/tree/person/details/G88K-CLP] - 1909(NSW)-1973(Qld) - Licences: 4RV Cunnamulla (1930-1933); 4RV Warwick (1936-1939); 4VX Brisbane (Gordon Park, 1965; The Grange, 1969) - Qualifications: cc; AOCP 702, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shed hand (Cunnamulla, 1931); radio dealer (Warwick, 1937; Cunnamulla, 1943); shopkeeper (Toowoomba, 1949; Ekibin, 1954; Chermside, 1963; Grange, 1968-1972) ===''VICKERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth James Vickery|Vickery, Kenneth James]] [https://www.familysearch.org/tree/person/details/GDQP-WMQ] - 1893(NSW)-1970(NSW) - Licences: 2RA Receive Sydney (Hurlstone Park, 1923); 2RA Sydney (Hurlstone Park, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrical fitter (Hurlstone Park, 1930-1933); electrician (West Ryde, 1935; Parkes, 1936; Uralla, 1943); farmer (North Richmond, 1949-1968) ===''VINCENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Vincent|Vincent, Jack]] [https://www.familysearch.org/tree/person/details/GZ64-7S8] - 1906(WA)-1980(WA) - Licences: 6DL Receive Kalgoorlie (1923-1924); 6VK Kalgoorlie (1925-1939) - Qualifications: cc; AOCP 59, 1925, No. ?? in WA - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter & turner (Kalgoorlie, WA, 1931-1937); manufacturer (South Perth, WA, 1949-1963; Como, WA, 1972-1980) ===''VINING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Vining|Vining, William Edward]] [https://www.familysearch.org/tree/person/details/GZR1-NLT] - 1906(Qld)-1977(Qld) - Licences: 4WE Brisbane (Nundah, 1926-1927) - Qualifications: cc; AOCP 277, 1926, No. 22 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: carrier (Nundah, 1928-1931); motor driver (Mitchelton, 1934; Gaythorne, 1936); mechanic (Gayndah, 1943); telephone mechanic (Enoggera, 1949-1963); telephone technician (Enoggera, 1968-1977) ===''VIPAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alton Frederick Vipan|Vipan, Alton Frederick]] - 1890(NSW)-1946(NSW) - XHV Sydney (Petersham, 1913-1914), early wireless experimenter, amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), ship wireless operator, AWA (Koo-we-rup, 1922) ===''VOIGT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emil Robert Voigt|Voigt, Emil Robert]] [https://www.familysearch.org/tree/person/details/G88K-VV2] - 1883(Eng)-1973(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - 2KY Sydney, broadcast station manager; witness to Royal Commission 1927 (as chairman, NSW Labor wireless committee) - Relationships: father of Rion Osborne Voigt; grandfather of Robin Voigt - Electoral Rolls: secretary (Dee Why, 1930-1934); manager (Dee Why, 1935; Narrabeen, 1936) - Links: [https://adb.anu.edu.au/biography/voigt-emil-robert-8930 ADB]; [[w:Emil_Voigt_(athlete)|Wikipedia]]; [https://www.radioheritage.com/story70/ RHF] * [[/Rion Osborne Clifford Voigt|Voigt, Rion Osborne Clifford]] [https://www.familysearch.org/tree/person/details/G88K-L1V] - 1915(Eng)-1987(NSW) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - broadcast industry executive, WW2 - Electoral Rolls: radio announcer (Narrabeen, 1937; Turramurra, 1963-1980) - Relationships: son of Emil Robert Voigt; father of Robin Voigt * [[/Robin Voigt|Voigt, Robin]] - historian (Emil Robert Voigt; 2KY) - Relationships: grandson of Emil Robert Voigt; son of Rion Osborne Clifford Voigt ===''VOLKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Henry Oxford Volkman|Volkman, Reginald Henry Oxford]] [https://www.familysearch.org/tree/person/details/G4CV-7PH] - 1902(NSW)-1959(NSW) - Licences: 2RY Grafton (1924-1925); 2RY Scone (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Woollahra, 1930-1933) ===''VOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Taylor Vowles|Vowles, Rupert Taylor]] [https://www.familysearch.org/tree/person/details/LKYT-FLF] - 1894(NSW)-1973(NSW) - Licences: XIZ Sydney (Burwood, 1913-1914); 2AW Receive Sydney (Burwood, 1922-1923); 2XZ Sydney (Concord, 1929-1931) - Qualifications: cc; AOCP 562, 1929, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Concord, 1930-1972) =='''W'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''WADDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivon Edward Waddell|Waddell, Ivon Edward]] [https://www.familysearch.org/tree/person/details/G88S-H3S] - 1909(WA)-1943(Thailand/Singapore) - Licences: 6WX Albany (1929-1930); 6WX Katanning (1931) - Qualifications: cc; AOCP 561, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: postal clerk (Katanning, 1936; South Perth, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10298089 AWM] ===''WADDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. M. Waddle|Waddle, E. M.]] - 19??(???)-19??(???) - 4GZ Charters Towers (-1959+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''WADDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard William Mackie Waddy|Waddy, Richard William Mackie]] [https://www.familysearch.org/tree/person/details/LB62-5RP] - 1848(SA)-1933(SA) - senior state public servant (SA Post & Telegraphs Dept), senior federal public servant (Deputy Postmaster-General SA) ===''WADHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin Wadham|Wadham, Kevin]] [https://www.familysearch.org/tree/person/details/GZZC-SBQ] - 1905(SA)-1970(SA) - Licences: 5KW Adelaide (Parkside, 1924-1927; Helmsdale, 1928; Da Costa Park, 1931; Glenelg, 1933; Adelaide, 1937; Glenelg, 1938-1939) - Qualifications: cc; AOCP 23, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WIA SA (Councillor 1931; Hon. Treasurer, 1931); National Radio Corp (manager, 1938); Holdfast Bay Yacht Club (Vice-commodore, 1949) - Electoral Rolls: manager (Helmsdale, SA, 1939-1941; Da Costa Park, SA, 1943) ===''WAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Fripp Wahl|Wahl, Alan Fripp]] [https://www.familysearch.org/tree/person/details/GFMB-TD4] - 1918(WA)-2003(WA) - Licences: 6JB Perth (Leederville, 1938-1939, 1947-1960; Dianella, 1965-1980+) - Qualifications: cc; AOCP 2101, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: railway employee (Leederville, WA, 1943-1958); clerk (Dianella, WA, 1963-1980) ===''WALCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Crosby Walch|Walch, Alan Crosby or Crosby Alan]] [https://www.familysearch.org/tree/person/details/GQC7-GSS] - 1907(NSW)-1979(Tas) - Licences: 7BI Receive Hobart (Bellerive, 1923); Receive Hobart (Bellerive, 1923-1925); 7CW Hobart (Bellerive, 1926-1927; Battery Point, 1931-1933; City, 1937; Sandy Bay, 1938-1939, 1946-1975) - Qualifications: cc; AOCP 231, 1926, No. ?? in Tas; BOCP 1, 1936; 1AOCP 16, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: radio expert (Hobart South, 1936-1954) ===''WALDRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Gerard Waldron|Waldron, Francis Gerard "Frank"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''WALKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Walker|Walker, Arthur Charles]] [https://www.familysearch.org/tree/person/details/GXFY-L2V] - 1898(Qld)-1974(Qld) - Licences: 4AC Brisbane (Sandgate, 1927-1931) - Qualifications: cc; CPRT 699, 1922 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: newspaper carrier (Kangaroo Point, Qld, 1934-1937); carrier (Sandgate, Qld, 1943-1972) * [[/Charles Welsh Walker|Walker, Charles Welsh "Chas"]] [https://www.familysearch.org/tree/person/details/GXFR-19W] - 1899(NSW)-1961(Qld) - Licences: 4CU Receive Clifton (1923); 4CU Clifton (1924-1960); 4DQ Portable Clifton (1948-1960) - Qualifications: cc; AOCP 10, 1924, No. 2 in Qld - amateur operator; amateur broadcaster; motor mechanic; Walker's Radio Service (proprietor, 1930s-1950s) - Electoral Rolls: motor mechanic (Clifton, Qld, 1921-1958) * [[/Louis Edward Walker|Walker, Louis Edward]] [https://www.familysearch.org/tree/person/details/GSWB-L81] - 1864(Eng)-1934(At Sea) - Oversight of the 1906 Bass Strait link for Marconi Wireless Telegraphy Co * [[/Philip Billingsley Walker|Walker, Phillip Billingsley]] [https://www.familysearch.org/tree/person/details/MNF3-P9W] - 1840(Eng)-1900(NSW) - early wireless experimenter, employment (NSW Posts & Telegraphs, Superintendent of Telegraphs, Chief Electrician) * [[/Ronald Gregory Walker|Walker, Ronald Gregory "Gregory"]] [https://www.familysearch.org/tree/person/details/GDRP-GC6] - 1907(NSW)-1929(At Sea) - Licences: 7BT Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; journalist (Hobart "Mercury"); film maker - Comment: Gone too soon - Electoral Rolls: journalist (Hobart South, 1928) - Links: [http://www.seafarersmemorial.org.au/memorials/walker_g.php Seafarer's Memorial] * [[/William Spencer Walker|Walker, William Spencer]] [https://www.familysearch.org/tree/person/details/KCF4-R77] - 1911(SA)-2004(SA) - Licences: 5WW Adelaide (Alberton, 1934-1939; West Croydon, 1947-1980+) - Qualifications: cc; AOCP 1305, 1934, SA; BOCP 444, 1942; TVOCP 274, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939); mechanic (West Croydon, SA, 1941-1943) ===''WALLACE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elizabeth Aileen Geisel|Wallace nee Geisel, Elizabeth Aileen "Betty"]] See Geisel, Elizabeth Aileen "Betty" ===''WALLBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Walter Wallbridge|Wallbridge, Leslie Walter]] [https://www.familysearch.org/tree/person/details/LDMT-HKZ] - 1910(Eng)-1966(SA) - Licences: 5UX Adelaide (Lower Mitcham, 1930-1937); 5UX Peterborough (1938-1939); 5UX Kadina (1947-1948); 5UX Cook (1954-1955); 5UX Saddleworth (1956); 5UX Hawker (1960) - Qualifications: cc; AOCP 712, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Peterborough, SA, 1939-1941; Rendelsham, SA, 1943; Alice Springs, NT, 1963) ===''WALLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Wallis|Wallis, John Charles]] - 19??(???)-19??(???) - Licences: 7JW Longford (1932-1939, 1947) - Qualifications: cc; AOCP 893, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Burnie, 1928; Longford, 1936-1937) * Wallace, Florence Violet (adoptive name) - see Granville, Florence Violet (birth name) ===''WALSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Dunbar Walsh|Walsh, Harold Dunbar "Cordite"]] [https://www.familysearch.org/tree/person/details/G3W3-CT7] - 1903(Qld)-1951(Qld) - Licences: 4HW Brisbane (Hamilton, 1925-1931; Rocklea, 1946-1947)); 4WN Brisbane (Hamilton, 1927, dealer) - Qualifications: cc; AOCP 133, 1925, No 14 in Qld - amateur operator; amateur broadcaster; WW2 (RAAF); solicitor; pilot - Comment: Tragic end to a productive life - Electoral Rolls: clerk (Hamilton, 1925-1937); airline pilot (Moorooka, 1949) ===''WALTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Allan Walters|Walters, Charles Allan]] [https://www.familysearch.org/tree/person/details/G8CT-LBY] - 1910(Vic)-1947(Vic) - Licences: 3CW Melbourne (Thornbury, 1929-1933; Heidelburg, 1937-1939; Brunswick, 1946-1947) - Qualifications: AOCP 524, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Northcote, 1931-1936; Heidelberg, 1937; Brunswick, 1942) * [[/Gerald Wills Walters|Walters, Gerald (Wills or Willis or blank)]] [https://www.familysearch.org/tree/person/details/GX7Y-1HZ] - 1886(Eng)-1956(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 108, 1915; 2COCP 157, 1930; 1COCP 129, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: wireless telegraphist (Currie, King Island, Tas, 1919; Darwin, NT, 1922); radio telegraphist (New Town, Tas, 1928); wireless officer (Radio Station, Thursday Island, Qld, 1936-1937); wireless (Gladesville, NSW, 1943); wireless telegraphist (Rockhampton, Qld, 1949-1954) ===''WALZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edwyn Walz|Walz, Arthur Edwyn or Edgar]] [https://www.familysearch.org/tree/person/details/GM9T-LB3] - 1908(Qld)-2000(Qld) - Licences: 4AW Brisbane (Nundah, 1926-1939; Wavell Heights, 1946-1980+) - Qualifications: cc; AOCP 287, 1926, No. 26 in Qld - amateur operator; amateur broadcaster; plumber; radio repair business - Relationships: son of Conrad August Walz - Electoral Rolls: plumber (Nundah, 1934-1943); radio engineer (Wavell Heights, 1949-1980) * [[/Conrad August Walz|Walz, Conrad August]] [https://www.familysearch.org/tree/person/details/LRGZ-QF3] - 1882(Qld)-1951(Qld) - 4?? Brisbane, amateur operator (AOCP ???, 19??, No. ?? in Qld), plumber, farmer, father of 4AW Arthur Edwyn Walz ===''WARDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney William Lumley Wardle|Wardle, Sidney William Lumley]] - 1911(Eng)-19??(???) - Licences: 2OU Woodford Leigh (1930-1935); 2OU Armidale (1936-1937); 2OU Sydney (Bellevue Hill, 1938-1939); 5OU Adelaide (Lockleys, 1946-1954); 2DID Berridale (1980) - Qualifications: AOCP 610, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: farm hand (Woodford Leigh, 1934-1935); technician (Bondi North, 1937; Woollahra, 1943); retired (Berridale, 1980) ===''WARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Clarke Waring|Waring, Cecil Clarke]] [https://www.familysearch.org/tree/person/details/GQW4-V9F] - 1904(Vic)-1988(Vic) - Licences: 3CU Receive Melbourne (Canterbury, 1922-1924); 3YW Melbourne (Camberwell, 1929-1931; Canterbury, 1933; Kew, 1937); 3YW Rupanyup (1938-1939); 3YW Stawell (1946-1948); 3YW Warrnambool (1954-1980+) - Qualifications: AOCP 549, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Canterbury, 1925-1928; Kew, 1931-1937; Stawell, 1942-1949; Warrnambool, 1954-1977) ===''WARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Leslie George Warne|Warne, Maurice Leslie George]] [https://www.familysearch.org/tree/person/details/LYSP-LHY] - 1909(NSW)-1975(NSW) - Licences: 2MW Sydney (Croydon, 1926-1929) - Qualifications: AOCP 300, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: printer (Campsie, 1931-1934); radio mechanic (Campsie, 1936-1937); radio sales (Kogarah, 1943-1963); radio & TV technician (Arncliffe, 1968) ===''WARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Albert Warner|Warner, Geoffrey Albert]] [https://www.familysearch.org/tree/person/details/G8V1-6NR] - 1914(NSW)-2007(NSW) - Licences: 2CK Wyong (1930-1939); 3ABW Fiskville (1947); 9GW Port Moresby (1948-1954); 2AVW Bringelly (1955-1958); 2CK Bringelly (1960-1969); 6EG Bassendean (1975); 2HJ Camden (1980+) - Qualifications: AOCP 710, 1930, NSW; 1COCP 60, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless technician (Rockbank, Vic, 1942); technician (OTC Bringelly, 1958-1963); manager (Bassendean, 1977; Camden South, 1980) - callsign may have been withdrawn for 2CK Cessnock commercial (later restored) ===''WARNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Bernard Warnock|Warnock, Neil Bernard]] [https://www.familysearch.org/tree/person/details/GZJ8-58G] - 1944(Vic)-2019(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''WATERHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. G. Waterhouse|Waterhouse, A. G.]] - 19??(???)-19??(???) - Licences: XVV Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WATERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George James Waters|Waters, George James]] [https://www.familysearch.org/tree/person/details/G8X9-S46] - 1902(Vic)-1931(Vic) - Licences: 3EX Receive Melbourne (Heathcote, 1922); 3XA Melbourne (East Prahran, 1930-1931) - Qualifications: AOCP 608, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified as yet - Comment: Passed too soon * [[/James Alfred Waters|Waters, James Alfred]] - 19??(???)-19??(???) - Licences: 7JA Hobart (Sandy Bay, 1936-1939) - Qualifications: cc; AOCP 1685, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Queensborough, 1936); teacher (Ringarooma, 1937); schoolteacher (Queensborough, 1943-1954) * [[/Leslie Waters|Waters, Leslie]] [https://www.familysearch.org/tree/person/details/G85N-TZB] - 1882(Eng)-1956(Qld) - Licences: 4AC Innisfail (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; engineer (Randell Engineering) - Electoral Rolls: watchmaker (Innisfail, 1919-1943); radio dealer (Innisfail, 1949) ===''WATERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lindsay Carmel Waterworth|Waterworth, Lindsay Carmel "Joe"]] [https://www.familysearch.org/tree/person/details/G6YY-6M6] - 1892(Qld)-1969(Qld) - Licences: 4CL Rockhampton (1935-1939, 1946-1969) - Qualifications: cc; AOCP 1526, 1935, Qld - amateur operator; amateur broadcaster; WW1; WW2; federal public servant (PMGD, telegraphist) - Electoral Rolls: assistant (Charleville, Qld, 1921); telegraphist (Rockhampton, Qld, 1928-1968) ===''WATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Paul Watkins|Watkins, Andrew Paul]] [https://www.familysearch.org/tree/person/details/GFQ9-RHP] - 1914(WA)-1965(NSW) - Licences: 6AW Perth (1936-1939) - Qualifications: cc; AOCP 1805, 1936, WA; BOCP 269, 1939; 1COCP 842, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Boulder, WA, 1937); radio mechanic (Geraldton, WA, 1943); radio technician (Cairns, Qld, 1949; Lakemba, NSW, 1954; Chullora, NSW, 1958-1963) * [[/William Trevor Watkins|Watkins, William Trevor "Trevor", "Watty"]] [https://www.familysearch.org/tree/person/details/LZKG-J4V] - 1899(Tas)-1931(Tas) - Licences: T336 Hobart (1920-1921); 7AA Hobart (1922-1925); 7DX Hobart (1925-1931) - Qualifications: cc; AOCP 107, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Withdrawal: PMGD withdrew 7AA callsign for their own use, electrician (Zinc Co., Hobart, 1922), wireless expert (Medhurst & Sons, Hobart, 1925) - Electoral Rolls: electrician (West Hobart, 1922-1928) - Comment: passed too soon ===''WATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. A. Watson|Watson, A. A.]] - bef1910(???)-aft1930(???) - Licences: 2UT Sydney (Darlinghurst, 1927-1929) - Qualifications: AOCP 341, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: None as yet - Full name not yet identified * [[/Douglas Mervyn Watson|Watson, Douglas Mervyn]] [https://www.familysearch.org/tree/person/details/G6MG-FPY] - 1920(Tas)-1989(Tas) - Licences: 7DW Hobart (New Town, 1937-1939; City, 1946-1956; Lindisfarne, 1960-1980+) - Qualifications: cc; AOCP 1867, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Hobart South, 1949-1954); mechanic (Lindisfarne, 1972) * [[/Herbert Leopold Watson|Watson, Herbert Leopold]] [https://www.familysearch.org/tree/person/details/G8ZP-JLK] - 1897(Vic)-1982(NSW) - Licences: 2OL Kiama (1929-1933); 2OL Unanderra (1935-1938); 2OL Woollongong (1939) - Qualifications: AOCP 545, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: engineer (Kiama, 1930); electrical engineer (Unanderra, 1934-1937; Heidelberg, Vic, 1949); electrician (Ivanhoe, Vic, 1954); retired (Avalon Beach, 1968-1972; Mona Vale, 1977; Mosman, 1980) * [[/James David Watson|Watson, James David]] [https://www.familysearch.org/tree/person/details/G8F5-789] - 1910(Vic)-19??(???) - Licences: 3NQ Darlington via Camperdown (1930-1939); 2ANQ Albury (1946-1957) - Qualifications: AOCP 633, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical fitter (Darlington, 1931-1943); radio technician (Albury, 1949-1954) - Comment: Beware another JDW, labourer, Geelong, 1930s * [[/John Watson|Watson, John]] - 19??(???)-19??(???) - Licences: 6CR Receive Perth (Victoria Park, 1923-1924) - Qualifications: AOCP 436, 1928, No. ?? in WA - amateur operator? - Electoral Rolls: Nil, as yet, specific individual not yet identified * [[/Samuel Wilfred Watson|Watson, Samuel Wilfred or Wilfred Samuel]] [https://www.familysearch.org/tree/person/details/GXY5-LXP] - 1906(Eng)-1998(WA) - Licences: 6WW Perth (West Perth, 1930-1939, 1948-1969); 6WW Shoalwater Bay (1975); 6WW Cardup (1980) - Qualifications: cc; 1COCP 189, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless operator (West Perth, WA, 1931-1972); retired (Shoalwater Bay, WA, 1977; Cardup, WA, 1980) * [[/William Wesley Watson|Watson, William Wesley]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio telegraphist (Hobart South, 1949) ===''WATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Watt|Watt, Alexander]] [https://www.familysearch.org/tree/person/details/GDRK-4B7] - 1901(Sct)-1985(Tas) - Licences: 7BO Receive Prince of Wales Bay (1923); Receive Prince of Wales Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Prince of Wales Bay, 1922-1928); accountant (New Town, 1936-1949; Moonah, 1954) * [[/Arthur William Watt|Watt, Arthur William]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly) * [[/Charles Russell Watt|Watt, Charles Russell]] [https://www.familysearch.org/tree/person/details/GZV7-JFH] - 1904(Eng)-1993(NSW) - 2WT Tenterfield (1925-1975+), amateur operator (AOCP 184, 1925, No. ?? in NSW), amateur broadcaster, grazier (Tenterfield, 1930-1980) ===''WAUCHOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Wylie Wauchope|Wauchope, Ronald Wylie]] [https://www.familysearch.org/tree/person/details/LH6X-QJR] - 1914(SA)-1933(SA)19yo - Licences: 5WE Adelaide (Maylands, 1933) - Qualifications: cc; AOCP 1086, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, 19yo - Electoral Rolls: Nil yet identified ===''WEATHERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Elsdon Weatherley|Weatherley, Harry William Elsdon]] [https://www.familysearch.org/tree/person/details/LTBF-1HC] - 1921(Vic)-2006(Vic) - prominent MW and SW broadcast DXer (1940-1990), clubs (Australian Radio DX Club, New Zealand Radio DX League, New Zealand DX Radio Association, Southern Cross DX Club, DX Australia - Chief Editor, Ontario DX Club), ANARC DXer of the year - metallurgist (Auburn, 1949-1954); technician (Mount Waverley, 1963-1972); retired (Mount Waverley, 1980) * [[/Herb J. Weatherley|Weatherley, Herb J.]] - 19??(???)-19??(???) - 4HW Clifton (-1951+), amateur operator (AOCP ??, 19??, No. ?? in Qld), callsign formerly Harold Dunbar Walsh ===''WEATHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Weatherson|Weatherson, W. A.]] - 19??(???)-19??(???) - Licences: 3AB Melbourne (East St Kilda, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''WEATHERSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stewart Weatherston|Weatherston, William Stewart]] [https://www.familysearch.org/tree/person/details/G8LZ-2KF] - 1905(WA)-1942(Sing) - Licences: 3AB Melbourne (East St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1927); salesman (St Kilda, 1931; Forrest, ACT, 1935; Newtown, 1943!) - Sacrifice: "Greater love hath no man than this" ===''WEBSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank James Webster|Webster, Frank James]] [https://www.familysearch.org/tree/person/details/GF73-5KV] - 1908(Eng)-19??(WA) - Licences: 6FW Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1039, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Victoria Park, WA, 1931-1943); plasterer (Perth, WA, 1954-1963; Victoria Park, WA, 1968-1972); retired (Fremantle, WA, 1977-1980) * [[/Harold Charles Webster|Webster, Harold Charles]] [https://www.familysearch.org/tree/person/details/KCRM-31P] - 1876(Tas)-1923(Tas) - Licences: Receive (Crystal Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: photographer (Launceston, 1914); clerk (Hobart North, 1922) * [[/William Webster|Webster, William]] [https://www.familysearch.org/tree/person/details/GZJD-D94] - 1860(Eng)-1936(NSW) - senior federal politician (Postmaster-General, 1915-1920), played prominent part in the Postal Royal Commission ===''WEDDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Austin Weddell|Weddell, James Austin]] [https://www.familysearch.org/tree/person/details/GXK9-SYF] - 1914(SA)-2005(NSW) - Licences: 5ZL Adelaide (Reade Park, 1935-1939) - Qualifications: cc; AOCP 1595, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Col Light Gardens, SA, 1939-1943); RAAF (Albert Park, Vic, 1949; Auburn, Vic, 1954); RAAF officer (Richmond, NSW, 1958); RAAF (Red Hill, ACT, 1963); not stated (Red Hill, ACT, 1968-1972); RAAF (Red Hill, ACT, 1977-1980) * [[/John Arthur Weddell|Weddell, John Arthur]] [https://www.familysearch.org/tree/person/details/GXKM-KVK] - 1926(Qld)-19??(???) - Licences: 4FT Brisbane (Zillmere, 1954-1960); 2ZM Glenbrook (1961); 4FT Brisbane (Sandgate North, 1965-1969); 2BFT Sydney (Clovelly, 1975-1980) - Qualifications: cc; AOCP 3172, 1951, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Annerley, Qld, 1949; Zillmere, Qld, 1954-1958; Sandgate, Qld, 1963-1968); technician (Marrickville, NSW, 1972; Clovelly, NSW, 1977-1980) ===''WEDGEWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Donald Wedgewood|Wedgewood, William Donald]] [https://www.familysearch.org/tree/person/details/GDLV-GM8] - 1901(Qld)-1974(NSW) - Licences: N741 Receive NSW - Qualifications: cc; CPRT 692, 1922; 2COCP 49, 1935 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: boarder (Sutton Coalfield, Eng, 1911); manufacturer (Glenmore, 1930-1936); aviator (Nedlands, WA, 1937); farmer (Moruya, 1949-1954); greenkeeper (Brisbane, 1958); public servant (Hornsby, 1963-1972) ===''WEEKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. L. Weeks|Weeks, H. L.]] - 19??-19?? - Licences: 4CJ Receive Currumbin (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: - Identification: Not yet identified ===''WEISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Wilfred George Weiss|Weiss, Wilfred George]] [https://www.familysearch.org/tree/person/details/G8V9-7NP] - 1912(NSW)-1982(NSW) - Licences: 2TV Sydney (Croydon Park, 1960-1961; Strathfield, 1965); 2TV Ettalong Beach (1975-1980+) - Qualifications: AOCP 670, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lithgow, 1934-1937); storekeeper (Lithgow, 1943); silk screen craftsman (Croydon Park, 1949-1958); retired (Strathfield, 1963-1968; Ettalong Beach, 1972; Ettalong, 1977) ===''WELLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Arthur Martin Weller|Weller, Cyril Arthur Martin "Sam"]] [https://www.familysearch.org/tree/person/details/GZTQ-WXH] - 1903(???)-1994(Qld) - Licences: 4CZ Brisbane (Clayfield, 1938-1939, 1946-1980+) - Qualifications: AOCP 2160, 1938, Qld - amateur operator, amateur broadcaster, Radio Club (WIAQ, Brisbane DX Club), power station engineer, education (ME, UQ) - Electoral Rolls: student (Windsor, 1925); engineer (Wilston, 1925-1928; Camp Hill, 1934-1943; Clayfield, 1949-1972; Albion, 1977) ===''WELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Welling|Welling, Thomas]] [https://www.familysearch.org/tree/person/details/LLHB-KQZ] - 1898(Eng)-1960(SA) - Licences: 5TW Adelaide (North Adelaide, 1937); 5TW Mt Gambier (1938-1939, 1947-1960) - Qualifications: cc; 2COCP 179, 1930; 1COCP 81, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: wireless engineer (Mt Gambier, SA, 1939-1941); wireless technician (Mt Gambier, SA, 1943) ===''WELLINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hudson Wellington|Wellington, Stanley Hudson]] [https://www.familysearch.org/tree/person/details/LB84-47Y] - 1909(Tas)-1981(NSW) - Licences: 7PK Hobart (New Town, 1932-1933); 3SX Melbourne (Brighton, 1937-1939) - Qualifications: cc; AOCP 1002, 1932, No. ?? in Tas; AOLCP 117, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: representative (Caulfield, 1936); chemist (Brighton, Vic, 1937-1942); manager (Mosman, 1949-1980) ===''WELLMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Joseph Wellman|Wellman, Leo Joseph]] [https://www.familysearch.org/tree/person/details/L1SW-R9S] - 1898(NSW)-1965(NSW) - 2PS Receive Sydney (Marrickville, 1923), 2LW Sydney (Marrickville, 1925-1928), amateur operator (AOCP 117, 1925, No. ?? in NSW), amateur broadcaster ===''WELSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud William Welsh|Welsh, Claude or Claud William]] [https://www.familysearch.org/tree/person/details/GZPH-WS4] - 1914(Qld)-1988(Qld) - Licences: 4CW Warwick (1937-1939); 4DK Mackay (1975-1980+) - Qualifications: cc; AOCP 1982, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, Qld, 1937-1943); engineer (Kew, Vic, 1943); radio technician (Warwick, Qld, 1958; Mackay, Qld, 1958); technician (Mackay, Qld, 1963); radio technician (Mackay, Qld, 1968-1980) ===''WERRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Errol Limbrick Werrett|Werrett, Errol Limbrick]] [https://www.familysearch.org/tree/person/details/G8SK-FMH] - 1908(Tas)-1974(Eng) - Licences: Receive (Crystal) Hampshire (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm worker (Hampshire, 1936-1937); fitter (South Melbourne, 1943); engineer (Caulfield, 1949-1968; Balaclava, 1972) ===''WESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Frederick Shorter Weston|Weston, Cyril Frederick Shorter]] [https://www.familysearch.org/tree/person/details/GZVJ-FXY] - 1905(Eng)-1988(NSW) - Licences: 4EN Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephone mechanic (Kedron, 1928); Christian worker (Darlinghurst, 1934); grocer (Oatley, 1943); agriculturalist (Ourimbah, 1949); salesman (Paekhurst, 1963-1980); retired (Charmhaven, 1980) * [[/George James Weston|Weston, George James]] [https://www.familysearch.org/tree/person/details/GXQ3-Y8Q] - 1868(Eng)-1939(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 702, 1922 - RANRS (Radio Lieutenant) - Comment: Several contemporaneous GJWs - Electoral Rolls: telegraph operator (Albany, 1903); civil servant (Kalgoorlie, WA, 1910-1912); civil servant (Wireless Station, Carlingford, NSW, 1913); sailor (Toorak, 1919); naval officer (Elsternwick, 1919); civil servant (Auburn, Vic, 1922); wireless engineer (Auburn, Vic, 1924-1927); retired engineer (Upwey, 1931-1937) * [[/Robert Marcus Hamilton Weston|Weston, Robert Marcus Hamilton "Mark"]] [https://www.familysearch.org/tree/person/details/GX8K-KW6] - 1915(NSW)-1995(NSW) - Licences: 4XO Bundaberg (1938-1939); 2WE Sydney (Lidcombe, 1946-1947); 2AWE Sydney (Kingsford, 1955; Kensington, 1956-1957); 2AYK Sydney (Kensington, 1957; Kingsford, 1958-1961); 2CM Sydney (Dolls Point, 1964-1980) - Qualifications: cc; AOCP 2076, 1938, Qld; 2COCP 386, 1940; 1COCP 581, 1942 - amateur operator; amateur broadcaster; ship wireless officer; wireless officer (QANTAS) - Relationships: husband of 2MR Verle Lorraine Weston nee Key(s) - Electoral Rolls: marine wireless operator (Auchenflower, Qld, 1943); radio operator (Blakehurst, NSW, 1949; Kingsford, NSW, 1954-1963; Sans Souci, NSW, 1968-1980) * [[/Verle Lorraine Keys|Weston nee Key(s), Verle Lorraine]] - 1934(???)-1985(NSW) - 2MR Sydney (Dolls Point, 1964-1980), YL amateur operator (AOCP ???, 1964, No. ?? in Qld), wife of Robert Marcus Hamilton Weston 2CM * [[/William Wood Weston|Weston or Wehrstedt, William Wood]] [https://www.familysearch.org/tree/person/details/GDPG-KBQ] - 1912(WA)-1953(WA) - Licences: 6MW Perth (Nedlands, 1935-1939; North Beach, 1947-1948) - Qualifications: cc; AOCP 1465, 1935, WA; BOCP 596, 1944 - amateur operator; amateur broadcaster - Comment: Further clarification of identification required - Electoral Rolls: assistant operator (Subiaco, WA, 1936-1937); operator (Leederville, WA, 1943-1954; North Perth, WA, 1958-1968; Leederville, WA, 1972-1977) ===''WHALLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Percy Whalley|Whalley, Rupert Percy]] [https://www.familysearch.org/tree/person/details/GZGZ-CV3] - 1894(Vic)-1969(Vic) - Licences: 3JZ Receive Melbourne (Sandringham, 1922); 3JZ Melbourne (Sandringham, 1923-1927); 3JZ Myrtleford (1937-1939); 3JZ Wangaratta (1946-1948); 3JZ Melbourne (Blackburn, 1954-1969) - Qualifications: cc; AOCP 238, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: builder (Sandringham, 1919-1925); farmer (Myrtleford, 1927-1942); tobacco grower (Wangaratta, 1949); foreman (Blackburn, 1954-1968) - Relationships: father of 3ZWZ Robert Kelvin Whalley ===''WHEELER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Winslow Wheeler|Wheeler, Harry Winslow]] [https://www.familysearch.org/tree/person/details/GCBC-BYC] - 1910(SA)-1990(SA) - Licences: 5FB Adelaide (Eden Hills, 1927-1928); 5HW Adelaide (Eden Hills, 1933-1939) - Qualifications: AOCP 371, 1927, No. ?? in SA - amateur operator; amateur broadcaster; military (WW2, RAAF, DFC) - Electoral Rolls: chemist (Eden Hills, SA, 1939-1943); lecturer (Kalgoorlie, WA, 1954-1968) * [[/Victor George Wheeler|Wheeler, Victor George]] [https://www.familysearch.org/tree/person/details/GW4Z-FGL] - 1897(Eng)-1976(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; coastal wireless operator; WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: electric mechanic (Roebourne, 1917-1922); manager (Fremantle, 1925) ===''WHITAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Thomas Whitaker|Whitaker, Albert Thomas]] [https://www.familysearch.org/tree/person/details/LKKW-5DB] - 1895(NSW)-1960(NSW) - Licences: 2OI Receive Sydney (Banksia, 1923); 2OI Sydney (Banksia, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: labourer (Rockdale, 1930; Banksia, 1933-1934); builder (Banksia, 1937-1949); instructor (Mount Colah, 1954-1958) ===''WHITBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Roy Whitburn|Whitburn, Douglas Roy "Doug"]] [https://www.familysearch.org/tree/person/details/LZT2-3JX] - 1904(SA)-1958(SA) - Licences: 5BY Adelaide (Toorak, 1927-1931; Fullarton, 1933-1939; Rosefield, 1946-1947; Fullarton, 1948-1956) - Qualifications: cc; AOCP 312, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Rosefield, 1943) * [[/Robert Philip Whitburn|Whitburn, Robert Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GZBF-5XB] - 1896(NSW)-1991(NSW)94yo - Licences: XACJ Sydney (Leichhardt, 1913-1914); 2DK Receive Sydney (Leichhardt, 1922); 2DK Sydney (Leichhardt, 1923-1926) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: chairmaker (Leichhardt, 1930-1968); retired (West Ryde, 1972-1980) ===''WHITE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Matthews White|White, Alfred Matthews]] - 1894(Eng)-1981(Qld) - Licences: 4CX Receive Winton (1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1 - Electoral Rolls: grazier (Tranby, Winton, 1915-1958); retired (Buderim, Qld, 1963-1980) * [[/Charles Robert White|White, Charles Robert]] [https://www.familysearch.org/tree/person/details/GXLC-S5H] - 1911(SA)-1986(Vic) - Licences: 5MX Adelaide (Kilkenny, 1931-1939) - Qualifications: cc; AOCP 802, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edwin Harold White|White, Edwin Harold "Eddie"]] [https://www.familysearch.org/tree/person/details/GZTQ-QGH] - 1911(Qld)-1997(Qld) - Licences: 4EW Brisbane (Red Hill, 1933-1939); 4EW Mackay (1946-1950); 4EW Brisbane (Red Hill, 1954-1956); 5OW & 8OW Darwin (1956-1963); 4OW Brisbane (Red Hill, 1963-1965); 4OW Mt Isa (1969); 4OW Brisbane (Red Hill, 1975) - Qualifications: cc; AOCP 1141, 1933, No. ?? in Qld; 1COCP 250, 1939 - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, Fortress Signals); federal public servant (DCA) - Electoral Rolls: compositor (Red Hill, 1934-1936); radio technician (Longreach, 1937); aeradio operator (Cloncurry, 1943; Mackay, 1949); communications officer (Archerfield, 1954); public servant (Red Hill, 1963; Mt Isa, 1968; Red Hill, 1972-1980) * [[/Frank Philip White|White, Frank Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GXSJ-9NF] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 189, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: Nil yet identified * [[/Frank Roy White|White, Frank Roy]] [https://www.familysearch.org/tree/person/details/GD4P-LVT] - 1911(NSW)-1994(???) - Licences: Nil yet identified - Qualifications: cc; 2COCP 5, 1934; 1COCP 12, 1934 - beam wireless operator (AWA); WW2 - Electoral Rolls: clerk (West Ryde, 1933-1935); telegraphist (Roseville, 1936-1937; Ryde, 1943-1968) * [[/J. L. White|White, J. L.]] - 19??(???)-19??(???) - Licences: 6JL via Brass Valley (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''WHITELAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Roy Whitelaw|Whitelaw, Charles Roy]] [https://www.familysearch.org/tree/person/details/99WD-7NY] - 1891(Vic)-1957(Vic) - Licences: XMO Melbourne (Rosedale, 1913-1914); 3BH Melbourne (Mooroolbark, 1923-1925); 3BH Stawell (1925); 3BH Benalla (1925-1927); 3BH Melbourne (Mitcham, 1931); 3BH Woomelang (1933); 3BH Melbourne (Mornington 1937-1939); 3BH (Harrisfield, 1946-1947; Dandenong, 1948; Noble Park, 1954-1955; Boronia, 1956) - Qualifications: cc; AOCP 87, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; fire brigade and railway stationmaster; WW1 (AFC, Wireless Operator, 1917) - Electoral Rolls: railway employee (Creswick, 1914); assistant stationmaster (Ravenswood, 1919); stationmaster (Mooroolbark, 1922-1924); railway employee (Timboon, 1925); stationmaster (Benalla, 1925-1927; Mitcham, 1931; Euroa, 1942; Harrisfield, 1949-1954) ===''WHITING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Ambrose Whiting|Whiting, Reginald Ambrose]] [https://www.familysearch.org/tree/person/details/GXR6-XDQ] - 1911(SA)-1981(Vic) - Licences: 5MC Adelaide (Torrensville, 1932-1933); 3MZ Melbourne (East Preston, 1947-1980+) - Qualifications: cc; AOCP 988, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (South Yarra, Vic, 1934; Essendon, Vic, 1937); fitter & turner (Preston, Vic, 1942-1968); fitter (Preston, Vic, 1972-1980) ===''WHITLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gough Whitlam|Whitlam, Edward Gough "Gough"]] [https://www.familysearch.org/tree/person/details/L5VH-8BJ] - 1916(Vic)-2014(NSW) - Prime Minister (1972-1975), WW2 (RAAF, Flight Lieutenant, navigator & bomb aimer, 1942-1945) - Electoral Rolls: student (Glebe, 1943); barrister (Cronulla, 1949; Cabramatta, 1958-1963; Red Hill, 1977; Double Bay, 1980) - executive oversight of the introduction of community radio in Australia - Links: [[w:Gough Whitlam|Wikipedia]] * [[/Lewis Alfred John Whitlam|Whitlam, Lewis Alfred John]] [https://www.familysearch.org/tree/person/details/LYY1-BBB] - 1904(Qld)-1977(Qld) - Licences: Receive (Crystal) Brisbane (Brisbane City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer's assistant (Brisbane City, Qld, 1931-1937); electrical engineer (Windsor, Qld, 1943-1968); engineer (Windsor, Qld, 1972-1977) ===''WICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. Wicks|Wicks, C.]] - 18??(???)-19??(???) - Licences: XQK Brisbane (South Brisbane) (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WILDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cyril George Wildman|Wildman, Cyril George]] [https://www.familysearch.org/tree/person/details/GMG3-GNP] - 1900(Vic)-1982(Vic) - Licences: 3FM Melbourne (Northcote, 1930-1931; Moreland, 1933-1939, 1946-1948; East Brunswick, 1954-1980+) - Qualifications: AOCP 624, 1930, No. ?? in Vic; BOCP 422, 1942 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Melbourne, 1927; Fitzroy North, 1931; Coburg, 1934-1942); electrical engineer (Brunswick East, 1977-1980) ===''WILKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Winstanley Wilkin|Wilkin, John Winstanley]] [https://www.familysearch.org/tree/person/details/L6LX-1P7] - 1891(NZ)-1967(SA) - Licences: 5JW Adelaide (North Adelaide, 1928; Osmond, 1931; Glen Osmond, 1933; North Walkerville, 1937-1938) - Qualifications: cc; Nil yet identified; likely qualified in NZ - amateur operator; amateur broadcaster - Electoral Rolls: manager (Toorak, SA, 1939-1943) ===''WILKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wilkins|Wilkins, Arthur]] - 19??(???)-19??(???) - Licences: 3AW Melbourne (Murrumbeena, 1927; East St Kilda, 1931) - Qualifications: AOCP 375, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: - several contemporaneous Arthur Wilkins, specific to be identified ===''WILKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Angus Wilkinson|Wilkinson, Dudley Angus]] [https://www.familysearch.org/tree/person/details/LR41-Q53] - 1919(SA)-1988(SA) - Licences: 5WD Adelaide (Frewville, 1935-1939; College Park, 1947-1948) - Qualifications: cc; AOCP 1455, 1935, SA; BOCP 182, 1938; 1COCP 284, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hawthorn, SA, 1941; Ballarat, Vic, 1942) ===''WILLIAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Williams|Williams, Albert Edward]] - 19??(???)-19??(???) - Licences: 5BO Adelaide (Unley, 1930-1931); 5BO Adelaide (Ottaway, 1946-1975) - Qualifications: cc; AOCP 659, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: - several contemporaneous AEWs in SA * [[/Alex Elisha Williams|Williams, Alex Elisha]] [https://www.familysearch.org/tree/person/details/G8JC-RN9] - 1913(Vic)-1981(Vic) - Licences: 3KT Melbourne (Elsternwick, 1933-1939) - Qualifications: AOCP 1062, 1932, Vic - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Elsternwick, 1936-1937; Camberwell, 1943-1949; Highfield Park, 1954); school teacher (Frankston, 1967-1968); teacher (Frankston, 1972-1980) * [[/Alfred Keith Williams|Williams, Alfred Keith]] [https://www.familysearch.org/tree/person/details/G8C3-3SS] - 1905(WA)-1932(WA) - Licences: 6AW Collie (1929-1931) - Qualifications: cc; AOCP 502, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: picture S. operator (Collie, 1930) * [[/Ernest Arthur Williams|Williams, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/LKNS-QYG] - 1888(NSW)-1968(NSW) - Licences: 2QY Receive Wollongong (1923); 2QY Wollongong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Wollongong, 1913, 1930-1958); retired (Wollongong, 1968) * [[/Harold Parkyn Williams|Williams, Harold Parkyn]] [https://www.familysearch.org/tree/person/details/G7CW-DGX] - 1881(Qld)-1933(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - first general manager of ABC - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/williams-harold-parkyn-9112 ADB] * [[/J. E. Williams|Williams, J. E.]] - 19??(???)-19??(???) - Licences: 4DQ Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: many contemporaneous JEWs - Electoral Rolls: Nil yet identified * [[/John Henry Williams|Williams, John Henry Jnr "Johnny" "Jack"]] [https://www.familysearch.org/tree/person/details/MP3D-8NG] - 1880(Qld)-1953(Qld) - Licences: 4JH Mackay (1929-1931) - Qualifications: cc; AOCP 507, 1929, No ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: iron monger? (Mackay, 1925-1943) - established commercial broadcaster 4MK Mackay 1931 * [[/Leslie Samuel Barnes Williams|Williams, Leslie Samuel Barnes]] [https://www.familysearch.org/tree/person/details/G8F2-X56] - 1896(Qld)-1974(Qld) - Licences: 4LS Brisbane (Indooroopilly, 1930-1933); 4LS Toogoolawah (1937-1939) - Qualifications: cc; AOCP 630, 1930, Qld - amateur operator, amateur broadcaster - Electoral Rolls: naval signalman (Cape Moreton, 1917-1922); saddler (Indooroopilly, 1925-1931); boot repairer (Toogoolawah, 1934-1958); retired (Taringa, 1963-1972) * [[/Neville Williams|Williams, Neville]] - 1915(NSW)-1996(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: - Links: [http://messui.polygonal-moogle.com/valves/NW199701.pdf EA] ===''WILLIAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Joseph Augustine Williamson|Williamson, Cecil Joseph Augustine]] [https://www.familysearch.org/tree/person/details/K879-9HC] - 1925(NSW)-1973(NSW) - Licences: 2CW Yass (1929-1931); 2ALS Yass (1939, 1946-1954) - Qualifications: AOCP 525, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Yass, 1930-1949); farmer (Trundle, 1949); mechanic (Orange, 1954-1972) * [[/Frederick Lerpiniere Williamson|Williamson, Frederick Lerpiniere]][https://www.familysearch.org/tree/person/details/LB6L-GCH] - 1896(SA)-1976(SA) - Licences: 5AH Receive Adelaide (Kent Town, 1922); 5AH Adelaide (Kent Town, 1922-1927; Collinswood, 1928, 1948-1955); also dealer licence 5BT Adelaide 1925-1926 for Kauper, Austin & Williamson - Qualifications: cc; AOCP 22, 1924, No. ?? in SA; BOCP 284, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Hubert Gordon Williamson|Williamson, Hubert Gordon]] [https://www.familysearch.org/tree/person/details/LH7J-YQP] - 1907(Vic)-1995(Vic) - 3GW Rainbow (1927-1939, 1946-1960), 3GW Lalor (1965-1969), 3GW Melbourne (East Doncaster, 1975-1980), 3GH Rainbow (1937-1939), amateur operator (AOCP 342, 1927, No. ?? in Vic), (1COCP 593, 1942), amateur broadcaster * Williamson nee Hutchings, Marjorie Lilian - See Marjorie Lilian Hutchings ===''WILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Oliver Willis|Willis, Harold Oliver]] [https://www.familysearch.org/tree/person/details/G8VS-NLZ] - 1898(Vic)-1976(WA) - Licences: 6OW Perth (South Fremantle, 1930-1931); 6AM Perth (South Fremantle, 1933); 6HW Perth (South Fremantle, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 675, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: baker (South Fremantle, 1925-1968) ===''WILLMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILMOTT * [[/Thomas Robert Willmott|Willmott or Wilmot, Thomas Robert]] [https://www.familysearch.org/tree/person/details/GZD6-TB4] - 1886(NSW)-1947(NSW) - Licences: 2BR Receive South Grafton (1922); 2ZO South Grafton (1923-1931) - Qualifications: cc; AOCP 48, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Grafton South, 1930-1943) ===''WILLOUGHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lancelot Willoughby|Willoughby, Eric Lancelot]] [https://www.familysearch.org/tree/person/details/LR88-Q5X] - 1912(SA)-19??(???) - Licences: 5BM Adelaide (Penrhyn, 1932-1939); 5GO Adelaide (Unley, 1948); 3FB Noojee (1954-1956); 3FB Neerim Junction (1960); 4EW Booval (1965-1980+) - Qualifications: cc; AOCP 1035, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Penrhyn, SA, 1939-1943); farmer (Noojee, Vic, 1949-1954); PMG Linesman (Booval, Qld, 1963-1968); PMG (Booval, Qld, 1972-1977) ===''WILMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILLMOTT * [[/John Henry Wilmott|Wilmott, John Henry]] [https://www.familysearch.org/tree/person/details/GFQY-PTR] - 1914(WA)-2003(NSW) - Licences: 6JW Perth (Como, 1934-1939); 2AJX Sydney (Lindfield, 1975); 2AJX Bathurst (1980) - Qualifications: cc; AOCP 1345, 1934, WA; 1COCP 170, 1938 - amateur operator; amateur broadcaster - Comment: Several contemporaneous JHWs - Electoral Rolls: aircraft radio officer (Lindfield, NSW, 1949); communications officer (Lindfield, NSW, 1958-1968); proprietor (Bathurst, NSW, 1977-1980) ===''WILSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Wilson|Wilson, A. H.]] - 19??(???)-19??(???) - Licences: 4DL Receive Brisbane (Kangaroo Point, 1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Darius Joseph Wilson|Wilson, Darius Joseph]] [https://www.familysearch.org/tree/person/details/G8ZR-GJ4] - 1901(NSW)-1987(NSW) - Licences: 2DW Sydney (Leichhardt, 1929-1931; Lidcombe, 1933; Five Dock, 1933-1939, 1946-1948; Warwick Farm, 1950; Yagoona, 1954-1980) - Qualifications: AOCP 548, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: french polisher (Leichhardt, 1930; Five Dock, 1943-1949); no occupation (Five Dock, 1954); french polisher (Yagoona, 1954-1968); polisher (Yagoona, 1972-1977) * [[/Horace Benjamin Wilson|Wilson, Horace Benjamin "Ben"]] [https://www.familysearch.org/tree/person/details/G8DV-71R] - 1911(WA)-2005(NSW) - Licences: 5WB Adelaide (Wayville, 1930-1937; Unley Park, 1938-1939); 2BP Sydney (McMahons Point, 1946-1948; West Ryde, 1950-1980+) - Qualifications: cc; AOCP 586, 1930, No. ?? in SA; AOLCP 161, 1934; 2COCP 33, 1935; 1COCP 72, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Unley Park, 1939); recording engineer (McMahons Point, 1949); business manager (West Ryde, 1954-1980) * [[/Leonard Gratton Wilson|Wilson, Leonard Gratton]] [https://www.familysearch.org/tree/person/details/GQN8-3K6] - 1901(NSW)-1990(WA) - Licences: 6LG Perth (Inglewood, 1928; South Perth, 1930-1931; Como, 1954-1980+) - Qualifications: cc; AOCP 429, 1928, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: vigneron (Caversham, 1925); police constable (South Perth, 1931-1936; Como, 1937); constable (Albany, 1943-1949); police constable (Como, 1954-1958) * [[/Leslie Maclean Wilson|Wilson, Leslie Maclean]] [https://www.familysearch.org/tree/person/details/LRH5-9TL] - 1893(NSW)-1972(NSW) - 2LM Marsden (1924-1926), 2LM Sydney (Cremorne, 1927), 2LM Mudgee (1928-1939), 2LM Port Macquarie (1960-1969+), amateur operator (AOCP 33, 1924, No. ?? in NSW), amateur broadcaster, pastoralist * [[/Perry Allen Wilson|Wilson, Perry Allen]] - 19??(???)-19??(???) - Licences: 4AT Receive Eumundi (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motordriver (Eumundi, Qld, 1925-1934); garage proprietor (Eumundi, Qld, 1936-1943) * [[/Victor John Wilson|Wilson, Victor John]] [https://www.familysearch.org/tree/person/details/GX8K-NPY] - 1909(Qld)-2009(Qld)99yo - Licences: Receive Brisbane (New Farm, 1923); 4VW Brisbane (Newstead, 1937-1939); 4VW Nambour (1960); 4VW Brisbane (Everton Park, 1965) - Qualifications: cc; AOCP 1100, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: panel beater (Newstead, Qld, 1931-1937; Nambour, Qld, 1958; Everton Park, Qld, 1963-1980) * [[/Warne Alfred George Wilson|Wilson, Warne Alfred George]] [https://www.familysearch.org/tree/person/details/LKLN-Y39] - 1900(Vic)-1981(Vic) - Licences: 3RY Receive Ballarat (1923); 3RY Ballarat (1924-1925); 3WA Ballarat (1928-1939, 1946-1960); 3KV Ballarat (1980) - Qualifications: cc; AOCP 444, 1928, No. ?? in Vic; AOLCP 20, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Ballarat, 1924); radio engineer (Ballarat, 1927-1980) * [[/Wilfred Elvyn Wilson|Wilson, Wilfred Elvyn]] [https://www.familysearch.org/tree/person/details/GDSB-MB4] - 1880(Eng)-1964(NSW) - Licences: 2JI Receive Sydney (Roseville, 1922-1923); 2JI Sydney (Roseville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: optician (Roseville, 1930-1963) ===''WING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James John Wing|Wing, William James John]] [https://www.familysearch.org/tree/person/details/GDHH-WKW] - 1887(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 188, 1916; 2COCP 142, 1930; 1COCP 212, 1931 - coastal wireless operator; RANRS (CPO, 1917-1918); AWA - Electoral Rolls: wireless operator (Hotel Metropole, Thursday Island, Qld, 1914); wireless engineer operator (Radio Station, Applecross, WA, 1917); radiotelegraphist (Cooktown, 1921); business manager (Epping, 1930); sales manager (Epping, 1933-1936; Roseville, 1937; Chatswood, 1943-1949); manager (Melbourne, 1954) ===''WINTERFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Charles Burnett Brereton Winterford|Winterford, Dudley Charles Burnett Brereton]] [https://www.familysearch.org/tree/person/details/G3ML-FJH] - 1908(Qld)-1988(Canada?) - Licences: 4MF Brisbane (Annerley, 1927-1931); 4MF Southport (1933); 4MF Sarina (1938-1939) - Qualifications: cc; AOCP 363, 1927, No. 40 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Annerley, 1931); mechanic (Coorparoo, 1937); electrician (Sarina, 1943); electrical contractor (Broadbeach, 1949) ===''WISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Wise|Wise, George Henry]] [https://www.familysearch.org/tree/person/details/GDDS-D87] - 1853(Vic)-1950(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - politician (Postmaster-General, 1920-1921) - Electoral Rolls: solicitor (Sale, 1905-1949) - Links: [[w:George Wise (Australian politician)|Wikipedia]] ===''WISEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Cleave Wiseman|Wiseman, William James Cleave]] [https://www.familysearch.org/tree/person/details/GX2M-ZP8] - 1906(SA)-1976(SA) - Licences: 5WJ Port Lincoln (1931-1939); 5WJ Ceduna (1947-1948); 5WJ Adelaide (Parafield, 1954) - Qualifications: cc; AOCP 759, 1931, No. ?? in SA; 1COCP 485, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Port Lincoln, SA, 1939-1941); aeradio operator (Ceduna, SA, 1943) ===''WISHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Turner Wishart|Wishart, William Turner "Bill, Billy"]] [https://www.familysearch.org/tree/person/details/GHQ3-J9S] - 1900(Qld)-1994(Qld) - Licences: 4WT Brisbane (Graceville, 1931-1939); 6TW Perth (Claremont/Floreat Park, 1946-1948); 4WX Brisbane (St Lucia, 1965-1969; Margate 1975-1980+) - Qualifications: cc; AOCP 870, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, councillor, federal councillor) - Electoral Rolls: mechanic (Red Hill, Qld, 1921); optical mechanic (Paddington, Qld, 1925; Graceville, Qld, 1928-1937); audiometrist (Floreat Park, WA, 1949; Darlington, WA, 1949); retired (Wynnum North, Qld, 1972; Margate, Qld, 1977-1980) ===''WITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sidney Herbert Witt|Witt, Sidney Herbert "Sid"]] [https://www.familysearch.org/tree/person/details/GD3D-BDV] - 1892(Vic)-1973(Vic) - Licences: 3MZ Receive Melbourne (Camberwell, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Malvern, 1914-1916); electrical engineer (Camberwell, 1922); engineer (Brighton, 1925-1943; Glen Iris, 1958-1968; Burwood, 1972)) - Links: [https://adb.anu.edu.au/biography/witt-sidney-herbert-12059 ADB] ===''WOLFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hamilton Bennett Wolfe|Wolfe, Hamilton Bennett]] [https://www.familysearch.org/tree/person/details/G9H2-8K6] - 1886(Vic)-1956(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 193, 1916; 2COCP 242, 1930; 1COCP 213, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: clerk (Bairnsdale, Vic, 1908-1912); wireless telegraphist (Applecross, WA, 1925-1926); radio telegraphist (Geraldton, 1936-1949); retired (Nedlands, WA, 1954) ===''WOLFENDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Wolfenden|Wolfenden, Peter]] - 3ZPA Strathmore (1965) - amateur operator, historian (amateur, amateur broadcasting), journalist (WIA's "Amateur Radio") ===''WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Abner David Wood|Wood, Abner David]] [https://www.familysearch.org/tree/person/details/GZ7R-BJC] - 1910(Eng)-1976(SA) - Licences: 6AS Mt Barker (1935-1939) - Qualifications: cc; AOCP 1534, 1935, WA; BOCP 654, 1945 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Percy Wood|Wood, Percy]] [https://www.familysearch.org/tree/person/details/G8M8-2V1] - 1909(Qld)-19??(???) - Licences: 4RQ Ipswich (1927-1931); 4PW Ipswich (1933-1939); 2EPW Banora Point - Qualifications: cc; AOCP 359, 1927, No. 39 in Qld - amateur operator; amateur broadcaster; journalist (QRN, AR); engineer (IREE) - Electoral Rolls: electrical mechanic (Ipswich, 1931); radio dealer (Ipswich, 1937-1949; East Ipswich, 1954-1968); electrical dealer (Banora Point, 1977-1980) ===''WOODLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Woodley|Woodley, William Robert]] [https://www.familysearch.org/tree/person/details/G8VC-CYY] - 1909(???)-1995(WA) - Licences: 6BY Perth (West Leederville, 1930-1931); 6DJ Perth (Carlisle, 1946-1948; Victoria Park, 1954-1956; Maniana, 1960-1980+) - Qualifications: cc; AOCP 680, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Claremont, 1936-1937); mechanic (Victoria Park, 1943); radio mechanic (Carlisle, 1949; Victoria Park, 1954; Maniana, 1963-1980) - Callsign possibly withdrawn for commercial ===''WOOKEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Bruce Wookey|Wookey, Robert Bruce]] [https://www.familysearch.org/tree/person/details/9DP1-GVW] - 1907(Vic)-1974(Vic) - Receive Geelong (1923-1924), 3RW Geelong (1925-1927), 3IC Geelong (1948-1974), amateur operator (AOCP 146, 1925, No. ?? in Vic), amateur broadcaster, postal clerk ===''WOOLACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Prosser Woolacott|Woolacott, Francis Prosser "Frank"]] [https://www.familysearch.org/tree/person/details/GZFL-94T] - 1903(NSW)-1968(NSW) - 2ST Receive Sydney (Drummoyne, 1923-1924), 2FW Sydney (Drummoyne, 1925-1926), amateur operator (AOCP 119, 1925, No. ?? in NSW), amateur broadcaster ===''WOOLLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edgar Woollett|Woollett, David Edgar]] [https://www.familysearch.org/tree/person/details/GZTM-HDP] - 1920(NSW)-2001(NSW) - Licences: 2ZDE Sydney (Beverley Hills, 1956-1980+) - Qualifications: AOLCP 202, 1956; AOCP 4292, 1965, NSW - amateur operator, WW2 - Electoral Rolls: telephone technician (Beverley Hills, 1949-1972; Narwee, 1977-1980) * [[/N. Woollett|Woollett, N.]] - 19??(???)-19??(???) - Licences: 2ZY Sydney (Mosman, 1926-1927) - Qualifications: AOCP 276, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: ? ===''WOOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Ronald Woolley|Woolley, Leon Ronald]] [https://www.familysearch.org/tree/person/details/L214-JQH] - 1898(Qld)-1971(Qld) - Licences: 4FW Ipswich (1931); 4FW Townsville (1933); 4FW Ipswich (1937-1939, 1946-1969) - Qualifications: cc; AOCP 751, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, ATC); employment (school teacher) - Electoral Rolls: schoolteacher (Bell, Qld, 1919-1921; Newtown, Qld, 1925; Kia Ora, Townsville, 1931; Newtown, Qld 1934-1963) ===''WOOLNOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Stephen Woolnough|Woolnough, Archibald Stephen]] [https://www.familysearch.org/tree/person/details/G8CG-9PK] - 1909(Vic)-2004(Vic) - Licences: 3BW Portarlington (1929-1980+) - Qualifications: AOCP 519, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: business proprietor (Portarlington, 1931-1980) * [[/Walter Lyell Woolnough|Woolnough, Walter Lyell]] [https://www.familysearch.org/tree/person/details/9CJF-LS3] - 1906(NSW)-1999(NSW) - 2GW Sydney (Killara, 1925-1927; Gordon, 1928-1930; Greenwich, 1931; Gordon, 1933-1936), 2GW Lithgow (1937-1939), Sydney (Gordon, 1946-1980+), amateur operator (AOCP 153, 1925, No. ?? in NSW), amateur broadcaster, licence held by father Walter George Woolnough till 1933, engineer ===''WOOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Meredith Wooster|Wooster, Horace Meredith "Jack"]] [https://www.familysearch.org/tree/person/details/L23Q-CGW] - 1909(Qld)-1992(Qld) - Licences: 4VH Townsville (City, 1930-1939; Belgian Gardens, 1946-1948); 4VH Brisbane (Yeronga, 1954-1980+) - Qualifications: cc; AOCP 623, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; state public servant (Qld Railways, telegraphist; Qld Main Roads Dept); military (Army signals officer) - Electoral Rolls: clerk (Townsville, 1931-1932; Norman Park, 1937; Townsville, 1943-1949; Yeronga, 1954-1980) ===''WORRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Albert Worrall|Worrall, Leonard Albert]] [https://www.familysearch.org/tree/person/details/LTL5-L1L] - 1912(NSW)-1978(Qld) - Licences: 2XM Sydney (Parramatta, 1933-1934; Punchbowl, 1935-1936); 4XM Cairns (1937-1939); 4WL Brisbane (Stafford Heights, 1975) - Qualifications: cc; AOCP 1221, 1933, NSW - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Punchbowl, NSW, 1934-1936; Cairns, Qld, 1937); bank clerk (Wynnum, Qld, 1943); clerk (Wynnum North, Qld, 1954-1963); bank manager (Tarragindi, Qld, 1968); manager (Stafford Heights, Qld, 1972-1977) ===''WORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Worth|Worth, Sydney or Sidney Ernest]] [https://www.familysearch.org/tree/person/details/GXBH-5Z3] - 1905(WA)-1963(WA) - Licences: 6SW Perth (Rivervale, 1930-1933; Nedlands, 1937-1939) - Qualifications: cc; CPRT 958, 1927; 2COCP 223, 1930; 1COCP 226, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rivervale, WA, 1931); wireless operator (Nedlands, WA, 1936-1958) ===''WRAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward James Crawford Wraith|Wraith, Edward James Crawford "Jim"]] [https://www.familysearch.org/tree/person/details/KV2C-11D] - 1862(Vic)-1942(Vic) - Early wireless experimenter ===''WRATTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn James Wratten|Wratten, Mervyn James]] [https://www.familysearch.org/tree/person/details/GZJM-DV8] - 1918(Qld)-1999(Qld) - Licences: 4MW Ipswich (Brassall, 1937-1939; North Ipswich, 1946-1947; Brassall, 1948-1980+); 4LX Gold Coast (Palm Beach, 1956-1969) - Qualifications: cc; AOCP 1932, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Ipswich ARC); military (WW2, CMF, AIF); employment (Cribb & Foote, manager, radio section); business proprietor (Avon Theatre) - Electoral Rolls: shop assistant (Brassall, Qld, 1943-1977; North Ipswich, Qld, 1980) ===''WRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Milroy Percy Wray|Wray, Ronald Milroy Percy]] [https://www.familysearch.org/tree/person/details/G8H3-QYM] - 1909(Vic)-1963(NSW) - Licences: 2WX Sydney (Hurstville, 1929-1961) - Qualifications: AOCP 472, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified ===''WREFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Norman Wreford|Wreford, Roger Norman]] [https://www.familysearch.org/tree/person/details/GX22-N2X] - 1909(WA)-1990(SA) - Licences: 2ADC Broken Hill (1936-1937); 5RW Adelaide (Blackwood, 1938-1939; Mitcham, 1947-1954; South Brighton, 1955-1960; Crafers, 1965-1980+) - Qualifications: cc; AOCP 1714, 1936, NSW - amateur operator; amateur broadcaster - Relationships: Brother of 5DW-6IW Arthur Franklin Wreford - Electoral Rolls: bank clerk (Broken Hill, NSW, 1935-1936; Blackwood, SA, 1939; Mitcham, SA, 1941-1943) * [[/Arthur Franklin Wreford|Wreford, Arthur Franklin]] [https://www.familysearch.org/tree/person/details/G3V1-92S] - 1898(WA)-19??(???) - Licences: 5DW Adelaide (Kensington Gardens, 1937-1939; Cumberland, 1947-1954); 6IW Perth (Armadale, 1955-1969) - Qualifications: cc; AOCP 2037, 1937, SA; 2COCP 452, 1941 - amateur operator; amateur broadcaster; WW1 - Relationships: Brother of 2ADC-5RW Roger Norman Wreford - Electoral Rolls: bank clerk (Kensington Gardens, SA, 1939); mechanic (Crystal Brook, SA, 1941; Cumberland, SA, 1943); civil servant (Gosnells, WA, 1954); technician (Armadale, WA, 1958) - Links: [https://discoveringanzacs.naa.gov.au/browse/person/133040 NAA] ===''WRIEDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Sjoberg Albert Wriede|Wriede, George Sjoberg Albert]] [https://www.familysearch.org/tree/person/details/LKG2-VK8] - 1900(Qld)-1971(Qld) - Licences: 4DJ Receive Caboolture (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: railway employee (Cooroy, 1921; Miriam Vale, 1925-1958); retired (Gladstone, 1963) ===''WRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Wright|Wright, Albert Edward]] - 19??(???)-19??(???) - Licences: 2SS Receive Scarborough (1923); 2SS Scarborough (1924-1925); 2SS Coledale (1926-1933); 2SS Coolah (1933); 2SE Scarborough (1935-1936); 2SE Louth/Bourke (1937-1938); 2SE Walgett (1939); 2SE Willow Tree (1946); 2SE Stanmore (1947-1950); 2SE Sydney (Guildford, 1954-1961); 2SE Quirindi (1965) - Qualifications: cc; AOCP 118, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Comment: several contemporaneous Albert Edward Wrights in NSW, needs specific data to identify - Electoral Rolls: Nil yet identified * [[/A. W. H. Wright|Wright, A. W. H. "Bill"]] - 19??(???)-19??(???) - 5BW Adelaide, 3AAW, 4TU Garbutt (-1950+, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster * [[/Collis Page Wright|Wright, Collis Page]] [https://www.familysearch.org/tree/person/details/GD1P-P9L] - 1912(Tas)-2004(Tas) - Licences: 7LZ Launceston (1933-1980+) - Qualifications: cc; AOCP 1099, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draper's assistant (Launceston, 1936-1937); salesman (Launceston, 1943); draper (Launceston, 1949-1968) * [[/Eric John Wright|Wright, Eric John]] [https://www.familysearch.org/tree/person/details/GXHG-P2G] - 1904(Qld)-1967(Qld) - Licences: 4DY Brisbane (Annerley, 1936-1939; Windsor, 1947; Buranda, 1948; Annerley, 1954; Buranda, 1955-1956; Ekibin, 1960-1965) - Qualifications: cc; AOCP 1816, 1936, Qld; 3COCP 1471, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: turner (Annerley, Qld, 1937-1943; Annerley, Qld, 1949); waterside worker (Ekibin, Qld, 1963) * [[/Frederick Harold Wright|Wright, Frederick Harold]] [https://www.familysearch.org/tree/person/details/GF95-LW1] - 1910(Eng)-1972(WA) - Licences: 6FR Perth (Buckland Hill, 1936-1937; Mosman Park, 1938-1939, 1947-1960) - Qualifications: cc; AOCP 1809, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Buckland Hill, WA, 1936; Mosman Park, WA, 1943-1963) * [[/William Henry Hilsdon Wright|Wright, William Henry Hilsdon]] [https://www.familysearch.org/tree/person/details/GDVF-RKL] - 1905(Qld)-1967(Qld) - Licences: 4FA Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Murrays Creek, 1930; Ballandean, 1937-1949); teacher (Toowoomba, 1954-1963) ===''WYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Hemingway Wyle|Wyle, Albert John Hemingway]] [https://www.familysearch.org/tree/person/details/GF3J-6L7] - 1913(WA)-1990(WA) - Licences: 6BW Perth (Shenton Park, 1937-1939; Nedlands, 1947-1980+) - Qualifications: cc; AOCP 1865, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: radio salesman (Nedlands, WA, 1943-1968); salesman (Dalkeith, WA, 1972-1980) ===''WYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Agar Wynne|Wynne, Agar]] [https://www.familysearch.org/tree/person/details/LZ4J-6CN] - 1850(Eng)-1934(Vic) - senior federal politician (Postmaster-General, 1913-1914) * [[/Alfred Percy Wynne|Wynne, Alfred Percy]] [https://www.familysearch.org/tree/person/details/L858-Q52] - 1885(Qld)-1966(Qld) - proprietor music business (Wynne's Music, Maryborough), proprietor broadcasting station (4MB Maryborough) - Electoral Rolls: piano tuner (Paddington, 1908; Mooloolah, 1909); commercial traveller (Mooloolah, 1912); piano tuner (Maryborough, 1913); salesman (Brisbane, 1916-1917; Mooloolah, 1919; Maryborough, 1919-1925); music store proprietor (Maryborough, 1928-1949); business manager (Maryborough, 1963) =='''X'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> =='''Y'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''YATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Gordon Yates|Yates, Kenneth Gordon]] [https://www.familysearch.org/tree/person/details/GXRW-CJ3] - 1910(SA)-2000(SA) - Licences: 5RP Adelaide (Cottonville, 1939, 1947-1954; Westbourne Park, 1955-1980+) - Qualifications: cc; AOCP 2371, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Cottonville, SA, 1939-1943) * [[/Reginald Colin Yates|Yates, Reginald Colin]] [https://www.familysearch.org/tree/person/details/GXRW-QX6] - 1914(SA)-1984(NSW) - Licences: 5RY Wyalla (1935-1937); 2AGZ Wollongong (1938-1939, 1947); 2AGZ Sydney (Mosman, 1948-1950); 2AGZ Broken Hill (1954-1957); 2AGZ Newcastle (Hamilton, 1958-1961; Charlestown, 1965-1980) - Qualifications: cc; AOCP 1474, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Wollongong, NSW, 1943); electrical engineer (Mosman, NSW, 1949); engineer (Wollongong, NSW, 1954); chartered electrical engineer (Merewether, NSW, 1958); professional engineer (Charlestown, NSW, 1968-1980) ===''YEATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Melville Yeates|Yeates, Henry Melville]] [https://www.familysearch.org/tree/person/details/G698-PXG] - 1912(Tas)-1980(???) - Licences: 7HY Launceston (1936-1939, 1948-1956) - Qualifications: cc; AOCP 1621, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Launceston, 1936-1937); electrical contractor (Launceston, 1949-1954); salesman (Mosman, NSW, 1958-1977) ===''YORSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Sutherland Yorston|Yorston, Ernest Sutherland]] [https://www.familysearch.org/tree/person/details/GZY8-46D] - 1909(Vic)-1971(Vic) - Licences: 3ES Melbourne (Caulfield, 1926-1939) - Qualifications: AOCP 299, 1926, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1931-1937); sales (Caulfield, 1942; Elsternwick, 1949); manufacturer (Caulfield, 1954-1963); director (Oakleigh, 1967-1968) ===''YOUNG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Crawford Addison Young|Young, Crawford Addison]] [https://www.familysearch.org/tree/person/details/GF3C-DQT] - 1914(WA)-1971(WA) - Licences: 6CY Perth (Fremantle, 1934-1939, 1947-1969) - Qualifications: cc; AOCP 1265, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Fremantle, WA, 1936-1937; South Fremantle, WA, 1943-1968) * [[/Ivan Harold Young|Young, Ivan Harold]] [https://www.familysearch.org/tree/person/details/L118-BVF] - 1910(Qld)-2000(Qld) - Licences: 4YG Brisbane (Albion) (1930-1939); 4YH Brisbane (Mitchelton) (1969-1980+) - Qualifications: cc; AOCP 708, 1930, No. ?? in Qld; BOCP 315, 1940 - amateur operator; amateur broadcaster; radio technician (Mission Control Station, Thursday Island) - Electoral Rolls: nil (Albion, 1931-1937); public servant (Newmarket, 1943; Mitchelton, 1949-1980) * [[/James Wolstenholme Young|Young, James Wolstenholme]] [https://www.familysearch.org/tree/person/details/L2TQ-Z2R] - 1909(NSW)-1995(NSW) - Licences: 2JY Sydney (Turramurra, 1925-1934; Roseville, 1938-1939); 2JY Katoomba (1946); 2JY Sydney (Mona Vale, 1947-1948; Willoughby, 1950-1961; Middle Cove, 1965-1980) - Qualifications: AOCP 189, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: articled clerk (Turramurra, 1932-1934), solicitor (Roseville, 1937; Katoomba, 1943; Willoughby, 1954-1977) * [[/John William Young|Young, John William]] [https://www.familysearch.org/tree/person/details/L6RN-2XX] - 1906(Qld)-1981(Qld) - Licences: 4JY Brisbane (Rosalie, 1931; Sandgate, 1933; Rosalie, 1938; Coorparoo, 1946-1980+) - Qualifications: cc; AOCP 752, 1931, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Rosalie, 1931); clerk (Sandgate, 1936); storeman (Rosalie, 1937; Coorparoo, 1943-1963); commercial traveller (Coorparoo, 1968-1980) * [[/William Anderson Young|Young, William Anderson]] [https://www.familysearch.org/tree/person/details/G89P-B3K] - 1897(Sct)-1956(Qld) - Licences: 4WA Brisbane (West End, 1927-1931) - Qualifications: cc; AOCP 330, 1927, No. 34 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: boot employee (West End, 1925-1937); bootmaker (Ashgrove, 1943-1954) =='''Z'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''ZECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Zech|Zech, William James]] [https://www.familysearch.org/tree/person/details/GZDZ-YJG] - 1893(Eng)-1973(NSW) - Licences: XABQ Sydney (Annandale, 1912-1914), 2DL Sydney (Annandale, 1922, Receive), 2WZ Sydney (Annandale, 1925-1927; Ashfield, 1928-1930; Stanmore, 1933-1934), 2ACP Sydney (Enmore, 1937; Como, 1938), 2ACP Katoomba 1939 & 1946-1975) - Qualifications: CPRTelephony 424; no record of AOCP - early wireless experimenter, ship wireless operator, amateur operator, amateur broadcaster - Electoral Rolls: {{BookCat}} 4spc9xggdusd69cchm0xvkuj35rpn6u 4089926 4089922 2022-08-09T21:58:16Z Samuel.dellit 1387936 /* MILL */ wikitext text/x-wiki {{incomplete}} {{WikipediaCredit}} {{CompactTOC8|side=yes}} Thumbnail Radio Biographies sorted alphabetically by surname '''Many of the stars of Australia's Radio Universe''' '''Covering the full gamut from hypergiants to brown dwarfs''' '''Each lit the way forward to broadcasting in Australia''' =='''A'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''ABBISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Frederick Abbiss|Abbiss, John Edwin Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/GZZJ-6H9] - 1907(Eng)-1977(Qld) - Licences: 4JA Brisbane (Balmoral, 1930; Morningside, 1931-1939) - Qualifications: cc; AOCP 581, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Evans Deakin shipyards) - Halcyon: p. 83, Abiss - Electoral Rolls: engineering draftsman (Morningside, 1936); draftsman (Coorparoo, 1937; Morningside, 1949-1977) ===''ABBOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Nicholson Abbott|Abbott, Reginald Nicholson or Nicolson]] [https://www.familysearch.org/tree/person/details/9V2T-FTG] - 1897(Vic)-1980(Vic) - Licences: 3VR Melbourne (Alphington, 1923-1927); 3ABB Melbourne (Caulfield, 1947-1980) - Qualifications: cc; CPRT 273, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Alphinton, 1925-1927; St Kilda, 1931-1937; Caulfield, 1942-1949); technician (Caulfield, 1954-1977) * [[/Roy Edgar Abbott|Abbott, Roy Edgar]] [https://www.familysearch.org/tree/person/details/L6MT-CZX] - 1902(NSW)-1943(Qld) - Licences: 2YK Dorrigo (1930-1931); 2YK Telegraph Point (1933-1939) - Qualifications: cc; CPRTelephony 668, 1921; AOCP, not yet identified; 2COCP 179, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Dorrigo, 1930; Telegraph Point, 1933-1937; Mittagong, 1943) - Sacrifice: "Greater love hath no man than this" * [[/Thomas Kingsmill Abbott|Abbott, Thomas Kingsmill]] [https://www.familysearch.org/tree/person/details/LHFH-4FH] - 1891(NSW)-1933(NSW) - Licences: 2TK Wingen (1926-1929) - Qualifications: cc; Nil yet identified (likely military) - amateur operator; amateur broadcaster; WW1; witness to Royal Commission 1927 (as Graziers' Assoc NSW) - Comment: beware other contemporaneous TK Abbotts - Electoral Rolls: overseer (Muralla, 1913); grazier (Wollongong, 1931) - Links: [https://vwma.org.au/explore/people/209607 Obit] ===''ABRAHAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Abrahams|Abrahams, Frank]] [https://www.familysearch.org/tree/person/details/G836-Y6P] - 1903(Vic)-1984(Vic) - Licences: 3FA Melbourne (South Yarra, 1924-1925) - Qualifications: cc; 3COCP 6089, 1966 - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (St Kilda, 1925-1931); manufacturer (St Kilda, 1935-1936; Malvern, 1943-1967; Toorak, 1977-1980) - Relationships: brother of Louis Henry Abrahams * [[/Louis Henry Abrahams|Abrahams, Louis Henry]] [https://www.familysearch.org/tree/person/details/G8GJ-GZP] - 1889(Vic)-1940(Vic) - Licences: Receive (Valve) Melbourne (St Kilda, 1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1; director (Victorian Radio Interests Ltd); witness to Royal Commission Wireless 1927 - Electoral Rolls: potter (Brunswick, 1909); tobacconist (South Yarra, 1912-1921); manufacturer (St Kilda, 1924-1926); burner (Brunswick, 1937-1942) - Relationships: brother of 3FA Frank Abrahams ===''ACKERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Adam Ackerman|Ackerman, Joseph Adam]] [https://www.familysearch.org/tree/person/details/GZZV-49L] - 1911(NSW)-1993(Qld) - Licences: 2ALG Sydney (Carlton, 1938-1939, 1946-1948); 2ALG Wentworthville (1950); 2ALG Sydney (Parramatta, 1954-1958; North Rocks, 1960-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 2229, 1938, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal employee (Paddington, 1932; Annandale, 1933-1936; Kogarah, 1937-1943; Carlton, 1949); clerk (Parramatta, 1954-1958); senior supervisor (Wentworthville, 1963; Epping, 1968-1972); retired (Sans Souci, 1977; Hurstville, 1980) ===''ACKLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Daniel Ackling|Ackling, Harold Daniel]] [https://www.familysearch.org/tree/person/details/LD5F-8RK] - 1892(NSW)-1982(NSW) - Licences: 2PX Sydney (Bankstown, 1930-1980+) - Qualifications: cc; AOCP 612, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Randwick, 1913); machinist (Bankstown, 1930-1980) ===''ACKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Frederick Gloucester Ackland|Ackland, Stanley Frederick Gloucester]] [https://www.familysearch.org/tree/person/details/L5PB-C2Y] - 1904(SA)-1966(SA) - Licences: Receive Adelaide (Prospect, 1923); 5SF Adelaide (Prospect, 1924-1931; Linden Park, 1954-1965) - Qualifications: cc; AOCP 21, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Burnside, 1939-1943) ===''ADAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Adams|Adams, Frank John]] [https://www.familysearch.org/tree/person/details/GZJM-29V] - 1880(Eng)-1968(Vic) - Licences: 3XO Receive Melbourne (Brighton, 1923); 3XO Melbourne (Brighton, 1924-1939) - Qualifications: cc; AOCP 155, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; manager - Electoral Rolls: motor garage proprietor (Brighton, 1913); garage proprietor (Elsternwick, 1919-1921; Brighton, 1922-1924); manager (Brighton, 1925-1954); nil (Brighton, 1963-1968) * [[/Peter Harry Arthur Adams|Adams, Peter Harry Arthur "Pete"]] [https://www.familysearch.org/tree/person/details/LT3N-XMC] - 1909(NSW)-1984(NSW) - Licences: Receive (Valve) Sydney (Cremorne, 1923-1924); 2JX Sydney (Cremorne, 1927; Manly, 1929; Cremorne, 1930; Gordon, 1931; Woolahra, 1933; Epping, 1933; Cremorne, 1935-1936; Thornleigh, 1937; Waverton, 1938-1939; Denistone, 1946-1947; Avalon Beach, 1948-1950); 2JX Wentworth Falls (1954-1961); 2JX Sydney (Pymble, 1965-1969); 2JX Nambucca Heads (1975); 2JX Wentworth Falls (1980+) - Qualifications: cc; AOCP 380, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933); labourer (Epping, 1934); engineer (St Kilda, 1934); radio engineer (Thornleigh, 1937; Darlinghurst, 1943); engineer (Avalon Beach, 1949; Wentworth Falls, 1958); retired (Valla Beach, 1972-1977; Wentworth Falls, 1980) ===''ADAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Kenneth Adamson|Adamson, William Kenneth]] [https://www.familysearch.org/tree/person/details/MLXZ-HX5] - 1905(SA)-1982(SA) - Licences: Receive Adelaide (Parkside, 1923-1924); 5WA Adelaide (Parkside, 1925-1927; Fullarton, 1928-1939) - Qualifications: cc; AOCP 135, 1925, No. ?? in SA - amateur operator; amateur broadcaster; engineer - Electoral Rolls: engineer (Fullarton, 1939-1943) ===''AGNEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Gordon Carlisle Agnew|Agnew, Robert Gordon Carlisle]] [https://www.familysearch.org/tree/person/details/LDKK-D8Y] - 1904(WA)-1975(WA) - Licences: 6RA Perth (Nedlands, 1931-1939) - Qualifications: cc; AOCP 721, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1925; Nedlands, WA, 1931-1972) ===''AKEROYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gordon Akeroyd|Akeroyd, Arthur Gordon]] [https://www.familysearch.org/tree/person/details/G6F2-JXL] - 1890(Vic)-1948(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Meteorologist, Forecasting and Statistical Division, Victoria) - Electoral Rolls: civil servant (Northcote, Vic, 1912-1915); meteorologist (Northcote, 1921-1937); civil servant (Cottesloe, WA, 1943) - Links: [https://adb.anu.edu.au/biography/akeroyd-arthur-gordon-9321 ADB] ===''ALDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Oscar Edward Alder|Alder, Oscar Edward "Ock"]] [https://www.familysearch.org/tree/person/details/KJZ2-D3P] - 1896(Qld)-1987(Qld) - Licences: 4JB Brisbane (Albion, 1928-1939, 1946-1948; Chermside, 1954-1969) - Qualifications: cc; AOCP 423, 1928, No. 47 in Qld - amateur operator; amateur broadcaster; wool classer - Halcyon: p. 28, 84, 137 - Electoral Rolls: student (Albion, 1919); wool classer (Albion, 1925-1937; Cunnamulla, 1943); warehouse assistant (Chermside, 1949-1980) ===''ALDERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Zerbini Alderman|Alderman, Valentine Zerbini]] [https://www.familysearch.org/tree/person/details/GXVL-F8N] - 1893(SA)-1919(SA) - Licences: XVC Adelaide (Glenelg, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: Nil yet identified ===''ALEXANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Talbot Meredith Alexander|Alexander, Talbot Meredith]] [https://www.familysearch.org/tree/person/details/L1FJ-MZN] - 1888(Vic)-1978(Qld) - Licences: 4TM Brisbane (Ashgrove, 1931-1933); 4TM Townsville (North Ward, 1937-1939) - Qualifications: cc; 2COCP 315, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: salesman (Kew, Vic, 1912-1914); wireless instructor (Melbourne City, 1925-1926); superintendent wireless (Glenferrie, Vic, 1926-1927); sales representative (City, Brisbane, 1928); business manager (North Ward, Qld, 1936-1937); instructor (Paddington, Qld, 1943); commercial traveller (East Brisbane, Qld, 1949; New Farm, 1954-1958); retired (Moorooka, 1968-1977) ===''ALLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus John Allan|Allan, Angus John]] [https://www.familysearch.org/tree/person/details/GX2C-YWF] - 1912(SA)-1996(SA) - Licences: 5UL Adelaide (Ovingham, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 2013, 1937, SA; 1COCP 458, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Ovingham, SA, 1939-1941) * [[/John Allan|Allan, John]] [https://www.familysearch.org/tree/person/details/GXH1-PFG] - 1905(Sct)-19??(???) - Licences: 4AN Brisbane (Chermside, 1937-1939) - Qualifications: cc; AOCP 1938, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous JAs - Electoral Rolls: Nil yet identified ===''ALLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Mason Allard|Allard, George Mason]] [https://www.familysearch.org/tree/person/details/G6HT-JMV] - 1866(Eng)-1953(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman of Directors (AWA); witness to Royal Commission Wireless 1927 - Honours: knighted; K.B. - Electoral Rolls: secretary (Wahroonga, 1930-1937); accountant (Wahroonga, 1943-1949) - Links: [https://adb.anu.edu.au/biography/allard-sir-george-mason-4999 ADB] ===''ALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Allen|Allen, Albert Edward]] [https://www.familysearch.org/tree/person/details/G69B-SGR] - 1902(Tas)-1969(Tas) - Licences: 7PA Hobart (New Town, 1933-1937; Moonah, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 1171, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: brother of 7AL Thomas Arthur Allen - Electoral Rolls: electrical engineer (New Town, 1928-1936; Moonah, 1937-1954) * [[/George Alexander Allen|Allen, George Alexander]] [https://www.familysearch.org/tree/person/details/GD3H-DJK] - 1891(Sct)-1965(USA) - Licences: Nil yet identified - Qualifications: CPRT 49, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: Nil yet identified * [[/Kenneth Douglas Allen|Allen, Kenneth Douglas]] [https://www.familysearch.org/tree/person/details/G8N5-19J] - 1907(WA)-2002(Qld) - Licences: 2GX Sydney (West Ryde, 1930-1934) - Qualifications: AOCP 648, 1930, NSW; 3COCP 4263, 1963 - amateur operator, amateur broadcaster, WW2 (Army, Royal Australian Engineers, Lieutenant, 1940) - Education: BSc (Syd Uni, 1933) - Electoral Rolls: student (West Ryde, 1930-1935); director (Woolwich, 1936-1937); soldier (Woolwich, 1943); engineer (Woolwich, 1963-1972; Hunters Hill, 1977; Gladesville, 1980) * [[/Robert Kelvin Allen|Allen, Robert Kelvin]] [https://www.familysearch.org/tree/person/details/GQTK-TH9] - 1916(Qld)-1942(Indonesia) - Licences: 4PR Brisbane (1936-1939) - Qualifications: AOCP 1634, 1936, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 13 Squadron, Pilot Officer), (Halcyon, p. 177) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/allen-robert-kelvin-404945/] * [[/Thomas Arthur Allen|Allen, Thomas Arthur]] [https://www.familysearch.org/tree/person/details/G6SQ-9YN] - 1916(Tas)-1998(Tas) - Licences: 7AL Hobart (New Town, 1936-1939, 1946-1956; Lindisfarne,1960-1980+) - Qualifications: cc; AOCP 1738, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 7PA Albert Edward Allen - Electoral Rolls: salesman (New Town, 1943-1954); director (Lindisfarne, 1963-1972) ===''ALLINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Thirlmier John Allinson|Allinson, Lancelot Thirlmier John]] [https://www.familysearch.org/tree/person/details/L81B-F4P] - 1896(NSW)-1961(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 804, 1924 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: radiotelegraphist (Applecross, WA, 1925; Broome, WA, 1931; Como, WA, 1931; South Perth, WA, 1936-1943; Broome, WA, 1949-1954); telegraphist (Esperance, WA, 1958) ===''ALLSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Cottam Allsop|Allsop, Raymond Cottam "Ray"]] [https://www.familysearch.org/tree/person/details/LJLT-SNJ] - 1898(NSW)-1972(NSW) - Licences: XCA Sydney (Randwick, 1911-1914); 2YG Sydney (Randwick, 1924; Coogee 1924-1929; Roseville, 1930); 2AYG Sydney (Roseville, 1946-1947+); 2NA Sydney (Roseville, 1961); 2BL Sydney (Roseville, 1965-1969) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW); broadcaster (2BL, chief engineer); journalist (Wireless Weekly, 1920s); military (RAN Volunteer Reserve, Lieutenant; WW2 (RAN, Engineer Lieutenant); witness to Royal Commission Wireless 1927 (obo Broadcasters Sydney Ltd; federal public servant (ABCB, member, 1953-1954) - Honours: Coronation Medal, 1937; OBE, 1971 - Electoral Rolls: radio engineer (Roseville, 1930); engineer (Roseville, 1933; Gordon, 1937; Roseville, 1943); electronic engineer (Roseville, 1949); director (South Yarra, 1954); engineer (Roseville, 1958-1968) - Links: [https://adb.anu.edu.au/biography/allsop-raymond-cottam-ray-9344 ADB]; [http://messui.polygonal-moogle.com/valves/NW199001.pdf EA] ===''ALSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Russell Alsop|Alsop, John Russell]] [https://www.familysearch.org/tree/person/details/LKB3-WXQ] - 1906(Vic)-1973(Vic) - 3MI Melbourne (Kew, 1925-1939), amateur operator (AOCP 76, 1925, No. ?? in Vic), amateur broadcaster, engineer ===''AMBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Charles Ambler|Ambler, Sydney Charles]] [https://www.familysearch.org/tree/person/details/GFWD-Y9L] - 1892(NSW)-1956(WA) - Licences: XYAE Perth (West Perth, 1913) - Qualifications: cc; CPRT 891, 1925; 2COCP 72, 1929; 1COCP 158, 1938 - early wireless experimenter; WW2 - Electoral Rolls: radio telegraphist (East Perth, WA, 1921; North Perth, WA, 1925); wireless telegraphist (Victoria Park, WA, 1934-1943); radio telegraphist (Esperance, WA, 1949); radio telephonist (Esperance, WA, 1954) ===''AMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement Edgar Ames|Ames, Clement Edgar "Clem"]] [https://www.familysearch.org/tree/person/details/KNDX-JF8] - 1889(SA)-1957(SA) - Licences: XVG Adelaide (Torrensville, 1913-1914); 5AV Adelaide (Kent Town, 1923; Hindmarsh, 1924) - Qualifications: cc; Nil identified - early wireless experimenter; amateur operator; amateur broadcaster; operator 5WI (1925) - Electoral Rolls: engineer (Allenby Gardens, 1939-43) ===''ANCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Leslie Finion Ancher|Ancher, Norman Leslie Finion or Tinian]] [https://www.familysearch.org/tree/person/details/GXL7-MCQ] - 1910(NSW)-1983(NSW) - Licences: 5NA Adelaide (Mile End, 1937-1939); 2NH Sydney (Lindfield, 1946-1947; Mosman, 1948-1954; Cremorne, 1955-1980+) - Qualifications: cc; AOCP 2057, 1937, SA; BOCP 476, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Chatswood, NSW, 1934); sound engineer (West Maitland, NSW, 1936); engineer (Mile End, SA, 1939; Rose Park, SA, 1941-1943); radio engineer (Mosman, NSW, 1949; Cremorne, NSW, 1958-1968); engineer (Cremorne, NSW, 1972); technical officer (Lane Cove, NSW, 1972-1980) ===''ANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Ronald Anderson|Anderson, Alexander Ronald]] [https://www.familysearch.org/tree/person/details/GXPM-L6J] - 1914(SA)-1997(SA) - Licences: 5GM Adelaide (Eastwood, 1936-1939, 1947; Payneham South, 1948-1980+) - Qualifications: cc; AOCP 1700, 1936, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: warehouseman (Eastwood, SA, 1939-1943) * [[/Andrew Oswald Anderson|Anderson, Andrew Oswald "Oswald", "Andy", "A.O."]] [https://www.familysearch.org/tree/person/details/99GB-Z8L] - 1885(NSW)-1944(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Electoral Rolls: accountant (Mosman, 1913); manager (Rose Bay, 1930; Vaucluse, 1934-1935) - Links: [https://ozvta.com/wp-content/uploads/2011/12/anderson-oswald-1062017.pdf Bio] * [[/Eric William Alfred Anderson|Anderson, Eric William Alfred]] [https://www.familysearch.org/tree/person/details/G8WX-744] - 1908(Vic)-1986(Vic) - Licences: 3KH Melbourne (East Malvern, 1928-1931; Glen Iris, 1933-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 424, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Malvern, 1936-1937); engineer (Camberwell, 1943; Glen Iris, 1949-1968; Burwood, 1972-1980) * [[/Frederic Brian Anderson|Anderson, Frederic Brian]] [https://www.familysearch.org/tree/person/details/L5YN-TYJ] - 1918(Eng)-2008(SA)90yo - Licences: 5FA Tanunda (1934-1939); 5FA Waikerie (1947-1956) - Qualifications: cc; AOCP 1351, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: clerk (Tanunda, SA, 1939-1943) * [[/G. R. Anderson|Anderson, G. R.]] - 19??(???)-19??(???) - Licences: Receive Adelaide (Gilberton, 1923); 5GA Adelaide (Highgate, 1931-1933; Myrtle Bank, 1937-1939, 1947-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/John Francis Anderson|Anderson, John Francis]] [https://www.familysearch.org/tree/person/details/G8JJ-WFL] - 1914(Vic)-19??(???) - Licences: 3JA Warrnambool (1930-1933); 3JA Nullawarre (1937-1939, 1946-1980+) - Qualifications: AOCP 661, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farmer (Warrnambool, 1936; Nullawarre, 1937-1980)- Comment: Several contemporaneous JFAs * [[/Keith Sydney Anderson|Anderson, Keith Sydney]] [https://www.familysearch.org/tree/person/details/GZLK-8J9] - 1911(WA)-1944(Vic) - Licences: 6KS Perth (North Perth, 1935); 6KS Mt Magnet (1937); 6KS Perth (1938-1939) - Qualifications: cc; AOCP 1487, 1935, WA - amateur operator; amateur broadcaster; WW2 (Army, 2nd/1st Infantry Battalion, Private) - Electoral rolls: bank officer (Mt Magnet, WA, 1936-1937; East Perth, WA, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/618137 VWMA]; [https://www.awm.gov.au/collection/R1691738 Roll of Honour]; [https://www.awm.gov.au/collection/P10295040 AWM] * [[/Maurice Bernard Anderson|Anderson, Maurice Bernard]] [https://www.familysearch.org/tree/person/details/GC3V-WL9] - 1908(SA)-1960(Vic) - Licences: Receive Adelaide (Cheltenham, 1923-1924); 5MA Adelaide (Cheltenham, 1925-1928); 3AMA Melbourne (Sandringham, 1947-1956) - Qualifications: cc; AOCP 103, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; fitter - Electoral Rolls: radio engineer (Cloncurry, Qld, 1931-1937) * [[/Percy James Anderson|Anderson, Percy James]] [https://www.familysearch.org/tree/person/details/G8WN-6Y7] - 1908(Vic)-1998(Vic) - Licences: 3PA Melbourne (Westgarth, 1928-1933; West Preston, 1937-1939, 1946-1956); 3PA Dooen (1965-1969); 3PA Geelong (Wallington, 1975-1980) - Qualifications: AOCP 428, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Westgarth, 1934); engineer (Preston, 1936-1963); technician (Horsham, 1967-1968); retired (Wallington, 1972-1980) - Relationships: brother-in-law of 3JR Christopher James Rainbow * [[/Robert Arthur Crosbie Anderson|Anderson, Robert Arthur Crosbie "Bob"]] [https://www.familysearch.org/tree/person/details/G8VK-GZN] - 1908(Vic)-1990(Vic) - Licences: 3WY Melbourne (Camberwell, 1930-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 691, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Camberwell, 1931-1949; Glen Iris, 1954-1967; Burwood, Vic, 1972-1980) ===''ANEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Anear|Anear, Francis George]] [https://www.familysearch.org/tree/person/details/9XLK-9D6] - 1910(SA)-1971(SA) - Licences: 5LK Carrow (1929-1931); 9WZ Momote, Admiralty Islands (1954); 5WZ Adelaide (Parkside, 1955); 3AGF Melbourne (Laverton, 1960); 5WZ Adelaide (Parkside, 1965-1969) - Qualifications: cc; AOCP 556, 1929, No. ?? in SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil identified as Francis George Anear ===''ANGEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Benjamin Angel|Angel, Henry Benjamin "Harry"]] [https://www.familysearch.org/tree/person/details/GQWW-K4Y] - 1891(Eng)-1998(Qld, 106yo) - Licences: 4HA Brisbane (St Lucia, 1935-1939; Enoggera, 1946-1969; Lota, 1975-1980+) - Qualifications: cc; AOCP 1503, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW1, AIF Signals; WW2, AMF, Navy); business proprietor (radio service) - QSLs: Entire collection held by SLQ - Halcyon: p. 51, 60, 81, 163 - Electoral Rolls: motor driver (Kangaroo Point, Qld, 1919; Toowong, Qld, 1919-1925); carrier (St Lucia, Qld, 1928-1937); radio mechanic (Enoggera, Qld, 1949-1972); retired (Lota, Qld, 1977-1980) ===''ANSCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Arthur Anscombe|Anscombe, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/G6TL-7LR] - 1888(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: turner & fitter (Northcote, Vic, 1912-1913; Surrey Hills, Vic, 1914); mechanic (Albert Park, Vic, 1919); manager (Box Hill, Vic, 1927-1943) ===''ANTHONY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Henry Anthony|Anthony, Michael Henry]] [https://www.familysearch.org/tree/person/details/LK3H-6B7] - 1894(Vic)-1966(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio telegraphist (Thursday Island, 1919); telegraphist (Prahran, 1921-1924); clerk (Oakleigh, 1934); railway employee (Sandringham, Vic, 1936-1942); telegraphist (Sandringham, 1954-1963) * [[/Reginald Major Anthony|Anthony, Reginald Major "Reg"]] [https://www.familysearch.org/tree/person/details/GCYN-YWG] - 1908(SA)-1986(SA) - Licences: 5CM Adelaide (Unley Park, 1927-1937; Medindie Gardens, 1938-1939; Prospect, 1946-1960; Somerton Park, 1965-1980+) - Qualifications: cc; AOCP 324, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Wilfred Boykett Anthony - Electoral Rolls: Nil * [[/Wilfred Boykett Anthony|Anthony, Wilfred Boykett]] [https://www.familysearch.org/tree/person/details/GCYJ-3HZ] - 1903(SA)-1974(SA) - Licences: Receive Adelaide (Unley Park, 1923) - Qualifications: Nil identified - amateur receive operator, WW2 - Relationships: Brother of Reginald Major Anthony - Electoral Rolls: bank clerk (Netherby, 1939-1941) ===''APPERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Apperley|Apperley, George]] [https://www.familysearch.org/tree/person/details/GDNQ-5XG] - 1887(NZ)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 704, 1922; 1COCP 237, 1931 - NZ Gov. Telegraphs pre 1910; British Colonial Gov, 1910-1912; AWA (from 1913; Chief Marconi Wireless School 1914-1916; Works Manager 1916-1919; technical superintendent 1919-1923; OIC Beam Wireless 1924; Traffic Manager, Beam Wireless - Electoral Rolls: engineer (Elsternwick, 1922); manager (St Kilda, 1928; Caulfield, Vic, 1931-1936; Elsternwick, Vic, 1943); engineer (Manly, NSW, 1954) ===''ARCHIBALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Wilson Archibald|Archibald, Ian Wilson]] [https://www.familysearch.org/tree/person/details/G8HM-9LC] - 1902(WA)-1993(NSW) - Licences: 2BJ Receive Tingha (1922); 2KU Sydney (Dulwich Hill, 1928-1939, 1946-1955; Sans Souci, 1956-1965; Noraville, 1969-1980+) - Qualifications: cc; AOCP 457, 1928, No. ?? in NSW; 3COCP 2393, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: mining engineer (Dulwich Hill, 1930-1933); engineer (Dulwich Hill, 1936-1954); chemist (Sans Souci, 1958-1963); retired (Noraville, 1968) ===''ARGAET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stanislaus Argaet|Argaet, William Stanislaus]] [https://www.familysearch.org/tree/person/details/GZDZ-8Z8] - 1894(NSW)-1951(Qld) - Licences: 4KH Brisbane (Wynnum, 1931-1939, 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; business proprietor (Wynnum bus service) - Halcyon, p. 87, 127 - Electoral Rolls: electrician (Coorparoo, 1925); bus proprietor (Wynnum, 1928-1949) ===''ARMATI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rex Gordon Armati|Armati, Rex Gordon]] [https://www.familysearch.org/tree/person/details/2S42-XKH] - 1899(Qld)-1973(Qld) - Licences: 4DB Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: chemist's assistant (Stanton Hill, Townsville, 1921-1928); salesman (Neutral Bay, 1930); chemist's assistant (Stanton Hill, Townsville, 1936-1943); employment officer (Darlinghurst, 1949); clerk (Darlinghurst, 1954-1958; Kings Cross, 1963); shipping clerk (Surry Hills, 1968-1972) ===''ARMSTRONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Howard Armstrong|Armstrong, Edwin Howard]] [https://www.familysearch.org/tree/person/details/L5ZX-354] - 1890(USA)-1954(USA) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - USA inventor of the superheterodyne receiver [https://worldradiohistory.com/Archive-Radio-Club-of-America/Legacies-of-Edwin-Howard-Armstong-1990-11-Radio-Club-of-America.pdf RCA 1990 Special Edition] * [[/Stanley John Armstrong|Armstrong, Stanley John]] [https://www.familysearch.org/tree/person/details/GX4V-K7Y] - 1910?(NSW)-1972(Qld) - Licences: 4ZK Brisbane (Enoggera, 1932-1933); 4SA Brisbane (Enoggera, 1954-1969) - Qualifications: cc; AOCP 1004, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: soldier (Windsor, Qld, 1919); clerk (Enoggera, Qld, 1922-1968) * [[/Thomas Armstrong|Armstrong, Thomas]] [https://www.familysearch.org/tree/person/details/G88Q-GGZ] - 1895(Sct)-1964(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRTelephony 217, 1916; 1COCP 132, 1930 - witness to Royal Commission 1927 (obo PMGD) - senior federal public servant (Superintendent, Wireless Branch, NSW, PMGD), promoted to role upon retirement of William Tamillas Stephen Crawford ===''ARNOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Sydney Arnold|Arnold, Albert Sydney]] [https://www.familysearch.org/tree/person/details/9M2W-ZG2] - 1882(NSW)-1965(NSW) - Licences: XAB Sydney (Ashfield, 1911-1914) - Qualifications: Nil identified as yet - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Ashfield, 1913-1954); company secretary (Hurlstone Park, 1958); retired (Hurlstone Park, 1963) * [[/Edwin Charles Arnold|Arnold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/L8QX-H7J] - 1898(NSW)-1970(NSW) - Licences: 2BY Receive Tamworth (1922); 2BY Tamworth (1923-1925); 2BY Coolah (1925-1927); 2BY Sydney (Manly, 1928; Mona Vale, 1933-1936); 2AGW Sydney (Manly, 1938-1939) - Qualifications: cc; AOCP 226, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Mona Vale, 1931-1934), clerk (Balgowlah Heights, 1943-1968) * [[/Ernest Noel Arnold|Arnold, Ernest Noel]] [https://www.familysearch.org/tree/person/details/G84H-8J6] - 1907(NSW)-1978(NSW) - Licences: Receive (Crystal) Albury (1923-1924); 2OJ Albury (1928-1939, 1946-1975) - Qualifications: AOCP 452, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Albury, 1930-1937); fruit merchant (Albury, 1949-1977) * [[/Joseph Leslie Grahame Arnold|Arnold, Joseph Leslie Grahame "Les"]] [https://www.familysearch.org/tree/person/details/L853-R3J] - 1912(Vic)-1991(Tas) - Licences: 7AM Launceston (City, 1934-1939; Invermay, 1946-1956; Mowbray, 1960-1969; City, 1975-1980+) - Qualifications: cc; AOCP 1263, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: textile worker (Launceston North, 1936-1954); mechanic (Mowbray, 1968) * [[/William Henry Redvers Arnold|Arnold, William Henry Redvers]] [https://www.familysearch.org/tree/person/details/L2J7-SZ1] - 1903(Eng)-1993(WA) - Licences: 6BA Perth (Wembley, 1936-1937); 6BA Katanning (1938-1939) - Qualifications: cc; AOCP 1762, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Subiaco, WA, 1931-1937); electrical fitter (Katanning, WA, 1943; Kalgoorlie, WA, 1943); engineer (South Fremantle, WA, 1949); fitter (Scarborough, WA, 1954); electrician (Scarborough, WA, 1958); engineer (Floreat Park, WA, 1963); electrical contractor (West Perth, WA, 1968; South Perth, WA, 1972); electrician (Australind, WA, 1977) ===''ARTHUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Glendon Arthur|Arthur, Charles James Glendon "Glen"]] [https://www.familysearch.org/tree/person/details/G8CT-T62] - 1915(Qld)-1983(Qld) - Licences 4GJ Dayboro (1935-1939); 4GJ Brisbane (Morningside, 1946-1980+) - Qualifications: cc; AOCP 1450, 1935, Qld; BOCP?; 2COCP 493, 1941; 1COCP 639, 1942 - amateur operator, amateur broadcaster - Halcyon: p. 80 - Electoral Rolls: radio engineer (Wagga Wagga, 1943); radio mechanic (Morningside, 1949-1980) ===''ASHBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. W. C. Ashbury|Ashbury, A. W. C.]] - 19??(???)-19??(???) - Licences: Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ASHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice John Ashby|Ashby, Maurice John]] [https://www.familysearch.org/tree/person/details/GX49-L1C] - 1901(Eng)-1973(NSW) - Licences: 4DH Receive Dalby (1923) - Qualifications: cc; CPRT 899, 1925; 2COCP 94, 1930; 1COCP 281, 1932 - amateur receiver - Electoral Rolls: gardener (Dalby, 1922); labourer (Greenslopes, 1925); salesman (Glebe, 1933; Northbridge, 1935-1936; Epping, 1937); radio telegraphist (New Farm, Qld, 1943); planning assistant (Haberfield, NSW, 1943; Pennant Hills, NSW, 1949; Thornleigh, NSW, 1954-1963); retired (Avalon Beach, NSW, 1968-1972) ===''ASHLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Richard Ashley|Ashley, George William Richard]] [https://www.familysearch.org/tree/person/details/GF96-CMZ] - 1919(Eng)-1999(WA) - Licences: 6GA Perth (Carlisle, 1938-1939, 1947-1954); 6GA Kalgoorlie (1955-1956); 6GA Perth (Mt Yokine, 1960-1980+) - Qualifications: cc; AOCP 2094, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Carlisle, WA, 1943-1949); communications officer (Kalgoorlie, WA, 1954-1958); clerk (Yokine, WA, 1963-1980) ===''ASHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Robert Ashlin|Ashlin, Eric Robert]] [https://www.familysearch.org/tree/person/details/GSRF-44C] - 1910(Qld)-1992(Qld) - Licences: 4EA Brisbane (Annerley, 1931-1933); 4EA Toowoomba (1937-1939); 4EA Coolangatta (1946-1947); 4EA Bilinga (1948-1975) - Qualifications: cc; AOCP 873, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Rosentengels, radio service); military (WW2; signals officer) - Halcyon: p. 73, 127, 163 - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1936-1943; Bilinga, Qld, 1949-1963); TV technician (Bilinga, NSW, 1968-1980) ===''ASMUSSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Asmussen|Asmussen, Donald "Don"]] - Licences: 4ZJA Brisbane (Mt Gravatt, 1965); 4FA Brisbane (Mt Gravatt, 1969-1980+) - amateur operator, JOTA participant 1960s ===''ATHELSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. N. Athelstone|Athelstone, G. N.]] - 19??(???)-19??(???) - Licences: 5NG Central Australia (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Joseph Atkins|Atkins, Kenneth Joseph "Ken"]] [https://www.familysearch.org/tree/person/details/GCXH-NW7] - 1912(Eng)-2001(SA) - Licences: 5MW Adelaide (Semaphore, 1932-1939; Woodville Park, 1946-1948; Eden Hills, 1954; Blackwood Park, 1955-1960; Campbelltown, 1965-1980+) - Qualifications: cc; AOCP 910, 1932, No. ?? in SA; BOCP 415, 1941 - amateur operator; amateur broadcaster; engineer (Dept. Civil Aviation) - Electoral Rolls: mechanic (Semaphore, SA, 1939-1941); engineer (Woodville Park, SA, 1943) * [[/Leslie Morton Atkins|Atkins, Leslie Morton "Les"]] [https://www.familysearch.org/tree/person/details/MCTV-T5T] - 1876(Vic)-1949(WA) - Licences: 4LA Townsville (1924-1926); 5LA Adelaide (Magill, 1926-1931; Tusmore, 1933; Erindale, 1937-1939); seems to have operated in Townsville as 4GD ca Nov 1924? - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMGD (telegraphist, east-west overland telegraph, Eucla, 1910); engineer (PMGD, divisional engineer) - Halcyon: AOCP Townsville 1925, p. 88 - Electoral Rolls: telegraphist (Eucla, 1903-1910; Victoria Park, 1912-1916); district engineer (Townsville, 1919-1925); engineer (Tusmore, 1939); retired (Lismore Base Hospital, NSW, 1943) ===''ATKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Marshall Atkinson|Atkinson, John Marshall]] [https://www.familysearch.org/tree/person/details/G89L-C6R] - 1906(Eng)-1999(ACT) - Licences: 2RZ Sydney (Mosman, 1927-1930; Carrs Park, 1931-1936; Glebe, 1937; Chippendale, 1938-1939); 4RZ Labrador (1955); 4RZ Gatton (1956-1960); 4RZ Southport (1969-1980+) - Qualifications: AOCP 331, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Neutral Bay, 1930); organiser (Darlinghurst, 1943); shopkeeper (Gatton, 1958-1963; Labrador, 1968); retired (Southport, 1972-1980) * [[/Noel Whittaker Atkinson|Atkinson, Noel Whittaker]] [https://www.familysearch.org/tree/person/details/K2XX-V88] - 1908(Qld)-1979(Qld) - Licences: 4WK Brisbane (1929), 4NA Brisbane (1930-1935, Check), 4BT Brisbane (Camp Hill, 1946-1965+) - Qualifications: AOCP 530, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, business proprietor (radio sales & service), federal public servant (DCA) - Electoral Rolls: - radio mechanic (Camp Hill, 1937-1977) - (Halcyon, p. 102) * [[/Reginald Aubrey Atkinson|Atkinson, Reginald Aubrey]] [https://www.familysearch.org/tree/person/details/9V5M-WJC] - 1895(Qld)-1965(Qld) - Licences: 4RA Brisbane (South Brisbane, 1928-1933; Annerley, 1937-1939) - Qualifications: cc; AOCP 412, 1928, No. 46 in Qld - amateur operator; amateur broadcaster - Halcyon: not mentioned - Electoral Rolls: clerk (Coorparoo, 1919); accountant (Rosewood, 1925); timber merchant (Yeronga, 1925; Thompson Estate, 1937-1949; Southport, 1958-1963) * [[/Robert Henry Atkinson|Atkinson, Robert Henry]] [https://www.familysearch.org/tree/person/details/GXY5-2P3] - 1913(WA)-19??(???) - Licences: 6WZ Perth (Victoria Park, 1936-1939); 6WZ Geraldton (1947-1955); 6WZ Albany (1956-1965); 6WZ Katanning (1969); 6WZ Albany (1975-1980) - Qualifications: cc; AOCP 1804, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: journalist (Victoria Park, WA, 1936-1937); radio announcer (Geraldton, WA, 1943); broadcast station manager (Geraldton, WA, 1949-1954); manager (Albany, WA, 1958-1968); radio announcer (Albany, WA, 1972-1980) ===''AUGUSTESEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Gerald Augustesen|Augustesen, Gordon Gerald]] [https://www.familysearch.org/tree/person/details/GZDZ-LF9] - 1915(Qld)-1986(Qld) - Licences: 4JN Brisbane (Mitchelton, 1932-1939); 4XQ Brisbane (Auchenflower, 1947-1948; Oakleigh, 1954-1960; Kenmore, 1965-1980+) - Qualifications: cc; AOCP 1046, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); military (WW2, RAAF, radar technician); business proprietor (Telair) - Halcyon: p. 85, 127 - Electoral Rolls: radio engineer (Mitchelton, Qld, 1943); manager (Auchenflower, Qld, 1949; Dorrington, Qld, 1954-1963; Kenmore, Qld, 1968-1980) ===''AUSTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emanuel Maxwell Austin|Austin, Emanuel Maxwell "Mannie"]] [https://www.familysearch.org/tree/person/details/G8HH-98K] - 1909(NSW)-1997(NSW) - Licences: 2KZ Kurri Kurri (1929-1980+) - Qualifications: AOCP 477, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clipper (Kurri Kurri, 1930-1980) * [[/Henry Lashbrooke Austin|Austin, Henry Lashbrooke "Hal"]] [https://www.familysearch.org/tree/person/details/L4V2-LDC] - 1902(SA)-1954(SA) - Licences: 5BN Adelaide (Norwood, 1923-1928); 5AW Adelaide (Rose Park, 1947-1954) - Qualifications: cc; AOCP 101, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Victoria Park, SA, 1939; Rose Park, 1941-1943) * [[/Selwood Charles Austin|Austin, Selwood Charles]] [https://www.familysearch.org/tree/person/details/GXBD-TVV] - 1902(WA)-1985(WA) - Licences: 6SA Perth (Victoria Park, 1927; South Perth, 1930-1956; Maida Vale, 1960-1969; Morley, 1975-1980+) - Qualifications: cc; CPRT 625, 1921; 1COCP 134, 1930 - amateur operator; amateur broadcaster - Relationships: Brother-in-law of Stanley Hogg - Electoral Rolls: electrician (South Perth, WA, 1931-1958); police officer (Maida Vale, WA, 1963-1968; Kalamunda, WA, 1972); retired (Morley, WA, 1977-1980) ===''AVARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Avard|Avard, Alfred Edward]] [https://www.familysearch.org/tree/person/details/G8X2-RRL] - 1901(Vic)-1978(Vic) - Licences: 3AZ Melbourne (Northcote, 1930-1939; Kew, 1946-1965) - Qualifications: AOCP 620, 1930, No. ?? in Vic; 1COCP 88, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Northcote, 1925-1937); public servant (Kew, 1943-1977) =='''B'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''BACKLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lincoln Backler|Backler, Eric Lincoln]] [https://www.familysearch.org/tree/person/details/LV8Q-6SK] - 1911(SA)-1980(SA) - Licences: 5HK Kingston SE (1933-1939, 1954-1980) - Qualifications: cc; AOCP 1093, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Kingston, SA, 1939) ===''BADENOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Herbert Lionel Badenoch|Badenoch, James Herbert Lionel]] [https://www.familysearch.org/tree/person/details/GXG7-3XK] - 1913(NSW)-1984(SA) - Licences: 5LB Adelaide (Trinity Gardens, 1932-1980+) - Qualifications: cc; AOCP 1012, 1932, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BADER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Adolphus Frederick Bader|Bader, Henry Adolphus Frederick]] [https://www.familysearch.org/tree/person/details/97M3-V5X] - 1866(Ger)-1928(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman, Trading Committee, Wireless Development Assoc (Perth); witness to Royal Commission 1927 (obo WDA) - Electoral Rolls: electrical engineer (North Perth, 1913-1926) ===''BADGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Victor Badger|Badger, Albert Victor]] [https://www.familysearch.org/tree/person/details/G9RY-9X6] - 1893(Eng)-1983(NSW) - 2YT Receive Sydney (Rozelle, 1923-1924), 2AB Sydney (Rozelle, 1925-1926; North Sydney, 1927-1929; Crows Nest, 1930; Rozelle, 1931-1934; Leichhardt, 1935-1939), amateur operator (AOCP 202, 1925, No. ?? in NSW), amateur broadcaster, operator (Hobart East, 1919); picture operator (Crows Nest, 1930; Rozelle, 1934; Lilyfield, 1937-1972; Leichhardt, 1977-1980)) ===''BAGST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. D. A. Bagst|Bagst, E. D. A.]] - 19??(???)-19??(???) - Licences: 5EB Adelaide (Woodville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: individual not yet identified, possibly Elizabeth D. Bagst nee Boyle who married Leslie Bagst at Newtown, NSW 1925, possible YL operator ===''BAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Leonard Bain|Bain, John Leonard]] [https://www.familysearch.org/tree/person/details/GD4V-6SV] - 1891(Eng)-19??(NSW?) - Licences: Nil yet identified - Qualifications: cc; CPRT 109, 1915 - ship wireless officer (pre WW1, WW1); journalist (technical editor, Listener-In, -1934+); clubs (IRE USA); WW1 (1916-1919); Associate Editor, Popular Radio Weekly (1927); witness to Royal Commission 1927 (as associate editor, Popular Radio Weekly, Victoria) - Education: B.Sc.(London) - Electoral Rolls: engineer (Essendon, Vic, 1925-1936); journalist (Darling Harbour, NSW, 1937) - Links: [https://www.awm.gov.au/collection/P10688424 AWM] ===''BAILEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bailey|Bailey, George]] [https://www.familysearch.org/tree/person/details/GDKW-8PX] - 1882(Eng)-19??(???) - Licences: 5GB Mt Gambier (1924-1926) - Qualifications: cc; CPRT 79, 1915 - RANRS (CPO to Warrant Telegraphist, 1917); amateur operator; amateur broadcaster - Electoral Rolls: retired (Mt Gambier, 1939-1943) * [[/Jack Harry Bailey|Bailey, Jack Harry]] [https://www.familysearch.org/tree/person/details/KG85-LZ4] - 1912(Qld)-1989(Qld) - Licences: 4JC Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1299, 1934, Qld; BOCP 1902, 1961 - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Red Hill, Qld, 1936-1937); electrical mechanic (Annerley, Qld, 1943-1954); teacher (Tarragindi, Qld, 1958-1963); college principal (Mackay, Qld, 1968); principal (Bundaberg, Qld, 1972; Tarragindi, Qld, 1977-1980) * [[/Robert Howard Bailey|Bailey, Robert Howard]] [https://www.familysearch.org/tree/person/details/GXLM-1X6] - 1917(SA)-1995(SA) - Licences: 5NW Crystal Brook (1936-1939); 5NW Adelaide (Kensington Park, 1948; Huddleston, 1954-1960); 5NW Crystal Brook (1965-1980+) - Qualifications: cc; AOCP 1764, 1936, SA; BOCP 673, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Crystal Brook, SA, 1939-1943) ===''BAIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Allan Baird|Baird, Thomas William Allan]] [https://www.familysearch.org/tree/person/details/LHKG-JVD] - 1886(Qld)-1943(Qld) - Licences: 4DY Receive Brisbane (Bayswater, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (AIF, 11 Field Company Engineers, 1916) - Electoral Rolls: gardener (North Pine, Qld, 1908); labourer (Bayswater, Qld, 1912-1913); storeman (Torwood, Qld, 1916-1943) ===''BAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Andrew Claude Baker|Baker, Andrew Claude]] [https://www.familysearch.org/tree/person/details/G6TG-RZ9] - 1897(Eng)-1935(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 144, 1915; 2COCP 193, 1930; 1COCP 303, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIR Rockhampton (1917-1918) - Electoral Rolls: wireless operator (Clayfield, 1914-1917; Rockhampton, 1919-1934) * [[/Charles Whiteway Baker|Baker, Charles Whiteway]] [https://www.familysearch.org/tree/person/details/LL93-HYP] - 1905(Vic)-1978(Vic) - Licences: 3VP Receive Bendigo (1923-1924); 3VP Bendigo (1925-1975) - Qualifications: cc; AOCP 156, 1925, No. ?? in Vic; BOCP 451, 1942 - amateur receiver; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (as a "listener"); merchant - Electoral Rolls: salesman (Bendigo, 1927-1931); merchant (Bendigo, 1934-1968; Kennington, 1972-1977) * [[/Ernest James Baker|Baker, Ernest James]] [https://www.familysearch.org/tree/person/details/GZ6F-K5B] - 1904(NSW)-1973(NSW) - Licences: 2FP Receive Newcastle (Maryville, 1922-1923); 2FP Newcastle (Maryville, 1924-1928; Wickham, 1929; Hamilton, 1930-1939, 1946-1969) - Qualifications: cc; AOCP 69, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: draftsman (Hamilton, 1930-1972) * [[/Edwin Weldon Baker|Baker, Edwin Weldon]] [https://www.familysearch.org/tree/person/details/LYWP-F1D] - 1895(NSW)-1979(NSW) - Licences: 4CI Receive Brisbane (Northgate, 1922) - Qualifications: cc; CPRT 733, 1922 - amateur receiver - Halcyon: not mentioned - Electoral Rolls: joiner (Northgate, 1919-1977) * [[/John Frederick Thomas Baker|Baker, John Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GCY6-8XY] - 1908(???)-1977(Vic) - 3LF Melbourne (Northcote, 1927+), qualifications (AOCP 325, 1927, No. ?? in Vic), amateur operator, amateur broadcaster, * [[/Herbert Edward Baker|Baker, Herbert Edward]] [https://www.familysearch.org/tree/person/details/9V2B-245] - 1875(Vic)-1948(Qld) - Licences: 4HB Charleville (1925-1927) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; grazier - Halcyon: p. 81, 111 - Electoral Rolls: station manager (Charleville, 1903); grazier (Charleville, 1908-1943) * [[/Sidney Charles Baker|Baker, Sydney or Sidney Charles]] [https://www.familysearch.org/tree/person/details/MZSZ-J4H] - 1909(Vic)-1977(Vic) - Licences: 3KU Receive Melbourne (South Melbourne, 1922-1924), 3BK Melbourne (South Melbourne, 1925-1933; Albert Park, 1937; South Melbourne, 1938-1939, 1946-1954; Bonbeach, 1955-1969; Seaford, 1975) - Qualifications: AOCP 177, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (South Melbourne, 1937); optical mechanic (Carrum, 1963-1972); retired (Carrum, 1977) * [[/Walter Ross Baker|Baker, Walter Ross]] [https://www.familysearch.org/tree/person/details/G8CY-D78] - 1905(SA)-1978(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''BALDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Loris John Balderson|Balderson, Loris John]] [https://www.familysearch.org/tree/person/details/GMVR-1RW] - 1895(Vic)-1932(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; RAAF (Flying Officer, Technical Branch, 1927); witness to Royal Commission 1927 (obo RAAF) - Electoral Rolls: officer, RAAF (Footscray, 1924); flying officer (Werribee, 1925); flight-lieutenant (Werribee, 1931) - Links: [https://www.crossandcockade.com/uploads/Balderson.pdf Bio] ===''BALSILLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Graeme Balsillie|Balsillie, John Graeme]] [https://www.familysearch.org/tree/person/details/G7MR-7MN] - 1885(Qld)-1924(USA) - radio business proprietor, senior federal public servant (PMGS, Commonwealth Wireless Expert), inventor, (Halcyon, not mentioned) - [https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf John Graeme Balsilie: Australia's Forgotten Wireless Pioneer]; [https://adb.anu.edu.au/biography/balsillie-john-graeme-5117 ADB] ===''BAMFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Bamfield|Bamfield, Alfred George]] [https://www.familysearch.org/tree/person/details/GM19-HNG] - 1892(NSW)-1918(NZL) - Licences: XQJ Corfield (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Halcyon: p. 3 - Electoral Rolls: clerk (Muttaburra, Qld, 1913) ===''BANCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John Bancroft|Bancroft, Stanley John]] - 19??(???)-19??(???) - Broadcast technician (2CY), federal public servant (PMGD, ABC) ===''BANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Edward William Banks|Banks, Harold Edward William "Harry"]] [https://www.familysearch.org/tree/person/details/G6S7-3BT] - 1911(NZL)-2000(Tas) - Licences: 7HB Hobart (North Hobart, 1938-1939; Richmond, 1946-1956; Penna, 1960-1965; New Town, 1969-1980+) - Qualifications: cc; Nil yet identified (New Zealand?) - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Hobart North, 1936-1937); council clerk (Richmond, 1943-1954) ===''BANYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ingram Banyer|Banyer, Ingram]] [https://www.familysearch.org/tree/person/details/9F95-CYX] - 1893(SA)-1976(SA) - Licences: XVQ Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: clerk (Blackwood, SA, 1939-1943) ===''BARBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel George Barber|Barber, Samuel George]] [https://www.familysearch.org/tree/person/details/GXLC-66B] - 1913(SA)-1991(SA) - Licences: 5MV Adelaide (Henley Beach, 1933-1937; Woodville, 1938-1939) - Qualifications: cc; AOCP 1232, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: welder (Woodville, SA, 1939); radio engineer (5RM, Berri, SA, 1941; Glenelg, SA, 1943) * [[/William Henry Barber|Barber, William Henry]] [https://www.familysearch.org/tree/person/details/LY4N-QRD] - 1897(SA)-1965(WA) - Licences: Receive Adelaide (Cumberland, 1923-1925); 5WH Adelaide (Cumberland, 1926-1931); 5WH Port Pirie (1933-1937); 6DX Kalgoorlie (1938-1939; 1946-1960) - Qualifications: cc; AOCP 266, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio engineer (Kalgoorlie, 1937-1963) ===''BARBIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alphonse Barbier|Barbier, Edward Alphonse or Alphonse Edward]] [https://www.familysearch.org/tree/person/details/GXLV-5TW] - 1904(SA)-1962(SA) - Licences: 5MD Adelaide (Stockdale Reserve, 1932-1939; City, 1947-1960) - Qualifications: cc; AOCP 958, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARBOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Heyward Barbour|Barbour, Kenneth Heyward]] [https://www.familysearch.org/tree/person/details/GZXJ-1VZ] - 1905(Vic)-1952(Vic) - Licences: 3ZI Melbourne (Armadale, 1923-1926) - Qualifications: AOCP 105, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARDIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Frederic Bardin|Bardin, William Frederic or Frederick "Bill", "Old Bill"]] [https://www.familysearch.org/tree/person/details/GSS9-TG4] - 1899(Eng)-1976(NSW) - Licences: 3ZA Melbourne (North Carlton, 1923-1925); 4AB Townsville (1925-1927); 4AB Brisbane (Fairfield & Yeronga, 1931-1933); 2ABZ Sydney (Ermington & Dundas 1937-1939, 1946-1961+) - Qualifications: cc; CPRT 615, 1921; 1COCP 58, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); coastal radio operator (AWA); state public servant (4QG); federal public servant (Halcyon, p. 63) - Electoral Rolls: clerk (Townsville, 1922); radio engineer (Townsville, 1925; Buranda, 1926; Fairfield, 1928); engineer (Dundas, 1936-1943; Eastwood, 1949-1968) ===''BARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Morphew Barker|Barker, Rupert Morphew]] [https://www.familysearch.org/tree/person/details/GCGH-7LM] - 1890(Eng)-1973(Tas) - Licences: 5RM Adelaide (Prospect, 1924-1933); 7RM Hobart (City, 1947-1948; Lenah Valley, 1949-1969) - Qualifications: cc; Nil yet identified (likely qualified in England) - amateur operator; amateur broadcaster; WW2; broadcast engineer (sound) - Electoral Rolls: electrician (South Yarra, Vic, 1931-1936; Hobart North, Tas, 1937; Hobart South, Tas, 1943); sound engineer (Hobart West, Tas, 1949); engineer (Moonah, Tas, 1954; New Town, Tas, 1963) * [[/William Henry Barker|Barker, William Henry (R.?)]] [https://www.familysearch.org/tree/person/details/GHGY-243] - 1905(NSW)-1956(NSW) - licences: Receive (Crystal) Sydney (Concord, 1923-1924); 2BW Sydney (Concord, 1925-1931), qualifications: AOCP 217, 1925, No. ?? in NSW, amateur operator, amateur broadcaster, electoral rolls: electrical mechanic (Concord, 1930-1943), beware several contemporaneous William Henry Barker ===''BARLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Kenneth Barlin|Barlin, George Kenneth]] [https://www.familysearch.org/tree/person/details/L2VX-DP3] - 1916(NSW)-2016(ACT) - qualifications (BOCP 67, 1937), long term employee 2CA Canberra, manager TV network ===''BARLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Barlow|Barlow, Edward]] [https://www.familysearch.org/tree/person/details/G8K2-2FL] - 1895(NSW)-1968(Qld) - Licences: 2GQ Receive Armidale (1922); 2GQ Armidale (1922-1926); 2GQ Glen Innes (1927); 2GQ Sydney (Darlinghurst, 1928); 2GQ Canberra (1929); 2GQ Mudgee (1930-1931); 2GQ Sydney (Cammeray, 1933-1934; North Sydney, 1935-1936; Mosman, 1937-1939 & 1946-1965) - Qualifications: cc; AOCP 4, 1924, No. 3 in NSW - amateur operator; amateur broadcaster - TroveTag: "2GQ - Edward Barlow" - Electoral Rolls: public servant (Mudgee, 1930-1932; Cammeray, 1933-1935; Milsons Point, 1936; Mosman, 1937); divisional returning officer (Bathurst, 1943; Mosman, 1949-1958) ===''BARNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Barnes|Barnes, Thomas Walter]] [https://www.familysearch.org/tree/person/details/G8Z6-PZ2] - 1910(Vic)-2002(NSW) - Licences: 3TB Melbourne (Ascot Vale, 1929-1933; Moonee Ponds, 1937-1939; West Brunswick, 1946-1980+) - Qualifications: AOCP 537, 1929, No. ?? in Vic; BOCP 243,1939 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Ascot Vale, 1931-1936); mechanic (Moonee Ponds, 1937-1942); electrical maintenance (West Brunswick, 1949-1980) - beware another contemporaneous Thomas Walter Barnes (1893-1925) ===''BARRACLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Barraclough|Barraclough, Francis "Frank"]] [https://www.familysearch.org/tree/person/details/G8KL-MNY] - 1903(Qld)-1974(Qld) - Licences: 4GY Brisbane (Kedron, 1933-1935); 4GX Brisbane (Kedron, 1935-1939; 1946-1969) - Qualifications: cc; AOCP 1075, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2); radio service (Palings) - Halcyon: p. 81 - Electoral Rolls: carpenter (Kedron, 1937-1972) ===''BARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Barry|Barry, William Lawrence (BMD) or Lawrence William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/MK6C-NBK] - 1905(Qld)-1970(Qld) - Licences: 4FQ Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: storeman (South Brisbane, Qld, 1929); taxi driver (South Brisbane, Qld, 1937-1968) ===''BARTHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Lewis Barthold|Barthold, Godfrey Lewis]] [https://www.familysearch.org/tree/person/details/GZKR-JWZ] - 1899(Vic)-1993(Vic) - 3GL Melbourne (Malvern, 1925-1927), 3BT Melbourne (Malvern, 1931-1939; Glen Iris, 1946-1980+), amateur operator (AOCP 210, 1925, No. ?? in Vic), amateur broadcaster, clerk (Malvern, 1924-1931), radio manufacturer (Camberwell, 1937-1943; Glen Iris, 1949-1972), retired (Mt Martha, 1977-1980) ===''BARTHOLOMEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Bartholmew|Bartholomew, Charles Percy]] [https://www.familysearch.org/tree/person/details/G6CZ-8YR] - 1861(Eng)-1942(NSW) - Licences: XBM Sydney (Mosman, 1911-1914); 2FO Receive Sydney (Kirribilli, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver; company director (AWA); witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: merchant (Milsons Point, 1930-1937) - Comment: famously charged and convicted of trading with the enemy during WW1 but only slapped on wrist (together with Ernest Thomas Fisk and Hugh Robert Denison) ===''BARTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gustavus Campbell Barton|Barton, Edward Gustavus Campbell]] [https://www.familysearch.org/tree/person/details/KJ57-87Y] - 1857(Vic)-1942(Eng) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter, scientist, business proprietor (Barton & White) - Halcyon: not mentioned) - [https://adb.anu.edu.au/biography/barton-edward-gustavus-campbell-9445 ADB] * [[/Graham Francis Barton|Barton, Graham Francis]] [https://www.familysearch.org/tree/person/details/GX5P-KYT] - 1918(SA)-2005(SA) - Licences: 5BN Mt Gambier (1937-1939); 5BN Adelaide (Unley, 1947-1956; Malvern, 1960-1980+) - Qualifications: cc; AOCP 1993, 1937, SA; 1COCP 1709, 1954 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Hyde Park, SA, 1941-1943) * [[/Richard McRae Barton|Barton, Richard McRae "Dick"]] - 1940(???)-2021(Qld) - broadcast engineer, director engineering FACTS (1981-2001), ABU Engineering Award 2004, Fellow SMPTE, contributed to development DTV standards, chaired preparatory meeting to WRC 2000, [https://www.itu.int/dms_pub/itu-r/oth/0a/07/R0A070000420001PDFE.pdf ITU Tribute] ===''BARTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graeme Bartram|Bartram, Graeme]] - historian (early Aus wireless: 2011 "John Graeme Balsilie: Australia's Forgotten Wireless Pioneer"[https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf]) ===''BASIL-COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * Frank Basil-Cooke see Cooke, Frank Basil "Basil" ===''BASSETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Rankin Bassett|Bassett, Francis Rankin]] [https://www.familysearch.org/tree/person/details/GQZJ-28Y] - 1906(NSW)-1982(NSW) - 2FR Sydney (Bexley, 1925-1928; Arncliffe, 1929), 2FR Singleton, 1931-1939), amateur operator (AOCP 194, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother John Bassett * [[/John Bassett|Bassett, John]] [https://www.familysearch.org/tree/person/details/L8M2-8XN] - 1904(NSW)-1979(NSW) - 2VO Receive Stroud (1923), amateur operator (AOCP 232, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother Francis Rankin Bassett ===''BATCHLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Victor Batchler|Batchler, Charles Victor "Victor"]] [https://www.familysearch.org/tree/person/details/K4NN-FXJ] - 1897(Tas)-1985(Tas) - Licences: XZJ Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: Uncle of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: shift engineer (Waddamana, 1922) * [[/Jack Copeland Batchler|Batchler, Jack Copeland]] [https://www.familysearch.org/tree/person/details/KCSK-D8F] - 1910(Tas)-1979(Tas) - Licences: 7JB Hobart (1932-1939); 3AJB Melbourne (1947); 7JB Hobart (Sandy Bay, 1948-1975+) - Qualifications: cc; AOCP 957, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: nephew of XZJ Charles Victor Batchler; husband of 7YL Joyce Isabel Batchler nee Crowder - Electoral Rolls: soldier (Nelson, 1943-1949); no occupation (Nelson, 1972) * [[/Joyce Isabel Crowder|Batchler nee Crowder, Joyce Isabel]] [https://www.familysearch.org/tree/person/details/LYNY-PKG] - 1915(Tas)-2015(Tas) - Licences: 7YL Hobart (Sandy Bay, 1936-1980) - Qualifications: AOCP 1627, 1936, Tas - amateur operator; amateur broadcaster; YL - Relationships: Wife of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: home duties (Nelson, 1943-1972) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''BATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Bate|Bate, Arthur John]] [https://www.familysearch.org/tree/person/details/GXKQ-PYC] - 1917(WA)-2010(SA) - Licences: 5ZA Adelaide (Adelaide City, 1937-1939) - Qualifications: cc; AOCP 1891, 1937, SA; BOCP 1481, 1956; 1COCP 2049, 1967 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil yet identified ===''BATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lister Bates|Bates, Jack Lister]] [https://www.familysearch.org/tree/person/details/GCGK-238] - 1912(Qld)-1998(Qld) - Licences: 4UR Brisbane (Teneriffe, 1935-1939, 1946-1947; Lutwyche, 1948-1969; Toombul, 1975-1980) - Qualifications: cc; AOCP 1430, 1935, Qld - amateur operator; amateur broadcaster; Radio Club (WIAQ, QSL Manager); part of the "U" gang; WW2 - Halcyon: p. 12, 99, 137, 141, 145 - Electoral Rolls: storeman (Teneriffe, Qld, 1936-1943); labourer (Lutwyche, Qld, 1949-1958; Wooloowin, Qld, 1968); cashier (Toombul, Qld, 1972-1980) ===''BATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Henry Batt|Batt, Cecil Henry]] [https://www.familysearch.org/tree/person/details/GMLJ-5SB] - 1904(Tas)-1942(Tas) - Licences: Receive (Crystal) Bothwell (1923) - Qualifications: cc; 3COCP 434, 1940 - amateur receiver - Electoral Rolls: motor driver (Bothwell, 1928); labourer (Melton Mowbray, 1936-1937) ===''BATTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Thomas Battle|Battle, Edmund Thomas]] [https://www.familysearch.org/tree/person/details/G6C8-G32] - 1890(UK)-1970(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a listener) - Electoral Rolls: teamster (Dorrigo, 1913); dairy farmer (Malanda, 1919); sawmill manager (Tumoulin, 1931); sawmiller (Ravenshoe, 1936-1937); timber merchant (Paddington, 1943); sawmiller (Albion, 1949) ===''BATTYE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Sykes Battye|Battye, James Sykes]] [https://www.familysearch.org/tree/person/details/9V7W-HL5] - 1871(Vic)-1954(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - librarian; historian; witness to Royal Commission 1927 (as chairman, special committee, Western Australian Listeners' League) - Electoral Rolls: librarian (Perth, 1910-1937); principal librarian (Perth, 1943-1949) - Links: [[w:James Battye|Wikipedia]] [https://adb.anu.edu.au/biography/battye-james-sykes-5156 ADB] ===''BATY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Baty|Baty, Richard]] [https://www.familysearch.org/tree/person/details/GXLV-BZX] - 1913(Eng)-19??(???) - Licences: 5MH Adelaide (Brompton, 1931; Pennington, 1937; Challa Gardens, 1938-1939; Lockleys, 1954-1969; Henley Beach South, 1975-1980) - Qualifications: cc; AOCP 757, 1931, No. ?? in SA; AOLCP 160, 1934; BOCP 242, 1939; 1COCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Franklin, SA, 1941-1943) ===''BAUER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Thomas Bauer|Bauer, Alfred Thomas "Alf"]] [https://www.familysearch.org/tree/person/details/MSCM-QB1] - 1908(Qld)-2004(Qld) - Licences: 4AT Brisbane (Annerley, 1927-1933) & Cairns? - Qualifications: cc; AOCP 333, 1927, No. 36 in Qld; CPRTelephony 1119, 1928; 1COCP 92, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); state public servant (4QG); WW2 - Halcyon: p. 67, 86, 111, 127, 130 - Electoral Rolls: radio engineer (Cairns, 1936; Camp Hill, 1937); radio tech (Camp Hill, 1943-1980) ===''BAXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Baxter|Baxter, Arthur Henry]] [https://www.familysearch.org/tree/person/details/L62R-CKR] - 1900(Eng)-1983(WA) - Licences: 6BX Geraldton (1937-1939) - Qualifications: cc; AOCP 1989, 1937, WA; BOCP 381, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: station employee (Lyons River Station, Carnarvon, WA, 1925-1926); wood merchant (Geraldton, WA, 1931-1937); broadcast station operator (Geraldton, WA, 1949-1972); retired (Thornlie, WA, 1977-1980) * [[/Sidney Roy Baxter|Baxter, Sidney or Sydney Roy]] [https://www.familysearch.org/tree/person/details/LWX9-XWV] - 1915(Qld)-1985(Qld) - Licences: 4FJ Brisbane (Camp Hill, 1935-1939; Coorparoo Heights, 1946-1947; Cribb Island, 1948-1950; Camp Hill, 1954-1980+) - Qualifications: cc; AOCP 1569, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless officer); employment (Trittons, radio service); business proprietor (radio service) - Halcyon: p. 76, 137 - Electoral Rolls: truck driver (Camp Hill, Qld, 1936-1943); radio mechanic (Cribb Island, Qld, 1949); radio technician (Camp Hill, Qld, 1954-1980) ===''BEAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Beames|Beames, Kenneth]] [https://www.familysearch.org/tree/person/details/9NQJ-L17] - 1899(NSW)-1989(NSW) - Licences: N754 Receive Sydney (Randwick, 1922); 2IB Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: manufacturer (Five Dock, 1930-1958; Linden, 1963-1980) ===''BEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Percival Reed Bean|Bean, Leslie Percival Reed]] [https://www.familysearch.org/tree/person/details/KHWZ-6ZZ] - 1884(Vic)-1972(NSW) - Licences: 2ZT Sydney (Mosman, 1923-1925); 2LP Sydney (Mosman, 1924-1928; Artarmon, 1929-1936; Pymble, 1937-1939) - Qualifications: cc; Nil yet identified - PMGD (Elec. Engineer, 1904-1919); L. P. R. Bean & Co (founder 1920-1926); Stromberg-Carlson (founder, 1927-1933+); Council IREAust - Electoral Rolls: electrical instrument fitter (Ascot Vale, 1909); engineer (Brighton, Vic, 1912-1915; Artarmon, NSW, 1930); company director (Pymble, 1933-1943; Roseville, 1949-1954); electrical engineer (Lindfield, 1958-1968) ===''BEARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Gordon Beard|Beard, Ernest Gordon]] [https://www.familysearch.org/tree/person/details/GW2G-25R] - 1897(Eng)-1968(USA) - Licences: Nil yet identified - Qualifications: cc; 1COCP 304, 1939 - broadcast engineer (United Distributors; 2KY; 2GB); inventor; witness to Royal Commission 1927 (as consulting engineer, 2GB) - Electoral Rolls: engineer (Northbridge, 1930-1934); radio engineer (Northbridge, 1936-1937); wireless engineer (Willoughby, 1943-1949); engineer (Forestville, 1958-1963) - Links: [https://www.radiomuseum.org/dsp_hersteller_detail.cfm?company_id=12500 radiomuseum.org] * [[/Norman George Beard|Beard, Norman George]] [https://www.familysearch.org/tree/person/details/LT9G-GSZ] - 1902(Vic)-1984(NSW) - Licences: 3DR Receive Balnarring (1922-1923); 2PK Wentworthville (1930); 2ALJ Sydney (Prospect, 1939; Toongabbie, 1946-1954; Brookvale, 1955; Dee Why, 1956-1961); 2ALJ Terrigal (1965) - Qualifications: AOCP 583, 1930, No. ?? in NSW; TVOCP 25, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Pendle Hill, NSW, 1930; Balnarring, Vic, 1931; Prospect, NSW, 1933-1937); RAAF instructor (Ballarat, 1942); teacher (Toongabbie, 1949-1954; Brookvale, 1958); retired (Terrigal, 1963-1972; Wendouree, Vic, 1977; Caves Beach, 1980) ===''BEARUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Andrew Bearup|Bearup, Herbert Andrew]] [https://www.familysearch.org/tree/person/details/GDLJ-B1C] - 1900(Vic)-1982(Vic) - Licences: V740 Receive Melbourne (Caulfield East, 1922); 3GT Receive Melbourne (Caulfield East, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Malvern East, 1921-1924; Caulfield East, 1925-1928); farmer (Bentleigh, 1934-1949); engineer (Highett, 1963-1967; Moorabbin, 1972-1980) * [[/Thomas William Bearup|Bearup, Thomas William]] [https://www.familysearch.org/tree/person/details/9J7R-T9D] - 1897(Vic)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 224, 1916 - studio manager 3LO (1927); witness to Royal Commission 1927 (as studio manager, 3LO, Victoria); WW1 (merchant navy) - Electoral Rolls: operator (Caulfield, 1924); radio engineer (Auburn, Vic, 1931-1937); manager (Roseville, NSW, 1943) ===''BEATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Beatson|Beatson, Robert John "Bob"]] [https://www.familysearch.org/tree/person/details/GSJV-2D2] - 1909(Qld)-2003(Qld) - Licences: 4BB Brisbane (Wilston, 1928); 4BB Maryborough (1931-1939) - Qualifications: cc; AOCP 394, 1928, No. 44 in Qld; AOLCP 173, 1934 - amateur operator; amateur broadcaster; radio club administrator (WIAQ); broadcast engineer (4MB); WW2 - Halcyon: p. 68, 139, 141, 163, 164 - Electoral Rolls: radio mechanic (Maryborough, 1931); radiotrician (Maryborough, 1937-1949); radio engineer (Maryborough, 1954-1980) ===''BEATTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Spencer Meurant Beattie|Beattie, Herbert Spencer Meurant]] [https://www.familysearch.org/tree/person/details/GQ65-KTL] - 1888(NSW)-1963(NSW) - Licences: 3DV Receive Melbourne (Box Hill, 1922); 3DV Melbourne (Box Hill, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Box Hill, Vic, 1914-1927); salesman (Thornleigh, NSW, 1930); electrical engineer (Cheltenham, NSW, 1934-1936); agent (Cabramatta, 1943); auctioneer (Ettalong, 1943); no occupation (Fairfield, NSW, 1954-1958; Flagstaff, NSW, 1963) ===''BECHERVAISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philip Bechervaise|Bechervaise, William Philip]] [https://www.familysearch.org/tree/person/details/MVNP-4HQ] - 1831(Eng)-1907(Vic) - radio clubs (Telegraph Electrical Society, Victoria), employment (Victoria Posts and Telegraphs Department) ===''BECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Beavis Beck|Beck, Alan Beavis]] [https://www.familysearch.org/tree/person/details/GZR7-N8Q] - 1911(Vic)-1982(WA) - Licences: 5XW Adelaide (West Mitcham, 1927-1928) - Qualifications: cc; AOCP 370, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (Shenton Park, WA, 1937; Myrtle Bank, SA, 1941-1943); research chemist (Subiaco, 1949-1980) ===''BEDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Arthur Buddicom Bedford|Bedford, Robert Arthur Buddicom]] [https://www.familysearch.org/tree/person/details/LC5Q-1KX] - 1874(Eng)-1951(SA) - Licences: 5RB Kyancutta (1924-1939; 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of William Rudolf Buddicom Bedford - Electoral Rolls: farmer (Kyancutta, 1939-1941); retired (Kyancutta, 1943) - Links: [https://adb.anu.edu.au/biography/buddicom-robert-arthur-5417 ADB] * [[/William Rudolf Buddicom Bedford|Bedford, William Rudolf Buddicom "Bill"]] [https://www.familysearch.org/tree/person/details/L6Y3-X4Z] - 1909(Eng)-1972(SA) - Licences: likely operator of 5RB Kyancutta - Qualifications: cc; 3COCP 1893, 1954 - WW2 - Relationships: son of 5RB Robert Arthur Buddicom Bedford - Electoral Rolls: mechanic (Kyancutta, 1939-1943) ===''BEECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Sidney Beech|Beech, Frederick Sidney or Sydney "Fred"]] [https://www.familysearch.org/tree/person/details/G8F2-6BC] - 1895(Qld)-1978(Qld) - Licences: 4FB Brisbane (Coorparoo, 1930-1939; Norman Park, 1946-1969) - Qualifications: cc; AOCP 629, 1930, Qld - amateur operator; amateur broadcaster; jeweller - Halcyon: p. 75, 76, 90 - Electoral Rolls: watchmaker (Bulimba, 1917-1919; Coorparoo, 1919-1972; Norman Park, 1977) ===''BEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Beer|Beer, James]] - 19??(???)-19??(???) - Licences: 2CW Receive Sydney (Ashfield, 1922-1923); 2CW Sydney (Ashfield, 1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: too many JBs to identify reliably, likely James Charles Beer living 70 Tranmere St, Drummoyne, engineer, 1930 ===''BEGBIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Begbie|Begbie, Richard]] - historian (broadcasting), journalist, radio clubs (HRSA) ===''BELJON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robin Ernest Beljon|Beljon, Robin Ernest "Jack"]] [https://www.familysearch.org/tree/person/details/GSD3-VR3] - 1897(NSW)-1974(NSW) - Licences: 2RB Lithgow (1926-1933) - Qualifications: AOCP 259, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lithgow, 1930-1934); turner (Lithgow, 1937-1943); foreman (Lithgow, 1949-1968); retired (Lithgow, 1972) ===''BELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Wirgman Dillon Bell|Bell, Francis Wirgman Dillon "Frank"]] [https://www.familysearch.org/tree/person/details/G7QW-CM4] - 1896(NZ)-1987(NZ) - ZL4AA Waihemo, amateur operator, first to 2 way QSO New Zealand to Australia (Apr 1923), South America, USA (Sep 1924), England (Oct 1924, G2SZ); WW1 (gunner, France & Belgium till invalided 1917) - Relationships: brother of Margaret Brenda Bell, first licensed female NZ amateur - Links: [https://teara.govt.nz/en/biographies/4b20/bell-francis-wirgman-dillon Bio]; [https://www.soundarchives.co.nz/collections/catalogue/catalogue-item?record_id=222015 Sound Archives]; [https://www.zl4aa.org.nz/frank-bell-trans-world-radio-contact/ NZART Otago] * [[/H. G. Bell|Bell, H. G.]] - 19??-19?? - 4HG Brisbane (South Toowong = Taringa, 1927+) - Qualifications: cc; AOCP 321, 1927, No. 33 in Qld - amateur operator; amateur broadcaster - Halcyon: p. 111 - Callsign: later to Harry Brown - Electoral Rolls: Nil yet identified * [[/Leslie William Gordon Bell|Bell, Leslie William Gordon]] [https://www.familysearch.org/tree/person/details/G67S-RQ5] - 1904(Qld)-2000(Qld) - Licences: 4CY Receive Atherton (1923); 4LZ Jubilee Pocket (1969-1975); 4LZ Airlie Beach (1980+) - Qualifications: cc; AOCP 4471, 1967, Qld - amateur receiver; amateur operator; WW2 - Electoral Rolls: engine driver (Danbulla via Atherton, 1925-1928); farmer (Jubilee Pocket via Proserpine, 1954-1980) * [[/Victor Frank Bell|Bell, Victor Frank]] [https://www.familysearch.org/tree/person/details/GFMZ-FZ7] - 1913(WA)-19??(???) - Licences: 6KR Perth (Subiaco, 1932-1933); 6KR Kalgoorlie (1937-1939); 6KR Perth (Nedlands, 1947-1954) - Qualifications: cc; AOCP 907, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1936); postal assistant (Leonora, WA, 1937); radio engineer (Subiaco, WA, 1937); telephone mechanic (Lamington, Kalgoorlie, WA, 1943); radio engineer (Nedlands, WA, 1949-1954) * [[/Vincent Stephanus Bell|Bell, Vincent Stephanus "Vince"]] [https://www.familysearch.org/tree/person/details/GXHV-W8G] - 1910(Qld)-1981(Qld) - Licences: 4VD Rockhampton (Rockhampton City, 1936-1937; Wandal, 1938-1939, 1946-1960+) - Qualifications: cc; AOCP 1496, 1935, Qld - amateur operator; amateur broadcaster; WW2; employed electrical business - Electoral Rolls: electrician (Rockhampton, Qld, 1932-1936); electrical mechanic (Rockhampton, Qld, 1937-1980) ===''BELSTEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Lempriere Belstead|Belstead, Roy Lempriere]] [https://www.familysearch.org/tree/person/details/L1GN-CQF] - 1910(Qld)-1981(Qld) - Licences: 4EI Townsville (1933-1939); 4RU Winton (1975-1980) - Qualifications: cc; AOCP 1182, 1933, No. ?? in Qld; BOCP 304, 1940; 1COCP 420, 1940; TVOCP 87, 1957 - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, Townsville ARC); state public servant (Qld Railways); broadcast technician (2KY); business proprietor (Belstead Electronic Repairs, Winton) - Electoral Rolls: clerk (Hyde Park, Qld, 1931-1937); radio technician (Dee Why, NSW, 1943; Auburn, NSW, 1949; Lidcombe, NSW, 1958-1963; Auburn, NSW, 1972); retired (Winton, Qld, 1977-1980) ===''BENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Bennett|Bennett, Alfred Edward]] [https://www.familysearch.org/tree/person/details/LYNP-GFM] - 1889(Vic)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - manager 2GB Sydney; witness to Royal Commission 1927 (as manager, 2GB, NSW) - Electoral Rolls: manager (Mosman, 1930-1931); director (Mosman, 1933; Vaucluse, 1936); inspector (Darling Point, 1943); investor (West Pennant Hills, 1949); retired (Vaucluse, 1954-1963) - Links: [https://adb.anu.edu.au/biography/bennett-alfred-edward-5207 ADB] * [[/Clarence Herbert Bennett|Bennett, Clarence Herbert]] [https://www.familysearch.org/tree/person/details/LK1H-GMF] - 1887(Vic)-1974(Vic) - Licences: cc; Nil yet identified - Qualifications: AOCP 449, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Brunswick, 1909-1963); retired (Brunswick, 1968-1972) ===''BENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Francis Wattis Bent|Bent, Arthur Francis Wattis]] [https://www.familysearch.org/tree/person/details/GZVG-5V7] - 1902(Vic)-1998(Vic) - Licences: 3AF Geelong (1924-1939, 1946-1960); 3AF Torquay (1965-1980+) - Qualifications: cc; AOCP 199, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; radio dealer (Geelong, 1931-1954) - Electoral Rolls: turner (14 Coronation St, Geelong West, 1925-1927); radio dealer (Geelong, 1928-1954); radio serviceman (Torquay, 1963-1980) ===''BENTLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Ernest Bentley|Bentley, Frank Ernest]] [https://www.familysearch.org/tree/person/details/G93F-NPZ] - 1902(India)-1973(SA) - Licences: 5MK Adelaide (Cowandilla, 1931-1939); 5MZ Adelaide (Cowandilla, 1954-1969) - Qualifications: cc; AOCP 833, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: boilermaker (Cowandilla, SA, 1939-1943) ===''BENTZEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivan Louis Bentzen|Bentzen, Ivan Louis]] [https://www.familysearch.org/tree/person/details/LT4X-6P4] - 1905(Qld)-1995(Qld) - Licences: 4SS Brisbane (Newstead, 1932-1933) - Qualifications: cc; AOCP 964, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Bulimba, Qld, 1929); mechanic (Valley, Qld, 1936); carpenter (Wooloowin, Qld, 1943-1949); garage proprietor (Lutwyche, Qld, 1954); carpenter (Eagle Junction, Qld, 1954-1980) ===''BERGIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Thomas Bergin|Bergin, John Thomas "Jack"]] [https://www.familysearch.org/tree/person/details/GXGP-GNM] - 1911(SA)-1989(SA) - Licences: 5JB Adelaide (Largs Bay, 1934-1939) - Qualifications: cc; AOCP 1364, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: * [[/Max Wulfing Bergin|Bergin, Max Wulfing]] [https://www.familysearch.org/tree/person/details/LXQ1-QLP] - 1900(NSW)-1983(Cook Isls) - Licences: 2YP Receive West Maitland (1923); 2YP West Maitland (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ingham Berry|Berry, Arthur Ingham]] [https://www.familysearch.org/tree/person/details/9WB6-6F5] - 1914(Vic)-1979(Vic) - Licences: 3CZ Melbourne (Hawthorn, 1930-1939; Kew, 1946-1954; East Malvern, 1955-1956); 3CZ Warburton (1960-1975) - Qualifications: AOCP 595, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Hawthorn, 1936-1937); architect (Kew North, 1943-1954); farmer (Warburton, 1963-1977) * [[/Harold Alexander Berry|Berry, Harold Alexander "Huck"]] [https://www.familysearch.org/tree/person/details/G869-8R6] - 1906(SA)-1983(SA) - Licences: Receive (Crystal) Adelaide (City, 1923); Receive Adelaide (City, 1923-1924); 5JU Adelaide (City, 1930-1931; Keswick, 1933; Norwood, 1937-1939; Kilburn, 1946-1975) - Qualifications: cc; AOCP 666, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: polisher (Kilburn, 1943) * [[/Lawrence Dudley Berry|Berry, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/GXG2-X6J] - 1906(NSW)-1987(SA) - Licences: 5DB Adelaide (Norwood, 1934-1939) - Qualifications: cc; AOCP 1315, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Henry Berry|Berry, Robert Henry]] [https://www.familysearch.org/tree/person/details/G342-ZR6] - 18??(???)-1971(Qld) - Licences: XQC Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; electrical business proprietor - Electoral Rolls: gardener (Rockhampton, 1912-1925); electrical mechanic (Rockhampton, 1928-1968) * [[/William Clive Berry|Berry, William Clive "Clive"]] [https://www.familysearch.org/tree/person/details/LBT5-3L8] - 1912(NSW)-1965(NSW) - Licences: 2CB Knockrow via Bangalow (1931-1936); 2AGM Byron Bay (1938-1938, 1946-1955); 2AGM Lismore (1956-1957); 2AGM Mullumbimby (1958-1960); 2AGM Byron Bay (1961-1965) - Qualifications: AOLCP 30, 1930, NSW; 2COCP 302, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Knockrow, 1933-1936); woodworker (Byron Bay, 1943-1954); contractor (Ballina, 1958); no occupation (Mullumbimby, 1958); manager (Byron Bay, 1963) * [[/William James Berry|Berry, William James "Jim"]] [https://www.familysearch.org/tree/person/details/G8D1-B78] - 1890(Qld)-1983(Qld) - Licences: 4WB Brisbane (Yeerongpilly, 1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1295, 1934, Qld - amateur operator; amateur broadcaster; instrument repairer - Comment: Several contemporaneous William James Berry's in Brisbane - Electoral Rolls: motor mechanic (Yeerongpilly, 1958-1963); mechanic (Yeerongpilly, 1972-1980) - ===''BERTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Louis Bertram|Bertram, William Louis]] [https://www.familysearch.org/tree/person/details/LDBP-NGS] - 1901(Vic)-1983(Vic) - Licences: V738 Receive Rushworth (1922); 3GR Receive Rushworth (1922); 2KR Sydney (Waverley, 1929) - Qualifications: CPRT 920, 1926; 2COCP 97, 1930; 1COCP 34, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Rushworth, 1922; Brunswick, 1924-1928); telegraphist (Brunswick, 1931-1942); telephonist (Brunswick, 1949-1963); retired (Frankston, 1967-1980) ===''BESTED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julius Phillip Bested|Bested, Julius Phillip]] [https://www.familysearch.org/tree/person/details/MZ6V-YSQ] - 1907(SA)-1987(SA) - Licences: Receive Adelaide (Rose Park, 1923); 5CS Adelaide (Salisbury, 1937-1939); 5CS Peterborough (1947-1948); 5CS Adelaide (Richmond, 1954-1960; Cumberland Park, 1965-1980+) - Qualifications: cc; AOCP 1995, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Salisbury, SA, 1939-1941) ===''BIBBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Cyril Bibby|Bibby, Frederick Cyril "Fred"]] [https://www.familysearch.org/tree/person/details/GH58-5XF] - 1911(Tas)-1982(Vic) - Licences: 3OL Melbourne (Hawthorn East, 1930-1939; Camberwell, 1946-1980+) - Qualifications: AOCP 681, 1930, Vic; AOLCP 38, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Camberwell, 1943-1968); operator (Camberwell, 1972-1980) ===''BINNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Binns|Binns, Cecil]] [https://www.familysearch.org/tree/person/details/GZD8-XTD] - 1897(NSW)-1974(NSW) - 2IE Receive Sydney (Kogarah, 1922), 2BJ Sydney (Kogarah, 1925-1927), amateur operator (AOCP 46, 1925, No. ?? in NSW), amateur broadcaster ===''BIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Scorer Bird|Bird, Henry Scorer]] [https://www.familysearch.org/tree/person/details/LYWH-FTC] - 1902(Vic)-1973(Vic) - Licences: 3HB Melbourne (Sunshine, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Sunshine, 1924-1927); Government employee (Camberwell, 1928-1963); nil (Ashwood, 1968-1972) - Comment: 3HB callsign passed to Sunshine Radio Club 1924-1927 (prominent amateur broadcaster) * [[/Leslie James Bird|Bird, Leslie James]] [https://www.familysearch.org/tree/person/details/G6X2-N4N] - 1897(NSW)-1947(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as listener, Armidale, NSW) - Electoral Rolls: clerk (Armidale, 1930-1935; Wellington, 1937); civil servant (Homebush, 1943) ===''BISCHOFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Conrad Bischoff|Bischoff, William Edward Conrad]] [https://www.familysearch.org/tree/person/details/L2YT-QB7] - 1911(NSW)-1989(NSW) - Licences: 2LZ Sydney (Crows Nest, 1930-1937); 2LZ Wentworth Falls (1938-1939, 1946-1969); 2AKM Wentworth Falls (Portable, 1939); 2LZ Sydney (Naremburn, 1975-1980+) - Qualifications: AOCP 568, 1930, No. ?? in NSW; BOCP 12, 1936; TVOCP, 346, 1961 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Naremburn, 1933-1937); wireless operator (RAAF Richmond, 1943); radio technician (Wentworth Falls, 1949-1958); tele. engineer (Naremburn, 1963); engineer (Naremburn, 1972-1980) ===''BISHOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Elijah Bishop|Bishop, Clarence Elijah]] [https://www.familysearch.org/tree/person/details/LKZ9-G7S] - 1896(WA)-1971(WA) - Licences: 6DD Receive Albany (1923); 6DD Albany (1923-1924); 6DD Northam (1924); 6LL Katanning (1936-1939); 6LL Perth (Claremont, 1948-1954; East Victoria Park, 1955-1969) - Qualifications: cc; AOCP 1746, 1936, WA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Albany, WA, 1922); accountant (Katanning, WA, 1925-1937); clerk (Nedlands, WA, 1943-1954; Victoria Park, WA, 1958-1968) * [[/Frederick Edward Bishop|Bishop, Frederick Edward]] [https://www.familysearch.org/tree/person/details/GDS3-GZQ] - 1882(NSW)-1952(NSW) - Licences: 2FB Sydney (Kirribilli, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: optician (Kirribilli, 1930-1931); grazier (Mullaley, Gunnedah, 1935-1949) * [[/Maurice Glanville Bishop| Bishop, Maurice Glanville]] [https://www.familysearch.org/tree/person/details/GDDP-SVD] - 1908(Tas)-1965(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bank clerk (Middle Park, Vic, 1931); bank officer (Middle Park, 1935); bank clerk (Bank of NSW Quarters, Ouyen, 1936-1937); bank officer (Hawthorn, 1942-1949; Nelson, Tas, 1954) ===''BLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. C. Black|Black, F. C.]] - 19??(???)-19??(???) - Licences: None identified to date - Qualifications: cc; AOCP 297, 1926, No. ?? in SA - amateur operator?, amateur broadcaster? - Electoral Rolls: awaits identification, Port Lincoln, SA in 1926 * [[/William Hector Black|Black, William Hector]] [https://www.familysearch.org/tree/person/details/G8J2-TCS] - 1912(Vic)-1976(NSW) - Licences: 3WB Melbourne (Malvern, 1930-1939); 2WO Sydney (Mosman, 1946-1948) - Qualifications: AOCP 663, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Malvern, 1936-1937); bacteriologist (Mosman, 1943-1963); biochemist (Darlinghurst, 1968-1972) ===''BLACKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Howbery Blackman|Blackman, Herbert Howbery]] [https://www.familysearch.org/tree/person/details/GZ2M-65N] - 1886(Vic)-1970(Vic) - Licences: XOE Melbourne (East Malvern, 1913); 3PR Receive Melbourne (East Malvern, 1923); 3PR Melbourne (East Malvern, 1924-1925); 3HA Melbourne (East Malvern, 1926-1927); 3HU Melbourne (Ashburton, 1931-1939) - Qualifications: cc; AOCP 211, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: public servant (Malvern, 1909); mechanic (East Malvern, 1913-1916); soldier (Royal Park, 1917-1919); electrician (East Malvern, 1922-1928); mechanic (Burwood, 1931-1968) * [[/W. T. Blackburn|Blackburn, W. T.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Home Hill (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Searched William, Walter, Wilfred - Electoral Rolls: Nil yet identified ===''BLADES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alfred Blades|Blades, Ronald Alfred "Ron"]] [https://www.familysearch.org/tree/person/details/GXCS-L77] - 1916(Qld)-2005(NSW) - Licences: 4RX Toowoomba (1936-1939); 2VP Sydney (Haberfield, 1946-1947; Ashfield, 1948-1950; Dundas, 1954-1955); 2VP Melbourne (Blackburn, 1956); 2VP Sydney (Balgowlah, 1957-1969; Seaforth, 1975; Dee Why, 1980) - Qualifications: cc; AOCP 1775, 1936, No. ?? in Qld; BOCP 615, 1944 - amateur operator; amateur broadcaster; military (WW2, RAAF); broadcast technician (AWA) - Comment: Two Ronald Alfred Blades born in Qld 1916, 4RX 27/3/1916 - Electoral Rolls: radio engineer (Ashfield, NSW, 1949; Dundas, NSW, 1954; Balgowlah, NSW, 1958-1968); engineer (Dee Why, NSW, 1977) ===''BLAIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Andrew William Blair|Blair, Keith Andrew William]] [https://www.familysearch.org/tree/person/details/LK4S-ZXY] - 1911(Vic)-2001(NSW) - Licences: 2DX Balranald (1930-1934); 2DX Sydney (Marrickville, 1935-1937); 2DX Bega (1938-1939) - Qualifications: AOCP 699, 1930, Vic; BOCP 276, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: bank clerk (Balranald, 1932-1935; Randwick, 1936-1937; Bega, 1937); bank officer (Queanbeyan, 1949-1980) ===''BLAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leslie Gilbert Blake|Blake, Robert Leslie Gilbert]] [https://www.familysearch.org/tree/person/details/L831-ZLW] - 1888(Vic)-1952(Vic) - Licences: 3RG Castlemaine (1929-1939) - Qualifications: AOCP 484, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Castlemaine, 1912-1919); house furn. (Castlemaine, 1924-1949) ===''BLANCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Henry Blanchard|Blanchard, George Edward Henry]] [https://www.familysearch.org/tree/person/details/GZV2-B4S] - 1899(NSW)-1987(NSW) - Licences: 2DN Sydney (Newtown, 1922-1926; Hurlstone Park, 1927-1929) - Qualifications: cc; AOCP 195, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Earlwood, 1930-1980) ===''BLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Bland|Bland, William Joseph]] [https://www.familysearch.org/tree/person/details/GXT9-4RP] - 1902(India)-1955(SA) - Licences: Receive Adelaide (Alberton, 1923); 5AG Adelaide (Alberton, 1923-1927) - Qualifications: cc; CPRT 765, 1923 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio manufacturer (Tusmore, SA, 1939-1943) ===''BLUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Blue|Blue, Harry William]] - 1909(NSW)-2001(NSW) - 2YI Liverpool (1933), 2YI Albury (1934-1936), 9KO Rabaul (1937), 2YI Broken Hill (1938-1939), 2YI Sydney (Kingsford, 1946; Auburn, 1947-1980+, amateur operator (AOCP 1034, 1932, No. ?? in NSW), amateur broadcaster, A.A.M.S. ===''BLUNDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Verge Blunden|Blunden, Godfrey Verge]] [https://www.familysearch.org/tree/person/details/GDNG-22L] - 1906(Vic)-1996(France) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Wireless Weekly (editor, 1930s) - Electoral Rolls: journalist (North Sydney, 1930; East Sydney, 1933-1936) * [[/Leon Walter Blunden|Blunden, Leon Walter]] [https://www.familysearch.org/tree/person/details/G3KT-SMV] - 1914(SA)-2003(SA) - Licences: 5BH Adelaide (Firle, 1935-1939, 1947-1980+) - Qualifications: cc; AOCP 1535, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BOAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Douglas Boast|Boast, Harold Douglas]] [https://www.familysearch.org/tree/person/details/K2VW-3D4] - 1906(Eng)-1979(Vic) - Licences: 3AX Melbourne (Elsternwick, 1928-1939); 3AX Lubeck (1946-1969); 3AX Melbourne (Frankston, 1975) - Qualifications: AOCP 404, 1928, No. ?? in Vic; AOLCP 55, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Elsternwick, 1931-1936); radio engineer (3LK Lubeck, 1942-1968); retired (Frankston, 1972-1977) ===''BOILEAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Boileau|Boileau, John George]] [https://www.familysearch.org/tree/person/details/GXC2-HLQ] - 1893(SA)-1957(Qld) - Licences: 4JT Port Moresby (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Byron Bay, NSW, 1943-1954) ===''BOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Augustus Bold|Bold, Charles Augustus]] [https://www.familysearch.org/tree/person/details/GF3N-JSF] - 1894(WA)-1958(WA) - Licences: 6CA Perth (Beaconsfield, 1931-1939, 1947-1948) - Qualifications: cc; AOCP 832, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (South Fremantle, WA, 1921-1922); meter tester (South Fremantle, WA, 1925); electrician (South Fremantle, WA, 1931-1949); mains superintendent (South Fremantle, WA, 1954-1958) ===''BOLGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Joseph Bolger|Bolger, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/L67V-VDD] - 1867(Irl)-1941(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Deputy Director of Navigation, Vic) - Electoral Rolls: master mariner (Williamstown, 1914-1917); public servant (Elsternwick, 1919); master mariner (Elsternwick, 1931-1937) ===''BOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Francis Bond|Bond, Rupert Francis]] [https://www.familysearch.org/tree/person/details/9ZHS-QB3] - 1886(Vic)-1961(Qld) - Licences: Receive Brisbane (Rockhampton, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Rockhampton, Qld, 1912-1937; Rockhampton, Qld, 1949-1958) ===''BONGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gysbert Sheldon Bongers|Bongers, Gysbert Sheldon]] [https://www.familysearch.org/tree/person/details/L7F9-DXK] - 1900(NSW)-1948(NSW) - Licences: N745 Receive Sydney (1922-1923); 2HY Sydney (Rockdale, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster, engineer - Electoral Rolls: electrical engineer (Rockdale, 1930-1935; Hamilton, Qld, 1936-1937); engineer (Woollahra, 1943) ===''BONNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Coleman Bonner|Bonner, Alfred Coleman]] [https://www.familysearch.org/tree/person/details/MV14-MTM] - 1854(Tas)-1930(Tas) - Licences: Receive (Crystal) Legana (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Trevallyn, 1914-1922); no occupation (Legana, 1928) ===''BONNERUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Madsen Bonnerup|Bonnerup, Peter Madsen]] [https://www.familysearch.org/tree/person/details/G6F5-RC8] - 1890(Tas?)-1976(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as patent attorney, WA) - Electoral Rolls: patent attorney (Nedlands, 1922; South Perth, 1925-1972) - Links: [https://www.carnamah.com.au/bio/peter-madsen-bonnerup Bio] ===''BONNINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Archibald Bonnington|Bonnington, John Archibald]] [https://www.familysearch.org/tree/person/details/G88Y-1JP] - 1909(NSW)-1967(NSW) - Licences: 2HB Sydney (Bellevue Hill, 1930-1931); 2AKB Sydney (Avalon Beach, 1960-1965) - Qualifications: AOCP 569, 1930, No. ?? in NSW; 3AirOCP 16, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Broken Hill, 1931); engineer (Woollahra, 1932-1933); radio engineer (Darlinghurst, 1934-1935); air pilot (Avalon Beach, 1949-1963) ===''BONWILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Warren Bonwill|Bonwill, Edward Warren]] [https://www.familysearch.org/tree/person/details/9J35-NNV] - 1869(USA)-1945(NSW) - Licences: XBP Sydney (1912-1914); 2CA Receive Cowra (1922); 2CA Cowra (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: dentist (Barellan, 1930; Cowra, 1934-1937; Lithgow, 1937-1943) ===''BOTTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Botten|Botten, Herbert William]] [https://www.familysearch.org/tree/person/details/GDS2-8QJ] - 1895(SA)-1973(???) - Licences: 2HB Sydney (CBD, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Neutral Bay, 1930); radio manager (Darlinghurst, 1933-1936); manager (Darlinghurst, 1937-1958) ===''BOUCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Reid Bouchard|Bouchard, Victor John Reid "Vic"]] [https://www.familysearch.org/tree/person/details/G93B-52C] - 1897(Qld)-1936(Qld) - 4BY Receive Brisbane (Auchenflower, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; amateur club administrator - Electoral Rolls: draper's assistant (Auchenflower, 1921-1926); clerk (Buranda, 1928) ===''BOULTBEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Walker Boultbee|Boultbee, Kenneth Walker]] [https://www.familysearch.org/tree/person/details/GMWB-1Q4] - 1905(Tas)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: agent (Taringa, Qld, 1928-1958; Corinda, Qld, 1963-1968; St Lucia, Qld, 1972-1977); retired (Broadbeach, Qld, 1977-1980) ===''BOUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Boundy|Boundy, George Henry]] - 1866(Vic)-1932(Vic) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), early wireless experimenter, radio clubs (WIQ), state public servant (P&TQ, engineer), federal public servant (PMGD, engineer) ===''BOURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. Bourke|Bourke, J.]] - 19??(???)-19??(???) - Licences: V734 Receive Yarck (1922); Receive 3GP Yarck (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''BOURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Frederick Bourne|Bourne, Francis Frederick]] [https://www.familysearch.org/tree/person/details/GX55-9GM] - 1916(SA)-2004(SA) - Licences: 5BU Adelaide (Unley, 1935-1939; Wayville, 1947; Malvern, 1948-1954; Blackwood, 1955-1965; Belair, 1969); 5BU Keith (1975); 5BU Naracoorte (1980) - Qualifications: cc; AOCP 1593, 1935, SA; 2COCP 1282, 1953; 1COCP 1722, 1954 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Parkside, SA, 1939-1943) ===''BOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Germain Bowden|Bowden, Eric James Germain]] [https://www.familysearch.org/tree/person/details/L7T7-YC2] - 1894(Tas)-1984(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - PMGD Wireless Inspector, Hobart, 1920s & 1930s; witness to Royal Commission 1927 (as equipment engineer, PMGD, Tas) - Relationships: son of Frank Prosser Bowden; brother of John Gibson Bowden - Electoral Rolls: junior assistant engineer (Hobart North, 1922); engineer (Hobart South, 1936-1937) * [[/Frank Prosser Bowden|Bowden, Frank Prosser]] [https://www.familysearch.org/tree/person/details/97MP-G4L] - 1860(Tas)-1934(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter, Tas PMGD, Federal PMGD - Relationships: father of Eric James Germain Bowden and John Gibson Bowden - Electoral Rolls: civil servant (Hobart North, 1914-1928) * [[/John Gibson Bowden|Bowden, John Gibson]] [https://www.familysearch.org/tree/person/details/LNJZ-V69] - 1906(Tas)-1998(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - employee of Medhurst Electrical - Relationships: son of Frank Prosser Bowden; brother of Eric James Germain Bowden - Electoral Rolls: mechanic (Launceston, 1928); electrical mechanic (New Town, 1936-1937); engineer (Nelson, 1943-1963) * [[/Ronald Stanley Bowden|Bowden, Ronald Stanley]] [https://www.familysearch.org/tree/person/details/GQGS-F9R] - 1900(Eng)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Albion, Qld, 1921); car driver (Wilston, Qld, 1934); car proprietor (Newmarket, Qld, 1936-1943); store keeper (Urangan, Qld, 1949-1954); farmer (Mundubbera, Qld, 1958-1963); retired (Urangan, Qld, 1968-1980) ===''BOWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Keith Bowen|Bowen, Harold Keith "Keith"]] [https://www.familysearch.org/tree/person/details/GXGK-7SZ] - 1913(SA)-1987(SA) - Licences: 5KB Adelaide (Maylands, 1932-1939) - Qualifications: cc; AOCP 1049, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Tranmere, SA, 1943) * [[/Joseph La Venture Bowen|Bowen, Joseph La Venture or Laventure]] [https://www.familysearch.org/tree/person/details/GDPP-MLB] - 1917(Qld)-1966(Qld) - Licences: 4LB Brisbane (Hamilton, 1935-1939)- Qualifications: cc; AOCP 1445, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kedron, Qld, 1943-1958); public servant (Kedron, Qld, 1963) ===''BOWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Nigel Bowman|Bowman, Hubert Nigel "Pete"]] [https://www.familysearch.org/tree/person/details/K4PT-FY3] - 1908(SA)-1987(SA) - Licences: 5FM Adelaide (Payneham, 1932-1933; Royston Park, 1937; Payneham, 1938-1939, 1947-1948; Mitcham, 1954-1956); 5FM Crystal Brook (1960); 5FM Bridgewater (1965-1980+); 5FN Portable (1965-1969) - Qualifications: cc; AOCP 911, 1932, No. ?? in SA; 2COCP 259, 1939; BOCP 282, 1940; 1COCP 354, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Boyd|Boyd, Norman James]] [https://www.familysearch.org/tree/person/details/GZXJ-VM7] - 1897(Vic)-1977(Vic) - Licences: XNO Melbourne (Elsternwick, 1913-1914); 3EL Receive Melbourne (Elsternwick, 1922-1923); 3EL Melbourne (Elsternwick, 1924-1925; Caulfield, 1925-1927; Elwood, 1931-1939) - Qualifications: AOCP 104, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; radio engineer (3UZ, 1920s); WW1 - Electoral Rolls: mechanic (Elsternwick, 1919-1924); manager (Caulfield, 1926-1928); engineer (Elsternwick, 1931-1937); electrician (St Kilda, 1949-1963); retired (Caulfield, 1967-1977) ===''BRADBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. J. Bradbury|Bradbury, B. J.]] - abt 1887(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''BRADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Keith Bradford|Bradford, Alfred Keith]] [https://www.familysearch.org/tree/person/details/L6Q5-VC5] - 1912(NSW)-1986(Qld) - Licences: 4KK Millmerran (1936-1939, 1947-1975); 4KK Drillham (1980+) - Qualifications: cc; AOCP 1750, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Millmerran, Qld, 1934-1937); farmer (Millmerran, Qld, 1943-1954); radio dealer (Millmerran, Qld, 1958-1968); farmer (Drillham, Qld, 1977-1980) * [[/John Richard Bradford|Bradford, John Richard]] - 19??(???)-19??(???) - senior federal public servant (chief electrical engineer, Qld, PMGD) ===''BRADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Randell Bradley|Bradley, Frank Randell]] [https://www.familysearch.org/tree/person/details/G973-F7P] - 1884(SA)-1963(NSW) - Licences: 3ZK Melbourne (Sandringham, 1923-1930); 2JB Sydney (Mosman, 1931-1939) - Qualifications: cc; AOCP 2, 1924, No. 1 in Vic - amateur operator; amateur broadcaster; federal public servant (PMGD, Superintendant Telegraphs Vic, 1928; Deputy PMG Qld; NSW); historian (telegraphs) - Electoral Rolls: civil servant (Sandringham, Vic, 1914-1924; Mosman, NSW, 1933-1943); no occupation (Killara, NSW, 1954-1963) ===''BRAGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Bragg|Bragg, William Henry]] [https://www.familysearch.org/tree/person/details/LCFQ-9N6] - 1862(Eng)-1942(Eng) - Early wireless experimenter, academic (University of Adelaide, 1885-1908), physicist, chemist, mathematician, shared Nobel prize in 1915 with his son William Lawrence Bragg, son-in-law of Charles Todd - Links: [[w:William Henry Bragg|Wikipedia]] * [[/William Lawrence Bragg|Bragg, William Lawrence "Lawrence"]] [https://www.familysearch.org/tree/person/details/MWXT-CLR] - 1890(SA)-1971(Eng) - participated as a youth in his father's early wireless experiments, academic (University of Adelaide), physicist, shared Nobel prize in 1915 with his father William Henry Bragg, grandson of Charles Todd - Links: [[w:Lawrence Bragg|Wikipedia]] ===''BRAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. F. Brain|Brain, S. F.]] - 19??(???)-19??(???) - Licences: 2ZD Sydney (Ashfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: likely related XFR V. J. Brain - Electoral Rolls: Nil yet identified * [[/V. J. Brain|Brain, V. J.]] - 19??(???)-19??(???) - Licences: XFR Sydney (Ashfield, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: likely related 2ZD S. F. Brain - Electoral Rolls: Nil yet identified ===''BRAMLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Alfred Bramley|Bramley, John Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIW Wyndham (1917-1918) - Electoral Rolls: Nil yet identified ===''BRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorayne Branch|Branch, Lorayne]] - Living - author ("Henry Sutton, The Innovative Man"), historian (Henry Sutton) ===''BRANDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Frank Brandon|Brandon, Eric Frank]] [https://www.familysearch.org/tree/person/details/GXPK-2ZY] - 1907(SA)-2001(SA) - Licences: 5FB Wilmington (1933-1939); 5FB Adelaide (Prospect, 1948); 5FA Oodnadatta (1965); 5FA Ramco (1969-1975); 5FA Adelaide (Blair Athol, 1980+) - Qualifications: cc; AOCP 1145, 1933, SA; 2COCP 140, 1938; 1COCP 183, 1938; BOCP 201, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BRANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Mervyn Branks|Branks, Albert Mervyn "Merv"]] [https://www.familysearch.org/tree/person/details/GZ6Y-88K] - 1906(NZ)-1978(NZ) - prominent MW and SW broadcast listener 1920s to 1970s, DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tribute] ===''BREDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wynne Steere Breden|Breden, Wynne Steere]] - 1900(Qld)-1976(NSW) - Rx Melbourne (East Melbourne, 1923), 2WS Newcastle (Newcastle, 1924-1931), amateur operator (AOCP 9, 1924, No. ?? in NSW), amateur broadcaster, shipyard business ===''BREMERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Frederick Bremerman|Bremerman, Harold Frederick]] [https://www.familysearch.org/tree/person/details/GXCQ-QWC] - 1903(Eng)-1988(Qld) - Licences: 4HB Brisbane (Wooloowin, 1938-1939, 1946-1954; Aspley (1955-1975+) - Qualifications: cc; AOCP 1267, 1934, Qld; COCP (Eng) - amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (WIAQ, Life Member; Brisbane DX Club); employment (electrician, Courier Mail, Besley & Pike, Mt. Olivett Hospital); pilot; UK Merchant Navy 1920s - Electoral Rolls: electrical mechanic (Albion, Qld, 1928); mechanic (Wooloowin, Qld, 1936-1954); retired (Aspley, Qld, 1958-1980) ===''BRENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan James Brennan|Brennan, Allan James]] [https://www.familysearch.org/tree/person/details/G6TR-SNJ] - 1887(Vic)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 31, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: Nil yet identified ===''BREWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip John Brewer|Brewer, Phillip or Philip John]] [https://www.familysearch.org/tree/person/details/LVKH-MNW] - 1900(WA)-1948(SA) - Licences: 5JA Adelaide (Parkside, 1926-1939) - Qualifications: cc; AOCP 269, 1926, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Parkside, 1939-1943) ===''BRIDGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Bridger|Bridger, Thomas William]] [https://www.familysearch.org/tree/person/details/G85V-2YT] - 1885(UK)-1941(NT) - Licences: 4AP Receive Brisbane (City, 1923); 4AP Brisbane (Hamilton, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer; public servant; WW1 (2nd Aust Flying Squadron, 1916) - Electoral Rolls: electrical engineer (West Perth, 1914); consulting engineer (Auchenflower, 1925); poultry farmer (Geebung, 1928); engineer (Armadale, 1934-1937) - Directories: electrical engineer (Adelaide, 1915; Melbourne, 1917-1921; Brisbane, 1923-1927; Adelaide, 1930) ===''BRIDGES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank John Claud Bridges|Bridges, Frank John Claud or Claude]] [https://www.familysearch.org/tree/person/details/GHRF-XHR] - 1885(NZ)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 141, 1915; 2COCP 182, 1930; 1COCP 279, 1932 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); officer-in-charge (Radio Station, Esperance, 1921-1949); retired (Esperance, 1958-1963) ===''BRIGGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Robert Briggs|Briggs, Donald Robert]] [https://www.familysearch.org/tree/person/details/GX5B-1TN] - 1915(SA)-2008(SA) - Licences: 5BD Adelaide (Walkerville, 1935-1939; Henley Beach, 1947; South Plympton, 1954-19600; 5HB Adelaide (Morphett Vale, 1980+) - Qualifications: cc; AOCP 1490, 1935, SA; 2COCP 413, 1941; BOCP 373, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: assistant (Kirkcaldy, SA, 1939) ===''BRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Herbert Bright|Bright, William Henry Herbert "Bill"]] [https://www.familysearch.org/tree/person/details/LBQH-GSX] - 1898(Qld)-1961(Qld) - Licences: Spark; 4FA Toowoomba (1923); 4AA Toowoomba (1924-1925); 4WB Toowoomba (1925-1927); 4OO Toowoomba (1937-1939) - Qualifications: cc; AOCP 123, 1925, No. 13 in Qld - amateur operator; amateur broadcaster - Withdrawal: callsign 4AA withdrawn by PMGD for their use - Electoral Rolls: telegraphist (Toowoomba, 1919-1943); clerk (Toowoomba, 1949); mechanic (Toowoomba, 1954-1958) ===''BRIMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Campbell Brimble|Brimble, Charles Campbell]] [https://www.familysearch.org/tree/person/details/GX5L-9GH] - 1915(SA)-2003(SA) - Licences: 5CB Adelaide (Somerton, 1935-1939, 1947-1948; Somerton Park, 1954-1980+) - Qualifications: cc; AOCP 1446, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Somerton, SA, 1939-1943) ===''BRIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Marcus John Gordon Brims|Brims, Marcus John Gordon]] [https://www.familysearch.org/tree/person/details/KZWB-S11] - 1888(Qld)-1982(Qld) - Licences: XQA Mareeba (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; business proprietor (plywood & veneer manufacture) - Electoral Rolls: foreman (Mareeba, 1912-1913); foreman joiner (Milton, 1921); timber merchant (Milton, 1925-1931); plywood manufacturer (Annerley, 1937-1958); business manager (Annerley, 1963-1980) ===''BRISTOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Morrison Bristow|Bristow, John Morrison]] [https://www.familysearch.org/tree/person/details/GZPL-DLJ] - 1908(NSW)-1983(NSW) - Licences: 2ZX Sydney (Neutral Bay, 1926-1929) - Qualifications: AOCP 243, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: advertising manager (Neutral Bay, 1930-1935); manager (Gordon, 1937-1943); company manager (Pymble, 1949); manager (Wahroonga, 1954-1980) ===''BROCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Edward Earl Brock|Brock, Hector Edward Earl]][https://www.familysearch.org/tree/person/details/9VQL-BTC] - 1902(Vic)-1962(SA) - Licences: 3ZC Melbourne (Moonee Ponds, 1923-1924); 5DP Adelaide (North Adelaide, 1924-1927; Malvern, 1927-1938); 5UZ Adelaide (Fullarton, 1954-1956; Nailsworth, 1960) - Qualifications: cc; AOCP 25, 1924, No. ?? in SA - amateur operator; amateur broadcaster; University of Adelaide (Demonstrator & Technical Assistant, 1949) - Electoral Rolls: laboratory assistant (Moonee Ponds, Vic, 1924); no occupation (Malvern, SA, 1939-1943) ===''BROINOWSKI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leopold Thomas Broinowski|Broinowski, Leopold Thomas]] [https://www.familysearch.org/tree/person/details/G6FR-SMR] - 1871(Vic)-1937(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as associate editor, Hobart Mercury, Tas) - Electoral Rolls: journalist (Hobart South, 1914-1937) ===''BROOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilberforce Henry Liddon Brooke|Brooke, Wilberforce Henry Liddon]] [https://www.familysearch.org/tree/person/details/LB61-69T] - 1891(NSW)-1969(NSW) - Licences: 2BR Terrigal (1930-1936); 2BR Dora Creek (1937-1939, 1946-1958); 2BR Paterson (1960-1969) - Qualifications: AOCP 638, 1930, NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: clergyman (Jerry's Plains, 1930; Terrigal, 1931-1937; Dora Creek, 1954-1958; Paterson, 1963-1968) ===''BROOKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Brookes|Brookes, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GDSJ-GV6] - 1911(Qld)-1958(Qld) - Licences: 4BA Brisbane (Kelvin Grove, 1936-1937; Ashgrove, 1938-1939; Wooloowin, 1947-1948) - Qualifications: cc; AOCP 1641, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Wooloowin, Qld, 1943-1954); waterside Worker (Wooloowin, Qld, 1958) ===''BROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Milton Brooks|Brooks, Albert Henry Milton]] [https://www.familysearch.org/tree/person/details/LT1Q-DVK] - 1901(SA)-1975(SA) - Licences: 5KG Adelaide (Grange, 1933-1939; Croydon, 1946-1960+); 5AH Adelaide (Ridleton, 1969-1975) - Qualifications: cc; AOCP 1170, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Croydon, 1939); railway employee (Croydon, 1941-1943) - Relationships: likely related to 7JB John Vickery Brooks and 7DB D. C. Brooks * [[/John Vickery Brooks|Brooks, John Vickery "Jack"]] [https://www.familysearch.org/tree/person/details/GHXL-RK8] - 1905(SA)-1983(Vic) - Licences: 7JB Hobart (1924-1926) - Qualifications: cc; AOCP 37, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; engineer; originally from Adelaide - Relationships: likely related to 5KG Albert Henry Brooks and 7DB D. C. Brooks - Electoral Rolls: engineer (Hobart South, 1928; Malvern, Vic, 1954-1980) ===''BROOMHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Broomhall|Broomhall, Charles Alfred]] [https://www.familysearch.org/tree/person/details/M7NZ-2SV] - 1891(Vic)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 729, 1922 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Geraldton, 1916); mechanic (Wireless Station, Applecross, 1925; Canning Bridge, 1931-1937; Applecross, 1943-1954); retired (Bickley, 1958-1963) ===''BROWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan George Brown|Brown, Alan George]] [https://www.familysearch.org/tree/person/details/G849-43Y] - 1909(Vic)-1970(Vic) - Licences: 3CX Melbourne (Canterbury, 1928-1937; Upper Hawthorn, 1938-1939; Canterbury, 1946-1969) - Qualifications: AOCP 446, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF) - Electoral Rolls: clerk (Camberwell North, 1931); public servant (Auburn, 1936-1937); RAAF (St Kilda North, 1943); civil servant (Auburn, 1949); clerk (Deepdene, 1954; Camberwell North, 1963-1968) * [[/Alan Weymouth Brown|Brown, Alan Weymouth]] [https://www.familysearch.org/tree/person/details/GSKH-1N5] - 1902(Tas)-1938(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Listeners' League, Hobart (assistant secretary); witness to Royal Commission 1927 (as Assistant Secretary, Listeners' League, Hobart, Tas) - Electoral Rolls: electrician (Hobart South, 1936-1937) * [[/Alfred Louis Brown|Brown, Alfred Louis]] [https://www.familysearch.org/tree/person/details/LYQV-4SS] - 1885(Eng)-1971(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as general manager, 5CL, SA) - Electoral Rolls: instrument maker (Claremont, WA, 1910); optician (Applecross, 1916-1917); director (Kew, Vic, 1926); engineer (Cottesloe, 1936-1937) * [[/Bruce Kevin Brown|Brown, Bruce Kevin]] [https://www.familysearch.org/tree/person/details/G6S4-CV1] - 1920(Tas)-1984(NSW) - Licences: 7QZ Launceston (1937-1939); 2AQZ Sydney (Meadowbank, 1954-1969; Annangrove, 1975-1980+) - Qualifications: cc; AOCP 1942, 1937, No. ?? in Tas; BOCP 303, 1940; 1COCP 492, 1941; TVOCP 1014, 1968 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: laboratory assistant (Meadowbank, 1943-1968); technician (Annangrove, 1972-1980) * [[/Clarence Roy Brown|Brown, Clarence Roy]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - founder of 5KA Class B Adelaide; witness to Royal Commission 1927 (as manager, 5KA, SA) - Electoral Rolls: * [[/Clifford Walter Brown|Brown, Clifford Walter]] [https://www.familysearch.org/tree/person/details/LCV5-M8M] - 1906(WA)-1991(WA) - Licences: 6CB Perth (Subiaco, 1930-1939) - Qualifications: cc; AOCP 640, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Subiaco, 1931-1937); traveller (Nedlands, 1943-1963); business manager (Wembley, 1968); manager (Morley, 1972; Dianella, 1977-1980) * [[/Frank Makepeace Brown|Brown, Frank Makepeace]] [https://www.familysearch.org/tree/person/details/G8H5-2M5] - 1911(WA)-2006(WA) - Licences: 6FB Mullewa (1939; 1946-1948); 6FB Bassendean (1954-1960); 6FB Perth (Doubleview, 1965-1969; Rossmoyne, 1975) - Qualifications: AOCP 2375, 1939, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telephone mechanic (Northam, 1936; Bassendean, 1943); civil servant (Mullewa, 1949); telephone technician (Bassendean, 1954-1963); civil servant (Doubleview, 1968-1972); telephone technician (Rossmoyne, 1977-1980) * [[/George D. Brown|Brown, George D.]] [https://www.familysearch.org/tree/person/details/GXCQ-JFD] - 1875(???)-19??(???) - Licences: 4DB Brisbane (Ascot, Qld, 1937-1939) - Qualifications: cc; AOCP 1970, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous GBs - Electoral Rolls: Nil yet identified * [[/Harry Percy Brown|Brown, Harry Percy "Horsepower", "Poo Bah"]] [https://www.familysearch.org/tree/person/details/L1R8-R1W] - 1878(Eng)-1967(NSW) - senior federal public servant (Director-General, Posts and Telegraphs); witness to Royal Commission 1927 (as Secretary, PMGD) - Links: [[w:Harry Brown (public servant)|Wikipedia]]; [https://adb.anu.edu.au/biography/brown-sir-harry-percy-5384 ADB]; [https://telegramsaustralia.com/Forms/Special%20developments/People/Brown.html Telegrams Australia] * [[/Hector Mervyn Brown|Brown, Hector Mervyn]] [https://www.familysearch.org/tree/person/details/G9TY-HSC] - 1906(NSW)-1961(SA) - Licences: 5MB Adelaide (Torrensville, 1927-1928; Southwark, 1931-1933, 1946-1948) - Qualifications: AOCP 345, 1927, No. ?? in SA; 2COCP 402 1932; 1COCP 333, 1933) - amateur operator, amateur broadcaster, broadcast engineer (2BH, 1937), PMGD SA (mechanic, retired 1940) - Electoral Rolls: radio engineer (Broken Hill, 1937), engineer (Thebarton, 1941-1943) * [[/Herbert George Brown|Brown, Herbert George "Harry"]] [https://www.familysearch.org/tree/person/details/L5BH-NGV] - 1887(Eng)-1966(Qld) - Licences: 4BH Booval (1928-1930); 4HG Booval (1931); 4HG Ipswich (1937-1939, 1946-1956); 4BH Brisbane (Graceville, 1965) - Qualifications: cc; AOCP 455, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (Ipswich); railways employee - Callsign: withdrawn for 4BH Brisbane - Electoral Rolls: labourer (Ipswich, Qld, 1925; Redbank, Qld, 1929) * [[/Herbert Rufus Brown|Brown, Herbert Rufus]] [https://www.familysearch.org/tree/person/details/K2HL-T23] - 1894(Vic)-1980(Vic) - Licences: 3NN Receive Yanac (1923); 3NN Yanac (1924-1980) - Qualifications: cc; AOCP 271, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Yanac, 1919-1977) * [[/J. R. Brown|Brown, J. R.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Southport (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James McGladdery Brown|Brown, James McGladdery]] [https://www.familysearch.org/tree/person/details/GW18-TCK] - 1882(Qld)-1965(Qld) - Licences: 4BJ Aramac (1929-1933); 4BJ Rockhampton (1937); 4BJ Bundaberg (1947-1965) - Qualifications: AOCP 480, 1929, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: porter (Rockhampton, 1905); station master (Finch Hatton, 1913); labourer (Mackay, 1919); motor car proprietor (Baralaba, Mt Morgan, 1925); guard (Aramac, 1928-1937); retired (Maryborough, 1954-1963; Ascot, 1963) - Relationships: father of Victor James Caldwell Brown, the likely actual amateur operator * [[/John Henry Shadwell Brown|Brown, John Henry Shadwell]] [https://www.familysearch.org/tree/person/details/GDJL-7M4] - 1897(NSW)-1959(NSW) - Licences: 2JK Sydney (Botany, 1925-1939) - Qualifications: cc; CPRT 926, 1926; 1COCP 154, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Botany, 1930-1958) * [[/Joseph Brown|Brown, Joseph "Joe"]] [https://www.familysearch.org/tree/person/details/GQH2-YSM] - 1916(Tas)-1990(Tas) - Licences: 7BJ Hobart (Battery Point, 1934-1939; New Town, 1946-1980+) - Qualifications: cc; AOCP 1255, 1934, No. ?? in Tas; BOCP 5, 1936 - amateur operator; amateur broadcaster; broadcast engineer (7ZL, Hobart TV); public servant (PMGD) - Electoral Rolls: radio operator (Battery Point, 1936-1937); civil servant (New Town, 1943-1972) * [[/Leonard Austin Brown|Brown, Leonard Austin]] [https://www.familysearch.org/tree/person/details/GX21-FFX] - 1915(Vic)-1957(SA) - Licences: 3OP Melbourne (Camberwell, 1931-1933); 5OP Adelaide (Eastwood, 1937-1939) - Qualifications: cc; AOCP 814, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Camberwell, Vic, 1936; Eastwood, SA, 1939; Unley Park, SA, 1941) * [[/Robert Brown|Brown, Robert]] - 19??(???)-19??(???) - Licences: Receive Hobart (Moonah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart Central, 1919; Moonah, 1928); fitter (Hobart North, 1958) * [[/Victor James Caldwell Brown|Brown, Victor James Caldwell]] [https://www.familysearch.org/tree/person/details/LBKS-2T7] - 1907(Qld)-1983(Qld) - Licences: Nil yet identified, but likely those in father's name - Qualifications: Nil yet identified, but likely those in father's name - amateur operator? - Electoral Rolls: wardsman (Aramac, 1928); guard (Aramac, 1930); baker (Rockhampton, 1936); radio mechanic (Barcaldine, 1943; Bundaberg, 1949-1963) - Relationships: son of James McGladdery Brown - note electoral roll addresses for Victor James precisely align with 4BJ addresses whereas those for James McGladdery do not * [[/William Francis Brown|Brown, William Francis]] [https://www.familysearch.org/tree/person/details/G8VB-4DL] - 1914(Vic)-19??(???) - Licences: 3BB Warrnambool (1930-1933); 3BB Melbourne (Richmond, 1937); 9BB Wau, New Guinea (1938); 2ANP Sydney (Bundeena, 1947) - Qualifications: AOCP 704, 1930, Vic; 2COCP 92, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Richmond, 1937) - Comment: many contemporaneous WFBs ===''BROWNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Vincent Browne|Browne, Robert John Vincent]] [https://www.familysearch.org/tree/person/details/GSLZ-BY6] - 1907(Qld)-1972(Qld) - Licences: 4RB Brisbane (Toowong, 1925-1939; New Farm, 1946-1956; Dorrington, 1960-1969) - Qualifications: cc; AOCP 92, 1925, No. 10 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Toowong, 1936-1937); mechanic (Clevedon, 4QN, 1943); technician (New Farm, 1949-1954); teacher (Dorrington, 1958-1968) ===''BROWNLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Frank Brownless|Brownless, Sidney Frank "Frank"]] [https://www.familysearch.org/tree/person/details/G8HD-M5S] - 1915(Eng)-1995(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD); military (WW2, RAF, radar research); clubs & societies (IREE); author ("The Sharing of Television Channels", ABCB, 1973 - Electoral Rolls: engineer (Albert Park, 1954-1980) ===''BRUCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Bruce|Bruce, George William]] [https://www.familysearch.org/tree/person/details/GXPX-XN9] - 1913(SA)-1980(SA) - Licences: 5GB Adelaide (Prospect, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1925, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Arthur Bruce|Bruce, Robert Arthur]] [https://www.familysearch.org/tree/person/details/LR18-SKL] - 1900(SA)-1971(SA) - Licences: Receive Adelaide (City, 1923-1924); 5BJ Adelaide (Glenelg, 1927-1939) - Qualifications: cc; AOCP 357, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glenelg, 1939-1943) * [[/Robert William Bruce|Bruce, Robert William]] [https://www.familysearch.org/tree/person/details/GZTC-Z1J] - 1899(Vic)-1971(Vic) - Licences: 3JW Melbourne (St Kilda, 1926-1928; East Malvern, 1931-1939) - Qualifications: AOCP 283, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda East, 1926; Malvern East, 1931-1967) ===''BRUNSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Thomas Brunsden|Brunsden, Herbert Thomas]] [https://www.familysearch.org/tree/person/details/G8NR-JJR] - 1909(NSW)-1942(NSW) - Licences: 2BX Sydney (Leichhardt, 1930-1939) - Qualifications: AOCP 649, 1930, NSW; AOLCP 258, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Leichhardt, 1930-1937) - Comment: Gone too soon ===''BRYCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ramsay Auld Bryce|Bryce, Ramsay Auld]] [https://www.familysearch.org/tree/person/details/GH9T-FL2] - 1914(Qld)-1974(Qld) - Licences: 4AB Ipswich (1937-1939, 1947-1948); 4AB Gold Coast (Palm Beach, 1954-1969); 4AC Portable Ipswich (1947-1956) - Qualifications: cc; AOCP 1935, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (North Ipswich, Qld, 1937); radio serviceman (North Ipswich, Qld, 1943); theatre proprietor (Palm Beach, Qld, 1949); showman (Palm Beach, Qld, 1954-1958); projectionist (Palm Beach, Qld, 1963-1972) ===''BRYSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royal William Bryson|Bryson, Royal William "Roy"]] [https://www.familysearch.org/tree/person/details/GZ9P-5KJ] - 1886(Vic)-1956(Vic) - Licences: XJJ Melbourne (Richmond, 1913); 3JM Receive Melbourne (Kew, 1922-1923); 3JM Melbourne (Kew, 1924-1933) - Qualifications: cc; AOCP 50, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; honorary radio inspector - Electoral Rolls: mechanic (Richmond, 1914-1916); electrical fitter (Kew, 1919-1937); electrician (Croydon, 1943-1954) ===''BUCHANAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thomas Oswald Buchanan|Buchanan, Norman Thomas Oswald]] [https://www.familysearch.org/tree/person/details/G84K-B7C] - 1912(Qld)-1985(Vic) - Licences: 2NB Sydney (Manly, 1928-1939); 2ANB Sydney (Bondi, 1948; Kingsford, 1950); 3AND Melbourne (Ascot Vale, 1954; Rosanna, 1955-1956) - Qualifications: AOCP 466, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Manly, 1934-1935); sound engineer (Manly, 1936); engineer (North Sydney, 1943; Heidelberg, 1954-1963; Rosanna, 1968; Heidelberg, 1972; Rosanna, 1977); retired (Castlemaine, 1980) ===''BUCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hector Buck|Buck, Albert Hector]] [https://www.familysearch.org/tree/person/details/LDQJ-PC3] - 1905(Vic)-1948(Vic) - Licences: 3TM Receive Melbourne (Albert Park, 1923); 3TM Melbourne (Glenhuntly, 1924-1926; Glenferrie, 1927; East Preston, 1931; Hawthorn, 1933-1937); 3TM Terang (1938-1939); 3TM Shepparton (1946-1947) - Qualifications: cc; AOCP 138, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: father of 3ZMX & 3AAD Edwin David Buck, don't confuse with Albert Thomas Buck (Qld) - Electoral Rolls: electrician (Glenferrie, 1927-1928); mechanic (Glenferrie, 1931; Hawthorn, 1937); electrician (Terang, 1943) * [[/Albert Thomas Buck|Buck, Albert Thomas]] [https://www.familysearch.org/tree/person/details/9Z9K-CXG] - 1892(Eng)-1973(Eng) - Licences: 4CW Receive Brisbane (Geebung, 1923); 4CW Brisbane (Geebung, 1924-1927) - Qualifications: cc; AOCP 281, 1926, No. 24 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: home duties (Kedron, 1931-1934); wireless mechanic (Summer Hill, 1933) - don't confuse with 3TM Albert Hector Buck * [[/Edwin David Buck|Buck, Edwin David]] [https://www.familysearch.org/tree/person/details/GZNC-4JQ] - 1929(Vic)-2010(Vic) - 3ZMX Melbourne (Thornbury, 1965-1969, 3AAD Melbourne (Thornbury, 1975-1980), amateur operator (AOCP ??, 19??, No. ?? in Vic), son of 3TM Albert Hector Buck ===''BUCKERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Roy Buckerfield|Buckerfield, Sidney Roy "Buck" & "Roy"]] [https://www.familysearch.org/tree/person/details/GCGS-S7N] - 1904(SA)-1965(SA) - Licences: 5DA Receive Adelaide (Parkside, 1923); 5DA Adelaide (Parkside, 1924-1927; Evandale, 1928-1931; Knoxville, 1933-1939; St Morris, 1947-1948+); 5DA Crystal Brook (1954-1956); 5DA Adelaide (Brighton Gardens, 1960+) - Qualifications: cc; AOCP 32, 1924, No. ?? in SA; 2COCP 163, 1938; 1COCP 1557, 1950 - amateur operator; amateur broadcaster; broadcast engineer (5DN, 5CK, 5DR, 5AN, 5ABCFM); public servant (PMGD); WW2 - Electoral Rolls: mechanic (Knoxville, 1939) ===''BUCKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Carson Buckie|Buckie, Alan Carson]] [https://www.familysearch.org/tree/person/details/GFQ6-8QC] - 1909(WA)-1966(WA) - Licences: 6AB Perth (Nedlands, 1936-1939; Claremont, 1947-1948; Dalkeith, 1965) - Qualifications: cc; AOCP 1682, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1931); radio engineer (Nedlands, WA, 1943-1963) ===''BUGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Robert Bugg|Bugg, Charles Robert]] [https://www.familysearch.org/tree/person/details/G82G-Q8K] - 1918(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: BOCP 11, 1936, Vic - - Electoral Rolls: radio engineer (Geelong, 1942) ===''BUILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Builder|Builder, Geoffrey]] [https://www.familysearch.org/tree/person/details/GM6S-FBL] - 1906(WA)-1960(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - physicist; radio engineer; WW2 - Electoral Rolls: observer (Magnetic Observatory, Watheroo, 1931; physicist (Haberfield, 1935; Ashfield, 1937; Burwood, NSW, 1943-1958) - [https://adb.anu.edu.au/biography/builder-geoffrey-9617 ADB] ===''BULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Bull|Bull, Francis George]] [https://www.familysearch.org/tree/person/details/LB9W-CFP] - 1904(Eng)-1965(Qld) - Licences: 4MA Brisbane (Fairfield, 1936-1939) - Qualifications: cc; AOCP 1674, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Stones Corner, Qld, 1926-1928; Highgate Hill, Qld, 1934; Fairfield, Qld, 1937; Annerley, Qld, 1943-1958); military forces (Wellers Hill, Qld, 1963) * [[/J. F. Bull|Bull, J. F.]] - 19??(???)-19??(???) - 4FH Mackay (-1949-1967+), amateur operator (AOCP ??, 19??, No. ?? in Qld), associate member I.R.E. Aust. ===''BULLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Bulling|Bulling, William John]] [https://www.familysearch.org/tree/person/details/L4Y9-S95] - 1914(SA)-2000(SA) - Licences: 5KX Adelaide (Grange, 1935-1939; Kirkcaldy, 1947-1954; Kings Park, 1955-1975); 5KX Wasleys (1980+) - Qualifications: cc; AOCP 1527, 1935, SA; BOCP 166, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Kirkcaldy, 1939-1943) ===''BULLIVANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Bullivant|Bullivant, William Norman]] [https://www.familysearch.org/tree/person/details/GZJK-X8B] - 1908(NSW)-1985(NSW) - 2PR Receive Albury (1923-1924), 2WB Albury (1925-1930), 2WB West Wyalong (1931-1934), 2BC Sydney (Bondi, 1946-1950; Bellevue Hill, 1954-1969; Kingsford, 1975-1980+), amateur operator (AOCP 167, 1925, No. ?? in NSW; 1COCP 319, 1940), amateur broadcaster, postal clerk (West Wyalong, 1932), telegraphist (Bondi, 1943), supervisor (Waverley, 1954; Bellevue Hill, 1963; Kingsford, 1980)) ===''BULLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Frederick Wright Bullock|Bullock, Albert Frederick Wright "Bert"]] [https://www.familysearch.org/tree/person/details/GX4K-44G] - 1900(Qld)-1987(Qld) - Licences: 4ZX Brisbane (Coorparoo, 1933-1939, 1946-1954; Camp Hill, 1955-1960) - Qualifications: cc; AOCP 1109, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: ironworker (East Brisbane, Qld, 1925); storeman (Coorparoo, Qld, 1936-1954); retired (Coorparoo, Qld, 1958-1980) ===''BUNTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Bunton|Bunton, George Henry]] [https://www.familysearch.org/tree/person/details/MGWV-YFR] - 1872(Eng)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, Mosman, NSW) - Electoral Rolls: butcher (Mosman, 1930-1954) ===''BURBIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Arthur Burbidge|Burbidge, Philip Arthur]] [https://www.familysearch.org/tree/person/details/G8HM-7JL] - 1910(Eng)-1948(NSW) - Licences: 3PB Melbourne (Moonee Ponds, 1928-1931); 2PB Sydney (Bellevue Hill, 1946-1947) - Qualifications: AOCP 456, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant manager (Camberwell, 1934); manager (Bellevue Hill, 1943) ===''BURBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Alfred Burbury|Burbury, Eric Alfred]] - 1894(Tas)-1976(NSW) - early wireless experimenter (Tasmania, unlicensed?), ship wireless operator (1910s), broadcast engineer (AWA, Koo-we-rup; 2FC, chief engineer), brother of Harry Keith Burbury * [[/Harry Keith Burbury|Burbury, Harry Keith "Keith"]] - 1897(Tas)-1986(NSW) - engineer (PMGD), brother of Eric Alfred Burbury ===''BURCHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Burchill|Burchill, Charles]] [https://www.familysearch.org/tree/person/details/GXXD-8PF] - 1894(Qld)-1969(NSW) - Licences: 4EM Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (Hendra, Qld, 1925; Surry Hills, NSW, 1930); fitter (Long Bay Camp, NSW, 1933; Surry Hills, NSW, 1934-1936; Harbord, NSW, 1937); watchman (Maroubra, NSW, 1943-1949) ===''BURFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Patrick Burford|Burford, Walter Patrick]] [https://www.familysearch.org/tree/person/details/GHM2-CD9] - 1912(SA)-1960(Vic) - Licences: 5PB Naracoorte (1934-1939, 1947-1960) - Qualifications: cc; AOCP 1365, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, SA, 1939-1943) ===''BURGESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Thomas Burgess|Burgess, George Thomas]] [https://www.familysearch.org/tree/person/details/G8W5-N95] - 1913(SA)-1994(SA) - Licences: 5GC Adelaide (Prospect, 1933-1939; Henley Beach, 1947-1980+) - Qualifications: cc; AOCP 1233, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Henley, SA, 1941-1943) * [[/Thomas William Watkins Burgess|Burgess, Thomas William Watkins]] [https://www.familysearch.org/tree/person/details/LDZP-X1R] - 1861(NSW)-1929(NSW) - Licences: XDA Wagga Wagga (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: medical practitioner (Wagga Wagga, 1901-1903) ===''BURGOYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Burgoyne|Burgoyne, Francis James]] [https://www.familysearch.org/tree/person/details/GXQN-1VS] - 1876(Wales)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (VIY, 1913-?); RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: officer-in-charge (Radio Station, South Townsville, 1919); postmaster (Concord, 1930); public servant (Homebush, 1930); postmaster (Homebush, 1933; Strathfield, 1935; Inverell, 1936; Bondi North, 1943) ===''BURING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rudolph Buring|Buring, Rudolph]] [https://www.familysearch.org/tree/person/details/L51C-YVT] - 1906(Tas)-1973(Vic) - Licences: 7AX Receive Hobart (1922-1923); Receive Hobart (1923-1924); 7RB Hobart (1925-1933); 3RB Melbourne (Ballarat, 1935-1939) - Qualifications: cc; AOCP 102, 1925, No. ?? in Tas; AOLCP 166, 1934 - amateur operator; amateur broadcaster; electronics engineer (PMGD) - Electoral Rolls: university demonstrator (Hobart, 1928); radio engineer (Sale, 1936; Ballarat, 1936-1937); engineer (Kew, 1943-1972) ===''BURMESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Conrad Burmester|Burmester, Otto Conrad]] [https://www.familysearch.org/tree/person/details/GXWN-7VX] - 1909(Qld)-1997(Qld) - Licences: 4OB Brisbane (East Brisbane, 1933) - Qualifications: cc; AOCP 1158, 1933, No. ?? in Qld; 2COCP 31, 1935; 1COCP 46, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: broadcaster (Toowong, Qld, 1943); PMG technician (East Brisbane, Qld, 1949-1980) ===''BURNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud Edward James Burns|Burns, Claud Edward James]] [https://www.familysearch.org/tree/person/details/KCLY-P7V] - 1893(Qld)-1978(Qld) - Licences: 4ZY Kingaroy (1932-1939); 4ZY Innisfail (1946-1947); 4ZY Cairns (1948-1975) - Qualifications: cc; AOCP 996, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: supervising technician (Cairns, Qld, 1954-1977) ===''BURRAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Allan Burrage|Burrage, John Allan]] [https://www.familysearch.org/tree/person/details/KCW4-SLS] - 1916(Vic)-1942(Ins) - Licences: 3UW Melbourne (Deepdene, 1934-1937), 3UW (Shepparton, 1938-1939) - Qualifications: AOCP 1322, 1934, No. ?? in Vic; BOCP 59, 1936; 1COCP 291, 1939 - amateur operator, amateur broadcaster, broadcast engineer (3SR), WW2 - Electoral Rolls: radio engineer (Shepparton, 1942) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/burrage-john-allan-400643/] ===''BURROWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Owen Burrows|Burrows, Alan Owen]] [https://www.familysearch.org/tree/person/details/KNZG-V74] - 1901(NSW)-1933(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio correspondent (Sydney Morning Herald, Sydney Sun); proprietor Miss F. V. Wallace (Wireless Shop), 1927-1933; president Waverley Radio Club - Electoral Rolls: radio dealer (Waverley, 1930-1933) - Comment: Gone too soon * [[/Ernest Walter Burrows|Burrows, Ernest Walter]] [https://www.familysearch.org/tree/person/details/LZDY-YQ8] - 1900(WA)-1986(NSW) - Licences: 6DZ Geraldton (1924-1927); 2DZ Sydney (Concord, 1929-1930) - Qualifications: cc; CPRT 659, 1921; 1COCP 5, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: technical assistant (Canterbury, NSW, 1937-1949; Earlwood, 1954-1980) * [[/Frederick Harold Burrows|Burrows, Frederick Harold]] [https://www.familysearch.org/tree/person/details/LZDY-TKH] - 1894(Eng)-1974(WA) - Licences: 6BH Perth (Claremont, 1922-1924); 6BH Kalgoorlie (1925-1927); 6BF Perth (Beverley, 1937-1939) - Qualifications: cc; AOCP 193, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgoorlie, 1916; Claremont, 1922; Kalgoorlie, 1925); headmaster (Beverley, 1937; Subiaco, 1943-1958); retired (Subiaco, 1963-1972) * [[/John Charles Fry Burrows|Burrows, John Charles Fry]] [https://www.familysearch.org/tree/person/details/GDKZ-LJ8] - 1897(Vic)-1981(Vic) - Licences: XJCD Melbourne (Kew, 1913-1914) - Qualifications: cc; CPRT 251, 1916 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: no occupation (Kew, 1919-1931); representative (Bairnsdale, 1934); commercial (Kew, 1936-1937); superintendent (Caulfield, 1943-1954); manager (Toorak, 1963-1980) ===''BURTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Reg Burton|Burton, Arthur Reg]] [https://www.familysearch.org/tree/person/details/GXCC-3HM] - 1899(Eng)-1982(Qld) - Licences: 4FE Brisbane (South Brisbane, 1935-1936; City, 1937-1939; Highgate Hill, 1946-1948); 1FE Heard Island (1954-1955); 4FE Thursday Island (1955-1956); 4FE Normanton (1960); 4FE Labrador (1965-1980+) - Qualifications: cc; AOCP 1563, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, AIF); broadcast technician; federal public servant (PMGD) - Relationships: Likely father of 4BM Arthur Henry Burton - Electoral Rolls: artist (Lutwyche, Qld, 1921); picture showman (Beenleigh, Qld, 1922-1926); motor engineer (Kangaroo Point, Qld, 1931-1934; South Brisbane, Qld, 1937); radio engineer (South Brisbane, Qld, 1943); diesel engineer (Highgate Hill, Qld, 1949-1954); technician (Highgate Hill, Qld, 1958); retired (Labrador, Qld, 1968-1980) ===''BUSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Talbot Busch|Busch, Reginald Talbot]] [https://www.familysearch.org/tree/person/details/GZJ3-2P7] - 1907(Vic)-2005(Vic) - Licences: 3LS Receive Melbourne (Essendon, 1923); 3LS Melbourne (Moonee Ponds, 1923-1939; North Essendon, 1946-1969; Strathmore, 1975-1980+) - Qualifications: cc; AOCP 157, 1925, No. ?? in Vic; AOLCP 286, 1936; 1AOCP 3, 1946 - amateur operator; amateur broadcaster; research engineer (1942) - Electoral Rolls: engineer (Moonee Ponds, 1931-1937); research engineer (Essendon, 1942-1968); research (Strathmore, 1972-1977) ===''BUSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Melville Bush|Bush, Albert Melville]] [https://www.familysearch.org/tree/person/details/LBB7-DFN] - 1893(Vic)-1964(Vic) - 3YY Bendigo (1924-1927) - Qualifications: cc; AOCP 197, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: dental apprentice (Bendigo, 1914-1919); dentist (Bendigo, 1922-1963) ===''BUSHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Robert William Bushby|Bushby, Thomas Robert William]] [https://www.familysearch.org/tree/person/details/K2G5-KTN] - 1900(Eng)-1978(NSW) - Licences: 2TW Bulli (1927-1928); 2TW Sydney (Gladesville, 1929; Hunters Hill, 1930; Gladesville, 1931-1933; Rose Bay, 1934; Bondi North, 1935-1937; Bellevue Hill, 1938-1939) - Qualifications: AOCP 368, 1927, No. ?? in NSW; AOLCP 32, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hunters Hill, 1930; Gladesville, 1933); engineer (Rose Bay, 1934; Bellevue Hill, 1935; Bondi, 1936-1937; Kingsgrove, 1943-1954); radio engineer (Bexley, 1958-1963) ===''BUTCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Butcher|Butcher, Eric William]] [https://www.familysearch.org/tree/person/details/GXWG-77S] - 1912(Qld)-1970(Qld) - Licences: 4EB Brisbane (Lutwyche, 1931-1933; Kedron, 1938-1939) - Qualifications: cc; AOCP 871, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Kedron, Qld, 1936-1937); teacher (Grange, Qld, 1949; Wavell Heights, Qld, 1958-1968) ===''BUTLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lloyd Butler|Butler, Alfred Lloyd "Lloyd"]] - Licences: 5BR Adelaide (Prospect, 1947); 5BR Murray Bridge (1948-1960); 5BR Adelaide (Panorama, 1965-1980+) - Qualifications: AOCP; BOCP; TVOCP - amateur operator; historian (SA amateur, SA broadcast) - Electoral Rolls: - Links: [http://users.tpg.com.au/ldbutler/index.htm Web] * [[/Richard Edmund Butler|Butler, Richard Edmund "Dick"]] [https://www.familysearch.org/tree/person/details/GQX1-ZPZ] - 1926(Vic)-2012(Vic) - Senior federal public servant (PMGD), Deputy General Secretary ITU 1983-1989, Secretary General ITU 1983-1989 [https://www.itu.int/en/history/Pages/ElectedOfficialBio.aspx?off=6] ===''BUTLER-WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bertie Saywell Butler-Wood|Butler-Wood, Bertie Saywell]] [https://www.familysearch.org/tree/person/details/GXJ2-18J] - 1894(NSW)-1954(Qld) - Licences: 4EJ Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (West End, Qld, 1919-1925); dentist (West End, Qld, 1943-1954) ===''BUTTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Butterfield|Butterfield, George William]] [https://www.familysearch.org/tree/person/details/L77T-FCW] - 1903(Eng)-1980(WA) - Licences: 6GW Perth (South Perth, 1932-1939) - Qualifications: cc; AOCP 906, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: dental mechanic (Northam, WA, 1925; South Perth, WA, 1931); radio engineer (South Perth, WA, 1936-1958); retired (South Perth, WA, 1977) ===''BUTTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Butters|Butters, William Leslie W.]] [https://www.familysearch.org/tree/person/details/2VQ7-BSV] - 1885(NSW)-1953(NSW) - Licences: 2WY Bermagui South (1928-1935); 2WY Sydney (Brooklyn, 1936-1938; Cronulla, 1939; Karuah, 1946-1947); 2WY Nambucca Heads (1948-1950) - Qualifications: AOCP 464, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: fisheries inspector (Bermagui South, 1930; Brooklyn, 1936); clerk (Erskineville, 1943); retired (Nambucca Heads, 1949) ===''BUTTERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Butterworth|Butterworth, Cecil]] [https://www.familysearch.org/tree/person/details/GMLR-QDG] - 1910(NSW)-1990(NSW) - Licences: 2CB Wallsend (1929-1930); 2BU Wallsend (1931-1939, 1946-1980+) - Qualifications: AOCP 540, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Wallsend, 1936-1958); manufacturer (Wallsend, 1963-1972); engineer (Rankin Park, 1977-1980) ===''BUZACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Hardie Buzacott|Buzacott, Albert Hardie "Hardie"]] [https://www.familysearch.org/tree/person/details/L7YK-QZ6] - 1914(Qld)-1984(Qld) - Licences: 4UZ Toowoomba (1934-1939) - Qualifications: cc; AOCP 1242, 1934, No. ?? in Qld; AOLCP 260, 1935 - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio mechanic (East Toowoomba, Qld, 1936-1937); radio operator (East Toowoomba, Qld, 1943-1949); manager (Roma, Qld, 1949; Gympie, Qld, 1954-1972; Caloundra, Qld, 1977-1980) * [[/Richard Norman Buzacott|Buzacott, Richard Norman]] [https://www.familysearch.org/tree/person/details/GZ82-8ZL] - 1909(WA)-1975(Vic) - Licences: 3RB Melbourne (Elsternwick, 1926; Burwood, 1931; Camberwell, 1933); 2TD Sydney (North Sydney, 1935-1936); 3TD Lubeck (1938-1939); 3TD Melbourne (Balwyn, 1946-1960); 3AUB Melbourne (Reservoir, 1969-1975) - Qualifications: AOCP 298, 1926, No. ?? in Vic; 1COCP 61, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1931); broadcast engineer (North Sydney, 1934-1935); engineer (Camaray, NSW, 1936); broadcast engineer (Lubeck, 1937); wireless operator (Canterbury, 1943); technician (Canterbury, 1949-1954); engineer (Reservoir, 1963-1972) =='''C'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''CAGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cagney|Cagney, Eric William]] [https://www.familysearch.org/tree/person/details/GXH2-9HV] - 1909(Qld)-1990(Qld) - Licences: 4EC Rockhampton (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1386, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Palings, piano tuner); associate I.R.E. Aust - Electoral Rolls: musical instrument worker (Rockhampton, Qld, 1931-1980) ===''CAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Cain|Cain, James Henry]] [https://www.familysearch.org/tree/person/details/MKN2-48M] - 1866(Isle of Man)-1940(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a/g superintendent, Central Mission, Wesley Church, Melbourne, Vic) - Electoral Rolls: clergyman (Mooroopna, 1903; North Melbourne, 1909-1913; Carlton, 1914-1919; Glenferrie, 1921-1924; Auburn, 1924-1927; Kew, 1928-1937) ===''CALDECOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry William Spencer Caldecott|Caldecott, Henry William Spencer]] [https://www.familysearch.org/tree/person/details/GZT8-K3M] - 1908(Canada)-1991(NSW) - Licences: 2SM Sydney (Manly, 1926-1927; Chatswood, 1928-1929; Manly, 1930-1931); 2DA Sydney (Manly, 1933-1939; Balgowlah, 1946-1980+) - Qualifications: AOCP 285, 1926, No. ?? in NSW; AOLCP 58, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Balgowlah, 1930-1968); engineer (Balgowlah, 1977-1980)- callsign 2SM withdrawn by PMGD for allocation to 2SM commercial broadcaster ===''CALDWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aleck Stewart Caldwell|Caldwell, Aleck Stewart]] [https://www.familysearch.org/tree/person/details/M5SS-6BB] - 1903(SA)-1983(SA) - Licences: Receive Adelaide (Unley North, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: During 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Donald Pavy Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: draftsman (Black Forest, SA, 1939); assistant (Erindale, SA, 1941-1943) * [[/Donald Pavy Caldwell|Caldwell, Donald Pavy]] [https://www.familysearch.org/tree/person/details/LVC2-5NT] - 1907(SA)-1959(NSW) - Licences: Nil yet identified - Qualifications: cc; AOCP 29, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Comment: amateur broadcaster but never held licence in his name, during 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Aleck Stewart Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: telegraphist (Clapham, SA, 1939-1943) * [[/Frank David Caldwell|Caldwell, Frank David]] [https://www.familysearch.org/tree/person/details/G8DV-FQ9] - 1907(NSW)-1975(NSW) - Licences: 2YF Sydney (Bondi, 1930-1936; Concord, 1937; Bondi, 1938-1939; Waverley, 1946-1969); 2YF Katoomba (1975) - Qualifications: AOCP 587, 1930, No. ?? in NSW; 3COCP 404, 1938; BOCP 186, 1938 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: employee Clyde Engineering Works (Burwood, 1930); mechanic (Bondi, 1936-1937; Waverley, 1949-1958; Bronte, 1963-1968) * [[/Robert Ballantyne Caldwell|Caldwell, Robert Ballantyne]] [https://www.familysearch.org/tree/person/details/2ZSH-LYB] - 1869(SA)-1942(SA) - Licences: 5BP Adelaide (Unley, 1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: father of Aleck Stewart Caldwell & Donald Pavy Caldwell; brother of William Alexander Caldwell - Electoral Rolls: resident engineer (North Unley, SA, 1939-1941) * [[/Rupert Christian Caldwell|Caldwell, Rupert Christian]] [https://www.familysearch.org/tree/person/details/G8W3-897] - 1893(Vic)-1989(NSW) - Licences: 2YW Receive Sydney (Leichhardt, 1923-1924); 2JO Sydney (Bondi Junction, 1928; Waverley, 1929-1933; Woollahra, 1934-1937; Bondi, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 415, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: traveller (Waverley, 1930-1933; Woollahra, 1934-1936; Bondi Beach, 1937-1968); retired (Waverley, 1972; Bondi Beach, 1977; Malabar, 1980) * [[/William Alexander Caldwell|Caldwell, William Alexander]] [https://www.familysearch.org/tree/person/details/K8Y4-P92] - 1881(SA)-1964(SA) - Licences: 5DI Receive Adelaide (Unley, 1923); 5BO Adelaide (Unley, 1923); 5BP Adelaide (Unley, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: brother of Robert Ballantyne Caldwell; uncle of Aleck Stewart Caldwell & Donald Pavy Caldwell - Electoral Rolls: nil (Glenelg, SA, 1939-1943) ===''CALETTI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guido Caletti|Caletti, Guido "Jim"]] [https://www.familysearch.org/tree/person/details/G841-NV5] - 1900(NSW)-1952(NSW) - Licences: 2CL Receive Sydney (Leichhardt, 1922; Newtown, 1922); 2CL Sydney (Newtown, 1923; Redfern, 1924; Annandale, 1924-1926; Punchbowl, 1927-1929; Penrose, 1930); 2AHV Sydney (Hurstville, 1938-1939, 1946-1950) - Qualifications: cc; CPRTelephony 649, 1921 - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Punchbowl, 1930); mechanic (Bankstown, 1933); telephone mechanic (Hurstville, 1937-1949) ===''CALLABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Callaby|Callaby, Clarence James]] [https://www.familysearch.org/tree/person/details/GZBQ-38C] - 1910(NSW)-1978(NSW) - Licences: 2CJ Sydney (Concord, 1929-1934); 3BI Ballarat (1937-1939) - Qualifications: AOCP 546, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: laboratory assistant (Concord, 1933-1935); chemist (Croydon, 1936-1937); industrial chemist (West Ryde, 1943-1958); company director (St Ives, 1963-1968); director (St Ives, 1972-1977) ===''CALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Victor Callick|Callick, Harold Victor]] [https://www.familysearch.org/tree/person/details/GXF4-P45] - 1898(Eng)-1978(Qld) - Licences: Receive Brisbane (Herston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: surgical dresser (Kelvin Grove, Qld, 1921-1925; Herston, Qld, 1937-1963; Alderley, Qld, 1943-1949; Herston, Qld, 1954-1958; Chermside, Qld, 1963); retired (Miami, Qld, 1968-1977) ===''CALLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival James Callow|Callow, Percival James]] [https://www.familysearch.org/tree/person/details/GXFB-TR6] - 1899(Qld)-1969(Qld) - Licences: Receive (Crystal) Brisbane (Albion, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: public servant (Albion, Qld, 1921-1925); clerk (Glen Kedron, Qld, 1934; Kedron, Qld, 1936-1963); retired (Scarborough, Qld, 1968) ===''CAMERON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. R. Cameron|Cameron, A. R.]] - 19??(???)-19??(???) - Licences: 5RC Adelaide (Leabrook, 1931-1938); 2AMK Sydney (Hunters Hill, 1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Milton Cameron|Cameron, Robert Milton]] [https://www.familysearch.org/tree/person/details/GZXL-HDJ] - 1907(Vic)-1985(SA) - Licences: 3OT Receive Melbourne (Malvern, 1923); 3OT Melbourne (Malvern, 1924-1933); 2XV Sydney (Waverton, 1935; Cronulla, 1937-1939); 4CS Brisbane (Doomben, 1947; Archerfield, 1948); 3AC Melbourne (Prahran, 1954-1955; Hawthorn, 1956-1960) - Qualifications: cc; AOCP 112, 1925, No. ?? in Vic; 1COCP 87, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Malvern East, 1931-1934); aeradio operator (Cooktown, 1943); surveyor (Prahran, 1954) ===''CAMPBELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dallas Dwyer Campbell|Campbell, Dallas Dwyer]] - 1901(NSW)-1964(NSW) - 2KU? Receive Ulmarra (1922-23), 2CU Ulmarra (1924-1939), amateur operator (AOCP 5, 1924, No. ?? in NSW), amateur broadcaster * [[/Douglas Gilmore Campbell|Campbell, Douglas Gilmore]] [https://www.familysearch.org/tree/person/details/LJBS-NDD] - 1888(NSW)-1971(NSW) - 2JO Receive Kyogle (1922-1924), 2DG Kyogle (1925-1933), amateur operator (AOCP 70, 1925, No. ?? in NSW), amateur broadcaster * [[/Frank Valentine Campbell|Campbell, Frank Valentine]] [https://www.familysearch.org/tree/person/details/GXZJ-CGN] - 1901(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4GC George Alfred Campbell - Electoral Rolls: wireless expert (South Brisbane, Qld, 1926); mechanic (Kedron, Qld, 1928-1929); electrical engineer (Kedron, Qld, 1934-1954); electrician (Haberfield, NSW, 1958-1963); retired (Beacon Hill, NSW, 1968-1972) * [[/Frederick Alexander Campbell|Campbell, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/KC4J-HG7] - 1849(Sct)-1930(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, South Yarra, Vic) - Electoral Rolls: director (Melbourne, 1903-1913; South Yarra, 1914-1919); chief executive (South Yarra, 1924-1928) * [[/George Alfred Campbell|Campbell, George Alfred]] [https://www.familysearch.org/tree/person/details/GXZJ-C21] - 1894(Eng)-1983(Qld) - Licences: 4GC Brisbane (South Brisbane, 1937-1939, 1947-1960); 4GC Mermaid Beach (1965-1975); 4GC Brisbane (Annerley, 1980+) - Qualifications: cc; AOCP 2014, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Frank Valentine Campbell - Electoral Rolls: electrical engineer (West End, Qld, 1925-1926; South Brisbane, Qld, 1928-1963); retired (Annerley, Qld, 1968-1972; Mermaid Beach, Qld, 1977) * [[/James Campbell|Campbell, James]] - 1845(Sct)-1893(Vic) - proprietor of engineering business in Ballarat, politician in Victoria, Postmaster-General Victoria (Apr 1884 - Feb 1886) * [[/Neville Douglas Campbell|Campbell, Neville Douglas or Douglas Neville]] [https://www.familysearch.org/tree/person/details/G73C-WVG] - 1912(Tas)-2007(Tas) - Licences: 7NC Hobart (City, 1932-1939, 1946-1956; Sandy Bay, 1960-1980) - Qualifications: cc; AOCP 993, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (New Town, 1943; Sandy Bay, 1949-1958) * [[/Robert Campbell|Campbell, Robert]] - 1917(???)-1950(Qld) - Licences: 4RC Brisbane (Kelvin Grove, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1180, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, treasurer, QSL officer) - Comment: numerous contemporaneous RCs - Electoral Rolls: Nile yet identified ===''CANAVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Canavan|Canavan, John]] [https://www.familysearch.org/tree/person/details/GF3D-L6T] - 1914(Eng)-2008(WA) - Licences: 6CN Perth (City, 1936-1939); 6ON Perth (Mt Hawthorn, 1948) - Qualifications: cc; AOCP 1811, 1936, WA; BOCP 109, 1937; 1COCP 618, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (North Perth, WA, 1937; Maylands, WA, 1949; Bayswater, WA, 1954; Port Hedland, WA, 1958; Bayswater, WA, 1963-1980) ===''CANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Fredrick Herrett Cannon|Cannon, Ronald Fredrick or Frederick Herrett]] [https://www.familysearch.org/tree/person/details/G7JW-T6L] - 1913(Tas)-1994(Vic) - Licences: 7RC Wynyard (1932-1939); 3BRC Melbourne (Hawthorn, 1975) - Qualifications: cc; AOCP 946, 1932, No. ?? in Tas; BOCP 97, 1937; 1COCP 473, 1941 - amateur operator; amateur broadcaster; RAAFWR; WW2 - Electoral Rolls: shop assistant (Wynyard, 1936-1937); engineer (St Kilda, 1943); radio technician (Auburn, 1949; Hawthorn, 1954-1967); tv hirer (Hawthorn, 1968-1980) ===''CANSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathan Victor Charles Cansick|Cansick, Nathan Victor Charles]] [https://www.familysearch.org/tree/person/details/LKSJ-CXC] - 1907(Vic)-1968(NSW) - 3VE Receive Melbourne (St Kilda, 1923-1924), 3AK Melbourne (St Kilda, 1925-1931), amateur operator (AOCP 139, 1925, No. ?? in Vic), amateur broadcaster ===''CAREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Carey|Carey, Francis Joseph "Frank"]] - 18??-19?? - X??, 4?? Toowoomba 1911-1914, 1922-1923, 2AMI Sydney (Centennial Park, 1933-1939; North Sydney 1946-1954; Fairfield 1955-1980) - amateur operator (AOCP 1152, 1933, ?? in NSW) , radio club member (QWI), Halcyon: AOCP NSW 1925 * [[/John Thomas Carey|Carey, John Thomas]] [https://www.familysearch.org/tree/person/details/G6Y9-TZ8] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 19, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: wireless operator (St Kilda, 1913; West End, Townsville, 1919) ===''CARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Lewis Carne|Carne, Ronald Lewis "Ron"]] [https://www.familysearch.org/tree/person/details/GXCC-N3M] - 1910(Fiji)-1976(Qld) - Licences: 4RP Hambledon Mill via Cairns (1935); 4RP Innisfail (1937-1939) - Qualifications: cc; AOCP 1186, 1933, Qld; 3COCP 429, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Goondi Mill, Innisfail, 1936-1937); cane inspector (Sherwood, Qld, 1943); assistant cane inspector (Goondi Mill, Innisfail, Qld, 1949-1954); cane inspector (Victoria Mill, Ingham, Qld, 1954-1958); manager (Harwood Mill, Harwood Island, NSW, 1963; Victoria Mill, Ingham, Qld, 1968); retired (Bowen, Qld, 1972) ===''CARPENTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Carpenter|Carpenter, Archibald John]] [https://www.familysearch.org/tree/person/details/GZPR-BJS] - 1900(WA)-1956(France) - Licences: No known licence - Qualifications: cc; AOCP 376, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: school teacher (Northam, 1925-1936); instructor (South Perth, 1943); firewood vendor (Whyalla, 1948); teacher (Kalgoorlie, 1954) ===''CARRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Carrie|Carrie, F.]] - 19??(???)-19??(???) - Licences: 5JC Adelaide (Glanville, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CARTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Carter|Carter, Albert Edward "Birdie"]] [https://www.familysearch.org/tree/person/details/GHDL-5CB] - 1916(Qld)-2014(Qld) - Licences: 4LT Brisbane (Wavell Heights, 1938-1939, 1946-1948); 4LT Nanango (1954); 4LT Brisbane (Carina, 1955-1969); 4LT Sunshine Beach (1975); 4LT Tewantin (1980) - Qualifications: cc; AOCP 2143, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); wholesale grocery (S. Hoffnung & Co); WW2 - Comment: several contemporaneous AECs - Electoral Rolls: merchant (Greenslopes, Qld, 1943-1949); manager (Nanango, Qld, 1954); departmental manager (Carina, Qld, 1958-1972); retired (Sunshine Beach, Qld, 1977; Tewantin, Qld, 1980)) * [[/Clarence Sydney William Carter|Carter, Clarence Sydney William]][https://www.familysearch.org/tree/person/details/L5T1-TXL] - 1902(SA)-1962(SA) - Licences: Receive Adelaide (Kensington, 1923); 5CS Adelaide (Maylands, 1924-1926) - Qualifications: cc; AOCP 24, 1924, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: salesman (Glen Osmond, SA, 1939-1943) * [[/Frederick Pell Carter|Carter, Frederick Pell or Peel (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXP4-2BC] - 1899(NSW)-1968(SA) - Licences: 5GK Adelaide (Mile End, 1931-1939) - Qualifications: cc; AOCP 761, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: service station proprietor (Mile End, SA, 1939-1943) * [[/H. Carter|Carter, H.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Graceville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Numerous contemporaneous HCs - Electoral Rolls: Nil yet identified * [[/Harry Raymond Carter|Carter, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G9G5-KJT] - 1911(NSW)-1986(NSW) - Licences: 2HC Quirindi (1926-1939; 1946-1980+); 2BE Portable Quirindi (1933-1934); 2AI Portable Quirindi (1935-1939) - Qualifications: AOCP 286, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Quirindi, 1933-1980) - Callsign 2BE withdrawn by PMGD for 2BE Bega commercial ===''CARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Carty|Carty, Bruce]] - historian (broadcast, amateur broadcast), author "Australian Radio History" ===''CASTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Castle|Castle, Clarence Henry "Clarry"]] [https://www.familysearch.org/tree/person/details/GXGF-7GR] - 1915(SA)-2002(SA) - Licences: 5KL Adelaide (Prospect, 1933-1939); 5KL Darwin (1947-1948); 5KL Adelaide (Enfield Heights, 1954-1965; Enfield, 1969-1980+) - Qualifications: cc; AOCP 1209, 1933, SA; 2COCP 263, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''CASWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Harold Caswell|Caswell, Archibald Harold "Arch"]] [https://www.familysearch.org/tree/person/details/GXCC-Y3X] - 1913(Qld)-1986(Qld) - Licences: 4CB Murgon (1934-1939); 4CB Maryborough (1946-1975) - Qualifications: cc; AOCP 1340, 1934, Qld - amateur operator; amateur broadcaster; WW2 (POW); business proprietor (garage) - Electoral Rolls: radio technician (Maryborough, Qld, 1954-1972); retired (Torquay, Qld, 1977-1980) ===''CATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lester Evans Catford|Catford, Lester Evans]] [https://www.familysearch.org/tree/person/details/GDD8-RCB] - 1911(SA)-1990(SA) - Licences: 5LC Gladstone (1931-1939, 1947); 5LC Adelaide (Malvern, 1948-1980) - Qualifications: cc; AOCP 789, 1931, No. ?? in SA; BOCP 357, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Gladstone, SA, 1939-1943) * [[/Lance Maynard Catford|Catford, Lance Maynard]] [https://www.familysearch.org/tree/person/details/GMQR-K2W] - 1913(SA)-1989(SA) - Licences: 5XL Clare (1939, 1947-1980+) - Qualifications: AOCP 2372, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: share farmer (Clare, SA, 1939) ===''CAVANAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Mortimer Cavanagh|Cavanagh, William Mortimer]] [https://www.familysearch.org/tree/person/details/GZ23-GPH] - 1908(Vic)-1995(NSW) - Receive Warburton (1923-1924), 3WC Melbourne (St Kilda, 1925), 2WC Sydney (Potts Point, 1928), 2WC Goulburn (1930), 3WC Melbourne (St Kilda, 1931; Williamstown, 1937-1939), 2WC Wauchope (1946-1980+), qualifications: (AOCP 214, 1925, No. ?? in Vic; 1COCP 598, 1942), amateur operator, amateur broadcaster, WW2, electoral rolls: sales (Goulburn, 1930; St Kilda, 1931-1934), radio dealer (Wauchope, 1949-1980) ===''CAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Cave|Cave, Norman]] [https://www.familysearch.org/tree/person/details/GDB7-G73] - 1898(Eng?)-19??(???) - Licences: 7BC Launceston (1925-1926); operator of Wills & Co Receive licence 1924 - Qualifications: cc; AOCP 129, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 (RAF Wireless Operator); foundation member Tasmanian Gliding Club (instructor); returned to England 1931; likely Wing Commander RAF in WW2; possibly lost in SE Asia 1942 - Electoral Rolls: Nil yet identified ===''CAWTHRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Cawthron|Cawthron, Edward Joseph "Ted"]] [https://www.familysearch.org/tree/person/details/GZBH-9SX] - 1908(NSW)-1964(SA) - Licences: 2JC Sydney (Concord, 1926-1933; Neutral Bay, 1931; Concord, 1933; Five Dock, 1933); 2VA Sydney (City, 1931); 2EJ Sydney (City, 1931); 5JC Adelaide (Kent Town, 1937-1939); 5JE Adelaide (Somerton, 1947-1948; North Glenelg, 1954; Somerton Park, 1960) - Qualifications: cc; AOCP 308, 1926, No. ?? in NSW; BOCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Haberfield, 1943) ===''CECIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clyde Cecil|Cecil, Clyde]] [https://www.familysearch.org/tree/person/details/GZN5-XYG] - 1898(Vic)-1963(WA) - Licences: 6AB Kalgoorlie (1923-1927) - Qualifications: cc; AOCP 154, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2; witness to Royal Commission 1927 (as a listener, Kalgoorlie) - Electoral Rolls: civil servant (Kalgoorlie, 1919); lecturer (Kalgoorlie, 1921-1925; Maylands, 1928-1937); metallurgist (Nedlands, 1943); physicist (Nedlands, 1949-1954); school principal (Triggs Island, 1958-1963) ===''CHADWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Howel Chadwick|Chadwick, Richard Howel (Electoral Rolls) or Howell (BMD) "Dick"]] [https://www.familysearch.org/tree/person/details/G3PQ-6HH] - 1896(NZ)-1955(Qld) - Licences: 4GU Brisbane (Wilston, 1933-1939, 1946-1947) - Qualifications: cc; AOCP 1197, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW1; radio clubs (WIAQ); employment (travelling salesman) - Electoral Rolls: storeman (Zillmere, Qld, 1921); salesman (Wilston, Qld, 1925-1954) ===''CHAFFER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Martin Chaffer|Chaffer, Edward Martin "Martin"]] [https://www.familysearch.org/tree/person/details/GZ1Z-B3P] - 1905(Vic)-1981(Vic) - Licences: 3XF Receive Melbourne (Moonee Ponds, 1923); 3XF Melbourne (Moonee Ponds, 1923-1927); 6XF Perth (Mt Lawley, 1930-1931); 3XF Melbourne (Moonee Ponds, 1933); 2AEK Sydney (Potts Point, 1938); 3MH Hamilton (1947); 3MH Ballarat (1948); 3MH Swan Hill (1954); 3MH Melbourne (Preston, 1955-1956; Moonee Ponds, 1965-1969; Doncaster, 1975-1980) - Qualifications: cc; AOCP 354, 1927, No. ?? in Vic; 3COCP 304, 1937; 2COCP 113, 1937; 1COCP 151, 1937 - amateur operator, amateur broadcaster, radio clubs (WIA Vic Essendon, treasurer, 1924), placed 2nd for best complete station Melbourne Wireless Exhibition 1924; placed second for best complete station at Melbourne Wireless Exhibition 1925; placed 10th in 3LO amateur broadcasting competition 1926; broadcast engineer (3HA, 3BA, 3SH), Dept Civil Aviation 1930s, military (WW2, 1942+) - Electoral Rolls: manager (Moonee Ponds, 1928-1936); radio engineer (Hamilton, 1942; Ballarat, 1949; Swan Hill, 1954; Preston, 1963); radio technician (Moonee Ponds, 1967-1968); retired (Doncaster, 1977-1980) - Relationships: father of 3AII Ken Chaffer ===''CHALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Robert Challen|Challen, Peter Robert]] - 1848(Eng)-1905(Vic) - early telephone, telephony & wireless experimenter, employment (Vic Posts & Telegraphs, Electrical Office & Postmaster), radio clubs (Telegraph Electrical Society, Victoria), associate of Henry Walter Jenvey, William Philip Bechervaise & George Smibert ===''CHALLENDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard Challender|Challender, Gerard "Gerry"]] - 1910(Eng)-1950(NSW) - 2ZS Kempsey, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, high profile participation 1950 Kempsey floods, military (WW2) ===''CHALLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Reginald Challenger|Challenger, George Reginald]] [https://www.familysearch.org/tree/person/details/G3YQ-ZZB] - 1902(NSW)-1936(NSW) - Licences: 2GC Sydney (Auburn, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Auburn, 1930-1935) ===''CHAMBERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Rupert Chambers|Chambers, Francis Rupert]] [https://www.familysearch.org/tree/person/details/MYY2-JKX] - 1898(Vic)-1971(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 247, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Camberwell, 1924-1925); contractor (Geraldton, 1931; Mt Waverley, 1934-1936); linesman (Seaford, 1937; Frankston, 1942); technician (Frankston, 1949; Seaford, 1954); retired (Upwey, 1963; McRae, 1968) * [[/Walter Alfred Chambers|Chambers, Walter Alfred]] [https://www.familysearch.org/tree/person/details/G3N6-VX1] - 1889(Qld)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 151, 1915; 2COCP 100, 1930; 1COCP 96, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIP Perth (1917-1918) - Electoral Rolls: mechanic (Thursday Island, 1912-1913); radio telegraphist (Wyndham, 1916-1917); telegraphist (Subiaco, 1917); radio telegraphist (Esperance, 1921-1925); officer-in-charge (Geraldton, 1925); radio officer (Como, 1931-1934; Esperance, 1936-1937); radio telegraphist (Como, 1943-1968) ===''CHANDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Beals Chandler|Chandler, John Beals]] [https://www.familysearch.org/tree/person/details/G6HN-HXH] - 1887(Eng)-1962(Qld) - principal (4BC); proprietor (J. B. Chandler & Co., 1913-1962); Lord Mayor Brisbane (1940-1952); witness to Royal Commission Wireless 1927 - don't confuse D. W. Chandler early wireless experimenter - [https://adb.anu.edu.au/biography/chandler-sir-john-beals-9724 ADB] ===''CHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Channon|Channon, H. D.]] - 19??(???)-19??(???) - Licences: 2BO Receive Inverell (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Lloyd Lister Channon|Channon, Lloyd Lister]] [https://www.familysearch.org/tree/person/details/GD59-4NS] - 1885(NSW)-1949(NSW) - Licences: 2AQ Receive Manilla (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: postmaster (Elsmore, 1913); postal official (Raymond Terrace, 1930-1949) ===''CHAPMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Chapman|Chapman, Austin]] [https://www.familysearch.org/tree/person/details/LZYW-3F4] - 1864(NSW)-1926(NSW) - occupations (apprentice saddler, hotelier), politician (Postmaster-General, 1905-1907), oversight of Commonwealth Wireless Telegraphy conference Melbourne 1907 - Links: [[w:Austin Chapman|Wikipedia]]; [https://adb.anu.edu.au/biography/chapman-sir-austin-5554 ADB] * [[/Bruce Amundsen Chapman|Chapman, Bruce Amundsen]] [https://www.familysearch.org/tree/person/details/G8VL-575] - 1912(WA)-1969(NSW) - Licences: 2BA Sydney (Chatswood, 1930-1939; Balgowlah, 1946-1958; St Ives, 1960-1969 - Qualifications: AOCP 696, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: shipping clerk (Chatswood, 1935-1937); clerk (Balgowlah, 1949-1958; St Ives, 1963-1968) * [[/E. B. Chapman|Chapman, E. B.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Frank William Chapman (Qld)|Chapman, Frank William (Qld)]] [https://www.familysearch.org/tree/person/details/GXC5-KB3] - 1898(???)-1974(Qld) - Licences: 4XL Brisbane (Yeronga, 1931-1939); 4ZFC Brisbane (Ekibin, 1965); 4TH Brisbane (Ekibin, 1969) - Qualifications: cc; AOCP 785, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: gardener (Salisbury, Qld, 1928); labourer (Yeronga, Qld, 1929-1937); waterside worker (Paddington, Qld, 1943-1949); PMG technician (Ekibin, Qld, 1954-1972) * [[/Frank William Chapman (WA)|Chapman, Frank William (WA)]] [https://www.familysearch.org/tree/person/details/LBXD-TFK] - 1918(Vic)-1988(WA) - Licences: 6CC Perth (Manning Park, 1954-1965; Bassendean, 1969-1980+) - Qualifications: cc; AOCP 3319, 1953, WA - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Chidlow, WA, 1949); teacher (Manning Park, WA, 1954-1963); technical school principal (Kalgoorlie, WA, 1963); teacher (Bassendean, WA, 1968-1977); retired (Bassendean, WA, 1980) * [[/Harrison Chapman|Chapman, Harrison "Harry"]] [https://www.familysearch.org/tree/person/details/G8CX-2C5] - 1909(Vic)-1990(Vic) - Licences: 3JX Receive Melbourne (Ivanhoe, 1922); 3GU Melbourne (Ivanhoe, 1929-1939, 1946-1965; Flinders, 1965-1975); 3AGU Portable Melbourne (Ivanhoe, 1948-1956; Flinders, 1965-1975) - Qualifications: AOCP 513, 1929, No. ?? in Vic; 1AOCP 32, 1946 - amateur operator, amateur broadcaster - Electoral Rolls: student (Ivanhoe, 1931-1936); chemist (Geelong, 1937); RAAF (Ballarat, 1942; Ivanhoe, 1949-1954); chemical engineer (Ivanhoe, 1963); minister of religion (Flinders, 1968); clergyman (Flinders, 1972-1977) * [[/Owen George Chapman|Chapman, Owen George]] [https://www.familysearch.org/tree/person/details/K8YX-YLK] - 1904(NSW)-1961(NSW) - Licences: 2OC Wyong (1930-1939, 1946-1960) - Qualifications: AOCP 669, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Wyong, 1930-1958) * [[/Percival Carnew Lamont Chapman|Chapman, Percival Carnew Lamont "Percy"]] [https://www.familysearch.org/tree/person/details/G8GM-5M8] - 1911(Qld)-2008(Qld) - 4PC Brisbane (Sandgate, 1933); 4PC Babinda (1937-1939); 4PC Monto (1946-1975); 4PC Point Vernon (1980) - Qualifications: cc; AOCP 1155, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); occupation (power house engineer/manager) - Relationships: father of Geoff Chapman 4CET - Electoral Rolls: engineer (Ayr, Qld, 1943; Monto, Qld, 1949-1972); retired (Point Vernon, Qld, 1977-1980) * [[/William George Chapman|Chapman, William George]] [https://www.familysearch.org/tree/person/details/KZ2X-8KG] - 1890(Tas)-1957(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 116, 1915; 1COCP 63, 1930 - RANRS (Warrant Telegraphist, 1917); coastal wireless operator; witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: radio telegraphist (Broome, 1925); officer-in-charge (Radio Station Applecross, 1931-1954) ===''CHAPPELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Arthur Chappell|Chappell, Lloyd Arthur]] [https://www.familysearch.org/tree/person/details/G69G-SB9] - 1911(Tas)-1998(Tas) - Licences: 7LC Ross (1936-1937); 7LC Winnaleah (1938-1939); 7LC Hobart (Kingston, 1947-1955; Sandy Bay, 1956-1975; Coles Bay, 1980+) - Qualifications: cc; AOCP 1828, 1936, No. ?? in Tas; BOCP 172, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: projectionist (Ross, 1936-1937); radio engineer (Queenstown, 1943; Kingston, 1949-1958) ===''CHARLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Charles|Charles, Edward Arthur]] [https://www.familysearch.org/tree/person/details/K8QC-V3V] - 1916(SA)-1981(SA) - Licences: 5YQ Adelaide (North Unley, 1935-1939; Unley, 1947-1948; Ascot Park, 1954-1956; Hyde Park, 1960-1980+) - Qualifications: cc; AOCP 1443, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Unley, SA, 1939-1943) ===''CHARLESWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Denison Charlesworth|Charlesworth, Reginald Denison]] [https://www.familysearch.org/tree/person/details/GW1M-CKJ] - 1900(Eng)-1980(NSW) - Licences: 2CI Receive Sydney (Haberfield, 1922); 2CI Sydney (Haberfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: migrated to Fiji mid 1920s, returned to Australia mid 1930s - Electoral Rolls: factory manager (Summer Hill, 1933); engineer (Haberfield, 1935-1937); Lane Cove, 1943); radio engineer (Dee Why, 1949-1954); engineer (Hunters Hill, 1958-1972) ===''CHARTERIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Charteris|Charteris, Michael]] - 4QS Ipswich & Maryborough - amateur operator, historian (amateur) ===''CHATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Greatham Chatfield|Chatfield, Robert Greatham "Bob"]] [https://www.familysearch.org/tree/person/details/LK92-9L1] - 1900(NZ)-1974(NZ) - Licences: ZL2AV Wellington (1925-1954+) - Qualifications: AOCP ??, 1925, No. ?? in NZ - amateur operator; amateur broadcaster; clubs (Wellington Amateur Radio Club 2WB, member and one time president) - Relationships: father of Don Chatfield ZL2SG - Comment: substantial early portion (100+) of QSL collection survives - Electoral Rolls: motor engineer (Wellington, 1922); salesman (Wellington, 1931-1954); retired (Wellington, 1963-1972) ===''CHATTERTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Chatterton|Chatterton, Francis Joseph]] [https://www.familysearch.org/tree/person/details/LZWW-952] - 1902(Tas)-1931(Tas) - Licences: 7AY Receive Hobart (West Hobart, 1922); Receive Hobart (West Hobart, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: machinist (Hobart, 1925-1928) ===''CHAUVEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Temple Frank Chauvel|Chauvel, Walter Temple Frank]] [https://www.familysearch.org/tree/person/details/LH5T-WNQ] - 1902(Qld)-1987(NSW) - Licences: Receive (Valve) Stanthorpe (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: jackeroo (Stanthorpe, Qld, 1925-1928); grazier (Stanthorpe, Qld, 1928-1943); radio engineer (Texas, Qld, 1949-1963); retired (East Ballina, NSW, 1968-1980) ===''CHEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Reginald Cheel|Cheel, Charles Reginald]] [https://www.familysearch.org/tree/person/details/9N1J-PTC] - 1890(Vic)-1955(SA) - Licences: 5CR Adelaide (Maylands, 1934-1939, 1947-1955) - Qualifications: cc; AOCP 1278, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CHENNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Chennell|Chennell, Victor "Vic"]] [https://www.familysearch.org/tree/person/details/GCBH-1XV] - 1907(SA)-1996(SA) - Licences: 5JH Adelaide (Norwood, 1927-1933; Cowandilla, 1937-1939; North Adelaide, 1946-1956; Ascot Park, 1960-1980+) - Qualifications: cc; AOCP 346, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: labourer? (Goodwood Park, 1939) ===''CHESSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chessell|Chessell, John or John Carl]] [https://www.familysearch.org/tree/person/details/KN16-XWP]? [https://www.familysearch.org/tree/person/details/L2M1-9GS]? - 1914(NSW)-1959(NSW) - Licences: 2LV Sydney (Dulwich Hill, 1929-1934); 2YU Sydney (Dulwich Hill, 1935-1936; Ashfield, 1937-1939); 2ER Sydney (Dulwich Hill, 1948-1950) - Qualifications: AOCP 517, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: baker (Croydon, 1936; Bowral, 1937-1954) - seems to be two contemporaneous John Chessel's ===''CHESTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Chesterfield|Chesterfield, John Henry]] [https://www.familysearch.org/tree/person/details/GSVH-3SK] - 1895(Vic)-1973(Qld) - Licences: 5JC Adelaide (Wayville, 1924-1926); 2ACQ Sydney (Strathfield, 1937-1939); 4HJ Brisbane (Cleveland, 1954-1960) - Qualifications: cc; CPRT 23, 1914; 1COCP 266, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: wireless operator (Croydon, NSW, 1930); radio engineer (Glenbrook, NSW, 1931-1935); department manager (Strathfield, NSW, 1935); radio engineer (Strathfield, 1936; Pymble, NSW, 1943; Cleveland, Qld, 1949-1963); retired (Mermaid Beach, Qld, 1968-1972) ===''CHICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Garth Chick|Chick, Leonard Garth]] [https://www.familysearch.org/tree/person/details/G6SW-7PJ] - 1918(Tas)-1999(NSW) - Licences: 7LG Launceston (1937-1939) - Qualifications: cc; AOCP 1973, 1937, No. ?? in Tas; BOCP 227, 1939; 2COCP 550, 1941; 1COCP 1264, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: seaman (Swan Point, 1944); aeradio operator (Lindisfarne, 1949); technician (Essendon, Vic, 1949-1954); draftsman (East Keilor, 1963-1968); surveyor (Forster, 1977-1980) ===''CHILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Oliver Chilton|Chilton, Frederick Oliver]] [https://www.familysearch.org/tree/person/details/GZNR-XFL] - 1905(NSW)-2007(NSW)102yo - Licences: Receive (Crystal) Sydney (Wahroonga, 1923-1924) - Qualifications: cc; AOCP 147, 1925, No. ?? in NSW - amateur receive operator; military (Brigadier); awards (Knighted) - Relationships: brother of 2RC Robert Ralph Chilton - Electoral Rolls: clerk (Wahroonga, NSW, 1930-1943); civil servant (South Yarra, Vic, 1949-1967); retired (Clareville Beach, NSW, 1972-1980) - Links: [[w:Frederick Oliver Chilton|Wikipedia]] * [[/George Frederick Chilton|Chilton, George Frederick]] [https://www.familysearch.org/tree/person/details/G3CR-41Q] - 1891(Vic)-1956(Vic) - Licences: 2GF Sydney (Pennant Hills, 1924; Carlingford, 1925); 4GD Townsville (1925-1926) - Qualifications: cc; CPRT 160, 1915; 1COCP 10, 1930 - amateur operator; amateur broadcaster; coastal operator (VIG, VIB, VIS, VIT, Rockbank); wireless telegraphist (PMG); RANRS (Commissioned Telegraphist, 1917); federal public servant (PMG) - Electoral Rolls: telegraphist (Wooloowin, 1919-1921); radio stationmaster (South Townsville, Qld, 1925; Glenferrie, 1927; Wireless Station, Rockbank, Vic, 1928-1942); engineer (St Kilda, 1949-1954) * [[/Robert Ralph Chilton|Chilton, Robert Ralph]] [https://www.familysearch.org/tree/person/details/GZNR-821] - 1907(NSW)-1985(Qld) - Licences: 2RC Sydney (Wahroonga, 1925-1926); 2RC Gloucester (1927); 2RC Sydney (Wahroonga, 1928-1939, 1946-1947; Roseville East, 1948) - Qualifications: cc; AOCP 152, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: chemist assistant (Wahroonga, 1933); chemist (Stanthorpe, 1954-1963; Sherwood, Qld, 1972) - Relationships: brother of Frederick Oliver Chilton ===''CHINERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jessie Camelia Chinery|Chinery or Chinnery, Jessie Camelia]] [https://www.familysearch.org/tree/person/details/GFMP-6NZ] - 1915(WA)-1995(WA) - Licences: 6JC Perth (Welshpool, 1937-1939) - Qualifications: cc; AOCP 1866, 1937, WA - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: not stated (Welshpool, WA, 1937) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''CHIPPINDALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Kellett Chippindall|Chippindall, Eric Kellett "Chippy"]] [https://www.familysearch.org/tree/person/details/LFCB-MNZ] - 1916(Qld)-1988(Qld) - Licences: 4XR Brisbane (Paddington, 1937-1939); 4XR Gympie (1946-1969); 4XR Brisbane (Paddington, 1975-1980+) - Qualifications: cc; AOCP 1940, 1937, Qld - amateur operator; amateur broadcaster; broadcast engineer (4SB, 4BU, 4LG, 4GY) - Electoral Rolls: radio engineer (Gympie, Qld, 1949); announcer-engineer (Gympie, Qld, 1954-1958); shopkeeper (Paddington, Qld, 1972-1980) ===''CHISHOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham St Clair Chisholm|Chisholm, Graham St Clair]] [https://www.familysearch.org/tree/person/details/GX47-TTR] - 1915(Qld)-2002(WA) - Licences: 4LP Brisbane (Kelvin Grove, 1933); 3ACG Melbourne (South Yarra, 1947-1948); 5PG Darwin (1955-1956); 1AB Canberra (Canberra City, 1960; Ainslie, 1965); 6IB Perth (Dalkeith, 1969-1975) - Qualifications: cc; AOCP 1101, 1933, No. ?? in Qld; BOCP 18, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcaster (3SR, Shepparton, Vic, 1942); radio engineer (South Yarra, Vic, 1949-1954); broadcaster (Reid, ACT, 1958; Ainslie, ACT, 1963; Dalkeith, WA, 1968-1972); manager (Nedlands, 1977-1980) ===''CHITHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Chitham|Chitham, William Norman "Bill"]] [https://www.familysearch.org/tree/person/details/GXWT-KJK] - 1912(Qld)-1997(Qld) - Licences: 4UU Brisbane (Bulimba, 1933-1934; Fortitude Valley 1937-1939; Cannon Hill, 1946-1980+) - Qualifications: cc; AOCP 913, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor, QSL officer); part of the "U" gang; military (WW2) - Electoral Rolls: storeman (Valley, Qld, 1936-1943); radio mechanic (Cannon Hill, 1949-1963); buyer (Cannon Hill, Qld, 1968-1980) ===''CHOATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Sidney Choate|Choate, Roger Sidney]] [https://www.familysearch.org/tree/person/details/GFQX-RW3] - 1913(Irl)-1978(WA) - Licences: 6RK Harvey (1930-1933); 6RK Kalgoorlie (1937-1939); 6RK Dardanup (1947); 6RK Perth (Subiaco, 1948-1956; Salters Point, 1960-1975) - Qualifications: cc; AOCP 714, 1930, No. ?? in WA; BOCP 42, 1936; 3AIR 1121, 1947 - amateur operator; amateur broadcaster; WW2 (RAAF, Squadron Leader) - Awards: Military Division OBE [[w:1964_Birthday_Honours|Wikipedia]] - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1937; Perth, WA, 1937); engineer (Melville, WA, 1943); civil servant (Subiaco, WA, 1949-1958); surveyor (Salters Point, WA, 1963-1968; Manning, WA, 1972-1977) - Links: [https://www.awm.gov.au/collection/R1513688 AWM] [https://www.ozatwar.com/raaf/shepherdshillradar.htm OzAtWar] ===''CHRISMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Chrismas|Chrismas, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/G6YC-FC2] - 1892(NSW)-1950(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 250, 1916; 1COCP 31, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIW Wyndham (1917-1918) - Electoral Rolls: operator (Broome, 1916); wireless operator (Wyndham, 1917; Applecross, 1925); radio telegraphist (Broome, 1931; Geraldton, 1936-1949) ===''CLAFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keighran James Claffey|Claffey, Keighran James]] [https://www.familysearch.org/tree/person/details/G84R-LLP] - 1903(Vic)-19??(???) - Licences: 2AK Deniliquin (1928-1939); 2AK Picton (1946); 2AK Deniliquin (1947-1980+) - Qualifications: AOCP 459, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarrandale, 1949; Deniliquin, 1954; Yarrandale, 1958-1963); retired (Deniliquin, 1977-1980) ===''CLARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Clark|Clark, Francis Thomas]] [https://www.familysearch.org/tree/person/details/G8WF-CJH] - 1903(WA)-1998(Vic) - Licences: 3FC Rainbow (1928); 3FC Melbourne (St Kilda, 1931; Hawthorn, 1933; Elwood, 1937; St Kilda, 1938); 3FC Mildura (1946-1947); 3FC Ouyen (1948-1960); 3FC Geelong (Leopold, 1969; Clifton Springs, 1975-1980+) - Qualifications: AOCP 426, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal official (Rainbow, 1925); postal clerk (Rainbow, 1928); clerk (St Kilda, 1931-1937); senior postal clerk (Red Cliffs, 1942); postmaster (Ouyen, 1949-1954); retired (Clifton Springs, 1972-1980) * [[/Frank P. R. Clark|Clark, Frank P. R.]] [https://www.familysearch.org/tree/person/details/GZFG-WRN] - 1900(NSW)-1928(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923-1924); 2YF Sydney (Manly, 1925) - Qualifications: AOCP 122, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: gone too soon * [[/Leopold Francis Clark|Clark, Leopold Francis]] [https://www.familysearch.org/tree/person/details/273Q-3D5] - 1902(Tas)-1978(Tas) - Licences: 7CK Natone (1932-1939); 7CK Burnie (1946-1948); Deloraine (1954-1969); Lanena (1975) - Qualifications: cc; AOCP 989, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Natone, 1928-1936; Burnie, 1943-1949); grazier (Needles, 1954; Deloraine, 1963) ===''CLARKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Fraser Clarke|Clarke, Percival Fraser "Percy"]] [https://www.familysearch.org/tree/person/details/GXZ3-4J2] - 1896(Qld)-1971(Qld) - Licences: 4PY Ayr (1936-1939) - Qualifications: cc; AOCP 1781, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jarvisfield, Qld, 1919-1937; Aspley, Qld, 1949-1972) * [[/Warren Ross Clarke|Clarke, Warren Ross]] [https://www.familysearch.org/tree/person/details/G8NT-LSN] - 1909(NSW)-1988(NSW) - Licences: 2ZZ Sydney (Mosman,1930-1933; Asquith, 1933-1939; Mosman, 1948-1950) - Qualifications: AOCP 650, 1930, NSW; 2COCP 6, 1934; 1COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Asquith, 1933-1934; Mosman, 1936); radio officer (Mosman, 1943); flight radio officer (Mosman, 1949-1954); clerk (Glenbrook, 1963); travel consultant (Glenbrook, 1972); clerk (Merrylands, 1972); planner (North Rocks, 1977-1980) * [[/William George Clarke|Clarke, William George]] [https://www.familysearch.org/tree/person/details/GXQ2-1QS] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 32, 1930 - RANRS (temp Commissioned Telegraphist, 1917) - Comment: several contemporaneous WGCs - Electoral Rolls: officer-in-charge (Radio Station, Townsville, 1916); seaman (HMAS Encounter, Geelong, 1919); biograph operator (Langwarrin Military Camp, Vic, 1919); hotel manager (Naval Base Hotel, South Fremantle, 1931) ===''CLAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard George Clay|Clay, Richard George]] [https://www.familysearch.org/tree/person/details/G8ZZ-LGN] - 1903(Vic)-1972(Vic) - Licences: 3RC Melbourne (Northcote, 1929; Alphington, 1931) - Qualifications: AOCP 536, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Northcote, 1925-1927); welder (Northcote, 1928); electric welder (Alphington, 1931); welder (Richmond, 1936-1937; Alphington, 1942; Northcote, 1949); contractor (Traralgon, 1954-1972) ===''CLAYTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maisie Ian Jesson Clayton|Rawson nee Clayton, Maisie Ian Jesson]] [https://www.familysearch.org/tree/person/details/G8RT-25P] - 1915(NSW)-1996(NSW) - Licences: Nil yet identified - Qualifications: cc; BOCP 488, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: radio worker (Artarmon, 1937); engineer (Kirribilli, 1949); radio engineer (Lane Cove, 1954-1963); engineer (Lane Cove, 1968-1972); home duties (Lane Cove, 1977-1980) - Lady: * [[/Maurice Charles Clayton|Clayton, Maurice Charles]] [https://www.familysearch.org/tree/person/details/G86J-HX3] - 1912(SA)-1936(SA) - Licences: 5RK Adelaide (Edwardstown, 1930-1931); 5ZC Adelaide (Edwardstown, 1933-1936) - Qualifications: cc; AOCP 596, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon (24yo) * [[/Walter George Gladstone Clayton|Clayton, Walter George Gladstone "Wally"]] [https://www.familysearch.org/tree/person/details/G3XN-J1N] - 1918(Qld)-1998(Qld) - Licences: 4WG Innisfail (1937-1939); 4WG Brisbane (Windsor, 1946-1969); 4WG Townsville (1975-1980+) - Qualifications: cc; AOCP 1868, 1937, Qld - amateur operator; amateur broadcaster; military (WW2, AIF Signals); state public servant (Qld Railways, supervising tech. comms.) - Relationships: uncle of Maise Ian Jesson Rawson nee Clayton (Radio Engineer) - Electoral Rolls: manager (Windsor, 1954-1968); technician (Townsville, 1972-1980) ===''CLIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Cliff|Cliff, Harry]] - 1908(Vic)-1988(Vic) - Licences: 3HC Melbourne (Essendon, 1928-1948; Heidelberg, 1954-1975); 3HC Point Lonsdale (1980+) - Qualifications: AOCP 400, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: implement maker (Moonee Ponds, 1906); engineer (Moonee Ponds, 1922-1928); clerk (Moonee Ponds, 1931-1937); company secretary (North Melbourne, 1943); director (Ivanhoe, 1954-1968; Heidelberg, 1972); retired (Point Lonsdale, 1977-1980) (pre 1928 is another Harry Cliff) ===''CLIFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Glendenning Clifford|Clifford, Herbert Glendenning]] [https://www.familysearch.org/tree/person/details/GHTS-4CN] - 1882(Eng)-1955(SA) - Licences: 5BW Receive Renmark (1923); Receive Renmark (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: secretary (Renmark, SA, 1939-1943) ===''CLINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gladstone Clinch|Clinch, Frederick Gladstone]] [https://www.familysearch.org/tree/person/details/KF5P-TWM] - 1898(WA)-1972(WA) - Licences: 6JR Greenough (1928-1933); 6FG Miling (1960); 6FG Perth (Doubleview, 1965-1969) - Qualifications: cc; AOCP 468, 1928, No. ?? in WA - amateur operator; amateur broadcaster - Relationships: Father of 6CL Ian Harold Wilson Clinch - Electoral Rolls: farmer (Greenough, 1922-1943); garage proprietor (Miling, 1958); retired (Doubleview, 1963-1972) * [[/Ian Harold Wilson Clinch|Clinch, Ian Harold Wilson]] [https://www.familysearch.org/tree/person/details/GHQX-YS1] - 1926(WA)-19??(WA) - Licences: 6CL Miling (1960-1965); 6CL Dandaragan (1969); 6CL Rossmoyne (1975-1980+) - Qualifications: cc; AOCP 3596, 1957, WA - amateur operator, WW2 - Relationships: son of 6JR-6FG Frederick Gladstone Clinch - Electoral Rolls: mechanic (Leederville, 1949); manager (Miling, 1958-1963); radio technician (Dongara, 1968); technician (Rossmoyne, 1972-1980) ===''CLOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alvin Theodore Closs|Closs, Alvin Theodore]] [https://www.familysearch.org/tree/person/details/L67V-HG7] - 1895(NSW)-1975(Vic) - Licences: V750 Receive Melbourne (Olinda, 1922); 3GV Receive Melbourne (Olinda, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: orchardist (Brighton, 1917); storekeeper (Olinda, 1924-1931); salesman (Olinda, 1934-1937); civil servant (Tunstall, 1943-1954); retired (Yarra Junction, 1963-1972) ===''CLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Edward Clough|Clough, James Edward]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 483, 1929, No. ?? in ?? - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - several contemporaneous JECs ===''COADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Coade|Coade, Ernest]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: electrician (Rutherglen, 1914); mechanic (Thursday Island, 1919) ===''COAKLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas James Coakley|Coakley, Thomas James]] [https://www.familysearch.org/tree/person/details/GX24-W7T] - 1904(Vic)-1991(Vic) - Licences: 5UK Adelaide (Unley, 1933-1939); 3IU Melbourne (Camberwell, 1947; Essendon, 1948-1980+) - Qualifications: cc; AOCP 1105, 1933, No. ?? in SA, 3COCP 61, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: aero fitter (Auburn, Vic, 1925-1926); engineer (Camberwell, Vic, 1943; Essendon, Vic, 1949-1980) ===''COALTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Coalter|Coalter, Martin]] [https://www.familysearch.org/tree/person/details/GDSR-STB] - 1893(Vic)-19??(???) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 1, 1914 - ship wireless operator? - Electoral Rolls: Nil yet identified ===''COATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Melbourne Coates|Coates, Alfred Melbourne or Melbourne Alfred]] [https://www.familysearch.org/tree/person/details/GDGW-MCZ] - 1884(???)-1964(Vic) - Licences: V757 Receive Melbourne (Elwood, 1922); 3GG Receive Melbourne (Elwood, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (USA) - Electoral Rolls: engineer (Elsternwick, 1921-1937; Kalorama, 1943-1954) ===''COFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Freeman Coffey|Coffey, Henry Freeman]] [https://www.familysearch.org/tree/person/details/G3QL-BR1] - 1885(Irl)-1934(NSW) - Licences: 4KY Brisbane (Doomben, 1925-1926; Hamilton, 1927); 2ZY Sydney (Willoughby, 1929; Maroubra, 1930-1934) - Qualifications: cc; CPRT 52, 1915; 1COCP 12, 1930 - Halycyon: AOCP Brisbane 1926 - amateur operator; amateur broadcaster; ship wireless operator (Marconi, White Star, Booth Steamship, Iquitos Steamship, Union Castle); RANRS (Warrant Telegraphist, 1917); coastal operator (CRS, PMGD, AWA); federal public servant - Electoral Rolls: radio engineer (Middle Park, Vic, 1919); engineer (Malvern East, 1922-1924); radiostation master (Thursday Island, 1925); wireless operator (Doomben, Qld, 1925-1928); engineer (Chatswood, 1930); wireless mechanic (Maroubra, 1930-1934) ===''COHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derrick Cohen|Cohen, Derek or Derrick Simeon "Dick"]] [https://www.familysearch.org/tree/person/details/GXCF-DR7] - 1914(Eng)-2010(NSW) - Licences: 2YM Sydney (Dobroyd Point, 1932-1933; Kings Cross, 1933; Clovelly, 1934-1936); 4YM Brisbane (City, 1937-1939); 1YM Macquarie Island (1954-1955) - Qualifications: cc; AOLCP 238, 1930; AOCP 1011, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (West End, Qld, 1943); technician (Coburg, Vic, 1954); television producer (Chatswood, NSW, 1963; Little Wallaby Beach, NSW, 1977) ===''COLEBATCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Vincent Colebatch|Colebatch, Ernest Vincent]] [https://www.familysearch.org/tree/person/details/K2Q2-974] - 1905(SA)-1987(SA) - Licences: 5CG Receive Adelaide (Norwood, 1923); Receive Adelaide (Norwood, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Belair, SA, 1939-1941) ===''COLESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Russell Coleston|Coleston, Stanley Russell]] [https://www.familysearch.org/tree/person/details/G8VV-KQL] - 1913(Vic)-2012(Qld) - Licences: 3XK Melbourne (Middle Park, 1930-1931; Gardenvale, 1933; Glenhuntly, 1937-1939, 1946-1955); 9XK Port Moresby (1956-1960); 3AXK Melbourne (Mt Waverley, 1965-1969); 4XA Brisbane (Geebung, 1975-1980+) - Qualifications: AOCP 688, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Glenhuntly, 1936-1942; Caulfield East, 1949-1954); public servant (Mt Waverley, 1963-1972); retired (Geebung, 1977-1980) ===''COLLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Felton Collard|Collard, Cyril John Felton]] [https://www.familysearch.org/tree/person/details/97X9-6VY] - 1896(NSW)-1969(NSW) - Licences: 2CF Maitland West (1927-1939) - Qualifications: AOCP 362, 1927, No. ?? in NSW; 2COCP 540, 1941; BOCP 541, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lorn, 1930-1963); retired (North Maitland, 1968) ===''COLLINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Joseph Collins|Collins, Clarence Henry Joseph]] [https://www.familysearch.org/tree/person/details/M1Y1-GB1] - 1891(SA)-1974(SA) - Licences: 5FC Adelaide (Marryatville, 1932-1939) - Qualifications: cc; AOCP 1043, 1932, SA; BOCP 29, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Marryatville, SA, 1939-1943) ===''COLLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Andrew Collis|Collis, George Andrew]] - 1869(Tas)-1926(Tas) - Receive Hobart, radio clubs (Tasmanian Radio Club, foundation member, 1922+), electrician (Zinc Co., Hobart, 1921) - potential misidentification, George Arthur Collis, Radio Research Club, Hobart, witness to Royal Commission Wireless 1927 * [[/Ralph Collis|Collis, Ralph]] [https://www.familysearch.org/tree/person/details/GX1J-48N] - 1918(WA)-2013(WA)105yo - Licences: 6LY Perth (Bayswater, 1935-1939) - Qualifications: cc; AOCP 1454, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Bayswater, WA, 1943; Scarborough, WA, 1949-1958); proprietor (Cadoux, WA, 1963; Tuart Hill, WA, 1968); business proprietor (Dianella, WA, 1972-1977); proprietor (Bedford, WA, 1980) ===''COLTHEART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Coltheart|Coltheart, Clarence James]] - 1885(Tas)-1962(Tas) - Licences: 7BF Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Brunswick, Vic, 1913-1914; Queenstown, 1922-1954) ===''COLTHRUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Colthrup|Colthrup, James Frederick]] [https://www.familysearch.org/tree/person/details/LBW8-J4Z] - 1908(Vic)-1942(Qld) - Licences: 3PL Melbourne (Clifton Hill, 1934-1939) - Qualifications: AOCP 1368, 1934, No. ?? in Vic; 1COCP 374, 1940 - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, Wireless & Gunnery School) - Electoral Rolls: mechanic (Clifton Hill, 1931); engineer (Clifton Hill, 1937); airman (Clifton Hill, 1942) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/623876] ===''COLVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Victor Colville|Colville, Sydney Victor]] [https://www.familysearch.org/tree/person/details/G3WQ-S78] - 1894(Vic)-1966(NSW) - Licences: XQF Brisbane (South Brisbane) (1913); 2FA Receive Sydney (1922); 2FA Sydney (1923-1925); 2VH Sydney (1935-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; wireless retail business proprietor (Colville Moore) - Electoral Rolls: clerk (Wooloongabba, 1917; Chelmer, 1919-1921); broker (Bowen Hills, 1922); manufacturer (Drummoyne, NSW, 1930-1933); merchant (Lane Cove, 1935-1936); manufacturer (Darlinghurst, NSW, 1936-1937); company director (Glenbrook, 1943-1963) ===''CONDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Sylvester Condon|Condon, Austin Sylvester]] [https://www.familysearch.org/tree/person/details/G3RG-K2K] - 1924(SA)-2011(SA) - Licences: 5WO Laura (1954-1980+) - Qualifications: AOCP 3012, 1949, SA - amateur operator - Electoral Rolls: Nil [https://www.adelaidenow.com.au/ipad/obituaries-tributes-to-three-of-our-finest/news-story/845c3a27d81fd8a8f4bbe436503a9b1e Obit] ===''CONDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Tasman Conder|Conder, Walter Tasman "Wally"]] [https://www.familysearch.org/tree/person/details/G6CJ-DTS] - 1888(Tas)-1974(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as General Manager, BCA, 3LO) - Electoral Rolls: teacher (Launceston, 1914); soldier (Langwarrin Military Camp, 1918-1921; Melbourne, 1924); secretarial (Melbourne, 1925-1928); entrepreneur (Melbourne, 1931-1937); secretary (Melbourne, 1943) - Links: [https://adb.anu.edu.au/biography/conder-walter-tasman-5747 ADB] ===''CONGDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bert Congdon|Congdon, Bert "Bertie"]] [https://www.familysearch.org/tree/person/details/9VVJ-CMW] - 1891(Vic)-1961(WA) - Licences: 6BA Receive Perth (Subiaco, 1923-1924); 6BC Perth (Subiaco, 1927-1939, 1946-1960) - Qualifications: cc; AOCP 382, 1927, No. ?? in WA - amateur operator; amateur broadcaster; WW1; civil servant - Electoral Rolls: civil servant (Subiaco, 1925-1958) ===''CONNELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dermot Anthony Connelly|Connelly, Dermot Anthony]] [https://www.familysearch.org/tree/person/details/G8L5-2VC] - 1903(Vic)-1965(Vic) - Licences: 3BU Receive Melbourne (St Kilda, 1922); 3BU Melbourne (St Kilda, 1923-1925); 3ADK Melbourne (St Kilda, 1948; Ivanhoe, 1954-1965) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: manager (Caulfield, 1927-1936); Air Force officer (St Kilda, 1937); nil (Frankston, 1949); photographer (Ivanhoe, 1954-1963) ===''CONNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilson Connon|Connon, George Wilson]] [https://www.familysearch.org/tree/person/details/GXGF-8Z2] - 1907(Sct)-1976(SA) - Licences: 5KJ Booleroo (1937-1939); 5KJ Yunta (1947); 5KJ Alice Springs (1948-1954); 5KJ Adelaide (Millswood Estate, 1955-1956); 5KJ Port Lincoln (1960); 5KJ Berri (1965-1969); 5KJ Barmera (1975) - Qualifications: cc; AOCP 1991, 1937, SA; 2COCP 336, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: pensioner (Millswood East, SA, 1939); bookkeeper (Port Augusta, SA, 1941-1948); radio technician (Alice Springs, NT, 1949-1954) ===''CONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emmett Bernard Connor|Connor, Emmett Bernard]] [https://www.familysearch.org/tree/person/details/GXCB-L7Q] - 1913(Qld)-1977(Qld) - Licences: 4CE Gindie (1936); 4OC Longreach (1956); 4OC Fernlees (1960); 4OC Brisbane (Aspley, 1965-1969) - Qualifications: cc; AOCP, not yet identified; BOCP 280, 1940; 3COCP 5529, 1965 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing shed hand (Gindie, Qld, 1936); radio mechanic (Enoggera, Qld, 1937); radio technician (Longreach, Qld, 1943-1949); business Manager (Cramsie, Longreach, Qld, 1954-1958); grazier ("Ronnoc Downs", Fernlees, Qld, 1958-1963; Aspley, Qld, 1963-1977) * [[/Laurance Kingsley Connor|Connor, Laurance Kingsley]] [https://www.familysearch.org/tree/person/details/L2GD-KPT] - 1907(NSW)-1950(NSW) - 2LK Sydney (Belmore, 1925-1926), 2ALC Sydney (Lakemba, 1948; Cammeray, 1950), amateur operator (AOCP 68, 1925, No. ?? in NSW; CPRT 881, 1925; 2COCP 199, 1930; 1COCP 220, 1939), amateur broadcaster * [[/Stephen James Connor|Connor, Stephen James]] [https://www.familysearch.org/tree/person/details/GH4J-FP4] - 1894(NSW)-1979(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 235, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Electoral Rolls: radio telegraphist (Broome, 1917); electrical engineer (Strathfield, NSW, 1930; Lismore, NSW, 1933); electrician (Darlinghurst, NSW, 1934; Strathfield, NSW, 1936-1963); retired (Lapstone, NSW, 1972) * [[/Terence Connor|Connor, Terence]] [https://www.familysearch.org/tree/person/details/G6MC-3DV] - 1916(Tas)-1982(Tas) - Licences: 7CT Hobart (Rokeby, 1936-1939; City, 1946-1948); 7CT Huonville (1954-1960); 7CT Hobart (Bellerive, 1965-1980+) - Qualifications: cc; AOCP 1643, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: auto-electrician (New Town, 1943; Hobart North, 1949); manager (Huonville, 1949-1954); sales rep. (Bellerive, 1963-1977) ===''CONRAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Ernest Conrad|Conrad, Raymond Ernest]] [https://www.familysearch.org/tree/person/details/GSP2-VGS] - 1905(Tas)-1977(Tas) - Licences: 2TR Sydney (Bexley, 1930-1937; Rockdale, 1938-1939); 7TR Hobart (Derwent Park, 1947; Moonah, 1948-1956; Berriedale, 1960-1975) - Qualifications: AOCP 651, 1930, No. ?? in Tas; BOCP 308, 1940 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: battery fitter (Bexley, 1930); storeman (Bexley, 1931-1934); clerk (Bexley, 1935-1936; Rockdale, 1937); purchasing officer (Cameray, 1943); radio manufacturer (Moonah, 1949-1954); engineer (Hospital, Rosetta, 1963) ===''CONRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Conry|Conry, William Henry]] [https://www.familysearch.org/tree/person/details/GDJL-HCR] - 1892(Vic)-1959(Qld) - Licences: 3OK Melbourne (Armadale, 1923-1925); 3CO Melbourne (Brighton, 1931-1939) - Qualifications: cc; CPRT 260, 1916; 1COCP 44, 1935 - amateur operator; amateur broadcaster; WW1 (Merchant Marine); RANRS; witness to Royal Commission 1927 (obo PMGD Vic) - Electoral Rolls: mechanic (Windsor, Vic, 1914-1919; Armadale, 1921-1924); inspector (Brighton, 1925-1937); radio inspector (South Brisbane, 1943-1949); postal official (St Lucia, 1954-1958) ===''CONWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn Laurence Dean Conway|Conway, Mervyn Laurence Dean]] [https://www.familysearch.org/tree/person/details/G6MH-GHZ] - 1912(Tas)-1979(Tas) - Licences: 7CL Launceston (1936-1939, 1948-1960); 7CL Hobart (West Hobart, 1965-1975) - Qualifications: cc; AOCP 1684, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Nelson, 1936); school teacher (Launceston East, 1937); teacher (Devonport, 1943; New Town, 1949-1958) ===''COOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Byron Cook|Cook, Ernest Byron "Ernie"]] [https://www.familysearch.org/tree/person/details/M46M-M3J] - 1902(Vic)-1981(Vic) - Licences: 3CK Tresco (1926-1927); 3CK Kerang (1931); 3EC Swan Hill (1938-1939); 3EC Melbourne (Coburg, 1946-1975) - Qualifications: AOCP 295, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: foreman (Swan Hill, 1937-1942) * [[/Victor Roy Percival Cook|Cook, Victor Roy Percival "Roy"]] [https://www.familysearch.org/tree/person/details/MYJG-6C6] - 1899(SA)-1980(SA) - Licences: XVN Adelaide (1913-1914); S099 Adelaide (1920s); 5AC Adelaide (Prospect, 1923-1927; Rose Park, 1928-1931; Kilkenny, 1933-1939, 1946-1948; Woodville, 1954-1975; Somerton Park, 1980) - Qualifications: cc; AOCP 94, 1925, No. ?? in SA - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: analyst (Kilkenny, 1939-1943) ===''COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Robert Cooke|Cooke, Clarence Robert]] [https://www.familysearch.org/tree/person/details/GF3Z-3P6] - 1891(???)-1970(WA) - Licences: 6CP Perth (Bayswater, 1932-1939, 1947-1965) - Qualifications: cc; AOCP 1068, 1932, WA - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Mornington Mills, WA, 1914); locomotive driver (Mornington Mills, WA, 1921-1926); locomotive engine driver (Bayswater, WA, 1931-1968) * [[/Clive J. Cooke|Cooke, Clive J.]] - 19??(???)-19??(???) - 4CC Brisbane (Chermside, -1952+), amateur operator (AOCP ??, 19??, No. ?? in Qld) * [[/Frank Basil Cooke|Cooke, Frank Basil "Basil"]] [https://www.familysearch.org/tree/person/details/G7Q6-TN8] - 1892(SA)-1967(NSW) - XADW Sydney (1913), 2LI Sydney (1922-1924), 2XQ Receive Sydney (1923), 2DJ Sydney (Northbridge, 1924-1931; Mosman, 1933-1939), early wireless experimenter, amateur operator (pre AOCP; AOCP 39, 1924, No. ?? in NSW), amateur broadcaster, radio clubs (WIA NSW, vice-president 1923) * [[/Frederick William Cooke|Cooke, Frederick William]] [https://www.familysearch.org/tree/person/details/GZB8-V6L] - 1906(Eng)-1981(Vic) - Licences: 3FW Melbourne (Footscray, 1926-1927) - Qualifications: AOCP 311, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: meter tester (Footscray, 1926-1949) ===''COOKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Cookson|Cookson, Arnold]] [https://www.familysearch.org/tree/person/details/G6YD-87L] - 1889(Eng)-1971(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 201, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: telegraphist (Thursday Island, 1919); no occupation (Darlinghurst, 1949); clerk (Northbridge, 1949-1963; Bexley, NSW, 1968) * [[/Joseph George Cookson|Cookson, Joseph George "George"]] [https://www.familysearch.org/tree/person/details/KGCW-Z8N] - 1888(Vic)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 862, 1925; 2COCP 21, 1929; 1COCP 34, 1930 - RANRS (1919), AWA - Relationships: Father of Leonard Kenneth Cookson - Electoral Rolls: engine driver (Crossover, Vic, 1912-1913; Bacchus Marsh, 1914-1915); mechanic (Alphington, 1917); engineer (Cooktown, 1919); radio engineer (Radio Station, Carlingford, NSW, 1930-1935; Croydon, NSW, 1943-1958) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] * [[/Leonard Kenneth Cookson|Cookson, Leonard Kenneth "Len"]] [https://www.familysearch.org/tree/person/details/GXQ8-JHV] - 1917(Vic)-2005(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - AWA - Relationships: Son of Joseph George Cookson - Electoral Rolls: foreman (Concord, NSW, 1943); electrical fitter (Croydon, 1943-1954; Glebe, 1958; Blacktown, 1963-1980) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] ===''COOLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Cooling|Cooling, Ernest Richard]] [https://www.familysearch.org/tree/person/details/LVZL-GSC] - 1885(Qld)-1936(Qld) - Licences: 4BN Toowoomba (1924-1927) - Qualifications: cc; AOCP 11, 1924, No. 3 in Qld - amateur operator; amateur broadcaster; honorary radio inspector (Toowoomba, 1924), (Halcyon P. 4) - Comment: A tragic end to a productive life - TroveTag: "4BN - Ernest Richard Cooling" - Electoral Rolls: letter carrier (Toowoomba, 1908); telegraphist (Bowen, 1912); postal assistant (Toowoomba, 1913-1930) ===''COOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Saint Coombe|Coombe, Geoffrey Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-TXS] - 1913(SA)-19??(???) - Licences: 5ML Adelaide (Hindmarsh, 1931-1939; Croydon, 1947-1948; Brooklyn Park, 1960-1980+) - Qualifications: cc; AOCP 756, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5MR Jack Robert Saint Coombe - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Croydon, 1941) * [[/Jack Robert Saint Coombe|Coombe, Jack Robert Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-T3C] - 1910(SA)-1981(SA) - Licences: 5MR Adelaide (Stirling West, 1954-1980+) - Qualifications: cc; AOCP 2923, 1949, SA - amateur operator; amateur broadcaster - Relationships: Brother of 5ML Geoffrey Saint Coombe - Electoral Rolls: electrician (Hindmarsh, SA, 1939; Croydon, SA, 1941); electrical mechanic (Mt Lofty, SA, 1943) ===''COOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edwin Charles Cooper|Cooper, Alfred Edwin Charles]] [https://www.familysearch.org/tree/person/details/GZV9-9GK] - 1904(NSW)-1997(NSW) - Licences: 2AL Receive Sydney (Ashfield, 1922); 2AL Sydney (Ashfield, 1923-1926); 2UO Sydney (Northbridge, 1947-1950); 2AUO Sydney (Yacht Asgard, 1948-1960); 4AY Surfers Paradise (1980) - Qualifications: cc; AOCP 180, 1925, No. ?? in NSW; 3COCP 626, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: fruit merchant (Ashfield, 1931); director (Northbridge, 1943-1958); company director (Clareville, 1963-1977) * [[/Eric Cooper|Cooper, Eric]] [https://www.familysearch.org/tree/person/details/GD1M-WC4] - 1925(Tas)-19??(???) - Licences: 7ZEC Evandale (1965-1980+) - Qualifications: cc; AOLCP 870, 1960, Tas - amateur operator - Electoral Rolls: moulder (Evandale, 1949); radio technician (Evandale, 1954) * [[/Ernest Edward Cooper|Cooper, Ernest Edward]] [https://www.familysearch.org/tree/person/details/GZ5F-RLJ] - 1905(Tas)-1951(Tas) - Licences: 7MK Launceston (Youngtown, 1926-1927); 7MC Launceston (City, 1947-1948) - Qualifications: cc; AOCP 261, 1926, No. ?? in Tas; AOLCP 151, 1934 - amateur operator; amateur broadcaster - Relationships: may be related to 7ZEC Evandale (1965-1975) Eric Cooper - Electoral Rolls: radio mechanic (Hobart, 1928); radio engineer (Ulverstone, 1936; Launceston East, 1943; Launceston West, 1949) * [[/Harold More Cooper|Cooper, Harold More or Harold Moore]] [https://www.familysearch.org/tree/person/details/GZ58-SJP] - 1886(SA)-1970(SA) - Licences: Receive Adelaide (Glenelg, 1923-1925); 5HG Adelaide (Glenelg, 1926-1939, 1946-1969) - Qualifications: cc; AOCP 257, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW2; submarine cable telegraphist; archaeologist; historian - Electoral Rolls: telegraphist (Glenelg, 1939-1943) - Links: [https://adb.anu.edu.au/biography/cooper-harold-more-9821 ADB] * [[/James Herbert Cooper|Cooper, James Herbert]] [https://www.familysearch.org/tree/person/details/LVTJ-14B] - 1914(NSW)-1992(NSW) - Licences: 2ZG Sydney (Wollstonecraft, 1930-1939 - Qualifications: AOCP 701, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Crows Nest, 1936-1943); broker (Mosman, 1949); stock and sharebroker (Wahroonga, 1949-1968); sharebroker (Wahroonga, 1972); broker (St Ives, 1977-1980) ===''CORDINGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harold Cordingley|Cordingley, Charles Harold]] [https://www.familysearch.org/tree/person/details/GDJK-SB4] - 1892(Eng)-1955(Vic) - Licences: 3RF Melbourne (Ascot Vale, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Ararat, 1913); electrical engineer (Flemington, 1915-1919); engineer (Ascot Vale, 1921-1954) ===''CORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert James Core|Core, Herbert James "Herb"]] [https://www.familysearch.org/tree/person/details/L1PF-R2Q] - 1906(Qld)-1954(Qld) - Licences: 4HC Brisbane (Coorparoo, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 2012, 1937, Qld; 1COCP 392, 1940 - amateur operator; amateur broadcaster; formerly Sydney - Electoral Rolls: public servant (Greenslopes, Qld, 1929); assistant (Coorparoo, Qld, 1936-1937); public servant (Coorparoo, Qld, 1943-1949; Camp Hill, Qld, 1949-1954) ===''CORNELIUS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Edward Cornelius|Cornelius, Eric Edward]] [https://www.familysearch.org/tree/person/details/LH7P-2MD] - 1916(WA)-1979(WA) - Licences: 6EC Albany (1936-1939); 6EC Kalgoorlie (1947-1948); 6EC Wagin (1954-1955); 6EC Perth (Inglewood, 1956-1975) - Qualifications: cc; AOCP 1635, 1936, WA; TVOCP 200, 1959 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Station 6WA, Wagin, 1949-1954; Inglewood, WA, 1958-1977) ===''CORNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Cameron Corney|Corney, Kenneth Cameron]] [https://www.familysearch.org/tree/person/details/GDGS-2MB] - 1899(Vic)-1990(Vic) - Licences: V755 Receive Bairnsdale (1922); 3GY Receive Bairnsdale (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: farmer (Gogeldrie, NSW, 1949); grazier (Metung, Vic, 1963-1980) ===''COTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alfred Cotton|Cotton, Arthur Alfred]] [https://www.familysearch.org/tree/person/details/KNH3-P9L] - 1897(SA)-1973(SA) - Licences: XVS Adelaide (Glanville, 1913); 5HY Adelaide (Kilkenny, 1926-1928; Colonel Light Gardens, 1931; Kilburn, 1946-1969) - Qualifications: cc; AOCP 270, 1926, No. ?? in SA - early wireless experimenter; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo WIA SA) - Electoral Rolls: engineer (Semaphore, 1939); clerk (Findon, 1943) * [[/Arthur Tylney Cotton|Cotton, Arthur Tylney]] [https://www.familysearch.org/tree/person/details/L7G8-SGG] - 1884(Tas)-1965(Tas) - Licences: Receive Spring Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Kelvedon, 1914-1963) * [[/Leith Simpson Cotton|Cotton, Leith Simpson]] [https://www.familysearch.org/tree/person/details/GZR2-12K] - 1905(SA)-2001(SA) - Licences: 5LG Adelaide (Burnside, 1932-1933); 5LG Iron Knob (1937-1939); 5LG Adelaide (Clarence Gardens, 1946-1948; Parkholme, 1954-1980+) - Qualifications: cc; AOCP 1023, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: boilermaker (Iron Knob, 1939-1941) ===''COTTRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Morgan Cottrell|Cottrell, Joseph William Morgan]] [https://www.familysearch.org/tree/person/details/9VLW-L1Y] - 1897(NSW)-1950(Vic) - Licences: 2ZF Receive Sydney (Randwick, 1923); 2ZN Sydney (Randwick, 1923-1925; Coogee, 1926-1930; Maroubra Junction, 1931; Dundas, 1933-1939, 1946-1947; Carlingford, 1948-1950); 2ADX Sydney (Dundas/Portable, 1937-1939) - Qualifications: cc; AOCP 367, 1927, No. ?? in NSW; AOLCP 1, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Coogee, 1930); broadcaster (Dundas, 1933-1934); radio operator (Dundas, 1936-1943); technician (Carlingford, 1949) ===''COUCHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Clyde McGregor Couchman|Couchman, Clifford Clyde McGregor "Cliff"]] [https://www.familysearch.org/tree/person/details/GQLS-T4D] - 1907(Qld)-1971(Qld) - Licences: 4KZ Kaimkillenbun (1930-1939); 4KZ Dalby (1946-1969) - Qualifications: cc; 2COCP 151, 1930; COCP 1st Class Marconi School (Halcyon) - amateur operator; amateur broadcaster; military (WW2, Navy, wireless officer); broadcast technician (PMGD, 4QS); business proprietor (electrical & radio, Dalby) - Electoral Rolls: labourer (Kaimkillenbun, 1930-1937); engineer (Dalby, 1943-1963); electrical engineer (Dalby, 1968) ===''COULTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Maxwell Coulter|Coulter, Jack Maxwell]] [https://www.familysearch.org/tree/person/details/GXRW-MXK] - 1912(SA)-1985(???) - Licences: 5MC Adelaide (Glenelg, 1936-1937); 3MV Melbourne (Caulfield, 1938-1939); 5JD Adelaide (Ashford, 1947-1948; Ackland Gardens, 1954-1960); 5JK Adelaide (Edwardstown, 1975-1980+) - Qualifications: cc; AOCP 1712, 1936, SA; 2COCP 812, 1944 - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: civil servant (Caulfield West, Vic, 1937); RAN (Port Melbourne, Vic, 1943) ===''COUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Couper|Couper, Andrew "Andy" Jnr]] [https://www.familysearch.org/tree/person/details/L6R8-R1T] - 1893(Qld)-1958(Qld) - Licences: XQM Mareeba (1914); 4BW Mareeba (1923-1939, 1946-1956) - Qualifications: cc; AOCP 71, 1925, No. 5 in Qld - early wireless experimenter (1914 & likely earlier unlicensed); amateur operator; amateur broadcaster; WW2 - Electoral Rolls: iron moulder (Mareeba, 1913-1932); engineer (Mareeba, 1936-1958) ===''COURT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Court|Court, Charles Percy]] [https://www.familysearch.org/tree/person/details/GX6T-Q5T] - 1904(Qld)-1962(Qld) - Licences: 4CT Receive Brisbane (Rosalie, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Bayswater, Qld, 1925-1936; Kedron, Qld, 1937-1958) * [[/Thomas Palmer Court|Court, Thomas Palmer Jnr]] - 1895(Vic)-1976(NSW) - XNY Melbourne (Malvern, 1913-1914), 3BO Melbourne (Malvern, 1922), 3TC Melbourne (Malvern, 1926-1927), early wireless experimenter (CPRT 211, 1916), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, radio clubs (WIA Vic, secretary, 1919-1920+), employment (radio salesman, 1928; STC, chief design engineer, 1954), IRE Aust (president, 1950-1951), father also named Thomas Palmer Court (1861, Vic - 1944, NSW) ===''COUSENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Light Reynolds Cousens|Cousens, Harold Light Reynolds]] [https://www.familysearch.org/tree/person/details/GDG9-3SK] - 1888(NSW)-1965(NSW) - Licences: N743 Receive Summer Hill (1922); 2HW Receive Summer Hill (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: auctioneer (Tamworth, 1930-1963) ===''COUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Stuart Coutts|Coutts, Edwin Stuart]] [https://www.familysearch.org/tree/person/details/94TB-698] - 1893(Qld)-1947(Qld) - Licences: 4BZ Receive Dalby (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motor mechanic (Dalby, 1919-1937); garage proprietor (Dalby, 1943) ===''COWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Christian Nesbit Cowan|Cowan, Christian Nesbit]] [https://www.familysearch.org/tree/person/details/G8XD-6QW] - 1907(NSW)-1994(NSW) - Licences: 2PZ Aberdare (1930-1980+) - Qualifications: cc; AOCP 613, 1930, No. ?? in NSW; BOCP 486, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: railway employee (Aberdare, 1930-1963; Cessnock, 1968-1980) ===''COX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allan Grafton Cox|Cox, Allan (birth) or Allen (census) Grafton]] [https://www.familysearch.org/tree/person/details/LHWX-5XH] - 1892(NSW)-1978(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 120, 1915; 2COCP 103, 1930; 1COCP 347, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIB Brisbane (1917-1918) - Electoral Rolls: operator (Rockhampton, 1914; Pinkenba, 1916-1921); telegraphist (Toorak, 1921-1922; South Yarra, 1926-1927); O.I.C. (Cooktown, 1925; Thursday Island, 1930); radio officer (Clayfield, 1934); O.I.C. (Townsville, 1936-1937); engineer (Rockbank, 1942); wireless officer (Kangaroo Point, 1943; Hendra, Qld, 1949-1958); radio officer (Hendra, 1963-1977) * [[/Erle Harold Cox|Cox, Erle Harold "Harold"]] [https://www.familysearch.org/tree/person/details/LB8Z-RG2] - 1903(Tas)-1989(ACT) - Licences: 3BD Receive Melbourne (Elsternwick, 1922); 3BD Melbourne (Elsternwick, 1922-1927; St Kilda, 1931-1933); 2EP Canberra (Forrest, 1934-1935); 2GU Canberra (Red Hill, 1946-1955); 1GU Canberra (Red Hill, 1956-1965; Mawson, 1969-1980+) - Qualifications: cc; AOCP 245, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; journalist, president Press Gallery, Parliament House 1953 - Awards: O.B.E. for contribution to journalism in Australia 1953 - Relationships: son of Erle Cox, science fiction author [https://adb.anu.edu.au/biography/cox-erle-5799] - Electoral Rolls: journalist (Caulfield, 1931; Gardiner, 1936; Forrest, 1937; Red Hill, 1943-1968; Mawson, 1972-1980) * [[/Harold Edward Cox|Cox, Harold Edward or Harold]] [https://www.familysearch.org/tree/person/details/G8GQ-2RT] - 1892(Eng)-1975(Qld) - Licences: 6HE Geraldton (1927) - Qualifications: cc; CPRT 17, 1914; 1COCP 35, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIO Broome (1917-1918) - Electoral Rolls: wireless operator (Broome, WA, 1916-1917; Geraldton, WA, 1922-1930); broadcast manager (Townsville, Qld, 1931-1937); manager (4WK, Warwick, Qld, 1943); representative (Coorparoo, Qld, 1943); wireless representative (Coorparoo, Qld, 1949-1972) ===''COXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Wooton Coxon|Coxon, Robert Wooton]] [https://www.familysearch.org/tree/person/details/GZZ2-HVL] - 1905(WA)-19??(???) - Licences: 6RW Northam (1924-1927) - Qualifications: cc; AOCP 30, 1924, No. ?? in WA - amateur operator; amateur broadcaster; mining engineer, NT Gov (Director of Mines, 1947); WW2 - Relationships: no apparent relation with 6AG Wally Coxon - Electoral Rolls: engineer (Cheltenham, SA, 1943); civil servant (Alice Springs, 1949-1954) * [[/Walter Ernest Stanley Coxon|Coxon, Walter Ernest Stanley "Wally"]] [https://www.familysearch.org/tree/person/details/GCY8-JBS] - 1891(NSW)-1968(WA) - Licences: XYK Perth (Maylands, 1913); 6AG Perth (North Perth, 1924; Inglewood, 1925-1931; Mt Lawley, 1933-1939; Bayswater, 1946-1947; Darlington, 1948-1960; Claremont, 1965) - Qualifications: cc; AOCP 124, 1925, No. ?? in WA - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (6WF) - Relationships: no apparent relation with 6RW Robert Wooton Coxon - Electoral Rolls: fitter (Maylands, 1914); engineer (Maylands, 1925-1937); radio engineer (East Perth, 1943; Darlington, 1949-1958); retired (Claremont, 1963-1968) - Links: [http://messui.polygonal-moogle.com/valves/NW199311.pdf EA0] [http://messui.polygonal-moogle.com/valves/NW199404.pdf] [http://messui.polygonal-moogle.com/valves/NW199405.pdf EA2] ===''COZINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Cozins|Cozins, Charles Frederick]] [https://www.familysearch.org/tree/person/details/GF78-6FW] - 1908(WA)-2001(WA) - Licences: 6AC Perth (City, 1931-1933); 6AD Perth (Canning Bridge, 1947-1948) - Qualifications: cc; AOCP 742, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (North Perth, WA, 1931); radio mechanic (Corrogin, WA, 1936); marine collector (Kalgoorlie, WA, 1943); cook (West Perth, WA, 1949); storekeeper (Kalgoorlie, WA, 1949-1954); clerical assistant (South Perth, WA, 1958); clerk (Rivervale, WA, 1963-1972); retired (Kewdale, WA, 1977-1980) ===''CRAIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith William Craig|Craig, Keith William]] [https://www.familysearch.org/tree/person/details/GDNB-7FD] - 1921(NSW)-1999(NSW) - Licences: 2AJV Newcastle (Stockton, 1938-1939); 2EP Newcastle (New Lambton, 1948-1969) - Qualifications: cc; AOCP 2102, 1938, NSW - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Stockton, 1943); fitter (Lambton, 1949; New Lambton, 1958-1980) * [[/Walter Archibald Craig|Craig, Walter Archibald]] [https://www.familysearch.org/tree/person/details/GZ2F-7X4] - 1907(NSW)-1956(NSW) - Licences: 2XI Receive Sydney (Croydon, 1923); 2XI Sydney (Croydon, 1924-1939) - Qualifications: cc; AOCP 220, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Croydon, 1930-1954) ===''CRAMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warne Hutton Cramond|Cramond, Warne Hutton]] [https://www.familysearch.org/tree/person/details/9XQB-N2G] - 1898(NSW)-1951(NSW) - Licences: 2KJ Sydney (Lane Cove, 1928-1939, 1946-1950) - Qualifications: AOCP 397, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lane Cove, 1930-1949) ===''CRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Rae Cran|Cran, Morris Rae]] [https://www.familysearch.org/tree/person/details/G879-B1J] - 1901(Qld)-1959(NSW) - Licences: 4KX Brisbane (West End, 1930-1939); 2MR Sydney (Rockdale, 1946-1947; Randwick, 1954-1955) - Qualifications: cc; AOCP 570, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Electoral Rolls: clerk (West End, 1925-1937); accountant (Bondi, 1943); company secretary (Ranswick, 1954; Coogee, 1958) ===''CRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Layman William Victor Cranch|Cranch, Layman William Victor "Lay"]] - 1910(Qld)-1993(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio engineer, journalist (editor, Australian Radio and Electronics, 1951), business (manager, Kingsley) ===''CRAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Russell Bruce Cameron Craw|Craw, Russell Bruce Cameron "Bruce"]] [https://www.familysearch.org/tree/person/details/KF2Q-54Y] - 1901(Tas)-1934(Vic) - Licences: 7BC Burnie (1930-1933); 3BC Melbourne (1933-1934) - Qualifications: cc; AOCP 671, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Comment: passed too soon - Electoral Rolls: salesman (Burnie, 1922; North Melbourne, 1924; Burnie, 1928); sales (Middle Park, Vic, 1935) ===''CRAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Thomas Crawford|Crawford, Cedric Thomas]] [https://www.familysearch.org/tree/person/details/GD2P-42L] - 1905(NSW)-1977(NSW) - Licences: 2YC Sydney (Burwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Burwood, 1930-1933); engineer (Captain's Flat, 1937-1943); mechanical engineer (Broken Hill South, 1954-1963); engineer (St Ives, 1968-1972) * [[/John Murray Crawford|Crawford, John Murray]] - 19??(???)-19??(???) - senior federal public servant (chief engineer PMGD, involved establishment of first ABC stations), don't confuse with William Tamillas Stephen Crawford * [[/William Tamillas Stephen Crawford|Crawford, William Tamillas Stephen "Bill", "W.T.S.C."]] [https://www.familysearch.org/tree/person/details/G738-35N] - 1880(Vic)-1962(NSW) - state public servant (P&TD, Tas); senior federal public servant (PMGD, radio inspector); RANRS (commissioned telegraphist, 1917) - Comment: don't confuse with John Murray Crawford ===''CREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Creamer|Creamer, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7XK-965] - 1903(NSW)-1973(NSW) - Licences: 2UR Sydney (Glebe Point, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Orange, 1930-1932); electrical engineer (Brewarrina, 1933; Henty, 1934-1935; Grose Vale, 1937; Richmond, 1943-1968) ===''CREDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter John Credlin|Credlin, Peter John]] [https://www.familysearch.org/tree/person/details/GDSB-SH8] - 1938(Vic)-1984(NSW) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) - Comment: Gone too soon - Electoral Rolls: clerk (Camberwell, 1954); engineer (Malvern, 1963; Lower Templestowe, 1967-1980) ===''CRESSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Gillespie Cresswell|Cresswell, Frank Gillespie]] [https://www.familysearch.org/tree/person/details/LR45-Q56] - 1880(Vic)-1963(Vic) - Licences: 3GI Melbourne (East Kew, 1924-1925; Camberwell, 1926-1927); Qualifications: cc; Nil yet identified - federal public service (PMGD); military (Commonwealth Naval Militia, engineer sublieutenant); RANRS (Radio Commander, terminated Nov 1920) - not to be confused with William Rooke '''Creswell''' - Electoral Rolls: instrument fitter (Camberwell, 1903-1906); Engineer-Lieutenant RAN (Prahran, 1912); naval officer (St Kilda, 1914); lieutenant RAN (Hawthorn, 1915-1919); RAN (Kew, 1922-1924); commandant RAN (Frankston, 1928-1934); naval officer (Olivers Hill, 1936-1937); electrical engineer (Armadale, 1943); retired (Somers, 1949; Mt Eliza, 1954; Frankston, 1963) * [[/Harry Leslie Cresswell|Cresswell, Harry Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9456-49G] - 1917(Qld)-1942(Qld) - Licences: 4DL Brisbane (Coorparoo, Qld, 1938-1939) - Qualifications: cc; Nil yet identified, likely RAN - amateur operator; amateur broadcaster; WW2 (RAN, Petty Officer Telegraphist, KIA, HMAS Yarra) - Electoral Rolls: Nil yet identified - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10293831 AWM] [https://www.awm.gov.au/collection/R1690529 Roll of Honour] ===''CRESWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rooke Creswell|Creswell, William Rooke]] [https://www.familysearch.org/tree/person/details/9N4L-WRS] - 1852(Gibraltar)-1933(Vic) - early wireless experimenter (Lytton, Moreton Island), military (RAN; Qld Maritime Defence Force, commandant; Commonwealth Naval Forces, commandant) - Generally considered the father of the RAN, not to be confused with Frank Gillespie '''Cresswell''' - Electoral Rolls: naval commandant (South Brisbane, 1903-1905); director (Toorak, 1909-1919) - Links: [[w:William Rooke Creswell|Wikipedia]]; [https://adb.anu.edu.au/biography/creswell-sir-william-rooke-5817 ADB] [https://www.navy.gov.au/biography/vice-admiral-sir-william-rooke-creswell RAN] ===''CRIBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dunmore Foote Cribb|Cribb, Dunmore Foote]] [https://www.familysearch.org/tree/person/details/LCPP-YQH] - 1899(Qld)-1946(Qld) - Licences: 4DC Brisbane (Indooroopilly, 1925-1927) - Qualifications: cc; AOCP 134, 1925, No. 15 in Qld - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant) - Electoral Rolls: teacher (Indooroopilly, 1921-1943) ===''CRICHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Robert Crichton|Crichton, Stanley Robert]] [https://www.familysearch.org/tree/person/details/LK76-MZH] - 1893(NZ)-1967(NSW) - Licences: 2KH East Maitland (1929-1935); 9OU Port Moresby (1947-1948) - Qualifications: AOCP 542, 1929, No. ?? in NSW; AOLCP 100, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: telephone mechanic (East Maitland, 1930-1935); wireless operator (Maclean, 1936); Radio 2NR (Lawrence, 1937); wireless operator (Ashfield, 1949); PMG technician (Ashfield, 1954-1963) ===''CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cridge, Wilfred Edgar Launder - See Wilfred Edgar Launder-Cridge ===''CRISP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Charles Crisp|Crisp, Henry Charles "Harry"]] [https://www.familysearch.org/tree/person/details/G8XD-5T2] - 1909(NSW)-1996(???) - Licences: 2LX Sydney (Undercliffe, 1930; Hurstville, 1931-1933; Cronulla, 1934-1939, 1946); 2LX Ettalong (1947-1955); 2LX Woy Woy (1956-1961); 2LX Urunga (1965); 2LX Sydney (Cronulla, 1969; Gorokan, 1975-1980+) - Qualifications: AOCP 614, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: "Henry Charles" carrier (Undercliffe, 1930; Hurstville, 1931-1933); radio dealer (Cronulla, 1934-1937); "Harry Charles" examiner (Bondi, 1943); "Henery Charles" no occupation (Ettalong, 1949); "Henry Charles" radio dealer (Ettalong, 1954-1963); "Harry Charles" motel proprietor (Urunga, 1968); manager (Sans Souci, 1972); retired (Cronulla, 1972); "Henery Charles" retired (Gorokan, 1977-1980) ===''CROCKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Edward Crocker|Crocker, Claude Edward]] [https://www.familysearch.org/tree/person/details/L8R6-RZW] - 1875(USA)-1929(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: engineer (West Perth, 1922-1925) * [[/Edward Baker Crocker|Crocker, Edward Baker]] [https://www.familysearch.org/tree/person/details/MYHX-65B] - 1867(Wales)-1955(NSW) - Licences: 2BB Receive Sydney (Marrickville, 1922); 2BB Sydney (Marrickville, 1922-1930) - Qualifications: cc; AOCP 95, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: provision merchant (Marrickville, 1933-1937); retired (Marrickville, 1943-1949); no occupation (Earlwood, 1949-1954) ===''CROME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Keith Crome|Crome, Harry Keith]] [https://www.familysearch.org/tree/person/details/LZTL-HF9] - 1908(Tas)-1975(Tas) - Licences: Receive (Crystal) Hobart (New Town, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: painter (Hobart North, 1936-1954); linotype operator Melbourne (Alphington, 1963-1972) ===''CROMIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Thomas Cromie|Cromie, Charles Thomas]] [https://www.familysearch.org/tree/person/details/G6Z4-73H] - 1883(Vic)-1952(Vic) - Licences: Receive (Valve) Melbourne (Caulfield, 1923) - Qualifications: cc; Nil yet identified - manager (Oliver J. Nilsen & Co, 1927); witness to Royal Commission 1927 (obo 3UZ) - Electoral Rolls: draper (Maffra, 1903; Korumburra, 1905; East Melbourne, 1909; Maffra, 1912); engineer (East Melbourne, 1914); electrical engineer (Malvern, 1915-1917); engineer (Elsternwick, 1919; Caulfield, 1924-1927); electrical engineer (Melbourne East, 1928; Caulfield, 1931); engineer (Caulfield, 1934); director (Armadale, 1936-1949) ===''CROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Leonard Crooks|Crooks, James Alexander Leonard "Len"]] [https://www.familysearch.org/tree/person/details/LK93-6HV] - 1890(Tas)-1973(Tas) - Licences: Receive Launceston (1923-1925); 7BQ Launceston (1925-1969+) - Qualifications: cc; AOCP 61, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; honorary radio inspector (PMG) - Relationships: father of 3AAC John Peter Crooks - Electoral Rolls: clerk (Trevallyn, 1914; Launceston, 1919-1968); no occupation (Low Head, 1972) * [[/John Peter Crooks|Crooks, John Peter]] [https://www.familysearch.org/tree/person/details/LRZL-Z2J] - 1921(Tas)-2013(Vic) - Licences: 3AAC Colac (1960); 3AAC Bulleen (1965-1969) - Qualifications: AOCP 2107, 1938, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: son of 7BQ James Alexander Leonard "Len" Crooks - Electoral Rolls: civil servant (Elsternwick, 1949); engineer (East Geelong, 1954; Bulleen, 1963-1977) ===''CROPLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cropley|Cropley, Eric William]] [https://www.familysearch.org/tree/person/details/GDLL-YVK] - 1893(NSW)-1935(NSW) - Licences: N735 Receive Sydney (Homebush, 1922); 2HT Receive Sydney (Homebush, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of Mervyn Eric Cropley - Electoral Rolls: warehouseman (Homebush, 1930-1933) * [[/Mervyn Eric Cropley|Cropley, Mervyn Eric]] [https://www.familysearch.org/tree/person/details/GDLG-MYS] - 1920(NSW)-1951(Aus) - Licences: cc; Nil yet identified - Qualifications: cc; 2COCP 403, 1941 - amateur operator; amateur broadcaster - Relationships: son of 2HT Eric William Cropley - Electoral Rolls: radio officer (Homebush, 1943); salesman (Blaxland, 1949) ===''CROUCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Casimir Crouch|Crouch, Ernest Casimir "Ern"]] - 1908(???)-1989(NSW) - 2QJ Receive Sydney (Mosman, 1923), 2EC Sydney (Mosman, 1924-1939), 2EC Orange (1946-1980), amateur operator (AOCP 16, 1924, No. 6 in NSW), amateur broadcaster; engineer; Mosman Radio Laboratories 1927 (proprietor?) ===''CROWDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Crowder, Joyce Isabel see Batchler nee Crowder, Joyce Isabel ===''CULLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Norman Seth Culliver|Culliver, Francis Norman Seth "Norman"]] [https://www.familysearch.org/tree/person/details/G82T-SWD] - 1891(Vic)-1962(Vic) - Licences: 3DP Receive Melbourne (East Melbourne, 1922); 3DP Melbourne (East Melbourne, 1923-1925; Hawthorn, 1925-1927); 3UG Melbourne (Rye, 1948-1956); 3UG Queenscliff (1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of Keith Norman Culliver & Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1931-1954) * [[/Ian Douglas Culliver|Culliver, Ian Douglas "Sam"]] [https://www.familysearch.org/tree/person/details/G82T-WDM] - 1916?(Vic)-2002(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 655, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Keith Norman Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) * [[/Keith Norman Culliver|Culliver, Keith Norman]] [https://www.familysearch.org/tree/person/details/G82T-753] - 1914(Vic)-1998(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 656, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) ===''CUMMING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Humberstone Cumming|Cumming, William Humberstone]] [https://www.familysearch.org/tree/person/details/GSLF-9FS] - 1903(Vic)-1956(Vic) - Licences: 3BK Melbourne (Armadale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Notting Hill, 1931); engineer (Cheltenham, 1931); contractor (Malvern, 1936-1949); engineer (Malvern, 1954) ===''CUMMINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Cummings|Cummings, Bruce]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 1928, No. ?? in Qld), amateur broadcaster ===''CUMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Vincent Cummins|Cummins, Reginald Vincent]] [https://www.familysearch.org/tree/person/details/GXCK-FLN] - 1911(Qld)-1957(Qld) - Licences: 4VC Brisbane (Newmarket, 1937-1939) - Qualifications: cc; AOCP 1939, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (East Ipswich, Qld, 1934-1937); public servant (Newmarket, Qld, 1943-1954) ===''CUNLIFFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James August Cunliffe|Cunliffe, James August]] [https://www.familysearch.org/tree/person/details/G7KX-DQW] - 1904(Vic)-1984(Vic) - Licences: 3ZO Melbourne (Croxton, 1930-1931; Preston, 1933-1939, 1946-1947); 3AZO Melbourne (North Fitzroy, 1954; East Preston, 1955-1980+) - Qualifications: AOCP 597, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: cabinet maker (Preston, 1927); electrician (Preston East, 1931-1942); cabinet maker (Preston East, 1949); carpenter (Preston East, 1963-1980) ===''CUNNINGHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hugh Cunningham|Cunningham, Robert Hugh]] [https://www.familysearch.org/tree/person/details/G845-Z7M] - 1909(Vic)-1989(Vic) - Licences: 3ML Melbourne (Malvern, 1928-1937; Hawthorn, 1938-1939; Frankston, 1946-1947; Malvern, 1948-1980+) - Qualifications: AOCP 463, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Malvern, 1931; Gardiner, 1936-1937); RAAF (Frankston, 1949); manager (Malvern, 1949-1954); director (Malvern, 1963-1980) - R. H. Cunningham, electronics retailer? ===''CUREDALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Curedale|Curedale, Albert John]] [https://www.familysearch.org/tree/person/details/GFQ6-S41] - 1914(Aus)-1986(WA) - Licences: 6AE Perth (City, 1934-1939) - Qualifications: cc; AOCP 1385, 1934, WA - amateur operator; amateur broadcaster - Electoral Rolls: presser (North Perth, WA, 1943-1949; West Perth, WA, 1954; Leederville, WA, 1958-1972) * [[/Robert Gordon Curedale|Curedale, Robert Gordon]] - 1906(WA)-1981(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 837, 1924; 2COCP 369, 1931; 1COCP 141, 1937 - - Electoral Rolls: radio operator (Magnetic Observatory, Watheroo, WA, 1931); wireless operator (West Perth, WA, 1936-1937); radio technician (Croydon, NSW, 1943); farming (Watheroo, WA, 1949); geophysicist (Ascot Vale, Vic, 1954; Bentleigh, Vic, 1963; Yokine, WA, 1968); retired (North Beach, WA, 1972; Maylands, WA, 1977-1980) ===''CURETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Poyner Cureton|Cureton, John Poyner "Jack"]] [https://www.familysearch.org/tree/person/details/L29Y-H1R] - 1905(NSW)-1958(NSW) - Licences: 2AY Receive Sydney (Burwood, 1922); 2AY Sydney (Burwood, 1923-1930); 2AU Sydney (Burwood, 1930-1933; Gordon, 1933-1934; Burwood, 1935-1939, 1946-1950); 2AU Little Hartley (1954-1958) - Qualifications: cc; AOCP 168, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Withdrawal: 2AY callsign withdrawn by PMGD in 1930 and reallocated to new commercial 2AY Albury - Electoral Rolls: secretary (Burwood, 1930; Parkes, 1936); engineer (Burwood, 1943); grazier (Little Hartley, 1958) ===''CURLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Clarence Curle|Curle, George Clarence]] [https://www.familysearch.org/tree/person/details/GZ25-DZZ] - 1914(NSW)-1941(Egypt) - licences: 2AJB Sydney (Chullora, 1937-1939) - qualifications: AOCP 1813, 1937, No. ?? in NSW; BOCP 310, 1940 - amateur operator, amateur broadcaster, broadcast engineer (2BL), WW2 - electoral rolls: Nil - "Greater love hath no man than this" ===''CURNOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Ross Curnow|Curnow, Geoffrey Ross]] - 19??(???)-19??(???) - historian (wireless & broadcasting), "The history of the development of wireless telegraphy and broadcasting in Australia to 1942, with especial reference to the Australian Broadcasting Commission : a political and administrative study" ===''CURRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Benjamin John Currie|Currie, Francis Benjamin John]] [https://www.familysearch.org/tree/person/details/G8QY-8JP] - 1903(SA)-1974(SA) - Licences: None yet found - Qualifications: AOCP 395, 1928, No. ?? in SA - amateur operator? - Electoral Rolls: checker (Albert Park, Vic, 1936); storeman (Semaphore, 1939; Queensbury, 1941) * [[/James Lawrence Currie|Currie, James Lawrence "Len"]] [https://www.familysearch.org/tree/person/details/GXCK-9GW] - 1905(Qld)-1960(Qld) - Licences: 4LC Bundaberg (1936-1937); 4LC Proserpine (1938-1939); 4LC St George (1946-1956); 4LC Brisbane (Dutton Park, 1960) - Qualifications: cc; AOCP 1631, 1936, Qld - amateur operator; amateur broadcaster; power station engineer - Electoral Rolls: electrician (New Farm, Qld, 1929; Bundaberg, Qld, 1931-1937); electrical engineer (Blackhall, Qld, 1943; St George, Qld, 1949-1954); engineer (Caboolture, Qld, 1958) ===''CURTIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. F. Curtis|Curtis, R. F.]] - 19??(???)-19??(???) - Licences: 3AI Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''CUSACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Chanel Cusack|Cusack, Leo Chanel]] [https://www.familysearch.org/tree/person/details/G6YN-49P] - 1897(NSW)-1967(Qld) - Licences: 4LC Port Moresby (1925-1926) - Qualifications: cc; CPRT 229, 1916; 1COCP 319, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIT Townsville (1917-1918) - Electoral Rolls: radio operator (Maroubra, 1930); radio telegraphist (Townsville, 1931-1936; Maroubra, 1943); wireless operator (Maroubra, 1949); radio operator (Darwin, 1949-1954); wireless operator (Maroubra, 1958-1963); retired (Bardon, Qld, 1963) * [[/Sidney Claude Cusack|Cusack, Sidney or Sydney Claude or Claud]] [https://www.familysearch.org/tree/person/details/GW42-D16] - 1885(Eng)-1973(Canada) - Licences: 5CK Adelaide (Dulwich, 1924-1926) - Qualifications: cc; CPRT 5, 1914 (No. 5 in Aus and Vic, Commonwealth system) - RANRS (CPO to Warrant Telegraphist, 1917); WW1 - Electoral Rolls: operator (Clayfield, Qld, 1916) ===''CUSHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Thomas Cushen|Cushen, Arthur Thomas]] [https://www.familysearch.org/tree/person/details/GXQL-FP3] - 1920(NZ)-1997(NZ) - prominent MW and SW broadcast listener 1930s to 1990s; DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club, DX Australia) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen/ Autobiography]; [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tributes] ===''CUSITER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert William Macgregor Cusiter|Cusiter, Robert William Macgregor "Mac"]] [https://www.familysearch.org/tree/person/details/M6H8-73C] - 1908(NSW)-1970(???) - 2RW Sydney (Lewisham, 1925-1926; Turramurra, 1927-1929; Pymble, 1930; Lewisham, 1931-1939, 1946-1955; Hornsby, 1956-1969), amateur operator (AOCP 203, 1925, No. ?? in NSW), amateur broadcaster, engineer (Pymble, 1930; Lewisham, 1930-1949; Hornsby, 1958-1968), AWA, PMGD, WW2 (worked on defence electronics) ===''CUTHBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Cuthbert|Cuthbert, Henry]] - 1829(Irl)-1907(Vic) - Postmaster-General Victoria (Jul 1877-Jul 1878; Mar 1880-Aug 1880) ===''CUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Gregory Maxwell Cutts|Cutts, Gregory Maxwell "Maxwell"]] [https://www.familysearch.org/tree/person/details/GQBR-22Q] - 1903(NSW)-1986(NSW) - Licences: Receive (Crystal) Sydney (Croydon, 1923); 2GM Sydney (Croydon, 1924-1927) - Qualifications: cc; AOCP 17, 1924, No. 7 in NSW - amateur operator; amateur broadcaster; radio business proprietor (2ML, Mosman Radio Service) - Electoral Rolls: radio engineer (Mosman, 1930-1937; Abbotsford, 1949); sales manager (North Ryde, 1954-1963); manager (Cheltenham, 1972-1980) =='''D'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''DAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Luja Dahl|Dahl, Norman Luja]] [https://www.familysearch.org/tree/person/details/L433-MY6] - 1888(NZ)-1938(Qld) - Licences: 2ND Sydney (Wahroonga, 1933-1937); 4ND Ayr (1937-1939) - Qualifications: cc; AOCP 1079, 1933, NSW; AOLCP 249, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: consulting engineer (Wahroonga, NSW, 1930-1935); teacher (Wahroonga, NSW, 1937); company director (Ayr, Qld, 1936-1937) * [[/Oscar Sydney Dahl|Dahl, Oscar Sydney "Syd"]] [https://www.familysearch.org/tree/person/details/LLWV-S5D] - 1904(NZ)-1982(Qld) - Licences: 4KA Ayr (1933-1935); 7KA Hobart (1947); 4KA Ayr (1948); 9KA Lae (1969); 4VT Innisfail (1975) - Qualifications: cc; AOCP 1151, 1933, No. ? in Qld - amateur operator; amateur broadcaster; WW2; surveyor - Electoral Rolls: chainman (Arapuni, NZ, 1928-1931); tramline engineer (Ayr, Qld, 1931-1936); engineer (Gordonvale, Qld, 1937); civil engineer (Fitzgerald, Tas, 1943; Ayr, Qld, 1949-1958); surveyor (Innisfail, Qld, 1963-1980) ===''DALBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dalby|Dalby, John]] - 19??(???)-19??(???) - Licences: 5BI Adelaide (SA School of Mines, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Directories: lecturer (School of Mines, Adelaide, 1922-1934) - Electoral Rolls: Nil yet identified ===''DALTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Martin Dalton|Dalton, Robert Martin]] [https://www.familysearch.org/tree/person/details/GZJQ-SH3] - 1897(Vic)-1949(Vic) - Licences: XLB Melbourne (Auburn, 1913); 3UI Mildura (1923-1925); 3UI Melbourne (Balaclava, 1925-1926; Caulfield, 1927; Camberwell, 1931-1933); 3UN Melbourne (Camberwell, 1948) - Qualifications: cc; AOCP 158, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: fruitgrower (Mildura, 1919-1924); radio engineer (Hawthorn, 1926-1927); clerk (Camberwell, 1928); sales (Camberwell, 1931-1949) ===''DANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Dane|Dane, John Edward]] [https://www.familysearch.org/tree/person/details/LYF7-5RS] - 1868(Eng)-1928(Vic) - Licences: Receive (Valve) Melbourne (Hawthorn, 1923); 3JD Melbourne (Hawthorn, 1924-1927) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: commercial traveller (Hawthorn, 1908-1909); merchant (Auburn, 1912-1927) ===''DANGERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Henry Dangerfield|Dangerfield, Joseph Henry "Harry"]] [https://www.familysearch.org/tree/person/details/G9HR-22D] - 1911(Eng)-1997(Qld) - Licences: 4NF Townsville (1936-1939) - Qualifications: cc; AOCP 1686, 1936, Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (radio electrical salesman) - Relationships: brother of 4NL Norman Gerard Dangerfield - Electoral Rolls: radio mechanic (Townsville, Qld, 1937-1954); mechanic (Townsville, Qld, 1958-1977); retired (Airlie Beach, Qld, 1977-1980) * [[/Norman Gerard Dangerfield|Dangerfield, Norman Gerard]] [https://www.familysearch.org/tree/person/details/G9HR-5FD] - 1918(Qld)-1997(Qld) - Licences: 4NL Ayr (1936-1939); 4ND Ayr (1956-1965); 4ND Brisbane (Sherwood, 1969-1975) - Qualifications: cc; AOCP 1687, 1936, Qld; BOCP 1062, 1949 - amateur operator; amateur broadcaster; employment (Elphinstones); broadcast technician (4AY, ABC Townsville); business proprietor (radio) - Halcyon: AOCP at 16yo - Relationships: brother of 4NF Joseph Henry Dangerfield - Electoral Rolls: aircraft fitter (Coorparoo, Qld, 1943); bank officer (Ayr, Qld, 1949); radio technician (Ayr, Qld, 1954; Home Hill, Qld, 1958); clerk (Sherwood, Qld, 1968-1980) ===''DANIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Septimus Daniel|Daniel, Louis Septimus]] - 1834(Eng)-1909(Vic) - experimented with etheric force in mid 1870s, radio clubs (Telegraph Electrical Society of Victoria, member), employment (Vic Post & Telegraphs, concluding acting Secretary, 1897), linguist ===''DARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Darley|Darley, Ernest John]] [https://www.familysearch.org/tree/person/details/G4BX-9ZK] - 1898(WA)-1968(WA) - Licences: 6CJ Perth (South Perth, 1923-1930) - Qualifications: cc; CPRT 243, 1916; 2COCP 835, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: motor importer (South Perth, 1925-1936); importer (Rockingham, 1943); technician (South Perth, 1954-1963) ===''DAVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Barrett Davey|Davey, Harold Barrett]] [https://www.familysearch.org/tree/person/details/GDYY-FN4] - 1898(Tas)-1948(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: dental mechanic (Launceston, 1922); electrician (Launceston, 1936-1937); electrical engineer (Launceston, 1943) * [[/John Alfred Davey|Davey, John Alfred]] [https://www.familysearch.org/tree/person/details/GZ6X-FSF] - 1913(SA)-1992(Qld) - 2YE Sydney (Glebe Point, 1935-1938; Ashfield, 1939; Homebush, 1946-1975), amateur operator (1COCP 19, 1934; 3COCP 1029, 1952), amateur broadcaster, radio engineer * [[/John Anderton Davey|Davey, John Anderton]] [https://www.familysearch.org/tree/person/details/GZ6F-3ZH] - 1909(Vic)-1973(Vic) - Receive Melbourne (Brighton, 1923), 3AD Melbourne (Brighton, 1925-1926; Elsternwick, 1927), amateur operator (AOCP 66, 1925, No. ?? in Vic), amateur broadcaster, manufacturer's agent * [[/Ralph William Davey|Davey, Ralph William]] [https://www.familysearch.org/tree/person/details/GXGN-W9X] - 1916(SA)-1999(Vic) - Licences: 5KD Adelaide (North Croydon, 1935-1939; Mile End, 1947; Blanchetown, 1948); 5DY Portable Adelaide (North Croydon, 1938) - Qualifications: cc; AOCP 1481, 1935, SA; 1COCP 515, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: constable (Ridleyton North, SA, 1939; Whyalla, SA, 1941-1948); RAAF (Guildford, WA, 1958; Beaumaris, Vic, 1972-1980) ===''DAVIDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. R. Davidson|Davidson, E. R.]] - 19??(???)-19??(???) - Licences: 4FP Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''DAVIES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Tempest Davies|Davies, Henry Tempest]] [https://www.familysearch.org/tree/person/details/G889-FX9] - 1900(WA)-1987(WA) - Licences: 6HD Perth (Highgate Hill, 1929-1939) - Qualifications: cc; AOCP 563, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Balkatta, 1921); police officer (Mundijong, 1943); sergeant (Victoria Park, 1949-1958; Lathlain Park, 1963-1977; Victoria Park, 1980) * [[/Reginald Raymond Clifford Davies|Davies, Reginald Raymond Clifford]] [https://www.familysearch.org/tree/person/details/GXGM-73Y] - 1915(SA)-1988(WA) - Licences: 5LJ Adelaide (Goodwood Park, 1933-1939; Plympton, 1947-1948); 3AY Melbourne (Prahran, 1954-1960; Heathmont, 1965-1969); 6BQ Perth (Bickley, 1975); 6BQ Denmark (1980) - Qualifications: cc; AOCP 1138, 1933, SA; BOCP 121, 1937; 1COCP 534, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: metal worker (Goodwood Park, SA, 1939); radio engineer (5RM Berri, SA, 1941); mechanic (Plympton, SA, 1941-1943); public servant (Prahran, Vic, 1954); retired (Bickley, WA, 1972-1977) ===''DAVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Hargan Davis|Davis, Henry Hargan or Hargon]] [https://www.familysearch.org/tree/person/details/LT6C-6MB] - 1908(NSW)-1992(SA) - Licences: Receive (Crystal) Sydney (Strathfield, 1923-1924); 2HH Sydney (Strathfield, 1926-1934) - Qualifications: cc; AOCP 289, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Strathfield, 1930-1936); engineer (Strathfield, 1943) - Professor Henry Hargan Davis, BSc, BE (Syd), PhD (Camb), 1946-1973 (Emeritus Professor 1974) [https://docplayer.net/82920769-Engineering-education-the-university-of-adelaide.html] * [[/Ross Raleigh Davis|Davis, Ross Raleigh "Jack"]] [https://www.familysearch.org/tree/person/details/GZ54-9Q4] - 1907(Vic)-1986(NSW) - Licences: 2DS Receive Sydney (Vaucluse, 1920-1922); 2DS Sydney (Vaucluse, 1923-1929; Double Bay, 1930-1933; Rose Bay, 1933-1938; Bellevue Hill, 1938-1939) - Qualifications: cc; AOCP 249, 1926, No. ?? in NSW; CPRTelephony 934, 1926 - amateur operator; amateur broadcaster - Comment: accompanied 2CM on the SS Tahiti; education (Sydney Technical College, Electrical Engineering Degree); employment (AWA, engineer, 1925-1973) - Electoral Rolls: engineer (Double Bay, 1930; Rose Bay, 1933-1937; Bellevue Hill, 1943-1958; Rose Bay, 1958-1980) ===''DAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dawson|Dawson, Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 559, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: stovemaker (Hurlstone Park, 1930); storeman (Marrickville, 1931) - Not yet fully identified * [[/Richard Stanley Dawson|Dawson, Richard Stanley]] [https://www.familysearch.org/tree/person/details/GD52-2NQ] - 1897(Vic)-1983(NSW) - Licences: XZP Hobart (1913-1914); 3DA Melbourne (South Yarra, 1927) - Qualifications: cc; CPRT 282, 1917 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: student (Toorak, 1919); electrical engineer (Melbourne, 1921-1924; Toorak, 1925-1926; South Yarra, 1927-1928); engineer (Artarmon, NSW, 1930; Mosman, 1931-1972; Roseville, NSW, 1977) ===''DEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Launston Alexander Deane|Deane, Launston Alexander]] [https://www.familysearch.org/tree/person/details/GX2G-182] - 1909(SA)-1988(SA) - Licences: 5LD Adelaide (Tusmore, 1933; Hazelwood Park, 1937-1939; Royston Park, 1947-1955; Hazelwood Park, 1956-1965; St Georges, 1969-1975) - Qualifications: cc; AOCP 1090, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Burnside, SA, 1939-1943) * [[/Raymond Kyrle Deane|Deane, Raymond Kyrle]] [https://www.familysearch.org/tree/person/details/GX2P-HB1] - 1917(SA)-2010(SA)93yo - Licences: 5RK Adelaide (Fullarton, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1728, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: warehouseman (Fullarton, SA, 1939-1941); clerk (Fullarton, SA, 1943) ===''DE BAVAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Jean Xavier de Bavay|de Bavay, Francis Jean or John Xavier ]] [https://www.familysearch.org/tree/person/details/GXFJ-D1R] - 1887(Vic)-1955(Tas) - Licences: 4FO Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: analytical chemist (Kew, Vic, 1909); brewer (West Perth, WA, 1916); chemist (Cannon Hill, Qld, 1919-1921); manager (New Farm, Qld, 1925); master brewer (Cascades, Tas, 1928-1936); manager (Hobart South, Tas, 1943-1954) ===''DE CRESPIGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Champion de Crespigny|de Crespigny, Philip Champion]] [https://www.familysearch.org/tree/person/details/KCJG-QN9] - 1879(Vic)-1918(Palestine) - Licences: XPU Melbourne (Brighton, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Relationships: half brother of 3FM Royalieu Dana Champion de Crespigny - Sacrifice: "Greater love hath no man than this" * [[/Royalieu Dana Champion de Crespigny|de Crespigny, Royalieu Dana Champion]] [https://www.familysearch.org/tree/person/details/KH7P-7SD] - 1905(Vic)-1985(Vic) - Licences: 3FM Melbourne (Brighton, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Elmhurst, 1936-1949); farmer (Cobden, 1954; South Ecklin, 1963-1980) - Relationships: half brother of XPU Philip Champion de Crespigny ===''DE CURE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Gerard de Cure|de Cure, John Edward Gerard]] [https://www.familysearch.org/tree/person/details/LVD6-DWD] - 1899(SA)-1989(SA) - Licences: 3WL Melbourne (Coburg, 1929-1933); 5KO Adelaide (Glenelg, 1937-1939, 1946-1956); 2KO Sydney (Artarmon, 1957-1958); 5KO Adelaide (Fulham, 1960-1980+) - Qualifications: cc; AOCP 535, 1929, No. ?? in Vic; 1COCP 22, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Cobden, 1954); public servant (North Carlton, 1921-1924; Coburg, 1927-1934; Artarmon, NSW, 1958) ===''DEARNESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Sinclair Dearness|Dearness, Harry Sinclair]] - 19??-2004(Qld) - 4KW Mackay (1939, 1946-1975), Brisbane (Strathpine) (1980+) - amateur operator (AOCP 2328, 1939, No. ? in Qld), amateur broadcaster, military (WW2, AIF), employment (radio & TV mechanic) ===''DEEGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Edward Deegan|Deegan, Stanley Edward]] [https://www.familysearch.org/tree/person/details/LYK3-2V3] - 1893(Tas)-1944(Tas) - Licences: 7AK Hobart (St Virgil's College, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; public servant (State & Federal, PMGD); WW1 - Electoral Rolls: clerk (Hobart, 1919-1922); civil servant (Hobart, 1928-1936); postal official (Hobart, 1943) ===''DEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival William Deer|Deer, Percival William]] [https://www.familysearch.org/tree/person/details/L2DJ-9ZF] - 1901(SA)-1981(SA) - Licences: 5DR Adelaide (Seacliff, 1928-1933; Brighton, 1937-1939) - Qualifications: cc; AOCP 451, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: machinist (Brighton, 1939-1943) ===''DELBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Joseph Robert Delbridge|Delbridge, Reginald Joseph Robert]] [https://www.familysearch.org/tree/person/details/L439-HNM] - 1888(Eng)-1964(Qld) - Licences: 4RJ Childers (1927); 4RJ Brisbane (Paddington, 1931-1933; Booval, 1937-1939); 4RJ Stanthorpe (1946-1948); 4RJ Brisbane (Northgate, 1954-1955; Toowong, 1956); 4RJ Burleigh Heads (1960) - Qualifications: cc; AOCP 383, 1927, No. 42 in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), minister of religion - Electoral Rolls: clergyman (Ingham, 1917-1919); minister (Kingaroy, 1925); clergyman (Ashgrove, 1943); minister (Stanthorpe, 1949); minister of religion (New Farm, 1954); Methodist Minister (Toowong, 1958); retired (Burleigh Heads, 1963) ===''DELLIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Stephen Dellit|Dellit, Samuel Stephen]] - Licences: VK4ZSS Brisbane, VK3 Melbourne, VK1DXA Canberra - Qualifications: AOLCP Q0078, 1971 - amateur operator, broadcast DXer, broadcast planning engineer, federal public servant, radio historian (aeradio, amateur, broadcast, coastal) ===''DEMPSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter McInnes Dempsey|Dempsey, Walter McInnes "Wally"]] [https://www.familysearch.org/tree/person/details/LTQN-B69] - 1910(Vic)-2010(Vic) - Licences: 3WD Melbourne (Cheltenham, 1929-1931); 7WD Cambridge (1948); 3AZD Melbourne (Pascoe Vale, 1954); 3WD Melbourne (Pascoe Vale, 1955-1969; Oak Park, 1975); 3WD Marong (1980+) - Qualifications: AOCP 515, 1929, No. ?? in Vic; AOLCP 41, 1931; 1COCP 217, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Cheltenham, 1931; Mordialloc, 1936-1937); radio operator (Mentone, 1942); aeradio operator (Cambridge, Tas, 1949); public servant (Pascoe Vale, 1954-1968; Oak Park, 1972); retired (Marong, 1977-1980) ===''DENBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Roy Denby|Denby, Harry Roy]] [https://www.familysearch.org/tree/person/details/LJTS-LLS] - 1906(Qld)-1973(Qld) - Licences: 4FR Receive Brisbane (Brisbane City, 1923); 4AX Brisbane (Kedron, 1936-1939); 4AX Cairns (1947-1969) - Qualifications: cc; AOCP 1800, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: rubber worker (Kedron, Qld, 1936-1937; Cairns, Qld, 1943-1972) ===''DENISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Robert Denison|Denison or Dixson, Hugh Robert]] [https://www.familysearch.org/tree/person/details/L6Q5-WTC] - 1865(NSW)-1940(Vic) - born Hugh Robert Dixson; businessman, parliamentarian, philanthropist; director of Australasian Wireless Co. then Amalgamated Wireless (Australasia) - Links: [[w:Hugh Denison|Wikipedia]]; [https://adb.anu.edu.au/biography/denison-sir-hugh-robert-5955 ADB] ===''DENNEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Roy Denneen|Denneen, Harold Roy]] [https://www.familysearch.org/tree/person/details/GXQG-6YG] - 1894(NSW)-1939(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (A/g Warrant Telegraphist, 1917) - Electoral Rolls: radio telegraphist (Thursday Island, 1928-1937) ===''DENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Roy Dennett|Dennett, Phillip or Philip Roy or Ray]] [https://www.familysearch.org/tree/person/details/KNX4-D9K] - 1897(SA)-1988(Qld) - Licences: 5IV Berri (1931-1938); 4IV Camooweal (1938-1939) - Qualifications: cc; AOCP 799, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil servant (Morningside, Qld, 1943; West End, Qld, 1949-1954; Rockhampton, Qld, 1958); public servant (Morningside, Qld, 1963-1977) ===''DERHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Thomas Derham|Derham, Frederick Thomas]] - 1844(Eng)-1922(Vic) - Victorian Postmaster-General (1886-1890) ===''DERRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/V. M. Derrick|Derrick, V. M.]] - 19??(???)-19??(???) - Licences: 2VM Sydney (Bellevue Hill, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''D'EVELYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude D'Evelynes|D'Evelynes, Claude]] [https://www.familysearch.org/tree/person/details/GF39-3D8] - 1916(WA)-1985(NSW) - Licences: 6DC Harvey (1935-1939); 2TZ Sydney (Mona Vale, 1948; Clifton Gardens, 1954-1955); 9TZ Rugli via Lae (1956); 2TZ Sydney (Chatswood, 1958-1980+) - Qualifications: cc; AOCP 1488, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Harvey, WA, 1936-1937); radio engineer (Mona Vale, NSW, 1949; Mosman, NSW, 1954; Chatswood, NSW, 1958-1968); engineer (Chatswood, NSW, 1977-1980) ===''DEVITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Lane Devitt|Devitt, Raymond Lane]] [https://www.familysearch.org/tree/person/details/LB11-PTK] - 1905(Tas)-1992(WA) - Licences: 6DR Perth (Nedlands, 1937-1939) - Qualifications: cc; CPRT 990, 1928; 2COCP 287, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: service engineer (Nedlands, WA, 1931); manager (Nedlands, WA, 1949-1980) ===''DEWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Owen Dewan|Dewan, John Owen (Electoral Rolls) or Owen John (BMD)]] [https://www.familysearch.org/tree/person/details/GFML-2D4] - 1907(WA)-1980(WA) - Licences: 6JK Perth (Maylands, 1930-1931; Mt Lawley, 1933; City, 1937; North Perth, 1938-1939) - Qualifications: cc; AOCP 715, 1930, No. ?? in WA; 3COCP 188, 1936; 2COCP 99, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: butcher (Maylands, WA, 1931; North Perth, 1934-1937); teacher (East Perth, WA, 1943); trade instructor (Nedlands, WA, 1949-1980) ===''DEXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Dexter|Dexter, John Henry]] [https://www.familysearch.org/tree/person/details/G428-3PS] - 1906(Eng)-1983(Vic) - Licences: 3DR Melbourne (Northcote, 1926-1927); 3VR Melbourne (Sandringham, 1938-1939; Black Rock, 1946-1956; Parkdale, 1960-1965; Mt Eliza, 1969-1980+) - Qualifications: AOCP 241, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Northcote, 1927); engineer (Preston, 1931; Sandringham, 1942-1954); radio mechanic (Mordialloc, 1963); retired (Mt Eliza, 1968-1980) ===''DICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Dick|Dick, F.]] - abt 1883(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''DIDDAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Harlin Flower Diddams|Diddams, Robert Harlin or Harland Flower]] [https://www.familysearch.org/tree/person/details/GMZN-YJP] - 1899(Qld)-1969(Qld) - Licences: Receive Brisbane (Toowong, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bookkeeper (Toowong, Qld, 1921-1925); printer (Ashgrove, 1936-1958); retired (Kangaroo Point, Qld, 1968) ===''DILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Dillon|Dillon, Arthur Ernest "Ernie" "Ern"]] [https://www.familysearch.org/tree/person/details/G85L-HH7] - 1902(Qld)-1960(Qld) - Licences: 4CH Receive Brisbane (New Farm, 1922); 4CH Brisbane (New Farm, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (New Farm, 1925); engineer (New Farm, 1929); electrical engineer (Atherton, 1931-1932); electrician (Greenslopes, 1943-1954; Mt Gravatt, 1958) ===''DINEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Dineen|Dineen, Geoffrey John]] [https://www.familysearch.org/tree/person/details/GM8L-9R6] - 1919(Tas)-1999(Tas) - Licences: 7GD Launceston (1935-1939, 1946-1948) - Qualifications: cc; AOCP 1588, 1935, No. ?? in Tas; 3COCP 6330, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Launceston, 1949-1968) ===''DIRCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Alfred Dircks|Dircks, Alexander Alfred]] [https://www.familysearch.org/tree/person/details/GDRD-6GN] - 1858(NSW)-1929(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - senior federal public servant (PMGD, Electrical Engineer) - Electoral Rolls: Nil yet identified ===''DIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gurnhill Dixon|Dixon, Arthur Gurnhill]] [https://www.familysearch.org/tree/person/details/G826-18S] - 1896(Tas)-1966(Vic) - Licences: XZA Wynyard (1913-1914); 3JG Melbourne (Hawthorn, 1933); 3AD Melbourne (Hawthorn, 1937-1939, 1947-1948); 3AVE Melbourne (Nunawading, 1965) - Qualifications: cc; CPRT 462, 1919; 2COCP 160, 1930; 1COCP 271, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Wynyard, 1919); wireless mechanic (Hawthorn, 1934); technician (Auburn, 1936-1937); inspector (Surrey Hills, 1943-1963) - Probate: retired marine inspector (Melbourne, 1966) * [[/Arthur Lionel Dixon|Dixon, Arthur Lionel]] [https://www.familysearch.org/tree/person/details/G82F-YX7] - 1897(Eng)-1968(NSW) - Licences: 236 Sydney (Burwood, 1920); 2BS Receive Sydney (Burwood, 1922-1923); 2AD Sydney (Canterbury, 1929; Strathfield, 1930); 4AD Brisbane (Norman Park, 1931-1939) - Qualifications: cc; CPRT 202, 1916; 2COCP 288, 1930; 1COCP 170, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Concord, NSW, 1930; Norman Park, Qld, 1931-1943); RANVR (Kyeemagh, 1943); engineer (Waverton, 1949; Eastwood, 1954; Lidcombe North, 1958); managing director (Blakehurst, 1963-1968) * [[/Charles Frederick Musgrave Dixon|Dixon, Charles Frederick Musgrave]] [https://www.familysearch.org/tree/person/details/L27B-XXY] - 1894(NSW)-1986(NSW) - Licences: 2II Receive Cootamundra (1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: operator (Cootamundra, 1930-1937); telegraphist (Goulburn, 1943; Annandale, 1949-1954; Camperdown, 1958-1980) * [[/John Malcolm Dixon|Dixon, John Malcolm]] [https://www.familysearch.org/tree/person/details/GWD1-HXH] - 1922(Vic)-2008(Vic) - Qualifications: cc; Nil yet identified - broadcast planning engineer (PMGD, ABCB, P&TD); education (Scots College, 1935-1939); military (WW2, AIF, 1942-1945) - Links: [https://www.scotch.vic.edu.au/greatscot/2008decGS/74.htm Obit] * [[/Lionel Stanley Dixon|Dixon, Lionel Stanley]] [https://www.familysearch.org/tree/person/details/L1PR-QD2] - 1912(Vic)-1998(Vic) - Licences: 4LF Brisbane (Redcliffe, 1938-1939); 3TE Melbourne (Croydon, 1947-1948; Elwood, 1954-1980); 4LF Brisbane (Redcliffe, 1960-1975) - Qualifications: cc; AOCP 2177, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Glenferrie, Vic, 1934-1937); builder (Box Hill South, Vic, 1949; Elsternwick, Vic, 1954-1967; Elwood, Vic, 1972-1980) * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 2ZI Condong (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 4GF Victoria Hills, Herbert River (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Reginald Hilton Dixon|Dixon, Reginald Hilton]] [https://www.familysearch.org/tree/person/details/G82N-FQV] - 1915(NSW)-1978(NSW) - Licences: 2QD Albury (1933-1937); 2QD Armidale (1938-1939); 2QD Albury (1946-1980) - Qualifications: cc; AOCP 1216, 1933, NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Albury, Qld, 1937); telephone mechanic (Albury, 1972-1977) ===''DODDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stokell Dodds|Dodds, Sir John Stokell Snr]] [https://www.familysearch.org/tree/person/details/GMYR-2KQ] - 1906(Tas)-1975(NSW) - Licences: 7DJ Hobart (City, 1937-1939, 1946-1948) - Qualifications: cc; AOLCP 208, 1935; AOCP 1851, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (New Town, 1936-1949); manager (Wahroonga, 1954); electrical engineer (Wahroonga, 1958-1968); manager (St Ives, 1972) * [[/John William Matthew Dodds|Dodds, John William Matthew]] [https://www.familysearch.org/tree/person/details/G8NX-3CT] - 19??(???)-19??(???) - Licences: 2KK Kurri Kurri (1930-1939); 2AZD Newcastle (New Lambton, 1955-1969) - Qualifications: AOCP 644, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: miner (Kuri Kurri, 1930-1949; New Lambton, 1954-1980) * [[/Leonard Henry Dodds|Dodds, Leonard Henry "Len"]] - 1908(NSW)-1983(Qld) - 4GD Townsville (1946-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (Townsville ARC, life member), military (Navy, RAAF), employment (PMGD) * [[/Ronald George Dodds|Dodds, Ronald George]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''DODDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Doddy|Doddy, Edward Arthur]] [https://www.familysearch.org/tree/person/details/GXB7-HWS] - 1899(Tas)-1961(WA) - Licences: 6WH Perth (Claremont, 1936-1939, 1947-1960) - Qualifications: cc; AOCP 1817, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Claremont, WA, 1931-1958) ===''DOHRMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Stanley Glenville Dohrmann|Dohrmann, George Stanley Glenville]] [https://www.familysearch.org/tree/person/details/G82G-TB8] - 1902(Vic)-1985(Vic) - Licences: 3AM Receive Melbourne (Canterbury, 1922); 3AM Melbourne (Canterbury, 1922-1925) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Canterbury, Vic, 1924-1926); warehouseman (Burwood, Vic, 1931; Canterbury, 1937-1943); agriculturalist (Mt Dandenong, 1949-1954; Mooroolbark, 1968-1980) ===''DOIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Louis Doig|Doig, Norman Louis]] [https://www.familysearch.org/tree/person/details/LLSD-M17] - 1912(WA)-2014(WA)101yo - Licences: 6ND Carnamah (1937-1939); 6CB Perth (Floreat Park, 1954-1960) - Qualifications: cc; AOCP 2061, 1937, WA; 3COCP 1505, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Carnamah, WA, 1936-1937; Floreat Park, WA, 1943); telegraphist (City Beach, WA, 1949; Floreat Park, WA, 1954-1963; Wembley, WA, 1968-1972); civil servant (City Beach, WA, 1977-1980) ===''DONNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Walter Donne|Donne, Charles Walter]] [https://www.familysearch.org/tree/person/details/9V2T-FC7] - 1897(Vic)-1976(Vic) - Licences: XLO Melbourne (St Kilda, 1913-1914); 2YD Sydney (Neutral Bay, 1923-1925); 3YD Melbourne (St Kilda, 1924-1927) - Qualifications: cc; CPRT 271, 1916; 2COCP 87, 1930 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 (UK Merchant Seaman) - Electoral Rolls: radio telegraphist (St Kilda, 1919-1924); technician (St Kilda, 1925-1931); dealer (Armadale, 1934-1937); investor (Mornington, 1943); grazier (Dromana, 1949-1954); nil (Mornington, 1963-1972) - Migration: South Africa (1955-1962) ===''DOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Lawson Dook|Dook, Valentine Lawson]] [https://www.familysearch.org/tree/person/details/G7X1-NJH] - 1903(WA)-1978(WA) - Licences: 6KB Perth (Maylands, 1931-1933; Mt Hawthorn, 1937-1939, 1947-1956) - Qualifications: cc; AOCP 754, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter's assistant (East Perth, WA, 1931); oil plant attendant (Leederville, WA, 1936-1937); control room operator (Leederville, WA, 1943; Mt Hawthorn, WA, 1949); electrical foreman (Wembley, WA, 1958-1977) ===''DORWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haxton Dorward|Dorward, William Haxton, Jnr]] [https://www.familysearch.org/tree/person/details/GD77-X62] - 1901(Vic)-1937(NSW) - Licences: 3CA Receive Melbourne (Sandringham, 1922-1923); 3CA Melbourne (Sandringham, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: student (Sandringham, 1924-1926); grazier (Moama, 1930; Fort Station, Barnes, 1935-1937) ===''DOUBIKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Thomas Henry Doubikin|Doubikin, William Thomas Henry]] - 1890(Vic)-1927(Tas) - Licences: Hobart Receive 1920s, early wireless experimenter (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, Councillor, 1924), passed too soon ===''DOUDNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Doudney|Doudney, Herbert William]] [https://www.familysearch.org/tree/person/details/MQDH-R32] - 1873(Eng)-1963(Vic) - Licences: 3EM Receive Melbourne (Balaclava, 1922); 3EM Melbourne (Balaclava, 1923-1927) - Qualifications: cc; AOCP 63, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; minister of religion (Holy Trinity Church) - Electoral Rolls: vicar (St Kilda, 1924-1942); nil (Caulfield, 1949-1954; Elsternwick, 1963) ===''DOUGLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gavin Cunningham Douglas|Douglas, Gavin Cunningham]] [https://www.familysearch.org/tree/person/details/G99J-KJ4] - 1912(Vic)-1992(Vic) - Licences: 3YK Melbourne (Bayswater, 1931-1939, 1947-1950+; Blackburn, 1954; Canterbury, 1955-1960+; Surrey Hills, 1965-1980+) - Qualifications: cc; AOCP 743, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Bayswater, 1935-1949); sales representative (Canterbury, 1963; Surrey Hills, 1968-1980) * [[/Gordon Adye Douglas|Douglas, Gordon Adye]] [https://www.familysearch.org/tree/person/details/LRVY-WLJ] - 1878(Tas)-1957(Tas) - Licences: 7BC Receive Gormanston (1923); Receive Gormanston (1923); 7GD Gormanston (1924-1927+) - Qualifications: cc; AOCP 34, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; mining engineer - Electoral Rolls: mining engineer (Gormanston, 1914-1928); draughtsman (Queenstown, 1936); geological surveyor (Queenstown, 1937-1943); no occupation (Hobart South, 1949; Blackman's Bay, 1954) * [[/Hugh Alexander McKay Douglas|Douglas, Hugh Alexander McKay "Harry"]] [https://www.familysearch.org/tree/person/details/LV3Y-3W4] - 1889(Eng)-1951(NSW) - Licences: 2HD (Class B) Newcastle (1926) - Qualifications: cc; Nil yet identified - Class B broadcaster; witness to Royal Commission 1927 (as a Listener) - Electoral Rolls: chauffeur (Newcastle, 1913); vulcaniser (Hamilton, 1930-1935); manager (Newcastle, 1936-1937); engineer (Mayfield, 1943; Hamilton, 1949) ===''DOWDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Lorens Thomas Dowding|Dowding, Philip Lorena or Loreno or Lorens Thomas]] [https://www.familysearch.org/tree/person/details/GZH8-Z6D] - 1901(Tas)-19??(Vic) - Licences: 7AC Receive Hobart (Moonah, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Moonah, 1922); electrician (St Kilda, 1926-1931; Prahran, 1934; Melbourne, 1937; St Kilda, 1943-1949); electrical foreman (Eildon, 1954) ===''DOWNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Downie|Downie, Frederick William]] [https://www.familysearch.org/tree/person/details/K8Y2-LQ8] - 1879(Vic)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Victoria Police (wireless department, senior constable); witness to Royal Commission 1927 (obo VPF) - Electoral Rolls: labourer (Broadford, 1903); constable (North Carlton, 1909-1924); senior constable (Preston, 1927-1936) ===''DOWNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Evan Downing|Downing, William Evan]] [https://www.familysearch.org/tree/person/details/LHV4-K46] - 1874(Vic)-1948(Vic) - Licences: 3LQ Receive Warrnambool (1923); 3LQ Warrnambool (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: brassfounder (Warrnambool, 1912-1937) ===''DOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Laurence Doyle|Doyle, Herbert Laurence]] [https://www.familysearch.org/tree/person/details/G8VG-WVC] - 1894(Vic)-1945(Vic) - Licences: 3HD Melbourne (Malvern, 1930-1931); 3CR Melbourne (Malvern, 1933; Kooyong, 1937; Frankston, 1938-1939) - Qualifications: AOCP 697, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: independent means (St Arnaud, 1924); grazier (Malvern East, 1925-1927); clerk (Malvern East, 1931-1937); home duties (Malvern, 1943) ===''DRAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James George Drake|Drake, James George]] - 1850(Eng)-1941(Qld) - military (Qld Defence Force, 1880s & 1890s), state politician (Qld MLA, 1880s & 1890s), politician (Postmaster-General 1901-1903) ===''DRANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Edward Draney|Draney, Walter Edward]] [https://www.familysearch.org/tree/person/details/9KLP-VT7] - 1896(Qld)-1983(Qld) - Licences: Receive (Valve) Brisbane (Greenslopes, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: electrician (Milton, Qld, 1919; Greenslopes, Qld, 1921-1928; Tully, Qld, 1937; Toowoomba, Qld, 1954; Toowoomba West, Qld, 1958-1977); retired (Drayton, Qld, 1980) ===''DREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred John Drew|Drew, Alfred John]] [https://www.familysearch.org/tree/person/details/GXLB-1HH] - 1907(SA)-1993(SA) - Licences: 5LN Adelaide (Kensington, 1933-1939; Erindale, 1947-1980+) - Qualifications: cc; AOCP 1078, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Erindale, SA, 1943) ===''DU FEU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Albert James Du Feu|Du Feu, Maurice Albert James]] [https://www.familysearch.org/tree/person/details/GF3M-V9D] - 1917(WA)-2010(NSW) - Licences: 6DF Perth (Subiaco, 1937-1939, 1947-1948; West Perth, 1954-1956; Floreat Park, 1960-1965); 6DU Perth (West Perth, 1948); 2BMD Sydney (Lindfield, 1969+) - Qualifications: cc; AOCP 1875, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: company director (West Perth, WA, 1943; Subiaco, WA, 1949); manager (West Perth, WA, 1954; Floreat Park, WA, 1958-1968); retired (Lindfield, NSW, 1972-1980) ===''DUBOIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Louis Dubois|Dubois, Paul Louis]] [https://www.familysearch.org/tree/person/details/GXZQ-QN3] - 1918(NSW)-1996(Qld) - Licences: 4UJ Brisbane (Rosalie, 1936-1939; Holland Park, 1946-1947; South Brisbane, 1948; Highgate Hill, 1954-1960; Bardon 1960); 4PL Brisbane (Bardon 1980+) - Qualifications: cc; AOCP 1677, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; senior public servant (PMGD, Telstra) - Electoral Rolls: engineer (Rockhampton, Qld, 1943; South Brisbane, Qld, 1949); public servant (Highgate Hill, Qld, 1954-1958); engineer (Bardon, Qld, 1958-1977); manager telecommunications (New Farm, Qld, 1980) ===''DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Duff, William Vere Hobart]] [https://www.familysearch.org/tree/person/details/GMZC-JGP] - 1893(Vic)-1970(Vic) - Licences: 3DB Receive Melbourne (Malvern East, 1922); 3DB Melbourne (Malvern East, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: electrical engineer (Malvern East, 1914); engineer (Malvern East, 1919-1924; Glenferrie, 1931-1937; Toorak, 1943-1954; Harkaway, 1958-1968) ===''DUFFY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Duffy|Duffy, John]] [https://www.familysearch.org/tree/person/details/GXCB-QKJ] - 1907(NSW)-1993(NSW) - Licences: 2AQ Sydney (Redfern, 1933; Woollahra, 1934; Rose Bay, 1935-1937); 4AQ Brisbane (Grange, 1938); 2AQ Sydney (Bondi, 1939, 1946-1950) - Qualifications: cc; AOCP, not yet identified; AOLCP 264, 1936; TVOCP 54, 1957 - amateur operator; amateur broadcaster - Comment: several contemporaneous JDs, needs review - Electoral Rolls: manager (Woollahra, NSW, 1934); engineer (Vaucluse, NSW, 1935); * [[/Maurice Boyce Duffy|Duffy, Maurice Boyce "Morrie"]] [https://www.familysearch.org/tree/person/details/LRYK-S76] - 1886(Vic)-1957(Vic) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/duffy-maurice-boyce-morrie-6030 ADB] * [[/William Oswald Duffy|Duffy, William Oswald]] [https://www.familysearch.org/tree/person/details/GD52-2Q2] - 1861(Eng)-1916(Tas) - Licences: XZO Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: signalman (Battery Point, 1914) ===''DUGGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry George Duggan|Duggan, Harry George]] [https://www.familysearch.org/tree/person/details/LT9H-8LW] - 1905(Vic)-1994(Vic) - Licences: 3XI Warrnambool (1930-1965); 3AXI Warrnambool (1965-1969); 3XI Garvoc (1965-1969) - Qualifications: AOCP 592, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Warrnambool, 1931-1954); engineer (Warrnambool, 1963-1968) ===''DUKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon William Dukes|Dukes, Gordon William]] [https://www.familysearch.org/tree/person/details/G3RY-PGT] - 1909(NSW)-2001(NSW) - Licences: 2WD Sydney (Forest Lodge, 1930-1939; Strathfield, 1946-1950; Homebush, 1954-1956; Cremorne, 1957-1958; Lane Cove, 1960-1980+) - Qualifications: AOCP 571, 1930, No. ?? in NSW; AOLCP 139, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glebe, 1933-1937); radio engineer (Homebush, 1943-1949); engineer (Cremorne, 1954-1958); technician (Lane Cove, 1963-1980) ===''DUNDAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Loftus Dundas|Dundas, Reginald Loftus]] [https://www.familysearch.org/tree/person/details/GXC2-8LM] - 1915(Qld)-1980(Qld) - Licences: 4DU Crawford, Kingaroy Line (1937-1939) - Qualifications: cc; AOCP 1990, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Theodore, Qld, 1937); labourer (Crawford, Kingaroy Line, Qld, 1949-1972); farmer (Torquay, Qld, 1977) ===''DUNLEAVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Francis Dunleavy|Dunleavy, Joseph Francis]] - 19??(???)-19??(???) - Licences: 3JD Melbourne (St Kilda, 1929-1933) - Qualifications: AOCP 508, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (St Kilda, 1924); electrical fitter (Melbourne, 1926; South Yarra, 1931); fitter (St Kilda, 1934) ===''DUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Dunn|Dunn, Richard]] [https://www.familysearch.org/tree/person/details/GDSN-T31] - 1898(NSW)-1986(NSW) - Licences: 2GU Receive Sydney (South Kensington, 1922); 2GU Sydney (South Kensington, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: coachbuilder (Kensington, 1930-1943); manager (Kingsford, 1958); retired (The Entrance, 1963-1980) ===''DUNSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter John Dunstan|Dunstan, Walter John]] [https://www.familysearch.org/tree/person/details/GZXJ-Y3V] - 1904(Vic)-1927(Vic) - Licences: 3JR Receive Ballarat (1922); 3JR Ballarat (1923-1927) - Qualifications: cc; AOCP 106, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Comment: gone too soon - Relationships: brother of William Dunstan, Victoria Cross - Electoral Rolls: student (Ballarat East, 1927) ===''DURBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Keep Durbridge|Durbridge, William Keep]] [https://www.familysearch.org/tree/person/details/GXDN-Z4B] - 1908(WA)-1977(Vic) - Licences: 4FS Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Innisfail, Qld, 1930); clerk (Teneriffe, Qld, 1936-1937); bookkeeper (Dundoo Station, Eulo, Qld, 1937); no occupation (St Kilda, Vic, 1963-1972; Melbourne, Vic, 1977) ===''DUTHOIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert George Duthoit|Duthoit, Albert George]] [https://www.familysearch.org/tree/person/details/GQ94-V82] - 1901(Tas)-1970(Vic) - Licences: Receive (Valve) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical engineer (Waddamana, 1928); labourer (Croydon North, 1931); no occupation (Armadale, 1931); engineer (Hobart South, 1936); electrical engineer (Armadale, 1935-1943); clerk (Ivanhoe, 1949; Oakleigh, 1954; Malvern, 1958); nil (Malvern, 1967-1968) ===''DUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Henry Dutton|Dutton, Thomas Henry]] [https://www.familysearch.org/tree/person/details/LJG1-LRN] - 1862(Eng)-1941(Qld) - Licences: Receive (Crystal) Brisbane (Fortitude Valley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: painter (Rockhampton, Qld, 1903-1905); commission agent (Bowen Hills, Qld, 1908-1909); printer (Valley, Qld, 1913); traveller (Teneriffe, Qld, 1915-1937) =='''E'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''EARLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Edwin Earle|Earle, Frank Edwin]] [https://www.familysearch.org/tree/person/details/G8YV-B62] - 1900(SA)-1967(SA) - Licences: 5BD Adelaide (St Peters, 1923-1928) - Qualifications: cc; CPRT 823, 1924 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Erasmus Earle|Earle, Robert Erasmus]] [https://www.familysearch.org/tree/person/details/GDLX-NC1] - 1894(Eng)-1979(WA) - Licences: 6LC Perth (Floreat Park, 1969-1975) - Qualifications: AOCP 4390, 1966, WA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Floreat Park, 1954-1977) ===''EASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Easter|Easter, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GX2L-656] - 1914(SA)-1983(???) - Licences: 5RO Montieth (1933); 5RO Port Elliot (1937); 5RO Moonta (1938) - Qualifications: cc; AOCP 1111, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Moonta, SA, 1939-1947) - Links: [https://vwma.org.au/explore/people/532330 VWM] ===''EASTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Spencer Easton|Easton, Frederick William Spencer]] [https://www.familysearch.org/tree/person/details/GZ2N-7XD] - 1914(NSW)-1944(PNG) - licences: 2BQ Sydney (Bondi, 1931-1935; Bellevue Hill, 1936-1939) - qualifications: AOCP 846, 1931, No. ?? in NSW - amateur operator, WW2 - electoral rolls: projectionist (Rose Bay, 1936-1943) - "Greater love hath no man than this" ===''EDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Ede|Ede, Charles Frederick or Friederick]] [https://www.familysearch.org/tree/person/details/GS7D-PYL] - 1885(Qld)-1970(Qld) - Licences: Receive Brisbane (Wellington Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Toowong, Qld, 1908; Albion, Qld, 1912-1921); assistant secretary (Manly, Qld, 1925-1963); retired (Wynnum North, 1968) ===''EDGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Waldene Edgar|Edgar, Douglas Waldene]] [https://www.familysearch.org/tree/person/details/L5XS-K4X] - 1895(WA)-1966(WA) - Licences: 6DW New Norcia (1927-1931) - Qualifications: cc; AOCP 314, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Gingin, 1922; New Norcia, 1925-1954); retired (Nedlands, 1958-1963) * [[/John Matheson Edgar|Edgar, John Matheson]] [https://www.familysearch.org/tree/person/details/LB42-K1G] - 1881(Vic)-1960(Vic) - Licences: Receive Geelong (1923); 3YW Geelong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Training College, Carlton, 1903); state school teacher (Ballarat, 1909); teacher (Ballarat, 1913-1914; Geelong, 1917-1924; Essendon, 1925-1954) * [[/Mervyn John Edgar|Edgar, Mervyn John or John Mervyn "Jack"]] [https://www.familysearch.org/tree/person/details/GX4W-647] - 1913(NSW)-2004(Qld) - Licences: 4JE Brisbane (Kangaroo Point, 1934-1939) - Qualifications: cc; AOCP 1302, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, Radio Location Unit); radio retailing (Tracksons) - Electoral Rolls: shop assistant (Kangaroo Point, Qld, 1937); salesman (Kedron, Qld, 1943-1949); shop assistant (Bulimba, Qld, 1958-1980) ===''EDWARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Patrick Joseph Edwards|Edwards, Frederick Patrick Joseph]] [https://www.familysearch.org/tree/person/details/GFSX-5YG] - 1918(WA)-2004(WA) - Licences: 6DN Merredin (1938-1939); 6DN Perth (West Perth, 1947-1965; Ardross, 1969) - Qualifications: cc; AOCP 2127, 1938, WA; BOCP 278, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: clerk (Merredin, WA, 1943); wireless operator (West Perth, WA, 1943-1954; Perth, WA, 1958-1968); clerk (Ardross, WA, 1972-1980) * [[/H. E. Edwards|Edwards, H. E.]] - 19??(???)-19??(???) - Licences: 5RN Adelaide (Croydon, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert John Edwards|Edwards, Herbert John]] [https://www.familysearch.org/tree/person/details/GXF5-KP8] - 1894(Eng)-19??(???) - Licences: 4KR Willis Island (1937) - Qualifications: cc; CPRT 802, 1923; 2COCP 18, 1929; 1COCP 208, 1931 - amateur operator; amateur broadcaster - Comment: several contemporaneous HJEs - Electoral Rolls: wireless operator (Rose Bay, NSW, 1930-1933); radio operator (Lord Howe Island, NSW, 1949); communication officer (Rose Bay, NSW, 1954) ===''EGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mavis Evelyn Egan|Fogg nee Egan, Mavis Evelyn or Evelene]] [https://www.familysearch.org/tree/person/details/GW8N-1JK] - 1900(Tas)-1995(Tas) - Licences: Receive (Crystal) Stanley (1923) - Qualifications: cc; Nil yet identified - amateur receiver (YL) - Electoral Rolls: clerk (Stanley, 1928); home duties (Wynyard, 1936-1943; Smithton, 1949; Sale, Vic, 1954; Cohuna, 1963; Devonport, 1972) ===''EGGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Percy Eggleton|Eggleton, Eric Percy]] [https://www.familysearch.org/tree/person/details/GSTZ-5G9] - 1903(Qld)-1979(Qld) - Licences: 4DA Receive Toowoomba (1923-1924); 4DA Toowoomba (1925-1931) - Qualifications: cc; AOCP 81, 1925, No. 9 in Qld - amateur receiver; amateur operator; amateur broadcaster; employment (QATB) - Electoral Rolls: machinist (Toowoomba, 1925-1926); ambulance bearer (Toowoomba, 1931); ambulance superintendent (Dayboro, 1936-1943; Charleville, 1949-1958; Stanthorpe, 1963); retired (Caloundra, 1968-1977) ===''ELDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Mackenzie Elder|Elder, James Alexander Mackenzie]] [https://www.familysearch.org/tree/person/details/97W3-7FL] - 1869(Sct)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Awards: KBE - Electoral Rolls: manager (Essendon, 1905); merchant (Moonee Ponds, 1908-1909); director (South Yarra, Vic, 1936-1943) - Links: [https://adb.anu.edu.au/biography/elder-sir-james-alexander-6099 ADB] ===''ELLERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lewis John Ellery|Ellery, Robert Lewis John]] - 1827(Eng)-1908(Vic) - early telephone experimenter, Vic Government Astronomer ===''ELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Neville Elliott|Elliott, Robert Neville]] [https://www.familysearch.org/tree/person/details/GXXN-PPJ] - 1907(Qld)-1979(Qld) - Licences: 4DW Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Toowoomba, Qld, 1936-1937); company manager (Toowoomba, Qld, 1949); chartered accountant (Toowoomba, Qld, 1954-1963); accountant (Brisbane, Qld, 1968); chartered accountant (Toowoomba, Qld, 1972); accountant (Toowoomba, Qld, 1977) * [[/Ronald Donovan Elliott|Elliott, Ronald Donovan]] [https://www.familysearch.org/tree/person/details/G799-LTX] - 1910(SA)-1978(SA) - Licences: 5RD Adelaide (Lower Mitcham, 1931-1933; Da Costa Park, 1937; Kirkcaldy, 1938-1939) - Qualifications: cc; AOCP 758, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: solicitor (Kirkcaldy, SA, 1939; Westbourne Park, 1941-1943) * [[/Thomas Murray Browse Elliott|Elliott, Thomas Murray Browse "Tom"]] [https://www.familysearch.org/tree/person/details/G3W8-947] - 1899(Qld)-1971(Qld) - Licences: 4CM Brisbane (City, 1946-1969); operator of Valentine's 4CM licence 1925-1939 - Qualifications: cc; AOCP 72, 1925, No. 6 in Qld - amateur operator; amateur broadcaster; early television experimenter - Electoral Rolls: clerk (Fortitude Valley, 1921); salesman (Brisbane City, 1925-1931); sound engineer (Observatory, 1937-1943); company manager (City, 1949-1958); retired (Burleigh Heads, 1963-1968) ===''ELLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Austin Ellis|Ellis, Clive Austin]] [https://www.familysearch.org/tree/person/details/G86V-9HT] - 1912(Vic)-1972(Vic) - Licences: 3LZ Melbourne (Williamstown, 1930-1931; Caulfield, 1933-1939; Newport, 1946-1956; Moorabbin, 1960-1969) - Qualifications: AOCP 598, 1930, No. ?? in Victoria - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1937; Newport, 1943-1954); valuer (Moorabbin, 1958-1972) * [[/John Osborne Ellis|Ellis, John Osborne]] [https://www.familysearch.org/tree/person/details/GHTM-Q42] - 1910(Eng)-1999(SA) - Licences: Nil identified - Qualifications: AOCP 522, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Kimba, 1939-1943) ===''ELSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Robert Elsbury|Elsbury (adopted) or Wilson Bowman (biological), Cyril Robert]] [https://www.familysearch.org/tree/person/details/GFMG-5CW] - 1897(Qld)-1961(WA) - Licences: 6JE Kalgoorlie (1934-1939); 6JE Fimiston (1947-1956); 6JE Nornalup (1960) - Qualifications: cc; AOCP 1372, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (Kalgoorlie, WA, 1922); mine timekeeper (Kalgoorlie, WA, 1925-1943); assistant accountant (Fimiston, WA, 1949-1954); mine paymaster (Kalgoorlie, WA, 1958) ===''ELWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Gregory Elworthy|Elworthy, Colin Gregory "Col"]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''EMBLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Stewart Austin Embling|Embling, Stewart Austin]] [https://www.familysearch.org/tree/person/details/GZGH-YQM] - 1907(Vic)-1998(Vic) - Licences: Receive (Valve) Melbourne (Toorak, 1923-1925); 3DC Melbourne (Toorak, 1926-1939) - Qualifications: AOCP 236, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Toorak, 1931-1943); assurance officer (Toorak, 1949-1980) ===''EVANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Hubert Evans|Evans, Albert Henry Hubert]] [https://www.familysearch.org/tree/person/details/GH8N-BFX] - 1894(SA)-1981(SA) - Licences: XVD Adelaide (Mile End, 1913) - Qualifications: cc; CPRT 255, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: assistant manager (Woollahra, 1949) * [[/Griffith Benjamin Evans|Evans, Griffith Benjamin]] [https://www.familysearch.org/tree/person/details/GXQN-HL3] - 1877(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS - Electoral Rolls: naval telegraphist (Eden Vale, Vic, 1914-1915); telegraphist (Coburg, Vic, 1919); retired (Vaucluse, NSW, 1954-1963) * [[/Percy Evans|Evans, Percy]] [https://www.familysearch.org/tree/person/details/G84B-DKL] - 1894(Eng)-1976(Vic) - Licences: 2OW Sydney (Kensington, 1928-1929; Randwick, 1930-1931); 3OZ Melbourne (Glen Iris, 1947-1948; Boronia, 1948; North Ringwood, 1954-1975) - Qualifications: AOCP 458, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: sales manager (Kensington, 1930); salesman (Randwick, 1930-1931); sales manager (Camberwell, 1933-1937; Glen Iris, 1949); manager (Ringwood, 1954-1972) * [[/R. Evans|Evans, R.]] - 19??(???)-19??(???) - Licences: 2SP Sydney (Clovelly, 1923-1927) - Qualifications: AOCP 265, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: * [[/Thomas Evan Evans|Evans, Thomas Evan]] [https://www.familysearch.org/tree/person/details/GZJ7-S1L] - 1904(NZ)-1942(At Sea) - 3EV Melbourne (East St Kilda, 1925-1927), 9EV Rabaul (1933+), amateur operator (AOCP 160, 1925, No. ?? in Vic), amateur broadcaster, medical assistant, technical assistant, Civilian POW captured at Rabaul, died on board the "Montevideo Maru" when it was torpedoed and sunk en route from Rabaul to Hainan, where Thomas was destined for forced labour. * [[/Trevor Elliott Evans|Evans, Trevor Elliott]] [https://www.familysearch.org/tree/person/details/GZJQ-GRC] - 1903(Vic)-1979(Vic) - 3KD Receive Melbourne (East Brunswick, 1922-1924), 3RK Melbourne (East Brunswick, 1925-1933; Pascoe Vale, 1937-1939), amateur operator (AOCP 159, 1925, No. ?? in Vic), amateur broadcaster, electrician (East Brunswick, 1931), contractor (Pascoe Vale, 1972) * [[/Trevor Frederick Evans|Evans, Trevor Frederick]] [https://www.familysearch.org/tree/person/details/L292-N4L] - 1902(NSW)-1978(NSW) - 2NS Blayney (1925-1929), 2NS Bathurst (1930-1939, 1946-1975+), amateur operator (AOCP 113, 1925, No. ?? in NSW), amateur broadcaster, broadcast engineer (BOCP 19, 1936) (2BS) ===''EVERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Every|Every, George Edward]] [https://www.familysearch.org/tree/person/details/LDSS-VT4] - 1894(Eng)-1961(Vic) - Licences: 7GE Hobart (1931); 3GE Queenscliff (1937-1939); 3GE Balcombe (1947-1948); 3GE Carrum (1954-1956); 3GE Bonbeach (1960-1969+) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military instructor; WW1 (UK) - Electoral Rolls: silver mounter (Ivanhoe, Vic, 1919); soldier (Launceston, 1922; Hobart South, 1922); military instructor (Hobart South, 1928); soldier (Queenscliff, Vic, 1935-1937); military officer (Albury, NSW, 1943; Victoria Park, Qld, 1949); clerk (Frankston, 1949); accountant (Carrum, 1954) ===''EWING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Thomson Ewing|Ewing, Thomas Thomson]] - 1856(NSW)-1920(NSW) - state politician (NSW MLA), federal politician (MHR, acting Postmaster-General) ===''EXTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Walter Exton|Exton, George Walter]] [https://www.familysearch.org/tree/person/details/K8QY-5XH] - 1882(NSW)-1970(Qld) - Licences: 2CZ Lismore (1922-1930) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast proprietor and engineer (2XN Lismore) - Electoral Rolls: electrician (Lismore, NSW, 1930-1963); retired (Saddlers Crossing, Qld) =='''F'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''FABER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Thomas Faber|Faber, William John Thomas "Bill"]] - 19??(???)-1976(Qld) - 4WF Ayr (-1938+), Brisbane (Kedron, -1948-1949+) , amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''FAGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Reginald Joseph Fagan|Fagan, William Reginald Joseph "Reg"]] [https://www.familysearch.org/tree/person/details/KLF3-QPM] - 1883(NSW)-1944(NSW) - Licences: 2RJ Receive Mandurama (1922); 2RJ Mandurama (1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio station (director, 2SM) - Electoral Rolls: grazier (Mandurama, 1913-1943) ===''FAIRHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allen Fairhall|Fairhall, Allen]] [https://www.familysearch.org/tree/person/details/LZB3-PKT] – 1909(NSW)-2006(NSW) – Licences: 2KB Newcastle (Hamilton, 1928–1929; New Lambton, 1930–1931; Cooks Hill, 1933–1934; City, 1935; Cooks Hill, 1937; City, 1938–1939; Hamilton, 1946–1961; City, 1965-1980+); 2AKL Paterson (1948–1958) – Qualifications: AOCP 391, 1928, No. ?? in NSW; AOLCP 23, 1930 – amateur operator, amateur broadcaster, proprietor 2KO Newcastle, WW2 – Electoral Rolls: radio engineer (New Lambton, 1931–1932); manager (Newcastle, 1933–1949); primary producer (Trevallyn, 1954); M.H.R. (Newcastle, 1958); member of parliament (Newcastle, 1963–1968); manager (Newcastle, 1972–1980) - [[w:Allen Fairhall|Wikipedia]] ===''FALCONER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Illman Falconer|Falconer, Charles Illman]] [https://www.familysearch.org/tree/person/details/GZK9-PJ6] – 1885(Vic)-1962(NSW) – Receive (Valve) Melbourne (Canterbury, 1923–1924), 3CF Melbourne (East Malvern, 1925–1926; Canterbury, 1927; Surrey Hills, 1931–1939, 1946–1954), 2AUF Terrigal (1955–1961), amateur operator (AOCP 204, 1925, No. ?? in Vic), amateur broadcaster, engineer (Clifton Hill, 1909), mechanic (Fitzroy, 1914), engineer (Canterbury, 1915–1949), retired (Terrigal, 1958–1963) ===''FALLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyle Clifford Falls|Falls, Lyle Clifford]] [https://www.familysearch.org/tree/person/details/GDLC-1VR] - 1899(Vic)-1945(Vic) - Licences: 3DL Receive Melbourne (Caulfield, 1922); 3DL Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: student (Caulfield, 1924-1925); instructor (Kew, 1926-1943) ===''FANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Fanning nee Harriss, Dorothy Winnifred – see Harriss, Dorothy Winnifred (Fanning) ===''FANSHAWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Dalrymple Fanshawe|Fanshawe, Arthur Dalrymple]] [https://www.familysearch.org/tree/person/details/GM7D-QY6] – 1847(Eng)-1936(Eng) – Admiral of UK Fleet, Commander-in-Chief Australia Station – Links: [[w:Arthur Dalrymple Fanshawe|Wikipedia]] ===''FARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell George Farmer|Farmer, Maxwell George]] [https://www.familysearch.org/tree/person/details/GXG1-SHR] - 1916(SA)-1991(SA) - Licences: 5GF Adelaide (Knoxville, 1933-1939; North Norwood, 1947-1948; Adelaide City, 1954-1956; Plympton, 1960-1980+); 5GY Portable Adelaide (Knoxville, 1938-1939) - Qualifications: cc; AOCP 1217, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Knoxville, SA, 1939-1943) ===''FARRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Howard Farrell|Farrell, John Howard]] [https://www.familysearch.org/tree/person/details/GXWT-CJT] - 1913(Qld)-1975(Qld) - Licences: 4WJ Brisbane Windsor, 1933-1939; Chermside, 1946-1948); 4WJ Quilpie (1954-1960); 4WJ Somerset Dam (1965-1975) - Qualifications: cc; AOCP 1103, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Windsor, 1936-1937); electrical engineer (Chermside, 1943-1949; Quilpie, 1954-1958); superintendent (Somerset Dam, 1963-1972) ===''FAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Harold Faul|Faul, Albert Harold]] [https://www.familysearch.org/tree/person/details/GZTD-S74] – 1907(NSW)-1979(NSW) – Licences: Receive Melbourne (St Kilda, 1923–1924); 3AH Melbourne (St Kilda, 1926–1927) – Qualifications: AOCP 288, 1926, No. ?? in Vic – amateur operator, amateur broadcaster – Electoral Rolls: student (St Kilda, 1931–1934); lecturer (Camberwell, 1936); engineer (Bellevue Hill, 1936–1937; Camberwell, 1943); company director (Killara, 1949–1977) ===''FAULKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Wollas Faulks|Faulks, Richard Wollas "Wol"]] [https://www.familysearch.org/tree/person/details/LCD3-BQ3] - 1902(NSW)-1978(NSW) - Licences: 2WF Sydney (Ashfield, 1929-1931; Hurlstone Park, 1933; Canterbury, 1934-1939) - Qualifications: AOCP 557, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Ashfield, 1930; Canterbury, 1933-1977) ===''FAWKNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Pascoe Robert Fawkner|Fawkner, Ernest Pascoe Robert]] [https://www.familysearch.org/tree/person/details/GDYB-YKW] - 1901(Tas)-1954(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: manager (Kings Meadows, 1928); furniture manufacturer (South Launceston, 1936) ===''FEENAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Leo Michael John Feenaghty|Feenaghty, Leo Michael John]] [https://www.familysearch.org/tree/person/details/LYG2-RMT] - 1900(Qld)-1997(Qld) - Licences: 4LJ Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 291, 1926, No. 28 in Qld - amateur operator; amateur broadcaster; radio club administrator; state public servant - Electoral Rolls: public servant (Wooloowin, 1925-1931); assistant secretary (Ashgrove, 1936-1958); public servant (Highgate Hill, 1963); retired (Isle of Capri, 1972-1980) ===''FELDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Feldman|Feldman, John Frederick Jnr]] [https://www.familysearch.org/tree/person/details/GZNZ-5DH] - 1905(Vic)-1987(Vic) - 3QH Receive Geelong (South Geelong, 1923-1924), 3QH Geelong (South Geelong, 1925-1939), amateur operator (AOCP 140, 1925, No. ?? in Qld), amateur broadcaster, bricklayer ===''FELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Frederick Fell|Fell, Evan Frederick]] [https://www.familysearch.org/tree/person/details/GXH4-FTW] - 1914(Qld)-1994(Qld) - Licences: 4EF Brisbane (Ashgrove, 1932-1939); 4EF Barcaldine (1946-1948); 4EF Mackay (1954-1955); 4EF Brisbane (Ashgrove, 1956; Bardon, 1960-1980+) - Qualifications: cc; AOCP 978, 1932, No. ?? in Qld; AOLCP 175, 1934 - amateur operator; amateur broadcaster; WW2; state public servant (inspector); property developer - Electoral Rolls: clerk (Ashgrove, Qld, 1936-1943); engineer (Townsville, Qld, 1949; Mackay, Qld, 1954); public servant (Bardon, Qld, 1958-1977) ===''FELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/L. C. Fells|Fells, L. C.]] - 19??(???)-19??(???) - Licences: 3DL Melbourne (Caulfield, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''FELTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Felton|Felton, William Robert]] [https://www.familysearch.org/tree/person/details/G8M5-C2J] - 1897(NSW)-1956(NSW) - Licences: 2RF Sydney (Petersham, 1927-1929; Belmore, 1930-1939, 1946-1956); 2RT Sydney (Kogarah, 1937) - Qualifications: AOCP 366, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: radio engineer (Belmore, 1930-1934); engineer (Belmore, 1936-1937); soldier (Belmore, 1943); radio technician (Belmore, 1949-1954) ===''FERGUSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Angus Ferguson|Ferguson, Colin Angus]] [https://www.familysearch.org/tree/person/details/L1DH-9KM] - 1917(SA)-2009(SA) - Licences: 5CJ Mt Gambier (1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1994, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Mt Gambier, SA, 1939-1943) * [[/Cyril E. Ferguson|Ferguson, Cyril E.]] - 1893(NZ)-19??(???) - commercial operator (1COCP 2, 1914, No. 2 in Aus) - coastal station operator? ===''FERRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Walter Cecil Ferrall|Ferrall, Edgar Walter Cecil]] [https://www.familysearch.org/tree/person/details/GQMF-G97] - 1898(Tas)-1971(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Launceston, 1919-1949); inspector (Kingston Beach, 1954) ===''FERRICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Bernard Ferricks|Ferricks, Michael Bernard "Bernie"]] [https://www.familysearch.org/tree/person/details/L58X-S4X] - 1914(Qld)-1992(Qld) - Licences: 4UW Brisbane (Fortitude Valley, 1935-1939) - Qualifications: cc; AOCP 1471, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Valley, Qld, 1936-1937); chemist (Northgate, Qld, 1949-1977); retired (Cairns, Qld, 1980) ===''FIEDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Victor Fiedler|Fiedler, Leslie Victor]] [https://www.familysearch.org/tree/person/details/KHNW-3JZ] - 1906(SA)-1969(WA) - Licences: 5SL Adelaide (Woodville, 1927-1933), 5SL Moonta (1937-1939) - Qualifications: cc; AOCP 353, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Henley, 1939-1943); theatre manager (Belmont, 1949); film exhibitor (Mt Lawley, 1958); company director (Mt Lawley, 1963-1968) ===''FIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph William Field|Field, Ralph William]] [https://www.familysearch.org/tree/person/details/G86V-Q5T] - 1915(Vic)-2007(Vic) - Licences: 3RF Melbourne (Caulfield, 1930-1939; Ormond, 1946-1948); 3LJ Melbourne (Ormond, 1954-1960) - Qualifications: AOCP 599, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: compositor (Caulfield, 1937); machinist (Bentleigh, 1942-1977) ===''FILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Crawford Files|Files, Jack Crawford]] [https://www.familysearch.org/tree/person/details/GXWG-JWJ] - 1907(Qld)-1967(Qld) - Licences: 4JF Brisbane (Buranda, 1932-1935; Coorparoo, 1936-1939; Buranda 1946-1965) - Qualifications: cc; AOCP 1055, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, QSL manager); journalist (Teleradio, WIA Notes); accountant - Electoral Rolls: sheet metal worker (Buranda, Qld, 1931-1934; Coorparoo, Qld, 1936-1937); metal worker (Buranda, Qld, 1943-1963) ===''FILMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Le Roy Drowley Filmer|Filmer, Le Roy Drowley]] [https://www.familysearch.org/tree/person/details/GZNF-2Z7] - 1902(NSW)-1976(NSW) - 2FT Newcastle (Toronto, 1925-1930; Hamilton South, 1931), amateur operator (AOCP 148, 1925, No. ?? in NSW), amateur broadcaster, metallurgist ===''FINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Edward Finch|Finch, Alan Edward]] [https://www.familysearch.org/tree/person/details/G6M4-987] - 1915(Tas)-1974(Vic) - Licences: 7CJ Launceston (Mowbray Heights, 1935-1939); 7CJ Hobart (New Town, 1946-1954); 7CJ Kelso (1955-1956); 3AEO Shepparton (1960-1975) - Qualifications: cc; AOCP 1575, 191935, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (St Leonards, 1936-1937); mechanic (New Town, 1943-1954); public servant (Radio Australia, Shepparton, Vic, 1963-1968); technician (Shepparton, 1972) ===''FINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Warren Finn|Finn, Leonard Warren]] [https://www.familysearch.org/tree/person/details/GX2K-4P6] - 1914(SA)-1999(SA) - Licences: 5SP Adelaide (Seaton Park, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1671, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Seaton Park, SA, 1939-1943) ===''FINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Finney|Finney, William "Bill"]] [https://www.familysearch.org/tree/person/details/GDVD-W2H] - 1881(Qld)-1954(Qld) - Licences: 4AU Brisbane (Red Hill, 1923-1925); 4WF Brisbane (Red Hill, 1926-1929) - Qualifications: cc; CPRT 845, 1925; 2COCP 307, 1940 - amateur operator; amateur broadcaster; radio club (WIAQ); honorary radio inspector - Electoral Rolls: telegraph operator (Red Hill, 1903-1905); telegraphist (New Farm, 1908; Newmarket, 1909; Red Hill, 1913-1937; East Nundah, 1949; Wooloowin, 1954) ===''FISHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Hugh Fisher|Fisher, Douglas Hugh]] [https://www.familysearch.org/tree/person/details/GD15-N13] - 1913(Vic)-1978(Tas) - Licences: 7AB Launceston (1934-1939); 7AB Burnie (1946-1948); 7AB Devonport (1954-1955); 7AB Lenah Valley (1956); 7AB Zeehan (1960); 7AB Oatlands (1965-1969; 7AB Claremont (1975) - Qualifications: cc; AOCP 1373, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: father of 7ZEE Neville Grant Fisher - Electoral Rolls: clerk (Launceston, 1936); bank clerk (Launceston, 1937; Burnie, 1943-1949; Devonport, 1954) ===''FISK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Thomas Fisk|Fisk, Ernest Thomas]] - 1886(Eng)-1965(NSW), 2EF Sydney (Lindfield, 1933-1939), early wireless experimenter, amateur radio operator (pre AOCP, no record of AOCP, AOCP 1055, 1932, No. ?? in NSW), broadcast and radiocommunications business proprietor (AWA), operated prior to 1933 under various AWA callsigns, 2MC in 1928 was licensed to his residence at Vaucluse - Links: [https://adb.anu.edu.au/biography/fisk-sir-ernest-thomas-6177 ADB] [http://messui.polygonal-moogle.com/valves/NW198906.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198907.pdf EA2] ===''FITCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campbell Fitchett|Fitchett, John Campbell]] [https://www.familysearch.org/tree/person/details/LDQJ-K7W] - 1900(Vic)-1939(Vic) - Licences: XJDM Melbourne (Balwyn, 1913-1914); 3BL Melbourne (Balwyn, 1922-1925; Brighton, 1926-1939) - Qualifications: cc; CPRT 609, 1921 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: journalist (Brighton, 1928-1937) - TroveTag: "XJDM-3BL - John Campbell Fitchett" ===''FITTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Stephen Luther Fittell|Fittell, Stephen Luther "Steve"]] [https://www.familysearch.org/tree/person/details/GCN9-KRT] - 1910(Qld)-1999(Qld) - Licences: 4JO Gympie (1929-1939); 4YF Gympie (1975-1980+) - Qualifications: cc; AOCP 487, 1929, No. ?? in Qld; 2COCP 280, 1930 - amateur operator; amateur broadcaster; member radio club (WIAQ, Gympie ARC); commercial broadcaster (4GY) - Electoral Rolls: radio specialist (Gympie, 1937); radio dealer (Gympie, 1943-1980) ===''FITZALAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Albini Lawrence Fitzalan|Fitzalan, Herbert Albini Lawrence "Hal"]] - 19??(???)-1951(Qld) - 4HF Brisbane?, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, Halcyon (not mentioned) ===''FITZGERALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Francis Fitzgerald|Fitzgerald, Eric Francis]] [https://www.familysearch.org/tree/person/details/G84F-Z7H] - 1907(Qld)-1978(NSW) - Licences: 2EA Sydney (Bellevue Hill, 1928-1929; Burwood, 1930-1931; Pagewood, 1931; Abbotsford, 1931; Bellevue Hill, 1933-1937; Waverley, 1938-1939); 2AAO Sydney (Chatswood, 1950-1961) - Qualifications: AOCP 467, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woolahra, 1930-1931); salesman (Coogee, 1937); clerk (Chatswood, 1943-1977) * [[/Patrick Michael Anthony Fitzgerald|Fitzgerald, Patrick Michael Anthony "Pat"]] [https://www.familysearch.org/tree/person/details/G33Q-6K9] - 1908(Qld)-1988(Qld) - Licences: 4PF Rockhampton (1936-1939) - Qualifications: cc; AOCP 1802, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rockhampton, Qld, 1930); public servant (Rockhampton, Qld, 1931-1968); clerk (Corinda, Qld, 1972-1977); retired (Emu Park, Qld, 1980) ===''FITZGIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard John Fitzgibbons|Fitzgibbons, Richard John]] [https://www.familysearch.org/tree/person/details/GXXN-QPG] - 1893(Qld)-1969(Qld) - Licences: 4DV Receive Brisbane (Ascot, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: locomotive fitter (Maryborough, Qld, 1916-1919); engine fitter (Ascot, Qld, 1921-1968) ===''FITZMAURICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Simcoe Fitzmaurice|Fitzmaurice, James Simcoe]] [https://www.familysearch.org/tree/person/details/GDKS-KCF] - 1861(Vic)-1934(SA) - Licences: XYB Perth (1913-1914); 5FT Adelaide (North Walkerville, 1923-1933) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; PMGD (State Engineer, WA & SA); MIEE, AMIEE - Electoral Rolls: electrical engineer (Claremont, 1914-1916) ===''FLAHERTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Thomas Holm Flaherty|Flaherty, Gordon Thomas Holm]] [https://www.familysearch.org/tree/person/details/G6Q2-C9T] - 1900(Vic)-1967(Qld) - Licences: 4CB Receive Brisbane (South Brisbane) - Qualifications: cc; Nil yet identified - amateur receiver; WW2; federal public servant (PMGD) - Electoral Rolls: postman (South Brisbane, 1922); telephone mechanic (Buranda, 1925; Coorparoo, 1928); mechanic (Camp Hill, 1936; Beaudesert, 1937-1943); technician (Camp Hill, 1949-1963) ===''FLETCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Fletcher|Fletcher, Austin]] [https://www.familysearch.org/tree/person/details/LZKQ-2QR] - 1891(Eng)-1922(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 128, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: wireless engineer (Roebourne, 1913); radio operator (Esperance, 1916-1917); wireless operator (Roebourne, 1917-1918); telegraphist (Oakleigh, 1921) ===''FLOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Flood|Flood, Arthur George]] [https://www.familysearch.org/tree/person/details/G6BF-HPG] - 1883(Eng)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 238, 1916; 2COCP 415, 1932; 1COCP 348, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIL Flinders Island (1917-1918) - Electoral Rolls: engineer (Emita, Flinders Island, Tas, 1914-1919); radio telegraphist (Thursday Island, 1925; Meeandah, Qld, 1928; Eagle Farm, Qld, 1936-1937; Cooktown, Qld, 1943); retired (Cairns, 1954-1958; Eventide Home, Charters Towers, 1963) ===''FOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Lillico Fogg|Fogg, Hugh Lillico]] [https://www.familysearch.org/tree/person/details/GW8N-KRZ] - 1900(Tas)-1975(WA) - Licences: 6HF Perth (Mt Lawley, 1931-1939); 5HF Mt Barker (1947-1948); 3AHF Benalla (1954-1960); 6HF Perth (Inglewood, 1965-1975) - Qualifications: cc; AOCP 787, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Perth, WA, 1931); clerk (Maylands, WA, 1936); bank officer (Maylands, WA, 1943); manager (ANZ Bank, Benalla, Vic, 1954); retired (Inglewood, WA, 1963-1972) ===''FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry James Bartholomew Foley|Foley, Henry James Bartholomew]] [https://www.familysearch.org/tree/person/details/G8QZ-5SV] - 1886(NSW)-1954(NSW) - Licences: Sydney (Randwick, 1911) - Qualifications: pre AOCP - early wireless experimenter - Electoral Rolls: clerk (Randwick, 1913); merchant (Drummoyne, 1930-1954) ===''FOLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Ulrich Francis Folie|Folie, Max Ulrich Francis]] [https://www.familysearch.org/tree/person/details/G8VC-Y7F] - 1909(Vic)-1968(Vic) - Licences: 3WZ Melbourne (Hawthorn East, 1930-1933); 3GZ Mildura (1946-1965) - Qualifications: AOCP 682, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Auburn, 1931); radio engineer (Mildura, 1934-1968) ===''FONTAINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Alfred Fontaine|Fontaine, Louis Alfred]] [https://www.familysearch.org/tree/person/details/GMDQ-L2V] - 1894(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT, 1914, No. 3 in Aus and Vic - RANRS; coastal wireless operator (VIG, Port Moresby, 1915-1918) - Electoral Rolls: radio telegraphist (Radio Station, Wyndham, 1918; Geraldton, 1922; Thursday Island, 1934-1936); telegraphist (St Kilda, 1937); radio telegraphist (Malvern, 1942); electrician (Camberwell, 1949) ===''FOOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Foot|Foot, George]] [https://www.familysearch.org/tree/person/details/G6BT-FVF] - 1878(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 36, 1915 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: wireless operator (South Yarra, 1915; St Kilda, 1916-1917); RAN (Balaclava, 1919); tobacconist (Sandringham, 1925); manager (Prahran, 1937); clerk (St Kilda, 1942); retired (Dandenong, 1949-1954) ===''FORECAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Mark Llewllyn Forecast|Forecast, Arthur Mark Llewllyn]] [https://www.familysearch.org/tree/person/details/9HPS-H18] - 1901(Vic)-1986(Vic) - Licences: 3AM Melbourne (Malvern, 1926-1931; St Kilda, 1933; Caulfield, 1937-1939, 1946-1948; The Basin, 1954-1975; Ferntree Gully, 1980+) - Qualifications: AOCP 279, 1926, No. ?? in Vic; AOLCP 141, 1934; BOCP 156, 1938; 1COCP 245, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: biograph operator (Malvern, 1925-1928); projectionist (St Kilda, 1931-1934); biograph operator (Caulfield East, 1937-1942; Glenhuntley, 1949); projectionist (The Basin, 1963-1972); retired (Ferntree Gully, 1977; Knoxfield, 1980) ===''FOREMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Graham Foreman|Foreman, Edgar Graham]] [https://www.familysearch.org/tree/person/details/GD95-36X] - 1908(Qld)-1981(Qld) - Licences: 4GF Ayr (1935-1939); 4GF Townsville (North Ward, 1947-1980+) - Qualifications: cc; AOCP 1577, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Stanton Hill, Qld, 1930); salesman (Ayr, Qld, 1934-1937); procurement specialist (Townsville, Qld, 1949); business proprietor (Townsville, Qld, 1954-1968); proprietor (Townsville, Qld, 1972-1980) ===''FORREST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Forrest|Forrest, John]] - 1847(WA)-1918(???) - state politician, senior federal politician (Postmaster-General 1901, 17 days) ===''FORSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Joseph Forshaw|Forshaw, Charles Joseph]] [https://www.familysearch.org/tree/person/details/GDGW-783] - 1895(Vic)-1961(Vic) - Licences: XJDA Melbourne (Elwood, 1913-1914); V736 Receive Hamilton (1922); 3GQ Receive Hamilton (1922) - Qualifications: cc; Nil yet identifed - early wireless experimenter; amateur receiver; WW1 - Electoral Rolls: bank clerk (Myrtleford, 1917); clerk (Oakleigh, 1924-1937; Gardiner, 1943; Elsternwick, 1949; Glenhuntly, 1954) ===''FORSYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Arthur Forsyth|Forsyth, Royce Arthur]] [https://www.familysearch.org/tree/person/details/GD1R-3S5] - 1917(Tas)-1973(Tas) - Licences: 7BC Launceston (1936-1939) - Qualifications: cc; AOCP 1637, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (Launceston, 1943); teacher (Hobart North, 1944); schoolteacher (Bellerive, 1949-1972) ===''FORSYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Edgar Forsythe|Forsythe, Leonard Edgar]] [https://www.familysearch.org/tree/person/details/GWBY-MTR] - 1894(NSW)-1981(NSW) - Licences: 2BF Receive Sydney (Northbridge, 1922); 2BF Sydney (Northbridge, 1922-1929; Drummoyne, 1930-1933; Snapper Island, 1934-1939) - Qualifications: cc; AOCP 40, 1924, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: flagmaker (Northbridge, 1930-1949); department manager (Drummoyne, 1958); ship's chandler (Drummoyne, 1963-1980) ===''FORTESCUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fortescue|Fortescue, Charles]] [https://www.familysearch.org/tree/person/details/LD8X-GQ7] - 1893(Qld)-1971(Qld) - Licences: 4GE Toowoomba (1922-1924); 4CF Toowoomba (1925-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military (CMF, Colonel); WW2; jeweller - Electoral Rolls: jeweller (Toowoomba, 1913-1958); nil (Toowoomba, 1963-1968) ===''FOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Foster|Foster, Ernest John "Ernie"]] - 1914(Qld)-1967(Qld) - 4BY Brisbane, amateur operator (no record of AOCP; AOCP ??, 19??, No. ?? in Qld), broadcast engineer (4MB, 4BU), military (WW2, RAAF) * [[/James Foster|Foster, James]] [https://www.familysearch.org/tree/person/details/GX2Z-27G] - 1915(SA)-1998(SA) - Licences: 5TX Adelaide (North Kensington, 1933-1939); 5LU Adelaide (Dulwich, 1947-1948; Oaklands, 1954-1965; Marion, 1969-1980+) - Qualifications: cc; AOCP 1140, 1933, SA; 1COCP 1046, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (Frewville, SA, 1943) ===''FOURRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Fourro|Fourro, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/G4D1-YRR] - 1906(NSW)-1978(ACT) - Licences: 2VF Corowa (1930-1936) - Qualifications: AOCP 703, 1930, NSW; AOLCP 165, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Narrandera, 1930); telephone mechanic (Corowa, 1931-1935); wireless mechanic (Corowa, 1936); mechanic (Brighton-le-Sands, 1937); foreman mechanic (2CY Canberra, 1943-1954); supervising technician (2BA Bega, 1958-1963); technician (Merimbula, 1968-1972) ===''FOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Malcolm Fowles|Fowles, Gordon Malcolm]] [https://www.familysearch.org/tree/person/details/G8H2-RC9] - 19??(???)-19??(???) - Licences: 3GF Melbourne (Elwood, 1929-1931); 3AMF Melbourne (Wheeler's Hill, 1948-1960; Avonsleigh, 1965-1969); 3AMF Cowes (1975) - Qualifications: AOCP 490, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: panel beater (Albert Park, 1943; Hamilton, 1949); farmer (Avonsleigh, 1968); retired (Cowes, 1972) ===''FOX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Fox|Fox, William George]] [https://www.familysearch.org/tree/person/details/G6BY-J5Z] - 1886(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 106, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Comment: several contemporaneous WG Fox; Electoral Rolls: Nil yet identified ===''FOXCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Foxcroft|Foxcroft, Allan]] [https://www.familysearch.org/tree/person/details/GFQS-K5P] - 1921(WA)-2008(Vic) - Licences: 6AF Perth (Victoria Park, 1937-1939); 3AE Melbourne (Caulfield, 1947-1980+) - Qualifications: cc; AOCP 1859, 1937, WA; 1COCP 506, 1941 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: technician (Caulfield, Vic, 1949-1963); engineer (Caulfield, Vic, 1967-1980) ===''FRAME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vivian Horace Frame|Frame, Vivian Horace]] [https://www.familysearch.org/tree/person/details/GHQ1-4QT] - 1899(Qld)-1959(Qld) - Licences: Receive (Valve) Mareeba (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: draftsman ( Brisbane City, Qld); public works officer (Mareeba, Qld, 1922); architect (Brisbane City, Qld, 1925-1928; Sandgate, Qld, 1936-1937; Virginia, Qld, 1949-1954; Norman Park, Qld, 1958) ===''FRANK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kendall Thomas Frank|Frank, Kendall Thomas]] [https://www.familysearch.org/tree/person/details/G8N2-TGZ] - 1904(WA)-1951(Qld) - Licences: Nil yet identified - Qualifications: CPRT 921, 1926; 2COCP 289, 1930; 1COCP 64, 1935 - ship wireless operator (AWA), coastal wireless operator, amateur operator?, broadcast engineer (4PM) - Electoral Rolls: radio engineer (Lakemba, 1943) - [https://adb.anu.edu.au/biography/frank-kendall-thomas-10236 ADB] ===''FRANZI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Franzi|Franzi, William Ronald "Bill" (formerly Emilio Stefan)]] - 1909(Italy)-19??(SA) - 4FR Atherton (1938-1939), 5FR Adelaide (Da Costa Park, 1946-1965; Glenelg East, 1969-1975), 5VK American Beach (1975-1980), amateur operator (AOCP 2192, 1938, No. ?? in Qld), amateur broadcaster, radio clubs (IREE), military (RAAF), employment (radio technician) ===''FRASER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Douglas Fraser|Fraser, James Douglas]] [https://www.familysearch.org/tree/person/details/G8NS-MQ3] - 1900(NSW)-1956(NSW) - Licences: 2JF Quirindi (1930-1935) - Qualifications: AOCP 637, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical engineer (Quirindi, 1930-1943); engineer (Picton, 1949-1954) * [[/H. Fraser|Fraser, H.]] - 19??(???)-19??(???) - 2JC Tamworth (1924-1925), amateur operator (no record of AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster * [[/Henry George Fraser|Fraser, Henry George]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 1001, 1932, No. ?? in ?? - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet identified, at least two HGF engineers ===''FRAZER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Frazer|Frazer, Charles Edward "Charlie"]] - 1880(Vic)-1913(Vic) - politician (Postmaster-General, 1911-1913) ===''FREEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Freeman|Freeman, Arthur Charles]] [https://www.familysearch.org/tree/person/details/G8ZL-4F7] - 19??(???)-1971(NSW) - Licences: 2AS Sydney (Burwood, 1929-1939; Ashfield, 1946-1958; Cheltenham, 1960-1969) - Qualifications: AOCP 544, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: packer (Newtown, 1930-1931; East Sydney, 1933-1935); engineer (Burwood, 1936-1937; Ashfield, 1943-1958; Cheltenham, 1963-1968) - individual not fully identified * [[/L. Freeman|Freeman, L.]] - 18??-19?? - Licences: XQB Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''FREESTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Roy Freestone|Freestone, Leslie Roy]] [https://www.familysearch.org/tree/person/details/LRCK-NB5] - 1896(Vic)-1982(Vic) - Licences: 3LF Ballarat (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Ballarat, 1916-1920); commercial traveller (Ballarat, 1921-1936); traveller (Brighton, 1937-1954); nil (Geelong, 1977-1980) ===''FRETTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/O'Della Paul Fretten|Fretten, O'Della Paul "Paul"]] [https://www.familysearch.org/tree/person/details/G845-BQH] - 1894(Eng)-1977(Vic) - Licences: 2RU Sydney (Concord, 1928-1930) - Qualifications: AOCP 460, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Concord, 1930; Strathfield, 1933); foreman (Lane Cove, 1936-1937); public servant (St Kilda, 1943); cafe proprietor (Melbourne, 1949); sales manager (St Kilda, 1963); instructor (Brighton, 1967-1968); retired (Malvern East, 1972; Fitzroy North, 1977) ===''FREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Samuel Vernon Frew|Frew, Geoffrey Samuel Vernon]] [https://www.familysearch.org/tree/person/details/G87N-ZC1] - 1909(Vic)-1984(Vic) - Licences: 3PM Melbourne (Glen Iris, 1928-1933; Brighton, 1937-1939, 1946-1956); 3PL Melbourne (Brighton, 1960); 3JK Melbourne (Brighton, 1969); 3PM Melbourne (1975-1980+) - Qualifications: AOCP 402, 1928, No. ?? in Vic; AOLCP 66, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1933); manager (Brighton, 1936-1937); engineer (Footscray, 1943; Brighton, 1949-1980) ===''FRIAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Owen Friar|Friar, Archibald Owen]] [https://www.familysearch.org/tree/person/details/G4LQ-LGV] - 1905(NSW)-1963(NSW) - Licences: 2AO Ulmarra (1929-1931); 2AO Grafton, 1933-1939) - Qualifications: AOCP 504, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chainman (Ulmarra, 1930-1937); garage proprietor (South Grafton, 1943-1963) ===''FROGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard James Frogley|Frogley, Gerard James]] [https://www.familysearch.org/tree/person/details/G7K7-JNM] - 1902(Eng)-1977(Eng) - Licences: 3GF Melbourne (Richmond, 1926-1927) - Qualifications: AOCP 240, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (East Melbourne, 1924); battery mechanic (Richmond, 1925-1931) ===''FRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Turner Fry|Fry, Alfred Turner]] [https://www.familysearch.org/tree/person/details/GDRX-2SL] - 1881(NSW)-1928(Vic) - Licences: 7BG Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: metallurgist (Ballarat, 1917; Queenstown, Tas, 1919-1922; Sandringham, 1924-1927) * [[/Reginald Hall Fry|Fry, Reginald Hall]] [https://www.familysearch.org/tree/person/details/GZ6Y-9WN] - 1891(NSW)-1976(NSW) - Licences: 2KC Sydney (Croydon, 1922-1929; Killara, 1930-1933); 2KC Parkes (1934); 2KC Goulburn (1935-1936); 2KC Wollongong (1937-1939) - Qualifications: cc; AOCP 86, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil engineer (Gordon, 1930; Killara, 1933; Goulburn, 1935-1936; Wollongong, 1937; Killara, 1943-1968); engineer (Killara, 1972) ===''FRYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Norman Fryer|Fryer, Keith Norman]] [https://www.familysearch.org/tree/person/details/G3KH-TZ8] - 1906(Vic)-19??(???) - Licences: 2KF Sydney (Suspension Bridge, 1927-1928) - Qualifications: AOCP 332, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Neutral Bay, 1930-1931; Northbridge, 1934; North Sydney, 1936; Mosman, 1943-1949) ===''FULCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/J. Fulcher|Fulcher, J.]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, (Halcyon, P. 4) ===''FYSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Oakley Fysh|Fysh, Philip Oakley]] [https://www.familysearch.org/tree/person/details/LHNP-534] - 1835(Eng)-1919(Tas) - state politician (MLC Tas, 1860s through 1890s; MHA Tas 1870s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1903-1904) - Relationships: grandfather of 7PF Philip Oakley Fysh * [[/Philip Oakley Fysh|Fysh, Philip Oakley "Phil"]] [https://www.familysearch.org/tree/person/details/L2YS-4ZR] - 1897(Tas)-1966(Tas) - Licences: 7PF Launceston (1925-1927) - Qualifications: cc; AOCP 128, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; radio clubs (Launceston Radio Experimenters' Club, WIA Launceston); WW2 - Relationships: grandson of Philip Oakley Fysh, federal Postmaster-General 1903-1904 - Electoral Rolls: merchant (Launceston, 1922-1954) =='''G'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''GABBERTAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Gabbertas|Gabbertas, Jack]] [https://www.familysearch.org/tree/person/details/GF9C-2W7] - 1915(Eng)-2003(WA) - Licences: 6GB Perth (Maylands, 1936-1939; Mt Hawthorn, 1947-1980+) - Qualifications: cc; AOCP 1810, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, WA, 1937; East Perth, WA, 1943); mechanic (Mt Hawthorn, WA, 1949-1980) ===''GADSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Wilkinson Gadsden|Gadsden, Stanley Wilkinson]] [https://www.familysearch.org/tree/person/details/GM38-WZ2] - 1887(Vic)-1957(Vic) - Licences: 3SW Melbourne (Kew, 1924-1939) - Qualifications: AOCP 26, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; radio clubs (WIA Vic, Chief of Council, 1926); placed 2nd in 3LO amateur broadcasting competition 1926 - Electoral Rolls: printer (Kew, 1908-1915); manufacturer (Kew, 1917-1954) ===''GALLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Galle|Galle, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/GX2P-KXN] - 1912(SA)-2008(SA)96yo - Licences: 5QR Adelaide (Prospect, 1931-1939, 1947-1948; Enfield, 1954-1980+) - Qualifications: cc; AOCP 834, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Jabuk, SA, 1939-1941); schoolteacher (Tailem Bend, SA, 1943) ===''GAMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ray Gamble|Gamble, William Ray "Ray"]] - 1928(NSW)-2011(NSW) - broadcast engineer (BOCP 961, 1948), station manager, radio network principal [https://radioinfo.com.au/news/vale-ray-gamble Radio Info] ===''GAMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Gamon|Gamon, George Arthur]] - 1900(Vic)-1977(???) - 3GG Melbourne (South Yarra, 1925-1926; Middle Park, 1927), amateur operator (AOCP 89, 1925, No. ?? in Vic), amateur broadcaster ===''GARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Garing|Garing, William Henry]] [https://www.familysearch.org/tree/person/details/G8WV-2YG] - 1910(Vic)-2004(NSW) - Licences: Nil identified - Qualifications: AOCP 431, 1928, No. ?? in Vic - amateur operator? - Electoral Rolls: cadet (Point Cook, 1931-1934); airman (Point Cook, 1937); RAAF officer (Townsville, 1943; Point Cook, Vic, 1958; Williamtown, NSW, 1958); executive director (Turramurra, 1968); director (Turramurra, 1980) ===''GARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Raymond Garner|Garner, Alan Raymond]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: PMG technician! (Frankston, 1963-1980) ===''GARNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Garnett|Garnett, Brian]] - 19??(???)-19??(???) - 4AHN Currimundi, amateur operator (AOCP ??, 19??, No. ?? in Qld), ===''GARRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Randolph Garran|Garran, Richard Randolph]] [https://www.familysearch.org/tree/person/details/K822-L54] - 1903(Vic)-1991(ACT) - Licences: 3AW Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (Toorak, 1924-1925); manager (Semaphore, SA, 1941; Caulfield, Vic, 1954-1980) ===''GARRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Benjamin Walter Garrett|Garrett, Horace Benjamin Walter]] [https://www.familysearch.org/tree/person/details/G7PD-9SV] - 1906(Vic)-1979(Vic) - Licences: 3JI Melbourne (Box Hill, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster - Electoral Rolls: sales (Box Hill, 1928-1934); radio mechanic (Box Hill, 1936); salesman (Box Hill, 1943-1977) ===''GARTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Garth|Garth, Reginald]] [https://www.familysearch.org/tree/person/details/G8DX-47Z] - 1903(Eng)-1959(Tas) - Licences: 2VZ Sydney (Coogee, 1930; Clovelly, 1931-1933; Bankstown, 1934-1936); 4VZ Mackay (1937-1939); 3SF Melbourne (Preston, 1948; Seaford, 1954); 7RG Trevallyn, 1955-1956) - Qualifications: cc; AOCP 584, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Clovelly, NSW, 1930-1933); mechanic (Bankstown, NSW, 1934-1936); electrician (Slade Point, Qld, 1937-1943; Beaconsfield, Tas, 1958) ===''GAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Holman Gay|Gay, Augustus Holman]] [https://www.familysearch.org/tree/person/details/G8PF-938] - 1902(Vic)-1984(Vic) - Licences: 3SM Warragul (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Warragul, 1927-1934); engineer (South Yarra, 1936-1954); electrical engineer (Kew, 1963-1980) * [[/Vivian James Gay|Gay, Vivian James]] [https://www.familysearch.org/tree/person/details/LYT8-VJJ] - 1908(NSW)-1999(Qld) - Licences: 2VI Sydney (Chatswood, 1935-1939; North Sydney, 1946-1947; Lane Cove, 1948-1965); 2VI Burradoo (1980+) - Qualifications: cc; AOCP 1510, 1935, NSW - amateur operator; amateur broadcaster - Electoral Rolls: printer (Artarmon, 1930-1937; Chatswood, 1943); master printer (Lane Cove, 1949-1968); printer (Artarmon, 1972); retired (Burradoo, 1977-1980) ===''GEAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Vivian Geake|Geake, Wilfred Vivian]] [https://www.familysearch.org/tree/person/details/GXTF-H1J] - 1893(SA)-1974(SA) - Licences: 5BR Receive Kooringa (1922); 5BR Receive (Murray Bridge, 1923); Receive Murray Bridge (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hillside, SA, 1939) ===''GEDDES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Albert Geddes|Geddes, Frank Albert]] - 1901(NSW)-1922(NSW) - 2GC Sydney (Waverley, 1922, receive only), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), radio clubs (Waverley Radio Club), due to age licence held in name of father Francis G Geddes ===''GEEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Leslie Geeves|Geeves, Philip Leslie "Phil"]] [https://www.familysearch.org/tree/person/details/G88C-Y8Y] - 1917(NSW)-1983(NSW) - radio broadcaster (VK2ME, 2CH, ABC); employment (AWA, 1937-1970s); journalist (SMH); historian (AWA, broadcasting); awards (OAM, 1980) - Electoral Rolls: radio executive (Bexley, 1949-1963); executive (Hurstville South, 1972-1980) ===''GEISEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elizabeth Aileen Geisel|Wallace nee Geisel, Elizabeth Aileen "Betty"]] [https://www.familysearch.org/tree/person/details/GXK7-NJ4] - 1921(SA)-2000(SA) - Licences: 5YL Murray Bridge (1936-1939) - Qualifications: cc; AOCP 1788, 1936, SA; 2COCP 448, 1941; 1COCP 544, 1941 - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: Nil yet identified - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''GEORGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Heinrich Alfred August George|George, Heinrich Alfred August "Henry", "Harry"]] [https://www.familysearch.org/tree/person/details/G387-XZ4] - 1899(Vic)-1968(Vic) - Licences: 3ZP Melbourne (Footscray, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1919-1963) ===''GEORGESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Georgeson|Georgeson, James]] [https://www.familysearch.org/tree/person/details/LTS1-17Q] - 1897(Eng)-1976(Taiwan) - Licences: 5JD Adelaide (Glenelg, 1936-1938); 2AKU Sydney (Neutral Bay, 1939; Granville, 1946-1947; Artarmon, 1948-1954; Lane Cove (1955); Artarmon (1956-1975) - Qualifications: cc; AOCP 1783, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, NSW, 1943); engineer (Artarmon, NSW, 1949-1954); electrical engineer (Artarmon, NSW, 1963-1968); engineer (Artarmon, NSW, 1972) ===''GERAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/James Anselm Geraghty|Geraghty, James Anselm]] [https://www.familysearch.org/tree/person/details/GZVD-VY9] - 1877(???)-1969(Qld) - Licences: 4CS Receive Townsville (1923); 4CS Townsville (1923-1924); 4CS Brisbane (Nudgee, 1924); 4CS Gympie (1924); 4CS Townsville (1925); 4CS Gympie (1925-1927); 2JG Wagga Wagga (1929); 7CB Launceston (1931); 4CB Brisbane (Nudgee, 1933); 4AC Bundaberg (1934) - Qualifications: AOCP 186, 1925, No. 17 in Qld - amateur operator; amateur broadcaster; minister of religion and teacher (Christian Brothers) - Electoral Rolls: teacher (Ballarat, 1906; Gympie, 1909-1913; Dunedin, 1914-1916; South Brisbane, 1919-1925; Tamworth, 1930; Bundaberg, 1934; Ipswich, 1943; Albion, 1949; Gympie, 1954); retired (Boondall, 1958-1968) ===''GIBBON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Foster Gibbon|Gibbon, Thomas Foster]] [https://www.familysearch.org/tree/person/details/G857-MWS] - 1896(Vic)-1965(Vic) - Licences: XJAV Melbourne (Kew, 1913-1914); Receive (Valve) Melbourne (Kew, 1923); 3XZ Melbourne (Kew, 1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: student (Kew, 1919-1925); electrical engineer (Kew, 1928-1954); engineer (Kew, 1963) ===''GIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gibbons|Gibbons, Frederick]] [https://www.familysearch.org/tree/person/details/L2XB-YRJ] - 1907(Wales)-19??(???) - Licences: 2FG Sydney (Neutral Bay, 1926-1930) - Qualifications: AOCP 255, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: no occupation (Neutral Bay, 1930); clerk (Gordon, 1954-1968); director (Turramurra, 1972-1977) ===''GIBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. G. Gibson|Gibson, E. G.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Ormiston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified *[[/Edgar McLean Gibson|Gibson, Edgar McLean]] [https://www.familysearch.org/tree/person/details/GS5W-SM5] - 1877(Qld)-1969(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1925), possibly held on behalf of son Leighton - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radio clubs - Relationships: father of 4AN William Leighton Gibson - Electoral Rolls: electrical engineer (Toowoomba, 1908-1917; Greenslopes, 1922); engineer (Manly, 1936-1937; Hawthorne, 1943-1968) *[[/George Holland Gibson|Gibson, George Holland]] [https://www.familysearch.org/tree/person/details/MXPG-HB4] - 1892(Qld)-1978(Qld) - Licences: XQG Brisbane (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: carpenter (Fortitude Valley, 1915-1917); mechanic (Newmarket, 1919-1928; New Farm, 1937-1943); telephone technician (Bulimba, 1954-1977) * [[/Richard Leslie Gibson|Gibson, Richard Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9QNS-G8V] - 1900(NSW)-1976(NSW) - Licences: 2GH Alstonville (1930-1939) - Qualifications: AOCP 578, 1930, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Alstonville, 1930-1949); retired (Alstonville, 1963-1968; Ballina, 1972) * [[/William Gerrand Gibson|Gibson, William Gerrand]] [https://www.familysearch.org/tree/person/details/LWJY-5G9] - 1869(Vic)-1955(Vic) - Politician, Federal Postmaster-General 1923-1929 [https://adb.anu.edu.au/biography/gibson-william-gerrand-6313 ADB] *[[/William Leighton Gibson|Gibson, William Leighton "Leighton" & "Gibby"]] [https://www.familysearch.org/tree/person/details/GS5W-Q7S] - 1907(Qld)-1995(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1927) - Qualifications: AOCP 73, 1925, No. 7 in Qld - amateur operator; amateur broadcaster; journalist (QRN "Bananalander"); wireless business employee (Phillips Radio) - Relationships: son of 4AN Edgar McLean Gibson - Electoral Rolls: salesman (Manly, Qld, 1936-1937; Camp Hill, Qld, 1943); manager (Balgowlah, NSW, 1949); business executive (Balgowlah, NSW, 1958); regional representative (Palm Beach, Qld, 1963-1980) ===''GIDDINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hudson Giddings|Giddings or Whitney, Albert Hudson]] [https://www.familysearch.org/tree/person/details/GXR4-PDP] - 1914(Vic)-19??(???) - Licences: 5FI Adelaide (Nailsworth, 1935-1937) - Qualifications: cc; AOCP 1556, 1935, SA; 1COCP 102, 1936 - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant, Signals) - Electoral Rolls: PMG employee (Sale, Vic, 1968); technician (Elwood, Vic, 1972); clerk (Hughs, ACT, 1977-1980) - Links: [https://vwma.org.au/explore/people/612780 VWMA] * [[/Albert William James Giddings|Giddings, Albert William James]] [https://www.familysearch.org/tree/person/details/9711-NG3] - 1909(Vic)-1983(Vic) - Licences: 3DG Stratford (1935-1939); 3DG Numurkah (1947-1948); 3DG Lancefield (1954-1969); - Qualifications: cc; AOCP 1574, 1935, SA - amateur operator; amateur broadcaster;; WW2 (RAAF, Warrant Officer) - Electoral Rolls: bank official (Culgoa, Vic, 1931); bank clerk (Pakenham East, Vic, 1934); bank officer (Stratford, Vic, 1936-1937); warrant officer RAAF (Point Cook, Vic, 1942); bank official (Numurkah, Vic, 1949) ===''GILFILLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles Kent Gilfillan|Gilfillan, William Charles Kent]] [https://www.familysearch.org/tree/person/details/GDPF-93Q] - 1869(NSW)-1952(NSW) - Licences: 2AM Receive Sydney (Greenwich, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: independent means (Manly, 1913); soldier (Manly, 1930-1935); no occupation (Redfern, 1937); manufacturer (Mosman, 1943-1949) ===''GILHOOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Forrest Gilhooley|Gilhooley, Joseph Aloysius Forrest]] [https://www.familysearch.org/tree/person/details/GDPF-L6N] - 1877(NSW)-1950(NSW) - Licences: 2AH Receive Sydney (Woollahra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: clerk (Darlinghurst, 1903; Hunters Hill, 1930-1935); traveller (Hunters Hill, 1937-1949) ===''GILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Stewart Gill|Gill, Alan Stewart]] [https://www.familysearch.org/tree/person/details/GH6B-JQ4] - 1907(NSW)-1983(Tas) - Licences: 7AS Launceston (1925-1927) - Qualifications: cc; AOCP 191, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; scientist & engineer (Electrolytic Zinc Co) - Electoral Rolls: research chemist (Hobart Central, 1928; Sandy Bay, 1936-1949); chemist (Hobart South, 1954) * [[/Alfred Wyatt McKenzie Gill|Gill, Alfred Wyatt McKenzie]] [https://www.familysearch.org/tree/person/details/GDBP-B8D] - 1908(NSW)-1959(NSW) - Licences: 2TS Receive Sydney (Killara, 1923); 2TS Sydney (Killara, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: barrister (Killara, 1933-1937; Wahroonga, 1949); soldier (Wahroonga, 1943); airline officer (Wahroonga, 1954-1958) ===''GILLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Rex Gregory Gillett|Gillett, Clarence Rex Gregory]] [https://www.familysearch.org/tree/person/details/GWJC-ZDW] - 1919(SA?)-2020(SA) - prominent MW and SW broadcast DXer (1940-1990), clubs (All Wave All World DX Club, Australian DX Radio Club (SA Branch), South Australian DX Radio Club, Australian Radio DX Club, Southern Cross DX Club, DX Australia, New Zealand Radio DX League) - substantial portion (100+) of QSL collection survives (SSD, NFSA) ===''GILLHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman William Gillham|Gillham, Norman William]] [https://www.familysearch.org/tree/person/details/GMTT-M8V] - 1906(Tas)-1994(Tas) - Licences: Receive Hobart (Sandy Bay, 1923-1924); 7NW Hobart (Sandy Bay, 1925-1927) - Qualifications: cc; AOCP 176, 1925, No. ?? in Tas; CPRT 944, 1927 - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Sandy Bay, 1928); joiner (Queensborough, 1936-1937); builder (Nelson, 1943-1954) ===''GILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Clifford Gillon|Gillon, Peter Clifford]] [https://www.familysearch.org/tree/person/details/GD7M-X53] - 1895(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 99, 1915 - Coastal wireless operator - Electoral Rolls: operator (Bondi, 1934); radio telegraphist (Crow's Nest, NSW, 1936; Cooktown, Qld, 1937; Townsville, 1943); telegraphist (Kensington, NSW, 1949-1954; Cremorne, 1958); radio operator (Cremorne, 1963-1968) ===''GILMOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Stanley Gilmour|Gilmour, Norman Stanley]] [https://www.familysearch.org/tree/person/details/GZZD-PVG] - 1890(Vic)-1962(NSW) - Licences: 2ZU Sydney (Neutral Bay, 1923-1930; Potts Point, 1931; City, 1933-1939; Mosman, 1948-1960) - Qualifications: cc; AOCP 28, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: director (Neutral Bay, 1930); business manager (Darlinghurst, 1931); engineer (Darlinghurst, 1934-1937; Mosman, 1943-1958) ===''GINBEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Haldane Ginbey|Ginbey, Ian Haldane]] [https://www.familysearch.org/tree/person/details/GFM1-73N] - 1913(WA)-1962(WA) - Licences: 6IG Perth (Fremantle, 1938-1939; Bicton, 1947-1948; Attadale, 1954-1960) - Qualifications: cc; AOCP 2084, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (South Fremantle, WA, 1936; Fremantle, WA, 1937; South Fremantle, WA, 1943); salesman (Melville, WA, 1958) ===''GINGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ubitt Victor Ginger|Ginger, Ubitt Victor]] [https://www.familysearch.org/tree/person/details/GS5P-G76] - 1891(NSW)-1943(NSW) - Licences: 2LF Receive Sydney (Mosman, 1922-1923); 2LF Sydney (Mosman, 1922-1924; North Sydney, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; police officer - callsign 2LF to L. R. Filmer, Toronto from Sep 1925, Bracken from 1933 - Electoral Rolls: constable (Chatswood, 1930-1933); police constable (Marrickville, 1934); constable (Naremburn, 1936-1937) ===''GINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Ginn|Ginn, Ernest George]] [https://www.familysearch.org/tree/person/details/GXZC-95C] - 1917(Qld)-2015(Qld) - Licences: 4GE Townsville (1936-1939; 1946-1948); 4GE Brisbane (Hendra, 1955-1980+) - Qualifications: cc; AOCP 1749, 1936, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ), military (WW2, RAAF, AIF); employment (life insurance agent) - Electoral Rolls: salesman (Townsville, Qld, 1943); shop assistant (Windsor, Qld, 1949); salesman (Hendra, Qld, 1954-1980) ===''GIVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/L. James M. Givens|Givens, L. James M. "James"]] [https://www.familysearch.org/tree/person/details/G8LX-7WR] - 1905(Vic)-1957(Vic) - Licences: 3EP Receive Melbourne (Canterbury, 1922-1923); 3EP Melbourne (Canterbury, 1924-1927); 3XY Melbourne (Canterbury, 1931) - Qualifications: cc; CPRT 849, 1925; AOLCP 121, 1933 - amateur operator, amateur broadcaster - Electoral Rolls: wireless officer (Canterbury, 1931-1937; Camberwell, 1943); photographer (Delbridge, 1954) ===''GLASSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Ronald John Glassop|Glassop, Ronald John]] [https://www.familysearch.org/tree/person/details/LBZX-P8N] - 1910(NSW)-1996(Qld) - Licences: 2RF Newcastle (City, 1934-1935; Blackhalls, 1936; Hamilton East, 1937); 4BG Brisbane (Clayfield, 1937-1939); 4BG Maryborough (1947-1969); 4BG North Tamborine (1980) - Qualifications: cc; AOCP 1288, 1934, NSW - amateur operator; amateur broadcaster; WW2; insurance assessor - Electoral Rolls: no occupation (Newcastle, NSW, 1932-1935); clerk (Hamilton, NSW, 1937); insurance inspector (Clayfield, Qld, 1937); insurance secretary (Maryborough, Qld, 1949-1968); retired (Miami, Qld, 1972; Mt Tamborine, Qld, 1977-1980) ===''GLOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Frederick Glover|Glover, Alexander Frederick or Frederick Alexander]] [https://www.familysearch.org/tree/person/details/L246-XZ6] - 1925(Vic)-2001(Vic) - Licences: 3AFG Sale (1948-1980+) - Qualifications: cc; AOCP 2705, 1948, Vic - amateur operator; amateur broadcaster - Electoral Rolls: operator (Sale, 1949); mechanic (Sale, 1954-1980) * [[/Arthur James George Glover|Glover, Arthur James George]] [https://www.familysearch.org/tree/person/details/2MT8-CZ8] - 1907(Vic)-1977(Vic) - Licences: 3AG Melbourne (Box Hill, 1928-1931; Surrey Hills, 1933); 3AG Warrnambool (1937-1939); 3AG Melbourne (Box Hill, 1946-1960; Camberwell, 1965-1975) - Qualifications: cc; AOCP 392, 1928, No. ?? in Vic; CPRT 1129, 1928; 2COCP 153, 1930; 1COCP 29, 1930 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Box Hill, 1931); engineer (Box Hill, 1936); radio engineer (Warrnambool, 1937); engineer (Canterbury, 1943; Box Hill, 1949-1954); automation engineer (Camberwell, 1963-1968); engineer (Camberwell, 1972-1977) * [[/Maurice Glover|Glover, Maurice]] [https://www.familysearch.org/tree/person/details/G8SK-25R] - 1912(Vic)-2003(Tas) - Licences: 7MG Hobart (Sandy Bay, 1938-1939, 1946-1948); 7MG Swansea (1954-1980+) - Qualifications: cc; AOCP 2129, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Nelson, 1943); no occupation (Swansea, 1949; Nelson, 1954) * [[/Maxwell Arthur Glover|Glover, Maxwell Arthur "Max"]] [https://www.familysearch.org/tree/person/details/G8SK-58X] - 1902(Vic)-1982(Vic) - Licences: 3GB Receive Melbourne (Auburn, 1922); 3GB Melbourne (Camberwell, 1924-1925) - Qualifications: No record of AOCP; 3COCP 671, 1948 - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Camberwell, 1924-1934); wool buyer (Toorak, 1935-1936; South Yarra, 1937); director (Malvern, 1949-1980) ===''GLUSKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Gluskie|Gluskie, C. R.]] - 19??(???)-19??(???) - Licences: Receive Hobart (New Town, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''GODDARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Endacott Goddard|Goddard, John Endacott]] [https://www.familysearch.org/tree/person/details/KNBM-L27] - 1914(WA)-1943(Crete) - Licences: 6JG Perth (North Perth, 1935-1939) - Qualifications: AOCP 1427, 1935, WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Fremantle, 1936) - Sacrifice: "Greater love hath no man than this" - Links: [https://aviationmuseumwa.org.au/afcraaf-roll/goddard-john-endacott-406692/ Aviation Museum WA]; [https://anzac.site/greece/crete-operation-thesis-goddard/ Operation Thesis]; [https://www.awm.gov.au/collection/R1703409 AWM Roll of Honour] ===''GOFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Goford|Goford, Thomas William]] [https://www.familysearch.org/tree/person/details/GXZH-W3H] - 1898(Eng)-1986(Qld) - Licences: 4MI Mount Isa (1936-1939) - Qualifications: cc; AOCP 1675, 1936, Qld; BOCP 387, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Mt Isa, Qld, 1937); broadcasting technician (Goonellabah, NSW, 1943); DCA technician (Alice Springs, NT, 1954-1963) ===''GOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Henry Yarburgh Gold|Gold, Clifford Henry Yarburgh or Yarborough "Cliff"]] [https://www.familysearch.org/tree/person/details/L19B-YYC] - 1906(Qld)-1986(Qld) - Licences: 4CG Brisbane (Hill End, 1926-1931); 4CG Toowoomba (1933-1939, 1946-1980+) - Qualifications: AOCP 262, 1926, No. 21 in Qld; AOLCP 186, 1934 - amateur operator, amateur broadcaster, broadcast engineer (4GR) - Electoral Rolls: shop assistant (West End, 1928-1931); radio operator (Toowoomba, 1934); projectionist (Toowoomba, 1936-1963); radio technician (Balmoral, 1968-1977) - Relationships: nephew of 4EG Edward Edwin Gold; also Doug & Geoff * [[/Douglas Edward Gold|Gold, Douglas Edward]] [https://www.familysearch.org/tree/person/details/G8RL-XQB] - 1917(NSW)-1964(Qld) - Licences: Nil yet identified - Qualifications: BOCP 254, 1939 - amateur operator; amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Geoffrey Kilvington Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio technician (Toowoomba, 1943-1949); assistant manager (Toowoomba, 1954-1958) * [[/Edward Edwin Gold|Gold, Edward Edwin "Ted"]] [https://www.familysearch.org/tree/person/details/L13Q-WZV] - 1894(Qld)-1961(Qld) - Licences: 4EG Toowoomba (1924-1939, 1946-1960) - Qualifications: AOCP 7, 1924, No. 1 in Qld - amateur operator; amateur broadcaster; awarded Class B licence for 4GR Toowoomba; commercial broadcast station proprietor (4GR); Relationships: father of Geoffrey Kilvington Gold; uncle of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: mechanic (Toowoomba, 1925-1958) * [[/Geoffrey Kilvington Gold|Gold, Geoffrey Kilvington]] - 1943(Qld)-1971(Qld) - Licences: Nil yet identified - Qualifications: BOCP 2210, 1963; AOLCP 1608, 1964 - amateur operator, amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Douglas Edward Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio broadcaster (Annerley, 1968) ===''GOLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick John Golden|Golden, Patrick John]] [https://www.familysearch.org/tree/person/details/GSFG-R49] - 1893(Ire)-1943(Qld) - Licences: 4PG Brisbane (Wynnum South, 1927) - Qualifications: cc; Nil yet identified (likely UK) - ship wireless operator; amateur operator; amateur broadcaster; radio business proprietor; WW2 - Electoral Rolls: salesman (Wynnum Heights, 1928-1931); radio dealer (Clayfield, 1936-1937); radio operator (Flying boat base, Karumba, 1943) - Sacrifice: "Greater love hath no man than this" ===''GOLDSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Herbert Goldsmith|Goldsmith, Frank Herbert]] [https://www.familysearch.org/tree/person/details/93SX-QL8] - 1895(WA)-1974(WA) - Licences: 6FG Perth (Nedlands Park, 1927-1939) - Qualifications: cc; AOCP 377, 1927, No. ?? in WA - amateur operator; amateur broadcaster; radio journalist - Electoral Rolls: clerk (West Perth, 1917); journalist (Bunbury, 1921-1922; Nedlands, 1925-1949; Roleystone, 1954-1958); retired (Rossmoyne, 1968-1972) * [[/Gordon William Goldsmith|Goldsmith, Gordon William]] [https://www.familysearch.org/tree/person/details/GZWR-BKR] - 1914(SA)-1998(SA) - Licences: 5HM Cowandilla (1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1629, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Cowandilla, SA, 1939-1943) ===''GOLDSWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Goldsworthy|Goldsworthy, William John]] [https://www.familysearch.org/tree/person/details/M4D7-C24] - 1910(Qld)-1950(Qld) - Licences: 4WA Brisbane (Valley, 1934-1939); 4WA Rockhampton (1947-1948)- Qualifications: cc; AOCP 1341, 1934, Qld; 2COCP 1112, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Valley, Qld, 1934-1943); aeradio operator (Rockhampton, Qld, 1949) ===''GOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jasper Claude Golley|Golley, Jasper Claude]] [https://www.familysearch.org/tree/person/details/GXGK-S1F] - 1904(SA)-1958(SA) - Licences: 5JX Adelaide (Glenelg, 1935-1937; Glengowrie, 1938-1939; Seacliff, 1948-1955) - Qualifications: cc; AOCP 1522, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: schoolteacher (Glengowrie, SA, 1939-1941; Seacliff, SA, 1943) ===''GOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Good|Good, Edward Joseph]] [https://www.familysearch.org/tree/person/details/GMS7-P78] - 1864(Vic)-1931(Vic) - Licences: 3HQ Glenrowan (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Taminick, 1903); traveller (Taminick, 1909-1930) ===''GOODE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Russell Goode|Goode, Arthur Russell]] - 1889(Vic)-1971(Vic) - XLK Melbourne (Moonee Ponds, 1913), early wireless experimenter (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), PMGD (telegraphist, Central Office, Melbourne, 1903-1921), Listener-In (journalist; editor), author several books, grandfather of Michael Goode 3BDL * [[/Michael Goode|Goode, Michael]] - 3ZYY Melbourne (Canterbury, 1969+), 3BDL Melbourne, amateur operator (AOCP ??, 1968, No. ?? in Vic), historian (amateur radio, 5 metres), grandson of XLK Arthur Russell Goode ===''GORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence Arthur Gorman|Gorman, Clarence Arthur]] [https://www.familysearch.org/tree/person/details/GHLZ-X8H] - 1895(NSW)-1970(NSW) - Licences: XCG Sydney (Oatley, 1913-1914); 2EC Receive Sydney (Arncliffe, 1922); 2EC Sydney (Arncliffe, 1923-1925); 2CG Sydney (Rockdale, 1925-1929); designated operator 2UI Illawarra Radio Club (Kogarah, 1923-1925) - Qualifications: cc; AOCP 222, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Comment: NSW winner 1923 Trans-Pacific Tests - Electoral Rolls: plumber (Rockdale, 1930-1931; Kogarah, 1932-1943; Hargrave Park, 1949; Villawood, 1954-1963) ===''GOSTELOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Victor Gostelow|Gostelow, Alfred Victor]] [https://www.familysearch.org/tree/person/details/LVVQ-PCX] - 1897(NSW)-1975(NSW) - Licences: XABD Dorrigo (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: accountant (Uralla, 1930-1936; Scone, 1937-1949; Terrigal, 1954-1968); retired (Terrigal, 1972) ===''GOTTING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Benjamin Gotting|Gotting, Herbert Edward Benjamin]] [https://www.familysearch.org/tree/person/details/GDLY-HLD] - 1889(NSW)-1965(NSW) - Licences: N760 Receive Braemar (1922); 2ID Receive Braemar (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Braemar, 1930); electrician (Mittagong, 1936-1937); engineer (Mittagong, 1949-1963) ===''GOVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Neville Govan|Govan, Walter Neville]] [https://www.familysearch.org/tree/person/details/L2XF-YDT] - 1905(Vic)-1956(SA) - Licences: 5WG Port Pirie (1934-1939); 5WG Crystal Brook (1947-1956) - Qualifications: cc; AOCP 1273, 1934, SA; BOCP 40, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: lead burner (Port Pirie, SA, 1939-1941); mechanic (Crystal Brook, SA, 1943) ===''GOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Selwyn Harry James Gover|Gover, Selwyn Harry James]] [https://www.familysearch.org/tree/person/details/GXNM-D2L] - 1903(Qld)-19??(???) - Licences: Receive (Crystal) Brisbane (Nundah, 1924) - Qualifications: cc; CPRT 789, 1923; 2COCP 43, 1929; 1COCP 249, 1939 - amateur receiver; ship wireless officer - Electoral Rolls: wireless operator (Annerley, Qld, 1925); marine radio officer (East Brisbane, Qld, 1949-1968) ===''GOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gelston Stewart Gow|Gow, Gelston Stewart]] [https://www.familysearch.org/tree/person/details/G7HP-61D] - 1895(NSW)-1974(NSW) - Licences: XBW Sydney (Burwood, 1913-1914); 2GG Sydney (City, 1928-1930) - Qualifications: AOCP 411, 1928, No. ?? in NSW - early wireless experimenter, amateur operator, amateur broadcaster, WW1 - Electoral Rolls: manufacturer (Darlinghurst, 1930); electrician (Darlinghurst, 1933-1943); manufacturer (Darlinghurst, 1954-1972) ===''GOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Nelson James Gowlett|Gowlett, Frank Nelson James]] [https://www.familysearch.org/tree/person/details/G619-PYV] - 1891(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; 1COCP 163, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio operator (Townsville, 1925); wireless operator (Maroubra, 1930-1931); radio telegraphist (Maroubra, 1934-1937; Cooktown, 1943-1949; Maroubra, 1949); radio officer (Maroubra, 1958-1963) ===''GOYDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil William Goyder|Goyder, Cecil William]] - about 1906(Eng)-1980(NJ, USA) - G2SZ England, amateur operator [http://www.clement-jones.com/ps03/ps03_313.html] ===''GRAHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Ernest Graham|Graham, Donald Ernest "Don"]] - 1933(WA)-2012(WA) - 6HK Perth (Mount Hawthorn, 1954-1956; Wembley Downs, 1960-1980+) - amateur operator (AOCP 3162, 1951, No. ?? in WA) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC), DoC / DoTaC (WA State Broadcasting Engineer) - a good life, well lived [https://stephbg.livejournal.com/669733.html] * [[/James Alexander Graham|Graham, James Alexander]] [https://www.familysearch.org/tree/person/details/G979-6RF] - 1905(Sct)-1985(Qld) - Licences: 4JQ Brisbane (Ekibin, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 2058, 1937, Qld; 1COCP 510, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Ekibin, Qld, 1937-1954) * [[/William Denton Graham|Graham, William Denton]] [https://www.familysearch.org/tree/person/details/GZGS-KB5] - 1895(Tas)-1986(NSW) - Licences: 2RR Receive Sydney (Rockdale, 1923-1925); 2WG Sydney (Rockdale, 1926-1930) - Qualifications: AOCP 227, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: law clerk (Rockdale, 1930-1937); process worker (Bondi Junction, 1943); iron worker (Rockdale, 1949-1968); machinist (Rockdale, 1977); retired (Liverpool, 1980) * [[/William Thompson Graham|Graham, William Thompson]] [https://www.familysearch.org/tree/person/details/GDR1-SL3] - 1902(Sct)-1987(Tas) - Licences: 7BV Receive St Mary's (1923); Receive St Mary's (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: grocer's assistant (St Mary's, 1925-1954); ===''GRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin John Rawle Grant|Grant, Colin John Rawle]] [https://www.familysearch.org/tree/person/details/GZBZ-BXF] - 1902(Qld)-2000(Qld) - Licences: 4JG Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 310, 1926, No. 32 in Qld - amateur operator; amateur broadcaster; accountant - Electoral Rolls: clerk (Wooloowin, 1925-1934); security officer (Eagle Junction, 1936); auditor (West Nundah, 1937); retired (Southport, 1968-1980) * [[/James Grant|Grant, James]] - 19??(???)-19??(???) - Licences: 2DP Newcastle (Stockton, 1929-1930) - Qualifications: AOCP 555, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: * [[/William Patrick Grant|Grant, William Patrick "Bill"]] [https://www.familysearch.org/tree/person/details/GXZJ-YJC] - 1917(Ireland)-19??(Ireland) - Licences: 4WU Brisbane (Indooroopilly, 1936-1939) - Qualifications: cc; AOCP 1801, 1936, Qld; 2COCP 269, 1939 - amateur operator; amateur broadcaster; ship wireless officer; air controller (Shannon Airport) - Electoral Rolls: Nil yet identified ===''GRANTHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Richard Grantham|Grantham, Sidney Richard "Sid"]] [https://www.familysearch.org/tree/person/details/GXZ6-B8S] - 1920(Qld)-2003(Qld) - Licences: 4SG Toowoomba (1938-1939, 1946-1956); 4SG Brisbane (Wavell Heights, 1960; Hendra, 1965-1980+) - Qualifications: cc; AOCP 2083, 1938, Qld; 1COCP 927, 1945 - amateur operator; amateur broadcaster; radio clubs (WIAQ, IREE, RFDS council); military (WW2, RAAF, wireless officer); federal public servant (DCA, Aeradio; PMGD/DoC, radio inspector); broadcast technician (4GR) - Electoral Rolls: RAAF (Yerongpilly, Qld, 1943); broadcast engineer (Harristown, Qld, 1949); engineer (East Toowoomba, Qld, 1954; Toowoomba South, Qld, 1958); radio inspector (Hendra, Qld, 1963-1980) ===''GRANVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Florence Violet Granville|Granville (nee) / Wallace / McKenzie, Florence Violet "Mrs Mac"]] [https://www.familysearch.org/tree/person/details/LRR8-ZWS] - 1890(Vic)-1982(NSW) - 2GA Sydney (Sydney, 1922-1924; Greenwich, 1925-1939), 2FV Sydney (Sydney, 1946-1950; Circular Quay, 1954; Greenwich, 1955-1958), amateur operator (AOCP 109, 1925, No. ?? in NSW), amateur broadcaster, engineer, business proprietor, signals instructor - Links: [https://adb.anu.edu.au/biography/mckenzie-florence-violet-15485 ADB] ===''GRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Gray|Gray, A. J.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Albert Howell Gray|Gray, Albert Howell "Dave"]] [https://www.familysearch.org/tree/person/details/GZXM-J83] - 1907(NSW)-2004(NSW) - Licences: 2IJ Receive Sydney (Killara, 1922); 2IJ Sydney (Killara, 1923-1939, 1946-1969; Whale Beach, 1975-1980+); 2AG Sydney (McMahons Point, 1931-1938; Lane Cove, 1939); 2APV Sydney (McMahons Point, 1954; Strathfield, 1955-1980+) - Qualifications: cc; AOCP 90, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: student (Killara, 1930-1936); engineer (Killara, 1937-1968; Whale Beach, 1977-1980) * [[/Frank Malcolm Gray|Gray, Frank Malcolm]] [https://www.familysearch.org/tree/person/details/LBBV-5XS] - 1910(SA)-2011(Qld)100yo - Licences: 5MU Adelaide (Toorak Gardens, 1932-1933); 5SU Adelaide (Toorak Gardens, 1937-1939, 1948) - Qualifications: cc; AOCP 1017, 1932, SA - amateur operator; amateur broadcaster; WW2 - Callsign: 5MU possibly withdrawn for 5MU Murray Bridge - Electoral Rolls: civil servant (Toorak Gardens, 1939) * [[/George Henry Boulderson Gray|Gray, George Henry Boulderson]] [https://www.familysearch.org/tree/person/details/LTTN-WVM] - 1912(Qld)-2010(Qld) - Licences: 4JP Brisbane (Ascot, 1936-1939, 1946-1980+) - Qualifications: cc; AOCP 1796, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Ascot, Qld, 1936-1943); sound engineer (Ascot, Qld, 1949-1980) ===''GREEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Green|Green, Albert Ernest]] - 1869(Vic)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - State & Federal politician; Postmaster-General (1931-1932) - Electoral Rolls: - Links: [[w:Albert Green (Australian politician)|Wikipedia]] * [[/Herman Rowland Green|Green, Herman Rowland]] [https://www.familysearch.org/tree/person/details/LK9P-LGY] - 1915(SA)-1985(SA) - Licences: 5OJ Adelaide (Prospect, 1936-1939) - Qualifications: cc; AOCP 1679, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/J. Green|Green, J.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Yeronga, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter William Green|Green, Walter William]] [https://www.familysearch.org/tree/person/details/GXB7-R87] - 1911(WA)-2012(WA) - Licences: 6WG Albany (1936-1937); 6WG Wiluna (1937-1939); 6WG Albany (1947-1960); 6WG Derby (1965); 6WG Norseman (1969); 6WG Albany (1975-1980) - Qualifications: cc; AOCP 1676, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Albany, WA, 1936); fitter (Albany, WA, 1958-1963); plant inspector (Norseman, WA, 1968); mechanic (Albany, WA, 1972-1980) ===''GREENHALGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Neal Greenhalgh|Greenhalgh, Kenneth Neal]] [https://www.familysearch.org/tree/person/details/G8ZT-NGD] - 1909(NSW)-2002(NSW) - Licences: 2KG Newcastle (Hamilton, 1929-1930; Rooty Hill, 1931; Sandgate, 1933; Mayfield West, 1934-1939; New Lambton, 1946-1956; Adamstown Heights, 1957-1980+) - Qualifications: AOCP 550, 1929, No. ?? in NSW; AOLCP 73, 1932; 1COCP 839, 1944; TVOCP 18, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Hamilton, 1930); broadcasting engineer (2KO Sandgate, 1933); engineer (Mayfield, 1934-1937); radio engineer (New Lambton, 1943-1954; Adamstown, 1958-1968; Adamstown Heights, 1977-1980) ===''GREENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold John Greenham|Greenham, Arnold John]] [https://www.familysearch.org/tree/person/details/GXH9-QQS] - 1907(Qld)-1973(Qld) - Licences: 4EE Receive Brisbane (South Brisbane, 1923); 4AG Brisbane (South Brisbane, 1933); 4AG Gympie (1934); 4AG Innisfail (1937-1939); 4AG Brisbane (South Brisbane, 1946-1948); 4AG Caloundra (1954-1956); 4AG Brisbane (Kallangur, 1960-1969) - Qualifications: cc; AOCP 1040, 1932, No. ?? in Qld; 1COCP 807, 1944 - amateur operator; amateur broadcaster; bank employee (NAB) - Electoral Rolls: bank clerk (Gympie, 1936; Innisfail, 1937; South Brisbane, 1943-1949); not stated (Caloundra, 1954-1958); retired (Kallangur, 1963-1972) ===''GREENHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alexander Greenhill|Greenhill, George Alexander]] [https://www.familysearch.org/tree/person/details/LT3K-GWN] - 1904(Qld)-1970(Qld) - Licences: 4LE Brisbane (West End, 1934-1939) - Qualifications: cc; AOCP 1348, 1934, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Brisbane City, Qld, 1925); ceiling fixer (Wooloowin, Qld, 1928); cleaner (West End, Qld, 1937; Archerfield, Qld, 1943); steward (Wilston, Qld, 1949); metal finisher (Wooloowin, Qld, 1954); barman (Kirra, Qld, 1958); caretaker (Caloundra, Qld, 1963); cleaner (Woorim, Qld, 1968) ===''GREGORY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. Gregory|Gregory, A.]] - 19??(???)-19??(???) - Licences: XAED Sydney (Bellevue Hill, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Identification: Not yet identified, possibly Alyn Keith Gregory, bank officer, Bellevue Hill, 1930-1939 * [[/Clyde Francis Burnell Gregory|Gregory, Clyde Francis Burnell]] [https://www.familysearch.org/tree/person/details/GS34-5MV] - 1906(Tas)-1997(Qld) - Licences: Receive Emu Park (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: business manager (Rockhampton, Qld, 1928-1937); fisherman (Yeppoon, Qld, 1943-1949); taxi driver (Maryborough, Qld, 1958); taxi proprietor (Nelly Bay, Qld, 1963) * [[/Harold Rigby Gregory|Gregory, Harold Rigby]] [https://www.familysearch.org/tree/person/details/L2C9-CDX] - 1900(NSW)-1973(NSW) - Licences: 2ED Receive Sydney (Abbotsford Pt, 1922); 2ED Sydney (Abbotsford Pt, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1930); inspector (Roseville, 1931-1936); insurance inspector (Roseville, 1937); manager (Newcastle, 1943-1954); insurance manager (Merewether, 1958-1972) * [[/Robert William Gregory|Gregory, Robert William]] [https://www.familysearch.org/tree/person/details/K2FW-QFJ] - 1907(Eng)-1995(SA) - Licences: 5GU Mt Barker (1935-1939) - Qualifications: cc; AOCP 1438, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: constable (Kadina, SA, 1939); police officer (Lobethal, SA, 1941-1943) ===''GREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Grey|Grey, Albert Edward "Bert"]] [https://www.familysearch.org/tree/person/details/LDK5-374] - 1897(WA)-1981(WA) - Licences: 6BO Perth (Nedlands, 1925-1932); 6BO Carnarvon (1933); 6AA Perth (Nedlands, 1937-1939) - Qualifications: cc; RTCP 532, 1920, Marconi & Telefunken; 1COCP 35, 1934; TVOCP 278 1960 - amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo PMGD); PMGD (postal assistant, Leederville,1919); WW1; RAAF (WW2, radar systems) - Electoral Rolls: telegraphist (Subiaco, 1925; Nedlands, 1925-1931); radio inspector (Nedlands, 1936-1972); retired (Nedlands, 1977-1980) * [[/Elton Edward Grey|Grey, Elton Edward or Edward Elton]] [https://www.familysearch.org/tree/person/details/GWPL-PQ5] - 1920(Qld)-1962(WA) - Licences: 4LX Brisbane (Ascot, 1936-1939); 6ZX Perth (West Perth, 1948); 6ZX Northam (1954-1955); 6ZX Perth (Leederville, 1956; Floreat Park, 1960) - Qualifications: cc; AOCP 1689, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: soldier (West Perth, WA, 1943); bank clerk (West Perth, WA, 1949); bank officer (Wagin, WA, 1949; Northam, WA, 1954; Floreat Park, WA, 1958) * [[/James Leonard Grey|Grey, James Leonard "Len"]] [https://www.familysearch.org/tree/person/details/GXZV-ZY5] - 1915(Sct)-1995(NSW) - Licences: 4LN Brisbane (Norman Park, 1937-1938); 2AKO Sydney (Vaucluse, 1939; Pymble, 1946-1961; St Ives, 1965-1969; Neutral Bay (1975-1980+) - Qualifications: cc; AOLCP 184, 1934; 2COCP 38, 1935 - amateur operator; amateur broadcaster; Radio clubs (WIAQ); military (WW2, RAAF); pilot (RQAC, QANTAS) - Electoral Rolls: aviator (Norman Park, Qld, 1936-1937); airline captain (Pymble, NSW, 1949-1958; St Ives, NSW, 1963-1968); retired (Neutral Bay, NSW, 1977-1980) ===''GRIBBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Gribble|Gribble, Arthur James]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIT Townsville (1917-1918) - Comment: only one reference found, likely misspelling; Electoral Rolls: Nil yet identified ===''GRIEVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Grieve|Grieve, Ian]] - Licences: Nil yet identified - Qualifications: Nil yet identified - historian (broadcast); proprietor of Australian Old Time Radio website - Electoral Rolls: - Links: [https://www.australianotr.com.au/ OTR] ===''GRIFFIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Neville Griffin|Griffin, Thomas Neville]] [https://www.familysearch.org/tree/person/details/G8C4-RJ2] - 1889(NSW)-1953(NSW) - Licences: 2LQ Sydney (Hornsby, 1929-1936); 2AIR Sydney (Northbridge, 1938-1939) - Qualifications: AOCP 505, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Hornsby, 1930-1934); electrical engineer (Artarmon, 1936; Willoughby, 1937; Hornsby, 1943-1949) ===''GRIFFEN-FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bridget Griffen-Foley|Griffen-Foley, Bridget]] - historian (broadcasting) - Professor, Department of Media, Communications, Creative Arts, Language and Literature, Macquarie University - author "Changing Stations: The Story of Australian Commercial Radio" & numerous professional articles ===''GRIFFITHS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Arthur Griffiths|Griffiths, Leslie Arthur "Les"]] [https://www.familysearch.org/tree/person/details/GXZK-81V] - 1909(Qld)-1970(Qld) - Licences: 4LZ Toowoomba (1938-1939, 1947-1956) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; military (WW2, RAN, signaller); cine assistant (Empire Theatre) - Halcyon: AOCP Toowoomba 1938 - Electoral Rolls: assistant projectionist (Toowoomba, Qld, 1931-1937); biograph projectionist (Toowoomba, Qld, 1943-1954; Toowoomba South, Qld, 1958); projectionist (Toowoomba West, Qld, 1963-1968) ===''GRIGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Haydn Errol Grigg|Grigg, Haydn Errol]] [https://www.familysearch.org/tree/person/details/G8BV-N98] - 1899(???)-1971(NSW) - Licences: 2AS Receive Sydney (Mosman, 1922); 2AS Sydney (Mosman, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Darlinghurst, 1935; Edgecliff, 1935-1949; Double Bay, 1954-1968) ===''GRIMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Douglas Grimes|Grimes, Benjamin Douglas]] [https://www.familysearch.org/tree/person/details/LZ8B-D6J] - 1901(Qld)-1987(Qld) - Licences: Receive (Crystal) Brisbane (Annerley, 1923-1924); 4BD Brisbane (Annerley, 1926-1931) - Qualifications: cc; AOCP 278, 1926, No. 23 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Tarragindi, 1925-1937); share dealer (New Farm, 1943); farmer (Cleveland, 1949-1958); retired (Corinda, 1968-1980) ===''GRIMMETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Urbane Grimmett|Grimmett, Stanley Urbane]] [https://www.familysearch.org/tree/person/details/L447-3MW] - 1905(NZ)-1974(NSW) - Licences: 2ZW Newcastle (Hamilton, 1930-1937); 2ZW Sydney (Bankstown, 1938-1939; Strathfield, 1946-1960; Vaucluse, 1961-1969) - Qualifications: AOCP 667, 1930, NSW - amateur operator, amateur broadcaster, journalist - Electoral Rolls: pharmacist (Hamilton, 1930-1937; Strathfield, 1949-1958); Vaucluse, 1963) ===''GRIVELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Grivell|Grivell, John "Jack"]] [https://www.familysearch.org/tree/person/details/KC43-NGM] - 1901(SA)-1971(SA) - Licences: 5BK Yorketown (1930-1933); 5BK Gladstone (1937); 5BK Crystal Brook (1938-1939); 5BK Gawler (1946-1947); 5BK Magill (1948-1969) - Qualifications: cc; AOCP 609, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (5CK Crystal Brook, 1939-1941); telephone mechanic (Gawler, 1943) ===''GROGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold William Grogan|Grogan, Arnold William]] [https://www.familysearch.org/tree/person/details/GFSS-87B] - 1915(WA)-1997(WA) - Licences: 6EI Perth (Mt Lawley, 1936-1939; City, 1947); 6EI Carnarvon (1948); 6EI Perth (Leederville, 1954-1980+) - Qualifications: cc; AOCP 1759, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Maylands, WA, 1937; East Perth, WA, 1943); public servant (Cottesloe, WA, 1949); civil servant (Leederville, WA, 1954-1980) ===''GRONOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rees Gronow|Gronow, William Rees]] [https://www.familysearch.org/tree/person/details/GZVM-KFV] - 1908(Vic)-2003(Vic) - 3EQ Receive Melbourne (City, 1922-1924), 3WG Melbourne (City, 1925-1933; Glen Iris, 1937; Malvern East, 1937; Glen Iris, 1938-1939, 1948-1960; Brighton, 1965-1980), amateur operator (AOCP 178, 1925, No. ?? in Vic), amateur broadcaster, director (Malvern, 1936-1954; Brighton, 1968-1977)) ===''GROVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Grove|Grove, Henry]] [https://www.familysearch.org/tree/person/details/L5KB-97B] - 1897(Eng)-1973(NSW) - Licences: N746 Receive Sydney (Enmore, 1922); 2HZ Receive Sydney (Enmore, 1922) - Qualifications: cc; CPRT 575, 1920 - amateur receiver - Electoral Rolls: traveller (Castle Hill, 1930); poultry farmer (Peakhurst, 1933-1949); retired (Burwood, 1963-1972) ===''GROWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Norman Wills Growden|Growden, George Norman Wills "Norman"]] [https://www.familysearch.org/tree/person/details/G9C6-15M] - 1913(Vic)-1984(SA) - Licences: 5YM Gladstone (1937-1939); 5YM Wedge Island via Port Lincoln (1954-1975) - Qualifications: cc; AOCP 1945, 1937, SA; BOCP 145, 1938; 2COCP 401, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: farmer (Gladstone, SA, 1939-1943); wireless operator (RAAF Station, Pearce, WA, 1943) ===''GRUBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Grubb|Grubb, William John]] [https://www.familysearch.org/tree/person/details/G6WK-K6N] - 1907(Qld)-1970(Vic) - Licences: 4DI Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: labourer (Rockhampton, 1931); concrete labourer (Rockhampton, 1936-1963); retired (Finch Hatton, 1968) ===''GRUMMITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Frederick Grummitt|Grummitt, Gilbert Frederick]] [https://www.familysearch.org/tree/person/details/G8Z7-FFD] - 1906(Qld)-1960(Qld) - Licences: 4BS Brisbane (Fortitude Valley, 1929-1933; Hamilton, 1937-1939; Bulimba, 1948-1960) - Qualifications: cc; AOCP 531, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: welder (Fortitude Valley, 1928-1934; Hamilton, 1936-1937); boilermaker (Bulimba, 1949-1958) ===''GRUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hill Grundy|Grundy, Robert Hill]] [https://www.familysearch.org/tree/person/details/LZP7-F78] - 1915(SA)-1988(SA) - Licences: 5BG Murray Bridge (1937-1939, 1947-1948); 5BG Crystal Brook (1954-1980) - Qualifications: cc; AOCP 2010, 1937, SA; BOCP 175, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''GUILDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Guildford|Guildford, Alfred]] [https://www.familysearch.org/tree/person/details/GX4T-5BG] - 19??(Eng)-1960(Qld) - Licences: 4AP Brisbane (Herston, 1934-1939, 1946-1948; Sandgate, 1960) - Qualifications: cc; AOCP 1342, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, publicity officer) - Electoral Rolls: advertisment writer (West End, Qld, 1934); copy writer (Kelvin Grove, Qld, 1936-1949) ===''GUNDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thor Odin Gundersen|Gundersen (BDM) or Gunderson (Census), Thor Odin]] [https://www.familysearch.org/tree/person/details/GHL8-F2W] - 1895(NZ)-1986(NZ) - Licences: Nil yet identified - Qualifications: cc; 1COCP 242, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: agent (Bondi, 1930-1931); radio officer (ss Fiona, 1943) ===''GUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Campbell Gunn|Gunn, Kenneth Campbell]] [https://www.familysearch.org/tree/person/details/93DG-X18] - 1911(Qld)-1975(Qld) - Licences: 4LG Laidley (1932-1937); 4LD Laidley (1937-1939, 1946-1975) - Qualifications: cc; AOCP 884, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Callsigns: 4LG likely withdrawn for 4LG Longreach - Electoral Rolls: clerk (Laidley, Qld, 1937-1972) ===''GUNTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Eliot Gunter|Gunter, Norman Eliot]] [https://www.familysearch.org/tree/person/details/L2WR-5VB] - 1912(Vic)-1943(At Sea) - Licences: 3NG Melbourne (Caulfield, 1930-1933; Hawthorn, 1937-1939) - Qualifications: AOCP 593, 1930, No. ?? in Vic; 2COCP 372, 1932; 1COCP 51, 1935 - amateur operator, amateur broadcaster, WW2 (merchant navy, wireless operator) - Electoral Rolls: sales (Caulfield, 1935; Hawthorn, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1428541] ===''GURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Carlisle Gurner|Gurner, Reginald Carlisle]] [https://www.familysearch.org/tree/person/details/GZZ2-8S8] - 1905(SA)-1975(SA) - 5CZ Receive Adelaide (New Parkside, 1923); Receive Adelaide (New Parkside, 1923); 5RG Adelaide (New Parkside, 1923-1928; Linden Park Gardens, 1931-1939) - Qualifications: cc; AOCP 31, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Linden Gardens, SA, 1939-1943) ===''GURR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Frederick Gurr|Gurr, Alan Frederick]] [https://www.familysearch.org/tree/person/details/G8GM-KJV] - 1904(Tas)-1974(Vic) - Licences: 3AG Geelong East (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geelong, 1926-1928; Belmont, 1931-1972) * [[/George Henry Gurr|Gurr, George Henry]] [https://www.familysearch.org/tree/person/details/L46K-DBB] - 1896(SA)-1957(Vic) - Licences: 5GO Adelaide (Parafield, 1933); 3QH Melbourne (Stanmore, 1947-1956) - Qualifications: cc; AOCP 1142, 1933, SA; 3COCP 185, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Parkville, Vic, 1926); ground engineer (Essendon, Vic, 1928); inspector (Caulfield, Vic, 1942; Essendon, Vic, 1949-1954) ===''GUTTERIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frank Gutteridge|Gutteridge, Reginald Frank]] [https://www.familysearch.org/tree/person/details/KNYP-KSN] - 1886(Tas)-1942(WA) - Licences: V759 Receive (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm manager (Marnoo, Vic, 1921); electrical engineer (Rupanyup, 1924-1927) =='''H'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''HADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lionel Trimble Hadley|Hadley, Arthur Lionel Trimble "Doc"]] [https://www.familysearch.org/tree/person/details/G7ZX-G9Y] - 1900(Qld)-1964(Qld) - Licences: 4AH Brisbane (Clifton Hill, 1930-1933; Dutton Park, 1937-1939; Annerley, 1946-1956) - Qualifications: cc; AOCP 636, 1930, No. ?? in Qld - amateur operator, amateur broadcaster, WW1, federal public servant (PMGD) - Electoral Rolls: signwriter (Taringa, 1921); salesman (Toowong, 1922-1925); motor assembler (Yeronga, 1929); radio mechanic (South Brisbane, 1937); technician (Annerley, 1949-1958); retired (Inala, 1958; Seven Hills, 1963) ===''HADLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Lindsay Hadlow|Hadlow, Martin Lindsay]] - radio clubs (NZDXRL, ARDXC, DXA), early wireless and broadcasting historian (Ph.D. Thesis,) ===''HAGARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neville Douglas Hagarty|Hagarty, Neville Douglas]] [https://www.familysearch.org/tree/person/details/G38J-GBJ] - 1907(Qld)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster (on 4WH); radio club participant; business proprietor; pilot; federal public servant (DCA) - Relationships: brother of 4WH William Edward Hagarty - Electoral Rolls: woodworker (Hospital Hill, 1930) * [[/William Edward Hagarty|Hagarty, William Edward "Edward / Eddie"]] [https://www.familysearch.org/tree/person/details/G384-TL3] - 1905(Qld)-1971(Qld) - Licences: 4WH Longreach (1925-1939); 4WH Townsville (1954-1969) - Qualifications: cc; AOCP 172, 1925, No. 16 in Qld; 2COCP 271, 1939; 1COCP 309, 1940 - amateur operator; amateur broadcaster; WW2; engineer; postal employee (PMG); federal public servant (PMG) - Relationships: brother of Neville Douglas Hagarty - Electoral Rolls: postal assistant (Longreach, 1930-1937); aeradio operator (Longreach, 1943); officer commanding aeradio station (Townsville, 1949-1954); communications officer (Townsville, 1958-1963; Mysterton, 1968) ===''HAI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pham Nhu Hai|Hai, Pham Nhu "Hai"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC), Director Broadcasting ITU-R ===''HAIGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bartin Robert Alfred Read Haigh|Haigh, Bartin Robert Alfred Read]] [https://www.familysearch.org/tree/person/details/GS9T-J8B] - 1854(NSW)-1928(NSW) - Licences: N752 Receive Sydney (Ashfield, 1922); 2IA Receive Sydney (Ashfield, 1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Ashfield, 1930); poultry farmer (Seven Hills, 1933) ===''HAINES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Lewis Harrison Haines|Haines, Claude Lewis Harrison]] [https://www.familysearch.org/tree/person/details/GXRC-8F6] - 1906(SA)-1996(SA) - Licences: 5CH Millicent (1933-1937); 3QM Geelong (Belmont, 1938-1939); 5CH Mt Gambier (1947-1980) - Qualifications: cc; AOCP 1118, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Belmont, Vic, 1937); engine driver (Mt Gambier, SA, 1941-1943) ===''HALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl William Millar Hale|Hale, Carl William Millar "William"]] [https://www.familysearch.org/tree/person/details/L5VR-TPL] - 1901(Vic)-1986(Vic) - Licences: 3GH Receive Melbourne (Elsternwick, 1922-1923); 3GH Anglesea (1924-1931+) - Qualifications: cc; AOCP 120, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (Elsternwick, 1924); architect (Hawthorn, 1958-1968; Malvern, 1977-1980) ===''HALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lovett Hall|Hall, Geoffrey Lovett]] [https://www.familysearch.org/tree/person/details/GHDB-ZD3] - 1895(Tas)-1972(Tas) - Licences: Receive Waddamanna (1923-1924); 7GH Waddamanna (1925-1931+); 7GH Hobart (1937-1939, 1947-1948) - Qualifications: cc; AOCP 137, 1925, No. ?? in Tas; BOCP 85, 1937 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Waddamana, 1928); engineer (New Town, 1936-1949) * [[/Graham George Hall|Hall, Graham George]] [https://www.familysearch.org/tree/person/details/G8HN-Z89] - 1910(Vic)-1971(Eng) - Licences: 3WO Melbourne (Glen Iris, 1929-1931; Hawthorn, 1933); 2AGH Sydney (Five Dock, 1937; Strathfield, 1938-1939; Hurstville, 1946-1969) - Qualifications: AOCP 482, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Auburn, 1934-1936); radio engineer (Abbotsford, 1937); engineer (Hurstville, 1949-1954; South Hurstville, 1958-1968) * [[/Reginald Allen Hall|Hall, Reginald Allen]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 539, 1929, No. ?? in ???? - amateur operator?, amateur broadcaster? - Electoral Rolls: Nil yet identified * [[/R. F. Hall|Hall, R. F.]] - 19??(???)-19??(???) - Licences: 3FH Receive Melbourne (Toorak, 1922); 3FH Melbourne (Toorak, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/William Charles Hall|Hall, William Charles]] - 19??(???)-19??(???) - Licences: 2BH Abermain (1930-1933); 2XT Abermain (1934-1936); 2XT Kurri Kurri (1938-1939, 1946-1948); 2XT Newcastle (Cooks Hill, 1950-1965; Toronto, 1969-1980+) - Qualifications: AOCP 643, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Abermain, 1935; Kurri Kurri, 1937-1943); hotel licensee (Newcastle, 1949-1963); retired (Toronto, 1972; Carey Bay, 1977-1980) - Comment: 2BH licence withdrawn for 2BH Broken Hill commercial; Beware several contemporaneous WCH in Newcastle region ===''HALLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philpot Hallam|Hallam, William Philpot]] [https://www.familysearch.org/tree/person/details/97MX-Y3J] - 1859(Tas)-1952(Vic) - Licences: XZH Hobart (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; PMGD Vic + Federal - Electoral Rolls: Nil ===''HALLIDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Fred Halliday|Halliday, Eric Fred]] [https://www.familysearch.org/tree/person/details/GC26-L5B] - 1913(SA)-1989(SA) - Licences: 5FW Adelaide (Hectorville, 1935-1939; South Payneham, 1947-1969; Magill, 1975) - Qualifications: cc; AOCP 1494, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Crystal Brook, 1939) ===''HALYDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Guyler Halyday|Halyday, James Guyler]] - 1904(Vic)-19??(???) - 4HZ Gympie (1939, 1946-1980+) , amateur operator (AOCP 2287, 1939, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ; Gympie ARC), military (WW2), employment (SEAQ linesman) ===''HAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilton Ham|Ham, George Wilton]] [https://www.familysearch.org/tree/person/details/GWX4-P28] - 1905(Qld)-1987(Qld) - Licences: 4CR Receive Brisbane (Northgate, 1923); 4GW Brisbane (Northgate, 1930-1931; Coorparoo, 1937-1939) - Qualifications: cc; AOCP 572, 1930, No. ?? in Qld - amateur receiver; amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (Toombul RC); employment (Chandlers) - Electoral Rolls: clerk (Coorparoo, 1937; St Lucia, 1943-1968); retired (Jamboree Heights, 1972-1980) * [[/Guildford Ham|Ham, Guildford]] [https://www.familysearch.org/tree/person/details/G67H-W9Y] - 1906(Qld)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; BOCP 101, 1937 - radio technician - Electoral Rolls: shop assistant (South Brisbane, 1928-1937); radio technician (South Brisbane, 1943; Bald Hills, 1943; Annerley, 1954); technician (Wavell Heights, 1958-1963) * [[/Thomas Edward Ham|Ham, Thomas Edward]] [https://www.familysearch.org/tree/person/details/G88F-R3P] - 1921(Qld)-19??(???) - Licences: 4WX Brisbane (Chelmer, 1937-1939); 2AGA Sydney (Kogarah, 1946-1947; Carlton, 1948-1950; Sylvannia Heights, 1954-1975); 4AGT Buderim (1980+) - Qualifications: cc; AOCP 2056, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (Sunshine Coast ARC); military (WW2, RAAF) - Electoral Rolls: radio mechanic (Sylvannia, 1954-1968); mechanic (Sylvannia, NSW, 1972-1977); retired (Buderim, 1980) ===''HAMILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Ormsby Hamilton|Hamilton, John William Ormsby]] [https://www.familysearch.org/tree/person/details/MG65-XRC] - 1869(Tas)-1944(Eng) - Australian representative of Pacific Radio Telegraph Co and Marconi Telegraph Co, promoted a scheme to link Aus/NZ/Pacific Islands (rejected by Aus Gov 1909), migrated to England to work for Marconi, donated Ormsby Hamilton Radio Prize in memory of his father Thomas Ormsby Hamilton ===''HAMMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Harold Hammond|Hammond, John Harold]] [https://www.familysearch.org/tree/person/details/G6HP-67H] - 1875(NSW)-1932(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: barrister-at-law (Ashfield, 1913); barrister (Killara, 1930-1932) * [[/Herbert Bowes Hammond|Hammond, Herbert Bowes]] [https://www.familysearch.org/tree/person/details/LZ4J-2PK] - 1907(NSW)-1967(NSW) - 2NI Sydney (Chatswood, 1925; Epping, 1926-1927; Chatswood, 1928; Naremburn, 1929-1930), amateur operator (AOCP 64, 1925 01, No. ?? in NSW; CPRT 895, 1925 12; 2COCP 318, 1931), amateur broadcaster ===''HANCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. A. Hancock|Hancock, C. A. or G. A.]] - 19??(???)-19??(???) - Licences: V748 Receive Melbourne (Berwick, 1922); 3GU Receive Melbourne (Berwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/D'Arcy Maxwell Hancock|Hancock, D'Arcy Maxwell]] [https://www.familysearch.org/tree/person/details/GCG4-L3Y] - 1910(SA)-2017(SA)107yo - Licences: 5RJ Kadina (1927-1939, 1946-1960); 5RJ Adelaide (Mitchell Park, 1965-1980+) - Qualifications: cc; AOCP 356, 1927, No. ?? in SA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Kadina, 1947) ===''HANNAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hannam|Hannam, Harold William]] [https://www.familysearch.org/tree/person/details/G83F-J78] - 1913(NSW)-1964(Vic) - Licences: 2IR Sydney (Hurstville South, 1935-1937); 2IR Orange (1938-1939); Sydney (South Hurstville, 1946-1948) - Qualifications: cc; AOCP 1472, 1935, Qld; BOCP 9, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hurstville, 1934-1937); radio engineer (Orange, 1943; Hurstville, 1949); engineer (Cheltenham, 1949-1954; Moorabbin, 1963) * [[/Walter Henry Hannam|Hannam, Walter Henry "Wally" "Wal", "Doc", "Fatty"]] [https://www.familysearch.org/tree/person/details/273W-H9T] - 1885(NSW)-1965(NSW) - XQI Stamford, Qld (1911-1914); 2YH Sydney (Balmain, 1924; Mosman, 1924-1933; Willoughby, 1934-1939); 2AXH Terrigal (1954-1961) - Qualifications: cc; AOCP 27, 1924, No. 10 in NSW - early wireless experimenter; amateur operator; radio clubs (WIA NSW, first secretary 1910); wireless operator Australasian Antarctic Expedition (1912-1914) - Relationships: don't confuse with father William Henry Hannam of Hannams Ltd, engineers & sheet metal workers - Electoral Rolls: - Links: [[w:Walter Henry Hannam|Wikipedia]]; [https://www.coolantarctica.com/Antarctica%20fact%20file/History/biography/hannam_walter.php Bio1]; [https://www.antarctica.gov.au/about-antarctica/history/people/walter-hannam/ Bio2] ===''HANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hansen|Hansen, Harold William]] [https://www.familysearch.org/tree/person/details/93DG-45T] - 1914(Qld)-2005(Qld) - Licences: 4FH Brisbane (Forest Hill, 1935-1939); 4SV Brisbane (Bulimba, 1948-1965; Carina, 1969-1980+) - Qualifications: cc; AOCP 1508, 1935, Qld; BOCP 1039, 1949 - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, 1937, radio technician); state public servant (BCC, communications officer) - Relationships: father of Graham Hansen 4FV - Electoral Rolls: labourer (Forest Hill, Qld, 1936-1937); WT Operator (Wendouree, Vic, 1942); RAAF (Maryborough, Qld, 1943); radio technician (Carina, Qld, 1968-1980) ===''HARDGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Hardgrave|Hardgrave, Philip "Pop"]] [https://www.familysearch.org/tree/person/details/GMPF-XL5] - 1857(Qld)-1940(Qld) - Licences: 4PH Brisbane (South Brisbane, 1933-1939) - Qualifications: cc; AOCP 1150, 1933, No. ?? in Qld - amateur operator; amateur broadcaster - Comment: oldest person in British Empire to obtain a full licence - Electoral Rolls: fruitgrower (Wellington Point, 1916-1928) ===''HARDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Netherton Kilgour Hardie|Hardie, Bruce Netherton Kilgour]] [https://www.familysearch.org/tree/person/details/GZ95-FMJ] - 1896(Vic)-1965(Vic) - 3YX Melbourne (Garden Vale, 1925-1933; City, 1937-1939), amateur operator (AOCP 49, 1925, No. ?? in Vic), amateur broadcaster, WIA Vic, accountant ===''HARDISTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Hardisty|Hardisty, David Charles]] [https://www.familysearch.org/tree/person/details/GZTM-C4W] - 1907(WA)-1980(WA) - Licences: 6DH Perth (Victoria Park, 1926-1939; West Perth, 1946-1948; Applecross, 1954-1980) - Qualifications: cc; AOCP 273, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Victoria Park, 1931-1943); radio mechanic (Applecross, 1954-1980) ===''HARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. R. Hardy|Hardy, W. R.]] - 19??(???)-19??(???) - 2RD Sydney (Glebe, 1925-1927), amateur operator (AOCP 187, 1925, No. ?? in NSW), amateur broadcaster ===''HARKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dennis James Harkin|Harkin, Denis or Dennis James]] [https://www.familysearch.org/tree/person/details/G45Q-9PH] - 1903(SA)-1993(Vic) - Licences: 3YN Receive Melbourne (Prahran, 1923); 3KF Melbourne (Kensington, 1924-1925); 3YN Melbourne (Preston, 1924-1926); 4YN Bowen (1927); 3YN Melbourne (East Brunswick, 1931); 3YY Newport (1938); 6YN Pearce (1938); 3ADJ Melbourne (Prahran, 1946-1948; Middle Park, 1954-1956; Thornbury, 1960-1975); 4ADJ Maryborough (1980) - Qualifications: CPRT 782, 1923; 1COCP 280, 1932 - amateur operator; amateur broadcaster; radio club participant (WIAQ); career military (RAAF); federal public servant (PMGD); WW2 - Electoral Rolls: mechanic (Preston, Vic, 1926; Brunswick, Vic, 1931; Newport, 1937); RAAF (Clifton Hill, 1942); technician (Prahran, 1949; Albert Park, 1954); radio technician (Thornbury, 1963-1972); nil (Maryborough, 1977-1980) ===''HARLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Harlen|Harlen, John Edward]] [https://www.familysearch.org/tree/person/details/K8MP-TWB] - 1884(Qld)-1953(Qld) - Licences: Receive Brisbane (Sunnybank, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Coopers Plains, Qld, 1908); fruit grower (Sunnybank, Qld, 1912-1949) ===''HARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Nicoll Harley|Harley, Gordon Nicoll]] [https://www.familysearch.org/tree/person/details/G89D-41H] - 1901(NSW)-1986(Qld) - Licences: "4AR Unlicensed" Ipswich (1926-1928); 4GH Ipswich (1928-1933); 4GH Didcott (1937-1939); 4GH Maryborough (1946-1980+) - Qualifications: cc; AOCP 385, 1928, No. 43 in Qld - amateur operator; amateur broadcaster; business proprietor (radio manufacture); employment (school teacher); WW2 - Electoral Rolls: clerk (Brassall, 1925); school teacher (Didcot, 1936-1943); teacher (Maryborough, 1949); school teacher (Maryborough, 1954-1980) ===''HARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Harmer|Harmer, George]] [https://www.familysearch.org/tree/person/details/LRTY-KHZ] - 1900(Eng)-1980(Qld) - Licences: 4XW Brisbane (Coorparoo, 1934-1939, 1946-1948; Camp Hill, 1954-1956; Coorparoo, 1960-1980) - Qualifications: cc; AOCP 1301, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIAQ); telephone technician (PMGD); federal public servant (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, Qld, 1937-1954); technician (Coorparoo, Qld, 1958-1980) ===''HARRANTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wolf Harranth|Harranth, Wolf]] - 1941(Austria)-2021(Austria) - Licences: OE1WHC Austria - curator of Dokufunk, host of the world's largest collection of amateur radio and broadcast QSLs; amateur radio operator; broadcast announcer; historian (amateur radio, broadcasting); children's book author; translator - provided the core of the WIA QSL collection ===''HARRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Harris|Harris, Alfred Charles]] [https://www.familysearch.org/tree/person/details/GZY1-F4K] - 1900(Vic)-1963(Vic) - Licences: 3CH Birchip (1926-1939; 1946-1960+) - Qualifications: AOCP 303, 1926, No. ?? in Vic -amateur operator, amateur broadcaster, class B licence? - Electoral Rolls: engineer (Ouyen, 1924); electrical engineer (Birchip, 1925-1954; Power Station, Ouyen, 1963) * [[/Ross Clifford Harris|Harris, Ross Clifford]] [https://www.familysearch.org/tree/person/details/L5Y2-DZF] - 1917(SA)-1954(SA) - Licences: 5FL Adelaide (Glenelg, 1936-1939; Malvern, 1947-1948; Hawthorn, 1954) - Qualifications: cc; AOCP 1651, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Valentine Harms Harris|Harris, Valentine Harms]] [https://www.familysearch.org/tree/person/details/L1PM-FDM] - 1909(WA)-1995(WA) - Licences: 6NL Perth (Shenton Park, 1935-1939; Applecross, 1947-1969); 6NL Denmark (1975-1980+) - Qualifications: cc; AOCP 1579, 1935, WA - amateur operator; amateur broadcaster - Relationships: Husband of 6YL Ruth Victoria Harris nee Longley - Electoral Rolls: garage employee (Subiaco, WA, 1931); radio mechanic (Subiaco, WA, 1936-1937); mechanic (Applecross, WA, 1949-1972) ===''HARRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Lionel Carr Harrison|Harrison, Percival Lionel Carr]] [https://www.familysearch.org/tree/person/details/GFM3-VDC] - 1912(WA)-2001(WA) - Licences: 6LH Perth (Claremont, 1937-1939; Armadale, 1947-1980+) - Qualifications: cc; AOCP 1909, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Claremont, WA, 1936-1937); civil servant (Armadale, WA, 1943-1980) ===''HARRISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Harriss|Harriss, Alfred George]] [https://www.familysearch.org/tree/person/details/K8HN-THZ] - 1873(Eng)-1932(Qld) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), radio clubs (Longreach Radio Club), business proprietor (Jackson & Harriss) - Electoral Rolls: engineer (Longreach, 1930) - Relationships: father of Dorothy Winnifred Macfarlane formerly Fanning nee Harriss * [[/Dorothy Winnifred Harriss|Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred]] [https://www.familysearch.org/tree/person/details/KGYC-3CP] - 1905(Qld)-1986(Qld) - Licences: 4DH Longreach (1930-1933) - Qualifications: cc; AOCP 573, 1930, No. ?? in Qld; BOCP - amateur operator; amateur broadcaster; radio clubs (WIAQ); first YL operator in Qld - Electoral Rolls: typist (Longreach, 1930); home duties (Longreach, 1936-1943; Warwick, 1949; Toowoomba, 1954-1977; Macgregor, 1980) - Relationships: daughter of Alfred George Harriss ===''HARRISSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harrisson|Harrisson, Charles "Snowy"]] [https://www.familysearch.org/tree/person/details/LK9P-VK3] - 1908(Tas)-1995(Tas) - Licences: 7CH Hobart (Bellerive, 1933); 3CN Shepparton (1937-1939); 7CH Hobart (Moonah, 1954-1960); 7CH Burnie (1965); 7CH Hobart (Bellerive, 1969-1980+) - Qualifications: cc; AOCP 348, 1927, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: son of Charles Turnbull Harrisson, biologist in the Australasian Antarctic Expedition - Electoral Rolls: bank clerk (Shepparton, 1936-1949); bank manager (Moonah, 1954) ===''HARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leslie William Harston|Harston, Leslie William or William Leslie "Bill"]] [https://www.familysearch.org/tree/person/details/GDQD-XVY] - 1897(Qld)-1983(Qld) - Licences: 4RY Brisbane (Clayfield, 1932-1939, 1946-1948; Holland Park, 1954-1969) - Qualifications: cc; AOCP 903, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; business proprietor (art shop) - Electoral Rolls: warehouseman (Clayfield, Qld, 1921-1943); no occupation (Holland Park, Qld, 1954-1980) ===''HART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Samuel Hart|Hart, Augustus Samuel]] [https://www.familysearch.org/tree/person/details/9CMQ-4CP] - 1890(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 57, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: saddler (Watchem, Vic, 1912; Glen Thompson, 1913); wireless engineer (Moonee Ponds, 1936-1937); wireless operator (Esperance, 1943); telegraphist (Darwin, 1949); wireless officer (Moonee Ponds, 1963-1968; Essendon, 1972) * [[/James Claude Hoyte John Hart|Hart, James Claude Hoyte John "Hoyte John", "Roy"]] [https://www.familysearch.org/tree/person/details/GQWC-W4C] - 1904(Eng)-1992(NSW) - Licences: 2HO Sydney (Manly, 1928-1931; Roseville, 1933-1939, 1946-1956; St Ives East, 1957-1975; Manly, 1980+) - Qualifications: AOCP 410, 1928, No. ?? in NSW; 3COCP 4622, 1963 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Roseville, 1933-1954; St Ives, 1958-1963); retired (St Ives, 1968-1977; Manly, 1980) * [[/Norman Victor Hart|Hart, Norman Victor]] [https://www.familysearch.org/tree/person/details/LNK3-TXW] - 1908(Qld)-1998(Qld) - Licences: 4KO Booval (1931-1939, 1946-1980+) - Qualifications: cc; AOCP 760, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIA, Ipswich RC); engineer - Electoral Rolls: shop assistant (Booval, 1932-1937); grocer (Booval, 1943-1949); radio technician (Booval, 1954-1972; East Ipswich, 1977-1980) ===''HARVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. C. L. Harvey|Harvey, B. C. L.]] - 19??(???)-19??(???) - Licences: XJAC Melbourne (Port Melbourne, 1913) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edward Rossiter Harvey|Harvey, Edward Rossiter]] [https://www.familysearch.org/tree/person/details/GXBP-BK8] - 1918(WA)-2009(Qld) - Licences: 6RG Perth (Scarborough, 1937-1939, 1947-1948); 4RK Surfers Paradise (1969-1980+) - Qualifications: cc; AOCP 2041, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Leederville, WA, 1943; Scarborough, WA, 1943); newsagent (Scarborough, WA, 1949-1958); shopkeeper (Surfers Paradise, Qld, 1963); proprietor (Surfers Paradise, Qld, 1972-1977); retired (Mermaid Waters, Qld, 1980) * [[/Manning Herbert Harvey|Harvey, Manning Herbert]] [https://www.familysearch.org/tree/person/details/KZGG-LFZ] - 1887(Tas)-1932(Tas) - Licences: XZC Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: electrician (Hobart East, 1914-1928) ===''HASKARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Geoffrey Haskard|Haskard, Reginald Geoffrey "Geoff"]] [https://www.familysearch.org/tree/person/details/GZB5-S35] - 1906(SA)-1988(SA) - Licences: Receive Adelaide (Jamestown, 1923-1924); 5RH Adelaide (Jamestown, 1927-1931; North Adelaide, 1933; Malvern, 1937-1939; Helmsdale, 1947; Plympton, 1948-1975; West Beach, 1980+) - Qualifications: cc; AOCP 316, 1927, No. ?? in SA; BOCP 1558, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: retreader (Malvern, 1939-1941); wireless operator (Malvern, 1943) ===''HATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Westrop Henry Hatfield|Hatfield, Westrop Henry "West"]] [https://www.familysearch.org/tree/person/details/GZB5-VF5] - 1909(Vic)-1998(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''HATTAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Hattam|Hattam, Fred]] [https://www.familysearch.org/tree/person/details/G8ZV-QDL] - 1906(Vic)-1976(Vic) - Licences: 3HW Castlemaine (1929-1939); 3BAL Castlemaine (1975) - Qualifications: AOCP 541, 1929, No. ?? in Vic; BOCP 410, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Castlemaine, 1928-1937); radio mechanic (Castlemaine, 1954-1967); engineer (Castlemaine, 1968-1972) ===''HAWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haworth|Haworth, William]] [https://www.familysearch.org/tree/person/details/G823-JT3] - 1896(Qld)-1987(Qld) - Licences Q737 Receive Qld (1922-1923) - Qualifications: cc; Nil identified as yet - amateur receiver - Electoral Rolls: telephone mechanic (Ironside Estate, 1917); mechanic (Taringa, 1921-1928); lineman (North Tmborine, 1931); electrical mechanic (Eagle Heights, 1936; Toowong, 1937); telephone mechanic (Bundaberg, 1943-1949); technician (Toowong, 1954-1972); retired (Caloundra, 1977-1980) ===''HAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edgar Cecil Hawson|Hawson, Thomas Edgar Cecil]] [https://www.familysearch.org/tree/person/details/GXZ2-ZV9] - 1916(Qld)-1992(Qld) - Licences: 4CH Ipswich (Woodend, 1937-1939; East Ipswich, 1947-1948); 4CH Brisbane (Yeronga, 1969; Salisbury, 1975-1980) - Qualifications: cc; AOCP 2016, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: agent (Ipswich, Qld, 1937); radio mechanic (East Ipswich, Qld, 1949); storekeeper (Windsor, Qld, 1954; Yeronga, Qld, 1958; Salisbury, Qld, 1963-1980) ===''HAYMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Inglis Hayman|Hayman, William George Inglis]] [https://www.familysearch.org/tree/person/details/G8NL-CX1] - 1897(Eng)-1968(WA) - Licences: 6BG Perth (Claremont, 1925); 6GH Perth (Claremont, 1946-1965) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; scientist; educator - Electoral Rolls: lecturer (Claremont, 1922-1929); engineer (Claremont, 1931-1954); civil servant (Claremont, 1958-1968) - [https://adb.anu.edu.au/biography/hayman-william-george-12971 ADB] ===''HAYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Lot Henry Haynes|Haynes, Bruce Lot Henry]] [https://www.familysearch.org/tree/person/details/KC44-8M4] - 1898(NSW)-1961(NSW) - Licences: 2YA Armidale (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Armidale, 1930-1936); poultry farmer (West Pennant Hills, 1943-1958) * [[/Thomas Ambrose John Haynes|Haynes, Thomas Ambrose John]] [https://www.familysearch.org/tree/person/details/GSC5-WXM] - 1902(SA)-1968(SA) - Licences: 5AY Adelaide (Black Forest Estate, 1931-1939) - Qualifications: cc; AOCP 835, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Black Forest, 1939-1943) ===''HAZLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Stanley Arnold Hazlett|Hazlett, Royce Stanley Arnold]] [https://www.familysearch.org/tree/person/details/GXX4-F38] - 1932(Qld)-2015(Qld) - Licences: 4ZRH Brisbane (Wellers Hill, 1965-1975) - Qualifications: AOLCP 1159, 1961, Qld - amateur operator - Relationships: Son of 4EO Stanley Albert Hazlett - Electoral Rolls: electrician (Coorparoo, Qld, 1954-1963); electrical contractor (Wellers Hill, Qld, 1968-1972); contractor (Tarragindi, Qld, 1977-1980) * [[/Stanley Albert Hazlett|Hazlett, Stanley Albert]] [https://www.familysearch.org/tree/person/details/KC33-RH7] - 1900(Qld)-1971(Qld) - Licences: 4EO Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 4ZRH Royce Stanley Arnold Hazlett - Electoral Rolls: clerk (Coorparoo, Qld, 1925-1928); buyer (Coorparoo, Qld, 1937-1968) ===''HEARPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Hearps, David Edward]] - See David Edward Vaughan (assumed change of name) ===''HEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Harry Heath|Heath, Allan Harry]] [https://www.familysearch.org/tree/person/details/L5Y4-4DT] - 1914(SA)-1986(SA) - Licences: 5ZX Adelaide (Prospect Park, 1934-1939; Highgate, 1947-1956; Brighton, 1960-1980) - Qualifications: cc; AOCP 1369, 1934, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''HEATHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Heathers|Heathers, Cyril John]] [https://www.familysearch.org/tree/person/details/G8XN-NG9] - 1909(Eng)-2003(NSW) - Licences: 2GZ Sydney (Bankstown, 1930-1934); 2UA Sydney (Bankstown, 1935-1939; Artarmon, 1946-1975) - Qualifications: AOCP 615, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Bankstown, 1930-1943); telephone engineer (Artarmon, 1949-1968); engineer (Artarmon, 1977-1980) - Comment: 2GZ callsign likely withdrawn by PMGD for 2GZ Orange commercial ===''HEILBRONN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Heilbronn|Heilbronn, George]] [https://www.familysearch.org/tree/person/details/LJHL-PW3] - 1894(Qld)-1972(Qld) - Licences: 4GG Chinchilla (1929-1939); 4GG Yarraman (1946-1955); 4GG Crows Nest (1956); 4GG Millmerran (1960); 4GG Brisbane (Wynnum, 1965-1969) - Qualifications: cc; AOCP 565, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (Qld Listeners' League) - Electoral Rolls: locomotive fireman (Chinchilla, 1925-1937); locomotive driver (Yarraman, 1954); engine driver (Millmerran, 1943-1958); retired (Wynnum, 1963-1968) ===''HEINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Heine|Heine, John Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/G9VS-V1F] - 1908(Tas)-1988(Vic) - Licences: 7JK Hobart (City, 1927; Bellerive, 1931); 4JX Brisbane (City, 1933; Ascot, 1935; Kangaroo Point, 1937; Mowbray Park, 1938-1939); 3JF Melbourne (Beaumaris) (1960-1980+) - Qualifications: cc; AOCP 355, 1927, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kangaroo Point, 1934; Norman Park, 1937); engineer (Brighton, 1949); representative (Beaumaris, 1954-1980) ===''HEINRICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Latimer Heinrich|Heinrich, William Latimer]] [https://www.familysearch.org/tree/person/details/GXG5-S7Y] - 1917(SA)-1993(SA) - Licences: 5HR Bute (1934-1939); 5HR Adelaide (Kensington Gardens, 1947-1980+) - Qualifications: cc; AOCP 1376, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: farmhand (Bute, SA, 1939-1943) ===''HEITSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry John Keith Heitsch|Heitsch, Henry John Keith or Heinrich Johann]] [https://www.familysearch.org/tree/person/details/G8CV-QYP] - 1907(Vic)-1996(Qld) - Licences: 3HK Melbourne (Mitcham, 1929-1939, 1947-1975); 4AHK Scarness (1980+) - Qualifications: AOCP 516, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: piano fitter (Mitcham, 1931-1954); technician (Mitcham, 1963-1977); retired (Scarness, Qld, 1980) ===''HELLAWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Herbert Hellawell|Hellawell, Francis Herbert "Frank"]] [https://www.familysearch.org/tree/person/details/LK5G-478] - 1885(Qld)-1958(Qld) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - early wireless experimenter; amateur radio clubs (member, WIQ); federal public servant (PMGD) - Electoral Rolls: engineer (Toowong, 1913-1914; Coorparoo, 1919; East Annerley, 1925; Annerley, 1929-1934); clerk (Brisbane City, 1937); no occupation (Beachmere, 1943-1949; Annerley, 1954-1958) ===''HELLYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leicester Henry Hellyer|Hellyer, Leicester Henry]] [https://www.familysearch.org/tree/person/details/KFNW-BTC] - 1908(NSW)-1972(NSW) - Licences: 2LS Sydney (Rockdale, 1930-1933) - Qualifications: AOCP 600, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Rockdale, 1930-1933; Manly, 1934-1935; Artarmon, 1936-1937; Willoughby, 1943; Artarmon, 1949-1963; Newport, 1968-1977) ===''HENDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Henderson|Henderson, Frederick James]] [https://www.familysearch.org/tree/person/details/GXQG-XRX] - 1891(Eng)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 208, 1916 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified * [[/S. A. Henderson|Henderson, S. A.]] - 19??(???)-19??(???) - Licences: 5JN Adelaide (Walkerville, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HENNESSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] - 1896(Qld)-19?? - 4LO Brisbane (City, 1931-1939), amateur operator (AOCP 826, 1931, No. ? in Qld), fourth YL operator in Qld ===''HENRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Geddes Henry|Henry, Arthur Geddes]] [https://www.familysearch.org/tree/person/details/L4QW-K9Z] - 1907(NSW)-1969(NSW) - Licences: 2ZK Sydney (Sandringham, 1929-1939) - Qualifications: AOCP 494, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Sandringham, NSW, 1930-1937); engineer (San Souci, 1949-1963; Northbridge, 1968) * [[/Clement John Henry|Henry, Clement John]] [https://www.familysearch.org/tree/person/details/GZ6T-RPC] - 1905(NSW)-1996(NSW) - Licences: Receive (Valve) Uralla (1923); 2CH Uralla (1924-1929); 2UR Uralla (1930-1939); 2UR Blakehurst (1946); 2UR Sydney (Neutral Bay, 1948-1957; Pymble, 1958-1980+) - Qualifications: cc; AOCP 85, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 (RAAF) - Withdrawal: 2CH callsign withdrawn in 1930 for 2CH Sydney - Electoral Rolls: electrician (Uralla, 1930-1937); electrical fitter (RAAF Richmond, 1943); technician (Neutral Bay, 1949-1954; Pymble, 1958-1980) * [[/John Edwin Henry|Henry, John Edwin]] [https://www.familysearch.org/tree/person/details/KL6B-GD6] - 1868(Vic)-1933(Qld) - Licences: 4CZ Receive Mt Alford via Boonah (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: baker (Gundy, NSW, 1913); farmer (Boonah, Qld, 1917-1921); storekeeper (Mt Alford, Qld, 1922-1926); baker (Dayboro, Qld, 1928; Wondai, Qld, 1931) * [[/Raymond Cherrington Henry|Henry, Raymond Cherrington "Tom"]] [https://www.familysearch.org/tree/person/details/GX5X-C1Y] - 1894(SA)-1975(SA) - Licences: 5CY Cook (1935-1939); 5RY Adelaide (Goodwood, 1960) - Qualifications: cc; AOCP 1421, 1935, SA - amateur operator; amateur broadcaster; WW2 - Comment: Son, also named RCH, passed in WW2 - Electoral Rolls: fitter (Goodwood Park, SA, 1939-1943) ===''HENWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ralph Franklin Henwood|Henwood, Ralph Franklin]] [https://www.familysearch.org/tree/person/details/G89X-CF6] - 1912(WA)-1979(WA) - Licences: 6RL Perth (North Perth, 1930-1933; Claremont, 1937); 6RL Northam (1946-1948); 2AXA Sydney (Rose Bay, 1960-1961); 6RL Perth (Claremont, 1969-1975) - Qualifications: cc; AOCP 720, 1930, No. ?? in WA; BOCP 2, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio serviceman (Claremont, 1936); radio operator (6AM) (Northam, 1937); radio technician (Northam, 1943-1949; Claremont, 1954); technician (Bellevue Hill, 1958; Claremont, 1963-1972; Nedlands, 1977) ===''HEPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Dean Hepton|Hepton, William Dean "Bill"]] [https://www.familysearch.org/tree/person/details/LRBB-VN5] - 1898(Qld)-1966(Qld) - Licences: 4WD Brisbane (Milton, 1932-1939) - Qualifications: cc; AOCP 918, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, instructor 1932-1935) - Electoral Rolls: mechanic (Paddington, Qld, 1921; Milton, Qld, 1925-1963) ===''HERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Kinross Herd|Herd, James Kinross]] [https://www.familysearch.org/tree/person/details/GZZ2-YSQ] - 1901(Vic)-1963(Vic) - 3JK Baccus Marsh (1924-1927), 3JK Wangaratta (1933-1939, 1946-1956), 3JK Mornington (1960), amateur operator (AOCP 36, 1924, No. ?? in Vic), amateur broadcaster ===''HERSCHEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Victor Herschel|Herschel, Henry Victor]] [https://www.familysearch.org/tree/person/details/K4N6-76H] - 1902(Qld)-1937(Qld) - Licences: 4UK Cairns (1929-1931); 4UK Toowoomba (1933); 4UK Brisbane (Indooroopilly, 1937) - Qualifications: cc; AOCP 564, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Newtown, 1925; Cairns, 1930; Indooroopilly, 1936-1937)- Comment: Passed too soon ===''HESKETH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Hesketh|Hesketh, John]] - 1868(Eng)-1917(Vic) - early wireless experimenter, senior state public servant (Qld electrical engineer), senior federal public servant (PMGD, chief electrical engineer), military (Royal Engineers, Eng; Qld Defence Force, lieutenant) ===''HEWITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Hewitt|Hewitt, Archibald John "Arch"]] [https://www.familysearch.org/tree/person/details/G8DZ-TNY] - 1910(SA)-1988(SA) - Licences: 5XK Adelaide (Torrensville, 1930-1939); 5XK Kingscote (1946-1948); 5XK Adelaide (Torrensville, 1954; College Park, 1955-1956; Lucindale, 1960; Semaphore, 1965-1969; Ottaway, 1975-1980) - Qualifications: cc; AOCP 582, 1930, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal clerk (Kingscote, 1939-1941) * [[/Clarence Richard Hewitt|Hewitt, Clarence Richard]] [https://www.familysearch.org/tree/person/details/G6D1-718] - 1900(Qld)-1969(Qld) - Licences: 4CR Brisbane (Rosalie, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Petrie Tce, Qld, 1919); student (Petrie Tce, Qld, 1921-1926); moulder (Rosalie, Qld, 1928); carpenter (Rosalie, Qld, 1936-1943; Indooroopilly, Qld, 1949); hotel manager (Indooroopilly, Qld, 1954) * [[/Horace Thomas Hewitt|Hewitt, Horace Thomas]] [https://www.familysearch.org/tree/person/details/MN6S-JBL] - 1904(Qld)-1988(Qld) - Licences: 4PD Brisbane (Moorooka, 1939, 1947-1980) - Qualifications: cc; AOCP 2377, 1939, Qld - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Hodgson, Qld, 1925; Bowen, Qld, 1930); mechanic (Roma, Qld, 1936-1937); turner (Moorooka, Qld, 1943-1980) * [[/Thomas George Hewitt|Hewitt, Thomas George]] [https://www.familysearch.org/tree/person/details/GXZ2-PLM] - 1900(NSW)-1962(NSW) - Licences: 4TH Cairns (1937-1939); 2LH Lismore (1946-1961); 2ATG Lennox Head (1955-1961) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: medical practitioner (Cairns, Qld, 1930-1943; Lismore, NSW, 1949-1958) ===''HIAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Charles Hiam|Hiam, Robert Charles "Charles"]] [https://www.familysearch.org/tree/person/details/9VCT-14T] - 1888(Vic)-1982(Vic) - Licences: XLD Melbourne (Balaclava, 1913-1914); 3LW Melbourne (St Kilda, 1923-1931; Caulfield North, 1933-1939) - Qualifications: cc; CPRT 174, 1915 - amateur operator; amateur broadcaster - Electoral Rolls: tailor (St Kilda, 1913-1928; Caulfield, 1931-1968); retired (Beaumaris, 1972-1980) ===''HICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Joseph Hicks|Hicks, Henry Joseph "Harry"]] [https://www.familysearch.org/tree/person/details/G8QG-RRR] - 1913(Qld)-1983(Qld) - Licences: 1HH Macquarie Island (1955-1956); 4HG Willis Island (1963); 9HG Lae, New Guinea (1965-1969); 4HG Tolga (1975-1980) - Qualifications: AOCP 2468, 1941, Qld; 1COCP 784, 1944 - amateur operator - Electoral Rolls: letterpress machinist (Cairns, 1936-1937); printer (Newtown, 1943); radio officer (Broome, 1963); wireless operator (Thursday Island, 1972); retired (Tolga, 1977-1980) - Awards: BEM (1958, Officer in Charge, Radio Weather Reporting Station, Willis Islets) ===''HIGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Gordon Conway Higgins|Higgins, John Gordon Conway "Jack"]] [https://www.familysearch.org/tree/person/details/GD45-FKK] - 1884(NSW)-1963(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 29, 1914 - wireless telegraphist, WW1, WW2 - Electoral Rolls: clerk (South Perth, 1910-1912); radio engineer (Prahran, 1925-1927); manufacturer (St Kilda, Vic, 1934-1937); soldier (Caulfield, 1942); military duties (South Yarra, 1949); retired (Dromana, 1954; Sorrento, 1963) ===''HILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Edward Hilder|Hilder, Henry Edward]] - 1919(???)-1984(Qld) - 4HH Brisbane (East Brisbane, 1946-1948; Nudgee, 1954-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ), military (WW2, AIF Signals), employment (Brisbane Fire Brigade, communications), (Halcyon says AOCP Brisbane 1936 but no record) ===''HILDYARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol David Hildyard|Hildyard, Athol David]] [https://www.familysearch.org/tree/person/details/LYNY-TBD] - 1919(Tas)-1998(Tas) - Licences: 7DH Hobart (City, 1936-1939, 1948; Montagu Bay, 1954-1980+) - Qualifications: cc; AOCP 1735, 1936, No. ?? in Tas; 1AOCP 50, 1947 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcast technician (Hobart South, 1943-1949); radio engineer (Montagu Bay, 1954) ===''HILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Wyatt Hill|Hill, Alfred Wyatt]] [https://www.familysearch.org/tree/person/details/GD2Y-5VM] - 19??(???)-19??(???) - Licences: 2TS Sydney (Killara, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Arthur Stanley Hill|Hill, Arthur Stanley]] [https://www.familysearch.org/tree/person/details/GX16-FRC] - 1906(Eng)-19??(???) - Licences: 6AH Wiluna (1937-1939, 1947-1965); 6AH Busselton (1969-1980+) - Qualifications: cc; AOCP 1985, 1937, WA - amateur operator; amateur broadcaster; WW2 - Relationships: Husband of 6MH Mary Lilian Hill nee - Electoral Rolls: electrician (Wiluna, WA, 1931); engineer (Wiluna, WA, 1936-1949); business manager (Wiluna, WA, 1954-1963); retired (West Busselton, WA, 1968-1980) * [[/Frederick John Hill|Hill, Frederick John]] [https://www.familysearch.org/tree/person/details/G8CS-1J5] - 19??(???)-19??(???) - Licences: 2TY Kurri Kurri (1929-1934) - Qualifications: cc; AOCP 500, 1929, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: colliery employee (Pelaw Main, 1930; Stanford Merthyr, 1934; Kurri Kurri, 1936-1937); winding driver (Kurri Kurri, 1968) * [[/Mary Lilian XXXX|Hill nee , Mary Lilian]] [https://www.familysearch.org/tree/person/details/GX16-JZY] - 1906(???)-19??(???) - Licences: 6MH Wiluna (1937-1939, 1947-1965); 6MH Busselton (1969-1980+) - Qualifications: cc; AOCP 1976, 1937, WA - amateur operator; amateur broadcaster; YL operator - Relationships: Wife of 6AH Arthur Stanley Hill - Electoral Rolls: ===''HILLHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Reid Hillhouse|Hillhouse, James or James Reid]] [https://www.familysearch.org/tree/person/details/GXH2-YZJ] - 1907(Sct)-1992(Qld) - Licences: 4ZO Collinsville (1933-1939, 1947-1975); 4ZO Bowen (1980+) - Qualifications: cc; AOCP 1115, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: coal miner (Collinsville, Qld, 1928-1963); retired (Gladstone, Qld, 1977) ===''HILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Hilton|Hilton, William Edward]] [https://www.familysearch.org/tree/person/details/GDPR-P1K] - 1876(???)-1957(NSW) - Licences: XEQ Sydney (St Leonards, 1913-1914); 2BA Receive Sydney (Crows Nest, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: postal assistant (Newtown, 1903); postmaster (Stockton, 1930-1932; Kurri Kurri, 1934-1936); retired (Long Jetty, 1943-1949) ===''HINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Hine|Hine, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GCBY-3SZ] - 1907(NSW)-1994(NSW) - Licences: 2QL Sydney (Campsie, 1935-1937; Richmond, 1938-1939; Homebush, 1946-1980+) - Qualifications: AOCP 1434, 1935, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Campsie, 1930-1931; Temora, 1932-1935); wireless operator (RAAF Richmond, 1936-1937; Concord, 1943); radio officer (Homebush, 1954-1958; Strathfield West, 1968; Homebush, 1977-1980) ===''HIPWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Anson Le Hunt Hipwell|Hipwell, Ronald Anson Le Hunt]] [https://www.familysearch.org/tree/person/details/G8HJ-SMM] - 1902(Vic)-1975(Vic) - Licences: 3KU Swan Hill (1929-1933); 2ACD Broken Hill (1937-1939); 3ACD Melbourne (Dromana, 1955-1956); 5AJ Port Augusta (1960-1965); 3AEI Melbourne (Dromana, 1969-1975) - Qualifications: AOCP 486, 1929, No. ?? in Vic; AOLCP 140, 1934 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: engineer (St Kilda East, 1925); electrical engineer (Swan Hill, 1931); radio engineer (Broken Hill, 1935-1943); radio electrical fitter (Dromana, 1949-1954); retired (Dromana, 1972) ===''HIRSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jacob Alexander Hirsch|Hirsch or Deerson, Jacob or Jakob Alexander]] [https://www.familysearch.org/tree/person/details/GWZX-RZ3] - 1896(Aus)-1979(Aus) - Licences: 2AE Receive Sydney (Croydon, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (Oatley, 1930-1937); clerk (Canberra, 1949); no occupation (Pambula Beach, 1954-1972; Merimbula, 1977) ===''HITCHCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leith Fuller Hitchcock|Hitchcock, Leith Fuller]] [https://www.familysearch.org/tree/person/details/GXWC-Y61] - 1897(Qld)-1953(Qld) - Licences: 4LH Brisbane (Wooloowin, 1931-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: bacteriologist (Wooloowin, 1921-1936); research officer (Wooloowin, 1943-1949) ===''HOAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. M. Hoad|Hoad, C. M.]] - 19??(???)-19??(???) - Licences: None yet identified - Qualifications: AOCP 319, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - Individual not yet identified ===''HOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Cecil Hoar|Hoar, John Cecil]] [https://www.familysearch.org/tree/person/details/MVKW-HND] - 1900(Eng)-1964(WA) - Licences: 6OR Perth (Fremantle, 1931-1939; Mosman Park, 1947-1960) - Qualifications: cc; AOCP 786, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Barracks, Fremantle, WA, 1925-1931; East Fremantle, WA, 1936-1937; Mosman Park, WA, 1949-1963) ===''HOARE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Hoare|Hoare, Peter]] [https://www.familysearch.org/tree/person/details/G99K-6N4] - 1895(NSW)-1975(NSW) - 2PH Gosford (1925-1927), amateur operator (AOCP 82, 1925, No. ?? in NSW), amateur broadcaster, railway signalman * [[/Pierce Mark Hoare|Hoare, Pierce Mark]] - 1895(NSW)-1988(NSW) - 2SL Lismore (1934-1980+), amateur operator (AOCP 1227, 1933, No. ?? in NSW), amateur broadcaster, radio clubs (Richmond River Listeners' League) ===''HOBART-DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Hobart-Duff, William Vere see Duff, William Vere Hobart]] ===''HOBCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hurtle Horace Hobcroft|Hobcroft, Hurtle Horace]] [https://www.familysearch.org/tree/person/details/G8WZ-G5T] - 1899(SA)-1993(SA) - Licences: 5RE Adelaide (West Brunswick, 1928); 5RE Renmark (1931-1939, 1946-1956); 5RE Adelaide (Linden Park, 1960-1969) - Qualifications: cc; AOCP 420, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW1; WW2 - Relationships: Father of Rex Kelvin Hobcroft - Electoral Rolls: clerk (Carlton North, 1925-1926; Brunswick West, 1928); horticulturalist (Renmark, 1939-1943) ===''HOBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Forde Hobler|Hobler, Cecil Forde]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: solicitor (Barcaldine, 1928) - Relationships: cousin of 4DO Harold Learmonth Hobler? * [[/Harold Learmonth Hobler|Hobler, Harold Learmonth]] [https://www.familysearch.org/tree/person/details/LRKZ-8N1] - 1906(Qld)-1984(Qld) - Licences: 1217 Rockhampton (1921-1924); 4DO Receive Rockhampton (1923); 4DO Rockhampton (1925-1939, 1946-1980+) - Qualifications: cc; AOCP 110, 1925, No. 12 in Qld; CPRT 1003, 1928 - amateur operator; amateur broadcaster; radio club (WIAQ, JOTA); business proprietor (picture theatre), WW2 - Electoral Rolls: theatre manager (Rockhampton, 1930-1937); theatre proprietor (Rockhampton, 1943); soldier (Bulimba, 1943); theatre proprietor (Rockhampton, 1949); theatre manager (Rockhampton, 1958-1963); property owner (Rockhampton North, 1968-1977) - Relationships: cousin of Cecil Forde Hobler? ===''HODDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Hodder|Hodder, Clarence William]] [https://www.familysearch.org/tree/person/details/GXLK-ZRC] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Parkside, 1923); Receive Adelaide (Parkside, 1923); 5LY Adelaide (Parkside, 1934-1939, 1947; Bridgewater, 1948-1980) - Qualifications: cc; AOCP 1354, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: moulder (Parkside, SA, 1939-1943) ===''HODDINOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Hoddinott|Hoddinott, Francis William]] [https://www.familysearch.org/tree/person/details/9N4Q-3X7] - 1886(Vic)-1972(Qld) - Licences: Receive Brisbane (Eagle Junction, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Rockville Estate, Toowoomba, Qld, 1908; Toowoomba, Qld, 1912; Sandgate, Qld, 1919; Eagle Junction, Qld, 1921-1943; West End, 1949); retired (Tamborine Mountain, Qld, 1958-1963; Hendra, Qld, 1968) ===''HODGKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Charles Hodgkinson|Hodgkinson, Francis Charles]] [https://www.familysearch.org/tree/person/details/GDBM-J4S] - 1906(???)-1977(???) - Licences: Receive (Crystal) Ulverstone (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: jeweller's assistant (Ulverstone, 1928-1949); watchmaker (Ulverstone, 1954) ===''HODSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Hodson|Hodson, Victor]] [https://www.familysearch.org/tree/person/details/GXQ5-DV2] - 1890(SA)-1917(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 145, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified ===''HOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hoe|Hoe, Frederick]] [https://www.familysearch.org/tree/person/details/GS4Q-CSG] - 1886(Vic)-1976(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer; business proprietor (Fred Hoe and Sons) - Relationships: Father of 4FO Fred Hoe - Electoral Rolls: engineer (Fortitude Valley, Qld, 1913; Yeronga, Qld, 1916-1919); manager (Yeronga, Qld, 1921-1972) * [[/Fred Hoe|Hoe, Fred]] [https://www.familysearch.org/tree/person/details/G796-MWK] - 1913(Vic)-1984(Qld) - Licences: 4FO Brisbane (Yeronga, 1933-1939; Annerley, 1946-1954) - Qualifications: cc; AOLCP 53, 1931; AOCP 1188, 1933, Qld - amateur operator; amateur broadcaster; employment (Edgar V. Hudson); business proprietor (Fred Hoe and Sons) - Relationships: Son of Frederick Hoe - Electoral Rolls: radio engineer (Yeronga, Qld, 1936-1937); general manager (Annerley, Qld, 1949); business manager (Salisbury, Qld, 1954); manager (Buranda, Qld, 1954-1963; Burleigh Heads, Qld, 1968); company director (Holland Park West, Qld, 1972-1980) ===''HOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hogg|Hogg, Stanley]] [https://www.familysearch.org/tree/person/details/GXBD-TCR] - 1908(Eng)-1987(WA) - Licences: 6SG Harvey (1934-1939) - Qualifications: cc; AOCP 1382, 1934, WA; BOCP 142, 1938; 2COCP 240, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: milk tester (Harvey, WA, 1930-1937); radio operator (AAMS Wireless Station, Kalgoorlie, WA, 1943); engineer (Nedlands, WA, 1949); aircraft engineer (Kewdale, WA, 1954-1968; Belmont, WA, 1972); retired (Coodanup, WA, 1977; Mandurah, WA, 1980) ===''HOLLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Evan Holland|Holland, Albert John Evan]] [https://www.familysearch.org/tree/person/details/GZQW-VBH] - 1896(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; AOCP 12, 1924, No. 3 in Vic - amateur operator; amateur broadcaster - Relationships: brother of 3JH Frank Henry James Holland - Electoral Rolls: draftsman (Moonee Ponds, 1922-1925; Essendon, 1926); engineer (Essendon, 1928-1931; Camberwell, 1936-1954); nil (Nunawading, 1963) * [[/Frank Henry James Holland|Holland, Frank Henry James]] [https://www.familysearch.org/tree/person/details/GZQW-S1W] - 1899(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; CPRT 596, 1920 - amateur operator; amateur broadcaster - Comment: well placed in Trans-Pacific Tests 1923 despite inferior equipment - Relationships: brother of 3JH Albert John Evan Holland - Electoral Rolls: wireless instructor (Moonee Ponds, 1922-1925); boot repairer (Essendon, 1926-1928); labourer (North Essendon, 1931); boot repairer (Olinda, 1934-1943); postal clerk (Sandringham, 1949); clerk (Heidelberg, 1954-1968) * [[/Ronald Weymouth Holland|Holland, Ronald Weymouth "Ron"]] - 1914(???)-1983(Qld) - 4AQ Brisbane (Coorparoo, 1946-1980+), amateur operator (AOCP 2392, 1939, No. ?? in Qld) ===''HOLLOWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hart Holloway|Holloway, William Hart]] [https://www.familysearch.org/tree/person/details/GXQ5-HRT] - 1876(Eng)-1950(Tas) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 20, 1914; 1COCP 41, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: agent (Brunswick, Vic, 1909; Whitemark, Flinders Island, 1914-1919); wireless operator (Broome, 1918-1922); O.J.C. Radio (Camberwell, 1924-1926); radio officer (Thursday Island, 1928); officer-in-charge (Radio Station, Emita, Flinders Island, 1936-1937); farmer (Lady Barron, 1943-1949) ===''HOLST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Owen Holst|Holst, Arnold Owen]] [https://www.familysearch.org/tree/person/details/GZ6V-ZPD] - 1898(Vic)-1975(Vic) - Licences: XPH Melbourne (Caulfield, 1913-1914); 3OH Melbourne (Toorak, 1956-1975) - Qualifications: Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster (through brother Hector's station 3BY); electrician - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: sharebroker (Camberwell, 1922-1934; Toorak, 1935-1972) * [[/Hector James Holst|Holst, Hector James]] [https://www.familysearch.org/tree/person/details/GZ6V-X23] - 1903(Vic)-1954(Vic) - Licences: 3BY Receive Melbourne (Caulfield, 1922); 3BY Melbourne (Caulfield, 1923-1954) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: engineer (Caulfield, 1925-1954) * [[/Otto Holst|Holst, Otto]] [https://www.familysearch.org/tree/person/details/GZ6V-2M7] - 1906(Vic)-1967(Vic) - Licences: 3BY Melbourne (Caulfield, 1955-1967) - Qualifications: cc; AOCP 79, 1925, No. ?? in Vic - amateur operator; amateur broadcaster (through brother Hector's station 3BY) - took over 3BY callsign after passing of brother Hector James Holst in 1954 - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: radio engineer (Caulfield, 1928-1963) ===''HOLT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Molineux Holt|Holt, Bernard Molineux]] [https://www.familysearch.org/tree/person/details/LDQR-MJP] - 1883(NZ)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - president WIA WA; witness to Royal Commission 1927 (obo WIA WA) - Electoral Rolls: electrical engineer (Claremont, 1910-1914; Osborne, 1917-1954) ===''HOMBERG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. G. Homberg|Homberg, S. G.]] - 19??(???)-19??(???) - Licences: 3RG Melbourne (Malvern, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Morten Honnor|Honnor, John Morten]] [https://www.familysearch.org/tree/person/details/KCNV-ZM6] - 1900(SA)-1987(Vic) - Licences: 5AE Adelaide (Prospect, 1923-1931) - Qualifications: cc; AOCP 192, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Knoxville, SA, 1939-1941); RAAF (Ballarat, Vic, 1942); instructor (Hampton, 1949; Bentleigh, 1954-1980) ===''HOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Hamilton Hood|Hood, John George Hamilton]] [https://www.familysearch.org/tree/person/details/G772-RK8] - 1904(NSW)-1971(Vic) - 3BP Receive Melbourne (South Yarra, 1922); 3BP Melbourne (East St Kilda, 1923-1933; Toorak, 1937-1939) - Qualifications: cc; AOCP 182, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (East St Kilda, 1925-1931); draughtsman (Toorak, 1934-1937; Malvern, 1943-1967) ===''HOOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel George Alfred Hooke|Hooke, Lionel George Alfred]] [https://www.familysearch.org/tree/person/details/G8NK-KDV] - 1895(Vic)-1974(NSW) - Licences: 3M? Melbourne - Qualifications: CPRTelephony 529, 1920 - amateur operator, amateur broadcaster, early wireless experimenter, ship wireless operator (Aurora, 1914, support Shackleton's expedition), radio clubs (IRE Aust), business (AWA, senior management), honours (knighted, 1937) - Electoral Rolls: wireless (Brighton, Vic, 1921-1927); business manager (Neutral Bay, 1933); manager (Killara, NSW, 1936-1972) - [https://adb.anu.edu.au/biography/hooke-sir-lionel-george-alfred-10536 ADB] ===''HOOKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Theodore Hooker|Hooker, Walter Theodore]] [https://www.familysearch.org/tree/person/details/GD1W-QB5] - 1901(St Kitts)-1949(Tas) - Licences: 7JH Hobart (New Town, 1933-1939); 7JH Waddamanna (1946-1948) - Qualifications: cc; AOCP 1161, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart North, 1922); electrical engineer (New Town, 1928); electrician (New Town, 1936); engineer (Waddamanna, 1937-1943) ===''HOOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Wallbank Hooper|Hooper, Allan Wallbank]] [https://www.familysearch.org/tree/person/details/LB8M-VJG] - 1898(SA)-1960(NSW) - Licences: 4KR Willis Island (1933) - Qualifications: cc; CPRT 432, 1919; 2COCP 8, 1929; 1COCP 127, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: unemployed (Manly, NSW, 1949); telegraphist (Little Bay, NSW, 1949; Yarra Bay, NSW, 1954-1958) ===''HOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyndsay Arthur Hope|Hope, Lyndsay Arthur]] [https://www.familysearch.org/tree/person/details/LKYX-575] - 1906(Tas)-1997(Tas) - Licences: 7LA Launceston (1925-1927+) - Qualifications: cc; AOCP 188, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; broadcast engineer; WW2; gave up experimental callsign for use by his Class B licence, 7LA Launceston - Relationships: brother of 7RS Ronald Springfield Hope - Electoral Rolls: bank clerk (Launceston, 1928); bank officer (Ulverstone, 1936); accountant (Scottsdale, 1949; Bridport, 1954-1972) * [[/Ronald Springford Hope|Hope, Ronald Springford]] [https://www.familysearch.org/tree/person/details/LTCW-PDG] - 1909(Tas)-1985(NSW) - Licences: 7RS Launceston (1926-1927); 7RS Hobart (City, 1931; Sandy Bay, 1933+) - Qualifications: cc; AOCP 263, 1926, No. ?? in Tas; AOLCP 75, 1932; ROCP N1832, 1976 - amateur operator; amateur broadcaster; broadcast engineer (designed & constructed transmission systems for 7HO Hobart & 7UV Ulverstone); later employed by STC England - Relationships: brother of 7LA Lyndsay Arthur Hope - Electoral Rolls: broadcast engineer (Queensborough, Tas, 1936); not specified (Finchley, Eng, 1936-1938); engineer (Thornleigh, NSW, 1949-1954); company director (Beecroft, NSW, 1958-1980) ===''HOPKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alfred Hopkins|Hopkins, Edward Alfred]] [https://www.familysearch.org/tree/person/details/GM4D-3QJ] - 1902(Tas)-1992(NSW) - Licences: Receive Moonah (1923) - Qualifications: cc; 3COCP 4858, 1964 - amateur receiver - Electoral Rolls: electrician (Moonah, 1928); engineer (Milson's Point, 1936-1943); electrical engineer (Wollstonecraft, 1949-1954); engineer (Wollstonecraft, 1958-1980) ===''HORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin John Horan|Horan, Kevin John "Ken"]] [https://www.familysearch.org/tree/person/details/G8V9-FTZ] - 1912(SA)-2002(SA) - Licences: 5DQ Adelaide (Parkside, 1930-1931; Unley, 1933); 2AJU Broken Hill (1938-1939); 5DQ Adelaide (Flinders Park, 1947-1960; Grange, 1965-1969); 3ZD Melbourne (Glen Waverley, 1975); 5IT Adelaide (Fulham, 1980) - Qualifications: cc; AOCP 672, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Clovelly, NSW, 1943); manager (Glen Waverley, 1972-1977) ===''HORN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Horn|Horn, David]] [https://www.familysearch.org/tree/person/details/GS41-9K4] - 1909(Qld)-1962(Qld) - Licences: 4DN Tara (1937-1939) - Qualifications: cc; AOCP 2021, 1937, Qld; BOCP 578, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: medical practitioner (Somerset Dam, Qld, 1936-1937; Baralba, Qld, 1943); radio engineer (Toowoomba, Qld, 1949); medical practitioner (Toowoomba, Qld, 1954) * [[/Irvan James Horn|Horn, Irvan James or James Irwin]] [https://www.familysearch.org/tree/person/details/G8WF-GB6] - 1905(WA)-19??(???) - Licences: 6JH Perth (City, 1928, 1937-1939); 3HX Melbourne (South Melbourne, 1965) - Qualifications: cc; AOCP 427, 1928, No. ?? in WA; 2COCP 29, 1935; 1COCP, 127, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Perth, WA, 1936-1937); wireless officer (Subiaco, WA, 1943); electrical contractor (Subiaco, WA, 1949); contractor (Albert Park, Vic, 1949); electrical contractor (Albert Park, Vic, 1963); retired (West Perth, WA, 1977; Subiaco, WA, 1980) ===''HORROCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Samuel Blake Horrocks|Horrocks, George Samuel Blake]] [https://www.familysearch.org/tree/person/details/GF94-19M] - 1911(WA)-1966(Vic) - Licences: 6GS Harvey (1932-1939, 1947-1948); 6GS Wagin (1954-1955) - Qualifications: cc; AOCP 919, 1932, No. ?? in WA; BOCP 1154, 1950; TVOCP 61, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: engine driver (Harvey, WA, 1936-1949); radio technician (Mt Lawley, WA, 1954); technician (Bentleigh North, Vic, 1963) ===''HOSKEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Dryden Hosken|Hosken, Arthur John Dryden]] [https://www.familysearch.org/tree/person/details/L6KH-BX8] - 1889(Eng)-1966(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 727, 1922 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: seaman (Williamstown, 1914-1919); Amalgamated Wireless (Darwin, 1922) * [[/Stanley Victor Hosken|Hosken, Stanley Victor]] [https://www.familysearch.org/tree/person/details/9HWQ-MGG] - 1894(Vic)-1971(Vic) - Licences: 3MP Receive Melbourne (Hawthorn, 1923); 3MP Melbourne (Hawthorn, 1923-1924; Surrey Hills, 1925-1933; Broadmeadows, 1934-1939; St Albans, 1946-1955; Hawthorn, 1956-1965; Mitcham, 1969) - Qualifications: cc; AOCP 6, 1924, No. 2 in Vic - amateur operator; amateur broadcaster; broadcast engineer (3AR, 3LO) - Electoral Rolls: civil servant (Hawthorn, 1919-1924); electrical engineer (Surrey Hills, Vic, 1925-1931); senior mechanic PMGD (3AR station, Broadmeadows, 1936-1937); civil servant (3AR Station, St Albans, 1942-1954); nil (Hawthorn, 1963-1967; Mitcham, 1968) ===''HOSKING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Piere Hosking|Hosking, Aubrey Piere]] [https://www.familysearch.org/tree/person/details/GDYV-D7R] - 1891(South Africa)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 376, 1918; 1COCP 117, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIT Townsville (1917-1918) - Electoral Rolls: wireless operator (Townsville, 1919); telegraphist (South Yarra, Vic, 1921-1922); radio telegraphist (Canterbury, Vic, 1924); sales manager (Canterbury, Vic, 1925-1926; Balwyn, Vic, 1928; Lindfield, NSW, 1930-1963) ===''HOSKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stark Hoskins|Hoskins, John Stark]] [https://www.familysearch.org/tree/person/details/G61K-FZ3] - 1891(NZ)-1987(Eng) - Licences: Nil yet identified - Qualifications: cc; CPRT 147, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: business manager (Claremont, WA, 1929) ===''HOWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Earl Stephen Howard|Howard, Earl Stephen]] [https://www.familysearch.org/tree/person/details/GQMV-XQL] - 1895(Tas)-1938(Vic) - Licences: 7ET Hobart (Moonah, 1928-1931) - Qualifications: cc; AOCP 470, 1928, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: clerk (Hobart, 1919-1922; Moonah, 1928-1936) ===''HOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Maxwell Howden|Howden, John Maxwell]] [https://www.familysearch.org/tree/person/details/GH2L-7LN] - 1929(Vic)-2017(Vic) - Licences: 3ZCH Melbourne (Burwood, 1956; Box Hill 1960-1975); 3BQX Melbourne (Box Hill, 1980+) - Qualifications: AOLCP 187, 1956; AOCP V610, 1979 - amateur operator - Relationships: son of 3BQ Walter Francis Maxwell Howden - Electoral Rolls: * [[/Walter Francis Maxwell Howden|Howden, Walter Francis Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/G43K-1TC] - 1899(Vic)-1980(Vic) - Licences: No 19 Receive Melbourne (Box Hill, 1920); V140 Receive Melbourne (Box Hill, 1921); 3BQ Receive Melbourne (Box Hill, 1922); 3BQ Melbourne (Box Hill, 1923-1927; Canterbury, 1928-1939 & 1946-1975+); 3ABQ Melbourne (portable, "Canterbury", 1947-1956) - Qualifications: AOCP 114, 1925, No. ?? in Vic - amateur operator, amateur broadcaster, first to QSO USA; first to QSO England, first on telegraphy, then telephony; journalist (Listener In); Bright Star Crystals 1930s-1950s; QSLs: substantial portion of QSL collection survives at NFSA (1800+) - Relationships: father of 3ZCH/3BQX John Maxwell Howden - Electoral Rolls: student (Box Hill, 1924-1927); wireless engineer (Ringwood, 1928); engineer (Camberwell, 1931-1954) - Links: [http://messui.polygonal-moogle.com/valves/NW199611.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199612.pdf EA2] ===''HOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph Howe|Howe, John Joseph]] [https://www.familysearch.org/tree/person/details/LD83-QNG] - 1886(Irl)-1949(Tas) - Licences: Nil yet identified - Qualifications: cc; CPRT 117, 1915; 1COCP 15, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918) - Electoral Rolls: radio telegraphist (Cooktown, 1916-1917); wireless operator (Pinkenba, Qld, 1919; Moonah, Tas, 1922; New Town, Tas, 1928-1943) * [[/Raymond Raine Howe|Howe, Raymond Raine "Ray"]] [https://www.familysearch.org/tree/person/details/GXHH-KJN] - 1919(Qld)-1984(NSW) - Licences: 4RH Bundaberg (1936-1939); 2ARH Sydney (Vaucluse, 1946-1955; Epping, 1956-1960); 3YH Melbourne (Mt Waverley, 1965-1969) - Qualifications: AOCP 1812, 1936, No. ?? in Qld; 3AIR 1009, 1947 - amateur operator; amateur broadcaster; broadcast engineer (4BU); military (RAAF, career, Wing-Commander) - Electoral Rolls: Wireless Operator (Richmond, NSW, 1943); RAAF (Vaucluse, NSW, 1949); RAAF officer (Campbell, ACT, 1963); RAAF (Syndal, Vic, 1967); RAAF officer (Dickson, ACT, 1972-1977); retired (Narrawallee, NSW, 1980) ===''HOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Montague Howlett|Howlett, Arthur Montague]] [https://www.familysearch.org/tree/person/details/GZPZ-NWZ] - 1882(Eng)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 130, 1915; 2COCP 253, 1930 - RANRS (Warrant Telegraphist, 1918) - Electoral Rolls: radio engineer operator (Esperance, 1916); warrant officer R.A.N.R.S. (Thursday Island, 1919); radio telegraphist (Rockhampton, 1925-1931; Clayfield, Qld, 1936); wireless operator (Clayfield, 1943-1954); retired (Clayfield, Qld, 1958) ===''HUBSHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lassalle Paul Hubsher|Hubscher or Hubsher, Lassalle Paul "Paul"]] [https://www.familysearch.org/tree/person/details/GXWF-8DP] - 1913(Qld)-1971(Qld) - Licences: 4UL Brisbane (Bulimba, 1936-1939; Annerley, 1946-1969+) - Qualifications: cc; AOCP 1578, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor); part of the "U" gang; Evans Deakin engineering - Electoral Rolls: fitter & turner (Valley, Qld, 1936-1937); draftsman (Annerley, 1943-1968) ===''HUDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Henry Hudson|Hudson, William Henry]] [https://www.familysearch.org/tree/person/details/K4BR-1P4] - 1895(NSW)-1972(NSW) - Licences: XBO Sydney (Dulwich Hill, 1913-1914); 2PO Receive Sydney (Marrickville, 1923); 2AR Sydney (Dulwich Hill, 1922-1969) - Qualifications: cc; AOCP 18, 1924, No. 8 in NSW - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: bootmaker (Dulwich Hill, 1930-1963) - Comment: beware, several contemporaneous WHHs ===''HUEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Meredyth Huey|Huey, Richard Meredyth]] [https://www.familysearch.org/tree/person/details/G8WP-Y1Z] - 1913(NSW)-1995(NSW) - Licences: 2HU Sydney (Chatswood, 1928-1931; Cronulla, 1933-1937); 3UE Melbourne (Hawthorn East, 1938-1939); 2AHU Sydney (Sylvania, 1980) - Qualifications: AOCP 437, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Cronulla, 1935-1937); army officer (Melbourne, 1943); engineer (West Pennant Hills, 1949; Pennant Hills, 1954; Edgecliff, 1958-1963; Sylvania, 1977-1980); retired (Mittagong, 1980) ===''HUGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Roy Huggins|Huggins, David Roy]] [https://www.familysearch.org/tree/person/details/GDW3-LXL] - 1892(NSW)-1976(NSW) - Licences: 2ZW Sydney (Neutral Bay, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: organ builder (Petersham, 1913); piano maker (Neutral Bay, 1930-1968); builder (Cremorne, 1972) ===''HUGHES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Alan Hughes|Hughes, Clive Alan]] [https://www.familysearch.org/tree/person/details/G8MV-3XQ] - 1900(Vic)-1966(Vic) - Licences: 3CA Ararat (1927); 3CA Melbourne (Williamstown, 1931-1939, 1946-1965) - Qualifications: AOCP 343, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Williamstown, 1924-1928); schoolmaster (Williamstown, 1936-1963) * [[/George Herbert Hughes|Hughes, George Herbert]] [https://www.familysearch.org/tree/person/details/GXZT-4JB] - 1909(Qld)-1997(Qld) - Licences: 4HU Brisbane (Windsor, 1937-1939; Annerley, 1947-1954) - Qualifications: cc; AOCP 1929, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: store keeper (Windsor, Qld, 1934-1937); branch manager (Annerley, Qld, 1943-1958); technician (Tarragindi, Qld, 1963-1980) ===''HUGO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald William Stuart Hugo|Hugo, Ronald William Stuart or Stewart (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GFMZ-CLZ] - 1910(WA)-1978(WA) - Licences: 6KW Perth (Subiaco, 1938-1939, 1947-1960; Floreat Park, 1965-1975) - Qualifications: cc; AOCP 2081, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Subiaco, WA, 1931-1934); salesman (Subiaco, WA, 1936-1963); manager (Floreat Park, WA, 1968-1977) ===''HULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Galbraith Hull|Hull, Allan Galbraith "Braith"]] [https://www.familysearch.org/tree/person/details/GWQD-PTY] - 1905(Vic)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - journalist (Wireless Weekly, editor; Radio and Hobbies, editor 1939; Australasian Radio World, editor 1940-1950) - Relationships: brother of William Howard Hull & 3JU Ross Amos Hull - Electoral Rolls: sales (St Kilda, Vic, 1926-1927); radio engineer (Darlinghurst, 1931); journalist (Northbridge, NSW, 1934; Bondi, NSW, 1935-1936); engineer (Rose Bay, 1937); manager (Malvern, 1942); journalist (Mornington, 1949); publisher (Sandringham, 1954); printer (Oakleigh, 1958-1963; Chadstone, 1967-1968; Glen Iris, 1972; Mt Waverley, 1977-1980) * [[/Frederick Atherley Hull|Hull, Frederick Atherley]] [https://www.familysearch.org/tree/person/details/GZ5M-MT9] - 1906(NZL)-1997(WA) - Licences: 6FH Pingrup (1930-1931); 6FH Port Hedland (1937-1939, 1946-1956); 6FH Perth (Claremont, 1960-1975; Nedlands, 1980+) - Qualifications: cc; CRPT 1139, 1929; 2COCP 271, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Perth, 1929); radio operator (Port Hedland, 1937-1954); unemployed (Claremont, 1958); technical officer (Claremont, 1963-1972; Nedlands, 1977-1980) - Relationships: brother of 6RH Raymond Alfred Hull * [[/George Maxwell Hull|Hull, George Maxwell]] [https://www.familysearch.org/tree/person/details/L6LQ-S44] - 1916(Vic)-1987(Vic) - Licences: 3ZS Melbourne (Canterbury, 1946-1980+) - Qualifications: cc; AOCP 2307, 1939, Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Canterbury, 1943); proprietor (Canterbury, 1949-1980) * [[/Raymond Alfred Hull|Hull, Raymond Alfred]] [https://www.familysearch.org/tree/person/details/GZP1-BSL] - 1908(NZ)-1967(WA) - Licences: 6RH Pingrup (1929-1931); 6RH Perth (Wembley, 1937; Mt Hawthorn, 1939) - Qualifications: cc; AOCP 558, 1929, No. ?? in WA; 2COCP 590, 1942 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, 1934); traveller (Subiaco, 1949); sales director (Victoria Park, 1958-1963) - Relationships: brother of 6FH Frederick Atherley Hull * [[/Ross Amos Hull|Hull, Ross Amos]] [https://www.familysearch.org/tree/person/details/GWQD-P5W] - 1902(Vic)-1938(USA) - Licences: 3JU Melbourne (St Kilda, 1922-1925) - Qualifications: Nil yet identified - amateur broadcaster; radio clubs (WIA Vic Kew, president, 1923); journalist (Wireless Weekly, technical editor; QST, technical editor) - Relationships: brother of William Howard Hull & Allan Galbraith Hull - Electoral Rolls: draftsman (St Kilda, 1924-1925) - Comment: Gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW198902.pdf EA] * [[/William Howard Hull|Hull, William Howard]] [https://www.familysearch.org/tree/person/details/G7WJ-723] - 1891(Tas)-1955(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Relationships: brother of 3JU Ross Amos Hull & Allan Galbraith Hull - Electoral Rolls: electrical engineer (Cobungra, 1914-1915); engineer (Armadale, 1921; Brighton, 1922-1931; Caulfield, 1934-1949); retired (Beaconsfield Upper, 1954) ===''HUME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest James Hume|Hume, Ernest James]] [https://www.familysearch.org/tree/person/details/GZYR-TZM] - 1869(Vic)-1929(SA) - Licences: Nil - Qualifications: AOCP ??, 19??, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: - Relationships: wife of Stella Leonora Harriet Hume nee Jeremy; son of James Hill Hume, father of Ernest Jeremy Hume * [[/Ernest Jeremy Hume|Hume, Ernest Jeremy]] [https://www.familysearch.org/tree/person/details/GZYT-727] - 1906(SA)-1988(Vic) - Licences: Nil - Qualifications: Nil - chief engineer 5DN - Electoral Rolls: engineer (North Unley, 1939-1941; Oakleigh, Vic, 1949-1963; Carnegie, 1968-1977) - Relationships: grandson of James Hill Hume, son of Ernest James Hume and Stella Leonora Harriet Hume nee Jeremy * [[/Geoffrey Vincent Hume|Hume, Geoffrey Vincent]] [https://www.familysearch.org/tree/person/details/GQCL-NM1] - 1909(NSW)-1998(NSW) - Licences: 2GV Sydney (Cremorne, 1927-1930); 2AMD Sydney (Mosman, 1939) - Qualifications: AOCP 365, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio technician (Neutral Bay, 1930-1936; Mosman, 1937); RAAF (Ballarat, 1942); clerk (Turramurra, 1949); technical assistant (Pymble, 1954-1980) * [[/James Hill Hume|Hume, James Hill]] [https://www.familysearch.org/tree/person/details/GZYT-SLD] - 1822(??)-1887(Vic) - Licences: Nil - Qualifications: Nil - alleged very early wireless experimenter - Electoral Rolls: - Relationships: father of Ernest James Hume; father-in-law of Stella Leonora Harriet Hume nee Jeremy; grandfather of Ernest Jeremy Hume * [[/Stella Leonora Harriet Jeremy|Hume nee Jeremy, Stella Leonora Harriet]] [https://www.familysearch.org/tree/person/details/GZYT-33D] - 1882(Vic)-1953(NSW) - Licences: Nil - Qualifications: Nil - radio announcer (early 5DN) - Electoral Rolls: - Relationships: wife of Ernest James Hume; daughter-in-law of James Hill Hume; mother of Ernest Jeremy Hume ===''HUMPHRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] - See Innis Jane Lovett Spotswood 4JH * [[/Jack Lawrence Humphry|Humphry, Jack Lawrence]] [https://www.familysearch.org/tree/person/details/M7P4-M7M] - 1889(Qld)-1953(Qld) - Licences: 4JK Poopoonbah via Giru (1934-1939) - Qualifications: cc; AOCP 1349, 1934, Qld - amateur operator; amateur broadcaster; WW1 - Relationships: Husband of 4JH Innis Jane Lovett Humphry nee Spotswood - Electoral Rolls: farmer (Hodel, Ayr, Qld, 1912-1937; Poopoonbah, 1949-1954) ===''HUNT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Alexander Hunt|Hunt, Joseph Alexander]] [https://www.familysearch.org/tree/person/details/GFM1-9MM] - 1912(WA)-2002(WA) - Licences: 6JA Perth (Maylands, 1938-1939); 6JD Perth (Rockingham, 1960) - Qualifications: cc; AOCP 2112, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1936; Maylands, WA, 1937-1949); retired (Rockingham, WA, 1972) ===''HUPPATZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Huppatz|Huppatz, William George]] [https://www.familysearch.org/tree/person/details/MWTP-DF5] - 1900(Vic)-1970(SA) - Licences: 5GW Cowandilla (1931-1933); 5GW Naracoorte (1937-1939) - Qualifications: cc; AOCP 801, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Naracoorte, SA, 1939); engineer (Cowandilla, 1941-1943) ===''HURLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Hurll|Hurll, Norman James]] [https://www.familysearch.org/tree/person/details/GZXC-BFF] - 1904(NSW)-2003(Qld, 98yo) - Licences: 2BC Sydney (Killara, 1924-1930); 4NJ Tallebudgera Creek (1931-1935); 2HJ Sydney (Killara, 1935-1937; Roseville, 1938-1939); 2IN?/2DKH Sydney (1980+) - Qualifications: cc; AOCP 96, 1925, No. ?? in NSW - amateur operator, amateur broadcaster, military (WW2, CMF, CINT), business proprietor (Gas Light Engineering) - Electoral Rolls: engineer (Killara, 1930); merchant (Killara, 1936-1937); soldier (Strathfield, 1943); company manager (Burwood, 1949-1963); Managing Director (Killara, 1968); Director (Killara, 1972-1980) ===''HURRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Bruce Hurry|Hurry, Ronald Bruce]] [https://www.familysearch.org/tree/person/details/G8V2-G1C] - 1911(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 693, 1930, No. ?? in ?? - amateur operator?, amateur broadcaster?, electrical engineer, teacher - Electoral Rolls: Nil yet identified ===''HUSBAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Errol Husband|Husband, Norman Errol]] [https://www.familysearch.org/tree/person/details/L6F7-N7B] - 1893(Qld)-1961(NSW) - Licences: XABY Sydney (North Sydney, 1913-1914); 4CV Receive Charters Towers (1923); 4CV Charters Towers (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: motor engineer (Charters Towers, 1917-1922; Mackay, 1925-1937); engineer (Darlinghurst, 1949-1958) ===''HUTCHINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Thomas Edwards Hutchings|Hutchings, Allan Thomas Edwards]] [https://www.familysearch.org/tree/person/details/M7GB-2TM] - 1903(Vic)-1973(Vic) - Licences: 3HL Receive Callawadda (1922-1923); 3HL Callawadda (1924-1969) - Qualifications: cc; AOCP 65, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: son of 3HM Elizabeth Lilian Hutchings nee Edwards; brother of 3HQ Marjorie Lilian Williamson nee Hutchings - Electoral Rolls: farmer (Callawadda, 1927-1972) * [[/Elizabeth Lilian Edwards| Hutchings nee Edwards, Elizabeth Lilian]] [https://www.familysearch.org/tree/person/details/M7GB-25T] - 1877(Vic)-1943(Vic) - Licences: 3HM Callawadda (1932-1939) - Qualifications: cc; AOCP 509, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1926-1942) - Relationships: mother of 3HL Allan Thomas Edwards Hutchings and 3HQ Marjorie Lilian Williamson nee Hutchings - First woman in Australia to hold an amateur licence under the AOCP regime - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1925-1942) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Marjorie Lilian Hutchings|Williamson nee Hutchings, Marjorie Lilian]] [https://www.familysearch.org/tree/person/details/LB52-GSC] - 1912(Vic)-1988(Vic) - Licences: 3HQ Callawadda (1932-1939; 1946-1948); 3HQ Melbourne (Bentleigh, 1954-1980+) - Qualifications: cc; AOCP 1030, 1932, No. ?? in Vic - amateur operator, amateur broadcaster - Relationships: daughter of 3HM Elizabeth Lillian Hutchings nee Edwards; sister of 3HL Allan Thomas Edwards Hutchings - Electoral Rolls: home duties (Callawadda, 1934-1937); nurse (Alfred Hospital, Prahran, 1943); home duties (Callawadda, 1949; Bentleigh, 1949-1968) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''HUTCHINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Elwood Hutchinson|Hutchinson, Charles Elwood]] [https://www.familysearch.org/tree/person/details/G612-S6J] - 1894(Vic)-1942(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 728, 1922; 2COCP 278, 1930; 1COCP 307, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Esperance, 1919); radio telegraphist (Darwin, NT, 1922); telegraphist (Esperance, 1925-1931); radio telegraphist (Broome, WA, 1936-1937; Alberton, SA, 1939; Yatala, SA, 1941) * [[/John Victor Thomas Hutchison|Hutchison, John Victor Thomas]] [https://www.familysearch.org/tree/person/details/G89S-PY2] - 1907(NZ)-1975(NSW) - Licences: 2JH Sydney (Kirribilli, 1927-1937; West Ryde, 1938-1939; Croydon, 1946-1955; Bardwell Park, 1956-1965; Castle Cove, 1969-1975) - Qualifications: AOCP 374, 1927, No. ?? in NSW; CPRTelephony 1010, 1928 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Milson's Point, 1930-1937); laboratory assistant (Croydon, 1943-1949); radio technician (Bardwell Park, 1958-1968) ===''HUTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Hutson|Hutson, James William]] [https://www.familysearch.org/tree/person/details/G8N9-Z6J] - 1912(Vic)-1931(Vic) - Licences: 3JH Echuca (1930-1931) - Qualifications: AOCP 635, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon ===''HUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Hutton|Hutton, David]] [https://www.familysearch.org/tree/person/details/G8ZT-JXG] - 1912(Sct)-2003(NSW) - Licences: 2DH Abermain (1929-1934) - Qualifications: AOCP 551, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abermain, 1934-1963; Klworth, 1972-1977); retired (Klworth, 1980) ===''HYLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Philip Hyland|Hyland, Leonard Philip]] [https://www.familysearch.org/tree/person/details/K8N6-XLK] - 1903(Tas)-1942(Tas) - Licences: 7LP Hobart (City, 1936-1939) - Qualifications: cc; AOCP 1791, 1936, No. ?? in Tas; BOCP 271, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Hobart Central, 1928) - Comment: Passed on Duty; Gone too soon - Links: [https://www.themercury.com.au/news/tasmania/tasmania-fire-service-chief-chris-arnol-urges-everyone-to-reflect-on-the-selflessness-of-firefighters-in-the-pursuit-of-public-safety/news-story/59c6315bbf383ef9bb4e270d60cd9296 Mercury] =='''I'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''IKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William George Ikin|Ikin, William George]] [https://www.familysearch.org/tree/person/details/LWFZ-C37] - 1887(NSW)-1974(Vic) - Licences: 4SM Townsville (1925-1926); 4SM Brisbane (New Farm, 1927) - Qualifications: cc; AOCP 201, 1925, No. 18 in Qld - amateur operator; amateur broadcaster (dealer licence); WW1 - Electoral Rolls: mechanical engineer (Gladstone, 1913); engineer & electrician (Barcaldine, 1914); manager (Strand Motors, Townsville, 1925); motor mechanic (Mt Garnet, 1937-1949; Cardwell, 1949); farmer (Mareeba, 1954-1972) ===''INGLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Stanley Inglis|Inglis, Kenneth Stanley]] - 1929(Vic)-2017(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - historian (ABC); "This is the ABC"; "Whose ABC?" - Electoral Rolls: - Links: [[w:Ken Inglis|Wikipedia]] [https://www.tandfonline.com/doi/full/10.1080/1031461X.2018.1493961 Obit] ===''IRELAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Keith Ireland|Ireland, Leslie Keith "Keith"]] [https://www.familysearch.org/tree/person/details/LRMD-BPV] - 1908(SA)-1942(SA) - Licences: 5KR Mt Gambier (1933-1939) - Qualifications: cc; CPRT 950, 1927; AOLCP 60, 1932 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: radio dealer (Mt Gambier, SA, 1939-1941) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/633509 VWMA]; [https://www.awm.gov.au/collection/R1721431 AWM]; [https://aviationmuseumwa.org.au/afcraaf-roll/ireland-leslie-keith-47849/ AHM] ===''IRESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melville Charles Gladstone Ireson|Ireson, Melville Charles Gladstone]] [https://www.familysearch.org/tree/person/details/GMZT-ML6] - 1898(Vic)-1955(Vic) - Licences: 3ZY Kyneton (1931-1933); 3AIR Kyneton (1947-1955) - Qualifications: cc; AOCP 305, 1926, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Maldon, 1919); telegraphist (Ballarat, 1925); postal employee (Kyneton, 1931-1954) ===''IRVINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Irvine|Irvine, William]] - 1907(???)-19??(???) - Licences: 4IR Brisbane (Mitchelton, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1987, 1937, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous WIs - Electoral Rolls: Nil yet identified ===''IRVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Lawson Irving|Irving, Cyril Lawson]] [https://www.familysearch.org/tree/person/details/GXZT-65R] - 1912(Qld)-1992(Qld) - Licences: 4WL Brisbane (Annerley, 1933-1939) - Qualifications: cc; AOCP 1199, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Coorparoo, Qld, 1943-1980) ===''ISLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Clifford Isles|Isles, James William Clifford "Clifford"]] [https://www.familysearch.org/tree/person/details/LBVH-RV1] - 1894(Qld)-1967(Qld) - Licences: 4CC Receive Brisbane (Ascot, 1922); 4CC Brisbane (Ascot, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club member (QWI); business proprietor (Isles Love & Co, Allan & Stark); WW1 - Electoral Rolls: clerk (Hamilton, 1915-1937); manager (Hamilton, 1943-1958); director (Hamilton, 1963) ===''ISRAEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Samuel Israel|Israel, Morris Samuel]] [https://www.familysearch.org/tree/person/details/GZQ4-CBC] - 1896(Vic)-1965(Vic) - Licences: XMU Melbourne (St Kilda, 1913); 3ZN Melbourne (St Kilda, 1923-1924; Malvern, 1925-1926; Burwood, 1927); 3ZN Geelong, 1931-1933; 3ZN Melbourne (Burwood, 1937-1939, 1946-1955) - Qualifications: cc; AOCP 13, 1924, No. ?? in Vic; AOLCP 35, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcasting executive; WW2 - Electoral Rolls: soldier (St Kilda, 1919-1924); radio mechanic (Burwood, 1926-1928); broadcasting engineer (Geelong, 1931); engineer (Geelong North, 1936; Camberwell, 1937-1963); ===''IVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil Albert Ives|Ives, Cecil Albert]] [https://www.familysearch.org/tree/person/details/GZLJ-848] - 1916(SA)-1942(Vic) - Licences: 5AF Adelaide (Glenelg, 1935-1939) - Qualifications: cc; AOCP 1451, 1935, SA - amateur operator, amateur broadcaster; WW2 - Electoral Rolls: commercial artist (Glenelg, 1939-1943) - Sacrifice: "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/ives-cecil-albert-300407/] =='''J'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''JACKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil Jackson|Jackson, Alfred Cecil "Alf"]] [https://www.familysearch.org/tree/person/details/LDLP-F65] - 1900(NSW)-1972(NSW) - Licences: 4AJ Brisbane (Fairfield, 1931); 2BO Bangalow (1933) - Qualifications: cc; CPRT 620, 1921; 1COCP 67, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG, Brisbane Cmcls); state public servant (4QG) - Electoral Rolls: radio engineer (Fairfield, Qld, 1928-1931); farmer (Possum Creek, NSW, 1934-1937); mechanic (Fairfield, Qld, 1943-1954); farmer (O'Possum Creek via Bangalow, NSW, 1958-1963) * [[/Alfred George Jackson|Jackson, Alfred George]] [https://www.familysearch.org/tree/person/details/LY5P-2X1] - 1864(Eng)-1935(Qld) - Licences: 4DG Receive Brisbane (Wynnum, Qld, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; radio clubs (WIQ, QWI, WIAQ); electrical engineer - Relationships: father of Arthur Appleton Jackson - Electoral Rolls: electrical engineer (South Brisbane, Qld, 1903-1913); electrician (Wynnum, Qld, 1914-1934) * [[/Arthur Appleton Jackson|Jackson, Arthur Appleton]] [https://www.familysearch.org/tree/person/details/LY55-M8F] - 1891(Qld)-1985(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster; radio clubs (QWI, WIAQ); electrical engineer; business proprietor; Relationships: son of Alfred George Jackson - Electoral Rolls: electrical engineer (Wynnum, Qld, 1913-1914; Morningside, Qld, 1915-1919; Wynnum, Qld, 1919; South Brisbane, Qld, 1921-1968); retired (Hill End, Qld, 1972; Highgate Hill, Qld, 1977; Hopetoun Home, Oxley, Qld, 1980) * [[/James William Jackson|Jackson, James William "Jim"]] [https://www.familysearch.org/tree/person/details/G7FH-JCW] - 1916(Qld)-2011(Qld) - Licences: 4CN Brisbane (Cribb Island, 1938-1939; 1946-1969; Lawnton, 1975-1980) - Qualifications: cc; AOCP 2096, 1938, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); military (WW2,Northern Command Signals); farmer/electrician/radio & TV serviceman - Electoral Rolls: farmer (Cribb Island, Qld, 1937-1968); rubber worker (Lawnton, Qld 1972-1980) * [[/Thomas William Jackson|Jackson, Thomas William]] - 1830(Eng)-1918(Vic) - Deputy Postmaster-General Victoria ca 1880, clubs & societies (Telegraph Electrical Society Vic, member, ca 1880) ===''JAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Russell James|James, Brian Russell]] [https://www.familysearch.org/tree/person/details/GZLV-GXV] - 1920(SA)-1944(Europe) - Licences: 5BL Adelaide (1939) - Qualifications: AOCP 2293, 1939, SA - amateur operator, amateur broadcaster, WW2 (RAAF, 76 Squadron RAF, Flying Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://highgate-rsl.org.au/afcraaf-roll/james-brian-russell-417490/] * [[/Hector Keith James|James, Hector Keith]] [https://www.familysearch.org/tree/person/details/GZV7-WVL] - 1905(NSW)-1966(NSW) - Licences: 2XA Receive Sydney (Summer Hill, 1923); 2XA Sydney (Summer Hill, 1924-1933; Ashfield, 1934; Double Bay, 1935-1936; Coogee, 1937-1938; Woollahra, 1939; Summer Hill, 1948-1961) - Qualifications: cc; AOCP 183, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Summer Hill, 1930-1933), engineer (Edgecliff, 1936; Ashfield, 1949; Summer Hill, 1943-1963) * [[/Herbert Ronald James|James, Herbert Ronald]] [https://www.familysearch.org/tree/person/details/GDRD-1SM] - 1904(Vic)-1982(Vic) - Licences: 3LH Birchip (1931-1933); 3LH Drouin (1938-1939); 7LH Western Junction (1947); 7LH Launceston (1948); 3AJJ Melbourne (Deepdene, 1954); 3AJJ Lubeck (1955-1956); 3AJJ Braeside (1960); 3AJJ Rupanyup (1965-1969); 3AJJ Nowa Nowa (1975-1980) - Qualifications: cc; AOCP 813, 1931, Vic; BOCP 17, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Merbein, 1925); fitter & turner (Merbein, 1928-1931); radio engineer (Merbein, 1936); technician (Western Junction, Tas, 1949); radio engineer (Deepdene, 1954); technician (Rupanyup, 1963-1968); retired (Nowa Nowa, 1972-1980) * [[/R. James|James, R.]] - 19??(???)-19??(???) - Licences: XZE via Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified * [[/Thomas Reynolds James|James, Thomas Reynolds]] - 19??(???)-19??(???) - employment (Vic Posts & Telegraphs, worked on original Melbourne-Williamstown telegraph line 1854, later in charge of Melbourne Telegraph Office, but transferred to inspectorial work in 1879 due to disorganisation, reinstated in 1880) ===''JAMIESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Jamieson|Jamieson, Charles William]] [https://www.familysearch.org/tree/person/details/L4SY-YNQ] - 1896(Vic)-1971(Vic) - Licences: XJW Melbourne (St Kilda, 1913-1914); 3CJ Melbourne (East St Kilda, 1924-1926); 3XX Melbourne (East Malvern, 1954-1975) - Qualifications: cc; BOCP 130, 1937 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: engineer (St Kilda, 1921-1925); mechanic (Malvern, 1926-1968) * [[/John Edward Jamieson|Jamieson, John Edward]] [https://www.familysearch.org/tree/person/details/G8VS-M43] - 1910(WA)-1957(WA) - Licences: 6LA Perth (Beaconsfield, 1930-1933); 6LA Kalgoorlie (1938-1939) - Qualifications: cc; AOCP 673, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio salesman (Kalgoorlie, 1936-1937); salesman (Kalgoorlie, 1943); radio engineer (Kalgoorlie, 1949-1954) ===''JANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Harold Jansen|Jansen, Claud or Claude Harold]] [https://www.familysearch.org/tree/person/details/GDGS-9TN] - 1890(NSW)-1968(NSW) - Licences: V751 Receive Yarrawonga (1922); 3GW Receive Yarrawonga (1922)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: printer (Yarrawonga, 1913-1922); linotype engineer (Yarrawonga, 1924-1931); printer (Shepparton, 1934-1937); linotype operator (Albury, 1937-1949); engineer (Albury, 1954-1968) ===''JARDINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Jardine|Jardine, William Ronald]] [https://www.familysearch.org/tree/person/details/G8ZC-T63] - 1911(Vic)-1983(Vic) - Licences: 3PR Melbourne (Essendon, 1929-1933); 3PR Leongatha (1937-1939, 1946-1980+) - Qualifications: AOCP 533, 1929, No. ?? in Vic; AOLCP 108, 1933 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farm labourer (Craigieburn, 1934); dairy farmer (Leongatha, 1937-1954); salesman (Leongatha, 1963-1980) ===''JARMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Arthur Jarman|Jarman, Oswald Arthur]] [https://www.familysearch.org/tree/person/details/G612-K6Y] - 1894(SA)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 162, 1915; 1COCP 37, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Broome, WA, 1921-1922); telegraphist (Applecross, WA, 1925; Surrey Hills, Vic, 1928); supervisor (Bentley, Vic, 1931-1954) ===''JARVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jack Edwin Jarvis|Jarvis, Vincent Jack Edwin "Victor", "Vic"]] [https://www.familysearch.org/tree/person/details/GZ2K-6FP] - 1912(WA)-1941(Libya) - licences: 2VJ Orange (1930-1933), 2VJ Dubbo (1934), 2VJ Wellington (1935-1936), 2VJ Bathurst (1937), 2VJ Griffith (1938-1939) - qualifications: AOCP 695, 1930, No. ?? in NSW; BOCP 46, 1936 - amateur operator, amateur broadcaster (2VJ Wellington), broadcast engineer (2BS, 2RG), WW2 (RAAF, Rathmines Flying Boats Base, Palestine, Egypt, Libya) - electoral rolls: radio mechanic (Wellington, 1936), radio engineer (Bathurst, 1937), wireless operator (Rathmines, 1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/633817] ===''JEFFRYES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Harry Jeffryes|Jeffryes, Sydney Harry]] - 1884(Qld)-19??(???) - X?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), ship's wireless operator, member of the Australasian Antarctic Expedition 1911-1914 ===''JEFFS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jeffs|Jeffs, Vincent]] [https://www.familysearch.org/tree/person/details/GX4T-4M8] - 1912?(???)-1970(Qld) - Licences: 4VJ Brisbane (Taringa, 1931-1933; City, 1934-1939, 1946; Gordon Park, 1948-1969) - Qualifications: cc; AOCP 753, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio cub (WIAQ, life member, lecturer, code instructor, field days, JOTA, conventions, operator 4WI); business proprietor (Jeffs Radio) - Electoral Rolls: salesman (Taringa, Qld, 1934; New Farm, Qld, 1936-1937; Taringa, Qld, 1937); radio manufacturer (New Farm, Qld, 1943); salesman (Taringa, Qld, 1949); businessman (Gordon Park, Qld, 1958-1968) ===''JENNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Jenner|Jenner, John Henry]] [https://www.familysearch.org/tree/person/details/K2Y9-64Z] - 1877(Eng)-1961(NSW) - Licences: 7BM Receive Premaydena (1923); Receive Premaydena (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 2ABM John Ingoldsby Jenner - Electoral Rolls: law clerk (Lindisfarne, 1914); orchardist (Koonya, 1919-1928); Xray technician (Double Bay, NSW, 1930; Bondi, 1933-1935) * [[/John Ingoldsby Jenner|Jenner, John Ingoldsby]] [https://www.familysearch.org/tree/person/details/LKY4-7S2] - 1904(Eng)-1980(???) - Licences: 2ABM Sydney (Maroubra, 1933-1939) - Qualifications: cc; AOCP 1194, 1933, NSW - amateur operator; amateur broadcaster - Relationships: Son of 7BM John Henry Jenner - Electoral Rolls: engineer (Haberfield, 1930; Bondi, 1933-1935); telephone engineer (Maroubra, 1937); engineer (Maroubra, 1943-1954; Revesby, 1968); retired (Turramurra, 1972); engineer (Revesby, 1980) ===''JENNISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Jennison|Jennison, Joseph William]] [https://www.familysearch.org/tree/person/details/LTS7-316] - 1899(Vic)-1965(Vic) - Licences: 2JJ Mathoura (1928-1939); 2MX Mathoura (1948-1950) - Qualifications: AOCP 414, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: farmer (Mathoura, 1930-1949; Echuca, 1954; Deniliquin, 1958); nil (Echuca, 1963) (Licences in the name of his father John William Jennison but most likely son was operator, father passed in 1942) ===''JENSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jens August Jensen|Jensen, Jens August]] [https://www.familysearch.org/tree/person/details/GXQM-1MX] - 1865(Vic)-1936(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - Minister for Navy (1915-1917) - Comment: famously dismissed for corruption in respect of purchase of Shaw Wireless Works in 1916 - Electoral Rolls: licensed victualler (Beauty Point, Tas, 1914-1919); orchardist (Beauty Point, Tas, 1919-1922); no occupation (Elsternwick, Vic, 1936) - Links: [[w:Jens_Jensen_(politician)|Wikipedia]] [https://adb.anu.edu.au/biography/jensen-jens-august-6840 ADB] * [[/Laurence Richard Hopkins Jensen|Jensen, Laurence or Lawrence Richard Hopkins]] [https://www.familysearch.org/tree/person/details/GZ6V-MJ1] - 1906(Tas)-1974(Tas) - Licences: 7BL Receive West Devonport (1923); Receive West Devonport (1923-1924); 7LJ Launceston (1925-1939, 1947-1969+) - Qualifications: cc; AOCP 78, 1925, No. ?? in Tas; BOCP 215, 1939; 1AOCP 9, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (New Town, 1928); teacher (New Town, 1936-1972) ===''JENVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Walter Jenvey|Jenvey, Henry Walter]] [https://www.familysearch.org/tree/person/details/G4QJ-7TS] - 1851(Eng)-1932(Vic) - Licences: AA Melbourne 1900; X?? Melbourne - early wireless experimenter, arguably his use of the identifier AA was the first use of an Australian callsign; arguably Australia's first amateur operator as the majority of his experiments were self-funded and in his own time - Qualifications: cc; Nil yet identified - employment (Vic P & T; PMGD) - Relationships: father of 3WW William Walter Jenvey - Electoral Rolls: electrical engineer (Brighton, 1909); public servant (Caulfield East, 1919-1931) * [[/William Walter Jenvey|Jenvey, William Walter "Bill"]] [https://www.familysearch.org/tree/person/details/G4QV-9GL] - 1904(Vic)-1981(Qld) - Licences: 3AY Melbourne (Caulfield, 1922-1927; Ormond, 1931-1938); 2YJ Sydney (Concord, 1939); 3AY Melbourne (Ormond, 1947); 2ZO Sydney (Willoughby, 1948-1969); 2ZO Noosa Heads (1980) - Qualifications: cc; CPRT 824, 1924; 1COCP 68, 1930 - amateur operator; amateur broadcaster - Relationships: son of Henry Walter Jenvey - Electoral Rolls: telegraphist (Caulfield, Vic, 1926-1927); operator (Bentleigh, Vic, 1931-1937); radio engineer (Croydon, NSW, 1943; Willoughby, NSW, 1949-1968); engineer (Willoughby, NSW, 1972); nil (Nelligen, NSW, 1977; Noosa Heads, Qld, 1980) ===''JERRARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Joseph Jerrard|Jerrard, Frederick Joseph]] [https://www.familysearch.org/tree/person/details/LB43-BKT] - 1899(Qld)-1963(Qld) - Licences: 4DR Receive Gayndah (1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Gayndah, 1921-1930); motor mechanic (Gayndah, 1936-1937); engineer (Indooroopilly, 1943-1963) ===''JESSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick Ferman Jessop|Jessop, Patrick Ferman]] [https://www.familysearch.org/tree/person/details/G6QN-8HV] - 19??(Eng?)-19??(Qld?) - Licences: 4PJ Kamma (1925-1927); 4PJ Cairns (Hambledon, 1937-1939) - Qualifications: cc; Nil yet identified (England?) - amateur operator; amateur broadcaster; WW1(RFC) - Halcyon: not mentioned - Electoral Rolls: labourer (Edmonton, 1922-1930); weigh bridge clerk (Hambledon, 1936-1943) ===''JEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Jewell|Jewell, Thomas John]] [https://www.familysearch.org/tree/person/details/GDYD-YH1] - 1905(WA)-1965(WA) - Licences: 6CA Receive Perth (Subiaco, 1923); 6JJ Perth (Victoria Park, 1927); 6JJ Kalgoorlie (1930-1931); 6JJ Perth (Victoria Park, 1933-1939) - Qualifications: cc; CPRT 876, 1925; 1COCP 129, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Victoria Park, WA, 1931-1937); radio inspector (Victoria Park, WA, 1943; Scarborough, WA, 1949); inspector (Scarborough, WA, 1954-1963) ===''JOHNSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Johnson|Johnson, Arthur]] [https://www.familysearch.org/tree/person/details/GXD7-X12] - 1921(Qld)-2004(Qld) - Licences: 4PX Brisbane (Hendra, 1938-1939; Ascot, 1946-1948; Hendra, 1954-1975), 4PX Buddina Beach (1980+) - Qualifications: cc; AOCP 2093, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (Sunshine Coast ARC); military (WW2, AIF, Signals) - Comment: Several contemporaneous AJs - Electoral Rolls: Commonwealth public servant (Hendra, Qld, 1968) + others * [[/Carl Francis Johnson|Johnson, Carl Francis]] [https://www.familysearch.org/tree/person/details/LH8T-HSH] - 1899(Tas)-1985(Tas) - Licences: Receive Hobart (West Hobart, 1923); 7AR Hobart (West Hobart, 1924-1939) - Qualifications: cc; AOCP 218, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: federal servant (West Hobart, 1922-1954) * [[/Edward Norman Johnson|Johnson, Edward Norman]] [https://www.familysearch.org/tree/person/details/MM4W-MLQ] - 1886(Vic)-1960(USA) - Licences: Receive Warrnambool (1923); 3ZO Warrnambool (1923-1924); 3ZO Horsham (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (East Melbourne, 1909); manager (Wonthaggi, 1914); draper (Newtown, 1917); traveller (Geelong, 1919) * [[/H. B. Johnson|Johnson, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1926); 5HB Adelaide (Henley Beach, 1937-1939) - Qualifications: AOCP 252, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: - common surname, individual not yet identified * [[/Ivo Uric Johnson|Johnson, Ivo Uric]] [https://www.familysearch.org/tree/person/details/G9VV-H8S] - 1903(NSW)-1961(Qld) - Licences: 4KL Cairns (1933-1960) - Qualifications: cc; CPRT 813, 1924; 2COCP 668, 1942; 1COCP 655, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Cairns, Qld, 1936-1963) * [[/Joseph Murray Johnson|Johnson, Joseph Murray]] [https://www.familysearch.org/tree/person/details/L5YM-M5N] - 1889(NSW)-1986(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 113, 1915; 1COCP 200, 1931 - RANRS (CPO to Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: engineer operator (Geraldton, 1915-1917); radio expert (Lane Cove, NSW, 1930-1934); engineer (Brighton, Vic, 1936; Caulfield, 1937); engineer (Longueville, NSW, 1943-1949); manager (Turramurra, 1954-1963); retired (Strathfield, 1963; Port Macquarie, NSW, 1968-1977; Wauchope/Yrrs, 1980) ===''JOHNSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. B. Johnston|Johnston, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Norman Brint Johnston|Johnston, Norman Brint]] [https://www.familysearch.org/tree/person/details/G8NC-K7F] - 1913(WA)-1979(WA) - Licences: 6NJ Perth (South Fremantle, 1930-1933; Subiaco, 1937-1939) - Qualifications: cc; AOCP 642, 1930, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Subiaco, 1937-1943); radio mechanic (Maylands, 1943-1968; Mt Lawley, 1972-1977) * [[/Robert Walter Johnston|Johnston, Robert Walter]] [https://www.familysearch.org/tree/person/details/GXDS-FHJ] - 1914(Qld)-1963(Qld) - Licences: 4LQ Brisbane (Petrie Terrace, 1934-1939) - Qualifications: cc; AOCP 1270, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Petrie Terrace, Qld, 1936-1937); no occupation (Ingleburn, NSW, 1954-1958); retired (Petrie Terrace, Qld, 1963) * [[/William David Johnston|Johnston, William David]] [https://www.familysearch.org/tree/person/details/G8XJ-3RY] - 1909(Irl)-1985(NSW) - Licences: 2YZ Sydney (Ryde, 1930-1939, 1946-1948; Gladesville, 1950; Matraville, 1954-1980+) - Qualifications: AOCP 616, 1930, No. ?? in NSW; 2COCP 323, 1931; 1COCP 398, 1940 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Ryde, 1930-1943); radio engineer (Gladesville, 1949; Matraville, 1954-1980) ===''JOHNSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. D. Johnstone|Johnstone, H. D.]] - 19??(???)-19??(???) - Licences: 3HJ Melbourne (Surrey Hills, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified ===''JONASSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Peter Jonasson|Jonasson, Roy Peter]] [https://www.familysearch.org/tree/person/details/9KPW-ZL1] - 1908(Qld)-1989(Qld) - Licences: 4NG Alberton (1931-1933); 7NG Derwent Park (1937-1939); 3ND Castlemaine (1946-1969); 9NG, PNG; 4NE Brisbane (Kingston, 1980) - Qualifications: cc; AOCP 827, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, QRP Club, RAAF Wireless Reserve, Qld Listeners' League); employment (Qld State Electricity Commission) - Electoral Rolls: electrical fitter (Castlemaine, 1942-1972); retired (Kingston, Qld, 1972-1980) ===''JONES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Ernest Jones|Jones, Alfred Ernest]] [https://www.familysearch.org/tree/person/details/G61R-CTW] - 1894(NSW)-1970(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 241, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Comment: not all electoral roll entries identified, several contemporaneous AEJs; Electoral Rolls: radio telegraphist (Broome, WA, 1917-1922) * [[/David William Jones|Jones, David William]] - 19??(???)-19??(???) - Licences: 4DJ Brisbane (Chelmer, 1930-1933) - Qualifications: cc; AOCP 683, 1930, No. ?? in Qld - amateur operator, amateur broadcaster - Comment: several contemporaneous DWJs - Electoral Rolls: public servant (Chelmer, 1925-1931); engineer (Holland Park, 1958)? * [[/Lancelot Cyril Jones|Jones, Lancelot Cyril "Lance"]] [https://www.familysearch.org/tree/person/details/G8L3-2LS] - 1891(SA)-1971(SA) - Licences: XVB Adelaide (Hawthorn, 1913-1914); 5BQ Adelaide (Westbourne Park, 1923-1924); 5DN Adelaide (City, 1923-1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; co-founder 5DN commercial Adelaide - Electoral Rolls: manager (Broadway Estate, 1939-1943) * [[/Raymond Edward Jones|Jones, Raymond Edward]] [https://www.familysearch.org/tree/person/details/LL9R-FLM] - 1900(Vic)-1987(Vic) - Licences: 3RJ Melbourne (Ascot Vale, 1928; Box Hill, 1931-1939, 1946-1980+) - Qualifications: AOCP 407, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: telegraphist (Newmarket, 1921); public servant (Ascot Vale, 1922-1924); telegraphist (Box Hill, 1931-1943); supervisor (Box Hill, 1949-1963); retired (Box Hill, 1968-1980) * [[/Stanley William Jones|Jones, Stanley William]] [https://www.familysearch.org/tree/person/details/GZL8-BPL] - 1917(Vic)-1943(PNG) - Licences: 3SF Ballarat (1937-1939) - Qualifications: AOCP 1953, 1937, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Signalman, 6 Division Signals) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1687469] (beware, another Stanley William Jones died in WW2, Flight Sergeant, 626 Squadron) * [[/Walter Henry Jones|Jones, Walter Henry]] [https://www.familysearch.org/tree/person/details/G8NB-Z8F] - 1914(NSW)-1980(NSW) - Licences: 2PY Sydney (Marrickville, 1930-1933); 2RS Sydney (Marrickville, 1935-1939); 2WP Sydney (Bexley, 1965-1980) - Qualifications: AOCP 652, 1930, NSW; 1COCP 57, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless telegraphist (Bexley North, 1949-1972); telegraphist (Bexley North, 1977-1980); Beware: Another contemporaneous Walter Henry Jones in Sydney b.1915 m.Edith * [[/W. R. Jones|Jones, W. R.]] - 19??(???)-19??(???) - Licences: 4EK Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''JORDAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Jordan|Jordan, James "Jim"]] [https://www.familysearch.org/tree/person/details/GXHL-VNQ] - 1903(Sct)-1979(Qld) - Licences: 4JJ Ipswich (1933); 4JJ Bundaberg (1934-1939) - Qualifications: cc; AOCP 1162, 1933, Qld - amateur operator; amateur broadcaster; broadcast engineer (4BU); senior military (RAAF, Wing-Commander) - Electoral Rolls: striker (West Ipswich, Qld, 1932); radio mechanic (Bundaberg, Qld, 1934-1937) * [[/Robert Jordan|Jordan, Robert]] - 1893(NZ)-19??(???) - commercial operator (1COCP 4, 1914, No. 4 in Aus and Vic, Commonwealth system) - coastal station operator? ===''JUDD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Harvey Judd|Judd, Clarence Harvey]] [https://www.familysearch.org/tree/person/details/GXVF-9XS] - 1920(SA)-1986(SA) - Licences: 5HQ Adelaide (Colonel Light Gardens, 1954-1980) - Qualifications: cc; AOCP 3374, 1953, Qld - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/Oswald William Judd|Judd, Oswald William]] [https://www.familysearch.org/tree/person/details/GXVX-X56] - 1896(SA)-1934(SA) - Licences: XVF Adelaide (North Norwood, 1913); Receive Adelaide (Payneham, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: Nil yet identified =='''K'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''KANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Leslie Kane|Kane, John Leslie "Les"]] - 1910(Qld)-1985(Qld), 4ZZ Roma, amateur operator (AOCP 2335, 1939, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), senior state public servant (Qld Railways) ===''KAUFMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Samuel Donald Kaufman|Kaufman, Samuel Donald]] [https://www.familysearch.org/tree/person/details/LB6X-937] - 1904(NSW)-1988(NSW) - Licences: 2SK Sydney (Belmore, 1928-1939, 1946-1980+) - Qualifications: AOCP 448, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Belmore, 1933-1980) ===''KAUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Alexis Kauper|Kauper, Henry or Heinrich Alexis "Harry"]] [https://www.familysearch.org/tree/person/details/GZXZ-WYQ] - 1888(Vic)-1942(Vic) - Licences: S643 Adelaide (1921-1922); 5BG Adelaide (Dulwich, 1923-1926; Tusmore, 1927-1928) - Qualifications: cc; AOCP 97, 1925, No. ?? in SA - amateur operator; amateur broadcaster; broadcast engineer; inventor - Electoral Rolls: chauffer (Willaura, Vic, 1910); engineer (Richmond, Vic, 1931-1937) - [https://adb.anu.edu.au/biography/kauper-henry-alexis-harry-6898 ADB] ===''KAYESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Kayess|Kayess, Sydney]] [https://www.familysearch.org/tree/person/details/GCYG-NHD] - 1892(NSW)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified -RANRS (CPOE, 1917) - Electoral Rolls: fitter & turner (Cooktown, 1917); engineer (Hendra, Qld, 1919); engine driver (Charleville, Qld, 1921); mechanic (Mossman, 1925); motor mechanic (Watchem, Vic, 1928); auto engineer (Dulwich Hill, NSW, 1930); garage manager (New Lambton, NSW, 1930; Foveaux, NSW, 1933); engineer (Forest Lodge, NSW, 1935-1937); labourer (Darlinghurst, 1937; Glenmore, NSW, 1943); mechanical engineer trainee (Haberfield, NSW, 1949); engineer (Manly North, NSW, 1958) ===''KEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Patrick James Keane|Keane, John Patrick James]] [https://www.familysearch.org/tree/person/details/G8V5-P25] - 1903(NSW)-1964(NSW) - Licences: 2JN Cessnock (1930-1936; 2JN Sydney (Bexley, 1937-1939; McMahons Point, 1946-1961) - Qualifications: AOCP 698, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: storeman (Darling Harbour, 1930); clerk (Cessnock, 1931-1932; Newcastle, 1934; Bexley, 1935-1937; McMahons Point, 1943-1949; North Sydney, 1958-1963) ===''KEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Keast|Keast, Leslie John]] [https://www.familysearch.org/tree/person/details/K2QP-J6X] - 1886(SA)-1957(WA) - Journalist (Wireless Weekly; shortwave editor, Australasian Radio World, 1940-1951; Radio & Hobbies), professional monitor (OWI/VOA, WW2), silent era cinematographer - Electoral Rolls: licensed victuallar (Royal Hotel, Bowral, 1933-1934); ex-hotelkeeper (Coogee, 1935); clerk (Randwick North, 1936-1937); sales manager (Carlingford, 1943); organising secretary (Ermington, 1949-1958) ===''KEDDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Robert Keddie|Keddie, Phillip Robert]] [https://www.familysearch.org/tree/person/details/G67S-1T7] - 1921(SA)-2003(SA) - Licences: 5KZ Adelaide (Woodville Park, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1882, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: AMF (Woodville Park, SA, 1943) ===''KELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Edward Kells|Kells, Alfred Charles Edward]] [https://www.familysearch.org/tree/person/details/LTMT-7D3] - 1900(Vic)-1955(Vic) - Licences: Receive Melbourne (Moonee Ponds, 1923); 2430 Melbourne (Moonee Ponds, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: postal electrician (Moonee Ponds, 1921-1925); mechanic (Essendon, 1928-1954) ===''KELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Wainwright Kelly|Kelly, Alexander Wainwright]] [https://www.familysearch.org/tree/person/details/GZP6-G6V] - 1908(SA)-1954(SA) - Licences: Receive (Crystal) Largs Bay (1923); Receive Largs Bay (1923); 5AW Lyndoch (1927-1939); 5XO Loxton (1954) - Qualifications: cc; AOCP 358, 1927, No. ?? in SA - amateur operator; amateur Broadcaster - Electoral Rolls: winemaker (Berri, 1939-1943) * [[/Ross Donaldson Kelly|Kelly, Ross Donaldson]] [https://www.familysearch.org/tree/person/details/G7BG-2PR] - 1906(SA)-1959(SA) - Licences: 5LW Adelaide (Unley, 1937-1939; Hazelwood Park, 1948-1956) - Qualifications: cc; AOCP 2032, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: assurance agent (Dulwich, 1941-1943) ===''KELSO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham Kelso|Kelso, Graham]] [https://www.familysearch.org/tree/person/details/GXXH-9DH] - 19??(???)-19??(???) - Licences: 4EL Receive Brisbane (Nundah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: PMG technician (Petrie Terrace, Qld, 1958); technician (Brisbane, Qld, 1968; St Lucia, Qld, 1972-1980) ===''KEMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Kemble|Kemble, Frederick John]] [https://www.familysearch.org/tree/person/details/GZZ2-8WY] - 1915(SA)-1939(WA) - Licences: 6FJ Katanning (1936-1939) - Qualifications: cc; AOCP 1673, 1936, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: blacksmith's striker (Katanning, WA, 1937) ===''KEMP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Kemp|Kemp, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GZ2F-PYS] - 1910(Qld)-1997(Qld) - Licences: 4YA Yangan - Qualifications: cc; AOCP 1466, 1935, Qld; BOCP 110, 1937; 2COCP 123, 1937; 1COCP 163, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Swanfels, Qld, 1936-1937); radio technician (Kedron, Qld, 1943-1949; Wavell Heights, Qld, 1954-1980) * [[/Joseph Edward Kemp|Kemp, Joseph Edward]] [https://www.familysearch.org/tree/person/details/G691-NWV] - 1918(Tas)-1991(WA) - Licences: 7RZ Devonport (1937-1939); 7RZ Launceston (1946-1948) - Qualifications: cc; AOCP 1847, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio telegraphist (Como, 1949); radio officer (Esperance, 1954-1958; Yokine, WA, 1963-1980) ===''KEMPSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Kempster|Kempster, Frederick]] [https://www.familysearch.org/tree/person/details/LVPC-NHM] - 1900(SA)-1957(SA) - Licences: 5KM Darwin (1929-1931); 8KM Darwin (1937-1939) - Qualifications: cc; AOCP 543, 1929, No. ?? in NT - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Fullarton, 1934); supervisor (Fullarton, 1939-1943) ===''KENNA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Francis Kenna|Kenna, Vernon Francis "Vern" / "Marconi"]] [https://www.familysearch.org/tree/person/details/GS1D-4ZV] - 1908(Qld)-1987(NSW) - Licences: 4DE Receive Brisbane (Hamilton, 1923-1924); 4FK Brisbane (Hamilton, 1926-1939); 2JR Sydney (Middle Cove, 1980+) - Qualifications: cc; AOCP 301, 1926, No. 29 in Qld - amateur operator; amateur broadcaster; broadcast engineer (PMGD); radiocommunications engineer; senior public servant (PMG, ABC2); WW2 - Electoral Rolls: postal electrician (Hamilton, Qld, 1936-1954); engineer (Balwyn, Vic, 1963; Killara, 1963; Middle Cove, 1968-1972; Willoughby, 1977-1980) ===''KENNEDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Kennedy|Kennedy, Peter]] [https://www.familysearch.org/tree/person/details/GDKD-8Q7] - 1874(Vic)-1945(SA) - Licences: XYD Perth (City, 1913-1914); 6AM Perth (Mt Lawley, 1923-1927); 5AM Adelaide (City, 1928; Unley, 1931; New Parkside, 1933-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; senior federal public servant (PMG, concluding as Deputy Postmaster-General SA); WW1 - Awards: Imperial Service Order - Electoral Rolls: telegraphist (Leederville, 1903; Mt Lawley, 1910-1921); State Engineer (Maylands, 1925-1926); civil servant (New Parkside, 1939-1943) * [[/M. Kennedy|Kennedy, M.]] - 19??(???)-19??(???) - Licences: 4EP Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter Donald Kennedy|Kennedy, Walter Donald]] [https://www.familysearch.org/tree/person/details/LBRG-1WB] - 1869(NSW)-1951(NSW) - Licences: 2WK Sydney (Rockdale, 1925-1926; Willoughby, 1927-1929); 2WK Helensburgh (1930-1933); 2WK Sydney (East Sydney, 1934); 2WK Wallerawang (1935); 2WK Sydney (Rockdale, 1936-1939, 1946-1950) - Qualifications: cc; AOCP 121, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: clergyman (Murrumburrah, 1913; Helensburgh, 1930-1932); clerk (Darlinghurst, 1934-1935); clerk in Holy Orders (Rockdale, 1936-1949) ===''KENNY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Francis Kenny|Kenny, Edmund Francis]] [https://www.familysearch.org/tree/person/details/G8MB-R3M] - 1903(NSW)-1980(NSW) - Licences: 2EK Sydney (Lewisham, 1927-1928; Croydon, 1929; Ryde, 1930-1931; Granville, 1933-1939, 1946-1948); 2EK Wentworthville (1950-1980) - Qualifications: AOCP 373, 1927, No. ?? in NSW -amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1930); clerk (West Ryde, 1930-1933); engineer (Granville, 1935-1949); radio engineer (Wentworthville, 1954-1968); engineer (Wentworthville, 1972-1977) ===''KEOGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Keogh|Keogh, William George]] [https://www.familysearch.org/tree/person/details/GDJ4-H7G] - 19??(???)-1960(NSW) - Licences: 2ZA Receive Sydney (Stanmore, 1923); 2ZA Sydney (Summer Hill, 1923; Stanmore, 1924-1925); licensed operator 2AG Grace Bros Broadway - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Randwick North, 1943-1958) ===''KERBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Thomas John Kerby|Kerby, Edwin Thomas John]] [https://www.familysearch.org/tree/person/details/GM72-SFL] - 1888(Vic)-1971(Vic) - Licences: 7EK Ringarooma (1932-1939); 3KK Melbourne (Auburn, 1946-1969) - Qualifications: cc; AOCP 940, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW1; WW2 (Major) - Awards: Military Star 1914-1915; British War Medal, Victory Medal; MBE - Electoral Rolls: manager (Ballarat, 1909); restaurant keeper (Brunswick, 1914); electrical engineer (Richmond, 1914-1917); grazier (Ballarat, 1919); farmer (Linton, 1922); grazier (Fawkner, 1924-1925); engineer (St Kilda, 1943; Auburn, 1949-1968) - Links: [[w:Edwin Kerby|Wikipedia]] ===''KERMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Kermond|Kermond, Leslie John "Les"]] [https://www.familysearch.org/tree/person/details/G8W7-Y88] - 1912(Vic)-2007(Vic) - Licences: 3DX Warrnambool (1928-1980+) - Qualifications: AOCP 417, 1928, No. ?? in Vic; AOLCP 182, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: biograph operator (Warrnambool, 1936-1937); engineer (Swan Hill, 1942); radio engineer (Warrnambool, 1949-1980) ===''KERNICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Edwin Kernick|Kernick, Percy Edwin]] [https://www.familysearch.org/tree/person/details/LX7S-JW1] - 1888(NSW)-1965(WA) - Licences: 6PK Perth (South Perth, 1927-1939, 1946-1947) - Qualifications: cc; AOCP 378, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Sandstone/Mt Magnet, 1910); telegraphist (Brown Hill/Kalgoorlie, 1917; South Perth, 1925-1963) ===''KERR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dixon Kerr|Kerr, Alfred Dixon]] [https://www.familysearch.org/tree/person/details/GZT8-ZKF] - 1910(Vic)-1977(Vic) - Licences: 3AL Ballarat (1926-1939, 1946-1960); 3JQ Melbourne (Hawthorn, 1975) - Qualifications: AOCP 284, 1926, No. ?? in Vic; AOLCP 18, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Ballarat, 1931-1968); retired (Hawthorn, 1977) * [[/Roy Kerr|Kerr, Roy]] [https://www.familysearch.org/tree/person/details/GXHP-SBX] - 1917(Qld)-1988(Qld) - Licences: 4DK Winton (1937-1939); 4DK Brisbane (Tingalpa, 1946-1951) - Qualifications: cc; AOCP 1941, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; federal public servant (PMGD, telegraphist) - Relationships: brother of Vernon Lester Kerr 4LK - Electoral Rolls: * [[/Vernon Lester Kerr|Kerr, Vernon Lester "Vern"]] [https://www.familysearch.org/tree/person/details/GXHP-MCW] - 1912(Qld)-1979(Qld) - Licences: 4LK Winton (1932-1933); 4LK Cloncurry (1937-1939, 1946-1948); 4LK Charters Towers (1954-1969); 4LK Charleville (1975) - Qualifications: cc; AOCP 800, 1931, No. ?? in Qld; COCP 1941, amateur operator; amateur broadcaster; radio club (WIAQ, Soc Wireless Pioneers USA); employment (RFDS, technical officer / controller / announcer) - Relationships: brother of Roy Kerr 4DK - Electoral Rolls: radio technician (Charters Towers, Qld, 1954-1977); technician (Charleville, Qld, 1977) ===''KHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kullandar Jallander Khan|Khan, Kullandar Jallander]] [https://www.familysearch.org/tree/person/details/GX89-VLY] - 1916(Qld)-1983(Qld) - Licences: 4QA Cairns (1937-1939, 1947); 4DC Cairns (1948-1960); 4DC Brisbane (New Farm, 1965-1980+) - Qualifications: cc; AOCP 1979, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 4QA may have been withdrawn by PMGD for 4QA Cairns - Electoral Rolls: picture theatre operater (Cairns, Qld, 1943); radio serviceman (Cairns, Qld, 1954-1958); tv technician (New Farm, Qld, 1968-1977); retired (New Farm, Qld, 1980) ===''KIDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian McIvor Kidman|Kidman, Ian McIvor]] [https://www.familysearch.org/tree/person/details/LD7Q-7N2] - 1915(SA)-1981(SA) - Licences: 5JK Naracoorte (1933-1937) - Qualifications: cc; AOCP 1163, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''KILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Harold Kilby|Kilby, Raymond Harold]] [https://www.familysearch.org/tree/person/details/G691-9VD] - 1918(Tas)-1999(Tas) - Licences: 7RK Launceston (1935-1939, 1946-1980+) - Qualifications: cc; AOCP 1461, 1935, No. ?? in Tas; BOCP 1568, 1957; 1COCP 1862, 1958; 2COCP T1, 1977 - amateur operator; amateur broadcaster - Electoral Rolls: upholsterer (Launceston, 1943-1972) ===''KILGARIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Kilgariff|Kilgariff, Joseph]] [https://www.familysearch.org/tree/person/details/GDS2-XBD] - 1886(NSW)-1971(SA) - Licences: 5JT Adelaide (Burnside, 1937-1939; Erindale, 1947-1948; North Glenelg, 1954-1969) - Qualifications: cc; AOCP 1884, 1937, SA; 2COCP 325, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carpenter (Boulder, WA, 1910-1912); builder (Alice Springs, NT, 1934; Burnside, SA, 1939); RAAF (Leabrook, SA, 1943) ===''KILSBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Wilbur Kilsby|Kilsby, Keith Wilbur]] [https://www.familysearch.org/tree/person/details/KCHP-4ZS] - 1912(SA)-1970(SA) - Licences: 5PR Moorak (1933); 5PR Birdwood (1938); 5PR Wiltyerong via Murray Bridge (1947); 5PR Mingary via Murray Bridge (1948); 5PR Murray Bridge (1954); 5PR Adelaide (Payneham, 1955-1969) - Qualifications: cc; 2COCP 419, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Birdwood, SA, 1939; Wiltyerong, SA, 1941-1943); ===''KING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Calvert King|King, Charles Calvert]] [https://www.familysearch.org/tree/person/details/GXQT-4R1] - 1885(Eng)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 105, 1915; 2COCP 155, 1930 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (New Town, Tas, 1914); warrant telegraphist (Wireless Station, Applecross, 1921-1925); music teacher (Randwick, NSW, 1930); musician (Clovelly, 1931; Rose Bay, 1932-1933); librarian (Woollahra, 1934); salesman (Bondi, NSW, 1935); Model Maker (Watson's Bay, 1936-1937) * [[/Fred Esmond King|King, Fred Esmond (Electoral Rolls) or Esmonde (BMD)]] [https://www.familysearch.org/tree/person/details/GXNY-81C] - 1896(Qld)-1986(Qld) - Licences: 4CQ Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: station hand (Bulliwallah, Qld, 1919-1963) * [[/Frederick Venn King|King, Frederick Venn]] [https://www.familysearch.org/tree/person/details/KJHN-MV3] - 1888(Qld)-1968(Qld) - Licences: Receive (Valve) Cunnamulla (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: station hand (Weelamurra Station, Qld, 1909); grazier (Weelamurra Station, Qld, 1913-1921); not stated (Warrambah Station, Cunnamulla, Qld, 1925); grazier (Barrington Station, Cunnamulla, Qld, 1930-1954); retired (Camp Hill, Qld, 1958-1968) ===''KINGWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hercules Kingwell|Kingwell, William Hercules]] - broadcast planning engineer (PMGD, ABCB) ===''KINSELLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Thomas Kinsella|Kinsella, Hector Thomas]] [https://www.familysearch.org/tree/person/details/G8NC-XN9] - 1912(WA)-1993(WA) - Licences: 6HK Perth (Hollywood, 1930; East Perth, 1931) - Qualifications: cc; AOCP 641, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (South Perth, 1936-1937; Victoria Park, 1943); pharmacist (Perth, 1949; Narrogin, 1954-1958; Applecross, 1963; Ardross, 1968-1972; Booragoon, 1977-1980) * [[/Thomas Wade Kinsella|Kinsella, Thomas Wade]] [https://www.familysearch.org/tree/person/details/G8P2-TSG] - 1904(Vic)-2001(NSW)96yo - Licences: Receive (Crystal) Lubeck (1923); 3TK Lubeck (1924-1926); 3TK Rupanyup (1937-1939); 2FK Sydney (Rose Bay, 1946; Herne Bay, 1947; Sans Souci, 1948-1980+) - Qualifications: cc; AOCP 1992, 1937, No. ?? in Vic; BOCP 532, 1943 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrician (Lubeck, 1927-1936); RAN (Sans Souci, 1949-1980) - Relationships: brother of 3AKW William Jennings Kinsella * [[/William Jennings Kinsella|Kinsella, William Jennings]] [https://www.familysearch.org/tree/person/details/G8PG-S8S] - 1914(Vic)-2011(Vic) - Licences: 3AKW Lubeck (1947-1980+) - Qualifications: cc; BOCP 498, 1943; 2AOCP 55, 1946 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grazier (Magdala, Lubeck, 1936-1972; Lubeck, 1977-1980) - Relationships: brother of 3TK-2FK Thomas Wade Kinsella ===''KINZBRUNNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Charles Kinzbrunner|Kinzbrunner, Harry Charles]] [https://www.familysearch.org/tree/person/details/G8H4-SZM] - 1903(Eng)-1982(Qld) - Licences: 4HK Cloncurry (1929-1931); 4HK Mareeba (1933); 4HK Tully (1937-1939); 4HK Atherton (1946-1980+) - Qualifications: cc; AOCP 474, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), employment (Australian Inland Mission, QATB) - Electoral Rolls: radio mechanic (Malanda, 1937); electrical engineer (Ashgrove, 1943); radio mechanic (Atherton, 1943); refrigeration & electrical contractor (Atherton, 1949-1972); electrical contractor (Atherton, 1977-1980) ===''KIRBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ewan Russell Kirby|Kirby, Ewan Russell]] [https://www.familysearch.org/tree/person/details/G4R1-4J7] - 1885(Tas)-1947(Tas) - Licences: XZB Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; First set 1909 communicated with M. Harvey; employed Hydro-electric Dept - Electoral Rolls: electrician (Hobart South, 1914-1919); engineer (Hobart West, 1922-1936) ===''KIRKBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Kirkby|Kirkby, Brian]] - historian (early wireless experimenters, Edward Hope Kirkby, Archibald John Shaw), great grandson of Edward Hope Kirkby * [[/Charles Edward Kirkby|Kirkby, Charles Edward]] - 1886(Vic)-1954(NSW) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of George Gill Kirkby * [[/Edward Hope Kirkby|Kirkby, Edward Hope]] - 1853(At sea)-1915(NSW) - early wireless and X-ray experimenter, father of George Gill Kirkby and Charles Edward Kirkby * [[/George Gill Kirkby|Kirkby, George Gill]] - 1884(Vic)-1916(Vic) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of Charles Edward Kirkby ===''KIRKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Basil Everald Wharton Kirke|Kirke, Basil Everald Wharton]] [https://www.familysearch.org/tree/person/details/G6NX-FFQ] - 1893(NSW)-1958(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; chief studio announcer/Uncle "Bas" (2BL); manager, 6WF; manager 9PA (1946); manager (ABC, Victoria, 1936) - Electoral Rolls: manager (Subiaco, 1931; Perth, 1934-1936; Melbourne, 1937-1943; Perth, 1954) - Links: [https://adb.anu.edu.au/biography/kirke-basil-everald-wharton-10751 ADB] ===''KIRKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Booth Kirkland|Kirkland, John Booth]] - 1861(Vic)-1900(Vic) - early telephone experimenter, Melbourne, Geelong & Ballarat ===''KISSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Leslie Hawthorn Kissick|Kissick, Alfred Leslie Hawthorn]] [https://www.familysearch.org/tree/person/details/LK9D-7LL] - 1904(Vic)-1967(Vic) - Receive Melbourne (Brunswick, 1923-1924), 3KB Melbourne (Brunswick, 1925-1939, 1946-1965), amateur operator (AOCP 141, 1925, No. ?? in Vic), operator 3CR Coburg Radio Club (1925), amateur broadcaster, clerk (1934) ===''KITTO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Collingwood Kitto|Kitto, Thomas Collingwood]] [https://www.familysearch.org/tree/person/details/MCKM-W8G] - 1903(Tas)-19??(???) - Licences: 7?? Launceston (1928); 5JR Adelaide (Tusmore, 1931); 2JR Newcastle (1933); 2JS Newcastle (1933-1939) - Qualifications: cc; AOCP 425, 1928, No. ?? in Tas; AOLCP 43, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Launceston, 1928); radio engineer (Sandgate, NSW, 1935; Ulverstone, Tas, 1937); engineer (Hawthorn, Vic, 1942); radio engineer (Prahran, 1949); retired (Deception Bay, 1972) ===''KLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Robert Kling|Kling, John Robert]] [https://www.familysearch.org/tree/person/details/LRQZ-B4W] - 1905(Vic)-1969(Vic) - Licences: 3JB Melbourne (Balwyn, 1928; South Camberwell, 1931; Hawthorn East, 1933; Hampton, 1937-1939); 3AJQ Melbourne (Seaford, 1954-1955; Lower Ferntree Gully, 1956; Frankston, 1960-1965) - Qualifications: AOCP 403, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Camberwell, 1931-1933; Sandringham, 1936-1937); engineer (Sandringham, 1942; Bacchus Marsh, 1949); radio sound engineer (Seaford, 1954); electrician (Frankston, 1963-1968) ===''KNAPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carlo Patrick Knapton|Knapton, Carlo Patrick]] [https://www.familysearch.org/tree/person/details/9DQR-R5C] - 1879(Irl)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - wireless trader (WA); witness to Royal Commission 1927 (as vice-president, Wireless Traders Assoc, WA) - Electoral Rolls: engineer (Carlton, Vic, 1914); lighting engineer (South Perth, 1921-1954) ===''KNEIPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Kneipp|Kneipp, James Henry "Jim"]] [https://www.familysearch.org/tree/person/details/GQ5R-YBH] - 1875(NSW)-1958(Qld) - Licences: Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: saddler (Morningside, Qld, 1905); railway employee (Morningside, Qld, 1908-1917; Cannon Hill, Qld, 1919-1958) ===''KNIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Keith Knight|Knight, Rupert Keith]] [https://www.familysearch.org/tree/person/details/G8MJ-Z5W] - 1898(Qld)-1934(Qld) - Licences: 4RK Toowoomba (1926-1927) - Qualifications: cc; Nil identified - amateur operator; amateur broadcaster - Halcyon: not mentioned? - Electoral Rolls: clerk (Toowoomba, 1919); bank clerk (East Toowoomba, 1925-1926); not specified (East Toowoomba, 1928-1932) ===''KNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Brader Knock|Knock, Donald Brader "Don"]] [https://www.familysearch.org/tree/person/details/GWWR-L62] - 1898(Eng)-1966(NSW) - Licences: 1911 Manchester; G6XG London (1924-1926); 2NO Sydney (Cremorne, 1926-1927; Vaucluse, 1927; Kirribilli, 1928; Randwick, 1929); 6NK Wyndham (1930-1931); 2NU Portable Sydney 1935-1939; 5NO Portable Central Australia; 2NO Sydney (Waverley, 1946-1966) - Qualifications: cc; AOCP 335, 1927, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (2MO); radiocommunications engineer; journalist (Wireless Weekly, Radio in ANZ, Radio Monthly, Australian Radio News, Bulletin, Australasian Radio World); military (WW1 - Royal Naval Air Service, WW2 - AIF lieutenant-major) - Electoral Rolls: engineer (Waverley, 1930); radio journalist (Waverley, 1932-1933); radio engineer (Waverley, 1935-1963) ===''KNOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carlisle Maddison Knowles|Knowles, Henry Carlisle Maddison]] [https://www.familysearch.org/tree/person/details/L4Q8-642] - 1901(NSW)-1945(ACT) - Licences: 2LK Sydney (Arncliffe, 1930-1931) - Qualifications: AOCP 653, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: pharmacist (Woolahra, 1933; Kingston, ACT, 1935-1943) ===''KOSSECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edwin Frederick Kosseck|Kosseck, Edwin Frederick]] [https://www.familysearch.org/tree/person/details/G8VB-VTG] - 1909(Vic)-1989(Vic) - Licences: 3EK Geelong (Belmont, 1930-1933); 3AKE Geelong (Newport, 1947; Belmont, 1948-1980+) - Qualifications: AOCP 705, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: gardener (Belmont, 1931-1937); RAAF (Newport, 1943); gardener (Belmont, 1949-1980) ===''KRAEGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl W. J. Kraegen|Kraegen, Carl W. J. "Charles"]] - 1831?(Germany?)-1871(NT) - employment (Vic Posts & Telegraphs, SA Posts & Telegraphs), telegraph operator (Ballarat, Portland), developed an early system of explosive detonation by battery, tragically died of thirst during the construction of the Overland Telegraph ===''KRUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Augustine Kruger|Kruger, Francis Augustine]] [https://www.familysearch.org/tree/person/details/GDJZ-58H] - 1907(Vic)-1992(Vic) - Licences: 3HE Receive Charlton (1922-1923); 3HE Charlton (1924-1925); 3AI Charlton (1935-1939); 3AI Strathmore (1946-1980+) - Qualifications: cc; AOCP 1541, 1935, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: dental mechanic (Charlton, 1928-1937); cinema operator (Charlton, 1942); executive (Essendon, 1949-1968; Strathmore, 1977-1980) =='''L'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''LABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Howell Laby|Laby, Thomas Howell]] - 1880(Vic)-1946(Vic) - frequent lecturer on wireless topics to WIA Vic in the 1920s, education (BA Cambridge 1905, PhD Cambridge 1921), employment (University of Sydney, 1901-1904; Cavendish Laboratory, 1905; Professor Physics, Victoria University College, Wellington, 1909; Professor Natural Philosophy, University of Melbourne, 1915-1930+), Royal Society of Victoria (president, 1924) ===''LACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Lack|Lack, Francis James]] [https://www.familysearch.org/tree/person/details/LCQH-WJR] - 1876(NSW)-1949(Qld) - Licences: Receive (Valve) Brisbane (Sandgate, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Warwick, Qld, 1903; Tiaro, Qld, 1905-1906; Maryborough, Qld, 1908); fish agent (Maryborough, Qld, 1913); engineer (Sandgate, Qld, 1916); accountant (Sandgate, Qld, 1917-1949) ===''LAHEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Wesley Lahey|Lahey, John Wesley]] [https://www.familysearch.org/tree/person/details/LKRX-KPL] - 1850(Irl)-1937(Qld) - Licences: 4EG Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: sawmill proprietor (Clayfield, Qld, 1908-1909); sawmiller (Clayfield, Qld, 1913-1936) ===''LAIDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Laidler|Laidler, Thomas]] [https://www.familysearch.org/tree/person/details/L1KG-31L] - 1904(Eng)-1995(SA) - Licences: 5TL Ceduna (1937-1939, 1947); 5TL Largs Bay (1948); 5TL Renmark (1954-1960); 5TL Adelaide (Glandore, 1965-1980+) - Qualifications: cc; AOCP 1934, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: postmaster (Ceduna, SA, 1939-1943) ===''LAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Lake|Lake, Eric James]] [https://www.familysearch.org/tree/person/details/GDFZ-CKK]- 1906(Eng)-1966(Qld) - Licences: 4EL Brisbane (Kangaroo Point, 1932-1939; Camp Hill, 1946-1948); 4EL Clevedon (1954-1956); 4EL Townsville (Belgian Gardens, 1960-1965) - Qualifications: cc; AOLCP 54, 1931; AOCP 966, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, instructor); broadcast technician (4QN); federal public servant (PMGD) - Electoral Rolls: radio operator (Coorparoo, Qld, 1937); radio technician (Camp Hill, Qld, 1943-1949; Townsville, Qld, 1954-1963); ===''LAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Federal Laker|Laker, Frank John Federal]] [https://www.familysearch.org/tree/person/details/M1V2-P8Q] - 1899(NSW)-1953(NSW) - Licences: 2ZE Deniliquin (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: sales manager (St Kilda, Vic, 1925); clerk (Bondi, 1935-1937); accountant (North Rocks, 1954) ===''LALOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Fintan Lalor|Lalor, Peter Fintan]] - 1827(Irl)-1889(Vic) - Leader of the Eureka Stockade, Postamaster-General Victoria (Aug 1875-Oct 1875) ===''LAMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. D. Lamb|Lamb, A. D.]] - 19??(???)-19??(???) - Licences: 4DK Receive Brisbane (New Farm, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James Joseph Wiseman Lamb|Lamb, James Joseph Wiseman]] [https://www.familysearch.org/tree/person/details/GX7M-49X] - 1876(Vic)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 119, 1915; 1COCP 264, 1932 - RANRS (Warrant Telegraphist, 1917) - Relationships: father of Harry Spencer Lamb - Electoral Rolls: civil servant (Subiaco, WA, 1910); radio station master (Townsville, Qld, 1921); wireless (Malvern, Vic, 1927); superintendent (Toorak, Vic, 1928-1936; Elsternwick, Vic, 1937); retired (Elsternwick, Vic, 1942) * [[/Harry Spencer Lamb|Lamb, Harry Spencer]] [https://www.familysearch.org/tree/person/details/GX7M-SQY] - 1906(WA)-1984(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Relationships: son of James Joseph Wiseman Lamb - Electoral Rolls: ===''LAMBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Clayton Lambert|Lambert or Mason, Frank Clayton]] [https://www.familysearch.org/tree/person/details/G8C3-761] - 1908(WA)-1993(WA) - Licences: 6FL Perth (South Perth, 1929-1931); 6FL Geraldton (1933); 6FL Perth (Wembley, 1937-1939; Subiaco, 1947); 3AFL Bairnsdale (1948); 6FL Perth (Claremont, 1954-1956; Bassendean, 1965-1980+) - Qualifications: cc; AOCP 503, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: picture employee (South Perth, WA, 1931); projectionist (Albany, WA, 1934); sound projectionist (East Fremantle, WA, 1936); projectionist (Wembley Park, WA, 1937); radio technician (Subiaco, WA, 1943-1949); dealer (Claremont, WA, 1954); radio dealer (Bassendean, WA, 1958-1980) ===''LANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Herbert Dodson Lane|Lane, Cyril Herbert Dodson]] - 1888(NSW)-1915(Tur) - XDM Sydney (1909-1914), early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in NSW), born Cyril Herbert Dodson, brother-in-law of Charles Dansie Maclurcan "Greater love hath no man" ===''LANGFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Leslie Langfield|Langfield, Harold Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/GX84-3D6] - 1893(Wales)-1982(Qld) - Licences: 4CO Brisbane (Rosalie, 1935-1960) - Qualifications: cc; AOCP 1572, 1935, Qld - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: club steward (Rosalie, Qld, 1934-1977; Paddington, Qld, 1980); ===''LANGFORD-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fritz Langford-Smith|Langford-Smith, Fritz]] - 1904(NSW)-1966(NSW) - 2?? Sydney, amateur operator (AOCP ??, 19??, No. ?? in Qld), electronics designer (AWA), author (Radiotron Designers Handbook), journalist (Radiotronics) - Links: [http://messui.polygonal-moogle.com/valves/NW198908.pdf EA] ===''LANGHANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ron Langhans|Langhans, Ron]] - historian (broadcasting) ===''LANGRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George David Langridge|Langridge, George David]] - 1829(Eng)-1891(Vic) - Postmaster-General Victoria in early 1880s ===''LAPTHORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Charles Lapthorne|Lapthorne, Horace Charles]] [https://www.familysearch.org/tree/person/details/G8W8-STK] - 1900(Vic)-1975(NSW) - Licences: 2TM Receive Sydney (Artarmon, 1923-1924); 2HL Sydney (Chatswood, 1928-1938; Lane Cove, 1939; Artarmon, 1948-1969); 2HL Noraville (1975) - Qualifications: AOCP 422, 1928, No. ?? in NSW - amateur operator? - Electoral Rolls: electrician (Artarmon, 1930-1937; Chatswood, 1943-1968); retired (Noraville, 1972) ===''LARSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Peter Christian Larsen|Larsen, Herbert Peter Christian]] [https://www.familysearch.org/tree/person/details/G36L-GHQ] - 1901(Qld)-1976(Qld) - Licences: 4JW Charters Towers(1928-1937); 4JW Cairns (1938-1939, 1947-1956); 4JW Charters Towers (1960-1975) - Qualifications: cc; AOCP 439, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: brewery hand (Charters Towers, 1925-1936); engine driver (Cairns, 1943-1954; Charters Towers, 1958-1968) ===''LARSSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gustaf William Larsson|Larsson, Gustaf William]] [https://www.familysearch.org/tree/person/details/GDTD-55K] - 1902(Tas)-1992(Tas) - Licences: 7BJ Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; AOLCP 92, 1932; AOCP 3275, 1952 - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Hobart West, 1928-1936) ===''LATHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Couzens Lathwell|Lathwell, Arthur George Couzens]] [https://www.familysearch.org/tree/person/details/GZH3-G9L] - 1911(WA)-1996(WA) - Licences: 6AL Bunbury (1935-1939, 1947-1975) - Qualifications: cc; AOCP 1467, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician's assistant (Bunbury, WA, 1936-1937); electrician (Bunbury, WA, 1943-1980) ===''LAUNDER-CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Edgar Launder-Cridge|Launder-Cridge, Wilfred Edgar]] [https://www.familysearch.org/tree/person/details/GXT9-S5L] - 1899(Eng)-1960(Tas) - Licences: 5BZ Adelaide (Brooklyn Park, 1928) - Qualifications: cc; 2COCP 200, 1930; 1COCP 120, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Essendon North, Vic, 1937; Aerodrome, Cambridge, Tas, 1943); OIC, DCA (Forrest, WA, 1958) ===''LAURENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Laurence|Laurence, John Henry]] [https://www.familysearch.org/tree/person/details/GXL7-YKV] - 1916(SA)-19??(???) - Licences: 5MZ Adelaide (Malvern, 1933-1939); 3PF Melbourne (Sandringham, 1947-1948); 3PF Benalla (1954-1980+) - Qualifications: cc; AOCP 1164, 1933, SA; 1COCP 118, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Ceduna, 1941-1943); farmer (Wellington, Benalla, 1949-1963; Benalla, 1967-1980) ===''LAURIE-RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melbourne Clive Laurie-Rhodes|Laurie-Rhodes, Melbourne Clive]] [https://www.familysearch.org/tree/person/details/GX6M-6K1] - 1915(Qld)-1997(NZ) - Licences: 4XU Brisbane (Hendra, 1934-1937) - Qualifications: cc; AOCP 1353, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: manager (Hendra, Qld, 1936-1937) ===''LAVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Poynton Laver|Laver, Charles Poynton]] [https://www.familysearch.org/tree/person/details/9JBH-SNC] - 1882(Eng)-1969(SA) - Licences: 5CP Cape Borda (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Lightkeeper (Cape Borda, SA, 1939; Edithburgh, 1941-1951) ===''LAVINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Morgan Eric Lavington|Lavington, Frederick Morgan Eric]] [https://www.familysearch.org/tree/person/details/GDJM-ZC9] - 1903(Tas)-1974(Vic) - Licences: 2ZC Receive Sydney (Bondi, 1923); 2ZC Sydney (Waverley, 1923; Bondi, 1924-1925; Mosman, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Manly, 1930); engineer (Strathfield, 1932; Ashfield West, 1935-1936); electrical engineer (Ashfield West, 1937); engineer (Kensington, 1949; Kingsford, 1954-1972) ===''LAWRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevan Alic Lawrie|Lawrie, Kevan Alec or Alic]] [https://www.familysearch.org/tree/person/details/GXRS-5YP] - 1915(SA)-2000(SA) - Licences: 5AK Adelaide (Lockleys, 1936-1939; York, 1947-1948; Lockleys, 1954-1965; Brooklyn, 1969-1980+) - Qualifications: cc; AOCP 1602, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (Lockleys, SA, 1939-1941) ===''LAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. W. Law|Law, F. W.]] - 19??(???)-19??(???) - Licences: 6DA Perth (Armadale, 1923); 6CZ Perth (Armadale, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''LAWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Andrew Laws|Laws, David Andrew]] [https://www.familysearch.org/tree/person/details/GZLN-FW5] - 1909(Qld)-1943(PNG) - Licences: 4DR Brisbane (Taringa, 1931-1939) - Qualifications: AOCP 829, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 (Army, M Special Unit, Commando)- Sacrifice: "Greater love hath no man than this" - Electoral Rolls: clerk (Taringa, 1936-1943) - Links: [https://vwma.org.au/explore/people/635901] * [[/Sidney Frank Henry Laws|Laws, Sidney Frank Henry]] [https://www.familysearch.org/tree/person/details/G6ZT-GBH] - 1893(NZ)-1973(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 6, 1914, No. 6 in Aus and Vic - commercial operator; coastal station operator; manager 7ZL (1927); witness to Royal Commission 1927 (obo 7ZL) - Electoral Rolls: radio engineer operator (Wireless Station, Townsville, 1915); farmer (Launching Place, 1918); electrical engineer (Prahran, Vic, 1919); engineer (Armadale, Vic, 1919-1924); manager (Launceston, 1928); company manager (Double Bay, NSW, 1930-1931) ===''LAWTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Kyle Lawton|Lawton, Alexander Kyle]] [https://www.familysearch.org/tree/person/details/LR8F-FWT] - 1889(Qld)-1978(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, federal public servant (PMGD), radio clubs (QWI, member), business (movie theatres, Amico), WW2 - Electoral Rolls: electrician (Toowoomba, 1913; Wynnum South, 1915-1916); manager (Windsor, 1919); engineer (Nundah, 1925-1928); manager (Townsville, 1936-1937; Nundah, 1943-1949); manufacturer's agent (Virginia, 1954-1958); company director (Ashfield, 1963); sales manager (Ashfield, 1968-1977) ===''LEADBITTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Leadbitter|Leadbitter, James Henry]] [https://www.familysearch.org/tree/person/details/GDP1-3V1] - 1882(NSW)-1946(NSW) - Licences: 2AF Receive West Wyalong (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: cycle mechanic (Darlington, 1903); mechanic (West Wyalong, 1913); cycle mechanic (West Wyalong, 1930-1943) ===''LEANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Gregory Leaney|Leaney, William Gregory]] [https://www.familysearch.org/tree/person/details/LK9P-JF9] - 1895(SA)-1982(Vic) - Licences: 3XN Receive Melbourne (Northcote, 1923); 3XN Melbourne (Northcote, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engine driver (Northcote, 1919-1954); driver (Coburg, 1963-1977); nil (Preston, 1980) ===''LEBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/David Leber|Leber, David]] [https://www.familysearch.org/tree/person/details/G8HD-847] - 1905(Vic)-1950(Vic) - Licences: 3DL Melbourne (Richmond, 1929-1939; Hawthorn, 1947-1948) - Qualifications: AOCP 481, 1929, No. ?? in Vic; 3COCP 45, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Richmond, 1927-1942); salesman (Hawthorn, 1949) ===''LECKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Herbert Crockett Leckie|Leckie, Herbert Crockett]] [https://www.familysearch.org/tree/person/details/LJ1R-QQN] - 1927(Vic)-1994(Vic) - Licences: 3LH Melbourne (Elwood, 1948-1980+) - Qualifications: cc; 1COCP 1170, 1947 - amateur operator - Electoral Rolls: student (St Kilda, 1949-1968; Elwood, 1972-1980); * [[/Raymond Campbell Leckie|Leckie, Raymond Campbell]] [https://www.familysearch.org/tree/person/details/GZ2Q-ZZV] - 1904(Vic)-1987(ACT) - Licences: 3TU Receive Melbourne (Sandringham, 1923); 3TU Melbourne (Sandringham, 1924-1927) - Qualifications: cc; AOCP 215, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Sandringham, 1926); public servant (Braddon, 1935; Turner, 1943-1968); examiner of patents (Hughes, 1972); retired (Hughes, 1977-1980) ===''LEE-ARCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Leslie Lee-Archer|Lee-Archer, Evan Leslie]] [https://www.familysearch.org/tree/person/details/LB2K-F3W] - 1911(Vic)-1993(Vic) - Licences: 3LM Melbourne (Glen Iris, 1929-1931); 3LM Wonthaggi (1933); 3LM Melbourne (Caulfield North, 1937; Malvern East, 1938) - Qualifications: AOCP 534, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Gardiner, 1933); radio engineer (Korumburra, 1934); engineer (Caulfield West, 1935); mechanic (Malvern East, 1937) ===''LEGGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Legge|Legge, Arthur William]] [https://www.familysearch.org/tree/person/details/9MJS-QKM] - 1906(Tas)-1968(Tas) - Licences: Receive (Crystal) Ulverstone (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Ulverstone, 1928); no occupation (Hobart South, 1936); zinc worker (Hobart East, 1943); farmer (Cullenswood, 1949-1954) ===''LE GRAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Walter Le Grand|Le Grand, Sydney Walter]] [https://www.familysearch.org/tree/person/details/GQDD-D57] - 1902(Qld)-1979(NSW) - Licences: 4LG Brisbane (Windsor, 1927) - Qualifications: cc; CPRT 882, 1925; 2COCP 34, 1929; 1COCP 151, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Windsor, 1925-1926); operator (Woollahra, 1931-1937; Bellevue Hill, 1943-1949; Bondi Junction, 1954-1968); retired (Banora Point, 1972-1977) ===''LELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Lelliott|Lelliott, Thomas "Tom"]] [https://www.familysearch.org/tree/person/details/G8VX-4PX] - 1911(Vic)-2000(Vic) - Licences: 3ZW Melbourne (Mont Albert, 1930-1939); 3AZW Melbourne (Boronia, 1954-1980+) - Qualifications: AOCP 684, 1930, Vic; AOLCP 68, 1932 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio operator (Mont Albert, 1937); operator (Caulfield, 1942); public servant (Boronia, 1963-1980) ===''LEMMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Lemmon|Lemmon, Charles Edward]] [https://www.familysearch.org/tree/person/details/GDLL-Z21] - 1885(Eng)-1966(WA) - Licences: Nil yet identified - Qualifications: CPRT 95, 1915; 2COCP 120, 1930; 1COCP 71, 1930 - coastal wireless operator; WW2; RANRS - Electoral Rolls: wireless operator (Clayfield, Qld, 1915); officer-in-charge Wireless Station (Rockhampton, 1916-1921); radio telegraphist (Applecross, 1931-1936; Como, 1937); wireless operator (Broome, 1937); radio telegraphist (Geraldton, 1943-1949); retired (Rivervale, 1954-1963) ===''LEMPRIERE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Louis Lempriere|Lempriere, Charles Louis]] [https://www.familysearch.org/tree/person/details/L23Y-NPS] - 1857(Vic)-1934(Vic) - Licences: 3ZJ Melbourne (Vermont, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: surgeon (South Yarra, 1912-1919); medical practitioner (Vermont, 1924-1934) ===''LENDRUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Lendrum|Lendrum, Alexander "Alex"]] [https://www.familysearch.org/tree/person/details/G8NZ-Y5Y] - 1887(Qld)-1955(NSW) - Licences: 2YL Sydney (Kensington, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Toowoomba, 1913); yardman (Toowoomba, 1921); constable (Kensington, 1930-1937) ===''LENNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Lennon|Lennon, Christopher James "Chris"]] [https://www.familysearch.org/tree/person/details/KJL3-LZF] - 1889(Vic)-1932(Aus) - Licences: Nil yet identified - Qualifications: cc; 1COCP 4, 1929 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: operator (Broome, 1916-1917); radio telegraphist (Townsville, 1925); telegraphist (Thursday Island, 1931) ===''LEONARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Benedict Leonard|Leonard, Aubrey Benedict]] [https://www.familysearch.org/tree/person/details/GS9T-N4X] - 1896(NSW)-1968(Vic) - Licences: 3EN Receive Drouin (1922-1923); 3EN Drouin (1924-1926) - Qualifications: cc; AOCP 244, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal assistant (Drouin, 1922-1928); radio dealer (Drouin, 1931-1954); retired (Drouin, 1963-1967) * [[/John William Leonard|Leonard, John William "Bill"]] [https://www.familysearch.org/tree/person/details/G494-BY4] - 1906(Vic)-1974(Vic) - Licences: 3AB Melbourne (Black Rock, 1928-1939) - Qualifications: cc; AOCP 386, 1928, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Sandringham, 1931-1943); shopkeeper (Sandringham, 1949-1968) * [[/Leslie Clarence Leonard|Leonard, Leslie Clarence]] [https://www.familysearch.org/tree/person/details/GH15-16Q] - 1902(Vic)-1961(SA) - Licences: 5LT Adelaide (Payneham, 1946-1947; Medindie, 1948); 5LT Port Lincoln (1954-1960) - Qualifications: AOCP 2336, 1939, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: pilot (The Terrace/Port Pirie, 1939) * [[/Vincent Halpin Leonard|Leonard, Vincent Halpin]] [https://www.familysearch.org/tree/person/details/G8S4-TXD] - 1915(Vic)-1988(Vic) - Licences: 3PJ Melbourne (?, 1938-1939; Kew, 1946-1956); 3PJ St Andrews (1960); 3PJ Melbourne (Balwyn, 1965-1980+) - Qualifications: AOCP 2167, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1937; Kew, 1937-1954); public servant (St Andrews, 1958; Balwyn, 1963-1980) ===''LESLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julian Leslie|Leslie, Julian]] [https://www.familysearch.org/tree/person/details/GS98-211] - 1873(Vic)-1950(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 142, 1915; 1COCP 246, 1932 - RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: telegraphist (Leederville, WA, 1910-1912; Applecross, WA, 1913); O.I.C. (Radio Telegraph Station, Broome, WA, 1917); officer-in-charge (Radio Station, Thursday Island, 1925-1926); superintendent of wireless (Auburn, Vic, 1928); supervisor B.H. service (Randwick, NSW, 1930-1949) ===''LESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lester|Lester, Jack]] [https://www.familysearch.org/tree/person/details/L5FQ-NQL] - 1902(SA)-1990(SA) - Licences: 5LR Renmark (1930-1937); 5LR Berri (1938-1939); 5LR Adelaide (Millswood Estate, 1946-1947; Blackwood, 1954-1965); 5LR Victor Harbour (1969-1980) - Qualifications: cc; AOCP 674, 1930, No. ?? in SA; AOLCP 236, 1935; BOCP 369, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Berri, 1939-1943) ===''LETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Norman Lett|Lett, Frederick James Norman]] [https://www.familysearch.org/tree/person/details/GD2P-Y8D] - 1903(NSW)-1972(NSW) - Licences: 2WN Receive Sydney (Annandale, 1923); 2WN Sydney (Annandale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Annandale, 1930-1936); publican (Sydney, 1937); hotelkeeper (Clifton Gardens Hotel, Mosman, 1943); Darlinghurst, 1949; Dulwich Hill, 1958; Marrickville, 1963); retired (Church Point, 1968) ===''LEVENSPIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pinkus Levenspiel|Levenspiel, Pinkus or Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G8JB-QSL] - 1904(Eng)-1987(NSW) - Licences: 2TX Wyong (1930-1939, 1946-1980+) - Qualifications: AOCP 668, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (Wyong, 1936-1937); mechanic (Wyong, 1949-1963); motor dealer (Ourimbah, 1968-1980) ===''LEVERETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Leverett|Leverett, John Henry]] [https://www.familysearch.org/tree/person/details/LV79-R7Q] - 1894(Eng)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 25, 1914; 1COCP 88, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: wireless operator (Broome, 1916); telegraphist (Ascot, Qld, 1921); wireless operator (Rockhampton, 1936-1937); radio telegraphist (Rockhampton, 1943); wireless inspector (Burwood, NSW, 1954) ===''LEVERRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Hewitt Leverrier|Leverrier, Francis Hewitt "Frank"]] [https://www.familysearch.org/tree/person/details/GWBT-DP5] - 1863(NSW)-1940(NSW) - Licences: XEN Sydney (Waverley, 1911-1914, Licence No. 5) - Qualifications: cc; Nil yet identified - early wireless experimenter; radio clubs (WIA, president, 1910) - Electoral Rolls: barrister (Vaucluse, 1930-1934, Kings Counsel) - Relationships: father of 2BK-2ADE Frank Neville Leverrier * [[/Frank Neville Leverrier|Leverrier, Frank Neville "Boy"]] [https://www.familysearch.org/tree/person/details/M6RF-W2W] - 1904(NSW)-1980(NSW) - 2BK Receive Sydney (Waverley, 1922-1923); 2BK Sydney (Vaucluse, 1924-1930); 2ADE Castle Cove (1969-1975+) - Qualifications: cc; AOCP 169, 1925, No. ?? in NSW; CPRT 931, 1926) - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio work (Vaucluse, 1930); clerk (Vaucluse, 1933-1937); superintendent (Vaucluse, 1943-1949); public relations (Roseville, 1963-1968; Castle Cove, 1977) - Relationships: son of XEN Francis Hewitt Leverrier * [[/Henri Andre Leverrier|Leverrier, Henri Andre "Henry"]] [https://www.familysearch.org/tree/person/details/G68N-18J] - 1882(NCL)-1943(NSW) - Licences: XEN Sydney (Gordon, 1911); XHL Sydney (City, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; witness to Royal Commission 1927 (as manager, Australian General Electric, Sydney) - Relationships: nephew of XEN Francis Hewitt Leverrier; cousin of 2BK-2ADE Frank Neville Leverrier - Electoral Rolls: engineer (North Sydney, 1913); manager (Crows Nest, 1930-1937) ===''LEVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Levy|Levy, Richard "Dick"]] [https://www.familysearch.org/tree/person/details/G8N1-Z38] - 1909(SA)-1955(SA) - Licences: 5AJ Adelaide (Torrensville, 1930-1931) - Qualifications: cc; AOCP 654, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Torrensville, 1943) ===''LEWIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Garrett Lewis|Lewis, Henry Garrett "Harry"]] - 1895(Tas)-1978(Vic) - Licences: Hobart (no record of licence identified as yet) - Qualifications: cc; Nil yet identified - early wireless experimenter (reported experimenting from 1912); councillor WIA Tas in 1923; manager 3UZ 1924 - Electoral Rolls: * [[/William John Lewis|Lewis, William John]] [https://www.familysearch.org/tree/person/details/GXYJ-BZQ] - 1908(WA)-1976(NSW) - Licences: 2YB Sydney (Marrickville, 1931-1936; McMahons Point, 1937); 6YB Perth (Pearce, 1938-1939); 2YB Sydney (Haberfield, 1947-1950; Paddington, 1954-1969; Ryde, 1975) - Qualifications: cc; AOCP 863, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (RAAF) - Comment: Several contemporaneous WJLs - Electoral Rolls: Nil yet identified due to numbers ===''LIGHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lighton|Lighton, Robert]] [https://www.familysearch.org/tree/person/details/K2HJ-HD1] - 1869(Vic)-1940(Vic) - 3CM Receive Melbourne (East St Kilda, 1922-1924), 3RL Melbourne (East St Kilda, 1925-1931), amateur operator (AOCP 179, 1925, No. ?? in Vic), amateur broadcaster, storekeeper (Toongabbie, 1903; Benalla, 1916), independent means (East St Kilda, 1928; Armadale, 1937) ===''LINDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Linden|Linden, Edwin]] [https://www.familysearch.org/tree/person/details/GXXD-PRV] - 1904(Qld)-1970(NSW) - Licences: 4FT Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Murgon, Qld, 1925); mechanic (Wilston, Qld, 1928); storekeeper (Clayfield, Qld, 1936-1937); telephone mechanic (Mackay, Qld, 1943-1949); supervising technician (Bowen, Qld, 1954); PMG technician (Tweed Heads, NSW, 1958-1968) ===''LINDNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Lindner|Lindner, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GSVX-787] - 1904(NSW)-1981(Qld) - 4BX Receive Brisbane (Alderley) 1922 - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Wilston, 1928); motor mechanic (Maleny, 1934); mechanic (Windsor, 1936-1972); retired (Mt Samson, 1977) ===''LINDSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Gordon Lindsay|Lindsay, Donald Gordon]] [https://www.familysearch.org/tree/person/details/GZ6V-126] - 1909(Vic)-1964(WA) - 2DY Sydney (Gordon, 1925-1936; Ashfield, 1937; Concord, 1938; Kogarah, 1939), amateur operator (AOCP 83, 1925, No. ?? in NSW), amateur broadcaster, engineer * [[/Herbert Maxwell Lindsay|Lindsay, Herbert Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KP3L-S78] - 1913(Qld)-1989(Qld) - Licences: 4HD Nambour (1937-1939); 4HD Buderim (1946-1980+) - Qualifications: cc; AOCP 2027, 1937, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); employment (company secretary) - Electoral Rolls: bank officer (Nambour, Qld, 1936-1937; Taringa, Qld, 1943); fruitgrower (Buderim, Qld, 1954-1980) * [[/Patrick Charles Edward Lindsay|Lindsay, Patrick Charles Edward]] [https://www.familysearch.org/tree/person/details/GF7R-8YZ] - 1896(Eng)-19??(Eng?) - Licences: 6PL Perth (West Perth, 1927) - Qualifications: cc; CPRT 855, 1925; 2COCP 37, 1929 - amateur operator; amateur broadcaster - Electoral Rolls: wireless instructor (West Perth, WA, 1922; Balcatta, WA, 1925); radio engineer (South Brisbane, Qld, 1934) ===''LINKLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Charles Linklater|Linklater, Donald Charles]] [https://www.familysearch.org/tree/person/details/GXRC-Z44] - 1905(SA)-1967(NSW) - Licences: 5DL Pinnaroo (1935-1937) - Qualifications: cc; AOCP 1521, 1935, SA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: radio mechanic (Darling Harbour, NSW, 1949); technician (Bondi Junction, NSW, 1958) ===''LITCHFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ainslie Roland Litchfield|Litchfield, Ainslie Roland]] [https://www.familysearch.org/tree/person/details/9J3Z-FRP] - 1906(NSW)-1968(NSW) - 2RL Cooma (1925-1939), 2RL Sydney (Woollahra, 1947; Darling Point, 1948-1954; Rozelle, 1955-1958; Avalon Beach, 1960-1965), amateur operator (AOCP 200, 1925, No. ?? in NSW), amateur broadcaster, WW2, grazier (Cooma, 1930-1937), film producer (Avalon Beach, 1958-1968) ===''LITHGOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Lithgow|Lithgow, John Charles]] [https://www.familysearch.org/tree/person/details/G691-5TL] - 1916(Tas)-1990(Eng) - Licences: 7WJ Launceston (1936-1939) - Qualifications: cc; AOCP 1688, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Marine officer? 1950s-1960s, several sea trips ===''LITTLEJOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sydney Littlejohn|Littlejohn, Arthur Sydney]] [https://www.familysearch.org/tree/person/details/G8DW-VDD] - 1905(NSW)-1993(NSW) - Licences: 2AL Sydney (Leichhardt, 1930-1939); 4LF Gunalda (1947); 2OU Sydney (Leichhardt, 1948-1950) - Qualifications: AOCP 579, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Leichhardt, 1930-1958; Haberfield, 1963-1980) ===''LLOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Howard Lloyd|Lloyd, Henry Howard]] [https://www.familysearch.org/tree/person/details/GST7-9LV] - 1904(SA)-1974(SA) - Licences: 5AI Adelaide (College Town, 1923-1927); 5AG Adelaide (College Town, 1923); 5HL Adelaide (North Adelaide, 1954-1975) - Qualifications: cc; AOCP 57, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Beware another Henry Howard Lloyd [https://www.familysearch.org/tree/person/details/GZDY-FS3] 1912-1981 in Adelaide, similar times - Electoral Rolls: Nil yet identified * [[/Hughie Frederick Lloyd|Lloyd, Hughie or Hugh Frederick]] [https://www.familysearch.org/tree/person/details/GXGY-Y95] - 1917(SA)-2002(SA) - Licences: 5BC Adelaide (Hindmarsh, 1933-1939); 5BC Berri (1947-1980) - Qualifications: cc; AOCP 1137, 1933, SA; BOCP 281, 1940 - amateur operator; amateur broadcaster - Relationships: Brother of 5HD William Edward Lloyd - Electoral Rolls: electrician (Hindmarsh, SA, 1939) * [[/William Edward Lloyd|Lloyd, William Edward "Bill"]] [https://www.familysearch.org/tree/person/details/GXGB-WR9] - 1914(SA)-1996(SA) - Licences: 5HD Adelaide (Hindmarsh, 1933-1939, 1947-1948; Cumberland, 1954-1980+) - Qualifications: cc; AOCP 1215, 1933, SA; 2COCP 763, 1943 - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5BC Hughie Frederick Lloyd - Electoral Rolls: nil (Hindmarsh, SA, 1939-1943) ===''LOCKHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Edward Lockhart|Lockhart, Leon Edward]] [https://www.familysearch.org/tree/person/details/G8CJ-6GG] - 1912(Vic)-1990(Vic) - Licences: 3LE Melbourne (Elwood, 1929-1939; Elsternwick, 1946-1980+) - Qualifications: AOCP 514, 1929, No. ?? in Vic; 1COCP 205, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elwood, 1934-1937); engineer (Elsternwick, 1942-1977) ===''LOESER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hedley Edmond Loeser|Loeser, Hedley Edmond]] [https://www.familysearch.org/tree/person/details/MPXL-RM6] - 1912(SA)-19??(???) - Licences: 5LO Adelaide (Goodwood, 1936-1939; Col LIght Gardens, 1947) - Qualifications: cc; AOCP 1748, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: display artist (Reade Park, SA, 1943) ===''LOMAX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Lomax|Lomax, Joseph]] - 19??(???)-19??(???) - Licences: 4EB Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: commercial traveller (St Kilda, Vic, 1913-1914; Ivanhoe, Vic, 1916-1917; Coorparoo, Qld, 1921-1925; Kew, Vic, 1926) ===''LONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Timothy Joseph Long|Long, Timothy Joseph]] [https://www.familysearch.org/tree/person/details/GQ19-Z9G] - 1884(Qld)-1923(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 140, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Comment: suicide after diagnosis terminal illness - Electoral Rolls: labourer (Toowoomba, 1908); radio telegraphist (Cooktown, 1916-1917); telegraphist (Townsville, 1921) ===''LONGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ruth Victoria Longley|Harris nee Longley, Ruth Victoria]] [https://www.familysearch.org/tree/person/details/GXYZ-5GJ] - 1913(WA)-19??(???) - Licences: 6YL Perth (Shenton Park, 1936-1939) - Qualifications: cc; AOCP 1808, 1936, WA - amateur operator; amateur broadcaster; YL operator; WW2 - Relationships: Wife of 6NL Valentine Harms Harris - Electoral Rolls: saleswoman (Subiaco, WA, 1936-1937); home duties (Applecross, WA, 1949-1954); manager (Applecross, WA, 1958) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''LONGSTAFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Allen Hector Longstaff|Longstaff, Thomas Allen Hector "Allen"]] [https://www.familysearch.org/tree/person/details/GWQM-WF3] - 1896(SA)-1953(NSW) - Licences: XVR Adelaide (Alberton, 1913) - Qualifications: cc; CPRT 55, 1915 - early wireless experimenter; coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2 - Electoral Rolls: executive (Brighton, Vic, 1949) ===''LORDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Allan Lorden|Lorden, Geoffrey Allan]] [https://www.familysearch.org/tree/person/details/GZJB-2P8] - 1907(WA)-1994(Vic) - Licences: 6GL Perth (Perth, 1925-1926; West Perth, 1927) - Qualifications: cc; AOCP 175, 1925, No. ?? in WA; 2COCP 342, 1940; 1COCP 441, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Jingalup, WA, 1931); survey assistant (Jingalup, WA, 1936-1937); radio operator (Hotel Beadon, Onslow, 1943; Kalgoorlie, 1949); civil servant (Mitcham, Vic, 1968-1977) ===''LOVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Kingsley Love|Love, Howard Kingsley]] [https://www.familysearch.org/tree/person/details/GZGQ-8S5] - 1895(Vic)-1948(Vic) - Licences: 3BM Receive Melbourne (East Malvern, 1922); 3BM Melbourne (East Malvern, 1922-1931; Glen Iris, 1933), 3KU Melbourne (Malvern, 1937-1939, 1946-1948) - Qualifications: cc; AOCP 230, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; broadcast engineer; radio clubs (WIA Vic); business proprietor (radio manufacturer) - Electoral Rolls: merchant (Orong, 1919; Malvern East, 1921-1924; Gardiner, 1927-1933); manager (Gardiner, 1936-1937); engineer (Mt. Waverley, 1942) - Comment: gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW199407.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199408.pdf EA2] * [[/James Peile Love|Love, James Peile "Nim"]] [https://www.familysearch.org/tree/person/details/L7JF-83Z] - 1906(Qld)-1999(Qld) - Licences: 4JL Brisbane (Kedron, 1928-1939) - Qualifications: cc; AOCP 469, 1928, No. ?? in Qld (Halcyon AOCP 1930); 3COCP 5259, 1965 - amateur operator; amateur broadcaster; military (WW2, AIF) - Electoral Rolls: auctioneer (Kedron, 1928-1943; Hawthorne, 1949-1980) ===''LOVETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Frank Lovett|Lovett, Hubert Frank]] [https://www.familysearch.org/tree/person/details/GHG1-DT2] - 1905(Tas)-1961(Tas) - Licences: 7HL Hobart (1926-1933+) - Qualifications: cc; AOCP 246, 1926, No. ?? in Tas - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Hobart North, 1928-1937); manager (Hobart South, 1949; Nelson, 1954) - Links: [https://info.scholarships.utas.edu.au/AwardDetails.aspx?AwardId=2813 UTAS Scholarship] * [[/Percy Lovett|Lovett, Percy]] [https://www.familysearch.org/tree/person/details/GDB5-M21] - 1906(NSW)-1986(NSW) - Licences: 2JP Receive Sydney (Artarmon, 1922) - Qualifications: cc; 3COCP 2210, 1956 - amateur operator; amateur broadcaster - Electoral Rolls: ===''LUBACH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Lubach|Lubach, Frederick John "Fred"]] [https://www.familysearch.org/tree/person/details/G9H7-VZD] - 1919(Qld)-1998(Qld) - Licences: 4RF Brisbane (South Brisbane, 1936-1939; Annerley, 1946-1947); Dalby (1948-1950); Brisbane (Coorparoo, 1954; Camp Hill, 1965-75; Loganlea, 1980) - Qualifications: cc; AOCP 1745, 1936, Qld; 2COCP 868, 1944 - amateur operator; amateur broadcaster; radio clubs (WIAQ, instructor, QSL manager); military (WW2, RAN, wireless officer); broadcast technician (4QS, Capalaba) - Electoral Rolls: technician (Dalby, Qld, 1949; Coorparoo, Qld, 1954; Camp Hill, Qld, 1958-1968); public servant (Camp Hill, Qld, 1972-1977); retired (Loganlea, Qld, 1980) ===''LUCAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gillen Frederick Lucas|Lucas, Gillen Frederick]] [https://www.familysearch.org/tree/person/details/GXLB-Y7P] - 1894(SA)-1964(SA) - Licences: 5LL Adelaide (Kilkenny, 1935-1939; Port Adelaide, 1947; Maylands, 1948; Trinity Gardens, 1954-1960) - Qualifications: cc; AOCP 1589, 1935, SA - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: bootmaker (Kilkenny, SA, 1939-1943) ===''LUCKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Forsythe Arthur Luckman|Luckman, Charles Forsythe Arthur]] [https://www.familysearch.org/tree/person/details/GMF8-LS2] - 1901(NSW)-1979(NSW) - Licences: 2JT Receive Sydney (Croydon, 1922); 2JT Sydney (Croydon, 1923-1926; Lakemba, 1927-1933; Croydon, 1934; Ashfield, 1935-1938; Croydon, 1939, 1946-1975) - Qualifications: cc; AOCP 41, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: lift engineer (Lakemba, 1930-1933); electrician (Croydon, 1935-1943); electrical mechanic (Croydon, 1954-1972) * [[/Thomas Stuart Luckman|Luckman, Thomas Stuart "Stuart"]] [https://www.familysearch.org/tree/person/details/G64P-8CD] - 1913(Qld)-2005(Qld) - Licences: 4SL Brisbane (Kalinga, 1931-1939) - Qualifications: cc; AOCP 783, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, CMF, Signals Northern Command); occupation (hardware executive) - Electoral Rolls: salesman (Kalinga, 1936-1937); storeman (Hendra, 1943-1958); retired (Aspley, 1972-1977; Carseldine, 1980) ===''LUHRS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Albert Luhrs|Luhrs, Victor Albert]] [https://www.familysearch.org/tree/person/details/KZYN-VJJ] - 1888(Vic)-1964(SA) - Licences: V761 Receive Woori Yallock (1922); 3HB Receive Woori Yallock (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Torquon West, Nhill, 1909; Netherby, 1912-1914; Cavendish, 1916-1919; Woori Yallock, 1922-1924; Kalyan, SA, 1939); grazier (Tintinara, SA, 1941-1943) ===''LUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Douglas Lum|Lum, Allan Douglas]] [https://www.familysearch.org/tree/person/details/G92F-LX7] - 1913(SA)-1978(SA) - Licences: 5AL Adelaide (Joslin, 1932-1939; Hyde Park, 1947) - Qualifications: cc; AOCP 980, 1932, No. ?? in SA; 1COCP 427, 1940; TVOCP 263, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Gawler, SA, 1939-1941); mechanic (Hyde Park, SA, 1943) ===''LUMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd John Lumb|Lumb, Lloyd John "Jack"]] [https://www.familysearch.org/tree/person/details/G84C-LF2] - 1907(Qld)-1975(Qld) - Licences: 4LL Brisbane (Ashgrove, 1928-1939) - Qualifications: cc; AOCP 471, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; engineer (PMGD) - Electoral Rolls: telephone mechanic (Ashgrove, 1936-1937); postal electrician (Stanthorpe, 1943); technician (Ashgrove, 1949); engineer (Ashgrove, 1958-1972) ===''LUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Vincent Lunn|Lunn, Harold Vincent]] [https://www.familysearch.org/tree/person/details/GXGY-4X5] - 1908(NSW)-1987(NSW) - Licences: 5HL Adelaide (Morphettville, 1935-1939); 2ANE Sydney (North Ryde) - Qualifications: cc; AOCP 1449, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical fitter (Morphettville, SA, 1939-1943; Hurstville South, NSW, 1972); retired (North Ryde, NSW, 1977-1980) ===''LUXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilfred Luxon|Luxon, George Wilfred]] [https://www.familysearch.org/tree/person/details/M5YJ-XTL] - 1908(NSW)-1992(SA) - Licences: 5RX Adelaide (West Mitcham, 1928-1939, 1946-1965; Torrens Park, 1969-1980+) - Qualifications: cc; AOCP 450, 1928, No. ?? in SA - amateur operator; amateur broadcaster late 1920s; WW2; WIA SA (several official duties) - Electoral Rolls: radio mechanic (Mitcham, 1939-1943) ===''LYNCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harold John Lynch|Lynch, Harold John]] [https://www.familysearch.org/tree/person/details/LDTD-VXL] - 1905(Qld)-1995(Qld) - Licences: 4HL Brisbane (Fortitude Valley, 1934-1939, 1946-1956; Slacks Creek, 1960-1975); 4HL Springbrook (1980+) - Qualifications: cc; AOCP 1268, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); business proprietor (restaurants, picture theatres) - Electoral Rolls: cutter (Albion, Qld, 1928); shopkeeper (Valley, Qld, 1936-1943); cafe proprietor (Valley, Qld, 1949); shopkeeper (St Lucia, Qld, 1954; Slacks Creek, Qld, 1958-1968); owner (Slacks Creek, Qld, 1972-1977); retired (Springbrook, Qld, 1980) ===''LYONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Thomas Lyons|Lyons, Joseph Aloysius Thomas]] [https://www.familysearch.org/tree/person/details/LZGY-XKB] - 1879(Tas)-1939(NSW) - teacher, state politician, Premier of Tasmania, federal politician, Postmaster-General, Prime Minister of Australia, actively promoted development of broadcasting in Australia over two decades - Electoral Rolls: =='''M'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''MABBITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Matthew Mabbitt|Mabbitt, John Matthew]] [https://www.familysearch.org/tree/person/details/G8DV-FD5] - 1905(Vic)-1966(Vic) - Licences: 3KI Lake Boga (1930-1939); 3JG Lake Boga (1947-1948); 3JG Swan Hill (1954-1960); 3JG Melbourne (Templestowe, 1965) - Qualifications: AOCP 588, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: orchardist (Lake Boga, 1928-1949); supervisor (Swan Hill, 1954); public servant (Templestowe, 1963) ===''MACDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Donald Macdonald|Macdonald, Donald "Don"]] [https://www.familysearch.org/tree/person/details/GXQ7-WT8] - 1883(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; BOCP 45, 1936 - senior federal public servant (Chief Engineer, Radiotelegraph Branch, PMGD, 1914); Lieutenant-Commander Telegraphist (RAN, in charge captured German Pacific Wireless); chief engineer 7EX; supervised erection 3AR, 5CL, 7ZL; early TV research - Comment: Don't confuse with Don Macdonald AWA consultant - Electoral Rolls: Numerous contemporaneous DMcDs - Links: [http://messui.polygonal-moogle.com/valves/NW199505.pdf EA] * [[/Llewellyn Macdonald|Macdonald, Llewellyn "Lew"]] [https://www.familysearch.org/tree/person/details/G8HH-73F] - 1908(Eng)-1974(NSW) - Licences: 2WU Newcastle (West Maitland, 1929-1934; Wickham, 1935-1936; Waratah, 1937; Mayfield, 1938-1939, 1946-1961; Charlestown, 1965-1969) - Qualifications: AOCP 478, 1929, No. ?? in NSW; 2COCP 69, 1936; BOCP 50, 1936; 1COCP 125, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: cabinetmaker (West Maitland, 1930; Wickham, 1936); joiner (Waratah, 1937; Charlestown, 1972) ===''MACFARLANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred - see Harriss, Dorothy Winnifred ===''MACGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. MacGregor|MacGregor, H.]] - 19??(???)-19??(???) - 4ZU Brisbane (Windsor, -1947+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''MACKAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Stewart Mackay|Mackay, Cedric Stewart or Stuart]] [https://www.familysearch.org/tree/person/details/973G-3Q2] - 1889(Vic)-1955(NSW) - Licences: XADF Coffs Harbour (1913-1914); 2GP Urunga (1922-1931); 2GO Coffs Harbour (1935-1939) - Qualifications: cc; AOCP 149, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Urunga, 1930); agent (Coffs Harbour, 1943-1949) * [[/Ian Keith Mackay|Mackay, Ian Keith]] [https://www.familysearch.org/tree/person/details/G8JG-NHF] - 1907(NZ)-1985(NZ) - author, historian (broadcast, "Broadcasting in New Zealand" (1953), "Broadcasting in Australia" (1957), "Broadcasting in Nigeria" (1964), "Broadcasting in Papua New Guinea" (1976) - Electoral Rolls: broadcasting executive (Lane Cove, 1954); executive (Killara, 1958) * [[/Ronald Reay Mackay|Mackay, Ronald Reay]] [https://www.familysearch.org/tree/person/details/G8N2-Y6T] - 1905(Vic)-1963(Vic) - Licences: 3FZ Receive Melbourne (Carlton, 1922); 3MU Melbourne (Carlton, 1931-1939, 1946-1960) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, principal (RMIT) - Electoral Rolls: teacher (Carlton, 1931-1963) - [https://adb.anu.edu.au/biography/mackay-ronald-reay-10980 ADB] ===''MACKEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Francis Mackel|Mackel, John Francis]] [https://www.familysearch.org/tree/person/details/G8DJ-FP5] - 1912(NSW)-1987(NSW) - Licences: 2HG Sydney (Chatswood, 1930-1939, 1946-1947; Lane Cove, 1948-1965; Hunters Hill, 1969-1980) - Qualifications: AOCP 585, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Chatswood, 1935-1943); insurance inspector (Lane Cove, 1949-1954); insurance manager (Lane Cove, 1958-1963); manager (Hunters Hill, 1968-1980) ===''MACKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Harper Mackenzie|Mackenzie, Alexander Harper "Mac"]] [https://www.familysearch.org/tree/person/details/G7J3-MVZ] - 1892(Sct)-1970(Qld) - Licences: 4GK Brisbane (Wynnum, 1930-1939; Bulimba, 1946-1969) - Qualifications: cc; AOCP 628, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Fire Service) - Electoral Rolls: fireman (Brisbane City, 1916; Hamilton, 1919; Brisbane City, 1925); fire brigade officer (Wynnum, 1928-1936); newsagent (Bulimba, 1949); retired (Bulimba, 1954-1968) - Relationships: father of 4YL Florence Madeline Mackenzie and 4HJ Arthur Alexander Mackenzie * [[/Arthur Alexander Mackenzie|Mackenzie, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7J3-796] - 1918(Qld)-2001(Qld) - Licences: 4HJ Jericho (1937); 4HJ Brisbane (Wynnum, 1938-1939) - Qualifications: cc; AOCP 1346, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Townsville, 1949); newsagent (Grange, 1954-1963); public servant (Townsville, 1972; Cleveland, 1972; Thornlands, 1977, Cleveland, 1980) - Relationships: son of 4GK Alexander Harper Mackenzie; brother of 4YL Florence Madeline Streamer nee Mackenzie * [[/Florence Madeline Mackenzie|Streamer nee Mackenzie, Florence Madeline "Madeline"]] [https://www.familysearch.org/tree/person/details/G8FN-B8C] - 1922(Qld)-19??(Qld) - Licences: 4YL Brisbane (1936-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; third YL operator in Qld - Electoral Rolls: home duties (Mitchelton, 1949; New Farm, 1954) - Relationships: daughter of 4GK Alexander Harper Mackenzie; sister of 4HJ Arthur Alexander Mackenzie - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Harold Stuart Mackenzie|Mackenzie, Harold Stuart]] [https://www.familysearch.org/tree/person/details/L21R-VGN] - 1908(Qld)-1995(Qld) - Licences: 4AM Brisbane (Annerley, 1929-1933) - Qualifications: cc; AOCP 518, 1929, No. ?? in Qld; 2COCP 90, 1937; 1COCP 239, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Annerley, 1934-1937); company manager (Strathfield, NSW, 1943-1954); radio operator (Blackheath, 1958); unemployed (Burleigh Heads, 1963-1968); technician (Burleigh Heads, 1972-1980) ===''MACKINNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Eric Wilton MacKinnon|MacKinnon, Colin Eric Wilton]] [https://www.familysearch.org/tree/person/details/LK45-QRQ] - 1941(NSW)-2004(NSW) - Licences: 2KCM Sydney 1980s; 2DYM Sydney (1980-2004)- Qualifications: NAOCP N1793, 1981; AOLCP N1281, 1981; AOCP N1032, 1981, NSW - amateur operator; amateur broadcaster; historian (amateur radio; military radio; radar) - Electoral Rolls: engineer (Cronulla, 1968; Hurstville, 1977); retired (Glenhaven, 1980) - [https://www.qsl.net/vk2dym/radio/Colin_MacKinnon.htm Obit] ===''MACLARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Foster St Clair Maclardy|Maclardy, William John Foster St Clair "Will"]] - 1892(NSW)-1971(NSW) - 2HP Sydney (Neutral Bay & Cremorne,1922-1925), amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, broadcast engineer (2BL), journalist (Smith's Weekly, Wireless Weekly), correct surname is St Clair Maclardy but rarely used, son of William McIntyre St Clair Maclardy, one time Wireless Weekly proprietor ===''MACLAREN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Catto Maclaren|Maclaren, Donald Catto]] [https://www.familysearch.org/tree/person/details/G8N1-2R2] - 1909(NSW)-1964(NSW) - Licences: 2DM Sydney (Haberfield, 1930-1939); 2NN Narrabri (1947-1950) - Qualifications: AOCP 655, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Haberfield, 1933-1936; Taree, 1937; Narrabri, 1949) ===''MACLURCAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Dansie Maclurcan|Maclurcan, Charles Dansie]] [https://www.familysearch.org/tree/person/details/GWR7-LJ3] - 1889(Qld)-1957(NSW) - Licences: XDM Sydney (1909-1914); 2CM Sydney (Strathfield, 1921-1939; Neutral Bay, 1946-1957); 2CY Sydney (Strathfield, 1923, briefly by administrative error); first licence issued under new 1922 radio regulations - Qualifications: cc; AOCP 98, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; business proprietor (Maclurcan and Lane, 1909-19??, Maclurcan Engineering, Hotel Wentworth) - Electoral Rolls: electrical engineer (Darling Harbour, 1913); engineer (Strathfield, 1930-1934); hotel manager (Neutral Bay, 1949-1954) - Links: [https://adb.anu.edu.au/biography/maclurcan-hannah-13070 ADB] [[w:2CM|Wikipedia]] [https://radioinfo.com.au/news/who-was-radio-pioneer-charles-maclurcan/ radioinfo] ===''MACM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Chestnut McMillan|McMillan, Joseph Chestnut]] [https://www.familysearch.org/tree/person/details/GDRK-8TG] - 1901(Sct)-1968(Vic) - Licences: 7BP Receive Hobart (City, 1923); 7BP Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart East, 1928) ===''MACPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Duncan Macpherson|Macpherson, Alexander Duncan "Sandy"]] [https://www.familysearch.org/tree/person/details/29CF-Z3F] - 1899(Qld)-1974(Qld) - Licences: 4MC Brisbane (Nundah, 1934-1939, 1946-1948; Oakleigh, 1954; Chermside, 1955-1969) - Qualifications: cc; AOCP 1271, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Toombul RC); Qld Lands (draughtsman) - Comment: Slow update for death in Electoral Rolls? - Electoral Rolls: draftsman (Nundah, Qld, 1921-1949; Oakleigh, Qld, 1954; Chermside, Qld, 1958-1968); retired (Chermside, Qld, 1972-1980) ===''MADDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney John Madden|Madden, Sydney John]] [https://www.familysearch.org/tree/person/details/GX16-WGL] - 1900(Sct)-1955(WA) - Licences: 6MN Perth (City, 1930; North Perth, 1931; Maylands, 1933-1937; Wembley, 1938-1939) - Qualifications: cc; 2COCP 264, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Maylands, WA, 1931-1937; Wembley Park, WA, 1937-1943); supervisor (Wembley, WA, 1954) ===''MADDICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Maddick|Maddick, Herbert William]] [https://www.familysearch.org/tree/person/details/GHLB-J2P] - 1890(Vic)-1960(Vic) - Licences: XLX Melbourne (Elsternwick, 1913-1914); 3EF Receive Melbourne (Elwood, 1922-1923); 3EF Melbourne (Elwood, 1924-1933+) - Qualifications: cc; AOCP 161, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; perpetrator of the foul mouthed parrot incident - Electoral Rolls: motor mechanic (Elsternwick, 1917); mechanic (Elsternwick, 1919-1954) ===''MAGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin William Michael Magee|Magee, Kevin William Michael]] [https://www.familysearch.org/tree/person/details/GXRX-51Z] - 1913(Vic)-1979(Vanuatu) - Licences: 5KM Adelaide (City, 1931-1933); 2UN Sydney (Paddington, 1936); 3UN Melbourne (Hawthorn, 1937); 3KM Melbourne (Kew, 1947-1960; North Balwyn, 1965-1969) - Qualifications: cc; AOCP 874, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: staff cadet (Victoria Barracks, NSW, 1936); military officer (Hawthorn, Vic, 1937; Kew, Vic, 1943); engineer (Kew, Vic, 1949-1954); company director (Kew, Vic, 1963); director (Balwyn, Vic, 1967-1972) ===''MAGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lindsay Maguire|Maguire, Arthur Lindsay]] [https://www.familysearch.org/tree/person/details/G8SN-BKC] - 1921(Vic)-1998(Vic) - Licences: 3IO Stratford (1938-1939; 1947-1960) - Qualifications: AOCP 2216, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Stratford, 1949-1977); grazier (Munro, 1980) * [[/Ernest Norbert Maguire|Maguire, Ernest Norbert]] [https://www.familysearch.org/tree/person/details/LR4X-F61] - 1892(NSW)-1967(NSW) - Licences: 2KL Sydney (Lewisham, 1928-1930; Dulwich Hill, 1931-1939) - Qualifications: AOCP 387, 1928, No. ?? in NSW; 2COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: police constable (Lewisham, 1930-1932); sergeant of police (Putney, 1943; Gladesville, 1949-1958); retired (Lake Illawarra South, 1963) * [[/Sydney William Maguire|Maguire, Sydney William]] [https://www.familysearch.org/tree/person/details/KNDF-L85] - 1903(WA)-1958(NSW) - Licences: 2XY Sydney (Rose Bay, 1930-1934; Paddington, 1935-1936; North Bondi, 1937-1939) - Qualifications: CPRTelephony 933, 1926; AOLCP 74, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Rose Bay, 1930-1934; Glenmore, 1935); engineer (Bondi, 1936-1937); radio engineer (Maroubra North, 1943); inspector (Maroubra North, 1949; Kingsford, 1954-1958) ===''MAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Hugh Mahon|Mahon, Hugh]] - 1857(Ire)-1931(Vic) - senior federal politician (MHR 1900s & 1910s; Postmaster-General 1904) ===''MALCOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Graham Malcolm|Malcolm, Keith Graham]] [https://www.familysearch.org/tree/person/details/GD8F-K5W] - 1949(Eng)-2011(NSW) - Licences: 3ZYK Melbourne (North Clayton, 1969; Mulgrave, 1975; Berwick, 1980); 1???; 2??? - Qualifications: AOLCP 2407, 1967 - broadcast planning engineer (PMGD, ABCB, P&TD, DoC); Communications Laboratory DoC (Director) - Electoral Rolls: engineer (Clayton, Vic, 1972; Mulgrave, 1977; Berwick, 1980) ===''MALONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Joseph Malone|Malone, James Joseph "Jim"]] [https://www.familysearch.org/tree/person/details/GWL8-8DP] - 1883(NSW)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 240, 1916 - employment (NSW P&T, Telegraph Messenger; PMGD, Cadet Engineer, Controller Wireless; OTC, Manager); WW1 - Electoral Rolls: engineer (Clayfield, Qld, 1917-1925; Kew, Vic, 1926-1928); chief inspector wireless (Kew, Vic, 1931-1937); Deputy Director, Posts and Telegraphs (Indooroopilly, 1943); public servant (Lindfield, NSW, 1949-1963) - Links: [[w:James Joseph Malone|Wikipedia]]; [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_05_30#P.109_-_Commonwealth_Controller_of_Wireless|Bio]] ===''MALPAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth John Malpas|Malpas, Kenneth John "Ken"]] [https://www.familysearch.org/tree/person/details/MGC2-BNN] - 1909(SA)-1929(SA) - Licences: 5XG Kadina (1927-1928) - Qualifications: cc; AOCP 313, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Passed too soon - Electoral Rolls: Nil ===''MANGNALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hartley Mangnall|Mangnall, Robert Hartley Jnr]] [https://www.familysearch.org/tree/person/details/G8MD-3L2] - 1903(Vic)-1963(Vic) - Licences: 3?? Melbourne (Carlton, 1927); 3HB Melbourne (Highett, 1947-1960) - Qualifications: AOCP 350, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (Carlton, 1936); engineer (Sandringham, 1942-1963) ===''MANIFOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Charles Manifold|Manifold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/LXMR-BFZ] - 1908(Vic)-1993(Vic) - Licences: 3EM Melbourne (Malvern, 1930-1933; McKinnon, 1937-1939, 1946-1980+) - Qualifications: AOCP 647, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: plumber (Malvern, 1931-1934; Bentleigh, 1936-1980) ===''MANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Mann|Mann, John Edward "Jack"]] [https://www.familysearch.org/tree/person/details/G3JY-STV] - 1912(SA)-1941(off Libyan coast) - Licences: 5EM Semaphore (1934-1938); 3IE Westmere (1938); 3IE Ballarat (1939) - Qualifications: cc; AOCP 1304, 1934, SA - amateur operator; amateur broadcaster; military (WW2, RAN, telegraphist) - Relationships: Son of Thomas William Mann - Electoral Rolls: Nil yet identified - Links: [https://www.awm.gov.au/collection/R1675471 AWM]; [https://www.awm.gov.au/collection/P10278775 AWM] - Sacrifice: "Greater love hath no man than this" * [[/Sydney George Mann|Mann, Sydney George]] [https://www.familysearch.org/tree/person/details/G8DP-V1C] - 1908(Eng)-1977(Eng) - Licences: 3KY Melbourne (Glenhuntly, 1930-1931; Hampton, 1937-1939, 1946-1954; East Brighton, 1955-1960) - Qualifications: AOCP 594, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Sergeant) - Electoral Rolls: traveller (Glenhuntly, 1931); mechanic (Sandringham, 1936-1937); shopkeeper (Woodend, 1942); mechanic (Hampton, 1949-1954); sales (Carnegie, 1963); salesman (St Kilda, 1967) * [[/Thomas William Mann|Mann, Thomas William]] [https://www.familysearch.org/tree/person/details/GZLZ-2S3] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923) - Qualifications: Nil yet identified - amateur receiver - Relationships: Father of 5EM-3IE John Edward Mann- Electoral Rolls: Nil yet identified ===''MANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol John Roland Manning|Manning, Athol John Roland]] [https://www.familysearch.org/tree/person/details/G69L-G2L] - 1916(Tas)-2005(Tas) - Licences: 7LR Devonport (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1367, 1934, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Devonport, 1949-1954) * [[/Clifton Joseph Manning|Manning, Clifton Joseph]] [https://www.familysearch.org/tree/person/details/G893-WW6] - 1909(Vic)-1994(Vic) - Licences: 3CJ Melbourne (Ringwood, 1927; Elwood, 1931-1937; Eltham, 1938-1939; Balwyn, 1946-1947; Templestowe, 1948; Beaumaris, 1954-1960); 3CJ Orbost (1965); 3CJ Marlo (1969-1975) - Qualifications: AOCP 338, 1927, No. ?? in Vic; 1COCP 877, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (St Kilda, 1931-1936; Canterbury, 1943; Templestowe, 1949; Sandringham, 1954-1963); farmer (Orbost, 1967-1968); retired (Marlo, 1972-1977; Lang Lang, 1980) ===''MANSFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Mansfield|Mansfield, H. D.]] - 19??(???)-19??(???) - Licences: XZQ Burnie (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''MANTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Thomas Mantle|Mantle, Joseph Patrick Thomas]] [https://www.familysearch.org/tree/person/details/GX84-DP9] - 1913(Qld)-1976(Fiji) - Licences: 4XF Brisbane (Ascot, 1933-1939); 4XF Townsville (Hermit Park, 1947-1948); 4XF Brisbane (Brisbane City, Qld, 1954-1960); 3AEN Bendigo (1969-1980) - Qualifications: cc; AOCP 1146, 1933, Qld; 2COCP 1083, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: projectionist (Ascot, Qld, 1936); engineer (Ashgrove, Qld, 1943); sound engineer (Townsville, Qld, 1949); business manager (New Farm, Qld, 1954); manager (St Lucia, Qld, 1958); sales manager (Warwick, Qld, 1963); no occupation (Townsville, Qld, 1963); sales executive (Petersham, NSW, 1972) ===''MANUEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Thomas Manuel|Manuel, Robert Thomas]] [https://www.familysearch.org/tree/person/details/KF5S-3R5] - 1910(SA)-2003(SA) - Licences: 5RT Adelaide (Prospect, 1932-1939, 1947-1960; Beefacres, 1965; Windsor Gardens, 1969-1980+) - Qualifications: cc; AOCP 1052, 1932, SA; BOCP 1310, 1953; 2COCP 1279, 1953; 1COCP 1688, 1953 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''MARCONI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guglielmo Giovanni Maria Marconi|Marconi, Guglielmo Giovanni Maria]] - 1874(Italy)-1937(Italy) - Inventor, electrical engineer, entrepreneur, businessman; pioneer of long distance radio transmission, widely credited as the inventor of radio; shared 1909 Nobel prize for physics for contributions to the development of wireless telegraphy ===''MARCUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eugen Gerald Marcuse|Marcuse, Eugen Gerald "Gerald"]] [https://www.familysearch.org/tree/person/details/9C3M-X1G] - 1886(Eng)-1961(Eng) - Licences: G2NM England - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer ===''MARKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Sydney Marks|Marks, Joseph Sydney or Sydney Joseph]] [https://www.familysearch.org/tree/person/details/GQG4-X1G] - 1885(NSW)-1949(NSW) - Licences: 2GR Receive Sydney (Rose Bay, 1922); 2GR Sydney (Rose Bay, 1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio trader (Electricity House, Marks' Radio Company); electrician; police officer; sued by 2BL for non-payment of fees in 1924 - Electoral Rolls: electrician (Rose Bay, 1930-1949) ===''MARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric William Marley|Marley, Cedric William]] [https://www.familysearch.org/tree/person/details/LVF2-DJ4] - 1918(Qld)-1984(Qld) - Licences: 4CJ Brisbane (Highgate Hill, 1938-1939; Graceville, 1947; Kalinga, 1948); 4CJ Rockhampton (1954-1956); 4CJ South Mackay (1960); 9CJ Port Moresby (1965); Brisbane (Mt Gravatt, 1969-1980) - Qualifications: cc; AOCP 2079, 1938, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); broadcast technician (PMG, ABC); WW2 (RAN, telegraphist); federal public servant (PMG, ABC) - Electoral Rolls: technician (Kalinga, Qld, 1949; Rockhampton, Qld, 1954); broadcast technician (Mackay, Qld, 1958; Bucasia, Mackay, Qld, 1958; Mt Gravatt, Qld, 1963-1980) ===''MARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Clanan Marr|Marr, Charles William Clanan]] [https://www.familysearch.org/tree/person/details/9M8V-QQM] - 1880(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; WW1 - Electoral Rolls: MHR (Forrest, 1929); director (Crows Nest, NSW, 1933); company director (Wollstonecraft, 1933-1935); director (Crows Nest, 1935); company director (Pymble, 1937-1943; Killara, 1943-1949; Pymble, 1954-1958) ===''MARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Burton Mars|Mars, Ernest Burton]] [https://www.familysearch.org/tree/person/details/G8VJ-GWR] - 1907(SA)-1987(Qld) - Licences: Receive Adelaide (North Unley, 1923-1924); 4EM Charleville (1930-1933); 2EM Dubbo (1934-1936); 4EM Charleville (1937-1939, 1946-1947); 2GE Moree (1948); 4EM Emerald (1954-1955); 4EM Charleville (1956); 4EM Longreach (1960); 4EM Currumbin (1965-1969) - Qualifications: cc; AOCP 686, 1930, No. ?? in Qld; BOCP 23, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Dubbo, 1935); bank official (Charleville, 1937-1943; Wagga Wagga, 1949); bank clerk (Moree, 1949); bank manager (Commonwealth Bank Emerald, 1954; Commonwealth Bank, Charleville, 1958; Longreach, 1963); retired (Currumbin, 1968; Palm Beach, Qld, 1977-1980) - established 4VL Charleville commercial ===''MARSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Marsden|Marsden, Robert Cecil "Cecil"]] [https://www.familysearch.org/tree/person/details/G92N-W62] - 1892(Eng)-1968(NSW) - Licences: unlicensed?, Sydney, 1909; 2JM Receive Sydney (Edgecliffe, 1922); 2JM Sydney (Edgecliffe, 1923-1925; Bellevue Hill, 1925-1926; Edgecliff, 1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW, local NSW clubs) - Relationships: Father of 2VV-2FV Robert Morris Marsden - Electoral Rolls: engineer (Woolahra, 1930; Epping, 1930-1958); manager (Castlecrag, 1958-1968) * [[/Robert Morris Marsden|Marsden, Robert Morris]] [https://www.familysearch.org/tree/person/details/GWX1-VPG] - 1916(NSW)-1988(NSW) - Licences: 2VV Sydney (Kingsford, 1958-1969); 2FV Tuross Heads (1965-1980+) - Qualifications: AOLCP 226, 1956; AOCP 3627, 1957, NSW - amateur operator; WW2 (RAAF) - Relationships: Son of 2JM Robert Cecil Marsden - Electoral Rolls: taxi proprietor (Bondi Beach, 1949; Kingsford, 1958-1972); retired (Tuross Heads, 1972-1980) ===''MARSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Westport Marsh|Marsh, Sydney or Sidney Westport]] [https://www.familysearch.org/tree/person/details/LFLN-PKM] - 1889(NSW)-1946(NSW) - Licences: 2ZK West Wallsend (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Ladysmith, 1913); fitter (West Wallsend, 1930-1937) ===''MARSHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archie Francis Marshall|Marshall, Archie Francis "Arch"]] [https://www.familysearch.org/tree/person/details/G37M-W83] - 1907(Qld)-1982(Qld) - Licences: 4AF Clifton (1928-1939, 1946-1980+) - Qualifications: cc; AOCP 438, 1928, No. 48 in Qld - amateur operator; amateur broadcaster; business proprietor (blacksmith, fitter/turner) - Electoral Rolls: blacksmith (Clifton, 1930-1980) * [[/Herbert Anthony Marshall|Marshall, Herbert Anthony]] [https://www.familysearch.org/tree/person/details/9JJR-P3P] - 1888(India)-1948(NSW) - Licences: unlicensed?, Port Pirie, 1910; 2HM Armidale (1924-1926); 2HM Sydney (Bondi, 1927-1939, 1946-1948) - Qualifications: AOCP 115, 1925, No. ?? in NSW; AOLCP 48, 1931 - Comment: proud of his initials "H.A.M.", early wireless experimenter; amateur operator; amateur broadcaster; electrical engineer - Relationships: his daughter Denise Chalmers Marshall frequently on air over 2HM - TroveTag: "2HM - Herbert Anthony Marshall" - Electoral Rolls: electrical engineer (Bondi, 1930-1931); engineer (Bondi, 1934-1943) * [[/Mary Austine Marshall|Henry nee Marshall, Mary Austine]] [https://www.familysearch.org/tree/person/details/G8X2-GR6] - 1913(Vic)-1994(Vic) - Licences: 3YL Melbourne (Murrumbeena, 1930-1939, 1946-1956; East Malvern, 1960-1975) - Qualifications: AOCP 619, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: home duties (Oakleigh, 1936-1937); no occupation (Oakleigh, 1942-1954); home duties (Oakleigh, 1958-1980) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Vaughan Edward Marshall|Marshall, Vaughan Edward]] [https://www.familysearch.org/tree/person/details/G86T-KNY] - 1911(Vic)-1994(Vic) - Licences: 3UK Melbourne (Hawthorn, 1930-1933; Kew, 1937-1939, 1946-1969; Mt Eliza, 1975-1980+) - Qualifications: AOCP 603, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: sales (Kew, 1936); tea specialist (Kew, 1937-1968); retired (Mt Eliza, 1977-1980) ===''MARSLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Bruce Marsland|Marsland, Benjamin Bruce]] [https://www.familysearch.org/tree/person/details/GX6Y-X47] - 1906(Qld)-1941(NSW) - Licences: 4DX Brisbane (Indooroopilly, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Rockhampton, Qld, 1928); teller (Normanton, Qld, 1930); bank clerk (Rockhampton, Qld, 1931; Malanda, Qld, 1932); no occupation (Annerley, Qld, 1943) ===''MARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Thomas Marston|Marston, James Thomas "Jim"]] [https://www.familysearch.org/tree/person/details/LKDX-19C] - 1920(Qld)-1974(Qld) - Licences: 4JA Brisbane (Belmont, 1948; Morningside, 1954); 4JA Toowoomba (1955-1956); 4JA Brisbane (Boondall, 1960-1969) - Qualifications: cc; AOCP 2655, 1948, Qld - amateur operator - Electoral Rolls: sheet metal worker (Buranda, Qld, 1943); engineer (Toowoomba South, Qld, 1958); technician (Boondall, Qld, 1963-1972) * [[/W. L. Marston|Marston, W. L.]] - 19??(???)-19??(???) - Licences: 4RY Brisbane (Clayfield, 1937) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MARTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Martin|Martin, James Frederick]] - 1909(Vic)-1976(Vic) - Licences: 3MJ Melbourne (North Fitzroy, 1927-1933); 3JM Melbourne (North Fitzroy, 1937-1939) - Qualifications: AOCP 340, 1927, No. ?? in Vic - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Clifton Hill, 1936); traveller (North Fitzroy, 1949; Heidelberg, 1954-1963); sales director (Doncaster, 1967); sales (Noble Park, 1972) * [[/John Michael Martin|Martin, John Michael]] [https://www.familysearch.org/tree/person/details/GX79-GWZ] - 1886(Irl)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 146, 1915; 1COCP 58, 1935 - RANRS (commissioned telegraphist, 1917); WW1 - Comment: several contemporaneous JMMs - Electoral Rolls: Ancestry 299 hits too be sifted * [[/John Robert Martin|Martin, John Robert]] [https://www.familysearch.org/tree/person/details/GWFG-HMM] - 1919(Qld)-2011(Qld) - Licences: 4MX Cunnamulla (1937-1939); 4MX Toowoomba (1946-1954); 4MX Brisbane (Gaythorne, 1955-1960); 4MX Julia Creek (1965-1969); 4MX Finch Hatton (1975); 4MX Brisbane (Gaythorne, 1980+) - Qualifications: cc; AOCP 1933, 1937, Qld; BOCP 147, 1938 - amateur operator; amateur broadcaster; military (WW2, RAAF); business proprietor (radio service); Presbyterian minister - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1949-1954); radio technician (Gaythorne, Qld, 1958; Kingaroy, Qld, 1963); missionary (Blackall, Qld, 1972; Gaythorne, Qld, 1972); minister of religion (Enoggera, Qld, 1977-1980) * [[/Malcolm Martin|Martin, Malcolm]] [https://www.familysearch.org/tree/person/details/GX8D-PG7] - 1903(UK)-1987(Qld) - Licences: 4KY Ipswich (1933-1939); 4KY Brisbane (Sandgate, 1946-1980+) - Qualifications: cc; AOCP 1110, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); employment (Qld Railways) - Electoral Rolls: carriage trimmer (Woodend, Qld, 1925-1937; Sandgate, Qld, 1943-1980) * [[/Silas Martin|Martin, Silas]] [https://www.familysearch.org/tree/person/details/GXMT-6WS] - 1874(NSW)-1945(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Electoral Rolls: engineer (Perth, 1903-1906; East Perth, 1912-1914); mechanic (Rockhampton, 1917-1921); radio mechanic (Cooktown, 1925; Beam Wireless Station, Ballan, 1928-1943); mechanic (Marrickville, NSW, 1943) * [[/Walter J. Martin|Martin, Walter J.]] - 1893(Vic)-19??(???) - commercial operator (1COCP 1, 1914, No. 1 in Aus and Vic, Marconi & Telefunken) - coastal station operator? * [[/William Anthony Martin|Martin, William Anthony]] [https://www.familysearch.org/tree/person/details/G8HB-KPZ] - 1911(Tas)-19??(???) - Licences: 7WM Hobart (West Hobart, 1929-1931); 7WM Gawler (1933) - Qualifications: cc; AOCP 497, 1929, No. ?? in Tas; AOLCP 70, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: several contemporaneous William Anthony Martin's ===''MASHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Wilfred Mashman|Mashman, Lionel Wilfred]] [https://www.familysearch.org/tree/person/details/GZ6K-7WG] - 1907(NSW)-1968(NSW) - 2OB Receive Sydney (Bexley, 1923-1924), 2OB Sydney (Bexley, 1925-1965), amateur operator (AOCP 84, 1925, No. ?? in NSW), amateur broadcaster ===''MASTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Harold Masters|Masters, Alfred Harold "Harold"]] [https://www.familysearch.org/tree/person/details/99GB-CPY] - 1875(Vic)-1951(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed); vice president WIA Launceston 1920s; later prominent architect - Relationships: brother of 7MM William Edward Masters - Electoral Rolls: architect (Launceston, 1928-1949) * [[/Brian Jermyn Masters|Masters, Brian Jermyn "Jermyn"]] - 1891(Vic)-1950(NZ) - 3LM Receive Melbourne (Armadale, 1923), 3LM Melbourne (Armadale, 1924-1925), amateur operator (pre-AOCP; no record found of AOCP; AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, operated his station both individually and on behalf WIA Malvern * [[/William Edward Masters|Masters, William Edward]] [https://www.familysearch.org/tree/person/details/99GB-CPW] - 1873(Vic)-1952(Tas) - Licences: 7MM Hobart (Bellerive 1932-1939) - Qualifications: cc; AOCP 1066, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; solicitor - Relationships: brother of Alfred Harold "Harold" Masters - Electoral Rolls: solicitor (Bellerive, 1914-1949) - Links: [http://nla.gov.au/nla.news-article27111852 Obituary] ===''MATCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Kenneth Lyle Matchett|Matchett, John Kenneth Lyle "Ken"]] [https://www.familysearch.org/tree/person/details/GS1L-SCZ] - 1921(Vic)-2008(Vic) - Licences: 3TL Melbourne (Box Hill, 1960; Templestowe, 1965-1980+) - Qualifications: AOCP 3700, 1958, Vic - amateur operator, WW2, member Old Timer's Club - Electoral Rolls: student (St Kilda, 1949); teacher (Bayswater, 1954); lecturer (Templestowe, 1963-1980) - curator of the WIA QSL card collection for many years; personally acquired a large collection of Australian amateur QSL cards which were donated to the WIA collection on his passing, many thousands of QSLs provided by Wolf Harranth of Dokufunk on an exchange basis ===''MATHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Stewart Mather|Mather, Alexander Stewart "Alex"]] [https://www.familysearch.org/tree/person/details/GHTL-WWC] - 1909(NSW)-1970(NSW) - Licences: 2JZ Singleton (1929-1969) - Qualifications: AOCP 479, 1929, No. ?? in NSW; AOLCP 89, 1932; TVOCP 273, 1960 - amateur operator, amateur broadcaster - Electoral Rolls: cordial manufacturer (Singleton, 1930-1968) ===''MATHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campion Mathews|Mathews, John Campion]] [https://www.familysearch.org/tree/person/details/G8V1-46V] - 1912(Vic)-19??(???) - Licences: 3SY Geelong (Newtown, 1930-1939, 1946-1980+); 3JM Portable Geelong (Newtown, 1947) - Qualifications: AOCP 709, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Newtown, 1934-1968); operator (Newtown, 1972-1980) * [[/John Mathews|Mathews, John]] [https://www.familysearch.org/tree/person/details/G82Z-KX2] - 1914(Qld)-1976(NSW) - Licences: 4EE Rockhampton (1935-1939) - Qualifications: cc; AOCP 1414, 1935, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous JMs - Electoral Rolls: Nil yet identified ===''MATTHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Thomas Matthews|Matthews, Fred or Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GZVC-22K] - 1904(Qld)-1992(Qld) - Licences: 4FK Brisbane (New Farm, 1923-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); business proprietor (Matthews Fire Alarm Co) - Awards: OBE - Electoral Rolls: electrical engineer (Merthyr, 1925-1958); engineer (New Farm, 1963-1980) * [[/John Leigh Inglis Matthews|Matthews, John Leigh Inglis]] [https://www.familysearch.org/tree/person/details/GDKN-159] - 19??(???)-19??(???) - Licences: XJD Melbourne (Richmond, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: confectioner (Richmond, 1913-1919) * [[/Kenneth Morgan Matthews|Matthews, Kenneth Morgan]] [https://www.familysearch.org/tree/person/details/GXPM-R2W] - 1911(SA)-2009(SA)98yo - Licences: 5GN Adelaide (Malvern, 1936-1939) - Qualifications: cc; AOCP 1732, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Malvern, SA, 1939); mechanic (Crystal Brook, SA, 1941-1943) - Links: [https://vwma.org.au/explore/people/551921 VWMA] * [[/Vincent John Matthews|Matthews, Vincent John]] [https://www.familysearch.org/tree/person/details/GFW4-NM1] - 1888(Vic)-1965(Vic) - Licences: 6AQ Perth (Bayswater, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; Stott's College (Principal, early 1920s) - Electoral Rolls: business college master (West Gildford, WA, 1910); manager (Guildford, WA, 1912; Bayswater, WA, 1916-1925); business manager (Canterbury, Vic, 1925-1928); director (Canterbury, Vic, 1931-1963) * [[/Walter John Penrose Matthews|Matthews, Walter John Penrose]] [https://www.familysearch.org/tree/person/details/L5TS-HZN] - 1880(SA)-1964(SA) - Licences: 5BS Receive Murray Bridge (1922); Receive Murray Bridge (1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: lifter SA Railways (Tailem Bend, SA, 1939-1943) ===''MAUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Mauger|Mauger, Samuel "Sam"]] - 1857(Vic)-1936(Vic) - state politician, senior federal politician (Postmaster-General 1908) ===''MAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Maughan|Maughan, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/GZQ4-BJW] - 1903(WA)-1962(Vic) - Licences: 3HH Receive Melbourne (Malvern, 1922); 3HH Melbourne (Malvern, 1923-1960) - Qualifications: cc; AOCP 14, 1924, No. ?? in Vic; AOLCP 82, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: student (Malvern East, 1925-1954) ===''MAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Douglas Mawson|Mawson, Douglas]] [https://www.familysearch.org/tree/person/details/LC3H-42N] - 1882(Eng)-1958(SA) - Licences: Nil - Qualifications: Nil yet identified - Head Australasian Antarctic Expedition (1911-1914) - Electoral Rolls: [[w:Douglas Mawson|Wikipedia]] [https://adb.anu.edu.au/biography/mawson-sir-douglas-7531 ADB] * [[/Ernest Richard Mawson|Mawson, Ernest Richard]] [https://www.familysearch.org/tree/person/details/2W9T-NJN] - 1861(NSW)-1943(NSW) - Licences: 2DH Sydney (Campsie, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Parramatta, 1903); no occupation (Dee Why, 1930-1933; Harbord, 1934-1936; Manly, 1937-1943) ===''MAXWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alston Maxwell|Maxwell, Ronald Alston]] - 1908(NSW)-1950(NSW) - Licences: 2KS Sydney (Hurstville, 1930-1933) - Qualifications: AOCP 656, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: metal worker (Randwick, 1933; Liverpool, 1934-1935; Croydon, 1936-1937); clerk (Caringbah, 1949) ===''MAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank May|May, Frank]] [https://www.familysearch.org/tree/person/details/G88S-CXP] - 1878(Eng)-19??(???) - Licences: 6FM Dwellingup (1929-1931); 6FM Gnowangerup (1933); 6FM Esperance (1937-1939) - Qualifications: cc; CPRT 139, 1915; AOCP 560, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: stationmaster (Gnowangerup, 1931; Esperance, 1936-1937; Armadale, 1943; Collie, 1949) ===''MAYGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neil Hubert Mayger|Mayger, Neil Hubert]] [https://www.familysearch.org/tree/person/details/K2F7-J2D] - 1890(Vic)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: salesman (Darlinghurst, NSW, 1930); sales (Darlinghurst, 1937); salesman (East Sydney, 1937); Sales (Darlinghurst, 1943) ===''MCATEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McAteer|McAteer, Brother Joseph]] [https://www.familysearch.org/tree/person/details/GDKT-JWB] - 1881(NZ)-1931(NSW) - Licences: Receive Sacred Heart College Glenelg (1923); 5AQ Sacred Heart College Glenelg (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCAULEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Money McAuley|McAuley, William John Money "Bill"]] [https://www.familysearch.org/tree/person/details/LRKH-Z5Y] - 1909(Vic)-1987(Vic) - Licences: 3WM Melbourne (Brunswick, 1925-1931) - Qualifications: AOCP 221, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: jackaroo (Nyngan, 1930); grazier (Womboota, 1937-1943) ===''MCBRIDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander James McBride|McBride, Alexander James]] - 1914(Qld)-1993(Qld) - 4BR Brisbane (Wilston, 1939, 1947-1969), amateur operator (AOCP 2320, 1939, No. ?? in Qld), business (radio repair) ===''MCCABE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Bernard McCabe|McCabe, William Bernard]] [https://www.familysearch.org/tree/person/details/MZ1C-FN2] - 1864(Irl)-1938(WA) - Licences: 7AQ Clarence Point (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: gardener (St Kilda, Vic, 1912; Balaclava, 1913-1914; Elsternwick, 1915-1921; Caulfield, 1924); orchardist (Clarence Point, 1922-1928); civil engineer (Nedlands, WA, 1937) ===''MCCALMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Colin McCalman|McCalman, Maxwell Colin]] [https://www.familysearch.org/tree/person/details/GZN8-V77] - 1910(Vic)-1966(Vic) - 3KX Melbourne (Canterbury, 1925-1927), amateur operator (AOCP 142, 1925, No. ?? in Vic), amateur broadcaster, musician (1934), engineer (1943-1963) ===''MCCANDLISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack McCandlish|McCandlish, Jack]] [https://www.familysearch.org/tree/person/details/GZ2B-TJC] - 1915(Eng)-1943(Ins) - Licences: 3HN Sea Lake (1935-1939) - Qualifications: AOCP 1468, 1935, No. ?? in Vic - amateur operator, WW2 (Army, M Special Unit, Sergeant, Commando, 1943) - Electoral Rolls: farm hand (Sea Lake, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1685215] ===''MCCARTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Keith McCarthy|McCarthy, John Keith "Keith / Macca"]] - 19??(???)-1998(Qld) - 3FX Melbourne (Ascot Vale, 1932-1933), 2IM Sydney (Lane Cove, 1934), 2VM Sydney (Lane Cove, 1935), 3FX Melbourne (Hampton, 1937; Ascot Vale, 1938-1939; City, 1946-1947; Templestowe, 1954-1956), 9AR On board yacht Pandemonium (1969), P29AR/MM On board yacht Pandemonium (1975), 4DU Beenleigh (1980), 4PY Surfers Paradise (1980), amateur operator (AOCP 1036, 1932, No. ?? in Vic), amateur broadcaster, state public servant (Vic Railways, telegraphist), military (RAAF, DFC, AFM, AE) ===''MCCULLAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Austral McCullagh|McCullagh, Alexander Austral]] [https://www.familysearch.org/tree/person/details/GXNN-V7Y] - 1897(Qld)-1981(NSW) - Licences: Receive (Home Hill, 1923); 2RR Sydney (Balgowlah, 1965-1969); 9NI Norfolk Island (1975) - Qualifications: cc; 3COCP 2977, 1959; AOLCP 754, 1959; AOCP 4229, 1964, Qld - amateur receiver; amateur operator; WW1 - Electoral Rolls: soldier (Sandgate, Qld, 1919); chemist (Inkerman Mill, Qld, 1922); engineer (Bondi North, NSW, 1930; Abbotsford, NSW, 1932-1933; Edgecliff, NSW, 1933; Burwood, NSW, 1934-1936); manager (Balgowlah, NSW, 1949-1963); retired (Green Point, NSW, 1977-1980) ===''MCCULLOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Robert McCulloch|McCulloch, George Robert]] - 1907(Vic)-1969(Vic) - 3XM Receive Ballarat (1923-1924), 3GM Ballarat (1925-1939, 1946-1965+), amateur operator (AOCP 198, 1925, No. ?? in Vic), amateur broadcaster, radio engineer (Ballarat, 1931-1968) ===''MCDERMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Westall McDermott|McDermott, James Westall "Jim"]] [https://www.familysearch.org/tree/person/details/G37P-PY2] - 1913(Qld)-2010(Qld) - Licences: 4JM Brisbane (1930) & Nambour (1931-1939) - Qualifications: cc; AOCP 711, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4RM Robert Ernest McDermott; son of 4WP Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, Qld, 1936-1949); radio engineer (Nambour, Qld, 1954-1980) * [[/Robert Ernest McDermott|McDermott, Robert Ernest "Bob"]] [https://www.familysearch.org/tree/person/details/GXW8-QJ5] - 1917(Qld)-2006(Qld) - Licences: 4RM Nambour (1938-1939); 4RM Brisbane (Ekibin, 1946-1980+) - Qualifications: AOCP 2223, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); military (WW2, AIF); business proprietor (radio/TV retail, Ekibin) - Relationships: brother of James Westall McDermott; son of Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, 1943; Ekibin, 1949-1968); TV engineer (Tewantin, Qld, 1972-1980) * [[/Westall Samuel McDermott|McDermott, Westall Samuel]] [https://www.familysearch.org/tree/person/details/G37P-2SQ] - 1889(Qld)-1963(Qld) - Licences: 4WP Nambour (1938-1939, 1946-1954) - Qualifications: cc; AOCP 2087, 1938, No. ?? in Qld - amateur operator; amateur broadcaster - Relationships: father of James Westall McDermott & Robert Ernest McDermott - Electoral Rolls: school teacher (Hendon, Qld, 1916-1917; Sandgate, Qld, 1921; Glen Eagle, Qld, 1925-1928; Rosemount, Qld, 1934; Nambour, Qld, 1937-1958); retired (Nambour, Qld, 1963) ===''MCDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> SEE ALSO MACDONALD * [[/Arthur Stephen McDonald|McDonald, Arthur Stephen]] [https://www.familysearch.org/tree/person/details/G36J-ZLJ] - 1891(Vic)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 700, 1922 - broadcast engineer (PMGD, RANRS, AWA); professional society administrator (IEA) - Electoral Rolls: engineer (Townsville, Qld, 1913; St Kilda, Vic, 1916-1924; Vaucluse, NSW, 1930-1934); radio engineer (Darlinghurst, 1934-1936); engineer (Edgecliff, 1943; Double Bay, 1954) - Links: [https://adb.anu.edu.au/biography/mcdonald-arthur-stephen-7333 ADB]; [https://www.asap.unimelb.edu.au/bsparcs/biogs/P001299b.htm Bright Sparks] * [[/Colin McDonald|McDonald, Colin]] [https://www.familysearch.org/tree/person/details/GX67-SCG] - 1911(Qld)-1973(Qld) - Licences: 4CD Rockhampton (1935-1969) - Qualifications: cc; AOCP 1440, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Rockhampton, Qld, 1932-1958); accountant (Rockhampton, Qld, 1968-1972) * [[/Donald McDonald|McDonald, Donald "Don"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC)? * [[/Donald Munro McDonald|McDonald, Donald Munro]] - 19??(???)-19??(???) - Licences: 3KS Melbourne (Yarraville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - Comment: Several contemporaneous DMMs * [[/John McDonald|McDonald, John]] [https://www.familysearch.org/tree/person/details/GXM1-WJR] - 1894(NSW)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 137, 1915; CPRT 190, 1916 (replacement?) - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous JMcD - Electoral Rolls: Nil yet identified; Ancestry.com 1000s of hits to be sifted * [[/Wilfred Neville McDonald|McDonald, Wilfred Neville]] [https://www.familysearch.org/tree/person/details/GX67-DB1] - 1914(NSW)-19??(???) - Licences: 2ZT Sydney (Parramatta, 1935-1936); 4ZT Brisbane (Kangaroo Point, 1937; New Farm, 1938-1939; Annerley, 1947-1948) - Qualifications: cc; AOCP 1412, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Granville, NSW, 1936); radio engineer (Kangaroo Point, Qld, 1937); radio mechanic (Ashgrove, Qld, 1943); radio technician (Annerley, Qld, 1949); electrical engineer (Tennyson, Qld, 1954-1963); manager (Burleigh Heads, Qld, 1968-1980) ===''MCDONOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard McDonough|McDonough, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GXQX-NXY] - 1875(Wales)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, terminated Nov 1920) - Electoral Rolls: Royal Navy (Newport, Vic, 1914-1915); Royal Australian Navy (Yarraville, Vic, 1917-1919); hotel proprietor (West Maitland, 1930-1935); retired (Wickham, 1937) ===''MCDOWALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine McDowall|McDowall, Valentine "Val"]] [https://www.familysearch.org/tree/person/details/M14R-SPG] - 1881(Qld)-1957(Qld) - 4CN Receive Brisbane (1922); 4CM Brisbane (City, 1922-1939) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radiographer; WW2 - 4CM operator primarily Thomas Murray Browse Elliott after about 1925 - Electoral Rolls: medical practitioner (Laidley, 1906-1914; Clayfield, 1919; Ascot, 1934-1954) - Links: [https://adb.anu.edu.au/biography/mcdowall-valentine-7349 ADB] ===''MCDOWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Daniel McDowell|McDowell, John Edward Daniel or John Edward]] [https://www.familysearch.org/tree/person/details/GX86-J52] - 1914(Qld)-1978(Qld) - Licences: 4CX Brisbane (Ascot, 1937-1939); 4CX Gladstone (1947-1965); 4CX Brisbane (Wavell Heights, 1969-1980+) - Qualifications: cc; AOCP 1873, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: rubber worker (Ascot, Qld, 1937); chemist (Gladstone, Qld, 1943-1949); industrial chemist (Gladstone, Qld, 1954-1963); chemistry instructor (Wavell Heights, Qld, 1968-1977) ===''MCELWEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Johnston McElwee|McElwee, George Johnston]] - 1879(Tas)-1981(Tas) - involved with Launceston Radio Clubs searching for the roar ===''MCGARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Ignatius McGarry|McGarry, Lloyd Ignatius]] [https://www.familysearch.org/tree/person/details/G8GT-4PR] - 1919(NSW)-1977(Qld) - Licences: 4XY Roma (1937-1939); 4XY Rockhampton (1947); 4XY Brisbane (Taringa, 1948; Coorparoo, 1954-1956); 2ALM Sydney (Lakemba, 1960-1965); 1AM Canberra (Macquarie, 1969-1975); 4ALL Brisbane (Kingston, 1980+) - Qualifications: cc; AOCP 1943, 1937, Qld; BOCP 139, 1937; 2COCP 607, 1942; 1COCP 1026, 1946 - amateur operator; amateur broadcaster; broadcast technician (4GR, 4ZR); military (RAAF, WW2, mobile wireless, post WW2 Naval Intelligence); federal public servant (PMGD); scientist (Ionospheric Prediction Service) - Electoral Rolls: radio technician (Deagon, Qld, 1949); public servant (Coorparoo, Qld, 1954-1958; Townsville, Qld, 1958) ===''MCGAURAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Duncan James Macfarlane McGauran|McGauran, Duncan James Macfarlane]] - 1849(NZ)-1889(NSW) - radio clubs (Telegraph Electrical Society, Victoria, member; Society of Telegraph Engineers, London, member), employment (Vic Posts & Telegraphs; WA Posts & Telegraphs, Superintendant Telegraphs; NSW Posts & Telegraphs), patents in Quadraplex Telegraphy, father of Duncan James McGauran (telegraphist, accountant, inventor of a telephone meter) ===''MCGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carney Mitchell McGee|McGee, Carney Mitchell]] [https://www.familysearch.org/tree/person/details/G8VW-9LF] - 1910(SA)-1981(WA) - Licences: 5LX Adelaide (Mile End, 1930-1931) - Qualifications: cc; AOCP 676, 1930, No. ?? in SA; 2COCP 52, 1936; 1COCP 210, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (North Unley, SA, 1939); assistant radio inspector (Ivanhoe, Vic, 1943); radio inspector (Kensington, WA, 1949-1977); retired (Como, 1980) ===''MCGEOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Samuel McGeoch|McGeoch, William Leslie Samuel]] [https://www.familysearch.org/tree/person/details/LVNY-SDX] - 1912(WA)-2007(WA) - Licences: 6WL Brookton (1935-1939, 1947-1956); 6WL Bunbury (1960-1980+) - Qualifications: cc; AOCP 1442, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Brookton, WA, 1936-1943); radio service (Brookton, WA, 1958); electrician (Carey Park, WA, 1968-1980) ===''MCGOWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Walker McGowan|McGowan, Samuel Walker]] - 1829(Irl)-1887(Vic) - Vic Posts and Telegraphs (Superintendent Telegraphs), successfully tendered for the first Australian electric telegraph 1854 (Melbourne to Williamstown) then appointed to the public service to operate and maintain it, radio clubs (Telegraph Electrical Society, Victoria) ===''MCGRATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Philip McGrath|McGrath, Edward Philip "Ted"]] [https://www.familysearch.org/tree/person/details/GW87-9K5] - 1906(NSW)-1999(SA) - Licences: 5MO Adelaide (Parkside, 1933-1939; West Mitcham, 1947-1965; Aldgate, 1969) - Qualifications: cc; AOCP 1175, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Parkside, SA, 1939) * [[/Francis Thomas McGrath|McGrath, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GXM1-HRN] - 1891(Tas)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 87, 1915; 1COCP 45, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: public servant (Moonah, Tas, 1919); wireless operator (Thursday Island, 1922); engineer (Eagle Junction, 1925); telegraphist (South Yarra, 1926-1927); supervisor (Caulfield, Vic, 1928-1934; Camberwell, Vic, 1936) ===''MCGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aenas McGregor|McGregor, Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WT] - 1865(Vic)-1937(Vic) - Licences: XJEA Melbourne (Armadale, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: father of 3ZE Keith Wilfred Aeneas McGregor - Electoral Rolls: traveller (Armadale, 1919; Toorak, 1928-1936) * [[/Keith Wilfred Aeneas McGregor|McGregor, Keith Wilfred Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WQ] - 1903(Vic)-19??(???) - Licences: 3ZE Melbourne (Armadale, 1923-1924; Toorak, 1925) - Qualifications: cc; AOCP 52, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Relationships: son of XJEA Aeneas McGregor - Electoral Rolls: telegraphist (Toorak, 1925-1928) ===''MCGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Patrick Holman McGuire|McGuire, Leo Patrick Holman]] [https://www.familysearch.org/tree/person/details/G8HK-B2T] - 1906(NSW)-2001(WA) - Licences: 3KM Myrtleford (1929-1937); 3KM Corryong (1938-1939); 6MG Manjimup (1947-1969); 6MG Perth (Thornlie (1975-1980+) - Qualifications: AOCP 488, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: biograph operator (Wangaratta, 1928); picture proprietor (Albury, 1931); postal employee (Myrtleford, 1936-1937); postal clerk (Mt Magnet, 1943; Manjimup, 1949); radio mechanic (Manjimup, 1954-1972); retired (Thornlie, 1977-1980) ===''MCHUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles McHugh|McHugh, William Charles]] [https://www.familysearch.org/tree/person/details/GFMN-V5Z] - 1914(WA)-1978(WA) - Licences: 6KA or 6KD Perth (Guildford, 1936-1939) - Qualifications: cc; AOCP 1766, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: piano tuner (Guildford, WA, 1936-1943); radio mechanic (Belmont, WA, 1949; North Perth, WA, 1954); mechanic (Cottesloe, WA, 1954; Mt Pleasant, WA, 1963-1972) ===''MCINTOSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John James McIntosh|McIntosh, Stanley John James "Stan"]] [https://www.familysearch.org/tree/person/details/GXDL-C5P] - 1913(Qld)-1972(Qld) - Licences: 4PK Ipswich (Woodend, 1931-1939); 4PK Brisbane (Coorparoo, 1946-1969) - Qualifications: cc; AOCP 730, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (workshop foreman); business proprietor (electrical engineering) - Electoral Rolls: electrical fitter (Woodend, Qld, 1934-1937; Coorparoo, Qld, 1943-1972) ===''MCINTYRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Daniel George McIntyre|McIntyre, Daniel George]] [https://www.familysearch.org/tree/person/details/LTNG-PHV] - 1901(???)-1963(NSW) - Licences: 2VX Receive Sydney (Pymble, 1923); 2VX Sydney (Pymble, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Strathfield, 1930-1958); radio retailer (Pymble, 1963) ===''MCKAIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Lancelot Martyn McKail|McKail, Henry Lancelot Martyn or Martin "Hal"]] - 1887(WA)-1944(WA) - Licences: 6BT Perth (City, 1923-1924); 6BU Perth (City, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgan River, WA, 1910; West Perth, WA, 1916-1917); science master (Crawley, WA, 1925-1937) ===''MCKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander John McKenzie|McKenzie, Alexander John]] - 1905(???)-19??(???) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''MCKEOWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * McKenzie, Florence Violet (married name) - see Granville, Florence Violet (birth name) * [[/Allan McIllroy McKeown|McKeown, Allan McIllroy]] [https://www.familysearch.org/tree/person/details/L69J-SFC] - 1904(Vic)-1983(Vic) - Licences: 3YZ Melbourne (Alphington, 1924-1927); 3YZ Geelong (1931); 3YZ Melbourne (Northcote, 1933-1939, 1946-1969); 3YZ Ocean Grove (1975-1980) - Qualifications: cc; AOCP 51, 1925, No. ?? in Vic; AOLCP 42, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Northcote, 1936-1954; Alphington, 1968); nil (Ocean Grove, 1972-1977) ===''MCKINLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Harold McKinley|McKinley, Norman Harold "Shorty"]] [https://www.familysearch.org/tree/person/details/GWGP-TLC] - 1913(???)-1999(Qld) - Licences: 4CX Brisbane (Teneriffe, 1932-1933) - Qualifications: cc; AOCP 969, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Milton, Qld, 1949-1972); driver (Paddington, Qld, 1980) ===''MCLAUCHLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles David McLauchlan|McLauchlan, Charles David]] [https://www.familysearch.org/tree/person/details/LYL6-PYY] - 1876(Vic)-1943(Vic) - Licences: 6BW Receive Perth (Victoria Park, 1923); 6BW Perth (Victoria Park, 1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Eucla, 1906; Perth, 1910-1916); telegraph engineer (Victoria Park, 1925); superintendent telegraphs (South Yarra, 1931; Camberwell, 1937-1943) ===''MCLEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stewart Campbell McLean|McLean, Stewart Campbell]] [https://www.familysearch.org/tree/person/details/G86G-PMR] - 1910(Vic)-1994(Vic) - Licences: 3GK Melbourne (Yarraville, 1930-1933; Brunswick, 1937-1939, 1946-1948; Caulfield, 1960) - Qualifications: AOCP 601, 1930, No. ?? in Vic; AOLCP 65, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarraville, 1931-1936); nil (Elsternwick, 1954); engineer (Caulfield, 1958-1980) ===''MCLENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth McLennan|McLennan, Kenneth]] [https://www.familysearch.org/tree/person/details/GX9H-B4N] - 1892(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 124, 1915; 2COCP 185, 1930; 1COCP 238, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous KMcLs - Electoral Rolls: Nil yet identified ===''MCLEOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander McLeod|McLeod, Alexander]] [https://www.familysearch.org/tree/person/details/GMKJ-L25] - 1972(Vic)-1948(Qld) - Licences: 4CF Receive Brisbane (Red Hill, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: confectioner (Red Hill, 1903-1905); pastrycook (Red Hill, 1908-1926; Mt Bruce, 1929-1943) * [[/Gordon Stuart McLeod|McLeod, Gordon Stuart]] [https://www.familysearch.org/tree/person/details/G8V1-38Y] - 1912(NSW)-1966(NSW) - Licences: 3ZZ Geelong (West Geelong, 1930-1931; Newtown, 1933; Crib Point, 1937; Wallington, 1938); 2ADC Sydney (Sans Souci, 1939; Hurstville, 1946-1947; Beverley Hills, 1948-1965) - Qualifications: AOCP 707, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: RAN (Crib Point, Viv, 1937); petty officer RAN (Hurstville, 1943); clerk (Beverly Hills, 1949-1963) * [[/Norman McLeod|McLeod, Norman]] [https://www.familysearch.org/tree/person/details/G86P-8F2] - 1901(Vic)-1995(Vic) - Licences: 3NM Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 602, 19??, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Caulfield, 1937-1968) ===''MCLOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. C. McLoughlin|McLoughlin, E. C.]] - 19??(???)-19??(???) - Licences: 5KJ Port Lincoln (1928-1929) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCMAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Hanney McMahon|McMahon, Leo Hanney]] [https://www.familysearch.org/tree/person/details/GXD8-XQH] - 1914(Qld)-1992(NSW) - 4LM Brisbane (Toombul, 1933-1938); 2ALM Sydney (Darlinghurst, 1939); 2AC Sydney (Kingsford, 1946-1950; Randwick, 1956-1980+) - Qualifications: cc; AOCP 1104, 1933, Qld) - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, AMC); occupation (doctor) - Electoral Rolls: student (Camperdown, NSW, 1936-1937); medical practitioner (Kingsford, NSW, 1949; Randwick, NSW, 1954-1980) ===''MCMASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John McMaster|McMaster, John]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: ===''MCMATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph McMath|McMath, John Joseph]] [https://www.familysearch.org/tree/person/details/L5KG-ZK2] - 1910(Vic)-1999(Vic) - Licences: 3JJ Melbourne (Albert Park, 1927-1939; South Melbourne, 1946-1960; Elwood, 1975-1980+) - Qualifications: AOCP 351, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Albert Park, 1931-1937); manager (St Kilda, 1949-1954); retired (Brighton, 1963-1968; Black Rock, 1972-1977) ===''MCMURTRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Adam McMurtrie|McMurtrie, Sydney Adam or Adam Sydney "Sid"]] [https://www.familysearch.org/tree/person/details/LBQM-DQW] - 1908(NSW)-1982(Qld) - Licences: 4JR Booval (1929-1933); 2AFX Lismore (1937-1939); 4KT Gympie (1948) - Qualifications: cc; AOCP 491, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Gympie, 1936); radio salesman (Lismore, 1937); telephone mechanic (Gympie, 1943-1980) ===''MCNALTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McNalty|McNalty, Joseph]] [https://www.familysearch.org/tree/person/details/GXXW-67M] - 1901(Qld)-1967(Qld) - Licences: 4DZ Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (East Toowoomba, Qld, 1925; Mackay, Qld, 1930-1943); public servant (Fairfield, Qld, 1949); clerk (Toowong, Qld, 1954); telegraphist (St Lucia, Qld, 1958) ===''MCNICOL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Edgar McNicol|McNicol, Robert William Edgar]] [https://www.familysearch.org/tree/person/details/GX8D-6NN] - 1917(Qld)-1974(Qld) - Licences: 4WM Brisbane (Teneriffe, 1936-1939) - Qualifications: cc; AOCP 1680, 1936, Qld; BOCP 57, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Teneriffe, Qld, 1943); university lecturer (Tarragindi, Qld, 1954-1972) ===''MCPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Thomas McPherson|McPherson, Colin Thomas or Thomas Collins]] [https://www.familysearch.org/tree/person/details/G8CT-HST] - 1897(Vic)-1951(Vic) - Licences: 3LU Melbourne (Footscray, 1929-1939) - Qualifications: AOCP 523, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: student (Footscray, 1919); storeman (Footscray, 1922-1942) * [[/Murdoch John McPherson|McPherson, Murdoch or Murdock John]] [https://www.familysearch.org/tree/person/details/27D9-9TB] - 1904(Qld)-1972(NSW) - Licences: 4MC Merinda (1927) - Qualifications: cc; CPRT 916, 1926; 2COCP 58, 1929; 1COCP 161, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: motor driver (Merinda, Qld, 1925); wireless operator (Paddington, Qld, 1929); clerk (Mt Coolah, NSW, 1968) ===''MEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Mead|Mead, Jack]][https://www.familysearch.org/tree/person/details/GFM3-ZSH] - 1915(WA)-2009(WA) - Licences: 6LJ Perth (East Victoria Park, 1931-1939; Wembley, 1947-1960) - Qualifications: cc; AOCP 803, 1931, No. ?? in WA; AOLCP 168, 1934; 1COCP 289, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Victoria Park, WA, 1937); mechanic (Wembley, WA, 1943-1980) * [[/Jordan Arthur Mead|Mead, Jordan Arthur]] [https://www.familysearch.org/tree/person/details/LTJF-1KH] - 1907(NSW)-1993(NSW) - Receive Sydney (Ashfield, 1923-1924), 2JA Sydney (Ashfield, 1925-1928), 2JA Byron Bay (1929-1930), 2AJA Sydney (Ashfield, 1946; Bexley, 1947-1957), 2JM Sydney (Bexley, 1958-1980), qualifications (AOCP 212, 1925, No. ?? in NSW), amateur operator, amateur broadcaster, electoral rolls: telephone mechanic (Byron Bay, 1930; Ashfield, 1931-1943), power technician (Bexley, 1949-1968), electrical field officer (Bexley, 1972-1980) ===''MEADOWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Meadows|Meadows, Robert Cecil]] [https://www.familysearch.org/tree/person/details/GXH2-ZRK] - 1907(Eng)-1966(NSW) - Licences: 4RM Mackay (1932-1939); 2ARM Sydney (Kirribilli, 1946-1948); 2IN Sydney (Rhodes, 1956-1958; Chiswick, 1960; Long Jetty, 1961; Killarney Vale, 1965) - Qualifications: cc; AOCP 879, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (Pems Radio, Rockhampton); journalist (Minchens Electrical Weekly); WW1; WW2 - Electoral Rolls: reporter (Crows Nest, NSW, 1930); radio mechanic (Bundaberg, Qld, 1931-1932); radiotrician (Mackay, 1934-1937); wireless instructor (Kirribilli, NSW, 1943); manager (Rhodes, NSW, 1954-1958); retired (Five Dock, NSW, 1958; Killarney Vale, NSW, 1963) ===''MEDHURST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Edney Medhurst|Medhurst, Edgar Edney]] [https://www.familysearch.org/tree/person/details/GHD6-WFC] - 1902(Tas)-1966(Vic) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Frederick William Medhurst|Medhurst, Frederick William "Pop" (in latter years)]] [https://www.familysearch.org/tree/person/details/M4GS-R6P] - 1868(Eng)-1969(Tas) 101yo - Licences: XZD Hobart (1913-1914); 7AH Receive Hobart (Sandy Bay, 1923); 7AH Hobart (Sandy Bay, 1924-1939, 1946-1947) - Qualifications: Nil yet identified - early wireless experimenter from 1901; amateur operator; amateur broadcaster; business (Medhurst & Sons, 1920s) - Relationships: father of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst, all in the business and interested in radio * [[/Harry Frederick Medhurst|Medhurst, Harry Frederick]] [https://www.familysearch.org/tree/person/details/GHD6-QZV] - 1893(Tas)-1963(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Phillip Aubrey Medhurst|Medhurst, Phillip Aubrey]] [https://www.familysearch.org/tree/person/details/GHD6-DFX] - 1895(Tas)-1969(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Rowland Arthur Medhurst * [[/Rowland Arthur Medhurst|Medhurst, Rowland Arthur]] [https://www.familysearch.org/tree/person/details/GHD6-ZT4] - 1892(Tas)-1969(Tas) - early wireless experimenter, lecturing on wireless 1911, never licensed, likely utilised licence of XZD-7AH (father), son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst ===''MEDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel James Clifford Medlin|Medlin, Noel James Clifford]] [https://www.familysearch.org/tree/person/details/G3MB-743] - 1917(Vic)-2004(Vic) - broadcast planning engineer (ABCB), federal public servant (ABCB), WW2 - Electoral Rolls: engineer (Gardiner, 1943; St Kilda, 1949; Camberwell, 1954-1977); retired (Inverloch, 1980) - father of AM directional antennas in Australia ===''MENON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Menon|Menon, Geoffrey John]] [https://www.familysearch.org/tree/person/details/LT4F-3CQ] - 1905(SA)-1969(NSW) - 3OG Receive Melbourne (St Kilda, 1923-1924), 3OG Melbourne (St Kilda, 1925-1927), 2OG Sydney (Haberfield, 1928; Croydon, 1929-1931), 3OG Melbourne (East Kew, 1933), 2OG Sydney (Northbridge, 1934-1935; Chatswood, 1936-1937; Longueville, 1938-1939, 1946-1948; Pymble, 1950; West Pennant Hills, 1954-1965; Arcadia, 1969), amateur operator (AOCP 209, 1925, No. ?? in Vic), amateur broadcaster, electrician (St Kilda West, 1926-1927), radio engineer (Coburg, 1931), engineer (Kew, 1934), radio engineer (Chatswood, 1937; Longueville, 1943), engineer (Baulkham Hills, 1954-1958; Arcadia, 1968) ===''MERCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie George Merchin|Merchin, Leslie George]] [https://www.familysearch.org/tree/person/details/LTLT-SSF] - 1917(Qld)-1994(Qld) - Licences: 4ML Richmond (1934-1939); 4MG Richmond (1948); 4MG Killarney (1954-1980+) - Qualifications: cc; AOCP 1399, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: garage proprietor (Richmond, Qld, 1943-1949); motor mechanic (Killarney, Qld, 1954-1968; Rockhampton North, Qld, 1972-1980) ===''MEREDITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement George Benger Meredith|Meredith, Clement George Benger]] [https://www.familysearch.org/tree/person/details/KZJD-6S6] - 1885(WA)-1959(USA) - Licences: Nil yet identified - Qualifications: cc; CPRT 15, 1914 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Windsor, Vic, 1914-1916); officer-in-charge wireless (Geraldton, WA, 1916-1917) * [[/Llewellyn Lennon Meredith|Meredith, Llewellyn Lennon]] [https://www.familysearch.org/tree/person/details/GD8W-LV7] - 1885(Eng)-1923(NSW) - Licences: Nil yet identified - Qualifications: CPRT 246, 1916 - ship wireless officer, AWA (traffic manager) - Electoral Rolls: Nil yet identified - Comment: Gone too soon - Links: [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_04_04#P.22_-_Obituary_-_Mr._L._L._Meredith|Obit]] ===''MESSENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Albert Messenger|Messenger, Percival Albert]] [https://www.familysearch.org/tree/person/details/GXRP-BS1] - 1892(SA)-1980(NSW) - Licences: 5PM Adelaide (Largs Bay, 1928) - Qualifications: cc; CPRT 70, 1915 (Marconi); CPRT 152, 1915 (Balsillie) - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: manager (Randwick, NSW, 1936; Coogee, NSW, 1943-1958; Randwick, NSW, 1963-1980) ===''MICHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Hector Ernest Henderson Michell|Michell, Hector Ernest Henderson "Ernest"]] [https://www.familysearch.org/tree/person/details/GQNQ-T5H] - 1897(Vic)-1984(Vic) - Licences: 3JP Receive Melbourne (Caulfield, 1922); 3JP Melbourne (Caulfield, 1923-1931; Elsternwick, 1933); 3JP Hamilton (1937-1939); 3AEM Hamilton (1960-1969); 3JX Hamilton (1975-1980+) - Qualifications: cc; AOCP 162, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; operator of 3LR Elsternwick Radio Club (1925); WW1; land officer (Hamilton, 1936) - Electoral Rolls: clerk (Balaclava, 1919-1921); draftsman (Caulfield, 1922); land officer (Hamilton, 1936-1980) ===''MILBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Leslie Milburn|Milburn, Henry Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/G8NV-8VJ] - 1890(Vic)-1957(Qld) - Licences: 4HM Home Hill (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Toowong, 1919); electrical engineer (Home Hill, 1922-1925; Stanthorpe, 1934-1949) - Halcyon: not mentioned? ===''MILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Thomas Miles|Miles, Gilbert Thomas]] [https://www.familysearch.org/tree/person/details/L19Y-X19] - 1904(Vic)-1981(NSW) - Licences: 7KQ Hobart (Bellerive, 1937-1939) - Qualifications: cc; AOLCP 106, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Camberwell, 1925-1926); electrical engineer (Glen Iris, Vic, 1931); engineer (Elsternwick, 1936); radio engineer (Croydon, NSW, 1943-1972); engineer (Croydon, 1977-1980) * [[/Harry Raymond Miles|Miles, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G8NJ-DQ2] - 1911(WA)-2003(WA) - Licences: 6XL Perth (Mt Lawley, 1930-1933); 6XL Wiluna (1937); 6XL Perth (Mt Lawley, 1938-1939) - Qualifications: cc; AOCP 645, 1930, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Wiluna Gold Mines, WA, 1936; Mt Beauty, Vic, 1954); poultry farmer (Balga, WA, 1958-1972); farmer (Wanneroo, WA, 1977-1980) ===''MILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Eric Mill|Mill, William Eric]] [https://www.familysearch.org/tree/person/details/9779-JP8] - 1896(SA)-1980(WA) - Licences: XYAG Burbanks (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: electrician (Kalgoorlie, WA, 1919; Balkatta, WA, 1921-1922; North Perth, WA, 1925); electrical engineer (Geraldton, WA, 1931-1937; East Perth, WA, 1943; Maylands, WA, 1949-1968; Inglewood, WA, 1972-1980) ===''MILLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roydon Arthur Milledge|Milledge, Roydon Arthur]] [https://www.familysearch.org/tree/person/details/GMJY-3DW] - 1903(Vic)-1983(Tas) - Licences: 3WT Shepparton (1936-1937); 7WT Hobart (1938-1939); 7WT Ulverstone (1947-1948+); 7WT Hobart (1956-1960+) - Qualifications: cc; AOCP 1693, 1936, No. ?? in Vic - amateur operator; amateur broadcaster; WW2; bank clerk 1931; Civil Engineer 1950s - Electoral Rolls: assistant engineer (State Savings Bank, Auburn, 1927); engineer (Glenhuntley, 1931-1934); civil engineer (Shepparton, 1936) ===''MILLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dunlop Millen|Millen, John Dunlop]] [https://www.familysearch.org/tree/person/details/GC9X-S4W] - 1877(Irl)-1941(Tas) - Licences: Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver; senator - Electoral Rolls: mining engineer (Waratah, 1914-1919; Newstead, 1922-1937) ===''MILLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alexander Miller|Miller, Charles Alexander "Charlie"]] [https://www.familysearch.org/tree/person/details/G8NV-YRR] - 1915(NSW)-1999(Qld) - Licences: 4US Brisbane (New Farm, 1933-1936); 2ADE Casino (1935-1939, 1946-1961); 4QM Caloundra (1969-1980+) - Qualifications: AOCP 1208, 1933, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); part of the "U" gang, military (WW2, RAAF) - Electoral Rolls: radio mechanic (Casino, 1943-1963); army officer (Ipswich, 1963); retired (Shelley Beach, 1968-1972; Caloundra, 1977-1980) * [[/Charles Harcourt Miller|Miller, Charles Harcourt]] [https://www.familysearch.org/tree/person/details/G6MC-9QY] - 1921(Tas)-2001(Tas) - Licences: 7CM Hobart (Bellerive, 1936-1939; Taroona, 1969-1980+) - Qualifications: cc; AOCP 1799, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Bellerive, 1943) * [[/Francis George Miller|Miller, Francis George "Frank"]] [https://www.familysearch.org/tree/person/details/LYD2-LHT] - 1895(SA)-1954(SA) - Licences: 5BF Mt Gambier (1923-1939, 1946-1954) - Qualifications: cc; AOCP 185, 1925, No. ?? in SA; BOCP 58, 1936 - amateur operator; amateur broadcaster; broadcast engineer; founder of commercial station 5MU Murray Bridge; WW1 - Electoral Rolls: fitter (Murray Bridge, 1939-1943) [https://www.qsl.net/vk5br/FrankMiller.pdf Biography] * [[/Frank Colin Miller|Miller, Frank Colin]] [https://www.familysearch.org/tree/person/details/GX9C-86L] - 1884(Eng)-1953(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 126, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: engine operator (Radio Station, Roebourne, 1916-1917); station hand (Marron Station, 1918; Carnarvon, 1921; Mallina, 1922-1925); contractor (Roebourne, 1930-1936; Karratha Station, 1937); labourer (Roebourne, 1943); cook (Wittenoom Gorge, 1949) * [[/H. Miller|Miller, H.]] - 19??-19?? - 4EH Brisbane (Ascot, 1923-1924); 2EH Sydney (Dulwich Hill, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert Edward Miller|Miller, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GD2Q-XMX] - 1899(NSW)-19??(???) - Licences: 2HE Sydney (Belmore, 1931-1939) - Qualifications: cc; CPRT 932, 1926; 2COCP 329, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Campsie, 1930; Belmore, 1932-1943); miner (Glen Davis, 1943) * [[/Herbert Leslie Miller|Miller, Herbert Leslie]] [https://www.familysearch.org/tree/person/details/GD2Q-7LH] - 1897(Qld)-1966(Qld) - Licences: 4CA Receive Brisbane (West End, 1922); 4HL Brisbane (Hill End, 1927) - Qualifications: CPRT 330, 1917; 2COCP 329, 1940; 1COCP 483, 1940s; BOCP 370, 1941 - ship wireless officer (RMS Bingera, 1920); amateur operator; amateur broadcaster; sales (J. B. Chandler, 1924; Overells, 1925) - Electoral Rolls: wireless officer (West End, 1921); salesman (West End, 1925); manager (Coorparoo, 1928); salesman (Coorparoo, 1937-1954); clerk (Camp Hill, 1958-1963) ===''MILLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hugh Milligan|Milligan, Stanley Hugh]] [https://www.familysearch.org/tree/person/details/2CB1-L7Y] - 1901(Vic)-1976(Vic) - Licences: 3AU Receive Geelong (1922-1923); 3AU Geelong (1924); 3AU Eaglehawk (1924-1926); 3AU Chilwell (1927-1931); 3AU Geelong (1937-1939); 3AU Melbourne (Surrey Hills, 1947; Auburn, 1948) - Qualifications: cc; AOCP 125, 1925, No. ?? in Vic; AOLCP 164, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Eaglehawk, 1924-1926; Geelong West, 1924); radio mechanic (Chilwell, 1927-1931); watchman (Geelong West, 1934-1937); storekeeper (Hawthorn, 1949); engineer (Canterbury, 1954-1968); nil (Doncaster, 1972) ===''MILLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Griffiths John Mills|Mills, Griffiths John]] - 19??(???)-19??(???) - Licences: 6CK Receive Perth (Subiaco, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Subiaco, 1929-1931) * [[/Norman Gibson Mills|Mills, Norman Gibson]] [https://www.familysearch.org/tree/person/details/9415-SSS] - 1890(Vic)-1959(Qld) - Licences: 4NM Brisbane (Moorooka, 1938-1939, 1947-1956; Margate, 1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Toowong, Qld, 1919); contractor (Moorooka, Qld, 1921-1954); retired (Margate, Qld, 1958) * [[/Ralph Mervyn Mills|Mills, Ralph Mervyn]] [https://www.familysearch.org/tree/person/details/G8JD-GST] - 1909(NSW)-1989(NSW) - Licences: 2MM Sydney (Balmain, 1930-1934; Canterbury, 1935-1936) - Qualifications: AOCP 660, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Balmain, 1931-1937); engineer (Pymble, 1949-1977; West Pymble, 1980) ===''MILNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Brough Milne|Milne, Andrew Brough]] [https://www.familysearch.org/tree/person/details/9KXN-QZV] - 1890(South Africa)-1979(Qld) - Licences: 4BM Dealer Mackay (1926-1927) - Qualifications: 3COCP 3492, 1961 - dealer licence - Electoral Rolls: motor mechanic (Mackay, 1915-1943); mechanical engineer (North Mackay, 1949-1977) * [[/John Collicott Milne|Milne, John Collicott]] [https://www.familysearch.org/tree/person/details/MP34-518] - 1903(Tas)-1990(Tas) - Licences: 7AG Gretna (1923-1939, 1946-1980+) - Qualifications: cc; AOCP 604, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Gretna, 1928-1980) ===''MILNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Frederick Milner|Milner, George Frederick]] [https://www.familysearch.org/tree/person/details/GF7W-W4D] - 1908(WA)-1992(WA) - Licences: 6GF Perth (Mt Lawley, 1931-1933) - Qualifications: cc; AOCP 788, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1931; North Beach, WA, 1936-1937); RAAF (Nedlands, WA, 1943-1980) * [[/James Milner|Milner, James]] [https://www.familysearch.org/tree/person/details/GZXH-1DM] - 1901(Eng)-1947(Qld) - Licences: 4AK Brisbane (Kelvin Grove, 1923-1927; Ashgrove, 1931-1936); 4AU Brisbane (1937-1939) - Qualifications: cc; AOCP 93, 1925, No. 11 in Qld - amateur operator; amateur broadcaster (prominent from Valley Theatre) - Withdrawal: 4AK amateur callsign withdrawn by the PMGD for allocation to the new 4AK Oakey commercial service - Electoral Rolls: fitter (Kelvin Grove, 1925-1926); electrical fitter (Ashgrove, 1928-1943) ===''MINCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur W. Minchin|Minchin, Arthur W.]] - 19??-19?? - 4AM Rockhampton - amateur operator (AOCP ???, 19??, No. ?? in Qld), amateur broadcaster, broadcast engineer (4RO Cmcl), wireless retail business proprietor - seems in error, see William Allan Minchin * [[/William Allan Minchin|Minchin, William Allan]] [https://www.familysearch.org/tree/person/details/LV7Q-86C] - 1893(Vic)-1976(NSW) - Licences: 4AM Rockhampton (1938-1939) - Qualifications: cc; CPRT 220, 1916; 2COCP 365, 1931; 1COCP 244, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: wireless engineer operator (Wyndham, 1917); farmer (Toodyay, 1925); radio engineer (Rockhampton, 1936-1943; Lismore, 1949-1954; Hunters Hill, 1958-1968); engineer (Hunters Hill, 1972) ===''MINEHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Minehan|Minehan, W. A.]] - 19??(???)-19??(???) - Licences: 4AM Rockhampton (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MINGAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Francis Mingay|Mingay, Oswald Francis "Ossie"]] [https://www.familysearch.org/tree/person/details/K45G-NZG] - 1895(NSW)-1973(NSW) - Licences: 2XX Sydney (Turramurra, 1923-1926; Sydney, 1931-1933) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast engineer; journalist; publisher; WW1; WW2 - Electoral Rolls: engineer (Collaroy, 1930); managing editor (Pymble, 1930-1932); radio engineer (Lindfield, 1933-1934); publisher (Lindfield, 1937-1963; St Ives, 1963-1968) - Comment: licensed operator of 2WV Burgin Electric Co. (1923) [https://adb.anu.edu.au/biography/mingay-oswald-francis-ossie-11135 ADB]; [https://www.qsl.net/vk2dym/radio/Mingay.htm MacKinnon] ===''MITCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Theodore Mitchell|Mitchell, Alexander Theodore]] [https://www.familysearch.org/tree/person/details/GXNY-CC2] - 1872(???)-1966(Qld) - Licences: Receive Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer (Red Hill, Qld, 1921; Torwood, Qld, 1922); electrical engineer (Toowoomba, Qld, 1925; Wilston, Qld, 1928-1929; Sandgate, Qld, 1936-1963) * [[/Harold Benson Mitchell|Mitchell, Harold Benson]] [https://www.familysearch.org/tree/person/details/LDVS-QN7] - 1901(Vic)-1962(Vic) - Licences: 3CZ Receive Melbourne (Elwood, 1922-1923); 3CZ Melbourne (Elwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Elwood, 1924-1927); manager (Caulfield, 1937); manufacturer (Caulfield, 1942); manager (Caulfield, 1949); merchant (St Kilda, 1949); manager (St Kilda, 1954) * Mitchell, Hector Ernest Henderson "Ernest" - see Michell, Hector Ernest Henderson "Ernest" (frequent misspelling) * [[/Stanley John Mitchell|Mitchell, Stanley John]] [https://www.familysearch.org/tree/person/details/LDVS-Q83] - 1887(Vic)-1974(Monaco) - Licences: 3SJ Melbourne (Brighton, 1924-1927) - Qualifications: cc; AOCP 53, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Toorak, 1912-1916; Brighton, 1919-1928); investor (Brighton, 1936-1937) financier (Vaucluse, NSW, 1943) ===''MOFFATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert David Gray Moffatt|Moffatt or Moffat or Gray, Robert David Gray "Bob"]] [https://www.familysearch.org/tree/person/details/GX8V-PM3] - 1911(Qld)-1983(Qld) - Licences: 4RD Mackay (1935-1939); 4RD Gracemere (1947-1948); 4RD Mackay (1954-1980+) - Qualifications: cc; AOCP 1549, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Herberton, Qld, 1936; Mackay, Qld, 1937); mechanic in broadcasting (Gracemere, Qld, 1949); technician (Mackay, Qld, 1954-1980) ===''MONEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Dudley Money|Money, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/G3JD-M9H] - 1907(Vic)-1986(Vic) - 3MY Melbourne (Canterbury, 1925-1939; Upwey, 1946-1948; Cheltenham, 1954-1969; East Bentleigh, 1975-1980+), amateur operator (AOCP 205, 1925, No. ?? in Vic), amateur broadcaster, draughtsman (Camberwell, 1931-1934), engineer (Upwey, 1942-1949; Moorabbin, 1954-1967; East Bentleigh, 1972-1980) ===''MONKHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Isaac Monkhouse|Monkhouse, Walter Isaac]] [https://www.familysearch.org/tree/person/details/K8ZT-YPN] - 1887(NZL)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio clubs (QWI & WIA Qld, president & lecturer); senior state public servant (Qld Public Works Dept, State Electrical Engineer); witness to Royal Commission 1927 (as president WIA Qld) - Electoral Rolls: telephone instructor (South Brisbane, 1919); engineer (Teneriffe, 1925; New Farm, 1928; Taringa, 1936-1954); electrical engineer (Bardon, 1958-1963) ===''MONKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Brendan Monks|Monks, Alfred Brendan]] [https://www.familysearch.org/tree/person/details/GDR2-444] - 1894(Tas)-1973(Vic) - Licences: 3AAB Melbourne (Diamond Creek, 1948; Northcote, 1954-1960; Preston, 1965-1969) - Qualifications: cc; CPRT 571, 1920; 2COCP 272, 1930; 1COCP 282, 1932 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1915) - Relationships: twin brother of 7BR Cyril Wilson Monks - Electoral Rolls: Western Electric engineer (East Sydney, 1930); licensee Railway Commercial Hotel (Albury, 1931-1932); radio telegraphist (Centennial Park, 1943); radio officer (Reservoir, Vic, 1963; Preston, 1967-1972) * [[/Cyril Wilson Monks|Monks, Cyril Wilson]] [https://www.familysearch.org/tree/person/details/GDR2-96N] - 1894(Tas)-1976(Vic) - Licences: 7BR Receive Hobart (Battery Point, 1923); Receive Hobart (Battery Point, 1923-1924) - Qualifications: cc; 1COCP 225, 1931 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1919); WW2 - Relationships: twin brother of 3AAB Alfred Brendan Monks - Electoral Rolls: federal civil servant (Battery Point, 1928); public servant (Bellerive, 1936-1937); radio inspector (Scarborough, WA, 1943; Nedlands, 1949); retired (Frankston, 1972) ===''MONTEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Monteath|Monteath, Frederick]] - 1895(Vic)-1943(NSW) - Licences: 3VM Receive Melbourne (Elsternwick, 1923-1924); 3KP Melbourne (Elsternwick, 1930-1933) - Qualifications: AOCP 694, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: photographer (Prahran, 1919; Elsternwick, 1921); mercer (Elsternwick, 1924-1931); photographer (Glenmore, NSW, 1934-1935; Ashfield, 1937); storekeeper (Rockdale, 1943) ===''MOODY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Percy Moody|Moody, Francis Percy]] [https://www.familysearch.org/tree/person/details/L1D9-KLG] - 1903(Qld)-19??(???) - Licences: 4FM Cairns (1932-1969) - Qualifications: cc; AOCP 967, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Rockhampton North, 1925-1926); accountant (Cairns, 1926-1949); radio dealer (Cairns, 1954-1980) ===''MOORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Moore|Moore, Albert Ernest "Ernie"]] [https://www.familysearch.org/tree/person/details/KW6D-TMT] - 1916(Qld)-1982(Qld) - Licences: 4?? Brisbane - Qualifications: cc; NAOCP Q728, 1980, No. ?? in Qld - amateur operator; prominent MW and SW broadcast DXer; clubs (All-Wave All-World DX Club, Shortwave League of Western Australia, Australian Radio DX Club, New Zealand Radio DX League, Southern Cross DX Club, DX Australia) - QSLs: portion (200+) of later QSL collection survives (ARDXC/NFSA) * [[/Eric John Theodore Moore|Moore, Eric John Theodore]] [https://www.familysearch.org/tree/person/details/GD91-7LN] - 1894(NSW)-1940(NSW) - Licences: XEM Sydney (Petersham, 1913-1914); Receive (Crystal) Sydney (Neutral Bay, 1923); 2EM Sydney (Neutral Bay, 1924-1928) - Qualifications: cc; CPRT 161, 1915; 2COCP 237, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Awards: UK merchant seaman medal - Electoral Rolls: engineer (Bronte, 1934-1937) * [[/Francis Leonard Moore|Moore, Francis Leonard "Frank"]] - 19??(???)-1924(NSW) - 2?? Sydney, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, employment (Archibald John Shaw, Maritime Wireless Co, United Distributors) - Comment: electrocuted while conducting wireless experiments * [[/Louis James Murphy Moore|Moore, Louis James Murphy "Leo"]] [https://www.familysearch.org/tree/person/details/L45W-GS4] - 1888(Vic)-1968(Vic) - Licences: 3LO Receive Seymour (1923); 3LO Seymour (1924-1925); 3MS Seymour (1924-1927) - Qualifications: cc; CPRT 85, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918); amateur operator; amateur broadcaster - Electoral Rolls: telegraph operator (Clifton Hill, 1909); telegraphist (Collingwood, 1912-1914); wireless operator (Collingwood, 1917-1919); telegraphist (Elsternwick, 1922); clerk (Seymour, 1924-1931; Bentleigh, 1936-1949); guesthouse proprietor (Healesville, 1954); clerk (Oakleigh, 1963-1968) - Withdrawal: Likely 3LO callsign withdrawn for allocation to 3LO Melbourne Class A ===''MOORHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Martin Moorhouse|Moorhouse or Moorehouse, Herbert Martin]] [https://www.familysearch.org/tree/person/details/KJPG-1HL] - 1899(Tas)-1990(WA) - Licences: 7HM Hobart (North Hobart, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Hobart South, 1922); carpenter (New Town, 1928); carrier (Hobart North, 1936); motordriver (Queensborough, 1949) ===''MORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Donald Moran|Moran, Cyril Donald]] - 19??-19?? - broadcast technician at 4QG under Qld Government, state public servant (4QG) ===''MORGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Mowbray Morgan|Morgan, Donald Mowbray]] [https://www.familysearch.org/tree/person/details/GDP7-218] - 1907(NSW)-1988(Tas) - Licences: T749 Receive Glebe (1922); Receive Glebe (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Huonville, 1928-1972) * [[/Ivor Morgan|Morgan, Ivor]] [https://www.familysearch.org/tree/person/details/LRSY-S8G] - 1909(Vic)-1977(Vic) - Licences: 3DH Melbourne (East Malvern, 1930-1933; Shepparton, 1937; East Malvern 1938-1939; Hawthorn, 1946-1975) - Qualifications: cc; AOCP 605, 1930, No. ?? in Vic; BOCP 20, 1936; TVOCP, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1931-1934); engineer (Brighton, 1936); broadcast engineer (3SR Shepparton, 1937); technician (Hawthorn, 1943-1977) - Relationships: Father of 3ZFM V. I. Morgan * [[/Reginald George Morgan|Morgan, Reginald George]] [https://www.familysearch.org/tree/person/details/LRFR-D7H] - 1914(Eng)-1993(NSW) - Licences: 6RM Perth (City, 1931); 2AJS Sydney (Randwick, 1938-1939); 2ABM Sydney (Coogee, 1946-1950; Bankstown, 1954-1958; Greenacre, 1960-1980+) - Qualifications: cc; AOCP 755, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Coogee, NSW, 1936-1937); no occupation (Coogee, NSW, 1949); electrical mechanic (Bankstown East, NSW, 1954); mechanic (Greenacre, NSW, 1963-1980) * [[/William Albert Morgan|Morgan, William Albert]] [https://www.familysearch.org/tree/person/details/9HVG-8PW] - 1899(Tas)-1965(Tas) - Licences: 7AI Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart West, 1922); electrical fitter (New Town, 1928-1937); fitter (New Town, 1943-1954); manager (Montrose, 1963) ===''MORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. H. Morley|Morley, W. H.]] - 19??(???)-19??(???) - Licences: 2WU Sydney (Watersleigh, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''MORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John William Morris|Morris, Albert John William]] [https://www.familysearch.org/tree/person/details/9V2B-Y2J] - 1873(Tas)-1940(Tas) - Licences: 7BS Receive Hobart (West Hobart, 1923); Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Hobart North, 1914-1943) * [[/Cecil Ralph Newman Morris|Morris, Cecil Ralph Newman]] [https://www.familysearch.org/tree/person/details/G3MW-YGT] - 1906(Qld)-1971(Qld) - Licences: Receive Brisbane (Rosalie, 1923); 4CN Brisbane (Rosalie, 1928); 4LW Brisbane (Rosalie, 1929-1933; Ashgrove, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 398, 1928, No. 45 in Qld - amateur operator; amateur broadcaster; technician (PMGD); WW2 - Electoral Rolls: mechanic (Rosalie, 1928); postal mechanic (Ashgrove, 1936-1954); supervising technician (Rosalie, 1958-1968) * [[/Glynn Ian Elliott Morris|Morris, Glynn Ian Elliott]] [https://www.familysearch.org/tree/person/details/G8XG-9TS] - 1908(???)-19??(???) - Licences: 3BZ Melbourne (Mordialloc, 1930-1939; Parkdale, 1946-1980+) - Qualifications: AOCP 621, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Mordialloc, 1931-1937); mechanic (Mentone, 1943); official (Mentone, 1949-1968); secretary (Mentone, 1972-1980) * [[/Jack Dudley Morris|Morris, Jack Dudley]] [https://www.familysearch.org/tree/person/details/GZ2R-NMZ] - 1914(Vic)-1944(At Sea) - Licences: 3LX Melbourne (Oakleigh, 1933, pirate); 3DQ Melbourne (Oakleigh, 1934-1937) - qualifications: AOCP 1244, 1934, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (mention in despatches) - electoral rolls: operator (Oakleigh, 1936-1942) - Sacrifice: "Greater love hath no man than this" * [[/Richard Charles William Morris|Morris, Richard Charles William (BDM) or Charles Richard William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXW7-56S] - 1922(Qld)-1984(Qld) - Licences: 4MT Rockhampton (1954-1980) - Qualifications: cc; AOCP 3210, 1951, Qld; BOCP 1460, 1956 - amateur operator; WW2 - Electoral Rolls: electrician (Rockhampton, 1949); electrical fitter (Rockhampton, 1954-1963); radio technician/electrician (Rockhampton, 1968-1972); radio technician (Rockhampton, 1977-1980) * [[/Ronald David Morris|Morris, Ronald David]] [https://www.familysearch.org/tree/person/details/LX5W-S7Z] - 1904(Vic)-1997(Vic) - Licences: 3AP Receive Melbourne (Caulfield, 1922); 3AP Melbourne (Caulfield, 1922-1927); 3APM Melbourne (East Brighton, 1947-1980+) - Qualifications: cc; AOCP 151, 1925, No. ?? in Vic; CPRT 919, 1926; BOCP 600, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Caulfield, 1925-1931); radio (Brighton, 1936-1937); mechanic (Brighton, 1943; Elsternwick, 1949-1967; Brighton East, 1972-1977) * [[/Sydney Paul Francis Morris|Morris, Sydney Paul Francis "Syd"]] [https://www.familysearch.org/tree/person/details/GX95-MRP] - 1888(Vic)-1960(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: clerk (Prahran, Vic, 1909; Dandenong, 1912-1913); clerk & telegraphist (Eltham, Vic, 1924); manager (East Bairnsdale, Vic, 1925-1928); clerk (Sandringham, Vic, 1931); inspector (Caulfield, Vic, 1942-1949) * [[/William Belfort Morris|Morris, William Belfort]] [https://www.familysearch.org/tree/person/details/G8X1-VYQ] - 1910(WA)-1991(WA) - Licences: 6WM Perth (Hollywood, 1930-1937; Mt Lawley, 1938-1939); 6WM Kalgoorlie (1946-1954); 6WM Perth (Applecross, 1955-1975) - Qualifications: cc; AOCP 625, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Hollywood, 1931-1937); newsagent (Kalgoorlie, 1949-1954); representative (Applecross, 1958-1980) ===''MORRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Cyril Tucker Morrison|Morrison, Gordon Cyril Tucker]] [https://www.familysearch.org/tree/person/details/GFMN-J6Z] - 1916(WA)-1993(NSW) - Licences: 6KN Geraldton (1935-1937); 6KN Perth (City, 1938-1939); 2AKN Sydney (Hernes Bay, 1947; Parramatta, 1948-1950; Balgowlah, 1954-1958) - Qualifications: cc; AOCP 1485, 1935, WA; BOCP 89, 1937; 3COCP 1536, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Geraldton, WA, 1937); radio employee (North Perth, WA, 1943); aircraft surveyor (Parramatta North, NSW, 1949; Balgowlah, NSW, 1954-1963); surveyor (Wahroonga, NSW, 1968-1980) * [[/Lionel Morrison|Morrison, Lionel]] [https://www.familysearch.org/tree/person/details/KDMZ-K6G] - 1906(WA)-1996(WA) - Licences: 6LM Perth (Bayswater, 1939, 1947-1980) - Qualifications: cc; AOCP 1485, 1939, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Sandstone, WA, 1931); pipefitter (Wiluna, WA, 1936-1937); fitter (Wiluna, WA, 1943; Bayswater, WA, 1949-1980) ===''MORRISSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Joseph Martindale Morrissey|Morrissey, Brian Joseph Martindale]] - 19??(???)-19??(???) - Licences: 5AP Adelaide (Prospect, 1935-1937) - Qualifications: cc; AOCP 1544, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''MORROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Caldwell Morrow|Morrow, Arthur Caldwell]] [https://www.familysearch.org/tree/person/details/GHQF-T2F] - 1912(Qld)-1967(Qld) - Licences: 4BM Brisbane (Paddington, 1937-1939) - Qualifications: cc; 2COCP 335, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Red Hill, Qld, 1934-1937); wireless operator (Paddington, Qld, 1943); farmer (Paddington, Qld, 1949-1963) ===''MORSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel Percy Morse|Morse, Noel Percy "Bill"]] [https://www.familysearch.org/tree/person/details/GWRN-3QR] - 1914(Qld)-1942(At Sea) - Licences: 2JE Sydney (Cremorne, 1934-1935); 4LI Brisbane (Clayfield, 1937); 2AHS Sydney (Mosman, 1938-1939) - Qualifications: cc; AOCP 1402, 1934, Qld - amateur operator; amateur broadcaster; WW2 (RNZAF, Pilot Officer) - Electoral Rolls: radio engineer (Buranda, Qld, 1937; Clayfield, Qld, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.rafcommands.com/database/wardead/details.php?qnum=95585 RAF Commands]; [https://www.aucklandmuseum.com/war-memorial/online-cenotaph/record/C29996 Auckland Museum]; [http://aircrewremembered.com/morse-noel.html AirCrewRemembered] ===''MORTIMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mark Mortimer|Mortimer, Mark]] [https://www.familysearch.org/tree/person/details/GS7M-ZZ4] - 1887(Irl)-19??(???) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 107, 1915; 2COCP 48, 1929; 1COCP 89, 1930; BOCP 48, 1934? - RANRS (Warrant Telegraphist, 1917) - Comment: numerous contemporaneous MMs - Electoral Rolls: Nil yet identified ===''MORTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Evors Morton|Morton, Charles Evors]] [https://www.familysearch.org/tree/person/details/GZJ5-F3R] - 1888(Qld)-1963(NSW) - 2MH Sydney (Homebush, 1925-1934), amateur operator (AOCP 170, 1925, No. ?? in NSW), amateur broadcaster, public servant (Rockhampton, 1912), WW1 ===''MOSES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Joseph Moses|Moses, Charles Alfred Joseph]] - 1900(Eng)-1988(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - ABC (general manager) - Electoral Rolls: - Links: [[w:Charles Moses|Wikipedia]]; [https://adb.anu.edu.au/biography/moses-sir-charles-joseph-15044 ADB] ===''MOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Moss|Moss, George Arthur]] [https://www.familysearch.org/tree/person/details/GZG7-86Y] - 1903(WA)-2000(WA) - Licences: 6GM Perth (Cottesloe Beach, 1926-1931; Mt Lawley, 1933-1939, 1946-1956; Mt Pleasant, 1960-1965; Boya, 1969-1995+) - Qualifications: cc; AOCP 233, 1926, No. ?? in WA; AOLCP 177, 1934; 1COCP 574, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: piano mechanic (Cottesloe Beach, 1925); wireless mechanic (North Perth, 1931-1958); lecturer (Mt Pleasant, 1963; Boya, 1968-1980) - [https://qsl.net/vk6zse/historic/p-vk6gm.html QSL.net] ===''MOULE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Ernest Moule|Moule, Clifford Ernest "Cliff"]] [https://www.familysearch.org/tree/person/details/G8XQ-DFH] - 1912(SA)-1998(SA) - Licences: 5CX Adelaide (Parkside, 1930-1939; Plympton, 1946-1948; McLaren Vale, 1954; Lower Mitcham, 1955-1956; Westbourne Park, 1960-1980+) - Qualifications: cc; AOCP 611, 1930, No. ?? in SA; BOCP 1462, 1956 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Clarence Gardens, 1939-1941; Glandore West, 1943) ===''MOWLEM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Mowlem|Mowlem, Leonard]] [https://www.familysearch.org/tree/person/details/GX9F-DHH] - 1878(???)-1950(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: naval employee (Toorak, 1919); radio telegraphist (Thursday Island, 1921); telegraphist (Toorak, 1925); engineer (Toorak, 1928); wireless (Malvern, 1931-1949) ===''MOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Murray Moyle|Moyle, John Murray "Johnny"]] - 1908(Vic)-1960(ACT) - 2JU Sydney, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly, 1932+; Radio TV & Hobbies, 1939-), education (Scotch College, 1923-1926), military (WW2, RAAF 1941-, Squadron Leader), broadcast (3DB, 1920s) (callsign 2JU previously Ross Amos Hull) - Links: [http://messui.polygonal-moogle.com/valves/NW198909.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198910.pdf EA2] ===''MUIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sibbald Allison Muir|Muir, John Sibbald Allison]] [https://www.familysearch.org/tree/person/details/LRB3-1J6] - 1904(SA)-1996(Vic) - 3QW Receive Melbourne (Brighton, 1923); 3QW Melbourne (Brighton, 1923-1926) - Qualifications: cc; AOCP 91, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; likely operator of 3NS dealer licence for Norris & Skelly, Elizabeth St, Melbourne 1924 - Electoral Rolls: dealer (Brighton, 1925-1927); radio dealer (Malvern, 1928); wireless (Brighton, 1931); engineer (Brighton, 1935; Ringwood, 1936-1954); nil (Somers, 1963; Langwarrin, 1968-1977; Garfield, 1980) * [[/Robert White Muir|Muir, Robert White]] [https://www.familysearch.org/tree/person/details/K644-M2J] - 1904(WA)-1966(WA) - Licences: 6RW Wagin (1933-1939); 6RW Perth (Subiaco, 1947-1965) - Qualifications: cc; AOCP 1184, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (Albany, WA, 1925-1926); jeweller & radio dealer (Wagin, WA, 1931); jeweller (Wagin, WA, 1936-1943); watchmaker (Subiaco, WA, 1949-1963) ===''MULLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Fred Mullett|Mullett, Leslie Fred]] [https://www.familysearch.org/tree/person/details/GXRX-BQD] - 1903(SA)-1980(SA) - Licences: 5ZQ Adelaide (Highgate, 1932-1933) - Qualifications: cc; AOCP 1065, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Highgate, SA, 1939-1941); engineer (Barton, ACT, 1949) ===''MULLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Mulligan|Mulligan, Frederick Charles]] [https://www.familysearch.org/tree/person/details/L2QS-X7W] - 1886(NZ)-1982(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 135, 1915; 2COCP 211, 1930; 1COCP 329, 1933 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: engineer operator (Clayfield, 1914-1917); wireless operator (Emita, Flinders Island, 1919-1928); OIC Radio Station (Darwin, 1934); radiologist (Ascot, 1936); OIC radio (Townsville, Qld, 1943); retired (Warrimoo, NSW, 1954-1958; Umina, NSW, 1958) ===''MUNRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Bruce Willson Munro|Munro, Bruce Willson]] [https://www.familysearch.org/tree/person/details/G7GX-CDJ] - 1908(Qld)-1994(Qld) - Licences: 4AL Brisbane (Hawthorne, 1927-1931; Bulimba, 1933-1939) - Qualifications: cc; AOCP 339, 1927, No. 35 in Qld; 2COCP 68, 1936 - amateur operator; amateur broadcaster; aeronautical experimenter; pilot; Qld Aero Club (Brisbane, honorary flying instructor, 1930s); Dept Civil Aviation (Brisbane, Assistant Plan Printer, 1956-1968) - Electoral Rolls: commercial pilot (Moorooka, 1943); flight checking officer (Townsville, 1943); pilot (West End, 1949-1963); commonwealth public servant (Wynnum, 1968-1972); retired (Wynnum, 1977-1980) ===''MURDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilmot Henry Murden|Murden, Wilmot Henry]] [https://www.familysearch.org/tree/person/details/G691-7WC] - 1915(Vic)-19??(???) - Licences: 7TY Launceston (1934-1937); 3TY Melbourne (West Preston, 1938-1939; Thornbury, 1947); 3TY Rapanyup (1948); 3TY Sale (1954-1955); 3TY Swan Hill (1956-1960) - Qualifications: cc; AOCP 1243, 1934, No. ?? in Tas; BOCP 1176, 1950; 1COCP 1610, 1951 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Sale, 1954); radio engineer (3SH, Sale, 1963) ===''MURDOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Fraser Murdoch|Murdoch, James Fraser "Fraser"]] - 19??(???)-19??(???) - 4FQ Toowoomba (1946-1948), amateur operator (AOCP 2383, 1939, No. ?? in Qld), amateur broadcaster, employment (Empire Theater under Cliff Gold 4CG) ===''MURPHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold James Murphy|Murphy, Harold James]] [https://www.familysearch.org/tree/person/details/LD6Q-ZGP] - 1899(NSW)-1958(Qld) - Licences: 4HM Ilfracombe (1935-1937); 4HM Pomona (1938-1939); 4HM Brisbane (Wooloowin, 1947-1956) - Qualifications: cc; AOCP 1532, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: telegraphist (Auchenflower, Qld, 1925; Milton, Qld, 1928); postal official (Stanthorpe, Qld, 1930); postmaster (Ilfracombe, Qld, 1936-1937); insurance agent (Wooloowin, Qld, 1943); postal official (Wooloowin, Qld, 1949); public servant (Stafford, Qld, 1958) ===''MURRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Alexander Murray|Murray, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/G89D-SZ7] - 1908(???)-1985(NSW) - Licences: 2FM Sydney (Rose Bay, 1927; Mosman, 1928-1935; Cremorne, 1936-1939; Mosman, 1946-1947; Lindfield, 1948-1949; Carramar, 1950-1975); 2FM Blayney (1980+) - Qualifications: AOCP 336, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Mosman, 1930); engineer (Mosman, 1933); fitter (Mosman, 1934); draftsman (Mosman, 1935); engineer (Neutral Bay, 1943); draftsman (Mosman, 1949); draughtsman (Carramar, 1958-1977); retired (Blayney, 1980) * [[/John William Murray|Murray, John William]] [https://www.familysearch.org/tree/person/details/G879-32L] - 1905(Vic)-1997(Vic) - Licences: 3JY Melbourne (Elsternwick, 1928-1930; Fitzroy, 1931-1939); 3AJY Melbourne (Kew, 1960-1980+) - Qualifications: AOCP 396, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Elsternwick, 1928); projectionist (St Kilda, 1934; Melbourne East, 1936); technician (St Kilda West, 1943-1949); projectionist (Kew, 1954-1980) - several contemporaneous John William Murray's in Melbourne, identification not certain * [[/Kynaston Noel Lathrop Murray|Murray, Kynaston Noel Lathrop]] - 1838(Eng)-1916(Tas) - clubs and societies (Telegraph Electrical Society Vic, member, 1880s; Vic Posts & Telegraphs, 1860s-1870s; Vic Railways Dept, 1880s-1890s) * [[/Malcolm Imlay Murray|Murray, Malcolm Imlay]] [https://www.familysearch.org/tree/person/details/G8VW-684] - 1908(WA)-1980(WA) - Licences: 6MY Perth (City, 1930; South Perth, 1933-1939; Floreat Park, 1946-1980+) - Qualifications: cc; AOCP 677, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (East Perth, 1931); radiotrician (South Perth, 1936; Floreat Park, 1943-1980) ===''MUSGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Mandeville D'Oyly Musgrove|Musgrave, Mandeville D'Oyly]] - 19??-19?? - broadcast station proprietor (6ML & others) ===''MUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus Keith Mutton|Mutton, Angus Keith]] [https://www.familysearch.org/tree/person/details/GD5F-BQM] - 1910(SA)-1991(SA) - Licences: 5ZY Adelaide (Toorak Gardens, 1933; Tusmore, 1937-1938) - Qualifications: cc; AOCP 1089, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Tusmore Gardens, SA, 1939-1943) * [[/Arthur Henry Mutton|Mutton, Arthur Henry]] [https://www.familysearch.org/tree/person/details/KC1Y-PP5] - 1908(NSW)-1986(NSW) - Licences: 2QT Receive Sydney (Stanmore, 1923-1925); 2QT Sydney (Stanmore, 1926-1939) - Qualifications: AOCP 237, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Annandale, 1930-1937); communication engineer (Maroubra, 1943-1968); public servant (Bayview, 1972-1980) =='''N'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''NAIRN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Linley Beeton Nairn|Nairn, Arthur Linley Beeton]] [https://www.familysearch.org/tree/person/details/L58V-M8X] - 1895(SA)-1978(NZ) - Licences: 2BI Receive Sydney (Mosman, 1922-1923) - Qualifications: CPRTelephony 373, 1918 - amateur receiver - Electoral Rolls: company manager (Hamilton, NZ, 1938); director (Days Bay, Wellington, NZ, 1946-1954) ===''NANCARROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Stanley Nancarrow|Nancarrow, Ralph Stanley]] [https://www.familysearch.org/tree/person/details/GST3-XQ3] - 1904(SA)-1991(SA) - Licences: 5PK Georgetown (1930-1933); 2PY Sydney (Mosman, 1935; Randwick, 1936-1939); 2ACN Sydney (Lane Cove, 1954-1961; North Ryde, 1965-1975) - Qualifications: cc; AOCP 719, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Randwick, NSW, 1936-1937); electrical fitter (Lane Cove, NSW, 1943-1963); fitter (North Ryde, NSW, 1972-1980) ===''NANGLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Nangle|Nangle, James]] [https://www.familysearch.org/tree/person/details/GD3V-F31] - 1869(NSW)-1941(NSW) - Licences: 2MU Receive Sydney (Marrickville, 1922); 2MU Sydney (Marrickville, 1923-1927; Observatory, 1928-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; 1920s Superintendent Technical Education NSW; hon. Government Astronomer NSW; Sydney University (Senate); Royal Society of NSW (president); Fellow Royal Astronomical Society; Fellow Federal Institute of Architects; author (astronomy, architecture) - Electoral Rolls: architect (Petersham, 1903); Government Astronomer (Observatory, 1930-1937) - Links: [https://adb.anu.edu.au/biography/nangle-james-7722 ADB] ===''NASH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Charles Nash|Nash, William Robert Charles]] [https://www.familysearch.org/tree/person/details/GDWX-LWF] - 1918(NSW)-2007(NSW) - Licences: 2WW Sydney (Crows Nest, 1934-1937); 4WN Cairns (1938-1939) - Qualifications: cc; AOCP 1329, 1934, Qld; 1COCP 138, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: company manager (Castlecrag, NSW, 1963-1980) ===''NEALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Drayton Neale|Neale, Eric Drayton Snr]] [https://www.familysearch.org/tree/person/details/G88H-NWT] - 1907(Qld)-1968(Qld) - Licences: 4EN Longreach (1934-1939); 4EN Brisbane (Wooloowin, 1946-1960) - Qualifications: cc; AOCP 1298, 1934, Qld - amateur operator, amateur broadcaster, federal public servant (PMGD, telegraphist), radio club (WIAQ, QSL officer) - Relationships: father of 4?? Eric Drayton Neale Jnr - Electoral Rolls: telegraphist (Wooloowin, 1928; Longreach, 1936; Grange, 1937; Wooloowin, 1943-1963) ===''NEAVERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Laurence Neaverson|Neaverson, Leslie Laurence or Lawrence Leslie]] [https://www.familysearch.org/tree/person/details/LYTM-HCD] - 1899(Eng)-1993(NSW) - Licences: G5NX (Lakeside, Cumbria, 1922+); 4NV Brisbane (Holland Park, 1947-1956+) - Qualifications: cc; Nil yet identified - amateur operator; associate member IRE (Britain); principal Anglo Austral Hearing Aid Dispensary - Electoral Rolls: surgical technician (Holland Park, Qld, 1949-1958) ===''NELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alfred Montague Nell|Nell, George Alfred Montague]] [https://www.familysearch.org/tree/person/details/G87B-PP6] - 1900(Ceylon)-1989(NSW) - Licences: 2JQ Quirindi (1928-1929); 2JQ Canberra (1930); 2JQ Moruya (1931-1936); 2JQ Binda (1937-1939); 2JQ Crookwell (1946-1950); 2JQ Junee (1954-1965); 2JQ Goulburn (1969-1980) - Qualifications: AOCP 413, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clergyman (Moruya, 1930-1934; Crookwell, 1936-1949; Junee, 1954-1968; Goulburn, 1972-1980) ===''NELSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Yeates Nelson|Nelson, John Yeates]] [https://www.familysearch.org/tree/person/details/G884-YDV] - 1851(Irl)-1932(NSW) - Licences: XAA Sydney (McMahon's Point, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter; federal public servant (PMGD, chief electrical engineer (NSW)) - Electoral Rolls: electrician (Milson's Point, 1930-1931) ===''NESTROM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Louis Nestrom|Nestrom, Oliver Louis]] [https://www.familysearch.org/tree/person/details/GX22-9H4] - 1912(NSW)-1999(SA) - Licences: 5RZ Adelaide (St Peters, 1936-1937; Joslin, 1938); 2ADJ Sydney (Homebush, 1939); 5RZ Adelaide (Colonel Light Gardens, 1947; Glenelg, 1948; St Georges, 1954); 5RZ Port Augusta, 1955-1956); 5RZ Adelaide (Kurralta Park, 1960; Manningham, 1965-1969; St Peters, 1975); 5RZ Clare (1980+) - Qualifications: cc; AOLCP, 224, 1935; AOCP 1725, 1936, SA; BOCP 719, 1946; 2COCP 1178, 1949; 1COCP 1491, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Modbury, SA, 1939); fitter (Strathfield, NSW, 1943) ===''NEVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Clifford Anderson Neville|Neville, Alfred Clifford Anderson]] [https://www.familysearch.org/tree/person/details/GXH3-Z4D] - 1907(Eng)-1987(Qld) - Licences: 4ED Receive Brisbane (Wooloowin, 1923) - Qualifications: cc; 3COCP 5827, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Hamilton, Qld, 1928); clerk (Windsor, Qld, 1934-1943); accountant (Hawthorne, Qld, 1954-1958); retired (East Brisbane, 1963-1980) ===''NEWBERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Mallord Newberry|Newberry, Archibald Mallord]] [https://www.familysearch.org/tree/person/details/LH51-SDW] - 1893(Eng)-1973(Vic) - Licences: 3AN Red Cliffs (1930-1939) - Qualifications: AOCP 606, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: watchmaker (Red Cliffs, 1924-1931); radio dealer (Red Cliffs, 1934-1942); cycle dealer (Red Cliffs, 1949-1972) ===''NEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert James Newell|Newell, Albert James "Bert"]] [https://www.familysearch.org/tree/person/details/LJ1C-RGW] - 1910(Sct)-1998(Qld) - Licences: 4BN Mill Hill via Warwick (1936-1939); 4BN Brisbane (Archerfield, 1947-1948; Moorooka, 1954); 4AJ Brisbane (Moorooka, 1965; Yeronga, 1969; Ormiston, 1975); 4AJN Brisbane (Ormiston, 1980+) - Qualifications: cc; AOCP 1727, 1936, Qld; 2COCP 559, 1942; 1COCP 588, 1942; TVOCP 531, 1962 - amateur operator; amateur broadcaster; AWA Aviation Radio Service - Electoral Rolls: shed hand (Mill Hill, Qld, 1931-1943); radio technician (Moorooka, Qld, 1949-1968); television technician (Yeronga West, Qld, 1972); retired (Ormiston, Qld, 1977-1980) ===''NEWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Frederick Newman|Newman, Arthur Frederick]] [https://www.familysearch.org/tree/person/details/9JJ9-YSK] - 1881(India)-1952(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 10, 1914; CPRT 90, 1915; 1COCP 49, 1930 - RANRS (Radio Lieutenant, 1917-1920, terminated Nov 1920); WW1; WW2 - Comment: several contemporaneous AFNs - Electoral Rolls: traffic officer (Elsternwick, 1917-1919); assistant! (Malvern East, 1924-1931); piano tuner (St Kilda, 1931) * [[/Sydney Moreton Newman|Newman, Sydney Moreton "Syd"]] [https://www.familysearch.org/tree/person/details/LL41-PBM] - 1898(NSW)-1998(NSW)99yo - Licences: XPZ Melbourne (Canterbury, 1913-1914); 3MC Melbourne (Canterbury, 1923-1927) - Qualifications: cc; CPRT 655, 1921; 1COCP 90, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Turramurra, 1930-1958); retired (Wahroonga, 1963-1980) - TroveTag: "XPZ-3MC - Sydney Moreton Newman" (68 tags) - Links: [http://messui.polygonal-moogle.com/valves/NW199101.pdf EA] * [[/William Harold Newman|Newman, William Harold]] [https://www.familysearch.org/tree/person/details/GD3V-4N5] - 1889(NSW)-1943(Vic) - Licences: 2MK? Receive Sydney (Artarmon, 1922); 2MJ Sydney (Artarmon, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: railway official (Artarmon, 1930-1934); secretary (Mosman, 1936-1943) ===''NICHOLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rupert Nicholas|Nicholas, William Rupert]] [https://www.familysearch.org/tree/person/details/GD14-RFV] - 1913(Tas)-1995(Tas) - Licences: 7WR Hobart (North Hobart, 1932-1939) - Qualifications: cc; AOCP 896, 1932, No. ?? in Tas; AOLCP 72, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Hobart North, 1936; New Town, 1943-1954) ===''NICOLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Nicoll|Nicoll, William]] - 1903(Canada)-19??(???) - Licences: 4CO Receive Brisbane (Upper Paddington, 1923) - Qualifications: cc; CPRT 644, 1921 - amateur Receiver - Electoral Rolls: telegraphist (Bardon, 1925-1929) ===''NICHOLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hartley Nicholls|Nicholls, Alan Hartley]] [https://www.familysearch.org/tree/person/details/GFQR-VH9] - 1913(WA)-1981(WA) - Licences: 6KE Corrigin (1936-1937); 3NI Melbourne (East St Kilda, 1938-1939); 2NI Sydney (Manly, 1946; Cremorne, 1947-1954; Manly, 1955-1956); 2ANI Sydney (Mosman, 1960-1965); 4AL Brisbane (Greenslopes, 1965); 4NI Cairns (1975); 6NX Perth (South Guildford, 1980) - Qualifications: cc; AOCP 1814, 1936, WA; BOCP 219, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: RAAF (Hawthorn, Vic, 1942); radio engineer (Cremorne, NSW, 1949); shopkeeper (Wilston, Qld, 1958); electronic engineer (Cremorne, NSW, 1963); engineer (Cairns, Qld, 1972-1977; South Guildford, WA, 1980) * [[/Francis Edgar Nicholls|Nicholls, Francis Edgar]] [https://www.familysearch.org/tree/person/details/GD1H-8KQ] - 1910(Vic)-1995(Tas) - Licences: 7RY Devonport (1932-1933); 7RY Burnie (1937-1939); 7RY Hobart (New Town, 1946-1948; Lenah Valley, 1954-1955; New Town, 1960; Lenah Valley, 1965-1969; Midway Point, 1975-1980) - Qualifications: cc; AOCP 991, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Lenah Valley, 1943-1954) * [[/William James Nicholls|Nicholls, William James]] [https://www.familysearch.org/tree/person/details/G6S3-26D] - 19??(Vic)-1966(Vic) - Licences: 3FW Melbourne (Moonee Ponds, 1931-1933) - Qualifications: cc; AOCP 780, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Moonee Ponds, 1922-1963) * [[/William John Matthew Nicholls|Nicholls, William John Matthew or William John]] [https://www.familysearch.org/tree/person/details/G8WW-PDS] - 1908(Vic)-19??(???) - Licences: 3WX Melbourne (Williamstown, 1928-1933); 7WX Launceston (1937-1939); 3WX Melbourne (Williamstown, 1946-1965; East Malvern, 1969-1980+) - Qualifications: cc; AOCP 419, 1928, No. ?? in Vic; 2COCP 343, 1931; 1COCP 309, 1933 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Williamstown, 1931-1936); RAAF (Williamstown, 1949); radio engineer (Williamstown, 1954-1963; Malvern East, 1968-1980) ===''NICHOLSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Russell Malcolm Nicholson|Nicholson, Russell Malcolm]] [https://www.familysearch.org/tree/person/details/G8Z7-7W4] - 1909(Qld)-1974(NSW) - Licences: 4KG Ilfracombe (1929-1933) - Qualifications: cc; AOCP 529, 1929, No. ?? in Qld; BOCP 48, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing contractor (Longreach, 1936); manager 4LG (Longreach, 1937); radio mechanic (Coolangatta, 1949-1972) ===''NICOLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Hort Wilmot Nicolle|Nicolle, Horace Hort Wilmot]] [https://www.familysearch.org/tree/person/details/G8ZS-MZF] - 1908(NSW)-1974(NSW) - Licences: 2HK Sydney (Strathfield, 1929-1933; Ryde, 1934); 2AJT Sydney (Wollstonecraft, 1939) - Qualifications: AOCP 527, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chemist apprentice (Strathfield, 1930); pharmacist (Strathfield, 1933-1935); chemist (Chatswood, 1943-1968) ===''NILSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver John Nilsen|Nilsen, Oliver John]] [https://www.familysearch.org/tree/person/details/G8W4-W1G] - 1884(Vic)-1977(Vic) - Licences: Receive (Valve) Melbourne (Brighton, 1923); 3UZ Melbourne (1924-25) - Qualifications: Nil identified to date - amateur operator; amateur broadcaster - 3UZ experimental callsign issued to Oliver J. Nilsen & Co in 1923, operator N. J. Boyd; callsign withdrawn 1925 and reallocated to Nilsen's broadcast station which remains current as at 2021 - Electoral Rolls: electrical engineer (Fitzroy, 1909-1924; Chelsea, 1928-1931); contractor (Caulfield, 1934-1954); engineer (Elsternwick, 1972; Hawthorn, 1977-1980) - Links: [https://adb.anu.edu.au/biography/nilsen-oliver-john-11244 ADB] ===''NISSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Laurence Nissen|Nissen, Eric Laurence]] [https://www.familysearch.org/tree/person/details/G8DS-ZLR] - 1905(Qld)-2001(Qld) - Licences: 4XN Dalby (1930-1939, 1946-1975+); 4XN Toowoomba (1980) - Qualifications: cc; AOCP 574, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, member); broadcast technician (4QS, 1939-1976); federal public servant (PMGD); Awards: Imperial Service Medal 1976 - Electoral Rolls: none specified (Dalby, 1928-1937); PMG technician (Dalby, 1972); retired (Toowoomba, 1977) ===''NIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edgar Nixon|Nixon, Arthur Edgar]] [https://www.familysearch.org/tree/person/details/G8M2-SM5] - 1905(Vic)-1961(Vic) - Licences: 3ON Receive Melbourne (Windsor, 1923-1924) - Qualifications: AOCP 361, 1927, No. ?? in Vic - amateur receive operator - Electoral Rolls: labourer (Elsternwick, 1931); salesman (St Kilda West, 1931-1936); electrical fitter (Albert Park, 1943-1954) ===''NOLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Michael Nolan|Nolan, Francis Michael]] [https://www.familysearch.org/tree/person/details/9Q3R-X84] - 1910(NSW)-1985(Qld) - Licences: 4FN Brisbane (Wooloowin, 1935-1937; Clayfield, 1938-1939; Stafford Heights, 1946-1948); 4MF Portable (1948); 9FN Port Moresby & 9MF Portable (1954-1956); 4FN/T Gracemere (1960-1969); 4FN/T Brisbane (Wavell Heights, 1975; Virginia, 1980) - Qualifications: cc; AOCP 1433, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, WIAQ); broadcast technician (9PA, 4RK); radio serviceman; federal public servant (PMGD) - Electoral Rolls: * [[/Francis William Nolan|Nolan, Francis William "Frank"]] [https://www.familysearch.org/tree/person/details/GX6W-XPW] - 1897(NSW)-19?? - Licences: 4JU Brisbane (Brisbane City, 1929-1939, 1947-1956; Paddington, 1960) - Qualifications: cc; AOCP 43? & 501, 1924 & 1929, No. ? in Qld - amateur operator; amateur broadcaster; radio serviceman - Relationships: husband of 4LO Violet Elizabeth Nolan nee Hennessey - Comment: several genealogy sites have wrong data for FWN - Electoral Rolls: cartoonist (Brisbane City, Qld, 1921-1925); radio mechanic (Brisbane, City, 1934-1936); radio engineer (Brisbane City, Qld, 1954-1958) * [[/John Spencer Nolan|Nolan, John Spencer]] [https://www.familysearch.org/tree/person/details/LTBW-KMV] - 1868(NSW)-1936(NSW) - Licences: XED Sydney (Double Bay, 1911-1914); 2JH Receive Sydney (Double Bay, 1922); 2JH Sydney (Double Bay, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; dentist and dental surgeon - Relationships: father of 2YI Philip Spencer Nolan - Electoral Rolls: dentist (Woollahra, 1930-1935) * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] [https://www.familysearch.org/tree/person/details/GX6W-DSX] - 1896(Qld)-19??(???) - Licences: 4LO Brisbane (City, 1931-1939) - Qualifications: cc; AOCP 826, 1931, No. ? in Qld - amateur operator; amateur broadcaster - Comment: fourth YL operator in Qld - Relationships: wife of 4JU Francis William Nolan - Electoral Rolls: home duties (Brisbane City, Qld, 1921-1943); not stated (Eagle Heights, Qld, 1949); home duties (Tweed Heads, NSW, 1954); domestic (Spring Hill, Qld, 1958); retired (Coolangatta, Qld, 1958) * [[/Philip Spencer Nolan|Nolan, Philip Spencer "Spencer"]] [https://www.familysearch.org/tree/person/details/LTBW-ZWX] - 1897(NSW)-1929(NSW) - Licences: 2YI Sydney (Double Bay, 1924-1929) - Qualifications: AOCP 58, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; dentist - Relationships: son of XED-2JH Lieut John Spencer Nolan - Comment: gone too soon - Electoral Rolls: Nil yet identified ===''NOLTE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Nolte|Nolte, George Edward]] [https://www.familysearch.org/tree/person/details/G8HG-DD4] - 1911(Vic)-1997(NSW) - Licences: 3NO Melbourne (Elwood, 1929-1939); 2QO Sydney (Potts Point, 1948-1950; Bexley North, 1954-1975); 2QO Wamberal (1980+) - Qualifications: AOCP 492, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1936-1937); radio engineer (Darlinghurst, 1943-1949; Bexley North, 1958-1963); retired (Wamberal, 1980) ===''NORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Norman|Norman, William James]] [https://www.familysearch.org/tree/person/details/GD1Q-ZRS] - 1899(Tas)-19??(???) - Licences: 7WJ Eddystone Point Lighthouse (1931) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: stoker (Longford, 1922); lightkeeper (Tasman Island, 1928; Eddystone Lighthouse, 1934; Maatauyker Island, 1936; Currie Harbour, King Island, 1937) ===''NORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Anthony David Norris|Norris, Anthony David "Tony"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Edgar Lewin Norris|Norris, Edgar Lewin]] [https://www.familysearch.org/tree/person/details/G9YH-3D4] - 1891(Qld)-1956(Qld) - Licences: 4CK Receive Toowoomba (1922); 4CK Toowoomba (1923-1931) - Qualifications: cc; AOCP 80, 1925, No. 8 in Qld - amateur operator; amateur broadcaster; radio club (Toowoomba RC); WW1 - Relationships: father of 4NO Edgar Thomas Norris - TroveTag: "4CK - Edgar Lewin Norris" - Electoral Rolls: optician (Rockhampton, 1913); optometrist (Wooloowin, 1919; Toowoomba, 1925-1954) * [[/Edgar Thomas Norris|Norris, Edgar Thomas "Tom" "Tommy"]] [https://www.familysearch.org/tree/person/details/G855-G68] - 1930(Qld)-2019(Qld) - Licences: 4NO Toowoomba (1969-1980+) - Qualifications: cc; 3COCP 6945, 1967; AOLCP Q2, 1968; AOCP Q13, 1968, Qld - amateur operator, amateur broadcaster - Relationships: son of 4CK Edgar Lewin Norris - Electoral Rolls: charge hand (Toowoomba, 1954-1980) ===''NORTHEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurence Harry Northeast|Northeast, Laurence Harry "Laurie"]] [https://www.familysearch.org/tree/person/details/LLM3-8NK] - 1908(SA)-1972(SA) - Licences: 5LH Adelaide (Rosewater, 1927) - Qualifications: cc; AOCP 315, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Rosewater, 1939-43) =='''O'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ==='''OAKES'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Andrew Oakes|Oakes, Walter Andrew]] [https://www.familysearch.org/tree/person/details/GDRK-RBQ] - 1907(Tas)-1983(NSW) - Licences: 7BQ Receive Hobart (New Town, 1923); Receive Hobart (New Town, 1923) - Qualifications: cc; 3COCP N1088, 1971 - amateur receiver - Electoral Rolls: electrician (Manly, 1930); electrical fitter (Launceston, 1937); railway employee (New Town, 1943-1949); electrician (Lindfield, 1954); business proprietor (Roseville, 1958); managing director (Roseville, 1963-1968); director (Roseville, 1972-1980) ==='''O'BRIEN'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Clare O'Brien|O'Brien, Charles Clare]] [https://www.familysearch.org/tree/person/details/GMTS-7SJ] - 1904(Qld)-1994(Qld) - Licences: 4NC Brisbane (Stafford, 1939, 1948-1980+) - Qualifications: AOCP 2386, 1939, Qld - amateur operator, WW2 - Electoral Rolls: mechanic (Kilcoy, 1928); telephone mechanic (Eagle Junction, 1936-1943); technician (Stafford, 1954-1980) * [[/Charles Raymond Heddington O'Brien|O'Brien, Charles Raymond Heddington]] [https://www.familysearch.org/tree/person/details/G8FN-4CX] - 1913(Vic)-1975(Vic) - Licences: 3QX Melbourne (Glenhuntly, 1930-1939) - Qualifications: AOCP 626, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Glenhuntly, 1934-1936); electrical engineer (Ballarat, 1942); engineer (Kew, 1954; Mount Waverley, 1963-1972) * [[/Matthew O'Brien|O'Brien, Matthew or Matthew Michael]] [https://www.familysearch.org/tree/person/details/GZG7-P35] - 1904(Qld)-1978(Qld) - Licences: 4MM Brisbane (Toowong, 1926-1933; Annerley, 1937-1939, 1946-1965) - Qualifications: cc; AOCP 234, 1926, No. 20 in Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, ARTL, WIAQ, president all); journalist (Teleradio, "Vic Eddy"); Dept Labour Exchange (administration) - Electoral Rolls: public servant (Toowong, 1925-1936; Annerley, 1943-1977) ==='''O'DEA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick O'Dea|O'Dea, Francis Patrick]] [https://www.familysearch.org/tree/person/details/GXTP-7KL] - 1894(Vic)-19??(???) - Licences: XJAX Melbourne (Ascot Vale, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 (Army, AWS) - Electoral Rolls: clerk (North Melbourne, 1912-1913; Ascot Vale, Vic, 1914-1937); railways (Brighton, Vic, 1942-1949); railway employee (Footscray North, Vic, 1963-1977) - Links: [https://alh-research.tripod.com/Light_Horse/index.blog/1911842/australian-wireless-squadron-aif-francis-patrick-odea/ AWS] ==='''ODGERS'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Fieldhouse Odgers|Odgers, Norman Fieldhouse]] [https://www.familysearch.org/tree/person/details/GDVD-CYK] - 1906(Qld)-1996(WA) - Licences: 4BO or 4BD Brisbane (Newmarket) & Charters Towers (1924-1925); 4NK; 9NK Port Moresby (1946-1948); 6NF Perth (Applecross, 1954-1969; Bassendean, 1975-1980); 4CH - Qualifications: cc; CPRT 896, 1925; 2COCP 212, 1930; 1COCP 108, 1936 - amateur operator; amateur broadcaster; ship wireless officer; broadcast engineer; WW2 - Electoral Rolls: senior technician (Applecross, 1954-1963); manager (Applecross, 1968); retired (Bassandean, 1972-1980) ==='''O'DONNELL'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Amos Leslie O'Donnell|O'Donnell, Amos Leslie]] [https://www.familysearch.org/tree/person/details/G8NW-Q1P] - 1910(SA)-19??(NSW) - Licences: 6DX Perth (City, 1930-1933); 2AGE Sydney (Ashfield, 1938-1939); 2AOO Sydney (Caringbah, 1960; Mona Vale, 1965-1969) - Qualifications: cc; AOCP 639, 1930, No. ?? in WA; BOCP 515, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: student (North Perth, WA, 1931); radio engineer (Ashfield, NSW, 1937); education officer (No. 2 W.A.G.S., Parkes, NSW, 1943); engineer (Ashfield, NSW, 1949; Caringbah, NSW, 1958) ==='''O'HARA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bernard O'Hara|O'Hara, John Bernard]] [https://www.familysearch.org/tree/person/details/G8XM-Y9M] - 1902(Vic)-1970(Vic) - Licences: 3OH Maryborough (1930-1939); 3OH Yallourn (1946-1948); 3AAO Melbourne (Mt Waverley, 1960) - Qualifications: AOCP 607, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: teacher (Albert Park, 1921-1924) instructor (Maryborough, 1928); teacher (Kew, 1934; Maryborough, 1937; Ballarat, 1937; Maryborough, 1943, Warrnambool, 1954; Maldon, 1963) ==='''OHRBOM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Axel Ragnar Ohrbom|Ohrbom, Axel Ragnar "Ray"]] [https://www.familysearch.org/tree/person/details/G8WZ-PWJ] - 1903(Tas)-1978(Vic) - Licences: Receive Melbourne (Brunswick, 1923-1924); 3OC Melbourne (West Brunswick, 1928; Coburg, 1931-1939; Moreland, 1946-1948; Hartwell, 1954-1975) - Qualifications: AOCP 421, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Coburg West, 1949); sharebroker (Camberwell, 1954-1977); retired (Burwood, 1977) ===''OLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Olof Lemuel Olden|Olden, Olof Lemuel]] - 1863(Vic)-1939(Vic) - Hobart 1920s, early wireless experimenter, no licence yet identified, amateur operator (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, President, 1924), military (Colonel, WW1), occupation (school master) ===''OLDFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Bernam Oldfield|Oldfield, Frederick Bernam]] [https://www.familysearch.org/tree/person/details/G8YP-9R2] - 1897(Vic)-1962(NSW) - Licences: 5DO Adelaide (1924); 3FB Melbourne (Hampton, 1937-1938); 2FE Sydney (Balmoral, 1939) - Qualifications: cc; AOCP 1240, 1934, No. ?? in Vic - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: teacher (Brighton, Vic, 1931; Sandringham, Vic, 1935-1937); journalist (Mosman, NSW, 1943); A.M.F. (Mornington, 1954); tutor (Neutral Bay, 1958) ===''OLDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Oldham|Oldham, Charles Edward]] [https://www.familysearch.org/tree/person/details/KZFK-XBT] - 1902(Tas)-1950(Tas) - Licences: 7XA Hobart (New Town, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1923, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Town, 1936-1949) * [[/Fred Oldham|Oldham, Fred]] - 19??(???)-19??(???) - early Tasmanian wireless experimenter, first president of Hobart Tramways Wireless Club 1905 ===''O'LEARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cornelius Daniel Fraser O'Leary|O'Leary, Cornelius Daniel Fraser or Daniel Fraser]] [https://www.familysearch.org/tree/person/details/KN18-4BH] - 1893(SA)-1955(SA) - Licences: 5DO Adelaide (Tusmore Gardens, 1929-1933) - Qualifications: cc; AOCP 495, 1929, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Unley, 1939-1941) ===''OLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dalley George Tryon Oliver|Oliver, Dalley George Tryon]] [https://www.familysearch.org/tree/person/details/LZ8W-MMR] - 1888(NSW)-1959(NSW) - wireless experimenter (1924+) 2?? Gunedah, amateur broadcaster - Electoral Rolls: engineer (Gunnedah, 1930-1943; Keepit Dam, Tamworth, 1949-1954); retired (Condoblin, 1958) - Relationships: brother of 2MO Marcius John Alexander Oliver * [[/Marcius John Alexander Oliver|Oliver, Marcius John Alexander "Marcus"]] [https://www.familysearch.org/tree/person/details/LZ8W-M82] - 1875(NSW)-1946(NSW) - Licences: 2MO Gunedah (1929) - Qualifications: AOCP ??, 19??, No. ?? in NSW; AOLCP 91, 1932 - amateur operator, amateur broadcaster, broadcast engineer, radio station proprietor (2MO, 1930-1939), military (air spotters, Port Macquarie) - Electoral Rolls: engineer (Gunnedah, 1930-1936; Port Macquarie, 1943) - Relationships: brother of Dalley George Tryon Oliver ===''OLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Durrant Olle|Olle, John Durrant]] [https://www.familysearch.org/tree/person/details/G4HS-WSX] - 1910(NSW)-1975(Vic) - Licences: 2OZ Sydney (Ashfield, 1929-1939, 1946; Pennant Hills, 1947-1948; Ashfield, 1950) - Qualifications: AOCP 553, 1929, No. ?? in NSW; 2COCP 321, 1931; 1COCP 197, 1931 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Summer Hill, 1936-1937; Ashfield, NSW, 1943); soldier (South Yarra, Vic, 1949); public servant (Mornington, 1963-1980) ===''OLLIVIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Frances Ollivier|Ollivier, Neil Frances]] [https://www.familysearch.org/tree/person/details/GFQB-VPD] - 1916(WA)-1942(WA) - Licences: 6FO Perth (Hollywood, 1932-1939) - Qualifications: cc; AOCP 1067, 1932, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: Nil yet identified ===''O'LOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick Morgan O'Loughlin|O'Loughlin, Francis Patrick Morgan]] [https://www.familysearch.org/tree/person/details/GX6M-Z3Q] - 1902(Qld)-1979(Qld) - Licences: 4OL Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1347, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Red Hill, Qld, 1936-1937; Ashgrove, Qld, 1943-1977) ===''OLSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Vivian Olsen|Olsen, Frederick Vivian "Fred"]] [https://www.familysearch.org/tree/person/details/G8CP-4XJ] - 1912(Vic)-2001(Vic) - Licences: 3FO Melbourne (Hawthorn, 1929-1931; Hampton, 1933-1939) - Qualifications: cc; AOCP 521, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hampton, 1936-1954; Brighton, 1963; Hampton, 1972-1980) * [[/Norman Frederick Olsen|Olsen, Norman Frederick or Frederick Norman (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/G8BY-8JS] - 1901(NSW)-1980(NSW) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 516, 1920, NSW; 2COCP 59, 1929, NSW; 1COCP 252, 1932 - Nil yet identified - Electoral Rolls: wireless operator (Hurlstone Park, 1934-1937); newsagent (Torwood, 1954-1958); no occupation (Lord Howe Island, 1963-1980) * [[/Norman Peter Olsen|Olsen, Norman Peter]] [https://www.familysearch.org/tree/person/details/G8BY-444] - 1897(NSW)-1988(NSW) - Licences: 2YK Newcastle (1924-1925); 2ZX Waratah (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrician (Waratah, 1930; Mayfield, 1932); public servant (Redfern, 1932-1933; Kogarah, 1934-1935; Wollongong, 1936-1937; Artarmon, 1943-1949; Kogarah, 1949-1963); nil (Merewether, 1968-1980) * [[/Olaf Olsen|Olsen, Olaf]] [https://www.familysearch.org/tree/person/details/G6QT-69T] - 1878(Norway)-1964(Qld) - Licences: 4CL Dalby 1922 (Receive) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engine driver (Dalby, 1913-1943); engineer (Toowoomba, 1949; Redcliffe, 1954; Paddington, 1958-1963) ==='''O'MAY'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. W. O'May|O'May, J. W.]] - 19??(???)-19??(???) - Licences: Receive Hobart (Bellerive, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Robert Derwent O'May|O'May, Robert Derwent "Bob"]] [https://www.familysearch.org/tree/person/details/LYNF-5NS] - 1903(Tas)-1973(Tas) - Licences: Receive Hobart (Bellerive, 1923); 7OM Hobart (Bellerive, 1924-1927+; Sandy Bay, 1931+; Bellerive, 1947-1969+) - Qualifications: cc; AOCP 74, 1925, No. ?? in Tas; 3COCP 508, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: engineer (Bellerive, 1928-1954) ==='''OPPENHEIM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Oliver George Oppenheim|Oppenheim or Oliver, Oliver George "Ollie"]] [https://www.familysearch.org/tree/person/details/LLSS-S7L] - 1911(Vic)-1988(NSW) - Licences: 3ZX Melbourne (Caulfield, 1930-1939) - Qualifications: AOCP 580, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Caulfield, 1936-1942; Elsternwick, 1949); radio engineer (Elsternwick, 1954); company executive (Coogee, 1958-1963; Lugarno, 1968); importer (Strathfield, 1972-1980) ===''O'REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Joseph O'Reilly|O'Reilly, Maurice Joseph]] [https://www.familysearch.org/tree/person/details/G824-VMC] - 1866(Irl)-1933(NSW) - Licences: XACI Bathurst (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St Stanilaus College, Bathurst, 1913); rector of college (St John's College, Camperdown, 1930-1933) - Links: [https://adb.anu.edu.au/biography/oreilly-maurice-joseph-7918 ADB] ===''O'ROURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sydney O'Rourke|O'Rourke, John Sydney]] [https://www.familysearch.org/tree/person/details/GDJP-ZW4] - 1918(NSW)-19??(???) - Licences: 4OR Brisbane (Brisbane City, 1937-1939); 4SO Brisbane (Margate Beach, 1955-1969) - Qualifications: cc; AOCP 2042, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical apprentice (Norman Park, Qld, 1943); radio engineer (Newmarket, Qld, 1949); engineer (Margate, Qld, 1954-1977) ===''ORR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Murray Donald Orr|Orr, Murray Donald]] [https://www.familysearch.org/tree/person/details/GZL8-H29] - 1900(Vic)-1941(Vic) - Licences: 3OR Lake Meran (1928-1939) - Qualifications: AOCP 440, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1940-1941) - Electoral Rolls: farmer (Lake Meran, 1924-1934) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/orr-murray-donald-1700/] ===''OSBORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jeffrey David Osborne|Osborne, Jeffrey David "Jeff"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Louis Frederick George Osborne|Osborne, Louis Frederick George]] [https://www.familysearch.org/tree/person/details/G8GF-MGZ] - 1900(Vic)-1989(Vic) - Licences: 3DD Receive Melbourne (East Malvern, 1922); 3DD Melbourne (East Malvern, 1923-1926); 3BMO Melbourne (Murrumbeena, 1980+) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: gas fitter (Malvern East, 1922-1926); inspector (Carnegie, 1931-1977) ===''OSBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bolivar Laing Osburne|Osburne, George Bolivar Laing "Laing"]] [https://www.familysearch.org/tree/person/details/MFY2-F9W] - 1896(Vic)-1933(Vic) - Licences: XKJ Terang (1913-1914); 3BG Terang (1922-1933) - Qualifications: cc; AOCP 235, 1926, No. ?? in Vic - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: student (Terang, 1922-1931) ===''OTHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Othen|Othen, Charles James]] [https://www.familysearch.org/tree/person/details/LRHF-H8Y] - 1897(SA)-19??(???) - Licences: XVT Adelaide (Glanville, 1913); 5AS Receive Adelaide (1923); 5ON Adelaide (Hindmarsh, 1954-1956; Eden Hills, 1960-1969; Blackwood, 1975) - Qualifications: cc; AOCP 3385, 1953, SA - early wireless experimenter; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: foreman (Hindmarsh, SA, 1939-1943) ===''O'TOOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian O'Toole|O'Toole, Ian]] - Licences: 2ZIO Sydney (Adamstown Heights, 1969; North Rocks, 1975; Castle Hill, 1980) - amateur operator; historian (amateur, military communications); proprietor Kurrajong Radio Museum - Electoral Rolls: - Links: [https://vk2bv.org/archive/museum/ Kurrajong Radio Museum] ===''OTTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Shannon Otty|Otty, William Shannon]] [https://www.familysearch.org/tree/person/details/GZ2F-7J1] - 1893(Eng)-1983(NSW) - Licences: 2ZL Killingworth (1923-1931); 2ZL Toronto (1933-1975); 2ZL Fennell's Bay (1980+) - Qualifications: cc; AOCP 219, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio dealer (Toronto, 1937-1954); retired (Toronto, 1958-1980) ===''OVERLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Overlack|Overlack, Peter]] - early wireless historian [https://www.navy.gov.au/sites/default/files/documents/Naval_Networks_Dominance_of_Comms_in_Maritime_Ops.pdf "The Struggle for the Australian Airwaves: The Strategic Function of Radio for Germany in the Asia-Pacific Region before World War I"] ===''OWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Chester Owen|Owen, Chester]] [https://www.familysearch.org/tree/person/details/MZ3G-H47] - 1899(Vic)-1975(Vic) - Licences: Receive Melbourne (St Kilda, 1923); 3ZM Melbourne (St Kilda, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Balaclava, 1921; St Kilda, 1922-1926); engineer (St Kilda, 1928; Caulfield, 1931); mechanic (Caulfield, 1934-1937); radio engineer (Echuca, 1943-1972) * [[/Stanley Wainwright Owen|Owen, Stanley Wainwright]] [https://www.familysearch.org/tree/person/details/GDV9-BP2] - 1912(Vic)-1987(NSW) - Licences: 6RX Perth (Mt Lawley, 1930-1931); 2RX Sydney (Wollstonecraft, 1948-1957) - Qualifications: cc; AOCP 716, 1930, No. ?? in WA; 2COCP 436, 1933; 1COCP 340, 1933; TVOCP 40, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Wollstonecraft, 1937-1958); television engineer (Wollstonecraft, 1963-1968); engineer (Wollstonecraft, 1972-1977; Artarmon, 1980) ===''OXENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Justinian Oxenham|Oxenham, Justinian]] - 1860(Qld)-1932(Vic) - senior federal public servant (Secretary, Postmaster-General's Department) ===''OXLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Oxlade|Oxlade, George]] [https://www.familysearch.org/tree/person/details/LRCK-H1C] - 1907(Qld)-1980(Qld) - Licences: 4GO Brisbane (Newmarket, 1926-1931) - Qualifications: cc; AOCP 229, 1926, No. 19 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: painter (Chermside, 1937-1943; Maroochydore, 1954; Wavell Heights, 1958), contractor (Chermside, 1963-1980) =='''P'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''PAECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leonard Paech|Paech, Robert Leonard]] [https://www.familysearch.org/tree/person/details/L6DL-76D] - 1920(SA)-1963(SA) - Licences: 5RL Adelaide (Underdale, 1936-1939, 1947-1948); 5LP Adelaide (Seacombe Gardens, 1960) - Qualifications: cc; AOCP 1626, 1936, SA; 2COCP 279, 1939; BOCP 371, 1941; 1COCP 810, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Nevison Page|Page, Leslie Nevison]] [https://www.familysearch.org/tree/person/details/GSBX-CRV] - 1920(Qld)-1972(NSW) - Licences: 4LP Brisbane (New Farm, 1937-1939; Brisbane City, 1947); 2NB Sydney (Potts Point, 1954); 2LP Sydney (St Ives, 1955-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 1931, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 2NB may have been withdrawn for 2NB Broken Hill - Electoral Rolls: labourer (Ascot, Qld, 1928-1929) (too young for 1920 birth, must be a namesake); radio technician (Darlinghurst, NSW, 1954); radio engineer (St Ives, NSW, 1958); manager (St Ives, NSW, 1963); electronics engineer (Epping, NSW, 1968; Eastwood, NSW, 1972) ===''PAGET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Ernest Paget|Paget, Harold Ernest]] [https://www.familysearch.org/tree/person/details/LDTK-ZBF] - 1904(Qld)-1962(Qld) - Licences: Receive (Valve) Brisbane (Brisbane City, Qld, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephonist (Valley, Qld, 1925-1926); postal sorter (Ashgrove, Qld, 1928-1949); mail officer (Ashgrove, Qld, 1954-1958) ===''PAICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Cameron Paice|Paice, Donald Cameron "Don"]] [https://www.familysearch.org/tree/person/details/G8KD-2FT] - 1932(Vic)-2018(Vic) - Licences: 3ADP Melbourne (Moonee Ponds, 1954-1956; Mt Waverley, 1960-1980+) - Qualifications: AOCP 3055, 1950, Vic - amateur operator - Electoral Rolls: draftsman (Moonee Ponds, 1954; Mt Waverley, 1963-1980) - Relationships: rare surname but seems not closely related to 2AJ Valentine Keith Paice * [[/Valentine Keith Paice|Paice, Valentine Keith "Val"]] [https://www.familysearch.org/tree/person/details/G8K3-5T6] - 1904(NZ)-1977(???) - Licences: ZL1AJ (Z1AJ) 1925-1926; VQ1AJ (OO1AJ) Fanning Island (1926-1928); 2AJ (VK2AJ) Sydney 1929; OA4V Peru (1929) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrical fitter (Ashbury, NSW, 1930) - Relationships: rare surname but seems not closely related to 3ADP Donald Cameron Paice ===''PARADISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Harry Elliker Paradise|Paradise, Eric Harry Elliker]] [https://www.familysearch.org/tree/person/details/GS3M-D75] - 1904(Qld)-1939(Qld) - Licences: Receive (Crystal) Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Stones Corner, Qld, 1925-1937) ===''PARASIERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Isidore Percy Robert Parasiers|Parasiers, Isidore Percy Robert "Robert"]] [https://www.familysearch.org/tree/person/details/GS9Y-8B1] - 1902(SA)-1972(SA) - Licences: 5RP Adelaide (City, 1932-1933; Glandore, 1937-1939); 6PS Perth (Inglewood, 1947); 5RF Adelaide (Glandore, 1948); 5RF Murray Bridge (1954-1969) - Qualifications: cc; AOCP 952, 1932, No. ?? in SA; AOLCP 283, 1936; BOCP 132, 1937; 2COCP 256, 1939; 1COCP 330, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''PARIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Norman Paris|Paris, James Norman "Jim"]] [https://www.familysearch.org/tree/person/details/GXWR-B1W] - 1910(SA)-1971(SA) - Licences: "WIA-L5006" Adelaide (Prospect, 1956-1960) - Qualifications: cc; Nil yet identified - amateur listener; prominent broadcast listener (1950s, 1960s); clubs (Australian DX Radio Club (SA); Southern Cross DX Club) - Electoral Rolls: Nil yet identified ===''PARISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Radcliffe Parish|Parish, Hugh Radcliffe]] [https://www.familysearch.org/tree/person/details/GCDL-Y23] - 1914(Tas)-1973(Tas) - Licences: 7CP Launceston (1932-1933) - Qualifications: cc; AOCP 1070, 1932, No. ?? in Tas; AOLCP 189, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: radio announcer (Burnie, 1936-1937); manager (Winnaleah, 1943-1949); radio executive (Launceston, 1954) ===''PARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles William Park|Park, John Charles William]] [https://www.familysearch.org/tree/person/details/GZVC-N4N] - 1904(Eng)-1983(WA) - Licences: 6BB Perth (South Perth, 1924-1980+) - Qualifications: cc; CPRT 794, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: photographer (South Perth, 1943-1949); radiographer (South Perth, 1958-1980) ===''PARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Cyril Parker|Parker, Keith Cyril]] [https://www.familysearch.org/tree/person/details/KDSK-X2P] - 1912(SA)-1993(SA) - Licences: 5PA Port Pirie (1933); 5SO Port Elliot (1980+) - Qualifications: cc; 2COCP 348, 1931; 1COCP 213, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless telegraphist (Kalgoorlie, WA, 1943); radio technician (Fiskville, Vic, 1949-1963; Bassendean, WA, 1968); manager (Cairns, Qld, 1977) * [[/Kenneth Herbert Parker|Parker, Kenneth Herbert]] [https://www.familysearch.org/tree/person/details/LTM1-Q5G] - 1905(WA)-1994(WA) - Licences: 6KP Meekatharra (1933-1939) - Qualifications: cc; AOCP 1192, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mining register (Meekatharra, WA, 1931-1937); resident magistrate (Cue, WA, 1943; Geraldton, WA, 1943); stipendary magistrate (Northam, WA, 1949); magistrate (Mt Pleasant, WA, 1954; Riverton, WA, 1958-1963; Applecross, WA, 1968-1980) * [[/P. S. Parker|Parker, P. S.]] - 19??(???)-19??(???) - Licences: 2CY Receive Sydney (Burwood, 1922); 2CM Receive Sydney (Burwood, 1923, briefly then reverted to 2CY); 2CY Sydney (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet confidently identified but likely Philip Selwyn Parker, engineer, Bellevue Hill, 1930 * [[/Ronald Alexander Parker|Parker, Ronald Alexander]] [https://www.familysearch.org/tree/person/details/GZ23-6BM] - 1908(Vic)-1984(Qld) - 3RA Melbourne (Canterbury, 1925-1926), 3RA Bendigo (1927), 3RA Melbourne (Canterbury, 1931-1933; Hawthorn, 1937-1939), 4PT Southport (1980+), qualifications (AOCP 213, 1925, No. ?? in Vic), amateur operator, amateur broadcaster, electoral rolls: clerk (Camberwell, 1931), accountant (Hawthorn, 1936-1937), secretary (Malvern, 1943-1949), retired (Southport, 1980) ===''PARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Parr|Parr, John George]] [https://www.familysearch.org/tree/person/details/G8NL-22T] - 1908(NSW)-1992(Vic) - Licences: 3OM Melbourne (Canterbury, 1930-1939) - Qualifications: AOCP 646, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Camberwell, 1931-1943); engineer (Footscray, 1949; Brunswick, 1949-1963; Melbourne City, 1968-1980) ===''PARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alchorne Parry|Parry, Charles Alchorne]] [https://www.familysearch.org/tree/person/details/GX8J-BGL] - 1916(Qld)-2009(USA) - Licences: 4CP Gordonvale (1935-1939) - Qualifications: cc; AOCP 1441, 1935, Qld; BOCP 177, 1938 - amateur operator; amateur broadcaster - Education: PhD - Electoral Rolls: radio mechanic (Cairns, Qld, 1937); engineer (Darlinghurst, NSW, 1943) ===''PARSONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warwick William Parsons|Parsons, Warwick William or William Warwick (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/L2L4-5ZC]- 1903(SA)-1974(SA) - Licences: 5PS Adelaide (City, 1933; Henley Beach, 1937-1939, 1947-1948; Rose Park, 1954-1974) - Qualifications: cc; AOCP 1147, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: operator (Henley, SA, 1939-1943) ===''PATERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Pryde Paterson|Paterson, Paul Pryde]] [https://www.familysearch.org/tree/person/details/GZLK-LPF] - 1915(WA)-1942(PNG) - Licences: 6PP Wiluna (1937-1939) - Qualifications: cc; AOCP 1961, 1937, WA - amateur operator, amateur broadcaster, WW2 (RAAF, 24 Squadron, Flight Lieutenant) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/paterson-paul-pryde-260515/] * [[/Raymund Gordon Paterson|Paterson, Raymund or Raymond Gordon]] [https://www.familysearch.org/tree/person/details/G8CH-7RX] - 1903(Vic)-1996(Canada) - Licences: Nil yet identified - Qualifications: AOCP 506, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: apprentice (Glenferrie, 1926-1928) ===''PATTERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Campbell Patterson|Patterson, Campbell]] [https://www.familysearch.org/tree/person/details/G9Y1-GDH] - 1912(SA)-1987(SA) - Licences: 5XR Naracoorte (1933-1939); 5XR Peterborough (1947-1980+) - Qualifications: cc; AOCP 1097, 1933, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, 1939); electrician (Quorn, 1941-1943) * [[/James Brown Patterson|Patterson, James Brown]] [https://www.familysearch.org/tree/person/details/LBTW-WDY] - 1833(Eng)-1895(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Politician, briefly Premier of Victoria (1893-1894), Postmaster-General Vic (July 1878 - March 1880) - Electoral Rolls: Nil yet identified * [[/Robert Charles William Ingram Patterson|Patterson, Robert Charles William Ingram "Charles Ingram"]] [https://www.familysearch.org/tree/person/details/GZ5T-2Q4] - 1910(Vic)-1974(Qld) - Licences: 3YP Melbourne (East Malvern, 1927-1939; Eaglemont, 1946-1954); 4YP Brisbane (Fig Tree Pocket, 1955-1969) - Qualifications: cc; AOCP 352, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: station hand (Mundabullangana, 1931-1937); agent (Fig Tree Pocket, 1958-1968) ===''PAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Anthony Paul|Paul, Leo Anthony]] - 1905(Vic)-1968(Vic) - 3JQ Receive Melbourne (Fitzroy, 1922-1923), 3LP Melbourne (Fitzroy, 1924-1937; Preston, 1938-1939), 3XO Melbourne (Fairfield, 1948-1960; Thornbury, 1965), amateur operator (AOCP 15, 1924, No. 6 in Vic), amateur broadcaster ===''PAYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George H. Payne|Payne, George H.]] - 19??(???)-1987(Qld) - 4NEV Brisbane, amateur operator (AOCP ??, 1946+, No. ?? in Qld), radio clubs (Wooloowin RC, hon. secretary; WIAQ, president, assoc. members section) * [[/John Payne|Payne, John]] [https://www.familysearch.org/tree/person/details/GDSL-41Q] - 19??(???)-19??(???) - Licences: 2IN Receive Sydney (Randwick, 1922); 2IN Sydney (Randwick, 1923-1927; Kensington, 1928-1930) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: insurance department manager (Kensington, 1930-1931); secretary (Kensington, 1933) * [[/Reginald Lewis Payne|Payne, Reginald Lewis]] [https://www.familysearch.org/tree/person/details/GZG9-HFF] - 1898(Vic)-1946(Vic) - Licences: 3RP Geelong (Newtown, 1924-1939) - Qualifications: cc; AOCP 225, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Newtown, 1919-1921); telegraphist (Newtown, 1922-1942) (check XJM R. Payne, Armadale for relationship) ===''PAYTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Payter|Payter, Joseph William]] - 18??(???)-19??(???) - early telephone experimenter in Melbourne, mechanic in Vic Posts & Telegraphs (one of James Smibert's "Williamstown boys") ===''PEARCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Ronald Pearce|Pearce, Edward Ronald]] [https://www.familysearch.org/tree/person/details/LR3M-7YJ] - 1916(Vic)-2004(WA) - Licences: 6TP Perth (North Perth, 1936-1939, 1948; Mt Hawthorn, 1954-1960) - Qualifications: cc; AOCP 1757, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (North Perth, WA, 1937); engineer (Mt Hawthorn, WA, 1949-1977); retired (Coolbinia, WA, 1980) ===''PEARN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Pearn|Pearn, William Leslie]] [https://www.familysearch.org/tree/person/details/LCKW-JRW] - 1896(SA)-1974(SA) - Licences: 5PN Adelaide (Sturt Park, 1934-1939; Wayville West, 1947-1948; Unley, 1955-1969) - Qualifications: cc; AOCP 1378, 1934, SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Unley, SA, 1939-1941) ===''PEARSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Richman Pearson|Pearson, Ian Richman]] [https://www.familysearch.org/tree/person/details/GSD3-4LF] - 1908(Vic)-1972(Tas) - Licences: 3SP Melbourne (Berwick, 1929-1931); 7KB Burnie (1948-1965); 7KB Port Sorell (1969) - Qualifications: AOCP 528, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: chemist (Deer Park, Vic, 1936-1937); medical practitioner (Burnie, Tas, 1949-1954) ===''PELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Frederick Law Pelling|Pelling, John Charles Frederick Law "Jack"]] [https://www.familysearch.org/tree/person/details/GXB3-176] - 1908(WA)-1972(WA) - Licences: 6WO Moojebing (1933-1939) - Qualifications: cc; AOCP 1213, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Dumbleyung, WA, 1931); farmer (Moojebing, WA, 1936-1943; King River, WA, 1949-1968) ===''PEMBLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Pembleton|Pembleton, Thomas Edward "Tom"]] [https://www.familysearch.org/tree/person/details/G8HP-JDF] - 1914(Qld)-2002(Qld) - Licences: 4ZL Rockhampton (1936-1939;1946-1980+) - Qualifications: cc; AOCP 1600, 1936, Qld - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: labourer (Rockhampton, 1936-1943); turner (Rockhampton North, 1949-1980) ===''PEPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Campbell Pepper|Pepper, Ralph Campbell]] [https://www.familysearch.org/tree/person/details/KC93-1MN] - 1905(NSW)-1984(Qld) - Licences: N742 Receive Tamworth (1922); 2HV Receive Tamworth (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Tamworth, 1930; Maroubra, 1931; Artarmon, 1934-1949; Newmarket, Qld, 1954-1972; Alderley, 1977-1980) ===''PERDRIAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carter Perdriau|Perdriau, Henry Carter]] [https://www.familysearch.org/tree/person/details/G3D9-L79] - 1895(NSW)-1956(NSW) - Licences: XHC Sydney (1912-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: cousin of 2ZR William James Stanley Perdriau - Electoral Rolls: manager (Chatswood, 1930-1936; Roseville, 1943-1954) * [[/William James Stanley Perdriau|Perdriau, William James Stanley]] [https://www.familysearch.org/tree/person/details/LTH6-8LS] - 1885(NSW)-1946(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923); 2ZR Sydney (Manly, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: cousin of XHC Henry Carter Perdriau - Electoral Rolls: dentist (Manly, 1930-1943) ===''PERREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Litchfield Perrey|Perrey, Alexander Litchfield]] [https://www.familysearch.org/tree/person/details/LZVM-9P9] - 1898(SA)-1965(Vic) - Licences: 5LP Strathalbyn (1925-1927) - Qualifications: cc; AOCP 99, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Francis Cole Perry|Perry, Malcolm Francis Cole]] [https://www.familysearch.org/tree/person/details/L679-XR2] - 1891(NSW)-1963(NSW) - Licences: XCP Sydney (Randwick, 1913-1914); 2DG Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Randwick, 1930-1937); editor (Randwick, 1943-1949; Coogee, 1954-1958); counsellor (Hazelbrook, 1958-1963) ===''PETERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Zornig Peters|Peters, Henry Zornig "Harry"]] [https://www.familysearch.org/tree/person/details/L4XX-HBC] - 1908(Qld)-1994(Qld) - Licences: 4ZP Maryborough (1937-1939); 4ZP Sarina (1947-1956); 4ZP Cooroy (1960-1980+) - Qualifications: cc; AOCP 1978, 1937, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: teacher (Yerra via Maryborough, Qld, 1936-1937; Sarina, 1943); farmer (Cooroy, 1963-1980) ===''PETERSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Marzanti Petersen|Petersen, Thomas William Marzanti "Bill"]] - 1919(Qld)-1981(Qld) - 4FY Brisbane (Cooparoo Heights, 1946-1947), 4YO Moreton Island (1975), amateur operator (AOCP 2321, 1939, No. ?? in Qld), radio clubs (WIAQ, councillor), military (WW2, AIF), employment (Hills TV service), business proprietor (Advance Radio, Wynnum Radio Repairs) ===''PETERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Franz Peterson|Peterson, Harold Franz]] [https://www.familysearch.org/tree/person/details/G8XJ-CV1] - 1888(NSW)-1961(NSW) - Licences: 2HP Sydney (Coogee, 1930-1960) - Qualifications: cc; AOCP 617, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: inspector (Coogee, 1930-1958) * [[/Rupert Clarence Peterson|Peterson, Rupert Clarence]] [https://www.familysearch.org/tree/person/details/G87D-VJ3] - 1910(Vic)-2000(NSW) - Licences: 7AZ Receive Hobart (West Hobart, 1922-1923); Receive Hobart (West Hobart, 1923-1924); 3PT Melbourne (Moonee Ponds, 1928-1939) - Qualifications: cc; AOCP 401, 1928, No. ?? in Vic; AOLCP 96, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Moonee Ponds, 1931-1937; Caulfield, 1942-1949; Ivanhoe, 1954-1977); retired (Merimbula, 1980) * [[/Walter Peterson|Peterson, Walter]] - 19??(???)-19??(???) - Licences: 3QP Melbourne (Toorak, 1930-1939) - Qualifications: cc; AOCP 689, 1930, Vic - amateur operator; amateur broadcaster - Electoral Rolls: telephone mechanic (Kew, 1925); telephone engineer (Kew, 1926-1928); engineer (Toorak, 1931-1937); secretary (Lilydale, 1943-1954); electrical instrument maker (Collingwood North, 1967-1968) - several contemporaneous WPs * [[/Walter Martin Peterson|Peterson, Walter Martin]] [https://www.familysearch.org/tree/person/details/LDRD-G6B] - 1910(WA)-1978(WA) - Licences: 6LW Perth (West Perth, 1937; East Perth, 1938-1939, 1947-1948; City, 1954-1956; City Beach, 1960-1975+) - Qualifications: cc; AOCP 1864, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: student (Balcatta, WA, 1931-1936; North Perth, WA, 1937; East Perth, WA, 1937-1943); radio engineer (East Perth, WA, 1949-1958); lecturer (City Beach, WA, 1963-1977) ===''PHELPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Phelps|Phelps, William Joseph]] [https://www.familysearch.org/tree/person/details/G8D5-97G] - 1912(NSW)-1987(NSW) - Licences: 2DL Sydney (Canterbury, 1931-1939, 1946; Ashbury, 1947-1975) - Qualifications: AOCP 769, 1931, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1935-1937; Ashfield, 1942; Ashbury, 1949-1963) ===''PHILBIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Philbin|Philbin, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GDKL-L7L] - 1889(Tas)-19??(???) - Licences: 7FP Queenstown (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ulverstone, 1914); electrician (Queenstown, 1919-1937); electrical fitter (Queenstown, 1949-1954); to NSW 1940s ===''PHILLIPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan William Albert Phillips|Phillips, Alan William Albert]] [https://www.familysearch.org/tree/person/details/GXVR-LD4] - 1915(SA)-2009(SA) - Licences: 5GX Adelaide (Somerton, 1936-1937) - Qualifications: cc; AOCP 1601, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (St Leonards, SA, 1939; South Plympton, SA, 1941-1943) * [[/Albert Maurice Phillips|Phillips, Albert Maurice]] [https://www.familysearch.org/tree/person/details/GXVR-GGP] - 1915(SA)-2008(SA) - Licences: 5ZU Adelaide (Prospect, 1936-1939, 1947-1980) - Qualifications: cc; AOCP 1713, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Gordon George Phillips|Phillips, Gordon George]] [https://www.familysearch.org/tree/person/details/GX7V-TB1] - 1887(NSW)-1941(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 93, 1915; 1COCP 321, 1933 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Townsville, 1912-1919); radio telegraphist (Currie, King Island, 1922); telegraphist (South Townsville, 1925); radio telegraphist (Thursday Island, 1928); radio telegraphist (Cooktown, 1937) * [[/Harry Edward James Thomas Phillips|Phillips, Harry Edward James Thomas]] [https://www.familysearch.org/tree/person/details/G8ZW-SXG] - 1896(Vic)-1963(Vic) - Licences: 3JU Melbourne (Mitcham, 1929-1933; Abbotsford, 1937; South Yarra, 1938-1939, 1946-1948; Merlynstone, 1954-1960) - Qualifications: AOCP 532, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: slaughterman (Newmarket, 1919); butcher (Emerald, 1922; Mitcham, 1924-1936; Abbotsford, 1937; South Yarra, 1949) * [[/James Graham Phillips|Phillips, James Graham]] [https://www.familysearch.org/tree/person/details/GZLJ-8JC] - 1909(SA)-1943(Vic) - Licences: 5BW Adelaide (Glenelg, 1926-1931; Somerton, 1933-1939)- Qualifications: cc; AOCP 256, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Somerton, 1939-1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/606863] * [[/Noel William Phillips|Phillips, Noel William]] [https://www.familysearch.org/tree/person/details/G9FX-877] - 1911(Qld)-1941(Qld) - Licences: 4NP Ipswich (1934-1939) - Qualifications: cc; AOCP 1396, 1934, Qld - amateur operator; amateur broadcaster; employment (Qld Public Works Dept) - Electoral Rolls: painter (Ipswich, Qld, 1936-1937) ===''PHILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurance Vincent Phillis|Phillis, Laurance Vincent]] [https://www.familysearch.org/tree/person/details/GS5R-98V] - 1900(SA)-1953(SA) - Licences: 5LP Adelaide (South Payneham, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1136, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PHILPOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Hanmer Philpot|Philpot, Clarence Hanmer]] [https://www.familysearch.org/tree/person/details/GMRM-C7S] - 1906(Vic)-1982(Vic) - Licences: Receive (Valve) Geelong (1923); 3CP Geelong (1924-1925); 3CP Warrnambool (1925-1926); 3KL Ararat (1927); 3KL Avoca (1931-1937); 3KL Horsham (1938-1939); 3KL Melbourne (Elsternwick, 1946-1980+) - Qualifications: cc; AOCP 381, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal clerk (Derrinallum, 1928; Avoca, 1931-1936); postal (Elsternwick, 1942-1980) ===''PHILPOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Jones Philpott|Philpott, Oliver Jones]] [https://www.familysearch.org/tree/person/details/G8LJ-52T] - 1869(???)-1934(Vic) - Licences: 3VS Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: orchardist (Sandringham, 1919); manager (Caulfield, 1921-1927) ===''PHIPPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Roger Sydney Phipps|Phipps, William Roger Sydney]] [https://www.familysearch.org/tree/person/details/GZX2-Z6G] - 1896(Eng)-1973(WA) - Licences: 6WP Perth (Subiaco, 1924-1927; Victoria Park, 1930-1933; South Perth, 1937-1939, 1946-1969) - Qualifications: cc; AOCP 111, 1925, No. ?? in WA; AOLCP 16, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Subiaco, 1921); electrical fitter (Subiaco, 1925); radio operator (Victoria Park, 1931; South Perth, 1936-1972) ===''PIKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Herbert Arthur Pike|Pike, John Herbert Arthur "Jack"]] [https://www.familysearch.org/tree/person/details/MT5R-K62] - 1890(NSW)-1961(NSW) - XJP Sydney (Arncliffe, 1911), XDY Sydney (Arncliffe, 1912-1914), XDZ Sydney (Arncliffe, 1912), 2DF Receive Sydney (Epping, 1922-1924), 2JP Sydney (Epping, 1925-1929; Greenwich, 1930-1939, 1946-1961), amateur operator (AOCP 130, 1925, No. ?? in NSW), amateur broadcaster, AWA (research, later draftsman) ===''PINNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chalker Pinnell|Pinnell, John Chalker]] [https://www.familysearch.org/tree/person/details/G8Z5-P4G] - 1902(NSW)-1997(NSW) - Licences: 2OL Receive Sydney (Annandale, 1923-1924); 2ZR Sydney (Marrickville, 1929-1934; Ashfield, 1935-1936; Summer Hill, 1937-1939, 1946-1950; Earlwood, 1954-1961; Croydon, 1965) - Qualifications: AOCP 547, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Dulwich Hill, 1930-1934; Ashfield, 1936; Summer Hill, 1937-1949); teacher (Earlwood, 1954-1963); retired (Ashfield, 1968; Mt Kuringai, 1980) ===''PINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Pinney|Pinney, C. R.]] - 18??-19?? - 4CP Port Moresby - amateur operator, amateur broadcaster ===''PITCHFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stuart Frederick Pitchford|Pitchford, William Stuart Frederick]] [https://www.familysearch.org/tree/person/details/GZ5C-X48] - 1906(Eng)-1959(SA) - Licences: 5WP Adelaide (City, 1926-1933; Hyde Park, 1937-1939) - Qualifications: cc; AOCP 254, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Reade Park, 1939-1943) ===''PITTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Graham Pitts|Browne, Reginald Graham or Graham Reginald]] [https://www.familysearch.org/tree/person/details/LZGB-56Y] - 1915(SA)-2005(WA) - Licences: 5GP Adelaide (Torrensville, 1934-1939); 5GP Alice Springs (1947); 5GE Port Augusta (1955-1975); 5GE Adelaide (Kensington Gardens, 1980+) - Qualifications: cc; AOCP 1377, 1934, SA; 2COCP 189, 1938; 1COCP 225, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: finisher (Torrensville, SA, 1941-1943); radio engineer (Alice Springs, NT, 1949) ===''POLLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Henderson Pollock|Pollock, John Henderson]] [https://www.familysearch.org/tree/person/details/GXFM-9TQ] - 1895(NSW)-1978(Qld) - Licences: Receive Brisbane (Moorooka, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Moorooka, Qld, 1922-1926); insurance manager (Townsville, Qld, 1928-1937); insurance agent (Moorooka, Qld, 1943-1977) ===''PONSONBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bessborough Ponsonby|Ponsonby, John Bessborough]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 466, 1919; 1COCP 50, 1930 - coastal wireless operator - Electoral Rolls: ===''POPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maitland Glen Pope|Pope, Maitland Glen]] [https://www.familysearch.org/tree/person/details/KJ4K-FN6] - 1884(WA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 122, 1915; 1COCP 153, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Subiaco, 1906); civil servant (Subiaco, WA, 1910); civil servant (Hobart North, Tas, 1914); officer-in-charge (Wireless Station, Thursday Island, Qld, 1919-1921); wireless expert (Wireless Station, Applecross, 1925); wireless operator (Moonee Ponds, Vic, 1927-1931); supervisor (Essendon, Vic, 1936-1954) ===''PORTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Glanville Porter|Porter, Leonard Glanville]] [https://www.familysearch.org/tree/person/details/GXLX-765] - 1897(SA)-1969(SA) - Licences: 5MP Huddlestone (1938-1939; 1947-1948) - Qualifications: cc; CPRT 966, 1927; 1COCP 73, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Flinders Naval Depot, Vic, 1924); wireless operator (5PI Crystal Brook, SA, 1939-1943) ===''POTTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Potter|Potter, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GXYZ-38V] - 1915(WA)-1993(WA) - Licences: 6ZO Perth (East Fremantle, 1937-1939; Bicton, 1947-1965; Melville, 1969-1980+) - Qualifications: cc; AOCP 1959, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (East Fremantle, WA, 1937-1943); contractor (East Fremantle, WA, 1949-1958; Melville, 1963); builder (Melville, WA, 1968-1980) * [[/William Francis Potter|Potter, William Francis]] [https://www.familysearch.org/tree/person/details/G878-638] - 1908(NSW)-1959(NSW) - Licences: 2WP Helensburgh (1928-1939); 2WP Fairy Meadow (1948-1950); 2WP Charlestown (1954-1960) - Qualifications: AOCP 399, 1928, No. ?? in NSW; 3COCP 38, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Helensburgh, 1930-1937); mechanic (Fairy Meadow, 1949); shiftman (Charlestown, 1954); electrical mechanic (Charlestown, 1958); railway employee (New Lambton, 1958) ===''POTTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Charles Pottie|Pottie, Norman Charles]] [https://www.familysearch.org/tree/person/details/9V3D-JFZ] - 1909(NSW)-1961(NSW) - Licences: 2HQ Sydney (Bellevue Hill, 1930-1931; Hunters Hill, 1933-1938; Mosman, 1939) - Qualifications: AOCP 589, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933; Hunters Hill, 1936-1937; Albury, 1943; Willoughby, 1949-1958) ===''POULSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valdemar Poulsen|Poulsen, Valdemar]] - 1869(Denmark)-1942(Denmark) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - inventor of a magnetic wire recorder, Poulsen arc transmitter - Electoral Rolls: Nil yet identified - Links: [[w:Valdemar Poulsen|Wikipedia]]; [https://ethw.org/Valdemar_Poulsen IEEE]; [https://www.britannica.com/biography/Valdemar-Poulsen Britannica] ===''POWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Power|Power, A. H.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Highgate Hill, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''PRESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Arthur Campbell Preston|Preston, Thomas Arthur Campbell]] [https://www.familysearch.org/tree/person/details/GHDV-FFD] - 1886(Tas)-1970(Tas) - Licences: 7BK Queenstown (1923-1927+) - Qualifications: cc; AOCP 190, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; Mount Lyell Co (electrical engineer, 1920s; chief engineer) - Electoral Rolls: engineer (Queenstown, 1919-1954) ===''PRESTON-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cedric Preston-Smith see Cedric Preston Smith ===''PRICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Clarey Price|Price, John Clarey "Jack"]] [https://www.familysearch.org/tree/person/details/L7GR-V19] - 1884(Qld)-1954(Qld) - Licences: 4CE (Receive) 1922; 4FI or 4FJ Brisbane (Bardon, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); radio business proprietor (Wireless House); public servant (PMG) - Electoral Rolls: mechanic (Wooloowin, 1912-1913); public servant (Bardon Estate, 1919-1936; Bardon, 1943-1954) * [[/Keith Ferguson Price|Price, Keith Ferguson]] [https://www.familysearch.org/tree/person/details/94TB-TPD] - 1900(Vic)-1978(Qld) - Licences: 4KF Brisbane (Camp Hill, 1937-1939, 1947) - Qualifications: cc; AOCP 1937, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Norman Park, Qld, 1925-1926); engineering instructor (Camp Hill, Qld, 1937-1943); electrical engineer (Camp Hill, Qld, 1954-1958) ===''PRIDDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Arthur Priddle|Priddle, Raymond Arthur]] [https://www.familysearch.org/tree/person/details/G8H3-PNF] - 1913(NSW)-1971(NSW) - Licences: 2RA Bathurst (1929-1936); 2RA Sydney (Marrickville, 1938-1939; Greenwich, 1946; Pymble, 1947-1961; Wahroonga, 1969) - Qualifications: AOCP 473, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: civil engineer (Yass, 1935; Marrickville, 1936-1943; Lane Cove, 1943; Pymble, 1949-1963); engineer (Wahroonga, 1968) ===''PRIDEAUX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Charles Prideaux|Prideaux, Joseph Charles]] [https://www.familysearch.org/tree/person/details/GX6Y-Y6H] - 1908(Qld)-1969(NSW) - Licences: 4DS Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: musician (Lismore, NSW, 1935-1943); hairdresser (Lismore, NSW, 1949-1968) ===''PRIDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Clifford Pridham|Pridham, Leslie Clifford]] [https://www.familysearch.org/tree/person/details/GXK2-H6C] - 1916(SA)-2007(SA) - Licences: 5WP Adelaide (Torrensville, 1937-1939) - Qualifications: cc; AOCP 2047, 1937, SA; BOCP 301, 1940; 1COCP 834, 1944 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Torrensville, SA, 1939-1941); public servant (Lockleys, SA, 1943) ===''PRINCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Prince|Prince, Albert Edward]] [https://www.familysearch.org/tree/person/details/GXKT-ZLR] - 1914(SA)-1996(SA) - Licences: 5WK Adelaide (Walkerville, 1934-1939; Kurralta Park, 1947; Plympton, 1948-1980+) - Qualifications: cc; AOCP 1358, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Queenstown, SA, 1941); fitter (Gracemere, SA, 1943); sheet metal worker (Broadview Gardens, SA, 1943) ===''PROPOSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilhelm Carl Lormann Proposch|Proposch, Wilhelm or William Carl Lormann or Forman]] [https://www.familysearch.org/tree/person/details/LVVN-TGW] - 1900(NSW)-1970(Qld) - Licences: 4PL Chinchilla (1937-1939); 4PL Nanango (1947-1969) - Qualifications: cc; AOCP 1986, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: wellborer (Maclargan via Jondaryan, Qld, 1925-1936); radio dealer (Chinchilla, Qld, 1937; Nanango, Qld, 1943-1968) ===''PRYZBILLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Alfred Pryzibilla|Pryzibilla, Colin Alfred]] [https://www.familysearch.org/tree/person/details/GXKD-1SY] - 1910(SA)-2001(SA)91yo - Licences: 5XJ Adelaide (Parkside, 1935-1939, 19471960; Brooklyn Park, 1965-1969; Ascot Park, 1975; Plympton Park, 1980) - Qualifications: cc; AOCP 1590, 1935, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PURDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Commodore Vere Purdon|Purdon, Commodore Vere]] [https://www.familysearch.org/tree/person/details/GQ28-Y6B] - 1901(Tas)-1968(Tas) - Licences: 7AM Receive Hobart (Battery Point, 1922); Receive Hobart (Battery Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart East, 1922; Hobart South, 1928; Bellerive, 1936-1954) =='''Q'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''QUICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Quick|Quick, John]] [https://www.familysearch.org/tree/person/details/LKWF-QQF] - 1852(Eng)-1932(Vic) - state politician (MLA Vic, 1880s & 1890s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1909-1910), oversight of 1909 Melbourne Wireless Telegraphy Conference - Links: [[w:John_Quick_(politician)|Wikipedia]]; [https://adb.anu.edu.au/biography/quick-sir-john-8140 ADB] ===''QUIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Quin|Quin, Charles]] [https://www.familysearch.org/tree/person/details/G8VW-TP8] - 1910(WA)-1979(WA) - Licences: 6CX Perth (Subiaco, 1930-1933; Nedlands, 1937; Wembley, 1938-1939, 1946-1947) - Qualifications: cc; AOCP 678, 1930, No. ?? in WA; AOLCP 178, 1934 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Wembley Park, 1937); accountant (Swanbourne, 1963); retired (Swanbourne, 1972-1977) =='''R'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''RADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Dynan Radford|Radford, Wilfred or William Dynan]] [https://www.familysearch.org/tree/person/details/92MT-KNF] - 1916(Qld)-1996(NSW) - Licences: 4WV Brisbane (Ashgrove, 1936-1937); 4WW Brisbane (Ashgrove, 1938-1939) - Qualifications: cc; AOCP 1624, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: theological student (Hunters Hill, NSW, 1943); clergyman (Toongabbie, NSW, 1954); priest (Marist College, Armidale, NSW, 1958; Toongabbie, NSW, 1963-1968; Hunters Hill, NSW, 1977-1980) ===''RAGLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Beaumont Ragless|Ragless, Gordon Beaumont]] [https://www.familysearch.org/tree/person/details/GMY3-58F] - 1909(SA)-2002(SA) - Licences: 5GR Adelaide (St Marys, 1928-1939; Marion, 1946-1948) - Qualifications: cc; AOCP 434, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: orchard assistant (St Marys, 1939-1943) ===''RAINBOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Rainbow|Rainbow, Christopher James]] [https://www.familysearch.org/tree/person/details/G87K-BB5] - 1911(Vic)-1994(Vic) - Licences: 3JR Melbourne (Preston, 1928-1954; West Preston, 1955-1969; Rosebud, 1975-1980) - Qualifications: AOCP 406, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, partnership (Supreme Radio Co, Preston ?-1932), WW2 (RAAF) - Electoral Rolls: engineer (Preston, 1931-1942); traveller (Preston, 1949-1972; Rosebud, 1977); retired (Rosebud, 1980) - Relationships: brother-in-law of 3PA Percy James Anderson ===''RAMSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Ramsay|Ramsay, Frederick Charles]] [https://www.familysearch.org/tree/person/details/GXNM-4RT] - 1871(Eng)-1950(NSW) - Licences: Receive (Crystal) Brisbane (Toowong, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hermit Park, Qld, 1903-1905; South Brisbane, Qld, 1912; West End, Qld, 1915-1919); accountant (Toowong, Qld, 1921-1925; Waverley, NSW, 1930-1934); teacher (Waverley, NSW, 1936-1943) * [[/Robert Ramsay|Ramsay, Robert ]] - 1842(Sct)-1882(Vic) - solicitor, Victorian politician, Postmaster-General Victoria (Jul 1874 - Aug 1875; Oct 1875 - May 1877) ===''RANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Otto Randell|Randell, Charles Otto]] [https://www.familysearch.org/tree/person/details/97TF-XLP] - 1880(NSW)-1958(Qld) - Licences: 4BK Innisfail (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster (callsign to 4BK Brisbane commercial 1930) - Comment: 4AC Leslie Waters employed by Randell Engineering - Electoral Rolls: analytical chemist (Hambledon, 1903); chemist (Goondi, 1908); engineer (Innisfail, 1912-1913); mechanical engineer (Townsville, 1915); analytical chemist (Innisfail, 1919-1930); agent (Toowong, 1936); chemist (Brisbane, 1937); industrial chemist (North Sydney, 1949) ===''RANKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Ronald Rankin|Rankin, Kenneth Ronald "Ken"]] [https://www.familysearch.org/tree/person/details/L2RC-8FS] - 1906(Vic)-1964(Vic) - Licences: 3KR Kerang (1926-1939); 3KR Benalla (1946-1960) - Qualifications: AOCP 242, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio salesman (Kerang, 1928-1937); manager (Benalla, 1949-1963) - Probate: Theatre Manager (Benalla, 1965) ===''RANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Rann|Rann, George William]] [https://www.familysearch.org/tree/person/details/GZDG-VMV] - 1908(WA)-1974(WA) - Licences: 6KO Perth (Nedlands, 1932-1939) - Qualifications: cc; AOCP 1000, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Nedlands, WA, 1931); printer (West Subiaco, WA, 1936; Wembley, WA, 1937-1943; Leederville, WA, 1954-1958); civil servant (City Beach, WA, 1963-1972) ===''RAYNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Rayner|Rayner, Jack]] [https://www.familysearch.org/tree/person/details/LYQQ-2LK] - 1898(NSW)-1972(NSW) - Licences: 2LJ Sydney (Stanmore, 1928-1930; Belmore, 1931-1939, 1946-1950) - Qualifications: AOCP 384, 1928, No. ?? in NSW; 2COCP 425, 1933; 1COCP 335, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: police constable (Annandale, 1930); constable (Belmore, 1933-1934); police constable (Belmore, 1937-1949) ===''READ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Earl Read|Read, Alfred Earl "Earl"]] - 1892(NZ)-1960(NZ) - journalist (editor NZ Radio Times to 1936; editor and proprietor, Australasian Radio World 1936-1940; manager, Australasian Radio World 1940+) * [[/Allan William Read|Read, Allan William]] [https://www.familysearch.org/tree/person/details/GX1B-WF2] - 1913(WA)-1983(WA) - Licences: 6LK Perth (Mt Lawley, 1931-1933); 6LK Northam (1937-1939) - Qualifications: cc; AOCP 735, 1931, No. ?? in WA; AOLCP 163, 1934; 1COCP 83, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Broadcasting Station, Northam, WA, 1936-1937); radio technician (North Perth, WA, 1943-1958); public servant (Nollamara, WA, 1963-1980) ===''READER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/d'Arcy Harold Reader|Reader, d'Arcy Harold]] [https://www.familysearch.org/tree/person/details/L5KX-8N8] - 1888(NZ)-1952(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 123, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: wireless telegraphist (Thursday Island, Qld, 1916-1917) ===''READING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Reading|Reading, Edward Charles]] [https://www.familysearch.org/tree/person/details/GZW7-9DL] - 1904(NSW)-1979(NSW) - 2RG Bangalow (1925-1929), 2LT Lismore (1965-1975), amateur operator (AOCP 65, 1925, No. ?? in NSW), amateur broadcaster, electrician, Reading Bros (proprietor & electrical engineer, 1930-1939), 2RG callsign may have been withdrawn by PMGD for 2RG Griffith commercial * [[/Leonard William Reading|Reading, Leonard William]] [https://www.familysearch.org/tree/person/details/L2LY-H23] - 1904(WA)-1989(WA) - Licences: 6LR Northam (1933-1936); 3TQ Newport (1937); 6LR Perth (Pearce, 1938-1939; South Perth, 1946-1947) - Qualifications: cc; AOCP 1200, 1933, Vic; 1COCP 384, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Northam, WA, 1925-1936; Newport, Vic, 1937); airman (South Perth, WA, 1943); supervisor (Karinup, WA, 1980) ===''REDDROP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Reddrop|Reddrop, James William Jnr]] [https://www.familysearch.org/tree/person/details/GD1T-SYY] - 1906(Vic)-1981(NSW) - Licences: 7BN Launceston (1934-1937); 3BN Melbourne (Caulfield, 1938-1939, 1946-1954) - Qualifications: cc; 1COCP 28, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: airman (Elsternwick, 1931; St Kilda, 1937); air force (Elsternwick, 1942-1954); air force officer (Glenbrook, NSW, 1958); RAAF officer (Campbell, 1963); retired (Hackett, ACT, 1968); representative (Tbre Lake, 1972-1980) ===''REED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Griffiths Reed|Reed, Joseph Griffiths "Joe"]] [https://www.familysearch.org/tree/person/details/GC6Y-GZZ] - 1897(NSW)-1969(NSW) - Licences: XABP Newcastle (1914); 2JR Sydney(Summer Hill, 1924-1933; Croydon, 1934-1939; Northbridge, 1946-1969) - Qualifications: cc; CPRT 710, 1922; 1COCP 235, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio engineer (Summer Hill, NSW, 1930-1934); engineer (Croydon, NSW, 1936-1937); electrical engineer (Northbridge, NSW, 1943-1968) ===''REEDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Bennett Reedman|Reedman, Alfred Bennett]] [https://www.familysearch.org/tree/person/details/KZLN-MVM] - 1896(Qld)-1982(Qld) - Licences: Receive (Valve) Brisbane (Norman Park, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kangaroo Point, Qld, 1919-1921; Norman Park, Qld, 1925-1980) ===''REES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Montague Elyder Rees|Rees, Richard Montague Elyder]] [https://www.familysearch.org/tree/person/details/MPXW-S6Y] - 1901(Eng)-1962(Vic) - Licences: 2RE Sydney (Stanmore, 1926-1927; Coogee, 1928-1930); 2WM Sydney (Enfield, 1931-1933); 2APW Albury (1946-1947); 3APW Darling (1948-1954) - Qualifications: AOCP 296, 1926, No. ?? in NSW; CPRTelephony 959, 1927; 2COCP 283, 1930; BOCP 107, 1937; 1COCP 941, 1945 - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Enfield, 1931-1937) ===''REEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Herbert Reeves|Reeves, Cecil Herbert]] [https://www.familysearch.org/tree/person/details/GF3Z-X92] - 1905(WA)-1975(WA) - Licences: 6CR Perth (Claremont, 1931-1933; Victoria Park, 1937-1939) - Qualifications: cc; AOCP 746, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Claremont, WA, 1931; Victoria Park, WA, 1936-1943; Wagin, WA, 1954; Fremantle, WA, 1958; East Fremantle, WA, 1963-1972) ===''REID''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Reid|Reid, John]] [https://www.familysearch.org/tree/person/details/GF3G-PDG] - 1901(Vic)-19??(???) - Licences: 3BE Melbourne (Werribee, 1937); 6BE Perth (RAAF, Pearce, 1938); 3AJR Ballarat (1947-1980+) - Qualifications: cc; 2COCP 26, 1935 - amateur operator; amateur broadcaster; WW2 - Comment: Several contemporaneous JRs - Electoral Rolls: retired (Ballarat, Vic, 1977-1980) ===''REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Dwyer Reilly|Reilly, Edward or Edwin Dwyer]] [https://www.familysearch.org/tree/person/details/G9S5-67P] - 1913(Vic)-1991(SA) - Licences: 5AI Adelaide (Woodville, 1935-1939; Brooklyn Park, 1947-1975; Aldinga, 1980+) - Qualifications: cc; AOCP 1524, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Woodville, SA, 1939-1943) * [[/Eric Harold Reilly|Reilly, Eric Harold]] [https://www.familysearch.org/tree/person/details/L153-S1X] - 1905(Qld)-1950(Qld) - Licences: 4ER Brisbane (Hill End, 1934-1937); 4ER Laidley (1938-1939, 1946-1948) - Qualifications: cc; AOCP 1339, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ, WICEN) - Electoral Rolls: rubber worker (Hill End, Qld, 1934-1937); motor mechanic (Laidley, Qld, 1943-1949) ===''REIMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Alwin Reimann|Reimann, Albert Alwin]] [https://www.familysearch.org/tree/person/details/G4RD-V3K] - 1905(SA)-1946(SA) - Licences: 5JO Adelaide (Kent Town, 1928-1939) - Qualifications: cc; AOCP 453, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil ===''REINARTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John L. Reinartz|Reinartz, John L.]] - 1894(Ger)-1964(USA) - 1QP (1908-?), 1XAM, W3RB, K6BJ USA, amateur operator, with Fred Schnell made first Trans-Atlantic 2 Way QSO with F8AB Leon Deloy ===''REINHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Cyril Reinhold|Reinhold, Edwin Cyril]] [https://www.familysearch.org/tree/person/details/LHH4-WWR] - 1900(Qld)-1984(Qld) - Licences: Q747 Receive Brisbane (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Clayfield, 1925); motor mechanic (Gracefield, 1931-1949); soldier (Sherwood, 1954-1980) ===''RENNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rennie|Rennie, F.]] - 19??(???)-19??(???) - Licences: 3HI Receive Melbourne (South Yarra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/J. M. Rennie|Rennie, J. M.]] - 19??(???)-19??(???) - Licences: 3QF Receive Melbourne (Northcote, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/K. M. Rennie|Rennie, K. M.]] - 19??(???)-19??(???) - Licences: 2AO Receive Sydney (Edgecliffe, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''RENSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Phillip Renshaw|Renshaw, Walter Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G9KS-1LX] - 1891(NSW)-1968(NSW) - Licences: XFP Sydney (Roseville, 1912-1914); 2DE Sydney (Roseville, 1922-1939) - Qualifications: cc; CPRT 370, 1918 - early wireless experimenter; amateur operator - amateur broadcaster; WW1; radio clubs (WIA NSW - 1912+, President, Federal President); professional clubs (IRE NSW - founding member); business (consulting engineer); witness to Royal Commission 1927 (as Hon. Sec. WIA NSW) - Comment: late 1930s entangled in a NSW State Government corruption enquiry - Electoral Rolls: civil engineer (Roseville, 1936-1954; Ashfield, 1958-1968) ===''RENWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Griffith Renwick|Renwick, Arthur Griffith]] [https://www.familysearch.org/tree/person/details/GD57-8XV] - 1902(NSW)-1967(NSW) - Licences: 2CG Receive Sydney (Woollahra, 1922) - Qualifications: cc; BOCP 292, 1940 - amateur receiver - Electoral Rolls: pharmacist (Roseville, 1930-1937); chemist (Drummoyne, 1943-1954); retail chemist (Strathfield, 1958-1963) ===''RETALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Moncrieff Retallick|Retallick, James Moncrieff]] [https://www.familysearch.org/tree/person/details/LKK3-QDW] - 1898(NSW)-1969(NSW) - Licences: 2XO Bellingen (1930-1939, 1946-1947); 2FE Portable Bellingen (1933-1939); 2XO Raleigh (1948-1955); 2XO Coffs Harbour (1956-1958); 2XO Urunga (1960-1969); - Qualifications: AOCP 664, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: attendant (Substation, Raleigh, 1949-1954); electrical mechanic (Urunga, 1963-1968) ===''REYNOLDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Daniel Reynolds|Reynolds, George Daniel]] [https://www.familysearch.org/tree/person/details/GX9J-VBQ] - 1886(NZ)-1964(Vic) - Licences: Nil yet identified - Qualifications: cc; 1COCP 180, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: wireless operator (Rockhampton, 1917; Cooktown, 1928); radio (Malvern, 1934-1937); wireless operator (New Farm, 1943); radio station manager (Townsville, 1949); retired (Malvern, 1954-1963) ===''RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Rhodes|Rhodes, Harry]] [https://www.familysearch.org/tree/person/details/G8BS-QMC] - 1887?(???)-1966(SA) - Licences: Receive (Valve) Kadina (1923); 5HR Kadina (1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: Needs more research - Electoral Rolls: electrical engineer (Quorn, 1939-1943; Grassmere, 1943) ===''RIBBETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Ribbett|Ribbett, Thomas John]] [https://www.familysearch.org/tree/person/details/GXQQ-YRJ] - 1880(SA)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPOE, 1917) - Electoral Rolls: Nil yet identified ===''RICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fry Rich|Rich, Charles Fry]] [https://www.familysearch.org/tree/person/details/GXN8-YZ3] - 1873(Eng)-1949(NSW) - Licences: 4CR Fife Bay, Papua - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Father of 4VX 2AJZ 9VX 2API Mackendrick Charles William Rich - Electoral Rolls: retired (Chatswood, NSW, 1943-1949) * [[/Mackendrick Charles William Rich|Rich, Mackendrick Charles William]] [https://www.familysearch.org/tree/person/details/GXN8-5MB] - 1903(PNG)-1991(NSW) - Licences: 4VX Samarai, Papua (1938-1939); 2AJZ Sydney (Chatswood, 1946); 9VX Port Moresby (1947-1948); 2API Sydney (Manly Vale, 1954-1955; Balgowlah, 1956-1969; Manly Vale, 1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Son of 4CR Charles Fry Rich - Electoral Rolls: no occupation (Manly Vale, NSW, 1954-1963); retired (Manly Vale, NSW, 1977-1980) ===''RICHARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. F. Richards|Richards, G. F.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (Moonah, 1923); 2237 Hobart (Moonah, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/George Richards|Richards, George]] [https://www.familysearch.org/tree/person/details/GHDM-JZ6] - 1888(Qld)-1963(Qld) - Licences: 4XK Ipswich (1930-1939) - Qualifications: cc; AOCP 575, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mine manager (Silkstone, 1917-1932; Booval, 1936-1958) * [[/Maurice Evans Richards|Richards, Maurice Evans]] [https://www.familysearch.org/tree/person/details/GZ3X-KPB] - 1910(SA)-1997(SA) - Licences: 5CY Receive Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923); 5MR Adelaide (Glenunga, 1927-1928) - Qualifications: cc; AOCP 369, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Relationships: Likely a relation of 5WR Wilfred Mayo Richards - Electoral Rolls: welder (Millswood East, SA, 1943) * [[/Norman Henry Richards|Richards, Norman Henry]] [https://www.familysearch.org/tree/person/details/GXH1-NL1] - 1912(Eng)-2007(Qld) - Licences: 4NR Brisbane (Wooloowin, 1932-1937) - Qualifications: cc; AOCP 1071, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Wooloowin, Qld, 1936-1937); mechanic (Eagle Junction, Qld, 1943); refrigeration engineer (Maryborough, Qld, 1949-1954); engineer (Ashgrove, Qld, 1963-1968); retired (Glasshouse Mountains, Qld, 1972-1977; Tin Can Bay, Qld, 1980) * [[/Victor John Richards|Richards, Victor John]] [https://www.familysearch.org/tree/person/details/GFML-3HH] - 1916(WA)-1992(WA) - Licences: 6JR Perth (Nedlands, 1937-1939) - Qualifications: cc; AOCP 1894, 1937, WA; 2COCP 265, 1939; 1COCP 367, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: storeman (Nedlands, WA, 1937); radio operator (Alice Springs, NT, 1943); machinery assistant (Wivenhoe, Tas, 1949); radio technician (Darlinghurst West, NSW, 1949; Charters Towers, Qld, 1949)); radio operator (Carlingford, NSW, 1954); radio technician (Blacktown, NSW, 1958); technician (Applecross, WA, 1958-1972); radio officer (Applecross, WA, 1977-1980) * [[/Wilfred Mayo Richards|Richards, Wilfred Mayo]] [https://www.familysearch.org/tree/person/details/GZ3X-6W4] - 1896(SA)-1948(SA) - 5WR Adelaide (Medindie Gardens, 1927-1939, 1946-1948) - Qualifications: cc; AOCP 364, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - certainly a relation of 5MR Maurice Evans Richards ===''RICHARDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Kennington Richardson|Richardson, Alan Kennington]] [https://www.familysearch.org/tree/person/details/GXRM-73L] - 1914(SA)-1994(SA) - Licences: 5AR Adelaide (Everard Park, 1934-1939; City, 1947-1980+) - Qualifications: cc; AOCP 1277, 1934, SA; AOLCP 201, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Everard Park, SA, 1939) * [[/Jasper Bede Richardson|Richardson, Jasper Bede]] [https://www.familysearch.org/tree/person/details/GX1J-LTY] - 1907(WA)-1969(WA) - Licences: 6LX Perth (Fremantle, 1931-1933; Hollywood, 1937-1939) - Qualifications: cc; AOCP 831, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (East Fremantle, WA, 1931); radio mechanic (Hollywood, WA, 1936-1937; East Perth, WA, 1943; East Fremantle, WA, 1949); mechanic (Bicton, WA, 1954-1968) * [[/John Keith Richardson|Richardson, John Keith "Keith"]] [https://www.familysearch.org/tree/person/details/G6QQ-76P] - 1906(Qld)-1954(Tas) - Licences: 4KR Barcaldine (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: overseer ("Ashgrove", Gore, 1930-1932) ===''RICKABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorimer Douglas Rickaby|Rickaby, Lorimer Douglas "Rick"]] [https://www.familysearch.org/tree/person/details/GMR4-Z8W] - 1906(Qld)-1975(Qld) - Licences: 4VR Brisbane (Coorparoo, 1936-1939, 1946-1948; Coopers Plains, 1955-1975) - Qualifications: cc; BOCP 485, 1938 - amateur operator; amateur broadcaster; broadcast technician (4VL, 4AK, 4BK); military (WW2, RAN); ship wireless officer; security officer (MSS) - Relationships: father of 4RX Brian ??? Rickaby; father-in-law of 4VR Valerie ??? Rickaby - Electoral Rolls: telegraphist (Flinders Naval Depot, Vic, 1931-1934); radio engineer (Coorparoo, Qld, 1937); technician (Coorparoo, Qld, 1943-1949); meter reader (Coopers Plains, Qld, 1958-1972) * [[/Brian ??? Rickaby|Rickaby, Brian ???]] - Licences: 4ZAP Brisbane (Coopers Plains, 1960); 4RX Brisbane (Salisbury, 1965-1980) - Qualifications: AOLCP; AOCP; BOCP; TVOCP - amateur operator; broadcast engineer (Qld State Broadcasting Office, P&TD / DoC / DoTaC / ABA) - Relationships: son of 4VR Lorimer Douglas Rickaby; husband of 4VR Valerie ??? Rickaby - Electoral Rolls: ===''RIETHMULLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Riethmuller|Riethmuller, Eric Charles]] [https://www.familysearch.org/tree/person/details/G64Z-XCL] - 1903(Qld)-1987(Qld) - Licences: 4SK Willis Island (1931) - Qualifications: cc; 2COCP 250, 1930; 1COCP 299, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jandowae, 1936); radio technician (Wellington, NSW, 1937; Moorooka, 1943); radio operator (Darlinghurst, 1949; Wahroonga, 1963-1972); retired (Toowoomba, 1972-1980) ===''RING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Mostyn Ring|Ring, Keith Mostyn]] [https://www.familysearch.org/tree/person/details/LKB8-YR7] - 1913(SA)-1991(SA) - Licences: 5KH Adelaide (Kensington Park, 1932-1939, 1947-1948; Marion, 1954; Eden Hills, 1955-1969); 5KH Williamstown (1975); 5KH Kapunda (1980+) - Qualifications: cc; AOCP 923, 1932, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank official (Jamestown, SA, 1941-1943) * [[/Thomas Leo Ring|Ring, Thomas Leo]] [https://www.familysearch.org/tree/person/details/GX95-D97] - 1893(Vic)-1945(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 233, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Rockhampton, 1916; Sandgate, 1921); clerical assistant (Bowen, Qld, 1925); postmaster (Texas, 1930-1937); retired (Hendra, Qld, 1943) ===''RIPPEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Adolf Heinrich Gerhard Rippen|Rippen, Adolf Heinrich Gerhard]] [https://www.familysearch.org/tree/person/details/GZLK-QSB] - 1919(WA)-1941(Off coast of Kenya) - Licences: 6GR Perth (Fremantle, 1936-1939) - Qualifications: cc; AOCP 1731, 1936, WA - amateur operator; amateur broadcaster; WW2 (RAN, HMAS Sydney II, Telegraphist) - Electoral Rolls: engineer (Fremantle, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.sydneymemorial.com/registrydetails.asp?ID=478 HMAS Sydney II Memorial]; [https://vwma.org.au/explore/people/644953 VWMA]; [http://www.streetwisemedia.com.au/unknown-sydney-sailor-named-after-80-years/ Streetwise] ===''RIVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Ronald Rivers|Rivers, Edmund Ronald or Ronald Edmund]] [https://www.familysearch.org/tree/person/details/GDJH-V2S] - 1901(Vic)-1950(Vic) - Licences: 3ER Receive Melbourne (Essendon, 1922-1923); 3ER Melbourne (Essendon, 1924-1925) - Qualifications: cc; CPRT 767, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''RIX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Henry George Rix|Rix, Walter Henry George]] [https://www.familysearch.org/tree/person/details/MMQX-KZQ] - 1898(Qld)-1923(Qld) - Licences: 4EC Receive Brisbane (Bulimba, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: tram conductor (Valley, Qld, 1919-1921) ===''ROBBINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Fellows Robbins|Robbins, Thomas Fellows]] [https://www.familysearch.org/tree/person/details/GX5X-2SL] - 1918(SA)-1986(SA) - Licences: 5DK Adelaide (Fullarton, 1935-1937; Malvern, 1938-1939); 5AQ Leigh Creek (1954-1960); 5AQ Port Augusta (1965-1980+) - Qualifications: cc; AOCP 1548, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Malvern, SA, 1941-1943) ===''ROBERTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles D'Arcy Roberts|Roberts, Charles D'Arcy]] [https://www.familysearch.org/tree/person/details/GZ2N-VBN] - 1909(NSW)-1943(Burma) - licences: 2JV Sydney (Greenwich, 1928-1939) - qualifications: AOCP 408, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 (signalman, 8 Division Signals, 1943) - Electoral rolls: clerk (Lane Cove, 1930-1937) - "Greater love hath no man than this" * [[/Harry Mayland Roberts|Roberts, Harry Mayland or Mayfield (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXLH-KKF] - 1912(SA)-1979(SA) - Licences: 5MY Adelaide (Alberton East, 1931; Myrtle Bank, 1938-1939; Fullarton Estate, 1947-1954; Plympton, 1955-1965; North Plympton, 1969-1975) - Qualifications: cc; AOCP 763, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Myrtle Bank, SA, 1939-1943) * [[/J. C. A. Roberts|Roberts, J. C. A.]] - 19??(???)-19??(???) - Licences: XAAY Sydney (Parramatta, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Identification: Not yet identified, despite three given names - Electoral Rolls: Nil yet identified * [[/Nicholas William Roberts|Roberts, Nicholas William]] [https://www.familysearch.org/tree/person/details/GXRC-XKV] - 1915(SA)-1936(SA) - Licences: 5NR Adelaide (St Peters, 1933-1936) - Qualifications: cc; AOCP 1228, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, age 21yo - Electoral Rolls: Nil yet identified * [[/Noel Grafton Roberts|Roberts, Noel Grafton]] [https://www.familysearch.org/tree/person/details/GXRD-CCL] - 1924(Eng)-2008(Eng) - Licences: 5NR Katherine (1947) - Qualifications: cc; 1COCP 589, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio inspector (Tally Ho, Vic, 1967-1968; Glen Waverley, Vic, 1972-1980) * [[/Richard George Crafter Roberts|Roberts, Richard George Crafter or Crofter]] [https://www.familysearch.org/tree/person/details/MWFZ-Z24] - 1901(NSW)-1964(NSW) - Licences: 2UU Sydney (Ashfield, 1923-1925) - Qualifications: cc; CPRT 750, 1922; 2COCP 430, 1933; 1COCP 505, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ashfield, 1933-1936; Lovetts Bay, 1943; Chatswood, 1949-1958) * [[/Russell Flexmore Roberts|Roberts, Russell Flexmore]] [https://www.familysearch.org/tree/person/details/LL4K-265] - 18??-1961(Qld) - Licences: 4PN Brisbane (West End, 1927-1933; Annerley, 1937-1939, 1946-1960) - Qualifications: cc; AOCP 372, 1927, No. 41 in Qld - amateur operator; amateur broadcaster; WW2; television experimenter (4CM); broadcaster (4BC, manager) - Electoral Rolls: musical director (South Brisbane, 1919); musician (Coorparoo, 1934); manager (Yeronga, 1936-1937); alderman (Annerley, 1954) * [[/V. Roberts|Roberts, V.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ROBERTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Desmond Robertson|Robertson, Brian Desmond]] [https://www.familysearch.org/tree/person/details/GX2G-W63] - 1921(SA)-1996(SA) - Licences: 1RD Macquarie Island (1950s); 5RD Adelaide (Henley Beach, 1954-1956) - Qualifications: cc; 1COCP 998, 1946 - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/David Sterling Robertson|Robertson, David Sterling]] [https://www.familysearch.org/tree/person/details/GW2M-F7H] - 1920(SA)-19??(???) - Licences: 5RN Adelaide (Mt Lofty, 1937-1939, 1948-1965); 1ATR Canberra (Deakin, 1956; Yarralumla, 1960); 5RN Adelaide (Stirling, 1969-1980+) - Qualifications: cc; AOCP 1944, 1937, SA; 2COCP 346, 1940; 1COCP 405, 1940 - amateur operator; amateur broadcaster - Relationships: Husband of 5YL-1YL Denise Alison Robertson nee Haslam - Electoral Rolls: radio engineer (North Sydney, 1943) * [[/Denise Alison Robertson|Robertson nee Haslam, Denise Alison]] [https://www.familysearch.org/tree/person/details/GW2M-JWG] - 1927(NSW)-2008(SA) - Licences: 1YL Canberra (Yarralumla, 1960-1965); 5YL Adelaide (Stirling, 1969) - Qualifications: cc; AOCP 3552, 1956, ACT - amateur operator; YL operator - Relationships: Wife of 5RN-1ATR David Sterling Robertson - Electoral Rolls: Nil yet identified ===''ROBINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Robinson|Robinson, Alexander]] [https://www.familysearch.org/tree/person/details/L1G8-ZJ2] - 1900(Eng)-1949(NSW) - Licences: 2GR Sydney (Haberfield, 1930-1937; Richmond, 1938-1939; Hunter's Hill, 1946-1948) - Qualifications: AOCP 498/499, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical meter tester (Haberfield, 1933-1936) - 2GR callsign previously held by Joseph Sydney Marks * [[/Arthur Robinson|Robinson, Arthur]] [https://www.familysearch.org/tree/person/details/G8CS-4PP] - 1926(Vic)-19??(???) - Licences: 3ABF Sale (1948-1956); 3ABF Melbourne (Croydon, 1960); 3ABF Traralgon (1965-1980+) - Qualifications: AOCP 2710, 1948, Vic; TVOCP 184, 1959 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Sale, 1949-1954); technician (Croydon, 1963); PMG TV technician (Traralgon, 1963-1980) * [[/Charles John Robinson|Robinson, Charles John]] [https://www.familysearch.org/tree/person/details/LNJD-DC5] - 1908(Tas)-2004(???) - Licences: 7RC Launceston (1936-1937); 7KR Launceston (1938-1939) - Qualifications: cc; AOCP 1668, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carter (Launceston, 1936-1937); cordial maker (Launceston, 1943) * [[/John William Robinson|Robinson, John William]] [https://www.familysearch.org/tree/person/details/GS7H-Q61] - 1895(Eng)-1963(NSW) - Licences: 2EN Receive Sydney (Ryde, 1922-1923); 2RN Receive Sydney (Concord, 1923); 4RN Brisbane (Kedron, 1931) - Qualifications: cc; Nil yet identified - amateur receiver; amateur broadcaster; Honorary Radio Inspector NSW; First director 4QG - Comment: several contemporaneous JWRs - Electoral Rolls: wireless engineer (Merthyr, Qld, 1925-1926); radio engineer (Highgate Hill, Qld, 1928); engineer (Herston, 1936-1937) ===''ROBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Laudreux Robson|Robson, Colin Laudreux]] [https://www.familysearch.org/tree/person/details/GXYV-TL8] - 1916(WA)-1973(WA) - Licences: 6XI Perth (Mt Lawley, 1937-1939); 6XI Northam (1947-1948); 6XI Waterloo (1954-1960); 6XI bunbury (1965-1969) - Qualifications: cc; 3COCP 181, 1936; AOCP 2055, 1937, WA; BOCP 234, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (6AM Quarters, Northam, WA, 1949; 6TZ, Waterloo, WA, 1958-1963; Bunbury, WA, 1968-1972) ===''ROCKWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Bruce Rockwell|Rockwell, Horace Bruce]] [https://www.familysearch.org/tree/person/details/K882-BWV] - 1887(Tas)-1955(NSW) - Licences: XQH Brisbane (Wynnum) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; WW1; WW2; a founder of Wireless Institute of Queensland 1912 - Electoral Rolls: electrician (Fort Lytton, Qld, 1913; Wynnum, Qld, 1917-1919); electrical engineer (Enoggera, Qld, 1919; Chelmer, Qld, 1925); electrician (Fort Lytton, Qld, 1936-1937); soldier (Middle Head, NSW, 1943); engineer (Northbridge, NSW, 1949) ===''RODDA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William David Rodda|Rodda, William David]] [https://www.familysearch.org/tree/person/details/G8WK-4JB] - 1907(WA)-1961(WA) - Licences: 6WR Perth (Claremont, 1928-1939) - Qualifications: cc; AOCP 435, 1928, No. ?? in WA; BOCP 1191, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Claremont, 1931-1936; Nedlands, 1937; Claremont, 1943); control operator (Nedlands, 1949-1954); technician (Perth, 1958) ===''RODWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Rodwell|Rodwell, Albert Edward]] [https://www.familysearch.org/tree/person/details/MWX8-VG7] - 1909(Qld)-1976(Qld) - Licences: Receive (Crystal) Brisbane (Bowen Hills, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Bowen Hills, Qld, 1936-1937); grocer (Kedron, Qld, 1943-1949); company manager (Wavell Heights, Qld, 1954-1968); bookseller (Aspley, Qld, 1972) ===''ROGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Stanley Rogers|Rogers, Bernard Stanley]] [https://www.familysearch.org/tree/person/details/GXPV-L34] - 1912(SA)-1987(SA) - Licences: 5FG Adelaide (Blackwood, 1934-1939; Edwardstown, 1947-1948; Glandore, 1954-1980+) - Qualifications: cc; AOCP 1274, 1934, SA; 1COCP 907, 1945 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Edwardstown, SA, 1939-1943) ===''ROHDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Campbell Rohde|Rohde, William Campbell "Bill"]] [https://www.familysearch.org/tree/person/details/G76S-GRF] - 1907(Qld)-1991(Qld) - Licences: 4RW Brisbane (Red Hill, 1929-1939) - Qualifications: cc; AOCP 493, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (YWCA Wireless Club); comms engineer (PMGD); broadcast engineer (4QG) - Electoral Rolls: telephone mechanic (Red Hill, 1934-1943; Newmarket, 1949); postal engineer (Coorparoo, 1958-1980) ===''ROLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Rolls|Rolls, Sydney]] [https://www.familysearch.org/tree/person/details/GX95-V3F] - 1886(???)-1957(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918); WW1 - Electoral Rolls: electrician (Auburn, Vic, 1916-1919); naval officer (Camberwell, Vic, 1924-1925); engineer (Hawthorn, Vic, 1928-1949) ===''ROSCOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Thomas Roscoe|Roscoe, Geoffrey Thomas]] [https://www.familysearch.org/tree/person/details/G8QR-GJY] - 1900(Qld)-1985(Qld) - Licences: Receive Condamine (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: teacher (Condamine, Qld, 1925; Macknade, Qld, 1936-1937; Boonah, Qld, 1943); retired (St Lucia, Qld, 1968-1980) ===''ROSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William (Qld) Rose|Rose, Robert William (Qld)]] [https://www.familysearch.org/tree/person/details/G8DS-JJM] - 1911(Qld)-1970(NSW) - Licences: 4RR Brisbane (1925); 4RQ Longreach (1930-1939, 1946-1948); 2AQR Wallsend (1956-1961); 2AQR Avoca (1965-1969) - Qualifications: cc; AOCP 576, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; chemist - Comment: Another Robert William Rose b1923 BOCP 993 - Electoral Rolls: mechanic (Toowong, 1925); chemist (Longreach, 1936-1949; West Wallsend, 1958-1963; Avoca Beach, 1968) * [[/Robert William (Vic) Rose|Rose, Robert William (Vic)]] - 1923(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; BOCP 993, 1948; 3AIR 1790, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: ===''ROSENSKJAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rosenskjar|Rosenskjar, F.]] - 19??-19?? - 4?? Brisbane (Fairfield) (Operator 4BI), amateur operator, amateur broadcaster ===''ROSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander David Ross|Ross, Alexander David]] [https://www.familysearch.org/tree/person/details/G68V-KFR] - 1883(Sct)-1966(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Professor of Mathematics & Physics, University of Perth) - Electoral Rolls: university professor (Perth Club, 1916; West Perth, 1925-1954); retired (Albany, WA, 1958-1963) - Links: [https://adb.anu.edu.au/biography/ross-alexander-david-8270 ADB]; [[w:Alexander_David_Ross|Wikipedia]]; [https://www.news.uwa.edu.au/archive/201206204747/features/setting-standards-excellence/ UWA] * [[/John Francis Ross|Ross, John Francis "Jack"]] - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer (PMGD); journalist (editor, The Broadcaster); historian (broadcasting, Amateur Radio, radiocommunications); author ("History of Radio in South Australia"; "Radio Broadcast Technology") - Electoral Rolls: ===''ROUTLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert Angus Routledge|Routledge, Robert Angus "Bob"]] [https://www.familysearch.org/tree/person/details/GWX2-BDP] - 1913(SA)-1997(SA) - Licences: 5RA Adelaide (Richmond, 1930-1931; Henley Beach, 1933) - Qualifications: cc; AOCP 679, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: manufacturer (Henley, 1939); radio technician (Henley, 1941); physics technician (Glenelg, 1943) ===''ROWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. L. Rowe|Rowe, R. L.]] - 19??(???)-19??(???) - Licences: 2LR Sydney (Milsons Point, 1928; McMahons Point, 1929) - Qualifications: cc; AOCP 267, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ROWLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert George Rowland|Rowland, Robert George]] [https://www.familysearch.org/tree/person/details/KH14-G2J] - 1902(Vic)-1996(Vic) - Licences: 3GR Ballarat (1930-1939, 1946-1980+) - Qualifications: AOCP 657, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grocer (Grovedale, 1924); storekeeper (Majorca, 1925-1927; Ballarat, 1931); radio dealer (Ballarat, 1936-1980) - Don't Confuse: 3ZGG/3AFS Robert George Rowlands ===''ROWLATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Rowlatt|Rowlatt, Thomas William]] [https://www.familysearch.org/tree/person/details/GCMJ-HZT] - 1892(Qld)-1978(Qld) - Licences: Receive (Crystal) Brisbane (South Brisbane, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: fitter (Kangaroo Point, Qld, 1915-1921); engineer (Kangaroo Point, Qld, 1925-1937); mechanical engineer (Kangaroo Point, Qld, 1943-1968); retired (Chermside, Qld, 1972-1977) ===''ROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Roy|Roy, A. J.]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 577, 1930, No. ?? in Vic - amateur operator?; amateur broadcaster? - Electoral Rolls: Nil yet identified - Individual not yet identified (115 Skene St, Warrnambool, Vic - 1930) ===''ROYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Arthur Kirkcaldy Royle|Royle, William Arthur Kirkcaldy]] [https://www.familysearch.org/tree/person/details/GZ13-BBQ] - 1909(NSW)-1965(NSW) - Licences: 2WA Sydney (Edgecliff, 1927-1928); 2AWK Sydney (Darling Point, 1946-1950; Sandringham, 1961) - Qualifications: AOCP 318, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: underwriter (Edgecliff, 1936-1954); agent (Sandringham, 1958) ===''RUBAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Peter Ruban|Ruban, John Peter]] [https://www.familysearch.org/tree/person/details/G8CM-DMS] - 1925(???)-2015(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: radio technician (Footscray North, 1963-1968); technician (Maidstone, Vic, 1972-1980) ===''RUMBOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Rumbold|Rumbold, George Henry]] [https://www.familysearch.org/tree/person/details/9VKD-BSQ] - 1907(Vic)-1977(Vic) - Licences: 3GR Bendigo (1927) - Qualifications: AOCP 349, 1927, No. ?? in Vic - amateur operator - Electoral Rolls: carpenter (Bendigo, 1928); insurance agent (Kyneton, 1931; Shepparton, 1931; Bendigo, 1936-1937); assistant superintendent (Bendigo, 1942-1954); cabinet maker (Bendigo, 1963-1972) ===''RUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Ruse|Ruse, Thomas William]] [https://www.familysearch.org/tree/person/details/KZMB-QWY] - 1891(Vic)-1987(WA)95yo - Licences: 6WK Perth (Perth City, 1930-1931; Osborne Park, 1933-1969) - Qualifications: cc; AOCP 627, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: baker (Osborne Park, 1916-1972); retired (Bunbury, 1977-1980) ===''RUSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Cooper Russell|Russell, Albert Cooper "Bert"]] [https://www.familysearch.org/tree/person/details/GFQ9-BQV] - 1916(WA)-1995(NSW) - Licences: 6AR Albany (1936-1937); 6AR Northam (1938-1939) - Qualifications: cc; AOCP 1670, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937); mechanic (New Town, Tas, 1943-1949); engineer (Sandringham, Vic, 1954; Sans Souci, NSW, 1958; Double Bay, NSW, 1963; Kensington, NSW, 1968-1980) ===''RYAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Ryan|Ryan, Albert John "Jack"]] [https://www.familysearch.org/tree/person/details/GZWH-V6X] - 1897(Vic)-1984(NSW) - Licences: 2LE Canberra (Kingston, 1930-1933); 2YN Canberra (Kingston, 1933-1939) - Qualifications: CPRT 489, 1919; AOLCP 80, 1932; no record of AOCP - amateur operator; amateur broadcaster; WW1; WW2; broadcast engineer; PMGD (junior mechanic NSW, 1917; clerk, 1919); founder of 2CA Canberra commercial - Electoral Rolls: - several contemporaneous AJR's * [[/George Edward Ryan|Ryan, George Edward]] [https://www.familysearch.org/tree/person/details/G8CM-RCC] - 1910(Qld)-1987(Qld) - Licences: 4RG Brisbane (South Brisbane, 1936-1939; Dutton Park, 1946-1954) - Qualifications: cc; AOCP 1633, 1936, Qld - amateur operator; amateur broadcaster; telephone mechanic (PMGD) - Comment: several contemporaneous GERs - Electoral Rolls: motor mechanic (South Brisbane, Qld, 1937); telephone mechanic (South Brisbane, Qld, 1943-1954); PMG Instructor (St Lucia, Qld, 1958); instructor (Taringa, Qld, 1963-1980) ===''RYMILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Campbell Rymill|Rymill, Arthur Campbell]] [https://www.familysearch.org/tree/person/details/LXVS-CTB] - 1907(SA)-1989(SA) - Licences: Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Riddoch Rymill|Rymill, Robert Riddoch]] [https://www.familysearch.org/tree/person/details/LV5N-YC9] - 1904(SA)-1990(SA) - Licences: V753 Receive Melbourne (Toorak, 1922); 3GX Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: ethnologist (South Yarra, 1931) - Links: [https://vwma.org.au/explore/people/535352 WW2] =='''S'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''SAAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Saar|Saar, Alexander]] [https://www.familysearch.org/tree/person/details/GZ52-N3K] - 1889(???)-1956(WA) - Licences: 6CZ Receive Perth (West Perth, 1923); 6CZ Northam (1923-1925); 6KM Eucla (1926-1927); 6KM Geraldton (1933); 6KM Perth (Maylands, 1937-1939) - Qualifications: cc; AOCP 264, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telegraph lineman (North Perth, WA, 1915); postal electrician (Northam, WA, 1917); mechanic (Bunbury, WA, 1916-1917; Balkatta, WA, 1922; Eucla, WA, 1925-1926; North Perth, WA, 1928; Maylands, WA, 1931); postal electrician (Maylands, WA, 1936-1954) ===''SAGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Noel Sagar|Sagar, Eric Noel]] [https://www.familysearch.org/tree/person/details/GDKS-4J9] - 1896(SA)-1976(NSW) - Licences: 5CM Receive Adelaide (Largs Bay, 1923); Receive Adelaide (Largs Bay, 1923); 5CM Adelaide (Largs Bay, 1924-1926); 4ES Brisbane (Greenslopes, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Halcyon: Not mentioned - Electoral Rolls: manager (Greenslopes, Qld, 1932); engineer (Darlinghurst, 1943-1949); orchardist (Kincumber, NSW, 1949-1958) ===''SAINSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Henry Sainsbury|Sainsbury, Rupert Henry]] [https://www.familysearch.org/tree/person/details/L28X-5H3] - 1896(NSW)-1974(NSW) - Licences: 2YJ Sydney (Concord, 1924-1936); 4YJ Brisbane (Clayfield, 1937-1939); 2YJ Sydney (Concord, 1946-1954; Epping, 1955-1975) - Qualifications: cc; AOCP 54, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: clerk (Concord, 1930); traveller (Hendra, 1936-1937); soldier (Norman Park, 1943); executive (Concord West, 1949-1954); commercial traveller (Epping, 1958-1968) ===''SAINTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Melville Sainty|Sainty, Clifford Melville]] [https://www.familysearch.org/tree/person/details/GZ61-1GZ] - 1907(NSW)-1987(SA) - 2MS Warrawee (1925-1926), amateur operator (AOCP 88, 1925, No. ?? in NSW), amateur broadcaster, likely related to XAH S. J. Sainty ===''SALAMY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Salamy|Salamy, Edward]] [https://www.familysearch.org/tree/person/details/GZHH-VWR] - 1904(Vic)-1977(Vic) - Licences: 3AJ Receive Warrnambool (1922-1923); 3AJ Warrnambool (1924-1933); 3PS Warrnambool (1948-1975) - Qualifications: cc; AOCP 35, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: jeweller (Warrnambool, 1924-1977) ===''SAMPHIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Luke Samphier|Samphier, Richard Luke]] [https://www.familysearch.org/tree/person/details/L58L-DPC] - 1914(WA)-1980(WA) - Licences: 6YZ Perth (City, 1936-1937; Victoria Park, 1938-1939; Carlisle, 1947-1955; Mt Lawley, 1956-1975+) - Qualifications: cc; AOCP 1717, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: blind school worker (North Perth, WA, 1936; Leederville, WA, 1943); Blind School employee (Carlisle, WA, 1949-1954; Mt Lawley, WA, 1958) ===''SAMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Sampson|Sampson, Thomas Walter]] [https://www.familysearch.org/tree/person/details/GFWX-3TB] - 1894(NSW)-1954(WA) - Licences: XYAF Boulder (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: electrician (Boulder, WA, 1916-1922); electrical engineer (Claremont, WA, 1925-1954) ===''SANDEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Sandel|Sandel, Otto]] [https://www.familysearch.org/tree/person/details/GW4J-54J] - 1905(Qld)-1999(NSW) - 2UW Sydney (Manly, 1923; Kensington, 1923-1924; Northbridge, 1924-1925; Bellevue Hill, 1926-1927); 2HH Sydney (Woollahra, 1936-1939, 1946-1969; Bondi, 1975) - Qualifications: cc; AOLCP 270, 1935, NSW - amateur operator; amateur broadcaster; founder B class 2UW Sydney & 2UX Wagga Wagga - don't confuse Charles Albert Sandell of AAE fame - Electoral Rolls: radio dealer (Woolahra, 1930-1931); engineer (Bondi, 1933; Edgecliff, 1936-1937; Bondi Junction, 1943-1954; Bondi Beach, 1958-1980) ===''SANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Albert Sandell|Sandell, Charles Albert]] - 1886(Eng)-1980(WA) - early wireless experimenter, Sydney, 1911, amateur operator (AOCP ??, 19??, No. ?? in ???), participant in the Australasian Antarctic Expedition, amateur broadcaster, military (WW1), don't confuse Otto Sandel of 2UW fame ===''SANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Sander|Sander, John Henry "Jack"]] [https://www.familysearch.org/tree/person/details/K6WF-H23] - 1906(WA)-1955(WA) - Licences: 6MS Geraldton (1935-1937); 6MS Perth (Cannington, 1938-1939, 1947-1956) - Qualifications: cc; AOCP 1435, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wheelwright (Geraldton, WA, 1930); electrician (Geraldton, WA, 1931-1937); telephone mechanic (South Perth, WA, 1937; Cannington, WA, 1943-1954) ===''SANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas George Sanderson|Sanderson, Douglas George]] [https://www.familysearch.org/tree/person/details/9WZJ-2K3] - 1924(Qld)-1994(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcast engineer (PMGD); historian (broadcast); federal public servant (PMGD) - Electoral Rolls: PMG technician (Torwood, Qld, 1949-1954); technician (Ashgrove, Qld, 1958-1968); engineer (Chermside, Qld, 1972; Windsor, Qld, 1977-1980) ===''SANDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Keith Sandham|Sandham, James Keith "Keith"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''SAUNDERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lewis Saunders|Saunders, Alfred Lewis]] [https://www.familysearch.org/tree/person/details/GZLR-FMS] - 1909(SA)-2003(???) - Licences: Receive Adelaide (Hyde Park, 1923-1924); 5BX Adelaide (Glenelg, 1925-1939, 1946-1955; Plympton, 1956-1980+) - Qualifications: cc; AOCP 223, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Glenelg, 1939-1943) ===''SAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Saw|Saw, Frederick William]] [https://www.familysearch.org/tree/person/details/G9S9-JN3] - 1884(WA)-1957(WA) - Licences: 6DA Perth (Armadale, 1923-1926; Victoria Park, 1927); 6DA Albany (1930-1931); 6DA Perth (Wanneroo, 1933; North Perth, 1937-1939); 6DA Northam (1946-1948) - Qualifications: cc; AOCP 174, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storekeeper (Armadale, 1909); electrician (Beverley, 1916-1917; Armadale, 1921-1925; Albany, 1928-1931; Balkatta, 1936; Leederville, 1937; Kalgoorlie, 1937-1943); mechanic (North Perth, 1949); retired (Triggs Island, 1954) * [[/Malcolm Henry Saw|Saw, Malcolm Henry ]] [https://www.familysearch.org/tree/person/details/LVCY-H9M] - 1921(WA)-1997(WA) - 6SM Perth (Doubleview, 1960-1980+), amateur operator (AOCP 3674, 1958, No. ?? in WA), WW2, engineer (Doubleview, 1972) ===''SAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Sawford|Sawford, Leonard Francis]] [https://www.familysearch.org/tree/person/details/LF7J-2XK] - 1908(SA)-1968(SA) - Licences: 5DH Receive Adelaide (Port Adelaide, 1923); Receive Adelaide (Port Adelaide, 1923); 5LF Adelaide (Peterhead, 1925-1928; West Croydon, 1931; Largs, 1937-1939); 5YF Adelaide (Glen Osmond, 1948-1965) - Qualifications: cc; AOCP 173, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; agent (Largs, 1939) - Electoral Rolls: agent (Largs, SA, 1939-1941) ===''SCANLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Scanlon|Scanlon, William Lawrence]] [https://www.familysearch.org/tree/person/details/GDKG-3XR] - 1901(Tas)-1971(NSW) - Licences: Receive Hobart (West Hobart, 1921-1923); 7AL Hobart (West Hobart, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; sales (Medhursts, Hobart to 1924, Launceston from 1924) - Electoral Rolls: Nil yet identified ===''SCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harley Irwin Schell|Schell, Harley Irwin]] [https://www.familysearch.org/tree/person/details/GD57-PV8] - 1907(Tas)-1996(Tas) - Licences: 7AW Receive West Burnie (1922); Receive West Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: mechanic (Kelso, 1936-1972) ===''SCHLEICHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Schleicher|Schleicher, Keith]] [https://www.familysearch.org/tree/person/details/G3D4-5RS] - 1918(Qld)-1997(Qld) - 4KS Brisbane (Toowong, 1938-1939, 1946-1947; Alderley, -1950+; Aspley, McDowall, -1980+) - amateur operator (AOCP 2144, 1938, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), radio employee (Tracksons, manager service), business proprietor (Blue & White Cabs comms) ===''SCHMIDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Frederick Schmidt|Schmidt, Ronald Frederick]] [https://www.familysearch.org/tree/person/details/G88P-1B9] - 1913(Vic)-1990(Vic) - Licences: 3LY Trafalgar (1930); 3LY Moe (1931); 3LY Sale (1933-1939, 1946-1948); 3LY Melbourne (Camberwell, 1954-1980+) - Qualifications: AOCP 567, 1930, No. ?? in Vic; AOLCP 69, 1932; 1COCP 72, 1936; TVOCP 75, 1957 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: wireless operator (Sale, 1934-1937); radio technician (Sale, 1949-1954); technician (Camberwell, 1954-1980) ===''SCHNITZERLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Joseph Schnitzerling|Schnitzerling, Leonard Francis Joseph]] [https://www.familysearch.org/tree/person/details/G885-W43] - 1907(Qld)-1969(Qld) - Licences: 4CK Warwick (1938-1939, 1946-1969) - Qualifications: cc; AOCP 2099, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, 1928-1968) ===''SCHOFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Schofield|Schofield, William]] [https://www.familysearch.org/tree/person/details/GXB3-69N] - 1874(Eng)-1971(WA)97yo - Licences: 6WS Perth (Peppermint Grove, 1935-1939, 1947-1969) - Qualifications: cc; AOCP 1463, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: manager (Peppermint Grove, WA, 1919); broker (Peppermint Grove, WA, 1922-1968) ===''SCHOLZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hans Scholz|Scholz, Hans "Harold" / "Harry" / "Tibby"]] [https://www.familysearch.org/tree/person/details/G64P-CV3] - 19??(???)-1970(Qld) - Licences: 4HR Brisbane (Coorparoo, 1931); 4HR Nambour (1933); 4HR Brisbane (Coorparoo, 1937); 4HR Gladstone (1937-1939); 4HR Brisbane (Morningside, 1946-1969) - Qualifications: cc; AOCP 784, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ; South Brisbane RC; Brisbane DX Club); broadcast technician (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, 1937); mechanic (Dalby, 1943); not stated (Morningside, 1949-1968) ===''SCHULTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Nelson Schultz|Schultz, Leonard Nelson "Len"]] [https://www.familysearch.org/tree/person/details/GZJY-QBF] - 1906(NSW)-1980(NSW) - Licences: 2LO Sydney (Lane Cove, 1922); 2LO Sydney (Lane Cove, 1923-1930); 2ANM Sydney (Mosman, 1947-1980) - Qualifications: cc; AOCP 171, 1925, No. ?? in NSW; AOLCP 45, 1931; 3AIR 176, 1942 - amateur operator; amateur broadcaster; broadcast engineer (co-designed 2GB, 1926; involved 2CA, 4BH, 2MW, 5DN); professional associations (IRE: foundation member, vice-president, president); aviator (Royal Aero Club NSW, committee) - Electoral Rolls: broadcasting engineer (Mosman, 1935-1937); engineer (Mosman, 1949-1977) ===''SCHULTZE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Ludwig Schultze|Schultze, John Edwin Ludwig]] [https://www.familysearch.org/tree/person/details/GQTB-9FL] - 1906(Vic)-1969(Vic) - 3QO Receive Melbourne (Glenferrie, 1923-1924), 3JS Melbourne (Glenferrie, 1925-1933; Hawthorn, 1937-1939), amateur operator (AOCP 163, 1925, No. ?? in Vic), amateur broadcaster, motor mechanic (Hawthorn, 1934) ===''SCOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil John Scott|Scott, Alfred Cecil John "Cecil", "Cec", "Scottie"]] [https://www.familysearch.org/tree/person/details/M12J-9YK] - 1888(Tas)-1954(Tas) - Licences: Receive (Crystal) Launceston (1923); 7CS Launceston (1925-1931); 7CS Hobart (Lindisfarne, 1933; Sandy Bay, 1937-1939) - Qualifications: cc; AOCP 56, 1925, No. ?? in Tas - amateur receiver; amateur operator; amateur broadcaster - Comment: well-known for comic QSL cards - Electoral Rolls: bench clerk (Nelson, 1936; Hobart South, 1943-1954) * [[/Ernest Kilburn Scott|Scott, Ernest Kilburn]] [https://www.familysearch.org/tree/person/details/LBDW-TBR] - 1868(Eng)-1941(Eng) - Came to Sydney in 1905 to organise electrical engineering department of University of Sydney, likely early wireless experimenter, promoted need for wireless telegraphy for Australia, returned to England ca 1910 - [https://www.gracesguide.co.uk/Ernest_Kilburn_Scott Graces Guide - Ernest Kilburn Scott] * [[/Francis Ladner Scott|Scott, Francis Ladner]] [https://www.familysearch.org/tree/person/details/GXHK-DTF] - 1899(Eng)-1953(Qld) - Licences: 4BO Thursday Island (1933); 2UH Sydney (Randwick, 1934-1936; Naremburn, 1937-1938; La Perouse, 1939 - Qualifications: cc; CPRT 419, 1918; 2COCP 360, 1931; 1COCP 33, 1934 - amateur operator; amateur broadcaster; coastal wireless operator; military (UK Merchant Navy post WW1) - Electoral Rolls: wireless operator (Nundah, Qld, 1921-1925); radio telegraphist (Pinkenba, Qld, 1929; Thursday Island, Qld, 1931; Randwick, NSW, 1935; Waverton, NSW, 1943; Wyndham, WA, 1943; Rockhampton, Qld, 1949) * [[/George Archibald Scott|Scott, George Archibald "Scotty"]] [https://www.familysearch.org/tree/person/details/G682-TGN] - 1882(Eng)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 607, 1921; 1COCP 181, 1931 - RANRS (commissioned telegraphist, 1917); PMGD (radio inspector, WA); witness to Royal Commission 1927 (as radio inspector, WA) - Electoral Rolls: engineer (Rockhampton, 1913-1914; Hendra, 1915-1917); radio inspector (Fremantle, 1925-1937) - Links: [http://nla.gov.au/nla.news-article84253651 Bio] * [[/Herbert Godfrey Scott|Scott, Herbert Godfrey "Herb"]] [https://www.familysearch.org/tree/person/details/G8MJ-JFJ] - 1902(Qld)-1968(Qld) - Licences: 4HS Toowoomba (1931-1937); 4HS Brisbane (Albion, 1938-1939; 1946-1965) - Qualifications: cc; AOCP 750, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Railways) - Electoral Rolls: clerk (Toowoomba, 1925-1936; Albion, 1943-1968) * [[/Jack Bartlett Scott|Scott, Jack Bartlett]] [https://www.familysearch.org/tree/person/details/G8VX-FLR] - 1909(NSW)-1988(NSW) - Licences: 2NR Sydney (Epping, 1930-1934); 2AJX Sydney (Cheltenham, 1938-1939; Epping, 1946-1950) - Qualifications: AOCP 685, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Epping, 1933-1935); engineer (Epping, 1949; Wahroonga, 1954-1968); retired (Carlingford, 1977-1980) * [[/Robert Ochiltree Scott|Scott, Robert Ochiltree]] [https://www.familysearch.org/tree/person/details/G8H4-5SX] - 1898(Vic)-1960(Vic) - Licences: 2RS Gundagai (1929-1931); 2RS Balranald (1933); 3OS Scotsburn (1937-1939); 3OS Melbourne (St Kilda, 1956-1960) - Qualifications: AOCP 476, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: grazier (Ballarat, 1920-1924); farmer (Murrayville, 1925-1927; Gundagai, 1930); mechanic (South Yarra, 1943; Melbourne, 1949) * [[/Robert Townley Scott|Scott, Robert Townley]] [https://www.familysearch.org/tree/person/details/G7YC-MBK] - 1841(Eng)-1922(Qld) - senior state public servant (secretary, Qld Post & Telegraph Dept), senior federal public servant (secretary, Postmaster-General's Department) * [[/W. F. Scott|Scott, W. F.]] - 18??(???)-19??(???) - Licences: 4?? Brisbane (West End) - Qualifications: cc; AOCP 334, 1927, No. 37 in Qld - amateur operator; amateur broadcaster - Comment: likely father of H. S. Scott who was reported youngest ever to pass AOCP at age 16 - Electoral Rolls: Nil yet identified * [[/Walter Henry Scott|Scott, Walter Henry]] [https://www.familysearch.org/tree/person/details/G76Z-11G] - 1904(Eng)-1987(SA) - Licences: Receive Adelaide (Glenelg, 1923); 5HS Clare (1937-1939) - Qualifications: cc; AOCP 1888, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Clare, SA, 1939); telephone mechanic (Glenelg, SA, 1941-1943) ===''SEBIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Dudley Sebire|Sebire, Leon Dudley "Leo"]] [https://www.familysearch.org/tree/person/details/G8V2-QX5] - 1932(Vic)-2006(Vic) - Licences: 3CF Melbourne (Wandin North, 1956-1960) - Qualifications: 2COCP 1319, 1955; 1COCP 1786, 1955 - amateur operator, amateur broadcaster, director Telstra Broadcasting Branch - Electoral Rolls: radio mechanic (Wandin Yallock, 1954); engineer (Mordialloc, 1963-1980) - Relationships: son of 3MX Percival John Sebire - Awards: Member Order of Australia "For service to communications, particularly broadcasting" (1991) * [[/Percival John Sebire|Sebire, Percival John "Percy"]] [https://www.familysearch.org/tree/person/details/LCFD-Z2R] - 1904(Vic)-1994(Vic) - Licences: 3MX Melbourne (Moorabbin, 1930-1939, 1946-1980+) - Qualifications: AOCP 692, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elsternwick, 1926; Bentleigh, 1928-1936; Cheltenham, 1949; Moorabbin, 1954-1980) - Relationships: father of 3CF Leon Dudley Sebire ===''SEBLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Sebley|Sebley, William John]] [https://www.familysearch.org/tree/person/details/G649-7VL] - 1894(Qld)-1980(Qld) - Licences: 4WS Ipswich (1931-1939, 1946-1948); Southport (1954-1965) - Qualifications: cc; AOCP 736, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Ipswich, 1915; North Ipswich, 1919-1949; Southport, 1954-1968); ===''SECCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Louis Mervyn Seccombe|Seccombe, Louis Mervyn]] [https://www.familysearch.org/tree/person/details/G8PW-XWM] - 1895(Tas)-1970(NSW) - Licences: 3KT Receive Melbourne (Ascot Vale, 1922-1923); 3KT Melbourne (East Kew, 1924; Ascot Vale, 1924-1925; Hawksburn, 1926; East Malvern, 1927); 2KT Sydney (Rockdale, 1928-1939) - Qualifications: cc; 1COCP 396, 1940 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: salesman (Ascot Vale, Vic, 1919); commercial traveller (Ascot Vale, Vic, 1924); radio engineer (Rockdale, NSW, 1930-1937); wireless operator (Longreach, Qld, 1943); communications officer (Hurstville, 1949-1963); - Comment: Surname sometimes misspelled Secombe ===''SELBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Selby|Selby, George William]] [https://www.familysearch.org/tree/person/details/LCTW-BMT] - 1858(Vic)-1949(Vic) - early wireless and X-ray experimenter ===''SELF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Self|Self, Thomas Edward]] - 1854(???)-19??(???) - b. 7 Jan 1854, Early Tasmanian wireless experimenter, demonstration before Royal Society 1898, beware another Thomas Edward Self (b. 9 Oct 1853) in Hobart at the same time ===''SELFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Giles Turner Selfe|Selfe, Harry Giles Turner]] [https://www.familysearch.org/tree/person/details/K24M-5XB] - 1894(NSW)-1942(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 157, 1915; 1COCP 51, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2; RANVR (commissioned telegraphist, 1942) - Electoral Rolls: radio telegraphist (Geraldton, WA, 1918; Broome, WA, 1922; Leichhardt, NSW, 1933; Darling Harbour, NSW, 1934-1937) ===''SELLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Sellenger|Sellenger, David Charles]] [https://www.familysearch.org/tree/person/details/G8VT-5GJ] - 1902(NSW)-1966(NSW) - Licences: 2DC Sydney (Hurstville, 1930-1965) - Qualifications: AOCP 700, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Hurstville, 1930-1963) ===''SELLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Sellick|Sellick, Edward]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''SELMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold George Selman|Selman, Harold George]] [https://www.familysearch.org/tree/person/details/LRM4-3S8] - 1907(Vic)-1985(Vic) - 3GN Geelong (1925), 3GN Chilwell (1926), 3GN Geelong (1927), 3GN Melbourne (West Coburg, 1931), 3GN Geelong (1933), 3CM Geelong (1948-1980+), amateur operator (AOCP 164, 1925, No. ?? in Vic), amateur broadcaster, radio dealer (Geelong, 1954) ===''SEMMENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Segbert Cornwall Semmens|Semmens, George Segbert Cornwall]] [https://www.familysearch.org/tree/person/details/G744-HQ5] - 1901(Vic)-1977(Vic) - Licences: XJCY Melbourne (East St Kilda, 1913-1914); V756 Receive (1922); 3GZ Receive Buln Buln East (1922); 3GS Laver's Hill (1925-1926); 3GS Queenstown (1927); 3GS Moreland (1931); 3GS Foxhow (1933); Melbourne (Essendon (1937-1939); Glen Iris (1946-1960); Clematis, 1965-1975); 3AEN Melbourne (Clematis, 1954-1960) - Qualifications: cc; AOCP 216, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: teacher (Coburg, 1928; Preston, 1931; Essendon, 1936); res. chemist (Glen Iris, 1943-1963); technical adviser (Clematis, 1968-1977) ===''SERLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric Serle|Serle, Cedric]] [https://www.familysearch.org/tree/person/details/LZT2-SC8] - 1910(Vic)-1972(Vic) - Licences: 3RX Melbourne (Canterbury, 1928-1933; Toorak, 1938-1939; Elwood, 1946-1947); 3ARX Melbourne (Windsor, 1948-1956; Caulfield, 1960-1965) - Qualifications: AOCP 443, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Camberwell North, 1931-1934; Kew, 1936; Toorak, 1937; St Kilda, 1942; Prahran, 1949; Caulfield South, 1963-1972) ===''SEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Percy Lambert Holt Sewell|Sewell, Percy Lambert Holt]] [https://www.familysearch.org/tree/person/details/GDM1-YB1] - 1900(NSW)-1949(NSW) - Licences: 2CJ Receive Sydney (Paddington, 1922); 2CJ Sydney (Paddington, 1922-1925; Darlinghurst, 1925-1926) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Fire Station, Mittagong, 1930-1935; Mittagong, 1936-1937; Kempsey, 1943); installation inspector (Queanbeyan, 1949) ===''SEYLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Jakob Seyler|Seyler, Albert Jakob or Jacob]] [https://www.familysearch.org/tree/person/details/G8NL-F5N] - 1913(Ger)-1977(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - WW2 (Luftwaffe); radar engineer; television researcher; PMGD Research Laboratories (Assistant Director General) - Electoral Rolls: engineer (Mt Waverley, 1963; Burwood, 1968); PMG (Croydon, 1972); assistant director (Emerald, 1977) - [https://adb.anu.edu.au/biography/seyler-albert-jakob-11660 ADB] ===''SHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Henry Shannon|Shannon, Francis Henry "Frank"]] - 1910(Qld)-1991(Qld) - 4SN Allora (1938-1939), Tamborine (1946-1947), Minden (1948-1956), Ipswich (1960-191975), Toowoomba (1980+), amateur operator (AOCP 2145, 1938, No. ?? in Qld), amateur broadcaster , radio clubs (Wooloowin RC, WIA, Qld Listeners' League), journalist (AR, VK4 Notes), occupation (school teacher) ===''SHARLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Sharland|Sharland, Arthur Henry "Chilla"]] [https://www.familysearch.org/tree/person/details/GZZD-ZKS] - 1909(Qld)-1983(Qld) - Licences: 4SD Brisbane (Boondall, 1936-1939, 1946-1948; Ekibin, 1954); 4SD Cloncurry (1955); 4SD Brisbane (Wynnum North, 1956); 4SD Rockhampton (1960); 4SD Yeppoon (1965-1980+) - Qualifications: cc; AOCP 1807, 1936, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless operator); federal public servant (DCA) - Electoral Rolls: labourer (Boondall, Qld, 1937-1943); Commonwealth officer (Wynnum North, Qld, 1954); communications officer (Rockhampton, Qld, 1958-1963; Yeppoon, Qld, 1968-1977); retired (Causeway via Yeppoon, Qld, 1980) ===''SHARP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John James Charles Sharp|Sharp, John James Charles]] [https://www.familysearch.org/tree/person/details/GZBZ-TZV] - 1897(Vic)-1974(Vic) - Licences: 3KA Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 591, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Prahran Gardens, 1919-1924; Caulfield, 1928-1972) ===''SHARPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Victor Sharpe|Sharpe, Frank Victor]] [https://www.familysearch.org/tree/person/details/GMD2-GVZ] - 1904(Qld)-1988(Qld) - Licences: 4AZ Brisbane (Wooloowin, 1924-1929; Ashgrove, 1930-1937; Redcliffe, 1938-1939); 4ZFS Brisbane (Clayfield, 1975); 4FV Brisbane (Clayfield, 1980) - Qualifications: cc; AOCP 20, 1924, No. 4 in Qld; AOCP Q112, 1975 - amateur operator; amateur broadcaster; WW2; radio club (RSQ, WIAQ); military (AMF) - Awards: C.M.G.; O.B.E. - Electoral Rolls: merchant (Wooloowin, 1925-1929); director (Ashgrove, 1934-1937); soldier (Ashgrove, 1943); machinist (likely typo for merchant) (Clayfield, 1949); merchant (Clayfield, 1954-1980) ===''SHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Shaw|Shaw, Archibald John]] [https://www.familysearch.org/tree/person/details/G8K2-ZDZ] - 1872(NSW)-1916(Vic) - XPO King Island (1911); X?? Sydney (Randwick), early wireless experimenter, proprietor Maritime Wireless Telegraph Co of Australasia (1910+) with Edward Hope Kirkby, technical specialist - [https://adb.anu.edu.au/biography/shaw-archibald-john-8404 ADB] [http://messui.polygonal-moogle.com/valves/NW199003.pdf EA] * [[/J. G. Shaw|Shaw, J. G.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (Chelmer, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Raymond Herbert Preston Shaw|Shaw, Raymond Herbert Preston]] [https://www.familysearch.org/tree/person/details/GD3J-J31] - 1901(Eng)-1996(NSW) - Licences: 2LY Receive Sydney (Bondi, 1922-1923); 2LY Sydney (Woolahra, 1924-1929; South Kensington, 1930) - Qualifications: cc; CPRT 664, 1921 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kensington, 1930-1931; Vaucluse, 1932-1980) * [[/Sidney Alexander Shaw|Shaw, Sidney Alexander]] [https://www.familysearch.org/tree/person/details/KFJY-4NH] - 1882(Eng)-1974(WA) - Licences: 6AI Perth (East Guildford, 1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: assistant station master (Woolgangee, WA, 1916-1917); railway officer (East Guildford, WA, 1925-1926); civil servant (Kalgoorlie, WA, 1930-1931); station master (Coolgardie, WA, 1936-1943); retired (East Fremantle, WA, 1949-1972) ===''SHAWSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Shawsmith|Shawsmith, Alan "Smithy" or Alan Shaw Smith]] [https://www.familysearch.org/tree/person/details/G37T-B3Y] - 1917(Qld)-2010(Qld) - Licences: 4SA Brisbane (Indooroopilly, 1935-1939); 4SS Brisbane (West End, -1952-2010) - Qualifications: cc; AOCP 1582, 1935, Qld - amateur operator; historian (amateur); journalist; broadcast engineer (ABC2); public servant (ABC2) - Relationships: Father of 4JSS Steven Shawsmith - Electoral Rolls: poultry farmer (Salisbury, Qld, 1943); radio mechanic (West End, Qld, 1949); builder (West End, Qld, 1954-1980) * [[/Steven Shawsmith|Shawsmith, Steven "Steve"]] - Licences: 4JSS Brisbane - Qualifications: (AOCP ???, 19??, No. ?? in Qld) - amateur operator - Relationships: Son of 4SA-4SS Alan Shawsmith - Electoral Rolls: ===''SHEARER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Anderson Shearer|Shearer, Gordon Anderson]] [https://www.familysearch.org/tree/person/details/LV5G-JW4] - 1907(Qld)-1984(Vic) - Licences: 4FU Receive Brisbane (Alderley, 1923-1924); 4GA Gayndah (1930); 4GA Mt Nebo (1931-1934); 4GA Cloncurry (Quamby, 1937-1939) - Qualifications: cc; AOCP 447, 1928, No. ?? in Qld; 2COCP 95, 1937 - amateur operator; amateur broadcaster; employment (school teacher); state public servant (Qld Dept Education); WW2 - Electoral Rolls: school teacher (Quamby, Qld, 1937; Westbrook, Qld, 1943); aeradio operator (Cloncurry, 1949); communications officer (Cloncurry, 1954); supervisor (Surrey Hills, 1963-1968); retired (Vermont, 1972-1980) ===''SHEARSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Leonard Shearstone|Shearstone, Vincent Leonard]] [https://www.familysearch.org/tree/person/details/G895-CYJ] - 1916(Eng)-1983(NSW) - Licences: Nil - Qualifications: BOCP 4, 1936 - WW2 - Electoral Rolls: radio technician (Albury, 1937); radio announcer (Goulburn, 1943); radio electrician (Goulburn, 1949-1980) ===''SHELDRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Cornwell Sheldrick|Sheldrick, Eric Cornwell "Shel"]] [https://www.familysearch.org/tree/person/details/GZ64-X2X] - 1903(Eng)-1966(Tas) - Licences: 7BH Receive Launceston (1923); 7BH Launceston (1924-1926); 7BT Launceston (1927); 7BM Launceston (1931-1939); 7DM Burnie (1948-1954); 7DN Stowport (1955-1960) - Qualifications: cc; AOCP 60, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: chemist's assistant (Launceston, 1928-1943) ===''SHENTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Hilton Shenton|Shenton, Maurice Hilton]] [https://www.familysearch.org/tree/person/details/G67C-Q1B] - 1903(Qld)-1940(Qld) - Licences: 4DC Receive Brisbane (Wynnum South, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: irrigation ganger (Bald Hills, 1925); assistant stream gauger (North Ipswich, 1928); public servant (Annerley, 1937) ===''SHEPARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arundel Elmore Shepard|Shepard, Arundel Elmore]] [https://www.familysearch.org/tree/person/details/G8QY-8HX] - 1910(SA)-2000(SA) - Licences: 5DC Adelaide (Norwood, 1928-1930; Kent Town, 1931-1933; Norwood, 1937-1939; Toorak East, 1946-1965; Heathpool, 1969-1980+) - Qualifications: cc; AOCP 393, 1928, No. ?? in SA; AOLCP 136, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SHEPHERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. A. Shepherd|Shepherd, H. A.]] - 18??(???)-19??(???) - Licences: XQD Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''SHERRIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Sherriff|Sherriff, Ernest George]] [https://www.familysearch.org/tree/person/details/K877-WTX] - 1904(Qld)-1964(Qld) - Licences: 4SU Brisbane (Fairfield, 1935-1937; Hawthorne, 1938-1939; Brisbane City, 1947-1960) - Qualifications: cc; AOCP 1464, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Brisbane South, Qld, 1928); instructor of printing (Fairfield, Qld, 1937; Hawthorne, Qld, 1943-1949) ===''SHIELDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Edward Shields|Shields, Arthur James Edward]] [https://www.familysearch.org/tree/person/details/LBCT-D5G] - 1894(Eng)-1948(Vic) - Licences: 3GP Melbourne (East Malvern, 1930-1939; North Balwyn, 1946-1948) - Qualifications: AOCP 690, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (East Melbourne, 1925-1927; Malvern East, 1928; Camberwell, 1931-1933); auditor (Malvern East, 1934-1936); retired (Ringwood, 1943) ===''SHOEMAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Shoemaker|Shoemaker, Harry]] [https://www.familysearch.org/tree/person/details/G828-7LL] - 1879(USA)-1932(USA) - American inventor and pioneer radio engineer, developer of Shoemaker wireless system, associated with Gehring companies, International Telegraph Construction Co (represented in Australia by John William Ormsby Hamilton, who promoted the Shoemaker system here), United Wireless Telegraph Co, Marconi Wireless Telegraph Co of America, Mallory companies - Links: [[w:Harry Shoemaker|Wikipedia]]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0026.pdf PIRE1]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0027.pdf PIRE2] ===''SHORING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Samuel Shoring|Shoring, Thomas Samuel]] [https://www.familysearch.org/tree/person/details/GXDD-NDG] - 1914(Qld)-2002(Qld) - Licences: 4SR Bundaberg (1937-1939; 4SR Brisbane (New Farm, 1947-1948) - Qualifications: cc; AOCP 1872, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Bundaberg, Qld, 1936-1937); salesman (Bundaberg, Qld, 1943); sound engineer (New Farm, Qld, 1954; Holland Park, Qld, 1963-1980) ===''SHORT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Alban Short|Short, Alfred Alban]] [https://www.familysearch.org/tree/person/details/GZTS-9QQ] - 1904(NSW)-1946(NT) - Licences: 2SH Newcastle (Lambton, 1926-1933) - Qualifications: AOCP 280, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Lambton, 1930-1943) * [[/Ormond Short|Short, Ormond]] [https://www.familysearch.org/tree/person/details/9VHH-SGM] - 1901(Vic)-1985(Vic) - Licences: 3SK Melbourne (St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1925-1926); electrical engineer (Armadale, 1928; Horsham, 1931-1972); engineer (Horsham, 1977) * [[/Walter Short|Short, Walter]] - 19??(???)-19??(???) - Licences: 2AJ Receive Sydney (Manly, 1922); 2AJ Sydney (Manly, 1923-1924; Kirribilli, 1924; Manly, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Note: several contemporaneous WSs, insufficient data to identify * [[/William Newton Short|Short, William Newton "Newt"]] [https://www.familysearch.org/tree/person/details/G97J-HMM] - 1897(NSW)-1967(NSW) - Licences: 2ARA Sydney (Auburn, 1948-1954; Beacon Hill, 1955-1958; Auburn, 1960-1961; Beacon Hill, 1965); 2AOW Sydney (Auburn, 1957-1958) - Qualifications: AOCP 2829, 1948, NSW - amateur operator, amateur broadcaster - Electoral Rolls: butcher (Ulmarra, 1930-1934); shopkeeper (Coraki, 1935-1936); munition worker (Mayfield, 1943); machinist (Auburn, 1949-1958); inspector (Beacon Hill, 1963) ===''SHORTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Charles Shortell|Shortell, Raymond Charles]] [https://www.familysearch.org/tree/person/details/LYMQ-4HQ] - 1904(Vic)-1991(Qld) - 3VB Receive Melbourne (East St Kilda, 1923-1924), 3RS Melbourne (St Kilda, 1925-1933), 3RS Shepparton (1937-1939), 3ARF Geelong West (1948-1954), 3ARF Melbourne (Croydon, 1955-1960; Hawthorn, 1965-1975), 4ARS Gold Coast (1980+), amateur operator (AOCP 77, 1925, No. ?? in Vic), amateur broadcaster ===''SHORTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eddy Wilbee Shorten|Shorten, Eddy Wilbee or Welbee or Wiebec "Ted"]] [https://www.familysearch.org/tree/person/details/MWN4-MZM] - 1899(Qld)-1980(Qld) - Licences: 4TS Brisbane (Paddington, 1932-1939) - Qualifications: cc; AOCP 908, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor) - Comment: Middle name variable; Birth Welbee; Marriage Wiebec; Death Wilbe; AOCP Wilbee - Electoral Rolls: ===''SHORTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Shortt|Shortt, Robert]] - 19??(???)-19??(???) - Licences: 4HF Camooweal (1933-1939); 5SR Tennant Creek (1947-1948); 5SR Adelaide (Glenunga, 1954; New Hindmarsh, 1955-1956) - Qualifications: cc; AOCP 1193, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SIBLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sibly|Sibly, Arthur]] [https://www.familysearch.org/tree/person/details/KC5R-MH6] - 1897(WA)-1976(NSW) - Licences: XYX Perth (North Perth, 1913-1914); 6AF Receive Perth (City, 1923); 6AF Perth (North Perth, 1923-1924; Inglewood, 1924); 2SB Sydney (Kirribilli, 1925-1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Relationships: father of 2ASY-3AUV Sydney Arthur Sibly; brother of Clifton Archibald Sibly - Electoral Rolls: insurance clerk (North Perth, 1919-1922); manager (Albion, Qld, 1936; Eagle Junction, Qld, 1937; Rose Bay, NSW, 1943-1958); retired (Rose Bay, 1963-1972) * [[/Clifton Archibald Sibly|Sibly, Clifton Archibald]] [https://www.familysearch.org/tree/person/details/K41R-3JQ] - 1894(SA)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 225, 1915 - likely early wireless experimenter with brother Arthur's licence - Relationships: brother of XYX-6AF-2SB Arthur Sibly; uncle of 2ASY-3AUV Sydney Arthur Sibly - Electoral Rolls: farrier (North Perth, 1915-1937) * [[/Sydney Arthur Sibly|Sibly, Sydney Arthur]] [https://www.familysearch.org/tree/person/details/GDKF-F7R] - 1926(NSW)-2001(Vic) - Licences: 2ASY Sydney (Rose Bay, 1954; Kingsgrove, 1957-1965); 3AUV Melbourne (Eltham, 1969) - Qualifications: cc; 2COCP 945, 1945; BOCP 1049, 1949 - amateur operator; amateur broadcaster - Relationships: son of XYX-6AF-2SB Arthur Sibly; nephew of Clifton Archibald Sibly - Electoral Rolls: communications officer (Kingsgrove, 1958-1963); clerk (Eltham, Vic, 1968-1977; Queanbeyan, 1980) ===''SIDEBOTTOM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lancelot Sidebottom|Sidebottom, Geoffrey Lancelot]] [https://www.familysearch.org/tree/person/details/GD5X-KGH] - 1902(Tas)-1964(Tas) - Licences: 7BB Receive Launceston (1922); Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of 7SK Maxwell Douglas Langford Sidebottom - Electoral Rolls: clerk (Launceston, 1928-1954) * [[/Maxwell Douglas Langford Sidebottom|Sidebottom, Maxwell Douglas Langford]] [https://www.familysearch.org/tree/person/details/GD5X-5QY] - 1922(Vic)-19??(???) - Licences: 7SK Hobart (Newtown, 1948); 7SK Howrah (1954-1980) - Qualifications: cc; AOCP 2830, 1948, Vic - amateur operator; WW2 - Relationships: son of 7BB Geoffrey Lancelot Sidebottom - Electoral Rolls: sound engineer (New Town, 1949); mechanic (Bateau Bay, NSW, 1980) ===''SIDEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Longfield Sidey|Sidey, Robert Longfield]] [https://www.familysearch.org/tree/person/details/LKSN-3P6] - 1874(NSW)-1951(NSW) - Licences: 2ZY Sydney (Lindfield, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of 2CB James Douglas Kay Sidey - Electoral Rolls: accountant (Lindfield, 1930-1949) * [[/James Douglas Kay Sidey|Sidey, James Douglas Kay or Douglas James Kay]] [https://www.familysearch.org/tree/person/details/LKSN-35P] - 1904(NSW)-1963(NSW) - Licences: 2CB Receive Sydney (Lindfield, 1922-1923); 2CB Sydney (Lindfield, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: son of 2ZY Robert Longfield Sidey - Electoral Rolls: grazier (Bethungra, 1943-1949); no occupation (Junee, 1954) ===''SIEVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ernest William Sievers|Sievers, Ernest William]] [https://www.familysearch.org/tree/person/details/KNJD-8MJ] - 1901(Qld)-1962(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 1165, 1933, Qld; 2COCP 9, 1934; 1COCP 38, 1935 - amateur operator? - Electoral Rolls: railway employee (Kelvin Grove, 1925); night officer (Oakey, 1930); railway night officer (Narangba, 1936-1937); radio telegraphist (Ascot, 1943; Clayfield, 1949-1958) * [[/William Frederick Sievers|Sievers, William Frederick]] [https://www.familysearch.org/tree/person/details/GZJN-NDS] - 1902(Vic)-1996(Vic) - Licences: 3CB Receive Melbourne (East Richmond, 1922-1923); 3CB Melbourne (East Richmond & South Yarra, 1924-1939, 1946-1960; Toorak, 1965-1980+) - Qualifications: cc; AOCP 165, 1925, Vic - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Richmond, 1931-1943); reader (South Yarra, 1949-1963); meter reader (Toorak, 1972-1980) ===''SIGAL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Louis Sigal|Sigal, Harold Louis]] [https://www.familysearch.org/tree/person/details/GZ4R-XFJ] - 1908(SA)-1939(NSW) - Licences: 2UK Sydney (Woollahra, 1926-1930) - Qualifications: AOCP 253, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Woollahra, 1930); engineer (Melbourne East, 1931); electrician (Auburn North, 1933; Centennial Park, 1934; Bondi, 1936-1937; West Perth, 1943; Woolowin, 1949; Bellevue Hill, 1954; Kensington, 1958); manager (Bondi, 1963); salesman (Bondi, 1968); retired (Vaulcuse, 1977-1980) ===''SIGMONT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Sigmont|Sigmont, Walter]] [https://www.familysearch.org/tree/person/details/GD58-221] - 1883(NSW)-1942(Vic) - Licences: 3AH Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: patent attorney (Auburn, Vic, 1917; Elsternwick, 1924-1937; Seaford, 1942); ===''SILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Clive Silby|Silby, Arthur Clive]] [https://www.familysearch.org/tree/person/details/G8B6-PSD] - 1894(SA)-19??(???) - Licences: 6AF Perth (North Perth, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 (Australian Wireless Squadron) [https://alh-research.tripod.com/Light_Horse/index.blog/1911865/australian-wireless-squadron-aif-embarkation-roll/] - Electoral Rolls: motor mechanic (Exeter, 1939-1943) ===''SILVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Leslie Silver|Silver, Frank Leslie]] [https://www.familysearch.org/tree/person/details/94HC-LTV] - 1904(Qld)-1987(Qld) - Licences: 4FL Brisbane (Morningside, 1938-1939, 1947-1980+) - Qualifications: cc; AOCP 2086, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Morningside, Qld, 1937-1943); radio mechanic (Morningside, Qld, 1949-1980) ===''SIMMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Simmonds|Simmonds, Arthur George]] [https://www.familysearch.org/tree/person/details/G8DL-234] - 1906(Eng)-1963(NSW) - Licences: 2GS Sydney (Arncliffe, 1930-1934); 2GS Murwillumbah (1935-1939); 4PG Bundaberg (1946-1948); 2APJ Sydney (Cronulla, 1954-1955; Caringbah, 1956-1961) - Qualifications: AOCP 590, 1930, No. ?? in NSW; BOCP 207, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Arncliffe, 1933); gardner (Arncliffe, 1935); radio engineer (Murwillumbah, 1935-1937); technician (4BU Kalkie, 1943-1949) * [[/Ernest John Simmonds|Simmonds, Ernest John]] - 19??(Eng)-19??(Eng) - G2OD Gerrard's Cross, Buckinghamshire, England, amateur operator, first to two way QSO Australia (Nov 1924, 3BQ) ===''SIMMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Trethowan Simmons|Simmons, Henry Trethowan]] [https://www.familysearch.org/tree/person/details/G4M3-BP4] - 1905(WA)-1985(WA) - Licences: 6KX Perth (Subiaco, 1925-1928; Mt Lawley, 1931-1933; Nedlands, 1937-1939, 1946-1948; West Perth, 1954-1955; Mt Pleasant, 1956-1980) - Qualifications: cc; AOCP 181, 1925, No. ?? in WA; CPRT 1121, 1928; 2COCP 295, 1930; 1COCP 257, 1932 - amateur operator, amateur broadcaster, broadcast engineer - Electoral Rolls: radio operator (Maylands, 1931), radio engineer (Nedlands, 1936; West Perth, 1949), engineer (Fremantle, 1958; Mt Pleasant, 1963-1980) * [[/Leonard Joseph Simmons|Simmons, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/GZBM-SKH] - 1907(Vic)-1987(Vic) - Licences: 3LJ Melbourne (Belgrave, 1926-1931; East Prahran, 1933); 3LJ Rheola (1937-1939); 3LV Trafalgar (1948); 3LV Cheltenham (1954-1980+) - Qualifications: AOCP 304, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Womerah, Yarram Yarram, 1928; Toolangi, Yea, 1931; Armadale, 1934-1936; Rheola, Bendigo, 1936-1937; Nanneela West, Bendigo, 1942; Cheltenham, 1949-1980) ===''SIMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Wilkinson Simms|Simms, Eric Wilkinson]] [https://www.familysearch.org/tree/person/details/G7XZ-9RN] - 1906(WA)-1998(Vic) - Licences: 3KS Melbourne (Malvern, 1927-1931; Caulfield, 1933) - Qualifications: AOCP 360, 1927, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Lieutenant) - Electoral Rolls: warehouseman (Malvern, 1931); buyer (Caulfield, 1934; Hawthorn, 1936-1937); manager (Malvern East, 1949-1980) ===''SIMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Robert Simpson|Simpson, Leslie Robert]] [https://www.familysearch.org/tree/person/details/GZD8-4VD] - 1901(WA)-1966(Vic) - 3SA Ararat (1925-1933), 3SA Melbourne (Windsor, 1947-1965), amateur operator (AOCP 44, 1925, No. ?? in Vic), amateur broadcaster, draper, salesman * [[/Harry Blythe Simpson|Simpson, Harry Blythe]] [https://www.familysearch.org/tree/person/details/GF93-CZ3] - 1920(???)-2013(WA) - Licences: 6HS Perth (Leederville, 1937-1939; Mt Lawley, 1947-1948; Nedlands, 1954-1969; Lesmurdie, 1975-1980+) - Qualifications: cc; AOCP 2060, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: traveller (Claremont, WA, 1949-1968); marketing manager (Lesmurdie, WA, 1972); manager (Lesmurdie, WA, 1977-1980) ===''SIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Sims|Sims, Eric Charles]] [https://www.familysearch.org/tree/person/details/G8MK-NXC] - 1907(WA)-1992(Vic) - Licences: Nil yet identified - Qualifications: cc; AOCP 344, 1927, No. 38 in Qld; 2COCP 16, 1934 - amateur operator; WW2 - Electoral Rolls: wireless mechanic (RAAF Point Cook, 1931-1934); QANTAS air pilot (Brisbane, 1936-1937); public servant (Box Hill, 1963) - Comment: several contemporaneous Eric Charles Sims, need to sort electoral rolls * [[/Ernest Leslie Arthur Sims|Sims, Ernest Leslie Arthur]] [https://www.familysearch.org/tree/person/details/LZ6H-6PF] - 1905(Vic)-1960(Vic) - Licences: 3ZA Melbourne (Preston, 1930-1933); 3ZA Apollo Bay (1937-1939, 1946-1947) - Qualifications: AOCP 622, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: carpenter (Preston, 1931; Apollo Bay, 1933-1937; Preston, 1942; Apollo Bay, 1949-1954) ===''SINGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Claude Paul Singleton|Singleton, Claude Paul]] [https://www.familysearch.org/tree/person/details/G4JR-4SV] - 1914(WA)-1990(Qld) - Licences: 4UX Theodore (1936-1939); 4UX Bundaberg (1946-1947); 4UX Stanthorpe (1948); 4UX Atherton (1954-1955); 4UX Malanda (1956); 4UX Ayr (1960); 4UX Childers (1965); 4UX St George (1969); 4UX Gracemere (1975); 4UX Dalby (1980) - Qualifications: cc; AOCP 1638, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; broadcast technician (4QW, 4QO, 4QW, 4RK, 4QS); federal public servant (PMGD); WW2 - Electoral Rolls: baker (Theodore, Qld, 1936-1937); radio mechanic (Stanthorpe, Qld, 1949); radio technician (Yungaburra, Qld, 1954); public servant (Gracemere, Qld, 1972) ===''SIRL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Charles Sirl|Sirl, Clarence William Charles]] [https://www.familysearch.org/tree/person/details/G89J-9LJ] - 1913(SA)-1981(WA) - Licences: 6XG Katanning (1938-1939; 1947-1969) - Qualifications: BOCP 3, 1936; AOCP 2132, 1938, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Katanning, 1937-1968) ===''SLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Irwin Slade|Slade, Charles Irwin]] [https://www.familysearch.org/tree/person/details/GDN1-G28] - 1921(???)-19??(???) - Licences: 3PZ Melbourne (Elwood, 1938-1939, 1947-1954) - Qualifications: cc; AOCP 2172, 1938, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (St Kilda, 1949-1954); medical practitioner (St Kilda, 1967-1968; Elwood, 1972-1980) * [[/Charles William Slade|Slade, Charles William]] [https://www.familysearch.org/tree/person/details/GH3R-28W] - 1893(Eng)-1962(NSW) - Licences: 2SX Sydney (Croydon, 1925-1939, 1946-1961 - Qualifications: cc; Nil yet identified; English PMG Certificate 1st class - amateur operator; amateur broadcaster; WW1 (RAN, 1909-1924); Wireless Weekly (technical editor, 1925-1928); Daily Telegraph (radio & technical editor, 1928-1929); Keogh Radio (engineer, 1929-1930); Croydon Radio (proprietor, 1930-1933+) - Electoral Rolls: radio engineer, R.A.N. (Croydon, 1943-1958) ===''SLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. F. Slater|Slater, J. F.]] - 19??(???)-19??(???) - Licences: Receive Sheffield (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Harold Ivan Slater|Slater, Harold Ivan]] [https://www.familysearch.org/tree/person/details/GDT3-7JP] - 1898(Tas)-1971(Qld) - Licences: Receive (Crystal) Kelso (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: pastoralist (Kelso, Tas, 1919); labourer (Maypole Hotel, New Town, Tas); no occupation (Middle Park, Vic, 1926); airman (Point Cook, Vic, 1927; Middle Park, 1931); traveller (Elsternwick, 1936-1968) ===''SLATTERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Slattery|Slattery, Joseph Patrick]] [https://www.familysearch.org/tree/person/details/G824-KHF] - 1866(Irl)-1931(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St John's College, Camperdown; St Vincent's, Ashfield, 1930) - Links: [[w:Joseph Patrick Slattery|Wikipedia]]; [https://adb.anu.edu.au/biography/slattery-joseph-patrick-8453 ADB] * [[/Joseph Samuel Francis Slattery|Slattery, Joseph Samuel Francis]] [https://www.familysearch.org/tree/person/details/GZVN-SSF] - 1894(NSW)-1988(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 50, 1915; CPRT 167, 1915; 2COCP 324, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Applecross, WA, 1916; Esperance, WA, 1916; RAN radio station, Geraldton, 1917); travelling salesman (Stanthorpe, 1928-1930); traveller (Tamworth, 1932-1933; Woollahra, NSW, 1933-1935); commercial traveller (New Farm, 1936; Hamilton, Qld, 1937; Fairfield, Qld, 1949; West Sydney, 1949-1954); radio officer (Mascot, NSW, 1958-1963); retired (Cremorne, NSW, 1968-1980) ===''SMART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Smart|Smart, Arthur]] [https://www.familysearch.org/tree/person/details/GXHD-TNH] - 1891(NZ)-1980(NZ) - Licences: 4SM Barcaldine (1936-1937); 4SM Paterson (1938-1939); 4SM Longreach (1946-1948); 4SM Cairns (Cairns City, 1954-1956; Freshwater, 1960-1975) - Qualifications: cc; AOCP 1625, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: boiler attendant (Dunevia Station, Blackhall, Qld, 1913); motor engineer (Aramac, Qld, 1916-1925; Barcaldine, 1928-1937); freeholder (Longreach, Qld, 1943); mechanic (Longreach, Qld, 1949); farmer (Cairns, Qld, 1954-1958); retired (Freshwater, Qld, 1963-1972; Cairns, Qld, 1977) ===''SMELLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ellis Henry Smellie|Smellie, Ellis Henry]] [https://www.familysearch.org/tree/person/details/GX7P-FDM] - 1893(Vic)-1991(Vic) - Licences: Nil yet identified - Qualifications: cc; 2COCP 218, 1930; 1COCP 240, 1931 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: radio telegraphist (Radio Station, Applecross, 1925; Geraldton, 1931; Broome, 1936); telegraphist (Caulfield, Vic, 1942-1949); radio officer (Caulfield, Vic, 1954; Blackburn, 1963-1980) ===''SMIBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Smibert|Smibert, George]] - 1840(Sct)-1899(Vic) - clubs (founding member Telegraph Electrical Society Vic), employment (Postal Department Vic, chief electrician), brother of James Smibert Deputy Postmaster-General Victoria * [[/George Smibert|Smibert, James]] - 1836(Sct)-1912(Vic) - employment (Postal Department Vic, Deputy Postmaster-General, appointed following early passing of Samuel Walker McGowan), created a nepotism scandal by early promotion of brother and brother-in-law to the most senior positions in Vic Post & Telegraphs in the early 1890s, likely reason for the positioning of Qld appointees at the top of the Federal PMGD in 1901; the brother of George Smibert Chief Electrician, Postal Dept Vic ===''SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Smith, Alan Shaw - See Alan Shawsmith (change of name) * [[/Arthur Carrington Smith|Smith, Arthur Carrington]] [https://www.familysearch.org/tree/person/details/GDKV-VL2] - 1902(Tas)-1982(NSW) - Licences: 7BN Receive Launceston (1923); 7AB Launceston (1924-1927) - Qualifications: cc; AOCP 8, 1924, No. ?? in Tas; CPRT 930, 1926 - amateur operator; amateur broadcaster; broadcast engineer (operator 7BN Wills & Co wannabe Class B); recording engineer (Cinesound Productions Ltd, Bondi, 1932); inventor of sound-on-film systems - Electoral Rolls: salesman (Launceston, 1928); recording engineer (Bronte, 1931-1935); engineer (Bondi, 1936-1937); recording engineer (Clovelly, 1943-1949; Waverley, 1963-1968); engineer (Waverley, 1977-1980) * [[/Austen Cyril Smith|Smith, Austen Cyril]] [https://www.familysearch.org/tree/person/details/GZ6N-JKF] - 1904(Eng)-1992(NSW) - Licences: 2FS Sydney (Croydon, 1924-1925; Burwood, 1925; Maroubra, 1930-1933; Homebush, 1933; Burwood, 1934-1939) - Qualifications: cc; AOCP 75, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; radio agent - Electoral Rolls: radio agent (Burwood, 1934-1937); radio mechanic (Burwood, 1943-1954); radio engineer (Burwood, 1958-1963); retired (Lower Hawkesbury, 1972-1980) * [[/C. Smith|Smith, C.]] - 19??(???)-19??(???) - Licences: 7BA Receive Stanley (1922); Receive Stanley (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Cedric Preston Smith|Smith, Cedric Preston or Preston-Smith, Cedric]] [https://www.familysearch.org/tree/person/details/G8BB-X47] - 1907(NSW)-1974(NSW) - Licences: 2ZZ Sydney (Cremorne, 1924); 2QK Sydney (Manly, 1935-1936; Balgowlah, 1937; Lane Cove, 1938-1939); 2CD Sydney (Cremorne, 1958-1961; Palm Beach, 1965-1969) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: bank accountant (Binnaway, 1930); bank officer (Manly, 1932; Balgowlah, 1934-1937; South Melbourne, Vic, 1943-1949); bank manager (Ballarat, 1954; Cremorne, 1958-1963); retired (Palm Beach, 1963-1968) * [[/Charles Frederick Smith|Smith, Charles Frederick]] - 1908(Eng)-19??(???) - Licences: No licence yet identified - Qualifications: AOCP 418, 1928, No. ?? in NSW; CPRTelephony 1112, 1928; 2COCP 44, 1929 - amateur operator - Electoral Rolls: Several contemporaneous Charles Frederick Smith's, not yet identified * [[/Colin Hughes Smith|Smith, Colin Hughes]] [https://www.familysearch.org/tree/person/details/L2YH-LLB] - 1910(Vic)-1998(Vic) - Licences: 3PK Melbourne (East Kew, 1928-1939, 1946-1980+) - Qualifications: AOCP 433, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Kew, 1931-1937); engineer (Kew, 1943-1980) * [[/Herbert Henry Baker Smith|Smith, Herbert Henry Baker]] [https://www.familysearch.org/tree/person/details/GXFN-H6R] - 19??(???)-1932(Qld) - Licences: 4DP Receive Cairns (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Cairns, Qld, 1925-1930) * [[/J. H. Smith|Smith, J. H.]] - 19??(???)-19??(???) - Licences: 4EA Receive Beenleigh (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/John Albert Malcolm Smith|Smith, John Albert Malcolm]] [https://www.familysearch.org/tree/person/details/L264-537] - 1911(Eng)-1987(SA) - Licences: 5JR Adelaide (St Peters, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1375, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939-1943) * [[/P. W. Smith|Smith, P. W.]] - 19??(???)-19??(???) - Licences: 4EF Receive Brisbane (Alderley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Sidney Hugh Holland Smith|Smith, Sidney Hugh Holland]] - 1861(???)-1933(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, senior state public servant (Qld P&T, Chief Mechanician), senior federal public servant (PMGD, State Mechanician, Qld), radio clubs (QWI, vice president), business proprietor (Telephone and Electrical Supplies Co) * [[/Stuart Disney Paull Smith|Smith, Stuart (Birth) or Stewart (Electoral Rolls) Disney Paull or Paul]] [https://www.familysearch.org/tree/person/details/GXDB-8D8] - 1913(Qld)-1986(Qld) - Licences: 4LA Brisbane (Corinda, 1934-1939); 4LA Amberley (1946-1948); 4LA Brisbane (Camp Hill, 1960-1980) - Qualifications: cc; AOCP 1303, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor); military (RAAF, navigator); broadcast technician (4BC); Dept Education (O/C Radio) - Electoral Rolls: engineer (Corinda, Qld, 1936-1949); radio technician (New Farm, Qld, 1949); maintenance officer (Camp Hill, Qld, 1954-1963); public servant (Camp Hill, Qld, 1972-1980) * [[/Sydney Smith|Smith, Sydney]] - 1856(NSW)-1934(NSW) - senior state politician (NSW MLA), senior federal politician (Postmaster-General, 1904-1905) * [[/Wilfred Smith|Smith, Wilfred]] [https://www.familysearch.org/tree/person/details/GXRQ-PQ1] - 1896(Eng)-19??(???) - Licences: Receive Adelaide (St Peters, 1923); 5AG Adelaide (Henley Beach, 1937-1939, 1947-1948) - Qualifications: cc; CPRT 602, 1921; 2COCP 419, 1941; 1COCP 882, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Henley, SA, 1939-1943) * [[/William Arthur Smith|Smith, William Arthur]] [https://www.familysearch.org/tree/person/details/GMCX-XL9] - 1906(SA)-1970(SA) - Licences: 5LZ Wallaroo (1929-1933) - Qualifications: cc; AOCP 526, 1929, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical mechanic (Glenunga, 1939-1943) - beware several contemporaneous William Arthur Smith's * [[/William Henry Smith|Smith, William Henry]] [https://www.familysearch.org/tree/person/details/GX2V-L4R] - 1911(SA)-19??(???) - Licences: 5SW Adelaide (Woodville, 1937-1939, 1947-1956); 5ASW Adelaide (Woodville, 1980+) - Qualifications: cc; AOCP 1996, 1937, SA; BOCP 431, 1942 - amateur operator; amateur broadcaster - Comment: Several contemporaneous WHSs - Electoral Rolls: operator (Woodville, SA, 1939) * [[/W. J. Smith|Smith, W. J.]] - 19??(???)-19??(???) - Licences: N758 Receive Sydney (Hurstville, 1922); 2IC Receive Sydney (Hurstville, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''SMITHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Charles Smithers|Smithers, Ernest Charles]] [https://www.familysearch.org/tree/person/details/G8Z1-GQ1] - 1885(NSW)-1953(NSW) - Licences: Nil yet identified - Qualifications: AOCP 552, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: inspector of fisheries (Urunga, 1930); inspector (Burwood, 1930-1949) ===''SMYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Walter Smyth|Smyth, Cedric Walter]] [https://www.familysearch.org/tree/person/details/GD1C-4MX] - 1916(WA)-1987(SA) - Licences: 7CD Devonport (1933-1939); 3ACH Melbourne (Doncaster East, 1954-1980+) - Qualifications: cc; AOCP 1133, 1933, Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: toolmaker (Preston, Vic, 1942-1949); engineer (Doncaster East, 1954-1977) * [[/Victor Loftus Smyth|Smyth, Victor Loftus]] [https://www.familysearch.org/tree/person/details/LR8F-P8L] - 1905(Vic)-1972(Vic) - Licences: 3PJ Receive Geelong (1923); 3PJ Geelong (1924); 3PJ Bendigo (1924-1939) - Qualifications: AOCP 126, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Bendigo, 1928-1972) ===''SMYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Cresswell Smythe|Smythe, Alan (BMD) or Allan (Electoral Rolls) Cresswell]] [https://www.familysearch.org/tree/person/details/G8JQ-V9V] - 1908(SA)-1983(SA) - Licences: 5MF Adelaide (Torrensville, 1930-1939, 1946-1948; Hazlewood Park, 1954-1980+) - Qualifications: AOCP 658, 1930, No. ?? in SA; AOLCP 135, 1933; BOCP 125, 1937; 1COCP 196, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Torrensville, SA, 1939-1943) ===''SNADDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Ernest Snaddon|Snaddon, John Ernest]] [https://www.familysearch.org/tree/person/details/GZLF-B75] - 1920(Eng)-1944(Aegean Sea) - Licences: 3VE Melbourne (Malvern, 1939) - Qualifications: AOCP 2322, 1939, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, 459 Squadron, Warrant Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/snaddon-john-ernest-409361/] ===''SNAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Leslie Snaith|Snaith, Samuel Leslie]] [https://www.familysearch.org/tree/person/details/GZJN-2S8] - 1901(Vic)-1961(Vic) - Licences: 3ZR Melbourne (Footscray, 1923-1926; Newport, 1931) - Qualifications: cc; AOCP 166, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1924-1928; Newport, 1931-1954) ===''SNAPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fairlie Roger de Burgh Snape|Snape, Fairlie Roger de Burgh]] [https://www.familysearch.org/tree/person/details/G649-B1V] - 1900(NSW)-1988(NSW) - Licences: 2NU Receive Quirindi (1923); 4JK Willis Island (1931) - Qualifications: cc; CPRT 695, 1922; 2COCP 340, 1931; 1COCP 221, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: operator (Quirindi, 1930); wireless operator (Quirindi, 1934-1936); radio engineer (Killara, 1949-1968); engineer (Killara, 1980) ===''SNOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Charles Snook|Snook, Keith Charles]] [https://www.familysearch.org/tree/person/details/GDTG-Z2D] - 1908(Tas)-1946(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 (RAAF) - Electoral Rolls: motor engineer (Hobart North, 1936); motor mechanic (Hobart Central, 1937) ===''SNOSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Raymond Snoswell|Snoswell, Alfred Raymond]] [https://www.familysearch.org/tree/person/details/9NWH-MCT] - 1899(SA)-1971(SA) - Licences: 5AD Adelaide (Exeter, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Largs, 1939-1943) ===''SODEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander William Soden|Soden, Alexander William]] [https://www.familysearch.org/tree/person/details/G8N9-7M1] - 1909(Qld)-1948(Qld) - Licences: 4AS Brisbane (Annerley, 1930-1939; Yeerongpilly, 1946-1948) - Qualifications: cc; AOCP 634, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Annerley, 1934-1943) ===''SOUMPROU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emile Walter Soumprou|Soumprou, Emile Walter]] [https://www.familysearch.org/tree/person/details/9ZZF-SX7] - 1906(Vic)-1955(Vic) - Licences: 3WK Melbourne (Thornbury, 1929-1931; North Fitzroy, 1938-1939, 1946-1948; East Brighton, 1954-1956) - Qualifications: AOCP 511, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: student (Northcote, 1936-1937); retired (Fitzroy North, 1942-1949); Elsternwick, 1954) ===''SOUTHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Lindsay Southwell|Southwell, Clifford Lindsay]] [https://www.familysearch.org/tree/person/details/GZNM-FDF] - 1897(???)-1973(NSW) - 2SW Sydney (Cremorne, 1925-1926; Northbridge, 1927-1929; Brighton-Le-Sands, 1930-1931; Northbridge, 1933-1939), amateur operator (AOCP 131, 1925, No. ?? in NSW), amateur broadcaster, WW1 (Army, Private) & WW2 (Australian Army, colonel), sales manager (1954) * [[/Leslie William Douglas Southwell|Southwell, Leslie William Douglas]] [https://www.familysearch.org/tree/person/details/9WXT-S8L] - 1900(NSW)-1960(Vic) - Licences: 3SL Seymour (1924-1939, 1946-1954); 3SL Melbourne (Montrose, 1955-1960) - Qualifications: cc; AOCP 250, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Seymour, 1931-1954) * [[/Noel Leslie Southwell|Southwell, Noel Leslie]] [https://www.familysearch.org/tree/person/details/GZNM-ZJW] - 1919(NSW)-1998(NSW) - 2ZF Sydney (Leichhardt, 1935-1939, 1946-1950; Yagoona, 1954-1980+), qualifications (AOCP 1565, 1935, No. ?? in NSW; 1COCP 149, 1937), amateur operator, broadcast technician (1949), QSL collection survives ARDXC/NFSA ===''SPARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Spark|Spark, John]] - 1879(USA)-19??(???) - Licences: 6AC Perth (City, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: soldier (Fremantle, 1917); civil servant (West Perth, 1921) - Comment: identification not certain ===''SPEDDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Spedding|Spedding, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GQ82-ZCM] - 1897(NSW)-1958(NSW) - Licences: 4DU Receive Brandon (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bookkeeper (Brandon, Qld, 1921-1925); clerk (Lakemba, NSW, 1932-1958) ===''SPENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Keith Spence|Spence, Edward Keith]] [https://www.familysearch.org/tree/person/details/LBYN-S3H] - 1908(Qld)-1980(NSW) - Licences: 4DT Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Union Bank, Wagga Wagga, NSW, 1930; Wellington, NSW, 1934); bank officer (Bondi, NSW, 1936; Rose Bay, NSW, 1937; Epping, NSW, 1943-1949; Northbridge, NSW, 1963-1977); retired (Cremorne, NSW, 1980) * [[/William Guthrie Spence|Spence, William Guthrie]] - 1846(Sco)-1926(Vic) - senior federal politician (Postmaster-General, 1914-1915) ===''SPENCER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derek David Spencer|Spencer, Derek David]] [https://www.familysearch.org/tree/person/details/GFSW-N55] - 1909(Eng)-1982(Tas) - Licences: 3DS Melbourne (Altona, 1934-1937); 6DS Perth (Pearce, 1938-1939) - Qualifications: cc; AOCP 1280, 1934, Vic; AOLCP 157, 1934; 2COCP 55, 1936; 1COCP 111, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: poultry farmer (Ulverstone, Tas, 1954; Leven, Tas, 1963); farmer (Gawler, Tas, 1972) ===''SPERRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred John Sperring|Sperring, Wilfred John]] [https://www.familysearch.org/tree/person/details/KVLY-JPK] - 1917(WA)-1966(WA) - Licences: 6SP Perth (Victoria Park, 1937-1939, 1947-1948; Belmont, 1954) - Qualifications: cc; AOCP 1920, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Victoria Park, WA, 1943); mechanic (Victoria Park, WA, 1949); radio engineer (Belmont, WA, 1954-1963) ===''SPICER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Spicer|Spicer, Victor John]] [https://www.familysearch.org/tree/person/details/G88M-KKY] - 1910(Eng)-1985(Vic) - Licences: 3VS Melbourne (Mordialloc, 1929-1931; East Malvern, 1933; North Fitzroy, 1937-1939, 1946-1948) - Qualifications: AOCP 554, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1934); constable (Port Melbourne, 1936; Fitzroy, 1937-1954; Carlton South, 1967-1968); retired (Hurstbridge, Vic, 1977-1980) ===''SPITZKOWSKY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Royston Stanley Spitzkowsky|Spitzkowsky, Max Royston Stanley]] [https://www.familysearch.org/tree/person/details/GZYD-23H] - 1904(NSW)-1989(NSW) - Licences: 2MS Newcastle (Hamilton, 1926-1975) - Qualifications: AOCP 302, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: turner (Hamilton, 1932-1972) ===''SPOTSWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Ernest Spotswood|Spotswood, Cyril Ernest]] [https://www.familysearch.org/tree/person/details/GDTC-4GM] - 1897(Tas)-1964(Tas) - Licences: Receive Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Burnie, 1936-1943); fettler (Burnie, 1949-1954) * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] [https://www.familysearch.org/tree/person/details/M7P4-M7C] - 1892(Qld)-1973(Qld) - Licences: 4JH Poopoonbah via Giru (1935-1939) - Qualifications: cc; AOCP 1356, 1934, Qld - amateur operator; amateur broadcaster - Comment: second YL operator in Qld - Relationships: Wife of 4JK Jack Lawrence Humphry - Electoral Rolls: home duties (Ching Do Siding, Ayr, Qld, 1919-1936; Giru, Qld, 1937-1949; Poopoonbah, Qld, 1954; St Lucia, Qld, 1958-1972) ===''SPRENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Ernest Sprenger|Sprenger, Herbert Ernest]] [https://www.familysearch.org/tree/person/details/GMQD-2CJ] - 1914(Qld)-2000(Qld) - Licences: 4ES Bundaberg (1932-1939); 4ES Brisbane (New Farm, 1946-1948; Holland Park, 1954; Upper Mt Gravatt, 1955-1960; Rainworth, 1965-1980+) - Qualifications: cc; AOCP 1064, 1932, No. ?? in Qld; BOCP 165, 1938; 1COCP 530, 1941 - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); state public servant (Qld Police, radio comms) - Electoral Rolls: radio mechanic (Bundaberg, 1936-1937); police constable (New Farm, Qld, 1943-1949); sergeant police (Holland Park, Qld, 1954; Upper Mt Gravatt, Qld, 1958); sub-inspector police (Rainworth, Qld, 1963-1968); police officer (Rainworth, Qld, 1972); retired (Bardon, Qld, 1977-1980) ===''SPURRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Charles Spurrier|Spurrier, Leonard Charles]] [https://www.familysearch.org/tree/person/details/LTY1-WZJ] - 1904(Wales)-1984(SA) - Licences: S382 Receive Adelaide (North Adelaide, 1922); 5AL Receive Adelaide (North Adelaide, 1923); Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Clarence Park, 1939-1941; Eden Hills, 1943) ===''SQUIRES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Jack Squires|Squires, Jack]] [https://www.familysearch.org/tree/person/details/G8CX-3GW] - 1909(WA)-1972(???) - Licences: 6JS Perth (Cannington, 1929-1939; Como, 1946-1956; Nedlands, 1960; West Leederville, 1965-1969) - Qualifications: cc; AOCP 510, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Cannington, 1931-1936); sales manager (Midland Junction, 1937; South Perth, 1943-1954); manager (Subiaco, 1963); business manager (West Kalamunda, 1968) ===''ST JOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Clive Bolingbroke St John|St John, Henry Clive Bolingbroke]] [https://www.familysearch.org/tree/person/details/LBTN-PV8] - 1895(Eng)-1972(NSW) - Licences: 2RX Receive Sydney (Rockdale, 1923-1925); 2RX Sydney (Rockdale, 1926-1939; Northbridge, 1965-1969) - Qualifications: AOCP 258, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: reader (Rockdale, 1930-1936; Northbridge, 1943-1963) ===''STACEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Keith Stacey|Stacey, Howard Keith]] [https://www.familysearch.org/tree/person/details/G3TY-D8M] - 1907(NSW)-1993(SA) - Licences: 5XA Adelaide (Firle, 1934-1937; Knightsbridge, 1938-1939; Leabrook, 1947-1956; Glynde, 1960-1980+) - Qualifications: cc; AOCP 1360, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: compositor (Burnside, SA, 1939-1941) * [[/Roy Ernest Stacey|Stacey, Roy Ernest]] [https://www.familysearch.org/tree/person/details/GXDT-PNR] - 1902(Qld)-1973(Qld) - Licences: 4RS Proserpine (1933-1939, 1948-1969) - Qualifications: cc; AOCP 1187, 1933, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: office assistant (Bauple, Qld, 1925); clerk (Proserpine, Qld, 1928-1972) ===''STACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Patrick Charles Stack|Stack, Robert Patrick Charles]] [https://www.familysearch.org/tree/person/details/GXDL-Y2K] - 1904(Eng)-1966(Qld) - Licences: 4TK Innisfail (1936-1939, 1947-1965) - Qualifications: cc; AOCP 1742, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: hairdresser (Innisfail, Qld, 1930-1932); stationer (Innisfail, Qld, 1936-1943) ===''STACKPOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Julian Stackpole|Stackpole, Peter Julian]] [https://www.familysearch.org/tree/person/details/GD3D-H8N] - 1947(Vic)-2004(ACT) - Licences: 3ZQS Melbourne (North Clayton, 1980+; 1RX Canberra, 1990s); Qualifications: cc; AOLCP 2203, 1966; AOCP N1856, 1988 - amateur operator; broadcast planning engineer (P&TD, DoC, DoTaC, ABA, ACA) - Electoral Rolls: assistant (Hampton, 1972); technical officer (Clayton, 1977-1980) ===''STAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Hurst William Stafford|Stafford, John Hurst William]] [https://www.familysearch.org/tree/person/details/LV6P-XSJ] - 1901(Qld)-1992(Qld) - Licences: 4CD Receive Ipswich (Ebbw Vale, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: electrician (Ebbw Vale, 1925-1928; Booval, 1932-1949); engineer (East Ipswich, 1958-1963); retired (Mansfield, 1977-1980) ===''STANFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Roy Stanfield|Stanfield, Clifford Roy]] [https://www.familysearch.org/tree/person/details/GQXR-9GG] - 1900(NSW)-1991(NSW) - Licences: N744 Receive Newcastle (1922); 2HX Receive Newcastle (1922) - Qualifications: cc; CPRT 383, 1918; 2COCP 136, 1930; 1COCP 140, 1930 - amateur receiver; WW1 - Electoral Rolls: wireless operator (Randwick, 1930; Maroubra, 1932-1968); retired (Blaxland, 1977-1980) ===''STANLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. M. Stanley|Stanley, J. M.]] - 19??(???)-19??(???) - Licences: 2JS Receive Sydney (Crow's Nest, 1922-1923); 2JS Sydney (Crow's Nest, 1924); Orange (1924-1929) - Qualifications: cc; AOCP 100, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; newsagent (Leura, late 1920s) - Identification: Not yet identified (possibly James Melville Stanley, electrician, Lockhart, 1930) - Electoral Rolls: Nil yet identified ===''STAPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Stapleton|Stapleton, John William]] [https://www.familysearch.org/tree/person/details/GXG7-R9P] - 1915(SA)-1980(SA) - Licences: 5KY Adelaide (Port Adelaide, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1314, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Cook, SA, 1941-1944) ===''STARKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Starkie|Starkie, Thomas William]] [https://www.familysearch.org/tree/person/details/GZBS-NCY] - 1906(Qld)-1982(Qld) - Licences: 4NW Brisbane (Nundah, 1926-1939) - Qualifications: cc; AOCP 306, 1926, No. 30 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Nundah, 1928-1937); warehouse assistant (Holland Park, 1943); manager (Wavell Heights, 1949); agent (Toowong, 1954-1958); manufacturer's agent (Kenmore, 1963); agent (Tennyson, 1968-1972); retired (The Gap, 1977; North Tamborine, 1980) ===''STARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Starr|Starr, Francis John]] [https://www.familysearch.org/tree/person/details/GZLN-LC4] - 1916(Qld)-1940(off Qld coast) - Licences: 4FS Stanthorpe (1937-1939) - Qualifications: cc; AOCP 1930, 1937, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 23 Squadron, Aircraftsman Class 1) - Electoral Rolls: baker (Stanthorpe, 1937) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1719163] ===''STEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey William Ashcroft Steane|Steane, Geoffrey William Ashcroft]] [https://www.familysearch.org/tree/person/details/GMCF-JWV] - 1905(Vic)-1957(Vic) - Licences: 3UX Melbourne (Mont Albert, 1923-1933); 3SX Melbourne (Mont Albert, 1923-1925) - Qualifications: cc; CPRT 775, 1923; 2COCP 330, 1931 -amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Mont Albert, Vic, 1931); engineer (Camberwell, Vic, 1937); radio engineer (Dee Why, NSW, 1949); television engineer (Double Bay, NSW, 1954); engineer (Camberwell, Vic, 1954) ===''STEELE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rowland Edward James Steele|Steele, Rowland Edward James]] [https://www.familysearch.org/tree/person/details/GDTC-2ZM] - 1904(Tas)-1987(Tas) - Licences: Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Hobart West, 1928); dairyman (West Hobart, 1937-1972) ===''STEPHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Goldsmith Stephen|Stephen, Percy Goldsmith]] [https://www.familysearch.org/tree/person/details/GD2J-HVR] - 1896(NSW)-1976(NSW) - Licences: 2ZB Sydney (Balmain, 1924-1925); 2PS Sydney (Balmain, 1926; Granville, 1927-1930; Lidcombe, 1931-1936; Croydon, 1937-1939; Five Dock, 1946-1958; Condell Park, 1960-1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical mechanic (Granville, 1930); electrician (Lakemba, 1930; Lidcombe, 1932-1936); electrical fitter (Five Dock, 1943-1958); fitter (Condell Park, 1968-1972) ===''STEPHENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Nelson Stephens|Stephens, Arthur Nelson]] [https://www.familysearch.org/tree/person/details/G941-3F1] - 1886(Eng)-1972(Qld) - Licences: 4CG Receive Brisbane (Clayfield, 1922); 4CG Brisbane (Clayfield, 1923-1925); Operator of 4AE - Qualifications: cc; Nil yet identified - coastal wireless operator; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: draughtsman (North Carlton, Vic, 1912-1914); engineer (Wireless Station, Pinkenba, 1915-1919; Clayfield, 1925-1928); hotel keeper (Palm Beach Hotel, Elanora, 1932-1934; Grand Hotel, Southport, 1936-1943); cafe proprietor (Southport, 1949); secretary (Main Beach, 1954-1958; Southport East, 1963-1968) * [[/Frank Richmond Stephens|Stephens, Frank Richmond]] [https://www.familysearch.org/tree/person/details/GXQ7-MLM] - 1897(Qld)-1977(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 452, 1919 - RANRS - Electoral Rolls: naval reservist (New Farm, 1921); farm hand (Wamuran, Qld, 1925); wireless operator (New Farm, 1925-1937); radio mechanic (New Farm, Qld, 1943); agent (New Farm, Qld, 1949); caretaker (Brisbane, 1954-1958); retired (Bowen Hills, 1963; Coolangatta, 1968-1972) * [[/Harry James Milne Stephens|Stephens, Harry James Milne]] [https://www.familysearch.org/tree/person/details/GXYC-KQH] - 1900(WA)-1982(WA) - Licences: 6ZZ Perth (South Perth, 1935-1939; Bassendean, 1947-1960; Eden Hill, 1965-1980+) - Qualifications: cc; AOCP 1530, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Albany, WA, 1925); railway employee (Katanning, WA, 1931-1936); storekeeper (Fremantle, WA, 1937); aircraftsman (Bassendean, WA, 1943-1963); railway employee (Eden Hill, WA, 1968-1972); retired (Bassendean, WA, 1977-1980) * [[/Thomas Stephens|Stephens, Thomas]] [https://www.familysearch.org/tree/person/details/GZ2B-35G] - 1912(Vic)-1944(Sct) - Licences: 3GO Melbourne (Essendon, 1931-1933) - qualifications: AOCP 489, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1944) - Electoral Rolls: bank clerk (Essendon, 1936-1942) - "Greater love hath no man" [https://aviationmuseumwa.org.au/afcraaf-roll/stephens-thomas-418036/] * [[/Thomas Blacket Stephens|Stephens, Thomas Blacket or Blackett]] [https://www.familysearch.org/tree/person/details/G9WG-Y5P] - 1902(Qld)-1999(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 309, 1926, No. 31 in Qld - amateur operator? - Electoral Rolls: articled law clerk (Annerley, 1925-1928); solicitor (Annerley, 1934; Fortitude Valley, 1936-1937; Clayfield, 1949-1968); retired (St Lucia, 1972-1980) ===''STEPHENSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Wilfred Stephenson|Stephenson, Charles Wilfred]] [https://www.familysearch.org/tree/person/details/93BK-M7F] - 1905(Qld)-1997(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother); 2BWQ Sydney (Blacktown, 1980+) - Qualifications: cc; AOCP 282, 1926, No. 25 in Qld - amateur operator; amateur broadcaster; radio clubs (Wooloowin RC, operator 4WN; WIAQ, operator 4AE); broadcast technician (4QG); business proprietor (cinema audio) - Relationships: brother of 4RG Harold John Stephenson - Electoral Rolls: public servant (Wooloowin, Qld, 1928-1929); electrical engineer (Pymble, NSW, 1932-1933); sound engineer (Capertee, NSW, 1936-1937); panel beater (Bourke, NSW, 1943); mechanic (Capertee, NSW, 1949-1954; Maroubra, NSW, 1958); autoelectrician (Blacktown, NSW, 1963-1977); retired (Blacktown, NSW, 1980) * [[/Harold John Stephenson|Stephenson, Harold John]] [https://www.familysearch.org/tree/person/details/93BK-9M3] - 1903(Qld)-1990(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother) - Qualifications: cc; AOCP 290, 1926, No. 27 in Qld - amateur operator; amateur broadcaster - Relationships: brother of 4RG/2BWQ Charles Wilfred Stephenson - Electoral Rolls: railway employee (Wooloowin, Qld, 1925-1943); sheet metal worker (Wooloowin, Qld, 1949); engineer (Wooloowin, Qld, 1954); aircraft mechanic (Maroubra, NSW, 1963-1980) ===''STEVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edgar F. Stevens|Stevens, Albert Edgar F. "Bert"]] [https://www.familysearch.org/tree/person/details/KH4H-N2D] - 1894(Vic)-1954(WA) - Licences: 6BN Perth (North Perth, 1924-1927; South Perth, 1930-1939); nominated licensee for W732 WIA WA (1922) - Qualifications: cc; AOCP 136, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geraldton, WA, 1916-1917); phone mechanic (North Perth, WA, 1925; South Perth, WA, 1931-1954) * [[/Frederick William Stevens|Stevens, Frederick William]] - 1898-19?? - 4SP Brisbane, amateur operator (PRTC 788, 1923, Marconi & Telefunken; 1COCP, 1930, Qld), Coastal wireless operator; first chief engineer 4QG, state public servant (4QG), pilot (Qantas), federal public servant (DCA) * [[/Robert Edward Stevens|Stevens, Robert Edward]] [https://www.familysearch.org/tree/person/details/GD1Z-ZMF] - 1908(Vic)-1994(Vic) - Licences: 7OJ Deloraine (1931-1933); 3OJ Melbourne (Burwood, 1937-1939, 1946-1980+) - Qualifications: cc; AOCP 817, 1931, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (Auburn, Vic, 1931; Burwood, 1937-1980) ===''STEWART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Barnett Stewart|Stewart, Alexander Barnett]] [https://www.familysearch.org/tree/person/details/GHBR-VND] - 1895(Sct)-1981(Qld) - Licences: 4DD Receive Brisbane (Hawthorne, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: jackeroo (Oondooroo, Qld, 1919); farmer (Palmwoods, Qld, 1921-1925); orderman (Hawthorne, Qld, 1928); truck driver (Eight Mile Plains, Qld, 1936-1937); foreman (Hawthorne, Qld, 1943-1980) * [[/Donald Richardson Stewart|Stewart, Donald Richardson]] [https://www.familysearch.org/tree/person/details/94CC-2MT] - 1902(Vic)-1993(Vic) - Licences: V739 Receive Lorne (1922); 3GS Receive Lorne (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: motor driver (Lorne, 1925-1954); guest house proprietor (Lorne, 1967-1968); proprietor (Lorne, 1972-1980) * [[/John Edgar Stewart|Stewart, John Edgar]] [https://www.familysearch.org/tree/person/details/GZD8-3JC] - 1884(NSW)-1957(NSW) - Licences: 2MR Newcastle (Mayfield, 1923-1929; Hamilton, 1930); 2MR Sydney (Chatswood, 1931); 4MR Brisbane (Nundah, 1933-1939, 1946-1948); 2MR Waratah (1954-1957) - Qualifications: cc; AOCP 43, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; Commonwealth Electoral Commission (Chief Electoral Officer) - Electoral Rolls: clerk (Arncliffe, 1913); District Returning Officer (Mayfield, 1930); Commonwealth Electoral Officer (Nundah, Qld, 1937-1949); retired (Waratah, 1954) * [[/Henry Stewart|Stewart, Henry]] [https://www.familysearch.org/tree/person/details/GXS7-R71] - 1896(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 234, 1916; 1COCP 318, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Comment: Several contemporaneous HSs - Electoral Rolls: Nil yet identified * [[/William Alfred Stewart|Stewart, William Alfred]] [https://www.familysearch.org/tree/person/details/GXBZ-4XJ] - 1910(WA)-2020(WA)109yo - Licences: 6ST Perth (West Leederville, 1937-1939) - Qualifications: cc; AOCP 1958, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Balkatta, WA, 1936; Leederville, WA, 1937); salesman (Wembley Park, WA, 1943; Leederville, WA, 1949); technician (Floreat Park, WA, 1954-1963; Wembley Park, WA, 1968; Floreat Park, WA, 1972-1980) - Links: [https://gerontology.fandom.com/wiki/William_Stewart Gerontology] ===''STIPEK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Stipek|Stipek, John "Jack"]] [https://www.familysearch.org/tree/person/details/GD5X-XL1] - 1898(NSW)-1974(Florida, USA) - Licences: 7BE Receive St Helens (1923); Receive St Helens (1923); 7BE St Helens (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMG telegraph messenger, left PMGD 1920; first to log KGO in Tas - Comment: beware two other John Stipek's concurrently in Tas, 1920s - Electoral Rolls: civil servant (St Helens, 1919); clerk (St Helens, 1922) ===''STITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Hugh Rankin Stitt|Stitt, Walter Hugh Rankin Jnr "Hughie"]] [https://www.familysearch.org/tree/person/details/GWBX-L5G] - 1908(NSW)-1972(NSW) - 2WH Forbes (1925-1969+), 2ARN Forster (1965-1969+), amateur operator (AOCP 196, 1925, No. ?? in NSW), amateur broadcaster, "brother-in-law" of Leslie Maclean Wilson 2LM, note his father also Walter Hugh Rankin Stitt and lived in same district ===''STOCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Daniel Alan John Stocks|Stocks, Daniel Alan John]] [https://www.familysearch.org/tree/person/details/GZN8-R5P] - 1897(Vic)-1933(Vic) - 3DJ Melbourne (Canterbury, 1925-1927; Surrey Hills, 1931), amateur operator (AOCP 144, 1925, No. ?? in Vic), amateur broadcaster, electrical engineer, gone too soon ===''STOCKTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Stockton|Stockton, Norman]] - 1904(WA)-1943(Germany) - 4NQ Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, military (WW2, press correspondent), journalist, "Greater love hath no man than this" ===''STOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allen Frederick Stow|Stow, Allen Frederick]] [https://www.familysearch.org/tree/person/details/G8WR-7GG] - 1910(Vic)-1966(Vic) - Licences: 3AS Melbourne (North Carlton,1928-1931; North Fitzroy, 1933-1939, 1946-1947; Northcote, 1948-1965); 3AFS Portable Melbourne (Northcote, 1948-1965) - Qualifications: AOCP 441, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army) - Electoral Rolls: engineer (Carlton North, 1931; Fitzroy North, 1934-1942) ===''STOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Alfred Stowe|Stowe, Harry Alfred]] [https://www.familysearch.org/tree/person/details/GWBJ-YTW] - 1892(NSW)-1977(NSW) - Licences: XAS Sydney (Drummoyne, 1911-1914); 2CX Receive Sydney (Chatswood, 1922-1923); 2CX Sydney (Chatswood, 1924-1929) - Qualifications: cc; AOCP 19, 1924, No. 9 in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, 1930-1958); retired (Frenchs Forest, 1968-1977) ===''STOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Bickley Stoyle|Stoyle, Jack Bickley]] [https://www.familysearch.org/tree/person/details/GM1Z-JWV] - 1881(India)-1966(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 91, 1915; 1COCP 55, 1930 - RANRS (Commissioned Telegraphist, terminated Nov 1920); AWA CRS - Electoral Rolls: wireless telegraphist (Rockhampton, 1917); radio station master (Darwin, 1922; Kilkenny, 1939-1943) ===''STRAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Michael Strafford|Strafford, John Michael]] [https://www.familysearch.org/tree/person/details/LZ2K-LBX] - 1900(SA)-1974(SA) - Licences: 5JS Adelaide (Stepney, 1936-1939; City, 1947-1965; Windsor Gardens, 1969-1975) - Qualifications: cc; AOCP 1710, 1936, SA; BOCP 514, 1943 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''STRATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Stephen Stratford|Stratford, Leo Stephen]] [https://www.familysearch.org/tree/person/details/GXHV-HRX] - 1915(Qld)-1999(Qld) - Licences: 4AE Goondiwindi (1936-1939); 4LS Goondiwindi (1947-1956) - Qualifications: cc; AOCP 1678, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Goondiwindi, Qld, 1936-1949); radio dealer (Goondiwindi, Qld, 1954-1958); electrician (Goondiwindi, Qld, 1968); refrigeration mechanic (Goondiwindi, Qld, 1980) ===''STREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Streamer nee Mackenzie, Florence Madeline "Madeline" - See Florence Madeline Mackenzie 4YL ===''STREET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frederick Street|Street, Reginald Frederick]] [https://www.familysearch.org/tree/person/details/GW5S-Z4L] - 1900(Tas)-1927(Tas) - Licences: 7BD Receive Hobart (1923); Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: draper's assistant (Hobart West, 1922) ===''STROHFELDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Strohfeldt|Strohfeldt or Strofeldt, Gilbert]] [https://www.familysearch.org/tree/person/details/LVWD-W9Z] - 1904(Qld)-1951(Qld) - Licences: 4GS Brisbane (Paddington, 1932-1939; Camp Hill, 1948-1956) - Qualifications: cc; AOCP 1041, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Comment: licensed for 5 years after passing - Electoral Rolls: postal assistant (Roma, 1926); telegraphist (Charleville, 1928-1930); Paddington, Qld, 1936-1937); assistant radio inspector (Camp Hill, Qld, 1943) ===''STUART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Stuart|Stuart, Francis John]] [https://www.familysearch.org/tree/person/details/GXSH-RPC] - 1895(SA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: naval officer (Hobart, Tas, 1919); telegraphist (Hobart, 1922; Oakleigh, Vic, 1928-1942); primary producer (Tarra Valley, Vic, 1949-1954) * [[/Michael Aloysius Horatio Stuart|Stuart, Michael Aloysius Horatio]] [https://www.familysearch.org/tree/person/details/GXLC-2D9] - 1891(Vic)-1953(Vic) - Licences: 3MH Melbourne (Moonee Ponds, 1927); 3MH Rockbank (1931-1937); 5MS Adelaide (Rosewater, 1938-1939) - Qualifications: cc; 2COCP 66, 1929; 1COCP 184, 1931; likely CRPT pre 1927 - amateur operator; amateur broadcaster; WW1 (UK Merchant Navy); WW2 - Electoral Rolls: mechanic (Moonee Ponds, Vic, 1925-1927); radio telegraphist (Beam Radio Station, Rockbank, Vic, 1928-1937; Geraldton, WA, 1943); radio technician (Footscray North, Vic, 1949) ===''STURDEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Ashton Hobart Sturdee|Sturdee, Vernon Ashton Hobart]] - 1890(Vic)-1966(Vic) - 4?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur radio club (member, WIQ) ===''SULLIVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sullivan|Sullivan, John]] [https://www.familysearch.org/tree/person/details/KLGD-VK6] - 1906(Vic)-1997(Vic) - 3SR Melbourne (Elsternwick, 1925-1926), 3SR Yallourn (1927), amateur operator (AOCP 206, 1925, No. ?? in Vic), amateur broadcaster, engineer (1927) ===''SUTHERLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan James Sutherland|Sutherland, Alan James]] [https://www.familysearch.org/tree/person/details/GXK6-94L] - 1916(SA)-1977(Qld) - Licences: 5XB Adelaide (Glenelg, 1935-1939, 1947-1948); 3AXB Melbourne (Balwyn, 1954-1965); 3KY Melbourne (Balwyn, 1969-1975) - Qualifications: cc; AOCP 1592, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Dunleath, SA, 1939-1941); public servant (Albert Park, Vic, 1949; Canterbury, Vic, 1954-1968; Balwyn, Vic, 1972-1977); retired (Scarness, Qld, 1977) * [[/George Bremner Sutherland|Sutherland or Clyne, George Bremner "Jock"]] [https://www.familysearch.org/tree/person/details/GZVF-KQC] - 1893(Sct)-1981(SA) - Licences: 6GB Perth (Mt Hawthorn, 1927) - Qualifications: cc; 1COCP 295, 1932 - amateur operator; amateur broadcaster; telegraphist (Navy, 1911), late 1920s assistant chief engineer 6WF (to Wally Coxon) - Electoral Rolls: DCA (aeradio operator, from 1941); radio operator (Kalgoorlie, 1949); retired (North Perth, 1958) ===''SUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Sutton|Sutton, Arthur Ernest]] [https://www.familysearch.org/tree/person/details/GMFM-Z34] - 1882(Vic)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (early 1910s); utilised Henry Sutton's experimental licence - Relationships: son of XLM Henry Sutton - Electoral Rolls: music seller (Malvern, 1909-1913; Hawthorn, 1914-1915); engineer (Kew, 1922-1925); traveller (Camberwell, 1927); mechanic (Brunswick, 1928) * [[/Henry Sutton|Sutton, Henry]] [https://www.familysearch.org/tree/person/details/LD19-T7V] - 1855(Vic)-1912(Vic) - Licences: XLM Melbourne (Malvern, 1910-1912) - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed from 1890s); numerous inventions, Australia's first wireless telephony experimenter (1906); invented several new types of telephones; early television experiments - Relationships: father of Arthur Ernest Sutton - Links: [https://adb.anu.edu.au/biography/sutton-henry-4675 ADB] - Electoral Rolls: Nil yet identified * [[/Joseph William Sutton Jnr|Sutton, Joseph William Jnr]] [https://www.familysearch.org/tree/person/details/LHKF-HCJ] - 1874(Qld)-1941(Qld) - Licences: 4CP Receive Brisbane (City, 1923); 4EI Brisbane (City, 1923-1925) (In the name of the State Engineer) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club (WIQ, foundation member; QWI); electrical engineer; senior federal public servant (PMGD, State Engineer) - Relationships: son of Joseph William Sutton Snr - Electoral Rolls: electric engineer (Teneriffe, 1903); engineer (Teneriffe, 1908-1909); assistant (GPO, 1912-1919); electrical engineer (New Farm, 1921-1936); retired (Ascot, 1937) * [[/Joseph William Sutton Snr|Sutton, Joseph William Snr]] [https://www.familysearch.org/tree/person/details/LHKF-W6T] - 1844(Eng)-1914(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - club (Royal Society Qld, president) - Relationships: father of Joseph William Sutton Jnr - Links: [[w:Joseph William Sutton|Wikipedia]] - Electoral Rolls: engineer (Teneriffe, 1908-1909) ===''SWABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Max J. Swaby|Swaby, Max J.]] - 19??(???)-19??(???) - 4DA Dalby (-1948+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''SWAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lionel Tamsett Swain|Swain, Lionel Tamsett]] [https://www.familysearch.org/tree/person/details/KL1J-TGY] - 1902(NSW)-1985(NSW) - Licences: 2CS Receive Newcastle (Hamilton, 1922); 2CS Newcastle (Hamilton, 1923-1927; Waratah, 1928-1939, 1946-1950; Charlestown, 1954-1961; Bolton Point, 1965-1980) - Qualifications: cc; AOCP 108, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Withdrawal: when 2CS Coffs Harbour commenced in early 1980s, policy had changed as to withdrawal of similar amateur callsigns - Electoral Rolls: draftsman (Waratah, 1930-1954); engineer (Charlestown, 1958-1963); retired (Bolton Point, 1968-1980) ===''SWEENEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Moss Sweeney|Sweeney, Walter Moss]] [https://www.familysearch.org/tree/person/details/LNZ7-YRD] - 1887(Eng)-1964(Vic) - Licences: 3WS Melbourne (East Melbourne, 1924-1925; Elwood, 1925-1931; St Kilda, 1933-1939) - Qualifications: cc; CPRT 204, 1916 - coastal wireless operator; RANRS (commissioned telegraphist, 1917); amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless engineer (Subiaco, 1916-1917); no occupation (Melbourne, 1919); wireless engineer (East Melbourne, 1921-1924); engineer (Elsternwick, 1925-1928); director (St Kilda, 1931-1963) ===''SWINBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank Charles Richard Swinburne|Swinburne, Frank Charles Richard]] [https://www.familysearch.org/tree/person/details/GDML-S1J] - 1901(Qld)-1948(NSW) - Licences: 2AT Receive Sydney (Manly, 1922-1923); 2AT Sydney (Manly, 1924-1926) - Qualifications: cc; CPRT 557, 1920 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Manly, NSW, 1937; North Sydney, 1943)) ===''SWINDELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Willie Swindells|Swindells, Willie]] [https://www.familysearch.org/tree/person/details/L812-BTK] - 1890(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: electrician (Richmond, Vic, 1913-1914; Parkdale, Vic, 1925-1926); engineer (Geelong, 1927; Darlinghurst, NSW, 1931-1933); electrical engineer (Brunswick, Vic, 1934) ===''SYMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathaniel Joseph Leo Symonds|Symonds, Nathaniel Joseph Leo "Leo"]] [https://www.familysearch.org/tree/person/details/KJZ3-3QH] - 1908(WA)-2005(WA) - Licences: 6LS Perth (Cottesloe Beach, 1925-1930; Bicton, 1947-1948); 6LX Perth (Kalamunda, 1965-1980+) - Qualifications: cc; AOCP 207, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: tailor (Cottesloe, 1931-1943); radio operator (Fremantle, 1949-1954); radio technician (Kalamunda, 1958-1980) ===''SYMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Lindsay Gordon Symons|Symons, John Lindsay Gordon]] [https://www.familysearch.org/tree/person/details/KZZ5-Q42] - 1913(Vic)-1964(Vic) - Licences: 3JT Melbourne (Malvern, 1930-1939; East Hawthorn, 1946-1947; Burwood, 1948; South Melbourne, 1954-1956; Mt Waverley, 1960) - Qualifications: AOCP 662, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Malvern, 1934-1943; Glen Iris, 1949); hotelkeeper (Malvern, 1954); engineer (Syndal, 1963) =='''T'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''TAPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Ernest Tapp|Tapp, Charles Ernest or Edward]] [https://www.familysearch.org/tree/person/details/GX7P-BXV] - 1894(NSW)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 82, 1915 - RANRS (commissioned telegraphist, 1917); WW1 - Electoral Rolls: OIC Wireless Station (Thursday Island, Qld, 1915; South Yarra, Vic, 1917-1919); electrical engineer (Mosman, NSW, 1930); engineer (Brighton, Vic, 1942); manager (Vaucluse, NSW, 1943) ===''TAPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Tapper|Tapper, John Robert]] [https://www.familysearch.org/tree/person/details/G8ZX-4T6] - 1910(WA)-1992(WA) - Licences: 6RJ Perth (Claremont, 1929-1939); 6RJ Onslow (1946-1947); 6RJ Perth (Claremont, 1948-1960); 2AO Wagga Wagga (1969-1980+) - Qualifications: cc; AOCP 538, 1929, No. ?? in WA; 1COCP 218, 1931; TVOCP 324, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Claremont, 1931-1943); operator (Claremont, 1949-1963); radio inspector (Wagga Wagga, 1968-1980) ===''TARBOTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Augustus Tarbotton|Tarbotton, Harry Augustus]] [https://www.familysearch.org/tree/person/details/GF93-87K] - 1902(Eng)-1961(WA) - Licences: 6HT Albany (1936-1939, 1947-1960) - Qualifications: cc; AOCP 1672, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: motor driver (Albany, WA, 1925-1931); motor mechanic (Albany, WA, 1936-1954); radio service (Albany, WA, 1958) ===''TARLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred William Tarling|Tarling, Alfred William]] [https://www.familysearch.org/tree/person/details/LVH9-4RZ] - 1900(Eng)-1953(Qld) - Licences: 4TW Townsville (1937-1939, 1946-1948) - Qualifications: cc; (likely qualification ca 1920, British Merchant Navy; 1COCP 679, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Coolbie, Ingham, Qld, 1930); wireless operator (Pimlico, Qld, 1931-1932); labourer (West End, Qld, 1936-1937); radio engineer (Townsville, Qld, 1943-1949) ===''TARRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Albert Tarrant|Tarrant, Ernest Albert Jnr]] [https://www.familysearch.org/tree/person/details/L8SB-Z68] - 1898(NSW)-1956(NSW) - Licences: 2AK Receive Narrabri (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Eulah Creek, 1930; Narrabri, 1943) * [[/William Francis Tarrant|Tarrant, William Francis "Frank"]] [https://www.familysearch.org/tree/person/details/GD5M-6JT] - 1914(NSW)-1998(NSW) - Licences: 2UF Newcastle (Cooks Hill, 1932-1958) - Qualifications: cc; AOCP 1054, 1932, NSW - amateur operator; amateur broadcaster - Electoral Rolls: ironworker (Newcastle, 1930-1949) ===''TATHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Edward Tatham|Tatham, Sydney Ernest Edward]] [https://www.familysearch.org/tree/person/details/GDQT-52W] - 1896(Eng)-1973(Vic) - Licences: 2ST Sydney (Neutral Bay, 1923-1925; City, 1926-1928; Darling Point, 1929-1933; City, 1933-1939) - Qualifications: cc; CPRT 33, 1915; 1COCP 406, 1940 - amateur operator; amateur broadcaster; journalist (editor, Sea, Land and Air, 1922); WW2 - Electoral Rolls: instructor (St Kilda, 1919; South Yarra, 1919); merchant (Darling Point, 1930-1933; City, 1934-1937; Albert Park, Vic, 1949; Camberwell, 1954); director (Balwyn, 1958-1972) ===''TAYLOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert William Taylor|Taylor, Albert William]] [https://www.familysearch.org/tree/person/details/GX56-JGX] - 1910(NSW)-1980(SA) - Licences: 5AT Port Pirie (1934-1937); 5AT Adelaide (Solomontown, 1938-1939; Edwardstown, 1947-1980+) - Qualifications: cc; AOCP 1276, 1934, SA; BOCP 286, 1940; TVOCP 461, 1962 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Marleston, SA, 1941; Edwardstown, SA, 1943) * [[/B. A. Taylor|Taylor, B. A.]] - 19??(???)-19??(???) - Licences: 4DF Receive Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Donald Gordon Taylor|Taylor, Donald Gordon "Don"]] [https://www.familysearch.org/tree/person/details/GZB4-N31] - 1907(SA)-1985(SA) - Licences: Receive Adelaide (Forestville, 1923-1924); 5DX Adelaide (Forestville, 1926-1937; Black Forest, 1938-1939, 1946-1980+) - Qualifications: cc; AOCP 307, 1926, No. ?? in SA; AOLCP 25, 1930 - amateur operator; amateur broadcaster; WW2 - Comment: another DGT served in WW2 & died on active service 1943 in NT - Electoral Rolls: wireless mechanic (Goodwood, 1939; Black Forest, 1941-1943) * [[/Florence Mary Parsons|Taylor nee Parsons, Florence Mary]] [https://www.familysearch.org/tree/person/details/LZX2-FZB] - 1879(Eng)-1969(NSW) - Licences: Nil - Qualifications: Nil - publisher - Electoral Rolls: managing director (Sydney, 1936); journalist (Vaucluse, 1954); editor (Darlinghurst, 1958; Potts Point, 1963) - Relationships: wife of George Augustine Taylor - [https://adb.anu.edu.au/biography/taylor-florence-mary-8754 ADB] * [[/George Augustine Taylor|Taylor, George Augustine]] [https://www.familysearch.org/tree/person/details/GZB4-JG7] - 1872(NSW)-1928(NSW) - Licences: Nil (always operated under military or other amateur licences) - Qualifications: Nil - early wireless experimenter, amateur operator, founder WIA NSW, founder Association for Development of Wireless in Australasia - Electoral Rolls: Nil - gone too soon - [https://adb.anu.edu.au/biography/taylor-george-augustine-8756 ADB] * [[/Henry Arthur Taylor|Taylor, Henry Arthur]] [https://www.familysearch.org/tree/person/details/GF77-443] - 1907(Eng)-1996(WA) - Licences: 6AT Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1042, 1932, WA; AOLCP 216, 1935 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: joiner (Victoria Park, WA, 1931-1934); radio engineer (6KG, Parkeston, WA, 1937-1943; Nedlands, WA, 1954-1963); retired (South Perth, WA, 1977-1980) * [[/Leslie Harry Taylor|Taylor, Leslie Harry]] [https://www.familysearch.org/tree/person/details/G841-CD4] - 1898(Eng)-1978(NSW) - Licences: 2CL Sydney (Ashfield, 1936-1939, 1946-1969) - Qualifications: AOCP 1723, 1936, NSW - amateur operator, amateur broadcaster - Electoral Rolls: manager (Leichhardt, 1930-1933; Ashfield, 1935-1968); retired (Ashfield, 1977) ===''TEECE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Auburn Selwyn Teece|Teece, Cecil Auburn Selwyn]] [https://www.familysearch.org/tree/person/details/2Z37-JSS] - 1885(NSW)-1970(ACT) - Licences: V733 Receive Melbourne (Toorak, 1922); 3GO Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (East Melbourne, 1909); examiner (Kew, 1910); civil servant (Kew, 1912; Hawthorn, 1914-1917); examiner of patents (Box Hill, 1919); civil servant (Toorak, 1922; Sandringham, 1924; St Kilda, 1928; East Melbourne, 1931; Reid, ACT, 1935-1937; Barton, 1943); public servant (Barton, 1949-1954); retired (Braddon, 1958-1968) ===''TEMPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Lander Templeton|Templeton, Gordon Lander]] [https://www.familysearch.org/tree/person/details/G8F2-VLH] - 1909(Vic)-1945(Vic) - Licences: 3OW Coleraine (1930-1939) - Qualifications: AOCP 631, 1930, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer) - Electoral Rolls: farm labourer (Tahara Bridge, 1931-1937) - Relationships: cousin of 3HG Neil Murray Templeton - "Greater love hath no man" * [[/Neil Murray Templeton|Templeton, Neil Murray]] [https://www.familysearch.org/tree/person/details/L6SD-RDT] - 1911(Vic)-1965(Vic) - Licences: 3HG Coleraine (1930-1939, 1946-1960) - Qualifications: AOCP 632, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Tahara Bridge, 1934-1937); RAAF (Canterbury, 1943); grazier (Tahara Bridge, 1949-1963) - Relationships: cousin of 3OW Gordon Lander Templeton ===''THEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Milton Theel|Theel, Kenneth Milton]] [https://www.familysearch.org/tree/person/details/LD1Z-1Z9] - 1908(SA)-1956(SA) - Licences: 5CT Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923); 5QP Adelaide (St Peters, 1927-1933; Clarence Park, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 322, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: ledger keeper (Reade Park Gardens, SA, 1941-1943) ===''THOMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Kirk Raleigh Thomas|Thomas, Henry Kirk Raleigh]] [https://www.familysearch.org/tree/person/details/GWX4-8LL] - 1902(NSW)-19??(???) - 2HT Sydney (Mosman, 1924; Neutral Bay, 1925-1933; Cremorne, 1933-1934; Mosman, 1935-1939), amateur operator (AOCP 1, 1924, No. 1 in NSW and Australia), amateur broadcaster, broadcast engineer (2GB, assistant engineer, 1946) * [[/Herbert Thomas|Thomas, Herbert]] - 19??(???)-19??(???) - Licences: 6DY Perth (CBD, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, salesman (Harris Scarfe, 1924) - Electoral Rolls: Nil yet identified - Comment: several contemporaneous HTs * [[/Ivor Thomas|Thomas, Ivor]] [https://www.familysearch.org/tree/person/details/G8HB-Q3G] - 1897(SA)-1965(SA) - Licences: 5IT Adelaide (Mitcham, 1929-1960) - Qualifications: cc; AOCP 496, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: warehouseman (Kingswood Park, 1939-1943) * [[/Josiah Thomas|Thomas, Josiah]] [https://www.familysearch.org/tree/person/details/LYSY-Y24] - 1863(Eng)-1933(NSW) - establishment radio station (2CH), state politician (NSW, MLA, 1890s), senior federal politician (MHR, Postmaster-General 1908-1909, 1910-1911) - Electoral Rolls: * [[/Roland Henry Thomas|Thomas, Roland Henry]] [https://www.familysearch.org/tree/person/details/GXHG-7Z4] - 1911(Qld)-1994(Qld) - Licences: 4LR Brisbane (Bulimba, 1932-1939) - Qualifications: cc; AOCP 1058, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Bulimba, 1934); radio technician (Bulimba, Qld, 1937-1972); proprietor (Manly West, Qld, 1977-1980) * [[/Roy Valentine Thomas|Thomas, Roy Valentine]] [https://www.familysearch.org/tree/person/details/GZ6H-7WG] - 1907(NSW)-1958(NSW) - 2TK Sydney (Erskinville, 1925), 2RV Sydney (Bondi North, 1927-1930), 2TK Sydney (South Hurstville, 1947-1958), amateur operator (AOCP 62, 19??, No. ?? in NSW), amateur broadcaster ===''THOMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Thompson|Thompson, F.]] - 19??(???)-19??(???) - Licences: 2HF Receive Sydney (East Balmain, 1922-1923); 2HF Sydney (Balmain, 1924-1927) - Qualifications: cc; AOCP 47, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: several contemporaneous F. Thompson * [[/Geoffrey George Thompson|Thompson, Geoffrey George]] [https://www.familysearch.org/tree/person/details/G8SP-DDD] - 1911(Vic)-2000(Vic) - Licences: 3GT Melbourne (Thornbury, 1928-1939) - Qualifications: AOCP 388, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Thornbury, 1934-1937; North Melbourne, 1949); cameraman (Hawthorn, 1954-1980) * [[/Leonard Neville Weston Fane Thompson|Thompson, Leonard Neville Weston Fane]] [https://www.familysearch.org/tree/person/details/LJKN-FJV] - 1899(NSW)-1960(Vic) - Licences: 3LT Melbourne (Mitcham, 1931; Chelsea, 1933; Carrum, 1937-1939; Bonbeach, 1946-1960) - Qualifications: AOCP 762, 1931, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: railway employee (Glenferrie, 1925; Mitcham, 1931; Chelsea, 1934; Carrum, 1936-1954) * [[/Stanley Gordon Thompson|Thompson, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/GXLZ-S21] - 1906(NSW)-1975(Vic) - Licences: 3AZ Melbourne (North Brighton, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: expert (Brighton, Vic, 1931); mechanic (Brighton, Vic, 1936); sales (Shepparton, Vic, 1963-1972) ===''THOMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Thomson|Thomson, Arthur William]] [https://www.familysearch.org/tree/person/details/GZND-ZPF] - 1907(Vic)-1995(Vic) - 3AT Sunshine (1925), amateur operator (AOCP 145, 1925, No. ?? in Vic) * [[/G. L. Thomson|Thomson, G. L.]] - 19??(???)-19??(???) - 2GT Sydney (Waverley, 1924-1925), amateur operator (AOCP 3, 1924, No. 2 in NSW), amateur broadcaster, operator of 2BV Waverley Radio Club ===''THORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Thorley|Thorley, Roy "John"]] [https://www.familysearch.org/tree/person/details/GDR2-8GW] - 1912(Qld)-1966(Qld) - Licences: 4RT Brisbane (South Brisbane, 1936-1937; Annerley, 1938-1939; Holland Park, 1946-1956) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (WIAQ, president); business proprietor (mechanical engineering) - Comment: killed in automobile accident - Electoral Rolls: clerk (Annerley, Qld, 1937); engineer (Holland Park, Qld, 1949-1963); contractor (Charters Towers, Qld, 1963) ===''THURSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wyngate Thurstan|Thurstan, Arthur Wyngate]] [https://www.familysearch.org/tree/person/details/LVFV-XSS] - 1907(Eng)-1976(NSW) - 2AV Sydney (Penshurst, 1924-1939; Beverley Hills, 1946-1975), amateur operator (AOCP 38, 1924, No. ?? in NSW), amateur broadcaster, WW2, Lempriere & Co (metallurgist; Chief Chemist, 1937) ===''THRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Thring|Thring, Francis William]] [https://www.familysearch.org/tree/person/details/9XFG-ZY6] - 1882(NSW)-1936(Vic) - Film producer, founder 3XY Melbourne - Links: [[w:F. W. Thring|Wikipedia]] ===''THROSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Ledsam Throssell|Throssell or Throssel, Lancelot Ledsam]] [https://www.familysearch.org/tree/person/details/KHFL-59C] - 1902(WA)-1980(WA) - Licences: 6LT Northam (1926-1927) - Qualifications: cc; AOCP 248, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Northam, 1925-1931); civil servant (Northam, 1936-1937); clerk (Bruce Rock, 1943); bank officer (Kojonup, 1954; Innaloo, 1963-1972); retired (Osborne Park, 1980) ===''THUGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thuge|Thuge, Norman]] [https://www.familysearch.org/tree/person/details/GXDL-F55] - 1917(Qld)-1973(NSW) - Licences: 4NC Gladstone (1936-1937); 4NO Gladstone (1938-1939); 4NO Brisbane (Hendra, 1947); 2ANO Sydney (Stanmore, 1948-1950; Arncliffe, 1954-1956) - Qualifications: cc; AOCP 1622, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Charters Towers, Qld, 1943); bank officer (Petersham, NSW, 1949; Arncliffe, NSW, 1954-1958); retired (Burwood, NSW, 1972) ===''THYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Joseph Thynne|Thynne, Andrew Joseph]] [https://www.familysearch.org/tree/person/details/KP3H-T8K] - 1847(Irl)-1927(Qld) - military (Qld Defence Force, 1867, eventually Lieutenant-Colonel), profession (solicitor, Qld, 1873-1882), state politician (Qld MLC, Minister for Justice and Attorney General; Qld Postmaster-General, 1894-1897) ===''TILBROOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clem David Lloyd Tilbrook|Tilbrook, Clem David Lloyd]] [https://www.familysearch.org/tree/person/details/GXP4-4PQ] - 1912(SA)-2004(SA) - Licences: 5GL Adelaide (Brighton, 1933-1937; Camden, 1938-1939; Colonel Light Gardens, 1947-1965; Daw Park, 1969-1980+) - Qualifications: cc; AOCP 1210, 1933, SA; 2COCP 381, 1940; 1COCP 468, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Camden, SA, 1939-1943) ===''TILNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Edward Tilney|Tilney, Leslie Edward]] [https://www.familysearch.org/tree/person/details/MPDS-4PK] - 1870(NSW)-1937(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 13, 1914 - early wireless experimenter (army); coastal wireless officer, WW1 - Electoral Rolls: officer-in-charge (Wireless Station, Applecross, 1916-1917); soldier (Claremont, 1917); commissioner (Caulfield, 1924-1931); civil servant (Malvern, 1933-1936) - TroveTag: "Leslie Edward Tilney" (400+ tags) - Links: [https://www.anzac-biographies.com/2021/06/05/tilney-lieutenant-colonel-leslie-edward-dso-mid-vd/ Bio] ===''TILSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Howard Tilse|Tilse, Arthur Howarde "Howard"]] [https://www.familysearch.org/tree/person/details/LTK5-CS8] - 1911(Qld)-1973(Qld) - Licences: 4WO Brisbane (Yeronga, 1931-1939; South Brisbane, 1946-1948; Yeronga, 1954-1970) - Qualifications: cc; AOCP 725, 1931, No. ?? in Qld; 2COCP 155, 1938 - amateur operator; amateur broadcaster; military (WW2, Army Signals, RAAF); art dealer - Electoral Rolls: radiotrician (Yeronga, 1934-1937); RAAF wireless operator (West End, Townsville, 1943); radio operator (South Brisbane, 1949); art dealer (Yeronga, 1954-1972) ===''TIMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Robert Timmins|Timmins, Alan Robert]] - broadcast engineer (PMGD, P&TD, DoC, DoTaC, ABA), senior federal public servant (PMGD, P&TD, DoC, DoTaC, ABA) ===''TIPPING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Tipping|Tipping, Edward Charles]] - 19??(???)-1968(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), radio clubs (WIQ, member, 1912), federal public servant (PMGD, clerk/accountant), military (Captain, Royal Engineers) ===''TIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. G. Tiver|Tiver, R. G.]] - 19??(???)-19??(???) - Licences: Receive Tanunda (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TODD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hugh Todd|Todd, Alan Hugh]] [https://www.familysearch.org/tree/person/details/GXDD-7SG] - 1919(Qld)-1978(Qld) - Licences: 4HT Brisbane (Ashgrove, 1936-1937; Newmarket, 1938-1939, 1947-1948; Red Hill, 1954-1975) - Qualifications: cc; AOCP 1639, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical mechanic (Newmarket, Qld, 1943-1949); teacher (Kelvin Grove, Qld, 1954-1977) * [[/Charles Todd|Todd, Charles]] [https://www.familysearch.org/tree/person/details/LC3X-PJ6] - 1826(Eng)-1910(SA) - senior state public servant (Government Electrician, Postmaster-General SA) - Links: [[w:Charles Todd (pioneer)|Wikipedia]] [https://adb.anu.edu.au/biography/todd-sir-charles-4727 ADB] * [[/Lionel Victor Glen Todd|Todd, Lionel Victor Glen]] [https://www.familysearch.org/tree/person/details/L5CG-Z68] - 1896(NSW)-1970(NSW) - Licences: 2CR Tamworth (1922-1935); 2LS Tamworth (1936-1938); 2LS Denistone (1939); 2LS Sydney (West Ryde, 1957-1965; Denistone, 1969) - Qualifications: cc; AOCP 132, 1925, No. ?? in NSW; 1COCP 282, 1939 - amateur operator; amateur broadcaster - Withdrawal: 2CR callsign withdrawn by PMG in 1935 for 2CR Orange (Blayney) ABC - Electoral Rolls: telephone mechanic (West Tamworth, 1932-1937); assistant radio inspector (Eastwood, 1943-1968) * [[/Milton Buchanan Todd|Todd, Milton Buchanan]] [https://www.familysearch.org/tree/person/details/GXSX-NQT] - 1892(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 63, 1915; 1COCP 81, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: engineer operator (Thursday Island, 1916); radio telegraphist (Maroubra, 1930-1935); officer (Lewisham, 1936-1937); radio telegraphist (Townsville, 1937; Croydon, NSW, 1943; Townsville, 1949); senior radio officer (Townsville, 1954); radio officer (Kensington, NSW, 1958); retired (Blaxland, 1958) * [[/Tom Arthur Todd|Todd, Tom Arthur]] [https://www.familysearch.org/tree/person/details/GD9C-7P5] - 1906(NSW)-1977(NSW) - Licences: 2OT Receive Sydney (Eastwood, 1923); 2TT Sydney (Eastwood, 1935-1939, 1946-1957) - Qualifications: cc; CPRT 984, 1928; 2COCP 50, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Eastwood, 1930-1937); radio mechanic (Eastwood, 1943-1977) ===''TONGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edward Tonge|Tonge, Arthur Edward]] [https://www.familysearch.org/tree/person/details/GX4S-MNM] - 1895(Eng)-1954(Qld) - Licences: 4AR Brisbane (Taringa, 1933; Indooroopilly, 1937-1939) - Qualifications: cc; AOCP 1149, 1933, No. ?? in Qld; 2COCP 54, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Darra, 1931; Indooroopilly, 1936-1937); mechanic (Milton, 1943-1949); process worker (Indooroopilly, 1954) ===''TONGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Melville Tongs|Tongs, Lawrence or Laurence Melville]] [https://www.familysearch.org/tree/person/details/LR9L-Y7N] - 1899(Tas)-1989(Vic) - Licences: 7BU Receive North Motton (1923); Receive North Motton (1923); 2ADB Finley (1937-1939); 7LT Devonport (1960-1969); 3ALV Melbourne (Parkville, 1975) - Qualifications: cc; CPRT 687, 1922; 2COCP 421, 1941 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: farmer (Finley, 1930-1935); radio dealer (1936-1949); farmer (Dandenong, 1954); radio technician (Devonport, 1972); retired (Parkville, 1977-1980) ===''TONKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Maxwell Tonkin|Tonkin, Arthur Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KLL6-HT9] - 1915(WA)-1998(SA) - Licences: 6MZ Katanning (1935-1939); 5MZ Adelaide (Salisbury, 1948); 5TI Clare (1975); 5MZ Clare (1980+) - Qualifications: cc; AOCP 1525, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937) * [[/Stanley Gordon Tonkin|Tonkin, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/L1DQ-2R1] - 1910(SA)-1992(SA) - Licences: 2SG Albury (1929-1931); 2SG Sydney (Double Bay, 1933; Waverley, 1933-1936; Lane Cove, 1937); 2SG Goonellabah (1938-1939); 2SG Sydney (Epping, 1946-1955); 5SG Adelaide (Hampstead Gardens, 1956; Manningham, 1969; Glenunga, 1975-1980+) - Qualifications: AOCP 520, 1929, No. ?? in NSW; AOLCP 57, 1931; 2COCP 391, 1940; 1COCP 493, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Woolwich, 1932); engineer (Edgecliff, 1933); mechanic (Waverley, 1934); radio engineer (Newtown, 1934-1935; Artarmon, 1936; Goonellabah, 1937; Eastwood, 1943); radio technician (West Epping, 1949-1954) ===''TORMEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Tormey|Tormey, Edward Arthur]] [https://www.familysearch.org/tree/person/details/G8VV-85X] - 1902(NSW)-1993(ACT) - Licences: 2ET Canberra (City, 1930-1934; Ainslie, 1935-1939, 1946-1955); 1ET Canberra (Ainslie, 1956-1980+) - Qualifications: AOCP 687, 1930, No. ?? in ACT - amateur operator, amateur broadcaster - Electoral Rolls: chauffeur (Braddon, 1928-1930; Ainslie, 1935); bus driver (Ainslie, 1937); car driver (Ainslie, 1943-1980) ===''TRAEGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Hermann Traeger|Traeger, Alfred Hermann or Herman]] [https://www.familysearch.org/tree/person/details/KCNJ-LRP] - 1895(Vic)-1980(SA) - Licences: 5AX Adelaide (Kensington Gardens, 1926-1931; Corryton, 1933-1937; Marratville, 1938-1939) - Qualifications: cc; AOCP 293, 1926, No. ?? in SA - amateur operator; amateur broadcaster; inventor (with 5BG) of the pedal wireless for the RFDS - Electoral Rolls: radio engineer (Cloncurry, 1930-1932); wireless engineer (Leabrook, SA, 1939-1943) - Links: [https://adb.anu.edu.au/biography/traeger-alfred-hermann-8839 ADB] ===''TRAYNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Byron Traynor|Traynor, Philip Byron]] [https://www.familysearch.org/tree/person/details/GZLR-LCT] - 1900(SA)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; AOCP 224, 1925, No. ?? in SA; 1COCP 353, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Mile End, 1939); federal public servant (Glandore, 1941); inspector (Torrens Park, 1943) ===''TREBILCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Eric William Trebilcock|Trebilcock, Eric William]] - 1911(???)-1989(SA) - BERS195 (1933+), amateur listener ===''TREDREA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frederick Aloysius Trevithick Tredrea|Tredrea, Frederick Aloysius Trevithick]] [https://www.familysearch.org/tree/person/details/MC1W-M7C] - 1900(WA)-1958(WA) - Licences: 6FT Perth (Mt Hawthorn, 1929-1931; South Perth, 1933); 6FT Northam (1937); 6FT Perth (South Perth, 1938-1939, 1946-1956) - Qualifications: cc; AOCP 512, 1929, No. ?? in WA; AOLCP 156, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (North Perth, 1925); radio operator (Northam, 1936); broadcast engineer (South Perth, 1937-1958) ===''TREGEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/W. S. Tregear|Tregear, W. S.]] - 19??(???)-19??(???) - 3TR Melbourne (Hawthorn 192x), 3TX Melbourne (Hawthorn, 1930+), amateur operator (AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, 3TR callsign withdrawn by PMGD to prevent confusion with 3TR Sale Class B station ===''TREHARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elgar Dennis Llewellyn Treharne|Treharne, Elgar Dennis Llewellyn]] [https://www.familysearch.org/tree/person/details/GWC7-X9R] - 1914(NSW)-1997(SA) - 2AFQ Sydney, 5?? Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW), son of Fred 2BM/5QT and brother of Ross 2IQ/5?? * [[/Herbert Fredrind Treharne|Treharne, Herbert Fredrind "Fred"]] [https://www.familysearch.org/tree/person/details/K2F8-6ZN] - 1883(NSW)-1968(SA) - 2BM Sydney, 5QT Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW, age 60), father of Ross 2IQ/5?? and Elgar 2AFQ/5?? * [[/Ross Fredrind Treharne|Treharne, Ross Fredrind]] [https://www.familysearch.org/tree/person/details/GWC7-DJD] - 1919(NSW)-1982(SA) - 2IQ Sydney, 5?? Adelaide, amateur operator (AOCP 1513, 1935, No. ?? in NSW), son of Fred 2BM/5QT and brother of Elgar 2AFQ/5?? ===''TRELIVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Benjamin Victor Treliving|Treliving, Dudley Benjamin Victor]] [https://www.familysearch.org/tree/person/details/L2D7-B6C] - 1907(SA)-1993(SA) - Licences: Receive Adelaide (Dulwich, 1923); 6DT Perth (Nedlands, 1932-1933) - Qualifications: cc; AOCP 992, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Cottesloe, WA, 1936-1937); engineer (Cottesloe, WA, 1943) ===''TRELOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Treloar|Treloar, James]] [https://www.familysearch.org/tree/person/details/GFMJ-379] - 1906(WA)-1983(WA) - Licences: 6JT Perth (Beaconsfield, 1931-1933; Melville, 1937; Beaconsfield, 1938-1939) - Qualifications: cc; AOCP 790, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: clerk (South Fremantle, WA, 1931-1943); tally clerk (Bicton, WA, 1949-1980) ===''TRESSIDDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Laurence Tresidder|Tresidder, William Laurence or Lawrence]] [https://www.familysearch.org/tree/person/details/G8PT-SQ7] - 1904(WA)-1985(Vic) - Licences: 3WT Bendigo (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio dealer (Bendigo, 1927-1942); radio (Kangaroo Flat, 1949-1954); radio engineer (Bendigo, 1963-1980) ===''TREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Stanley Trew|Trew, Richard Stanley]] [https://www.familysearch.org/tree/person/details/KCB6-GW4] - 1902(WA)-1968(WA) - Licences: 6RS Harvey (1933-1937); 6RS Perth (Mt Hawthorne, 1938-1939); 6RP Perth (Mt Hawthorne, 1947-1965) - Qualifications: cc; AOCP 1189, 1933, WA; 2COCP 382, 1940; 1COCP 1941 - amateur operator; amateur broadcaster - Electoral Rolls: assistant postal department (York, WA, 1925); postal assistant (York, WA, 1926); postal employee (Harvey, WA, 1931-1937); postal clerk (Leederville, WA, 1937-1943); PMG (Mt Hawthorn, WA, 1949); radio monitor (Joondanna Heights, WA, 1954-1958) ===''TRIM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Trim|Trim, Sydney (Electoral Rolls) or Sidney (BDM)]] [https://www.familysearch.org/tree/person/details/KL7D-NLM] - 1880(Vic)-1960(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 179; 2COCP 178, 1930; 1COCP 105, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: engineer (Subiaco, WA, 1913; West Perth, WA, 1913-1914); "radio station" (Wyndham, WA, 1914-1917); farmer (Mosman, NSW, 1936-1937); engineer (Applecross, WA, 1937-1958) ===''TROTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clement Ford Trott|Trott, Clement Ford]] [https://www.familysearch.org/tree/person/details/GCGY-XPN] - 1907(SA)-1966(SA) - Licences: 5CS McLaren Vale (1928-1929); 5CF McLaren Vale (1930-1931); 5CF Willunga (1933) - Qualifications: cc; AOCP 454, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: orchardist (McLaren Flat, SA, 1939-1943) ===''TROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Rusel Troy|Troy, Thomas Rusel]] [https://www.familysearch.org/tree/person/details/GZKG-MKH] - 1898(NSW)-1992(NSW) - 2SH Receive West Maitland (1923), 2SH West Maitland (1924-1925), 2TY West Maitland (1926-1931), amateur operator (AOCP 208, 1925, No. ?? in NSW), amateur broadcaster, postman (West Maitland, 1930-1949), postal officer (Maitland, 1954), postal clerk (Maitland, 1958) ===''TRUDGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Wallis Trudgen|Trudgen, Maxwell Wallis]] [https://www.familysearch.org/tree/person/details/GS3H-XYH] - 1907(SA)-1992(SA) - Licences: 5MW Adelaide (East Adelaide, 1926); 5HS Adelaide (Fullarton, 1927) - Qualifications: cc; AOCP 247, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Mitcham, 1939-1941); mechanical engineer (Sydney, 1943-1954); engineer (Little Bay, 1958-1968) ===''TRUNFULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Leonard Trunfull|Trunfull, Richard Leonard]] [https://www.familysearch.org/tree/person/details/GXBL-K7B] - 1906(Eng)-1957(WA) - Licences: 6RT South Greenough (1932-1933); 6RT Peel Estate (1937); 6RT Roebourne (1938-1939); 6RT Dangin (1947-1948); 6RT Nungarin (1954); 6RT Narembeen (1955-1956) - Qualifications: cc; AOCP 924, 1932, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (South Greenough, WA, 1931; Baldavis, WA, 1936; Dangin, WA, 1943-1949; Nungarin, WA, 1954; Narembeen, WA, 1958) ===''TUMBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Henry Tumbridge|Tumbridge, Stanley Henry]] [https://www.familysearch.org/tree/person/details/MM12-M1C] - 1899(Eng)-1965(Qld) - Licences: 4ST Ipswich (1932-1933); 4ST Stanthorpe (1937-1939); 4ST Broadwater, 1947-1948; 4ST Brisbane (Woody Point, 1954-1960) - Qualifications: cc; AOCP 986, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Woodend, Qld, 1921); teacher (Murgon, Qld, 1925); school teacher (Stanthorpe, Qld, 1936-1937; Broadwater, Qld, 1943-1949); teacher (Margate, Qld, 1949-1954; Woody Point, Qld, 1958-1963) ===''TURNBULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Edward Turnbull|Turnbull, Norman Edward]] [https://www.familysearch.org/tree/person/details/L2TP-7K8] - 1900(WA)-1988(Vic) - Licences: 6NO Narrogin (1928); 6NO Perth (City, 1930; Subiaco, 1931; Shenton Park, 1937-1939); 3AXX Melbourne (Armadale, 1954; Carrum, 1955; Parkdale, 1956; Cheltenham, 1960-1980+) - Qualifications: c; AOCP 430, 1928, No. ?? in WA; CPRT 1120, 1928; 1COCP 185, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Bunbury, 1922; Busselton, 1925; Narrogin, 1925; Subiaco, 1931); radio inspector (Subiaco, 1934-1936); civil servant (East Perth, 1937); engineer (Armadale, 1954); clerk (Sandringham, 1958); manager (Sandringham, 1963-1968; Cheltenham, 1972); retired (Cheltenham, 1977-1980) * [[/Robert William Turnbull|Turnbull, Robert William or Robert]] [https://www.familysearch.org/tree/person/details/GZ1S-GP4] - 1892(Eng)-1968(NSW) - Licences: 2RO Sydney (Burwood, 1927-1938; Northbridge, 1939) - Qualifications: AOCP 317, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: bricklayer (Homebush, 1930-1963) ===''TURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Reginald Turner|Turner, Edward Arthur Reginald "Rex"]] [https://www.familysearch.org/tree/person/details/GZT9-JD5] - 1910(SA)-1966(SA) - Licences: 5CW Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923-1925); 5SA Adelaide (Leabrook, 1926-1927) - Qualifications: cc; AOCP 272, 1926, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: butter maker (Gawler, 1939-1943) * [[/Haswell Elliott Alfred Turner|Turner, Haswell Elliott Alfred]] [https://www.familysearch.org/tree/person/details/LRQG-8TG] - 1891(Vic)-1969(NSW) - 2TM Sydney (Mosman, 1925-1933), amateur operator (AOCP 127, 1925, No. ?? in NSW), amateur broadcaster, engineer, military, likely related to XACW E. Turner, Jnr * [[/Ralph Robinson Turner|Turner, Ralph Robinson]] [https://www.familysearch.org/tree/person/details/GX2D-S51] - 1912(SA)-1996(SA) - Licences: 5TR Adelaide (Henley Beach, 1935-1937; Dulwich, 1938-1939; Linden Park, 1947-1969; Echunga, 1975-1980+) - Qualifications: cc; AOCP 1444, 1935, SA; BOCP 66, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Dulwich, SA, 1939-1941) * [[/Robert John Blackwell Turner|Turner, Robert John Blackwell]] [https://www.familysearch.org/tree/person/details/L62T-FP7] - 1884(NSW)-1943(NSW) - 2RT Goulburn (1925-1933), amateur operator (AOCP 55, 1925, No. ?? in NSW), amateur broadcaster, engineer ===''TWEEDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/P. Tweedle|Tweedle, P.]] - 19??(???)-19??(???) - Licences: 4DM Receive Brisbane (Albion, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TYAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Robert Wilson Tyas|Tyas, Norman Robert Wilson]] [https://www.familysearch.org/tree/person/details/GXHC-SK6] - 1913(Qld)-1975(Qld) - Licences: 4TY Gracemere (1932-1934); 4TY Kingaroy (1935-1939); 4TY Brisbane (Manly, 1946-1948); 4TY Boonah (1954); 4TY Wallangarra (1955-1956); 4TY Warwick (1960); Brisbane (Manly, 1965-1975+) - Qualifications: cc; AOCP 1059, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, wireless officer); state public servant (state school principal) - Electoral Rolls: school teacher (Kingaroy, Qld, 1936-1943; Brookstead, Qld, 1949; Mt Alford, Qld, 1954); teacher (Wallangarra, Qld, 1958); school teacher (Warwick, Qld, 1963; Manly, Qld, 1968-1972) ===''TYMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Tymms|Tymms, Robert William]] [https://www.familysearch.org/tree/person/details/GXSX-R2D] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 84, 1930 - coastal wireless operator (RANRS); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); wireless operator (Geraldton, 1922; Como, 1925); not stated (Broome, 1937); wireless telegraphist (Townsville, 1954) =='''U'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''UMBACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ricky Charles Umback|Umback, Ricky Charles]] - early wireless historian (Ph.D. Thesis, 2016, "Constituting Australia's International Wireless Service: 1901-1922") [https://openresearch-repository.anu.edu.au/bitstream/1885/142647/1/Umback%20Thesis%202018.pdf] ===''UNDERWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Underwood|Underwood, William Henry]] [https://www.familysearch.org/tree/person/details/GX6T-1XZ] - 1875(Eng)-1953(Qld) - Licences: 4DN Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Newstead, Qld, 1913-1915; Clayfield, Qld, 1916-1943); no occupation (Albion, Qld, 1943; Highgate Hill, Qld, 1949) ===''UNGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Wilhelm Unger|Unger, A. H.]] - 19??(???)-????(???) - 2YRS Alectown (1980+), amateur operator (AOCP ????, 19??, No. ?? in NSW), amateur broadcaster, son of Herbert Wilhelm Carl Unger 2UJ * [[/Herbert Wilhelm Carl Unger|Unger, Herbert Wilhelm Carl or Herbert William Carl]] - 1911(???)-2012(NSW, 101yo) - 2UJ Alectown (1933-1980+), amateur operator (AOCP 1108, 1933, No. ?? in NSW), amateur broadcaster, father of A. H. Unger 2YRS ===''URQUHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Stewart Urquhart|Urquhart, Malcolm Stewart]] [https://www.familysearch.org/tree/person/details/GZXT-5C3] - 1905(WA)-1967(WA) - Licences: 6MU Perth (Cottesloe, 1925-1939); 6MU Merredin (1946-1960); 6MU Perth (Cottesloe, 1965) - Qualifications: cc; AOCP 116, 1925, No. ?? in WA; BOCP 27, 1936; AOLCP 158, 1934; 2COCP 85, 1937; 1COCP 126, 1937 - amateur operator; amateur broadcaster; clerk (1931); broadcast technician (6MD, 1958); WW2 (1939-1945) - Electoral Rolls: clerk (Cottesloe, WA, 1931-1937); broadcast technician (Merredin, WA, 1943-1963) =='''V'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''VALENTINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Keith Valentine|Valentine, Lionel Keith]] [https://www.familysearch.org/tree/person/details/GD1Z-ZVK] - 1916(Tas)-1961(Tas) - Licences: 7KV Hobart (Bellerive, 1933-1939) - Qualifications: cc; AOCP 1148, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Bellerive, Tas, 1937; Acton, ACT, 1949); public servant (Hobart West, Tas, 1958) ===''VAN COUTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Josephus Van Cooth|Van Cooth, John Robert Josephus]] [https://www.familysearch.org/tree/person/details/G8GN-6ZP] - 1908(Vic)-1936(Vic) - Licences: 3DX Receive Melbourne (East Malvern, 1922); 3DX Melbourne (East Malvern, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (St Kilda West, 1931) ===''VARDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Edwin Vardon|Vardon, Joseph Edwin]] [https://www.familysearch.org/tree/person/details/LV9V-VPR] - 1905(SA)-1970(SA) - Licences: Receive Adelaide (Unley, 1923-1924); 5OM Adelaide (Unley Park, 1927-1933) - Qualifications: cc; AOCP 329, 1927, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: sales manager (Malvern, 1941-1943) ===''VAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Vaughan (also known as Hearps, change of name), David Edward]] [https://www.familysearch.org/tree/person/details/LYD2-HG5] - 1901(Vic)-1976(NSW) - Licences: 2FY Sydney (Lakemba, 1930-1969) - Qualifications: AOCP 665, 1930, NSW (Hearps); AOCP 1003, 1932, NSW (Vaughan) - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Lakemba, 1930-1937); machinist (Lakemba, 1943-1972) ===''VEALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Pax Veall|Veall, Reginald Pax]] [https://www.familysearch.org/tree/person/details/GZL8-GR6] - 1918(Vic)-1942(NT) - Licences: 3PV Melbourne (St Kilda, 1937-1939) - Qualifications: AOCP 2050, 1937, No. ?? in Vic; 2COCP 274, 1939; 1COCP 375, 1940 - amateur operator, amateur broadcaster, WW2 (Merchant Navy, Wireless Officer, MV Neptuna) - Electoral Rolls: Nil - "Greater love hath no man than this" [http://www.ntlexhibit.nt.gov.au/exhibits/show/bod/roh/veall] ===''VEARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elwyn Thomas Vears|Vears, Elwyn Thomas]] [https://www.familysearch.org/tree/person/details/GHS1-C67] - 1901(NSW)-1960(NSW) - Licences: 2BM Leura (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Strathfield, 1930-1937; Burwood, 1943-1958)) ===''VERNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Henry Vernon|Vernon, Charles Henry]] [https://www.familysearch.org/tree/person/details/G88V-18Z] - 1901(WA)-1964(WA) - Licences: 6KZ Albany (1930-1931); 6KZ Perth (Fremantle, 1933-1939); 3AMD Melbourne (Moonee Ponds, 1947); 6KZ Perth (Guildford, 1947-1948) - Qualifications: cc; AOCP 566, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Forts, Albany, 1922-1931; Fremantle, 1936-1937; 9AAD, Guildford, 1949-1954); retired (Wagin, 1958; Morley, 1963) ===''VICKARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Mervyn Vickary|Vickary, Reginald Mervyn "Reg"]] [https://www.familysearch.org/tree/person/details/G88K-CLP] - 1909(NSW)-1973(Qld) - Licences: 4RV Cunnamulla (1930-1933); 4RV Warwick (1936-1939); 4VX Brisbane (Gordon Park, 1965; The Grange, 1969) - Qualifications: cc; AOCP 702, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shed hand (Cunnamulla, 1931); radio dealer (Warwick, 1937; Cunnamulla, 1943); shopkeeper (Toowoomba, 1949; Ekibin, 1954; Chermside, 1963; Grange, 1968-1972) ===''VICKERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth James Vickery|Vickery, Kenneth James]] [https://www.familysearch.org/tree/person/details/GDQP-WMQ] - 1893(NSW)-1970(NSW) - Licences: 2RA Receive Sydney (Hurlstone Park, 1923); 2RA Sydney (Hurlstone Park, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrical fitter (Hurlstone Park, 1930-1933); electrician (West Ryde, 1935; Parkes, 1936; Uralla, 1943); farmer (North Richmond, 1949-1968) ===''VINCENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Vincent|Vincent, Jack]] [https://www.familysearch.org/tree/person/details/GZ64-7S8] - 1906(WA)-1980(WA) - Licences: 6DL Receive Kalgoorlie (1923-1924); 6VK Kalgoorlie (1925-1939) - Qualifications: cc; AOCP 59, 1925, No. ?? in WA - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter & turner (Kalgoorlie, WA, 1931-1937); manufacturer (South Perth, WA, 1949-1963; Como, WA, 1972-1980) ===''VINING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Vining|Vining, William Edward]] [https://www.familysearch.org/tree/person/details/GZR1-NLT] - 1906(Qld)-1977(Qld) - Licences: 4WE Brisbane (Nundah, 1926-1927) - Qualifications: cc; AOCP 277, 1926, No. 22 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: carrier (Nundah, 1928-1931); motor driver (Mitchelton, 1934; Gaythorne, 1936); mechanic (Gayndah, 1943); telephone mechanic (Enoggera, 1949-1963); telephone technician (Enoggera, 1968-1977) ===''VIPAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alton Frederick Vipan|Vipan, Alton Frederick]] - 1890(NSW)-1946(NSW) - XHV Sydney (Petersham, 1913-1914), early wireless experimenter, amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), ship wireless operator, AWA (Koo-we-rup, 1922) ===''VOIGT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emil Robert Voigt|Voigt, Emil Robert]] [https://www.familysearch.org/tree/person/details/G88K-VV2] - 1883(Eng)-1973(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - 2KY Sydney, broadcast station manager; witness to Royal Commission 1927 (as chairman, NSW Labor wireless committee) - Relationships: father of Rion Osborne Voigt; grandfather of Robin Voigt - Electoral Rolls: secretary (Dee Why, 1930-1934); manager (Dee Why, 1935; Narrabeen, 1936) - Links: [https://adb.anu.edu.au/biography/voigt-emil-robert-8930 ADB]; [[w:Emil_Voigt_(athlete)|Wikipedia]]; [https://www.radioheritage.com/story70/ RHF] * [[/Rion Osborne Clifford Voigt|Voigt, Rion Osborne Clifford]] [https://www.familysearch.org/tree/person/details/G88K-L1V] - 1915(Eng)-1987(NSW) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - broadcast industry executive, WW2 - Electoral Rolls: radio announcer (Narrabeen, 1937; Turramurra, 1963-1980) - Relationships: son of Emil Robert Voigt; father of Robin Voigt * [[/Robin Voigt|Voigt, Robin]] - historian (Emil Robert Voigt; 2KY) - Relationships: grandson of Emil Robert Voigt; son of Rion Osborne Clifford Voigt ===''VOLKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Henry Oxford Volkman|Volkman, Reginald Henry Oxford]] [https://www.familysearch.org/tree/person/details/G4CV-7PH] - 1902(NSW)-1959(NSW) - Licences: 2RY Grafton (1924-1925); 2RY Scone (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Woollahra, 1930-1933) ===''VOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Taylor Vowles|Vowles, Rupert Taylor]] [https://www.familysearch.org/tree/person/details/LKYT-FLF] - 1894(NSW)-1973(NSW) - Licences: XIZ Sydney (Burwood, 1913-1914); 2AW Receive Sydney (Burwood, 1922-1923); 2XZ Sydney (Concord, 1929-1931) - Qualifications: cc; AOCP 562, 1929, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Concord, 1930-1972) =='''W'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''WADDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivon Edward Waddell|Waddell, Ivon Edward]] [https://www.familysearch.org/tree/person/details/G88S-H3S] - 1909(WA)-1943(Thailand/Singapore) - Licences: 6WX Albany (1929-1930); 6WX Katanning (1931) - Qualifications: cc; AOCP 561, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: postal clerk (Katanning, 1936; South Perth, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10298089 AWM] ===''WADDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. M. Waddle|Waddle, E. M.]] - 19??(???)-19??(???) - 4GZ Charters Towers (-1959+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''WADDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard William Mackie Waddy|Waddy, Richard William Mackie]] [https://www.familysearch.org/tree/person/details/LB62-5RP] - 1848(SA)-1933(SA) - senior state public servant (SA Post & Telegraphs Dept), senior federal public servant (Deputy Postmaster-General SA) ===''WADHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin Wadham|Wadham, Kevin]] [https://www.familysearch.org/tree/person/details/GZZC-SBQ] - 1905(SA)-1970(SA) - Licences: 5KW Adelaide (Parkside, 1924-1927; Helmsdale, 1928; Da Costa Park, 1931; Glenelg, 1933; Adelaide, 1937; Glenelg, 1938-1939) - Qualifications: cc; AOCP 23, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WIA SA (Councillor 1931; Hon. Treasurer, 1931); National Radio Corp (manager, 1938); Holdfast Bay Yacht Club (Vice-commodore, 1949) - Electoral Rolls: manager (Helmsdale, SA, 1939-1941; Da Costa Park, SA, 1943) ===''WAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Fripp Wahl|Wahl, Alan Fripp]] [https://www.familysearch.org/tree/person/details/GFMB-TD4] - 1918(WA)-2003(WA) - Licences: 6JB Perth (Leederville, 1938-1939, 1947-1960; Dianella, 1965-1980+) - Qualifications: cc; AOCP 2101, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: railway employee (Leederville, WA, 1943-1958); clerk (Dianella, WA, 1963-1980) ===''WALCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Crosby Walch|Walch, Alan Crosby or Crosby Alan]] [https://www.familysearch.org/tree/person/details/GQC7-GSS] - 1907(NSW)-1979(Tas) - Licences: 7BI Receive Hobart (Bellerive, 1923); Receive Hobart (Bellerive, 1923-1925); 7CW Hobart (Bellerive, 1926-1927; Battery Point, 1931-1933; City, 1937; Sandy Bay, 1938-1939, 1946-1975) - Qualifications: cc; AOCP 231, 1926, No. ?? in Tas; BOCP 1, 1936; 1AOCP 16, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: radio expert (Hobart South, 1936-1954) ===''WALDRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Gerard Waldron|Waldron, Francis Gerard "Frank"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''WALKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Walker|Walker, Arthur Charles]] [https://www.familysearch.org/tree/person/details/GXFY-L2V] - 1898(Qld)-1974(Qld) - Licences: 4AC Brisbane (Sandgate, 1927-1931) - Qualifications: cc; CPRT 699, 1922 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: newspaper carrier (Kangaroo Point, Qld, 1934-1937); carrier (Sandgate, Qld, 1943-1972) * [[/Charles Welsh Walker|Walker, Charles Welsh "Chas"]] [https://www.familysearch.org/tree/person/details/GXFR-19W] - 1899(NSW)-1961(Qld) - Licences: 4CU Receive Clifton (1923); 4CU Clifton (1924-1960); 4DQ Portable Clifton (1948-1960) - Qualifications: cc; AOCP 10, 1924, No. 2 in Qld - amateur operator; amateur broadcaster; motor mechanic; Walker's Radio Service (proprietor, 1930s-1950s) - Electoral Rolls: motor mechanic (Clifton, Qld, 1921-1958) * [[/Louis Edward Walker|Walker, Louis Edward]] [https://www.familysearch.org/tree/person/details/GSWB-L81] - 1864(Eng)-1934(At Sea) - Oversight of the 1906 Bass Strait link for Marconi Wireless Telegraphy Co * [[/Philip Billingsley Walker|Walker, Phillip Billingsley]] [https://www.familysearch.org/tree/person/details/MNF3-P9W] - 1840(Eng)-1900(NSW) - early wireless experimenter, employment (NSW Posts & Telegraphs, Superintendent of Telegraphs, Chief Electrician) * [[/Ronald Gregory Walker|Walker, Ronald Gregory "Gregory"]] [https://www.familysearch.org/tree/person/details/GDRP-GC6] - 1907(NSW)-1929(At Sea) - Licences: 7BT Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; journalist (Hobart "Mercury"); film maker - Comment: Gone too soon - Electoral Rolls: journalist (Hobart South, 1928) - Links: [http://www.seafarersmemorial.org.au/memorials/walker_g.php Seafarer's Memorial] * [[/William Spencer Walker|Walker, William Spencer]] [https://www.familysearch.org/tree/person/details/KCF4-R77] - 1911(SA)-2004(SA) - Licences: 5WW Adelaide (Alberton, 1934-1939; West Croydon, 1947-1980+) - Qualifications: cc; AOCP 1305, 1934, SA; BOCP 444, 1942; TVOCP 274, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939); mechanic (West Croydon, SA, 1941-1943) ===''WALLACE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elizabeth Aileen Geisel|Wallace nee Geisel, Elizabeth Aileen "Betty"]] See Geisel, Elizabeth Aileen "Betty" ===''WALLBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Walter Wallbridge|Wallbridge, Leslie Walter]] [https://www.familysearch.org/tree/person/details/LDMT-HKZ] - 1910(Eng)-1966(SA) - Licences: 5UX Adelaide (Lower Mitcham, 1930-1937); 5UX Peterborough (1938-1939); 5UX Kadina (1947-1948); 5UX Cook (1954-1955); 5UX Saddleworth (1956); 5UX Hawker (1960) - Qualifications: cc; AOCP 712, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Peterborough, SA, 1939-1941; Rendelsham, SA, 1943; Alice Springs, NT, 1963) ===''WALLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Wallis|Wallis, John Charles]] - 19??(???)-19??(???) - Licences: 7JW Longford (1932-1939, 1947) - Qualifications: cc; AOCP 893, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Burnie, 1928; Longford, 1936-1937) * Wallace, Florence Violet (adoptive name) - see Granville, Florence Violet (birth name) ===''WALSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Dunbar Walsh|Walsh, Harold Dunbar "Cordite"]] [https://www.familysearch.org/tree/person/details/G3W3-CT7] - 1903(Qld)-1951(Qld) - Licences: 4HW Brisbane (Hamilton, 1925-1931; Rocklea, 1946-1947)); 4WN Brisbane (Hamilton, 1927, dealer) - Qualifications: cc; AOCP 133, 1925, No 14 in Qld - amateur operator; amateur broadcaster; WW2 (RAAF); solicitor; pilot - Comment: Tragic end to a productive life - Electoral Rolls: clerk (Hamilton, 1925-1937); airline pilot (Moorooka, 1949) ===''WALTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Allan Walters|Walters, Charles Allan]] [https://www.familysearch.org/tree/person/details/G8CT-LBY] - 1910(Vic)-1947(Vic) - Licences: 3CW Melbourne (Thornbury, 1929-1933; Heidelburg, 1937-1939; Brunswick, 1946-1947) - Qualifications: AOCP 524, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Northcote, 1931-1936; Heidelberg, 1937; Brunswick, 1942) * [[/Gerald Wills Walters|Walters, Gerald (Wills or Willis or blank)]] [https://www.familysearch.org/tree/person/details/GX7Y-1HZ] - 1886(Eng)-1956(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 108, 1915; 2COCP 157, 1930; 1COCP 129, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: wireless telegraphist (Currie, King Island, Tas, 1919; Darwin, NT, 1922); radio telegraphist (New Town, Tas, 1928); wireless officer (Radio Station, Thursday Island, Qld, 1936-1937); wireless (Gladesville, NSW, 1943); wireless telegraphist (Rockhampton, Qld, 1949-1954) ===''WALZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edwyn Walz|Walz, Arthur Edwyn or Edgar]] [https://www.familysearch.org/tree/person/details/GM9T-LB3] - 1908(Qld)-2000(Qld) - Licences: 4AW Brisbane (Nundah, 1926-1939; Wavell Heights, 1946-1980+) - Qualifications: cc; AOCP 287, 1926, No. 26 in Qld - amateur operator; amateur broadcaster; plumber; radio repair business - Relationships: son of Conrad August Walz - Electoral Rolls: plumber (Nundah, 1934-1943); radio engineer (Wavell Heights, 1949-1980) * [[/Conrad August Walz|Walz, Conrad August]] [https://www.familysearch.org/tree/person/details/LRGZ-QF3] - 1882(Qld)-1951(Qld) - 4?? Brisbane, amateur operator (AOCP ???, 19??, No. ?? in Qld), plumber, farmer, father of 4AW Arthur Edwyn Walz ===''WARDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney William Lumley Wardle|Wardle, Sidney William Lumley]] - 1911(Eng)-19??(???) - Licences: 2OU Woodford Leigh (1930-1935); 2OU Armidale (1936-1937); 2OU Sydney (Bellevue Hill, 1938-1939); 5OU Adelaide (Lockleys, 1946-1954); 2DID Berridale (1980) - Qualifications: AOCP 610, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: farm hand (Woodford Leigh, 1934-1935); technician (Bondi North, 1937; Woollahra, 1943); retired (Berridale, 1980) ===''WARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Clarke Waring|Waring, Cecil Clarke]] [https://www.familysearch.org/tree/person/details/GQW4-V9F] - 1904(Vic)-1988(Vic) - Licences: 3CU Receive Melbourne (Canterbury, 1922-1924); 3YW Melbourne (Camberwell, 1929-1931; Canterbury, 1933; Kew, 1937); 3YW Rupanyup (1938-1939); 3YW Stawell (1946-1948); 3YW Warrnambool (1954-1980+) - Qualifications: AOCP 549, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Canterbury, 1925-1928; Kew, 1931-1937; Stawell, 1942-1949; Warrnambool, 1954-1977) ===''WARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Leslie George Warne|Warne, Maurice Leslie George]] [https://www.familysearch.org/tree/person/details/LYSP-LHY] - 1909(NSW)-1975(NSW) - Licences: 2MW Sydney (Croydon, 1926-1929) - Qualifications: AOCP 300, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: printer (Campsie, 1931-1934); radio mechanic (Campsie, 1936-1937); radio sales (Kogarah, 1943-1963); radio & TV technician (Arncliffe, 1968) ===''WARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Albert Warner|Warner, Geoffrey Albert]] [https://www.familysearch.org/tree/person/details/G8V1-6NR] - 1914(NSW)-2007(NSW) - Licences: 2CK Wyong (1930-1939); 3ABW Fiskville (1947); 9GW Port Moresby (1948-1954); 2AVW Bringelly (1955-1958); 2CK Bringelly (1960-1969); 6EG Bassendean (1975); 2HJ Camden (1980+) - Qualifications: AOCP 710, 1930, NSW; 1COCP 60, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless technician (Rockbank, Vic, 1942); technician (OTC Bringelly, 1958-1963); manager (Bassendean, 1977; Camden South, 1980) - callsign may have been withdrawn for 2CK Cessnock commercial (later restored) ===''WARNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Bernard Warnock|Warnock, Neil Bernard]] [https://www.familysearch.org/tree/person/details/GZJ8-58G] - 1944(Vic)-2019(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''WATERHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. G. Waterhouse|Waterhouse, A. G.]] - 19??(???)-19??(???) - Licences: XVV Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WATERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George James Waters|Waters, George James]] [https://www.familysearch.org/tree/person/details/G8X9-S46] - 1902(Vic)-1931(Vic) - Licences: 3EX Receive Melbourne (Heathcote, 1922); 3XA Melbourne (East Prahran, 1930-1931) - Qualifications: AOCP 608, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified as yet - Comment: Passed too soon * [[/James Alfred Waters|Waters, James Alfred]] - 19??(???)-19??(???) - Licences: 7JA Hobart (Sandy Bay, 1936-1939) - Qualifications: cc; AOCP 1685, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Queensborough, 1936); teacher (Ringarooma, 1937); schoolteacher (Queensborough, 1943-1954) * [[/Leslie Waters|Waters, Leslie]] [https://www.familysearch.org/tree/person/details/G85N-TZB] - 1882(Eng)-1956(Qld) - Licences: 4AC Innisfail (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; engineer (Randell Engineering) - Electoral Rolls: watchmaker (Innisfail, 1919-1943); radio dealer (Innisfail, 1949) ===''WATERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lindsay Carmel Waterworth|Waterworth, Lindsay Carmel "Joe"]] [https://www.familysearch.org/tree/person/details/G6YY-6M6] - 1892(Qld)-1969(Qld) - Licences: 4CL Rockhampton (1935-1939, 1946-1969) - Qualifications: cc; AOCP 1526, 1935, Qld - amateur operator; amateur broadcaster; WW1; WW2; federal public servant (PMGD, telegraphist) - Electoral Rolls: assistant (Charleville, Qld, 1921); telegraphist (Rockhampton, Qld, 1928-1968) ===''WATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Paul Watkins|Watkins, Andrew Paul]] [https://www.familysearch.org/tree/person/details/GFQ9-RHP] - 1914(WA)-1965(NSW) - Licences: 6AW Perth (1936-1939) - Qualifications: cc; AOCP 1805, 1936, WA; BOCP 269, 1939; 1COCP 842, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Boulder, WA, 1937); radio mechanic (Geraldton, WA, 1943); radio technician (Cairns, Qld, 1949; Lakemba, NSW, 1954; Chullora, NSW, 1958-1963) * [[/William Trevor Watkins|Watkins, William Trevor "Trevor", "Watty"]] [https://www.familysearch.org/tree/person/details/LZKG-J4V] - 1899(Tas)-1931(Tas) - Licences: T336 Hobart (1920-1921); 7AA Hobart (1922-1925); 7DX Hobart (1925-1931) - Qualifications: cc; AOCP 107, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Withdrawal: PMGD withdrew 7AA callsign for their own use, electrician (Zinc Co., Hobart, 1922), wireless expert (Medhurst & Sons, Hobart, 1925) - Electoral Rolls: electrician (West Hobart, 1922-1928) - Comment: passed too soon ===''WATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. A. Watson|Watson, A. A.]] - bef1910(???)-aft1930(???) - Licences: 2UT Sydney (Darlinghurst, 1927-1929) - Qualifications: AOCP 341, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: None as yet - Full name not yet identified * [[/Douglas Mervyn Watson|Watson, Douglas Mervyn]] [https://www.familysearch.org/tree/person/details/G6MG-FPY] - 1920(Tas)-1989(Tas) - Licences: 7DW Hobart (New Town, 1937-1939; City, 1946-1956; Lindisfarne, 1960-1980+) - Qualifications: cc; AOCP 1867, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Hobart South, 1949-1954); mechanic (Lindisfarne, 1972) * [[/Herbert Leopold Watson|Watson, Herbert Leopold]] [https://www.familysearch.org/tree/person/details/G8ZP-JLK] - 1897(Vic)-1982(NSW) - Licences: 2OL Kiama (1929-1933); 2OL Unanderra (1935-1938); 2OL Woollongong (1939) - Qualifications: AOCP 545, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: engineer (Kiama, 1930); electrical engineer (Unanderra, 1934-1937; Heidelberg, Vic, 1949); electrician (Ivanhoe, Vic, 1954); retired (Avalon Beach, 1968-1972; Mona Vale, 1977; Mosman, 1980) * [[/James David Watson|Watson, James David]] [https://www.familysearch.org/tree/person/details/G8F5-789] - 1910(Vic)-19??(???) - Licences: 3NQ Darlington via Camperdown (1930-1939); 2ANQ Albury (1946-1957) - Qualifications: AOCP 633, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical fitter (Darlington, 1931-1943); radio technician (Albury, 1949-1954) - Comment: Beware another JDW, labourer, Geelong, 1930s * [[/John Watson|Watson, John]] - 19??(???)-19??(???) - Licences: 6CR Receive Perth (Victoria Park, 1923-1924) - Qualifications: AOCP 436, 1928, No. ?? in WA - amateur operator? - Electoral Rolls: Nil, as yet, specific individual not yet identified * [[/Samuel Wilfred Watson|Watson, Samuel Wilfred or Wilfred Samuel]] [https://www.familysearch.org/tree/person/details/GXY5-LXP] - 1906(Eng)-1998(WA) - Licences: 6WW Perth (West Perth, 1930-1939, 1948-1969); 6WW Shoalwater Bay (1975); 6WW Cardup (1980) - Qualifications: cc; 1COCP 189, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless operator (West Perth, WA, 1931-1972); retired (Shoalwater Bay, WA, 1977; Cardup, WA, 1980) * [[/William Wesley Watson|Watson, William Wesley]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio telegraphist (Hobart South, 1949) ===''WATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Watt|Watt, Alexander]] [https://www.familysearch.org/tree/person/details/GDRK-4B7] - 1901(Sct)-1985(Tas) - Licences: 7BO Receive Prince of Wales Bay (1923); Receive Prince of Wales Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Prince of Wales Bay, 1922-1928); accountant (New Town, 1936-1949; Moonah, 1954) * [[/Arthur William Watt|Watt, Arthur William]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly) * [[/Charles Russell Watt|Watt, Charles Russell]] [https://www.familysearch.org/tree/person/details/GZV7-JFH] - 1904(Eng)-1993(NSW) - 2WT Tenterfield (1925-1975+), amateur operator (AOCP 184, 1925, No. ?? in NSW), amateur broadcaster, grazier (Tenterfield, 1930-1980) ===''WAUCHOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Wylie Wauchope|Wauchope, Ronald Wylie]] [https://www.familysearch.org/tree/person/details/LH6X-QJR] - 1914(SA)-1933(SA)19yo - Licences: 5WE Adelaide (Maylands, 1933) - Qualifications: cc; AOCP 1086, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, 19yo - Electoral Rolls: Nil yet identified ===''WEATHERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Elsdon Weatherley|Weatherley, Harry William Elsdon]] [https://www.familysearch.org/tree/person/details/LTBF-1HC] - 1921(Vic)-2006(Vic) - prominent MW and SW broadcast DXer (1940-1990), clubs (Australian Radio DX Club, New Zealand Radio DX League, New Zealand DX Radio Association, Southern Cross DX Club, DX Australia - Chief Editor, Ontario DX Club), ANARC DXer of the year - metallurgist (Auburn, 1949-1954); technician (Mount Waverley, 1963-1972); retired (Mount Waverley, 1980) * [[/Herb J. Weatherley|Weatherley, Herb J.]] - 19??(???)-19??(???) - 4HW Clifton (-1951+), amateur operator (AOCP ??, 19??, No. ?? in Qld), callsign formerly Harold Dunbar Walsh ===''WEATHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Weatherson|Weatherson, W. A.]] - 19??(???)-19??(???) - Licences: 3AB Melbourne (East St Kilda, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''WEATHERSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stewart Weatherston|Weatherston, William Stewart]] [https://www.familysearch.org/tree/person/details/G8LZ-2KF] - 1905(WA)-1942(Sing) - Licences: 3AB Melbourne (East St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1927); salesman (St Kilda, 1931; Forrest, ACT, 1935; Newtown, 1943!) - Sacrifice: "Greater love hath no man than this" ===''WEBSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank James Webster|Webster, Frank James]] [https://www.familysearch.org/tree/person/details/GF73-5KV] - 1908(Eng)-19??(WA) - Licences: 6FW Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1039, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Victoria Park, WA, 1931-1943); plasterer (Perth, WA, 1954-1963; Victoria Park, WA, 1968-1972); retired (Fremantle, WA, 1977-1980) * [[/Harold Charles Webster|Webster, Harold Charles]] [https://www.familysearch.org/tree/person/details/KCRM-31P] - 1876(Tas)-1923(Tas) - Licences: Receive (Crystal Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: photographer (Launceston, 1914); clerk (Hobart North, 1922) * [[/William Webster|Webster, William]] [https://www.familysearch.org/tree/person/details/GZJD-D94] - 1860(Eng)-1936(NSW) - senior federal politician (Postmaster-General, 1915-1920), played prominent part in the Postal Royal Commission ===''WEDDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Austin Weddell|Weddell, James Austin]] [https://www.familysearch.org/tree/person/details/GXK9-SYF] - 1914(SA)-2005(NSW) - Licences: 5ZL Adelaide (Reade Park, 1935-1939) - Qualifications: cc; AOCP 1595, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Col Light Gardens, SA, 1939-1943); RAAF (Albert Park, Vic, 1949; Auburn, Vic, 1954); RAAF officer (Richmond, NSW, 1958); RAAF (Red Hill, ACT, 1963); not stated (Red Hill, ACT, 1968-1972); RAAF (Red Hill, ACT, 1977-1980) * [[/John Arthur Weddell|Weddell, John Arthur]] [https://www.familysearch.org/tree/person/details/GXKM-KVK] - 1926(Qld)-19??(???) - Licences: 4FT Brisbane (Zillmere, 1954-1960); 2ZM Glenbrook (1961); 4FT Brisbane (Sandgate North, 1965-1969); 2BFT Sydney (Clovelly, 1975-1980) - Qualifications: cc; AOCP 3172, 1951, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Annerley, Qld, 1949; Zillmere, Qld, 1954-1958; Sandgate, Qld, 1963-1968); technician (Marrickville, NSW, 1972; Clovelly, NSW, 1977-1980) ===''WEDGEWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Donald Wedgewood|Wedgewood, William Donald]] [https://www.familysearch.org/tree/person/details/GDLV-GM8] - 1901(Qld)-1974(NSW) - Licences: N741 Receive NSW - Qualifications: cc; CPRT 692, 1922; 2COCP 49, 1935 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: boarder (Sutton Coalfield, Eng, 1911); manufacturer (Glenmore, 1930-1936); aviator (Nedlands, WA, 1937); farmer (Moruya, 1949-1954); greenkeeper (Brisbane, 1958); public servant (Hornsby, 1963-1972) ===''WEEKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. L. Weeks|Weeks, H. L.]] - 19??-19?? - Licences: 4CJ Receive Currumbin (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: - Identification: Not yet identified ===''WEISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Wilfred George Weiss|Weiss, Wilfred George]] [https://www.familysearch.org/tree/person/details/G8V9-7NP] - 1912(NSW)-1982(NSW) - Licences: 2TV Sydney (Croydon Park, 1960-1961; Strathfield, 1965); 2TV Ettalong Beach (1975-1980+) - Qualifications: AOCP 670, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lithgow, 1934-1937); storekeeper (Lithgow, 1943); silk screen craftsman (Croydon Park, 1949-1958); retired (Strathfield, 1963-1968; Ettalong Beach, 1972; Ettalong, 1977) ===''WELLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Arthur Martin Weller|Weller, Cyril Arthur Martin "Sam"]] [https://www.familysearch.org/tree/person/details/GZTQ-WXH] - 1903(???)-1994(Qld) - Licences: 4CZ Brisbane (Clayfield, 1938-1939, 1946-1980+) - Qualifications: AOCP 2160, 1938, Qld - amateur operator, amateur broadcaster, Radio Club (WIAQ, Brisbane DX Club), power station engineer, education (ME, UQ) - Electoral Rolls: student (Windsor, 1925); engineer (Wilston, 1925-1928; Camp Hill, 1934-1943; Clayfield, 1949-1972; Albion, 1977) ===''WELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Welling|Welling, Thomas]] [https://www.familysearch.org/tree/person/details/LLHB-KQZ] - 1898(Eng)-1960(SA) - Licences: 5TW Adelaide (North Adelaide, 1937); 5TW Mt Gambier (1938-1939, 1947-1960) - Qualifications: cc; 2COCP 179, 1930; 1COCP 81, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: wireless engineer (Mt Gambier, SA, 1939-1941); wireless technician (Mt Gambier, SA, 1943) ===''WELLINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hudson Wellington|Wellington, Stanley Hudson]] [https://www.familysearch.org/tree/person/details/LB84-47Y] - 1909(Tas)-1981(NSW) - Licences: 7PK Hobart (New Town, 1932-1933); 3SX Melbourne (Brighton, 1937-1939) - Qualifications: cc; AOCP 1002, 1932, No. ?? in Tas; AOLCP 117, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: representative (Caulfield, 1936); chemist (Brighton, Vic, 1937-1942); manager (Mosman, 1949-1980) ===''WELLMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Joseph Wellman|Wellman, Leo Joseph]] [https://www.familysearch.org/tree/person/details/L1SW-R9S] - 1898(NSW)-1965(NSW) - 2PS Receive Sydney (Marrickville, 1923), 2LW Sydney (Marrickville, 1925-1928), amateur operator (AOCP 117, 1925, No. ?? in NSW), amateur broadcaster ===''WELSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud William Welsh|Welsh, Claude or Claud William]] [https://www.familysearch.org/tree/person/details/GZPH-WS4] - 1914(Qld)-1988(Qld) - Licences: 4CW Warwick (1937-1939); 4DK Mackay (1975-1980+) - Qualifications: cc; AOCP 1982, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, Qld, 1937-1943); engineer (Kew, Vic, 1943); radio technician (Warwick, Qld, 1958; Mackay, Qld, 1958); technician (Mackay, Qld, 1963); radio technician (Mackay, Qld, 1968-1980) ===''WERRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Errol Limbrick Werrett|Werrett, Errol Limbrick]] [https://www.familysearch.org/tree/person/details/G8SK-FMH] - 1908(Tas)-1974(Eng) - Licences: Receive (Crystal) Hampshire (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm worker (Hampshire, 1936-1937); fitter (South Melbourne, 1943); engineer (Caulfield, 1949-1968; Balaclava, 1972) ===''WESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Frederick Shorter Weston|Weston, Cyril Frederick Shorter]] [https://www.familysearch.org/tree/person/details/GZVJ-FXY] - 1905(Eng)-1988(NSW) - Licences: 4EN Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephone mechanic (Kedron, 1928); Christian worker (Darlinghurst, 1934); grocer (Oatley, 1943); agriculturalist (Ourimbah, 1949); salesman (Paekhurst, 1963-1980); retired (Charmhaven, 1980) * [[/George James Weston|Weston, George James]] [https://www.familysearch.org/tree/person/details/GXQ3-Y8Q] - 1868(Eng)-1939(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 702, 1922 - RANRS (Radio Lieutenant) - Comment: Several contemporaneous GJWs - Electoral Rolls: telegraph operator (Albany, 1903); civil servant (Kalgoorlie, WA, 1910-1912); civil servant (Wireless Station, Carlingford, NSW, 1913); sailor (Toorak, 1919); naval officer (Elsternwick, 1919); civil servant (Auburn, Vic, 1922); wireless engineer (Auburn, Vic, 1924-1927); retired engineer (Upwey, 1931-1937) * [[/Robert Marcus Hamilton Weston|Weston, Robert Marcus Hamilton "Mark"]] [https://www.familysearch.org/tree/person/details/GX8K-KW6] - 1915(NSW)-1995(NSW) - Licences: 4XO Bundaberg (1938-1939); 2WE Sydney (Lidcombe, 1946-1947); 2AWE Sydney (Kingsford, 1955; Kensington, 1956-1957); 2AYK Sydney (Kensington, 1957; Kingsford, 1958-1961); 2CM Sydney (Dolls Point, 1964-1980) - Qualifications: cc; AOCP 2076, 1938, Qld; 2COCP 386, 1940; 1COCP 581, 1942 - amateur operator; amateur broadcaster; ship wireless officer; wireless officer (QANTAS) - Relationships: husband of 2MR Verle Lorraine Weston nee Key(s) - Electoral Rolls: marine wireless operator (Auchenflower, Qld, 1943); radio operator (Blakehurst, NSW, 1949; Kingsford, NSW, 1954-1963; Sans Souci, NSW, 1968-1980) * [[/Verle Lorraine Keys|Weston nee Key(s), Verle Lorraine]] - 1934(???)-1985(NSW) - 2MR Sydney (Dolls Point, 1964-1980), YL amateur operator (AOCP ???, 1964, No. ?? in Qld), wife of Robert Marcus Hamilton Weston 2CM * [[/William Wood Weston|Weston or Wehrstedt, William Wood]] [https://www.familysearch.org/tree/person/details/GDPG-KBQ] - 1912(WA)-1953(WA) - Licences: 6MW Perth (Nedlands, 1935-1939; North Beach, 1947-1948) - Qualifications: cc; AOCP 1465, 1935, WA; BOCP 596, 1944 - amateur operator; amateur broadcaster - Comment: Further clarification of identification required - Electoral Rolls: assistant operator (Subiaco, WA, 1936-1937); operator (Leederville, WA, 1943-1954; North Perth, WA, 1958-1968; Leederville, WA, 1972-1977) ===''WHALLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Percy Whalley|Whalley, Rupert Percy]] [https://www.familysearch.org/tree/person/details/GZGZ-CV3] - 1894(Vic)-1969(Vic) - Licences: 3JZ Receive Melbourne (Sandringham, 1922); 3JZ Melbourne (Sandringham, 1923-1927); 3JZ Myrtleford (1937-1939); 3JZ Wangaratta (1946-1948); 3JZ Melbourne (Blackburn, 1954-1969) - Qualifications: cc; AOCP 238, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: builder (Sandringham, 1919-1925); farmer (Myrtleford, 1927-1942); tobacco grower (Wangaratta, 1949); foreman (Blackburn, 1954-1968) - Relationships: father of 3ZWZ Robert Kelvin Whalley ===''WHEELER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Winslow Wheeler|Wheeler, Harry Winslow]] [https://www.familysearch.org/tree/person/details/GCBC-BYC] - 1910(SA)-1990(SA) - Licences: 5FB Adelaide (Eden Hills, 1927-1928); 5HW Adelaide (Eden Hills, 1933-1939) - Qualifications: AOCP 371, 1927, No. ?? in SA - amateur operator; amateur broadcaster; military (WW2, RAAF, DFC) - Electoral Rolls: chemist (Eden Hills, SA, 1939-1943); lecturer (Kalgoorlie, WA, 1954-1968) * [[/Victor George Wheeler|Wheeler, Victor George]] [https://www.familysearch.org/tree/person/details/GW4Z-FGL] - 1897(Eng)-1976(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; coastal wireless operator; WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: electric mechanic (Roebourne, 1917-1922); manager (Fremantle, 1925) ===''WHITAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Thomas Whitaker|Whitaker, Albert Thomas]] [https://www.familysearch.org/tree/person/details/LKKW-5DB] - 1895(NSW)-1960(NSW) - Licences: 2OI Receive Sydney (Banksia, 1923); 2OI Sydney (Banksia, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: labourer (Rockdale, 1930; Banksia, 1933-1934); builder (Banksia, 1937-1949); instructor (Mount Colah, 1954-1958) ===''WHITBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Roy Whitburn|Whitburn, Douglas Roy "Doug"]] [https://www.familysearch.org/tree/person/details/LZT2-3JX] - 1904(SA)-1958(SA) - Licences: 5BY Adelaide (Toorak, 1927-1931; Fullarton, 1933-1939; Rosefield, 1946-1947; Fullarton, 1948-1956) - Qualifications: cc; AOCP 312, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Rosefield, 1943) * [[/Robert Philip Whitburn|Whitburn, Robert Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GZBF-5XB] - 1896(NSW)-1991(NSW)94yo - Licences: XACJ Sydney (Leichhardt, 1913-1914); 2DK Receive Sydney (Leichhardt, 1922); 2DK Sydney (Leichhardt, 1923-1926) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: chairmaker (Leichhardt, 1930-1968); retired (West Ryde, 1972-1980) ===''WHITE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Matthews White|White, Alfred Matthews]] - 1894(Eng)-1981(Qld) - Licences: 4CX Receive Winton (1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1 - Electoral Rolls: grazier (Tranby, Winton, 1915-1958); retired (Buderim, Qld, 1963-1980) * [[/Charles Robert White|White, Charles Robert]] [https://www.familysearch.org/tree/person/details/GXLC-S5H] - 1911(SA)-1986(Vic) - Licences: 5MX Adelaide (Kilkenny, 1931-1939) - Qualifications: cc; AOCP 802, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edwin Harold White|White, Edwin Harold "Eddie"]] [https://www.familysearch.org/tree/person/details/GZTQ-QGH] - 1911(Qld)-1997(Qld) - Licences: 4EW Brisbane (Red Hill, 1933-1939); 4EW Mackay (1946-1950); 4EW Brisbane (Red Hill, 1954-1956); 5OW & 8OW Darwin (1956-1963); 4OW Brisbane (Red Hill, 1963-1965); 4OW Mt Isa (1969); 4OW Brisbane (Red Hill, 1975) - Qualifications: cc; AOCP 1141, 1933, No. ?? in Qld; 1COCP 250, 1939 - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, Fortress Signals); federal public servant (DCA) - Electoral Rolls: compositor (Red Hill, 1934-1936); radio technician (Longreach, 1937); aeradio operator (Cloncurry, 1943; Mackay, 1949); communications officer (Archerfield, 1954); public servant (Red Hill, 1963; Mt Isa, 1968; Red Hill, 1972-1980) * [[/Frank Philip White|White, Frank Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GXSJ-9NF] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 189, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: Nil yet identified * [[/Frank Roy White|White, Frank Roy]] [https://www.familysearch.org/tree/person/details/GD4P-LVT] - 1911(NSW)-1994(???) - Licences: Nil yet identified - Qualifications: cc; 2COCP 5, 1934; 1COCP 12, 1934 - beam wireless operator (AWA); WW2 - Electoral Rolls: clerk (West Ryde, 1933-1935); telegraphist (Roseville, 1936-1937; Ryde, 1943-1968) * [[/J. L. White|White, J. L.]] - 19??(???)-19??(???) - Licences: 6JL via Brass Valley (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''WHITELAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Roy Whitelaw|Whitelaw, Charles Roy]] [https://www.familysearch.org/tree/person/details/99WD-7NY] - 1891(Vic)-1957(Vic) - Licences: XMO Melbourne (Rosedale, 1913-1914); 3BH Melbourne (Mooroolbark, 1923-1925); 3BH Stawell (1925); 3BH Benalla (1925-1927); 3BH Melbourne (Mitcham, 1931); 3BH Woomelang (1933); 3BH Melbourne (Mornington 1937-1939); 3BH (Harrisfield, 1946-1947; Dandenong, 1948; Noble Park, 1954-1955; Boronia, 1956) - Qualifications: cc; AOCP 87, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; fire brigade and railway stationmaster; WW1 (AFC, Wireless Operator, 1917) - Electoral Rolls: railway employee (Creswick, 1914); assistant stationmaster (Ravenswood, 1919); stationmaster (Mooroolbark, 1922-1924); railway employee (Timboon, 1925); stationmaster (Benalla, 1925-1927; Mitcham, 1931; Euroa, 1942; Harrisfield, 1949-1954) ===''WHITING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Ambrose Whiting|Whiting, Reginald Ambrose]] [https://www.familysearch.org/tree/person/details/GXR6-XDQ] - 1911(SA)-1981(Vic) - Licences: 5MC Adelaide (Torrensville, 1932-1933); 3MZ Melbourne (East Preston, 1947-1980+) - Qualifications: cc; AOCP 988, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (South Yarra, Vic, 1934; Essendon, Vic, 1937); fitter & turner (Preston, Vic, 1942-1968); fitter (Preston, Vic, 1972-1980) ===''WHITLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gough Whitlam|Whitlam, Edward Gough "Gough"]] [https://www.familysearch.org/tree/person/details/L5VH-8BJ] - 1916(Vic)-2014(NSW) - Prime Minister (1972-1975), WW2 (RAAF, Flight Lieutenant, navigator & bomb aimer, 1942-1945) - Electoral Rolls: student (Glebe, 1943); barrister (Cronulla, 1949; Cabramatta, 1958-1963; Red Hill, 1977; Double Bay, 1980) - executive oversight of the introduction of community radio in Australia - Links: [[w:Gough Whitlam|Wikipedia]] * [[/Lewis Alfred John Whitlam|Whitlam, Lewis Alfred John]] [https://www.familysearch.org/tree/person/details/LYY1-BBB] - 1904(Qld)-1977(Qld) - Licences: Receive (Crystal) Brisbane (Brisbane City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer's assistant (Brisbane City, Qld, 1931-1937); electrical engineer (Windsor, Qld, 1943-1968); engineer (Windsor, Qld, 1972-1977) ===''WICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. Wicks|Wicks, C.]] - 18??(???)-19??(???) - Licences: XQK Brisbane (South Brisbane) (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WILDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cyril George Wildman|Wildman, Cyril George]] [https://www.familysearch.org/tree/person/details/GMG3-GNP] - 1900(Vic)-1982(Vic) - Licences: 3FM Melbourne (Northcote, 1930-1931; Moreland, 1933-1939, 1946-1948; East Brunswick, 1954-1980+) - Qualifications: AOCP 624, 1930, No. ?? in Vic; BOCP 422, 1942 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Melbourne, 1927; Fitzroy North, 1931; Coburg, 1934-1942); electrical engineer (Brunswick East, 1977-1980) ===''WILKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Winstanley Wilkin|Wilkin, John Winstanley]] [https://www.familysearch.org/tree/person/details/L6LX-1P7] - 1891(NZ)-1967(SA) - Licences: 5JW Adelaide (North Adelaide, 1928; Osmond, 1931; Glen Osmond, 1933; North Walkerville, 1937-1938) - Qualifications: cc; Nil yet identified; likely qualified in NZ - amateur operator; amateur broadcaster - Electoral Rolls: manager (Toorak, SA, 1939-1943) ===''WILKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wilkins|Wilkins, Arthur]] - 19??(???)-19??(???) - Licences: 3AW Melbourne (Murrumbeena, 1927; East St Kilda, 1931) - Qualifications: AOCP 375, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: - several contemporaneous Arthur Wilkins, specific to be identified ===''WILKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Angus Wilkinson|Wilkinson, Dudley Angus]] [https://www.familysearch.org/tree/person/details/LR41-Q53] - 1919(SA)-1988(SA) - Licences: 5WD Adelaide (Frewville, 1935-1939; College Park, 1947-1948) - Qualifications: cc; AOCP 1455, 1935, SA; BOCP 182, 1938; 1COCP 284, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hawthorn, SA, 1941; Ballarat, Vic, 1942) ===''WILLIAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Williams|Williams, Albert Edward]] - 19??(???)-19??(???) - Licences: 5BO Adelaide (Unley, 1930-1931); 5BO Adelaide (Ottaway, 1946-1975) - Qualifications: cc; AOCP 659, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: - several contemporaneous AEWs in SA * [[/Alex Elisha Williams|Williams, Alex Elisha]] [https://www.familysearch.org/tree/person/details/G8JC-RN9] - 1913(Vic)-1981(Vic) - Licences: 3KT Melbourne (Elsternwick, 1933-1939) - Qualifications: AOCP 1062, 1932, Vic - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Elsternwick, 1936-1937; Camberwell, 1943-1949; Highfield Park, 1954); school teacher (Frankston, 1967-1968); teacher (Frankston, 1972-1980) * [[/Alfred Keith Williams|Williams, Alfred Keith]] [https://www.familysearch.org/tree/person/details/G8C3-3SS] - 1905(WA)-1932(WA) - Licences: 6AW Collie (1929-1931) - Qualifications: cc; AOCP 502, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: picture S. operator (Collie, 1930) * [[/Ernest Arthur Williams|Williams, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/LKNS-QYG] - 1888(NSW)-1968(NSW) - Licences: 2QY Receive Wollongong (1923); 2QY Wollongong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Wollongong, 1913, 1930-1958); retired (Wollongong, 1968) * [[/Harold Parkyn Williams|Williams, Harold Parkyn]] [https://www.familysearch.org/tree/person/details/G7CW-DGX] - 1881(Qld)-1933(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - first general manager of ABC - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/williams-harold-parkyn-9112 ADB] * [[/J. E. Williams|Williams, J. E.]] - 19??(???)-19??(???) - Licences: 4DQ Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: many contemporaneous JEWs - Electoral Rolls: Nil yet identified * [[/John Henry Williams|Williams, John Henry Jnr "Johnny" "Jack"]] [https://www.familysearch.org/tree/person/details/MP3D-8NG] - 1880(Qld)-1953(Qld) - Licences: 4JH Mackay (1929-1931) - Qualifications: cc; AOCP 507, 1929, No ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: iron monger? (Mackay, 1925-1943) - established commercial broadcaster 4MK Mackay 1931 * [[/Leslie Samuel Barnes Williams|Williams, Leslie Samuel Barnes]] [https://www.familysearch.org/tree/person/details/G8F2-X56] - 1896(Qld)-1974(Qld) - Licences: 4LS Brisbane (Indooroopilly, 1930-1933); 4LS Toogoolawah (1937-1939) - Qualifications: cc; AOCP 630, 1930, Qld - amateur operator, amateur broadcaster - Electoral Rolls: naval signalman (Cape Moreton, 1917-1922); saddler (Indooroopilly, 1925-1931); boot repairer (Toogoolawah, 1934-1958); retired (Taringa, 1963-1972) * [[/Neville Williams|Williams, Neville]] - 1915(NSW)-1996(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: - Links: [http://messui.polygonal-moogle.com/valves/NW199701.pdf EA] ===''WILLIAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Joseph Augustine Williamson|Williamson, Cecil Joseph Augustine]] [https://www.familysearch.org/tree/person/details/K879-9HC] - 1925(NSW)-1973(NSW) - Licences: 2CW Yass (1929-1931); 2ALS Yass (1939, 1946-1954) - Qualifications: AOCP 525, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Yass, 1930-1949); farmer (Trundle, 1949); mechanic (Orange, 1954-1972) * [[/Frederick Lerpiniere Williamson|Williamson, Frederick Lerpiniere]][https://www.familysearch.org/tree/person/details/LB6L-GCH] - 1896(SA)-1976(SA) - Licences: 5AH Receive Adelaide (Kent Town, 1922); 5AH Adelaide (Kent Town, 1922-1927; Collinswood, 1928, 1948-1955); also dealer licence 5BT Adelaide 1925-1926 for Kauper, Austin & Williamson - Qualifications: cc; AOCP 22, 1924, No. ?? in SA; BOCP 284, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Hubert Gordon Williamson|Williamson, Hubert Gordon]] [https://www.familysearch.org/tree/person/details/LH7J-YQP] - 1907(Vic)-1995(Vic) - 3GW Rainbow (1927-1939, 1946-1960), 3GW Lalor (1965-1969), 3GW Melbourne (East Doncaster, 1975-1980), 3GH Rainbow (1937-1939), amateur operator (AOCP 342, 1927, No. ?? in Vic), (1COCP 593, 1942), amateur broadcaster * Williamson nee Hutchings, Marjorie Lilian - See Marjorie Lilian Hutchings ===''WILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Oliver Willis|Willis, Harold Oliver]] [https://www.familysearch.org/tree/person/details/G8VS-NLZ] - 1898(Vic)-1976(WA) - Licences: 6OW Perth (South Fremantle, 1930-1931); 6AM Perth (South Fremantle, 1933); 6HW Perth (South Fremantle, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 675, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: baker (South Fremantle, 1925-1968) ===''WILLMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILMOTT * [[/Thomas Robert Willmott|Willmott or Wilmot, Thomas Robert]] [https://www.familysearch.org/tree/person/details/GZD6-TB4] - 1886(NSW)-1947(NSW) - Licences: 2BR Receive South Grafton (1922); 2ZO South Grafton (1923-1931) - Qualifications: cc; AOCP 48, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Grafton South, 1930-1943) ===''WILLOUGHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lancelot Willoughby|Willoughby, Eric Lancelot]] [https://www.familysearch.org/tree/person/details/LR88-Q5X] - 1912(SA)-19??(???) - Licences: 5BM Adelaide (Penrhyn, 1932-1939); 5GO Adelaide (Unley, 1948); 3FB Noojee (1954-1956); 3FB Neerim Junction (1960); 4EW Booval (1965-1980+) - Qualifications: cc; AOCP 1035, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Penrhyn, SA, 1939-1943); farmer (Noojee, Vic, 1949-1954); PMG Linesman (Booval, Qld, 1963-1968); PMG (Booval, Qld, 1972-1977) ===''WILMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILLMOTT * [[/John Henry Wilmott|Wilmott, John Henry]] [https://www.familysearch.org/tree/person/details/GFQY-PTR] - 1914(WA)-2003(NSW) - Licences: 6JW Perth (Como, 1934-1939); 2AJX Sydney (Lindfield, 1975); 2AJX Bathurst (1980) - Qualifications: cc; AOCP 1345, 1934, WA; 1COCP 170, 1938 - amateur operator; amateur broadcaster - Comment: Several contemporaneous JHWs - Electoral Rolls: aircraft radio officer (Lindfield, NSW, 1949); communications officer (Lindfield, NSW, 1958-1968); proprietor (Bathurst, NSW, 1977-1980) ===''WILSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Wilson|Wilson, A. H.]] - 19??(???)-19??(???) - Licences: 4DL Receive Brisbane (Kangaroo Point, 1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Darius Joseph Wilson|Wilson, Darius Joseph]] [https://www.familysearch.org/tree/person/details/G8ZR-GJ4] - 1901(NSW)-1987(NSW) - Licences: 2DW Sydney (Leichhardt, 1929-1931; Lidcombe, 1933; Five Dock, 1933-1939, 1946-1948; Warwick Farm, 1950; Yagoona, 1954-1980) - Qualifications: AOCP 548, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: french polisher (Leichhardt, 1930; Five Dock, 1943-1949); no occupation (Five Dock, 1954); french polisher (Yagoona, 1954-1968); polisher (Yagoona, 1972-1977) * [[/Horace Benjamin Wilson|Wilson, Horace Benjamin "Ben"]] [https://www.familysearch.org/tree/person/details/G8DV-71R] - 1911(WA)-2005(NSW) - Licences: 5WB Adelaide (Wayville, 1930-1937; Unley Park, 1938-1939); 2BP Sydney (McMahons Point, 1946-1948; West Ryde, 1950-1980+) - Qualifications: cc; AOCP 586, 1930, No. ?? in SA; AOLCP 161, 1934; 2COCP 33, 1935; 1COCP 72, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Unley Park, 1939); recording engineer (McMahons Point, 1949); business manager (West Ryde, 1954-1980) * [[/Leonard Gratton Wilson|Wilson, Leonard Gratton]] [https://www.familysearch.org/tree/person/details/GQN8-3K6] - 1901(NSW)-1990(WA) - Licences: 6LG Perth (Inglewood, 1928; South Perth, 1930-1931; Como, 1954-1980+) - Qualifications: cc; AOCP 429, 1928, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: vigneron (Caversham, 1925); police constable (South Perth, 1931-1936; Como, 1937); constable (Albany, 1943-1949); police constable (Como, 1954-1958) * [[/Leslie Maclean Wilson|Wilson, Leslie Maclean]] [https://www.familysearch.org/tree/person/details/LRH5-9TL] - 1893(NSW)-1972(NSW) - 2LM Marsden (1924-1926), 2LM Sydney (Cremorne, 1927), 2LM Mudgee (1928-1939), 2LM Port Macquarie (1960-1969+), amateur operator (AOCP 33, 1924, No. ?? in NSW), amateur broadcaster, pastoralist * [[/Perry Allen Wilson|Wilson, Perry Allen]] - 19??(???)-19??(???) - Licences: 4AT Receive Eumundi (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motordriver (Eumundi, Qld, 1925-1934); garage proprietor (Eumundi, Qld, 1936-1943) * [[/Victor John Wilson|Wilson, Victor John]] [https://www.familysearch.org/tree/person/details/GX8K-NPY] - 1909(Qld)-2009(Qld)99yo - Licences: Receive Brisbane (New Farm, 1923); 4VW Brisbane (Newstead, 1937-1939); 4VW Nambour (1960); 4VW Brisbane (Everton Park, 1965) - Qualifications: cc; AOCP 1100, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: panel beater (Newstead, Qld, 1931-1937; Nambour, Qld, 1958; Everton Park, Qld, 1963-1980) * [[/Warne Alfred George Wilson|Wilson, Warne Alfred George]] [https://www.familysearch.org/tree/person/details/LKLN-Y39] - 1900(Vic)-1981(Vic) - Licences: 3RY Receive Ballarat (1923); 3RY Ballarat (1924-1925); 3WA Ballarat (1928-1939, 1946-1960); 3KV Ballarat (1980) - Qualifications: cc; AOCP 444, 1928, No. ?? in Vic; AOLCP 20, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Ballarat, 1924); radio engineer (Ballarat, 1927-1980) * [[/Wilfred Elvyn Wilson|Wilson, Wilfred Elvyn]] [https://www.familysearch.org/tree/person/details/GDSB-MB4] - 1880(Eng)-1964(NSW) - Licences: 2JI Receive Sydney (Roseville, 1922-1923); 2JI Sydney (Roseville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: optician (Roseville, 1930-1963) ===''WING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James John Wing|Wing, William James John]] [https://www.familysearch.org/tree/person/details/GDHH-WKW] - 1887(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 188, 1916; 2COCP 142, 1930; 1COCP 212, 1931 - coastal wireless operator; RANRS (CPO, 1917-1918); AWA - Electoral Rolls: wireless operator (Hotel Metropole, Thursday Island, Qld, 1914); wireless engineer operator (Radio Station, Applecross, WA, 1917); radiotelegraphist (Cooktown, 1921); business manager (Epping, 1930); sales manager (Epping, 1933-1936; Roseville, 1937; Chatswood, 1943-1949); manager (Melbourne, 1954) ===''WINTERFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Charles Burnett Brereton Winterford|Winterford, Dudley Charles Burnett Brereton]] [https://www.familysearch.org/tree/person/details/G3ML-FJH] - 1908(Qld)-1988(Canada?) - Licences: 4MF Brisbane (Annerley, 1927-1931); 4MF Southport (1933); 4MF Sarina (1938-1939) - Qualifications: cc; AOCP 363, 1927, No. 40 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Annerley, 1931); mechanic (Coorparoo, 1937); electrician (Sarina, 1943); electrical contractor (Broadbeach, 1949) ===''WISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Wise|Wise, George Henry]] [https://www.familysearch.org/tree/person/details/GDDS-D87] - 1853(Vic)-1950(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - politician (Postmaster-General, 1920-1921) - Electoral Rolls: solicitor (Sale, 1905-1949) - Links: [[w:George Wise (Australian politician)|Wikipedia]] ===''WISEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Cleave Wiseman|Wiseman, William James Cleave]] [https://www.familysearch.org/tree/person/details/GX2M-ZP8] - 1906(SA)-1976(SA) - Licences: 5WJ Port Lincoln (1931-1939); 5WJ Ceduna (1947-1948); 5WJ Adelaide (Parafield, 1954) - Qualifications: cc; AOCP 759, 1931, No. ?? in SA; 1COCP 485, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Port Lincoln, SA, 1939-1941); aeradio operator (Ceduna, SA, 1943) ===''WISHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Turner Wishart|Wishart, William Turner "Bill, Billy"]] [https://www.familysearch.org/tree/person/details/GHQ3-J9S] - 1900(Qld)-1994(Qld) - Licences: 4WT Brisbane (Graceville, 1931-1939); 6TW Perth (Claremont/Floreat Park, 1946-1948); 4WX Brisbane (St Lucia, 1965-1969; Margate 1975-1980+) - Qualifications: cc; AOCP 870, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, councillor, federal councillor) - Electoral Rolls: mechanic (Red Hill, Qld, 1921); optical mechanic (Paddington, Qld, 1925; Graceville, Qld, 1928-1937); audiometrist (Floreat Park, WA, 1949; Darlington, WA, 1949); retired (Wynnum North, Qld, 1972; Margate, Qld, 1977-1980) ===''WITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sidney Herbert Witt|Witt, Sidney Herbert "Sid"]] [https://www.familysearch.org/tree/person/details/GD3D-BDV] - 1892(Vic)-1973(Vic) - Licences: 3MZ Receive Melbourne (Camberwell, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Malvern, 1914-1916); electrical engineer (Camberwell, 1922); engineer (Brighton, 1925-1943; Glen Iris, 1958-1968; Burwood, 1972)) - Links: [https://adb.anu.edu.au/biography/witt-sidney-herbert-12059 ADB] ===''WOLFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hamilton Bennett Wolfe|Wolfe, Hamilton Bennett]] [https://www.familysearch.org/tree/person/details/G9H2-8K6] - 1886(Vic)-1956(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 193, 1916; 2COCP 242, 1930; 1COCP 213, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: clerk (Bairnsdale, Vic, 1908-1912); wireless telegraphist (Applecross, WA, 1925-1926); radio telegraphist (Geraldton, 1936-1949); retired (Nedlands, WA, 1954) ===''WOLFENDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Wolfenden|Wolfenden, Peter]] - 3ZPA Strathmore (1965) - amateur operator, historian (amateur, amateur broadcasting), journalist (WIA's "Amateur Radio") ===''WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Abner David Wood|Wood, Abner David]] [https://www.familysearch.org/tree/person/details/GZ7R-BJC] - 1910(Eng)-1976(SA) - Licences: 6AS Mt Barker (1935-1939) - Qualifications: cc; AOCP 1534, 1935, WA; BOCP 654, 1945 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Percy Wood|Wood, Percy]] [https://www.familysearch.org/tree/person/details/G8M8-2V1] - 1909(Qld)-19??(???) - Licences: 4RQ Ipswich (1927-1931); 4PW Ipswich (1933-1939); 2EPW Banora Point - Qualifications: cc; AOCP 359, 1927, No. 39 in Qld - amateur operator; amateur broadcaster; journalist (QRN, AR); engineer (IREE) - Electoral Rolls: electrical mechanic (Ipswich, 1931); radio dealer (Ipswich, 1937-1949; East Ipswich, 1954-1968); electrical dealer (Banora Point, 1977-1980) ===''WOODLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Woodley|Woodley, William Robert]] [https://www.familysearch.org/tree/person/details/G8VC-CYY] - 1909(???)-1995(WA) - Licences: 6BY Perth (West Leederville, 1930-1931); 6DJ Perth (Carlisle, 1946-1948; Victoria Park, 1954-1956; Maniana, 1960-1980+) - Qualifications: cc; AOCP 680, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Claremont, 1936-1937); mechanic (Victoria Park, 1943); radio mechanic (Carlisle, 1949; Victoria Park, 1954; Maniana, 1963-1980) - Callsign possibly withdrawn for commercial ===''WOOKEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Bruce Wookey|Wookey, Robert Bruce]] [https://www.familysearch.org/tree/person/details/9DP1-GVW] - 1907(Vic)-1974(Vic) - Receive Geelong (1923-1924), 3RW Geelong (1925-1927), 3IC Geelong (1948-1974), amateur operator (AOCP 146, 1925, No. ?? in Vic), amateur broadcaster, postal clerk ===''WOOLACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Prosser Woolacott|Woolacott, Francis Prosser "Frank"]] [https://www.familysearch.org/tree/person/details/GZFL-94T] - 1903(NSW)-1968(NSW) - 2ST Receive Sydney (Drummoyne, 1923-1924), 2FW Sydney (Drummoyne, 1925-1926), amateur operator (AOCP 119, 1925, No. ?? in NSW), amateur broadcaster ===''WOOLLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edgar Woollett|Woollett, David Edgar]] [https://www.familysearch.org/tree/person/details/GZTM-HDP] - 1920(NSW)-2001(NSW) - Licences: 2ZDE Sydney (Beverley Hills, 1956-1980+) - Qualifications: AOLCP 202, 1956; AOCP 4292, 1965, NSW - amateur operator, WW2 - Electoral Rolls: telephone technician (Beverley Hills, 1949-1972; Narwee, 1977-1980) * [[/N. Woollett|Woollett, N.]] - 19??(???)-19??(???) - Licences: 2ZY Sydney (Mosman, 1926-1927) - Qualifications: AOCP 276, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: ? ===''WOOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Ronald Woolley|Woolley, Leon Ronald]] [https://www.familysearch.org/tree/person/details/L214-JQH] - 1898(Qld)-1971(Qld) - Licences: 4FW Ipswich (1931); 4FW Townsville (1933); 4FW Ipswich (1937-1939, 1946-1969) - Qualifications: cc; AOCP 751, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, ATC); employment (school teacher) - Electoral Rolls: schoolteacher (Bell, Qld, 1919-1921; Newtown, Qld, 1925; Kia Ora, Townsville, 1931; Newtown, Qld 1934-1963) ===''WOOLNOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Stephen Woolnough|Woolnough, Archibald Stephen]] [https://www.familysearch.org/tree/person/details/G8CG-9PK] - 1909(Vic)-2004(Vic) - Licences: 3BW Portarlington (1929-1980+) - Qualifications: AOCP 519, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: business proprietor (Portarlington, 1931-1980) * [[/Walter Lyell Woolnough|Woolnough, Walter Lyell]] [https://www.familysearch.org/tree/person/details/9CJF-LS3] - 1906(NSW)-1999(NSW) - 2GW Sydney (Killara, 1925-1927; Gordon, 1928-1930; Greenwich, 1931; Gordon, 1933-1936), 2GW Lithgow (1937-1939), Sydney (Gordon, 1946-1980+), amateur operator (AOCP 153, 1925, No. ?? in NSW), amateur broadcaster, licence held by father Walter George Woolnough till 1933, engineer ===''WOOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Meredith Wooster|Wooster, Horace Meredith "Jack"]] [https://www.familysearch.org/tree/person/details/L23Q-CGW] - 1909(Qld)-1992(Qld) - Licences: 4VH Townsville (City, 1930-1939; Belgian Gardens, 1946-1948); 4VH Brisbane (Yeronga, 1954-1980+) - Qualifications: cc; AOCP 623, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; state public servant (Qld Railways, telegraphist; Qld Main Roads Dept); military (Army signals officer) - Electoral Rolls: clerk (Townsville, 1931-1932; Norman Park, 1937; Townsville, 1943-1949; Yeronga, 1954-1980) ===''WORRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Albert Worrall|Worrall, Leonard Albert]] [https://www.familysearch.org/tree/person/details/LTL5-L1L] - 1912(NSW)-1978(Qld) - Licences: 2XM Sydney (Parramatta, 1933-1934; Punchbowl, 1935-1936); 4XM Cairns (1937-1939); 4WL Brisbane (Stafford Heights, 1975) - Qualifications: cc; AOCP 1221, 1933, NSW - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Punchbowl, NSW, 1934-1936; Cairns, Qld, 1937); bank clerk (Wynnum, Qld, 1943); clerk (Wynnum North, Qld, 1954-1963); bank manager (Tarragindi, Qld, 1968); manager (Stafford Heights, Qld, 1972-1977) ===''WORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Worth|Worth, Sydney or Sidney Ernest]] [https://www.familysearch.org/tree/person/details/GXBH-5Z3] - 1905(WA)-1963(WA) - Licences: 6SW Perth (Rivervale, 1930-1933; Nedlands, 1937-1939) - Qualifications: cc; CPRT 958, 1927; 2COCP 223, 1930; 1COCP 226, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rivervale, WA, 1931); wireless operator (Nedlands, WA, 1936-1958) ===''WRAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward James Crawford Wraith|Wraith, Edward James Crawford "Jim"]] [https://www.familysearch.org/tree/person/details/KV2C-11D] - 1862(Vic)-1942(Vic) - Early wireless experimenter ===''WRATTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn James Wratten|Wratten, Mervyn James]] [https://www.familysearch.org/tree/person/details/GZJM-DV8] - 1918(Qld)-1999(Qld) - Licences: 4MW Ipswich (Brassall, 1937-1939; North Ipswich, 1946-1947; Brassall, 1948-1980+); 4LX Gold Coast (Palm Beach, 1956-1969) - Qualifications: cc; AOCP 1932, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Ipswich ARC); military (WW2, CMF, AIF); employment (Cribb & Foote, manager, radio section); business proprietor (Avon Theatre) - Electoral Rolls: shop assistant (Brassall, Qld, 1943-1977; North Ipswich, Qld, 1980) ===''WRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Milroy Percy Wray|Wray, Ronald Milroy Percy]] [https://www.familysearch.org/tree/person/details/G8H3-QYM] - 1909(Vic)-1963(NSW) - Licences: 2WX Sydney (Hurstville, 1929-1961) - Qualifications: AOCP 472, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified ===''WREFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Norman Wreford|Wreford, Roger Norman]] [https://www.familysearch.org/tree/person/details/GX22-N2X] - 1909(WA)-1990(SA) - Licences: 2ADC Broken Hill (1936-1937); 5RW Adelaide (Blackwood, 1938-1939; Mitcham, 1947-1954; South Brighton, 1955-1960; Crafers, 1965-1980+) - Qualifications: cc; AOCP 1714, 1936, NSW - amateur operator; amateur broadcaster - Relationships: Brother of 5DW-6IW Arthur Franklin Wreford - Electoral Rolls: bank clerk (Broken Hill, NSW, 1935-1936; Blackwood, SA, 1939; Mitcham, SA, 1941-1943) * [[/Arthur Franklin Wreford|Wreford, Arthur Franklin]] [https://www.familysearch.org/tree/person/details/G3V1-92S] - 1898(WA)-19??(???) - Licences: 5DW Adelaide (Kensington Gardens, 1937-1939; Cumberland, 1947-1954); 6IW Perth (Armadale, 1955-1969) - Qualifications: cc; AOCP 2037, 1937, SA; 2COCP 452, 1941 - amateur operator; amateur broadcaster; WW1 - Relationships: Brother of 2ADC-5RW Roger Norman Wreford - Electoral Rolls: bank clerk (Kensington Gardens, SA, 1939); mechanic (Crystal Brook, SA, 1941; Cumberland, SA, 1943); civil servant (Gosnells, WA, 1954); technician (Armadale, WA, 1958) - Links: [https://discoveringanzacs.naa.gov.au/browse/person/133040 NAA] ===''WRIEDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Sjoberg Albert Wriede|Wriede, George Sjoberg Albert]] [https://www.familysearch.org/tree/person/details/LKG2-VK8] - 1900(Qld)-1971(Qld) - Licences: 4DJ Receive Caboolture (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: railway employee (Cooroy, 1921; Miriam Vale, 1925-1958); retired (Gladstone, 1963) ===''WRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Wright|Wright, Albert Edward]] - 19??(???)-19??(???) - Licences: 2SS Receive Scarborough (1923); 2SS Scarborough (1924-1925); 2SS Coledale (1926-1933); 2SS Coolah (1933); 2SE Scarborough (1935-1936); 2SE Louth/Bourke (1937-1938); 2SE Walgett (1939); 2SE Willow Tree (1946); 2SE Stanmore (1947-1950); 2SE Sydney (Guildford, 1954-1961); 2SE Quirindi (1965) - Qualifications: cc; AOCP 118, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Comment: several contemporaneous Albert Edward Wrights in NSW, needs specific data to identify - Electoral Rolls: Nil yet identified * [[/A. W. H. Wright|Wright, A. W. H. "Bill"]] - 19??(???)-19??(???) - 5BW Adelaide, 3AAW, 4TU Garbutt (-1950+, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster * [[/Collis Page Wright|Wright, Collis Page]] [https://www.familysearch.org/tree/person/details/GD1P-P9L] - 1912(Tas)-2004(Tas) - Licences: 7LZ Launceston (1933-1980+) - Qualifications: cc; AOCP 1099, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draper's assistant (Launceston, 1936-1937); salesman (Launceston, 1943); draper (Launceston, 1949-1968) * [[/Eric John Wright|Wright, Eric John]] [https://www.familysearch.org/tree/person/details/GXHG-P2G] - 1904(Qld)-1967(Qld) - Licences: 4DY Brisbane (Annerley, 1936-1939; Windsor, 1947; Buranda, 1948; Annerley, 1954; Buranda, 1955-1956; Ekibin, 1960-1965) - Qualifications: cc; AOCP 1816, 1936, Qld; 3COCP 1471, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: turner (Annerley, Qld, 1937-1943; Annerley, Qld, 1949); waterside worker (Ekibin, Qld, 1963) * [[/Frederick Harold Wright|Wright, Frederick Harold]] [https://www.familysearch.org/tree/person/details/GF95-LW1] - 1910(Eng)-1972(WA) - Licences: 6FR Perth (Buckland Hill, 1936-1937; Mosman Park, 1938-1939, 1947-1960) - Qualifications: cc; AOCP 1809, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Buckland Hill, WA, 1936; Mosman Park, WA, 1943-1963) * [[/William Henry Hilsdon Wright|Wright, William Henry Hilsdon]] [https://www.familysearch.org/tree/person/details/GDVF-RKL] - 1905(Qld)-1967(Qld) - Licences: 4FA Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Murrays Creek, 1930; Ballandean, 1937-1949); teacher (Toowoomba, 1954-1963) ===''WYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Hemingway Wyle|Wyle, Albert John Hemingway]] [https://www.familysearch.org/tree/person/details/GF3J-6L7] - 1913(WA)-1990(WA) - Licences: 6BW Perth (Shenton Park, 1937-1939; Nedlands, 1947-1980+) - Qualifications: cc; AOCP 1865, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: radio salesman (Nedlands, WA, 1943-1968); salesman (Dalkeith, WA, 1972-1980) ===''WYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Agar Wynne|Wynne, Agar]] [https://www.familysearch.org/tree/person/details/LZ4J-6CN] - 1850(Eng)-1934(Vic) - senior federal politician (Postmaster-General, 1913-1914) * [[/Alfred Percy Wynne|Wynne, Alfred Percy]] [https://www.familysearch.org/tree/person/details/L858-Q52] - 1885(Qld)-1966(Qld) - proprietor music business (Wynne's Music, Maryborough), proprietor broadcasting station (4MB Maryborough) - Electoral Rolls: piano tuner (Paddington, 1908; Mooloolah, 1909); commercial traveller (Mooloolah, 1912); piano tuner (Maryborough, 1913); salesman (Brisbane, 1916-1917; Mooloolah, 1919; Maryborough, 1919-1925); music store proprietor (Maryborough, 1928-1949); business manager (Maryborough, 1963) =='''X'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> =='''Y'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''YATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Gordon Yates|Yates, Kenneth Gordon]] [https://www.familysearch.org/tree/person/details/GXRW-CJ3] - 1910(SA)-2000(SA) - Licences: 5RP Adelaide (Cottonville, 1939, 1947-1954; Westbourne Park, 1955-1980+) - Qualifications: cc; AOCP 2371, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Cottonville, SA, 1939-1943) * [[/Reginald Colin Yates|Yates, Reginald Colin]] [https://www.familysearch.org/tree/person/details/GXRW-QX6] - 1914(SA)-1984(NSW) - Licences: 5RY Wyalla (1935-1937); 2AGZ Wollongong (1938-1939, 1947); 2AGZ Sydney (Mosman, 1948-1950); 2AGZ Broken Hill (1954-1957); 2AGZ Newcastle (Hamilton, 1958-1961; Charlestown, 1965-1980) - Qualifications: cc; AOCP 1474, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Wollongong, NSW, 1943); electrical engineer (Mosman, NSW, 1949); engineer (Wollongong, NSW, 1954); chartered electrical engineer (Merewether, NSW, 1958); professional engineer (Charlestown, NSW, 1968-1980) ===''YEATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Melville Yeates|Yeates, Henry Melville]] [https://www.familysearch.org/tree/person/details/G698-PXG] - 1912(Tas)-1980(???) - Licences: 7HY Launceston (1936-1939, 1948-1956) - Qualifications: cc; AOCP 1621, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Launceston, 1936-1937); electrical contractor (Launceston, 1949-1954); salesman (Mosman, NSW, 1958-1977) ===''YORSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Sutherland Yorston|Yorston, Ernest Sutherland]] [https://www.familysearch.org/tree/person/details/GZY8-46D] - 1909(Vic)-1971(Vic) - Licences: 3ES Melbourne (Caulfield, 1926-1939) - Qualifications: AOCP 299, 1926, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1931-1937); sales (Caulfield, 1942; Elsternwick, 1949); manufacturer (Caulfield, 1954-1963); director (Oakleigh, 1967-1968) ===''YOUNG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Crawford Addison Young|Young, Crawford Addison]] [https://www.familysearch.org/tree/person/details/GF3C-DQT] - 1914(WA)-1971(WA) - Licences: 6CY Perth (Fremantle, 1934-1939, 1947-1969) - Qualifications: cc; AOCP 1265, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Fremantle, WA, 1936-1937; South Fremantle, WA, 1943-1968) * [[/Ivan Harold Young|Young, Ivan Harold]] [https://www.familysearch.org/tree/person/details/L118-BVF] - 1910(Qld)-2000(Qld) - Licences: 4YG Brisbane (Albion) (1930-1939); 4YH Brisbane (Mitchelton) (1969-1980+) - Qualifications: cc; AOCP 708, 1930, No. ?? in Qld; BOCP 315, 1940 - amateur operator; amateur broadcaster; radio technician (Mission Control Station, Thursday Island) - Electoral Rolls: nil (Albion, 1931-1937); public servant (Newmarket, 1943; Mitchelton, 1949-1980) * [[/James Wolstenholme Young|Young, James Wolstenholme]] [https://www.familysearch.org/tree/person/details/L2TQ-Z2R] - 1909(NSW)-1995(NSW) - Licences: 2JY Sydney (Turramurra, 1925-1934; Roseville, 1938-1939); 2JY Katoomba (1946); 2JY Sydney (Mona Vale, 1947-1948; Willoughby, 1950-1961; Middle Cove, 1965-1980) - Qualifications: AOCP 189, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: articled clerk (Turramurra, 1932-1934), solicitor (Roseville, 1937; Katoomba, 1943; Willoughby, 1954-1977) * [[/John William Young|Young, John William]] [https://www.familysearch.org/tree/person/details/L6RN-2XX] - 1906(Qld)-1981(Qld) - Licences: 4JY Brisbane (Rosalie, 1931; Sandgate, 1933; Rosalie, 1938; Coorparoo, 1946-1980+) - Qualifications: cc; AOCP 752, 1931, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Rosalie, 1931); clerk (Sandgate, 1936); storeman (Rosalie, 1937; Coorparoo, 1943-1963); commercial traveller (Coorparoo, 1968-1980) * [[/William Anderson Young|Young, William Anderson]] [https://www.familysearch.org/tree/person/details/G89P-B3K] - 1897(Sct)-1956(Qld) - Licences: 4WA Brisbane (West End, 1927-1931) - Qualifications: cc; AOCP 330, 1927, No. 34 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: boot employee (West End, 1925-1937); bootmaker (Ashgrove, 1943-1954) =='''Z'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''ZECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Zech|Zech, William James]] [https://www.familysearch.org/tree/person/details/GZDZ-YJG] - 1893(Eng)-1973(NSW) - Licences: XABQ Sydney (Annandale, 1912-1914), 2DL Sydney (Annandale, 1922, Receive), 2WZ Sydney (Annandale, 1925-1927; Ashfield, 1928-1930; Stanmore, 1933-1934), 2ACP Sydney (Enmore, 1937; Como, 1938), 2ACP Katoomba 1939 & 1946-1975) - Qualifications: CPRTelephony 424; no record of AOCP - early wireless experimenter, ship wireless operator, amateur operator, amateur broadcaster - Electoral Rolls: {{BookCat}} e9zt2v3wnktmjeezmdstm0vdqlrc2y1 4089963 4089926 2022-08-10T10:51:01Z Samuel.dellit 1387936 /* COLLINS */ wikitext text/x-wiki {{incomplete}} {{WikipediaCredit}} {{CompactTOC8|side=yes}} Thumbnail Radio Biographies sorted alphabetically by surname '''Many of the stars of Australia's Radio Universe''' '''Covering the full gamut from hypergiants to brown dwarfs''' '''Each lit the way forward to broadcasting in Australia''' =='''A'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''ABBISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Frederick Abbiss|Abbiss, John Edwin Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/GZZJ-6H9] - 1907(Eng)-1977(Qld) - Licences: 4JA Brisbane (Balmoral, 1930; Morningside, 1931-1939) - Qualifications: cc; AOCP 581, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Evans Deakin shipyards) - Halcyon: p. 83, Abiss - Electoral Rolls: engineering draftsman (Morningside, 1936); draftsman (Coorparoo, 1937; Morningside, 1949-1977) ===''ABBOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Nicholson Abbott|Abbott, Reginald Nicholson or Nicolson]] [https://www.familysearch.org/tree/person/details/9V2T-FTG] - 1897(Vic)-1980(Vic) - Licences: 3VR Melbourne (Alphington, 1923-1927); 3ABB Melbourne (Caulfield, 1947-1980) - Qualifications: cc; CPRT 273, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Alphinton, 1925-1927; St Kilda, 1931-1937; Caulfield, 1942-1949); technician (Caulfield, 1954-1977) * [[/Roy Edgar Abbott|Abbott, Roy Edgar]] [https://www.familysearch.org/tree/person/details/L6MT-CZX] - 1902(NSW)-1943(Qld) - Licences: 2YK Dorrigo (1930-1931); 2YK Telegraph Point (1933-1939) - Qualifications: cc; CPRTelephony 668, 1921; AOCP, not yet identified; 2COCP 179, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Dorrigo, 1930; Telegraph Point, 1933-1937; Mittagong, 1943) - Sacrifice: "Greater love hath no man than this" * [[/Thomas Kingsmill Abbott|Abbott, Thomas Kingsmill]] [https://www.familysearch.org/tree/person/details/LHFH-4FH] - 1891(NSW)-1933(NSW) - Licences: 2TK Wingen (1926-1929) - Qualifications: cc; Nil yet identified (likely military) - amateur operator; amateur broadcaster; WW1; witness to Royal Commission 1927 (as Graziers' Assoc NSW) - Comment: beware other contemporaneous TK Abbotts - Electoral Rolls: overseer (Muralla, 1913); grazier (Wollongong, 1931) - Links: [https://vwma.org.au/explore/people/209607 Obit] ===''ABRAHAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Abrahams|Abrahams, Frank]] [https://www.familysearch.org/tree/person/details/G836-Y6P] - 1903(Vic)-1984(Vic) - Licences: 3FA Melbourne (South Yarra, 1924-1925) - Qualifications: cc; 3COCP 6089, 1966 - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (St Kilda, 1925-1931); manufacturer (St Kilda, 1935-1936; Malvern, 1943-1967; Toorak, 1977-1980) - Relationships: brother of Louis Henry Abrahams * [[/Louis Henry Abrahams|Abrahams, Louis Henry]] [https://www.familysearch.org/tree/person/details/G8GJ-GZP] - 1889(Vic)-1940(Vic) - Licences: Receive (Valve) Melbourne (St Kilda, 1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1; director (Victorian Radio Interests Ltd); witness to Royal Commission Wireless 1927 - Electoral Rolls: potter (Brunswick, 1909); tobacconist (South Yarra, 1912-1921); manufacturer (St Kilda, 1924-1926); burner (Brunswick, 1937-1942) - Relationships: brother of 3FA Frank Abrahams ===''ACKERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Adam Ackerman|Ackerman, Joseph Adam]] [https://www.familysearch.org/tree/person/details/GZZV-49L] - 1911(NSW)-1993(Qld) - Licences: 2ALG Sydney (Carlton, 1938-1939, 1946-1948); 2ALG Wentworthville (1950); 2ALG Sydney (Parramatta, 1954-1958; North Rocks, 1960-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 2229, 1938, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal employee (Paddington, 1932; Annandale, 1933-1936; Kogarah, 1937-1943; Carlton, 1949); clerk (Parramatta, 1954-1958); senior supervisor (Wentworthville, 1963; Epping, 1968-1972); retired (Sans Souci, 1977; Hurstville, 1980) ===''ACKLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Daniel Ackling|Ackling, Harold Daniel]] [https://www.familysearch.org/tree/person/details/LD5F-8RK] - 1892(NSW)-1982(NSW) - Licences: 2PX Sydney (Bankstown, 1930-1980+) - Qualifications: cc; AOCP 612, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Randwick, 1913); machinist (Bankstown, 1930-1980) ===''ACKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Frederick Gloucester Ackland|Ackland, Stanley Frederick Gloucester]] [https://www.familysearch.org/tree/person/details/L5PB-C2Y] - 1904(SA)-1966(SA) - Licences: Receive Adelaide (Prospect, 1923); 5SF Adelaide (Prospect, 1924-1931; Linden Park, 1954-1965) - Qualifications: cc; AOCP 21, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Burnside, 1939-1943) ===''ADAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Adams|Adams, Frank John]] [https://www.familysearch.org/tree/person/details/GZJM-29V] - 1880(Eng)-1968(Vic) - Licences: 3XO Receive Melbourne (Brighton, 1923); 3XO Melbourne (Brighton, 1924-1939) - Qualifications: cc; AOCP 155, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; manager - Electoral Rolls: motor garage proprietor (Brighton, 1913); garage proprietor (Elsternwick, 1919-1921; Brighton, 1922-1924); manager (Brighton, 1925-1954); nil (Brighton, 1963-1968) * [[/Peter Harry Arthur Adams|Adams, Peter Harry Arthur "Pete"]] [https://www.familysearch.org/tree/person/details/LT3N-XMC] - 1909(NSW)-1984(NSW) - Licences: Receive (Valve) Sydney (Cremorne, 1923-1924); 2JX Sydney (Cremorne, 1927; Manly, 1929; Cremorne, 1930; Gordon, 1931; Woolahra, 1933; Epping, 1933; Cremorne, 1935-1936; Thornleigh, 1937; Waverton, 1938-1939; Denistone, 1946-1947; Avalon Beach, 1948-1950); 2JX Wentworth Falls (1954-1961); 2JX Sydney (Pymble, 1965-1969); 2JX Nambucca Heads (1975); 2JX Wentworth Falls (1980+) - Qualifications: cc; AOCP 380, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933); labourer (Epping, 1934); engineer (St Kilda, 1934); radio engineer (Thornleigh, 1937; Darlinghurst, 1943); engineer (Avalon Beach, 1949; Wentworth Falls, 1958); retired (Valla Beach, 1972-1977; Wentworth Falls, 1980) ===''ADAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Kenneth Adamson|Adamson, William Kenneth]] [https://www.familysearch.org/tree/person/details/MLXZ-HX5] - 1905(SA)-1982(SA) - Licences: Receive Adelaide (Parkside, 1923-1924); 5WA Adelaide (Parkside, 1925-1927; Fullarton, 1928-1939) - Qualifications: cc; AOCP 135, 1925, No. ?? in SA - amateur operator; amateur broadcaster; engineer - Electoral Rolls: engineer (Fullarton, 1939-1943) ===''AGNEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Gordon Carlisle Agnew|Agnew, Robert Gordon Carlisle]] [https://www.familysearch.org/tree/person/details/LDKK-D8Y] - 1904(WA)-1975(WA) - Licences: 6RA Perth (Nedlands, 1931-1939) - Qualifications: cc; AOCP 721, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1925; Nedlands, WA, 1931-1972) ===''AKEROYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gordon Akeroyd|Akeroyd, Arthur Gordon]] [https://www.familysearch.org/tree/person/details/G6F2-JXL] - 1890(Vic)-1948(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Meteorologist, Forecasting and Statistical Division, Victoria) - Electoral Rolls: civil servant (Northcote, Vic, 1912-1915); meteorologist (Northcote, 1921-1937); civil servant (Cottesloe, WA, 1943) - Links: [https://adb.anu.edu.au/biography/akeroyd-arthur-gordon-9321 ADB] ===''ALDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Oscar Edward Alder|Alder, Oscar Edward "Ock"]] [https://www.familysearch.org/tree/person/details/KJZ2-D3P] - 1896(Qld)-1987(Qld) - Licences: 4JB Brisbane (Albion, 1928-1939, 1946-1948; Chermside, 1954-1969) - Qualifications: cc; AOCP 423, 1928, No. 47 in Qld - amateur operator; amateur broadcaster; wool classer - Halcyon: p. 28, 84, 137 - Electoral Rolls: student (Albion, 1919); wool classer (Albion, 1925-1937; Cunnamulla, 1943); warehouse assistant (Chermside, 1949-1980) ===''ALDERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Zerbini Alderman|Alderman, Valentine Zerbini]] [https://www.familysearch.org/tree/person/details/GXVL-F8N] - 1893(SA)-1919(SA) - Licences: XVC Adelaide (Glenelg, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: Nil yet identified ===''ALEXANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Talbot Meredith Alexander|Alexander, Talbot Meredith]] [https://www.familysearch.org/tree/person/details/L1FJ-MZN] - 1888(Vic)-1978(Qld) - Licences: 4TM Brisbane (Ashgrove, 1931-1933); 4TM Townsville (North Ward, 1937-1939) - Qualifications: cc; 2COCP 315, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: salesman (Kew, Vic, 1912-1914); wireless instructor (Melbourne City, 1925-1926); superintendent wireless (Glenferrie, Vic, 1926-1927); sales representative (City, Brisbane, 1928); business manager (North Ward, Qld, 1936-1937); instructor (Paddington, Qld, 1943); commercial traveller (East Brisbane, Qld, 1949; New Farm, 1954-1958); retired (Moorooka, 1968-1977) ===''ALLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus John Allan|Allan, Angus John]] [https://www.familysearch.org/tree/person/details/GX2C-YWF] - 1912(SA)-1996(SA) - Licences: 5UL Adelaide (Ovingham, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 2013, 1937, SA; 1COCP 458, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Ovingham, SA, 1939-1941) * [[/John Allan|Allan, John]] [https://www.familysearch.org/tree/person/details/GXH1-PFG] - 1905(Sct)-19??(???) - Licences: 4AN Brisbane (Chermside, 1937-1939) - Qualifications: cc; AOCP 1938, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous JAs - Electoral Rolls: Nil yet identified ===''ALLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Mason Allard|Allard, George Mason]] [https://www.familysearch.org/tree/person/details/G6HT-JMV] - 1866(Eng)-1953(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman of Directors (AWA); witness to Royal Commission Wireless 1927 - Honours: knighted; K.B. - Electoral Rolls: secretary (Wahroonga, 1930-1937); accountant (Wahroonga, 1943-1949) - Links: [https://adb.anu.edu.au/biography/allard-sir-george-mason-4999 ADB] ===''ALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Allen|Allen, Albert Edward]] [https://www.familysearch.org/tree/person/details/G69B-SGR] - 1902(Tas)-1969(Tas) - Licences: 7PA Hobart (New Town, 1933-1937; Moonah, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 1171, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: brother of 7AL Thomas Arthur Allen - Electoral Rolls: electrical engineer (New Town, 1928-1936; Moonah, 1937-1954) * [[/George Alexander Allen|Allen, George Alexander]] [https://www.familysearch.org/tree/person/details/GD3H-DJK] - 1891(Sct)-1965(USA) - Licences: Nil yet identified - Qualifications: CPRT 49, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: Nil yet identified * [[/Kenneth Douglas Allen|Allen, Kenneth Douglas]] [https://www.familysearch.org/tree/person/details/G8N5-19J] - 1907(WA)-2002(Qld) - Licences: 2GX Sydney (West Ryde, 1930-1934) - Qualifications: AOCP 648, 1930, NSW; 3COCP 4263, 1963 - amateur operator, amateur broadcaster, WW2 (Army, Royal Australian Engineers, Lieutenant, 1940) - Education: BSc (Syd Uni, 1933) - Electoral Rolls: student (West Ryde, 1930-1935); director (Woolwich, 1936-1937); soldier (Woolwich, 1943); engineer (Woolwich, 1963-1972; Hunters Hill, 1977; Gladesville, 1980) * [[/Robert Kelvin Allen|Allen, Robert Kelvin]] [https://www.familysearch.org/tree/person/details/GQTK-TH9] - 1916(Qld)-1942(Indonesia) - Licences: 4PR Brisbane (1936-1939) - Qualifications: AOCP 1634, 1936, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 13 Squadron, Pilot Officer), (Halcyon, p. 177) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/allen-robert-kelvin-404945/] * [[/Thomas Arthur Allen|Allen, Thomas Arthur]] [https://www.familysearch.org/tree/person/details/G6SQ-9YN] - 1916(Tas)-1998(Tas) - Licences: 7AL Hobart (New Town, 1936-1939, 1946-1956; Lindisfarne,1960-1980+) - Qualifications: cc; AOCP 1738, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 7PA Albert Edward Allen - Electoral Rolls: salesman (New Town, 1943-1954); director (Lindisfarne, 1963-1972) ===''ALLINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Thirlmier John Allinson|Allinson, Lancelot Thirlmier John]] [https://www.familysearch.org/tree/person/details/L81B-F4P] - 1896(NSW)-1961(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 804, 1924 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: radiotelegraphist (Applecross, WA, 1925; Broome, WA, 1931; Como, WA, 1931; South Perth, WA, 1936-1943; Broome, WA, 1949-1954); telegraphist (Esperance, WA, 1958) ===''ALLSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Cottam Allsop|Allsop, Raymond Cottam "Ray"]] [https://www.familysearch.org/tree/person/details/LJLT-SNJ] - 1898(NSW)-1972(NSW) - Licences: XCA Sydney (Randwick, 1911-1914); 2YG Sydney (Randwick, 1924; Coogee 1924-1929; Roseville, 1930); 2AYG Sydney (Roseville, 1946-1947+); 2NA Sydney (Roseville, 1961); 2BL Sydney (Roseville, 1965-1969) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW); broadcaster (2BL, chief engineer); journalist (Wireless Weekly, 1920s); military (RAN Volunteer Reserve, Lieutenant; WW2 (RAN, Engineer Lieutenant); witness to Royal Commission Wireless 1927 (obo Broadcasters Sydney Ltd; federal public servant (ABCB, member, 1953-1954) - Honours: Coronation Medal, 1937; OBE, 1971 - Electoral Rolls: radio engineer (Roseville, 1930); engineer (Roseville, 1933; Gordon, 1937; Roseville, 1943); electronic engineer (Roseville, 1949); director (South Yarra, 1954); engineer (Roseville, 1958-1968) - Links: [https://adb.anu.edu.au/biography/allsop-raymond-cottam-ray-9344 ADB]; [http://messui.polygonal-moogle.com/valves/NW199001.pdf EA] ===''ALSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Russell Alsop|Alsop, John Russell]] [https://www.familysearch.org/tree/person/details/LKB3-WXQ] - 1906(Vic)-1973(Vic) - 3MI Melbourne (Kew, 1925-1939), amateur operator (AOCP 76, 1925, No. ?? in Vic), amateur broadcaster, engineer ===''AMBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Charles Ambler|Ambler, Sydney Charles]] [https://www.familysearch.org/tree/person/details/GFWD-Y9L] - 1892(NSW)-1956(WA) - Licences: XYAE Perth (West Perth, 1913) - Qualifications: cc; CPRT 891, 1925; 2COCP 72, 1929; 1COCP 158, 1938 - early wireless experimenter; WW2 - Electoral Rolls: radio telegraphist (East Perth, WA, 1921; North Perth, WA, 1925); wireless telegraphist (Victoria Park, WA, 1934-1943); radio telegraphist (Esperance, WA, 1949); radio telephonist (Esperance, WA, 1954) ===''AMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement Edgar Ames|Ames, Clement Edgar "Clem"]] [https://www.familysearch.org/tree/person/details/KNDX-JF8] - 1889(SA)-1957(SA) - Licences: XVG Adelaide (Torrensville, 1913-1914); 5AV Adelaide (Kent Town, 1923; Hindmarsh, 1924) - Qualifications: cc; Nil identified - early wireless experimenter; amateur operator; amateur broadcaster; operator 5WI (1925) - Electoral Rolls: engineer (Allenby Gardens, 1939-43) ===''ANCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Leslie Finion Ancher|Ancher, Norman Leslie Finion or Tinian]] [https://www.familysearch.org/tree/person/details/GXL7-MCQ] - 1910(NSW)-1983(NSW) - Licences: 5NA Adelaide (Mile End, 1937-1939); 2NH Sydney (Lindfield, 1946-1947; Mosman, 1948-1954; Cremorne, 1955-1980+) - Qualifications: cc; AOCP 2057, 1937, SA; BOCP 476, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Chatswood, NSW, 1934); sound engineer (West Maitland, NSW, 1936); engineer (Mile End, SA, 1939; Rose Park, SA, 1941-1943); radio engineer (Mosman, NSW, 1949; Cremorne, NSW, 1958-1968); engineer (Cremorne, NSW, 1972); technical officer (Lane Cove, NSW, 1972-1980) ===''ANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Ronald Anderson|Anderson, Alexander Ronald]] [https://www.familysearch.org/tree/person/details/GXPM-L6J] - 1914(SA)-1997(SA) - Licences: 5GM Adelaide (Eastwood, 1936-1939, 1947; Payneham South, 1948-1980+) - Qualifications: cc; AOCP 1700, 1936, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: warehouseman (Eastwood, SA, 1939-1943) * [[/Andrew Oswald Anderson|Anderson, Andrew Oswald "Oswald", "Andy", "A.O."]] [https://www.familysearch.org/tree/person/details/99GB-Z8L] - 1885(NSW)-1944(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Electoral Rolls: accountant (Mosman, 1913); manager (Rose Bay, 1930; Vaucluse, 1934-1935) - Links: [https://ozvta.com/wp-content/uploads/2011/12/anderson-oswald-1062017.pdf Bio] * [[/Eric William Alfred Anderson|Anderson, Eric William Alfred]] [https://www.familysearch.org/tree/person/details/G8WX-744] - 1908(Vic)-1986(Vic) - Licences: 3KH Melbourne (East Malvern, 1928-1931; Glen Iris, 1933-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 424, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Malvern, 1936-1937); engineer (Camberwell, 1943; Glen Iris, 1949-1968; Burwood, 1972-1980) * [[/Frederic Brian Anderson|Anderson, Frederic Brian]] [https://www.familysearch.org/tree/person/details/L5YN-TYJ] - 1918(Eng)-2008(SA)90yo - Licences: 5FA Tanunda (1934-1939); 5FA Waikerie (1947-1956) - Qualifications: cc; AOCP 1351, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: clerk (Tanunda, SA, 1939-1943) * [[/G. R. Anderson|Anderson, G. R.]] - 19??(???)-19??(???) - Licences: Receive Adelaide (Gilberton, 1923); 5GA Adelaide (Highgate, 1931-1933; Myrtle Bank, 1937-1939, 1947-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/John Francis Anderson|Anderson, John Francis]] [https://www.familysearch.org/tree/person/details/G8JJ-WFL] - 1914(Vic)-19??(???) - Licences: 3JA Warrnambool (1930-1933); 3JA Nullawarre (1937-1939, 1946-1980+) - Qualifications: AOCP 661, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farmer (Warrnambool, 1936; Nullawarre, 1937-1980)- Comment: Several contemporaneous JFAs * [[/Keith Sydney Anderson|Anderson, Keith Sydney]] [https://www.familysearch.org/tree/person/details/GZLK-8J9] - 1911(WA)-1944(Vic) - Licences: 6KS Perth (North Perth, 1935); 6KS Mt Magnet (1937); 6KS Perth (1938-1939) - Qualifications: cc; AOCP 1487, 1935, WA - amateur operator; amateur broadcaster; WW2 (Army, 2nd/1st Infantry Battalion, Private) - Electoral rolls: bank officer (Mt Magnet, WA, 1936-1937; East Perth, WA, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/618137 VWMA]; [https://www.awm.gov.au/collection/R1691738 Roll of Honour]; [https://www.awm.gov.au/collection/P10295040 AWM] * [[/Maurice Bernard Anderson|Anderson, Maurice Bernard]] [https://www.familysearch.org/tree/person/details/GC3V-WL9] - 1908(SA)-1960(Vic) - Licences: Receive Adelaide (Cheltenham, 1923-1924); 5MA Adelaide (Cheltenham, 1925-1928); 3AMA Melbourne (Sandringham, 1947-1956) - Qualifications: cc; AOCP 103, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; fitter - Electoral Rolls: radio engineer (Cloncurry, Qld, 1931-1937) * [[/Percy James Anderson|Anderson, Percy James]] [https://www.familysearch.org/tree/person/details/G8WN-6Y7] - 1908(Vic)-1998(Vic) - Licences: 3PA Melbourne (Westgarth, 1928-1933; West Preston, 1937-1939, 1946-1956); 3PA Dooen (1965-1969); 3PA Geelong (Wallington, 1975-1980) - Qualifications: AOCP 428, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Westgarth, 1934); engineer (Preston, 1936-1963); technician (Horsham, 1967-1968); retired (Wallington, 1972-1980) - Relationships: brother-in-law of 3JR Christopher James Rainbow * [[/Robert Arthur Crosbie Anderson|Anderson, Robert Arthur Crosbie "Bob"]] [https://www.familysearch.org/tree/person/details/G8VK-GZN] - 1908(Vic)-1990(Vic) - Licences: 3WY Melbourne (Camberwell, 1930-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 691, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Camberwell, 1931-1949; Glen Iris, 1954-1967; Burwood, Vic, 1972-1980) ===''ANEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Anear|Anear, Francis George]] [https://www.familysearch.org/tree/person/details/9XLK-9D6] - 1910(SA)-1971(SA) - Licences: 5LK Carrow (1929-1931); 9WZ Momote, Admiralty Islands (1954); 5WZ Adelaide (Parkside, 1955); 3AGF Melbourne (Laverton, 1960); 5WZ Adelaide (Parkside, 1965-1969) - Qualifications: cc; AOCP 556, 1929, No. ?? in SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil identified as Francis George Anear ===''ANGEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Benjamin Angel|Angel, Henry Benjamin "Harry"]] [https://www.familysearch.org/tree/person/details/GQWW-K4Y] - 1891(Eng)-1998(Qld, 106yo) - Licences: 4HA Brisbane (St Lucia, 1935-1939; Enoggera, 1946-1969; Lota, 1975-1980+) - Qualifications: cc; AOCP 1503, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW1, AIF Signals; WW2, AMF, Navy); business proprietor (radio service) - QSLs: Entire collection held by SLQ - Halcyon: p. 51, 60, 81, 163 - Electoral Rolls: motor driver (Kangaroo Point, Qld, 1919; Toowong, Qld, 1919-1925); carrier (St Lucia, Qld, 1928-1937); radio mechanic (Enoggera, Qld, 1949-1972); retired (Lota, Qld, 1977-1980) ===''ANSCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Arthur Anscombe|Anscombe, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/G6TL-7LR] - 1888(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: turner & fitter (Northcote, Vic, 1912-1913; Surrey Hills, Vic, 1914); mechanic (Albert Park, Vic, 1919); manager (Box Hill, Vic, 1927-1943) ===''ANTHONY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Henry Anthony|Anthony, Michael Henry]] [https://www.familysearch.org/tree/person/details/LK3H-6B7] - 1894(Vic)-1966(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio telegraphist (Thursday Island, 1919); telegraphist (Prahran, 1921-1924); clerk (Oakleigh, 1934); railway employee (Sandringham, Vic, 1936-1942); telegraphist (Sandringham, 1954-1963) * [[/Reginald Major Anthony|Anthony, Reginald Major "Reg"]] [https://www.familysearch.org/tree/person/details/GCYN-YWG] - 1908(SA)-1986(SA) - Licences: 5CM Adelaide (Unley Park, 1927-1937; Medindie Gardens, 1938-1939; Prospect, 1946-1960; Somerton Park, 1965-1980+) - Qualifications: cc; AOCP 324, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Wilfred Boykett Anthony - Electoral Rolls: Nil * [[/Wilfred Boykett Anthony|Anthony, Wilfred Boykett]] [https://www.familysearch.org/tree/person/details/GCYJ-3HZ] - 1903(SA)-1974(SA) - Licences: Receive Adelaide (Unley Park, 1923) - Qualifications: Nil identified - amateur receive operator, WW2 - Relationships: Brother of Reginald Major Anthony - Electoral Rolls: bank clerk (Netherby, 1939-1941) ===''APPERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Apperley|Apperley, George]] [https://www.familysearch.org/tree/person/details/GDNQ-5XG] - 1887(NZ)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 704, 1922; 1COCP 237, 1931 - NZ Gov. Telegraphs pre 1910; British Colonial Gov, 1910-1912; AWA (from 1913; Chief Marconi Wireless School 1914-1916; Works Manager 1916-1919; technical superintendent 1919-1923; OIC Beam Wireless 1924; Traffic Manager, Beam Wireless - Electoral Rolls: engineer (Elsternwick, 1922); manager (St Kilda, 1928; Caulfield, Vic, 1931-1936; Elsternwick, Vic, 1943); engineer (Manly, NSW, 1954) ===''ARCHIBALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Wilson Archibald|Archibald, Ian Wilson]] [https://www.familysearch.org/tree/person/details/G8HM-9LC] - 1902(WA)-1993(NSW) - Licences: 2BJ Receive Tingha (1922); 2KU Sydney (Dulwich Hill, 1928-1939, 1946-1955; Sans Souci, 1956-1965; Noraville, 1969-1980+) - Qualifications: cc; AOCP 457, 1928, No. ?? in NSW; 3COCP 2393, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: mining engineer (Dulwich Hill, 1930-1933); engineer (Dulwich Hill, 1936-1954); chemist (Sans Souci, 1958-1963); retired (Noraville, 1968) ===''ARGAET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stanislaus Argaet|Argaet, William Stanislaus]] [https://www.familysearch.org/tree/person/details/GZDZ-8Z8] - 1894(NSW)-1951(Qld) - Licences: 4KH Brisbane (Wynnum, 1931-1939, 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; business proprietor (Wynnum bus service) - Halcyon, p. 87, 127 - Electoral Rolls: electrician (Coorparoo, 1925); bus proprietor (Wynnum, 1928-1949) ===''ARMATI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rex Gordon Armati|Armati, Rex Gordon]] [https://www.familysearch.org/tree/person/details/2S42-XKH] - 1899(Qld)-1973(Qld) - Licences: 4DB Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: chemist's assistant (Stanton Hill, Townsville, 1921-1928); salesman (Neutral Bay, 1930); chemist's assistant (Stanton Hill, Townsville, 1936-1943); employment officer (Darlinghurst, 1949); clerk (Darlinghurst, 1954-1958; Kings Cross, 1963); shipping clerk (Surry Hills, 1968-1972) ===''ARMSTRONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Howard Armstrong|Armstrong, Edwin Howard]] [https://www.familysearch.org/tree/person/details/L5ZX-354] - 1890(USA)-1954(USA) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - USA inventor of the superheterodyne receiver [https://worldradiohistory.com/Archive-Radio-Club-of-America/Legacies-of-Edwin-Howard-Armstong-1990-11-Radio-Club-of-America.pdf RCA 1990 Special Edition] * [[/Stanley John Armstrong|Armstrong, Stanley John]] [https://www.familysearch.org/tree/person/details/GX4V-K7Y] - 1910?(NSW)-1972(Qld) - Licences: 4ZK Brisbane (Enoggera, 1932-1933); 4SA Brisbane (Enoggera, 1954-1969) - Qualifications: cc; AOCP 1004, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: soldier (Windsor, Qld, 1919); clerk (Enoggera, Qld, 1922-1968) * [[/Thomas Armstrong|Armstrong, Thomas]] [https://www.familysearch.org/tree/person/details/G88Q-GGZ] - 1895(Sct)-1964(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRTelephony 217, 1916; 1COCP 132, 1930 - witness to Royal Commission 1927 (obo PMGD) - senior federal public servant (Superintendent, Wireless Branch, NSW, PMGD), promoted to role upon retirement of William Tamillas Stephen Crawford ===''ARNOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Sydney Arnold|Arnold, Albert Sydney]] [https://www.familysearch.org/tree/person/details/9M2W-ZG2] - 1882(NSW)-1965(NSW) - Licences: XAB Sydney (Ashfield, 1911-1914) - Qualifications: Nil identified as yet - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Ashfield, 1913-1954); company secretary (Hurlstone Park, 1958); retired (Hurlstone Park, 1963) * [[/Edwin Charles Arnold|Arnold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/L8QX-H7J] - 1898(NSW)-1970(NSW) - Licences: 2BY Receive Tamworth (1922); 2BY Tamworth (1923-1925); 2BY Coolah (1925-1927); 2BY Sydney (Manly, 1928; Mona Vale, 1933-1936); 2AGW Sydney (Manly, 1938-1939) - Qualifications: cc; AOCP 226, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Mona Vale, 1931-1934), clerk (Balgowlah Heights, 1943-1968) * [[/Ernest Noel Arnold|Arnold, Ernest Noel]] [https://www.familysearch.org/tree/person/details/G84H-8J6] - 1907(NSW)-1978(NSW) - Licences: Receive (Crystal) Albury (1923-1924); 2OJ Albury (1928-1939, 1946-1975) - Qualifications: AOCP 452, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Albury, 1930-1937); fruit merchant (Albury, 1949-1977) * [[/Joseph Leslie Grahame Arnold|Arnold, Joseph Leslie Grahame "Les"]] [https://www.familysearch.org/tree/person/details/L853-R3J] - 1912(Vic)-1991(Tas) - Licences: 7AM Launceston (City, 1934-1939; Invermay, 1946-1956; Mowbray, 1960-1969; City, 1975-1980+) - Qualifications: cc; AOCP 1263, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: textile worker (Launceston North, 1936-1954); mechanic (Mowbray, 1968) * [[/William Henry Redvers Arnold|Arnold, William Henry Redvers]] [https://www.familysearch.org/tree/person/details/L2J7-SZ1] - 1903(Eng)-1993(WA) - Licences: 6BA Perth (Wembley, 1936-1937); 6BA Katanning (1938-1939) - Qualifications: cc; AOCP 1762, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Subiaco, WA, 1931-1937); electrical fitter (Katanning, WA, 1943; Kalgoorlie, WA, 1943); engineer (South Fremantle, WA, 1949); fitter (Scarborough, WA, 1954); electrician (Scarborough, WA, 1958); engineer (Floreat Park, WA, 1963); electrical contractor (West Perth, WA, 1968; South Perth, WA, 1972); electrician (Australind, WA, 1977) ===''ARTHUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Glendon Arthur|Arthur, Charles James Glendon "Glen"]] [https://www.familysearch.org/tree/person/details/G8CT-T62] - 1915(Qld)-1983(Qld) - Licences 4GJ Dayboro (1935-1939); 4GJ Brisbane (Morningside, 1946-1980+) - Qualifications: cc; AOCP 1450, 1935, Qld; BOCP?; 2COCP 493, 1941; 1COCP 639, 1942 - amateur operator, amateur broadcaster - Halcyon: p. 80 - Electoral Rolls: radio engineer (Wagga Wagga, 1943); radio mechanic (Morningside, 1949-1980) ===''ASHBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. W. C. Ashbury|Ashbury, A. W. C.]] - 19??(???)-19??(???) - Licences: Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ASHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice John Ashby|Ashby, Maurice John]] [https://www.familysearch.org/tree/person/details/GX49-L1C] - 1901(Eng)-1973(NSW) - Licences: 4DH Receive Dalby (1923) - Qualifications: cc; CPRT 899, 1925; 2COCP 94, 1930; 1COCP 281, 1932 - amateur receiver - Electoral Rolls: gardener (Dalby, 1922); labourer (Greenslopes, 1925); salesman (Glebe, 1933; Northbridge, 1935-1936; Epping, 1937); radio telegraphist (New Farm, Qld, 1943); planning assistant (Haberfield, NSW, 1943; Pennant Hills, NSW, 1949; Thornleigh, NSW, 1954-1963); retired (Avalon Beach, NSW, 1968-1972) ===''ASHLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Richard Ashley|Ashley, George William Richard]] [https://www.familysearch.org/tree/person/details/GF96-CMZ] - 1919(Eng)-1999(WA) - Licences: 6GA Perth (Carlisle, 1938-1939, 1947-1954); 6GA Kalgoorlie (1955-1956); 6GA Perth (Mt Yokine, 1960-1980+) - Qualifications: cc; AOCP 2094, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Carlisle, WA, 1943-1949); communications officer (Kalgoorlie, WA, 1954-1958); clerk (Yokine, WA, 1963-1980) ===''ASHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Robert Ashlin|Ashlin, Eric Robert]] [https://www.familysearch.org/tree/person/details/GSRF-44C] - 1910(Qld)-1992(Qld) - Licences: 4EA Brisbane (Annerley, 1931-1933); 4EA Toowoomba (1937-1939); 4EA Coolangatta (1946-1947); 4EA Bilinga (1948-1975) - Qualifications: cc; AOCP 873, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Rosentengels, radio service); military (WW2; signals officer) - Halcyon: p. 73, 127, 163 - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1936-1943; Bilinga, Qld, 1949-1963); TV technician (Bilinga, NSW, 1968-1980) ===''ASMUSSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Asmussen|Asmussen, Donald "Don"]] - Licences: 4ZJA Brisbane (Mt Gravatt, 1965); 4FA Brisbane (Mt Gravatt, 1969-1980+) - amateur operator, JOTA participant 1960s ===''ATHELSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. N. Athelstone|Athelstone, G. N.]] - 19??(???)-19??(???) - Licences: 5NG Central Australia (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Joseph Atkins|Atkins, Kenneth Joseph "Ken"]] [https://www.familysearch.org/tree/person/details/GCXH-NW7] - 1912(Eng)-2001(SA) - Licences: 5MW Adelaide (Semaphore, 1932-1939; Woodville Park, 1946-1948; Eden Hills, 1954; Blackwood Park, 1955-1960; Campbelltown, 1965-1980+) - Qualifications: cc; AOCP 910, 1932, No. ?? in SA; BOCP 415, 1941 - amateur operator; amateur broadcaster; engineer (Dept. Civil Aviation) - Electoral Rolls: mechanic (Semaphore, SA, 1939-1941); engineer (Woodville Park, SA, 1943) * [[/Leslie Morton Atkins|Atkins, Leslie Morton "Les"]] [https://www.familysearch.org/tree/person/details/MCTV-T5T] - 1876(Vic)-1949(WA) - Licences: 4LA Townsville (1924-1926); 5LA Adelaide (Magill, 1926-1931; Tusmore, 1933; Erindale, 1937-1939); seems to have operated in Townsville as 4GD ca Nov 1924? - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMGD (telegraphist, east-west overland telegraph, Eucla, 1910); engineer (PMGD, divisional engineer) - Halcyon: AOCP Townsville 1925, p. 88 - Electoral Rolls: telegraphist (Eucla, 1903-1910; Victoria Park, 1912-1916); district engineer (Townsville, 1919-1925); engineer (Tusmore, 1939); retired (Lismore Base Hospital, NSW, 1943) ===''ATKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Marshall Atkinson|Atkinson, John Marshall]] [https://www.familysearch.org/tree/person/details/G89L-C6R] - 1906(Eng)-1999(ACT) - Licences: 2RZ Sydney (Mosman, 1927-1930; Carrs Park, 1931-1936; Glebe, 1937; Chippendale, 1938-1939); 4RZ Labrador (1955); 4RZ Gatton (1956-1960); 4RZ Southport (1969-1980+) - Qualifications: AOCP 331, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Neutral Bay, 1930); organiser (Darlinghurst, 1943); shopkeeper (Gatton, 1958-1963; Labrador, 1968); retired (Southport, 1972-1980) * [[/Noel Whittaker Atkinson|Atkinson, Noel Whittaker]] [https://www.familysearch.org/tree/person/details/K2XX-V88] - 1908(Qld)-1979(Qld) - Licences: 4WK Brisbane (1929), 4NA Brisbane (1930-1935, Check), 4BT Brisbane (Camp Hill, 1946-1965+) - Qualifications: AOCP 530, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, business proprietor (radio sales & service), federal public servant (DCA) - Electoral Rolls: - radio mechanic (Camp Hill, 1937-1977) - (Halcyon, p. 102) * [[/Reginald Aubrey Atkinson|Atkinson, Reginald Aubrey]] [https://www.familysearch.org/tree/person/details/9V5M-WJC] - 1895(Qld)-1965(Qld) - Licences: 4RA Brisbane (South Brisbane, 1928-1933; Annerley, 1937-1939) - Qualifications: cc; AOCP 412, 1928, No. 46 in Qld - amateur operator; amateur broadcaster - Halcyon: not mentioned - Electoral Rolls: clerk (Coorparoo, 1919); accountant (Rosewood, 1925); timber merchant (Yeronga, 1925; Thompson Estate, 1937-1949; Southport, 1958-1963) * [[/Robert Henry Atkinson|Atkinson, Robert Henry]] [https://www.familysearch.org/tree/person/details/GXY5-2P3] - 1913(WA)-19??(???) - Licences: 6WZ Perth (Victoria Park, 1936-1939); 6WZ Geraldton (1947-1955); 6WZ Albany (1956-1965); 6WZ Katanning (1969); 6WZ Albany (1975-1980) - Qualifications: cc; AOCP 1804, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: journalist (Victoria Park, WA, 1936-1937); radio announcer (Geraldton, WA, 1943); broadcast station manager (Geraldton, WA, 1949-1954); manager (Albany, WA, 1958-1968); radio announcer (Albany, WA, 1972-1980) ===''AUGUSTESEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Gerald Augustesen|Augustesen, Gordon Gerald]] [https://www.familysearch.org/tree/person/details/GZDZ-LF9] - 1915(Qld)-1986(Qld) - Licences: 4JN Brisbane (Mitchelton, 1932-1939); 4XQ Brisbane (Auchenflower, 1947-1948; Oakleigh, 1954-1960; Kenmore, 1965-1980+) - Qualifications: cc; AOCP 1046, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); military (WW2, RAAF, radar technician); business proprietor (Telair) - Halcyon: p. 85, 127 - Electoral Rolls: radio engineer (Mitchelton, Qld, 1943); manager (Auchenflower, Qld, 1949; Dorrington, Qld, 1954-1963; Kenmore, Qld, 1968-1980) ===''AUSTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emanuel Maxwell Austin|Austin, Emanuel Maxwell "Mannie"]] [https://www.familysearch.org/tree/person/details/G8HH-98K] - 1909(NSW)-1997(NSW) - Licences: 2KZ Kurri Kurri (1929-1980+) - Qualifications: AOCP 477, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clipper (Kurri Kurri, 1930-1980) * [[/Henry Lashbrooke Austin|Austin, Henry Lashbrooke "Hal"]] [https://www.familysearch.org/tree/person/details/L4V2-LDC] - 1902(SA)-1954(SA) - Licences: 5BN Adelaide (Norwood, 1923-1928); 5AW Adelaide (Rose Park, 1947-1954) - Qualifications: cc; AOCP 101, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Victoria Park, SA, 1939; Rose Park, 1941-1943) * [[/Selwood Charles Austin|Austin, Selwood Charles]] [https://www.familysearch.org/tree/person/details/GXBD-TVV] - 1902(WA)-1985(WA) - Licences: 6SA Perth (Victoria Park, 1927; South Perth, 1930-1956; Maida Vale, 1960-1969; Morley, 1975-1980+) - Qualifications: cc; CPRT 625, 1921; 1COCP 134, 1930 - amateur operator; amateur broadcaster - Relationships: Brother-in-law of Stanley Hogg - Electoral Rolls: electrician (South Perth, WA, 1931-1958); police officer (Maida Vale, WA, 1963-1968; Kalamunda, WA, 1972); retired (Morley, WA, 1977-1980) ===''AVARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Avard|Avard, Alfred Edward]] [https://www.familysearch.org/tree/person/details/G8X2-RRL] - 1901(Vic)-1978(Vic) - Licences: 3AZ Melbourne (Northcote, 1930-1939; Kew, 1946-1965) - Qualifications: AOCP 620, 1930, No. ?? in Vic; 1COCP 88, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Northcote, 1925-1937); public servant (Kew, 1943-1977) =='''B'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''BACKLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lincoln Backler|Backler, Eric Lincoln]] [https://www.familysearch.org/tree/person/details/LV8Q-6SK] - 1911(SA)-1980(SA) - Licences: 5HK Kingston SE (1933-1939, 1954-1980) - Qualifications: cc; AOCP 1093, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Kingston, SA, 1939) ===''BADENOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Herbert Lionel Badenoch|Badenoch, James Herbert Lionel]] [https://www.familysearch.org/tree/person/details/GXG7-3XK] - 1913(NSW)-1984(SA) - Licences: 5LB Adelaide (Trinity Gardens, 1932-1980+) - Qualifications: cc; AOCP 1012, 1932, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BADER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Adolphus Frederick Bader|Bader, Henry Adolphus Frederick]] [https://www.familysearch.org/tree/person/details/97M3-V5X] - 1866(Ger)-1928(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman, Trading Committee, Wireless Development Assoc (Perth); witness to Royal Commission 1927 (obo WDA) - Electoral Rolls: electrical engineer (North Perth, 1913-1926) ===''BADGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Victor Badger|Badger, Albert Victor]] [https://www.familysearch.org/tree/person/details/G9RY-9X6] - 1893(Eng)-1983(NSW) - 2YT Receive Sydney (Rozelle, 1923-1924), 2AB Sydney (Rozelle, 1925-1926; North Sydney, 1927-1929; Crows Nest, 1930; Rozelle, 1931-1934; Leichhardt, 1935-1939), amateur operator (AOCP 202, 1925, No. ?? in NSW), amateur broadcaster, operator (Hobart East, 1919); picture operator (Crows Nest, 1930; Rozelle, 1934; Lilyfield, 1937-1972; Leichhardt, 1977-1980)) ===''BAGST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. D. A. Bagst|Bagst, E. D. A.]] - 19??(???)-19??(???) - Licences: 5EB Adelaide (Woodville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: individual not yet identified, possibly Elizabeth D. Bagst nee Boyle who married Leslie Bagst at Newtown, NSW 1925, possible YL operator ===''BAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Leonard Bain|Bain, John Leonard]] [https://www.familysearch.org/tree/person/details/GD4V-6SV] - 1891(Eng)-19??(NSW?) - Licences: Nil yet identified - Qualifications: cc; CPRT 109, 1915 - ship wireless officer (pre WW1, WW1); journalist (technical editor, Listener-In, -1934+); clubs (IRE USA); WW1 (1916-1919); Associate Editor, Popular Radio Weekly (1927); witness to Royal Commission 1927 (as associate editor, Popular Radio Weekly, Victoria) - Education: B.Sc.(London) - Electoral Rolls: engineer (Essendon, Vic, 1925-1936); journalist (Darling Harbour, NSW, 1937) - Links: [https://www.awm.gov.au/collection/P10688424 AWM] ===''BAILEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bailey|Bailey, George]] [https://www.familysearch.org/tree/person/details/GDKW-8PX] - 1882(Eng)-19??(???) - Licences: 5GB Mt Gambier (1924-1926) - Qualifications: cc; CPRT 79, 1915 - RANRS (CPO to Warrant Telegraphist, 1917); amateur operator; amateur broadcaster - Electoral Rolls: retired (Mt Gambier, 1939-1943) * [[/Jack Harry Bailey|Bailey, Jack Harry]] [https://www.familysearch.org/tree/person/details/KG85-LZ4] - 1912(Qld)-1989(Qld) - Licences: 4JC Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1299, 1934, Qld; BOCP 1902, 1961 - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Red Hill, Qld, 1936-1937); electrical mechanic (Annerley, Qld, 1943-1954); teacher (Tarragindi, Qld, 1958-1963); college principal (Mackay, Qld, 1968); principal (Bundaberg, Qld, 1972; Tarragindi, Qld, 1977-1980) * [[/Robert Howard Bailey|Bailey, Robert Howard]] [https://www.familysearch.org/tree/person/details/GXLM-1X6] - 1917(SA)-1995(SA) - Licences: 5NW Crystal Brook (1936-1939); 5NW Adelaide (Kensington Park, 1948; Huddleston, 1954-1960); 5NW Crystal Brook (1965-1980+) - Qualifications: cc; AOCP 1764, 1936, SA; BOCP 673, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Crystal Brook, SA, 1939-1943) ===''BAIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Allan Baird|Baird, Thomas William Allan]] [https://www.familysearch.org/tree/person/details/LHKG-JVD] - 1886(Qld)-1943(Qld) - Licences: 4DY Receive Brisbane (Bayswater, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (AIF, 11 Field Company Engineers, 1916) - Electoral Rolls: gardener (North Pine, Qld, 1908); labourer (Bayswater, Qld, 1912-1913); storeman (Torwood, Qld, 1916-1943) ===''BAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Andrew Claude Baker|Baker, Andrew Claude]] [https://www.familysearch.org/tree/person/details/G6TG-RZ9] - 1897(Eng)-1935(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 144, 1915; 2COCP 193, 1930; 1COCP 303, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIR Rockhampton (1917-1918) - Electoral Rolls: wireless operator (Clayfield, 1914-1917; Rockhampton, 1919-1934) * [[/Charles Whiteway Baker|Baker, Charles Whiteway]] [https://www.familysearch.org/tree/person/details/LL93-HYP] - 1905(Vic)-1978(Vic) - Licences: 3VP Receive Bendigo (1923-1924); 3VP Bendigo (1925-1975) - Qualifications: cc; AOCP 156, 1925, No. ?? in Vic; BOCP 451, 1942 - amateur receiver; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (as a "listener"); merchant - Electoral Rolls: salesman (Bendigo, 1927-1931); merchant (Bendigo, 1934-1968; Kennington, 1972-1977) * [[/Ernest James Baker|Baker, Ernest James]] [https://www.familysearch.org/tree/person/details/GZ6F-K5B] - 1904(NSW)-1973(NSW) - Licences: 2FP Receive Newcastle (Maryville, 1922-1923); 2FP Newcastle (Maryville, 1924-1928; Wickham, 1929; Hamilton, 1930-1939, 1946-1969) - Qualifications: cc; AOCP 69, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: draftsman (Hamilton, 1930-1972) * [[/Edwin Weldon Baker|Baker, Edwin Weldon]] [https://www.familysearch.org/tree/person/details/LYWP-F1D] - 1895(NSW)-1979(NSW) - Licences: 4CI Receive Brisbane (Northgate, 1922) - Qualifications: cc; CPRT 733, 1922 - amateur receiver - Halcyon: not mentioned - Electoral Rolls: joiner (Northgate, 1919-1977) * [[/John Frederick Thomas Baker|Baker, John Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GCY6-8XY] - 1908(???)-1977(Vic) - 3LF Melbourne (Northcote, 1927+), qualifications (AOCP 325, 1927, No. ?? in Vic), amateur operator, amateur broadcaster, * [[/Herbert Edward Baker|Baker, Herbert Edward]] [https://www.familysearch.org/tree/person/details/9V2B-245] - 1875(Vic)-1948(Qld) - Licences: 4HB Charleville (1925-1927) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; grazier - Halcyon: p. 81, 111 - Electoral Rolls: station manager (Charleville, 1903); grazier (Charleville, 1908-1943) * [[/Sidney Charles Baker|Baker, Sydney or Sidney Charles]] [https://www.familysearch.org/tree/person/details/MZSZ-J4H] - 1909(Vic)-1977(Vic) - Licences: 3KU Receive Melbourne (South Melbourne, 1922-1924), 3BK Melbourne (South Melbourne, 1925-1933; Albert Park, 1937; South Melbourne, 1938-1939, 1946-1954; Bonbeach, 1955-1969; Seaford, 1975) - Qualifications: AOCP 177, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (South Melbourne, 1937); optical mechanic (Carrum, 1963-1972); retired (Carrum, 1977) * [[/Walter Ross Baker|Baker, Walter Ross]] [https://www.familysearch.org/tree/person/details/G8CY-D78] - 1905(SA)-1978(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''BALDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Loris John Balderson|Balderson, Loris John]] [https://www.familysearch.org/tree/person/details/GMVR-1RW] - 1895(Vic)-1932(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; RAAF (Flying Officer, Technical Branch, 1927); witness to Royal Commission 1927 (obo RAAF) - Electoral Rolls: officer, RAAF (Footscray, 1924); flying officer (Werribee, 1925); flight-lieutenant (Werribee, 1931) - Links: [https://www.crossandcockade.com/uploads/Balderson.pdf Bio] ===''BALSILLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Graeme Balsillie|Balsillie, John Graeme]] [https://www.familysearch.org/tree/person/details/G7MR-7MN] - 1885(Qld)-1924(USA) - radio business proprietor, senior federal public servant (PMGS, Commonwealth Wireless Expert), inventor, (Halcyon, not mentioned) - [https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf John Graeme Balsilie: Australia's Forgotten Wireless Pioneer]; [https://adb.anu.edu.au/biography/balsillie-john-graeme-5117 ADB] ===''BAMFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Bamfield|Bamfield, Alfred George]] [https://www.familysearch.org/tree/person/details/GM19-HNG] - 1892(NSW)-1918(NZL) - Licences: XQJ Corfield (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Halcyon: p. 3 - Electoral Rolls: clerk (Muttaburra, Qld, 1913) ===''BANCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John Bancroft|Bancroft, Stanley John]] - 19??(???)-19??(???) - Broadcast technician (2CY), federal public servant (PMGD, ABC) ===''BANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Edward William Banks|Banks, Harold Edward William "Harry"]] [https://www.familysearch.org/tree/person/details/G6S7-3BT] - 1911(NZL)-2000(Tas) - Licences: 7HB Hobart (North Hobart, 1938-1939; Richmond, 1946-1956; Penna, 1960-1965; New Town, 1969-1980+) - Qualifications: cc; Nil yet identified (New Zealand?) - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Hobart North, 1936-1937); council clerk (Richmond, 1943-1954) ===''BANYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ingram Banyer|Banyer, Ingram]] [https://www.familysearch.org/tree/person/details/9F95-CYX] - 1893(SA)-1976(SA) - Licences: XVQ Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: clerk (Blackwood, SA, 1939-1943) ===''BARBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel George Barber|Barber, Samuel George]] [https://www.familysearch.org/tree/person/details/GXLC-66B] - 1913(SA)-1991(SA) - Licences: 5MV Adelaide (Henley Beach, 1933-1937; Woodville, 1938-1939) - Qualifications: cc; AOCP 1232, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: welder (Woodville, SA, 1939); radio engineer (5RM, Berri, SA, 1941; Glenelg, SA, 1943) * [[/William Henry Barber|Barber, William Henry]] [https://www.familysearch.org/tree/person/details/LY4N-QRD] - 1897(SA)-1965(WA) - Licences: Receive Adelaide (Cumberland, 1923-1925); 5WH Adelaide (Cumberland, 1926-1931); 5WH Port Pirie (1933-1937); 6DX Kalgoorlie (1938-1939; 1946-1960) - Qualifications: cc; AOCP 266, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio engineer (Kalgoorlie, 1937-1963) ===''BARBIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alphonse Barbier|Barbier, Edward Alphonse or Alphonse Edward]] [https://www.familysearch.org/tree/person/details/GXLV-5TW] - 1904(SA)-1962(SA) - Licences: 5MD Adelaide (Stockdale Reserve, 1932-1939; City, 1947-1960) - Qualifications: cc; AOCP 958, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARBOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Heyward Barbour|Barbour, Kenneth Heyward]] [https://www.familysearch.org/tree/person/details/GZXJ-1VZ] - 1905(Vic)-1952(Vic) - Licences: 3ZI Melbourne (Armadale, 1923-1926) - Qualifications: AOCP 105, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARDIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Frederic Bardin|Bardin, William Frederic or Frederick "Bill", "Old Bill"]] [https://www.familysearch.org/tree/person/details/GSS9-TG4] - 1899(Eng)-1976(NSW) - Licences: 3ZA Melbourne (North Carlton, 1923-1925); 4AB Townsville (1925-1927); 4AB Brisbane (Fairfield & Yeronga, 1931-1933); 2ABZ Sydney (Ermington & Dundas 1937-1939, 1946-1961+) - Qualifications: cc; CPRT 615, 1921; 1COCP 58, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); coastal radio operator (AWA); state public servant (4QG); federal public servant (Halcyon, p. 63) - Electoral Rolls: clerk (Townsville, 1922); radio engineer (Townsville, 1925; Buranda, 1926; Fairfield, 1928); engineer (Dundas, 1936-1943; Eastwood, 1949-1968) ===''BARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Morphew Barker|Barker, Rupert Morphew]] [https://www.familysearch.org/tree/person/details/GCGH-7LM] - 1890(Eng)-1973(Tas) - Licences: 5RM Adelaide (Prospect, 1924-1933); 7RM Hobart (City, 1947-1948; Lenah Valley, 1949-1969) - Qualifications: cc; Nil yet identified (likely qualified in England) - amateur operator; amateur broadcaster; WW2; broadcast engineer (sound) - Electoral Rolls: electrician (South Yarra, Vic, 1931-1936; Hobart North, Tas, 1937; Hobart South, Tas, 1943); sound engineer (Hobart West, Tas, 1949); engineer (Moonah, Tas, 1954; New Town, Tas, 1963) * [[/William Henry Barker|Barker, William Henry (R.?)]] [https://www.familysearch.org/tree/person/details/GHGY-243] - 1905(NSW)-1956(NSW) - licences: Receive (Crystal) Sydney (Concord, 1923-1924); 2BW Sydney (Concord, 1925-1931), qualifications: AOCP 217, 1925, No. ?? in NSW, amateur operator, amateur broadcaster, electoral rolls: electrical mechanic (Concord, 1930-1943), beware several contemporaneous William Henry Barker ===''BARLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Kenneth Barlin|Barlin, George Kenneth]] [https://www.familysearch.org/tree/person/details/L2VX-DP3] - 1916(NSW)-2016(ACT) - qualifications (BOCP 67, 1937), long term employee 2CA Canberra, manager TV network ===''BARLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Barlow|Barlow, Edward]] [https://www.familysearch.org/tree/person/details/G8K2-2FL] - 1895(NSW)-1968(Qld) - Licences: 2GQ Receive Armidale (1922); 2GQ Armidale (1922-1926); 2GQ Glen Innes (1927); 2GQ Sydney (Darlinghurst, 1928); 2GQ Canberra (1929); 2GQ Mudgee (1930-1931); 2GQ Sydney (Cammeray, 1933-1934; North Sydney, 1935-1936; Mosman, 1937-1939 & 1946-1965) - Qualifications: cc; AOCP 4, 1924, No. 3 in NSW - amateur operator; amateur broadcaster - TroveTag: "2GQ - Edward Barlow" - Electoral Rolls: public servant (Mudgee, 1930-1932; Cammeray, 1933-1935; Milsons Point, 1936; Mosman, 1937); divisional returning officer (Bathurst, 1943; Mosman, 1949-1958) ===''BARNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Barnes|Barnes, Thomas Walter]] [https://www.familysearch.org/tree/person/details/G8Z6-PZ2] - 1910(Vic)-2002(NSW) - Licences: 3TB Melbourne (Ascot Vale, 1929-1933; Moonee Ponds, 1937-1939; West Brunswick, 1946-1980+) - Qualifications: AOCP 537, 1929, No. ?? in Vic; BOCP 243,1939 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Ascot Vale, 1931-1936); mechanic (Moonee Ponds, 1937-1942); electrical maintenance (West Brunswick, 1949-1980) - beware another contemporaneous Thomas Walter Barnes (1893-1925) ===''BARRACLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Barraclough|Barraclough, Francis "Frank"]] [https://www.familysearch.org/tree/person/details/G8KL-MNY] - 1903(Qld)-1974(Qld) - Licences: 4GY Brisbane (Kedron, 1933-1935); 4GX Brisbane (Kedron, 1935-1939; 1946-1969) - Qualifications: cc; AOCP 1075, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2); radio service (Palings) - Halcyon: p. 81 - Electoral Rolls: carpenter (Kedron, 1937-1972) ===''BARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Barry|Barry, William Lawrence (BMD) or Lawrence William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/MK6C-NBK] - 1905(Qld)-1970(Qld) - Licences: 4FQ Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: storeman (South Brisbane, Qld, 1929); taxi driver (South Brisbane, Qld, 1937-1968) ===''BARTHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Lewis Barthold|Barthold, Godfrey Lewis]] [https://www.familysearch.org/tree/person/details/GZKR-JWZ] - 1899(Vic)-1993(Vic) - 3GL Melbourne (Malvern, 1925-1927), 3BT Melbourne (Malvern, 1931-1939; Glen Iris, 1946-1980+), amateur operator (AOCP 210, 1925, No. ?? in Vic), amateur broadcaster, clerk (Malvern, 1924-1931), radio manufacturer (Camberwell, 1937-1943; Glen Iris, 1949-1972), retired (Mt Martha, 1977-1980) ===''BARTHOLOMEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Bartholmew|Bartholomew, Charles Percy]] [https://www.familysearch.org/tree/person/details/G6CZ-8YR] - 1861(Eng)-1942(NSW) - Licences: XBM Sydney (Mosman, 1911-1914); 2FO Receive Sydney (Kirribilli, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver; company director (AWA); witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: merchant (Milsons Point, 1930-1937) - Comment: famously charged and convicted of trading with the enemy during WW1 but only slapped on wrist (together with Ernest Thomas Fisk and Hugh Robert Denison) ===''BARTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gustavus Campbell Barton|Barton, Edward Gustavus Campbell]] [https://www.familysearch.org/tree/person/details/KJ57-87Y] - 1857(Vic)-1942(Eng) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter, scientist, business proprietor (Barton & White) - Halcyon: not mentioned) - [https://adb.anu.edu.au/biography/barton-edward-gustavus-campbell-9445 ADB] * [[/Graham Francis Barton|Barton, Graham Francis]] [https://www.familysearch.org/tree/person/details/GX5P-KYT] - 1918(SA)-2005(SA) - Licences: 5BN Mt Gambier (1937-1939); 5BN Adelaide (Unley, 1947-1956; Malvern, 1960-1980+) - Qualifications: cc; AOCP 1993, 1937, SA; 1COCP 1709, 1954 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Hyde Park, SA, 1941-1943) * [[/Richard McRae Barton|Barton, Richard McRae "Dick"]] - 1940(???)-2021(Qld) - broadcast engineer, director engineering FACTS (1981-2001), ABU Engineering Award 2004, Fellow SMPTE, contributed to development DTV standards, chaired preparatory meeting to WRC 2000, [https://www.itu.int/dms_pub/itu-r/oth/0a/07/R0A070000420001PDFE.pdf ITU Tribute] ===''BARTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graeme Bartram|Bartram, Graeme]] - historian (early Aus wireless: 2011 "John Graeme Balsilie: Australia's Forgotten Wireless Pioneer"[https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf]) ===''BASIL-COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * Frank Basil-Cooke see Cooke, Frank Basil "Basil" ===''BASSETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Rankin Bassett|Bassett, Francis Rankin]] [https://www.familysearch.org/tree/person/details/GQZJ-28Y] - 1906(NSW)-1982(NSW) - 2FR Sydney (Bexley, 1925-1928; Arncliffe, 1929), 2FR Singleton, 1931-1939), amateur operator (AOCP 194, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother John Bassett * [[/John Bassett|Bassett, John]] [https://www.familysearch.org/tree/person/details/L8M2-8XN] - 1904(NSW)-1979(NSW) - 2VO Receive Stroud (1923), amateur operator (AOCP 232, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother Francis Rankin Bassett ===''BATCHLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Victor Batchler|Batchler, Charles Victor "Victor"]] [https://www.familysearch.org/tree/person/details/K4NN-FXJ] - 1897(Tas)-1985(Tas) - Licences: XZJ Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: Uncle of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: shift engineer (Waddamana, 1922) * [[/Jack Copeland Batchler|Batchler, Jack Copeland]] [https://www.familysearch.org/tree/person/details/KCSK-D8F] - 1910(Tas)-1979(Tas) - Licences: 7JB Hobart (1932-1939); 3AJB Melbourne (1947); 7JB Hobart (Sandy Bay, 1948-1975+) - Qualifications: cc; AOCP 957, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: nephew of XZJ Charles Victor Batchler; husband of 7YL Joyce Isabel Batchler nee Crowder - Electoral Rolls: soldier (Nelson, 1943-1949); no occupation (Nelson, 1972) * [[/Joyce Isabel Crowder|Batchler nee Crowder, Joyce Isabel]] [https://www.familysearch.org/tree/person/details/LYNY-PKG] - 1915(Tas)-2015(Tas) - Licences: 7YL Hobart (Sandy Bay, 1936-1980) - Qualifications: AOCP 1627, 1936, Tas - amateur operator; amateur broadcaster; YL - Relationships: Wife of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: home duties (Nelson, 1943-1972) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''BATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Bate|Bate, Arthur John]] [https://www.familysearch.org/tree/person/details/GXKQ-PYC] - 1917(WA)-2010(SA) - Licences: 5ZA Adelaide (Adelaide City, 1937-1939) - Qualifications: cc; AOCP 1891, 1937, SA; BOCP 1481, 1956; 1COCP 2049, 1967 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil yet identified ===''BATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lister Bates|Bates, Jack Lister]] [https://www.familysearch.org/tree/person/details/GCGK-238] - 1912(Qld)-1998(Qld) - Licences: 4UR Brisbane (Teneriffe, 1935-1939, 1946-1947; Lutwyche, 1948-1969; Toombul, 1975-1980) - Qualifications: cc; AOCP 1430, 1935, Qld - amateur operator; amateur broadcaster; Radio Club (WIAQ, QSL Manager); part of the "U" gang; WW2 - Halcyon: p. 12, 99, 137, 141, 145 - Electoral Rolls: storeman (Teneriffe, Qld, 1936-1943); labourer (Lutwyche, Qld, 1949-1958; Wooloowin, Qld, 1968); cashier (Toombul, Qld, 1972-1980) ===''BATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Henry Batt|Batt, Cecil Henry]] [https://www.familysearch.org/tree/person/details/GMLJ-5SB] - 1904(Tas)-1942(Tas) - Licences: Receive (Crystal) Bothwell (1923) - Qualifications: cc; 3COCP 434, 1940 - amateur receiver - Electoral Rolls: motor driver (Bothwell, 1928); labourer (Melton Mowbray, 1936-1937) ===''BATTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Thomas Battle|Battle, Edmund Thomas]] [https://www.familysearch.org/tree/person/details/G6C8-G32] - 1890(UK)-1970(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a listener) - Electoral Rolls: teamster (Dorrigo, 1913); dairy farmer (Malanda, 1919); sawmill manager (Tumoulin, 1931); sawmiller (Ravenshoe, 1936-1937); timber merchant (Paddington, 1943); sawmiller (Albion, 1949) ===''BATTYE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Sykes Battye|Battye, James Sykes]] [https://www.familysearch.org/tree/person/details/9V7W-HL5] - 1871(Vic)-1954(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - librarian; historian; witness to Royal Commission 1927 (as chairman, special committee, Western Australian Listeners' League) - Electoral Rolls: librarian (Perth, 1910-1937); principal librarian (Perth, 1943-1949) - Links: [[w:James Battye|Wikipedia]] [https://adb.anu.edu.au/biography/battye-james-sykes-5156 ADB] ===''BATY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Baty|Baty, Richard]] [https://www.familysearch.org/tree/person/details/GXLV-BZX] - 1913(Eng)-19??(???) - Licences: 5MH Adelaide (Brompton, 1931; Pennington, 1937; Challa Gardens, 1938-1939; Lockleys, 1954-1969; Henley Beach South, 1975-1980) - Qualifications: cc; AOCP 757, 1931, No. ?? in SA; AOLCP 160, 1934; BOCP 242, 1939; 1COCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Franklin, SA, 1941-1943) ===''BAUER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Thomas Bauer|Bauer, Alfred Thomas "Alf"]] [https://www.familysearch.org/tree/person/details/MSCM-QB1] - 1908(Qld)-2004(Qld) - Licences: 4AT Brisbane (Annerley, 1927-1933) & Cairns? - Qualifications: cc; AOCP 333, 1927, No. 36 in Qld; CPRTelephony 1119, 1928; 1COCP 92, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); state public servant (4QG); WW2 - Halcyon: p. 67, 86, 111, 127, 130 - Electoral Rolls: radio engineer (Cairns, 1936; Camp Hill, 1937); radio tech (Camp Hill, 1943-1980) ===''BAXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Baxter|Baxter, Arthur Henry]] [https://www.familysearch.org/tree/person/details/L62R-CKR] - 1900(Eng)-1983(WA) - Licences: 6BX Geraldton (1937-1939) - Qualifications: cc; AOCP 1989, 1937, WA; BOCP 381, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: station employee (Lyons River Station, Carnarvon, WA, 1925-1926); wood merchant (Geraldton, WA, 1931-1937); broadcast station operator (Geraldton, WA, 1949-1972); retired (Thornlie, WA, 1977-1980) * [[/Sidney Roy Baxter|Baxter, Sidney or Sydney Roy]] [https://www.familysearch.org/tree/person/details/LWX9-XWV] - 1915(Qld)-1985(Qld) - Licences: 4FJ Brisbane (Camp Hill, 1935-1939; Coorparoo Heights, 1946-1947; Cribb Island, 1948-1950; Camp Hill, 1954-1980+) - Qualifications: cc; AOCP 1569, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless officer); employment (Trittons, radio service); business proprietor (radio service) - Halcyon: p. 76, 137 - Electoral Rolls: truck driver (Camp Hill, Qld, 1936-1943); radio mechanic (Cribb Island, Qld, 1949); radio technician (Camp Hill, Qld, 1954-1980) ===''BEAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Beames|Beames, Kenneth]] [https://www.familysearch.org/tree/person/details/9NQJ-L17] - 1899(NSW)-1989(NSW) - Licences: N754 Receive Sydney (Randwick, 1922); 2IB Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: manufacturer (Five Dock, 1930-1958; Linden, 1963-1980) ===''BEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Percival Reed Bean|Bean, Leslie Percival Reed]] [https://www.familysearch.org/tree/person/details/KHWZ-6ZZ] - 1884(Vic)-1972(NSW) - Licences: 2ZT Sydney (Mosman, 1923-1925); 2LP Sydney (Mosman, 1924-1928; Artarmon, 1929-1936; Pymble, 1937-1939) - Qualifications: cc; Nil yet identified - PMGD (Elec. Engineer, 1904-1919); L. P. R. Bean & Co (founder 1920-1926); Stromberg-Carlson (founder, 1927-1933+); Council IREAust - Electoral Rolls: electrical instrument fitter (Ascot Vale, 1909); engineer (Brighton, Vic, 1912-1915; Artarmon, NSW, 1930); company director (Pymble, 1933-1943; Roseville, 1949-1954); electrical engineer (Lindfield, 1958-1968) ===''BEARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Gordon Beard|Beard, Ernest Gordon]] [https://www.familysearch.org/tree/person/details/GW2G-25R] - 1897(Eng)-1968(USA) - Licences: Nil yet identified - Qualifications: cc; 1COCP 304, 1939 - broadcast engineer (United Distributors; 2KY; 2GB); inventor; witness to Royal Commission 1927 (as consulting engineer, 2GB) - Electoral Rolls: engineer (Northbridge, 1930-1934); radio engineer (Northbridge, 1936-1937); wireless engineer (Willoughby, 1943-1949); engineer (Forestville, 1958-1963) - Links: [https://www.radiomuseum.org/dsp_hersteller_detail.cfm?company_id=12500 radiomuseum.org] * [[/Norman George Beard|Beard, Norman George]] [https://www.familysearch.org/tree/person/details/LT9G-GSZ] - 1902(Vic)-1984(NSW) - Licences: 3DR Receive Balnarring (1922-1923); 2PK Wentworthville (1930); 2ALJ Sydney (Prospect, 1939; Toongabbie, 1946-1954; Brookvale, 1955; Dee Why, 1956-1961); 2ALJ Terrigal (1965) - Qualifications: AOCP 583, 1930, No. ?? in NSW; TVOCP 25, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Pendle Hill, NSW, 1930; Balnarring, Vic, 1931; Prospect, NSW, 1933-1937); RAAF instructor (Ballarat, 1942); teacher (Toongabbie, 1949-1954; Brookvale, 1958); retired (Terrigal, 1963-1972; Wendouree, Vic, 1977; Caves Beach, 1980) ===''BEARUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Andrew Bearup|Bearup, Herbert Andrew]] [https://www.familysearch.org/tree/person/details/GDLJ-B1C] - 1900(Vic)-1982(Vic) - Licences: V740 Receive Melbourne (Caulfield East, 1922); 3GT Receive Melbourne (Caulfield East, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Malvern East, 1921-1924; Caulfield East, 1925-1928); farmer (Bentleigh, 1934-1949); engineer (Highett, 1963-1967; Moorabbin, 1972-1980) * [[/Thomas William Bearup|Bearup, Thomas William]] [https://www.familysearch.org/tree/person/details/9J7R-T9D] - 1897(Vic)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 224, 1916 - studio manager 3LO (1927); witness to Royal Commission 1927 (as studio manager, 3LO, Victoria); WW1 (merchant navy) - Electoral Rolls: operator (Caulfield, 1924); radio engineer (Auburn, Vic, 1931-1937); manager (Roseville, NSW, 1943) ===''BEATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Beatson|Beatson, Robert John "Bob"]] [https://www.familysearch.org/tree/person/details/GSJV-2D2] - 1909(Qld)-2003(Qld) - Licences: 4BB Brisbane (Wilston, 1928); 4BB Maryborough (1931-1939) - Qualifications: cc; AOCP 394, 1928, No. 44 in Qld; AOLCP 173, 1934 - amateur operator; amateur broadcaster; radio club administrator (WIAQ); broadcast engineer (4MB); WW2 - Halcyon: p. 68, 139, 141, 163, 164 - Electoral Rolls: radio mechanic (Maryborough, 1931); radiotrician (Maryborough, 1937-1949); radio engineer (Maryborough, 1954-1980) ===''BEATTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Spencer Meurant Beattie|Beattie, Herbert Spencer Meurant]] [https://www.familysearch.org/tree/person/details/GQ65-KTL] - 1888(NSW)-1963(NSW) - Licences: 3DV Receive Melbourne (Box Hill, 1922); 3DV Melbourne (Box Hill, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Box Hill, Vic, 1914-1927); salesman (Thornleigh, NSW, 1930); electrical engineer (Cheltenham, NSW, 1934-1936); agent (Cabramatta, 1943); auctioneer (Ettalong, 1943); no occupation (Fairfield, NSW, 1954-1958; Flagstaff, NSW, 1963) ===''BECHERVAISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philip Bechervaise|Bechervaise, William Philip]] [https://www.familysearch.org/tree/person/details/MVNP-4HQ] - 1831(Eng)-1907(Vic) - radio clubs (Telegraph Electrical Society, Victoria), employment (Victoria Posts and Telegraphs Department) ===''BECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Beavis Beck|Beck, Alan Beavis]] [https://www.familysearch.org/tree/person/details/GZR7-N8Q] - 1911(Vic)-1982(WA) - Licences: 5XW Adelaide (West Mitcham, 1927-1928) - Qualifications: cc; AOCP 370, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (Shenton Park, WA, 1937; Myrtle Bank, SA, 1941-1943); research chemist (Subiaco, 1949-1980) ===''BEDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Arthur Buddicom Bedford|Bedford, Robert Arthur Buddicom]] [https://www.familysearch.org/tree/person/details/LC5Q-1KX] - 1874(Eng)-1951(SA) - Licences: 5RB Kyancutta (1924-1939; 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of William Rudolf Buddicom Bedford - Electoral Rolls: farmer (Kyancutta, 1939-1941); retired (Kyancutta, 1943) - Links: [https://adb.anu.edu.au/biography/buddicom-robert-arthur-5417 ADB] * [[/William Rudolf Buddicom Bedford|Bedford, William Rudolf Buddicom "Bill"]] [https://www.familysearch.org/tree/person/details/L6Y3-X4Z] - 1909(Eng)-1972(SA) - Licences: likely operator of 5RB Kyancutta - Qualifications: cc; 3COCP 1893, 1954 - WW2 - Relationships: son of 5RB Robert Arthur Buddicom Bedford - Electoral Rolls: mechanic (Kyancutta, 1939-1943) ===''BEECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Sidney Beech|Beech, Frederick Sidney or Sydney "Fred"]] [https://www.familysearch.org/tree/person/details/G8F2-6BC] - 1895(Qld)-1978(Qld) - Licences: 4FB Brisbane (Coorparoo, 1930-1939; Norman Park, 1946-1969) - Qualifications: cc; AOCP 629, 1930, Qld - amateur operator; amateur broadcaster; jeweller - Halcyon: p. 75, 76, 90 - Electoral Rolls: watchmaker (Bulimba, 1917-1919; Coorparoo, 1919-1972; Norman Park, 1977) ===''BEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Beer|Beer, James]] - 19??(???)-19??(???) - Licences: 2CW Receive Sydney (Ashfield, 1922-1923); 2CW Sydney (Ashfield, 1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: too many JBs to identify reliably, likely James Charles Beer living 70 Tranmere St, Drummoyne, engineer, 1930 ===''BEGBIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Begbie|Begbie, Richard]] - historian (broadcasting), journalist, radio clubs (HRSA) ===''BELJON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robin Ernest Beljon|Beljon, Robin Ernest "Jack"]] [https://www.familysearch.org/tree/person/details/GSD3-VR3] - 1897(NSW)-1974(NSW) - Licences: 2RB Lithgow (1926-1933) - Qualifications: AOCP 259, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lithgow, 1930-1934); turner (Lithgow, 1937-1943); foreman (Lithgow, 1949-1968); retired (Lithgow, 1972) ===''BELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Wirgman Dillon Bell|Bell, Francis Wirgman Dillon "Frank"]] [https://www.familysearch.org/tree/person/details/G7QW-CM4] - 1896(NZ)-1987(NZ) - ZL4AA Waihemo, amateur operator, first to 2 way QSO New Zealand to Australia (Apr 1923), South America, USA (Sep 1924), England (Oct 1924, G2SZ); WW1 (gunner, France & Belgium till invalided 1917) - Relationships: brother of Margaret Brenda Bell, first licensed female NZ amateur - Links: [https://teara.govt.nz/en/biographies/4b20/bell-francis-wirgman-dillon Bio]; [https://www.soundarchives.co.nz/collections/catalogue/catalogue-item?record_id=222015 Sound Archives]; [https://www.zl4aa.org.nz/frank-bell-trans-world-radio-contact/ NZART Otago] * [[/H. G. Bell|Bell, H. G.]] - 19??-19?? - 4HG Brisbane (South Toowong = Taringa, 1927+) - Qualifications: cc; AOCP 321, 1927, No. 33 in Qld - amateur operator; amateur broadcaster - Halcyon: p. 111 - Callsign: later to Harry Brown - Electoral Rolls: Nil yet identified * [[/Leslie William Gordon Bell|Bell, Leslie William Gordon]] [https://www.familysearch.org/tree/person/details/G67S-RQ5] - 1904(Qld)-2000(Qld) - Licences: 4CY Receive Atherton (1923); 4LZ Jubilee Pocket (1969-1975); 4LZ Airlie Beach (1980+) - Qualifications: cc; AOCP 4471, 1967, Qld - amateur receiver; amateur operator; WW2 - Electoral Rolls: engine driver (Danbulla via Atherton, 1925-1928); farmer (Jubilee Pocket via Proserpine, 1954-1980) * [[/Victor Frank Bell|Bell, Victor Frank]] [https://www.familysearch.org/tree/person/details/GFMZ-FZ7] - 1913(WA)-19??(???) - Licences: 6KR Perth (Subiaco, 1932-1933); 6KR Kalgoorlie (1937-1939); 6KR Perth (Nedlands, 1947-1954) - Qualifications: cc; AOCP 907, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1936); postal assistant (Leonora, WA, 1937); radio engineer (Subiaco, WA, 1937); telephone mechanic (Lamington, Kalgoorlie, WA, 1943); radio engineer (Nedlands, WA, 1949-1954) * [[/Vincent Stephanus Bell|Bell, Vincent Stephanus "Vince"]] [https://www.familysearch.org/tree/person/details/GXHV-W8G] - 1910(Qld)-1981(Qld) - Licences: 4VD Rockhampton (Rockhampton City, 1936-1937; Wandal, 1938-1939, 1946-1960+) - Qualifications: cc; AOCP 1496, 1935, Qld - amateur operator; amateur broadcaster; WW2; employed electrical business - Electoral Rolls: electrician (Rockhampton, Qld, 1932-1936); electrical mechanic (Rockhampton, Qld, 1937-1980) ===''BELSTEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Lempriere Belstead|Belstead, Roy Lempriere]] [https://www.familysearch.org/tree/person/details/L1GN-CQF] - 1910(Qld)-1981(Qld) - Licences: 4EI Townsville (1933-1939); 4RU Winton (1975-1980) - Qualifications: cc; AOCP 1182, 1933, No. ?? in Qld; BOCP 304, 1940; 1COCP 420, 1940; TVOCP 87, 1957 - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, Townsville ARC); state public servant (Qld Railways); broadcast technician (2KY); business proprietor (Belstead Electronic Repairs, Winton) - Electoral Rolls: clerk (Hyde Park, Qld, 1931-1937); radio technician (Dee Why, NSW, 1943; Auburn, NSW, 1949; Lidcombe, NSW, 1958-1963; Auburn, NSW, 1972); retired (Winton, Qld, 1977-1980) ===''BENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Bennett|Bennett, Alfred Edward]] [https://www.familysearch.org/tree/person/details/LYNP-GFM] - 1889(Vic)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - manager 2GB Sydney; witness to Royal Commission 1927 (as manager, 2GB, NSW) - Electoral Rolls: manager (Mosman, 1930-1931); director (Mosman, 1933; Vaucluse, 1936); inspector (Darling Point, 1943); investor (West Pennant Hills, 1949); retired (Vaucluse, 1954-1963) - Links: [https://adb.anu.edu.au/biography/bennett-alfred-edward-5207 ADB] * [[/Clarence Herbert Bennett|Bennett, Clarence Herbert]] [https://www.familysearch.org/tree/person/details/LK1H-GMF] - 1887(Vic)-1974(Vic) - Licences: cc; Nil yet identified - Qualifications: AOCP 449, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Brunswick, 1909-1963); retired (Brunswick, 1968-1972) ===''BENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Francis Wattis Bent|Bent, Arthur Francis Wattis]] [https://www.familysearch.org/tree/person/details/GZVG-5V7] - 1902(Vic)-1998(Vic) - Licences: 3AF Geelong (1924-1939, 1946-1960); 3AF Torquay (1965-1980+) - Qualifications: cc; AOCP 199, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; radio dealer (Geelong, 1931-1954) - Electoral Rolls: turner (14 Coronation St, Geelong West, 1925-1927); radio dealer (Geelong, 1928-1954); radio serviceman (Torquay, 1963-1980) ===''BENTLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Ernest Bentley|Bentley, Frank Ernest]] [https://www.familysearch.org/tree/person/details/G93F-NPZ] - 1902(India)-1973(SA) - Licences: 5MK Adelaide (Cowandilla, 1931-1939); 5MZ Adelaide (Cowandilla, 1954-1969) - Qualifications: cc; AOCP 833, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: boilermaker (Cowandilla, SA, 1939-1943) ===''BENTZEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivan Louis Bentzen|Bentzen, Ivan Louis]] [https://www.familysearch.org/tree/person/details/LT4X-6P4] - 1905(Qld)-1995(Qld) - Licences: 4SS Brisbane (Newstead, 1932-1933) - Qualifications: cc; AOCP 964, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Bulimba, Qld, 1929); mechanic (Valley, Qld, 1936); carpenter (Wooloowin, Qld, 1943-1949); garage proprietor (Lutwyche, Qld, 1954); carpenter (Eagle Junction, Qld, 1954-1980) ===''BERGIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Thomas Bergin|Bergin, John Thomas "Jack"]] [https://www.familysearch.org/tree/person/details/GXGP-GNM] - 1911(SA)-1989(SA) - Licences: 5JB Adelaide (Largs Bay, 1934-1939) - Qualifications: cc; AOCP 1364, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: * [[/Max Wulfing Bergin|Bergin, Max Wulfing]] [https://www.familysearch.org/tree/person/details/LXQ1-QLP] - 1900(NSW)-1983(Cook Isls) - Licences: 2YP Receive West Maitland (1923); 2YP West Maitland (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ingham Berry|Berry, Arthur Ingham]] [https://www.familysearch.org/tree/person/details/9WB6-6F5] - 1914(Vic)-1979(Vic) - Licences: 3CZ Melbourne (Hawthorn, 1930-1939; Kew, 1946-1954; East Malvern, 1955-1956); 3CZ Warburton (1960-1975) - Qualifications: AOCP 595, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Hawthorn, 1936-1937); architect (Kew North, 1943-1954); farmer (Warburton, 1963-1977) * [[/Harold Alexander Berry|Berry, Harold Alexander "Huck"]] [https://www.familysearch.org/tree/person/details/G869-8R6] - 1906(SA)-1983(SA) - Licences: Receive (Crystal) Adelaide (City, 1923); Receive Adelaide (City, 1923-1924); 5JU Adelaide (City, 1930-1931; Keswick, 1933; Norwood, 1937-1939; Kilburn, 1946-1975) - Qualifications: cc; AOCP 666, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: polisher (Kilburn, 1943) * [[/Lawrence Dudley Berry|Berry, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/GXG2-X6J] - 1906(NSW)-1987(SA) - Licences: 5DB Adelaide (Norwood, 1934-1939) - Qualifications: cc; AOCP 1315, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Henry Berry|Berry, Robert Henry]] [https://www.familysearch.org/tree/person/details/G342-ZR6] - 18??(???)-1971(Qld) - Licences: XQC Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; electrical business proprietor - Electoral Rolls: gardener (Rockhampton, 1912-1925); electrical mechanic (Rockhampton, 1928-1968) * [[/William Clive Berry|Berry, William Clive "Clive"]] [https://www.familysearch.org/tree/person/details/LBT5-3L8] - 1912(NSW)-1965(NSW) - Licences: 2CB Knockrow via Bangalow (1931-1936); 2AGM Byron Bay (1938-1938, 1946-1955); 2AGM Lismore (1956-1957); 2AGM Mullumbimby (1958-1960); 2AGM Byron Bay (1961-1965) - Qualifications: AOLCP 30, 1930, NSW; 2COCP 302, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Knockrow, 1933-1936); woodworker (Byron Bay, 1943-1954); contractor (Ballina, 1958); no occupation (Mullumbimby, 1958); manager (Byron Bay, 1963) * [[/William James Berry|Berry, William James "Jim"]] [https://www.familysearch.org/tree/person/details/G8D1-B78] - 1890(Qld)-1983(Qld) - Licences: 4WB Brisbane (Yeerongpilly, 1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1295, 1934, Qld - amateur operator; amateur broadcaster; instrument repairer - Comment: Several contemporaneous William James Berry's in Brisbane - Electoral Rolls: motor mechanic (Yeerongpilly, 1958-1963); mechanic (Yeerongpilly, 1972-1980) - ===''BERTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Louis Bertram|Bertram, William Louis]] [https://www.familysearch.org/tree/person/details/LDBP-NGS] - 1901(Vic)-1983(Vic) - Licences: V738 Receive Rushworth (1922); 3GR Receive Rushworth (1922); 2KR Sydney (Waverley, 1929) - Qualifications: CPRT 920, 1926; 2COCP 97, 1930; 1COCP 34, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Rushworth, 1922; Brunswick, 1924-1928); telegraphist (Brunswick, 1931-1942); telephonist (Brunswick, 1949-1963); retired (Frankston, 1967-1980) ===''BESTED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julius Phillip Bested|Bested, Julius Phillip]] [https://www.familysearch.org/tree/person/details/MZ6V-YSQ] - 1907(SA)-1987(SA) - Licences: Receive Adelaide (Rose Park, 1923); 5CS Adelaide (Salisbury, 1937-1939); 5CS Peterborough (1947-1948); 5CS Adelaide (Richmond, 1954-1960; Cumberland Park, 1965-1980+) - Qualifications: cc; AOCP 1995, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Salisbury, SA, 1939-1941) ===''BIBBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Cyril Bibby|Bibby, Frederick Cyril "Fred"]] [https://www.familysearch.org/tree/person/details/GH58-5XF] - 1911(Tas)-1982(Vic) - Licences: 3OL Melbourne (Hawthorn East, 1930-1939; Camberwell, 1946-1980+) - Qualifications: AOCP 681, 1930, Vic; AOLCP 38, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Camberwell, 1943-1968); operator (Camberwell, 1972-1980) ===''BINNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Binns|Binns, Cecil]] [https://www.familysearch.org/tree/person/details/GZD8-XTD] - 1897(NSW)-1974(NSW) - 2IE Receive Sydney (Kogarah, 1922), 2BJ Sydney (Kogarah, 1925-1927), amateur operator (AOCP 46, 1925, No. ?? in NSW), amateur broadcaster ===''BIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Scorer Bird|Bird, Henry Scorer]] [https://www.familysearch.org/tree/person/details/LYWH-FTC] - 1902(Vic)-1973(Vic) - Licences: 3HB Melbourne (Sunshine, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Sunshine, 1924-1927); Government employee (Camberwell, 1928-1963); nil (Ashwood, 1968-1972) - Comment: 3HB callsign passed to Sunshine Radio Club 1924-1927 (prominent amateur broadcaster) * [[/Leslie James Bird|Bird, Leslie James]] [https://www.familysearch.org/tree/person/details/G6X2-N4N] - 1897(NSW)-1947(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as listener, Armidale, NSW) - Electoral Rolls: clerk (Armidale, 1930-1935; Wellington, 1937); civil servant (Homebush, 1943) ===''BISCHOFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Conrad Bischoff|Bischoff, William Edward Conrad]] [https://www.familysearch.org/tree/person/details/L2YT-QB7] - 1911(NSW)-1989(NSW) - Licences: 2LZ Sydney (Crows Nest, 1930-1937); 2LZ Wentworth Falls (1938-1939, 1946-1969); 2AKM Wentworth Falls (Portable, 1939); 2LZ Sydney (Naremburn, 1975-1980+) - Qualifications: AOCP 568, 1930, No. ?? in NSW; BOCP 12, 1936; TVOCP, 346, 1961 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Naremburn, 1933-1937); wireless operator (RAAF Richmond, 1943); radio technician (Wentworth Falls, 1949-1958); tele. engineer (Naremburn, 1963); engineer (Naremburn, 1972-1980) ===''BISHOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Elijah Bishop|Bishop, Clarence Elijah]] [https://www.familysearch.org/tree/person/details/LKZ9-G7S] - 1896(WA)-1971(WA) - Licences: 6DD Receive Albany (1923); 6DD Albany (1923-1924); 6DD Northam (1924); 6LL Katanning (1936-1939); 6LL Perth (Claremont, 1948-1954; East Victoria Park, 1955-1969) - Qualifications: cc; AOCP 1746, 1936, WA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Albany, WA, 1922); accountant (Katanning, WA, 1925-1937); clerk (Nedlands, WA, 1943-1954; Victoria Park, WA, 1958-1968) * [[/Frederick Edward Bishop|Bishop, Frederick Edward]] [https://www.familysearch.org/tree/person/details/GDS3-GZQ] - 1882(NSW)-1952(NSW) - Licences: 2FB Sydney (Kirribilli, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: optician (Kirribilli, 1930-1931); grazier (Mullaley, Gunnedah, 1935-1949) * [[/Maurice Glanville Bishop| Bishop, Maurice Glanville]] [https://www.familysearch.org/tree/person/details/GDDP-SVD] - 1908(Tas)-1965(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bank clerk (Middle Park, Vic, 1931); bank officer (Middle Park, 1935); bank clerk (Bank of NSW Quarters, Ouyen, 1936-1937); bank officer (Hawthorn, 1942-1949; Nelson, Tas, 1954) ===''BLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. C. Black|Black, F. C.]] - 19??(???)-19??(???) - Licences: None identified to date - Qualifications: cc; AOCP 297, 1926, No. ?? in SA - amateur operator?, amateur broadcaster? - Electoral Rolls: awaits identification, Port Lincoln, SA in 1926 * [[/William Hector Black|Black, William Hector]] [https://www.familysearch.org/tree/person/details/G8J2-TCS] - 1912(Vic)-1976(NSW) - Licences: 3WB Melbourne (Malvern, 1930-1939); 2WO Sydney (Mosman, 1946-1948) - Qualifications: AOCP 663, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Malvern, 1936-1937); bacteriologist (Mosman, 1943-1963); biochemist (Darlinghurst, 1968-1972) ===''BLACKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Howbery Blackman|Blackman, Herbert Howbery]] [https://www.familysearch.org/tree/person/details/GZ2M-65N] - 1886(Vic)-1970(Vic) - Licences: XOE Melbourne (East Malvern, 1913); 3PR Receive Melbourne (East Malvern, 1923); 3PR Melbourne (East Malvern, 1924-1925); 3HA Melbourne (East Malvern, 1926-1927); 3HU Melbourne (Ashburton, 1931-1939) - Qualifications: cc; AOCP 211, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: public servant (Malvern, 1909); mechanic (East Malvern, 1913-1916); soldier (Royal Park, 1917-1919); electrician (East Malvern, 1922-1928); mechanic (Burwood, 1931-1968) * [[/W. T. Blackburn|Blackburn, W. T.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Home Hill (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Searched William, Walter, Wilfred - Electoral Rolls: Nil yet identified ===''BLADES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alfred Blades|Blades, Ronald Alfred "Ron"]] [https://www.familysearch.org/tree/person/details/GXCS-L77] - 1916(Qld)-2005(NSW) - Licences: 4RX Toowoomba (1936-1939); 2VP Sydney (Haberfield, 1946-1947; Ashfield, 1948-1950; Dundas, 1954-1955); 2VP Melbourne (Blackburn, 1956); 2VP Sydney (Balgowlah, 1957-1969; Seaforth, 1975; Dee Why, 1980) - Qualifications: cc; AOCP 1775, 1936, No. ?? in Qld; BOCP 615, 1944 - amateur operator; amateur broadcaster; military (WW2, RAAF); broadcast technician (AWA) - Comment: Two Ronald Alfred Blades born in Qld 1916, 4RX 27/3/1916 - Electoral Rolls: radio engineer (Ashfield, NSW, 1949; Dundas, NSW, 1954; Balgowlah, NSW, 1958-1968); engineer (Dee Why, NSW, 1977) ===''BLAIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Andrew William Blair|Blair, Keith Andrew William]] [https://www.familysearch.org/tree/person/details/LK4S-ZXY] - 1911(Vic)-2001(NSW) - Licences: 2DX Balranald (1930-1934); 2DX Sydney (Marrickville, 1935-1937); 2DX Bega (1938-1939) - Qualifications: AOCP 699, 1930, Vic; BOCP 276, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: bank clerk (Balranald, 1932-1935; Randwick, 1936-1937; Bega, 1937); bank officer (Queanbeyan, 1949-1980) ===''BLAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leslie Gilbert Blake|Blake, Robert Leslie Gilbert]] [https://www.familysearch.org/tree/person/details/L831-ZLW] - 1888(Vic)-1952(Vic) - Licences: 3RG Castlemaine (1929-1939) - Qualifications: AOCP 484, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Castlemaine, 1912-1919); house furn. (Castlemaine, 1924-1949) ===''BLANCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Henry Blanchard|Blanchard, George Edward Henry]] [https://www.familysearch.org/tree/person/details/GZV2-B4S] - 1899(NSW)-1987(NSW) - Licences: 2DN Sydney (Newtown, 1922-1926; Hurlstone Park, 1927-1929) - Qualifications: cc; AOCP 195, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Earlwood, 1930-1980) ===''BLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Bland|Bland, William Joseph]] [https://www.familysearch.org/tree/person/details/GXT9-4RP] - 1902(India)-1955(SA) - Licences: Receive Adelaide (Alberton, 1923); 5AG Adelaide (Alberton, 1923-1927) - Qualifications: cc; CPRT 765, 1923 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio manufacturer (Tusmore, SA, 1939-1943) ===''BLUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Blue|Blue, Harry William]] - 1909(NSW)-2001(NSW) - 2YI Liverpool (1933), 2YI Albury (1934-1936), 9KO Rabaul (1937), 2YI Broken Hill (1938-1939), 2YI Sydney (Kingsford, 1946; Auburn, 1947-1980+, amateur operator (AOCP 1034, 1932, No. ?? in NSW), amateur broadcaster, A.A.M.S. ===''BLUNDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Verge Blunden|Blunden, Godfrey Verge]] [https://www.familysearch.org/tree/person/details/GDNG-22L] - 1906(Vic)-1996(France) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Wireless Weekly (editor, 1930s) - Electoral Rolls: journalist (North Sydney, 1930; East Sydney, 1933-1936) * [[/Leon Walter Blunden|Blunden, Leon Walter]] [https://www.familysearch.org/tree/person/details/G3KT-SMV] - 1914(SA)-2003(SA) - Licences: 5BH Adelaide (Firle, 1935-1939, 1947-1980+) - Qualifications: cc; AOCP 1535, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BOAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Douglas Boast|Boast, Harold Douglas]] [https://www.familysearch.org/tree/person/details/K2VW-3D4] - 1906(Eng)-1979(Vic) - Licences: 3AX Melbourne (Elsternwick, 1928-1939); 3AX Lubeck (1946-1969); 3AX Melbourne (Frankston, 1975) - Qualifications: AOCP 404, 1928, No. ?? in Vic; AOLCP 55, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Elsternwick, 1931-1936); radio engineer (3LK Lubeck, 1942-1968); retired (Frankston, 1972-1977) ===''BOILEAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Boileau|Boileau, John George]] [https://www.familysearch.org/tree/person/details/GXC2-HLQ] - 1893(SA)-1957(Qld) - Licences: 4JT Port Moresby (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Byron Bay, NSW, 1943-1954) ===''BOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Augustus Bold|Bold, Charles Augustus]] [https://www.familysearch.org/tree/person/details/GF3N-JSF] - 1894(WA)-1958(WA) - Licences: 6CA Perth (Beaconsfield, 1931-1939, 1947-1948) - Qualifications: cc; AOCP 832, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (South Fremantle, WA, 1921-1922); meter tester (South Fremantle, WA, 1925); electrician (South Fremantle, WA, 1931-1949); mains superintendent (South Fremantle, WA, 1954-1958) ===''BOLGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Joseph Bolger|Bolger, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/L67V-VDD] - 1867(Irl)-1941(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Deputy Director of Navigation, Vic) - Electoral Rolls: master mariner (Williamstown, 1914-1917); public servant (Elsternwick, 1919); master mariner (Elsternwick, 1931-1937) ===''BOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Francis Bond|Bond, Rupert Francis]] [https://www.familysearch.org/tree/person/details/9ZHS-QB3] - 1886(Vic)-1961(Qld) - Licences: Receive Brisbane (Rockhampton, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Rockhampton, Qld, 1912-1937; Rockhampton, Qld, 1949-1958) ===''BONGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gysbert Sheldon Bongers|Bongers, Gysbert Sheldon]] [https://www.familysearch.org/tree/person/details/L7F9-DXK] - 1900(NSW)-1948(NSW) - Licences: N745 Receive Sydney (1922-1923); 2HY Sydney (Rockdale, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster, engineer - Electoral Rolls: electrical engineer (Rockdale, 1930-1935; Hamilton, Qld, 1936-1937); engineer (Woollahra, 1943) ===''BONNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Coleman Bonner|Bonner, Alfred Coleman]] [https://www.familysearch.org/tree/person/details/MV14-MTM] - 1854(Tas)-1930(Tas) - Licences: Receive (Crystal) Legana (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Trevallyn, 1914-1922); no occupation (Legana, 1928) ===''BONNERUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Madsen Bonnerup|Bonnerup, Peter Madsen]] [https://www.familysearch.org/tree/person/details/G6F5-RC8] - 1890(Tas?)-1976(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as patent attorney, WA) - Electoral Rolls: patent attorney (Nedlands, 1922; South Perth, 1925-1972) - Links: [https://www.carnamah.com.au/bio/peter-madsen-bonnerup Bio] ===''BONNINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Archibald Bonnington|Bonnington, John Archibald]] [https://www.familysearch.org/tree/person/details/G88Y-1JP] - 1909(NSW)-1967(NSW) - Licences: 2HB Sydney (Bellevue Hill, 1930-1931); 2AKB Sydney (Avalon Beach, 1960-1965) - Qualifications: AOCP 569, 1930, No. ?? in NSW; 3AirOCP 16, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Broken Hill, 1931); engineer (Woollahra, 1932-1933); radio engineer (Darlinghurst, 1934-1935); air pilot (Avalon Beach, 1949-1963) ===''BONWILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Warren Bonwill|Bonwill, Edward Warren]] [https://www.familysearch.org/tree/person/details/9J35-NNV] - 1869(USA)-1945(NSW) - Licences: XBP Sydney (1912-1914); 2CA Receive Cowra (1922); 2CA Cowra (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: dentist (Barellan, 1930; Cowra, 1934-1937; Lithgow, 1937-1943) ===''BOTTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Botten|Botten, Herbert William]] [https://www.familysearch.org/tree/person/details/GDS2-8QJ] - 1895(SA)-1973(???) - Licences: 2HB Sydney (CBD, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Neutral Bay, 1930); radio manager (Darlinghurst, 1933-1936); manager (Darlinghurst, 1937-1958) ===''BOUCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Reid Bouchard|Bouchard, Victor John Reid "Vic"]] [https://www.familysearch.org/tree/person/details/G93B-52C] - 1897(Qld)-1936(Qld) - 4BY Receive Brisbane (Auchenflower, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; amateur club administrator - Electoral Rolls: draper's assistant (Auchenflower, 1921-1926); clerk (Buranda, 1928) ===''BOULTBEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Walker Boultbee|Boultbee, Kenneth Walker]] [https://www.familysearch.org/tree/person/details/GMWB-1Q4] - 1905(Tas)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: agent (Taringa, Qld, 1928-1958; Corinda, Qld, 1963-1968; St Lucia, Qld, 1972-1977); retired (Broadbeach, Qld, 1977-1980) ===''BOUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Boundy|Boundy, George Henry]] - 1866(Vic)-1932(Vic) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), early wireless experimenter, radio clubs (WIQ), state public servant (P&TQ, engineer), federal public servant (PMGD, engineer) ===''BOURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. Bourke|Bourke, J.]] - 19??(???)-19??(???) - Licences: V734 Receive Yarck (1922); Receive 3GP Yarck (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''BOURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Frederick Bourne|Bourne, Francis Frederick]] [https://www.familysearch.org/tree/person/details/GX55-9GM] - 1916(SA)-2004(SA) - Licences: 5BU Adelaide (Unley, 1935-1939; Wayville, 1947; Malvern, 1948-1954; Blackwood, 1955-1965; Belair, 1969); 5BU Keith (1975); 5BU Naracoorte (1980) - Qualifications: cc; AOCP 1593, 1935, SA; 2COCP 1282, 1953; 1COCP 1722, 1954 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Parkside, SA, 1939-1943) ===''BOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Germain Bowden|Bowden, Eric James Germain]] [https://www.familysearch.org/tree/person/details/L7T7-YC2] - 1894(Tas)-1984(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - PMGD Wireless Inspector, Hobart, 1920s & 1930s; witness to Royal Commission 1927 (as equipment engineer, PMGD, Tas) - Relationships: son of Frank Prosser Bowden; brother of John Gibson Bowden - Electoral Rolls: junior assistant engineer (Hobart North, 1922); engineer (Hobart South, 1936-1937) * [[/Frank Prosser Bowden|Bowden, Frank Prosser]] [https://www.familysearch.org/tree/person/details/97MP-G4L] - 1860(Tas)-1934(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter, Tas PMGD, Federal PMGD - Relationships: father of Eric James Germain Bowden and John Gibson Bowden - Electoral Rolls: civil servant (Hobart North, 1914-1928) * [[/John Gibson Bowden|Bowden, John Gibson]] [https://www.familysearch.org/tree/person/details/LNJZ-V69] - 1906(Tas)-1998(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - employee of Medhurst Electrical - Relationships: son of Frank Prosser Bowden; brother of Eric James Germain Bowden - Electoral Rolls: mechanic (Launceston, 1928); electrical mechanic (New Town, 1936-1937); engineer (Nelson, 1943-1963) * [[/Ronald Stanley Bowden|Bowden, Ronald Stanley]] [https://www.familysearch.org/tree/person/details/GQGS-F9R] - 1900(Eng)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Albion, Qld, 1921); car driver (Wilston, Qld, 1934); car proprietor (Newmarket, Qld, 1936-1943); store keeper (Urangan, Qld, 1949-1954); farmer (Mundubbera, Qld, 1958-1963); retired (Urangan, Qld, 1968-1980) ===''BOWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Keith Bowen|Bowen, Harold Keith "Keith"]] [https://www.familysearch.org/tree/person/details/GXGK-7SZ] - 1913(SA)-1987(SA) - Licences: 5KB Adelaide (Maylands, 1932-1939) - Qualifications: cc; AOCP 1049, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Tranmere, SA, 1943) * [[/Joseph La Venture Bowen|Bowen, Joseph La Venture or Laventure]] [https://www.familysearch.org/tree/person/details/GDPP-MLB] - 1917(Qld)-1966(Qld) - Licences: 4LB Brisbane (Hamilton, 1935-1939)- Qualifications: cc; AOCP 1445, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kedron, Qld, 1943-1958); public servant (Kedron, Qld, 1963) ===''BOWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Nigel Bowman|Bowman, Hubert Nigel "Pete"]] [https://www.familysearch.org/tree/person/details/K4PT-FY3] - 1908(SA)-1987(SA) - Licences: 5FM Adelaide (Payneham, 1932-1933; Royston Park, 1937; Payneham, 1938-1939, 1947-1948; Mitcham, 1954-1956); 5FM Crystal Brook (1960); 5FM Bridgewater (1965-1980+); 5FN Portable (1965-1969) - Qualifications: cc; AOCP 911, 1932, No. ?? in SA; 2COCP 259, 1939; BOCP 282, 1940; 1COCP 354, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Boyd|Boyd, Norman James]] [https://www.familysearch.org/tree/person/details/GZXJ-VM7] - 1897(Vic)-1977(Vic) - Licences: XNO Melbourne (Elsternwick, 1913-1914); 3EL Receive Melbourne (Elsternwick, 1922-1923); 3EL Melbourne (Elsternwick, 1924-1925; Caulfield, 1925-1927; Elwood, 1931-1939) - Qualifications: AOCP 104, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; radio engineer (3UZ, 1920s); WW1 - Electoral Rolls: mechanic (Elsternwick, 1919-1924); manager (Caulfield, 1926-1928); engineer (Elsternwick, 1931-1937); electrician (St Kilda, 1949-1963); retired (Caulfield, 1967-1977) ===''BRADBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. J. Bradbury|Bradbury, B. J.]] - abt 1887(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''BRADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Keith Bradford|Bradford, Alfred Keith]] [https://www.familysearch.org/tree/person/details/L6Q5-VC5] - 1912(NSW)-1986(Qld) - Licences: 4KK Millmerran (1936-1939, 1947-1975); 4KK Drillham (1980+) - Qualifications: cc; AOCP 1750, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Millmerran, Qld, 1934-1937); farmer (Millmerran, Qld, 1943-1954); radio dealer (Millmerran, Qld, 1958-1968); farmer (Drillham, Qld, 1977-1980) * [[/John Richard Bradford|Bradford, John Richard]] - 19??(???)-19??(???) - senior federal public servant (chief electrical engineer, Qld, PMGD) ===''BRADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Randell Bradley|Bradley, Frank Randell]] [https://www.familysearch.org/tree/person/details/G973-F7P] - 1884(SA)-1963(NSW) - Licences: 3ZK Melbourne (Sandringham, 1923-1930); 2JB Sydney (Mosman, 1931-1939) - Qualifications: cc; AOCP 2, 1924, No. 1 in Vic - amateur operator; amateur broadcaster; federal public servant (PMGD, Superintendant Telegraphs Vic, 1928; Deputy PMG Qld; NSW); historian (telegraphs) - Electoral Rolls: civil servant (Sandringham, Vic, 1914-1924; Mosman, NSW, 1933-1943); no occupation (Killara, NSW, 1954-1963) ===''BRAGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Bragg|Bragg, William Henry]] [https://www.familysearch.org/tree/person/details/LCFQ-9N6] - 1862(Eng)-1942(Eng) - Early wireless experimenter, academic (University of Adelaide, 1885-1908), physicist, chemist, mathematician, shared Nobel prize in 1915 with his son William Lawrence Bragg, son-in-law of Charles Todd - Links: [[w:William Henry Bragg|Wikipedia]] * [[/William Lawrence Bragg|Bragg, William Lawrence "Lawrence"]] [https://www.familysearch.org/tree/person/details/MWXT-CLR] - 1890(SA)-1971(Eng) - participated as a youth in his father's early wireless experiments, academic (University of Adelaide), physicist, shared Nobel prize in 1915 with his father William Henry Bragg, grandson of Charles Todd - Links: [[w:Lawrence Bragg|Wikipedia]] ===''BRAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. F. Brain|Brain, S. F.]] - 19??(???)-19??(???) - Licences: 2ZD Sydney (Ashfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: likely related XFR V. J. Brain - Electoral Rolls: Nil yet identified * [[/V. J. Brain|Brain, V. J.]] - 19??(???)-19??(???) - Licences: XFR Sydney (Ashfield, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: likely related 2ZD S. F. Brain - Electoral Rolls: Nil yet identified ===''BRAMLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Alfred Bramley|Bramley, John Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIW Wyndham (1917-1918) - Electoral Rolls: Nil yet identified ===''BRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorayne Branch|Branch, Lorayne]] - Living - author ("Henry Sutton, The Innovative Man"), historian (Henry Sutton) ===''BRANDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Frank Brandon|Brandon, Eric Frank]] [https://www.familysearch.org/tree/person/details/GXPK-2ZY] - 1907(SA)-2001(SA) - Licences: 5FB Wilmington (1933-1939); 5FB Adelaide (Prospect, 1948); 5FA Oodnadatta (1965); 5FA Ramco (1969-1975); 5FA Adelaide (Blair Athol, 1980+) - Qualifications: cc; AOCP 1145, 1933, SA; 2COCP 140, 1938; 1COCP 183, 1938; BOCP 201, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BRANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Mervyn Branks|Branks, Albert Mervyn "Merv"]] [https://www.familysearch.org/tree/person/details/GZ6Y-88K] - 1906(NZ)-1978(NZ) - prominent MW and SW broadcast listener 1920s to 1970s, DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tribute] ===''BREDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wynne Steere Breden|Breden, Wynne Steere]] - 1900(Qld)-1976(NSW) - Rx Melbourne (East Melbourne, 1923), 2WS Newcastle (Newcastle, 1924-1931), amateur operator (AOCP 9, 1924, No. ?? in NSW), amateur broadcaster, shipyard business ===''BREMERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Frederick Bremerman|Bremerman, Harold Frederick]] [https://www.familysearch.org/tree/person/details/GXCQ-QWC] - 1903(Eng)-1988(Qld) - Licences: 4HB Brisbane (Wooloowin, 1938-1939, 1946-1954; Aspley (1955-1975+) - Qualifications: cc; AOCP 1267, 1934, Qld; COCP (Eng) - amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (WIAQ, Life Member; Brisbane DX Club); employment (electrician, Courier Mail, Besley & Pike, Mt. Olivett Hospital); pilot; UK Merchant Navy 1920s - Electoral Rolls: electrical mechanic (Albion, Qld, 1928); mechanic (Wooloowin, Qld, 1936-1954); retired (Aspley, Qld, 1958-1980) ===''BRENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan James Brennan|Brennan, Allan James]] [https://www.familysearch.org/tree/person/details/G6TR-SNJ] - 1887(Vic)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 31, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: Nil yet identified ===''BREWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip John Brewer|Brewer, Phillip or Philip John]] [https://www.familysearch.org/tree/person/details/LVKH-MNW] - 1900(WA)-1948(SA) - Licences: 5JA Adelaide (Parkside, 1926-1939) - Qualifications: cc; AOCP 269, 1926, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Parkside, 1939-1943) ===''BRIDGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Bridger|Bridger, Thomas William]] [https://www.familysearch.org/tree/person/details/G85V-2YT] - 1885(UK)-1941(NT) - Licences: 4AP Receive Brisbane (City, 1923); 4AP Brisbane (Hamilton, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer; public servant; WW1 (2nd Aust Flying Squadron, 1916) - Electoral Rolls: electrical engineer (West Perth, 1914); consulting engineer (Auchenflower, 1925); poultry farmer (Geebung, 1928); engineer (Armadale, 1934-1937) - Directories: electrical engineer (Adelaide, 1915; Melbourne, 1917-1921; Brisbane, 1923-1927; Adelaide, 1930) ===''BRIDGES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank John Claud Bridges|Bridges, Frank John Claud or Claude]] [https://www.familysearch.org/tree/person/details/GHRF-XHR] - 1885(NZ)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 141, 1915; 2COCP 182, 1930; 1COCP 279, 1932 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); officer-in-charge (Radio Station, Esperance, 1921-1949); retired (Esperance, 1958-1963) ===''BRIGGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Robert Briggs|Briggs, Donald Robert]] [https://www.familysearch.org/tree/person/details/GX5B-1TN] - 1915(SA)-2008(SA) - Licences: 5BD Adelaide (Walkerville, 1935-1939; Henley Beach, 1947; South Plympton, 1954-19600; 5HB Adelaide (Morphett Vale, 1980+) - Qualifications: cc; AOCP 1490, 1935, SA; 2COCP 413, 1941; BOCP 373, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: assistant (Kirkcaldy, SA, 1939) ===''BRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Herbert Bright|Bright, William Henry Herbert "Bill"]] [https://www.familysearch.org/tree/person/details/LBQH-GSX] - 1898(Qld)-1961(Qld) - Licences: Spark; 4FA Toowoomba (1923); 4AA Toowoomba (1924-1925); 4WB Toowoomba (1925-1927); 4OO Toowoomba (1937-1939) - Qualifications: cc; AOCP 123, 1925, No. 13 in Qld - amateur operator; amateur broadcaster - Withdrawal: callsign 4AA withdrawn by PMGD for their use - Electoral Rolls: telegraphist (Toowoomba, 1919-1943); clerk (Toowoomba, 1949); mechanic (Toowoomba, 1954-1958) ===''BRIMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Campbell Brimble|Brimble, Charles Campbell]] [https://www.familysearch.org/tree/person/details/GX5L-9GH] - 1915(SA)-2003(SA) - Licences: 5CB Adelaide (Somerton, 1935-1939, 1947-1948; Somerton Park, 1954-1980+) - Qualifications: cc; AOCP 1446, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Somerton, SA, 1939-1943) ===''BRIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Marcus John Gordon Brims|Brims, Marcus John Gordon]] [https://www.familysearch.org/tree/person/details/KZWB-S11] - 1888(Qld)-1982(Qld) - Licences: XQA Mareeba (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; business proprietor (plywood & veneer manufacture) - Electoral Rolls: foreman (Mareeba, 1912-1913); foreman joiner (Milton, 1921); timber merchant (Milton, 1925-1931); plywood manufacturer (Annerley, 1937-1958); business manager (Annerley, 1963-1980) ===''BRISTOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Morrison Bristow|Bristow, John Morrison]] [https://www.familysearch.org/tree/person/details/GZPL-DLJ] - 1908(NSW)-1983(NSW) - Licences: 2ZX Sydney (Neutral Bay, 1926-1929) - Qualifications: AOCP 243, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: advertising manager (Neutral Bay, 1930-1935); manager (Gordon, 1937-1943); company manager (Pymble, 1949); manager (Wahroonga, 1954-1980) ===''BROCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Edward Earl Brock|Brock, Hector Edward Earl]][https://www.familysearch.org/tree/person/details/9VQL-BTC] - 1902(Vic)-1962(SA) - Licences: 3ZC Melbourne (Moonee Ponds, 1923-1924); 5DP Adelaide (North Adelaide, 1924-1927; Malvern, 1927-1938); 5UZ Adelaide (Fullarton, 1954-1956; Nailsworth, 1960) - Qualifications: cc; AOCP 25, 1924, No. ?? in SA - amateur operator; amateur broadcaster; University of Adelaide (Demonstrator & Technical Assistant, 1949) - Electoral Rolls: laboratory assistant (Moonee Ponds, Vic, 1924); no occupation (Malvern, SA, 1939-1943) ===''BROINOWSKI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leopold Thomas Broinowski|Broinowski, Leopold Thomas]] [https://www.familysearch.org/tree/person/details/G6FR-SMR] - 1871(Vic)-1937(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as associate editor, Hobart Mercury, Tas) - Electoral Rolls: journalist (Hobart South, 1914-1937) ===''BROOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilberforce Henry Liddon Brooke|Brooke, Wilberforce Henry Liddon]] [https://www.familysearch.org/tree/person/details/LB61-69T] - 1891(NSW)-1969(NSW) - Licences: 2BR Terrigal (1930-1936); 2BR Dora Creek (1937-1939, 1946-1958); 2BR Paterson (1960-1969) - Qualifications: AOCP 638, 1930, NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: clergyman (Jerry's Plains, 1930; Terrigal, 1931-1937; Dora Creek, 1954-1958; Paterson, 1963-1968) ===''BROOKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Brookes|Brookes, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GDSJ-GV6] - 1911(Qld)-1958(Qld) - Licences: 4BA Brisbane (Kelvin Grove, 1936-1937; Ashgrove, 1938-1939; Wooloowin, 1947-1948) - Qualifications: cc; AOCP 1641, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Wooloowin, Qld, 1943-1954); waterside Worker (Wooloowin, Qld, 1958) ===''BROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Milton Brooks|Brooks, Albert Henry Milton]] [https://www.familysearch.org/tree/person/details/LT1Q-DVK] - 1901(SA)-1975(SA) - Licences: 5KG Adelaide (Grange, 1933-1939; Croydon, 1946-1960+); 5AH Adelaide (Ridleton, 1969-1975) - Qualifications: cc; AOCP 1170, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Croydon, 1939); railway employee (Croydon, 1941-1943) - Relationships: likely related to 7JB John Vickery Brooks and 7DB D. C. Brooks * [[/John Vickery Brooks|Brooks, John Vickery "Jack"]] [https://www.familysearch.org/tree/person/details/GHXL-RK8] - 1905(SA)-1983(Vic) - Licences: 7JB Hobart (1924-1926) - Qualifications: cc; AOCP 37, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; engineer; originally from Adelaide - Relationships: likely related to 5KG Albert Henry Brooks and 7DB D. C. Brooks - Electoral Rolls: engineer (Hobart South, 1928; Malvern, Vic, 1954-1980) ===''BROOMHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Broomhall|Broomhall, Charles Alfred]] [https://www.familysearch.org/tree/person/details/M7NZ-2SV] - 1891(Vic)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 729, 1922 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Geraldton, 1916); mechanic (Wireless Station, Applecross, 1925; Canning Bridge, 1931-1937; Applecross, 1943-1954); retired (Bickley, 1958-1963) ===''BROWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan George Brown|Brown, Alan George]] [https://www.familysearch.org/tree/person/details/G849-43Y] - 1909(Vic)-1970(Vic) - Licences: 3CX Melbourne (Canterbury, 1928-1937; Upper Hawthorn, 1938-1939; Canterbury, 1946-1969) - Qualifications: AOCP 446, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF) - Electoral Rolls: clerk (Camberwell North, 1931); public servant (Auburn, 1936-1937); RAAF (St Kilda North, 1943); civil servant (Auburn, 1949); clerk (Deepdene, 1954; Camberwell North, 1963-1968) * [[/Alan Weymouth Brown|Brown, Alan Weymouth]] [https://www.familysearch.org/tree/person/details/GSKH-1N5] - 1902(Tas)-1938(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Listeners' League, Hobart (assistant secretary); witness to Royal Commission 1927 (as Assistant Secretary, Listeners' League, Hobart, Tas) - Electoral Rolls: electrician (Hobart South, 1936-1937) * [[/Alfred Louis Brown|Brown, Alfred Louis]] [https://www.familysearch.org/tree/person/details/LYQV-4SS] - 1885(Eng)-1971(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as general manager, 5CL, SA) - Electoral Rolls: instrument maker (Claremont, WA, 1910); optician (Applecross, 1916-1917); director (Kew, Vic, 1926); engineer (Cottesloe, 1936-1937) * [[/Bruce Kevin Brown|Brown, Bruce Kevin]] [https://www.familysearch.org/tree/person/details/G6S4-CV1] - 1920(Tas)-1984(NSW) - Licences: 7QZ Launceston (1937-1939); 2AQZ Sydney (Meadowbank, 1954-1969; Annangrove, 1975-1980+) - Qualifications: cc; AOCP 1942, 1937, No. ?? in Tas; BOCP 303, 1940; 1COCP 492, 1941; TVOCP 1014, 1968 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: laboratory assistant (Meadowbank, 1943-1968); technician (Annangrove, 1972-1980) * [[/Clarence Roy Brown|Brown, Clarence Roy]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - founder of 5KA Class B Adelaide; witness to Royal Commission 1927 (as manager, 5KA, SA) - Electoral Rolls: * [[/Clifford Walter Brown|Brown, Clifford Walter]] [https://www.familysearch.org/tree/person/details/LCV5-M8M] - 1906(WA)-1991(WA) - Licences: 6CB Perth (Subiaco, 1930-1939) - Qualifications: cc; AOCP 640, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Subiaco, 1931-1937); traveller (Nedlands, 1943-1963); business manager (Wembley, 1968); manager (Morley, 1972; Dianella, 1977-1980) * [[/Frank Makepeace Brown|Brown, Frank Makepeace]] [https://www.familysearch.org/tree/person/details/G8H5-2M5] - 1911(WA)-2006(WA) - Licences: 6FB Mullewa (1939; 1946-1948); 6FB Bassendean (1954-1960); 6FB Perth (Doubleview, 1965-1969; Rossmoyne, 1975) - Qualifications: AOCP 2375, 1939, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telephone mechanic (Northam, 1936; Bassendean, 1943); civil servant (Mullewa, 1949); telephone technician (Bassendean, 1954-1963); civil servant (Doubleview, 1968-1972); telephone technician (Rossmoyne, 1977-1980) * [[/George D. Brown|Brown, George D.]] [https://www.familysearch.org/tree/person/details/GXCQ-JFD] - 1875(???)-19??(???) - Licences: 4DB Brisbane (Ascot, Qld, 1937-1939) - Qualifications: cc; AOCP 1970, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous GBs - Electoral Rolls: Nil yet identified * [[/Harry Percy Brown|Brown, Harry Percy "Horsepower", "Poo Bah"]] [https://www.familysearch.org/tree/person/details/L1R8-R1W] - 1878(Eng)-1967(NSW) - senior federal public servant (Director-General, Posts and Telegraphs); witness to Royal Commission 1927 (as Secretary, PMGD) - Links: [[w:Harry Brown (public servant)|Wikipedia]]; [https://adb.anu.edu.au/biography/brown-sir-harry-percy-5384 ADB]; [https://telegramsaustralia.com/Forms/Special%20developments/People/Brown.html Telegrams Australia] * [[/Hector Mervyn Brown|Brown, Hector Mervyn]] [https://www.familysearch.org/tree/person/details/G9TY-HSC] - 1906(NSW)-1961(SA) - Licences: 5MB Adelaide (Torrensville, 1927-1928; Southwark, 1931-1933, 1946-1948) - Qualifications: AOCP 345, 1927, No. ?? in SA; 2COCP 402 1932; 1COCP 333, 1933) - amateur operator, amateur broadcaster, broadcast engineer (2BH, 1937), PMGD SA (mechanic, retired 1940) - Electoral Rolls: radio engineer (Broken Hill, 1937), engineer (Thebarton, 1941-1943) * [[/Herbert George Brown|Brown, Herbert George "Harry"]] [https://www.familysearch.org/tree/person/details/L5BH-NGV] - 1887(Eng)-1966(Qld) - Licences: 4BH Booval (1928-1930); 4HG Booval (1931); 4HG Ipswich (1937-1939, 1946-1956); 4BH Brisbane (Graceville, 1965) - Qualifications: cc; AOCP 455, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (Ipswich); railways employee - Callsign: withdrawn for 4BH Brisbane - Electoral Rolls: labourer (Ipswich, Qld, 1925; Redbank, Qld, 1929) * [[/Herbert Rufus Brown|Brown, Herbert Rufus]] [https://www.familysearch.org/tree/person/details/K2HL-T23] - 1894(Vic)-1980(Vic) - Licences: 3NN Receive Yanac (1923); 3NN Yanac (1924-1980) - Qualifications: cc; AOCP 271, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Yanac, 1919-1977) * [[/J. R. Brown|Brown, J. R.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Southport (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James McGladdery Brown|Brown, James McGladdery]] [https://www.familysearch.org/tree/person/details/GW18-TCK] - 1882(Qld)-1965(Qld) - Licences: 4BJ Aramac (1929-1933); 4BJ Rockhampton (1937); 4BJ Bundaberg (1947-1965) - Qualifications: AOCP 480, 1929, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: porter (Rockhampton, 1905); station master (Finch Hatton, 1913); labourer (Mackay, 1919); motor car proprietor (Baralaba, Mt Morgan, 1925); guard (Aramac, 1928-1937); retired (Maryborough, 1954-1963; Ascot, 1963) - Relationships: father of Victor James Caldwell Brown, the likely actual amateur operator * [[/John Henry Shadwell Brown|Brown, John Henry Shadwell]] [https://www.familysearch.org/tree/person/details/GDJL-7M4] - 1897(NSW)-1959(NSW) - Licences: 2JK Sydney (Botany, 1925-1939) - Qualifications: cc; CPRT 926, 1926; 1COCP 154, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Botany, 1930-1958) * [[/Joseph Brown|Brown, Joseph "Joe"]] [https://www.familysearch.org/tree/person/details/GQH2-YSM] - 1916(Tas)-1990(Tas) - Licences: 7BJ Hobart (Battery Point, 1934-1939; New Town, 1946-1980+) - Qualifications: cc; AOCP 1255, 1934, No. ?? in Tas; BOCP 5, 1936 - amateur operator; amateur broadcaster; broadcast engineer (7ZL, Hobart TV); public servant (PMGD) - Electoral Rolls: radio operator (Battery Point, 1936-1937); civil servant (New Town, 1943-1972) * [[/Leonard Austin Brown|Brown, Leonard Austin]] [https://www.familysearch.org/tree/person/details/GX21-FFX] - 1915(Vic)-1957(SA) - Licences: 3OP Melbourne (Camberwell, 1931-1933); 5OP Adelaide (Eastwood, 1937-1939) - Qualifications: cc; AOCP 814, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Camberwell, Vic, 1936; Eastwood, SA, 1939; Unley Park, SA, 1941) * [[/Robert Brown|Brown, Robert]] - 19??(???)-19??(???) - Licences: Receive Hobart (Moonah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart Central, 1919; Moonah, 1928); fitter (Hobart North, 1958) * [[/Victor James Caldwell Brown|Brown, Victor James Caldwell]] [https://www.familysearch.org/tree/person/details/LBKS-2T7] - 1907(Qld)-1983(Qld) - Licences: Nil yet identified, but likely those in father's name - Qualifications: Nil yet identified, but likely those in father's name - amateur operator? - Electoral Rolls: wardsman (Aramac, 1928); guard (Aramac, 1930); baker (Rockhampton, 1936); radio mechanic (Barcaldine, 1943; Bundaberg, 1949-1963) - Relationships: son of James McGladdery Brown - note electoral roll addresses for Victor James precisely align with 4BJ addresses whereas those for James McGladdery do not * [[/William Francis Brown|Brown, William Francis]] [https://www.familysearch.org/tree/person/details/G8VB-4DL] - 1914(Vic)-19??(???) - Licences: 3BB Warrnambool (1930-1933); 3BB Melbourne (Richmond, 1937); 9BB Wau, New Guinea (1938); 2ANP Sydney (Bundeena, 1947) - Qualifications: AOCP 704, 1930, Vic; 2COCP 92, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Richmond, 1937) - Comment: many contemporaneous WFBs ===''BROWNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Vincent Browne|Browne, Robert John Vincent]] [https://www.familysearch.org/tree/person/details/GSLZ-BY6] - 1907(Qld)-1972(Qld) - Licences: 4RB Brisbane (Toowong, 1925-1939; New Farm, 1946-1956; Dorrington, 1960-1969) - Qualifications: cc; AOCP 92, 1925, No. 10 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Toowong, 1936-1937); mechanic (Clevedon, 4QN, 1943); technician (New Farm, 1949-1954); teacher (Dorrington, 1958-1968) ===''BROWNLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Frank Brownless|Brownless, Sidney Frank "Frank"]] [https://www.familysearch.org/tree/person/details/G8HD-M5S] - 1915(Eng)-1995(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD); military (WW2, RAF, radar research); clubs & societies (IREE); author ("The Sharing of Television Channels", ABCB, 1973 - Electoral Rolls: engineer (Albert Park, 1954-1980) ===''BRUCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Bruce|Bruce, George William]] [https://www.familysearch.org/tree/person/details/GXPX-XN9] - 1913(SA)-1980(SA) - Licences: 5GB Adelaide (Prospect, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1925, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Arthur Bruce|Bruce, Robert Arthur]] [https://www.familysearch.org/tree/person/details/LR18-SKL] - 1900(SA)-1971(SA) - Licences: Receive Adelaide (City, 1923-1924); 5BJ Adelaide (Glenelg, 1927-1939) - Qualifications: cc; AOCP 357, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glenelg, 1939-1943) * [[/Robert William Bruce|Bruce, Robert William]] [https://www.familysearch.org/tree/person/details/GZTC-Z1J] - 1899(Vic)-1971(Vic) - Licences: 3JW Melbourne (St Kilda, 1926-1928; East Malvern, 1931-1939) - Qualifications: AOCP 283, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda East, 1926; Malvern East, 1931-1967) ===''BRUNSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Thomas Brunsden|Brunsden, Herbert Thomas]] [https://www.familysearch.org/tree/person/details/G8NR-JJR] - 1909(NSW)-1942(NSW) - Licences: 2BX Sydney (Leichhardt, 1930-1939) - Qualifications: AOCP 649, 1930, NSW; AOLCP 258, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Leichhardt, 1930-1937) - Comment: Gone too soon ===''BRYCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ramsay Auld Bryce|Bryce, Ramsay Auld]] [https://www.familysearch.org/tree/person/details/GH9T-FL2] - 1914(Qld)-1974(Qld) - Licences: 4AB Ipswich (1937-1939, 1947-1948); 4AB Gold Coast (Palm Beach, 1954-1969); 4AC Portable Ipswich (1947-1956) - Qualifications: cc; AOCP 1935, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (North Ipswich, Qld, 1937); radio serviceman (North Ipswich, Qld, 1943); theatre proprietor (Palm Beach, Qld, 1949); showman (Palm Beach, Qld, 1954-1958); projectionist (Palm Beach, Qld, 1963-1972) ===''BRYSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royal William Bryson|Bryson, Royal William "Roy"]] [https://www.familysearch.org/tree/person/details/GZ9P-5KJ] - 1886(Vic)-1956(Vic) - Licences: XJJ Melbourne (Richmond, 1913); 3JM Receive Melbourne (Kew, 1922-1923); 3JM Melbourne (Kew, 1924-1933) - Qualifications: cc; AOCP 50, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; honorary radio inspector - Electoral Rolls: mechanic (Richmond, 1914-1916); electrical fitter (Kew, 1919-1937); electrician (Croydon, 1943-1954) ===''BUCHANAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thomas Oswald Buchanan|Buchanan, Norman Thomas Oswald]] [https://www.familysearch.org/tree/person/details/G84K-B7C] - 1912(Qld)-1985(Vic) - Licences: 2NB Sydney (Manly, 1928-1939); 2ANB Sydney (Bondi, 1948; Kingsford, 1950); 3AND Melbourne (Ascot Vale, 1954; Rosanna, 1955-1956) - Qualifications: AOCP 466, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Manly, 1934-1935); sound engineer (Manly, 1936); engineer (North Sydney, 1943; Heidelberg, 1954-1963; Rosanna, 1968; Heidelberg, 1972; Rosanna, 1977); retired (Castlemaine, 1980) ===''BUCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hector Buck|Buck, Albert Hector]] [https://www.familysearch.org/tree/person/details/LDQJ-PC3] - 1905(Vic)-1948(Vic) - Licences: 3TM Receive Melbourne (Albert Park, 1923); 3TM Melbourne (Glenhuntly, 1924-1926; Glenferrie, 1927; East Preston, 1931; Hawthorn, 1933-1937); 3TM Terang (1938-1939); 3TM Shepparton (1946-1947) - Qualifications: cc; AOCP 138, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: father of 3ZMX & 3AAD Edwin David Buck, don't confuse with Albert Thomas Buck (Qld) - Electoral Rolls: electrician (Glenferrie, 1927-1928); mechanic (Glenferrie, 1931; Hawthorn, 1937); electrician (Terang, 1943) * [[/Albert Thomas Buck|Buck, Albert Thomas]] [https://www.familysearch.org/tree/person/details/9Z9K-CXG] - 1892(Eng)-1973(Eng) - Licences: 4CW Receive Brisbane (Geebung, 1923); 4CW Brisbane (Geebung, 1924-1927) - Qualifications: cc; AOCP 281, 1926, No. 24 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: home duties (Kedron, 1931-1934); wireless mechanic (Summer Hill, 1933) - don't confuse with 3TM Albert Hector Buck * [[/Edwin David Buck|Buck, Edwin David]] [https://www.familysearch.org/tree/person/details/GZNC-4JQ] - 1929(Vic)-2010(Vic) - 3ZMX Melbourne (Thornbury, 1965-1969, 3AAD Melbourne (Thornbury, 1975-1980), amateur operator (AOCP ??, 19??, No. ?? in Vic), son of 3TM Albert Hector Buck ===''BUCKERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Roy Buckerfield|Buckerfield, Sidney Roy "Buck" & "Roy"]] [https://www.familysearch.org/tree/person/details/GCGS-S7N] - 1904(SA)-1965(SA) - Licences: 5DA Receive Adelaide (Parkside, 1923); 5DA Adelaide (Parkside, 1924-1927; Evandale, 1928-1931; Knoxville, 1933-1939; St Morris, 1947-1948+); 5DA Crystal Brook (1954-1956); 5DA Adelaide (Brighton Gardens, 1960+) - Qualifications: cc; AOCP 32, 1924, No. ?? in SA; 2COCP 163, 1938; 1COCP 1557, 1950 - amateur operator; amateur broadcaster; broadcast engineer (5DN, 5CK, 5DR, 5AN, 5ABCFM); public servant (PMGD); WW2 - Electoral Rolls: mechanic (Knoxville, 1939) ===''BUCKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Carson Buckie|Buckie, Alan Carson]] [https://www.familysearch.org/tree/person/details/GFQ6-8QC] - 1909(WA)-1966(WA) - Licences: 6AB Perth (Nedlands, 1936-1939; Claremont, 1947-1948; Dalkeith, 1965) - Qualifications: cc; AOCP 1682, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1931); radio engineer (Nedlands, WA, 1943-1963) ===''BUGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Robert Bugg|Bugg, Charles Robert]] [https://www.familysearch.org/tree/person/details/G82G-Q8K] - 1918(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: BOCP 11, 1936, Vic - - Electoral Rolls: radio engineer (Geelong, 1942) ===''BUILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Builder|Builder, Geoffrey]] [https://www.familysearch.org/tree/person/details/GM6S-FBL] - 1906(WA)-1960(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - physicist; radio engineer; WW2 - Electoral Rolls: observer (Magnetic Observatory, Watheroo, 1931; physicist (Haberfield, 1935; Ashfield, 1937; Burwood, NSW, 1943-1958) - [https://adb.anu.edu.au/biography/builder-geoffrey-9617 ADB] ===''BULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Bull|Bull, Francis George]] [https://www.familysearch.org/tree/person/details/LB9W-CFP] - 1904(Eng)-1965(Qld) - Licences: 4MA Brisbane (Fairfield, 1936-1939) - Qualifications: cc; AOCP 1674, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Stones Corner, Qld, 1926-1928; Highgate Hill, Qld, 1934; Fairfield, Qld, 1937; Annerley, Qld, 1943-1958); military forces (Wellers Hill, Qld, 1963) * [[/J. F. Bull|Bull, J. F.]] - 19??(???)-19??(???) - 4FH Mackay (-1949-1967+), amateur operator (AOCP ??, 19??, No. ?? in Qld), associate member I.R.E. Aust. ===''BULLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Bulling|Bulling, William John]] [https://www.familysearch.org/tree/person/details/L4Y9-S95] - 1914(SA)-2000(SA) - Licences: 5KX Adelaide (Grange, 1935-1939; Kirkcaldy, 1947-1954; Kings Park, 1955-1975); 5KX Wasleys (1980+) - Qualifications: cc; AOCP 1527, 1935, SA; BOCP 166, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Kirkcaldy, 1939-1943) ===''BULLIVANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Bullivant|Bullivant, William Norman]] [https://www.familysearch.org/tree/person/details/GZJK-X8B] - 1908(NSW)-1985(NSW) - 2PR Receive Albury (1923-1924), 2WB Albury (1925-1930), 2WB West Wyalong (1931-1934), 2BC Sydney (Bondi, 1946-1950; Bellevue Hill, 1954-1969; Kingsford, 1975-1980+), amateur operator (AOCP 167, 1925, No. ?? in NSW; 1COCP 319, 1940), amateur broadcaster, postal clerk (West Wyalong, 1932), telegraphist (Bondi, 1943), supervisor (Waverley, 1954; Bellevue Hill, 1963; Kingsford, 1980)) ===''BULLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Frederick Wright Bullock|Bullock, Albert Frederick Wright "Bert"]] [https://www.familysearch.org/tree/person/details/GX4K-44G] - 1900(Qld)-1987(Qld) - Licences: 4ZX Brisbane (Coorparoo, 1933-1939, 1946-1954; Camp Hill, 1955-1960) - Qualifications: cc; AOCP 1109, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: ironworker (East Brisbane, Qld, 1925); storeman (Coorparoo, Qld, 1936-1954); retired (Coorparoo, Qld, 1958-1980) ===''BUNTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Bunton|Bunton, George Henry]] [https://www.familysearch.org/tree/person/details/MGWV-YFR] - 1872(Eng)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, Mosman, NSW) - Electoral Rolls: butcher (Mosman, 1930-1954) ===''BURBIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Arthur Burbidge|Burbidge, Philip Arthur]] [https://www.familysearch.org/tree/person/details/G8HM-7JL] - 1910(Eng)-1948(NSW) - Licences: 3PB Melbourne (Moonee Ponds, 1928-1931); 2PB Sydney (Bellevue Hill, 1946-1947) - Qualifications: AOCP 456, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant manager (Camberwell, 1934); manager (Bellevue Hill, 1943) ===''BURBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Alfred Burbury|Burbury, Eric Alfred]] - 1894(Tas)-1976(NSW) - early wireless experimenter (Tasmania, unlicensed?), ship wireless operator (1910s), broadcast engineer (AWA, Koo-we-rup; 2FC, chief engineer), brother of Harry Keith Burbury * [[/Harry Keith Burbury|Burbury, Harry Keith "Keith"]] - 1897(Tas)-1986(NSW) - engineer (PMGD), brother of Eric Alfred Burbury ===''BURCHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Burchill|Burchill, Charles]] [https://www.familysearch.org/tree/person/details/GXXD-8PF] - 1894(Qld)-1969(NSW) - Licences: 4EM Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (Hendra, Qld, 1925; Surry Hills, NSW, 1930); fitter (Long Bay Camp, NSW, 1933; Surry Hills, NSW, 1934-1936; Harbord, NSW, 1937); watchman (Maroubra, NSW, 1943-1949) ===''BURFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Patrick Burford|Burford, Walter Patrick]] [https://www.familysearch.org/tree/person/details/GHM2-CD9] - 1912(SA)-1960(Vic) - Licences: 5PB Naracoorte (1934-1939, 1947-1960) - Qualifications: cc; AOCP 1365, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, SA, 1939-1943) ===''BURGESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Thomas Burgess|Burgess, George Thomas]] [https://www.familysearch.org/tree/person/details/G8W5-N95] - 1913(SA)-1994(SA) - Licences: 5GC Adelaide (Prospect, 1933-1939; Henley Beach, 1947-1980+) - Qualifications: cc; AOCP 1233, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Henley, SA, 1941-1943) * [[/Thomas William Watkins Burgess|Burgess, Thomas William Watkins]] [https://www.familysearch.org/tree/person/details/LDZP-X1R] - 1861(NSW)-1929(NSW) - Licences: XDA Wagga Wagga (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: medical practitioner (Wagga Wagga, 1901-1903) ===''BURGOYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Burgoyne|Burgoyne, Francis James]] [https://www.familysearch.org/tree/person/details/GXQN-1VS] - 1876(Wales)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (VIY, 1913-?); RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: officer-in-charge (Radio Station, South Townsville, 1919); postmaster (Concord, 1930); public servant (Homebush, 1930); postmaster (Homebush, 1933; Strathfield, 1935; Inverell, 1936; Bondi North, 1943) ===''BURING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rudolph Buring|Buring, Rudolph]] [https://www.familysearch.org/tree/person/details/L51C-YVT] - 1906(Tas)-1973(Vic) - Licences: 7AX Receive Hobart (1922-1923); Receive Hobart (1923-1924); 7RB Hobart (1925-1933); 3RB Melbourne (Ballarat, 1935-1939) - Qualifications: cc; AOCP 102, 1925, No. ?? in Tas; AOLCP 166, 1934 - amateur operator; amateur broadcaster; electronics engineer (PMGD) - Electoral Rolls: university demonstrator (Hobart, 1928); radio engineer (Sale, 1936; Ballarat, 1936-1937); engineer (Kew, 1943-1972) ===''BURMESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Conrad Burmester|Burmester, Otto Conrad]] [https://www.familysearch.org/tree/person/details/GXWN-7VX] - 1909(Qld)-1997(Qld) - Licences: 4OB Brisbane (East Brisbane, 1933) - Qualifications: cc; AOCP 1158, 1933, No. ?? in Qld; 2COCP 31, 1935; 1COCP 46, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: broadcaster (Toowong, Qld, 1943); PMG technician (East Brisbane, Qld, 1949-1980) ===''BURNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud Edward James Burns|Burns, Claud Edward James]] [https://www.familysearch.org/tree/person/details/KCLY-P7V] - 1893(Qld)-1978(Qld) - Licences: 4ZY Kingaroy (1932-1939); 4ZY Innisfail (1946-1947); 4ZY Cairns (1948-1975) - Qualifications: cc; AOCP 996, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: supervising technician (Cairns, Qld, 1954-1977) ===''BURRAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Allan Burrage|Burrage, John Allan]] [https://www.familysearch.org/tree/person/details/KCW4-SLS] - 1916(Vic)-1942(Ins) - Licences: 3UW Melbourne (Deepdene, 1934-1937), 3UW (Shepparton, 1938-1939) - Qualifications: AOCP 1322, 1934, No. ?? in Vic; BOCP 59, 1936; 1COCP 291, 1939 - amateur operator, amateur broadcaster, broadcast engineer (3SR), WW2 - Electoral Rolls: radio engineer (Shepparton, 1942) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/burrage-john-allan-400643/] ===''BURROWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Owen Burrows|Burrows, Alan Owen]] [https://www.familysearch.org/tree/person/details/KNZG-V74] - 1901(NSW)-1933(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio correspondent (Sydney Morning Herald, Sydney Sun); proprietor Miss F. V. Wallace (Wireless Shop), 1927-1933; president Waverley Radio Club - Electoral Rolls: radio dealer (Waverley, 1930-1933) - Comment: Gone too soon * [[/Ernest Walter Burrows|Burrows, Ernest Walter]] [https://www.familysearch.org/tree/person/details/LZDY-YQ8] - 1900(WA)-1986(NSW) - Licences: 6DZ Geraldton (1924-1927); 2DZ Sydney (Concord, 1929-1930) - Qualifications: cc; CPRT 659, 1921; 1COCP 5, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: technical assistant (Canterbury, NSW, 1937-1949; Earlwood, 1954-1980) * [[/Frederick Harold Burrows|Burrows, Frederick Harold]] [https://www.familysearch.org/tree/person/details/LZDY-TKH] - 1894(Eng)-1974(WA) - Licences: 6BH Perth (Claremont, 1922-1924); 6BH Kalgoorlie (1925-1927); 6BF Perth (Beverley, 1937-1939) - Qualifications: cc; AOCP 193, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgoorlie, 1916; Claremont, 1922; Kalgoorlie, 1925); headmaster (Beverley, 1937; Subiaco, 1943-1958); retired (Subiaco, 1963-1972) * [[/John Charles Fry Burrows|Burrows, John Charles Fry]] [https://www.familysearch.org/tree/person/details/GDKZ-LJ8] - 1897(Vic)-1981(Vic) - Licences: XJCD Melbourne (Kew, 1913-1914) - Qualifications: cc; CPRT 251, 1916 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: no occupation (Kew, 1919-1931); representative (Bairnsdale, 1934); commercial (Kew, 1936-1937); superintendent (Caulfield, 1943-1954); manager (Toorak, 1963-1980) ===''BURTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Reg Burton|Burton, Arthur Reg]] [https://www.familysearch.org/tree/person/details/GXCC-3HM] - 1899(Eng)-1982(Qld) - Licences: 4FE Brisbane (South Brisbane, 1935-1936; City, 1937-1939; Highgate Hill, 1946-1948); 1FE Heard Island (1954-1955); 4FE Thursday Island (1955-1956); 4FE Normanton (1960); 4FE Labrador (1965-1980+) - Qualifications: cc; AOCP 1563, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, AIF); broadcast technician; federal public servant (PMGD) - Relationships: Likely father of 4BM Arthur Henry Burton - Electoral Rolls: artist (Lutwyche, Qld, 1921); picture showman (Beenleigh, Qld, 1922-1926); motor engineer (Kangaroo Point, Qld, 1931-1934; South Brisbane, Qld, 1937); radio engineer (South Brisbane, Qld, 1943); diesel engineer (Highgate Hill, Qld, 1949-1954); technician (Highgate Hill, Qld, 1958); retired (Labrador, Qld, 1968-1980) ===''BUSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Talbot Busch|Busch, Reginald Talbot]] [https://www.familysearch.org/tree/person/details/GZJ3-2P7] - 1907(Vic)-2005(Vic) - Licences: 3LS Receive Melbourne (Essendon, 1923); 3LS Melbourne (Moonee Ponds, 1923-1939; North Essendon, 1946-1969; Strathmore, 1975-1980+) - Qualifications: cc; AOCP 157, 1925, No. ?? in Vic; AOLCP 286, 1936; 1AOCP 3, 1946 - amateur operator; amateur broadcaster; research engineer (1942) - Electoral Rolls: engineer (Moonee Ponds, 1931-1937); research engineer (Essendon, 1942-1968); research (Strathmore, 1972-1977) ===''BUSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Melville Bush|Bush, Albert Melville]] [https://www.familysearch.org/tree/person/details/LBB7-DFN] - 1893(Vic)-1964(Vic) - 3YY Bendigo (1924-1927) - Qualifications: cc; AOCP 197, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: dental apprentice (Bendigo, 1914-1919); dentist (Bendigo, 1922-1963) ===''BUSHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Robert William Bushby|Bushby, Thomas Robert William]] [https://www.familysearch.org/tree/person/details/K2G5-KTN] - 1900(Eng)-1978(NSW) - Licences: 2TW Bulli (1927-1928); 2TW Sydney (Gladesville, 1929; Hunters Hill, 1930; Gladesville, 1931-1933; Rose Bay, 1934; Bondi North, 1935-1937; Bellevue Hill, 1938-1939) - Qualifications: AOCP 368, 1927, No. ?? in NSW; AOLCP 32, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hunters Hill, 1930; Gladesville, 1933); engineer (Rose Bay, 1934; Bellevue Hill, 1935; Bondi, 1936-1937; Kingsgrove, 1943-1954); radio engineer (Bexley, 1958-1963) ===''BUTCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Butcher|Butcher, Eric William]] [https://www.familysearch.org/tree/person/details/GXWG-77S] - 1912(Qld)-1970(Qld) - Licences: 4EB Brisbane (Lutwyche, 1931-1933; Kedron, 1938-1939) - Qualifications: cc; AOCP 871, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Kedron, Qld, 1936-1937); teacher (Grange, Qld, 1949; Wavell Heights, Qld, 1958-1968) ===''BUTLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lloyd Butler|Butler, Alfred Lloyd "Lloyd"]] - Licences: 5BR Adelaide (Prospect, 1947); 5BR Murray Bridge (1948-1960); 5BR Adelaide (Panorama, 1965-1980+) - Qualifications: AOCP; BOCP; TVOCP - amateur operator; historian (SA amateur, SA broadcast) - Electoral Rolls: - Links: [http://users.tpg.com.au/ldbutler/index.htm Web] * [[/Richard Edmund Butler|Butler, Richard Edmund "Dick"]] [https://www.familysearch.org/tree/person/details/GQX1-ZPZ] - 1926(Vic)-2012(Vic) - Senior federal public servant (PMGD), Deputy General Secretary ITU 1983-1989, Secretary General ITU 1983-1989 [https://www.itu.int/en/history/Pages/ElectedOfficialBio.aspx?off=6] ===''BUTLER-WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bertie Saywell Butler-Wood|Butler-Wood, Bertie Saywell]] [https://www.familysearch.org/tree/person/details/GXJ2-18J] - 1894(NSW)-1954(Qld) - Licences: 4EJ Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (West End, Qld, 1919-1925); dentist (West End, Qld, 1943-1954) ===''BUTTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Butterfield|Butterfield, George William]] [https://www.familysearch.org/tree/person/details/L77T-FCW] - 1903(Eng)-1980(WA) - Licences: 6GW Perth (South Perth, 1932-1939) - Qualifications: cc; AOCP 906, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: dental mechanic (Northam, WA, 1925; South Perth, WA, 1931); radio engineer (South Perth, WA, 1936-1958); retired (South Perth, WA, 1977) ===''BUTTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Butters|Butters, William Leslie W.]] [https://www.familysearch.org/tree/person/details/2VQ7-BSV] - 1885(NSW)-1953(NSW) - Licences: 2WY Bermagui South (1928-1935); 2WY Sydney (Brooklyn, 1936-1938; Cronulla, 1939; Karuah, 1946-1947); 2WY Nambucca Heads (1948-1950) - Qualifications: AOCP 464, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: fisheries inspector (Bermagui South, 1930; Brooklyn, 1936); clerk (Erskineville, 1943); retired (Nambucca Heads, 1949) ===''BUTTERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Butterworth|Butterworth, Cecil]] [https://www.familysearch.org/tree/person/details/GMLR-QDG] - 1910(NSW)-1990(NSW) - Licences: 2CB Wallsend (1929-1930); 2BU Wallsend (1931-1939, 1946-1980+) - Qualifications: AOCP 540, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Wallsend, 1936-1958); manufacturer (Wallsend, 1963-1972); engineer (Rankin Park, 1977-1980) ===''BUZACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Hardie Buzacott|Buzacott, Albert Hardie "Hardie"]] [https://www.familysearch.org/tree/person/details/L7YK-QZ6] - 1914(Qld)-1984(Qld) - Licences: 4UZ Toowoomba (1934-1939) - Qualifications: cc; AOCP 1242, 1934, No. ?? in Qld; AOLCP 260, 1935 - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio mechanic (East Toowoomba, Qld, 1936-1937); radio operator (East Toowoomba, Qld, 1943-1949); manager (Roma, Qld, 1949; Gympie, Qld, 1954-1972; Caloundra, Qld, 1977-1980) * [[/Richard Norman Buzacott|Buzacott, Richard Norman]] [https://www.familysearch.org/tree/person/details/GZ82-8ZL] - 1909(WA)-1975(Vic) - Licences: 3RB Melbourne (Elsternwick, 1926; Burwood, 1931; Camberwell, 1933); 2TD Sydney (North Sydney, 1935-1936); 3TD Lubeck (1938-1939); 3TD Melbourne (Balwyn, 1946-1960); 3AUB Melbourne (Reservoir, 1969-1975) - Qualifications: AOCP 298, 1926, No. ?? in Vic; 1COCP 61, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1931); broadcast engineer (North Sydney, 1934-1935); engineer (Camaray, NSW, 1936); broadcast engineer (Lubeck, 1937); wireless operator (Canterbury, 1943); technician (Canterbury, 1949-1954); engineer (Reservoir, 1963-1972) =='''C'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''CAGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cagney|Cagney, Eric William]] [https://www.familysearch.org/tree/person/details/GXH2-9HV] - 1909(Qld)-1990(Qld) - Licences: 4EC Rockhampton (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1386, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Palings, piano tuner); associate I.R.E. Aust - Electoral Rolls: musical instrument worker (Rockhampton, Qld, 1931-1980) ===''CAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Cain|Cain, James Henry]] [https://www.familysearch.org/tree/person/details/MKN2-48M] - 1866(Isle of Man)-1940(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a/g superintendent, Central Mission, Wesley Church, Melbourne, Vic) - Electoral Rolls: clergyman (Mooroopna, 1903; North Melbourne, 1909-1913; Carlton, 1914-1919; Glenferrie, 1921-1924; Auburn, 1924-1927; Kew, 1928-1937) ===''CALDECOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry William Spencer Caldecott|Caldecott, Henry William Spencer]] [https://www.familysearch.org/tree/person/details/GZT8-K3M] - 1908(Canada)-1991(NSW) - Licences: 2SM Sydney (Manly, 1926-1927; Chatswood, 1928-1929; Manly, 1930-1931); 2DA Sydney (Manly, 1933-1939; Balgowlah, 1946-1980+) - Qualifications: AOCP 285, 1926, No. ?? in NSW; AOLCP 58, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Balgowlah, 1930-1968); engineer (Balgowlah, 1977-1980)- callsign 2SM withdrawn by PMGD for allocation to 2SM commercial broadcaster ===''CALDWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aleck Stewart Caldwell|Caldwell, Aleck Stewart]] [https://www.familysearch.org/tree/person/details/M5SS-6BB] - 1903(SA)-1983(SA) - Licences: Receive Adelaide (Unley North, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: During 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Donald Pavy Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: draftsman (Black Forest, SA, 1939); assistant (Erindale, SA, 1941-1943) * [[/Donald Pavy Caldwell|Caldwell, Donald Pavy]] [https://www.familysearch.org/tree/person/details/LVC2-5NT] - 1907(SA)-1959(NSW) - Licences: Nil yet identified - Qualifications: cc; AOCP 29, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Comment: amateur broadcaster but never held licence in his name, during 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Aleck Stewart Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: telegraphist (Clapham, SA, 1939-1943) * [[/Frank David Caldwell|Caldwell, Frank David]] [https://www.familysearch.org/tree/person/details/G8DV-FQ9] - 1907(NSW)-1975(NSW) - Licences: 2YF Sydney (Bondi, 1930-1936; Concord, 1937; Bondi, 1938-1939; Waverley, 1946-1969); 2YF Katoomba (1975) - Qualifications: AOCP 587, 1930, No. ?? in NSW; 3COCP 404, 1938; BOCP 186, 1938 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: employee Clyde Engineering Works (Burwood, 1930); mechanic (Bondi, 1936-1937; Waverley, 1949-1958; Bronte, 1963-1968) * [[/Robert Ballantyne Caldwell|Caldwell, Robert Ballantyne]] [https://www.familysearch.org/tree/person/details/2ZSH-LYB] - 1869(SA)-1942(SA) - Licences: 5BP Adelaide (Unley, 1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: father of Aleck Stewart Caldwell & Donald Pavy Caldwell; brother of William Alexander Caldwell - Electoral Rolls: resident engineer (North Unley, SA, 1939-1941) * [[/Rupert Christian Caldwell|Caldwell, Rupert Christian]] [https://www.familysearch.org/tree/person/details/G8W3-897] - 1893(Vic)-1989(NSW) - Licences: 2YW Receive Sydney (Leichhardt, 1923-1924); 2JO Sydney (Bondi Junction, 1928; Waverley, 1929-1933; Woollahra, 1934-1937; Bondi, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 415, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: traveller (Waverley, 1930-1933; Woollahra, 1934-1936; Bondi Beach, 1937-1968); retired (Waverley, 1972; Bondi Beach, 1977; Malabar, 1980) * [[/William Alexander Caldwell|Caldwell, William Alexander]] [https://www.familysearch.org/tree/person/details/K8Y4-P92] - 1881(SA)-1964(SA) - Licences: 5DI Receive Adelaide (Unley, 1923); 5BO Adelaide (Unley, 1923); 5BP Adelaide (Unley, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: brother of Robert Ballantyne Caldwell; uncle of Aleck Stewart Caldwell & Donald Pavy Caldwell - Electoral Rolls: nil (Glenelg, SA, 1939-1943) ===''CALETTI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guido Caletti|Caletti, Guido "Jim"]] [https://www.familysearch.org/tree/person/details/G841-NV5] - 1900(NSW)-1952(NSW) - Licences: 2CL Receive Sydney (Leichhardt, 1922; Newtown, 1922); 2CL Sydney (Newtown, 1923; Redfern, 1924; Annandale, 1924-1926; Punchbowl, 1927-1929; Penrose, 1930); 2AHV Sydney (Hurstville, 1938-1939, 1946-1950) - Qualifications: cc; CPRTelephony 649, 1921 - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Punchbowl, 1930); mechanic (Bankstown, 1933); telephone mechanic (Hurstville, 1937-1949) ===''CALLABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Callaby|Callaby, Clarence James]] [https://www.familysearch.org/tree/person/details/GZBQ-38C] - 1910(NSW)-1978(NSW) - Licences: 2CJ Sydney (Concord, 1929-1934); 3BI Ballarat (1937-1939) - Qualifications: AOCP 546, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: laboratory assistant (Concord, 1933-1935); chemist (Croydon, 1936-1937); industrial chemist (West Ryde, 1943-1958); company director (St Ives, 1963-1968); director (St Ives, 1972-1977) ===''CALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Victor Callick|Callick, Harold Victor]] [https://www.familysearch.org/tree/person/details/GXF4-P45] - 1898(Eng)-1978(Qld) - Licences: Receive Brisbane (Herston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: surgical dresser (Kelvin Grove, Qld, 1921-1925; Herston, Qld, 1937-1963; Alderley, Qld, 1943-1949; Herston, Qld, 1954-1958; Chermside, Qld, 1963); retired (Miami, Qld, 1968-1977) ===''CALLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival James Callow|Callow, Percival James]] [https://www.familysearch.org/tree/person/details/GXFB-TR6] - 1899(Qld)-1969(Qld) - Licences: Receive (Crystal) Brisbane (Albion, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: public servant (Albion, Qld, 1921-1925); clerk (Glen Kedron, Qld, 1934; Kedron, Qld, 1936-1963); retired (Scarborough, Qld, 1968) ===''CAMERON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. R. Cameron|Cameron, A. R.]] - 19??(???)-19??(???) - Licences: 5RC Adelaide (Leabrook, 1931-1938); 2AMK Sydney (Hunters Hill, 1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Milton Cameron|Cameron, Robert Milton]] [https://www.familysearch.org/tree/person/details/GZXL-HDJ] - 1907(Vic)-1985(SA) - Licences: 3OT Receive Melbourne (Malvern, 1923); 3OT Melbourne (Malvern, 1924-1933); 2XV Sydney (Waverton, 1935; Cronulla, 1937-1939); 4CS Brisbane (Doomben, 1947; Archerfield, 1948); 3AC Melbourne (Prahran, 1954-1955; Hawthorn, 1956-1960) - Qualifications: cc; AOCP 112, 1925, No. ?? in Vic; 1COCP 87, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Malvern East, 1931-1934); aeradio operator (Cooktown, 1943); surveyor (Prahran, 1954) ===''CAMPBELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dallas Dwyer Campbell|Campbell, Dallas Dwyer]] - 1901(NSW)-1964(NSW) - 2KU? Receive Ulmarra (1922-23), 2CU Ulmarra (1924-1939), amateur operator (AOCP 5, 1924, No. ?? in NSW), amateur broadcaster * [[/Douglas Gilmore Campbell|Campbell, Douglas Gilmore]] [https://www.familysearch.org/tree/person/details/LJBS-NDD] - 1888(NSW)-1971(NSW) - 2JO Receive Kyogle (1922-1924), 2DG Kyogle (1925-1933), amateur operator (AOCP 70, 1925, No. ?? in NSW), amateur broadcaster * [[/Frank Valentine Campbell|Campbell, Frank Valentine]] [https://www.familysearch.org/tree/person/details/GXZJ-CGN] - 1901(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4GC George Alfred Campbell - Electoral Rolls: wireless expert (South Brisbane, Qld, 1926); mechanic (Kedron, Qld, 1928-1929); electrical engineer (Kedron, Qld, 1934-1954); electrician (Haberfield, NSW, 1958-1963); retired (Beacon Hill, NSW, 1968-1972) * [[/Frederick Alexander Campbell|Campbell, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/KC4J-HG7] - 1849(Sct)-1930(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, South Yarra, Vic) - Electoral Rolls: director (Melbourne, 1903-1913; South Yarra, 1914-1919); chief executive (South Yarra, 1924-1928) * [[/George Alfred Campbell|Campbell, George Alfred]] [https://www.familysearch.org/tree/person/details/GXZJ-C21] - 1894(Eng)-1983(Qld) - Licences: 4GC Brisbane (South Brisbane, 1937-1939, 1947-1960); 4GC Mermaid Beach (1965-1975); 4GC Brisbane (Annerley, 1980+) - Qualifications: cc; AOCP 2014, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Frank Valentine Campbell - Electoral Rolls: electrical engineer (West End, Qld, 1925-1926; South Brisbane, Qld, 1928-1963); retired (Annerley, Qld, 1968-1972; Mermaid Beach, Qld, 1977) * [[/James Campbell|Campbell, James]] - 1845(Sct)-1893(Vic) - proprietor of engineering business in Ballarat, politician in Victoria, Postmaster-General Victoria (Apr 1884 - Feb 1886) * [[/Neville Douglas Campbell|Campbell, Neville Douglas or Douglas Neville]] [https://www.familysearch.org/tree/person/details/G73C-WVG] - 1912(Tas)-2007(Tas) - Licences: 7NC Hobart (City, 1932-1939, 1946-1956; Sandy Bay, 1960-1980) - Qualifications: cc; AOCP 993, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (New Town, 1943; Sandy Bay, 1949-1958) * [[/Robert Campbell|Campbell, Robert]] - 1917(???)-1950(Qld) - Licences: 4RC Brisbane (Kelvin Grove, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1180, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, treasurer, QSL officer) - Comment: numerous contemporaneous RCs - Electoral Rolls: Nile yet identified ===''CANAVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Canavan|Canavan, John]] [https://www.familysearch.org/tree/person/details/GF3D-L6T] - 1914(Eng)-2008(WA) - Licences: 6CN Perth (City, 1936-1939); 6ON Perth (Mt Hawthorn, 1948) - Qualifications: cc; AOCP 1811, 1936, WA; BOCP 109, 1937; 1COCP 618, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (North Perth, WA, 1937; Maylands, WA, 1949; Bayswater, WA, 1954; Port Hedland, WA, 1958; Bayswater, WA, 1963-1980) ===''CANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Fredrick Herrett Cannon|Cannon, Ronald Fredrick or Frederick Herrett]] [https://www.familysearch.org/tree/person/details/G7JW-T6L] - 1913(Tas)-1994(Vic) - Licences: 7RC Wynyard (1932-1939); 3BRC Melbourne (Hawthorn, 1975) - Qualifications: cc; AOCP 946, 1932, No. ?? in Tas; BOCP 97, 1937; 1COCP 473, 1941 - amateur operator; amateur broadcaster; RAAFWR; WW2 - Electoral Rolls: shop assistant (Wynyard, 1936-1937); engineer (St Kilda, 1943); radio technician (Auburn, 1949; Hawthorn, 1954-1967); tv hirer (Hawthorn, 1968-1980) ===''CANSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathan Victor Charles Cansick|Cansick, Nathan Victor Charles]] [https://www.familysearch.org/tree/person/details/LKSJ-CXC] - 1907(Vic)-1968(NSW) - 3VE Receive Melbourne (St Kilda, 1923-1924), 3AK Melbourne (St Kilda, 1925-1931), amateur operator (AOCP 139, 1925, No. ?? in Vic), amateur broadcaster ===''CAREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Carey|Carey, Francis Joseph "Frank"]] - 18??-19?? - X??, 4?? Toowoomba 1911-1914, 1922-1923, 2AMI Sydney (Centennial Park, 1933-1939; North Sydney 1946-1954; Fairfield 1955-1980) - amateur operator (AOCP 1152, 1933, ?? in NSW) , radio club member (QWI), Halcyon: AOCP NSW 1925 * [[/John Thomas Carey|Carey, John Thomas]] [https://www.familysearch.org/tree/person/details/G6Y9-TZ8] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 19, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: wireless operator (St Kilda, 1913; West End, Townsville, 1919) ===''CARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Lewis Carne|Carne, Ronald Lewis "Ron"]] [https://www.familysearch.org/tree/person/details/GXCC-N3M] - 1910(Fiji)-1976(Qld) - Licences: 4RP Hambledon Mill via Cairns (1935); 4RP Innisfail (1937-1939) - Qualifications: cc; AOCP 1186, 1933, Qld; 3COCP 429, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Goondi Mill, Innisfail, 1936-1937); cane inspector (Sherwood, Qld, 1943); assistant cane inspector (Goondi Mill, Innisfail, Qld, 1949-1954); cane inspector (Victoria Mill, Ingham, Qld, 1954-1958); manager (Harwood Mill, Harwood Island, NSW, 1963; Victoria Mill, Ingham, Qld, 1968); retired (Bowen, Qld, 1972) ===''CARPENTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Carpenter|Carpenter, Archibald John]] [https://www.familysearch.org/tree/person/details/GZPR-BJS] - 1900(WA)-1956(France) - Licences: No known licence - Qualifications: cc; AOCP 376, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: school teacher (Northam, 1925-1936); instructor (South Perth, 1943); firewood vendor (Whyalla, 1948); teacher (Kalgoorlie, 1954) ===''CARRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Carrie|Carrie, F.]] - 19??(???)-19??(???) - Licences: 5JC Adelaide (Glanville, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CARTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Carter|Carter, Albert Edward "Birdie"]] [https://www.familysearch.org/tree/person/details/GHDL-5CB] - 1916(Qld)-2014(Qld) - Licences: 4LT Brisbane (Wavell Heights, 1938-1939, 1946-1948); 4LT Nanango (1954); 4LT Brisbane (Carina, 1955-1969); 4LT Sunshine Beach (1975); 4LT Tewantin (1980) - Qualifications: cc; AOCP 2143, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); wholesale grocery (S. Hoffnung & Co); WW2 - Comment: several contemporaneous AECs - Electoral Rolls: merchant (Greenslopes, Qld, 1943-1949); manager (Nanango, Qld, 1954); departmental manager (Carina, Qld, 1958-1972); retired (Sunshine Beach, Qld, 1977; Tewantin, Qld, 1980)) * [[/Clarence Sydney William Carter|Carter, Clarence Sydney William]][https://www.familysearch.org/tree/person/details/L5T1-TXL] - 1902(SA)-1962(SA) - Licences: Receive Adelaide (Kensington, 1923); 5CS Adelaide (Maylands, 1924-1926) - Qualifications: cc; AOCP 24, 1924, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: salesman (Glen Osmond, SA, 1939-1943) * [[/Frederick Pell Carter|Carter, Frederick Pell or Peel (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXP4-2BC] - 1899(NSW)-1968(SA) - Licences: 5GK Adelaide (Mile End, 1931-1939) - Qualifications: cc; AOCP 761, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: service station proprietor (Mile End, SA, 1939-1943) * [[/H. Carter|Carter, H.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Graceville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Numerous contemporaneous HCs - Electoral Rolls: Nil yet identified * [[/Harry Raymond Carter|Carter, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G9G5-KJT] - 1911(NSW)-1986(NSW) - Licences: 2HC Quirindi (1926-1939; 1946-1980+); 2BE Portable Quirindi (1933-1934); 2AI Portable Quirindi (1935-1939) - Qualifications: AOCP 286, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Quirindi, 1933-1980) - Callsign 2BE withdrawn by PMGD for 2BE Bega commercial ===''CARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Carty|Carty, Bruce]] - historian (broadcast, amateur broadcast), author "Australian Radio History" ===''CASTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Castle|Castle, Clarence Henry "Clarry"]] [https://www.familysearch.org/tree/person/details/GXGF-7GR] - 1915(SA)-2002(SA) - Licences: 5KL Adelaide (Prospect, 1933-1939); 5KL Darwin (1947-1948); 5KL Adelaide (Enfield Heights, 1954-1965; Enfield, 1969-1980+) - Qualifications: cc; AOCP 1209, 1933, SA; 2COCP 263, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''CASWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Harold Caswell|Caswell, Archibald Harold "Arch"]] [https://www.familysearch.org/tree/person/details/GXCC-Y3X] - 1913(Qld)-1986(Qld) - Licences: 4CB Murgon (1934-1939); 4CB Maryborough (1946-1975) - Qualifications: cc; AOCP 1340, 1934, Qld - amateur operator; amateur broadcaster; WW2 (POW); business proprietor (garage) - Electoral Rolls: radio technician (Maryborough, Qld, 1954-1972); retired (Torquay, Qld, 1977-1980) ===''CATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lester Evans Catford|Catford, Lester Evans]] [https://www.familysearch.org/tree/person/details/GDD8-RCB] - 1911(SA)-1990(SA) - Licences: 5LC Gladstone (1931-1939, 1947); 5LC Adelaide (Malvern, 1948-1980) - Qualifications: cc; AOCP 789, 1931, No. ?? in SA; BOCP 357, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Gladstone, SA, 1939-1943) * [[/Lance Maynard Catford|Catford, Lance Maynard]] [https://www.familysearch.org/tree/person/details/GMQR-K2W] - 1913(SA)-1989(SA) - Licences: 5XL Clare (1939, 1947-1980+) - Qualifications: AOCP 2372, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: share farmer (Clare, SA, 1939) ===''CAVANAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Mortimer Cavanagh|Cavanagh, William Mortimer]] [https://www.familysearch.org/tree/person/details/GZ23-GPH] - 1908(Vic)-1995(NSW) - Receive Warburton (1923-1924), 3WC Melbourne (St Kilda, 1925), 2WC Sydney (Potts Point, 1928), 2WC Goulburn (1930), 3WC Melbourne (St Kilda, 1931; Williamstown, 1937-1939), 2WC Wauchope (1946-1980+), qualifications: (AOCP 214, 1925, No. ?? in Vic; 1COCP 598, 1942), amateur operator, amateur broadcaster, WW2, electoral rolls: sales (Goulburn, 1930; St Kilda, 1931-1934), radio dealer (Wauchope, 1949-1980) ===''CAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Cave|Cave, Norman]] [https://www.familysearch.org/tree/person/details/GDB7-G73] - 1898(Eng?)-19??(???) - Licences: 7BC Launceston (1925-1926); operator of Wills & Co Receive licence 1924 - Qualifications: cc; AOCP 129, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 (RAF Wireless Operator); foundation member Tasmanian Gliding Club (instructor); returned to England 1931; likely Wing Commander RAF in WW2; possibly lost in SE Asia 1942 - Electoral Rolls: Nil yet identified ===''CAWTHRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Cawthron|Cawthron, Edward Joseph "Ted"]] [https://www.familysearch.org/tree/person/details/GZBH-9SX] - 1908(NSW)-1964(SA) - Licences: 2JC Sydney (Concord, 1926-1933; Neutral Bay, 1931; Concord, 1933; Five Dock, 1933); 2VA Sydney (City, 1931); 2EJ Sydney (City, 1931); 5JC Adelaide (Kent Town, 1937-1939); 5JE Adelaide (Somerton, 1947-1948; North Glenelg, 1954; Somerton Park, 1960) - Qualifications: cc; AOCP 308, 1926, No. ?? in NSW; BOCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Haberfield, 1943) ===''CECIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clyde Cecil|Cecil, Clyde]] [https://www.familysearch.org/tree/person/details/GZN5-XYG] - 1898(Vic)-1963(WA) - Licences: 6AB Kalgoorlie (1923-1927) - Qualifications: cc; AOCP 154, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2; witness to Royal Commission 1927 (as a listener, Kalgoorlie) - Electoral Rolls: civil servant (Kalgoorlie, 1919); lecturer (Kalgoorlie, 1921-1925; Maylands, 1928-1937); metallurgist (Nedlands, 1943); physicist (Nedlands, 1949-1954); school principal (Triggs Island, 1958-1963) ===''CHADWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Howel Chadwick|Chadwick, Richard Howel (Electoral Rolls) or Howell (BMD) "Dick"]] [https://www.familysearch.org/tree/person/details/G3PQ-6HH] - 1896(NZ)-1955(Qld) - Licences: 4GU Brisbane (Wilston, 1933-1939, 1946-1947) - Qualifications: cc; AOCP 1197, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW1; radio clubs (WIAQ); employment (travelling salesman) - Electoral Rolls: storeman (Zillmere, Qld, 1921); salesman (Wilston, Qld, 1925-1954) ===''CHAFFER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Martin Chaffer|Chaffer, Edward Martin "Martin"]] [https://www.familysearch.org/tree/person/details/GZ1Z-B3P] - 1905(Vic)-1981(Vic) - Licences: 3XF Receive Melbourne (Moonee Ponds, 1923); 3XF Melbourne (Moonee Ponds, 1923-1927); 6XF Perth (Mt Lawley, 1930-1931); 3XF Melbourne (Moonee Ponds, 1933); 2AEK Sydney (Potts Point, 1938); 3MH Hamilton (1947); 3MH Ballarat (1948); 3MH Swan Hill (1954); 3MH Melbourne (Preston, 1955-1956; Moonee Ponds, 1965-1969; Doncaster, 1975-1980) - Qualifications: cc; AOCP 354, 1927, No. ?? in Vic; 3COCP 304, 1937; 2COCP 113, 1937; 1COCP 151, 1937 - amateur operator, amateur broadcaster, radio clubs (WIA Vic Essendon, treasurer, 1924), placed 2nd for best complete station Melbourne Wireless Exhibition 1924; placed second for best complete station at Melbourne Wireless Exhibition 1925; placed 10th in 3LO amateur broadcasting competition 1926; broadcast engineer (3HA, 3BA, 3SH), Dept Civil Aviation 1930s, military (WW2, 1942+) - Electoral Rolls: manager (Moonee Ponds, 1928-1936); radio engineer (Hamilton, 1942; Ballarat, 1949; Swan Hill, 1954; Preston, 1963); radio technician (Moonee Ponds, 1967-1968); retired (Doncaster, 1977-1980) - Relationships: father of 3AII Ken Chaffer ===''CHALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Robert Challen|Challen, Peter Robert]] - 1848(Eng)-1905(Vic) - early telephone, telephony & wireless experimenter, employment (Vic Posts & Telegraphs, Electrical Office & Postmaster), radio clubs (Telegraph Electrical Society, Victoria), associate of Henry Walter Jenvey, William Philip Bechervaise & George Smibert ===''CHALLENDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard Challender|Challender, Gerard "Gerry"]] - 1910(Eng)-1950(NSW) - 2ZS Kempsey, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, high profile participation 1950 Kempsey floods, military (WW2) ===''CHALLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Reginald Challenger|Challenger, George Reginald]] [https://www.familysearch.org/tree/person/details/G3YQ-ZZB] - 1902(NSW)-1936(NSW) - Licences: 2GC Sydney (Auburn, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Auburn, 1930-1935) ===''CHAMBERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Rupert Chambers|Chambers, Francis Rupert]] [https://www.familysearch.org/tree/person/details/MYY2-JKX] - 1898(Vic)-1971(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 247, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Camberwell, 1924-1925); contractor (Geraldton, 1931; Mt Waverley, 1934-1936); linesman (Seaford, 1937; Frankston, 1942); technician (Frankston, 1949; Seaford, 1954); retired (Upwey, 1963; McRae, 1968) * [[/Walter Alfred Chambers|Chambers, Walter Alfred]] [https://www.familysearch.org/tree/person/details/G3N6-VX1] - 1889(Qld)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 151, 1915; 2COCP 100, 1930; 1COCP 96, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIP Perth (1917-1918) - Electoral Rolls: mechanic (Thursday Island, 1912-1913); radio telegraphist (Wyndham, 1916-1917); telegraphist (Subiaco, 1917); radio telegraphist (Esperance, 1921-1925); officer-in-charge (Geraldton, 1925); radio officer (Como, 1931-1934; Esperance, 1936-1937); radio telegraphist (Como, 1943-1968) ===''CHANDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Beals Chandler|Chandler, John Beals]] [https://www.familysearch.org/tree/person/details/G6HN-HXH] - 1887(Eng)-1962(Qld) - principal (4BC); proprietor (J. B. Chandler & Co., 1913-1962); Lord Mayor Brisbane (1940-1952); witness to Royal Commission Wireless 1927 - don't confuse D. W. Chandler early wireless experimenter - [https://adb.anu.edu.au/biography/chandler-sir-john-beals-9724 ADB] ===''CHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Channon|Channon, H. D.]] - 19??(???)-19??(???) - Licences: 2BO Receive Inverell (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Lloyd Lister Channon|Channon, Lloyd Lister]] [https://www.familysearch.org/tree/person/details/GD59-4NS] - 1885(NSW)-1949(NSW) - Licences: 2AQ Receive Manilla (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: postmaster (Elsmore, 1913); postal official (Raymond Terrace, 1930-1949) ===''CHAPMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Chapman|Chapman, Austin]] [https://www.familysearch.org/tree/person/details/LZYW-3F4] - 1864(NSW)-1926(NSW) - occupations (apprentice saddler, hotelier), politician (Postmaster-General, 1905-1907), oversight of Commonwealth Wireless Telegraphy conference Melbourne 1907 - Links: [[w:Austin Chapman|Wikipedia]]; [https://adb.anu.edu.au/biography/chapman-sir-austin-5554 ADB] * [[/Bruce Amundsen Chapman|Chapman, Bruce Amundsen]] [https://www.familysearch.org/tree/person/details/G8VL-575] - 1912(WA)-1969(NSW) - Licences: 2BA Sydney (Chatswood, 1930-1939; Balgowlah, 1946-1958; St Ives, 1960-1969 - Qualifications: AOCP 696, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: shipping clerk (Chatswood, 1935-1937); clerk (Balgowlah, 1949-1958; St Ives, 1963-1968) * [[/E. B. Chapman|Chapman, E. B.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Frank William Chapman (Qld)|Chapman, Frank William (Qld)]] [https://www.familysearch.org/tree/person/details/GXC5-KB3] - 1898(???)-1974(Qld) - Licences: 4XL Brisbane (Yeronga, 1931-1939); 4ZFC Brisbane (Ekibin, 1965); 4TH Brisbane (Ekibin, 1969) - Qualifications: cc; AOCP 785, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: gardener (Salisbury, Qld, 1928); labourer (Yeronga, Qld, 1929-1937); waterside worker (Paddington, Qld, 1943-1949); PMG technician (Ekibin, Qld, 1954-1972) * [[/Frank William Chapman (WA)|Chapman, Frank William (WA)]] [https://www.familysearch.org/tree/person/details/LBXD-TFK] - 1918(Vic)-1988(WA) - Licences: 6CC Perth (Manning Park, 1954-1965; Bassendean, 1969-1980+) - Qualifications: cc; AOCP 3319, 1953, WA - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Chidlow, WA, 1949); teacher (Manning Park, WA, 1954-1963); technical school principal (Kalgoorlie, WA, 1963); teacher (Bassendean, WA, 1968-1977); retired (Bassendean, WA, 1980) * [[/Harrison Chapman|Chapman, Harrison "Harry"]] [https://www.familysearch.org/tree/person/details/G8CX-2C5] - 1909(Vic)-1990(Vic) - Licences: 3JX Receive Melbourne (Ivanhoe, 1922); 3GU Melbourne (Ivanhoe, 1929-1939, 1946-1965; Flinders, 1965-1975); 3AGU Portable Melbourne (Ivanhoe, 1948-1956; Flinders, 1965-1975) - Qualifications: AOCP 513, 1929, No. ?? in Vic; 1AOCP 32, 1946 - amateur operator, amateur broadcaster - Electoral Rolls: student (Ivanhoe, 1931-1936); chemist (Geelong, 1937); RAAF (Ballarat, 1942; Ivanhoe, 1949-1954); chemical engineer (Ivanhoe, 1963); minister of religion (Flinders, 1968); clergyman (Flinders, 1972-1977) * [[/Owen George Chapman|Chapman, Owen George]] [https://www.familysearch.org/tree/person/details/K8YX-YLK] - 1904(NSW)-1961(NSW) - Licences: 2OC Wyong (1930-1939, 1946-1960) - Qualifications: AOCP 669, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Wyong, 1930-1958) * [[/Percival Carnew Lamont Chapman|Chapman, Percival Carnew Lamont "Percy"]] [https://www.familysearch.org/tree/person/details/G8GM-5M8] - 1911(Qld)-2008(Qld) - 4PC Brisbane (Sandgate, 1933); 4PC Babinda (1937-1939); 4PC Monto (1946-1975); 4PC Point Vernon (1980) - Qualifications: cc; AOCP 1155, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); occupation (power house engineer/manager) - Relationships: father of Geoff Chapman 4CET - Electoral Rolls: engineer (Ayr, Qld, 1943; Monto, Qld, 1949-1972); retired (Point Vernon, Qld, 1977-1980) * [[/William George Chapman|Chapman, William George]] [https://www.familysearch.org/tree/person/details/KZ2X-8KG] - 1890(Tas)-1957(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 116, 1915; 1COCP 63, 1930 - RANRS (Warrant Telegraphist, 1917); coastal wireless operator; witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: radio telegraphist (Broome, 1925); officer-in-charge (Radio Station Applecross, 1931-1954) ===''CHAPPELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Arthur Chappell|Chappell, Lloyd Arthur]] [https://www.familysearch.org/tree/person/details/G69G-SB9] - 1911(Tas)-1998(Tas) - Licences: 7LC Ross (1936-1937); 7LC Winnaleah (1938-1939); 7LC Hobart (Kingston, 1947-1955; Sandy Bay, 1956-1975; Coles Bay, 1980+) - Qualifications: cc; AOCP 1828, 1936, No. ?? in Tas; BOCP 172, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: projectionist (Ross, 1936-1937); radio engineer (Queenstown, 1943; Kingston, 1949-1958) ===''CHARLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Charles|Charles, Edward Arthur]] [https://www.familysearch.org/tree/person/details/K8QC-V3V] - 1916(SA)-1981(SA) - Licences: 5YQ Adelaide (North Unley, 1935-1939; Unley, 1947-1948; Ascot Park, 1954-1956; Hyde Park, 1960-1980+) - Qualifications: cc; AOCP 1443, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Unley, SA, 1939-1943) ===''CHARLESWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Denison Charlesworth|Charlesworth, Reginald Denison]] [https://www.familysearch.org/tree/person/details/GW1M-CKJ] - 1900(Eng)-1980(NSW) - Licences: 2CI Receive Sydney (Haberfield, 1922); 2CI Sydney (Haberfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: migrated to Fiji mid 1920s, returned to Australia mid 1930s - Electoral Rolls: factory manager (Summer Hill, 1933); engineer (Haberfield, 1935-1937); Lane Cove, 1943); radio engineer (Dee Why, 1949-1954); engineer (Hunters Hill, 1958-1972) ===''CHARTERIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Charteris|Charteris, Michael]] - 4QS Ipswich & Maryborough - amateur operator, historian (amateur) ===''CHATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Greatham Chatfield|Chatfield, Robert Greatham "Bob"]] [https://www.familysearch.org/tree/person/details/LK92-9L1] - 1900(NZ)-1974(NZ) - Licences: ZL2AV Wellington (1925-1954+) - Qualifications: AOCP ??, 1925, No. ?? in NZ - amateur operator; amateur broadcaster; clubs (Wellington Amateur Radio Club 2WB, member and one time president) - Relationships: father of Don Chatfield ZL2SG - Comment: substantial early portion (100+) of QSL collection survives - Electoral Rolls: motor engineer (Wellington, 1922); salesman (Wellington, 1931-1954); retired (Wellington, 1963-1972) ===''CHATTERTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Chatterton|Chatterton, Francis Joseph]] [https://www.familysearch.org/tree/person/details/LZWW-952] - 1902(Tas)-1931(Tas) - Licences: 7AY Receive Hobart (West Hobart, 1922); Receive Hobart (West Hobart, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: machinist (Hobart, 1925-1928) ===''CHAUVEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Temple Frank Chauvel|Chauvel, Walter Temple Frank]] [https://www.familysearch.org/tree/person/details/LH5T-WNQ] - 1902(Qld)-1987(NSW) - Licences: Receive (Valve) Stanthorpe (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: jackeroo (Stanthorpe, Qld, 1925-1928); grazier (Stanthorpe, Qld, 1928-1943); radio engineer (Texas, Qld, 1949-1963); retired (East Ballina, NSW, 1968-1980) ===''CHEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Reginald Cheel|Cheel, Charles Reginald]] [https://www.familysearch.org/tree/person/details/9N1J-PTC] - 1890(Vic)-1955(SA) - Licences: 5CR Adelaide (Maylands, 1934-1939, 1947-1955) - Qualifications: cc; AOCP 1278, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CHENNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Chennell|Chennell, Victor "Vic"]] [https://www.familysearch.org/tree/person/details/GCBH-1XV] - 1907(SA)-1996(SA) - Licences: 5JH Adelaide (Norwood, 1927-1933; Cowandilla, 1937-1939; North Adelaide, 1946-1956; Ascot Park, 1960-1980+) - Qualifications: cc; AOCP 346, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: labourer? (Goodwood Park, 1939) ===''CHESSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chessell|Chessell, John or John Carl]] [https://www.familysearch.org/tree/person/details/KN16-XWP]? [https://www.familysearch.org/tree/person/details/L2M1-9GS]? - 1914(NSW)-1959(NSW) - Licences: 2LV Sydney (Dulwich Hill, 1929-1934); 2YU Sydney (Dulwich Hill, 1935-1936; Ashfield, 1937-1939); 2ER Sydney (Dulwich Hill, 1948-1950) - Qualifications: AOCP 517, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: baker (Croydon, 1936; Bowral, 1937-1954) - seems to be two contemporaneous John Chessel's ===''CHESTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Chesterfield|Chesterfield, John Henry]] [https://www.familysearch.org/tree/person/details/GSVH-3SK] - 1895(Vic)-1973(Qld) - Licences: 5JC Adelaide (Wayville, 1924-1926); 2ACQ Sydney (Strathfield, 1937-1939); 4HJ Brisbane (Cleveland, 1954-1960) - Qualifications: cc; CPRT 23, 1914; 1COCP 266, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: wireless operator (Croydon, NSW, 1930); radio engineer (Glenbrook, NSW, 1931-1935); department manager (Strathfield, NSW, 1935); radio engineer (Strathfield, 1936; Pymble, NSW, 1943; Cleveland, Qld, 1949-1963); retired (Mermaid Beach, Qld, 1968-1972) ===''CHICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Garth Chick|Chick, Leonard Garth]] [https://www.familysearch.org/tree/person/details/G6SW-7PJ] - 1918(Tas)-1999(NSW) - Licences: 7LG Launceston (1937-1939) - Qualifications: cc; AOCP 1973, 1937, No. ?? in Tas; BOCP 227, 1939; 2COCP 550, 1941; 1COCP 1264, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: seaman (Swan Point, 1944); aeradio operator (Lindisfarne, 1949); technician (Essendon, Vic, 1949-1954); draftsman (East Keilor, 1963-1968); surveyor (Forster, 1977-1980) ===''CHILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Oliver Chilton|Chilton, Frederick Oliver]] [https://www.familysearch.org/tree/person/details/GZNR-XFL] - 1905(NSW)-2007(NSW)102yo - Licences: Receive (Crystal) Sydney (Wahroonga, 1923-1924) - Qualifications: cc; AOCP 147, 1925, No. ?? in NSW - amateur receive operator; military (Brigadier); awards (Knighted) - Relationships: brother of 2RC Robert Ralph Chilton - Electoral Rolls: clerk (Wahroonga, NSW, 1930-1943); civil servant (South Yarra, Vic, 1949-1967); retired (Clareville Beach, NSW, 1972-1980) - Links: [[w:Frederick Oliver Chilton|Wikipedia]] * [[/George Frederick Chilton|Chilton, George Frederick]] [https://www.familysearch.org/tree/person/details/G3CR-41Q] - 1891(Vic)-1956(Vic) - Licences: 2GF Sydney (Pennant Hills, 1924; Carlingford, 1925); 4GD Townsville (1925-1926) - Qualifications: cc; CPRT 160, 1915; 1COCP 10, 1930 - amateur operator; amateur broadcaster; coastal operator (VIG, VIB, VIS, VIT, Rockbank); wireless telegraphist (PMG); RANRS (Commissioned Telegraphist, 1917); federal public servant (PMG) - Electoral Rolls: telegraphist (Wooloowin, 1919-1921); radio stationmaster (South Townsville, Qld, 1925; Glenferrie, 1927; Wireless Station, Rockbank, Vic, 1928-1942); engineer (St Kilda, 1949-1954) * [[/Robert Ralph Chilton|Chilton, Robert Ralph]] [https://www.familysearch.org/tree/person/details/GZNR-821] - 1907(NSW)-1985(Qld) - Licences: 2RC Sydney (Wahroonga, 1925-1926); 2RC Gloucester (1927); 2RC Sydney (Wahroonga, 1928-1939, 1946-1947; Roseville East, 1948) - Qualifications: cc; AOCP 152, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: chemist assistant (Wahroonga, 1933); chemist (Stanthorpe, 1954-1963; Sherwood, Qld, 1972) - Relationships: brother of Frederick Oliver Chilton ===''CHINERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jessie Camelia Chinery|Chinery or Chinnery, Jessie Camelia]] [https://www.familysearch.org/tree/person/details/GFMP-6NZ] - 1915(WA)-1995(WA) - Licences: 6JC Perth (Welshpool, 1937-1939) - Qualifications: cc; AOCP 1866, 1937, WA - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: not stated (Welshpool, WA, 1937) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''CHIPPINDALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Kellett Chippindall|Chippindall, Eric Kellett "Chippy"]] [https://www.familysearch.org/tree/person/details/LFCB-MNZ] - 1916(Qld)-1988(Qld) - Licences: 4XR Brisbane (Paddington, 1937-1939); 4XR Gympie (1946-1969); 4XR Brisbane (Paddington, 1975-1980+) - Qualifications: cc; AOCP 1940, 1937, Qld - amateur operator; amateur broadcaster; broadcast engineer (4SB, 4BU, 4LG, 4GY) - Electoral Rolls: radio engineer (Gympie, Qld, 1949); announcer-engineer (Gympie, Qld, 1954-1958); shopkeeper (Paddington, Qld, 1972-1980) ===''CHISHOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham St Clair Chisholm|Chisholm, Graham St Clair]] [https://www.familysearch.org/tree/person/details/GX47-TTR] - 1915(Qld)-2002(WA) - Licences: 4LP Brisbane (Kelvin Grove, 1933); 3ACG Melbourne (South Yarra, 1947-1948); 5PG Darwin (1955-1956); 1AB Canberra (Canberra City, 1960; Ainslie, 1965); 6IB Perth (Dalkeith, 1969-1975) - Qualifications: cc; AOCP 1101, 1933, No. ?? in Qld; BOCP 18, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcaster (3SR, Shepparton, Vic, 1942); radio engineer (South Yarra, Vic, 1949-1954); broadcaster (Reid, ACT, 1958; Ainslie, ACT, 1963; Dalkeith, WA, 1968-1972); manager (Nedlands, 1977-1980) ===''CHITHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Chitham|Chitham, William Norman "Bill"]] [https://www.familysearch.org/tree/person/details/GXWT-KJK] - 1912(Qld)-1997(Qld) - Licences: 4UU Brisbane (Bulimba, 1933-1934; Fortitude Valley 1937-1939; Cannon Hill, 1946-1980+) - Qualifications: cc; AOCP 913, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor, QSL officer); part of the "U" gang; military (WW2) - Electoral Rolls: storeman (Valley, Qld, 1936-1943); radio mechanic (Cannon Hill, 1949-1963); buyer (Cannon Hill, Qld, 1968-1980) ===''CHOATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Sidney Choate|Choate, Roger Sidney]] [https://www.familysearch.org/tree/person/details/GFQX-RW3] - 1913(Irl)-1978(WA) - Licences: 6RK Harvey (1930-1933); 6RK Kalgoorlie (1937-1939); 6RK Dardanup (1947); 6RK Perth (Subiaco, 1948-1956; Salters Point, 1960-1975) - Qualifications: cc; AOCP 714, 1930, No. ?? in WA; BOCP 42, 1936; 3AIR 1121, 1947 - amateur operator; amateur broadcaster; WW2 (RAAF, Squadron Leader) - Awards: Military Division OBE [[w:1964_Birthday_Honours|Wikipedia]] - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1937; Perth, WA, 1937); engineer (Melville, WA, 1943); civil servant (Subiaco, WA, 1949-1958); surveyor (Salters Point, WA, 1963-1968; Manning, WA, 1972-1977) - Links: [https://www.awm.gov.au/collection/R1513688 AWM] [https://www.ozatwar.com/raaf/shepherdshillradar.htm OzAtWar] ===''CHRISMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Chrismas|Chrismas, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/G6YC-FC2] - 1892(NSW)-1950(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 250, 1916; 1COCP 31, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIW Wyndham (1917-1918) - Electoral Rolls: operator (Broome, 1916); wireless operator (Wyndham, 1917; Applecross, 1925); radio telegraphist (Broome, 1931; Geraldton, 1936-1949) ===''CLAFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keighran James Claffey|Claffey, Keighran James]] [https://www.familysearch.org/tree/person/details/G84R-LLP] - 1903(Vic)-19??(???) - Licences: 2AK Deniliquin (1928-1939); 2AK Picton (1946); 2AK Deniliquin (1947-1980+) - Qualifications: AOCP 459, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarrandale, 1949; Deniliquin, 1954; Yarrandale, 1958-1963); retired (Deniliquin, 1977-1980) ===''CLARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Clark|Clark, Francis Thomas]] [https://www.familysearch.org/tree/person/details/G8WF-CJH] - 1903(WA)-1998(Vic) - Licences: 3FC Rainbow (1928); 3FC Melbourne (St Kilda, 1931; Hawthorn, 1933; Elwood, 1937; St Kilda, 1938); 3FC Mildura (1946-1947); 3FC Ouyen (1948-1960); 3FC Geelong (Leopold, 1969; Clifton Springs, 1975-1980+) - Qualifications: AOCP 426, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal official (Rainbow, 1925); postal clerk (Rainbow, 1928); clerk (St Kilda, 1931-1937); senior postal clerk (Red Cliffs, 1942); postmaster (Ouyen, 1949-1954); retired (Clifton Springs, 1972-1980) * [[/Frank P. R. Clark|Clark, Frank P. R.]] [https://www.familysearch.org/tree/person/details/GZFG-WRN] - 1900(NSW)-1928(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923-1924); 2YF Sydney (Manly, 1925) - Qualifications: AOCP 122, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: gone too soon * [[/Leopold Francis Clark|Clark, Leopold Francis]] [https://www.familysearch.org/tree/person/details/273Q-3D5] - 1902(Tas)-1978(Tas) - Licences: 7CK Natone (1932-1939); 7CK Burnie (1946-1948); Deloraine (1954-1969); Lanena (1975) - Qualifications: cc; AOCP 989, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Natone, 1928-1936; Burnie, 1943-1949); grazier (Needles, 1954; Deloraine, 1963) ===''CLARKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Fraser Clarke|Clarke, Percival Fraser "Percy"]] [https://www.familysearch.org/tree/person/details/GXZ3-4J2] - 1896(Qld)-1971(Qld) - Licences: 4PY Ayr (1936-1939) - Qualifications: cc; AOCP 1781, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jarvisfield, Qld, 1919-1937; Aspley, Qld, 1949-1972) * [[/Warren Ross Clarke|Clarke, Warren Ross]] [https://www.familysearch.org/tree/person/details/G8NT-LSN] - 1909(NSW)-1988(NSW) - Licences: 2ZZ Sydney (Mosman,1930-1933; Asquith, 1933-1939; Mosman, 1948-1950) - Qualifications: AOCP 650, 1930, NSW; 2COCP 6, 1934; 1COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Asquith, 1933-1934; Mosman, 1936); radio officer (Mosman, 1943); flight radio officer (Mosman, 1949-1954); clerk (Glenbrook, 1963); travel consultant (Glenbrook, 1972); clerk (Merrylands, 1972); planner (North Rocks, 1977-1980) * [[/William George Clarke|Clarke, William George]] [https://www.familysearch.org/tree/person/details/GXQ2-1QS] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 32, 1930 - RANRS (temp Commissioned Telegraphist, 1917) - Comment: several contemporaneous WGCs - Electoral Rolls: officer-in-charge (Radio Station, Townsville, 1916); seaman (HMAS Encounter, Geelong, 1919); biograph operator (Langwarrin Military Camp, Vic, 1919); hotel manager (Naval Base Hotel, South Fremantle, 1931) ===''CLAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard George Clay|Clay, Richard George]] [https://www.familysearch.org/tree/person/details/G8ZZ-LGN] - 1903(Vic)-1972(Vic) - Licences: 3RC Melbourne (Northcote, 1929; Alphington, 1931) - Qualifications: AOCP 536, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Northcote, 1925-1927); welder (Northcote, 1928); electric welder (Alphington, 1931); welder (Richmond, 1936-1937; Alphington, 1942; Northcote, 1949); contractor (Traralgon, 1954-1972) ===''CLAYTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maisie Ian Jesson Clayton|Rawson nee Clayton, Maisie Ian Jesson]] [https://www.familysearch.org/tree/person/details/G8RT-25P] - 1915(NSW)-1996(NSW) - Licences: Nil yet identified - Qualifications: cc; BOCP 488, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: radio worker (Artarmon, 1937); engineer (Kirribilli, 1949); radio engineer (Lane Cove, 1954-1963); engineer (Lane Cove, 1968-1972); home duties (Lane Cove, 1977-1980) - Lady: * [[/Maurice Charles Clayton|Clayton, Maurice Charles]] [https://www.familysearch.org/tree/person/details/G86J-HX3] - 1912(SA)-1936(SA) - Licences: 5RK Adelaide (Edwardstown, 1930-1931); 5ZC Adelaide (Edwardstown, 1933-1936) - Qualifications: cc; AOCP 596, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon (24yo) * [[/Walter George Gladstone Clayton|Clayton, Walter George Gladstone "Wally"]] [https://www.familysearch.org/tree/person/details/G3XN-J1N] - 1918(Qld)-1998(Qld) - Licences: 4WG Innisfail (1937-1939); 4WG Brisbane (Windsor, 1946-1969); 4WG Townsville (1975-1980+) - Qualifications: cc; AOCP 1868, 1937, Qld - amateur operator; amateur broadcaster; military (WW2, AIF Signals); state public servant (Qld Railways, supervising tech. comms.) - Relationships: uncle of Maise Ian Jesson Rawson nee Clayton (Radio Engineer) - Electoral Rolls: manager (Windsor, 1954-1968); technician (Townsville, 1972-1980) ===''CLIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Cliff|Cliff, Harry]] - 1908(Vic)-1988(Vic) - Licences: 3HC Melbourne (Essendon, 1928-1948; Heidelberg, 1954-1975); 3HC Point Lonsdale (1980+) - Qualifications: AOCP 400, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: implement maker (Moonee Ponds, 1906); engineer (Moonee Ponds, 1922-1928); clerk (Moonee Ponds, 1931-1937); company secretary (North Melbourne, 1943); director (Ivanhoe, 1954-1968; Heidelberg, 1972); retired (Point Lonsdale, 1977-1980) (pre 1928 is another Harry Cliff) ===''CLIFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Glendenning Clifford|Clifford, Herbert Glendenning]] [https://www.familysearch.org/tree/person/details/GHTS-4CN] - 1882(Eng)-1955(SA) - Licences: 5BW Receive Renmark (1923); Receive Renmark (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: secretary (Renmark, SA, 1939-1943) ===''CLINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gladstone Clinch|Clinch, Frederick Gladstone]] [https://www.familysearch.org/tree/person/details/KF5P-TWM] - 1898(WA)-1972(WA) - Licences: 6JR Greenough (1928-1933); 6FG Miling (1960); 6FG Perth (Doubleview, 1965-1969) - Qualifications: cc; AOCP 468, 1928, No. ?? in WA - amateur operator; amateur broadcaster - Relationships: Father of 6CL Ian Harold Wilson Clinch - Electoral Rolls: farmer (Greenough, 1922-1943); garage proprietor (Miling, 1958); retired (Doubleview, 1963-1972) * [[/Ian Harold Wilson Clinch|Clinch, Ian Harold Wilson]] [https://www.familysearch.org/tree/person/details/GHQX-YS1] - 1926(WA)-19??(WA) - Licences: 6CL Miling (1960-1965); 6CL Dandaragan (1969); 6CL Rossmoyne (1975-1980+) - Qualifications: cc; AOCP 3596, 1957, WA - amateur operator, WW2 - Relationships: son of 6JR-6FG Frederick Gladstone Clinch - Electoral Rolls: mechanic (Leederville, 1949); manager (Miling, 1958-1963); radio technician (Dongara, 1968); technician (Rossmoyne, 1972-1980) ===''CLOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alvin Theodore Closs|Closs, Alvin Theodore]] [https://www.familysearch.org/tree/person/details/L67V-HG7] - 1895(NSW)-1975(Vic) - Licences: V750 Receive Melbourne (Olinda, 1922); 3GV Receive Melbourne (Olinda, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: orchardist (Brighton, 1917); storekeeper (Olinda, 1924-1931); salesman (Olinda, 1934-1937); civil servant (Tunstall, 1943-1954); retired (Yarra Junction, 1963-1972) ===''CLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Edward Clough|Clough, James Edward]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 483, 1929, No. ?? in ?? - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - several contemporaneous JECs ===''COADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Coade|Coade, Ernest]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: electrician (Rutherglen, 1914); mechanic (Thursday Island, 1919) ===''COAKLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas James Coakley|Coakley, Thomas James]] [https://www.familysearch.org/tree/person/details/GX24-W7T] - 1904(Vic)-1991(Vic) - Licences: 5UK Adelaide (Unley, 1933-1939); 3IU Melbourne (Camberwell, 1947; Essendon, 1948-1980+) - Qualifications: cc; AOCP 1105, 1933, No. ?? in SA, 3COCP 61, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: aero fitter (Auburn, Vic, 1925-1926); engineer (Camberwell, Vic, 1943; Essendon, Vic, 1949-1980) ===''COALTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Coalter|Coalter, Martin]] [https://www.familysearch.org/tree/person/details/GDSR-STB] - 1893(Vic)-19??(???) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 1, 1914 - ship wireless operator? - Electoral Rolls: Nil yet identified ===''COATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Melbourne Coates|Coates, Alfred Melbourne or Melbourne Alfred]] [https://www.familysearch.org/tree/person/details/GDGW-MCZ] - 1884(???)-1964(Vic) - Licences: V757 Receive Melbourne (Elwood, 1922); 3GG Receive Melbourne (Elwood, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (USA) - Electoral Rolls: engineer (Elsternwick, 1921-1937; Kalorama, 1943-1954) ===''COFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Freeman Coffey|Coffey, Henry Freeman]] [https://www.familysearch.org/tree/person/details/G3QL-BR1] - 1885(Irl)-1934(NSW) - Licences: 4KY Brisbane (Doomben, 1925-1926; Hamilton, 1927); 2ZY Sydney (Willoughby, 1929; Maroubra, 1930-1934) - Qualifications: cc; CPRT 52, 1915; 1COCP 12, 1930 - Halycyon: AOCP Brisbane 1926 - amateur operator; amateur broadcaster; ship wireless operator (Marconi, White Star, Booth Steamship, Iquitos Steamship, Union Castle); RANRS (Warrant Telegraphist, 1917); coastal operator (CRS, PMGD, AWA); federal public servant - Electoral Rolls: radio engineer (Middle Park, Vic, 1919); engineer (Malvern East, 1922-1924); radiostation master (Thursday Island, 1925); wireless operator (Doomben, Qld, 1925-1928); engineer (Chatswood, 1930); wireless mechanic (Maroubra, 1930-1934) ===''COHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derrick Cohen|Cohen, Derek or Derrick Simeon "Dick"]] [https://www.familysearch.org/tree/person/details/GXCF-DR7] - 1914(Eng)-2010(NSW) - Licences: 2YM Sydney (Dobroyd Point, 1932-1933; Kings Cross, 1933; Clovelly, 1934-1936); 4YM Brisbane (City, 1937-1939); 1YM Macquarie Island (1954-1955) - Qualifications: cc; AOLCP 238, 1930; AOCP 1011, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (West End, Qld, 1943); technician (Coburg, Vic, 1954); television producer (Chatswood, NSW, 1963; Little Wallaby Beach, NSW, 1977) ===''COLEBATCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Vincent Colebatch|Colebatch, Ernest Vincent]] [https://www.familysearch.org/tree/person/details/K2Q2-974] - 1905(SA)-1987(SA) - Licences: 5CG Receive Adelaide (Norwood, 1923); Receive Adelaide (Norwood, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Belair, SA, 1939-1941) ===''COLESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Russell Coleston|Coleston, Stanley Russell]] [https://www.familysearch.org/tree/person/details/G8VV-KQL] - 1913(Vic)-2012(Qld) - Licences: 3XK Melbourne (Middle Park, 1930-1931; Gardenvale, 1933; Glenhuntly, 1937-1939, 1946-1955); 9XK Port Moresby (1956-1960); 3AXK Melbourne (Mt Waverley, 1965-1969); 4XA Brisbane (Geebung, 1975-1980+) - Qualifications: AOCP 688, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Glenhuntly, 1936-1942; Caulfield East, 1949-1954); public servant (Mt Waverley, 1963-1972); retired (Geebung, 1977-1980) ===''COLLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Felton Collard|Collard, Cyril John Felton]] [https://www.familysearch.org/tree/person/details/97X9-6VY] - 1896(NSW)-1969(NSW) - Licences: 2CF Maitland West (1927-1939) - Qualifications: AOCP 362, 1927, No. ?? in NSW; 2COCP 540, 1941; BOCP 541, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lorn, 1930-1963); retired (North Maitland, 1968) ===''COLLINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Joseph Collins|Collins, Clarence Henry Joseph]] [https://www.familysearch.org/tree/person/details/M1Y1-GB1] - 1891(SA)-1974(SA) - Licences: 5FC Adelaide (Marryatville, 1932-1939) - Qualifications: cc; AOCP 1043, 1932, SA; BOCP 29, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Marryatville, SA, 1939-1943) * [[/William Edward Collins|Collins, William Edward]] - 19??(???)-19??(???) - Licences: XYAH Perth (Cannington, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: salesman (Cannington, WA, 1916; Victoria Park, WA, 1917) ===''COLLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Andrew Collis|Collis, George Andrew]] - 1869(Tas)-1926(Tas) - Receive Hobart, radio clubs (Tasmanian Radio Club, foundation member, 1922+), electrician (Zinc Co., Hobart, 1921) - potential misidentification, George Arthur Collis, Radio Research Club, Hobart, witness to Royal Commission Wireless 1927 * [[/Ralph Collis|Collis, Ralph]] [https://www.familysearch.org/tree/person/details/GX1J-48N] - 1918(WA)-2013(WA)105yo - Licences: 6LY Perth (Bayswater, 1935-1939) - Qualifications: cc; AOCP 1454, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Bayswater, WA, 1943; Scarborough, WA, 1949-1958); proprietor (Cadoux, WA, 1963; Tuart Hill, WA, 1968); business proprietor (Dianella, WA, 1972-1977); proprietor (Bedford, WA, 1980) ===''COLTHEART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Coltheart|Coltheart, Clarence James]] - 1885(Tas)-1962(Tas) - Licences: 7BF Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Brunswick, Vic, 1913-1914; Queenstown, 1922-1954) ===''COLTHRUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Colthrup|Colthrup, James Frederick]] [https://www.familysearch.org/tree/person/details/LBW8-J4Z] - 1908(Vic)-1942(Qld) - Licences: 3PL Melbourne (Clifton Hill, 1934-1939) - Qualifications: AOCP 1368, 1934, No. ?? in Vic; 1COCP 374, 1940 - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, Wireless & Gunnery School) - Electoral Rolls: mechanic (Clifton Hill, 1931); engineer (Clifton Hill, 1937); airman (Clifton Hill, 1942) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/623876] ===''COLVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Victor Colville|Colville, Sydney Victor]] [https://www.familysearch.org/tree/person/details/G3WQ-S78] - 1894(Vic)-1966(NSW) - Licences: XQF Brisbane (South Brisbane) (1913); 2FA Receive Sydney (1922); 2FA Sydney (1923-1925); 2VH Sydney (1935-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; wireless retail business proprietor (Colville Moore) - Electoral Rolls: clerk (Wooloongabba, 1917; Chelmer, 1919-1921); broker (Bowen Hills, 1922); manufacturer (Drummoyne, NSW, 1930-1933); merchant (Lane Cove, 1935-1936); manufacturer (Darlinghurst, NSW, 1936-1937); company director (Glenbrook, 1943-1963) ===''CONDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Sylvester Condon|Condon, Austin Sylvester]] [https://www.familysearch.org/tree/person/details/G3RG-K2K] - 1924(SA)-2011(SA) - Licences: 5WO Laura (1954-1980+) - Qualifications: AOCP 3012, 1949, SA - amateur operator - Electoral Rolls: Nil [https://www.adelaidenow.com.au/ipad/obituaries-tributes-to-three-of-our-finest/news-story/845c3a27d81fd8a8f4bbe436503a9b1e Obit] ===''CONDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Tasman Conder|Conder, Walter Tasman "Wally"]] [https://www.familysearch.org/tree/person/details/G6CJ-DTS] - 1888(Tas)-1974(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as General Manager, BCA, 3LO) - Electoral Rolls: teacher (Launceston, 1914); soldier (Langwarrin Military Camp, 1918-1921; Melbourne, 1924); secretarial (Melbourne, 1925-1928); entrepreneur (Melbourne, 1931-1937); secretary (Melbourne, 1943) - Links: [https://adb.anu.edu.au/biography/conder-walter-tasman-5747 ADB] ===''CONGDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bert Congdon|Congdon, Bert "Bertie"]] [https://www.familysearch.org/tree/person/details/9VVJ-CMW] - 1891(Vic)-1961(WA) - Licences: 6BA Receive Perth (Subiaco, 1923-1924); 6BC Perth (Subiaco, 1927-1939, 1946-1960) - Qualifications: cc; AOCP 382, 1927, No. ?? in WA - amateur operator; amateur broadcaster; WW1; civil servant - Electoral Rolls: civil servant (Subiaco, 1925-1958) ===''CONNELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dermot Anthony Connelly|Connelly, Dermot Anthony]] [https://www.familysearch.org/tree/person/details/G8L5-2VC] - 1903(Vic)-1965(Vic) - Licences: 3BU Receive Melbourne (St Kilda, 1922); 3BU Melbourne (St Kilda, 1923-1925); 3ADK Melbourne (St Kilda, 1948; Ivanhoe, 1954-1965) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: manager (Caulfield, 1927-1936); Air Force officer (St Kilda, 1937); nil (Frankston, 1949); photographer (Ivanhoe, 1954-1963) ===''CONNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilson Connon|Connon, George Wilson]] [https://www.familysearch.org/tree/person/details/GXGF-8Z2] - 1907(Sct)-1976(SA) - Licences: 5KJ Booleroo (1937-1939); 5KJ Yunta (1947); 5KJ Alice Springs (1948-1954); 5KJ Adelaide (Millswood Estate, 1955-1956); 5KJ Port Lincoln (1960); 5KJ Berri (1965-1969); 5KJ Barmera (1975) - Qualifications: cc; AOCP 1991, 1937, SA; 2COCP 336, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: pensioner (Millswood East, SA, 1939); bookkeeper (Port Augusta, SA, 1941-1948); radio technician (Alice Springs, NT, 1949-1954) ===''CONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emmett Bernard Connor|Connor, Emmett Bernard]] [https://www.familysearch.org/tree/person/details/GXCB-L7Q] - 1913(Qld)-1977(Qld) - Licences: 4CE Gindie (1936); 4OC Longreach (1956); 4OC Fernlees (1960); 4OC Brisbane (Aspley, 1965-1969) - Qualifications: cc; AOCP, not yet identified; BOCP 280, 1940; 3COCP 5529, 1965 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing shed hand (Gindie, Qld, 1936); radio mechanic (Enoggera, Qld, 1937); radio technician (Longreach, Qld, 1943-1949); business Manager (Cramsie, Longreach, Qld, 1954-1958); grazier ("Ronnoc Downs", Fernlees, Qld, 1958-1963; Aspley, Qld, 1963-1977) * [[/Laurance Kingsley Connor|Connor, Laurance Kingsley]] [https://www.familysearch.org/tree/person/details/L2GD-KPT] - 1907(NSW)-1950(NSW) - 2LK Sydney (Belmore, 1925-1926), 2ALC Sydney (Lakemba, 1948; Cammeray, 1950), amateur operator (AOCP 68, 1925, No. ?? in NSW; CPRT 881, 1925; 2COCP 199, 1930; 1COCP 220, 1939), amateur broadcaster * [[/Stephen James Connor|Connor, Stephen James]] [https://www.familysearch.org/tree/person/details/GH4J-FP4] - 1894(NSW)-1979(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 235, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Electoral Rolls: radio telegraphist (Broome, 1917); electrical engineer (Strathfield, NSW, 1930; Lismore, NSW, 1933); electrician (Darlinghurst, NSW, 1934; Strathfield, NSW, 1936-1963); retired (Lapstone, NSW, 1972) * [[/Terence Connor|Connor, Terence]] [https://www.familysearch.org/tree/person/details/G6MC-3DV] - 1916(Tas)-1982(Tas) - Licences: 7CT Hobart (Rokeby, 1936-1939; City, 1946-1948); 7CT Huonville (1954-1960); 7CT Hobart (Bellerive, 1965-1980+) - Qualifications: cc; AOCP 1643, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: auto-electrician (New Town, 1943; Hobart North, 1949); manager (Huonville, 1949-1954); sales rep. (Bellerive, 1963-1977) ===''CONRAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Ernest Conrad|Conrad, Raymond Ernest]] [https://www.familysearch.org/tree/person/details/GSP2-VGS] - 1905(Tas)-1977(Tas) - Licences: 2TR Sydney (Bexley, 1930-1937; Rockdale, 1938-1939); 7TR Hobart (Derwent Park, 1947; Moonah, 1948-1956; Berriedale, 1960-1975) - Qualifications: AOCP 651, 1930, No. ?? in Tas; BOCP 308, 1940 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: battery fitter (Bexley, 1930); storeman (Bexley, 1931-1934); clerk (Bexley, 1935-1936; Rockdale, 1937); purchasing officer (Cameray, 1943); radio manufacturer (Moonah, 1949-1954); engineer (Hospital, Rosetta, 1963) ===''CONRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Conry|Conry, William Henry]] [https://www.familysearch.org/tree/person/details/GDJL-HCR] - 1892(Vic)-1959(Qld) - Licences: 3OK Melbourne (Armadale, 1923-1925); 3CO Melbourne (Brighton, 1931-1939) - Qualifications: cc; CPRT 260, 1916; 1COCP 44, 1935 - amateur operator; amateur broadcaster; WW1 (Merchant Marine); RANRS; witness to Royal Commission 1927 (obo PMGD Vic) - Electoral Rolls: mechanic (Windsor, Vic, 1914-1919; Armadale, 1921-1924); inspector (Brighton, 1925-1937); radio inspector (South Brisbane, 1943-1949); postal official (St Lucia, 1954-1958) ===''CONWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn Laurence Dean Conway|Conway, Mervyn Laurence Dean]] [https://www.familysearch.org/tree/person/details/G6MH-GHZ] - 1912(Tas)-1979(Tas) - Licences: 7CL Launceston (1936-1939, 1948-1960); 7CL Hobart (West Hobart, 1965-1975) - Qualifications: cc; AOCP 1684, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Nelson, 1936); school teacher (Launceston East, 1937); teacher (Devonport, 1943; New Town, 1949-1958) ===''COOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Byron Cook|Cook, Ernest Byron "Ernie"]] [https://www.familysearch.org/tree/person/details/M46M-M3J] - 1902(Vic)-1981(Vic) - Licences: 3CK Tresco (1926-1927); 3CK Kerang (1931); 3EC Swan Hill (1938-1939); 3EC Melbourne (Coburg, 1946-1975) - Qualifications: AOCP 295, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: foreman (Swan Hill, 1937-1942) * [[/Victor Roy Percival Cook|Cook, Victor Roy Percival "Roy"]] [https://www.familysearch.org/tree/person/details/MYJG-6C6] - 1899(SA)-1980(SA) - Licences: XVN Adelaide (1913-1914); S099 Adelaide (1920s); 5AC Adelaide (Prospect, 1923-1927; Rose Park, 1928-1931; Kilkenny, 1933-1939, 1946-1948; Woodville, 1954-1975; Somerton Park, 1980) - Qualifications: cc; AOCP 94, 1925, No. ?? in SA - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: analyst (Kilkenny, 1939-1943) ===''COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Robert Cooke|Cooke, Clarence Robert]] [https://www.familysearch.org/tree/person/details/GF3Z-3P6] - 1891(???)-1970(WA) - Licences: 6CP Perth (Bayswater, 1932-1939, 1947-1965) - Qualifications: cc; AOCP 1068, 1932, WA - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Mornington Mills, WA, 1914); locomotive driver (Mornington Mills, WA, 1921-1926); locomotive engine driver (Bayswater, WA, 1931-1968) * [[/Clive J. Cooke|Cooke, Clive J.]] - 19??(???)-19??(???) - 4CC Brisbane (Chermside, -1952+), amateur operator (AOCP ??, 19??, No. ?? in Qld) * [[/Frank Basil Cooke|Cooke, Frank Basil "Basil"]] [https://www.familysearch.org/tree/person/details/G7Q6-TN8] - 1892(SA)-1967(NSW) - XADW Sydney (1913), 2LI Sydney (1922-1924), 2XQ Receive Sydney (1923), 2DJ Sydney (Northbridge, 1924-1931; Mosman, 1933-1939), early wireless experimenter, amateur operator (pre AOCP; AOCP 39, 1924, No. ?? in NSW), amateur broadcaster, radio clubs (WIA NSW, vice-president 1923) * [[/Frederick William Cooke|Cooke, Frederick William]] [https://www.familysearch.org/tree/person/details/GZB8-V6L] - 1906(Eng)-1981(Vic) - Licences: 3FW Melbourne (Footscray, 1926-1927) - Qualifications: AOCP 311, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: meter tester (Footscray, 1926-1949) ===''COOKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Cookson|Cookson, Arnold]] [https://www.familysearch.org/tree/person/details/G6YD-87L] - 1889(Eng)-1971(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 201, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: telegraphist (Thursday Island, 1919); no occupation (Darlinghurst, 1949); clerk (Northbridge, 1949-1963; Bexley, NSW, 1968) * [[/Joseph George Cookson|Cookson, Joseph George "George"]] [https://www.familysearch.org/tree/person/details/KGCW-Z8N] - 1888(Vic)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 862, 1925; 2COCP 21, 1929; 1COCP 34, 1930 - RANRS (1919), AWA - Relationships: Father of Leonard Kenneth Cookson - Electoral Rolls: engine driver (Crossover, Vic, 1912-1913; Bacchus Marsh, 1914-1915); mechanic (Alphington, 1917); engineer (Cooktown, 1919); radio engineer (Radio Station, Carlingford, NSW, 1930-1935; Croydon, NSW, 1943-1958) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] * [[/Leonard Kenneth Cookson|Cookson, Leonard Kenneth "Len"]] [https://www.familysearch.org/tree/person/details/GXQ8-JHV] - 1917(Vic)-2005(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - AWA - Relationships: Son of Joseph George Cookson - Electoral Rolls: foreman (Concord, NSW, 1943); electrical fitter (Croydon, 1943-1954; Glebe, 1958; Blacktown, 1963-1980) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] ===''COOLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Cooling|Cooling, Ernest Richard]] [https://www.familysearch.org/tree/person/details/LVZL-GSC] - 1885(Qld)-1936(Qld) - Licences: 4BN Toowoomba (1924-1927) - Qualifications: cc; AOCP 11, 1924, No. 3 in Qld - amateur operator; amateur broadcaster; honorary radio inspector (Toowoomba, 1924), (Halcyon P. 4) - Comment: A tragic end to a productive life - TroveTag: "4BN - Ernest Richard Cooling" - Electoral Rolls: letter carrier (Toowoomba, 1908); telegraphist (Bowen, 1912); postal assistant (Toowoomba, 1913-1930) ===''COOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Saint Coombe|Coombe, Geoffrey Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-TXS] - 1913(SA)-19??(???) - Licences: 5ML Adelaide (Hindmarsh, 1931-1939; Croydon, 1947-1948; Brooklyn Park, 1960-1980+) - Qualifications: cc; AOCP 756, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5MR Jack Robert Saint Coombe - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Croydon, 1941) * [[/Jack Robert Saint Coombe|Coombe, Jack Robert Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-T3C] - 1910(SA)-1981(SA) - Licences: 5MR Adelaide (Stirling West, 1954-1980+) - Qualifications: cc; AOCP 2923, 1949, SA - amateur operator; amateur broadcaster - Relationships: Brother of 5ML Geoffrey Saint Coombe - Electoral Rolls: electrician (Hindmarsh, SA, 1939; Croydon, SA, 1941); electrical mechanic (Mt Lofty, SA, 1943) ===''COOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edwin Charles Cooper|Cooper, Alfred Edwin Charles]] [https://www.familysearch.org/tree/person/details/GZV9-9GK] - 1904(NSW)-1997(NSW) - Licences: 2AL Receive Sydney (Ashfield, 1922); 2AL Sydney (Ashfield, 1923-1926); 2UO Sydney (Northbridge, 1947-1950); 2AUO Sydney (Yacht Asgard, 1948-1960); 4AY Surfers Paradise (1980) - Qualifications: cc; AOCP 180, 1925, No. ?? in NSW; 3COCP 626, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: fruit merchant (Ashfield, 1931); director (Northbridge, 1943-1958); company director (Clareville, 1963-1977) * [[/Eric Cooper|Cooper, Eric]] [https://www.familysearch.org/tree/person/details/GD1M-WC4] - 1925(Tas)-19??(???) - Licences: 7ZEC Evandale (1965-1980+) - Qualifications: cc; AOLCP 870, 1960, Tas - amateur operator - Electoral Rolls: moulder (Evandale, 1949); radio technician (Evandale, 1954) * [[/Ernest Edward Cooper|Cooper, Ernest Edward]] [https://www.familysearch.org/tree/person/details/GZ5F-RLJ] - 1905(Tas)-1951(Tas) - Licences: 7MK Launceston (Youngtown, 1926-1927); 7MC Launceston (City, 1947-1948) - Qualifications: cc; AOCP 261, 1926, No. ?? in Tas; AOLCP 151, 1934 - amateur operator; amateur broadcaster - Relationships: may be related to 7ZEC Evandale (1965-1975) Eric Cooper - Electoral Rolls: radio mechanic (Hobart, 1928); radio engineer (Ulverstone, 1936; Launceston East, 1943; Launceston West, 1949) * [[/Harold More Cooper|Cooper, Harold More or Harold Moore]] [https://www.familysearch.org/tree/person/details/GZ58-SJP] - 1886(SA)-1970(SA) - Licences: Receive Adelaide (Glenelg, 1923-1925); 5HG Adelaide (Glenelg, 1926-1939, 1946-1969) - Qualifications: cc; AOCP 257, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW2; submarine cable telegraphist; archaeologist; historian - Electoral Rolls: telegraphist (Glenelg, 1939-1943) - Links: [https://adb.anu.edu.au/biography/cooper-harold-more-9821 ADB] * [[/James Herbert Cooper|Cooper, James Herbert]] [https://www.familysearch.org/tree/person/details/LVTJ-14B] - 1914(NSW)-1992(NSW) - Licences: 2ZG Sydney (Wollstonecraft, 1930-1939 - Qualifications: AOCP 701, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Crows Nest, 1936-1943); broker (Mosman, 1949); stock and sharebroker (Wahroonga, 1949-1968); sharebroker (Wahroonga, 1972); broker (St Ives, 1977-1980) ===''CORDINGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harold Cordingley|Cordingley, Charles Harold]] [https://www.familysearch.org/tree/person/details/GDJK-SB4] - 1892(Eng)-1955(Vic) - Licences: 3RF Melbourne (Ascot Vale, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Ararat, 1913); electrical engineer (Flemington, 1915-1919); engineer (Ascot Vale, 1921-1954) ===''CORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert James Core|Core, Herbert James "Herb"]] [https://www.familysearch.org/tree/person/details/L1PF-R2Q] - 1906(Qld)-1954(Qld) - Licences: 4HC Brisbane (Coorparoo, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 2012, 1937, Qld; 1COCP 392, 1940 - amateur operator; amateur broadcaster; formerly Sydney - Electoral Rolls: public servant (Greenslopes, Qld, 1929); assistant (Coorparoo, Qld, 1936-1937); public servant (Coorparoo, Qld, 1943-1949; Camp Hill, Qld, 1949-1954) ===''CORNELIUS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Edward Cornelius|Cornelius, Eric Edward]] [https://www.familysearch.org/tree/person/details/LH7P-2MD] - 1916(WA)-1979(WA) - Licences: 6EC Albany (1936-1939); 6EC Kalgoorlie (1947-1948); 6EC Wagin (1954-1955); 6EC Perth (Inglewood, 1956-1975) - Qualifications: cc; AOCP 1635, 1936, WA; TVOCP 200, 1959 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Station 6WA, Wagin, 1949-1954; Inglewood, WA, 1958-1977) ===''CORNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Cameron Corney|Corney, Kenneth Cameron]] [https://www.familysearch.org/tree/person/details/GDGS-2MB] - 1899(Vic)-1990(Vic) - Licences: V755 Receive Bairnsdale (1922); 3GY Receive Bairnsdale (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: farmer (Gogeldrie, NSW, 1949); grazier (Metung, Vic, 1963-1980) ===''COTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alfred Cotton|Cotton, Arthur Alfred]] [https://www.familysearch.org/tree/person/details/KNH3-P9L] - 1897(SA)-1973(SA) - Licences: XVS Adelaide (Glanville, 1913); 5HY Adelaide (Kilkenny, 1926-1928; Colonel Light Gardens, 1931; Kilburn, 1946-1969) - Qualifications: cc; AOCP 270, 1926, No. ?? in SA - early wireless experimenter; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo WIA SA) - Electoral Rolls: engineer (Semaphore, 1939); clerk (Findon, 1943) * [[/Arthur Tylney Cotton|Cotton, Arthur Tylney]] [https://www.familysearch.org/tree/person/details/L7G8-SGG] - 1884(Tas)-1965(Tas) - Licences: Receive Spring Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Kelvedon, 1914-1963) * [[/Leith Simpson Cotton|Cotton, Leith Simpson]] [https://www.familysearch.org/tree/person/details/GZR2-12K] - 1905(SA)-2001(SA) - Licences: 5LG Adelaide (Burnside, 1932-1933); 5LG Iron Knob (1937-1939); 5LG Adelaide (Clarence Gardens, 1946-1948; Parkholme, 1954-1980+) - Qualifications: cc; AOCP 1023, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: boilermaker (Iron Knob, 1939-1941) ===''COTTRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Morgan Cottrell|Cottrell, Joseph William Morgan]] [https://www.familysearch.org/tree/person/details/9VLW-L1Y] - 1897(NSW)-1950(Vic) - Licences: 2ZF Receive Sydney (Randwick, 1923); 2ZN Sydney (Randwick, 1923-1925; Coogee, 1926-1930; Maroubra Junction, 1931; Dundas, 1933-1939, 1946-1947; Carlingford, 1948-1950); 2ADX Sydney (Dundas/Portable, 1937-1939) - Qualifications: cc; AOCP 367, 1927, No. ?? in NSW; AOLCP 1, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Coogee, 1930); broadcaster (Dundas, 1933-1934); radio operator (Dundas, 1936-1943); technician (Carlingford, 1949) ===''COUCHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Clyde McGregor Couchman|Couchman, Clifford Clyde McGregor "Cliff"]] [https://www.familysearch.org/tree/person/details/GQLS-T4D] - 1907(Qld)-1971(Qld) - Licences: 4KZ Kaimkillenbun (1930-1939); 4KZ Dalby (1946-1969) - Qualifications: cc; 2COCP 151, 1930; COCP 1st Class Marconi School (Halcyon) - amateur operator; amateur broadcaster; military (WW2, Navy, wireless officer); broadcast technician (PMGD, 4QS); business proprietor (electrical & radio, Dalby) - Electoral Rolls: labourer (Kaimkillenbun, 1930-1937); engineer (Dalby, 1943-1963); electrical engineer (Dalby, 1968) ===''COULTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Maxwell Coulter|Coulter, Jack Maxwell]] [https://www.familysearch.org/tree/person/details/GXRW-MXK] - 1912(SA)-1985(???) - Licences: 5MC Adelaide (Glenelg, 1936-1937); 3MV Melbourne (Caulfield, 1938-1939); 5JD Adelaide (Ashford, 1947-1948; Ackland Gardens, 1954-1960); 5JK Adelaide (Edwardstown, 1975-1980+) - Qualifications: cc; AOCP 1712, 1936, SA; 2COCP 812, 1944 - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: civil servant (Caulfield West, Vic, 1937); RAN (Port Melbourne, Vic, 1943) ===''COUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Couper|Couper, Andrew "Andy" Jnr]] [https://www.familysearch.org/tree/person/details/L6R8-R1T] - 1893(Qld)-1958(Qld) - Licences: XQM Mareeba (1914); 4BW Mareeba (1923-1939, 1946-1956) - Qualifications: cc; AOCP 71, 1925, No. 5 in Qld - early wireless experimenter (1914 & likely earlier unlicensed); amateur operator; amateur broadcaster; WW2 - Electoral Rolls: iron moulder (Mareeba, 1913-1932); engineer (Mareeba, 1936-1958) ===''COURT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Court|Court, Charles Percy]] [https://www.familysearch.org/tree/person/details/GX6T-Q5T] - 1904(Qld)-1962(Qld) - Licences: 4CT Receive Brisbane (Rosalie, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Bayswater, Qld, 1925-1936; Kedron, Qld, 1937-1958) * [[/Thomas Palmer Court|Court, Thomas Palmer Jnr]] - 1895(Vic)-1976(NSW) - XNY Melbourne (Malvern, 1913-1914), 3BO Melbourne (Malvern, 1922), 3TC Melbourne (Malvern, 1926-1927), early wireless experimenter (CPRT 211, 1916), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, radio clubs (WIA Vic, secretary, 1919-1920+), employment (radio salesman, 1928; STC, chief design engineer, 1954), IRE Aust (president, 1950-1951), father also named Thomas Palmer Court (1861, Vic - 1944, NSW) ===''COUSENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Light Reynolds Cousens|Cousens, Harold Light Reynolds]] [https://www.familysearch.org/tree/person/details/GDG9-3SK] - 1888(NSW)-1965(NSW) - Licences: N743 Receive Summer Hill (1922); 2HW Receive Summer Hill (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: auctioneer (Tamworth, 1930-1963) ===''COUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Stuart Coutts|Coutts, Edwin Stuart]] [https://www.familysearch.org/tree/person/details/94TB-698] - 1893(Qld)-1947(Qld) - Licences: 4BZ Receive Dalby (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motor mechanic (Dalby, 1919-1937); garage proprietor (Dalby, 1943) ===''COWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Christian Nesbit Cowan|Cowan, Christian Nesbit]] [https://www.familysearch.org/tree/person/details/G8XD-6QW] - 1907(NSW)-1994(NSW) - Licences: 2PZ Aberdare (1930-1980+) - Qualifications: cc; AOCP 613, 1930, No. ?? in NSW; BOCP 486, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: railway employee (Aberdare, 1930-1963; Cessnock, 1968-1980) ===''COX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allan Grafton Cox|Cox, Allan (birth) or Allen (census) Grafton]] [https://www.familysearch.org/tree/person/details/LHWX-5XH] - 1892(NSW)-1978(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 120, 1915; 2COCP 103, 1930; 1COCP 347, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIB Brisbane (1917-1918) - Electoral Rolls: operator (Rockhampton, 1914; Pinkenba, 1916-1921); telegraphist (Toorak, 1921-1922; South Yarra, 1926-1927); O.I.C. (Cooktown, 1925; Thursday Island, 1930); radio officer (Clayfield, 1934); O.I.C. (Townsville, 1936-1937); engineer (Rockbank, 1942); wireless officer (Kangaroo Point, 1943; Hendra, Qld, 1949-1958); radio officer (Hendra, 1963-1977) * [[/Erle Harold Cox|Cox, Erle Harold "Harold"]] [https://www.familysearch.org/tree/person/details/LB8Z-RG2] - 1903(Tas)-1989(ACT) - Licences: 3BD Receive Melbourne (Elsternwick, 1922); 3BD Melbourne (Elsternwick, 1922-1927; St Kilda, 1931-1933); 2EP Canberra (Forrest, 1934-1935); 2GU Canberra (Red Hill, 1946-1955); 1GU Canberra (Red Hill, 1956-1965; Mawson, 1969-1980+) - Qualifications: cc; AOCP 245, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; journalist, president Press Gallery, Parliament House 1953 - Awards: O.B.E. for contribution to journalism in Australia 1953 - Relationships: son of Erle Cox, science fiction author [https://adb.anu.edu.au/biography/cox-erle-5799] - Electoral Rolls: journalist (Caulfield, 1931; Gardiner, 1936; Forrest, 1937; Red Hill, 1943-1968; Mawson, 1972-1980) * [[/Harold Edward Cox|Cox, Harold Edward or Harold]] [https://www.familysearch.org/tree/person/details/G8GQ-2RT] - 1892(Eng)-1975(Qld) - Licences: 6HE Geraldton (1927) - Qualifications: cc; CPRT 17, 1914; 1COCP 35, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIO Broome (1917-1918) - Electoral Rolls: wireless operator (Broome, WA, 1916-1917; Geraldton, WA, 1922-1930); broadcast manager (Townsville, Qld, 1931-1937); manager (4WK, Warwick, Qld, 1943); representative (Coorparoo, Qld, 1943); wireless representative (Coorparoo, Qld, 1949-1972) ===''COXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Wooton Coxon|Coxon, Robert Wooton]] [https://www.familysearch.org/tree/person/details/GZZ2-HVL] - 1905(WA)-19??(???) - Licences: 6RW Northam (1924-1927) - Qualifications: cc; AOCP 30, 1924, No. ?? in WA - amateur operator; amateur broadcaster; mining engineer, NT Gov (Director of Mines, 1947); WW2 - Relationships: no apparent relation with 6AG Wally Coxon - Electoral Rolls: engineer (Cheltenham, SA, 1943); civil servant (Alice Springs, 1949-1954) * [[/Walter Ernest Stanley Coxon|Coxon, Walter Ernest Stanley "Wally"]] [https://www.familysearch.org/tree/person/details/GCY8-JBS] - 1891(NSW)-1968(WA) - Licences: XYK Perth (Maylands, 1913); 6AG Perth (North Perth, 1924; Inglewood, 1925-1931; Mt Lawley, 1933-1939; Bayswater, 1946-1947; Darlington, 1948-1960; Claremont, 1965) - Qualifications: cc; AOCP 124, 1925, No. ?? in WA - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (6WF) - Relationships: no apparent relation with 6RW Robert Wooton Coxon - Electoral Rolls: fitter (Maylands, 1914); engineer (Maylands, 1925-1937); radio engineer (East Perth, 1943; Darlington, 1949-1958); retired (Claremont, 1963-1968) - Links: [http://messui.polygonal-moogle.com/valves/NW199311.pdf EA0] [http://messui.polygonal-moogle.com/valves/NW199404.pdf] [http://messui.polygonal-moogle.com/valves/NW199405.pdf EA2] ===''COZINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Cozins|Cozins, Charles Frederick]] [https://www.familysearch.org/tree/person/details/GF78-6FW] - 1908(WA)-2001(WA) - Licences: 6AC Perth (City, 1931-1933); 6AD Perth (Canning Bridge, 1947-1948) - Qualifications: cc; AOCP 742, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (North Perth, WA, 1931); radio mechanic (Corrogin, WA, 1936); marine collector (Kalgoorlie, WA, 1943); cook (West Perth, WA, 1949); storekeeper (Kalgoorlie, WA, 1949-1954); clerical assistant (South Perth, WA, 1958); clerk (Rivervale, WA, 1963-1972); retired (Kewdale, WA, 1977-1980) ===''CRAIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith William Craig|Craig, Keith William]] [https://www.familysearch.org/tree/person/details/GDNB-7FD] - 1921(NSW)-1999(NSW) - Licences: 2AJV Newcastle (Stockton, 1938-1939); 2EP Newcastle (New Lambton, 1948-1969) - Qualifications: cc; AOCP 2102, 1938, NSW - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Stockton, 1943); fitter (Lambton, 1949; New Lambton, 1958-1980) * [[/Walter Archibald Craig|Craig, Walter Archibald]] [https://www.familysearch.org/tree/person/details/GZ2F-7X4] - 1907(NSW)-1956(NSW) - Licences: 2XI Receive Sydney (Croydon, 1923); 2XI Sydney (Croydon, 1924-1939) - Qualifications: cc; AOCP 220, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Croydon, 1930-1954) ===''CRAMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warne Hutton Cramond|Cramond, Warne Hutton]] [https://www.familysearch.org/tree/person/details/9XQB-N2G] - 1898(NSW)-1951(NSW) - Licences: 2KJ Sydney (Lane Cove, 1928-1939, 1946-1950) - Qualifications: AOCP 397, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lane Cove, 1930-1949) ===''CRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Rae Cran|Cran, Morris Rae]] [https://www.familysearch.org/tree/person/details/G879-B1J] - 1901(Qld)-1959(NSW) - Licences: 4KX Brisbane (West End, 1930-1939); 2MR Sydney (Rockdale, 1946-1947; Randwick, 1954-1955) - Qualifications: cc; AOCP 570, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Electoral Rolls: clerk (West End, 1925-1937); accountant (Bondi, 1943); company secretary (Ranswick, 1954; Coogee, 1958) ===''CRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Layman William Victor Cranch|Cranch, Layman William Victor "Lay"]] - 1910(Qld)-1993(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio engineer, journalist (editor, Australian Radio and Electronics, 1951), business (manager, Kingsley) ===''CRAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Russell Bruce Cameron Craw|Craw, Russell Bruce Cameron "Bruce"]] [https://www.familysearch.org/tree/person/details/KF2Q-54Y] - 1901(Tas)-1934(Vic) - Licences: 7BC Burnie (1930-1933); 3BC Melbourne (1933-1934) - Qualifications: cc; AOCP 671, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Comment: passed too soon - Electoral Rolls: salesman (Burnie, 1922; North Melbourne, 1924; Burnie, 1928); sales (Middle Park, Vic, 1935) ===''CRAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Thomas Crawford|Crawford, Cedric Thomas]] [https://www.familysearch.org/tree/person/details/GD2P-42L] - 1905(NSW)-1977(NSW) - Licences: 2YC Sydney (Burwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Burwood, 1930-1933); engineer (Captain's Flat, 1937-1943); mechanical engineer (Broken Hill South, 1954-1963); engineer (St Ives, 1968-1972) * [[/John Murray Crawford|Crawford, John Murray]] - 19??(???)-19??(???) - senior federal public servant (chief engineer PMGD, involved establishment of first ABC stations), don't confuse with William Tamillas Stephen Crawford * [[/William Tamillas Stephen Crawford|Crawford, William Tamillas Stephen "Bill", "W.T.S.C."]] [https://www.familysearch.org/tree/person/details/G738-35N] - 1880(Vic)-1962(NSW) - state public servant (P&TD, Tas); senior federal public servant (PMGD, radio inspector); RANRS (commissioned telegraphist, 1917) - Comment: don't confuse with John Murray Crawford ===''CREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Creamer|Creamer, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7XK-965] - 1903(NSW)-1973(NSW) - Licences: 2UR Sydney (Glebe Point, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Orange, 1930-1932); electrical engineer (Brewarrina, 1933; Henty, 1934-1935; Grose Vale, 1937; Richmond, 1943-1968) ===''CREDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter John Credlin|Credlin, Peter John]] [https://www.familysearch.org/tree/person/details/GDSB-SH8] - 1938(Vic)-1984(NSW) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) - Comment: Gone too soon - Electoral Rolls: clerk (Camberwell, 1954); engineer (Malvern, 1963; Lower Templestowe, 1967-1980) ===''CRESSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Gillespie Cresswell|Cresswell, Frank Gillespie]] [https://www.familysearch.org/tree/person/details/LR45-Q56] - 1880(Vic)-1963(Vic) - Licences: 3GI Melbourne (East Kew, 1924-1925; Camberwell, 1926-1927); Qualifications: cc; Nil yet identified - federal public service (PMGD); military (Commonwealth Naval Militia, engineer sublieutenant); RANRS (Radio Commander, terminated Nov 1920) - not to be confused with William Rooke '''Creswell''' - Electoral Rolls: instrument fitter (Camberwell, 1903-1906); Engineer-Lieutenant RAN (Prahran, 1912); naval officer (St Kilda, 1914); lieutenant RAN (Hawthorn, 1915-1919); RAN (Kew, 1922-1924); commandant RAN (Frankston, 1928-1934); naval officer (Olivers Hill, 1936-1937); electrical engineer (Armadale, 1943); retired (Somers, 1949; Mt Eliza, 1954; Frankston, 1963) * [[/Harry Leslie Cresswell|Cresswell, Harry Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9456-49G] - 1917(Qld)-1942(Qld) - Licences: 4DL Brisbane (Coorparoo, Qld, 1938-1939) - Qualifications: cc; Nil yet identified, likely RAN - amateur operator; amateur broadcaster; WW2 (RAN, Petty Officer Telegraphist, KIA, HMAS Yarra) - Electoral Rolls: Nil yet identified - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10293831 AWM] [https://www.awm.gov.au/collection/R1690529 Roll of Honour] ===''CRESWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rooke Creswell|Creswell, William Rooke]] [https://www.familysearch.org/tree/person/details/9N4L-WRS] - 1852(Gibraltar)-1933(Vic) - early wireless experimenter (Lytton, Moreton Island), military (RAN; Qld Maritime Defence Force, commandant; Commonwealth Naval Forces, commandant) - Generally considered the father of the RAN, not to be confused with Frank Gillespie '''Cresswell''' - Electoral Rolls: naval commandant (South Brisbane, 1903-1905); director (Toorak, 1909-1919) - Links: [[w:William Rooke Creswell|Wikipedia]]; [https://adb.anu.edu.au/biography/creswell-sir-william-rooke-5817 ADB] [https://www.navy.gov.au/biography/vice-admiral-sir-william-rooke-creswell RAN] ===''CRIBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dunmore Foote Cribb|Cribb, Dunmore Foote]] [https://www.familysearch.org/tree/person/details/LCPP-YQH] - 1899(Qld)-1946(Qld) - Licences: 4DC Brisbane (Indooroopilly, 1925-1927) - Qualifications: cc; AOCP 134, 1925, No. 15 in Qld - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant) - Electoral Rolls: teacher (Indooroopilly, 1921-1943) ===''CRICHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Robert Crichton|Crichton, Stanley Robert]] [https://www.familysearch.org/tree/person/details/LK76-MZH] - 1893(NZ)-1967(NSW) - Licences: 2KH East Maitland (1929-1935); 9OU Port Moresby (1947-1948) - Qualifications: AOCP 542, 1929, No. ?? in NSW; AOLCP 100, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: telephone mechanic (East Maitland, 1930-1935); wireless operator (Maclean, 1936); Radio 2NR (Lawrence, 1937); wireless operator (Ashfield, 1949); PMG technician (Ashfield, 1954-1963) ===''CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cridge, Wilfred Edgar Launder - See Wilfred Edgar Launder-Cridge ===''CRISP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Charles Crisp|Crisp, Henry Charles "Harry"]] [https://www.familysearch.org/tree/person/details/G8XD-5T2] - 1909(NSW)-1996(???) - Licences: 2LX Sydney (Undercliffe, 1930; Hurstville, 1931-1933; Cronulla, 1934-1939, 1946); 2LX Ettalong (1947-1955); 2LX Woy Woy (1956-1961); 2LX Urunga (1965); 2LX Sydney (Cronulla, 1969; Gorokan, 1975-1980+) - Qualifications: AOCP 614, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: "Henry Charles" carrier (Undercliffe, 1930; Hurstville, 1931-1933); radio dealer (Cronulla, 1934-1937); "Harry Charles" examiner (Bondi, 1943); "Henery Charles" no occupation (Ettalong, 1949); "Henry Charles" radio dealer (Ettalong, 1954-1963); "Harry Charles" motel proprietor (Urunga, 1968); manager (Sans Souci, 1972); retired (Cronulla, 1972); "Henery Charles" retired (Gorokan, 1977-1980) ===''CROCKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Edward Crocker|Crocker, Claude Edward]] [https://www.familysearch.org/tree/person/details/L8R6-RZW] - 1875(USA)-1929(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: engineer (West Perth, 1922-1925) * [[/Edward Baker Crocker|Crocker, Edward Baker]] [https://www.familysearch.org/tree/person/details/MYHX-65B] - 1867(Wales)-1955(NSW) - Licences: 2BB Receive Sydney (Marrickville, 1922); 2BB Sydney (Marrickville, 1922-1930) - Qualifications: cc; AOCP 95, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: provision merchant (Marrickville, 1933-1937); retired (Marrickville, 1943-1949); no occupation (Earlwood, 1949-1954) ===''CROME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Keith Crome|Crome, Harry Keith]] [https://www.familysearch.org/tree/person/details/LZTL-HF9] - 1908(Tas)-1975(Tas) - Licences: Receive (Crystal) Hobart (New Town, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: painter (Hobart North, 1936-1954); linotype operator Melbourne (Alphington, 1963-1972) ===''CROMIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Thomas Cromie|Cromie, Charles Thomas]] [https://www.familysearch.org/tree/person/details/G6Z4-73H] - 1883(Vic)-1952(Vic) - Licences: Receive (Valve) Melbourne (Caulfield, 1923) - Qualifications: cc; Nil yet identified - manager (Oliver J. Nilsen & Co, 1927); witness to Royal Commission 1927 (obo 3UZ) - Electoral Rolls: draper (Maffra, 1903; Korumburra, 1905; East Melbourne, 1909; Maffra, 1912); engineer (East Melbourne, 1914); electrical engineer (Malvern, 1915-1917); engineer (Elsternwick, 1919; Caulfield, 1924-1927); electrical engineer (Melbourne East, 1928; Caulfield, 1931); engineer (Caulfield, 1934); director (Armadale, 1936-1949) ===''CROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Leonard Crooks|Crooks, James Alexander Leonard "Len"]] [https://www.familysearch.org/tree/person/details/LK93-6HV] - 1890(Tas)-1973(Tas) - Licences: Receive Launceston (1923-1925); 7BQ Launceston (1925-1969+) - Qualifications: cc; AOCP 61, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; honorary radio inspector (PMG) - Relationships: father of 3AAC John Peter Crooks - Electoral Rolls: clerk (Trevallyn, 1914; Launceston, 1919-1968); no occupation (Low Head, 1972) * [[/John Peter Crooks|Crooks, John Peter]] [https://www.familysearch.org/tree/person/details/LRZL-Z2J] - 1921(Tas)-2013(Vic) - Licences: 3AAC Colac (1960); 3AAC Bulleen (1965-1969) - Qualifications: AOCP 2107, 1938, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: son of 7BQ James Alexander Leonard "Len" Crooks - Electoral Rolls: civil servant (Elsternwick, 1949); engineer (East Geelong, 1954; Bulleen, 1963-1977) ===''CROPLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cropley|Cropley, Eric William]] [https://www.familysearch.org/tree/person/details/GDLL-YVK] - 1893(NSW)-1935(NSW) - Licences: N735 Receive Sydney (Homebush, 1922); 2HT Receive Sydney (Homebush, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of Mervyn Eric Cropley - Electoral Rolls: warehouseman (Homebush, 1930-1933) * [[/Mervyn Eric Cropley|Cropley, Mervyn Eric]] [https://www.familysearch.org/tree/person/details/GDLG-MYS] - 1920(NSW)-1951(Aus) - Licences: cc; Nil yet identified - Qualifications: cc; 2COCP 403, 1941 - amateur operator; amateur broadcaster - Relationships: son of 2HT Eric William Cropley - Electoral Rolls: radio officer (Homebush, 1943); salesman (Blaxland, 1949) ===''CROUCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Casimir Crouch|Crouch, Ernest Casimir "Ern"]] - 1908(???)-1989(NSW) - 2QJ Receive Sydney (Mosman, 1923), 2EC Sydney (Mosman, 1924-1939), 2EC Orange (1946-1980), amateur operator (AOCP 16, 1924, No. 6 in NSW), amateur broadcaster; engineer; Mosman Radio Laboratories 1927 (proprietor?) ===''CROWDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Crowder, Joyce Isabel see Batchler nee Crowder, Joyce Isabel ===''CULLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Norman Seth Culliver|Culliver, Francis Norman Seth "Norman"]] [https://www.familysearch.org/tree/person/details/G82T-SWD] - 1891(Vic)-1962(Vic) - Licences: 3DP Receive Melbourne (East Melbourne, 1922); 3DP Melbourne (East Melbourne, 1923-1925; Hawthorn, 1925-1927); 3UG Melbourne (Rye, 1948-1956); 3UG Queenscliff (1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of Keith Norman Culliver & Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1931-1954) * [[/Ian Douglas Culliver|Culliver, Ian Douglas "Sam"]] [https://www.familysearch.org/tree/person/details/G82T-WDM] - 1916?(Vic)-2002(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 655, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Keith Norman Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) * [[/Keith Norman Culliver|Culliver, Keith Norman]] [https://www.familysearch.org/tree/person/details/G82T-753] - 1914(Vic)-1998(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 656, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) ===''CUMMING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Humberstone Cumming|Cumming, William Humberstone]] [https://www.familysearch.org/tree/person/details/GSLF-9FS] - 1903(Vic)-1956(Vic) - Licences: 3BK Melbourne (Armadale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Notting Hill, 1931); engineer (Cheltenham, 1931); contractor (Malvern, 1936-1949); engineer (Malvern, 1954) ===''CUMMINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Cummings|Cummings, Bruce]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 1928, No. ?? in Qld), amateur broadcaster ===''CUMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Vincent Cummins|Cummins, Reginald Vincent]] [https://www.familysearch.org/tree/person/details/GXCK-FLN] - 1911(Qld)-1957(Qld) - Licences: 4VC Brisbane (Newmarket, 1937-1939) - Qualifications: cc; AOCP 1939, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (East Ipswich, Qld, 1934-1937); public servant (Newmarket, Qld, 1943-1954) ===''CUNLIFFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James August Cunliffe|Cunliffe, James August]] [https://www.familysearch.org/tree/person/details/G7KX-DQW] - 1904(Vic)-1984(Vic) - Licences: 3ZO Melbourne (Croxton, 1930-1931; Preston, 1933-1939, 1946-1947); 3AZO Melbourne (North Fitzroy, 1954; East Preston, 1955-1980+) - Qualifications: AOCP 597, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: cabinet maker (Preston, 1927); electrician (Preston East, 1931-1942); cabinet maker (Preston East, 1949); carpenter (Preston East, 1963-1980) ===''CUNNINGHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hugh Cunningham|Cunningham, Robert Hugh]] [https://www.familysearch.org/tree/person/details/G845-Z7M] - 1909(Vic)-1989(Vic) - Licences: 3ML Melbourne (Malvern, 1928-1937; Hawthorn, 1938-1939; Frankston, 1946-1947; Malvern, 1948-1980+) - Qualifications: AOCP 463, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Malvern, 1931; Gardiner, 1936-1937); RAAF (Frankston, 1949); manager (Malvern, 1949-1954); director (Malvern, 1963-1980) - R. H. Cunningham, electronics retailer? ===''CUREDALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Curedale|Curedale, Albert John]] [https://www.familysearch.org/tree/person/details/GFQ6-S41] - 1914(Aus)-1986(WA) - Licences: 6AE Perth (City, 1934-1939) - Qualifications: cc; AOCP 1385, 1934, WA - amateur operator; amateur broadcaster - Electoral Rolls: presser (North Perth, WA, 1943-1949; West Perth, WA, 1954; Leederville, WA, 1958-1972) * [[/Robert Gordon Curedale|Curedale, Robert Gordon]] - 1906(WA)-1981(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 837, 1924; 2COCP 369, 1931; 1COCP 141, 1937 - - Electoral Rolls: radio operator (Magnetic Observatory, Watheroo, WA, 1931); wireless operator (West Perth, WA, 1936-1937); radio technician (Croydon, NSW, 1943); farming (Watheroo, WA, 1949); geophysicist (Ascot Vale, Vic, 1954; Bentleigh, Vic, 1963; Yokine, WA, 1968); retired (North Beach, WA, 1972; Maylands, WA, 1977-1980) ===''CURETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Poyner Cureton|Cureton, John Poyner "Jack"]] [https://www.familysearch.org/tree/person/details/L29Y-H1R] - 1905(NSW)-1958(NSW) - Licences: 2AY Receive Sydney (Burwood, 1922); 2AY Sydney (Burwood, 1923-1930); 2AU Sydney (Burwood, 1930-1933; Gordon, 1933-1934; Burwood, 1935-1939, 1946-1950); 2AU Little Hartley (1954-1958) - Qualifications: cc; AOCP 168, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Withdrawal: 2AY callsign withdrawn by PMGD in 1930 and reallocated to new commercial 2AY Albury - Electoral Rolls: secretary (Burwood, 1930; Parkes, 1936); engineer (Burwood, 1943); grazier (Little Hartley, 1958) ===''CURLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Clarence Curle|Curle, George Clarence]] [https://www.familysearch.org/tree/person/details/GZ25-DZZ] - 1914(NSW)-1941(Egypt) - licences: 2AJB Sydney (Chullora, 1937-1939) - qualifications: AOCP 1813, 1937, No. ?? in NSW; BOCP 310, 1940 - amateur operator, amateur broadcaster, broadcast engineer (2BL), WW2 - electoral rolls: Nil - "Greater love hath no man than this" ===''CURNOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Ross Curnow|Curnow, Geoffrey Ross]] - 19??(???)-19??(???) - historian (wireless & broadcasting), "The history of the development of wireless telegraphy and broadcasting in Australia to 1942, with especial reference to the Australian Broadcasting Commission : a political and administrative study" ===''CURRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Benjamin John Currie|Currie, Francis Benjamin John]] [https://www.familysearch.org/tree/person/details/G8QY-8JP] - 1903(SA)-1974(SA) - Licences: None yet found - Qualifications: AOCP 395, 1928, No. ?? in SA - amateur operator? - Electoral Rolls: checker (Albert Park, Vic, 1936); storeman (Semaphore, 1939; Queensbury, 1941) * [[/James Lawrence Currie|Currie, James Lawrence "Len"]] [https://www.familysearch.org/tree/person/details/GXCK-9GW] - 1905(Qld)-1960(Qld) - Licences: 4LC Bundaberg (1936-1937); 4LC Proserpine (1938-1939); 4LC St George (1946-1956); 4LC Brisbane (Dutton Park, 1960) - Qualifications: cc; AOCP 1631, 1936, Qld - amateur operator; amateur broadcaster; power station engineer - Electoral Rolls: electrician (New Farm, Qld, 1929; Bundaberg, Qld, 1931-1937); electrical engineer (Blackhall, Qld, 1943; St George, Qld, 1949-1954); engineer (Caboolture, Qld, 1958) ===''CURTIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. F. Curtis|Curtis, R. F.]] - 19??(???)-19??(???) - Licences: 3AI Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''CUSACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Chanel Cusack|Cusack, Leo Chanel]] [https://www.familysearch.org/tree/person/details/G6YN-49P] - 1897(NSW)-1967(Qld) - Licences: 4LC Port Moresby (1925-1926) - Qualifications: cc; CPRT 229, 1916; 1COCP 319, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIT Townsville (1917-1918) - Electoral Rolls: radio operator (Maroubra, 1930); radio telegraphist (Townsville, 1931-1936; Maroubra, 1943); wireless operator (Maroubra, 1949); radio operator (Darwin, 1949-1954); wireless operator (Maroubra, 1958-1963); retired (Bardon, Qld, 1963) * [[/Sidney Claude Cusack|Cusack, Sidney or Sydney Claude or Claud]] [https://www.familysearch.org/tree/person/details/GW42-D16] - 1885(Eng)-1973(Canada) - Licences: 5CK Adelaide (Dulwich, 1924-1926) - Qualifications: cc; CPRT 5, 1914 (No. 5 in Aus and Vic, Commonwealth system) - RANRS (CPO to Warrant Telegraphist, 1917); WW1 - Electoral Rolls: operator (Clayfield, Qld, 1916) ===''CUSHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Thomas Cushen|Cushen, Arthur Thomas]] [https://www.familysearch.org/tree/person/details/GXQL-FP3] - 1920(NZ)-1997(NZ) - prominent MW and SW broadcast listener 1930s to 1990s; DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club, DX Australia) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen/ Autobiography]; [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tributes] ===''CUSITER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert William Macgregor Cusiter|Cusiter, Robert William Macgregor "Mac"]] [https://www.familysearch.org/tree/person/details/M6H8-73C] - 1908(NSW)-1970(???) - 2RW Sydney (Lewisham, 1925-1926; Turramurra, 1927-1929; Pymble, 1930; Lewisham, 1931-1939, 1946-1955; Hornsby, 1956-1969), amateur operator (AOCP 203, 1925, No. ?? in NSW), amateur broadcaster, engineer (Pymble, 1930; Lewisham, 1930-1949; Hornsby, 1958-1968), AWA, PMGD, WW2 (worked on defence electronics) ===''CUTHBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Cuthbert|Cuthbert, Henry]] - 1829(Irl)-1907(Vic) - Postmaster-General Victoria (Jul 1877-Jul 1878; Mar 1880-Aug 1880) ===''CUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Gregory Maxwell Cutts|Cutts, Gregory Maxwell "Maxwell"]] [https://www.familysearch.org/tree/person/details/GQBR-22Q] - 1903(NSW)-1986(NSW) - Licences: Receive (Crystal) Sydney (Croydon, 1923); 2GM Sydney (Croydon, 1924-1927) - Qualifications: cc; AOCP 17, 1924, No. 7 in NSW - amateur operator; amateur broadcaster; radio business proprietor (2ML, Mosman Radio Service) - Electoral Rolls: radio engineer (Mosman, 1930-1937; Abbotsford, 1949); sales manager (North Ryde, 1954-1963); manager (Cheltenham, 1972-1980) =='''D'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''DAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Luja Dahl|Dahl, Norman Luja]] [https://www.familysearch.org/tree/person/details/L433-MY6] - 1888(NZ)-1938(Qld) - Licences: 2ND Sydney (Wahroonga, 1933-1937); 4ND Ayr (1937-1939) - Qualifications: cc; AOCP 1079, 1933, NSW; AOLCP 249, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: consulting engineer (Wahroonga, NSW, 1930-1935); teacher (Wahroonga, NSW, 1937); company director (Ayr, Qld, 1936-1937) * [[/Oscar Sydney Dahl|Dahl, Oscar Sydney "Syd"]] [https://www.familysearch.org/tree/person/details/LLWV-S5D] - 1904(NZ)-1982(Qld) - Licences: 4KA Ayr (1933-1935); 7KA Hobart (1947); 4KA Ayr (1948); 9KA Lae (1969); 4VT Innisfail (1975) - Qualifications: cc; AOCP 1151, 1933, No. ? in Qld - amateur operator; amateur broadcaster; WW2; surveyor - Electoral Rolls: chainman (Arapuni, NZ, 1928-1931); tramline engineer (Ayr, Qld, 1931-1936); engineer (Gordonvale, Qld, 1937); civil engineer (Fitzgerald, Tas, 1943; Ayr, Qld, 1949-1958); surveyor (Innisfail, Qld, 1963-1980) ===''DALBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dalby|Dalby, John]] - 19??(???)-19??(???) - Licences: 5BI Adelaide (SA School of Mines, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Directories: lecturer (School of Mines, Adelaide, 1922-1934) - Electoral Rolls: Nil yet identified ===''DALTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Martin Dalton|Dalton, Robert Martin]] [https://www.familysearch.org/tree/person/details/GZJQ-SH3] - 1897(Vic)-1949(Vic) - Licences: XLB Melbourne (Auburn, 1913); 3UI Mildura (1923-1925); 3UI Melbourne (Balaclava, 1925-1926; Caulfield, 1927; Camberwell, 1931-1933); 3UN Melbourne (Camberwell, 1948) - Qualifications: cc; AOCP 158, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: fruitgrower (Mildura, 1919-1924); radio engineer (Hawthorn, 1926-1927); clerk (Camberwell, 1928); sales (Camberwell, 1931-1949) ===''DANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Dane|Dane, John Edward]] [https://www.familysearch.org/tree/person/details/LYF7-5RS] - 1868(Eng)-1928(Vic) - Licences: Receive (Valve) Melbourne (Hawthorn, 1923); 3JD Melbourne (Hawthorn, 1924-1927) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: commercial traveller (Hawthorn, 1908-1909); merchant (Auburn, 1912-1927) ===''DANGERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Henry Dangerfield|Dangerfield, Joseph Henry "Harry"]] [https://www.familysearch.org/tree/person/details/G9HR-22D] - 1911(Eng)-1997(Qld) - Licences: 4NF Townsville (1936-1939) - Qualifications: cc; AOCP 1686, 1936, Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (radio electrical salesman) - Relationships: brother of 4NL Norman Gerard Dangerfield - Electoral Rolls: radio mechanic (Townsville, Qld, 1937-1954); mechanic (Townsville, Qld, 1958-1977); retired (Airlie Beach, Qld, 1977-1980) * [[/Norman Gerard Dangerfield|Dangerfield, Norman Gerard]] [https://www.familysearch.org/tree/person/details/G9HR-5FD] - 1918(Qld)-1997(Qld) - Licences: 4NL Ayr (1936-1939); 4ND Ayr (1956-1965); 4ND Brisbane (Sherwood, 1969-1975) - Qualifications: cc; AOCP 1687, 1936, Qld; BOCP 1062, 1949 - amateur operator; amateur broadcaster; employment (Elphinstones); broadcast technician (4AY, ABC Townsville); business proprietor (radio) - Halcyon: AOCP at 16yo - Relationships: brother of 4NF Joseph Henry Dangerfield - Electoral Rolls: aircraft fitter (Coorparoo, Qld, 1943); bank officer (Ayr, Qld, 1949); radio technician (Ayr, Qld, 1954; Home Hill, Qld, 1958); clerk (Sherwood, Qld, 1968-1980) ===''DANIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Septimus Daniel|Daniel, Louis Septimus]] - 1834(Eng)-1909(Vic) - experimented with etheric force in mid 1870s, radio clubs (Telegraph Electrical Society of Victoria, member), employment (Vic Post & Telegraphs, concluding acting Secretary, 1897), linguist ===''DARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Darley|Darley, Ernest John]] [https://www.familysearch.org/tree/person/details/G4BX-9ZK] - 1898(WA)-1968(WA) - Licences: 6CJ Perth (South Perth, 1923-1930) - Qualifications: cc; CPRT 243, 1916; 2COCP 835, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: motor importer (South Perth, 1925-1936); importer (Rockingham, 1943); technician (South Perth, 1954-1963) ===''DAVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Barrett Davey|Davey, Harold Barrett]] [https://www.familysearch.org/tree/person/details/GDYY-FN4] - 1898(Tas)-1948(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: dental mechanic (Launceston, 1922); electrician (Launceston, 1936-1937); electrical engineer (Launceston, 1943) * [[/John Alfred Davey|Davey, John Alfred]] [https://www.familysearch.org/tree/person/details/GZ6X-FSF] - 1913(SA)-1992(Qld) - 2YE Sydney (Glebe Point, 1935-1938; Ashfield, 1939; Homebush, 1946-1975), amateur operator (1COCP 19, 1934; 3COCP 1029, 1952), amateur broadcaster, radio engineer * [[/John Anderton Davey|Davey, John Anderton]] [https://www.familysearch.org/tree/person/details/GZ6F-3ZH] - 1909(Vic)-1973(Vic) - Receive Melbourne (Brighton, 1923), 3AD Melbourne (Brighton, 1925-1926; Elsternwick, 1927), amateur operator (AOCP 66, 1925, No. ?? in Vic), amateur broadcaster, manufacturer's agent * [[/Ralph William Davey|Davey, Ralph William]] [https://www.familysearch.org/tree/person/details/GXGN-W9X] - 1916(SA)-1999(Vic) - Licences: 5KD Adelaide (North Croydon, 1935-1939; Mile End, 1947; Blanchetown, 1948); 5DY Portable Adelaide (North Croydon, 1938) - Qualifications: cc; AOCP 1481, 1935, SA; 1COCP 515, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: constable (Ridleyton North, SA, 1939; Whyalla, SA, 1941-1948); RAAF (Guildford, WA, 1958; Beaumaris, Vic, 1972-1980) ===''DAVIDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. R. Davidson|Davidson, E. R.]] - 19??(???)-19??(???) - Licences: 4FP Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''DAVIES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Tempest Davies|Davies, Henry Tempest]] [https://www.familysearch.org/tree/person/details/G889-FX9] - 1900(WA)-1987(WA) - Licences: 6HD Perth (Highgate Hill, 1929-1939) - Qualifications: cc; AOCP 563, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Balkatta, 1921); police officer (Mundijong, 1943); sergeant (Victoria Park, 1949-1958; Lathlain Park, 1963-1977; Victoria Park, 1980) * [[/Reginald Raymond Clifford Davies|Davies, Reginald Raymond Clifford]] [https://www.familysearch.org/tree/person/details/GXGM-73Y] - 1915(SA)-1988(WA) - Licences: 5LJ Adelaide (Goodwood Park, 1933-1939; Plympton, 1947-1948); 3AY Melbourne (Prahran, 1954-1960; Heathmont, 1965-1969); 6BQ Perth (Bickley, 1975); 6BQ Denmark (1980) - Qualifications: cc; AOCP 1138, 1933, SA; BOCP 121, 1937; 1COCP 534, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: metal worker (Goodwood Park, SA, 1939); radio engineer (5RM Berri, SA, 1941); mechanic (Plympton, SA, 1941-1943); public servant (Prahran, Vic, 1954); retired (Bickley, WA, 1972-1977) ===''DAVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Hargan Davis|Davis, Henry Hargan or Hargon]] [https://www.familysearch.org/tree/person/details/LT6C-6MB] - 1908(NSW)-1992(SA) - Licences: Receive (Crystal) Sydney (Strathfield, 1923-1924); 2HH Sydney (Strathfield, 1926-1934) - Qualifications: cc; AOCP 289, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Strathfield, 1930-1936); engineer (Strathfield, 1943) - Professor Henry Hargan Davis, BSc, BE (Syd), PhD (Camb), 1946-1973 (Emeritus Professor 1974) [https://docplayer.net/82920769-Engineering-education-the-university-of-adelaide.html] * [[/Ross Raleigh Davis|Davis, Ross Raleigh "Jack"]] [https://www.familysearch.org/tree/person/details/GZ54-9Q4] - 1907(Vic)-1986(NSW) - Licences: 2DS Receive Sydney (Vaucluse, 1920-1922); 2DS Sydney (Vaucluse, 1923-1929; Double Bay, 1930-1933; Rose Bay, 1933-1938; Bellevue Hill, 1938-1939) - Qualifications: cc; AOCP 249, 1926, No. ?? in NSW; CPRTelephony 934, 1926 - amateur operator; amateur broadcaster - Comment: accompanied 2CM on the SS Tahiti; education (Sydney Technical College, Electrical Engineering Degree); employment (AWA, engineer, 1925-1973) - Electoral Rolls: engineer (Double Bay, 1930; Rose Bay, 1933-1937; Bellevue Hill, 1943-1958; Rose Bay, 1958-1980) ===''DAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dawson|Dawson, Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 559, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: stovemaker (Hurlstone Park, 1930); storeman (Marrickville, 1931) - Not yet fully identified * [[/Richard Stanley Dawson|Dawson, Richard Stanley]] [https://www.familysearch.org/tree/person/details/GD52-2NQ] - 1897(Vic)-1983(NSW) - Licences: XZP Hobart (1913-1914); 3DA Melbourne (South Yarra, 1927) - Qualifications: cc; CPRT 282, 1917 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: student (Toorak, 1919); electrical engineer (Melbourne, 1921-1924; Toorak, 1925-1926; South Yarra, 1927-1928); engineer (Artarmon, NSW, 1930; Mosman, 1931-1972; Roseville, NSW, 1977) ===''DEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Launston Alexander Deane|Deane, Launston Alexander]] [https://www.familysearch.org/tree/person/details/GX2G-182] - 1909(SA)-1988(SA) - Licences: 5LD Adelaide (Tusmore, 1933; Hazelwood Park, 1937-1939; Royston Park, 1947-1955; Hazelwood Park, 1956-1965; St Georges, 1969-1975) - Qualifications: cc; AOCP 1090, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Burnside, SA, 1939-1943) * [[/Raymond Kyrle Deane|Deane, Raymond Kyrle]] [https://www.familysearch.org/tree/person/details/GX2P-HB1] - 1917(SA)-2010(SA)93yo - Licences: 5RK Adelaide (Fullarton, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1728, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: warehouseman (Fullarton, SA, 1939-1941); clerk (Fullarton, SA, 1943) ===''DE BAVAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Jean Xavier de Bavay|de Bavay, Francis Jean or John Xavier ]] [https://www.familysearch.org/tree/person/details/GXFJ-D1R] - 1887(Vic)-1955(Tas) - Licences: 4FO Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: analytical chemist (Kew, Vic, 1909); brewer (West Perth, WA, 1916); chemist (Cannon Hill, Qld, 1919-1921); manager (New Farm, Qld, 1925); master brewer (Cascades, Tas, 1928-1936); manager (Hobart South, Tas, 1943-1954) ===''DE CRESPIGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Champion de Crespigny|de Crespigny, Philip Champion]] [https://www.familysearch.org/tree/person/details/KCJG-QN9] - 1879(Vic)-1918(Palestine) - Licences: XPU Melbourne (Brighton, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Relationships: half brother of 3FM Royalieu Dana Champion de Crespigny - Sacrifice: "Greater love hath no man than this" * [[/Royalieu Dana Champion de Crespigny|de Crespigny, Royalieu Dana Champion]] [https://www.familysearch.org/tree/person/details/KH7P-7SD] - 1905(Vic)-1985(Vic) - Licences: 3FM Melbourne (Brighton, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Elmhurst, 1936-1949); farmer (Cobden, 1954; South Ecklin, 1963-1980) - Relationships: half brother of XPU Philip Champion de Crespigny ===''DE CURE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Gerard de Cure|de Cure, John Edward Gerard]] [https://www.familysearch.org/tree/person/details/LVD6-DWD] - 1899(SA)-1989(SA) - Licences: 3WL Melbourne (Coburg, 1929-1933); 5KO Adelaide (Glenelg, 1937-1939, 1946-1956); 2KO Sydney (Artarmon, 1957-1958); 5KO Adelaide (Fulham, 1960-1980+) - Qualifications: cc; AOCP 535, 1929, No. ?? in Vic; 1COCP 22, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Cobden, 1954); public servant (North Carlton, 1921-1924; Coburg, 1927-1934; Artarmon, NSW, 1958) ===''DEARNESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Sinclair Dearness|Dearness, Harry Sinclair]] - 19??-2004(Qld) - 4KW Mackay (1939, 1946-1975), Brisbane (Strathpine) (1980+) - amateur operator (AOCP 2328, 1939, No. ? in Qld), amateur broadcaster, military (WW2, AIF), employment (radio & TV mechanic) ===''DEEGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Edward Deegan|Deegan, Stanley Edward]] [https://www.familysearch.org/tree/person/details/LYK3-2V3] - 1893(Tas)-1944(Tas) - Licences: 7AK Hobart (St Virgil's College, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; public servant (State & Federal, PMGD); WW1 - Electoral Rolls: clerk (Hobart, 1919-1922); civil servant (Hobart, 1928-1936); postal official (Hobart, 1943) ===''DEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival William Deer|Deer, Percival William]] [https://www.familysearch.org/tree/person/details/L2DJ-9ZF] - 1901(SA)-1981(SA) - Licences: 5DR Adelaide (Seacliff, 1928-1933; Brighton, 1937-1939) - Qualifications: cc; AOCP 451, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: machinist (Brighton, 1939-1943) ===''DELBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Joseph Robert Delbridge|Delbridge, Reginald Joseph Robert]] [https://www.familysearch.org/tree/person/details/L439-HNM] - 1888(Eng)-1964(Qld) - Licences: 4RJ Childers (1927); 4RJ Brisbane (Paddington, 1931-1933; Booval, 1937-1939); 4RJ Stanthorpe (1946-1948); 4RJ Brisbane (Northgate, 1954-1955; Toowong, 1956); 4RJ Burleigh Heads (1960) - Qualifications: cc; AOCP 383, 1927, No. 42 in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), minister of religion - Electoral Rolls: clergyman (Ingham, 1917-1919); minister (Kingaroy, 1925); clergyman (Ashgrove, 1943); minister (Stanthorpe, 1949); minister of religion (New Farm, 1954); Methodist Minister (Toowong, 1958); retired (Burleigh Heads, 1963) ===''DELLIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Stephen Dellit|Dellit, Samuel Stephen]] - Licences: VK4ZSS Brisbane, VK3 Melbourne, VK1DXA Canberra - Qualifications: AOLCP Q0078, 1971 - amateur operator, broadcast DXer, broadcast planning engineer, federal public servant, radio historian (aeradio, amateur, broadcast, coastal) ===''DEMPSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter McInnes Dempsey|Dempsey, Walter McInnes "Wally"]] [https://www.familysearch.org/tree/person/details/LTQN-B69] - 1910(Vic)-2010(Vic) - Licences: 3WD Melbourne (Cheltenham, 1929-1931); 7WD Cambridge (1948); 3AZD Melbourne (Pascoe Vale, 1954); 3WD Melbourne (Pascoe Vale, 1955-1969; Oak Park, 1975); 3WD Marong (1980+) - Qualifications: AOCP 515, 1929, No. ?? in Vic; AOLCP 41, 1931; 1COCP 217, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Cheltenham, 1931; Mordialloc, 1936-1937); radio operator (Mentone, 1942); aeradio operator (Cambridge, Tas, 1949); public servant (Pascoe Vale, 1954-1968; Oak Park, 1972); retired (Marong, 1977-1980) ===''DENBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Roy Denby|Denby, Harry Roy]] [https://www.familysearch.org/tree/person/details/LJTS-LLS] - 1906(Qld)-1973(Qld) - Licences: 4FR Receive Brisbane (Brisbane City, 1923); 4AX Brisbane (Kedron, 1936-1939); 4AX Cairns (1947-1969) - Qualifications: cc; AOCP 1800, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: rubber worker (Kedron, Qld, 1936-1937; Cairns, Qld, 1943-1972) ===''DENISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Robert Denison|Denison or Dixson, Hugh Robert]] [https://www.familysearch.org/tree/person/details/L6Q5-WTC] - 1865(NSW)-1940(Vic) - born Hugh Robert Dixson; businessman, parliamentarian, philanthropist; director of Australasian Wireless Co. then Amalgamated Wireless (Australasia) - Links: [[w:Hugh Denison|Wikipedia]]; [https://adb.anu.edu.au/biography/denison-sir-hugh-robert-5955 ADB] ===''DENNEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Roy Denneen|Denneen, Harold Roy]] [https://www.familysearch.org/tree/person/details/GXQG-6YG] - 1894(NSW)-1939(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (A/g Warrant Telegraphist, 1917) - Electoral Rolls: radio telegraphist (Thursday Island, 1928-1937) ===''DENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Roy Dennett|Dennett, Phillip or Philip Roy or Ray]] [https://www.familysearch.org/tree/person/details/KNX4-D9K] - 1897(SA)-1988(Qld) - Licences: 5IV Berri (1931-1938); 4IV Camooweal (1938-1939) - Qualifications: cc; AOCP 799, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil servant (Morningside, Qld, 1943; West End, Qld, 1949-1954; Rockhampton, Qld, 1958); public servant (Morningside, Qld, 1963-1977) ===''DERHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Thomas Derham|Derham, Frederick Thomas]] - 1844(Eng)-1922(Vic) - Victorian Postmaster-General (1886-1890) ===''DERRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/V. M. Derrick|Derrick, V. M.]] - 19??(???)-19??(???) - Licences: 2VM Sydney (Bellevue Hill, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''D'EVELYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude D'Evelynes|D'Evelynes, Claude]] [https://www.familysearch.org/tree/person/details/GF39-3D8] - 1916(WA)-1985(NSW) - Licences: 6DC Harvey (1935-1939); 2TZ Sydney (Mona Vale, 1948; Clifton Gardens, 1954-1955); 9TZ Rugli via Lae (1956); 2TZ Sydney (Chatswood, 1958-1980+) - Qualifications: cc; AOCP 1488, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Harvey, WA, 1936-1937); radio engineer (Mona Vale, NSW, 1949; Mosman, NSW, 1954; Chatswood, NSW, 1958-1968); engineer (Chatswood, NSW, 1977-1980) ===''DEVITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Lane Devitt|Devitt, Raymond Lane]] [https://www.familysearch.org/tree/person/details/LB11-PTK] - 1905(Tas)-1992(WA) - Licences: 6DR Perth (Nedlands, 1937-1939) - Qualifications: cc; CPRT 990, 1928; 2COCP 287, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: service engineer (Nedlands, WA, 1931); manager (Nedlands, WA, 1949-1980) ===''DEWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Owen Dewan|Dewan, John Owen (Electoral Rolls) or Owen John (BMD)]] [https://www.familysearch.org/tree/person/details/GFML-2D4] - 1907(WA)-1980(WA) - Licences: 6JK Perth (Maylands, 1930-1931; Mt Lawley, 1933; City, 1937; North Perth, 1938-1939) - Qualifications: cc; AOCP 715, 1930, No. ?? in WA; 3COCP 188, 1936; 2COCP 99, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: butcher (Maylands, WA, 1931; North Perth, 1934-1937); teacher (East Perth, WA, 1943); trade instructor (Nedlands, WA, 1949-1980) ===''DEXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Dexter|Dexter, John Henry]] [https://www.familysearch.org/tree/person/details/G428-3PS] - 1906(Eng)-1983(Vic) - Licences: 3DR Melbourne (Northcote, 1926-1927); 3VR Melbourne (Sandringham, 1938-1939; Black Rock, 1946-1956; Parkdale, 1960-1965; Mt Eliza, 1969-1980+) - Qualifications: AOCP 241, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Northcote, 1927); engineer (Preston, 1931; Sandringham, 1942-1954); radio mechanic (Mordialloc, 1963); retired (Mt Eliza, 1968-1980) ===''DICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Dick|Dick, F.]] - abt 1883(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''DIDDAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Harlin Flower Diddams|Diddams, Robert Harlin or Harland Flower]] [https://www.familysearch.org/tree/person/details/GMZN-YJP] - 1899(Qld)-1969(Qld) - Licences: Receive Brisbane (Toowong, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bookkeeper (Toowong, Qld, 1921-1925); printer (Ashgrove, 1936-1958); retired (Kangaroo Point, Qld, 1968) ===''DILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Dillon|Dillon, Arthur Ernest "Ernie" "Ern"]] [https://www.familysearch.org/tree/person/details/G85L-HH7] - 1902(Qld)-1960(Qld) - Licences: 4CH Receive Brisbane (New Farm, 1922); 4CH Brisbane (New Farm, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (New Farm, 1925); engineer (New Farm, 1929); electrical engineer (Atherton, 1931-1932); electrician (Greenslopes, 1943-1954; Mt Gravatt, 1958) ===''DINEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Dineen|Dineen, Geoffrey John]] [https://www.familysearch.org/tree/person/details/GM8L-9R6] - 1919(Tas)-1999(Tas) - Licences: 7GD Launceston (1935-1939, 1946-1948) - Qualifications: cc; AOCP 1588, 1935, No. ?? in Tas; 3COCP 6330, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Launceston, 1949-1968) ===''DIRCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Alfred Dircks|Dircks, Alexander Alfred]] [https://www.familysearch.org/tree/person/details/GDRD-6GN] - 1858(NSW)-1929(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - senior federal public servant (PMGD, Electrical Engineer) - Electoral Rolls: Nil yet identified ===''DIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gurnhill Dixon|Dixon, Arthur Gurnhill]] [https://www.familysearch.org/tree/person/details/G826-18S] - 1896(Tas)-1966(Vic) - Licences: XZA Wynyard (1913-1914); 3JG Melbourne (Hawthorn, 1933); 3AD Melbourne (Hawthorn, 1937-1939, 1947-1948); 3AVE Melbourne (Nunawading, 1965) - Qualifications: cc; CPRT 462, 1919; 2COCP 160, 1930; 1COCP 271, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Wynyard, 1919); wireless mechanic (Hawthorn, 1934); technician (Auburn, 1936-1937); inspector (Surrey Hills, 1943-1963) - Probate: retired marine inspector (Melbourne, 1966) * [[/Arthur Lionel Dixon|Dixon, Arthur Lionel]] [https://www.familysearch.org/tree/person/details/G82F-YX7] - 1897(Eng)-1968(NSW) - Licences: 236 Sydney (Burwood, 1920); 2BS Receive Sydney (Burwood, 1922-1923); 2AD Sydney (Canterbury, 1929; Strathfield, 1930); 4AD Brisbane (Norman Park, 1931-1939) - Qualifications: cc; CPRT 202, 1916; 2COCP 288, 1930; 1COCP 170, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Concord, NSW, 1930; Norman Park, Qld, 1931-1943); RANVR (Kyeemagh, 1943); engineer (Waverton, 1949; Eastwood, 1954; Lidcombe North, 1958); managing director (Blakehurst, 1963-1968) * [[/Charles Frederick Musgrave Dixon|Dixon, Charles Frederick Musgrave]] [https://www.familysearch.org/tree/person/details/L27B-XXY] - 1894(NSW)-1986(NSW) - Licences: 2II Receive Cootamundra (1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: operator (Cootamundra, 1930-1937); telegraphist (Goulburn, 1943; Annandale, 1949-1954; Camperdown, 1958-1980) * [[/John Malcolm Dixon|Dixon, John Malcolm]] [https://www.familysearch.org/tree/person/details/GWD1-HXH] - 1922(Vic)-2008(Vic) - Qualifications: cc; Nil yet identified - broadcast planning engineer (PMGD, ABCB, P&TD); education (Scots College, 1935-1939); military (WW2, AIF, 1942-1945) - Links: [https://www.scotch.vic.edu.au/greatscot/2008decGS/74.htm Obit] * [[/Lionel Stanley Dixon|Dixon, Lionel Stanley]] [https://www.familysearch.org/tree/person/details/L1PR-QD2] - 1912(Vic)-1998(Vic) - Licences: 4LF Brisbane (Redcliffe, 1938-1939); 3TE Melbourne (Croydon, 1947-1948; Elwood, 1954-1980); 4LF Brisbane (Redcliffe, 1960-1975) - Qualifications: cc; AOCP 2177, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Glenferrie, Vic, 1934-1937); builder (Box Hill South, Vic, 1949; Elsternwick, Vic, 1954-1967; Elwood, Vic, 1972-1980) * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 2ZI Condong (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 4GF Victoria Hills, Herbert River (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Reginald Hilton Dixon|Dixon, Reginald Hilton]] [https://www.familysearch.org/tree/person/details/G82N-FQV] - 1915(NSW)-1978(NSW) - Licences: 2QD Albury (1933-1937); 2QD Armidale (1938-1939); 2QD Albury (1946-1980) - Qualifications: cc; AOCP 1216, 1933, NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Albury, Qld, 1937); telephone mechanic (Albury, 1972-1977) ===''DODDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stokell Dodds|Dodds, Sir John Stokell Snr]] [https://www.familysearch.org/tree/person/details/GMYR-2KQ] - 1906(Tas)-1975(NSW) - Licences: 7DJ Hobart (City, 1937-1939, 1946-1948) - Qualifications: cc; AOLCP 208, 1935; AOCP 1851, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (New Town, 1936-1949); manager (Wahroonga, 1954); electrical engineer (Wahroonga, 1958-1968); manager (St Ives, 1972) * [[/John William Matthew Dodds|Dodds, John William Matthew]] [https://www.familysearch.org/tree/person/details/G8NX-3CT] - 19??(???)-19??(???) - Licences: 2KK Kurri Kurri (1930-1939); 2AZD Newcastle (New Lambton, 1955-1969) - Qualifications: AOCP 644, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: miner (Kuri Kurri, 1930-1949; New Lambton, 1954-1980) * [[/Leonard Henry Dodds|Dodds, Leonard Henry "Len"]] - 1908(NSW)-1983(Qld) - 4GD Townsville (1946-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (Townsville ARC, life member), military (Navy, RAAF), employment (PMGD) * [[/Ronald George Dodds|Dodds, Ronald George]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''DODDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Doddy|Doddy, Edward Arthur]] [https://www.familysearch.org/tree/person/details/GXB7-HWS] - 1899(Tas)-1961(WA) - Licences: 6WH Perth (Claremont, 1936-1939, 1947-1960) - Qualifications: cc; AOCP 1817, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Claremont, WA, 1931-1958) ===''DOHRMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Stanley Glenville Dohrmann|Dohrmann, George Stanley Glenville]] [https://www.familysearch.org/tree/person/details/G82G-TB8] - 1902(Vic)-1985(Vic) - Licences: 3AM Receive Melbourne (Canterbury, 1922); 3AM Melbourne (Canterbury, 1922-1925) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Canterbury, Vic, 1924-1926); warehouseman (Burwood, Vic, 1931; Canterbury, 1937-1943); agriculturalist (Mt Dandenong, 1949-1954; Mooroolbark, 1968-1980) ===''DOIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Louis Doig|Doig, Norman Louis]] [https://www.familysearch.org/tree/person/details/LLSD-M17] - 1912(WA)-2014(WA)101yo - Licences: 6ND Carnamah (1937-1939); 6CB Perth (Floreat Park, 1954-1960) - Qualifications: cc; AOCP 2061, 1937, WA; 3COCP 1505, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Carnamah, WA, 1936-1937; Floreat Park, WA, 1943); telegraphist (City Beach, WA, 1949; Floreat Park, WA, 1954-1963; Wembley, WA, 1968-1972); civil servant (City Beach, WA, 1977-1980) ===''DONNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Walter Donne|Donne, Charles Walter]] [https://www.familysearch.org/tree/person/details/9V2T-FC7] - 1897(Vic)-1976(Vic) - Licences: XLO Melbourne (St Kilda, 1913-1914); 2YD Sydney (Neutral Bay, 1923-1925); 3YD Melbourne (St Kilda, 1924-1927) - Qualifications: cc; CPRT 271, 1916; 2COCP 87, 1930 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 (UK Merchant Seaman) - Electoral Rolls: radio telegraphist (St Kilda, 1919-1924); technician (St Kilda, 1925-1931); dealer (Armadale, 1934-1937); investor (Mornington, 1943); grazier (Dromana, 1949-1954); nil (Mornington, 1963-1972) - Migration: South Africa (1955-1962) ===''DOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Lawson Dook|Dook, Valentine Lawson]] [https://www.familysearch.org/tree/person/details/G7X1-NJH] - 1903(WA)-1978(WA) - Licences: 6KB Perth (Maylands, 1931-1933; Mt Hawthorn, 1937-1939, 1947-1956) - Qualifications: cc; AOCP 754, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter's assistant (East Perth, WA, 1931); oil plant attendant (Leederville, WA, 1936-1937); control room operator (Leederville, WA, 1943; Mt Hawthorn, WA, 1949); electrical foreman (Wembley, WA, 1958-1977) ===''DORWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haxton Dorward|Dorward, William Haxton, Jnr]] [https://www.familysearch.org/tree/person/details/GD77-X62] - 1901(Vic)-1937(NSW) - Licences: 3CA Receive Melbourne (Sandringham, 1922-1923); 3CA Melbourne (Sandringham, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: student (Sandringham, 1924-1926); grazier (Moama, 1930; Fort Station, Barnes, 1935-1937) ===''DOUBIKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Thomas Henry Doubikin|Doubikin, William Thomas Henry]] - 1890(Vic)-1927(Tas) - Licences: Hobart Receive 1920s, early wireless experimenter (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, Councillor, 1924), passed too soon ===''DOUDNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Doudney|Doudney, Herbert William]] [https://www.familysearch.org/tree/person/details/MQDH-R32] - 1873(Eng)-1963(Vic) - Licences: 3EM Receive Melbourne (Balaclava, 1922); 3EM Melbourne (Balaclava, 1923-1927) - Qualifications: cc; AOCP 63, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; minister of religion (Holy Trinity Church) - Electoral Rolls: vicar (St Kilda, 1924-1942); nil (Caulfield, 1949-1954; Elsternwick, 1963) ===''DOUGLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gavin Cunningham Douglas|Douglas, Gavin Cunningham]] [https://www.familysearch.org/tree/person/details/G99J-KJ4] - 1912(Vic)-1992(Vic) - Licences: 3YK Melbourne (Bayswater, 1931-1939, 1947-1950+; Blackburn, 1954; Canterbury, 1955-1960+; Surrey Hills, 1965-1980+) - Qualifications: cc; AOCP 743, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Bayswater, 1935-1949); sales representative (Canterbury, 1963; Surrey Hills, 1968-1980) * [[/Gordon Adye Douglas|Douglas, Gordon Adye]] [https://www.familysearch.org/tree/person/details/LRVY-WLJ] - 1878(Tas)-1957(Tas) - Licences: 7BC Receive Gormanston (1923); Receive Gormanston (1923); 7GD Gormanston (1924-1927+) - Qualifications: cc; AOCP 34, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; mining engineer - Electoral Rolls: mining engineer (Gormanston, 1914-1928); draughtsman (Queenstown, 1936); geological surveyor (Queenstown, 1937-1943); no occupation (Hobart South, 1949; Blackman's Bay, 1954) * [[/Hugh Alexander McKay Douglas|Douglas, Hugh Alexander McKay "Harry"]] [https://www.familysearch.org/tree/person/details/LV3Y-3W4] - 1889(Eng)-1951(NSW) - Licences: 2HD (Class B) Newcastle (1926) - Qualifications: cc; Nil yet identified - Class B broadcaster; witness to Royal Commission 1927 (as a Listener) - Electoral Rolls: chauffeur (Newcastle, 1913); vulcaniser (Hamilton, 1930-1935); manager (Newcastle, 1936-1937); engineer (Mayfield, 1943; Hamilton, 1949) ===''DOWDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Lorens Thomas Dowding|Dowding, Philip Lorena or Loreno or Lorens Thomas]] [https://www.familysearch.org/tree/person/details/GZH8-Z6D] - 1901(Tas)-19??(Vic) - Licences: 7AC Receive Hobart (Moonah, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Moonah, 1922); electrician (St Kilda, 1926-1931; Prahran, 1934; Melbourne, 1937; St Kilda, 1943-1949); electrical foreman (Eildon, 1954) ===''DOWNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Downie|Downie, Frederick William]] [https://www.familysearch.org/tree/person/details/K8Y2-LQ8] - 1879(Vic)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Victoria Police (wireless department, senior constable); witness to Royal Commission 1927 (obo VPF) - Electoral Rolls: labourer (Broadford, 1903); constable (North Carlton, 1909-1924); senior constable (Preston, 1927-1936) ===''DOWNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Evan Downing|Downing, William Evan]] [https://www.familysearch.org/tree/person/details/LHV4-K46] - 1874(Vic)-1948(Vic) - Licences: 3LQ Receive Warrnambool (1923); 3LQ Warrnambool (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: brassfounder (Warrnambool, 1912-1937) ===''DOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Laurence Doyle|Doyle, Herbert Laurence]] [https://www.familysearch.org/tree/person/details/G8VG-WVC] - 1894(Vic)-1945(Vic) - Licences: 3HD Melbourne (Malvern, 1930-1931); 3CR Melbourne (Malvern, 1933; Kooyong, 1937; Frankston, 1938-1939) - Qualifications: AOCP 697, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: independent means (St Arnaud, 1924); grazier (Malvern East, 1925-1927); clerk (Malvern East, 1931-1937); home duties (Malvern, 1943) ===''DRAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James George Drake|Drake, James George]] - 1850(Eng)-1941(Qld) - military (Qld Defence Force, 1880s & 1890s), state politician (Qld MLA, 1880s & 1890s), politician (Postmaster-General 1901-1903) ===''DRANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Edward Draney|Draney, Walter Edward]] [https://www.familysearch.org/tree/person/details/9KLP-VT7] - 1896(Qld)-1983(Qld) - Licences: Receive (Valve) Brisbane (Greenslopes, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: electrician (Milton, Qld, 1919; Greenslopes, Qld, 1921-1928; Tully, Qld, 1937; Toowoomba, Qld, 1954; Toowoomba West, Qld, 1958-1977); retired (Drayton, Qld, 1980) ===''DREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred John Drew|Drew, Alfred John]] [https://www.familysearch.org/tree/person/details/GXLB-1HH] - 1907(SA)-1993(SA) - Licences: 5LN Adelaide (Kensington, 1933-1939; Erindale, 1947-1980+) - Qualifications: cc; AOCP 1078, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Erindale, SA, 1943) ===''DU FEU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Albert James Du Feu|Du Feu, Maurice Albert James]] [https://www.familysearch.org/tree/person/details/GF3M-V9D] - 1917(WA)-2010(NSW) - Licences: 6DF Perth (Subiaco, 1937-1939, 1947-1948; West Perth, 1954-1956; Floreat Park, 1960-1965); 6DU Perth (West Perth, 1948); 2BMD Sydney (Lindfield, 1969+) - Qualifications: cc; AOCP 1875, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: company director (West Perth, WA, 1943; Subiaco, WA, 1949); manager (West Perth, WA, 1954; Floreat Park, WA, 1958-1968); retired (Lindfield, NSW, 1972-1980) ===''DUBOIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Louis Dubois|Dubois, Paul Louis]] [https://www.familysearch.org/tree/person/details/GXZQ-QN3] - 1918(NSW)-1996(Qld) - Licences: 4UJ Brisbane (Rosalie, 1936-1939; Holland Park, 1946-1947; South Brisbane, 1948; Highgate Hill, 1954-1960; Bardon 1960); 4PL Brisbane (Bardon 1980+) - Qualifications: cc; AOCP 1677, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; senior public servant (PMGD, Telstra) - Electoral Rolls: engineer (Rockhampton, Qld, 1943; South Brisbane, Qld, 1949); public servant (Highgate Hill, Qld, 1954-1958); engineer (Bardon, Qld, 1958-1977); manager telecommunications (New Farm, Qld, 1980) ===''DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Duff, William Vere Hobart]] [https://www.familysearch.org/tree/person/details/GMZC-JGP] - 1893(Vic)-1970(Vic) - Licences: 3DB Receive Melbourne (Malvern East, 1922); 3DB Melbourne (Malvern East, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: electrical engineer (Malvern East, 1914); engineer (Malvern East, 1919-1924; Glenferrie, 1931-1937; Toorak, 1943-1954; Harkaway, 1958-1968) ===''DUFFY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Duffy|Duffy, John]] [https://www.familysearch.org/tree/person/details/GXCB-QKJ] - 1907(NSW)-1993(NSW) - Licences: 2AQ Sydney (Redfern, 1933; Woollahra, 1934; Rose Bay, 1935-1937); 4AQ Brisbane (Grange, 1938); 2AQ Sydney (Bondi, 1939, 1946-1950) - Qualifications: cc; AOCP, not yet identified; AOLCP 264, 1936; TVOCP 54, 1957 - amateur operator; amateur broadcaster - Comment: several contemporaneous JDs, needs review - Electoral Rolls: manager (Woollahra, NSW, 1934); engineer (Vaucluse, NSW, 1935); * [[/Maurice Boyce Duffy|Duffy, Maurice Boyce "Morrie"]] [https://www.familysearch.org/tree/person/details/LRYK-S76] - 1886(Vic)-1957(Vic) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/duffy-maurice-boyce-morrie-6030 ADB] * [[/William Oswald Duffy|Duffy, William Oswald]] [https://www.familysearch.org/tree/person/details/GD52-2Q2] - 1861(Eng)-1916(Tas) - Licences: XZO Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: signalman (Battery Point, 1914) ===''DUGGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry George Duggan|Duggan, Harry George]] [https://www.familysearch.org/tree/person/details/LT9H-8LW] - 1905(Vic)-1994(Vic) - Licences: 3XI Warrnambool (1930-1965); 3AXI Warrnambool (1965-1969); 3XI Garvoc (1965-1969) - Qualifications: AOCP 592, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Warrnambool, 1931-1954); engineer (Warrnambool, 1963-1968) ===''DUKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon William Dukes|Dukes, Gordon William]] [https://www.familysearch.org/tree/person/details/G3RY-PGT] - 1909(NSW)-2001(NSW) - Licences: 2WD Sydney (Forest Lodge, 1930-1939; Strathfield, 1946-1950; Homebush, 1954-1956; Cremorne, 1957-1958; Lane Cove, 1960-1980+) - Qualifications: AOCP 571, 1930, No. ?? in NSW; AOLCP 139, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glebe, 1933-1937); radio engineer (Homebush, 1943-1949); engineer (Cremorne, 1954-1958); technician (Lane Cove, 1963-1980) ===''DUNDAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Loftus Dundas|Dundas, Reginald Loftus]] [https://www.familysearch.org/tree/person/details/GXC2-8LM] - 1915(Qld)-1980(Qld) - Licences: 4DU Crawford, Kingaroy Line (1937-1939) - Qualifications: cc; AOCP 1990, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Theodore, Qld, 1937); labourer (Crawford, Kingaroy Line, Qld, 1949-1972); farmer (Torquay, Qld, 1977) ===''DUNLEAVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Francis Dunleavy|Dunleavy, Joseph Francis]] - 19??(???)-19??(???) - Licences: 3JD Melbourne (St Kilda, 1929-1933) - Qualifications: AOCP 508, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (St Kilda, 1924); electrical fitter (Melbourne, 1926; South Yarra, 1931); fitter (St Kilda, 1934) ===''DUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Dunn|Dunn, Richard]] [https://www.familysearch.org/tree/person/details/GDSN-T31] - 1898(NSW)-1986(NSW) - Licences: 2GU Receive Sydney (South Kensington, 1922); 2GU Sydney (South Kensington, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: coachbuilder (Kensington, 1930-1943); manager (Kingsford, 1958); retired (The Entrance, 1963-1980) ===''DUNSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter John Dunstan|Dunstan, Walter John]] [https://www.familysearch.org/tree/person/details/GZXJ-Y3V] - 1904(Vic)-1927(Vic) - Licences: 3JR Receive Ballarat (1922); 3JR Ballarat (1923-1927) - Qualifications: cc; AOCP 106, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Comment: gone too soon - Relationships: brother of William Dunstan, Victoria Cross - Electoral Rolls: student (Ballarat East, 1927) ===''DURBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Keep Durbridge|Durbridge, William Keep]] [https://www.familysearch.org/tree/person/details/GXDN-Z4B] - 1908(WA)-1977(Vic) - Licences: 4FS Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Innisfail, Qld, 1930); clerk (Teneriffe, Qld, 1936-1937); bookkeeper (Dundoo Station, Eulo, Qld, 1937); no occupation (St Kilda, Vic, 1963-1972; Melbourne, Vic, 1977) ===''DUTHOIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert George Duthoit|Duthoit, Albert George]] [https://www.familysearch.org/tree/person/details/GQ94-V82] - 1901(Tas)-1970(Vic) - Licences: Receive (Valve) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical engineer (Waddamana, 1928); labourer (Croydon North, 1931); no occupation (Armadale, 1931); engineer (Hobart South, 1936); electrical engineer (Armadale, 1935-1943); clerk (Ivanhoe, 1949; Oakleigh, 1954; Malvern, 1958); nil (Malvern, 1967-1968) ===''DUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Henry Dutton|Dutton, Thomas Henry]] [https://www.familysearch.org/tree/person/details/LJG1-LRN] - 1862(Eng)-1941(Qld) - Licences: Receive (Crystal) Brisbane (Fortitude Valley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: painter (Rockhampton, Qld, 1903-1905); commission agent (Bowen Hills, Qld, 1908-1909); printer (Valley, Qld, 1913); traveller (Teneriffe, Qld, 1915-1937) =='''E'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''EARLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Edwin Earle|Earle, Frank Edwin]] [https://www.familysearch.org/tree/person/details/G8YV-B62] - 1900(SA)-1967(SA) - Licences: 5BD Adelaide (St Peters, 1923-1928) - Qualifications: cc; CPRT 823, 1924 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Erasmus Earle|Earle, Robert Erasmus]] [https://www.familysearch.org/tree/person/details/GDLX-NC1] - 1894(Eng)-1979(WA) - Licences: 6LC Perth (Floreat Park, 1969-1975) - Qualifications: AOCP 4390, 1966, WA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Floreat Park, 1954-1977) ===''EASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Easter|Easter, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GX2L-656] - 1914(SA)-1983(???) - Licences: 5RO Montieth (1933); 5RO Port Elliot (1937); 5RO Moonta (1938) - Qualifications: cc; AOCP 1111, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Moonta, SA, 1939-1947) - Links: [https://vwma.org.au/explore/people/532330 VWM] ===''EASTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Spencer Easton|Easton, Frederick William Spencer]] [https://www.familysearch.org/tree/person/details/GZ2N-7XD] - 1914(NSW)-1944(PNG) - licences: 2BQ Sydney (Bondi, 1931-1935; Bellevue Hill, 1936-1939) - qualifications: AOCP 846, 1931, No. ?? in NSW - amateur operator, WW2 - electoral rolls: projectionist (Rose Bay, 1936-1943) - "Greater love hath no man than this" ===''EDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Ede|Ede, Charles Frederick or Friederick]] [https://www.familysearch.org/tree/person/details/GS7D-PYL] - 1885(Qld)-1970(Qld) - Licences: Receive Brisbane (Wellington Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Toowong, Qld, 1908; Albion, Qld, 1912-1921); assistant secretary (Manly, Qld, 1925-1963); retired (Wynnum North, 1968) ===''EDGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Waldene Edgar|Edgar, Douglas Waldene]] [https://www.familysearch.org/tree/person/details/L5XS-K4X] - 1895(WA)-1966(WA) - Licences: 6DW New Norcia (1927-1931) - Qualifications: cc; AOCP 314, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Gingin, 1922; New Norcia, 1925-1954); retired (Nedlands, 1958-1963) * [[/John Matheson Edgar|Edgar, John Matheson]] [https://www.familysearch.org/tree/person/details/LB42-K1G] - 1881(Vic)-1960(Vic) - Licences: Receive Geelong (1923); 3YW Geelong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Training College, Carlton, 1903); state school teacher (Ballarat, 1909); teacher (Ballarat, 1913-1914; Geelong, 1917-1924; Essendon, 1925-1954) * [[/Mervyn John Edgar|Edgar, Mervyn John or John Mervyn "Jack"]] [https://www.familysearch.org/tree/person/details/GX4W-647] - 1913(NSW)-2004(Qld) - Licences: 4JE Brisbane (Kangaroo Point, 1934-1939) - Qualifications: cc; AOCP 1302, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, Radio Location Unit); radio retailing (Tracksons) - Electoral Rolls: shop assistant (Kangaroo Point, Qld, 1937); salesman (Kedron, Qld, 1943-1949); shop assistant (Bulimba, Qld, 1958-1980) ===''EDWARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Patrick Joseph Edwards|Edwards, Frederick Patrick Joseph]] [https://www.familysearch.org/tree/person/details/GFSX-5YG] - 1918(WA)-2004(WA) - Licences: 6DN Merredin (1938-1939); 6DN Perth (West Perth, 1947-1965; Ardross, 1969) - Qualifications: cc; AOCP 2127, 1938, WA; BOCP 278, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: clerk (Merredin, WA, 1943); wireless operator (West Perth, WA, 1943-1954; Perth, WA, 1958-1968); clerk (Ardross, WA, 1972-1980) * [[/H. E. Edwards|Edwards, H. E.]] - 19??(???)-19??(???) - Licences: 5RN Adelaide (Croydon, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert John Edwards|Edwards, Herbert John]] [https://www.familysearch.org/tree/person/details/GXF5-KP8] - 1894(Eng)-19??(???) - Licences: 4KR Willis Island (1937) - Qualifications: cc; CPRT 802, 1923; 2COCP 18, 1929; 1COCP 208, 1931 - amateur operator; amateur broadcaster - Comment: several contemporaneous HJEs - Electoral Rolls: wireless operator (Rose Bay, NSW, 1930-1933); radio operator (Lord Howe Island, NSW, 1949); communication officer (Rose Bay, NSW, 1954) ===''EGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mavis Evelyn Egan|Fogg nee Egan, Mavis Evelyn or Evelene]] [https://www.familysearch.org/tree/person/details/GW8N-1JK] - 1900(Tas)-1995(Tas) - Licences: Receive (Crystal) Stanley (1923) - Qualifications: cc; Nil yet identified - amateur receiver (YL) - Electoral Rolls: clerk (Stanley, 1928); home duties (Wynyard, 1936-1943; Smithton, 1949; Sale, Vic, 1954; Cohuna, 1963; Devonport, 1972) ===''EGGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Percy Eggleton|Eggleton, Eric Percy]] [https://www.familysearch.org/tree/person/details/GSTZ-5G9] - 1903(Qld)-1979(Qld) - Licences: 4DA Receive Toowoomba (1923-1924); 4DA Toowoomba (1925-1931) - Qualifications: cc; AOCP 81, 1925, No. 9 in Qld - amateur receiver; amateur operator; amateur broadcaster; employment (QATB) - Electoral Rolls: machinist (Toowoomba, 1925-1926); ambulance bearer (Toowoomba, 1931); ambulance superintendent (Dayboro, 1936-1943; Charleville, 1949-1958; Stanthorpe, 1963); retired (Caloundra, 1968-1977) ===''ELDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Mackenzie Elder|Elder, James Alexander Mackenzie]] [https://www.familysearch.org/tree/person/details/97W3-7FL] - 1869(Sct)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Awards: KBE - Electoral Rolls: manager (Essendon, 1905); merchant (Moonee Ponds, 1908-1909); director (South Yarra, Vic, 1936-1943) - Links: [https://adb.anu.edu.au/biography/elder-sir-james-alexander-6099 ADB] ===''ELLERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lewis John Ellery|Ellery, Robert Lewis John]] - 1827(Eng)-1908(Vic) - early telephone experimenter, Vic Government Astronomer ===''ELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Neville Elliott|Elliott, Robert Neville]] [https://www.familysearch.org/tree/person/details/GXXN-PPJ] - 1907(Qld)-1979(Qld) - Licences: 4DW Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Toowoomba, Qld, 1936-1937); company manager (Toowoomba, Qld, 1949); chartered accountant (Toowoomba, Qld, 1954-1963); accountant (Brisbane, Qld, 1968); chartered accountant (Toowoomba, Qld, 1972); accountant (Toowoomba, Qld, 1977) * [[/Ronald Donovan Elliott|Elliott, Ronald Donovan]] [https://www.familysearch.org/tree/person/details/G799-LTX] - 1910(SA)-1978(SA) - Licences: 5RD Adelaide (Lower Mitcham, 1931-1933; Da Costa Park, 1937; Kirkcaldy, 1938-1939) - Qualifications: cc; AOCP 758, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: solicitor (Kirkcaldy, SA, 1939; Westbourne Park, 1941-1943) * [[/Thomas Murray Browse Elliott|Elliott, Thomas Murray Browse "Tom"]] [https://www.familysearch.org/tree/person/details/G3W8-947] - 1899(Qld)-1971(Qld) - Licences: 4CM Brisbane (City, 1946-1969); operator of Valentine's 4CM licence 1925-1939 - Qualifications: cc; AOCP 72, 1925, No. 6 in Qld - amateur operator; amateur broadcaster; early television experimenter - Electoral Rolls: clerk (Fortitude Valley, 1921); salesman (Brisbane City, 1925-1931); sound engineer (Observatory, 1937-1943); company manager (City, 1949-1958); retired (Burleigh Heads, 1963-1968) ===''ELLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Austin Ellis|Ellis, Clive Austin]] [https://www.familysearch.org/tree/person/details/G86V-9HT] - 1912(Vic)-1972(Vic) - Licences: 3LZ Melbourne (Williamstown, 1930-1931; Caulfield, 1933-1939; Newport, 1946-1956; Moorabbin, 1960-1969) - Qualifications: AOCP 598, 1930, No. ?? in Victoria - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1937; Newport, 1943-1954); valuer (Moorabbin, 1958-1972) * [[/John Osborne Ellis|Ellis, John Osborne]] [https://www.familysearch.org/tree/person/details/GHTM-Q42] - 1910(Eng)-1999(SA) - Licences: Nil identified - Qualifications: AOCP 522, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Kimba, 1939-1943) ===''ELSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Robert Elsbury|Elsbury (adopted) or Wilson Bowman (biological), Cyril Robert]] [https://www.familysearch.org/tree/person/details/GFMG-5CW] - 1897(Qld)-1961(WA) - Licences: 6JE Kalgoorlie (1934-1939); 6JE Fimiston (1947-1956); 6JE Nornalup (1960) - Qualifications: cc; AOCP 1372, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (Kalgoorlie, WA, 1922); mine timekeeper (Kalgoorlie, WA, 1925-1943); assistant accountant (Fimiston, WA, 1949-1954); mine paymaster (Kalgoorlie, WA, 1958) ===''ELWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Gregory Elworthy|Elworthy, Colin Gregory "Col"]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''EMBLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Stewart Austin Embling|Embling, Stewart Austin]] [https://www.familysearch.org/tree/person/details/GZGH-YQM] - 1907(Vic)-1998(Vic) - Licences: Receive (Valve) Melbourne (Toorak, 1923-1925); 3DC Melbourne (Toorak, 1926-1939) - Qualifications: AOCP 236, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Toorak, 1931-1943); assurance officer (Toorak, 1949-1980) ===''EVANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Hubert Evans|Evans, Albert Henry Hubert]] [https://www.familysearch.org/tree/person/details/GH8N-BFX] - 1894(SA)-1981(SA) - Licences: XVD Adelaide (Mile End, 1913) - Qualifications: cc; CPRT 255, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: assistant manager (Woollahra, 1949) * [[/Griffith Benjamin Evans|Evans, Griffith Benjamin]] [https://www.familysearch.org/tree/person/details/GXQN-HL3] - 1877(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS - Electoral Rolls: naval telegraphist (Eden Vale, Vic, 1914-1915); telegraphist (Coburg, Vic, 1919); retired (Vaucluse, NSW, 1954-1963) * [[/Percy Evans|Evans, Percy]] [https://www.familysearch.org/tree/person/details/G84B-DKL] - 1894(Eng)-1976(Vic) - Licences: 2OW Sydney (Kensington, 1928-1929; Randwick, 1930-1931); 3OZ Melbourne (Glen Iris, 1947-1948; Boronia, 1948; North Ringwood, 1954-1975) - Qualifications: AOCP 458, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: sales manager (Kensington, 1930); salesman (Randwick, 1930-1931); sales manager (Camberwell, 1933-1937; Glen Iris, 1949); manager (Ringwood, 1954-1972) * [[/R. Evans|Evans, R.]] - 19??(???)-19??(???) - Licences: 2SP Sydney (Clovelly, 1923-1927) - Qualifications: AOCP 265, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: * [[/Thomas Evan Evans|Evans, Thomas Evan]] [https://www.familysearch.org/tree/person/details/GZJ7-S1L] - 1904(NZ)-1942(At Sea) - 3EV Melbourne (East St Kilda, 1925-1927), 9EV Rabaul (1933+), amateur operator (AOCP 160, 1925, No. ?? in Vic), amateur broadcaster, medical assistant, technical assistant, Civilian POW captured at Rabaul, died on board the "Montevideo Maru" when it was torpedoed and sunk en route from Rabaul to Hainan, where Thomas was destined for forced labour. * [[/Trevor Elliott Evans|Evans, Trevor Elliott]] [https://www.familysearch.org/tree/person/details/GZJQ-GRC] - 1903(Vic)-1979(Vic) - 3KD Receive Melbourne (East Brunswick, 1922-1924), 3RK Melbourne (East Brunswick, 1925-1933; Pascoe Vale, 1937-1939), amateur operator (AOCP 159, 1925, No. ?? in Vic), amateur broadcaster, electrician (East Brunswick, 1931), contractor (Pascoe Vale, 1972) * [[/Trevor Frederick Evans|Evans, Trevor Frederick]] [https://www.familysearch.org/tree/person/details/L292-N4L] - 1902(NSW)-1978(NSW) - 2NS Blayney (1925-1929), 2NS Bathurst (1930-1939, 1946-1975+), amateur operator (AOCP 113, 1925, No. ?? in NSW), amateur broadcaster, broadcast engineer (BOCP 19, 1936) (2BS) ===''EVERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Every|Every, George Edward]] [https://www.familysearch.org/tree/person/details/LDSS-VT4] - 1894(Eng)-1961(Vic) - Licences: 7GE Hobart (1931); 3GE Queenscliff (1937-1939); 3GE Balcombe (1947-1948); 3GE Carrum (1954-1956); 3GE Bonbeach (1960-1969+) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military instructor; WW1 (UK) - Electoral Rolls: silver mounter (Ivanhoe, Vic, 1919); soldier (Launceston, 1922; Hobart South, 1922); military instructor (Hobart South, 1928); soldier (Queenscliff, Vic, 1935-1937); military officer (Albury, NSW, 1943; Victoria Park, Qld, 1949); clerk (Frankston, 1949); accountant (Carrum, 1954) ===''EWING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Thomson Ewing|Ewing, Thomas Thomson]] - 1856(NSW)-1920(NSW) - state politician (NSW MLA), federal politician (MHR, acting Postmaster-General) ===''EXTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Walter Exton|Exton, George Walter]] [https://www.familysearch.org/tree/person/details/K8QY-5XH] - 1882(NSW)-1970(Qld) - Licences: 2CZ Lismore (1922-1930) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast proprietor and engineer (2XN Lismore) - Electoral Rolls: electrician (Lismore, NSW, 1930-1963); retired (Saddlers Crossing, Qld) =='''F'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''FABER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Thomas Faber|Faber, William John Thomas "Bill"]] - 19??(???)-1976(Qld) - 4WF Ayr (-1938+), Brisbane (Kedron, -1948-1949+) , amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''FAGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Reginald Joseph Fagan|Fagan, William Reginald Joseph "Reg"]] [https://www.familysearch.org/tree/person/details/KLF3-QPM] - 1883(NSW)-1944(NSW) - Licences: 2RJ Receive Mandurama (1922); 2RJ Mandurama (1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio station (director, 2SM) - Electoral Rolls: grazier (Mandurama, 1913-1943) ===''FAIRHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allen Fairhall|Fairhall, Allen]] [https://www.familysearch.org/tree/person/details/LZB3-PKT] – 1909(NSW)-2006(NSW) – Licences: 2KB Newcastle (Hamilton, 1928–1929; New Lambton, 1930–1931; Cooks Hill, 1933–1934; City, 1935; Cooks Hill, 1937; City, 1938–1939; Hamilton, 1946–1961; City, 1965-1980+); 2AKL Paterson (1948–1958) – Qualifications: AOCP 391, 1928, No. ?? in NSW; AOLCP 23, 1930 – amateur operator, amateur broadcaster, proprietor 2KO Newcastle, WW2 – Electoral Rolls: radio engineer (New Lambton, 1931–1932); manager (Newcastle, 1933–1949); primary producer (Trevallyn, 1954); M.H.R. (Newcastle, 1958); member of parliament (Newcastle, 1963–1968); manager (Newcastle, 1972–1980) - [[w:Allen Fairhall|Wikipedia]] ===''FALCONER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Illman Falconer|Falconer, Charles Illman]] [https://www.familysearch.org/tree/person/details/GZK9-PJ6] – 1885(Vic)-1962(NSW) – Receive (Valve) Melbourne (Canterbury, 1923–1924), 3CF Melbourne (East Malvern, 1925–1926; Canterbury, 1927; Surrey Hills, 1931–1939, 1946–1954), 2AUF Terrigal (1955–1961), amateur operator (AOCP 204, 1925, No. ?? in Vic), amateur broadcaster, engineer (Clifton Hill, 1909), mechanic (Fitzroy, 1914), engineer (Canterbury, 1915–1949), retired (Terrigal, 1958–1963) ===''FALLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyle Clifford Falls|Falls, Lyle Clifford]] [https://www.familysearch.org/tree/person/details/GDLC-1VR] - 1899(Vic)-1945(Vic) - Licences: 3DL Receive Melbourne (Caulfield, 1922); 3DL Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: student (Caulfield, 1924-1925); instructor (Kew, 1926-1943) ===''FANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Fanning nee Harriss, Dorothy Winnifred – see Harriss, Dorothy Winnifred (Fanning) ===''FANSHAWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Dalrymple Fanshawe|Fanshawe, Arthur Dalrymple]] [https://www.familysearch.org/tree/person/details/GM7D-QY6] – 1847(Eng)-1936(Eng) – Admiral of UK Fleet, Commander-in-Chief Australia Station – Links: [[w:Arthur Dalrymple Fanshawe|Wikipedia]] ===''FARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell George Farmer|Farmer, Maxwell George]] [https://www.familysearch.org/tree/person/details/GXG1-SHR] - 1916(SA)-1991(SA) - Licences: 5GF Adelaide (Knoxville, 1933-1939; North Norwood, 1947-1948; Adelaide City, 1954-1956; Plympton, 1960-1980+); 5GY Portable Adelaide (Knoxville, 1938-1939) - Qualifications: cc; AOCP 1217, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Knoxville, SA, 1939-1943) ===''FARRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Howard Farrell|Farrell, John Howard]] [https://www.familysearch.org/tree/person/details/GXWT-CJT] - 1913(Qld)-1975(Qld) - Licences: 4WJ Brisbane Windsor, 1933-1939; Chermside, 1946-1948); 4WJ Quilpie (1954-1960); 4WJ Somerset Dam (1965-1975) - Qualifications: cc; AOCP 1103, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Windsor, 1936-1937); electrical engineer (Chermside, 1943-1949; Quilpie, 1954-1958); superintendent (Somerset Dam, 1963-1972) ===''FAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Harold Faul|Faul, Albert Harold]] [https://www.familysearch.org/tree/person/details/GZTD-S74] – 1907(NSW)-1979(NSW) – Licences: Receive Melbourne (St Kilda, 1923–1924); 3AH Melbourne (St Kilda, 1926–1927) – Qualifications: AOCP 288, 1926, No. ?? in Vic – amateur operator, amateur broadcaster – Electoral Rolls: student (St Kilda, 1931–1934); lecturer (Camberwell, 1936); engineer (Bellevue Hill, 1936–1937; Camberwell, 1943); company director (Killara, 1949–1977) ===''FAULKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Wollas Faulks|Faulks, Richard Wollas "Wol"]] [https://www.familysearch.org/tree/person/details/LCD3-BQ3] - 1902(NSW)-1978(NSW) - Licences: 2WF Sydney (Ashfield, 1929-1931; Hurlstone Park, 1933; Canterbury, 1934-1939) - Qualifications: AOCP 557, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Ashfield, 1930; Canterbury, 1933-1977) ===''FAWKNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Pascoe Robert Fawkner|Fawkner, Ernest Pascoe Robert]] [https://www.familysearch.org/tree/person/details/GDYB-YKW] - 1901(Tas)-1954(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: manager (Kings Meadows, 1928); furniture manufacturer (South Launceston, 1936) ===''FEENAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Leo Michael John Feenaghty|Feenaghty, Leo Michael John]] [https://www.familysearch.org/tree/person/details/LYG2-RMT] - 1900(Qld)-1997(Qld) - Licences: 4LJ Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 291, 1926, No. 28 in Qld - amateur operator; amateur broadcaster; radio club administrator; state public servant - Electoral Rolls: public servant (Wooloowin, 1925-1931); assistant secretary (Ashgrove, 1936-1958); public servant (Highgate Hill, 1963); retired (Isle of Capri, 1972-1980) ===''FELDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Feldman|Feldman, John Frederick Jnr]] [https://www.familysearch.org/tree/person/details/GZNZ-5DH] - 1905(Vic)-1987(Vic) - 3QH Receive Geelong (South Geelong, 1923-1924), 3QH Geelong (South Geelong, 1925-1939), amateur operator (AOCP 140, 1925, No. ?? in Qld), amateur broadcaster, bricklayer ===''FELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Frederick Fell|Fell, Evan Frederick]] [https://www.familysearch.org/tree/person/details/GXH4-FTW] - 1914(Qld)-1994(Qld) - Licences: 4EF Brisbane (Ashgrove, 1932-1939); 4EF Barcaldine (1946-1948); 4EF Mackay (1954-1955); 4EF Brisbane (Ashgrove, 1956; Bardon, 1960-1980+) - Qualifications: cc; AOCP 978, 1932, No. ?? in Qld; AOLCP 175, 1934 - amateur operator; amateur broadcaster; WW2; state public servant (inspector); property developer - Electoral Rolls: clerk (Ashgrove, Qld, 1936-1943); engineer (Townsville, Qld, 1949; Mackay, Qld, 1954); public servant (Bardon, Qld, 1958-1977) ===''FELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/L. C. Fells|Fells, L. C.]] - 19??(???)-19??(???) - Licences: 3DL Melbourne (Caulfield, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''FELTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Felton|Felton, William Robert]] [https://www.familysearch.org/tree/person/details/G8M5-C2J] - 1897(NSW)-1956(NSW) - Licences: 2RF Sydney (Petersham, 1927-1929; Belmore, 1930-1939, 1946-1956); 2RT Sydney (Kogarah, 1937) - Qualifications: AOCP 366, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: radio engineer (Belmore, 1930-1934); engineer (Belmore, 1936-1937); soldier (Belmore, 1943); radio technician (Belmore, 1949-1954) ===''FERGUSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Angus Ferguson|Ferguson, Colin Angus]] [https://www.familysearch.org/tree/person/details/L1DH-9KM] - 1917(SA)-2009(SA) - Licences: 5CJ Mt Gambier (1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1994, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Mt Gambier, SA, 1939-1943) * [[/Cyril E. Ferguson|Ferguson, Cyril E.]] - 1893(NZ)-19??(???) - commercial operator (1COCP 2, 1914, No. 2 in Aus) - coastal station operator? ===''FERRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Walter Cecil Ferrall|Ferrall, Edgar Walter Cecil]] [https://www.familysearch.org/tree/person/details/GQMF-G97] - 1898(Tas)-1971(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Launceston, 1919-1949); inspector (Kingston Beach, 1954) ===''FERRICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Bernard Ferricks|Ferricks, Michael Bernard "Bernie"]] [https://www.familysearch.org/tree/person/details/L58X-S4X] - 1914(Qld)-1992(Qld) - Licences: 4UW Brisbane (Fortitude Valley, 1935-1939) - Qualifications: cc; AOCP 1471, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Valley, Qld, 1936-1937); chemist (Northgate, Qld, 1949-1977); retired (Cairns, Qld, 1980) ===''FIEDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Victor Fiedler|Fiedler, Leslie Victor]] [https://www.familysearch.org/tree/person/details/KHNW-3JZ] - 1906(SA)-1969(WA) - Licences: 5SL Adelaide (Woodville, 1927-1933), 5SL Moonta (1937-1939) - Qualifications: cc; AOCP 353, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Henley, 1939-1943); theatre manager (Belmont, 1949); film exhibitor (Mt Lawley, 1958); company director (Mt Lawley, 1963-1968) ===''FIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph William Field|Field, Ralph William]] [https://www.familysearch.org/tree/person/details/G86V-Q5T] - 1915(Vic)-2007(Vic) - Licences: 3RF Melbourne (Caulfield, 1930-1939; Ormond, 1946-1948); 3LJ Melbourne (Ormond, 1954-1960) - Qualifications: AOCP 599, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: compositor (Caulfield, 1937); machinist (Bentleigh, 1942-1977) ===''FILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Crawford Files|Files, Jack Crawford]] [https://www.familysearch.org/tree/person/details/GXWG-JWJ] - 1907(Qld)-1967(Qld) - Licences: 4JF Brisbane (Buranda, 1932-1935; Coorparoo, 1936-1939; Buranda 1946-1965) - Qualifications: cc; AOCP 1055, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, QSL manager); journalist (Teleradio, WIA Notes); accountant - Electoral Rolls: sheet metal worker (Buranda, Qld, 1931-1934; Coorparoo, Qld, 1936-1937); metal worker (Buranda, Qld, 1943-1963) ===''FILMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Le Roy Drowley Filmer|Filmer, Le Roy Drowley]] [https://www.familysearch.org/tree/person/details/GZNF-2Z7] - 1902(NSW)-1976(NSW) - 2FT Newcastle (Toronto, 1925-1930; Hamilton South, 1931), amateur operator (AOCP 148, 1925, No. ?? in NSW), amateur broadcaster, metallurgist ===''FINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Edward Finch|Finch, Alan Edward]] [https://www.familysearch.org/tree/person/details/G6M4-987] - 1915(Tas)-1974(Vic) - Licences: 7CJ Launceston (Mowbray Heights, 1935-1939); 7CJ Hobart (New Town, 1946-1954); 7CJ Kelso (1955-1956); 3AEO Shepparton (1960-1975) - Qualifications: cc; AOCP 1575, 191935, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (St Leonards, 1936-1937); mechanic (New Town, 1943-1954); public servant (Radio Australia, Shepparton, Vic, 1963-1968); technician (Shepparton, 1972) ===''FINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Warren Finn|Finn, Leonard Warren]] [https://www.familysearch.org/tree/person/details/GX2K-4P6] - 1914(SA)-1999(SA) - Licences: 5SP Adelaide (Seaton Park, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1671, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Seaton Park, SA, 1939-1943) ===''FINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Finney|Finney, William "Bill"]] [https://www.familysearch.org/tree/person/details/GDVD-W2H] - 1881(Qld)-1954(Qld) - Licences: 4AU Brisbane (Red Hill, 1923-1925); 4WF Brisbane (Red Hill, 1926-1929) - Qualifications: cc; CPRT 845, 1925; 2COCP 307, 1940 - amateur operator; amateur broadcaster; radio club (WIAQ); honorary radio inspector - Electoral Rolls: telegraph operator (Red Hill, 1903-1905); telegraphist (New Farm, 1908; Newmarket, 1909; Red Hill, 1913-1937; East Nundah, 1949; Wooloowin, 1954) ===''FISHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Hugh Fisher|Fisher, Douglas Hugh]] [https://www.familysearch.org/tree/person/details/GD15-N13] - 1913(Vic)-1978(Tas) - Licences: 7AB Launceston (1934-1939); 7AB Burnie (1946-1948); 7AB Devonport (1954-1955); 7AB Lenah Valley (1956); 7AB Zeehan (1960); 7AB Oatlands (1965-1969; 7AB Claremont (1975) - Qualifications: cc; AOCP 1373, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: father of 7ZEE Neville Grant Fisher - Electoral Rolls: clerk (Launceston, 1936); bank clerk (Launceston, 1937; Burnie, 1943-1949; Devonport, 1954) ===''FISK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Thomas Fisk|Fisk, Ernest Thomas]] - 1886(Eng)-1965(NSW), 2EF Sydney (Lindfield, 1933-1939), early wireless experimenter, amateur radio operator (pre AOCP, no record of AOCP, AOCP 1055, 1932, No. ?? in NSW), broadcast and radiocommunications business proprietor (AWA), operated prior to 1933 under various AWA callsigns, 2MC in 1928 was licensed to his residence at Vaucluse - Links: [https://adb.anu.edu.au/biography/fisk-sir-ernest-thomas-6177 ADB] [http://messui.polygonal-moogle.com/valves/NW198906.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198907.pdf EA2] ===''FITCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campbell Fitchett|Fitchett, John Campbell]] [https://www.familysearch.org/tree/person/details/LDQJ-K7W] - 1900(Vic)-1939(Vic) - Licences: XJDM Melbourne (Balwyn, 1913-1914); 3BL Melbourne (Balwyn, 1922-1925; Brighton, 1926-1939) - Qualifications: cc; CPRT 609, 1921 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: journalist (Brighton, 1928-1937) - TroveTag: "XJDM-3BL - John Campbell Fitchett" ===''FITTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Stephen Luther Fittell|Fittell, Stephen Luther "Steve"]] [https://www.familysearch.org/tree/person/details/GCN9-KRT] - 1910(Qld)-1999(Qld) - Licences: 4JO Gympie (1929-1939); 4YF Gympie (1975-1980+) - Qualifications: cc; AOCP 487, 1929, No. ?? in Qld; 2COCP 280, 1930 - amateur operator; amateur broadcaster; member radio club (WIAQ, Gympie ARC); commercial broadcaster (4GY) - Electoral Rolls: radio specialist (Gympie, 1937); radio dealer (Gympie, 1943-1980) ===''FITZALAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Albini Lawrence Fitzalan|Fitzalan, Herbert Albini Lawrence "Hal"]] - 19??(???)-1951(Qld) - 4HF Brisbane?, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, Halcyon (not mentioned) ===''FITZGERALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Francis Fitzgerald|Fitzgerald, Eric Francis]] [https://www.familysearch.org/tree/person/details/G84F-Z7H] - 1907(Qld)-1978(NSW) - Licences: 2EA Sydney (Bellevue Hill, 1928-1929; Burwood, 1930-1931; Pagewood, 1931; Abbotsford, 1931; Bellevue Hill, 1933-1937; Waverley, 1938-1939); 2AAO Sydney (Chatswood, 1950-1961) - Qualifications: AOCP 467, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woolahra, 1930-1931); salesman (Coogee, 1937); clerk (Chatswood, 1943-1977) * [[/Patrick Michael Anthony Fitzgerald|Fitzgerald, Patrick Michael Anthony "Pat"]] [https://www.familysearch.org/tree/person/details/G33Q-6K9] - 1908(Qld)-1988(Qld) - Licences: 4PF Rockhampton (1936-1939) - Qualifications: cc; AOCP 1802, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rockhampton, Qld, 1930); public servant (Rockhampton, Qld, 1931-1968); clerk (Corinda, Qld, 1972-1977); retired (Emu Park, Qld, 1980) ===''FITZGIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard John Fitzgibbons|Fitzgibbons, Richard John]] [https://www.familysearch.org/tree/person/details/GXXN-QPG] - 1893(Qld)-1969(Qld) - Licences: 4DV Receive Brisbane (Ascot, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: locomotive fitter (Maryborough, Qld, 1916-1919); engine fitter (Ascot, Qld, 1921-1968) ===''FITZMAURICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Simcoe Fitzmaurice|Fitzmaurice, James Simcoe]] [https://www.familysearch.org/tree/person/details/GDKS-KCF] - 1861(Vic)-1934(SA) - Licences: XYB Perth (1913-1914); 5FT Adelaide (North Walkerville, 1923-1933) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; PMGD (State Engineer, WA & SA); MIEE, AMIEE - Electoral Rolls: electrical engineer (Claremont, 1914-1916) ===''FLAHERTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Thomas Holm Flaherty|Flaherty, Gordon Thomas Holm]] [https://www.familysearch.org/tree/person/details/G6Q2-C9T] - 1900(Vic)-1967(Qld) - Licences: 4CB Receive Brisbane (South Brisbane) - Qualifications: cc; Nil yet identified - amateur receiver; WW2; federal public servant (PMGD) - Electoral Rolls: postman (South Brisbane, 1922); telephone mechanic (Buranda, 1925; Coorparoo, 1928); mechanic (Camp Hill, 1936; Beaudesert, 1937-1943); technician (Camp Hill, 1949-1963) ===''FLETCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Fletcher|Fletcher, Austin]] [https://www.familysearch.org/tree/person/details/LZKQ-2QR] - 1891(Eng)-1922(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 128, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: wireless engineer (Roebourne, 1913); radio operator (Esperance, 1916-1917); wireless operator (Roebourne, 1917-1918); telegraphist (Oakleigh, 1921) ===''FLOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Flood|Flood, Arthur George]] [https://www.familysearch.org/tree/person/details/G6BF-HPG] - 1883(Eng)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 238, 1916; 2COCP 415, 1932; 1COCP 348, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIL Flinders Island (1917-1918) - Electoral Rolls: engineer (Emita, Flinders Island, Tas, 1914-1919); radio telegraphist (Thursday Island, 1925; Meeandah, Qld, 1928; Eagle Farm, Qld, 1936-1937; Cooktown, Qld, 1943); retired (Cairns, 1954-1958; Eventide Home, Charters Towers, 1963) ===''FOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Lillico Fogg|Fogg, Hugh Lillico]] [https://www.familysearch.org/tree/person/details/GW8N-KRZ] - 1900(Tas)-1975(WA) - Licences: 6HF Perth (Mt Lawley, 1931-1939); 5HF Mt Barker (1947-1948); 3AHF Benalla (1954-1960); 6HF Perth (Inglewood, 1965-1975) - Qualifications: cc; AOCP 787, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Perth, WA, 1931); clerk (Maylands, WA, 1936); bank officer (Maylands, WA, 1943); manager (ANZ Bank, Benalla, Vic, 1954); retired (Inglewood, WA, 1963-1972) ===''FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry James Bartholomew Foley|Foley, Henry James Bartholomew]] [https://www.familysearch.org/tree/person/details/G8QZ-5SV] - 1886(NSW)-1954(NSW) - Licences: Sydney (Randwick, 1911) - Qualifications: pre AOCP - early wireless experimenter - Electoral Rolls: clerk (Randwick, 1913); merchant (Drummoyne, 1930-1954) ===''FOLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Ulrich Francis Folie|Folie, Max Ulrich Francis]] [https://www.familysearch.org/tree/person/details/G8VC-Y7F] - 1909(Vic)-1968(Vic) - Licences: 3WZ Melbourne (Hawthorn East, 1930-1933); 3GZ Mildura (1946-1965) - Qualifications: AOCP 682, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Auburn, 1931); radio engineer (Mildura, 1934-1968) ===''FONTAINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Alfred Fontaine|Fontaine, Louis Alfred]] [https://www.familysearch.org/tree/person/details/GMDQ-L2V] - 1894(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT, 1914, No. 3 in Aus and Vic - RANRS; coastal wireless operator (VIG, Port Moresby, 1915-1918) - Electoral Rolls: radio telegraphist (Radio Station, Wyndham, 1918; Geraldton, 1922; Thursday Island, 1934-1936); telegraphist (St Kilda, 1937); radio telegraphist (Malvern, 1942); electrician (Camberwell, 1949) ===''FOOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Foot|Foot, George]] [https://www.familysearch.org/tree/person/details/G6BT-FVF] - 1878(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 36, 1915 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: wireless operator (South Yarra, 1915; St Kilda, 1916-1917); RAN (Balaclava, 1919); tobacconist (Sandringham, 1925); manager (Prahran, 1937); clerk (St Kilda, 1942); retired (Dandenong, 1949-1954) ===''FORECAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Mark Llewllyn Forecast|Forecast, Arthur Mark Llewllyn]] [https://www.familysearch.org/tree/person/details/9HPS-H18] - 1901(Vic)-1986(Vic) - Licences: 3AM Melbourne (Malvern, 1926-1931; St Kilda, 1933; Caulfield, 1937-1939, 1946-1948; The Basin, 1954-1975; Ferntree Gully, 1980+) - Qualifications: AOCP 279, 1926, No. ?? in Vic; AOLCP 141, 1934; BOCP 156, 1938; 1COCP 245, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: biograph operator (Malvern, 1925-1928); projectionist (St Kilda, 1931-1934); biograph operator (Caulfield East, 1937-1942; Glenhuntley, 1949); projectionist (The Basin, 1963-1972); retired (Ferntree Gully, 1977; Knoxfield, 1980) ===''FOREMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Graham Foreman|Foreman, Edgar Graham]] [https://www.familysearch.org/tree/person/details/GD95-36X] - 1908(Qld)-1981(Qld) - Licences: 4GF Ayr (1935-1939); 4GF Townsville (North Ward, 1947-1980+) - Qualifications: cc; AOCP 1577, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Stanton Hill, Qld, 1930); salesman (Ayr, Qld, 1934-1937); procurement specialist (Townsville, Qld, 1949); business proprietor (Townsville, Qld, 1954-1968); proprietor (Townsville, Qld, 1972-1980) ===''FORREST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Forrest|Forrest, John]] - 1847(WA)-1918(???) - state politician, senior federal politician (Postmaster-General 1901, 17 days) ===''FORSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Joseph Forshaw|Forshaw, Charles Joseph]] [https://www.familysearch.org/tree/person/details/GDGW-783] - 1895(Vic)-1961(Vic) - Licences: XJDA Melbourne (Elwood, 1913-1914); V736 Receive Hamilton (1922); 3GQ Receive Hamilton (1922) - Qualifications: cc; Nil yet identifed - early wireless experimenter; amateur receiver; WW1 - Electoral Rolls: bank clerk (Myrtleford, 1917); clerk (Oakleigh, 1924-1937; Gardiner, 1943; Elsternwick, 1949; Glenhuntly, 1954) ===''FORSYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Arthur Forsyth|Forsyth, Royce Arthur]] [https://www.familysearch.org/tree/person/details/GD1R-3S5] - 1917(Tas)-1973(Tas) - Licences: 7BC Launceston (1936-1939) - Qualifications: cc; AOCP 1637, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (Launceston, 1943); teacher (Hobart North, 1944); schoolteacher (Bellerive, 1949-1972) ===''FORSYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Edgar Forsythe|Forsythe, Leonard Edgar]] [https://www.familysearch.org/tree/person/details/GWBY-MTR] - 1894(NSW)-1981(NSW) - Licences: 2BF Receive Sydney (Northbridge, 1922); 2BF Sydney (Northbridge, 1922-1929; Drummoyne, 1930-1933; Snapper Island, 1934-1939) - Qualifications: cc; AOCP 40, 1924, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: flagmaker (Northbridge, 1930-1949); department manager (Drummoyne, 1958); ship's chandler (Drummoyne, 1963-1980) ===''FORTESCUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fortescue|Fortescue, Charles]] [https://www.familysearch.org/tree/person/details/LD8X-GQ7] - 1893(Qld)-1971(Qld) - Licences: 4GE Toowoomba (1922-1924); 4CF Toowoomba (1925-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military (CMF, Colonel); WW2; jeweller - Electoral Rolls: jeweller (Toowoomba, 1913-1958); nil (Toowoomba, 1963-1968) ===''FOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Foster|Foster, Ernest John "Ernie"]] - 1914(Qld)-1967(Qld) - 4BY Brisbane, amateur operator (no record of AOCP; AOCP ??, 19??, No. ?? in Qld), broadcast engineer (4MB, 4BU), military (WW2, RAAF) * [[/James Foster|Foster, James]] [https://www.familysearch.org/tree/person/details/GX2Z-27G] - 1915(SA)-1998(SA) - Licences: 5TX Adelaide (North Kensington, 1933-1939); 5LU Adelaide (Dulwich, 1947-1948; Oaklands, 1954-1965; Marion, 1969-1980+) - Qualifications: cc; AOCP 1140, 1933, SA; 1COCP 1046, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (Frewville, SA, 1943) ===''FOURRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Fourro|Fourro, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/G4D1-YRR] - 1906(NSW)-1978(ACT) - Licences: 2VF Corowa (1930-1936) - Qualifications: AOCP 703, 1930, NSW; AOLCP 165, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Narrandera, 1930); telephone mechanic (Corowa, 1931-1935); wireless mechanic (Corowa, 1936); mechanic (Brighton-le-Sands, 1937); foreman mechanic (2CY Canberra, 1943-1954); supervising technician (2BA Bega, 1958-1963); technician (Merimbula, 1968-1972) ===''FOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Malcolm Fowles|Fowles, Gordon Malcolm]] [https://www.familysearch.org/tree/person/details/G8H2-RC9] - 19??(???)-19??(???) - Licences: 3GF Melbourne (Elwood, 1929-1931); 3AMF Melbourne (Wheeler's Hill, 1948-1960; Avonsleigh, 1965-1969); 3AMF Cowes (1975) - Qualifications: AOCP 490, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: panel beater (Albert Park, 1943; Hamilton, 1949); farmer (Avonsleigh, 1968); retired (Cowes, 1972) ===''FOX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Fox|Fox, William George]] [https://www.familysearch.org/tree/person/details/G6BY-J5Z] - 1886(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 106, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Comment: several contemporaneous WG Fox; Electoral Rolls: Nil yet identified ===''FOXCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Foxcroft|Foxcroft, Allan]] [https://www.familysearch.org/tree/person/details/GFQS-K5P] - 1921(WA)-2008(Vic) - Licences: 6AF Perth (Victoria Park, 1937-1939); 3AE Melbourne (Caulfield, 1947-1980+) - Qualifications: cc; AOCP 1859, 1937, WA; 1COCP 506, 1941 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: technician (Caulfield, Vic, 1949-1963); engineer (Caulfield, Vic, 1967-1980) ===''FRAME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vivian Horace Frame|Frame, Vivian Horace]] [https://www.familysearch.org/tree/person/details/GHQ1-4QT] - 1899(Qld)-1959(Qld) - Licences: Receive (Valve) Mareeba (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: draftsman ( Brisbane City, Qld); public works officer (Mareeba, Qld, 1922); architect (Brisbane City, Qld, 1925-1928; Sandgate, Qld, 1936-1937; Virginia, Qld, 1949-1954; Norman Park, Qld, 1958) ===''FRANK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kendall Thomas Frank|Frank, Kendall Thomas]] [https://www.familysearch.org/tree/person/details/G8N2-TGZ] - 1904(WA)-1951(Qld) - Licences: Nil yet identified - Qualifications: CPRT 921, 1926; 2COCP 289, 1930; 1COCP 64, 1935 - ship wireless operator (AWA), coastal wireless operator, amateur operator?, broadcast engineer (4PM) - Electoral Rolls: radio engineer (Lakemba, 1943) - [https://adb.anu.edu.au/biography/frank-kendall-thomas-10236 ADB] ===''FRANZI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Franzi|Franzi, William Ronald "Bill" (formerly Emilio Stefan)]] - 1909(Italy)-19??(SA) - 4FR Atherton (1938-1939), 5FR Adelaide (Da Costa Park, 1946-1965; Glenelg East, 1969-1975), 5VK American Beach (1975-1980), amateur operator (AOCP 2192, 1938, No. ?? in Qld), amateur broadcaster, radio clubs (IREE), military (RAAF), employment (radio technician) ===''FRASER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Douglas Fraser|Fraser, James Douglas]] [https://www.familysearch.org/tree/person/details/G8NS-MQ3] - 1900(NSW)-1956(NSW) - Licences: 2JF Quirindi (1930-1935) - Qualifications: AOCP 637, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical engineer (Quirindi, 1930-1943); engineer (Picton, 1949-1954) * [[/H. Fraser|Fraser, H.]] - 19??(???)-19??(???) - 2JC Tamworth (1924-1925), amateur operator (no record of AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster * [[/Henry George Fraser|Fraser, Henry George]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 1001, 1932, No. ?? in ?? - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet identified, at least two HGF engineers ===''FRAZER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Frazer|Frazer, Charles Edward "Charlie"]] - 1880(Vic)-1913(Vic) - politician (Postmaster-General, 1911-1913) ===''FREEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Freeman|Freeman, Arthur Charles]] [https://www.familysearch.org/tree/person/details/G8ZL-4F7] - 19??(???)-1971(NSW) - Licences: 2AS Sydney (Burwood, 1929-1939; Ashfield, 1946-1958; Cheltenham, 1960-1969) - Qualifications: AOCP 544, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: packer (Newtown, 1930-1931; East Sydney, 1933-1935); engineer (Burwood, 1936-1937; Ashfield, 1943-1958; Cheltenham, 1963-1968) - individual not fully identified * [[/L. Freeman|Freeman, L.]] - 18??-19?? - Licences: XQB Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''FREESTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Roy Freestone|Freestone, Leslie Roy]] [https://www.familysearch.org/tree/person/details/LRCK-NB5] - 1896(Vic)-1982(Vic) - Licences: 3LF Ballarat (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Ballarat, 1916-1920); commercial traveller (Ballarat, 1921-1936); traveller (Brighton, 1937-1954); nil (Geelong, 1977-1980) ===''FRETTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/O'Della Paul Fretten|Fretten, O'Della Paul "Paul"]] [https://www.familysearch.org/tree/person/details/G845-BQH] - 1894(Eng)-1977(Vic) - Licences: 2RU Sydney (Concord, 1928-1930) - Qualifications: AOCP 460, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Concord, 1930; Strathfield, 1933); foreman (Lane Cove, 1936-1937); public servant (St Kilda, 1943); cafe proprietor (Melbourne, 1949); sales manager (St Kilda, 1963); instructor (Brighton, 1967-1968); retired (Malvern East, 1972; Fitzroy North, 1977) ===''FREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Samuel Vernon Frew|Frew, Geoffrey Samuel Vernon]] [https://www.familysearch.org/tree/person/details/G87N-ZC1] - 1909(Vic)-1984(Vic) - Licences: 3PM Melbourne (Glen Iris, 1928-1933; Brighton, 1937-1939, 1946-1956); 3PL Melbourne (Brighton, 1960); 3JK Melbourne (Brighton, 1969); 3PM Melbourne (1975-1980+) - Qualifications: AOCP 402, 1928, No. ?? in Vic; AOLCP 66, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1933); manager (Brighton, 1936-1937); engineer (Footscray, 1943; Brighton, 1949-1980) ===''FRIAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Owen Friar|Friar, Archibald Owen]] [https://www.familysearch.org/tree/person/details/G4LQ-LGV] - 1905(NSW)-1963(NSW) - Licences: 2AO Ulmarra (1929-1931); 2AO Grafton, 1933-1939) - Qualifications: AOCP 504, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chainman (Ulmarra, 1930-1937); garage proprietor (South Grafton, 1943-1963) ===''FROGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard James Frogley|Frogley, Gerard James]] [https://www.familysearch.org/tree/person/details/G7K7-JNM] - 1902(Eng)-1977(Eng) - Licences: 3GF Melbourne (Richmond, 1926-1927) - Qualifications: AOCP 240, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (East Melbourne, 1924); battery mechanic (Richmond, 1925-1931) ===''FRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Turner Fry|Fry, Alfred Turner]] [https://www.familysearch.org/tree/person/details/GDRX-2SL] - 1881(NSW)-1928(Vic) - Licences: 7BG Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: metallurgist (Ballarat, 1917; Queenstown, Tas, 1919-1922; Sandringham, 1924-1927) * [[/Reginald Hall Fry|Fry, Reginald Hall]] [https://www.familysearch.org/tree/person/details/GZ6Y-9WN] - 1891(NSW)-1976(NSW) - Licences: 2KC Sydney (Croydon, 1922-1929; Killara, 1930-1933); 2KC Parkes (1934); 2KC Goulburn (1935-1936); 2KC Wollongong (1937-1939) - Qualifications: cc; AOCP 86, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil engineer (Gordon, 1930; Killara, 1933; Goulburn, 1935-1936; Wollongong, 1937; Killara, 1943-1968); engineer (Killara, 1972) ===''FRYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Norman Fryer|Fryer, Keith Norman]] [https://www.familysearch.org/tree/person/details/G3KH-TZ8] - 1906(Vic)-19??(???) - Licences: 2KF Sydney (Suspension Bridge, 1927-1928) - Qualifications: AOCP 332, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Neutral Bay, 1930-1931; Northbridge, 1934; North Sydney, 1936; Mosman, 1943-1949) ===''FULCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/J. Fulcher|Fulcher, J.]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, (Halcyon, P. 4) ===''FYSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Oakley Fysh|Fysh, Philip Oakley]] [https://www.familysearch.org/tree/person/details/LHNP-534] - 1835(Eng)-1919(Tas) - state politician (MLC Tas, 1860s through 1890s; MHA Tas 1870s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1903-1904) - Relationships: grandfather of 7PF Philip Oakley Fysh * [[/Philip Oakley Fysh|Fysh, Philip Oakley "Phil"]] [https://www.familysearch.org/tree/person/details/L2YS-4ZR] - 1897(Tas)-1966(Tas) - Licences: 7PF Launceston (1925-1927) - Qualifications: cc; AOCP 128, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; radio clubs (Launceston Radio Experimenters' Club, WIA Launceston); WW2 - Relationships: grandson of Philip Oakley Fysh, federal Postmaster-General 1903-1904 - Electoral Rolls: merchant (Launceston, 1922-1954) =='''G'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''GABBERTAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Gabbertas|Gabbertas, Jack]] [https://www.familysearch.org/tree/person/details/GF9C-2W7] - 1915(Eng)-2003(WA) - Licences: 6GB Perth (Maylands, 1936-1939; Mt Hawthorn, 1947-1980+) - Qualifications: cc; AOCP 1810, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, WA, 1937; East Perth, WA, 1943); mechanic (Mt Hawthorn, WA, 1949-1980) ===''GADSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Wilkinson Gadsden|Gadsden, Stanley Wilkinson]] [https://www.familysearch.org/tree/person/details/GM38-WZ2] - 1887(Vic)-1957(Vic) - Licences: 3SW Melbourne (Kew, 1924-1939) - Qualifications: AOCP 26, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; radio clubs (WIA Vic, Chief of Council, 1926); placed 2nd in 3LO amateur broadcasting competition 1926 - Electoral Rolls: printer (Kew, 1908-1915); manufacturer (Kew, 1917-1954) ===''GALLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Galle|Galle, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/GX2P-KXN] - 1912(SA)-2008(SA)96yo - Licences: 5QR Adelaide (Prospect, 1931-1939, 1947-1948; Enfield, 1954-1980+) - Qualifications: cc; AOCP 834, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Jabuk, SA, 1939-1941); schoolteacher (Tailem Bend, SA, 1943) ===''GAMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ray Gamble|Gamble, William Ray "Ray"]] - 1928(NSW)-2011(NSW) - broadcast engineer (BOCP 961, 1948), station manager, radio network principal [https://radioinfo.com.au/news/vale-ray-gamble Radio Info] ===''GAMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Gamon|Gamon, George Arthur]] - 1900(Vic)-1977(???) - 3GG Melbourne (South Yarra, 1925-1926; Middle Park, 1927), amateur operator (AOCP 89, 1925, No. ?? in Vic), amateur broadcaster ===''GARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Garing|Garing, William Henry]] [https://www.familysearch.org/tree/person/details/G8WV-2YG] - 1910(Vic)-2004(NSW) - Licences: Nil identified - Qualifications: AOCP 431, 1928, No. ?? in Vic - amateur operator? - Electoral Rolls: cadet (Point Cook, 1931-1934); airman (Point Cook, 1937); RAAF officer (Townsville, 1943; Point Cook, Vic, 1958; Williamtown, NSW, 1958); executive director (Turramurra, 1968); director (Turramurra, 1980) ===''GARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Raymond Garner|Garner, Alan Raymond]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: PMG technician! (Frankston, 1963-1980) ===''GARNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Garnett|Garnett, Brian]] - 19??(???)-19??(???) - 4AHN Currimundi, amateur operator (AOCP ??, 19??, No. ?? in Qld), ===''GARRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Randolph Garran|Garran, Richard Randolph]] [https://www.familysearch.org/tree/person/details/K822-L54] - 1903(Vic)-1991(ACT) - Licences: 3AW Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (Toorak, 1924-1925); manager (Semaphore, SA, 1941; Caulfield, Vic, 1954-1980) ===''GARRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Benjamin Walter Garrett|Garrett, Horace Benjamin Walter]] [https://www.familysearch.org/tree/person/details/G7PD-9SV] - 1906(Vic)-1979(Vic) - Licences: 3JI Melbourne (Box Hill, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster - Electoral Rolls: sales (Box Hill, 1928-1934); radio mechanic (Box Hill, 1936); salesman (Box Hill, 1943-1977) ===''GARTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Garth|Garth, Reginald]] [https://www.familysearch.org/tree/person/details/G8DX-47Z] - 1903(Eng)-1959(Tas) - Licences: 2VZ Sydney (Coogee, 1930; Clovelly, 1931-1933; Bankstown, 1934-1936); 4VZ Mackay (1937-1939); 3SF Melbourne (Preston, 1948; Seaford, 1954); 7RG Trevallyn, 1955-1956) - Qualifications: cc; AOCP 584, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Clovelly, NSW, 1930-1933); mechanic (Bankstown, NSW, 1934-1936); electrician (Slade Point, Qld, 1937-1943; Beaconsfield, Tas, 1958) ===''GAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Holman Gay|Gay, Augustus Holman]] [https://www.familysearch.org/tree/person/details/G8PF-938] - 1902(Vic)-1984(Vic) - Licences: 3SM Warragul (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Warragul, 1927-1934); engineer (South Yarra, 1936-1954); electrical engineer (Kew, 1963-1980) * [[/Vivian James Gay|Gay, Vivian James]] [https://www.familysearch.org/tree/person/details/LYT8-VJJ] - 1908(NSW)-1999(Qld) - Licences: 2VI Sydney (Chatswood, 1935-1939; North Sydney, 1946-1947; Lane Cove, 1948-1965); 2VI Burradoo (1980+) - Qualifications: cc; AOCP 1510, 1935, NSW - amateur operator; amateur broadcaster - Electoral Rolls: printer (Artarmon, 1930-1937; Chatswood, 1943); master printer (Lane Cove, 1949-1968); printer (Artarmon, 1972); retired (Burradoo, 1977-1980) ===''GEAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Vivian Geake|Geake, Wilfred Vivian]] [https://www.familysearch.org/tree/person/details/GXTF-H1J] - 1893(SA)-1974(SA) - Licences: 5BR Receive Kooringa (1922); 5BR Receive (Murray Bridge, 1923); Receive Murray Bridge (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hillside, SA, 1939) ===''GEDDES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Albert Geddes|Geddes, Frank Albert]] - 1901(NSW)-1922(NSW) - 2GC Sydney (Waverley, 1922, receive only), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), radio clubs (Waverley Radio Club), due to age licence held in name of father Francis G Geddes ===''GEEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Leslie Geeves|Geeves, Philip Leslie "Phil"]] [https://www.familysearch.org/tree/person/details/G88C-Y8Y] - 1917(NSW)-1983(NSW) - radio broadcaster (VK2ME, 2CH, ABC); employment (AWA, 1937-1970s); journalist (SMH); historian (AWA, broadcasting); awards (OAM, 1980) - Electoral Rolls: radio executive (Bexley, 1949-1963); executive (Hurstville South, 1972-1980) ===''GEISEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elizabeth Aileen Geisel|Wallace nee Geisel, Elizabeth Aileen "Betty"]] [https://www.familysearch.org/tree/person/details/GXK7-NJ4] - 1921(SA)-2000(SA) - Licences: 5YL Murray Bridge (1936-1939) - Qualifications: cc; AOCP 1788, 1936, SA; 2COCP 448, 1941; 1COCP 544, 1941 - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: Nil yet identified - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''GEORGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Heinrich Alfred August George|George, Heinrich Alfred August "Henry", "Harry"]] [https://www.familysearch.org/tree/person/details/G387-XZ4] - 1899(Vic)-1968(Vic) - Licences: 3ZP Melbourne (Footscray, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1919-1963) ===''GEORGESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Georgeson|Georgeson, James]] [https://www.familysearch.org/tree/person/details/LTS1-17Q] - 1897(Eng)-1976(Taiwan) - Licences: 5JD Adelaide (Glenelg, 1936-1938); 2AKU Sydney (Neutral Bay, 1939; Granville, 1946-1947; Artarmon, 1948-1954; Lane Cove (1955); Artarmon (1956-1975) - Qualifications: cc; AOCP 1783, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, NSW, 1943); engineer (Artarmon, NSW, 1949-1954); electrical engineer (Artarmon, NSW, 1963-1968); engineer (Artarmon, NSW, 1972) ===''GERAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/James Anselm Geraghty|Geraghty, James Anselm]] [https://www.familysearch.org/tree/person/details/GZVD-VY9] - 1877(???)-1969(Qld) - Licences: 4CS Receive Townsville (1923); 4CS Townsville (1923-1924); 4CS Brisbane (Nudgee, 1924); 4CS Gympie (1924); 4CS Townsville (1925); 4CS Gympie (1925-1927); 2JG Wagga Wagga (1929); 7CB Launceston (1931); 4CB Brisbane (Nudgee, 1933); 4AC Bundaberg (1934) - Qualifications: AOCP 186, 1925, No. 17 in Qld - amateur operator; amateur broadcaster; minister of religion and teacher (Christian Brothers) - Electoral Rolls: teacher (Ballarat, 1906; Gympie, 1909-1913; Dunedin, 1914-1916; South Brisbane, 1919-1925; Tamworth, 1930; Bundaberg, 1934; Ipswich, 1943; Albion, 1949; Gympie, 1954); retired (Boondall, 1958-1968) ===''GIBBON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Foster Gibbon|Gibbon, Thomas Foster]] [https://www.familysearch.org/tree/person/details/G857-MWS] - 1896(Vic)-1965(Vic) - Licences: XJAV Melbourne (Kew, 1913-1914); Receive (Valve) Melbourne (Kew, 1923); 3XZ Melbourne (Kew, 1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: student (Kew, 1919-1925); electrical engineer (Kew, 1928-1954); engineer (Kew, 1963) ===''GIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gibbons|Gibbons, Frederick]] [https://www.familysearch.org/tree/person/details/L2XB-YRJ] - 1907(Wales)-19??(???) - Licences: 2FG Sydney (Neutral Bay, 1926-1930) - Qualifications: AOCP 255, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: no occupation (Neutral Bay, 1930); clerk (Gordon, 1954-1968); director (Turramurra, 1972-1977) ===''GIBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. G. Gibson|Gibson, E. G.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Ormiston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified *[[/Edgar McLean Gibson|Gibson, Edgar McLean]] [https://www.familysearch.org/tree/person/details/GS5W-SM5] - 1877(Qld)-1969(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1925), possibly held on behalf of son Leighton - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radio clubs - Relationships: father of 4AN William Leighton Gibson - Electoral Rolls: electrical engineer (Toowoomba, 1908-1917; Greenslopes, 1922); engineer (Manly, 1936-1937; Hawthorne, 1943-1968) *[[/George Holland Gibson|Gibson, George Holland]] [https://www.familysearch.org/tree/person/details/MXPG-HB4] - 1892(Qld)-1978(Qld) - Licences: XQG Brisbane (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: carpenter (Fortitude Valley, 1915-1917); mechanic (Newmarket, 1919-1928; New Farm, 1937-1943); telephone technician (Bulimba, 1954-1977) * [[/Richard Leslie Gibson|Gibson, Richard Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9QNS-G8V] - 1900(NSW)-1976(NSW) - Licences: 2GH Alstonville (1930-1939) - Qualifications: AOCP 578, 1930, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Alstonville, 1930-1949); retired (Alstonville, 1963-1968; Ballina, 1972) * [[/William Gerrand Gibson|Gibson, William Gerrand]] [https://www.familysearch.org/tree/person/details/LWJY-5G9] - 1869(Vic)-1955(Vic) - Politician, Federal Postmaster-General 1923-1929 [https://adb.anu.edu.au/biography/gibson-william-gerrand-6313 ADB] *[[/William Leighton Gibson|Gibson, William Leighton "Leighton" & "Gibby"]] [https://www.familysearch.org/tree/person/details/GS5W-Q7S] - 1907(Qld)-1995(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1927) - Qualifications: AOCP 73, 1925, No. 7 in Qld - amateur operator; amateur broadcaster; journalist (QRN "Bananalander"); wireless business employee (Phillips Radio) - Relationships: son of 4AN Edgar McLean Gibson - Electoral Rolls: salesman (Manly, Qld, 1936-1937; Camp Hill, Qld, 1943); manager (Balgowlah, NSW, 1949); business executive (Balgowlah, NSW, 1958); regional representative (Palm Beach, Qld, 1963-1980) ===''GIDDINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hudson Giddings|Giddings or Whitney, Albert Hudson]] [https://www.familysearch.org/tree/person/details/GXR4-PDP] - 1914(Vic)-19??(???) - Licences: 5FI Adelaide (Nailsworth, 1935-1937) - Qualifications: cc; AOCP 1556, 1935, SA; 1COCP 102, 1936 - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant, Signals) - Electoral Rolls: PMG employee (Sale, Vic, 1968); technician (Elwood, Vic, 1972); clerk (Hughs, ACT, 1977-1980) - Links: [https://vwma.org.au/explore/people/612780 VWMA] * [[/Albert William James Giddings|Giddings, Albert William James]] [https://www.familysearch.org/tree/person/details/9711-NG3] - 1909(Vic)-1983(Vic) - Licences: 3DG Stratford (1935-1939); 3DG Numurkah (1947-1948); 3DG Lancefield (1954-1969); - Qualifications: cc; AOCP 1574, 1935, SA - amateur operator; amateur broadcaster;; WW2 (RAAF, Warrant Officer) - Electoral Rolls: bank official (Culgoa, Vic, 1931); bank clerk (Pakenham East, Vic, 1934); bank officer (Stratford, Vic, 1936-1937); warrant officer RAAF (Point Cook, Vic, 1942); bank official (Numurkah, Vic, 1949) ===''GILFILLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles Kent Gilfillan|Gilfillan, William Charles Kent]] [https://www.familysearch.org/tree/person/details/GDPF-93Q] - 1869(NSW)-1952(NSW) - Licences: 2AM Receive Sydney (Greenwich, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: independent means (Manly, 1913); soldier (Manly, 1930-1935); no occupation (Redfern, 1937); manufacturer (Mosman, 1943-1949) ===''GILHOOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Forrest Gilhooley|Gilhooley, Joseph Aloysius Forrest]] [https://www.familysearch.org/tree/person/details/GDPF-L6N] - 1877(NSW)-1950(NSW) - Licences: 2AH Receive Sydney (Woollahra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: clerk (Darlinghurst, 1903; Hunters Hill, 1930-1935); traveller (Hunters Hill, 1937-1949) ===''GILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Stewart Gill|Gill, Alan Stewart]] [https://www.familysearch.org/tree/person/details/GH6B-JQ4] - 1907(NSW)-1983(Tas) - Licences: 7AS Launceston (1925-1927) - Qualifications: cc; AOCP 191, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; scientist & engineer (Electrolytic Zinc Co) - Electoral Rolls: research chemist (Hobart Central, 1928; Sandy Bay, 1936-1949); chemist (Hobart South, 1954) * [[/Alfred Wyatt McKenzie Gill|Gill, Alfred Wyatt McKenzie]] [https://www.familysearch.org/tree/person/details/GDBP-B8D] - 1908(NSW)-1959(NSW) - Licences: 2TS Receive Sydney (Killara, 1923); 2TS Sydney (Killara, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: barrister (Killara, 1933-1937; Wahroonga, 1949); soldier (Wahroonga, 1943); airline officer (Wahroonga, 1954-1958) ===''GILLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Rex Gregory Gillett|Gillett, Clarence Rex Gregory]] [https://www.familysearch.org/tree/person/details/GWJC-ZDW] - 1919(SA?)-2020(SA) - prominent MW and SW broadcast DXer (1940-1990), clubs (All Wave All World DX Club, Australian DX Radio Club (SA Branch), South Australian DX Radio Club, Australian Radio DX Club, Southern Cross DX Club, DX Australia, New Zealand Radio DX League) - substantial portion (100+) of QSL collection survives (SSD, NFSA) ===''GILLHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman William Gillham|Gillham, Norman William]] [https://www.familysearch.org/tree/person/details/GMTT-M8V] - 1906(Tas)-1994(Tas) - Licences: Receive Hobart (Sandy Bay, 1923-1924); 7NW Hobart (Sandy Bay, 1925-1927) - Qualifications: cc; AOCP 176, 1925, No. ?? in Tas; CPRT 944, 1927 - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Sandy Bay, 1928); joiner (Queensborough, 1936-1937); builder (Nelson, 1943-1954) ===''GILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Clifford Gillon|Gillon, Peter Clifford]] [https://www.familysearch.org/tree/person/details/GD7M-X53] - 1895(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 99, 1915 - Coastal wireless operator - Electoral Rolls: operator (Bondi, 1934); radio telegraphist (Crow's Nest, NSW, 1936; Cooktown, Qld, 1937; Townsville, 1943); telegraphist (Kensington, NSW, 1949-1954; Cremorne, 1958); radio operator (Cremorne, 1963-1968) ===''GILMOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Stanley Gilmour|Gilmour, Norman Stanley]] [https://www.familysearch.org/tree/person/details/GZZD-PVG] - 1890(Vic)-1962(NSW) - Licences: 2ZU Sydney (Neutral Bay, 1923-1930; Potts Point, 1931; City, 1933-1939; Mosman, 1948-1960) - Qualifications: cc; AOCP 28, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: director (Neutral Bay, 1930); business manager (Darlinghurst, 1931); engineer (Darlinghurst, 1934-1937; Mosman, 1943-1958) ===''GINBEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Haldane Ginbey|Ginbey, Ian Haldane]] [https://www.familysearch.org/tree/person/details/GFM1-73N] - 1913(WA)-1962(WA) - Licences: 6IG Perth (Fremantle, 1938-1939; Bicton, 1947-1948; Attadale, 1954-1960) - Qualifications: cc; AOCP 2084, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (South Fremantle, WA, 1936; Fremantle, WA, 1937; South Fremantle, WA, 1943); salesman (Melville, WA, 1958) ===''GINGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ubitt Victor Ginger|Ginger, Ubitt Victor]] [https://www.familysearch.org/tree/person/details/GS5P-G76] - 1891(NSW)-1943(NSW) - Licences: 2LF Receive Sydney (Mosman, 1922-1923); 2LF Sydney (Mosman, 1922-1924; North Sydney, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; police officer - callsign 2LF to L. R. Filmer, Toronto from Sep 1925, Bracken from 1933 - Electoral Rolls: constable (Chatswood, 1930-1933); police constable (Marrickville, 1934); constable (Naremburn, 1936-1937) ===''GINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Ginn|Ginn, Ernest George]] [https://www.familysearch.org/tree/person/details/GXZC-95C] - 1917(Qld)-2015(Qld) - Licences: 4GE Townsville (1936-1939; 1946-1948); 4GE Brisbane (Hendra, 1955-1980+) - Qualifications: cc; AOCP 1749, 1936, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ), military (WW2, RAAF, AIF); employment (life insurance agent) - Electoral Rolls: salesman (Townsville, Qld, 1943); shop assistant (Windsor, Qld, 1949); salesman (Hendra, Qld, 1954-1980) ===''GIVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/L. James M. Givens|Givens, L. James M. "James"]] [https://www.familysearch.org/tree/person/details/G8LX-7WR] - 1905(Vic)-1957(Vic) - Licences: 3EP Receive Melbourne (Canterbury, 1922-1923); 3EP Melbourne (Canterbury, 1924-1927); 3XY Melbourne (Canterbury, 1931) - Qualifications: cc; CPRT 849, 1925; AOLCP 121, 1933 - amateur operator, amateur broadcaster - Electoral Rolls: wireless officer (Canterbury, 1931-1937; Camberwell, 1943); photographer (Delbridge, 1954) ===''GLASSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Ronald John Glassop|Glassop, Ronald John]] [https://www.familysearch.org/tree/person/details/LBZX-P8N] - 1910(NSW)-1996(Qld) - Licences: 2RF Newcastle (City, 1934-1935; Blackhalls, 1936; Hamilton East, 1937); 4BG Brisbane (Clayfield, 1937-1939); 4BG Maryborough (1947-1969); 4BG North Tamborine (1980) - Qualifications: cc; AOCP 1288, 1934, NSW - amateur operator; amateur broadcaster; WW2; insurance assessor - Electoral Rolls: no occupation (Newcastle, NSW, 1932-1935); clerk (Hamilton, NSW, 1937); insurance inspector (Clayfield, Qld, 1937); insurance secretary (Maryborough, Qld, 1949-1968); retired (Miami, Qld, 1972; Mt Tamborine, Qld, 1977-1980) ===''GLOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Frederick Glover|Glover, Alexander Frederick or Frederick Alexander]] [https://www.familysearch.org/tree/person/details/L246-XZ6] - 1925(Vic)-2001(Vic) - Licences: 3AFG Sale (1948-1980+) - Qualifications: cc; AOCP 2705, 1948, Vic - amateur operator; amateur broadcaster - Electoral Rolls: operator (Sale, 1949); mechanic (Sale, 1954-1980) * [[/Arthur James George Glover|Glover, Arthur James George]] [https://www.familysearch.org/tree/person/details/2MT8-CZ8] - 1907(Vic)-1977(Vic) - Licences: 3AG Melbourne (Box Hill, 1928-1931; Surrey Hills, 1933); 3AG Warrnambool (1937-1939); 3AG Melbourne (Box Hill, 1946-1960; Camberwell, 1965-1975) - Qualifications: cc; AOCP 392, 1928, No. ?? in Vic; CPRT 1129, 1928; 2COCP 153, 1930; 1COCP 29, 1930 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Box Hill, 1931); engineer (Box Hill, 1936); radio engineer (Warrnambool, 1937); engineer (Canterbury, 1943; Box Hill, 1949-1954); automation engineer (Camberwell, 1963-1968); engineer (Camberwell, 1972-1977) * [[/Maurice Glover|Glover, Maurice]] [https://www.familysearch.org/tree/person/details/G8SK-25R] - 1912(Vic)-2003(Tas) - Licences: 7MG Hobart (Sandy Bay, 1938-1939, 1946-1948); 7MG Swansea (1954-1980+) - Qualifications: cc; AOCP 2129, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Nelson, 1943); no occupation (Swansea, 1949; Nelson, 1954) * [[/Maxwell Arthur Glover|Glover, Maxwell Arthur "Max"]] [https://www.familysearch.org/tree/person/details/G8SK-58X] - 1902(Vic)-1982(Vic) - Licences: 3GB Receive Melbourne (Auburn, 1922); 3GB Melbourne (Camberwell, 1924-1925) - Qualifications: No record of AOCP; 3COCP 671, 1948 - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Camberwell, 1924-1934); wool buyer (Toorak, 1935-1936; South Yarra, 1937); director (Malvern, 1949-1980) ===''GLUSKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Gluskie|Gluskie, C. R.]] - 19??(???)-19??(???) - Licences: Receive Hobart (New Town, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''GODDARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Endacott Goddard|Goddard, John Endacott]] [https://www.familysearch.org/tree/person/details/KNBM-L27] - 1914(WA)-1943(Crete) - Licences: 6JG Perth (North Perth, 1935-1939) - Qualifications: AOCP 1427, 1935, WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Fremantle, 1936) - Sacrifice: "Greater love hath no man than this" - Links: [https://aviationmuseumwa.org.au/afcraaf-roll/goddard-john-endacott-406692/ Aviation Museum WA]; [https://anzac.site/greece/crete-operation-thesis-goddard/ Operation Thesis]; [https://www.awm.gov.au/collection/R1703409 AWM Roll of Honour] ===''GOFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Goford|Goford, Thomas William]] [https://www.familysearch.org/tree/person/details/GXZH-W3H] - 1898(Eng)-1986(Qld) - Licences: 4MI Mount Isa (1936-1939) - Qualifications: cc; AOCP 1675, 1936, Qld; BOCP 387, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Mt Isa, Qld, 1937); broadcasting technician (Goonellabah, NSW, 1943); DCA technician (Alice Springs, NT, 1954-1963) ===''GOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Henry Yarburgh Gold|Gold, Clifford Henry Yarburgh or Yarborough "Cliff"]] [https://www.familysearch.org/tree/person/details/L19B-YYC] - 1906(Qld)-1986(Qld) - Licences: 4CG Brisbane (Hill End, 1926-1931); 4CG Toowoomba (1933-1939, 1946-1980+) - Qualifications: AOCP 262, 1926, No. 21 in Qld; AOLCP 186, 1934 - amateur operator, amateur broadcaster, broadcast engineer (4GR) - Electoral Rolls: shop assistant (West End, 1928-1931); radio operator (Toowoomba, 1934); projectionist (Toowoomba, 1936-1963); radio technician (Balmoral, 1968-1977) - Relationships: nephew of 4EG Edward Edwin Gold; also Doug & Geoff * [[/Douglas Edward Gold|Gold, Douglas Edward]] [https://www.familysearch.org/tree/person/details/G8RL-XQB] - 1917(NSW)-1964(Qld) - Licences: Nil yet identified - Qualifications: BOCP 254, 1939 - amateur operator; amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Geoffrey Kilvington Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio technician (Toowoomba, 1943-1949); assistant manager (Toowoomba, 1954-1958) * [[/Edward Edwin Gold|Gold, Edward Edwin "Ted"]] [https://www.familysearch.org/tree/person/details/L13Q-WZV] - 1894(Qld)-1961(Qld) - Licences: 4EG Toowoomba (1924-1939, 1946-1960) - Qualifications: AOCP 7, 1924, No. 1 in Qld - amateur operator; amateur broadcaster; awarded Class B licence for 4GR Toowoomba; commercial broadcast station proprietor (4GR); Relationships: father of Geoffrey Kilvington Gold; uncle of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: mechanic (Toowoomba, 1925-1958) * [[/Geoffrey Kilvington Gold|Gold, Geoffrey Kilvington]] - 1943(Qld)-1971(Qld) - Licences: Nil yet identified - Qualifications: BOCP 2210, 1963; AOLCP 1608, 1964 - amateur operator, amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Douglas Edward Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio broadcaster (Annerley, 1968) ===''GOLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick John Golden|Golden, Patrick John]] [https://www.familysearch.org/tree/person/details/GSFG-R49] - 1893(Ire)-1943(Qld) - Licences: 4PG Brisbane (Wynnum South, 1927) - Qualifications: cc; Nil yet identified (likely UK) - ship wireless operator; amateur operator; amateur broadcaster; radio business proprietor; WW2 - Electoral Rolls: salesman (Wynnum Heights, 1928-1931); radio dealer (Clayfield, 1936-1937); radio operator (Flying boat base, Karumba, 1943) - Sacrifice: "Greater love hath no man than this" ===''GOLDSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Herbert Goldsmith|Goldsmith, Frank Herbert]] [https://www.familysearch.org/tree/person/details/93SX-QL8] - 1895(WA)-1974(WA) - Licences: 6FG Perth (Nedlands Park, 1927-1939) - Qualifications: cc; AOCP 377, 1927, No. ?? in WA - amateur operator; amateur broadcaster; radio journalist - Electoral Rolls: clerk (West Perth, 1917); journalist (Bunbury, 1921-1922; Nedlands, 1925-1949; Roleystone, 1954-1958); retired (Rossmoyne, 1968-1972) * [[/Gordon William Goldsmith|Goldsmith, Gordon William]] [https://www.familysearch.org/tree/person/details/GZWR-BKR] - 1914(SA)-1998(SA) - Licences: 5HM Cowandilla (1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1629, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Cowandilla, SA, 1939-1943) ===''GOLDSWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Goldsworthy|Goldsworthy, William John]] [https://www.familysearch.org/tree/person/details/M4D7-C24] - 1910(Qld)-1950(Qld) - Licences: 4WA Brisbane (Valley, 1934-1939); 4WA Rockhampton (1947-1948)- Qualifications: cc; AOCP 1341, 1934, Qld; 2COCP 1112, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Valley, Qld, 1934-1943); aeradio operator (Rockhampton, Qld, 1949) ===''GOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jasper Claude Golley|Golley, Jasper Claude]] [https://www.familysearch.org/tree/person/details/GXGK-S1F] - 1904(SA)-1958(SA) - Licences: 5JX Adelaide (Glenelg, 1935-1937; Glengowrie, 1938-1939; Seacliff, 1948-1955) - Qualifications: cc; AOCP 1522, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: schoolteacher (Glengowrie, SA, 1939-1941; Seacliff, SA, 1943) ===''GOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Good|Good, Edward Joseph]] [https://www.familysearch.org/tree/person/details/GMS7-P78] - 1864(Vic)-1931(Vic) - Licences: 3HQ Glenrowan (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Taminick, 1903); traveller (Taminick, 1909-1930) ===''GOODE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Russell Goode|Goode, Arthur Russell]] - 1889(Vic)-1971(Vic) - XLK Melbourne (Moonee Ponds, 1913), early wireless experimenter (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), PMGD (telegraphist, Central Office, Melbourne, 1903-1921), Listener-In (journalist; editor), author several books, grandfather of Michael Goode 3BDL * [[/Michael Goode|Goode, Michael]] - 3ZYY Melbourne (Canterbury, 1969+), 3BDL Melbourne, amateur operator (AOCP ??, 1968, No. ?? in Vic), historian (amateur radio, 5 metres), grandson of XLK Arthur Russell Goode ===''GORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence Arthur Gorman|Gorman, Clarence Arthur]] [https://www.familysearch.org/tree/person/details/GHLZ-X8H] - 1895(NSW)-1970(NSW) - Licences: XCG Sydney (Oatley, 1913-1914); 2EC Receive Sydney (Arncliffe, 1922); 2EC Sydney (Arncliffe, 1923-1925); 2CG Sydney (Rockdale, 1925-1929); designated operator 2UI Illawarra Radio Club (Kogarah, 1923-1925) - Qualifications: cc; AOCP 222, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Comment: NSW winner 1923 Trans-Pacific Tests - Electoral Rolls: plumber (Rockdale, 1930-1931; Kogarah, 1932-1943; Hargrave Park, 1949; Villawood, 1954-1963) ===''GOSTELOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Victor Gostelow|Gostelow, Alfred Victor]] [https://www.familysearch.org/tree/person/details/LVVQ-PCX] - 1897(NSW)-1975(NSW) - Licences: XABD Dorrigo (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: accountant (Uralla, 1930-1936; Scone, 1937-1949; Terrigal, 1954-1968); retired (Terrigal, 1972) ===''GOTTING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Benjamin Gotting|Gotting, Herbert Edward Benjamin]] [https://www.familysearch.org/tree/person/details/GDLY-HLD] - 1889(NSW)-1965(NSW) - Licences: N760 Receive Braemar (1922); 2ID Receive Braemar (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Braemar, 1930); electrician (Mittagong, 1936-1937); engineer (Mittagong, 1949-1963) ===''GOVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Neville Govan|Govan, Walter Neville]] [https://www.familysearch.org/tree/person/details/L2XF-YDT] - 1905(Vic)-1956(SA) - Licences: 5WG Port Pirie (1934-1939); 5WG Crystal Brook (1947-1956) - Qualifications: cc; AOCP 1273, 1934, SA; BOCP 40, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: lead burner (Port Pirie, SA, 1939-1941); mechanic (Crystal Brook, SA, 1943) ===''GOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Selwyn Harry James Gover|Gover, Selwyn Harry James]] [https://www.familysearch.org/tree/person/details/GXNM-D2L] - 1903(Qld)-19??(???) - Licences: Receive (Crystal) Brisbane (Nundah, 1924) - Qualifications: cc; CPRT 789, 1923; 2COCP 43, 1929; 1COCP 249, 1939 - amateur receiver; ship wireless officer - Electoral Rolls: wireless operator (Annerley, Qld, 1925); marine radio officer (East Brisbane, Qld, 1949-1968) ===''GOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gelston Stewart Gow|Gow, Gelston Stewart]] [https://www.familysearch.org/tree/person/details/G7HP-61D] - 1895(NSW)-1974(NSW) - Licences: XBW Sydney (Burwood, 1913-1914); 2GG Sydney (City, 1928-1930) - Qualifications: AOCP 411, 1928, No. ?? in NSW - early wireless experimenter, amateur operator, amateur broadcaster, WW1 - Electoral Rolls: manufacturer (Darlinghurst, 1930); electrician (Darlinghurst, 1933-1943); manufacturer (Darlinghurst, 1954-1972) ===''GOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Nelson James Gowlett|Gowlett, Frank Nelson James]] [https://www.familysearch.org/tree/person/details/G619-PYV] - 1891(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; 1COCP 163, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio operator (Townsville, 1925); wireless operator (Maroubra, 1930-1931); radio telegraphist (Maroubra, 1934-1937; Cooktown, 1943-1949; Maroubra, 1949); radio officer (Maroubra, 1958-1963) ===''GOYDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil William Goyder|Goyder, Cecil William]] - about 1906(Eng)-1980(NJ, USA) - G2SZ England, amateur operator [http://www.clement-jones.com/ps03/ps03_313.html] ===''GRAHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Ernest Graham|Graham, Donald Ernest "Don"]] - 1933(WA)-2012(WA) - 6HK Perth (Mount Hawthorn, 1954-1956; Wembley Downs, 1960-1980+) - amateur operator (AOCP 3162, 1951, No. ?? in WA) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC), DoC / DoTaC (WA State Broadcasting Engineer) - a good life, well lived [https://stephbg.livejournal.com/669733.html] * [[/James Alexander Graham|Graham, James Alexander]] [https://www.familysearch.org/tree/person/details/G979-6RF] - 1905(Sct)-1985(Qld) - Licences: 4JQ Brisbane (Ekibin, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 2058, 1937, Qld; 1COCP 510, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Ekibin, Qld, 1937-1954) * [[/William Denton Graham|Graham, William Denton]] [https://www.familysearch.org/tree/person/details/GZGS-KB5] - 1895(Tas)-1986(NSW) - Licences: 2RR Receive Sydney (Rockdale, 1923-1925); 2WG Sydney (Rockdale, 1926-1930) - Qualifications: AOCP 227, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: law clerk (Rockdale, 1930-1937); process worker (Bondi Junction, 1943); iron worker (Rockdale, 1949-1968); machinist (Rockdale, 1977); retired (Liverpool, 1980) * [[/William Thompson Graham|Graham, William Thompson]] [https://www.familysearch.org/tree/person/details/GDR1-SL3] - 1902(Sct)-1987(Tas) - Licences: 7BV Receive St Mary's (1923); Receive St Mary's (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: grocer's assistant (St Mary's, 1925-1954); ===''GRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin John Rawle Grant|Grant, Colin John Rawle]] [https://www.familysearch.org/tree/person/details/GZBZ-BXF] - 1902(Qld)-2000(Qld) - Licences: 4JG Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 310, 1926, No. 32 in Qld - amateur operator; amateur broadcaster; accountant - Electoral Rolls: clerk (Wooloowin, 1925-1934); security officer (Eagle Junction, 1936); auditor (West Nundah, 1937); retired (Southport, 1968-1980) * [[/James Grant|Grant, James]] - 19??(???)-19??(???) - Licences: 2DP Newcastle (Stockton, 1929-1930) - Qualifications: AOCP 555, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: * [[/William Patrick Grant|Grant, William Patrick "Bill"]] [https://www.familysearch.org/tree/person/details/GXZJ-YJC] - 1917(Ireland)-19??(Ireland) - Licences: 4WU Brisbane (Indooroopilly, 1936-1939) - Qualifications: cc; AOCP 1801, 1936, Qld; 2COCP 269, 1939 - amateur operator; amateur broadcaster; ship wireless officer; air controller (Shannon Airport) - Electoral Rolls: Nil yet identified ===''GRANTHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Richard Grantham|Grantham, Sidney Richard "Sid"]] [https://www.familysearch.org/tree/person/details/GXZ6-B8S] - 1920(Qld)-2003(Qld) - Licences: 4SG Toowoomba (1938-1939, 1946-1956); 4SG Brisbane (Wavell Heights, 1960; Hendra, 1965-1980+) - Qualifications: cc; AOCP 2083, 1938, Qld; 1COCP 927, 1945 - amateur operator; amateur broadcaster; radio clubs (WIAQ, IREE, RFDS council); military (WW2, RAAF, wireless officer); federal public servant (DCA, Aeradio; PMGD/DoC, radio inspector); broadcast technician (4GR) - Electoral Rolls: RAAF (Yerongpilly, Qld, 1943); broadcast engineer (Harristown, Qld, 1949); engineer (East Toowoomba, Qld, 1954; Toowoomba South, Qld, 1958); radio inspector (Hendra, Qld, 1963-1980) ===''GRANVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Florence Violet Granville|Granville (nee) / Wallace / McKenzie, Florence Violet "Mrs Mac"]] [https://www.familysearch.org/tree/person/details/LRR8-ZWS] - 1890(Vic)-1982(NSW) - 2GA Sydney (Sydney, 1922-1924; Greenwich, 1925-1939), 2FV Sydney (Sydney, 1946-1950; Circular Quay, 1954; Greenwich, 1955-1958), amateur operator (AOCP 109, 1925, No. ?? in NSW), amateur broadcaster, engineer, business proprietor, signals instructor - Links: [https://adb.anu.edu.au/biography/mckenzie-florence-violet-15485 ADB] ===''GRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Gray|Gray, A. J.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Albert Howell Gray|Gray, Albert Howell "Dave"]] [https://www.familysearch.org/tree/person/details/GZXM-J83] - 1907(NSW)-2004(NSW) - Licences: 2IJ Receive Sydney (Killara, 1922); 2IJ Sydney (Killara, 1923-1939, 1946-1969; Whale Beach, 1975-1980+); 2AG Sydney (McMahons Point, 1931-1938; Lane Cove, 1939); 2APV Sydney (McMahons Point, 1954; Strathfield, 1955-1980+) - Qualifications: cc; AOCP 90, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: student (Killara, 1930-1936); engineer (Killara, 1937-1968; Whale Beach, 1977-1980) * [[/Frank Malcolm Gray|Gray, Frank Malcolm]] [https://www.familysearch.org/tree/person/details/LBBV-5XS] - 1910(SA)-2011(Qld)100yo - Licences: 5MU Adelaide (Toorak Gardens, 1932-1933); 5SU Adelaide (Toorak Gardens, 1937-1939, 1948) - Qualifications: cc; AOCP 1017, 1932, SA - amateur operator; amateur broadcaster; WW2 - Callsign: 5MU possibly withdrawn for 5MU Murray Bridge - Electoral Rolls: civil servant (Toorak Gardens, 1939) * [[/George Henry Boulderson Gray|Gray, George Henry Boulderson]] [https://www.familysearch.org/tree/person/details/LTTN-WVM] - 1912(Qld)-2010(Qld) - Licences: 4JP Brisbane (Ascot, 1936-1939, 1946-1980+) - Qualifications: cc; AOCP 1796, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Ascot, Qld, 1936-1943); sound engineer (Ascot, Qld, 1949-1980) ===''GREEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Green|Green, Albert Ernest]] - 1869(Vic)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - State & Federal politician; Postmaster-General (1931-1932) - Electoral Rolls: - Links: [[w:Albert Green (Australian politician)|Wikipedia]] * [[/Herman Rowland Green|Green, Herman Rowland]] [https://www.familysearch.org/tree/person/details/LK9P-LGY] - 1915(SA)-1985(SA) - Licences: 5OJ Adelaide (Prospect, 1936-1939) - Qualifications: cc; AOCP 1679, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/J. Green|Green, J.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Yeronga, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter William Green|Green, Walter William]] [https://www.familysearch.org/tree/person/details/GXB7-R87] - 1911(WA)-2012(WA) - Licences: 6WG Albany (1936-1937); 6WG Wiluna (1937-1939); 6WG Albany (1947-1960); 6WG Derby (1965); 6WG Norseman (1969); 6WG Albany (1975-1980) - Qualifications: cc; AOCP 1676, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Albany, WA, 1936); fitter (Albany, WA, 1958-1963); plant inspector (Norseman, WA, 1968); mechanic (Albany, WA, 1972-1980) ===''GREENHALGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Neal Greenhalgh|Greenhalgh, Kenneth Neal]] [https://www.familysearch.org/tree/person/details/G8ZT-NGD] - 1909(NSW)-2002(NSW) - Licences: 2KG Newcastle (Hamilton, 1929-1930; Rooty Hill, 1931; Sandgate, 1933; Mayfield West, 1934-1939; New Lambton, 1946-1956; Adamstown Heights, 1957-1980+) - Qualifications: AOCP 550, 1929, No. ?? in NSW; AOLCP 73, 1932; 1COCP 839, 1944; TVOCP 18, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Hamilton, 1930); broadcasting engineer (2KO Sandgate, 1933); engineer (Mayfield, 1934-1937); radio engineer (New Lambton, 1943-1954; Adamstown, 1958-1968; Adamstown Heights, 1977-1980) ===''GREENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold John Greenham|Greenham, Arnold John]] [https://www.familysearch.org/tree/person/details/GXH9-QQS] - 1907(Qld)-1973(Qld) - Licences: 4EE Receive Brisbane (South Brisbane, 1923); 4AG Brisbane (South Brisbane, 1933); 4AG Gympie (1934); 4AG Innisfail (1937-1939); 4AG Brisbane (South Brisbane, 1946-1948); 4AG Caloundra (1954-1956); 4AG Brisbane (Kallangur, 1960-1969) - Qualifications: cc; AOCP 1040, 1932, No. ?? in Qld; 1COCP 807, 1944 - amateur operator; amateur broadcaster; bank employee (NAB) - Electoral Rolls: bank clerk (Gympie, 1936; Innisfail, 1937; South Brisbane, 1943-1949); not stated (Caloundra, 1954-1958); retired (Kallangur, 1963-1972) ===''GREENHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alexander Greenhill|Greenhill, George Alexander]] [https://www.familysearch.org/tree/person/details/LT3K-GWN] - 1904(Qld)-1970(Qld) - Licences: 4LE Brisbane (West End, 1934-1939) - Qualifications: cc; AOCP 1348, 1934, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Brisbane City, Qld, 1925); ceiling fixer (Wooloowin, Qld, 1928); cleaner (West End, Qld, 1937; Archerfield, Qld, 1943); steward (Wilston, Qld, 1949); metal finisher (Wooloowin, Qld, 1954); barman (Kirra, Qld, 1958); caretaker (Caloundra, Qld, 1963); cleaner (Woorim, Qld, 1968) ===''GREGORY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. Gregory|Gregory, A.]] - 19??(???)-19??(???) - Licences: XAED Sydney (Bellevue Hill, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Identification: Not yet identified, possibly Alyn Keith Gregory, bank officer, Bellevue Hill, 1930-1939 * [[/Clyde Francis Burnell Gregory|Gregory, Clyde Francis Burnell]] [https://www.familysearch.org/tree/person/details/GS34-5MV] - 1906(Tas)-1997(Qld) - Licences: Receive Emu Park (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: business manager (Rockhampton, Qld, 1928-1937); fisherman (Yeppoon, Qld, 1943-1949); taxi driver (Maryborough, Qld, 1958); taxi proprietor (Nelly Bay, Qld, 1963) * [[/Harold Rigby Gregory|Gregory, Harold Rigby]] [https://www.familysearch.org/tree/person/details/L2C9-CDX] - 1900(NSW)-1973(NSW) - Licences: 2ED Receive Sydney (Abbotsford Pt, 1922); 2ED Sydney (Abbotsford Pt, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1930); inspector (Roseville, 1931-1936); insurance inspector (Roseville, 1937); manager (Newcastle, 1943-1954); insurance manager (Merewether, 1958-1972) * [[/Robert William Gregory|Gregory, Robert William]] [https://www.familysearch.org/tree/person/details/K2FW-QFJ] - 1907(Eng)-1995(SA) - Licences: 5GU Mt Barker (1935-1939) - Qualifications: cc; AOCP 1438, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: constable (Kadina, SA, 1939); police officer (Lobethal, SA, 1941-1943) ===''GREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Grey|Grey, Albert Edward "Bert"]] [https://www.familysearch.org/tree/person/details/LDK5-374] - 1897(WA)-1981(WA) - Licences: 6BO Perth (Nedlands, 1925-1932); 6BO Carnarvon (1933); 6AA Perth (Nedlands, 1937-1939) - Qualifications: cc; RTCP 532, 1920, Marconi & Telefunken; 1COCP 35, 1934; TVOCP 278 1960 - amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo PMGD); PMGD (postal assistant, Leederville,1919); WW1; RAAF (WW2, radar systems) - Electoral Rolls: telegraphist (Subiaco, 1925; Nedlands, 1925-1931); radio inspector (Nedlands, 1936-1972); retired (Nedlands, 1977-1980) * [[/Elton Edward Grey|Grey, Elton Edward or Edward Elton]] [https://www.familysearch.org/tree/person/details/GWPL-PQ5] - 1920(Qld)-1962(WA) - Licences: 4LX Brisbane (Ascot, 1936-1939); 6ZX Perth (West Perth, 1948); 6ZX Northam (1954-1955); 6ZX Perth (Leederville, 1956; Floreat Park, 1960) - Qualifications: cc; AOCP 1689, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: soldier (West Perth, WA, 1943); bank clerk (West Perth, WA, 1949); bank officer (Wagin, WA, 1949; Northam, WA, 1954; Floreat Park, WA, 1958) * [[/James Leonard Grey|Grey, James Leonard "Len"]] [https://www.familysearch.org/tree/person/details/GXZV-ZY5] - 1915(Sct)-1995(NSW) - Licences: 4LN Brisbane (Norman Park, 1937-1938); 2AKO Sydney (Vaucluse, 1939; Pymble, 1946-1961; St Ives, 1965-1969; Neutral Bay (1975-1980+) - Qualifications: cc; AOLCP 184, 1934; 2COCP 38, 1935 - amateur operator; amateur broadcaster; Radio clubs (WIAQ); military (WW2, RAAF); pilot (RQAC, QANTAS) - Electoral Rolls: aviator (Norman Park, Qld, 1936-1937); airline captain (Pymble, NSW, 1949-1958; St Ives, NSW, 1963-1968); retired (Neutral Bay, NSW, 1977-1980) ===''GRIBBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Gribble|Gribble, Arthur James]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIT Townsville (1917-1918) - Comment: only one reference found, likely misspelling; Electoral Rolls: Nil yet identified ===''GRIEVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Grieve|Grieve, Ian]] - Licences: Nil yet identified - Qualifications: Nil yet identified - historian (broadcast); proprietor of Australian Old Time Radio website - Electoral Rolls: - Links: [https://www.australianotr.com.au/ OTR] ===''GRIFFIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Neville Griffin|Griffin, Thomas Neville]] [https://www.familysearch.org/tree/person/details/G8C4-RJ2] - 1889(NSW)-1953(NSW) - Licences: 2LQ Sydney (Hornsby, 1929-1936); 2AIR Sydney (Northbridge, 1938-1939) - Qualifications: AOCP 505, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Hornsby, 1930-1934); electrical engineer (Artarmon, 1936; Willoughby, 1937; Hornsby, 1943-1949) ===''GRIFFEN-FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bridget Griffen-Foley|Griffen-Foley, Bridget]] - historian (broadcasting) - Professor, Department of Media, Communications, Creative Arts, Language and Literature, Macquarie University - author "Changing Stations: The Story of Australian Commercial Radio" & numerous professional articles ===''GRIFFITHS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Arthur Griffiths|Griffiths, Leslie Arthur "Les"]] [https://www.familysearch.org/tree/person/details/GXZK-81V] - 1909(Qld)-1970(Qld) - Licences: 4LZ Toowoomba (1938-1939, 1947-1956) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; military (WW2, RAN, signaller); cine assistant (Empire Theatre) - Halcyon: AOCP Toowoomba 1938 - Electoral Rolls: assistant projectionist (Toowoomba, Qld, 1931-1937); biograph projectionist (Toowoomba, Qld, 1943-1954; Toowoomba South, Qld, 1958); projectionist (Toowoomba West, Qld, 1963-1968) ===''GRIGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Haydn Errol Grigg|Grigg, Haydn Errol]] [https://www.familysearch.org/tree/person/details/G8BV-N98] - 1899(???)-1971(NSW) - Licences: 2AS Receive Sydney (Mosman, 1922); 2AS Sydney (Mosman, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Darlinghurst, 1935; Edgecliff, 1935-1949; Double Bay, 1954-1968) ===''GRIMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Douglas Grimes|Grimes, Benjamin Douglas]] [https://www.familysearch.org/tree/person/details/LZ8B-D6J] - 1901(Qld)-1987(Qld) - Licences: Receive (Crystal) Brisbane (Annerley, 1923-1924); 4BD Brisbane (Annerley, 1926-1931) - Qualifications: cc; AOCP 278, 1926, No. 23 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Tarragindi, 1925-1937); share dealer (New Farm, 1943); farmer (Cleveland, 1949-1958); retired (Corinda, 1968-1980) ===''GRIMMETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Urbane Grimmett|Grimmett, Stanley Urbane]] [https://www.familysearch.org/tree/person/details/L447-3MW] - 1905(NZ)-1974(NSW) - Licences: 2ZW Newcastle (Hamilton, 1930-1937); 2ZW Sydney (Bankstown, 1938-1939; Strathfield, 1946-1960; Vaucluse, 1961-1969) - Qualifications: AOCP 667, 1930, NSW - amateur operator, amateur broadcaster, journalist - Electoral Rolls: pharmacist (Hamilton, 1930-1937; Strathfield, 1949-1958); Vaucluse, 1963) ===''GRIVELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Grivell|Grivell, John "Jack"]] [https://www.familysearch.org/tree/person/details/KC43-NGM] - 1901(SA)-1971(SA) - Licences: 5BK Yorketown (1930-1933); 5BK Gladstone (1937); 5BK Crystal Brook (1938-1939); 5BK Gawler (1946-1947); 5BK Magill (1948-1969) - Qualifications: cc; AOCP 609, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (5CK Crystal Brook, 1939-1941); telephone mechanic (Gawler, 1943) ===''GROGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold William Grogan|Grogan, Arnold William]] [https://www.familysearch.org/tree/person/details/GFSS-87B] - 1915(WA)-1997(WA) - Licences: 6EI Perth (Mt Lawley, 1936-1939; City, 1947); 6EI Carnarvon (1948); 6EI Perth (Leederville, 1954-1980+) - Qualifications: cc; AOCP 1759, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Maylands, WA, 1937; East Perth, WA, 1943); public servant (Cottesloe, WA, 1949); civil servant (Leederville, WA, 1954-1980) ===''GRONOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rees Gronow|Gronow, William Rees]] [https://www.familysearch.org/tree/person/details/GZVM-KFV] - 1908(Vic)-2003(Vic) - 3EQ Receive Melbourne (City, 1922-1924), 3WG Melbourne (City, 1925-1933; Glen Iris, 1937; Malvern East, 1937; Glen Iris, 1938-1939, 1948-1960; Brighton, 1965-1980), amateur operator (AOCP 178, 1925, No. ?? in Vic), amateur broadcaster, director (Malvern, 1936-1954; Brighton, 1968-1977)) ===''GROVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Grove|Grove, Henry]] [https://www.familysearch.org/tree/person/details/L5KB-97B] - 1897(Eng)-1973(NSW) - Licences: N746 Receive Sydney (Enmore, 1922); 2HZ Receive Sydney (Enmore, 1922) - Qualifications: cc; CPRT 575, 1920 - amateur receiver - Electoral Rolls: traveller (Castle Hill, 1930); poultry farmer (Peakhurst, 1933-1949); retired (Burwood, 1963-1972) ===''GROWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Norman Wills Growden|Growden, George Norman Wills "Norman"]] [https://www.familysearch.org/tree/person/details/G9C6-15M] - 1913(Vic)-1984(SA) - Licences: 5YM Gladstone (1937-1939); 5YM Wedge Island via Port Lincoln (1954-1975) - Qualifications: cc; AOCP 1945, 1937, SA; BOCP 145, 1938; 2COCP 401, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: farmer (Gladstone, SA, 1939-1943); wireless operator (RAAF Station, Pearce, WA, 1943) ===''GRUBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Grubb|Grubb, William John]] [https://www.familysearch.org/tree/person/details/G6WK-K6N] - 1907(Qld)-1970(Vic) - Licences: 4DI Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: labourer (Rockhampton, 1931); concrete labourer (Rockhampton, 1936-1963); retired (Finch Hatton, 1968) ===''GRUMMITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Frederick Grummitt|Grummitt, Gilbert Frederick]] [https://www.familysearch.org/tree/person/details/G8Z7-FFD] - 1906(Qld)-1960(Qld) - Licences: 4BS Brisbane (Fortitude Valley, 1929-1933; Hamilton, 1937-1939; Bulimba, 1948-1960) - Qualifications: cc; AOCP 531, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: welder (Fortitude Valley, 1928-1934; Hamilton, 1936-1937); boilermaker (Bulimba, 1949-1958) ===''GRUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hill Grundy|Grundy, Robert Hill]] [https://www.familysearch.org/tree/person/details/LZP7-F78] - 1915(SA)-1988(SA) - Licences: 5BG Murray Bridge (1937-1939, 1947-1948); 5BG Crystal Brook (1954-1980) - Qualifications: cc; AOCP 2010, 1937, SA; BOCP 175, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''GUILDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Guildford|Guildford, Alfred]] [https://www.familysearch.org/tree/person/details/GX4T-5BG] - 19??(Eng)-1960(Qld) - Licences: 4AP Brisbane (Herston, 1934-1939, 1946-1948; Sandgate, 1960) - Qualifications: cc; AOCP 1342, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, publicity officer) - Electoral Rolls: advertisment writer (West End, Qld, 1934); copy writer (Kelvin Grove, Qld, 1936-1949) ===''GUNDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thor Odin Gundersen|Gundersen (BDM) or Gunderson (Census), Thor Odin]] [https://www.familysearch.org/tree/person/details/GHL8-F2W] - 1895(NZ)-1986(NZ) - Licences: Nil yet identified - Qualifications: cc; 1COCP 242, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: agent (Bondi, 1930-1931); radio officer (ss Fiona, 1943) ===''GUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Campbell Gunn|Gunn, Kenneth Campbell]] [https://www.familysearch.org/tree/person/details/93DG-X18] - 1911(Qld)-1975(Qld) - Licences: 4LG Laidley (1932-1937); 4LD Laidley (1937-1939, 1946-1975) - Qualifications: cc; AOCP 884, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Callsigns: 4LG likely withdrawn for 4LG Longreach - Electoral Rolls: clerk (Laidley, Qld, 1937-1972) ===''GUNTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Eliot Gunter|Gunter, Norman Eliot]] [https://www.familysearch.org/tree/person/details/L2WR-5VB] - 1912(Vic)-1943(At Sea) - Licences: 3NG Melbourne (Caulfield, 1930-1933; Hawthorn, 1937-1939) - Qualifications: AOCP 593, 1930, No. ?? in Vic; 2COCP 372, 1932; 1COCP 51, 1935 - amateur operator, amateur broadcaster, WW2 (merchant navy, wireless operator) - Electoral Rolls: sales (Caulfield, 1935; Hawthorn, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1428541] ===''GURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Carlisle Gurner|Gurner, Reginald Carlisle]] [https://www.familysearch.org/tree/person/details/GZZ2-8S8] - 1905(SA)-1975(SA) - 5CZ Receive Adelaide (New Parkside, 1923); Receive Adelaide (New Parkside, 1923); 5RG Adelaide (New Parkside, 1923-1928; Linden Park Gardens, 1931-1939) - Qualifications: cc; AOCP 31, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Linden Gardens, SA, 1939-1943) ===''GURR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Frederick Gurr|Gurr, Alan Frederick]] [https://www.familysearch.org/tree/person/details/G8GM-KJV] - 1904(Tas)-1974(Vic) - Licences: 3AG Geelong East (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geelong, 1926-1928; Belmont, 1931-1972) * [[/George Henry Gurr|Gurr, George Henry]] [https://www.familysearch.org/tree/person/details/L46K-DBB] - 1896(SA)-1957(Vic) - Licences: 5GO Adelaide (Parafield, 1933); 3QH Melbourne (Stanmore, 1947-1956) - Qualifications: cc; AOCP 1142, 1933, SA; 3COCP 185, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Parkville, Vic, 1926); ground engineer (Essendon, Vic, 1928); inspector (Caulfield, Vic, 1942; Essendon, Vic, 1949-1954) ===''GUTTERIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frank Gutteridge|Gutteridge, Reginald Frank]] [https://www.familysearch.org/tree/person/details/KNYP-KSN] - 1886(Tas)-1942(WA) - Licences: V759 Receive (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm manager (Marnoo, Vic, 1921); electrical engineer (Rupanyup, 1924-1927) =='''H'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''HADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lionel Trimble Hadley|Hadley, Arthur Lionel Trimble "Doc"]] [https://www.familysearch.org/tree/person/details/G7ZX-G9Y] - 1900(Qld)-1964(Qld) - Licences: 4AH Brisbane (Clifton Hill, 1930-1933; Dutton Park, 1937-1939; Annerley, 1946-1956) - Qualifications: cc; AOCP 636, 1930, No. ?? in Qld - amateur operator, amateur broadcaster, WW1, federal public servant (PMGD) - Electoral Rolls: signwriter (Taringa, 1921); salesman (Toowong, 1922-1925); motor assembler (Yeronga, 1929); radio mechanic (South Brisbane, 1937); technician (Annerley, 1949-1958); retired (Inala, 1958; Seven Hills, 1963) ===''HADLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Lindsay Hadlow|Hadlow, Martin Lindsay]] - radio clubs (NZDXRL, ARDXC, DXA), early wireless and broadcasting historian (Ph.D. Thesis,) ===''HAGARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neville Douglas Hagarty|Hagarty, Neville Douglas]] [https://www.familysearch.org/tree/person/details/G38J-GBJ] - 1907(Qld)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster (on 4WH); radio club participant; business proprietor; pilot; federal public servant (DCA) - Relationships: brother of 4WH William Edward Hagarty - Electoral Rolls: woodworker (Hospital Hill, 1930) * [[/William Edward Hagarty|Hagarty, William Edward "Edward / Eddie"]] [https://www.familysearch.org/tree/person/details/G384-TL3] - 1905(Qld)-1971(Qld) - Licences: 4WH Longreach (1925-1939); 4WH Townsville (1954-1969) - Qualifications: cc; AOCP 172, 1925, No. 16 in Qld; 2COCP 271, 1939; 1COCP 309, 1940 - amateur operator; amateur broadcaster; WW2; engineer; postal employee (PMG); federal public servant (PMG) - Relationships: brother of Neville Douglas Hagarty - Electoral Rolls: postal assistant (Longreach, 1930-1937); aeradio operator (Longreach, 1943); officer commanding aeradio station (Townsville, 1949-1954); communications officer (Townsville, 1958-1963; Mysterton, 1968) ===''HAI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pham Nhu Hai|Hai, Pham Nhu "Hai"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC), Director Broadcasting ITU-R ===''HAIGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bartin Robert Alfred Read Haigh|Haigh, Bartin Robert Alfred Read]] [https://www.familysearch.org/tree/person/details/GS9T-J8B] - 1854(NSW)-1928(NSW) - Licences: N752 Receive Sydney (Ashfield, 1922); 2IA Receive Sydney (Ashfield, 1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Ashfield, 1930); poultry farmer (Seven Hills, 1933) ===''HAINES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Lewis Harrison Haines|Haines, Claude Lewis Harrison]] [https://www.familysearch.org/tree/person/details/GXRC-8F6] - 1906(SA)-1996(SA) - Licences: 5CH Millicent (1933-1937); 3QM Geelong (Belmont, 1938-1939); 5CH Mt Gambier (1947-1980) - Qualifications: cc; AOCP 1118, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Belmont, Vic, 1937); engine driver (Mt Gambier, SA, 1941-1943) ===''HALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl William Millar Hale|Hale, Carl William Millar "William"]] [https://www.familysearch.org/tree/person/details/L5VR-TPL] - 1901(Vic)-1986(Vic) - Licences: 3GH Receive Melbourne (Elsternwick, 1922-1923); 3GH Anglesea (1924-1931+) - Qualifications: cc; AOCP 120, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (Elsternwick, 1924); architect (Hawthorn, 1958-1968; Malvern, 1977-1980) ===''HALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lovett Hall|Hall, Geoffrey Lovett]] [https://www.familysearch.org/tree/person/details/GHDB-ZD3] - 1895(Tas)-1972(Tas) - Licences: Receive Waddamanna (1923-1924); 7GH Waddamanna (1925-1931+); 7GH Hobart (1937-1939, 1947-1948) - Qualifications: cc; AOCP 137, 1925, No. ?? in Tas; BOCP 85, 1937 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Waddamana, 1928); engineer (New Town, 1936-1949) * [[/Graham George Hall|Hall, Graham George]] [https://www.familysearch.org/tree/person/details/G8HN-Z89] - 1910(Vic)-1971(Eng) - Licences: 3WO Melbourne (Glen Iris, 1929-1931; Hawthorn, 1933); 2AGH Sydney (Five Dock, 1937; Strathfield, 1938-1939; Hurstville, 1946-1969) - Qualifications: AOCP 482, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Auburn, 1934-1936); radio engineer (Abbotsford, 1937); engineer (Hurstville, 1949-1954; South Hurstville, 1958-1968) * [[/Reginald Allen Hall|Hall, Reginald Allen]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 539, 1929, No. ?? in ???? - amateur operator?, amateur broadcaster? - Electoral Rolls: Nil yet identified * [[/R. F. Hall|Hall, R. F.]] - 19??(???)-19??(???) - Licences: 3FH Receive Melbourne (Toorak, 1922); 3FH Melbourne (Toorak, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/William Charles Hall|Hall, William Charles]] - 19??(???)-19??(???) - Licences: 2BH Abermain (1930-1933); 2XT Abermain (1934-1936); 2XT Kurri Kurri (1938-1939, 1946-1948); 2XT Newcastle (Cooks Hill, 1950-1965; Toronto, 1969-1980+) - Qualifications: AOCP 643, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Abermain, 1935; Kurri Kurri, 1937-1943); hotel licensee (Newcastle, 1949-1963); retired (Toronto, 1972; Carey Bay, 1977-1980) - Comment: 2BH licence withdrawn for 2BH Broken Hill commercial; Beware several contemporaneous WCH in Newcastle region ===''HALLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philpot Hallam|Hallam, William Philpot]] [https://www.familysearch.org/tree/person/details/97MX-Y3J] - 1859(Tas)-1952(Vic) - Licences: XZH Hobart (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; PMGD Vic + Federal - Electoral Rolls: Nil ===''HALLIDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Fred Halliday|Halliday, Eric Fred]] [https://www.familysearch.org/tree/person/details/GC26-L5B] - 1913(SA)-1989(SA) - Licences: 5FW Adelaide (Hectorville, 1935-1939; South Payneham, 1947-1969; Magill, 1975) - Qualifications: cc; AOCP 1494, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Crystal Brook, 1939) ===''HALYDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Guyler Halyday|Halyday, James Guyler]] - 1904(Vic)-19??(???) - 4HZ Gympie (1939, 1946-1980+) , amateur operator (AOCP 2287, 1939, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ; Gympie ARC), military (WW2), employment (SEAQ linesman) ===''HAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilton Ham|Ham, George Wilton]] [https://www.familysearch.org/tree/person/details/GWX4-P28] - 1905(Qld)-1987(Qld) - Licences: 4CR Receive Brisbane (Northgate, 1923); 4GW Brisbane (Northgate, 1930-1931; Coorparoo, 1937-1939) - Qualifications: cc; AOCP 572, 1930, No. ?? in Qld - amateur receiver; amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (Toombul RC); employment (Chandlers) - Electoral Rolls: clerk (Coorparoo, 1937; St Lucia, 1943-1968); retired (Jamboree Heights, 1972-1980) * [[/Guildford Ham|Ham, Guildford]] [https://www.familysearch.org/tree/person/details/G67H-W9Y] - 1906(Qld)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; BOCP 101, 1937 - radio technician - Electoral Rolls: shop assistant (South Brisbane, 1928-1937); radio technician (South Brisbane, 1943; Bald Hills, 1943; Annerley, 1954); technician (Wavell Heights, 1958-1963) * [[/Thomas Edward Ham|Ham, Thomas Edward]] [https://www.familysearch.org/tree/person/details/G88F-R3P] - 1921(Qld)-19??(???) - Licences: 4WX Brisbane (Chelmer, 1937-1939); 2AGA Sydney (Kogarah, 1946-1947; Carlton, 1948-1950; Sylvannia Heights, 1954-1975); 4AGT Buderim (1980+) - Qualifications: cc; AOCP 2056, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (Sunshine Coast ARC); military (WW2, RAAF) - Electoral Rolls: radio mechanic (Sylvannia, 1954-1968); mechanic (Sylvannia, NSW, 1972-1977); retired (Buderim, 1980) ===''HAMILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Ormsby Hamilton|Hamilton, John William Ormsby]] [https://www.familysearch.org/tree/person/details/MG65-XRC] - 1869(Tas)-1944(Eng) - Australian representative of Pacific Radio Telegraph Co and Marconi Telegraph Co, promoted a scheme to link Aus/NZ/Pacific Islands (rejected by Aus Gov 1909), migrated to England to work for Marconi, donated Ormsby Hamilton Radio Prize in memory of his father Thomas Ormsby Hamilton ===''HAMMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Harold Hammond|Hammond, John Harold]] [https://www.familysearch.org/tree/person/details/G6HP-67H] - 1875(NSW)-1932(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: barrister-at-law (Ashfield, 1913); barrister (Killara, 1930-1932) * [[/Herbert Bowes Hammond|Hammond, Herbert Bowes]] [https://www.familysearch.org/tree/person/details/LZ4J-2PK] - 1907(NSW)-1967(NSW) - 2NI Sydney (Chatswood, 1925; Epping, 1926-1927; Chatswood, 1928; Naremburn, 1929-1930), amateur operator (AOCP 64, 1925 01, No. ?? in NSW; CPRT 895, 1925 12; 2COCP 318, 1931), amateur broadcaster ===''HANCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. A. Hancock|Hancock, C. A. or G. A.]] - 19??(???)-19??(???) - Licences: V748 Receive Melbourne (Berwick, 1922); 3GU Receive Melbourne (Berwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/D'Arcy Maxwell Hancock|Hancock, D'Arcy Maxwell]] [https://www.familysearch.org/tree/person/details/GCG4-L3Y] - 1910(SA)-2017(SA)107yo - Licences: 5RJ Kadina (1927-1939, 1946-1960); 5RJ Adelaide (Mitchell Park, 1965-1980+) - Qualifications: cc; AOCP 356, 1927, No. ?? in SA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Kadina, 1947) ===''HANNAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hannam|Hannam, Harold William]] [https://www.familysearch.org/tree/person/details/G83F-J78] - 1913(NSW)-1964(Vic) - Licences: 2IR Sydney (Hurstville South, 1935-1937); 2IR Orange (1938-1939); Sydney (South Hurstville, 1946-1948) - Qualifications: cc; AOCP 1472, 1935, Qld; BOCP 9, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hurstville, 1934-1937); radio engineer (Orange, 1943; Hurstville, 1949); engineer (Cheltenham, 1949-1954; Moorabbin, 1963) * [[/Walter Henry Hannam|Hannam, Walter Henry "Wally" "Wal", "Doc", "Fatty"]] [https://www.familysearch.org/tree/person/details/273W-H9T] - 1885(NSW)-1965(NSW) - XQI Stamford, Qld (1911-1914); 2YH Sydney (Balmain, 1924; Mosman, 1924-1933; Willoughby, 1934-1939); 2AXH Terrigal (1954-1961) - Qualifications: cc; AOCP 27, 1924, No. 10 in NSW - early wireless experimenter; amateur operator; radio clubs (WIA NSW, first secretary 1910); wireless operator Australasian Antarctic Expedition (1912-1914) - Relationships: don't confuse with father William Henry Hannam of Hannams Ltd, engineers & sheet metal workers - Electoral Rolls: - Links: [[w:Walter Henry Hannam|Wikipedia]]; [https://www.coolantarctica.com/Antarctica%20fact%20file/History/biography/hannam_walter.php Bio1]; [https://www.antarctica.gov.au/about-antarctica/history/people/walter-hannam/ Bio2] ===''HANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hansen|Hansen, Harold William]] [https://www.familysearch.org/tree/person/details/93DG-45T] - 1914(Qld)-2005(Qld) - Licences: 4FH Brisbane (Forest Hill, 1935-1939); 4SV Brisbane (Bulimba, 1948-1965; Carina, 1969-1980+) - Qualifications: cc; AOCP 1508, 1935, Qld; BOCP 1039, 1949 - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, 1937, radio technician); state public servant (BCC, communications officer) - Relationships: father of Graham Hansen 4FV - Electoral Rolls: labourer (Forest Hill, Qld, 1936-1937); WT Operator (Wendouree, Vic, 1942); RAAF (Maryborough, Qld, 1943); radio technician (Carina, Qld, 1968-1980) ===''HARDGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Hardgrave|Hardgrave, Philip "Pop"]] [https://www.familysearch.org/tree/person/details/GMPF-XL5] - 1857(Qld)-1940(Qld) - Licences: 4PH Brisbane (South Brisbane, 1933-1939) - Qualifications: cc; AOCP 1150, 1933, No. ?? in Qld - amateur operator; amateur broadcaster - Comment: oldest person in British Empire to obtain a full licence - Electoral Rolls: fruitgrower (Wellington Point, 1916-1928) ===''HARDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Netherton Kilgour Hardie|Hardie, Bruce Netherton Kilgour]] [https://www.familysearch.org/tree/person/details/GZ95-FMJ] - 1896(Vic)-1965(Vic) - 3YX Melbourne (Garden Vale, 1925-1933; City, 1937-1939), amateur operator (AOCP 49, 1925, No. ?? in Vic), amateur broadcaster, WIA Vic, accountant ===''HARDISTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Hardisty|Hardisty, David Charles]] [https://www.familysearch.org/tree/person/details/GZTM-C4W] - 1907(WA)-1980(WA) - Licences: 6DH Perth (Victoria Park, 1926-1939; West Perth, 1946-1948; Applecross, 1954-1980) - Qualifications: cc; AOCP 273, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Victoria Park, 1931-1943); radio mechanic (Applecross, 1954-1980) ===''HARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. R. Hardy|Hardy, W. R.]] - 19??(???)-19??(???) - 2RD Sydney (Glebe, 1925-1927), amateur operator (AOCP 187, 1925, No. ?? in NSW), amateur broadcaster ===''HARKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dennis James Harkin|Harkin, Denis or Dennis James]] [https://www.familysearch.org/tree/person/details/G45Q-9PH] - 1903(SA)-1993(Vic) - Licences: 3YN Receive Melbourne (Prahran, 1923); 3KF Melbourne (Kensington, 1924-1925); 3YN Melbourne (Preston, 1924-1926); 4YN Bowen (1927); 3YN Melbourne (East Brunswick, 1931); 3YY Newport (1938); 6YN Pearce (1938); 3ADJ Melbourne (Prahran, 1946-1948; Middle Park, 1954-1956; Thornbury, 1960-1975); 4ADJ Maryborough (1980) - Qualifications: CPRT 782, 1923; 1COCP 280, 1932 - amateur operator; amateur broadcaster; radio club participant (WIAQ); career military (RAAF); federal public servant (PMGD); WW2 - Electoral Rolls: mechanic (Preston, Vic, 1926; Brunswick, Vic, 1931; Newport, 1937); RAAF (Clifton Hill, 1942); technician (Prahran, 1949; Albert Park, 1954); radio technician (Thornbury, 1963-1972); nil (Maryborough, 1977-1980) ===''HARLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Harlen|Harlen, John Edward]] [https://www.familysearch.org/tree/person/details/K8MP-TWB] - 1884(Qld)-1953(Qld) - Licences: Receive Brisbane (Sunnybank, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Coopers Plains, Qld, 1908); fruit grower (Sunnybank, Qld, 1912-1949) ===''HARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Nicoll Harley|Harley, Gordon Nicoll]] [https://www.familysearch.org/tree/person/details/G89D-41H] - 1901(NSW)-1986(Qld) - Licences: "4AR Unlicensed" Ipswich (1926-1928); 4GH Ipswich (1928-1933); 4GH Didcott (1937-1939); 4GH Maryborough (1946-1980+) - Qualifications: cc; AOCP 385, 1928, No. 43 in Qld - amateur operator; amateur broadcaster; business proprietor (radio manufacture); employment (school teacher); WW2 - Electoral Rolls: clerk (Brassall, 1925); school teacher (Didcot, 1936-1943); teacher (Maryborough, 1949); school teacher (Maryborough, 1954-1980) ===''HARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Harmer|Harmer, George]] [https://www.familysearch.org/tree/person/details/LRTY-KHZ] - 1900(Eng)-1980(Qld) - Licences: 4XW Brisbane (Coorparoo, 1934-1939, 1946-1948; Camp Hill, 1954-1956; Coorparoo, 1960-1980) - Qualifications: cc; AOCP 1301, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIAQ); telephone technician (PMGD); federal public servant (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, Qld, 1937-1954); technician (Coorparoo, Qld, 1958-1980) ===''HARRANTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wolf Harranth|Harranth, Wolf]] - 1941(Austria)-2021(Austria) - Licences: OE1WHC Austria - curator of Dokufunk, host of the world's largest collection of amateur radio and broadcast QSLs; amateur radio operator; broadcast announcer; historian (amateur radio, broadcasting); children's book author; translator - provided the core of the WIA QSL collection ===''HARRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Harris|Harris, Alfred Charles]] [https://www.familysearch.org/tree/person/details/GZY1-F4K] - 1900(Vic)-1963(Vic) - Licences: 3CH Birchip (1926-1939; 1946-1960+) - Qualifications: AOCP 303, 1926, No. ?? in Vic -amateur operator, amateur broadcaster, class B licence? - Electoral Rolls: engineer (Ouyen, 1924); electrical engineer (Birchip, 1925-1954; Power Station, Ouyen, 1963) * [[/Ross Clifford Harris|Harris, Ross Clifford]] [https://www.familysearch.org/tree/person/details/L5Y2-DZF] - 1917(SA)-1954(SA) - Licences: 5FL Adelaide (Glenelg, 1936-1939; Malvern, 1947-1948; Hawthorn, 1954) - Qualifications: cc; AOCP 1651, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Valentine Harms Harris|Harris, Valentine Harms]] [https://www.familysearch.org/tree/person/details/L1PM-FDM] - 1909(WA)-1995(WA) - Licences: 6NL Perth (Shenton Park, 1935-1939; Applecross, 1947-1969); 6NL Denmark (1975-1980+) - Qualifications: cc; AOCP 1579, 1935, WA - amateur operator; amateur broadcaster - Relationships: Husband of 6YL Ruth Victoria Harris nee Longley - Electoral Rolls: garage employee (Subiaco, WA, 1931); radio mechanic (Subiaco, WA, 1936-1937); mechanic (Applecross, WA, 1949-1972) ===''HARRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Lionel Carr Harrison|Harrison, Percival Lionel Carr]] [https://www.familysearch.org/tree/person/details/GFM3-VDC] - 1912(WA)-2001(WA) - Licences: 6LH Perth (Claremont, 1937-1939; Armadale, 1947-1980+) - Qualifications: cc; AOCP 1909, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Claremont, WA, 1936-1937); civil servant (Armadale, WA, 1943-1980) ===''HARRISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Harriss|Harriss, Alfred George]] [https://www.familysearch.org/tree/person/details/K8HN-THZ] - 1873(Eng)-1932(Qld) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), radio clubs (Longreach Radio Club), business proprietor (Jackson & Harriss) - Electoral Rolls: engineer (Longreach, 1930) - Relationships: father of Dorothy Winnifred Macfarlane formerly Fanning nee Harriss * [[/Dorothy Winnifred Harriss|Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred]] [https://www.familysearch.org/tree/person/details/KGYC-3CP] - 1905(Qld)-1986(Qld) - Licences: 4DH Longreach (1930-1933) - Qualifications: cc; AOCP 573, 1930, No. ?? in Qld; BOCP - amateur operator; amateur broadcaster; radio clubs (WIAQ); first YL operator in Qld - Electoral Rolls: typist (Longreach, 1930); home duties (Longreach, 1936-1943; Warwick, 1949; Toowoomba, 1954-1977; Macgregor, 1980) - Relationships: daughter of Alfred George Harriss ===''HARRISSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harrisson|Harrisson, Charles "Snowy"]] [https://www.familysearch.org/tree/person/details/LK9P-VK3] - 1908(Tas)-1995(Tas) - Licences: 7CH Hobart (Bellerive, 1933); 3CN Shepparton (1937-1939); 7CH Hobart (Moonah, 1954-1960); 7CH Burnie (1965); 7CH Hobart (Bellerive, 1969-1980+) - Qualifications: cc; AOCP 348, 1927, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: son of Charles Turnbull Harrisson, biologist in the Australasian Antarctic Expedition - Electoral Rolls: bank clerk (Shepparton, 1936-1949); bank manager (Moonah, 1954) ===''HARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leslie William Harston|Harston, Leslie William or William Leslie "Bill"]] [https://www.familysearch.org/tree/person/details/GDQD-XVY] - 1897(Qld)-1983(Qld) - Licences: 4RY Brisbane (Clayfield, 1932-1939, 1946-1948; Holland Park, 1954-1969) - Qualifications: cc; AOCP 903, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; business proprietor (art shop) - Electoral Rolls: warehouseman (Clayfield, Qld, 1921-1943); no occupation (Holland Park, Qld, 1954-1980) ===''HART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Samuel Hart|Hart, Augustus Samuel]] [https://www.familysearch.org/tree/person/details/9CMQ-4CP] - 1890(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 57, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: saddler (Watchem, Vic, 1912; Glen Thompson, 1913); wireless engineer (Moonee Ponds, 1936-1937); wireless operator (Esperance, 1943); telegraphist (Darwin, 1949); wireless officer (Moonee Ponds, 1963-1968; Essendon, 1972) * [[/James Claude Hoyte John Hart|Hart, James Claude Hoyte John "Hoyte John", "Roy"]] [https://www.familysearch.org/tree/person/details/GQWC-W4C] - 1904(Eng)-1992(NSW) - Licences: 2HO Sydney (Manly, 1928-1931; Roseville, 1933-1939, 1946-1956; St Ives East, 1957-1975; Manly, 1980+) - Qualifications: AOCP 410, 1928, No. ?? in NSW; 3COCP 4622, 1963 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Roseville, 1933-1954; St Ives, 1958-1963); retired (St Ives, 1968-1977; Manly, 1980) * [[/Norman Victor Hart|Hart, Norman Victor]] [https://www.familysearch.org/tree/person/details/LNK3-TXW] - 1908(Qld)-1998(Qld) - Licences: 4KO Booval (1931-1939, 1946-1980+) - Qualifications: cc; AOCP 760, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIA, Ipswich RC); engineer - Electoral Rolls: shop assistant (Booval, 1932-1937); grocer (Booval, 1943-1949); radio technician (Booval, 1954-1972; East Ipswich, 1977-1980) ===''HARVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. C. L. Harvey|Harvey, B. C. L.]] - 19??(???)-19??(???) - Licences: XJAC Melbourne (Port Melbourne, 1913) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edward Rossiter Harvey|Harvey, Edward Rossiter]] [https://www.familysearch.org/tree/person/details/GXBP-BK8] - 1918(WA)-2009(Qld) - Licences: 6RG Perth (Scarborough, 1937-1939, 1947-1948); 4RK Surfers Paradise (1969-1980+) - Qualifications: cc; AOCP 2041, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Leederville, WA, 1943; Scarborough, WA, 1943); newsagent (Scarborough, WA, 1949-1958); shopkeeper (Surfers Paradise, Qld, 1963); proprietor (Surfers Paradise, Qld, 1972-1977); retired (Mermaid Waters, Qld, 1980) * [[/Manning Herbert Harvey|Harvey, Manning Herbert]] [https://www.familysearch.org/tree/person/details/KZGG-LFZ] - 1887(Tas)-1932(Tas) - Licences: XZC Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: electrician (Hobart East, 1914-1928) ===''HASKARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Geoffrey Haskard|Haskard, Reginald Geoffrey "Geoff"]] [https://www.familysearch.org/tree/person/details/GZB5-S35] - 1906(SA)-1988(SA) - Licences: Receive Adelaide (Jamestown, 1923-1924); 5RH Adelaide (Jamestown, 1927-1931; North Adelaide, 1933; Malvern, 1937-1939; Helmsdale, 1947; Plympton, 1948-1975; West Beach, 1980+) - Qualifications: cc; AOCP 316, 1927, No. ?? in SA; BOCP 1558, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: retreader (Malvern, 1939-1941); wireless operator (Malvern, 1943) ===''HATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Westrop Henry Hatfield|Hatfield, Westrop Henry "West"]] [https://www.familysearch.org/tree/person/details/GZB5-VF5] - 1909(Vic)-1998(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''HATTAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Hattam|Hattam, Fred]] [https://www.familysearch.org/tree/person/details/G8ZV-QDL] - 1906(Vic)-1976(Vic) - Licences: 3HW Castlemaine (1929-1939); 3BAL Castlemaine (1975) - Qualifications: AOCP 541, 1929, No. ?? in Vic; BOCP 410, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Castlemaine, 1928-1937); radio mechanic (Castlemaine, 1954-1967); engineer (Castlemaine, 1968-1972) ===''HAWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haworth|Haworth, William]] [https://www.familysearch.org/tree/person/details/G823-JT3] - 1896(Qld)-1987(Qld) - Licences Q737 Receive Qld (1922-1923) - Qualifications: cc; Nil identified as yet - amateur receiver - Electoral Rolls: telephone mechanic (Ironside Estate, 1917); mechanic (Taringa, 1921-1928); lineman (North Tmborine, 1931); electrical mechanic (Eagle Heights, 1936; Toowong, 1937); telephone mechanic (Bundaberg, 1943-1949); technician (Toowong, 1954-1972); retired (Caloundra, 1977-1980) ===''HAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edgar Cecil Hawson|Hawson, Thomas Edgar Cecil]] [https://www.familysearch.org/tree/person/details/GXZ2-ZV9] - 1916(Qld)-1992(Qld) - Licences: 4CH Ipswich (Woodend, 1937-1939; East Ipswich, 1947-1948); 4CH Brisbane (Yeronga, 1969; Salisbury, 1975-1980) - Qualifications: cc; AOCP 2016, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: agent (Ipswich, Qld, 1937); radio mechanic (East Ipswich, Qld, 1949); storekeeper (Windsor, Qld, 1954; Yeronga, Qld, 1958; Salisbury, Qld, 1963-1980) ===''HAYMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Inglis Hayman|Hayman, William George Inglis]] [https://www.familysearch.org/tree/person/details/G8NL-CX1] - 1897(Eng)-1968(WA) - Licences: 6BG Perth (Claremont, 1925); 6GH Perth (Claremont, 1946-1965) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; scientist; educator - Electoral Rolls: lecturer (Claremont, 1922-1929); engineer (Claremont, 1931-1954); civil servant (Claremont, 1958-1968) - [https://adb.anu.edu.au/biography/hayman-william-george-12971 ADB] ===''HAYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Lot Henry Haynes|Haynes, Bruce Lot Henry]] [https://www.familysearch.org/tree/person/details/KC44-8M4] - 1898(NSW)-1961(NSW) - Licences: 2YA Armidale (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Armidale, 1930-1936); poultry farmer (West Pennant Hills, 1943-1958) * [[/Thomas Ambrose John Haynes|Haynes, Thomas Ambrose John]] [https://www.familysearch.org/tree/person/details/GSC5-WXM] - 1902(SA)-1968(SA) - Licences: 5AY Adelaide (Black Forest Estate, 1931-1939) - Qualifications: cc; AOCP 835, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Black Forest, 1939-1943) ===''HAZLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Stanley Arnold Hazlett|Hazlett, Royce Stanley Arnold]] [https://www.familysearch.org/tree/person/details/GXX4-F38] - 1932(Qld)-2015(Qld) - Licences: 4ZRH Brisbane (Wellers Hill, 1965-1975) - Qualifications: AOLCP 1159, 1961, Qld - amateur operator - Relationships: Son of 4EO Stanley Albert Hazlett - Electoral Rolls: electrician (Coorparoo, Qld, 1954-1963); electrical contractor (Wellers Hill, Qld, 1968-1972); contractor (Tarragindi, Qld, 1977-1980) * [[/Stanley Albert Hazlett|Hazlett, Stanley Albert]] [https://www.familysearch.org/tree/person/details/KC33-RH7] - 1900(Qld)-1971(Qld) - Licences: 4EO Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 4ZRH Royce Stanley Arnold Hazlett - Electoral Rolls: clerk (Coorparoo, Qld, 1925-1928); buyer (Coorparoo, Qld, 1937-1968) ===''HEARPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Hearps, David Edward]] - See David Edward Vaughan (assumed change of name) ===''HEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Harry Heath|Heath, Allan Harry]] [https://www.familysearch.org/tree/person/details/L5Y4-4DT] - 1914(SA)-1986(SA) - Licences: 5ZX Adelaide (Prospect Park, 1934-1939; Highgate, 1947-1956; Brighton, 1960-1980) - Qualifications: cc; AOCP 1369, 1934, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''HEATHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Heathers|Heathers, Cyril John]] [https://www.familysearch.org/tree/person/details/G8XN-NG9] - 1909(Eng)-2003(NSW) - Licences: 2GZ Sydney (Bankstown, 1930-1934); 2UA Sydney (Bankstown, 1935-1939; Artarmon, 1946-1975) - Qualifications: AOCP 615, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Bankstown, 1930-1943); telephone engineer (Artarmon, 1949-1968); engineer (Artarmon, 1977-1980) - Comment: 2GZ callsign likely withdrawn by PMGD for 2GZ Orange commercial ===''HEILBRONN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Heilbronn|Heilbronn, George]] [https://www.familysearch.org/tree/person/details/LJHL-PW3] - 1894(Qld)-1972(Qld) - Licences: 4GG Chinchilla (1929-1939); 4GG Yarraman (1946-1955); 4GG Crows Nest (1956); 4GG Millmerran (1960); 4GG Brisbane (Wynnum, 1965-1969) - Qualifications: cc; AOCP 565, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (Qld Listeners' League) - Electoral Rolls: locomotive fireman (Chinchilla, 1925-1937); locomotive driver (Yarraman, 1954); engine driver (Millmerran, 1943-1958); retired (Wynnum, 1963-1968) ===''HEINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Heine|Heine, John Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/G9VS-V1F] - 1908(Tas)-1988(Vic) - Licences: 7JK Hobart (City, 1927; Bellerive, 1931); 4JX Brisbane (City, 1933; Ascot, 1935; Kangaroo Point, 1937; Mowbray Park, 1938-1939); 3JF Melbourne (Beaumaris) (1960-1980+) - Qualifications: cc; AOCP 355, 1927, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kangaroo Point, 1934; Norman Park, 1937); engineer (Brighton, 1949); representative (Beaumaris, 1954-1980) ===''HEINRICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Latimer Heinrich|Heinrich, William Latimer]] [https://www.familysearch.org/tree/person/details/GXG5-S7Y] - 1917(SA)-1993(SA) - Licences: 5HR Bute (1934-1939); 5HR Adelaide (Kensington Gardens, 1947-1980+) - Qualifications: cc; AOCP 1376, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: farmhand (Bute, SA, 1939-1943) ===''HEITSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry John Keith Heitsch|Heitsch, Henry John Keith or Heinrich Johann]] [https://www.familysearch.org/tree/person/details/G8CV-QYP] - 1907(Vic)-1996(Qld) - Licences: 3HK Melbourne (Mitcham, 1929-1939, 1947-1975); 4AHK Scarness (1980+) - Qualifications: AOCP 516, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: piano fitter (Mitcham, 1931-1954); technician (Mitcham, 1963-1977); retired (Scarness, Qld, 1980) ===''HELLAWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Herbert Hellawell|Hellawell, Francis Herbert "Frank"]] [https://www.familysearch.org/tree/person/details/LK5G-478] - 1885(Qld)-1958(Qld) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - early wireless experimenter; amateur radio clubs (member, WIQ); federal public servant (PMGD) - Electoral Rolls: engineer (Toowong, 1913-1914; Coorparoo, 1919; East Annerley, 1925; Annerley, 1929-1934); clerk (Brisbane City, 1937); no occupation (Beachmere, 1943-1949; Annerley, 1954-1958) ===''HELLYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leicester Henry Hellyer|Hellyer, Leicester Henry]] [https://www.familysearch.org/tree/person/details/KFNW-BTC] - 1908(NSW)-1972(NSW) - Licences: 2LS Sydney (Rockdale, 1930-1933) - Qualifications: AOCP 600, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Rockdale, 1930-1933; Manly, 1934-1935; Artarmon, 1936-1937; Willoughby, 1943; Artarmon, 1949-1963; Newport, 1968-1977) ===''HENDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Henderson|Henderson, Frederick James]] [https://www.familysearch.org/tree/person/details/GXQG-XRX] - 1891(Eng)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 208, 1916 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified * [[/S. A. Henderson|Henderson, S. A.]] - 19??(???)-19??(???) - Licences: 5JN Adelaide (Walkerville, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HENNESSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] - 1896(Qld)-19?? - 4LO Brisbane (City, 1931-1939), amateur operator (AOCP 826, 1931, No. ? in Qld), fourth YL operator in Qld ===''HENRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Geddes Henry|Henry, Arthur Geddes]] [https://www.familysearch.org/tree/person/details/L4QW-K9Z] - 1907(NSW)-1969(NSW) - Licences: 2ZK Sydney (Sandringham, 1929-1939) - Qualifications: AOCP 494, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Sandringham, NSW, 1930-1937); engineer (San Souci, 1949-1963; Northbridge, 1968) * [[/Clement John Henry|Henry, Clement John]] [https://www.familysearch.org/tree/person/details/GZ6T-RPC] - 1905(NSW)-1996(NSW) - Licences: Receive (Valve) Uralla (1923); 2CH Uralla (1924-1929); 2UR Uralla (1930-1939); 2UR Blakehurst (1946); 2UR Sydney (Neutral Bay, 1948-1957; Pymble, 1958-1980+) - Qualifications: cc; AOCP 85, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 (RAAF) - Withdrawal: 2CH callsign withdrawn in 1930 for 2CH Sydney - Electoral Rolls: electrician (Uralla, 1930-1937); electrical fitter (RAAF Richmond, 1943); technician (Neutral Bay, 1949-1954; Pymble, 1958-1980) * [[/John Edwin Henry|Henry, John Edwin]] [https://www.familysearch.org/tree/person/details/KL6B-GD6] - 1868(Vic)-1933(Qld) - Licences: 4CZ Receive Mt Alford via Boonah (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: baker (Gundy, NSW, 1913); farmer (Boonah, Qld, 1917-1921); storekeeper (Mt Alford, Qld, 1922-1926); baker (Dayboro, Qld, 1928; Wondai, Qld, 1931) * [[/Raymond Cherrington Henry|Henry, Raymond Cherrington "Tom"]] [https://www.familysearch.org/tree/person/details/GX5X-C1Y] - 1894(SA)-1975(SA) - Licences: 5CY Cook (1935-1939); 5RY Adelaide (Goodwood, 1960) - Qualifications: cc; AOCP 1421, 1935, SA - amateur operator; amateur broadcaster; WW2 - Comment: Son, also named RCH, passed in WW2 - Electoral Rolls: fitter (Goodwood Park, SA, 1939-1943) ===''HENWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ralph Franklin Henwood|Henwood, Ralph Franklin]] [https://www.familysearch.org/tree/person/details/G89X-CF6] - 1912(WA)-1979(WA) - Licences: 6RL Perth (North Perth, 1930-1933; Claremont, 1937); 6RL Northam (1946-1948); 2AXA Sydney (Rose Bay, 1960-1961); 6RL Perth (Claremont, 1969-1975) - Qualifications: cc; AOCP 720, 1930, No. ?? in WA; BOCP 2, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio serviceman (Claremont, 1936); radio operator (6AM) (Northam, 1937); radio technician (Northam, 1943-1949; Claremont, 1954); technician (Bellevue Hill, 1958; Claremont, 1963-1972; Nedlands, 1977) ===''HEPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Dean Hepton|Hepton, William Dean "Bill"]] [https://www.familysearch.org/tree/person/details/LRBB-VN5] - 1898(Qld)-1966(Qld) - Licences: 4WD Brisbane (Milton, 1932-1939) - Qualifications: cc; AOCP 918, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, instructor 1932-1935) - Electoral Rolls: mechanic (Paddington, Qld, 1921; Milton, Qld, 1925-1963) ===''HERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Kinross Herd|Herd, James Kinross]] [https://www.familysearch.org/tree/person/details/GZZ2-YSQ] - 1901(Vic)-1963(Vic) - 3JK Baccus Marsh (1924-1927), 3JK Wangaratta (1933-1939, 1946-1956), 3JK Mornington (1960), amateur operator (AOCP 36, 1924, No. ?? in Vic), amateur broadcaster ===''HERSCHEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Victor Herschel|Herschel, Henry Victor]] [https://www.familysearch.org/tree/person/details/K4N6-76H] - 1902(Qld)-1937(Qld) - Licences: 4UK Cairns (1929-1931); 4UK Toowoomba (1933); 4UK Brisbane (Indooroopilly, 1937) - Qualifications: cc; AOCP 564, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Newtown, 1925; Cairns, 1930; Indooroopilly, 1936-1937)- Comment: Passed too soon ===''HESKETH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Hesketh|Hesketh, John]] - 1868(Eng)-1917(Vic) - early wireless experimenter, senior state public servant (Qld electrical engineer), senior federal public servant (PMGD, chief electrical engineer), military (Royal Engineers, Eng; Qld Defence Force, lieutenant) ===''HEWITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Hewitt|Hewitt, Archibald John "Arch"]] [https://www.familysearch.org/tree/person/details/G8DZ-TNY] - 1910(SA)-1988(SA) - Licences: 5XK Adelaide (Torrensville, 1930-1939); 5XK Kingscote (1946-1948); 5XK Adelaide (Torrensville, 1954; College Park, 1955-1956; Lucindale, 1960; Semaphore, 1965-1969; Ottaway, 1975-1980) - Qualifications: cc; AOCP 582, 1930, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal clerk (Kingscote, 1939-1941) * [[/Clarence Richard Hewitt|Hewitt, Clarence Richard]] [https://www.familysearch.org/tree/person/details/G6D1-718] - 1900(Qld)-1969(Qld) - Licences: 4CR Brisbane (Rosalie, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Petrie Tce, Qld, 1919); student (Petrie Tce, Qld, 1921-1926); moulder (Rosalie, Qld, 1928); carpenter (Rosalie, Qld, 1936-1943; Indooroopilly, Qld, 1949); hotel manager (Indooroopilly, Qld, 1954) * [[/Horace Thomas Hewitt|Hewitt, Horace Thomas]] [https://www.familysearch.org/tree/person/details/MN6S-JBL] - 1904(Qld)-1988(Qld) - Licences: 4PD Brisbane (Moorooka, 1939, 1947-1980) - Qualifications: cc; AOCP 2377, 1939, Qld - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Hodgson, Qld, 1925; Bowen, Qld, 1930); mechanic (Roma, Qld, 1936-1937); turner (Moorooka, Qld, 1943-1980) * [[/Thomas George Hewitt|Hewitt, Thomas George]] [https://www.familysearch.org/tree/person/details/GXZ2-PLM] - 1900(NSW)-1962(NSW) - Licences: 4TH Cairns (1937-1939); 2LH Lismore (1946-1961); 2ATG Lennox Head (1955-1961) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: medical practitioner (Cairns, Qld, 1930-1943; Lismore, NSW, 1949-1958) ===''HIAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Charles Hiam|Hiam, Robert Charles "Charles"]] [https://www.familysearch.org/tree/person/details/9VCT-14T] - 1888(Vic)-1982(Vic) - Licences: XLD Melbourne (Balaclava, 1913-1914); 3LW Melbourne (St Kilda, 1923-1931; Caulfield North, 1933-1939) - Qualifications: cc; CPRT 174, 1915 - amateur operator; amateur broadcaster - Electoral Rolls: tailor (St Kilda, 1913-1928; Caulfield, 1931-1968); retired (Beaumaris, 1972-1980) ===''HICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Joseph Hicks|Hicks, Henry Joseph "Harry"]] [https://www.familysearch.org/tree/person/details/G8QG-RRR] - 1913(Qld)-1983(Qld) - Licences: 1HH Macquarie Island (1955-1956); 4HG Willis Island (1963); 9HG Lae, New Guinea (1965-1969); 4HG Tolga (1975-1980) - Qualifications: AOCP 2468, 1941, Qld; 1COCP 784, 1944 - amateur operator - Electoral Rolls: letterpress machinist (Cairns, 1936-1937); printer (Newtown, 1943); radio officer (Broome, 1963); wireless operator (Thursday Island, 1972); retired (Tolga, 1977-1980) - Awards: BEM (1958, Officer in Charge, Radio Weather Reporting Station, Willis Islets) ===''HIGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Gordon Conway Higgins|Higgins, John Gordon Conway "Jack"]] [https://www.familysearch.org/tree/person/details/GD45-FKK] - 1884(NSW)-1963(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 29, 1914 - wireless telegraphist, WW1, WW2 - Electoral Rolls: clerk (South Perth, 1910-1912); radio engineer (Prahran, 1925-1927); manufacturer (St Kilda, Vic, 1934-1937); soldier (Caulfield, 1942); military duties (South Yarra, 1949); retired (Dromana, 1954; Sorrento, 1963) ===''HILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Edward Hilder|Hilder, Henry Edward]] - 1919(???)-1984(Qld) - 4HH Brisbane (East Brisbane, 1946-1948; Nudgee, 1954-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ), military (WW2, AIF Signals), employment (Brisbane Fire Brigade, communications), (Halcyon says AOCP Brisbane 1936 but no record) ===''HILDYARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol David Hildyard|Hildyard, Athol David]] [https://www.familysearch.org/tree/person/details/LYNY-TBD] - 1919(Tas)-1998(Tas) - Licences: 7DH Hobart (City, 1936-1939, 1948; Montagu Bay, 1954-1980+) - Qualifications: cc; AOCP 1735, 1936, No. ?? in Tas; 1AOCP 50, 1947 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcast technician (Hobart South, 1943-1949); radio engineer (Montagu Bay, 1954) ===''HILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Wyatt Hill|Hill, Alfred Wyatt]] [https://www.familysearch.org/tree/person/details/GD2Y-5VM] - 19??(???)-19??(???) - Licences: 2TS Sydney (Killara, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Arthur Stanley Hill|Hill, Arthur Stanley]] [https://www.familysearch.org/tree/person/details/GX16-FRC] - 1906(Eng)-19??(???) - Licences: 6AH Wiluna (1937-1939, 1947-1965); 6AH Busselton (1969-1980+) - Qualifications: cc; AOCP 1985, 1937, WA - amateur operator; amateur broadcaster; WW2 - Relationships: Husband of 6MH Mary Lilian Hill nee - Electoral Rolls: electrician (Wiluna, WA, 1931); engineer (Wiluna, WA, 1936-1949); business manager (Wiluna, WA, 1954-1963); retired (West Busselton, WA, 1968-1980) * [[/Frederick John Hill|Hill, Frederick John]] [https://www.familysearch.org/tree/person/details/G8CS-1J5] - 19??(???)-19??(???) - Licences: 2TY Kurri Kurri (1929-1934) - Qualifications: cc; AOCP 500, 1929, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: colliery employee (Pelaw Main, 1930; Stanford Merthyr, 1934; Kurri Kurri, 1936-1937); winding driver (Kurri Kurri, 1968) * [[/Mary Lilian XXXX|Hill nee , Mary Lilian]] [https://www.familysearch.org/tree/person/details/GX16-JZY] - 1906(???)-19??(???) - Licences: 6MH Wiluna (1937-1939, 1947-1965); 6MH Busselton (1969-1980+) - Qualifications: cc; AOCP 1976, 1937, WA - amateur operator; amateur broadcaster; YL operator - Relationships: Wife of 6AH Arthur Stanley Hill - Electoral Rolls: ===''HILLHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Reid Hillhouse|Hillhouse, James or James Reid]] [https://www.familysearch.org/tree/person/details/GXH2-YZJ] - 1907(Sct)-1992(Qld) - Licences: 4ZO Collinsville (1933-1939, 1947-1975); 4ZO Bowen (1980+) - Qualifications: cc; AOCP 1115, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: coal miner (Collinsville, Qld, 1928-1963); retired (Gladstone, Qld, 1977) ===''HILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Hilton|Hilton, William Edward]] [https://www.familysearch.org/tree/person/details/GDPR-P1K] - 1876(???)-1957(NSW) - Licences: XEQ Sydney (St Leonards, 1913-1914); 2BA Receive Sydney (Crows Nest, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: postal assistant (Newtown, 1903); postmaster (Stockton, 1930-1932; Kurri Kurri, 1934-1936); retired (Long Jetty, 1943-1949) ===''HINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Hine|Hine, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GCBY-3SZ] - 1907(NSW)-1994(NSW) - Licences: 2QL Sydney (Campsie, 1935-1937; Richmond, 1938-1939; Homebush, 1946-1980+) - Qualifications: AOCP 1434, 1935, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Campsie, 1930-1931; Temora, 1932-1935); wireless operator (RAAF Richmond, 1936-1937; Concord, 1943); radio officer (Homebush, 1954-1958; Strathfield West, 1968; Homebush, 1977-1980) ===''HIPWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Anson Le Hunt Hipwell|Hipwell, Ronald Anson Le Hunt]] [https://www.familysearch.org/tree/person/details/G8HJ-SMM] - 1902(Vic)-1975(Vic) - Licences: 3KU Swan Hill (1929-1933); 2ACD Broken Hill (1937-1939); 3ACD Melbourne (Dromana, 1955-1956); 5AJ Port Augusta (1960-1965); 3AEI Melbourne (Dromana, 1969-1975) - Qualifications: AOCP 486, 1929, No. ?? in Vic; AOLCP 140, 1934 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: engineer (St Kilda East, 1925); electrical engineer (Swan Hill, 1931); radio engineer (Broken Hill, 1935-1943); radio electrical fitter (Dromana, 1949-1954); retired (Dromana, 1972) ===''HIRSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jacob Alexander Hirsch|Hirsch or Deerson, Jacob or Jakob Alexander]] [https://www.familysearch.org/tree/person/details/GWZX-RZ3] - 1896(Aus)-1979(Aus) - Licences: 2AE Receive Sydney (Croydon, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (Oatley, 1930-1937); clerk (Canberra, 1949); no occupation (Pambula Beach, 1954-1972; Merimbula, 1977) ===''HITCHCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leith Fuller Hitchcock|Hitchcock, Leith Fuller]] [https://www.familysearch.org/tree/person/details/GXWC-Y61] - 1897(Qld)-1953(Qld) - Licences: 4LH Brisbane (Wooloowin, 1931-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: bacteriologist (Wooloowin, 1921-1936); research officer (Wooloowin, 1943-1949) ===''HOAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. M. Hoad|Hoad, C. M.]] - 19??(???)-19??(???) - Licences: None yet identified - Qualifications: AOCP 319, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - Individual not yet identified ===''HOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Cecil Hoar|Hoar, John Cecil]] [https://www.familysearch.org/tree/person/details/MVKW-HND] - 1900(Eng)-1964(WA) - Licences: 6OR Perth (Fremantle, 1931-1939; Mosman Park, 1947-1960) - Qualifications: cc; AOCP 786, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Barracks, Fremantle, WA, 1925-1931; East Fremantle, WA, 1936-1937; Mosman Park, WA, 1949-1963) ===''HOARE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Hoare|Hoare, Peter]] [https://www.familysearch.org/tree/person/details/G99K-6N4] - 1895(NSW)-1975(NSW) - 2PH Gosford (1925-1927), amateur operator (AOCP 82, 1925, No. ?? in NSW), amateur broadcaster, railway signalman * [[/Pierce Mark Hoare|Hoare, Pierce Mark]] - 1895(NSW)-1988(NSW) - 2SL Lismore (1934-1980+), amateur operator (AOCP 1227, 1933, No. ?? in NSW), amateur broadcaster, radio clubs (Richmond River Listeners' League) ===''HOBART-DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Hobart-Duff, William Vere see Duff, William Vere Hobart]] ===''HOBCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hurtle Horace Hobcroft|Hobcroft, Hurtle Horace]] [https://www.familysearch.org/tree/person/details/G8WZ-G5T] - 1899(SA)-1993(SA) - Licences: 5RE Adelaide (West Brunswick, 1928); 5RE Renmark (1931-1939, 1946-1956); 5RE Adelaide (Linden Park, 1960-1969) - Qualifications: cc; AOCP 420, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW1; WW2 - Relationships: Father of Rex Kelvin Hobcroft - Electoral Rolls: clerk (Carlton North, 1925-1926; Brunswick West, 1928); horticulturalist (Renmark, 1939-1943) ===''HOBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Forde Hobler|Hobler, Cecil Forde]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: solicitor (Barcaldine, 1928) - Relationships: cousin of 4DO Harold Learmonth Hobler? * [[/Harold Learmonth Hobler|Hobler, Harold Learmonth]] [https://www.familysearch.org/tree/person/details/LRKZ-8N1] - 1906(Qld)-1984(Qld) - Licences: 1217 Rockhampton (1921-1924); 4DO Receive Rockhampton (1923); 4DO Rockhampton (1925-1939, 1946-1980+) - Qualifications: cc; AOCP 110, 1925, No. 12 in Qld; CPRT 1003, 1928 - amateur operator; amateur broadcaster; radio club (WIAQ, JOTA); business proprietor (picture theatre), WW2 - Electoral Rolls: theatre manager (Rockhampton, 1930-1937); theatre proprietor (Rockhampton, 1943); soldier (Bulimba, 1943); theatre proprietor (Rockhampton, 1949); theatre manager (Rockhampton, 1958-1963); property owner (Rockhampton North, 1968-1977) - Relationships: cousin of Cecil Forde Hobler? ===''HODDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Hodder|Hodder, Clarence William]] [https://www.familysearch.org/tree/person/details/GXLK-ZRC] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Parkside, 1923); Receive Adelaide (Parkside, 1923); 5LY Adelaide (Parkside, 1934-1939, 1947; Bridgewater, 1948-1980) - Qualifications: cc; AOCP 1354, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: moulder (Parkside, SA, 1939-1943) ===''HODDINOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Hoddinott|Hoddinott, Francis William]] [https://www.familysearch.org/tree/person/details/9N4Q-3X7] - 1886(Vic)-1972(Qld) - Licences: Receive Brisbane (Eagle Junction, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Rockville Estate, Toowoomba, Qld, 1908; Toowoomba, Qld, 1912; Sandgate, Qld, 1919; Eagle Junction, Qld, 1921-1943; West End, 1949); retired (Tamborine Mountain, Qld, 1958-1963; Hendra, Qld, 1968) ===''HODGKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Charles Hodgkinson|Hodgkinson, Francis Charles]] [https://www.familysearch.org/tree/person/details/GDBM-J4S] - 1906(???)-1977(???) - Licences: Receive (Crystal) Ulverstone (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: jeweller's assistant (Ulverstone, 1928-1949); watchmaker (Ulverstone, 1954) ===''HODSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Hodson|Hodson, Victor]] [https://www.familysearch.org/tree/person/details/GXQ5-DV2] - 1890(SA)-1917(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 145, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified ===''HOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hoe|Hoe, Frederick]] [https://www.familysearch.org/tree/person/details/GS4Q-CSG] - 1886(Vic)-1976(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer; business proprietor (Fred Hoe and Sons) - Relationships: Father of 4FO Fred Hoe - Electoral Rolls: engineer (Fortitude Valley, Qld, 1913; Yeronga, Qld, 1916-1919); manager (Yeronga, Qld, 1921-1972) * [[/Fred Hoe|Hoe, Fred]] [https://www.familysearch.org/tree/person/details/G796-MWK] - 1913(Vic)-1984(Qld) - Licences: 4FO Brisbane (Yeronga, 1933-1939; Annerley, 1946-1954) - Qualifications: cc; AOLCP 53, 1931; AOCP 1188, 1933, Qld - amateur operator; amateur broadcaster; employment (Edgar V. Hudson); business proprietor (Fred Hoe and Sons) - Relationships: Son of Frederick Hoe - Electoral Rolls: radio engineer (Yeronga, Qld, 1936-1937); general manager (Annerley, Qld, 1949); business manager (Salisbury, Qld, 1954); manager (Buranda, Qld, 1954-1963; Burleigh Heads, Qld, 1968); company director (Holland Park West, Qld, 1972-1980) ===''HOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hogg|Hogg, Stanley]] [https://www.familysearch.org/tree/person/details/GXBD-TCR] - 1908(Eng)-1987(WA) - Licences: 6SG Harvey (1934-1939) - Qualifications: cc; AOCP 1382, 1934, WA; BOCP 142, 1938; 2COCP 240, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: milk tester (Harvey, WA, 1930-1937); radio operator (AAMS Wireless Station, Kalgoorlie, WA, 1943); engineer (Nedlands, WA, 1949); aircraft engineer (Kewdale, WA, 1954-1968; Belmont, WA, 1972); retired (Coodanup, WA, 1977; Mandurah, WA, 1980) ===''HOLLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Evan Holland|Holland, Albert John Evan]] [https://www.familysearch.org/tree/person/details/GZQW-VBH] - 1896(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; AOCP 12, 1924, No. 3 in Vic - amateur operator; amateur broadcaster - Relationships: brother of 3JH Frank Henry James Holland - Electoral Rolls: draftsman (Moonee Ponds, 1922-1925; Essendon, 1926); engineer (Essendon, 1928-1931; Camberwell, 1936-1954); nil (Nunawading, 1963) * [[/Frank Henry James Holland|Holland, Frank Henry James]] [https://www.familysearch.org/tree/person/details/GZQW-S1W] - 1899(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; CPRT 596, 1920 - amateur operator; amateur broadcaster - Comment: well placed in Trans-Pacific Tests 1923 despite inferior equipment - Relationships: brother of 3JH Albert John Evan Holland - Electoral Rolls: wireless instructor (Moonee Ponds, 1922-1925); boot repairer (Essendon, 1926-1928); labourer (North Essendon, 1931); boot repairer (Olinda, 1934-1943); postal clerk (Sandringham, 1949); clerk (Heidelberg, 1954-1968) * [[/Ronald Weymouth Holland|Holland, Ronald Weymouth "Ron"]] - 1914(???)-1983(Qld) - 4AQ Brisbane (Coorparoo, 1946-1980+), amateur operator (AOCP 2392, 1939, No. ?? in Qld) ===''HOLLOWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hart Holloway|Holloway, William Hart]] [https://www.familysearch.org/tree/person/details/GXQ5-HRT] - 1876(Eng)-1950(Tas) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 20, 1914; 1COCP 41, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: agent (Brunswick, Vic, 1909; Whitemark, Flinders Island, 1914-1919); wireless operator (Broome, 1918-1922); O.J.C. Radio (Camberwell, 1924-1926); radio officer (Thursday Island, 1928); officer-in-charge (Radio Station, Emita, Flinders Island, 1936-1937); farmer (Lady Barron, 1943-1949) ===''HOLST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Owen Holst|Holst, Arnold Owen]] [https://www.familysearch.org/tree/person/details/GZ6V-ZPD] - 1898(Vic)-1975(Vic) - Licences: XPH Melbourne (Caulfield, 1913-1914); 3OH Melbourne (Toorak, 1956-1975) - Qualifications: Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster (through brother Hector's station 3BY); electrician - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: sharebroker (Camberwell, 1922-1934; Toorak, 1935-1972) * [[/Hector James Holst|Holst, Hector James]] [https://www.familysearch.org/tree/person/details/GZ6V-X23] - 1903(Vic)-1954(Vic) - Licences: 3BY Receive Melbourne (Caulfield, 1922); 3BY Melbourne (Caulfield, 1923-1954) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: engineer (Caulfield, 1925-1954) * [[/Otto Holst|Holst, Otto]] [https://www.familysearch.org/tree/person/details/GZ6V-2M7] - 1906(Vic)-1967(Vic) - Licences: 3BY Melbourne (Caulfield, 1955-1967) - Qualifications: cc; AOCP 79, 1925, No. ?? in Vic - amateur operator; amateur broadcaster (through brother Hector's station 3BY) - took over 3BY callsign after passing of brother Hector James Holst in 1954 - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: radio engineer (Caulfield, 1928-1963) ===''HOLT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Molineux Holt|Holt, Bernard Molineux]] [https://www.familysearch.org/tree/person/details/LDQR-MJP] - 1883(NZ)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - president WIA WA; witness to Royal Commission 1927 (obo WIA WA) - Electoral Rolls: electrical engineer (Claremont, 1910-1914; Osborne, 1917-1954) ===''HOMBERG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. G. Homberg|Homberg, S. G.]] - 19??(???)-19??(???) - Licences: 3RG Melbourne (Malvern, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Morten Honnor|Honnor, John Morten]] [https://www.familysearch.org/tree/person/details/KCNV-ZM6] - 1900(SA)-1987(Vic) - Licences: 5AE Adelaide (Prospect, 1923-1931) - Qualifications: cc; AOCP 192, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Knoxville, SA, 1939-1941); RAAF (Ballarat, Vic, 1942); instructor (Hampton, 1949; Bentleigh, 1954-1980) ===''HOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Hamilton Hood|Hood, John George Hamilton]] [https://www.familysearch.org/tree/person/details/G772-RK8] - 1904(NSW)-1971(Vic) - 3BP Receive Melbourne (South Yarra, 1922); 3BP Melbourne (East St Kilda, 1923-1933; Toorak, 1937-1939) - Qualifications: cc; AOCP 182, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (East St Kilda, 1925-1931); draughtsman (Toorak, 1934-1937; Malvern, 1943-1967) ===''HOOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel George Alfred Hooke|Hooke, Lionel George Alfred]] [https://www.familysearch.org/tree/person/details/G8NK-KDV] - 1895(Vic)-1974(NSW) - Licences: 3M? Melbourne - Qualifications: CPRTelephony 529, 1920 - amateur operator, amateur broadcaster, early wireless experimenter, ship wireless operator (Aurora, 1914, support Shackleton's expedition), radio clubs (IRE Aust), business (AWA, senior management), honours (knighted, 1937) - Electoral Rolls: wireless (Brighton, Vic, 1921-1927); business manager (Neutral Bay, 1933); manager (Killara, NSW, 1936-1972) - [https://adb.anu.edu.au/biography/hooke-sir-lionel-george-alfred-10536 ADB] ===''HOOKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Theodore Hooker|Hooker, Walter Theodore]] [https://www.familysearch.org/tree/person/details/GD1W-QB5] - 1901(St Kitts)-1949(Tas) - Licences: 7JH Hobart (New Town, 1933-1939); 7JH Waddamanna (1946-1948) - Qualifications: cc; AOCP 1161, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart North, 1922); electrical engineer (New Town, 1928); electrician (New Town, 1936); engineer (Waddamanna, 1937-1943) ===''HOOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Wallbank Hooper|Hooper, Allan Wallbank]] [https://www.familysearch.org/tree/person/details/LB8M-VJG] - 1898(SA)-1960(NSW) - Licences: 4KR Willis Island (1933) - Qualifications: cc; CPRT 432, 1919; 2COCP 8, 1929; 1COCP 127, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: unemployed (Manly, NSW, 1949); telegraphist (Little Bay, NSW, 1949; Yarra Bay, NSW, 1954-1958) ===''HOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyndsay Arthur Hope|Hope, Lyndsay Arthur]] [https://www.familysearch.org/tree/person/details/LKYX-575] - 1906(Tas)-1997(Tas) - Licences: 7LA Launceston (1925-1927+) - Qualifications: cc; AOCP 188, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; broadcast engineer; WW2; gave up experimental callsign for use by his Class B licence, 7LA Launceston - Relationships: brother of 7RS Ronald Springfield Hope - Electoral Rolls: bank clerk (Launceston, 1928); bank officer (Ulverstone, 1936); accountant (Scottsdale, 1949; Bridport, 1954-1972) * [[/Ronald Springford Hope|Hope, Ronald Springford]] [https://www.familysearch.org/tree/person/details/LTCW-PDG] - 1909(Tas)-1985(NSW) - Licences: 7RS Launceston (1926-1927); 7RS Hobart (City, 1931; Sandy Bay, 1933+) - Qualifications: cc; AOCP 263, 1926, No. ?? in Tas; AOLCP 75, 1932; ROCP N1832, 1976 - amateur operator; amateur broadcaster; broadcast engineer (designed & constructed transmission systems for 7HO Hobart & 7UV Ulverstone); later employed by STC England - Relationships: brother of 7LA Lyndsay Arthur Hope - Electoral Rolls: broadcast engineer (Queensborough, Tas, 1936); not specified (Finchley, Eng, 1936-1938); engineer (Thornleigh, NSW, 1949-1954); company director (Beecroft, NSW, 1958-1980) ===''HOPKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alfred Hopkins|Hopkins, Edward Alfred]] [https://www.familysearch.org/tree/person/details/GM4D-3QJ] - 1902(Tas)-1992(NSW) - Licences: Receive Moonah (1923) - Qualifications: cc; 3COCP 4858, 1964 - amateur receiver - Electoral Rolls: electrician (Moonah, 1928); engineer (Milson's Point, 1936-1943); electrical engineer (Wollstonecraft, 1949-1954); engineer (Wollstonecraft, 1958-1980) ===''HORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin John Horan|Horan, Kevin John "Ken"]] [https://www.familysearch.org/tree/person/details/G8V9-FTZ] - 1912(SA)-2002(SA) - Licences: 5DQ Adelaide (Parkside, 1930-1931; Unley, 1933); 2AJU Broken Hill (1938-1939); 5DQ Adelaide (Flinders Park, 1947-1960; Grange, 1965-1969); 3ZD Melbourne (Glen Waverley, 1975); 5IT Adelaide (Fulham, 1980) - Qualifications: cc; AOCP 672, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Clovelly, NSW, 1943); manager (Glen Waverley, 1972-1977) ===''HORN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Horn|Horn, David]] [https://www.familysearch.org/tree/person/details/GS41-9K4] - 1909(Qld)-1962(Qld) - Licences: 4DN Tara (1937-1939) - Qualifications: cc; AOCP 2021, 1937, Qld; BOCP 578, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: medical practitioner (Somerset Dam, Qld, 1936-1937; Baralba, Qld, 1943); radio engineer (Toowoomba, Qld, 1949); medical practitioner (Toowoomba, Qld, 1954) * [[/Irvan James Horn|Horn, Irvan James or James Irwin]] [https://www.familysearch.org/tree/person/details/G8WF-GB6] - 1905(WA)-19??(???) - Licences: 6JH Perth (City, 1928, 1937-1939); 3HX Melbourne (South Melbourne, 1965) - Qualifications: cc; AOCP 427, 1928, No. ?? in WA; 2COCP 29, 1935; 1COCP, 127, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Perth, WA, 1936-1937); wireless officer (Subiaco, WA, 1943); electrical contractor (Subiaco, WA, 1949); contractor (Albert Park, Vic, 1949); electrical contractor (Albert Park, Vic, 1963); retired (West Perth, WA, 1977; Subiaco, WA, 1980) ===''HORROCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Samuel Blake Horrocks|Horrocks, George Samuel Blake]] [https://www.familysearch.org/tree/person/details/GF94-19M] - 1911(WA)-1966(Vic) - Licences: 6GS Harvey (1932-1939, 1947-1948); 6GS Wagin (1954-1955) - Qualifications: cc; AOCP 919, 1932, No. ?? in WA; BOCP 1154, 1950; TVOCP 61, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: engine driver (Harvey, WA, 1936-1949); radio technician (Mt Lawley, WA, 1954); technician (Bentleigh North, Vic, 1963) ===''HOSKEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Dryden Hosken|Hosken, Arthur John Dryden]] [https://www.familysearch.org/tree/person/details/L6KH-BX8] - 1889(Eng)-1966(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 727, 1922 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: seaman (Williamstown, 1914-1919); Amalgamated Wireless (Darwin, 1922) * [[/Stanley Victor Hosken|Hosken, Stanley Victor]] [https://www.familysearch.org/tree/person/details/9HWQ-MGG] - 1894(Vic)-1971(Vic) - Licences: 3MP Receive Melbourne (Hawthorn, 1923); 3MP Melbourne (Hawthorn, 1923-1924; Surrey Hills, 1925-1933; Broadmeadows, 1934-1939; St Albans, 1946-1955; Hawthorn, 1956-1965; Mitcham, 1969) - Qualifications: cc; AOCP 6, 1924, No. 2 in Vic - amateur operator; amateur broadcaster; broadcast engineer (3AR, 3LO) - Electoral Rolls: civil servant (Hawthorn, 1919-1924); electrical engineer (Surrey Hills, Vic, 1925-1931); senior mechanic PMGD (3AR station, Broadmeadows, 1936-1937); civil servant (3AR Station, St Albans, 1942-1954); nil (Hawthorn, 1963-1967; Mitcham, 1968) ===''HOSKING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Piere Hosking|Hosking, Aubrey Piere]] [https://www.familysearch.org/tree/person/details/GDYV-D7R] - 1891(South Africa)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 376, 1918; 1COCP 117, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIT Townsville (1917-1918) - Electoral Rolls: wireless operator (Townsville, 1919); telegraphist (South Yarra, Vic, 1921-1922); radio telegraphist (Canterbury, Vic, 1924); sales manager (Canterbury, Vic, 1925-1926; Balwyn, Vic, 1928; Lindfield, NSW, 1930-1963) ===''HOSKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stark Hoskins|Hoskins, John Stark]] [https://www.familysearch.org/tree/person/details/G61K-FZ3] - 1891(NZ)-1987(Eng) - Licences: Nil yet identified - Qualifications: cc; CPRT 147, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: business manager (Claremont, WA, 1929) ===''HOWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Earl Stephen Howard|Howard, Earl Stephen]] [https://www.familysearch.org/tree/person/details/GQMV-XQL] - 1895(Tas)-1938(Vic) - Licences: 7ET Hobart (Moonah, 1928-1931) - Qualifications: cc; AOCP 470, 1928, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: clerk (Hobart, 1919-1922; Moonah, 1928-1936) ===''HOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Maxwell Howden|Howden, John Maxwell]] [https://www.familysearch.org/tree/person/details/GH2L-7LN] - 1929(Vic)-2017(Vic) - Licences: 3ZCH Melbourne (Burwood, 1956; Box Hill 1960-1975); 3BQX Melbourne (Box Hill, 1980+) - Qualifications: AOLCP 187, 1956; AOCP V610, 1979 - amateur operator - Relationships: son of 3BQ Walter Francis Maxwell Howden - Electoral Rolls: * [[/Walter Francis Maxwell Howden|Howden, Walter Francis Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/G43K-1TC] - 1899(Vic)-1980(Vic) - Licences: No 19 Receive Melbourne (Box Hill, 1920); V140 Receive Melbourne (Box Hill, 1921); 3BQ Receive Melbourne (Box Hill, 1922); 3BQ Melbourne (Box Hill, 1923-1927; Canterbury, 1928-1939 & 1946-1975+); 3ABQ Melbourne (portable, "Canterbury", 1947-1956) - Qualifications: AOCP 114, 1925, No. ?? in Vic - amateur operator, amateur broadcaster, first to QSO USA; first to QSO England, first on telegraphy, then telephony; journalist (Listener In); Bright Star Crystals 1930s-1950s; QSLs: substantial portion of QSL collection survives at NFSA (1800+) - Relationships: father of 3ZCH/3BQX John Maxwell Howden - Electoral Rolls: student (Box Hill, 1924-1927); wireless engineer (Ringwood, 1928); engineer (Camberwell, 1931-1954) - Links: [http://messui.polygonal-moogle.com/valves/NW199611.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199612.pdf EA2] ===''HOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph Howe|Howe, John Joseph]] [https://www.familysearch.org/tree/person/details/LD83-QNG] - 1886(Irl)-1949(Tas) - Licences: Nil yet identified - Qualifications: cc; CPRT 117, 1915; 1COCP 15, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918) - Electoral Rolls: radio telegraphist (Cooktown, 1916-1917); wireless operator (Pinkenba, Qld, 1919; Moonah, Tas, 1922; New Town, Tas, 1928-1943) * [[/Raymond Raine Howe|Howe, Raymond Raine "Ray"]] [https://www.familysearch.org/tree/person/details/GXHH-KJN] - 1919(Qld)-1984(NSW) - Licences: 4RH Bundaberg (1936-1939); 2ARH Sydney (Vaucluse, 1946-1955; Epping, 1956-1960); 3YH Melbourne (Mt Waverley, 1965-1969) - Qualifications: AOCP 1812, 1936, No. ?? in Qld; 3AIR 1009, 1947 - amateur operator; amateur broadcaster; broadcast engineer (4BU); military (RAAF, career, Wing-Commander) - Electoral Rolls: Wireless Operator (Richmond, NSW, 1943); RAAF (Vaucluse, NSW, 1949); RAAF officer (Campbell, ACT, 1963); RAAF (Syndal, Vic, 1967); RAAF officer (Dickson, ACT, 1972-1977); retired (Narrawallee, NSW, 1980) ===''HOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Montague Howlett|Howlett, Arthur Montague]] [https://www.familysearch.org/tree/person/details/GZPZ-NWZ] - 1882(Eng)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 130, 1915; 2COCP 253, 1930 - RANRS (Warrant Telegraphist, 1918) - Electoral Rolls: radio engineer operator (Esperance, 1916); warrant officer R.A.N.R.S. (Thursday Island, 1919); radio telegraphist (Rockhampton, 1925-1931; Clayfield, Qld, 1936); wireless operator (Clayfield, 1943-1954); retired (Clayfield, Qld, 1958) ===''HUBSHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lassalle Paul Hubsher|Hubscher or Hubsher, Lassalle Paul "Paul"]] [https://www.familysearch.org/tree/person/details/GXWF-8DP] - 1913(Qld)-1971(Qld) - Licences: 4UL Brisbane (Bulimba, 1936-1939; Annerley, 1946-1969+) - Qualifications: cc; AOCP 1578, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor); part of the "U" gang; Evans Deakin engineering - Electoral Rolls: fitter & turner (Valley, Qld, 1936-1937); draftsman (Annerley, 1943-1968) ===''HUDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Henry Hudson|Hudson, William Henry]] [https://www.familysearch.org/tree/person/details/K4BR-1P4] - 1895(NSW)-1972(NSW) - Licences: XBO Sydney (Dulwich Hill, 1913-1914); 2PO Receive Sydney (Marrickville, 1923); 2AR Sydney (Dulwich Hill, 1922-1969) - Qualifications: cc; AOCP 18, 1924, No. 8 in NSW - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: bootmaker (Dulwich Hill, 1930-1963) - Comment: beware, several contemporaneous WHHs ===''HUEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Meredyth Huey|Huey, Richard Meredyth]] [https://www.familysearch.org/tree/person/details/G8WP-Y1Z] - 1913(NSW)-1995(NSW) - Licences: 2HU Sydney (Chatswood, 1928-1931; Cronulla, 1933-1937); 3UE Melbourne (Hawthorn East, 1938-1939); 2AHU Sydney (Sylvania, 1980) - Qualifications: AOCP 437, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Cronulla, 1935-1937); army officer (Melbourne, 1943); engineer (West Pennant Hills, 1949; Pennant Hills, 1954; Edgecliff, 1958-1963; Sylvania, 1977-1980); retired (Mittagong, 1980) ===''HUGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Roy Huggins|Huggins, David Roy]] [https://www.familysearch.org/tree/person/details/GDW3-LXL] - 1892(NSW)-1976(NSW) - Licences: 2ZW Sydney (Neutral Bay, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: organ builder (Petersham, 1913); piano maker (Neutral Bay, 1930-1968); builder (Cremorne, 1972) ===''HUGHES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Alan Hughes|Hughes, Clive Alan]] [https://www.familysearch.org/tree/person/details/G8MV-3XQ] - 1900(Vic)-1966(Vic) - Licences: 3CA Ararat (1927); 3CA Melbourne (Williamstown, 1931-1939, 1946-1965) - Qualifications: AOCP 343, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Williamstown, 1924-1928); schoolmaster (Williamstown, 1936-1963) * [[/George Herbert Hughes|Hughes, George Herbert]] [https://www.familysearch.org/tree/person/details/GXZT-4JB] - 1909(Qld)-1997(Qld) - Licences: 4HU Brisbane (Windsor, 1937-1939; Annerley, 1947-1954) - Qualifications: cc; AOCP 1929, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: store keeper (Windsor, Qld, 1934-1937); branch manager (Annerley, Qld, 1943-1958); technician (Tarragindi, Qld, 1963-1980) ===''HUGO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald William Stuart Hugo|Hugo, Ronald William Stuart or Stewart (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GFMZ-CLZ] - 1910(WA)-1978(WA) - Licences: 6KW Perth (Subiaco, 1938-1939, 1947-1960; Floreat Park, 1965-1975) - Qualifications: cc; AOCP 2081, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Subiaco, WA, 1931-1934); salesman (Subiaco, WA, 1936-1963); manager (Floreat Park, WA, 1968-1977) ===''HULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Galbraith Hull|Hull, Allan Galbraith "Braith"]] [https://www.familysearch.org/tree/person/details/GWQD-PTY] - 1905(Vic)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - journalist (Wireless Weekly, editor; Radio and Hobbies, editor 1939; Australasian Radio World, editor 1940-1950) - Relationships: brother of William Howard Hull & 3JU Ross Amos Hull - Electoral Rolls: sales (St Kilda, Vic, 1926-1927); radio engineer (Darlinghurst, 1931); journalist (Northbridge, NSW, 1934; Bondi, NSW, 1935-1936); engineer (Rose Bay, 1937); manager (Malvern, 1942); journalist (Mornington, 1949); publisher (Sandringham, 1954); printer (Oakleigh, 1958-1963; Chadstone, 1967-1968; Glen Iris, 1972; Mt Waverley, 1977-1980) * [[/Frederick Atherley Hull|Hull, Frederick Atherley]] [https://www.familysearch.org/tree/person/details/GZ5M-MT9] - 1906(NZL)-1997(WA) - Licences: 6FH Pingrup (1930-1931); 6FH Port Hedland (1937-1939, 1946-1956); 6FH Perth (Claremont, 1960-1975; Nedlands, 1980+) - Qualifications: cc; CRPT 1139, 1929; 2COCP 271, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Perth, 1929); radio operator (Port Hedland, 1937-1954); unemployed (Claremont, 1958); technical officer (Claremont, 1963-1972; Nedlands, 1977-1980) - Relationships: brother of 6RH Raymond Alfred Hull * [[/George Maxwell Hull|Hull, George Maxwell]] [https://www.familysearch.org/tree/person/details/L6LQ-S44] - 1916(Vic)-1987(Vic) - Licences: 3ZS Melbourne (Canterbury, 1946-1980+) - Qualifications: cc; AOCP 2307, 1939, Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Canterbury, 1943); proprietor (Canterbury, 1949-1980) * [[/Raymond Alfred Hull|Hull, Raymond Alfred]] [https://www.familysearch.org/tree/person/details/GZP1-BSL] - 1908(NZ)-1967(WA) - Licences: 6RH Pingrup (1929-1931); 6RH Perth (Wembley, 1937; Mt Hawthorn, 1939) - Qualifications: cc; AOCP 558, 1929, No. ?? in WA; 2COCP 590, 1942 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, 1934); traveller (Subiaco, 1949); sales director (Victoria Park, 1958-1963) - Relationships: brother of 6FH Frederick Atherley Hull * [[/Ross Amos Hull|Hull, Ross Amos]] [https://www.familysearch.org/tree/person/details/GWQD-P5W] - 1902(Vic)-1938(USA) - Licences: 3JU Melbourne (St Kilda, 1922-1925) - Qualifications: Nil yet identified - amateur broadcaster; radio clubs (WIA Vic Kew, president, 1923); journalist (Wireless Weekly, technical editor; QST, technical editor) - Relationships: brother of William Howard Hull & Allan Galbraith Hull - Electoral Rolls: draftsman (St Kilda, 1924-1925) - Comment: Gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW198902.pdf EA] * [[/William Howard Hull|Hull, William Howard]] [https://www.familysearch.org/tree/person/details/G7WJ-723] - 1891(Tas)-1955(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Relationships: brother of 3JU Ross Amos Hull & Allan Galbraith Hull - Electoral Rolls: electrical engineer (Cobungra, 1914-1915); engineer (Armadale, 1921; Brighton, 1922-1931; Caulfield, 1934-1949); retired (Beaconsfield Upper, 1954) ===''HUME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest James Hume|Hume, Ernest James]] [https://www.familysearch.org/tree/person/details/GZYR-TZM] - 1869(Vic)-1929(SA) - Licences: Nil - Qualifications: AOCP ??, 19??, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: - Relationships: wife of Stella Leonora Harriet Hume nee Jeremy; son of James Hill Hume, father of Ernest Jeremy Hume * [[/Ernest Jeremy Hume|Hume, Ernest Jeremy]] [https://www.familysearch.org/tree/person/details/GZYT-727] - 1906(SA)-1988(Vic) - Licences: Nil - Qualifications: Nil - chief engineer 5DN - Electoral Rolls: engineer (North Unley, 1939-1941; Oakleigh, Vic, 1949-1963; Carnegie, 1968-1977) - Relationships: grandson of James Hill Hume, son of Ernest James Hume and Stella Leonora Harriet Hume nee Jeremy * [[/Geoffrey Vincent Hume|Hume, Geoffrey Vincent]] [https://www.familysearch.org/tree/person/details/GQCL-NM1] - 1909(NSW)-1998(NSW) - Licences: 2GV Sydney (Cremorne, 1927-1930); 2AMD Sydney (Mosman, 1939) - Qualifications: AOCP 365, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio technician (Neutral Bay, 1930-1936; Mosman, 1937); RAAF (Ballarat, 1942); clerk (Turramurra, 1949); technical assistant (Pymble, 1954-1980) * [[/James Hill Hume|Hume, James Hill]] [https://www.familysearch.org/tree/person/details/GZYT-SLD] - 1822(??)-1887(Vic) - Licences: Nil - Qualifications: Nil - alleged very early wireless experimenter - Electoral Rolls: - Relationships: father of Ernest James Hume; father-in-law of Stella Leonora Harriet Hume nee Jeremy; grandfather of Ernest Jeremy Hume * [[/Stella Leonora Harriet Jeremy|Hume nee Jeremy, Stella Leonora Harriet]] [https://www.familysearch.org/tree/person/details/GZYT-33D] - 1882(Vic)-1953(NSW) - Licences: Nil - Qualifications: Nil - radio announcer (early 5DN) - Electoral Rolls: - Relationships: wife of Ernest James Hume; daughter-in-law of James Hill Hume; mother of Ernest Jeremy Hume ===''HUMPHRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] - See Innis Jane Lovett Spotswood 4JH * [[/Jack Lawrence Humphry|Humphry, Jack Lawrence]] [https://www.familysearch.org/tree/person/details/M7P4-M7M] - 1889(Qld)-1953(Qld) - Licences: 4JK Poopoonbah via Giru (1934-1939) - Qualifications: cc; AOCP 1349, 1934, Qld - amateur operator; amateur broadcaster; WW1 - Relationships: Husband of 4JH Innis Jane Lovett Humphry nee Spotswood - Electoral Rolls: farmer (Hodel, Ayr, Qld, 1912-1937; Poopoonbah, 1949-1954) ===''HUNT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Alexander Hunt|Hunt, Joseph Alexander]] [https://www.familysearch.org/tree/person/details/GFM1-9MM] - 1912(WA)-2002(WA) - Licences: 6JA Perth (Maylands, 1938-1939); 6JD Perth (Rockingham, 1960) - Qualifications: cc; AOCP 2112, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1936; Maylands, WA, 1937-1949); retired (Rockingham, WA, 1972) ===''HUPPATZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Huppatz|Huppatz, William George]] [https://www.familysearch.org/tree/person/details/MWTP-DF5] - 1900(Vic)-1970(SA) - Licences: 5GW Cowandilla (1931-1933); 5GW Naracoorte (1937-1939) - Qualifications: cc; AOCP 801, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Naracoorte, SA, 1939); engineer (Cowandilla, 1941-1943) ===''HURLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Hurll|Hurll, Norman James]] [https://www.familysearch.org/tree/person/details/GZXC-BFF] - 1904(NSW)-2003(Qld, 98yo) - Licences: 2BC Sydney (Killara, 1924-1930); 4NJ Tallebudgera Creek (1931-1935); 2HJ Sydney (Killara, 1935-1937; Roseville, 1938-1939); 2IN?/2DKH Sydney (1980+) - Qualifications: cc; AOCP 96, 1925, No. ?? in NSW - amateur operator, amateur broadcaster, military (WW2, CMF, CINT), business proprietor (Gas Light Engineering) - Electoral Rolls: engineer (Killara, 1930); merchant (Killara, 1936-1937); soldier (Strathfield, 1943); company manager (Burwood, 1949-1963); Managing Director (Killara, 1968); Director (Killara, 1972-1980) ===''HURRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Bruce Hurry|Hurry, Ronald Bruce]] [https://www.familysearch.org/tree/person/details/G8V2-G1C] - 1911(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 693, 1930, No. ?? in ?? - amateur operator?, amateur broadcaster?, electrical engineer, teacher - Electoral Rolls: Nil yet identified ===''HUSBAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Errol Husband|Husband, Norman Errol]] [https://www.familysearch.org/tree/person/details/L6F7-N7B] - 1893(Qld)-1961(NSW) - Licences: XABY Sydney (North Sydney, 1913-1914); 4CV Receive Charters Towers (1923); 4CV Charters Towers (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: motor engineer (Charters Towers, 1917-1922; Mackay, 1925-1937); engineer (Darlinghurst, 1949-1958) ===''HUTCHINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Thomas Edwards Hutchings|Hutchings, Allan Thomas Edwards]] [https://www.familysearch.org/tree/person/details/M7GB-2TM] - 1903(Vic)-1973(Vic) - Licences: 3HL Receive Callawadda (1922-1923); 3HL Callawadda (1924-1969) - Qualifications: cc; AOCP 65, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: son of 3HM Elizabeth Lilian Hutchings nee Edwards; brother of 3HQ Marjorie Lilian Williamson nee Hutchings - Electoral Rolls: farmer (Callawadda, 1927-1972) * [[/Elizabeth Lilian Edwards| Hutchings nee Edwards, Elizabeth Lilian]] [https://www.familysearch.org/tree/person/details/M7GB-25T] - 1877(Vic)-1943(Vic) - Licences: 3HM Callawadda (1932-1939) - Qualifications: cc; AOCP 509, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1926-1942) - Relationships: mother of 3HL Allan Thomas Edwards Hutchings and 3HQ Marjorie Lilian Williamson nee Hutchings - First woman in Australia to hold an amateur licence under the AOCP regime - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1925-1942) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Marjorie Lilian Hutchings|Williamson nee Hutchings, Marjorie Lilian]] [https://www.familysearch.org/tree/person/details/LB52-GSC] - 1912(Vic)-1988(Vic) - Licences: 3HQ Callawadda (1932-1939; 1946-1948); 3HQ Melbourne (Bentleigh, 1954-1980+) - Qualifications: cc; AOCP 1030, 1932, No. ?? in Vic - amateur operator, amateur broadcaster - Relationships: daughter of 3HM Elizabeth Lillian Hutchings nee Edwards; sister of 3HL Allan Thomas Edwards Hutchings - Electoral Rolls: home duties (Callawadda, 1934-1937); nurse (Alfred Hospital, Prahran, 1943); home duties (Callawadda, 1949; Bentleigh, 1949-1968) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''HUTCHINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Elwood Hutchinson|Hutchinson, Charles Elwood]] [https://www.familysearch.org/tree/person/details/G612-S6J] - 1894(Vic)-1942(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 728, 1922; 2COCP 278, 1930; 1COCP 307, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Esperance, 1919); radio telegraphist (Darwin, NT, 1922); telegraphist (Esperance, 1925-1931); radio telegraphist (Broome, WA, 1936-1937; Alberton, SA, 1939; Yatala, SA, 1941) * [[/John Victor Thomas Hutchison|Hutchison, John Victor Thomas]] [https://www.familysearch.org/tree/person/details/G89S-PY2] - 1907(NZ)-1975(NSW) - Licences: 2JH Sydney (Kirribilli, 1927-1937; West Ryde, 1938-1939; Croydon, 1946-1955; Bardwell Park, 1956-1965; Castle Cove, 1969-1975) - Qualifications: AOCP 374, 1927, No. ?? in NSW; CPRTelephony 1010, 1928 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Milson's Point, 1930-1937); laboratory assistant (Croydon, 1943-1949); radio technician (Bardwell Park, 1958-1968) ===''HUTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Hutson|Hutson, James William]] [https://www.familysearch.org/tree/person/details/G8N9-Z6J] - 1912(Vic)-1931(Vic) - Licences: 3JH Echuca (1930-1931) - Qualifications: AOCP 635, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon ===''HUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Hutton|Hutton, David]] [https://www.familysearch.org/tree/person/details/G8ZT-JXG] - 1912(Sct)-2003(NSW) - Licences: 2DH Abermain (1929-1934) - Qualifications: AOCP 551, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abermain, 1934-1963; Klworth, 1972-1977); retired (Klworth, 1980) ===''HYLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Philip Hyland|Hyland, Leonard Philip]] [https://www.familysearch.org/tree/person/details/K8N6-XLK] - 1903(Tas)-1942(Tas) - Licences: 7LP Hobart (City, 1936-1939) - Qualifications: cc; AOCP 1791, 1936, No. ?? in Tas; BOCP 271, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Hobart Central, 1928) - Comment: Passed on Duty; Gone too soon - Links: [https://www.themercury.com.au/news/tasmania/tasmania-fire-service-chief-chris-arnol-urges-everyone-to-reflect-on-the-selflessness-of-firefighters-in-the-pursuit-of-public-safety/news-story/59c6315bbf383ef9bb4e270d60cd9296 Mercury] =='''I'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''IKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William George Ikin|Ikin, William George]] [https://www.familysearch.org/tree/person/details/LWFZ-C37] - 1887(NSW)-1974(Vic) - Licences: 4SM Townsville (1925-1926); 4SM Brisbane (New Farm, 1927) - Qualifications: cc; AOCP 201, 1925, No. 18 in Qld - amateur operator; amateur broadcaster (dealer licence); WW1 - Electoral Rolls: mechanical engineer (Gladstone, 1913); engineer & electrician (Barcaldine, 1914); manager (Strand Motors, Townsville, 1925); motor mechanic (Mt Garnet, 1937-1949; Cardwell, 1949); farmer (Mareeba, 1954-1972) ===''INGLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Stanley Inglis|Inglis, Kenneth Stanley]] - 1929(Vic)-2017(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - historian (ABC); "This is the ABC"; "Whose ABC?" - Electoral Rolls: - Links: [[w:Ken Inglis|Wikipedia]] [https://www.tandfonline.com/doi/full/10.1080/1031461X.2018.1493961 Obit] ===''IRELAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Keith Ireland|Ireland, Leslie Keith "Keith"]] [https://www.familysearch.org/tree/person/details/LRMD-BPV] - 1908(SA)-1942(SA) - Licences: 5KR Mt Gambier (1933-1939) - Qualifications: cc; CPRT 950, 1927; AOLCP 60, 1932 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: radio dealer (Mt Gambier, SA, 1939-1941) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/633509 VWMA]; [https://www.awm.gov.au/collection/R1721431 AWM]; [https://aviationmuseumwa.org.au/afcraaf-roll/ireland-leslie-keith-47849/ AHM] ===''IRESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melville Charles Gladstone Ireson|Ireson, Melville Charles Gladstone]] [https://www.familysearch.org/tree/person/details/GMZT-ML6] - 1898(Vic)-1955(Vic) - Licences: 3ZY Kyneton (1931-1933); 3AIR Kyneton (1947-1955) - Qualifications: cc; AOCP 305, 1926, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Maldon, 1919); telegraphist (Ballarat, 1925); postal employee (Kyneton, 1931-1954) ===''IRVINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Irvine|Irvine, William]] - 1907(???)-19??(???) - Licences: 4IR Brisbane (Mitchelton, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1987, 1937, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous WIs - Electoral Rolls: Nil yet identified ===''IRVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Lawson Irving|Irving, Cyril Lawson]] [https://www.familysearch.org/tree/person/details/GXZT-65R] - 1912(Qld)-1992(Qld) - Licences: 4WL Brisbane (Annerley, 1933-1939) - Qualifications: cc; AOCP 1199, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Coorparoo, Qld, 1943-1980) ===''ISLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Clifford Isles|Isles, James William Clifford "Clifford"]] [https://www.familysearch.org/tree/person/details/LBVH-RV1] - 1894(Qld)-1967(Qld) - Licences: 4CC Receive Brisbane (Ascot, 1922); 4CC Brisbane (Ascot, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club member (QWI); business proprietor (Isles Love & Co, Allan & Stark); WW1 - Electoral Rolls: clerk (Hamilton, 1915-1937); manager (Hamilton, 1943-1958); director (Hamilton, 1963) ===''ISRAEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Samuel Israel|Israel, Morris Samuel]] [https://www.familysearch.org/tree/person/details/GZQ4-CBC] - 1896(Vic)-1965(Vic) - Licences: XMU Melbourne (St Kilda, 1913); 3ZN Melbourne (St Kilda, 1923-1924; Malvern, 1925-1926; Burwood, 1927); 3ZN Geelong, 1931-1933; 3ZN Melbourne (Burwood, 1937-1939, 1946-1955) - Qualifications: cc; AOCP 13, 1924, No. ?? in Vic; AOLCP 35, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcasting executive; WW2 - Electoral Rolls: soldier (St Kilda, 1919-1924); radio mechanic (Burwood, 1926-1928); broadcasting engineer (Geelong, 1931); engineer (Geelong North, 1936; Camberwell, 1937-1963); ===''IVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil Albert Ives|Ives, Cecil Albert]] [https://www.familysearch.org/tree/person/details/GZLJ-848] - 1916(SA)-1942(Vic) - Licences: 5AF Adelaide (Glenelg, 1935-1939) - Qualifications: cc; AOCP 1451, 1935, SA - amateur operator, amateur broadcaster; WW2 - Electoral Rolls: commercial artist (Glenelg, 1939-1943) - Sacrifice: "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/ives-cecil-albert-300407/] =='''J'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''JACKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil Jackson|Jackson, Alfred Cecil "Alf"]] [https://www.familysearch.org/tree/person/details/LDLP-F65] - 1900(NSW)-1972(NSW) - Licences: 4AJ Brisbane (Fairfield, 1931); 2BO Bangalow (1933) - Qualifications: cc; CPRT 620, 1921; 1COCP 67, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG, Brisbane Cmcls); state public servant (4QG) - Electoral Rolls: radio engineer (Fairfield, Qld, 1928-1931); farmer (Possum Creek, NSW, 1934-1937); mechanic (Fairfield, Qld, 1943-1954); farmer (O'Possum Creek via Bangalow, NSW, 1958-1963) * [[/Alfred George Jackson|Jackson, Alfred George]] [https://www.familysearch.org/tree/person/details/LY5P-2X1] - 1864(Eng)-1935(Qld) - Licences: 4DG Receive Brisbane (Wynnum, Qld, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; radio clubs (WIQ, QWI, WIAQ); electrical engineer - Relationships: father of Arthur Appleton Jackson - Electoral Rolls: electrical engineer (South Brisbane, Qld, 1903-1913); electrician (Wynnum, Qld, 1914-1934) * [[/Arthur Appleton Jackson|Jackson, Arthur Appleton]] [https://www.familysearch.org/tree/person/details/LY55-M8F] - 1891(Qld)-1985(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster; radio clubs (QWI, WIAQ); electrical engineer; business proprietor; Relationships: son of Alfred George Jackson - Electoral Rolls: electrical engineer (Wynnum, Qld, 1913-1914; Morningside, Qld, 1915-1919; Wynnum, Qld, 1919; South Brisbane, Qld, 1921-1968); retired (Hill End, Qld, 1972; Highgate Hill, Qld, 1977; Hopetoun Home, Oxley, Qld, 1980) * [[/James William Jackson|Jackson, James William "Jim"]] [https://www.familysearch.org/tree/person/details/G7FH-JCW] - 1916(Qld)-2011(Qld) - Licences: 4CN Brisbane (Cribb Island, 1938-1939; 1946-1969; Lawnton, 1975-1980) - Qualifications: cc; AOCP 2096, 1938, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); military (WW2,Northern Command Signals); farmer/electrician/radio & TV serviceman - Electoral Rolls: farmer (Cribb Island, Qld, 1937-1968); rubber worker (Lawnton, Qld 1972-1980) * [[/Thomas William Jackson|Jackson, Thomas William]] - 1830(Eng)-1918(Vic) - Deputy Postmaster-General Victoria ca 1880, clubs & societies (Telegraph Electrical Society Vic, member, ca 1880) ===''JAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Russell James|James, Brian Russell]] [https://www.familysearch.org/tree/person/details/GZLV-GXV] - 1920(SA)-1944(Europe) - Licences: 5BL Adelaide (1939) - Qualifications: AOCP 2293, 1939, SA - amateur operator, amateur broadcaster, WW2 (RAAF, 76 Squadron RAF, Flying Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://highgate-rsl.org.au/afcraaf-roll/james-brian-russell-417490/] * [[/Hector Keith James|James, Hector Keith]] [https://www.familysearch.org/tree/person/details/GZV7-WVL] - 1905(NSW)-1966(NSW) - Licences: 2XA Receive Sydney (Summer Hill, 1923); 2XA Sydney (Summer Hill, 1924-1933; Ashfield, 1934; Double Bay, 1935-1936; Coogee, 1937-1938; Woollahra, 1939; Summer Hill, 1948-1961) - Qualifications: cc; AOCP 183, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Summer Hill, 1930-1933), engineer (Edgecliff, 1936; Ashfield, 1949; Summer Hill, 1943-1963) * [[/Herbert Ronald James|James, Herbert Ronald]] [https://www.familysearch.org/tree/person/details/GDRD-1SM] - 1904(Vic)-1982(Vic) - Licences: 3LH Birchip (1931-1933); 3LH Drouin (1938-1939); 7LH Western Junction (1947); 7LH Launceston (1948); 3AJJ Melbourne (Deepdene, 1954); 3AJJ Lubeck (1955-1956); 3AJJ Braeside (1960); 3AJJ Rupanyup (1965-1969); 3AJJ Nowa Nowa (1975-1980) - Qualifications: cc; AOCP 813, 1931, Vic; BOCP 17, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Merbein, 1925); fitter & turner (Merbein, 1928-1931); radio engineer (Merbein, 1936); technician (Western Junction, Tas, 1949); radio engineer (Deepdene, 1954); technician (Rupanyup, 1963-1968); retired (Nowa Nowa, 1972-1980) * [[/R. James|James, R.]] - 19??(???)-19??(???) - Licences: XZE via Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified * [[/Thomas Reynolds James|James, Thomas Reynolds]] - 19??(???)-19??(???) - employment (Vic Posts & Telegraphs, worked on original Melbourne-Williamstown telegraph line 1854, later in charge of Melbourne Telegraph Office, but transferred to inspectorial work in 1879 due to disorganisation, reinstated in 1880) ===''JAMIESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Jamieson|Jamieson, Charles William]] [https://www.familysearch.org/tree/person/details/L4SY-YNQ] - 1896(Vic)-1971(Vic) - Licences: XJW Melbourne (St Kilda, 1913-1914); 3CJ Melbourne (East St Kilda, 1924-1926); 3XX Melbourne (East Malvern, 1954-1975) - Qualifications: cc; BOCP 130, 1937 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: engineer (St Kilda, 1921-1925); mechanic (Malvern, 1926-1968) * [[/John Edward Jamieson|Jamieson, John Edward]] [https://www.familysearch.org/tree/person/details/G8VS-M43] - 1910(WA)-1957(WA) - Licences: 6LA Perth (Beaconsfield, 1930-1933); 6LA Kalgoorlie (1938-1939) - Qualifications: cc; AOCP 673, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio salesman (Kalgoorlie, 1936-1937); salesman (Kalgoorlie, 1943); radio engineer (Kalgoorlie, 1949-1954) ===''JANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Harold Jansen|Jansen, Claud or Claude Harold]] [https://www.familysearch.org/tree/person/details/GDGS-9TN] - 1890(NSW)-1968(NSW) - Licences: V751 Receive Yarrawonga (1922); 3GW Receive Yarrawonga (1922)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: printer (Yarrawonga, 1913-1922); linotype engineer (Yarrawonga, 1924-1931); printer (Shepparton, 1934-1937); linotype operator (Albury, 1937-1949); engineer (Albury, 1954-1968) ===''JARDINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Jardine|Jardine, William Ronald]] [https://www.familysearch.org/tree/person/details/G8ZC-T63] - 1911(Vic)-1983(Vic) - Licences: 3PR Melbourne (Essendon, 1929-1933); 3PR Leongatha (1937-1939, 1946-1980+) - Qualifications: AOCP 533, 1929, No. ?? in Vic; AOLCP 108, 1933 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farm labourer (Craigieburn, 1934); dairy farmer (Leongatha, 1937-1954); salesman (Leongatha, 1963-1980) ===''JARMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Arthur Jarman|Jarman, Oswald Arthur]] [https://www.familysearch.org/tree/person/details/G612-K6Y] - 1894(SA)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 162, 1915; 1COCP 37, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Broome, WA, 1921-1922); telegraphist (Applecross, WA, 1925; Surrey Hills, Vic, 1928); supervisor (Bentley, Vic, 1931-1954) ===''JARVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jack Edwin Jarvis|Jarvis, Vincent Jack Edwin "Victor", "Vic"]] [https://www.familysearch.org/tree/person/details/GZ2K-6FP] - 1912(WA)-1941(Libya) - licences: 2VJ Orange (1930-1933), 2VJ Dubbo (1934), 2VJ Wellington (1935-1936), 2VJ Bathurst (1937), 2VJ Griffith (1938-1939) - qualifications: AOCP 695, 1930, No. ?? in NSW; BOCP 46, 1936 - amateur operator, amateur broadcaster (2VJ Wellington), broadcast engineer (2BS, 2RG), WW2 (RAAF, Rathmines Flying Boats Base, Palestine, Egypt, Libya) - electoral rolls: radio mechanic (Wellington, 1936), radio engineer (Bathurst, 1937), wireless operator (Rathmines, 1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/633817] ===''JEFFRYES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Harry Jeffryes|Jeffryes, Sydney Harry]] - 1884(Qld)-19??(???) - X?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), ship's wireless operator, member of the Australasian Antarctic Expedition 1911-1914 ===''JEFFS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jeffs|Jeffs, Vincent]] [https://www.familysearch.org/tree/person/details/GX4T-4M8] - 1912?(???)-1970(Qld) - Licences: 4VJ Brisbane (Taringa, 1931-1933; City, 1934-1939, 1946; Gordon Park, 1948-1969) - Qualifications: cc; AOCP 753, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio cub (WIAQ, life member, lecturer, code instructor, field days, JOTA, conventions, operator 4WI); business proprietor (Jeffs Radio) - Electoral Rolls: salesman (Taringa, Qld, 1934; New Farm, Qld, 1936-1937; Taringa, Qld, 1937); radio manufacturer (New Farm, Qld, 1943); salesman (Taringa, Qld, 1949); businessman (Gordon Park, Qld, 1958-1968) ===''JENNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Jenner|Jenner, John Henry]] [https://www.familysearch.org/tree/person/details/K2Y9-64Z] - 1877(Eng)-1961(NSW) - Licences: 7BM Receive Premaydena (1923); Receive Premaydena (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 2ABM John Ingoldsby Jenner - Electoral Rolls: law clerk (Lindisfarne, 1914); orchardist (Koonya, 1919-1928); Xray technician (Double Bay, NSW, 1930; Bondi, 1933-1935) * [[/John Ingoldsby Jenner|Jenner, John Ingoldsby]] [https://www.familysearch.org/tree/person/details/LKY4-7S2] - 1904(Eng)-1980(???) - Licences: 2ABM Sydney (Maroubra, 1933-1939) - Qualifications: cc; AOCP 1194, 1933, NSW - amateur operator; amateur broadcaster - Relationships: Son of 7BM John Henry Jenner - Electoral Rolls: engineer (Haberfield, 1930; Bondi, 1933-1935); telephone engineer (Maroubra, 1937); engineer (Maroubra, 1943-1954; Revesby, 1968); retired (Turramurra, 1972); engineer (Revesby, 1980) ===''JENNISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Jennison|Jennison, Joseph William]] [https://www.familysearch.org/tree/person/details/LTS7-316] - 1899(Vic)-1965(Vic) - Licences: 2JJ Mathoura (1928-1939); 2MX Mathoura (1948-1950) - Qualifications: AOCP 414, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: farmer (Mathoura, 1930-1949; Echuca, 1954; Deniliquin, 1958); nil (Echuca, 1963) (Licences in the name of his father John William Jennison but most likely son was operator, father passed in 1942) ===''JENSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jens August Jensen|Jensen, Jens August]] [https://www.familysearch.org/tree/person/details/GXQM-1MX] - 1865(Vic)-1936(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - Minister for Navy (1915-1917) - Comment: famously dismissed for corruption in respect of purchase of Shaw Wireless Works in 1916 - Electoral Rolls: licensed victualler (Beauty Point, Tas, 1914-1919); orchardist (Beauty Point, Tas, 1919-1922); no occupation (Elsternwick, Vic, 1936) - Links: [[w:Jens_Jensen_(politician)|Wikipedia]] [https://adb.anu.edu.au/biography/jensen-jens-august-6840 ADB] * [[/Laurence Richard Hopkins Jensen|Jensen, Laurence or Lawrence Richard Hopkins]] [https://www.familysearch.org/tree/person/details/GZ6V-MJ1] - 1906(Tas)-1974(Tas) - Licences: 7BL Receive West Devonport (1923); Receive West Devonport (1923-1924); 7LJ Launceston (1925-1939, 1947-1969+) - Qualifications: cc; AOCP 78, 1925, No. ?? in Tas; BOCP 215, 1939; 1AOCP 9, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (New Town, 1928); teacher (New Town, 1936-1972) ===''JENVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Walter Jenvey|Jenvey, Henry Walter]] [https://www.familysearch.org/tree/person/details/G4QJ-7TS] - 1851(Eng)-1932(Vic) - Licences: AA Melbourne 1900; X?? Melbourne - early wireless experimenter, arguably his use of the identifier AA was the first use of an Australian callsign; arguably Australia's first amateur operator as the majority of his experiments were self-funded and in his own time - Qualifications: cc; Nil yet identified - employment (Vic P & T; PMGD) - Relationships: father of 3WW William Walter Jenvey - Electoral Rolls: electrical engineer (Brighton, 1909); public servant (Caulfield East, 1919-1931) * [[/William Walter Jenvey|Jenvey, William Walter "Bill"]] [https://www.familysearch.org/tree/person/details/G4QV-9GL] - 1904(Vic)-1981(Qld) - Licences: 3AY Melbourne (Caulfield, 1922-1927; Ormond, 1931-1938); 2YJ Sydney (Concord, 1939); 3AY Melbourne (Ormond, 1947); 2ZO Sydney (Willoughby, 1948-1969); 2ZO Noosa Heads (1980) - Qualifications: cc; CPRT 824, 1924; 1COCP 68, 1930 - amateur operator; amateur broadcaster - Relationships: son of Henry Walter Jenvey - Electoral Rolls: telegraphist (Caulfield, Vic, 1926-1927); operator (Bentleigh, Vic, 1931-1937); radio engineer (Croydon, NSW, 1943; Willoughby, NSW, 1949-1968); engineer (Willoughby, NSW, 1972); nil (Nelligen, NSW, 1977; Noosa Heads, Qld, 1980) ===''JERRARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Joseph Jerrard|Jerrard, Frederick Joseph]] [https://www.familysearch.org/tree/person/details/LB43-BKT] - 1899(Qld)-1963(Qld) - Licences: 4DR Receive Gayndah (1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Gayndah, 1921-1930); motor mechanic (Gayndah, 1936-1937); engineer (Indooroopilly, 1943-1963) ===''JESSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick Ferman Jessop|Jessop, Patrick Ferman]] [https://www.familysearch.org/tree/person/details/G6QN-8HV] - 19??(Eng?)-19??(Qld?) - Licences: 4PJ Kamma (1925-1927); 4PJ Cairns (Hambledon, 1937-1939) - Qualifications: cc; Nil yet identified (England?) - amateur operator; amateur broadcaster; WW1(RFC) - Halcyon: not mentioned - Electoral Rolls: labourer (Edmonton, 1922-1930); weigh bridge clerk (Hambledon, 1936-1943) ===''JEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Jewell|Jewell, Thomas John]] [https://www.familysearch.org/tree/person/details/GDYD-YH1] - 1905(WA)-1965(WA) - Licences: 6CA Receive Perth (Subiaco, 1923); 6JJ Perth (Victoria Park, 1927); 6JJ Kalgoorlie (1930-1931); 6JJ Perth (Victoria Park, 1933-1939) - Qualifications: cc; CPRT 876, 1925; 1COCP 129, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Victoria Park, WA, 1931-1937); radio inspector (Victoria Park, WA, 1943; Scarborough, WA, 1949); inspector (Scarborough, WA, 1954-1963) ===''JOHNSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Johnson|Johnson, Arthur]] [https://www.familysearch.org/tree/person/details/GXD7-X12] - 1921(Qld)-2004(Qld) - Licences: 4PX Brisbane (Hendra, 1938-1939; Ascot, 1946-1948; Hendra, 1954-1975), 4PX Buddina Beach (1980+) - Qualifications: cc; AOCP 2093, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (Sunshine Coast ARC); military (WW2, AIF, Signals) - Comment: Several contemporaneous AJs - Electoral Rolls: Commonwealth public servant (Hendra, Qld, 1968) + others * [[/Carl Francis Johnson|Johnson, Carl Francis]] [https://www.familysearch.org/tree/person/details/LH8T-HSH] - 1899(Tas)-1985(Tas) - Licences: Receive Hobart (West Hobart, 1923); 7AR Hobart (West Hobart, 1924-1939) - Qualifications: cc; AOCP 218, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: federal servant (West Hobart, 1922-1954) * [[/Edward Norman Johnson|Johnson, Edward Norman]] [https://www.familysearch.org/tree/person/details/MM4W-MLQ] - 1886(Vic)-1960(USA) - Licences: Receive Warrnambool (1923); 3ZO Warrnambool (1923-1924); 3ZO Horsham (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (East Melbourne, 1909); manager (Wonthaggi, 1914); draper (Newtown, 1917); traveller (Geelong, 1919) * [[/H. B. Johnson|Johnson, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1926); 5HB Adelaide (Henley Beach, 1937-1939) - Qualifications: AOCP 252, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: - common surname, individual not yet identified * [[/Ivo Uric Johnson|Johnson, Ivo Uric]] [https://www.familysearch.org/tree/person/details/G9VV-H8S] - 1903(NSW)-1961(Qld) - Licences: 4KL Cairns (1933-1960) - Qualifications: cc; CPRT 813, 1924; 2COCP 668, 1942; 1COCP 655, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Cairns, Qld, 1936-1963) * [[/Joseph Murray Johnson|Johnson, Joseph Murray]] [https://www.familysearch.org/tree/person/details/L5YM-M5N] - 1889(NSW)-1986(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 113, 1915; 1COCP 200, 1931 - RANRS (CPO to Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: engineer operator (Geraldton, 1915-1917); radio expert (Lane Cove, NSW, 1930-1934); engineer (Brighton, Vic, 1936; Caulfield, 1937); engineer (Longueville, NSW, 1943-1949); manager (Turramurra, 1954-1963); retired (Strathfield, 1963; Port Macquarie, NSW, 1968-1977; Wauchope/Yrrs, 1980) ===''JOHNSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. B. Johnston|Johnston, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Norman Brint Johnston|Johnston, Norman Brint]] [https://www.familysearch.org/tree/person/details/G8NC-K7F] - 1913(WA)-1979(WA) - Licences: 6NJ Perth (South Fremantle, 1930-1933; Subiaco, 1937-1939) - Qualifications: cc; AOCP 642, 1930, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Subiaco, 1937-1943); radio mechanic (Maylands, 1943-1968; Mt Lawley, 1972-1977) * [[/Robert Walter Johnston|Johnston, Robert Walter]] [https://www.familysearch.org/tree/person/details/GXDS-FHJ] - 1914(Qld)-1963(Qld) - Licences: 4LQ Brisbane (Petrie Terrace, 1934-1939) - Qualifications: cc; AOCP 1270, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Petrie Terrace, Qld, 1936-1937); no occupation (Ingleburn, NSW, 1954-1958); retired (Petrie Terrace, Qld, 1963) * [[/William David Johnston|Johnston, William David]] [https://www.familysearch.org/tree/person/details/G8XJ-3RY] - 1909(Irl)-1985(NSW) - Licences: 2YZ Sydney (Ryde, 1930-1939, 1946-1948; Gladesville, 1950; Matraville, 1954-1980+) - Qualifications: AOCP 616, 1930, No. ?? in NSW; 2COCP 323, 1931; 1COCP 398, 1940 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Ryde, 1930-1943); radio engineer (Gladesville, 1949; Matraville, 1954-1980) ===''JOHNSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. D. Johnstone|Johnstone, H. D.]] - 19??(???)-19??(???) - Licences: 3HJ Melbourne (Surrey Hills, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified ===''JONASSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Peter Jonasson|Jonasson, Roy Peter]] [https://www.familysearch.org/tree/person/details/9KPW-ZL1] - 1908(Qld)-1989(Qld) - Licences: 4NG Alberton (1931-1933); 7NG Derwent Park (1937-1939); 3ND Castlemaine (1946-1969); 9NG, PNG; 4NE Brisbane (Kingston, 1980) - Qualifications: cc; AOCP 827, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, QRP Club, RAAF Wireless Reserve, Qld Listeners' League); employment (Qld State Electricity Commission) - Electoral Rolls: electrical fitter (Castlemaine, 1942-1972); retired (Kingston, Qld, 1972-1980) ===''JONES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Ernest Jones|Jones, Alfred Ernest]] [https://www.familysearch.org/tree/person/details/G61R-CTW] - 1894(NSW)-1970(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 241, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Comment: not all electoral roll entries identified, several contemporaneous AEJs; Electoral Rolls: radio telegraphist (Broome, WA, 1917-1922) * [[/David William Jones|Jones, David William]] - 19??(???)-19??(???) - Licences: 4DJ Brisbane (Chelmer, 1930-1933) - Qualifications: cc; AOCP 683, 1930, No. ?? in Qld - amateur operator, amateur broadcaster - Comment: several contemporaneous DWJs - Electoral Rolls: public servant (Chelmer, 1925-1931); engineer (Holland Park, 1958)? * [[/Lancelot Cyril Jones|Jones, Lancelot Cyril "Lance"]] [https://www.familysearch.org/tree/person/details/G8L3-2LS] - 1891(SA)-1971(SA) - Licences: XVB Adelaide (Hawthorn, 1913-1914); 5BQ Adelaide (Westbourne Park, 1923-1924); 5DN Adelaide (City, 1923-1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; co-founder 5DN commercial Adelaide - Electoral Rolls: manager (Broadway Estate, 1939-1943) * [[/Raymond Edward Jones|Jones, Raymond Edward]] [https://www.familysearch.org/tree/person/details/LL9R-FLM] - 1900(Vic)-1987(Vic) - Licences: 3RJ Melbourne (Ascot Vale, 1928; Box Hill, 1931-1939, 1946-1980+) - Qualifications: AOCP 407, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: telegraphist (Newmarket, 1921); public servant (Ascot Vale, 1922-1924); telegraphist (Box Hill, 1931-1943); supervisor (Box Hill, 1949-1963); retired (Box Hill, 1968-1980) * [[/Stanley William Jones|Jones, Stanley William]] [https://www.familysearch.org/tree/person/details/GZL8-BPL] - 1917(Vic)-1943(PNG) - Licences: 3SF Ballarat (1937-1939) - Qualifications: AOCP 1953, 1937, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Signalman, 6 Division Signals) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1687469] (beware, another Stanley William Jones died in WW2, Flight Sergeant, 626 Squadron) * [[/Walter Henry Jones|Jones, Walter Henry]] [https://www.familysearch.org/tree/person/details/G8NB-Z8F] - 1914(NSW)-1980(NSW) - Licences: 2PY Sydney (Marrickville, 1930-1933); 2RS Sydney (Marrickville, 1935-1939); 2WP Sydney (Bexley, 1965-1980) - Qualifications: AOCP 652, 1930, NSW; 1COCP 57, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless telegraphist (Bexley North, 1949-1972); telegraphist (Bexley North, 1977-1980); Beware: Another contemporaneous Walter Henry Jones in Sydney b.1915 m.Edith * [[/W. R. Jones|Jones, W. R.]] - 19??(???)-19??(???) - Licences: 4EK Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''JORDAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Jordan|Jordan, James "Jim"]] [https://www.familysearch.org/tree/person/details/GXHL-VNQ] - 1903(Sct)-1979(Qld) - Licences: 4JJ Ipswich (1933); 4JJ Bundaberg (1934-1939) - Qualifications: cc; AOCP 1162, 1933, Qld - amateur operator; amateur broadcaster; broadcast engineer (4BU); senior military (RAAF, Wing-Commander) - Electoral Rolls: striker (West Ipswich, Qld, 1932); radio mechanic (Bundaberg, Qld, 1934-1937) * [[/Robert Jordan|Jordan, Robert]] - 1893(NZ)-19??(???) - commercial operator (1COCP 4, 1914, No. 4 in Aus and Vic, Commonwealth system) - coastal station operator? ===''JUDD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Harvey Judd|Judd, Clarence Harvey]] [https://www.familysearch.org/tree/person/details/GXVF-9XS] - 1920(SA)-1986(SA) - Licences: 5HQ Adelaide (Colonel Light Gardens, 1954-1980) - Qualifications: cc; AOCP 3374, 1953, Qld - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/Oswald William Judd|Judd, Oswald William]] [https://www.familysearch.org/tree/person/details/GXVX-X56] - 1896(SA)-1934(SA) - Licences: XVF Adelaide (North Norwood, 1913); Receive Adelaide (Payneham, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: Nil yet identified =='''K'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''KANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Leslie Kane|Kane, John Leslie "Les"]] - 1910(Qld)-1985(Qld), 4ZZ Roma, amateur operator (AOCP 2335, 1939, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), senior state public servant (Qld Railways) ===''KAUFMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Samuel Donald Kaufman|Kaufman, Samuel Donald]] [https://www.familysearch.org/tree/person/details/LB6X-937] - 1904(NSW)-1988(NSW) - Licences: 2SK Sydney (Belmore, 1928-1939, 1946-1980+) - Qualifications: AOCP 448, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Belmore, 1933-1980) ===''KAUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Alexis Kauper|Kauper, Henry or Heinrich Alexis "Harry"]] [https://www.familysearch.org/tree/person/details/GZXZ-WYQ] - 1888(Vic)-1942(Vic) - Licences: S643 Adelaide (1921-1922); 5BG Adelaide (Dulwich, 1923-1926; Tusmore, 1927-1928) - Qualifications: cc; AOCP 97, 1925, No. ?? in SA - amateur operator; amateur broadcaster; broadcast engineer; inventor - Electoral Rolls: chauffer (Willaura, Vic, 1910); engineer (Richmond, Vic, 1931-1937) - [https://adb.anu.edu.au/biography/kauper-henry-alexis-harry-6898 ADB] ===''KAYESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Kayess|Kayess, Sydney]] [https://www.familysearch.org/tree/person/details/GCYG-NHD] - 1892(NSW)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified -RANRS (CPOE, 1917) - Electoral Rolls: fitter & turner (Cooktown, 1917); engineer (Hendra, Qld, 1919); engine driver (Charleville, Qld, 1921); mechanic (Mossman, 1925); motor mechanic (Watchem, Vic, 1928); auto engineer (Dulwich Hill, NSW, 1930); garage manager (New Lambton, NSW, 1930; Foveaux, NSW, 1933); engineer (Forest Lodge, NSW, 1935-1937); labourer (Darlinghurst, 1937; Glenmore, NSW, 1943); mechanical engineer trainee (Haberfield, NSW, 1949); engineer (Manly North, NSW, 1958) ===''KEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Patrick James Keane|Keane, John Patrick James]] [https://www.familysearch.org/tree/person/details/G8V5-P25] - 1903(NSW)-1964(NSW) - Licences: 2JN Cessnock (1930-1936; 2JN Sydney (Bexley, 1937-1939; McMahons Point, 1946-1961) - Qualifications: AOCP 698, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: storeman (Darling Harbour, 1930); clerk (Cessnock, 1931-1932; Newcastle, 1934; Bexley, 1935-1937; McMahons Point, 1943-1949; North Sydney, 1958-1963) ===''KEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Keast|Keast, Leslie John]] [https://www.familysearch.org/tree/person/details/K2QP-J6X] - 1886(SA)-1957(WA) - Journalist (Wireless Weekly; shortwave editor, Australasian Radio World, 1940-1951; Radio & Hobbies), professional monitor (OWI/VOA, WW2), silent era cinematographer - Electoral Rolls: licensed victuallar (Royal Hotel, Bowral, 1933-1934); ex-hotelkeeper (Coogee, 1935); clerk (Randwick North, 1936-1937); sales manager (Carlingford, 1943); organising secretary (Ermington, 1949-1958) ===''KEDDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Robert Keddie|Keddie, Phillip Robert]] [https://www.familysearch.org/tree/person/details/G67S-1T7] - 1921(SA)-2003(SA) - Licences: 5KZ Adelaide (Woodville Park, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1882, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: AMF (Woodville Park, SA, 1943) ===''KELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Edward Kells|Kells, Alfred Charles Edward]] [https://www.familysearch.org/tree/person/details/LTMT-7D3] - 1900(Vic)-1955(Vic) - Licences: Receive Melbourne (Moonee Ponds, 1923); 2430 Melbourne (Moonee Ponds, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: postal electrician (Moonee Ponds, 1921-1925); mechanic (Essendon, 1928-1954) ===''KELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Wainwright Kelly|Kelly, Alexander Wainwright]] [https://www.familysearch.org/tree/person/details/GZP6-G6V] - 1908(SA)-1954(SA) - Licences: Receive (Crystal) Largs Bay (1923); Receive Largs Bay (1923); 5AW Lyndoch (1927-1939); 5XO Loxton (1954) - Qualifications: cc; AOCP 358, 1927, No. ?? in SA - amateur operator; amateur Broadcaster - Electoral Rolls: winemaker (Berri, 1939-1943) * [[/Ross Donaldson Kelly|Kelly, Ross Donaldson]] [https://www.familysearch.org/tree/person/details/G7BG-2PR] - 1906(SA)-1959(SA) - Licences: 5LW Adelaide (Unley, 1937-1939; Hazelwood Park, 1948-1956) - Qualifications: cc; AOCP 2032, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: assurance agent (Dulwich, 1941-1943) ===''KELSO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham Kelso|Kelso, Graham]] [https://www.familysearch.org/tree/person/details/GXXH-9DH] - 19??(???)-19??(???) - Licences: 4EL Receive Brisbane (Nundah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: PMG technician (Petrie Terrace, Qld, 1958); technician (Brisbane, Qld, 1968; St Lucia, Qld, 1972-1980) ===''KEMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Kemble|Kemble, Frederick John]] [https://www.familysearch.org/tree/person/details/GZZ2-8WY] - 1915(SA)-1939(WA) - Licences: 6FJ Katanning (1936-1939) - Qualifications: cc; AOCP 1673, 1936, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: blacksmith's striker (Katanning, WA, 1937) ===''KEMP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Kemp|Kemp, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GZ2F-PYS] - 1910(Qld)-1997(Qld) - Licences: 4YA Yangan - Qualifications: cc; AOCP 1466, 1935, Qld; BOCP 110, 1937; 2COCP 123, 1937; 1COCP 163, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Swanfels, Qld, 1936-1937); radio technician (Kedron, Qld, 1943-1949; Wavell Heights, Qld, 1954-1980) * [[/Joseph Edward Kemp|Kemp, Joseph Edward]] [https://www.familysearch.org/tree/person/details/G691-NWV] - 1918(Tas)-1991(WA) - Licences: 7RZ Devonport (1937-1939); 7RZ Launceston (1946-1948) - Qualifications: cc; AOCP 1847, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio telegraphist (Como, 1949); radio officer (Esperance, 1954-1958; Yokine, WA, 1963-1980) ===''KEMPSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Kempster|Kempster, Frederick]] [https://www.familysearch.org/tree/person/details/LVPC-NHM] - 1900(SA)-1957(SA) - Licences: 5KM Darwin (1929-1931); 8KM Darwin (1937-1939) - Qualifications: cc; AOCP 543, 1929, No. ?? in NT - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Fullarton, 1934); supervisor (Fullarton, 1939-1943) ===''KENNA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Francis Kenna|Kenna, Vernon Francis "Vern" / "Marconi"]] [https://www.familysearch.org/tree/person/details/GS1D-4ZV] - 1908(Qld)-1987(NSW) - Licences: 4DE Receive Brisbane (Hamilton, 1923-1924); 4FK Brisbane (Hamilton, 1926-1939); 2JR Sydney (Middle Cove, 1980+) - Qualifications: cc; AOCP 301, 1926, No. 29 in Qld - amateur operator; amateur broadcaster; broadcast engineer (PMGD); radiocommunications engineer; senior public servant (PMG, ABC2); WW2 - Electoral Rolls: postal electrician (Hamilton, Qld, 1936-1954); engineer (Balwyn, Vic, 1963; Killara, 1963; Middle Cove, 1968-1972; Willoughby, 1977-1980) ===''KENNEDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Kennedy|Kennedy, Peter]] [https://www.familysearch.org/tree/person/details/GDKD-8Q7] - 1874(Vic)-1945(SA) - Licences: XYD Perth (City, 1913-1914); 6AM Perth (Mt Lawley, 1923-1927); 5AM Adelaide (City, 1928; Unley, 1931; New Parkside, 1933-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; senior federal public servant (PMG, concluding as Deputy Postmaster-General SA); WW1 - Awards: Imperial Service Order - Electoral Rolls: telegraphist (Leederville, 1903; Mt Lawley, 1910-1921); State Engineer (Maylands, 1925-1926); civil servant (New Parkside, 1939-1943) * [[/M. Kennedy|Kennedy, M.]] - 19??(???)-19??(???) - Licences: 4EP Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter Donald Kennedy|Kennedy, Walter Donald]] [https://www.familysearch.org/tree/person/details/LBRG-1WB] - 1869(NSW)-1951(NSW) - Licences: 2WK Sydney (Rockdale, 1925-1926; Willoughby, 1927-1929); 2WK Helensburgh (1930-1933); 2WK Sydney (East Sydney, 1934); 2WK Wallerawang (1935); 2WK Sydney (Rockdale, 1936-1939, 1946-1950) - Qualifications: cc; AOCP 121, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: clergyman (Murrumburrah, 1913; Helensburgh, 1930-1932); clerk (Darlinghurst, 1934-1935); clerk in Holy Orders (Rockdale, 1936-1949) ===''KENNY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Francis Kenny|Kenny, Edmund Francis]] [https://www.familysearch.org/tree/person/details/G8MB-R3M] - 1903(NSW)-1980(NSW) - Licences: 2EK Sydney (Lewisham, 1927-1928; Croydon, 1929; Ryde, 1930-1931; Granville, 1933-1939, 1946-1948); 2EK Wentworthville (1950-1980) - Qualifications: AOCP 373, 1927, No. ?? in NSW -amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1930); clerk (West Ryde, 1930-1933); engineer (Granville, 1935-1949); radio engineer (Wentworthville, 1954-1968); engineer (Wentworthville, 1972-1977) ===''KEOGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Keogh|Keogh, William George]] [https://www.familysearch.org/tree/person/details/GDJ4-H7G] - 19??(???)-1960(NSW) - Licences: 2ZA Receive Sydney (Stanmore, 1923); 2ZA Sydney (Summer Hill, 1923; Stanmore, 1924-1925); licensed operator 2AG Grace Bros Broadway - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Randwick North, 1943-1958) ===''KERBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Thomas John Kerby|Kerby, Edwin Thomas John]] [https://www.familysearch.org/tree/person/details/GM72-SFL] - 1888(Vic)-1971(Vic) - Licences: 7EK Ringarooma (1932-1939); 3KK Melbourne (Auburn, 1946-1969) - Qualifications: cc; AOCP 940, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW1; WW2 (Major) - Awards: Military Star 1914-1915; British War Medal, Victory Medal; MBE - Electoral Rolls: manager (Ballarat, 1909); restaurant keeper (Brunswick, 1914); electrical engineer (Richmond, 1914-1917); grazier (Ballarat, 1919); farmer (Linton, 1922); grazier (Fawkner, 1924-1925); engineer (St Kilda, 1943; Auburn, 1949-1968) - Links: [[w:Edwin Kerby|Wikipedia]] ===''KERMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Kermond|Kermond, Leslie John "Les"]] [https://www.familysearch.org/tree/person/details/G8W7-Y88] - 1912(Vic)-2007(Vic) - Licences: 3DX Warrnambool (1928-1980+) - Qualifications: AOCP 417, 1928, No. ?? in Vic; AOLCP 182, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: biograph operator (Warrnambool, 1936-1937); engineer (Swan Hill, 1942); radio engineer (Warrnambool, 1949-1980) ===''KERNICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Edwin Kernick|Kernick, Percy Edwin]] [https://www.familysearch.org/tree/person/details/LX7S-JW1] - 1888(NSW)-1965(WA) - Licences: 6PK Perth (South Perth, 1927-1939, 1946-1947) - Qualifications: cc; AOCP 378, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Sandstone/Mt Magnet, 1910); telegraphist (Brown Hill/Kalgoorlie, 1917; South Perth, 1925-1963) ===''KERR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dixon Kerr|Kerr, Alfred Dixon]] [https://www.familysearch.org/tree/person/details/GZT8-ZKF] - 1910(Vic)-1977(Vic) - Licences: 3AL Ballarat (1926-1939, 1946-1960); 3JQ Melbourne (Hawthorn, 1975) - Qualifications: AOCP 284, 1926, No. ?? in Vic; AOLCP 18, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Ballarat, 1931-1968); retired (Hawthorn, 1977) * [[/Roy Kerr|Kerr, Roy]] [https://www.familysearch.org/tree/person/details/GXHP-SBX] - 1917(Qld)-1988(Qld) - Licences: 4DK Winton (1937-1939); 4DK Brisbane (Tingalpa, 1946-1951) - Qualifications: cc; AOCP 1941, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; federal public servant (PMGD, telegraphist) - Relationships: brother of Vernon Lester Kerr 4LK - Electoral Rolls: * [[/Vernon Lester Kerr|Kerr, Vernon Lester "Vern"]] [https://www.familysearch.org/tree/person/details/GXHP-MCW] - 1912(Qld)-1979(Qld) - Licences: 4LK Winton (1932-1933); 4LK Cloncurry (1937-1939, 1946-1948); 4LK Charters Towers (1954-1969); 4LK Charleville (1975) - Qualifications: cc; AOCP 800, 1931, No. ?? in Qld; COCP 1941, amateur operator; amateur broadcaster; radio club (WIAQ, Soc Wireless Pioneers USA); employment (RFDS, technical officer / controller / announcer) - Relationships: brother of Roy Kerr 4DK - Electoral Rolls: radio technician (Charters Towers, Qld, 1954-1977); technician (Charleville, Qld, 1977) ===''KHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kullandar Jallander Khan|Khan, Kullandar Jallander]] [https://www.familysearch.org/tree/person/details/GX89-VLY] - 1916(Qld)-1983(Qld) - Licences: 4QA Cairns (1937-1939, 1947); 4DC Cairns (1948-1960); 4DC Brisbane (New Farm, 1965-1980+) - Qualifications: cc; AOCP 1979, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 4QA may have been withdrawn by PMGD for 4QA Cairns - Electoral Rolls: picture theatre operater (Cairns, Qld, 1943); radio serviceman (Cairns, Qld, 1954-1958); tv technician (New Farm, Qld, 1968-1977); retired (New Farm, Qld, 1980) ===''KIDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian McIvor Kidman|Kidman, Ian McIvor]] [https://www.familysearch.org/tree/person/details/LD7Q-7N2] - 1915(SA)-1981(SA) - Licences: 5JK Naracoorte (1933-1937) - Qualifications: cc; AOCP 1163, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''KILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Harold Kilby|Kilby, Raymond Harold]] [https://www.familysearch.org/tree/person/details/G691-9VD] - 1918(Tas)-1999(Tas) - Licences: 7RK Launceston (1935-1939, 1946-1980+) - Qualifications: cc; AOCP 1461, 1935, No. ?? in Tas; BOCP 1568, 1957; 1COCP 1862, 1958; 2COCP T1, 1977 - amateur operator; amateur broadcaster - Electoral Rolls: upholsterer (Launceston, 1943-1972) ===''KILGARIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Kilgariff|Kilgariff, Joseph]] [https://www.familysearch.org/tree/person/details/GDS2-XBD] - 1886(NSW)-1971(SA) - Licences: 5JT Adelaide (Burnside, 1937-1939; Erindale, 1947-1948; North Glenelg, 1954-1969) - Qualifications: cc; AOCP 1884, 1937, SA; 2COCP 325, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carpenter (Boulder, WA, 1910-1912); builder (Alice Springs, NT, 1934; Burnside, SA, 1939); RAAF (Leabrook, SA, 1943) ===''KILSBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Wilbur Kilsby|Kilsby, Keith Wilbur]] [https://www.familysearch.org/tree/person/details/KCHP-4ZS] - 1912(SA)-1970(SA) - Licences: 5PR Moorak (1933); 5PR Birdwood (1938); 5PR Wiltyerong via Murray Bridge (1947); 5PR Mingary via Murray Bridge (1948); 5PR Murray Bridge (1954); 5PR Adelaide (Payneham, 1955-1969) - Qualifications: cc; 2COCP 419, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Birdwood, SA, 1939; Wiltyerong, SA, 1941-1943); ===''KING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Calvert King|King, Charles Calvert]] [https://www.familysearch.org/tree/person/details/GXQT-4R1] - 1885(Eng)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 105, 1915; 2COCP 155, 1930 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (New Town, Tas, 1914); warrant telegraphist (Wireless Station, Applecross, 1921-1925); music teacher (Randwick, NSW, 1930); musician (Clovelly, 1931; Rose Bay, 1932-1933); librarian (Woollahra, 1934); salesman (Bondi, NSW, 1935); Model Maker (Watson's Bay, 1936-1937) * [[/Fred Esmond King|King, Fred Esmond (Electoral Rolls) or Esmonde (BMD)]] [https://www.familysearch.org/tree/person/details/GXNY-81C] - 1896(Qld)-1986(Qld) - Licences: 4CQ Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: station hand (Bulliwallah, Qld, 1919-1963) * [[/Frederick Venn King|King, Frederick Venn]] [https://www.familysearch.org/tree/person/details/KJHN-MV3] - 1888(Qld)-1968(Qld) - Licences: Receive (Valve) Cunnamulla (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: station hand (Weelamurra Station, Qld, 1909); grazier (Weelamurra Station, Qld, 1913-1921); not stated (Warrambah Station, Cunnamulla, Qld, 1925); grazier (Barrington Station, Cunnamulla, Qld, 1930-1954); retired (Camp Hill, Qld, 1958-1968) ===''KINGWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hercules Kingwell|Kingwell, William Hercules]] - broadcast planning engineer (PMGD, ABCB) ===''KINSELLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Thomas Kinsella|Kinsella, Hector Thomas]] [https://www.familysearch.org/tree/person/details/G8NC-XN9] - 1912(WA)-1993(WA) - Licences: 6HK Perth (Hollywood, 1930; East Perth, 1931) - Qualifications: cc; AOCP 641, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (South Perth, 1936-1937; Victoria Park, 1943); pharmacist (Perth, 1949; Narrogin, 1954-1958; Applecross, 1963; Ardross, 1968-1972; Booragoon, 1977-1980) * [[/Thomas Wade Kinsella|Kinsella, Thomas Wade]] [https://www.familysearch.org/tree/person/details/G8P2-TSG] - 1904(Vic)-2001(NSW)96yo - Licences: Receive (Crystal) Lubeck (1923); 3TK Lubeck (1924-1926); 3TK Rupanyup (1937-1939); 2FK Sydney (Rose Bay, 1946; Herne Bay, 1947; Sans Souci, 1948-1980+) - Qualifications: cc; AOCP 1992, 1937, No. ?? in Vic; BOCP 532, 1943 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrician (Lubeck, 1927-1936); RAN (Sans Souci, 1949-1980) - Relationships: brother of 3AKW William Jennings Kinsella * [[/William Jennings Kinsella|Kinsella, William Jennings]] [https://www.familysearch.org/tree/person/details/G8PG-S8S] - 1914(Vic)-2011(Vic) - Licences: 3AKW Lubeck (1947-1980+) - Qualifications: cc; BOCP 498, 1943; 2AOCP 55, 1946 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grazier (Magdala, Lubeck, 1936-1972; Lubeck, 1977-1980) - Relationships: brother of 3TK-2FK Thomas Wade Kinsella ===''KINZBRUNNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Charles Kinzbrunner|Kinzbrunner, Harry Charles]] [https://www.familysearch.org/tree/person/details/G8H4-SZM] - 1903(Eng)-1982(Qld) - Licences: 4HK Cloncurry (1929-1931); 4HK Mareeba (1933); 4HK Tully (1937-1939); 4HK Atherton (1946-1980+) - Qualifications: cc; AOCP 474, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), employment (Australian Inland Mission, QATB) - Electoral Rolls: radio mechanic (Malanda, 1937); electrical engineer (Ashgrove, 1943); radio mechanic (Atherton, 1943); refrigeration & electrical contractor (Atherton, 1949-1972); electrical contractor (Atherton, 1977-1980) ===''KIRBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ewan Russell Kirby|Kirby, Ewan Russell]] [https://www.familysearch.org/tree/person/details/G4R1-4J7] - 1885(Tas)-1947(Tas) - Licences: XZB Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; First set 1909 communicated with M. Harvey; employed Hydro-electric Dept - Electoral Rolls: electrician (Hobart South, 1914-1919); engineer (Hobart West, 1922-1936) ===''KIRKBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Kirkby|Kirkby, Brian]] - historian (early wireless experimenters, Edward Hope Kirkby, Archibald John Shaw), great grandson of Edward Hope Kirkby * [[/Charles Edward Kirkby|Kirkby, Charles Edward]] - 1886(Vic)-1954(NSW) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of George Gill Kirkby * [[/Edward Hope Kirkby|Kirkby, Edward Hope]] - 1853(At sea)-1915(NSW) - early wireless and X-ray experimenter, father of George Gill Kirkby and Charles Edward Kirkby * [[/George Gill Kirkby|Kirkby, George Gill]] - 1884(Vic)-1916(Vic) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of Charles Edward Kirkby ===''KIRKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Basil Everald Wharton Kirke|Kirke, Basil Everald Wharton]] [https://www.familysearch.org/tree/person/details/G6NX-FFQ] - 1893(NSW)-1958(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; chief studio announcer/Uncle "Bas" (2BL); manager, 6WF; manager 9PA (1946); manager (ABC, Victoria, 1936) - Electoral Rolls: manager (Subiaco, 1931; Perth, 1934-1936; Melbourne, 1937-1943; Perth, 1954) - Links: [https://adb.anu.edu.au/biography/kirke-basil-everald-wharton-10751 ADB] ===''KIRKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Booth Kirkland|Kirkland, John Booth]] - 1861(Vic)-1900(Vic) - early telephone experimenter, Melbourne, Geelong & Ballarat ===''KISSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Leslie Hawthorn Kissick|Kissick, Alfred Leslie Hawthorn]] [https://www.familysearch.org/tree/person/details/LK9D-7LL] - 1904(Vic)-1967(Vic) - Receive Melbourne (Brunswick, 1923-1924), 3KB Melbourne (Brunswick, 1925-1939, 1946-1965), amateur operator (AOCP 141, 1925, No. ?? in Vic), operator 3CR Coburg Radio Club (1925), amateur broadcaster, clerk (1934) ===''KITTO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Collingwood Kitto|Kitto, Thomas Collingwood]] [https://www.familysearch.org/tree/person/details/MCKM-W8G] - 1903(Tas)-19??(???) - Licences: 7?? Launceston (1928); 5JR Adelaide (Tusmore, 1931); 2JR Newcastle (1933); 2JS Newcastle (1933-1939) - Qualifications: cc; AOCP 425, 1928, No. ?? in Tas; AOLCP 43, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Launceston, 1928); radio engineer (Sandgate, NSW, 1935; Ulverstone, Tas, 1937); engineer (Hawthorn, Vic, 1942); radio engineer (Prahran, 1949); retired (Deception Bay, 1972) ===''KLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Robert Kling|Kling, John Robert]] [https://www.familysearch.org/tree/person/details/LRQZ-B4W] - 1905(Vic)-1969(Vic) - Licences: 3JB Melbourne (Balwyn, 1928; South Camberwell, 1931; Hawthorn East, 1933; Hampton, 1937-1939); 3AJQ Melbourne (Seaford, 1954-1955; Lower Ferntree Gully, 1956; Frankston, 1960-1965) - Qualifications: AOCP 403, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Camberwell, 1931-1933; Sandringham, 1936-1937); engineer (Sandringham, 1942; Bacchus Marsh, 1949); radio sound engineer (Seaford, 1954); electrician (Frankston, 1963-1968) ===''KNAPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carlo Patrick Knapton|Knapton, Carlo Patrick]] [https://www.familysearch.org/tree/person/details/9DQR-R5C] - 1879(Irl)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - wireless trader (WA); witness to Royal Commission 1927 (as vice-president, Wireless Traders Assoc, WA) - Electoral Rolls: engineer (Carlton, Vic, 1914); lighting engineer (South Perth, 1921-1954) ===''KNEIPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Kneipp|Kneipp, James Henry "Jim"]] [https://www.familysearch.org/tree/person/details/GQ5R-YBH] - 1875(NSW)-1958(Qld) - Licences: Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: saddler (Morningside, Qld, 1905); railway employee (Morningside, Qld, 1908-1917; Cannon Hill, Qld, 1919-1958) ===''KNIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Keith Knight|Knight, Rupert Keith]] [https://www.familysearch.org/tree/person/details/G8MJ-Z5W] - 1898(Qld)-1934(Qld) - Licences: 4RK Toowoomba (1926-1927) - Qualifications: cc; Nil identified - amateur operator; amateur broadcaster - Halcyon: not mentioned? - Electoral Rolls: clerk (Toowoomba, 1919); bank clerk (East Toowoomba, 1925-1926); not specified (East Toowoomba, 1928-1932) ===''KNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Brader Knock|Knock, Donald Brader "Don"]] [https://www.familysearch.org/tree/person/details/GWWR-L62] - 1898(Eng)-1966(NSW) - Licences: 1911 Manchester; G6XG London (1924-1926); 2NO Sydney (Cremorne, 1926-1927; Vaucluse, 1927; Kirribilli, 1928; Randwick, 1929); 6NK Wyndham (1930-1931); 2NU Portable Sydney 1935-1939; 5NO Portable Central Australia; 2NO Sydney (Waverley, 1946-1966) - Qualifications: cc; AOCP 335, 1927, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (2MO); radiocommunications engineer; journalist (Wireless Weekly, Radio in ANZ, Radio Monthly, Australian Radio News, Bulletin, Australasian Radio World); military (WW1 - Royal Naval Air Service, WW2 - AIF lieutenant-major) - Electoral Rolls: engineer (Waverley, 1930); radio journalist (Waverley, 1932-1933); radio engineer (Waverley, 1935-1963) ===''KNOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carlisle Maddison Knowles|Knowles, Henry Carlisle Maddison]] [https://www.familysearch.org/tree/person/details/L4Q8-642] - 1901(NSW)-1945(ACT) - Licences: 2LK Sydney (Arncliffe, 1930-1931) - Qualifications: AOCP 653, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: pharmacist (Woolahra, 1933; Kingston, ACT, 1935-1943) ===''KOSSECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edwin Frederick Kosseck|Kosseck, Edwin Frederick]] [https://www.familysearch.org/tree/person/details/G8VB-VTG] - 1909(Vic)-1989(Vic) - Licences: 3EK Geelong (Belmont, 1930-1933); 3AKE Geelong (Newport, 1947; Belmont, 1948-1980+) - Qualifications: AOCP 705, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: gardener (Belmont, 1931-1937); RAAF (Newport, 1943); gardener (Belmont, 1949-1980) ===''KRAEGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl W. J. Kraegen|Kraegen, Carl W. J. "Charles"]] - 1831?(Germany?)-1871(NT) - employment (Vic Posts & Telegraphs, SA Posts & Telegraphs), telegraph operator (Ballarat, Portland), developed an early system of explosive detonation by battery, tragically died of thirst during the construction of the Overland Telegraph ===''KRUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Augustine Kruger|Kruger, Francis Augustine]] [https://www.familysearch.org/tree/person/details/GDJZ-58H] - 1907(Vic)-1992(Vic) - Licences: 3HE Receive Charlton (1922-1923); 3HE Charlton (1924-1925); 3AI Charlton (1935-1939); 3AI Strathmore (1946-1980+) - Qualifications: cc; AOCP 1541, 1935, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: dental mechanic (Charlton, 1928-1937); cinema operator (Charlton, 1942); executive (Essendon, 1949-1968; Strathmore, 1977-1980) =='''L'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''LABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Howell Laby|Laby, Thomas Howell]] - 1880(Vic)-1946(Vic) - frequent lecturer on wireless topics to WIA Vic in the 1920s, education (BA Cambridge 1905, PhD Cambridge 1921), employment (University of Sydney, 1901-1904; Cavendish Laboratory, 1905; Professor Physics, Victoria University College, Wellington, 1909; Professor Natural Philosophy, University of Melbourne, 1915-1930+), Royal Society of Victoria (president, 1924) ===''LACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Lack|Lack, Francis James]] [https://www.familysearch.org/tree/person/details/LCQH-WJR] - 1876(NSW)-1949(Qld) - Licences: Receive (Valve) Brisbane (Sandgate, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Warwick, Qld, 1903; Tiaro, Qld, 1905-1906; Maryborough, Qld, 1908); fish agent (Maryborough, Qld, 1913); engineer (Sandgate, Qld, 1916); accountant (Sandgate, Qld, 1917-1949) ===''LAHEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Wesley Lahey|Lahey, John Wesley]] [https://www.familysearch.org/tree/person/details/LKRX-KPL] - 1850(Irl)-1937(Qld) - Licences: 4EG Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: sawmill proprietor (Clayfield, Qld, 1908-1909); sawmiller (Clayfield, Qld, 1913-1936) ===''LAIDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Laidler|Laidler, Thomas]] [https://www.familysearch.org/tree/person/details/L1KG-31L] - 1904(Eng)-1995(SA) - Licences: 5TL Ceduna (1937-1939, 1947); 5TL Largs Bay (1948); 5TL Renmark (1954-1960); 5TL Adelaide (Glandore, 1965-1980+) - Qualifications: cc; AOCP 1934, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: postmaster (Ceduna, SA, 1939-1943) ===''LAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Lake|Lake, Eric James]] [https://www.familysearch.org/tree/person/details/GDFZ-CKK]- 1906(Eng)-1966(Qld) - Licences: 4EL Brisbane (Kangaroo Point, 1932-1939; Camp Hill, 1946-1948); 4EL Clevedon (1954-1956); 4EL Townsville (Belgian Gardens, 1960-1965) - Qualifications: cc; AOLCP 54, 1931; AOCP 966, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, instructor); broadcast technician (4QN); federal public servant (PMGD) - Electoral Rolls: radio operator (Coorparoo, Qld, 1937); radio technician (Camp Hill, Qld, 1943-1949; Townsville, Qld, 1954-1963); ===''LAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Federal Laker|Laker, Frank John Federal]] [https://www.familysearch.org/tree/person/details/M1V2-P8Q] - 1899(NSW)-1953(NSW) - Licences: 2ZE Deniliquin (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: sales manager (St Kilda, Vic, 1925); clerk (Bondi, 1935-1937); accountant (North Rocks, 1954) ===''LALOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Fintan Lalor|Lalor, Peter Fintan]] - 1827(Irl)-1889(Vic) - Leader of the Eureka Stockade, Postamaster-General Victoria (Aug 1875-Oct 1875) ===''LAMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. D. Lamb|Lamb, A. D.]] - 19??(???)-19??(???) - Licences: 4DK Receive Brisbane (New Farm, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James Joseph Wiseman Lamb|Lamb, James Joseph Wiseman]] [https://www.familysearch.org/tree/person/details/GX7M-49X] - 1876(Vic)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 119, 1915; 1COCP 264, 1932 - RANRS (Warrant Telegraphist, 1917) - Relationships: father of Harry Spencer Lamb - Electoral Rolls: civil servant (Subiaco, WA, 1910); radio station master (Townsville, Qld, 1921); wireless (Malvern, Vic, 1927); superintendent (Toorak, Vic, 1928-1936; Elsternwick, Vic, 1937); retired (Elsternwick, Vic, 1942) * [[/Harry Spencer Lamb|Lamb, Harry Spencer]] [https://www.familysearch.org/tree/person/details/GX7M-SQY] - 1906(WA)-1984(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Relationships: son of James Joseph Wiseman Lamb - Electoral Rolls: ===''LAMBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Clayton Lambert|Lambert or Mason, Frank Clayton]] [https://www.familysearch.org/tree/person/details/G8C3-761] - 1908(WA)-1993(WA) - Licences: 6FL Perth (South Perth, 1929-1931); 6FL Geraldton (1933); 6FL Perth (Wembley, 1937-1939; Subiaco, 1947); 3AFL Bairnsdale (1948); 6FL Perth (Claremont, 1954-1956; Bassendean, 1965-1980+) - Qualifications: cc; AOCP 503, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: picture employee (South Perth, WA, 1931); projectionist (Albany, WA, 1934); sound projectionist (East Fremantle, WA, 1936); projectionist (Wembley Park, WA, 1937); radio technician (Subiaco, WA, 1943-1949); dealer (Claremont, WA, 1954); radio dealer (Bassendean, WA, 1958-1980) ===''LANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Herbert Dodson Lane|Lane, Cyril Herbert Dodson]] - 1888(NSW)-1915(Tur) - XDM Sydney (1909-1914), early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in NSW), born Cyril Herbert Dodson, brother-in-law of Charles Dansie Maclurcan "Greater love hath no man" ===''LANGFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Leslie Langfield|Langfield, Harold Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/GX84-3D6] - 1893(Wales)-1982(Qld) - Licences: 4CO Brisbane (Rosalie, 1935-1960) - Qualifications: cc; AOCP 1572, 1935, Qld - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: club steward (Rosalie, Qld, 1934-1977; Paddington, Qld, 1980); ===''LANGFORD-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fritz Langford-Smith|Langford-Smith, Fritz]] - 1904(NSW)-1966(NSW) - 2?? Sydney, amateur operator (AOCP ??, 19??, No. ?? in Qld), electronics designer (AWA), author (Radiotron Designers Handbook), journalist (Radiotronics) - Links: [http://messui.polygonal-moogle.com/valves/NW198908.pdf EA] ===''LANGHANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ron Langhans|Langhans, Ron]] - historian (broadcasting) ===''LANGRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George David Langridge|Langridge, George David]] - 1829(Eng)-1891(Vic) - Postmaster-General Victoria in early 1880s ===''LAPTHORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Charles Lapthorne|Lapthorne, Horace Charles]] [https://www.familysearch.org/tree/person/details/G8W8-STK] - 1900(Vic)-1975(NSW) - Licences: 2TM Receive Sydney (Artarmon, 1923-1924); 2HL Sydney (Chatswood, 1928-1938; Lane Cove, 1939; Artarmon, 1948-1969); 2HL Noraville (1975) - Qualifications: AOCP 422, 1928, No. ?? in NSW - amateur operator? - Electoral Rolls: electrician (Artarmon, 1930-1937; Chatswood, 1943-1968); retired (Noraville, 1972) ===''LARSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Peter Christian Larsen|Larsen, Herbert Peter Christian]] [https://www.familysearch.org/tree/person/details/G36L-GHQ] - 1901(Qld)-1976(Qld) - Licences: 4JW Charters Towers(1928-1937); 4JW Cairns (1938-1939, 1947-1956); 4JW Charters Towers (1960-1975) - Qualifications: cc; AOCP 439, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: brewery hand (Charters Towers, 1925-1936); engine driver (Cairns, 1943-1954; Charters Towers, 1958-1968) ===''LARSSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gustaf William Larsson|Larsson, Gustaf William]] [https://www.familysearch.org/tree/person/details/GDTD-55K] - 1902(Tas)-1992(Tas) - Licences: 7BJ Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; AOLCP 92, 1932; AOCP 3275, 1952 - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Hobart West, 1928-1936) ===''LATHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Couzens Lathwell|Lathwell, Arthur George Couzens]] [https://www.familysearch.org/tree/person/details/GZH3-G9L] - 1911(WA)-1996(WA) - Licences: 6AL Bunbury (1935-1939, 1947-1975) - Qualifications: cc; AOCP 1467, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician's assistant (Bunbury, WA, 1936-1937); electrician (Bunbury, WA, 1943-1980) ===''LAUNDER-CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Edgar Launder-Cridge|Launder-Cridge, Wilfred Edgar]] [https://www.familysearch.org/tree/person/details/GXT9-S5L] - 1899(Eng)-1960(Tas) - Licences: 5BZ Adelaide (Brooklyn Park, 1928) - Qualifications: cc; 2COCP 200, 1930; 1COCP 120, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Essendon North, Vic, 1937; Aerodrome, Cambridge, Tas, 1943); OIC, DCA (Forrest, WA, 1958) ===''LAURENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Laurence|Laurence, John Henry]] [https://www.familysearch.org/tree/person/details/GXL7-YKV] - 1916(SA)-19??(???) - Licences: 5MZ Adelaide (Malvern, 1933-1939); 3PF Melbourne (Sandringham, 1947-1948); 3PF Benalla (1954-1980+) - Qualifications: cc; AOCP 1164, 1933, SA; 1COCP 118, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Ceduna, 1941-1943); farmer (Wellington, Benalla, 1949-1963; Benalla, 1967-1980) ===''LAURIE-RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melbourne Clive Laurie-Rhodes|Laurie-Rhodes, Melbourne Clive]] [https://www.familysearch.org/tree/person/details/GX6M-6K1] - 1915(Qld)-1997(NZ) - Licences: 4XU Brisbane (Hendra, 1934-1937) - Qualifications: cc; AOCP 1353, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: manager (Hendra, Qld, 1936-1937) ===''LAVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Poynton Laver|Laver, Charles Poynton]] [https://www.familysearch.org/tree/person/details/9JBH-SNC] - 1882(Eng)-1969(SA) - Licences: 5CP Cape Borda (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Lightkeeper (Cape Borda, SA, 1939; Edithburgh, 1941-1951) ===''LAVINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Morgan Eric Lavington|Lavington, Frederick Morgan Eric]] [https://www.familysearch.org/tree/person/details/GDJM-ZC9] - 1903(Tas)-1974(Vic) - Licences: 2ZC Receive Sydney (Bondi, 1923); 2ZC Sydney (Waverley, 1923; Bondi, 1924-1925; Mosman, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Manly, 1930); engineer (Strathfield, 1932; Ashfield West, 1935-1936); electrical engineer (Ashfield West, 1937); engineer (Kensington, 1949; Kingsford, 1954-1972) ===''LAWRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevan Alic Lawrie|Lawrie, Kevan Alec or Alic]] [https://www.familysearch.org/tree/person/details/GXRS-5YP] - 1915(SA)-2000(SA) - Licences: 5AK Adelaide (Lockleys, 1936-1939; York, 1947-1948; Lockleys, 1954-1965; Brooklyn, 1969-1980+) - Qualifications: cc; AOCP 1602, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (Lockleys, SA, 1939-1941) ===''LAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. W. Law|Law, F. W.]] - 19??(???)-19??(???) - Licences: 6DA Perth (Armadale, 1923); 6CZ Perth (Armadale, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''LAWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Andrew Laws|Laws, David Andrew]] [https://www.familysearch.org/tree/person/details/GZLN-FW5] - 1909(Qld)-1943(PNG) - Licences: 4DR Brisbane (Taringa, 1931-1939) - Qualifications: AOCP 829, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 (Army, M Special Unit, Commando)- Sacrifice: "Greater love hath no man than this" - Electoral Rolls: clerk (Taringa, 1936-1943) - Links: [https://vwma.org.au/explore/people/635901] * [[/Sidney Frank Henry Laws|Laws, Sidney Frank Henry]] [https://www.familysearch.org/tree/person/details/G6ZT-GBH] - 1893(NZ)-1973(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 6, 1914, No. 6 in Aus and Vic - commercial operator; coastal station operator; manager 7ZL (1927); witness to Royal Commission 1927 (obo 7ZL) - Electoral Rolls: radio engineer operator (Wireless Station, Townsville, 1915); farmer (Launching Place, 1918); electrical engineer (Prahran, Vic, 1919); engineer (Armadale, Vic, 1919-1924); manager (Launceston, 1928); company manager (Double Bay, NSW, 1930-1931) ===''LAWTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Kyle Lawton|Lawton, Alexander Kyle]] [https://www.familysearch.org/tree/person/details/LR8F-FWT] - 1889(Qld)-1978(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, federal public servant (PMGD), radio clubs (QWI, member), business (movie theatres, Amico), WW2 - Electoral Rolls: electrician (Toowoomba, 1913; Wynnum South, 1915-1916); manager (Windsor, 1919); engineer (Nundah, 1925-1928); manager (Townsville, 1936-1937; Nundah, 1943-1949); manufacturer's agent (Virginia, 1954-1958); company director (Ashfield, 1963); sales manager (Ashfield, 1968-1977) ===''LEADBITTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Leadbitter|Leadbitter, James Henry]] [https://www.familysearch.org/tree/person/details/GDP1-3V1] - 1882(NSW)-1946(NSW) - Licences: 2AF Receive West Wyalong (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: cycle mechanic (Darlington, 1903); mechanic (West Wyalong, 1913); cycle mechanic (West Wyalong, 1930-1943) ===''LEANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Gregory Leaney|Leaney, William Gregory]] [https://www.familysearch.org/tree/person/details/LK9P-JF9] - 1895(SA)-1982(Vic) - Licences: 3XN Receive Melbourne (Northcote, 1923); 3XN Melbourne (Northcote, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engine driver (Northcote, 1919-1954); driver (Coburg, 1963-1977); nil (Preston, 1980) ===''LEBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/David Leber|Leber, David]] [https://www.familysearch.org/tree/person/details/G8HD-847] - 1905(Vic)-1950(Vic) - Licences: 3DL Melbourne (Richmond, 1929-1939; Hawthorn, 1947-1948) - Qualifications: AOCP 481, 1929, No. ?? in Vic; 3COCP 45, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Richmond, 1927-1942); salesman (Hawthorn, 1949) ===''LECKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Herbert Crockett Leckie|Leckie, Herbert Crockett]] [https://www.familysearch.org/tree/person/details/LJ1R-QQN] - 1927(Vic)-1994(Vic) - Licences: 3LH Melbourne (Elwood, 1948-1980+) - Qualifications: cc; 1COCP 1170, 1947 - amateur operator - Electoral Rolls: student (St Kilda, 1949-1968; Elwood, 1972-1980); * [[/Raymond Campbell Leckie|Leckie, Raymond Campbell]] [https://www.familysearch.org/tree/person/details/GZ2Q-ZZV] - 1904(Vic)-1987(ACT) - Licences: 3TU Receive Melbourne (Sandringham, 1923); 3TU Melbourne (Sandringham, 1924-1927) - Qualifications: cc; AOCP 215, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Sandringham, 1926); public servant (Braddon, 1935; Turner, 1943-1968); examiner of patents (Hughes, 1972); retired (Hughes, 1977-1980) ===''LEE-ARCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Leslie Lee-Archer|Lee-Archer, Evan Leslie]] [https://www.familysearch.org/tree/person/details/LB2K-F3W] - 1911(Vic)-1993(Vic) - Licences: 3LM Melbourne (Glen Iris, 1929-1931); 3LM Wonthaggi (1933); 3LM Melbourne (Caulfield North, 1937; Malvern East, 1938) - Qualifications: AOCP 534, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Gardiner, 1933); radio engineer (Korumburra, 1934); engineer (Caulfield West, 1935); mechanic (Malvern East, 1937) ===''LEGGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Legge|Legge, Arthur William]] [https://www.familysearch.org/tree/person/details/9MJS-QKM] - 1906(Tas)-1968(Tas) - Licences: Receive (Crystal) Ulverstone (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Ulverstone, 1928); no occupation (Hobart South, 1936); zinc worker (Hobart East, 1943); farmer (Cullenswood, 1949-1954) ===''LE GRAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Walter Le Grand|Le Grand, Sydney Walter]] [https://www.familysearch.org/tree/person/details/GQDD-D57] - 1902(Qld)-1979(NSW) - Licences: 4LG Brisbane (Windsor, 1927) - Qualifications: cc; CPRT 882, 1925; 2COCP 34, 1929; 1COCP 151, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Windsor, 1925-1926); operator (Woollahra, 1931-1937; Bellevue Hill, 1943-1949; Bondi Junction, 1954-1968); retired (Banora Point, 1972-1977) ===''LELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Lelliott|Lelliott, Thomas "Tom"]] [https://www.familysearch.org/tree/person/details/G8VX-4PX] - 1911(Vic)-2000(Vic) - Licences: 3ZW Melbourne (Mont Albert, 1930-1939); 3AZW Melbourne (Boronia, 1954-1980+) - Qualifications: AOCP 684, 1930, Vic; AOLCP 68, 1932 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio operator (Mont Albert, 1937); operator (Caulfield, 1942); public servant (Boronia, 1963-1980) ===''LEMMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Lemmon|Lemmon, Charles Edward]] [https://www.familysearch.org/tree/person/details/GDLL-Z21] - 1885(Eng)-1966(WA) - Licences: Nil yet identified - Qualifications: CPRT 95, 1915; 2COCP 120, 1930; 1COCP 71, 1930 - coastal wireless operator; WW2; RANRS - Electoral Rolls: wireless operator (Clayfield, Qld, 1915); officer-in-charge Wireless Station (Rockhampton, 1916-1921); radio telegraphist (Applecross, 1931-1936; Como, 1937); wireless operator (Broome, 1937); radio telegraphist (Geraldton, 1943-1949); retired (Rivervale, 1954-1963) ===''LEMPRIERE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Louis Lempriere|Lempriere, Charles Louis]] [https://www.familysearch.org/tree/person/details/L23Y-NPS] - 1857(Vic)-1934(Vic) - Licences: 3ZJ Melbourne (Vermont, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: surgeon (South Yarra, 1912-1919); medical practitioner (Vermont, 1924-1934) ===''LENDRUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Lendrum|Lendrum, Alexander "Alex"]] [https://www.familysearch.org/tree/person/details/G8NZ-Y5Y] - 1887(Qld)-1955(NSW) - Licences: 2YL Sydney (Kensington, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Toowoomba, 1913); yardman (Toowoomba, 1921); constable (Kensington, 1930-1937) ===''LENNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Lennon|Lennon, Christopher James "Chris"]] [https://www.familysearch.org/tree/person/details/KJL3-LZF] - 1889(Vic)-1932(Aus) - Licences: Nil yet identified - Qualifications: cc; 1COCP 4, 1929 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: operator (Broome, 1916-1917); radio telegraphist (Townsville, 1925); telegraphist (Thursday Island, 1931) ===''LEONARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Benedict Leonard|Leonard, Aubrey Benedict]] [https://www.familysearch.org/tree/person/details/GS9T-N4X] - 1896(NSW)-1968(Vic) - Licences: 3EN Receive Drouin (1922-1923); 3EN Drouin (1924-1926) - Qualifications: cc; AOCP 244, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal assistant (Drouin, 1922-1928); radio dealer (Drouin, 1931-1954); retired (Drouin, 1963-1967) * [[/John William Leonard|Leonard, John William "Bill"]] [https://www.familysearch.org/tree/person/details/G494-BY4] - 1906(Vic)-1974(Vic) - Licences: 3AB Melbourne (Black Rock, 1928-1939) - Qualifications: cc; AOCP 386, 1928, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Sandringham, 1931-1943); shopkeeper (Sandringham, 1949-1968) * [[/Leslie Clarence Leonard|Leonard, Leslie Clarence]] [https://www.familysearch.org/tree/person/details/GH15-16Q] - 1902(Vic)-1961(SA) - Licences: 5LT Adelaide (Payneham, 1946-1947; Medindie, 1948); 5LT Port Lincoln (1954-1960) - Qualifications: AOCP 2336, 1939, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: pilot (The Terrace/Port Pirie, 1939) * [[/Vincent Halpin Leonard|Leonard, Vincent Halpin]] [https://www.familysearch.org/tree/person/details/G8S4-TXD] - 1915(Vic)-1988(Vic) - Licences: 3PJ Melbourne (?, 1938-1939; Kew, 1946-1956); 3PJ St Andrews (1960); 3PJ Melbourne (Balwyn, 1965-1980+) - Qualifications: AOCP 2167, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1937; Kew, 1937-1954); public servant (St Andrews, 1958; Balwyn, 1963-1980) ===''LESLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julian Leslie|Leslie, Julian]] [https://www.familysearch.org/tree/person/details/GS98-211] - 1873(Vic)-1950(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 142, 1915; 1COCP 246, 1932 - RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: telegraphist (Leederville, WA, 1910-1912; Applecross, WA, 1913); O.I.C. (Radio Telegraph Station, Broome, WA, 1917); officer-in-charge (Radio Station, Thursday Island, 1925-1926); superintendent of wireless (Auburn, Vic, 1928); supervisor B.H. service (Randwick, NSW, 1930-1949) ===''LESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lester|Lester, Jack]] [https://www.familysearch.org/tree/person/details/L5FQ-NQL] - 1902(SA)-1990(SA) - Licences: 5LR Renmark (1930-1937); 5LR Berri (1938-1939); 5LR Adelaide (Millswood Estate, 1946-1947; Blackwood, 1954-1965); 5LR Victor Harbour (1969-1980) - Qualifications: cc; AOCP 674, 1930, No. ?? in SA; AOLCP 236, 1935; BOCP 369, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Berri, 1939-1943) ===''LETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Norman Lett|Lett, Frederick James Norman]] [https://www.familysearch.org/tree/person/details/GD2P-Y8D] - 1903(NSW)-1972(NSW) - Licences: 2WN Receive Sydney (Annandale, 1923); 2WN Sydney (Annandale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Annandale, 1930-1936); publican (Sydney, 1937); hotelkeeper (Clifton Gardens Hotel, Mosman, 1943); Darlinghurst, 1949; Dulwich Hill, 1958; Marrickville, 1963); retired (Church Point, 1968) ===''LEVENSPIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pinkus Levenspiel|Levenspiel, Pinkus or Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G8JB-QSL] - 1904(Eng)-1987(NSW) - Licences: 2TX Wyong (1930-1939, 1946-1980+) - Qualifications: AOCP 668, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (Wyong, 1936-1937); mechanic (Wyong, 1949-1963); motor dealer (Ourimbah, 1968-1980) ===''LEVERETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Leverett|Leverett, John Henry]] [https://www.familysearch.org/tree/person/details/LV79-R7Q] - 1894(Eng)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 25, 1914; 1COCP 88, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: wireless operator (Broome, 1916); telegraphist (Ascot, Qld, 1921); wireless operator (Rockhampton, 1936-1937); radio telegraphist (Rockhampton, 1943); wireless inspector (Burwood, NSW, 1954) ===''LEVERRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Hewitt Leverrier|Leverrier, Francis Hewitt "Frank"]] [https://www.familysearch.org/tree/person/details/GWBT-DP5] - 1863(NSW)-1940(NSW) - Licences: XEN Sydney (Waverley, 1911-1914, Licence No. 5) - Qualifications: cc; Nil yet identified - early wireless experimenter; radio clubs (WIA, president, 1910) - Electoral Rolls: barrister (Vaucluse, 1930-1934, Kings Counsel) - Relationships: father of 2BK-2ADE Frank Neville Leverrier * [[/Frank Neville Leverrier|Leverrier, Frank Neville "Boy"]] [https://www.familysearch.org/tree/person/details/M6RF-W2W] - 1904(NSW)-1980(NSW) - 2BK Receive Sydney (Waverley, 1922-1923); 2BK Sydney (Vaucluse, 1924-1930); 2ADE Castle Cove (1969-1975+) - Qualifications: cc; AOCP 169, 1925, No. ?? in NSW; CPRT 931, 1926) - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio work (Vaucluse, 1930); clerk (Vaucluse, 1933-1937); superintendent (Vaucluse, 1943-1949); public relations (Roseville, 1963-1968; Castle Cove, 1977) - Relationships: son of XEN Francis Hewitt Leverrier * [[/Henri Andre Leverrier|Leverrier, Henri Andre "Henry"]] [https://www.familysearch.org/tree/person/details/G68N-18J] - 1882(NCL)-1943(NSW) - Licences: XEN Sydney (Gordon, 1911); XHL Sydney (City, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; witness to Royal Commission 1927 (as manager, Australian General Electric, Sydney) - Relationships: nephew of XEN Francis Hewitt Leverrier; cousin of 2BK-2ADE Frank Neville Leverrier - Electoral Rolls: engineer (North Sydney, 1913); manager (Crows Nest, 1930-1937) ===''LEVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Levy|Levy, Richard "Dick"]] [https://www.familysearch.org/tree/person/details/G8N1-Z38] - 1909(SA)-1955(SA) - Licences: 5AJ Adelaide (Torrensville, 1930-1931) - Qualifications: cc; AOCP 654, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Torrensville, 1943) ===''LEWIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Garrett Lewis|Lewis, Henry Garrett "Harry"]] - 1895(Tas)-1978(Vic) - Licences: Hobart (no record of licence identified as yet) - Qualifications: cc; Nil yet identified - early wireless experimenter (reported experimenting from 1912); councillor WIA Tas in 1923; manager 3UZ 1924 - Electoral Rolls: * [[/William John Lewis|Lewis, William John]] [https://www.familysearch.org/tree/person/details/GXYJ-BZQ] - 1908(WA)-1976(NSW) - Licences: 2YB Sydney (Marrickville, 1931-1936; McMahons Point, 1937); 6YB Perth (Pearce, 1938-1939); 2YB Sydney (Haberfield, 1947-1950; Paddington, 1954-1969; Ryde, 1975) - Qualifications: cc; AOCP 863, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (RAAF) - Comment: Several contemporaneous WJLs - Electoral Rolls: Nil yet identified due to numbers ===''LIGHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lighton|Lighton, Robert]] [https://www.familysearch.org/tree/person/details/K2HJ-HD1] - 1869(Vic)-1940(Vic) - 3CM Receive Melbourne (East St Kilda, 1922-1924), 3RL Melbourne (East St Kilda, 1925-1931), amateur operator (AOCP 179, 1925, No. ?? in Vic), amateur broadcaster, storekeeper (Toongabbie, 1903; Benalla, 1916), independent means (East St Kilda, 1928; Armadale, 1937) ===''LINDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Linden|Linden, Edwin]] [https://www.familysearch.org/tree/person/details/GXXD-PRV] - 1904(Qld)-1970(NSW) - Licences: 4FT Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Murgon, Qld, 1925); mechanic (Wilston, Qld, 1928); storekeeper (Clayfield, Qld, 1936-1937); telephone mechanic (Mackay, Qld, 1943-1949); supervising technician (Bowen, Qld, 1954); PMG technician (Tweed Heads, NSW, 1958-1968) ===''LINDNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Lindner|Lindner, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GSVX-787] - 1904(NSW)-1981(Qld) - 4BX Receive Brisbane (Alderley) 1922 - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Wilston, 1928); motor mechanic (Maleny, 1934); mechanic (Windsor, 1936-1972); retired (Mt Samson, 1977) ===''LINDSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Gordon Lindsay|Lindsay, Donald Gordon]] [https://www.familysearch.org/tree/person/details/GZ6V-126] - 1909(Vic)-1964(WA) - 2DY Sydney (Gordon, 1925-1936; Ashfield, 1937; Concord, 1938; Kogarah, 1939), amateur operator (AOCP 83, 1925, No. ?? in NSW), amateur broadcaster, engineer * [[/Herbert Maxwell Lindsay|Lindsay, Herbert Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KP3L-S78] - 1913(Qld)-1989(Qld) - Licences: 4HD Nambour (1937-1939); 4HD Buderim (1946-1980+) - Qualifications: cc; AOCP 2027, 1937, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); employment (company secretary) - Electoral Rolls: bank officer (Nambour, Qld, 1936-1937; Taringa, Qld, 1943); fruitgrower (Buderim, Qld, 1954-1980) * [[/Patrick Charles Edward Lindsay|Lindsay, Patrick Charles Edward]] [https://www.familysearch.org/tree/person/details/GF7R-8YZ] - 1896(Eng)-19??(Eng?) - Licences: 6PL Perth (West Perth, 1927) - Qualifications: cc; CPRT 855, 1925; 2COCP 37, 1929 - amateur operator; amateur broadcaster - Electoral Rolls: wireless instructor (West Perth, WA, 1922; Balcatta, WA, 1925); radio engineer (South Brisbane, Qld, 1934) ===''LINKLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Charles Linklater|Linklater, Donald Charles]] [https://www.familysearch.org/tree/person/details/GXRC-Z44] - 1905(SA)-1967(NSW) - Licences: 5DL Pinnaroo (1935-1937) - Qualifications: cc; AOCP 1521, 1935, SA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: radio mechanic (Darling Harbour, NSW, 1949); technician (Bondi Junction, NSW, 1958) ===''LITCHFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ainslie Roland Litchfield|Litchfield, Ainslie Roland]] [https://www.familysearch.org/tree/person/details/9J3Z-FRP] - 1906(NSW)-1968(NSW) - 2RL Cooma (1925-1939), 2RL Sydney (Woollahra, 1947; Darling Point, 1948-1954; Rozelle, 1955-1958; Avalon Beach, 1960-1965), amateur operator (AOCP 200, 1925, No. ?? in NSW), amateur broadcaster, WW2, grazier (Cooma, 1930-1937), film producer (Avalon Beach, 1958-1968) ===''LITHGOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Lithgow|Lithgow, John Charles]] [https://www.familysearch.org/tree/person/details/G691-5TL] - 1916(Tas)-1990(Eng) - Licences: 7WJ Launceston (1936-1939) - Qualifications: cc; AOCP 1688, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Marine officer? 1950s-1960s, several sea trips ===''LITTLEJOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sydney Littlejohn|Littlejohn, Arthur Sydney]] [https://www.familysearch.org/tree/person/details/G8DW-VDD] - 1905(NSW)-1993(NSW) - Licences: 2AL Sydney (Leichhardt, 1930-1939); 4LF Gunalda (1947); 2OU Sydney (Leichhardt, 1948-1950) - Qualifications: AOCP 579, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Leichhardt, 1930-1958; Haberfield, 1963-1980) ===''LLOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Howard Lloyd|Lloyd, Henry Howard]] [https://www.familysearch.org/tree/person/details/GST7-9LV] - 1904(SA)-1974(SA) - Licences: 5AI Adelaide (College Town, 1923-1927); 5AG Adelaide (College Town, 1923); 5HL Adelaide (North Adelaide, 1954-1975) - Qualifications: cc; AOCP 57, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Beware another Henry Howard Lloyd [https://www.familysearch.org/tree/person/details/GZDY-FS3] 1912-1981 in Adelaide, similar times - Electoral Rolls: Nil yet identified * [[/Hughie Frederick Lloyd|Lloyd, Hughie or Hugh Frederick]] [https://www.familysearch.org/tree/person/details/GXGY-Y95] - 1917(SA)-2002(SA) - Licences: 5BC Adelaide (Hindmarsh, 1933-1939); 5BC Berri (1947-1980) - Qualifications: cc; AOCP 1137, 1933, SA; BOCP 281, 1940 - amateur operator; amateur broadcaster - Relationships: Brother of 5HD William Edward Lloyd - Electoral Rolls: electrician (Hindmarsh, SA, 1939) * [[/William Edward Lloyd|Lloyd, William Edward "Bill"]] [https://www.familysearch.org/tree/person/details/GXGB-WR9] - 1914(SA)-1996(SA) - Licences: 5HD Adelaide (Hindmarsh, 1933-1939, 1947-1948; Cumberland, 1954-1980+) - Qualifications: cc; AOCP 1215, 1933, SA; 2COCP 763, 1943 - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5BC Hughie Frederick Lloyd - Electoral Rolls: nil (Hindmarsh, SA, 1939-1943) ===''LOCKHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Edward Lockhart|Lockhart, Leon Edward]] [https://www.familysearch.org/tree/person/details/G8CJ-6GG] - 1912(Vic)-1990(Vic) - Licences: 3LE Melbourne (Elwood, 1929-1939; Elsternwick, 1946-1980+) - Qualifications: AOCP 514, 1929, No. ?? in Vic; 1COCP 205, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elwood, 1934-1937); engineer (Elsternwick, 1942-1977) ===''LOESER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hedley Edmond Loeser|Loeser, Hedley Edmond]] [https://www.familysearch.org/tree/person/details/MPXL-RM6] - 1912(SA)-19??(???) - Licences: 5LO Adelaide (Goodwood, 1936-1939; Col LIght Gardens, 1947) - Qualifications: cc; AOCP 1748, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: display artist (Reade Park, SA, 1943) ===''LOMAX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Lomax|Lomax, Joseph]] - 19??(???)-19??(???) - Licences: 4EB Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: commercial traveller (St Kilda, Vic, 1913-1914; Ivanhoe, Vic, 1916-1917; Coorparoo, Qld, 1921-1925; Kew, Vic, 1926) ===''LONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Timothy Joseph Long|Long, Timothy Joseph]] [https://www.familysearch.org/tree/person/details/GQ19-Z9G] - 1884(Qld)-1923(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 140, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Comment: suicide after diagnosis terminal illness - Electoral Rolls: labourer (Toowoomba, 1908); radio telegraphist (Cooktown, 1916-1917); telegraphist (Townsville, 1921) ===''LONGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ruth Victoria Longley|Harris nee Longley, Ruth Victoria]] [https://www.familysearch.org/tree/person/details/GXYZ-5GJ] - 1913(WA)-19??(???) - Licences: 6YL Perth (Shenton Park, 1936-1939) - Qualifications: cc; AOCP 1808, 1936, WA - amateur operator; amateur broadcaster; YL operator; WW2 - Relationships: Wife of 6NL Valentine Harms Harris - Electoral Rolls: saleswoman (Subiaco, WA, 1936-1937); home duties (Applecross, WA, 1949-1954); manager (Applecross, WA, 1958) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''LONGSTAFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Allen Hector Longstaff|Longstaff, Thomas Allen Hector "Allen"]] [https://www.familysearch.org/tree/person/details/GWQM-WF3] - 1896(SA)-1953(NSW) - Licences: XVR Adelaide (Alberton, 1913) - Qualifications: cc; CPRT 55, 1915 - early wireless experimenter; coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2 - Electoral Rolls: executive (Brighton, Vic, 1949) ===''LORDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Allan Lorden|Lorden, Geoffrey Allan]] [https://www.familysearch.org/tree/person/details/GZJB-2P8] - 1907(WA)-1994(Vic) - Licences: 6GL Perth (Perth, 1925-1926; West Perth, 1927) - Qualifications: cc; AOCP 175, 1925, No. ?? in WA; 2COCP 342, 1940; 1COCP 441, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Jingalup, WA, 1931); survey assistant (Jingalup, WA, 1936-1937); radio operator (Hotel Beadon, Onslow, 1943; Kalgoorlie, 1949); civil servant (Mitcham, Vic, 1968-1977) ===''LOVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Kingsley Love|Love, Howard Kingsley]] [https://www.familysearch.org/tree/person/details/GZGQ-8S5] - 1895(Vic)-1948(Vic) - Licences: 3BM Receive Melbourne (East Malvern, 1922); 3BM Melbourne (East Malvern, 1922-1931; Glen Iris, 1933), 3KU Melbourne (Malvern, 1937-1939, 1946-1948) - Qualifications: cc; AOCP 230, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; broadcast engineer; radio clubs (WIA Vic); business proprietor (radio manufacturer) - Electoral Rolls: merchant (Orong, 1919; Malvern East, 1921-1924; Gardiner, 1927-1933); manager (Gardiner, 1936-1937); engineer (Mt. Waverley, 1942) - Comment: gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW199407.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199408.pdf EA2] * [[/James Peile Love|Love, James Peile "Nim"]] [https://www.familysearch.org/tree/person/details/L7JF-83Z] - 1906(Qld)-1999(Qld) - Licences: 4JL Brisbane (Kedron, 1928-1939) - Qualifications: cc; AOCP 469, 1928, No. ?? in Qld (Halcyon AOCP 1930); 3COCP 5259, 1965 - amateur operator; amateur broadcaster; military (WW2, AIF) - Electoral Rolls: auctioneer (Kedron, 1928-1943; Hawthorne, 1949-1980) ===''LOVETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Frank Lovett|Lovett, Hubert Frank]] [https://www.familysearch.org/tree/person/details/GHG1-DT2] - 1905(Tas)-1961(Tas) - Licences: 7HL Hobart (1926-1933+) - Qualifications: cc; AOCP 246, 1926, No. ?? in Tas - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Hobart North, 1928-1937); manager (Hobart South, 1949; Nelson, 1954) - Links: [https://info.scholarships.utas.edu.au/AwardDetails.aspx?AwardId=2813 UTAS Scholarship] * [[/Percy Lovett|Lovett, Percy]] [https://www.familysearch.org/tree/person/details/GDB5-M21] - 1906(NSW)-1986(NSW) - Licences: 2JP Receive Sydney (Artarmon, 1922) - Qualifications: cc; 3COCP 2210, 1956 - amateur operator; amateur broadcaster - Electoral Rolls: ===''LUBACH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Lubach|Lubach, Frederick John "Fred"]] [https://www.familysearch.org/tree/person/details/G9H7-VZD] - 1919(Qld)-1998(Qld) - Licences: 4RF Brisbane (South Brisbane, 1936-1939; Annerley, 1946-1947); Dalby (1948-1950); Brisbane (Coorparoo, 1954; Camp Hill, 1965-75; Loganlea, 1980) - Qualifications: cc; AOCP 1745, 1936, Qld; 2COCP 868, 1944 - amateur operator; amateur broadcaster; radio clubs (WIAQ, instructor, QSL manager); military (WW2, RAN, wireless officer); broadcast technician (4QS, Capalaba) - Electoral Rolls: technician (Dalby, Qld, 1949; Coorparoo, Qld, 1954; Camp Hill, Qld, 1958-1968); public servant (Camp Hill, Qld, 1972-1977); retired (Loganlea, Qld, 1980) ===''LUCAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gillen Frederick Lucas|Lucas, Gillen Frederick]] [https://www.familysearch.org/tree/person/details/GXLB-Y7P] - 1894(SA)-1964(SA) - Licences: 5LL Adelaide (Kilkenny, 1935-1939; Port Adelaide, 1947; Maylands, 1948; Trinity Gardens, 1954-1960) - Qualifications: cc; AOCP 1589, 1935, SA - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: bootmaker (Kilkenny, SA, 1939-1943) ===''LUCKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Forsythe Arthur Luckman|Luckman, Charles Forsythe Arthur]] [https://www.familysearch.org/tree/person/details/GMF8-LS2] - 1901(NSW)-1979(NSW) - Licences: 2JT Receive Sydney (Croydon, 1922); 2JT Sydney (Croydon, 1923-1926; Lakemba, 1927-1933; Croydon, 1934; Ashfield, 1935-1938; Croydon, 1939, 1946-1975) - Qualifications: cc; AOCP 41, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: lift engineer (Lakemba, 1930-1933); electrician (Croydon, 1935-1943); electrical mechanic (Croydon, 1954-1972) * [[/Thomas Stuart Luckman|Luckman, Thomas Stuart "Stuart"]] [https://www.familysearch.org/tree/person/details/G64P-8CD] - 1913(Qld)-2005(Qld) - Licences: 4SL Brisbane (Kalinga, 1931-1939) - Qualifications: cc; AOCP 783, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, CMF, Signals Northern Command); occupation (hardware executive) - Electoral Rolls: salesman (Kalinga, 1936-1937); storeman (Hendra, 1943-1958); retired (Aspley, 1972-1977; Carseldine, 1980) ===''LUHRS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Albert Luhrs|Luhrs, Victor Albert]] [https://www.familysearch.org/tree/person/details/KZYN-VJJ] - 1888(Vic)-1964(SA) - Licences: V761 Receive Woori Yallock (1922); 3HB Receive Woori Yallock (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Torquon West, Nhill, 1909; Netherby, 1912-1914; Cavendish, 1916-1919; Woori Yallock, 1922-1924; Kalyan, SA, 1939); grazier (Tintinara, SA, 1941-1943) ===''LUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Douglas Lum|Lum, Allan Douglas]] [https://www.familysearch.org/tree/person/details/G92F-LX7] - 1913(SA)-1978(SA) - Licences: 5AL Adelaide (Joslin, 1932-1939; Hyde Park, 1947) - Qualifications: cc; AOCP 980, 1932, No. ?? in SA; 1COCP 427, 1940; TVOCP 263, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Gawler, SA, 1939-1941); mechanic (Hyde Park, SA, 1943) ===''LUMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd John Lumb|Lumb, Lloyd John "Jack"]] [https://www.familysearch.org/tree/person/details/G84C-LF2] - 1907(Qld)-1975(Qld) - Licences: 4LL Brisbane (Ashgrove, 1928-1939) - Qualifications: cc; AOCP 471, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; engineer (PMGD) - Electoral Rolls: telephone mechanic (Ashgrove, 1936-1937); postal electrician (Stanthorpe, 1943); technician (Ashgrove, 1949); engineer (Ashgrove, 1958-1972) ===''LUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Vincent Lunn|Lunn, Harold Vincent]] [https://www.familysearch.org/tree/person/details/GXGY-4X5] - 1908(NSW)-1987(NSW) - Licences: 5HL Adelaide (Morphettville, 1935-1939); 2ANE Sydney (North Ryde) - Qualifications: cc; AOCP 1449, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical fitter (Morphettville, SA, 1939-1943; Hurstville South, NSW, 1972); retired (North Ryde, NSW, 1977-1980) ===''LUXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilfred Luxon|Luxon, George Wilfred]] [https://www.familysearch.org/tree/person/details/M5YJ-XTL] - 1908(NSW)-1992(SA) - Licences: 5RX Adelaide (West Mitcham, 1928-1939, 1946-1965; Torrens Park, 1969-1980+) - Qualifications: cc; AOCP 450, 1928, No. ?? in SA - amateur operator; amateur broadcaster late 1920s; WW2; WIA SA (several official duties) - Electoral Rolls: radio mechanic (Mitcham, 1939-1943) ===''LYNCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harold John Lynch|Lynch, Harold John]] [https://www.familysearch.org/tree/person/details/LDTD-VXL] - 1905(Qld)-1995(Qld) - Licences: 4HL Brisbane (Fortitude Valley, 1934-1939, 1946-1956; Slacks Creek, 1960-1975); 4HL Springbrook (1980+) - Qualifications: cc; AOCP 1268, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); business proprietor (restaurants, picture theatres) - Electoral Rolls: cutter (Albion, Qld, 1928); shopkeeper (Valley, Qld, 1936-1943); cafe proprietor (Valley, Qld, 1949); shopkeeper (St Lucia, Qld, 1954; Slacks Creek, Qld, 1958-1968); owner (Slacks Creek, Qld, 1972-1977); retired (Springbrook, Qld, 1980) ===''LYONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Thomas Lyons|Lyons, Joseph Aloysius Thomas]] [https://www.familysearch.org/tree/person/details/LZGY-XKB] - 1879(Tas)-1939(NSW) - teacher, state politician, Premier of Tasmania, federal politician, Postmaster-General, Prime Minister of Australia, actively promoted development of broadcasting in Australia over two decades - Electoral Rolls: =='''M'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''MABBITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Matthew Mabbitt|Mabbitt, John Matthew]] [https://www.familysearch.org/tree/person/details/G8DV-FD5] - 1905(Vic)-1966(Vic) - Licences: 3KI Lake Boga (1930-1939); 3JG Lake Boga (1947-1948); 3JG Swan Hill (1954-1960); 3JG Melbourne (Templestowe, 1965) - Qualifications: AOCP 588, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: orchardist (Lake Boga, 1928-1949); supervisor (Swan Hill, 1954); public servant (Templestowe, 1963) ===''MACDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Donald Macdonald|Macdonald, Donald "Don"]] [https://www.familysearch.org/tree/person/details/GXQ7-WT8] - 1883(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; BOCP 45, 1936 - senior federal public servant (Chief Engineer, Radiotelegraph Branch, PMGD, 1914); Lieutenant-Commander Telegraphist (RAN, in charge captured German Pacific Wireless); chief engineer 7EX; supervised erection 3AR, 5CL, 7ZL; early TV research - Comment: Don't confuse with Don Macdonald AWA consultant - Electoral Rolls: Numerous contemporaneous DMcDs - Links: [http://messui.polygonal-moogle.com/valves/NW199505.pdf EA] * [[/Llewellyn Macdonald|Macdonald, Llewellyn "Lew"]] [https://www.familysearch.org/tree/person/details/G8HH-73F] - 1908(Eng)-1974(NSW) - Licences: 2WU Newcastle (West Maitland, 1929-1934; Wickham, 1935-1936; Waratah, 1937; Mayfield, 1938-1939, 1946-1961; Charlestown, 1965-1969) - Qualifications: AOCP 478, 1929, No. ?? in NSW; 2COCP 69, 1936; BOCP 50, 1936; 1COCP 125, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: cabinetmaker (West Maitland, 1930; Wickham, 1936); joiner (Waratah, 1937; Charlestown, 1972) ===''MACFARLANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred - see Harriss, Dorothy Winnifred ===''MACGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. MacGregor|MacGregor, H.]] - 19??(???)-19??(???) - 4ZU Brisbane (Windsor, -1947+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''MACKAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Stewart Mackay|Mackay, Cedric Stewart or Stuart]] [https://www.familysearch.org/tree/person/details/973G-3Q2] - 1889(Vic)-1955(NSW) - Licences: XADF Coffs Harbour (1913-1914); 2GP Urunga (1922-1931); 2GO Coffs Harbour (1935-1939) - Qualifications: cc; AOCP 149, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Urunga, 1930); agent (Coffs Harbour, 1943-1949) * [[/Ian Keith Mackay|Mackay, Ian Keith]] [https://www.familysearch.org/tree/person/details/G8JG-NHF] - 1907(NZ)-1985(NZ) - author, historian (broadcast, "Broadcasting in New Zealand" (1953), "Broadcasting in Australia" (1957), "Broadcasting in Nigeria" (1964), "Broadcasting in Papua New Guinea" (1976) - Electoral Rolls: broadcasting executive (Lane Cove, 1954); executive (Killara, 1958) * [[/Ronald Reay Mackay|Mackay, Ronald Reay]] [https://www.familysearch.org/tree/person/details/G8N2-Y6T] - 1905(Vic)-1963(Vic) - Licences: 3FZ Receive Melbourne (Carlton, 1922); 3MU Melbourne (Carlton, 1931-1939, 1946-1960) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, principal (RMIT) - Electoral Rolls: teacher (Carlton, 1931-1963) - [https://adb.anu.edu.au/biography/mackay-ronald-reay-10980 ADB] ===''MACKEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Francis Mackel|Mackel, John Francis]] [https://www.familysearch.org/tree/person/details/G8DJ-FP5] - 1912(NSW)-1987(NSW) - Licences: 2HG Sydney (Chatswood, 1930-1939, 1946-1947; Lane Cove, 1948-1965; Hunters Hill, 1969-1980) - Qualifications: AOCP 585, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Chatswood, 1935-1943); insurance inspector (Lane Cove, 1949-1954); insurance manager (Lane Cove, 1958-1963); manager (Hunters Hill, 1968-1980) ===''MACKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Harper Mackenzie|Mackenzie, Alexander Harper "Mac"]] [https://www.familysearch.org/tree/person/details/G7J3-MVZ] - 1892(Sct)-1970(Qld) - Licences: 4GK Brisbane (Wynnum, 1930-1939; Bulimba, 1946-1969) - Qualifications: cc; AOCP 628, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Fire Service) - Electoral Rolls: fireman (Brisbane City, 1916; Hamilton, 1919; Brisbane City, 1925); fire brigade officer (Wynnum, 1928-1936); newsagent (Bulimba, 1949); retired (Bulimba, 1954-1968) - Relationships: father of 4YL Florence Madeline Mackenzie and 4HJ Arthur Alexander Mackenzie * [[/Arthur Alexander Mackenzie|Mackenzie, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7J3-796] - 1918(Qld)-2001(Qld) - Licences: 4HJ Jericho (1937); 4HJ Brisbane (Wynnum, 1938-1939) - Qualifications: cc; AOCP 1346, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Townsville, 1949); newsagent (Grange, 1954-1963); public servant (Townsville, 1972; Cleveland, 1972; Thornlands, 1977, Cleveland, 1980) - Relationships: son of 4GK Alexander Harper Mackenzie; brother of 4YL Florence Madeline Streamer nee Mackenzie * [[/Florence Madeline Mackenzie|Streamer nee Mackenzie, Florence Madeline "Madeline"]] [https://www.familysearch.org/tree/person/details/G8FN-B8C] - 1922(Qld)-19??(Qld) - Licences: 4YL Brisbane (1936-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; third YL operator in Qld - Electoral Rolls: home duties (Mitchelton, 1949; New Farm, 1954) - Relationships: daughter of 4GK Alexander Harper Mackenzie; sister of 4HJ Arthur Alexander Mackenzie - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Harold Stuart Mackenzie|Mackenzie, Harold Stuart]] [https://www.familysearch.org/tree/person/details/L21R-VGN] - 1908(Qld)-1995(Qld) - Licences: 4AM Brisbane (Annerley, 1929-1933) - Qualifications: cc; AOCP 518, 1929, No. ?? in Qld; 2COCP 90, 1937; 1COCP 239, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Annerley, 1934-1937); company manager (Strathfield, NSW, 1943-1954); radio operator (Blackheath, 1958); unemployed (Burleigh Heads, 1963-1968); technician (Burleigh Heads, 1972-1980) ===''MACKINNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Eric Wilton MacKinnon|MacKinnon, Colin Eric Wilton]] [https://www.familysearch.org/tree/person/details/LK45-QRQ] - 1941(NSW)-2004(NSW) - Licences: 2KCM Sydney 1980s; 2DYM Sydney (1980-2004)- Qualifications: NAOCP N1793, 1981; AOLCP N1281, 1981; AOCP N1032, 1981, NSW - amateur operator; amateur broadcaster; historian (amateur radio; military radio; radar) - Electoral Rolls: engineer (Cronulla, 1968; Hurstville, 1977); retired (Glenhaven, 1980) - [https://www.qsl.net/vk2dym/radio/Colin_MacKinnon.htm Obit] ===''MACLARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Foster St Clair Maclardy|Maclardy, William John Foster St Clair "Will"]] - 1892(NSW)-1971(NSW) - 2HP Sydney (Neutral Bay & Cremorne,1922-1925), amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, broadcast engineer (2BL), journalist (Smith's Weekly, Wireless Weekly), correct surname is St Clair Maclardy but rarely used, son of William McIntyre St Clair Maclardy, one time Wireless Weekly proprietor ===''MACLAREN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Catto Maclaren|Maclaren, Donald Catto]] [https://www.familysearch.org/tree/person/details/G8N1-2R2] - 1909(NSW)-1964(NSW) - Licences: 2DM Sydney (Haberfield, 1930-1939); 2NN Narrabri (1947-1950) - Qualifications: AOCP 655, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Haberfield, 1933-1936; Taree, 1937; Narrabri, 1949) ===''MACLURCAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Dansie Maclurcan|Maclurcan, Charles Dansie]] [https://www.familysearch.org/tree/person/details/GWR7-LJ3] - 1889(Qld)-1957(NSW) - Licences: XDM Sydney (1909-1914); 2CM Sydney (Strathfield, 1921-1939; Neutral Bay, 1946-1957); 2CY Sydney (Strathfield, 1923, briefly by administrative error); first licence issued under new 1922 radio regulations - Qualifications: cc; AOCP 98, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; business proprietor (Maclurcan and Lane, 1909-19??, Maclurcan Engineering, Hotel Wentworth) - Electoral Rolls: electrical engineer (Darling Harbour, 1913); engineer (Strathfield, 1930-1934); hotel manager (Neutral Bay, 1949-1954) - Links: [https://adb.anu.edu.au/biography/maclurcan-hannah-13070 ADB] [[w:2CM|Wikipedia]] [https://radioinfo.com.au/news/who-was-radio-pioneer-charles-maclurcan/ radioinfo] ===''MACM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Chestnut McMillan|McMillan, Joseph Chestnut]] [https://www.familysearch.org/tree/person/details/GDRK-8TG] - 1901(Sct)-1968(Vic) - Licences: 7BP Receive Hobart (City, 1923); 7BP Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart East, 1928) ===''MACPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Duncan Macpherson|Macpherson, Alexander Duncan "Sandy"]] [https://www.familysearch.org/tree/person/details/29CF-Z3F] - 1899(Qld)-1974(Qld) - Licences: 4MC Brisbane (Nundah, 1934-1939, 1946-1948; Oakleigh, 1954; Chermside, 1955-1969) - Qualifications: cc; AOCP 1271, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Toombul RC); Qld Lands (draughtsman) - Comment: Slow update for death in Electoral Rolls? - Electoral Rolls: draftsman (Nundah, Qld, 1921-1949; Oakleigh, Qld, 1954; Chermside, Qld, 1958-1968); retired (Chermside, Qld, 1972-1980) ===''MADDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney John Madden|Madden, Sydney John]] [https://www.familysearch.org/tree/person/details/GX16-WGL] - 1900(Sct)-1955(WA) - Licences: 6MN Perth (City, 1930; North Perth, 1931; Maylands, 1933-1937; Wembley, 1938-1939) - Qualifications: cc; 2COCP 264, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Maylands, WA, 1931-1937; Wembley Park, WA, 1937-1943); supervisor (Wembley, WA, 1954) ===''MADDICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Maddick|Maddick, Herbert William]] [https://www.familysearch.org/tree/person/details/GHLB-J2P] - 1890(Vic)-1960(Vic) - Licences: XLX Melbourne (Elsternwick, 1913-1914); 3EF Receive Melbourne (Elwood, 1922-1923); 3EF Melbourne (Elwood, 1924-1933+) - Qualifications: cc; AOCP 161, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; perpetrator of the foul mouthed parrot incident - Electoral Rolls: motor mechanic (Elsternwick, 1917); mechanic (Elsternwick, 1919-1954) ===''MAGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin William Michael Magee|Magee, Kevin William Michael]] [https://www.familysearch.org/tree/person/details/GXRX-51Z] - 1913(Vic)-1979(Vanuatu) - Licences: 5KM Adelaide (City, 1931-1933); 2UN Sydney (Paddington, 1936); 3UN Melbourne (Hawthorn, 1937); 3KM Melbourne (Kew, 1947-1960; North Balwyn, 1965-1969) - Qualifications: cc; AOCP 874, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: staff cadet (Victoria Barracks, NSW, 1936); military officer (Hawthorn, Vic, 1937; Kew, Vic, 1943); engineer (Kew, Vic, 1949-1954); company director (Kew, Vic, 1963); director (Balwyn, Vic, 1967-1972) ===''MAGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lindsay Maguire|Maguire, Arthur Lindsay]] [https://www.familysearch.org/tree/person/details/G8SN-BKC] - 1921(Vic)-1998(Vic) - Licences: 3IO Stratford (1938-1939; 1947-1960) - Qualifications: AOCP 2216, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Stratford, 1949-1977); grazier (Munro, 1980) * [[/Ernest Norbert Maguire|Maguire, Ernest Norbert]] [https://www.familysearch.org/tree/person/details/LR4X-F61] - 1892(NSW)-1967(NSW) - Licences: 2KL Sydney (Lewisham, 1928-1930; Dulwich Hill, 1931-1939) - Qualifications: AOCP 387, 1928, No. ?? in NSW; 2COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: police constable (Lewisham, 1930-1932); sergeant of police (Putney, 1943; Gladesville, 1949-1958); retired (Lake Illawarra South, 1963) * [[/Sydney William Maguire|Maguire, Sydney William]] [https://www.familysearch.org/tree/person/details/KNDF-L85] - 1903(WA)-1958(NSW) - Licences: 2XY Sydney (Rose Bay, 1930-1934; Paddington, 1935-1936; North Bondi, 1937-1939) - Qualifications: CPRTelephony 933, 1926; AOLCP 74, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Rose Bay, 1930-1934; Glenmore, 1935); engineer (Bondi, 1936-1937); radio engineer (Maroubra North, 1943); inspector (Maroubra North, 1949; Kingsford, 1954-1958) ===''MAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Hugh Mahon|Mahon, Hugh]] - 1857(Ire)-1931(Vic) - senior federal politician (MHR 1900s & 1910s; Postmaster-General 1904) ===''MALCOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Graham Malcolm|Malcolm, Keith Graham]] [https://www.familysearch.org/tree/person/details/GD8F-K5W] - 1949(Eng)-2011(NSW) - Licences: 3ZYK Melbourne (North Clayton, 1969; Mulgrave, 1975; Berwick, 1980); 1???; 2??? - Qualifications: AOLCP 2407, 1967 - broadcast planning engineer (PMGD, ABCB, P&TD, DoC); Communications Laboratory DoC (Director) - Electoral Rolls: engineer (Clayton, Vic, 1972; Mulgrave, 1977; Berwick, 1980) ===''MALONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Joseph Malone|Malone, James Joseph "Jim"]] [https://www.familysearch.org/tree/person/details/GWL8-8DP] - 1883(NSW)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 240, 1916 - employment (NSW P&T, Telegraph Messenger; PMGD, Cadet Engineer, Controller Wireless; OTC, Manager); WW1 - Electoral Rolls: engineer (Clayfield, Qld, 1917-1925; Kew, Vic, 1926-1928); chief inspector wireless (Kew, Vic, 1931-1937); Deputy Director, Posts and Telegraphs (Indooroopilly, 1943); public servant (Lindfield, NSW, 1949-1963) - Links: [[w:James Joseph Malone|Wikipedia]]; [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_05_30#P.109_-_Commonwealth_Controller_of_Wireless|Bio]] ===''MALPAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth John Malpas|Malpas, Kenneth John "Ken"]] [https://www.familysearch.org/tree/person/details/MGC2-BNN] - 1909(SA)-1929(SA) - Licences: 5XG Kadina (1927-1928) - Qualifications: cc; AOCP 313, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Passed too soon - Electoral Rolls: Nil ===''MANGNALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hartley Mangnall|Mangnall, Robert Hartley Jnr]] [https://www.familysearch.org/tree/person/details/G8MD-3L2] - 1903(Vic)-1963(Vic) - Licences: 3?? Melbourne (Carlton, 1927); 3HB Melbourne (Highett, 1947-1960) - Qualifications: AOCP 350, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (Carlton, 1936); engineer (Sandringham, 1942-1963) ===''MANIFOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Charles Manifold|Manifold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/LXMR-BFZ] - 1908(Vic)-1993(Vic) - Licences: 3EM Melbourne (Malvern, 1930-1933; McKinnon, 1937-1939, 1946-1980+) - Qualifications: AOCP 647, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: plumber (Malvern, 1931-1934; Bentleigh, 1936-1980) ===''MANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Mann|Mann, John Edward "Jack"]] [https://www.familysearch.org/tree/person/details/G3JY-STV] - 1912(SA)-1941(off Libyan coast) - Licences: 5EM Semaphore (1934-1938); 3IE Westmere (1938); 3IE Ballarat (1939) - Qualifications: cc; AOCP 1304, 1934, SA - amateur operator; amateur broadcaster; military (WW2, RAN, telegraphist) - Relationships: Son of Thomas William Mann - Electoral Rolls: Nil yet identified - Links: [https://www.awm.gov.au/collection/R1675471 AWM]; [https://www.awm.gov.au/collection/P10278775 AWM] - Sacrifice: "Greater love hath no man than this" * [[/Sydney George Mann|Mann, Sydney George]] [https://www.familysearch.org/tree/person/details/G8DP-V1C] - 1908(Eng)-1977(Eng) - Licences: 3KY Melbourne (Glenhuntly, 1930-1931; Hampton, 1937-1939, 1946-1954; East Brighton, 1955-1960) - Qualifications: AOCP 594, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Sergeant) - Electoral Rolls: traveller (Glenhuntly, 1931); mechanic (Sandringham, 1936-1937); shopkeeper (Woodend, 1942); mechanic (Hampton, 1949-1954); sales (Carnegie, 1963); salesman (St Kilda, 1967) * [[/Thomas William Mann|Mann, Thomas William]] [https://www.familysearch.org/tree/person/details/GZLZ-2S3] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923) - Qualifications: Nil yet identified - amateur receiver - Relationships: Father of 5EM-3IE John Edward Mann- Electoral Rolls: Nil yet identified ===''MANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol John Roland Manning|Manning, Athol John Roland]] [https://www.familysearch.org/tree/person/details/G69L-G2L] - 1916(Tas)-2005(Tas) - Licences: 7LR Devonport (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1367, 1934, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Devonport, 1949-1954) * [[/Clifton Joseph Manning|Manning, Clifton Joseph]] [https://www.familysearch.org/tree/person/details/G893-WW6] - 1909(Vic)-1994(Vic) - Licences: 3CJ Melbourne (Ringwood, 1927; Elwood, 1931-1937; Eltham, 1938-1939; Balwyn, 1946-1947; Templestowe, 1948; Beaumaris, 1954-1960); 3CJ Orbost (1965); 3CJ Marlo (1969-1975) - Qualifications: AOCP 338, 1927, No. ?? in Vic; 1COCP 877, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (St Kilda, 1931-1936; Canterbury, 1943; Templestowe, 1949; Sandringham, 1954-1963); farmer (Orbost, 1967-1968); retired (Marlo, 1972-1977; Lang Lang, 1980) ===''MANSFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Mansfield|Mansfield, H. D.]] - 19??(???)-19??(???) - Licences: XZQ Burnie (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''MANTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Thomas Mantle|Mantle, Joseph Patrick Thomas]] [https://www.familysearch.org/tree/person/details/GX84-DP9] - 1913(Qld)-1976(Fiji) - Licences: 4XF Brisbane (Ascot, 1933-1939); 4XF Townsville (Hermit Park, 1947-1948); 4XF Brisbane (Brisbane City, Qld, 1954-1960); 3AEN Bendigo (1969-1980) - Qualifications: cc; AOCP 1146, 1933, Qld; 2COCP 1083, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: projectionist (Ascot, Qld, 1936); engineer (Ashgrove, Qld, 1943); sound engineer (Townsville, Qld, 1949); business manager (New Farm, Qld, 1954); manager (St Lucia, Qld, 1958); sales manager (Warwick, Qld, 1963); no occupation (Townsville, Qld, 1963); sales executive (Petersham, NSW, 1972) ===''MANUEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Thomas Manuel|Manuel, Robert Thomas]] [https://www.familysearch.org/tree/person/details/KF5S-3R5] - 1910(SA)-2003(SA) - Licences: 5RT Adelaide (Prospect, 1932-1939, 1947-1960; Beefacres, 1965; Windsor Gardens, 1969-1980+) - Qualifications: cc; AOCP 1052, 1932, SA; BOCP 1310, 1953; 2COCP 1279, 1953; 1COCP 1688, 1953 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''MARCONI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guglielmo Giovanni Maria Marconi|Marconi, Guglielmo Giovanni Maria]] - 1874(Italy)-1937(Italy) - Inventor, electrical engineer, entrepreneur, businessman; pioneer of long distance radio transmission, widely credited as the inventor of radio; shared 1909 Nobel prize for physics for contributions to the development of wireless telegraphy ===''MARCUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eugen Gerald Marcuse|Marcuse, Eugen Gerald "Gerald"]] [https://www.familysearch.org/tree/person/details/9C3M-X1G] - 1886(Eng)-1961(Eng) - Licences: G2NM England - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer ===''MARKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Sydney Marks|Marks, Joseph Sydney or Sydney Joseph]] [https://www.familysearch.org/tree/person/details/GQG4-X1G] - 1885(NSW)-1949(NSW) - Licences: 2GR Receive Sydney (Rose Bay, 1922); 2GR Sydney (Rose Bay, 1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio trader (Electricity House, Marks' Radio Company); electrician; police officer; sued by 2BL for non-payment of fees in 1924 - Electoral Rolls: electrician (Rose Bay, 1930-1949) ===''MARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric William Marley|Marley, Cedric William]] [https://www.familysearch.org/tree/person/details/LVF2-DJ4] - 1918(Qld)-1984(Qld) - Licences: 4CJ Brisbane (Highgate Hill, 1938-1939; Graceville, 1947; Kalinga, 1948); 4CJ Rockhampton (1954-1956); 4CJ South Mackay (1960); 9CJ Port Moresby (1965); Brisbane (Mt Gravatt, 1969-1980) - Qualifications: cc; AOCP 2079, 1938, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); broadcast technician (PMG, ABC); WW2 (RAN, telegraphist); federal public servant (PMG, ABC) - Electoral Rolls: technician (Kalinga, Qld, 1949; Rockhampton, Qld, 1954); broadcast technician (Mackay, Qld, 1958; Bucasia, Mackay, Qld, 1958; Mt Gravatt, Qld, 1963-1980) ===''MARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Clanan Marr|Marr, Charles William Clanan]] [https://www.familysearch.org/tree/person/details/9M8V-QQM] - 1880(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; WW1 - Electoral Rolls: MHR (Forrest, 1929); director (Crows Nest, NSW, 1933); company director (Wollstonecraft, 1933-1935); director (Crows Nest, 1935); company director (Pymble, 1937-1943; Killara, 1943-1949; Pymble, 1954-1958) ===''MARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Burton Mars|Mars, Ernest Burton]] [https://www.familysearch.org/tree/person/details/G8VJ-GWR] - 1907(SA)-1987(Qld) - Licences: Receive Adelaide (North Unley, 1923-1924); 4EM Charleville (1930-1933); 2EM Dubbo (1934-1936); 4EM Charleville (1937-1939, 1946-1947); 2GE Moree (1948); 4EM Emerald (1954-1955); 4EM Charleville (1956); 4EM Longreach (1960); 4EM Currumbin (1965-1969) - Qualifications: cc; AOCP 686, 1930, No. ?? in Qld; BOCP 23, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Dubbo, 1935); bank official (Charleville, 1937-1943; Wagga Wagga, 1949); bank clerk (Moree, 1949); bank manager (Commonwealth Bank Emerald, 1954; Commonwealth Bank, Charleville, 1958; Longreach, 1963); retired (Currumbin, 1968; Palm Beach, Qld, 1977-1980) - established 4VL Charleville commercial ===''MARSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Marsden|Marsden, Robert Cecil "Cecil"]] [https://www.familysearch.org/tree/person/details/G92N-W62] - 1892(Eng)-1968(NSW) - Licences: unlicensed?, Sydney, 1909; 2JM Receive Sydney (Edgecliffe, 1922); 2JM Sydney (Edgecliffe, 1923-1925; Bellevue Hill, 1925-1926; Edgecliff, 1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW, local NSW clubs) - Relationships: Father of 2VV-2FV Robert Morris Marsden - Electoral Rolls: engineer (Woolahra, 1930; Epping, 1930-1958); manager (Castlecrag, 1958-1968) * [[/Robert Morris Marsden|Marsden, Robert Morris]] [https://www.familysearch.org/tree/person/details/GWX1-VPG] - 1916(NSW)-1988(NSW) - Licences: 2VV Sydney (Kingsford, 1958-1969); 2FV Tuross Heads (1965-1980+) - Qualifications: AOLCP 226, 1956; AOCP 3627, 1957, NSW - amateur operator; WW2 (RAAF) - Relationships: Son of 2JM Robert Cecil Marsden - Electoral Rolls: taxi proprietor (Bondi Beach, 1949; Kingsford, 1958-1972); retired (Tuross Heads, 1972-1980) ===''MARSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Westport Marsh|Marsh, Sydney or Sidney Westport]] [https://www.familysearch.org/tree/person/details/LFLN-PKM] - 1889(NSW)-1946(NSW) - Licences: 2ZK West Wallsend (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Ladysmith, 1913); fitter (West Wallsend, 1930-1937) ===''MARSHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archie Francis Marshall|Marshall, Archie Francis "Arch"]] [https://www.familysearch.org/tree/person/details/G37M-W83] - 1907(Qld)-1982(Qld) - Licences: 4AF Clifton (1928-1939, 1946-1980+) - Qualifications: cc; AOCP 438, 1928, No. 48 in Qld - amateur operator; amateur broadcaster; business proprietor (blacksmith, fitter/turner) - Electoral Rolls: blacksmith (Clifton, 1930-1980) * [[/Herbert Anthony Marshall|Marshall, Herbert Anthony]] [https://www.familysearch.org/tree/person/details/9JJR-P3P] - 1888(India)-1948(NSW) - Licences: unlicensed?, Port Pirie, 1910; 2HM Armidale (1924-1926); 2HM Sydney (Bondi, 1927-1939, 1946-1948) - Qualifications: AOCP 115, 1925, No. ?? in NSW; AOLCP 48, 1931 - Comment: proud of his initials "H.A.M.", early wireless experimenter; amateur operator; amateur broadcaster; electrical engineer - Relationships: his daughter Denise Chalmers Marshall frequently on air over 2HM - TroveTag: "2HM - Herbert Anthony Marshall" - Electoral Rolls: electrical engineer (Bondi, 1930-1931); engineer (Bondi, 1934-1943) * [[/Mary Austine Marshall|Henry nee Marshall, Mary Austine]] [https://www.familysearch.org/tree/person/details/G8X2-GR6] - 1913(Vic)-1994(Vic) - Licences: 3YL Melbourne (Murrumbeena, 1930-1939, 1946-1956; East Malvern, 1960-1975) - Qualifications: AOCP 619, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: home duties (Oakleigh, 1936-1937); no occupation (Oakleigh, 1942-1954); home duties (Oakleigh, 1958-1980) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Vaughan Edward Marshall|Marshall, Vaughan Edward]] [https://www.familysearch.org/tree/person/details/G86T-KNY] - 1911(Vic)-1994(Vic) - Licences: 3UK Melbourne (Hawthorn, 1930-1933; Kew, 1937-1939, 1946-1969; Mt Eliza, 1975-1980+) - Qualifications: AOCP 603, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: sales (Kew, 1936); tea specialist (Kew, 1937-1968); retired (Mt Eliza, 1977-1980) ===''MARSLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Bruce Marsland|Marsland, Benjamin Bruce]] [https://www.familysearch.org/tree/person/details/GX6Y-X47] - 1906(Qld)-1941(NSW) - Licences: 4DX Brisbane (Indooroopilly, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Rockhampton, Qld, 1928); teller (Normanton, Qld, 1930); bank clerk (Rockhampton, Qld, 1931; Malanda, Qld, 1932); no occupation (Annerley, Qld, 1943) ===''MARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Thomas Marston|Marston, James Thomas "Jim"]] [https://www.familysearch.org/tree/person/details/LKDX-19C] - 1920(Qld)-1974(Qld) - Licences: 4JA Brisbane (Belmont, 1948; Morningside, 1954); 4JA Toowoomba (1955-1956); 4JA Brisbane (Boondall, 1960-1969) - Qualifications: cc; AOCP 2655, 1948, Qld - amateur operator - Electoral Rolls: sheet metal worker (Buranda, Qld, 1943); engineer (Toowoomba South, Qld, 1958); technician (Boondall, Qld, 1963-1972) * [[/W. L. Marston|Marston, W. L.]] - 19??(???)-19??(???) - Licences: 4RY Brisbane (Clayfield, 1937) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MARTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Martin|Martin, James Frederick]] - 1909(Vic)-1976(Vic) - Licences: 3MJ Melbourne (North Fitzroy, 1927-1933); 3JM Melbourne (North Fitzroy, 1937-1939) - Qualifications: AOCP 340, 1927, No. ?? in Vic - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Clifton Hill, 1936); traveller (North Fitzroy, 1949; Heidelberg, 1954-1963); sales director (Doncaster, 1967); sales (Noble Park, 1972) * [[/John Michael Martin|Martin, John Michael]] [https://www.familysearch.org/tree/person/details/GX79-GWZ] - 1886(Irl)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 146, 1915; 1COCP 58, 1935 - RANRS (commissioned telegraphist, 1917); WW1 - Comment: several contemporaneous JMMs - Electoral Rolls: Ancestry 299 hits too be sifted * [[/John Robert Martin|Martin, John Robert]] [https://www.familysearch.org/tree/person/details/GWFG-HMM] - 1919(Qld)-2011(Qld) - Licences: 4MX Cunnamulla (1937-1939); 4MX Toowoomba (1946-1954); 4MX Brisbane (Gaythorne, 1955-1960); 4MX Julia Creek (1965-1969); 4MX Finch Hatton (1975); 4MX Brisbane (Gaythorne, 1980+) - Qualifications: cc; AOCP 1933, 1937, Qld; BOCP 147, 1938 - amateur operator; amateur broadcaster; military (WW2, RAAF); business proprietor (radio service); Presbyterian minister - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1949-1954); radio technician (Gaythorne, Qld, 1958; Kingaroy, Qld, 1963); missionary (Blackall, Qld, 1972; Gaythorne, Qld, 1972); minister of religion (Enoggera, Qld, 1977-1980) * [[/Malcolm Martin|Martin, Malcolm]] [https://www.familysearch.org/tree/person/details/GX8D-PG7] - 1903(UK)-1987(Qld) - Licences: 4KY Ipswich (1933-1939); 4KY Brisbane (Sandgate, 1946-1980+) - Qualifications: cc; AOCP 1110, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); employment (Qld Railways) - Electoral Rolls: carriage trimmer (Woodend, Qld, 1925-1937; Sandgate, Qld, 1943-1980) * [[/Silas Martin|Martin, Silas]] [https://www.familysearch.org/tree/person/details/GXMT-6WS] - 1874(NSW)-1945(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Electoral Rolls: engineer (Perth, 1903-1906; East Perth, 1912-1914); mechanic (Rockhampton, 1917-1921); radio mechanic (Cooktown, 1925; Beam Wireless Station, Ballan, 1928-1943); mechanic (Marrickville, NSW, 1943) * [[/Walter J. Martin|Martin, Walter J.]] - 1893(Vic)-19??(???) - commercial operator (1COCP 1, 1914, No. 1 in Aus and Vic, Marconi & Telefunken) - coastal station operator? * [[/William Anthony Martin|Martin, William Anthony]] [https://www.familysearch.org/tree/person/details/G8HB-KPZ] - 1911(Tas)-19??(???) - Licences: 7WM Hobart (West Hobart, 1929-1931); 7WM Gawler (1933) - Qualifications: cc; AOCP 497, 1929, No. ?? in Tas; AOLCP 70, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: several contemporaneous William Anthony Martin's ===''MASHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Wilfred Mashman|Mashman, Lionel Wilfred]] [https://www.familysearch.org/tree/person/details/GZ6K-7WG] - 1907(NSW)-1968(NSW) - 2OB Receive Sydney (Bexley, 1923-1924), 2OB Sydney (Bexley, 1925-1965), amateur operator (AOCP 84, 1925, No. ?? in NSW), amateur broadcaster ===''MASTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Harold Masters|Masters, Alfred Harold "Harold"]] [https://www.familysearch.org/tree/person/details/99GB-CPY] - 1875(Vic)-1951(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed); vice president WIA Launceston 1920s; later prominent architect - Relationships: brother of 7MM William Edward Masters - Electoral Rolls: architect (Launceston, 1928-1949) * [[/Brian Jermyn Masters|Masters, Brian Jermyn "Jermyn"]] - 1891(Vic)-1950(NZ) - 3LM Receive Melbourne (Armadale, 1923), 3LM Melbourne (Armadale, 1924-1925), amateur operator (pre-AOCP; no record found of AOCP; AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, operated his station both individually and on behalf WIA Malvern * [[/William Edward Masters|Masters, William Edward]] [https://www.familysearch.org/tree/person/details/99GB-CPW] - 1873(Vic)-1952(Tas) - Licences: 7MM Hobart (Bellerive 1932-1939) - Qualifications: cc; AOCP 1066, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; solicitor - Relationships: brother of Alfred Harold "Harold" Masters - Electoral Rolls: solicitor (Bellerive, 1914-1949) - Links: [http://nla.gov.au/nla.news-article27111852 Obituary] ===''MATCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Kenneth Lyle Matchett|Matchett, John Kenneth Lyle "Ken"]] [https://www.familysearch.org/tree/person/details/GS1L-SCZ] - 1921(Vic)-2008(Vic) - Licences: 3TL Melbourne (Box Hill, 1960; Templestowe, 1965-1980+) - Qualifications: AOCP 3700, 1958, Vic - amateur operator, WW2, member Old Timer's Club - Electoral Rolls: student (St Kilda, 1949); teacher (Bayswater, 1954); lecturer (Templestowe, 1963-1980) - curator of the WIA QSL card collection for many years; personally acquired a large collection of Australian amateur QSL cards which were donated to the WIA collection on his passing, many thousands of QSLs provided by Wolf Harranth of Dokufunk on an exchange basis ===''MATHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Stewart Mather|Mather, Alexander Stewart "Alex"]] [https://www.familysearch.org/tree/person/details/GHTL-WWC] - 1909(NSW)-1970(NSW) - Licences: 2JZ Singleton (1929-1969) - Qualifications: AOCP 479, 1929, No. ?? in NSW; AOLCP 89, 1932; TVOCP 273, 1960 - amateur operator, amateur broadcaster - Electoral Rolls: cordial manufacturer (Singleton, 1930-1968) ===''MATHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campion Mathews|Mathews, John Campion]] [https://www.familysearch.org/tree/person/details/G8V1-46V] - 1912(Vic)-19??(???) - Licences: 3SY Geelong (Newtown, 1930-1939, 1946-1980+); 3JM Portable Geelong (Newtown, 1947) - Qualifications: AOCP 709, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Newtown, 1934-1968); operator (Newtown, 1972-1980) * [[/John Mathews|Mathews, John]] [https://www.familysearch.org/tree/person/details/G82Z-KX2] - 1914(Qld)-1976(NSW) - Licences: 4EE Rockhampton (1935-1939) - Qualifications: cc; AOCP 1414, 1935, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous JMs - Electoral Rolls: Nil yet identified ===''MATTHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Thomas Matthews|Matthews, Fred or Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GZVC-22K] - 1904(Qld)-1992(Qld) - Licences: 4FK Brisbane (New Farm, 1923-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); business proprietor (Matthews Fire Alarm Co) - Awards: OBE - Electoral Rolls: electrical engineer (Merthyr, 1925-1958); engineer (New Farm, 1963-1980) * [[/John Leigh Inglis Matthews|Matthews, John Leigh Inglis]] [https://www.familysearch.org/tree/person/details/GDKN-159] - 19??(???)-19??(???) - Licences: XJD Melbourne (Richmond, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: confectioner (Richmond, 1913-1919) * [[/Kenneth Morgan Matthews|Matthews, Kenneth Morgan]] [https://www.familysearch.org/tree/person/details/GXPM-R2W] - 1911(SA)-2009(SA)98yo - Licences: 5GN Adelaide (Malvern, 1936-1939) - Qualifications: cc; AOCP 1732, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Malvern, SA, 1939); mechanic (Crystal Brook, SA, 1941-1943) - Links: [https://vwma.org.au/explore/people/551921 VWMA] * [[/Vincent John Matthews|Matthews, Vincent John]] [https://www.familysearch.org/tree/person/details/GFW4-NM1] - 1888(Vic)-1965(Vic) - Licences: 6AQ Perth (Bayswater, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; Stott's College (Principal, early 1920s) - Electoral Rolls: business college master (West Gildford, WA, 1910); manager (Guildford, WA, 1912; Bayswater, WA, 1916-1925); business manager (Canterbury, Vic, 1925-1928); director (Canterbury, Vic, 1931-1963) * [[/Walter John Penrose Matthews|Matthews, Walter John Penrose]] [https://www.familysearch.org/tree/person/details/L5TS-HZN] - 1880(SA)-1964(SA) - Licences: 5BS Receive Murray Bridge (1922); Receive Murray Bridge (1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: lifter SA Railways (Tailem Bend, SA, 1939-1943) ===''MAUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Mauger|Mauger, Samuel "Sam"]] - 1857(Vic)-1936(Vic) - state politician, senior federal politician (Postmaster-General 1908) ===''MAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Maughan|Maughan, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/GZQ4-BJW] - 1903(WA)-1962(Vic) - Licences: 3HH Receive Melbourne (Malvern, 1922); 3HH Melbourne (Malvern, 1923-1960) - Qualifications: cc; AOCP 14, 1924, No. ?? in Vic; AOLCP 82, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: student (Malvern East, 1925-1954) ===''MAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Douglas Mawson|Mawson, Douglas]] [https://www.familysearch.org/tree/person/details/LC3H-42N] - 1882(Eng)-1958(SA) - Licences: Nil - Qualifications: Nil yet identified - Head Australasian Antarctic Expedition (1911-1914) - Electoral Rolls: [[w:Douglas Mawson|Wikipedia]] [https://adb.anu.edu.au/biography/mawson-sir-douglas-7531 ADB] * [[/Ernest Richard Mawson|Mawson, Ernest Richard]] [https://www.familysearch.org/tree/person/details/2W9T-NJN] - 1861(NSW)-1943(NSW) - Licences: 2DH Sydney (Campsie, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Parramatta, 1903); no occupation (Dee Why, 1930-1933; Harbord, 1934-1936; Manly, 1937-1943) ===''MAXWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alston Maxwell|Maxwell, Ronald Alston]] - 1908(NSW)-1950(NSW) - Licences: 2KS Sydney (Hurstville, 1930-1933) - Qualifications: AOCP 656, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: metal worker (Randwick, 1933; Liverpool, 1934-1935; Croydon, 1936-1937); clerk (Caringbah, 1949) ===''MAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank May|May, Frank]] [https://www.familysearch.org/tree/person/details/G88S-CXP] - 1878(Eng)-19??(???) - Licences: 6FM Dwellingup (1929-1931); 6FM Gnowangerup (1933); 6FM Esperance (1937-1939) - Qualifications: cc; CPRT 139, 1915; AOCP 560, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: stationmaster (Gnowangerup, 1931; Esperance, 1936-1937; Armadale, 1943; Collie, 1949) ===''MAYGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neil Hubert Mayger|Mayger, Neil Hubert]] [https://www.familysearch.org/tree/person/details/K2F7-J2D] - 1890(Vic)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: salesman (Darlinghurst, NSW, 1930); sales (Darlinghurst, 1937); salesman (East Sydney, 1937); Sales (Darlinghurst, 1943) ===''MCATEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McAteer|McAteer, Brother Joseph]] [https://www.familysearch.org/tree/person/details/GDKT-JWB] - 1881(NZ)-1931(NSW) - Licences: Receive Sacred Heart College Glenelg (1923); 5AQ Sacred Heart College Glenelg (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCAULEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Money McAuley|McAuley, William John Money "Bill"]] [https://www.familysearch.org/tree/person/details/LRKH-Z5Y] - 1909(Vic)-1987(Vic) - Licences: 3WM Melbourne (Brunswick, 1925-1931) - Qualifications: AOCP 221, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: jackaroo (Nyngan, 1930); grazier (Womboota, 1937-1943) ===''MCBRIDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander James McBride|McBride, Alexander James]] - 1914(Qld)-1993(Qld) - 4BR Brisbane (Wilston, 1939, 1947-1969), amateur operator (AOCP 2320, 1939, No. ?? in Qld), business (radio repair) ===''MCCABE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Bernard McCabe|McCabe, William Bernard]] [https://www.familysearch.org/tree/person/details/MZ1C-FN2] - 1864(Irl)-1938(WA) - Licences: 7AQ Clarence Point (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: gardener (St Kilda, Vic, 1912; Balaclava, 1913-1914; Elsternwick, 1915-1921; Caulfield, 1924); orchardist (Clarence Point, 1922-1928); civil engineer (Nedlands, WA, 1937) ===''MCCALMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Colin McCalman|McCalman, Maxwell Colin]] [https://www.familysearch.org/tree/person/details/GZN8-V77] - 1910(Vic)-1966(Vic) - 3KX Melbourne (Canterbury, 1925-1927), amateur operator (AOCP 142, 1925, No. ?? in Vic), amateur broadcaster, musician (1934), engineer (1943-1963) ===''MCCANDLISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack McCandlish|McCandlish, Jack]] [https://www.familysearch.org/tree/person/details/GZ2B-TJC] - 1915(Eng)-1943(Ins) - Licences: 3HN Sea Lake (1935-1939) - Qualifications: AOCP 1468, 1935, No. ?? in Vic - amateur operator, WW2 (Army, M Special Unit, Sergeant, Commando, 1943) - Electoral Rolls: farm hand (Sea Lake, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1685215] ===''MCCARTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Keith McCarthy|McCarthy, John Keith "Keith / Macca"]] - 19??(???)-1998(Qld) - 3FX Melbourne (Ascot Vale, 1932-1933), 2IM Sydney (Lane Cove, 1934), 2VM Sydney (Lane Cove, 1935), 3FX Melbourne (Hampton, 1937; Ascot Vale, 1938-1939; City, 1946-1947; Templestowe, 1954-1956), 9AR On board yacht Pandemonium (1969), P29AR/MM On board yacht Pandemonium (1975), 4DU Beenleigh (1980), 4PY Surfers Paradise (1980), amateur operator (AOCP 1036, 1932, No. ?? in Vic), amateur broadcaster, state public servant (Vic Railways, telegraphist), military (RAAF, DFC, AFM, AE) ===''MCCULLAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Austral McCullagh|McCullagh, Alexander Austral]] [https://www.familysearch.org/tree/person/details/GXNN-V7Y] - 1897(Qld)-1981(NSW) - Licences: Receive (Home Hill, 1923); 2RR Sydney (Balgowlah, 1965-1969); 9NI Norfolk Island (1975) - Qualifications: cc; 3COCP 2977, 1959; AOLCP 754, 1959; AOCP 4229, 1964, Qld - amateur receiver; amateur operator; WW1 - Electoral Rolls: soldier (Sandgate, Qld, 1919); chemist (Inkerman Mill, Qld, 1922); engineer (Bondi North, NSW, 1930; Abbotsford, NSW, 1932-1933; Edgecliff, NSW, 1933; Burwood, NSW, 1934-1936); manager (Balgowlah, NSW, 1949-1963); retired (Green Point, NSW, 1977-1980) ===''MCCULLOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Robert McCulloch|McCulloch, George Robert]] - 1907(Vic)-1969(Vic) - 3XM Receive Ballarat (1923-1924), 3GM Ballarat (1925-1939, 1946-1965+), amateur operator (AOCP 198, 1925, No. ?? in Vic), amateur broadcaster, radio engineer (Ballarat, 1931-1968) ===''MCDERMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Westall McDermott|McDermott, James Westall "Jim"]] [https://www.familysearch.org/tree/person/details/G37P-PY2] - 1913(Qld)-2010(Qld) - Licences: 4JM Brisbane (1930) & Nambour (1931-1939) - Qualifications: cc; AOCP 711, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4RM Robert Ernest McDermott; son of 4WP Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, Qld, 1936-1949); radio engineer (Nambour, Qld, 1954-1980) * [[/Robert Ernest McDermott|McDermott, Robert Ernest "Bob"]] [https://www.familysearch.org/tree/person/details/GXW8-QJ5] - 1917(Qld)-2006(Qld) - Licences: 4RM Nambour (1938-1939); 4RM Brisbane (Ekibin, 1946-1980+) - Qualifications: AOCP 2223, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); military (WW2, AIF); business proprietor (radio/TV retail, Ekibin) - Relationships: brother of James Westall McDermott; son of Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, 1943; Ekibin, 1949-1968); TV engineer (Tewantin, Qld, 1972-1980) * [[/Westall Samuel McDermott|McDermott, Westall Samuel]] [https://www.familysearch.org/tree/person/details/G37P-2SQ] - 1889(Qld)-1963(Qld) - Licences: 4WP Nambour (1938-1939, 1946-1954) - Qualifications: cc; AOCP 2087, 1938, No. ?? in Qld - amateur operator; amateur broadcaster - Relationships: father of James Westall McDermott & Robert Ernest McDermott - Electoral Rolls: school teacher (Hendon, Qld, 1916-1917; Sandgate, Qld, 1921; Glen Eagle, Qld, 1925-1928; Rosemount, Qld, 1934; Nambour, Qld, 1937-1958); retired (Nambour, Qld, 1963) ===''MCDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> SEE ALSO MACDONALD * [[/Arthur Stephen McDonald|McDonald, Arthur Stephen]] [https://www.familysearch.org/tree/person/details/G36J-ZLJ] - 1891(Vic)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 700, 1922 - broadcast engineer (PMGD, RANRS, AWA); professional society administrator (IEA) - Electoral Rolls: engineer (Townsville, Qld, 1913; St Kilda, Vic, 1916-1924; Vaucluse, NSW, 1930-1934); radio engineer (Darlinghurst, 1934-1936); engineer (Edgecliff, 1943; Double Bay, 1954) - Links: [https://adb.anu.edu.au/biography/mcdonald-arthur-stephen-7333 ADB]; [https://www.asap.unimelb.edu.au/bsparcs/biogs/P001299b.htm Bright Sparks] * [[/Colin McDonald|McDonald, Colin]] [https://www.familysearch.org/tree/person/details/GX67-SCG] - 1911(Qld)-1973(Qld) - Licences: 4CD Rockhampton (1935-1969) - Qualifications: cc; AOCP 1440, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Rockhampton, Qld, 1932-1958); accountant (Rockhampton, Qld, 1968-1972) * [[/Donald McDonald|McDonald, Donald "Don"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC)? * [[/Donald Munro McDonald|McDonald, Donald Munro]] - 19??(???)-19??(???) - Licences: 3KS Melbourne (Yarraville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - Comment: Several contemporaneous DMMs * [[/John McDonald|McDonald, John]] [https://www.familysearch.org/tree/person/details/GXM1-WJR] - 1894(NSW)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 137, 1915; CPRT 190, 1916 (replacement?) - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous JMcD - Electoral Rolls: Nil yet identified; Ancestry.com 1000s of hits to be sifted * [[/Wilfred Neville McDonald|McDonald, Wilfred Neville]] [https://www.familysearch.org/tree/person/details/GX67-DB1] - 1914(NSW)-19??(???) - Licences: 2ZT Sydney (Parramatta, 1935-1936); 4ZT Brisbane (Kangaroo Point, 1937; New Farm, 1938-1939; Annerley, 1947-1948) - Qualifications: cc; AOCP 1412, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Granville, NSW, 1936); radio engineer (Kangaroo Point, Qld, 1937); radio mechanic (Ashgrove, Qld, 1943); radio technician (Annerley, Qld, 1949); electrical engineer (Tennyson, Qld, 1954-1963); manager (Burleigh Heads, Qld, 1968-1980) ===''MCDONOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard McDonough|McDonough, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GXQX-NXY] - 1875(Wales)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, terminated Nov 1920) - Electoral Rolls: Royal Navy (Newport, Vic, 1914-1915); Royal Australian Navy (Yarraville, Vic, 1917-1919); hotel proprietor (West Maitland, 1930-1935); retired (Wickham, 1937) ===''MCDOWALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine McDowall|McDowall, Valentine "Val"]] [https://www.familysearch.org/tree/person/details/M14R-SPG] - 1881(Qld)-1957(Qld) - 4CN Receive Brisbane (1922); 4CM Brisbane (City, 1922-1939) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radiographer; WW2 - 4CM operator primarily Thomas Murray Browse Elliott after about 1925 - Electoral Rolls: medical practitioner (Laidley, 1906-1914; Clayfield, 1919; Ascot, 1934-1954) - Links: [https://adb.anu.edu.au/biography/mcdowall-valentine-7349 ADB] ===''MCDOWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Daniel McDowell|McDowell, John Edward Daniel or John Edward]] [https://www.familysearch.org/tree/person/details/GX86-J52] - 1914(Qld)-1978(Qld) - Licences: 4CX Brisbane (Ascot, 1937-1939); 4CX Gladstone (1947-1965); 4CX Brisbane (Wavell Heights, 1969-1980+) - Qualifications: cc; AOCP 1873, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: rubber worker (Ascot, Qld, 1937); chemist (Gladstone, Qld, 1943-1949); industrial chemist (Gladstone, Qld, 1954-1963); chemistry instructor (Wavell Heights, Qld, 1968-1977) ===''MCELWEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Johnston McElwee|McElwee, George Johnston]] - 1879(Tas)-1981(Tas) - involved with Launceston Radio Clubs searching for the roar ===''MCGARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Ignatius McGarry|McGarry, Lloyd Ignatius]] [https://www.familysearch.org/tree/person/details/G8GT-4PR] - 1919(NSW)-1977(Qld) - Licences: 4XY Roma (1937-1939); 4XY Rockhampton (1947); 4XY Brisbane (Taringa, 1948; Coorparoo, 1954-1956); 2ALM Sydney (Lakemba, 1960-1965); 1AM Canberra (Macquarie, 1969-1975); 4ALL Brisbane (Kingston, 1980+) - Qualifications: cc; AOCP 1943, 1937, Qld; BOCP 139, 1937; 2COCP 607, 1942; 1COCP 1026, 1946 - amateur operator; amateur broadcaster; broadcast technician (4GR, 4ZR); military (RAAF, WW2, mobile wireless, post WW2 Naval Intelligence); federal public servant (PMGD); scientist (Ionospheric Prediction Service) - Electoral Rolls: radio technician (Deagon, Qld, 1949); public servant (Coorparoo, Qld, 1954-1958; Townsville, Qld, 1958) ===''MCGAURAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Duncan James Macfarlane McGauran|McGauran, Duncan James Macfarlane]] - 1849(NZ)-1889(NSW) - radio clubs (Telegraph Electrical Society, Victoria, member; Society of Telegraph Engineers, London, member), employment (Vic Posts & Telegraphs; WA Posts & Telegraphs, Superintendant Telegraphs; NSW Posts & Telegraphs), patents in Quadraplex Telegraphy, father of Duncan James McGauran (telegraphist, accountant, inventor of a telephone meter) ===''MCGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carney Mitchell McGee|McGee, Carney Mitchell]] [https://www.familysearch.org/tree/person/details/G8VW-9LF] - 1910(SA)-1981(WA) - Licences: 5LX Adelaide (Mile End, 1930-1931) - Qualifications: cc; AOCP 676, 1930, No. ?? in SA; 2COCP 52, 1936; 1COCP 210, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (North Unley, SA, 1939); assistant radio inspector (Ivanhoe, Vic, 1943); radio inspector (Kensington, WA, 1949-1977); retired (Como, 1980) ===''MCGEOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Samuel McGeoch|McGeoch, William Leslie Samuel]] [https://www.familysearch.org/tree/person/details/LVNY-SDX] - 1912(WA)-2007(WA) - Licences: 6WL Brookton (1935-1939, 1947-1956); 6WL Bunbury (1960-1980+) - Qualifications: cc; AOCP 1442, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Brookton, WA, 1936-1943); radio service (Brookton, WA, 1958); electrician (Carey Park, WA, 1968-1980) ===''MCGOWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Walker McGowan|McGowan, Samuel Walker]] - 1829(Irl)-1887(Vic) - Vic Posts and Telegraphs (Superintendent Telegraphs), successfully tendered for the first Australian electric telegraph 1854 (Melbourne to Williamstown) then appointed to the public service to operate and maintain it, radio clubs (Telegraph Electrical Society, Victoria) ===''MCGRATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Philip McGrath|McGrath, Edward Philip "Ted"]] [https://www.familysearch.org/tree/person/details/GW87-9K5] - 1906(NSW)-1999(SA) - Licences: 5MO Adelaide (Parkside, 1933-1939; West Mitcham, 1947-1965; Aldgate, 1969) - Qualifications: cc; AOCP 1175, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Parkside, SA, 1939) * [[/Francis Thomas McGrath|McGrath, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GXM1-HRN] - 1891(Tas)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 87, 1915; 1COCP 45, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: public servant (Moonah, Tas, 1919); wireless operator (Thursday Island, 1922); engineer (Eagle Junction, 1925); telegraphist (South Yarra, 1926-1927); supervisor (Caulfield, Vic, 1928-1934; Camberwell, Vic, 1936) ===''MCGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aenas McGregor|McGregor, Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WT] - 1865(Vic)-1937(Vic) - Licences: XJEA Melbourne (Armadale, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: father of 3ZE Keith Wilfred Aeneas McGregor - Electoral Rolls: traveller (Armadale, 1919; Toorak, 1928-1936) * [[/Keith Wilfred Aeneas McGregor|McGregor, Keith Wilfred Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WQ] - 1903(Vic)-19??(???) - Licences: 3ZE Melbourne (Armadale, 1923-1924; Toorak, 1925) - Qualifications: cc; AOCP 52, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Relationships: son of XJEA Aeneas McGregor - Electoral Rolls: telegraphist (Toorak, 1925-1928) ===''MCGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Patrick Holman McGuire|McGuire, Leo Patrick Holman]] [https://www.familysearch.org/tree/person/details/G8HK-B2T] - 1906(NSW)-2001(WA) - Licences: 3KM Myrtleford (1929-1937); 3KM Corryong (1938-1939); 6MG Manjimup (1947-1969); 6MG Perth (Thornlie (1975-1980+) - Qualifications: AOCP 488, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: biograph operator (Wangaratta, 1928); picture proprietor (Albury, 1931); postal employee (Myrtleford, 1936-1937); postal clerk (Mt Magnet, 1943; Manjimup, 1949); radio mechanic (Manjimup, 1954-1972); retired (Thornlie, 1977-1980) ===''MCHUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles McHugh|McHugh, William Charles]] [https://www.familysearch.org/tree/person/details/GFMN-V5Z] - 1914(WA)-1978(WA) - Licences: 6KA or 6KD Perth (Guildford, 1936-1939) - Qualifications: cc; AOCP 1766, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: piano tuner (Guildford, WA, 1936-1943); radio mechanic (Belmont, WA, 1949; North Perth, WA, 1954); mechanic (Cottesloe, WA, 1954; Mt Pleasant, WA, 1963-1972) ===''MCINTOSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John James McIntosh|McIntosh, Stanley John James "Stan"]] [https://www.familysearch.org/tree/person/details/GXDL-C5P] - 1913(Qld)-1972(Qld) - Licences: 4PK Ipswich (Woodend, 1931-1939); 4PK Brisbane (Coorparoo, 1946-1969) - Qualifications: cc; AOCP 730, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (workshop foreman); business proprietor (electrical engineering) - Electoral Rolls: electrical fitter (Woodend, Qld, 1934-1937; Coorparoo, Qld, 1943-1972) ===''MCINTYRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Daniel George McIntyre|McIntyre, Daniel George]] [https://www.familysearch.org/tree/person/details/LTNG-PHV] - 1901(???)-1963(NSW) - Licences: 2VX Receive Sydney (Pymble, 1923); 2VX Sydney (Pymble, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Strathfield, 1930-1958); radio retailer (Pymble, 1963) ===''MCKAIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Lancelot Martyn McKail|McKail, Henry Lancelot Martyn or Martin "Hal"]] - 1887(WA)-1944(WA) - Licences: 6BT Perth (City, 1923-1924); 6BU Perth (City, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgan River, WA, 1910; West Perth, WA, 1916-1917); science master (Crawley, WA, 1925-1937) ===''MCKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander John McKenzie|McKenzie, Alexander John]] - 1905(???)-19??(???) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''MCKEOWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * McKenzie, Florence Violet (married name) - see Granville, Florence Violet (birth name) * [[/Allan McIllroy McKeown|McKeown, Allan McIllroy]] [https://www.familysearch.org/tree/person/details/L69J-SFC] - 1904(Vic)-1983(Vic) - Licences: 3YZ Melbourne (Alphington, 1924-1927); 3YZ Geelong (1931); 3YZ Melbourne (Northcote, 1933-1939, 1946-1969); 3YZ Ocean Grove (1975-1980) - Qualifications: cc; AOCP 51, 1925, No. ?? in Vic; AOLCP 42, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Northcote, 1936-1954; Alphington, 1968); nil (Ocean Grove, 1972-1977) ===''MCKINLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Harold McKinley|McKinley, Norman Harold "Shorty"]] [https://www.familysearch.org/tree/person/details/GWGP-TLC] - 1913(???)-1999(Qld) - Licences: 4CX Brisbane (Teneriffe, 1932-1933) - Qualifications: cc; AOCP 969, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Milton, Qld, 1949-1972); driver (Paddington, Qld, 1980) ===''MCLAUCHLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles David McLauchlan|McLauchlan, Charles David]] [https://www.familysearch.org/tree/person/details/LYL6-PYY] - 1876(Vic)-1943(Vic) - Licences: 6BW Receive Perth (Victoria Park, 1923); 6BW Perth (Victoria Park, 1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Eucla, 1906; Perth, 1910-1916); telegraph engineer (Victoria Park, 1925); superintendent telegraphs (South Yarra, 1931; Camberwell, 1937-1943) ===''MCLEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stewart Campbell McLean|McLean, Stewart Campbell]] [https://www.familysearch.org/tree/person/details/G86G-PMR] - 1910(Vic)-1994(Vic) - Licences: 3GK Melbourne (Yarraville, 1930-1933; Brunswick, 1937-1939, 1946-1948; Caulfield, 1960) - Qualifications: AOCP 601, 1930, No. ?? in Vic; AOLCP 65, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarraville, 1931-1936); nil (Elsternwick, 1954); engineer (Caulfield, 1958-1980) ===''MCLENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth McLennan|McLennan, Kenneth]] [https://www.familysearch.org/tree/person/details/GX9H-B4N] - 1892(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 124, 1915; 2COCP 185, 1930; 1COCP 238, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous KMcLs - Electoral Rolls: Nil yet identified ===''MCLEOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander McLeod|McLeod, Alexander]] [https://www.familysearch.org/tree/person/details/GMKJ-L25] - 1972(Vic)-1948(Qld) - Licences: 4CF Receive Brisbane (Red Hill, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: confectioner (Red Hill, 1903-1905); pastrycook (Red Hill, 1908-1926; Mt Bruce, 1929-1943) * [[/Gordon Stuart McLeod|McLeod, Gordon Stuart]] [https://www.familysearch.org/tree/person/details/G8V1-38Y] - 1912(NSW)-1966(NSW) - Licences: 3ZZ Geelong (West Geelong, 1930-1931; Newtown, 1933; Crib Point, 1937; Wallington, 1938); 2ADC Sydney (Sans Souci, 1939; Hurstville, 1946-1947; Beverley Hills, 1948-1965) - Qualifications: AOCP 707, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: RAN (Crib Point, Viv, 1937); petty officer RAN (Hurstville, 1943); clerk (Beverly Hills, 1949-1963) * [[/Norman McLeod|McLeod, Norman]] [https://www.familysearch.org/tree/person/details/G86P-8F2] - 1901(Vic)-1995(Vic) - Licences: 3NM Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 602, 19??, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Caulfield, 1937-1968) ===''MCLOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. C. McLoughlin|McLoughlin, E. C.]] - 19??(???)-19??(???) - Licences: 5KJ Port Lincoln (1928-1929) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCMAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Hanney McMahon|McMahon, Leo Hanney]] [https://www.familysearch.org/tree/person/details/GXD8-XQH] - 1914(Qld)-1992(NSW) - 4LM Brisbane (Toombul, 1933-1938); 2ALM Sydney (Darlinghurst, 1939); 2AC Sydney (Kingsford, 1946-1950; Randwick, 1956-1980+) - Qualifications: cc; AOCP 1104, 1933, Qld) - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, AMC); occupation (doctor) - Electoral Rolls: student (Camperdown, NSW, 1936-1937); medical practitioner (Kingsford, NSW, 1949; Randwick, NSW, 1954-1980) ===''MCMASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John McMaster|McMaster, John]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: ===''MCMATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph McMath|McMath, John Joseph]] [https://www.familysearch.org/tree/person/details/L5KG-ZK2] - 1910(Vic)-1999(Vic) - Licences: 3JJ Melbourne (Albert Park, 1927-1939; South Melbourne, 1946-1960; Elwood, 1975-1980+) - Qualifications: AOCP 351, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Albert Park, 1931-1937); manager (St Kilda, 1949-1954); retired (Brighton, 1963-1968; Black Rock, 1972-1977) ===''MCMURTRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Adam McMurtrie|McMurtrie, Sydney Adam or Adam Sydney "Sid"]] [https://www.familysearch.org/tree/person/details/LBQM-DQW] - 1908(NSW)-1982(Qld) - Licences: 4JR Booval (1929-1933); 2AFX Lismore (1937-1939); 4KT Gympie (1948) - Qualifications: cc; AOCP 491, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Gympie, 1936); radio salesman (Lismore, 1937); telephone mechanic (Gympie, 1943-1980) ===''MCNALTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McNalty|McNalty, Joseph]] [https://www.familysearch.org/tree/person/details/GXXW-67M] - 1901(Qld)-1967(Qld) - Licences: 4DZ Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (East Toowoomba, Qld, 1925; Mackay, Qld, 1930-1943); public servant (Fairfield, Qld, 1949); clerk (Toowong, Qld, 1954); telegraphist (St Lucia, Qld, 1958) ===''MCNICOL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Edgar McNicol|McNicol, Robert William Edgar]] [https://www.familysearch.org/tree/person/details/GX8D-6NN] - 1917(Qld)-1974(Qld) - Licences: 4WM Brisbane (Teneriffe, 1936-1939) - Qualifications: cc; AOCP 1680, 1936, Qld; BOCP 57, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Teneriffe, Qld, 1943); university lecturer (Tarragindi, Qld, 1954-1972) ===''MCPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Thomas McPherson|McPherson, Colin Thomas or Thomas Collins]] [https://www.familysearch.org/tree/person/details/G8CT-HST] - 1897(Vic)-1951(Vic) - Licences: 3LU Melbourne (Footscray, 1929-1939) - Qualifications: AOCP 523, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: student (Footscray, 1919); storeman (Footscray, 1922-1942) * [[/Murdoch John McPherson|McPherson, Murdoch or Murdock John]] [https://www.familysearch.org/tree/person/details/27D9-9TB] - 1904(Qld)-1972(NSW) - Licences: 4MC Merinda (1927) - Qualifications: cc; CPRT 916, 1926; 2COCP 58, 1929; 1COCP 161, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: motor driver (Merinda, Qld, 1925); wireless operator (Paddington, Qld, 1929); clerk (Mt Coolah, NSW, 1968) ===''MEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Mead|Mead, Jack]][https://www.familysearch.org/tree/person/details/GFM3-ZSH] - 1915(WA)-2009(WA) - Licences: 6LJ Perth (East Victoria Park, 1931-1939; Wembley, 1947-1960) - Qualifications: cc; AOCP 803, 1931, No. ?? in WA; AOLCP 168, 1934; 1COCP 289, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Victoria Park, WA, 1937); mechanic (Wembley, WA, 1943-1980) * [[/Jordan Arthur Mead|Mead, Jordan Arthur]] [https://www.familysearch.org/tree/person/details/LTJF-1KH] - 1907(NSW)-1993(NSW) - Receive Sydney (Ashfield, 1923-1924), 2JA Sydney (Ashfield, 1925-1928), 2JA Byron Bay (1929-1930), 2AJA Sydney (Ashfield, 1946; Bexley, 1947-1957), 2JM Sydney (Bexley, 1958-1980), qualifications (AOCP 212, 1925, No. ?? in NSW), amateur operator, amateur broadcaster, electoral rolls: telephone mechanic (Byron Bay, 1930; Ashfield, 1931-1943), power technician (Bexley, 1949-1968), electrical field officer (Bexley, 1972-1980) ===''MEADOWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Meadows|Meadows, Robert Cecil]] [https://www.familysearch.org/tree/person/details/GXH2-ZRK] - 1907(Eng)-1966(NSW) - Licences: 4RM Mackay (1932-1939); 2ARM Sydney (Kirribilli, 1946-1948); 2IN Sydney (Rhodes, 1956-1958; Chiswick, 1960; Long Jetty, 1961; Killarney Vale, 1965) - Qualifications: cc; AOCP 879, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (Pems Radio, Rockhampton); journalist (Minchens Electrical Weekly); WW1; WW2 - Electoral Rolls: reporter (Crows Nest, NSW, 1930); radio mechanic (Bundaberg, Qld, 1931-1932); radiotrician (Mackay, 1934-1937); wireless instructor (Kirribilli, NSW, 1943); manager (Rhodes, NSW, 1954-1958); retired (Five Dock, NSW, 1958; Killarney Vale, NSW, 1963) ===''MEDHURST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Edney Medhurst|Medhurst, Edgar Edney]] [https://www.familysearch.org/tree/person/details/GHD6-WFC] - 1902(Tas)-1966(Vic) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Frederick William Medhurst|Medhurst, Frederick William "Pop" (in latter years)]] [https://www.familysearch.org/tree/person/details/M4GS-R6P] - 1868(Eng)-1969(Tas) 101yo - Licences: XZD Hobart (1913-1914); 7AH Receive Hobart (Sandy Bay, 1923); 7AH Hobart (Sandy Bay, 1924-1939, 1946-1947) - Qualifications: Nil yet identified - early wireless experimenter from 1901; amateur operator; amateur broadcaster; business (Medhurst & Sons, 1920s) - Relationships: father of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst, all in the business and interested in radio * [[/Harry Frederick Medhurst|Medhurst, Harry Frederick]] [https://www.familysearch.org/tree/person/details/GHD6-QZV] - 1893(Tas)-1963(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Phillip Aubrey Medhurst|Medhurst, Phillip Aubrey]] [https://www.familysearch.org/tree/person/details/GHD6-DFX] - 1895(Tas)-1969(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Rowland Arthur Medhurst * [[/Rowland Arthur Medhurst|Medhurst, Rowland Arthur]] [https://www.familysearch.org/tree/person/details/GHD6-ZT4] - 1892(Tas)-1969(Tas) - early wireless experimenter, lecturing on wireless 1911, never licensed, likely utilised licence of XZD-7AH (father), son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst ===''MEDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel James Clifford Medlin|Medlin, Noel James Clifford]] [https://www.familysearch.org/tree/person/details/G3MB-743] - 1917(Vic)-2004(Vic) - broadcast planning engineer (ABCB), federal public servant (ABCB), WW2 - Electoral Rolls: engineer (Gardiner, 1943; St Kilda, 1949; Camberwell, 1954-1977); retired (Inverloch, 1980) - father of AM directional antennas in Australia ===''MENON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Menon|Menon, Geoffrey John]] [https://www.familysearch.org/tree/person/details/LT4F-3CQ] - 1905(SA)-1969(NSW) - 3OG Receive Melbourne (St Kilda, 1923-1924), 3OG Melbourne (St Kilda, 1925-1927), 2OG Sydney (Haberfield, 1928; Croydon, 1929-1931), 3OG Melbourne (East Kew, 1933), 2OG Sydney (Northbridge, 1934-1935; Chatswood, 1936-1937; Longueville, 1938-1939, 1946-1948; Pymble, 1950; West Pennant Hills, 1954-1965; Arcadia, 1969), amateur operator (AOCP 209, 1925, No. ?? in Vic), amateur broadcaster, electrician (St Kilda West, 1926-1927), radio engineer (Coburg, 1931), engineer (Kew, 1934), radio engineer (Chatswood, 1937; Longueville, 1943), engineer (Baulkham Hills, 1954-1958; Arcadia, 1968) ===''MERCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie George Merchin|Merchin, Leslie George]] [https://www.familysearch.org/tree/person/details/LTLT-SSF] - 1917(Qld)-1994(Qld) - Licences: 4ML Richmond (1934-1939); 4MG Richmond (1948); 4MG Killarney (1954-1980+) - Qualifications: cc; AOCP 1399, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: garage proprietor (Richmond, Qld, 1943-1949); motor mechanic (Killarney, Qld, 1954-1968; Rockhampton North, Qld, 1972-1980) ===''MEREDITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement George Benger Meredith|Meredith, Clement George Benger]] [https://www.familysearch.org/tree/person/details/KZJD-6S6] - 1885(WA)-1959(USA) - Licences: Nil yet identified - Qualifications: cc; CPRT 15, 1914 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Windsor, Vic, 1914-1916); officer-in-charge wireless (Geraldton, WA, 1916-1917) * [[/Llewellyn Lennon Meredith|Meredith, Llewellyn Lennon]] [https://www.familysearch.org/tree/person/details/GD8W-LV7] - 1885(Eng)-1923(NSW) - Licences: Nil yet identified - Qualifications: CPRT 246, 1916 - ship wireless officer, AWA (traffic manager) - Electoral Rolls: Nil yet identified - Comment: Gone too soon - Links: [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_04_04#P.22_-_Obituary_-_Mr._L._L._Meredith|Obit]] ===''MESSENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Albert Messenger|Messenger, Percival Albert]] [https://www.familysearch.org/tree/person/details/GXRP-BS1] - 1892(SA)-1980(NSW) - Licences: 5PM Adelaide (Largs Bay, 1928) - Qualifications: cc; CPRT 70, 1915 (Marconi); CPRT 152, 1915 (Balsillie) - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: manager (Randwick, NSW, 1936; Coogee, NSW, 1943-1958; Randwick, NSW, 1963-1980) ===''MICHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Hector Ernest Henderson Michell|Michell, Hector Ernest Henderson "Ernest"]] [https://www.familysearch.org/tree/person/details/GQNQ-T5H] - 1897(Vic)-1984(Vic) - Licences: 3JP Receive Melbourne (Caulfield, 1922); 3JP Melbourne (Caulfield, 1923-1931; Elsternwick, 1933); 3JP Hamilton (1937-1939); 3AEM Hamilton (1960-1969); 3JX Hamilton (1975-1980+) - Qualifications: cc; AOCP 162, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; operator of 3LR Elsternwick Radio Club (1925); WW1; land officer (Hamilton, 1936) - Electoral Rolls: clerk (Balaclava, 1919-1921); draftsman (Caulfield, 1922); land officer (Hamilton, 1936-1980) ===''MILBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Leslie Milburn|Milburn, Henry Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/G8NV-8VJ] - 1890(Vic)-1957(Qld) - Licences: 4HM Home Hill (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Toowong, 1919); electrical engineer (Home Hill, 1922-1925; Stanthorpe, 1934-1949) - Halcyon: not mentioned? ===''MILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Thomas Miles|Miles, Gilbert Thomas]] [https://www.familysearch.org/tree/person/details/L19Y-X19] - 1904(Vic)-1981(NSW) - Licences: 7KQ Hobart (Bellerive, 1937-1939) - Qualifications: cc; AOLCP 106, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Camberwell, 1925-1926); electrical engineer (Glen Iris, Vic, 1931); engineer (Elsternwick, 1936); radio engineer (Croydon, NSW, 1943-1972); engineer (Croydon, 1977-1980) * [[/Harry Raymond Miles|Miles, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G8NJ-DQ2] - 1911(WA)-2003(WA) - Licences: 6XL Perth (Mt Lawley, 1930-1933); 6XL Wiluna (1937); 6XL Perth (Mt Lawley, 1938-1939) - Qualifications: cc; AOCP 645, 1930, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Wiluna Gold Mines, WA, 1936; Mt Beauty, Vic, 1954); poultry farmer (Balga, WA, 1958-1972); farmer (Wanneroo, WA, 1977-1980) ===''MILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Eric Mill|Mill, William Eric]] [https://www.familysearch.org/tree/person/details/9779-JP8] - 1896(SA)-1980(WA) - Licences: XYAG Burbanks (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: electrician (Kalgoorlie, WA, 1919; Balkatta, WA, 1921-1922; North Perth, WA, 1925); electrical engineer (Geraldton, WA, 1931-1937; East Perth, WA, 1943; Maylands, WA, 1949-1968; Inglewood, WA, 1972-1980) ===''MILLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roydon Arthur Milledge|Milledge, Roydon Arthur]] [https://www.familysearch.org/tree/person/details/GMJY-3DW] - 1903(Vic)-1983(Tas) - Licences: 3WT Shepparton (1936-1937); 7WT Hobart (1938-1939); 7WT Ulverstone (1947-1948+); 7WT Hobart (1956-1960+) - Qualifications: cc; AOCP 1693, 1936, No. ?? in Vic - amateur operator; amateur broadcaster; WW2; bank clerk 1931; Civil Engineer 1950s - Electoral Rolls: assistant engineer (State Savings Bank, Auburn, 1927); engineer (Glenhuntley, 1931-1934); civil engineer (Shepparton, 1936) ===''MILLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dunlop Millen|Millen, John Dunlop]] [https://www.familysearch.org/tree/person/details/GC9X-S4W] - 1877(Irl)-1941(Tas) - Licences: Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver; senator - Electoral Rolls: mining engineer (Waratah, 1914-1919; Newstead, 1922-1937) ===''MILLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alexander Miller|Miller, Charles Alexander "Charlie"]] [https://www.familysearch.org/tree/person/details/G8NV-YRR] - 1915(NSW)-1999(Qld) - Licences: 4US Brisbane (New Farm, 1933-1936); 2ADE Casino (1935-1939, 1946-1961); 4QM Caloundra (1969-1980+) - Qualifications: AOCP 1208, 1933, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); part of the "U" gang, military (WW2, RAAF) - Electoral Rolls: radio mechanic (Casino, 1943-1963); army officer (Ipswich, 1963); retired (Shelley Beach, 1968-1972; Caloundra, 1977-1980) * [[/Charles Harcourt Miller|Miller, Charles Harcourt]] [https://www.familysearch.org/tree/person/details/G6MC-9QY] - 1921(Tas)-2001(Tas) - Licences: 7CM Hobart (Bellerive, 1936-1939; Taroona, 1969-1980+) - Qualifications: cc; AOCP 1799, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Bellerive, 1943) * [[/Francis George Miller|Miller, Francis George "Frank"]] [https://www.familysearch.org/tree/person/details/LYD2-LHT] - 1895(SA)-1954(SA) - Licences: 5BF Mt Gambier (1923-1939, 1946-1954) - Qualifications: cc; AOCP 185, 1925, No. ?? in SA; BOCP 58, 1936 - amateur operator; amateur broadcaster; broadcast engineer; founder of commercial station 5MU Murray Bridge; WW1 - Electoral Rolls: fitter (Murray Bridge, 1939-1943) [https://www.qsl.net/vk5br/FrankMiller.pdf Biography] * [[/Frank Colin Miller|Miller, Frank Colin]] [https://www.familysearch.org/tree/person/details/GX9C-86L] - 1884(Eng)-1953(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 126, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: engine operator (Radio Station, Roebourne, 1916-1917); station hand (Marron Station, 1918; Carnarvon, 1921; Mallina, 1922-1925); contractor (Roebourne, 1930-1936; Karratha Station, 1937); labourer (Roebourne, 1943); cook (Wittenoom Gorge, 1949) * [[/H. Miller|Miller, H.]] - 19??-19?? - 4EH Brisbane (Ascot, 1923-1924); 2EH Sydney (Dulwich Hill, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert Edward Miller|Miller, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GD2Q-XMX] - 1899(NSW)-19??(???) - Licences: 2HE Sydney (Belmore, 1931-1939) - Qualifications: cc; CPRT 932, 1926; 2COCP 329, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Campsie, 1930; Belmore, 1932-1943); miner (Glen Davis, 1943) * [[/Herbert Leslie Miller|Miller, Herbert Leslie]] [https://www.familysearch.org/tree/person/details/GD2Q-7LH] - 1897(Qld)-1966(Qld) - Licences: 4CA Receive Brisbane (West End, 1922); 4HL Brisbane (Hill End, 1927) - Qualifications: CPRT 330, 1917; 2COCP 329, 1940; 1COCP 483, 1940s; BOCP 370, 1941 - ship wireless officer (RMS Bingera, 1920); amateur operator; amateur broadcaster; sales (J. B. Chandler, 1924; Overells, 1925) - Electoral Rolls: wireless officer (West End, 1921); salesman (West End, 1925); manager (Coorparoo, 1928); salesman (Coorparoo, 1937-1954); clerk (Camp Hill, 1958-1963) ===''MILLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hugh Milligan|Milligan, Stanley Hugh]] [https://www.familysearch.org/tree/person/details/2CB1-L7Y] - 1901(Vic)-1976(Vic) - Licences: 3AU Receive Geelong (1922-1923); 3AU Geelong (1924); 3AU Eaglehawk (1924-1926); 3AU Chilwell (1927-1931); 3AU Geelong (1937-1939); 3AU Melbourne (Surrey Hills, 1947; Auburn, 1948) - Qualifications: cc; AOCP 125, 1925, No. ?? in Vic; AOLCP 164, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Eaglehawk, 1924-1926; Geelong West, 1924); radio mechanic (Chilwell, 1927-1931); watchman (Geelong West, 1934-1937); storekeeper (Hawthorn, 1949); engineer (Canterbury, 1954-1968); nil (Doncaster, 1972) ===''MILLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Griffiths John Mills|Mills, Griffiths John]] - 19??(???)-19??(???) - Licences: 6CK Receive Perth (Subiaco, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Subiaco, 1929-1931) * [[/Norman Gibson Mills|Mills, Norman Gibson]] [https://www.familysearch.org/tree/person/details/9415-SSS] - 1890(Vic)-1959(Qld) - Licences: 4NM Brisbane (Moorooka, 1938-1939, 1947-1956; Margate, 1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Toowong, Qld, 1919); contractor (Moorooka, Qld, 1921-1954); retired (Margate, Qld, 1958) * [[/Ralph Mervyn Mills|Mills, Ralph Mervyn]] [https://www.familysearch.org/tree/person/details/G8JD-GST] - 1909(NSW)-1989(NSW) - Licences: 2MM Sydney (Balmain, 1930-1934; Canterbury, 1935-1936) - Qualifications: AOCP 660, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Balmain, 1931-1937); engineer (Pymble, 1949-1977; West Pymble, 1980) ===''MILNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Brough Milne|Milne, Andrew Brough]] [https://www.familysearch.org/tree/person/details/9KXN-QZV] - 1890(South Africa)-1979(Qld) - Licences: 4BM Dealer Mackay (1926-1927) - Qualifications: 3COCP 3492, 1961 - dealer licence - Electoral Rolls: motor mechanic (Mackay, 1915-1943); mechanical engineer (North Mackay, 1949-1977) * [[/John Collicott Milne|Milne, John Collicott]] [https://www.familysearch.org/tree/person/details/MP34-518] - 1903(Tas)-1990(Tas) - Licences: 7AG Gretna (1923-1939, 1946-1980+) - Qualifications: cc; AOCP 604, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Gretna, 1928-1980) ===''MILNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Frederick Milner|Milner, George Frederick]] [https://www.familysearch.org/tree/person/details/GF7W-W4D] - 1908(WA)-1992(WA) - Licences: 6GF Perth (Mt Lawley, 1931-1933) - Qualifications: cc; AOCP 788, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1931; North Beach, WA, 1936-1937); RAAF (Nedlands, WA, 1943-1980) * [[/James Milner|Milner, James]] [https://www.familysearch.org/tree/person/details/GZXH-1DM] - 1901(Eng)-1947(Qld) - Licences: 4AK Brisbane (Kelvin Grove, 1923-1927; Ashgrove, 1931-1936); 4AU Brisbane (1937-1939) - Qualifications: cc; AOCP 93, 1925, No. 11 in Qld - amateur operator; amateur broadcaster (prominent from Valley Theatre) - Withdrawal: 4AK amateur callsign withdrawn by the PMGD for allocation to the new 4AK Oakey commercial service - Electoral Rolls: fitter (Kelvin Grove, 1925-1926); electrical fitter (Ashgrove, 1928-1943) ===''MINCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur W. Minchin|Minchin, Arthur W.]] - 19??-19?? - 4AM Rockhampton - amateur operator (AOCP ???, 19??, No. ?? in Qld), amateur broadcaster, broadcast engineer (4RO Cmcl), wireless retail business proprietor - seems in error, see William Allan Minchin * [[/William Allan Minchin|Minchin, William Allan]] [https://www.familysearch.org/tree/person/details/LV7Q-86C] - 1893(Vic)-1976(NSW) - Licences: 4AM Rockhampton (1938-1939) - Qualifications: cc; CPRT 220, 1916; 2COCP 365, 1931; 1COCP 244, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: wireless engineer operator (Wyndham, 1917); farmer (Toodyay, 1925); radio engineer (Rockhampton, 1936-1943; Lismore, 1949-1954; Hunters Hill, 1958-1968); engineer (Hunters Hill, 1972) ===''MINEHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Minehan|Minehan, W. A.]] - 19??(???)-19??(???) - Licences: 4AM Rockhampton (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MINGAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Francis Mingay|Mingay, Oswald Francis "Ossie"]] [https://www.familysearch.org/tree/person/details/K45G-NZG] - 1895(NSW)-1973(NSW) - Licences: 2XX Sydney (Turramurra, 1923-1926; Sydney, 1931-1933) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast engineer; journalist; publisher; WW1; WW2 - Electoral Rolls: engineer (Collaroy, 1930); managing editor (Pymble, 1930-1932); radio engineer (Lindfield, 1933-1934); publisher (Lindfield, 1937-1963; St Ives, 1963-1968) - Comment: licensed operator of 2WV Burgin Electric Co. (1923) [https://adb.anu.edu.au/biography/mingay-oswald-francis-ossie-11135 ADB]; [https://www.qsl.net/vk2dym/radio/Mingay.htm MacKinnon] ===''MITCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Theodore Mitchell|Mitchell, Alexander Theodore]] [https://www.familysearch.org/tree/person/details/GXNY-CC2] - 1872(???)-1966(Qld) - Licences: Receive Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer (Red Hill, Qld, 1921; Torwood, Qld, 1922); electrical engineer (Toowoomba, Qld, 1925; Wilston, Qld, 1928-1929; Sandgate, Qld, 1936-1963) * [[/Harold Benson Mitchell|Mitchell, Harold Benson]] [https://www.familysearch.org/tree/person/details/LDVS-QN7] - 1901(Vic)-1962(Vic) - Licences: 3CZ Receive Melbourne (Elwood, 1922-1923); 3CZ Melbourne (Elwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Elwood, 1924-1927); manager (Caulfield, 1937); manufacturer (Caulfield, 1942); manager (Caulfield, 1949); merchant (St Kilda, 1949); manager (St Kilda, 1954) * Mitchell, Hector Ernest Henderson "Ernest" - see Michell, Hector Ernest Henderson "Ernest" (frequent misspelling) * [[/Stanley John Mitchell|Mitchell, Stanley John]] [https://www.familysearch.org/tree/person/details/LDVS-Q83] - 1887(Vic)-1974(Monaco) - Licences: 3SJ Melbourne (Brighton, 1924-1927) - Qualifications: cc; AOCP 53, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Toorak, 1912-1916; Brighton, 1919-1928); investor (Brighton, 1936-1937) financier (Vaucluse, NSW, 1943) ===''MOFFATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert David Gray Moffatt|Moffatt or Moffat or Gray, Robert David Gray "Bob"]] [https://www.familysearch.org/tree/person/details/GX8V-PM3] - 1911(Qld)-1983(Qld) - Licences: 4RD Mackay (1935-1939); 4RD Gracemere (1947-1948); 4RD Mackay (1954-1980+) - Qualifications: cc; AOCP 1549, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Herberton, Qld, 1936; Mackay, Qld, 1937); mechanic in broadcasting (Gracemere, Qld, 1949); technician (Mackay, Qld, 1954-1980) ===''MONEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Dudley Money|Money, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/G3JD-M9H] - 1907(Vic)-1986(Vic) - 3MY Melbourne (Canterbury, 1925-1939; Upwey, 1946-1948; Cheltenham, 1954-1969; East Bentleigh, 1975-1980+), amateur operator (AOCP 205, 1925, No. ?? in Vic), amateur broadcaster, draughtsman (Camberwell, 1931-1934), engineer (Upwey, 1942-1949; Moorabbin, 1954-1967; East Bentleigh, 1972-1980) ===''MONKHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Isaac Monkhouse|Monkhouse, Walter Isaac]] [https://www.familysearch.org/tree/person/details/K8ZT-YPN] - 1887(NZL)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio clubs (QWI & WIA Qld, president & lecturer); senior state public servant (Qld Public Works Dept, State Electrical Engineer); witness to Royal Commission 1927 (as president WIA Qld) - Electoral Rolls: telephone instructor (South Brisbane, 1919); engineer (Teneriffe, 1925; New Farm, 1928; Taringa, 1936-1954); electrical engineer (Bardon, 1958-1963) ===''MONKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Brendan Monks|Monks, Alfred Brendan]] [https://www.familysearch.org/tree/person/details/GDR2-444] - 1894(Tas)-1973(Vic) - Licences: 3AAB Melbourne (Diamond Creek, 1948; Northcote, 1954-1960; Preston, 1965-1969) - Qualifications: cc; CPRT 571, 1920; 2COCP 272, 1930; 1COCP 282, 1932 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1915) - Relationships: twin brother of 7BR Cyril Wilson Monks - Electoral Rolls: Western Electric engineer (East Sydney, 1930); licensee Railway Commercial Hotel (Albury, 1931-1932); radio telegraphist (Centennial Park, 1943); radio officer (Reservoir, Vic, 1963; Preston, 1967-1972) * [[/Cyril Wilson Monks|Monks, Cyril Wilson]] [https://www.familysearch.org/tree/person/details/GDR2-96N] - 1894(Tas)-1976(Vic) - Licences: 7BR Receive Hobart (Battery Point, 1923); Receive Hobart (Battery Point, 1923-1924) - Qualifications: cc; 1COCP 225, 1931 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1919); WW2 - Relationships: twin brother of 3AAB Alfred Brendan Monks - Electoral Rolls: federal civil servant (Battery Point, 1928); public servant (Bellerive, 1936-1937); radio inspector (Scarborough, WA, 1943; Nedlands, 1949); retired (Frankston, 1972) ===''MONTEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Monteath|Monteath, Frederick]] - 1895(Vic)-1943(NSW) - Licences: 3VM Receive Melbourne (Elsternwick, 1923-1924); 3KP Melbourne (Elsternwick, 1930-1933) - Qualifications: AOCP 694, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: photographer (Prahran, 1919; Elsternwick, 1921); mercer (Elsternwick, 1924-1931); photographer (Glenmore, NSW, 1934-1935; Ashfield, 1937); storekeeper (Rockdale, 1943) ===''MOODY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Percy Moody|Moody, Francis Percy]] [https://www.familysearch.org/tree/person/details/L1D9-KLG] - 1903(Qld)-19??(???) - Licences: 4FM Cairns (1932-1969) - Qualifications: cc; AOCP 967, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Rockhampton North, 1925-1926); accountant (Cairns, 1926-1949); radio dealer (Cairns, 1954-1980) ===''MOORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Moore|Moore, Albert Ernest "Ernie"]] [https://www.familysearch.org/tree/person/details/KW6D-TMT] - 1916(Qld)-1982(Qld) - Licences: 4?? Brisbane - Qualifications: cc; NAOCP Q728, 1980, No. ?? in Qld - amateur operator; prominent MW and SW broadcast DXer; clubs (All-Wave All-World DX Club, Shortwave League of Western Australia, Australian Radio DX Club, New Zealand Radio DX League, Southern Cross DX Club, DX Australia) - QSLs: portion (200+) of later QSL collection survives (ARDXC/NFSA) * [[/Eric John Theodore Moore|Moore, Eric John Theodore]] [https://www.familysearch.org/tree/person/details/GD91-7LN] - 1894(NSW)-1940(NSW) - Licences: XEM Sydney (Petersham, 1913-1914); Receive (Crystal) Sydney (Neutral Bay, 1923); 2EM Sydney (Neutral Bay, 1924-1928) - Qualifications: cc; CPRT 161, 1915; 2COCP 237, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Awards: UK merchant seaman medal - Electoral Rolls: engineer (Bronte, 1934-1937) * [[/Francis Leonard Moore|Moore, Francis Leonard "Frank"]] - 19??(???)-1924(NSW) - 2?? Sydney, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, employment (Archibald John Shaw, Maritime Wireless Co, United Distributors) - Comment: electrocuted while conducting wireless experiments * [[/Louis James Murphy Moore|Moore, Louis James Murphy "Leo"]] [https://www.familysearch.org/tree/person/details/L45W-GS4] - 1888(Vic)-1968(Vic) - Licences: 3LO Receive Seymour (1923); 3LO Seymour (1924-1925); 3MS Seymour (1924-1927) - Qualifications: cc; CPRT 85, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918); amateur operator; amateur broadcaster - Electoral Rolls: telegraph operator (Clifton Hill, 1909); telegraphist (Collingwood, 1912-1914); wireless operator (Collingwood, 1917-1919); telegraphist (Elsternwick, 1922); clerk (Seymour, 1924-1931; Bentleigh, 1936-1949); guesthouse proprietor (Healesville, 1954); clerk (Oakleigh, 1963-1968) - Withdrawal: Likely 3LO callsign withdrawn for allocation to 3LO Melbourne Class A ===''MOORHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Martin Moorhouse|Moorhouse or Moorehouse, Herbert Martin]] [https://www.familysearch.org/tree/person/details/KJPG-1HL] - 1899(Tas)-1990(WA) - Licences: 7HM Hobart (North Hobart, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Hobart South, 1922); carpenter (New Town, 1928); carrier (Hobart North, 1936); motordriver (Queensborough, 1949) ===''MORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Donald Moran|Moran, Cyril Donald]] - 19??-19?? - broadcast technician at 4QG under Qld Government, state public servant (4QG) ===''MORGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Mowbray Morgan|Morgan, Donald Mowbray]] [https://www.familysearch.org/tree/person/details/GDP7-218] - 1907(NSW)-1988(Tas) - Licences: T749 Receive Glebe (1922); Receive Glebe (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Huonville, 1928-1972) * [[/Ivor Morgan|Morgan, Ivor]] [https://www.familysearch.org/tree/person/details/LRSY-S8G] - 1909(Vic)-1977(Vic) - Licences: 3DH Melbourne (East Malvern, 1930-1933; Shepparton, 1937; East Malvern 1938-1939; Hawthorn, 1946-1975) - Qualifications: cc; AOCP 605, 1930, No. ?? in Vic; BOCP 20, 1936; TVOCP, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1931-1934); engineer (Brighton, 1936); broadcast engineer (3SR Shepparton, 1937); technician (Hawthorn, 1943-1977) - Relationships: Father of 3ZFM V. I. Morgan * [[/Reginald George Morgan|Morgan, Reginald George]] [https://www.familysearch.org/tree/person/details/LRFR-D7H] - 1914(Eng)-1993(NSW) - Licences: 6RM Perth (City, 1931); 2AJS Sydney (Randwick, 1938-1939); 2ABM Sydney (Coogee, 1946-1950; Bankstown, 1954-1958; Greenacre, 1960-1980+) - Qualifications: cc; AOCP 755, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Coogee, NSW, 1936-1937); no occupation (Coogee, NSW, 1949); electrical mechanic (Bankstown East, NSW, 1954); mechanic (Greenacre, NSW, 1963-1980) * [[/William Albert Morgan|Morgan, William Albert]] [https://www.familysearch.org/tree/person/details/9HVG-8PW] - 1899(Tas)-1965(Tas) - Licences: 7AI Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart West, 1922); electrical fitter (New Town, 1928-1937); fitter (New Town, 1943-1954); manager (Montrose, 1963) ===''MORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. H. Morley|Morley, W. H.]] - 19??(???)-19??(???) - Licences: 2WU Sydney (Watersleigh, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''MORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John William Morris|Morris, Albert John William]] [https://www.familysearch.org/tree/person/details/9V2B-Y2J] - 1873(Tas)-1940(Tas) - Licences: 7BS Receive Hobart (West Hobart, 1923); Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Hobart North, 1914-1943) * [[/Cecil Ralph Newman Morris|Morris, Cecil Ralph Newman]] [https://www.familysearch.org/tree/person/details/G3MW-YGT] - 1906(Qld)-1971(Qld) - Licences: Receive Brisbane (Rosalie, 1923); 4CN Brisbane (Rosalie, 1928); 4LW Brisbane (Rosalie, 1929-1933; Ashgrove, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 398, 1928, No. 45 in Qld - amateur operator; amateur broadcaster; technician (PMGD); WW2 - Electoral Rolls: mechanic (Rosalie, 1928); postal mechanic (Ashgrove, 1936-1954); supervising technician (Rosalie, 1958-1968) * [[/Glynn Ian Elliott Morris|Morris, Glynn Ian Elliott]] [https://www.familysearch.org/tree/person/details/G8XG-9TS] - 1908(???)-19??(???) - Licences: 3BZ Melbourne (Mordialloc, 1930-1939; Parkdale, 1946-1980+) - Qualifications: AOCP 621, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Mordialloc, 1931-1937); mechanic (Mentone, 1943); official (Mentone, 1949-1968); secretary (Mentone, 1972-1980) * [[/Jack Dudley Morris|Morris, Jack Dudley]] [https://www.familysearch.org/tree/person/details/GZ2R-NMZ] - 1914(Vic)-1944(At Sea) - Licences: 3LX Melbourne (Oakleigh, 1933, pirate); 3DQ Melbourne (Oakleigh, 1934-1937) - qualifications: AOCP 1244, 1934, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (mention in despatches) - electoral rolls: operator (Oakleigh, 1936-1942) - Sacrifice: "Greater love hath no man than this" * [[/Richard Charles William Morris|Morris, Richard Charles William (BDM) or Charles Richard William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXW7-56S] - 1922(Qld)-1984(Qld) - Licences: 4MT Rockhampton (1954-1980) - Qualifications: cc; AOCP 3210, 1951, Qld; BOCP 1460, 1956 - amateur operator; WW2 - Electoral Rolls: electrician (Rockhampton, 1949); electrical fitter (Rockhampton, 1954-1963); radio technician/electrician (Rockhampton, 1968-1972); radio technician (Rockhampton, 1977-1980) * [[/Ronald David Morris|Morris, Ronald David]] [https://www.familysearch.org/tree/person/details/LX5W-S7Z] - 1904(Vic)-1997(Vic) - Licences: 3AP Receive Melbourne (Caulfield, 1922); 3AP Melbourne (Caulfield, 1922-1927); 3APM Melbourne (East Brighton, 1947-1980+) - Qualifications: cc; AOCP 151, 1925, No. ?? in Vic; CPRT 919, 1926; BOCP 600, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Caulfield, 1925-1931); radio (Brighton, 1936-1937); mechanic (Brighton, 1943; Elsternwick, 1949-1967; Brighton East, 1972-1977) * [[/Sydney Paul Francis Morris|Morris, Sydney Paul Francis "Syd"]] [https://www.familysearch.org/tree/person/details/GX95-MRP] - 1888(Vic)-1960(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: clerk (Prahran, Vic, 1909; Dandenong, 1912-1913); clerk & telegraphist (Eltham, Vic, 1924); manager (East Bairnsdale, Vic, 1925-1928); clerk (Sandringham, Vic, 1931); inspector (Caulfield, Vic, 1942-1949) * [[/William Belfort Morris|Morris, William Belfort]] [https://www.familysearch.org/tree/person/details/G8X1-VYQ] - 1910(WA)-1991(WA) - Licences: 6WM Perth (Hollywood, 1930-1937; Mt Lawley, 1938-1939); 6WM Kalgoorlie (1946-1954); 6WM Perth (Applecross, 1955-1975) - Qualifications: cc; AOCP 625, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Hollywood, 1931-1937); newsagent (Kalgoorlie, 1949-1954); representative (Applecross, 1958-1980) ===''MORRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Cyril Tucker Morrison|Morrison, Gordon Cyril Tucker]] [https://www.familysearch.org/tree/person/details/GFMN-J6Z] - 1916(WA)-1993(NSW) - Licences: 6KN Geraldton (1935-1937); 6KN Perth (City, 1938-1939); 2AKN Sydney (Hernes Bay, 1947; Parramatta, 1948-1950; Balgowlah, 1954-1958) - Qualifications: cc; AOCP 1485, 1935, WA; BOCP 89, 1937; 3COCP 1536, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Geraldton, WA, 1937); radio employee (North Perth, WA, 1943); aircraft surveyor (Parramatta North, NSW, 1949; Balgowlah, NSW, 1954-1963); surveyor (Wahroonga, NSW, 1968-1980) * [[/Lionel Morrison|Morrison, Lionel]] [https://www.familysearch.org/tree/person/details/KDMZ-K6G] - 1906(WA)-1996(WA) - Licences: 6LM Perth (Bayswater, 1939, 1947-1980) - Qualifications: cc; AOCP 1485, 1939, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Sandstone, WA, 1931); pipefitter (Wiluna, WA, 1936-1937); fitter (Wiluna, WA, 1943; Bayswater, WA, 1949-1980) ===''MORRISSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Joseph Martindale Morrissey|Morrissey, Brian Joseph Martindale]] - 19??(???)-19??(???) - Licences: 5AP Adelaide (Prospect, 1935-1937) - Qualifications: cc; AOCP 1544, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''MORROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Caldwell Morrow|Morrow, Arthur Caldwell]] [https://www.familysearch.org/tree/person/details/GHQF-T2F] - 1912(Qld)-1967(Qld) - Licences: 4BM Brisbane (Paddington, 1937-1939) - Qualifications: cc; 2COCP 335, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Red Hill, Qld, 1934-1937); wireless operator (Paddington, Qld, 1943); farmer (Paddington, Qld, 1949-1963) ===''MORSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel Percy Morse|Morse, Noel Percy "Bill"]] [https://www.familysearch.org/tree/person/details/GWRN-3QR] - 1914(Qld)-1942(At Sea) - Licences: 2JE Sydney (Cremorne, 1934-1935); 4LI Brisbane (Clayfield, 1937); 2AHS Sydney (Mosman, 1938-1939) - Qualifications: cc; AOCP 1402, 1934, Qld - amateur operator; amateur broadcaster; WW2 (RNZAF, Pilot Officer) - Electoral Rolls: radio engineer (Buranda, Qld, 1937; Clayfield, Qld, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.rafcommands.com/database/wardead/details.php?qnum=95585 RAF Commands]; [https://www.aucklandmuseum.com/war-memorial/online-cenotaph/record/C29996 Auckland Museum]; [http://aircrewremembered.com/morse-noel.html AirCrewRemembered] ===''MORTIMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mark Mortimer|Mortimer, Mark]] [https://www.familysearch.org/tree/person/details/GS7M-ZZ4] - 1887(Irl)-19??(???) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 107, 1915; 2COCP 48, 1929; 1COCP 89, 1930; BOCP 48, 1934? - RANRS (Warrant Telegraphist, 1917) - Comment: numerous contemporaneous MMs - Electoral Rolls: Nil yet identified ===''MORTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Evors Morton|Morton, Charles Evors]] [https://www.familysearch.org/tree/person/details/GZJ5-F3R] - 1888(Qld)-1963(NSW) - 2MH Sydney (Homebush, 1925-1934), amateur operator (AOCP 170, 1925, No. ?? in NSW), amateur broadcaster, public servant (Rockhampton, 1912), WW1 ===''MOSES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Joseph Moses|Moses, Charles Alfred Joseph]] - 1900(Eng)-1988(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - ABC (general manager) - Electoral Rolls: - Links: [[w:Charles Moses|Wikipedia]]; [https://adb.anu.edu.au/biography/moses-sir-charles-joseph-15044 ADB] ===''MOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Moss|Moss, George Arthur]] [https://www.familysearch.org/tree/person/details/GZG7-86Y] - 1903(WA)-2000(WA) - Licences: 6GM Perth (Cottesloe Beach, 1926-1931; Mt Lawley, 1933-1939, 1946-1956; Mt Pleasant, 1960-1965; Boya, 1969-1995+) - Qualifications: cc; AOCP 233, 1926, No. ?? in WA; AOLCP 177, 1934; 1COCP 574, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: piano mechanic (Cottesloe Beach, 1925); wireless mechanic (North Perth, 1931-1958); lecturer (Mt Pleasant, 1963; Boya, 1968-1980) - [https://qsl.net/vk6zse/historic/p-vk6gm.html QSL.net] ===''MOULE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Ernest Moule|Moule, Clifford Ernest "Cliff"]] [https://www.familysearch.org/tree/person/details/G8XQ-DFH] - 1912(SA)-1998(SA) - Licences: 5CX Adelaide (Parkside, 1930-1939; Plympton, 1946-1948; McLaren Vale, 1954; Lower Mitcham, 1955-1956; Westbourne Park, 1960-1980+) - Qualifications: cc; AOCP 611, 1930, No. ?? in SA; BOCP 1462, 1956 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Clarence Gardens, 1939-1941; Glandore West, 1943) ===''MOWLEM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Mowlem|Mowlem, Leonard]] [https://www.familysearch.org/tree/person/details/GX9F-DHH] - 1878(???)-1950(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: naval employee (Toorak, 1919); radio telegraphist (Thursday Island, 1921); telegraphist (Toorak, 1925); engineer (Toorak, 1928); wireless (Malvern, 1931-1949) ===''MOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Murray Moyle|Moyle, John Murray "Johnny"]] - 1908(Vic)-1960(ACT) - 2JU Sydney, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly, 1932+; Radio TV & Hobbies, 1939-), education (Scotch College, 1923-1926), military (WW2, RAAF 1941-, Squadron Leader), broadcast (3DB, 1920s) (callsign 2JU previously Ross Amos Hull) - Links: [http://messui.polygonal-moogle.com/valves/NW198909.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198910.pdf EA2] ===''MUIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sibbald Allison Muir|Muir, John Sibbald Allison]] [https://www.familysearch.org/tree/person/details/LRB3-1J6] - 1904(SA)-1996(Vic) - 3QW Receive Melbourne (Brighton, 1923); 3QW Melbourne (Brighton, 1923-1926) - Qualifications: cc; AOCP 91, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; likely operator of 3NS dealer licence for Norris & Skelly, Elizabeth St, Melbourne 1924 - Electoral Rolls: dealer (Brighton, 1925-1927); radio dealer (Malvern, 1928); wireless (Brighton, 1931); engineer (Brighton, 1935; Ringwood, 1936-1954); nil (Somers, 1963; Langwarrin, 1968-1977; Garfield, 1980) * [[/Robert White Muir|Muir, Robert White]] [https://www.familysearch.org/tree/person/details/K644-M2J] - 1904(WA)-1966(WA) - Licences: 6RW Wagin (1933-1939); 6RW Perth (Subiaco, 1947-1965) - Qualifications: cc; AOCP 1184, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (Albany, WA, 1925-1926); jeweller & radio dealer (Wagin, WA, 1931); jeweller (Wagin, WA, 1936-1943); watchmaker (Subiaco, WA, 1949-1963) ===''MULLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Fred Mullett|Mullett, Leslie Fred]] [https://www.familysearch.org/tree/person/details/GXRX-BQD] - 1903(SA)-1980(SA) - Licences: 5ZQ Adelaide (Highgate, 1932-1933) - Qualifications: cc; AOCP 1065, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Highgate, SA, 1939-1941); engineer (Barton, ACT, 1949) ===''MULLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Mulligan|Mulligan, Frederick Charles]] [https://www.familysearch.org/tree/person/details/L2QS-X7W] - 1886(NZ)-1982(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 135, 1915; 2COCP 211, 1930; 1COCP 329, 1933 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: engineer operator (Clayfield, 1914-1917); wireless operator (Emita, Flinders Island, 1919-1928); OIC Radio Station (Darwin, 1934); radiologist (Ascot, 1936); OIC radio (Townsville, Qld, 1943); retired (Warrimoo, NSW, 1954-1958; Umina, NSW, 1958) ===''MUNRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Bruce Willson Munro|Munro, Bruce Willson]] [https://www.familysearch.org/tree/person/details/G7GX-CDJ] - 1908(Qld)-1994(Qld) - Licences: 4AL Brisbane (Hawthorne, 1927-1931; Bulimba, 1933-1939) - Qualifications: cc; AOCP 339, 1927, No. 35 in Qld; 2COCP 68, 1936 - amateur operator; amateur broadcaster; aeronautical experimenter; pilot; Qld Aero Club (Brisbane, honorary flying instructor, 1930s); Dept Civil Aviation (Brisbane, Assistant Plan Printer, 1956-1968) - Electoral Rolls: commercial pilot (Moorooka, 1943); flight checking officer (Townsville, 1943); pilot (West End, 1949-1963); commonwealth public servant (Wynnum, 1968-1972); retired (Wynnum, 1977-1980) ===''MURDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilmot Henry Murden|Murden, Wilmot Henry]] [https://www.familysearch.org/tree/person/details/G691-7WC] - 1915(Vic)-19??(???) - Licences: 7TY Launceston (1934-1937); 3TY Melbourne (West Preston, 1938-1939; Thornbury, 1947); 3TY Rapanyup (1948); 3TY Sale (1954-1955); 3TY Swan Hill (1956-1960) - Qualifications: cc; AOCP 1243, 1934, No. ?? in Tas; BOCP 1176, 1950; 1COCP 1610, 1951 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Sale, 1954); radio engineer (3SH, Sale, 1963) ===''MURDOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Fraser Murdoch|Murdoch, James Fraser "Fraser"]] - 19??(???)-19??(???) - 4FQ Toowoomba (1946-1948), amateur operator (AOCP 2383, 1939, No. ?? in Qld), amateur broadcaster, employment (Empire Theater under Cliff Gold 4CG) ===''MURPHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold James Murphy|Murphy, Harold James]] [https://www.familysearch.org/tree/person/details/LD6Q-ZGP] - 1899(NSW)-1958(Qld) - Licences: 4HM Ilfracombe (1935-1937); 4HM Pomona (1938-1939); 4HM Brisbane (Wooloowin, 1947-1956) - Qualifications: cc; AOCP 1532, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: telegraphist (Auchenflower, Qld, 1925; Milton, Qld, 1928); postal official (Stanthorpe, Qld, 1930); postmaster (Ilfracombe, Qld, 1936-1937); insurance agent (Wooloowin, Qld, 1943); postal official (Wooloowin, Qld, 1949); public servant (Stafford, Qld, 1958) ===''MURRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Alexander Murray|Murray, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/G89D-SZ7] - 1908(???)-1985(NSW) - Licences: 2FM Sydney (Rose Bay, 1927; Mosman, 1928-1935; Cremorne, 1936-1939; Mosman, 1946-1947; Lindfield, 1948-1949; Carramar, 1950-1975); 2FM Blayney (1980+) - Qualifications: AOCP 336, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Mosman, 1930); engineer (Mosman, 1933); fitter (Mosman, 1934); draftsman (Mosman, 1935); engineer (Neutral Bay, 1943); draftsman (Mosman, 1949); draughtsman (Carramar, 1958-1977); retired (Blayney, 1980) * [[/John William Murray|Murray, John William]] [https://www.familysearch.org/tree/person/details/G879-32L] - 1905(Vic)-1997(Vic) - Licences: 3JY Melbourne (Elsternwick, 1928-1930; Fitzroy, 1931-1939); 3AJY Melbourne (Kew, 1960-1980+) - Qualifications: AOCP 396, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Elsternwick, 1928); projectionist (St Kilda, 1934; Melbourne East, 1936); technician (St Kilda West, 1943-1949); projectionist (Kew, 1954-1980) - several contemporaneous John William Murray's in Melbourne, identification not certain * [[/Kynaston Noel Lathrop Murray|Murray, Kynaston Noel Lathrop]] - 1838(Eng)-1916(Tas) - clubs and societies (Telegraph Electrical Society Vic, member, 1880s; Vic Posts & Telegraphs, 1860s-1870s; Vic Railways Dept, 1880s-1890s) * [[/Malcolm Imlay Murray|Murray, Malcolm Imlay]] [https://www.familysearch.org/tree/person/details/G8VW-684] - 1908(WA)-1980(WA) - Licences: 6MY Perth (City, 1930; South Perth, 1933-1939; Floreat Park, 1946-1980+) - Qualifications: cc; AOCP 677, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (East Perth, 1931); radiotrician (South Perth, 1936; Floreat Park, 1943-1980) ===''MUSGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Mandeville D'Oyly Musgrove|Musgrave, Mandeville D'Oyly]] - 19??-19?? - broadcast station proprietor (6ML & others) ===''MUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus Keith Mutton|Mutton, Angus Keith]] [https://www.familysearch.org/tree/person/details/GD5F-BQM] - 1910(SA)-1991(SA) - Licences: 5ZY Adelaide (Toorak Gardens, 1933; Tusmore, 1937-1938) - Qualifications: cc; AOCP 1089, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Tusmore Gardens, SA, 1939-1943) * [[/Arthur Henry Mutton|Mutton, Arthur Henry]] [https://www.familysearch.org/tree/person/details/KC1Y-PP5] - 1908(NSW)-1986(NSW) - Licences: 2QT Receive Sydney (Stanmore, 1923-1925); 2QT Sydney (Stanmore, 1926-1939) - Qualifications: AOCP 237, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Annandale, 1930-1937); communication engineer (Maroubra, 1943-1968); public servant (Bayview, 1972-1980) =='''N'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''NAIRN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Linley Beeton Nairn|Nairn, Arthur Linley Beeton]] [https://www.familysearch.org/tree/person/details/L58V-M8X] - 1895(SA)-1978(NZ) - Licences: 2BI Receive Sydney (Mosman, 1922-1923) - Qualifications: CPRTelephony 373, 1918 - amateur receiver - Electoral Rolls: company manager (Hamilton, NZ, 1938); director (Days Bay, Wellington, NZ, 1946-1954) ===''NANCARROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Stanley Nancarrow|Nancarrow, Ralph Stanley]] [https://www.familysearch.org/tree/person/details/GST3-XQ3] - 1904(SA)-1991(SA) - Licences: 5PK Georgetown (1930-1933); 2PY Sydney (Mosman, 1935; Randwick, 1936-1939); 2ACN Sydney (Lane Cove, 1954-1961; North Ryde, 1965-1975) - Qualifications: cc; AOCP 719, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Randwick, NSW, 1936-1937); electrical fitter (Lane Cove, NSW, 1943-1963); fitter (North Ryde, NSW, 1972-1980) ===''NANGLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Nangle|Nangle, James]] [https://www.familysearch.org/tree/person/details/GD3V-F31] - 1869(NSW)-1941(NSW) - Licences: 2MU Receive Sydney (Marrickville, 1922); 2MU Sydney (Marrickville, 1923-1927; Observatory, 1928-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; 1920s Superintendent Technical Education NSW; hon. Government Astronomer NSW; Sydney University (Senate); Royal Society of NSW (president); Fellow Royal Astronomical Society; Fellow Federal Institute of Architects; author (astronomy, architecture) - Electoral Rolls: architect (Petersham, 1903); Government Astronomer (Observatory, 1930-1937) - Links: [https://adb.anu.edu.au/biography/nangle-james-7722 ADB] ===''NASH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Charles Nash|Nash, William Robert Charles]] [https://www.familysearch.org/tree/person/details/GDWX-LWF] - 1918(NSW)-2007(NSW) - Licences: 2WW Sydney (Crows Nest, 1934-1937); 4WN Cairns (1938-1939) - Qualifications: cc; AOCP 1329, 1934, Qld; 1COCP 138, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: company manager (Castlecrag, NSW, 1963-1980) ===''NEALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Drayton Neale|Neale, Eric Drayton Snr]] [https://www.familysearch.org/tree/person/details/G88H-NWT] - 1907(Qld)-1968(Qld) - Licences: 4EN Longreach (1934-1939); 4EN Brisbane (Wooloowin, 1946-1960) - Qualifications: cc; AOCP 1298, 1934, Qld - amateur operator, amateur broadcaster, federal public servant (PMGD, telegraphist), radio club (WIAQ, QSL officer) - Relationships: father of 4?? Eric Drayton Neale Jnr - Electoral Rolls: telegraphist (Wooloowin, 1928; Longreach, 1936; Grange, 1937; Wooloowin, 1943-1963) ===''NEAVERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Laurence Neaverson|Neaverson, Leslie Laurence or Lawrence Leslie]] [https://www.familysearch.org/tree/person/details/LYTM-HCD] - 1899(Eng)-1993(NSW) - Licences: G5NX (Lakeside, Cumbria, 1922+); 4NV Brisbane (Holland Park, 1947-1956+) - Qualifications: cc; Nil yet identified - amateur operator; associate member IRE (Britain); principal Anglo Austral Hearing Aid Dispensary - Electoral Rolls: surgical technician (Holland Park, Qld, 1949-1958) ===''NELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alfred Montague Nell|Nell, George Alfred Montague]] [https://www.familysearch.org/tree/person/details/G87B-PP6] - 1900(Ceylon)-1989(NSW) - Licences: 2JQ Quirindi (1928-1929); 2JQ Canberra (1930); 2JQ Moruya (1931-1936); 2JQ Binda (1937-1939); 2JQ Crookwell (1946-1950); 2JQ Junee (1954-1965); 2JQ Goulburn (1969-1980) - Qualifications: AOCP 413, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clergyman (Moruya, 1930-1934; Crookwell, 1936-1949; Junee, 1954-1968; Goulburn, 1972-1980) ===''NELSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Yeates Nelson|Nelson, John Yeates]] [https://www.familysearch.org/tree/person/details/G884-YDV] - 1851(Irl)-1932(NSW) - Licences: XAA Sydney (McMahon's Point, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter; federal public servant (PMGD, chief electrical engineer (NSW)) - Electoral Rolls: electrician (Milson's Point, 1930-1931) ===''NESTROM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Louis Nestrom|Nestrom, Oliver Louis]] [https://www.familysearch.org/tree/person/details/GX22-9H4] - 1912(NSW)-1999(SA) - Licences: 5RZ Adelaide (St Peters, 1936-1937; Joslin, 1938); 2ADJ Sydney (Homebush, 1939); 5RZ Adelaide (Colonel Light Gardens, 1947; Glenelg, 1948; St Georges, 1954); 5RZ Port Augusta, 1955-1956); 5RZ Adelaide (Kurralta Park, 1960; Manningham, 1965-1969; St Peters, 1975); 5RZ Clare (1980+) - Qualifications: cc; AOLCP, 224, 1935; AOCP 1725, 1936, SA; BOCP 719, 1946; 2COCP 1178, 1949; 1COCP 1491, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Modbury, SA, 1939); fitter (Strathfield, NSW, 1943) ===''NEVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Clifford Anderson Neville|Neville, Alfred Clifford Anderson]] [https://www.familysearch.org/tree/person/details/GXH3-Z4D] - 1907(Eng)-1987(Qld) - Licences: 4ED Receive Brisbane (Wooloowin, 1923) - Qualifications: cc; 3COCP 5827, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Hamilton, Qld, 1928); clerk (Windsor, Qld, 1934-1943); accountant (Hawthorne, Qld, 1954-1958); retired (East Brisbane, 1963-1980) ===''NEWBERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Mallord Newberry|Newberry, Archibald Mallord]] [https://www.familysearch.org/tree/person/details/LH51-SDW] - 1893(Eng)-1973(Vic) - Licences: 3AN Red Cliffs (1930-1939) - Qualifications: AOCP 606, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: watchmaker (Red Cliffs, 1924-1931); radio dealer (Red Cliffs, 1934-1942); cycle dealer (Red Cliffs, 1949-1972) ===''NEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert James Newell|Newell, Albert James "Bert"]] [https://www.familysearch.org/tree/person/details/LJ1C-RGW] - 1910(Sct)-1998(Qld) - Licences: 4BN Mill Hill via Warwick (1936-1939); 4BN Brisbane (Archerfield, 1947-1948; Moorooka, 1954); 4AJ Brisbane (Moorooka, 1965; Yeronga, 1969; Ormiston, 1975); 4AJN Brisbane (Ormiston, 1980+) - Qualifications: cc; AOCP 1727, 1936, Qld; 2COCP 559, 1942; 1COCP 588, 1942; TVOCP 531, 1962 - amateur operator; amateur broadcaster; AWA Aviation Radio Service - Electoral Rolls: shed hand (Mill Hill, Qld, 1931-1943); radio technician (Moorooka, Qld, 1949-1968); television technician (Yeronga West, Qld, 1972); retired (Ormiston, Qld, 1977-1980) ===''NEWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Frederick Newman|Newman, Arthur Frederick]] [https://www.familysearch.org/tree/person/details/9JJ9-YSK] - 1881(India)-1952(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 10, 1914; CPRT 90, 1915; 1COCP 49, 1930 - RANRS (Radio Lieutenant, 1917-1920, terminated Nov 1920); WW1; WW2 - Comment: several contemporaneous AFNs - Electoral Rolls: traffic officer (Elsternwick, 1917-1919); assistant! (Malvern East, 1924-1931); piano tuner (St Kilda, 1931) * [[/Sydney Moreton Newman|Newman, Sydney Moreton "Syd"]] [https://www.familysearch.org/tree/person/details/LL41-PBM] - 1898(NSW)-1998(NSW)99yo - Licences: XPZ Melbourne (Canterbury, 1913-1914); 3MC Melbourne (Canterbury, 1923-1927) - Qualifications: cc; CPRT 655, 1921; 1COCP 90, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Turramurra, 1930-1958); retired (Wahroonga, 1963-1980) - TroveTag: "XPZ-3MC - Sydney Moreton Newman" (68 tags) - Links: [http://messui.polygonal-moogle.com/valves/NW199101.pdf EA] * [[/William Harold Newman|Newman, William Harold]] [https://www.familysearch.org/tree/person/details/GD3V-4N5] - 1889(NSW)-1943(Vic) - Licences: 2MK? Receive Sydney (Artarmon, 1922); 2MJ Sydney (Artarmon, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: railway official (Artarmon, 1930-1934); secretary (Mosman, 1936-1943) ===''NICHOLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rupert Nicholas|Nicholas, William Rupert]] [https://www.familysearch.org/tree/person/details/GD14-RFV] - 1913(Tas)-1995(Tas) - Licences: 7WR Hobart (North Hobart, 1932-1939) - Qualifications: cc; AOCP 896, 1932, No. ?? in Tas; AOLCP 72, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Hobart North, 1936; New Town, 1943-1954) ===''NICOLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Nicoll|Nicoll, William]] - 1903(Canada)-19??(???) - Licences: 4CO Receive Brisbane (Upper Paddington, 1923) - Qualifications: cc; CPRT 644, 1921 - amateur Receiver - Electoral Rolls: telegraphist (Bardon, 1925-1929) ===''NICHOLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hartley Nicholls|Nicholls, Alan Hartley]] [https://www.familysearch.org/tree/person/details/GFQR-VH9] - 1913(WA)-1981(WA) - Licences: 6KE Corrigin (1936-1937); 3NI Melbourne (East St Kilda, 1938-1939); 2NI Sydney (Manly, 1946; Cremorne, 1947-1954; Manly, 1955-1956); 2ANI Sydney (Mosman, 1960-1965); 4AL Brisbane (Greenslopes, 1965); 4NI Cairns (1975); 6NX Perth (South Guildford, 1980) - Qualifications: cc; AOCP 1814, 1936, WA; BOCP 219, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: RAAF (Hawthorn, Vic, 1942); radio engineer (Cremorne, NSW, 1949); shopkeeper (Wilston, Qld, 1958); electronic engineer (Cremorne, NSW, 1963); engineer (Cairns, Qld, 1972-1977; South Guildford, WA, 1980) * [[/Francis Edgar Nicholls|Nicholls, Francis Edgar]] [https://www.familysearch.org/tree/person/details/GD1H-8KQ] - 1910(Vic)-1995(Tas) - Licences: 7RY Devonport (1932-1933); 7RY Burnie (1937-1939); 7RY Hobart (New Town, 1946-1948; Lenah Valley, 1954-1955; New Town, 1960; Lenah Valley, 1965-1969; Midway Point, 1975-1980) - Qualifications: cc; AOCP 991, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Lenah Valley, 1943-1954) * [[/William James Nicholls|Nicholls, William James]] [https://www.familysearch.org/tree/person/details/G6S3-26D] - 19??(Vic)-1966(Vic) - Licences: 3FW Melbourne (Moonee Ponds, 1931-1933) - Qualifications: cc; AOCP 780, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Moonee Ponds, 1922-1963) * [[/William John Matthew Nicholls|Nicholls, William John Matthew or William John]] [https://www.familysearch.org/tree/person/details/G8WW-PDS] - 1908(Vic)-19??(???) - Licences: 3WX Melbourne (Williamstown, 1928-1933); 7WX Launceston (1937-1939); 3WX Melbourne (Williamstown, 1946-1965; East Malvern, 1969-1980+) - Qualifications: cc; AOCP 419, 1928, No. ?? in Vic; 2COCP 343, 1931; 1COCP 309, 1933 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Williamstown, 1931-1936); RAAF (Williamstown, 1949); radio engineer (Williamstown, 1954-1963; Malvern East, 1968-1980) ===''NICHOLSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Russell Malcolm Nicholson|Nicholson, Russell Malcolm]] [https://www.familysearch.org/tree/person/details/G8Z7-7W4] - 1909(Qld)-1974(NSW) - Licences: 4KG Ilfracombe (1929-1933) - Qualifications: cc; AOCP 529, 1929, No. ?? in Qld; BOCP 48, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing contractor (Longreach, 1936); manager 4LG (Longreach, 1937); radio mechanic (Coolangatta, 1949-1972) ===''NICOLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Hort Wilmot Nicolle|Nicolle, Horace Hort Wilmot]] [https://www.familysearch.org/tree/person/details/G8ZS-MZF] - 1908(NSW)-1974(NSW) - Licences: 2HK Sydney (Strathfield, 1929-1933; Ryde, 1934); 2AJT Sydney (Wollstonecraft, 1939) - Qualifications: AOCP 527, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chemist apprentice (Strathfield, 1930); pharmacist (Strathfield, 1933-1935); chemist (Chatswood, 1943-1968) ===''NILSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver John Nilsen|Nilsen, Oliver John]] [https://www.familysearch.org/tree/person/details/G8W4-W1G] - 1884(Vic)-1977(Vic) - Licences: Receive (Valve) Melbourne (Brighton, 1923); 3UZ Melbourne (1924-25) - Qualifications: Nil identified to date - amateur operator; amateur broadcaster - 3UZ experimental callsign issued to Oliver J. Nilsen & Co in 1923, operator N. J. Boyd; callsign withdrawn 1925 and reallocated to Nilsen's broadcast station which remains current as at 2021 - Electoral Rolls: electrical engineer (Fitzroy, 1909-1924; Chelsea, 1928-1931); contractor (Caulfield, 1934-1954); engineer (Elsternwick, 1972; Hawthorn, 1977-1980) - Links: [https://adb.anu.edu.au/biography/nilsen-oliver-john-11244 ADB] ===''NISSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Laurence Nissen|Nissen, Eric Laurence]] [https://www.familysearch.org/tree/person/details/G8DS-ZLR] - 1905(Qld)-2001(Qld) - Licences: 4XN Dalby (1930-1939, 1946-1975+); 4XN Toowoomba (1980) - Qualifications: cc; AOCP 574, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, member); broadcast technician (4QS, 1939-1976); federal public servant (PMGD); Awards: Imperial Service Medal 1976 - Electoral Rolls: none specified (Dalby, 1928-1937); PMG technician (Dalby, 1972); retired (Toowoomba, 1977) ===''NIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edgar Nixon|Nixon, Arthur Edgar]] [https://www.familysearch.org/tree/person/details/G8M2-SM5] - 1905(Vic)-1961(Vic) - Licences: 3ON Receive Melbourne (Windsor, 1923-1924) - Qualifications: AOCP 361, 1927, No. ?? in Vic - amateur receive operator - Electoral Rolls: labourer (Elsternwick, 1931); salesman (St Kilda West, 1931-1936); electrical fitter (Albert Park, 1943-1954) ===''NOLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Michael Nolan|Nolan, Francis Michael]] [https://www.familysearch.org/tree/person/details/9Q3R-X84] - 1910(NSW)-1985(Qld) - Licences: 4FN Brisbane (Wooloowin, 1935-1937; Clayfield, 1938-1939; Stafford Heights, 1946-1948); 4MF Portable (1948); 9FN Port Moresby & 9MF Portable (1954-1956); 4FN/T Gracemere (1960-1969); 4FN/T Brisbane (Wavell Heights, 1975; Virginia, 1980) - Qualifications: cc; AOCP 1433, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, WIAQ); broadcast technician (9PA, 4RK); radio serviceman; federal public servant (PMGD) - Electoral Rolls: * [[/Francis William Nolan|Nolan, Francis William "Frank"]] [https://www.familysearch.org/tree/person/details/GX6W-XPW] - 1897(NSW)-19?? - Licences: 4JU Brisbane (Brisbane City, 1929-1939, 1947-1956; Paddington, 1960) - Qualifications: cc; AOCP 43? & 501, 1924 & 1929, No. ? in Qld - amateur operator; amateur broadcaster; radio serviceman - Relationships: husband of 4LO Violet Elizabeth Nolan nee Hennessey - Comment: several genealogy sites have wrong data for FWN - Electoral Rolls: cartoonist (Brisbane City, Qld, 1921-1925); radio mechanic (Brisbane, City, 1934-1936); radio engineer (Brisbane City, Qld, 1954-1958) * [[/John Spencer Nolan|Nolan, John Spencer]] [https://www.familysearch.org/tree/person/details/LTBW-KMV] - 1868(NSW)-1936(NSW) - Licences: XED Sydney (Double Bay, 1911-1914); 2JH Receive Sydney (Double Bay, 1922); 2JH Sydney (Double Bay, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; dentist and dental surgeon - Relationships: father of 2YI Philip Spencer Nolan - Electoral Rolls: dentist (Woollahra, 1930-1935) * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] [https://www.familysearch.org/tree/person/details/GX6W-DSX] - 1896(Qld)-19??(???) - Licences: 4LO Brisbane (City, 1931-1939) - Qualifications: cc; AOCP 826, 1931, No. ? in Qld - amateur operator; amateur broadcaster - Comment: fourth YL operator in Qld - Relationships: wife of 4JU Francis William Nolan - Electoral Rolls: home duties (Brisbane City, Qld, 1921-1943); not stated (Eagle Heights, Qld, 1949); home duties (Tweed Heads, NSW, 1954); domestic (Spring Hill, Qld, 1958); retired (Coolangatta, Qld, 1958) * [[/Philip Spencer Nolan|Nolan, Philip Spencer "Spencer"]] [https://www.familysearch.org/tree/person/details/LTBW-ZWX] - 1897(NSW)-1929(NSW) - Licences: 2YI Sydney (Double Bay, 1924-1929) - Qualifications: AOCP 58, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; dentist - Relationships: son of XED-2JH Lieut John Spencer Nolan - Comment: gone too soon - Electoral Rolls: Nil yet identified ===''NOLTE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Nolte|Nolte, George Edward]] [https://www.familysearch.org/tree/person/details/G8HG-DD4] - 1911(Vic)-1997(NSW) - Licences: 3NO Melbourne (Elwood, 1929-1939); 2QO Sydney (Potts Point, 1948-1950; Bexley North, 1954-1975); 2QO Wamberal (1980+) - Qualifications: AOCP 492, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1936-1937); radio engineer (Darlinghurst, 1943-1949; Bexley North, 1958-1963); retired (Wamberal, 1980) ===''NORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Norman|Norman, William James]] [https://www.familysearch.org/tree/person/details/GD1Q-ZRS] - 1899(Tas)-19??(???) - Licences: 7WJ Eddystone Point Lighthouse (1931) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: stoker (Longford, 1922); lightkeeper (Tasman Island, 1928; Eddystone Lighthouse, 1934; Maatauyker Island, 1936; Currie Harbour, King Island, 1937) ===''NORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Anthony David Norris|Norris, Anthony David "Tony"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Edgar Lewin Norris|Norris, Edgar Lewin]] [https://www.familysearch.org/tree/person/details/G9YH-3D4] - 1891(Qld)-1956(Qld) - Licences: 4CK Receive Toowoomba (1922); 4CK Toowoomba (1923-1931) - Qualifications: cc; AOCP 80, 1925, No. 8 in Qld - amateur operator; amateur broadcaster; radio club (Toowoomba RC); WW1 - Relationships: father of 4NO Edgar Thomas Norris - TroveTag: "4CK - Edgar Lewin Norris" - Electoral Rolls: optician (Rockhampton, 1913); optometrist (Wooloowin, 1919; Toowoomba, 1925-1954) * [[/Edgar Thomas Norris|Norris, Edgar Thomas "Tom" "Tommy"]] [https://www.familysearch.org/tree/person/details/G855-G68] - 1930(Qld)-2019(Qld) - Licences: 4NO Toowoomba (1969-1980+) - Qualifications: cc; 3COCP 6945, 1967; AOLCP Q2, 1968; AOCP Q13, 1968, Qld - amateur operator, amateur broadcaster - Relationships: son of 4CK Edgar Lewin Norris - Electoral Rolls: charge hand (Toowoomba, 1954-1980) ===''NORTHEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurence Harry Northeast|Northeast, Laurence Harry "Laurie"]] [https://www.familysearch.org/tree/person/details/LLM3-8NK] - 1908(SA)-1972(SA) - Licences: 5LH Adelaide (Rosewater, 1927) - Qualifications: cc; AOCP 315, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Rosewater, 1939-43) =='''O'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ==='''OAKES'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Andrew Oakes|Oakes, Walter Andrew]] [https://www.familysearch.org/tree/person/details/GDRK-RBQ] - 1907(Tas)-1983(NSW) - Licences: 7BQ Receive Hobart (New Town, 1923); Receive Hobart (New Town, 1923) - Qualifications: cc; 3COCP N1088, 1971 - amateur receiver - Electoral Rolls: electrician (Manly, 1930); electrical fitter (Launceston, 1937); railway employee (New Town, 1943-1949); electrician (Lindfield, 1954); business proprietor (Roseville, 1958); managing director (Roseville, 1963-1968); director (Roseville, 1972-1980) ==='''O'BRIEN'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Clare O'Brien|O'Brien, Charles Clare]] [https://www.familysearch.org/tree/person/details/GMTS-7SJ] - 1904(Qld)-1994(Qld) - Licences: 4NC Brisbane (Stafford, 1939, 1948-1980+) - Qualifications: AOCP 2386, 1939, Qld - amateur operator, WW2 - Electoral Rolls: mechanic (Kilcoy, 1928); telephone mechanic (Eagle Junction, 1936-1943); technician (Stafford, 1954-1980) * [[/Charles Raymond Heddington O'Brien|O'Brien, Charles Raymond Heddington]] [https://www.familysearch.org/tree/person/details/G8FN-4CX] - 1913(Vic)-1975(Vic) - Licences: 3QX Melbourne (Glenhuntly, 1930-1939) - Qualifications: AOCP 626, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Glenhuntly, 1934-1936); electrical engineer (Ballarat, 1942); engineer (Kew, 1954; Mount Waverley, 1963-1972) * [[/Matthew O'Brien|O'Brien, Matthew or Matthew Michael]] [https://www.familysearch.org/tree/person/details/GZG7-P35] - 1904(Qld)-1978(Qld) - Licences: 4MM Brisbane (Toowong, 1926-1933; Annerley, 1937-1939, 1946-1965) - Qualifications: cc; AOCP 234, 1926, No. 20 in Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, ARTL, WIAQ, president all); journalist (Teleradio, "Vic Eddy"); Dept Labour Exchange (administration) - Electoral Rolls: public servant (Toowong, 1925-1936; Annerley, 1943-1977) ==='''O'DEA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick O'Dea|O'Dea, Francis Patrick]] [https://www.familysearch.org/tree/person/details/GXTP-7KL] - 1894(Vic)-19??(???) - Licences: XJAX Melbourne (Ascot Vale, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 (Army, AWS) - Electoral Rolls: clerk (North Melbourne, 1912-1913; Ascot Vale, Vic, 1914-1937); railways (Brighton, Vic, 1942-1949); railway employee (Footscray North, Vic, 1963-1977) - Links: [https://alh-research.tripod.com/Light_Horse/index.blog/1911842/australian-wireless-squadron-aif-francis-patrick-odea/ AWS] ==='''ODGERS'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Fieldhouse Odgers|Odgers, Norman Fieldhouse]] [https://www.familysearch.org/tree/person/details/GDVD-CYK] - 1906(Qld)-1996(WA) - Licences: 4BO or 4BD Brisbane (Newmarket) & Charters Towers (1924-1925); 4NK; 9NK Port Moresby (1946-1948); 6NF Perth (Applecross, 1954-1969; Bassendean, 1975-1980); 4CH - Qualifications: cc; CPRT 896, 1925; 2COCP 212, 1930; 1COCP 108, 1936 - amateur operator; amateur broadcaster; ship wireless officer; broadcast engineer; WW2 - Electoral Rolls: senior technician (Applecross, 1954-1963); manager (Applecross, 1968); retired (Bassandean, 1972-1980) ==='''O'DONNELL'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Amos Leslie O'Donnell|O'Donnell, Amos Leslie]] [https://www.familysearch.org/tree/person/details/G8NW-Q1P] - 1910(SA)-19??(NSW) - Licences: 6DX Perth (City, 1930-1933); 2AGE Sydney (Ashfield, 1938-1939); 2AOO Sydney (Caringbah, 1960; Mona Vale, 1965-1969) - Qualifications: cc; AOCP 639, 1930, No. ?? in WA; BOCP 515, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: student (North Perth, WA, 1931); radio engineer (Ashfield, NSW, 1937); education officer (No. 2 W.A.G.S., Parkes, NSW, 1943); engineer (Ashfield, NSW, 1949; Caringbah, NSW, 1958) ==='''O'HARA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bernard O'Hara|O'Hara, John Bernard]] [https://www.familysearch.org/tree/person/details/G8XM-Y9M] - 1902(Vic)-1970(Vic) - Licences: 3OH Maryborough (1930-1939); 3OH Yallourn (1946-1948); 3AAO Melbourne (Mt Waverley, 1960) - Qualifications: AOCP 607, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: teacher (Albert Park, 1921-1924) instructor (Maryborough, 1928); teacher (Kew, 1934; Maryborough, 1937; Ballarat, 1937; Maryborough, 1943, Warrnambool, 1954; Maldon, 1963) ==='''OHRBOM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Axel Ragnar Ohrbom|Ohrbom, Axel Ragnar "Ray"]] [https://www.familysearch.org/tree/person/details/G8WZ-PWJ] - 1903(Tas)-1978(Vic) - Licences: Receive Melbourne (Brunswick, 1923-1924); 3OC Melbourne (West Brunswick, 1928; Coburg, 1931-1939; Moreland, 1946-1948; Hartwell, 1954-1975) - Qualifications: AOCP 421, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Coburg West, 1949); sharebroker (Camberwell, 1954-1977); retired (Burwood, 1977) ===''OLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Olof Lemuel Olden|Olden, Olof Lemuel]] - 1863(Vic)-1939(Vic) - Hobart 1920s, early wireless experimenter, no licence yet identified, amateur operator (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, President, 1924), military (Colonel, WW1), occupation (school master) ===''OLDFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Bernam Oldfield|Oldfield, Frederick Bernam]] [https://www.familysearch.org/tree/person/details/G8YP-9R2] - 1897(Vic)-1962(NSW) - Licences: 5DO Adelaide (1924); 3FB Melbourne (Hampton, 1937-1938); 2FE Sydney (Balmoral, 1939) - Qualifications: cc; AOCP 1240, 1934, No. ?? in Vic - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: teacher (Brighton, Vic, 1931; Sandringham, Vic, 1935-1937); journalist (Mosman, NSW, 1943); A.M.F. (Mornington, 1954); tutor (Neutral Bay, 1958) ===''OLDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Oldham|Oldham, Charles Edward]] [https://www.familysearch.org/tree/person/details/KZFK-XBT] - 1902(Tas)-1950(Tas) - Licences: 7XA Hobart (New Town, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1923, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Town, 1936-1949) * [[/Fred Oldham|Oldham, Fred]] - 19??(???)-19??(???) - early Tasmanian wireless experimenter, first president of Hobart Tramways Wireless Club 1905 ===''O'LEARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cornelius Daniel Fraser O'Leary|O'Leary, Cornelius Daniel Fraser or Daniel Fraser]] [https://www.familysearch.org/tree/person/details/KN18-4BH] - 1893(SA)-1955(SA) - Licences: 5DO Adelaide (Tusmore Gardens, 1929-1933) - Qualifications: cc; AOCP 495, 1929, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Unley, 1939-1941) ===''OLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dalley George Tryon Oliver|Oliver, Dalley George Tryon]] [https://www.familysearch.org/tree/person/details/LZ8W-MMR] - 1888(NSW)-1959(NSW) - wireless experimenter (1924+) 2?? Gunedah, amateur broadcaster - Electoral Rolls: engineer (Gunnedah, 1930-1943; Keepit Dam, Tamworth, 1949-1954); retired (Condoblin, 1958) - Relationships: brother of 2MO Marcius John Alexander Oliver * [[/Marcius John Alexander Oliver|Oliver, Marcius John Alexander "Marcus"]] [https://www.familysearch.org/tree/person/details/LZ8W-M82] - 1875(NSW)-1946(NSW) - Licences: 2MO Gunedah (1929) - Qualifications: AOCP ??, 19??, No. ?? in NSW; AOLCP 91, 1932 - amateur operator, amateur broadcaster, broadcast engineer, radio station proprietor (2MO, 1930-1939), military (air spotters, Port Macquarie) - Electoral Rolls: engineer (Gunnedah, 1930-1936; Port Macquarie, 1943) - Relationships: brother of Dalley George Tryon Oliver ===''OLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Durrant Olle|Olle, John Durrant]] [https://www.familysearch.org/tree/person/details/G4HS-WSX] - 1910(NSW)-1975(Vic) - Licences: 2OZ Sydney (Ashfield, 1929-1939, 1946; Pennant Hills, 1947-1948; Ashfield, 1950) - Qualifications: AOCP 553, 1929, No. ?? in NSW; 2COCP 321, 1931; 1COCP 197, 1931 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Summer Hill, 1936-1937; Ashfield, NSW, 1943); soldier (South Yarra, Vic, 1949); public servant (Mornington, 1963-1980) ===''OLLIVIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Frances Ollivier|Ollivier, Neil Frances]] [https://www.familysearch.org/tree/person/details/GFQB-VPD] - 1916(WA)-1942(WA) - Licences: 6FO Perth (Hollywood, 1932-1939) - Qualifications: cc; AOCP 1067, 1932, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: Nil yet identified ===''O'LOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick Morgan O'Loughlin|O'Loughlin, Francis Patrick Morgan]] [https://www.familysearch.org/tree/person/details/GX6M-Z3Q] - 1902(Qld)-1979(Qld) - Licences: 4OL Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1347, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Red Hill, Qld, 1936-1937; Ashgrove, Qld, 1943-1977) ===''OLSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Vivian Olsen|Olsen, Frederick Vivian "Fred"]] [https://www.familysearch.org/tree/person/details/G8CP-4XJ] - 1912(Vic)-2001(Vic) - Licences: 3FO Melbourne (Hawthorn, 1929-1931; Hampton, 1933-1939) - Qualifications: cc; AOCP 521, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hampton, 1936-1954; Brighton, 1963; Hampton, 1972-1980) * [[/Norman Frederick Olsen|Olsen, Norman Frederick or Frederick Norman (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/G8BY-8JS] - 1901(NSW)-1980(NSW) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 516, 1920, NSW; 2COCP 59, 1929, NSW; 1COCP 252, 1932 - Nil yet identified - Electoral Rolls: wireless operator (Hurlstone Park, 1934-1937); newsagent (Torwood, 1954-1958); no occupation (Lord Howe Island, 1963-1980) * [[/Norman Peter Olsen|Olsen, Norman Peter]] [https://www.familysearch.org/tree/person/details/G8BY-444] - 1897(NSW)-1988(NSW) - Licences: 2YK Newcastle (1924-1925); 2ZX Waratah (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrician (Waratah, 1930; Mayfield, 1932); public servant (Redfern, 1932-1933; Kogarah, 1934-1935; Wollongong, 1936-1937; Artarmon, 1943-1949; Kogarah, 1949-1963); nil (Merewether, 1968-1980) * [[/Olaf Olsen|Olsen, Olaf]] [https://www.familysearch.org/tree/person/details/G6QT-69T] - 1878(Norway)-1964(Qld) - Licences: 4CL Dalby 1922 (Receive) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engine driver (Dalby, 1913-1943); engineer (Toowoomba, 1949; Redcliffe, 1954; Paddington, 1958-1963) ==='''O'MAY'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. W. O'May|O'May, J. W.]] - 19??(???)-19??(???) - Licences: Receive Hobart (Bellerive, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Robert Derwent O'May|O'May, Robert Derwent "Bob"]] [https://www.familysearch.org/tree/person/details/LYNF-5NS] - 1903(Tas)-1973(Tas) - Licences: Receive Hobart (Bellerive, 1923); 7OM Hobart (Bellerive, 1924-1927+; Sandy Bay, 1931+; Bellerive, 1947-1969+) - Qualifications: cc; AOCP 74, 1925, No. ?? in Tas; 3COCP 508, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: engineer (Bellerive, 1928-1954) ==='''OPPENHEIM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Oliver George Oppenheim|Oppenheim or Oliver, Oliver George "Ollie"]] [https://www.familysearch.org/tree/person/details/LLSS-S7L] - 1911(Vic)-1988(NSW) - Licences: 3ZX Melbourne (Caulfield, 1930-1939) - Qualifications: AOCP 580, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Caulfield, 1936-1942; Elsternwick, 1949); radio engineer (Elsternwick, 1954); company executive (Coogee, 1958-1963; Lugarno, 1968); importer (Strathfield, 1972-1980) ===''O'REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Joseph O'Reilly|O'Reilly, Maurice Joseph]] [https://www.familysearch.org/tree/person/details/G824-VMC] - 1866(Irl)-1933(NSW) - Licences: XACI Bathurst (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St Stanilaus College, Bathurst, 1913); rector of college (St John's College, Camperdown, 1930-1933) - Links: [https://adb.anu.edu.au/biography/oreilly-maurice-joseph-7918 ADB] ===''O'ROURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sydney O'Rourke|O'Rourke, John Sydney]] [https://www.familysearch.org/tree/person/details/GDJP-ZW4] - 1918(NSW)-19??(???) - Licences: 4OR Brisbane (Brisbane City, 1937-1939); 4SO Brisbane (Margate Beach, 1955-1969) - Qualifications: cc; AOCP 2042, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical apprentice (Norman Park, Qld, 1943); radio engineer (Newmarket, Qld, 1949); engineer (Margate, Qld, 1954-1977) ===''ORR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Murray Donald Orr|Orr, Murray Donald]] [https://www.familysearch.org/tree/person/details/GZL8-H29] - 1900(Vic)-1941(Vic) - Licences: 3OR Lake Meran (1928-1939) - Qualifications: AOCP 440, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1940-1941) - Electoral Rolls: farmer (Lake Meran, 1924-1934) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/orr-murray-donald-1700/] ===''OSBORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jeffrey David Osborne|Osborne, Jeffrey David "Jeff"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Louis Frederick George Osborne|Osborne, Louis Frederick George]] [https://www.familysearch.org/tree/person/details/G8GF-MGZ] - 1900(Vic)-1989(Vic) - Licences: 3DD Receive Melbourne (East Malvern, 1922); 3DD Melbourne (East Malvern, 1923-1926); 3BMO Melbourne (Murrumbeena, 1980+) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: gas fitter (Malvern East, 1922-1926); inspector (Carnegie, 1931-1977) ===''OSBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bolivar Laing Osburne|Osburne, George Bolivar Laing "Laing"]] [https://www.familysearch.org/tree/person/details/MFY2-F9W] - 1896(Vic)-1933(Vic) - Licences: XKJ Terang (1913-1914); 3BG Terang (1922-1933) - Qualifications: cc; AOCP 235, 1926, No. ?? in Vic - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: student (Terang, 1922-1931) ===''OTHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Othen|Othen, Charles James]] [https://www.familysearch.org/tree/person/details/LRHF-H8Y] - 1897(SA)-19??(???) - Licences: XVT Adelaide (Glanville, 1913); 5AS Receive Adelaide (1923); 5ON Adelaide (Hindmarsh, 1954-1956; Eden Hills, 1960-1969; Blackwood, 1975) - Qualifications: cc; AOCP 3385, 1953, SA - early wireless experimenter; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: foreman (Hindmarsh, SA, 1939-1943) ===''O'TOOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian O'Toole|O'Toole, Ian]] - Licences: 2ZIO Sydney (Adamstown Heights, 1969; North Rocks, 1975; Castle Hill, 1980) - amateur operator; historian (amateur, military communications); proprietor Kurrajong Radio Museum - Electoral Rolls: - Links: [https://vk2bv.org/archive/museum/ Kurrajong Radio Museum] ===''OTTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Shannon Otty|Otty, William Shannon]] [https://www.familysearch.org/tree/person/details/GZ2F-7J1] - 1893(Eng)-1983(NSW) - Licences: 2ZL Killingworth (1923-1931); 2ZL Toronto (1933-1975); 2ZL Fennell's Bay (1980+) - Qualifications: cc; AOCP 219, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio dealer (Toronto, 1937-1954); retired (Toronto, 1958-1980) ===''OVERLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Overlack|Overlack, Peter]] - early wireless historian [https://www.navy.gov.au/sites/default/files/documents/Naval_Networks_Dominance_of_Comms_in_Maritime_Ops.pdf "The Struggle for the Australian Airwaves: The Strategic Function of Radio for Germany in the Asia-Pacific Region before World War I"] ===''OWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Chester Owen|Owen, Chester]] [https://www.familysearch.org/tree/person/details/MZ3G-H47] - 1899(Vic)-1975(Vic) - Licences: Receive Melbourne (St Kilda, 1923); 3ZM Melbourne (St Kilda, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Balaclava, 1921; St Kilda, 1922-1926); engineer (St Kilda, 1928; Caulfield, 1931); mechanic (Caulfield, 1934-1937); radio engineer (Echuca, 1943-1972) * [[/Stanley Wainwright Owen|Owen, Stanley Wainwright]] [https://www.familysearch.org/tree/person/details/GDV9-BP2] - 1912(Vic)-1987(NSW) - Licences: 6RX Perth (Mt Lawley, 1930-1931); 2RX Sydney (Wollstonecraft, 1948-1957) - Qualifications: cc; AOCP 716, 1930, No. ?? in WA; 2COCP 436, 1933; 1COCP 340, 1933; TVOCP 40, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Wollstonecraft, 1937-1958); television engineer (Wollstonecraft, 1963-1968); engineer (Wollstonecraft, 1972-1977; Artarmon, 1980) ===''OXENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Justinian Oxenham|Oxenham, Justinian]] - 1860(Qld)-1932(Vic) - senior federal public servant (Secretary, Postmaster-General's Department) ===''OXLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Oxlade|Oxlade, George]] [https://www.familysearch.org/tree/person/details/LRCK-H1C] - 1907(Qld)-1980(Qld) - Licences: 4GO Brisbane (Newmarket, 1926-1931) - Qualifications: cc; AOCP 229, 1926, No. 19 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: painter (Chermside, 1937-1943; Maroochydore, 1954; Wavell Heights, 1958), contractor (Chermside, 1963-1980) =='''P'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''PAECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leonard Paech|Paech, Robert Leonard]] [https://www.familysearch.org/tree/person/details/L6DL-76D] - 1920(SA)-1963(SA) - Licences: 5RL Adelaide (Underdale, 1936-1939, 1947-1948); 5LP Adelaide (Seacombe Gardens, 1960) - Qualifications: cc; AOCP 1626, 1936, SA; 2COCP 279, 1939; BOCP 371, 1941; 1COCP 810, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Nevison Page|Page, Leslie Nevison]] [https://www.familysearch.org/tree/person/details/GSBX-CRV] - 1920(Qld)-1972(NSW) - Licences: 4LP Brisbane (New Farm, 1937-1939; Brisbane City, 1947); 2NB Sydney (Potts Point, 1954); 2LP Sydney (St Ives, 1955-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 1931, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 2NB may have been withdrawn for 2NB Broken Hill - Electoral Rolls: labourer (Ascot, Qld, 1928-1929) (too young for 1920 birth, must be a namesake); radio technician (Darlinghurst, NSW, 1954); radio engineer (St Ives, NSW, 1958); manager (St Ives, NSW, 1963); electronics engineer (Epping, NSW, 1968; Eastwood, NSW, 1972) ===''PAGET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Ernest Paget|Paget, Harold Ernest]] [https://www.familysearch.org/tree/person/details/LDTK-ZBF] - 1904(Qld)-1962(Qld) - Licences: Receive (Valve) Brisbane (Brisbane City, Qld, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephonist (Valley, Qld, 1925-1926); postal sorter (Ashgrove, Qld, 1928-1949); mail officer (Ashgrove, Qld, 1954-1958) ===''PAICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Cameron Paice|Paice, Donald Cameron "Don"]] [https://www.familysearch.org/tree/person/details/G8KD-2FT] - 1932(Vic)-2018(Vic) - Licences: 3ADP Melbourne (Moonee Ponds, 1954-1956; Mt Waverley, 1960-1980+) - Qualifications: AOCP 3055, 1950, Vic - amateur operator - Electoral Rolls: draftsman (Moonee Ponds, 1954; Mt Waverley, 1963-1980) - Relationships: rare surname but seems not closely related to 2AJ Valentine Keith Paice * [[/Valentine Keith Paice|Paice, Valentine Keith "Val"]] [https://www.familysearch.org/tree/person/details/G8K3-5T6] - 1904(NZ)-1977(???) - Licences: ZL1AJ (Z1AJ) 1925-1926; VQ1AJ (OO1AJ) Fanning Island (1926-1928); 2AJ (VK2AJ) Sydney 1929; OA4V Peru (1929) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrical fitter (Ashbury, NSW, 1930) - Relationships: rare surname but seems not closely related to 3ADP Donald Cameron Paice ===''PARADISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Harry Elliker Paradise|Paradise, Eric Harry Elliker]] [https://www.familysearch.org/tree/person/details/GS3M-D75] - 1904(Qld)-1939(Qld) - Licences: Receive (Crystal) Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Stones Corner, Qld, 1925-1937) ===''PARASIERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Isidore Percy Robert Parasiers|Parasiers, Isidore Percy Robert "Robert"]] [https://www.familysearch.org/tree/person/details/GS9Y-8B1] - 1902(SA)-1972(SA) - Licences: 5RP Adelaide (City, 1932-1933; Glandore, 1937-1939); 6PS Perth (Inglewood, 1947); 5RF Adelaide (Glandore, 1948); 5RF Murray Bridge (1954-1969) - Qualifications: cc; AOCP 952, 1932, No. ?? in SA; AOLCP 283, 1936; BOCP 132, 1937; 2COCP 256, 1939; 1COCP 330, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''PARIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Norman Paris|Paris, James Norman "Jim"]] [https://www.familysearch.org/tree/person/details/GXWR-B1W] - 1910(SA)-1971(SA) - Licences: "WIA-L5006" Adelaide (Prospect, 1956-1960) - Qualifications: cc; Nil yet identified - amateur listener; prominent broadcast listener (1950s, 1960s); clubs (Australian DX Radio Club (SA); Southern Cross DX Club) - Electoral Rolls: Nil yet identified ===''PARISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Radcliffe Parish|Parish, Hugh Radcliffe]] [https://www.familysearch.org/tree/person/details/GCDL-Y23] - 1914(Tas)-1973(Tas) - Licences: 7CP Launceston (1932-1933) - Qualifications: cc; AOCP 1070, 1932, No. ?? in Tas; AOLCP 189, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: radio announcer (Burnie, 1936-1937); manager (Winnaleah, 1943-1949); radio executive (Launceston, 1954) ===''PARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles William Park|Park, John Charles William]] [https://www.familysearch.org/tree/person/details/GZVC-N4N] - 1904(Eng)-1983(WA) - Licences: 6BB Perth (South Perth, 1924-1980+) - Qualifications: cc; CPRT 794, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: photographer (South Perth, 1943-1949); radiographer (South Perth, 1958-1980) ===''PARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Cyril Parker|Parker, Keith Cyril]] [https://www.familysearch.org/tree/person/details/KDSK-X2P] - 1912(SA)-1993(SA) - Licences: 5PA Port Pirie (1933); 5SO Port Elliot (1980+) - Qualifications: cc; 2COCP 348, 1931; 1COCP 213, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless telegraphist (Kalgoorlie, WA, 1943); radio technician (Fiskville, Vic, 1949-1963; Bassendean, WA, 1968); manager (Cairns, Qld, 1977) * [[/Kenneth Herbert Parker|Parker, Kenneth Herbert]] [https://www.familysearch.org/tree/person/details/LTM1-Q5G] - 1905(WA)-1994(WA) - Licences: 6KP Meekatharra (1933-1939) - Qualifications: cc; AOCP 1192, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mining register (Meekatharra, WA, 1931-1937); resident magistrate (Cue, WA, 1943; Geraldton, WA, 1943); stipendary magistrate (Northam, WA, 1949); magistrate (Mt Pleasant, WA, 1954; Riverton, WA, 1958-1963; Applecross, WA, 1968-1980) * [[/P. S. Parker|Parker, P. S.]] - 19??(???)-19??(???) - Licences: 2CY Receive Sydney (Burwood, 1922); 2CM Receive Sydney (Burwood, 1923, briefly then reverted to 2CY); 2CY Sydney (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet confidently identified but likely Philip Selwyn Parker, engineer, Bellevue Hill, 1930 * [[/Ronald Alexander Parker|Parker, Ronald Alexander]] [https://www.familysearch.org/tree/person/details/GZ23-6BM] - 1908(Vic)-1984(Qld) - 3RA Melbourne (Canterbury, 1925-1926), 3RA Bendigo (1927), 3RA Melbourne (Canterbury, 1931-1933; Hawthorn, 1937-1939), 4PT Southport (1980+), qualifications (AOCP 213, 1925, No. ?? in Vic), amateur operator, amateur broadcaster, electoral rolls: clerk (Camberwell, 1931), accountant (Hawthorn, 1936-1937), secretary (Malvern, 1943-1949), retired (Southport, 1980) ===''PARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Parr|Parr, John George]] [https://www.familysearch.org/tree/person/details/G8NL-22T] - 1908(NSW)-1992(Vic) - Licences: 3OM Melbourne (Canterbury, 1930-1939) - Qualifications: AOCP 646, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Camberwell, 1931-1943); engineer (Footscray, 1949; Brunswick, 1949-1963; Melbourne City, 1968-1980) ===''PARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alchorne Parry|Parry, Charles Alchorne]] [https://www.familysearch.org/tree/person/details/GX8J-BGL] - 1916(Qld)-2009(USA) - Licences: 4CP Gordonvale (1935-1939) - Qualifications: cc; AOCP 1441, 1935, Qld; BOCP 177, 1938 - amateur operator; amateur broadcaster - Education: PhD - Electoral Rolls: radio mechanic (Cairns, Qld, 1937); engineer (Darlinghurst, NSW, 1943) ===''PARSONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warwick William Parsons|Parsons, Warwick William or William Warwick (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/L2L4-5ZC]- 1903(SA)-1974(SA) - Licences: 5PS Adelaide (City, 1933; Henley Beach, 1937-1939, 1947-1948; Rose Park, 1954-1974) - Qualifications: cc; AOCP 1147, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: operator (Henley, SA, 1939-1943) ===''PATERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Pryde Paterson|Paterson, Paul Pryde]] [https://www.familysearch.org/tree/person/details/GZLK-LPF] - 1915(WA)-1942(PNG) - Licences: 6PP Wiluna (1937-1939) - Qualifications: cc; AOCP 1961, 1937, WA - amateur operator, amateur broadcaster, WW2 (RAAF, 24 Squadron, Flight Lieutenant) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/paterson-paul-pryde-260515/] * [[/Raymund Gordon Paterson|Paterson, Raymund or Raymond Gordon]] [https://www.familysearch.org/tree/person/details/G8CH-7RX] - 1903(Vic)-1996(Canada) - Licences: Nil yet identified - Qualifications: AOCP 506, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: apprentice (Glenferrie, 1926-1928) ===''PATTERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Campbell Patterson|Patterson, Campbell]] [https://www.familysearch.org/tree/person/details/G9Y1-GDH] - 1912(SA)-1987(SA) - Licences: 5XR Naracoorte (1933-1939); 5XR Peterborough (1947-1980+) - Qualifications: cc; AOCP 1097, 1933, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, 1939); electrician (Quorn, 1941-1943) * [[/James Brown Patterson|Patterson, James Brown]] [https://www.familysearch.org/tree/person/details/LBTW-WDY] - 1833(Eng)-1895(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Politician, briefly Premier of Victoria (1893-1894), Postmaster-General Vic (July 1878 - March 1880) - Electoral Rolls: Nil yet identified * [[/Robert Charles William Ingram Patterson|Patterson, Robert Charles William Ingram "Charles Ingram"]] [https://www.familysearch.org/tree/person/details/GZ5T-2Q4] - 1910(Vic)-1974(Qld) - Licences: 3YP Melbourne (East Malvern, 1927-1939; Eaglemont, 1946-1954); 4YP Brisbane (Fig Tree Pocket, 1955-1969) - Qualifications: cc; AOCP 352, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: station hand (Mundabullangana, 1931-1937); agent (Fig Tree Pocket, 1958-1968) ===''PAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Anthony Paul|Paul, Leo Anthony]] - 1905(Vic)-1968(Vic) - 3JQ Receive Melbourne (Fitzroy, 1922-1923), 3LP Melbourne (Fitzroy, 1924-1937; Preston, 1938-1939), 3XO Melbourne (Fairfield, 1948-1960; Thornbury, 1965), amateur operator (AOCP 15, 1924, No. 6 in Vic), amateur broadcaster ===''PAYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George H. Payne|Payne, George H.]] - 19??(???)-1987(Qld) - 4NEV Brisbane, amateur operator (AOCP ??, 1946+, No. ?? in Qld), radio clubs (Wooloowin RC, hon. secretary; WIAQ, president, assoc. members section) * [[/John Payne|Payne, John]] [https://www.familysearch.org/tree/person/details/GDSL-41Q] - 19??(???)-19??(???) - Licences: 2IN Receive Sydney (Randwick, 1922); 2IN Sydney (Randwick, 1923-1927; Kensington, 1928-1930) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: insurance department manager (Kensington, 1930-1931); secretary (Kensington, 1933) * [[/Reginald Lewis Payne|Payne, Reginald Lewis]] [https://www.familysearch.org/tree/person/details/GZG9-HFF] - 1898(Vic)-1946(Vic) - Licences: 3RP Geelong (Newtown, 1924-1939) - Qualifications: cc; AOCP 225, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Newtown, 1919-1921); telegraphist (Newtown, 1922-1942) (check XJM R. Payne, Armadale for relationship) ===''PAYTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Payter|Payter, Joseph William]] - 18??(???)-19??(???) - early telephone experimenter in Melbourne, mechanic in Vic Posts & Telegraphs (one of James Smibert's "Williamstown boys") ===''PEARCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Ronald Pearce|Pearce, Edward Ronald]] [https://www.familysearch.org/tree/person/details/LR3M-7YJ] - 1916(Vic)-2004(WA) - Licences: 6TP Perth (North Perth, 1936-1939, 1948; Mt Hawthorn, 1954-1960) - Qualifications: cc; AOCP 1757, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (North Perth, WA, 1937); engineer (Mt Hawthorn, WA, 1949-1977); retired (Coolbinia, WA, 1980) ===''PEARN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Pearn|Pearn, William Leslie]] [https://www.familysearch.org/tree/person/details/LCKW-JRW] - 1896(SA)-1974(SA) - Licences: 5PN Adelaide (Sturt Park, 1934-1939; Wayville West, 1947-1948; Unley, 1955-1969) - Qualifications: cc; AOCP 1378, 1934, SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Unley, SA, 1939-1941) ===''PEARSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Richman Pearson|Pearson, Ian Richman]] [https://www.familysearch.org/tree/person/details/GSD3-4LF] - 1908(Vic)-1972(Tas) - Licences: 3SP Melbourne (Berwick, 1929-1931); 7KB Burnie (1948-1965); 7KB Port Sorell (1969) - Qualifications: AOCP 528, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: chemist (Deer Park, Vic, 1936-1937); medical practitioner (Burnie, Tas, 1949-1954) ===''PELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Frederick Law Pelling|Pelling, John Charles Frederick Law "Jack"]] [https://www.familysearch.org/tree/person/details/GXB3-176] - 1908(WA)-1972(WA) - Licences: 6WO Moojebing (1933-1939) - Qualifications: cc; AOCP 1213, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Dumbleyung, WA, 1931); farmer (Moojebing, WA, 1936-1943; King River, WA, 1949-1968) ===''PEMBLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Pembleton|Pembleton, Thomas Edward "Tom"]] [https://www.familysearch.org/tree/person/details/G8HP-JDF] - 1914(Qld)-2002(Qld) - Licences: 4ZL Rockhampton (1936-1939;1946-1980+) - Qualifications: cc; AOCP 1600, 1936, Qld - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: labourer (Rockhampton, 1936-1943); turner (Rockhampton North, 1949-1980) ===''PEPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Campbell Pepper|Pepper, Ralph Campbell]] [https://www.familysearch.org/tree/person/details/KC93-1MN] - 1905(NSW)-1984(Qld) - Licences: N742 Receive Tamworth (1922); 2HV Receive Tamworth (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Tamworth, 1930; Maroubra, 1931; Artarmon, 1934-1949; Newmarket, Qld, 1954-1972; Alderley, 1977-1980) ===''PERDRIAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carter Perdriau|Perdriau, Henry Carter]] [https://www.familysearch.org/tree/person/details/G3D9-L79] - 1895(NSW)-1956(NSW) - Licences: XHC Sydney (1912-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: cousin of 2ZR William James Stanley Perdriau - Electoral Rolls: manager (Chatswood, 1930-1936; Roseville, 1943-1954) * [[/William James Stanley Perdriau|Perdriau, William James Stanley]] [https://www.familysearch.org/tree/person/details/LTH6-8LS] - 1885(NSW)-1946(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923); 2ZR Sydney (Manly, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: cousin of XHC Henry Carter Perdriau - Electoral Rolls: dentist (Manly, 1930-1943) ===''PERREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Litchfield Perrey|Perrey, Alexander Litchfield]] [https://www.familysearch.org/tree/person/details/LZVM-9P9] - 1898(SA)-1965(Vic) - Licences: 5LP Strathalbyn (1925-1927) - Qualifications: cc; AOCP 99, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Francis Cole Perry|Perry, Malcolm Francis Cole]] [https://www.familysearch.org/tree/person/details/L679-XR2] - 1891(NSW)-1963(NSW) - Licences: XCP Sydney (Randwick, 1913-1914); 2DG Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Randwick, 1930-1937); editor (Randwick, 1943-1949; Coogee, 1954-1958); counsellor (Hazelbrook, 1958-1963) ===''PETERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Zornig Peters|Peters, Henry Zornig "Harry"]] [https://www.familysearch.org/tree/person/details/L4XX-HBC] - 1908(Qld)-1994(Qld) - Licences: 4ZP Maryborough (1937-1939); 4ZP Sarina (1947-1956); 4ZP Cooroy (1960-1980+) - Qualifications: cc; AOCP 1978, 1937, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: teacher (Yerra via Maryborough, Qld, 1936-1937; Sarina, 1943); farmer (Cooroy, 1963-1980) ===''PETERSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Marzanti Petersen|Petersen, Thomas William Marzanti "Bill"]] - 1919(Qld)-1981(Qld) - 4FY Brisbane (Cooparoo Heights, 1946-1947), 4YO Moreton Island (1975), amateur operator (AOCP 2321, 1939, No. ?? in Qld), radio clubs (WIAQ, councillor), military (WW2, AIF), employment (Hills TV service), business proprietor (Advance Radio, Wynnum Radio Repairs) ===''PETERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Franz Peterson|Peterson, Harold Franz]] [https://www.familysearch.org/tree/person/details/G8XJ-CV1] - 1888(NSW)-1961(NSW) - Licences: 2HP Sydney (Coogee, 1930-1960) - Qualifications: cc; AOCP 617, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: inspector (Coogee, 1930-1958) * [[/Rupert Clarence Peterson|Peterson, Rupert Clarence]] [https://www.familysearch.org/tree/person/details/G87D-VJ3] - 1910(Vic)-2000(NSW) - Licences: 7AZ Receive Hobart (West Hobart, 1922-1923); Receive Hobart (West Hobart, 1923-1924); 3PT Melbourne (Moonee Ponds, 1928-1939) - Qualifications: cc; AOCP 401, 1928, No. ?? in Vic; AOLCP 96, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Moonee Ponds, 1931-1937; Caulfield, 1942-1949; Ivanhoe, 1954-1977); retired (Merimbula, 1980) * [[/Walter Peterson|Peterson, Walter]] - 19??(???)-19??(???) - Licences: 3QP Melbourne (Toorak, 1930-1939) - Qualifications: cc; AOCP 689, 1930, Vic - amateur operator; amateur broadcaster - Electoral Rolls: telephone mechanic (Kew, 1925); telephone engineer (Kew, 1926-1928); engineer (Toorak, 1931-1937); secretary (Lilydale, 1943-1954); electrical instrument maker (Collingwood North, 1967-1968) - several contemporaneous WPs * [[/Walter Martin Peterson|Peterson, Walter Martin]] [https://www.familysearch.org/tree/person/details/LDRD-G6B] - 1910(WA)-1978(WA) - Licences: 6LW Perth (West Perth, 1937; East Perth, 1938-1939, 1947-1948; City, 1954-1956; City Beach, 1960-1975+) - Qualifications: cc; AOCP 1864, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: student (Balcatta, WA, 1931-1936; North Perth, WA, 1937; East Perth, WA, 1937-1943); radio engineer (East Perth, WA, 1949-1958); lecturer (City Beach, WA, 1963-1977) ===''PHELPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Phelps|Phelps, William Joseph]] [https://www.familysearch.org/tree/person/details/G8D5-97G] - 1912(NSW)-1987(NSW) - Licences: 2DL Sydney (Canterbury, 1931-1939, 1946; Ashbury, 1947-1975) - Qualifications: AOCP 769, 1931, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1935-1937; Ashfield, 1942; Ashbury, 1949-1963) ===''PHILBIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Philbin|Philbin, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GDKL-L7L] - 1889(Tas)-19??(???) - Licences: 7FP Queenstown (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ulverstone, 1914); electrician (Queenstown, 1919-1937); electrical fitter (Queenstown, 1949-1954); to NSW 1940s ===''PHILLIPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan William Albert Phillips|Phillips, Alan William Albert]] [https://www.familysearch.org/tree/person/details/GXVR-LD4] - 1915(SA)-2009(SA) - Licences: 5GX Adelaide (Somerton, 1936-1937) - Qualifications: cc; AOCP 1601, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (St Leonards, SA, 1939; South Plympton, SA, 1941-1943) * [[/Albert Maurice Phillips|Phillips, Albert Maurice]] [https://www.familysearch.org/tree/person/details/GXVR-GGP] - 1915(SA)-2008(SA) - Licences: 5ZU Adelaide (Prospect, 1936-1939, 1947-1980) - Qualifications: cc; AOCP 1713, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Gordon George Phillips|Phillips, Gordon George]] [https://www.familysearch.org/tree/person/details/GX7V-TB1] - 1887(NSW)-1941(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 93, 1915; 1COCP 321, 1933 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Townsville, 1912-1919); radio telegraphist (Currie, King Island, 1922); telegraphist (South Townsville, 1925); radio telegraphist (Thursday Island, 1928); radio telegraphist (Cooktown, 1937) * [[/Harry Edward James Thomas Phillips|Phillips, Harry Edward James Thomas]] [https://www.familysearch.org/tree/person/details/G8ZW-SXG] - 1896(Vic)-1963(Vic) - Licences: 3JU Melbourne (Mitcham, 1929-1933; Abbotsford, 1937; South Yarra, 1938-1939, 1946-1948; Merlynstone, 1954-1960) - Qualifications: AOCP 532, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: slaughterman (Newmarket, 1919); butcher (Emerald, 1922; Mitcham, 1924-1936; Abbotsford, 1937; South Yarra, 1949) * [[/James Graham Phillips|Phillips, James Graham]] [https://www.familysearch.org/tree/person/details/GZLJ-8JC] - 1909(SA)-1943(Vic) - Licences: 5BW Adelaide (Glenelg, 1926-1931; Somerton, 1933-1939)- Qualifications: cc; AOCP 256, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Somerton, 1939-1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/606863] * [[/Noel William Phillips|Phillips, Noel William]] [https://www.familysearch.org/tree/person/details/G9FX-877] - 1911(Qld)-1941(Qld) - Licences: 4NP Ipswich (1934-1939) - Qualifications: cc; AOCP 1396, 1934, Qld - amateur operator; amateur broadcaster; employment (Qld Public Works Dept) - Electoral Rolls: painter (Ipswich, Qld, 1936-1937) ===''PHILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurance Vincent Phillis|Phillis, Laurance Vincent]] [https://www.familysearch.org/tree/person/details/GS5R-98V] - 1900(SA)-1953(SA) - Licences: 5LP Adelaide (South Payneham, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1136, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PHILPOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Hanmer Philpot|Philpot, Clarence Hanmer]] [https://www.familysearch.org/tree/person/details/GMRM-C7S] - 1906(Vic)-1982(Vic) - Licences: Receive (Valve) Geelong (1923); 3CP Geelong (1924-1925); 3CP Warrnambool (1925-1926); 3KL Ararat (1927); 3KL Avoca (1931-1937); 3KL Horsham (1938-1939); 3KL Melbourne (Elsternwick, 1946-1980+) - Qualifications: cc; AOCP 381, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal clerk (Derrinallum, 1928; Avoca, 1931-1936); postal (Elsternwick, 1942-1980) ===''PHILPOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Jones Philpott|Philpott, Oliver Jones]] [https://www.familysearch.org/tree/person/details/G8LJ-52T] - 1869(???)-1934(Vic) - Licences: 3VS Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: orchardist (Sandringham, 1919); manager (Caulfield, 1921-1927) ===''PHIPPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Roger Sydney Phipps|Phipps, William Roger Sydney]] [https://www.familysearch.org/tree/person/details/GZX2-Z6G] - 1896(Eng)-1973(WA) - Licences: 6WP Perth (Subiaco, 1924-1927; Victoria Park, 1930-1933; South Perth, 1937-1939, 1946-1969) - Qualifications: cc; AOCP 111, 1925, No. ?? in WA; AOLCP 16, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Subiaco, 1921); electrical fitter (Subiaco, 1925); radio operator (Victoria Park, 1931; South Perth, 1936-1972) ===''PIKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Herbert Arthur Pike|Pike, John Herbert Arthur "Jack"]] [https://www.familysearch.org/tree/person/details/MT5R-K62] - 1890(NSW)-1961(NSW) - XJP Sydney (Arncliffe, 1911), XDY Sydney (Arncliffe, 1912-1914), XDZ Sydney (Arncliffe, 1912), 2DF Receive Sydney (Epping, 1922-1924), 2JP Sydney (Epping, 1925-1929; Greenwich, 1930-1939, 1946-1961), amateur operator (AOCP 130, 1925, No. ?? in NSW), amateur broadcaster, AWA (research, later draftsman) ===''PINNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chalker Pinnell|Pinnell, John Chalker]] [https://www.familysearch.org/tree/person/details/G8Z5-P4G] - 1902(NSW)-1997(NSW) - Licences: 2OL Receive Sydney (Annandale, 1923-1924); 2ZR Sydney (Marrickville, 1929-1934; Ashfield, 1935-1936; Summer Hill, 1937-1939, 1946-1950; Earlwood, 1954-1961; Croydon, 1965) - Qualifications: AOCP 547, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Dulwich Hill, 1930-1934; Ashfield, 1936; Summer Hill, 1937-1949); teacher (Earlwood, 1954-1963); retired (Ashfield, 1968; Mt Kuringai, 1980) ===''PINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Pinney|Pinney, C. R.]] - 18??-19?? - 4CP Port Moresby - amateur operator, amateur broadcaster ===''PITCHFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stuart Frederick Pitchford|Pitchford, William Stuart Frederick]] [https://www.familysearch.org/tree/person/details/GZ5C-X48] - 1906(Eng)-1959(SA) - Licences: 5WP Adelaide (City, 1926-1933; Hyde Park, 1937-1939) - Qualifications: cc; AOCP 254, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Reade Park, 1939-1943) ===''PITTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Graham Pitts|Browne, Reginald Graham or Graham Reginald]] [https://www.familysearch.org/tree/person/details/LZGB-56Y] - 1915(SA)-2005(WA) - Licences: 5GP Adelaide (Torrensville, 1934-1939); 5GP Alice Springs (1947); 5GE Port Augusta (1955-1975); 5GE Adelaide (Kensington Gardens, 1980+) - Qualifications: cc; AOCP 1377, 1934, SA; 2COCP 189, 1938; 1COCP 225, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: finisher (Torrensville, SA, 1941-1943); radio engineer (Alice Springs, NT, 1949) ===''POLLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Henderson Pollock|Pollock, John Henderson]] [https://www.familysearch.org/tree/person/details/GXFM-9TQ] - 1895(NSW)-1978(Qld) - Licences: Receive Brisbane (Moorooka, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Moorooka, Qld, 1922-1926); insurance manager (Townsville, Qld, 1928-1937); insurance agent (Moorooka, Qld, 1943-1977) ===''PONSONBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bessborough Ponsonby|Ponsonby, John Bessborough]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 466, 1919; 1COCP 50, 1930 - coastal wireless operator - Electoral Rolls: ===''POPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maitland Glen Pope|Pope, Maitland Glen]] [https://www.familysearch.org/tree/person/details/KJ4K-FN6] - 1884(WA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 122, 1915; 1COCP 153, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Subiaco, 1906); civil servant (Subiaco, WA, 1910); civil servant (Hobart North, Tas, 1914); officer-in-charge (Wireless Station, Thursday Island, Qld, 1919-1921); wireless expert (Wireless Station, Applecross, 1925); wireless operator (Moonee Ponds, Vic, 1927-1931); supervisor (Essendon, Vic, 1936-1954) ===''PORTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Glanville Porter|Porter, Leonard Glanville]] [https://www.familysearch.org/tree/person/details/GXLX-765] - 1897(SA)-1969(SA) - Licences: 5MP Huddlestone (1938-1939; 1947-1948) - Qualifications: cc; CPRT 966, 1927; 1COCP 73, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Flinders Naval Depot, Vic, 1924); wireless operator (5PI Crystal Brook, SA, 1939-1943) ===''POTTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Potter|Potter, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GXYZ-38V] - 1915(WA)-1993(WA) - Licences: 6ZO Perth (East Fremantle, 1937-1939; Bicton, 1947-1965; Melville, 1969-1980+) - Qualifications: cc; AOCP 1959, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (East Fremantle, WA, 1937-1943); contractor (East Fremantle, WA, 1949-1958; Melville, 1963); builder (Melville, WA, 1968-1980) * [[/William Francis Potter|Potter, William Francis]] [https://www.familysearch.org/tree/person/details/G878-638] - 1908(NSW)-1959(NSW) - Licences: 2WP Helensburgh (1928-1939); 2WP Fairy Meadow (1948-1950); 2WP Charlestown (1954-1960) - Qualifications: AOCP 399, 1928, No. ?? in NSW; 3COCP 38, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Helensburgh, 1930-1937); mechanic (Fairy Meadow, 1949); shiftman (Charlestown, 1954); electrical mechanic (Charlestown, 1958); railway employee (New Lambton, 1958) ===''POTTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Charles Pottie|Pottie, Norman Charles]] [https://www.familysearch.org/tree/person/details/9V3D-JFZ] - 1909(NSW)-1961(NSW) - Licences: 2HQ Sydney (Bellevue Hill, 1930-1931; Hunters Hill, 1933-1938; Mosman, 1939) - Qualifications: AOCP 589, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933; Hunters Hill, 1936-1937; Albury, 1943; Willoughby, 1949-1958) ===''POULSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valdemar Poulsen|Poulsen, Valdemar]] - 1869(Denmark)-1942(Denmark) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - inventor of a magnetic wire recorder, Poulsen arc transmitter - Electoral Rolls: Nil yet identified - Links: [[w:Valdemar Poulsen|Wikipedia]]; [https://ethw.org/Valdemar_Poulsen IEEE]; [https://www.britannica.com/biography/Valdemar-Poulsen Britannica] ===''POWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Power|Power, A. H.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Highgate Hill, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''PRESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Arthur Campbell Preston|Preston, Thomas Arthur Campbell]] [https://www.familysearch.org/tree/person/details/GHDV-FFD] - 1886(Tas)-1970(Tas) - Licences: 7BK Queenstown (1923-1927+) - Qualifications: cc; AOCP 190, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; Mount Lyell Co (electrical engineer, 1920s; chief engineer) - Electoral Rolls: engineer (Queenstown, 1919-1954) ===''PRESTON-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cedric Preston-Smith see Cedric Preston Smith ===''PRICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Clarey Price|Price, John Clarey "Jack"]] [https://www.familysearch.org/tree/person/details/L7GR-V19] - 1884(Qld)-1954(Qld) - Licences: 4CE (Receive) 1922; 4FI or 4FJ Brisbane (Bardon, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); radio business proprietor (Wireless House); public servant (PMG) - Electoral Rolls: mechanic (Wooloowin, 1912-1913); public servant (Bardon Estate, 1919-1936; Bardon, 1943-1954) * [[/Keith Ferguson Price|Price, Keith Ferguson]] [https://www.familysearch.org/tree/person/details/94TB-TPD] - 1900(Vic)-1978(Qld) - Licences: 4KF Brisbane (Camp Hill, 1937-1939, 1947) - Qualifications: cc; AOCP 1937, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Norman Park, Qld, 1925-1926); engineering instructor (Camp Hill, Qld, 1937-1943); electrical engineer (Camp Hill, Qld, 1954-1958) ===''PRIDDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Arthur Priddle|Priddle, Raymond Arthur]] [https://www.familysearch.org/tree/person/details/G8H3-PNF] - 1913(NSW)-1971(NSW) - Licences: 2RA Bathurst (1929-1936); 2RA Sydney (Marrickville, 1938-1939; Greenwich, 1946; Pymble, 1947-1961; Wahroonga, 1969) - Qualifications: AOCP 473, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: civil engineer (Yass, 1935; Marrickville, 1936-1943; Lane Cove, 1943; Pymble, 1949-1963); engineer (Wahroonga, 1968) ===''PRIDEAUX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Charles Prideaux|Prideaux, Joseph Charles]] [https://www.familysearch.org/tree/person/details/GX6Y-Y6H] - 1908(Qld)-1969(NSW) - Licences: 4DS Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: musician (Lismore, NSW, 1935-1943); hairdresser (Lismore, NSW, 1949-1968) ===''PRIDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Clifford Pridham|Pridham, Leslie Clifford]] [https://www.familysearch.org/tree/person/details/GXK2-H6C] - 1916(SA)-2007(SA) - Licences: 5WP Adelaide (Torrensville, 1937-1939) - Qualifications: cc; AOCP 2047, 1937, SA; BOCP 301, 1940; 1COCP 834, 1944 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Torrensville, SA, 1939-1941); public servant (Lockleys, SA, 1943) ===''PRINCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Prince|Prince, Albert Edward]] [https://www.familysearch.org/tree/person/details/GXKT-ZLR] - 1914(SA)-1996(SA) - Licences: 5WK Adelaide (Walkerville, 1934-1939; Kurralta Park, 1947; Plympton, 1948-1980+) - Qualifications: cc; AOCP 1358, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Queenstown, SA, 1941); fitter (Gracemere, SA, 1943); sheet metal worker (Broadview Gardens, SA, 1943) ===''PROPOSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilhelm Carl Lormann Proposch|Proposch, Wilhelm or William Carl Lormann or Forman]] [https://www.familysearch.org/tree/person/details/LVVN-TGW] - 1900(NSW)-1970(Qld) - Licences: 4PL Chinchilla (1937-1939); 4PL Nanango (1947-1969) - Qualifications: cc; AOCP 1986, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: wellborer (Maclargan via Jondaryan, Qld, 1925-1936); radio dealer (Chinchilla, Qld, 1937; Nanango, Qld, 1943-1968) ===''PRYZBILLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Alfred Pryzibilla|Pryzibilla, Colin Alfred]] [https://www.familysearch.org/tree/person/details/GXKD-1SY] - 1910(SA)-2001(SA)91yo - Licences: 5XJ Adelaide (Parkside, 1935-1939, 19471960; Brooklyn Park, 1965-1969; Ascot Park, 1975; Plympton Park, 1980) - Qualifications: cc; AOCP 1590, 1935, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PURDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Commodore Vere Purdon|Purdon, Commodore Vere]] [https://www.familysearch.org/tree/person/details/GQ28-Y6B] - 1901(Tas)-1968(Tas) - Licences: 7AM Receive Hobart (Battery Point, 1922); Receive Hobart (Battery Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart East, 1922; Hobart South, 1928; Bellerive, 1936-1954) =='''Q'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''QUICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Quick|Quick, John]] [https://www.familysearch.org/tree/person/details/LKWF-QQF] - 1852(Eng)-1932(Vic) - state politician (MLA Vic, 1880s & 1890s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1909-1910), oversight of 1909 Melbourne Wireless Telegraphy Conference - Links: [[w:John_Quick_(politician)|Wikipedia]]; [https://adb.anu.edu.au/biography/quick-sir-john-8140 ADB] ===''QUIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Quin|Quin, Charles]] [https://www.familysearch.org/tree/person/details/G8VW-TP8] - 1910(WA)-1979(WA) - Licences: 6CX Perth (Subiaco, 1930-1933; Nedlands, 1937; Wembley, 1938-1939, 1946-1947) - Qualifications: cc; AOCP 678, 1930, No. ?? in WA; AOLCP 178, 1934 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Wembley Park, 1937); accountant (Swanbourne, 1963); retired (Swanbourne, 1972-1977) =='''R'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''RADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Dynan Radford|Radford, Wilfred or William Dynan]] [https://www.familysearch.org/tree/person/details/92MT-KNF] - 1916(Qld)-1996(NSW) - Licences: 4WV Brisbane (Ashgrove, 1936-1937); 4WW Brisbane (Ashgrove, 1938-1939) - Qualifications: cc; AOCP 1624, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: theological student (Hunters Hill, NSW, 1943); clergyman (Toongabbie, NSW, 1954); priest (Marist College, Armidale, NSW, 1958; Toongabbie, NSW, 1963-1968; Hunters Hill, NSW, 1977-1980) ===''RAGLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Beaumont Ragless|Ragless, Gordon Beaumont]] [https://www.familysearch.org/tree/person/details/GMY3-58F] - 1909(SA)-2002(SA) - Licences: 5GR Adelaide (St Marys, 1928-1939; Marion, 1946-1948) - Qualifications: cc; AOCP 434, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: orchard assistant (St Marys, 1939-1943) ===''RAINBOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Rainbow|Rainbow, Christopher James]] [https://www.familysearch.org/tree/person/details/G87K-BB5] - 1911(Vic)-1994(Vic) - Licences: 3JR Melbourne (Preston, 1928-1954; West Preston, 1955-1969; Rosebud, 1975-1980) - Qualifications: AOCP 406, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, partnership (Supreme Radio Co, Preston ?-1932), WW2 (RAAF) - Electoral Rolls: engineer (Preston, 1931-1942); traveller (Preston, 1949-1972; Rosebud, 1977); retired (Rosebud, 1980) - Relationships: brother-in-law of 3PA Percy James Anderson ===''RAMSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Ramsay|Ramsay, Frederick Charles]] [https://www.familysearch.org/tree/person/details/GXNM-4RT] - 1871(Eng)-1950(NSW) - Licences: Receive (Crystal) Brisbane (Toowong, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hermit Park, Qld, 1903-1905; South Brisbane, Qld, 1912; West End, Qld, 1915-1919); accountant (Toowong, Qld, 1921-1925; Waverley, NSW, 1930-1934); teacher (Waverley, NSW, 1936-1943) * [[/Robert Ramsay|Ramsay, Robert ]] - 1842(Sct)-1882(Vic) - solicitor, Victorian politician, Postmaster-General Victoria (Jul 1874 - Aug 1875; Oct 1875 - May 1877) ===''RANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Otto Randell|Randell, Charles Otto]] [https://www.familysearch.org/tree/person/details/97TF-XLP] - 1880(NSW)-1958(Qld) - Licences: 4BK Innisfail (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster (callsign to 4BK Brisbane commercial 1930) - Comment: 4AC Leslie Waters employed by Randell Engineering - Electoral Rolls: analytical chemist (Hambledon, 1903); chemist (Goondi, 1908); engineer (Innisfail, 1912-1913); mechanical engineer (Townsville, 1915); analytical chemist (Innisfail, 1919-1930); agent (Toowong, 1936); chemist (Brisbane, 1937); industrial chemist (North Sydney, 1949) ===''RANKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Ronald Rankin|Rankin, Kenneth Ronald "Ken"]] [https://www.familysearch.org/tree/person/details/L2RC-8FS] - 1906(Vic)-1964(Vic) - Licences: 3KR Kerang (1926-1939); 3KR Benalla (1946-1960) - Qualifications: AOCP 242, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio salesman (Kerang, 1928-1937); manager (Benalla, 1949-1963) - Probate: Theatre Manager (Benalla, 1965) ===''RANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Rann|Rann, George William]] [https://www.familysearch.org/tree/person/details/GZDG-VMV] - 1908(WA)-1974(WA) - Licences: 6KO Perth (Nedlands, 1932-1939) - Qualifications: cc; AOCP 1000, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Nedlands, WA, 1931); printer (West Subiaco, WA, 1936; Wembley, WA, 1937-1943; Leederville, WA, 1954-1958); civil servant (City Beach, WA, 1963-1972) ===''RAYNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Rayner|Rayner, Jack]] [https://www.familysearch.org/tree/person/details/LYQQ-2LK] - 1898(NSW)-1972(NSW) - Licences: 2LJ Sydney (Stanmore, 1928-1930; Belmore, 1931-1939, 1946-1950) - Qualifications: AOCP 384, 1928, No. ?? in NSW; 2COCP 425, 1933; 1COCP 335, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: police constable (Annandale, 1930); constable (Belmore, 1933-1934); police constable (Belmore, 1937-1949) ===''READ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Earl Read|Read, Alfred Earl "Earl"]] - 1892(NZ)-1960(NZ) - journalist (editor NZ Radio Times to 1936; editor and proprietor, Australasian Radio World 1936-1940; manager, Australasian Radio World 1940+) * [[/Allan William Read|Read, Allan William]] [https://www.familysearch.org/tree/person/details/GX1B-WF2] - 1913(WA)-1983(WA) - Licences: 6LK Perth (Mt Lawley, 1931-1933); 6LK Northam (1937-1939) - Qualifications: cc; AOCP 735, 1931, No. ?? in WA; AOLCP 163, 1934; 1COCP 83, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Broadcasting Station, Northam, WA, 1936-1937); radio technician (North Perth, WA, 1943-1958); public servant (Nollamara, WA, 1963-1980) ===''READER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/d'Arcy Harold Reader|Reader, d'Arcy Harold]] [https://www.familysearch.org/tree/person/details/L5KX-8N8] - 1888(NZ)-1952(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 123, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: wireless telegraphist (Thursday Island, Qld, 1916-1917) ===''READING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Reading|Reading, Edward Charles]] [https://www.familysearch.org/tree/person/details/GZW7-9DL] - 1904(NSW)-1979(NSW) - 2RG Bangalow (1925-1929), 2LT Lismore (1965-1975), amateur operator (AOCP 65, 1925, No. ?? in NSW), amateur broadcaster, electrician, Reading Bros (proprietor & electrical engineer, 1930-1939), 2RG callsign may have been withdrawn by PMGD for 2RG Griffith commercial * [[/Leonard William Reading|Reading, Leonard William]] [https://www.familysearch.org/tree/person/details/L2LY-H23] - 1904(WA)-1989(WA) - Licences: 6LR Northam (1933-1936); 3TQ Newport (1937); 6LR Perth (Pearce, 1938-1939; South Perth, 1946-1947) - Qualifications: cc; AOCP 1200, 1933, Vic; 1COCP 384, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Northam, WA, 1925-1936; Newport, Vic, 1937); airman (South Perth, WA, 1943); supervisor (Karinup, WA, 1980) ===''REDDROP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Reddrop|Reddrop, James William Jnr]] [https://www.familysearch.org/tree/person/details/GD1T-SYY] - 1906(Vic)-1981(NSW) - Licences: 7BN Launceston (1934-1937); 3BN Melbourne (Caulfield, 1938-1939, 1946-1954) - Qualifications: cc; 1COCP 28, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: airman (Elsternwick, 1931; St Kilda, 1937); air force (Elsternwick, 1942-1954); air force officer (Glenbrook, NSW, 1958); RAAF officer (Campbell, 1963); retired (Hackett, ACT, 1968); representative (Tbre Lake, 1972-1980) ===''REED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Griffiths Reed|Reed, Joseph Griffiths "Joe"]] [https://www.familysearch.org/tree/person/details/GC6Y-GZZ] - 1897(NSW)-1969(NSW) - Licences: XABP Newcastle (1914); 2JR Sydney(Summer Hill, 1924-1933; Croydon, 1934-1939; Northbridge, 1946-1969) - Qualifications: cc; CPRT 710, 1922; 1COCP 235, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio engineer (Summer Hill, NSW, 1930-1934); engineer (Croydon, NSW, 1936-1937); electrical engineer (Northbridge, NSW, 1943-1968) ===''REEDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Bennett Reedman|Reedman, Alfred Bennett]] [https://www.familysearch.org/tree/person/details/KZLN-MVM] - 1896(Qld)-1982(Qld) - Licences: Receive (Valve) Brisbane (Norman Park, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kangaroo Point, Qld, 1919-1921; Norman Park, Qld, 1925-1980) ===''REES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Montague Elyder Rees|Rees, Richard Montague Elyder]] [https://www.familysearch.org/tree/person/details/MPXW-S6Y] - 1901(Eng)-1962(Vic) - Licences: 2RE Sydney (Stanmore, 1926-1927; Coogee, 1928-1930); 2WM Sydney (Enfield, 1931-1933); 2APW Albury (1946-1947); 3APW Darling (1948-1954) - Qualifications: AOCP 296, 1926, No. ?? in NSW; CPRTelephony 959, 1927; 2COCP 283, 1930; BOCP 107, 1937; 1COCP 941, 1945 - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Enfield, 1931-1937) ===''REEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Herbert Reeves|Reeves, Cecil Herbert]] [https://www.familysearch.org/tree/person/details/GF3Z-X92] - 1905(WA)-1975(WA) - Licences: 6CR Perth (Claremont, 1931-1933; Victoria Park, 1937-1939) - Qualifications: cc; AOCP 746, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Claremont, WA, 1931; Victoria Park, WA, 1936-1943; Wagin, WA, 1954; Fremantle, WA, 1958; East Fremantle, WA, 1963-1972) ===''REID''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Reid|Reid, John]] [https://www.familysearch.org/tree/person/details/GF3G-PDG] - 1901(Vic)-19??(???) - Licences: 3BE Melbourne (Werribee, 1937); 6BE Perth (RAAF, Pearce, 1938); 3AJR Ballarat (1947-1980+) - Qualifications: cc; 2COCP 26, 1935 - amateur operator; amateur broadcaster; WW2 - Comment: Several contemporaneous JRs - Electoral Rolls: retired (Ballarat, Vic, 1977-1980) ===''REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Dwyer Reilly|Reilly, Edward or Edwin Dwyer]] [https://www.familysearch.org/tree/person/details/G9S5-67P] - 1913(Vic)-1991(SA) - Licences: 5AI Adelaide (Woodville, 1935-1939; Brooklyn Park, 1947-1975; Aldinga, 1980+) - Qualifications: cc; AOCP 1524, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Woodville, SA, 1939-1943) * [[/Eric Harold Reilly|Reilly, Eric Harold]] [https://www.familysearch.org/tree/person/details/L153-S1X] - 1905(Qld)-1950(Qld) - Licences: 4ER Brisbane (Hill End, 1934-1937); 4ER Laidley (1938-1939, 1946-1948) - Qualifications: cc; AOCP 1339, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ, WICEN) - Electoral Rolls: rubber worker (Hill End, Qld, 1934-1937); motor mechanic (Laidley, Qld, 1943-1949) ===''REIMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Alwin Reimann|Reimann, Albert Alwin]] [https://www.familysearch.org/tree/person/details/G4RD-V3K] - 1905(SA)-1946(SA) - Licences: 5JO Adelaide (Kent Town, 1928-1939) - Qualifications: cc; AOCP 453, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil ===''REINARTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John L. Reinartz|Reinartz, John L.]] - 1894(Ger)-1964(USA) - 1QP (1908-?), 1XAM, W3RB, K6BJ USA, amateur operator, with Fred Schnell made first Trans-Atlantic 2 Way QSO with F8AB Leon Deloy ===''REINHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Cyril Reinhold|Reinhold, Edwin Cyril]] [https://www.familysearch.org/tree/person/details/LHH4-WWR] - 1900(Qld)-1984(Qld) - Licences: Q747 Receive Brisbane (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Clayfield, 1925); motor mechanic (Gracefield, 1931-1949); soldier (Sherwood, 1954-1980) ===''RENNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rennie|Rennie, F.]] - 19??(???)-19??(???) - Licences: 3HI Receive Melbourne (South Yarra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/J. M. Rennie|Rennie, J. M.]] - 19??(???)-19??(???) - Licences: 3QF Receive Melbourne (Northcote, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/K. M. Rennie|Rennie, K. M.]] - 19??(???)-19??(???) - Licences: 2AO Receive Sydney (Edgecliffe, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''RENSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Phillip Renshaw|Renshaw, Walter Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G9KS-1LX] - 1891(NSW)-1968(NSW) - Licences: XFP Sydney (Roseville, 1912-1914); 2DE Sydney (Roseville, 1922-1939) - Qualifications: cc; CPRT 370, 1918 - early wireless experimenter; amateur operator - amateur broadcaster; WW1; radio clubs (WIA NSW - 1912+, President, Federal President); professional clubs (IRE NSW - founding member); business (consulting engineer); witness to Royal Commission 1927 (as Hon. Sec. WIA NSW) - Comment: late 1930s entangled in a NSW State Government corruption enquiry - Electoral Rolls: civil engineer (Roseville, 1936-1954; Ashfield, 1958-1968) ===''RENWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Griffith Renwick|Renwick, Arthur Griffith]] [https://www.familysearch.org/tree/person/details/GD57-8XV] - 1902(NSW)-1967(NSW) - Licences: 2CG Receive Sydney (Woollahra, 1922) - Qualifications: cc; BOCP 292, 1940 - amateur receiver - Electoral Rolls: pharmacist (Roseville, 1930-1937); chemist (Drummoyne, 1943-1954); retail chemist (Strathfield, 1958-1963) ===''RETALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Moncrieff Retallick|Retallick, James Moncrieff]] [https://www.familysearch.org/tree/person/details/LKK3-QDW] - 1898(NSW)-1969(NSW) - Licences: 2XO Bellingen (1930-1939, 1946-1947); 2FE Portable Bellingen (1933-1939); 2XO Raleigh (1948-1955); 2XO Coffs Harbour (1956-1958); 2XO Urunga (1960-1969); - Qualifications: AOCP 664, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: attendant (Substation, Raleigh, 1949-1954); electrical mechanic (Urunga, 1963-1968) ===''REYNOLDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Daniel Reynolds|Reynolds, George Daniel]] [https://www.familysearch.org/tree/person/details/GX9J-VBQ] - 1886(NZ)-1964(Vic) - Licences: Nil yet identified - Qualifications: cc; 1COCP 180, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: wireless operator (Rockhampton, 1917; Cooktown, 1928); radio (Malvern, 1934-1937); wireless operator (New Farm, 1943); radio station manager (Townsville, 1949); retired (Malvern, 1954-1963) ===''RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Rhodes|Rhodes, Harry]] [https://www.familysearch.org/tree/person/details/G8BS-QMC] - 1887?(???)-1966(SA) - Licences: Receive (Valve) Kadina (1923); 5HR Kadina (1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: Needs more research - Electoral Rolls: electrical engineer (Quorn, 1939-1943; Grassmere, 1943) ===''RIBBETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Ribbett|Ribbett, Thomas John]] [https://www.familysearch.org/tree/person/details/GXQQ-YRJ] - 1880(SA)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPOE, 1917) - Electoral Rolls: Nil yet identified ===''RICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fry Rich|Rich, Charles Fry]] [https://www.familysearch.org/tree/person/details/GXN8-YZ3] - 1873(Eng)-1949(NSW) - Licences: 4CR Fife Bay, Papua - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Father of 4VX 2AJZ 9VX 2API Mackendrick Charles William Rich - Electoral Rolls: retired (Chatswood, NSW, 1943-1949) * [[/Mackendrick Charles William Rich|Rich, Mackendrick Charles William]] [https://www.familysearch.org/tree/person/details/GXN8-5MB] - 1903(PNG)-1991(NSW) - Licences: 4VX Samarai, Papua (1938-1939); 2AJZ Sydney (Chatswood, 1946); 9VX Port Moresby (1947-1948); 2API Sydney (Manly Vale, 1954-1955; Balgowlah, 1956-1969; Manly Vale, 1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Son of 4CR Charles Fry Rich - Electoral Rolls: no occupation (Manly Vale, NSW, 1954-1963); retired (Manly Vale, NSW, 1977-1980) ===''RICHARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. F. Richards|Richards, G. F.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (Moonah, 1923); 2237 Hobart (Moonah, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/George Richards|Richards, George]] [https://www.familysearch.org/tree/person/details/GHDM-JZ6] - 1888(Qld)-1963(Qld) - Licences: 4XK Ipswich (1930-1939) - Qualifications: cc; AOCP 575, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mine manager (Silkstone, 1917-1932; Booval, 1936-1958) * [[/Maurice Evans Richards|Richards, Maurice Evans]] [https://www.familysearch.org/tree/person/details/GZ3X-KPB] - 1910(SA)-1997(SA) - Licences: 5CY Receive Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923); 5MR Adelaide (Glenunga, 1927-1928) - Qualifications: cc; AOCP 369, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Relationships: Likely a relation of 5WR Wilfred Mayo Richards - Electoral Rolls: welder (Millswood East, SA, 1943) * [[/Norman Henry Richards|Richards, Norman Henry]] [https://www.familysearch.org/tree/person/details/GXH1-NL1] - 1912(Eng)-2007(Qld) - Licences: 4NR Brisbane (Wooloowin, 1932-1937) - Qualifications: cc; AOCP 1071, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Wooloowin, Qld, 1936-1937); mechanic (Eagle Junction, Qld, 1943); refrigeration engineer (Maryborough, Qld, 1949-1954); engineer (Ashgrove, Qld, 1963-1968); retired (Glasshouse Mountains, Qld, 1972-1977; Tin Can Bay, Qld, 1980) * [[/Victor John Richards|Richards, Victor John]] [https://www.familysearch.org/tree/person/details/GFML-3HH] - 1916(WA)-1992(WA) - Licences: 6JR Perth (Nedlands, 1937-1939) - Qualifications: cc; AOCP 1894, 1937, WA; 2COCP 265, 1939; 1COCP 367, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: storeman (Nedlands, WA, 1937); radio operator (Alice Springs, NT, 1943); machinery assistant (Wivenhoe, Tas, 1949); radio technician (Darlinghurst West, NSW, 1949; Charters Towers, Qld, 1949)); radio operator (Carlingford, NSW, 1954); radio technician (Blacktown, NSW, 1958); technician (Applecross, WA, 1958-1972); radio officer (Applecross, WA, 1977-1980) * [[/Wilfred Mayo Richards|Richards, Wilfred Mayo]] [https://www.familysearch.org/tree/person/details/GZ3X-6W4] - 1896(SA)-1948(SA) - 5WR Adelaide (Medindie Gardens, 1927-1939, 1946-1948) - Qualifications: cc; AOCP 364, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - certainly a relation of 5MR Maurice Evans Richards ===''RICHARDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Kennington Richardson|Richardson, Alan Kennington]] [https://www.familysearch.org/tree/person/details/GXRM-73L] - 1914(SA)-1994(SA) - Licences: 5AR Adelaide (Everard Park, 1934-1939; City, 1947-1980+) - Qualifications: cc; AOCP 1277, 1934, SA; AOLCP 201, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Everard Park, SA, 1939) * [[/Jasper Bede Richardson|Richardson, Jasper Bede]] [https://www.familysearch.org/tree/person/details/GX1J-LTY] - 1907(WA)-1969(WA) - Licences: 6LX Perth (Fremantle, 1931-1933; Hollywood, 1937-1939) - Qualifications: cc; AOCP 831, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (East Fremantle, WA, 1931); radio mechanic (Hollywood, WA, 1936-1937; East Perth, WA, 1943; East Fremantle, WA, 1949); mechanic (Bicton, WA, 1954-1968) * [[/John Keith Richardson|Richardson, John Keith "Keith"]] [https://www.familysearch.org/tree/person/details/G6QQ-76P] - 1906(Qld)-1954(Tas) - Licences: 4KR Barcaldine (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: overseer ("Ashgrove", Gore, 1930-1932) ===''RICKABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorimer Douglas Rickaby|Rickaby, Lorimer Douglas "Rick"]] [https://www.familysearch.org/tree/person/details/GMR4-Z8W] - 1906(Qld)-1975(Qld) - Licences: 4VR Brisbane (Coorparoo, 1936-1939, 1946-1948; Coopers Plains, 1955-1975) - Qualifications: cc; BOCP 485, 1938 - amateur operator; amateur broadcaster; broadcast technician (4VL, 4AK, 4BK); military (WW2, RAN); ship wireless officer; security officer (MSS) - Relationships: father of 4RX Brian ??? Rickaby; father-in-law of 4VR Valerie ??? Rickaby - Electoral Rolls: telegraphist (Flinders Naval Depot, Vic, 1931-1934); radio engineer (Coorparoo, Qld, 1937); technician (Coorparoo, Qld, 1943-1949); meter reader (Coopers Plains, Qld, 1958-1972) * [[/Brian ??? Rickaby|Rickaby, Brian ???]] - Licences: 4ZAP Brisbane (Coopers Plains, 1960); 4RX Brisbane (Salisbury, 1965-1980) - Qualifications: AOLCP; AOCP; BOCP; TVOCP - amateur operator; broadcast engineer (Qld State Broadcasting Office, P&TD / DoC / DoTaC / ABA) - Relationships: son of 4VR Lorimer Douglas Rickaby; husband of 4VR Valerie ??? Rickaby - Electoral Rolls: ===''RIETHMULLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Riethmuller|Riethmuller, Eric Charles]] [https://www.familysearch.org/tree/person/details/G64Z-XCL] - 1903(Qld)-1987(Qld) - Licences: 4SK Willis Island (1931) - Qualifications: cc; 2COCP 250, 1930; 1COCP 299, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jandowae, 1936); radio technician (Wellington, NSW, 1937; Moorooka, 1943); radio operator (Darlinghurst, 1949; Wahroonga, 1963-1972); retired (Toowoomba, 1972-1980) ===''RING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Mostyn Ring|Ring, Keith Mostyn]] [https://www.familysearch.org/tree/person/details/LKB8-YR7] - 1913(SA)-1991(SA) - Licences: 5KH Adelaide (Kensington Park, 1932-1939, 1947-1948; Marion, 1954; Eden Hills, 1955-1969); 5KH Williamstown (1975); 5KH Kapunda (1980+) - Qualifications: cc; AOCP 923, 1932, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank official (Jamestown, SA, 1941-1943) * [[/Thomas Leo Ring|Ring, Thomas Leo]] [https://www.familysearch.org/tree/person/details/GX95-D97] - 1893(Vic)-1945(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 233, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Rockhampton, 1916; Sandgate, 1921); clerical assistant (Bowen, Qld, 1925); postmaster (Texas, 1930-1937); retired (Hendra, Qld, 1943) ===''RIPPEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Adolf Heinrich Gerhard Rippen|Rippen, Adolf Heinrich Gerhard]] [https://www.familysearch.org/tree/person/details/GZLK-QSB] - 1919(WA)-1941(Off coast of Kenya) - Licences: 6GR Perth (Fremantle, 1936-1939) - Qualifications: cc; AOCP 1731, 1936, WA - amateur operator; amateur broadcaster; WW2 (RAN, HMAS Sydney II, Telegraphist) - Electoral Rolls: engineer (Fremantle, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.sydneymemorial.com/registrydetails.asp?ID=478 HMAS Sydney II Memorial]; [https://vwma.org.au/explore/people/644953 VWMA]; [http://www.streetwisemedia.com.au/unknown-sydney-sailor-named-after-80-years/ Streetwise] ===''RIVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Ronald Rivers|Rivers, Edmund Ronald or Ronald Edmund]] [https://www.familysearch.org/tree/person/details/GDJH-V2S] - 1901(Vic)-1950(Vic) - Licences: 3ER Receive Melbourne (Essendon, 1922-1923); 3ER Melbourne (Essendon, 1924-1925) - Qualifications: cc; CPRT 767, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''RIX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Henry George Rix|Rix, Walter Henry George]] [https://www.familysearch.org/tree/person/details/MMQX-KZQ] - 1898(Qld)-1923(Qld) - Licences: 4EC Receive Brisbane (Bulimba, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: tram conductor (Valley, Qld, 1919-1921) ===''ROBBINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Fellows Robbins|Robbins, Thomas Fellows]] [https://www.familysearch.org/tree/person/details/GX5X-2SL] - 1918(SA)-1986(SA) - Licences: 5DK Adelaide (Fullarton, 1935-1937; Malvern, 1938-1939); 5AQ Leigh Creek (1954-1960); 5AQ Port Augusta (1965-1980+) - Qualifications: cc; AOCP 1548, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Malvern, SA, 1941-1943) ===''ROBERTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles D'Arcy Roberts|Roberts, Charles D'Arcy]] [https://www.familysearch.org/tree/person/details/GZ2N-VBN] - 1909(NSW)-1943(Burma) - licences: 2JV Sydney (Greenwich, 1928-1939) - qualifications: AOCP 408, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 (signalman, 8 Division Signals, 1943) - Electoral rolls: clerk (Lane Cove, 1930-1937) - "Greater love hath no man than this" * [[/Harry Mayland Roberts|Roberts, Harry Mayland or Mayfield (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXLH-KKF] - 1912(SA)-1979(SA) - Licences: 5MY Adelaide (Alberton East, 1931; Myrtle Bank, 1938-1939; Fullarton Estate, 1947-1954; Plympton, 1955-1965; North Plympton, 1969-1975) - Qualifications: cc; AOCP 763, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Myrtle Bank, SA, 1939-1943) * [[/J. C. A. Roberts|Roberts, J. C. A.]] - 19??(???)-19??(???) - Licences: XAAY Sydney (Parramatta, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Identification: Not yet identified, despite three given names - Electoral Rolls: Nil yet identified * [[/Nicholas William Roberts|Roberts, Nicholas William]] [https://www.familysearch.org/tree/person/details/GXRC-XKV] - 1915(SA)-1936(SA) - Licences: 5NR Adelaide (St Peters, 1933-1936) - Qualifications: cc; AOCP 1228, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, age 21yo - Electoral Rolls: Nil yet identified * [[/Noel Grafton Roberts|Roberts, Noel Grafton]] [https://www.familysearch.org/tree/person/details/GXRD-CCL] - 1924(Eng)-2008(Eng) - Licences: 5NR Katherine (1947) - Qualifications: cc; 1COCP 589, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio inspector (Tally Ho, Vic, 1967-1968; Glen Waverley, Vic, 1972-1980) * [[/Richard George Crafter Roberts|Roberts, Richard George Crafter or Crofter]] [https://www.familysearch.org/tree/person/details/MWFZ-Z24] - 1901(NSW)-1964(NSW) - Licences: 2UU Sydney (Ashfield, 1923-1925) - Qualifications: cc; CPRT 750, 1922; 2COCP 430, 1933; 1COCP 505, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ashfield, 1933-1936; Lovetts Bay, 1943; Chatswood, 1949-1958) * [[/Russell Flexmore Roberts|Roberts, Russell Flexmore]] [https://www.familysearch.org/tree/person/details/LL4K-265] - 18??-1961(Qld) - Licences: 4PN Brisbane (West End, 1927-1933; Annerley, 1937-1939, 1946-1960) - Qualifications: cc; AOCP 372, 1927, No. 41 in Qld - amateur operator; amateur broadcaster; WW2; television experimenter (4CM); broadcaster (4BC, manager) - Electoral Rolls: musical director (South Brisbane, 1919); musician (Coorparoo, 1934); manager (Yeronga, 1936-1937); alderman (Annerley, 1954) * [[/V. Roberts|Roberts, V.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ROBERTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Desmond Robertson|Robertson, Brian Desmond]] [https://www.familysearch.org/tree/person/details/GX2G-W63] - 1921(SA)-1996(SA) - Licences: 1RD Macquarie Island (1950s); 5RD Adelaide (Henley Beach, 1954-1956) - Qualifications: cc; 1COCP 998, 1946 - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/David Sterling Robertson|Robertson, David Sterling]] [https://www.familysearch.org/tree/person/details/GW2M-F7H] - 1920(SA)-19??(???) - Licences: 5RN Adelaide (Mt Lofty, 1937-1939, 1948-1965); 1ATR Canberra (Deakin, 1956; Yarralumla, 1960); 5RN Adelaide (Stirling, 1969-1980+) - Qualifications: cc; AOCP 1944, 1937, SA; 2COCP 346, 1940; 1COCP 405, 1940 - amateur operator; amateur broadcaster - Relationships: Husband of 5YL-1YL Denise Alison Robertson nee Haslam - Electoral Rolls: radio engineer (North Sydney, 1943) * [[/Denise Alison Robertson|Robertson nee Haslam, Denise Alison]] [https://www.familysearch.org/tree/person/details/GW2M-JWG] - 1927(NSW)-2008(SA) - Licences: 1YL Canberra (Yarralumla, 1960-1965); 5YL Adelaide (Stirling, 1969) - Qualifications: cc; AOCP 3552, 1956, ACT - amateur operator; YL operator - Relationships: Wife of 5RN-1ATR David Sterling Robertson - Electoral Rolls: Nil yet identified ===''ROBINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Robinson|Robinson, Alexander]] [https://www.familysearch.org/tree/person/details/L1G8-ZJ2] - 1900(Eng)-1949(NSW) - Licences: 2GR Sydney (Haberfield, 1930-1937; Richmond, 1938-1939; Hunter's Hill, 1946-1948) - Qualifications: AOCP 498/499, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical meter tester (Haberfield, 1933-1936) - 2GR callsign previously held by Joseph Sydney Marks * [[/Arthur Robinson|Robinson, Arthur]] [https://www.familysearch.org/tree/person/details/G8CS-4PP] - 1926(Vic)-19??(???) - Licences: 3ABF Sale (1948-1956); 3ABF Melbourne (Croydon, 1960); 3ABF Traralgon (1965-1980+) - Qualifications: AOCP 2710, 1948, Vic; TVOCP 184, 1959 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Sale, 1949-1954); technician (Croydon, 1963); PMG TV technician (Traralgon, 1963-1980) * [[/Charles John Robinson|Robinson, Charles John]] [https://www.familysearch.org/tree/person/details/LNJD-DC5] - 1908(Tas)-2004(???) - Licences: 7RC Launceston (1936-1937); 7KR Launceston (1938-1939) - Qualifications: cc; AOCP 1668, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carter (Launceston, 1936-1937); cordial maker (Launceston, 1943) * [[/John William Robinson|Robinson, John William]] [https://www.familysearch.org/tree/person/details/GS7H-Q61] - 1895(Eng)-1963(NSW) - Licences: 2EN Receive Sydney (Ryde, 1922-1923); 2RN Receive Sydney (Concord, 1923); 4RN Brisbane (Kedron, 1931) - Qualifications: cc; Nil yet identified - amateur receiver; amateur broadcaster; Honorary Radio Inspector NSW; First director 4QG - Comment: several contemporaneous JWRs - Electoral Rolls: wireless engineer (Merthyr, Qld, 1925-1926); radio engineer (Highgate Hill, Qld, 1928); engineer (Herston, 1936-1937) ===''ROBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Laudreux Robson|Robson, Colin Laudreux]] [https://www.familysearch.org/tree/person/details/GXYV-TL8] - 1916(WA)-1973(WA) - Licences: 6XI Perth (Mt Lawley, 1937-1939); 6XI Northam (1947-1948); 6XI Waterloo (1954-1960); 6XI bunbury (1965-1969) - Qualifications: cc; 3COCP 181, 1936; AOCP 2055, 1937, WA; BOCP 234, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (6AM Quarters, Northam, WA, 1949; 6TZ, Waterloo, WA, 1958-1963; Bunbury, WA, 1968-1972) ===''ROCKWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Bruce Rockwell|Rockwell, Horace Bruce]] [https://www.familysearch.org/tree/person/details/K882-BWV] - 1887(Tas)-1955(NSW) - Licences: XQH Brisbane (Wynnum) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; WW1; WW2; a founder of Wireless Institute of Queensland 1912 - Electoral Rolls: electrician (Fort Lytton, Qld, 1913; Wynnum, Qld, 1917-1919); electrical engineer (Enoggera, Qld, 1919; Chelmer, Qld, 1925); electrician (Fort Lytton, Qld, 1936-1937); soldier (Middle Head, NSW, 1943); engineer (Northbridge, NSW, 1949) ===''RODDA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William David Rodda|Rodda, William David]] [https://www.familysearch.org/tree/person/details/G8WK-4JB] - 1907(WA)-1961(WA) - Licences: 6WR Perth (Claremont, 1928-1939) - Qualifications: cc; AOCP 435, 1928, No. ?? in WA; BOCP 1191, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Claremont, 1931-1936; Nedlands, 1937; Claremont, 1943); control operator (Nedlands, 1949-1954); technician (Perth, 1958) ===''RODWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Rodwell|Rodwell, Albert Edward]] [https://www.familysearch.org/tree/person/details/MWX8-VG7] - 1909(Qld)-1976(Qld) - Licences: Receive (Crystal) Brisbane (Bowen Hills, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Bowen Hills, Qld, 1936-1937); grocer (Kedron, Qld, 1943-1949); company manager (Wavell Heights, Qld, 1954-1968); bookseller (Aspley, Qld, 1972) ===''ROGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Stanley Rogers|Rogers, Bernard Stanley]] [https://www.familysearch.org/tree/person/details/GXPV-L34] - 1912(SA)-1987(SA) - Licences: 5FG Adelaide (Blackwood, 1934-1939; Edwardstown, 1947-1948; Glandore, 1954-1980+) - Qualifications: cc; AOCP 1274, 1934, SA; 1COCP 907, 1945 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Edwardstown, SA, 1939-1943) ===''ROHDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Campbell Rohde|Rohde, William Campbell "Bill"]] [https://www.familysearch.org/tree/person/details/G76S-GRF] - 1907(Qld)-1991(Qld) - Licences: 4RW Brisbane (Red Hill, 1929-1939) - Qualifications: cc; AOCP 493, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (YWCA Wireless Club); comms engineer (PMGD); broadcast engineer (4QG) - Electoral Rolls: telephone mechanic (Red Hill, 1934-1943; Newmarket, 1949); postal engineer (Coorparoo, 1958-1980) ===''ROLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Rolls|Rolls, Sydney]] [https://www.familysearch.org/tree/person/details/GX95-V3F] - 1886(???)-1957(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918); WW1 - Electoral Rolls: electrician (Auburn, Vic, 1916-1919); naval officer (Camberwell, Vic, 1924-1925); engineer (Hawthorn, Vic, 1928-1949) ===''ROSCOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Thomas Roscoe|Roscoe, Geoffrey Thomas]] [https://www.familysearch.org/tree/person/details/G8QR-GJY] - 1900(Qld)-1985(Qld) - Licences: Receive Condamine (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: teacher (Condamine, Qld, 1925; Macknade, Qld, 1936-1937; Boonah, Qld, 1943); retired (St Lucia, Qld, 1968-1980) ===''ROSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William (Qld) Rose|Rose, Robert William (Qld)]] [https://www.familysearch.org/tree/person/details/G8DS-JJM] - 1911(Qld)-1970(NSW) - Licences: 4RR Brisbane (1925); 4RQ Longreach (1930-1939, 1946-1948); 2AQR Wallsend (1956-1961); 2AQR Avoca (1965-1969) - Qualifications: cc; AOCP 576, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; chemist - Comment: Another Robert William Rose b1923 BOCP 993 - Electoral Rolls: mechanic (Toowong, 1925); chemist (Longreach, 1936-1949; West Wallsend, 1958-1963; Avoca Beach, 1968) * [[/Robert William (Vic) Rose|Rose, Robert William (Vic)]] - 1923(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; BOCP 993, 1948; 3AIR 1790, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: ===''ROSENSKJAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rosenskjar|Rosenskjar, F.]] - 19??-19?? - 4?? Brisbane (Fairfield) (Operator 4BI), amateur operator, amateur broadcaster ===''ROSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander David Ross|Ross, Alexander David]] [https://www.familysearch.org/tree/person/details/G68V-KFR] - 1883(Sct)-1966(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Professor of Mathematics & Physics, University of Perth) - Electoral Rolls: university professor (Perth Club, 1916; West Perth, 1925-1954); retired (Albany, WA, 1958-1963) - Links: [https://adb.anu.edu.au/biography/ross-alexander-david-8270 ADB]; [[w:Alexander_David_Ross|Wikipedia]]; [https://www.news.uwa.edu.au/archive/201206204747/features/setting-standards-excellence/ UWA] * [[/John Francis Ross|Ross, John Francis "Jack"]] - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer (PMGD); journalist (editor, The Broadcaster); historian (broadcasting, Amateur Radio, radiocommunications); author ("History of Radio in South Australia"; "Radio Broadcast Technology") - Electoral Rolls: ===''ROUTLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert Angus Routledge|Routledge, Robert Angus "Bob"]] [https://www.familysearch.org/tree/person/details/GWX2-BDP] - 1913(SA)-1997(SA) - Licences: 5RA Adelaide (Richmond, 1930-1931; Henley Beach, 1933) - Qualifications: cc; AOCP 679, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: manufacturer (Henley, 1939); radio technician (Henley, 1941); physics technician (Glenelg, 1943) ===''ROWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. L. Rowe|Rowe, R. L.]] - 19??(???)-19??(???) - Licences: 2LR Sydney (Milsons Point, 1928; McMahons Point, 1929) - Qualifications: cc; AOCP 267, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ROWLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert George Rowland|Rowland, Robert George]] [https://www.familysearch.org/tree/person/details/KH14-G2J] - 1902(Vic)-1996(Vic) - Licences: 3GR Ballarat (1930-1939, 1946-1980+) - Qualifications: AOCP 657, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grocer (Grovedale, 1924); storekeeper (Majorca, 1925-1927; Ballarat, 1931); radio dealer (Ballarat, 1936-1980) - Don't Confuse: 3ZGG/3AFS Robert George Rowlands ===''ROWLATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Rowlatt|Rowlatt, Thomas William]] [https://www.familysearch.org/tree/person/details/GCMJ-HZT] - 1892(Qld)-1978(Qld) - Licences: Receive (Crystal) Brisbane (South Brisbane, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: fitter (Kangaroo Point, Qld, 1915-1921); engineer (Kangaroo Point, Qld, 1925-1937); mechanical engineer (Kangaroo Point, Qld, 1943-1968); retired (Chermside, Qld, 1972-1977) ===''ROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Roy|Roy, A. J.]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 577, 1930, No. ?? in Vic - amateur operator?; amateur broadcaster? - Electoral Rolls: Nil yet identified - Individual not yet identified (115 Skene St, Warrnambool, Vic - 1930) ===''ROYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Arthur Kirkcaldy Royle|Royle, William Arthur Kirkcaldy]] [https://www.familysearch.org/tree/person/details/GZ13-BBQ] - 1909(NSW)-1965(NSW) - Licences: 2WA Sydney (Edgecliff, 1927-1928); 2AWK Sydney (Darling Point, 1946-1950; Sandringham, 1961) - Qualifications: AOCP 318, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: underwriter (Edgecliff, 1936-1954); agent (Sandringham, 1958) ===''RUBAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Peter Ruban|Ruban, John Peter]] [https://www.familysearch.org/tree/person/details/G8CM-DMS] - 1925(???)-2015(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: radio technician (Footscray North, 1963-1968); technician (Maidstone, Vic, 1972-1980) ===''RUMBOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Rumbold|Rumbold, George Henry]] [https://www.familysearch.org/tree/person/details/9VKD-BSQ] - 1907(Vic)-1977(Vic) - Licences: 3GR Bendigo (1927) - Qualifications: AOCP 349, 1927, No. ?? in Vic - amateur operator - Electoral Rolls: carpenter (Bendigo, 1928); insurance agent (Kyneton, 1931; Shepparton, 1931; Bendigo, 1936-1937); assistant superintendent (Bendigo, 1942-1954); cabinet maker (Bendigo, 1963-1972) ===''RUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Ruse|Ruse, Thomas William]] [https://www.familysearch.org/tree/person/details/KZMB-QWY] - 1891(Vic)-1987(WA)95yo - Licences: 6WK Perth (Perth City, 1930-1931; Osborne Park, 1933-1969) - Qualifications: cc; AOCP 627, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: baker (Osborne Park, 1916-1972); retired (Bunbury, 1977-1980) ===''RUSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Cooper Russell|Russell, Albert Cooper "Bert"]] [https://www.familysearch.org/tree/person/details/GFQ9-BQV] - 1916(WA)-1995(NSW) - Licences: 6AR Albany (1936-1937); 6AR Northam (1938-1939) - Qualifications: cc; AOCP 1670, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937); mechanic (New Town, Tas, 1943-1949); engineer (Sandringham, Vic, 1954; Sans Souci, NSW, 1958; Double Bay, NSW, 1963; Kensington, NSW, 1968-1980) ===''RYAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Ryan|Ryan, Albert John "Jack"]] [https://www.familysearch.org/tree/person/details/GZWH-V6X] - 1897(Vic)-1984(NSW) - Licences: 2LE Canberra (Kingston, 1930-1933); 2YN Canberra (Kingston, 1933-1939) - Qualifications: CPRT 489, 1919; AOLCP 80, 1932; no record of AOCP - amateur operator; amateur broadcaster; WW1; WW2; broadcast engineer; PMGD (junior mechanic NSW, 1917; clerk, 1919); founder of 2CA Canberra commercial - Electoral Rolls: - several contemporaneous AJR's * [[/George Edward Ryan|Ryan, George Edward]] [https://www.familysearch.org/tree/person/details/G8CM-RCC] - 1910(Qld)-1987(Qld) - Licences: 4RG Brisbane (South Brisbane, 1936-1939; Dutton Park, 1946-1954) - Qualifications: cc; AOCP 1633, 1936, Qld - amateur operator; amateur broadcaster; telephone mechanic (PMGD) - Comment: several contemporaneous GERs - Electoral Rolls: motor mechanic (South Brisbane, Qld, 1937); telephone mechanic (South Brisbane, Qld, 1943-1954); PMG Instructor (St Lucia, Qld, 1958); instructor (Taringa, Qld, 1963-1980) ===''RYMILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Campbell Rymill|Rymill, Arthur Campbell]] [https://www.familysearch.org/tree/person/details/LXVS-CTB] - 1907(SA)-1989(SA) - Licences: Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Riddoch Rymill|Rymill, Robert Riddoch]] [https://www.familysearch.org/tree/person/details/LV5N-YC9] - 1904(SA)-1990(SA) - Licences: V753 Receive Melbourne (Toorak, 1922); 3GX Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: ethnologist (South Yarra, 1931) - Links: [https://vwma.org.au/explore/people/535352 WW2] =='''S'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''SAAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Saar|Saar, Alexander]] [https://www.familysearch.org/tree/person/details/GZ52-N3K] - 1889(???)-1956(WA) - Licences: 6CZ Receive Perth (West Perth, 1923); 6CZ Northam (1923-1925); 6KM Eucla (1926-1927); 6KM Geraldton (1933); 6KM Perth (Maylands, 1937-1939) - Qualifications: cc; AOCP 264, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telegraph lineman (North Perth, WA, 1915); postal electrician (Northam, WA, 1917); mechanic (Bunbury, WA, 1916-1917; Balkatta, WA, 1922; Eucla, WA, 1925-1926; North Perth, WA, 1928; Maylands, WA, 1931); postal electrician (Maylands, WA, 1936-1954) ===''SAGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Noel Sagar|Sagar, Eric Noel]] [https://www.familysearch.org/tree/person/details/GDKS-4J9] - 1896(SA)-1976(NSW) - Licences: 5CM Receive Adelaide (Largs Bay, 1923); Receive Adelaide (Largs Bay, 1923); 5CM Adelaide (Largs Bay, 1924-1926); 4ES Brisbane (Greenslopes, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Halcyon: Not mentioned - Electoral Rolls: manager (Greenslopes, Qld, 1932); engineer (Darlinghurst, 1943-1949); orchardist (Kincumber, NSW, 1949-1958) ===''SAINSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Henry Sainsbury|Sainsbury, Rupert Henry]] [https://www.familysearch.org/tree/person/details/L28X-5H3] - 1896(NSW)-1974(NSW) - Licences: 2YJ Sydney (Concord, 1924-1936); 4YJ Brisbane (Clayfield, 1937-1939); 2YJ Sydney (Concord, 1946-1954; Epping, 1955-1975) - Qualifications: cc; AOCP 54, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: clerk (Concord, 1930); traveller (Hendra, 1936-1937); soldier (Norman Park, 1943); executive (Concord West, 1949-1954); commercial traveller (Epping, 1958-1968) ===''SAINTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Melville Sainty|Sainty, Clifford Melville]] [https://www.familysearch.org/tree/person/details/GZ61-1GZ] - 1907(NSW)-1987(SA) - 2MS Warrawee (1925-1926), amateur operator (AOCP 88, 1925, No. ?? in NSW), amateur broadcaster, likely related to XAH S. J. Sainty ===''SALAMY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Salamy|Salamy, Edward]] [https://www.familysearch.org/tree/person/details/GZHH-VWR] - 1904(Vic)-1977(Vic) - Licences: 3AJ Receive Warrnambool (1922-1923); 3AJ Warrnambool (1924-1933); 3PS Warrnambool (1948-1975) - Qualifications: cc; AOCP 35, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: jeweller (Warrnambool, 1924-1977) ===''SAMPHIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Luke Samphier|Samphier, Richard Luke]] [https://www.familysearch.org/tree/person/details/L58L-DPC] - 1914(WA)-1980(WA) - Licences: 6YZ Perth (City, 1936-1937; Victoria Park, 1938-1939; Carlisle, 1947-1955; Mt Lawley, 1956-1975+) - Qualifications: cc; AOCP 1717, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: blind school worker (North Perth, WA, 1936; Leederville, WA, 1943); Blind School employee (Carlisle, WA, 1949-1954; Mt Lawley, WA, 1958) ===''SAMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Sampson|Sampson, Thomas Walter]] [https://www.familysearch.org/tree/person/details/GFWX-3TB] - 1894(NSW)-1954(WA) - Licences: XYAF Boulder (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: electrician (Boulder, WA, 1916-1922); electrical engineer (Claremont, WA, 1925-1954) ===''SANDEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Sandel|Sandel, Otto]] [https://www.familysearch.org/tree/person/details/GW4J-54J] - 1905(Qld)-1999(NSW) - 2UW Sydney (Manly, 1923; Kensington, 1923-1924; Northbridge, 1924-1925; Bellevue Hill, 1926-1927); 2HH Sydney (Woollahra, 1936-1939, 1946-1969; Bondi, 1975) - Qualifications: cc; AOLCP 270, 1935, NSW - amateur operator; amateur broadcaster; founder B class 2UW Sydney & 2UX Wagga Wagga - don't confuse Charles Albert Sandell of AAE fame - Electoral Rolls: radio dealer (Woolahra, 1930-1931); engineer (Bondi, 1933; Edgecliff, 1936-1937; Bondi Junction, 1943-1954; Bondi Beach, 1958-1980) ===''SANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Albert Sandell|Sandell, Charles Albert]] - 1886(Eng)-1980(WA) - early wireless experimenter, Sydney, 1911, amateur operator (AOCP ??, 19??, No. ?? in ???), participant in the Australasian Antarctic Expedition, amateur broadcaster, military (WW1), don't confuse Otto Sandel of 2UW fame ===''SANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Sander|Sander, John Henry "Jack"]] [https://www.familysearch.org/tree/person/details/K6WF-H23] - 1906(WA)-1955(WA) - Licences: 6MS Geraldton (1935-1937); 6MS Perth (Cannington, 1938-1939, 1947-1956) - Qualifications: cc; AOCP 1435, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wheelwright (Geraldton, WA, 1930); electrician (Geraldton, WA, 1931-1937); telephone mechanic (South Perth, WA, 1937; Cannington, WA, 1943-1954) ===''SANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas George Sanderson|Sanderson, Douglas George]] [https://www.familysearch.org/tree/person/details/9WZJ-2K3] - 1924(Qld)-1994(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcast engineer (PMGD); historian (broadcast); federal public servant (PMGD) - Electoral Rolls: PMG technician (Torwood, Qld, 1949-1954); technician (Ashgrove, Qld, 1958-1968); engineer (Chermside, Qld, 1972; Windsor, Qld, 1977-1980) ===''SANDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Keith Sandham|Sandham, James Keith "Keith"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''SAUNDERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lewis Saunders|Saunders, Alfred Lewis]] [https://www.familysearch.org/tree/person/details/GZLR-FMS] - 1909(SA)-2003(???) - Licences: Receive Adelaide (Hyde Park, 1923-1924); 5BX Adelaide (Glenelg, 1925-1939, 1946-1955; Plympton, 1956-1980+) - Qualifications: cc; AOCP 223, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Glenelg, 1939-1943) ===''SAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Saw|Saw, Frederick William]] [https://www.familysearch.org/tree/person/details/G9S9-JN3] - 1884(WA)-1957(WA) - Licences: 6DA Perth (Armadale, 1923-1926; Victoria Park, 1927); 6DA Albany (1930-1931); 6DA Perth (Wanneroo, 1933; North Perth, 1937-1939); 6DA Northam (1946-1948) - Qualifications: cc; AOCP 174, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storekeeper (Armadale, 1909); electrician (Beverley, 1916-1917; Armadale, 1921-1925; Albany, 1928-1931; Balkatta, 1936; Leederville, 1937; Kalgoorlie, 1937-1943); mechanic (North Perth, 1949); retired (Triggs Island, 1954) * [[/Malcolm Henry Saw|Saw, Malcolm Henry ]] [https://www.familysearch.org/tree/person/details/LVCY-H9M] - 1921(WA)-1997(WA) - 6SM Perth (Doubleview, 1960-1980+), amateur operator (AOCP 3674, 1958, No. ?? in WA), WW2, engineer (Doubleview, 1972) ===''SAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Sawford|Sawford, Leonard Francis]] [https://www.familysearch.org/tree/person/details/LF7J-2XK] - 1908(SA)-1968(SA) - Licences: 5DH Receive Adelaide (Port Adelaide, 1923); Receive Adelaide (Port Adelaide, 1923); 5LF Adelaide (Peterhead, 1925-1928; West Croydon, 1931; Largs, 1937-1939); 5YF Adelaide (Glen Osmond, 1948-1965) - Qualifications: cc; AOCP 173, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; agent (Largs, 1939) - Electoral Rolls: agent (Largs, SA, 1939-1941) ===''SCANLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Scanlon|Scanlon, William Lawrence]] [https://www.familysearch.org/tree/person/details/GDKG-3XR] - 1901(Tas)-1971(NSW) - Licences: Receive Hobart (West Hobart, 1921-1923); 7AL Hobart (West Hobart, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; sales (Medhursts, Hobart to 1924, Launceston from 1924) - Electoral Rolls: Nil yet identified ===''SCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harley Irwin Schell|Schell, Harley Irwin]] [https://www.familysearch.org/tree/person/details/GD57-PV8] - 1907(Tas)-1996(Tas) - Licences: 7AW Receive West Burnie (1922); Receive West Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: mechanic (Kelso, 1936-1972) ===''SCHLEICHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Schleicher|Schleicher, Keith]] [https://www.familysearch.org/tree/person/details/G3D4-5RS] - 1918(Qld)-1997(Qld) - 4KS Brisbane (Toowong, 1938-1939, 1946-1947; Alderley, -1950+; Aspley, McDowall, -1980+) - amateur operator (AOCP 2144, 1938, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), radio employee (Tracksons, manager service), business proprietor (Blue & White Cabs comms) ===''SCHMIDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Frederick Schmidt|Schmidt, Ronald Frederick]] [https://www.familysearch.org/tree/person/details/G88P-1B9] - 1913(Vic)-1990(Vic) - Licences: 3LY Trafalgar (1930); 3LY Moe (1931); 3LY Sale (1933-1939, 1946-1948); 3LY Melbourne (Camberwell, 1954-1980+) - Qualifications: AOCP 567, 1930, No. ?? in Vic; AOLCP 69, 1932; 1COCP 72, 1936; TVOCP 75, 1957 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: wireless operator (Sale, 1934-1937); radio technician (Sale, 1949-1954); technician (Camberwell, 1954-1980) ===''SCHNITZERLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Joseph Schnitzerling|Schnitzerling, Leonard Francis Joseph]] [https://www.familysearch.org/tree/person/details/G885-W43] - 1907(Qld)-1969(Qld) - Licences: 4CK Warwick (1938-1939, 1946-1969) - Qualifications: cc; AOCP 2099, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, 1928-1968) ===''SCHOFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Schofield|Schofield, William]] [https://www.familysearch.org/tree/person/details/GXB3-69N] - 1874(Eng)-1971(WA)97yo - Licences: 6WS Perth (Peppermint Grove, 1935-1939, 1947-1969) - Qualifications: cc; AOCP 1463, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: manager (Peppermint Grove, WA, 1919); broker (Peppermint Grove, WA, 1922-1968) ===''SCHOLZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hans Scholz|Scholz, Hans "Harold" / "Harry" / "Tibby"]] [https://www.familysearch.org/tree/person/details/G64P-CV3] - 19??(???)-1970(Qld) - Licences: 4HR Brisbane (Coorparoo, 1931); 4HR Nambour (1933); 4HR Brisbane (Coorparoo, 1937); 4HR Gladstone (1937-1939); 4HR Brisbane (Morningside, 1946-1969) - Qualifications: cc; AOCP 784, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ; South Brisbane RC; Brisbane DX Club); broadcast technician (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, 1937); mechanic (Dalby, 1943); not stated (Morningside, 1949-1968) ===''SCHULTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Nelson Schultz|Schultz, Leonard Nelson "Len"]] [https://www.familysearch.org/tree/person/details/GZJY-QBF] - 1906(NSW)-1980(NSW) - Licences: 2LO Sydney (Lane Cove, 1922); 2LO Sydney (Lane Cove, 1923-1930); 2ANM Sydney (Mosman, 1947-1980) - Qualifications: cc; AOCP 171, 1925, No. ?? in NSW; AOLCP 45, 1931; 3AIR 176, 1942 - amateur operator; amateur broadcaster; broadcast engineer (co-designed 2GB, 1926; involved 2CA, 4BH, 2MW, 5DN); professional associations (IRE: foundation member, vice-president, president); aviator (Royal Aero Club NSW, committee) - Electoral Rolls: broadcasting engineer (Mosman, 1935-1937); engineer (Mosman, 1949-1977) ===''SCHULTZE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Ludwig Schultze|Schultze, John Edwin Ludwig]] [https://www.familysearch.org/tree/person/details/GQTB-9FL] - 1906(Vic)-1969(Vic) - 3QO Receive Melbourne (Glenferrie, 1923-1924), 3JS Melbourne (Glenferrie, 1925-1933; Hawthorn, 1937-1939), amateur operator (AOCP 163, 1925, No. ?? in Vic), amateur broadcaster, motor mechanic (Hawthorn, 1934) ===''SCOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil John Scott|Scott, Alfred Cecil John "Cecil", "Cec", "Scottie"]] [https://www.familysearch.org/tree/person/details/M12J-9YK] - 1888(Tas)-1954(Tas) - Licences: Receive (Crystal) Launceston (1923); 7CS Launceston (1925-1931); 7CS Hobart (Lindisfarne, 1933; Sandy Bay, 1937-1939) - Qualifications: cc; AOCP 56, 1925, No. ?? in Tas - amateur receiver; amateur operator; amateur broadcaster - Comment: well-known for comic QSL cards - Electoral Rolls: bench clerk (Nelson, 1936; Hobart South, 1943-1954) * [[/Ernest Kilburn Scott|Scott, Ernest Kilburn]] [https://www.familysearch.org/tree/person/details/LBDW-TBR] - 1868(Eng)-1941(Eng) - Came to Sydney in 1905 to organise electrical engineering department of University of Sydney, likely early wireless experimenter, promoted need for wireless telegraphy for Australia, returned to England ca 1910 - [https://www.gracesguide.co.uk/Ernest_Kilburn_Scott Graces Guide - Ernest Kilburn Scott] * [[/Francis Ladner Scott|Scott, Francis Ladner]] [https://www.familysearch.org/tree/person/details/GXHK-DTF] - 1899(Eng)-1953(Qld) - Licences: 4BO Thursday Island (1933); 2UH Sydney (Randwick, 1934-1936; Naremburn, 1937-1938; La Perouse, 1939 - Qualifications: cc; CPRT 419, 1918; 2COCP 360, 1931; 1COCP 33, 1934 - amateur operator; amateur broadcaster; coastal wireless operator; military (UK Merchant Navy post WW1) - Electoral Rolls: wireless operator (Nundah, Qld, 1921-1925); radio telegraphist (Pinkenba, Qld, 1929; Thursday Island, Qld, 1931; Randwick, NSW, 1935; Waverton, NSW, 1943; Wyndham, WA, 1943; Rockhampton, Qld, 1949) * [[/George Archibald Scott|Scott, George Archibald "Scotty"]] [https://www.familysearch.org/tree/person/details/G682-TGN] - 1882(Eng)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 607, 1921; 1COCP 181, 1931 - RANRS (commissioned telegraphist, 1917); PMGD (radio inspector, WA); witness to Royal Commission 1927 (as radio inspector, WA) - Electoral Rolls: engineer (Rockhampton, 1913-1914; Hendra, 1915-1917); radio inspector (Fremantle, 1925-1937) - Links: [http://nla.gov.au/nla.news-article84253651 Bio] * [[/Herbert Godfrey Scott|Scott, Herbert Godfrey "Herb"]] [https://www.familysearch.org/tree/person/details/G8MJ-JFJ] - 1902(Qld)-1968(Qld) - Licences: 4HS Toowoomba (1931-1937); 4HS Brisbane (Albion, 1938-1939; 1946-1965) - Qualifications: cc; AOCP 750, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Railways) - Electoral Rolls: clerk (Toowoomba, 1925-1936; Albion, 1943-1968) * [[/Jack Bartlett Scott|Scott, Jack Bartlett]] [https://www.familysearch.org/tree/person/details/G8VX-FLR] - 1909(NSW)-1988(NSW) - Licences: 2NR Sydney (Epping, 1930-1934); 2AJX Sydney (Cheltenham, 1938-1939; Epping, 1946-1950) - Qualifications: AOCP 685, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Epping, 1933-1935); engineer (Epping, 1949; Wahroonga, 1954-1968); retired (Carlingford, 1977-1980) * [[/Robert Ochiltree Scott|Scott, Robert Ochiltree]] [https://www.familysearch.org/tree/person/details/G8H4-5SX] - 1898(Vic)-1960(Vic) - Licences: 2RS Gundagai (1929-1931); 2RS Balranald (1933); 3OS Scotsburn (1937-1939); 3OS Melbourne (St Kilda, 1956-1960) - Qualifications: AOCP 476, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: grazier (Ballarat, 1920-1924); farmer (Murrayville, 1925-1927; Gundagai, 1930); mechanic (South Yarra, 1943; Melbourne, 1949) * [[/Robert Townley Scott|Scott, Robert Townley]] [https://www.familysearch.org/tree/person/details/G7YC-MBK] - 1841(Eng)-1922(Qld) - senior state public servant (secretary, Qld Post & Telegraph Dept), senior federal public servant (secretary, Postmaster-General's Department) * [[/W. F. Scott|Scott, W. F.]] - 18??(???)-19??(???) - Licences: 4?? Brisbane (West End) - Qualifications: cc; AOCP 334, 1927, No. 37 in Qld - amateur operator; amateur broadcaster - Comment: likely father of H. S. Scott who was reported youngest ever to pass AOCP at age 16 - Electoral Rolls: Nil yet identified * [[/Walter Henry Scott|Scott, Walter Henry]] [https://www.familysearch.org/tree/person/details/G76Z-11G] - 1904(Eng)-1987(SA) - Licences: Receive Adelaide (Glenelg, 1923); 5HS Clare (1937-1939) - Qualifications: cc; AOCP 1888, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Clare, SA, 1939); telephone mechanic (Glenelg, SA, 1941-1943) ===''SEBIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Dudley Sebire|Sebire, Leon Dudley "Leo"]] [https://www.familysearch.org/tree/person/details/G8V2-QX5] - 1932(Vic)-2006(Vic) - Licences: 3CF Melbourne (Wandin North, 1956-1960) - Qualifications: 2COCP 1319, 1955; 1COCP 1786, 1955 - amateur operator, amateur broadcaster, director Telstra Broadcasting Branch - Electoral Rolls: radio mechanic (Wandin Yallock, 1954); engineer (Mordialloc, 1963-1980) - Relationships: son of 3MX Percival John Sebire - Awards: Member Order of Australia "For service to communications, particularly broadcasting" (1991) * [[/Percival John Sebire|Sebire, Percival John "Percy"]] [https://www.familysearch.org/tree/person/details/LCFD-Z2R] - 1904(Vic)-1994(Vic) - Licences: 3MX Melbourne (Moorabbin, 1930-1939, 1946-1980+) - Qualifications: AOCP 692, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elsternwick, 1926; Bentleigh, 1928-1936; Cheltenham, 1949; Moorabbin, 1954-1980) - Relationships: father of 3CF Leon Dudley Sebire ===''SEBLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Sebley|Sebley, William John]] [https://www.familysearch.org/tree/person/details/G649-7VL] - 1894(Qld)-1980(Qld) - Licences: 4WS Ipswich (1931-1939, 1946-1948); Southport (1954-1965) - Qualifications: cc; AOCP 736, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Ipswich, 1915; North Ipswich, 1919-1949; Southport, 1954-1968); ===''SECCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Louis Mervyn Seccombe|Seccombe, Louis Mervyn]] [https://www.familysearch.org/tree/person/details/G8PW-XWM] - 1895(Tas)-1970(NSW) - Licences: 3KT Receive Melbourne (Ascot Vale, 1922-1923); 3KT Melbourne (East Kew, 1924; Ascot Vale, 1924-1925; Hawksburn, 1926; East Malvern, 1927); 2KT Sydney (Rockdale, 1928-1939) - Qualifications: cc; 1COCP 396, 1940 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: salesman (Ascot Vale, Vic, 1919); commercial traveller (Ascot Vale, Vic, 1924); radio engineer (Rockdale, NSW, 1930-1937); wireless operator (Longreach, Qld, 1943); communications officer (Hurstville, 1949-1963); - Comment: Surname sometimes misspelled Secombe ===''SELBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Selby|Selby, George William]] [https://www.familysearch.org/tree/person/details/LCTW-BMT] - 1858(Vic)-1949(Vic) - early wireless and X-ray experimenter ===''SELF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Self|Self, Thomas Edward]] - 1854(???)-19??(???) - b. 7 Jan 1854, Early Tasmanian wireless experimenter, demonstration before Royal Society 1898, beware another Thomas Edward Self (b. 9 Oct 1853) in Hobart at the same time ===''SELFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Giles Turner Selfe|Selfe, Harry Giles Turner]] [https://www.familysearch.org/tree/person/details/K24M-5XB] - 1894(NSW)-1942(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 157, 1915; 1COCP 51, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2; RANVR (commissioned telegraphist, 1942) - Electoral Rolls: radio telegraphist (Geraldton, WA, 1918; Broome, WA, 1922; Leichhardt, NSW, 1933; Darling Harbour, NSW, 1934-1937) ===''SELLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Sellenger|Sellenger, David Charles]] [https://www.familysearch.org/tree/person/details/G8VT-5GJ] - 1902(NSW)-1966(NSW) - Licences: 2DC Sydney (Hurstville, 1930-1965) - Qualifications: AOCP 700, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Hurstville, 1930-1963) ===''SELLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Sellick|Sellick, Edward]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''SELMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold George Selman|Selman, Harold George]] [https://www.familysearch.org/tree/person/details/LRM4-3S8] - 1907(Vic)-1985(Vic) - 3GN Geelong (1925), 3GN Chilwell (1926), 3GN Geelong (1927), 3GN Melbourne (West Coburg, 1931), 3GN Geelong (1933), 3CM Geelong (1948-1980+), amateur operator (AOCP 164, 1925, No. ?? in Vic), amateur broadcaster, radio dealer (Geelong, 1954) ===''SEMMENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Segbert Cornwall Semmens|Semmens, George Segbert Cornwall]] [https://www.familysearch.org/tree/person/details/G744-HQ5] - 1901(Vic)-1977(Vic) - Licences: XJCY Melbourne (East St Kilda, 1913-1914); V756 Receive (1922); 3GZ Receive Buln Buln East (1922); 3GS Laver's Hill (1925-1926); 3GS Queenstown (1927); 3GS Moreland (1931); 3GS Foxhow (1933); Melbourne (Essendon (1937-1939); Glen Iris (1946-1960); Clematis, 1965-1975); 3AEN Melbourne (Clematis, 1954-1960) - Qualifications: cc; AOCP 216, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: teacher (Coburg, 1928; Preston, 1931; Essendon, 1936); res. chemist (Glen Iris, 1943-1963); technical adviser (Clematis, 1968-1977) ===''SERLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric Serle|Serle, Cedric]] [https://www.familysearch.org/tree/person/details/LZT2-SC8] - 1910(Vic)-1972(Vic) - Licences: 3RX Melbourne (Canterbury, 1928-1933; Toorak, 1938-1939; Elwood, 1946-1947); 3ARX Melbourne (Windsor, 1948-1956; Caulfield, 1960-1965) - Qualifications: AOCP 443, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Camberwell North, 1931-1934; Kew, 1936; Toorak, 1937; St Kilda, 1942; Prahran, 1949; Caulfield South, 1963-1972) ===''SEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Percy Lambert Holt Sewell|Sewell, Percy Lambert Holt]] [https://www.familysearch.org/tree/person/details/GDM1-YB1] - 1900(NSW)-1949(NSW) - Licences: 2CJ Receive Sydney (Paddington, 1922); 2CJ Sydney (Paddington, 1922-1925; Darlinghurst, 1925-1926) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Fire Station, Mittagong, 1930-1935; Mittagong, 1936-1937; Kempsey, 1943); installation inspector (Queanbeyan, 1949) ===''SEYLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Jakob Seyler|Seyler, Albert Jakob or Jacob]] [https://www.familysearch.org/tree/person/details/G8NL-F5N] - 1913(Ger)-1977(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - WW2 (Luftwaffe); radar engineer; television researcher; PMGD Research Laboratories (Assistant Director General) - Electoral Rolls: engineer (Mt Waverley, 1963; Burwood, 1968); PMG (Croydon, 1972); assistant director (Emerald, 1977) - [https://adb.anu.edu.au/biography/seyler-albert-jakob-11660 ADB] ===''SHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Henry Shannon|Shannon, Francis Henry "Frank"]] - 1910(Qld)-1991(Qld) - 4SN Allora (1938-1939), Tamborine (1946-1947), Minden (1948-1956), Ipswich (1960-191975), Toowoomba (1980+), amateur operator (AOCP 2145, 1938, No. ?? in Qld), amateur broadcaster , radio clubs (Wooloowin RC, WIA, Qld Listeners' League), journalist (AR, VK4 Notes), occupation (school teacher) ===''SHARLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Sharland|Sharland, Arthur Henry "Chilla"]] [https://www.familysearch.org/tree/person/details/GZZD-ZKS] - 1909(Qld)-1983(Qld) - Licences: 4SD Brisbane (Boondall, 1936-1939, 1946-1948; Ekibin, 1954); 4SD Cloncurry (1955); 4SD Brisbane (Wynnum North, 1956); 4SD Rockhampton (1960); 4SD Yeppoon (1965-1980+) - Qualifications: cc; AOCP 1807, 1936, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless operator); federal public servant (DCA) - Electoral Rolls: labourer (Boondall, Qld, 1937-1943); Commonwealth officer (Wynnum North, Qld, 1954); communications officer (Rockhampton, Qld, 1958-1963; Yeppoon, Qld, 1968-1977); retired (Causeway via Yeppoon, Qld, 1980) ===''SHARP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John James Charles Sharp|Sharp, John James Charles]] [https://www.familysearch.org/tree/person/details/GZBZ-TZV] - 1897(Vic)-1974(Vic) - Licences: 3KA Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 591, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Prahran Gardens, 1919-1924; Caulfield, 1928-1972) ===''SHARPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Victor Sharpe|Sharpe, Frank Victor]] [https://www.familysearch.org/tree/person/details/GMD2-GVZ] - 1904(Qld)-1988(Qld) - Licences: 4AZ Brisbane (Wooloowin, 1924-1929; Ashgrove, 1930-1937; Redcliffe, 1938-1939); 4ZFS Brisbane (Clayfield, 1975); 4FV Brisbane (Clayfield, 1980) - Qualifications: cc; AOCP 20, 1924, No. 4 in Qld; AOCP Q112, 1975 - amateur operator; amateur broadcaster; WW2; radio club (RSQ, WIAQ); military (AMF) - Awards: C.M.G.; O.B.E. - Electoral Rolls: merchant (Wooloowin, 1925-1929); director (Ashgrove, 1934-1937); soldier (Ashgrove, 1943); machinist (likely typo for merchant) (Clayfield, 1949); merchant (Clayfield, 1954-1980) ===''SHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Shaw|Shaw, Archibald John]] [https://www.familysearch.org/tree/person/details/G8K2-ZDZ] - 1872(NSW)-1916(Vic) - XPO King Island (1911); X?? Sydney (Randwick), early wireless experimenter, proprietor Maritime Wireless Telegraph Co of Australasia (1910+) with Edward Hope Kirkby, technical specialist - [https://adb.anu.edu.au/biography/shaw-archibald-john-8404 ADB] [http://messui.polygonal-moogle.com/valves/NW199003.pdf EA] * [[/J. G. Shaw|Shaw, J. G.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (Chelmer, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Raymond Herbert Preston Shaw|Shaw, Raymond Herbert Preston]] [https://www.familysearch.org/tree/person/details/GD3J-J31] - 1901(Eng)-1996(NSW) - Licences: 2LY Receive Sydney (Bondi, 1922-1923); 2LY Sydney (Woolahra, 1924-1929; South Kensington, 1930) - Qualifications: cc; CPRT 664, 1921 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kensington, 1930-1931; Vaucluse, 1932-1980) * [[/Sidney Alexander Shaw|Shaw, Sidney Alexander]] [https://www.familysearch.org/tree/person/details/KFJY-4NH] - 1882(Eng)-1974(WA) - Licences: 6AI Perth (East Guildford, 1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: assistant station master (Woolgangee, WA, 1916-1917); railway officer (East Guildford, WA, 1925-1926); civil servant (Kalgoorlie, WA, 1930-1931); station master (Coolgardie, WA, 1936-1943); retired (East Fremantle, WA, 1949-1972) ===''SHAWSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Shawsmith|Shawsmith, Alan "Smithy" or Alan Shaw Smith]] [https://www.familysearch.org/tree/person/details/G37T-B3Y] - 1917(Qld)-2010(Qld) - Licences: 4SA Brisbane (Indooroopilly, 1935-1939); 4SS Brisbane (West End, -1952-2010) - Qualifications: cc; AOCP 1582, 1935, Qld - amateur operator; historian (amateur); journalist; broadcast engineer (ABC2); public servant (ABC2) - Relationships: Father of 4JSS Steven Shawsmith - Electoral Rolls: poultry farmer (Salisbury, Qld, 1943); radio mechanic (West End, Qld, 1949); builder (West End, Qld, 1954-1980) * [[/Steven Shawsmith|Shawsmith, Steven "Steve"]] - Licences: 4JSS Brisbane - Qualifications: (AOCP ???, 19??, No. ?? in Qld) - amateur operator - Relationships: Son of 4SA-4SS Alan Shawsmith - Electoral Rolls: ===''SHEARER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Anderson Shearer|Shearer, Gordon Anderson]] [https://www.familysearch.org/tree/person/details/LV5G-JW4] - 1907(Qld)-1984(Vic) - Licences: 4FU Receive Brisbane (Alderley, 1923-1924); 4GA Gayndah (1930); 4GA Mt Nebo (1931-1934); 4GA Cloncurry (Quamby, 1937-1939) - Qualifications: cc; AOCP 447, 1928, No. ?? in Qld; 2COCP 95, 1937 - amateur operator; amateur broadcaster; employment (school teacher); state public servant (Qld Dept Education); WW2 - Electoral Rolls: school teacher (Quamby, Qld, 1937; Westbrook, Qld, 1943); aeradio operator (Cloncurry, 1949); communications officer (Cloncurry, 1954); supervisor (Surrey Hills, 1963-1968); retired (Vermont, 1972-1980) ===''SHEARSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Leonard Shearstone|Shearstone, Vincent Leonard]] [https://www.familysearch.org/tree/person/details/G895-CYJ] - 1916(Eng)-1983(NSW) - Licences: Nil - Qualifications: BOCP 4, 1936 - WW2 - Electoral Rolls: radio technician (Albury, 1937); radio announcer (Goulburn, 1943); radio electrician (Goulburn, 1949-1980) ===''SHELDRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Cornwell Sheldrick|Sheldrick, Eric Cornwell "Shel"]] [https://www.familysearch.org/tree/person/details/GZ64-X2X] - 1903(Eng)-1966(Tas) - Licences: 7BH Receive Launceston (1923); 7BH Launceston (1924-1926); 7BT Launceston (1927); 7BM Launceston (1931-1939); 7DM Burnie (1948-1954); 7DN Stowport (1955-1960) - Qualifications: cc; AOCP 60, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: chemist's assistant (Launceston, 1928-1943) ===''SHENTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Hilton Shenton|Shenton, Maurice Hilton]] [https://www.familysearch.org/tree/person/details/G67C-Q1B] - 1903(Qld)-1940(Qld) - Licences: 4DC Receive Brisbane (Wynnum South, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: irrigation ganger (Bald Hills, 1925); assistant stream gauger (North Ipswich, 1928); public servant (Annerley, 1937) ===''SHEPARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arundel Elmore Shepard|Shepard, Arundel Elmore]] [https://www.familysearch.org/tree/person/details/G8QY-8HX] - 1910(SA)-2000(SA) - Licences: 5DC Adelaide (Norwood, 1928-1930; Kent Town, 1931-1933; Norwood, 1937-1939; Toorak East, 1946-1965; Heathpool, 1969-1980+) - Qualifications: cc; AOCP 393, 1928, No. ?? in SA; AOLCP 136, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SHEPHERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. A. Shepherd|Shepherd, H. A.]] - 18??(???)-19??(???) - Licences: XQD Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''SHERRIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Sherriff|Sherriff, Ernest George]] [https://www.familysearch.org/tree/person/details/K877-WTX] - 1904(Qld)-1964(Qld) - Licences: 4SU Brisbane (Fairfield, 1935-1937; Hawthorne, 1938-1939; Brisbane City, 1947-1960) - Qualifications: cc; AOCP 1464, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Brisbane South, Qld, 1928); instructor of printing (Fairfield, Qld, 1937; Hawthorne, Qld, 1943-1949) ===''SHIELDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Edward Shields|Shields, Arthur James Edward]] [https://www.familysearch.org/tree/person/details/LBCT-D5G] - 1894(Eng)-1948(Vic) - Licences: 3GP Melbourne (East Malvern, 1930-1939; North Balwyn, 1946-1948) - Qualifications: AOCP 690, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (East Melbourne, 1925-1927; Malvern East, 1928; Camberwell, 1931-1933); auditor (Malvern East, 1934-1936); retired (Ringwood, 1943) ===''SHOEMAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Shoemaker|Shoemaker, Harry]] [https://www.familysearch.org/tree/person/details/G828-7LL] - 1879(USA)-1932(USA) - American inventor and pioneer radio engineer, developer of Shoemaker wireless system, associated with Gehring companies, International Telegraph Construction Co (represented in Australia by John William Ormsby Hamilton, who promoted the Shoemaker system here), United Wireless Telegraph Co, Marconi Wireless Telegraph Co of America, Mallory companies - Links: [[w:Harry Shoemaker|Wikipedia]]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0026.pdf PIRE1]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0027.pdf PIRE2] ===''SHORING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Samuel Shoring|Shoring, Thomas Samuel]] [https://www.familysearch.org/tree/person/details/GXDD-NDG] - 1914(Qld)-2002(Qld) - Licences: 4SR Bundaberg (1937-1939; 4SR Brisbane (New Farm, 1947-1948) - Qualifications: cc; AOCP 1872, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Bundaberg, Qld, 1936-1937); salesman (Bundaberg, Qld, 1943); sound engineer (New Farm, Qld, 1954; Holland Park, Qld, 1963-1980) ===''SHORT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Alban Short|Short, Alfred Alban]] [https://www.familysearch.org/tree/person/details/GZTS-9QQ] - 1904(NSW)-1946(NT) - Licences: 2SH Newcastle (Lambton, 1926-1933) - Qualifications: AOCP 280, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Lambton, 1930-1943) * [[/Ormond Short|Short, Ormond]] [https://www.familysearch.org/tree/person/details/9VHH-SGM] - 1901(Vic)-1985(Vic) - Licences: 3SK Melbourne (St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1925-1926); electrical engineer (Armadale, 1928; Horsham, 1931-1972); engineer (Horsham, 1977) * [[/Walter Short|Short, Walter]] - 19??(???)-19??(???) - Licences: 2AJ Receive Sydney (Manly, 1922); 2AJ Sydney (Manly, 1923-1924; Kirribilli, 1924; Manly, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Note: several contemporaneous WSs, insufficient data to identify * [[/William Newton Short|Short, William Newton "Newt"]] [https://www.familysearch.org/tree/person/details/G97J-HMM] - 1897(NSW)-1967(NSW) - Licences: 2ARA Sydney (Auburn, 1948-1954; Beacon Hill, 1955-1958; Auburn, 1960-1961; Beacon Hill, 1965); 2AOW Sydney (Auburn, 1957-1958) - Qualifications: AOCP 2829, 1948, NSW - amateur operator, amateur broadcaster - Electoral Rolls: butcher (Ulmarra, 1930-1934); shopkeeper (Coraki, 1935-1936); munition worker (Mayfield, 1943); machinist (Auburn, 1949-1958); inspector (Beacon Hill, 1963) ===''SHORTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Charles Shortell|Shortell, Raymond Charles]] [https://www.familysearch.org/tree/person/details/LYMQ-4HQ] - 1904(Vic)-1991(Qld) - 3VB Receive Melbourne (East St Kilda, 1923-1924), 3RS Melbourne (St Kilda, 1925-1933), 3RS Shepparton (1937-1939), 3ARF Geelong West (1948-1954), 3ARF Melbourne (Croydon, 1955-1960; Hawthorn, 1965-1975), 4ARS Gold Coast (1980+), amateur operator (AOCP 77, 1925, No. ?? in Vic), amateur broadcaster ===''SHORTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eddy Wilbee Shorten|Shorten, Eddy Wilbee or Welbee or Wiebec "Ted"]] [https://www.familysearch.org/tree/person/details/MWN4-MZM] - 1899(Qld)-1980(Qld) - Licences: 4TS Brisbane (Paddington, 1932-1939) - Qualifications: cc; AOCP 908, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor) - Comment: Middle name variable; Birth Welbee; Marriage Wiebec; Death Wilbe; AOCP Wilbee - Electoral Rolls: ===''SHORTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Shortt|Shortt, Robert]] - 19??(???)-19??(???) - Licences: 4HF Camooweal (1933-1939); 5SR Tennant Creek (1947-1948); 5SR Adelaide (Glenunga, 1954; New Hindmarsh, 1955-1956) - Qualifications: cc; AOCP 1193, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SIBLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sibly|Sibly, Arthur]] [https://www.familysearch.org/tree/person/details/KC5R-MH6] - 1897(WA)-1976(NSW) - Licences: XYX Perth (North Perth, 1913-1914); 6AF Receive Perth (City, 1923); 6AF Perth (North Perth, 1923-1924; Inglewood, 1924); 2SB Sydney (Kirribilli, 1925-1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Relationships: father of 2ASY-3AUV Sydney Arthur Sibly; brother of Clifton Archibald Sibly - Electoral Rolls: insurance clerk (North Perth, 1919-1922); manager (Albion, Qld, 1936; Eagle Junction, Qld, 1937; Rose Bay, NSW, 1943-1958); retired (Rose Bay, 1963-1972) * [[/Clifton Archibald Sibly|Sibly, Clifton Archibald]] [https://www.familysearch.org/tree/person/details/K41R-3JQ] - 1894(SA)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 225, 1915 - likely early wireless experimenter with brother Arthur's licence - Relationships: brother of XYX-6AF-2SB Arthur Sibly; uncle of 2ASY-3AUV Sydney Arthur Sibly - Electoral Rolls: farrier (North Perth, 1915-1937) * [[/Sydney Arthur Sibly|Sibly, Sydney Arthur]] [https://www.familysearch.org/tree/person/details/GDKF-F7R] - 1926(NSW)-2001(Vic) - Licences: 2ASY Sydney (Rose Bay, 1954; Kingsgrove, 1957-1965); 3AUV Melbourne (Eltham, 1969) - Qualifications: cc; 2COCP 945, 1945; BOCP 1049, 1949 - amateur operator; amateur broadcaster - Relationships: son of XYX-6AF-2SB Arthur Sibly; nephew of Clifton Archibald Sibly - Electoral Rolls: communications officer (Kingsgrove, 1958-1963); clerk (Eltham, Vic, 1968-1977; Queanbeyan, 1980) ===''SIDEBOTTOM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lancelot Sidebottom|Sidebottom, Geoffrey Lancelot]] [https://www.familysearch.org/tree/person/details/GD5X-KGH] - 1902(Tas)-1964(Tas) - Licences: 7BB Receive Launceston (1922); Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of 7SK Maxwell Douglas Langford Sidebottom - Electoral Rolls: clerk (Launceston, 1928-1954) * [[/Maxwell Douglas Langford Sidebottom|Sidebottom, Maxwell Douglas Langford]] [https://www.familysearch.org/tree/person/details/GD5X-5QY] - 1922(Vic)-19??(???) - Licences: 7SK Hobart (Newtown, 1948); 7SK Howrah (1954-1980) - Qualifications: cc; AOCP 2830, 1948, Vic - amateur operator; WW2 - Relationships: son of 7BB Geoffrey Lancelot Sidebottom - Electoral Rolls: sound engineer (New Town, 1949); mechanic (Bateau Bay, NSW, 1980) ===''SIDEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Longfield Sidey|Sidey, Robert Longfield]] [https://www.familysearch.org/tree/person/details/LKSN-3P6] - 1874(NSW)-1951(NSW) - Licences: 2ZY Sydney (Lindfield, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of 2CB James Douglas Kay Sidey - Electoral Rolls: accountant (Lindfield, 1930-1949) * [[/James Douglas Kay Sidey|Sidey, James Douglas Kay or Douglas James Kay]] [https://www.familysearch.org/tree/person/details/LKSN-35P] - 1904(NSW)-1963(NSW) - Licences: 2CB Receive Sydney (Lindfield, 1922-1923); 2CB Sydney (Lindfield, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: son of 2ZY Robert Longfield Sidey - Electoral Rolls: grazier (Bethungra, 1943-1949); no occupation (Junee, 1954) ===''SIEVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ernest William Sievers|Sievers, Ernest William]] [https://www.familysearch.org/tree/person/details/KNJD-8MJ] - 1901(Qld)-1962(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 1165, 1933, Qld; 2COCP 9, 1934; 1COCP 38, 1935 - amateur operator? - Electoral Rolls: railway employee (Kelvin Grove, 1925); night officer (Oakey, 1930); railway night officer (Narangba, 1936-1937); radio telegraphist (Ascot, 1943; Clayfield, 1949-1958) * [[/William Frederick Sievers|Sievers, William Frederick]] [https://www.familysearch.org/tree/person/details/GZJN-NDS] - 1902(Vic)-1996(Vic) - Licences: 3CB Receive Melbourne (East Richmond, 1922-1923); 3CB Melbourne (East Richmond & South Yarra, 1924-1939, 1946-1960; Toorak, 1965-1980+) - Qualifications: cc; AOCP 165, 1925, Vic - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Richmond, 1931-1943); reader (South Yarra, 1949-1963); meter reader (Toorak, 1972-1980) ===''SIGAL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Louis Sigal|Sigal, Harold Louis]] [https://www.familysearch.org/tree/person/details/GZ4R-XFJ] - 1908(SA)-1939(NSW) - Licences: 2UK Sydney (Woollahra, 1926-1930) - Qualifications: AOCP 253, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Woollahra, 1930); engineer (Melbourne East, 1931); electrician (Auburn North, 1933; Centennial Park, 1934; Bondi, 1936-1937; West Perth, 1943; Woolowin, 1949; Bellevue Hill, 1954; Kensington, 1958); manager (Bondi, 1963); salesman (Bondi, 1968); retired (Vaulcuse, 1977-1980) ===''SIGMONT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Sigmont|Sigmont, Walter]] [https://www.familysearch.org/tree/person/details/GD58-221] - 1883(NSW)-1942(Vic) - Licences: 3AH Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: patent attorney (Auburn, Vic, 1917; Elsternwick, 1924-1937; Seaford, 1942); ===''SILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Clive Silby|Silby, Arthur Clive]] [https://www.familysearch.org/tree/person/details/G8B6-PSD] - 1894(SA)-19??(???) - Licences: 6AF Perth (North Perth, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 (Australian Wireless Squadron) [https://alh-research.tripod.com/Light_Horse/index.blog/1911865/australian-wireless-squadron-aif-embarkation-roll/] - Electoral Rolls: motor mechanic (Exeter, 1939-1943) ===''SILVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Leslie Silver|Silver, Frank Leslie]] [https://www.familysearch.org/tree/person/details/94HC-LTV] - 1904(Qld)-1987(Qld) - Licences: 4FL Brisbane (Morningside, 1938-1939, 1947-1980+) - Qualifications: cc; AOCP 2086, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Morningside, Qld, 1937-1943); radio mechanic (Morningside, Qld, 1949-1980) ===''SIMMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Simmonds|Simmonds, Arthur George]] [https://www.familysearch.org/tree/person/details/G8DL-234] - 1906(Eng)-1963(NSW) - Licences: 2GS Sydney (Arncliffe, 1930-1934); 2GS Murwillumbah (1935-1939); 4PG Bundaberg (1946-1948); 2APJ Sydney (Cronulla, 1954-1955; Caringbah, 1956-1961) - Qualifications: AOCP 590, 1930, No. ?? in NSW; BOCP 207, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Arncliffe, 1933); gardner (Arncliffe, 1935); radio engineer (Murwillumbah, 1935-1937); technician (4BU Kalkie, 1943-1949) * [[/Ernest John Simmonds|Simmonds, Ernest John]] - 19??(Eng)-19??(Eng) - G2OD Gerrard's Cross, Buckinghamshire, England, amateur operator, first to two way QSO Australia (Nov 1924, 3BQ) ===''SIMMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Trethowan Simmons|Simmons, Henry Trethowan]] [https://www.familysearch.org/tree/person/details/G4M3-BP4] - 1905(WA)-1985(WA) - Licences: 6KX Perth (Subiaco, 1925-1928; Mt Lawley, 1931-1933; Nedlands, 1937-1939, 1946-1948; West Perth, 1954-1955; Mt Pleasant, 1956-1980) - Qualifications: cc; AOCP 181, 1925, No. ?? in WA; CPRT 1121, 1928; 2COCP 295, 1930; 1COCP 257, 1932 - amateur operator, amateur broadcaster, broadcast engineer - Electoral Rolls: radio operator (Maylands, 1931), radio engineer (Nedlands, 1936; West Perth, 1949), engineer (Fremantle, 1958; Mt Pleasant, 1963-1980) * [[/Leonard Joseph Simmons|Simmons, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/GZBM-SKH] - 1907(Vic)-1987(Vic) - Licences: 3LJ Melbourne (Belgrave, 1926-1931; East Prahran, 1933); 3LJ Rheola (1937-1939); 3LV Trafalgar (1948); 3LV Cheltenham (1954-1980+) - Qualifications: AOCP 304, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Womerah, Yarram Yarram, 1928; Toolangi, Yea, 1931; Armadale, 1934-1936; Rheola, Bendigo, 1936-1937; Nanneela West, Bendigo, 1942; Cheltenham, 1949-1980) ===''SIMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Wilkinson Simms|Simms, Eric Wilkinson]] [https://www.familysearch.org/tree/person/details/G7XZ-9RN] - 1906(WA)-1998(Vic) - Licences: 3KS Melbourne (Malvern, 1927-1931; Caulfield, 1933) - Qualifications: AOCP 360, 1927, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Lieutenant) - Electoral Rolls: warehouseman (Malvern, 1931); buyer (Caulfield, 1934; Hawthorn, 1936-1937); manager (Malvern East, 1949-1980) ===''SIMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Robert Simpson|Simpson, Leslie Robert]] [https://www.familysearch.org/tree/person/details/GZD8-4VD] - 1901(WA)-1966(Vic) - 3SA Ararat (1925-1933), 3SA Melbourne (Windsor, 1947-1965), amateur operator (AOCP 44, 1925, No. ?? in Vic), amateur broadcaster, draper, salesman * [[/Harry Blythe Simpson|Simpson, Harry Blythe]] [https://www.familysearch.org/tree/person/details/GF93-CZ3] - 1920(???)-2013(WA) - Licences: 6HS Perth (Leederville, 1937-1939; Mt Lawley, 1947-1948; Nedlands, 1954-1969; Lesmurdie, 1975-1980+) - Qualifications: cc; AOCP 2060, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: traveller (Claremont, WA, 1949-1968); marketing manager (Lesmurdie, WA, 1972); manager (Lesmurdie, WA, 1977-1980) ===''SIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Sims|Sims, Eric Charles]] [https://www.familysearch.org/tree/person/details/G8MK-NXC] - 1907(WA)-1992(Vic) - Licences: Nil yet identified - Qualifications: cc; AOCP 344, 1927, No. 38 in Qld; 2COCP 16, 1934 - amateur operator; WW2 - Electoral Rolls: wireless mechanic (RAAF Point Cook, 1931-1934); QANTAS air pilot (Brisbane, 1936-1937); public servant (Box Hill, 1963) - Comment: several contemporaneous Eric Charles Sims, need to sort electoral rolls * [[/Ernest Leslie Arthur Sims|Sims, Ernest Leslie Arthur]] [https://www.familysearch.org/tree/person/details/LZ6H-6PF] - 1905(Vic)-1960(Vic) - Licences: 3ZA Melbourne (Preston, 1930-1933); 3ZA Apollo Bay (1937-1939, 1946-1947) - Qualifications: AOCP 622, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: carpenter (Preston, 1931; Apollo Bay, 1933-1937; Preston, 1942; Apollo Bay, 1949-1954) ===''SINGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Claude Paul Singleton|Singleton, Claude Paul]] [https://www.familysearch.org/tree/person/details/G4JR-4SV] - 1914(WA)-1990(Qld) - Licences: 4UX Theodore (1936-1939); 4UX Bundaberg (1946-1947); 4UX Stanthorpe (1948); 4UX Atherton (1954-1955); 4UX Malanda (1956); 4UX Ayr (1960); 4UX Childers (1965); 4UX St George (1969); 4UX Gracemere (1975); 4UX Dalby (1980) - Qualifications: cc; AOCP 1638, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; broadcast technician (4QW, 4QO, 4QW, 4RK, 4QS); federal public servant (PMGD); WW2 - Electoral Rolls: baker (Theodore, Qld, 1936-1937); radio mechanic (Stanthorpe, Qld, 1949); radio technician (Yungaburra, Qld, 1954); public servant (Gracemere, Qld, 1972) ===''SIRL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Charles Sirl|Sirl, Clarence William Charles]] [https://www.familysearch.org/tree/person/details/G89J-9LJ] - 1913(SA)-1981(WA) - Licences: 6XG Katanning (1938-1939; 1947-1969) - Qualifications: BOCP 3, 1936; AOCP 2132, 1938, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Katanning, 1937-1968) ===''SLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Irwin Slade|Slade, Charles Irwin]] [https://www.familysearch.org/tree/person/details/GDN1-G28] - 1921(???)-19??(???) - Licences: 3PZ Melbourne (Elwood, 1938-1939, 1947-1954) - Qualifications: cc; AOCP 2172, 1938, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (St Kilda, 1949-1954); medical practitioner (St Kilda, 1967-1968; Elwood, 1972-1980) * [[/Charles William Slade|Slade, Charles William]] [https://www.familysearch.org/tree/person/details/GH3R-28W] - 1893(Eng)-1962(NSW) - Licences: 2SX Sydney (Croydon, 1925-1939, 1946-1961 - Qualifications: cc; Nil yet identified; English PMG Certificate 1st class - amateur operator; amateur broadcaster; WW1 (RAN, 1909-1924); Wireless Weekly (technical editor, 1925-1928); Daily Telegraph (radio & technical editor, 1928-1929); Keogh Radio (engineer, 1929-1930); Croydon Radio (proprietor, 1930-1933+) - Electoral Rolls: radio engineer, R.A.N. (Croydon, 1943-1958) ===''SLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. F. Slater|Slater, J. F.]] - 19??(???)-19??(???) - Licences: Receive Sheffield (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Harold Ivan Slater|Slater, Harold Ivan]] [https://www.familysearch.org/tree/person/details/GDT3-7JP] - 1898(Tas)-1971(Qld) - Licences: Receive (Crystal) Kelso (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: pastoralist (Kelso, Tas, 1919); labourer (Maypole Hotel, New Town, Tas); no occupation (Middle Park, Vic, 1926); airman (Point Cook, Vic, 1927; Middle Park, 1931); traveller (Elsternwick, 1936-1968) ===''SLATTERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Slattery|Slattery, Joseph Patrick]] [https://www.familysearch.org/tree/person/details/G824-KHF] - 1866(Irl)-1931(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St John's College, Camperdown; St Vincent's, Ashfield, 1930) - Links: [[w:Joseph Patrick Slattery|Wikipedia]]; [https://adb.anu.edu.au/biography/slattery-joseph-patrick-8453 ADB] * [[/Joseph Samuel Francis Slattery|Slattery, Joseph Samuel Francis]] [https://www.familysearch.org/tree/person/details/GZVN-SSF] - 1894(NSW)-1988(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 50, 1915; CPRT 167, 1915; 2COCP 324, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Applecross, WA, 1916; Esperance, WA, 1916; RAN radio station, Geraldton, 1917); travelling salesman (Stanthorpe, 1928-1930); traveller (Tamworth, 1932-1933; Woollahra, NSW, 1933-1935); commercial traveller (New Farm, 1936; Hamilton, Qld, 1937; Fairfield, Qld, 1949; West Sydney, 1949-1954); radio officer (Mascot, NSW, 1958-1963); retired (Cremorne, NSW, 1968-1980) ===''SMART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Smart|Smart, Arthur]] [https://www.familysearch.org/tree/person/details/GXHD-TNH] - 1891(NZ)-1980(NZ) - Licences: 4SM Barcaldine (1936-1937); 4SM Paterson (1938-1939); 4SM Longreach (1946-1948); 4SM Cairns (Cairns City, 1954-1956; Freshwater, 1960-1975) - Qualifications: cc; AOCP 1625, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: boiler attendant (Dunevia Station, Blackhall, Qld, 1913); motor engineer (Aramac, Qld, 1916-1925; Barcaldine, 1928-1937); freeholder (Longreach, Qld, 1943); mechanic (Longreach, Qld, 1949); farmer (Cairns, Qld, 1954-1958); retired (Freshwater, Qld, 1963-1972; Cairns, Qld, 1977) ===''SMELLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ellis Henry Smellie|Smellie, Ellis Henry]] [https://www.familysearch.org/tree/person/details/GX7P-FDM] - 1893(Vic)-1991(Vic) - Licences: Nil yet identified - Qualifications: cc; 2COCP 218, 1930; 1COCP 240, 1931 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: radio telegraphist (Radio Station, Applecross, 1925; Geraldton, 1931; Broome, 1936); telegraphist (Caulfield, Vic, 1942-1949); radio officer (Caulfield, Vic, 1954; Blackburn, 1963-1980) ===''SMIBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Smibert|Smibert, George]] - 1840(Sct)-1899(Vic) - clubs (founding member Telegraph Electrical Society Vic), employment (Postal Department Vic, chief electrician), brother of James Smibert Deputy Postmaster-General Victoria * [[/George Smibert|Smibert, James]] - 1836(Sct)-1912(Vic) - employment (Postal Department Vic, Deputy Postmaster-General, appointed following early passing of Samuel Walker McGowan), created a nepotism scandal by early promotion of brother and brother-in-law to the most senior positions in Vic Post & Telegraphs in the early 1890s, likely reason for the positioning of Qld appointees at the top of the Federal PMGD in 1901; the brother of George Smibert Chief Electrician, Postal Dept Vic ===''SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Smith, Alan Shaw - See Alan Shawsmith (change of name) * [[/Arthur Carrington Smith|Smith, Arthur Carrington]] [https://www.familysearch.org/tree/person/details/GDKV-VL2] - 1902(Tas)-1982(NSW) - Licences: 7BN Receive Launceston (1923); 7AB Launceston (1924-1927) - Qualifications: cc; AOCP 8, 1924, No. ?? in Tas; CPRT 930, 1926 - amateur operator; amateur broadcaster; broadcast engineer (operator 7BN Wills & Co wannabe Class B); recording engineer (Cinesound Productions Ltd, Bondi, 1932); inventor of sound-on-film systems - Electoral Rolls: salesman (Launceston, 1928); recording engineer (Bronte, 1931-1935); engineer (Bondi, 1936-1937); recording engineer (Clovelly, 1943-1949; Waverley, 1963-1968); engineer (Waverley, 1977-1980) * [[/Austen Cyril Smith|Smith, Austen Cyril]] [https://www.familysearch.org/tree/person/details/GZ6N-JKF] - 1904(Eng)-1992(NSW) - Licences: 2FS Sydney (Croydon, 1924-1925; Burwood, 1925; Maroubra, 1930-1933; Homebush, 1933; Burwood, 1934-1939) - Qualifications: cc; AOCP 75, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; radio agent - Electoral Rolls: radio agent (Burwood, 1934-1937); radio mechanic (Burwood, 1943-1954); radio engineer (Burwood, 1958-1963); retired (Lower Hawkesbury, 1972-1980) * [[/C. Smith|Smith, C.]] - 19??(???)-19??(???) - Licences: 7BA Receive Stanley (1922); Receive Stanley (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Cedric Preston Smith|Smith, Cedric Preston or Preston-Smith, Cedric]] [https://www.familysearch.org/tree/person/details/G8BB-X47] - 1907(NSW)-1974(NSW) - Licences: 2ZZ Sydney (Cremorne, 1924); 2QK Sydney (Manly, 1935-1936; Balgowlah, 1937; Lane Cove, 1938-1939); 2CD Sydney (Cremorne, 1958-1961; Palm Beach, 1965-1969) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: bank accountant (Binnaway, 1930); bank officer (Manly, 1932; Balgowlah, 1934-1937; South Melbourne, Vic, 1943-1949); bank manager (Ballarat, 1954; Cremorne, 1958-1963); retired (Palm Beach, 1963-1968) * [[/Charles Frederick Smith|Smith, Charles Frederick]] - 1908(Eng)-19??(???) - Licences: No licence yet identified - Qualifications: AOCP 418, 1928, No. ?? in NSW; CPRTelephony 1112, 1928; 2COCP 44, 1929 - amateur operator - Electoral Rolls: Several contemporaneous Charles Frederick Smith's, not yet identified * [[/Colin Hughes Smith|Smith, Colin Hughes]] [https://www.familysearch.org/tree/person/details/L2YH-LLB] - 1910(Vic)-1998(Vic) - Licences: 3PK Melbourne (East Kew, 1928-1939, 1946-1980+) - Qualifications: AOCP 433, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Kew, 1931-1937); engineer (Kew, 1943-1980) * [[/Herbert Henry Baker Smith|Smith, Herbert Henry Baker]] [https://www.familysearch.org/tree/person/details/GXFN-H6R] - 19??(???)-1932(Qld) - Licences: 4DP Receive Cairns (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Cairns, Qld, 1925-1930) * [[/J. H. Smith|Smith, J. H.]] - 19??(???)-19??(???) - Licences: 4EA Receive Beenleigh (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/John Albert Malcolm Smith|Smith, John Albert Malcolm]] [https://www.familysearch.org/tree/person/details/L264-537] - 1911(Eng)-1987(SA) - Licences: 5JR Adelaide (St Peters, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1375, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939-1943) * [[/P. W. Smith|Smith, P. W.]] - 19??(???)-19??(???) - Licences: 4EF Receive Brisbane (Alderley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Sidney Hugh Holland Smith|Smith, Sidney Hugh Holland]] - 1861(???)-1933(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, senior state public servant (Qld P&T, Chief Mechanician), senior federal public servant (PMGD, State Mechanician, Qld), radio clubs (QWI, vice president), business proprietor (Telephone and Electrical Supplies Co) * [[/Stuart Disney Paull Smith|Smith, Stuart (Birth) or Stewart (Electoral Rolls) Disney Paull or Paul]] [https://www.familysearch.org/tree/person/details/GXDB-8D8] - 1913(Qld)-1986(Qld) - Licences: 4LA Brisbane (Corinda, 1934-1939); 4LA Amberley (1946-1948); 4LA Brisbane (Camp Hill, 1960-1980) - Qualifications: cc; AOCP 1303, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor); military (RAAF, navigator); broadcast technician (4BC); Dept Education (O/C Radio) - Electoral Rolls: engineer (Corinda, Qld, 1936-1949); radio technician (New Farm, Qld, 1949); maintenance officer (Camp Hill, Qld, 1954-1963); public servant (Camp Hill, Qld, 1972-1980) * [[/Sydney Smith|Smith, Sydney]] - 1856(NSW)-1934(NSW) - senior state politician (NSW MLA), senior federal politician (Postmaster-General, 1904-1905) * [[/Wilfred Smith|Smith, Wilfred]] [https://www.familysearch.org/tree/person/details/GXRQ-PQ1] - 1896(Eng)-19??(???) - Licences: Receive Adelaide (St Peters, 1923); 5AG Adelaide (Henley Beach, 1937-1939, 1947-1948) - Qualifications: cc; CPRT 602, 1921; 2COCP 419, 1941; 1COCP 882, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Henley, SA, 1939-1943) * [[/William Arthur Smith|Smith, William Arthur]] [https://www.familysearch.org/tree/person/details/GMCX-XL9] - 1906(SA)-1970(SA) - Licences: 5LZ Wallaroo (1929-1933) - Qualifications: cc; AOCP 526, 1929, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical mechanic (Glenunga, 1939-1943) - beware several contemporaneous William Arthur Smith's * [[/William Henry Smith|Smith, William Henry]] [https://www.familysearch.org/tree/person/details/GX2V-L4R] - 1911(SA)-19??(???) - Licences: 5SW Adelaide (Woodville, 1937-1939, 1947-1956); 5ASW Adelaide (Woodville, 1980+) - Qualifications: cc; AOCP 1996, 1937, SA; BOCP 431, 1942 - amateur operator; amateur broadcaster - Comment: Several contemporaneous WHSs - Electoral Rolls: operator (Woodville, SA, 1939) * [[/W. J. Smith|Smith, W. J.]] - 19??(???)-19??(???) - Licences: N758 Receive Sydney (Hurstville, 1922); 2IC Receive Sydney (Hurstville, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''SMITHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Charles Smithers|Smithers, Ernest Charles]] [https://www.familysearch.org/tree/person/details/G8Z1-GQ1] - 1885(NSW)-1953(NSW) - Licences: Nil yet identified - Qualifications: AOCP 552, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: inspector of fisheries (Urunga, 1930); inspector (Burwood, 1930-1949) ===''SMYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Walter Smyth|Smyth, Cedric Walter]] [https://www.familysearch.org/tree/person/details/GD1C-4MX] - 1916(WA)-1987(SA) - Licences: 7CD Devonport (1933-1939); 3ACH Melbourne (Doncaster East, 1954-1980+) - Qualifications: cc; AOCP 1133, 1933, Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: toolmaker (Preston, Vic, 1942-1949); engineer (Doncaster East, 1954-1977) * [[/Victor Loftus Smyth|Smyth, Victor Loftus]] [https://www.familysearch.org/tree/person/details/LR8F-P8L] - 1905(Vic)-1972(Vic) - Licences: 3PJ Receive Geelong (1923); 3PJ Geelong (1924); 3PJ Bendigo (1924-1939) - Qualifications: AOCP 126, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Bendigo, 1928-1972) ===''SMYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Cresswell Smythe|Smythe, Alan (BMD) or Allan (Electoral Rolls) Cresswell]] [https://www.familysearch.org/tree/person/details/G8JQ-V9V] - 1908(SA)-1983(SA) - Licences: 5MF Adelaide (Torrensville, 1930-1939, 1946-1948; Hazlewood Park, 1954-1980+) - Qualifications: AOCP 658, 1930, No. ?? in SA; AOLCP 135, 1933; BOCP 125, 1937; 1COCP 196, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Torrensville, SA, 1939-1943) ===''SNADDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Ernest Snaddon|Snaddon, John Ernest]] [https://www.familysearch.org/tree/person/details/GZLF-B75] - 1920(Eng)-1944(Aegean Sea) - Licences: 3VE Melbourne (Malvern, 1939) - Qualifications: AOCP 2322, 1939, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, 459 Squadron, Warrant Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/snaddon-john-ernest-409361/] ===''SNAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Leslie Snaith|Snaith, Samuel Leslie]] [https://www.familysearch.org/tree/person/details/GZJN-2S8] - 1901(Vic)-1961(Vic) - Licences: 3ZR Melbourne (Footscray, 1923-1926; Newport, 1931) - Qualifications: cc; AOCP 166, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1924-1928; Newport, 1931-1954) ===''SNAPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fairlie Roger de Burgh Snape|Snape, Fairlie Roger de Burgh]] [https://www.familysearch.org/tree/person/details/G649-B1V] - 1900(NSW)-1988(NSW) - Licences: 2NU Receive Quirindi (1923); 4JK Willis Island (1931) - Qualifications: cc; CPRT 695, 1922; 2COCP 340, 1931; 1COCP 221, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: operator (Quirindi, 1930); wireless operator (Quirindi, 1934-1936); radio engineer (Killara, 1949-1968); engineer (Killara, 1980) ===''SNOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Charles Snook|Snook, Keith Charles]] [https://www.familysearch.org/tree/person/details/GDTG-Z2D] - 1908(Tas)-1946(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 (RAAF) - Electoral Rolls: motor engineer (Hobart North, 1936); motor mechanic (Hobart Central, 1937) ===''SNOSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Raymond Snoswell|Snoswell, Alfred Raymond]] [https://www.familysearch.org/tree/person/details/9NWH-MCT] - 1899(SA)-1971(SA) - Licences: 5AD Adelaide (Exeter, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Largs, 1939-1943) ===''SODEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander William Soden|Soden, Alexander William]] [https://www.familysearch.org/tree/person/details/G8N9-7M1] - 1909(Qld)-1948(Qld) - Licences: 4AS Brisbane (Annerley, 1930-1939; Yeerongpilly, 1946-1948) - Qualifications: cc; AOCP 634, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Annerley, 1934-1943) ===''SOUMPROU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emile Walter Soumprou|Soumprou, Emile Walter]] [https://www.familysearch.org/tree/person/details/9ZZF-SX7] - 1906(Vic)-1955(Vic) - Licences: 3WK Melbourne (Thornbury, 1929-1931; North Fitzroy, 1938-1939, 1946-1948; East Brighton, 1954-1956) - Qualifications: AOCP 511, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: student (Northcote, 1936-1937); retired (Fitzroy North, 1942-1949); Elsternwick, 1954) ===''SOUTHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Lindsay Southwell|Southwell, Clifford Lindsay]] [https://www.familysearch.org/tree/person/details/GZNM-FDF] - 1897(???)-1973(NSW) - 2SW Sydney (Cremorne, 1925-1926; Northbridge, 1927-1929; Brighton-Le-Sands, 1930-1931; Northbridge, 1933-1939), amateur operator (AOCP 131, 1925, No. ?? in NSW), amateur broadcaster, WW1 (Army, Private) & WW2 (Australian Army, colonel), sales manager (1954) * [[/Leslie William Douglas Southwell|Southwell, Leslie William Douglas]] [https://www.familysearch.org/tree/person/details/9WXT-S8L] - 1900(NSW)-1960(Vic) - Licences: 3SL Seymour (1924-1939, 1946-1954); 3SL Melbourne (Montrose, 1955-1960) - Qualifications: cc; AOCP 250, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Seymour, 1931-1954) * [[/Noel Leslie Southwell|Southwell, Noel Leslie]] [https://www.familysearch.org/tree/person/details/GZNM-ZJW] - 1919(NSW)-1998(NSW) - 2ZF Sydney (Leichhardt, 1935-1939, 1946-1950; Yagoona, 1954-1980+), qualifications (AOCP 1565, 1935, No. ?? in NSW; 1COCP 149, 1937), amateur operator, broadcast technician (1949), QSL collection survives ARDXC/NFSA ===''SPARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Spark|Spark, John]] - 1879(USA)-19??(???) - Licences: 6AC Perth (City, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: soldier (Fremantle, 1917); civil servant (West Perth, 1921) - Comment: identification not certain ===''SPEDDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Spedding|Spedding, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GQ82-ZCM] - 1897(NSW)-1958(NSW) - Licences: 4DU Receive Brandon (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bookkeeper (Brandon, Qld, 1921-1925); clerk (Lakemba, NSW, 1932-1958) ===''SPENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Keith Spence|Spence, Edward Keith]] [https://www.familysearch.org/tree/person/details/LBYN-S3H] - 1908(Qld)-1980(NSW) - Licences: 4DT Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Union Bank, Wagga Wagga, NSW, 1930; Wellington, NSW, 1934); bank officer (Bondi, NSW, 1936; Rose Bay, NSW, 1937; Epping, NSW, 1943-1949; Northbridge, NSW, 1963-1977); retired (Cremorne, NSW, 1980) * [[/William Guthrie Spence|Spence, William Guthrie]] - 1846(Sco)-1926(Vic) - senior federal politician (Postmaster-General, 1914-1915) ===''SPENCER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derek David Spencer|Spencer, Derek David]] [https://www.familysearch.org/tree/person/details/GFSW-N55] - 1909(Eng)-1982(Tas) - Licences: 3DS Melbourne (Altona, 1934-1937); 6DS Perth (Pearce, 1938-1939) - Qualifications: cc; AOCP 1280, 1934, Vic; AOLCP 157, 1934; 2COCP 55, 1936; 1COCP 111, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: poultry farmer (Ulverstone, Tas, 1954; Leven, Tas, 1963); farmer (Gawler, Tas, 1972) ===''SPERRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred John Sperring|Sperring, Wilfred John]] [https://www.familysearch.org/tree/person/details/KVLY-JPK] - 1917(WA)-1966(WA) - Licences: 6SP Perth (Victoria Park, 1937-1939, 1947-1948; Belmont, 1954) - Qualifications: cc; AOCP 1920, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Victoria Park, WA, 1943); mechanic (Victoria Park, WA, 1949); radio engineer (Belmont, WA, 1954-1963) ===''SPICER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Spicer|Spicer, Victor John]] [https://www.familysearch.org/tree/person/details/G88M-KKY] - 1910(Eng)-1985(Vic) - Licences: 3VS Melbourne (Mordialloc, 1929-1931; East Malvern, 1933; North Fitzroy, 1937-1939, 1946-1948) - Qualifications: AOCP 554, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1934); constable (Port Melbourne, 1936; Fitzroy, 1937-1954; Carlton South, 1967-1968); retired (Hurstbridge, Vic, 1977-1980) ===''SPITZKOWSKY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Royston Stanley Spitzkowsky|Spitzkowsky, Max Royston Stanley]] [https://www.familysearch.org/tree/person/details/GZYD-23H] - 1904(NSW)-1989(NSW) - Licences: 2MS Newcastle (Hamilton, 1926-1975) - Qualifications: AOCP 302, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: turner (Hamilton, 1932-1972) ===''SPOTSWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Ernest Spotswood|Spotswood, Cyril Ernest]] [https://www.familysearch.org/tree/person/details/GDTC-4GM] - 1897(Tas)-1964(Tas) - Licences: Receive Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Burnie, 1936-1943); fettler (Burnie, 1949-1954) * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] [https://www.familysearch.org/tree/person/details/M7P4-M7C] - 1892(Qld)-1973(Qld) - Licences: 4JH Poopoonbah via Giru (1935-1939) - Qualifications: cc; AOCP 1356, 1934, Qld - amateur operator; amateur broadcaster - Comment: second YL operator in Qld - Relationships: Wife of 4JK Jack Lawrence Humphry - Electoral Rolls: home duties (Ching Do Siding, Ayr, Qld, 1919-1936; Giru, Qld, 1937-1949; Poopoonbah, Qld, 1954; St Lucia, Qld, 1958-1972) ===''SPRENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Ernest Sprenger|Sprenger, Herbert Ernest]] [https://www.familysearch.org/tree/person/details/GMQD-2CJ] - 1914(Qld)-2000(Qld) - Licences: 4ES Bundaberg (1932-1939); 4ES Brisbane (New Farm, 1946-1948; Holland Park, 1954; Upper Mt Gravatt, 1955-1960; Rainworth, 1965-1980+) - Qualifications: cc; AOCP 1064, 1932, No. ?? in Qld; BOCP 165, 1938; 1COCP 530, 1941 - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); state public servant (Qld Police, radio comms) - Electoral Rolls: radio mechanic (Bundaberg, 1936-1937); police constable (New Farm, Qld, 1943-1949); sergeant police (Holland Park, Qld, 1954; Upper Mt Gravatt, Qld, 1958); sub-inspector police (Rainworth, Qld, 1963-1968); police officer (Rainworth, Qld, 1972); retired (Bardon, Qld, 1977-1980) ===''SPURRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Charles Spurrier|Spurrier, Leonard Charles]] [https://www.familysearch.org/tree/person/details/LTY1-WZJ] - 1904(Wales)-1984(SA) - Licences: S382 Receive Adelaide (North Adelaide, 1922); 5AL Receive Adelaide (North Adelaide, 1923); Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Clarence Park, 1939-1941; Eden Hills, 1943) ===''SQUIRES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Jack Squires|Squires, Jack]] [https://www.familysearch.org/tree/person/details/G8CX-3GW] - 1909(WA)-1972(???) - Licences: 6JS Perth (Cannington, 1929-1939; Como, 1946-1956; Nedlands, 1960; West Leederville, 1965-1969) - Qualifications: cc; AOCP 510, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Cannington, 1931-1936); sales manager (Midland Junction, 1937; South Perth, 1943-1954); manager (Subiaco, 1963); business manager (West Kalamunda, 1968) ===''ST JOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Clive Bolingbroke St John|St John, Henry Clive Bolingbroke]] [https://www.familysearch.org/tree/person/details/LBTN-PV8] - 1895(Eng)-1972(NSW) - Licences: 2RX Receive Sydney (Rockdale, 1923-1925); 2RX Sydney (Rockdale, 1926-1939; Northbridge, 1965-1969) - Qualifications: AOCP 258, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: reader (Rockdale, 1930-1936; Northbridge, 1943-1963) ===''STACEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Keith Stacey|Stacey, Howard Keith]] [https://www.familysearch.org/tree/person/details/G3TY-D8M] - 1907(NSW)-1993(SA) - Licences: 5XA Adelaide (Firle, 1934-1937; Knightsbridge, 1938-1939; Leabrook, 1947-1956; Glynde, 1960-1980+) - Qualifications: cc; AOCP 1360, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: compositor (Burnside, SA, 1939-1941) * [[/Roy Ernest Stacey|Stacey, Roy Ernest]] [https://www.familysearch.org/tree/person/details/GXDT-PNR] - 1902(Qld)-1973(Qld) - Licences: 4RS Proserpine (1933-1939, 1948-1969) - Qualifications: cc; AOCP 1187, 1933, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: office assistant (Bauple, Qld, 1925); clerk (Proserpine, Qld, 1928-1972) ===''STACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Patrick Charles Stack|Stack, Robert Patrick Charles]] [https://www.familysearch.org/tree/person/details/GXDL-Y2K] - 1904(Eng)-1966(Qld) - Licences: 4TK Innisfail (1936-1939, 1947-1965) - Qualifications: cc; AOCP 1742, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: hairdresser (Innisfail, Qld, 1930-1932); stationer (Innisfail, Qld, 1936-1943) ===''STACKPOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Julian Stackpole|Stackpole, Peter Julian]] [https://www.familysearch.org/tree/person/details/GD3D-H8N] - 1947(Vic)-2004(ACT) - Licences: 3ZQS Melbourne (North Clayton, 1980+; 1RX Canberra, 1990s); Qualifications: cc; AOLCP 2203, 1966; AOCP N1856, 1988 - amateur operator; broadcast planning engineer (P&TD, DoC, DoTaC, ABA, ACA) - Electoral Rolls: assistant (Hampton, 1972); technical officer (Clayton, 1977-1980) ===''STAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Hurst William Stafford|Stafford, John Hurst William]] [https://www.familysearch.org/tree/person/details/LV6P-XSJ] - 1901(Qld)-1992(Qld) - Licences: 4CD Receive Ipswich (Ebbw Vale, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: electrician (Ebbw Vale, 1925-1928; Booval, 1932-1949); engineer (East Ipswich, 1958-1963); retired (Mansfield, 1977-1980) ===''STANFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Roy Stanfield|Stanfield, Clifford Roy]] [https://www.familysearch.org/tree/person/details/GQXR-9GG] - 1900(NSW)-1991(NSW) - Licences: N744 Receive Newcastle (1922); 2HX Receive Newcastle (1922) - Qualifications: cc; CPRT 383, 1918; 2COCP 136, 1930; 1COCP 140, 1930 - amateur receiver; WW1 - Electoral Rolls: wireless operator (Randwick, 1930; Maroubra, 1932-1968); retired (Blaxland, 1977-1980) ===''STANLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. M. Stanley|Stanley, J. M.]] - 19??(???)-19??(???) - Licences: 2JS Receive Sydney (Crow's Nest, 1922-1923); 2JS Sydney (Crow's Nest, 1924); Orange (1924-1929) - Qualifications: cc; AOCP 100, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; newsagent (Leura, late 1920s) - Identification: Not yet identified (possibly James Melville Stanley, electrician, Lockhart, 1930) - Electoral Rolls: Nil yet identified ===''STAPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Stapleton|Stapleton, John William]] [https://www.familysearch.org/tree/person/details/GXG7-R9P] - 1915(SA)-1980(SA) - Licences: 5KY Adelaide (Port Adelaide, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1314, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Cook, SA, 1941-1944) ===''STARKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Starkie|Starkie, Thomas William]] [https://www.familysearch.org/tree/person/details/GZBS-NCY] - 1906(Qld)-1982(Qld) - Licences: 4NW Brisbane (Nundah, 1926-1939) - Qualifications: cc; AOCP 306, 1926, No. 30 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Nundah, 1928-1937); warehouse assistant (Holland Park, 1943); manager (Wavell Heights, 1949); agent (Toowong, 1954-1958); manufacturer's agent (Kenmore, 1963); agent (Tennyson, 1968-1972); retired (The Gap, 1977; North Tamborine, 1980) ===''STARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Starr|Starr, Francis John]] [https://www.familysearch.org/tree/person/details/GZLN-LC4] - 1916(Qld)-1940(off Qld coast) - Licences: 4FS Stanthorpe (1937-1939) - Qualifications: cc; AOCP 1930, 1937, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 23 Squadron, Aircraftsman Class 1) - Electoral Rolls: baker (Stanthorpe, 1937) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1719163] ===''STEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey William Ashcroft Steane|Steane, Geoffrey William Ashcroft]] [https://www.familysearch.org/tree/person/details/GMCF-JWV] - 1905(Vic)-1957(Vic) - Licences: 3UX Melbourne (Mont Albert, 1923-1933); 3SX Melbourne (Mont Albert, 1923-1925) - Qualifications: cc; CPRT 775, 1923; 2COCP 330, 1931 -amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Mont Albert, Vic, 1931); engineer (Camberwell, Vic, 1937); radio engineer (Dee Why, NSW, 1949); television engineer (Double Bay, NSW, 1954); engineer (Camberwell, Vic, 1954) ===''STEELE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rowland Edward James Steele|Steele, Rowland Edward James]] [https://www.familysearch.org/tree/person/details/GDTC-2ZM] - 1904(Tas)-1987(Tas) - Licences: Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Hobart West, 1928); dairyman (West Hobart, 1937-1972) ===''STEPHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Goldsmith Stephen|Stephen, Percy Goldsmith]] [https://www.familysearch.org/tree/person/details/GD2J-HVR] - 1896(NSW)-1976(NSW) - Licences: 2ZB Sydney (Balmain, 1924-1925); 2PS Sydney (Balmain, 1926; Granville, 1927-1930; Lidcombe, 1931-1936; Croydon, 1937-1939; Five Dock, 1946-1958; Condell Park, 1960-1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical mechanic (Granville, 1930); electrician (Lakemba, 1930; Lidcombe, 1932-1936); electrical fitter (Five Dock, 1943-1958); fitter (Condell Park, 1968-1972) ===''STEPHENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Nelson Stephens|Stephens, Arthur Nelson]] [https://www.familysearch.org/tree/person/details/G941-3F1] - 1886(Eng)-1972(Qld) - Licences: 4CG Receive Brisbane (Clayfield, 1922); 4CG Brisbane (Clayfield, 1923-1925); Operator of 4AE - Qualifications: cc; Nil yet identified - coastal wireless operator; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: draughtsman (North Carlton, Vic, 1912-1914); engineer (Wireless Station, Pinkenba, 1915-1919; Clayfield, 1925-1928); hotel keeper (Palm Beach Hotel, Elanora, 1932-1934; Grand Hotel, Southport, 1936-1943); cafe proprietor (Southport, 1949); secretary (Main Beach, 1954-1958; Southport East, 1963-1968) * [[/Frank Richmond Stephens|Stephens, Frank Richmond]] [https://www.familysearch.org/tree/person/details/GXQ7-MLM] - 1897(Qld)-1977(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 452, 1919 - RANRS - Electoral Rolls: naval reservist (New Farm, 1921); farm hand (Wamuran, Qld, 1925); wireless operator (New Farm, 1925-1937); radio mechanic (New Farm, Qld, 1943); agent (New Farm, Qld, 1949); caretaker (Brisbane, 1954-1958); retired (Bowen Hills, 1963; Coolangatta, 1968-1972) * [[/Harry James Milne Stephens|Stephens, Harry James Milne]] [https://www.familysearch.org/tree/person/details/GXYC-KQH] - 1900(WA)-1982(WA) - Licences: 6ZZ Perth (South Perth, 1935-1939; Bassendean, 1947-1960; Eden Hill, 1965-1980+) - Qualifications: cc; AOCP 1530, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Albany, WA, 1925); railway employee (Katanning, WA, 1931-1936); storekeeper (Fremantle, WA, 1937); aircraftsman (Bassendean, WA, 1943-1963); railway employee (Eden Hill, WA, 1968-1972); retired (Bassendean, WA, 1977-1980) * [[/Thomas Stephens|Stephens, Thomas]] [https://www.familysearch.org/tree/person/details/GZ2B-35G] - 1912(Vic)-1944(Sct) - Licences: 3GO Melbourne (Essendon, 1931-1933) - qualifications: AOCP 489, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1944) - Electoral Rolls: bank clerk (Essendon, 1936-1942) - "Greater love hath no man" [https://aviationmuseumwa.org.au/afcraaf-roll/stephens-thomas-418036/] * [[/Thomas Blacket Stephens|Stephens, Thomas Blacket or Blackett]] [https://www.familysearch.org/tree/person/details/G9WG-Y5P] - 1902(Qld)-1999(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 309, 1926, No. 31 in Qld - amateur operator? - Electoral Rolls: articled law clerk (Annerley, 1925-1928); solicitor (Annerley, 1934; Fortitude Valley, 1936-1937; Clayfield, 1949-1968); retired (St Lucia, 1972-1980) ===''STEPHENSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Wilfred Stephenson|Stephenson, Charles Wilfred]] [https://www.familysearch.org/tree/person/details/93BK-M7F] - 1905(Qld)-1997(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother); 2BWQ Sydney (Blacktown, 1980+) - Qualifications: cc; AOCP 282, 1926, No. 25 in Qld - amateur operator; amateur broadcaster; radio clubs (Wooloowin RC, operator 4WN; WIAQ, operator 4AE); broadcast technician (4QG); business proprietor (cinema audio) - Relationships: brother of 4RG Harold John Stephenson - Electoral Rolls: public servant (Wooloowin, Qld, 1928-1929); electrical engineer (Pymble, NSW, 1932-1933); sound engineer (Capertee, NSW, 1936-1937); panel beater (Bourke, NSW, 1943); mechanic (Capertee, NSW, 1949-1954; Maroubra, NSW, 1958); autoelectrician (Blacktown, NSW, 1963-1977); retired (Blacktown, NSW, 1980) * [[/Harold John Stephenson|Stephenson, Harold John]] [https://www.familysearch.org/tree/person/details/93BK-9M3] - 1903(Qld)-1990(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother) - Qualifications: cc; AOCP 290, 1926, No. 27 in Qld - amateur operator; amateur broadcaster - Relationships: brother of 4RG/2BWQ Charles Wilfred Stephenson - Electoral Rolls: railway employee (Wooloowin, Qld, 1925-1943); sheet metal worker (Wooloowin, Qld, 1949); engineer (Wooloowin, Qld, 1954); aircraft mechanic (Maroubra, NSW, 1963-1980) ===''STEVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edgar F. Stevens|Stevens, Albert Edgar F. "Bert"]] [https://www.familysearch.org/tree/person/details/KH4H-N2D] - 1894(Vic)-1954(WA) - Licences: 6BN Perth (North Perth, 1924-1927; South Perth, 1930-1939); nominated licensee for W732 WIA WA (1922) - Qualifications: cc; AOCP 136, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geraldton, WA, 1916-1917); phone mechanic (North Perth, WA, 1925; South Perth, WA, 1931-1954) * [[/Frederick William Stevens|Stevens, Frederick William]] - 1898-19?? - 4SP Brisbane, amateur operator (PRTC 788, 1923, Marconi & Telefunken; 1COCP, 1930, Qld), Coastal wireless operator; first chief engineer 4QG, state public servant (4QG), pilot (Qantas), federal public servant (DCA) * [[/Robert Edward Stevens|Stevens, Robert Edward]] [https://www.familysearch.org/tree/person/details/GD1Z-ZMF] - 1908(Vic)-1994(Vic) - Licences: 7OJ Deloraine (1931-1933); 3OJ Melbourne (Burwood, 1937-1939, 1946-1980+) - Qualifications: cc; AOCP 817, 1931, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (Auburn, Vic, 1931; Burwood, 1937-1980) ===''STEWART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Barnett Stewart|Stewart, Alexander Barnett]] [https://www.familysearch.org/tree/person/details/GHBR-VND] - 1895(Sct)-1981(Qld) - Licences: 4DD Receive Brisbane (Hawthorne, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: jackeroo (Oondooroo, Qld, 1919); farmer (Palmwoods, Qld, 1921-1925); orderman (Hawthorne, Qld, 1928); truck driver (Eight Mile Plains, Qld, 1936-1937); foreman (Hawthorne, Qld, 1943-1980) * [[/Donald Richardson Stewart|Stewart, Donald Richardson]] [https://www.familysearch.org/tree/person/details/94CC-2MT] - 1902(Vic)-1993(Vic) - Licences: V739 Receive Lorne (1922); 3GS Receive Lorne (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: motor driver (Lorne, 1925-1954); guest house proprietor (Lorne, 1967-1968); proprietor (Lorne, 1972-1980) * [[/John Edgar Stewart|Stewart, John Edgar]] [https://www.familysearch.org/tree/person/details/GZD8-3JC] - 1884(NSW)-1957(NSW) - Licences: 2MR Newcastle (Mayfield, 1923-1929; Hamilton, 1930); 2MR Sydney (Chatswood, 1931); 4MR Brisbane (Nundah, 1933-1939, 1946-1948); 2MR Waratah (1954-1957) - Qualifications: cc; AOCP 43, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; Commonwealth Electoral Commission (Chief Electoral Officer) - Electoral Rolls: clerk (Arncliffe, 1913); District Returning Officer (Mayfield, 1930); Commonwealth Electoral Officer (Nundah, Qld, 1937-1949); retired (Waratah, 1954) * [[/Henry Stewart|Stewart, Henry]] [https://www.familysearch.org/tree/person/details/GXS7-R71] - 1896(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 234, 1916; 1COCP 318, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Comment: Several contemporaneous HSs - Electoral Rolls: Nil yet identified * [[/William Alfred Stewart|Stewart, William Alfred]] [https://www.familysearch.org/tree/person/details/GXBZ-4XJ] - 1910(WA)-2020(WA)109yo - Licences: 6ST Perth (West Leederville, 1937-1939) - Qualifications: cc; AOCP 1958, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Balkatta, WA, 1936; Leederville, WA, 1937); salesman (Wembley Park, WA, 1943; Leederville, WA, 1949); technician (Floreat Park, WA, 1954-1963; Wembley Park, WA, 1968; Floreat Park, WA, 1972-1980) - Links: [https://gerontology.fandom.com/wiki/William_Stewart Gerontology] ===''STIPEK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Stipek|Stipek, John "Jack"]] [https://www.familysearch.org/tree/person/details/GD5X-XL1] - 1898(NSW)-1974(Florida, USA) - Licences: 7BE Receive St Helens (1923); Receive St Helens (1923); 7BE St Helens (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMG telegraph messenger, left PMGD 1920; first to log KGO in Tas - Comment: beware two other John Stipek's concurrently in Tas, 1920s - Electoral Rolls: civil servant (St Helens, 1919); clerk (St Helens, 1922) ===''STITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Hugh Rankin Stitt|Stitt, Walter Hugh Rankin Jnr "Hughie"]] [https://www.familysearch.org/tree/person/details/GWBX-L5G] - 1908(NSW)-1972(NSW) - 2WH Forbes (1925-1969+), 2ARN Forster (1965-1969+), amateur operator (AOCP 196, 1925, No. ?? in NSW), amateur broadcaster, "brother-in-law" of Leslie Maclean Wilson 2LM, note his father also Walter Hugh Rankin Stitt and lived in same district ===''STOCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Daniel Alan John Stocks|Stocks, Daniel Alan John]] [https://www.familysearch.org/tree/person/details/GZN8-R5P] - 1897(Vic)-1933(Vic) - 3DJ Melbourne (Canterbury, 1925-1927; Surrey Hills, 1931), amateur operator (AOCP 144, 1925, No. ?? in Vic), amateur broadcaster, electrical engineer, gone too soon ===''STOCKTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Stockton|Stockton, Norman]] - 1904(WA)-1943(Germany) - 4NQ Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, military (WW2, press correspondent), journalist, "Greater love hath no man than this" ===''STOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allen Frederick Stow|Stow, Allen Frederick]] [https://www.familysearch.org/tree/person/details/G8WR-7GG] - 1910(Vic)-1966(Vic) - Licences: 3AS Melbourne (North Carlton,1928-1931; North Fitzroy, 1933-1939, 1946-1947; Northcote, 1948-1965); 3AFS Portable Melbourne (Northcote, 1948-1965) - Qualifications: AOCP 441, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army) - Electoral Rolls: engineer (Carlton North, 1931; Fitzroy North, 1934-1942) ===''STOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Alfred Stowe|Stowe, Harry Alfred]] [https://www.familysearch.org/tree/person/details/GWBJ-YTW] - 1892(NSW)-1977(NSW) - Licences: XAS Sydney (Drummoyne, 1911-1914); 2CX Receive Sydney (Chatswood, 1922-1923); 2CX Sydney (Chatswood, 1924-1929) - Qualifications: cc; AOCP 19, 1924, No. 9 in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, 1930-1958); retired (Frenchs Forest, 1968-1977) ===''STOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Bickley Stoyle|Stoyle, Jack Bickley]] [https://www.familysearch.org/tree/person/details/GM1Z-JWV] - 1881(India)-1966(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 91, 1915; 1COCP 55, 1930 - RANRS (Commissioned Telegraphist, terminated Nov 1920); AWA CRS - Electoral Rolls: wireless telegraphist (Rockhampton, 1917); radio station master (Darwin, 1922; Kilkenny, 1939-1943) ===''STRAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Michael Strafford|Strafford, John Michael]] [https://www.familysearch.org/tree/person/details/LZ2K-LBX] - 1900(SA)-1974(SA) - Licences: 5JS Adelaide (Stepney, 1936-1939; City, 1947-1965; Windsor Gardens, 1969-1975) - Qualifications: cc; AOCP 1710, 1936, SA; BOCP 514, 1943 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''STRATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Stephen Stratford|Stratford, Leo Stephen]] [https://www.familysearch.org/tree/person/details/GXHV-HRX] - 1915(Qld)-1999(Qld) - Licences: 4AE Goondiwindi (1936-1939); 4LS Goondiwindi (1947-1956) - Qualifications: cc; AOCP 1678, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Goondiwindi, Qld, 1936-1949); radio dealer (Goondiwindi, Qld, 1954-1958); electrician (Goondiwindi, Qld, 1968); refrigeration mechanic (Goondiwindi, Qld, 1980) ===''STREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Streamer nee Mackenzie, Florence Madeline "Madeline" - See Florence Madeline Mackenzie 4YL ===''STREET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frederick Street|Street, Reginald Frederick]] [https://www.familysearch.org/tree/person/details/GW5S-Z4L] - 1900(Tas)-1927(Tas) - Licences: 7BD Receive Hobart (1923); Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: draper's assistant (Hobart West, 1922) ===''STROHFELDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Strohfeldt|Strohfeldt or Strofeldt, Gilbert]] [https://www.familysearch.org/tree/person/details/LVWD-W9Z] - 1904(Qld)-1951(Qld) - Licences: 4GS Brisbane (Paddington, 1932-1939; Camp Hill, 1948-1956) - Qualifications: cc; AOCP 1041, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Comment: licensed for 5 years after passing - Electoral Rolls: postal assistant (Roma, 1926); telegraphist (Charleville, 1928-1930); Paddington, Qld, 1936-1937); assistant radio inspector (Camp Hill, Qld, 1943) ===''STUART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Stuart|Stuart, Francis John]] [https://www.familysearch.org/tree/person/details/GXSH-RPC] - 1895(SA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: naval officer (Hobart, Tas, 1919); telegraphist (Hobart, 1922; Oakleigh, Vic, 1928-1942); primary producer (Tarra Valley, Vic, 1949-1954) * [[/Michael Aloysius Horatio Stuart|Stuart, Michael Aloysius Horatio]] [https://www.familysearch.org/tree/person/details/GXLC-2D9] - 1891(Vic)-1953(Vic) - Licences: 3MH Melbourne (Moonee Ponds, 1927); 3MH Rockbank (1931-1937); 5MS Adelaide (Rosewater, 1938-1939) - Qualifications: cc; 2COCP 66, 1929; 1COCP 184, 1931; likely CRPT pre 1927 - amateur operator; amateur broadcaster; WW1 (UK Merchant Navy); WW2 - Electoral Rolls: mechanic (Moonee Ponds, Vic, 1925-1927); radio telegraphist (Beam Radio Station, Rockbank, Vic, 1928-1937; Geraldton, WA, 1943); radio technician (Footscray North, Vic, 1949) ===''STURDEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Ashton Hobart Sturdee|Sturdee, Vernon Ashton Hobart]] - 1890(Vic)-1966(Vic) - 4?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur radio club (member, WIQ) ===''SULLIVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sullivan|Sullivan, John]] [https://www.familysearch.org/tree/person/details/KLGD-VK6] - 1906(Vic)-1997(Vic) - 3SR Melbourne (Elsternwick, 1925-1926), 3SR Yallourn (1927), amateur operator (AOCP 206, 1925, No. ?? in Vic), amateur broadcaster, engineer (1927) ===''SUTHERLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan James Sutherland|Sutherland, Alan James]] [https://www.familysearch.org/tree/person/details/GXK6-94L] - 1916(SA)-1977(Qld) - Licences: 5XB Adelaide (Glenelg, 1935-1939, 1947-1948); 3AXB Melbourne (Balwyn, 1954-1965); 3KY Melbourne (Balwyn, 1969-1975) - Qualifications: cc; AOCP 1592, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Dunleath, SA, 1939-1941); public servant (Albert Park, Vic, 1949; Canterbury, Vic, 1954-1968; Balwyn, Vic, 1972-1977); retired (Scarness, Qld, 1977) * [[/George Bremner Sutherland|Sutherland or Clyne, George Bremner "Jock"]] [https://www.familysearch.org/tree/person/details/GZVF-KQC] - 1893(Sct)-1981(SA) - Licences: 6GB Perth (Mt Hawthorn, 1927) - Qualifications: cc; 1COCP 295, 1932 - amateur operator; amateur broadcaster; telegraphist (Navy, 1911), late 1920s assistant chief engineer 6WF (to Wally Coxon) - Electoral Rolls: DCA (aeradio operator, from 1941); radio operator (Kalgoorlie, 1949); retired (North Perth, 1958) ===''SUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Sutton|Sutton, Arthur Ernest]] [https://www.familysearch.org/tree/person/details/GMFM-Z34] - 1882(Vic)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (early 1910s); utilised Henry Sutton's experimental licence - Relationships: son of XLM Henry Sutton - Electoral Rolls: music seller (Malvern, 1909-1913; Hawthorn, 1914-1915); engineer (Kew, 1922-1925); traveller (Camberwell, 1927); mechanic (Brunswick, 1928) * [[/Henry Sutton|Sutton, Henry]] [https://www.familysearch.org/tree/person/details/LD19-T7V] - 1855(Vic)-1912(Vic) - Licences: XLM Melbourne (Malvern, 1910-1912) - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed from 1890s); numerous inventions, Australia's first wireless telephony experimenter (1906); invented several new types of telephones; early television experiments - Relationships: father of Arthur Ernest Sutton - Links: [https://adb.anu.edu.au/biography/sutton-henry-4675 ADB] - Electoral Rolls: Nil yet identified * [[/Joseph William Sutton Jnr|Sutton, Joseph William Jnr]] [https://www.familysearch.org/tree/person/details/LHKF-HCJ] - 1874(Qld)-1941(Qld) - Licences: 4CP Receive Brisbane (City, 1923); 4EI Brisbane (City, 1923-1925) (In the name of the State Engineer) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club (WIQ, foundation member; QWI); electrical engineer; senior federal public servant (PMGD, State Engineer) - Relationships: son of Joseph William Sutton Snr - Electoral Rolls: electric engineer (Teneriffe, 1903); engineer (Teneriffe, 1908-1909); assistant (GPO, 1912-1919); electrical engineer (New Farm, 1921-1936); retired (Ascot, 1937) * [[/Joseph William Sutton Snr|Sutton, Joseph William Snr]] [https://www.familysearch.org/tree/person/details/LHKF-W6T] - 1844(Eng)-1914(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - club (Royal Society Qld, president) - Relationships: father of Joseph William Sutton Jnr - Links: [[w:Joseph William Sutton|Wikipedia]] - Electoral Rolls: engineer (Teneriffe, 1908-1909) ===''SWABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Max J. Swaby|Swaby, Max J.]] - 19??(???)-19??(???) - 4DA Dalby (-1948+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''SWAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lionel Tamsett Swain|Swain, Lionel Tamsett]] [https://www.familysearch.org/tree/person/details/KL1J-TGY] - 1902(NSW)-1985(NSW) - Licences: 2CS Receive Newcastle (Hamilton, 1922); 2CS Newcastle (Hamilton, 1923-1927; Waratah, 1928-1939, 1946-1950; Charlestown, 1954-1961; Bolton Point, 1965-1980) - Qualifications: cc; AOCP 108, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Withdrawal: when 2CS Coffs Harbour commenced in early 1980s, policy had changed as to withdrawal of similar amateur callsigns - Electoral Rolls: draftsman (Waratah, 1930-1954); engineer (Charlestown, 1958-1963); retired (Bolton Point, 1968-1980) ===''SWEENEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Moss Sweeney|Sweeney, Walter Moss]] [https://www.familysearch.org/tree/person/details/LNZ7-YRD] - 1887(Eng)-1964(Vic) - Licences: 3WS Melbourne (East Melbourne, 1924-1925; Elwood, 1925-1931; St Kilda, 1933-1939) - Qualifications: cc; CPRT 204, 1916 - coastal wireless operator; RANRS (commissioned telegraphist, 1917); amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless engineer (Subiaco, 1916-1917); no occupation (Melbourne, 1919); wireless engineer (East Melbourne, 1921-1924); engineer (Elsternwick, 1925-1928); director (St Kilda, 1931-1963) ===''SWINBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank Charles Richard Swinburne|Swinburne, Frank Charles Richard]] [https://www.familysearch.org/tree/person/details/GDML-S1J] - 1901(Qld)-1948(NSW) - Licences: 2AT Receive Sydney (Manly, 1922-1923); 2AT Sydney (Manly, 1924-1926) - Qualifications: cc; CPRT 557, 1920 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Manly, NSW, 1937; North Sydney, 1943)) ===''SWINDELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Willie Swindells|Swindells, Willie]] [https://www.familysearch.org/tree/person/details/L812-BTK] - 1890(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: electrician (Richmond, Vic, 1913-1914; Parkdale, Vic, 1925-1926); engineer (Geelong, 1927; Darlinghurst, NSW, 1931-1933); electrical engineer (Brunswick, Vic, 1934) ===''SYMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathaniel Joseph Leo Symonds|Symonds, Nathaniel Joseph Leo "Leo"]] [https://www.familysearch.org/tree/person/details/KJZ3-3QH] - 1908(WA)-2005(WA) - Licences: 6LS Perth (Cottesloe Beach, 1925-1930; Bicton, 1947-1948); 6LX Perth (Kalamunda, 1965-1980+) - Qualifications: cc; AOCP 207, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: tailor (Cottesloe, 1931-1943); radio operator (Fremantle, 1949-1954); radio technician (Kalamunda, 1958-1980) ===''SYMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Lindsay Gordon Symons|Symons, John Lindsay Gordon]] [https://www.familysearch.org/tree/person/details/KZZ5-Q42] - 1913(Vic)-1964(Vic) - Licences: 3JT Melbourne (Malvern, 1930-1939; East Hawthorn, 1946-1947; Burwood, 1948; South Melbourne, 1954-1956; Mt Waverley, 1960) - Qualifications: AOCP 662, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Malvern, 1934-1943; Glen Iris, 1949); hotelkeeper (Malvern, 1954); engineer (Syndal, 1963) =='''T'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''TAPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Ernest Tapp|Tapp, Charles Ernest or Edward]] [https://www.familysearch.org/tree/person/details/GX7P-BXV] - 1894(NSW)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 82, 1915 - RANRS (commissioned telegraphist, 1917); WW1 - Electoral Rolls: OIC Wireless Station (Thursday Island, Qld, 1915; South Yarra, Vic, 1917-1919); electrical engineer (Mosman, NSW, 1930); engineer (Brighton, Vic, 1942); manager (Vaucluse, NSW, 1943) ===''TAPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Tapper|Tapper, John Robert]] [https://www.familysearch.org/tree/person/details/G8ZX-4T6] - 1910(WA)-1992(WA) - Licences: 6RJ Perth (Claremont, 1929-1939); 6RJ Onslow (1946-1947); 6RJ Perth (Claremont, 1948-1960); 2AO Wagga Wagga (1969-1980+) - Qualifications: cc; AOCP 538, 1929, No. ?? in WA; 1COCP 218, 1931; TVOCP 324, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Claremont, 1931-1943); operator (Claremont, 1949-1963); radio inspector (Wagga Wagga, 1968-1980) ===''TARBOTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Augustus Tarbotton|Tarbotton, Harry Augustus]] [https://www.familysearch.org/tree/person/details/GF93-87K] - 1902(Eng)-1961(WA) - Licences: 6HT Albany (1936-1939, 1947-1960) - Qualifications: cc; AOCP 1672, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: motor driver (Albany, WA, 1925-1931); motor mechanic (Albany, WA, 1936-1954); radio service (Albany, WA, 1958) ===''TARLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred William Tarling|Tarling, Alfred William]] [https://www.familysearch.org/tree/person/details/LVH9-4RZ] - 1900(Eng)-1953(Qld) - Licences: 4TW Townsville (1937-1939, 1946-1948) - Qualifications: cc; (likely qualification ca 1920, British Merchant Navy; 1COCP 679, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Coolbie, Ingham, Qld, 1930); wireless operator (Pimlico, Qld, 1931-1932); labourer (West End, Qld, 1936-1937); radio engineer (Townsville, Qld, 1943-1949) ===''TARRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Albert Tarrant|Tarrant, Ernest Albert Jnr]] [https://www.familysearch.org/tree/person/details/L8SB-Z68] - 1898(NSW)-1956(NSW) - Licences: 2AK Receive Narrabri (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Eulah Creek, 1930; Narrabri, 1943) * [[/William Francis Tarrant|Tarrant, William Francis "Frank"]] [https://www.familysearch.org/tree/person/details/GD5M-6JT] - 1914(NSW)-1998(NSW) - Licences: 2UF Newcastle (Cooks Hill, 1932-1958) - Qualifications: cc; AOCP 1054, 1932, NSW - amateur operator; amateur broadcaster - Electoral Rolls: ironworker (Newcastle, 1930-1949) ===''TATHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Edward Tatham|Tatham, Sydney Ernest Edward]] [https://www.familysearch.org/tree/person/details/GDQT-52W] - 1896(Eng)-1973(Vic) - Licences: 2ST Sydney (Neutral Bay, 1923-1925; City, 1926-1928; Darling Point, 1929-1933; City, 1933-1939) - Qualifications: cc; CPRT 33, 1915; 1COCP 406, 1940 - amateur operator; amateur broadcaster; journalist (editor, Sea, Land and Air, 1922); WW2 - Electoral Rolls: instructor (St Kilda, 1919; South Yarra, 1919); merchant (Darling Point, 1930-1933; City, 1934-1937; Albert Park, Vic, 1949; Camberwell, 1954); director (Balwyn, 1958-1972) ===''TAYLOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert William Taylor|Taylor, Albert William]] [https://www.familysearch.org/tree/person/details/GX56-JGX] - 1910(NSW)-1980(SA) - Licences: 5AT Port Pirie (1934-1937); 5AT Adelaide (Solomontown, 1938-1939; Edwardstown, 1947-1980+) - Qualifications: cc; AOCP 1276, 1934, SA; BOCP 286, 1940; TVOCP 461, 1962 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Marleston, SA, 1941; Edwardstown, SA, 1943) * [[/B. A. Taylor|Taylor, B. A.]] - 19??(???)-19??(???) - Licences: 4DF Receive Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Donald Gordon Taylor|Taylor, Donald Gordon "Don"]] [https://www.familysearch.org/tree/person/details/GZB4-N31] - 1907(SA)-1985(SA) - Licences: Receive Adelaide (Forestville, 1923-1924); 5DX Adelaide (Forestville, 1926-1937; Black Forest, 1938-1939, 1946-1980+) - Qualifications: cc; AOCP 307, 1926, No. ?? in SA; AOLCP 25, 1930 - amateur operator; amateur broadcaster; WW2 - Comment: another DGT served in WW2 & died on active service 1943 in NT - Electoral Rolls: wireless mechanic (Goodwood, 1939; Black Forest, 1941-1943) * [[/Florence Mary Parsons|Taylor nee Parsons, Florence Mary]] [https://www.familysearch.org/tree/person/details/LZX2-FZB] - 1879(Eng)-1969(NSW) - Licences: Nil - Qualifications: Nil - publisher - Electoral Rolls: managing director (Sydney, 1936); journalist (Vaucluse, 1954); editor (Darlinghurst, 1958; Potts Point, 1963) - Relationships: wife of George Augustine Taylor - [https://adb.anu.edu.au/biography/taylor-florence-mary-8754 ADB] * [[/George Augustine Taylor|Taylor, George Augustine]] [https://www.familysearch.org/tree/person/details/GZB4-JG7] - 1872(NSW)-1928(NSW) - Licences: Nil (always operated under military or other amateur licences) - Qualifications: Nil - early wireless experimenter, amateur operator, founder WIA NSW, founder Association for Development of Wireless in Australasia - Electoral Rolls: Nil - gone too soon - [https://adb.anu.edu.au/biography/taylor-george-augustine-8756 ADB] * [[/Henry Arthur Taylor|Taylor, Henry Arthur]] [https://www.familysearch.org/tree/person/details/GF77-443] - 1907(Eng)-1996(WA) - Licences: 6AT Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1042, 1932, WA; AOLCP 216, 1935 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: joiner (Victoria Park, WA, 1931-1934); radio engineer (6KG, Parkeston, WA, 1937-1943; Nedlands, WA, 1954-1963); retired (South Perth, WA, 1977-1980) * [[/Leslie Harry Taylor|Taylor, Leslie Harry]] [https://www.familysearch.org/tree/person/details/G841-CD4] - 1898(Eng)-1978(NSW) - Licences: 2CL Sydney (Ashfield, 1936-1939, 1946-1969) - Qualifications: AOCP 1723, 1936, NSW - amateur operator, amateur broadcaster - Electoral Rolls: manager (Leichhardt, 1930-1933; Ashfield, 1935-1968); retired (Ashfield, 1977) ===''TEECE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Auburn Selwyn Teece|Teece, Cecil Auburn Selwyn]] [https://www.familysearch.org/tree/person/details/2Z37-JSS] - 1885(NSW)-1970(ACT) - Licences: V733 Receive Melbourne (Toorak, 1922); 3GO Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (East Melbourne, 1909); examiner (Kew, 1910); civil servant (Kew, 1912; Hawthorn, 1914-1917); examiner of patents (Box Hill, 1919); civil servant (Toorak, 1922; Sandringham, 1924; St Kilda, 1928; East Melbourne, 1931; Reid, ACT, 1935-1937; Barton, 1943); public servant (Barton, 1949-1954); retired (Braddon, 1958-1968) ===''TEMPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Lander Templeton|Templeton, Gordon Lander]] [https://www.familysearch.org/tree/person/details/G8F2-VLH] - 1909(Vic)-1945(Vic) - Licences: 3OW Coleraine (1930-1939) - Qualifications: AOCP 631, 1930, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer) - Electoral Rolls: farm labourer (Tahara Bridge, 1931-1937) - Relationships: cousin of 3HG Neil Murray Templeton - "Greater love hath no man" * [[/Neil Murray Templeton|Templeton, Neil Murray]] [https://www.familysearch.org/tree/person/details/L6SD-RDT] - 1911(Vic)-1965(Vic) - Licences: 3HG Coleraine (1930-1939, 1946-1960) - Qualifications: AOCP 632, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Tahara Bridge, 1934-1937); RAAF (Canterbury, 1943); grazier (Tahara Bridge, 1949-1963) - Relationships: cousin of 3OW Gordon Lander Templeton ===''THEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Milton Theel|Theel, Kenneth Milton]] [https://www.familysearch.org/tree/person/details/LD1Z-1Z9] - 1908(SA)-1956(SA) - Licences: 5CT Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923); 5QP Adelaide (St Peters, 1927-1933; Clarence Park, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 322, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: ledger keeper (Reade Park Gardens, SA, 1941-1943) ===''THOMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Kirk Raleigh Thomas|Thomas, Henry Kirk Raleigh]] [https://www.familysearch.org/tree/person/details/GWX4-8LL] - 1902(NSW)-19??(???) - 2HT Sydney (Mosman, 1924; Neutral Bay, 1925-1933; Cremorne, 1933-1934; Mosman, 1935-1939), amateur operator (AOCP 1, 1924, No. 1 in NSW and Australia), amateur broadcaster, broadcast engineer (2GB, assistant engineer, 1946) * [[/Herbert Thomas|Thomas, Herbert]] - 19??(???)-19??(???) - Licences: 6DY Perth (CBD, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, salesman (Harris Scarfe, 1924) - Electoral Rolls: Nil yet identified - Comment: several contemporaneous HTs * [[/Ivor Thomas|Thomas, Ivor]] [https://www.familysearch.org/tree/person/details/G8HB-Q3G] - 1897(SA)-1965(SA) - Licences: 5IT Adelaide (Mitcham, 1929-1960) - Qualifications: cc; AOCP 496, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: warehouseman (Kingswood Park, 1939-1943) * [[/Josiah Thomas|Thomas, Josiah]] [https://www.familysearch.org/tree/person/details/LYSY-Y24] - 1863(Eng)-1933(NSW) - establishment radio station (2CH), state politician (NSW, MLA, 1890s), senior federal politician (MHR, Postmaster-General 1908-1909, 1910-1911) - Electoral Rolls: * [[/Roland Henry Thomas|Thomas, Roland Henry]] [https://www.familysearch.org/tree/person/details/GXHG-7Z4] - 1911(Qld)-1994(Qld) - Licences: 4LR Brisbane (Bulimba, 1932-1939) - Qualifications: cc; AOCP 1058, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Bulimba, 1934); radio technician (Bulimba, Qld, 1937-1972); proprietor (Manly West, Qld, 1977-1980) * [[/Roy Valentine Thomas|Thomas, Roy Valentine]] [https://www.familysearch.org/tree/person/details/GZ6H-7WG] - 1907(NSW)-1958(NSW) - 2TK Sydney (Erskinville, 1925), 2RV Sydney (Bondi North, 1927-1930), 2TK Sydney (South Hurstville, 1947-1958), amateur operator (AOCP 62, 19??, No. ?? in NSW), amateur broadcaster ===''THOMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Thompson|Thompson, F.]] - 19??(???)-19??(???) - Licences: 2HF Receive Sydney (East Balmain, 1922-1923); 2HF Sydney (Balmain, 1924-1927) - Qualifications: cc; AOCP 47, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: several contemporaneous F. Thompson * [[/Geoffrey George Thompson|Thompson, Geoffrey George]] [https://www.familysearch.org/tree/person/details/G8SP-DDD] - 1911(Vic)-2000(Vic) - Licences: 3GT Melbourne (Thornbury, 1928-1939) - Qualifications: AOCP 388, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Thornbury, 1934-1937; North Melbourne, 1949); cameraman (Hawthorn, 1954-1980) * [[/Leonard Neville Weston Fane Thompson|Thompson, Leonard Neville Weston Fane]] [https://www.familysearch.org/tree/person/details/LJKN-FJV] - 1899(NSW)-1960(Vic) - Licences: 3LT Melbourne (Mitcham, 1931; Chelsea, 1933; Carrum, 1937-1939; Bonbeach, 1946-1960) - Qualifications: AOCP 762, 1931, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: railway employee (Glenferrie, 1925; Mitcham, 1931; Chelsea, 1934; Carrum, 1936-1954) * [[/Stanley Gordon Thompson|Thompson, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/GXLZ-S21] - 1906(NSW)-1975(Vic) - Licences: 3AZ Melbourne (North Brighton, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: expert (Brighton, Vic, 1931); mechanic (Brighton, Vic, 1936); sales (Shepparton, Vic, 1963-1972) ===''THOMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Thomson|Thomson, Arthur William]] [https://www.familysearch.org/tree/person/details/GZND-ZPF] - 1907(Vic)-1995(Vic) - 3AT Sunshine (1925), amateur operator (AOCP 145, 1925, No. ?? in Vic) * [[/G. L. Thomson|Thomson, G. L.]] - 19??(???)-19??(???) - 2GT Sydney (Waverley, 1924-1925), amateur operator (AOCP 3, 1924, No. 2 in NSW), amateur broadcaster, operator of 2BV Waverley Radio Club ===''THORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Thorley|Thorley, Roy "John"]] [https://www.familysearch.org/tree/person/details/GDR2-8GW] - 1912(Qld)-1966(Qld) - Licences: 4RT Brisbane (South Brisbane, 1936-1937; Annerley, 1938-1939; Holland Park, 1946-1956) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (WIAQ, president); business proprietor (mechanical engineering) - Comment: killed in automobile accident - Electoral Rolls: clerk (Annerley, Qld, 1937); engineer (Holland Park, Qld, 1949-1963); contractor (Charters Towers, Qld, 1963) ===''THURSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wyngate Thurstan|Thurstan, Arthur Wyngate]] [https://www.familysearch.org/tree/person/details/LVFV-XSS] - 1907(Eng)-1976(NSW) - 2AV Sydney (Penshurst, 1924-1939; Beverley Hills, 1946-1975), amateur operator (AOCP 38, 1924, No. ?? in NSW), amateur broadcaster, WW2, Lempriere & Co (metallurgist; Chief Chemist, 1937) ===''THRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Thring|Thring, Francis William]] [https://www.familysearch.org/tree/person/details/9XFG-ZY6] - 1882(NSW)-1936(Vic) - Film producer, founder 3XY Melbourne - Links: [[w:F. W. Thring|Wikipedia]] ===''THROSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Ledsam Throssell|Throssell or Throssel, Lancelot Ledsam]] [https://www.familysearch.org/tree/person/details/KHFL-59C] - 1902(WA)-1980(WA) - Licences: 6LT Northam (1926-1927) - Qualifications: cc; AOCP 248, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Northam, 1925-1931); civil servant (Northam, 1936-1937); clerk (Bruce Rock, 1943); bank officer (Kojonup, 1954; Innaloo, 1963-1972); retired (Osborne Park, 1980) ===''THUGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thuge|Thuge, Norman]] [https://www.familysearch.org/tree/person/details/GXDL-F55] - 1917(Qld)-1973(NSW) - Licences: 4NC Gladstone (1936-1937); 4NO Gladstone (1938-1939); 4NO Brisbane (Hendra, 1947); 2ANO Sydney (Stanmore, 1948-1950; Arncliffe, 1954-1956) - Qualifications: cc; AOCP 1622, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Charters Towers, Qld, 1943); bank officer (Petersham, NSW, 1949; Arncliffe, NSW, 1954-1958); retired (Burwood, NSW, 1972) ===''THYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Joseph Thynne|Thynne, Andrew Joseph]] [https://www.familysearch.org/tree/person/details/KP3H-T8K] - 1847(Irl)-1927(Qld) - military (Qld Defence Force, 1867, eventually Lieutenant-Colonel), profession (solicitor, Qld, 1873-1882), state politician (Qld MLC, Minister for Justice and Attorney General; Qld Postmaster-General, 1894-1897) ===''TILBROOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clem David Lloyd Tilbrook|Tilbrook, Clem David Lloyd]] [https://www.familysearch.org/tree/person/details/GXP4-4PQ] - 1912(SA)-2004(SA) - Licences: 5GL Adelaide (Brighton, 1933-1937; Camden, 1938-1939; Colonel Light Gardens, 1947-1965; Daw Park, 1969-1980+) - Qualifications: cc; AOCP 1210, 1933, SA; 2COCP 381, 1940; 1COCP 468, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Camden, SA, 1939-1943) ===''TILNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Edward Tilney|Tilney, Leslie Edward]] [https://www.familysearch.org/tree/person/details/MPDS-4PK] - 1870(NSW)-1937(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 13, 1914 - early wireless experimenter (army); coastal wireless officer, WW1 - Electoral Rolls: officer-in-charge (Wireless Station, Applecross, 1916-1917); soldier (Claremont, 1917); commissioner (Caulfield, 1924-1931); civil servant (Malvern, 1933-1936) - TroveTag: "Leslie Edward Tilney" (400+ tags) - Links: [https://www.anzac-biographies.com/2021/06/05/tilney-lieutenant-colonel-leslie-edward-dso-mid-vd/ Bio] ===''TILSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Howard Tilse|Tilse, Arthur Howarde "Howard"]] [https://www.familysearch.org/tree/person/details/LTK5-CS8] - 1911(Qld)-1973(Qld) - Licences: 4WO Brisbane (Yeronga, 1931-1939; South Brisbane, 1946-1948; Yeronga, 1954-1970) - Qualifications: cc; AOCP 725, 1931, No. ?? in Qld; 2COCP 155, 1938 - amateur operator; amateur broadcaster; military (WW2, Army Signals, RAAF); art dealer - Electoral Rolls: radiotrician (Yeronga, 1934-1937); RAAF wireless operator (West End, Townsville, 1943); radio operator (South Brisbane, 1949); art dealer (Yeronga, 1954-1972) ===''TIMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Robert Timmins|Timmins, Alan Robert]] - broadcast engineer (PMGD, P&TD, DoC, DoTaC, ABA), senior federal public servant (PMGD, P&TD, DoC, DoTaC, ABA) ===''TIPPING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Tipping|Tipping, Edward Charles]] - 19??(???)-1968(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), radio clubs (WIQ, member, 1912), federal public servant (PMGD, clerk/accountant), military (Captain, Royal Engineers) ===''TIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. G. Tiver|Tiver, R. G.]] - 19??(???)-19??(???) - Licences: Receive Tanunda (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TODD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hugh Todd|Todd, Alan Hugh]] [https://www.familysearch.org/tree/person/details/GXDD-7SG] - 1919(Qld)-1978(Qld) - Licences: 4HT Brisbane (Ashgrove, 1936-1937; Newmarket, 1938-1939, 1947-1948; Red Hill, 1954-1975) - Qualifications: cc; AOCP 1639, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical mechanic (Newmarket, Qld, 1943-1949); teacher (Kelvin Grove, Qld, 1954-1977) * [[/Charles Todd|Todd, Charles]] [https://www.familysearch.org/tree/person/details/LC3X-PJ6] - 1826(Eng)-1910(SA) - senior state public servant (Government Electrician, Postmaster-General SA) - Links: [[w:Charles Todd (pioneer)|Wikipedia]] [https://adb.anu.edu.au/biography/todd-sir-charles-4727 ADB] * [[/Lionel Victor Glen Todd|Todd, Lionel Victor Glen]] [https://www.familysearch.org/tree/person/details/L5CG-Z68] - 1896(NSW)-1970(NSW) - Licences: 2CR Tamworth (1922-1935); 2LS Tamworth (1936-1938); 2LS Denistone (1939); 2LS Sydney (West Ryde, 1957-1965; Denistone, 1969) - Qualifications: cc; AOCP 132, 1925, No. ?? in NSW; 1COCP 282, 1939 - amateur operator; amateur broadcaster - Withdrawal: 2CR callsign withdrawn by PMG in 1935 for 2CR Orange (Blayney) ABC - Electoral Rolls: telephone mechanic (West Tamworth, 1932-1937); assistant radio inspector (Eastwood, 1943-1968) * [[/Milton Buchanan Todd|Todd, Milton Buchanan]] [https://www.familysearch.org/tree/person/details/GXSX-NQT] - 1892(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 63, 1915; 1COCP 81, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: engineer operator (Thursday Island, 1916); radio telegraphist (Maroubra, 1930-1935); officer (Lewisham, 1936-1937); radio telegraphist (Townsville, 1937; Croydon, NSW, 1943; Townsville, 1949); senior radio officer (Townsville, 1954); radio officer (Kensington, NSW, 1958); retired (Blaxland, 1958) * [[/Tom Arthur Todd|Todd, Tom Arthur]] [https://www.familysearch.org/tree/person/details/GD9C-7P5] - 1906(NSW)-1977(NSW) - Licences: 2OT Receive Sydney (Eastwood, 1923); 2TT Sydney (Eastwood, 1935-1939, 1946-1957) - Qualifications: cc; CPRT 984, 1928; 2COCP 50, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Eastwood, 1930-1937); radio mechanic (Eastwood, 1943-1977) ===''TONGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edward Tonge|Tonge, Arthur Edward]] [https://www.familysearch.org/tree/person/details/GX4S-MNM] - 1895(Eng)-1954(Qld) - Licences: 4AR Brisbane (Taringa, 1933; Indooroopilly, 1937-1939) - Qualifications: cc; AOCP 1149, 1933, No. ?? in Qld; 2COCP 54, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Darra, 1931; Indooroopilly, 1936-1937); mechanic (Milton, 1943-1949); process worker (Indooroopilly, 1954) ===''TONGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Melville Tongs|Tongs, Lawrence or Laurence Melville]] [https://www.familysearch.org/tree/person/details/LR9L-Y7N] - 1899(Tas)-1989(Vic) - Licences: 7BU Receive North Motton (1923); Receive North Motton (1923); 2ADB Finley (1937-1939); 7LT Devonport (1960-1969); 3ALV Melbourne (Parkville, 1975) - Qualifications: cc; CPRT 687, 1922; 2COCP 421, 1941 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: farmer (Finley, 1930-1935); radio dealer (1936-1949); farmer (Dandenong, 1954); radio technician (Devonport, 1972); retired (Parkville, 1977-1980) ===''TONKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Maxwell Tonkin|Tonkin, Arthur Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KLL6-HT9] - 1915(WA)-1998(SA) - Licences: 6MZ Katanning (1935-1939); 5MZ Adelaide (Salisbury, 1948); 5TI Clare (1975); 5MZ Clare (1980+) - Qualifications: cc; AOCP 1525, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937) * [[/Stanley Gordon Tonkin|Tonkin, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/L1DQ-2R1] - 1910(SA)-1992(SA) - Licences: 2SG Albury (1929-1931); 2SG Sydney (Double Bay, 1933; Waverley, 1933-1936; Lane Cove, 1937); 2SG Goonellabah (1938-1939); 2SG Sydney (Epping, 1946-1955); 5SG Adelaide (Hampstead Gardens, 1956; Manningham, 1969; Glenunga, 1975-1980+) - Qualifications: AOCP 520, 1929, No. ?? in NSW; AOLCP 57, 1931; 2COCP 391, 1940; 1COCP 493, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Woolwich, 1932); engineer (Edgecliff, 1933); mechanic (Waverley, 1934); radio engineer (Newtown, 1934-1935; Artarmon, 1936; Goonellabah, 1937; Eastwood, 1943); radio technician (West Epping, 1949-1954) ===''TORMEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Tormey|Tormey, Edward Arthur]] [https://www.familysearch.org/tree/person/details/G8VV-85X] - 1902(NSW)-1993(ACT) - Licences: 2ET Canberra (City, 1930-1934; Ainslie, 1935-1939, 1946-1955); 1ET Canberra (Ainslie, 1956-1980+) - Qualifications: AOCP 687, 1930, No. ?? in ACT - amateur operator, amateur broadcaster - Electoral Rolls: chauffeur (Braddon, 1928-1930; Ainslie, 1935); bus driver (Ainslie, 1937); car driver (Ainslie, 1943-1980) ===''TRAEGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Hermann Traeger|Traeger, Alfred Hermann or Herman]] [https://www.familysearch.org/tree/person/details/KCNJ-LRP] - 1895(Vic)-1980(SA) - Licences: 5AX Adelaide (Kensington Gardens, 1926-1931; Corryton, 1933-1937; Marratville, 1938-1939) - Qualifications: cc; AOCP 293, 1926, No. ?? in SA - amateur operator; amateur broadcaster; inventor (with 5BG) of the pedal wireless for the RFDS - Electoral Rolls: radio engineer (Cloncurry, 1930-1932); wireless engineer (Leabrook, SA, 1939-1943) - Links: [https://adb.anu.edu.au/biography/traeger-alfred-hermann-8839 ADB] ===''TRAYNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Byron Traynor|Traynor, Philip Byron]] [https://www.familysearch.org/tree/person/details/GZLR-LCT] - 1900(SA)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; AOCP 224, 1925, No. ?? in SA; 1COCP 353, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Mile End, 1939); federal public servant (Glandore, 1941); inspector (Torrens Park, 1943) ===''TREBILCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Eric William Trebilcock|Trebilcock, Eric William]] - 1911(???)-1989(SA) - BERS195 (1933+), amateur listener ===''TREDREA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frederick Aloysius Trevithick Tredrea|Tredrea, Frederick Aloysius Trevithick]] [https://www.familysearch.org/tree/person/details/MC1W-M7C] - 1900(WA)-1958(WA) - Licences: 6FT Perth (Mt Hawthorn, 1929-1931; South Perth, 1933); 6FT Northam (1937); 6FT Perth (South Perth, 1938-1939, 1946-1956) - Qualifications: cc; AOCP 512, 1929, No. ?? in WA; AOLCP 156, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (North Perth, 1925); radio operator (Northam, 1936); broadcast engineer (South Perth, 1937-1958) ===''TREGEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/W. S. Tregear|Tregear, W. S.]] - 19??(???)-19??(???) - 3TR Melbourne (Hawthorn 192x), 3TX Melbourne (Hawthorn, 1930+), amateur operator (AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, 3TR callsign withdrawn by PMGD to prevent confusion with 3TR Sale Class B station ===''TREHARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elgar Dennis Llewellyn Treharne|Treharne, Elgar Dennis Llewellyn]] [https://www.familysearch.org/tree/person/details/GWC7-X9R] - 1914(NSW)-1997(SA) - 2AFQ Sydney, 5?? Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW), son of Fred 2BM/5QT and brother of Ross 2IQ/5?? * [[/Herbert Fredrind Treharne|Treharne, Herbert Fredrind "Fred"]] [https://www.familysearch.org/tree/person/details/K2F8-6ZN] - 1883(NSW)-1968(SA) - 2BM Sydney, 5QT Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW, age 60), father of Ross 2IQ/5?? and Elgar 2AFQ/5?? * [[/Ross Fredrind Treharne|Treharne, Ross Fredrind]] [https://www.familysearch.org/tree/person/details/GWC7-DJD] - 1919(NSW)-1982(SA) - 2IQ Sydney, 5?? Adelaide, amateur operator (AOCP 1513, 1935, No. ?? in NSW), son of Fred 2BM/5QT and brother of Elgar 2AFQ/5?? ===''TRELIVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Benjamin Victor Treliving|Treliving, Dudley Benjamin Victor]] [https://www.familysearch.org/tree/person/details/L2D7-B6C] - 1907(SA)-1993(SA) - Licences: Receive Adelaide (Dulwich, 1923); 6DT Perth (Nedlands, 1932-1933) - Qualifications: cc; AOCP 992, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Cottesloe, WA, 1936-1937); engineer (Cottesloe, WA, 1943) ===''TRELOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Treloar|Treloar, James]] [https://www.familysearch.org/tree/person/details/GFMJ-379] - 1906(WA)-1983(WA) - Licences: 6JT Perth (Beaconsfield, 1931-1933; Melville, 1937; Beaconsfield, 1938-1939) - Qualifications: cc; AOCP 790, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: clerk (South Fremantle, WA, 1931-1943); tally clerk (Bicton, WA, 1949-1980) ===''TRESSIDDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Laurence Tresidder|Tresidder, William Laurence or Lawrence]] [https://www.familysearch.org/tree/person/details/G8PT-SQ7] - 1904(WA)-1985(Vic) - Licences: 3WT Bendigo (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio dealer (Bendigo, 1927-1942); radio (Kangaroo Flat, 1949-1954); radio engineer (Bendigo, 1963-1980) ===''TREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Stanley Trew|Trew, Richard Stanley]] [https://www.familysearch.org/tree/person/details/KCB6-GW4] - 1902(WA)-1968(WA) - Licences: 6RS Harvey (1933-1937); 6RS Perth (Mt Hawthorne, 1938-1939); 6RP Perth (Mt Hawthorne, 1947-1965) - Qualifications: cc; AOCP 1189, 1933, WA; 2COCP 382, 1940; 1COCP 1941 - amateur operator; amateur broadcaster - Electoral Rolls: assistant postal department (York, WA, 1925); postal assistant (York, WA, 1926); postal employee (Harvey, WA, 1931-1937); postal clerk (Leederville, WA, 1937-1943); PMG (Mt Hawthorn, WA, 1949); radio monitor (Joondanna Heights, WA, 1954-1958) ===''TRIM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Trim|Trim, Sydney (Electoral Rolls) or Sidney (BDM)]] [https://www.familysearch.org/tree/person/details/KL7D-NLM] - 1880(Vic)-1960(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 179; 2COCP 178, 1930; 1COCP 105, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: engineer (Subiaco, WA, 1913; West Perth, WA, 1913-1914); "radio station" (Wyndham, WA, 1914-1917); farmer (Mosman, NSW, 1936-1937); engineer (Applecross, WA, 1937-1958) ===''TROTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clement Ford Trott|Trott, Clement Ford]] [https://www.familysearch.org/tree/person/details/GCGY-XPN] - 1907(SA)-1966(SA) - Licences: 5CS McLaren Vale (1928-1929); 5CF McLaren Vale (1930-1931); 5CF Willunga (1933) - Qualifications: cc; AOCP 454, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: orchardist (McLaren Flat, SA, 1939-1943) ===''TROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Rusel Troy|Troy, Thomas Rusel]] [https://www.familysearch.org/tree/person/details/GZKG-MKH] - 1898(NSW)-1992(NSW) - 2SH Receive West Maitland (1923), 2SH West Maitland (1924-1925), 2TY West Maitland (1926-1931), amateur operator (AOCP 208, 1925, No. ?? in NSW), amateur broadcaster, postman (West Maitland, 1930-1949), postal officer (Maitland, 1954), postal clerk (Maitland, 1958) ===''TRUDGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Wallis Trudgen|Trudgen, Maxwell Wallis]] [https://www.familysearch.org/tree/person/details/GS3H-XYH] - 1907(SA)-1992(SA) - Licences: 5MW Adelaide (East Adelaide, 1926); 5HS Adelaide (Fullarton, 1927) - Qualifications: cc; AOCP 247, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Mitcham, 1939-1941); mechanical engineer (Sydney, 1943-1954); engineer (Little Bay, 1958-1968) ===''TRUNFULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Leonard Trunfull|Trunfull, Richard Leonard]] [https://www.familysearch.org/tree/person/details/GXBL-K7B] - 1906(Eng)-1957(WA) - Licences: 6RT South Greenough (1932-1933); 6RT Peel Estate (1937); 6RT Roebourne (1938-1939); 6RT Dangin (1947-1948); 6RT Nungarin (1954); 6RT Narembeen (1955-1956) - Qualifications: cc; AOCP 924, 1932, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (South Greenough, WA, 1931; Baldavis, WA, 1936; Dangin, WA, 1943-1949; Nungarin, WA, 1954; Narembeen, WA, 1958) ===''TUMBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Henry Tumbridge|Tumbridge, Stanley Henry]] [https://www.familysearch.org/tree/person/details/MM12-M1C] - 1899(Eng)-1965(Qld) - Licences: 4ST Ipswich (1932-1933); 4ST Stanthorpe (1937-1939); 4ST Broadwater, 1947-1948; 4ST Brisbane (Woody Point, 1954-1960) - Qualifications: cc; AOCP 986, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Woodend, Qld, 1921); teacher (Murgon, Qld, 1925); school teacher (Stanthorpe, Qld, 1936-1937; Broadwater, Qld, 1943-1949); teacher (Margate, Qld, 1949-1954; Woody Point, Qld, 1958-1963) ===''TURNBULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Edward Turnbull|Turnbull, Norman Edward]] [https://www.familysearch.org/tree/person/details/L2TP-7K8] - 1900(WA)-1988(Vic) - Licences: 6NO Narrogin (1928); 6NO Perth (City, 1930; Subiaco, 1931; Shenton Park, 1937-1939); 3AXX Melbourne (Armadale, 1954; Carrum, 1955; Parkdale, 1956; Cheltenham, 1960-1980+) - Qualifications: c; AOCP 430, 1928, No. ?? in WA; CPRT 1120, 1928; 1COCP 185, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Bunbury, 1922; Busselton, 1925; Narrogin, 1925; Subiaco, 1931); radio inspector (Subiaco, 1934-1936); civil servant (East Perth, 1937); engineer (Armadale, 1954); clerk (Sandringham, 1958); manager (Sandringham, 1963-1968; Cheltenham, 1972); retired (Cheltenham, 1977-1980) * [[/Robert William Turnbull|Turnbull, Robert William or Robert]] [https://www.familysearch.org/tree/person/details/GZ1S-GP4] - 1892(Eng)-1968(NSW) - Licences: 2RO Sydney (Burwood, 1927-1938; Northbridge, 1939) - Qualifications: AOCP 317, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: bricklayer (Homebush, 1930-1963) ===''TURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Reginald Turner|Turner, Edward Arthur Reginald "Rex"]] [https://www.familysearch.org/tree/person/details/GZT9-JD5] - 1910(SA)-1966(SA) - Licences: 5CW Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923-1925); 5SA Adelaide (Leabrook, 1926-1927) - Qualifications: cc; AOCP 272, 1926, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: butter maker (Gawler, 1939-1943) * [[/Haswell Elliott Alfred Turner|Turner, Haswell Elliott Alfred]] [https://www.familysearch.org/tree/person/details/LRQG-8TG] - 1891(Vic)-1969(NSW) - 2TM Sydney (Mosman, 1925-1933), amateur operator (AOCP 127, 1925, No. ?? in NSW), amateur broadcaster, engineer, military, likely related to XACW E. Turner, Jnr * [[/Ralph Robinson Turner|Turner, Ralph Robinson]] [https://www.familysearch.org/tree/person/details/GX2D-S51] - 1912(SA)-1996(SA) - Licences: 5TR Adelaide (Henley Beach, 1935-1937; Dulwich, 1938-1939; Linden Park, 1947-1969; Echunga, 1975-1980+) - Qualifications: cc; AOCP 1444, 1935, SA; BOCP 66, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Dulwich, SA, 1939-1941) * [[/Robert John Blackwell Turner|Turner, Robert John Blackwell]] [https://www.familysearch.org/tree/person/details/L62T-FP7] - 1884(NSW)-1943(NSW) - 2RT Goulburn (1925-1933), amateur operator (AOCP 55, 1925, No. ?? in NSW), amateur broadcaster, engineer ===''TWEEDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/P. Tweedle|Tweedle, P.]] - 19??(???)-19??(???) - Licences: 4DM Receive Brisbane (Albion, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TYAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Robert Wilson Tyas|Tyas, Norman Robert Wilson]] [https://www.familysearch.org/tree/person/details/GXHC-SK6] - 1913(Qld)-1975(Qld) - Licences: 4TY Gracemere (1932-1934); 4TY Kingaroy (1935-1939); 4TY Brisbane (Manly, 1946-1948); 4TY Boonah (1954); 4TY Wallangarra (1955-1956); 4TY Warwick (1960); Brisbane (Manly, 1965-1975+) - Qualifications: cc; AOCP 1059, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, wireless officer); state public servant (state school principal) - Electoral Rolls: school teacher (Kingaroy, Qld, 1936-1943; Brookstead, Qld, 1949; Mt Alford, Qld, 1954); teacher (Wallangarra, Qld, 1958); school teacher (Warwick, Qld, 1963; Manly, Qld, 1968-1972) ===''TYMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Tymms|Tymms, Robert William]] [https://www.familysearch.org/tree/person/details/GXSX-R2D] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 84, 1930 - coastal wireless operator (RANRS); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); wireless operator (Geraldton, 1922; Como, 1925); not stated (Broome, 1937); wireless telegraphist (Townsville, 1954) =='''U'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''UMBACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ricky Charles Umback|Umback, Ricky Charles]] - early wireless historian (Ph.D. Thesis, 2016, "Constituting Australia's International Wireless Service: 1901-1922") [https://openresearch-repository.anu.edu.au/bitstream/1885/142647/1/Umback%20Thesis%202018.pdf] ===''UNDERWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Underwood|Underwood, William Henry]] [https://www.familysearch.org/tree/person/details/GX6T-1XZ] - 1875(Eng)-1953(Qld) - Licences: 4DN Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Newstead, Qld, 1913-1915; Clayfield, Qld, 1916-1943); no occupation (Albion, Qld, 1943; Highgate Hill, Qld, 1949) ===''UNGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Wilhelm Unger|Unger, A. H.]] - 19??(???)-????(???) - 2YRS Alectown (1980+), amateur operator (AOCP ????, 19??, No. ?? in NSW), amateur broadcaster, son of Herbert Wilhelm Carl Unger 2UJ * [[/Herbert Wilhelm Carl Unger|Unger, Herbert Wilhelm Carl or Herbert William Carl]] - 1911(???)-2012(NSW, 101yo) - 2UJ Alectown (1933-1980+), amateur operator (AOCP 1108, 1933, No. ?? in NSW), amateur broadcaster, father of A. H. Unger 2YRS ===''URQUHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Stewart Urquhart|Urquhart, Malcolm Stewart]] [https://www.familysearch.org/tree/person/details/GZXT-5C3] - 1905(WA)-1967(WA) - Licences: 6MU Perth (Cottesloe, 1925-1939); 6MU Merredin (1946-1960); 6MU Perth (Cottesloe, 1965) - Qualifications: cc; AOCP 116, 1925, No. ?? in WA; BOCP 27, 1936; AOLCP 158, 1934; 2COCP 85, 1937; 1COCP 126, 1937 - amateur operator; amateur broadcaster; clerk (1931); broadcast technician (6MD, 1958); WW2 (1939-1945) - Electoral Rolls: clerk (Cottesloe, WA, 1931-1937); broadcast technician (Merredin, WA, 1943-1963) =='''V'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''VALENTINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Keith Valentine|Valentine, Lionel Keith]] [https://www.familysearch.org/tree/person/details/GD1Z-ZVK] - 1916(Tas)-1961(Tas) - Licences: 7KV Hobart (Bellerive, 1933-1939) - Qualifications: cc; AOCP 1148, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Bellerive, Tas, 1937; Acton, ACT, 1949); public servant (Hobart West, Tas, 1958) ===''VAN COUTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Josephus Van Cooth|Van Cooth, John Robert Josephus]] [https://www.familysearch.org/tree/person/details/G8GN-6ZP] - 1908(Vic)-1936(Vic) - Licences: 3DX Receive Melbourne (East Malvern, 1922); 3DX Melbourne (East Malvern, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (St Kilda West, 1931) ===''VARDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Edwin Vardon|Vardon, Joseph Edwin]] [https://www.familysearch.org/tree/person/details/LV9V-VPR] - 1905(SA)-1970(SA) - Licences: Receive Adelaide (Unley, 1923-1924); 5OM Adelaide (Unley Park, 1927-1933) - Qualifications: cc; AOCP 329, 1927, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: sales manager (Malvern, 1941-1943) ===''VAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Vaughan (also known as Hearps, change of name), David Edward]] [https://www.familysearch.org/tree/person/details/LYD2-HG5] - 1901(Vic)-1976(NSW) - Licences: 2FY Sydney (Lakemba, 1930-1969) - Qualifications: AOCP 665, 1930, NSW (Hearps); AOCP 1003, 1932, NSW (Vaughan) - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Lakemba, 1930-1937); machinist (Lakemba, 1943-1972) ===''VEALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Pax Veall|Veall, Reginald Pax]] [https://www.familysearch.org/tree/person/details/GZL8-GR6] - 1918(Vic)-1942(NT) - Licences: 3PV Melbourne (St Kilda, 1937-1939) - Qualifications: AOCP 2050, 1937, No. ?? in Vic; 2COCP 274, 1939; 1COCP 375, 1940 - amateur operator, amateur broadcaster, WW2 (Merchant Navy, Wireless Officer, MV Neptuna) - Electoral Rolls: Nil - "Greater love hath no man than this" [http://www.ntlexhibit.nt.gov.au/exhibits/show/bod/roh/veall] ===''VEARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elwyn Thomas Vears|Vears, Elwyn Thomas]] [https://www.familysearch.org/tree/person/details/GHS1-C67] - 1901(NSW)-1960(NSW) - Licences: 2BM Leura (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Strathfield, 1930-1937; Burwood, 1943-1958)) ===''VERNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Henry Vernon|Vernon, Charles Henry]] [https://www.familysearch.org/tree/person/details/G88V-18Z] - 1901(WA)-1964(WA) - Licences: 6KZ Albany (1930-1931); 6KZ Perth (Fremantle, 1933-1939); 3AMD Melbourne (Moonee Ponds, 1947); 6KZ Perth (Guildford, 1947-1948) - Qualifications: cc; AOCP 566, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Forts, Albany, 1922-1931; Fremantle, 1936-1937; 9AAD, Guildford, 1949-1954); retired (Wagin, 1958; Morley, 1963) ===''VICKARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Mervyn Vickary|Vickary, Reginald Mervyn "Reg"]] [https://www.familysearch.org/tree/person/details/G88K-CLP] - 1909(NSW)-1973(Qld) - Licences: 4RV Cunnamulla (1930-1933); 4RV Warwick (1936-1939); 4VX Brisbane (Gordon Park, 1965; The Grange, 1969) - Qualifications: cc; AOCP 702, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shed hand (Cunnamulla, 1931); radio dealer (Warwick, 1937; Cunnamulla, 1943); shopkeeper (Toowoomba, 1949; Ekibin, 1954; Chermside, 1963; Grange, 1968-1972) ===''VICKERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth James Vickery|Vickery, Kenneth James]] [https://www.familysearch.org/tree/person/details/GDQP-WMQ] - 1893(NSW)-1970(NSW) - Licences: 2RA Receive Sydney (Hurlstone Park, 1923); 2RA Sydney (Hurlstone Park, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrical fitter (Hurlstone Park, 1930-1933); electrician (West Ryde, 1935; Parkes, 1936; Uralla, 1943); farmer (North Richmond, 1949-1968) ===''VINCENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Vincent|Vincent, Jack]] [https://www.familysearch.org/tree/person/details/GZ64-7S8] - 1906(WA)-1980(WA) - Licences: 6DL Receive Kalgoorlie (1923-1924); 6VK Kalgoorlie (1925-1939) - Qualifications: cc; AOCP 59, 1925, No. ?? in WA - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter & turner (Kalgoorlie, WA, 1931-1937); manufacturer (South Perth, WA, 1949-1963; Como, WA, 1972-1980) ===''VINING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Vining|Vining, William Edward]] [https://www.familysearch.org/tree/person/details/GZR1-NLT] - 1906(Qld)-1977(Qld) - Licences: 4WE Brisbane (Nundah, 1926-1927) - Qualifications: cc; AOCP 277, 1926, No. 22 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: carrier (Nundah, 1928-1931); motor driver (Mitchelton, 1934; Gaythorne, 1936); mechanic (Gayndah, 1943); telephone mechanic (Enoggera, 1949-1963); telephone technician (Enoggera, 1968-1977) ===''VIPAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alton Frederick Vipan|Vipan, Alton Frederick]] - 1890(NSW)-1946(NSW) - XHV Sydney (Petersham, 1913-1914), early wireless experimenter, amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), ship wireless operator, AWA (Koo-we-rup, 1922) ===''VOIGT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emil Robert Voigt|Voigt, Emil Robert]] [https://www.familysearch.org/tree/person/details/G88K-VV2] - 1883(Eng)-1973(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - 2KY Sydney, broadcast station manager; witness to Royal Commission 1927 (as chairman, NSW Labor wireless committee) - Relationships: father of Rion Osborne Voigt; grandfather of Robin Voigt - Electoral Rolls: secretary (Dee Why, 1930-1934); manager (Dee Why, 1935; Narrabeen, 1936) - Links: [https://adb.anu.edu.au/biography/voigt-emil-robert-8930 ADB]; [[w:Emil_Voigt_(athlete)|Wikipedia]]; [https://www.radioheritage.com/story70/ RHF] * [[/Rion Osborne Clifford Voigt|Voigt, Rion Osborne Clifford]] [https://www.familysearch.org/tree/person/details/G88K-L1V] - 1915(Eng)-1987(NSW) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - broadcast industry executive, WW2 - Electoral Rolls: radio announcer (Narrabeen, 1937; Turramurra, 1963-1980) - Relationships: son of Emil Robert Voigt; father of Robin Voigt * [[/Robin Voigt|Voigt, Robin]] - historian (Emil Robert Voigt; 2KY) - Relationships: grandson of Emil Robert Voigt; son of Rion Osborne Clifford Voigt ===''VOLKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Henry Oxford Volkman|Volkman, Reginald Henry Oxford]] [https://www.familysearch.org/tree/person/details/G4CV-7PH] - 1902(NSW)-1959(NSW) - Licences: 2RY Grafton (1924-1925); 2RY Scone (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Woollahra, 1930-1933) ===''VOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Taylor Vowles|Vowles, Rupert Taylor]] [https://www.familysearch.org/tree/person/details/LKYT-FLF] - 1894(NSW)-1973(NSW) - Licences: XIZ Sydney (Burwood, 1913-1914); 2AW Receive Sydney (Burwood, 1922-1923); 2XZ Sydney (Concord, 1929-1931) - Qualifications: cc; AOCP 562, 1929, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Concord, 1930-1972) =='''W'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''WADDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivon Edward Waddell|Waddell, Ivon Edward]] [https://www.familysearch.org/tree/person/details/G88S-H3S] - 1909(WA)-1943(Thailand/Singapore) - Licences: 6WX Albany (1929-1930); 6WX Katanning (1931) - Qualifications: cc; AOCP 561, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: postal clerk (Katanning, 1936; South Perth, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10298089 AWM] ===''WADDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. M. Waddle|Waddle, E. M.]] - 19??(???)-19??(???) - 4GZ Charters Towers (-1959+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''WADDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard William Mackie Waddy|Waddy, Richard William Mackie]] [https://www.familysearch.org/tree/person/details/LB62-5RP] - 1848(SA)-1933(SA) - senior state public servant (SA Post & Telegraphs Dept), senior federal public servant (Deputy Postmaster-General SA) ===''WADHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin Wadham|Wadham, Kevin]] [https://www.familysearch.org/tree/person/details/GZZC-SBQ] - 1905(SA)-1970(SA) - Licences: 5KW Adelaide (Parkside, 1924-1927; Helmsdale, 1928; Da Costa Park, 1931; Glenelg, 1933; Adelaide, 1937; Glenelg, 1938-1939) - Qualifications: cc; AOCP 23, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WIA SA (Councillor 1931; Hon. Treasurer, 1931); National Radio Corp (manager, 1938); Holdfast Bay Yacht Club (Vice-commodore, 1949) - Electoral Rolls: manager (Helmsdale, SA, 1939-1941; Da Costa Park, SA, 1943) ===''WAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Fripp Wahl|Wahl, Alan Fripp]] [https://www.familysearch.org/tree/person/details/GFMB-TD4] - 1918(WA)-2003(WA) - Licences: 6JB Perth (Leederville, 1938-1939, 1947-1960; Dianella, 1965-1980+) - Qualifications: cc; AOCP 2101, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: railway employee (Leederville, WA, 1943-1958); clerk (Dianella, WA, 1963-1980) ===''WALCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Crosby Walch|Walch, Alan Crosby or Crosby Alan]] [https://www.familysearch.org/tree/person/details/GQC7-GSS] - 1907(NSW)-1979(Tas) - Licences: 7BI Receive Hobart (Bellerive, 1923); Receive Hobart (Bellerive, 1923-1925); 7CW Hobart (Bellerive, 1926-1927; Battery Point, 1931-1933; City, 1937; Sandy Bay, 1938-1939, 1946-1975) - Qualifications: cc; AOCP 231, 1926, No. ?? in Tas; BOCP 1, 1936; 1AOCP 16, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: radio expert (Hobart South, 1936-1954) ===''WALDRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Gerard Waldron|Waldron, Francis Gerard "Frank"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''WALKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Walker|Walker, Arthur Charles]] [https://www.familysearch.org/tree/person/details/GXFY-L2V] - 1898(Qld)-1974(Qld) - Licences: 4AC Brisbane (Sandgate, 1927-1931) - Qualifications: cc; CPRT 699, 1922 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: newspaper carrier (Kangaroo Point, Qld, 1934-1937); carrier (Sandgate, Qld, 1943-1972) * [[/Charles Welsh Walker|Walker, Charles Welsh "Chas"]] [https://www.familysearch.org/tree/person/details/GXFR-19W] - 1899(NSW)-1961(Qld) - Licences: 4CU Receive Clifton (1923); 4CU Clifton (1924-1960); 4DQ Portable Clifton (1948-1960) - Qualifications: cc; AOCP 10, 1924, No. 2 in Qld - amateur operator; amateur broadcaster; motor mechanic; Walker's Radio Service (proprietor, 1930s-1950s) - Electoral Rolls: motor mechanic (Clifton, Qld, 1921-1958) * [[/Louis Edward Walker|Walker, Louis Edward]] [https://www.familysearch.org/tree/person/details/GSWB-L81] - 1864(Eng)-1934(At Sea) - Oversight of the 1906 Bass Strait link for Marconi Wireless Telegraphy Co * [[/Philip Billingsley Walker|Walker, Phillip Billingsley]] [https://www.familysearch.org/tree/person/details/MNF3-P9W] - 1840(Eng)-1900(NSW) - early wireless experimenter, employment (NSW Posts & Telegraphs, Superintendent of Telegraphs, Chief Electrician) * [[/Ronald Gregory Walker|Walker, Ronald Gregory "Gregory"]] [https://www.familysearch.org/tree/person/details/GDRP-GC6] - 1907(NSW)-1929(At Sea) - Licences: 7BT Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; journalist (Hobart "Mercury"); film maker - Comment: Gone too soon - Electoral Rolls: journalist (Hobart South, 1928) - Links: [http://www.seafarersmemorial.org.au/memorials/walker_g.php Seafarer's Memorial] * [[/William Spencer Walker|Walker, William Spencer]] [https://www.familysearch.org/tree/person/details/KCF4-R77] - 1911(SA)-2004(SA) - Licences: 5WW Adelaide (Alberton, 1934-1939; West Croydon, 1947-1980+) - Qualifications: cc; AOCP 1305, 1934, SA; BOCP 444, 1942; TVOCP 274, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939); mechanic (West Croydon, SA, 1941-1943) ===''WALLACE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elizabeth Aileen Geisel|Wallace nee Geisel, Elizabeth Aileen "Betty"]] See Geisel, Elizabeth Aileen "Betty" ===''WALLBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Walter Wallbridge|Wallbridge, Leslie Walter]] [https://www.familysearch.org/tree/person/details/LDMT-HKZ] - 1910(Eng)-1966(SA) - Licences: 5UX Adelaide (Lower Mitcham, 1930-1937); 5UX Peterborough (1938-1939); 5UX Kadina (1947-1948); 5UX Cook (1954-1955); 5UX Saddleworth (1956); 5UX Hawker (1960) - Qualifications: cc; AOCP 712, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Peterborough, SA, 1939-1941; Rendelsham, SA, 1943; Alice Springs, NT, 1963) ===''WALLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Wallis|Wallis, John Charles]] - 19??(???)-19??(???) - Licences: 7JW Longford (1932-1939, 1947) - Qualifications: cc; AOCP 893, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Burnie, 1928; Longford, 1936-1937) * Wallace, Florence Violet (adoptive name) - see Granville, Florence Violet (birth name) ===''WALSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Dunbar Walsh|Walsh, Harold Dunbar "Cordite"]] [https://www.familysearch.org/tree/person/details/G3W3-CT7] - 1903(Qld)-1951(Qld) - Licences: 4HW Brisbane (Hamilton, 1925-1931; Rocklea, 1946-1947)); 4WN Brisbane (Hamilton, 1927, dealer) - Qualifications: cc; AOCP 133, 1925, No 14 in Qld - amateur operator; amateur broadcaster; WW2 (RAAF); solicitor; pilot - Comment: Tragic end to a productive life - Electoral Rolls: clerk (Hamilton, 1925-1937); airline pilot (Moorooka, 1949) ===''WALTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Allan Walters|Walters, Charles Allan]] [https://www.familysearch.org/tree/person/details/G8CT-LBY] - 1910(Vic)-1947(Vic) - Licences: 3CW Melbourne (Thornbury, 1929-1933; Heidelburg, 1937-1939; Brunswick, 1946-1947) - Qualifications: AOCP 524, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Northcote, 1931-1936; Heidelberg, 1937; Brunswick, 1942) * [[/Gerald Wills Walters|Walters, Gerald (Wills or Willis or blank)]] [https://www.familysearch.org/tree/person/details/GX7Y-1HZ] - 1886(Eng)-1956(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 108, 1915; 2COCP 157, 1930; 1COCP 129, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: wireless telegraphist (Currie, King Island, Tas, 1919; Darwin, NT, 1922); radio telegraphist (New Town, Tas, 1928); wireless officer (Radio Station, Thursday Island, Qld, 1936-1937); wireless (Gladesville, NSW, 1943); wireless telegraphist (Rockhampton, Qld, 1949-1954) ===''WALZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edwyn Walz|Walz, Arthur Edwyn or Edgar]] [https://www.familysearch.org/tree/person/details/GM9T-LB3] - 1908(Qld)-2000(Qld) - Licences: 4AW Brisbane (Nundah, 1926-1939; Wavell Heights, 1946-1980+) - Qualifications: cc; AOCP 287, 1926, No. 26 in Qld - amateur operator; amateur broadcaster; plumber; radio repair business - Relationships: son of Conrad August Walz - Electoral Rolls: plumber (Nundah, 1934-1943); radio engineer (Wavell Heights, 1949-1980) * [[/Conrad August Walz|Walz, Conrad August]] [https://www.familysearch.org/tree/person/details/LRGZ-QF3] - 1882(Qld)-1951(Qld) - 4?? Brisbane, amateur operator (AOCP ???, 19??, No. ?? in Qld), plumber, farmer, father of 4AW Arthur Edwyn Walz ===''WARDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney William Lumley Wardle|Wardle, Sidney William Lumley]] - 1911(Eng)-19??(???) - Licences: 2OU Woodford Leigh (1930-1935); 2OU Armidale (1936-1937); 2OU Sydney (Bellevue Hill, 1938-1939); 5OU Adelaide (Lockleys, 1946-1954); 2DID Berridale (1980) - Qualifications: AOCP 610, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: farm hand (Woodford Leigh, 1934-1935); technician (Bondi North, 1937; Woollahra, 1943); retired (Berridale, 1980) ===''WARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Clarke Waring|Waring, Cecil Clarke]] [https://www.familysearch.org/tree/person/details/GQW4-V9F] - 1904(Vic)-1988(Vic) - Licences: 3CU Receive Melbourne (Canterbury, 1922-1924); 3YW Melbourne (Camberwell, 1929-1931; Canterbury, 1933; Kew, 1937); 3YW Rupanyup (1938-1939); 3YW Stawell (1946-1948); 3YW Warrnambool (1954-1980+) - Qualifications: AOCP 549, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Canterbury, 1925-1928; Kew, 1931-1937; Stawell, 1942-1949; Warrnambool, 1954-1977) ===''WARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Leslie George Warne|Warne, Maurice Leslie George]] [https://www.familysearch.org/tree/person/details/LYSP-LHY] - 1909(NSW)-1975(NSW) - Licences: 2MW Sydney (Croydon, 1926-1929) - Qualifications: AOCP 300, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: printer (Campsie, 1931-1934); radio mechanic (Campsie, 1936-1937); radio sales (Kogarah, 1943-1963); radio & TV technician (Arncliffe, 1968) ===''WARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Albert Warner|Warner, Geoffrey Albert]] [https://www.familysearch.org/tree/person/details/G8V1-6NR] - 1914(NSW)-2007(NSW) - Licences: 2CK Wyong (1930-1939); 3ABW Fiskville (1947); 9GW Port Moresby (1948-1954); 2AVW Bringelly (1955-1958); 2CK Bringelly (1960-1969); 6EG Bassendean (1975); 2HJ Camden (1980+) - Qualifications: AOCP 710, 1930, NSW; 1COCP 60, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless technician (Rockbank, Vic, 1942); technician (OTC Bringelly, 1958-1963); manager (Bassendean, 1977; Camden South, 1980) - callsign may have been withdrawn for 2CK Cessnock commercial (later restored) ===''WARNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Bernard Warnock|Warnock, Neil Bernard]] [https://www.familysearch.org/tree/person/details/GZJ8-58G] - 1944(Vic)-2019(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''WATERHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. G. Waterhouse|Waterhouse, A. G.]] - 19??(???)-19??(???) - Licences: XVV Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WATERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George James Waters|Waters, George James]] [https://www.familysearch.org/tree/person/details/G8X9-S46] - 1902(Vic)-1931(Vic) - Licences: 3EX Receive Melbourne (Heathcote, 1922); 3XA Melbourne (East Prahran, 1930-1931) - Qualifications: AOCP 608, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified as yet - Comment: Passed too soon * [[/James Alfred Waters|Waters, James Alfred]] - 19??(???)-19??(???) - Licences: 7JA Hobart (Sandy Bay, 1936-1939) - Qualifications: cc; AOCP 1685, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Queensborough, 1936); teacher (Ringarooma, 1937); schoolteacher (Queensborough, 1943-1954) * [[/Leslie Waters|Waters, Leslie]] [https://www.familysearch.org/tree/person/details/G85N-TZB] - 1882(Eng)-1956(Qld) - Licences: 4AC Innisfail (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; engineer (Randell Engineering) - Electoral Rolls: watchmaker (Innisfail, 1919-1943); radio dealer (Innisfail, 1949) ===''WATERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lindsay Carmel Waterworth|Waterworth, Lindsay Carmel "Joe"]] [https://www.familysearch.org/tree/person/details/G6YY-6M6] - 1892(Qld)-1969(Qld) - Licences: 4CL Rockhampton (1935-1939, 1946-1969) - Qualifications: cc; AOCP 1526, 1935, Qld - amateur operator; amateur broadcaster; WW1; WW2; federal public servant (PMGD, telegraphist) - Electoral Rolls: assistant (Charleville, Qld, 1921); telegraphist (Rockhampton, Qld, 1928-1968) ===''WATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Paul Watkins|Watkins, Andrew Paul]] [https://www.familysearch.org/tree/person/details/GFQ9-RHP] - 1914(WA)-1965(NSW) - Licences: 6AW Perth (1936-1939) - Qualifications: cc; AOCP 1805, 1936, WA; BOCP 269, 1939; 1COCP 842, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Boulder, WA, 1937); radio mechanic (Geraldton, WA, 1943); radio technician (Cairns, Qld, 1949; Lakemba, NSW, 1954; Chullora, NSW, 1958-1963) * [[/William Trevor Watkins|Watkins, William Trevor "Trevor", "Watty"]] [https://www.familysearch.org/tree/person/details/LZKG-J4V] - 1899(Tas)-1931(Tas) - Licences: T336 Hobart (1920-1921); 7AA Hobart (1922-1925); 7DX Hobart (1925-1931) - Qualifications: cc; AOCP 107, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Withdrawal: PMGD withdrew 7AA callsign for their own use, electrician (Zinc Co., Hobart, 1922), wireless expert (Medhurst & Sons, Hobart, 1925) - Electoral Rolls: electrician (West Hobart, 1922-1928) - Comment: passed too soon ===''WATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. A. Watson|Watson, A. A.]] - bef1910(???)-aft1930(???) - Licences: 2UT Sydney (Darlinghurst, 1927-1929) - Qualifications: AOCP 341, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: None as yet - Full name not yet identified * [[/Douglas Mervyn Watson|Watson, Douglas Mervyn]] [https://www.familysearch.org/tree/person/details/G6MG-FPY] - 1920(Tas)-1989(Tas) - Licences: 7DW Hobart (New Town, 1937-1939; City, 1946-1956; Lindisfarne, 1960-1980+) - Qualifications: cc; AOCP 1867, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Hobart South, 1949-1954); mechanic (Lindisfarne, 1972) * [[/Herbert Leopold Watson|Watson, Herbert Leopold]] [https://www.familysearch.org/tree/person/details/G8ZP-JLK] - 1897(Vic)-1982(NSW) - Licences: 2OL Kiama (1929-1933); 2OL Unanderra (1935-1938); 2OL Woollongong (1939) - Qualifications: AOCP 545, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: engineer (Kiama, 1930); electrical engineer (Unanderra, 1934-1937; Heidelberg, Vic, 1949); electrician (Ivanhoe, Vic, 1954); retired (Avalon Beach, 1968-1972; Mona Vale, 1977; Mosman, 1980) * [[/James David Watson|Watson, James David]] [https://www.familysearch.org/tree/person/details/G8F5-789] - 1910(Vic)-19??(???) - Licences: 3NQ Darlington via Camperdown (1930-1939); 2ANQ Albury (1946-1957) - Qualifications: AOCP 633, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical fitter (Darlington, 1931-1943); radio technician (Albury, 1949-1954) - Comment: Beware another JDW, labourer, Geelong, 1930s * [[/John Watson|Watson, John]] - 19??(???)-19??(???) - Licences: 6CR Receive Perth (Victoria Park, 1923-1924) - Qualifications: AOCP 436, 1928, No. ?? in WA - amateur operator? - Electoral Rolls: Nil, as yet, specific individual not yet identified * [[/Samuel Wilfred Watson|Watson, Samuel Wilfred or Wilfred Samuel]] [https://www.familysearch.org/tree/person/details/GXY5-LXP] - 1906(Eng)-1998(WA) - Licences: 6WW Perth (West Perth, 1930-1939, 1948-1969); 6WW Shoalwater Bay (1975); 6WW Cardup (1980) - Qualifications: cc; 1COCP 189, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless operator (West Perth, WA, 1931-1972); retired (Shoalwater Bay, WA, 1977; Cardup, WA, 1980) * [[/William Wesley Watson|Watson, William Wesley]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio telegraphist (Hobart South, 1949) ===''WATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Watt|Watt, Alexander]] [https://www.familysearch.org/tree/person/details/GDRK-4B7] - 1901(Sct)-1985(Tas) - Licences: 7BO Receive Prince of Wales Bay (1923); Receive Prince of Wales Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Prince of Wales Bay, 1922-1928); accountant (New Town, 1936-1949; Moonah, 1954) * [[/Arthur William Watt|Watt, Arthur William]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly) * [[/Charles Russell Watt|Watt, Charles Russell]] [https://www.familysearch.org/tree/person/details/GZV7-JFH] - 1904(Eng)-1993(NSW) - 2WT Tenterfield (1925-1975+), amateur operator (AOCP 184, 1925, No. ?? in NSW), amateur broadcaster, grazier (Tenterfield, 1930-1980) ===''WAUCHOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Wylie Wauchope|Wauchope, Ronald Wylie]] [https://www.familysearch.org/tree/person/details/LH6X-QJR] - 1914(SA)-1933(SA)19yo - Licences: 5WE Adelaide (Maylands, 1933) - Qualifications: cc; AOCP 1086, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, 19yo - Electoral Rolls: Nil yet identified ===''WEATHERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Elsdon Weatherley|Weatherley, Harry William Elsdon]] [https://www.familysearch.org/tree/person/details/LTBF-1HC] - 1921(Vic)-2006(Vic) - prominent MW and SW broadcast DXer (1940-1990), clubs (Australian Radio DX Club, New Zealand Radio DX League, New Zealand DX Radio Association, Southern Cross DX Club, DX Australia - Chief Editor, Ontario DX Club), ANARC DXer of the year - metallurgist (Auburn, 1949-1954); technician (Mount Waverley, 1963-1972); retired (Mount Waverley, 1980) * [[/Herb J. Weatherley|Weatherley, Herb J.]] - 19??(???)-19??(???) - 4HW Clifton (-1951+), amateur operator (AOCP ??, 19??, No. ?? in Qld), callsign formerly Harold Dunbar Walsh ===''WEATHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Weatherson|Weatherson, W. A.]] - 19??(???)-19??(???) - Licences: 3AB Melbourne (East St Kilda, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''WEATHERSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stewart Weatherston|Weatherston, William Stewart]] [https://www.familysearch.org/tree/person/details/G8LZ-2KF] - 1905(WA)-1942(Sing) - Licences: 3AB Melbourne (East St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1927); salesman (St Kilda, 1931; Forrest, ACT, 1935; Newtown, 1943!) - Sacrifice: "Greater love hath no man than this" ===''WEBSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank James Webster|Webster, Frank James]] [https://www.familysearch.org/tree/person/details/GF73-5KV] - 1908(Eng)-19??(WA) - Licences: 6FW Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1039, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Victoria Park, WA, 1931-1943); plasterer (Perth, WA, 1954-1963; Victoria Park, WA, 1968-1972); retired (Fremantle, WA, 1977-1980) * [[/Harold Charles Webster|Webster, Harold Charles]] [https://www.familysearch.org/tree/person/details/KCRM-31P] - 1876(Tas)-1923(Tas) - Licences: Receive (Crystal Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: photographer (Launceston, 1914); clerk (Hobart North, 1922) * [[/William Webster|Webster, William]] [https://www.familysearch.org/tree/person/details/GZJD-D94] - 1860(Eng)-1936(NSW) - senior federal politician (Postmaster-General, 1915-1920), played prominent part in the Postal Royal Commission ===''WEDDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Austin Weddell|Weddell, James Austin]] [https://www.familysearch.org/tree/person/details/GXK9-SYF] - 1914(SA)-2005(NSW) - Licences: 5ZL Adelaide (Reade Park, 1935-1939) - Qualifications: cc; AOCP 1595, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Col Light Gardens, SA, 1939-1943); RAAF (Albert Park, Vic, 1949; Auburn, Vic, 1954); RAAF officer (Richmond, NSW, 1958); RAAF (Red Hill, ACT, 1963); not stated (Red Hill, ACT, 1968-1972); RAAF (Red Hill, ACT, 1977-1980) * [[/John Arthur Weddell|Weddell, John Arthur]] [https://www.familysearch.org/tree/person/details/GXKM-KVK] - 1926(Qld)-19??(???) - Licences: 4FT Brisbane (Zillmere, 1954-1960); 2ZM Glenbrook (1961); 4FT Brisbane (Sandgate North, 1965-1969); 2BFT Sydney (Clovelly, 1975-1980) - Qualifications: cc; AOCP 3172, 1951, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Annerley, Qld, 1949; Zillmere, Qld, 1954-1958; Sandgate, Qld, 1963-1968); technician (Marrickville, NSW, 1972; Clovelly, NSW, 1977-1980) ===''WEDGEWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Donald Wedgewood|Wedgewood, William Donald]] [https://www.familysearch.org/tree/person/details/GDLV-GM8] - 1901(Qld)-1974(NSW) - Licences: N741 Receive NSW - Qualifications: cc; CPRT 692, 1922; 2COCP 49, 1935 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: boarder (Sutton Coalfield, Eng, 1911); manufacturer (Glenmore, 1930-1936); aviator (Nedlands, WA, 1937); farmer (Moruya, 1949-1954); greenkeeper (Brisbane, 1958); public servant (Hornsby, 1963-1972) ===''WEEKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. L. Weeks|Weeks, H. L.]] - 19??-19?? - Licences: 4CJ Receive Currumbin (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: - Identification: Not yet identified ===''WEISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Wilfred George Weiss|Weiss, Wilfred George]] [https://www.familysearch.org/tree/person/details/G8V9-7NP] - 1912(NSW)-1982(NSW) - Licences: 2TV Sydney (Croydon Park, 1960-1961; Strathfield, 1965); 2TV Ettalong Beach (1975-1980+) - Qualifications: AOCP 670, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lithgow, 1934-1937); storekeeper (Lithgow, 1943); silk screen craftsman (Croydon Park, 1949-1958); retired (Strathfield, 1963-1968; Ettalong Beach, 1972; Ettalong, 1977) ===''WELLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Arthur Martin Weller|Weller, Cyril Arthur Martin "Sam"]] [https://www.familysearch.org/tree/person/details/GZTQ-WXH] - 1903(???)-1994(Qld) - Licences: 4CZ Brisbane (Clayfield, 1938-1939, 1946-1980+) - Qualifications: AOCP 2160, 1938, Qld - amateur operator, amateur broadcaster, Radio Club (WIAQ, Brisbane DX Club), power station engineer, education (ME, UQ) - Electoral Rolls: student (Windsor, 1925); engineer (Wilston, 1925-1928; Camp Hill, 1934-1943; Clayfield, 1949-1972; Albion, 1977) ===''WELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Welling|Welling, Thomas]] [https://www.familysearch.org/tree/person/details/LLHB-KQZ] - 1898(Eng)-1960(SA) - Licences: 5TW Adelaide (North Adelaide, 1937); 5TW Mt Gambier (1938-1939, 1947-1960) - Qualifications: cc; 2COCP 179, 1930; 1COCP 81, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: wireless engineer (Mt Gambier, SA, 1939-1941); wireless technician (Mt Gambier, SA, 1943) ===''WELLINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hudson Wellington|Wellington, Stanley Hudson]] [https://www.familysearch.org/tree/person/details/LB84-47Y] - 1909(Tas)-1981(NSW) - Licences: 7PK Hobart (New Town, 1932-1933); 3SX Melbourne (Brighton, 1937-1939) - Qualifications: cc; AOCP 1002, 1932, No. ?? in Tas; AOLCP 117, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: representative (Caulfield, 1936); chemist (Brighton, Vic, 1937-1942); manager (Mosman, 1949-1980) ===''WELLMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Joseph Wellman|Wellman, Leo Joseph]] [https://www.familysearch.org/tree/person/details/L1SW-R9S] - 1898(NSW)-1965(NSW) - 2PS Receive Sydney (Marrickville, 1923), 2LW Sydney (Marrickville, 1925-1928), amateur operator (AOCP 117, 1925, No. ?? in NSW), amateur broadcaster ===''WELSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud William Welsh|Welsh, Claude or Claud William]] [https://www.familysearch.org/tree/person/details/GZPH-WS4] - 1914(Qld)-1988(Qld) - Licences: 4CW Warwick (1937-1939); 4DK Mackay (1975-1980+) - Qualifications: cc; AOCP 1982, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, Qld, 1937-1943); engineer (Kew, Vic, 1943); radio technician (Warwick, Qld, 1958; Mackay, Qld, 1958); technician (Mackay, Qld, 1963); radio technician (Mackay, Qld, 1968-1980) ===''WERRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Errol Limbrick Werrett|Werrett, Errol Limbrick]] [https://www.familysearch.org/tree/person/details/G8SK-FMH] - 1908(Tas)-1974(Eng) - Licences: Receive (Crystal) Hampshire (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm worker (Hampshire, 1936-1937); fitter (South Melbourne, 1943); engineer (Caulfield, 1949-1968; Balaclava, 1972) ===''WESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Frederick Shorter Weston|Weston, Cyril Frederick Shorter]] [https://www.familysearch.org/tree/person/details/GZVJ-FXY] - 1905(Eng)-1988(NSW) - Licences: 4EN Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephone mechanic (Kedron, 1928); Christian worker (Darlinghurst, 1934); grocer (Oatley, 1943); agriculturalist (Ourimbah, 1949); salesman (Paekhurst, 1963-1980); retired (Charmhaven, 1980) * [[/George James Weston|Weston, George James]] [https://www.familysearch.org/tree/person/details/GXQ3-Y8Q] - 1868(Eng)-1939(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 702, 1922 - RANRS (Radio Lieutenant) - Comment: Several contemporaneous GJWs - Electoral Rolls: telegraph operator (Albany, 1903); civil servant (Kalgoorlie, WA, 1910-1912); civil servant (Wireless Station, Carlingford, NSW, 1913); sailor (Toorak, 1919); naval officer (Elsternwick, 1919); civil servant (Auburn, Vic, 1922); wireless engineer (Auburn, Vic, 1924-1927); retired engineer (Upwey, 1931-1937) * [[/Robert Marcus Hamilton Weston|Weston, Robert Marcus Hamilton "Mark"]] [https://www.familysearch.org/tree/person/details/GX8K-KW6] - 1915(NSW)-1995(NSW) - Licences: 4XO Bundaberg (1938-1939); 2WE Sydney (Lidcombe, 1946-1947); 2AWE Sydney (Kingsford, 1955; Kensington, 1956-1957); 2AYK Sydney (Kensington, 1957; Kingsford, 1958-1961); 2CM Sydney (Dolls Point, 1964-1980) - Qualifications: cc; AOCP 2076, 1938, Qld; 2COCP 386, 1940; 1COCP 581, 1942 - amateur operator; amateur broadcaster; ship wireless officer; wireless officer (QANTAS) - Relationships: husband of 2MR Verle Lorraine Weston nee Key(s) - Electoral Rolls: marine wireless operator (Auchenflower, Qld, 1943); radio operator (Blakehurst, NSW, 1949; Kingsford, NSW, 1954-1963; Sans Souci, NSW, 1968-1980) * [[/Verle Lorraine Keys|Weston nee Key(s), Verle Lorraine]] - 1934(???)-1985(NSW) - 2MR Sydney (Dolls Point, 1964-1980), YL amateur operator (AOCP ???, 1964, No. ?? in Qld), wife of Robert Marcus Hamilton Weston 2CM * [[/William Wood Weston|Weston or Wehrstedt, William Wood]] [https://www.familysearch.org/tree/person/details/GDPG-KBQ] - 1912(WA)-1953(WA) - Licences: 6MW Perth (Nedlands, 1935-1939; North Beach, 1947-1948) - Qualifications: cc; AOCP 1465, 1935, WA; BOCP 596, 1944 - amateur operator; amateur broadcaster - Comment: Further clarification of identification required - Electoral Rolls: assistant operator (Subiaco, WA, 1936-1937); operator (Leederville, WA, 1943-1954; North Perth, WA, 1958-1968; Leederville, WA, 1972-1977) ===''WHALLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Percy Whalley|Whalley, Rupert Percy]] [https://www.familysearch.org/tree/person/details/GZGZ-CV3] - 1894(Vic)-1969(Vic) - Licences: 3JZ Receive Melbourne (Sandringham, 1922); 3JZ Melbourne (Sandringham, 1923-1927); 3JZ Myrtleford (1937-1939); 3JZ Wangaratta (1946-1948); 3JZ Melbourne (Blackburn, 1954-1969) - Qualifications: cc; AOCP 238, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: builder (Sandringham, 1919-1925); farmer (Myrtleford, 1927-1942); tobacco grower (Wangaratta, 1949); foreman (Blackburn, 1954-1968) - Relationships: father of 3ZWZ Robert Kelvin Whalley ===''WHEELER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Winslow Wheeler|Wheeler, Harry Winslow]] [https://www.familysearch.org/tree/person/details/GCBC-BYC] - 1910(SA)-1990(SA) - Licences: 5FB Adelaide (Eden Hills, 1927-1928); 5HW Adelaide (Eden Hills, 1933-1939) - Qualifications: AOCP 371, 1927, No. ?? in SA - amateur operator; amateur broadcaster; military (WW2, RAAF, DFC) - Electoral Rolls: chemist (Eden Hills, SA, 1939-1943); lecturer (Kalgoorlie, WA, 1954-1968) * [[/Victor George Wheeler|Wheeler, Victor George]] [https://www.familysearch.org/tree/person/details/GW4Z-FGL] - 1897(Eng)-1976(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; coastal wireless operator; WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: electric mechanic (Roebourne, 1917-1922); manager (Fremantle, 1925) ===''WHITAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Thomas Whitaker|Whitaker, Albert Thomas]] [https://www.familysearch.org/tree/person/details/LKKW-5DB] - 1895(NSW)-1960(NSW) - Licences: 2OI Receive Sydney (Banksia, 1923); 2OI Sydney (Banksia, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: labourer (Rockdale, 1930; Banksia, 1933-1934); builder (Banksia, 1937-1949); instructor (Mount Colah, 1954-1958) ===''WHITBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Roy Whitburn|Whitburn, Douglas Roy "Doug"]] [https://www.familysearch.org/tree/person/details/LZT2-3JX] - 1904(SA)-1958(SA) - Licences: 5BY Adelaide (Toorak, 1927-1931; Fullarton, 1933-1939; Rosefield, 1946-1947; Fullarton, 1948-1956) - Qualifications: cc; AOCP 312, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Rosefield, 1943) * [[/Robert Philip Whitburn|Whitburn, Robert Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GZBF-5XB] - 1896(NSW)-1991(NSW)94yo - Licences: XACJ Sydney (Leichhardt, 1913-1914); 2DK Receive Sydney (Leichhardt, 1922); 2DK Sydney (Leichhardt, 1923-1926) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: chairmaker (Leichhardt, 1930-1968); retired (West Ryde, 1972-1980) ===''WHITE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Matthews White|White, Alfred Matthews]] - 1894(Eng)-1981(Qld) - Licences: 4CX Receive Winton (1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1 - Electoral Rolls: grazier (Tranby, Winton, 1915-1958); retired (Buderim, Qld, 1963-1980) * [[/Charles Robert White|White, Charles Robert]] [https://www.familysearch.org/tree/person/details/GXLC-S5H] - 1911(SA)-1986(Vic) - Licences: 5MX Adelaide (Kilkenny, 1931-1939) - Qualifications: cc; AOCP 802, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edwin Harold White|White, Edwin Harold "Eddie"]] [https://www.familysearch.org/tree/person/details/GZTQ-QGH] - 1911(Qld)-1997(Qld) - Licences: 4EW Brisbane (Red Hill, 1933-1939); 4EW Mackay (1946-1950); 4EW Brisbane (Red Hill, 1954-1956); 5OW & 8OW Darwin (1956-1963); 4OW Brisbane (Red Hill, 1963-1965); 4OW Mt Isa (1969); 4OW Brisbane (Red Hill, 1975) - Qualifications: cc; AOCP 1141, 1933, No. ?? in Qld; 1COCP 250, 1939 - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, Fortress Signals); federal public servant (DCA) - Electoral Rolls: compositor (Red Hill, 1934-1936); radio technician (Longreach, 1937); aeradio operator (Cloncurry, 1943; Mackay, 1949); communications officer (Archerfield, 1954); public servant (Red Hill, 1963; Mt Isa, 1968; Red Hill, 1972-1980) * [[/Frank Philip White|White, Frank Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GXSJ-9NF] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 189, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: Nil yet identified * [[/Frank Roy White|White, Frank Roy]] [https://www.familysearch.org/tree/person/details/GD4P-LVT] - 1911(NSW)-1994(???) - Licences: Nil yet identified - Qualifications: cc; 2COCP 5, 1934; 1COCP 12, 1934 - beam wireless operator (AWA); WW2 - Electoral Rolls: clerk (West Ryde, 1933-1935); telegraphist (Roseville, 1936-1937; Ryde, 1943-1968) * [[/J. L. White|White, J. L.]] - 19??(???)-19??(???) - Licences: 6JL via Brass Valley (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''WHITELAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Roy Whitelaw|Whitelaw, Charles Roy]] [https://www.familysearch.org/tree/person/details/99WD-7NY] - 1891(Vic)-1957(Vic) - Licences: XMO Melbourne (Rosedale, 1913-1914); 3BH Melbourne (Mooroolbark, 1923-1925); 3BH Stawell (1925); 3BH Benalla (1925-1927); 3BH Melbourne (Mitcham, 1931); 3BH Woomelang (1933); 3BH Melbourne (Mornington 1937-1939); 3BH (Harrisfield, 1946-1947; Dandenong, 1948; Noble Park, 1954-1955; Boronia, 1956) - Qualifications: cc; AOCP 87, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; fire brigade and railway stationmaster; WW1 (AFC, Wireless Operator, 1917) - Electoral Rolls: railway employee (Creswick, 1914); assistant stationmaster (Ravenswood, 1919); stationmaster (Mooroolbark, 1922-1924); railway employee (Timboon, 1925); stationmaster (Benalla, 1925-1927; Mitcham, 1931; Euroa, 1942; Harrisfield, 1949-1954) ===''WHITING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Ambrose Whiting|Whiting, Reginald Ambrose]] [https://www.familysearch.org/tree/person/details/GXR6-XDQ] - 1911(SA)-1981(Vic) - Licences: 5MC Adelaide (Torrensville, 1932-1933); 3MZ Melbourne (East Preston, 1947-1980+) - Qualifications: cc; AOCP 988, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (South Yarra, Vic, 1934; Essendon, Vic, 1937); fitter & turner (Preston, Vic, 1942-1968); fitter (Preston, Vic, 1972-1980) ===''WHITLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gough Whitlam|Whitlam, Edward Gough "Gough"]] [https://www.familysearch.org/tree/person/details/L5VH-8BJ] - 1916(Vic)-2014(NSW) - Prime Minister (1972-1975), WW2 (RAAF, Flight Lieutenant, navigator & bomb aimer, 1942-1945) - Electoral Rolls: student (Glebe, 1943); barrister (Cronulla, 1949; Cabramatta, 1958-1963; Red Hill, 1977; Double Bay, 1980) - executive oversight of the introduction of community radio in Australia - Links: [[w:Gough Whitlam|Wikipedia]] * [[/Lewis Alfred John Whitlam|Whitlam, Lewis Alfred John]] [https://www.familysearch.org/tree/person/details/LYY1-BBB] - 1904(Qld)-1977(Qld) - Licences: Receive (Crystal) Brisbane (Brisbane City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer's assistant (Brisbane City, Qld, 1931-1937); electrical engineer (Windsor, Qld, 1943-1968); engineer (Windsor, Qld, 1972-1977) ===''WICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. Wicks|Wicks, C.]] - 18??(???)-19??(???) - Licences: XQK Brisbane (South Brisbane) (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WILDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cyril George Wildman|Wildman, Cyril George]] [https://www.familysearch.org/tree/person/details/GMG3-GNP] - 1900(Vic)-1982(Vic) - Licences: 3FM Melbourne (Northcote, 1930-1931; Moreland, 1933-1939, 1946-1948; East Brunswick, 1954-1980+) - Qualifications: AOCP 624, 1930, No. ?? in Vic; BOCP 422, 1942 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Melbourne, 1927; Fitzroy North, 1931; Coburg, 1934-1942); electrical engineer (Brunswick East, 1977-1980) ===''WILKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Winstanley Wilkin|Wilkin, John Winstanley]] [https://www.familysearch.org/tree/person/details/L6LX-1P7] - 1891(NZ)-1967(SA) - Licences: 5JW Adelaide (North Adelaide, 1928; Osmond, 1931; Glen Osmond, 1933; North Walkerville, 1937-1938) - Qualifications: cc; Nil yet identified; likely qualified in NZ - amateur operator; amateur broadcaster - Electoral Rolls: manager (Toorak, SA, 1939-1943) ===''WILKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wilkins|Wilkins, Arthur]] - 19??(???)-19??(???) - Licences: 3AW Melbourne (Murrumbeena, 1927; East St Kilda, 1931) - Qualifications: AOCP 375, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: - several contemporaneous Arthur Wilkins, specific to be identified ===''WILKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Angus Wilkinson|Wilkinson, Dudley Angus]] [https://www.familysearch.org/tree/person/details/LR41-Q53] - 1919(SA)-1988(SA) - Licences: 5WD Adelaide (Frewville, 1935-1939; College Park, 1947-1948) - Qualifications: cc; AOCP 1455, 1935, SA; BOCP 182, 1938; 1COCP 284, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hawthorn, SA, 1941; Ballarat, Vic, 1942) ===''WILLIAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Williams|Williams, Albert Edward]] - 19??(???)-19??(???) - Licences: 5BO Adelaide (Unley, 1930-1931); 5BO Adelaide (Ottaway, 1946-1975) - Qualifications: cc; AOCP 659, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: - several contemporaneous AEWs in SA * [[/Alex Elisha Williams|Williams, Alex Elisha]] [https://www.familysearch.org/tree/person/details/G8JC-RN9] - 1913(Vic)-1981(Vic) - Licences: 3KT Melbourne (Elsternwick, 1933-1939) - Qualifications: AOCP 1062, 1932, Vic - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Elsternwick, 1936-1937; Camberwell, 1943-1949; Highfield Park, 1954); school teacher (Frankston, 1967-1968); teacher (Frankston, 1972-1980) * [[/Alfred Keith Williams|Williams, Alfred Keith]] [https://www.familysearch.org/tree/person/details/G8C3-3SS] - 1905(WA)-1932(WA) - Licences: 6AW Collie (1929-1931) - Qualifications: cc; AOCP 502, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: picture S. operator (Collie, 1930) * [[/Ernest Arthur Williams|Williams, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/LKNS-QYG] - 1888(NSW)-1968(NSW) - Licences: 2QY Receive Wollongong (1923); 2QY Wollongong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Wollongong, 1913, 1930-1958); retired (Wollongong, 1968) * [[/Harold Parkyn Williams|Williams, Harold Parkyn]] [https://www.familysearch.org/tree/person/details/G7CW-DGX] - 1881(Qld)-1933(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - first general manager of ABC - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/williams-harold-parkyn-9112 ADB] * [[/J. E. Williams|Williams, J. E.]] - 19??(???)-19??(???) - Licences: 4DQ Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: many contemporaneous JEWs - Electoral Rolls: Nil yet identified * [[/John Henry Williams|Williams, John Henry Jnr "Johnny" "Jack"]] [https://www.familysearch.org/tree/person/details/MP3D-8NG] - 1880(Qld)-1953(Qld) - Licences: 4JH Mackay (1929-1931) - Qualifications: cc; AOCP 507, 1929, No ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: iron monger? (Mackay, 1925-1943) - established commercial broadcaster 4MK Mackay 1931 * [[/Leslie Samuel Barnes Williams|Williams, Leslie Samuel Barnes]] [https://www.familysearch.org/tree/person/details/G8F2-X56] - 1896(Qld)-1974(Qld) - Licences: 4LS Brisbane (Indooroopilly, 1930-1933); 4LS Toogoolawah (1937-1939) - Qualifications: cc; AOCP 630, 1930, Qld - amateur operator, amateur broadcaster - Electoral Rolls: naval signalman (Cape Moreton, 1917-1922); saddler (Indooroopilly, 1925-1931); boot repairer (Toogoolawah, 1934-1958); retired (Taringa, 1963-1972) * [[/Neville Williams|Williams, Neville]] - 1915(NSW)-1996(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: - Links: [http://messui.polygonal-moogle.com/valves/NW199701.pdf EA] ===''WILLIAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Joseph Augustine Williamson|Williamson, Cecil Joseph Augustine]] [https://www.familysearch.org/tree/person/details/K879-9HC] - 1925(NSW)-1973(NSW) - Licences: 2CW Yass (1929-1931); 2ALS Yass (1939, 1946-1954) - Qualifications: AOCP 525, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Yass, 1930-1949); farmer (Trundle, 1949); mechanic (Orange, 1954-1972) * [[/Frederick Lerpiniere Williamson|Williamson, Frederick Lerpiniere]][https://www.familysearch.org/tree/person/details/LB6L-GCH] - 1896(SA)-1976(SA) - Licences: 5AH Receive Adelaide (Kent Town, 1922); 5AH Adelaide (Kent Town, 1922-1927; Collinswood, 1928, 1948-1955); also dealer licence 5BT Adelaide 1925-1926 for Kauper, Austin & Williamson - Qualifications: cc; AOCP 22, 1924, No. ?? in SA; BOCP 284, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Hubert Gordon Williamson|Williamson, Hubert Gordon]] [https://www.familysearch.org/tree/person/details/LH7J-YQP] - 1907(Vic)-1995(Vic) - 3GW Rainbow (1927-1939, 1946-1960), 3GW Lalor (1965-1969), 3GW Melbourne (East Doncaster, 1975-1980), 3GH Rainbow (1937-1939), amateur operator (AOCP 342, 1927, No. ?? in Vic), (1COCP 593, 1942), amateur broadcaster * Williamson nee Hutchings, Marjorie Lilian - See Marjorie Lilian Hutchings ===''WILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Oliver Willis|Willis, Harold Oliver]] [https://www.familysearch.org/tree/person/details/G8VS-NLZ] - 1898(Vic)-1976(WA) - Licences: 6OW Perth (South Fremantle, 1930-1931); 6AM Perth (South Fremantle, 1933); 6HW Perth (South Fremantle, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 675, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: baker (South Fremantle, 1925-1968) ===''WILLMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILMOTT * [[/Thomas Robert Willmott|Willmott or Wilmot, Thomas Robert]] [https://www.familysearch.org/tree/person/details/GZD6-TB4] - 1886(NSW)-1947(NSW) - Licences: 2BR Receive South Grafton (1922); 2ZO South Grafton (1923-1931) - Qualifications: cc; AOCP 48, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Grafton South, 1930-1943) ===''WILLOUGHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lancelot Willoughby|Willoughby, Eric Lancelot]] [https://www.familysearch.org/tree/person/details/LR88-Q5X] - 1912(SA)-19??(???) - Licences: 5BM Adelaide (Penrhyn, 1932-1939); 5GO Adelaide (Unley, 1948); 3FB Noojee (1954-1956); 3FB Neerim Junction (1960); 4EW Booval (1965-1980+) - Qualifications: cc; AOCP 1035, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Penrhyn, SA, 1939-1943); farmer (Noojee, Vic, 1949-1954); PMG Linesman (Booval, Qld, 1963-1968); PMG (Booval, Qld, 1972-1977) ===''WILMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILLMOTT * [[/John Henry Wilmott|Wilmott, John Henry]] [https://www.familysearch.org/tree/person/details/GFQY-PTR] - 1914(WA)-2003(NSW) - Licences: 6JW Perth (Como, 1934-1939); 2AJX Sydney (Lindfield, 1975); 2AJX Bathurst (1980) - Qualifications: cc; AOCP 1345, 1934, WA; 1COCP 170, 1938 - amateur operator; amateur broadcaster - Comment: Several contemporaneous JHWs - Electoral Rolls: aircraft radio officer (Lindfield, NSW, 1949); communications officer (Lindfield, NSW, 1958-1968); proprietor (Bathurst, NSW, 1977-1980) ===''WILSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Wilson|Wilson, A. H.]] - 19??(???)-19??(???) - Licences: 4DL Receive Brisbane (Kangaroo Point, 1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Darius Joseph Wilson|Wilson, Darius Joseph]] [https://www.familysearch.org/tree/person/details/G8ZR-GJ4] - 1901(NSW)-1987(NSW) - Licences: 2DW Sydney (Leichhardt, 1929-1931; Lidcombe, 1933; Five Dock, 1933-1939, 1946-1948; Warwick Farm, 1950; Yagoona, 1954-1980) - Qualifications: AOCP 548, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: french polisher (Leichhardt, 1930; Five Dock, 1943-1949); no occupation (Five Dock, 1954); french polisher (Yagoona, 1954-1968); polisher (Yagoona, 1972-1977) * [[/Horace Benjamin Wilson|Wilson, Horace Benjamin "Ben"]] [https://www.familysearch.org/tree/person/details/G8DV-71R] - 1911(WA)-2005(NSW) - Licences: 5WB Adelaide (Wayville, 1930-1937; Unley Park, 1938-1939); 2BP Sydney (McMahons Point, 1946-1948; West Ryde, 1950-1980+) - Qualifications: cc; AOCP 586, 1930, No. ?? in SA; AOLCP 161, 1934; 2COCP 33, 1935; 1COCP 72, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Unley Park, 1939); recording engineer (McMahons Point, 1949); business manager (West Ryde, 1954-1980) * [[/Leonard Gratton Wilson|Wilson, Leonard Gratton]] [https://www.familysearch.org/tree/person/details/GQN8-3K6] - 1901(NSW)-1990(WA) - Licences: 6LG Perth (Inglewood, 1928; South Perth, 1930-1931; Como, 1954-1980+) - Qualifications: cc; AOCP 429, 1928, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: vigneron (Caversham, 1925); police constable (South Perth, 1931-1936; Como, 1937); constable (Albany, 1943-1949); police constable (Como, 1954-1958) * [[/Leslie Maclean Wilson|Wilson, Leslie Maclean]] [https://www.familysearch.org/tree/person/details/LRH5-9TL] - 1893(NSW)-1972(NSW) - 2LM Marsden (1924-1926), 2LM Sydney (Cremorne, 1927), 2LM Mudgee (1928-1939), 2LM Port Macquarie (1960-1969+), amateur operator (AOCP 33, 1924, No. ?? in NSW), amateur broadcaster, pastoralist * [[/Perry Allen Wilson|Wilson, Perry Allen]] - 19??(???)-19??(???) - Licences: 4AT Receive Eumundi (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motordriver (Eumundi, Qld, 1925-1934); garage proprietor (Eumundi, Qld, 1936-1943) * [[/Victor John Wilson|Wilson, Victor John]] [https://www.familysearch.org/tree/person/details/GX8K-NPY] - 1909(Qld)-2009(Qld)99yo - Licences: Receive Brisbane (New Farm, 1923); 4VW Brisbane (Newstead, 1937-1939); 4VW Nambour (1960); 4VW Brisbane (Everton Park, 1965) - Qualifications: cc; AOCP 1100, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: panel beater (Newstead, Qld, 1931-1937; Nambour, Qld, 1958; Everton Park, Qld, 1963-1980) * [[/Warne Alfred George Wilson|Wilson, Warne Alfred George]] [https://www.familysearch.org/tree/person/details/LKLN-Y39] - 1900(Vic)-1981(Vic) - Licences: 3RY Receive Ballarat (1923); 3RY Ballarat (1924-1925); 3WA Ballarat (1928-1939, 1946-1960); 3KV Ballarat (1980) - Qualifications: cc; AOCP 444, 1928, No. ?? in Vic; AOLCP 20, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Ballarat, 1924); radio engineer (Ballarat, 1927-1980) * [[/Wilfred Elvyn Wilson|Wilson, Wilfred Elvyn]] [https://www.familysearch.org/tree/person/details/GDSB-MB4] - 1880(Eng)-1964(NSW) - Licences: 2JI Receive Sydney (Roseville, 1922-1923); 2JI Sydney (Roseville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: optician (Roseville, 1930-1963) ===''WING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James John Wing|Wing, William James John]] [https://www.familysearch.org/tree/person/details/GDHH-WKW] - 1887(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 188, 1916; 2COCP 142, 1930; 1COCP 212, 1931 - coastal wireless operator; RANRS (CPO, 1917-1918); AWA - Electoral Rolls: wireless operator (Hotel Metropole, Thursday Island, Qld, 1914); wireless engineer operator (Radio Station, Applecross, WA, 1917); radiotelegraphist (Cooktown, 1921); business manager (Epping, 1930); sales manager (Epping, 1933-1936; Roseville, 1937; Chatswood, 1943-1949); manager (Melbourne, 1954) ===''WINTERFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Charles Burnett Brereton Winterford|Winterford, Dudley Charles Burnett Brereton]] [https://www.familysearch.org/tree/person/details/G3ML-FJH] - 1908(Qld)-1988(Canada?) - Licences: 4MF Brisbane (Annerley, 1927-1931); 4MF Southport (1933); 4MF Sarina (1938-1939) - Qualifications: cc; AOCP 363, 1927, No. 40 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Annerley, 1931); mechanic (Coorparoo, 1937); electrician (Sarina, 1943); electrical contractor (Broadbeach, 1949) ===''WISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Wise|Wise, George Henry]] [https://www.familysearch.org/tree/person/details/GDDS-D87] - 1853(Vic)-1950(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - politician (Postmaster-General, 1920-1921) - Electoral Rolls: solicitor (Sale, 1905-1949) - Links: [[w:George Wise (Australian politician)|Wikipedia]] ===''WISEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Cleave Wiseman|Wiseman, William James Cleave]] [https://www.familysearch.org/tree/person/details/GX2M-ZP8] - 1906(SA)-1976(SA) - Licences: 5WJ Port Lincoln (1931-1939); 5WJ Ceduna (1947-1948); 5WJ Adelaide (Parafield, 1954) - Qualifications: cc; AOCP 759, 1931, No. ?? in SA; 1COCP 485, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Port Lincoln, SA, 1939-1941); aeradio operator (Ceduna, SA, 1943) ===''WISHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Turner Wishart|Wishart, William Turner "Bill, Billy"]] [https://www.familysearch.org/tree/person/details/GHQ3-J9S] - 1900(Qld)-1994(Qld) - Licences: 4WT Brisbane (Graceville, 1931-1939); 6TW Perth (Claremont/Floreat Park, 1946-1948); 4WX Brisbane (St Lucia, 1965-1969; Margate 1975-1980+) - Qualifications: cc; AOCP 870, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, councillor, federal councillor) - Electoral Rolls: mechanic (Red Hill, Qld, 1921); optical mechanic (Paddington, Qld, 1925; Graceville, Qld, 1928-1937); audiometrist (Floreat Park, WA, 1949; Darlington, WA, 1949); retired (Wynnum North, Qld, 1972; Margate, Qld, 1977-1980) ===''WITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sidney Herbert Witt|Witt, Sidney Herbert "Sid"]] [https://www.familysearch.org/tree/person/details/GD3D-BDV] - 1892(Vic)-1973(Vic) - Licences: 3MZ Receive Melbourne (Camberwell, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Malvern, 1914-1916); electrical engineer (Camberwell, 1922); engineer (Brighton, 1925-1943; Glen Iris, 1958-1968; Burwood, 1972)) - Links: [https://adb.anu.edu.au/biography/witt-sidney-herbert-12059 ADB] ===''WOLFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hamilton Bennett Wolfe|Wolfe, Hamilton Bennett]] [https://www.familysearch.org/tree/person/details/G9H2-8K6] - 1886(Vic)-1956(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 193, 1916; 2COCP 242, 1930; 1COCP 213, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: clerk (Bairnsdale, Vic, 1908-1912); wireless telegraphist (Applecross, WA, 1925-1926); radio telegraphist (Geraldton, 1936-1949); retired (Nedlands, WA, 1954) ===''WOLFENDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Wolfenden|Wolfenden, Peter]] - 3ZPA Strathmore (1965) - amateur operator, historian (amateur, amateur broadcasting), journalist (WIA's "Amateur Radio") ===''WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Abner David Wood|Wood, Abner David]] [https://www.familysearch.org/tree/person/details/GZ7R-BJC] - 1910(Eng)-1976(SA) - Licences: 6AS Mt Barker (1935-1939) - Qualifications: cc; AOCP 1534, 1935, WA; BOCP 654, 1945 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Percy Wood|Wood, Percy]] [https://www.familysearch.org/tree/person/details/G8M8-2V1] - 1909(Qld)-19??(???) - Licences: 4RQ Ipswich (1927-1931); 4PW Ipswich (1933-1939); 2EPW Banora Point - Qualifications: cc; AOCP 359, 1927, No. 39 in Qld - amateur operator; amateur broadcaster; journalist (QRN, AR); engineer (IREE) - Electoral Rolls: electrical mechanic (Ipswich, 1931); radio dealer (Ipswich, 1937-1949; East Ipswich, 1954-1968); electrical dealer (Banora Point, 1977-1980) ===''WOODLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Woodley|Woodley, William Robert]] [https://www.familysearch.org/tree/person/details/G8VC-CYY] - 1909(???)-1995(WA) - Licences: 6BY Perth (West Leederville, 1930-1931); 6DJ Perth (Carlisle, 1946-1948; Victoria Park, 1954-1956; Maniana, 1960-1980+) - Qualifications: cc; AOCP 680, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Claremont, 1936-1937); mechanic (Victoria Park, 1943); radio mechanic (Carlisle, 1949; Victoria Park, 1954; Maniana, 1963-1980) - Callsign possibly withdrawn for commercial ===''WOOKEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Bruce Wookey|Wookey, Robert Bruce]] [https://www.familysearch.org/tree/person/details/9DP1-GVW] - 1907(Vic)-1974(Vic) - Receive Geelong (1923-1924), 3RW Geelong (1925-1927), 3IC Geelong (1948-1974), amateur operator (AOCP 146, 1925, No. ?? in Vic), amateur broadcaster, postal clerk ===''WOOLACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Prosser Woolacott|Woolacott, Francis Prosser "Frank"]] [https://www.familysearch.org/tree/person/details/GZFL-94T] - 1903(NSW)-1968(NSW) - 2ST Receive Sydney (Drummoyne, 1923-1924), 2FW Sydney (Drummoyne, 1925-1926), amateur operator (AOCP 119, 1925, No. ?? in NSW), amateur broadcaster ===''WOOLLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edgar Woollett|Woollett, David Edgar]] [https://www.familysearch.org/tree/person/details/GZTM-HDP] - 1920(NSW)-2001(NSW) - Licences: 2ZDE Sydney (Beverley Hills, 1956-1980+) - Qualifications: AOLCP 202, 1956; AOCP 4292, 1965, NSW - amateur operator, WW2 - Electoral Rolls: telephone technician (Beverley Hills, 1949-1972; Narwee, 1977-1980) * [[/N. Woollett|Woollett, N.]] - 19??(???)-19??(???) - Licences: 2ZY Sydney (Mosman, 1926-1927) - Qualifications: AOCP 276, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: ? ===''WOOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Ronald Woolley|Woolley, Leon Ronald]] [https://www.familysearch.org/tree/person/details/L214-JQH] - 1898(Qld)-1971(Qld) - Licences: 4FW Ipswich (1931); 4FW Townsville (1933); 4FW Ipswich (1937-1939, 1946-1969) - Qualifications: cc; AOCP 751, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, ATC); employment (school teacher) - Electoral Rolls: schoolteacher (Bell, Qld, 1919-1921; Newtown, Qld, 1925; Kia Ora, Townsville, 1931; Newtown, Qld 1934-1963) ===''WOOLNOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Stephen Woolnough|Woolnough, Archibald Stephen]] [https://www.familysearch.org/tree/person/details/G8CG-9PK] - 1909(Vic)-2004(Vic) - Licences: 3BW Portarlington (1929-1980+) - Qualifications: AOCP 519, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: business proprietor (Portarlington, 1931-1980) * [[/Walter Lyell Woolnough|Woolnough, Walter Lyell]] [https://www.familysearch.org/tree/person/details/9CJF-LS3] - 1906(NSW)-1999(NSW) - 2GW Sydney (Killara, 1925-1927; Gordon, 1928-1930; Greenwich, 1931; Gordon, 1933-1936), 2GW Lithgow (1937-1939), Sydney (Gordon, 1946-1980+), amateur operator (AOCP 153, 1925, No. ?? in NSW), amateur broadcaster, licence held by father Walter George Woolnough till 1933, engineer ===''WOOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Meredith Wooster|Wooster, Horace Meredith "Jack"]] [https://www.familysearch.org/tree/person/details/L23Q-CGW] - 1909(Qld)-1992(Qld) - Licences: 4VH Townsville (City, 1930-1939; Belgian Gardens, 1946-1948); 4VH Brisbane (Yeronga, 1954-1980+) - Qualifications: cc; AOCP 623, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; state public servant (Qld Railways, telegraphist; Qld Main Roads Dept); military (Army signals officer) - Electoral Rolls: clerk (Townsville, 1931-1932; Norman Park, 1937; Townsville, 1943-1949; Yeronga, 1954-1980) ===''WORRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Albert Worrall|Worrall, Leonard Albert]] [https://www.familysearch.org/tree/person/details/LTL5-L1L] - 1912(NSW)-1978(Qld) - Licences: 2XM Sydney (Parramatta, 1933-1934; Punchbowl, 1935-1936); 4XM Cairns (1937-1939); 4WL Brisbane (Stafford Heights, 1975) - Qualifications: cc; AOCP 1221, 1933, NSW - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Punchbowl, NSW, 1934-1936; Cairns, Qld, 1937); bank clerk (Wynnum, Qld, 1943); clerk (Wynnum North, Qld, 1954-1963); bank manager (Tarragindi, Qld, 1968); manager (Stafford Heights, Qld, 1972-1977) ===''WORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Worth|Worth, Sydney or Sidney Ernest]] [https://www.familysearch.org/tree/person/details/GXBH-5Z3] - 1905(WA)-1963(WA) - Licences: 6SW Perth (Rivervale, 1930-1933; Nedlands, 1937-1939) - Qualifications: cc; CPRT 958, 1927; 2COCP 223, 1930; 1COCP 226, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rivervale, WA, 1931); wireless operator (Nedlands, WA, 1936-1958) ===''WRAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward James Crawford Wraith|Wraith, Edward James Crawford "Jim"]] [https://www.familysearch.org/tree/person/details/KV2C-11D] - 1862(Vic)-1942(Vic) - Early wireless experimenter ===''WRATTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn James Wratten|Wratten, Mervyn James]] [https://www.familysearch.org/tree/person/details/GZJM-DV8] - 1918(Qld)-1999(Qld) - Licences: 4MW Ipswich (Brassall, 1937-1939; North Ipswich, 1946-1947; Brassall, 1948-1980+); 4LX Gold Coast (Palm Beach, 1956-1969) - Qualifications: cc; AOCP 1932, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Ipswich ARC); military (WW2, CMF, AIF); employment (Cribb & Foote, manager, radio section); business proprietor (Avon Theatre) - Electoral Rolls: shop assistant (Brassall, Qld, 1943-1977; North Ipswich, Qld, 1980) ===''WRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Milroy Percy Wray|Wray, Ronald Milroy Percy]] [https://www.familysearch.org/tree/person/details/G8H3-QYM] - 1909(Vic)-1963(NSW) - Licences: 2WX Sydney (Hurstville, 1929-1961) - Qualifications: AOCP 472, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified ===''WREFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Norman Wreford|Wreford, Roger Norman]] [https://www.familysearch.org/tree/person/details/GX22-N2X] - 1909(WA)-1990(SA) - Licences: 2ADC Broken Hill (1936-1937); 5RW Adelaide (Blackwood, 1938-1939; Mitcham, 1947-1954; South Brighton, 1955-1960; Crafers, 1965-1980+) - Qualifications: cc; AOCP 1714, 1936, NSW - amateur operator; amateur broadcaster - Relationships: Brother of 5DW-6IW Arthur Franklin Wreford - Electoral Rolls: bank clerk (Broken Hill, NSW, 1935-1936; Blackwood, SA, 1939; Mitcham, SA, 1941-1943) * [[/Arthur Franklin Wreford|Wreford, Arthur Franklin]] [https://www.familysearch.org/tree/person/details/G3V1-92S] - 1898(WA)-19??(???) - Licences: 5DW Adelaide (Kensington Gardens, 1937-1939; Cumberland, 1947-1954); 6IW Perth (Armadale, 1955-1969) - Qualifications: cc; AOCP 2037, 1937, SA; 2COCP 452, 1941 - amateur operator; amateur broadcaster; WW1 - Relationships: Brother of 2ADC-5RW Roger Norman Wreford - Electoral Rolls: bank clerk (Kensington Gardens, SA, 1939); mechanic (Crystal Brook, SA, 1941; Cumberland, SA, 1943); civil servant (Gosnells, WA, 1954); technician (Armadale, WA, 1958) - Links: [https://discoveringanzacs.naa.gov.au/browse/person/133040 NAA] ===''WRIEDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Sjoberg Albert Wriede|Wriede, George Sjoberg Albert]] [https://www.familysearch.org/tree/person/details/LKG2-VK8] - 1900(Qld)-1971(Qld) - Licences: 4DJ Receive Caboolture (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: railway employee (Cooroy, 1921; Miriam Vale, 1925-1958); retired (Gladstone, 1963) ===''WRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Wright|Wright, Albert Edward]] - 19??(???)-19??(???) - Licences: 2SS Receive Scarborough (1923); 2SS Scarborough (1924-1925); 2SS Coledale (1926-1933); 2SS Coolah (1933); 2SE Scarborough (1935-1936); 2SE Louth/Bourke (1937-1938); 2SE Walgett (1939); 2SE Willow Tree (1946); 2SE Stanmore (1947-1950); 2SE Sydney (Guildford, 1954-1961); 2SE Quirindi (1965) - Qualifications: cc; AOCP 118, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Comment: several contemporaneous Albert Edward Wrights in NSW, needs specific data to identify - Electoral Rolls: Nil yet identified * [[/A. W. H. Wright|Wright, A. W. H. "Bill"]] - 19??(???)-19??(???) - 5BW Adelaide, 3AAW, 4TU Garbutt (-1950+, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster * [[/Collis Page Wright|Wright, Collis Page]] [https://www.familysearch.org/tree/person/details/GD1P-P9L] - 1912(Tas)-2004(Tas) - Licences: 7LZ Launceston (1933-1980+) - Qualifications: cc; AOCP 1099, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draper's assistant (Launceston, 1936-1937); salesman (Launceston, 1943); draper (Launceston, 1949-1968) * [[/Eric John Wright|Wright, Eric John]] [https://www.familysearch.org/tree/person/details/GXHG-P2G] - 1904(Qld)-1967(Qld) - Licences: 4DY Brisbane (Annerley, 1936-1939; Windsor, 1947; Buranda, 1948; Annerley, 1954; Buranda, 1955-1956; Ekibin, 1960-1965) - Qualifications: cc; AOCP 1816, 1936, Qld; 3COCP 1471, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: turner (Annerley, Qld, 1937-1943; Annerley, Qld, 1949); waterside worker (Ekibin, Qld, 1963) * [[/Frederick Harold Wright|Wright, Frederick Harold]] [https://www.familysearch.org/tree/person/details/GF95-LW1] - 1910(Eng)-1972(WA) - Licences: 6FR Perth (Buckland Hill, 1936-1937; Mosman Park, 1938-1939, 1947-1960) - Qualifications: cc; AOCP 1809, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Buckland Hill, WA, 1936; Mosman Park, WA, 1943-1963) * [[/William Henry Hilsdon Wright|Wright, William Henry Hilsdon]] [https://www.familysearch.org/tree/person/details/GDVF-RKL] - 1905(Qld)-1967(Qld) - Licences: 4FA Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Murrays Creek, 1930; Ballandean, 1937-1949); teacher (Toowoomba, 1954-1963) ===''WYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Hemingway Wyle|Wyle, Albert John Hemingway]] [https://www.familysearch.org/tree/person/details/GF3J-6L7] - 1913(WA)-1990(WA) - Licences: 6BW Perth (Shenton Park, 1937-1939; Nedlands, 1947-1980+) - Qualifications: cc; AOCP 1865, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: radio salesman (Nedlands, WA, 1943-1968); salesman (Dalkeith, WA, 1972-1980) ===''WYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Agar Wynne|Wynne, Agar]] [https://www.familysearch.org/tree/person/details/LZ4J-6CN] - 1850(Eng)-1934(Vic) - senior federal politician (Postmaster-General, 1913-1914) * [[/Alfred Percy Wynne|Wynne, Alfred Percy]] [https://www.familysearch.org/tree/person/details/L858-Q52] - 1885(Qld)-1966(Qld) - proprietor music business (Wynne's Music, Maryborough), proprietor broadcasting station (4MB Maryborough) - Electoral Rolls: piano tuner (Paddington, 1908; Mooloolah, 1909); commercial traveller (Mooloolah, 1912); piano tuner (Maryborough, 1913); salesman (Brisbane, 1916-1917; Mooloolah, 1919; Maryborough, 1919-1925); music store proprietor (Maryborough, 1928-1949); business manager (Maryborough, 1963) =='''X'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> =='''Y'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''YATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Gordon Yates|Yates, Kenneth Gordon]] [https://www.familysearch.org/tree/person/details/GXRW-CJ3] - 1910(SA)-2000(SA) - Licences: 5RP Adelaide (Cottonville, 1939, 1947-1954; Westbourne Park, 1955-1980+) - Qualifications: cc; AOCP 2371, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Cottonville, SA, 1939-1943) * [[/Reginald Colin Yates|Yates, Reginald Colin]] [https://www.familysearch.org/tree/person/details/GXRW-QX6] - 1914(SA)-1984(NSW) - Licences: 5RY Wyalla (1935-1937); 2AGZ Wollongong (1938-1939, 1947); 2AGZ Sydney (Mosman, 1948-1950); 2AGZ Broken Hill (1954-1957); 2AGZ Newcastle (Hamilton, 1958-1961; Charlestown, 1965-1980) - Qualifications: cc; AOCP 1474, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Wollongong, NSW, 1943); electrical engineer (Mosman, NSW, 1949); engineer (Wollongong, NSW, 1954); chartered electrical engineer (Merewether, NSW, 1958); professional engineer (Charlestown, NSW, 1968-1980) ===''YEATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Melville Yeates|Yeates, Henry Melville]] [https://www.familysearch.org/tree/person/details/G698-PXG] - 1912(Tas)-1980(???) - Licences: 7HY Launceston (1936-1939, 1948-1956) - Qualifications: cc; AOCP 1621, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Launceston, 1936-1937); electrical contractor (Launceston, 1949-1954); salesman (Mosman, NSW, 1958-1977) ===''YORSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Sutherland Yorston|Yorston, Ernest Sutherland]] [https://www.familysearch.org/tree/person/details/GZY8-46D] - 1909(Vic)-1971(Vic) - Licences: 3ES Melbourne (Caulfield, 1926-1939) - Qualifications: AOCP 299, 1926, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1931-1937); sales (Caulfield, 1942; Elsternwick, 1949); manufacturer (Caulfield, 1954-1963); director (Oakleigh, 1967-1968) ===''YOUNG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Crawford Addison Young|Young, Crawford Addison]] [https://www.familysearch.org/tree/person/details/GF3C-DQT] - 1914(WA)-1971(WA) - Licences: 6CY Perth (Fremantle, 1934-1939, 1947-1969) - Qualifications: cc; AOCP 1265, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Fremantle, WA, 1936-1937; South Fremantle, WA, 1943-1968) * [[/Ivan Harold Young|Young, Ivan Harold]] [https://www.familysearch.org/tree/person/details/L118-BVF] - 1910(Qld)-2000(Qld) - Licences: 4YG Brisbane (Albion) (1930-1939); 4YH Brisbane (Mitchelton) (1969-1980+) - Qualifications: cc; AOCP 708, 1930, No. ?? in Qld; BOCP 315, 1940 - amateur operator; amateur broadcaster; radio technician (Mission Control Station, Thursday Island) - Electoral Rolls: nil (Albion, 1931-1937); public servant (Newmarket, 1943; Mitchelton, 1949-1980) * [[/James Wolstenholme Young|Young, James Wolstenholme]] [https://www.familysearch.org/tree/person/details/L2TQ-Z2R] - 1909(NSW)-1995(NSW) - Licences: 2JY Sydney (Turramurra, 1925-1934; Roseville, 1938-1939); 2JY Katoomba (1946); 2JY Sydney (Mona Vale, 1947-1948; Willoughby, 1950-1961; Middle Cove, 1965-1980) - Qualifications: AOCP 189, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: articled clerk (Turramurra, 1932-1934), solicitor (Roseville, 1937; Katoomba, 1943; Willoughby, 1954-1977) * [[/John William Young|Young, John William]] [https://www.familysearch.org/tree/person/details/L6RN-2XX] - 1906(Qld)-1981(Qld) - Licences: 4JY Brisbane (Rosalie, 1931; Sandgate, 1933; Rosalie, 1938; Coorparoo, 1946-1980+) - Qualifications: cc; AOCP 752, 1931, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Rosalie, 1931); clerk (Sandgate, 1936); storeman (Rosalie, 1937; Coorparoo, 1943-1963); commercial traveller (Coorparoo, 1968-1980) * [[/William Anderson Young|Young, William Anderson]] [https://www.familysearch.org/tree/person/details/G89P-B3K] - 1897(Sct)-1956(Qld) - Licences: 4WA Brisbane (West End, 1927-1931) - Qualifications: cc; AOCP 330, 1927, No. 34 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: boot employee (West End, 1925-1937); bootmaker (Ashgrove, 1943-1954) =='''Z'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''ZECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Zech|Zech, William James]] [https://www.familysearch.org/tree/person/details/GZDZ-YJG] - 1893(Eng)-1973(NSW) - Licences: XABQ Sydney (Annandale, 1912-1914), 2DL Sydney (Annandale, 1922, Receive), 2WZ Sydney (Annandale, 1925-1927; Ashfield, 1928-1930; Stanmore, 1933-1934), 2ACP Sydney (Enmore, 1937; Como, 1938), 2ACP Katoomba 1939 & 1946-1975) - Qualifications: CPRTelephony 424; no record of AOCP - early wireless experimenter, ship wireless operator, amateur operator, amateur broadcaster - Electoral Rolls: {{BookCat}} dh4wvbq1zubv4vxjh1bzdblpm62t949 4089971 4089963 2022-08-10T11:18:26Z Samuel.dellit 1387936 /* COLLINS */ wikitext text/x-wiki {{incomplete}} {{WikipediaCredit}} {{CompactTOC8|side=yes}} Thumbnail Radio Biographies sorted alphabetically by surname '''Many of the stars of Australia's Radio Universe''' '''Covering the full gamut from hypergiants to brown dwarfs''' '''Each lit the way forward to broadcasting in Australia''' =='''A'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''ABBISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Frederick Abbiss|Abbiss, John Edwin Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/GZZJ-6H9] - 1907(Eng)-1977(Qld) - Licences: 4JA Brisbane (Balmoral, 1930; Morningside, 1931-1939) - Qualifications: cc; AOCP 581, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Evans Deakin shipyards) - Halcyon: p. 83, Abiss - Electoral Rolls: engineering draftsman (Morningside, 1936); draftsman (Coorparoo, 1937; Morningside, 1949-1977) ===''ABBOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Nicholson Abbott|Abbott, Reginald Nicholson or Nicolson]] [https://www.familysearch.org/tree/person/details/9V2T-FTG] - 1897(Vic)-1980(Vic) - Licences: 3VR Melbourne (Alphington, 1923-1927); 3ABB Melbourne (Caulfield, 1947-1980) - Qualifications: cc; CPRT 273, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Alphinton, 1925-1927; St Kilda, 1931-1937; Caulfield, 1942-1949); technician (Caulfield, 1954-1977) * [[/Roy Edgar Abbott|Abbott, Roy Edgar]] [https://www.familysearch.org/tree/person/details/L6MT-CZX] - 1902(NSW)-1943(Qld) - Licences: 2YK Dorrigo (1930-1931); 2YK Telegraph Point (1933-1939) - Qualifications: cc; CPRTelephony 668, 1921; AOCP, not yet identified; 2COCP 179, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Dorrigo, 1930; Telegraph Point, 1933-1937; Mittagong, 1943) - Sacrifice: "Greater love hath no man than this" * [[/Thomas Kingsmill Abbott|Abbott, Thomas Kingsmill]] [https://www.familysearch.org/tree/person/details/LHFH-4FH] - 1891(NSW)-1933(NSW) - Licences: 2TK Wingen (1926-1929) - Qualifications: cc; Nil yet identified (likely military) - amateur operator; amateur broadcaster; WW1; witness to Royal Commission 1927 (as Graziers' Assoc NSW) - Comment: beware other contemporaneous TK Abbotts - Electoral Rolls: overseer (Muralla, 1913); grazier (Wollongong, 1931) - Links: [https://vwma.org.au/explore/people/209607 Obit] ===''ABRAHAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Abrahams|Abrahams, Frank]] [https://www.familysearch.org/tree/person/details/G836-Y6P] - 1903(Vic)-1984(Vic) - Licences: 3FA Melbourne (South Yarra, 1924-1925) - Qualifications: cc; 3COCP 6089, 1966 - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (St Kilda, 1925-1931); manufacturer (St Kilda, 1935-1936; Malvern, 1943-1967; Toorak, 1977-1980) - Relationships: brother of Louis Henry Abrahams * [[/Louis Henry Abrahams|Abrahams, Louis Henry]] [https://www.familysearch.org/tree/person/details/G8GJ-GZP] - 1889(Vic)-1940(Vic) - Licences: Receive (Valve) Melbourne (St Kilda, 1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1; director (Victorian Radio Interests Ltd); witness to Royal Commission Wireless 1927 - Electoral Rolls: potter (Brunswick, 1909); tobacconist (South Yarra, 1912-1921); manufacturer (St Kilda, 1924-1926); burner (Brunswick, 1937-1942) - Relationships: brother of 3FA Frank Abrahams ===''ACKERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Adam Ackerman|Ackerman, Joseph Adam]] [https://www.familysearch.org/tree/person/details/GZZV-49L] - 1911(NSW)-1993(Qld) - Licences: 2ALG Sydney (Carlton, 1938-1939, 1946-1948); 2ALG Wentworthville (1950); 2ALG Sydney (Parramatta, 1954-1958; North Rocks, 1960-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 2229, 1938, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal employee (Paddington, 1932; Annandale, 1933-1936; Kogarah, 1937-1943; Carlton, 1949); clerk (Parramatta, 1954-1958); senior supervisor (Wentworthville, 1963; Epping, 1968-1972); retired (Sans Souci, 1977; Hurstville, 1980) ===''ACKLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Daniel Ackling|Ackling, Harold Daniel]] [https://www.familysearch.org/tree/person/details/LD5F-8RK] - 1892(NSW)-1982(NSW) - Licences: 2PX Sydney (Bankstown, 1930-1980+) - Qualifications: cc; AOCP 612, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Randwick, 1913); machinist (Bankstown, 1930-1980) ===''ACKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Frederick Gloucester Ackland|Ackland, Stanley Frederick Gloucester]] [https://www.familysearch.org/tree/person/details/L5PB-C2Y] - 1904(SA)-1966(SA) - Licences: Receive Adelaide (Prospect, 1923); 5SF Adelaide (Prospect, 1924-1931; Linden Park, 1954-1965) - Qualifications: cc; AOCP 21, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Burnside, 1939-1943) ===''ADAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Adams|Adams, Frank John]] [https://www.familysearch.org/tree/person/details/GZJM-29V] - 1880(Eng)-1968(Vic) - Licences: 3XO Receive Melbourne (Brighton, 1923); 3XO Melbourne (Brighton, 1924-1939) - Qualifications: cc; AOCP 155, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; manager - Electoral Rolls: motor garage proprietor (Brighton, 1913); garage proprietor (Elsternwick, 1919-1921; Brighton, 1922-1924); manager (Brighton, 1925-1954); nil (Brighton, 1963-1968) * [[/Peter Harry Arthur Adams|Adams, Peter Harry Arthur "Pete"]] [https://www.familysearch.org/tree/person/details/LT3N-XMC] - 1909(NSW)-1984(NSW) - Licences: Receive (Valve) Sydney (Cremorne, 1923-1924); 2JX Sydney (Cremorne, 1927; Manly, 1929; Cremorne, 1930; Gordon, 1931; Woolahra, 1933; Epping, 1933; Cremorne, 1935-1936; Thornleigh, 1937; Waverton, 1938-1939; Denistone, 1946-1947; Avalon Beach, 1948-1950); 2JX Wentworth Falls (1954-1961); 2JX Sydney (Pymble, 1965-1969); 2JX Nambucca Heads (1975); 2JX Wentworth Falls (1980+) - Qualifications: cc; AOCP 380, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933); labourer (Epping, 1934); engineer (St Kilda, 1934); radio engineer (Thornleigh, 1937; Darlinghurst, 1943); engineer (Avalon Beach, 1949; Wentworth Falls, 1958); retired (Valla Beach, 1972-1977; Wentworth Falls, 1980) ===''ADAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Kenneth Adamson|Adamson, William Kenneth]] [https://www.familysearch.org/tree/person/details/MLXZ-HX5] - 1905(SA)-1982(SA) - Licences: Receive Adelaide (Parkside, 1923-1924); 5WA Adelaide (Parkside, 1925-1927; Fullarton, 1928-1939) - Qualifications: cc; AOCP 135, 1925, No. ?? in SA - amateur operator; amateur broadcaster; engineer - Electoral Rolls: engineer (Fullarton, 1939-1943) ===''AGNEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Gordon Carlisle Agnew|Agnew, Robert Gordon Carlisle]] [https://www.familysearch.org/tree/person/details/LDKK-D8Y] - 1904(WA)-1975(WA) - Licences: 6RA Perth (Nedlands, 1931-1939) - Qualifications: cc; AOCP 721, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1925; Nedlands, WA, 1931-1972) ===''AKEROYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gordon Akeroyd|Akeroyd, Arthur Gordon]] [https://www.familysearch.org/tree/person/details/G6F2-JXL] - 1890(Vic)-1948(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Meteorologist, Forecasting and Statistical Division, Victoria) - Electoral Rolls: civil servant (Northcote, Vic, 1912-1915); meteorologist (Northcote, 1921-1937); civil servant (Cottesloe, WA, 1943) - Links: [https://adb.anu.edu.au/biography/akeroyd-arthur-gordon-9321 ADB] ===''ALDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Oscar Edward Alder|Alder, Oscar Edward "Ock"]] [https://www.familysearch.org/tree/person/details/KJZ2-D3P] - 1896(Qld)-1987(Qld) - Licences: 4JB Brisbane (Albion, 1928-1939, 1946-1948; Chermside, 1954-1969) - Qualifications: cc; AOCP 423, 1928, No. 47 in Qld - amateur operator; amateur broadcaster; wool classer - Halcyon: p. 28, 84, 137 - Electoral Rolls: student (Albion, 1919); wool classer (Albion, 1925-1937; Cunnamulla, 1943); warehouse assistant (Chermside, 1949-1980) ===''ALDERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Zerbini Alderman|Alderman, Valentine Zerbini]] [https://www.familysearch.org/tree/person/details/GXVL-F8N] - 1893(SA)-1919(SA) - Licences: XVC Adelaide (Glenelg, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: Nil yet identified ===''ALEXANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Talbot Meredith Alexander|Alexander, Talbot Meredith]] [https://www.familysearch.org/tree/person/details/L1FJ-MZN] - 1888(Vic)-1978(Qld) - Licences: 4TM Brisbane (Ashgrove, 1931-1933); 4TM Townsville (North Ward, 1937-1939) - Qualifications: cc; 2COCP 315, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: salesman (Kew, Vic, 1912-1914); wireless instructor (Melbourne City, 1925-1926); superintendent wireless (Glenferrie, Vic, 1926-1927); sales representative (City, Brisbane, 1928); business manager (North Ward, Qld, 1936-1937); instructor (Paddington, Qld, 1943); commercial traveller (East Brisbane, Qld, 1949; New Farm, 1954-1958); retired (Moorooka, 1968-1977) ===''ALLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus John Allan|Allan, Angus John]] [https://www.familysearch.org/tree/person/details/GX2C-YWF] - 1912(SA)-1996(SA) - Licences: 5UL Adelaide (Ovingham, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 2013, 1937, SA; 1COCP 458, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Ovingham, SA, 1939-1941) * [[/John Allan|Allan, John]] [https://www.familysearch.org/tree/person/details/GXH1-PFG] - 1905(Sct)-19??(???) - Licences: 4AN Brisbane (Chermside, 1937-1939) - Qualifications: cc; AOCP 1938, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous JAs - Electoral Rolls: Nil yet identified ===''ALLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Mason Allard|Allard, George Mason]] [https://www.familysearch.org/tree/person/details/G6HT-JMV] - 1866(Eng)-1953(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman of Directors (AWA); witness to Royal Commission Wireless 1927 - Honours: knighted; K.B. - Electoral Rolls: secretary (Wahroonga, 1930-1937); accountant (Wahroonga, 1943-1949) - Links: [https://adb.anu.edu.au/biography/allard-sir-george-mason-4999 ADB] ===''ALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Allen|Allen, Albert Edward]] [https://www.familysearch.org/tree/person/details/G69B-SGR] - 1902(Tas)-1969(Tas) - Licences: 7PA Hobart (New Town, 1933-1937; Moonah, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 1171, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: brother of 7AL Thomas Arthur Allen - Electoral Rolls: electrical engineer (New Town, 1928-1936; Moonah, 1937-1954) * [[/George Alexander Allen|Allen, George Alexander]] [https://www.familysearch.org/tree/person/details/GD3H-DJK] - 1891(Sct)-1965(USA) - Licences: Nil yet identified - Qualifications: CPRT 49, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: Nil yet identified * [[/Kenneth Douglas Allen|Allen, Kenneth Douglas]] [https://www.familysearch.org/tree/person/details/G8N5-19J] - 1907(WA)-2002(Qld) - Licences: 2GX Sydney (West Ryde, 1930-1934) - Qualifications: AOCP 648, 1930, NSW; 3COCP 4263, 1963 - amateur operator, amateur broadcaster, WW2 (Army, Royal Australian Engineers, Lieutenant, 1940) - Education: BSc (Syd Uni, 1933) - Electoral Rolls: student (West Ryde, 1930-1935); director (Woolwich, 1936-1937); soldier (Woolwich, 1943); engineer (Woolwich, 1963-1972; Hunters Hill, 1977; Gladesville, 1980) * [[/Robert Kelvin Allen|Allen, Robert Kelvin]] [https://www.familysearch.org/tree/person/details/GQTK-TH9] - 1916(Qld)-1942(Indonesia) - Licences: 4PR Brisbane (1936-1939) - Qualifications: AOCP 1634, 1936, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 13 Squadron, Pilot Officer), (Halcyon, p. 177) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/allen-robert-kelvin-404945/] * [[/Thomas Arthur Allen|Allen, Thomas Arthur]] [https://www.familysearch.org/tree/person/details/G6SQ-9YN] - 1916(Tas)-1998(Tas) - Licences: 7AL Hobart (New Town, 1936-1939, 1946-1956; Lindisfarne,1960-1980+) - Qualifications: cc; AOCP 1738, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 7PA Albert Edward Allen - Electoral Rolls: salesman (New Town, 1943-1954); director (Lindisfarne, 1963-1972) ===''ALLINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Thirlmier John Allinson|Allinson, Lancelot Thirlmier John]] [https://www.familysearch.org/tree/person/details/L81B-F4P] - 1896(NSW)-1961(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 804, 1924 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: radiotelegraphist (Applecross, WA, 1925; Broome, WA, 1931; Como, WA, 1931; South Perth, WA, 1936-1943; Broome, WA, 1949-1954); telegraphist (Esperance, WA, 1958) ===''ALLSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Cottam Allsop|Allsop, Raymond Cottam "Ray"]] [https://www.familysearch.org/tree/person/details/LJLT-SNJ] - 1898(NSW)-1972(NSW) - Licences: XCA Sydney (Randwick, 1911-1914); 2YG Sydney (Randwick, 1924; Coogee 1924-1929; Roseville, 1930); 2AYG Sydney (Roseville, 1946-1947+); 2NA Sydney (Roseville, 1961); 2BL Sydney (Roseville, 1965-1969) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW); broadcaster (2BL, chief engineer); journalist (Wireless Weekly, 1920s); military (RAN Volunteer Reserve, Lieutenant; WW2 (RAN, Engineer Lieutenant); witness to Royal Commission Wireless 1927 (obo Broadcasters Sydney Ltd; federal public servant (ABCB, member, 1953-1954) - Honours: Coronation Medal, 1937; OBE, 1971 - Electoral Rolls: radio engineer (Roseville, 1930); engineer (Roseville, 1933; Gordon, 1937; Roseville, 1943); electronic engineer (Roseville, 1949); director (South Yarra, 1954); engineer (Roseville, 1958-1968) - Links: [https://adb.anu.edu.au/biography/allsop-raymond-cottam-ray-9344 ADB]; [http://messui.polygonal-moogle.com/valves/NW199001.pdf EA] ===''ALSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Russell Alsop|Alsop, John Russell]] [https://www.familysearch.org/tree/person/details/LKB3-WXQ] - 1906(Vic)-1973(Vic) - 3MI Melbourne (Kew, 1925-1939), amateur operator (AOCP 76, 1925, No. ?? in Vic), amateur broadcaster, engineer ===''AMBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Charles Ambler|Ambler, Sydney Charles]] [https://www.familysearch.org/tree/person/details/GFWD-Y9L] - 1892(NSW)-1956(WA) - Licences: XYAE Perth (West Perth, 1913) - Qualifications: cc; CPRT 891, 1925; 2COCP 72, 1929; 1COCP 158, 1938 - early wireless experimenter; WW2 - Electoral Rolls: radio telegraphist (East Perth, WA, 1921; North Perth, WA, 1925); wireless telegraphist (Victoria Park, WA, 1934-1943); radio telegraphist (Esperance, WA, 1949); radio telephonist (Esperance, WA, 1954) ===''AMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement Edgar Ames|Ames, Clement Edgar "Clem"]] [https://www.familysearch.org/tree/person/details/KNDX-JF8] - 1889(SA)-1957(SA) - Licences: XVG Adelaide (Torrensville, 1913-1914); 5AV Adelaide (Kent Town, 1923; Hindmarsh, 1924) - Qualifications: cc; Nil identified - early wireless experimenter; amateur operator; amateur broadcaster; operator 5WI (1925) - Electoral Rolls: engineer (Allenby Gardens, 1939-43) ===''ANCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Leslie Finion Ancher|Ancher, Norman Leslie Finion or Tinian]] [https://www.familysearch.org/tree/person/details/GXL7-MCQ] - 1910(NSW)-1983(NSW) - Licences: 5NA Adelaide (Mile End, 1937-1939); 2NH Sydney (Lindfield, 1946-1947; Mosman, 1948-1954; Cremorne, 1955-1980+) - Qualifications: cc; AOCP 2057, 1937, SA; BOCP 476, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Chatswood, NSW, 1934); sound engineer (West Maitland, NSW, 1936); engineer (Mile End, SA, 1939; Rose Park, SA, 1941-1943); radio engineer (Mosman, NSW, 1949; Cremorne, NSW, 1958-1968); engineer (Cremorne, NSW, 1972); technical officer (Lane Cove, NSW, 1972-1980) ===''ANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Ronald Anderson|Anderson, Alexander Ronald]] [https://www.familysearch.org/tree/person/details/GXPM-L6J] - 1914(SA)-1997(SA) - Licences: 5GM Adelaide (Eastwood, 1936-1939, 1947; Payneham South, 1948-1980+) - Qualifications: cc; AOCP 1700, 1936, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: warehouseman (Eastwood, SA, 1939-1943) * [[/Andrew Oswald Anderson|Anderson, Andrew Oswald "Oswald", "Andy", "A.O."]] [https://www.familysearch.org/tree/person/details/99GB-Z8L] - 1885(NSW)-1944(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Electoral Rolls: accountant (Mosman, 1913); manager (Rose Bay, 1930; Vaucluse, 1934-1935) - Links: [https://ozvta.com/wp-content/uploads/2011/12/anderson-oswald-1062017.pdf Bio] * [[/Eric William Alfred Anderson|Anderson, Eric William Alfred]] [https://www.familysearch.org/tree/person/details/G8WX-744] - 1908(Vic)-1986(Vic) - Licences: 3KH Melbourne (East Malvern, 1928-1931; Glen Iris, 1933-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 424, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Malvern, 1936-1937); engineer (Camberwell, 1943; Glen Iris, 1949-1968; Burwood, 1972-1980) * [[/Frederic Brian Anderson|Anderson, Frederic Brian]] [https://www.familysearch.org/tree/person/details/L5YN-TYJ] - 1918(Eng)-2008(SA)90yo - Licences: 5FA Tanunda (1934-1939); 5FA Waikerie (1947-1956) - Qualifications: cc; AOCP 1351, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: clerk (Tanunda, SA, 1939-1943) * [[/G. R. Anderson|Anderson, G. R.]] - 19??(???)-19??(???) - Licences: Receive Adelaide (Gilberton, 1923); 5GA Adelaide (Highgate, 1931-1933; Myrtle Bank, 1937-1939, 1947-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/John Francis Anderson|Anderson, John Francis]] [https://www.familysearch.org/tree/person/details/G8JJ-WFL] - 1914(Vic)-19??(???) - Licences: 3JA Warrnambool (1930-1933); 3JA Nullawarre (1937-1939, 1946-1980+) - Qualifications: AOCP 661, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farmer (Warrnambool, 1936; Nullawarre, 1937-1980)- Comment: Several contemporaneous JFAs * [[/Keith Sydney Anderson|Anderson, Keith Sydney]] [https://www.familysearch.org/tree/person/details/GZLK-8J9] - 1911(WA)-1944(Vic) - Licences: 6KS Perth (North Perth, 1935); 6KS Mt Magnet (1937); 6KS Perth (1938-1939) - Qualifications: cc; AOCP 1487, 1935, WA - amateur operator; amateur broadcaster; WW2 (Army, 2nd/1st Infantry Battalion, Private) - Electoral rolls: bank officer (Mt Magnet, WA, 1936-1937; East Perth, WA, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/618137 VWMA]; [https://www.awm.gov.au/collection/R1691738 Roll of Honour]; [https://www.awm.gov.au/collection/P10295040 AWM] * [[/Maurice Bernard Anderson|Anderson, Maurice Bernard]] [https://www.familysearch.org/tree/person/details/GC3V-WL9] - 1908(SA)-1960(Vic) - Licences: Receive Adelaide (Cheltenham, 1923-1924); 5MA Adelaide (Cheltenham, 1925-1928); 3AMA Melbourne (Sandringham, 1947-1956) - Qualifications: cc; AOCP 103, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; fitter - Electoral Rolls: radio engineer (Cloncurry, Qld, 1931-1937) * [[/Percy James Anderson|Anderson, Percy James]] [https://www.familysearch.org/tree/person/details/G8WN-6Y7] - 1908(Vic)-1998(Vic) - Licences: 3PA Melbourne (Westgarth, 1928-1933; West Preston, 1937-1939, 1946-1956); 3PA Dooen (1965-1969); 3PA Geelong (Wallington, 1975-1980) - Qualifications: AOCP 428, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Westgarth, 1934); engineer (Preston, 1936-1963); technician (Horsham, 1967-1968); retired (Wallington, 1972-1980) - Relationships: brother-in-law of 3JR Christopher James Rainbow * [[/Robert Arthur Crosbie Anderson|Anderson, Robert Arthur Crosbie "Bob"]] [https://www.familysearch.org/tree/person/details/G8VK-GZN] - 1908(Vic)-1990(Vic) - Licences: 3WY Melbourne (Camberwell, 1930-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 691, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Camberwell, 1931-1949; Glen Iris, 1954-1967; Burwood, Vic, 1972-1980) ===''ANEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Anear|Anear, Francis George]] [https://www.familysearch.org/tree/person/details/9XLK-9D6] - 1910(SA)-1971(SA) - Licences: 5LK Carrow (1929-1931); 9WZ Momote, Admiralty Islands (1954); 5WZ Adelaide (Parkside, 1955); 3AGF Melbourne (Laverton, 1960); 5WZ Adelaide (Parkside, 1965-1969) - Qualifications: cc; AOCP 556, 1929, No. ?? in SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil identified as Francis George Anear ===''ANGEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Benjamin Angel|Angel, Henry Benjamin "Harry"]] [https://www.familysearch.org/tree/person/details/GQWW-K4Y] - 1891(Eng)-1998(Qld, 106yo) - Licences: 4HA Brisbane (St Lucia, 1935-1939; Enoggera, 1946-1969; Lota, 1975-1980+) - Qualifications: cc; AOCP 1503, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW1, AIF Signals; WW2, AMF, Navy); business proprietor (radio service) - QSLs: Entire collection held by SLQ - Halcyon: p. 51, 60, 81, 163 - Electoral Rolls: motor driver (Kangaroo Point, Qld, 1919; Toowong, Qld, 1919-1925); carrier (St Lucia, Qld, 1928-1937); radio mechanic (Enoggera, Qld, 1949-1972); retired (Lota, Qld, 1977-1980) ===''ANSCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Arthur Anscombe|Anscombe, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/G6TL-7LR] - 1888(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: turner & fitter (Northcote, Vic, 1912-1913; Surrey Hills, Vic, 1914); mechanic (Albert Park, Vic, 1919); manager (Box Hill, Vic, 1927-1943) ===''ANTHONY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Henry Anthony|Anthony, Michael Henry]] [https://www.familysearch.org/tree/person/details/LK3H-6B7] - 1894(Vic)-1966(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio telegraphist (Thursday Island, 1919); telegraphist (Prahran, 1921-1924); clerk (Oakleigh, 1934); railway employee (Sandringham, Vic, 1936-1942); telegraphist (Sandringham, 1954-1963) * [[/Reginald Major Anthony|Anthony, Reginald Major "Reg"]] [https://www.familysearch.org/tree/person/details/GCYN-YWG] - 1908(SA)-1986(SA) - Licences: 5CM Adelaide (Unley Park, 1927-1937; Medindie Gardens, 1938-1939; Prospect, 1946-1960; Somerton Park, 1965-1980+) - Qualifications: cc; AOCP 324, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Wilfred Boykett Anthony - Electoral Rolls: Nil * [[/Wilfred Boykett Anthony|Anthony, Wilfred Boykett]] [https://www.familysearch.org/tree/person/details/GCYJ-3HZ] - 1903(SA)-1974(SA) - Licences: Receive Adelaide (Unley Park, 1923) - Qualifications: Nil identified - amateur receive operator, WW2 - Relationships: Brother of Reginald Major Anthony - Electoral Rolls: bank clerk (Netherby, 1939-1941) ===''APPERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Apperley|Apperley, George]] [https://www.familysearch.org/tree/person/details/GDNQ-5XG] - 1887(NZ)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 704, 1922; 1COCP 237, 1931 - NZ Gov. Telegraphs pre 1910; British Colonial Gov, 1910-1912; AWA (from 1913; Chief Marconi Wireless School 1914-1916; Works Manager 1916-1919; technical superintendent 1919-1923; OIC Beam Wireless 1924; Traffic Manager, Beam Wireless - Electoral Rolls: engineer (Elsternwick, 1922); manager (St Kilda, 1928; Caulfield, Vic, 1931-1936; Elsternwick, Vic, 1943); engineer (Manly, NSW, 1954) ===''ARCHIBALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Wilson Archibald|Archibald, Ian Wilson]] [https://www.familysearch.org/tree/person/details/G8HM-9LC] - 1902(WA)-1993(NSW) - Licences: 2BJ Receive Tingha (1922); 2KU Sydney (Dulwich Hill, 1928-1939, 1946-1955; Sans Souci, 1956-1965; Noraville, 1969-1980+) - Qualifications: cc; AOCP 457, 1928, No. ?? in NSW; 3COCP 2393, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: mining engineer (Dulwich Hill, 1930-1933); engineer (Dulwich Hill, 1936-1954); chemist (Sans Souci, 1958-1963); retired (Noraville, 1968) ===''ARGAET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stanislaus Argaet|Argaet, William Stanislaus]] [https://www.familysearch.org/tree/person/details/GZDZ-8Z8] - 1894(NSW)-1951(Qld) - Licences: 4KH Brisbane (Wynnum, 1931-1939, 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; business proprietor (Wynnum bus service) - Halcyon, p. 87, 127 - Electoral Rolls: electrician (Coorparoo, 1925); bus proprietor (Wynnum, 1928-1949) ===''ARMATI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rex Gordon Armati|Armati, Rex Gordon]] [https://www.familysearch.org/tree/person/details/2S42-XKH] - 1899(Qld)-1973(Qld) - Licences: 4DB Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: chemist's assistant (Stanton Hill, Townsville, 1921-1928); salesman (Neutral Bay, 1930); chemist's assistant (Stanton Hill, Townsville, 1936-1943); employment officer (Darlinghurst, 1949); clerk (Darlinghurst, 1954-1958; Kings Cross, 1963); shipping clerk (Surry Hills, 1968-1972) ===''ARMSTRONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Howard Armstrong|Armstrong, Edwin Howard]] [https://www.familysearch.org/tree/person/details/L5ZX-354] - 1890(USA)-1954(USA) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - USA inventor of the superheterodyne receiver [https://worldradiohistory.com/Archive-Radio-Club-of-America/Legacies-of-Edwin-Howard-Armstong-1990-11-Radio-Club-of-America.pdf RCA 1990 Special Edition] * [[/Stanley John Armstrong|Armstrong, Stanley John]] [https://www.familysearch.org/tree/person/details/GX4V-K7Y] - 1910?(NSW)-1972(Qld) - Licences: 4ZK Brisbane (Enoggera, 1932-1933); 4SA Brisbane (Enoggera, 1954-1969) - Qualifications: cc; AOCP 1004, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: soldier (Windsor, Qld, 1919); clerk (Enoggera, Qld, 1922-1968) * [[/Thomas Armstrong|Armstrong, Thomas]] [https://www.familysearch.org/tree/person/details/G88Q-GGZ] - 1895(Sct)-1964(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRTelephony 217, 1916; 1COCP 132, 1930 - witness to Royal Commission 1927 (obo PMGD) - senior federal public servant (Superintendent, Wireless Branch, NSW, PMGD), promoted to role upon retirement of William Tamillas Stephen Crawford ===''ARNOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Sydney Arnold|Arnold, Albert Sydney]] [https://www.familysearch.org/tree/person/details/9M2W-ZG2] - 1882(NSW)-1965(NSW) - Licences: XAB Sydney (Ashfield, 1911-1914) - Qualifications: Nil identified as yet - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Ashfield, 1913-1954); company secretary (Hurlstone Park, 1958); retired (Hurlstone Park, 1963) * [[/Edwin Charles Arnold|Arnold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/L8QX-H7J] - 1898(NSW)-1970(NSW) - Licences: 2BY Receive Tamworth (1922); 2BY Tamworth (1923-1925); 2BY Coolah (1925-1927); 2BY Sydney (Manly, 1928; Mona Vale, 1933-1936); 2AGW Sydney (Manly, 1938-1939) - Qualifications: cc; AOCP 226, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Mona Vale, 1931-1934), clerk (Balgowlah Heights, 1943-1968) * [[/Ernest Noel Arnold|Arnold, Ernest Noel]] [https://www.familysearch.org/tree/person/details/G84H-8J6] - 1907(NSW)-1978(NSW) - Licences: Receive (Crystal) Albury (1923-1924); 2OJ Albury (1928-1939, 1946-1975) - Qualifications: AOCP 452, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Albury, 1930-1937); fruit merchant (Albury, 1949-1977) * [[/Joseph Leslie Grahame Arnold|Arnold, Joseph Leslie Grahame "Les"]] [https://www.familysearch.org/tree/person/details/L853-R3J] - 1912(Vic)-1991(Tas) - Licences: 7AM Launceston (City, 1934-1939; Invermay, 1946-1956; Mowbray, 1960-1969; City, 1975-1980+) - Qualifications: cc; AOCP 1263, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: textile worker (Launceston North, 1936-1954); mechanic (Mowbray, 1968) * [[/William Henry Redvers Arnold|Arnold, William Henry Redvers]] [https://www.familysearch.org/tree/person/details/L2J7-SZ1] - 1903(Eng)-1993(WA) - Licences: 6BA Perth (Wembley, 1936-1937); 6BA Katanning (1938-1939) - Qualifications: cc; AOCP 1762, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Subiaco, WA, 1931-1937); electrical fitter (Katanning, WA, 1943; Kalgoorlie, WA, 1943); engineer (South Fremantle, WA, 1949); fitter (Scarborough, WA, 1954); electrician (Scarborough, WA, 1958); engineer (Floreat Park, WA, 1963); electrical contractor (West Perth, WA, 1968; South Perth, WA, 1972); electrician (Australind, WA, 1977) ===''ARTHUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Glendon Arthur|Arthur, Charles James Glendon "Glen"]] [https://www.familysearch.org/tree/person/details/G8CT-T62] - 1915(Qld)-1983(Qld) - Licences 4GJ Dayboro (1935-1939); 4GJ Brisbane (Morningside, 1946-1980+) - Qualifications: cc; AOCP 1450, 1935, Qld; BOCP?; 2COCP 493, 1941; 1COCP 639, 1942 - amateur operator, amateur broadcaster - Halcyon: p. 80 - Electoral Rolls: radio engineer (Wagga Wagga, 1943); radio mechanic (Morningside, 1949-1980) ===''ASHBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. W. C. Ashbury|Ashbury, A. W. C.]] - 19??(???)-19??(???) - Licences: Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ASHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice John Ashby|Ashby, Maurice John]] [https://www.familysearch.org/tree/person/details/GX49-L1C] - 1901(Eng)-1973(NSW) - Licences: 4DH Receive Dalby (1923) - Qualifications: cc; CPRT 899, 1925; 2COCP 94, 1930; 1COCP 281, 1932 - amateur receiver - Electoral Rolls: gardener (Dalby, 1922); labourer (Greenslopes, 1925); salesman (Glebe, 1933; Northbridge, 1935-1936; Epping, 1937); radio telegraphist (New Farm, Qld, 1943); planning assistant (Haberfield, NSW, 1943; Pennant Hills, NSW, 1949; Thornleigh, NSW, 1954-1963); retired (Avalon Beach, NSW, 1968-1972) ===''ASHLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Richard Ashley|Ashley, George William Richard]] [https://www.familysearch.org/tree/person/details/GF96-CMZ] - 1919(Eng)-1999(WA) - Licences: 6GA Perth (Carlisle, 1938-1939, 1947-1954); 6GA Kalgoorlie (1955-1956); 6GA Perth (Mt Yokine, 1960-1980+) - Qualifications: cc; AOCP 2094, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Carlisle, WA, 1943-1949); communications officer (Kalgoorlie, WA, 1954-1958); clerk (Yokine, WA, 1963-1980) ===''ASHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Robert Ashlin|Ashlin, Eric Robert]] [https://www.familysearch.org/tree/person/details/GSRF-44C] - 1910(Qld)-1992(Qld) - Licences: 4EA Brisbane (Annerley, 1931-1933); 4EA Toowoomba (1937-1939); 4EA Coolangatta (1946-1947); 4EA Bilinga (1948-1975) - Qualifications: cc; AOCP 873, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Rosentengels, radio service); military (WW2; signals officer) - Halcyon: p. 73, 127, 163 - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1936-1943; Bilinga, Qld, 1949-1963); TV technician (Bilinga, NSW, 1968-1980) ===''ASMUSSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Asmussen|Asmussen, Donald "Don"]] - Licences: 4ZJA Brisbane (Mt Gravatt, 1965); 4FA Brisbane (Mt Gravatt, 1969-1980+) - amateur operator, JOTA participant 1960s ===''ATHELSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. N. Athelstone|Athelstone, G. N.]] - 19??(???)-19??(???) - Licences: 5NG Central Australia (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Joseph Atkins|Atkins, Kenneth Joseph "Ken"]] [https://www.familysearch.org/tree/person/details/GCXH-NW7] - 1912(Eng)-2001(SA) - Licences: 5MW Adelaide (Semaphore, 1932-1939; Woodville Park, 1946-1948; Eden Hills, 1954; Blackwood Park, 1955-1960; Campbelltown, 1965-1980+) - Qualifications: cc; AOCP 910, 1932, No. ?? in SA; BOCP 415, 1941 - amateur operator; amateur broadcaster; engineer (Dept. Civil Aviation) - Electoral Rolls: mechanic (Semaphore, SA, 1939-1941); engineer (Woodville Park, SA, 1943) * [[/Leslie Morton Atkins|Atkins, Leslie Morton "Les"]] [https://www.familysearch.org/tree/person/details/MCTV-T5T] - 1876(Vic)-1949(WA) - Licences: 4LA Townsville (1924-1926); 5LA Adelaide (Magill, 1926-1931; Tusmore, 1933; Erindale, 1937-1939); seems to have operated in Townsville as 4GD ca Nov 1924? - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMGD (telegraphist, east-west overland telegraph, Eucla, 1910); engineer (PMGD, divisional engineer) - Halcyon: AOCP Townsville 1925, p. 88 - Electoral Rolls: telegraphist (Eucla, 1903-1910; Victoria Park, 1912-1916); district engineer (Townsville, 1919-1925); engineer (Tusmore, 1939); retired (Lismore Base Hospital, NSW, 1943) ===''ATKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Marshall Atkinson|Atkinson, John Marshall]] [https://www.familysearch.org/tree/person/details/G89L-C6R] - 1906(Eng)-1999(ACT) - Licences: 2RZ Sydney (Mosman, 1927-1930; Carrs Park, 1931-1936; Glebe, 1937; Chippendale, 1938-1939); 4RZ Labrador (1955); 4RZ Gatton (1956-1960); 4RZ Southport (1969-1980+) - Qualifications: AOCP 331, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Neutral Bay, 1930); organiser (Darlinghurst, 1943); shopkeeper (Gatton, 1958-1963; Labrador, 1968); retired (Southport, 1972-1980) * [[/Noel Whittaker Atkinson|Atkinson, Noel Whittaker]] [https://www.familysearch.org/tree/person/details/K2XX-V88] - 1908(Qld)-1979(Qld) - Licences: 4WK Brisbane (1929), 4NA Brisbane (1930-1935, Check), 4BT Brisbane (Camp Hill, 1946-1965+) - Qualifications: AOCP 530, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, business proprietor (radio sales & service), federal public servant (DCA) - Electoral Rolls: - radio mechanic (Camp Hill, 1937-1977) - (Halcyon, p. 102) * [[/Reginald Aubrey Atkinson|Atkinson, Reginald Aubrey]] [https://www.familysearch.org/tree/person/details/9V5M-WJC] - 1895(Qld)-1965(Qld) - Licences: 4RA Brisbane (South Brisbane, 1928-1933; Annerley, 1937-1939) - Qualifications: cc; AOCP 412, 1928, No. 46 in Qld - amateur operator; amateur broadcaster - Halcyon: not mentioned - Electoral Rolls: clerk (Coorparoo, 1919); accountant (Rosewood, 1925); timber merchant (Yeronga, 1925; Thompson Estate, 1937-1949; Southport, 1958-1963) * [[/Robert Henry Atkinson|Atkinson, Robert Henry]] [https://www.familysearch.org/tree/person/details/GXY5-2P3] - 1913(WA)-19??(???) - Licences: 6WZ Perth (Victoria Park, 1936-1939); 6WZ Geraldton (1947-1955); 6WZ Albany (1956-1965); 6WZ Katanning (1969); 6WZ Albany (1975-1980) - Qualifications: cc; AOCP 1804, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: journalist (Victoria Park, WA, 1936-1937); radio announcer (Geraldton, WA, 1943); broadcast station manager (Geraldton, WA, 1949-1954); manager (Albany, WA, 1958-1968); radio announcer (Albany, WA, 1972-1980) ===''AUGUSTESEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Gerald Augustesen|Augustesen, Gordon Gerald]] [https://www.familysearch.org/tree/person/details/GZDZ-LF9] - 1915(Qld)-1986(Qld) - Licences: 4JN Brisbane (Mitchelton, 1932-1939); 4XQ Brisbane (Auchenflower, 1947-1948; Oakleigh, 1954-1960; Kenmore, 1965-1980+) - Qualifications: cc; AOCP 1046, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); military (WW2, RAAF, radar technician); business proprietor (Telair) - Halcyon: p. 85, 127 - Electoral Rolls: radio engineer (Mitchelton, Qld, 1943); manager (Auchenflower, Qld, 1949; Dorrington, Qld, 1954-1963; Kenmore, Qld, 1968-1980) ===''AUSTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emanuel Maxwell Austin|Austin, Emanuel Maxwell "Mannie"]] [https://www.familysearch.org/tree/person/details/G8HH-98K] - 1909(NSW)-1997(NSW) - Licences: 2KZ Kurri Kurri (1929-1980+) - Qualifications: AOCP 477, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clipper (Kurri Kurri, 1930-1980) * [[/Henry Lashbrooke Austin|Austin, Henry Lashbrooke "Hal"]] [https://www.familysearch.org/tree/person/details/L4V2-LDC] - 1902(SA)-1954(SA) - Licences: 5BN Adelaide (Norwood, 1923-1928); 5AW Adelaide (Rose Park, 1947-1954) - Qualifications: cc; AOCP 101, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Victoria Park, SA, 1939; Rose Park, 1941-1943) * [[/Selwood Charles Austin|Austin, Selwood Charles]] [https://www.familysearch.org/tree/person/details/GXBD-TVV] - 1902(WA)-1985(WA) - Licences: 6SA Perth (Victoria Park, 1927; South Perth, 1930-1956; Maida Vale, 1960-1969; Morley, 1975-1980+) - Qualifications: cc; CPRT 625, 1921; 1COCP 134, 1930 - amateur operator; amateur broadcaster - Relationships: Brother-in-law of Stanley Hogg - Electoral Rolls: electrician (South Perth, WA, 1931-1958); police officer (Maida Vale, WA, 1963-1968; Kalamunda, WA, 1972); retired (Morley, WA, 1977-1980) ===''AVARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Avard|Avard, Alfred Edward]] [https://www.familysearch.org/tree/person/details/G8X2-RRL] - 1901(Vic)-1978(Vic) - Licences: 3AZ Melbourne (Northcote, 1930-1939; Kew, 1946-1965) - Qualifications: AOCP 620, 1930, No. ?? in Vic; 1COCP 88, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Northcote, 1925-1937); public servant (Kew, 1943-1977) =='''B'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''BACKLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lincoln Backler|Backler, Eric Lincoln]] [https://www.familysearch.org/tree/person/details/LV8Q-6SK] - 1911(SA)-1980(SA) - Licences: 5HK Kingston SE (1933-1939, 1954-1980) - Qualifications: cc; AOCP 1093, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Kingston, SA, 1939) ===''BADENOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Herbert Lionel Badenoch|Badenoch, James Herbert Lionel]] [https://www.familysearch.org/tree/person/details/GXG7-3XK] - 1913(NSW)-1984(SA) - Licences: 5LB Adelaide (Trinity Gardens, 1932-1980+) - Qualifications: cc; AOCP 1012, 1932, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BADER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Adolphus Frederick Bader|Bader, Henry Adolphus Frederick]] [https://www.familysearch.org/tree/person/details/97M3-V5X] - 1866(Ger)-1928(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman, Trading Committee, Wireless Development Assoc (Perth); witness to Royal Commission 1927 (obo WDA) - Electoral Rolls: electrical engineer (North Perth, 1913-1926) ===''BADGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Victor Badger|Badger, Albert Victor]] [https://www.familysearch.org/tree/person/details/G9RY-9X6] - 1893(Eng)-1983(NSW) - 2YT Receive Sydney (Rozelle, 1923-1924), 2AB Sydney (Rozelle, 1925-1926; North Sydney, 1927-1929; Crows Nest, 1930; Rozelle, 1931-1934; Leichhardt, 1935-1939), amateur operator (AOCP 202, 1925, No. ?? in NSW), amateur broadcaster, operator (Hobart East, 1919); picture operator (Crows Nest, 1930; Rozelle, 1934; Lilyfield, 1937-1972; Leichhardt, 1977-1980)) ===''BAGST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. D. A. Bagst|Bagst, E. D. A.]] - 19??(???)-19??(???) - Licences: 5EB Adelaide (Woodville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: individual not yet identified, possibly Elizabeth D. Bagst nee Boyle who married Leslie Bagst at Newtown, NSW 1925, possible YL operator ===''BAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Leonard Bain|Bain, John Leonard]] [https://www.familysearch.org/tree/person/details/GD4V-6SV] - 1891(Eng)-19??(NSW?) - Licences: Nil yet identified - Qualifications: cc; CPRT 109, 1915 - ship wireless officer (pre WW1, WW1); journalist (technical editor, Listener-In, -1934+); clubs (IRE USA); WW1 (1916-1919); Associate Editor, Popular Radio Weekly (1927); witness to Royal Commission 1927 (as associate editor, Popular Radio Weekly, Victoria) - Education: B.Sc.(London) - Electoral Rolls: engineer (Essendon, Vic, 1925-1936); journalist (Darling Harbour, NSW, 1937) - Links: [https://www.awm.gov.au/collection/P10688424 AWM] ===''BAILEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bailey|Bailey, George]] [https://www.familysearch.org/tree/person/details/GDKW-8PX] - 1882(Eng)-19??(???) - Licences: 5GB Mt Gambier (1924-1926) - Qualifications: cc; CPRT 79, 1915 - RANRS (CPO to Warrant Telegraphist, 1917); amateur operator; amateur broadcaster - Electoral Rolls: retired (Mt Gambier, 1939-1943) * [[/Jack Harry Bailey|Bailey, Jack Harry]] [https://www.familysearch.org/tree/person/details/KG85-LZ4] - 1912(Qld)-1989(Qld) - Licences: 4JC Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1299, 1934, Qld; BOCP 1902, 1961 - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Red Hill, Qld, 1936-1937); electrical mechanic (Annerley, Qld, 1943-1954); teacher (Tarragindi, Qld, 1958-1963); college principal (Mackay, Qld, 1968); principal (Bundaberg, Qld, 1972; Tarragindi, Qld, 1977-1980) * [[/Robert Howard Bailey|Bailey, Robert Howard]] [https://www.familysearch.org/tree/person/details/GXLM-1X6] - 1917(SA)-1995(SA) - Licences: 5NW Crystal Brook (1936-1939); 5NW Adelaide (Kensington Park, 1948; Huddleston, 1954-1960); 5NW Crystal Brook (1965-1980+) - Qualifications: cc; AOCP 1764, 1936, SA; BOCP 673, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Crystal Brook, SA, 1939-1943) ===''BAIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Allan Baird|Baird, Thomas William Allan]] [https://www.familysearch.org/tree/person/details/LHKG-JVD] - 1886(Qld)-1943(Qld) - Licences: 4DY Receive Brisbane (Bayswater, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (AIF, 11 Field Company Engineers, 1916) - Electoral Rolls: gardener (North Pine, Qld, 1908); labourer (Bayswater, Qld, 1912-1913); storeman (Torwood, Qld, 1916-1943) ===''BAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Andrew Claude Baker|Baker, Andrew Claude]] [https://www.familysearch.org/tree/person/details/G6TG-RZ9] - 1897(Eng)-1935(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 144, 1915; 2COCP 193, 1930; 1COCP 303, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIR Rockhampton (1917-1918) - Electoral Rolls: wireless operator (Clayfield, 1914-1917; Rockhampton, 1919-1934) * [[/Charles Whiteway Baker|Baker, Charles Whiteway]] [https://www.familysearch.org/tree/person/details/LL93-HYP] - 1905(Vic)-1978(Vic) - Licences: 3VP Receive Bendigo (1923-1924); 3VP Bendigo (1925-1975) - Qualifications: cc; AOCP 156, 1925, No. ?? in Vic; BOCP 451, 1942 - amateur receiver; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (as a "listener"); merchant - Electoral Rolls: salesman (Bendigo, 1927-1931); merchant (Bendigo, 1934-1968; Kennington, 1972-1977) * [[/Ernest James Baker|Baker, Ernest James]] [https://www.familysearch.org/tree/person/details/GZ6F-K5B] - 1904(NSW)-1973(NSW) - Licences: 2FP Receive Newcastle (Maryville, 1922-1923); 2FP Newcastle (Maryville, 1924-1928; Wickham, 1929; Hamilton, 1930-1939, 1946-1969) - Qualifications: cc; AOCP 69, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: draftsman (Hamilton, 1930-1972) * [[/Edwin Weldon Baker|Baker, Edwin Weldon]] [https://www.familysearch.org/tree/person/details/LYWP-F1D] - 1895(NSW)-1979(NSW) - Licences: 4CI Receive Brisbane (Northgate, 1922) - Qualifications: cc; CPRT 733, 1922 - amateur receiver - Halcyon: not mentioned - Electoral Rolls: joiner (Northgate, 1919-1977) * [[/John Frederick Thomas Baker|Baker, John Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GCY6-8XY] - 1908(???)-1977(Vic) - 3LF Melbourne (Northcote, 1927+), qualifications (AOCP 325, 1927, No. ?? in Vic), amateur operator, amateur broadcaster, * [[/Herbert Edward Baker|Baker, Herbert Edward]] [https://www.familysearch.org/tree/person/details/9V2B-245] - 1875(Vic)-1948(Qld) - Licences: 4HB Charleville (1925-1927) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; grazier - Halcyon: p. 81, 111 - Electoral Rolls: station manager (Charleville, 1903); grazier (Charleville, 1908-1943) * [[/Sidney Charles Baker|Baker, Sydney or Sidney Charles]] [https://www.familysearch.org/tree/person/details/MZSZ-J4H] - 1909(Vic)-1977(Vic) - Licences: 3KU Receive Melbourne (South Melbourne, 1922-1924), 3BK Melbourne (South Melbourne, 1925-1933; Albert Park, 1937; South Melbourne, 1938-1939, 1946-1954; Bonbeach, 1955-1969; Seaford, 1975) - Qualifications: AOCP 177, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (South Melbourne, 1937); optical mechanic (Carrum, 1963-1972); retired (Carrum, 1977) * [[/Walter Ross Baker|Baker, Walter Ross]] [https://www.familysearch.org/tree/person/details/G8CY-D78] - 1905(SA)-1978(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''BALDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Loris John Balderson|Balderson, Loris John]] [https://www.familysearch.org/tree/person/details/GMVR-1RW] - 1895(Vic)-1932(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; RAAF (Flying Officer, Technical Branch, 1927); witness to Royal Commission 1927 (obo RAAF) - Electoral Rolls: officer, RAAF (Footscray, 1924); flying officer (Werribee, 1925); flight-lieutenant (Werribee, 1931) - Links: [https://www.crossandcockade.com/uploads/Balderson.pdf Bio] ===''BALSILLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Graeme Balsillie|Balsillie, John Graeme]] [https://www.familysearch.org/tree/person/details/G7MR-7MN] - 1885(Qld)-1924(USA) - radio business proprietor, senior federal public servant (PMGS, Commonwealth Wireless Expert), inventor, (Halcyon, not mentioned) - [https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf John Graeme Balsilie: Australia's Forgotten Wireless Pioneer]; [https://adb.anu.edu.au/biography/balsillie-john-graeme-5117 ADB] ===''BAMFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Bamfield|Bamfield, Alfred George]] [https://www.familysearch.org/tree/person/details/GM19-HNG] - 1892(NSW)-1918(NZL) - Licences: XQJ Corfield (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Halcyon: p. 3 - Electoral Rolls: clerk (Muttaburra, Qld, 1913) ===''BANCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John Bancroft|Bancroft, Stanley John]] - 19??(???)-19??(???) - Broadcast technician (2CY), federal public servant (PMGD, ABC) ===''BANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Edward William Banks|Banks, Harold Edward William "Harry"]] [https://www.familysearch.org/tree/person/details/G6S7-3BT] - 1911(NZL)-2000(Tas) - Licences: 7HB Hobart (North Hobart, 1938-1939; Richmond, 1946-1956; Penna, 1960-1965; New Town, 1969-1980+) - Qualifications: cc; Nil yet identified (New Zealand?) - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Hobart North, 1936-1937); council clerk (Richmond, 1943-1954) ===''BANYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ingram Banyer|Banyer, Ingram]] [https://www.familysearch.org/tree/person/details/9F95-CYX] - 1893(SA)-1976(SA) - Licences: XVQ Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: clerk (Blackwood, SA, 1939-1943) ===''BARBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel George Barber|Barber, Samuel George]] [https://www.familysearch.org/tree/person/details/GXLC-66B] - 1913(SA)-1991(SA) - Licences: 5MV Adelaide (Henley Beach, 1933-1937; Woodville, 1938-1939) - Qualifications: cc; AOCP 1232, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: welder (Woodville, SA, 1939); radio engineer (5RM, Berri, SA, 1941; Glenelg, SA, 1943) * [[/William Henry Barber|Barber, William Henry]] [https://www.familysearch.org/tree/person/details/LY4N-QRD] - 1897(SA)-1965(WA) - Licences: Receive Adelaide (Cumberland, 1923-1925); 5WH Adelaide (Cumberland, 1926-1931); 5WH Port Pirie (1933-1937); 6DX Kalgoorlie (1938-1939; 1946-1960) - Qualifications: cc; AOCP 266, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio engineer (Kalgoorlie, 1937-1963) ===''BARBIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alphonse Barbier|Barbier, Edward Alphonse or Alphonse Edward]] [https://www.familysearch.org/tree/person/details/GXLV-5TW] - 1904(SA)-1962(SA) - Licences: 5MD Adelaide (Stockdale Reserve, 1932-1939; City, 1947-1960) - Qualifications: cc; AOCP 958, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARBOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Heyward Barbour|Barbour, Kenneth Heyward]] [https://www.familysearch.org/tree/person/details/GZXJ-1VZ] - 1905(Vic)-1952(Vic) - Licences: 3ZI Melbourne (Armadale, 1923-1926) - Qualifications: AOCP 105, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARDIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Frederic Bardin|Bardin, William Frederic or Frederick "Bill", "Old Bill"]] [https://www.familysearch.org/tree/person/details/GSS9-TG4] - 1899(Eng)-1976(NSW) - Licences: 3ZA Melbourne (North Carlton, 1923-1925); 4AB Townsville (1925-1927); 4AB Brisbane (Fairfield & Yeronga, 1931-1933); 2ABZ Sydney (Ermington & Dundas 1937-1939, 1946-1961+) - Qualifications: cc; CPRT 615, 1921; 1COCP 58, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); coastal radio operator (AWA); state public servant (4QG); federal public servant (Halcyon, p. 63) - Electoral Rolls: clerk (Townsville, 1922); radio engineer (Townsville, 1925; Buranda, 1926; Fairfield, 1928); engineer (Dundas, 1936-1943; Eastwood, 1949-1968) ===''BARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Morphew Barker|Barker, Rupert Morphew]] [https://www.familysearch.org/tree/person/details/GCGH-7LM] - 1890(Eng)-1973(Tas) - Licences: 5RM Adelaide (Prospect, 1924-1933); 7RM Hobart (City, 1947-1948; Lenah Valley, 1949-1969) - Qualifications: cc; Nil yet identified (likely qualified in England) - amateur operator; amateur broadcaster; WW2; broadcast engineer (sound) - Electoral Rolls: electrician (South Yarra, Vic, 1931-1936; Hobart North, Tas, 1937; Hobart South, Tas, 1943); sound engineer (Hobart West, Tas, 1949); engineer (Moonah, Tas, 1954; New Town, Tas, 1963) * [[/William Henry Barker|Barker, William Henry (R.?)]] [https://www.familysearch.org/tree/person/details/GHGY-243] - 1905(NSW)-1956(NSW) - licences: Receive (Crystal) Sydney (Concord, 1923-1924); 2BW Sydney (Concord, 1925-1931), qualifications: AOCP 217, 1925, No. ?? in NSW, amateur operator, amateur broadcaster, electoral rolls: electrical mechanic (Concord, 1930-1943), beware several contemporaneous William Henry Barker ===''BARLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Kenneth Barlin|Barlin, George Kenneth]] [https://www.familysearch.org/tree/person/details/L2VX-DP3] - 1916(NSW)-2016(ACT) - qualifications (BOCP 67, 1937), long term employee 2CA Canberra, manager TV network ===''BARLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Barlow|Barlow, Edward]] [https://www.familysearch.org/tree/person/details/G8K2-2FL] - 1895(NSW)-1968(Qld) - Licences: 2GQ Receive Armidale (1922); 2GQ Armidale (1922-1926); 2GQ Glen Innes (1927); 2GQ Sydney (Darlinghurst, 1928); 2GQ Canberra (1929); 2GQ Mudgee (1930-1931); 2GQ Sydney (Cammeray, 1933-1934; North Sydney, 1935-1936; Mosman, 1937-1939 & 1946-1965) - Qualifications: cc; AOCP 4, 1924, No. 3 in NSW - amateur operator; amateur broadcaster - TroveTag: "2GQ - Edward Barlow" - Electoral Rolls: public servant (Mudgee, 1930-1932; Cammeray, 1933-1935; Milsons Point, 1936; Mosman, 1937); divisional returning officer (Bathurst, 1943; Mosman, 1949-1958) ===''BARNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Barnes|Barnes, Thomas Walter]] [https://www.familysearch.org/tree/person/details/G8Z6-PZ2] - 1910(Vic)-2002(NSW) - Licences: 3TB Melbourne (Ascot Vale, 1929-1933; Moonee Ponds, 1937-1939; West Brunswick, 1946-1980+) - Qualifications: AOCP 537, 1929, No. ?? in Vic; BOCP 243,1939 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Ascot Vale, 1931-1936); mechanic (Moonee Ponds, 1937-1942); electrical maintenance (West Brunswick, 1949-1980) - beware another contemporaneous Thomas Walter Barnes (1893-1925) ===''BARRACLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Barraclough|Barraclough, Francis "Frank"]] [https://www.familysearch.org/tree/person/details/G8KL-MNY] - 1903(Qld)-1974(Qld) - Licences: 4GY Brisbane (Kedron, 1933-1935); 4GX Brisbane (Kedron, 1935-1939; 1946-1969) - Qualifications: cc; AOCP 1075, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2); radio service (Palings) - Halcyon: p. 81 - Electoral Rolls: carpenter (Kedron, 1937-1972) ===''BARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Barry|Barry, William Lawrence (BMD) or Lawrence William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/MK6C-NBK] - 1905(Qld)-1970(Qld) - Licences: 4FQ Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: storeman (South Brisbane, Qld, 1929); taxi driver (South Brisbane, Qld, 1937-1968) ===''BARTHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Lewis Barthold|Barthold, Godfrey Lewis]] [https://www.familysearch.org/tree/person/details/GZKR-JWZ] - 1899(Vic)-1993(Vic) - 3GL Melbourne (Malvern, 1925-1927), 3BT Melbourne (Malvern, 1931-1939; Glen Iris, 1946-1980+), amateur operator (AOCP 210, 1925, No. ?? in Vic), amateur broadcaster, clerk (Malvern, 1924-1931), radio manufacturer (Camberwell, 1937-1943; Glen Iris, 1949-1972), retired (Mt Martha, 1977-1980) ===''BARTHOLOMEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Bartholmew|Bartholomew, Charles Percy]] [https://www.familysearch.org/tree/person/details/G6CZ-8YR] - 1861(Eng)-1942(NSW) - Licences: XBM Sydney (Mosman, 1911-1914); 2FO Receive Sydney (Kirribilli, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver; company director (AWA); witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: merchant (Milsons Point, 1930-1937) - Comment: famously charged and convicted of trading with the enemy during WW1 but only slapped on wrist (together with Ernest Thomas Fisk and Hugh Robert Denison) ===''BARTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gustavus Campbell Barton|Barton, Edward Gustavus Campbell]] [https://www.familysearch.org/tree/person/details/KJ57-87Y] - 1857(Vic)-1942(Eng) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter, scientist, business proprietor (Barton & White) - Halcyon: not mentioned) - [https://adb.anu.edu.au/biography/barton-edward-gustavus-campbell-9445 ADB] * [[/Graham Francis Barton|Barton, Graham Francis]] [https://www.familysearch.org/tree/person/details/GX5P-KYT] - 1918(SA)-2005(SA) - Licences: 5BN Mt Gambier (1937-1939); 5BN Adelaide (Unley, 1947-1956; Malvern, 1960-1980+) - Qualifications: cc; AOCP 1993, 1937, SA; 1COCP 1709, 1954 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Hyde Park, SA, 1941-1943) * [[/Richard McRae Barton|Barton, Richard McRae "Dick"]] - 1940(???)-2021(Qld) - broadcast engineer, director engineering FACTS (1981-2001), ABU Engineering Award 2004, Fellow SMPTE, contributed to development DTV standards, chaired preparatory meeting to WRC 2000, [https://www.itu.int/dms_pub/itu-r/oth/0a/07/R0A070000420001PDFE.pdf ITU Tribute] ===''BARTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graeme Bartram|Bartram, Graeme]] - historian (early Aus wireless: 2011 "John Graeme Balsilie: Australia's Forgotten Wireless Pioneer"[https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf]) ===''BASIL-COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * Frank Basil-Cooke see Cooke, Frank Basil "Basil" ===''BASSETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Rankin Bassett|Bassett, Francis Rankin]] [https://www.familysearch.org/tree/person/details/GQZJ-28Y] - 1906(NSW)-1982(NSW) - 2FR Sydney (Bexley, 1925-1928; Arncliffe, 1929), 2FR Singleton, 1931-1939), amateur operator (AOCP 194, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother John Bassett * [[/John Bassett|Bassett, John]] [https://www.familysearch.org/tree/person/details/L8M2-8XN] - 1904(NSW)-1979(NSW) - 2VO Receive Stroud (1923), amateur operator (AOCP 232, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother Francis Rankin Bassett ===''BATCHLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Victor Batchler|Batchler, Charles Victor "Victor"]] [https://www.familysearch.org/tree/person/details/K4NN-FXJ] - 1897(Tas)-1985(Tas) - Licences: XZJ Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: Uncle of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: shift engineer (Waddamana, 1922) * [[/Jack Copeland Batchler|Batchler, Jack Copeland]] [https://www.familysearch.org/tree/person/details/KCSK-D8F] - 1910(Tas)-1979(Tas) - Licences: 7JB Hobart (1932-1939); 3AJB Melbourne (1947); 7JB Hobart (Sandy Bay, 1948-1975+) - Qualifications: cc; AOCP 957, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: nephew of XZJ Charles Victor Batchler; husband of 7YL Joyce Isabel Batchler nee Crowder - Electoral Rolls: soldier (Nelson, 1943-1949); no occupation (Nelson, 1972) * [[/Joyce Isabel Crowder|Batchler nee Crowder, Joyce Isabel]] [https://www.familysearch.org/tree/person/details/LYNY-PKG] - 1915(Tas)-2015(Tas) - Licences: 7YL Hobart (Sandy Bay, 1936-1980) - Qualifications: AOCP 1627, 1936, Tas - amateur operator; amateur broadcaster; YL - Relationships: Wife of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: home duties (Nelson, 1943-1972) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''BATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Bate|Bate, Arthur John]] [https://www.familysearch.org/tree/person/details/GXKQ-PYC] - 1917(WA)-2010(SA) - Licences: 5ZA Adelaide (Adelaide City, 1937-1939) - Qualifications: cc; AOCP 1891, 1937, SA; BOCP 1481, 1956; 1COCP 2049, 1967 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil yet identified ===''BATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lister Bates|Bates, Jack Lister]] [https://www.familysearch.org/tree/person/details/GCGK-238] - 1912(Qld)-1998(Qld) - Licences: 4UR Brisbane (Teneriffe, 1935-1939, 1946-1947; Lutwyche, 1948-1969; Toombul, 1975-1980) - Qualifications: cc; AOCP 1430, 1935, Qld - amateur operator; amateur broadcaster; Radio Club (WIAQ, QSL Manager); part of the "U" gang; WW2 - Halcyon: p. 12, 99, 137, 141, 145 - Electoral Rolls: storeman (Teneriffe, Qld, 1936-1943); labourer (Lutwyche, Qld, 1949-1958; Wooloowin, Qld, 1968); cashier (Toombul, Qld, 1972-1980) ===''BATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Henry Batt|Batt, Cecil Henry]] [https://www.familysearch.org/tree/person/details/GMLJ-5SB] - 1904(Tas)-1942(Tas) - Licences: Receive (Crystal) Bothwell (1923) - Qualifications: cc; 3COCP 434, 1940 - amateur receiver - Electoral Rolls: motor driver (Bothwell, 1928); labourer (Melton Mowbray, 1936-1937) ===''BATTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Thomas Battle|Battle, Edmund Thomas]] [https://www.familysearch.org/tree/person/details/G6C8-G32] - 1890(UK)-1970(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a listener) - Electoral Rolls: teamster (Dorrigo, 1913); dairy farmer (Malanda, 1919); sawmill manager (Tumoulin, 1931); sawmiller (Ravenshoe, 1936-1937); timber merchant (Paddington, 1943); sawmiller (Albion, 1949) ===''BATTYE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Sykes Battye|Battye, James Sykes]] [https://www.familysearch.org/tree/person/details/9V7W-HL5] - 1871(Vic)-1954(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - librarian; historian; witness to Royal Commission 1927 (as chairman, special committee, Western Australian Listeners' League) - Electoral Rolls: librarian (Perth, 1910-1937); principal librarian (Perth, 1943-1949) - Links: [[w:James Battye|Wikipedia]] [https://adb.anu.edu.au/biography/battye-james-sykes-5156 ADB] ===''BATY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Baty|Baty, Richard]] [https://www.familysearch.org/tree/person/details/GXLV-BZX] - 1913(Eng)-19??(???) - Licences: 5MH Adelaide (Brompton, 1931; Pennington, 1937; Challa Gardens, 1938-1939; Lockleys, 1954-1969; Henley Beach South, 1975-1980) - Qualifications: cc; AOCP 757, 1931, No. ?? in SA; AOLCP 160, 1934; BOCP 242, 1939; 1COCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Franklin, SA, 1941-1943) ===''BAUER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Thomas Bauer|Bauer, Alfred Thomas "Alf"]] [https://www.familysearch.org/tree/person/details/MSCM-QB1] - 1908(Qld)-2004(Qld) - Licences: 4AT Brisbane (Annerley, 1927-1933) & Cairns? - Qualifications: cc; AOCP 333, 1927, No. 36 in Qld; CPRTelephony 1119, 1928; 1COCP 92, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); state public servant (4QG); WW2 - Halcyon: p. 67, 86, 111, 127, 130 - Electoral Rolls: radio engineer (Cairns, 1936; Camp Hill, 1937); radio tech (Camp Hill, 1943-1980) ===''BAXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Baxter|Baxter, Arthur Henry]] [https://www.familysearch.org/tree/person/details/L62R-CKR] - 1900(Eng)-1983(WA) - Licences: 6BX Geraldton (1937-1939) - Qualifications: cc; AOCP 1989, 1937, WA; BOCP 381, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: station employee (Lyons River Station, Carnarvon, WA, 1925-1926); wood merchant (Geraldton, WA, 1931-1937); broadcast station operator (Geraldton, WA, 1949-1972); retired (Thornlie, WA, 1977-1980) * [[/Sidney Roy Baxter|Baxter, Sidney or Sydney Roy]] [https://www.familysearch.org/tree/person/details/LWX9-XWV] - 1915(Qld)-1985(Qld) - Licences: 4FJ Brisbane (Camp Hill, 1935-1939; Coorparoo Heights, 1946-1947; Cribb Island, 1948-1950; Camp Hill, 1954-1980+) - Qualifications: cc; AOCP 1569, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless officer); employment (Trittons, radio service); business proprietor (radio service) - Halcyon: p. 76, 137 - Electoral Rolls: truck driver (Camp Hill, Qld, 1936-1943); radio mechanic (Cribb Island, Qld, 1949); radio technician (Camp Hill, Qld, 1954-1980) ===''BEAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Beames|Beames, Kenneth]] [https://www.familysearch.org/tree/person/details/9NQJ-L17] - 1899(NSW)-1989(NSW) - Licences: N754 Receive Sydney (Randwick, 1922); 2IB Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: manufacturer (Five Dock, 1930-1958; Linden, 1963-1980) ===''BEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Percival Reed Bean|Bean, Leslie Percival Reed]] [https://www.familysearch.org/tree/person/details/KHWZ-6ZZ] - 1884(Vic)-1972(NSW) - Licences: 2ZT Sydney (Mosman, 1923-1925); 2LP Sydney (Mosman, 1924-1928; Artarmon, 1929-1936; Pymble, 1937-1939) - Qualifications: cc; Nil yet identified - PMGD (Elec. Engineer, 1904-1919); L. P. R. Bean & Co (founder 1920-1926); Stromberg-Carlson (founder, 1927-1933+); Council IREAust - Electoral Rolls: electrical instrument fitter (Ascot Vale, 1909); engineer (Brighton, Vic, 1912-1915; Artarmon, NSW, 1930); company director (Pymble, 1933-1943; Roseville, 1949-1954); electrical engineer (Lindfield, 1958-1968) ===''BEARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Gordon Beard|Beard, Ernest Gordon]] [https://www.familysearch.org/tree/person/details/GW2G-25R] - 1897(Eng)-1968(USA) - Licences: Nil yet identified - Qualifications: cc; 1COCP 304, 1939 - broadcast engineer (United Distributors; 2KY; 2GB); inventor; witness to Royal Commission 1927 (as consulting engineer, 2GB) - Electoral Rolls: engineer (Northbridge, 1930-1934); radio engineer (Northbridge, 1936-1937); wireless engineer (Willoughby, 1943-1949); engineer (Forestville, 1958-1963) - Links: [https://www.radiomuseum.org/dsp_hersteller_detail.cfm?company_id=12500 radiomuseum.org] * [[/Norman George Beard|Beard, Norman George]] [https://www.familysearch.org/tree/person/details/LT9G-GSZ] - 1902(Vic)-1984(NSW) - Licences: 3DR Receive Balnarring (1922-1923); 2PK Wentworthville (1930); 2ALJ Sydney (Prospect, 1939; Toongabbie, 1946-1954; Brookvale, 1955; Dee Why, 1956-1961); 2ALJ Terrigal (1965) - Qualifications: AOCP 583, 1930, No. ?? in NSW; TVOCP 25, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Pendle Hill, NSW, 1930; Balnarring, Vic, 1931; Prospect, NSW, 1933-1937); RAAF instructor (Ballarat, 1942); teacher (Toongabbie, 1949-1954; Brookvale, 1958); retired (Terrigal, 1963-1972; Wendouree, Vic, 1977; Caves Beach, 1980) ===''BEARUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Andrew Bearup|Bearup, Herbert Andrew]] [https://www.familysearch.org/tree/person/details/GDLJ-B1C] - 1900(Vic)-1982(Vic) - Licences: V740 Receive Melbourne (Caulfield East, 1922); 3GT Receive Melbourne (Caulfield East, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Malvern East, 1921-1924; Caulfield East, 1925-1928); farmer (Bentleigh, 1934-1949); engineer (Highett, 1963-1967; Moorabbin, 1972-1980) * [[/Thomas William Bearup|Bearup, Thomas William]] [https://www.familysearch.org/tree/person/details/9J7R-T9D] - 1897(Vic)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 224, 1916 - studio manager 3LO (1927); witness to Royal Commission 1927 (as studio manager, 3LO, Victoria); WW1 (merchant navy) - Electoral Rolls: operator (Caulfield, 1924); radio engineer (Auburn, Vic, 1931-1937); manager (Roseville, NSW, 1943) ===''BEATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Beatson|Beatson, Robert John "Bob"]] [https://www.familysearch.org/tree/person/details/GSJV-2D2] - 1909(Qld)-2003(Qld) - Licences: 4BB Brisbane (Wilston, 1928); 4BB Maryborough (1931-1939) - Qualifications: cc; AOCP 394, 1928, No. 44 in Qld; AOLCP 173, 1934 - amateur operator; amateur broadcaster; radio club administrator (WIAQ); broadcast engineer (4MB); WW2 - Halcyon: p. 68, 139, 141, 163, 164 - Electoral Rolls: radio mechanic (Maryborough, 1931); radiotrician (Maryborough, 1937-1949); radio engineer (Maryborough, 1954-1980) ===''BEATTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Spencer Meurant Beattie|Beattie, Herbert Spencer Meurant]] [https://www.familysearch.org/tree/person/details/GQ65-KTL] - 1888(NSW)-1963(NSW) - Licences: 3DV Receive Melbourne (Box Hill, 1922); 3DV Melbourne (Box Hill, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Box Hill, Vic, 1914-1927); salesman (Thornleigh, NSW, 1930); electrical engineer (Cheltenham, NSW, 1934-1936); agent (Cabramatta, 1943); auctioneer (Ettalong, 1943); no occupation (Fairfield, NSW, 1954-1958; Flagstaff, NSW, 1963) ===''BECHERVAISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philip Bechervaise|Bechervaise, William Philip]] [https://www.familysearch.org/tree/person/details/MVNP-4HQ] - 1831(Eng)-1907(Vic) - radio clubs (Telegraph Electrical Society, Victoria), employment (Victoria Posts and Telegraphs Department) ===''BECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Beavis Beck|Beck, Alan Beavis]] [https://www.familysearch.org/tree/person/details/GZR7-N8Q] - 1911(Vic)-1982(WA) - Licences: 5XW Adelaide (West Mitcham, 1927-1928) - Qualifications: cc; AOCP 370, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (Shenton Park, WA, 1937; Myrtle Bank, SA, 1941-1943); research chemist (Subiaco, 1949-1980) ===''BEDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Arthur Buddicom Bedford|Bedford, Robert Arthur Buddicom]] [https://www.familysearch.org/tree/person/details/LC5Q-1KX] - 1874(Eng)-1951(SA) - Licences: 5RB Kyancutta (1924-1939; 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of William Rudolf Buddicom Bedford - Electoral Rolls: farmer (Kyancutta, 1939-1941); retired (Kyancutta, 1943) - Links: [https://adb.anu.edu.au/biography/buddicom-robert-arthur-5417 ADB] * [[/William Rudolf Buddicom Bedford|Bedford, William Rudolf Buddicom "Bill"]] [https://www.familysearch.org/tree/person/details/L6Y3-X4Z] - 1909(Eng)-1972(SA) - Licences: likely operator of 5RB Kyancutta - Qualifications: cc; 3COCP 1893, 1954 - WW2 - Relationships: son of 5RB Robert Arthur Buddicom Bedford - Electoral Rolls: mechanic (Kyancutta, 1939-1943) ===''BEECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Sidney Beech|Beech, Frederick Sidney or Sydney "Fred"]] [https://www.familysearch.org/tree/person/details/G8F2-6BC] - 1895(Qld)-1978(Qld) - Licences: 4FB Brisbane (Coorparoo, 1930-1939; Norman Park, 1946-1969) - Qualifications: cc; AOCP 629, 1930, Qld - amateur operator; amateur broadcaster; jeweller - Halcyon: p. 75, 76, 90 - Electoral Rolls: watchmaker (Bulimba, 1917-1919; Coorparoo, 1919-1972; Norman Park, 1977) ===''BEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Beer|Beer, James]] - 19??(???)-19??(???) - Licences: 2CW Receive Sydney (Ashfield, 1922-1923); 2CW Sydney (Ashfield, 1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: too many JBs to identify reliably, likely James Charles Beer living 70 Tranmere St, Drummoyne, engineer, 1930 ===''BEGBIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Begbie|Begbie, Richard]] - historian (broadcasting), journalist, radio clubs (HRSA) ===''BELJON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robin Ernest Beljon|Beljon, Robin Ernest "Jack"]] [https://www.familysearch.org/tree/person/details/GSD3-VR3] - 1897(NSW)-1974(NSW) - Licences: 2RB Lithgow (1926-1933) - Qualifications: AOCP 259, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lithgow, 1930-1934); turner (Lithgow, 1937-1943); foreman (Lithgow, 1949-1968); retired (Lithgow, 1972) ===''BELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Wirgman Dillon Bell|Bell, Francis Wirgman Dillon "Frank"]] [https://www.familysearch.org/tree/person/details/G7QW-CM4] - 1896(NZ)-1987(NZ) - ZL4AA Waihemo, amateur operator, first to 2 way QSO New Zealand to Australia (Apr 1923), South America, USA (Sep 1924), England (Oct 1924, G2SZ); WW1 (gunner, France & Belgium till invalided 1917) - Relationships: brother of Margaret Brenda Bell, first licensed female NZ amateur - Links: [https://teara.govt.nz/en/biographies/4b20/bell-francis-wirgman-dillon Bio]; [https://www.soundarchives.co.nz/collections/catalogue/catalogue-item?record_id=222015 Sound Archives]; [https://www.zl4aa.org.nz/frank-bell-trans-world-radio-contact/ NZART Otago] * [[/H. G. Bell|Bell, H. G.]] - 19??-19?? - 4HG Brisbane (South Toowong = Taringa, 1927+) - Qualifications: cc; AOCP 321, 1927, No. 33 in Qld - amateur operator; amateur broadcaster - Halcyon: p. 111 - Callsign: later to Harry Brown - Electoral Rolls: Nil yet identified * [[/Leslie William Gordon Bell|Bell, Leslie William Gordon]] [https://www.familysearch.org/tree/person/details/G67S-RQ5] - 1904(Qld)-2000(Qld) - Licences: 4CY Receive Atherton (1923); 4LZ Jubilee Pocket (1969-1975); 4LZ Airlie Beach (1980+) - Qualifications: cc; AOCP 4471, 1967, Qld - amateur receiver; amateur operator; WW2 - Electoral Rolls: engine driver (Danbulla via Atherton, 1925-1928); farmer (Jubilee Pocket via Proserpine, 1954-1980) * [[/Victor Frank Bell|Bell, Victor Frank]] [https://www.familysearch.org/tree/person/details/GFMZ-FZ7] - 1913(WA)-19??(???) - Licences: 6KR Perth (Subiaco, 1932-1933); 6KR Kalgoorlie (1937-1939); 6KR Perth (Nedlands, 1947-1954) - Qualifications: cc; AOCP 907, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1936); postal assistant (Leonora, WA, 1937); radio engineer (Subiaco, WA, 1937); telephone mechanic (Lamington, Kalgoorlie, WA, 1943); radio engineer (Nedlands, WA, 1949-1954) * [[/Vincent Stephanus Bell|Bell, Vincent Stephanus "Vince"]] [https://www.familysearch.org/tree/person/details/GXHV-W8G] - 1910(Qld)-1981(Qld) - Licences: 4VD Rockhampton (Rockhampton City, 1936-1937; Wandal, 1938-1939, 1946-1960+) - Qualifications: cc; AOCP 1496, 1935, Qld - amateur operator; amateur broadcaster; WW2; employed electrical business - Electoral Rolls: electrician (Rockhampton, Qld, 1932-1936); electrical mechanic (Rockhampton, Qld, 1937-1980) ===''BELSTEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Lempriere Belstead|Belstead, Roy Lempriere]] [https://www.familysearch.org/tree/person/details/L1GN-CQF] - 1910(Qld)-1981(Qld) - Licences: 4EI Townsville (1933-1939); 4RU Winton (1975-1980) - Qualifications: cc; AOCP 1182, 1933, No. ?? in Qld; BOCP 304, 1940; 1COCP 420, 1940; TVOCP 87, 1957 - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, Townsville ARC); state public servant (Qld Railways); broadcast technician (2KY); business proprietor (Belstead Electronic Repairs, Winton) - Electoral Rolls: clerk (Hyde Park, Qld, 1931-1937); radio technician (Dee Why, NSW, 1943; Auburn, NSW, 1949; Lidcombe, NSW, 1958-1963; Auburn, NSW, 1972); retired (Winton, Qld, 1977-1980) ===''BENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Bennett|Bennett, Alfred Edward]] [https://www.familysearch.org/tree/person/details/LYNP-GFM] - 1889(Vic)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - manager 2GB Sydney; witness to Royal Commission 1927 (as manager, 2GB, NSW) - Electoral Rolls: manager (Mosman, 1930-1931); director (Mosman, 1933; Vaucluse, 1936); inspector (Darling Point, 1943); investor (West Pennant Hills, 1949); retired (Vaucluse, 1954-1963) - Links: [https://adb.anu.edu.au/biography/bennett-alfred-edward-5207 ADB] * [[/Clarence Herbert Bennett|Bennett, Clarence Herbert]] [https://www.familysearch.org/tree/person/details/LK1H-GMF] - 1887(Vic)-1974(Vic) - Licences: cc; Nil yet identified - Qualifications: AOCP 449, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Brunswick, 1909-1963); retired (Brunswick, 1968-1972) ===''BENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Francis Wattis Bent|Bent, Arthur Francis Wattis]] [https://www.familysearch.org/tree/person/details/GZVG-5V7] - 1902(Vic)-1998(Vic) - Licences: 3AF Geelong (1924-1939, 1946-1960); 3AF Torquay (1965-1980+) - Qualifications: cc; AOCP 199, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; radio dealer (Geelong, 1931-1954) - Electoral Rolls: turner (14 Coronation St, Geelong West, 1925-1927); radio dealer (Geelong, 1928-1954); radio serviceman (Torquay, 1963-1980) ===''BENTLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Ernest Bentley|Bentley, Frank Ernest]] [https://www.familysearch.org/tree/person/details/G93F-NPZ] - 1902(India)-1973(SA) - Licences: 5MK Adelaide (Cowandilla, 1931-1939); 5MZ Adelaide (Cowandilla, 1954-1969) - Qualifications: cc; AOCP 833, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: boilermaker (Cowandilla, SA, 1939-1943) ===''BENTZEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivan Louis Bentzen|Bentzen, Ivan Louis]] [https://www.familysearch.org/tree/person/details/LT4X-6P4] - 1905(Qld)-1995(Qld) - Licences: 4SS Brisbane (Newstead, 1932-1933) - Qualifications: cc; AOCP 964, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Bulimba, Qld, 1929); mechanic (Valley, Qld, 1936); carpenter (Wooloowin, Qld, 1943-1949); garage proprietor (Lutwyche, Qld, 1954); carpenter (Eagle Junction, Qld, 1954-1980) ===''BERGIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Thomas Bergin|Bergin, John Thomas "Jack"]] [https://www.familysearch.org/tree/person/details/GXGP-GNM] - 1911(SA)-1989(SA) - Licences: 5JB Adelaide (Largs Bay, 1934-1939) - Qualifications: cc; AOCP 1364, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: * [[/Max Wulfing Bergin|Bergin, Max Wulfing]] [https://www.familysearch.org/tree/person/details/LXQ1-QLP] - 1900(NSW)-1983(Cook Isls) - Licences: 2YP Receive West Maitland (1923); 2YP West Maitland (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ingham Berry|Berry, Arthur Ingham]] [https://www.familysearch.org/tree/person/details/9WB6-6F5] - 1914(Vic)-1979(Vic) - Licences: 3CZ Melbourne (Hawthorn, 1930-1939; Kew, 1946-1954; East Malvern, 1955-1956); 3CZ Warburton (1960-1975) - Qualifications: AOCP 595, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Hawthorn, 1936-1937); architect (Kew North, 1943-1954); farmer (Warburton, 1963-1977) * [[/Harold Alexander Berry|Berry, Harold Alexander "Huck"]] [https://www.familysearch.org/tree/person/details/G869-8R6] - 1906(SA)-1983(SA) - Licences: Receive (Crystal) Adelaide (City, 1923); Receive Adelaide (City, 1923-1924); 5JU Adelaide (City, 1930-1931; Keswick, 1933; Norwood, 1937-1939; Kilburn, 1946-1975) - Qualifications: cc; AOCP 666, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: polisher (Kilburn, 1943) * [[/Lawrence Dudley Berry|Berry, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/GXG2-X6J] - 1906(NSW)-1987(SA) - Licences: 5DB Adelaide (Norwood, 1934-1939) - Qualifications: cc; AOCP 1315, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Henry Berry|Berry, Robert Henry]] [https://www.familysearch.org/tree/person/details/G342-ZR6] - 18??(???)-1971(Qld) - Licences: XQC Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; electrical business proprietor - Electoral Rolls: gardener (Rockhampton, 1912-1925); electrical mechanic (Rockhampton, 1928-1968) * [[/William Clive Berry|Berry, William Clive "Clive"]] [https://www.familysearch.org/tree/person/details/LBT5-3L8] - 1912(NSW)-1965(NSW) - Licences: 2CB Knockrow via Bangalow (1931-1936); 2AGM Byron Bay (1938-1938, 1946-1955); 2AGM Lismore (1956-1957); 2AGM Mullumbimby (1958-1960); 2AGM Byron Bay (1961-1965) - Qualifications: AOLCP 30, 1930, NSW; 2COCP 302, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Knockrow, 1933-1936); woodworker (Byron Bay, 1943-1954); contractor (Ballina, 1958); no occupation (Mullumbimby, 1958); manager (Byron Bay, 1963) * [[/William James Berry|Berry, William James "Jim"]] [https://www.familysearch.org/tree/person/details/G8D1-B78] - 1890(Qld)-1983(Qld) - Licences: 4WB Brisbane (Yeerongpilly, 1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1295, 1934, Qld - amateur operator; amateur broadcaster; instrument repairer - Comment: Several contemporaneous William James Berry's in Brisbane - Electoral Rolls: motor mechanic (Yeerongpilly, 1958-1963); mechanic (Yeerongpilly, 1972-1980) - ===''BERTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Louis Bertram|Bertram, William Louis]] [https://www.familysearch.org/tree/person/details/LDBP-NGS] - 1901(Vic)-1983(Vic) - Licences: V738 Receive Rushworth (1922); 3GR Receive Rushworth (1922); 2KR Sydney (Waverley, 1929) - Qualifications: CPRT 920, 1926; 2COCP 97, 1930; 1COCP 34, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Rushworth, 1922; Brunswick, 1924-1928); telegraphist (Brunswick, 1931-1942); telephonist (Brunswick, 1949-1963); retired (Frankston, 1967-1980) ===''BESTED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julius Phillip Bested|Bested, Julius Phillip]] [https://www.familysearch.org/tree/person/details/MZ6V-YSQ] - 1907(SA)-1987(SA) - Licences: Receive Adelaide (Rose Park, 1923); 5CS Adelaide (Salisbury, 1937-1939); 5CS Peterborough (1947-1948); 5CS Adelaide (Richmond, 1954-1960; Cumberland Park, 1965-1980+) - Qualifications: cc; AOCP 1995, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Salisbury, SA, 1939-1941) ===''BIBBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Cyril Bibby|Bibby, Frederick Cyril "Fred"]] [https://www.familysearch.org/tree/person/details/GH58-5XF] - 1911(Tas)-1982(Vic) - Licences: 3OL Melbourne (Hawthorn East, 1930-1939; Camberwell, 1946-1980+) - Qualifications: AOCP 681, 1930, Vic; AOLCP 38, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Camberwell, 1943-1968); operator (Camberwell, 1972-1980) ===''BINNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Binns|Binns, Cecil]] [https://www.familysearch.org/tree/person/details/GZD8-XTD] - 1897(NSW)-1974(NSW) - 2IE Receive Sydney (Kogarah, 1922), 2BJ Sydney (Kogarah, 1925-1927), amateur operator (AOCP 46, 1925, No. ?? in NSW), amateur broadcaster ===''BIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Scorer Bird|Bird, Henry Scorer]] [https://www.familysearch.org/tree/person/details/LYWH-FTC] - 1902(Vic)-1973(Vic) - Licences: 3HB Melbourne (Sunshine, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Sunshine, 1924-1927); Government employee (Camberwell, 1928-1963); nil (Ashwood, 1968-1972) - Comment: 3HB callsign passed to Sunshine Radio Club 1924-1927 (prominent amateur broadcaster) * [[/Leslie James Bird|Bird, Leslie James]] [https://www.familysearch.org/tree/person/details/G6X2-N4N] - 1897(NSW)-1947(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as listener, Armidale, NSW) - Electoral Rolls: clerk (Armidale, 1930-1935; Wellington, 1937); civil servant (Homebush, 1943) ===''BISCHOFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Conrad Bischoff|Bischoff, William Edward Conrad]] [https://www.familysearch.org/tree/person/details/L2YT-QB7] - 1911(NSW)-1989(NSW) - Licences: 2LZ Sydney (Crows Nest, 1930-1937); 2LZ Wentworth Falls (1938-1939, 1946-1969); 2AKM Wentworth Falls (Portable, 1939); 2LZ Sydney (Naremburn, 1975-1980+) - Qualifications: AOCP 568, 1930, No. ?? in NSW; BOCP 12, 1936; TVOCP, 346, 1961 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Naremburn, 1933-1937); wireless operator (RAAF Richmond, 1943); radio technician (Wentworth Falls, 1949-1958); tele. engineer (Naremburn, 1963); engineer (Naremburn, 1972-1980) ===''BISHOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Elijah Bishop|Bishop, Clarence Elijah]] [https://www.familysearch.org/tree/person/details/LKZ9-G7S] - 1896(WA)-1971(WA) - Licences: 6DD Receive Albany (1923); 6DD Albany (1923-1924); 6DD Northam (1924); 6LL Katanning (1936-1939); 6LL Perth (Claremont, 1948-1954; East Victoria Park, 1955-1969) - Qualifications: cc; AOCP 1746, 1936, WA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Albany, WA, 1922); accountant (Katanning, WA, 1925-1937); clerk (Nedlands, WA, 1943-1954; Victoria Park, WA, 1958-1968) * [[/Frederick Edward Bishop|Bishop, Frederick Edward]] [https://www.familysearch.org/tree/person/details/GDS3-GZQ] - 1882(NSW)-1952(NSW) - Licences: 2FB Sydney (Kirribilli, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: optician (Kirribilli, 1930-1931); grazier (Mullaley, Gunnedah, 1935-1949) * [[/Maurice Glanville Bishop| Bishop, Maurice Glanville]] [https://www.familysearch.org/tree/person/details/GDDP-SVD] - 1908(Tas)-1965(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bank clerk (Middle Park, Vic, 1931); bank officer (Middle Park, 1935); bank clerk (Bank of NSW Quarters, Ouyen, 1936-1937); bank officer (Hawthorn, 1942-1949; Nelson, Tas, 1954) ===''BLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. C. Black|Black, F. C.]] - 19??(???)-19??(???) - Licences: None identified to date - Qualifications: cc; AOCP 297, 1926, No. ?? in SA - amateur operator?, amateur broadcaster? - Electoral Rolls: awaits identification, Port Lincoln, SA in 1926 * [[/William Hector Black|Black, William Hector]] [https://www.familysearch.org/tree/person/details/G8J2-TCS] - 1912(Vic)-1976(NSW) - Licences: 3WB Melbourne (Malvern, 1930-1939); 2WO Sydney (Mosman, 1946-1948) - Qualifications: AOCP 663, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Malvern, 1936-1937); bacteriologist (Mosman, 1943-1963); biochemist (Darlinghurst, 1968-1972) ===''BLACKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Howbery Blackman|Blackman, Herbert Howbery]] [https://www.familysearch.org/tree/person/details/GZ2M-65N] - 1886(Vic)-1970(Vic) - Licences: XOE Melbourne (East Malvern, 1913); 3PR Receive Melbourne (East Malvern, 1923); 3PR Melbourne (East Malvern, 1924-1925); 3HA Melbourne (East Malvern, 1926-1927); 3HU Melbourne (Ashburton, 1931-1939) - Qualifications: cc; AOCP 211, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: public servant (Malvern, 1909); mechanic (East Malvern, 1913-1916); soldier (Royal Park, 1917-1919); electrician (East Malvern, 1922-1928); mechanic (Burwood, 1931-1968) * [[/W. T. Blackburn|Blackburn, W. T.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Home Hill (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Searched William, Walter, Wilfred - Electoral Rolls: Nil yet identified ===''BLADES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alfred Blades|Blades, Ronald Alfred "Ron"]] [https://www.familysearch.org/tree/person/details/GXCS-L77] - 1916(Qld)-2005(NSW) - Licences: 4RX Toowoomba (1936-1939); 2VP Sydney (Haberfield, 1946-1947; Ashfield, 1948-1950; Dundas, 1954-1955); 2VP Melbourne (Blackburn, 1956); 2VP Sydney (Balgowlah, 1957-1969; Seaforth, 1975; Dee Why, 1980) - Qualifications: cc; AOCP 1775, 1936, No. ?? in Qld; BOCP 615, 1944 - amateur operator; amateur broadcaster; military (WW2, RAAF); broadcast technician (AWA) - Comment: Two Ronald Alfred Blades born in Qld 1916, 4RX 27/3/1916 - Electoral Rolls: radio engineer (Ashfield, NSW, 1949; Dundas, NSW, 1954; Balgowlah, NSW, 1958-1968); engineer (Dee Why, NSW, 1977) ===''BLAIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Andrew William Blair|Blair, Keith Andrew William]] [https://www.familysearch.org/tree/person/details/LK4S-ZXY] - 1911(Vic)-2001(NSW) - Licences: 2DX Balranald (1930-1934); 2DX Sydney (Marrickville, 1935-1937); 2DX Bega (1938-1939) - Qualifications: AOCP 699, 1930, Vic; BOCP 276, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: bank clerk (Balranald, 1932-1935; Randwick, 1936-1937; Bega, 1937); bank officer (Queanbeyan, 1949-1980) ===''BLAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leslie Gilbert Blake|Blake, Robert Leslie Gilbert]] [https://www.familysearch.org/tree/person/details/L831-ZLW] - 1888(Vic)-1952(Vic) - Licences: 3RG Castlemaine (1929-1939) - Qualifications: AOCP 484, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Castlemaine, 1912-1919); house furn. (Castlemaine, 1924-1949) ===''BLANCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Henry Blanchard|Blanchard, George Edward Henry]] [https://www.familysearch.org/tree/person/details/GZV2-B4S] - 1899(NSW)-1987(NSW) - Licences: 2DN Sydney (Newtown, 1922-1926; Hurlstone Park, 1927-1929) - Qualifications: cc; AOCP 195, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Earlwood, 1930-1980) ===''BLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Bland|Bland, William Joseph]] [https://www.familysearch.org/tree/person/details/GXT9-4RP] - 1902(India)-1955(SA) - Licences: Receive Adelaide (Alberton, 1923); 5AG Adelaide (Alberton, 1923-1927) - Qualifications: cc; CPRT 765, 1923 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio manufacturer (Tusmore, SA, 1939-1943) ===''BLUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Blue|Blue, Harry William]] - 1909(NSW)-2001(NSW) - 2YI Liverpool (1933), 2YI Albury (1934-1936), 9KO Rabaul (1937), 2YI Broken Hill (1938-1939), 2YI Sydney (Kingsford, 1946; Auburn, 1947-1980+, amateur operator (AOCP 1034, 1932, No. ?? in NSW), amateur broadcaster, A.A.M.S. ===''BLUNDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Verge Blunden|Blunden, Godfrey Verge]] [https://www.familysearch.org/tree/person/details/GDNG-22L] - 1906(Vic)-1996(France) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Wireless Weekly (editor, 1930s) - Electoral Rolls: journalist (North Sydney, 1930; East Sydney, 1933-1936) * [[/Leon Walter Blunden|Blunden, Leon Walter]] [https://www.familysearch.org/tree/person/details/G3KT-SMV] - 1914(SA)-2003(SA) - Licences: 5BH Adelaide (Firle, 1935-1939, 1947-1980+) - Qualifications: cc; AOCP 1535, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BOAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Douglas Boast|Boast, Harold Douglas]] [https://www.familysearch.org/tree/person/details/K2VW-3D4] - 1906(Eng)-1979(Vic) - Licences: 3AX Melbourne (Elsternwick, 1928-1939); 3AX Lubeck (1946-1969); 3AX Melbourne (Frankston, 1975) - Qualifications: AOCP 404, 1928, No. ?? in Vic; AOLCP 55, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Elsternwick, 1931-1936); radio engineer (3LK Lubeck, 1942-1968); retired (Frankston, 1972-1977) ===''BOILEAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Boileau|Boileau, John George]] [https://www.familysearch.org/tree/person/details/GXC2-HLQ] - 1893(SA)-1957(Qld) - Licences: 4JT Port Moresby (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Byron Bay, NSW, 1943-1954) ===''BOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Augustus Bold|Bold, Charles Augustus]] [https://www.familysearch.org/tree/person/details/GF3N-JSF] - 1894(WA)-1958(WA) - Licences: 6CA Perth (Beaconsfield, 1931-1939, 1947-1948) - Qualifications: cc; AOCP 832, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (South Fremantle, WA, 1921-1922); meter tester (South Fremantle, WA, 1925); electrician (South Fremantle, WA, 1931-1949); mains superintendent (South Fremantle, WA, 1954-1958) ===''BOLGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Joseph Bolger|Bolger, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/L67V-VDD] - 1867(Irl)-1941(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Deputy Director of Navigation, Vic) - Electoral Rolls: master mariner (Williamstown, 1914-1917); public servant (Elsternwick, 1919); master mariner (Elsternwick, 1931-1937) ===''BOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Francis Bond|Bond, Rupert Francis]] [https://www.familysearch.org/tree/person/details/9ZHS-QB3] - 1886(Vic)-1961(Qld) - Licences: Receive Brisbane (Rockhampton, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Rockhampton, Qld, 1912-1937; Rockhampton, Qld, 1949-1958) ===''BONGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gysbert Sheldon Bongers|Bongers, Gysbert Sheldon]] [https://www.familysearch.org/tree/person/details/L7F9-DXK] - 1900(NSW)-1948(NSW) - Licences: N745 Receive Sydney (1922-1923); 2HY Sydney (Rockdale, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster, engineer - Electoral Rolls: electrical engineer (Rockdale, 1930-1935; Hamilton, Qld, 1936-1937); engineer (Woollahra, 1943) ===''BONNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Coleman Bonner|Bonner, Alfred Coleman]] [https://www.familysearch.org/tree/person/details/MV14-MTM] - 1854(Tas)-1930(Tas) - Licences: Receive (Crystal) Legana (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Trevallyn, 1914-1922); no occupation (Legana, 1928) ===''BONNERUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Madsen Bonnerup|Bonnerup, Peter Madsen]] [https://www.familysearch.org/tree/person/details/G6F5-RC8] - 1890(Tas?)-1976(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as patent attorney, WA) - Electoral Rolls: patent attorney (Nedlands, 1922; South Perth, 1925-1972) - Links: [https://www.carnamah.com.au/bio/peter-madsen-bonnerup Bio] ===''BONNINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Archibald Bonnington|Bonnington, John Archibald]] [https://www.familysearch.org/tree/person/details/G88Y-1JP] - 1909(NSW)-1967(NSW) - Licences: 2HB Sydney (Bellevue Hill, 1930-1931); 2AKB Sydney (Avalon Beach, 1960-1965) - Qualifications: AOCP 569, 1930, No. ?? in NSW; 3AirOCP 16, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Broken Hill, 1931); engineer (Woollahra, 1932-1933); radio engineer (Darlinghurst, 1934-1935); air pilot (Avalon Beach, 1949-1963) ===''BONWILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Warren Bonwill|Bonwill, Edward Warren]] [https://www.familysearch.org/tree/person/details/9J35-NNV] - 1869(USA)-1945(NSW) - Licences: XBP Sydney (1912-1914); 2CA Receive Cowra (1922); 2CA Cowra (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: dentist (Barellan, 1930; Cowra, 1934-1937; Lithgow, 1937-1943) ===''BOTTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Botten|Botten, Herbert William]] [https://www.familysearch.org/tree/person/details/GDS2-8QJ] - 1895(SA)-1973(???) - Licences: 2HB Sydney (CBD, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Neutral Bay, 1930); radio manager (Darlinghurst, 1933-1936); manager (Darlinghurst, 1937-1958) ===''BOUCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Reid Bouchard|Bouchard, Victor John Reid "Vic"]] [https://www.familysearch.org/tree/person/details/G93B-52C] - 1897(Qld)-1936(Qld) - 4BY Receive Brisbane (Auchenflower, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; amateur club administrator - Electoral Rolls: draper's assistant (Auchenflower, 1921-1926); clerk (Buranda, 1928) ===''BOULTBEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Walker Boultbee|Boultbee, Kenneth Walker]] [https://www.familysearch.org/tree/person/details/GMWB-1Q4] - 1905(Tas)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: agent (Taringa, Qld, 1928-1958; Corinda, Qld, 1963-1968; St Lucia, Qld, 1972-1977); retired (Broadbeach, Qld, 1977-1980) ===''BOUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Boundy|Boundy, George Henry]] - 1866(Vic)-1932(Vic) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), early wireless experimenter, radio clubs (WIQ), state public servant (P&TQ, engineer), federal public servant (PMGD, engineer) ===''BOURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. Bourke|Bourke, J.]] - 19??(???)-19??(???) - Licences: V734 Receive Yarck (1922); Receive 3GP Yarck (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''BOURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Frederick Bourne|Bourne, Francis Frederick]] [https://www.familysearch.org/tree/person/details/GX55-9GM] - 1916(SA)-2004(SA) - Licences: 5BU Adelaide (Unley, 1935-1939; Wayville, 1947; Malvern, 1948-1954; Blackwood, 1955-1965; Belair, 1969); 5BU Keith (1975); 5BU Naracoorte (1980) - Qualifications: cc; AOCP 1593, 1935, SA; 2COCP 1282, 1953; 1COCP 1722, 1954 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Parkside, SA, 1939-1943) ===''BOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Germain Bowden|Bowden, Eric James Germain]] [https://www.familysearch.org/tree/person/details/L7T7-YC2] - 1894(Tas)-1984(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - PMGD Wireless Inspector, Hobart, 1920s & 1930s; witness to Royal Commission 1927 (as equipment engineer, PMGD, Tas) - Relationships: son of Frank Prosser Bowden; brother of John Gibson Bowden - Electoral Rolls: junior assistant engineer (Hobart North, 1922); engineer (Hobart South, 1936-1937) * [[/Frank Prosser Bowden|Bowden, Frank Prosser]] [https://www.familysearch.org/tree/person/details/97MP-G4L] - 1860(Tas)-1934(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter, Tas PMGD, Federal PMGD - Relationships: father of Eric James Germain Bowden and John Gibson Bowden - Electoral Rolls: civil servant (Hobart North, 1914-1928) * [[/John Gibson Bowden|Bowden, John Gibson]] [https://www.familysearch.org/tree/person/details/LNJZ-V69] - 1906(Tas)-1998(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - employee of Medhurst Electrical - Relationships: son of Frank Prosser Bowden; brother of Eric James Germain Bowden - Electoral Rolls: mechanic (Launceston, 1928); electrical mechanic (New Town, 1936-1937); engineer (Nelson, 1943-1963) * [[/Ronald Stanley Bowden|Bowden, Ronald Stanley]] [https://www.familysearch.org/tree/person/details/GQGS-F9R] - 1900(Eng)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Albion, Qld, 1921); car driver (Wilston, Qld, 1934); car proprietor (Newmarket, Qld, 1936-1943); store keeper (Urangan, Qld, 1949-1954); farmer (Mundubbera, Qld, 1958-1963); retired (Urangan, Qld, 1968-1980) ===''BOWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Keith Bowen|Bowen, Harold Keith "Keith"]] [https://www.familysearch.org/tree/person/details/GXGK-7SZ] - 1913(SA)-1987(SA) - Licences: 5KB Adelaide (Maylands, 1932-1939) - Qualifications: cc; AOCP 1049, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Tranmere, SA, 1943) * [[/Joseph La Venture Bowen|Bowen, Joseph La Venture or Laventure]] [https://www.familysearch.org/tree/person/details/GDPP-MLB] - 1917(Qld)-1966(Qld) - Licences: 4LB Brisbane (Hamilton, 1935-1939)- Qualifications: cc; AOCP 1445, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kedron, Qld, 1943-1958); public servant (Kedron, Qld, 1963) ===''BOWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Nigel Bowman|Bowman, Hubert Nigel "Pete"]] [https://www.familysearch.org/tree/person/details/K4PT-FY3] - 1908(SA)-1987(SA) - Licences: 5FM Adelaide (Payneham, 1932-1933; Royston Park, 1937; Payneham, 1938-1939, 1947-1948; Mitcham, 1954-1956); 5FM Crystal Brook (1960); 5FM Bridgewater (1965-1980+); 5FN Portable (1965-1969) - Qualifications: cc; AOCP 911, 1932, No. ?? in SA; 2COCP 259, 1939; BOCP 282, 1940; 1COCP 354, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Boyd|Boyd, Norman James]] [https://www.familysearch.org/tree/person/details/GZXJ-VM7] - 1897(Vic)-1977(Vic) - Licences: XNO Melbourne (Elsternwick, 1913-1914); 3EL Receive Melbourne (Elsternwick, 1922-1923); 3EL Melbourne (Elsternwick, 1924-1925; Caulfield, 1925-1927; Elwood, 1931-1939) - Qualifications: AOCP 104, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; radio engineer (3UZ, 1920s); WW1 - Electoral Rolls: mechanic (Elsternwick, 1919-1924); manager (Caulfield, 1926-1928); engineer (Elsternwick, 1931-1937); electrician (St Kilda, 1949-1963); retired (Caulfield, 1967-1977) ===''BRADBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. J. Bradbury|Bradbury, B. J.]] - abt 1887(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''BRADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Keith Bradford|Bradford, Alfred Keith]] [https://www.familysearch.org/tree/person/details/L6Q5-VC5] - 1912(NSW)-1986(Qld) - Licences: 4KK Millmerran (1936-1939, 1947-1975); 4KK Drillham (1980+) - Qualifications: cc; AOCP 1750, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Millmerran, Qld, 1934-1937); farmer (Millmerran, Qld, 1943-1954); radio dealer (Millmerran, Qld, 1958-1968); farmer (Drillham, Qld, 1977-1980) * [[/John Richard Bradford|Bradford, John Richard]] - 19??(???)-19??(???) - senior federal public servant (chief electrical engineer, Qld, PMGD) ===''BRADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Randell Bradley|Bradley, Frank Randell]] [https://www.familysearch.org/tree/person/details/G973-F7P] - 1884(SA)-1963(NSW) - Licences: 3ZK Melbourne (Sandringham, 1923-1930); 2JB Sydney (Mosman, 1931-1939) - Qualifications: cc; AOCP 2, 1924, No. 1 in Vic - amateur operator; amateur broadcaster; federal public servant (PMGD, Superintendant Telegraphs Vic, 1928; Deputy PMG Qld; NSW); historian (telegraphs) - Electoral Rolls: civil servant (Sandringham, Vic, 1914-1924; Mosman, NSW, 1933-1943); no occupation (Killara, NSW, 1954-1963) ===''BRAGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Bragg|Bragg, William Henry]] [https://www.familysearch.org/tree/person/details/LCFQ-9N6] - 1862(Eng)-1942(Eng) - Early wireless experimenter, academic (University of Adelaide, 1885-1908), physicist, chemist, mathematician, shared Nobel prize in 1915 with his son William Lawrence Bragg, son-in-law of Charles Todd - Links: [[w:William Henry Bragg|Wikipedia]] * [[/William Lawrence Bragg|Bragg, William Lawrence "Lawrence"]] [https://www.familysearch.org/tree/person/details/MWXT-CLR] - 1890(SA)-1971(Eng) - participated as a youth in his father's early wireless experiments, academic (University of Adelaide), physicist, shared Nobel prize in 1915 with his father William Henry Bragg, grandson of Charles Todd - Links: [[w:Lawrence Bragg|Wikipedia]] ===''BRAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. F. Brain|Brain, S. F.]] - 19??(???)-19??(???) - Licences: 2ZD Sydney (Ashfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: likely related XFR V. J. Brain - Electoral Rolls: Nil yet identified * [[/V. J. Brain|Brain, V. J.]] - 19??(???)-19??(???) - Licences: XFR Sydney (Ashfield, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: likely related 2ZD S. F. Brain - Electoral Rolls: Nil yet identified ===''BRAMLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Alfred Bramley|Bramley, John Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIW Wyndham (1917-1918) - Electoral Rolls: Nil yet identified ===''BRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorayne Branch|Branch, Lorayne]] - Living - author ("Henry Sutton, The Innovative Man"), historian (Henry Sutton) ===''BRANDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Frank Brandon|Brandon, Eric Frank]] [https://www.familysearch.org/tree/person/details/GXPK-2ZY] - 1907(SA)-2001(SA) - Licences: 5FB Wilmington (1933-1939); 5FB Adelaide (Prospect, 1948); 5FA Oodnadatta (1965); 5FA Ramco (1969-1975); 5FA Adelaide (Blair Athol, 1980+) - Qualifications: cc; AOCP 1145, 1933, SA; 2COCP 140, 1938; 1COCP 183, 1938; BOCP 201, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BRANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Mervyn Branks|Branks, Albert Mervyn "Merv"]] [https://www.familysearch.org/tree/person/details/GZ6Y-88K] - 1906(NZ)-1978(NZ) - prominent MW and SW broadcast listener 1920s to 1970s, DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tribute] ===''BREDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wynne Steere Breden|Breden, Wynne Steere]] - 1900(Qld)-1976(NSW) - Rx Melbourne (East Melbourne, 1923), 2WS Newcastle (Newcastle, 1924-1931), amateur operator (AOCP 9, 1924, No. ?? in NSW), amateur broadcaster, shipyard business ===''BREMERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Frederick Bremerman|Bremerman, Harold Frederick]] [https://www.familysearch.org/tree/person/details/GXCQ-QWC] - 1903(Eng)-1988(Qld) - Licences: 4HB Brisbane (Wooloowin, 1938-1939, 1946-1954; Aspley (1955-1975+) - Qualifications: cc; AOCP 1267, 1934, Qld; COCP (Eng) - amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (WIAQ, Life Member; Brisbane DX Club); employment (electrician, Courier Mail, Besley & Pike, Mt. Olivett Hospital); pilot; UK Merchant Navy 1920s - Electoral Rolls: electrical mechanic (Albion, Qld, 1928); mechanic (Wooloowin, Qld, 1936-1954); retired (Aspley, Qld, 1958-1980) ===''BRENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan James Brennan|Brennan, Allan James]] [https://www.familysearch.org/tree/person/details/G6TR-SNJ] - 1887(Vic)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 31, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: Nil yet identified ===''BREWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip John Brewer|Brewer, Phillip or Philip John]] [https://www.familysearch.org/tree/person/details/LVKH-MNW] - 1900(WA)-1948(SA) - Licences: 5JA Adelaide (Parkside, 1926-1939) - Qualifications: cc; AOCP 269, 1926, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Parkside, 1939-1943) ===''BRIDGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Bridger|Bridger, Thomas William]] [https://www.familysearch.org/tree/person/details/G85V-2YT] - 1885(UK)-1941(NT) - Licences: 4AP Receive Brisbane (City, 1923); 4AP Brisbane (Hamilton, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer; public servant; WW1 (2nd Aust Flying Squadron, 1916) - Electoral Rolls: electrical engineer (West Perth, 1914); consulting engineer (Auchenflower, 1925); poultry farmer (Geebung, 1928); engineer (Armadale, 1934-1937) - Directories: electrical engineer (Adelaide, 1915; Melbourne, 1917-1921; Brisbane, 1923-1927; Adelaide, 1930) ===''BRIDGES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank John Claud Bridges|Bridges, Frank John Claud or Claude]] [https://www.familysearch.org/tree/person/details/GHRF-XHR] - 1885(NZ)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 141, 1915; 2COCP 182, 1930; 1COCP 279, 1932 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); officer-in-charge (Radio Station, Esperance, 1921-1949); retired (Esperance, 1958-1963) ===''BRIGGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Robert Briggs|Briggs, Donald Robert]] [https://www.familysearch.org/tree/person/details/GX5B-1TN] - 1915(SA)-2008(SA) - Licences: 5BD Adelaide (Walkerville, 1935-1939; Henley Beach, 1947; South Plympton, 1954-19600; 5HB Adelaide (Morphett Vale, 1980+) - Qualifications: cc; AOCP 1490, 1935, SA; 2COCP 413, 1941; BOCP 373, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: assistant (Kirkcaldy, SA, 1939) ===''BRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Herbert Bright|Bright, William Henry Herbert "Bill"]] [https://www.familysearch.org/tree/person/details/LBQH-GSX] - 1898(Qld)-1961(Qld) - Licences: Spark; 4FA Toowoomba (1923); 4AA Toowoomba (1924-1925); 4WB Toowoomba (1925-1927); 4OO Toowoomba (1937-1939) - Qualifications: cc; AOCP 123, 1925, No. 13 in Qld - amateur operator; amateur broadcaster - Withdrawal: callsign 4AA withdrawn by PMGD for their use - Electoral Rolls: telegraphist (Toowoomba, 1919-1943); clerk (Toowoomba, 1949); mechanic (Toowoomba, 1954-1958) ===''BRIMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Campbell Brimble|Brimble, Charles Campbell]] [https://www.familysearch.org/tree/person/details/GX5L-9GH] - 1915(SA)-2003(SA) - Licences: 5CB Adelaide (Somerton, 1935-1939, 1947-1948; Somerton Park, 1954-1980+) - Qualifications: cc; AOCP 1446, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Somerton, SA, 1939-1943) ===''BRIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Marcus John Gordon Brims|Brims, Marcus John Gordon]] [https://www.familysearch.org/tree/person/details/KZWB-S11] - 1888(Qld)-1982(Qld) - Licences: XQA Mareeba (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; business proprietor (plywood & veneer manufacture) - Electoral Rolls: foreman (Mareeba, 1912-1913); foreman joiner (Milton, 1921); timber merchant (Milton, 1925-1931); plywood manufacturer (Annerley, 1937-1958); business manager (Annerley, 1963-1980) ===''BRISTOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Morrison Bristow|Bristow, John Morrison]] [https://www.familysearch.org/tree/person/details/GZPL-DLJ] - 1908(NSW)-1983(NSW) - Licences: 2ZX Sydney (Neutral Bay, 1926-1929) - Qualifications: AOCP 243, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: advertising manager (Neutral Bay, 1930-1935); manager (Gordon, 1937-1943); company manager (Pymble, 1949); manager (Wahroonga, 1954-1980) ===''BROCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Edward Earl Brock|Brock, Hector Edward Earl]][https://www.familysearch.org/tree/person/details/9VQL-BTC] - 1902(Vic)-1962(SA) - Licences: 3ZC Melbourne (Moonee Ponds, 1923-1924); 5DP Adelaide (North Adelaide, 1924-1927; Malvern, 1927-1938); 5UZ Adelaide (Fullarton, 1954-1956; Nailsworth, 1960) - Qualifications: cc; AOCP 25, 1924, No. ?? in SA - amateur operator; amateur broadcaster; University of Adelaide (Demonstrator & Technical Assistant, 1949) - Electoral Rolls: laboratory assistant (Moonee Ponds, Vic, 1924); no occupation (Malvern, SA, 1939-1943) ===''BROINOWSKI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leopold Thomas Broinowski|Broinowski, Leopold Thomas]] [https://www.familysearch.org/tree/person/details/G6FR-SMR] - 1871(Vic)-1937(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as associate editor, Hobart Mercury, Tas) - Electoral Rolls: journalist (Hobart South, 1914-1937) ===''BROOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilberforce Henry Liddon Brooke|Brooke, Wilberforce Henry Liddon]] [https://www.familysearch.org/tree/person/details/LB61-69T] - 1891(NSW)-1969(NSW) - Licences: 2BR Terrigal (1930-1936); 2BR Dora Creek (1937-1939, 1946-1958); 2BR Paterson (1960-1969) - Qualifications: AOCP 638, 1930, NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: clergyman (Jerry's Plains, 1930; Terrigal, 1931-1937; Dora Creek, 1954-1958; Paterson, 1963-1968) ===''BROOKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Brookes|Brookes, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GDSJ-GV6] - 1911(Qld)-1958(Qld) - Licences: 4BA Brisbane (Kelvin Grove, 1936-1937; Ashgrove, 1938-1939; Wooloowin, 1947-1948) - Qualifications: cc; AOCP 1641, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Wooloowin, Qld, 1943-1954); waterside Worker (Wooloowin, Qld, 1958) ===''BROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Milton Brooks|Brooks, Albert Henry Milton]] [https://www.familysearch.org/tree/person/details/LT1Q-DVK] - 1901(SA)-1975(SA) - Licences: 5KG Adelaide (Grange, 1933-1939; Croydon, 1946-1960+); 5AH Adelaide (Ridleton, 1969-1975) - Qualifications: cc; AOCP 1170, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Croydon, 1939); railway employee (Croydon, 1941-1943) - Relationships: likely related to 7JB John Vickery Brooks and 7DB D. C. Brooks * [[/John Vickery Brooks|Brooks, John Vickery "Jack"]] [https://www.familysearch.org/tree/person/details/GHXL-RK8] - 1905(SA)-1983(Vic) - Licences: 7JB Hobart (1924-1926) - Qualifications: cc; AOCP 37, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; engineer; originally from Adelaide - Relationships: likely related to 5KG Albert Henry Brooks and 7DB D. C. Brooks - Electoral Rolls: engineer (Hobart South, 1928; Malvern, Vic, 1954-1980) ===''BROOMHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Broomhall|Broomhall, Charles Alfred]] [https://www.familysearch.org/tree/person/details/M7NZ-2SV] - 1891(Vic)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 729, 1922 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Geraldton, 1916); mechanic (Wireless Station, Applecross, 1925; Canning Bridge, 1931-1937; Applecross, 1943-1954); retired (Bickley, 1958-1963) ===''BROWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan George Brown|Brown, Alan George]] [https://www.familysearch.org/tree/person/details/G849-43Y] - 1909(Vic)-1970(Vic) - Licences: 3CX Melbourne (Canterbury, 1928-1937; Upper Hawthorn, 1938-1939; Canterbury, 1946-1969) - Qualifications: AOCP 446, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF) - Electoral Rolls: clerk (Camberwell North, 1931); public servant (Auburn, 1936-1937); RAAF (St Kilda North, 1943); civil servant (Auburn, 1949); clerk (Deepdene, 1954; Camberwell North, 1963-1968) * [[/Alan Weymouth Brown|Brown, Alan Weymouth]] [https://www.familysearch.org/tree/person/details/GSKH-1N5] - 1902(Tas)-1938(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Listeners' League, Hobart (assistant secretary); witness to Royal Commission 1927 (as Assistant Secretary, Listeners' League, Hobart, Tas) - Electoral Rolls: electrician (Hobart South, 1936-1937) * [[/Alfred Louis Brown|Brown, Alfred Louis]] [https://www.familysearch.org/tree/person/details/LYQV-4SS] - 1885(Eng)-1971(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as general manager, 5CL, SA) - Electoral Rolls: instrument maker (Claremont, WA, 1910); optician (Applecross, 1916-1917); director (Kew, Vic, 1926); engineer (Cottesloe, 1936-1937) * [[/Bruce Kevin Brown|Brown, Bruce Kevin]] [https://www.familysearch.org/tree/person/details/G6S4-CV1] - 1920(Tas)-1984(NSW) - Licences: 7QZ Launceston (1937-1939); 2AQZ Sydney (Meadowbank, 1954-1969; Annangrove, 1975-1980+) - Qualifications: cc; AOCP 1942, 1937, No. ?? in Tas; BOCP 303, 1940; 1COCP 492, 1941; TVOCP 1014, 1968 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: laboratory assistant (Meadowbank, 1943-1968); technician (Annangrove, 1972-1980) * [[/Clarence Roy Brown|Brown, Clarence Roy]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - founder of 5KA Class B Adelaide; witness to Royal Commission 1927 (as manager, 5KA, SA) - Electoral Rolls: * [[/Clifford Walter Brown|Brown, Clifford Walter]] [https://www.familysearch.org/tree/person/details/LCV5-M8M] - 1906(WA)-1991(WA) - Licences: 6CB Perth (Subiaco, 1930-1939) - Qualifications: cc; AOCP 640, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Subiaco, 1931-1937); traveller (Nedlands, 1943-1963); business manager (Wembley, 1968); manager (Morley, 1972; Dianella, 1977-1980) * [[/Frank Makepeace Brown|Brown, Frank Makepeace]] [https://www.familysearch.org/tree/person/details/G8H5-2M5] - 1911(WA)-2006(WA) - Licences: 6FB Mullewa (1939; 1946-1948); 6FB Bassendean (1954-1960); 6FB Perth (Doubleview, 1965-1969; Rossmoyne, 1975) - Qualifications: AOCP 2375, 1939, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telephone mechanic (Northam, 1936; Bassendean, 1943); civil servant (Mullewa, 1949); telephone technician (Bassendean, 1954-1963); civil servant (Doubleview, 1968-1972); telephone technician (Rossmoyne, 1977-1980) * [[/George D. Brown|Brown, George D.]] [https://www.familysearch.org/tree/person/details/GXCQ-JFD] - 1875(???)-19??(???) - Licences: 4DB Brisbane (Ascot, Qld, 1937-1939) - Qualifications: cc; AOCP 1970, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous GBs - Electoral Rolls: Nil yet identified * [[/Harry Percy Brown|Brown, Harry Percy "Horsepower", "Poo Bah"]] [https://www.familysearch.org/tree/person/details/L1R8-R1W] - 1878(Eng)-1967(NSW) - senior federal public servant (Director-General, Posts and Telegraphs); witness to Royal Commission 1927 (as Secretary, PMGD) - Links: [[w:Harry Brown (public servant)|Wikipedia]]; [https://adb.anu.edu.au/biography/brown-sir-harry-percy-5384 ADB]; [https://telegramsaustralia.com/Forms/Special%20developments/People/Brown.html Telegrams Australia] * [[/Hector Mervyn Brown|Brown, Hector Mervyn]] [https://www.familysearch.org/tree/person/details/G9TY-HSC] - 1906(NSW)-1961(SA) - Licences: 5MB Adelaide (Torrensville, 1927-1928; Southwark, 1931-1933, 1946-1948) - Qualifications: AOCP 345, 1927, No. ?? in SA; 2COCP 402 1932; 1COCP 333, 1933) - amateur operator, amateur broadcaster, broadcast engineer (2BH, 1937), PMGD SA (mechanic, retired 1940) - Electoral Rolls: radio engineer (Broken Hill, 1937), engineer (Thebarton, 1941-1943) * [[/Herbert George Brown|Brown, Herbert George "Harry"]] [https://www.familysearch.org/tree/person/details/L5BH-NGV] - 1887(Eng)-1966(Qld) - Licences: 4BH Booval (1928-1930); 4HG Booval (1931); 4HG Ipswich (1937-1939, 1946-1956); 4BH Brisbane (Graceville, 1965) - Qualifications: cc; AOCP 455, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (Ipswich); railways employee - Callsign: withdrawn for 4BH Brisbane - Electoral Rolls: labourer (Ipswich, Qld, 1925; Redbank, Qld, 1929) * [[/Herbert Rufus Brown|Brown, Herbert Rufus]] [https://www.familysearch.org/tree/person/details/K2HL-T23] - 1894(Vic)-1980(Vic) - Licences: 3NN Receive Yanac (1923); 3NN Yanac (1924-1980) - Qualifications: cc; AOCP 271, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Yanac, 1919-1977) * [[/J. R. Brown|Brown, J. R.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Southport (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James McGladdery Brown|Brown, James McGladdery]] [https://www.familysearch.org/tree/person/details/GW18-TCK] - 1882(Qld)-1965(Qld) - Licences: 4BJ Aramac (1929-1933); 4BJ Rockhampton (1937); 4BJ Bundaberg (1947-1965) - Qualifications: AOCP 480, 1929, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: porter (Rockhampton, 1905); station master (Finch Hatton, 1913); labourer (Mackay, 1919); motor car proprietor (Baralaba, Mt Morgan, 1925); guard (Aramac, 1928-1937); retired (Maryborough, 1954-1963; Ascot, 1963) - Relationships: father of Victor James Caldwell Brown, the likely actual amateur operator * [[/John Henry Shadwell Brown|Brown, John Henry Shadwell]] [https://www.familysearch.org/tree/person/details/GDJL-7M4] - 1897(NSW)-1959(NSW) - Licences: 2JK Sydney (Botany, 1925-1939) - Qualifications: cc; CPRT 926, 1926; 1COCP 154, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Botany, 1930-1958) * [[/Joseph Brown|Brown, Joseph "Joe"]] [https://www.familysearch.org/tree/person/details/GQH2-YSM] - 1916(Tas)-1990(Tas) - Licences: 7BJ Hobart (Battery Point, 1934-1939; New Town, 1946-1980+) - Qualifications: cc; AOCP 1255, 1934, No. ?? in Tas; BOCP 5, 1936 - amateur operator; amateur broadcaster; broadcast engineer (7ZL, Hobart TV); public servant (PMGD) - Electoral Rolls: radio operator (Battery Point, 1936-1937); civil servant (New Town, 1943-1972) * [[/Leonard Austin Brown|Brown, Leonard Austin]] [https://www.familysearch.org/tree/person/details/GX21-FFX] - 1915(Vic)-1957(SA) - Licences: 3OP Melbourne (Camberwell, 1931-1933); 5OP Adelaide (Eastwood, 1937-1939) - Qualifications: cc; AOCP 814, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Camberwell, Vic, 1936; Eastwood, SA, 1939; Unley Park, SA, 1941) * [[/Robert Brown|Brown, Robert]] - 19??(???)-19??(???) - Licences: Receive Hobart (Moonah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart Central, 1919; Moonah, 1928); fitter (Hobart North, 1958) * [[/Victor James Caldwell Brown|Brown, Victor James Caldwell]] [https://www.familysearch.org/tree/person/details/LBKS-2T7] - 1907(Qld)-1983(Qld) - Licences: Nil yet identified, but likely those in father's name - Qualifications: Nil yet identified, but likely those in father's name - amateur operator? - Electoral Rolls: wardsman (Aramac, 1928); guard (Aramac, 1930); baker (Rockhampton, 1936); radio mechanic (Barcaldine, 1943; Bundaberg, 1949-1963) - Relationships: son of James McGladdery Brown - note electoral roll addresses for Victor James precisely align with 4BJ addresses whereas those for James McGladdery do not * [[/William Francis Brown|Brown, William Francis]] [https://www.familysearch.org/tree/person/details/G8VB-4DL] - 1914(Vic)-19??(???) - Licences: 3BB Warrnambool (1930-1933); 3BB Melbourne (Richmond, 1937); 9BB Wau, New Guinea (1938); 2ANP Sydney (Bundeena, 1947) - Qualifications: AOCP 704, 1930, Vic; 2COCP 92, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Richmond, 1937) - Comment: many contemporaneous WFBs ===''BROWNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Vincent Browne|Browne, Robert John Vincent]] [https://www.familysearch.org/tree/person/details/GSLZ-BY6] - 1907(Qld)-1972(Qld) - Licences: 4RB Brisbane (Toowong, 1925-1939; New Farm, 1946-1956; Dorrington, 1960-1969) - Qualifications: cc; AOCP 92, 1925, No. 10 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Toowong, 1936-1937); mechanic (Clevedon, 4QN, 1943); technician (New Farm, 1949-1954); teacher (Dorrington, 1958-1968) ===''BROWNLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Frank Brownless|Brownless, Sidney Frank "Frank"]] [https://www.familysearch.org/tree/person/details/G8HD-M5S] - 1915(Eng)-1995(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD); military (WW2, RAF, radar research); clubs & societies (IREE); author ("The Sharing of Television Channels", ABCB, 1973 - Electoral Rolls: engineer (Albert Park, 1954-1980) ===''BRUCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Bruce|Bruce, George William]] [https://www.familysearch.org/tree/person/details/GXPX-XN9] - 1913(SA)-1980(SA) - Licences: 5GB Adelaide (Prospect, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1925, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Arthur Bruce|Bruce, Robert Arthur]] [https://www.familysearch.org/tree/person/details/LR18-SKL] - 1900(SA)-1971(SA) - Licences: Receive Adelaide (City, 1923-1924); 5BJ Adelaide (Glenelg, 1927-1939) - Qualifications: cc; AOCP 357, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glenelg, 1939-1943) * [[/Robert William Bruce|Bruce, Robert William]] [https://www.familysearch.org/tree/person/details/GZTC-Z1J] - 1899(Vic)-1971(Vic) - Licences: 3JW Melbourne (St Kilda, 1926-1928; East Malvern, 1931-1939) - Qualifications: AOCP 283, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda East, 1926; Malvern East, 1931-1967) ===''BRUNSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Thomas Brunsden|Brunsden, Herbert Thomas]] [https://www.familysearch.org/tree/person/details/G8NR-JJR] - 1909(NSW)-1942(NSW) - Licences: 2BX Sydney (Leichhardt, 1930-1939) - Qualifications: AOCP 649, 1930, NSW; AOLCP 258, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Leichhardt, 1930-1937) - Comment: Gone too soon ===''BRYCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ramsay Auld Bryce|Bryce, Ramsay Auld]] [https://www.familysearch.org/tree/person/details/GH9T-FL2] - 1914(Qld)-1974(Qld) - Licences: 4AB Ipswich (1937-1939, 1947-1948); 4AB Gold Coast (Palm Beach, 1954-1969); 4AC Portable Ipswich (1947-1956) - Qualifications: cc; AOCP 1935, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (North Ipswich, Qld, 1937); radio serviceman (North Ipswich, Qld, 1943); theatre proprietor (Palm Beach, Qld, 1949); showman (Palm Beach, Qld, 1954-1958); projectionist (Palm Beach, Qld, 1963-1972) ===''BRYSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royal William Bryson|Bryson, Royal William "Roy"]] [https://www.familysearch.org/tree/person/details/GZ9P-5KJ] - 1886(Vic)-1956(Vic) - Licences: XJJ Melbourne (Richmond, 1913); 3JM Receive Melbourne (Kew, 1922-1923); 3JM Melbourne (Kew, 1924-1933) - Qualifications: cc; AOCP 50, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; honorary radio inspector - Electoral Rolls: mechanic (Richmond, 1914-1916); electrical fitter (Kew, 1919-1937); electrician (Croydon, 1943-1954) ===''BUCHANAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thomas Oswald Buchanan|Buchanan, Norman Thomas Oswald]] [https://www.familysearch.org/tree/person/details/G84K-B7C] - 1912(Qld)-1985(Vic) - Licences: 2NB Sydney (Manly, 1928-1939); 2ANB Sydney (Bondi, 1948; Kingsford, 1950); 3AND Melbourne (Ascot Vale, 1954; Rosanna, 1955-1956) - Qualifications: AOCP 466, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Manly, 1934-1935); sound engineer (Manly, 1936); engineer (North Sydney, 1943; Heidelberg, 1954-1963; Rosanna, 1968; Heidelberg, 1972; Rosanna, 1977); retired (Castlemaine, 1980) ===''BUCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hector Buck|Buck, Albert Hector]] [https://www.familysearch.org/tree/person/details/LDQJ-PC3] - 1905(Vic)-1948(Vic) - Licences: 3TM Receive Melbourne (Albert Park, 1923); 3TM Melbourne (Glenhuntly, 1924-1926; Glenferrie, 1927; East Preston, 1931; Hawthorn, 1933-1937); 3TM Terang (1938-1939); 3TM Shepparton (1946-1947) - Qualifications: cc; AOCP 138, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: father of 3ZMX & 3AAD Edwin David Buck, don't confuse with Albert Thomas Buck (Qld) - Electoral Rolls: electrician (Glenferrie, 1927-1928); mechanic (Glenferrie, 1931; Hawthorn, 1937); electrician (Terang, 1943) * [[/Albert Thomas Buck|Buck, Albert Thomas]] [https://www.familysearch.org/tree/person/details/9Z9K-CXG] - 1892(Eng)-1973(Eng) - Licences: 4CW Receive Brisbane (Geebung, 1923); 4CW Brisbane (Geebung, 1924-1927) - Qualifications: cc; AOCP 281, 1926, No. 24 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: home duties (Kedron, 1931-1934); wireless mechanic (Summer Hill, 1933) - don't confuse with 3TM Albert Hector Buck * [[/Edwin David Buck|Buck, Edwin David]] [https://www.familysearch.org/tree/person/details/GZNC-4JQ] - 1929(Vic)-2010(Vic) - 3ZMX Melbourne (Thornbury, 1965-1969, 3AAD Melbourne (Thornbury, 1975-1980), amateur operator (AOCP ??, 19??, No. ?? in Vic), son of 3TM Albert Hector Buck ===''BUCKERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Roy Buckerfield|Buckerfield, Sidney Roy "Buck" & "Roy"]] [https://www.familysearch.org/tree/person/details/GCGS-S7N] - 1904(SA)-1965(SA) - Licences: 5DA Receive Adelaide (Parkside, 1923); 5DA Adelaide (Parkside, 1924-1927; Evandale, 1928-1931; Knoxville, 1933-1939; St Morris, 1947-1948+); 5DA Crystal Brook (1954-1956); 5DA Adelaide (Brighton Gardens, 1960+) - Qualifications: cc; AOCP 32, 1924, No. ?? in SA; 2COCP 163, 1938; 1COCP 1557, 1950 - amateur operator; amateur broadcaster; broadcast engineer (5DN, 5CK, 5DR, 5AN, 5ABCFM); public servant (PMGD); WW2 - Electoral Rolls: mechanic (Knoxville, 1939) ===''BUCKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Carson Buckie|Buckie, Alan Carson]] [https://www.familysearch.org/tree/person/details/GFQ6-8QC] - 1909(WA)-1966(WA) - Licences: 6AB Perth (Nedlands, 1936-1939; Claremont, 1947-1948; Dalkeith, 1965) - Qualifications: cc; AOCP 1682, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1931); radio engineer (Nedlands, WA, 1943-1963) ===''BUGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Robert Bugg|Bugg, Charles Robert]] [https://www.familysearch.org/tree/person/details/G82G-Q8K] - 1918(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: BOCP 11, 1936, Vic - - Electoral Rolls: radio engineer (Geelong, 1942) ===''BUILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Builder|Builder, Geoffrey]] [https://www.familysearch.org/tree/person/details/GM6S-FBL] - 1906(WA)-1960(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - physicist; radio engineer; WW2 - Electoral Rolls: observer (Magnetic Observatory, Watheroo, 1931; physicist (Haberfield, 1935; Ashfield, 1937; Burwood, NSW, 1943-1958) - [https://adb.anu.edu.au/biography/builder-geoffrey-9617 ADB] ===''BULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Bull|Bull, Francis George]] [https://www.familysearch.org/tree/person/details/LB9W-CFP] - 1904(Eng)-1965(Qld) - Licences: 4MA Brisbane (Fairfield, 1936-1939) - Qualifications: cc; AOCP 1674, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Stones Corner, Qld, 1926-1928; Highgate Hill, Qld, 1934; Fairfield, Qld, 1937; Annerley, Qld, 1943-1958); military forces (Wellers Hill, Qld, 1963) * [[/J. F. Bull|Bull, J. F.]] - 19??(???)-19??(???) - 4FH Mackay (-1949-1967+), amateur operator (AOCP ??, 19??, No. ?? in Qld), associate member I.R.E. Aust. ===''BULLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Bulling|Bulling, William John]] [https://www.familysearch.org/tree/person/details/L4Y9-S95] - 1914(SA)-2000(SA) - Licences: 5KX Adelaide (Grange, 1935-1939; Kirkcaldy, 1947-1954; Kings Park, 1955-1975); 5KX Wasleys (1980+) - Qualifications: cc; AOCP 1527, 1935, SA; BOCP 166, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Kirkcaldy, 1939-1943) ===''BULLIVANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Bullivant|Bullivant, William Norman]] [https://www.familysearch.org/tree/person/details/GZJK-X8B] - 1908(NSW)-1985(NSW) - 2PR Receive Albury (1923-1924), 2WB Albury (1925-1930), 2WB West Wyalong (1931-1934), 2BC Sydney (Bondi, 1946-1950; Bellevue Hill, 1954-1969; Kingsford, 1975-1980+), amateur operator (AOCP 167, 1925, No. ?? in NSW; 1COCP 319, 1940), amateur broadcaster, postal clerk (West Wyalong, 1932), telegraphist (Bondi, 1943), supervisor (Waverley, 1954; Bellevue Hill, 1963; Kingsford, 1980)) ===''BULLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Frederick Wright Bullock|Bullock, Albert Frederick Wright "Bert"]] [https://www.familysearch.org/tree/person/details/GX4K-44G] - 1900(Qld)-1987(Qld) - Licences: 4ZX Brisbane (Coorparoo, 1933-1939, 1946-1954; Camp Hill, 1955-1960) - Qualifications: cc; AOCP 1109, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: ironworker (East Brisbane, Qld, 1925); storeman (Coorparoo, Qld, 1936-1954); retired (Coorparoo, Qld, 1958-1980) ===''BUNTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Bunton|Bunton, George Henry]] [https://www.familysearch.org/tree/person/details/MGWV-YFR] - 1872(Eng)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, Mosman, NSW) - Electoral Rolls: butcher (Mosman, 1930-1954) ===''BURBIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Arthur Burbidge|Burbidge, Philip Arthur]] [https://www.familysearch.org/tree/person/details/G8HM-7JL] - 1910(Eng)-1948(NSW) - Licences: 3PB Melbourne (Moonee Ponds, 1928-1931); 2PB Sydney (Bellevue Hill, 1946-1947) - Qualifications: AOCP 456, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant manager (Camberwell, 1934); manager (Bellevue Hill, 1943) ===''BURBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Alfred Burbury|Burbury, Eric Alfred]] - 1894(Tas)-1976(NSW) - early wireless experimenter (Tasmania, unlicensed?), ship wireless operator (1910s), broadcast engineer (AWA, Koo-we-rup; 2FC, chief engineer), brother of Harry Keith Burbury * [[/Harry Keith Burbury|Burbury, Harry Keith "Keith"]] - 1897(Tas)-1986(NSW) - engineer (PMGD), brother of Eric Alfred Burbury ===''BURCHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Burchill|Burchill, Charles]] [https://www.familysearch.org/tree/person/details/GXXD-8PF] - 1894(Qld)-1969(NSW) - Licences: 4EM Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (Hendra, Qld, 1925; Surry Hills, NSW, 1930); fitter (Long Bay Camp, NSW, 1933; Surry Hills, NSW, 1934-1936; Harbord, NSW, 1937); watchman (Maroubra, NSW, 1943-1949) ===''BURFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Patrick Burford|Burford, Walter Patrick]] [https://www.familysearch.org/tree/person/details/GHM2-CD9] - 1912(SA)-1960(Vic) - Licences: 5PB Naracoorte (1934-1939, 1947-1960) - Qualifications: cc; AOCP 1365, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, SA, 1939-1943) ===''BURGESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Thomas Burgess|Burgess, George Thomas]] [https://www.familysearch.org/tree/person/details/G8W5-N95] - 1913(SA)-1994(SA) - Licences: 5GC Adelaide (Prospect, 1933-1939; Henley Beach, 1947-1980+) - Qualifications: cc; AOCP 1233, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Henley, SA, 1941-1943) * [[/Thomas William Watkins Burgess|Burgess, Thomas William Watkins]] [https://www.familysearch.org/tree/person/details/LDZP-X1R] - 1861(NSW)-1929(NSW) - Licences: XDA Wagga Wagga (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: medical practitioner (Wagga Wagga, 1901-1903) ===''BURGOYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Burgoyne|Burgoyne, Francis James]] [https://www.familysearch.org/tree/person/details/GXQN-1VS] - 1876(Wales)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (VIY, 1913-?); RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: officer-in-charge (Radio Station, South Townsville, 1919); postmaster (Concord, 1930); public servant (Homebush, 1930); postmaster (Homebush, 1933; Strathfield, 1935; Inverell, 1936; Bondi North, 1943) ===''BURING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rudolph Buring|Buring, Rudolph]] [https://www.familysearch.org/tree/person/details/L51C-YVT] - 1906(Tas)-1973(Vic) - Licences: 7AX Receive Hobart (1922-1923); Receive Hobart (1923-1924); 7RB Hobart (1925-1933); 3RB Melbourne (Ballarat, 1935-1939) - Qualifications: cc; AOCP 102, 1925, No. ?? in Tas; AOLCP 166, 1934 - amateur operator; amateur broadcaster; electronics engineer (PMGD) - Electoral Rolls: university demonstrator (Hobart, 1928); radio engineer (Sale, 1936; Ballarat, 1936-1937); engineer (Kew, 1943-1972) ===''BURMESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Conrad Burmester|Burmester, Otto Conrad]] [https://www.familysearch.org/tree/person/details/GXWN-7VX] - 1909(Qld)-1997(Qld) - Licences: 4OB Brisbane (East Brisbane, 1933) - Qualifications: cc; AOCP 1158, 1933, No. ?? in Qld; 2COCP 31, 1935; 1COCP 46, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: broadcaster (Toowong, Qld, 1943); PMG technician (East Brisbane, Qld, 1949-1980) ===''BURNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud Edward James Burns|Burns, Claud Edward James]] [https://www.familysearch.org/tree/person/details/KCLY-P7V] - 1893(Qld)-1978(Qld) - Licences: 4ZY Kingaroy (1932-1939); 4ZY Innisfail (1946-1947); 4ZY Cairns (1948-1975) - Qualifications: cc; AOCP 996, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: supervising technician (Cairns, Qld, 1954-1977) ===''BURRAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Allan Burrage|Burrage, John Allan]] [https://www.familysearch.org/tree/person/details/KCW4-SLS] - 1916(Vic)-1942(Ins) - Licences: 3UW Melbourne (Deepdene, 1934-1937), 3UW (Shepparton, 1938-1939) - Qualifications: AOCP 1322, 1934, No. ?? in Vic; BOCP 59, 1936; 1COCP 291, 1939 - amateur operator, amateur broadcaster, broadcast engineer (3SR), WW2 - Electoral Rolls: radio engineer (Shepparton, 1942) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/burrage-john-allan-400643/] ===''BURROWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Owen Burrows|Burrows, Alan Owen]] [https://www.familysearch.org/tree/person/details/KNZG-V74] - 1901(NSW)-1933(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio correspondent (Sydney Morning Herald, Sydney Sun); proprietor Miss F. V. Wallace (Wireless Shop), 1927-1933; president Waverley Radio Club - Electoral Rolls: radio dealer (Waverley, 1930-1933) - Comment: Gone too soon * [[/Ernest Walter Burrows|Burrows, Ernest Walter]] [https://www.familysearch.org/tree/person/details/LZDY-YQ8] - 1900(WA)-1986(NSW) - Licences: 6DZ Geraldton (1924-1927); 2DZ Sydney (Concord, 1929-1930) - Qualifications: cc; CPRT 659, 1921; 1COCP 5, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: technical assistant (Canterbury, NSW, 1937-1949; Earlwood, 1954-1980) * [[/Frederick Harold Burrows|Burrows, Frederick Harold]] [https://www.familysearch.org/tree/person/details/LZDY-TKH] - 1894(Eng)-1974(WA) - Licences: 6BH Perth (Claremont, 1922-1924); 6BH Kalgoorlie (1925-1927); 6BF Perth (Beverley, 1937-1939) - Qualifications: cc; AOCP 193, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgoorlie, 1916; Claremont, 1922; Kalgoorlie, 1925); headmaster (Beverley, 1937; Subiaco, 1943-1958); retired (Subiaco, 1963-1972) * [[/John Charles Fry Burrows|Burrows, John Charles Fry]] [https://www.familysearch.org/tree/person/details/GDKZ-LJ8] - 1897(Vic)-1981(Vic) - Licences: XJCD Melbourne (Kew, 1913-1914) - Qualifications: cc; CPRT 251, 1916 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: no occupation (Kew, 1919-1931); representative (Bairnsdale, 1934); commercial (Kew, 1936-1937); superintendent (Caulfield, 1943-1954); manager (Toorak, 1963-1980) ===''BURTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Reg Burton|Burton, Arthur Reg]] [https://www.familysearch.org/tree/person/details/GXCC-3HM] - 1899(Eng)-1982(Qld) - Licences: 4FE Brisbane (South Brisbane, 1935-1936; City, 1937-1939; Highgate Hill, 1946-1948); 1FE Heard Island (1954-1955); 4FE Thursday Island (1955-1956); 4FE Normanton (1960); 4FE Labrador (1965-1980+) - Qualifications: cc; AOCP 1563, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, AIF); broadcast technician; federal public servant (PMGD) - Relationships: Likely father of 4BM Arthur Henry Burton - Electoral Rolls: artist (Lutwyche, Qld, 1921); picture showman (Beenleigh, Qld, 1922-1926); motor engineer (Kangaroo Point, Qld, 1931-1934; South Brisbane, Qld, 1937); radio engineer (South Brisbane, Qld, 1943); diesel engineer (Highgate Hill, Qld, 1949-1954); technician (Highgate Hill, Qld, 1958); retired (Labrador, Qld, 1968-1980) ===''BUSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Talbot Busch|Busch, Reginald Talbot]] [https://www.familysearch.org/tree/person/details/GZJ3-2P7] - 1907(Vic)-2005(Vic) - Licences: 3LS Receive Melbourne (Essendon, 1923); 3LS Melbourne (Moonee Ponds, 1923-1939; North Essendon, 1946-1969; Strathmore, 1975-1980+) - Qualifications: cc; AOCP 157, 1925, No. ?? in Vic; AOLCP 286, 1936; 1AOCP 3, 1946 - amateur operator; amateur broadcaster; research engineer (1942) - Electoral Rolls: engineer (Moonee Ponds, 1931-1937); research engineer (Essendon, 1942-1968); research (Strathmore, 1972-1977) ===''BUSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Melville Bush|Bush, Albert Melville]] [https://www.familysearch.org/tree/person/details/LBB7-DFN] - 1893(Vic)-1964(Vic) - 3YY Bendigo (1924-1927) - Qualifications: cc; AOCP 197, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: dental apprentice (Bendigo, 1914-1919); dentist (Bendigo, 1922-1963) ===''BUSHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Robert William Bushby|Bushby, Thomas Robert William]] [https://www.familysearch.org/tree/person/details/K2G5-KTN] - 1900(Eng)-1978(NSW) - Licences: 2TW Bulli (1927-1928); 2TW Sydney (Gladesville, 1929; Hunters Hill, 1930; Gladesville, 1931-1933; Rose Bay, 1934; Bondi North, 1935-1937; Bellevue Hill, 1938-1939) - Qualifications: AOCP 368, 1927, No. ?? in NSW; AOLCP 32, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hunters Hill, 1930; Gladesville, 1933); engineer (Rose Bay, 1934; Bellevue Hill, 1935; Bondi, 1936-1937; Kingsgrove, 1943-1954); radio engineer (Bexley, 1958-1963) ===''BUTCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Butcher|Butcher, Eric William]] [https://www.familysearch.org/tree/person/details/GXWG-77S] - 1912(Qld)-1970(Qld) - Licences: 4EB Brisbane (Lutwyche, 1931-1933; Kedron, 1938-1939) - Qualifications: cc; AOCP 871, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Kedron, Qld, 1936-1937); teacher (Grange, Qld, 1949; Wavell Heights, Qld, 1958-1968) ===''BUTLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lloyd Butler|Butler, Alfred Lloyd "Lloyd"]] - Licences: 5BR Adelaide (Prospect, 1947); 5BR Murray Bridge (1948-1960); 5BR Adelaide (Panorama, 1965-1980+) - Qualifications: AOCP; BOCP; TVOCP - amateur operator; historian (SA amateur, SA broadcast) - Electoral Rolls: - Links: [http://users.tpg.com.au/ldbutler/index.htm Web] * [[/Richard Edmund Butler|Butler, Richard Edmund "Dick"]] [https://www.familysearch.org/tree/person/details/GQX1-ZPZ] - 1926(Vic)-2012(Vic) - Senior federal public servant (PMGD), Deputy General Secretary ITU 1983-1989, Secretary General ITU 1983-1989 [https://www.itu.int/en/history/Pages/ElectedOfficialBio.aspx?off=6] ===''BUTLER-WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bertie Saywell Butler-Wood|Butler-Wood, Bertie Saywell]] [https://www.familysearch.org/tree/person/details/GXJ2-18J] - 1894(NSW)-1954(Qld) - Licences: 4EJ Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (West End, Qld, 1919-1925); dentist (West End, Qld, 1943-1954) ===''BUTTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Butterfield|Butterfield, George William]] [https://www.familysearch.org/tree/person/details/L77T-FCW] - 1903(Eng)-1980(WA) - Licences: 6GW Perth (South Perth, 1932-1939) - Qualifications: cc; AOCP 906, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: dental mechanic (Northam, WA, 1925; South Perth, WA, 1931); radio engineer (South Perth, WA, 1936-1958); retired (South Perth, WA, 1977) ===''BUTTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Butters|Butters, William Leslie W.]] [https://www.familysearch.org/tree/person/details/2VQ7-BSV] - 1885(NSW)-1953(NSW) - Licences: 2WY Bermagui South (1928-1935); 2WY Sydney (Brooklyn, 1936-1938; Cronulla, 1939; Karuah, 1946-1947); 2WY Nambucca Heads (1948-1950) - Qualifications: AOCP 464, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: fisheries inspector (Bermagui South, 1930; Brooklyn, 1936); clerk (Erskineville, 1943); retired (Nambucca Heads, 1949) ===''BUTTERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Butterworth|Butterworth, Cecil]] [https://www.familysearch.org/tree/person/details/GMLR-QDG] - 1910(NSW)-1990(NSW) - Licences: 2CB Wallsend (1929-1930); 2BU Wallsend (1931-1939, 1946-1980+) - Qualifications: AOCP 540, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Wallsend, 1936-1958); manufacturer (Wallsend, 1963-1972); engineer (Rankin Park, 1977-1980) ===''BUZACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Hardie Buzacott|Buzacott, Albert Hardie "Hardie"]] [https://www.familysearch.org/tree/person/details/L7YK-QZ6] - 1914(Qld)-1984(Qld) - Licences: 4UZ Toowoomba (1934-1939) - Qualifications: cc; AOCP 1242, 1934, No. ?? in Qld; AOLCP 260, 1935 - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio mechanic (East Toowoomba, Qld, 1936-1937); radio operator (East Toowoomba, Qld, 1943-1949); manager (Roma, Qld, 1949; Gympie, Qld, 1954-1972; Caloundra, Qld, 1977-1980) * [[/Richard Norman Buzacott|Buzacott, Richard Norman]] [https://www.familysearch.org/tree/person/details/GZ82-8ZL] - 1909(WA)-1975(Vic) - Licences: 3RB Melbourne (Elsternwick, 1926; Burwood, 1931; Camberwell, 1933); 2TD Sydney (North Sydney, 1935-1936); 3TD Lubeck (1938-1939); 3TD Melbourne (Balwyn, 1946-1960); 3AUB Melbourne (Reservoir, 1969-1975) - Qualifications: AOCP 298, 1926, No. ?? in Vic; 1COCP 61, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1931); broadcast engineer (North Sydney, 1934-1935); engineer (Camaray, NSW, 1936); broadcast engineer (Lubeck, 1937); wireless operator (Canterbury, 1943); technician (Canterbury, 1949-1954); engineer (Reservoir, 1963-1972) =='''C'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''CAGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cagney|Cagney, Eric William]] [https://www.familysearch.org/tree/person/details/GXH2-9HV] - 1909(Qld)-1990(Qld) - Licences: 4EC Rockhampton (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1386, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Palings, piano tuner); associate I.R.E. Aust - Electoral Rolls: musical instrument worker (Rockhampton, Qld, 1931-1980) ===''CAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Cain|Cain, James Henry]] [https://www.familysearch.org/tree/person/details/MKN2-48M] - 1866(Isle of Man)-1940(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a/g superintendent, Central Mission, Wesley Church, Melbourne, Vic) - Electoral Rolls: clergyman (Mooroopna, 1903; North Melbourne, 1909-1913; Carlton, 1914-1919; Glenferrie, 1921-1924; Auburn, 1924-1927; Kew, 1928-1937) ===''CALDECOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry William Spencer Caldecott|Caldecott, Henry William Spencer]] [https://www.familysearch.org/tree/person/details/GZT8-K3M] - 1908(Canada)-1991(NSW) - Licences: 2SM Sydney (Manly, 1926-1927; Chatswood, 1928-1929; Manly, 1930-1931); 2DA Sydney (Manly, 1933-1939; Balgowlah, 1946-1980+) - Qualifications: AOCP 285, 1926, No. ?? in NSW; AOLCP 58, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Balgowlah, 1930-1968); engineer (Balgowlah, 1977-1980)- callsign 2SM withdrawn by PMGD for allocation to 2SM commercial broadcaster ===''CALDWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aleck Stewart Caldwell|Caldwell, Aleck Stewart]] [https://www.familysearch.org/tree/person/details/M5SS-6BB] - 1903(SA)-1983(SA) - Licences: Receive Adelaide (Unley North, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: During 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Donald Pavy Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: draftsman (Black Forest, SA, 1939); assistant (Erindale, SA, 1941-1943) * [[/Donald Pavy Caldwell|Caldwell, Donald Pavy]] [https://www.familysearch.org/tree/person/details/LVC2-5NT] - 1907(SA)-1959(NSW) - Licences: Nil yet identified - Qualifications: cc; AOCP 29, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Comment: amateur broadcaster but never held licence in his name, during 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Aleck Stewart Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: telegraphist (Clapham, SA, 1939-1943) * [[/Frank David Caldwell|Caldwell, Frank David]] [https://www.familysearch.org/tree/person/details/G8DV-FQ9] - 1907(NSW)-1975(NSW) - Licences: 2YF Sydney (Bondi, 1930-1936; Concord, 1937; Bondi, 1938-1939; Waverley, 1946-1969); 2YF Katoomba (1975) - Qualifications: AOCP 587, 1930, No. ?? in NSW; 3COCP 404, 1938; BOCP 186, 1938 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: employee Clyde Engineering Works (Burwood, 1930); mechanic (Bondi, 1936-1937; Waverley, 1949-1958; Bronte, 1963-1968) * [[/Robert Ballantyne Caldwell|Caldwell, Robert Ballantyne]] [https://www.familysearch.org/tree/person/details/2ZSH-LYB] - 1869(SA)-1942(SA) - Licences: 5BP Adelaide (Unley, 1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: father of Aleck Stewart Caldwell & Donald Pavy Caldwell; brother of William Alexander Caldwell - Electoral Rolls: resident engineer (North Unley, SA, 1939-1941) * [[/Rupert Christian Caldwell|Caldwell, Rupert Christian]] [https://www.familysearch.org/tree/person/details/G8W3-897] - 1893(Vic)-1989(NSW) - Licences: 2YW Receive Sydney (Leichhardt, 1923-1924); 2JO Sydney (Bondi Junction, 1928; Waverley, 1929-1933; Woollahra, 1934-1937; Bondi, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 415, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: traveller (Waverley, 1930-1933; Woollahra, 1934-1936; Bondi Beach, 1937-1968); retired (Waverley, 1972; Bondi Beach, 1977; Malabar, 1980) * [[/William Alexander Caldwell|Caldwell, William Alexander]] [https://www.familysearch.org/tree/person/details/K8Y4-P92] - 1881(SA)-1964(SA) - Licences: 5DI Receive Adelaide (Unley, 1923); 5BO Adelaide (Unley, 1923); 5BP Adelaide (Unley, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: brother of Robert Ballantyne Caldwell; uncle of Aleck Stewart Caldwell & Donald Pavy Caldwell - Electoral Rolls: nil (Glenelg, SA, 1939-1943) ===''CALETTI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guido Caletti|Caletti, Guido "Jim"]] [https://www.familysearch.org/tree/person/details/G841-NV5] - 1900(NSW)-1952(NSW) - Licences: 2CL Receive Sydney (Leichhardt, 1922; Newtown, 1922); 2CL Sydney (Newtown, 1923; Redfern, 1924; Annandale, 1924-1926; Punchbowl, 1927-1929; Penrose, 1930); 2AHV Sydney (Hurstville, 1938-1939, 1946-1950) - Qualifications: cc; CPRTelephony 649, 1921 - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Punchbowl, 1930); mechanic (Bankstown, 1933); telephone mechanic (Hurstville, 1937-1949) ===''CALLABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Callaby|Callaby, Clarence James]] [https://www.familysearch.org/tree/person/details/GZBQ-38C] - 1910(NSW)-1978(NSW) - Licences: 2CJ Sydney (Concord, 1929-1934); 3BI Ballarat (1937-1939) - Qualifications: AOCP 546, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: laboratory assistant (Concord, 1933-1935); chemist (Croydon, 1936-1937); industrial chemist (West Ryde, 1943-1958); company director (St Ives, 1963-1968); director (St Ives, 1972-1977) ===''CALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Victor Callick|Callick, Harold Victor]] [https://www.familysearch.org/tree/person/details/GXF4-P45] - 1898(Eng)-1978(Qld) - Licences: Receive Brisbane (Herston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: surgical dresser (Kelvin Grove, Qld, 1921-1925; Herston, Qld, 1937-1963; Alderley, Qld, 1943-1949; Herston, Qld, 1954-1958; Chermside, Qld, 1963); retired (Miami, Qld, 1968-1977) ===''CALLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival James Callow|Callow, Percival James]] [https://www.familysearch.org/tree/person/details/GXFB-TR6] - 1899(Qld)-1969(Qld) - Licences: Receive (Crystal) Brisbane (Albion, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: public servant (Albion, Qld, 1921-1925); clerk (Glen Kedron, Qld, 1934; Kedron, Qld, 1936-1963); retired (Scarborough, Qld, 1968) ===''CAMERON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. R. Cameron|Cameron, A. R.]] - 19??(???)-19??(???) - Licences: 5RC Adelaide (Leabrook, 1931-1938); 2AMK Sydney (Hunters Hill, 1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Milton Cameron|Cameron, Robert Milton]] [https://www.familysearch.org/tree/person/details/GZXL-HDJ] - 1907(Vic)-1985(SA) - Licences: 3OT Receive Melbourne (Malvern, 1923); 3OT Melbourne (Malvern, 1924-1933); 2XV Sydney (Waverton, 1935; Cronulla, 1937-1939); 4CS Brisbane (Doomben, 1947; Archerfield, 1948); 3AC Melbourne (Prahran, 1954-1955; Hawthorn, 1956-1960) - Qualifications: cc; AOCP 112, 1925, No. ?? in Vic; 1COCP 87, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Malvern East, 1931-1934); aeradio operator (Cooktown, 1943); surveyor (Prahran, 1954) ===''CAMPBELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dallas Dwyer Campbell|Campbell, Dallas Dwyer]] - 1901(NSW)-1964(NSW) - 2KU? Receive Ulmarra (1922-23), 2CU Ulmarra (1924-1939), amateur operator (AOCP 5, 1924, No. ?? in NSW), amateur broadcaster * [[/Douglas Gilmore Campbell|Campbell, Douglas Gilmore]] [https://www.familysearch.org/tree/person/details/LJBS-NDD] - 1888(NSW)-1971(NSW) - 2JO Receive Kyogle (1922-1924), 2DG Kyogle (1925-1933), amateur operator (AOCP 70, 1925, No. ?? in NSW), amateur broadcaster * [[/Frank Valentine Campbell|Campbell, Frank Valentine]] [https://www.familysearch.org/tree/person/details/GXZJ-CGN] - 1901(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4GC George Alfred Campbell - Electoral Rolls: wireless expert (South Brisbane, Qld, 1926); mechanic (Kedron, Qld, 1928-1929); electrical engineer (Kedron, Qld, 1934-1954); electrician (Haberfield, NSW, 1958-1963); retired (Beacon Hill, NSW, 1968-1972) * [[/Frederick Alexander Campbell|Campbell, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/KC4J-HG7] - 1849(Sct)-1930(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, South Yarra, Vic) - Electoral Rolls: director (Melbourne, 1903-1913; South Yarra, 1914-1919); chief executive (South Yarra, 1924-1928) * [[/George Alfred Campbell|Campbell, George Alfred]] [https://www.familysearch.org/tree/person/details/GXZJ-C21] - 1894(Eng)-1983(Qld) - Licences: 4GC Brisbane (South Brisbane, 1937-1939, 1947-1960); 4GC Mermaid Beach (1965-1975); 4GC Brisbane (Annerley, 1980+) - Qualifications: cc; AOCP 2014, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Frank Valentine Campbell - Electoral Rolls: electrical engineer (West End, Qld, 1925-1926; South Brisbane, Qld, 1928-1963); retired (Annerley, Qld, 1968-1972; Mermaid Beach, Qld, 1977) * [[/James Campbell|Campbell, James]] - 1845(Sct)-1893(Vic) - proprietor of engineering business in Ballarat, politician in Victoria, Postmaster-General Victoria (Apr 1884 - Feb 1886) * [[/Neville Douglas Campbell|Campbell, Neville Douglas or Douglas Neville]] [https://www.familysearch.org/tree/person/details/G73C-WVG] - 1912(Tas)-2007(Tas) - Licences: 7NC Hobart (City, 1932-1939, 1946-1956; Sandy Bay, 1960-1980) - Qualifications: cc; AOCP 993, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (New Town, 1943; Sandy Bay, 1949-1958) * [[/Robert Campbell|Campbell, Robert]] - 1917(???)-1950(Qld) - Licences: 4RC Brisbane (Kelvin Grove, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1180, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, treasurer, QSL officer) - Comment: numerous contemporaneous RCs - Electoral Rolls: Nile yet identified ===''CANAVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Canavan|Canavan, John]] [https://www.familysearch.org/tree/person/details/GF3D-L6T] - 1914(Eng)-2008(WA) - Licences: 6CN Perth (City, 1936-1939); 6ON Perth (Mt Hawthorn, 1948) - Qualifications: cc; AOCP 1811, 1936, WA; BOCP 109, 1937; 1COCP 618, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (North Perth, WA, 1937; Maylands, WA, 1949; Bayswater, WA, 1954; Port Hedland, WA, 1958; Bayswater, WA, 1963-1980) ===''CANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Fredrick Herrett Cannon|Cannon, Ronald Fredrick or Frederick Herrett]] [https://www.familysearch.org/tree/person/details/G7JW-T6L] - 1913(Tas)-1994(Vic) - Licences: 7RC Wynyard (1932-1939); 3BRC Melbourne (Hawthorn, 1975) - Qualifications: cc; AOCP 946, 1932, No. ?? in Tas; BOCP 97, 1937; 1COCP 473, 1941 - amateur operator; amateur broadcaster; RAAFWR; WW2 - Electoral Rolls: shop assistant (Wynyard, 1936-1937); engineer (St Kilda, 1943); radio technician (Auburn, 1949; Hawthorn, 1954-1967); tv hirer (Hawthorn, 1968-1980) ===''CANSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathan Victor Charles Cansick|Cansick, Nathan Victor Charles]] [https://www.familysearch.org/tree/person/details/LKSJ-CXC] - 1907(Vic)-1968(NSW) - 3VE Receive Melbourne (St Kilda, 1923-1924), 3AK Melbourne (St Kilda, 1925-1931), amateur operator (AOCP 139, 1925, No. ?? in Vic), amateur broadcaster ===''CAREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Carey|Carey, Francis Joseph "Frank"]] - 18??-19?? - X??, 4?? Toowoomba 1911-1914, 1922-1923, 2AMI Sydney (Centennial Park, 1933-1939; North Sydney 1946-1954; Fairfield 1955-1980) - amateur operator (AOCP 1152, 1933, ?? in NSW) , radio club member (QWI), Halcyon: AOCP NSW 1925 * [[/John Thomas Carey|Carey, John Thomas]] [https://www.familysearch.org/tree/person/details/G6Y9-TZ8] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 19, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: wireless operator (St Kilda, 1913; West End, Townsville, 1919) ===''CARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Lewis Carne|Carne, Ronald Lewis "Ron"]] [https://www.familysearch.org/tree/person/details/GXCC-N3M] - 1910(Fiji)-1976(Qld) - Licences: 4RP Hambledon Mill via Cairns (1935); 4RP Innisfail (1937-1939) - Qualifications: cc; AOCP 1186, 1933, Qld; 3COCP 429, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Goondi Mill, Innisfail, 1936-1937); cane inspector (Sherwood, Qld, 1943); assistant cane inspector (Goondi Mill, Innisfail, Qld, 1949-1954); cane inspector (Victoria Mill, Ingham, Qld, 1954-1958); manager (Harwood Mill, Harwood Island, NSW, 1963; Victoria Mill, Ingham, Qld, 1968); retired (Bowen, Qld, 1972) ===''CARPENTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Carpenter|Carpenter, Archibald John]] [https://www.familysearch.org/tree/person/details/GZPR-BJS] - 1900(WA)-1956(France) - Licences: No known licence - Qualifications: cc; AOCP 376, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: school teacher (Northam, 1925-1936); instructor (South Perth, 1943); firewood vendor (Whyalla, 1948); teacher (Kalgoorlie, 1954) ===''CARRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Carrie|Carrie, F.]] - 19??(???)-19??(???) - Licences: 5JC Adelaide (Glanville, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CARTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Carter|Carter, Albert Edward "Birdie"]] [https://www.familysearch.org/tree/person/details/GHDL-5CB] - 1916(Qld)-2014(Qld) - Licences: 4LT Brisbane (Wavell Heights, 1938-1939, 1946-1948); 4LT Nanango (1954); 4LT Brisbane (Carina, 1955-1969); 4LT Sunshine Beach (1975); 4LT Tewantin (1980) - Qualifications: cc; AOCP 2143, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); wholesale grocery (S. Hoffnung & Co); WW2 - Comment: several contemporaneous AECs - Electoral Rolls: merchant (Greenslopes, Qld, 1943-1949); manager (Nanango, Qld, 1954); departmental manager (Carina, Qld, 1958-1972); retired (Sunshine Beach, Qld, 1977; Tewantin, Qld, 1980)) * [[/Clarence Sydney William Carter|Carter, Clarence Sydney William]][https://www.familysearch.org/tree/person/details/L5T1-TXL] - 1902(SA)-1962(SA) - Licences: Receive Adelaide (Kensington, 1923); 5CS Adelaide (Maylands, 1924-1926) - Qualifications: cc; AOCP 24, 1924, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: salesman (Glen Osmond, SA, 1939-1943) * [[/Frederick Pell Carter|Carter, Frederick Pell or Peel (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXP4-2BC] - 1899(NSW)-1968(SA) - Licences: 5GK Adelaide (Mile End, 1931-1939) - Qualifications: cc; AOCP 761, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: service station proprietor (Mile End, SA, 1939-1943) * [[/H. Carter|Carter, H.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Graceville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Numerous contemporaneous HCs - Electoral Rolls: Nil yet identified * [[/Harry Raymond Carter|Carter, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G9G5-KJT] - 1911(NSW)-1986(NSW) - Licences: 2HC Quirindi (1926-1939; 1946-1980+); 2BE Portable Quirindi (1933-1934); 2AI Portable Quirindi (1935-1939) - Qualifications: AOCP 286, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Quirindi, 1933-1980) - Callsign 2BE withdrawn by PMGD for 2BE Bega commercial ===''CARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Carty|Carty, Bruce]] - historian (broadcast, amateur broadcast), author "Australian Radio History" ===''CASTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Castle|Castle, Clarence Henry "Clarry"]] [https://www.familysearch.org/tree/person/details/GXGF-7GR] - 1915(SA)-2002(SA) - Licences: 5KL Adelaide (Prospect, 1933-1939); 5KL Darwin (1947-1948); 5KL Adelaide (Enfield Heights, 1954-1965; Enfield, 1969-1980+) - Qualifications: cc; AOCP 1209, 1933, SA; 2COCP 263, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''CASWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Harold Caswell|Caswell, Archibald Harold "Arch"]] [https://www.familysearch.org/tree/person/details/GXCC-Y3X] - 1913(Qld)-1986(Qld) - Licences: 4CB Murgon (1934-1939); 4CB Maryborough (1946-1975) - Qualifications: cc; AOCP 1340, 1934, Qld - amateur operator; amateur broadcaster; WW2 (POW); business proprietor (garage) - Electoral Rolls: radio technician (Maryborough, Qld, 1954-1972); retired (Torquay, Qld, 1977-1980) ===''CATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lester Evans Catford|Catford, Lester Evans]] [https://www.familysearch.org/tree/person/details/GDD8-RCB] - 1911(SA)-1990(SA) - Licences: 5LC Gladstone (1931-1939, 1947); 5LC Adelaide (Malvern, 1948-1980) - Qualifications: cc; AOCP 789, 1931, No. ?? in SA; BOCP 357, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Gladstone, SA, 1939-1943) * [[/Lance Maynard Catford|Catford, Lance Maynard]] [https://www.familysearch.org/tree/person/details/GMQR-K2W] - 1913(SA)-1989(SA) - Licences: 5XL Clare (1939, 1947-1980+) - Qualifications: AOCP 2372, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: share farmer (Clare, SA, 1939) ===''CAVANAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Mortimer Cavanagh|Cavanagh, William Mortimer]] [https://www.familysearch.org/tree/person/details/GZ23-GPH] - 1908(Vic)-1995(NSW) - Receive Warburton (1923-1924), 3WC Melbourne (St Kilda, 1925), 2WC Sydney (Potts Point, 1928), 2WC Goulburn (1930), 3WC Melbourne (St Kilda, 1931; Williamstown, 1937-1939), 2WC Wauchope (1946-1980+), qualifications: (AOCP 214, 1925, No. ?? in Vic; 1COCP 598, 1942), amateur operator, amateur broadcaster, WW2, electoral rolls: sales (Goulburn, 1930; St Kilda, 1931-1934), radio dealer (Wauchope, 1949-1980) ===''CAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Cave|Cave, Norman]] [https://www.familysearch.org/tree/person/details/GDB7-G73] - 1898(Eng?)-19??(???) - Licences: 7BC Launceston (1925-1926); operator of Wills & Co Receive licence 1924 - Qualifications: cc; AOCP 129, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 (RAF Wireless Operator); foundation member Tasmanian Gliding Club (instructor); returned to England 1931; likely Wing Commander RAF in WW2; possibly lost in SE Asia 1942 - Electoral Rolls: Nil yet identified ===''CAWTHRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Cawthron|Cawthron, Edward Joseph "Ted"]] [https://www.familysearch.org/tree/person/details/GZBH-9SX] - 1908(NSW)-1964(SA) - Licences: 2JC Sydney (Concord, 1926-1933; Neutral Bay, 1931; Concord, 1933; Five Dock, 1933); 2VA Sydney (City, 1931); 2EJ Sydney (City, 1931); 5JC Adelaide (Kent Town, 1937-1939); 5JE Adelaide (Somerton, 1947-1948; North Glenelg, 1954; Somerton Park, 1960) - Qualifications: cc; AOCP 308, 1926, No. ?? in NSW; BOCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Haberfield, 1943) ===''CECIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clyde Cecil|Cecil, Clyde]] [https://www.familysearch.org/tree/person/details/GZN5-XYG] - 1898(Vic)-1963(WA) - Licences: 6AB Kalgoorlie (1923-1927) - Qualifications: cc; AOCP 154, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2; witness to Royal Commission 1927 (as a listener, Kalgoorlie) - Electoral Rolls: civil servant (Kalgoorlie, 1919); lecturer (Kalgoorlie, 1921-1925; Maylands, 1928-1937); metallurgist (Nedlands, 1943); physicist (Nedlands, 1949-1954); school principal (Triggs Island, 1958-1963) ===''CHADWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Howel Chadwick|Chadwick, Richard Howel (Electoral Rolls) or Howell (BMD) "Dick"]] [https://www.familysearch.org/tree/person/details/G3PQ-6HH] - 1896(NZ)-1955(Qld) - Licences: 4GU Brisbane (Wilston, 1933-1939, 1946-1947) - Qualifications: cc; AOCP 1197, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW1; radio clubs (WIAQ); employment (travelling salesman) - Electoral Rolls: storeman (Zillmere, Qld, 1921); salesman (Wilston, Qld, 1925-1954) ===''CHAFFER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Martin Chaffer|Chaffer, Edward Martin "Martin"]] [https://www.familysearch.org/tree/person/details/GZ1Z-B3P] - 1905(Vic)-1981(Vic) - Licences: 3XF Receive Melbourne (Moonee Ponds, 1923); 3XF Melbourne (Moonee Ponds, 1923-1927); 6XF Perth (Mt Lawley, 1930-1931); 3XF Melbourne (Moonee Ponds, 1933); 2AEK Sydney (Potts Point, 1938); 3MH Hamilton (1947); 3MH Ballarat (1948); 3MH Swan Hill (1954); 3MH Melbourne (Preston, 1955-1956; Moonee Ponds, 1965-1969; Doncaster, 1975-1980) - Qualifications: cc; AOCP 354, 1927, No. ?? in Vic; 3COCP 304, 1937; 2COCP 113, 1937; 1COCP 151, 1937 - amateur operator, amateur broadcaster, radio clubs (WIA Vic Essendon, treasurer, 1924), placed 2nd for best complete station Melbourne Wireless Exhibition 1924; placed second for best complete station at Melbourne Wireless Exhibition 1925; placed 10th in 3LO amateur broadcasting competition 1926; broadcast engineer (3HA, 3BA, 3SH), Dept Civil Aviation 1930s, military (WW2, 1942+) - Electoral Rolls: manager (Moonee Ponds, 1928-1936); radio engineer (Hamilton, 1942; Ballarat, 1949; Swan Hill, 1954; Preston, 1963); radio technician (Moonee Ponds, 1967-1968); retired (Doncaster, 1977-1980) - Relationships: father of 3AII Ken Chaffer ===''CHALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Robert Challen|Challen, Peter Robert]] - 1848(Eng)-1905(Vic) - early telephone, telephony & wireless experimenter, employment (Vic Posts & Telegraphs, Electrical Office & Postmaster), radio clubs (Telegraph Electrical Society, Victoria), associate of Henry Walter Jenvey, William Philip Bechervaise & George Smibert ===''CHALLENDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard Challender|Challender, Gerard "Gerry"]] - 1910(Eng)-1950(NSW) - 2ZS Kempsey, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, high profile participation 1950 Kempsey floods, military (WW2) ===''CHALLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Reginald Challenger|Challenger, George Reginald]] [https://www.familysearch.org/tree/person/details/G3YQ-ZZB] - 1902(NSW)-1936(NSW) - Licences: 2GC Sydney (Auburn, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Auburn, 1930-1935) ===''CHAMBERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Rupert Chambers|Chambers, Francis Rupert]] [https://www.familysearch.org/tree/person/details/MYY2-JKX] - 1898(Vic)-1971(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 247, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Camberwell, 1924-1925); contractor (Geraldton, 1931; Mt Waverley, 1934-1936); linesman (Seaford, 1937; Frankston, 1942); technician (Frankston, 1949; Seaford, 1954); retired (Upwey, 1963; McRae, 1968) * [[/Walter Alfred Chambers|Chambers, Walter Alfred]] [https://www.familysearch.org/tree/person/details/G3N6-VX1] - 1889(Qld)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 151, 1915; 2COCP 100, 1930; 1COCP 96, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIP Perth (1917-1918) - Electoral Rolls: mechanic (Thursday Island, 1912-1913); radio telegraphist (Wyndham, 1916-1917); telegraphist (Subiaco, 1917); radio telegraphist (Esperance, 1921-1925); officer-in-charge (Geraldton, 1925); radio officer (Como, 1931-1934; Esperance, 1936-1937); radio telegraphist (Como, 1943-1968) ===''CHANDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Beals Chandler|Chandler, John Beals]] [https://www.familysearch.org/tree/person/details/G6HN-HXH] - 1887(Eng)-1962(Qld) - principal (4BC); proprietor (J. B. Chandler & Co., 1913-1962); Lord Mayor Brisbane (1940-1952); witness to Royal Commission Wireless 1927 - don't confuse D. W. Chandler early wireless experimenter - [https://adb.anu.edu.au/biography/chandler-sir-john-beals-9724 ADB] ===''CHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Channon|Channon, H. D.]] - 19??(???)-19??(???) - Licences: 2BO Receive Inverell (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Lloyd Lister Channon|Channon, Lloyd Lister]] [https://www.familysearch.org/tree/person/details/GD59-4NS] - 1885(NSW)-1949(NSW) - Licences: 2AQ Receive Manilla (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: postmaster (Elsmore, 1913); postal official (Raymond Terrace, 1930-1949) ===''CHAPMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Chapman|Chapman, Austin]] [https://www.familysearch.org/tree/person/details/LZYW-3F4] - 1864(NSW)-1926(NSW) - occupations (apprentice saddler, hotelier), politician (Postmaster-General, 1905-1907), oversight of Commonwealth Wireless Telegraphy conference Melbourne 1907 - Links: [[w:Austin Chapman|Wikipedia]]; [https://adb.anu.edu.au/biography/chapman-sir-austin-5554 ADB] * [[/Bruce Amundsen Chapman|Chapman, Bruce Amundsen]] [https://www.familysearch.org/tree/person/details/G8VL-575] - 1912(WA)-1969(NSW) - Licences: 2BA Sydney (Chatswood, 1930-1939; Balgowlah, 1946-1958; St Ives, 1960-1969 - Qualifications: AOCP 696, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: shipping clerk (Chatswood, 1935-1937); clerk (Balgowlah, 1949-1958; St Ives, 1963-1968) * [[/E. B. Chapman|Chapman, E. B.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Frank William Chapman (Qld)|Chapman, Frank William (Qld)]] [https://www.familysearch.org/tree/person/details/GXC5-KB3] - 1898(???)-1974(Qld) - Licences: 4XL Brisbane (Yeronga, 1931-1939); 4ZFC Brisbane (Ekibin, 1965); 4TH Brisbane (Ekibin, 1969) - Qualifications: cc; AOCP 785, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: gardener (Salisbury, Qld, 1928); labourer (Yeronga, Qld, 1929-1937); waterside worker (Paddington, Qld, 1943-1949); PMG technician (Ekibin, Qld, 1954-1972) * [[/Frank William Chapman (WA)|Chapman, Frank William (WA)]] [https://www.familysearch.org/tree/person/details/LBXD-TFK] - 1918(Vic)-1988(WA) - Licences: 6CC Perth (Manning Park, 1954-1965; Bassendean, 1969-1980+) - Qualifications: cc; AOCP 3319, 1953, WA - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Chidlow, WA, 1949); teacher (Manning Park, WA, 1954-1963); technical school principal (Kalgoorlie, WA, 1963); teacher (Bassendean, WA, 1968-1977); retired (Bassendean, WA, 1980) * [[/Harrison Chapman|Chapman, Harrison "Harry"]] [https://www.familysearch.org/tree/person/details/G8CX-2C5] - 1909(Vic)-1990(Vic) - Licences: 3JX Receive Melbourne (Ivanhoe, 1922); 3GU Melbourne (Ivanhoe, 1929-1939, 1946-1965; Flinders, 1965-1975); 3AGU Portable Melbourne (Ivanhoe, 1948-1956; Flinders, 1965-1975) - Qualifications: AOCP 513, 1929, No. ?? in Vic; 1AOCP 32, 1946 - amateur operator, amateur broadcaster - Electoral Rolls: student (Ivanhoe, 1931-1936); chemist (Geelong, 1937); RAAF (Ballarat, 1942; Ivanhoe, 1949-1954); chemical engineer (Ivanhoe, 1963); minister of religion (Flinders, 1968); clergyman (Flinders, 1972-1977) * [[/Owen George Chapman|Chapman, Owen George]] [https://www.familysearch.org/tree/person/details/K8YX-YLK] - 1904(NSW)-1961(NSW) - Licences: 2OC Wyong (1930-1939, 1946-1960) - Qualifications: AOCP 669, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Wyong, 1930-1958) * [[/Percival Carnew Lamont Chapman|Chapman, Percival Carnew Lamont "Percy"]] [https://www.familysearch.org/tree/person/details/G8GM-5M8] - 1911(Qld)-2008(Qld) - 4PC Brisbane (Sandgate, 1933); 4PC Babinda (1937-1939); 4PC Monto (1946-1975); 4PC Point Vernon (1980) - Qualifications: cc; AOCP 1155, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); occupation (power house engineer/manager) - Relationships: father of Geoff Chapman 4CET - Electoral Rolls: engineer (Ayr, Qld, 1943; Monto, Qld, 1949-1972); retired (Point Vernon, Qld, 1977-1980) * [[/William George Chapman|Chapman, William George]] [https://www.familysearch.org/tree/person/details/KZ2X-8KG] - 1890(Tas)-1957(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 116, 1915; 1COCP 63, 1930 - RANRS (Warrant Telegraphist, 1917); coastal wireless operator; witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: radio telegraphist (Broome, 1925); officer-in-charge (Radio Station Applecross, 1931-1954) ===''CHAPPELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Arthur Chappell|Chappell, Lloyd Arthur]] [https://www.familysearch.org/tree/person/details/G69G-SB9] - 1911(Tas)-1998(Tas) - Licences: 7LC Ross (1936-1937); 7LC Winnaleah (1938-1939); 7LC Hobart (Kingston, 1947-1955; Sandy Bay, 1956-1975; Coles Bay, 1980+) - Qualifications: cc; AOCP 1828, 1936, No. ?? in Tas; BOCP 172, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: projectionist (Ross, 1936-1937); radio engineer (Queenstown, 1943; Kingston, 1949-1958) ===''CHARLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Charles|Charles, Edward Arthur]] [https://www.familysearch.org/tree/person/details/K8QC-V3V] - 1916(SA)-1981(SA) - Licences: 5YQ Adelaide (North Unley, 1935-1939; Unley, 1947-1948; Ascot Park, 1954-1956; Hyde Park, 1960-1980+) - Qualifications: cc; AOCP 1443, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Unley, SA, 1939-1943) ===''CHARLESWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Denison Charlesworth|Charlesworth, Reginald Denison]] [https://www.familysearch.org/tree/person/details/GW1M-CKJ] - 1900(Eng)-1980(NSW) - Licences: 2CI Receive Sydney (Haberfield, 1922); 2CI Sydney (Haberfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: migrated to Fiji mid 1920s, returned to Australia mid 1930s - Electoral Rolls: factory manager (Summer Hill, 1933); engineer (Haberfield, 1935-1937); Lane Cove, 1943); radio engineer (Dee Why, 1949-1954); engineer (Hunters Hill, 1958-1972) ===''CHARTERIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Charteris|Charteris, Michael]] - 4QS Ipswich & Maryborough - amateur operator, historian (amateur) ===''CHATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Greatham Chatfield|Chatfield, Robert Greatham "Bob"]] [https://www.familysearch.org/tree/person/details/LK92-9L1] - 1900(NZ)-1974(NZ) - Licences: ZL2AV Wellington (1925-1954+) - Qualifications: AOCP ??, 1925, No. ?? in NZ - amateur operator; amateur broadcaster; clubs (Wellington Amateur Radio Club 2WB, member and one time president) - Relationships: father of Don Chatfield ZL2SG - Comment: substantial early portion (100+) of QSL collection survives - Electoral Rolls: motor engineer (Wellington, 1922); salesman (Wellington, 1931-1954); retired (Wellington, 1963-1972) ===''CHATTERTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Chatterton|Chatterton, Francis Joseph]] [https://www.familysearch.org/tree/person/details/LZWW-952] - 1902(Tas)-1931(Tas) - Licences: 7AY Receive Hobart (West Hobart, 1922); Receive Hobart (West Hobart, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: machinist (Hobart, 1925-1928) ===''CHAUVEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Temple Frank Chauvel|Chauvel, Walter Temple Frank]] [https://www.familysearch.org/tree/person/details/LH5T-WNQ] - 1902(Qld)-1987(NSW) - Licences: Receive (Valve) Stanthorpe (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: jackeroo (Stanthorpe, Qld, 1925-1928); grazier (Stanthorpe, Qld, 1928-1943); radio engineer (Texas, Qld, 1949-1963); retired (East Ballina, NSW, 1968-1980) ===''CHEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Reginald Cheel|Cheel, Charles Reginald]] [https://www.familysearch.org/tree/person/details/9N1J-PTC] - 1890(Vic)-1955(SA) - Licences: 5CR Adelaide (Maylands, 1934-1939, 1947-1955) - Qualifications: cc; AOCP 1278, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CHENNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Chennell|Chennell, Victor "Vic"]] [https://www.familysearch.org/tree/person/details/GCBH-1XV] - 1907(SA)-1996(SA) - Licences: 5JH Adelaide (Norwood, 1927-1933; Cowandilla, 1937-1939; North Adelaide, 1946-1956; Ascot Park, 1960-1980+) - Qualifications: cc; AOCP 346, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: labourer? (Goodwood Park, 1939) ===''CHESSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chessell|Chessell, John or John Carl]] [https://www.familysearch.org/tree/person/details/KN16-XWP]? [https://www.familysearch.org/tree/person/details/L2M1-9GS]? - 1914(NSW)-1959(NSW) - Licences: 2LV Sydney (Dulwich Hill, 1929-1934); 2YU Sydney (Dulwich Hill, 1935-1936; Ashfield, 1937-1939); 2ER Sydney (Dulwich Hill, 1948-1950) - Qualifications: AOCP 517, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: baker (Croydon, 1936; Bowral, 1937-1954) - seems to be two contemporaneous John Chessel's ===''CHESTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Chesterfield|Chesterfield, John Henry]] [https://www.familysearch.org/tree/person/details/GSVH-3SK] - 1895(Vic)-1973(Qld) - Licences: 5JC Adelaide (Wayville, 1924-1926); 2ACQ Sydney (Strathfield, 1937-1939); 4HJ Brisbane (Cleveland, 1954-1960) - Qualifications: cc; CPRT 23, 1914; 1COCP 266, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: wireless operator (Croydon, NSW, 1930); radio engineer (Glenbrook, NSW, 1931-1935); department manager (Strathfield, NSW, 1935); radio engineer (Strathfield, 1936; Pymble, NSW, 1943; Cleveland, Qld, 1949-1963); retired (Mermaid Beach, Qld, 1968-1972) ===''CHICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Garth Chick|Chick, Leonard Garth]] [https://www.familysearch.org/tree/person/details/G6SW-7PJ] - 1918(Tas)-1999(NSW) - Licences: 7LG Launceston (1937-1939) - Qualifications: cc; AOCP 1973, 1937, No. ?? in Tas; BOCP 227, 1939; 2COCP 550, 1941; 1COCP 1264, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: seaman (Swan Point, 1944); aeradio operator (Lindisfarne, 1949); technician (Essendon, Vic, 1949-1954); draftsman (East Keilor, 1963-1968); surveyor (Forster, 1977-1980) ===''CHILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Oliver Chilton|Chilton, Frederick Oliver]] [https://www.familysearch.org/tree/person/details/GZNR-XFL] - 1905(NSW)-2007(NSW)102yo - Licences: Receive (Crystal) Sydney (Wahroonga, 1923-1924) - Qualifications: cc; AOCP 147, 1925, No. ?? in NSW - amateur receive operator; military (Brigadier); awards (Knighted) - Relationships: brother of 2RC Robert Ralph Chilton - Electoral Rolls: clerk (Wahroonga, NSW, 1930-1943); civil servant (South Yarra, Vic, 1949-1967); retired (Clareville Beach, NSW, 1972-1980) - Links: [[w:Frederick Oliver Chilton|Wikipedia]] * [[/George Frederick Chilton|Chilton, George Frederick]] [https://www.familysearch.org/tree/person/details/G3CR-41Q] - 1891(Vic)-1956(Vic) - Licences: 2GF Sydney (Pennant Hills, 1924; Carlingford, 1925); 4GD Townsville (1925-1926) - Qualifications: cc; CPRT 160, 1915; 1COCP 10, 1930 - amateur operator; amateur broadcaster; coastal operator (VIG, VIB, VIS, VIT, Rockbank); wireless telegraphist (PMG); RANRS (Commissioned Telegraphist, 1917); federal public servant (PMG) - Electoral Rolls: telegraphist (Wooloowin, 1919-1921); radio stationmaster (South Townsville, Qld, 1925; Glenferrie, 1927; Wireless Station, Rockbank, Vic, 1928-1942); engineer (St Kilda, 1949-1954) * [[/Robert Ralph Chilton|Chilton, Robert Ralph]] [https://www.familysearch.org/tree/person/details/GZNR-821] - 1907(NSW)-1985(Qld) - Licences: 2RC Sydney (Wahroonga, 1925-1926); 2RC Gloucester (1927); 2RC Sydney (Wahroonga, 1928-1939, 1946-1947; Roseville East, 1948) - Qualifications: cc; AOCP 152, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: chemist assistant (Wahroonga, 1933); chemist (Stanthorpe, 1954-1963; Sherwood, Qld, 1972) - Relationships: brother of Frederick Oliver Chilton ===''CHINERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jessie Camelia Chinery|Chinery or Chinnery, Jessie Camelia]] [https://www.familysearch.org/tree/person/details/GFMP-6NZ] - 1915(WA)-1995(WA) - Licences: 6JC Perth (Welshpool, 1937-1939) - Qualifications: cc; AOCP 1866, 1937, WA - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: not stated (Welshpool, WA, 1937) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''CHIPPINDALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Kellett Chippindall|Chippindall, Eric Kellett "Chippy"]] [https://www.familysearch.org/tree/person/details/LFCB-MNZ] - 1916(Qld)-1988(Qld) - Licences: 4XR Brisbane (Paddington, 1937-1939); 4XR Gympie (1946-1969); 4XR Brisbane (Paddington, 1975-1980+) - Qualifications: cc; AOCP 1940, 1937, Qld - amateur operator; amateur broadcaster; broadcast engineer (4SB, 4BU, 4LG, 4GY) - Electoral Rolls: radio engineer (Gympie, Qld, 1949); announcer-engineer (Gympie, Qld, 1954-1958); shopkeeper (Paddington, Qld, 1972-1980) ===''CHISHOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham St Clair Chisholm|Chisholm, Graham St Clair]] [https://www.familysearch.org/tree/person/details/GX47-TTR] - 1915(Qld)-2002(WA) - Licences: 4LP Brisbane (Kelvin Grove, 1933); 3ACG Melbourne (South Yarra, 1947-1948); 5PG Darwin (1955-1956); 1AB Canberra (Canberra City, 1960; Ainslie, 1965); 6IB Perth (Dalkeith, 1969-1975) - Qualifications: cc; AOCP 1101, 1933, No. ?? in Qld; BOCP 18, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcaster (3SR, Shepparton, Vic, 1942); radio engineer (South Yarra, Vic, 1949-1954); broadcaster (Reid, ACT, 1958; Ainslie, ACT, 1963; Dalkeith, WA, 1968-1972); manager (Nedlands, 1977-1980) ===''CHITHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Chitham|Chitham, William Norman "Bill"]] [https://www.familysearch.org/tree/person/details/GXWT-KJK] - 1912(Qld)-1997(Qld) - Licences: 4UU Brisbane (Bulimba, 1933-1934; Fortitude Valley 1937-1939; Cannon Hill, 1946-1980+) - Qualifications: cc; AOCP 913, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor, QSL officer); part of the "U" gang; military (WW2) - Electoral Rolls: storeman (Valley, Qld, 1936-1943); radio mechanic (Cannon Hill, 1949-1963); buyer (Cannon Hill, Qld, 1968-1980) ===''CHOATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Sidney Choate|Choate, Roger Sidney]] [https://www.familysearch.org/tree/person/details/GFQX-RW3] - 1913(Irl)-1978(WA) - Licences: 6RK Harvey (1930-1933); 6RK Kalgoorlie (1937-1939); 6RK Dardanup (1947); 6RK Perth (Subiaco, 1948-1956; Salters Point, 1960-1975) - Qualifications: cc; AOCP 714, 1930, No. ?? in WA; BOCP 42, 1936; 3AIR 1121, 1947 - amateur operator; amateur broadcaster; WW2 (RAAF, Squadron Leader) - Awards: Military Division OBE [[w:1964_Birthday_Honours|Wikipedia]] - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1937; Perth, WA, 1937); engineer (Melville, WA, 1943); civil servant (Subiaco, WA, 1949-1958); surveyor (Salters Point, WA, 1963-1968; Manning, WA, 1972-1977) - Links: [https://www.awm.gov.au/collection/R1513688 AWM] [https://www.ozatwar.com/raaf/shepherdshillradar.htm OzAtWar] ===''CHRISMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Chrismas|Chrismas, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/G6YC-FC2] - 1892(NSW)-1950(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 250, 1916; 1COCP 31, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIW Wyndham (1917-1918) - Electoral Rolls: operator (Broome, 1916); wireless operator (Wyndham, 1917; Applecross, 1925); radio telegraphist (Broome, 1931; Geraldton, 1936-1949) ===''CLAFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keighran James Claffey|Claffey, Keighran James]] [https://www.familysearch.org/tree/person/details/G84R-LLP] - 1903(Vic)-19??(???) - Licences: 2AK Deniliquin (1928-1939); 2AK Picton (1946); 2AK Deniliquin (1947-1980+) - Qualifications: AOCP 459, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarrandale, 1949; Deniliquin, 1954; Yarrandale, 1958-1963); retired (Deniliquin, 1977-1980) ===''CLARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Clark|Clark, Francis Thomas]] [https://www.familysearch.org/tree/person/details/G8WF-CJH] - 1903(WA)-1998(Vic) - Licences: 3FC Rainbow (1928); 3FC Melbourne (St Kilda, 1931; Hawthorn, 1933; Elwood, 1937; St Kilda, 1938); 3FC Mildura (1946-1947); 3FC Ouyen (1948-1960); 3FC Geelong (Leopold, 1969; Clifton Springs, 1975-1980+) - Qualifications: AOCP 426, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal official (Rainbow, 1925); postal clerk (Rainbow, 1928); clerk (St Kilda, 1931-1937); senior postal clerk (Red Cliffs, 1942); postmaster (Ouyen, 1949-1954); retired (Clifton Springs, 1972-1980) * [[/Frank P. R. Clark|Clark, Frank P. R.]] [https://www.familysearch.org/tree/person/details/GZFG-WRN] - 1900(NSW)-1928(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923-1924); 2YF Sydney (Manly, 1925) - Qualifications: AOCP 122, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: gone too soon * [[/Leopold Francis Clark|Clark, Leopold Francis]] [https://www.familysearch.org/tree/person/details/273Q-3D5] - 1902(Tas)-1978(Tas) - Licences: 7CK Natone (1932-1939); 7CK Burnie (1946-1948); Deloraine (1954-1969); Lanena (1975) - Qualifications: cc; AOCP 989, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Natone, 1928-1936; Burnie, 1943-1949); grazier (Needles, 1954; Deloraine, 1963) ===''CLARKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Fraser Clarke|Clarke, Percival Fraser "Percy"]] [https://www.familysearch.org/tree/person/details/GXZ3-4J2] - 1896(Qld)-1971(Qld) - Licences: 4PY Ayr (1936-1939) - Qualifications: cc; AOCP 1781, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jarvisfield, Qld, 1919-1937; Aspley, Qld, 1949-1972) * [[/Warren Ross Clarke|Clarke, Warren Ross]] [https://www.familysearch.org/tree/person/details/G8NT-LSN] - 1909(NSW)-1988(NSW) - Licences: 2ZZ Sydney (Mosman,1930-1933; Asquith, 1933-1939; Mosman, 1948-1950) - Qualifications: AOCP 650, 1930, NSW; 2COCP 6, 1934; 1COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Asquith, 1933-1934; Mosman, 1936); radio officer (Mosman, 1943); flight radio officer (Mosman, 1949-1954); clerk (Glenbrook, 1963); travel consultant (Glenbrook, 1972); clerk (Merrylands, 1972); planner (North Rocks, 1977-1980) * [[/William George Clarke|Clarke, William George]] [https://www.familysearch.org/tree/person/details/GXQ2-1QS] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 32, 1930 - RANRS (temp Commissioned Telegraphist, 1917) - Comment: several contemporaneous WGCs - Electoral Rolls: officer-in-charge (Radio Station, Townsville, 1916); seaman (HMAS Encounter, Geelong, 1919); biograph operator (Langwarrin Military Camp, Vic, 1919); hotel manager (Naval Base Hotel, South Fremantle, 1931) ===''CLAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard George Clay|Clay, Richard George]] [https://www.familysearch.org/tree/person/details/G8ZZ-LGN] - 1903(Vic)-1972(Vic) - Licences: 3RC Melbourne (Northcote, 1929; Alphington, 1931) - Qualifications: AOCP 536, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Northcote, 1925-1927); welder (Northcote, 1928); electric welder (Alphington, 1931); welder (Richmond, 1936-1937; Alphington, 1942; Northcote, 1949); contractor (Traralgon, 1954-1972) ===''CLAYTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maisie Ian Jesson Clayton|Rawson nee Clayton, Maisie Ian Jesson]] [https://www.familysearch.org/tree/person/details/G8RT-25P] - 1915(NSW)-1996(NSW) - Licences: Nil yet identified - Qualifications: cc; BOCP 488, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: radio worker (Artarmon, 1937); engineer (Kirribilli, 1949); radio engineer (Lane Cove, 1954-1963); engineer (Lane Cove, 1968-1972); home duties (Lane Cove, 1977-1980) - Lady: * [[/Maurice Charles Clayton|Clayton, Maurice Charles]] [https://www.familysearch.org/tree/person/details/G86J-HX3] - 1912(SA)-1936(SA) - Licences: 5RK Adelaide (Edwardstown, 1930-1931); 5ZC Adelaide (Edwardstown, 1933-1936) - Qualifications: cc; AOCP 596, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon (24yo) * [[/Walter George Gladstone Clayton|Clayton, Walter George Gladstone "Wally"]] [https://www.familysearch.org/tree/person/details/G3XN-J1N] - 1918(Qld)-1998(Qld) - Licences: 4WG Innisfail (1937-1939); 4WG Brisbane (Windsor, 1946-1969); 4WG Townsville (1975-1980+) - Qualifications: cc; AOCP 1868, 1937, Qld - amateur operator; amateur broadcaster; military (WW2, AIF Signals); state public servant (Qld Railways, supervising tech. comms.) - Relationships: uncle of Maise Ian Jesson Rawson nee Clayton (Radio Engineer) - Electoral Rolls: manager (Windsor, 1954-1968); technician (Townsville, 1972-1980) ===''CLIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Cliff|Cliff, Harry]] - 1908(Vic)-1988(Vic) - Licences: 3HC Melbourne (Essendon, 1928-1948; Heidelberg, 1954-1975); 3HC Point Lonsdale (1980+) - Qualifications: AOCP 400, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: implement maker (Moonee Ponds, 1906); engineer (Moonee Ponds, 1922-1928); clerk (Moonee Ponds, 1931-1937); company secretary (North Melbourne, 1943); director (Ivanhoe, 1954-1968; Heidelberg, 1972); retired (Point Lonsdale, 1977-1980) (pre 1928 is another Harry Cliff) ===''CLIFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Glendenning Clifford|Clifford, Herbert Glendenning]] [https://www.familysearch.org/tree/person/details/GHTS-4CN] - 1882(Eng)-1955(SA) - Licences: 5BW Receive Renmark (1923); Receive Renmark (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: secretary (Renmark, SA, 1939-1943) ===''CLINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gladstone Clinch|Clinch, Frederick Gladstone]] [https://www.familysearch.org/tree/person/details/KF5P-TWM] - 1898(WA)-1972(WA) - Licences: 6JR Greenough (1928-1933); 6FG Miling (1960); 6FG Perth (Doubleview, 1965-1969) - Qualifications: cc; AOCP 468, 1928, No. ?? in WA - amateur operator; amateur broadcaster - Relationships: Father of 6CL Ian Harold Wilson Clinch - Electoral Rolls: farmer (Greenough, 1922-1943); garage proprietor (Miling, 1958); retired (Doubleview, 1963-1972) * [[/Ian Harold Wilson Clinch|Clinch, Ian Harold Wilson]] [https://www.familysearch.org/tree/person/details/GHQX-YS1] - 1926(WA)-19??(WA) - Licences: 6CL Miling (1960-1965); 6CL Dandaragan (1969); 6CL Rossmoyne (1975-1980+) - Qualifications: cc; AOCP 3596, 1957, WA - amateur operator, WW2 - Relationships: son of 6JR-6FG Frederick Gladstone Clinch - Electoral Rolls: mechanic (Leederville, 1949); manager (Miling, 1958-1963); radio technician (Dongara, 1968); technician (Rossmoyne, 1972-1980) ===''CLOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alvin Theodore Closs|Closs, Alvin Theodore]] [https://www.familysearch.org/tree/person/details/L67V-HG7] - 1895(NSW)-1975(Vic) - Licences: V750 Receive Melbourne (Olinda, 1922); 3GV Receive Melbourne (Olinda, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: orchardist (Brighton, 1917); storekeeper (Olinda, 1924-1931); salesman (Olinda, 1934-1937); civil servant (Tunstall, 1943-1954); retired (Yarra Junction, 1963-1972) ===''CLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Edward Clough|Clough, James Edward]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 483, 1929, No. ?? in ?? - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - several contemporaneous JECs ===''COADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Coade|Coade, Ernest]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: electrician (Rutherglen, 1914); mechanic (Thursday Island, 1919) ===''COAKLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas James Coakley|Coakley, Thomas James]] [https://www.familysearch.org/tree/person/details/GX24-W7T] - 1904(Vic)-1991(Vic) - Licences: 5UK Adelaide (Unley, 1933-1939); 3IU Melbourne (Camberwell, 1947; Essendon, 1948-1980+) - Qualifications: cc; AOCP 1105, 1933, No. ?? in SA, 3COCP 61, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: aero fitter (Auburn, Vic, 1925-1926); engineer (Camberwell, Vic, 1943; Essendon, Vic, 1949-1980) ===''COALTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Coalter|Coalter, Martin]] [https://www.familysearch.org/tree/person/details/GDSR-STB] - 1893(Vic)-19??(???) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 1, 1914 - ship wireless operator? - Electoral Rolls: Nil yet identified ===''COATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Melbourne Coates|Coates, Alfred Melbourne or Melbourne Alfred]] [https://www.familysearch.org/tree/person/details/GDGW-MCZ] - 1884(???)-1964(Vic) - Licences: V757 Receive Melbourne (Elwood, 1922); 3GG Receive Melbourne (Elwood, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (USA) - Electoral Rolls: engineer (Elsternwick, 1921-1937; Kalorama, 1943-1954) ===''COFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Freeman Coffey|Coffey, Henry Freeman]] [https://www.familysearch.org/tree/person/details/G3QL-BR1] - 1885(Irl)-1934(NSW) - Licences: 4KY Brisbane (Doomben, 1925-1926; Hamilton, 1927); 2ZY Sydney (Willoughby, 1929; Maroubra, 1930-1934) - Qualifications: cc; CPRT 52, 1915; 1COCP 12, 1930 - Halycyon: AOCP Brisbane 1926 - amateur operator; amateur broadcaster; ship wireless operator (Marconi, White Star, Booth Steamship, Iquitos Steamship, Union Castle); RANRS (Warrant Telegraphist, 1917); coastal operator (CRS, PMGD, AWA); federal public servant - Electoral Rolls: radio engineer (Middle Park, Vic, 1919); engineer (Malvern East, 1922-1924); radiostation master (Thursday Island, 1925); wireless operator (Doomben, Qld, 1925-1928); engineer (Chatswood, 1930); wireless mechanic (Maroubra, 1930-1934) ===''COHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derrick Cohen|Cohen, Derek or Derrick Simeon "Dick"]] [https://www.familysearch.org/tree/person/details/GXCF-DR7] - 1914(Eng)-2010(NSW) - Licences: 2YM Sydney (Dobroyd Point, 1932-1933; Kings Cross, 1933; Clovelly, 1934-1936); 4YM Brisbane (City, 1937-1939); 1YM Macquarie Island (1954-1955) - Qualifications: cc; AOLCP 238, 1930; AOCP 1011, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (West End, Qld, 1943); technician (Coburg, Vic, 1954); television producer (Chatswood, NSW, 1963; Little Wallaby Beach, NSW, 1977) ===''COLEBATCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Vincent Colebatch|Colebatch, Ernest Vincent]] [https://www.familysearch.org/tree/person/details/K2Q2-974] - 1905(SA)-1987(SA) - Licences: 5CG Receive Adelaide (Norwood, 1923); Receive Adelaide (Norwood, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Belair, SA, 1939-1941) ===''COLESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Russell Coleston|Coleston, Stanley Russell]] [https://www.familysearch.org/tree/person/details/G8VV-KQL] - 1913(Vic)-2012(Qld) - Licences: 3XK Melbourne (Middle Park, 1930-1931; Gardenvale, 1933; Glenhuntly, 1937-1939, 1946-1955); 9XK Port Moresby (1956-1960); 3AXK Melbourne (Mt Waverley, 1965-1969); 4XA Brisbane (Geebung, 1975-1980+) - Qualifications: AOCP 688, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Glenhuntly, 1936-1942; Caulfield East, 1949-1954); public servant (Mt Waverley, 1963-1972); retired (Geebung, 1977-1980) ===''COLLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Felton Collard|Collard, Cyril John Felton]] [https://www.familysearch.org/tree/person/details/97X9-6VY] - 1896(NSW)-1969(NSW) - Licences: 2CF Maitland West (1927-1939) - Qualifications: AOCP 362, 1927, No. ?? in NSW; 2COCP 540, 1941; BOCP 541, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lorn, 1930-1963); retired (North Maitland, 1968) ===''COLLINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Joseph Collins|Collins, Clarence Henry Joseph]] [https://www.familysearch.org/tree/person/details/M1Y1-GB1] - 1891(SA)-1974(SA) - Licences: 5FC Adelaide (Marryatville, 1932-1939) - Qualifications: cc; AOCP 1043, 1932, SA; BOCP 29, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Marryatville, SA, 1939-1943) * [[/William Edward Collins|Collins, William Edward]] - 19??(???)-19??(???) - Licences: XYAH Perth (Cannington, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: salesman (Cannington, WA, 1916; Victoria Park, WA, 1917); civil servant (Balkatta, WA, 1931-1937) ===''COLLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Andrew Collis|Collis, George Andrew]] - 1869(Tas)-1926(Tas) - Receive Hobart, radio clubs (Tasmanian Radio Club, foundation member, 1922+), electrician (Zinc Co., Hobart, 1921) - potential misidentification, George Arthur Collis, Radio Research Club, Hobart, witness to Royal Commission Wireless 1927 * [[/Ralph Collis|Collis, Ralph]] [https://www.familysearch.org/tree/person/details/GX1J-48N] - 1918(WA)-2013(WA)105yo - Licences: 6LY Perth (Bayswater, 1935-1939) - Qualifications: cc; AOCP 1454, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Bayswater, WA, 1943; Scarborough, WA, 1949-1958); proprietor (Cadoux, WA, 1963; Tuart Hill, WA, 1968); business proprietor (Dianella, WA, 1972-1977); proprietor (Bedford, WA, 1980) ===''COLTHEART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Coltheart|Coltheart, Clarence James]] - 1885(Tas)-1962(Tas) - Licences: 7BF Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Brunswick, Vic, 1913-1914; Queenstown, 1922-1954) ===''COLTHRUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Colthrup|Colthrup, James Frederick]] [https://www.familysearch.org/tree/person/details/LBW8-J4Z] - 1908(Vic)-1942(Qld) - Licences: 3PL Melbourne (Clifton Hill, 1934-1939) - Qualifications: AOCP 1368, 1934, No. ?? in Vic; 1COCP 374, 1940 - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, Wireless & Gunnery School) - Electoral Rolls: mechanic (Clifton Hill, 1931); engineer (Clifton Hill, 1937); airman (Clifton Hill, 1942) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/623876] ===''COLVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Victor Colville|Colville, Sydney Victor]] [https://www.familysearch.org/tree/person/details/G3WQ-S78] - 1894(Vic)-1966(NSW) - Licences: XQF Brisbane (South Brisbane) (1913); 2FA Receive Sydney (1922); 2FA Sydney (1923-1925); 2VH Sydney (1935-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; wireless retail business proprietor (Colville Moore) - Electoral Rolls: clerk (Wooloongabba, 1917; Chelmer, 1919-1921); broker (Bowen Hills, 1922); manufacturer (Drummoyne, NSW, 1930-1933); merchant (Lane Cove, 1935-1936); manufacturer (Darlinghurst, NSW, 1936-1937); company director (Glenbrook, 1943-1963) ===''CONDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Sylvester Condon|Condon, Austin Sylvester]] [https://www.familysearch.org/tree/person/details/G3RG-K2K] - 1924(SA)-2011(SA) - Licences: 5WO Laura (1954-1980+) - Qualifications: AOCP 3012, 1949, SA - amateur operator - Electoral Rolls: Nil [https://www.adelaidenow.com.au/ipad/obituaries-tributes-to-three-of-our-finest/news-story/845c3a27d81fd8a8f4bbe436503a9b1e Obit] ===''CONDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Tasman Conder|Conder, Walter Tasman "Wally"]] [https://www.familysearch.org/tree/person/details/G6CJ-DTS] - 1888(Tas)-1974(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as General Manager, BCA, 3LO) - Electoral Rolls: teacher (Launceston, 1914); soldier (Langwarrin Military Camp, 1918-1921; Melbourne, 1924); secretarial (Melbourne, 1925-1928); entrepreneur (Melbourne, 1931-1937); secretary (Melbourne, 1943) - Links: [https://adb.anu.edu.au/biography/conder-walter-tasman-5747 ADB] ===''CONGDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bert Congdon|Congdon, Bert "Bertie"]] [https://www.familysearch.org/tree/person/details/9VVJ-CMW] - 1891(Vic)-1961(WA) - Licences: 6BA Receive Perth (Subiaco, 1923-1924); 6BC Perth (Subiaco, 1927-1939, 1946-1960) - Qualifications: cc; AOCP 382, 1927, No. ?? in WA - amateur operator; amateur broadcaster; WW1; civil servant - Electoral Rolls: civil servant (Subiaco, 1925-1958) ===''CONNELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dermot Anthony Connelly|Connelly, Dermot Anthony]] [https://www.familysearch.org/tree/person/details/G8L5-2VC] - 1903(Vic)-1965(Vic) - Licences: 3BU Receive Melbourne (St Kilda, 1922); 3BU Melbourne (St Kilda, 1923-1925); 3ADK Melbourne (St Kilda, 1948; Ivanhoe, 1954-1965) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: manager (Caulfield, 1927-1936); Air Force officer (St Kilda, 1937); nil (Frankston, 1949); photographer (Ivanhoe, 1954-1963) ===''CONNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilson Connon|Connon, George Wilson]] [https://www.familysearch.org/tree/person/details/GXGF-8Z2] - 1907(Sct)-1976(SA) - Licences: 5KJ Booleroo (1937-1939); 5KJ Yunta (1947); 5KJ Alice Springs (1948-1954); 5KJ Adelaide (Millswood Estate, 1955-1956); 5KJ Port Lincoln (1960); 5KJ Berri (1965-1969); 5KJ Barmera (1975) - Qualifications: cc; AOCP 1991, 1937, SA; 2COCP 336, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: pensioner (Millswood East, SA, 1939); bookkeeper (Port Augusta, SA, 1941-1948); radio technician (Alice Springs, NT, 1949-1954) ===''CONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emmett Bernard Connor|Connor, Emmett Bernard]] [https://www.familysearch.org/tree/person/details/GXCB-L7Q] - 1913(Qld)-1977(Qld) - Licences: 4CE Gindie (1936); 4OC Longreach (1956); 4OC Fernlees (1960); 4OC Brisbane (Aspley, 1965-1969) - Qualifications: cc; AOCP, not yet identified; BOCP 280, 1940; 3COCP 5529, 1965 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing shed hand (Gindie, Qld, 1936); radio mechanic (Enoggera, Qld, 1937); radio technician (Longreach, Qld, 1943-1949); business Manager (Cramsie, Longreach, Qld, 1954-1958); grazier ("Ronnoc Downs", Fernlees, Qld, 1958-1963; Aspley, Qld, 1963-1977) * [[/Laurance Kingsley Connor|Connor, Laurance Kingsley]] [https://www.familysearch.org/tree/person/details/L2GD-KPT] - 1907(NSW)-1950(NSW) - 2LK Sydney (Belmore, 1925-1926), 2ALC Sydney (Lakemba, 1948; Cammeray, 1950), amateur operator (AOCP 68, 1925, No. ?? in NSW; CPRT 881, 1925; 2COCP 199, 1930; 1COCP 220, 1939), amateur broadcaster * [[/Stephen James Connor|Connor, Stephen James]] [https://www.familysearch.org/tree/person/details/GH4J-FP4] - 1894(NSW)-1979(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 235, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Electoral Rolls: radio telegraphist (Broome, 1917); electrical engineer (Strathfield, NSW, 1930; Lismore, NSW, 1933); electrician (Darlinghurst, NSW, 1934; Strathfield, NSW, 1936-1963); retired (Lapstone, NSW, 1972) * [[/Terence Connor|Connor, Terence]] [https://www.familysearch.org/tree/person/details/G6MC-3DV] - 1916(Tas)-1982(Tas) - Licences: 7CT Hobart (Rokeby, 1936-1939; City, 1946-1948); 7CT Huonville (1954-1960); 7CT Hobart (Bellerive, 1965-1980+) - Qualifications: cc; AOCP 1643, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: auto-electrician (New Town, 1943; Hobart North, 1949); manager (Huonville, 1949-1954); sales rep. (Bellerive, 1963-1977) ===''CONRAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Ernest Conrad|Conrad, Raymond Ernest]] [https://www.familysearch.org/tree/person/details/GSP2-VGS] - 1905(Tas)-1977(Tas) - Licences: 2TR Sydney (Bexley, 1930-1937; Rockdale, 1938-1939); 7TR Hobart (Derwent Park, 1947; Moonah, 1948-1956; Berriedale, 1960-1975) - Qualifications: AOCP 651, 1930, No. ?? in Tas; BOCP 308, 1940 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: battery fitter (Bexley, 1930); storeman (Bexley, 1931-1934); clerk (Bexley, 1935-1936; Rockdale, 1937); purchasing officer (Cameray, 1943); radio manufacturer (Moonah, 1949-1954); engineer (Hospital, Rosetta, 1963) ===''CONRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Conry|Conry, William Henry]] [https://www.familysearch.org/tree/person/details/GDJL-HCR] - 1892(Vic)-1959(Qld) - Licences: 3OK Melbourne (Armadale, 1923-1925); 3CO Melbourne (Brighton, 1931-1939) - Qualifications: cc; CPRT 260, 1916; 1COCP 44, 1935 - amateur operator; amateur broadcaster; WW1 (Merchant Marine); RANRS; witness to Royal Commission 1927 (obo PMGD Vic) - Electoral Rolls: mechanic (Windsor, Vic, 1914-1919; Armadale, 1921-1924); inspector (Brighton, 1925-1937); radio inspector (South Brisbane, 1943-1949); postal official (St Lucia, 1954-1958) ===''CONWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn Laurence Dean Conway|Conway, Mervyn Laurence Dean]] [https://www.familysearch.org/tree/person/details/G6MH-GHZ] - 1912(Tas)-1979(Tas) - Licences: 7CL Launceston (1936-1939, 1948-1960); 7CL Hobart (West Hobart, 1965-1975) - Qualifications: cc; AOCP 1684, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Nelson, 1936); school teacher (Launceston East, 1937); teacher (Devonport, 1943; New Town, 1949-1958) ===''COOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Byron Cook|Cook, Ernest Byron "Ernie"]] [https://www.familysearch.org/tree/person/details/M46M-M3J] - 1902(Vic)-1981(Vic) - Licences: 3CK Tresco (1926-1927); 3CK Kerang (1931); 3EC Swan Hill (1938-1939); 3EC Melbourne (Coburg, 1946-1975) - Qualifications: AOCP 295, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: foreman (Swan Hill, 1937-1942) * [[/Victor Roy Percival Cook|Cook, Victor Roy Percival "Roy"]] [https://www.familysearch.org/tree/person/details/MYJG-6C6] - 1899(SA)-1980(SA) - Licences: XVN Adelaide (1913-1914); S099 Adelaide (1920s); 5AC Adelaide (Prospect, 1923-1927; Rose Park, 1928-1931; Kilkenny, 1933-1939, 1946-1948; Woodville, 1954-1975; Somerton Park, 1980) - Qualifications: cc; AOCP 94, 1925, No. ?? in SA - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: analyst (Kilkenny, 1939-1943) ===''COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Robert Cooke|Cooke, Clarence Robert]] [https://www.familysearch.org/tree/person/details/GF3Z-3P6] - 1891(???)-1970(WA) - Licences: 6CP Perth (Bayswater, 1932-1939, 1947-1965) - Qualifications: cc; AOCP 1068, 1932, WA - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Mornington Mills, WA, 1914); locomotive driver (Mornington Mills, WA, 1921-1926); locomotive engine driver (Bayswater, WA, 1931-1968) * [[/Clive J. Cooke|Cooke, Clive J.]] - 19??(???)-19??(???) - 4CC Brisbane (Chermside, -1952+), amateur operator (AOCP ??, 19??, No. ?? in Qld) * [[/Frank Basil Cooke|Cooke, Frank Basil "Basil"]] [https://www.familysearch.org/tree/person/details/G7Q6-TN8] - 1892(SA)-1967(NSW) - XADW Sydney (1913), 2LI Sydney (1922-1924), 2XQ Receive Sydney (1923), 2DJ Sydney (Northbridge, 1924-1931; Mosman, 1933-1939), early wireless experimenter, amateur operator (pre AOCP; AOCP 39, 1924, No. ?? in NSW), amateur broadcaster, radio clubs (WIA NSW, vice-president 1923) * [[/Frederick William Cooke|Cooke, Frederick William]] [https://www.familysearch.org/tree/person/details/GZB8-V6L] - 1906(Eng)-1981(Vic) - Licences: 3FW Melbourne (Footscray, 1926-1927) - Qualifications: AOCP 311, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: meter tester (Footscray, 1926-1949) ===''COOKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Cookson|Cookson, Arnold]] [https://www.familysearch.org/tree/person/details/G6YD-87L] - 1889(Eng)-1971(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 201, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: telegraphist (Thursday Island, 1919); no occupation (Darlinghurst, 1949); clerk (Northbridge, 1949-1963; Bexley, NSW, 1968) * [[/Joseph George Cookson|Cookson, Joseph George "George"]] [https://www.familysearch.org/tree/person/details/KGCW-Z8N] - 1888(Vic)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 862, 1925; 2COCP 21, 1929; 1COCP 34, 1930 - RANRS (1919), AWA - Relationships: Father of Leonard Kenneth Cookson - Electoral Rolls: engine driver (Crossover, Vic, 1912-1913; Bacchus Marsh, 1914-1915); mechanic (Alphington, 1917); engineer (Cooktown, 1919); radio engineer (Radio Station, Carlingford, NSW, 1930-1935; Croydon, NSW, 1943-1958) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] * [[/Leonard Kenneth Cookson|Cookson, Leonard Kenneth "Len"]] [https://www.familysearch.org/tree/person/details/GXQ8-JHV] - 1917(Vic)-2005(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - AWA - Relationships: Son of Joseph George Cookson - Electoral Rolls: foreman (Concord, NSW, 1943); electrical fitter (Croydon, 1943-1954; Glebe, 1958; Blacktown, 1963-1980) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] ===''COOLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Cooling|Cooling, Ernest Richard]] [https://www.familysearch.org/tree/person/details/LVZL-GSC] - 1885(Qld)-1936(Qld) - Licences: 4BN Toowoomba (1924-1927) - Qualifications: cc; AOCP 11, 1924, No. 3 in Qld - amateur operator; amateur broadcaster; honorary radio inspector (Toowoomba, 1924), (Halcyon P. 4) - Comment: A tragic end to a productive life - TroveTag: "4BN - Ernest Richard Cooling" - Electoral Rolls: letter carrier (Toowoomba, 1908); telegraphist (Bowen, 1912); postal assistant (Toowoomba, 1913-1930) ===''COOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Saint Coombe|Coombe, Geoffrey Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-TXS] - 1913(SA)-19??(???) - Licences: 5ML Adelaide (Hindmarsh, 1931-1939; Croydon, 1947-1948; Brooklyn Park, 1960-1980+) - Qualifications: cc; AOCP 756, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5MR Jack Robert Saint Coombe - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Croydon, 1941) * [[/Jack Robert Saint Coombe|Coombe, Jack Robert Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-T3C] - 1910(SA)-1981(SA) - Licences: 5MR Adelaide (Stirling West, 1954-1980+) - Qualifications: cc; AOCP 2923, 1949, SA - amateur operator; amateur broadcaster - Relationships: Brother of 5ML Geoffrey Saint Coombe - Electoral Rolls: electrician (Hindmarsh, SA, 1939; Croydon, SA, 1941); electrical mechanic (Mt Lofty, SA, 1943) ===''COOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edwin Charles Cooper|Cooper, Alfred Edwin Charles]] [https://www.familysearch.org/tree/person/details/GZV9-9GK] - 1904(NSW)-1997(NSW) - Licences: 2AL Receive Sydney (Ashfield, 1922); 2AL Sydney (Ashfield, 1923-1926); 2UO Sydney (Northbridge, 1947-1950); 2AUO Sydney (Yacht Asgard, 1948-1960); 4AY Surfers Paradise (1980) - Qualifications: cc; AOCP 180, 1925, No. ?? in NSW; 3COCP 626, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: fruit merchant (Ashfield, 1931); director (Northbridge, 1943-1958); company director (Clareville, 1963-1977) * [[/Eric Cooper|Cooper, Eric]] [https://www.familysearch.org/tree/person/details/GD1M-WC4] - 1925(Tas)-19??(???) - Licences: 7ZEC Evandale (1965-1980+) - Qualifications: cc; AOLCP 870, 1960, Tas - amateur operator - Electoral Rolls: moulder (Evandale, 1949); radio technician (Evandale, 1954) * [[/Ernest Edward Cooper|Cooper, Ernest Edward]] [https://www.familysearch.org/tree/person/details/GZ5F-RLJ] - 1905(Tas)-1951(Tas) - Licences: 7MK Launceston (Youngtown, 1926-1927); 7MC Launceston (City, 1947-1948) - Qualifications: cc; AOCP 261, 1926, No. ?? in Tas; AOLCP 151, 1934 - amateur operator; amateur broadcaster - Relationships: may be related to 7ZEC Evandale (1965-1975) Eric Cooper - Electoral Rolls: radio mechanic (Hobart, 1928); radio engineer (Ulverstone, 1936; Launceston East, 1943; Launceston West, 1949) * [[/Harold More Cooper|Cooper, Harold More or Harold Moore]] [https://www.familysearch.org/tree/person/details/GZ58-SJP] - 1886(SA)-1970(SA) - Licences: Receive Adelaide (Glenelg, 1923-1925); 5HG Adelaide (Glenelg, 1926-1939, 1946-1969) - Qualifications: cc; AOCP 257, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW2; submarine cable telegraphist; archaeologist; historian - Electoral Rolls: telegraphist (Glenelg, 1939-1943) - Links: [https://adb.anu.edu.au/biography/cooper-harold-more-9821 ADB] * [[/James Herbert Cooper|Cooper, James Herbert]] [https://www.familysearch.org/tree/person/details/LVTJ-14B] - 1914(NSW)-1992(NSW) - Licences: 2ZG Sydney (Wollstonecraft, 1930-1939 - Qualifications: AOCP 701, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Crows Nest, 1936-1943); broker (Mosman, 1949); stock and sharebroker (Wahroonga, 1949-1968); sharebroker (Wahroonga, 1972); broker (St Ives, 1977-1980) ===''CORDINGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harold Cordingley|Cordingley, Charles Harold]] [https://www.familysearch.org/tree/person/details/GDJK-SB4] - 1892(Eng)-1955(Vic) - Licences: 3RF Melbourne (Ascot Vale, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Ararat, 1913); electrical engineer (Flemington, 1915-1919); engineer (Ascot Vale, 1921-1954) ===''CORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert James Core|Core, Herbert James "Herb"]] [https://www.familysearch.org/tree/person/details/L1PF-R2Q] - 1906(Qld)-1954(Qld) - Licences: 4HC Brisbane (Coorparoo, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 2012, 1937, Qld; 1COCP 392, 1940 - amateur operator; amateur broadcaster; formerly Sydney - Electoral Rolls: public servant (Greenslopes, Qld, 1929); assistant (Coorparoo, Qld, 1936-1937); public servant (Coorparoo, Qld, 1943-1949; Camp Hill, Qld, 1949-1954) ===''CORNELIUS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Edward Cornelius|Cornelius, Eric Edward]] [https://www.familysearch.org/tree/person/details/LH7P-2MD] - 1916(WA)-1979(WA) - Licences: 6EC Albany (1936-1939); 6EC Kalgoorlie (1947-1948); 6EC Wagin (1954-1955); 6EC Perth (Inglewood, 1956-1975) - Qualifications: cc; AOCP 1635, 1936, WA; TVOCP 200, 1959 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Station 6WA, Wagin, 1949-1954; Inglewood, WA, 1958-1977) ===''CORNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Cameron Corney|Corney, Kenneth Cameron]] [https://www.familysearch.org/tree/person/details/GDGS-2MB] - 1899(Vic)-1990(Vic) - Licences: V755 Receive Bairnsdale (1922); 3GY Receive Bairnsdale (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: farmer (Gogeldrie, NSW, 1949); grazier (Metung, Vic, 1963-1980) ===''COTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alfred Cotton|Cotton, Arthur Alfred]] [https://www.familysearch.org/tree/person/details/KNH3-P9L] - 1897(SA)-1973(SA) - Licences: XVS Adelaide (Glanville, 1913); 5HY Adelaide (Kilkenny, 1926-1928; Colonel Light Gardens, 1931; Kilburn, 1946-1969) - Qualifications: cc; AOCP 270, 1926, No. ?? in SA - early wireless experimenter; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo WIA SA) - Electoral Rolls: engineer (Semaphore, 1939); clerk (Findon, 1943) * [[/Arthur Tylney Cotton|Cotton, Arthur Tylney]] [https://www.familysearch.org/tree/person/details/L7G8-SGG] - 1884(Tas)-1965(Tas) - Licences: Receive Spring Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Kelvedon, 1914-1963) * [[/Leith Simpson Cotton|Cotton, Leith Simpson]] [https://www.familysearch.org/tree/person/details/GZR2-12K] - 1905(SA)-2001(SA) - Licences: 5LG Adelaide (Burnside, 1932-1933); 5LG Iron Knob (1937-1939); 5LG Adelaide (Clarence Gardens, 1946-1948; Parkholme, 1954-1980+) - Qualifications: cc; AOCP 1023, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: boilermaker (Iron Knob, 1939-1941) ===''COTTRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Morgan Cottrell|Cottrell, Joseph William Morgan]] [https://www.familysearch.org/tree/person/details/9VLW-L1Y] - 1897(NSW)-1950(Vic) - Licences: 2ZF Receive Sydney (Randwick, 1923); 2ZN Sydney (Randwick, 1923-1925; Coogee, 1926-1930; Maroubra Junction, 1931; Dundas, 1933-1939, 1946-1947; Carlingford, 1948-1950); 2ADX Sydney (Dundas/Portable, 1937-1939) - Qualifications: cc; AOCP 367, 1927, No. ?? in NSW; AOLCP 1, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Coogee, 1930); broadcaster (Dundas, 1933-1934); radio operator (Dundas, 1936-1943); technician (Carlingford, 1949) ===''COUCHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Clyde McGregor Couchman|Couchman, Clifford Clyde McGregor "Cliff"]] [https://www.familysearch.org/tree/person/details/GQLS-T4D] - 1907(Qld)-1971(Qld) - Licences: 4KZ Kaimkillenbun (1930-1939); 4KZ Dalby (1946-1969) - Qualifications: cc; 2COCP 151, 1930; COCP 1st Class Marconi School (Halcyon) - amateur operator; amateur broadcaster; military (WW2, Navy, wireless officer); broadcast technician (PMGD, 4QS); business proprietor (electrical & radio, Dalby) - Electoral Rolls: labourer (Kaimkillenbun, 1930-1937); engineer (Dalby, 1943-1963); electrical engineer (Dalby, 1968) ===''COULTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Maxwell Coulter|Coulter, Jack Maxwell]] [https://www.familysearch.org/tree/person/details/GXRW-MXK] - 1912(SA)-1985(???) - Licences: 5MC Adelaide (Glenelg, 1936-1937); 3MV Melbourne (Caulfield, 1938-1939); 5JD Adelaide (Ashford, 1947-1948; Ackland Gardens, 1954-1960); 5JK Adelaide (Edwardstown, 1975-1980+) - Qualifications: cc; AOCP 1712, 1936, SA; 2COCP 812, 1944 - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: civil servant (Caulfield West, Vic, 1937); RAN (Port Melbourne, Vic, 1943) ===''COUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Couper|Couper, Andrew "Andy" Jnr]] [https://www.familysearch.org/tree/person/details/L6R8-R1T] - 1893(Qld)-1958(Qld) - Licences: XQM Mareeba (1914); 4BW Mareeba (1923-1939, 1946-1956) - Qualifications: cc; AOCP 71, 1925, No. 5 in Qld - early wireless experimenter (1914 & likely earlier unlicensed); amateur operator; amateur broadcaster; WW2 - Electoral Rolls: iron moulder (Mareeba, 1913-1932); engineer (Mareeba, 1936-1958) ===''COURT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Court|Court, Charles Percy]] [https://www.familysearch.org/tree/person/details/GX6T-Q5T] - 1904(Qld)-1962(Qld) - Licences: 4CT Receive Brisbane (Rosalie, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Bayswater, Qld, 1925-1936; Kedron, Qld, 1937-1958) * [[/Thomas Palmer Court|Court, Thomas Palmer Jnr]] - 1895(Vic)-1976(NSW) - XNY Melbourne (Malvern, 1913-1914), 3BO Melbourne (Malvern, 1922), 3TC Melbourne (Malvern, 1926-1927), early wireless experimenter (CPRT 211, 1916), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, radio clubs (WIA Vic, secretary, 1919-1920+), employment (radio salesman, 1928; STC, chief design engineer, 1954), IRE Aust (president, 1950-1951), father also named Thomas Palmer Court (1861, Vic - 1944, NSW) ===''COUSENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Light Reynolds Cousens|Cousens, Harold Light Reynolds]] [https://www.familysearch.org/tree/person/details/GDG9-3SK] - 1888(NSW)-1965(NSW) - Licences: N743 Receive Summer Hill (1922); 2HW Receive Summer Hill (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: auctioneer (Tamworth, 1930-1963) ===''COUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Stuart Coutts|Coutts, Edwin Stuart]] [https://www.familysearch.org/tree/person/details/94TB-698] - 1893(Qld)-1947(Qld) - Licences: 4BZ Receive Dalby (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motor mechanic (Dalby, 1919-1937); garage proprietor (Dalby, 1943) ===''COWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Christian Nesbit Cowan|Cowan, Christian Nesbit]] [https://www.familysearch.org/tree/person/details/G8XD-6QW] - 1907(NSW)-1994(NSW) - Licences: 2PZ Aberdare (1930-1980+) - Qualifications: cc; AOCP 613, 1930, No. ?? in NSW; BOCP 486, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: railway employee (Aberdare, 1930-1963; Cessnock, 1968-1980) ===''COX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allan Grafton Cox|Cox, Allan (birth) or Allen (census) Grafton]] [https://www.familysearch.org/tree/person/details/LHWX-5XH] - 1892(NSW)-1978(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 120, 1915; 2COCP 103, 1930; 1COCP 347, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIB Brisbane (1917-1918) - Electoral Rolls: operator (Rockhampton, 1914; Pinkenba, 1916-1921); telegraphist (Toorak, 1921-1922; South Yarra, 1926-1927); O.I.C. (Cooktown, 1925; Thursday Island, 1930); radio officer (Clayfield, 1934); O.I.C. (Townsville, 1936-1937); engineer (Rockbank, 1942); wireless officer (Kangaroo Point, 1943; Hendra, Qld, 1949-1958); radio officer (Hendra, 1963-1977) * [[/Erle Harold Cox|Cox, Erle Harold "Harold"]] [https://www.familysearch.org/tree/person/details/LB8Z-RG2] - 1903(Tas)-1989(ACT) - Licences: 3BD Receive Melbourne (Elsternwick, 1922); 3BD Melbourne (Elsternwick, 1922-1927; St Kilda, 1931-1933); 2EP Canberra (Forrest, 1934-1935); 2GU Canberra (Red Hill, 1946-1955); 1GU Canberra (Red Hill, 1956-1965; Mawson, 1969-1980+) - Qualifications: cc; AOCP 245, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; journalist, president Press Gallery, Parliament House 1953 - Awards: O.B.E. for contribution to journalism in Australia 1953 - Relationships: son of Erle Cox, science fiction author [https://adb.anu.edu.au/biography/cox-erle-5799] - Electoral Rolls: journalist (Caulfield, 1931; Gardiner, 1936; Forrest, 1937; Red Hill, 1943-1968; Mawson, 1972-1980) * [[/Harold Edward Cox|Cox, Harold Edward or Harold]] [https://www.familysearch.org/tree/person/details/G8GQ-2RT] - 1892(Eng)-1975(Qld) - Licences: 6HE Geraldton (1927) - Qualifications: cc; CPRT 17, 1914; 1COCP 35, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIO Broome (1917-1918) - Electoral Rolls: wireless operator (Broome, WA, 1916-1917; Geraldton, WA, 1922-1930); broadcast manager (Townsville, Qld, 1931-1937); manager (4WK, Warwick, Qld, 1943); representative (Coorparoo, Qld, 1943); wireless representative (Coorparoo, Qld, 1949-1972) ===''COXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Wooton Coxon|Coxon, Robert Wooton]] [https://www.familysearch.org/tree/person/details/GZZ2-HVL] - 1905(WA)-19??(???) - Licences: 6RW Northam (1924-1927) - Qualifications: cc; AOCP 30, 1924, No. ?? in WA - amateur operator; amateur broadcaster; mining engineer, NT Gov (Director of Mines, 1947); WW2 - Relationships: no apparent relation with 6AG Wally Coxon - Electoral Rolls: engineer (Cheltenham, SA, 1943); civil servant (Alice Springs, 1949-1954) * [[/Walter Ernest Stanley Coxon|Coxon, Walter Ernest Stanley "Wally"]] [https://www.familysearch.org/tree/person/details/GCY8-JBS] - 1891(NSW)-1968(WA) - Licences: XYK Perth (Maylands, 1913); 6AG Perth (North Perth, 1924; Inglewood, 1925-1931; Mt Lawley, 1933-1939; Bayswater, 1946-1947; Darlington, 1948-1960; Claremont, 1965) - Qualifications: cc; AOCP 124, 1925, No. ?? in WA - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (6WF) - Relationships: no apparent relation with 6RW Robert Wooton Coxon - Electoral Rolls: fitter (Maylands, 1914); engineer (Maylands, 1925-1937); radio engineer (East Perth, 1943; Darlington, 1949-1958); retired (Claremont, 1963-1968) - Links: [http://messui.polygonal-moogle.com/valves/NW199311.pdf EA0] [http://messui.polygonal-moogle.com/valves/NW199404.pdf] [http://messui.polygonal-moogle.com/valves/NW199405.pdf EA2] ===''COZINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Cozins|Cozins, Charles Frederick]] [https://www.familysearch.org/tree/person/details/GF78-6FW] - 1908(WA)-2001(WA) - Licences: 6AC Perth (City, 1931-1933); 6AD Perth (Canning Bridge, 1947-1948) - Qualifications: cc; AOCP 742, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (North Perth, WA, 1931); radio mechanic (Corrogin, WA, 1936); marine collector (Kalgoorlie, WA, 1943); cook (West Perth, WA, 1949); storekeeper (Kalgoorlie, WA, 1949-1954); clerical assistant (South Perth, WA, 1958); clerk (Rivervale, WA, 1963-1972); retired (Kewdale, WA, 1977-1980) ===''CRAIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith William Craig|Craig, Keith William]] [https://www.familysearch.org/tree/person/details/GDNB-7FD] - 1921(NSW)-1999(NSW) - Licences: 2AJV Newcastle (Stockton, 1938-1939); 2EP Newcastle (New Lambton, 1948-1969) - Qualifications: cc; AOCP 2102, 1938, NSW - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Stockton, 1943); fitter (Lambton, 1949; New Lambton, 1958-1980) * [[/Walter Archibald Craig|Craig, Walter Archibald]] [https://www.familysearch.org/tree/person/details/GZ2F-7X4] - 1907(NSW)-1956(NSW) - Licences: 2XI Receive Sydney (Croydon, 1923); 2XI Sydney (Croydon, 1924-1939) - Qualifications: cc; AOCP 220, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Croydon, 1930-1954) ===''CRAMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warne Hutton Cramond|Cramond, Warne Hutton]] [https://www.familysearch.org/tree/person/details/9XQB-N2G] - 1898(NSW)-1951(NSW) - Licences: 2KJ Sydney (Lane Cove, 1928-1939, 1946-1950) - Qualifications: AOCP 397, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lane Cove, 1930-1949) ===''CRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Rae Cran|Cran, Morris Rae]] [https://www.familysearch.org/tree/person/details/G879-B1J] - 1901(Qld)-1959(NSW) - Licences: 4KX Brisbane (West End, 1930-1939); 2MR Sydney (Rockdale, 1946-1947; Randwick, 1954-1955) - Qualifications: cc; AOCP 570, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Electoral Rolls: clerk (West End, 1925-1937); accountant (Bondi, 1943); company secretary (Ranswick, 1954; Coogee, 1958) ===''CRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Layman William Victor Cranch|Cranch, Layman William Victor "Lay"]] - 1910(Qld)-1993(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio engineer, journalist (editor, Australian Radio and Electronics, 1951), business (manager, Kingsley) ===''CRAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Russell Bruce Cameron Craw|Craw, Russell Bruce Cameron "Bruce"]] [https://www.familysearch.org/tree/person/details/KF2Q-54Y] - 1901(Tas)-1934(Vic) - Licences: 7BC Burnie (1930-1933); 3BC Melbourne (1933-1934) - Qualifications: cc; AOCP 671, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Comment: passed too soon - Electoral Rolls: salesman (Burnie, 1922; North Melbourne, 1924; Burnie, 1928); sales (Middle Park, Vic, 1935) ===''CRAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Thomas Crawford|Crawford, Cedric Thomas]] [https://www.familysearch.org/tree/person/details/GD2P-42L] - 1905(NSW)-1977(NSW) - Licences: 2YC Sydney (Burwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Burwood, 1930-1933); engineer (Captain's Flat, 1937-1943); mechanical engineer (Broken Hill South, 1954-1963); engineer (St Ives, 1968-1972) * [[/John Murray Crawford|Crawford, John Murray]] - 19??(???)-19??(???) - senior federal public servant (chief engineer PMGD, involved establishment of first ABC stations), don't confuse with William Tamillas Stephen Crawford * [[/William Tamillas Stephen Crawford|Crawford, William Tamillas Stephen "Bill", "W.T.S.C."]] [https://www.familysearch.org/tree/person/details/G738-35N] - 1880(Vic)-1962(NSW) - state public servant (P&TD, Tas); senior federal public servant (PMGD, radio inspector); RANRS (commissioned telegraphist, 1917) - Comment: don't confuse with John Murray Crawford ===''CREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Creamer|Creamer, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7XK-965] - 1903(NSW)-1973(NSW) - Licences: 2UR Sydney (Glebe Point, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Orange, 1930-1932); electrical engineer (Brewarrina, 1933; Henty, 1934-1935; Grose Vale, 1937; Richmond, 1943-1968) ===''CREDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter John Credlin|Credlin, Peter John]] [https://www.familysearch.org/tree/person/details/GDSB-SH8] - 1938(Vic)-1984(NSW) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) - Comment: Gone too soon - Electoral Rolls: clerk (Camberwell, 1954); engineer (Malvern, 1963; Lower Templestowe, 1967-1980) ===''CRESSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Gillespie Cresswell|Cresswell, Frank Gillespie]] [https://www.familysearch.org/tree/person/details/LR45-Q56] - 1880(Vic)-1963(Vic) - Licences: 3GI Melbourne (East Kew, 1924-1925; Camberwell, 1926-1927); Qualifications: cc; Nil yet identified - federal public service (PMGD); military (Commonwealth Naval Militia, engineer sublieutenant); RANRS (Radio Commander, terminated Nov 1920) - not to be confused with William Rooke '''Creswell''' - Electoral Rolls: instrument fitter (Camberwell, 1903-1906); Engineer-Lieutenant RAN (Prahran, 1912); naval officer (St Kilda, 1914); lieutenant RAN (Hawthorn, 1915-1919); RAN (Kew, 1922-1924); commandant RAN (Frankston, 1928-1934); naval officer (Olivers Hill, 1936-1937); electrical engineer (Armadale, 1943); retired (Somers, 1949; Mt Eliza, 1954; Frankston, 1963) * [[/Harry Leslie Cresswell|Cresswell, Harry Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9456-49G] - 1917(Qld)-1942(Qld) - Licences: 4DL Brisbane (Coorparoo, Qld, 1938-1939) - Qualifications: cc; Nil yet identified, likely RAN - amateur operator; amateur broadcaster; WW2 (RAN, Petty Officer Telegraphist, KIA, HMAS Yarra) - Electoral Rolls: Nil yet identified - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10293831 AWM] [https://www.awm.gov.au/collection/R1690529 Roll of Honour] ===''CRESWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rooke Creswell|Creswell, William Rooke]] [https://www.familysearch.org/tree/person/details/9N4L-WRS] - 1852(Gibraltar)-1933(Vic) - early wireless experimenter (Lytton, Moreton Island), military (RAN; Qld Maritime Defence Force, commandant; Commonwealth Naval Forces, commandant) - Generally considered the father of the RAN, not to be confused with Frank Gillespie '''Cresswell''' - Electoral Rolls: naval commandant (South Brisbane, 1903-1905); director (Toorak, 1909-1919) - Links: [[w:William Rooke Creswell|Wikipedia]]; [https://adb.anu.edu.au/biography/creswell-sir-william-rooke-5817 ADB] [https://www.navy.gov.au/biography/vice-admiral-sir-william-rooke-creswell RAN] ===''CRIBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dunmore Foote Cribb|Cribb, Dunmore Foote]] [https://www.familysearch.org/tree/person/details/LCPP-YQH] - 1899(Qld)-1946(Qld) - Licences: 4DC Brisbane (Indooroopilly, 1925-1927) - Qualifications: cc; AOCP 134, 1925, No. 15 in Qld - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant) - Electoral Rolls: teacher (Indooroopilly, 1921-1943) ===''CRICHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Robert Crichton|Crichton, Stanley Robert]] [https://www.familysearch.org/tree/person/details/LK76-MZH] - 1893(NZ)-1967(NSW) - Licences: 2KH East Maitland (1929-1935); 9OU Port Moresby (1947-1948) - Qualifications: AOCP 542, 1929, No. ?? in NSW; AOLCP 100, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: telephone mechanic (East Maitland, 1930-1935); wireless operator (Maclean, 1936); Radio 2NR (Lawrence, 1937); wireless operator (Ashfield, 1949); PMG technician (Ashfield, 1954-1963) ===''CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cridge, Wilfred Edgar Launder - See Wilfred Edgar Launder-Cridge ===''CRISP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Charles Crisp|Crisp, Henry Charles "Harry"]] [https://www.familysearch.org/tree/person/details/G8XD-5T2] - 1909(NSW)-1996(???) - Licences: 2LX Sydney (Undercliffe, 1930; Hurstville, 1931-1933; Cronulla, 1934-1939, 1946); 2LX Ettalong (1947-1955); 2LX Woy Woy (1956-1961); 2LX Urunga (1965); 2LX Sydney (Cronulla, 1969; Gorokan, 1975-1980+) - Qualifications: AOCP 614, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: "Henry Charles" carrier (Undercliffe, 1930; Hurstville, 1931-1933); radio dealer (Cronulla, 1934-1937); "Harry Charles" examiner (Bondi, 1943); "Henery Charles" no occupation (Ettalong, 1949); "Henry Charles" radio dealer (Ettalong, 1954-1963); "Harry Charles" motel proprietor (Urunga, 1968); manager (Sans Souci, 1972); retired (Cronulla, 1972); "Henery Charles" retired (Gorokan, 1977-1980) ===''CROCKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Edward Crocker|Crocker, Claude Edward]] [https://www.familysearch.org/tree/person/details/L8R6-RZW] - 1875(USA)-1929(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: engineer (West Perth, 1922-1925) * [[/Edward Baker Crocker|Crocker, Edward Baker]] [https://www.familysearch.org/tree/person/details/MYHX-65B] - 1867(Wales)-1955(NSW) - Licences: 2BB Receive Sydney (Marrickville, 1922); 2BB Sydney (Marrickville, 1922-1930) - Qualifications: cc; AOCP 95, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: provision merchant (Marrickville, 1933-1937); retired (Marrickville, 1943-1949); no occupation (Earlwood, 1949-1954) ===''CROME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Keith Crome|Crome, Harry Keith]] [https://www.familysearch.org/tree/person/details/LZTL-HF9] - 1908(Tas)-1975(Tas) - Licences: Receive (Crystal) Hobart (New Town, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: painter (Hobart North, 1936-1954); linotype operator Melbourne (Alphington, 1963-1972) ===''CROMIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Thomas Cromie|Cromie, Charles Thomas]] [https://www.familysearch.org/tree/person/details/G6Z4-73H] - 1883(Vic)-1952(Vic) - Licences: Receive (Valve) Melbourne (Caulfield, 1923) - Qualifications: cc; Nil yet identified - manager (Oliver J. Nilsen & Co, 1927); witness to Royal Commission 1927 (obo 3UZ) - Electoral Rolls: draper (Maffra, 1903; Korumburra, 1905; East Melbourne, 1909; Maffra, 1912); engineer (East Melbourne, 1914); electrical engineer (Malvern, 1915-1917); engineer (Elsternwick, 1919; Caulfield, 1924-1927); electrical engineer (Melbourne East, 1928; Caulfield, 1931); engineer (Caulfield, 1934); director (Armadale, 1936-1949) ===''CROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Leonard Crooks|Crooks, James Alexander Leonard "Len"]] [https://www.familysearch.org/tree/person/details/LK93-6HV] - 1890(Tas)-1973(Tas) - Licences: Receive Launceston (1923-1925); 7BQ Launceston (1925-1969+) - Qualifications: cc; AOCP 61, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; honorary radio inspector (PMG) - Relationships: father of 3AAC John Peter Crooks - Electoral Rolls: clerk (Trevallyn, 1914; Launceston, 1919-1968); no occupation (Low Head, 1972) * [[/John Peter Crooks|Crooks, John Peter]] [https://www.familysearch.org/tree/person/details/LRZL-Z2J] - 1921(Tas)-2013(Vic) - Licences: 3AAC Colac (1960); 3AAC Bulleen (1965-1969) - Qualifications: AOCP 2107, 1938, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: son of 7BQ James Alexander Leonard "Len" Crooks - Electoral Rolls: civil servant (Elsternwick, 1949); engineer (East Geelong, 1954; Bulleen, 1963-1977) ===''CROPLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cropley|Cropley, Eric William]] [https://www.familysearch.org/tree/person/details/GDLL-YVK] - 1893(NSW)-1935(NSW) - Licences: N735 Receive Sydney (Homebush, 1922); 2HT Receive Sydney (Homebush, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of Mervyn Eric Cropley - Electoral Rolls: warehouseman (Homebush, 1930-1933) * [[/Mervyn Eric Cropley|Cropley, Mervyn Eric]] [https://www.familysearch.org/tree/person/details/GDLG-MYS] - 1920(NSW)-1951(Aus) - Licences: cc; Nil yet identified - Qualifications: cc; 2COCP 403, 1941 - amateur operator; amateur broadcaster - Relationships: son of 2HT Eric William Cropley - Electoral Rolls: radio officer (Homebush, 1943); salesman (Blaxland, 1949) ===''CROUCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Casimir Crouch|Crouch, Ernest Casimir "Ern"]] - 1908(???)-1989(NSW) - 2QJ Receive Sydney (Mosman, 1923), 2EC Sydney (Mosman, 1924-1939), 2EC Orange (1946-1980), amateur operator (AOCP 16, 1924, No. 6 in NSW), amateur broadcaster; engineer; Mosman Radio Laboratories 1927 (proprietor?) ===''CROWDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Crowder, Joyce Isabel see Batchler nee Crowder, Joyce Isabel ===''CULLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Norman Seth Culliver|Culliver, Francis Norman Seth "Norman"]] [https://www.familysearch.org/tree/person/details/G82T-SWD] - 1891(Vic)-1962(Vic) - Licences: 3DP Receive Melbourne (East Melbourne, 1922); 3DP Melbourne (East Melbourne, 1923-1925; Hawthorn, 1925-1927); 3UG Melbourne (Rye, 1948-1956); 3UG Queenscliff (1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of Keith Norman Culliver & Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1931-1954) * [[/Ian Douglas Culliver|Culliver, Ian Douglas "Sam"]] [https://www.familysearch.org/tree/person/details/G82T-WDM] - 1916?(Vic)-2002(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 655, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Keith Norman Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) * [[/Keith Norman Culliver|Culliver, Keith Norman]] [https://www.familysearch.org/tree/person/details/G82T-753] - 1914(Vic)-1998(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 656, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) ===''CUMMING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Humberstone Cumming|Cumming, William Humberstone]] [https://www.familysearch.org/tree/person/details/GSLF-9FS] - 1903(Vic)-1956(Vic) - Licences: 3BK Melbourne (Armadale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Notting Hill, 1931); engineer (Cheltenham, 1931); contractor (Malvern, 1936-1949); engineer (Malvern, 1954) ===''CUMMINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Cummings|Cummings, Bruce]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 1928, No. ?? in Qld), amateur broadcaster ===''CUMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Vincent Cummins|Cummins, Reginald Vincent]] [https://www.familysearch.org/tree/person/details/GXCK-FLN] - 1911(Qld)-1957(Qld) - Licences: 4VC Brisbane (Newmarket, 1937-1939) - Qualifications: cc; AOCP 1939, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (East Ipswich, Qld, 1934-1937); public servant (Newmarket, Qld, 1943-1954) ===''CUNLIFFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James August Cunliffe|Cunliffe, James August]] [https://www.familysearch.org/tree/person/details/G7KX-DQW] - 1904(Vic)-1984(Vic) - Licences: 3ZO Melbourne (Croxton, 1930-1931; Preston, 1933-1939, 1946-1947); 3AZO Melbourne (North Fitzroy, 1954; East Preston, 1955-1980+) - Qualifications: AOCP 597, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: cabinet maker (Preston, 1927); electrician (Preston East, 1931-1942); cabinet maker (Preston East, 1949); carpenter (Preston East, 1963-1980) ===''CUNNINGHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hugh Cunningham|Cunningham, Robert Hugh]] [https://www.familysearch.org/tree/person/details/G845-Z7M] - 1909(Vic)-1989(Vic) - Licences: 3ML Melbourne (Malvern, 1928-1937; Hawthorn, 1938-1939; Frankston, 1946-1947; Malvern, 1948-1980+) - Qualifications: AOCP 463, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Malvern, 1931; Gardiner, 1936-1937); RAAF (Frankston, 1949); manager (Malvern, 1949-1954); director (Malvern, 1963-1980) - R. H. Cunningham, electronics retailer? ===''CUREDALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Curedale|Curedale, Albert John]] [https://www.familysearch.org/tree/person/details/GFQ6-S41] - 1914(Aus)-1986(WA) - Licences: 6AE Perth (City, 1934-1939) - Qualifications: cc; AOCP 1385, 1934, WA - amateur operator; amateur broadcaster - Electoral Rolls: presser (North Perth, WA, 1943-1949; West Perth, WA, 1954; Leederville, WA, 1958-1972) * [[/Robert Gordon Curedale|Curedale, Robert Gordon]] - 1906(WA)-1981(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 837, 1924; 2COCP 369, 1931; 1COCP 141, 1937 - - Electoral Rolls: radio operator (Magnetic Observatory, Watheroo, WA, 1931); wireless operator (West Perth, WA, 1936-1937); radio technician (Croydon, NSW, 1943); farming (Watheroo, WA, 1949); geophysicist (Ascot Vale, Vic, 1954; Bentleigh, Vic, 1963; Yokine, WA, 1968); retired (North Beach, WA, 1972; Maylands, WA, 1977-1980) ===''CURETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Poyner Cureton|Cureton, John Poyner "Jack"]] [https://www.familysearch.org/tree/person/details/L29Y-H1R] - 1905(NSW)-1958(NSW) - Licences: 2AY Receive Sydney (Burwood, 1922); 2AY Sydney (Burwood, 1923-1930); 2AU Sydney (Burwood, 1930-1933; Gordon, 1933-1934; Burwood, 1935-1939, 1946-1950); 2AU Little Hartley (1954-1958) - Qualifications: cc; AOCP 168, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Withdrawal: 2AY callsign withdrawn by PMGD in 1930 and reallocated to new commercial 2AY Albury - Electoral Rolls: secretary (Burwood, 1930; Parkes, 1936); engineer (Burwood, 1943); grazier (Little Hartley, 1958) ===''CURLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Clarence Curle|Curle, George Clarence]] [https://www.familysearch.org/tree/person/details/GZ25-DZZ] - 1914(NSW)-1941(Egypt) - licences: 2AJB Sydney (Chullora, 1937-1939) - qualifications: AOCP 1813, 1937, No. ?? in NSW; BOCP 310, 1940 - amateur operator, amateur broadcaster, broadcast engineer (2BL), WW2 - electoral rolls: Nil - "Greater love hath no man than this" ===''CURNOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Ross Curnow|Curnow, Geoffrey Ross]] - 19??(???)-19??(???) - historian (wireless & broadcasting), "The history of the development of wireless telegraphy and broadcasting in Australia to 1942, with especial reference to the Australian Broadcasting Commission : a political and administrative study" ===''CURRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Benjamin John Currie|Currie, Francis Benjamin John]] [https://www.familysearch.org/tree/person/details/G8QY-8JP] - 1903(SA)-1974(SA) - Licences: None yet found - Qualifications: AOCP 395, 1928, No. ?? in SA - amateur operator? - Electoral Rolls: checker (Albert Park, Vic, 1936); storeman (Semaphore, 1939; Queensbury, 1941) * [[/James Lawrence Currie|Currie, James Lawrence "Len"]] [https://www.familysearch.org/tree/person/details/GXCK-9GW] - 1905(Qld)-1960(Qld) - Licences: 4LC Bundaberg (1936-1937); 4LC Proserpine (1938-1939); 4LC St George (1946-1956); 4LC Brisbane (Dutton Park, 1960) - Qualifications: cc; AOCP 1631, 1936, Qld - amateur operator; amateur broadcaster; power station engineer - Electoral Rolls: electrician (New Farm, Qld, 1929; Bundaberg, Qld, 1931-1937); electrical engineer (Blackhall, Qld, 1943; St George, Qld, 1949-1954); engineer (Caboolture, Qld, 1958) ===''CURTIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. F. Curtis|Curtis, R. F.]] - 19??(???)-19??(???) - Licences: 3AI Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''CUSACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Chanel Cusack|Cusack, Leo Chanel]] [https://www.familysearch.org/tree/person/details/G6YN-49P] - 1897(NSW)-1967(Qld) - Licences: 4LC Port Moresby (1925-1926) - Qualifications: cc; CPRT 229, 1916; 1COCP 319, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIT Townsville (1917-1918) - Electoral Rolls: radio operator (Maroubra, 1930); radio telegraphist (Townsville, 1931-1936; Maroubra, 1943); wireless operator (Maroubra, 1949); radio operator (Darwin, 1949-1954); wireless operator (Maroubra, 1958-1963); retired (Bardon, Qld, 1963) * [[/Sidney Claude Cusack|Cusack, Sidney or Sydney Claude or Claud]] [https://www.familysearch.org/tree/person/details/GW42-D16] - 1885(Eng)-1973(Canada) - Licences: 5CK Adelaide (Dulwich, 1924-1926) - Qualifications: cc; CPRT 5, 1914 (No. 5 in Aus and Vic, Commonwealth system) - RANRS (CPO to Warrant Telegraphist, 1917); WW1 - Electoral Rolls: operator (Clayfield, Qld, 1916) ===''CUSHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Thomas Cushen|Cushen, Arthur Thomas]] [https://www.familysearch.org/tree/person/details/GXQL-FP3] - 1920(NZ)-1997(NZ) - prominent MW and SW broadcast listener 1930s to 1990s; DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club, DX Australia) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen/ Autobiography]; [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tributes] ===''CUSITER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert William Macgregor Cusiter|Cusiter, Robert William Macgregor "Mac"]] [https://www.familysearch.org/tree/person/details/M6H8-73C] - 1908(NSW)-1970(???) - 2RW Sydney (Lewisham, 1925-1926; Turramurra, 1927-1929; Pymble, 1930; Lewisham, 1931-1939, 1946-1955; Hornsby, 1956-1969), amateur operator (AOCP 203, 1925, No. ?? in NSW), amateur broadcaster, engineer (Pymble, 1930; Lewisham, 1930-1949; Hornsby, 1958-1968), AWA, PMGD, WW2 (worked on defence electronics) ===''CUTHBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Cuthbert|Cuthbert, Henry]] - 1829(Irl)-1907(Vic) - Postmaster-General Victoria (Jul 1877-Jul 1878; Mar 1880-Aug 1880) ===''CUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Gregory Maxwell Cutts|Cutts, Gregory Maxwell "Maxwell"]] [https://www.familysearch.org/tree/person/details/GQBR-22Q] - 1903(NSW)-1986(NSW) - Licences: Receive (Crystal) Sydney (Croydon, 1923); 2GM Sydney (Croydon, 1924-1927) - Qualifications: cc; AOCP 17, 1924, No. 7 in NSW - amateur operator; amateur broadcaster; radio business proprietor (2ML, Mosman Radio Service) - Electoral Rolls: radio engineer (Mosman, 1930-1937; Abbotsford, 1949); sales manager (North Ryde, 1954-1963); manager (Cheltenham, 1972-1980) =='''D'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''DAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Luja Dahl|Dahl, Norman Luja]] [https://www.familysearch.org/tree/person/details/L433-MY6] - 1888(NZ)-1938(Qld) - Licences: 2ND Sydney (Wahroonga, 1933-1937); 4ND Ayr (1937-1939) - Qualifications: cc; AOCP 1079, 1933, NSW; AOLCP 249, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: consulting engineer (Wahroonga, NSW, 1930-1935); teacher (Wahroonga, NSW, 1937); company director (Ayr, Qld, 1936-1937) * [[/Oscar Sydney Dahl|Dahl, Oscar Sydney "Syd"]] [https://www.familysearch.org/tree/person/details/LLWV-S5D] - 1904(NZ)-1982(Qld) - Licences: 4KA Ayr (1933-1935); 7KA Hobart (1947); 4KA Ayr (1948); 9KA Lae (1969); 4VT Innisfail (1975) - Qualifications: cc; AOCP 1151, 1933, No. ? in Qld - amateur operator; amateur broadcaster; WW2; surveyor - Electoral Rolls: chainman (Arapuni, NZ, 1928-1931); tramline engineer (Ayr, Qld, 1931-1936); engineer (Gordonvale, Qld, 1937); civil engineer (Fitzgerald, Tas, 1943; Ayr, Qld, 1949-1958); surveyor (Innisfail, Qld, 1963-1980) ===''DALBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dalby|Dalby, John]] - 19??(???)-19??(???) - Licences: 5BI Adelaide (SA School of Mines, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Directories: lecturer (School of Mines, Adelaide, 1922-1934) - Electoral Rolls: Nil yet identified ===''DALTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Martin Dalton|Dalton, Robert Martin]] [https://www.familysearch.org/tree/person/details/GZJQ-SH3] - 1897(Vic)-1949(Vic) - Licences: XLB Melbourne (Auburn, 1913); 3UI Mildura (1923-1925); 3UI Melbourne (Balaclava, 1925-1926; Caulfield, 1927; Camberwell, 1931-1933); 3UN Melbourne (Camberwell, 1948) - Qualifications: cc; AOCP 158, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: fruitgrower (Mildura, 1919-1924); radio engineer (Hawthorn, 1926-1927); clerk (Camberwell, 1928); sales (Camberwell, 1931-1949) ===''DANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Dane|Dane, John Edward]] [https://www.familysearch.org/tree/person/details/LYF7-5RS] - 1868(Eng)-1928(Vic) - Licences: Receive (Valve) Melbourne (Hawthorn, 1923); 3JD Melbourne (Hawthorn, 1924-1927) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: commercial traveller (Hawthorn, 1908-1909); merchant (Auburn, 1912-1927) ===''DANGERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Henry Dangerfield|Dangerfield, Joseph Henry "Harry"]] [https://www.familysearch.org/tree/person/details/G9HR-22D] - 1911(Eng)-1997(Qld) - Licences: 4NF Townsville (1936-1939) - Qualifications: cc; AOCP 1686, 1936, Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (radio electrical salesman) - Relationships: brother of 4NL Norman Gerard Dangerfield - Electoral Rolls: radio mechanic (Townsville, Qld, 1937-1954); mechanic (Townsville, Qld, 1958-1977); retired (Airlie Beach, Qld, 1977-1980) * [[/Norman Gerard Dangerfield|Dangerfield, Norman Gerard]] [https://www.familysearch.org/tree/person/details/G9HR-5FD] - 1918(Qld)-1997(Qld) - Licences: 4NL Ayr (1936-1939); 4ND Ayr (1956-1965); 4ND Brisbane (Sherwood, 1969-1975) - Qualifications: cc; AOCP 1687, 1936, Qld; BOCP 1062, 1949 - amateur operator; amateur broadcaster; employment (Elphinstones); broadcast technician (4AY, ABC Townsville); business proprietor (radio) - Halcyon: AOCP at 16yo - Relationships: brother of 4NF Joseph Henry Dangerfield - Electoral Rolls: aircraft fitter (Coorparoo, Qld, 1943); bank officer (Ayr, Qld, 1949); radio technician (Ayr, Qld, 1954; Home Hill, Qld, 1958); clerk (Sherwood, Qld, 1968-1980) ===''DANIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Septimus Daniel|Daniel, Louis Septimus]] - 1834(Eng)-1909(Vic) - experimented with etheric force in mid 1870s, radio clubs (Telegraph Electrical Society of Victoria, member), employment (Vic Post & Telegraphs, concluding acting Secretary, 1897), linguist ===''DARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Darley|Darley, Ernest John]] [https://www.familysearch.org/tree/person/details/G4BX-9ZK] - 1898(WA)-1968(WA) - Licences: 6CJ Perth (South Perth, 1923-1930) - Qualifications: cc; CPRT 243, 1916; 2COCP 835, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: motor importer (South Perth, 1925-1936); importer (Rockingham, 1943); technician (South Perth, 1954-1963) ===''DAVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Barrett Davey|Davey, Harold Barrett]] [https://www.familysearch.org/tree/person/details/GDYY-FN4] - 1898(Tas)-1948(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: dental mechanic (Launceston, 1922); electrician (Launceston, 1936-1937); electrical engineer (Launceston, 1943) * [[/John Alfred Davey|Davey, John Alfred]] [https://www.familysearch.org/tree/person/details/GZ6X-FSF] - 1913(SA)-1992(Qld) - 2YE Sydney (Glebe Point, 1935-1938; Ashfield, 1939; Homebush, 1946-1975), amateur operator (1COCP 19, 1934; 3COCP 1029, 1952), amateur broadcaster, radio engineer * [[/John Anderton Davey|Davey, John Anderton]] [https://www.familysearch.org/tree/person/details/GZ6F-3ZH] - 1909(Vic)-1973(Vic) - Receive Melbourne (Brighton, 1923), 3AD Melbourne (Brighton, 1925-1926; Elsternwick, 1927), amateur operator (AOCP 66, 1925, No. ?? in Vic), amateur broadcaster, manufacturer's agent * [[/Ralph William Davey|Davey, Ralph William]] [https://www.familysearch.org/tree/person/details/GXGN-W9X] - 1916(SA)-1999(Vic) - Licences: 5KD Adelaide (North Croydon, 1935-1939; Mile End, 1947; Blanchetown, 1948); 5DY Portable Adelaide (North Croydon, 1938) - Qualifications: cc; AOCP 1481, 1935, SA; 1COCP 515, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: constable (Ridleyton North, SA, 1939; Whyalla, SA, 1941-1948); RAAF (Guildford, WA, 1958; Beaumaris, Vic, 1972-1980) ===''DAVIDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. R. Davidson|Davidson, E. R.]] - 19??(???)-19??(???) - Licences: 4FP Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''DAVIES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Tempest Davies|Davies, Henry Tempest]] [https://www.familysearch.org/tree/person/details/G889-FX9] - 1900(WA)-1987(WA) - Licences: 6HD Perth (Highgate Hill, 1929-1939) - Qualifications: cc; AOCP 563, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Balkatta, 1921); police officer (Mundijong, 1943); sergeant (Victoria Park, 1949-1958; Lathlain Park, 1963-1977; Victoria Park, 1980) * [[/Reginald Raymond Clifford Davies|Davies, Reginald Raymond Clifford]] [https://www.familysearch.org/tree/person/details/GXGM-73Y] - 1915(SA)-1988(WA) - Licences: 5LJ Adelaide (Goodwood Park, 1933-1939; Plympton, 1947-1948); 3AY Melbourne (Prahran, 1954-1960; Heathmont, 1965-1969); 6BQ Perth (Bickley, 1975); 6BQ Denmark (1980) - Qualifications: cc; AOCP 1138, 1933, SA; BOCP 121, 1937; 1COCP 534, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: metal worker (Goodwood Park, SA, 1939); radio engineer (5RM Berri, SA, 1941); mechanic (Plympton, SA, 1941-1943); public servant (Prahran, Vic, 1954); retired (Bickley, WA, 1972-1977) ===''DAVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Hargan Davis|Davis, Henry Hargan or Hargon]] [https://www.familysearch.org/tree/person/details/LT6C-6MB] - 1908(NSW)-1992(SA) - Licences: Receive (Crystal) Sydney (Strathfield, 1923-1924); 2HH Sydney (Strathfield, 1926-1934) - Qualifications: cc; AOCP 289, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Strathfield, 1930-1936); engineer (Strathfield, 1943) - Professor Henry Hargan Davis, BSc, BE (Syd), PhD (Camb), 1946-1973 (Emeritus Professor 1974) [https://docplayer.net/82920769-Engineering-education-the-university-of-adelaide.html] * [[/Ross Raleigh Davis|Davis, Ross Raleigh "Jack"]] [https://www.familysearch.org/tree/person/details/GZ54-9Q4] - 1907(Vic)-1986(NSW) - Licences: 2DS Receive Sydney (Vaucluse, 1920-1922); 2DS Sydney (Vaucluse, 1923-1929; Double Bay, 1930-1933; Rose Bay, 1933-1938; Bellevue Hill, 1938-1939) - Qualifications: cc; AOCP 249, 1926, No. ?? in NSW; CPRTelephony 934, 1926 - amateur operator; amateur broadcaster - Comment: accompanied 2CM on the SS Tahiti; education (Sydney Technical College, Electrical Engineering Degree); employment (AWA, engineer, 1925-1973) - Electoral Rolls: engineer (Double Bay, 1930; Rose Bay, 1933-1937; Bellevue Hill, 1943-1958; Rose Bay, 1958-1980) ===''DAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dawson|Dawson, Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 559, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: stovemaker (Hurlstone Park, 1930); storeman (Marrickville, 1931) - Not yet fully identified * [[/Richard Stanley Dawson|Dawson, Richard Stanley]] [https://www.familysearch.org/tree/person/details/GD52-2NQ] - 1897(Vic)-1983(NSW) - Licences: XZP Hobart (1913-1914); 3DA Melbourne (South Yarra, 1927) - Qualifications: cc; CPRT 282, 1917 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: student (Toorak, 1919); electrical engineer (Melbourne, 1921-1924; Toorak, 1925-1926; South Yarra, 1927-1928); engineer (Artarmon, NSW, 1930; Mosman, 1931-1972; Roseville, NSW, 1977) ===''DEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Launston Alexander Deane|Deane, Launston Alexander]] [https://www.familysearch.org/tree/person/details/GX2G-182] - 1909(SA)-1988(SA) - Licences: 5LD Adelaide (Tusmore, 1933; Hazelwood Park, 1937-1939; Royston Park, 1947-1955; Hazelwood Park, 1956-1965; St Georges, 1969-1975) - Qualifications: cc; AOCP 1090, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Burnside, SA, 1939-1943) * [[/Raymond Kyrle Deane|Deane, Raymond Kyrle]] [https://www.familysearch.org/tree/person/details/GX2P-HB1] - 1917(SA)-2010(SA)93yo - Licences: 5RK Adelaide (Fullarton, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1728, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: warehouseman (Fullarton, SA, 1939-1941); clerk (Fullarton, SA, 1943) ===''DE BAVAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Jean Xavier de Bavay|de Bavay, Francis Jean or John Xavier ]] [https://www.familysearch.org/tree/person/details/GXFJ-D1R] - 1887(Vic)-1955(Tas) - Licences: 4FO Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: analytical chemist (Kew, Vic, 1909); brewer (West Perth, WA, 1916); chemist (Cannon Hill, Qld, 1919-1921); manager (New Farm, Qld, 1925); master brewer (Cascades, Tas, 1928-1936); manager (Hobart South, Tas, 1943-1954) ===''DE CRESPIGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Champion de Crespigny|de Crespigny, Philip Champion]] [https://www.familysearch.org/tree/person/details/KCJG-QN9] - 1879(Vic)-1918(Palestine) - Licences: XPU Melbourne (Brighton, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Relationships: half brother of 3FM Royalieu Dana Champion de Crespigny - Sacrifice: "Greater love hath no man than this" * [[/Royalieu Dana Champion de Crespigny|de Crespigny, Royalieu Dana Champion]] [https://www.familysearch.org/tree/person/details/KH7P-7SD] - 1905(Vic)-1985(Vic) - Licences: 3FM Melbourne (Brighton, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Elmhurst, 1936-1949); farmer (Cobden, 1954; South Ecklin, 1963-1980) - Relationships: half brother of XPU Philip Champion de Crespigny ===''DE CURE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Gerard de Cure|de Cure, John Edward Gerard]] [https://www.familysearch.org/tree/person/details/LVD6-DWD] - 1899(SA)-1989(SA) - Licences: 3WL Melbourne (Coburg, 1929-1933); 5KO Adelaide (Glenelg, 1937-1939, 1946-1956); 2KO Sydney (Artarmon, 1957-1958); 5KO Adelaide (Fulham, 1960-1980+) - Qualifications: cc; AOCP 535, 1929, No. ?? in Vic; 1COCP 22, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Cobden, 1954); public servant (North Carlton, 1921-1924; Coburg, 1927-1934; Artarmon, NSW, 1958) ===''DEARNESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Sinclair Dearness|Dearness, Harry Sinclair]] - 19??-2004(Qld) - 4KW Mackay (1939, 1946-1975), Brisbane (Strathpine) (1980+) - amateur operator (AOCP 2328, 1939, No. ? in Qld), amateur broadcaster, military (WW2, AIF), employment (radio & TV mechanic) ===''DEEGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Edward Deegan|Deegan, Stanley Edward]] [https://www.familysearch.org/tree/person/details/LYK3-2V3] - 1893(Tas)-1944(Tas) - Licences: 7AK Hobart (St Virgil's College, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; public servant (State & Federal, PMGD); WW1 - Electoral Rolls: clerk (Hobart, 1919-1922); civil servant (Hobart, 1928-1936); postal official (Hobart, 1943) ===''DEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival William Deer|Deer, Percival William]] [https://www.familysearch.org/tree/person/details/L2DJ-9ZF] - 1901(SA)-1981(SA) - Licences: 5DR Adelaide (Seacliff, 1928-1933; Brighton, 1937-1939) - Qualifications: cc; AOCP 451, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: machinist (Brighton, 1939-1943) ===''DELBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Joseph Robert Delbridge|Delbridge, Reginald Joseph Robert]] [https://www.familysearch.org/tree/person/details/L439-HNM] - 1888(Eng)-1964(Qld) - Licences: 4RJ Childers (1927); 4RJ Brisbane (Paddington, 1931-1933; Booval, 1937-1939); 4RJ Stanthorpe (1946-1948); 4RJ Brisbane (Northgate, 1954-1955; Toowong, 1956); 4RJ Burleigh Heads (1960) - Qualifications: cc; AOCP 383, 1927, No. 42 in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), minister of religion - Electoral Rolls: clergyman (Ingham, 1917-1919); minister (Kingaroy, 1925); clergyman (Ashgrove, 1943); minister (Stanthorpe, 1949); minister of religion (New Farm, 1954); Methodist Minister (Toowong, 1958); retired (Burleigh Heads, 1963) ===''DELLIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Stephen Dellit|Dellit, Samuel Stephen]] - Licences: VK4ZSS Brisbane, VK3 Melbourne, VK1DXA Canberra - Qualifications: AOLCP Q0078, 1971 - amateur operator, broadcast DXer, broadcast planning engineer, federal public servant, radio historian (aeradio, amateur, broadcast, coastal) ===''DEMPSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter McInnes Dempsey|Dempsey, Walter McInnes "Wally"]] [https://www.familysearch.org/tree/person/details/LTQN-B69] - 1910(Vic)-2010(Vic) - Licences: 3WD Melbourne (Cheltenham, 1929-1931); 7WD Cambridge (1948); 3AZD Melbourne (Pascoe Vale, 1954); 3WD Melbourne (Pascoe Vale, 1955-1969; Oak Park, 1975); 3WD Marong (1980+) - Qualifications: AOCP 515, 1929, No. ?? in Vic; AOLCP 41, 1931; 1COCP 217, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Cheltenham, 1931; Mordialloc, 1936-1937); radio operator (Mentone, 1942); aeradio operator (Cambridge, Tas, 1949); public servant (Pascoe Vale, 1954-1968; Oak Park, 1972); retired (Marong, 1977-1980) ===''DENBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Roy Denby|Denby, Harry Roy]] [https://www.familysearch.org/tree/person/details/LJTS-LLS] - 1906(Qld)-1973(Qld) - Licences: 4FR Receive Brisbane (Brisbane City, 1923); 4AX Brisbane (Kedron, 1936-1939); 4AX Cairns (1947-1969) - Qualifications: cc; AOCP 1800, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: rubber worker (Kedron, Qld, 1936-1937; Cairns, Qld, 1943-1972) ===''DENISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Robert Denison|Denison or Dixson, Hugh Robert]] [https://www.familysearch.org/tree/person/details/L6Q5-WTC] - 1865(NSW)-1940(Vic) - born Hugh Robert Dixson; businessman, parliamentarian, philanthropist; director of Australasian Wireless Co. then Amalgamated Wireless (Australasia) - Links: [[w:Hugh Denison|Wikipedia]]; [https://adb.anu.edu.au/biography/denison-sir-hugh-robert-5955 ADB] ===''DENNEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Roy Denneen|Denneen, Harold Roy]] [https://www.familysearch.org/tree/person/details/GXQG-6YG] - 1894(NSW)-1939(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (A/g Warrant Telegraphist, 1917) - Electoral Rolls: radio telegraphist (Thursday Island, 1928-1937) ===''DENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Roy Dennett|Dennett, Phillip or Philip Roy or Ray]] [https://www.familysearch.org/tree/person/details/KNX4-D9K] - 1897(SA)-1988(Qld) - Licences: 5IV Berri (1931-1938); 4IV Camooweal (1938-1939) - Qualifications: cc; AOCP 799, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil servant (Morningside, Qld, 1943; West End, Qld, 1949-1954; Rockhampton, Qld, 1958); public servant (Morningside, Qld, 1963-1977) ===''DERHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Thomas Derham|Derham, Frederick Thomas]] - 1844(Eng)-1922(Vic) - Victorian Postmaster-General (1886-1890) ===''DERRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/V. M. Derrick|Derrick, V. M.]] - 19??(???)-19??(???) - Licences: 2VM Sydney (Bellevue Hill, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''D'EVELYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude D'Evelynes|D'Evelynes, Claude]] [https://www.familysearch.org/tree/person/details/GF39-3D8] - 1916(WA)-1985(NSW) - Licences: 6DC Harvey (1935-1939); 2TZ Sydney (Mona Vale, 1948; Clifton Gardens, 1954-1955); 9TZ Rugli via Lae (1956); 2TZ Sydney (Chatswood, 1958-1980+) - Qualifications: cc; AOCP 1488, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Harvey, WA, 1936-1937); radio engineer (Mona Vale, NSW, 1949; Mosman, NSW, 1954; Chatswood, NSW, 1958-1968); engineer (Chatswood, NSW, 1977-1980) ===''DEVITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Lane Devitt|Devitt, Raymond Lane]] [https://www.familysearch.org/tree/person/details/LB11-PTK] - 1905(Tas)-1992(WA) - Licences: 6DR Perth (Nedlands, 1937-1939) - Qualifications: cc; CPRT 990, 1928; 2COCP 287, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: service engineer (Nedlands, WA, 1931); manager (Nedlands, WA, 1949-1980) ===''DEWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Owen Dewan|Dewan, John Owen (Electoral Rolls) or Owen John (BMD)]] [https://www.familysearch.org/tree/person/details/GFML-2D4] - 1907(WA)-1980(WA) - Licences: 6JK Perth (Maylands, 1930-1931; Mt Lawley, 1933; City, 1937; North Perth, 1938-1939) - Qualifications: cc; AOCP 715, 1930, No. ?? in WA; 3COCP 188, 1936; 2COCP 99, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: butcher (Maylands, WA, 1931; North Perth, 1934-1937); teacher (East Perth, WA, 1943); trade instructor (Nedlands, WA, 1949-1980) ===''DEXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Dexter|Dexter, John Henry]] [https://www.familysearch.org/tree/person/details/G428-3PS] - 1906(Eng)-1983(Vic) - Licences: 3DR Melbourne (Northcote, 1926-1927); 3VR Melbourne (Sandringham, 1938-1939; Black Rock, 1946-1956; Parkdale, 1960-1965; Mt Eliza, 1969-1980+) - Qualifications: AOCP 241, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Northcote, 1927); engineer (Preston, 1931; Sandringham, 1942-1954); radio mechanic (Mordialloc, 1963); retired (Mt Eliza, 1968-1980) ===''DICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Dick|Dick, F.]] - abt 1883(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''DIDDAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Harlin Flower Diddams|Diddams, Robert Harlin or Harland Flower]] [https://www.familysearch.org/tree/person/details/GMZN-YJP] - 1899(Qld)-1969(Qld) - Licences: Receive Brisbane (Toowong, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bookkeeper (Toowong, Qld, 1921-1925); printer (Ashgrove, 1936-1958); retired (Kangaroo Point, Qld, 1968) ===''DILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Dillon|Dillon, Arthur Ernest "Ernie" "Ern"]] [https://www.familysearch.org/tree/person/details/G85L-HH7] - 1902(Qld)-1960(Qld) - Licences: 4CH Receive Brisbane (New Farm, 1922); 4CH Brisbane (New Farm, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (New Farm, 1925); engineer (New Farm, 1929); electrical engineer (Atherton, 1931-1932); electrician (Greenslopes, 1943-1954; Mt Gravatt, 1958) ===''DINEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Dineen|Dineen, Geoffrey John]] [https://www.familysearch.org/tree/person/details/GM8L-9R6] - 1919(Tas)-1999(Tas) - Licences: 7GD Launceston (1935-1939, 1946-1948) - Qualifications: cc; AOCP 1588, 1935, No. ?? in Tas; 3COCP 6330, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Launceston, 1949-1968) ===''DIRCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Alfred Dircks|Dircks, Alexander Alfred]] [https://www.familysearch.org/tree/person/details/GDRD-6GN] - 1858(NSW)-1929(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - senior federal public servant (PMGD, Electrical Engineer) - Electoral Rolls: Nil yet identified ===''DIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gurnhill Dixon|Dixon, Arthur Gurnhill]] [https://www.familysearch.org/tree/person/details/G826-18S] - 1896(Tas)-1966(Vic) - Licences: XZA Wynyard (1913-1914); 3JG Melbourne (Hawthorn, 1933); 3AD Melbourne (Hawthorn, 1937-1939, 1947-1948); 3AVE Melbourne (Nunawading, 1965) - Qualifications: cc; CPRT 462, 1919; 2COCP 160, 1930; 1COCP 271, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Wynyard, 1919); wireless mechanic (Hawthorn, 1934); technician (Auburn, 1936-1937); inspector (Surrey Hills, 1943-1963) - Probate: retired marine inspector (Melbourne, 1966) * [[/Arthur Lionel Dixon|Dixon, Arthur Lionel]] [https://www.familysearch.org/tree/person/details/G82F-YX7] - 1897(Eng)-1968(NSW) - Licences: 236 Sydney (Burwood, 1920); 2BS Receive Sydney (Burwood, 1922-1923); 2AD Sydney (Canterbury, 1929; Strathfield, 1930); 4AD Brisbane (Norman Park, 1931-1939) - Qualifications: cc; CPRT 202, 1916; 2COCP 288, 1930; 1COCP 170, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Concord, NSW, 1930; Norman Park, Qld, 1931-1943); RANVR (Kyeemagh, 1943); engineer (Waverton, 1949; Eastwood, 1954; Lidcombe North, 1958); managing director (Blakehurst, 1963-1968) * [[/Charles Frederick Musgrave Dixon|Dixon, Charles Frederick Musgrave]] [https://www.familysearch.org/tree/person/details/L27B-XXY] - 1894(NSW)-1986(NSW) - Licences: 2II Receive Cootamundra (1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: operator (Cootamundra, 1930-1937); telegraphist (Goulburn, 1943; Annandale, 1949-1954; Camperdown, 1958-1980) * [[/John Malcolm Dixon|Dixon, John Malcolm]] [https://www.familysearch.org/tree/person/details/GWD1-HXH] - 1922(Vic)-2008(Vic) - Qualifications: cc; Nil yet identified - broadcast planning engineer (PMGD, ABCB, P&TD); education (Scots College, 1935-1939); military (WW2, AIF, 1942-1945) - Links: [https://www.scotch.vic.edu.au/greatscot/2008decGS/74.htm Obit] * [[/Lionel Stanley Dixon|Dixon, Lionel Stanley]] [https://www.familysearch.org/tree/person/details/L1PR-QD2] - 1912(Vic)-1998(Vic) - Licences: 4LF Brisbane (Redcliffe, 1938-1939); 3TE Melbourne (Croydon, 1947-1948; Elwood, 1954-1980); 4LF Brisbane (Redcliffe, 1960-1975) - Qualifications: cc; AOCP 2177, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Glenferrie, Vic, 1934-1937); builder (Box Hill South, Vic, 1949; Elsternwick, Vic, 1954-1967; Elwood, Vic, 1972-1980) * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 2ZI Condong (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 4GF Victoria Hills, Herbert River (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Reginald Hilton Dixon|Dixon, Reginald Hilton]] [https://www.familysearch.org/tree/person/details/G82N-FQV] - 1915(NSW)-1978(NSW) - Licences: 2QD Albury (1933-1937); 2QD Armidale (1938-1939); 2QD Albury (1946-1980) - Qualifications: cc; AOCP 1216, 1933, NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Albury, Qld, 1937); telephone mechanic (Albury, 1972-1977) ===''DODDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stokell Dodds|Dodds, Sir John Stokell Snr]] [https://www.familysearch.org/tree/person/details/GMYR-2KQ] - 1906(Tas)-1975(NSW) - Licences: 7DJ Hobart (City, 1937-1939, 1946-1948) - Qualifications: cc; AOLCP 208, 1935; AOCP 1851, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (New Town, 1936-1949); manager (Wahroonga, 1954); electrical engineer (Wahroonga, 1958-1968); manager (St Ives, 1972) * [[/John William Matthew Dodds|Dodds, John William Matthew]] [https://www.familysearch.org/tree/person/details/G8NX-3CT] - 19??(???)-19??(???) - Licences: 2KK Kurri Kurri (1930-1939); 2AZD Newcastle (New Lambton, 1955-1969) - Qualifications: AOCP 644, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: miner (Kuri Kurri, 1930-1949; New Lambton, 1954-1980) * [[/Leonard Henry Dodds|Dodds, Leonard Henry "Len"]] - 1908(NSW)-1983(Qld) - 4GD Townsville (1946-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (Townsville ARC, life member), military (Navy, RAAF), employment (PMGD) * [[/Ronald George Dodds|Dodds, Ronald George]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''DODDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Doddy|Doddy, Edward Arthur]] [https://www.familysearch.org/tree/person/details/GXB7-HWS] - 1899(Tas)-1961(WA) - Licences: 6WH Perth (Claremont, 1936-1939, 1947-1960) - Qualifications: cc; AOCP 1817, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Claremont, WA, 1931-1958) ===''DOHRMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Stanley Glenville Dohrmann|Dohrmann, George Stanley Glenville]] [https://www.familysearch.org/tree/person/details/G82G-TB8] - 1902(Vic)-1985(Vic) - Licences: 3AM Receive Melbourne (Canterbury, 1922); 3AM Melbourne (Canterbury, 1922-1925) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Canterbury, Vic, 1924-1926); warehouseman (Burwood, Vic, 1931; Canterbury, 1937-1943); agriculturalist (Mt Dandenong, 1949-1954; Mooroolbark, 1968-1980) ===''DOIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Louis Doig|Doig, Norman Louis]] [https://www.familysearch.org/tree/person/details/LLSD-M17] - 1912(WA)-2014(WA)101yo - Licences: 6ND Carnamah (1937-1939); 6CB Perth (Floreat Park, 1954-1960) - Qualifications: cc; AOCP 2061, 1937, WA; 3COCP 1505, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Carnamah, WA, 1936-1937; Floreat Park, WA, 1943); telegraphist (City Beach, WA, 1949; Floreat Park, WA, 1954-1963; Wembley, WA, 1968-1972); civil servant (City Beach, WA, 1977-1980) ===''DONNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Walter Donne|Donne, Charles Walter]] [https://www.familysearch.org/tree/person/details/9V2T-FC7] - 1897(Vic)-1976(Vic) - Licences: XLO Melbourne (St Kilda, 1913-1914); 2YD Sydney (Neutral Bay, 1923-1925); 3YD Melbourne (St Kilda, 1924-1927) - Qualifications: cc; CPRT 271, 1916; 2COCP 87, 1930 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 (UK Merchant Seaman) - Electoral Rolls: radio telegraphist (St Kilda, 1919-1924); technician (St Kilda, 1925-1931); dealer (Armadale, 1934-1937); investor (Mornington, 1943); grazier (Dromana, 1949-1954); nil (Mornington, 1963-1972) - Migration: South Africa (1955-1962) ===''DOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Lawson Dook|Dook, Valentine Lawson]] [https://www.familysearch.org/tree/person/details/G7X1-NJH] - 1903(WA)-1978(WA) - Licences: 6KB Perth (Maylands, 1931-1933; Mt Hawthorn, 1937-1939, 1947-1956) - Qualifications: cc; AOCP 754, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter's assistant (East Perth, WA, 1931); oil plant attendant (Leederville, WA, 1936-1937); control room operator (Leederville, WA, 1943; Mt Hawthorn, WA, 1949); electrical foreman (Wembley, WA, 1958-1977) ===''DORWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haxton Dorward|Dorward, William Haxton, Jnr]] [https://www.familysearch.org/tree/person/details/GD77-X62] - 1901(Vic)-1937(NSW) - Licences: 3CA Receive Melbourne (Sandringham, 1922-1923); 3CA Melbourne (Sandringham, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: student (Sandringham, 1924-1926); grazier (Moama, 1930; Fort Station, Barnes, 1935-1937) ===''DOUBIKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Thomas Henry Doubikin|Doubikin, William Thomas Henry]] - 1890(Vic)-1927(Tas) - Licences: Hobart Receive 1920s, early wireless experimenter (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, Councillor, 1924), passed too soon ===''DOUDNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Doudney|Doudney, Herbert William]] [https://www.familysearch.org/tree/person/details/MQDH-R32] - 1873(Eng)-1963(Vic) - Licences: 3EM Receive Melbourne (Balaclava, 1922); 3EM Melbourne (Balaclava, 1923-1927) - Qualifications: cc; AOCP 63, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; minister of religion (Holy Trinity Church) - Electoral Rolls: vicar (St Kilda, 1924-1942); nil (Caulfield, 1949-1954; Elsternwick, 1963) ===''DOUGLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gavin Cunningham Douglas|Douglas, Gavin Cunningham]] [https://www.familysearch.org/tree/person/details/G99J-KJ4] - 1912(Vic)-1992(Vic) - Licences: 3YK Melbourne (Bayswater, 1931-1939, 1947-1950+; Blackburn, 1954; Canterbury, 1955-1960+; Surrey Hills, 1965-1980+) - Qualifications: cc; AOCP 743, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Bayswater, 1935-1949); sales representative (Canterbury, 1963; Surrey Hills, 1968-1980) * [[/Gordon Adye Douglas|Douglas, Gordon Adye]] [https://www.familysearch.org/tree/person/details/LRVY-WLJ] - 1878(Tas)-1957(Tas) - Licences: 7BC Receive Gormanston (1923); Receive Gormanston (1923); 7GD Gormanston (1924-1927+) - Qualifications: cc; AOCP 34, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; mining engineer - Electoral Rolls: mining engineer (Gormanston, 1914-1928); draughtsman (Queenstown, 1936); geological surveyor (Queenstown, 1937-1943); no occupation (Hobart South, 1949; Blackman's Bay, 1954) * [[/Hugh Alexander McKay Douglas|Douglas, Hugh Alexander McKay "Harry"]] [https://www.familysearch.org/tree/person/details/LV3Y-3W4] - 1889(Eng)-1951(NSW) - Licences: 2HD (Class B) Newcastle (1926) - Qualifications: cc; Nil yet identified - Class B broadcaster; witness to Royal Commission 1927 (as a Listener) - Electoral Rolls: chauffeur (Newcastle, 1913); vulcaniser (Hamilton, 1930-1935); manager (Newcastle, 1936-1937); engineer (Mayfield, 1943; Hamilton, 1949) ===''DOWDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Lorens Thomas Dowding|Dowding, Philip Lorena or Loreno or Lorens Thomas]] [https://www.familysearch.org/tree/person/details/GZH8-Z6D] - 1901(Tas)-19??(Vic) - Licences: 7AC Receive Hobart (Moonah, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Moonah, 1922); electrician (St Kilda, 1926-1931; Prahran, 1934; Melbourne, 1937; St Kilda, 1943-1949); electrical foreman (Eildon, 1954) ===''DOWNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Downie|Downie, Frederick William]] [https://www.familysearch.org/tree/person/details/K8Y2-LQ8] - 1879(Vic)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Victoria Police (wireless department, senior constable); witness to Royal Commission 1927 (obo VPF) - Electoral Rolls: labourer (Broadford, 1903); constable (North Carlton, 1909-1924); senior constable (Preston, 1927-1936) ===''DOWNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Evan Downing|Downing, William Evan]] [https://www.familysearch.org/tree/person/details/LHV4-K46] - 1874(Vic)-1948(Vic) - Licences: 3LQ Receive Warrnambool (1923); 3LQ Warrnambool (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: brassfounder (Warrnambool, 1912-1937) ===''DOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Laurence Doyle|Doyle, Herbert Laurence]] [https://www.familysearch.org/tree/person/details/G8VG-WVC] - 1894(Vic)-1945(Vic) - Licences: 3HD Melbourne (Malvern, 1930-1931); 3CR Melbourne (Malvern, 1933; Kooyong, 1937; Frankston, 1938-1939) - Qualifications: AOCP 697, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: independent means (St Arnaud, 1924); grazier (Malvern East, 1925-1927); clerk (Malvern East, 1931-1937); home duties (Malvern, 1943) ===''DRAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James George Drake|Drake, James George]] - 1850(Eng)-1941(Qld) - military (Qld Defence Force, 1880s & 1890s), state politician (Qld MLA, 1880s & 1890s), politician (Postmaster-General 1901-1903) ===''DRANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Edward Draney|Draney, Walter Edward]] [https://www.familysearch.org/tree/person/details/9KLP-VT7] - 1896(Qld)-1983(Qld) - Licences: Receive (Valve) Brisbane (Greenslopes, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: electrician (Milton, Qld, 1919; Greenslopes, Qld, 1921-1928; Tully, Qld, 1937; Toowoomba, Qld, 1954; Toowoomba West, Qld, 1958-1977); retired (Drayton, Qld, 1980) ===''DREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred John Drew|Drew, Alfred John]] [https://www.familysearch.org/tree/person/details/GXLB-1HH] - 1907(SA)-1993(SA) - Licences: 5LN Adelaide (Kensington, 1933-1939; Erindale, 1947-1980+) - Qualifications: cc; AOCP 1078, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Erindale, SA, 1943) ===''DU FEU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Albert James Du Feu|Du Feu, Maurice Albert James]] [https://www.familysearch.org/tree/person/details/GF3M-V9D] - 1917(WA)-2010(NSW) - Licences: 6DF Perth (Subiaco, 1937-1939, 1947-1948; West Perth, 1954-1956; Floreat Park, 1960-1965); 6DU Perth (West Perth, 1948); 2BMD Sydney (Lindfield, 1969+) - Qualifications: cc; AOCP 1875, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: company director (West Perth, WA, 1943; Subiaco, WA, 1949); manager (West Perth, WA, 1954; Floreat Park, WA, 1958-1968); retired (Lindfield, NSW, 1972-1980) ===''DUBOIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Louis Dubois|Dubois, Paul Louis]] [https://www.familysearch.org/tree/person/details/GXZQ-QN3] - 1918(NSW)-1996(Qld) - Licences: 4UJ Brisbane (Rosalie, 1936-1939; Holland Park, 1946-1947; South Brisbane, 1948; Highgate Hill, 1954-1960; Bardon 1960); 4PL Brisbane (Bardon 1980+) - Qualifications: cc; AOCP 1677, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; senior public servant (PMGD, Telstra) - Electoral Rolls: engineer (Rockhampton, Qld, 1943; South Brisbane, Qld, 1949); public servant (Highgate Hill, Qld, 1954-1958); engineer (Bardon, Qld, 1958-1977); manager telecommunications (New Farm, Qld, 1980) ===''DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Duff, William Vere Hobart]] [https://www.familysearch.org/tree/person/details/GMZC-JGP] - 1893(Vic)-1970(Vic) - Licences: 3DB Receive Melbourne (Malvern East, 1922); 3DB Melbourne (Malvern East, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: electrical engineer (Malvern East, 1914); engineer (Malvern East, 1919-1924; Glenferrie, 1931-1937; Toorak, 1943-1954; Harkaway, 1958-1968) ===''DUFFY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Duffy|Duffy, John]] [https://www.familysearch.org/tree/person/details/GXCB-QKJ] - 1907(NSW)-1993(NSW) - Licences: 2AQ Sydney (Redfern, 1933; Woollahra, 1934; Rose Bay, 1935-1937); 4AQ Brisbane (Grange, 1938); 2AQ Sydney (Bondi, 1939, 1946-1950) - Qualifications: cc; AOCP, not yet identified; AOLCP 264, 1936; TVOCP 54, 1957 - amateur operator; amateur broadcaster - Comment: several contemporaneous JDs, needs review - Electoral Rolls: manager (Woollahra, NSW, 1934); engineer (Vaucluse, NSW, 1935); * [[/Maurice Boyce Duffy|Duffy, Maurice Boyce "Morrie"]] [https://www.familysearch.org/tree/person/details/LRYK-S76] - 1886(Vic)-1957(Vic) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/duffy-maurice-boyce-morrie-6030 ADB] * [[/William Oswald Duffy|Duffy, William Oswald]] [https://www.familysearch.org/tree/person/details/GD52-2Q2] - 1861(Eng)-1916(Tas) - Licences: XZO Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: signalman (Battery Point, 1914) ===''DUGGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry George Duggan|Duggan, Harry George]] [https://www.familysearch.org/tree/person/details/LT9H-8LW] - 1905(Vic)-1994(Vic) - Licences: 3XI Warrnambool (1930-1965); 3AXI Warrnambool (1965-1969); 3XI Garvoc (1965-1969) - Qualifications: AOCP 592, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Warrnambool, 1931-1954); engineer (Warrnambool, 1963-1968) ===''DUKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon William Dukes|Dukes, Gordon William]] [https://www.familysearch.org/tree/person/details/G3RY-PGT] - 1909(NSW)-2001(NSW) - Licences: 2WD Sydney (Forest Lodge, 1930-1939; Strathfield, 1946-1950; Homebush, 1954-1956; Cremorne, 1957-1958; Lane Cove, 1960-1980+) - Qualifications: AOCP 571, 1930, No. ?? in NSW; AOLCP 139, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glebe, 1933-1937); radio engineer (Homebush, 1943-1949); engineer (Cremorne, 1954-1958); technician (Lane Cove, 1963-1980) ===''DUNDAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Loftus Dundas|Dundas, Reginald Loftus]] [https://www.familysearch.org/tree/person/details/GXC2-8LM] - 1915(Qld)-1980(Qld) - Licences: 4DU Crawford, Kingaroy Line (1937-1939) - Qualifications: cc; AOCP 1990, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Theodore, Qld, 1937); labourer (Crawford, Kingaroy Line, Qld, 1949-1972); farmer (Torquay, Qld, 1977) ===''DUNLEAVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Francis Dunleavy|Dunleavy, Joseph Francis]] - 19??(???)-19??(???) - Licences: 3JD Melbourne (St Kilda, 1929-1933) - Qualifications: AOCP 508, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (St Kilda, 1924); electrical fitter (Melbourne, 1926; South Yarra, 1931); fitter (St Kilda, 1934) ===''DUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Dunn|Dunn, Richard]] [https://www.familysearch.org/tree/person/details/GDSN-T31] - 1898(NSW)-1986(NSW) - Licences: 2GU Receive Sydney (South Kensington, 1922); 2GU Sydney (South Kensington, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: coachbuilder (Kensington, 1930-1943); manager (Kingsford, 1958); retired (The Entrance, 1963-1980) ===''DUNSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter John Dunstan|Dunstan, Walter John]] [https://www.familysearch.org/tree/person/details/GZXJ-Y3V] - 1904(Vic)-1927(Vic) - Licences: 3JR Receive Ballarat (1922); 3JR Ballarat (1923-1927) - Qualifications: cc; AOCP 106, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Comment: gone too soon - Relationships: brother of William Dunstan, Victoria Cross - Electoral Rolls: student (Ballarat East, 1927) ===''DURBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Keep Durbridge|Durbridge, William Keep]] [https://www.familysearch.org/tree/person/details/GXDN-Z4B] - 1908(WA)-1977(Vic) - Licences: 4FS Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Innisfail, Qld, 1930); clerk (Teneriffe, Qld, 1936-1937); bookkeeper (Dundoo Station, Eulo, Qld, 1937); no occupation (St Kilda, Vic, 1963-1972; Melbourne, Vic, 1977) ===''DUTHOIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert George Duthoit|Duthoit, Albert George]] [https://www.familysearch.org/tree/person/details/GQ94-V82] - 1901(Tas)-1970(Vic) - Licences: Receive (Valve) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical engineer (Waddamana, 1928); labourer (Croydon North, 1931); no occupation (Armadale, 1931); engineer (Hobart South, 1936); electrical engineer (Armadale, 1935-1943); clerk (Ivanhoe, 1949; Oakleigh, 1954; Malvern, 1958); nil (Malvern, 1967-1968) ===''DUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Henry Dutton|Dutton, Thomas Henry]] [https://www.familysearch.org/tree/person/details/LJG1-LRN] - 1862(Eng)-1941(Qld) - Licences: Receive (Crystal) Brisbane (Fortitude Valley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: painter (Rockhampton, Qld, 1903-1905); commission agent (Bowen Hills, Qld, 1908-1909); printer (Valley, Qld, 1913); traveller (Teneriffe, Qld, 1915-1937) =='''E'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''EARLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Edwin Earle|Earle, Frank Edwin]] [https://www.familysearch.org/tree/person/details/G8YV-B62] - 1900(SA)-1967(SA) - Licences: 5BD Adelaide (St Peters, 1923-1928) - Qualifications: cc; CPRT 823, 1924 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Erasmus Earle|Earle, Robert Erasmus]] [https://www.familysearch.org/tree/person/details/GDLX-NC1] - 1894(Eng)-1979(WA) - Licences: 6LC Perth (Floreat Park, 1969-1975) - Qualifications: AOCP 4390, 1966, WA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Floreat Park, 1954-1977) ===''EASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Easter|Easter, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GX2L-656] - 1914(SA)-1983(???) - Licences: 5RO Montieth (1933); 5RO Port Elliot (1937); 5RO Moonta (1938) - Qualifications: cc; AOCP 1111, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Moonta, SA, 1939-1947) - Links: [https://vwma.org.au/explore/people/532330 VWM] ===''EASTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Spencer Easton|Easton, Frederick William Spencer]] [https://www.familysearch.org/tree/person/details/GZ2N-7XD] - 1914(NSW)-1944(PNG) - licences: 2BQ Sydney (Bondi, 1931-1935; Bellevue Hill, 1936-1939) - qualifications: AOCP 846, 1931, No. ?? in NSW - amateur operator, WW2 - electoral rolls: projectionist (Rose Bay, 1936-1943) - "Greater love hath no man than this" ===''EDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Ede|Ede, Charles Frederick or Friederick]] [https://www.familysearch.org/tree/person/details/GS7D-PYL] - 1885(Qld)-1970(Qld) - Licences: Receive Brisbane (Wellington Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Toowong, Qld, 1908; Albion, Qld, 1912-1921); assistant secretary (Manly, Qld, 1925-1963); retired (Wynnum North, 1968) ===''EDGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Waldene Edgar|Edgar, Douglas Waldene]] [https://www.familysearch.org/tree/person/details/L5XS-K4X] - 1895(WA)-1966(WA) - Licences: 6DW New Norcia (1927-1931) - Qualifications: cc; AOCP 314, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Gingin, 1922; New Norcia, 1925-1954); retired (Nedlands, 1958-1963) * [[/John Matheson Edgar|Edgar, John Matheson]] [https://www.familysearch.org/tree/person/details/LB42-K1G] - 1881(Vic)-1960(Vic) - Licences: Receive Geelong (1923); 3YW Geelong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Training College, Carlton, 1903); state school teacher (Ballarat, 1909); teacher (Ballarat, 1913-1914; Geelong, 1917-1924; Essendon, 1925-1954) * [[/Mervyn John Edgar|Edgar, Mervyn John or John Mervyn "Jack"]] [https://www.familysearch.org/tree/person/details/GX4W-647] - 1913(NSW)-2004(Qld) - Licences: 4JE Brisbane (Kangaroo Point, 1934-1939) - Qualifications: cc; AOCP 1302, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, Radio Location Unit); radio retailing (Tracksons) - Electoral Rolls: shop assistant (Kangaroo Point, Qld, 1937); salesman (Kedron, Qld, 1943-1949); shop assistant (Bulimba, Qld, 1958-1980) ===''EDWARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Patrick Joseph Edwards|Edwards, Frederick Patrick Joseph]] [https://www.familysearch.org/tree/person/details/GFSX-5YG] - 1918(WA)-2004(WA) - Licences: 6DN Merredin (1938-1939); 6DN Perth (West Perth, 1947-1965; Ardross, 1969) - Qualifications: cc; AOCP 2127, 1938, WA; BOCP 278, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: clerk (Merredin, WA, 1943); wireless operator (West Perth, WA, 1943-1954; Perth, WA, 1958-1968); clerk (Ardross, WA, 1972-1980) * [[/H. E. Edwards|Edwards, H. E.]] - 19??(???)-19??(???) - Licences: 5RN Adelaide (Croydon, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert John Edwards|Edwards, Herbert John]] [https://www.familysearch.org/tree/person/details/GXF5-KP8] - 1894(Eng)-19??(???) - Licences: 4KR Willis Island (1937) - Qualifications: cc; CPRT 802, 1923; 2COCP 18, 1929; 1COCP 208, 1931 - amateur operator; amateur broadcaster - Comment: several contemporaneous HJEs - Electoral Rolls: wireless operator (Rose Bay, NSW, 1930-1933); radio operator (Lord Howe Island, NSW, 1949); communication officer (Rose Bay, NSW, 1954) ===''EGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mavis Evelyn Egan|Fogg nee Egan, Mavis Evelyn or Evelene]] [https://www.familysearch.org/tree/person/details/GW8N-1JK] - 1900(Tas)-1995(Tas) - Licences: Receive (Crystal) Stanley (1923) - Qualifications: cc; Nil yet identified - amateur receiver (YL) - Electoral Rolls: clerk (Stanley, 1928); home duties (Wynyard, 1936-1943; Smithton, 1949; Sale, Vic, 1954; Cohuna, 1963; Devonport, 1972) ===''EGGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Percy Eggleton|Eggleton, Eric Percy]] [https://www.familysearch.org/tree/person/details/GSTZ-5G9] - 1903(Qld)-1979(Qld) - Licences: 4DA Receive Toowoomba (1923-1924); 4DA Toowoomba (1925-1931) - Qualifications: cc; AOCP 81, 1925, No. 9 in Qld - amateur receiver; amateur operator; amateur broadcaster; employment (QATB) - Electoral Rolls: machinist (Toowoomba, 1925-1926); ambulance bearer (Toowoomba, 1931); ambulance superintendent (Dayboro, 1936-1943; Charleville, 1949-1958; Stanthorpe, 1963); retired (Caloundra, 1968-1977) ===''ELDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Mackenzie Elder|Elder, James Alexander Mackenzie]] [https://www.familysearch.org/tree/person/details/97W3-7FL] - 1869(Sct)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Awards: KBE - Electoral Rolls: manager (Essendon, 1905); merchant (Moonee Ponds, 1908-1909); director (South Yarra, Vic, 1936-1943) - Links: [https://adb.anu.edu.au/biography/elder-sir-james-alexander-6099 ADB] ===''ELLERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lewis John Ellery|Ellery, Robert Lewis John]] - 1827(Eng)-1908(Vic) - early telephone experimenter, Vic Government Astronomer ===''ELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Neville Elliott|Elliott, Robert Neville]] [https://www.familysearch.org/tree/person/details/GXXN-PPJ] - 1907(Qld)-1979(Qld) - Licences: 4DW Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Toowoomba, Qld, 1936-1937); company manager (Toowoomba, Qld, 1949); chartered accountant (Toowoomba, Qld, 1954-1963); accountant (Brisbane, Qld, 1968); chartered accountant (Toowoomba, Qld, 1972); accountant (Toowoomba, Qld, 1977) * [[/Ronald Donovan Elliott|Elliott, Ronald Donovan]] [https://www.familysearch.org/tree/person/details/G799-LTX] - 1910(SA)-1978(SA) - Licences: 5RD Adelaide (Lower Mitcham, 1931-1933; Da Costa Park, 1937; Kirkcaldy, 1938-1939) - Qualifications: cc; AOCP 758, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: solicitor (Kirkcaldy, SA, 1939; Westbourne Park, 1941-1943) * [[/Thomas Murray Browse Elliott|Elliott, Thomas Murray Browse "Tom"]] [https://www.familysearch.org/tree/person/details/G3W8-947] - 1899(Qld)-1971(Qld) - Licences: 4CM Brisbane (City, 1946-1969); operator of Valentine's 4CM licence 1925-1939 - Qualifications: cc; AOCP 72, 1925, No. 6 in Qld - amateur operator; amateur broadcaster; early television experimenter - Electoral Rolls: clerk (Fortitude Valley, 1921); salesman (Brisbane City, 1925-1931); sound engineer (Observatory, 1937-1943); company manager (City, 1949-1958); retired (Burleigh Heads, 1963-1968) ===''ELLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Austin Ellis|Ellis, Clive Austin]] [https://www.familysearch.org/tree/person/details/G86V-9HT] - 1912(Vic)-1972(Vic) - Licences: 3LZ Melbourne (Williamstown, 1930-1931; Caulfield, 1933-1939; Newport, 1946-1956; Moorabbin, 1960-1969) - Qualifications: AOCP 598, 1930, No. ?? in Victoria - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1937; Newport, 1943-1954); valuer (Moorabbin, 1958-1972) * [[/John Osborne Ellis|Ellis, John Osborne]] [https://www.familysearch.org/tree/person/details/GHTM-Q42] - 1910(Eng)-1999(SA) - Licences: Nil identified - Qualifications: AOCP 522, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Kimba, 1939-1943) ===''ELSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Robert Elsbury|Elsbury (adopted) or Wilson Bowman (biological), Cyril Robert]] [https://www.familysearch.org/tree/person/details/GFMG-5CW] - 1897(Qld)-1961(WA) - Licences: 6JE Kalgoorlie (1934-1939); 6JE Fimiston (1947-1956); 6JE Nornalup (1960) - Qualifications: cc; AOCP 1372, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (Kalgoorlie, WA, 1922); mine timekeeper (Kalgoorlie, WA, 1925-1943); assistant accountant (Fimiston, WA, 1949-1954); mine paymaster (Kalgoorlie, WA, 1958) ===''ELWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Gregory Elworthy|Elworthy, Colin Gregory "Col"]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''EMBLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Stewart Austin Embling|Embling, Stewart Austin]] [https://www.familysearch.org/tree/person/details/GZGH-YQM] - 1907(Vic)-1998(Vic) - Licences: Receive (Valve) Melbourne (Toorak, 1923-1925); 3DC Melbourne (Toorak, 1926-1939) - Qualifications: AOCP 236, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Toorak, 1931-1943); assurance officer (Toorak, 1949-1980) ===''EVANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Hubert Evans|Evans, Albert Henry Hubert]] [https://www.familysearch.org/tree/person/details/GH8N-BFX] - 1894(SA)-1981(SA) - Licences: XVD Adelaide (Mile End, 1913) - Qualifications: cc; CPRT 255, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: assistant manager (Woollahra, 1949) * [[/Griffith Benjamin Evans|Evans, Griffith Benjamin]] [https://www.familysearch.org/tree/person/details/GXQN-HL3] - 1877(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS - Electoral Rolls: naval telegraphist (Eden Vale, Vic, 1914-1915); telegraphist (Coburg, Vic, 1919); retired (Vaucluse, NSW, 1954-1963) * [[/Percy Evans|Evans, Percy]] [https://www.familysearch.org/tree/person/details/G84B-DKL] - 1894(Eng)-1976(Vic) - Licences: 2OW Sydney (Kensington, 1928-1929; Randwick, 1930-1931); 3OZ Melbourne (Glen Iris, 1947-1948; Boronia, 1948; North Ringwood, 1954-1975) - Qualifications: AOCP 458, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: sales manager (Kensington, 1930); salesman (Randwick, 1930-1931); sales manager (Camberwell, 1933-1937; Glen Iris, 1949); manager (Ringwood, 1954-1972) * [[/R. Evans|Evans, R.]] - 19??(???)-19??(???) - Licences: 2SP Sydney (Clovelly, 1923-1927) - Qualifications: AOCP 265, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: * [[/Thomas Evan Evans|Evans, Thomas Evan]] [https://www.familysearch.org/tree/person/details/GZJ7-S1L] - 1904(NZ)-1942(At Sea) - 3EV Melbourne (East St Kilda, 1925-1927), 9EV Rabaul (1933+), amateur operator (AOCP 160, 1925, No. ?? in Vic), amateur broadcaster, medical assistant, technical assistant, Civilian POW captured at Rabaul, died on board the "Montevideo Maru" when it was torpedoed and sunk en route from Rabaul to Hainan, where Thomas was destined for forced labour. * [[/Trevor Elliott Evans|Evans, Trevor Elliott]] [https://www.familysearch.org/tree/person/details/GZJQ-GRC] - 1903(Vic)-1979(Vic) - 3KD Receive Melbourne (East Brunswick, 1922-1924), 3RK Melbourne (East Brunswick, 1925-1933; Pascoe Vale, 1937-1939), amateur operator (AOCP 159, 1925, No. ?? in Vic), amateur broadcaster, electrician (East Brunswick, 1931), contractor (Pascoe Vale, 1972) * [[/Trevor Frederick Evans|Evans, Trevor Frederick]] [https://www.familysearch.org/tree/person/details/L292-N4L] - 1902(NSW)-1978(NSW) - 2NS Blayney (1925-1929), 2NS Bathurst (1930-1939, 1946-1975+), amateur operator (AOCP 113, 1925, No. ?? in NSW), amateur broadcaster, broadcast engineer (BOCP 19, 1936) (2BS) ===''EVERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Every|Every, George Edward]] [https://www.familysearch.org/tree/person/details/LDSS-VT4] - 1894(Eng)-1961(Vic) - Licences: 7GE Hobart (1931); 3GE Queenscliff (1937-1939); 3GE Balcombe (1947-1948); 3GE Carrum (1954-1956); 3GE Bonbeach (1960-1969+) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military instructor; WW1 (UK) - Electoral Rolls: silver mounter (Ivanhoe, Vic, 1919); soldier (Launceston, 1922; Hobart South, 1922); military instructor (Hobart South, 1928); soldier (Queenscliff, Vic, 1935-1937); military officer (Albury, NSW, 1943; Victoria Park, Qld, 1949); clerk (Frankston, 1949); accountant (Carrum, 1954) ===''EWING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Thomson Ewing|Ewing, Thomas Thomson]] - 1856(NSW)-1920(NSW) - state politician (NSW MLA), federal politician (MHR, acting Postmaster-General) ===''EXTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Walter Exton|Exton, George Walter]] [https://www.familysearch.org/tree/person/details/K8QY-5XH] - 1882(NSW)-1970(Qld) - Licences: 2CZ Lismore (1922-1930) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast proprietor and engineer (2XN Lismore) - Electoral Rolls: electrician (Lismore, NSW, 1930-1963); retired (Saddlers Crossing, Qld) =='''F'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''FABER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Thomas Faber|Faber, William John Thomas "Bill"]] - 19??(???)-1976(Qld) - 4WF Ayr (-1938+), Brisbane (Kedron, -1948-1949+) , amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''FAGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Reginald Joseph Fagan|Fagan, William Reginald Joseph "Reg"]] [https://www.familysearch.org/tree/person/details/KLF3-QPM] - 1883(NSW)-1944(NSW) - Licences: 2RJ Receive Mandurama (1922); 2RJ Mandurama (1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio station (director, 2SM) - Electoral Rolls: grazier (Mandurama, 1913-1943) ===''FAIRHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allen Fairhall|Fairhall, Allen]] [https://www.familysearch.org/tree/person/details/LZB3-PKT] – 1909(NSW)-2006(NSW) – Licences: 2KB Newcastle (Hamilton, 1928–1929; New Lambton, 1930–1931; Cooks Hill, 1933–1934; City, 1935; Cooks Hill, 1937; City, 1938–1939; Hamilton, 1946–1961; City, 1965-1980+); 2AKL Paterson (1948–1958) – Qualifications: AOCP 391, 1928, No. ?? in NSW; AOLCP 23, 1930 – amateur operator, amateur broadcaster, proprietor 2KO Newcastle, WW2 – Electoral Rolls: radio engineer (New Lambton, 1931–1932); manager (Newcastle, 1933–1949); primary producer (Trevallyn, 1954); M.H.R. (Newcastle, 1958); member of parliament (Newcastle, 1963–1968); manager (Newcastle, 1972–1980) - [[w:Allen Fairhall|Wikipedia]] ===''FALCONER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Illman Falconer|Falconer, Charles Illman]] [https://www.familysearch.org/tree/person/details/GZK9-PJ6] – 1885(Vic)-1962(NSW) – Receive (Valve) Melbourne (Canterbury, 1923–1924), 3CF Melbourne (East Malvern, 1925–1926; Canterbury, 1927; Surrey Hills, 1931–1939, 1946–1954), 2AUF Terrigal (1955–1961), amateur operator (AOCP 204, 1925, No. ?? in Vic), amateur broadcaster, engineer (Clifton Hill, 1909), mechanic (Fitzroy, 1914), engineer (Canterbury, 1915–1949), retired (Terrigal, 1958–1963) ===''FALLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyle Clifford Falls|Falls, Lyle Clifford]] [https://www.familysearch.org/tree/person/details/GDLC-1VR] - 1899(Vic)-1945(Vic) - Licences: 3DL Receive Melbourne (Caulfield, 1922); 3DL Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: student (Caulfield, 1924-1925); instructor (Kew, 1926-1943) ===''FANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Fanning nee Harriss, Dorothy Winnifred – see Harriss, Dorothy Winnifred (Fanning) ===''FANSHAWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Dalrymple Fanshawe|Fanshawe, Arthur Dalrymple]] [https://www.familysearch.org/tree/person/details/GM7D-QY6] – 1847(Eng)-1936(Eng) – Admiral of UK Fleet, Commander-in-Chief Australia Station – Links: [[w:Arthur Dalrymple Fanshawe|Wikipedia]] ===''FARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell George Farmer|Farmer, Maxwell George]] [https://www.familysearch.org/tree/person/details/GXG1-SHR] - 1916(SA)-1991(SA) - Licences: 5GF Adelaide (Knoxville, 1933-1939; North Norwood, 1947-1948; Adelaide City, 1954-1956; Plympton, 1960-1980+); 5GY Portable Adelaide (Knoxville, 1938-1939) - Qualifications: cc; AOCP 1217, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Knoxville, SA, 1939-1943) ===''FARRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Howard Farrell|Farrell, John Howard]] [https://www.familysearch.org/tree/person/details/GXWT-CJT] - 1913(Qld)-1975(Qld) - Licences: 4WJ Brisbane Windsor, 1933-1939; Chermside, 1946-1948); 4WJ Quilpie (1954-1960); 4WJ Somerset Dam (1965-1975) - Qualifications: cc; AOCP 1103, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Windsor, 1936-1937); electrical engineer (Chermside, 1943-1949; Quilpie, 1954-1958); superintendent (Somerset Dam, 1963-1972) ===''FAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Harold Faul|Faul, Albert Harold]] [https://www.familysearch.org/tree/person/details/GZTD-S74] – 1907(NSW)-1979(NSW) – Licences: Receive Melbourne (St Kilda, 1923–1924); 3AH Melbourne (St Kilda, 1926–1927) – Qualifications: AOCP 288, 1926, No. ?? in Vic – amateur operator, amateur broadcaster – Electoral Rolls: student (St Kilda, 1931–1934); lecturer (Camberwell, 1936); engineer (Bellevue Hill, 1936–1937; Camberwell, 1943); company director (Killara, 1949–1977) ===''FAULKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Wollas Faulks|Faulks, Richard Wollas "Wol"]] [https://www.familysearch.org/tree/person/details/LCD3-BQ3] - 1902(NSW)-1978(NSW) - Licences: 2WF Sydney (Ashfield, 1929-1931; Hurlstone Park, 1933; Canterbury, 1934-1939) - Qualifications: AOCP 557, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Ashfield, 1930; Canterbury, 1933-1977) ===''FAWKNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Pascoe Robert Fawkner|Fawkner, Ernest Pascoe Robert]] [https://www.familysearch.org/tree/person/details/GDYB-YKW] - 1901(Tas)-1954(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: manager (Kings Meadows, 1928); furniture manufacturer (South Launceston, 1936) ===''FEENAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Leo Michael John Feenaghty|Feenaghty, Leo Michael John]] [https://www.familysearch.org/tree/person/details/LYG2-RMT] - 1900(Qld)-1997(Qld) - Licences: 4LJ Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 291, 1926, No. 28 in Qld - amateur operator; amateur broadcaster; radio club administrator; state public servant - Electoral Rolls: public servant (Wooloowin, 1925-1931); assistant secretary (Ashgrove, 1936-1958); public servant (Highgate Hill, 1963); retired (Isle of Capri, 1972-1980) ===''FELDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Feldman|Feldman, John Frederick Jnr]] [https://www.familysearch.org/tree/person/details/GZNZ-5DH] - 1905(Vic)-1987(Vic) - 3QH Receive Geelong (South Geelong, 1923-1924), 3QH Geelong (South Geelong, 1925-1939), amateur operator (AOCP 140, 1925, No. ?? in Qld), amateur broadcaster, bricklayer ===''FELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Frederick Fell|Fell, Evan Frederick]] [https://www.familysearch.org/tree/person/details/GXH4-FTW] - 1914(Qld)-1994(Qld) - Licences: 4EF Brisbane (Ashgrove, 1932-1939); 4EF Barcaldine (1946-1948); 4EF Mackay (1954-1955); 4EF Brisbane (Ashgrove, 1956; Bardon, 1960-1980+) - Qualifications: cc; AOCP 978, 1932, No. ?? in Qld; AOLCP 175, 1934 - amateur operator; amateur broadcaster; WW2; state public servant (inspector); property developer - Electoral Rolls: clerk (Ashgrove, Qld, 1936-1943); engineer (Townsville, Qld, 1949; Mackay, Qld, 1954); public servant (Bardon, Qld, 1958-1977) ===''FELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/L. C. Fells|Fells, L. C.]] - 19??(???)-19??(???) - Licences: 3DL Melbourne (Caulfield, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''FELTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Felton|Felton, William Robert]] [https://www.familysearch.org/tree/person/details/G8M5-C2J] - 1897(NSW)-1956(NSW) - Licences: 2RF Sydney (Petersham, 1927-1929; Belmore, 1930-1939, 1946-1956); 2RT Sydney (Kogarah, 1937) - Qualifications: AOCP 366, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: radio engineer (Belmore, 1930-1934); engineer (Belmore, 1936-1937); soldier (Belmore, 1943); radio technician (Belmore, 1949-1954) ===''FERGUSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Angus Ferguson|Ferguson, Colin Angus]] [https://www.familysearch.org/tree/person/details/L1DH-9KM] - 1917(SA)-2009(SA) - Licences: 5CJ Mt Gambier (1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1994, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Mt Gambier, SA, 1939-1943) * [[/Cyril E. Ferguson|Ferguson, Cyril E.]] - 1893(NZ)-19??(???) - commercial operator (1COCP 2, 1914, No. 2 in Aus) - coastal station operator? ===''FERRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Walter Cecil Ferrall|Ferrall, Edgar Walter Cecil]] [https://www.familysearch.org/tree/person/details/GQMF-G97] - 1898(Tas)-1971(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Launceston, 1919-1949); inspector (Kingston Beach, 1954) ===''FERRICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Bernard Ferricks|Ferricks, Michael Bernard "Bernie"]] [https://www.familysearch.org/tree/person/details/L58X-S4X] - 1914(Qld)-1992(Qld) - Licences: 4UW Brisbane (Fortitude Valley, 1935-1939) - Qualifications: cc; AOCP 1471, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Valley, Qld, 1936-1937); chemist (Northgate, Qld, 1949-1977); retired (Cairns, Qld, 1980) ===''FIEDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Victor Fiedler|Fiedler, Leslie Victor]] [https://www.familysearch.org/tree/person/details/KHNW-3JZ] - 1906(SA)-1969(WA) - Licences: 5SL Adelaide (Woodville, 1927-1933), 5SL Moonta (1937-1939) - Qualifications: cc; AOCP 353, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Henley, 1939-1943); theatre manager (Belmont, 1949); film exhibitor (Mt Lawley, 1958); company director (Mt Lawley, 1963-1968) ===''FIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph William Field|Field, Ralph William]] [https://www.familysearch.org/tree/person/details/G86V-Q5T] - 1915(Vic)-2007(Vic) - Licences: 3RF Melbourne (Caulfield, 1930-1939; Ormond, 1946-1948); 3LJ Melbourne (Ormond, 1954-1960) - Qualifications: AOCP 599, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: compositor (Caulfield, 1937); machinist (Bentleigh, 1942-1977) ===''FILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Crawford Files|Files, Jack Crawford]] [https://www.familysearch.org/tree/person/details/GXWG-JWJ] - 1907(Qld)-1967(Qld) - Licences: 4JF Brisbane (Buranda, 1932-1935; Coorparoo, 1936-1939; Buranda 1946-1965) - Qualifications: cc; AOCP 1055, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, QSL manager); journalist (Teleradio, WIA Notes); accountant - Electoral Rolls: sheet metal worker (Buranda, Qld, 1931-1934; Coorparoo, Qld, 1936-1937); metal worker (Buranda, Qld, 1943-1963) ===''FILMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Le Roy Drowley Filmer|Filmer, Le Roy Drowley]] [https://www.familysearch.org/tree/person/details/GZNF-2Z7] - 1902(NSW)-1976(NSW) - 2FT Newcastle (Toronto, 1925-1930; Hamilton South, 1931), amateur operator (AOCP 148, 1925, No. ?? in NSW), amateur broadcaster, metallurgist ===''FINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Edward Finch|Finch, Alan Edward]] [https://www.familysearch.org/tree/person/details/G6M4-987] - 1915(Tas)-1974(Vic) - Licences: 7CJ Launceston (Mowbray Heights, 1935-1939); 7CJ Hobart (New Town, 1946-1954); 7CJ Kelso (1955-1956); 3AEO Shepparton (1960-1975) - Qualifications: cc; AOCP 1575, 191935, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (St Leonards, 1936-1937); mechanic (New Town, 1943-1954); public servant (Radio Australia, Shepparton, Vic, 1963-1968); technician (Shepparton, 1972) ===''FINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Warren Finn|Finn, Leonard Warren]] [https://www.familysearch.org/tree/person/details/GX2K-4P6] - 1914(SA)-1999(SA) - Licences: 5SP Adelaide (Seaton Park, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1671, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Seaton Park, SA, 1939-1943) ===''FINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Finney|Finney, William "Bill"]] [https://www.familysearch.org/tree/person/details/GDVD-W2H] - 1881(Qld)-1954(Qld) - Licences: 4AU Brisbane (Red Hill, 1923-1925); 4WF Brisbane (Red Hill, 1926-1929) - Qualifications: cc; CPRT 845, 1925; 2COCP 307, 1940 - amateur operator; amateur broadcaster; radio club (WIAQ); honorary radio inspector - Electoral Rolls: telegraph operator (Red Hill, 1903-1905); telegraphist (New Farm, 1908; Newmarket, 1909; Red Hill, 1913-1937; East Nundah, 1949; Wooloowin, 1954) ===''FISHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Hugh Fisher|Fisher, Douglas Hugh]] [https://www.familysearch.org/tree/person/details/GD15-N13] - 1913(Vic)-1978(Tas) - Licences: 7AB Launceston (1934-1939); 7AB Burnie (1946-1948); 7AB Devonport (1954-1955); 7AB Lenah Valley (1956); 7AB Zeehan (1960); 7AB Oatlands (1965-1969; 7AB Claremont (1975) - Qualifications: cc; AOCP 1373, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: father of 7ZEE Neville Grant Fisher - Electoral Rolls: clerk (Launceston, 1936); bank clerk (Launceston, 1937; Burnie, 1943-1949; Devonport, 1954) ===''FISK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Thomas Fisk|Fisk, Ernest Thomas]] - 1886(Eng)-1965(NSW), 2EF Sydney (Lindfield, 1933-1939), early wireless experimenter, amateur radio operator (pre AOCP, no record of AOCP, AOCP 1055, 1932, No. ?? in NSW), broadcast and radiocommunications business proprietor (AWA), operated prior to 1933 under various AWA callsigns, 2MC in 1928 was licensed to his residence at Vaucluse - Links: [https://adb.anu.edu.au/biography/fisk-sir-ernest-thomas-6177 ADB] [http://messui.polygonal-moogle.com/valves/NW198906.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198907.pdf EA2] ===''FITCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campbell Fitchett|Fitchett, John Campbell]] [https://www.familysearch.org/tree/person/details/LDQJ-K7W] - 1900(Vic)-1939(Vic) - Licences: XJDM Melbourne (Balwyn, 1913-1914); 3BL Melbourne (Balwyn, 1922-1925; Brighton, 1926-1939) - Qualifications: cc; CPRT 609, 1921 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: journalist (Brighton, 1928-1937) - TroveTag: "XJDM-3BL - John Campbell Fitchett" ===''FITTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Stephen Luther Fittell|Fittell, Stephen Luther "Steve"]] [https://www.familysearch.org/tree/person/details/GCN9-KRT] - 1910(Qld)-1999(Qld) - Licences: 4JO Gympie (1929-1939); 4YF Gympie (1975-1980+) - Qualifications: cc; AOCP 487, 1929, No. ?? in Qld; 2COCP 280, 1930 - amateur operator; amateur broadcaster; member radio club (WIAQ, Gympie ARC); commercial broadcaster (4GY) - Electoral Rolls: radio specialist (Gympie, 1937); radio dealer (Gympie, 1943-1980) ===''FITZALAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Albini Lawrence Fitzalan|Fitzalan, Herbert Albini Lawrence "Hal"]] - 19??(???)-1951(Qld) - 4HF Brisbane?, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, Halcyon (not mentioned) ===''FITZGERALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Francis Fitzgerald|Fitzgerald, Eric Francis]] [https://www.familysearch.org/tree/person/details/G84F-Z7H] - 1907(Qld)-1978(NSW) - Licences: 2EA Sydney (Bellevue Hill, 1928-1929; Burwood, 1930-1931; Pagewood, 1931; Abbotsford, 1931; Bellevue Hill, 1933-1937; Waverley, 1938-1939); 2AAO Sydney (Chatswood, 1950-1961) - Qualifications: AOCP 467, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woolahra, 1930-1931); salesman (Coogee, 1937); clerk (Chatswood, 1943-1977) * [[/Patrick Michael Anthony Fitzgerald|Fitzgerald, Patrick Michael Anthony "Pat"]] [https://www.familysearch.org/tree/person/details/G33Q-6K9] - 1908(Qld)-1988(Qld) - Licences: 4PF Rockhampton (1936-1939) - Qualifications: cc; AOCP 1802, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rockhampton, Qld, 1930); public servant (Rockhampton, Qld, 1931-1968); clerk (Corinda, Qld, 1972-1977); retired (Emu Park, Qld, 1980) ===''FITZGIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard John Fitzgibbons|Fitzgibbons, Richard John]] [https://www.familysearch.org/tree/person/details/GXXN-QPG] - 1893(Qld)-1969(Qld) - Licences: 4DV Receive Brisbane (Ascot, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: locomotive fitter (Maryborough, Qld, 1916-1919); engine fitter (Ascot, Qld, 1921-1968) ===''FITZMAURICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Simcoe Fitzmaurice|Fitzmaurice, James Simcoe]] [https://www.familysearch.org/tree/person/details/GDKS-KCF] - 1861(Vic)-1934(SA) - Licences: XYB Perth (1913-1914); 5FT Adelaide (North Walkerville, 1923-1933) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; PMGD (State Engineer, WA & SA); MIEE, AMIEE - Electoral Rolls: electrical engineer (Claremont, 1914-1916) ===''FLAHERTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Thomas Holm Flaherty|Flaherty, Gordon Thomas Holm]] [https://www.familysearch.org/tree/person/details/G6Q2-C9T] - 1900(Vic)-1967(Qld) - Licences: 4CB Receive Brisbane (South Brisbane) - Qualifications: cc; Nil yet identified - amateur receiver; WW2; federal public servant (PMGD) - Electoral Rolls: postman (South Brisbane, 1922); telephone mechanic (Buranda, 1925; Coorparoo, 1928); mechanic (Camp Hill, 1936; Beaudesert, 1937-1943); technician (Camp Hill, 1949-1963) ===''FLETCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Fletcher|Fletcher, Austin]] [https://www.familysearch.org/tree/person/details/LZKQ-2QR] - 1891(Eng)-1922(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 128, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: wireless engineer (Roebourne, 1913); radio operator (Esperance, 1916-1917); wireless operator (Roebourne, 1917-1918); telegraphist (Oakleigh, 1921) ===''FLOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Flood|Flood, Arthur George]] [https://www.familysearch.org/tree/person/details/G6BF-HPG] - 1883(Eng)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 238, 1916; 2COCP 415, 1932; 1COCP 348, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIL Flinders Island (1917-1918) - Electoral Rolls: engineer (Emita, Flinders Island, Tas, 1914-1919); radio telegraphist (Thursday Island, 1925; Meeandah, Qld, 1928; Eagle Farm, Qld, 1936-1937; Cooktown, Qld, 1943); retired (Cairns, 1954-1958; Eventide Home, Charters Towers, 1963) ===''FOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Lillico Fogg|Fogg, Hugh Lillico]] [https://www.familysearch.org/tree/person/details/GW8N-KRZ] - 1900(Tas)-1975(WA) - Licences: 6HF Perth (Mt Lawley, 1931-1939); 5HF Mt Barker (1947-1948); 3AHF Benalla (1954-1960); 6HF Perth (Inglewood, 1965-1975) - Qualifications: cc; AOCP 787, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Perth, WA, 1931); clerk (Maylands, WA, 1936); bank officer (Maylands, WA, 1943); manager (ANZ Bank, Benalla, Vic, 1954); retired (Inglewood, WA, 1963-1972) ===''FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry James Bartholomew Foley|Foley, Henry James Bartholomew]] [https://www.familysearch.org/tree/person/details/G8QZ-5SV] - 1886(NSW)-1954(NSW) - Licences: Sydney (Randwick, 1911) - Qualifications: pre AOCP - early wireless experimenter - Electoral Rolls: clerk (Randwick, 1913); merchant (Drummoyne, 1930-1954) ===''FOLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Ulrich Francis Folie|Folie, Max Ulrich Francis]] [https://www.familysearch.org/tree/person/details/G8VC-Y7F] - 1909(Vic)-1968(Vic) - Licences: 3WZ Melbourne (Hawthorn East, 1930-1933); 3GZ Mildura (1946-1965) - Qualifications: AOCP 682, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Auburn, 1931); radio engineer (Mildura, 1934-1968) ===''FONTAINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Alfred Fontaine|Fontaine, Louis Alfred]] [https://www.familysearch.org/tree/person/details/GMDQ-L2V] - 1894(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT, 1914, No. 3 in Aus and Vic - RANRS; coastal wireless operator (VIG, Port Moresby, 1915-1918) - Electoral Rolls: radio telegraphist (Radio Station, Wyndham, 1918; Geraldton, 1922; Thursday Island, 1934-1936); telegraphist (St Kilda, 1937); radio telegraphist (Malvern, 1942); electrician (Camberwell, 1949) ===''FOOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Foot|Foot, George]] [https://www.familysearch.org/tree/person/details/G6BT-FVF] - 1878(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 36, 1915 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: wireless operator (South Yarra, 1915; St Kilda, 1916-1917); RAN (Balaclava, 1919); tobacconist (Sandringham, 1925); manager (Prahran, 1937); clerk (St Kilda, 1942); retired (Dandenong, 1949-1954) ===''FORECAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Mark Llewllyn Forecast|Forecast, Arthur Mark Llewllyn]] [https://www.familysearch.org/tree/person/details/9HPS-H18] - 1901(Vic)-1986(Vic) - Licences: 3AM Melbourne (Malvern, 1926-1931; St Kilda, 1933; Caulfield, 1937-1939, 1946-1948; The Basin, 1954-1975; Ferntree Gully, 1980+) - Qualifications: AOCP 279, 1926, No. ?? in Vic; AOLCP 141, 1934; BOCP 156, 1938; 1COCP 245, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: biograph operator (Malvern, 1925-1928); projectionist (St Kilda, 1931-1934); biograph operator (Caulfield East, 1937-1942; Glenhuntley, 1949); projectionist (The Basin, 1963-1972); retired (Ferntree Gully, 1977; Knoxfield, 1980) ===''FOREMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Graham Foreman|Foreman, Edgar Graham]] [https://www.familysearch.org/tree/person/details/GD95-36X] - 1908(Qld)-1981(Qld) - Licences: 4GF Ayr (1935-1939); 4GF Townsville (North Ward, 1947-1980+) - Qualifications: cc; AOCP 1577, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Stanton Hill, Qld, 1930); salesman (Ayr, Qld, 1934-1937); procurement specialist (Townsville, Qld, 1949); business proprietor (Townsville, Qld, 1954-1968); proprietor (Townsville, Qld, 1972-1980) ===''FORREST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Forrest|Forrest, John]] - 1847(WA)-1918(???) - state politician, senior federal politician (Postmaster-General 1901, 17 days) ===''FORSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Joseph Forshaw|Forshaw, Charles Joseph]] [https://www.familysearch.org/tree/person/details/GDGW-783] - 1895(Vic)-1961(Vic) - Licences: XJDA Melbourne (Elwood, 1913-1914); V736 Receive Hamilton (1922); 3GQ Receive Hamilton (1922) - Qualifications: cc; Nil yet identifed - early wireless experimenter; amateur receiver; WW1 - Electoral Rolls: bank clerk (Myrtleford, 1917); clerk (Oakleigh, 1924-1937; Gardiner, 1943; Elsternwick, 1949; Glenhuntly, 1954) ===''FORSYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Arthur Forsyth|Forsyth, Royce Arthur]] [https://www.familysearch.org/tree/person/details/GD1R-3S5] - 1917(Tas)-1973(Tas) - Licences: 7BC Launceston (1936-1939) - Qualifications: cc; AOCP 1637, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (Launceston, 1943); teacher (Hobart North, 1944); schoolteacher (Bellerive, 1949-1972) ===''FORSYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Edgar Forsythe|Forsythe, Leonard Edgar]] [https://www.familysearch.org/tree/person/details/GWBY-MTR] - 1894(NSW)-1981(NSW) - Licences: 2BF Receive Sydney (Northbridge, 1922); 2BF Sydney (Northbridge, 1922-1929; Drummoyne, 1930-1933; Snapper Island, 1934-1939) - Qualifications: cc; AOCP 40, 1924, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: flagmaker (Northbridge, 1930-1949); department manager (Drummoyne, 1958); ship's chandler (Drummoyne, 1963-1980) ===''FORTESCUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fortescue|Fortescue, Charles]] [https://www.familysearch.org/tree/person/details/LD8X-GQ7] - 1893(Qld)-1971(Qld) - Licences: 4GE Toowoomba (1922-1924); 4CF Toowoomba (1925-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military (CMF, Colonel); WW2; jeweller - Electoral Rolls: jeweller (Toowoomba, 1913-1958); nil (Toowoomba, 1963-1968) ===''FOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Foster|Foster, Ernest John "Ernie"]] - 1914(Qld)-1967(Qld) - 4BY Brisbane, amateur operator (no record of AOCP; AOCP ??, 19??, No. ?? in Qld), broadcast engineer (4MB, 4BU), military (WW2, RAAF) * [[/James Foster|Foster, James]] [https://www.familysearch.org/tree/person/details/GX2Z-27G] - 1915(SA)-1998(SA) - Licences: 5TX Adelaide (North Kensington, 1933-1939); 5LU Adelaide (Dulwich, 1947-1948; Oaklands, 1954-1965; Marion, 1969-1980+) - Qualifications: cc; AOCP 1140, 1933, SA; 1COCP 1046, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (Frewville, SA, 1943) ===''FOURRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Fourro|Fourro, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/G4D1-YRR] - 1906(NSW)-1978(ACT) - Licences: 2VF Corowa (1930-1936) - Qualifications: AOCP 703, 1930, NSW; AOLCP 165, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Narrandera, 1930); telephone mechanic (Corowa, 1931-1935); wireless mechanic (Corowa, 1936); mechanic (Brighton-le-Sands, 1937); foreman mechanic (2CY Canberra, 1943-1954); supervising technician (2BA Bega, 1958-1963); technician (Merimbula, 1968-1972) ===''FOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Malcolm Fowles|Fowles, Gordon Malcolm]] [https://www.familysearch.org/tree/person/details/G8H2-RC9] - 19??(???)-19??(???) - Licences: 3GF Melbourne (Elwood, 1929-1931); 3AMF Melbourne (Wheeler's Hill, 1948-1960; Avonsleigh, 1965-1969); 3AMF Cowes (1975) - Qualifications: AOCP 490, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: panel beater (Albert Park, 1943; Hamilton, 1949); farmer (Avonsleigh, 1968); retired (Cowes, 1972) ===''FOX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Fox|Fox, William George]] [https://www.familysearch.org/tree/person/details/G6BY-J5Z] - 1886(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 106, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Comment: several contemporaneous WG Fox; Electoral Rolls: Nil yet identified ===''FOXCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Foxcroft|Foxcroft, Allan]] [https://www.familysearch.org/tree/person/details/GFQS-K5P] - 1921(WA)-2008(Vic) - Licences: 6AF Perth (Victoria Park, 1937-1939); 3AE Melbourne (Caulfield, 1947-1980+) - Qualifications: cc; AOCP 1859, 1937, WA; 1COCP 506, 1941 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: technician (Caulfield, Vic, 1949-1963); engineer (Caulfield, Vic, 1967-1980) ===''FRAME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vivian Horace Frame|Frame, Vivian Horace]] [https://www.familysearch.org/tree/person/details/GHQ1-4QT] - 1899(Qld)-1959(Qld) - Licences: Receive (Valve) Mareeba (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: draftsman ( Brisbane City, Qld); public works officer (Mareeba, Qld, 1922); architect (Brisbane City, Qld, 1925-1928; Sandgate, Qld, 1936-1937; Virginia, Qld, 1949-1954; Norman Park, Qld, 1958) ===''FRANK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kendall Thomas Frank|Frank, Kendall Thomas]] [https://www.familysearch.org/tree/person/details/G8N2-TGZ] - 1904(WA)-1951(Qld) - Licences: Nil yet identified - Qualifications: CPRT 921, 1926; 2COCP 289, 1930; 1COCP 64, 1935 - ship wireless operator (AWA), coastal wireless operator, amateur operator?, broadcast engineer (4PM) - Electoral Rolls: radio engineer (Lakemba, 1943) - [https://adb.anu.edu.au/biography/frank-kendall-thomas-10236 ADB] ===''FRANZI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Franzi|Franzi, William Ronald "Bill" (formerly Emilio Stefan)]] - 1909(Italy)-19??(SA) - 4FR Atherton (1938-1939), 5FR Adelaide (Da Costa Park, 1946-1965; Glenelg East, 1969-1975), 5VK American Beach (1975-1980), amateur operator (AOCP 2192, 1938, No. ?? in Qld), amateur broadcaster, radio clubs (IREE), military (RAAF), employment (radio technician) ===''FRASER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Douglas Fraser|Fraser, James Douglas]] [https://www.familysearch.org/tree/person/details/G8NS-MQ3] - 1900(NSW)-1956(NSW) - Licences: 2JF Quirindi (1930-1935) - Qualifications: AOCP 637, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical engineer (Quirindi, 1930-1943); engineer (Picton, 1949-1954) * [[/H. Fraser|Fraser, H.]] - 19??(???)-19??(???) - 2JC Tamworth (1924-1925), amateur operator (no record of AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster * [[/Henry George Fraser|Fraser, Henry George]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 1001, 1932, No. ?? in ?? - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet identified, at least two HGF engineers ===''FRAZER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Frazer|Frazer, Charles Edward "Charlie"]] - 1880(Vic)-1913(Vic) - politician (Postmaster-General, 1911-1913) ===''FREEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Freeman|Freeman, Arthur Charles]] [https://www.familysearch.org/tree/person/details/G8ZL-4F7] - 19??(???)-1971(NSW) - Licences: 2AS Sydney (Burwood, 1929-1939; Ashfield, 1946-1958; Cheltenham, 1960-1969) - Qualifications: AOCP 544, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: packer (Newtown, 1930-1931; East Sydney, 1933-1935); engineer (Burwood, 1936-1937; Ashfield, 1943-1958; Cheltenham, 1963-1968) - individual not fully identified * [[/L. Freeman|Freeman, L.]] - 18??-19?? - Licences: XQB Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''FREESTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Roy Freestone|Freestone, Leslie Roy]] [https://www.familysearch.org/tree/person/details/LRCK-NB5] - 1896(Vic)-1982(Vic) - Licences: 3LF Ballarat (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Ballarat, 1916-1920); commercial traveller (Ballarat, 1921-1936); traveller (Brighton, 1937-1954); nil (Geelong, 1977-1980) ===''FRETTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/O'Della Paul Fretten|Fretten, O'Della Paul "Paul"]] [https://www.familysearch.org/tree/person/details/G845-BQH] - 1894(Eng)-1977(Vic) - Licences: 2RU Sydney (Concord, 1928-1930) - Qualifications: AOCP 460, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Concord, 1930; Strathfield, 1933); foreman (Lane Cove, 1936-1937); public servant (St Kilda, 1943); cafe proprietor (Melbourne, 1949); sales manager (St Kilda, 1963); instructor (Brighton, 1967-1968); retired (Malvern East, 1972; Fitzroy North, 1977) ===''FREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Samuel Vernon Frew|Frew, Geoffrey Samuel Vernon]] [https://www.familysearch.org/tree/person/details/G87N-ZC1] - 1909(Vic)-1984(Vic) - Licences: 3PM Melbourne (Glen Iris, 1928-1933; Brighton, 1937-1939, 1946-1956); 3PL Melbourne (Brighton, 1960); 3JK Melbourne (Brighton, 1969); 3PM Melbourne (1975-1980+) - Qualifications: AOCP 402, 1928, No. ?? in Vic; AOLCP 66, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1933); manager (Brighton, 1936-1937); engineer (Footscray, 1943; Brighton, 1949-1980) ===''FRIAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Owen Friar|Friar, Archibald Owen]] [https://www.familysearch.org/tree/person/details/G4LQ-LGV] - 1905(NSW)-1963(NSW) - Licences: 2AO Ulmarra (1929-1931); 2AO Grafton, 1933-1939) - Qualifications: AOCP 504, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chainman (Ulmarra, 1930-1937); garage proprietor (South Grafton, 1943-1963) ===''FROGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard James Frogley|Frogley, Gerard James]] [https://www.familysearch.org/tree/person/details/G7K7-JNM] - 1902(Eng)-1977(Eng) - Licences: 3GF Melbourne (Richmond, 1926-1927) - Qualifications: AOCP 240, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (East Melbourne, 1924); battery mechanic (Richmond, 1925-1931) ===''FRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Turner Fry|Fry, Alfred Turner]] [https://www.familysearch.org/tree/person/details/GDRX-2SL] - 1881(NSW)-1928(Vic) - Licences: 7BG Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: metallurgist (Ballarat, 1917; Queenstown, Tas, 1919-1922; Sandringham, 1924-1927) * [[/Reginald Hall Fry|Fry, Reginald Hall]] [https://www.familysearch.org/tree/person/details/GZ6Y-9WN] - 1891(NSW)-1976(NSW) - Licences: 2KC Sydney (Croydon, 1922-1929; Killara, 1930-1933); 2KC Parkes (1934); 2KC Goulburn (1935-1936); 2KC Wollongong (1937-1939) - Qualifications: cc; AOCP 86, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil engineer (Gordon, 1930; Killara, 1933; Goulburn, 1935-1936; Wollongong, 1937; Killara, 1943-1968); engineer (Killara, 1972) ===''FRYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Norman Fryer|Fryer, Keith Norman]] [https://www.familysearch.org/tree/person/details/G3KH-TZ8] - 1906(Vic)-19??(???) - Licences: 2KF Sydney (Suspension Bridge, 1927-1928) - Qualifications: AOCP 332, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Neutral Bay, 1930-1931; Northbridge, 1934; North Sydney, 1936; Mosman, 1943-1949) ===''FULCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/J. Fulcher|Fulcher, J.]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, (Halcyon, P. 4) ===''FYSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Oakley Fysh|Fysh, Philip Oakley]] [https://www.familysearch.org/tree/person/details/LHNP-534] - 1835(Eng)-1919(Tas) - state politician (MLC Tas, 1860s through 1890s; MHA Tas 1870s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1903-1904) - Relationships: grandfather of 7PF Philip Oakley Fysh * [[/Philip Oakley Fysh|Fysh, Philip Oakley "Phil"]] [https://www.familysearch.org/tree/person/details/L2YS-4ZR] - 1897(Tas)-1966(Tas) - Licences: 7PF Launceston (1925-1927) - Qualifications: cc; AOCP 128, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; radio clubs (Launceston Radio Experimenters' Club, WIA Launceston); WW2 - Relationships: grandson of Philip Oakley Fysh, federal Postmaster-General 1903-1904 - Electoral Rolls: merchant (Launceston, 1922-1954) =='''G'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''GABBERTAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Gabbertas|Gabbertas, Jack]] [https://www.familysearch.org/tree/person/details/GF9C-2W7] - 1915(Eng)-2003(WA) - Licences: 6GB Perth (Maylands, 1936-1939; Mt Hawthorn, 1947-1980+) - Qualifications: cc; AOCP 1810, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, WA, 1937; East Perth, WA, 1943); mechanic (Mt Hawthorn, WA, 1949-1980) ===''GADSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Wilkinson Gadsden|Gadsden, Stanley Wilkinson]] [https://www.familysearch.org/tree/person/details/GM38-WZ2] - 1887(Vic)-1957(Vic) - Licences: 3SW Melbourne (Kew, 1924-1939) - Qualifications: AOCP 26, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; radio clubs (WIA Vic, Chief of Council, 1926); placed 2nd in 3LO amateur broadcasting competition 1926 - Electoral Rolls: printer (Kew, 1908-1915); manufacturer (Kew, 1917-1954) ===''GALLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Galle|Galle, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/GX2P-KXN] - 1912(SA)-2008(SA)96yo - Licences: 5QR Adelaide (Prospect, 1931-1939, 1947-1948; Enfield, 1954-1980+) - Qualifications: cc; AOCP 834, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Jabuk, SA, 1939-1941); schoolteacher (Tailem Bend, SA, 1943) ===''GAMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ray Gamble|Gamble, William Ray "Ray"]] - 1928(NSW)-2011(NSW) - broadcast engineer (BOCP 961, 1948), station manager, radio network principal [https://radioinfo.com.au/news/vale-ray-gamble Radio Info] ===''GAMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Gamon|Gamon, George Arthur]] - 1900(Vic)-1977(???) - 3GG Melbourne (South Yarra, 1925-1926; Middle Park, 1927), amateur operator (AOCP 89, 1925, No. ?? in Vic), amateur broadcaster ===''GARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Garing|Garing, William Henry]] [https://www.familysearch.org/tree/person/details/G8WV-2YG] - 1910(Vic)-2004(NSW) - Licences: Nil identified - Qualifications: AOCP 431, 1928, No. ?? in Vic - amateur operator? - Electoral Rolls: cadet (Point Cook, 1931-1934); airman (Point Cook, 1937); RAAF officer (Townsville, 1943; Point Cook, Vic, 1958; Williamtown, NSW, 1958); executive director (Turramurra, 1968); director (Turramurra, 1980) ===''GARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Raymond Garner|Garner, Alan Raymond]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: PMG technician! (Frankston, 1963-1980) ===''GARNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Garnett|Garnett, Brian]] - 19??(???)-19??(???) - 4AHN Currimundi, amateur operator (AOCP ??, 19??, No. ?? in Qld), ===''GARRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Randolph Garran|Garran, Richard Randolph]] [https://www.familysearch.org/tree/person/details/K822-L54] - 1903(Vic)-1991(ACT) - Licences: 3AW Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (Toorak, 1924-1925); manager (Semaphore, SA, 1941; Caulfield, Vic, 1954-1980) ===''GARRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Benjamin Walter Garrett|Garrett, Horace Benjamin Walter]] [https://www.familysearch.org/tree/person/details/G7PD-9SV] - 1906(Vic)-1979(Vic) - Licences: 3JI Melbourne (Box Hill, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster - Electoral Rolls: sales (Box Hill, 1928-1934); radio mechanic (Box Hill, 1936); salesman (Box Hill, 1943-1977) ===''GARTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Garth|Garth, Reginald]] [https://www.familysearch.org/tree/person/details/G8DX-47Z] - 1903(Eng)-1959(Tas) - Licences: 2VZ Sydney (Coogee, 1930; Clovelly, 1931-1933; Bankstown, 1934-1936); 4VZ Mackay (1937-1939); 3SF Melbourne (Preston, 1948; Seaford, 1954); 7RG Trevallyn, 1955-1956) - Qualifications: cc; AOCP 584, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Clovelly, NSW, 1930-1933); mechanic (Bankstown, NSW, 1934-1936); electrician (Slade Point, Qld, 1937-1943; Beaconsfield, Tas, 1958) ===''GAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Holman Gay|Gay, Augustus Holman]] [https://www.familysearch.org/tree/person/details/G8PF-938] - 1902(Vic)-1984(Vic) - Licences: 3SM Warragul (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Warragul, 1927-1934); engineer (South Yarra, 1936-1954); electrical engineer (Kew, 1963-1980) * [[/Vivian James Gay|Gay, Vivian James]] [https://www.familysearch.org/tree/person/details/LYT8-VJJ] - 1908(NSW)-1999(Qld) - Licences: 2VI Sydney (Chatswood, 1935-1939; North Sydney, 1946-1947; Lane Cove, 1948-1965); 2VI Burradoo (1980+) - Qualifications: cc; AOCP 1510, 1935, NSW - amateur operator; amateur broadcaster - Electoral Rolls: printer (Artarmon, 1930-1937; Chatswood, 1943); master printer (Lane Cove, 1949-1968); printer (Artarmon, 1972); retired (Burradoo, 1977-1980) ===''GEAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Vivian Geake|Geake, Wilfred Vivian]] [https://www.familysearch.org/tree/person/details/GXTF-H1J] - 1893(SA)-1974(SA) - Licences: 5BR Receive Kooringa (1922); 5BR Receive (Murray Bridge, 1923); Receive Murray Bridge (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hillside, SA, 1939) ===''GEDDES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Albert Geddes|Geddes, Frank Albert]] - 1901(NSW)-1922(NSW) - 2GC Sydney (Waverley, 1922, receive only), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), radio clubs (Waverley Radio Club), due to age licence held in name of father Francis G Geddes ===''GEEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Leslie Geeves|Geeves, Philip Leslie "Phil"]] [https://www.familysearch.org/tree/person/details/G88C-Y8Y] - 1917(NSW)-1983(NSW) - radio broadcaster (VK2ME, 2CH, ABC); employment (AWA, 1937-1970s); journalist (SMH); historian (AWA, broadcasting); awards (OAM, 1980) - Electoral Rolls: radio executive (Bexley, 1949-1963); executive (Hurstville South, 1972-1980) ===''GEISEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elizabeth Aileen Geisel|Wallace nee Geisel, Elizabeth Aileen "Betty"]] [https://www.familysearch.org/tree/person/details/GXK7-NJ4] - 1921(SA)-2000(SA) - Licences: 5YL Murray Bridge (1936-1939) - Qualifications: cc; AOCP 1788, 1936, SA; 2COCP 448, 1941; 1COCP 544, 1941 - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: Nil yet identified - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''GEORGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Heinrich Alfred August George|George, Heinrich Alfred August "Henry", "Harry"]] [https://www.familysearch.org/tree/person/details/G387-XZ4] - 1899(Vic)-1968(Vic) - Licences: 3ZP Melbourne (Footscray, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1919-1963) ===''GEORGESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Georgeson|Georgeson, James]] [https://www.familysearch.org/tree/person/details/LTS1-17Q] - 1897(Eng)-1976(Taiwan) - Licences: 5JD Adelaide (Glenelg, 1936-1938); 2AKU Sydney (Neutral Bay, 1939; Granville, 1946-1947; Artarmon, 1948-1954; Lane Cove (1955); Artarmon (1956-1975) - Qualifications: cc; AOCP 1783, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, NSW, 1943); engineer (Artarmon, NSW, 1949-1954); electrical engineer (Artarmon, NSW, 1963-1968); engineer (Artarmon, NSW, 1972) ===''GERAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/James Anselm Geraghty|Geraghty, James Anselm]] [https://www.familysearch.org/tree/person/details/GZVD-VY9] - 1877(???)-1969(Qld) - Licences: 4CS Receive Townsville (1923); 4CS Townsville (1923-1924); 4CS Brisbane (Nudgee, 1924); 4CS Gympie (1924); 4CS Townsville (1925); 4CS Gympie (1925-1927); 2JG Wagga Wagga (1929); 7CB Launceston (1931); 4CB Brisbane (Nudgee, 1933); 4AC Bundaberg (1934) - Qualifications: AOCP 186, 1925, No. 17 in Qld - amateur operator; amateur broadcaster; minister of religion and teacher (Christian Brothers) - Electoral Rolls: teacher (Ballarat, 1906; Gympie, 1909-1913; Dunedin, 1914-1916; South Brisbane, 1919-1925; Tamworth, 1930; Bundaberg, 1934; Ipswich, 1943; Albion, 1949; Gympie, 1954); retired (Boondall, 1958-1968) ===''GIBBON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Foster Gibbon|Gibbon, Thomas Foster]] [https://www.familysearch.org/tree/person/details/G857-MWS] - 1896(Vic)-1965(Vic) - Licences: XJAV Melbourne (Kew, 1913-1914); Receive (Valve) Melbourne (Kew, 1923); 3XZ Melbourne (Kew, 1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: student (Kew, 1919-1925); electrical engineer (Kew, 1928-1954); engineer (Kew, 1963) ===''GIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gibbons|Gibbons, Frederick]] [https://www.familysearch.org/tree/person/details/L2XB-YRJ] - 1907(Wales)-19??(???) - Licences: 2FG Sydney (Neutral Bay, 1926-1930) - Qualifications: AOCP 255, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: no occupation (Neutral Bay, 1930); clerk (Gordon, 1954-1968); director (Turramurra, 1972-1977) ===''GIBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. G. Gibson|Gibson, E. G.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Ormiston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified *[[/Edgar McLean Gibson|Gibson, Edgar McLean]] [https://www.familysearch.org/tree/person/details/GS5W-SM5] - 1877(Qld)-1969(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1925), possibly held on behalf of son Leighton - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radio clubs - Relationships: father of 4AN William Leighton Gibson - Electoral Rolls: electrical engineer (Toowoomba, 1908-1917; Greenslopes, 1922); engineer (Manly, 1936-1937; Hawthorne, 1943-1968) *[[/George Holland Gibson|Gibson, George Holland]] [https://www.familysearch.org/tree/person/details/MXPG-HB4] - 1892(Qld)-1978(Qld) - Licences: XQG Brisbane (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: carpenter (Fortitude Valley, 1915-1917); mechanic (Newmarket, 1919-1928; New Farm, 1937-1943); telephone technician (Bulimba, 1954-1977) * [[/Richard Leslie Gibson|Gibson, Richard Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9QNS-G8V] - 1900(NSW)-1976(NSW) - Licences: 2GH Alstonville (1930-1939) - Qualifications: AOCP 578, 1930, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Alstonville, 1930-1949); retired (Alstonville, 1963-1968; Ballina, 1972) * [[/William Gerrand Gibson|Gibson, William Gerrand]] [https://www.familysearch.org/tree/person/details/LWJY-5G9] - 1869(Vic)-1955(Vic) - Politician, Federal Postmaster-General 1923-1929 [https://adb.anu.edu.au/biography/gibson-william-gerrand-6313 ADB] *[[/William Leighton Gibson|Gibson, William Leighton "Leighton" & "Gibby"]] [https://www.familysearch.org/tree/person/details/GS5W-Q7S] - 1907(Qld)-1995(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1927) - Qualifications: AOCP 73, 1925, No. 7 in Qld - amateur operator; amateur broadcaster; journalist (QRN "Bananalander"); wireless business employee (Phillips Radio) - Relationships: son of 4AN Edgar McLean Gibson - Electoral Rolls: salesman (Manly, Qld, 1936-1937; Camp Hill, Qld, 1943); manager (Balgowlah, NSW, 1949); business executive (Balgowlah, NSW, 1958); regional representative (Palm Beach, Qld, 1963-1980) ===''GIDDINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hudson Giddings|Giddings or Whitney, Albert Hudson]] [https://www.familysearch.org/tree/person/details/GXR4-PDP] - 1914(Vic)-19??(???) - Licences: 5FI Adelaide (Nailsworth, 1935-1937) - Qualifications: cc; AOCP 1556, 1935, SA; 1COCP 102, 1936 - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant, Signals) - Electoral Rolls: PMG employee (Sale, Vic, 1968); technician (Elwood, Vic, 1972); clerk (Hughs, ACT, 1977-1980) - Links: [https://vwma.org.au/explore/people/612780 VWMA] * [[/Albert William James Giddings|Giddings, Albert William James]] [https://www.familysearch.org/tree/person/details/9711-NG3] - 1909(Vic)-1983(Vic) - Licences: 3DG Stratford (1935-1939); 3DG Numurkah (1947-1948); 3DG Lancefield (1954-1969); - Qualifications: cc; AOCP 1574, 1935, SA - amateur operator; amateur broadcaster;; WW2 (RAAF, Warrant Officer) - Electoral Rolls: bank official (Culgoa, Vic, 1931); bank clerk (Pakenham East, Vic, 1934); bank officer (Stratford, Vic, 1936-1937); warrant officer RAAF (Point Cook, Vic, 1942); bank official (Numurkah, Vic, 1949) ===''GILFILLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles Kent Gilfillan|Gilfillan, William Charles Kent]] [https://www.familysearch.org/tree/person/details/GDPF-93Q] - 1869(NSW)-1952(NSW) - Licences: 2AM Receive Sydney (Greenwich, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: independent means (Manly, 1913); soldier (Manly, 1930-1935); no occupation (Redfern, 1937); manufacturer (Mosman, 1943-1949) ===''GILHOOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Forrest Gilhooley|Gilhooley, Joseph Aloysius Forrest]] [https://www.familysearch.org/tree/person/details/GDPF-L6N] - 1877(NSW)-1950(NSW) - Licences: 2AH Receive Sydney (Woollahra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: clerk (Darlinghurst, 1903; Hunters Hill, 1930-1935); traveller (Hunters Hill, 1937-1949) ===''GILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Stewart Gill|Gill, Alan Stewart]] [https://www.familysearch.org/tree/person/details/GH6B-JQ4] - 1907(NSW)-1983(Tas) - Licences: 7AS Launceston (1925-1927) - Qualifications: cc; AOCP 191, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; scientist & engineer (Electrolytic Zinc Co) - Electoral Rolls: research chemist (Hobart Central, 1928; Sandy Bay, 1936-1949); chemist (Hobart South, 1954) * [[/Alfred Wyatt McKenzie Gill|Gill, Alfred Wyatt McKenzie]] [https://www.familysearch.org/tree/person/details/GDBP-B8D] - 1908(NSW)-1959(NSW) - Licences: 2TS Receive Sydney (Killara, 1923); 2TS Sydney (Killara, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: barrister (Killara, 1933-1937; Wahroonga, 1949); soldier (Wahroonga, 1943); airline officer (Wahroonga, 1954-1958) ===''GILLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Rex Gregory Gillett|Gillett, Clarence Rex Gregory]] [https://www.familysearch.org/tree/person/details/GWJC-ZDW] - 1919(SA?)-2020(SA) - prominent MW and SW broadcast DXer (1940-1990), clubs (All Wave All World DX Club, Australian DX Radio Club (SA Branch), South Australian DX Radio Club, Australian Radio DX Club, Southern Cross DX Club, DX Australia, New Zealand Radio DX League) - substantial portion (100+) of QSL collection survives (SSD, NFSA) ===''GILLHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman William Gillham|Gillham, Norman William]] [https://www.familysearch.org/tree/person/details/GMTT-M8V] - 1906(Tas)-1994(Tas) - Licences: Receive Hobart (Sandy Bay, 1923-1924); 7NW Hobart (Sandy Bay, 1925-1927) - Qualifications: cc; AOCP 176, 1925, No. ?? in Tas; CPRT 944, 1927 - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Sandy Bay, 1928); joiner (Queensborough, 1936-1937); builder (Nelson, 1943-1954) ===''GILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Clifford Gillon|Gillon, Peter Clifford]] [https://www.familysearch.org/tree/person/details/GD7M-X53] - 1895(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 99, 1915 - Coastal wireless operator - Electoral Rolls: operator (Bondi, 1934); radio telegraphist (Crow's Nest, NSW, 1936; Cooktown, Qld, 1937; Townsville, 1943); telegraphist (Kensington, NSW, 1949-1954; Cremorne, 1958); radio operator (Cremorne, 1963-1968) ===''GILMOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Stanley Gilmour|Gilmour, Norman Stanley]] [https://www.familysearch.org/tree/person/details/GZZD-PVG] - 1890(Vic)-1962(NSW) - Licences: 2ZU Sydney (Neutral Bay, 1923-1930; Potts Point, 1931; City, 1933-1939; Mosman, 1948-1960) - Qualifications: cc; AOCP 28, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: director (Neutral Bay, 1930); business manager (Darlinghurst, 1931); engineer (Darlinghurst, 1934-1937; Mosman, 1943-1958) ===''GINBEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Haldane Ginbey|Ginbey, Ian Haldane]] [https://www.familysearch.org/tree/person/details/GFM1-73N] - 1913(WA)-1962(WA) - Licences: 6IG Perth (Fremantle, 1938-1939; Bicton, 1947-1948; Attadale, 1954-1960) - Qualifications: cc; AOCP 2084, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (South Fremantle, WA, 1936; Fremantle, WA, 1937; South Fremantle, WA, 1943); salesman (Melville, WA, 1958) ===''GINGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ubitt Victor Ginger|Ginger, Ubitt Victor]] [https://www.familysearch.org/tree/person/details/GS5P-G76] - 1891(NSW)-1943(NSW) - Licences: 2LF Receive Sydney (Mosman, 1922-1923); 2LF Sydney (Mosman, 1922-1924; North Sydney, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; police officer - callsign 2LF to L. R. Filmer, Toronto from Sep 1925, Bracken from 1933 - Electoral Rolls: constable (Chatswood, 1930-1933); police constable (Marrickville, 1934); constable (Naremburn, 1936-1937) ===''GINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Ginn|Ginn, Ernest George]] [https://www.familysearch.org/tree/person/details/GXZC-95C] - 1917(Qld)-2015(Qld) - Licences: 4GE Townsville (1936-1939; 1946-1948); 4GE Brisbane (Hendra, 1955-1980+) - Qualifications: cc; AOCP 1749, 1936, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ), military (WW2, RAAF, AIF); employment (life insurance agent) - Electoral Rolls: salesman (Townsville, Qld, 1943); shop assistant (Windsor, Qld, 1949); salesman (Hendra, Qld, 1954-1980) ===''GIVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/L. James M. Givens|Givens, L. James M. "James"]] [https://www.familysearch.org/tree/person/details/G8LX-7WR] - 1905(Vic)-1957(Vic) - Licences: 3EP Receive Melbourne (Canterbury, 1922-1923); 3EP Melbourne (Canterbury, 1924-1927); 3XY Melbourne (Canterbury, 1931) - Qualifications: cc; CPRT 849, 1925; AOLCP 121, 1933 - amateur operator, amateur broadcaster - Electoral Rolls: wireless officer (Canterbury, 1931-1937; Camberwell, 1943); photographer (Delbridge, 1954) ===''GLASSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Ronald John Glassop|Glassop, Ronald John]] [https://www.familysearch.org/tree/person/details/LBZX-P8N] - 1910(NSW)-1996(Qld) - Licences: 2RF Newcastle (City, 1934-1935; Blackhalls, 1936; Hamilton East, 1937); 4BG Brisbane (Clayfield, 1937-1939); 4BG Maryborough (1947-1969); 4BG North Tamborine (1980) - Qualifications: cc; AOCP 1288, 1934, NSW - amateur operator; amateur broadcaster; WW2; insurance assessor - Electoral Rolls: no occupation (Newcastle, NSW, 1932-1935); clerk (Hamilton, NSW, 1937); insurance inspector (Clayfield, Qld, 1937); insurance secretary (Maryborough, Qld, 1949-1968); retired (Miami, Qld, 1972; Mt Tamborine, Qld, 1977-1980) ===''GLOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Frederick Glover|Glover, Alexander Frederick or Frederick Alexander]] [https://www.familysearch.org/tree/person/details/L246-XZ6] - 1925(Vic)-2001(Vic) - Licences: 3AFG Sale (1948-1980+) - Qualifications: cc; AOCP 2705, 1948, Vic - amateur operator; amateur broadcaster - Electoral Rolls: operator (Sale, 1949); mechanic (Sale, 1954-1980) * [[/Arthur James George Glover|Glover, Arthur James George]] [https://www.familysearch.org/tree/person/details/2MT8-CZ8] - 1907(Vic)-1977(Vic) - Licences: 3AG Melbourne (Box Hill, 1928-1931; Surrey Hills, 1933); 3AG Warrnambool (1937-1939); 3AG Melbourne (Box Hill, 1946-1960; Camberwell, 1965-1975) - Qualifications: cc; AOCP 392, 1928, No. ?? in Vic; CPRT 1129, 1928; 2COCP 153, 1930; 1COCP 29, 1930 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Box Hill, 1931); engineer (Box Hill, 1936); radio engineer (Warrnambool, 1937); engineer (Canterbury, 1943; Box Hill, 1949-1954); automation engineer (Camberwell, 1963-1968); engineer (Camberwell, 1972-1977) * [[/Maurice Glover|Glover, Maurice]] [https://www.familysearch.org/tree/person/details/G8SK-25R] - 1912(Vic)-2003(Tas) - Licences: 7MG Hobart (Sandy Bay, 1938-1939, 1946-1948); 7MG Swansea (1954-1980+) - Qualifications: cc; AOCP 2129, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Nelson, 1943); no occupation (Swansea, 1949; Nelson, 1954) * [[/Maxwell Arthur Glover|Glover, Maxwell Arthur "Max"]] [https://www.familysearch.org/tree/person/details/G8SK-58X] - 1902(Vic)-1982(Vic) - Licences: 3GB Receive Melbourne (Auburn, 1922); 3GB Melbourne (Camberwell, 1924-1925) - Qualifications: No record of AOCP; 3COCP 671, 1948 - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Camberwell, 1924-1934); wool buyer (Toorak, 1935-1936; South Yarra, 1937); director (Malvern, 1949-1980) ===''GLUSKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Gluskie|Gluskie, C. R.]] - 19??(???)-19??(???) - Licences: Receive Hobart (New Town, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''GODDARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Endacott Goddard|Goddard, John Endacott]] [https://www.familysearch.org/tree/person/details/KNBM-L27] - 1914(WA)-1943(Crete) - Licences: 6JG Perth (North Perth, 1935-1939) - Qualifications: AOCP 1427, 1935, WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Fremantle, 1936) - Sacrifice: "Greater love hath no man than this" - Links: [https://aviationmuseumwa.org.au/afcraaf-roll/goddard-john-endacott-406692/ Aviation Museum WA]; [https://anzac.site/greece/crete-operation-thesis-goddard/ Operation Thesis]; [https://www.awm.gov.au/collection/R1703409 AWM Roll of Honour] ===''GOFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Goford|Goford, Thomas William]] [https://www.familysearch.org/tree/person/details/GXZH-W3H] - 1898(Eng)-1986(Qld) - Licences: 4MI Mount Isa (1936-1939) - Qualifications: cc; AOCP 1675, 1936, Qld; BOCP 387, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Mt Isa, Qld, 1937); broadcasting technician (Goonellabah, NSW, 1943); DCA technician (Alice Springs, NT, 1954-1963) ===''GOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Henry Yarburgh Gold|Gold, Clifford Henry Yarburgh or Yarborough "Cliff"]] [https://www.familysearch.org/tree/person/details/L19B-YYC] - 1906(Qld)-1986(Qld) - Licences: 4CG Brisbane (Hill End, 1926-1931); 4CG Toowoomba (1933-1939, 1946-1980+) - Qualifications: AOCP 262, 1926, No. 21 in Qld; AOLCP 186, 1934 - amateur operator, amateur broadcaster, broadcast engineer (4GR) - Electoral Rolls: shop assistant (West End, 1928-1931); radio operator (Toowoomba, 1934); projectionist (Toowoomba, 1936-1963); radio technician (Balmoral, 1968-1977) - Relationships: nephew of 4EG Edward Edwin Gold; also Doug & Geoff * [[/Douglas Edward Gold|Gold, Douglas Edward]] [https://www.familysearch.org/tree/person/details/G8RL-XQB] - 1917(NSW)-1964(Qld) - Licences: Nil yet identified - Qualifications: BOCP 254, 1939 - amateur operator; amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Geoffrey Kilvington Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio technician (Toowoomba, 1943-1949); assistant manager (Toowoomba, 1954-1958) * [[/Edward Edwin Gold|Gold, Edward Edwin "Ted"]] [https://www.familysearch.org/tree/person/details/L13Q-WZV] - 1894(Qld)-1961(Qld) - Licences: 4EG Toowoomba (1924-1939, 1946-1960) - Qualifications: AOCP 7, 1924, No. 1 in Qld - amateur operator; amateur broadcaster; awarded Class B licence for 4GR Toowoomba; commercial broadcast station proprietor (4GR); Relationships: father of Geoffrey Kilvington Gold; uncle of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: mechanic (Toowoomba, 1925-1958) * [[/Geoffrey Kilvington Gold|Gold, Geoffrey Kilvington]] - 1943(Qld)-1971(Qld) - Licences: Nil yet identified - Qualifications: BOCP 2210, 1963; AOLCP 1608, 1964 - amateur operator, amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Douglas Edward Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio broadcaster (Annerley, 1968) ===''GOLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick John Golden|Golden, Patrick John]] [https://www.familysearch.org/tree/person/details/GSFG-R49] - 1893(Ire)-1943(Qld) - Licences: 4PG Brisbane (Wynnum South, 1927) - Qualifications: cc; Nil yet identified (likely UK) - ship wireless operator; amateur operator; amateur broadcaster; radio business proprietor; WW2 - Electoral Rolls: salesman (Wynnum Heights, 1928-1931); radio dealer (Clayfield, 1936-1937); radio operator (Flying boat base, Karumba, 1943) - Sacrifice: "Greater love hath no man than this" ===''GOLDSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Herbert Goldsmith|Goldsmith, Frank Herbert]] [https://www.familysearch.org/tree/person/details/93SX-QL8] - 1895(WA)-1974(WA) - Licences: 6FG Perth (Nedlands Park, 1927-1939) - Qualifications: cc; AOCP 377, 1927, No. ?? in WA - amateur operator; amateur broadcaster; radio journalist - Electoral Rolls: clerk (West Perth, 1917); journalist (Bunbury, 1921-1922; Nedlands, 1925-1949; Roleystone, 1954-1958); retired (Rossmoyne, 1968-1972) * [[/Gordon William Goldsmith|Goldsmith, Gordon William]] [https://www.familysearch.org/tree/person/details/GZWR-BKR] - 1914(SA)-1998(SA) - Licences: 5HM Cowandilla (1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1629, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Cowandilla, SA, 1939-1943) ===''GOLDSWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Goldsworthy|Goldsworthy, William John]] [https://www.familysearch.org/tree/person/details/M4D7-C24] - 1910(Qld)-1950(Qld) - Licences: 4WA Brisbane (Valley, 1934-1939); 4WA Rockhampton (1947-1948)- Qualifications: cc; AOCP 1341, 1934, Qld; 2COCP 1112, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Valley, Qld, 1934-1943); aeradio operator (Rockhampton, Qld, 1949) ===''GOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jasper Claude Golley|Golley, Jasper Claude]] [https://www.familysearch.org/tree/person/details/GXGK-S1F] - 1904(SA)-1958(SA) - Licences: 5JX Adelaide (Glenelg, 1935-1937; Glengowrie, 1938-1939; Seacliff, 1948-1955) - Qualifications: cc; AOCP 1522, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: schoolteacher (Glengowrie, SA, 1939-1941; Seacliff, SA, 1943) ===''GOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Good|Good, Edward Joseph]] [https://www.familysearch.org/tree/person/details/GMS7-P78] - 1864(Vic)-1931(Vic) - Licences: 3HQ Glenrowan (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Taminick, 1903); traveller (Taminick, 1909-1930) ===''GOODE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Russell Goode|Goode, Arthur Russell]] - 1889(Vic)-1971(Vic) - XLK Melbourne (Moonee Ponds, 1913), early wireless experimenter (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), PMGD (telegraphist, Central Office, Melbourne, 1903-1921), Listener-In (journalist; editor), author several books, grandfather of Michael Goode 3BDL * [[/Michael Goode|Goode, Michael]] - 3ZYY Melbourne (Canterbury, 1969+), 3BDL Melbourne, amateur operator (AOCP ??, 1968, No. ?? in Vic), historian (amateur radio, 5 metres), grandson of XLK Arthur Russell Goode ===''GORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence Arthur Gorman|Gorman, Clarence Arthur]] [https://www.familysearch.org/tree/person/details/GHLZ-X8H] - 1895(NSW)-1970(NSW) - Licences: XCG Sydney (Oatley, 1913-1914); 2EC Receive Sydney (Arncliffe, 1922); 2EC Sydney (Arncliffe, 1923-1925); 2CG Sydney (Rockdale, 1925-1929); designated operator 2UI Illawarra Radio Club (Kogarah, 1923-1925) - Qualifications: cc; AOCP 222, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Comment: NSW winner 1923 Trans-Pacific Tests - Electoral Rolls: plumber (Rockdale, 1930-1931; Kogarah, 1932-1943; Hargrave Park, 1949; Villawood, 1954-1963) ===''GOSTELOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Victor Gostelow|Gostelow, Alfred Victor]] [https://www.familysearch.org/tree/person/details/LVVQ-PCX] - 1897(NSW)-1975(NSW) - Licences: XABD Dorrigo (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: accountant (Uralla, 1930-1936; Scone, 1937-1949; Terrigal, 1954-1968); retired (Terrigal, 1972) ===''GOTTING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Benjamin Gotting|Gotting, Herbert Edward Benjamin]] [https://www.familysearch.org/tree/person/details/GDLY-HLD] - 1889(NSW)-1965(NSW) - Licences: N760 Receive Braemar (1922); 2ID Receive Braemar (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Braemar, 1930); electrician (Mittagong, 1936-1937); engineer (Mittagong, 1949-1963) ===''GOVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Neville Govan|Govan, Walter Neville]] [https://www.familysearch.org/tree/person/details/L2XF-YDT] - 1905(Vic)-1956(SA) - Licences: 5WG Port Pirie (1934-1939); 5WG Crystal Brook (1947-1956) - Qualifications: cc; AOCP 1273, 1934, SA; BOCP 40, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: lead burner (Port Pirie, SA, 1939-1941); mechanic (Crystal Brook, SA, 1943) ===''GOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Selwyn Harry James Gover|Gover, Selwyn Harry James]] [https://www.familysearch.org/tree/person/details/GXNM-D2L] - 1903(Qld)-19??(???) - Licences: Receive (Crystal) Brisbane (Nundah, 1924) - Qualifications: cc; CPRT 789, 1923; 2COCP 43, 1929; 1COCP 249, 1939 - amateur receiver; ship wireless officer - Electoral Rolls: wireless operator (Annerley, Qld, 1925); marine radio officer (East Brisbane, Qld, 1949-1968) ===''GOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gelston Stewart Gow|Gow, Gelston Stewart]] [https://www.familysearch.org/tree/person/details/G7HP-61D] - 1895(NSW)-1974(NSW) - Licences: XBW Sydney (Burwood, 1913-1914); 2GG Sydney (City, 1928-1930) - Qualifications: AOCP 411, 1928, No. ?? in NSW - early wireless experimenter, amateur operator, amateur broadcaster, WW1 - Electoral Rolls: manufacturer (Darlinghurst, 1930); electrician (Darlinghurst, 1933-1943); manufacturer (Darlinghurst, 1954-1972) ===''GOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Nelson James Gowlett|Gowlett, Frank Nelson James]] [https://www.familysearch.org/tree/person/details/G619-PYV] - 1891(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; 1COCP 163, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio operator (Townsville, 1925); wireless operator (Maroubra, 1930-1931); radio telegraphist (Maroubra, 1934-1937; Cooktown, 1943-1949; Maroubra, 1949); radio officer (Maroubra, 1958-1963) ===''GOYDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil William Goyder|Goyder, Cecil William]] - about 1906(Eng)-1980(NJ, USA) - G2SZ England, amateur operator [http://www.clement-jones.com/ps03/ps03_313.html] ===''GRAHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Ernest Graham|Graham, Donald Ernest "Don"]] - 1933(WA)-2012(WA) - 6HK Perth (Mount Hawthorn, 1954-1956; Wembley Downs, 1960-1980+) - amateur operator (AOCP 3162, 1951, No. ?? in WA) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC), DoC / DoTaC (WA State Broadcasting Engineer) - a good life, well lived [https://stephbg.livejournal.com/669733.html] * [[/James Alexander Graham|Graham, James Alexander]] [https://www.familysearch.org/tree/person/details/G979-6RF] - 1905(Sct)-1985(Qld) - Licences: 4JQ Brisbane (Ekibin, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 2058, 1937, Qld; 1COCP 510, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Ekibin, Qld, 1937-1954) * [[/William Denton Graham|Graham, William Denton]] [https://www.familysearch.org/tree/person/details/GZGS-KB5] - 1895(Tas)-1986(NSW) - Licences: 2RR Receive Sydney (Rockdale, 1923-1925); 2WG Sydney (Rockdale, 1926-1930) - Qualifications: AOCP 227, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: law clerk (Rockdale, 1930-1937); process worker (Bondi Junction, 1943); iron worker (Rockdale, 1949-1968); machinist (Rockdale, 1977); retired (Liverpool, 1980) * [[/William Thompson Graham|Graham, William Thompson]] [https://www.familysearch.org/tree/person/details/GDR1-SL3] - 1902(Sct)-1987(Tas) - Licences: 7BV Receive St Mary's (1923); Receive St Mary's (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: grocer's assistant (St Mary's, 1925-1954); ===''GRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin John Rawle Grant|Grant, Colin John Rawle]] [https://www.familysearch.org/tree/person/details/GZBZ-BXF] - 1902(Qld)-2000(Qld) - Licences: 4JG Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 310, 1926, No. 32 in Qld - amateur operator; amateur broadcaster; accountant - Electoral Rolls: clerk (Wooloowin, 1925-1934); security officer (Eagle Junction, 1936); auditor (West Nundah, 1937); retired (Southport, 1968-1980) * [[/James Grant|Grant, James]] - 19??(???)-19??(???) - Licences: 2DP Newcastle (Stockton, 1929-1930) - Qualifications: AOCP 555, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: * [[/William Patrick Grant|Grant, William Patrick "Bill"]] [https://www.familysearch.org/tree/person/details/GXZJ-YJC] - 1917(Ireland)-19??(Ireland) - Licences: 4WU Brisbane (Indooroopilly, 1936-1939) - Qualifications: cc; AOCP 1801, 1936, Qld; 2COCP 269, 1939 - amateur operator; amateur broadcaster; ship wireless officer; air controller (Shannon Airport) - Electoral Rolls: Nil yet identified ===''GRANTHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Richard Grantham|Grantham, Sidney Richard "Sid"]] [https://www.familysearch.org/tree/person/details/GXZ6-B8S] - 1920(Qld)-2003(Qld) - Licences: 4SG Toowoomba (1938-1939, 1946-1956); 4SG Brisbane (Wavell Heights, 1960; Hendra, 1965-1980+) - Qualifications: cc; AOCP 2083, 1938, Qld; 1COCP 927, 1945 - amateur operator; amateur broadcaster; radio clubs (WIAQ, IREE, RFDS council); military (WW2, RAAF, wireless officer); federal public servant (DCA, Aeradio; PMGD/DoC, radio inspector); broadcast technician (4GR) - Electoral Rolls: RAAF (Yerongpilly, Qld, 1943); broadcast engineer (Harristown, Qld, 1949); engineer (East Toowoomba, Qld, 1954; Toowoomba South, Qld, 1958); radio inspector (Hendra, Qld, 1963-1980) ===''GRANVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Florence Violet Granville|Granville (nee) / Wallace / McKenzie, Florence Violet "Mrs Mac"]] [https://www.familysearch.org/tree/person/details/LRR8-ZWS] - 1890(Vic)-1982(NSW) - 2GA Sydney (Sydney, 1922-1924; Greenwich, 1925-1939), 2FV Sydney (Sydney, 1946-1950; Circular Quay, 1954; Greenwich, 1955-1958), amateur operator (AOCP 109, 1925, No. ?? in NSW), amateur broadcaster, engineer, business proprietor, signals instructor - Links: [https://adb.anu.edu.au/biography/mckenzie-florence-violet-15485 ADB] ===''GRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Gray|Gray, A. J.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Albert Howell Gray|Gray, Albert Howell "Dave"]] [https://www.familysearch.org/tree/person/details/GZXM-J83] - 1907(NSW)-2004(NSW) - Licences: 2IJ Receive Sydney (Killara, 1922); 2IJ Sydney (Killara, 1923-1939, 1946-1969; Whale Beach, 1975-1980+); 2AG Sydney (McMahons Point, 1931-1938; Lane Cove, 1939); 2APV Sydney (McMahons Point, 1954; Strathfield, 1955-1980+) - Qualifications: cc; AOCP 90, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: student (Killara, 1930-1936); engineer (Killara, 1937-1968; Whale Beach, 1977-1980) * [[/Frank Malcolm Gray|Gray, Frank Malcolm]] [https://www.familysearch.org/tree/person/details/LBBV-5XS] - 1910(SA)-2011(Qld)100yo - Licences: 5MU Adelaide (Toorak Gardens, 1932-1933); 5SU Adelaide (Toorak Gardens, 1937-1939, 1948) - Qualifications: cc; AOCP 1017, 1932, SA - amateur operator; amateur broadcaster; WW2 - Callsign: 5MU possibly withdrawn for 5MU Murray Bridge - Electoral Rolls: civil servant (Toorak Gardens, 1939) * [[/George Henry Boulderson Gray|Gray, George Henry Boulderson]] [https://www.familysearch.org/tree/person/details/LTTN-WVM] - 1912(Qld)-2010(Qld) - Licences: 4JP Brisbane (Ascot, 1936-1939, 1946-1980+) - Qualifications: cc; AOCP 1796, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Ascot, Qld, 1936-1943); sound engineer (Ascot, Qld, 1949-1980) ===''GREEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Green|Green, Albert Ernest]] - 1869(Vic)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - State & Federal politician; Postmaster-General (1931-1932) - Electoral Rolls: - Links: [[w:Albert Green (Australian politician)|Wikipedia]] * [[/Herman Rowland Green|Green, Herman Rowland]] [https://www.familysearch.org/tree/person/details/LK9P-LGY] - 1915(SA)-1985(SA) - Licences: 5OJ Adelaide (Prospect, 1936-1939) - Qualifications: cc; AOCP 1679, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/J. Green|Green, J.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Yeronga, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter William Green|Green, Walter William]] [https://www.familysearch.org/tree/person/details/GXB7-R87] - 1911(WA)-2012(WA) - Licences: 6WG Albany (1936-1937); 6WG Wiluna (1937-1939); 6WG Albany (1947-1960); 6WG Derby (1965); 6WG Norseman (1969); 6WG Albany (1975-1980) - Qualifications: cc; AOCP 1676, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Albany, WA, 1936); fitter (Albany, WA, 1958-1963); plant inspector (Norseman, WA, 1968); mechanic (Albany, WA, 1972-1980) ===''GREENHALGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Neal Greenhalgh|Greenhalgh, Kenneth Neal]] [https://www.familysearch.org/tree/person/details/G8ZT-NGD] - 1909(NSW)-2002(NSW) - Licences: 2KG Newcastle (Hamilton, 1929-1930; Rooty Hill, 1931; Sandgate, 1933; Mayfield West, 1934-1939; New Lambton, 1946-1956; Adamstown Heights, 1957-1980+) - Qualifications: AOCP 550, 1929, No. ?? in NSW; AOLCP 73, 1932; 1COCP 839, 1944; TVOCP 18, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Hamilton, 1930); broadcasting engineer (2KO Sandgate, 1933); engineer (Mayfield, 1934-1937); radio engineer (New Lambton, 1943-1954; Adamstown, 1958-1968; Adamstown Heights, 1977-1980) ===''GREENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold John Greenham|Greenham, Arnold John]] [https://www.familysearch.org/tree/person/details/GXH9-QQS] - 1907(Qld)-1973(Qld) - Licences: 4EE Receive Brisbane (South Brisbane, 1923); 4AG Brisbane (South Brisbane, 1933); 4AG Gympie (1934); 4AG Innisfail (1937-1939); 4AG Brisbane (South Brisbane, 1946-1948); 4AG Caloundra (1954-1956); 4AG Brisbane (Kallangur, 1960-1969) - Qualifications: cc; AOCP 1040, 1932, No. ?? in Qld; 1COCP 807, 1944 - amateur operator; amateur broadcaster; bank employee (NAB) - Electoral Rolls: bank clerk (Gympie, 1936; Innisfail, 1937; South Brisbane, 1943-1949); not stated (Caloundra, 1954-1958); retired (Kallangur, 1963-1972) ===''GREENHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alexander Greenhill|Greenhill, George Alexander]] [https://www.familysearch.org/tree/person/details/LT3K-GWN] - 1904(Qld)-1970(Qld) - Licences: 4LE Brisbane (West End, 1934-1939) - Qualifications: cc; AOCP 1348, 1934, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Brisbane City, Qld, 1925); ceiling fixer (Wooloowin, Qld, 1928); cleaner (West End, Qld, 1937; Archerfield, Qld, 1943); steward (Wilston, Qld, 1949); metal finisher (Wooloowin, Qld, 1954); barman (Kirra, Qld, 1958); caretaker (Caloundra, Qld, 1963); cleaner (Woorim, Qld, 1968) ===''GREGORY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. Gregory|Gregory, A.]] - 19??(???)-19??(???) - Licences: XAED Sydney (Bellevue Hill, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Identification: Not yet identified, possibly Alyn Keith Gregory, bank officer, Bellevue Hill, 1930-1939 * [[/Clyde Francis Burnell Gregory|Gregory, Clyde Francis Burnell]] [https://www.familysearch.org/tree/person/details/GS34-5MV] - 1906(Tas)-1997(Qld) - Licences: Receive Emu Park (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: business manager (Rockhampton, Qld, 1928-1937); fisherman (Yeppoon, Qld, 1943-1949); taxi driver (Maryborough, Qld, 1958); taxi proprietor (Nelly Bay, Qld, 1963) * [[/Harold Rigby Gregory|Gregory, Harold Rigby]] [https://www.familysearch.org/tree/person/details/L2C9-CDX] - 1900(NSW)-1973(NSW) - Licences: 2ED Receive Sydney (Abbotsford Pt, 1922); 2ED Sydney (Abbotsford Pt, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1930); inspector (Roseville, 1931-1936); insurance inspector (Roseville, 1937); manager (Newcastle, 1943-1954); insurance manager (Merewether, 1958-1972) * [[/Robert William Gregory|Gregory, Robert William]] [https://www.familysearch.org/tree/person/details/K2FW-QFJ] - 1907(Eng)-1995(SA) - Licences: 5GU Mt Barker (1935-1939) - Qualifications: cc; AOCP 1438, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: constable (Kadina, SA, 1939); police officer (Lobethal, SA, 1941-1943) ===''GREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Grey|Grey, Albert Edward "Bert"]] [https://www.familysearch.org/tree/person/details/LDK5-374] - 1897(WA)-1981(WA) - Licences: 6BO Perth (Nedlands, 1925-1932); 6BO Carnarvon (1933); 6AA Perth (Nedlands, 1937-1939) - Qualifications: cc; RTCP 532, 1920, Marconi & Telefunken; 1COCP 35, 1934; TVOCP 278 1960 - amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo PMGD); PMGD (postal assistant, Leederville,1919); WW1; RAAF (WW2, radar systems) - Electoral Rolls: telegraphist (Subiaco, 1925; Nedlands, 1925-1931); radio inspector (Nedlands, 1936-1972); retired (Nedlands, 1977-1980) * [[/Elton Edward Grey|Grey, Elton Edward or Edward Elton]] [https://www.familysearch.org/tree/person/details/GWPL-PQ5] - 1920(Qld)-1962(WA) - Licences: 4LX Brisbane (Ascot, 1936-1939); 6ZX Perth (West Perth, 1948); 6ZX Northam (1954-1955); 6ZX Perth (Leederville, 1956; Floreat Park, 1960) - Qualifications: cc; AOCP 1689, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: soldier (West Perth, WA, 1943); bank clerk (West Perth, WA, 1949); bank officer (Wagin, WA, 1949; Northam, WA, 1954; Floreat Park, WA, 1958) * [[/James Leonard Grey|Grey, James Leonard "Len"]] [https://www.familysearch.org/tree/person/details/GXZV-ZY5] - 1915(Sct)-1995(NSW) - Licences: 4LN Brisbane (Norman Park, 1937-1938); 2AKO Sydney (Vaucluse, 1939; Pymble, 1946-1961; St Ives, 1965-1969; Neutral Bay (1975-1980+) - Qualifications: cc; AOLCP 184, 1934; 2COCP 38, 1935 - amateur operator; amateur broadcaster; Radio clubs (WIAQ); military (WW2, RAAF); pilot (RQAC, QANTAS) - Electoral Rolls: aviator (Norman Park, Qld, 1936-1937); airline captain (Pymble, NSW, 1949-1958; St Ives, NSW, 1963-1968); retired (Neutral Bay, NSW, 1977-1980) ===''GRIBBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Gribble|Gribble, Arthur James]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIT Townsville (1917-1918) - Comment: only one reference found, likely misspelling; Electoral Rolls: Nil yet identified ===''GRIEVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Grieve|Grieve, Ian]] - Licences: Nil yet identified - Qualifications: Nil yet identified - historian (broadcast); proprietor of Australian Old Time Radio website - Electoral Rolls: - Links: [https://www.australianotr.com.au/ OTR] ===''GRIFFIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Neville Griffin|Griffin, Thomas Neville]] [https://www.familysearch.org/tree/person/details/G8C4-RJ2] - 1889(NSW)-1953(NSW) - Licences: 2LQ Sydney (Hornsby, 1929-1936); 2AIR Sydney (Northbridge, 1938-1939) - Qualifications: AOCP 505, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Hornsby, 1930-1934); electrical engineer (Artarmon, 1936; Willoughby, 1937; Hornsby, 1943-1949) ===''GRIFFEN-FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bridget Griffen-Foley|Griffen-Foley, Bridget]] - historian (broadcasting) - Professor, Department of Media, Communications, Creative Arts, Language and Literature, Macquarie University - author "Changing Stations: The Story of Australian Commercial Radio" & numerous professional articles ===''GRIFFITHS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Arthur Griffiths|Griffiths, Leslie Arthur "Les"]] [https://www.familysearch.org/tree/person/details/GXZK-81V] - 1909(Qld)-1970(Qld) - Licences: 4LZ Toowoomba (1938-1939, 1947-1956) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; military (WW2, RAN, signaller); cine assistant (Empire Theatre) - Halcyon: AOCP Toowoomba 1938 - Electoral Rolls: assistant projectionist (Toowoomba, Qld, 1931-1937); biograph projectionist (Toowoomba, Qld, 1943-1954; Toowoomba South, Qld, 1958); projectionist (Toowoomba West, Qld, 1963-1968) ===''GRIGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Haydn Errol Grigg|Grigg, Haydn Errol]] [https://www.familysearch.org/tree/person/details/G8BV-N98] - 1899(???)-1971(NSW) - Licences: 2AS Receive Sydney (Mosman, 1922); 2AS Sydney (Mosman, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Darlinghurst, 1935; Edgecliff, 1935-1949; Double Bay, 1954-1968) ===''GRIMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Douglas Grimes|Grimes, Benjamin Douglas]] [https://www.familysearch.org/tree/person/details/LZ8B-D6J] - 1901(Qld)-1987(Qld) - Licences: Receive (Crystal) Brisbane (Annerley, 1923-1924); 4BD Brisbane (Annerley, 1926-1931) - Qualifications: cc; AOCP 278, 1926, No. 23 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Tarragindi, 1925-1937); share dealer (New Farm, 1943); farmer (Cleveland, 1949-1958); retired (Corinda, 1968-1980) ===''GRIMMETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Urbane Grimmett|Grimmett, Stanley Urbane]] [https://www.familysearch.org/tree/person/details/L447-3MW] - 1905(NZ)-1974(NSW) - Licences: 2ZW Newcastle (Hamilton, 1930-1937); 2ZW Sydney (Bankstown, 1938-1939; Strathfield, 1946-1960; Vaucluse, 1961-1969) - Qualifications: AOCP 667, 1930, NSW - amateur operator, amateur broadcaster, journalist - Electoral Rolls: pharmacist (Hamilton, 1930-1937; Strathfield, 1949-1958); Vaucluse, 1963) ===''GRIVELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Grivell|Grivell, John "Jack"]] [https://www.familysearch.org/tree/person/details/KC43-NGM] - 1901(SA)-1971(SA) - Licences: 5BK Yorketown (1930-1933); 5BK Gladstone (1937); 5BK Crystal Brook (1938-1939); 5BK Gawler (1946-1947); 5BK Magill (1948-1969) - Qualifications: cc; AOCP 609, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (5CK Crystal Brook, 1939-1941); telephone mechanic (Gawler, 1943) ===''GROGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold William Grogan|Grogan, Arnold William]] [https://www.familysearch.org/tree/person/details/GFSS-87B] - 1915(WA)-1997(WA) - Licences: 6EI Perth (Mt Lawley, 1936-1939; City, 1947); 6EI Carnarvon (1948); 6EI Perth (Leederville, 1954-1980+) - Qualifications: cc; AOCP 1759, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Maylands, WA, 1937; East Perth, WA, 1943); public servant (Cottesloe, WA, 1949); civil servant (Leederville, WA, 1954-1980) ===''GRONOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rees Gronow|Gronow, William Rees]] [https://www.familysearch.org/tree/person/details/GZVM-KFV] - 1908(Vic)-2003(Vic) - 3EQ Receive Melbourne (City, 1922-1924), 3WG Melbourne (City, 1925-1933; Glen Iris, 1937; Malvern East, 1937; Glen Iris, 1938-1939, 1948-1960; Brighton, 1965-1980), amateur operator (AOCP 178, 1925, No. ?? in Vic), amateur broadcaster, director (Malvern, 1936-1954; Brighton, 1968-1977)) ===''GROVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Grove|Grove, Henry]] [https://www.familysearch.org/tree/person/details/L5KB-97B] - 1897(Eng)-1973(NSW) - Licences: N746 Receive Sydney (Enmore, 1922); 2HZ Receive Sydney (Enmore, 1922) - Qualifications: cc; CPRT 575, 1920 - amateur receiver - Electoral Rolls: traveller (Castle Hill, 1930); poultry farmer (Peakhurst, 1933-1949); retired (Burwood, 1963-1972) ===''GROWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Norman Wills Growden|Growden, George Norman Wills "Norman"]] [https://www.familysearch.org/tree/person/details/G9C6-15M] - 1913(Vic)-1984(SA) - Licences: 5YM Gladstone (1937-1939); 5YM Wedge Island via Port Lincoln (1954-1975) - Qualifications: cc; AOCP 1945, 1937, SA; BOCP 145, 1938; 2COCP 401, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: farmer (Gladstone, SA, 1939-1943); wireless operator (RAAF Station, Pearce, WA, 1943) ===''GRUBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Grubb|Grubb, William John]] [https://www.familysearch.org/tree/person/details/G6WK-K6N] - 1907(Qld)-1970(Vic) - Licences: 4DI Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: labourer (Rockhampton, 1931); concrete labourer (Rockhampton, 1936-1963); retired (Finch Hatton, 1968) ===''GRUMMITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Frederick Grummitt|Grummitt, Gilbert Frederick]] [https://www.familysearch.org/tree/person/details/G8Z7-FFD] - 1906(Qld)-1960(Qld) - Licences: 4BS Brisbane (Fortitude Valley, 1929-1933; Hamilton, 1937-1939; Bulimba, 1948-1960) - Qualifications: cc; AOCP 531, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: welder (Fortitude Valley, 1928-1934; Hamilton, 1936-1937); boilermaker (Bulimba, 1949-1958) ===''GRUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hill Grundy|Grundy, Robert Hill]] [https://www.familysearch.org/tree/person/details/LZP7-F78] - 1915(SA)-1988(SA) - Licences: 5BG Murray Bridge (1937-1939, 1947-1948); 5BG Crystal Brook (1954-1980) - Qualifications: cc; AOCP 2010, 1937, SA; BOCP 175, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''GUILDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Guildford|Guildford, Alfred]] [https://www.familysearch.org/tree/person/details/GX4T-5BG] - 19??(Eng)-1960(Qld) - Licences: 4AP Brisbane (Herston, 1934-1939, 1946-1948; Sandgate, 1960) - Qualifications: cc; AOCP 1342, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, publicity officer) - Electoral Rolls: advertisment writer (West End, Qld, 1934); copy writer (Kelvin Grove, Qld, 1936-1949) ===''GUNDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thor Odin Gundersen|Gundersen (BDM) or Gunderson (Census), Thor Odin]] [https://www.familysearch.org/tree/person/details/GHL8-F2W] - 1895(NZ)-1986(NZ) - Licences: Nil yet identified - Qualifications: cc; 1COCP 242, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: agent (Bondi, 1930-1931); radio officer (ss Fiona, 1943) ===''GUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Campbell Gunn|Gunn, Kenneth Campbell]] [https://www.familysearch.org/tree/person/details/93DG-X18] - 1911(Qld)-1975(Qld) - Licences: 4LG Laidley (1932-1937); 4LD Laidley (1937-1939, 1946-1975) - Qualifications: cc; AOCP 884, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Callsigns: 4LG likely withdrawn for 4LG Longreach - Electoral Rolls: clerk (Laidley, Qld, 1937-1972) ===''GUNTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Eliot Gunter|Gunter, Norman Eliot]] [https://www.familysearch.org/tree/person/details/L2WR-5VB] - 1912(Vic)-1943(At Sea) - Licences: 3NG Melbourne (Caulfield, 1930-1933; Hawthorn, 1937-1939) - Qualifications: AOCP 593, 1930, No. ?? in Vic; 2COCP 372, 1932; 1COCP 51, 1935 - amateur operator, amateur broadcaster, WW2 (merchant navy, wireless operator) - Electoral Rolls: sales (Caulfield, 1935; Hawthorn, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1428541] ===''GURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Carlisle Gurner|Gurner, Reginald Carlisle]] [https://www.familysearch.org/tree/person/details/GZZ2-8S8] - 1905(SA)-1975(SA) - 5CZ Receive Adelaide (New Parkside, 1923); Receive Adelaide (New Parkside, 1923); 5RG Adelaide (New Parkside, 1923-1928; Linden Park Gardens, 1931-1939) - Qualifications: cc; AOCP 31, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Linden Gardens, SA, 1939-1943) ===''GURR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Frederick Gurr|Gurr, Alan Frederick]] [https://www.familysearch.org/tree/person/details/G8GM-KJV] - 1904(Tas)-1974(Vic) - Licences: 3AG Geelong East (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geelong, 1926-1928; Belmont, 1931-1972) * [[/George Henry Gurr|Gurr, George Henry]] [https://www.familysearch.org/tree/person/details/L46K-DBB] - 1896(SA)-1957(Vic) - Licences: 5GO Adelaide (Parafield, 1933); 3QH Melbourne (Stanmore, 1947-1956) - Qualifications: cc; AOCP 1142, 1933, SA; 3COCP 185, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Parkville, Vic, 1926); ground engineer (Essendon, Vic, 1928); inspector (Caulfield, Vic, 1942; Essendon, Vic, 1949-1954) ===''GUTTERIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frank Gutteridge|Gutteridge, Reginald Frank]] [https://www.familysearch.org/tree/person/details/KNYP-KSN] - 1886(Tas)-1942(WA) - Licences: V759 Receive (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm manager (Marnoo, Vic, 1921); electrical engineer (Rupanyup, 1924-1927) =='''H'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''HADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lionel Trimble Hadley|Hadley, Arthur Lionel Trimble "Doc"]] [https://www.familysearch.org/tree/person/details/G7ZX-G9Y] - 1900(Qld)-1964(Qld) - Licences: 4AH Brisbane (Clifton Hill, 1930-1933; Dutton Park, 1937-1939; Annerley, 1946-1956) - Qualifications: cc; AOCP 636, 1930, No. ?? in Qld - amateur operator, amateur broadcaster, WW1, federal public servant (PMGD) - Electoral Rolls: signwriter (Taringa, 1921); salesman (Toowong, 1922-1925); motor assembler (Yeronga, 1929); radio mechanic (South Brisbane, 1937); technician (Annerley, 1949-1958); retired (Inala, 1958; Seven Hills, 1963) ===''HADLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Lindsay Hadlow|Hadlow, Martin Lindsay]] - radio clubs (NZDXRL, ARDXC, DXA), early wireless and broadcasting historian (Ph.D. Thesis,) ===''HAGARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neville Douglas Hagarty|Hagarty, Neville Douglas]] [https://www.familysearch.org/tree/person/details/G38J-GBJ] - 1907(Qld)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster (on 4WH); radio club participant; business proprietor; pilot; federal public servant (DCA) - Relationships: brother of 4WH William Edward Hagarty - Electoral Rolls: woodworker (Hospital Hill, 1930) * [[/William Edward Hagarty|Hagarty, William Edward "Edward / Eddie"]] [https://www.familysearch.org/tree/person/details/G384-TL3] - 1905(Qld)-1971(Qld) - Licences: 4WH Longreach (1925-1939); 4WH Townsville (1954-1969) - Qualifications: cc; AOCP 172, 1925, No. 16 in Qld; 2COCP 271, 1939; 1COCP 309, 1940 - amateur operator; amateur broadcaster; WW2; engineer; postal employee (PMG); federal public servant (PMG) - Relationships: brother of Neville Douglas Hagarty - Electoral Rolls: postal assistant (Longreach, 1930-1937); aeradio operator (Longreach, 1943); officer commanding aeradio station (Townsville, 1949-1954); communications officer (Townsville, 1958-1963; Mysterton, 1968) ===''HAI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pham Nhu Hai|Hai, Pham Nhu "Hai"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC), Director Broadcasting ITU-R ===''HAIGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bartin Robert Alfred Read Haigh|Haigh, Bartin Robert Alfred Read]] [https://www.familysearch.org/tree/person/details/GS9T-J8B] - 1854(NSW)-1928(NSW) - Licences: N752 Receive Sydney (Ashfield, 1922); 2IA Receive Sydney (Ashfield, 1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Ashfield, 1930); poultry farmer (Seven Hills, 1933) ===''HAINES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Lewis Harrison Haines|Haines, Claude Lewis Harrison]] [https://www.familysearch.org/tree/person/details/GXRC-8F6] - 1906(SA)-1996(SA) - Licences: 5CH Millicent (1933-1937); 3QM Geelong (Belmont, 1938-1939); 5CH Mt Gambier (1947-1980) - Qualifications: cc; AOCP 1118, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Belmont, Vic, 1937); engine driver (Mt Gambier, SA, 1941-1943) ===''HALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl William Millar Hale|Hale, Carl William Millar "William"]] [https://www.familysearch.org/tree/person/details/L5VR-TPL] - 1901(Vic)-1986(Vic) - Licences: 3GH Receive Melbourne (Elsternwick, 1922-1923); 3GH Anglesea (1924-1931+) - Qualifications: cc; AOCP 120, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (Elsternwick, 1924); architect (Hawthorn, 1958-1968; Malvern, 1977-1980) ===''HALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lovett Hall|Hall, Geoffrey Lovett]] [https://www.familysearch.org/tree/person/details/GHDB-ZD3] - 1895(Tas)-1972(Tas) - Licences: Receive Waddamanna (1923-1924); 7GH Waddamanna (1925-1931+); 7GH Hobart (1937-1939, 1947-1948) - Qualifications: cc; AOCP 137, 1925, No. ?? in Tas; BOCP 85, 1937 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Waddamana, 1928); engineer (New Town, 1936-1949) * [[/Graham George Hall|Hall, Graham George]] [https://www.familysearch.org/tree/person/details/G8HN-Z89] - 1910(Vic)-1971(Eng) - Licences: 3WO Melbourne (Glen Iris, 1929-1931; Hawthorn, 1933); 2AGH Sydney (Five Dock, 1937; Strathfield, 1938-1939; Hurstville, 1946-1969) - Qualifications: AOCP 482, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Auburn, 1934-1936); radio engineer (Abbotsford, 1937); engineer (Hurstville, 1949-1954; South Hurstville, 1958-1968) * [[/Reginald Allen Hall|Hall, Reginald Allen]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 539, 1929, No. ?? in ???? - amateur operator?, amateur broadcaster? - Electoral Rolls: Nil yet identified * [[/R. F. Hall|Hall, R. F.]] - 19??(???)-19??(???) - Licences: 3FH Receive Melbourne (Toorak, 1922); 3FH Melbourne (Toorak, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/William Charles Hall|Hall, William Charles]] - 19??(???)-19??(???) - Licences: 2BH Abermain (1930-1933); 2XT Abermain (1934-1936); 2XT Kurri Kurri (1938-1939, 1946-1948); 2XT Newcastle (Cooks Hill, 1950-1965; Toronto, 1969-1980+) - Qualifications: AOCP 643, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Abermain, 1935; Kurri Kurri, 1937-1943); hotel licensee (Newcastle, 1949-1963); retired (Toronto, 1972; Carey Bay, 1977-1980) - Comment: 2BH licence withdrawn for 2BH Broken Hill commercial; Beware several contemporaneous WCH in Newcastle region ===''HALLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philpot Hallam|Hallam, William Philpot]] [https://www.familysearch.org/tree/person/details/97MX-Y3J] - 1859(Tas)-1952(Vic) - Licences: XZH Hobart (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; PMGD Vic + Federal - Electoral Rolls: Nil ===''HALLIDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Fred Halliday|Halliday, Eric Fred]] [https://www.familysearch.org/tree/person/details/GC26-L5B] - 1913(SA)-1989(SA) - Licences: 5FW Adelaide (Hectorville, 1935-1939; South Payneham, 1947-1969; Magill, 1975) - Qualifications: cc; AOCP 1494, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Crystal Brook, 1939) ===''HALYDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Guyler Halyday|Halyday, James Guyler]] - 1904(Vic)-19??(???) - 4HZ Gympie (1939, 1946-1980+) , amateur operator (AOCP 2287, 1939, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ; Gympie ARC), military (WW2), employment (SEAQ linesman) ===''HAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilton Ham|Ham, George Wilton]] [https://www.familysearch.org/tree/person/details/GWX4-P28] - 1905(Qld)-1987(Qld) - Licences: 4CR Receive Brisbane (Northgate, 1923); 4GW Brisbane (Northgate, 1930-1931; Coorparoo, 1937-1939) - Qualifications: cc; AOCP 572, 1930, No. ?? in Qld - amateur receiver; amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (Toombul RC); employment (Chandlers) - Electoral Rolls: clerk (Coorparoo, 1937; St Lucia, 1943-1968); retired (Jamboree Heights, 1972-1980) * [[/Guildford Ham|Ham, Guildford]] [https://www.familysearch.org/tree/person/details/G67H-W9Y] - 1906(Qld)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; BOCP 101, 1937 - radio technician - Electoral Rolls: shop assistant (South Brisbane, 1928-1937); radio technician (South Brisbane, 1943; Bald Hills, 1943; Annerley, 1954); technician (Wavell Heights, 1958-1963) * [[/Thomas Edward Ham|Ham, Thomas Edward]] [https://www.familysearch.org/tree/person/details/G88F-R3P] - 1921(Qld)-19??(???) - Licences: 4WX Brisbane (Chelmer, 1937-1939); 2AGA Sydney (Kogarah, 1946-1947; Carlton, 1948-1950; Sylvannia Heights, 1954-1975); 4AGT Buderim (1980+) - Qualifications: cc; AOCP 2056, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (Sunshine Coast ARC); military (WW2, RAAF) - Electoral Rolls: radio mechanic (Sylvannia, 1954-1968); mechanic (Sylvannia, NSW, 1972-1977); retired (Buderim, 1980) ===''HAMILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Ormsby Hamilton|Hamilton, John William Ormsby]] [https://www.familysearch.org/tree/person/details/MG65-XRC] - 1869(Tas)-1944(Eng) - Australian representative of Pacific Radio Telegraph Co and Marconi Telegraph Co, promoted a scheme to link Aus/NZ/Pacific Islands (rejected by Aus Gov 1909), migrated to England to work for Marconi, donated Ormsby Hamilton Radio Prize in memory of his father Thomas Ormsby Hamilton ===''HAMMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Harold Hammond|Hammond, John Harold]] [https://www.familysearch.org/tree/person/details/G6HP-67H] - 1875(NSW)-1932(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: barrister-at-law (Ashfield, 1913); barrister (Killara, 1930-1932) * [[/Herbert Bowes Hammond|Hammond, Herbert Bowes]] [https://www.familysearch.org/tree/person/details/LZ4J-2PK] - 1907(NSW)-1967(NSW) - 2NI Sydney (Chatswood, 1925; Epping, 1926-1927; Chatswood, 1928; Naremburn, 1929-1930), amateur operator (AOCP 64, 1925 01, No. ?? in NSW; CPRT 895, 1925 12; 2COCP 318, 1931), amateur broadcaster ===''HANCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. A. Hancock|Hancock, C. A. or G. A.]] - 19??(???)-19??(???) - Licences: V748 Receive Melbourne (Berwick, 1922); 3GU Receive Melbourne (Berwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/D'Arcy Maxwell Hancock|Hancock, D'Arcy Maxwell]] [https://www.familysearch.org/tree/person/details/GCG4-L3Y] - 1910(SA)-2017(SA)107yo - Licences: 5RJ Kadina (1927-1939, 1946-1960); 5RJ Adelaide (Mitchell Park, 1965-1980+) - Qualifications: cc; AOCP 356, 1927, No. ?? in SA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Kadina, 1947) ===''HANNAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hannam|Hannam, Harold William]] [https://www.familysearch.org/tree/person/details/G83F-J78] - 1913(NSW)-1964(Vic) - Licences: 2IR Sydney (Hurstville South, 1935-1937); 2IR Orange (1938-1939); Sydney (South Hurstville, 1946-1948) - Qualifications: cc; AOCP 1472, 1935, Qld; BOCP 9, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hurstville, 1934-1937); radio engineer (Orange, 1943; Hurstville, 1949); engineer (Cheltenham, 1949-1954; Moorabbin, 1963) * [[/Walter Henry Hannam|Hannam, Walter Henry "Wally" "Wal", "Doc", "Fatty"]] [https://www.familysearch.org/tree/person/details/273W-H9T] - 1885(NSW)-1965(NSW) - XQI Stamford, Qld (1911-1914); 2YH Sydney (Balmain, 1924; Mosman, 1924-1933; Willoughby, 1934-1939); 2AXH Terrigal (1954-1961) - Qualifications: cc; AOCP 27, 1924, No. 10 in NSW - early wireless experimenter; amateur operator; radio clubs (WIA NSW, first secretary 1910); wireless operator Australasian Antarctic Expedition (1912-1914) - Relationships: don't confuse with father William Henry Hannam of Hannams Ltd, engineers & sheet metal workers - Electoral Rolls: - Links: [[w:Walter Henry Hannam|Wikipedia]]; [https://www.coolantarctica.com/Antarctica%20fact%20file/History/biography/hannam_walter.php Bio1]; [https://www.antarctica.gov.au/about-antarctica/history/people/walter-hannam/ Bio2] ===''HANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hansen|Hansen, Harold William]] [https://www.familysearch.org/tree/person/details/93DG-45T] - 1914(Qld)-2005(Qld) - Licences: 4FH Brisbane (Forest Hill, 1935-1939); 4SV Brisbane (Bulimba, 1948-1965; Carina, 1969-1980+) - Qualifications: cc; AOCP 1508, 1935, Qld; BOCP 1039, 1949 - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, 1937, radio technician); state public servant (BCC, communications officer) - Relationships: father of Graham Hansen 4FV - Electoral Rolls: labourer (Forest Hill, Qld, 1936-1937); WT Operator (Wendouree, Vic, 1942); RAAF (Maryborough, Qld, 1943); radio technician (Carina, Qld, 1968-1980) ===''HARDGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Hardgrave|Hardgrave, Philip "Pop"]] [https://www.familysearch.org/tree/person/details/GMPF-XL5] - 1857(Qld)-1940(Qld) - Licences: 4PH Brisbane (South Brisbane, 1933-1939) - Qualifications: cc; AOCP 1150, 1933, No. ?? in Qld - amateur operator; amateur broadcaster - Comment: oldest person in British Empire to obtain a full licence - Electoral Rolls: fruitgrower (Wellington Point, 1916-1928) ===''HARDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Netherton Kilgour Hardie|Hardie, Bruce Netherton Kilgour]] [https://www.familysearch.org/tree/person/details/GZ95-FMJ] - 1896(Vic)-1965(Vic) - 3YX Melbourne (Garden Vale, 1925-1933; City, 1937-1939), amateur operator (AOCP 49, 1925, No. ?? in Vic), amateur broadcaster, WIA Vic, accountant ===''HARDISTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Hardisty|Hardisty, David Charles]] [https://www.familysearch.org/tree/person/details/GZTM-C4W] - 1907(WA)-1980(WA) - Licences: 6DH Perth (Victoria Park, 1926-1939; West Perth, 1946-1948; Applecross, 1954-1980) - Qualifications: cc; AOCP 273, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Victoria Park, 1931-1943); radio mechanic (Applecross, 1954-1980) ===''HARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. R. Hardy|Hardy, W. R.]] - 19??(???)-19??(???) - 2RD Sydney (Glebe, 1925-1927), amateur operator (AOCP 187, 1925, No. ?? in NSW), amateur broadcaster ===''HARKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dennis James Harkin|Harkin, Denis or Dennis James]] [https://www.familysearch.org/tree/person/details/G45Q-9PH] - 1903(SA)-1993(Vic) - Licences: 3YN Receive Melbourne (Prahran, 1923); 3KF Melbourne (Kensington, 1924-1925); 3YN Melbourne (Preston, 1924-1926); 4YN Bowen (1927); 3YN Melbourne (East Brunswick, 1931); 3YY Newport (1938); 6YN Pearce (1938); 3ADJ Melbourne (Prahran, 1946-1948; Middle Park, 1954-1956; Thornbury, 1960-1975); 4ADJ Maryborough (1980) - Qualifications: CPRT 782, 1923; 1COCP 280, 1932 - amateur operator; amateur broadcaster; radio club participant (WIAQ); career military (RAAF); federal public servant (PMGD); WW2 - Electoral Rolls: mechanic (Preston, Vic, 1926; Brunswick, Vic, 1931; Newport, 1937); RAAF (Clifton Hill, 1942); technician (Prahran, 1949; Albert Park, 1954); radio technician (Thornbury, 1963-1972); nil (Maryborough, 1977-1980) ===''HARLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Harlen|Harlen, John Edward]] [https://www.familysearch.org/tree/person/details/K8MP-TWB] - 1884(Qld)-1953(Qld) - Licences: Receive Brisbane (Sunnybank, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Coopers Plains, Qld, 1908); fruit grower (Sunnybank, Qld, 1912-1949) ===''HARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Nicoll Harley|Harley, Gordon Nicoll]] [https://www.familysearch.org/tree/person/details/G89D-41H] - 1901(NSW)-1986(Qld) - Licences: "4AR Unlicensed" Ipswich (1926-1928); 4GH Ipswich (1928-1933); 4GH Didcott (1937-1939); 4GH Maryborough (1946-1980+) - Qualifications: cc; AOCP 385, 1928, No. 43 in Qld - amateur operator; amateur broadcaster; business proprietor (radio manufacture); employment (school teacher); WW2 - Electoral Rolls: clerk (Brassall, 1925); school teacher (Didcot, 1936-1943); teacher (Maryborough, 1949); school teacher (Maryborough, 1954-1980) ===''HARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Harmer|Harmer, George]] [https://www.familysearch.org/tree/person/details/LRTY-KHZ] - 1900(Eng)-1980(Qld) - Licences: 4XW Brisbane (Coorparoo, 1934-1939, 1946-1948; Camp Hill, 1954-1956; Coorparoo, 1960-1980) - Qualifications: cc; AOCP 1301, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIAQ); telephone technician (PMGD); federal public servant (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, Qld, 1937-1954); technician (Coorparoo, Qld, 1958-1980) ===''HARRANTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wolf Harranth|Harranth, Wolf]] - 1941(Austria)-2021(Austria) - Licences: OE1WHC Austria - curator of Dokufunk, host of the world's largest collection of amateur radio and broadcast QSLs; amateur radio operator; broadcast announcer; historian (amateur radio, broadcasting); children's book author; translator - provided the core of the WIA QSL collection ===''HARRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Harris|Harris, Alfred Charles]] [https://www.familysearch.org/tree/person/details/GZY1-F4K] - 1900(Vic)-1963(Vic) - Licences: 3CH Birchip (1926-1939; 1946-1960+) - Qualifications: AOCP 303, 1926, No. ?? in Vic -amateur operator, amateur broadcaster, class B licence? - Electoral Rolls: engineer (Ouyen, 1924); electrical engineer (Birchip, 1925-1954; Power Station, Ouyen, 1963) * [[/Ross Clifford Harris|Harris, Ross Clifford]] [https://www.familysearch.org/tree/person/details/L5Y2-DZF] - 1917(SA)-1954(SA) - Licences: 5FL Adelaide (Glenelg, 1936-1939; Malvern, 1947-1948; Hawthorn, 1954) - Qualifications: cc; AOCP 1651, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Valentine Harms Harris|Harris, Valentine Harms]] [https://www.familysearch.org/tree/person/details/L1PM-FDM] - 1909(WA)-1995(WA) - Licences: 6NL Perth (Shenton Park, 1935-1939; Applecross, 1947-1969); 6NL Denmark (1975-1980+) - Qualifications: cc; AOCP 1579, 1935, WA - amateur operator; amateur broadcaster - Relationships: Husband of 6YL Ruth Victoria Harris nee Longley - Electoral Rolls: garage employee (Subiaco, WA, 1931); radio mechanic (Subiaco, WA, 1936-1937); mechanic (Applecross, WA, 1949-1972) ===''HARRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Lionel Carr Harrison|Harrison, Percival Lionel Carr]] [https://www.familysearch.org/tree/person/details/GFM3-VDC] - 1912(WA)-2001(WA) - Licences: 6LH Perth (Claremont, 1937-1939; Armadale, 1947-1980+) - Qualifications: cc; AOCP 1909, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Claremont, WA, 1936-1937); civil servant (Armadale, WA, 1943-1980) ===''HARRISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Harriss|Harriss, Alfred George]] [https://www.familysearch.org/tree/person/details/K8HN-THZ] - 1873(Eng)-1932(Qld) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), radio clubs (Longreach Radio Club), business proprietor (Jackson & Harriss) - Electoral Rolls: engineer (Longreach, 1930) - Relationships: father of Dorothy Winnifred Macfarlane formerly Fanning nee Harriss * [[/Dorothy Winnifred Harriss|Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred]] [https://www.familysearch.org/tree/person/details/KGYC-3CP] - 1905(Qld)-1986(Qld) - Licences: 4DH Longreach (1930-1933) - Qualifications: cc; AOCP 573, 1930, No. ?? in Qld; BOCP - amateur operator; amateur broadcaster; radio clubs (WIAQ); first YL operator in Qld - Electoral Rolls: typist (Longreach, 1930); home duties (Longreach, 1936-1943; Warwick, 1949; Toowoomba, 1954-1977; Macgregor, 1980) - Relationships: daughter of Alfred George Harriss ===''HARRISSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harrisson|Harrisson, Charles "Snowy"]] [https://www.familysearch.org/tree/person/details/LK9P-VK3] - 1908(Tas)-1995(Tas) - Licences: 7CH Hobart (Bellerive, 1933); 3CN Shepparton (1937-1939); 7CH Hobart (Moonah, 1954-1960); 7CH Burnie (1965); 7CH Hobart (Bellerive, 1969-1980+) - Qualifications: cc; AOCP 348, 1927, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: son of Charles Turnbull Harrisson, biologist in the Australasian Antarctic Expedition - Electoral Rolls: bank clerk (Shepparton, 1936-1949); bank manager (Moonah, 1954) ===''HARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leslie William Harston|Harston, Leslie William or William Leslie "Bill"]] [https://www.familysearch.org/tree/person/details/GDQD-XVY] - 1897(Qld)-1983(Qld) - Licences: 4RY Brisbane (Clayfield, 1932-1939, 1946-1948; Holland Park, 1954-1969) - Qualifications: cc; AOCP 903, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; business proprietor (art shop) - Electoral Rolls: warehouseman (Clayfield, Qld, 1921-1943); no occupation (Holland Park, Qld, 1954-1980) ===''HART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Samuel Hart|Hart, Augustus Samuel]] [https://www.familysearch.org/tree/person/details/9CMQ-4CP] - 1890(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 57, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: saddler (Watchem, Vic, 1912; Glen Thompson, 1913); wireless engineer (Moonee Ponds, 1936-1937); wireless operator (Esperance, 1943); telegraphist (Darwin, 1949); wireless officer (Moonee Ponds, 1963-1968; Essendon, 1972) * [[/James Claude Hoyte John Hart|Hart, James Claude Hoyte John "Hoyte John", "Roy"]] [https://www.familysearch.org/tree/person/details/GQWC-W4C] - 1904(Eng)-1992(NSW) - Licences: 2HO Sydney (Manly, 1928-1931; Roseville, 1933-1939, 1946-1956; St Ives East, 1957-1975; Manly, 1980+) - Qualifications: AOCP 410, 1928, No. ?? in NSW; 3COCP 4622, 1963 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Roseville, 1933-1954; St Ives, 1958-1963); retired (St Ives, 1968-1977; Manly, 1980) * [[/Norman Victor Hart|Hart, Norman Victor]] [https://www.familysearch.org/tree/person/details/LNK3-TXW] - 1908(Qld)-1998(Qld) - Licences: 4KO Booval (1931-1939, 1946-1980+) - Qualifications: cc; AOCP 760, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIA, Ipswich RC); engineer - Electoral Rolls: shop assistant (Booval, 1932-1937); grocer (Booval, 1943-1949); radio technician (Booval, 1954-1972; East Ipswich, 1977-1980) ===''HARVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. C. L. Harvey|Harvey, B. C. L.]] - 19??(???)-19??(???) - Licences: XJAC Melbourne (Port Melbourne, 1913) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edward Rossiter Harvey|Harvey, Edward Rossiter]] [https://www.familysearch.org/tree/person/details/GXBP-BK8] - 1918(WA)-2009(Qld) - Licences: 6RG Perth (Scarborough, 1937-1939, 1947-1948); 4RK Surfers Paradise (1969-1980+) - Qualifications: cc; AOCP 2041, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Leederville, WA, 1943; Scarborough, WA, 1943); newsagent (Scarborough, WA, 1949-1958); shopkeeper (Surfers Paradise, Qld, 1963); proprietor (Surfers Paradise, Qld, 1972-1977); retired (Mermaid Waters, Qld, 1980) * [[/Manning Herbert Harvey|Harvey, Manning Herbert]] [https://www.familysearch.org/tree/person/details/KZGG-LFZ] - 1887(Tas)-1932(Tas) - Licences: XZC Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: electrician (Hobart East, 1914-1928) ===''HASKARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Geoffrey Haskard|Haskard, Reginald Geoffrey "Geoff"]] [https://www.familysearch.org/tree/person/details/GZB5-S35] - 1906(SA)-1988(SA) - Licences: Receive Adelaide (Jamestown, 1923-1924); 5RH Adelaide (Jamestown, 1927-1931; North Adelaide, 1933; Malvern, 1937-1939; Helmsdale, 1947; Plympton, 1948-1975; West Beach, 1980+) - Qualifications: cc; AOCP 316, 1927, No. ?? in SA; BOCP 1558, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: retreader (Malvern, 1939-1941); wireless operator (Malvern, 1943) ===''HATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Westrop Henry Hatfield|Hatfield, Westrop Henry "West"]] [https://www.familysearch.org/tree/person/details/GZB5-VF5] - 1909(Vic)-1998(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''HATTAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Hattam|Hattam, Fred]] [https://www.familysearch.org/tree/person/details/G8ZV-QDL] - 1906(Vic)-1976(Vic) - Licences: 3HW Castlemaine (1929-1939); 3BAL Castlemaine (1975) - Qualifications: AOCP 541, 1929, No. ?? in Vic; BOCP 410, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Castlemaine, 1928-1937); radio mechanic (Castlemaine, 1954-1967); engineer (Castlemaine, 1968-1972) ===''HAWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haworth|Haworth, William]] [https://www.familysearch.org/tree/person/details/G823-JT3] - 1896(Qld)-1987(Qld) - Licences Q737 Receive Qld (1922-1923) - Qualifications: cc; Nil identified as yet - amateur receiver - Electoral Rolls: telephone mechanic (Ironside Estate, 1917); mechanic (Taringa, 1921-1928); lineman (North Tmborine, 1931); electrical mechanic (Eagle Heights, 1936; Toowong, 1937); telephone mechanic (Bundaberg, 1943-1949); technician (Toowong, 1954-1972); retired (Caloundra, 1977-1980) ===''HAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edgar Cecil Hawson|Hawson, Thomas Edgar Cecil]] [https://www.familysearch.org/tree/person/details/GXZ2-ZV9] - 1916(Qld)-1992(Qld) - Licences: 4CH Ipswich (Woodend, 1937-1939; East Ipswich, 1947-1948); 4CH Brisbane (Yeronga, 1969; Salisbury, 1975-1980) - Qualifications: cc; AOCP 2016, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: agent (Ipswich, Qld, 1937); radio mechanic (East Ipswich, Qld, 1949); storekeeper (Windsor, Qld, 1954; Yeronga, Qld, 1958; Salisbury, Qld, 1963-1980) ===''HAYMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Inglis Hayman|Hayman, William George Inglis]] [https://www.familysearch.org/tree/person/details/G8NL-CX1] - 1897(Eng)-1968(WA) - Licences: 6BG Perth (Claremont, 1925); 6GH Perth (Claremont, 1946-1965) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; scientist; educator - Electoral Rolls: lecturer (Claremont, 1922-1929); engineer (Claremont, 1931-1954); civil servant (Claremont, 1958-1968) - [https://adb.anu.edu.au/biography/hayman-william-george-12971 ADB] ===''HAYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Lot Henry Haynes|Haynes, Bruce Lot Henry]] [https://www.familysearch.org/tree/person/details/KC44-8M4] - 1898(NSW)-1961(NSW) - Licences: 2YA Armidale (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Armidale, 1930-1936); poultry farmer (West Pennant Hills, 1943-1958) * [[/Thomas Ambrose John Haynes|Haynes, Thomas Ambrose John]] [https://www.familysearch.org/tree/person/details/GSC5-WXM] - 1902(SA)-1968(SA) - Licences: 5AY Adelaide (Black Forest Estate, 1931-1939) - Qualifications: cc; AOCP 835, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Black Forest, 1939-1943) ===''HAZLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Stanley Arnold Hazlett|Hazlett, Royce Stanley Arnold]] [https://www.familysearch.org/tree/person/details/GXX4-F38] - 1932(Qld)-2015(Qld) - Licences: 4ZRH Brisbane (Wellers Hill, 1965-1975) - Qualifications: AOLCP 1159, 1961, Qld - amateur operator - Relationships: Son of 4EO Stanley Albert Hazlett - Electoral Rolls: electrician (Coorparoo, Qld, 1954-1963); electrical contractor (Wellers Hill, Qld, 1968-1972); contractor (Tarragindi, Qld, 1977-1980) * [[/Stanley Albert Hazlett|Hazlett, Stanley Albert]] [https://www.familysearch.org/tree/person/details/KC33-RH7] - 1900(Qld)-1971(Qld) - Licences: 4EO Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 4ZRH Royce Stanley Arnold Hazlett - Electoral Rolls: clerk (Coorparoo, Qld, 1925-1928); buyer (Coorparoo, Qld, 1937-1968) ===''HEARPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Hearps, David Edward]] - See David Edward Vaughan (assumed change of name) ===''HEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Harry Heath|Heath, Allan Harry]] [https://www.familysearch.org/tree/person/details/L5Y4-4DT] - 1914(SA)-1986(SA) - Licences: 5ZX Adelaide (Prospect Park, 1934-1939; Highgate, 1947-1956; Brighton, 1960-1980) - Qualifications: cc; AOCP 1369, 1934, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''HEATHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Heathers|Heathers, Cyril John]] [https://www.familysearch.org/tree/person/details/G8XN-NG9] - 1909(Eng)-2003(NSW) - Licences: 2GZ Sydney (Bankstown, 1930-1934); 2UA Sydney (Bankstown, 1935-1939; Artarmon, 1946-1975) - Qualifications: AOCP 615, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Bankstown, 1930-1943); telephone engineer (Artarmon, 1949-1968); engineer (Artarmon, 1977-1980) - Comment: 2GZ callsign likely withdrawn by PMGD for 2GZ Orange commercial ===''HEILBRONN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Heilbronn|Heilbronn, George]] [https://www.familysearch.org/tree/person/details/LJHL-PW3] - 1894(Qld)-1972(Qld) - Licences: 4GG Chinchilla (1929-1939); 4GG Yarraman (1946-1955); 4GG Crows Nest (1956); 4GG Millmerran (1960); 4GG Brisbane (Wynnum, 1965-1969) - Qualifications: cc; AOCP 565, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (Qld Listeners' League) - Electoral Rolls: locomotive fireman (Chinchilla, 1925-1937); locomotive driver (Yarraman, 1954); engine driver (Millmerran, 1943-1958); retired (Wynnum, 1963-1968) ===''HEINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Heine|Heine, John Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/G9VS-V1F] - 1908(Tas)-1988(Vic) - Licences: 7JK Hobart (City, 1927; Bellerive, 1931); 4JX Brisbane (City, 1933; Ascot, 1935; Kangaroo Point, 1937; Mowbray Park, 1938-1939); 3JF Melbourne (Beaumaris) (1960-1980+) - Qualifications: cc; AOCP 355, 1927, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kangaroo Point, 1934; Norman Park, 1937); engineer (Brighton, 1949); representative (Beaumaris, 1954-1980) ===''HEINRICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Latimer Heinrich|Heinrich, William Latimer]] [https://www.familysearch.org/tree/person/details/GXG5-S7Y] - 1917(SA)-1993(SA) - Licences: 5HR Bute (1934-1939); 5HR Adelaide (Kensington Gardens, 1947-1980+) - Qualifications: cc; AOCP 1376, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: farmhand (Bute, SA, 1939-1943) ===''HEITSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry John Keith Heitsch|Heitsch, Henry John Keith or Heinrich Johann]] [https://www.familysearch.org/tree/person/details/G8CV-QYP] - 1907(Vic)-1996(Qld) - Licences: 3HK Melbourne (Mitcham, 1929-1939, 1947-1975); 4AHK Scarness (1980+) - Qualifications: AOCP 516, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: piano fitter (Mitcham, 1931-1954); technician (Mitcham, 1963-1977); retired (Scarness, Qld, 1980) ===''HELLAWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Herbert Hellawell|Hellawell, Francis Herbert "Frank"]] [https://www.familysearch.org/tree/person/details/LK5G-478] - 1885(Qld)-1958(Qld) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - early wireless experimenter; amateur radio clubs (member, WIQ); federal public servant (PMGD) - Electoral Rolls: engineer (Toowong, 1913-1914; Coorparoo, 1919; East Annerley, 1925; Annerley, 1929-1934); clerk (Brisbane City, 1937); no occupation (Beachmere, 1943-1949; Annerley, 1954-1958) ===''HELLYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leicester Henry Hellyer|Hellyer, Leicester Henry]] [https://www.familysearch.org/tree/person/details/KFNW-BTC] - 1908(NSW)-1972(NSW) - Licences: 2LS Sydney (Rockdale, 1930-1933) - Qualifications: AOCP 600, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Rockdale, 1930-1933; Manly, 1934-1935; Artarmon, 1936-1937; Willoughby, 1943; Artarmon, 1949-1963; Newport, 1968-1977) ===''HENDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Henderson|Henderson, Frederick James]] [https://www.familysearch.org/tree/person/details/GXQG-XRX] - 1891(Eng)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 208, 1916 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified * [[/S. A. Henderson|Henderson, S. A.]] - 19??(???)-19??(???) - Licences: 5JN Adelaide (Walkerville, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HENNESSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] - 1896(Qld)-19?? - 4LO Brisbane (City, 1931-1939), amateur operator (AOCP 826, 1931, No. ? in Qld), fourth YL operator in Qld ===''HENRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Geddes Henry|Henry, Arthur Geddes]] [https://www.familysearch.org/tree/person/details/L4QW-K9Z] - 1907(NSW)-1969(NSW) - Licences: 2ZK Sydney (Sandringham, 1929-1939) - Qualifications: AOCP 494, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Sandringham, NSW, 1930-1937); engineer (San Souci, 1949-1963; Northbridge, 1968) * [[/Clement John Henry|Henry, Clement John]] [https://www.familysearch.org/tree/person/details/GZ6T-RPC] - 1905(NSW)-1996(NSW) - Licences: Receive (Valve) Uralla (1923); 2CH Uralla (1924-1929); 2UR Uralla (1930-1939); 2UR Blakehurst (1946); 2UR Sydney (Neutral Bay, 1948-1957; Pymble, 1958-1980+) - Qualifications: cc; AOCP 85, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 (RAAF) - Withdrawal: 2CH callsign withdrawn in 1930 for 2CH Sydney - Electoral Rolls: electrician (Uralla, 1930-1937); electrical fitter (RAAF Richmond, 1943); technician (Neutral Bay, 1949-1954; Pymble, 1958-1980) * [[/John Edwin Henry|Henry, John Edwin]] [https://www.familysearch.org/tree/person/details/KL6B-GD6] - 1868(Vic)-1933(Qld) - Licences: 4CZ Receive Mt Alford via Boonah (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: baker (Gundy, NSW, 1913); farmer (Boonah, Qld, 1917-1921); storekeeper (Mt Alford, Qld, 1922-1926); baker (Dayboro, Qld, 1928; Wondai, Qld, 1931) * [[/Raymond Cherrington Henry|Henry, Raymond Cherrington "Tom"]] [https://www.familysearch.org/tree/person/details/GX5X-C1Y] - 1894(SA)-1975(SA) - Licences: 5CY Cook (1935-1939); 5RY Adelaide (Goodwood, 1960) - Qualifications: cc; AOCP 1421, 1935, SA - amateur operator; amateur broadcaster; WW2 - Comment: Son, also named RCH, passed in WW2 - Electoral Rolls: fitter (Goodwood Park, SA, 1939-1943) ===''HENWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ralph Franklin Henwood|Henwood, Ralph Franklin]] [https://www.familysearch.org/tree/person/details/G89X-CF6] - 1912(WA)-1979(WA) - Licences: 6RL Perth (North Perth, 1930-1933; Claremont, 1937); 6RL Northam (1946-1948); 2AXA Sydney (Rose Bay, 1960-1961); 6RL Perth (Claremont, 1969-1975) - Qualifications: cc; AOCP 720, 1930, No. ?? in WA; BOCP 2, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio serviceman (Claremont, 1936); radio operator (6AM) (Northam, 1937); radio technician (Northam, 1943-1949; Claremont, 1954); technician (Bellevue Hill, 1958; Claremont, 1963-1972; Nedlands, 1977) ===''HEPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Dean Hepton|Hepton, William Dean "Bill"]] [https://www.familysearch.org/tree/person/details/LRBB-VN5] - 1898(Qld)-1966(Qld) - Licences: 4WD Brisbane (Milton, 1932-1939) - Qualifications: cc; AOCP 918, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, instructor 1932-1935) - Electoral Rolls: mechanic (Paddington, Qld, 1921; Milton, Qld, 1925-1963) ===''HERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Kinross Herd|Herd, James Kinross]] [https://www.familysearch.org/tree/person/details/GZZ2-YSQ] - 1901(Vic)-1963(Vic) - 3JK Baccus Marsh (1924-1927), 3JK Wangaratta (1933-1939, 1946-1956), 3JK Mornington (1960), amateur operator (AOCP 36, 1924, No. ?? in Vic), amateur broadcaster ===''HERSCHEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Victor Herschel|Herschel, Henry Victor]] [https://www.familysearch.org/tree/person/details/K4N6-76H] - 1902(Qld)-1937(Qld) - Licences: 4UK Cairns (1929-1931); 4UK Toowoomba (1933); 4UK Brisbane (Indooroopilly, 1937) - Qualifications: cc; AOCP 564, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Newtown, 1925; Cairns, 1930; Indooroopilly, 1936-1937)- Comment: Passed too soon ===''HESKETH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Hesketh|Hesketh, John]] - 1868(Eng)-1917(Vic) - early wireless experimenter, senior state public servant (Qld electrical engineer), senior federal public servant (PMGD, chief electrical engineer), military (Royal Engineers, Eng; Qld Defence Force, lieutenant) ===''HEWITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Hewitt|Hewitt, Archibald John "Arch"]] [https://www.familysearch.org/tree/person/details/G8DZ-TNY] - 1910(SA)-1988(SA) - Licences: 5XK Adelaide (Torrensville, 1930-1939); 5XK Kingscote (1946-1948); 5XK Adelaide (Torrensville, 1954; College Park, 1955-1956; Lucindale, 1960; Semaphore, 1965-1969; Ottaway, 1975-1980) - Qualifications: cc; AOCP 582, 1930, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal clerk (Kingscote, 1939-1941) * [[/Clarence Richard Hewitt|Hewitt, Clarence Richard]] [https://www.familysearch.org/tree/person/details/G6D1-718] - 1900(Qld)-1969(Qld) - Licences: 4CR Brisbane (Rosalie, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Petrie Tce, Qld, 1919); student (Petrie Tce, Qld, 1921-1926); moulder (Rosalie, Qld, 1928); carpenter (Rosalie, Qld, 1936-1943; Indooroopilly, Qld, 1949); hotel manager (Indooroopilly, Qld, 1954) * [[/Horace Thomas Hewitt|Hewitt, Horace Thomas]] [https://www.familysearch.org/tree/person/details/MN6S-JBL] - 1904(Qld)-1988(Qld) - Licences: 4PD Brisbane (Moorooka, 1939, 1947-1980) - Qualifications: cc; AOCP 2377, 1939, Qld - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Hodgson, Qld, 1925; Bowen, Qld, 1930); mechanic (Roma, Qld, 1936-1937); turner (Moorooka, Qld, 1943-1980) * [[/Thomas George Hewitt|Hewitt, Thomas George]] [https://www.familysearch.org/tree/person/details/GXZ2-PLM] - 1900(NSW)-1962(NSW) - Licences: 4TH Cairns (1937-1939); 2LH Lismore (1946-1961); 2ATG Lennox Head (1955-1961) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: medical practitioner (Cairns, Qld, 1930-1943; Lismore, NSW, 1949-1958) ===''HIAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Charles Hiam|Hiam, Robert Charles "Charles"]] [https://www.familysearch.org/tree/person/details/9VCT-14T] - 1888(Vic)-1982(Vic) - Licences: XLD Melbourne (Balaclava, 1913-1914); 3LW Melbourne (St Kilda, 1923-1931; Caulfield North, 1933-1939) - Qualifications: cc; CPRT 174, 1915 - amateur operator; amateur broadcaster - Electoral Rolls: tailor (St Kilda, 1913-1928; Caulfield, 1931-1968); retired (Beaumaris, 1972-1980) ===''HICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Joseph Hicks|Hicks, Henry Joseph "Harry"]] [https://www.familysearch.org/tree/person/details/G8QG-RRR] - 1913(Qld)-1983(Qld) - Licences: 1HH Macquarie Island (1955-1956); 4HG Willis Island (1963); 9HG Lae, New Guinea (1965-1969); 4HG Tolga (1975-1980) - Qualifications: AOCP 2468, 1941, Qld; 1COCP 784, 1944 - amateur operator - Electoral Rolls: letterpress machinist (Cairns, 1936-1937); printer (Newtown, 1943); radio officer (Broome, 1963); wireless operator (Thursday Island, 1972); retired (Tolga, 1977-1980) - Awards: BEM (1958, Officer in Charge, Radio Weather Reporting Station, Willis Islets) ===''HIGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Gordon Conway Higgins|Higgins, John Gordon Conway "Jack"]] [https://www.familysearch.org/tree/person/details/GD45-FKK] - 1884(NSW)-1963(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 29, 1914 - wireless telegraphist, WW1, WW2 - Electoral Rolls: clerk (South Perth, 1910-1912); radio engineer (Prahran, 1925-1927); manufacturer (St Kilda, Vic, 1934-1937); soldier (Caulfield, 1942); military duties (South Yarra, 1949); retired (Dromana, 1954; Sorrento, 1963) ===''HILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Edward Hilder|Hilder, Henry Edward]] - 1919(???)-1984(Qld) - 4HH Brisbane (East Brisbane, 1946-1948; Nudgee, 1954-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ), military (WW2, AIF Signals), employment (Brisbane Fire Brigade, communications), (Halcyon says AOCP Brisbane 1936 but no record) ===''HILDYARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol David Hildyard|Hildyard, Athol David]] [https://www.familysearch.org/tree/person/details/LYNY-TBD] - 1919(Tas)-1998(Tas) - Licences: 7DH Hobart (City, 1936-1939, 1948; Montagu Bay, 1954-1980+) - Qualifications: cc; AOCP 1735, 1936, No. ?? in Tas; 1AOCP 50, 1947 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcast technician (Hobart South, 1943-1949); radio engineer (Montagu Bay, 1954) ===''HILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Wyatt Hill|Hill, Alfred Wyatt]] [https://www.familysearch.org/tree/person/details/GD2Y-5VM] - 19??(???)-19??(???) - Licences: 2TS Sydney (Killara, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Arthur Stanley Hill|Hill, Arthur Stanley]] [https://www.familysearch.org/tree/person/details/GX16-FRC] - 1906(Eng)-19??(???) - Licences: 6AH Wiluna (1937-1939, 1947-1965); 6AH Busselton (1969-1980+) - Qualifications: cc; AOCP 1985, 1937, WA - amateur operator; amateur broadcaster; WW2 - Relationships: Husband of 6MH Mary Lilian Hill nee - Electoral Rolls: electrician (Wiluna, WA, 1931); engineer (Wiluna, WA, 1936-1949); business manager (Wiluna, WA, 1954-1963); retired (West Busselton, WA, 1968-1980) * [[/Frederick John Hill|Hill, Frederick John]] [https://www.familysearch.org/tree/person/details/G8CS-1J5] - 19??(???)-19??(???) - Licences: 2TY Kurri Kurri (1929-1934) - Qualifications: cc; AOCP 500, 1929, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: colliery employee (Pelaw Main, 1930; Stanford Merthyr, 1934; Kurri Kurri, 1936-1937); winding driver (Kurri Kurri, 1968) * [[/Mary Lilian XXXX|Hill nee , Mary Lilian]] [https://www.familysearch.org/tree/person/details/GX16-JZY] - 1906(???)-19??(???) - Licences: 6MH Wiluna (1937-1939, 1947-1965); 6MH Busselton (1969-1980+) - Qualifications: cc; AOCP 1976, 1937, WA - amateur operator; amateur broadcaster; YL operator - Relationships: Wife of 6AH Arthur Stanley Hill - Electoral Rolls: ===''HILLHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Reid Hillhouse|Hillhouse, James or James Reid]] [https://www.familysearch.org/tree/person/details/GXH2-YZJ] - 1907(Sct)-1992(Qld) - Licences: 4ZO Collinsville (1933-1939, 1947-1975); 4ZO Bowen (1980+) - Qualifications: cc; AOCP 1115, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: coal miner (Collinsville, Qld, 1928-1963); retired (Gladstone, Qld, 1977) ===''HILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Hilton|Hilton, William Edward]] [https://www.familysearch.org/tree/person/details/GDPR-P1K] - 1876(???)-1957(NSW) - Licences: XEQ Sydney (St Leonards, 1913-1914); 2BA Receive Sydney (Crows Nest, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: postal assistant (Newtown, 1903); postmaster (Stockton, 1930-1932; Kurri Kurri, 1934-1936); retired (Long Jetty, 1943-1949) ===''HINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Hine|Hine, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GCBY-3SZ] - 1907(NSW)-1994(NSW) - Licences: 2QL Sydney (Campsie, 1935-1937; Richmond, 1938-1939; Homebush, 1946-1980+) - Qualifications: AOCP 1434, 1935, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Campsie, 1930-1931; Temora, 1932-1935); wireless operator (RAAF Richmond, 1936-1937; Concord, 1943); radio officer (Homebush, 1954-1958; Strathfield West, 1968; Homebush, 1977-1980) ===''HIPWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Anson Le Hunt Hipwell|Hipwell, Ronald Anson Le Hunt]] [https://www.familysearch.org/tree/person/details/G8HJ-SMM] - 1902(Vic)-1975(Vic) - Licences: 3KU Swan Hill (1929-1933); 2ACD Broken Hill (1937-1939); 3ACD Melbourne (Dromana, 1955-1956); 5AJ Port Augusta (1960-1965); 3AEI Melbourne (Dromana, 1969-1975) - Qualifications: AOCP 486, 1929, No. ?? in Vic; AOLCP 140, 1934 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: engineer (St Kilda East, 1925); electrical engineer (Swan Hill, 1931); radio engineer (Broken Hill, 1935-1943); radio electrical fitter (Dromana, 1949-1954); retired (Dromana, 1972) ===''HIRSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jacob Alexander Hirsch|Hirsch or Deerson, Jacob or Jakob Alexander]] [https://www.familysearch.org/tree/person/details/GWZX-RZ3] - 1896(Aus)-1979(Aus) - Licences: 2AE Receive Sydney (Croydon, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (Oatley, 1930-1937); clerk (Canberra, 1949); no occupation (Pambula Beach, 1954-1972; Merimbula, 1977) ===''HITCHCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leith Fuller Hitchcock|Hitchcock, Leith Fuller]] [https://www.familysearch.org/tree/person/details/GXWC-Y61] - 1897(Qld)-1953(Qld) - Licences: 4LH Brisbane (Wooloowin, 1931-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: bacteriologist (Wooloowin, 1921-1936); research officer (Wooloowin, 1943-1949) ===''HOAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. M. Hoad|Hoad, C. M.]] - 19??(???)-19??(???) - Licences: None yet identified - Qualifications: AOCP 319, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - Individual not yet identified ===''HOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Cecil Hoar|Hoar, John Cecil]] [https://www.familysearch.org/tree/person/details/MVKW-HND] - 1900(Eng)-1964(WA) - Licences: 6OR Perth (Fremantle, 1931-1939; Mosman Park, 1947-1960) - Qualifications: cc; AOCP 786, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Barracks, Fremantle, WA, 1925-1931; East Fremantle, WA, 1936-1937; Mosman Park, WA, 1949-1963) ===''HOARE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Hoare|Hoare, Peter]] [https://www.familysearch.org/tree/person/details/G99K-6N4] - 1895(NSW)-1975(NSW) - 2PH Gosford (1925-1927), amateur operator (AOCP 82, 1925, No. ?? in NSW), amateur broadcaster, railway signalman * [[/Pierce Mark Hoare|Hoare, Pierce Mark]] - 1895(NSW)-1988(NSW) - 2SL Lismore (1934-1980+), amateur operator (AOCP 1227, 1933, No. ?? in NSW), amateur broadcaster, radio clubs (Richmond River Listeners' League) ===''HOBART-DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Hobart-Duff, William Vere see Duff, William Vere Hobart]] ===''HOBCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hurtle Horace Hobcroft|Hobcroft, Hurtle Horace]] [https://www.familysearch.org/tree/person/details/G8WZ-G5T] - 1899(SA)-1993(SA) - Licences: 5RE Adelaide (West Brunswick, 1928); 5RE Renmark (1931-1939, 1946-1956); 5RE Adelaide (Linden Park, 1960-1969) - Qualifications: cc; AOCP 420, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW1; WW2 - Relationships: Father of Rex Kelvin Hobcroft - Electoral Rolls: clerk (Carlton North, 1925-1926; Brunswick West, 1928); horticulturalist (Renmark, 1939-1943) ===''HOBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Forde Hobler|Hobler, Cecil Forde]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: solicitor (Barcaldine, 1928) - Relationships: cousin of 4DO Harold Learmonth Hobler? * [[/Harold Learmonth Hobler|Hobler, Harold Learmonth]] [https://www.familysearch.org/tree/person/details/LRKZ-8N1] - 1906(Qld)-1984(Qld) - Licences: 1217 Rockhampton (1921-1924); 4DO Receive Rockhampton (1923); 4DO Rockhampton (1925-1939, 1946-1980+) - Qualifications: cc; AOCP 110, 1925, No. 12 in Qld; CPRT 1003, 1928 - amateur operator; amateur broadcaster; radio club (WIAQ, JOTA); business proprietor (picture theatre), WW2 - Electoral Rolls: theatre manager (Rockhampton, 1930-1937); theatre proprietor (Rockhampton, 1943); soldier (Bulimba, 1943); theatre proprietor (Rockhampton, 1949); theatre manager (Rockhampton, 1958-1963); property owner (Rockhampton North, 1968-1977) - Relationships: cousin of Cecil Forde Hobler? ===''HODDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Hodder|Hodder, Clarence William]] [https://www.familysearch.org/tree/person/details/GXLK-ZRC] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Parkside, 1923); Receive Adelaide (Parkside, 1923); 5LY Adelaide (Parkside, 1934-1939, 1947; Bridgewater, 1948-1980) - Qualifications: cc; AOCP 1354, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: moulder (Parkside, SA, 1939-1943) ===''HODDINOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Hoddinott|Hoddinott, Francis William]] [https://www.familysearch.org/tree/person/details/9N4Q-3X7] - 1886(Vic)-1972(Qld) - Licences: Receive Brisbane (Eagle Junction, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Rockville Estate, Toowoomba, Qld, 1908; Toowoomba, Qld, 1912; Sandgate, Qld, 1919; Eagle Junction, Qld, 1921-1943; West End, 1949); retired (Tamborine Mountain, Qld, 1958-1963; Hendra, Qld, 1968) ===''HODGKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Charles Hodgkinson|Hodgkinson, Francis Charles]] [https://www.familysearch.org/tree/person/details/GDBM-J4S] - 1906(???)-1977(???) - Licences: Receive (Crystal) Ulverstone (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: jeweller's assistant (Ulverstone, 1928-1949); watchmaker (Ulverstone, 1954) ===''HODSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Hodson|Hodson, Victor]] [https://www.familysearch.org/tree/person/details/GXQ5-DV2] - 1890(SA)-1917(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 145, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified ===''HOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hoe|Hoe, Frederick]] [https://www.familysearch.org/tree/person/details/GS4Q-CSG] - 1886(Vic)-1976(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer; business proprietor (Fred Hoe and Sons) - Relationships: Father of 4FO Fred Hoe - Electoral Rolls: engineer (Fortitude Valley, Qld, 1913; Yeronga, Qld, 1916-1919); manager (Yeronga, Qld, 1921-1972) * [[/Fred Hoe|Hoe, Fred]] [https://www.familysearch.org/tree/person/details/G796-MWK] - 1913(Vic)-1984(Qld) - Licences: 4FO Brisbane (Yeronga, 1933-1939; Annerley, 1946-1954) - Qualifications: cc; AOLCP 53, 1931; AOCP 1188, 1933, Qld - amateur operator; amateur broadcaster; employment (Edgar V. Hudson); business proprietor (Fred Hoe and Sons) - Relationships: Son of Frederick Hoe - Electoral Rolls: radio engineer (Yeronga, Qld, 1936-1937); general manager (Annerley, Qld, 1949); business manager (Salisbury, Qld, 1954); manager (Buranda, Qld, 1954-1963; Burleigh Heads, Qld, 1968); company director (Holland Park West, Qld, 1972-1980) ===''HOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hogg|Hogg, Stanley]] [https://www.familysearch.org/tree/person/details/GXBD-TCR] - 1908(Eng)-1987(WA) - Licences: 6SG Harvey (1934-1939) - Qualifications: cc; AOCP 1382, 1934, WA; BOCP 142, 1938; 2COCP 240, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: milk tester (Harvey, WA, 1930-1937); radio operator (AAMS Wireless Station, Kalgoorlie, WA, 1943); engineer (Nedlands, WA, 1949); aircraft engineer (Kewdale, WA, 1954-1968; Belmont, WA, 1972); retired (Coodanup, WA, 1977; Mandurah, WA, 1980) ===''HOLLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Evan Holland|Holland, Albert John Evan]] [https://www.familysearch.org/tree/person/details/GZQW-VBH] - 1896(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; AOCP 12, 1924, No. 3 in Vic - amateur operator; amateur broadcaster - Relationships: brother of 3JH Frank Henry James Holland - Electoral Rolls: draftsman (Moonee Ponds, 1922-1925; Essendon, 1926); engineer (Essendon, 1928-1931; Camberwell, 1936-1954); nil (Nunawading, 1963) * [[/Frank Henry James Holland|Holland, Frank Henry James]] [https://www.familysearch.org/tree/person/details/GZQW-S1W] - 1899(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; CPRT 596, 1920 - amateur operator; amateur broadcaster - Comment: well placed in Trans-Pacific Tests 1923 despite inferior equipment - Relationships: brother of 3JH Albert John Evan Holland - Electoral Rolls: wireless instructor (Moonee Ponds, 1922-1925); boot repairer (Essendon, 1926-1928); labourer (North Essendon, 1931); boot repairer (Olinda, 1934-1943); postal clerk (Sandringham, 1949); clerk (Heidelberg, 1954-1968) * [[/Ronald Weymouth Holland|Holland, Ronald Weymouth "Ron"]] - 1914(???)-1983(Qld) - 4AQ Brisbane (Coorparoo, 1946-1980+), amateur operator (AOCP 2392, 1939, No. ?? in Qld) ===''HOLLOWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hart Holloway|Holloway, William Hart]] [https://www.familysearch.org/tree/person/details/GXQ5-HRT] - 1876(Eng)-1950(Tas) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 20, 1914; 1COCP 41, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: agent (Brunswick, Vic, 1909; Whitemark, Flinders Island, 1914-1919); wireless operator (Broome, 1918-1922); O.J.C. Radio (Camberwell, 1924-1926); radio officer (Thursday Island, 1928); officer-in-charge (Radio Station, Emita, Flinders Island, 1936-1937); farmer (Lady Barron, 1943-1949) ===''HOLST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Owen Holst|Holst, Arnold Owen]] [https://www.familysearch.org/tree/person/details/GZ6V-ZPD] - 1898(Vic)-1975(Vic) - Licences: XPH Melbourne (Caulfield, 1913-1914); 3OH Melbourne (Toorak, 1956-1975) - Qualifications: Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster (through brother Hector's station 3BY); electrician - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: sharebroker (Camberwell, 1922-1934; Toorak, 1935-1972) * [[/Hector James Holst|Holst, Hector James]] [https://www.familysearch.org/tree/person/details/GZ6V-X23] - 1903(Vic)-1954(Vic) - Licences: 3BY Receive Melbourne (Caulfield, 1922); 3BY Melbourne (Caulfield, 1923-1954) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: engineer (Caulfield, 1925-1954) * [[/Otto Holst|Holst, Otto]] [https://www.familysearch.org/tree/person/details/GZ6V-2M7] - 1906(Vic)-1967(Vic) - Licences: 3BY Melbourne (Caulfield, 1955-1967) - Qualifications: cc; AOCP 79, 1925, No. ?? in Vic - amateur operator; amateur broadcaster (through brother Hector's station 3BY) - took over 3BY callsign after passing of brother Hector James Holst in 1954 - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: radio engineer (Caulfield, 1928-1963) ===''HOLT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Molineux Holt|Holt, Bernard Molineux]] [https://www.familysearch.org/tree/person/details/LDQR-MJP] - 1883(NZ)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - president WIA WA; witness to Royal Commission 1927 (obo WIA WA) - Electoral Rolls: electrical engineer (Claremont, 1910-1914; Osborne, 1917-1954) ===''HOMBERG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. G. Homberg|Homberg, S. G.]] - 19??(???)-19??(???) - Licences: 3RG Melbourne (Malvern, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Morten Honnor|Honnor, John Morten]] [https://www.familysearch.org/tree/person/details/KCNV-ZM6] - 1900(SA)-1987(Vic) - Licences: 5AE Adelaide (Prospect, 1923-1931) - Qualifications: cc; AOCP 192, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Knoxville, SA, 1939-1941); RAAF (Ballarat, Vic, 1942); instructor (Hampton, 1949; Bentleigh, 1954-1980) ===''HOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Hamilton Hood|Hood, John George Hamilton]] [https://www.familysearch.org/tree/person/details/G772-RK8] - 1904(NSW)-1971(Vic) - 3BP Receive Melbourne (South Yarra, 1922); 3BP Melbourne (East St Kilda, 1923-1933; Toorak, 1937-1939) - Qualifications: cc; AOCP 182, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (East St Kilda, 1925-1931); draughtsman (Toorak, 1934-1937; Malvern, 1943-1967) ===''HOOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel George Alfred Hooke|Hooke, Lionel George Alfred]] [https://www.familysearch.org/tree/person/details/G8NK-KDV] - 1895(Vic)-1974(NSW) - Licences: 3M? Melbourne - Qualifications: CPRTelephony 529, 1920 - amateur operator, amateur broadcaster, early wireless experimenter, ship wireless operator (Aurora, 1914, support Shackleton's expedition), radio clubs (IRE Aust), business (AWA, senior management), honours (knighted, 1937) - Electoral Rolls: wireless (Brighton, Vic, 1921-1927); business manager (Neutral Bay, 1933); manager (Killara, NSW, 1936-1972) - [https://adb.anu.edu.au/biography/hooke-sir-lionel-george-alfred-10536 ADB] ===''HOOKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Theodore Hooker|Hooker, Walter Theodore]] [https://www.familysearch.org/tree/person/details/GD1W-QB5] - 1901(St Kitts)-1949(Tas) - Licences: 7JH Hobart (New Town, 1933-1939); 7JH Waddamanna (1946-1948) - Qualifications: cc; AOCP 1161, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart North, 1922); electrical engineer (New Town, 1928); electrician (New Town, 1936); engineer (Waddamanna, 1937-1943) ===''HOOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Wallbank Hooper|Hooper, Allan Wallbank]] [https://www.familysearch.org/tree/person/details/LB8M-VJG] - 1898(SA)-1960(NSW) - Licences: 4KR Willis Island (1933) - Qualifications: cc; CPRT 432, 1919; 2COCP 8, 1929; 1COCP 127, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: unemployed (Manly, NSW, 1949); telegraphist (Little Bay, NSW, 1949; Yarra Bay, NSW, 1954-1958) ===''HOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyndsay Arthur Hope|Hope, Lyndsay Arthur]] [https://www.familysearch.org/tree/person/details/LKYX-575] - 1906(Tas)-1997(Tas) - Licences: 7LA Launceston (1925-1927+) - Qualifications: cc; AOCP 188, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; broadcast engineer; WW2; gave up experimental callsign for use by his Class B licence, 7LA Launceston - Relationships: brother of 7RS Ronald Springfield Hope - Electoral Rolls: bank clerk (Launceston, 1928); bank officer (Ulverstone, 1936); accountant (Scottsdale, 1949; Bridport, 1954-1972) * [[/Ronald Springford Hope|Hope, Ronald Springford]] [https://www.familysearch.org/tree/person/details/LTCW-PDG] - 1909(Tas)-1985(NSW) - Licences: 7RS Launceston (1926-1927); 7RS Hobart (City, 1931; Sandy Bay, 1933+) - Qualifications: cc; AOCP 263, 1926, No. ?? in Tas; AOLCP 75, 1932; ROCP N1832, 1976 - amateur operator; amateur broadcaster; broadcast engineer (designed & constructed transmission systems for 7HO Hobart & 7UV Ulverstone); later employed by STC England - Relationships: brother of 7LA Lyndsay Arthur Hope - Electoral Rolls: broadcast engineer (Queensborough, Tas, 1936); not specified (Finchley, Eng, 1936-1938); engineer (Thornleigh, NSW, 1949-1954); company director (Beecroft, NSW, 1958-1980) ===''HOPKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alfred Hopkins|Hopkins, Edward Alfred]] [https://www.familysearch.org/tree/person/details/GM4D-3QJ] - 1902(Tas)-1992(NSW) - Licences: Receive Moonah (1923) - Qualifications: cc; 3COCP 4858, 1964 - amateur receiver - Electoral Rolls: electrician (Moonah, 1928); engineer (Milson's Point, 1936-1943); electrical engineer (Wollstonecraft, 1949-1954); engineer (Wollstonecraft, 1958-1980) ===''HORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin John Horan|Horan, Kevin John "Ken"]] [https://www.familysearch.org/tree/person/details/G8V9-FTZ] - 1912(SA)-2002(SA) - Licences: 5DQ Adelaide (Parkside, 1930-1931; Unley, 1933); 2AJU Broken Hill (1938-1939); 5DQ Adelaide (Flinders Park, 1947-1960; Grange, 1965-1969); 3ZD Melbourne (Glen Waverley, 1975); 5IT Adelaide (Fulham, 1980) - Qualifications: cc; AOCP 672, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Clovelly, NSW, 1943); manager (Glen Waverley, 1972-1977) ===''HORN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Horn|Horn, David]] [https://www.familysearch.org/tree/person/details/GS41-9K4] - 1909(Qld)-1962(Qld) - Licences: 4DN Tara (1937-1939) - Qualifications: cc; AOCP 2021, 1937, Qld; BOCP 578, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: medical practitioner (Somerset Dam, Qld, 1936-1937; Baralba, Qld, 1943); radio engineer (Toowoomba, Qld, 1949); medical practitioner (Toowoomba, Qld, 1954) * [[/Irvan James Horn|Horn, Irvan James or James Irwin]] [https://www.familysearch.org/tree/person/details/G8WF-GB6] - 1905(WA)-19??(???) - Licences: 6JH Perth (City, 1928, 1937-1939); 3HX Melbourne (South Melbourne, 1965) - Qualifications: cc; AOCP 427, 1928, No. ?? in WA; 2COCP 29, 1935; 1COCP, 127, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Perth, WA, 1936-1937); wireless officer (Subiaco, WA, 1943); electrical contractor (Subiaco, WA, 1949); contractor (Albert Park, Vic, 1949); electrical contractor (Albert Park, Vic, 1963); retired (West Perth, WA, 1977; Subiaco, WA, 1980) ===''HORROCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Samuel Blake Horrocks|Horrocks, George Samuel Blake]] [https://www.familysearch.org/tree/person/details/GF94-19M] - 1911(WA)-1966(Vic) - Licences: 6GS Harvey (1932-1939, 1947-1948); 6GS Wagin (1954-1955) - Qualifications: cc; AOCP 919, 1932, No. ?? in WA; BOCP 1154, 1950; TVOCP 61, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: engine driver (Harvey, WA, 1936-1949); radio technician (Mt Lawley, WA, 1954); technician (Bentleigh North, Vic, 1963) ===''HOSKEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Dryden Hosken|Hosken, Arthur John Dryden]] [https://www.familysearch.org/tree/person/details/L6KH-BX8] - 1889(Eng)-1966(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 727, 1922 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: seaman (Williamstown, 1914-1919); Amalgamated Wireless (Darwin, 1922) * [[/Stanley Victor Hosken|Hosken, Stanley Victor]] [https://www.familysearch.org/tree/person/details/9HWQ-MGG] - 1894(Vic)-1971(Vic) - Licences: 3MP Receive Melbourne (Hawthorn, 1923); 3MP Melbourne (Hawthorn, 1923-1924; Surrey Hills, 1925-1933; Broadmeadows, 1934-1939; St Albans, 1946-1955; Hawthorn, 1956-1965; Mitcham, 1969) - Qualifications: cc; AOCP 6, 1924, No. 2 in Vic - amateur operator; amateur broadcaster; broadcast engineer (3AR, 3LO) - Electoral Rolls: civil servant (Hawthorn, 1919-1924); electrical engineer (Surrey Hills, Vic, 1925-1931); senior mechanic PMGD (3AR station, Broadmeadows, 1936-1937); civil servant (3AR Station, St Albans, 1942-1954); nil (Hawthorn, 1963-1967; Mitcham, 1968) ===''HOSKING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Piere Hosking|Hosking, Aubrey Piere]] [https://www.familysearch.org/tree/person/details/GDYV-D7R] - 1891(South Africa)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 376, 1918; 1COCP 117, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIT Townsville (1917-1918) - Electoral Rolls: wireless operator (Townsville, 1919); telegraphist (South Yarra, Vic, 1921-1922); radio telegraphist (Canterbury, Vic, 1924); sales manager (Canterbury, Vic, 1925-1926; Balwyn, Vic, 1928; Lindfield, NSW, 1930-1963) ===''HOSKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stark Hoskins|Hoskins, John Stark]] [https://www.familysearch.org/tree/person/details/G61K-FZ3] - 1891(NZ)-1987(Eng) - Licences: Nil yet identified - Qualifications: cc; CPRT 147, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: business manager (Claremont, WA, 1929) ===''HOWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Earl Stephen Howard|Howard, Earl Stephen]] [https://www.familysearch.org/tree/person/details/GQMV-XQL] - 1895(Tas)-1938(Vic) - Licences: 7ET Hobart (Moonah, 1928-1931) - Qualifications: cc; AOCP 470, 1928, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: clerk (Hobart, 1919-1922; Moonah, 1928-1936) ===''HOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Maxwell Howden|Howden, John Maxwell]] [https://www.familysearch.org/tree/person/details/GH2L-7LN] - 1929(Vic)-2017(Vic) - Licences: 3ZCH Melbourne (Burwood, 1956; Box Hill 1960-1975); 3BQX Melbourne (Box Hill, 1980+) - Qualifications: AOLCP 187, 1956; AOCP V610, 1979 - amateur operator - Relationships: son of 3BQ Walter Francis Maxwell Howden - Electoral Rolls: * [[/Walter Francis Maxwell Howden|Howden, Walter Francis Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/G43K-1TC] - 1899(Vic)-1980(Vic) - Licences: No 19 Receive Melbourne (Box Hill, 1920); V140 Receive Melbourne (Box Hill, 1921); 3BQ Receive Melbourne (Box Hill, 1922); 3BQ Melbourne (Box Hill, 1923-1927; Canterbury, 1928-1939 & 1946-1975+); 3ABQ Melbourne (portable, "Canterbury", 1947-1956) - Qualifications: AOCP 114, 1925, No. ?? in Vic - amateur operator, amateur broadcaster, first to QSO USA; first to QSO England, first on telegraphy, then telephony; journalist (Listener In); Bright Star Crystals 1930s-1950s; QSLs: substantial portion of QSL collection survives at NFSA (1800+) - Relationships: father of 3ZCH/3BQX John Maxwell Howden - Electoral Rolls: student (Box Hill, 1924-1927); wireless engineer (Ringwood, 1928); engineer (Camberwell, 1931-1954) - Links: [http://messui.polygonal-moogle.com/valves/NW199611.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199612.pdf EA2] ===''HOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph Howe|Howe, John Joseph]] [https://www.familysearch.org/tree/person/details/LD83-QNG] - 1886(Irl)-1949(Tas) - Licences: Nil yet identified - Qualifications: cc; CPRT 117, 1915; 1COCP 15, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918) - Electoral Rolls: radio telegraphist (Cooktown, 1916-1917); wireless operator (Pinkenba, Qld, 1919; Moonah, Tas, 1922; New Town, Tas, 1928-1943) * [[/Raymond Raine Howe|Howe, Raymond Raine "Ray"]] [https://www.familysearch.org/tree/person/details/GXHH-KJN] - 1919(Qld)-1984(NSW) - Licences: 4RH Bundaberg (1936-1939); 2ARH Sydney (Vaucluse, 1946-1955; Epping, 1956-1960); 3YH Melbourne (Mt Waverley, 1965-1969) - Qualifications: AOCP 1812, 1936, No. ?? in Qld; 3AIR 1009, 1947 - amateur operator; amateur broadcaster; broadcast engineer (4BU); military (RAAF, career, Wing-Commander) - Electoral Rolls: Wireless Operator (Richmond, NSW, 1943); RAAF (Vaucluse, NSW, 1949); RAAF officer (Campbell, ACT, 1963); RAAF (Syndal, Vic, 1967); RAAF officer (Dickson, ACT, 1972-1977); retired (Narrawallee, NSW, 1980) ===''HOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Montague Howlett|Howlett, Arthur Montague]] [https://www.familysearch.org/tree/person/details/GZPZ-NWZ] - 1882(Eng)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 130, 1915; 2COCP 253, 1930 - RANRS (Warrant Telegraphist, 1918) - Electoral Rolls: radio engineer operator (Esperance, 1916); warrant officer R.A.N.R.S. (Thursday Island, 1919); radio telegraphist (Rockhampton, 1925-1931; Clayfield, Qld, 1936); wireless operator (Clayfield, 1943-1954); retired (Clayfield, Qld, 1958) ===''HUBSHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lassalle Paul Hubsher|Hubscher or Hubsher, Lassalle Paul "Paul"]] [https://www.familysearch.org/tree/person/details/GXWF-8DP] - 1913(Qld)-1971(Qld) - Licences: 4UL Brisbane (Bulimba, 1936-1939; Annerley, 1946-1969+) - Qualifications: cc; AOCP 1578, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor); part of the "U" gang; Evans Deakin engineering - Electoral Rolls: fitter & turner (Valley, Qld, 1936-1937); draftsman (Annerley, 1943-1968) ===''HUDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Henry Hudson|Hudson, William Henry]] [https://www.familysearch.org/tree/person/details/K4BR-1P4] - 1895(NSW)-1972(NSW) - Licences: XBO Sydney (Dulwich Hill, 1913-1914); 2PO Receive Sydney (Marrickville, 1923); 2AR Sydney (Dulwich Hill, 1922-1969) - Qualifications: cc; AOCP 18, 1924, No. 8 in NSW - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: bootmaker (Dulwich Hill, 1930-1963) - Comment: beware, several contemporaneous WHHs ===''HUEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Meredyth Huey|Huey, Richard Meredyth]] [https://www.familysearch.org/tree/person/details/G8WP-Y1Z] - 1913(NSW)-1995(NSW) - Licences: 2HU Sydney (Chatswood, 1928-1931; Cronulla, 1933-1937); 3UE Melbourne (Hawthorn East, 1938-1939); 2AHU Sydney (Sylvania, 1980) - Qualifications: AOCP 437, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Cronulla, 1935-1937); army officer (Melbourne, 1943); engineer (West Pennant Hills, 1949; Pennant Hills, 1954; Edgecliff, 1958-1963; Sylvania, 1977-1980); retired (Mittagong, 1980) ===''HUGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Roy Huggins|Huggins, David Roy]] [https://www.familysearch.org/tree/person/details/GDW3-LXL] - 1892(NSW)-1976(NSW) - Licences: 2ZW Sydney (Neutral Bay, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: organ builder (Petersham, 1913); piano maker (Neutral Bay, 1930-1968); builder (Cremorne, 1972) ===''HUGHES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Alan Hughes|Hughes, Clive Alan]] [https://www.familysearch.org/tree/person/details/G8MV-3XQ] - 1900(Vic)-1966(Vic) - Licences: 3CA Ararat (1927); 3CA Melbourne (Williamstown, 1931-1939, 1946-1965) - Qualifications: AOCP 343, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Williamstown, 1924-1928); schoolmaster (Williamstown, 1936-1963) * [[/George Herbert Hughes|Hughes, George Herbert]] [https://www.familysearch.org/tree/person/details/GXZT-4JB] - 1909(Qld)-1997(Qld) - Licences: 4HU Brisbane (Windsor, 1937-1939; Annerley, 1947-1954) - Qualifications: cc; AOCP 1929, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: store keeper (Windsor, Qld, 1934-1937); branch manager (Annerley, Qld, 1943-1958); technician (Tarragindi, Qld, 1963-1980) ===''HUGO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald William Stuart Hugo|Hugo, Ronald William Stuart or Stewart (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GFMZ-CLZ] - 1910(WA)-1978(WA) - Licences: 6KW Perth (Subiaco, 1938-1939, 1947-1960; Floreat Park, 1965-1975) - Qualifications: cc; AOCP 2081, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Subiaco, WA, 1931-1934); salesman (Subiaco, WA, 1936-1963); manager (Floreat Park, WA, 1968-1977) ===''HULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Galbraith Hull|Hull, Allan Galbraith "Braith"]] [https://www.familysearch.org/tree/person/details/GWQD-PTY] - 1905(Vic)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - journalist (Wireless Weekly, editor; Radio and Hobbies, editor 1939; Australasian Radio World, editor 1940-1950) - Relationships: brother of William Howard Hull & 3JU Ross Amos Hull - Electoral Rolls: sales (St Kilda, Vic, 1926-1927); radio engineer (Darlinghurst, 1931); journalist (Northbridge, NSW, 1934; Bondi, NSW, 1935-1936); engineer (Rose Bay, 1937); manager (Malvern, 1942); journalist (Mornington, 1949); publisher (Sandringham, 1954); printer (Oakleigh, 1958-1963; Chadstone, 1967-1968; Glen Iris, 1972; Mt Waverley, 1977-1980) * [[/Frederick Atherley Hull|Hull, Frederick Atherley]] [https://www.familysearch.org/tree/person/details/GZ5M-MT9] - 1906(NZL)-1997(WA) - Licences: 6FH Pingrup (1930-1931); 6FH Port Hedland (1937-1939, 1946-1956); 6FH Perth (Claremont, 1960-1975; Nedlands, 1980+) - Qualifications: cc; CRPT 1139, 1929; 2COCP 271, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Perth, 1929); radio operator (Port Hedland, 1937-1954); unemployed (Claremont, 1958); technical officer (Claremont, 1963-1972; Nedlands, 1977-1980) - Relationships: brother of 6RH Raymond Alfred Hull * [[/George Maxwell Hull|Hull, George Maxwell]] [https://www.familysearch.org/tree/person/details/L6LQ-S44] - 1916(Vic)-1987(Vic) - Licences: 3ZS Melbourne (Canterbury, 1946-1980+) - Qualifications: cc; AOCP 2307, 1939, Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Canterbury, 1943); proprietor (Canterbury, 1949-1980) * [[/Raymond Alfred Hull|Hull, Raymond Alfred]] [https://www.familysearch.org/tree/person/details/GZP1-BSL] - 1908(NZ)-1967(WA) - Licences: 6RH Pingrup (1929-1931); 6RH Perth (Wembley, 1937; Mt Hawthorn, 1939) - Qualifications: cc; AOCP 558, 1929, No. ?? in WA; 2COCP 590, 1942 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, 1934); traveller (Subiaco, 1949); sales director (Victoria Park, 1958-1963) - Relationships: brother of 6FH Frederick Atherley Hull * [[/Ross Amos Hull|Hull, Ross Amos]] [https://www.familysearch.org/tree/person/details/GWQD-P5W] - 1902(Vic)-1938(USA) - Licences: 3JU Melbourne (St Kilda, 1922-1925) - Qualifications: Nil yet identified - amateur broadcaster; radio clubs (WIA Vic Kew, president, 1923); journalist (Wireless Weekly, technical editor; QST, technical editor) - Relationships: brother of William Howard Hull & Allan Galbraith Hull - Electoral Rolls: draftsman (St Kilda, 1924-1925) - Comment: Gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW198902.pdf EA] * [[/William Howard Hull|Hull, William Howard]] [https://www.familysearch.org/tree/person/details/G7WJ-723] - 1891(Tas)-1955(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Relationships: brother of 3JU Ross Amos Hull & Allan Galbraith Hull - Electoral Rolls: electrical engineer (Cobungra, 1914-1915); engineer (Armadale, 1921; Brighton, 1922-1931; Caulfield, 1934-1949); retired (Beaconsfield Upper, 1954) ===''HUME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest James Hume|Hume, Ernest James]] [https://www.familysearch.org/tree/person/details/GZYR-TZM] - 1869(Vic)-1929(SA) - Licences: Nil - Qualifications: AOCP ??, 19??, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: - Relationships: wife of Stella Leonora Harriet Hume nee Jeremy; son of James Hill Hume, father of Ernest Jeremy Hume * [[/Ernest Jeremy Hume|Hume, Ernest Jeremy]] [https://www.familysearch.org/tree/person/details/GZYT-727] - 1906(SA)-1988(Vic) - Licences: Nil - Qualifications: Nil - chief engineer 5DN - Electoral Rolls: engineer (North Unley, 1939-1941; Oakleigh, Vic, 1949-1963; Carnegie, 1968-1977) - Relationships: grandson of James Hill Hume, son of Ernest James Hume and Stella Leonora Harriet Hume nee Jeremy * [[/Geoffrey Vincent Hume|Hume, Geoffrey Vincent]] [https://www.familysearch.org/tree/person/details/GQCL-NM1] - 1909(NSW)-1998(NSW) - Licences: 2GV Sydney (Cremorne, 1927-1930); 2AMD Sydney (Mosman, 1939) - Qualifications: AOCP 365, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio technician (Neutral Bay, 1930-1936; Mosman, 1937); RAAF (Ballarat, 1942); clerk (Turramurra, 1949); technical assistant (Pymble, 1954-1980) * [[/James Hill Hume|Hume, James Hill]] [https://www.familysearch.org/tree/person/details/GZYT-SLD] - 1822(??)-1887(Vic) - Licences: Nil - Qualifications: Nil - alleged very early wireless experimenter - Electoral Rolls: - Relationships: father of Ernest James Hume; father-in-law of Stella Leonora Harriet Hume nee Jeremy; grandfather of Ernest Jeremy Hume * [[/Stella Leonora Harriet Jeremy|Hume nee Jeremy, Stella Leonora Harriet]] [https://www.familysearch.org/tree/person/details/GZYT-33D] - 1882(Vic)-1953(NSW) - Licences: Nil - Qualifications: Nil - radio announcer (early 5DN) - Electoral Rolls: - Relationships: wife of Ernest James Hume; daughter-in-law of James Hill Hume; mother of Ernest Jeremy Hume ===''HUMPHRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] - See Innis Jane Lovett Spotswood 4JH * [[/Jack Lawrence Humphry|Humphry, Jack Lawrence]] [https://www.familysearch.org/tree/person/details/M7P4-M7M] - 1889(Qld)-1953(Qld) - Licences: 4JK Poopoonbah via Giru (1934-1939) - Qualifications: cc; AOCP 1349, 1934, Qld - amateur operator; amateur broadcaster; WW1 - Relationships: Husband of 4JH Innis Jane Lovett Humphry nee Spotswood - Electoral Rolls: farmer (Hodel, Ayr, Qld, 1912-1937; Poopoonbah, 1949-1954) ===''HUNT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Alexander Hunt|Hunt, Joseph Alexander]] [https://www.familysearch.org/tree/person/details/GFM1-9MM] - 1912(WA)-2002(WA) - Licences: 6JA Perth (Maylands, 1938-1939); 6JD Perth (Rockingham, 1960) - Qualifications: cc; AOCP 2112, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1936; Maylands, WA, 1937-1949); retired (Rockingham, WA, 1972) ===''HUPPATZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Huppatz|Huppatz, William George]] [https://www.familysearch.org/tree/person/details/MWTP-DF5] - 1900(Vic)-1970(SA) - Licences: 5GW Cowandilla (1931-1933); 5GW Naracoorte (1937-1939) - Qualifications: cc; AOCP 801, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Naracoorte, SA, 1939); engineer (Cowandilla, 1941-1943) ===''HURLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Hurll|Hurll, Norman James]] [https://www.familysearch.org/tree/person/details/GZXC-BFF] - 1904(NSW)-2003(Qld, 98yo) - Licences: 2BC Sydney (Killara, 1924-1930); 4NJ Tallebudgera Creek (1931-1935); 2HJ Sydney (Killara, 1935-1937; Roseville, 1938-1939); 2IN?/2DKH Sydney (1980+) - Qualifications: cc; AOCP 96, 1925, No. ?? in NSW - amateur operator, amateur broadcaster, military (WW2, CMF, CINT), business proprietor (Gas Light Engineering) - Electoral Rolls: engineer (Killara, 1930); merchant (Killara, 1936-1937); soldier (Strathfield, 1943); company manager (Burwood, 1949-1963); Managing Director (Killara, 1968); Director (Killara, 1972-1980) ===''HURRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Bruce Hurry|Hurry, Ronald Bruce]] [https://www.familysearch.org/tree/person/details/G8V2-G1C] - 1911(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 693, 1930, No. ?? in ?? - amateur operator?, amateur broadcaster?, electrical engineer, teacher - Electoral Rolls: Nil yet identified ===''HUSBAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Errol Husband|Husband, Norman Errol]] [https://www.familysearch.org/tree/person/details/L6F7-N7B] - 1893(Qld)-1961(NSW) - Licences: XABY Sydney (North Sydney, 1913-1914); 4CV Receive Charters Towers (1923); 4CV Charters Towers (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: motor engineer (Charters Towers, 1917-1922; Mackay, 1925-1937); engineer (Darlinghurst, 1949-1958) ===''HUTCHINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Thomas Edwards Hutchings|Hutchings, Allan Thomas Edwards]] [https://www.familysearch.org/tree/person/details/M7GB-2TM] - 1903(Vic)-1973(Vic) - Licences: 3HL Receive Callawadda (1922-1923); 3HL Callawadda (1924-1969) - Qualifications: cc; AOCP 65, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: son of 3HM Elizabeth Lilian Hutchings nee Edwards; brother of 3HQ Marjorie Lilian Williamson nee Hutchings - Electoral Rolls: farmer (Callawadda, 1927-1972) * [[/Elizabeth Lilian Edwards| Hutchings nee Edwards, Elizabeth Lilian]] [https://www.familysearch.org/tree/person/details/M7GB-25T] - 1877(Vic)-1943(Vic) - Licences: 3HM Callawadda (1932-1939) - Qualifications: cc; AOCP 509, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1926-1942) - Relationships: mother of 3HL Allan Thomas Edwards Hutchings and 3HQ Marjorie Lilian Williamson nee Hutchings - First woman in Australia to hold an amateur licence under the AOCP regime - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1925-1942) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Marjorie Lilian Hutchings|Williamson nee Hutchings, Marjorie Lilian]] [https://www.familysearch.org/tree/person/details/LB52-GSC] - 1912(Vic)-1988(Vic) - Licences: 3HQ Callawadda (1932-1939; 1946-1948); 3HQ Melbourne (Bentleigh, 1954-1980+) - Qualifications: cc; AOCP 1030, 1932, No. ?? in Vic - amateur operator, amateur broadcaster - Relationships: daughter of 3HM Elizabeth Lillian Hutchings nee Edwards; sister of 3HL Allan Thomas Edwards Hutchings - Electoral Rolls: home duties (Callawadda, 1934-1937); nurse (Alfred Hospital, Prahran, 1943); home duties (Callawadda, 1949; Bentleigh, 1949-1968) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''HUTCHINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Elwood Hutchinson|Hutchinson, Charles Elwood]] [https://www.familysearch.org/tree/person/details/G612-S6J] - 1894(Vic)-1942(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 728, 1922; 2COCP 278, 1930; 1COCP 307, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Esperance, 1919); radio telegraphist (Darwin, NT, 1922); telegraphist (Esperance, 1925-1931); radio telegraphist (Broome, WA, 1936-1937; Alberton, SA, 1939; Yatala, SA, 1941) * [[/John Victor Thomas Hutchison|Hutchison, John Victor Thomas]] [https://www.familysearch.org/tree/person/details/G89S-PY2] - 1907(NZ)-1975(NSW) - Licences: 2JH Sydney (Kirribilli, 1927-1937; West Ryde, 1938-1939; Croydon, 1946-1955; Bardwell Park, 1956-1965; Castle Cove, 1969-1975) - Qualifications: AOCP 374, 1927, No. ?? in NSW; CPRTelephony 1010, 1928 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Milson's Point, 1930-1937); laboratory assistant (Croydon, 1943-1949); radio technician (Bardwell Park, 1958-1968) ===''HUTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Hutson|Hutson, James William]] [https://www.familysearch.org/tree/person/details/G8N9-Z6J] - 1912(Vic)-1931(Vic) - Licences: 3JH Echuca (1930-1931) - Qualifications: AOCP 635, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon ===''HUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Hutton|Hutton, David]] [https://www.familysearch.org/tree/person/details/G8ZT-JXG] - 1912(Sct)-2003(NSW) - Licences: 2DH Abermain (1929-1934) - Qualifications: AOCP 551, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abermain, 1934-1963; Klworth, 1972-1977); retired (Klworth, 1980) ===''HYLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Philip Hyland|Hyland, Leonard Philip]] [https://www.familysearch.org/tree/person/details/K8N6-XLK] - 1903(Tas)-1942(Tas) - Licences: 7LP Hobart (City, 1936-1939) - Qualifications: cc; AOCP 1791, 1936, No. ?? in Tas; BOCP 271, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Hobart Central, 1928) - Comment: Passed on Duty; Gone too soon - Links: [https://www.themercury.com.au/news/tasmania/tasmania-fire-service-chief-chris-arnol-urges-everyone-to-reflect-on-the-selflessness-of-firefighters-in-the-pursuit-of-public-safety/news-story/59c6315bbf383ef9bb4e270d60cd9296 Mercury] =='''I'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''IKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William George Ikin|Ikin, William George]] [https://www.familysearch.org/tree/person/details/LWFZ-C37] - 1887(NSW)-1974(Vic) - Licences: 4SM Townsville (1925-1926); 4SM Brisbane (New Farm, 1927) - Qualifications: cc; AOCP 201, 1925, No. 18 in Qld - amateur operator; amateur broadcaster (dealer licence); WW1 - Electoral Rolls: mechanical engineer (Gladstone, 1913); engineer & electrician (Barcaldine, 1914); manager (Strand Motors, Townsville, 1925); motor mechanic (Mt Garnet, 1937-1949; Cardwell, 1949); farmer (Mareeba, 1954-1972) ===''INGLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Stanley Inglis|Inglis, Kenneth Stanley]] - 1929(Vic)-2017(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - historian (ABC); "This is the ABC"; "Whose ABC?" - Electoral Rolls: - Links: [[w:Ken Inglis|Wikipedia]] [https://www.tandfonline.com/doi/full/10.1080/1031461X.2018.1493961 Obit] ===''IRELAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Keith Ireland|Ireland, Leslie Keith "Keith"]] [https://www.familysearch.org/tree/person/details/LRMD-BPV] - 1908(SA)-1942(SA) - Licences: 5KR Mt Gambier (1933-1939) - Qualifications: cc; CPRT 950, 1927; AOLCP 60, 1932 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: radio dealer (Mt Gambier, SA, 1939-1941) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/633509 VWMA]; [https://www.awm.gov.au/collection/R1721431 AWM]; [https://aviationmuseumwa.org.au/afcraaf-roll/ireland-leslie-keith-47849/ AHM] ===''IRESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melville Charles Gladstone Ireson|Ireson, Melville Charles Gladstone]] [https://www.familysearch.org/tree/person/details/GMZT-ML6] - 1898(Vic)-1955(Vic) - Licences: 3ZY Kyneton (1931-1933); 3AIR Kyneton (1947-1955) - Qualifications: cc; AOCP 305, 1926, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Maldon, 1919); telegraphist (Ballarat, 1925); postal employee (Kyneton, 1931-1954) ===''IRVINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Irvine|Irvine, William]] - 1907(???)-19??(???) - Licences: 4IR Brisbane (Mitchelton, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1987, 1937, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous WIs - Electoral Rolls: Nil yet identified ===''IRVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Lawson Irving|Irving, Cyril Lawson]] [https://www.familysearch.org/tree/person/details/GXZT-65R] - 1912(Qld)-1992(Qld) - Licences: 4WL Brisbane (Annerley, 1933-1939) - Qualifications: cc; AOCP 1199, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Coorparoo, Qld, 1943-1980) ===''ISLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Clifford Isles|Isles, James William Clifford "Clifford"]] [https://www.familysearch.org/tree/person/details/LBVH-RV1] - 1894(Qld)-1967(Qld) - Licences: 4CC Receive Brisbane (Ascot, 1922); 4CC Brisbane (Ascot, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club member (QWI); business proprietor (Isles Love & Co, Allan & Stark); WW1 - Electoral Rolls: clerk (Hamilton, 1915-1937); manager (Hamilton, 1943-1958); director (Hamilton, 1963) ===''ISRAEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Samuel Israel|Israel, Morris Samuel]] [https://www.familysearch.org/tree/person/details/GZQ4-CBC] - 1896(Vic)-1965(Vic) - Licences: XMU Melbourne (St Kilda, 1913); 3ZN Melbourne (St Kilda, 1923-1924; Malvern, 1925-1926; Burwood, 1927); 3ZN Geelong, 1931-1933; 3ZN Melbourne (Burwood, 1937-1939, 1946-1955) - Qualifications: cc; AOCP 13, 1924, No. ?? in Vic; AOLCP 35, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcasting executive; WW2 - Electoral Rolls: soldier (St Kilda, 1919-1924); radio mechanic (Burwood, 1926-1928); broadcasting engineer (Geelong, 1931); engineer (Geelong North, 1936; Camberwell, 1937-1963); ===''IVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil Albert Ives|Ives, Cecil Albert]] [https://www.familysearch.org/tree/person/details/GZLJ-848] - 1916(SA)-1942(Vic) - Licences: 5AF Adelaide (Glenelg, 1935-1939) - Qualifications: cc; AOCP 1451, 1935, SA - amateur operator, amateur broadcaster; WW2 - Electoral Rolls: commercial artist (Glenelg, 1939-1943) - Sacrifice: "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/ives-cecil-albert-300407/] =='''J'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''JACKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil Jackson|Jackson, Alfred Cecil "Alf"]] [https://www.familysearch.org/tree/person/details/LDLP-F65] - 1900(NSW)-1972(NSW) - Licences: 4AJ Brisbane (Fairfield, 1931); 2BO Bangalow (1933) - Qualifications: cc; CPRT 620, 1921; 1COCP 67, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG, Brisbane Cmcls); state public servant (4QG) - Electoral Rolls: radio engineer (Fairfield, Qld, 1928-1931); farmer (Possum Creek, NSW, 1934-1937); mechanic (Fairfield, Qld, 1943-1954); farmer (O'Possum Creek via Bangalow, NSW, 1958-1963) * [[/Alfred George Jackson|Jackson, Alfred George]] [https://www.familysearch.org/tree/person/details/LY5P-2X1] - 1864(Eng)-1935(Qld) - Licences: 4DG Receive Brisbane (Wynnum, Qld, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; radio clubs (WIQ, QWI, WIAQ); electrical engineer - Relationships: father of Arthur Appleton Jackson - Electoral Rolls: electrical engineer (South Brisbane, Qld, 1903-1913); electrician (Wynnum, Qld, 1914-1934) * [[/Arthur Appleton Jackson|Jackson, Arthur Appleton]] [https://www.familysearch.org/tree/person/details/LY55-M8F] - 1891(Qld)-1985(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster; radio clubs (QWI, WIAQ); electrical engineer; business proprietor; Relationships: son of Alfred George Jackson - Electoral Rolls: electrical engineer (Wynnum, Qld, 1913-1914; Morningside, Qld, 1915-1919; Wynnum, Qld, 1919; South Brisbane, Qld, 1921-1968); retired (Hill End, Qld, 1972; Highgate Hill, Qld, 1977; Hopetoun Home, Oxley, Qld, 1980) * [[/James William Jackson|Jackson, James William "Jim"]] [https://www.familysearch.org/tree/person/details/G7FH-JCW] - 1916(Qld)-2011(Qld) - Licences: 4CN Brisbane (Cribb Island, 1938-1939; 1946-1969; Lawnton, 1975-1980) - Qualifications: cc; AOCP 2096, 1938, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); military (WW2,Northern Command Signals); farmer/electrician/radio & TV serviceman - Electoral Rolls: farmer (Cribb Island, Qld, 1937-1968); rubber worker (Lawnton, Qld 1972-1980) * [[/Thomas William Jackson|Jackson, Thomas William]] - 1830(Eng)-1918(Vic) - Deputy Postmaster-General Victoria ca 1880, clubs & societies (Telegraph Electrical Society Vic, member, ca 1880) ===''JAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Russell James|James, Brian Russell]] [https://www.familysearch.org/tree/person/details/GZLV-GXV] - 1920(SA)-1944(Europe) - Licences: 5BL Adelaide (1939) - Qualifications: AOCP 2293, 1939, SA - amateur operator, amateur broadcaster, WW2 (RAAF, 76 Squadron RAF, Flying Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://highgate-rsl.org.au/afcraaf-roll/james-brian-russell-417490/] * [[/Hector Keith James|James, Hector Keith]] [https://www.familysearch.org/tree/person/details/GZV7-WVL] - 1905(NSW)-1966(NSW) - Licences: 2XA Receive Sydney (Summer Hill, 1923); 2XA Sydney (Summer Hill, 1924-1933; Ashfield, 1934; Double Bay, 1935-1936; Coogee, 1937-1938; Woollahra, 1939; Summer Hill, 1948-1961) - Qualifications: cc; AOCP 183, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Summer Hill, 1930-1933), engineer (Edgecliff, 1936; Ashfield, 1949; Summer Hill, 1943-1963) * [[/Herbert Ronald James|James, Herbert Ronald]] [https://www.familysearch.org/tree/person/details/GDRD-1SM] - 1904(Vic)-1982(Vic) - Licences: 3LH Birchip (1931-1933); 3LH Drouin (1938-1939); 7LH Western Junction (1947); 7LH Launceston (1948); 3AJJ Melbourne (Deepdene, 1954); 3AJJ Lubeck (1955-1956); 3AJJ Braeside (1960); 3AJJ Rupanyup (1965-1969); 3AJJ Nowa Nowa (1975-1980) - Qualifications: cc; AOCP 813, 1931, Vic; BOCP 17, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Merbein, 1925); fitter & turner (Merbein, 1928-1931); radio engineer (Merbein, 1936); technician (Western Junction, Tas, 1949); radio engineer (Deepdene, 1954); technician (Rupanyup, 1963-1968); retired (Nowa Nowa, 1972-1980) * [[/R. James|James, R.]] - 19??(???)-19??(???) - Licences: XZE via Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified * [[/Thomas Reynolds James|James, Thomas Reynolds]] - 19??(???)-19??(???) - employment (Vic Posts & Telegraphs, worked on original Melbourne-Williamstown telegraph line 1854, later in charge of Melbourne Telegraph Office, but transferred to inspectorial work in 1879 due to disorganisation, reinstated in 1880) ===''JAMIESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Jamieson|Jamieson, Charles William]] [https://www.familysearch.org/tree/person/details/L4SY-YNQ] - 1896(Vic)-1971(Vic) - Licences: XJW Melbourne (St Kilda, 1913-1914); 3CJ Melbourne (East St Kilda, 1924-1926); 3XX Melbourne (East Malvern, 1954-1975) - Qualifications: cc; BOCP 130, 1937 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: engineer (St Kilda, 1921-1925); mechanic (Malvern, 1926-1968) * [[/John Edward Jamieson|Jamieson, John Edward]] [https://www.familysearch.org/tree/person/details/G8VS-M43] - 1910(WA)-1957(WA) - Licences: 6LA Perth (Beaconsfield, 1930-1933); 6LA Kalgoorlie (1938-1939) - Qualifications: cc; AOCP 673, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio salesman (Kalgoorlie, 1936-1937); salesman (Kalgoorlie, 1943); radio engineer (Kalgoorlie, 1949-1954) ===''JANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Harold Jansen|Jansen, Claud or Claude Harold]] [https://www.familysearch.org/tree/person/details/GDGS-9TN] - 1890(NSW)-1968(NSW) - Licences: V751 Receive Yarrawonga (1922); 3GW Receive Yarrawonga (1922)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: printer (Yarrawonga, 1913-1922); linotype engineer (Yarrawonga, 1924-1931); printer (Shepparton, 1934-1937); linotype operator (Albury, 1937-1949); engineer (Albury, 1954-1968) ===''JARDINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Jardine|Jardine, William Ronald]] [https://www.familysearch.org/tree/person/details/G8ZC-T63] - 1911(Vic)-1983(Vic) - Licences: 3PR Melbourne (Essendon, 1929-1933); 3PR Leongatha (1937-1939, 1946-1980+) - Qualifications: AOCP 533, 1929, No. ?? in Vic; AOLCP 108, 1933 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farm labourer (Craigieburn, 1934); dairy farmer (Leongatha, 1937-1954); salesman (Leongatha, 1963-1980) ===''JARMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Arthur Jarman|Jarman, Oswald Arthur]] [https://www.familysearch.org/tree/person/details/G612-K6Y] - 1894(SA)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 162, 1915; 1COCP 37, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Broome, WA, 1921-1922); telegraphist (Applecross, WA, 1925; Surrey Hills, Vic, 1928); supervisor (Bentley, Vic, 1931-1954) ===''JARVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jack Edwin Jarvis|Jarvis, Vincent Jack Edwin "Victor", "Vic"]] [https://www.familysearch.org/tree/person/details/GZ2K-6FP] - 1912(WA)-1941(Libya) - licences: 2VJ Orange (1930-1933), 2VJ Dubbo (1934), 2VJ Wellington (1935-1936), 2VJ Bathurst (1937), 2VJ Griffith (1938-1939) - qualifications: AOCP 695, 1930, No. ?? in NSW; BOCP 46, 1936 - amateur operator, amateur broadcaster (2VJ Wellington), broadcast engineer (2BS, 2RG), WW2 (RAAF, Rathmines Flying Boats Base, Palestine, Egypt, Libya) - electoral rolls: radio mechanic (Wellington, 1936), radio engineer (Bathurst, 1937), wireless operator (Rathmines, 1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/633817] ===''JEFFRYES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Harry Jeffryes|Jeffryes, Sydney Harry]] - 1884(Qld)-19??(???) - X?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), ship's wireless operator, member of the Australasian Antarctic Expedition 1911-1914 ===''JEFFS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jeffs|Jeffs, Vincent]] [https://www.familysearch.org/tree/person/details/GX4T-4M8] - 1912?(???)-1970(Qld) - Licences: 4VJ Brisbane (Taringa, 1931-1933; City, 1934-1939, 1946; Gordon Park, 1948-1969) - Qualifications: cc; AOCP 753, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio cub (WIAQ, life member, lecturer, code instructor, field days, JOTA, conventions, operator 4WI); business proprietor (Jeffs Radio) - Electoral Rolls: salesman (Taringa, Qld, 1934; New Farm, Qld, 1936-1937; Taringa, Qld, 1937); radio manufacturer (New Farm, Qld, 1943); salesman (Taringa, Qld, 1949); businessman (Gordon Park, Qld, 1958-1968) ===''JENNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Jenner|Jenner, John Henry]] [https://www.familysearch.org/tree/person/details/K2Y9-64Z] - 1877(Eng)-1961(NSW) - Licences: 7BM Receive Premaydena (1923); Receive Premaydena (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 2ABM John Ingoldsby Jenner - Electoral Rolls: law clerk (Lindisfarne, 1914); orchardist (Koonya, 1919-1928); Xray technician (Double Bay, NSW, 1930; Bondi, 1933-1935) * [[/John Ingoldsby Jenner|Jenner, John Ingoldsby]] [https://www.familysearch.org/tree/person/details/LKY4-7S2] - 1904(Eng)-1980(???) - Licences: 2ABM Sydney (Maroubra, 1933-1939) - Qualifications: cc; AOCP 1194, 1933, NSW - amateur operator; amateur broadcaster - Relationships: Son of 7BM John Henry Jenner - Electoral Rolls: engineer (Haberfield, 1930; Bondi, 1933-1935); telephone engineer (Maroubra, 1937); engineer (Maroubra, 1943-1954; Revesby, 1968); retired (Turramurra, 1972); engineer (Revesby, 1980) ===''JENNISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Jennison|Jennison, Joseph William]] [https://www.familysearch.org/tree/person/details/LTS7-316] - 1899(Vic)-1965(Vic) - Licences: 2JJ Mathoura (1928-1939); 2MX Mathoura (1948-1950) - Qualifications: AOCP 414, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: farmer (Mathoura, 1930-1949; Echuca, 1954; Deniliquin, 1958); nil (Echuca, 1963) (Licences in the name of his father John William Jennison but most likely son was operator, father passed in 1942) ===''JENSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jens August Jensen|Jensen, Jens August]] [https://www.familysearch.org/tree/person/details/GXQM-1MX] - 1865(Vic)-1936(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - Minister for Navy (1915-1917) - Comment: famously dismissed for corruption in respect of purchase of Shaw Wireless Works in 1916 - Electoral Rolls: licensed victualler (Beauty Point, Tas, 1914-1919); orchardist (Beauty Point, Tas, 1919-1922); no occupation (Elsternwick, Vic, 1936) - Links: [[w:Jens_Jensen_(politician)|Wikipedia]] [https://adb.anu.edu.au/biography/jensen-jens-august-6840 ADB] * [[/Laurence Richard Hopkins Jensen|Jensen, Laurence or Lawrence Richard Hopkins]] [https://www.familysearch.org/tree/person/details/GZ6V-MJ1] - 1906(Tas)-1974(Tas) - Licences: 7BL Receive West Devonport (1923); Receive West Devonport (1923-1924); 7LJ Launceston (1925-1939, 1947-1969+) - Qualifications: cc; AOCP 78, 1925, No. ?? in Tas; BOCP 215, 1939; 1AOCP 9, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (New Town, 1928); teacher (New Town, 1936-1972) ===''JENVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Walter Jenvey|Jenvey, Henry Walter]] [https://www.familysearch.org/tree/person/details/G4QJ-7TS] - 1851(Eng)-1932(Vic) - Licences: AA Melbourne 1900; X?? Melbourne - early wireless experimenter, arguably his use of the identifier AA was the first use of an Australian callsign; arguably Australia's first amateur operator as the majority of his experiments were self-funded and in his own time - Qualifications: cc; Nil yet identified - employment (Vic P & T; PMGD) - Relationships: father of 3WW William Walter Jenvey - Electoral Rolls: electrical engineer (Brighton, 1909); public servant (Caulfield East, 1919-1931) * [[/William Walter Jenvey|Jenvey, William Walter "Bill"]] [https://www.familysearch.org/tree/person/details/G4QV-9GL] - 1904(Vic)-1981(Qld) - Licences: 3AY Melbourne (Caulfield, 1922-1927; Ormond, 1931-1938); 2YJ Sydney (Concord, 1939); 3AY Melbourne (Ormond, 1947); 2ZO Sydney (Willoughby, 1948-1969); 2ZO Noosa Heads (1980) - Qualifications: cc; CPRT 824, 1924; 1COCP 68, 1930 - amateur operator; amateur broadcaster - Relationships: son of Henry Walter Jenvey - Electoral Rolls: telegraphist (Caulfield, Vic, 1926-1927); operator (Bentleigh, Vic, 1931-1937); radio engineer (Croydon, NSW, 1943; Willoughby, NSW, 1949-1968); engineer (Willoughby, NSW, 1972); nil (Nelligen, NSW, 1977; Noosa Heads, Qld, 1980) ===''JERRARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Joseph Jerrard|Jerrard, Frederick Joseph]] [https://www.familysearch.org/tree/person/details/LB43-BKT] - 1899(Qld)-1963(Qld) - Licences: 4DR Receive Gayndah (1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Gayndah, 1921-1930); motor mechanic (Gayndah, 1936-1937); engineer (Indooroopilly, 1943-1963) ===''JESSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick Ferman Jessop|Jessop, Patrick Ferman]] [https://www.familysearch.org/tree/person/details/G6QN-8HV] - 19??(Eng?)-19??(Qld?) - Licences: 4PJ Kamma (1925-1927); 4PJ Cairns (Hambledon, 1937-1939) - Qualifications: cc; Nil yet identified (England?) - amateur operator; amateur broadcaster; WW1(RFC) - Halcyon: not mentioned - Electoral Rolls: labourer (Edmonton, 1922-1930); weigh bridge clerk (Hambledon, 1936-1943) ===''JEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Jewell|Jewell, Thomas John]] [https://www.familysearch.org/tree/person/details/GDYD-YH1] - 1905(WA)-1965(WA) - Licences: 6CA Receive Perth (Subiaco, 1923); 6JJ Perth (Victoria Park, 1927); 6JJ Kalgoorlie (1930-1931); 6JJ Perth (Victoria Park, 1933-1939) - Qualifications: cc; CPRT 876, 1925; 1COCP 129, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Victoria Park, WA, 1931-1937); radio inspector (Victoria Park, WA, 1943; Scarborough, WA, 1949); inspector (Scarborough, WA, 1954-1963) ===''JOHNSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Johnson|Johnson, Arthur]] [https://www.familysearch.org/tree/person/details/GXD7-X12] - 1921(Qld)-2004(Qld) - Licences: 4PX Brisbane (Hendra, 1938-1939; Ascot, 1946-1948; Hendra, 1954-1975), 4PX Buddina Beach (1980+) - Qualifications: cc; AOCP 2093, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (Sunshine Coast ARC); military (WW2, AIF, Signals) - Comment: Several contemporaneous AJs - Electoral Rolls: Commonwealth public servant (Hendra, Qld, 1968) + others * [[/Carl Francis Johnson|Johnson, Carl Francis]] [https://www.familysearch.org/tree/person/details/LH8T-HSH] - 1899(Tas)-1985(Tas) - Licences: Receive Hobart (West Hobart, 1923); 7AR Hobart (West Hobart, 1924-1939) - Qualifications: cc; AOCP 218, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: federal servant (West Hobart, 1922-1954) * [[/Edward Norman Johnson|Johnson, Edward Norman]] [https://www.familysearch.org/tree/person/details/MM4W-MLQ] - 1886(Vic)-1960(USA) - Licences: Receive Warrnambool (1923); 3ZO Warrnambool (1923-1924); 3ZO Horsham (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (East Melbourne, 1909); manager (Wonthaggi, 1914); draper (Newtown, 1917); traveller (Geelong, 1919) * [[/H. B. Johnson|Johnson, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1926); 5HB Adelaide (Henley Beach, 1937-1939) - Qualifications: AOCP 252, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: - common surname, individual not yet identified * [[/Ivo Uric Johnson|Johnson, Ivo Uric]] [https://www.familysearch.org/tree/person/details/G9VV-H8S] - 1903(NSW)-1961(Qld) - Licences: 4KL Cairns (1933-1960) - Qualifications: cc; CPRT 813, 1924; 2COCP 668, 1942; 1COCP 655, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Cairns, Qld, 1936-1963) * [[/Joseph Murray Johnson|Johnson, Joseph Murray]] [https://www.familysearch.org/tree/person/details/L5YM-M5N] - 1889(NSW)-1986(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 113, 1915; 1COCP 200, 1931 - RANRS (CPO to Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: engineer operator (Geraldton, 1915-1917); radio expert (Lane Cove, NSW, 1930-1934); engineer (Brighton, Vic, 1936; Caulfield, 1937); engineer (Longueville, NSW, 1943-1949); manager (Turramurra, 1954-1963); retired (Strathfield, 1963; Port Macquarie, NSW, 1968-1977; Wauchope/Yrrs, 1980) ===''JOHNSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. B. Johnston|Johnston, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Norman Brint Johnston|Johnston, Norman Brint]] [https://www.familysearch.org/tree/person/details/G8NC-K7F] - 1913(WA)-1979(WA) - Licences: 6NJ Perth (South Fremantle, 1930-1933; Subiaco, 1937-1939) - Qualifications: cc; AOCP 642, 1930, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Subiaco, 1937-1943); radio mechanic (Maylands, 1943-1968; Mt Lawley, 1972-1977) * [[/Robert Walter Johnston|Johnston, Robert Walter]] [https://www.familysearch.org/tree/person/details/GXDS-FHJ] - 1914(Qld)-1963(Qld) - Licences: 4LQ Brisbane (Petrie Terrace, 1934-1939) - Qualifications: cc; AOCP 1270, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Petrie Terrace, Qld, 1936-1937); no occupation (Ingleburn, NSW, 1954-1958); retired (Petrie Terrace, Qld, 1963) * [[/William David Johnston|Johnston, William David]] [https://www.familysearch.org/tree/person/details/G8XJ-3RY] - 1909(Irl)-1985(NSW) - Licences: 2YZ Sydney (Ryde, 1930-1939, 1946-1948; Gladesville, 1950; Matraville, 1954-1980+) - Qualifications: AOCP 616, 1930, No. ?? in NSW; 2COCP 323, 1931; 1COCP 398, 1940 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Ryde, 1930-1943); radio engineer (Gladesville, 1949; Matraville, 1954-1980) ===''JOHNSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. D. Johnstone|Johnstone, H. D.]] - 19??(???)-19??(???) - Licences: 3HJ Melbourne (Surrey Hills, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified ===''JONASSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Peter Jonasson|Jonasson, Roy Peter]] [https://www.familysearch.org/tree/person/details/9KPW-ZL1] - 1908(Qld)-1989(Qld) - Licences: 4NG Alberton (1931-1933); 7NG Derwent Park (1937-1939); 3ND Castlemaine (1946-1969); 9NG, PNG; 4NE Brisbane (Kingston, 1980) - Qualifications: cc; AOCP 827, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, QRP Club, RAAF Wireless Reserve, Qld Listeners' League); employment (Qld State Electricity Commission) - Electoral Rolls: electrical fitter (Castlemaine, 1942-1972); retired (Kingston, Qld, 1972-1980) ===''JONES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Ernest Jones|Jones, Alfred Ernest]] [https://www.familysearch.org/tree/person/details/G61R-CTW] - 1894(NSW)-1970(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 241, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Comment: not all electoral roll entries identified, several contemporaneous AEJs; Electoral Rolls: radio telegraphist (Broome, WA, 1917-1922) * [[/David William Jones|Jones, David William]] - 19??(???)-19??(???) - Licences: 4DJ Brisbane (Chelmer, 1930-1933) - Qualifications: cc; AOCP 683, 1930, No. ?? in Qld - amateur operator, amateur broadcaster - Comment: several contemporaneous DWJs - Electoral Rolls: public servant (Chelmer, 1925-1931); engineer (Holland Park, 1958)? * [[/Lancelot Cyril Jones|Jones, Lancelot Cyril "Lance"]] [https://www.familysearch.org/tree/person/details/G8L3-2LS] - 1891(SA)-1971(SA) - Licences: XVB Adelaide (Hawthorn, 1913-1914); 5BQ Adelaide (Westbourne Park, 1923-1924); 5DN Adelaide (City, 1923-1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; co-founder 5DN commercial Adelaide - Electoral Rolls: manager (Broadway Estate, 1939-1943) * [[/Raymond Edward Jones|Jones, Raymond Edward]] [https://www.familysearch.org/tree/person/details/LL9R-FLM] - 1900(Vic)-1987(Vic) - Licences: 3RJ Melbourne (Ascot Vale, 1928; Box Hill, 1931-1939, 1946-1980+) - Qualifications: AOCP 407, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: telegraphist (Newmarket, 1921); public servant (Ascot Vale, 1922-1924); telegraphist (Box Hill, 1931-1943); supervisor (Box Hill, 1949-1963); retired (Box Hill, 1968-1980) * [[/Stanley William Jones|Jones, Stanley William]] [https://www.familysearch.org/tree/person/details/GZL8-BPL] - 1917(Vic)-1943(PNG) - Licences: 3SF Ballarat (1937-1939) - Qualifications: AOCP 1953, 1937, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Signalman, 6 Division Signals) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1687469] (beware, another Stanley William Jones died in WW2, Flight Sergeant, 626 Squadron) * [[/Walter Henry Jones|Jones, Walter Henry]] [https://www.familysearch.org/tree/person/details/G8NB-Z8F] - 1914(NSW)-1980(NSW) - Licences: 2PY Sydney (Marrickville, 1930-1933); 2RS Sydney (Marrickville, 1935-1939); 2WP Sydney (Bexley, 1965-1980) - Qualifications: AOCP 652, 1930, NSW; 1COCP 57, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless telegraphist (Bexley North, 1949-1972); telegraphist (Bexley North, 1977-1980); Beware: Another contemporaneous Walter Henry Jones in Sydney b.1915 m.Edith * [[/W. R. Jones|Jones, W. R.]] - 19??(???)-19??(???) - Licences: 4EK Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''JORDAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Jordan|Jordan, James "Jim"]] [https://www.familysearch.org/tree/person/details/GXHL-VNQ] - 1903(Sct)-1979(Qld) - Licences: 4JJ Ipswich (1933); 4JJ Bundaberg (1934-1939) - Qualifications: cc; AOCP 1162, 1933, Qld - amateur operator; amateur broadcaster; broadcast engineer (4BU); senior military (RAAF, Wing-Commander) - Electoral Rolls: striker (West Ipswich, Qld, 1932); radio mechanic (Bundaberg, Qld, 1934-1937) * [[/Robert Jordan|Jordan, Robert]] - 1893(NZ)-19??(???) - commercial operator (1COCP 4, 1914, No. 4 in Aus and Vic, Commonwealth system) - coastal station operator? ===''JUDD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Harvey Judd|Judd, Clarence Harvey]] [https://www.familysearch.org/tree/person/details/GXVF-9XS] - 1920(SA)-1986(SA) - Licences: 5HQ Adelaide (Colonel Light Gardens, 1954-1980) - Qualifications: cc; AOCP 3374, 1953, Qld - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/Oswald William Judd|Judd, Oswald William]] [https://www.familysearch.org/tree/person/details/GXVX-X56] - 1896(SA)-1934(SA) - Licences: XVF Adelaide (North Norwood, 1913); Receive Adelaide (Payneham, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: Nil yet identified =='''K'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''KANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Leslie Kane|Kane, John Leslie "Les"]] - 1910(Qld)-1985(Qld), 4ZZ Roma, amateur operator (AOCP 2335, 1939, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), senior state public servant (Qld Railways) ===''KAUFMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Samuel Donald Kaufman|Kaufman, Samuel Donald]] [https://www.familysearch.org/tree/person/details/LB6X-937] - 1904(NSW)-1988(NSW) - Licences: 2SK Sydney (Belmore, 1928-1939, 1946-1980+) - Qualifications: AOCP 448, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Belmore, 1933-1980) ===''KAUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Alexis Kauper|Kauper, Henry or Heinrich Alexis "Harry"]] [https://www.familysearch.org/tree/person/details/GZXZ-WYQ] - 1888(Vic)-1942(Vic) - Licences: S643 Adelaide (1921-1922); 5BG Adelaide (Dulwich, 1923-1926; Tusmore, 1927-1928) - Qualifications: cc; AOCP 97, 1925, No. ?? in SA - amateur operator; amateur broadcaster; broadcast engineer; inventor - Electoral Rolls: chauffer (Willaura, Vic, 1910); engineer (Richmond, Vic, 1931-1937) - [https://adb.anu.edu.au/biography/kauper-henry-alexis-harry-6898 ADB] ===''KAYESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Kayess|Kayess, Sydney]] [https://www.familysearch.org/tree/person/details/GCYG-NHD] - 1892(NSW)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified -RANRS (CPOE, 1917) - Electoral Rolls: fitter & turner (Cooktown, 1917); engineer (Hendra, Qld, 1919); engine driver (Charleville, Qld, 1921); mechanic (Mossman, 1925); motor mechanic (Watchem, Vic, 1928); auto engineer (Dulwich Hill, NSW, 1930); garage manager (New Lambton, NSW, 1930; Foveaux, NSW, 1933); engineer (Forest Lodge, NSW, 1935-1937); labourer (Darlinghurst, 1937; Glenmore, NSW, 1943); mechanical engineer trainee (Haberfield, NSW, 1949); engineer (Manly North, NSW, 1958) ===''KEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Patrick James Keane|Keane, John Patrick James]] [https://www.familysearch.org/tree/person/details/G8V5-P25] - 1903(NSW)-1964(NSW) - Licences: 2JN Cessnock (1930-1936; 2JN Sydney (Bexley, 1937-1939; McMahons Point, 1946-1961) - Qualifications: AOCP 698, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: storeman (Darling Harbour, 1930); clerk (Cessnock, 1931-1932; Newcastle, 1934; Bexley, 1935-1937; McMahons Point, 1943-1949; North Sydney, 1958-1963) ===''KEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Keast|Keast, Leslie John]] [https://www.familysearch.org/tree/person/details/K2QP-J6X] - 1886(SA)-1957(WA) - Journalist (Wireless Weekly; shortwave editor, Australasian Radio World, 1940-1951; Radio & Hobbies), professional monitor (OWI/VOA, WW2), silent era cinematographer - Electoral Rolls: licensed victuallar (Royal Hotel, Bowral, 1933-1934); ex-hotelkeeper (Coogee, 1935); clerk (Randwick North, 1936-1937); sales manager (Carlingford, 1943); organising secretary (Ermington, 1949-1958) ===''KEDDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Robert Keddie|Keddie, Phillip Robert]] [https://www.familysearch.org/tree/person/details/G67S-1T7] - 1921(SA)-2003(SA) - Licences: 5KZ Adelaide (Woodville Park, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1882, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: AMF (Woodville Park, SA, 1943) ===''KELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Edward Kells|Kells, Alfred Charles Edward]] [https://www.familysearch.org/tree/person/details/LTMT-7D3] - 1900(Vic)-1955(Vic) - Licences: Receive Melbourne (Moonee Ponds, 1923); 2430 Melbourne (Moonee Ponds, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: postal electrician (Moonee Ponds, 1921-1925); mechanic (Essendon, 1928-1954) ===''KELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Wainwright Kelly|Kelly, Alexander Wainwright]] [https://www.familysearch.org/tree/person/details/GZP6-G6V] - 1908(SA)-1954(SA) - Licences: Receive (Crystal) Largs Bay (1923); Receive Largs Bay (1923); 5AW Lyndoch (1927-1939); 5XO Loxton (1954) - Qualifications: cc; AOCP 358, 1927, No. ?? in SA - amateur operator; amateur Broadcaster - Electoral Rolls: winemaker (Berri, 1939-1943) * [[/Ross Donaldson Kelly|Kelly, Ross Donaldson]] [https://www.familysearch.org/tree/person/details/G7BG-2PR] - 1906(SA)-1959(SA) - Licences: 5LW Adelaide (Unley, 1937-1939; Hazelwood Park, 1948-1956) - Qualifications: cc; AOCP 2032, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: assurance agent (Dulwich, 1941-1943) ===''KELSO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham Kelso|Kelso, Graham]] [https://www.familysearch.org/tree/person/details/GXXH-9DH] - 19??(???)-19??(???) - Licences: 4EL Receive Brisbane (Nundah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: PMG technician (Petrie Terrace, Qld, 1958); technician (Brisbane, Qld, 1968; St Lucia, Qld, 1972-1980) ===''KEMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Kemble|Kemble, Frederick John]] [https://www.familysearch.org/tree/person/details/GZZ2-8WY] - 1915(SA)-1939(WA) - Licences: 6FJ Katanning (1936-1939) - Qualifications: cc; AOCP 1673, 1936, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: blacksmith's striker (Katanning, WA, 1937) ===''KEMP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Kemp|Kemp, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GZ2F-PYS] - 1910(Qld)-1997(Qld) - Licences: 4YA Yangan - Qualifications: cc; AOCP 1466, 1935, Qld; BOCP 110, 1937; 2COCP 123, 1937; 1COCP 163, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Swanfels, Qld, 1936-1937); radio technician (Kedron, Qld, 1943-1949; Wavell Heights, Qld, 1954-1980) * [[/Joseph Edward Kemp|Kemp, Joseph Edward]] [https://www.familysearch.org/tree/person/details/G691-NWV] - 1918(Tas)-1991(WA) - Licences: 7RZ Devonport (1937-1939); 7RZ Launceston (1946-1948) - Qualifications: cc; AOCP 1847, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio telegraphist (Como, 1949); radio officer (Esperance, 1954-1958; Yokine, WA, 1963-1980) ===''KEMPSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Kempster|Kempster, Frederick]] [https://www.familysearch.org/tree/person/details/LVPC-NHM] - 1900(SA)-1957(SA) - Licences: 5KM Darwin (1929-1931); 8KM Darwin (1937-1939) - Qualifications: cc; AOCP 543, 1929, No. ?? in NT - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Fullarton, 1934); supervisor (Fullarton, 1939-1943) ===''KENNA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Francis Kenna|Kenna, Vernon Francis "Vern" / "Marconi"]] [https://www.familysearch.org/tree/person/details/GS1D-4ZV] - 1908(Qld)-1987(NSW) - Licences: 4DE Receive Brisbane (Hamilton, 1923-1924); 4FK Brisbane (Hamilton, 1926-1939); 2JR Sydney (Middle Cove, 1980+) - Qualifications: cc; AOCP 301, 1926, No. 29 in Qld - amateur operator; amateur broadcaster; broadcast engineer (PMGD); radiocommunications engineer; senior public servant (PMG, ABC2); WW2 - Electoral Rolls: postal electrician (Hamilton, Qld, 1936-1954); engineer (Balwyn, Vic, 1963; Killara, 1963; Middle Cove, 1968-1972; Willoughby, 1977-1980) ===''KENNEDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Kennedy|Kennedy, Peter]] [https://www.familysearch.org/tree/person/details/GDKD-8Q7] - 1874(Vic)-1945(SA) - Licences: XYD Perth (City, 1913-1914); 6AM Perth (Mt Lawley, 1923-1927); 5AM Adelaide (City, 1928; Unley, 1931; New Parkside, 1933-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; senior federal public servant (PMG, concluding as Deputy Postmaster-General SA); WW1 - Awards: Imperial Service Order - Electoral Rolls: telegraphist (Leederville, 1903; Mt Lawley, 1910-1921); State Engineer (Maylands, 1925-1926); civil servant (New Parkside, 1939-1943) * [[/M. Kennedy|Kennedy, M.]] - 19??(???)-19??(???) - Licences: 4EP Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter Donald Kennedy|Kennedy, Walter Donald]] [https://www.familysearch.org/tree/person/details/LBRG-1WB] - 1869(NSW)-1951(NSW) - Licences: 2WK Sydney (Rockdale, 1925-1926; Willoughby, 1927-1929); 2WK Helensburgh (1930-1933); 2WK Sydney (East Sydney, 1934); 2WK Wallerawang (1935); 2WK Sydney (Rockdale, 1936-1939, 1946-1950) - Qualifications: cc; AOCP 121, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: clergyman (Murrumburrah, 1913; Helensburgh, 1930-1932); clerk (Darlinghurst, 1934-1935); clerk in Holy Orders (Rockdale, 1936-1949) ===''KENNY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Francis Kenny|Kenny, Edmund Francis]] [https://www.familysearch.org/tree/person/details/G8MB-R3M] - 1903(NSW)-1980(NSW) - Licences: 2EK Sydney (Lewisham, 1927-1928; Croydon, 1929; Ryde, 1930-1931; Granville, 1933-1939, 1946-1948); 2EK Wentworthville (1950-1980) - Qualifications: AOCP 373, 1927, No. ?? in NSW -amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1930); clerk (West Ryde, 1930-1933); engineer (Granville, 1935-1949); radio engineer (Wentworthville, 1954-1968); engineer (Wentworthville, 1972-1977) ===''KEOGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Keogh|Keogh, William George]] [https://www.familysearch.org/tree/person/details/GDJ4-H7G] - 19??(???)-1960(NSW) - Licences: 2ZA Receive Sydney (Stanmore, 1923); 2ZA Sydney (Summer Hill, 1923; Stanmore, 1924-1925); licensed operator 2AG Grace Bros Broadway - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Randwick North, 1943-1958) ===''KERBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Thomas John Kerby|Kerby, Edwin Thomas John]] [https://www.familysearch.org/tree/person/details/GM72-SFL] - 1888(Vic)-1971(Vic) - Licences: 7EK Ringarooma (1932-1939); 3KK Melbourne (Auburn, 1946-1969) - Qualifications: cc; AOCP 940, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW1; WW2 (Major) - Awards: Military Star 1914-1915; British War Medal, Victory Medal; MBE - Electoral Rolls: manager (Ballarat, 1909); restaurant keeper (Brunswick, 1914); electrical engineer (Richmond, 1914-1917); grazier (Ballarat, 1919); farmer (Linton, 1922); grazier (Fawkner, 1924-1925); engineer (St Kilda, 1943; Auburn, 1949-1968) - Links: [[w:Edwin Kerby|Wikipedia]] ===''KERMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Kermond|Kermond, Leslie John "Les"]] [https://www.familysearch.org/tree/person/details/G8W7-Y88] - 1912(Vic)-2007(Vic) - Licences: 3DX Warrnambool (1928-1980+) - Qualifications: AOCP 417, 1928, No. ?? in Vic; AOLCP 182, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: biograph operator (Warrnambool, 1936-1937); engineer (Swan Hill, 1942); radio engineer (Warrnambool, 1949-1980) ===''KERNICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Edwin Kernick|Kernick, Percy Edwin]] [https://www.familysearch.org/tree/person/details/LX7S-JW1] - 1888(NSW)-1965(WA) - Licences: 6PK Perth (South Perth, 1927-1939, 1946-1947) - Qualifications: cc; AOCP 378, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Sandstone/Mt Magnet, 1910); telegraphist (Brown Hill/Kalgoorlie, 1917; South Perth, 1925-1963) ===''KERR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dixon Kerr|Kerr, Alfred Dixon]] [https://www.familysearch.org/tree/person/details/GZT8-ZKF] - 1910(Vic)-1977(Vic) - Licences: 3AL Ballarat (1926-1939, 1946-1960); 3JQ Melbourne (Hawthorn, 1975) - Qualifications: AOCP 284, 1926, No. ?? in Vic; AOLCP 18, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Ballarat, 1931-1968); retired (Hawthorn, 1977) * [[/Roy Kerr|Kerr, Roy]] [https://www.familysearch.org/tree/person/details/GXHP-SBX] - 1917(Qld)-1988(Qld) - Licences: 4DK Winton (1937-1939); 4DK Brisbane (Tingalpa, 1946-1951) - Qualifications: cc; AOCP 1941, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; federal public servant (PMGD, telegraphist) - Relationships: brother of Vernon Lester Kerr 4LK - Electoral Rolls: * [[/Vernon Lester Kerr|Kerr, Vernon Lester "Vern"]] [https://www.familysearch.org/tree/person/details/GXHP-MCW] - 1912(Qld)-1979(Qld) - Licences: 4LK Winton (1932-1933); 4LK Cloncurry (1937-1939, 1946-1948); 4LK Charters Towers (1954-1969); 4LK Charleville (1975) - Qualifications: cc; AOCP 800, 1931, No. ?? in Qld; COCP 1941, amateur operator; amateur broadcaster; radio club (WIAQ, Soc Wireless Pioneers USA); employment (RFDS, technical officer / controller / announcer) - Relationships: brother of Roy Kerr 4DK - Electoral Rolls: radio technician (Charters Towers, Qld, 1954-1977); technician (Charleville, Qld, 1977) ===''KHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kullandar Jallander Khan|Khan, Kullandar Jallander]] [https://www.familysearch.org/tree/person/details/GX89-VLY] - 1916(Qld)-1983(Qld) - Licences: 4QA Cairns (1937-1939, 1947); 4DC Cairns (1948-1960); 4DC Brisbane (New Farm, 1965-1980+) - Qualifications: cc; AOCP 1979, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 4QA may have been withdrawn by PMGD for 4QA Cairns - Electoral Rolls: picture theatre operater (Cairns, Qld, 1943); radio serviceman (Cairns, Qld, 1954-1958); tv technician (New Farm, Qld, 1968-1977); retired (New Farm, Qld, 1980) ===''KIDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian McIvor Kidman|Kidman, Ian McIvor]] [https://www.familysearch.org/tree/person/details/LD7Q-7N2] - 1915(SA)-1981(SA) - Licences: 5JK Naracoorte (1933-1937) - Qualifications: cc; AOCP 1163, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''KILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Harold Kilby|Kilby, Raymond Harold]] [https://www.familysearch.org/tree/person/details/G691-9VD] - 1918(Tas)-1999(Tas) - Licences: 7RK Launceston (1935-1939, 1946-1980+) - Qualifications: cc; AOCP 1461, 1935, No. ?? in Tas; BOCP 1568, 1957; 1COCP 1862, 1958; 2COCP T1, 1977 - amateur operator; amateur broadcaster - Electoral Rolls: upholsterer (Launceston, 1943-1972) ===''KILGARIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Kilgariff|Kilgariff, Joseph]] [https://www.familysearch.org/tree/person/details/GDS2-XBD] - 1886(NSW)-1971(SA) - Licences: 5JT Adelaide (Burnside, 1937-1939; Erindale, 1947-1948; North Glenelg, 1954-1969) - Qualifications: cc; AOCP 1884, 1937, SA; 2COCP 325, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carpenter (Boulder, WA, 1910-1912); builder (Alice Springs, NT, 1934; Burnside, SA, 1939); RAAF (Leabrook, SA, 1943) ===''KILSBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Wilbur Kilsby|Kilsby, Keith Wilbur]] [https://www.familysearch.org/tree/person/details/KCHP-4ZS] - 1912(SA)-1970(SA) - Licences: 5PR Moorak (1933); 5PR Birdwood (1938); 5PR Wiltyerong via Murray Bridge (1947); 5PR Mingary via Murray Bridge (1948); 5PR Murray Bridge (1954); 5PR Adelaide (Payneham, 1955-1969) - Qualifications: cc; 2COCP 419, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Birdwood, SA, 1939; Wiltyerong, SA, 1941-1943); ===''KING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Calvert King|King, Charles Calvert]] [https://www.familysearch.org/tree/person/details/GXQT-4R1] - 1885(Eng)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 105, 1915; 2COCP 155, 1930 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (New Town, Tas, 1914); warrant telegraphist (Wireless Station, Applecross, 1921-1925); music teacher (Randwick, NSW, 1930); musician (Clovelly, 1931; Rose Bay, 1932-1933); librarian (Woollahra, 1934); salesman (Bondi, NSW, 1935); Model Maker (Watson's Bay, 1936-1937) * [[/Fred Esmond King|King, Fred Esmond (Electoral Rolls) or Esmonde (BMD)]] [https://www.familysearch.org/tree/person/details/GXNY-81C] - 1896(Qld)-1986(Qld) - Licences: 4CQ Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: station hand (Bulliwallah, Qld, 1919-1963) * [[/Frederick Venn King|King, Frederick Venn]] [https://www.familysearch.org/tree/person/details/KJHN-MV3] - 1888(Qld)-1968(Qld) - Licences: Receive (Valve) Cunnamulla (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: station hand (Weelamurra Station, Qld, 1909); grazier (Weelamurra Station, Qld, 1913-1921); not stated (Warrambah Station, Cunnamulla, Qld, 1925); grazier (Barrington Station, Cunnamulla, Qld, 1930-1954); retired (Camp Hill, Qld, 1958-1968) ===''KINGWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hercules Kingwell|Kingwell, William Hercules]] - broadcast planning engineer (PMGD, ABCB) ===''KINSELLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Thomas Kinsella|Kinsella, Hector Thomas]] [https://www.familysearch.org/tree/person/details/G8NC-XN9] - 1912(WA)-1993(WA) - Licences: 6HK Perth (Hollywood, 1930; East Perth, 1931) - Qualifications: cc; AOCP 641, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (South Perth, 1936-1937; Victoria Park, 1943); pharmacist (Perth, 1949; Narrogin, 1954-1958; Applecross, 1963; Ardross, 1968-1972; Booragoon, 1977-1980) * [[/Thomas Wade Kinsella|Kinsella, Thomas Wade]] [https://www.familysearch.org/tree/person/details/G8P2-TSG] - 1904(Vic)-2001(NSW)96yo - Licences: Receive (Crystal) Lubeck (1923); 3TK Lubeck (1924-1926); 3TK Rupanyup (1937-1939); 2FK Sydney (Rose Bay, 1946; Herne Bay, 1947; Sans Souci, 1948-1980+) - Qualifications: cc; AOCP 1992, 1937, No. ?? in Vic; BOCP 532, 1943 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrician (Lubeck, 1927-1936); RAN (Sans Souci, 1949-1980) - Relationships: brother of 3AKW William Jennings Kinsella * [[/William Jennings Kinsella|Kinsella, William Jennings]] [https://www.familysearch.org/tree/person/details/G8PG-S8S] - 1914(Vic)-2011(Vic) - Licences: 3AKW Lubeck (1947-1980+) - Qualifications: cc; BOCP 498, 1943; 2AOCP 55, 1946 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grazier (Magdala, Lubeck, 1936-1972; Lubeck, 1977-1980) - Relationships: brother of 3TK-2FK Thomas Wade Kinsella ===''KINZBRUNNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Charles Kinzbrunner|Kinzbrunner, Harry Charles]] [https://www.familysearch.org/tree/person/details/G8H4-SZM] - 1903(Eng)-1982(Qld) - Licences: 4HK Cloncurry (1929-1931); 4HK Mareeba (1933); 4HK Tully (1937-1939); 4HK Atherton (1946-1980+) - Qualifications: cc; AOCP 474, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), employment (Australian Inland Mission, QATB) - Electoral Rolls: radio mechanic (Malanda, 1937); electrical engineer (Ashgrove, 1943); radio mechanic (Atherton, 1943); refrigeration & electrical contractor (Atherton, 1949-1972); electrical contractor (Atherton, 1977-1980) ===''KIRBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ewan Russell Kirby|Kirby, Ewan Russell]] [https://www.familysearch.org/tree/person/details/G4R1-4J7] - 1885(Tas)-1947(Tas) - Licences: XZB Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; First set 1909 communicated with M. Harvey; employed Hydro-electric Dept - Electoral Rolls: electrician (Hobart South, 1914-1919); engineer (Hobart West, 1922-1936) ===''KIRKBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Kirkby|Kirkby, Brian]] - historian (early wireless experimenters, Edward Hope Kirkby, Archibald John Shaw), great grandson of Edward Hope Kirkby * [[/Charles Edward Kirkby|Kirkby, Charles Edward]] - 1886(Vic)-1954(NSW) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of George Gill Kirkby * [[/Edward Hope Kirkby|Kirkby, Edward Hope]] - 1853(At sea)-1915(NSW) - early wireless and X-ray experimenter, father of George Gill Kirkby and Charles Edward Kirkby * [[/George Gill Kirkby|Kirkby, George Gill]] - 1884(Vic)-1916(Vic) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of Charles Edward Kirkby ===''KIRKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Basil Everald Wharton Kirke|Kirke, Basil Everald Wharton]] [https://www.familysearch.org/tree/person/details/G6NX-FFQ] - 1893(NSW)-1958(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; chief studio announcer/Uncle "Bas" (2BL); manager, 6WF; manager 9PA (1946); manager (ABC, Victoria, 1936) - Electoral Rolls: manager (Subiaco, 1931; Perth, 1934-1936; Melbourne, 1937-1943; Perth, 1954) - Links: [https://adb.anu.edu.au/biography/kirke-basil-everald-wharton-10751 ADB] ===''KIRKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Booth Kirkland|Kirkland, John Booth]] - 1861(Vic)-1900(Vic) - early telephone experimenter, Melbourne, Geelong & Ballarat ===''KISSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Leslie Hawthorn Kissick|Kissick, Alfred Leslie Hawthorn]] [https://www.familysearch.org/tree/person/details/LK9D-7LL] - 1904(Vic)-1967(Vic) - Receive Melbourne (Brunswick, 1923-1924), 3KB Melbourne (Brunswick, 1925-1939, 1946-1965), amateur operator (AOCP 141, 1925, No. ?? in Vic), operator 3CR Coburg Radio Club (1925), amateur broadcaster, clerk (1934) ===''KITTO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Collingwood Kitto|Kitto, Thomas Collingwood]] [https://www.familysearch.org/tree/person/details/MCKM-W8G] - 1903(Tas)-19??(???) - Licences: 7?? Launceston (1928); 5JR Adelaide (Tusmore, 1931); 2JR Newcastle (1933); 2JS Newcastle (1933-1939) - Qualifications: cc; AOCP 425, 1928, No. ?? in Tas; AOLCP 43, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Launceston, 1928); radio engineer (Sandgate, NSW, 1935; Ulverstone, Tas, 1937); engineer (Hawthorn, Vic, 1942); radio engineer (Prahran, 1949); retired (Deception Bay, 1972) ===''KLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Robert Kling|Kling, John Robert]] [https://www.familysearch.org/tree/person/details/LRQZ-B4W] - 1905(Vic)-1969(Vic) - Licences: 3JB Melbourne (Balwyn, 1928; South Camberwell, 1931; Hawthorn East, 1933; Hampton, 1937-1939); 3AJQ Melbourne (Seaford, 1954-1955; Lower Ferntree Gully, 1956; Frankston, 1960-1965) - Qualifications: AOCP 403, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Camberwell, 1931-1933; Sandringham, 1936-1937); engineer (Sandringham, 1942; Bacchus Marsh, 1949); radio sound engineer (Seaford, 1954); electrician (Frankston, 1963-1968) ===''KNAPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carlo Patrick Knapton|Knapton, Carlo Patrick]] [https://www.familysearch.org/tree/person/details/9DQR-R5C] - 1879(Irl)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - wireless trader (WA); witness to Royal Commission 1927 (as vice-president, Wireless Traders Assoc, WA) - Electoral Rolls: engineer (Carlton, Vic, 1914); lighting engineer (South Perth, 1921-1954) ===''KNEIPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Kneipp|Kneipp, James Henry "Jim"]] [https://www.familysearch.org/tree/person/details/GQ5R-YBH] - 1875(NSW)-1958(Qld) - Licences: Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: saddler (Morningside, Qld, 1905); railway employee (Morningside, Qld, 1908-1917; Cannon Hill, Qld, 1919-1958) ===''KNIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Keith Knight|Knight, Rupert Keith]] [https://www.familysearch.org/tree/person/details/G8MJ-Z5W] - 1898(Qld)-1934(Qld) - Licences: 4RK Toowoomba (1926-1927) - Qualifications: cc; Nil identified - amateur operator; amateur broadcaster - Halcyon: not mentioned? - Electoral Rolls: clerk (Toowoomba, 1919); bank clerk (East Toowoomba, 1925-1926); not specified (East Toowoomba, 1928-1932) ===''KNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Brader Knock|Knock, Donald Brader "Don"]] [https://www.familysearch.org/tree/person/details/GWWR-L62] - 1898(Eng)-1966(NSW) - Licences: 1911 Manchester; G6XG London (1924-1926); 2NO Sydney (Cremorne, 1926-1927; Vaucluse, 1927; Kirribilli, 1928; Randwick, 1929); 6NK Wyndham (1930-1931); 2NU Portable Sydney 1935-1939; 5NO Portable Central Australia; 2NO Sydney (Waverley, 1946-1966) - Qualifications: cc; AOCP 335, 1927, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (2MO); radiocommunications engineer; journalist (Wireless Weekly, Radio in ANZ, Radio Monthly, Australian Radio News, Bulletin, Australasian Radio World); military (WW1 - Royal Naval Air Service, WW2 - AIF lieutenant-major) - Electoral Rolls: engineer (Waverley, 1930); radio journalist (Waverley, 1932-1933); radio engineer (Waverley, 1935-1963) ===''KNOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carlisle Maddison Knowles|Knowles, Henry Carlisle Maddison]] [https://www.familysearch.org/tree/person/details/L4Q8-642] - 1901(NSW)-1945(ACT) - Licences: 2LK Sydney (Arncliffe, 1930-1931) - Qualifications: AOCP 653, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: pharmacist (Woolahra, 1933; Kingston, ACT, 1935-1943) ===''KOSSECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edwin Frederick Kosseck|Kosseck, Edwin Frederick]] [https://www.familysearch.org/tree/person/details/G8VB-VTG] - 1909(Vic)-1989(Vic) - Licences: 3EK Geelong (Belmont, 1930-1933); 3AKE Geelong (Newport, 1947; Belmont, 1948-1980+) - Qualifications: AOCP 705, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: gardener (Belmont, 1931-1937); RAAF (Newport, 1943); gardener (Belmont, 1949-1980) ===''KRAEGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl W. J. Kraegen|Kraegen, Carl W. J. "Charles"]] - 1831?(Germany?)-1871(NT) - employment (Vic Posts & Telegraphs, SA Posts & Telegraphs), telegraph operator (Ballarat, Portland), developed an early system of explosive detonation by battery, tragically died of thirst during the construction of the Overland Telegraph ===''KRUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Augustine Kruger|Kruger, Francis Augustine]] [https://www.familysearch.org/tree/person/details/GDJZ-58H] - 1907(Vic)-1992(Vic) - Licences: 3HE Receive Charlton (1922-1923); 3HE Charlton (1924-1925); 3AI Charlton (1935-1939); 3AI Strathmore (1946-1980+) - Qualifications: cc; AOCP 1541, 1935, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: dental mechanic (Charlton, 1928-1937); cinema operator (Charlton, 1942); executive (Essendon, 1949-1968; Strathmore, 1977-1980) =='''L'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''LABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Howell Laby|Laby, Thomas Howell]] - 1880(Vic)-1946(Vic) - frequent lecturer on wireless topics to WIA Vic in the 1920s, education (BA Cambridge 1905, PhD Cambridge 1921), employment (University of Sydney, 1901-1904; Cavendish Laboratory, 1905; Professor Physics, Victoria University College, Wellington, 1909; Professor Natural Philosophy, University of Melbourne, 1915-1930+), Royal Society of Victoria (president, 1924) ===''LACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Lack|Lack, Francis James]] [https://www.familysearch.org/tree/person/details/LCQH-WJR] - 1876(NSW)-1949(Qld) - Licences: Receive (Valve) Brisbane (Sandgate, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Warwick, Qld, 1903; Tiaro, Qld, 1905-1906; Maryborough, Qld, 1908); fish agent (Maryborough, Qld, 1913); engineer (Sandgate, Qld, 1916); accountant (Sandgate, Qld, 1917-1949) ===''LAHEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Wesley Lahey|Lahey, John Wesley]] [https://www.familysearch.org/tree/person/details/LKRX-KPL] - 1850(Irl)-1937(Qld) - Licences: 4EG Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: sawmill proprietor (Clayfield, Qld, 1908-1909); sawmiller (Clayfield, Qld, 1913-1936) ===''LAIDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Laidler|Laidler, Thomas]] [https://www.familysearch.org/tree/person/details/L1KG-31L] - 1904(Eng)-1995(SA) - Licences: 5TL Ceduna (1937-1939, 1947); 5TL Largs Bay (1948); 5TL Renmark (1954-1960); 5TL Adelaide (Glandore, 1965-1980+) - Qualifications: cc; AOCP 1934, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: postmaster (Ceduna, SA, 1939-1943) ===''LAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Lake|Lake, Eric James]] [https://www.familysearch.org/tree/person/details/GDFZ-CKK]- 1906(Eng)-1966(Qld) - Licences: 4EL Brisbane (Kangaroo Point, 1932-1939; Camp Hill, 1946-1948); 4EL Clevedon (1954-1956); 4EL Townsville (Belgian Gardens, 1960-1965) - Qualifications: cc; AOLCP 54, 1931; AOCP 966, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, instructor); broadcast technician (4QN); federal public servant (PMGD) - Electoral Rolls: radio operator (Coorparoo, Qld, 1937); radio technician (Camp Hill, Qld, 1943-1949; Townsville, Qld, 1954-1963); ===''LAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Federal Laker|Laker, Frank John Federal]] [https://www.familysearch.org/tree/person/details/M1V2-P8Q] - 1899(NSW)-1953(NSW) - Licences: 2ZE Deniliquin (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: sales manager (St Kilda, Vic, 1925); clerk (Bondi, 1935-1937); accountant (North Rocks, 1954) ===''LALOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Fintan Lalor|Lalor, Peter Fintan]] - 1827(Irl)-1889(Vic) - Leader of the Eureka Stockade, Postamaster-General Victoria (Aug 1875-Oct 1875) ===''LAMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. D. Lamb|Lamb, A. D.]] - 19??(???)-19??(???) - Licences: 4DK Receive Brisbane (New Farm, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James Joseph Wiseman Lamb|Lamb, James Joseph Wiseman]] [https://www.familysearch.org/tree/person/details/GX7M-49X] - 1876(Vic)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 119, 1915; 1COCP 264, 1932 - RANRS (Warrant Telegraphist, 1917) - Relationships: father of Harry Spencer Lamb - Electoral Rolls: civil servant (Subiaco, WA, 1910); radio station master (Townsville, Qld, 1921); wireless (Malvern, Vic, 1927); superintendent (Toorak, Vic, 1928-1936; Elsternwick, Vic, 1937); retired (Elsternwick, Vic, 1942) * [[/Harry Spencer Lamb|Lamb, Harry Spencer]] [https://www.familysearch.org/tree/person/details/GX7M-SQY] - 1906(WA)-1984(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Relationships: son of James Joseph Wiseman Lamb - Electoral Rolls: ===''LAMBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Clayton Lambert|Lambert or Mason, Frank Clayton]] [https://www.familysearch.org/tree/person/details/G8C3-761] - 1908(WA)-1993(WA) - Licences: 6FL Perth (South Perth, 1929-1931); 6FL Geraldton (1933); 6FL Perth (Wembley, 1937-1939; Subiaco, 1947); 3AFL Bairnsdale (1948); 6FL Perth (Claremont, 1954-1956; Bassendean, 1965-1980+) - Qualifications: cc; AOCP 503, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: picture employee (South Perth, WA, 1931); projectionist (Albany, WA, 1934); sound projectionist (East Fremantle, WA, 1936); projectionist (Wembley Park, WA, 1937); radio technician (Subiaco, WA, 1943-1949); dealer (Claremont, WA, 1954); radio dealer (Bassendean, WA, 1958-1980) ===''LANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Herbert Dodson Lane|Lane, Cyril Herbert Dodson]] - 1888(NSW)-1915(Tur) - XDM Sydney (1909-1914), early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in NSW), born Cyril Herbert Dodson, brother-in-law of Charles Dansie Maclurcan "Greater love hath no man" ===''LANGFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Leslie Langfield|Langfield, Harold Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/GX84-3D6] - 1893(Wales)-1982(Qld) - Licences: 4CO Brisbane (Rosalie, 1935-1960) - Qualifications: cc; AOCP 1572, 1935, Qld - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: club steward (Rosalie, Qld, 1934-1977; Paddington, Qld, 1980); ===''LANGFORD-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fritz Langford-Smith|Langford-Smith, Fritz]] - 1904(NSW)-1966(NSW) - 2?? Sydney, amateur operator (AOCP ??, 19??, No. ?? in Qld), electronics designer (AWA), author (Radiotron Designers Handbook), journalist (Radiotronics) - Links: [http://messui.polygonal-moogle.com/valves/NW198908.pdf EA] ===''LANGHANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ron Langhans|Langhans, Ron]] - historian (broadcasting) ===''LANGRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George David Langridge|Langridge, George David]] - 1829(Eng)-1891(Vic) - Postmaster-General Victoria in early 1880s ===''LAPTHORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Charles Lapthorne|Lapthorne, Horace Charles]] [https://www.familysearch.org/tree/person/details/G8W8-STK] - 1900(Vic)-1975(NSW) - Licences: 2TM Receive Sydney (Artarmon, 1923-1924); 2HL Sydney (Chatswood, 1928-1938; Lane Cove, 1939; Artarmon, 1948-1969); 2HL Noraville (1975) - Qualifications: AOCP 422, 1928, No. ?? in NSW - amateur operator? - Electoral Rolls: electrician (Artarmon, 1930-1937; Chatswood, 1943-1968); retired (Noraville, 1972) ===''LARSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Peter Christian Larsen|Larsen, Herbert Peter Christian]] [https://www.familysearch.org/tree/person/details/G36L-GHQ] - 1901(Qld)-1976(Qld) - Licences: 4JW Charters Towers(1928-1937); 4JW Cairns (1938-1939, 1947-1956); 4JW Charters Towers (1960-1975) - Qualifications: cc; AOCP 439, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: brewery hand (Charters Towers, 1925-1936); engine driver (Cairns, 1943-1954; Charters Towers, 1958-1968) ===''LARSSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gustaf William Larsson|Larsson, Gustaf William]] [https://www.familysearch.org/tree/person/details/GDTD-55K] - 1902(Tas)-1992(Tas) - Licences: 7BJ Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; AOLCP 92, 1932; AOCP 3275, 1952 - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Hobart West, 1928-1936) ===''LATHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Couzens Lathwell|Lathwell, Arthur George Couzens]] [https://www.familysearch.org/tree/person/details/GZH3-G9L] - 1911(WA)-1996(WA) - Licences: 6AL Bunbury (1935-1939, 1947-1975) - Qualifications: cc; AOCP 1467, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician's assistant (Bunbury, WA, 1936-1937); electrician (Bunbury, WA, 1943-1980) ===''LAUNDER-CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Edgar Launder-Cridge|Launder-Cridge, Wilfred Edgar]] [https://www.familysearch.org/tree/person/details/GXT9-S5L] - 1899(Eng)-1960(Tas) - Licences: 5BZ Adelaide (Brooklyn Park, 1928) - Qualifications: cc; 2COCP 200, 1930; 1COCP 120, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Essendon North, Vic, 1937; Aerodrome, Cambridge, Tas, 1943); OIC, DCA (Forrest, WA, 1958) ===''LAURENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Laurence|Laurence, John Henry]] [https://www.familysearch.org/tree/person/details/GXL7-YKV] - 1916(SA)-19??(???) - Licences: 5MZ Adelaide (Malvern, 1933-1939); 3PF Melbourne (Sandringham, 1947-1948); 3PF Benalla (1954-1980+) - Qualifications: cc; AOCP 1164, 1933, SA; 1COCP 118, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Ceduna, 1941-1943); farmer (Wellington, Benalla, 1949-1963; Benalla, 1967-1980) ===''LAURIE-RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melbourne Clive Laurie-Rhodes|Laurie-Rhodes, Melbourne Clive]] [https://www.familysearch.org/tree/person/details/GX6M-6K1] - 1915(Qld)-1997(NZ) - Licences: 4XU Brisbane (Hendra, 1934-1937) - Qualifications: cc; AOCP 1353, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: manager (Hendra, Qld, 1936-1937) ===''LAVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Poynton Laver|Laver, Charles Poynton]] [https://www.familysearch.org/tree/person/details/9JBH-SNC] - 1882(Eng)-1969(SA) - Licences: 5CP Cape Borda (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Lightkeeper (Cape Borda, SA, 1939; Edithburgh, 1941-1951) ===''LAVINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Morgan Eric Lavington|Lavington, Frederick Morgan Eric]] [https://www.familysearch.org/tree/person/details/GDJM-ZC9] - 1903(Tas)-1974(Vic) - Licences: 2ZC Receive Sydney (Bondi, 1923); 2ZC Sydney (Waverley, 1923; Bondi, 1924-1925; Mosman, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Manly, 1930); engineer (Strathfield, 1932; Ashfield West, 1935-1936); electrical engineer (Ashfield West, 1937); engineer (Kensington, 1949; Kingsford, 1954-1972) ===''LAWRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevan Alic Lawrie|Lawrie, Kevan Alec or Alic]] [https://www.familysearch.org/tree/person/details/GXRS-5YP] - 1915(SA)-2000(SA) - Licences: 5AK Adelaide (Lockleys, 1936-1939; York, 1947-1948; Lockleys, 1954-1965; Brooklyn, 1969-1980+) - Qualifications: cc; AOCP 1602, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (Lockleys, SA, 1939-1941) ===''LAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. W. Law|Law, F. W.]] - 19??(???)-19??(???) - Licences: 6DA Perth (Armadale, 1923); 6CZ Perth (Armadale, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''LAWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Andrew Laws|Laws, David Andrew]] [https://www.familysearch.org/tree/person/details/GZLN-FW5] - 1909(Qld)-1943(PNG) - Licences: 4DR Brisbane (Taringa, 1931-1939) - Qualifications: AOCP 829, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 (Army, M Special Unit, Commando)- Sacrifice: "Greater love hath no man than this" - Electoral Rolls: clerk (Taringa, 1936-1943) - Links: [https://vwma.org.au/explore/people/635901] * [[/Sidney Frank Henry Laws|Laws, Sidney Frank Henry]] [https://www.familysearch.org/tree/person/details/G6ZT-GBH] - 1893(NZ)-1973(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 6, 1914, No. 6 in Aus and Vic - commercial operator; coastal station operator; manager 7ZL (1927); witness to Royal Commission 1927 (obo 7ZL) - Electoral Rolls: radio engineer operator (Wireless Station, Townsville, 1915); farmer (Launching Place, 1918); electrical engineer (Prahran, Vic, 1919); engineer (Armadale, Vic, 1919-1924); manager (Launceston, 1928); company manager (Double Bay, NSW, 1930-1931) ===''LAWTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Kyle Lawton|Lawton, Alexander Kyle]] [https://www.familysearch.org/tree/person/details/LR8F-FWT] - 1889(Qld)-1978(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, federal public servant (PMGD), radio clubs (QWI, member), business (movie theatres, Amico), WW2 - Electoral Rolls: electrician (Toowoomba, 1913; Wynnum South, 1915-1916); manager (Windsor, 1919); engineer (Nundah, 1925-1928); manager (Townsville, 1936-1937; Nundah, 1943-1949); manufacturer's agent (Virginia, 1954-1958); company director (Ashfield, 1963); sales manager (Ashfield, 1968-1977) ===''LEADBITTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Leadbitter|Leadbitter, James Henry]] [https://www.familysearch.org/tree/person/details/GDP1-3V1] - 1882(NSW)-1946(NSW) - Licences: 2AF Receive West Wyalong (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: cycle mechanic (Darlington, 1903); mechanic (West Wyalong, 1913); cycle mechanic (West Wyalong, 1930-1943) ===''LEANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Gregory Leaney|Leaney, William Gregory]] [https://www.familysearch.org/tree/person/details/LK9P-JF9] - 1895(SA)-1982(Vic) - Licences: 3XN Receive Melbourne (Northcote, 1923); 3XN Melbourne (Northcote, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engine driver (Northcote, 1919-1954); driver (Coburg, 1963-1977); nil (Preston, 1980) ===''LEBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/David Leber|Leber, David]] [https://www.familysearch.org/tree/person/details/G8HD-847] - 1905(Vic)-1950(Vic) - Licences: 3DL Melbourne (Richmond, 1929-1939; Hawthorn, 1947-1948) - Qualifications: AOCP 481, 1929, No. ?? in Vic; 3COCP 45, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Richmond, 1927-1942); salesman (Hawthorn, 1949) ===''LECKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Herbert Crockett Leckie|Leckie, Herbert Crockett]] [https://www.familysearch.org/tree/person/details/LJ1R-QQN] - 1927(Vic)-1994(Vic) - Licences: 3LH Melbourne (Elwood, 1948-1980+) - Qualifications: cc; 1COCP 1170, 1947 - amateur operator - Electoral Rolls: student (St Kilda, 1949-1968; Elwood, 1972-1980); * [[/Raymond Campbell Leckie|Leckie, Raymond Campbell]] [https://www.familysearch.org/tree/person/details/GZ2Q-ZZV] - 1904(Vic)-1987(ACT) - Licences: 3TU Receive Melbourne (Sandringham, 1923); 3TU Melbourne (Sandringham, 1924-1927) - Qualifications: cc; AOCP 215, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Sandringham, 1926); public servant (Braddon, 1935; Turner, 1943-1968); examiner of patents (Hughes, 1972); retired (Hughes, 1977-1980) ===''LEE-ARCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Leslie Lee-Archer|Lee-Archer, Evan Leslie]] [https://www.familysearch.org/tree/person/details/LB2K-F3W] - 1911(Vic)-1993(Vic) - Licences: 3LM Melbourne (Glen Iris, 1929-1931); 3LM Wonthaggi (1933); 3LM Melbourne (Caulfield North, 1937; Malvern East, 1938) - Qualifications: AOCP 534, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Gardiner, 1933); radio engineer (Korumburra, 1934); engineer (Caulfield West, 1935); mechanic (Malvern East, 1937) ===''LEGGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Legge|Legge, Arthur William]] [https://www.familysearch.org/tree/person/details/9MJS-QKM] - 1906(Tas)-1968(Tas) - Licences: Receive (Crystal) Ulverstone (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Ulverstone, 1928); no occupation (Hobart South, 1936); zinc worker (Hobart East, 1943); farmer (Cullenswood, 1949-1954) ===''LE GRAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Walter Le Grand|Le Grand, Sydney Walter]] [https://www.familysearch.org/tree/person/details/GQDD-D57] - 1902(Qld)-1979(NSW) - Licences: 4LG Brisbane (Windsor, 1927) - Qualifications: cc; CPRT 882, 1925; 2COCP 34, 1929; 1COCP 151, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Windsor, 1925-1926); operator (Woollahra, 1931-1937; Bellevue Hill, 1943-1949; Bondi Junction, 1954-1968); retired (Banora Point, 1972-1977) ===''LELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Lelliott|Lelliott, Thomas "Tom"]] [https://www.familysearch.org/tree/person/details/G8VX-4PX] - 1911(Vic)-2000(Vic) - Licences: 3ZW Melbourne (Mont Albert, 1930-1939); 3AZW Melbourne (Boronia, 1954-1980+) - Qualifications: AOCP 684, 1930, Vic; AOLCP 68, 1932 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio operator (Mont Albert, 1937); operator (Caulfield, 1942); public servant (Boronia, 1963-1980) ===''LEMMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Lemmon|Lemmon, Charles Edward]] [https://www.familysearch.org/tree/person/details/GDLL-Z21] - 1885(Eng)-1966(WA) - Licences: Nil yet identified - Qualifications: CPRT 95, 1915; 2COCP 120, 1930; 1COCP 71, 1930 - coastal wireless operator; WW2; RANRS - Electoral Rolls: wireless operator (Clayfield, Qld, 1915); officer-in-charge Wireless Station (Rockhampton, 1916-1921); radio telegraphist (Applecross, 1931-1936; Como, 1937); wireless operator (Broome, 1937); radio telegraphist (Geraldton, 1943-1949); retired (Rivervale, 1954-1963) ===''LEMPRIERE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Louis Lempriere|Lempriere, Charles Louis]] [https://www.familysearch.org/tree/person/details/L23Y-NPS] - 1857(Vic)-1934(Vic) - Licences: 3ZJ Melbourne (Vermont, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: surgeon (South Yarra, 1912-1919); medical practitioner (Vermont, 1924-1934) ===''LENDRUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Lendrum|Lendrum, Alexander "Alex"]] [https://www.familysearch.org/tree/person/details/G8NZ-Y5Y] - 1887(Qld)-1955(NSW) - Licences: 2YL Sydney (Kensington, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Toowoomba, 1913); yardman (Toowoomba, 1921); constable (Kensington, 1930-1937) ===''LENNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Lennon|Lennon, Christopher James "Chris"]] [https://www.familysearch.org/tree/person/details/KJL3-LZF] - 1889(Vic)-1932(Aus) - Licences: Nil yet identified - Qualifications: cc; 1COCP 4, 1929 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: operator (Broome, 1916-1917); radio telegraphist (Townsville, 1925); telegraphist (Thursday Island, 1931) ===''LEONARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Benedict Leonard|Leonard, Aubrey Benedict]] [https://www.familysearch.org/tree/person/details/GS9T-N4X] - 1896(NSW)-1968(Vic) - Licences: 3EN Receive Drouin (1922-1923); 3EN Drouin (1924-1926) - Qualifications: cc; AOCP 244, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal assistant (Drouin, 1922-1928); radio dealer (Drouin, 1931-1954); retired (Drouin, 1963-1967) * [[/John William Leonard|Leonard, John William "Bill"]] [https://www.familysearch.org/tree/person/details/G494-BY4] - 1906(Vic)-1974(Vic) - Licences: 3AB Melbourne (Black Rock, 1928-1939) - Qualifications: cc; AOCP 386, 1928, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Sandringham, 1931-1943); shopkeeper (Sandringham, 1949-1968) * [[/Leslie Clarence Leonard|Leonard, Leslie Clarence]] [https://www.familysearch.org/tree/person/details/GH15-16Q] - 1902(Vic)-1961(SA) - Licences: 5LT Adelaide (Payneham, 1946-1947; Medindie, 1948); 5LT Port Lincoln (1954-1960) - Qualifications: AOCP 2336, 1939, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: pilot (The Terrace/Port Pirie, 1939) * [[/Vincent Halpin Leonard|Leonard, Vincent Halpin]] [https://www.familysearch.org/tree/person/details/G8S4-TXD] - 1915(Vic)-1988(Vic) - Licences: 3PJ Melbourne (?, 1938-1939; Kew, 1946-1956); 3PJ St Andrews (1960); 3PJ Melbourne (Balwyn, 1965-1980+) - Qualifications: AOCP 2167, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1937; Kew, 1937-1954); public servant (St Andrews, 1958; Balwyn, 1963-1980) ===''LESLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julian Leslie|Leslie, Julian]] [https://www.familysearch.org/tree/person/details/GS98-211] - 1873(Vic)-1950(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 142, 1915; 1COCP 246, 1932 - RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: telegraphist (Leederville, WA, 1910-1912; Applecross, WA, 1913); O.I.C. (Radio Telegraph Station, Broome, WA, 1917); officer-in-charge (Radio Station, Thursday Island, 1925-1926); superintendent of wireless (Auburn, Vic, 1928); supervisor B.H. service (Randwick, NSW, 1930-1949) ===''LESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lester|Lester, Jack]] [https://www.familysearch.org/tree/person/details/L5FQ-NQL] - 1902(SA)-1990(SA) - Licences: 5LR Renmark (1930-1937); 5LR Berri (1938-1939); 5LR Adelaide (Millswood Estate, 1946-1947; Blackwood, 1954-1965); 5LR Victor Harbour (1969-1980) - Qualifications: cc; AOCP 674, 1930, No. ?? in SA; AOLCP 236, 1935; BOCP 369, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Berri, 1939-1943) ===''LETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Norman Lett|Lett, Frederick James Norman]] [https://www.familysearch.org/tree/person/details/GD2P-Y8D] - 1903(NSW)-1972(NSW) - Licences: 2WN Receive Sydney (Annandale, 1923); 2WN Sydney (Annandale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Annandale, 1930-1936); publican (Sydney, 1937); hotelkeeper (Clifton Gardens Hotel, Mosman, 1943); Darlinghurst, 1949; Dulwich Hill, 1958; Marrickville, 1963); retired (Church Point, 1968) ===''LEVENSPIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pinkus Levenspiel|Levenspiel, Pinkus or Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G8JB-QSL] - 1904(Eng)-1987(NSW) - Licences: 2TX Wyong (1930-1939, 1946-1980+) - Qualifications: AOCP 668, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (Wyong, 1936-1937); mechanic (Wyong, 1949-1963); motor dealer (Ourimbah, 1968-1980) ===''LEVERETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Leverett|Leverett, John Henry]] [https://www.familysearch.org/tree/person/details/LV79-R7Q] - 1894(Eng)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 25, 1914; 1COCP 88, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: wireless operator (Broome, 1916); telegraphist (Ascot, Qld, 1921); wireless operator (Rockhampton, 1936-1937); radio telegraphist (Rockhampton, 1943); wireless inspector (Burwood, NSW, 1954) ===''LEVERRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Hewitt Leverrier|Leverrier, Francis Hewitt "Frank"]] [https://www.familysearch.org/tree/person/details/GWBT-DP5] - 1863(NSW)-1940(NSW) - Licences: XEN Sydney (Waverley, 1911-1914, Licence No. 5) - Qualifications: cc; Nil yet identified - early wireless experimenter; radio clubs (WIA, president, 1910) - Electoral Rolls: barrister (Vaucluse, 1930-1934, Kings Counsel) - Relationships: father of 2BK-2ADE Frank Neville Leverrier * [[/Frank Neville Leverrier|Leverrier, Frank Neville "Boy"]] [https://www.familysearch.org/tree/person/details/M6RF-W2W] - 1904(NSW)-1980(NSW) - 2BK Receive Sydney (Waverley, 1922-1923); 2BK Sydney (Vaucluse, 1924-1930); 2ADE Castle Cove (1969-1975+) - Qualifications: cc; AOCP 169, 1925, No. ?? in NSW; CPRT 931, 1926) - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio work (Vaucluse, 1930); clerk (Vaucluse, 1933-1937); superintendent (Vaucluse, 1943-1949); public relations (Roseville, 1963-1968; Castle Cove, 1977) - Relationships: son of XEN Francis Hewitt Leverrier * [[/Henri Andre Leverrier|Leverrier, Henri Andre "Henry"]] [https://www.familysearch.org/tree/person/details/G68N-18J] - 1882(NCL)-1943(NSW) - Licences: XEN Sydney (Gordon, 1911); XHL Sydney (City, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; witness to Royal Commission 1927 (as manager, Australian General Electric, Sydney) - Relationships: nephew of XEN Francis Hewitt Leverrier; cousin of 2BK-2ADE Frank Neville Leverrier - Electoral Rolls: engineer (North Sydney, 1913); manager (Crows Nest, 1930-1937) ===''LEVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Levy|Levy, Richard "Dick"]] [https://www.familysearch.org/tree/person/details/G8N1-Z38] - 1909(SA)-1955(SA) - Licences: 5AJ Adelaide (Torrensville, 1930-1931) - Qualifications: cc; AOCP 654, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Torrensville, 1943) ===''LEWIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Garrett Lewis|Lewis, Henry Garrett "Harry"]] - 1895(Tas)-1978(Vic) - Licences: Hobart (no record of licence identified as yet) - Qualifications: cc; Nil yet identified - early wireless experimenter (reported experimenting from 1912); councillor WIA Tas in 1923; manager 3UZ 1924 - Electoral Rolls: * [[/William John Lewis|Lewis, William John]] [https://www.familysearch.org/tree/person/details/GXYJ-BZQ] - 1908(WA)-1976(NSW) - Licences: 2YB Sydney (Marrickville, 1931-1936; McMahons Point, 1937); 6YB Perth (Pearce, 1938-1939); 2YB Sydney (Haberfield, 1947-1950; Paddington, 1954-1969; Ryde, 1975) - Qualifications: cc; AOCP 863, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (RAAF) - Comment: Several contemporaneous WJLs - Electoral Rolls: Nil yet identified due to numbers ===''LIGHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lighton|Lighton, Robert]] [https://www.familysearch.org/tree/person/details/K2HJ-HD1] - 1869(Vic)-1940(Vic) - 3CM Receive Melbourne (East St Kilda, 1922-1924), 3RL Melbourne (East St Kilda, 1925-1931), amateur operator (AOCP 179, 1925, No. ?? in Vic), amateur broadcaster, storekeeper (Toongabbie, 1903; Benalla, 1916), independent means (East St Kilda, 1928; Armadale, 1937) ===''LINDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Linden|Linden, Edwin]] [https://www.familysearch.org/tree/person/details/GXXD-PRV] - 1904(Qld)-1970(NSW) - Licences: 4FT Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Murgon, Qld, 1925); mechanic (Wilston, Qld, 1928); storekeeper (Clayfield, Qld, 1936-1937); telephone mechanic (Mackay, Qld, 1943-1949); supervising technician (Bowen, Qld, 1954); PMG technician (Tweed Heads, NSW, 1958-1968) ===''LINDNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Lindner|Lindner, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GSVX-787] - 1904(NSW)-1981(Qld) - 4BX Receive Brisbane (Alderley) 1922 - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Wilston, 1928); motor mechanic (Maleny, 1934); mechanic (Windsor, 1936-1972); retired (Mt Samson, 1977) ===''LINDSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Gordon Lindsay|Lindsay, Donald Gordon]] [https://www.familysearch.org/tree/person/details/GZ6V-126] - 1909(Vic)-1964(WA) - 2DY Sydney (Gordon, 1925-1936; Ashfield, 1937; Concord, 1938; Kogarah, 1939), amateur operator (AOCP 83, 1925, No. ?? in NSW), amateur broadcaster, engineer * [[/Herbert Maxwell Lindsay|Lindsay, Herbert Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KP3L-S78] - 1913(Qld)-1989(Qld) - Licences: 4HD Nambour (1937-1939); 4HD Buderim (1946-1980+) - Qualifications: cc; AOCP 2027, 1937, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); employment (company secretary) - Electoral Rolls: bank officer (Nambour, Qld, 1936-1937; Taringa, Qld, 1943); fruitgrower (Buderim, Qld, 1954-1980) * [[/Patrick Charles Edward Lindsay|Lindsay, Patrick Charles Edward]] [https://www.familysearch.org/tree/person/details/GF7R-8YZ] - 1896(Eng)-19??(Eng?) - Licences: 6PL Perth (West Perth, 1927) - Qualifications: cc; CPRT 855, 1925; 2COCP 37, 1929 - amateur operator; amateur broadcaster - Electoral Rolls: wireless instructor (West Perth, WA, 1922; Balcatta, WA, 1925); radio engineer (South Brisbane, Qld, 1934) ===''LINKLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Charles Linklater|Linklater, Donald Charles]] [https://www.familysearch.org/tree/person/details/GXRC-Z44] - 1905(SA)-1967(NSW) - Licences: 5DL Pinnaroo (1935-1937) - Qualifications: cc; AOCP 1521, 1935, SA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: radio mechanic (Darling Harbour, NSW, 1949); technician (Bondi Junction, NSW, 1958) ===''LITCHFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ainslie Roland Litchfield|Litchfield, Ainslie Roland]] [https://www.familysearch.org/tree/person/details/9J3Z-FRP] - 1906(NSW)-1968(NSW) - 2RL Cooma (1925-1939), 2RL Sydney (Woollahra, 1947; Darling Point, 1948-1954; Rozelle, 1955-1958; Avalon Beach, 1960-1965), amateur operator (AOCP 200, 1925, No. ?? in NSW), amateur broadcaster, WW2, grazier (Cooma, 1930-1937), film producer (Avalon Beach, 1958-1968) ===''LITHGOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Lithgow|Lithgow, John Charles]] [https://www.familysearch.org/tree/person/details/G691-5TL] - 1916(Tas)-1990(Eng) - Licences: 7WJ Launceston (1936-1939) - Qualifications: cc; AOCP 1688, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Marine officer? 1950s-1960s, several sea trips ===''LITTLEJOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sydney Littlejohn|Littlejohn, Arthur Sydney]] [https://www.familysearch.org/tree/person/details/G8DW-VDD] - 1905(NSW)-1993(NSW) - Licences: 2AL Sydney (Leichhardt, 1930-1939); 4LF Gunalda (1947); 2OU Sydney (Leichhardt, 1948-1950) - Qualifications: AOCP 579, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Leichhardt, 1930-1958; Haberfield, 1963-1980) ===''LLOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Howard Lloyd|Lloyd, Henry Howard]] [https://www.familysearch.org/tree/person/details/GST7-9LV] - 1904(SA)-1974(SA) - Licences: 5AI Adelaide (College Town, 1923-1927); 5AG Adelaide (College Town, 1923); 5HL Adelaide (North Adelaide, 1954-1975) - Qualifications: cc; AOCP 57, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Beware another Henry Howard Lloyd [https://www.familysearch.org/tree/person/details/GZDY-FS3] 1912-1981 in Adelaide, similar times - Electoral Rolls: Nil yet identified * [[/Hughie Frederick Lloyd|Lloyd, Hughie or Hugh Frederick]] [https://www.familysearch.org/tree/person/details/GXGY-Y95] - 1917(SA)-2002(SA) - Licences: 5BC Adelaide (Hindmarsh, 1933-1939); 5BC Berri (1947-1980) - Qualifications: cc; AOCP 1137, 1933, SA; BOCP 281, 1940 - amateur operator; amateur broadcaster - Relationships: Brother of 5HD William Edward Lloyd - Electoral Rolls: electrician (Hindmarsh, SA, 1939) * [[/William Edward Lloyd|Lloyd, William Edward "Bill"]] [https://www.familysearch.org/tree/person/details/GXGB-WR9] - 1914(SA)-1996(SA) - Licences: 5HD Adelaide (Hindmarsh, 1933-1939, 1947-1948; Cumberland, 1954-1980+) - Qualifications: cc; AOCP 1215, 1933, SA; 2COCP 763, 1943 - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5BC Hughie Frederick Lloyd - Electoral Rolls: nil (Hindmarsh, SA, 1939-1943) ===''LOCKHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Edward Lockhart|Lockhart, Leon Edward]] [https://www.familysearch.org/tree/person/details/G8CJ-6GG] - 1912(Vic)-1990(Vic) - Licences: 3LE Melbourne (Elwood, 1929-1939; Elsternwick, 1946-1980+) - Qualifications: AOCP 514, 1929, No. ?? in Vic; 1COCP 205, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elwood, 1934-1937); engineer (Elsternwick, 1942-1977) ===''LOESER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hedley Edmond Loeser|Loeser, Hedley Edmond]] [https://www.familysearch.org/tree/person/details/MPXL-RM6] - 1912(SA)-19??(???) - Licences: 5LO Adelaide (Goodwood, 1936-1939; Col LIght Gardens, 1947) - Qualifications: cc; AOCP 1748, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: display artist (Reade Park, SA, 1943) ===''LOMAX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Lomax|Lomax, Joseph]] - 19??(???)-19??(???) - Licences: 4EB Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: commercial traveller (St Kilda, Vic, 1913-1914; Ivanhoe, Vic, 1916-1917; Coorparoo, Qld, 1921-1925; Kew, Vic, 1926) ===''LONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Timothy Joseph Long|Long, Timothy Joseph]] [https://www.familysearch.org/tree/person/details/GQ19-Z9G] - 1884(Qld)-1923(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 140, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Comment: suicide after diagnosis terminal illness - Electoral Rolls: labourer (Toowoomba, 1908); radio telegraphist (Cooktown, 1916-1917); telegraphist (Townsville, 1921) ===''LONGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ruth Victoria Longley|Harris nee Longley, Ruth Victoria]] [https://www.familysearch.org/tree/person/details/GXYZ-5GJ] - 1913(WA)-19??(???) - Licences: 6YL Perth (Shenton Park, 1936-1939) - Qualifications: cc; AOCP 1808, 1936, WA - amateur operator; amateur broadcaster; YL operator; WW2 - Relationships: Wife of 6NL Valentine Harms Harris - Electoral Rolls: saleswoman (Subiaco, WA, 1936-1937); home duties (Applecross, WA, 1949-1954); manager (Applecross, WA, 1958) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''LONGSTAFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Allen Hector Longstaff|Longstaff, Thomas Allen Hector "Allen"]] [https://www.familysearch.org/tree/person/details/GWQM-WF3] - 1896(SA)-1953(NSW) - Licences: XVR Adelaide (Alberton, 1913) - Qualifications: cc; CPRT 55, 1915 - early wireless experimenter; coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2 - Electoral Rolls: executive (Brighton, Vic, 1949) ===''LORDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Allan Lorden|Lorden, Geoffrey Allan]] [https://www.familysearch.org/tree/person/details/GZJB-2P8] - 1907(WA)-1994(Vic) - Licences: 6GL Perth (Perth, 1925-1926; West Perth, 1927) - Qualifications: cc; AOCP 175, 1925, No. ?? in WA; 2COCP 342, 1940; 1COCP 441, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Jingalup, WA, 1931); survey assistant (Jingalup, WA, 1936-1937); radio operator (Hotel Beadon, Onslow, 1943; Kalgoorlie, 1949); civil servant (Mitcham, Vic, 1968-1977) ===''LOVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Kingsley Love|Love, Howard Kingsley]] [https://www.familysearch.org/tree/person/details/GZGQ-8S5] - 1895(Vic)-1948(Vic) - Licences: 3BM Receive Melbourne (East Malvern, 1922); 3BM Melbourne (East Malvern, 1922-1931; Glen Iris, 1933), 3KU Melbourne (Malvern, 1937-1939, 1946-1948) - Qualifications: cc; AOCP 230, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; broadcast engineer; radio clubs (WIA Vic); business proprietor (radio manufacturer) - Electoral Rolls: merchant (Orong, 1919; Malvern East, 1921-1924; Gardiner, 1927-1933); manager (Gardiner, 1936-1937); engineer (Mt. Waverley, 1942) - Comment: gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW199407.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199408.pdf EA2] * [[/James Peile Love|Love, James Peile "Nim"]] [https://www.familysearch.org/tree/person/details/L7JF-83Z] - 1906(Qld)-1999(Qld) - Licences: 4JL Brisbane (Kedron, 1928-1939) - Qualifications: cc; AOCP 469, 1928, No. ?? in Qld (Halcyon AOCP 1930); 3COCP 5259, 1965 - amateur operator; amateur broadcaster; military (WW2, AIF) - Electoral Rolls: auctioneer (Kedron, 1928-1943; Hawthorne, 1949-1980) ===''LOVETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Frank Lovett|Lovett, Hubert Frank]] [https://www.familysearch.org/tree/person/details/GHG1-DT2] - 1905(Tas)-1961(Tas) - Licences: 7HL Hobart (1926-1933+) - Qualifications: cc; AOCP 246, 1926, No. ?? in Tas - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Hobart North, 1928-1937); manager (Hobart South, 1949; Nelson, 1954) - Links: [https://info.scholarships.utas.edu.au/AwardDetails.aspx?AwardId=2813 UTAS Scholarship] * [[/Percy Lovett|Lovett, Percy]] [https://www.familysearch.org/tree/person/details/GDB5-M21] - 1906(NSW)-1986(NSW) - Licences: 2JP Receive Sydney (Artarmon, 1922) - Qualifications: cc; 3COCP 2210, 1956 - amateur operator; amateur broadcaster - Electoral Rolls: ===''LUBACH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Lubach|Lubach, Frederick John "Fred"]] [https://www.familysearch.org/tree/person/details/G9H7-VZD] - 1919(Qld)-1998(Qld) - Licences: 4RF Brisbane (South Brisbane, 1936-1939; Annerley, 1946-1947); Dalby (1948-1950); Brisbane (Coorparoo, 1954; Camp Hill, 1965-75; Loganlea, 1980) - Qualifications: cc; AOCP 1745, 1936, Qld; 2COCP 868, 1944 - amateur operator; amateur broadcaster; radio clubs (WIAQ, instructor, QSL manager); military (WW2, RAN, wireless officer); broadcast technician (4QS, Capalaba) - Electoral Rolls: technician (Dalby, Qld, 1949; Coorparoo, Qld, 1954; Camp Hill, Qld, 1958-1968); public servant (Camp Hill, Qld, 1972-1977); retired (Loganlea, Qld, 1980) ===''LUCAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gillen Frederick Lucas|Lucas, Gillen Frederick]] [https://www.familysearch.org/tree/person/details/GXLB-Y7P] - 1894(SA)-1964(SA) - Licences: 5LL Adelaide (Kilkenny, 1935-1939; Port Adelaide, 1947; Maylands, 1948; Trinity Gardens, 1954-1960) - Qualifications: cc; AOCP 1589, 1935, SA - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: bootmaker (Kilkenny, SA, 1939-1943) ===''LUCKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Forsythe Arthur Luckman|Luckman, Charles Forsythe Arthur]] [https://www.familysearch.org/tree/person/details/GMF8-LS2] - 1901(NSW)-1979(NSW) - Licences: 2JT Receive Sydney (Croydon, 1922); 2JT Sydney (Croydon, 1923-1926; Lakemba, 1927-1933; Croydon, 1934; Ashfield, 1935-1938; Croydon, 1939, 1946-1975) - Qualifications: cc; AOCP 41, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: lift engineer (Lakemba, 1930-1933); electrician (Croydon, 1935-1943); electrical mechanic (Croydon, 1954-1972) * [[/Thomas Stuart Luckman|Luckman, Thomas Stuart "Stuart"]] [https://www.familysearch.org/tree/person/details/G64P-8CD] - 1913(Qld)-2005(Qld) - Licences: 4SL Brisbane (Kalinga, 1931-1939) - Qualifications: cc; AOCP 783, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, CMF, Signals Northern Command); occupation (hardware executive) - Electoral Rolls: salesman (Kalinga, 1936-1937); storeman (Hendra, 1943-1958); retired (Aspley, 1972-1977; Carseldine, 1980) ===''LUHRS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Albert Luhrs|Luhrs, Victor Albert]] [https://www.familysearch.org/tree/person/details/KZYN-VJJ] - 1888(Vic)-1964(SA) - Licences: V761 Receive Woori Yallock (1922); 3HB Receive Woori Yallock (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Torquon West, Nhill, 1909; Netherby, 1912-1914; Cavendish, 1916-1919; Woori Yallock, 1922-1924; Kalyan, SA, 1939); grazier (Tintinara, SA, 1941-1943) ===''LUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Douglas Lum|Lum, Allan Douglas]] [https://www.familysearch.org/tree/person/details/G92F-LX7] - 1913(SA)-1978(SA) - Licences: 5AL Adelaide (Joslin, 1932-1939; Hyde Park, 1947) - Qualifications: cc; AOCP 980, 1932, No. ?? in SA; 1COCP 427, 1940; TVOCP 263, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Gawler, SA, 1939-1941); mechanic (Hyde Park, SA, 1943) ===''LUMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd John Lumb|Lumb, Lloyd John "Jack"]] [https://www.familysearch.org/tree/person/details/G84C-LF2] - 1907(Qld)-1975(Qld) - Licences: 4LL Brisbane (Ashgrove, 1928-1939) - Qualifications: cc; AOCP 471, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; engineer (PMGD) - Electoral Rolls: telephone mechanic (Ashgrove, 1936-1937); postal electrician (Stanthorpe, 1943); technician (Ashgrove, 1949); engineer (Ashgrove, 1958-1972) ===''LUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Vincent Lunn|Lunn, Harold Vincent]] [https://www.familysearch.org/tree/person/details/GXGY-4X5] - 1908(NSW)-1987(NSW) - Licences: 5HL Adelaide (Morphettville, 1935-1939); 2ANE Sydney (North Ryde) - Qualifications: cc; AOCP 1449, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical fitter (Morphettville, SA, 1939-1943; Hurstville South, NSW, 1972); retired (North Ryde, NSW, 1977-1980) ===''LUXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilfred Luxon|Luxon, George Wilfred]] [https://www.familysearch.org/tree/person/details/M5YJ-XTL] - 1908(NSW)-1992(SA) - Licences: 5RX Adelaide (West Mitcham, 1928-1939, 1946-1965; Torrens Park, 1969-1980+) - Qualifications: cc; AOCP 450, 1928, No. ?? in SA - amateur operator; amateur broadcaster late 1920s; WW2; WIA SA (several official duties) - Electoral Rolls: radio mechanic (Mitcham, 1939-1943) ===''LYNCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harold John Lynch|Lynch, Harold John]] [https://www.familysearch.org/tree/person/details/LDTD-VXL] - 1905(Qld)-1995(Qld) - Licences: 4HL Brisbane (Fortitude Valley, 1934-1939, 1946-1956; Slacks Creek, 1960-1975); 4HL Springbrook (1980+) - Qualifications: cc; AOCP 1268, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); business proprietor (restaurants, picture theatres) - Electoral Rolls: cutter (Albion, Qld, 1928); shopkeeper (Valley, Qld, 1936-1943); cafe proprietor (Valley, Qld, 1949); shopkeeper (St Lucia, Qld, 1954; Slacks Creek, Qld, 1958-1968); owner (Slacks Creek, Qld, 1972-1977); retired (Springbrook, Qld, 1980) ===''LYONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Thomas Lyons|Lyons, Joseph Aloysius Thomas]] [https://www.familysearch.org/tree/person/details/LZGY-XKB] - 1879(Tas)-1939(NSW) - teacher, state politician, Premier of Tasmania, federal politician, Postmaster-General, Prime Minister of Australia, actively promoted development of broadcasting in Australia over two decades - Electoral Rolls: =='''M'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''MABBITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Matthew Mabbitt|Mabbitt, John Matthew]] [https://www.familysearch.org/tree/person/details/G8DV-FD5] - 1905(Vic)-1966(Vic) - Licences: 3KI Lake Boga (1930-1939); 3JG Lake Boga (1947-1948); 3JG Swan Hill (1954-1960); 3JG Melbourne (Templestowe, 1965) - Qualifications: AOCP 588, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: orchardist (Lake Boga, 1928-1949); supervisor (Swan Hill, 1954); public servant (Templestowe, 1963) ===''MACDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Donald Macdonald|Macdonald, Donald "Don"]] [https://www.familysearch.org/tree/person/details/GXQ7-WT8] - 1883(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; BOCP 45, 1936 - senior federal public servant (Chief Engineer, Radiotelegraph Branch, PMGD, 1914); Lieutenant-Commander Telegraphist (RAN, in charge captured German Pacific Wireless); chief engineer 7EX; supervised erection 3AR, 5CL, 7ZL; early TV research - Comment: Don't confuse with Don Macdonald AWA consultant - Electoral Rolls: Numerous contemporaneous DMcDs - Links: [http://messui.polygonal-moogle.com/valves/NW199505.pdf EA] * [[/Llewellyn Macdonald|Macdonald, Llewellyn "Lew"]] [https://www.familysearch.org/tree/person/details/G8HH-73F] - 1908(Eng)-1974(NSW) - Licences: 2WU Newcastle (West Maitland, 1929-1934; Wickham, 1935-1936; Waratah, 1937; Mayfield, 1938-1939, 1946-1961; Charlestown, 1965-1969) - Qualifications: AOCP 478, 1929, No. ?? in NSW; 2COCP 69, 1936; BOCP 50, 1936; 1COCP 125, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: cabinetmaker (West Maitland, 1930; Wickham, 1936); joiner (Waratah, 1937; Charlestown, 1972) ===''MACFARLANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred - see Harriss, Dorothy Winnifred ===''MACGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. MacGregor|MacGregor, H.]] - 19??(???)-19??(???) - 4ZU Brisbane (Windsor, -1947+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''MACKAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Stewart Mackay|Mackay, Cedric Stewart or Stuart]] [https://www.familysearch.org/tree/person/details/973G-3Q2] - 1889(Vic)-1955(NSW) - Licences: XADF Coffs Harbour (1913-1914); 2GP Urunga (1922-1931); 2GO Coffs Harbour (1935-1939) - Qualifications: cc; AOCP 149, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Urunga, 1930); agent (Coffs Harbour, 1943-1949) * [[/Ian Keith Mackay|Mackay, Ian Keith]] [https://www.familysearch.org/tree/person/details/G8JG-NHF] - 1907(NZ)-1985(NZ) - author, historian (broadcast, "Broadcasting in New Zealand" (1953), "Broadcasting in Australia" (1957), "Broadcasting in Nigeria" (1964), "Broadcasting in Papua New Guinea" (1976) - Electoral Rolls: broadcasting executive (Lane Cove, 1954); executive (Killara, 1958) * [[/Ronald Reay Mackay|Mackay, Ronald Reay]] [https://www.familysearch.org/tree/person/details/G8N2-Y6T] - 1905(Vic)-1963(Vic) - Licences: 3FZ Receive Melbourne (Carlton, 1922); 3MU Melbourne (Carlton, 1931-1939, 1946-1960) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, principal (RMIT) - Electoral Rolls: teacher (Carlton, 1931-1963) - [https://adb.anu.edu.au/biography/mackay-ronald-reay-10980 ADB] ===''MACKEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Francis Mackel|Mackel, John Francis]] [https://www.familysearch.org/tree/person/details/G8DJ-FP5] - 1912(NSW)-1987(NSW) - Licences: 2HG Sydney (Chatswood, 1930-1939, 1946-1947; Lane Cove, 1948-1965; Hunters Hill, 1969-1980) - Qualifications: AOCP 585, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Chatswood, 1935-1943); insurance inspector (Lane Cove, 1949-1954); insurance manager (Lane Cove, 1958-1963); manager (Hunters Hill, 1968-1980) ===''MACKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Harper Mackenzie|Mackenzie, Alexander Harper "Mac"]] [https://www.familysearch.org/tree/person/details/G7J3-MVZ] - 1892(Sct)-1970(Qld) - Licences: 4GK Brisbane (Wynnum, 1930-1939; Bulimba, 1946-1969) - Qualifications: cc; AOCP 628, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Fire Service) - Electoral Rolls: fireman (Brisbane City, 1916; Hamilton, 1919; Brisbane City, 1925); fire brigade officer (Wynnum, 1928-1936); newsagent (Bulimba, 1949); retired (Bulimba, 1954-1968) - Relationships: father of 4YL Florence Madeline Mackenzie and 4HJ Arthur Alexander Mackenzie * [[/Arthur Alexander Mackenzie|Mackenzie, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7J3-796] - 1918(Qld)-2001(Qld) - Licences: 4HJ Jericho (1937); 4HJ Brisbane (Wynnum, 1938-1939) - Qualifications: cc; AOCP 1346, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Townsville, 1949); newsagent (Grange, 1954-1963); public servant (Townsville, 1972; Cleveland, 1972; Thornlands, 1977, Cleveland, 1980) - Relationships: son of 4GK Alexander Harper Mackenzie; brother of 4YL Florence Madeline Streamer nee Mackenzie * [[/Florence Madeline Mackenzie|Streamer nee Mackenzie, Florence Madeline "Madeline"]] [https://www.familysearch.org/tree/person/details/G8FN-B8C] - 1922(Qld)-19??(Qld) - Licences: 4YL Brisbane (1936-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; third YL operator in Qld - Electoral Rolls: home duties (Mitchelton, 1949; New Farm, 1954) - Relationships: daughter of 4GK Alexander Harper Mackenzie; sister of 4HJ Arthur Alexander Mackenzie - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Harold Stuart Mackenzie|Mackenzie, Harold Stuart]] [https://www.familysearch.org/tree/person/details/L21R-VGN] - 1908(Qld)-1995(Qld) - Licences: 4AM Brisbane (Annerley, 1929-1933) - Qualifications: cc; AOCP 518, 1929, No. ?? in Qld; 2COCP 90, 1937; 1COCP 239, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Annerley, 1934-1937); company manager (Strathfield, NSW, 1943-1954); radio operator (Blackheath, 1958); unemployed (Burleigh Heads, 1963-1968); technician (Burleigh Heads, 1972-1980) ===''MACKINNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Eric Wilton MacKinnon|MacKinnon, Colin Eric Wilton]] [https://www.familysearch.org/tree/person/details/LK45-QRQ] - 1941(NSW)-2004(NSW) - Licences: 2KCM Sydney 1980s; 2DYM Sydney (1980-2004)- Qualifications: NAOCP N1793, 1981; AOLCP N1281, 1981; AOCP N1032, 1981, NSW - amateur operator; amateur broadcaster; historian (amateur radio; military radio; radar) - Electoral Rolls: engineer (Cronulla, 1968; Hurstville, 1977); retired (Glenhaven, 1980) - [https://www.qsl.net/vk2dym/radio/Colin_MacKinnon.htm Obit] ===''MACLARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Foster St Clair Maclardy|Maclardy, William John Foster St Clair "Will"]] - 1892(NSW)-1971(NSW) - 2HP Sydney (Neutral Bay & Cremorne,1922-1925), amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, broadcast engineer (2BL), journalist (Smith's Weekly, Wireless Weekly), correct surname is St Clair Maclardy but rarely used, son of William McIntyre St Clair Maclardy, one time Wireless Weekly proprietor ===''MACLAREN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Catto Maclaren|Maclaren, Donald Catto]] [https://www.familysearch.org/tree/person/details/G8N1-2R2] - 1909(NSW)-1964(NSW) - Licences: 2DM Sydney (Haberfield, 1930-1939); 2NN Narrabri (1947-1950) - Qualifications: AOCP 655, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Haberfield, 1933-1936; Taree, 1937; Narrabri, 1949) ===''MACLURCAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Dansie Maclurcan|Maclurcan, Charles Dansie]] [https://www.familysearch.org/tree/person/details/GWR7-LJ3] - 1889(Qld)-1957(NSW) - Licences: XDM Sydney (1909-1914); 2CM Sydney (Strathfield, 1921-1939; Neutral Bay, 1946-1957); 2CY Sydney (Strathfield, 1923, briefly by administrative error); first licence issued under new 1922 radio regulations - Qualifications: cc; AOCP 98, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; business proprietor (Maclurcan and Lane, 1909-19??, Maclurcan Engineering, Hotel Wentworth) - Electoral Rolls: electrical engineer (Darling Harbour, 1913); engineer (Strathfield, 1930-1934); hotel manager (Neutral Bay, 1949-1954) - Links: [https://adb.anu.edu.au/biography/maclurcan-hannah-13070 ADB] [[w:2CM|Wikipedia]] [https://radioinfo.com.au/news/who-was-radio-pioneer-charles-maclurcan/ radioinfo] ===''MACM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Chestnut McMillan|McMillan, Joseph Chestnut]] [https://www.familysearch.org/tree/person/details/GDRK-8TG] - 1901(Sct)-1968(Vic) - Licences: 7BP Receive Hobart (City, 1923); 7BP Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart East, 1928) ===''MACPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Duncan Macpherson|Macpherson, Alexander Duncan "Sandy"]] [https://www.familysearch.org/tree/person/details/29CF-Z3F] - 1899(Qld)-1974(Qld) - Licences: 4MC Brisbane (Nundah, 1934-1939, 1946-1948; Oakleigh, 1954; Chermside, 1955-1969) - Qualifications: cc; AOCP 1271, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Toombul RC); Qld Lands (draughtsman) - Comment: Slow update for death in Electoral Rolls? - Electoral Rolls: draftsman (Nundah, Qld, 1921-1949; Oakleigh, Qld, 1954; Chermside, Qld, 1958-1968); retired (Chermside, Qld, 1972-1980) ===''MADDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney John Madden|Madden, Sydney John]] [https://www.familysearch.org/tree/person/details/GX16-WGL] - 1900(Sct)-1955(WA) - Licences: 6MN Perth (City, 1930; North Perth, 1931; Maylands, 1933-1937; Wembley, 1938-1939) - Qualifications: cc; 2COCP 264, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Maylands, WA, 1931-1937; Wembley Park, WA, 1937-1943); supervisor (Wembley, WA, 1954) ===''MADDICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Maddick|Maddick, Herbert William]] [https://www.familysearch.org/tree/person/details/GHLB-J2P] - 1890(Vic)-1960(Vic) - Licences: XLX Melbourne (Elsternwick, 1913-1914); 3EF Receive Melbourne (Elwood, 1922-1923); 3EF Melbourne (Elwood, 1924-1933+) - Qualifications: cc; AOCP 161, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; perpetrator of the foul mouthed parrot incident - Electoral Rolls: motor mechanic (Elsternwick, 1917); mechanic (Elsternwick, 1919-1954) ===''MAGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin William Michael Magee|Magee, Kevin William Michael]] [https://www.familysearch.org/tree/person/details/GXRX-51Z] - 1913(Vic)-1979(Vanuatu) - Licences: 5KM Adelaide (City, 1931-1933); 2UN Sydney (Paddington, 1936); 3UN Melbourne (Hawthorn, 1937); 3KM Melbourne (Kew, 1947-1960; North Balwyn, 1965-1969) - Qualifications: cc; AOCP 874, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: staff cadet (Victoria Barracks, NSW, 1936); military officer (Hawthorn, Vic, 1937; Kew, Vic, 1943); engineer (Kew, Vic, 1949-1954); company director (Kew, Vic, 1963); director (Balwyn, Vic, 1967-1972) ===''MAGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lindsay Maguire|Maguire, Arthur Lindsay]] [https://www.familysearch.org/tree/person/details/G8SN-BKC] - 1921(Vic)-1998(Vic) - Licences: 3IO Stratford (1938-1939; 1947-1960) - Qualifications: AOCP 2216, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Stratford, 1949-1977); grazier (Munro, 1980) * [[/Ernest Norbert Maguire|Maguire, Ernest Norbert]] [https://www.familysearch.org/tree/person/details/LR4X-F61] - 1892(NSW)-1967(NSW) - Licences: 2KL Sydney (Lewisham, 1928-1930; Dulwich Hill, 1931-1939) - Qualifications: AOCP 387, 1928, No. ?? in NSW; 2COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: police constable (Lewisham, 1930-1932); sergeant of police (Putney, 1943; Gladesville, 1949-1958); retired (Lake Illawarra South, 1963) * [[/Sydney William Maguire|Maguire, Sydney William]] [https://www.familysearch.org/tree/person/details/KNDF-L85] - 1903(WA)-1958(NSW) - Licences: 2XY Sydney (Rose Bay, 1930-1934; Paddington, 1935-1936; North Bondi, 1937-1939) - Qualifications: CPRTelephony 933, 1926; AOLCP 74, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Rose Bay, 1930-1934; Glenmore, 1935); engineer (Bondi, 1936-1937); radio engineer (Maroubra North, 1943); inspector (Maroubra North, 1949; Kingsford, 1954-1958) ===''MAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Hugh Mahon|Mahon, Hugh]] - 1857(Ire)-1931(Vic) - senior federal politician (MHR 1900s & 1910s; Postmaster-General 1904) ===''MALCOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Graham Malcolm|Malcolm, Keith Graham]] [https://www.familysearch.org/tree/person/details/GD8F-K5W] - 1949(Eng)-2011(NSW) - Licences: 3ZYK Melbourne (North Clayton, 1969; Mulgrave, 1975; Berwick, 1980); 1???; 2??? - Qualifications: AOLCP 2407, 1967 - broadcast planning engineer (PMGD, ABCB, P&TD, DoC); Communications Laboratory DoC (Director) - Electoral Rolls: engineer (Clayton, Vic, 1972; Mulgrave, 1977; Berwick, 1980) ===''MALONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Joseph Malone|Malone, James Joseph "Jim"]] [https://www.familysearch.org/tree/person/details/GWL8-8DP] - 1883(NSW)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 240, 1916 - employment (NSW P&T, Telegraph Messenger; PMGD, Cadet Engineer, Controller Wireless; OTC, Manager); WW1 - Electoral Rolls: engineer (Clayfield, Qld, 1917-1925; Kew, Vic, 1926-1928); chief inspector wireless (Kew, Vic, 1931-1937); Deputy Director, Posts and Telegraphs (Indooroopilly, 1943); public servant (Lindfield, NSW, 1949-1963) - Links: [[w:James Joseph Malone|Wikipedia]]; [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_05_30#P.109_-_Commonwealth_Controller_of_Wireless|Bio]] ===''MALPAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth John Malpas|Malpas, Kenneth John "Ken"]] [https://www.familysearch.org/tree/person/details/MGC2-BNN] - 1909(SA)-1929(SA) - Licences: 5XG Kadina (1927-1928) - Qualifications: cc; AOCP 313, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Passed too soon - Electoral Rolls: Nil ===''MANGNALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hartley Mangnall|Mangnall, Robert Hartley Jnr]] [https://www.familysearch.org/tree/person/details/G8MD-3L2] - 1903(Vic)-1963(Vic) - Licences: 3?? Melbourne (Carlton, 1927); 3HB Melbourne (Highett, 1947-1960) - Qualifications: AOCP 350, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (Carlton, 1936); engineer (Sandringham, 1942-1963) ===''MANIFOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Charles Manifold|Manifold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/LXMR-BFZ] - 1908(Vic)-1993(Vic) - Licences: 3EM Melbourne (Malvern, 1930-1933; McKinnon, 1937-1939, 1946-1980+) - Qualifications: AOCP 647, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: plumber (Malvern, 1931-1934; Bentleigh, 1936-1980) ===''MANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Mann|Mann, John Edward "Jack"]] [https://www.familysearch.org/tree/person/details/G3JY-STV] - 1912(SA)-1941(off Libyan coast) - Licences: 5EM Semaphore (1934-1938); 3IE Westmere (1938); 3IE Ballarat (1939) - Qualifications: cc; AOCP 1304, 1934, SA - amateur operator; amateur broadcaster; military (WW2, RAN, telegraphist) - Relationships: Son of Thomas William Mann - Electoral Rolls: Nil yet identified - Links: [https://www.awm.gov.au/collection/R1675471 AWM]; [https://www.awm.gov.au/collection/P10278775 AWM] - Sacrifice: "Greater love hath no man than this" * [[/Sydney George Mann|Mann, Sydney George]] [https://www.familysearch.org/tree/person/details/G8DP-V1C] - 1908(Eng)-1977(Eng) - Licences: 3KY Melbourne (Glenhuntly, 1930-1931; Hampton, 1937-1939, 1946-1954; East Brighton, 1955-1960) - Qualifications: AOCP 594, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Sergeant) - Electoral Rolls: traveller (Glenhuntly, 1931); mechanic (Sandringham, 1936-1937); shopkeeper (Woodend, 1942); mechanic (Hampton, 1949-1954); sales (Carnegie, 1963); salesman (St Kilda, 1967) * [[/Thomas William Mann|Mann, Thomas William]] [https://www.familysearch.org/tree/person/details/GZLZ-2S3] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923) - Qualifications: Nil yet identified - amateur receiver - Relationships: Father of 5EM-3IE John Edward Mann- Electoral Rolls: Nil yet identified ===''MANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol John Roland Manning|Manning, Athol John Roland]] [https://www.familysearch.org/tree/person/details/G69L-G2L] - 1916(Tas)-2005(Tas) - Licences: 7LR Devonport (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1367, 1934, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Devonport, 1949-1954) * [[/Clifton Joseph Manning|Manning, Clifton Joseph]] [https://www.familysearch.org/tree/person/details/G893-WW6] - 1909(Vic)-1994(Vic) - Licences: 3CJ Melbourne (Ringwood, 1927; Elwood, 1931-1937; Eltham, 1938-1939; Balwyn, 1946-1947; Templestowe, 1948; Beaumaris, 1954-1960); 3CJ Orbost (1965); 3CJ Marlo (1969-1975) - Qualifications: AOCP 338, 1927, No. ?? in Vic; 1COCP 877, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (St Kilda, 1931-1936; Canterbury, 1943; Templestowe, 1949; Sandringham, 1954-1963); farmer (Orbost, 1967-1968); retired (Marlo, 1972-1977; Lang Lang, 1980) ===''MANSFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Mansfield|Mansfield, H. D.]] - 19??(???)-19??(???) - Licences: XZQ Burnie (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''MANTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Thomas Mantle|Mantle, Joseph Patrick Thomas]] [https://www.familysearch.org/tree/person/details/GX84-DP9] - 1913(Qld)-1976(Fiji) - Licences: 4XF Brisbane (Ascot, 1933-1939); 4XF Townsville (Hermit Park, 1947-1948); 4XF Brisbane (Brisbane City, Qld, 1954-1960); 3AEN Bendigo (1969-1980) - Qualifications: cc; AOCP 1146, 1933, Qld; 2COCP 1083, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: projectionist (Ascot, Qld, 1936); engineer (Ashgrove, Qld, 1943); sound engineer (Townsville, Qld, 1949); business manager (New Farm, Qld, 1954); manager (St Lucia, Qld, 1958); sales manager (Warwick, Qld, 1963); no occupation (Townsville, Qld, 1963); sales executive (Petersham, NSW, 1972) ===''MANUEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Thomas Manuel|Manuel, Robert Thomas]] [https://www.familysearch.org/tree/person/details/KF5S-3R5] - 1910(SA)-2003(SA) - Licences: 5RT Adelaide (Prospect, 1932-1939, 1947-1960; Beefacres, 1965; Windsor Gardens, 1969-1980+) - Qualifications: cc; AOCP 1052, 1932, SA; BOCP 1310, 1953; 2COCP 1279, 1953; 1COCP 1688, 1953 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''MARCONI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guglielmo Giovanni Maria Marconi|Marconi, Guglielmo Giovanni Maria]] - 1874(Italy)-1937(Italy) - Inventor, electrical engineer, entrepreneur, businessman; pioneer of long distance radio transmission, widely credited as the inventor of radio; shared 1909 Nobel prize for physics for contributions to the development of wireless telegraphy ===''MARCUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eugen Gerald Marcuse|Marcuse, Eugen Gerald "Gerald"]] [https://www.familysearch.org/tree/person/details/9C3M-X1G] - 1886(Eng)-1961(Eng) - Licences: G2NM England - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer ===''MARKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Sydney Marks|Marks, Joseph Sydney or Sydney Joseph]] [https://www.familysearch.org/tree/person/details/GQG4-X1G] - 1885(NSW)-1949(NSW) - Licences: 2GR Receive Sydney (Rose Bay, 1922); 2GR Sydney (Rose Bay, 1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio trader (Electricity House, Marks' Radio Company); electrician; police officer; sued by 2BL for non-payment of fees in 1924 - Electoral Rolls: electrician (Rose Bay, 1930-1949) ===''MARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric William Marley|Marley, Cedric William]] [https://www.familysearch.org/tree/person/details/LVF2-DJ4] - 1918(Qld)-1984(Qld) - Licences: 4CJ Brisbane (Highgate Hill, 1938-1939; Graceville, 1947; Kalinga, 1948); 4CJ Rockhampton (1954-1956); 4CJ South Mackay (1960); 9CJ Port Moresby (1965); Brisbane (Mt Gravatt, 1969-1980) - Qualifications: cc; AOCP 2079, 1938, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); broadcast technician (PMG, ABC); WW2 (RAN, telegraphist); federal public servant (PMG, ABC) - Electoral Rolls: technician (Kalinga, Qld, 1949; Rockhampton, Qld, 1954); broadcast technician (Mackay, Qld, 1958; Bucasia, Mackay, Qld, 1958; Mt Gravatt, Qld, 1963-1980) ===''MARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Clanan Marr|Marr, Charles William Clanan]] [https://www.familysearch.org/tree/person/details/9M8V-QQM] - 1880(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; WW1 - Electoral Rolls: MHR (Forrest, 1929); director (Crows Nest, NSW, 1933); company director (Wollstonecraft, 1933-1935); director (Crows Nest, 1935); company director (Pymble, 1937-1943; Killara, 1943-1949; Pymble, 1954-1958) ===''MARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Burton Mars|Mars, Ernest Burton]] [https://www.familysearch.org/tree/person/details/G8VJ-GWR] - 1907(SA)-1987(Qld) - Licences: Receive Adelaide (North Unley, 1923-1924); 4EM Charleville (1930-1933); 2EM Dubbo (1934-1936); 4EM Charleville (1937-1939, 1946-1947); 2GE Moree (1948); 4EM Emerald (1954-1955); 4EM Charleville (1956); 4EM Longreach (1960); 4EM Currumbin (1965-1969) - Qualifications: cc; AOCP 686, 1930, No. ?? in Qld; BOCP 23, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Dubbo, 1935); bank official (Charleville, 1937-1943; Wagga Wagga, 1949); bank clerk (Moree, 1949); bank manager (Commonwealth Bank Emerald, 1954; Commonwealth Bank, Charleville, 1958; Longreach, 1963); retired (Currumbin, 1968; Palm Beach, Qld, 1977-1980) - established 4VL Charleville commercial ===''MARSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Marsden|Marsden, Robert Cecil "Cecil"]] [https://www.familysearch.org/tree/person/details/G92N-W62] - 1892(Eng)-1968(NSW) - Licences: unlicensed?, Sydney, 1909; 2JM Receive Sydney (Edgecliffe, 1922); 2JM Sydney (Edgecliffe, 1923-1925; Bellevue Hill, 1925-1926; Edgecliff, 1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW, local NSW clubs) - Relationships: Father of 2VV-2FV Robert Morris Marsden - Electoral Rolls: engineer (Woolahra, 1930; Epping, 1930-1958); manager (Castlecrag, 1958-1968) * [[/Robert Morris Marsden|Marsden, Robert Morris]] [https://www.familysearch.org/tree/person/details/GWX1-VPG] - 1916(NSW)-1988(NSW) - Licences: 2VV Sydney (Kingsford, 1958-1969); 2FV Tuross Heads (1965-1980+) - Qualifications: AOLCP 226, 1956; AOCP 3627, 1957, NSW - amateur operator; WW2 (RAAF) - Relationships: Son of 2JM Robert Cecil Marsden - Electoral Rolls: taxi proprietor (Bondi Beach, 1949; Kingsford, 1958-1972); retired (Tuross Heads, 1972-1980) ===''MARSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Westport Marsh|Marsh, Sydney or Sidney Westport]] [https://www.familysearch.org/tree/person/details/LFLN-PKM] - 1889(NSW)-1946(NSW) - Licences: 2ZK West Wallsend (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Ladysmith, 1913); fitter (West Wallsend, 1930-1937) ===''MARSHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archie Francis Marshall|Marshall, Archie Francis "Arch"]] [https://www.familysearch.org/tree/person/details/G37M-W83] - 1907(Qld)-1982(Qld) - Licences: 4AF Clifton (1928-1939, 1946-1980+) - Qualifications: cc; AOCP 438, 1928, No. 48 in Qld - amateur operator; amateur broadcaster; business proprietor (blacksmith, fitter/turner) - Electoral Rolls: blacksmith (Clifton, 1930-1980) * [[/Herbert Anthony Marshall|Marshall, Herbert Anthony]] [https://www.familysearch.org/tree/person/details/9JJR-P3P] - 1888(India)-1948(NSW) - Licences: unlicensed?, Port Pirie, 1910; 2HM Armidale (1924-1926); 2HM Sydney (Bondi, 1927-1939, 1946-1948) - Qualifications: AOCP 115, 1925, No. ?? in NSW; AOLCP 48, 1931 - Comment: proud of his initials "H.A.M.", early wireless experimenter; amateur operator; amateur broadcaster; electrical engineer - Relationships: his daughter Denise Chalmers Marshall frequently on air over 2HM - TroveTag: "2HM - Herbert Anthony Marshall" - Electoral Rolls: electrical engineer (Bondi, 1930-1931); engineer (Bondi, 1934-1943) * [[/Mary Austine Marshall|Henry nee Marshall, Mary Austine]] [https://www.familysearch.org/tree/person/details/G8X2-GR6] - 1913(Vic)-1994(Vic) - Licences: 3YL Melbourne (Murrumbeena, 1930-1939, 1946-1956; East Malvern, 1960-1975) - Qualifications: AOCP 619, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: home duties (Oakleigh, 1936-1937); no occupation (Oakleigh, 1942-1954); home duties (Oakleigh, 1958-1980) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Vaughan Edward Marshall|Marshall, Vaughan Edward]] [https://www.familysearch.org/tree/person/details/G86T-KNY] - 1911(Vic)-1994(Vic) - Licences: 3UK Melbourne (Hawthorn, 1930-1933; Kew, 1937-1939, 1946-1969; Mt Eliza, 1975-1980+) - Qualifications: AOCP 603, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: sales (Kew, 1936); tea specialist (Kew, 1937-1968); retired (Mt Eliza, 1977-1980) ===''MARSLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Bruce Marsland|Marsland, Benjamin Bruce]] [https://www.familysearch.org/tree/person/details/GX6Y-X47] - 1906(Qld)-1941(NSW) - Licences: 4DX Brisbane (Indooroopilly, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Rockhampton, Qld, 1928); teller (Normanton, Qld, 1930); bank clerk (Rockhampton, Qld, 1931; Malanda, Qld, 1932); no occupation (Annerley, Qld, 1943) ===''MARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Thomas Marston|Marston, James Thomas "Jim"]] [https://www.familysearch.org/tree/person/details/LKDX-19C] - 1920(Qld)-1974(Qld) - Licences: 4JA Brisbane (Belmont, 1948; Morningside, 1954); 4JA Toowoomba (1955-1956); 4JA Brisbane (Boondall, 1960-1969) - Qualifications: cc; AOCP 2655, 1948, Qld - amateur operator - Electoral Rolls: sheet metal worker (Buranda, Qld, 1943); engineer (Toowoomba South, Qld, 1958); technician (Boondall, Qld, 1963-1972) * [[/W. L. Marston|Marston, W. L.]] - 19??(???)-19??(???) - Licences: 4RY Brisbane (Clayfield, 1937) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MARTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Martin|Martin, James Frederick]] - 1909(Vic)-1976(Vic) - Licences: 3MJ Melbourne (North Fitzroy, 1927-1933); 3JM Melbourne (North Fitzroy, 1937-1939) - Qualifications: AOCP 340, 1927, No. ?? in Vic - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Clifton Hill, 1936); traveller (North Fitzroy, 1949; Heidelberg, 1954-1963); sales director (Doncaster, 1967); sales (Noble Park, 1972) * [[/John Michael Martin|Martin, John Michael]] [https://www.familysearch.org/tree/person/details/GX79-GWZ] - 1886(Irl)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 146, 1915; 1COCP 58, 1935 - RANRS (commissioned telegraphist, 1917); WW1 - Comment: several contemporaneous JMMs - Electoral Rolls: Ancestry 299 hits too be sifted * [[/John Robert Martin|Martin, John Robert]] [https://www.familysearch.org/tree/person/details/GWFG-HMM] - 1919(Qld)-2011(Qld) - Licences: 4MX Cunnamulla (1937-1939); 4MX Toowoomba (1946-1954); 4MX Brisbane (Gaythorne, 1955-1960); 4MX Julia Creek (1965-1969); 4MX Finch Hatton (1975); 4MX Brisbane (Gaythorne, 1980+) - Qualifications: cc; AOCP 1933, 1937, Qld; BOCP 147, 1938 - amateur operator; amateur broadcaster; military (WW2, RAAF); business proprietor (radio service); Presbyterian minister - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1949-1954); radio technician (Gaythorne, Qld, 1958; Kingaroy, Qld, 1963); missionary (Blackall, Qld, 1972; Gaythorne, Qld, 1972); minister of religion (Enoggera, Qld, 1977-1980) * [[/Malcolm Martin|Martin, Malcolm]] [https://www.familysearch.org/tree/person/details/GX8D-PG7] - 1903(UK)-1987(Qld) - Licences: 4KY Ipswich (1933-1939); 4KY Brisbane (Sandgate, 1946-1980+) - Qualifications: cc; AOCP 1110, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); employment (Qld Railways) - Electoral Rolls: carriage trimmer (Woodend, Qld, 1925-1937; Sandgate, Qld, 1943-1980) * [[/Silas Martin|Martin, Silas]] [https://www.familysearch.org/tree/person/details/GXMT-6WS] - 1874(NSW)-1945(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Electoral Rolls: engineer (Perth, 1903-1906; East Perth, 1912-1914); mechanic (Rockhampton, 1917-1921); radio mechanic (Cooktown, 1925; Beam Wireless Station, Ballan, 1928-1943); mechanic (Marrickville, NSW, 1943) * [[/Walter J. Martin|Martin, Walter J.]] - 1893(Vic)-19??(???) - commercial operator (1COCP 1, 1914, No. 1 in Aus and Vic, Marconi & Telefunken) - coastal station operator? * [[/William Anthony Martin|Martin, William Anthony]] [https://www.familysearch.org/tree/person/details/G8HB-KPZ] - 1911(Tas)-19??(???) - Licences: 7WM Hobart (West Hobart, 1929-1931); 7WM Gawler (1933) - Qualifications: cc; AOCP 497, 1929, No. ?? in Tas; AOLCP 70, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: several contemporaneous William Anthony Martin's ===''MASHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Wilfred Mashman|Mashman, Lionel Wilfred]] [https://www.familysearch.org/tree/person/details/GZ6K-7WG] - 1907(NSW)-1968(NSW) - 2OB Receive Sydney (Bexley, 1923-1924), 2OB Sydney (Bexley, 1925-1965), amateur operator (AOCP 84, 1925, No. ?? in NSW), amateur broadcaster ===''MASTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Harold Masters|Masters, Alfred Harold "Harold"]] [https://www.familysearch.org/tree/person/details/99GB-CPY] - 1875(Vic)-1951(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed); vice president WIA Launceston 1920s; later prominent architect - Relationships: brother of 7MM William Edward Masters - Electoral Rolls: architect (Launceston, 1928-1949) * [[/Brian Jermyn Masters|Masters, Brian Jermyn "Jermyn"]] - 1891(Vic)-1950(NZ) - 3LM Receive Melbourne (Armadale, 1923), 3LM Melbourne (Armadale, 1924-1925), amateur operator (pre-AOCP; no record found of AOCP; AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, operated his station both individually and on behalf WIA Malvern * [[/William Edward Masters|Masters, William Edward]] [https://www.familysearch.org/tree/person/details/99GB-CPW] - 1873(Vic)-1952(Tas) - Licences: 7MM Hobart (Bellerive 1932-1939) - Qualifications: cc; AOCP 1066, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; solicitor - Relationships: brother of Alfred Harold "Harold" Masters - Electoral Rolls: solicitor (Bellerive, 1914-1949) - Links: [http://nla.gov.au/nla.news-article27111852 Obituary] ===''MATCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Kenneth Lyle Matchett|Matchett, John Kenneth Lyle "Ken"]] [https://www.familysearch.org/tree/person/details/GS1L-SCZ] - 1921(Vic)-2008(Vic) - Licences: 3TL Melbourne (Box Hill, 1960; Templestowe, 1965-1980+) - Qualifications: AOCP 3700, 1958, Vic - amateur operator, WW2, member Old Timer's Club - Electoral Rolls: student (St Kilda, 1949); teacher (Bayswater, 1954); lecturer (Templestowe, 1963-1980) - curator of the WIA QSL card collection for many years; personally acquired a large collection of Australian amateur QSL cards which were donated to the WIA collection on his passing, many thousands of QSLs provided by Wolf Harranth of Dokufunk on an exchange basis ===''MATHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Stewart Mather|Mather, Alexander Stewart "Alex"]] [https://www.familysearch.org/tree/person/details/GHTL-WWC] - 1909(NSW)-1970(NSW) - Licences: 2JZ Singleton (1929-1969) - Qualifications: AOCP 479, 1929, No. ?? in NSW; AOLCP 89, 1932; TVOCP 273, 1960 - amateur operator, amateur broadcaster - Electoral Rolls: cordial manufacturer (Singleton, 1930-1968) ===''MATHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campion Mathews|Mathews, John Campion]] [https://www.familysearch.org/tree/person/details/G8V1-46V] - 1912(Vic)-19??(???) - Licences: 3SY Geelong (Newtown, 1930-1939, 1946-1980+); 3JM Portable Geelong (Newtown, 1947) - Qualifications: AOCP 709, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Newtown, 1934-1968); operator (Newtown, 1972-1980) * [[/John Mathews|Mathews, John]] [https://www.familysearch.org/tree/person/details/G82Z-KX2] - 1914(Qld)-1976(NSW) - Licences: 4EE Rockhampton (1935-1939) - Qualifications: cc; AOCP 1414, 1935, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous JMs - Electoral Rolls: Nil yet identified ===''MATTHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Thomas Matthews|Matthews, Fred or Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GZVC-22K] - 1904(Qld)-1992(Qld) - Licences: 4FK Brisbane (New Farm, 1923-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); business proprietor (Matthews Fire Alarm Co) - Awards: OBE - Electoral Rolls: electrical engineer (Merthyr, 1925-1958); engineer (New Farm, 1963-1980) * [[/John Leigh Inglis Matthews|Matthews, John Leigh Inglis]] [https://www.familysearch.org/tree/person/details/GDKN-159] - 19??(???)-19??(???) - Licences: XJD Melbourne (Richmond, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: confectioner (Richmond, 1913-1919) * [[/Kenneth Morgan Matthews|Matthews, Kenneth Morgan]] [https://www.familysearch.org/tree/person/details/GXPM-R2W] - 1911(SA)-2009(SA)98yo - Licences: 5GN Adelaide (Malvern, 1936-1939) - Qualifications: cc; AOCP 1732, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Malvern, SA, 1939); mechanic (Crystal Brook, SA, 1941-1943) - Links: [https://vwma.org.au/explore/people/551921 VWMA] * [[/Vincent John Matthews|Matthews, Vincent John]] [https://www.familysearch.org/tree/person/details/GFW4-NM1] - 1888(Vic)-1965(Vic) - Licences: 6AQ Perth (Bayswater, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; Stott's College (Principal, early 1920s) - Electoral Rolls: business college master (West Gildford, WA, 1910); manager (Guildford, WA, 1912; Bayswater, WA, 1916-1925); business manager (Canterbury, Vic, 1925-1928); director (Canterbury, Vic, 1931-1963) * [[/Walter John Penrose Matthews|Matthews, Walter John Penrose]] [https://www.familysearch.org/tree/person/details/L5TS-HZN] - 1880(SA)-1964(SA) - Licences: 5BS Receive Murray Bridge (1922); Receive Murray Bridge (1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: lifter SA Railways (Tailem Bend, SA, 1939-1943) ===''MAUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Mauger|Mauger, Samuel "Sam"]] - 1857(Vic)-1936(Vic) - state politician, senior federal politician (Postmaster-General 1908) ===''MAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Maughan|Maughan, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/GZQ4-BJW] - 1903(WA)-1962(Vic) - Licences: 3HH Receive Melbourne (Malvern, 1922); 3HH Melbourne (Malvern, 1923-1960) - Qualifications: cc; AOCP 14, 1924, No. ?? in Vic; AOLCP 82, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: student (Malvern East, 1925-1954) ===''MAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Douglas Mawson|Mawson, Douglas]] [https://www.familysearch.org/tree/person/details/LC3H-42N] - 1882(Eng)-1958(SA) - Licences: Nil - Qualifications: Nil yet identified - Head Australasian Antarctic Expedition (1911-1914) - Electoral Rolls: [[w:Douglas Mawson|Wikipedia]] [https://adb.anu.edu.au/biography/mawson-sir-douglas-7531 ADB] * [[/Ernest Richard Mawson|Mawson, Ernest Richard]] [https://www.familysearch.org/tree/person/details/2W9T-NJN] - 1861(NSW)-1943(NSW) - Licences: 2DH Sydney (Campsie, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Parramatta, 1903); no occupation (Dee Why, 1930-1933; Harbord, 1934-1936; Manly, 1937-1943) ===''MAXWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alston Maxwell|Maxwell, Ronald Alston]] - 1908(NSW)-1950(NSW) - Licences: 2KS Sydney (Hurstville, 1930-1933) - Qualifications: AOCP 656, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: metal worker (Randwick, 1933; Liverpool, 1934-1935; Croydon, 1936-1937); clerk (Caringbah, 1949) ===''MAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank May|May, Frank]] [https://www.familysearch.org/tree/person/details/G88S-CXP] - 1878(Eng)-19??(???) - Licences: 6FM Dwellingup (1929-1931); 6FM Gnowangerup (1933); 6FM Esperance (1937-1939) - Qualifications: cc; CPRT 139, 1915; AOCP 560, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: stationmaster (Gnowangerup, 1931; Esperance, 1936-1937; Armadale, 1943; Collie, 1949) ===''MAYGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neil Hubert Mayger|Mayger, Neil Hubert]] [https://www.familysearch.org/tree/person/details/K2F7-J2D] - 1890(Vic)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: salesman (Darlinghurst, NSW, 1930); sales (Darlinghurst, 1937); salesman (East Sydney, 1937); Sales (Darlinghurst, 1943) ===''MCATEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McAteer|McAteer, Brother Joseph]] [https://www.familysearch.org/tree/person/details/GDKT-JWB] - 1881(NZ)-1931(NSW) - Licences: Receive Sacred Heart College Glenelg (1923); 5AQ Sacred Heart College Glenelg (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCAULEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Money McAuley|McAuley, William John Money "Bill"]] [https://www.familysearch.org/tree/person/details/LRKH-Z5Y] - 1909(Vic)-1987(Vic) - Licences: 3WM Melbourne (Brunswick, 1925-1931) - Qualifications: AOCP 221, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: jackaroo (Nyngan, 1930); grazier (Womboota, 1937-1943) ===''MCBRIDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander James McBride|McBride, Alexander James]] - 1914(Qld)-1993(Qld) - 4BR Brisbane (Wilston, 1939, 1947-1969), amateur operator (AOCP 2320, 1939, No. ?? in Qld), business (radio repair) ===''MCCABE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Bernard McCabe|McCabe, William Bernard]] [https://www.familysearch.org/tree/person/details/MZ1C-FN2] - 1864(Irl)-1938(WA) - Licences: 7AQ Clarence Point (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: gardener (St Kilda, Vic, 1912; Balaclava, 1913-1914; Elsternwick, 1915-1921; Caulfield, 1924); orchardist (Clarence Point, 1922-1928); civil engineer (Nedlands, WA, 1937) ===''MCCALMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Colin McCalman|McCalman, Maxwell Colin]] [https://www.familysearch.org/tree/person/details/GZN8-V77] - 1910(Vic)-1966(Vic) - 3KX Melbourne (Canterbury, 1925-1927), amateur operator (AOCP 142, 1925, No. ?? in Vic), amateur broadcaster, musician (1934), engineer (1943-1963) ===''MCCANDLISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack McCandlish|McCandlish, Jack]] [https://www.familysearch.org/tree/person/details/GZ2B-TJC] - 1915(Eng)-1943(Ins) - Licences: 3HN Sea Lake (1935-1939) - Qualifications: AOCP 1468, 1935, No. ?? in Vic - amateur operator, WW2 (Army, M Special Unit, Sergeant, Commando, 1943) - Electoral Rolls: farm hand (Sea Lake, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1685215] ===''MCCARTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Keith McCarthy|McCarthy, John Keith "Keith / Macca"]] - 19??(???)-1998(Qld) - 3FX Melbourne (Ascot Vale, 1932-1933), 2IM Sydney (Lane Cove, 1934), 2VM Sydney (Lane Cove, 1935), 3FX Melbourne (Hampton, 1937; Ascot Vale, 1938-1939; City, 1946-1947; Templestowe, 1954-1956), 9AR On board yacht Pandemonium (1969), P29AR/MM On board yacht Pandemonium (1975), 4DU Beenleigh (1980), 4PY Surfers Paradise (1980), amateur operator (AOCP 1036, 1932, No. ?? in Vic), amateur broadcaster, state public servant (Vic Railways, telegraphist), military (RAAF, DFC, AFM, AE) ===''MCCULLAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Austral McCullagh|McCullagh, Alexander Austral]] [https://www.familysearch.org/tree/person/details/GXNN-V7Y] - 1897(Qld)-1981(NSW) - Licences: Receive (Home Hill, 1923); 2RR Sydney (Balgowlah, 1965-1969); 9NI Norfolk Island (1975) - Qualifications: cc; 3COCP 2977, 1959; AOLCP 754, 1959; AOCP 4229, 1964, Qld - amateur receiver; amateur operator; WW1 - Electoral Rolls: soldier (Sandgate, Qld, 1919); chemist (Inkerman Mill, Qld, 1922); engineer (Bondi North, NSW, 1930; Abbotsford, NSW, 1932-1933; Edgecliff, NSW, 1933; Burwood, NSW, 1934-1936); manager (Balgowlah, NSW, 1949-1963); retired (Green Point, NSW, 1977-1980) ===''MCCULLOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Robert McCulloch|McCulloch, George Robert]] - 1907(Vic)-1969(Vic) - 3XM Receive Ballarat (1923-1924), 3GM Ballarat (1925-1939, 1946-1965+), amateur operator (AOCP 198, 1925, No. ?? in Vic), amateur broadcaster, radio engineer (Ballarat, 1931-1968) ===''MCDERMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Westall McDermott|McDermott, James Westall "Jim"]] [https://www.familysearch.org/tree/person/details/G37P-PY2] - 1913(Qld)-2010(Qld) - Licences: 4JM Brisbane (1930) & Nambour (1931-1939) - Qualifications: cc; AOCP 711, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4RM Robert Ernest McDermott; son of 4WP Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, Qld, 1936-1949); radio engineer (Nambour, Qld, 1954-1980) * [[/Robert Ernest McDermott|McDermott, Robert Ernest "Bob"]] [https://www.familysearch.org/tree/person/details/GXW8-QJ5] - 1917(Qld)-2006(Qld) - Licences: 4RM Nambour (1938-1939); 4RM Brisbane (Ekibin, 1946-1980+) - Qualifications: AOCP 2223, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); military (WW2, AIF); business proprietor (radio/TV retail, Ekibin) - Relationships: brother of James Westall McDermott; son of Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, 1943; Ekibin, 1949-1968); TV engineer (Tewantin, Qld, 1972-1980) * [[/Westall Samuel McDermott|McDermott, Westall Samuel]] [https://www.familysearch.org/tree/person/details/G37P-2SQ] - 1889(Qld)-1963(Qld) - Licences: 4WP Nambour (1938-1939, 1946-1954) - Qualifications: cc; AOCP 2087, 1938, No. ?? in Qld - amateur operator; amateur broadcaster - Relationships: father of James Westall McDermott & Robert Ernest McDermott - Electoral Rolls: school teacher (Hendon, Qld, 1916-1917; Sandgate, Qld, 1921; Glen Eagle, Qld, 1925-1928; Rosemount, Qld, 1934; Nambour, Qld, 1937-1958); retired (Nambour, Qld, 1963) ===''MCDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> SEE ALSO MACDONALD * [[/Arthur Stephen McDonald|McDonald, Arthur Stephen]] [https://www.familysearch.org/tree/person/details/G36J-ZLJ] - 1891(Vic)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 700, 1922 - broadcast engineer (PMGD, RANRS, AWA); professional society administrator (IEA) - Electoral Rolls: engineer (Townsville, Qld, 1913; St Kilda, Vic, 1916-1924; Vaucluse, NSW, 1930-1934); radio engineer (Darlinghurst, 1934-1936); engineer (Edgecliff, 1943; Double Bay, 1954) - Links: [https://adb.anu.edu.au/biography/mcdonald-arthur-stephen-7333 ADB]; [https://www.asap.unimelb.edu.au/bsparcs/biogs/P001299b.htm Bright Sparks] * [[/Colin McDonald|McDonald, Colin]] [https://www.familysearch.org/tree/person/details/GX67-SCG] - 1911(Qld)-1973(Qld) - Licences: 4CD Rockhampton (1935-1969) - Qualifications: cc; AOCP 1440, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Rockhampton, Qld, 1932-1958); accountant (Rockhampton, Qld, 1968-1972) * [[/Donald McDonald|McDonald, Donald "Don"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC)? * [[/Donald Munro McDonald|McDonald, Donald Munro]] - 19??(???)-19??(???) - Licences: 3KS Melbourne (Yarraville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - Comment: Several contemporaneous DMMs * [[/John McDonald|McDonald, John]] [https://www.familysearch.org/tree/person/details/GXM1-WJR] - 1894(NSW)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 137, 1915; CPRT 190, 1916 (replacement?) - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous JMcD - Electoral Rolls: Nil yet identified; Ancestry.com 1000s of hits to be sifted * [[/Wilfred Neville McDonald|McDonald, Wilfred Neville]] [https://www.familysearch.org/tree/person/details/GX67-DB1] - 1914(NSW)-19??(???) - Licences: 2ZT Sydney (Parramatta, 1935-1936); 4ZT Brisbane (Kangaroo Point, 1937; New Farm, 1938-1939; Annerley, 1947-1948) - Qualifications: cc; AOCP 1412, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Granville, NSW, 1936); radio engineer (Kangaroo Point, Qld, 1937); radio mechanic (Ashgrove, Qld, 1943); radio technician (Annerley, Qld, 1949); electrical engineer (Tennyson, Qld, 1954-1963); manager (Burleigh Heads, Qld, 1968-1980) ===''MCDONOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard McDonough|McDonough, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GXQX-NXY] - 1875(Wales)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, terminated Nov 1920) - Electoral Rolls: Royal Navy (Newport, Vic, 1914-1915); Royal Australian Navy (Yarraville, Vic, 1917-1919); hotel proprietor (West Maitland, 1930-1935); retired (Wickham, 1937) ===''MCDOWALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine McDowall|McDowall, Valentine "Val"]] [https://www.familysearch.org/tree/person/details/M14R-SPG] - 1881(Qld)-1957(Qld) - 4CN Receive Brisbane (1922); 4CM Brisbane (City, 1922-1939) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radiographer; WW2 - 4CM operator primarily Thomas Murray Browse Elliott after about 1925 - Electoral Rolls: medical practitioner (Laidley, 1906-1914; Clayfield, 1919; Ascot, 1934-1954) - Links: [https://adb.anu.edu.au/biography/mcdowall-valentine-7349 ADB] ===''MCDOWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Daniel McDowell|McDowell, John Edward Daniel or John Edward]] [https://www.familysearch.org/tree/person/details/GX86-J52] - 1914(Qld)-1978(Qld) - Licences: 4CX Brisbane (Ascot, 1937-1939); 4CX Gladstone (1947-1965); 4CX Brisbane (Wavell Heights, 1969-1980+) - Qualifications: cc; AOCP 1873, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: rubber worker (Ascot, Qld, 1937); chemist (Gladstone, Qld, 1943-1949); industrial chemist (Gladstone, Qld, 1954-1963); chemistry instructor (Wavell Heights, Qld, 1968-1977) ===''MCELWEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Johnston McElwee|McElwee, George Johnston]] - 1879(Tas)-1981(Tas) - involved with Launceston Radio Clubs searching for the roar ===''MCGARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Ignatius McGarry|McGarry, Lloyd Ignatius]] [https://www.familysearch.org/tree/person/details/G8GT-4PR] - 1919(NSW)-1977(Qld) - Licences: 4XY Roma (1937-1939); 4XY Rockhampton (1947); 4XY Brisbane (Taringa, 1948; Coorparoo, 1954-1956); 2ALM Sydney (Lakemba, 1960-1965); 1AM Canberra (Macquarie, 1969-1975); 4ALL Brisbane (Kingston, 1980+) - Qualifications: cc; AOCP 1943, 1937, Qld; BOCP 139, 1937; 2COCP 607, 1942; 1COCP 1026, 1946 - amateur operator; amateur broadcaster; broadcast technician (4GR, 4ZR); military (RAAF, WW2, mobile wireless, post WW2 Naval Intelligence); federal public servant (PMGD); scientist (Ionospheric Prediction Service) - Electoral Rolls: radio technician (Deagon, Qld, 1949); public servant (Coorparoo, Qld, 1954-1958; Townsville, Qld, 1958) ===''MCGAURAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Duncan James Macfarlane McGauran|McGauran, Duncan James Macfarlane]] - 1849(NZ)-1889(NSW) - radio clubs (Telegraph Electrical Society, Victoria, member; Society of Telegraph Engineers, London, member), employment (Vic Posts & Telegraphs; WA Posts & Telegraphs, Superintendant Telegraphs; NSW Posts & Telegraphs), patents in Quadraplex Telegraphy, father of Duncan James McGauran (telegraphist, accountant, inventor of a telephone meter) ===''MCGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carney Mitchell McGee|McGee, Carney Mitchell]] [https://www.familysearch.org/tree/person/details/G8VW-9LF] - 1910(SA)-1981(WA) - Licences: 5LX Adelaide (Mile End, 1930-1931) - Qualifications: cc; AOCP 676, 1930, No. ?? in SA; 2COCP 52, 1936; 1COCP 210, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (North Unley, SA, 1939); assistant radio inspector (Ivanhoe, Vic, 1943); radio inspector (Kensington, WA, 1949-1977); retired (Como, 1980) ===''MCGEOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Samuel McGeoch|McGeoch, William Leslie Samuel]] [https://www.familysearch.org/tree/person/details/LVNY-SDX] - 1912(WA)-2007(WA) - Licences: 6WL Brookton (1935-1939, 1947-1956); 6WL Bunbury (1960-1980+) - Qualifications: cc; AOCP 1442, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Brookton, WA, 1936-1943); radio service (Brookton, WA, 1958); electrician (Carey Park, WA, 1968-1980) ===''MCGOWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Walker McGowan|McGowan, Samuel Walker]] - 1829(Irl)-1887(Vic) - Vic Posts and Telegraphs (Superintendent Telegraphs), successfully tendered for the first Australian electric telegraph 1854 (Melbourne to Williamstown) then appointed to the public service to operate and maintain it, radio clubs (Telegraph Electrical Society, Victoria) ===''MCGRATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Philip McGrath|McGrath, Edward Philip "Ted"]] [https://www.familysearch.org/tree/person/details/GW87-9K5] - 1906(NSW)-1999(SA) - Licences: 5MO Adelaide (Parkside, 1933-1939; West Mitcham, 1947-1965; Aldgate, 1969) - Qualifications: cc; AOCP 1175, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Parkside, SA, 1939) * [[/Francis Thomas McGrath|McGrath, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GXM1-HRN] - 1891(Tas)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 87, 1915; 1COCP 45, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: public servant (Moonah, Tas, 1919); wireless operator (Thursday Island, 1922); engineer (Eagle Junction, 1925); telegraphist (South Yarra, 1926-1927); supervisor (Caulfield, Vic, 1928-1934; Camberwell, Vic, 1936) ===''MCGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aenas McGregor|McGregor, Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WT] - 1865(Vic)-1937(Vic) - Licences: XJEA Melbourne (Armadale, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: father of 3ZE Keith Wilfred Aeneas McGregor - Electoral Rolls: traveller (Armadale, 1919; Toorak, 1928-1936) * [[/Keith Wilfred Aeneas McGregor|McGregor, Keith Wilfred Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WQ] - 1903(Vic)-19??(???) - Licences: 3ZE Melbourne (Armadale, 1923-1924; Toorak, 1925) - Qualifications: cc; AOCP 52, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Relationships: son of XJEA Aeneas McGregor - Electoral Rolls: telegraphist (Toorak, 1925-1928) ===''MCGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Patrick Holman McGuire|McGuire, Leo Patrick Holman]] [https://www.familysearch.org/tree/person/details/G8HK-B2T] - 1906(NSW)-2001(WA) - Licences: 3KM Myrtleford (1929-1937); 3KM Corryong (1938-1939); 6MG Manjimup (1947-1969); 6MG Perth (Thornlie (1975-1980+) - Qualifications: AOCP 488, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: biograph operator (Wangaratta, 1928); picture proprietor (Albury, 1931); postal employee (Myrtleford, 1936-1937); postal clerk (Mt Magnet, 1943; Manjimup, 1949); radio mechanic (Manjimup, 1954-1972); retired (Thornlie, 1977-1980) ===''MCHUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles McHugh|McHugh, William Charles]] [https://www.familysearch.org/tree/person/details/GFMN-V5Z] - 1914(WA)-1978(WA) - Licences: 6KA or 6KD Perth (Guildford, 1936-1939) - Qualifications: cc; AOCP 1766, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: piano tuner (Guildford, WA, 1936-1943); radio mechanic (Belmont, WA, 1949; North Perth, WA, 1954); mechanic (Cottesloe, WA, 1954; Mt Pleasant, WA, 1963-1972) ===''MCINTOSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John James McIntosh|McIntosh, Stanley John James "Stan"]] [https://www.familysearch.org/tree/person/details/GXDL-C5P] - 1913(Qld)-1972(Qld) - Licences: 4PK Ipswich (Woodend, 1931-1939); 4PK Brisbane (Coorparoo, 1946-1969) - Qualifications: cc; AOCP 730, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (workshop foreman); business proprietor (electrical engineering) - Electoral Rolls: electrical fitter (Woodend, Qld, 1934-1937; Coorparoo, Qld, 1943-1972) ===''MCINTYRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Daniel George McIntyre|McIntyre, Daniel George]] [https://www.familysearch.org/tree/person/details/LTNG-PHV] - 1901(???)-1963(NSW) - Licences: 2VX Receive Sydney (Pymble, 1923); 2VX Sydney (Pymble, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Strathfield, 1930-1958); radio retailer (Pymble, 1963) ===''MCKAIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Lancelot Martyn McKail|McKail, Henry Lancelot Martyn or Martin "Hal"]] - 1887(WA)-1944(WA) - Licences: 6BT Perth (City, 1923-1924); 6BU Perth (City, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgan River, WA, 1910; West Perth, WA, 1916-1917); science master (Crawley, WA, 1925-1937) ===''MCKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander John McKenzie|McKenzie, Alexander John]] - 1905(???)-19??(???) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''MCKEOWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * McKenzie, Florence Violet (married name) - see Granville, Florence Violet (birth name) * [[/Allan McIllroy McKeown|McKeown, Allan McIllroy]] [https://www.familysearch.org/tree/person/details/L69J-SFC] - 1904(Vic)-1983(Vic) - Licences: 3YZ Melbourne (Alphington, 1924-1927); 3YZ Geelong (1931); 3YZ Melbourne (Northcote, 1933-1939, 1946-1969); 3YZ Ocean Grove (1975-1980) - Qualifications: cc; AOCP 51, 1925, No. ?? in Vic; AOLCP 42, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Northcote, 1936-1954; Alphington, 1968); nil (Ocean Grove, 1972-1977) ===''MCKINLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Harold McKinley|McKinley, Norman Harold "Shorty"]] [https://www.familysearch.org/tree/person/details/GWGP-TLC] - 1913(???)-1999(Qld) - Licences: 4CX Brisbane (Teneriffe, 1932-1933) - Qualifications: cc; AOCP 969, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Milton, Qld, 1949-1972); driver (Paddington, Qld, 1980) ===''MCLAUCHLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles David McLauchlan|McLauchlan, Charles David]] [https://www.familysearch.org/tree/person/details/LYL6-PYY] - 1876(Vic)-1943(Vic) - Licences: 6BW Receive Perth (Victoria Park, 1923); 6BW Perth (Victoria Park, 1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Eucla, 1906; Perth, 1910-1916); telegraph engineer (Victoria Park, 1925); superintendent telegraphs (South Yarra, 1931; Camberwell, 1937-1943) ===''MCLEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stewart Campbell McLean|McLean, Stewart Campbell]] [https://www.familysearch.org/tree/person/details/G86G-PMR] - 1910(Vic)-1994(Vic) - Licences: 3GK Melbourne (Yarraville, 1930-1933; Brunswick, 1937-1939, 1946-1948; Caulfield, 1960) - Qualifications: AOCP 601, 1930, No. ?? in Vic; AOLCP 65, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarraville, 1931-1936); nil (Elsternwick, 1954); engineer (Caulfield, 1958-1980) ===''MCLENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth McLennan|McLennan, Kenneth]] [https://www.familysearch.org/tree/person/details/GX9H-B4N] - 1892(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 124, 1915; 2COCP 185, 1930; 1COCP 238, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous KMcLs - Electoral Rolls: Nil yet identified ===''MCLEOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander McLeod|McLeod, Alexander]] [https://www.familysearch.org/tree/person/details/GMKJ-L25] - 1972(Vic)-1948(Qld) - Licences: 4CF Receive Brisbane (Red Hill, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: confectioner (Red Hill, 1903-1905); pastrycook (Red Hill, 1908-1926; Mt Bruce, 1929-1943) * [[/Gordon Stuart McLeod|McLeod, Gordon Stuart]] [https://www.familysearch.org/tree/person/details/G8V1-38Y] - 1912(NSW)-1966(NSW) - Licences: 3ZZ Geelong (West Geelong, 1930-1931; Newtown, 1933; Crib Point, 1937; Wallington, 1938); 2ADC Sydney (Sans Souci, 1939; Hurstville, 1946-1947; Beverley Hills, 1948-1965) - Qualifications: AOCP 707, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: RAN (Crib Point, Viv, 1937); petty officer RAN (Hurstville, 1943); clerk (Beverly Hills, 1949-1963) * [[/Norman McLeod|McLeod, Norman]] [https://www.familysearch.org/tree/person/details/G86P-8F2] - 1901(Vic)-1995(Vic) - Licences: 3NM Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 602, 19??, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Caulfield, 1937-1968) ===''MCLOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. C. McLoughlin|McLoughlin, E. C.]] - 19??(???)-19??(???) - Licences: 5KJ Port Lincoln (1928-1929) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCMAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Hanney McMahon|McMahon, Leo Hanney]] [https://www.familysearch.org/tree/person/details/GXD8-XQH] - 1914(Qld)-1992(NSW) - 4LM Brisbane (Toombul, 1933-1938); 2ALM Sydney (Darlinghurst, 1939); 2AC Sydney (Kingsford, 1946-1950; Randwick, 1956-1980+) - Qualifications: cc; AOCP 1104, 1933, Qld) - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, AMC); occupation (doctor) - Electoral Rolls: student (Camperdown, NSW, 1936-1937); medical practitioner (Kingsford, NSW, 1949; Randwick, NSW, 1954-1980) ===''MCMASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John McMaster|McMaster, John]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: ===''MCMATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph McMath|McMath, John Joseph]] [https://www.familysearch.org/tree/person/details/L5KG-ZK2] - 1910(Vic)-1999(Vic) - Licences: 3JJ Melbourne (Albert Park, 1927-1939; South Melbourne, 1946-1960; Elwood, 1975-1980+) - Qualifications: AOCP 351, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Albert Park, 1931-1937); manager (St Kilda, 1949-1954); retired (Brighton, 1963-1968; Black Rock, 1972-1977) ===''MCMURTRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Adam McMurtrie|McMurtrie, Sydney Adam or Adam Sydney "Sid"]] [https://www.familysearch.org/tree/person/details/LBQM-DQW] - 1908(NSW)-1982(Qld) - Licences: 4JR Booval (1929-1933); 2AFX Lismore (1937-1939); 4KT Gympie (1948) - Qualifications: cc; AOCP 491, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Gympie, 1936); radio salesman (Lismore, 1937); telephone mechanic (Gympie, 1943-1980) ===''MCNALTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McNalty|McNalty, Joseph]] [https://www.familysearch.org/tree/person/details/GXXW-67M] - 1901(Qld)-1967(Qld) - Licences: 4DZ Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (East Toowoomba, Qld, 1925; Mackay, Qld, 1930-1943); public servant (Fairfield, Qld, 1949); clerk (Toowong, Qld, 1954); telegraphist (St Lucia, Qld, 1958) ===''MCNICOL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Edgar McNicol|McNicol, Robert William Edgar]] [https://www.familysearch.org/tree/person/details/GX8D-6NN] - 1917(Qld)-1974(Qld) - Licences: 4WM Brisbane (Teneriffe, 1936-1939) - Qualifications: cc; AOCP 1680, 1936, Qld; BOCP 57, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Teneriffe, Qld, 1943); university lecturer (Tarragindi, Qld, 1954-1972) ===''MCPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Thomas McPherson|McPherson, Colin Thomas or Thomas Collins]] [https://www.familysearch.org/tree/person/details/G8CT-HST] - 1897(Vic)-1951(Vic) - Licences: 3LU Melbourne (Footscray, 1929-1939) - Qualifications: AOCP 523, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: student (Footscray, 1919); storeman (Footscray, 1922-1942) * [[/Murdoch John McPherson|McPherson, Murdoch or Murdock John]] [https://www.familysearch.org/tree/person/details/27D9-9TB] - 1904(Qld)-1972(NSW) - Licences: 4MC Merinda (1927) - Qualifications: cc; CPRT 916, 1926; 2COCP 58, 1929; 1COCP 161, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: motor driver (Merinda, Qld, 1925); wireless operator (Paddington, Qld, 1929); clerk (Mt Coolah, NSW, 1968) ===''MEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Mead|Mead, Jack]][https://www.familysearch.org/tree/person/details/GFM3-ZSH] - 1915(WA)-2009(WA) - Licences: 6LJ Perth (East Victoria Park, 1931-1939; Wembley, 1947-1960) - Qualifications: cc; AOCP 803, 1931, No. ?? in WA; AOLCP 168, 1934; 1COCP 289, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Victoria Park, WA, 1937); mechanic (Wembley, WA, 1943-1980) * [[/Jordan Arthur Mead|Mead, Jordan Arthur]] [https://www.familysearch.org/tree/person/details/LTJF-1KH] - 1907(NSW)-1993(NSW) - Receive Sydney (Ashfield, 1923-1924), 2JA Sydney (Ashfield, 1925-1928), 2JA Byron Bay (1929-1930), 2AJA Sydney (Ashfield, 1946; Bexley, 1947-1957), 2JM Sydney (Bexley, 1958-1980), qualifications (AOCP 212, 1925, No. ?? in NSW), amateur operator, amateur broadcaster, electoral rolls: telephone mechanic (Byron Bay, 1930; Ashfield, 1931-1943), power technician (Bexley, 1949-1968), electrical field officer (Bexley, 1972-1980) ===''MEADOWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Meadows|Meadows, Robert Cecil]] [https://www.familysearch.org/tree/person/details/GXH2-ZRK] - 1907(Eng)-1966(NSW) - Licences: 4RM Mackay (1932-1939); 2ARM Sydney (Kirribilli, 1946-1948); 2IN Sydney (Rhodes, 1956-1958; Chiswick, 1960; Long Jetty, 1961; Killarney Vale, 1965) - Qualifications: cc; AOCP 879, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (Pems Radio, Rockhampton); journalist (Minchens Electrical Weekly); WW1; WW2 - Electoral Rolls: reporter (Crows Nest, NSW, 1930); radio mechanic (Bundaberg, Qld, 1931-1932); radiotrician (Mackay, 1934-1937); wireless instructor (Kirribilli, NSW, 1943); manager (Rhodes, NSW, 1954-1958); retired (Five Dock, NSW, 1958; Killarney Vale, NSW, 1963) ===''MEDHURST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Edney Medhurst|Medhurst, Edgar Edney]] [https://www.familysearch.org/tree/person/details/GHD6-WFC] - 1902(Tas)-1966(Vic) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Frederick William Medhurst|Medhurst, Frederick William "Pop" (in latter years)]] [https://www.familysearch.org/tree/person/details/M4GS-R6P] - 1868(Eng)-1969(Tas) 101yo - Licences: XZD Hobart (1913-1914); 7AH Receive Hobart (Sandy Bay, 1923); 7AH Hobart (Sandy Bay, 1924-1939, 1946-1947) - Qualifications: Nil yet identified - early wireless experimenter from 1901; amateur operator; amateur broadcaster; business (Medhurst & Sons, 1920s) - Relationships: father of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst, all in the business and interested in radio * [[/Harry Frederick Medhurst|Medhurst, Harry Frederick]] [https://www.familysearch.org/tree/person/details/GHD6-QZV] - 1893(Tas)-1963(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Phillip Aubrey Medhurst|Medhurst, Phillip Aubrey]] [https://www.familysearch.org/tree/person/details/GHD6-DFX] - 1895(Tas)-1969(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Rowland Arthur Medhurst * [[/Rowland Arthur Medhurst|Medhurst, Rowland Arthur]] [https://www.familysearch.org/tree/person/details/GHD6-ZT4] - 1892(Tas)-1969(Tas) - early wireless experimenter, lecturing on wireless 1911, never licensed, likely utilised licence of XZD-7AH (father), son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst ===''MEDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel James Clifford Medlin|Medlin, Noel James Clifford]] [https://www.familysearch.org/tree/person/details/G3MB-743] - 1917(Vic)-2004(Vic) - broadcast planning engineer (ABCB), federal public servant (ABCB), WW2 - Electoral Rolls: engineer (Gardiner, 1943; St Kilda, 1949; Camberwell, 1954-1977); retired (Inverloch, 1980) - father of AM directional antennas in Australia ===''MENON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Menon|Menon, Geoffrey John]] [https://www.familysearch.org/tree/person/details/LT4F-3CQ] - 1905(SA)-1969(NSW) - 3OG Receive Melbourne (St Kilda, 1923-1924), 3OG Melbourne (St Kilda, 1925-1927), 2OG Sydney (Haberfield, 1928; Croydon, 1929-1931), 3OG Melbourne (East Kew, 1933), 2OG Sydney (Northbridge, 1934-1935; Chatswood, 1936-1937; Longueville, 1938-1939, 1946-1948; Pymble, 1950; West Pennant Hills, 1954-1965; Arcadia, 1969), amateur operator (AOCP 209, 1925, No. ?? in Vic), amateur broadcaster, electrician (St Kilda West, 1926-1927), radio engineer (Coburg, 1931), engineer (Kew, 1934), radio engineer (Chatswood, 1937; Longueville, 1943), engineer (Baulkham Hills, 1954-1958; Arcadia, 1968) ===''MERCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie George Merchin|Merchin, Leslie George]] [https://www.familysearch.org/tree/person/details/LTLT-SSF] - 1917(Qld)-1994(Qld) - Licences: 4ML Richmond (1934-1939); 4MG Richmond (1948); 4MG Killarney (1954-1980+) - Qualifications: cc; AOCP 1399, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: garage proprietor (Richmond, Qld, 1943-1949); motor mechanic (Killarney, Qld, 1954-1968; Rockhampton North, Qld, 1972-1980) ===''MEREDITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement George Benger Meredith|Meredith, Clement George Benger]] [https://www.familysearch.org/tree/person/details/KZJD-6S6] - 1885(WA)-1959(USA) - Licences: Nil yet identified - Qualifications: cc; CPRT 15, 1914 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Windsor, Vic, 1914-1916); officer-in-charge wireless (Geraldton, WA, 1916-1917) * [[/Llewellyn Lennon Meredith|Meredith, Llewellyn Lennon]] [https://www.familysearch.org/tree/person/details/GD8W-LV7] - 1885(Eng)-1923(NSW) - Licences: Nil yet identified - Qualifications: CPRT 246, 1916 - ship wireless officer, AWA (traffic manager) - Electoral Rolls: Nil yet identified - Comment: Gone too soon - Links: [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_04_04#P.22_-_Obituary_-_Mr._L._L._Meredith|Obit]] ===''MESSENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Albert Messenger|Messenger, Percival Albert]] [https://www.familysearch.org/tree/person/details/GXRP-BS1] - 1892(SA)-1980(NSW) - Licences: 5PM Adelaide (Largs Bay, 1928) - Qualifications: cc; CPRT 70, 1915 (Marconi); CPRT 152, 1915 (Balsillie) - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: manager (Randwick, NSW, 1936; Coogee, NSW, 1943-1958; Randwick, NSW, 1963-1980) ===''MICHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Hector Ernest Henderson Michell|Michell, Hector Ernest Henderson "Ernest"]] [https://www.familysearch.org/tree/person/details/GQNQ-T5H] - 1897(Vic)-1984(Vic) - Licences: 3JP Receive Melbourne (Caulfield, 1922); 3JP Melbourne (Caulfield, 1923-1931; Elsternwick, 1933); 3JP Hamilton (1937-1939); 3AEM Hamilton (1960-1969); 3JX Hamilton (1975-1980+) - Qualifications: cc; AOCP 162, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; operator of 3LR Elsternwick Radio Club (1925); WW1; land officer (Hamilton, 1936) - Electoral Rolls: clerk (Balaclava, 1919-1921); draftsman (Caulfield, 1922); land officer (Hamilton, 1936-1980) ===''MILBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Leslie Milburn|Milburn, Henry Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/G8NV-8VJ] - 1890(Vic)-1957(Qld) - Licences: 4HM Home Hill (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Toowong, 1919); electrical engineer (Home Hill, 1922-1925; Stanthorpe, 1934-1949) - Halcyon: not mentioned? ===''MILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Thomas Miles|Miles, Gilbert Thomas]] [https://www.familysearch.org/tree/person/details/L19Y-X19] - 1904(Vic)-1981(NSW) - Licences: 7KQ Hobart (Bellerive, 1937-1939) - Qualifications: cc; AOLCP 106, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Camberwell, 1925-1926); electrical engineer (Glen Iris, Vic, 1931); engineer (Elsternwick, 1936); radio engineer (Croydon, NSW, 1943-1972); engineer (Croydon, 1977-1980) * [[/Harry Raymond Miles|Miles, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G8NJ-DQ2] - 1911(WA)-2003(WA) - Licences: 6XL Perth (Mt Lawley, 1930-1933); 6XL Wiluna (1937); 6XL Perth (Mt Lawley, 1938-1939) - Qualifications: cc; AOCP 645, 1930, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Wiluna Gold Mines, WA, 1936; Mt Beauty, Vic, 1954); poultry farmer (Balga, WA, 1958-1972); farmer (Wanneroo, WA, 1977-1980) ===''MILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Eric Mill|Mill, William Eric]] [https://www.familysearch.org/tree/person/details/9779-JP8] - 1896(SA)-1980(WA) - Licences: XYAG Burbanks (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: electrician (Kalgoorlie, WA, 1919; Balkatta, WA, 1921-1922; North Perth, WA, 1925); electrical engineer (Geraldton, WA, 1931-1937; East Perth, WA, 1943; Maylands, WA, 1949-1968; Inglewood, WA, 1972-1980) ===''MILLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roydon Arthur Milledge|Milledge, Roydon Arthur]] [https://www.familysearch.org/tree/person/details/GMJY-3DW] - 1903(Vic)-1983(Tas) - Licences: 3WT Shepparton (1936-1937); 7WT Hobart (1938-1939); 7WT Ulverstone (1947-1948+); 7WT Hobart (1956-1960+) - Qualifications: cc; AOCP 1693, 1936, No. ?? in Vic - amateur operator; amateur broadcaster; WW2; bank clerk 1931; Civil Engineer 1950s - Electoral Rolls: assistant engineer (State Savings Bank, Auburn, 1927); engineer (Glenhuntley, 1931-1934); civil engineer (Shepparton, 1936) ===''MILLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dunlop Millen|Millen, John Dunlop]] [https://www.familysearch.org/tree/person/details/GC9X-S4W] - 1877(Irl)-1941(Tas) - Licences: Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver; senator - Electoral Rolls: mining engineer (Waratah, 1914-1919; Newstead, 1922-1937) ===''MILLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alexander Miller|Miller, Charles Alexander "Charlie"]] [https://www.familysearch.org/tree/person/details/G8NV-YRR] - 1915(NSW)-1999(Qld) - Licences: 4US Brisbane (New Farm, 1933-1936); 2ADE Casino (1935-1939, 1946-1961); 4QM Caloundra (1969-1980+) - Qualifications: AOCP 1208, 1933, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); part of the "U" gang, military (WW2, RAAF) - Electoral Rolls: radio mechanic (Casino, 1943-1963); army officer (Ipswich, 1963); retired (Shelley Beach, 1968-1972; Caloundra, 1977-1980) * [[/Charles Harcourt Miller|Miller, Charles Harcourt]] [https://www.familysearch.org/tree/person/details/G6MC-9QY] - 1921(Tas)-2001(Tas) - Licences: 7CM Hobart (Bellerive, 1936-1939; Taroona, 1969-1980+) - Qualifications: cc; AOCP 1799, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Bellerive, 1943) * [[/Francis George Miller|Miller, Francis George "Frank"]] [https://www.familysearch.org/tree/person/details/LYD2-LHT] - 1895(SA)-1954(SA) - Licences: 5BF Mt Gambier (1923-1939, 1946-1954) - Qualifications: cc; AOCP 185, 1925, No. ?? in SA; BOCP 58, 1936 - amateur operator; amateur broadcaster; broadcast engineer; founder of commercial station 5MU Murray Bridge; WW1 - Electoral Rolls: fitter (Murray Bridge, 1939-1943) [https://www.qsl.net/vk5br/FrankMiller.pdf Biography] * [[/Frank Colin Miller|Miller, Frank Colin]] [https://www.familysearch.org/tree/person/details/GX9C-86L] - 1884(Eng)-1953(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 126, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: engine operator (Radio Station, Roebourne, 1916-1917); station hand (Marron Station, 1918; Carnarvon, 1921; Mallina, 1922-1925); contractor (Roebourne, 1930-1936; Karratha Station, 1937); labourer (Roebourne, 1943); cook (Wittenoom Gorge, 1949) * [[/H. Miller|Miller, H.]] - 19??-19?? - 4EH Brisbane (Ascot, 1923-1924); 2EH Sydney (Dulwich Hill, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert Edward Miller|Miller, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GD2Q-XMX] - 1899(NSW)-19??(???) - Licences: 2HE Sydney (Belmore, 1931-1939) - Qualifications: cc; CPRT 932, 1926; 2COCP 329, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Campsie, 1930; Belmore, 1932-1943); miner (Glen Davis, 1943) * [[/Herbert Leslie Miller|Miller, Herbert Leslie]] [https://www.familysearch.org/tree/person/details/GD2Q-7LH] - 1897(Qld)-1966(Qld) - Licences: 4CA Receive Brisbane (West End, 1922); 4HL Brisbane (Hill End, 1927) - Qualifications: CPRT 330, 1917; 2COCP 329, 1940; 1COCP 483, 1940s; BOCP 370, 1941 - ship wireless officer (RMS Bingera, 1920); amateur operator; amateur broadcaster; sales (J. B. Chandler, 1924; Overells, 1925) - Electoral Rolls: wireless officer (West End, 1921); salesman (West End, 1925); manager (Coorparoo, 1928); salesman (Coorparoo, 1937-1954); clerk (Camp Hill, 1958-1963) ===''MILLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hugh Milligan|Milligan, Stanley Hugh]] [https://www.familysearch.org/tree/person/details/2CB1-L7Y] - 1901(Vic)-1976(Vic) - Licences: 3AU Receive Geelong (1922-1923); 3AU Geelong (1924); 3AU Eaglehawk (1924-1926); 3AU Chilwell (1927-1931); 3AU Geelong (1937-1939); 3AU Melbourne (Surrey Hills, 1947; Auburn, 1948) - Qualifications: cc; AOCP 125, 1925, No. ?? in Vic; AOLCP 164, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Eaglehawk, 1924-1926; Geelong West, 1924); radio mechanic (Chilwell, 1927-1931); watchman (Geelong West, 1934-1937); storekeeper (Hawthorn, 1949); engineer (Canterbury, 1954-1968); nil (Doncaster, 1972) ===''MILLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Griffiths John Mills|Mills, Griffiths John]] - 19??(???)-19??(???) - Licences: 6CK Receive Perth (Subiaco, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Subiaco, 1929-1931) * [[/Norman Gibson Mills|Mills, Norman Gibson]] [https://www.familysearch.org/tree/person/details/9415-SSS] - 1890(Vic)-1959(Qld) - Licences: 4NM Brisbane (Moorooka, 1938-1939, 1947-1956; Margate, 1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Toowong, Qld, 1919); contractor (Moorooka, Qld, 1921-1954); retired (Margate, Qld, 1958) * [[/Ralph Mervyn Mills|Mills, Ralph Mervyn]] [https://www.familysearch.org/tree/person/details/G8JD-GST] - 1909(NSW)-1989(NSW) - Licences: 2MM Sydney (Balmain, 1930-1934; Canterbury, 1935-1936) - Qualifications: AOCP 660, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Balmain, 1931-1937); engineer (Pymble, 1949-1977; West Pymble, 1980) ===''MILNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Brough Milne|Milne, Andrew Brough]] [https://www.familysearch.org/tree/person/details/9KXN-QZV] - 1890(South Africa)-1979(Qld) - Licences: 4BM Dealer Mackay (1926-1927) - Qualifications: 3COCP 3492, 1961 - dealer licence - Electoral Rolls: motor mechanic (Mackay, 1915-1943); mechanical engineer (North Mackay, 1949-1977) * [[/John Collicott Milne|Milne, John Collicott]] [https://www.familysearch.org/tree/person/details/MP34-518] - 1903(Tas)-1990(Tas) - Licences: 7AG Gretna (1923-1939, 1946-1980+) - Qualifications: cc; AOCP 604, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Gretna, 1928-1980) ===''MILNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Frederick Milner|Milner, George Frederick]] [https://www.familysearch.org/tree/person/details/GF7W-W4D] - 1908(WA)-1992(WA) - Licences: 6GF Perth (Mt Lawley, 1931-1933) - Qualifications: cc; AOCP 788, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1931; North Beach, WA, 1936-1937); RAAF (Nedlands, WA, 1943-1980) * [[/James Milner|Milner, James]] [https://www.familysearch.org/tree/person/details/GZXH-1DM] - 1901(Eng)-1947(Qld) - Licences: 4AK Brisbane (Kelvin Grove, 1923-1927; Ashgrove, 1931-1936); 4AU Brisbane (1937-1939) - Qualifications: cc; AOCP 93, 1925, No. 11 in Qld - amateur operator; amateur broadcaster (prominent from Valley Theatre) - Withdrawal: 4AK amateur callsign withdrawn by the PMGD for allocation to the new 4AK Oakey commercial service - Electoral Rolls: fitter (Kelvin Grove, 1925-1926); electrical fitter (Ashgrove, 1928-1943) ===''MINCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur W. Minchin|Minchin, Arthur W.]] - 19??-19?? - 4AM Rockhampton - amateur operator (AOCP ???, 19??, No. ?? in Qld), amateur broadcaster, broadcast engineer (4RO Cmcl), wireless retail business proprietor - seems in error, see William Allan Minchin * [[/William Allan Minchin|Minchin, William Allan]] [https://www.familysearch.org/tree/person/details/LV7Q-86C] - 1893(Vic)-1976(NSW) - Licences: 4AM Rockhampton (1938-1939) - Qualifications: cc; CPRT 220, 1916; 2COCP 365, 1931; 1COCP 244, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: wireless engineer operator (Wyndham, 1917); farmer (Toodyay, 1925); radio engineer (Rockhampton, 1936-1943; Lismore, 1949-1954; Hunters Hill, 1958-1968); engineer (Hunters Hill, 1972) ===''MINEHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Minehan|Minehan, W. A.]] - 19??(???)-19??(???) - Licences: 4AM Rockhampton (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MINGAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Francis Mingay|Mingay, Oswald Francis "Ossie"]] [https://www.familysearch.org/tree/person/details/K45G-NZG] - 1895(NSW)-1973(NSW) - Licences: 2XX Sydney (Turramurra, 1923-1926; Sydney, 1931-1933) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast engineer; journalist; publisher; WW1; WW2 - Electoral Rolls: engineer (Collaroy, 1930); managing editor (Pymble, 1930-1932); radio engineer (Lindfield, 1933-1934); publisher (Lindfield, 1937-1963; St Ives, 1963-1968) - Comment: licensed operator of 2WV Burgin Electric Co. (1923) [https://adb.anu.edu.au/biography/mingay-oswald-francis-ossie-11135 ADB]; [https://www.qsl.net/vk2dym/radio/Mingay.htm MacKinnon] ===''MITCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Theodore Mitchell|Mitchell, Alexander Theodore]] [https://www.familysearch.org/tree/person/details/GXNY-CC2] - 1872(???)-1966(Qld) - Licences: Receive Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer (Red Hill, Qld, 1921; Torwood, Qld, 1922); electrical engineer (Toowoomba, Qld, 1925; Wilston, Qld, 1928-1929; Sandgate, Qld, 1936-1963) * [[/Harold Benson Mitchell|Mitchell, Harold Benson]] [https://www.familysearch.org/tree/person/details/LDVS-QN7] - 1901(Vic)-1962(Vic) - Licences: 3CZ Receive Melbourne (Elwood, 1922-1923); 3CZ Melbourne (Elwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Elwood, 1924-1927); manager (Caulfield, 1937); manufacturer (Caulfield, 1942); manager (Caulfield, 1949); merchant (St Kilda, 1949); manager (St Kilda, 1954) * Mitchell, Hector Ernest Henderson "Ernest" - see Michell, Hector Ernest Henderson "Ernest" (frequent misspelling) * [[/Stanley John Mitchell|Mitchell, Stanley John]] [https://www.familysearch.org/tree/person/details/LDVS-Q83] - 1887(Vic)-1974(Monaco) - Licences: 3SJ Melbourne (Brighton, 1924-1927) - Qualifications: cc; AOCP 53, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Toorak, 1912-1916; Brighton, 1919-1928); investor (Brighton, 1936-1937) financier (Vaucluse, NSW, 1943) ===''MOFFATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert David Gray Moffatt|Moffatt or Moffat or Gray, Robert David Gray "Bob"]] [https://www.familysearch.org/tree/person/details/GX8V-PM3] - 1911(Qld)-1983(Qld) - Licences: 4RD Mackay (1935-1939); 4RD Gracemere (1947-1948); 4RD Mackay (1954-1980+) - Qualifications: cc; AOCP 1549, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Herberton, Qld, 1936; Mackay, Qld, 1937); mechanic in broadcasting (Gracemere, Qld, 1949); technician (Mackay, Qld, 1954-1980) ===''MONEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Dudley Money|Money, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/G3JD-M9H] - 1907(Vic)-1986(Vic) - 3MY Melbourne (Canterbury, 1925-1939; Upwey, 1946-1948; Cheltenham, 1954-1969; East Bentleigh, 1975-1980+), amateur operator (AOCP 205, 1925, No. ?? in Vic), amateur broadcaster, draughtsman (Camberwell, 1931-1934), engineer (Upwey, 1942-1949; Moorabbin, 1954-1967; East Bentleigh, 1972-1980) ===''MONKHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Isaac Monkhouse|Monkhouse, Walter Isaac]] [https://www.familysearch.org/tree/person/details/K8ZT-YPN] - 1887(NZL)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio clubs (QWI & WIA Qld, president & lecturer); senior state public servant (Qld Public Works Dept, State Electrical Engineer); witness to Royal Commission 1927 (as president WIA Qld) - Electoral Rolls: telephone instructor (South Brisbane, 1919); engineer (Teneriffe, 1925; New Farm, 1928; Taringa, 1936-1954); electrical engineer (Bardon, 1958-1963) ===''MONKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Brendan Monks|Monks, Alfred Brendan]] [https://www.familysearch.org/tree/person/details/GDR2-444] - 1894(Tas)-1973(Vic) - Licences: 3AAB Melbourne (Diamond Creek, 1948; Northcote, 1954-1960; Preston, 1965-1969) - Qualifications: cc; CPRT 571, 1920; 2COCP 272, 1930; 1COCP 282, 1932 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1915) - Relationships: twin brother of 7BR Cyril Wilson Monks - Electoral Rolls: Western Electric engineer (East Sydney, 1930); licensee Railway Commercial Hotel (Albury, 1931-1932); radio telegraphist (Centennial Park, 1943); radio officer (Reservoir, Vic, 1963; Preston, 1967-1972) * [[/Cyril Wilson Monks|Monks, Cyril Wilson]] [https://www.familysearch.org/tree/person/details/GDR2-96N] - 1894(Tas)-1976(Vic) - Licences: 7BR Receive Hobart (Battery Point, 1923); Receive Hobart (Battery Point, 1923-1924) - Qualifications: cc; 1COCP 225, 1931 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1919); WW2 - Relationships: twin brother of 3AAB Alfred Brendan Monks - Electoral Rolls: federal civil servant (Battery Point, 1928); public servant (Bellerive, 1936-1937); radio inspector (Scarborough, WA, 1943; Nedlands, 1949); retired (Frankston, 1972) ===''MONTEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Monteath|Monteath, Frederick]] - 1895(Vic)-1943(NSW) - Licences: 3VM Receive Melbourne (Elsternwick, 1923-1924); 3KP Melbourne (Elsternwick, 1930-1933) - Qualifications: AOCP 694, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: photographer (Prahran, 1919; Elsternwick, 1921); mercer (Elsternwick, 1924-1931); photographer (Glenmore, NSW, 1934-1935; Ashfield, 1937); storekeeper (Rockdale, 1943) ===''MOODY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Percy Moody|Moody, Francis Percy]] [https://www.familysearch.org/tree/person/details/L1D9-KLG] - 1903(Qld)-19??(???) - Licences: 4FM Cairns (1932-1969) - Qualifications: cc; AOCP 967, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Rockhampton North, 1925-1926); accountant (Cairns, 1926-1949); radio dealer (Cairns, 1954-1980) ===''MOORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Moore|Moore, Albert Ernest "Ernie"]] [https://www.familysearch.org/tree/person/details/KW6D-TMT] - 1916(Qld)-1982(Qld) - Licences: 4?? Brisbane - Qualifications: cc; NAOCP Q728, 1980, No. ?? in Qld - amateur operator; prominent MW and SW broadcast DXer; clubs (All-Wave All-World DX Club, Shortwave League of Western Australia, Australian Radio DX Club, New Zealand Radio DX League, Southern Cross DX Club, DX Australia) - QSLs: portion (200+) of later QSL collection survives (ARDXC/NFSA) * [[/Eric John Theodore Moore|Moore, Eric John Theodore]] [https://www.familysearch.org/tree/person/details/GD91-7LN] - 1894(NSW)-1940(NSW) - Licences: XEM Sydney (Petersham, 1913-1914); Receive (Crystal) Sydney (Neutral Bay, 1923); 2EM Sydney (Neutral Bay, 1924-1928) - Qualifications: cc; CPRT 161, 1915; 2COCP 237, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Awards: UK merchant seaman medal - Electoral Rolls: engineer (Bronte, 1934-1937) * [[/Francis Leonard Moore|Moore, Francis Leonard "Frank"]] - 19??(???)-1924(NSW) - 2?? Sydney, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, employment (Archibald John Shaw, Maritime Wireless Co, United Distributors) - Comment: electrocuted while conducting wireless experiments * [[/Louis James Murphy Moore|Moore, Louis James Murphy "Leo"]] [https://www.familysearch.org/tree/person/details/L45W-GS4] - 1888(Vic)-1968(Vic) - Licences: 3LO Receive Seymour (1923); 3LO Seymour (1924-1925); 3MS Seymour (1924-1927) - Qualifications: cc; CPRT 85, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918); amateur operator; amateur broadcaster - Electoral Rolls: telegraph operator (Clifton Hill, 1909); telegraphist (Collingwood, 1912-1914); wireless operator (Collingwood, 1917-1919); telegraphist (Elsternwick, 1922); clerk (Seymour, 1924-1931; Bentleigh, 1936-1949); guesthouse proprietor (Healesville, 1954); clerk (Oakleigh, 1963-1968) - Withdrawal: Likely 3LO callsign withdrawn for allocation to 3LO Melbourne Class A ===''MOORHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Martin Moorhouse|Moorhouse or Moorehouse, Herbert Martin]] [https://www.familysearch.org/tree/person/details/KJPG-1HL] - 1899(Tas)-1990(WA) - Licences: 7HM Hobart (North Hobart, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Hobart South, 1922); carpenter (New Town, 1928); carrier (Hobart North, 1936); motordriver (Queensborough, 1949) ===''MORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Donald Moran|Moran, Cyril Donald]] - 19??-19?? - broadcast technician at 4QG under Qld Government, state public servant (4QG) ===''MORGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Mowbray Morgan|Morgan, Donald Mowbray]] [https://www.familysearch.org/tree/person/details/GDP7-218] - 1907(NSW)-1988(Tas) - Licences: T749 Receive Glebe (1922); Receive Glebe (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Huonville, 1928-1972) * [[/Ivor Morgan|Morgan, Ivor]] [https://www.familysearch.org/tree/person/details/LRSY-S8G] - 1909(Vic)-1977(Vic) - Licences: 3DH Melbourne (East Malvern, 1930-1933; Shepparton, 1937; East Malvern 1938-1939; Hawthorn, 1946-1975) - Qualifications: cc; AOCP 605, 1930, No. ?? in Vic; BOCP 20, 1936; TVOCP, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1931-1934); engineer (Brighton, 1936); broadcast engineer (3SR Shepparton, 1937); technician (Hawthorn, 1943-1977) - Relationships: Father of 3ZFM V. I. Morgan * [[/Reginald George Morgan|Morgan, Reginald George]] [https://www.familysearch.org/tree/person/details/LRFR-D7H] - 1914(Eng)-1993(NSW) - Licences: 6RM Perth (City, 1931); 2AJS Sydney (Randwick, 1938-1939); 2ABM Sydney (Coogee, 1946-1950; Bankstown, 1954-1958; Greenacre, 1960-1980+) - Qualifications: cc; AOCP 755, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Coogee, NSW, 1936-1937); no occupation (Coogee, NSW, 1949); electrical mechanic (Bankstown East, NSW, 1954); mechanic (Greenacre, NSW, 1963-1980) * [[/William Albert Morgan|Morgan, William Albert]] [https://www.familysearch.org/tree/person/details/9HVG-8PW] - 1899(Tas)-1965(Tas) - Licences: 7AI Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart West, 1922); electrical fitter (New Town, 1928-1937); fitter (New Town, 1943-1954); manager (Montrose, 1963) ===''MORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. H. Morley|Morley, W. H.]] - 19??(???)-19??(???) - Licences: 2WU Sydney (Watersleigh, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''MORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John William Morris|Morris, Albert John William]] [https://www.familysearch.org/tree/person/details/9V2B-Y2J] - 1873(Tas)-1940(Tas) - Licences: 7BS Receive Hobart (West Hobart, 1923); Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Hobart North, 1914-1943) * [[/Cecil Ralph Newman Morris|Morris, Cecil Ralph Newman]] [https://www.familysearch.org/tree/person/details/G3MW-YGT] - 1906(Qld)-1971(Qld) - Licences: Receive Brisbane (Rosalie, 1923); 4CN Brisbane (Rosalie, 1928); 4LW Brisbane (Rosalie, 1929-1933; Ashgrove, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 398, 1928, No. 45 in Qld - amateur operator; amateur broadcaster; technician (PMGD); WW2 - Electoral Rolls: mechanic (Rosalie, 1928); postal mechanic (Ashgrove, 1936-1954); supervising technician (Rosalie, 1958-1968) * [[/Glynn Ian Elliott Morris|Morris, Glynn Ian Elliott]] [https://www.familysearch.org/tree/person/details/G8XG-9TS] - 1908(???)-19??(???) - Licences: 3BZ Melbourne (Mordialloc, 1930-1939; Parkdale, 1946-1980+) - Qualifications: AOCP 621, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Mordialloc, 1931-1937); mechanic (Mentone, 1943); official (Mentone, 1949-1968); secretary (Mentone, 1972-1980) * [[/Jack Dudley Morris|Morris, Jack Dudley]] [https://www.familysearch.org/tree/person/details/GZ2R-NMZ] - 1914(Vic)-1944(At Sea) - Licences: 3LX Melbourne (Oakleigh, 1933, pirate); 3DQ Melbourne (Oakleigh, 1934-1937) - qualifications: AOCP 1244, 1934, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (mention in despatches) - electoral rolls: operator (Oakleigh, 1936-1942) - Sacrifice: "Greater love hath no man than this" * [[/Richard Charles William Morris|Morris, Richard Charles William (BDM) or Charles Richard William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXW7-56S] - 1922(Qld)-1984(Qld) - Licences: 4MT Rockhampton (1954-1980) - Qualifications: cc; AOCP 3210, 1951, Qld; BOCP 1460, 1956 - amateur operator; WW2 - Electoral Rolls: electrician (Rockhampton, 1949); electrical fitter (Rockhampton, 1954-1963); radio technician/electrician (Rockhampton, 1968-1972); radio technician (Rockhampton, 1977-1980) * [[/Ronald David Morris|Morris, Ronald David]] [https://www.familysearch.org/tree/person/details/LX5W-S7Z] - 1904(Vic)-1997(Vic) - Licences: 3AP Receive Melbourne (Caulfield, 1922); 3AP Melbourne (Caulfield, 1922-1927); 3APM Melbourne (East Brighton, 1947-1980+) - Qualifications: cc; AOCP 151, 1925, No. ?? in Vic; CPRT 919, 1926; BOCP 600, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Caulfield, 1925-1931); radio (Brighton, 1936-1937); mechanic (Brighton, 1943; Elsternwick, 1949-1967; Brighton East, 1972-1977) * [[/Sydney Paul Francis Morris|Morris, Sydney Paul Francis "Syd"]] [https://www.familysearch.org/tree/person/details/GX95-MRP] - 1888(Vic)-1960(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: clerk (Prahran, Vic, 1909; Dandenong, 1912-1913); clerk & telegraphist (Eltham, Vic, 1924); manager (East Bairnsdale, Vic, 1925-1928); clerk (Sandringham, Vic, 1931); inspector (Caulfield, Vic, 1942-1949) * [[/William Belfort Morris|Morris, William Belfort]] [https://www.familysearch.org/tree/person/details/G8X1-VYQ] - 1910(WA)-1991(WA) - Licences: 6WM Perth (Hollywood, 1930-1937; Mt Lawley, 1938-1939); 6WM Kalgoorlie (1946-1954); 6WM Perth (Applecross, 1955-1975) - Qualifications: cc; AOCP 625, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Hollywood, 1931-1937); newsagent (Kalgoorlie, 1949-1954); representative (Applecross, 1958-1980) ===''MORRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Cyril Tucker Morrison|Morrison, Gordon Cyril Tucker]] [https://www.familysearch.org/tree/person/details/GFMN-J6Z] - 1916(WA)-1993(NSW) - Licences: 6KN Geraldton (1935-1937); 6KN Perth (City, 1938-1939); 2AKN Sydney (Hernes Bay, 1947; Parramatta, 1948-1950; Balgowlah, 1954-1958) - Qualifications: cc; AOCP 1485, 1935, WA; BOCP 89, 1937; 3COCP 1536, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Geraldton, WA, 1937); radio employee (North Perth, WA, 1943); aircraft surveyor (Parramatta North, NSW, 1949; Balgowlah, NSW, 1954-1963); surveyor (Wahroonga, NSW, 1968-1980) * [[/Lionel Morrison|Morrison, Lionel]] [https://www.familysearch.org/tree/person/details/KDMZ-K6G] - 1906(WA)-1996(WA) - Licences: 6LM Perth (Bayswater, 1939, 1947-1980) - Qualifications: cc; AOCP 1485, 1939, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Sandstone, WA, 1931); pipefitter (Wiluna, WA, 1936-1937); fitter (Wiluna, WA, 1943; Bayswater, WA, 1949-1980) ===''MORRISSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Joseph Martindale Morrissey|Morrissey, Brian Joseph Martindale]] - 19??(???)-19??(???) - Licences: 5AP Adelaide (Prospect, 1935-1937) - Qualifications: cc; AOCP 1544, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''MORROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Caldwell Morrow|Morrow, Arthur Caldwell]] [https://www.familysearch.org/tree/person/details/GHQF-T2F] - 1912(Qld)-1967(Qld) - Licences: 4BM Brisbane (Paddington, 1937-1939) - Qualifications: cc; 2COCP 335, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Red Hill, Qld, 1934-1937); wireless operator (Paddington, Qld, 1943); farmer (Paddington, Qld, 1949-1963) ===''MORSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel Percy Morse|Morse, Noel Percy "Bill"]] [https://www.familysearch.org/tree/person/details/GWRN-3QR] - 1914(Qld)-1942(At Sea) - Licences: 2JE Sydney (Cremorne, 1934-1935); 4LI Brisbane (Clayfield, 1937); 2AHS Sydney (Mosman, 1938-1939) - Qualifications: cc; AOCP 1402, 1934, Qld - amateur operator; amateur broadcaster; WW2 (RNZAF, Pilot Officer) - Electoral Rolls: radio engineer (Buranda, Qld, 1937; Clayfield, Qld, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.rafcommands.com/database/wardead/details.php?qnum=95585 RAF Commands]; [https://www.aucklandmuseum.com/war-memorial/online-cenotaph/record/C29996 Auckland Museum]; [http://aircrewremembered.com/morse-noel.html AirCrewRemembered] ===''MORTIMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mark Mortimer|Mortimer, Mark]] [https://www.familysearch.org/tree/person/details/GS7M-ZZ4] - 1887(Irl)-19??(???) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 107, 1915; 2COCP 48, 1929; 1COCP 89, 1930; BOCP 48, 1934? - RANRS (Warrant Telegraphist, 1917) - Comment: numerous contemporaneous MMs - Electoral Rolls: Nil yet identified ===''MORTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Evors Morton|Morton, Charles Evors]] [https://www.familysearch.org/tree/person/details/GZJ5-F3R] - 1888(Qld)-1963(NSW) - 2MH Sydney (Homebush, 1925-1934), amateur operator (AOCP 170, 1925, No. ?? in NSW), amateur broadcaster, public servant (Rockhampton, 1912), WW1 ===''MOSES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Joseph Moses|Moses, Charles Alfred Joseph]] - 1900(Eng)-1988(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - ABC (general manager) - Electoral Rolls: - Links: [[w:Charles Moses|Wikipedia]]; [https://adb.anu.edu.au/biography/moses-sir-charles-joseph-15044 ADB] ===''MOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Moss|Moss, George Arthur]] [https://www.familysearch.org/tree/person/details/GZG7-86Y] - 1903(WA)-2000(WA) - Licences: 6GM Perth (Cottesloe Beach, 1926-1931; Mt Lawley, 1933-1939, 1946-1956; Mt Pleasant, 1960-1965; Boya, 1969-1995+) - Qualifications: cc; AOCP 233, 1926, No. ?? in WA; AOLCP 177, 1934; 1COCP 574, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: piano mechanic (Cottesloe Beach, 1925); wireless mechanic (North Perth, 1931-1958); lecturer (Mt Pleasant, 1963; Boya, 1968-1980) - [https://qsl.net/vk6zse/historic/p-vk6gm.html QSL.net] ===''MOULE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Ernest Moule|Moule, Clifford Ernest "Cliff"]] [https://www.familysearch.org/tree/person/details/G8XQ-DFH] - 1912(SA)-1998(SA) - Licences: 5CX Adelaide (Parkside, 1930-1939; Plympton, 1946-1948; McLaren Vale, 1954; Lower Mitcham, 1955-1956; Westbourne Park, 1960-1980+) - Qualifications: cc; AOCP 611, 1930, No. ?? in SA; BOCP 1462, 1956 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Clarence Gardens, 1939-1941; Glandore West, 1943) ===''MOWLEM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Mowlem|Mowlem, Leonard]] [https://www.familysearch.org/tree/person/details/GX9F-DHH] - 1878(???)-1950(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: naval employee (Toorak, 1919); radio telegraphist (Thursday Island, 1921); telegraphist (Toorak, 1925); engineer (Toorak, 1928); wireless (Malvern, 1931-1949) ===''MOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Murray Moyle|Moyle, John Murray "Johnny"]] - 1908(Vic)-1960(ACT) - 2JU Sydney, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly, 1932+; Radio TV & Hobbies, 1939-), education (Scotch College, 1923-1926), military (WW2, RAAF 1941-, Squadron Leader), broadcast (3DB, 1920s) (callsign 2JU previously Ross Amos Hull) - Links: [http://messui.polygonal-moogle.com/valves/NW198909.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198910.pdf EA2] ===''MUIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sibbald Allison Muir|Muir, John Sibbald Allison]] [https://www.familysearch.org/tree/person/details/LRB3-1J6] - 1904(SA)-1996(Vic) - 3QW Receive Melbourne (Brighton, 1923); 3QW Melbourne (Brighton, 1923-1926) - Qualifications: cc; AOCP 91, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; likely operator of 3NS dealer licence for Norris & Skelly, Elizabeth St, Melbourne 1924 - Electoral Rolls: dealer (Brighton, 1925-1927); radio dealer (Malvern, 1928); wireless (Brighton, 1931); engineer (Brighton, 1935; Ringwood, 1936-1954); nil (Somers, 1963; Langwarrin, 1968-1977; Garfield, 1980) * [[/Robert White Muir|Muir, Robert White]] [https://www.familysearch.org/tree/person/details/K644-M2J] - 1904(WA)-1966(WA) - Licences: 6RW Wagin (1933-1939); 6RW Perth (Subiaco, 1947-1965) - Qualifications: cc; AOCP 1184, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (Albany, WA, 1925-1926); jeweller & radio dealer (Wagin, WA, 1931); jeweller (Wagin, WA, 1936-1943); watchmaker (Subiaco, WA, 1949-1963) ===''MULLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Fred Mullett|Mullett, Leslie Fred]] [https://www.familysearch.org/tree/person/details/GXRX-BQD] - 1903(SA)-1980(SA) - Licences: 5ZQ Adelaide (Highgate, 1932-1933) - Qualifications: cc; AOCP 1065, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Highgate, SA, 1939-1941); engineer (Barton, ACT, 1949) ===''MULLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Mulligan|Mulligan, Frederick Charles]] [https://www.familysearch.org/tree/person/details/L2QS-X7W] - 1886(NZ)-1982(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 135, 1915; 2COCP 211, 1930; 1COCP 329, 1933 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: engineer operator (Clayfield, 1914-1917); wireless operator (Emita, Flinders Island, 1919-1928); OIC Radio Station (Darwin, 1934); radiologist (Ascot, 1936); OIC radio (Townsville, Qld, 1943); retired (Warrimoo, NSW, 1954-1958; Umina, NSW, 1958) ===''MUNRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Bruce Willson Munro|Munro, Bruce Willson]] [https://www.familysearch.org/tree/person/details/G7GX-CDJ] - 1908(Qld)-1994(Qld) - Licences: 4AL Brisbane (Hawthorne, 1927-1931; Bulimba, 1933-1939) - Qualifications: cc; AOCP 339, 1927, No. 35 in Qld; 2COCP 68, 1936 - amateur operator; amateur broadcaster; aeronautical experimenter; pilot; Qld Aero Club (Brisbane, honorary flying instructor, 1930s); Dept Civil Aviation (Brisbane, Assistant Plan Printer, 1956-1968) - Electoral Rolls: commercial pilot (Moorooka, 1943); flight checking officer (Townsville, 1943); pilot (West End, 1949-1963); commonwealth public servant (Wynnum, 1968-1972); retired (Wynnum, 1977-1980) ===''MURDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilmot Henry Murden|Murden, Wilmot Henry]] [https://www.familysearch.org/tree/person/details/G691-7WC] - 1915(Vic)-19??(???) - Licences: 7TY Launceston (1934-1937); 3TY Melbourne (West Preston, 1938-1939; Thornbury, 1947); 3TY Rapanyup (1948); 3TY Sale (1954-1955); 3TY Swan Hill (1956-1960) - Qualifications: cc; AOCP 1243, 1934, No. ?? in Tas; BOCP 1176, 1950; 1COCP 1610, 1951 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Sale, 1954); radio engineer (3SH, Sale, 1963) ===''MURDOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Fraser Murdoch|Murdoch, James Fraser "Fraser"]] - 19??(???)-19??(???) - 4FQ Toowoomba (1946-1948), amateur operator (AOCP 2383, 1939, No. ?? in Qld), amateur broadcaster, employment (Empire Theater under Cliff Gold 4CG) ===''MURPHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold James Murphy|Murphy, Harold James]] [https://www.familysearch.org/tree/person/details/LD6Q-ZGP] - 1899(NSW)-1958(Qld) - Licences: 4HM Ilfracombe (1935-1937); 4HM Pomona (1938-1939); 4HM Brisbane (Wooloowin, 1947-1956) - Qualifications: cc; AOCP 1532, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: telegraphist (Auchenflower, Qld, 1925; Milton, Qld, 1928); postal official (Stanthorpe, Qld, 1930); postmaster (Ilfracombe, Qld, 1936-1937); insurance agent (Wooloowin, Qld, 1943); postal official (Wooloowin, Qld, 1949); public servant (Stafford, Qld, 1958) ===''MURRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Alexander Murray|Murray, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/G89D-SZ7] - 1908(???)-1985(NSW) - Licences: 2FM Sydney (Rose Bay, 1927; Mosman, 1928-1935; Cremorne, 1936-1939; Mosman, 1946-1947; Lindfield, 1948-1949; Carramar, 1950-1975); 2FM Blayney (1980+) - Qualifications: AOCP 336, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Mosman, 1930); engineer (Mosman, 1933); fitter (Mosman, 1934); draftsman (Mosman, 1935); engineer (Neutral Bay, 1943); draftsman (Mosman, 1949); draughtsman (Carramar, 1958-1977); retired (Blayney, 1980) * [[/John William Murray|Murray, John William]] [https://www.familysearch.org/tree/person/details/G879-32L] - 1905(Vic)-1997(Vic) - Licences: 3JY Melbourne (Elsternwick, 1928-1930; Fitzroy, 1931-1939); 3AJY Melbourne (Kew, 1960-1980+) - Qualifications: AOCP 396, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Elsternwick, 1928); projectionist (St Kilda, 1934; Melbourne East, 1936); technician (St Kilda West, 1943-1949); projectionist (Kew, 1954-1980) - several contemporaneous John William Murray's in Melbourne, identification not certain * [[/Kynaston Noel Lathrop Murray|Murray, Kynaston Noel Lathrop]] - 1838(Eng)-1916(Tas) - clubs and societies (Telegraph Electrical Society Vic, member, 1880s; Vic Posts & Telegraphs, 1860s-1870s; Vic Railways Dept, 1880s-1890s) * [[/Malcolm Imlay Murray|Murray, Malcolm Imlay]] [https://www.familysearch.org/tree/person/details/G8VW-684] - 1908(WA)-1980(WA) - Licences: 6MY Perth (City, 1930; South Perth, 1933-1939; Floreat Park, 1946-1980+) - Qualifications: cc; AOCP 677, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (East Perth, 1931); radiotrician (South Perth, 1936; Floreat Park, 1943-1980) ===''MUSGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Mandeville D'Oyly Musgrove|Musgrave, Mandeville D'Oyly]] - 19??-19?? - broadcast station proprietor (6ML & others) ===''MUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus Keith Mutton|Mutton, Angus Keith]] [https://www.familysearch.org/tree/person/details/GD5F-BQM] - 1910(SA)-1991(SA) - Licences: 5ZY Adelaide (Toorak Gardens, 1933; Tusmore, 1937-1938) - Qualifications: cc; AOCP 1089, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Tusmore Gardens, SA, 1939-1943) * [[/Arthur Henry Mutton|Mutton, Arthur Henry]] [https://www.familysearch.org/tree/person/details/KC1Y-PP5] - 1908(NSW)-1986(NSW) - Licences: 2QT Receive Sydney (Stanmore, 1923-1925); 2QT Sydney (Stanmore, 1926-1939) - Qualifications: AOCP 237, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Annandale, 1930-1937); communication engineer (Maroubra, 1943-1968); public servant (Bayview, 1972-1980) =='''N'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''NAIRN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Linley Beeton Nairn|Nairn, Arthur Linley Beeton]] [https://www.familysearch.org/tree/person/details/L58V-M8X] - 1895(SA)-1978(NZ) - Licences: 2BI Receive Sydney (Mosman, 1922-1923) - Qualifications: CPRTelephony 373, 1918 - amateur receiver - Electoral Rolls: company manager (Hamilton, NZ, 1938); director (Days Bay, Wellington, NZ, 1946-1954) ===''NANCARROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Stanley Nancarrow|Nancarrow, Ralph Stanley]] [https://www.familysearch.org/tree/person/details/GST3-XQ3] - 1904(SA)-1991(SA) - Licences: 5PK Georgetown (1930-1933); 2PY Sydney (Mosman, 1935; Randwick, 1936-1939); 2ACN Sydney (Lane Cove, 1954-1961; North Ryde, 1965-1975) - Qualifications: cc; AOCP 719, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Randwick, NSW, 1936-1937); electrical fitter (Lane Cove, NSW, 1943-1963); fitter (North Ryde, NSW, 1972-1980) ===''NANGLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Nangle|Nangle, James]] [https://www.familysearch.org/tree/person/details/GD3V-F31] - 1869(NSW)-1941(NSW) - Licences: 2MU Receive Sydney (Marrickville, 1922); 2MU Sydney (Marrickville, 1923-1927; Observatory, 1928-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; 1920s Superintendent Technical Education NSW; hon. Government Astronomer NSW; Sydney University (Senate); Royal Society of NSW (president); Fellow Royal Astronomical Society; Fellow Federal Institute of Architects; author (astronomy, architecture) - Electoral Rolls: architect (Petersham, 1903); Government Astronomer (Observatory, 1930-1937) - Links: [https://adb.anu.edu.au/biography/nangle-james-7722 ADB] ===''NASH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Charles Nash|Nash, William Robert Charles]] [https://www.familysearch.org/tree/person/details/GDWX-LWF] - 1918(NSW)-2007(NSW) - Licences: 2WW Sydney (Crows Nest, 1934-1937); 4WN Cairns (1938-1939) - Qualifications: cc; AOCP 1329, 1934, Qld; 1COCP 138, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: company manager (Castlecrag, NSW, 1963-1980) ===''NEALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Drayton Neale|Neale, Eric Drayton Snr]] [https://www.familysearch.org/tree/person/details/G88H-NWT] - 1907(Qld)-1968(Qld) - Licences: 4EN Longreach (1934-1939); 4EN Brisbane (Wooloowin, 1946-1960) - Qualifications: cc; AOCP 1298, 1934, Qld - amateur operator, amateur broadcaster, federal public servant (PMGD, telegraphist), radio club (WIAQ, QSL officer) - Relationships: father of 4?? Eric Drayton Neale Jnr - Electoral Rolls: telegraphist (Wooloowin, 1928; Longreach, 1936; Grange, 1937; Wooloowin, 1943-1963) ===''NEAVERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Laurence Neaverson|Neaverson, Leslie Laurence or Lawrence Leslie]] [https://www.familysearch.org/tree/person/details/LYTM-HCD] - 1899(Eng)-1993(NSW) - Licences: G5NX (Lakeside, Cumbria, 1922+); 4NV Brisbane (Holland Park, 1947-1956+) - Qualifications: cc; Nil yet identified - amateur operator; associate member IRE (Britain); principal Anglo Austral Hearing Aid Dispensary - Electoral Rolls: surgical technician (Holland Park, Qld, 1949-1958) ===''NELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alfred Montague Nell|Nell, George Alfred Montague]] [https://www.familysearch.org/tree/person/details/G87B-PP6] - 1900(Ceylon)-1989(NSW) - Licences: 2JQ Quirindi (1928-1929); 2JQ Canberra (1930); 2JQ Moruya (1931-1936); 2JQ Binda (1937-1939); 2JQ Crookwell (1946-1950); 2JQ Junee (1954-1965); 2JQ Goulburn (1969-1980) - Qualifications: AOCP 413, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clergyman (Moruya, 1930-1934; Crookwell, 1936-1949; Junee, 1954-1968; Goulburn, 1972-1980) ===''NELSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Yeates Nelson|Nelson, John Yeates]] [https://www.familysearch.org/tree/person/details/G884-YDV] - 1851(Irl)-1932(NSW) - Licences: XAA Sydney (McMahon's Point, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter; federal public servant (PMGD, chief electrical engineer (NSW)) - Electoral Rolls: electrician (Milson's Point, 1930-1931) ===''NESTROM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Louis Nestrom|Nestrom, Oliver Louis]] [https://www.familysearch.org/tree/person/details/GX22-9H4] - 1912(NSW)-1999(SA) - Licences: 5RZ Adelaide (St Peters, 1936-1937; Joslin, 1938); 2ADJ Sydney (Homebush, 1939); 5RZ Adelaide (Colonel Light Gardens, 1947; Glenelg, 1948; St Georges, 1954); 5RZ Port Augusta, 1955-1956); 5RZ Adelaide (Kurralta Park, 1960; Manningham, 1965-1969; St Peters, 1975); 5RZ Clare (1980+) - Qualifications: cc; AOLCP, 224, 1935; AOCP 1725, 1936, SA; BOCP 719, 1946; 2COCP 1178, 1949; 1COCP 1491, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Modbury, SA, 1939); fitter (Strathfield, NSW, 1943) ===''NEVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Clifford Anderson Neville|Neville, Alfred Clifford Anderson]] [https://www.familysearch.org/tree/person/details/GXH3-Z4D] - 1907(Eng)-1987(Qld) - Licences: 4ED Receive Brisbane (Wooloowin, 1923) - Qualifications: cc; 3COCP 5827, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Hamilton, Qld, 1928); clerk (Windsor, Qld, 1934-1943); accountant (Hawthorne, Qld, 1954-1958); retired (East Brisbane, 1963-1980) ===''NEWBERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Mallord Newberry|Newberry, Archibald Mallord]] [https://www.familysearch.org/tree/person/details/LH51-SDW] - 1893(Eng)-1973(Vic) - Licences: 3AN Red Cliffs (1930-1939) - Qualifications: AOCP 606, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: watchmaker (Red Cliffs, 1924-1931); radio dealer (Red Cliffs, 1934-1942); cycle dealer (Red Cliffs, 1949-1972) ===''NEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert James Newell|Newell, Albert James "Bert"]] [https://www.familysearch.org/tree/person/details/LJ1C-RGW] - 1910(Sct)-1998(Qld) - Licences: 4BN Mill Hill via Warwick (1936-1939); 4BN Brisbane (Archerfield, 1947-1948; Moorooka, 1954); 4AJ Brisbane (Moorooka, 1965; Yeronga, 1969; Ormiston, 1975); 4AJN Brisbane (Ormiston, 1980+) - Qualifications: cc; AOCP 1727, 1936, Qld; 2COCP 559, 1942; 1COCP 588, 1942; TVOCP 531, 1962 - amateur operator; amateur broadcaster; AWA Aviation Radio Service - Electoral Rolls: shed hand (Mill Hill, Qld, 1931-1943); radio technician (Moorooka, Qld, 1949-1968); television technician (Yeronga West, Qld, 1972); retired (Ormiston, Qld, 1977-1980) ===''NEWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Frederick Newman|Newman, Arthur Frederick]] [https://www.familysearch.org/tree/person/details/9JJ9-YSK] - 1881(India)-1952(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 10, 1914; CPRT 90, 1915; 1COCP 49, 1930 - RANRS (Radio Lieutenant, 1917-1920, terminated Nov 1920); WW1; WW2 - Comment: several contemporaneous AFNs - Electoral Rolls: traffic officer (Elsternwick, 1917-1919); assistant! (Malvern East, 1924-1931); piano tuner (St Kilda, 1931) * [[/Sydney Moreton Newman|Newman, Sydney Moreton "Syd"]] [https://www.familysearch.org/tree/person/details/LL41-PBM] - 1898(NSW)-1998(NSW)99yo - Licences: XPZ Melbourne (Canterbury, 1913-1914); 3MC Melbourne (Canterbury, 1923-1927) - Qualifications: cc; CPRT 655, 1921; 1COCP 90, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Turramurra, 1930-1958); retired (Wahroonga, 1963-1980) - TroveTag: "XPZ-3MC - Sydney Moreton Newman" (68 tags) - Links: [http://messui.polygonal-moogle.com/valves/NW199101.pdf EA] * [[/William Harold Newman|Newman, William Harold]] [https://www.familysearch.org/tree/person/details/GD3V-4N5] - 1889(NSW)-1943(Vic) - Licences: 2MK? Receive Sydney (Artarmon, 1922); 2MJ Sydney (Artarmon, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: railway official (Artarmon, 1930-1934); secretary (Mosman, 1936-1943) ===''NICHOLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rupert Nicholas|Nicholas, William Rupert]] [https://www.familysearch.org/tree/person/details/GD14-RFV] - 1913(Tas)-1995(Tas) - Licences: 7WR Hobart (North Hobart, 1932-1939) - Qualifications: cc; AOCP 896, 1932, No. ?? in Tas; AOLCP 72, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Hobart North, 1936; New Town, 1943-1954) ===''NICOLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Nicoll|Nicoll, William]] - 1903(Canada)-19??(???) - Licences: 4CO Receive Brisbane (Upper Paddington, 1923) - Qualifications: cc; CPRT 644, 1921 - amateur Receiver - Electoral Rolls: telegraphist (Bardon, 1925-1929) ===''NICHOLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hartley Nicholls|Nicholls, Alan Hartley]] [https://www.familysearch.org/tree/person/details/GFQR-VH9] - 1913(WA)-1981(WA) - Licences: 6KE Corrigin (1936-1937); 3NI Melbourne (East St Kilda, 1938-1939); 2NI Sydney (Manly, 1946; Cremorne, 1947-1954; Manly, 1955-1956); 2ANI Sydney (Mosman, 1960-1965); 4AL Brisbane (Greenslopes, 1965); 4NI Cairns (1975); 6NX Perth (South Guildford, 1980) - Qualifications: cc; AOCP 1814, 1936, WA; BOCP 219, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: RAAF (Hawthorn, Vic, 1942); radio engineer (Cremorne, NSW, 1949); shopkeeper (Wilston, Qld, 1958); electronic engineer (Cremorne, NSW, 1963); engineer (Cairns, Qld, 1972-1977; South Guildford, WA, 1980) * [[/Francis Edgar Nicholls|Nicholls, Francis Edgar]] [https://www.familysearch.org/tree/person/details/GD1H-8KQ] - 1910(Vic)-1995(Tas) - Licences: 7RY Devonport (1932-1933); 7RY Burnie (1937-1939); 7RY Hobart (New Town, 1946-1948; Lenah Valley, 1954-1955; New Town, 1960; Lenah Valley, 1965-1969; Midway Point, 1975-1980) - Qualifications: cc; AOCP 991, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Lenah Valley, 1943-1954) * [[/William James Nicholls|Nicholls, William James]] [https://www.familysearch.org/tree/person/details/G6S3-26D] - 19??(Vic)-1966(Vic) - Licences: 3FW Melbourne (Moonee Ponds, 1931-1933) - Qualifications: cc; AOCP 780, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Moonee Ponds, 1922-1963) * [[/William John Matthew Nicholls|Nicholls, William John Matthew or William John]] [https://www.familysearch.org/tree/person/details/G8WW-PDS] - 1908(Vic)-19??(???) - Licences: 3WX Melbourne (Williamstown, 1928-1933); 7WX Launceston (1937-1939); 3WX Melbourne (Williamstown, 1946-1965; East Malvern, 1969-1980+) - Qualifications: cc; AOCP 419, 1928, No. ?? in Vic; 2COCP 343, 1931; 1COCP 309, 1933 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Williamstown, 1931-1936); RAAF (Williamstown, 1949); radio engineer (Williamstown, 1954-1963; Malvern East, 1968-1980) ===''NICHOLSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Russell Malcolm Nicholson|Nicholson, Russell Malcolm]] [https://www.familysearch.org/tree/person/details/G8Z7-7W4] - 1909(Qld)-1974(NSW) - Licences: 4KG Ilfracombe (1929-1933) - Qualifications: cc; AOCP 529, 1929, No. ?? in Qld; BOCP 48, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing contractor (Longreach, 1936); manager 4LG (Longreach, 1937); radio mechanic (Coolangatta, 1949-1972) ===''NICOLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Hort Wilmot Nicolle|Nicolle, Horace Hort Wilmot]] [https://www.familysearch.org/tree/person/details/G8ZS-MZF] - 1908(NSW)-1974(NSW) - Licences: 2HK Sydney (Strathfield, 1929-1933; Ryde, 1934); 2AJT Sydney (Wollstonecraft, 1939) - Qualifications: AOCP 527, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chemist apprentice (Strathfield, 1930); pharmacist (Strathfield, 1933-1935); chemist (Chatswood, 1943-1968) ===''NILSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver John Nilsen|Nilsen, Oliver John]] [https://www.familysearch.org/tree/person/details/G8W4-W1G] - 1884(Vic)-1977(Vic) - Licences: Receive (Valve) Melbourne (Brighton, 1923); 3UZ Melbourne (1924-25) - Qualifications: Nil identified to date - amateur operator; amateur broadcaster - 3UZ experimental callsign issued to Oliver J. Nilsen & Co in 1923, operator N. J. Boyd; callsign withdrawn 1925 and reallocated to Nilsen's broadcast station which remains current as at 2021 - Electoral Rolls: electrical engineer (Fitzroy, 1909-1924; Chelsea, 1928-1931); contractor (Caulfield, 1934-1954); engineer (Elsternwick, 1972; Hawthorn, 1977-1980) - Links: [https://adb.anu.edu.au/biography/nilsen-oliver-john-11244 ADB] ===''NISSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Laurence Nissen|Nissen, Eric Laurence]] [https://www.familysearch.org/tree/person/details/G8DS-ZLR] - 1905(Qld)-2001(Qld) - Licences: 4XN Dalby (1930-1939, 1946-1975+); 4XN Toowoomba (1980) - Qualifications: cc; AOCP 574, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, member); broadcast technician (4QS, 1939-1976); federal public servant (PMGD); Awards: Imperial Service Medal 1976 - Electoral Rolls: none specified (Dalby, 1928-1937); PMG technician (Dalby, 1972); retired (Toowoomba, 1977) ===''NIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edgar Nixon|Nixon, Arthur Edgar]] [https://www.familysearch.org/tree/person/details/G8M2-SM5] - 1905(Vic)-1961(Vic) - Licences: 3ON Receive Melbourne (Windsor, 1923-1924) - Qualifications: AOCP 361, 1927, No. ?? in Vic - amateur receive operator - Electoral Rolls: labourer (Elsternwick, 1931); salesman (St Kilda West, 1931-1936); electrical fitter (Albert Park, 1943-1954) ===''NOLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Michael Nolan|Nolan, Francis Michael]] [https://www.familysearch.org/tree/person/details/9Q3R-X84] - 1910(NSW)-1985(Qld) - Licences: 4FN Brisbane (Wooloowin, 1935-1937; Clayfield, 1938-1939; Stafford Heights, 1946-1948); 4MF Portable (1948); 9FN Port Moresby & 9MF Portable (1954-1956); 4FN/T Gracemere (1960-1969); 4FN/T Brisbane (Wavell Heights, 1975; Virginia, 1980) - Qualifications: cc; AOCP 1433, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, WIAQ); broadcast technician (9PA, 4RK); radio serviceman; federal public servant (PMGD) - Electoral Rolls: * [[/Francis William Nolan|Nolan, Francis William "Frank"]] [https://www.familysearch.org/tree/person/details/GX6W-XPW] - 1897(NSW)-19?? - Licences: 4JU Brisbane (Brisbane City, 1929-1939, 1947-1956; Paddington, 1960) - Qualifications: cc; AOCP 43? & 501, 1924 & 1929, No. ? in Qld - amateur operator; amateur broadcaster; radio serviceman - Relationships: husband of 4LO Violet Elizabeth Nolan nee Hennessey - Comment: several genealogy sites have wrong data for FWN - Electoral Rolls: cartoonist (Brisbane City, Qld, 1921-1925); radio mechanic (Brisbane, City, 1934-1936); radio engineer (Brisbane City, Qld, 1954-1958) * [[/John Spencer Nolan|Nolan, John Spencer]] [https://www.familysearch.org/tree/person/details/LTBW-KMV] - 1868(NSW)-1936(NSW) - Licences: XED Sydney (Double Bay, 1911-1914); 2JH Receive Sydney (Double Bay, 1922); 2JH Sydney (Double Bay, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; dentist and dental surgeon - Relationships: father of 2YI Philip Spencer Nolan - Electoral Rolls: dentist (Woollahra, 1930-1935) * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] [https://www.familysearch.org/tree/person/details/GX6W-DSX] - 1896(Qld)-19??(???) - Licences: 4LO Brisbane (City, 1931-1939) - Qualifications: cc; AOCP 826, 1931, No. ? in Qld - amateur operator; amateur broadcaster - Comment: fourth YL operator in Qld - Relationships: wife of 4JU Francis William Nolan - Electoral Rolls: home duties (Brisbane City, Qld, 1921-1943); not stated (Eagle Heights, Qld, 1949); home duties (Tweed Heads, NSW, 1954); domestic (Spring Hill, Qld, 1958); retired (Coolangatta, Qld, 1958) * [[/Philip Spencer Nolan|Nolan, Philip Spencer "Spencer"]] [https://www.familysearch.org/tree/person/details/LTBW-ZWX] - 1897(NSW)-1929(NSW) - Licences: 2YI Sydney (Double Bay, 1924-1929) - Qualifications: AOCP 58, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; dentist - Relationships: son of XED-2JH Lieut John Spencer Nolan - Comment: gone too soon - Electoral Rolls: Nil yet identified ===''NOLTE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Nolte|Nolte, George Edward]] [https://www.familysearch.org/tree/person/details/G8HG-DD4] - 1911(Vic)-1997(NSW) - Licences: 3NO Melbourne (Elwood, 1929-1939); 2QO Sydney (Potts Point, 1948-1950; Bexley North, 1954-1975); 2QO Wamberal (1980+) - Qualifications: AOCP 492, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1936-1937); radio engineer (Darlinghurst, 1943-1949; Bexley North, 1958-1963); retired (Wamberal, 1980) ===''NORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Norman|Norman, William James]] [https://www.familysearch.org/tree/person/details/GD1Q-ZRS] - 1899(Tas)-19??(???) - Licences: 7WJ Eddystone Point Lighthouse (1931) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: stoker (Longford, 1922); lightkeeper (Tasman Island, 1928; Eddystone Lighthouse, 1934; Maatauyker Island, 1936; Currie Harbour, King Island, 1937) ===''NORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Anthony David Norris|Norris, Anthony David "Tony"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Edgar Lewin Norris|Norris, Edgar Lewin]] [https://www.familysearch.org/tree/person/details/G9YH-3D4] - 1891(Qld)-1956(Qld) - Licences: 4CK Receive Toowoomba (1922); 4CK Toowoomba (1923-1931) - Qualifications: cc; AOCP 80, 1925, No. 8 in Qld - amateur operator; amateur broadcaster; radio club (Toowoomba RC); WW1 - Relationships: father of 4NO Edgar Thomas Norris - TroveTag: "4CK - Edgar Lewin Norris" - Electoral Rolls: optician (Rockhampton, 1913); optometrist (Wooloowin, 1919; Toowoomba, 1925-1954) * [[/Edgar Thomas Norris|Norris, Edgar Thomas "Tom" "Tommy"]] [https://www.familysearch.org/tree/person/details/G855-G68] - 1930(Qld)-2019(Qld) - Licences: 4NO Toowoomba (1969-1980+) - Qualifications: cc; 3COCP 6945, 1967; AOLCP Q2, 1968; AOCP Q13, 1968, Qld - amateur operator, amateur broadcaster - Relationships: son of 4CK Edgar Lewin Norris - Electoral Rolls: charge hand (Toowoomba, 1954-1980) ===''NORTHEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurence Harry Northeast|Northeast, Laurence Harry "Laurie"]] [https://www.familysearch.org/tree/person/details/LLM3-8NK] - 1908(SA)-1972(SA) - Licences: 5LH Adelaide (Rosewater, 1927) - Qualifications: cc; AOCP 315, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Rosewater, 1939-43) =='''O'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ==='''OAKES'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Andrew Oakes|Oakes, Walter Andrew]] [https://www.familysearch.org/tree/person/details/GDRK-RBQ] - 1907(Tas)-1983(NSW) - Licences: 7BQ Receive Hobart (New Town, 1923); Receive Hobart (New Town, 1923) - Qualifications: cc; 3COCP N1088, 1971 - amateur receiver - Electoral Rolls: electrician (Manly, 1930); electrical fitter (Launceston, 1937); railway employee (New Town, 1943-1949); electrician (Lindfield, 1954); business proprietor (Roseville, 1958); managing director (Roseville, 1963-1968); director (Roseville, 1972-1980) ==='''O'BRIEN'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Clare O'Brien|O'Brien, Charles Clare]] [https://www.familysearch.org/tree/person/details/GMTS-7SJ] - 1904(Qld)-1994(Qld) - Licences: 4NC Brisbane (Stafford, 1939, 1948-1980+) - Qualifications: AOCP 2386, 1939, Qld - amateur operator, WW2 - Electoral Rolls: mechanic (Kilcoy, 1928); telephone mechanic (Eagle Junction, 1936-1943); technician (Stafford, 1954-1980) * [[/Charles Raymond Heddington O'Brien|O'Brien, Charles Raymond Heddington]] [https://www.familysearch.org/tree/person/details/G8FN-4CX] - 1913(Vic)-1975(Vic) - Licences: 3QX Melbourne (Glenhuntly, 1930-1939) - Qualifications: AOCP 626, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Glenhuntly, 1934-1936); electrical engineer (Ballarat, 1942); engineer (Kew, 1954; Mount Waverley, 1963-1972) * [[/Matthew O'Brien|O'Brien, Matthew or Matthew Michael]] [https://www.familysearch.org/tree/person/details/GZG7-P35] - 1904(Qld)-1978(Qld) - Licences: 4MM Brisbane (Toowong, 1926-1933; Annerley, 1937-1939, 1946-1965) - Qualifications: cc; AOCP 234, 1926, No. 20 in Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, ARTL, WIAQ, president all); journalist (Teleradio, "Vic Eddy"); Dept Labour Exchange (administration) - Electoral Rolls: public servant (Toowong, 1925-1936; Annerley, 1943-1977) ==='''O'DEA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick O'Dea|O'Dea, Francis Patrick]] [https://www.familysearch.org/tree/person/details/GXTP-7KL] - 1894(Vic)-19??(???) - Licences: XJAX Melbourne (Ascot Vale, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 (Army, AWS) - Electoral Rolls: clerk (North Melbourne, 1912-1913; Ascot Vale, Vic, 1914-1937); railways (Brighton, Vic, 1942-1949); railway employee (Footscray North, Vic, 1963-1977) - Links: [https://alh-research.tripod.com/Light_Horse/index.blog/1911842/australian-wireless-squadron-aif-francis-patrick-odea/ AWS] ==='''ODGERS'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Fieldhouse Odgers|Odgers, Norman Fieldhouse]] [https://www.familysearch.org/tree/person/details/GDVD-CYK] - 1906(Qld)-1996(WA) - Licences: 4BO or 4BD Brisbane (Newmarket) & Charters Towers (1924-1925); 4NK; 9NK Port Moresby (1946-1948); 6NF Perth (Applecross, 1954-1969; Bassendean, 1975-1980); 4CH - Qualifications: cc; CPRT 896, 1925; 2COCP 212, 1930; 1COCP 108, 1936 - amateur operator; amateur broadcaster; ship wireless officer; broadcast engineer; WW2 - Electoral Rolls: senior technician (Applecross, 1954-1963); manager (Applecross, 1968); retired (Bassandean, 1972-1980) ==='''O'DONNELL'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Amos Leslie O'Donnell|O'Donnell, Amos Leslie]] [https://www.familysearch.org/tree/person/details/G8NW-Q1P] - 1910(SA)-19??(NSW) - Licences: 6DX Perth (City, 1930-1933); 2AGE Sydney (Ashfield, 1938-1939); 2AOO Sydney (Caringbah, 1960; Mona Vale, 1965-1969) - Qualifications: cc; AOCP 639, 1930, No. ?? in WA; BOCP 515, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: student (North Perth, WA, 1931); radio engineer (Ashfield, NSW, 1937); education officer (No. 2 W.A.G.S., Parkes, NSW, 1943); engineer (Ashfield, NSW, 1949; Caringbah, NSW, 1958) ==='''O'HARA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bernard O'Hara|O'Hara, John Bernard]] [https://www.familysearch.org/tree/person/details/G8XM-Y9M] - 1902(Vic)-1970(Vic) - Licences: 3OH Maryborough (1930-1939); 3OH Yallourn (1946-1948); 3AAO Melbourne (Mt Waverley, 1960) - Qualifications: AOCP 607, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: teacher (Albert Park, 1921-1924) instructor (Maryborough, 1928); teacher (Kew, 1934; Maryborough, 1937; Ballarat, 1937; Maryborough, 1943, Warrnambool, 1954; Maldon, 1963) ==='''OHRBOM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Axel Ragnar Ohrbom|Ohrbom, Axel Ragnar "Ray"]] [https://www.familysearch.org/tree/person/details/G8WZ-PWJ] - 1903(Tas)-1978(Vic) - Licences: Receive Melbourne (Brunswick, 1923-1924); 3OC Melbourne (West Brunswick, 1928; Coburg, 1931-1939; Moreland, 1946-1948; Hartwell, 1954-1975) - Qualifications: AOCP 421, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Coburg West, 1949); sharebroker (Camberwell, 1954-1977); retired (Burwood, 1977) ===''OLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Olof Lemuel Olden|Olden, Olof Lemuel]] - 1863(Vic)-1939(Vic) - Hobart 1920s, early wireless experimenter, no licence yet identified, amateur operator (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, President, 1924), military (Colonel, WW1), occupation (school master) ===''OLDFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Bernam Oldfield|Oldfield, Frederick Bernam]] [https://www.familysearch.org/tree/person/details/G8YP-9R2] - 1897(Vic)-1962(NSW) - Licences: 5DO Adelaide (1924); 3FB Melbourne (Hampton, 1937-1938); 2FE Sydney (Balmoral, 1939) - Qualifications: cc; AOCP 1240, 1934, No. ?? in Vic - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: teacher (Brighton, Vic, 1931; Sandringham, Vic, 1935-1937); journalist (Mosman, NSW, 1943); A.M.F. (Mornington, 1954); tutor (Neutral Bay, 1958) ===''OLDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Oldham|Oldham, Charles Edward]] [https://www.familysearch.org/tree/person/details/KZFK-XBT] - 1902(Tas)-1950(Tas) - Licences: 7XA Hobart (New Town, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1923, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Town, 1936-1949) * [[/Fred Oldham|Oldham, Fred]] - 19??(???)-19??(???) - early Tasmanian wireless experimenter, first president of Hobart Tramways Wireless Club 1905 ===''O'LEARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cornelius Daniel Fraser O'Leary|O'Leary, Cornelius Daniel Fraser or Daniel Fraser]] [https://www.familysearch.org/tree/person/details/KN18-4BH] - 1893(SA)-1955(SA) - Licences: 5DO Adelaide (Tusmore Gardens, 1929-1933) - Qualifications: cc; AOCP 495, 1929, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Unley, 1939-1941) ===''OLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dalley George Tryon Oliver|Oliver, Dalley George Tryon]] [https://www.familysearch.org/tree/person/details/LZ8W-MMR] - 1888(NSW)-1959(NSW) - wireless experimenter (1924+) 2?? Gunedah, amateur broadcaster - Electoral Rolls: engineer (Gunnedah, 1930-1943; Keepit Dam, Tamworth, 1949-1954); retired (Condoblin, 1958) - Relationships: brother of 2MO Marcius John Alexander Oliver * [[/Marcius John Alexander Oliver|Oliver, Marcius John Alexander "Marcus"]] [https://www.familysearch.org/tree/person/details/LZ8W-M82] - 1875(NSW)-1946(NSW) - Licences: 2MO Gunedah (1929) - Qualifications: AOCP ??, 19??, No. ?? in NSW; AOLCP 91, 1932 - amateur operator, amateur broadcaster, broadcast engineer, radio station proprietor (2MO, 1930-1939), military (air spotters, Port Macquarie) - Electoral Rolls: engineer (Gunnedah, 1930-1936; Port Macquarie, 1943) - Relationships: brother of Dalley George Tryon Oliver ===''OLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Durrant Olle|Olle, John Durrant]] [https://www.familysearch.org/tree/person/details/G4HS-WSX] - 1910(NSW)-1975(Vic) - Licences: 2OZ Sydney (Ashfield, 1929-1939, 1946; Pennant Hills, 1947-1948; Ashfield, 1950) - Qualifications: AOCP 553, 1929, No. ?? in NSW; 2COCP 321, 1931; 1COCP 197, 1931 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Summer Hill, 1936-1937; Ashfield, NSW, 1943); soldier (South Yarra, Vic, 1949); public servant (Mornington, 1963-1980) ===''OLLIVIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Frances Ollivier|Ollivier, Neil Frances]] [https://www.familysearch.org/tree/person/details/GFQB-VPD] - 1916(WA)-1942(WA) - Licences: 6FO Perth (Hollywood, 1932-1939) - Qualifications: cc; AOCP 1067, 1932, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: Nil yet identified ===''O'LOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick Morgan O'Loughlin|O'Loughlin, Francis Patrick Morgan]] [https://www.familysearch.org/tree/person/details/GX6M-Z3Q] - 1902(Qld)-1979(Qld) - Licences: 4OL Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1347, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Red Hill, Qld, 1936-1937; Ashgrove, Qld, 1943-1977) ===''OLSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Vivian Olsen|Olsen, Frederick Vivian "Fred"]] [https://www.familysearch.org/tree/person/details/G8CP-4XJ] - 1912(Vic)-2001(Vic) - Licences: 3FO Melbourne (Hawthorn, 1929-1931; Hampton, 1933-1939) - Qualifications: cc; AOCP 521, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hampton, 1936-1954; Brighton, 1963; Hampton, 1972-1980) * [[/Norman Frederick Olsen|Olsen, Norman Frederick or Frederick Norman (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/G8BY-8JS] - 1901(NSW)-1980(NSW) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 516, 1920, NSW; 2COCP 59, 1929, NSW; 1COCP 252, 1932 - Nil yet identified - Electoral Rolls: wireless operator (Hurlstone Park, 1934-1937); newsagent (Torwood, 1954-1958); no occupation (Lord Howe Island, 1963-1980) * [[/Norman Peter Olsen|Olsen, Norman Peter]] [https://www.familysearch.org/tree/person/details/G8BY-444] - 1897(NSW)-1988(NSW) - Licences: 2YK Newcastle (1924-1925); 2ZX Waratah (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrician (Waratah, 1930; Mayfield, 1932); public servant (Redfern, 1932-1933; Kogarah, 1934-1935; Wollongong, 1936-1937; Artarmon, 1943-1949; Kogarah, 1949-1963); nil (Merewether, 1968-1980) * [[/Olaf Olsen|Olsen, Olaf]] [https://www.familysearch.org/tree/person/details/G6QT-69T] - 1878(Norway)-1964(Qld) - Licences: 4CL Dalby 1922 (Receive) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engine driver (Dalby, 1913-1943); engineer (Toowoomba, 1949; Redcliffe, 1954; Paddington, 1958-1963) ==='''O'MAY'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. W. O'May|O'May, J. W.]] - 19??(???)-19??(???) - Licences: Receive Hobart (Bellerive, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Robert Derwent O'May|O'May, Robert Derwent "Bob"]] [https://www.familysearch.org/tree/person/details/LYNF-5NS] - 1903(Tas)-1973(Tas) - Licences: Receive Hobart (Bellerive, 1923); 7OM Hobart (Bellerive, 1924-1927+; Sandy Bay, 1931+; Bellerive, 1947-1969+) - Qualifications: cc; AOCP 74, 1925, No. ?? in Tas; 3COCP 508, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: engineer (Bellerive, 1928-1954) ==='''OPPENHEIM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Oliver George Oppenheim|Oppenheim or Oliver, Oliver George "Ollie"]] [https://www.familysearch.org/tree/person/details/LLSS-S7L] - 1911(Vic)-1988(NSW) - Licences: 3ZX Melbourne (Caulfield, 1930-1939) - Qualifications: AOCP 580, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Caulfield, 1936-1942; Elsternwick, 1949); radio engineer (Elsternwick, 1954); company executive (Coogee, 1958-1963; Lugarno, 1968); importer (Strathfield, 1972-1980) ===''O'REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Joseph O'Reilly|O'Reilly, Maurice Joseph]] [https://www.familysearch.org/tree/person/details/G824-VMC] - 1866(Irl)-1933(NSW) - Licences: XACI Bathurst (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St Stanilaus College, Bathurst, 1913); rector of college (St John's College, Camperdown, 1930-1933) - Links: [https://adb.anu.edu.au/biography/oreilly-maurice-joseph-7918 ADB] ===''O'ROURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sydney O'Rourke|O'Rourke, John Sydney]] [https://www.familysearch.org/tree/person/details/GDJP-ZW4] - 1918(NSW)-19??(???) - Licences: 4OR Brisbane (Brisbane City, 1937-1939); 4SO Brisbane (Margate Beach, 1955-1969) - Qualifications: cc; AOCP 2042, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical apprentice (Norman Park, Qld, 1943); radio engineer (Newmarket, Qld, 1949); engineer (Margate, Qld, 1954-1977) ===''ORR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Murray Donald Orr|Orr, Murray Donald]] [https://www.familysearch.org/tree/person/details/GZL8-H29] - 1900(Vic)-1941(Vic) - Licences: 3OR Lake Meran (1928-1939) - Qualifications: AOCP 440, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1940-1941) - Electoral Rolls: farmer (Lake Meran, 1924-1934) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/orr-murray-donald-1700/] ===''OSBORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jeffrey David Osborne|Osborne, Jeffrey David "Jeff"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Louis Frederick George Osborne|Osborne, Louis Frederick George]] [https://www.familysearch.org/tree/person/details/G8GF-MGZ] - 1900(Vic)-1989(Vic) - Licences: 3DD Receive Melbourne (East Malvern, 1922); 3DD Melbourne (East Malvern, 1923-1926); 3BMO Melbourne (Murrumbeena, 1980+) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: gas fitter (Malvern East, 1922-1926); inspector (Carnegie, 1931-1977) ===''OSBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bolivar Laing Osburne|Osburne, George Bolivar Laing "Laing"]] [https://www.familysearch.org/tree/person/details/MFY2-F9W] - 1896(Vic)-1933(Vic) - Licences: XKJ Terang (1913-1914); 3BG Terang (1922-1933) - Qualifications: cc; AOCP 235, 1926, No. ?? in Vic - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: student (Terang, 1922-1931) ===''OTHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Othen|Othen, Charles James]] [https://www.familysearch.org/tree/person/details/LRHF-H8Y] - 1897(SA)-19??(???) - Licences: XVT Adelaide (Glanville, 1913); 5AS Receive Adelaide (1923); 5ON Adelaide (Hindmarsh, 1954-1956; Eden Hills, 1960-1969; Blackwood, 1975) - Qualifications: cc; AOCP 3385, 1953, SA - early wireless experimenter; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: foreman (Hindmarsh, SA, 1939-1943) ===''O'TOOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian O'Toole|O'Toole, Ian]] - Licences: 2ZIO Sydney (Adamstown Heights, 1969; North Rocks, 1975; Castle Hill, 1980) - amateur operator; historian (amateur, military communications); proprietor Kurrajong Radio Museum - Electoral Rolls: - Links: [https://vk2bv.org/archive/museum/ Kurrajong Radio Museum] ===''OTTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Shannon Otty|Otty, William Shannon]] [https://www.familysearch.org/tree/person/details/GZ2F-7J1] - 1893(Eng)-1983(NSW) - Licences: 2ZL Killingworth (1923-1931); 2ZL Toronto (1933-1975); 2ZL Fennell's Bay (1980+) - Qualifications: cc; AOCP 219, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio dealer (Toronto, 1937-1954); retired (Toronto, 1958-1980) ===''OVERLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Overlack|Overlack, Peter]] - early wireless historian [https://www.navy.gov.au/sites/default/files/documents/Naval_Networks_Dominance_of_Comms_in_Maritime_Ops.pdf "The Struggle for the Australian Airwaves: The Strategic Function of Radio for Germany in the Asia-Pacific Region before World War I"] ===''OWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Chester Owen|Owen, Chester]] [https://www.familysearch.org/tree/person/details/MZ3G-H47] - 1899(Vic)-1975(Vic) - Licences: Receive Melbourne (St Kilda, 1923); 3ZM Melbourne (St Kilda, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Balaclava, 1921; St Kilda, 1922-1926); engineer (St Kilda, 1928; Caulfield, 1931); mechanic (Caulfield, 1934-1937); radio engineer (Echuca, 1943-1972) * [[/Stanley Wainwright Owen|Owen, Stanley Wainwright]] [https://www.familysearch.org/tree/person/details/GDV9-BP2] - 1912(Vic)-1987(NSW) - Licences: 6RX Perth (Mt Lawley, 1930-1931); 2RX Sydney (Wollstonecraft, 1948-1957) - Qualifications: cc; AOCP 716, 1930, No. ?? in WA; 2COCP 436, 1933; 1COCP 340, 1933; TVOCP 40, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Wollstonecraft, 1937-1958); television engineer (Wollstonecraft, 1963-1968); engineer (Wollstonecraft, 1972-1977; Artarmon, 1980) ===''OXENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Justinian Oxenham|Oxenham, Justinian]] - 1860(Qld)-1932(Vic) - senior federal public servant (Secretary, Postmaster-General's Department) ===''OXLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Oxlade|Oxlade, George]] [https://www.familysearch.org/tree/person/details/LRCK-H1C] - 1907(Qld)-1980(Qld) - Licences: 4GO Brisbane (Newmarket, 1926-1931) - Qualifications: cc; AOCP 229, 1926, No. 19 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: painter (Chermside, 1937-1943; Maroochydore, 1954; Wavell Heights, 1958), contractor (Chermside, 1963-1980) =='''P'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''PAECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leonard Paech|Paech, Robert Leonard]] [https://www.familysearch.org/tree/person/details/L6DL-76D] - 1920(SA)-1963(SA) - Licences: 5RL Adelaide (Underdale, 1936-1939, 1947-1948); 5LP Adelaide (Seacombe Gardens, 1960) - Qualifications: cc; AOCP 1626, 1936, SA; 2COCP 279, 1939; BOCP 371, 1941; 1COCP 810, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Nevison Page|Page, Leslie Nevison]] [https://www.familysearch.org/tree/person/details/GSBX-CRV] - 1920(Qld)-1972(NSW) - Licences: 4LP Brisbane (New Farm, 1937-1939; Brisbane City, 1947); 2NB Sydney (Potts Point, 1954); 2LP Sydney (St Ives, 1955-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 1931, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 2NB may have been withdrawn for 2NB Broken Hill - Electoral Rolls: labourer (Ascot, Qld, 1928-1929) (too young for 1920 birth, must be a namesake); radio technician (Darlinghurst, NSW, 1954); radio engineer (St Ives, NSW, 1958); manager (St Ives, NSW, 1963); electronics engineer (Epping, NSW, 1968; Eastwood, NSW, 1972) ===''PAGET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Ernest Paget|Paget, Harold Ernest]] [https://www.familysearch.org/tree/person/details/LDTK-ZBF] - 1904(Qld)-1962(Qld) - Licences: Receive (Valve) Brisbane (Brisbane City, Qld, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephonist (Valley, Qld, 1925-1926); postal sorter (Ashgrove, Qld, 1928-1949); mail officer (Ashgrove, Qld, 1954-1958) ===''PAICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Cameron Paice|Paice, Donald Cameron "Don"]] [https://www.familysearch.org/tree/person/details/G8KD-2FT] - 1932(Vic)-2018(Vic) - Licences: 3ADP Melbourne (Moonee Ponds, 1954-1956; Mt Waverley, 1960-1980+) - Qualifications: AOCP 3055, 1950, Vic - amateur operator - Electoral Rolls: draftsman (Moonee Ponds, 1954; Mt Waverley, 1963-1980) - Relationships: rare surname but seems not closely related to 2AJ Valentine Keith Paice * [[/Valentine Keith Paice|Paice, Valentine Keith "Val"]] [https://www.familysearch.org/tree/person/details/G8K3-5T6] - 1904(NZ)-1977(???) - Licences: ZL1AJ (Z1AJ) 1925-1926; VQ1AJ (OO1AJ) Fanning Island (1926-1928); 2AJ (VK2AJ) Sydney 1929; OA4V Peru (1929) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrical fitter (Ashbury, NSW, 1930) - Relationships: rare surname but seems not closely related to 3ADP Donald Cameron Paice ===''PARADISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Harry Elliker Paradise|Paradise, Eric Harry Elliker]] [https://www.familysearch.org/tree/person/details/GS3M-D75] - 1904(Qld)-1939(Qld) - Licences: Receive (Crystal) Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Stones Corner, Qld, 1925-1937) ===''PARASIERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Isidore Percy Robert Parasiers|Parasiers, Isidore Percy Robert "Robert"]] [https://www.familysearch.org/tree/person/details/GS9Y-8B1] - 1902(SA)-1972(SA) - Licences: 5RP Adelaide (City, 1932-1933; Glandore, 1937-1939); 6PS Perth (Inglewood, 1947); 5RF Adelaide (Glandore, 1948); 5RF Murray Bridge (1954-1969) - Qualifications: cc; AOCP 952, 1932, No. ?? in SA; AOLCP 283, 1936; BOCP 132, 1937; 2COCP 256, 1939; 1COCP 330, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''PARIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Norman Paris|Paris, James Norman "Jim"]] [https://www.familysearch.org/tree/person/details/GXWR-B1W] - 1910(SA)-1971(SA) - Licences: "WIA-L5006" Adelaide (Prospect, 1956-1960) - Qualifications: cc; Nil yet identified - amateur listener; prominent broadcast listener (1950s, 1960s); clubs (Australian DX Radio Club (SA); Southern Cross DX Club) - Electoral Rolls: Nil yet identified ===''PARISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Radcliffe Parish|Parish, Hugh Radcliffe]] [https://www.familysearch.org/tree/person/details/GCDL-Y23] - 1914(Tas)-1973(Tas) - Licences: 7CP Launceston (1932-1933) - Qualifications: cc; AOCP 1070, 1932, No. ?? in Tas; AOLCP 189, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: radio announcer (Burnie, 1936-1937); manager (Winnaleah, 1943-1949); radio executive (Launceston, 1954) ===''PARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles William Park|Park, John Charles William]] [https://www.familysearch.org/tree/person/details/GZVC-N4N] - 1904(Eng)-1983(WA) - Licences: 6BB Perth (South Perth, 1924-1980+) - Qualifications: cc; CPRT 794, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: photographer (South Perth, 1943-1949); radiographer (South Perth, 1958-1980) ===''PARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Cyril Parker|Parker, Keith Cyril]] [https://www.familysearch.org/tree/person/details/KDSK-X2P] - 1912(SA)-1993(SA) - Licences: 5PA Port Pirie (1933); 5SO Port Elliot (1980+) - Qualifications: cc; 2COCP 348, 1931; 1COCP 213, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless telegraphist (Kalgoorlie, WA, 1943); radio technician (Fiskville, Vic, 1949-1963; Bassendean, WA, 1968); manager (Cairns, Qld, 1977) * [[/Kenneth Herbert Parker|Parker, Kenneth Herbert]] [https://www.familysearch.org/tree/person/details/LTM1-Q5G] - 1905(WA)-1994(WA) - Licences: 6KP Meekatharra (1933-1939) - Qualifications: cc; AOCP 1192, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mining register (Meekatharra, WA, 1931-1937); resident magistrate (Cue, WA, 1943; Geraldton, WA, 1943); stipendary magistrate (Northam, WA, 1949); magistrate (Mt Pleasant, WA, 1954; Riverton, WA, 1958-1963; Applecross, WA, 1968-1980) * [[/P. S. Parker|Parker, P. S.]] - 19??(???)-19??(???) - Licences: 2CY Receive Sydney (Burwood, 1922); 2CM Receive Sydney (Burwood, 1923, briefly then reverted to 2CY); 2CY Sydney (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet confidently identified but likely Philip Selwyn Parker, engineer, Bellevue Hill, 1930 * [[/Ronald Alexander Parker|Parker, Ronald Alexander]] [https://www.familysearch.org/tree/person/details/GZ23-6BM] - 1908(Vic)-1984(Qld) - 3RA Melbourne (Canterbury, 1925-1926), 3RA Bendigo (1927), 3RA Melbourne (Canterbury, 1931-1933; Hawthorn, 1937-1939), 4PT Southport (1980+), qualifications (AOCP 213, 1925, No. ?? in Vic), amateur operator, amateur broadcaster, electoral rolls: clerk (Camberwell, 1931), accountant (Hawthorn, 1936-1937), secretary (Malvern, 1943-1949), retired (Southport, 1980) ===''PARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Parr|Parr, John George]] [https://www.familysearch.org/tree/person/details/G8NL-22T] - 1908(NSW)-1992(Vic) - Licences: 3OM Melbourne (Canterbury, 1930-1939) - Qualifications: AOCP 646, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Camberwell, 1931-1943); engineer (Footscray, 1949; Brunswick, 1949-1963; Melbourne City, 1968-1980) ===''PARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alchorne Parry|Parry, Charles Alchorne]] [https://www.familysearch.org/tree/person/details/GX8J-BGL] - 1916(Qld)-2009(USA) - Licences: 4CP Gordonvale (1935-1939) - Qualifications: cc; AOCP 1441, 1935, Qld; BOCP 177, 1938 - amateur operator; amateur broadcaster - Education: PhD - Electoral Rolls: radio mechanic (Cairns, Qld, 1937); engineer (Darlinghurst, NSW, 1943) ===''PARSONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warwick William Parsons|Parsons, Warwick William or William Warwick (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/L2L4-5ZC]- 1903(SA)-1974(SA) - Licences: 5PS Adelaide (City, 1933; Henley Beach, 1937-1939, 1947-1948; Rose Park, 1954-1974) - Qualifications: cc; AOCP 1147, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: operator (Henley, SA, 1939-1943) ===''PATERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Pryde Paterson|Paterson, Paul Pryde]] [https://www.familysearch.org/tree/person/details/GZLK-LPF] - 1915(WA)-1942(PNG) - Licences: 6PP Wiluna (1937-1939) - Qualifications: cc; AOCP 1961, 1937, WA - amateur operator, amateur broadcaster, WW2 (RAAF, 24 Squadron, Flight Lieutenant) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/paterson-paul-pryde-260515/] * [[/Raymund Gordon Paterson|Paterson, Raymund or Raymond Gordon]] [https://www.familysearch.org/tree/person/details/G8CH-7RX] - 1903(Vic)-1996(Canada) - Licences: Nil yet identified - Qualifications: AOCP 506, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: apprentice (Glenferrie, 1926-1928) ===''PATTERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Campbell Patterson|Patterson, Campbell]] [https://www.familysearch.org/tree/person/details/G9Y1-GDH] - 1912(SA)-1987(SA) - Licences: 5XR Naracoorte (1933-1939); 5XR Peterborough (1947-1980+) - Qualifications: cc; AOCP 1097, 1933, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, 1939); electrician (Quorn, 1941-1943) * [[/James Brown Patterson|Patterson, James Brown]] [https://www.familysearch.org/tree/person/details/LBTW-WDY] - 1833(Eng)-1895(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Politician, briefly Premier of Victoria (1893-1894), Postmaster-General Vic (July 1878 - March 1880) - Electoral Rolls: Nil yet identified * [[/Robert Charles William Ingram Patterson|Patterson, Robert Charles William Ingram "Charles Ingram"]] [https://www.familysearch.org/tree/person/details/GZ5T-2Q4] - 1910(Vic)-1974(Qld) - Licences: 3YP Melbourne (East Malvern, 1927-1939; Eaglemont, 1946-1954); 4YP Brisbane (Fig Tree Pocket, 1955-1969) - Qualifications: cc; AOCP 352, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: station hand (Mundabullangana, 1931-1937); agent (Fig Tree Pocket, 1958-1968) ===''PAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Anthony Paul|Paul, Leo Anthony]] - 1905(Vic)-1968(Vic) - 3JQ Receive Melbourne (Fitzroy, 1922-1923), 3LP Melbourne (Fitzroy, 1924-1937; Preston, 1938-1939), 3XO Melbourne (Fairfield, 1948-1960; Thornbury, 1965), amateur operator (AOCP 15, 1924, No. 6 in Vic), amateur broadcaster ===''PAYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George H. Payne|Payne, George H.]] - 19??(???)-1987(Qld) - 4NEV Brisbane, amateur operator (AOCP ??, 1946+, No. ?? in Qld), radio clubs (Wooloowin RC, hon. secretary; WIAQ, president, assoc. members section) * [[/John Payne|Payne, John]] [https://www.familysearch.org/tree/person/details/GDSL-41Q] - 19??(???)-19??(???) - Licences: 2IN Receive Sydney (Randwick, 1922); 2IN Sydney (Randwick, 1923-1927; Kensington, 1928-1930) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: insurance department manager (Kensington, 1930-1931); secretary (Kensington, 1933) * [[/Reginald Lewis Payne|Payne, Reginald Lewis]] [https://www.familysearch.org/tree/person/details/GZG9-HFF] - 1898(Vic)-1946(Vic) - Licences: 3RP Geelong (Newtown, 1924-1939) - Qualifications: cc; AOCP 225, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Newtown, 1919-1921); telegraphist (Newtown, 1922-1942) (check XJM R. Payne, Armadale for relationship) ===''PAYTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Payter|Payter, Joseph William]] - 18??(???)-19??(???) - early telephone experimenter in Melbourne, mechanic in Vic Posts & Telegraphs (one of James Smibert's "Williamstown boys") ===''PEARCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Ronald Pearce|Pearce, Edward Ronald]] [https://www.familysearch.org/tree/person/details/LR3M-7YJ] - 1916(Vic)-2004(WA) - Licences: 6TP Perth (North Perth, 1936-1939, 1948; Mt Hawthorn, 1954-1960) - Qualifications: cc; AOCP 1757, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (North Perth, WA, 1937); engineer (Mt Hawthorn, WA, 1949-1977); retired (Coolbinia, WA, 1980) ===''PEARN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Pearn|Pearn, William Leslie]] [https://www.familysearch.org/tree/person/details/LCKW-JRW] - 1896(SA)-1974(SA) - Licences: 5PN Adelaide (Sturt Park, 1934-1939; Wayville West, 1947-1948; Unley, 1955-1969) - Qualifications: cc; AOCP 1378, 1934, SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Unley, SA, 1939-1941) ===''PEARSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Richman Pearson|Pearson, Ian Richman]] [https://www.familysearch.org/tree/person/details/GSD3-4LF] - 1908(Vic)-1972(Tas) - Licences: 3SP Melbourne (Berwick, 1929-1931); 7KB Burnie (1948-1965); 7KB Port Sorell (1969) - Qualifications: AOCP 528, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: chemist (Deer Park, Vic, 1936-1937); medical practitioner (Burnie, Tas, 1949-1954) ===''PELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Frederick Law Pelling|Pelling, John Charles Frederick Law "Jack"]] [https://www.familysearch.org/tree/person/details/GXB3-176] - 1908(WA)-1972(WA) - Licences: 6WO Moojebing (1933-1939) - Qualifications: cc; AOCP 1213, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Dumbleyung, WA, 1931); farmer (Moojebing, WA, 1936-1943; King River, WA, 1949-1968) ===''PEMBLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Pembleton|Pembleton, Thomas Edward "Tom"]] [https://www.familysearch.org/tree/person/details/G8HP-JDF] - 1914(Qld)-2002(Qld) - Licences: 4ZL Rockhampton (1936-1939;1946-1980+) - Qualifications: cc; AOCP 1600, 1936, Qld - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: labourer (Rockhampton, 1936-1943); turner (Rockhampton North, 1949-1980) ===''PEPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Campbell Pepper|Pepper, Ralph Campbell]] [https://www.familysearch.org/tree/person/details/KC93-1MN] - 1905(NSW)-1984(Qld) - Licences: N742 Receive Tamworth (1922); 2HV Receive Tamworth (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Tamworth, 1930; Maroubra, 1931; Artarmon, 1934-1949; Newmarket, Qld, 1954-1972; Alderley, 1977-1980) ===''PERDRIAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carter Perdriau|Perdriau, Henry Carter]] [https://www.familysearch.org/tree/person/details/G3D9-L79] - 1895(NSW)-1956(NSW) - Licences: XHC Sydney (1912-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: cousin of 2ZR William James Stanley Perdriau - Electoral Rolls: manager (Chatswood, 1930-1936; Roseville, 1943-1954) * [[/William James Stanley Perdriau|Perdriau, William James Stanley]] [https://www.familysearch.org/tree/person/details/LTH6-8LS] - 1885(NSW)-1946(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923); 2ZR Sydney (Manly, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: cousin of XHC Henry Carter Perdriau - Electoral Rolls: dentist (Manly, 1930-1943) ===''PERREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Litchfield Perrey|Perrey, Alexander Litchfield]] [https://www.familysearch.org/tree/person/details/LZVM-9P9] - 1898(SA)-1965(Vic) - Licences: 5LP Strathalbyn (1925-1927) - Qualifications: cc; AOCP 99, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Francis Cole Perry|Perry, Malcolm Francis Cole]] [https://www.familysearch.org/tree/person/details/L679-XR2] - 1891(NSW)-1963(NSW) - Licences: XCP Sydney (Randwick, 1913-1914); 2DG Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Randwick, 1930-1937); editor (Randwick, 1943-1949; Coogee, 1954-1958); counsellor (Hazelbrook, 1958-1963) ===''PETERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Zornig Peters|Peters, Henry Zornig "Harry"]] [https://www.familysearch.org/tree/person/details/L4XX-HBC] - 1908(Qld)-1994(Qld) - Licences: 4ZP Maryborough (1937-1939); 4ZP Sarina (1947-1956); 4ZP Cooroy (1960-1980+) - Qualifications: cc; AOCP 1978, 1937, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: teacher (Yerra via Maryborough, Qld, 1936-1937; Sarina, 1943); farmer (Cooroy, 1963-1980) ===''PETERSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Marzanti Petersen|Petersen, Thomas William Marzanti "Bill"]] - 1919(Qld)-1981(Qld) - 4FY Brisbane (Cooparoo Heights, 1946-1947), 4YO Moreton Island (1975), amateur operator (AOCP 2321, 1939, No. ?? in Qld), radio clubs (WIAQ, councillor), military (WW2, AIF), employment (Hills TV service), business proprietor (Advance Radio, Wynnum Radio Repairs) ===''PETERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Franz Peterson|Peterson, Harold Franz]] [https://www.familysearch.org/tree/person/details/G8XJ-CV1] - 1888(NSW)-1961(NSW) - Licences: 2HP Sydney (Coogee, 1930-1960) - Qualifications: cc; AOCP 617, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: inspector (Coogee, 1930-1958) * [[/Rupert Clarence Peterson|Peterson, Rupert Clarence]] [https://www.familysearch.org/tree/person/details/G87D-VJ3] - 1910(Vic)-2000(NSW) - Licences: 7AZ Receive Hobart (West Hobart, 1922-1923); Receive Hobart (West Hobart, 1923-1924); 3PT Melbourne (Moonee Ponds, 1928-1939) - Qualifications: cc; AOCP 401, 1928, No. ?? in Vic; AOLCP 96, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Moonee Ponds, 1931-1937; Caulfield, 1942-1949; Ivanhoe, 1954-1977); retired (Merimbula, 1980) * [[/Walter Peterson|Peterson, Walter]] - 19??(???)-19??(???) - Licences: 3QP Melbourne (Toorak, 1930-1939) - Qualifications: cc; AOCP 689, 1930, Vic - amateur operator; amateur broadcaster - Electoral Rolls: telephone mechanic (Kew, 1925); telephone engineer (Kew, 1926-1928); engineer (Toorak, 1931-1937); secretary (Lilydale, 1943-1954); electrical instrument maker (Collingwood North, 1967-1968) - several contemporaneous WPs * [[/Walter Martin Peterson|Peterson, Walter Martin]] [https://www.familysearch.org/tree/person/details/LDRD-G6B] - 1910(WA)-1978(WA) - Licences: 6LW Perth (West Perth, 1937; East Perth, 1938-1939, 1947-1948; City, 1954-1956; City Beach, 1960-1975+) - Qualifications: cc; AOCP 1864, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: student (Balcatta, WA, 1931-1936; North Perth, WA, 1937; East Perth, WA, 1937-1943); radio engineer (East Perth, WA, 1949-1958); lecturer (City Beach, WA, 1963-1977) ===''PHELPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Phelps|Phelps, William Joseph]] [https://www.familysearch.org/tree/person/details/G8D5-97G] - 1912(NSW)-1987(NSW) - Licences: 2DL Sydney (Canterbury, 1931-1939, 1946; Ashbury, 1947-1975) - Qualifications: AOCP 769, 1931, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1935-1937; Ashfield, 1942; Ashbury, 1949-1963) ===''PHILBIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Philbin|Philbin, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GDKL-L7L] - 1889(Tas)-19??(???) - Licences: 7FP Queenstown (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ulverstone, 1914); electrician (Queenstown, 1919-1937); electrical fitter (Queenstown, 1949-1954); to NSW 1940s ===''PHILLIPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan William Albert Phillips|Phillips, Alan William Albert]] [https://www.familysearch.org/tree/person/details/GXVR-LD4] - 1915(SA)-2009(SA) - Licences: 5GX Adelaide (Somerton, 1936-1937) - Qualifications: cc; AOCP 1601, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (St Leonards, SA, 1939; South Plympton, SA, 1941-1943) * [[/Albert Maurice Phillips|Phillips, Albert Maurice]] [https://www.familysearch.org/tree/person/details/GXVR-GGP] - 1915(SA)-2008(SA) - Licences: 5ZU Adelaide (Prospect, 1936-1939, 1947-1980) - Qualifications: cc; AOCP 1713, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Gordon George Phillips|Phillips, Gordon George]] [https://www.familysearch.org/tree/person/details/GX7V-TB1] - 1887(NSW)-1941(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 93, 1915; 1COCP 321, 1933 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Townsville, 1912-1919); radio telegraphist (Currie, King Island, 1922); telegraphist (South Townsville, 1925); radio telegraphist (Thursday Island, 1928); radio telegraphist (Cooktown, 1937) * [[/Harry Edward James Thomas Phillips|Phillips, Harry Edward James Thomas]] [https://www.familysearch.org/tree/person/details/G8ZW-SXG] - 1896(Vic)-1963(Vic) - Licences: 3JU Melbourne (Mitcham, 1929-1933; Abbotsford, 1937; South Yarra, 1938-1939, 1946-1948; Merlynstone, 1954-1960) - Qualifications: AOCP 532, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: slaughterman (Newmarket, 1919); butcher (Emerald, 1922; Mitcham, 1924-1936; Abbotsford, 1937; South Yarra, 1949) * [[/James Graham Phillips|Phillips, James Graham]] [https://www.familysearch.org/tree/person/details/GZLJ-8JC] - 1909(SA)-1943(Vic) - Licences: 5BW Adelaide (Glenelg, 1926-1931; Somerton, 1933-1939)- Qualifications: cc; AOCP 256, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Somerton, 1939-1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/606863] * [[/Noel William Phillips|Phillips, Noel William]] [https://www.familysearch.org/tree/person/details/G9FX-877] - 1911(Qld)-1941(Qld) - Licences: 4NP Ipswich (1934-1939) - Qualifications: cc; AOCP 1396, 1934, Qld - amateur operator; amateur broadcaster; employment (Qld Public Works Dept) - Electoral Rolls: painter (Ipswich, Qld, 1936-1937) ===''PHILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurance Vincent Phillis|Phillis, Laurance Vincent]] [https://www.familysearch.org/tree/person/details/GS5R-98V] - 1900(SA)-1953(SA) - Licences: 5LP Adelaide (South Payneham, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1136, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PHILPOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Hanmer Philpot|Philpot, Clarence Hanmer]] [https://www.familysearch.org/tree/person/details/GMRM-C7S] - 1906(Vic)-1982(Vic) - Licences: Receive (Valve) Geelong (1923); 3CP Geelong (1924-1925); 3CP Warrnambool (1925-1926); 3KL Ararat (1927); 3KL Avoca (1931-1937); 3KL Horsham (1938-1939); 3KL Melbourne (Elsternwick, 1946-1980+) - Qualifications: cc; AOCP 381, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal clerk (Derrinallum, 1928; Avoca, 1931-1936); postal (Elsternwick, 1942-1980) ===''PHILPOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Jones Philpott|Philpott, Oliver Jones]] [https://www.familysearch.org/tree/person/details/G8LJ-52T] - 1869(???)-1934(Vic) - Licences: 3VS Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: orchardist (Sandringham, 1919); manager (Caulfield, 1921-1927) ===''PHIPPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Roger Sydney Phipps|Phipps, William Roger Sydney]] [https://www.familysearch.org/tree/person/details/GZX2-Z6G] - 1896(Eng)-1973(WA) - Licences: 6WP Perth (Subiaco, 1924-1927; Victoria Park, 1930-1933; South Perth, 1937-1939, 1946-1969) - Qualifications: cc; AOCP 111, 1925, No. ?? in WA; AOLCP 16, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Subiaco, 1921); electrical fitter (Subiaco, 1925); radio operator (Victoria Park, 1931; South Perth, 1936-1972) ===''PIKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Herbert Arthur Pike|Pike, John Herbert Arthur "Jack"]] [https://www.familysearch.org/tree/person/details/MT5R-K62] - 1890(NSW)-1961(NSW) - XJP Sydney (Arncliffe, 1911), XDY Sydney (Arncliffe, 1912-1914), XDZ Sydney (Arncliffe, 1912), 2DF Receive Sydney (Epping, 1922-1924), 2JP Sydney (Epping, 1925-1929; Greenwich, 1930-1939, 1946-1961), amateur operator (AOCP 130, 1925, No. ?? in NSW), amateur broadcaster, AWA (research, later draftsman) ===''PINNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chalker Pinnell|Pinnell, John Chalker]] [https://www.familysearch.org/tree/person/details/G8Z5-P4G] - 1902(NSW)-1997(NSW) - Licences: 2OL Receive Sydney (Annandale, 1923-1924); 2ZR Sydney (Marrickville, 1929-1934; Ashfield, 1935-1936; Summer Hill, 1937-1939, 1946-1950; Earlwood, 1954-1961; Croydon, 1965) - Qualifications: AOCP 547, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Dulwich Hill, 1930-1934; Ashfield, 1936; Summer Hill, 1937-1949); teacher (Earlwood, 1954-1963); retired (Ashfield, 1968; Mt Kuringai, 1980) ===''PINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Pinney|Pinney, C. R.]] - 18??-19?? - 4CP Port Moresby - amateur operator, amateur broadcaster ===''PITCHFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stuart Frederick Pitchford|Pitchford, William Stuart Frederick]] [https://www.familysearch.org/tree/person/details/GZ5C-X48] - 1906(Eng)-1959(SA) - Licences: 5WP Adelaide (City, 1926-1933; Hyde Park, 1937-1939) - Qualifications: cc; AOCP 254, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Reade Park, 1939-1943) ===''PITTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Graham Pitts|Browne, Reginald Graham or Graham Reginald]] [https://www.familysearch.org/tree/person/details/LZGB-56Y] - 1915(SA)-2005(WA) - Licences: 5GP Adelaide (Torrensville, 1934-1939); 5GP Alice Springs (1947); 5GE Port Augusta (1955-1975); 5GE Adelaide (Kensington Gardens, 1980+) - Qualifications: cc; AOCP 1377, 1934, SA; 2COCP 189, 1938; 1COCP 225, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: finisher (Torrensville, SA, 1941-1943); radio engineer (Alice Springs, NT, 1949) ===''POLLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Henderson Pollock|Pollock, John Henderson]] [https://www.familysearch.org/tree/person/details/GXFM-9TQ] - 1895(NSW)-1978(Qld) - Licences: Receive Brisbane (Moorooka, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Moorooka, Qld, 1922-1926); insurance manager (Townsville, Qld, 1928-1937); insurance agent (Moorooka, Qld, 1943-1977) ===''PONSONBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bessborough Ponsonby|Ponsonby, John Bessborough]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 466, 1919; 1COCP 50, 1930 - coastal wireless operator - Electoral Rolls: ===''POPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maitland Glen Pope|Pope, Maitland Glen]] [https://www.familysearch.org/tree/person/details/KJ4K-FN6] - 1884(WA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 122, 1915; 1COCP 153, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Subiaco, 1906); civil servant (Subiaco, WA, 1910); civil servant (Hobart North, Tas, 1914); officer-in-charge (Wireless Station, Thursday Island, Qld, 1919-1921); wireless expert (Wireless Station, Applecross, 1925); wireless operator (Moonee Ponds, Vic, 1927-1931); supervisor (Essendon, Vic, 1936-1954) ===''PORTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Glanville Porter|Porter, Leonard Glanville]] [https://www.familysearch.org/tree/person/details/GXLX-765] - 1897(SA)-1969(SA) - Licences: 5MP Huddlestone (1938-1939; 1947-1948) - Qualifications: cc; CPRT 966, 1927; 1COCP 73, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Flinders Naval Depot, Vic, 1924); wireless operator (5PI Crystal Brook, SA, 1939-1943) ===''POTTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Potter|Potter, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GXYZ-38V] - 1915(WA)-1993(WA) - Licences: 6ZO Perth (East Fremantle, 1937-1939; Bicton, 1947-1965; Melville, 1969-1980+) - Qualifications: cc; AOCP 1959, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (East Fremantle, WA, 1937-1943); contractor (East Fremantle, WA, 1949-1958; Melville, 1963); builder (Melville, WA, 1968-1980) * [[/William Francis Potter|Potter, William Francis]] [https://www.familysearch.org/tree/person/details/G878-638] - 1908(NSW)-1959(NSW) - Licences: 2WP Helensburgh (1928-1939); 2WP Fairy Meadow (1948-1950); 2WP Charlestown (1954-1960) - Qualifications: AOCP 399, 1928, No. ?? in NSW; 3COCP 38, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Helensburgh, 1930-1937); mechanic (Fairy Meadow, 1949); shiftman (Charlestown, 1954); electrical mechanic (Charlestown, 1958); railway employee (New Lambton, 1958) ===''POTTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Charles Pottie|Pottie, Norman Charles]] [https://www.familysearch.org/tree/person/details/9V3D-JFZ] - 1909(NSW)-1961(NSW) - Licences: 2HQ Sydney (Bellevue Hill, 1930-1931; Hunters Hill, 1933-1938; Mosman, 1939) - Qualifications: AOCP 589, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933; Hunters Hill, 1936-1937; Albury, 1943; Willoughby, 1949-1958) ===''POULSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valdemar Poulsen|Poulsen, Valdemar]] - 1869(Denmark)-1942(Denmark) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - inventor of a magnetic wire recorder, Poulsen arc transmitter - Electoral Rolls: Nil yet identified - Links: [[w:Valdemar Poulsen|Wikipedia]]; [https://ethw.org/Valdemar_Poulsen IEEE]; [https://www.britannica.com/biography/Valdemar-Poulsen Britannica] ===''POWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Power|Power, A. H.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Highgate Hill, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''PRESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Arthur Campbell Preston|Preston, Thomas Arthur Campbell]] [https://www.familysearch.org/tree/person/details/GHDV-FFD] - 1886(Tas)-1970(Tas) - Licences: 7BK Queenstown (1923-1927+) - Qualifications: cc; AOCP 190, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; Mount Lyell Co (electrical engineer, 1920s; chief engineer) - Electoral Rolls: engineer (Queenstown, 1919-1954) ===''PRESTON-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cedric Preston-Smith see Cedric Preston Smith ===''PRICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Clarey Price|Price, John Clarey "Jack"]] [https://www.familysearch.org/tree/person/details/L7GR-V19] - 1884(Qld)-1954(Qld) - Licences: 4CE (Receive) 1922; 4FI or 4FJ Brisbane (Bardon, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); radio business proprietor (Wireless House); public servant (PMG) - Electoral Rolls: mechanic (Wooloowin, 1912-1913); public servant (Bardon Estate, 1919-1936; Bardon, 1943-1954) * [[/Keith Ferguson Price|Price, Keith Ferguson]] [https://www.familysearch.org/tree/person/details/94TB-TPD] - 1900(Vic)-1978(Qld) - Licences: 4KF Brisbane (Camp Hill, 1937-1939, 1947) - Qualifications: cc; AOCP 1937, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Norman Park, Qld, 1925-1926); engineering instructor (Camp Hill, Qld, 1937-1943); electrical engineer (Camp Hill, Qld, 1954-1958) ===''PRIDDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Arthur Priddle|Priddle, Raymond Arthur]] [https://www.familysearch.org/tree/person/details/G8H3-PNF] - 1913(NSW)-1971(NSW) - Licences: 2RA Bathurst (1929-1936); 2RA Sydney (Marrickville, 1938-1939; Greenwich, 1946; Pymble, 1947-1961; Wahroonga, 1969) - Qualifications: AOCP 473, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: civil engineer (Yass, 1935; Marrickville, 1936-1943; Lane Cove, 1943; Pymble, 1949-1963); engineer (Wahroonga, 1968) ===''PRIDEAUX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Charles Prideaux|Prideaux, Joseph Charles]] [https://www.familysearch.org/tree/person/details/GX6Y-Y6H] - 1908(Qld)-1969(NSW) - Licences: 4DS Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: musician (Lismore, NSW, 1935-1943); hairdresser (Lismore, NSW, 1949-1968) ===''PRIDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Clifford Pridham|Pridham, Leslie Clifford]] [https://www.familysearch.org/tree/person/details/GXK2-H6C] - 1916(SA)-2007(SA) - Licences: 5WP Adelaide (Torrensville, 1937-1939) - Qualifications: cc; AOCP 2047, 1937, SA; BOCP 301, 1940; 1COCP 834, 1944 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Torrensville, SA, 1939-1941); public servant (Lockleys, SA, 1943) ===''PRINCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Prince|Prince, Albert Edward]] [https://www.familysearch.org/tree/person/details/GXKT-ZLR] - 1914(SA)-1996(SA) - Licences: 5WK Adelaide (Walkerville, 1934-1939; Kurralta Park, 1947; Plympton, 1948-1980+) - Qualifications: cc; AOCP 1358, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Queenstown, SA, 1941); fitter (Gracemere, SA, 1943); sheet metal worker (Broadview Gardens, SA, 1943) ===''PROPOSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilhelm Carl Lormann Proposch|Proposch, Wilhelm or William Carl Lormann or Forman]] [https://www.familysearch.org/tree/person/details/LVVN-TGW] - 1900(NSW)-1970(Qld) - Licences: 4PL Chinchilla (1937-1939); 4PL Nanango (1947-1969) - Qualifications: cc; AOCP 1986, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: wellborer (Maclargan via Jondaryan, Qld, 1925-1936); radio dealer (Chinchilla, Qld, 1937; Nanango, Qld, 1943-1968) ===''PRYZBILLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Alfred Pryzibilla|Pryzibilla, Colin Alfred]] [https://www.familysearch.org/tree/person/details/GXKD-1SY] - 1910(SA)-2001(SA)91yo - Licences: 5XJ Adelaide (Parkside, 1935-1939, 19471960; Brooklyn Park, 1965-1969; Ascot Park, 1975; Plympton Park, 1980) - Qualifications: cc; AOCP 1590, 1935, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PURDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Commodore Vere Purdon|Purdon, Commodore Vere]] [https://www.familysearch.org/tree/person/details/GQ28-Y6B] - 1901(Tas)-1968(Tas) - Licences: 7AM Receive Hobart (Battery Point, 1922); Receive Hobart (Battery Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart East, 1922; Hobart South, 1928; Bellerive, 1936-1954) =='''Q'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''QUICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Quick|Quick, John]] [https://www.familysearch.org/tree/person/details/LKWF-QQF] - 1852(Eng)-1932(Vic) - state politician (MLA Vic, 1880s & 1890s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1909-1910), oversight of 1909 Melbourne Wireless Telegraphy Conference - Links: [[w:John_Quick_(politician)|Wikipedia]]; [https://adb.anu.edu.au/biography/quick-sir-john-8140 ADB] ===''QUIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Quin|Quin, Charles]] [https://www.familysearch.org/tree/person/details/G8VW-TP8] - 1910(WA)-1979(WA) - Licences: 6CX Perth (Subiaco, 1930-1933; Nedlands, 1937; Wembley, 1938-1939, 1946-1947) - Qualifications: cc; AOCP 678, 1930, No. ?? in WA; AOLCP 178, 1934 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Wembley Park, 1937); accountant (Swanbourne, 1963); retired (Swanbourne, 1972-1977) =='''R'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''RADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Dynan Radford|Radford, Wilfred or William Dynan]] [https://www.familysearch.org/tree/person/details/92MT-KNF] - 1916(Qld)-1996(NSW) - Licences: 4WV Brisbane (Ashgrove, 1936-1937); 4WW Brisbane (Ashgrove, 1938-1939) - Qualifications: cc; AOCP 1624, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: theological student (Hunters Hill, NSW, 1943); clergyman (Toongabbie, NSW, 1954); priest (Marist College, Armidale, NSW, 1958; Toongabbie, NSW, 1963-1968; Hunters Hill, NSW, 1977-1980) ===''RAGLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Beaumont Ragless|Ragless, Gordon Beaumont]] [https://www.familysearch.org/tree/person/details/GMY3-58F] - 1909(SA)-2002(SA) - Licences: 5GR Adelaide (St Marys, 1928-1939; Marion, 1946-1948) - Qualifications: cc; AOCP 434, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: orchard assistant (St Marys, 1939-1943) ===''RAINBOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Rainbow|Rainbow, Christopher James]] [https://www.familysearch.org/tree/person/details/G87K-BB5] - 1911(Vic)-1994(Vic) - Licences: 3JR Melbourne (Preston, 1928-1954; West Preston, 1955-1969; Rosebud, 1975-1980) - Qualifications: AOCP 406, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, partnership (Supreme Radio Co, Preston ?-1932), WW2 (RAAF) - Electoral Rolls: engineer (Preston, 1931-1942); traveller (Preston, 1949-1972; Rosebud, 1977); retired (Rosebud, 1980) - Relationships: brother-in-law of 3PA Percy James Anderson ===''RAMSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Ramsay|Ramsay, Frederick Charles]] [https://www.familysearch.org/tree/person/details/GXNM-4RT] - 1871(Eng)-1950(NSW) - Licences: Receive (Crystal) Brisbane (Toowong, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hermit Park, Qld, 1903-1905; South Brisbane, Qld, 1912; West End, Qld, 1915-1919); accountant (Toowong, Qld, 1921-1925; Waverley, NSW, 1930-1934); teacher (Waverley, NSW, 1936-1943) * [[/Robert Ramsay|Ramsay, Robert ]] - 1842(Sct)-1882(Vic) - solicitor, Victorian politician, Postmaster-General Victoria (Jul 1874 - Aug 1875; Oct 1875 - May 1877) ===''RANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Otto Randell|Randell, Charles Otto]] [https://www.familysearch.org/tree/person/details/97TF-XLP] - 1880(NSW)-1958(Qld) - Licences: 4BK Innisfail (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster (callsign to 4BK Brisbane commercial 1930) - Comment: 4AC Leslie Waters employed by Randell Engineering - Electoral Rolls: analytical chemist (Hambledon, 1903); chemist (Goondi, 1908); engineer (Innisfail, 1912-1913); mechanical engineer (Townsville, 1915); analytical chemist (Innisfail, 1919-1930); agent (Toowong, 1936); chemist (Brisbane, 1937); industrial chemist (North Sydney, 1949) ===''RANKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Ronald Rankin|Rankin, Kenneth Ronald "Ken"]] [https://www.familysearch.org/tree/person/details/L2RC-8FS] - 1906(Vic)-1964(Vic) - Licences: 3KR Kerang (1926-1939); 3KR Benalla (1946-1960) - Qualifications: AOCP 242, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio salesman (Kerang, 1928-1937); manager (Benalla, 1949-1963) - Probate: Theatre Manager (Benalla, 1965) ===''RANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Rann|Rann, George William]] [https://www.familysearch.org/tree/person/details/GZDG-VMV] - 1908(WA)-1974(WA) - Licences: 6KO Perth (Nedlands, 1932-1939) - Qualifications: cc; AOCP 1000, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Nedlands, WA, 1931); printer (West Subiaco, WA, 1936; Wembley, WA, 1937-1943; Leederville, WA, 1954-1958); civil servant (City Beach, WA, 1963-1972) ===''RAYNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Rayner|Rayner, Jack]] [https://www.familysearch.org/tree/person/details/LYQQ-2LK] - 1898(NSW)-1972(NSW) - Licences: 2LJ Sydney (Stanmore, 1928-1930; Belmore, 1931-1939, 1946-1950) - Qualifications: AOCP 384, 1928, No. ?? in NSW; 2COCP 425, 1933; 1COCP 335, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: police constable (Annandale, 1930); constable (Belmore, 1933-1934); police constable (Belmore, 1937-1949) ===''READ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Earl Read|Read, Alfred Earl "Earl"]] - 1892(NZ)-1960(NZ) - journalist (editor NZ Radio Times to 1936; editor and proprietor, Australasian Radio World 1936-1940; manager, Australasian Radio World 1940+) * [[/Allan William Read|Read, Allan William]] [https://www.familysearch.org/tree/person/details/GX1B-WF2] - 1913(WA)-1983(WA) - Licences: 6LK Perth (Mt Lawley, 1931-1933); 6LK Northam (1937-1939) - Qualifications: cc; AOCP 735, 1931, No. ?? in WA; AOLCP 163, 1934; 1COCP 83, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Broadcasting Station, Northam, WA, 1936-1937); radio technician (North Perth, WA, 1943-1958); public servant (Nollamara, WA, 1963-1980) ===''READER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/d'Arcy Harold Reader|Reader, d'Arcy Harold]] [https://www.familysearch.org/tree/person/details/L5KX-8N8] - 1888(NZ)-1952(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 123, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: wireless telegraphist (Thursday Island, Qld, 1916-1917) ===''READING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Reading|Reading, Edward Charles]] [https://www.familysearch.org/tree/person/details/GZW7-9DL] - 1904(NSW)-1979(NSW) - 2RG Bangalow (1925-1929), 2LT Lismore (1965-1975), amateur operator (AOCP 65, 1925, No. ?? in NSW), amateur broadcaster, electrician, Reading Bros (proprietor & electrical engineer, 1930-1939), 2RG callsign may have been withdrawn by PMGD for 2RG Griffith commercial * [[/Leonard William Reading|Reading, Leonard William]] [https://www.familysearch.org/tree/person/details/L2LY-H23] - 1904(WA)-1989(WA) - Licences: 6LR Northam (1933-1936); 3TQ Newport (1937); 6LR Perth (Pearce, 1938-1939; South Perth, 1946-1947) - Qualifications: cc; AOCP 1200, 1933, Vic; 1COCP 384, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Northam, WA, 1925-1936; Newport, Vic, 1937); airman (South Perth, WA, 1943); supervisor (Karinup, WA, 1980) ===''REDDROP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Reddrop|Reddrop, James William Jnr]] [https://www.familysearch.org/tree/person/details/GD1T-SYY] - 1906(Vic)-1981(NSW) - Licences: 7BN Launceston (1934-1937); 3BN Melbourne (Caulfield, 1938-1939, 1946-1954) - Qualifications: cc; 1COCP 28, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: airman (Elsternwick, 1931; St Kilda, 1937); air force (Elsternwick, 1942-1954); air force officer (Glenbrook, NSW, 1958); RAAF officer (Campbell, 1963); retired (Hackett, ACT, 1968); representative (Tbre Lake, 1972-1980) ===''REED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Griffiths Reed|Reed, Joseph Griffiths "Joe"]] [https://www.familysearch.org/tree/person/details/GC6Y-GZZ] - 1897(NSW)-1969(NSW) - Licences: XABP Newcastle (1914); 2JR Sydney(Summer Hill, 1924-1933; Croydon, 1934-1939; Northbridge, 1946-1969) - Qualifications: cc; CPRT 710, 1922; 1COCP 235, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio engineer (Summer Hill, NSW, 1930-1934); engineer (Croydon, NSW, 1936-1937); electrical engineer (Northbridge, NSW, 1943-1968) ===''REEDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Bennett Reedman|Reedman, Alfred Bennett]] [https://www.familysearch.org/tree/person/details/KZLN-MVM] - 1896(Qld)-1982(Qld) - Licences: Receive (Valve) Brisbane (Norman Park, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kangaroo Point, Qld, 1919-1921; Norman Park, Qld, 1925-1980) ===''REES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Montague Elyder Rees|Rees, Richard Montague Elyder]] [https://www.familysearch.org/tree/person/details/MPXW-S6Y] - 1901(Eng)-1962(Vic) - Licences: 2RE Sydney (Stanmore, 1926-1927; Coogee, 1928-1930); 2WM Sydney (Enfield, 1931-1933); 2APW Albury (1946-1947); 3APW Darling (1948-1954) - Qualifications: AOCP 296, 1926, No. ?? in NSW; CPRTelephony 959, 1927; 2COCP 283, 1930; BOCP 107, 1937; 1COCP 941, 1945 - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Enfield, 1931-1937) ===''REEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Herbert Reeves|Reeves, Cecil Herbert]] [https://www.familysearch.org/tree/person/details/GF3Z-X92] - 1905(WA)-1975(WA) - Licences: 6CR Perth (Claremont, 1931-1933; Victoria Park, 1937-1939) - Qualifications: cc; AOCP 746, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Claremont, WA, 1931; Victoria Park, WA, 1936-1943; Wagin, WA, 1954; Fremantle, WA, 1958; East Fremantle, WA, 1963-1972) ===''REID''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Reid|Reid, John]] [https://www.familysearch.org/tree/person/details/GF3G-PDG] - 1901(Vic)-19??(???) - Licences: 3BE Melbourne (Werribee, 1937); 6BE Perth (RAAF, Pearce, 1938); 3AJR Ballarat (1947-1980+) - Qualifications: cc; 2COCP 26, 1935 - amateur operator; amateur broadcaster; WW2 - Comment: Several contemporaneous JRs - Electoral Rolls: retired (Ballarat, Vic, 1977-1980) ===''REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Dwyer Reilly|Reilly, Edward or Edwin Dwyer]] [https://www.familysearch.org/tree/person/details/G9S5-67P] - 1913(Vic)-1991(SA) - Licences: 5AI Adelaide (Woodville, 1935-1939; Brooklyn Park, 1947-1975; Aldinga, 1980+) - Qualifications: cc; AOCP 1524, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Woodville, SA, 1939-1943) * [[/Eric Harold Reilly|Reilly, Eric Harold]] [https://www.familysearch.org/tree/person/details/L153-S1X] - 1905(Qld)-1950(Qld) - Licences: 4ER Brisbane (Hill End, 1934-1937); 4ER Laidley (1938-1939, 1946-1948) - Qualifications: cc; AOCP 1339, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ, WICEN) - Electoral Rolls: rubber worker (Hill End, Qld, 1934-1937); motor mechanic (Laidley, Qld, 1943-1949) ===''REIMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Alwin Reimann|Reimann, Albert Alwin]] [https://www.familysearch.org/tree/person/details/G4RD-V3K] - 1905(SA)-1946(SA) - Licences: 5JO Adelaide (Kent Town, 1928-1939) - Qualifications: cc; AOCP 453, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil ===''REINARTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John L. Reinartz|Reinartz, John L.]] - 1894(Ger)-1964(USA) - 1QP (1908-?), 1XAM, W3RB, K6BJ USA, amateur operator, with Fred Schnell made first Trans-Atlantic 2 Way QSO with F8AB Leon Deloy ===''REINHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Cyril Reinhold|Reinhold, Edwin Cyril]] [https://www.familysearch.org/tree/person/details/LHH4-WWR] - 1900(Qld)-1984(Qld) - Licences: Q747 Receive Brisbane (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Clayfield, 1925); motor mechanic (Gracefield, 1931-1949); soldier (Sherwood, 1954-1980) ===''RENNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rennie|Rennie, F.]] - 19??(???)-19??(???) - Licences: 3HI Receive Melbourne (South Yarra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/J. M. Rennie|Rennie, J. M.]] - 19??(???)-19??(???) - Licences: 3QF Receive Melbourne (Northcote, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/K. M. Rennie|Rennie, K. M.]] - 19??(???)-19??(???) - Licences: 2AO Receive Sydney (Edgecliffe, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''RENSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Phillip Renshaw|Renshaw, Walter Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G9KS-1LX] - 1891(NSW)-1968(NSW) - Licences: XFP Sydney (Roseville, 1912-1914); 2DE Sydney (Roseville, 1922-1939) - Qualifications: cc; CPRT 370, 1918 - early wireless experimenter; amateur operator - amateur broadcaster; WW1; radio clubs (WIA NSW - 1912+, President, Federal President); professional clubs (IRE NSW - founding member); business (consulting engineer); witness to Royal Commission 1927 (as Hon. Sec. WIA NSW) - Comment: late 1930s entangled in a NSW State Government corruption enquiry - Electoral Rolls: civil engineer (Roseville, 1936-1954; Ashfield, 1958-1968) ===''RENWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Griffith Renwick|Renwick, Arthur Griffith]] [https://www.familysearch.org/tree/person/details/GD57-8XV] - 1902(NSW)-1967(NSW) - Licences: 2CG Receive Sydney (Woollahra, 1922) - Qualifications: cc; BOCP 292, 1940 - amateur receiver - Electoral Rolls: pharmacist (Roseville, 1930-1937); chemist (Drummoyne, 1943-1954); retail chemist (Strathfield, 1958-1963) ===''RETALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Moncrieff Retallick|Retallick, James Moncrieff]] [https://www.familysearch.org/tree/person/details/LKK3-QDW] - 1898(NSW)-1969(NSW) - Licences: 2XO Bellingen (1930-1939, 1946-1947); 2FE Portable Bellingen (1933-1939); 2XO Raleigh (1948-1955); 2XO Coffs Harbour (1956-1958); 2XO Urunga (1960-1969); - Qualifications: AOCP 664, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: attendant (Substation, Raleigh, 1949-1954); electrical mechanic (Urunga, 1963-1968) ===''REYNOLDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Daniel Reynolds|Reynolds, George Daniel]] [https://www.familysearch.org/tree/person/details/GX9J-VBQ] - 1886(NZ)-1964(Vic) - Licences: Nil yet identified - Qualifications: cc; 1COCP 180, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: wireless operator (Rockhampton, 1917; Cooktown, 1928); radio (Malvern, 1934-1937); wireless operator (New Farm, 1943); radio station manager (Townsville, 1949); retired (Malvern, 1954-1963) ===''RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Rhodes|Rhodes, Harry]] [https://www.familysearch.org/tree/person/details/G8BS-QMC] - 1887?(???)-1966(SA) - Licences: Receive (Valve) Kadina (1923); 5HR Kadina (1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: Needs more research - Electoral Rolls: electrical engineer (Quorn, 1939-1943; Grassmere, 1943) ===''RIBBETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Ribbett|Ribbett, Thomas John]] [https://www.familysearch.org/tree/person/details/GXQQ-YRJ] - 1880(SA)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPOE, 1917) - Electoral Rolls: Nil yet identified ===''RICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fry Rich|Rich, Charles Fry]] [https://www.familysearch.org/tree/person/details/GXN8-YZ3] - 1873(Eng)-1949(NSW) - Licences: 4CR Fife Bay, Papua - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Father of 4VX 2AJZ 9VX 2API Mackendrick Charles William Rich - Electoral Rolls: retired (Chatswood, NSW, 1943-1949) * [[/Mackendrick Charles William Rich|Rich, Mackendrick Charles William]] [https://www.familysearch.org/tree/person/details/GXN8-5MB] - 1903(PNG)-1991(NSW) - Licences: 4VX Samarai, Papua (1938-1939); 2AJZ Sydney (Chatswood, 1946); 9VX Port Moresby (1947-1948); 2API Sydney (Manly Vale, 1954-1955; Balgowlah, 1956-1969; Manly Vale, 1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Son of 4CR Charles Fry Rich - Electoral Rolls: no occupation (Manly Vale, NSW, 1954-1963); retired (Manly Vale, NSW, 1977-1980) ===''RICHARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. F. Richards|Richards, G. F.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (Moonah, 1923); 2237 Hobart (Moonah, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/George Richards|Richards, George]] [https://www.familysearch.org/tree/person/details/GHDM-JZ6] - 1888(Qld)-1963(Qld) - Licences: 4XK Ipswich (1930-1939) - Qualifications: cc; AOCP 575, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mine manager (Silkstone, 1917-1932; Booval, 1936-1958) * [[/Maurice Evans Richards|Richards, Maurice Evans]] [https://www.familysearch.org/tree/person/details/GZ3X-KPB] - 1910(SA)-1997(SA) - Licences: 5CY Receive Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923); 5MR Adelaide (Glenunga, 1927-1928) - Qualifications: cc; AOCP 369, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Relationships: Likely a relation of 5WR Wilfred Mayo Richards - Electoral Rolls: welder (Millswood East, SA, 1943) * [[/Norman Henry Richards|Richards, Norman Henry]] [https://www.familysearch.org/tree/person/details/GXH1-NL1] - 1912(Eng)-2007(Qld) - Licences: 4NR Brisbane (Wooloowin, 1932-1937) - Qualifications: cc; AOCP 1071, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Wooloowin, Qld, 1936-1937); mechanic (Eagle Junction, Qld, 1943); refrigeration engineer (Maryborough, Qld, 1949-1954); engineer (Ashgrove, Qld, 1963-1968); retired (Glasshouse Mountains, Qld, 1972-1977; Tin Can Bay, Qld, 1980) * [[/Victor John Richards|Richards, Victor John]] [https://www.familysearch.org/tree/person/details/GFML-3HH] - 1916(WA)-1992(WA) - Licences: 6JR Perth (Nedlands, 1937-1939) - Qualifications: cc; AOCP 1894, 1937, WA; 2COCP 265, 1939; 1COCP 367, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: storeman (Nedlands, WA, 1937); radio operator (Alice Springs, NT, 1943); machinery assistant (Wivenhoe, Tas, 1949); radio technician (Darlinghurst West, NSW, 1949; Charters Towers, Qld, 1949)); radio operator (Carlingford, NSW, 1954); radio technician (Blacktown, NSW, 1958); technician (Applecross, WA, 1958-1972); radio officer (Applecross, WA, 1977-1980) * [[/Wilfred Mayo Richards|Richards, Wilfred Mayo]] [https://www.familysearch.org/tree/person/details/GZ3X-6W4] - 1896(SA)-1948(SA) - 5WR Adelaide (Medindie Gardens, 1927-1939, 1946-1948) - Qualifications: cc; AOCP 364, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - certainly a relation of 5MR Maurice Evans Richards ===''RICHARDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Kennington Richardson|Richardson, Alan Kennington]] [https://www.familysearch.org/tree/person/details/GXRM-73L] - 1914(SA)-1994(SA) - Licences: 5AR Adelaide (Everard Park, 1934-1939; City, 1947-1980+) - Qualifications: cc; AOCP 1277, 1934, SA; AOLCP 201, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Everard Park, SA, 1939) * [[/Jasper Bede Richardson|Richardson, Jasper Bede]] [https://www.familysearch.org/tree/person/details/GX1J-LTY] - 1907(WA)-1969(WA) - Licences: 6LX Perth (Fremantle, 1931-1933; Hollywood, 1937-1939) - Qualifications: cc; AOCP 831, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (East Fremantle, WA, 1931); radio mechanic (Hollywood, WA, 1936-1937; East Perth, WA, 1943; East Fremantle, WA, 1949); mechanic (Bicton, WA, 1954-1968) * [[/John Keith Richardson|Richardson, John Keith "Keith"]] [https://www.familysearch.org/tree/person/details/G6QQ-76P] - 1906(Qld)-1954(Tas) - Licences: 4KR Barcaldine (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: overseer ("Ashgrove", Gore, 1930-1932) ===''RICKABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorimer Douglas Rickaby|Rickaby, Lorimer Douglas "Rick"]] [https://www.familysearch.org/tree/person/details/GMR4-Z8W] - 1906(Qld)-1975(Qld) - Licences: 4VR Brisbane (Coorparoo, 1936-1939, 1946-1948; Coopers Plains, 1955-1975) - Qualifications: cc; BOCP 485, 1938 - amateur operator; amateur broadcaster; broadcast technician (4VL, 4AK, 4BK); military (WW2, RAN); ship wireless officer; security officer (MSS) - Relationships: father of 4RX Brian ??? Rickaby; father-in-law of 4VR Valerie ??? Rickaby - Electoral Rolls: telegraphist (Flinders Naval Depot, Vic, 1931-1934); radio engineer (Coorparoo, Qld, 1937); technician (Coorparoo, Qld, 1943-1949); meter reader (Coopers Plains, Qld, 1958-1972) * [[/Brian ??? Rickaby|Rickaby, Brian ???]] - Licences: 4ZAP Brisbane (Coopers Plains, 1960); 4RX Brisbane (Salisbury, 1965-1980) - Qualifications: AOLCP; AOCP; BOCP; TVOCP - amateur operator; broadcast engineer (Qld State Broadcasting Office, P&TD / DoC / DoTaC / ABA) - Relationships: son of 4VR Lorimer Douglas Rickaby; husband of 4VR Valerie ??? Rickaby - Electoral Rolls: ===''RIETHMULLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Riethmuller|Riethmuller, Eric Charles]] [https://www.familysearch.org/tree/person/details/G64Z-XCL] - 1903(Qld)-1987(Qld) - Licences: 4SK Willis Island (1931) - Qualifications: cc; 2COCP 250, 1930; 1COCP 299, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jandowae, 1936); radio technician (Wellington, NSW, 1937; Moorooka, 1943); radio operator (Darlinghurst, 1949; Wahroonga, 1963-1972); retired (Toowoomba, 1972-1980) ===''RING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Mostyn Ring|Ring, Keith Mostyn]] [https://www.familysearch.org/tree/person/details/LKB8-YR7] - 1913(SA)-1991(SA) - Licences: 5KH Adelaide (Kensington Park, 1932-1939, 1947-1948; Marion, 1954; Eden Hills, 1955-1969); 5KH Williamstown (1975); 5KH Kapunda (1980+) - Qualifications: cc; AOCP 923, 1932, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank official (Jamestown, SA, 1941-1943) * [[/Thomas Leo Ring|Ring, Thomas Leo]] [https://www.familysearch.org/tree/person/details/GX95-D97] - 1893(Vic)-1945(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 233, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Rockhampton, 1916; Sandgate, 1921); clerical assistant (Bowen, Qld, 1925); postmaster (Texas, 1930-1937); retired (Hendra, Qld, 1943) ===''RIPPEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Adolf Heinrich Gerhard Rippen|Rippen, Adolf Heinrich Gerhard]] [https://www.familysearch.org/tree/person/details/GZLK-QSB] - 1919(WA)-1941(Off coast of Kenya) - Licences: 6GR Perth (Fremantle, 1936-1939) - Qualifications: cc; AOCP 1731, 1936, WA - amateur operator; amateur broadcaster; WW2 (RAN, HMAS Sydney II, Telegraphist) - Electoral Rolls: engineer (Fremantle, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.sydneymemorial.com/registrydetails.asp?ID=478 HMAS Sydney II Memorial]; [https://vwma.org.au/explore/people/644953 VWMA]; [http://www.streetwisemedia.com.au/unknown-sydney-sailor-named-after-80-years/ Streetwise] ===''RIVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Ronald Rivers|Rivers, Edmund Ronald or Ronald Edmund]] [https://www.familysearch.org/tree/person/details/GDJH-V2S] - 1901(Vic)-1950(Vic) - Licences: 3ER Receive Melbourne (Essendon, 1922-1923); 3ER Melbourne (Essendon, 1924-1925) - Qualifications: cc; CPRT 767, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''RIX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Henry George Rix|Rix, Walter Henry George]] [https://www.familysearch.org/tree/person/details/MMQX-KZQ] - 1898(Qld)-1923(Qld) - Licences: 4EC Receive Brisbane (Bulimba, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: tram conductor (Valley, Qld, 1919-1921) ===''ROBBINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Fellows Robbins|Robbins, Thomas Fellows]] [https://www.familysearch.org/tree/person/details/GX5X-2SL] - 1918(SA)-1986(SA) - Licences: 5DK Adelaide (Fullarton, 1935-1937; Malvern, 1938-1939); 5AQ Leigh Creek (1954-1960); 5AQ Port Augusta (1965-1980+) - Qualifications: cc; AOCP 1548, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Malvern, SA, 1941-1943) ===''ROBERTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles D'Arcy Roberts|Roberts, Charles D'Arcy]] [https://www.familysearch.org/tree/person/details/GZ2N-VBN] - 1909(NSW)-1943(Burma) - licences: 2JV Sydney (Greenwich, 1928-1939) - qualifications: AOCP 408, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 (signalman, 8 Division Signals, 1943) - Electoral rolls: clerk (Lane Cove, 1930-1937) - "Greater love hath no man than this" * [[/Harry Mayland Roberts|Roberts, Harry Mayland or Mayfield (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXLH-KKF] - 1912(SA)-1979(SA) - Licences: 5MY Adelaide (Alberton East, 1931; Myrtle Bank, 1938-1939; Fullarton Estate, 1947-1954; Plympton, 1955-1965; North Plympton, 1969-1975) - Qualifications: cc; AOCP 763, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Myrtle Bank, SA, 1939-1943) * [[/J. C. A. Roberts|Roberts, J. C. A.]] - 19??(???)-19??(???) - Licences: XAAY Sydney (Parramatta, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Identification: Not yet identified, despite three given names - Electoral Rolls: Nil yet identified * [[/Nicholas William Roberts|Roberts, Nicholas William]] [https://www.familysearch.org/tree/person/details/GXRC-XKV] - 1915(SA)-1936(SA) - Licences: 5NR Adelaide (St Peters, 1933-1936) - Qualifications: cc; AOCP 1228, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, age 21yo - Electoral Rolls: Nil yet identified * [[/Noel Grafton Roberts|Roberts, Noel Grafton]] [https://www.familysearch.org/tree/person/details/GXRD-CCL] - 1924(Eng)-2008(Eng) - Licences: 5NR Katherine (1947) - Qualifications: cc; 1COCP 589, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio inspector (Tally Ho, Vic, 1967-1968; Glen Waverley, Vic, 1972-1980) * [[/Richard George Crafter Roberts|Roberts, Richard George Crafter or Crofter]] [https://www.familysearch.org/tree/person/details/MWFZ-Z24] - 1901(NSW)-1964(NSW) - Licences: 2UU Sydney (Ashfield, 1923-1925) - Qualifications: cc; CPRT 750, 1922; 2COCP 430, 1933; 1COCP 505, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ashfield, 1933-1936; Lovetts Bay, 1943; Chatswood, 1949-1958) * [[/Russell Flexmore Roberts|Roberts, Russell Flexmore]] [https://www.familysearch.org/tree/person/details/LL4K-265] - 18??-1961(Qld) - Licences: 4PN Brisbane (West End, 1927-1933; Annerley, 1937-1939, 1946-1960) - Qualifications: cc; AOCP 372, 1927, No. 41 in Qld - amateur operator; amateur broadcaster; WW2; television experimenter (4CM); broadcaster (4BC, manager) - Electoral Rolls: musical director (South Brisbane, 1919); musician (Coorparoo, 1934); manager (Yeronga, 1936-1937); alderman (Annerley, 1954) * [[/V. Roberts|Roberts, V.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ROBERTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Desmond Robertson|Robertson, Brian Desmond]] [https://www.familysearch.org/tree/person/details/GX2G-W63] - 1921(SA)-1996(SA) - Licences: 1RD Macquarie Island (1950s); 5RD Adelaide (Henley Beach, 1954-1956) - Qualifications: cc; 1COCP 998, 1946 - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/David Sterling Robertson|Robertson, David Sterling]] [https://www.familysearch.org/tree/person/details/GW2M-F7H] - 1920(SA)-19??(???) - Licences: 5RN Adelaide (Mt Lofty, 1937-1939, 1948-1965); 1ATR Canberra (Deakin, 1956; Yarralumla, 1960); 5RN Adelaide (Stirling, 1969-1980+) - Qualifications: cc; AOCP 1944, 1937, SA; 2COCP 346, 1940; 1COCP 405, 1940 - amateur operator; amateur broadcaster - Relationships: Husband of 5YL-1YL Denise Alison Robertson nee Haslam - Electoral Rolls: radio engineer (North Sydney, 1943) * [[/Denise Alison Robertson|Robertson nee Haslam, Denise Alison]] [https://www.familysearch.org/tree/person/details/GW2M-JWG] - 1927(NSW)-2008(SA) - Licences: 1YL Canberra (Yarralumla, 1960-1965); 5YL Adelaide (Stirling, 1969) - Qualifications: cc; AOCP 3552, 1956, ACT - amateur operator; YL operator - Relationships: Wife of 5RN-1ATR David Sterling Robertson - Electoral Rolls: Nil yet identified ===''ROBINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Robinson|Robinson, Alexander]] [https://www.familysearch.org/tree/person/details/L1G8-ZJ2] - 1900(Eng)-1949(NSW) - Licences: 2GR Sydney (Haberfield, 1930-1937; Richmond, 1938-1939; Hunter's Hill, 1946-1948) - Qualifications: AOCP 498/499, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical meter tester (Haberfield, 1933-1936) - 2GR callsign previously held by Joseph Sydney Marks * [[/Arthur Robinson|Robinson, Arthur]] [https://www.familysearch.org/tree/person/details/G8CS-4PP] - 1926(Vic)-19??(???) - Licences: 3ABF Sale (1948-1956); 3ABF Melbourne (Croydon, 1960); 3ABF Traralgon (1965-1980+) - Qualifications: AOCP 2710, 1948, Vic; TVOCP 184, 1959 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Sale, 1949-1954); technician (Croydon, 1963); PMG TV technician (Traralgon, 1963-1980) * [[/Charles John Robinson|Robinson, Charles John]] [https://www.familysearch.org/tree/person/details/LNJD-DC5] - 1908(Tas)-2004(???) - Licences: 7RC Launceston (1936-1937); 7KR Launceston (1938-1939) - Qualifications: cc; AOCP 1668, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carter (Launceston, 1936-1937); cordial maker (Launceston, 1943) * [[/John William Robinson|Robinson, John William]] [https://www.familysearch.org/tree/person/details/GS7H-Q61] - 1895(Eng)-1963(NSW) - Licences: 2EN Receive Sydney (Ryde, 1922-1923); 2RN Receive Sydney (Concord, 1923); 4RN Brisbane (Kedron, 1931) - Qualifications: cc; Nil yet identified - amateur receiver; amateur broadcaster; Honorary Radio Inspector NSW; First director 4QG - Comment: several contemporaneous JWRs - Electoral Rolls: wireless engineer (Merthyr, Qld, 1925-1926); radio engineer (Highgate Hill, Qld, 1928); engineer (Herston, 1936-1937) ===''ROBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Laudreux Robson|Robson, Colin Laudreux]] [https://www.familysearch.org/tree/person/details/GXYV-TL8] - 1916(WA)-1973(WA) - Licences: 6XI Perth (Mt Lawley, 1937-1939); 6XI Northam (1947-1948); 6XI Waterloo (1954-1960); 6XI bunbury (1965-1969) - Qualifications: cc; 3COCP 181, 1936; AOCP 2055, 1937, WA; BOCP 234, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (6AM Quarters, Northam, WA, 1949; 6TZ, Waterloo, WA, 1958-1963; Bunbury, WA, 1968-1972) ===''ROCKWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Bruce Rockwell|Rockwell, Horace Bruce]] [https://www.familysearch.org/tree/person/details/K882-BWV] - 1887(Tas)-1955(NSW) - Licences: XQH Brisbane (Wynnum) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; WW1; WW2; a founder of Wireless Institute of Queensland 1912 - Electoral Rolls: electrician (Fort Lytton, Qld, 1913; Wynnum, Qld, 1917-1919); electrical engineer (Enoggera, Qld, 1919; Chelmer, Qld, 1925); electrician (Fort Lytton, Qld, 1936-1937); soldier (Middle Head, NSW, 1943); engineer (Northbridge, NSW, 1949) ===''RODDA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William David Rodda|Rodda, William David]] [https://www.familysearch.org/tree/person/details/G8WK-4JB] - 1907(WA)-1961(WA) - Licences: 6WR Perth (Claremont, 1928-1939) - Qualifications: cc; AOCP 435, 1928, No. ?? in WA; BOCP 1191, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Claremont, 1931-1936; Nedlands, 1937; Claremont, 1943); control operator (Nedlands, 1949-1954); technician (Perth, 1958) ===''RODWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Rodwell|Rodwell, Albert Edward]] [https://www.familysearch.org/tree/person/details/MWX8-VG7] - 1909(Qld)-1976(Qld) - Licences: Receive (Crystal) Brisbane (Bowen Hills, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Bowen Hills, Qld, 1936-1937); grocer (Kedron, Qld, 1943-1949); company manager (Wavell Heights, Qld, 1954-1968); bookseller (Aspley, Qld, 1972) ===''ROGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Stanley Rogers|Rogers, Bernard Stanley]] [https://www.familysearch.org/tree/person/details/GXPV-L34] - 1912(SA)-1987(SA) - Licences: 5FG Adelaide (Blackwood, 1934-1939; Edwardstown, 1947-1948; Glandore, 1954-1980+) - Qualifications: cc; AOCP 1274, 1934, SA; 1COCP 907, 1945 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Edwardstown, SA, 1939-1943) ===''ROHDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Campbell Rohde|Rohde, William Campbell "Bill"]] [https://www.familysearch.org/tree/person/details/G76S-GRF] - 1907(Qld)-1991(Qld) - Licences: 4RW Brisbane (Red Hill, 1929-1939) - Qualifications: cc; AOCP 493, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (YWCA Wireless Club); comms engineer (PMGD); broadcast engineer (4QG) - Electoral Rolls: telephone mechanic (Red Hill, 1934-1943; Newmarket, 1949); postal engineer (Coorparoo, 1958-1980) ===''ROLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Rolls|Rolls, Sydney]] [https://www.familysearch.org/tree/person/details/GX95-V3F] - 1886(???)-1957(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918); WW1 - Electoral Rolls: electrician (Auburn, Vic, 1916-1919); naval officer (Camberwell, Vic, 1924-1925); engineer (Hawthorn, Vic, 1928-1949) ===''ROSCOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Thomas Roscoe|Roscoe, Geoffrey Thomas]] [https://www.familysearch.org/tree/person/details/G8QR-GJY] - 1900(Qld)-1985(Qld) - Licences: Receive Condamine (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: teacher (Condamine, Qld, 1925; Macknade, Qld, 1936-1937; Boonah, Qld, 1943); retired (St Lucia, Qld, 1968-1980) ===''ROSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William (Qld) Rose|Rose, Robert William (Qld)]] [https://www.familysearch.org/tree/person/details/G8DS-JJM] - 1911(Qld)-1970(NSW) - Licences: 4RR Brisbane (1925); 4RQ Longreach (1930-1939, 1946-1948); 2AQR Wallsend (1956-1961); 2AQR Avoca (1965-1969) - Qualifications: cc; AOCP 576, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; chemist - Comment: Another Robert William Rose b1923 BOCP 993 - Electoral Rolls: mechanic (Toowong, 1925); chemist (Longreach, 1936-1949; West Wallsend, 1958-1963; Avoca Beach, 1968) * [[/Robert William (Vic) Rose|Rose, Robert William (Vic)]] - 1923(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; BOCP 993, 1948; 3AIR 1790, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: ===''ROSENSKJAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rosenskjar|Rosenskjar, F.]] - 19??-19?? - 4?? Brisbane (Fairfield) (Operator 4BI), amateur operator, amateur broadcaster ===''ROSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander David Ross|Ross, Alexander David]] [https://www.familysearch.org/tree/person/details/G68V-KFR] - 1883(Sct)-1966(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Professor of Mathematics & Physics, University of Perth) - Electoral Rolls: university professor (Perth Club, 1916; West Perth, 1925-1954); retired (Albany, WA, 1958-1963) - Links: [https://adb.anu.edu.au/biography/ross-alexander-david-8270 ADB]; [[w:Alexander_David_Ross|Wikipedia]]; [https://www.news.uwa.edu.au/archive/201206204747/features/setting-standards-excellence/ UWA] * [[/John Francis Ross|Ross, John Francis "Jack"]] - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer (PMGD); journalist (editor, The Broadcaster); historian (broadcasting, Amateur Radio, radiocommunications); author ("History of Radio in South Australia"; "Radio Broadcast Technology") - Electoral Rolls: ===''ROUTLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert Angus Routledge|Routledge, Robert Angus "Bob"]] [https://www.familysearch.org/tree/person/details/GWX2-BDP] - 1913(SA)-1997(SA) - Licences: 5RA Adelaide (Richmond, 1930-1931; Henley Beach, 1933) - Qualifications: cc; AOCP 679, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: manufacturer (Henley, 1939); radio technician (Henley, 1941); physics technician (Glenelg, 1943) ===''ROWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. L. Rowe|Rowe, R. L.]] - 19??(???)-19??(???) - Licences: 2LR Sydney (Milsons Point, 1928; McMahons Point, 1929) - Qualifications: cc; AOCP 267, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ROWLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert George Rowland|Rowland, Robert George]] [https://www.familysearch.org/tree/person/details/KH14-G2J] - 1902(Vic)-1996(Vic) - Licences: 3GR Ballarat (1930-1939, 1946-1980+) - Qualifications: AOCP 657, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grocer (Grovedale, 1924); storekeeper (Majorca, 1925-1927; Ballarat, 1931); radio dealer (Ballarat, 1936-1980) - Don't Confuse: 3ZGG/3AFS Robert George Rowlands ===''ROWLATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Rowlatt|Rowlatt, Thomas William]] [https://www.familysearch.org/tree/person/details/GCMJ-HZT] - 1892(Qld)-1978(Qld) - Licences: Receive (Crystal) Brisbane (South Brisbane, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: fitter (Kangaroo Point, Qld, 1915-1921); engineer (Kangaroo Point, Qld, 1925-1937); mechanical engineer (Kangaroo Point, Qld, 1943-1968); retired (Chermside, Qld, 1972-1977) ===''ROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Roy|Roy, A. J.]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 577, 1930, No. ?? in Vic - amateur operator?; amateur broadcaster? - Electoral Rolls: Nil yet identified - Individual not yet identified (115 Skene St, Warrnambool, Vic - 1930) ===''ROYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Arthur Kirkcaldy Royle|Royle, William Arthur Kirkcaldy]] [https://www.familysearch.org/tree/person/details/GZ13-BBQ] - 1909(NSW)-1965(NSW) - Licences: 2WA Sydney (Edgecliff, 1927-1928); 2AWK Sydney (Darling Point, 1946-1950; Sandringham, 1961) - Qualifications: AOCP 318, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: underwriter (Edgecliff, 1936-1954); agent (Sandringham, 1958) ===''RUBAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Peter Ruban|Ruban, John Peter]] [https://www.familysearch.org/tree/person/details/G8CM-DMS] - 1925(???)-2015(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: radio technician (Footscray North, 1963-1968); technician (Maidstone, Vic, 1972-1980) ===''RUMBOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Rumbold|Rumbold, George Henry]] [https://www.familysearch.org/tree/person/details/9VKD-BSQ] - 1907(Vic)-1977(Vic) - Licences: 3GR Bendigo (1927) - Qualifications: AOCP 349, 1927, No. ?? in Vic - amateur operator - Electoral Rolls: carpenter (Bendigo, 1928); insurance agent (Kyneton, 1931; Shepparton, 1931; Bendigo, 1936-1937); assistant superintendent (Bendigo, 1942-1954); cabinet maker (Bendigo, 1963-1972) ===''RUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Ruse|Ruse, Thomas William]] [https://www.familysearch.org/tree/person/details/KZMB-QWY] - 1891(Vic)-1987(WA)95yo - Licences: 6WK Perth (Perth City, 1930-1931; Osborne Park, 1933-1969) - Qualifications: cc; AOCP 627, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: baker (Osborne Park, 1916-1972); retired (Bunbury, 1977-1980) ===''RUSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Cooper Russell|Russell, Albert Cooper "Bert"]] [https://www.familysearch.org/tree/person/details/GFQ9-BQV] - 1916(WA)-1995(NSW) - Licences: 6AR Albany (1936-1937); 6AR Northam (1938-1939) - Qualifications: cc; AOCP 1670, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937); mechanic (New Town, Tas, 1943-1949); engineer (Sandringham, Vic, 1954; Sans Souci, NSW, 1958; Double Bay, NSW, 1963; Kensington, NSW, 1968-1980) ===''RYAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Ryan|Ryan, Albert John "Jack"]] [https://www.familysearch.org/tree/person/details/GZWH-V6X] - 1897(Vic)-1984(NSW) - Licences: 2LE Canberra (Kingston, 1930-1933); 2YN Canberra (Kingston, 1933-1939) - Qualifications: CPRT 489, 1919; AOLCP 80, 1932; no record of AOCP - amateur operator; amateur broadcaster; WW1; WW2; broadcast engineer; PMGD (junior mechanic NSW, 1917; clerk, 1919); founder of 2CA Canberra commercial - Electoral Rolls: - several contemporaneous AJR's * [[/George Edward Ryan|Ryan, George Edward]] [https://www.familysearch.org/tree/person/details/G8CM-RCC] - 1910(Qld)-1987(Qld) - Licences: 4RG Brisbane (South Brisbane, 1936-1939; Dutton Park, 1946-1954) - Qualifications: cc; AOCP 1633, 1936, Qld - amateur operator; amateur broadcaster; telephone mechanic (PMGD) - Comment: several contemporaneous GERs - Electoral Rolls: motor mechanic (South Brisbane, Qld, 1937); telephone mechanic (South Brisbane, Qld, 1943-1954); PMG Instructor (St Lucia, Qld, 1958); instructor (Taringa, Qld, 1963-1980) ===''RYMILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Campbell Rymill|Rymill, Arthur Campbell]] [https://www.familysearch.org/tree/person/details/LXVS-CTB] - 1907(SA)-1989(SA) - Licences: Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Riddoch Rymill|Rymill, Robert Riddoch]] [https://www.familysearch.org/tree/person/details/LV5N-YC9] - 1904(SA)-1990(SA) - Licences: V753 Receive Melbourne (Toorak, 1922); 3GX Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: ethnologist (South Yarra, 1931) - Links: [https://vwma.org.au/explore/people/535352 WW2] =='''S'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''SAAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Saar|Saar, Alexander]] [https://www.familysearch.org/tree/person/details/GZ52-N3K] - 1889(???)-1956(WA) - Licences: 6CZ Receive Perth (West Perth, 1923); 6CZ Northam (1923-1925); 6KM Eucla (1926-1927); 6KM Geraldton (1933); 6KM Perth (Maylands, 1937-1939) - Qualifications: cc; AOCP 264, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telegraph lineman (North Perth, WA, 1915); postal electrician (Northam, WA, 1917); mechanic (Bunbury, WA, 1916-1917; Balkatta, WA, 1922; Eucla, WA, 1925-1926; North Perth, WA, 1928; Maylands, WA, 1931); postal electrician (Maylands, WA, 1936-1954) ===''SAGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Noel Sagar|Sagar, Eric Noel]] [https://www.familysearch.org/tree/person/details/GDKS-4J9] - 1896(SA)-1976(NSW) - Licences: 5CM Receive Adelaide (Largs Bay, 1923); Receive Adelaide (Largs Bay, 1923); 5CM Adelaide (Largs Bay, 1924-1926); 4ES Brisbane (Greenslopes, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Halcyon: Not mentioned - Electoral Rolls: manager (Greenslopes, Qld, 1932); engineer (Darlinghurst, 1943-1949); orchardist (Kincumber, NSW, 1949-1958) ===''SAINSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Henry Sainsbury|Sainsbury, Rupert Henry]] [https://www.familysearch.org/tree/person/details/L28X-5H3] - 1896(NSW)-1974(NSW) - Licences: 2YJ Sydney (Concord, 1924-1936); 4YJ Brisbane (Clayfield, 1937-1939); 2YJ Sydney (Concord, 1946-1954; Epping, 1955-1975) - Qualifications: cc; AOCP 54, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: clerk (Concord, 1930); traveller (Hendra, 1936-1937); soldier (Norman Park, 1943); executive (Concord West, 1949-1954); commercial traveller (Epping, 1958-1968) ===''SAINTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Melville Sainty|Sainty, Clifford Melville]] [https://www.familysearch.org/tree/person/details/GZ61-1GZ] - 1907(NSW)-1987(SA) - 2MS Warrawee (1925-1926), amateur operator (AOCP 88, 1925, No. ?? in NSW), amateur broadcaster, likely related to XAH S. J. Sainty ===''SALAMY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Salamy|Salamy, Edward]] [https://www.familysearch.org/tree/person/details/GZHH-VWR] - 1904(Vic)-1977(Vic) - Licences: 3AJ Receive Warrnambool (1922-1923); 3AJ Warrnambool (1924-1933); 3PS Warrnambool (1948-1975) - Qualifications: cc; AOCP 35, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: jeweller (Warrnambool, 1924-1977) ===''SAMPHIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Luke Samphier|Samphier, Richard Luke]] [https://www.familysearch.org/tree/person/details/L58L-DPC] - 1914(WA)-1980(WA) - Licences: 6YZ Perth (City, 1936-1937; Victoria Park, 1938-1939; Carlisle, 1947-1955; Mt Lawley, 1956-1975+) - Qualifications: cc; AOCP 1717, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: blind school worker (North Perth, WA, 1936; Leederville, WA, 1943); Blind School employee (Carlisle, WA, 1949-1954; Mt Lawley, WA, 1958) ===''SAMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Sampson|Sampson, Thomas Walter]] [https://www.familysearch.org/tree/person/details/GFWX-3TB] - 1894(NSW)-1954(WA) - Licences: XYAF Boulder (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: electrician (Boulder, WA, 1916-1922); electrical engineer (Claremont, WA, 1925-1954) ===''SANDEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Sandel|Sandel, Otto]] [https://www.familysearch.org/tree/person/details/GW4J-54J] - 1905(Qld)-1999(NSW) - 2UW Sydney (Manly, 1923; Kensington, 1923-1924; Northbridge, 1924-1925; Bellevue Hill, 1926-1927); 2HH Sydney (Woollahra, 1936-1939, 1946-1969; Bondi, 1975) - Qualifications: cc; AOLCP 270, 1935, NSW - amateur operator; amateur broadcaster; founder B class 2UW Sydney & 2UX Wagga Wagga - don't confuse Charles Albert Sandell of AAE fame - Electoral Rolls: radio dealer (Woolahra, 1930-1931); engineer (Bondi, 1933; Edgecliff, 1936-1937; Bondi Junction, 1943-1954; Bondi Beach, 1958-1980) ===''SANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Albert Sandell|Sandell, Charles Albert]] - 1886(Eng)-1980(WA) - early wireless experimenter, Sydney, 1911, amateur operator (AOCP ??, 19??, No. ?? in ???), participant in the Australasian Antarctic Expedition, amateur broadcaster, military (WW1), don't confuse Otto Sandel of 2UW fame ===''SANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Sander|Sander, John Henry "Jack"]] [https://www.familysearch.org/tree/person/details/K6WF-H23] - 1906(WA)-1955(WA) - Licences: 6MS Geraldton (1935-1937); 6MS Perth (Cannington, 1938-1939, 1947-1956) - Qualifications: cc; AOCP 1435, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wheelwright (Geraldton, WA, 1930); electrician (Geraldton, WA, 1931-1937); telephone mechanic (South Perth, WA, 1937; Cannington, WA, 1943-1954) ===''SANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas George Sanderson|Sanderson, Douglas George]] [https://www.familysearch.org/tree/person/details/9WZJ-2K3] - 1924(Qld)-1994(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcast engineer (PMGD); historian (broadcast); federal public servant (PMGD) - Electoral Rolls: PMG technician (Torwood, Qld, 1949-1954); technician (Ashgrove, Qld, 1958-1968); engineer (Chermside, Qld, 1972; Windsor, Qld, 1977-1980) ===''SANDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Keith Sandham|Sandham, James Keith "Keith"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''SAUNDERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lewis Saunders|Saunders, Alfred Lewis]] [https://www.familysearch.org/tree/person/details/GZLR-FMS] - 1909(SA)-2003(???) - Licences: Receive Adelaide (Hyde Park, 1923-1924); 5BX Adelaide (Glenelg, 1925-1939, 1946-1955; Plympton, 1956-1980+) - Qualifications: cc; AOCP 223, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Glenelg, 1939-1943) ===''SAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Saw|Saw, Frederick William]] [https://www.familysearch.org/tree/person/details/G9S9-JN3] - 1884(WA)-1957(WA) - Licences: 6DA Perth (Armadale, 1923-1926; Victoria Park, 1927); 6DA Albany (1930-1931); 6DA Perth (Wanneroo, 1933; North Perth, 1937-1939); 6DA Northam (1946-1948) - Qualifications: cc; AOCP 174, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storekeeper (Armadale, 1909); electrician (Beverley, 1916-1917; Armadale, 1921-1925; Albany, 1928-1931; Balkatta, 1936; Leederville, 1937; Kalgoorlie, 1937-1943); mechanic (North Perth, 1949); retired (Triggs Island, 1954) * [[/Malcolm Henry Saw|Saw, Malcolm Henry ]] [https://www.familysearch.org/tree/person/details/LVCY-H9M] - 1921(WA)-1997(WA) - 6SM Perth (Doubleview, 1960-1980+), amateur operator (AOCP 3674, 1958, No. ?? in WA), WW2, engineer (Doubleview, 1972) ===''SAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Sawford|Sawford, Leonard Francis]] [https://www.familysearch.org/tree/person/details/LF7J-2XK] - 1908(SA)-1968(SA) - Licences: 5DH Receive Adelaide (Port Adelaide, 1923); Receive Adelaide (Port Adelaide, 1923); 5LF Adelaide (Peterhead, 1925-1928; West Croydon, 1931; Largs, 1937-1939); 5YF Adelaide (Glen Osmond, 1948-1965) - Qualifications: cc; AOCP 173, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; agent (Largs, 1939) - Electoral Rolls: agent (Largs, SA, 1939-1941) ===''SCANLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Scanlon|Scanlon, William Lawrence]] [https://www.familysearch.org/tree/person/details/GDKG-3XR] - 1901(Tas)-1971(NSW) - Licences: Receive Hobart (West Hobart, 1921-1923); 7AL Hobart (West Hobart, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; sales (Medhursts, Hobart to 1924, Launceston from 1924) - Electoral Rolls: Nil yet identified ===''SCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harley Irwin Schell|Schell, Harley Irwin]] [https://www.familysearch.org/tree/person/details/GD57-PV8] - 1907(Tas)-1996(Tas) - Licences: 7AW Receive West Burnie (1922); Receive West Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: mechanic (Kelso, 1936-1972) ===''SCHLEICHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Schleicher|Schleicher, Keith]] [https://www.familysearch.org/tree/person/details/G3D4-5RS] - 1918(Qld)-1997(Qld) - 4KS Brisbane (Toowong, 1938-1939, 1946-1947; Alderley, -1950+; Aspley, McDowall, -1980+) - amateur operator (AOCP 2144, 1938, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), radio employee (Tracksons, manager service), business proprietor (Blue & White Cabs comms) ===''SCHMIDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Frederick Schmidt|Schmidt, Ronald Frederick]] [https://www.familysearch.org/tree/person/details/G88P-1B9] - 1913(Vic)-1990(Vic) - Licences: 3LY Trafalgar (1930); 3LY Moe (1931); 3LY Sale (1933-1939, 1946-1948); 3LY Melbourne (Camberwell, 1954-1980+) - Qualifications: AOCP 567, 1930, No. ?? in Vic; AOLCP 69, 1932; 1COCP 72, 1936; TVOCP 75, 1957 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: wireless operator (Sale, 1934-1937); radio technician (Sale, 1949-1954); technician (Camberwell, 1954-1980) ===''SCHNITZERLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Joseph Schnitzerling|Schnitzerling, Leonard Francis Joseph]] [https://www.familysearch.org/tree/person/details/G885-W43] - 1907(Qld)-1969(Qld) - Licences: 4CK Warwick (1938-1939, 1946-1969) - Qualifications: cc; AOCP 2099, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, 1928-1968) ===''SCHOFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Schofield|Schofield, William]] [https://www.familysearch.org/tree/person/details/GXB3-69N] - 1874(Eng)-1971(WA)97yo - Licences: 6WS Perth (Peppermint Grove, 1935-1939, 1947-1969) - Qualifications: cc; AOCP 1463, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: manager (Peppermint Grove, WA, 1919); broker (Peppermint Grove, WA, 1922-1968) ===''SCHOLZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hans Scholz|Scholz, Hans "Harold" / "Harry" / "Tibby"]] [https://www.familysearch.org/tree/person/details/G64P-CV3] - 19??(???)-1970(Qld) - Licences: 4HR Brisbane (Coorparoo, 1931); 4HR Nambour (1933); 4HR Brisbane (Coorparoo, 1937); 4HR Gladstone (1937-1939); 4HR Brisbane (Morningside, 1946-1969) - Qualifications: cc; AOCP 784, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ; South Brisbane RC; Brisbane DX Club); broadcast technician (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, 1937); mechanic (Dalby, 1943); not stated (Morningside, 1949-1968) ===''SCHULTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Nelson Schultz|Schultz, Leonard Nelson "Len"]] [https://www.familysearch.org/tree/person/details/GZJY-QBF] - 1906(NSW)-1980(NSW) - Licences: 2LO Sydney (Lane Cove, 1922); 2LO Sydney (Lane Cove, 1923-1930); 2ANM Sydney (Mosman, 1947-1980) - Qualifications: cc; AOCP 171, 1925, No. ?? in NSW; AOLCP 45, 1931; 3AIR 176, 1942 - amateur operator; amateur broadcaster; broadcast engineer (co-designed 2GB, 1926; involved 2CA, 4BH, 2MW, 5DN); professional associations (IRE: foundation member, vice-president, president); aviator (Royal Aero Club NSW, committee) - Electoral Rolls: broadcasting engineer (Mosman, 1935-1937); engineer (Mosman, 1949-1977) ===''SCHULTZE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Ludwig Schultze|Schultze, John Edwin Ludwig]] [https://www.familysearch.org/tree/person/details/GQTB-9FL] - 1906(Vic)-1969(Vic) - 3QO Receive Melbourne (Glenferrie, 1923-1924), 3JS Melbourne (Glenferrie, 1925-1933; Hawthorn, 1937-1939), amateur operator (AOCP 163, 1925, No. ?? in Vic), amateur broadcaster, motor mechanic (Hawthorn, 1934) ===''SCOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil John Scott|Scott, Alfred Cecil John "Cecil", "Cec", "Scottie"]] [https://www.familysearch.org/tree/person/details/M12J-9YK] - 1888(Tas)-1954(Tas) - Licences: Receive (Crystal) Launceston (1923); 7CS Launceston (1925-1931); 7CS Hobart (Lindisfarne, 1933; Sandy Bay, 1937-1939) - Qualifications: cc; AOCP 56, 1925, No. ?? in Tas - amateur receiver; amateur operator; amateur broadcaster - Comment: well-known for comic QSL cards - Electoral Rolls: bench clerk (Nelson, 1936; Hobart South, 1943-1954) * [[/Ernest Kilburn Scott|Scott, Ernest Kilburn]] [https://www.familysearch.org/tree/person/details/LBDW-TBR] - 1868(Eng)-1941(Eng) - Came to Sydney in 1905 to organise electrical engineering department of University of Sydney, likely early wireless experimenter, promoted need for wireless telegraphy for Australia, returned to England ca 1910 - [https://www.gracesguide.co.uk/Ernest_Kilburn_Scott Graces Guide - Ernest Kilburn Scott] * [[/Francis Ladner Scott|Scott, Francis Ladner]] [https://www.familysearch.org/tree/person/details/GXHK-DTF] - 1899(Eng)-1953(Qld) - Licences: 4BO Thursday Island (1933); 2UH Sydney (Randwick, 1934-1936; Naremburn, 1937-1938; La Perouse, 1939 - Qualifications: cc; CPRT 419, 1918; 2COCP 360, 1931; 1COCP 33, 1934 - amateur operator; amateur broadcaster; coastal wireless operator; military (UK Merchant Navy post WW1) - Electoral Rolls: wireless operator (Nundah, Qld, 1921-1925); radio telegraphist (Pinkenba, Qld, 1929; Thursday Island, Qld, 1931; Randwick, NSW, 1935; Waverton, NSW, 1943; Wyndham, WA, 1943; Rockhampton, Qld, 1949) * [[/George Archibald Scott|Scott, George Archibald "Scotty"]] [https://www.familysearch.org/tree/person/details/G682-TGN] - 1882(Eng)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 607, 1921; 1COCP 181, 1931 - RANRS (commissioned telegraphist, 1917); PMGD (radio inspector, WA); witness to Royal Commission 1927 (as radio inspector, WA) - Electoral Rolls: engineer (Rockhampton, 1913-1914; Hendra, 1915-1917); radio inspector (Fremantle, 1925-1937) - Links: [http://nla.gov.au/nla.news-article84253651 Bio] * [[/Herbert Godfrey Scott|Scott, Herbert Godfrey "Herb"]] [https://www.familysearch.org/tree/person/details/G8MJ-JFJ] - 1902(Qld)-1968(Qld) - Licences: 4HS Toowoomba (1931-1937); 4HS Brisbane (Albion, 1938-1939; 1946-1965) - Qualifications: cc; AOCP 750, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Railways) - Electoral Rolls: clerk (Toowoomba, 1925-1936; Albion, 1943-1968) * [[/Jack Bartlett Scott|Scott, Jack Bartlett]] [https://www.familysearch.org/tree/person/details/G8VX-FLR] - 1909(NSW)-1988(NSW) - Licences: 2NR Sydney (Epping, 1930-1934); 2AJX Sydney (Cheltenham, 1938-1939; Epping, 1946-1950) - Qualifications: AOCP 685, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Epping, 1933-1935); engineer (Epping, 1949; Wahroonga, 1954-1968); retired (Carlingford, 1977-1980) * [[/Robert Ochiltree Scott|Scott, Robert Ochiltree]] [https://www.familysearch.org/tree/person/details/G8H4-5SX] - 1898(Vic)-1960(Vic) - Licences: 2RS Gundagai (1929-1931); 2RS Balranald (1933); 3OS Scotsburn (1937-1939); 3OS Melbourne (St Kilda, 1956-1960) - Qualifications: AOCP 476, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: grazier (Ballarat, 1920-1924); farmer (Murrayville, 1925-1927; Gundagai, 1930); mechanic (South Yarra, 1943; Melbourne, 1949) * [[/Robert Townley Scott|Scott, Robert Townley]] [https://www.familysearch.org/tree/person/details/G7YC-MBK] - 1841(Eng)-1922(Qld) - senior state public servant (secretary, Qld Post & Telegraph Dept), senior federal public servant (secretary, Postmaster-General's Department) * [[/W. F. Scott|Scott, W. F.]] - 18??(???)-19??(???) - Licences: 4?? Brisbane (West End) - Qualifications: cc; AOCP 334, 1927, No. 37 in Qld - amateur operator; amateur broadcaster - Comment: likely father of H. S. Scott who was reported youngest ever to pass AOCP at age 16 - Electoral Rolls: Nil yet identified * [[/Walter Henry Scott|Scott, Walter Henry]] [https://www.familysearch.org/tree/person/details/G76Z-11G] - 1904(Eng)-1987(SA) - Licences: Receive Adelaide (Glenelg, 1923); 5HS Clare (1937-1939) - Qualifications: cc; AOCP 1888, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Clare, SA, 1939); telephone mechanic (Glenelg, SA, 1941-1943) ===''SEBIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Dudley Sebire|Sebire, Leon Dudley "Leo"]] [https://www.familysearch.org/tree/person/details/G8V2-QX5] - 1932(Vic)-2006(Vic) - Licences: 3CF Melbourne (Wandin North, 1956-1960) - Qualifications: 2COCP 1319, 1955; 1COCP 1786, 1955 - amateur operator, amateur broadcaster, director Telstra Broadcasting Branch - Electoral Rolls: radio mechanic (Wandin Yallock, 1954); engineer (Mordialloc, 1963-1980) - Relationships: son of 3MX Percival John Sebire - Awards: Member Order of Australia "For service to communications, particularly broadcasting" (1991) * [[/Percival John Sebire|Sebire, Percival John "Percy"]] [https://www.familysearch.org/tree/person/details/LCFD-Z2R] - 1904(Vic)-1994(Vic) - Licences: 3MX Melbourne (Moorabbin, 1930-1939, 1946-1980+) - Qualifications: AOCP 692, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elsternwick, 1926; Bentleigh, 1928-1936; Cheltenham, 1949; Moorabbin, 1954-1980) - Relationships: father of 3CF Leon Dudley Sebire ===''SEBLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Sebley|Sebley, William John]] [https://www.familysearch.org/tree/person/details/G649-7VL] - 1894(Qld)-1980(Qld) - Licences: 4WS Ipswich (1931-1939, 1946-1948); Southport (1954-1965) - Qualifications: cc; AOCP 736, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Ipswich, 1915; North Ipswich, 1919-1949; Southport, 1954-1968); ===''SECCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Louis Mervyn Seccombe|Seccombe, Louis Mervyn]] [https://www.familysearch.org/tree/person/details/G8PW-XWM] - 1895(Tas)-1970(NSW) - Licences: 3KT Receive Melbourne (Ascot Vale, 1922-1923); 3KT Melbourne (East Kew, 1924; Ascot Vale, 1924-1925; Hawksburn, 1926; East Malvern, 1927); 2KT Sydney (Rockdale, 1928-1939) - Qualifications: cc; 1COCP 396, 1940 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: salesman (Ascot Vale, Vic, 1919); commercial traveller (Ascot Vale, Vic, 1924); radio engineer (Rockdale, NSW, 1930-1937); wireless operator (Longreach, Qld, 1943); communications officer (Hurstville, 1949-1963); - Comment: Surname sometimes misspelled Secombe ===''SELBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Selby|Selby, George William]] [https://www.familysearch.org/tree/person/details/LCTW-BMT] - 1858(Vic)-1949(Vic) - early wireless and X-ray experimenter ===''SELF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Self|Self, Thomas Edward]] - 1854(???)-19??(???) - b. 7 Jan 1854, Early Tasmanian wireless experimenter, demonstration before Royal Society 1898, beware another Thomas Edward Self (b. 9 Oct 1853) in Hobart at the same time ===''SELFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Giles Turner Selfe|Selfe, Harry Giles Turner]] [https://www.familysearch.org/tree/person/details/K24M-5XB] - 1894(NSW)-1942(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 157, 1915; 1COCP 51, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2; RANVR (commissioned telegraphist, 1942) - Electoral Rolls: radio telegraphist (Geraldton, WA, 1918; Broome, WA, 1922; Leichhardt, NSW, 1933; Darling Harbour, NSW, 1934-1937) ===''SELLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Sellenger|Sellenger, David Charles]] [https://www.familysearch.org/tree/person/details/G8VT-5GJ] - 1902(NSW)-1966(NSW) - Licences: 2DC Sydney (Hurstville, 1930-1965) - Qualifications: AOCP 700, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Hurstville, 1930-1963) ===''SELLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Sellick|Sellick, Edward]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''SELMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold George Selman|Selman, Harold George]] [https://www.familysearch.org/tree/person/details/LRM4-3S8] - 1907(Vic)-1985(Vic) - 3GN Geelong (1925), 3GN Chilwell (1926), 3GN Geelong (1927), 3GN Melbourne (West Coburg, 1931), 3GN Geelong (1933), 3CM Geelong (1948-1980+), amateur operator (AOCP 164, 1925, No. ?? in Vic), amateur broadcaster, radio dealer (Geelong, 1954) ===''SEMMENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Segbert Cornwall Semmens|Semmens, George Segbert Cornwall]] [https://www.familysearch.org/tree/person/details/G744-HQ5] - 1901(Vic)-1977(Vic) - Licences: XJCY Melbourne (East St Kilda, 1913-1914); V756 Receive (1922); 3GZ Receive Buln Buln East (1922); 3GS Laver's Hill (1925-1926); 3GS Queenstown (1927); 3GS Moreland (1931); 3GS Foxhow (1933); Melbourne (Essendon (1937-1939); Glen Iris (1946-1960); Clematis, 1965-1975); 3AEN Melbourne (Clematis, 1954-1960) - Qualifications: cc; AOCP 216, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: teacher (Coburg, 1928; Preston, 1931; Essendon, 1936); res. chemist (Glen Iris, 1943-1963); technical adviser (Clematis, 1968-1977) ===''SERLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric Serle|Serle, Cedric]] [https://www.familysearch.org/tree/person/details/LZT2-SC8] - 1910(Vic)-1972(Vic) - Licences: 3RX Melbourne (Canterbury, 1928-1933; Toorak, 1938-1939; Elwood, 1946-1947); 3ARX Melbourne (Windsor, 1948-1956; Caulfield, 1960-1965) - Qualifications: AOCP 443, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Camberwell North, 1931-1934; Kew, 1936; Toorak, 1937; St Kilda, 1942; Prahran, 1949; Caulfield South, 1963-1972) ===''SEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Percy Lambert Holt Sewell|Sewell, Percy Lambert Holt]] [https://www.familysearch.org/tree/person/details/GDM1-YB1] - 1900(NSW)-1949(NSW) - Licences: 2CJ Receive Sydney (Paddington, 1922); 2CJ Sydney (Paddington, 1922-1925; Darlinghurst, 1925-1926) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Fire Station, Mittagong, 1930-1935; Mittagong, 1936-1937; Kempsey, 1943); installation inspector (Queanbeyan, 1949) ===''SEYLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Jakob Seyler|Seyler, Albert Jakob or Jacob]] [https://www.familysearch.org/tree/person/details/G8NL-F5N] - 1913(Ger)-1977(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - WW2 (Luftwaffe); radar engineer; television researcher; PMGD Research Laboratories (Assistant Director General) - Electoral Rolls: engineer (Mt Waverley, 1963; Burwood, 1968); PMG (Croydon, 1972); assistant director (Emerald, 1977) - [https://adb.anu.edu.au/biography/seyler-albert-jakob-11660 ADB] ===''SHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Henry Shannon|Shannon, Francis Henry "Frank"]] - 1910(Qld)-1991(Qld) - 4SN Allora (1938-1939), Tamborine (1946-1947), Minden (1948-1956), Ipswich (1960-191975), Toowoomba (1980+), amateur operator (AOCP 2145, 1938, No. ?? in Qld), amateur broadcaster , radio clubs (Wooloowin RC, WIA, Qld Listeners' League), journalist (AR, VK4 Notes), occupation (school teacher) ===''SHARLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Sharland|Sharland, Arthur Henry "Chilla"]] [https://www.familysearch.org/tree/person/details/GZZD-ZKS] - 1909(Qld)-1983(Qld) - Licences: 4SD Brisbane (Boondall, 1936-1939, 1946-1948; Ekibin, 1954); 4SD Cloncurry (1955); 4SD Brisbane (Wynnum North, 1956); 4SD Rockhampton (1960); 4SD Yeppoon (1965-1980+) - Qualifications: cc; AOCP 1807, 1936, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless operator); federal public servant (DCA) - Electoral Rolls: labourer (Boondall, Qld, 1937-1943); Commonwealth officer (Wynnum North, Qld, 1954); communications officer (Rockhampton, Qld, 1958-1963; Yeppoon, Qld, 1968-1977); retired (Causeway via Yeppoon, Qld, 1980) ===''SHARP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John James Charles Sharp|Sharp, John James Charles]] [https://www.familysearch.org/tree/person/details/GZBZ-TZV] - 1897(Vic)-1974(Vic) - Licences: 3KA Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 591, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Prahran Gardens, 1919-1924; Caulfield, 1928-1972) ===''SHARPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Victor Sharpe|Sharpe, Frank Victor]] [https://www.familysearch.org/tree/person/details/GMD2-GVZ] - 1904(Qld)-1988(Qld) - Licences: 4AZ Brisbane (Wooloowin, 1924-1929; Ashgrove, 1930-1937; Redcliffe, 1938-1939); 4ZFS Brisbane (Clayfield, 1975); 4FV Brisbane (Clayfield, 1980) - Qualifications: cc; AOCP 20, 1924, No. 4 in Qld; AOCP Q112, 1975 - amateur operator; amateur broadcaster; WW2; radio club (RSQ, WIAQ); military (AMF) - Awards: C.M.G.; O.B.E. - Electoral Rolls: merchant (Wooloowin, 1925-1929); director (Ashgrove, 1934-1937); soldier (Ashgrove, 1943); machinist (likely typo for merchant) (Clayfield, 1949); merchant (Clayfield, 1954-1980) ===''SHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Shaw|Shaw, Archibald John]] [https://www.familysearch.org/tree/person/details/G8K2-ZDZ] - 1872(NSW)-1916(Vic) - XPO King Island (1911); X?? Sydney (Randwick), early wireless experimenter, proprietor Maritime Wireless Telegraph Co of Australasia (1910+) with Edward Hope Kirkby, technical specialist - [https://adb.anu.edu.au/biography/shaw-archibald-john-8404 ADB] [http://messui.polygonal-moogle.com/valves/NW199003.pdf EA] * [[/J. G. Shaw|Shaw, J. G.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (Chelmer, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Raymond Herbert Preston Shaw|Shaw, Raymond Herbert Preston]] [https://www.familysearch.org/tree/person/details/GD3J-J31] - 1901(Eng)-1996(NSW) - Licences: 2LY Receive Sydney (Bondi, 1922-1923); 2LY Sydney (Woolahra, 1924-1929; South Kensington, 1930) - Qualifications: cc; CPRT 664, 1921 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kensington, 1930-1931; Vaucluse, 1932-1980) * [[/Sidney Alexander Shaw|Shaw, Sidney Alexander]] [https://www.familysearch.org/tree/person/details/KFJY-4NH] - 1882(Eng)-1974(WA) - Licences: 6AI Perth (East Guildford, 1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: assistant station master (Woolgangee, WA, 1916-1917); railway officer (East Guildford, WA, 1925-1926); civil servant (Kalgoorlie, WA, 1930-1931); station master (Coolgardie, WA, 1936-1943); retired (East Fremantle, WA, 1949-1972) ===''SHAWSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Shawsmith|Shawsmith, Alan "Smithy" or Alan Shaw Smith]] [https://www.familysearch.org/tree/person/details/G37T-B3Y] - 1917(Qld)-2010(Qld) - Licences: 4SA Brisbane (Indooroopilly, 1935-1939); 4SS Brisbane (West End, -1952-2010) - Qualifications: cc; AOCP 1582, 1935, Qld - amateur operator; historian (amateur); journalist; broadcast engineer (ABC2); public servant (ABC2) - Relationships: Father of 4JSS Steven Shawsmith - Electoral Rolls: poultry farmer (Salisbury, Qld, 1943); radio mechanic (West End, Qld, 1949); builder (West End, Qld, 1954-1980) * [[/Steven Shawsmith|Shawsmith, Steven "Steve"]] - Licences: 4JSS Brisbane - Qualifications: (AOCP ???, 19??, No. ?? in Qld) - amateur operator - Relationships: Son of 4SA-4SS Alan Shawsmith - Electoral Rolls: ===''SHEARER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Anderson Shearer|Shearer, Gordon Anderson]] [https://www.familysearch.org/tree/person/details/LV5G-JW4] - 1907(Qld)-1984(Vic) - Licences: 4FU Receive Brisbane (Alderley, 1923-1924); 4GA Gayndah (1930); 4GA Mt Nebo (1931-1934); 4GA Cloncurry (Quamby, 1937-1939) - Qualifications: cc; AOCP 447, 1928, No. ?? in Qld; 2COCP 95, 1937 - amateur operator; amateur broadcaster; employment (school teacher); state public servant (Qld Dept Education); WW2 - Electoral Rolls: school teacher (Quamby, Qld, 1937; Westbrook, Qld, 1943); aeradio operator (Cloncurry, 1949); communications officer (Cloncurry, 1954); supervisor (Surrey Hills, 1963-1968); retired (Vermont, 1972-1980) ===''SHEARSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Leonard Shearstone|Shearstone, Vincent Leonard]] [https://www.familysearch.org/tree/person/details/G895-CYJ] - 1916(Eng)-1983(NSW) - Licences: Nil - Qualifications: BOCP 4, 1936 - WW2 - Electoral Rolls: radio technician (Albury, 1937); radio announcer (Goulburn, 1943); radio electrician (Goulburn, 1949-1980) ===''SHELDRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Cornwell Sheldrick|Sheldrick, Eric Cornwell "Shel"]] [https://www.familysearch.org/tree/person/details/GZ64-X2X] - 1903(Eng)-1966(Tas) - Licences: 7BH Receive Launceston (1923); 7BH Launceston (1924-1926); 7BT Launceston (1927); 7BM Launceston (1931-1939); 7DM Burnie (1948-1954); 7DN Stowport (1955-1960) - Qualifications: cc; AOCP 60, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: chemist's assistant (Launceston, 1928-1943) ===''SHENTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Hilton Shenton|Shenton, Maurice Hilton]] [https://www.familysearch.org/tree/person/details/G67C-Q1B] - 1903(Qld)-1940(Qld) - Licences: 4DC Receive Brisbane (Wynnum South, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: irrigation ganger (Bald Hills, 1925); assistant stream gauger (North Ipswich, 1928); public servant (Annerley, 1937) ===''SHEPARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arundel Elmore Shepard|Shepard, Arundel Elmore]] [https://www.familysearch.org/tree/person/details/G8QY-8HX] - 1910(SA)-2000(SA) - Licences: 5DC Adelaide (Norwood, 1928-1930; Kent Town, 1931-1933; Norwood, 1937-1939; Toorak East, 1946-1965; Heathpool, 1969-1980+) - Qualifications: cc; AOCP 393, 1928, No. ?? in SA; AOLCP 136, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SHEPHERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. A. Shepherd|Shepherd, H. A.]] - 18??(???)-19??(???) - Licences: XQD Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''SHERRIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Sherriff|Sherriff, Ernest George]] [https://www.familysearch.org/tree/person/details/K877-WTX] - 1904(Qld)-1964(Qld) - Licences: 4SU Brisbane (Fairfield, 1935-1937; Hawthorne, 1938-1939; Brisbane City, 1947-1960) - Qualifications: cc; AOCP 1464, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Brisbane South, Qld, 1928); instructor of printing (Fairfield, Qld, 1937; Hawthorne, Qld, 1943-1949) ===''SHIELDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Edward Shields|Shields, Arthur James Edward]] [https://www.familysearch.org/tree/person/details/LBCT-D5G] - 1894(Eng)-1948(Vic) - Licences: 3GP Melbourne (East Malvern, 1930-1939; North Balwyn, 1946-1948) - Qualifications: AOCP 690, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (East Melbourne, 1925-1927; Malvern East, 1928; Camberwell, 1931-1933); auditor (Malvern East, 1934-1936); retired (Ringwood, 1943) ===''SHOEMAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Shoemaker|Shoemaker, Harry]] [https://www.familysearch.org/tree/person/details/G828-7LL] - 1879(USA)-1932(USA) - American inventor and pioneer radio engineer, developer of Shoemaker wireless system, associated with Gehring companies, International Telegraph Construction Co (represented in Australia by John William Ormsby Hamilton, who promoted the Shoemaker system here), United Wireless Telegraph Co, Marconi Wireless Telegraph Co of America, Mallory companies - Links: [[w:Harry Shoemaker|Wikipedia]]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0026.pdf PIRE1]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0027.pdf PIRE2] ===''SHORING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Samuel Shoring|Shoring, Thomas Samuel]] [https://www.familysearch.org/tree/person/details/GXDD-NDG] - 1914(Qld)-2002(Qld) - Licences: 4SR Bundaberg (1937-1939; 4SR Brisbane (New Farm, 1947-1948) - Qualifications: cc; AOCP 1872, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Bundaberg, Qld, 1936-1937); salesman (Bundaberg, Qld, 1943); sound engineer (New Farm, Qld, 1954; Holland Park, Qld, 1963-1980) ===''SHORT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Alban Short|Short, Alfred Alban]] [https://www.familysearch.org/tree/person/details/GZTS-9QQ] - 1904(NSW)-1946(NT) - Licences: 2SH Newcastle (Lambton, 1926-1933) - Qualifications: AOCP 280, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Lambton, 1930-1943) * [[/Ormond Short|Short, Ormond]] [https://www.familysearch.org/tree/person/details/9VHH-SGM] - 1901(Vic)-1985(Vic) - Licences: 3SK Melbourne (St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1925-1926); electrical engineer (Armadale, 1928; Horsham, 1931-1972); engineer (Horsham, 1977) * [[/Walter Short|Short, Walter]] - 19??(???)-19??(???) - Licences: 2AJ Receive Sydney (Manly, 1922); 2AJ Sydney (Manly, 1923-1924; Kirribilli, 1924; Manly, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Note: several contemporaneous WSs, insufficient data to identify * [[/William Newton Short|Short, William Newton "Newt"]] [https://www.familysearch.org/tree/person/details/G97J-HMM] - 1897(NSW)-1967(NSW) - Licences: 2ARA Sydney (Auburn, 1948-1954; Beacon Hill, 1955-1958; Auburn, 1960-1961; Beacon Hill, 1965); 2AOW Sydney (Auburn, 1957-1958) - Qualifications: AOCP 2829, 1948, NSW - amateur operator, amateur broadcaster - Electoral Rolls: butcher (Ulmarra, 1930-1934); shopkeeper (Coraki, 1935-1936); munition worker (Mayfield, 1943); machinist (Auburn, 1949-1958); inspector (Beacon Hill, 1963) ===''SHORTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Charles Shortell|Shortell, Raymond Charles]] [https://www.familysearch.org/tree/person/details/LYMQ-4HQ] - 1904(Vic)-1991(Qld) - 3VB Receive Melbourne (East St Kilda, 1923-1924), 3RS Melbourne (St Kilda, 1925-1933), 3RS Shepparton (1937-1939), 3ARF Geelong West (1948-1954), 3ARF Melbourne (Croydon, 1955-1960; Hawthorn, 1965-1975), 4ARS Gold Coast (1980+), amateur operator (AOCP 77, 1925, No. ?? in Vic), amateur broadcaster ===''SHORTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eddy Wilbee Shorten|Shorten, Eddy Wilbee or Welbee or Wiebec "Ted"]] [https://www.familysearch.org/tree/person/details/MWN4-MZM] - 1899(Qld)-1980(Qld) - Licences: 4TS Brisbane (Paddington, 1932-1939) - Qualifications: cc; AOCP 908, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor) - Comment: Middle name variable; Birth Welbee; Marriage Wiebec; Death Wilbe; AOCP Wilbee - Electoral Rolls: ===''SHORTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Shortt|Shortt, Robert]] - 19??(???)-19??(???) - Licences: 4HF Camooweal (1933-1939); 5SR Tennant Creek (1947-1948); 5SR Adelaide (Glenunga, 1954; New Hindmarsh, 1955-1956) - Qualifications: cc; AOCP 1193, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SIBLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sibly|Sibly, Arthur]] [https://www.familysearch.org/tree/person/details/KC5R-MH6] - 1897(WA)-1976(NSW) - Licences: XYX Perth (North Perth, 1913-1914); 6AF Receive Perth (City, 1923); 6AF Perth (North Perth, 1923-1924; Inglewood, 1924); 2SB Sydney (Kirribilli, 1925-1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Relationships: father of 2ASY-3AUV Sydney Arthur Sibly; brother of Clifton Archibald Sibly - Electoral Rolls: insurance clerk (North Perth, 1919-1922); manager (Albion, Qld, 1936; Eagle Junction, Qld, 1937; Rose Bay, NSW, 1943-1958); retired (Rose Bay, 1963-1972) * [[/Clifton Archibald Sibly|Sibly, Clifton Archibald]] [https://www.familysearch.org/tree/person/details/K41R-3JQ] - 1894(SA)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 225, 1915 - likely early wireless experimenter with brother Arthur's licence - Relationships: brother of XYX-6AF-2SB Arthur Sibly; uncle of 2ASY-3AUV Sydney Arthur Sibly - Electoral Rolls: farrier (North Perth, 1915-1937) * [[/Sydney Arthur Sibly|Sibly, Sydney Arthur]] [https://www.familysearch.org/tree/person/details/GDKF-F7R] - 1926(NSW)-2001(Vic) - Licences: 2ASY Sydney (Rose Bay, 1954; Kingsgrove, 1957-1965); 3AUV Melbourne (Eltham, 1969) - Qualifications: cc; 2COCP 945, 1945; BOCP 1049, 1949 - amateur operator; amateur broadcaster - Relationships: son of XYX-6AF-2SB Arthur Sibly; nephew of Clifton Archibald Sibly - Electoral Rolls: communications officer (Kingsgrove, 1958-1963); clerk (Eltham, Vic, 1968-1977; Queanbeyan, 1980) ===''SIDEBOTTOM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lancelot Sidebottom|Sidebottom, Geoffrey Lancelot]] [https://www.familysearch.org/tree/person/details/GD5X-KGH] - 1902(Tas)-1964(Tas) - Licences: 7BB Receive Launceston (1922); Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of 7SK Maxwell Douglas Langford Sidebottom - Electoral Rolls: clerk (Launceston, 1928-1954) * [[/Maxwell Douglas Langford Sidebottom|Sidebottom, Maxwell Douglas Langford]] [https://www.familysearch.org/tree/person/details/GD5X-5QY] - 1922(Vic)-19??(???) - Licences: 7SK Hobart (Newtown, 1948); 7SK Howrah (1954-1980) - Qualifications: cc; AOCP 2830, 1948, Vic - amateur operator; WW2 - Relationships: son of 7BB Geoffrey Lancelot Sidebottom - Electoral Rolls: sound engineer (New Town, 1949); mechanic (Bateau Bay, NSW, 1980) ===''SIDEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Longfield Sidey|Sidey, Robert Longfield]] [https://www.familysearch.org/tree/person/details/LKSN-3P6] - 1874(NSW)-1951(NSW) - Licences: 2ZY Sydney (Lindfield, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of 2CB James Douglas Kay Sidey - Electoral Rolls: accountant (Lindfield, 1930-1949) * [[/James Douglas Kay Sidey|Sidey, James Douglas Kay or Douglas James Kay]] [https://www.familysearch.org/tree/person/details/LKSN-35P] - 1904(NSW)-1963(NSW) - Licences: 2CB Receive Sydney (Lindfield, 1922-1923); 2CB Sydney (Lindfield, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: son of 2ZY Robert Longfield Sidey - Electoral Rolls: grazier (Bethungra, 1943-1949); no occupation (Junee, 1954) ===''SIEVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ernest William Sievers|Sievers, Ernest William]] [https://www.familysearch.org/tree/person/details/KNJD-8MJ] - 1901(Qld)-1962(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 1165, 1933, Qld; 2COCP 9, 1934; 1COCP 38, 1935 - amateur operator? - Electoral Rolls: railway employee (Kelvin Grove, 1925); night officer (Oakey, 1930); railway night officer (Narangba, 1936-1937); radio telegraphist (Ascot, 1943; Clayfield, 1949-1958) * [[/William Frederick Sievers|Sievers, William Frederick]] [https://www.familysearch.org/tree/person/details/GZJN-NDS] - 1902(Vic)-1996(Vic) - Licences: 3CB Receive Melbourne (East Richmond, 1922-1923); 3CB Melbourne (East Richmond & South Yarra, 1924-1939, 1946-1960; Toorak, 1965-1980+) - Qualifications: cc; AOCP 165, 1925, Vic - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Richmond, 1931-1943); reader (South Yarra, 1949-1963); meter reader (Toorak, 1972-1980) ===''SIGAL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Louis Sigal|Sigal, Harold Louis]] [https://www.familysearch.org/tree/person/details/GZ4R-XFJ] - 1908(SA)-1939(NSW) - Licences: 2UK Sydney (Woollahra, 1926-1930) - Qualifications: AOCP 253, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Woollahra, 1930); engineer (Melbourne East, 1931); electrician (Auburn North, 1933; Centennial Park, 1934; Bondi, 1936-1937; West Perth, 1943; Woolowin, 1949; Bellevue Hill, 1954; Kensington, 1958); manager (Bondi, 1963); salesman (Bondi, 1968); retired (Vaulcuse, 1977-1980) ===''SIGMONT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Sigmont|Sigmont, Walter]] [https://www.familysearch.org/tree/person/details/GD58-221] - 1883(NSW)-1942(Vic) - Licences: 3AH Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: patent attorney (Auburn, Vic, 1917; Elsternwick, 1924-1937; Seaford, 1942); ===''SILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Clive Silby|Silby, Arthur Clive]] [https://www.familysearch.org/tree/person/details/G8B6-PSD] - 1894(SA)-19??(???) - Licences: 6AF Perth (North Perth, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 (Australian Wireless Squadron) [https://alh-research.tripod.com/Light_Horse/index.blog/1911865/australian-wireless-squadron-aif-embarkation-roll/] - Electoral Rolls: motor mechanic (Exeter, 1939-1943) ===''SILVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Leslie Silver|Silver, Frank Leslie]] [https://www.familysearch.org/tree/person/details/94HC-LTV] - 1904(Qld)-1987(Qld) - Licences: 4FL Brisbane (Morningside, 1938-1939, 1947-1980+) - Qualifications: cc; AOCP 2086, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Morningside, Qld, 1937-1943); radio mechanic (Morningside, Qld, 1949-1980) ===''SIMMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Simmonds|Simmonds, Arthur George]] [https://www.familysearch.org/tree/person/details/G8DL-234] - 1906(Eng)-1963(NSW) - Licences: 2GS Sydney (Arncliffe, 1930-1934); 2GS Murwillumbah (1935-1939); 4PG Bundaberg (1946-1948); 2APJ Sydney (Cronulla, 1954-1955; Caringbah, 1956-1961) - Qualifications: AOCP 590, 1930, No. ?? in NSW; BOCP 207, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Arncliffe, 1933); gardner (Arncliffe, 1935); radio engineer (Murwillumbah, 1935-1937); technician (4BU Kalkie, 1943-1949) * [[/Ernest John Simmonds|Simmonds, Ernest John]] - 19??(Eng)-19??(Eng) - G2OD Gerrard's Cross, Buckinghamshire, England, amateur operator, first to two way QSO Australia (Nov 1924, 3BQ) ===''SIMMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Trethowan Simmons|Simmons, Henry Trethowan]] [https://www.familysearch.org/tree/person/details/G4M3-BP4] - 1905(WA)-1985(WA) - Licences: 6KX Perth (Subiaco, 1925-1928; Mt Lawley, 1931-1933; Nedlands, 1937-1939, 1946-1948; West Perth, 1954-1955; Mt Pleasant, 1956-1980) - Qualifications: cc; AOCP 181, 1925, No. ?? in WA; CPRT 1121, 1928; 2COCP 295, 1930; 1COCP 257, 1932 - amateur operator, amateur broadcaster, broadcast engineer - Electoral Rolls: radio operator (Maylands, 1931), radio engineer (Nedlands, 1936; West Perth, 1949), engineer (Fremantle, 1958; Mt Pleasant, 1963-1980) * [[/Leonard Joseph Simmons|Simmons, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/GZBM-SKH] - 1907(Vic)-1987(Vic) - Licences: 3LJ Melbourne (Belgrave, 1926-1931; East Prahran, 1933); 3LJ Rheola (1937-1939); 3LV Trafalgar (1948); 3LV Cheltenham (1954-1980+) - Qualifications: AOCP 304, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Womerah, Yarram Yarram, 1928; Toolangi, Yea, 1931; Armadale, 1934-1936; Rheola, Bendigo, 1936-1937; Nanneela West, Bendigo, 1942; Cheltenham, 1949-1980) ===''SIMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Wilkinson Simms|Simms, Eric Wilkinson]] [https://www.familysearch.org/tree/person/details/G7XZ-9RN] - 1906(WA)-1998(Vic) - Licences: 3KS Melbourne (Malvern, 1927-1931; Caulfield, 1933) - Qualifications: AOCP 360, 1927, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Lieutenant) - Electoral Rolls: warehouseman (Malvern, 1931); buyer (Caulfield, 1934; Hawthorn, 1936-1937); manager (Malvern East, 1949-1980) ===''SIMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Robert Simpson|Simpson, Leslie Robert]] [https://www.familysearch.org/tree/person/details/GZD8-4VD] - 1901(WA)-1966(Vic) - 3SA Ararat (1925-1933), 3SA Melbourne (Windsor, 1947-1965), amateur operator (AOCP 44, 1925, No. ?? in Vic), amateur broadcaster, draper, salesman * [[/Harry Blythe Simpson|Simpson, Harry Blythe]] [https://www.familysearch.org/tree/person/details/GF93-CZ3] - 1920(???)-2013(WA) - Licences: 6HS Perth (Leederville, 1937-1939; Mt Lawley, 1947-1948; Nedlands, 1954-1969; Lesmurdie, 1975-1980+) - Qualifications: cc; AOCP 2060, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: traveller (Claremont, WA, 1949-1968); marketing manager (Lesmurdie, WA, 1972); manager (Lesmurdie, WA, 1977-1980) ===''SIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Sims|Sims, Eric Charles]] [https://www.familysearch.org/tree/person/details/G8MK-NXC] - 1907(WA)-1992(Vic) - Licences: Nil yet identified - Qualifications: cc; AOCP 344, 1927, No. 38 in Qld; 2COCP 16, 1934 - amateur operator; WW2 - Electoral Rolls: wireless mechanic (RAAF Point Cook, 1931-1934); QANTAS air pilot (Brisbane, 1936-1937); public servant (Box Hill, 1963) - Comment: several contemporaneous Eric Charles Sims, need to sort electoral rolls * [[/Ernest Leslie Arthur Sims|Sims, Ernest Leslie Arthur]] [https://www.familysearch.org/tree/person/details/LZ6H-6PF] - 1905(Vic)-1960(Vic) - Licences: 3ZA Melbourne (Preston, 1930-1933); 3ZA Apollo Bay (1937-1939, 1946-1947) - Qualifications: AOCP 622, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: carpenter (Preston, 1931; Apollo Bay, 1933-1937; Preston, 1942; Apollo Bay, 1949-1954) ===''SINGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Claude Paul Singleton|Singleton, Claude Paul]] [https://www.familysearch.org/tree/person/details/G4JR-4SV] - 1914(WA)-1990(Qld) - Licences: 4UX Theodore (1936-1939); 4UX Bundaberg (1946-1947); 4UX Stanthorpe (1948); 4UX Atherton (1954-1955); 4UX Malanda (1956); 4UX Ayr (1960); 4UX Childers (1965); 4UX St George (1969); 4UX Gracemere (1975); 4UX Dalby (1980) - Qualifications: cc; AOCP 1638, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; broadcast technician (4QW, 4QO, 4QW, 4RK, 4QS); federal public servant (PMGD); WW2 - Electoral Rolls: baker (Theodore, Qld, 1936-1937); radio mechanic (Stanthorpe, Qld, 1949); radio technician (Yungaburra, Qld, 1954); public servant (Gracemere, Qld, 1972) ===''SIRL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Charles Sirl|Sirl, Clarence William Charles]] [https://www.familysearch.org/tree/person/details/G89J-9LJ] - 1913(SA)-1981(WA) - Licences: 6XG Katanning (1938-1939; 1947-1969) - Qualifications: BOCP 3, 1936; AOCP 2132, 1938, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Katanning, 1937-1968) ===''SLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Irwin Slade|Slade, Charles Irwin]] [https://www.familysearch.org/tree/person/details/GDN1-G28] - 1921(???)-19??(???) - Licences: 3PZ Melbourne (Elwood, 1938-1939, 1947-1954) - Qualifications: cc; AOCP 2172, 1938, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (St Kilda, 1949-1954); medical practitioner (St Kilda, 1967-1968; Elwood, 1972-1980) * [[/Charles William Slade|Slade, Charles William]] [https://www.familysearch.org/tree/person/details/GH3R-28W] - 1893(Eng)-1962(NSW) - Licences: 2SX Sydney (Croydon, 1925-1939, 1946-1961 - Qualifications: cc; Nil yet identified; English PMG Certificate 1st class - amateur operator; amateur broadcaster; WW1 (RAN, 1909-1924); Wireless Weekly (technical editor, 1925-1928); Daily Telegraph (radio & technical editor, 1928-1929); Keogh Radio (engineer, 1929-1930); Croydon Radio (proprietor, 1930-1933+) - Electoral Rolls: radio engineer, R.A.N. (Croydon, 1943-1958) ===''SLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. F. Slater|Slater, J. F.]] - 19??(???)-19??(???) - Licences: Receive Sheffield (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Harold Ivan Slater|Slater, Harold Ivan]] [https://www.familysearch.org/tree/person/details/GDT3-7JP] - 1898(Tas)-1971(Qld) - Licences: Receive (Crystal) Kelso (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: pastoralist (Kelso, Tas, 1919); labourer (Maypole Hotel, New Town, Tas); no occupation (Middle Park, Vic, 1926); airman (Point Cook, Vic, 1927; Middle Park, 1931); traveller (Elsternwick, 1936-1968) ===''SLATTERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Slattery|Slattery, Joseph Patrick]] [https://www.familysearch.org/tree/person/details/G824-KHF] - 1866(Irl)-1931(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St John's College, Camperdown; St Vincent's, Ashfield, 1930) - Links: [[w:Joseph Patrick Slattery|Wikipedia]]; [https://adb.anu.edu.au/biography/slattery-joseph-patrick-8453 ADB] * [[/Joseph Samuel Francis Slattery|Slattery, Joseph Samuel Francis]] [https://www.familysearch.org/tree/person/details/GZVN-SSF] - 1894(NSW)-1988(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 50, 1915; CPRT 167, 1915; 2COCP 324, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Applecross, WA, 1916; Esperance, WA, 1916; RAN radio station, Geraldton, 1917); travelling salesman (Stanthorpe, 1928-1930); traveller (Tamworth, 1932-1933; Woollahra, NSW, 1933-1935); commercial traveller (New Farm, 1936; Hamilton, Qld, 1937; Fairfield, Qld, 1949; West Sydney, 1949-1954); radio officer (Mascot, NSW, 1958-1963); retired (Cremorne, NSW, 1968-1980) ===''SMART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Smart|Smart, Arthur]] [https://www.familysearch.org/tree/person/details/GXHD-TNH] - 1891(NZ)-1980(NZ) - Licences: 4SM Barcaldine (1936-1937); 4SM Paterson (1938-1939); 4SM Longreach (1946-1948); 4SM Cairns (Cairns City, 1954-1956; Freshwater, 1960-1975) - Qualifications: cc; AOCP 1625, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: boiler attendant (Dunevia Station, Blackhall, Qld, 1913); motor engineer (Aramac, Qld, 1916-1925; Barcaldine, 1928-1937); freeholder (Longreach, Qld, 1943); mechanic (Longreach, Qld, 1949); farmer (Cairns, Qld, 1954-1958); retired (Freshwater, Qld, 1963-1972; Cairns, Qld, 1977) ===''SMELLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ellis Henry Smellie|Smellie, Ellis Henry]] [https://www.familysearch.org/tree/person/details/GX7P-FDM] - 1893(Vic)-1991(Vic) - Licences: Nil yet identified - Qualifications: cc; 2COCP 218, 1930; 1COCP 240, 1931 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: radio telegraphist (Radio Station, Applecross, 1925; Geraldton, 1931; Broome, 1936); telegraphist (Caulfield, Vic, 1942-1949); radio officer (Caulfield, Vic, 1954; Blackburn, 1963-1980) ===''SMIBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Smibert|Smibert, George]] - 1840(Sct)-1899(Vic) - clubs (founding member Telegraph Electrical Society Vic), employment (Postal Department Vic, chief electrician), brother of James Smibert Deputy Postmaster-General Victoria * [[/George Smibert|Smibert, James]] - 1836(Sct)-1912(Vic) - employment (Postal Department Vic, Deputy Postmaster-General, appointed following early passing of Samuel Walker McGowan), created a nepotism scandal by early promotion of brother and brother-in-law to the most senior positions in Vic Post & Telegraphs in the early 1890s, likely reason for the positioning of Qld appointees at the top of the Federal PMGD in 1901; the brother of George Smibert Chief Electrician, Postal Dept Vic ===''SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Smith, Alan Shaw - See Alan Shawsmith (change of name) * [[/Arthur Carrington Smith|Smith, Arthur Carrington]] [https://www.familysearch.org/tree/person/details/GDKV-VL2] - 1902(Tas)-1982(NSW) - Licences: 7BN Receive Launceston (1923); 7AB Launceston (1924-1927) - Qualifications: cc; AOCP 8, 1924, No. ?? in Tas; CPRT 930, 1926 - amateur operator; amateur broadcaster; broadcast engineer (operator 7BN Wills & Co wannabe Class B); recording engineer (Cinesound Productions Ltd, Bondi, 1932); inventor of sound-on-film systems - Electoral Rolls: salesman (Launceston, 1928); recording engineer (Bronte, 1931-1935); engineer (Bondi, 1936-1937); recording engineer (Clovelly, 1943-1949; Waverley, 1963-1968); engineer (Waverley, 1977-1980) * [[/Austen Cyril Smith|Smith, Austen Cyril]] [https://www.familysearch.org/tree/person/details/GZ6N-JKF] - 1904(Eng)-1992(NSW) - Licences: 2FS Sydney (Croydon, 1924-1925; Burwood, 1925; Maroubra, 1930-1933; Homebush, 1933; Burwood, 1934-1939) - Qualifications: cc; AOCP 75, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; radio agent - Electoral Rolls: radio agent (Burwood, 1934-1937); radio mechanic (Burwood, 1943-1954); radio engineer (Burwood, 1958-1963); retired (Lower Hawkesbury, 1972-1980) * [[/C. Smith|Smith, C.]] - 19??(???)-19??(???) - Licences: 7BA Receive Stanley (1922); Receive Stanley (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Cedric Preston Smith|Smith, Cedric Preston or Preston-Smith, Cedric]] [https://www.familysearch.org/tree/person/details/G8BB-X47] - 1907(NSW)-1974(NSW) - Licences: 2ZZ Sydney (Cremorne, 1924); 2QK Sydney (Manly, 1935-1936; Balgowlah, 1937; Lane Cove, 1938-1939); 2CD Sydney (Cremorne, 1958-1961; Palm Beach, 1965-1969) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: bank accountant (Binnaway, 1930); bank officer (Manly, 1932; Balgowlah, 1934-1937; South Melbourne, Vic, 1943-1949); bank manager (Ballarat, 1954; Cremorne, 1958-1963); retired (Palm Beach, 1963-1968) * [[/Charles Frederick Smith|Smith, Charles Frederick]] - 1908(Eng)-19??(???) - Licences: No licence yet identified - Qualifications: AOCP 418, 1928, No. ?? in NSW; CPRTelephony 1112, 1928; 2COCP 44, 1929 - amateur operator - Electoral Rolls: Several contemporaneous Charles Frederick Smith's, not yet identified * [[/Colin Hughes Smith|Smith, Colin Hughes]] [https://www.familysearch.org/tree/person/details/L2YH-LLB] - 1910(Vic)-1998(Vic) - Licences: 3PK Melbourne (East Kew, 1928-1939, 1946-1980+) - Qualifications: AOCP 433, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Kew, 1931-1937); engineer (Kew, 1943-1980) * [[/Herbert Henry Baker Smith|Smith, Herbert Henry Baker]] [https://www.familysearch.org/tree/person/details/GXFN-H6R] - 19??(???)-1932(Qld) - Licences: 4DP Receive Cairns (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Cairns, Qld, 1925-1930) * [[/J. H. Smith|Smith, J. H.]] - 19??(???)-19??(???) - Licences: 4EA Receive Beenleigh (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/John Albert Malcolm Smith|Smith, John Albert Malcolm]] [https://www.familysearch.org/tree/person/details/L264-537] - 1911(Eng)-1987(SA) - Licences: 5JR Adelaide (St Peters, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1375, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939-1943) * [[/P. W. Smith|Smith, P. W.]] - 19??(???)-19??(???) - Licences: 4EF Receive Brisbane (Alderley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Sidney Hugh Holland Smith|Smith, Sidney Hugh Holland]] - 1861(???)-1933(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, senior state public servant (Qld P&T, Chief Mechanician), senior federal public servant (PMGD, State Mechanician, Qld), radio clubs (QWI, vice president), business proprietor (Telephone and Electrical Supplies Co) * [[/Stuart Disney Paull Smith|Smith, Stuart (Birth) or Stewart (Electoral Rolls) Disney Paull or Paul]] [https://www.familysearch.org/tree/person/details/GXDB-8D8] - 1913(Qld)-1986(Qld) - Licences: 4LA Brisbane (Corinda, 1934-1939); 4LA Amberley (1946-1948); 4LA Brisbane (Camp Hill, 1960-1980) - Qualifications: cc; AOCP 1303, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor); military (RAAF, navigator); broadcast technician (4BC); Dept Education (O/C Radio) - Electoral Rolls: engineer (Corinda, Qld, 1936-1949); radio technician (New Farm, Qld, 1949); maintenance officer (Camp Hill, Qld, 1954-1963); public servant (Camp Hill, Qld, 1972-1980) * [[/Sydney Smith|Smith, Sydney]] - 1856(NSW)-1934(NSW) - senior state politician (NSW MLA), senior federal politician (Postmaster-General, 1904-1905) * [[/Wilfred Smith|Smith, Wilfred]] [https://www.familysearch.org/tree/person/details/GXRQ-PQ1] - 1896(Eng)-19??(???) - Licences: Receive Adelaide (St Peters, 1923); 5AG Adelaide (Henley Beach, 1937-1939, 1947-1948) - Qualifications: cc; CPRT 602, 1921; 2COCP 419, 1941; 1COCP 882, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Henley, SA, 1939-1943) * [[/William Arthur Smith|Smith, William Arthur]] [https://www.familysearch.org/tree/person/details/GMCX-XL9] - 1906(SA)-1970(SA) - Licences: 5LZ Wallaroo (1929-1933) - Qualifications: cc; AOCP 526, 1929, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical mechanic (Glenunga, 1939-1943) - beware several contemporaneous William Arthur Smith's * [[/William Henry Smith|Smith, William Henry]] [https://www.familysearch.org/tree/person/details/GX2V-L4R] - 1911(SA)-19??(???) - Licences: 5SW Adelaide (Woodville, 1937-1939, 1947-1956); 5ASW Adelaide (Woodville, 1980+) - Qualifications: cc; AOCP 1996, 1937, SA; BOCP 431, 1942 - amateur operator; amateur broadcaster - Comment: Several contemporaneous WHSs - Electoral Rolls: operator (Woodville, SA, 1939) * [[/W. J. Smith|Smith, W. J.]] - 19??(???)-19??(???) - Licences: N758 Receive Sydney (Hurstville, 1922); 2IC Receive Sydney (Hurstville, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''SMITHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Charles Smithers|Smithers, Ernest Charles]] [https://www.familysearch.org/tree/person/details/G8Z1-GQ1] - 1885(NSW)-1953(NSW) - Licences: Nil yet identified - Qualifications: AOCP 552, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: inspector of fisheries (Urunga, 1930); inspector (Burwood, 1930-1949) ===''SMYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Walter Smyth|Smyth, Cedric Walter]] [https://www.familysearch.org/tree/person/details/GD1C-4MX] - 1916(WA)-1987(SA) - Licences: 7CD Devonport (1933-1939); 3ACH Melbourne (Doncaster East, 1954-1980+) - Qualifications: cc; AOCP 1133, 1933, Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: toolmaker (Preston, Vic, 1942-1949); engineer (Doncaster East, 1954-1977) * [[/Victor Loftus Smyth|Smyth, Victor Loftus]] [https://www.familysearch.org/tree/person/details/LR8F-P8L] - 1905(Vic)-1972(Vic) - Licences: 3PJ Receive Geelong (1923); 3PJ Geelong (1924); 3PJ Bendigo (1924-1939) - Qualifications: AOCP 126, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Bendigo, 1928-1972) ===''SMYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Cresswell Smythe|Smythe, Alan (BMD) or Allan (Electoral Rolls) Cresswell]] [https://www.familysearch.org/tree/person/details/G8JQ-V9V] - 1908(SA)-1983(SA) - Licences: 5MF Adelaide (Torrensville, 1930-1939, 1946-1948; Hazlewood Park, 1954-1980+) - Qualifications: AOCP 658, 1930, No. ?? in SA; AOLCP 135, 1933; BOCP 125, 1937; 1COCP 196, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Torrensville, SA, 1939-1943) ===''SNADDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Ernest Snaddon|Snaddon, John Ernest]] [https://www.familysearch.org/tree/person/details/GZLF-B75] - 1920(Eng)-1944(Aegean Sea) - Licences: 3VE Melbourne (Malvern, 1939) - Qualifications: AOCP 2322, 1939, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, 459 Squadron, Warrant Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/snaddon-john-ernest-409361/] ===''SNAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Leslie Snaith|Snaith, Samuel Leslie]] [https://www.familysearch.org/tree/person/details/GZJN-2S8] - 1901(Vic)-1961(Vic) - Licences: 3ZR Melbourne (Footscray, 1923-1926; Newport, 1931) - Qualifications: cc; AOCP 166, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1924-1928; Newport, 1931-1954) ===''SNAPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fairlie Roger de Burgh Snape|Snape, Fairlie Roger de Burgh]] [https://www.familysearch.org/tree/person/details/G649-B1V] - 1900(NSW)-1988(NSW) - Licences: 2NU Receive Quirindi (1923); 4JK Willis Island (1931) - Qualifications: cc; CPRT 695, 1922; 2COCP 340, 1931; 1COCP 221, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: operator (Quirindi, 1930); wireless operator (Quirindi, 1934-1936); radio engineer (Killara, 1949-1968); engineer (Killara, 1980) ===''SNOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Charles Snook|Snook, Keith Charles]] [https://www.familysearch.org/tree/person/details/GDTG-Z2D] - 1908(Tas)-1946(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 (RAAF) - Electoral Rolls: motor engineer (Hobart North, 1936); motor mechanic (Hobart Central, 1937) ===''SNOSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Raymond Snoswell|Snoswell, Alfred Raymond]] [https://www.familysearch.org/tree/person/details/9NWH-MCT] - 1899(SA)-1971(SA) - Licences: 5AD Adelaide (Exeter, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Largs, 1939-1943) ===''SODEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander William Soden|Soden, Alexander William]] [https://www.familysearch.org/tree/person/details/G8N9-7M1] - 1909(Qld)-1948(Qld) - Licences: 4AS Brisbane (Annerley, 1930-1939; Yeerongpilly, 1946-1948) - Qualifications: cc; AOCP 634, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Annerley, 1934-1943) ===''SOUMPROU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emile Walter Soumprou|Soumprou, Emile Walter]] [https://www.familysearch.org/tree/person/details/9ZZF-SX7] - 1906(Vic)-1955(Vic) - Licences: 3WK Melbourne (Thornbury, 1929-1931; North Fitzroy, 1938-1939, 1946-1948; East Brighton, 1954-1956) - Qualifications: AOCP 511, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: student (Northcote, 1936-1937); retired (Fitzroy North, 1942-1949); Elsternwick, 1954) ===''SOUTHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Lindsay Southwell|Southwell, Clifford Lindsay]] [https://www.familysearch.org/tree/person/details/GZNM-FDF] - 1897(???)-1973(NSW) - 2SW Sydney (Cremorne, 1925-1926; Northbridge, 1927-1929; Brighton-Le-Sands, 1930-1931; Northbridge, 1933-1939), amateur operator (AOCP 131, 1925, No. ?? in NSW), amateur broadcaster, WW1 (Army, Private) & WW2 (Australian Army, colonel), sales manager (1954) * [[/Leslie William Douglas Southwell|Southwell, Leslie William Douglas]] [https://www.familysearch.org/tree/person/details/9WXT-S8L] - 1900(NSW)-1960(Vic) - Licences: 3SL Seymour (1924-1939, 1946-1954); 3SL Melbourne (Montrose, 1955-1960) - Qualifications: cc; AOCP 250, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Seymour, 1931-1954) * [[/Noel Leslie Southwell|Southwell, Noel Leslie]] [https://www.familysearch.org/tree/person/details/GZNM-ZJW] - 1919(NSW)-1998(NSW) - 2ZF Sydney (Leichhardt, 1935-1939, 1946-1950; Yagoona, 1954-1980+), qualifications (AOCP 1565, 1935, No. ?? in NSW; 1COCP 149, 1937), amateur operator, broadcast technician (1949), QSL collection survives ARDXC/NFSA ===''SPARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Spark|Spark, John]] - 1879(USA)-19??(???) - Licences: 6AC Perth (City, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: soldier (Fremantle, 1917); civil servant (West Perth, 1921) - Comment: identification not certain ===''SPEDDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Spedding|Spedding, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GQ82-ZCM] - 1897(NSW)-1958(NSW) - Licences: 4DU Receive Brandon (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bookkeeper (Brandon, Qld, 1921-1925); clerk (Lakemba, NSW, 1932-1958) ===''SPENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Keith Spence|Spence, Edward Keith]] [https://www.familysearch.org/tree/person/details/LBYN-S3H] - 1908(Qld)-1980(NSW) - Licences: 4DT Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Union Bank, Wagga Wagga, NSW, 1930; Wellington, NSW, 1934); bank officer (Bondi, NSW, 1936; Rose Bay, NSW, 1937; Epping, NSW, 1943-1949; Northbridge, NSW, 1963-1977); retired (Cremorne, NSW, 1980) * [[/William Guthrie Spence|Spence, William Guthrie]] - 1846(Sco)-1926(Vic) - senior federal politician (Postmaster-General, 1914-1915) ===''SPENCER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derek David Spencer|Spencer, Derek David]] [https://www.familysearch.org/tree/person/details/GFSW-N55] - 1909(Eng)-1982(Tas) - Licences: 3DS Melbourne (Altona, 1934-1937); 6DS Perth (Pearce, 1938-1939) - Qualifications: cc; AOCP 1280, 1934, Vic; AOLCP 157, 1934; 2COCP 55, 1936; 1COCP 111, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: poultry farmer (Ulverstone, Tas, 1954; Leven, Tas, 1963); farmer (Gawler, Tas, 1972) ===''SPERRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred John Sperring|Sperring, Wilfred John]] [https://www.familysearch.org/tree/person/details/KVLY-JPK] - 1917(WA)-1966(WA) - Licences: 6SP Perth (Victoria Park, 1937-1939, 1947-1948; Belmont, 1954) - Qualifications: cc; AOCP 1920, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Victoria Park, WA, 1943); mechanic (Victoria Park, WA, 1949); radio engineer (Belmont, WA, 1954-1963) ===''SPICER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Spicer|Spicer, Victor John]] [https://www.familysearch.org/tree/person/details/G88M-KKY] - 1910(Eng)-1985(Vic) - Licences: 3VS Melbourne (Mordialloc, 1929-1931; East Malvern, 1933; North Fitzroy, 1937-1939, 1946-1948) - Qualifications: AOCP 554, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1934); constable (Port Melbourne, 1936; Fitzroy, 1937-1954; Carlton South, 1967-1968); retired (Hurstbridge, Vic, 1977-1980) ===''SPITZKOWSKY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Royston Stanley Spitzkowsky|Spitzkowsky, Max Royston Stanley]] [https://www.familysearch.org/tree/person/details/GZYD-23H] - 1904(NSW)-1989(NSW) - Licences: 2MS Newcastle (Hamilton, 1926-1975) - Qualifications: AOCP 302, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: turner (Hamilton, 1932-1972) ===''SPOTSWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Ernest Spotswood|Spotswood, Cyril Ernest]] [https://www.familysearch.org/tree/person/details/GDTC-4GM] - 1897(Tas)-1964(Tas) - Licences: Receive Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Burnie, 1936-1943); fettler (Burnie, 1949-1954) * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] [https://www.familysearch.org/tree/person/details/M7P4-M7C] - 1892(Qld)-1973(Qld) - Licences: 4JH Poopoonbah via Giru (1935-1939) - Qualifications: cc; AOCP 1356, 1934, Qld - amateur operator; amateur broadcaster - Comment: second YL operator in Qld - Relationships: Wife of 4JK Jack Lawrence Humphry - Electoral Rolls: home duties (Ching Do Siding, Ayr, Qld, 1919-1936; Giru, Qld, 1937-1949; Poopoonbah, Qld, 1954; St Lucia, Qld, 1958-1972) ===''SPRENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Ernest Sprenger|Sprenger, Herbert Ernest]] [https://www.familysearch.org/tree/person/details/GMQD-2CJ] - 1914(Qld)-2000(Qld) - Licences: 4ES Bundaberg (1932-1939); 4ES Brisbane (New Farm, 1946-1948; Holland Park, 1954; Upper Mt Gravatt, 1955-1960; Rainworth, 1965-1980+) - Qualifications: cc; AOCP 1064, 1932, No. ?? in Qld; BOCP 165, 1938; 1COCP 530, 1941 - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); state public servant (Qld Police, radio comms) - Electoral Rolls: radio mechanic (Bundaberg, 1936-1937); police constable (New Farm, Qld, 1943-1949); sergeant police (Holland Park, Qld, 1954; Upper Mt Gravatt, Qld, 1958); sub-inspector police (Rainworth, Qld, 1963-1968); police officer (Rainworth, Qld, 1972); retired (Bardon, Qld, 1977-1980) ===''SPURRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Charles Spurrier|Spurrier, Leonard Charles]] [https://www.familysearch.org/tree/person/details/LTY1-WZJ] - 1904(Wales)-1984(SA) - Licences: S382 Receive Adelaide (North Adelaide, 1922); 5AL Receive Adelaide (North Adelaide, 1923); Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Clarence Park, 1939-1941; Eden Hills, 1943) ===''SQUIRES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Jack Squires|Squires, Jack]] [https://www.familysearch.org/tree/person/details/G8CX-3GW] - 1909(WA)-1972(???) - Licences: 6JS Perth (Cannington, 1929-1939; Como, 1946-1956; Nedlands, 1960; West Leederville, 1965-1969) - Qualifications: cc; AOCP 510, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Cannington, 1931-1936); sales manager (Midland Junction, 1937; South Perth, 1943-1954); manager (Subiaco, 1963); business manager (West Kalamunda, 1968) ===''ST JOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Clive Bolingbroke St John|St John, Henry Clive Bolingbroke]] [https://www.familysearch.org/tree/person/details/LBTN-PV8] - 1895(Eng)-1972(NSW) - Licences: 2RX Receive Sydney (Rockdale, 1923-1925); 2RX Sydney (Rockdale, 1926-1939; Northbridge, 1965-1969) - Qualifications: AOCP 258, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: reader (Rockdale, 1930-1936; Northbridge, 1943-1963) ===''STACEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Keith Stacey|Stacey, Howard Keith]] [https://www.familysearch.org/tree/person/details/G3TY-D8M] - 1907(NSW)-1993(SA) - Licences: 5XA Adelaide (Firle, 1934-1937; Knightsbridge, 1938-1939; Leabrook, 1947-1956; Glynde, 1960-1980+) - Qualifications: cc; AOCP 1360, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: compositor (Burnside, SA, 1939-1941) * [[/Roy Ernest Stacey|Stacey, Roy Ernest]] [https://www.familysearch.org/tree/person/details/GXDT-PNR] - 1902(Qld)-1973(Qld) - Licences: 4RS Proserpine (1933-1939, 1948-1969) - Qualifications: cc; AOCP 1187, 1933, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: office assistant (Bauple, Qld, 1925); clerk (Proserpine, Qld, 1928-1972) ===''STACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Patrick Charles Stack|Stack, Robert Patrick Charles]] [https://www.familysearch.org/tree/person/details/GXDL-Y2K] - 1904(Eng)-1966(Qld) - Licences: 4TK Innisfail (1936-1939, 1947-1965) - Qualifications: cc; AOCP 1742, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: hairdresser (Innisfail, Qld, 1930-1932); stationer (Innisfail, Qld, 1936-1943) ===''STACKPOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Julian Stackpole|Stackpole, Peter Julian]] [https://www.familysearch.org/tree/person/details/GD3D-H8N] - 1947(Vic)-2004(ACT) - Licences: 3ZQS Melbourne (North Clayton, 1980+; 1RX Canberra, 1990s); Qualifications: cc; AOLCP 2203, 1966; AOCP N1856, 1988 - amateur operator; broadcast planning engineer (P&TD, DoC, DoTaC, ABA, ACA) - Electoral Rolls: assistant (Hampton, 1972); technical officer (Clayton, 1977-1980) ===''STAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Hurst William Stafford|Stafford, John Hurst William]] [https://www.familysearch.org/tree/person/details/LV6P-XSJ] - 1901(Qld)-1992(Qld) - Licences: 4CD Receive Ipswich (Ebbw Vale, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: electrician (Ebbw Vale, 1925-1928; Booval, 1932-1949); engineer (East Ipswich, 1958-1963); retired (Mansfield, 1977-1980) ===''STANFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Roy Stanfield|Stanfield, Clifford Roy]] [https://www.familysearch.org/tree/person/details/GQXR-9GG] - 1900(NSW)-1991(NSW) - Licences: N744 Receive Newcastle (1922); 2HX Receive Newcastle (1922) - Qualifications: cc; CPRT 383, 1918; 2COCP 136, 1930; 1COCP 140, 1930 - amateur receiver; WW1 - Electoral Rolls: wireless operator (Randwick, 1930; Maroubra, 1932-1968); retired (Blaxland, 1977-1980) ===''STANLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. M. Stanley|Stanley, J. M.]] - 19??(???)-19??(???) - Licences: 2JS Receive Sydney (Crow's Nest, 1922-1923); 2JS Sydney (Crow's Nest, 1924); Orange (1924-1929) - Qualifications: cc; AOCP 100, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; newsagent (Leura, late 1920s) - Identification: Not yet identified (possibly James Melville Stanley, electrician, Lockhart, 1930) - Electoral Rolls: Nil yet identified ===''STAPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Stapleton|Stapleton, John William]] [https://www.familysearch.org/tree/person/details/GXG7-R9P] - 1915(SA)-1980(SA) - Licences: 5KY Adelaide (Port Adelaide, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1314, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Cook, SA, 1941-1944) ===''STARKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Starkie|Starkie, Thomas William]] [https://www.familysearch.org/tree/person/details/GZBS-NCY] - 1906(Qld)-1982(Qld) - Licences: 4NW Brisbane (Nundah, 1926-1939) - Qualifications: cc; AOCP 306, 1926, No. 30 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Nundah, 1928-1937); warehouse assistant (Holland Park, 1943); manager (Wavell Heights, 1949); agent (Toowong, 1954-1958); manufacturer's agent (Kenmore, 1963); agent (Tennyson, 1968-1972); retired (The Gap, 1977; North Tamborine, 1980) ===''STARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Starr|Starr, Francis John]] [https://www.familysearch.org/tree/person/details/GZLN-LC4] - 1916(Qld)-1940(off Qld coast) - Licences: 4FS Stanthorpe (1937-1939) - Qualifications: cc; AOCP 1930, 1937, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 23 Squadron, Aircraftsman Class 1) - Electoral Rolls: baker (Stanthorpe, 1937) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1719163] ===''STEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey William Ashcroft Steane|Steane, Geoffrey William Ashcroft]] [https://www.familysearch.org/tree/person/details/GMCF-JWV] - 1905(Vic)-1957(Vic) - Licences: 3UX Melbourne (Mont Albert, 1923-1933); 3SX Melbourne (Mont Albert, 1923-1925) - Qualifications: cc; CPRT 775, 1923; 2COCP 330, 1931 -amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Mont Albert, Vic, 1931); engineer (Camberwell, Vic, 1937); radio engineer (Dee Why, NSW, 1949); television engineer (Double Bay, NSW, 1954); engineer (Camberwell, Vic, 1954) ===''STEELE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rowland Edward James Steele|Steele, Rowland Edward James]] [https://www.familysearch.org/tree/person/details/GDTC-2ZM] - 1904(Tas)-1987(Tas) - Licences: Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Hobart West, 1928); dairyman (West Hobart, 1937-1972) ===''STEPHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Goldsmith Stephen|Stephen, Percy Goldsmith]] [https://www.familysearch.org/tree/person/details/GD2J-HVR] - 1896(NSW)-1976(NSW) - Licences: 2ZB Sydney (Balmain, 1924-1925); 2PS Sydney (Balmain, 1926; Granville, 1927-1930; Lidcombe, 1931-1936; Croydon, 1937-1939; Five Dock, 1946-1958; Condell Park, 1960-1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical mechanic (Granville, 1930); electrician (Lakemba, 1930; Lidcombe, 1932-1936); electrical fitter (Five Dock, 1943-1958); fitter (Condell Park, 1968-1972) ===''STEPHENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Nelson Stephens|Stephens, Arthur Nelson]] [https://www.familysearch.org/tree/person/details/G941-3F1] - 1886(Eng)-1972(Qld) - Licences: 4CG Receive Brisbane (Clayfield, 1922); 4CG Brisbane (Clayfield, 1923-1925); Operator of 4AE - Qualifications: cc; Nil yet identified - coastal wireless operator; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: draughtsman (North Carlton, Vic, 1912-1914); engineer (Wireless Station, Pinkenba, 1915-1919; Clayfield, 1925-1928); hotel keeper (Palm Beach Hotel, Elanora, 1932-1934; Grand Hotel, Southport, 1936-1943); cafe proprietor (Southport, 1949); secretary (Main Beach, 1954-1958; Southport East, 1963-1968) * [[/Frank Richmond Stephens|Stephens, Frank Richmond]] [https://www.familysearch.org/tree/person/details/GXQ7-MLM] - 1897(Qld)-1977(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 452, 1919 - RANRS - Electoral Rolls: naval reservist (New Farm, 1921); farm hand (Wamuran, Qld, 1925); wireless operator (New Farm, 1925-1937); radio mechanic (New Farm, Qld, 1943); agent (New Farm, Qld, 1949); caretaker (Brisbane, 1954-1958); retired (Bowen Hills, 1963; Coolangatta, 1968-1972) * [[/Harry James Milne Stephens|Stephens, Harry James Milne]] [https://www.familysearch.org/tree/person/details/GXYC-KQH] - 1900(WA)-1982(WA) - Licences: 6ZZ Perth (South Perth, 1935-1939; Bassendean, 1947-1960; Eden Hill, 1965-1980+) - Qualifications: cc; AOCP 1530, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Albany, WA, 1925); railway employee (Katanning, WA, 1931-1936); storekeeper (Fremantle, WA, 1937); aircraftsman (Bassendean, WA, 1943-1963); railway employee (Eden Hill, WA, 1968-1972); retired (Bassendean, WA, 1977-1980) * [[/Thomas Stephens|Stephens, Thomas]] [https://www.familysearch.org/tree/person/details/GZ2B-35G] - 1912(Vic)-1944(Sct) - Licences: 3GO Melbourne (Essendon, 1931-1933) - qualifications: AOCP 489, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1944) - Electoral Rolls: bank clerk (Essendon, 1936-1942) - "Greater love hath no man" [https://aviationmuseumwa.org.au/afcraaf-roll/stephens-thomas-418036/] * [[/Thomas Blacket Stephens|Stephens, Thomas Blacket or Blackett]] [https://www.familysearch.org/tree/person/details/G9WG-Y5P] - 1902(Qld)-1999(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 309, 1926, No. 31 in Qld - amateur operator? - Electoral Rolls: articled law clerk (Annerley, 1925-1928); solicitor (Annerley, 1934; Fortitude Valley, 1936-1937; Clayfield, 1949-1968); retired (St Lucia, 1972-1980) ===''STEPHENSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Wilfred Stephenson|Stephenson, Charles Wilfred]] [https://www.familysearch.org/tree/person/details/93BK-M7F] - 1905(Qld)-1997(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother); 2BWQ Sydney (Blacktown, 1980+) - Qualifications: cc; AOCP 282, 1926, No. 25 in Qld - amateur operator; amateur broadcaster; radio clubs (Wooloowin RC, operator 4WN; WIAQ, operator 4AE); broadcast technician (4QG); business proprietor (cinema audio) - Relationships: brother of 4RG Harold John Stephenson - Electoral Rolls: public servant (Wooloowin, Qld, 1928-1929); electrical engineer (Pymble, NSW, 1932-1933); sound engineer (Capertee, NSW, 1936-1937); panel beater (Bourke, NSW, 1943); mechanic (Capertee, NSW, 1949-1954; Maroubra, NSW, 1958); autoelectrician (Blacktown, NSW, 1963-1977); retired (Blacktown, NSW, 1980) * [[/Harold John Stephenson|Stephenson, Harold John]] [https://www.familysearch.org/tree/person/details/93BK-9M3] - 1903(Qld)-1990(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother) - Qualifications: cc; AOCP 290, 1926, No. 27 in Qld - amateur operator; amateur broadcaster - Relationships: brother of 4RG/2BWQ Charles Wilfred Stephenson - Electoral Rolls: railway employee (Wooloowin, Qld, 1925-1943); sheet metal worker (Wooloowin, Qld, 1949); engineer (Wooloowin, Qld, 1954); aircraft mechanic (Maroubra, NSW, 1963-1980) ===''STEVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edgar F. Stevens|Stevens, Albert Edgar F. "Bert"]] [https://www.familysearch.org/tree/person/details/KH4H-N2D] - 1894(Vic)-1954(WA) - Licences: 6BN Perth (North Perth, 1924-1927; South Perth, 1930-1939); nominated licensee for W732 WIA WA (1922) - Qualifications: cc; AOCP 136, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geraldton, WA, 1916-1917); phone mechanic (North Perth, WA, 1925; South Perth, WA, 1931-1954) * [[/Frederick William Stevens|Stevens, Frederick William]] - 1898-19?? - 4SP Brisbane, amateur operator (PRTC 788, 1923, Marconi & Telefunken; 1COCP, 1930, Qld), Coastal wireless operator; first chief engineer 4QG, state public servant (4QG), pilot (Qantas), federal public servant (DCA) * [[/Robert Edward Stevens|Stevens, Robert Edward]] [https://www.familysearch.org/tree/person/details/GD1Z-ZMF] - 1908(Vic)-1994(Vic) - Licences: 7OJ Deloraine (1931-1933); 3OJ Melbourne (Burwood, 1937-1939, 1946-1980+) - Qualifications: cc; AOCP 817, 1931, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (Auburn, Vic, 1931; Burwood, 1937-1980) ===''STEWART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Barnett Stewart|Stewart, Alexander Barnett]] [https://www.familysearch.org/tree/person/details/GHBR-VND] - 1895(Sct)-1981(Qld) - Licences: 4DD Receive Brisbane (Hawthorne, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: jackeroo (Oondooroo, Qld, 1919); farmer (Palmwoods, Qld, 1921-1925); orderman (Hawthorne, Qld, 1928); truck driver (Eight Mile Plains, Qld, 1936-1937); foreman (Hawthorne, Qld, 1943-1980) * [[/Donald Richardson Stewart|Stewart, Donald Richardson]] [https://www.familysearch.org/tree/person/details/94CC-2MT] - 1902(Vic)-1993(Vic) - Licences: V739 Receive Lorne (1922); 3GS Receive Lorne (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: motor driver (Lorne, 1925-1954); guest house proprietor (Lorne, 1967-1968); proprietor (Lorne, 1972-1980) * [[/John Edgar Stewart|Stewart, John Edgar]] [https://www.familysearch.org/tree/person/details/GZD8-3JC] - 1884(NSW)-1957(NSW) - Licences: 2MR Newcastle (Mayfield, 1923-1929; Hamilton, 1930); 2MR Sydney (Chatswood, 1931); 4MR Brisbane (Nundah, 1933-1939, 1946-1948); 2MR Waratah (1954-1957) - Qualifications: cc; AOCP 43, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; Commonwealth Electoral Commission (Chief Electoral Officer) - Electoral Rolls: clerk (Arncliffe, 1913); District Returning Officer (Mayfield, 1930); Commonwealth Electoral Officer (Nundah, Qld, 1937-1949); retired (Waratah, 1954) * [[/Henry Stewart|Stewart, Henry]] [https://www.familysearch.org/tree/person/details/GXS7-R71] - 1896(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 234, 1916; 1COCP 318, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Comment: Several contemporaneous HSs - Electoral Rolls: Nil yet identified * [[/William Alfred Stewart|Stewart, William Alfred]] [https://www.familysearch.org/tree/person/details/GXBZ-4XJ] - 1910(WA)-2020(WA)109yo - Licences: 6ST Perth (West Leederville, 1937-1939) - Qualifications: cc; AOCP 1958, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Balkatta, WA, 1936; Leederville, WA, 1937); salesman (Wembley Park, WA, 1943; Leederville, WA, 1949); technician (Floreat Park, WA, 1954-1963; Wembley Park, WA, 1968; Floreat Park, WA, 1972-1980) - Links: [https://gerontology.fandom.com/wiki/William_Stewart Gerontology] ===''STIPEK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Stipek|Stipek, John "Jack"]] [https://www.familysearch.org/tree/person/details/GD5X-XL1] - 1898(NSW)-1974(Florida, USA) - Licences: 7BE Receive St Helens (1923); Receive St Helens (1923); 7BE St Helens (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMG telegraph messenger, left PMGD 1920; first to log KGO in Tas - Comment: beware two other John Stipek's concurrently in Tas, 1920s - Electoral Rolls: civil servant (St Helens, 1919); clerk (St Helens, 1922) ===''STITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Hugh Rankin Stitt|Stitt, Walter Hugh Rankin Jnr "Hughie"]] [https://www.familysearch.org/tree/person/details/GWBX-L5G] - 1908(NSW)-1972(NSW) - 2WH Forbes (1925-1969+), 2ARN Forster (1965-1969+), amateur operator (AOCP 196, 1925, No. ?? in NSW), amateur broadcaster, "brother-in-law" of Leslie Maclean Wilson 2LM, note his father also Walter Hugh Rankin Stitt and lived in same district ===''STOCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Daniel Alan John Stocks|Stocks, Daniel Alan John]] [https://www.familysearch.org/tree/person/details/GZN8-R5P] - 1897(Vic)-1933(Vic) - 3DJ Melbourne (Canterbury, 1925-1927; Surrey Hills, 1931), amateur operator (AOCP 144, 1925, No. ?? in Vic), amateur broadcaster, electrical engineer, gone too soon ===''STOCKTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Stockton|Stockton, Norman]] - 1904(WA)-1943(Germany) - 4NQ Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, military (WW2, press correspondent), journalist, "Greater love hath no man than this" ===''STOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allen Frederick Stow|Stow, Allen Frederick]] [https://www.familysearch.org/tree/person/details/G8WR-7GG] - 1910(Vic)-1966(Vic) - Licences: 3AS Melbourne (North Carlton,1928-1931; North Fitzroy, 1933-1939, 1946-1947; Northcote, 1948-1965); 3AFS Portable Melbourne (Northcote, 1948-1965) - Qualifications: AOCP 441, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army) - Electoral Rolls: engineer (Carlton North, 1931; Fitzroy North, 1934-1942) ===''STOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Alfred Stowe|Stowe, Harry Alfred]] [https://www.familysearch.org/tree/person/details/GWBJ-YTW] - 1892(NSW)-1977(NSW) - Licences: XAS Sydney (Drummoyne, 1911-1914); 2CX Receive Sydney (Chatswood, 1922-1923); 2CX Sydney (Chatswood, 1924-1929) - Qualifications: cc; AOCP 19, 1924, No. 9 in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, 1930-1958); retired (Frenchs Forest, 1968-1977) ===''STOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Bickley Stoyle|Stoyle, Jack Bickley]] [https://www.familysearch.org/tree/person/details/GM1Z-JWV] - 1881(India)-1966(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 91, 1915; 1COCP 55, 1930 - RANRS (Commissioned Telegraphist, terminated Nov 1920); AWA CRS - Electoral Rolls: wireless telegraphist (Rockhampton, 1917); radio station master (Darwin, 1922; Kilkenny, 1939-1943) ===''STRAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Michael Strafford|Strafford, John Michael]] [https://www.familysearch.org/tree/person/details/LZ2K-LBX] - 1900(SA)-1974(SA) - Licences: 5JS Adelaide (Stepney, 1936-1939; City, 1947-1965; Windsor Gardens, 1969-1975) - Qualifications: cc; AOCP 1710, 1936, SA; BOCP 514, 1943 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''STRATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Stephen Stratford|Stratford, Leo Stephen]] [https://www.familysearch.org/tree/person/details/GXHV-HRX] - 1915(Qld)-1999(Qld) - Licences: 4AE Goondiwindi (1936-1939); 4LS Goondiwindi (1947-1956) - Qualifications: cc; AOCP 1678, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Goondiwindi, Qld, 1936-1949); radio dealer (Goondiwindi, Qld, 1954-1958); electrician (Goondiwindi, Qld, 1968); refrigeration mechanic (Goondiwindi, Qld, 1980) ===''STREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Streamer nee Mackenzie, Florence Madeline "Madeline" - See Florence Madeline Mackenzie 4YL ===''STREET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frederick Street|Street, Reginald Frederick]] [https://www.familysearch.org/tree/person/details/GW5S-Z4L] - 1900(Tas)-1927(Tas) - Licences: 7BD Receive Hobart (1923); Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: draper's assistant (Hobart West, 1922) ===''STROHFELDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Strohfeldt|Strohfeldt or Strofeldt, Gilbert]] [https://www.familysearch.org/tree/person/details/LVWD-W9Z] - 1904(Qld)-1951(Qld) - Licences: 4GS Brisbane (Paddington, 1932-1939; Camp Hill, 1948-1956) - Qualifications: cc; AOCP 1041, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Comment: licensed for 5 years after passing - Electoral Rolls: postal assistant (Roma, 1926); telegraphist (Charleville, 1928-1930); Paddington, Qld, 1936-1937); assistant radio inspector (Camp Hill, Qld, 1943) ===''STUART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Stuart|Stuart, Francis John]] [https://www.familysearch.org/tree/person/details/GXSH-RPC] - 1895(SA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: naval officer (Hobart, Tas, 1919); telegraphist (Hobart, 1922; Oakleigh, Vic, 1928-1942); primary producer (Tarra Valley, Vic, 1949-1954) * [[/Michael Aloysius Horatio Stuart|Stuart, Michael Aloysius Horatio]] [https://www.familysearch.org/tree/person/details/GXLC-2D9] - 1891(Vic)-1953(Vic) - Licences: 3MH Melbourne (Moonee Ponds, 1927); 3MH Rockbank (1931-1937); 5MS Adelaide (Rosewater, 1938-1939) - Qualifications: cc; 2COCP 66, 1929; 1COCP 184, 1931; likely CRPT pre 1927 - amateur operator; amateur broadcaster; WW1 (UK Merchant Navy); WW2 - Electoral Rolls: mechanic (Moonee Ponds, Vic, 1925-1927); radio telegraphist (Beam Radio Station, Rockbank, Vic, 1928-1937; Geraldton, WA, 1943); radio technician (Footscray North, Vic, 1949) ===''STURDEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Ashton Hobart Sturdee|Sturdee, Vernon Ashton Hobart]] - 1890(Vic)-1966(Vic) - 4?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur radio club (member, WIQ) ===''SULLIVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sullivan|Sullivan, John]] [https://www.familysearch.org/tree/person/details/KLGD-VK6] - 1906(Vic)-1997(Vic) - 3SR Melbourne (Elsternwick, 1925-1926), 3SR Yallourn (1927), amateur operator (AOCP 206, 1925, No. ?? in Vic), amateur broadcaster, engineer (1927) ===''SUTHERLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan James Sutherland|Sutherland, Alan James]] [https://www.familysearch.org/tree/person/details/GXK6-94L] - 1916(SA)-1977(Qld) - Licences: 5XB Adelaide (Glenelg, 1935-1939, 1947-1948); 3AXB Melbourne (Balwyn, 1954-1965); 3KY Melbourne (Balwyn, 1969-1975) - Qualifications: cc; AOCP 1592, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Dunleath, SA, 1939-1941); public servant (Albert Park, Vic, 1949; Canterbury, Vic, 1954-1968; Balwyn, Vic, 1972-1977); retired (Scarness, Qld, 1977) * [[/George Bremner Sutherland|Sutherland or Clyne, George Bremner "Jock"]] [https://www.familysearch.org/tree/person/details/GZVF-KQC] - 1893(Sct)-1981(SA) - Licences: 6GB Perth (Mt Hawthorn, 1927) - Qualifications: cc; 1COCP 295, 1932 - amateur operator; amateur broadcaster; telegraphist (Navy, 1911), late 1920s assistant chief engineer 6WF (to Wally Coxon) - Electoral Rolls: DCA (aeradio operator, from 1941); radio operator (Kalgoorlie, 1949); retired (North Perth, 1958) ===''SUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Sutton|Sutton, Arthur Ernest]] [https://www.familysearch.org/tree/person/details/GMFM-Z34] - 1882(Vic)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (early 1910s); utilised Henry Sutton's experimental licence - Relationships: son of XLM Henry Sutton - Electoral Rolls: music seller (Malvern, 1909-1913; Hawthorn, 1914-1915); engineer (Kew, 1922-1925); traveller (Camberwell, 1927); mechanic (Brunswick, 1928) * [[/Henry Sutton|Sutton, Henry]] [https://www.familysearch.org/tree/person/details/LD19-T7V] - 1855(Vic)-1912(Vic) - Licences: XLM Melbourne (Malvern, 1910-1912) - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed from 1890s); numerous inventions, Australia's first wireless telephony experimenter (1906); invented several new types of telephones; early television experiments - Relationships: father of Arthur Ernest Sutton - Links: [https://adb.anu.edu.au/biography/sutton-henry-4675 ADB] - Electoral Rolls: Nil yet identified * [[/Joseph William Sutton Jnr|Sutton, Joseph William Jnr]] [https://www.familysearch.org/tree/person/details/LHKF-HCJ] - 1874(Qld)-1941(Qld) - Licences: 4CP Receive Brisbane (City, 1923); 4EI Brisbane (City, 1923-1925) (In the name of the State Engineer) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club (WIQ, foundation member; QWI); electrical engineer; senior federal public servant (PMGD, State Engineer) - Relationships: son of Joseph William Sutton Snr - Electoral Rolls: electric engineer (Teneriffe, 1903); engineer (Teneriffe, 1908-1909); assistant (GPO, 1912-1919); electrical engineer (New Farm, 1921-1936); retired (Ascot, 1937) * [[/Joseph William Sutton Snr|Sutton, Joseph William Snr]] [https://www.familysearch.org/tree/person/details/LHKF-W6T] - 1844(Eng)-1914(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - club (Royal Society Qld, president) - Relationships: father of Joseph William Sutton Jnr - Links: [[w:Joseph William Sutton|Wikipedia]] - Electoral Rolls: engineer (Teneriffe, 1908-1909) ===''SWABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Max J. Swaby|Swaby, Max J.]] - 19??(???)-19??(???) - 4DA Dalby (-1948+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''SWAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lionel Tamsett Swain|Swain, Lionel Tamsett]] [https://www.familysearch.org/tree/person/details/KL1J-TGY] - 1902(NSW)-1985(NSW) - Licences: 2CS Receive Newcastle (Hamilton, 1922); 2CS Newcastle (Hamilton, 1923-1927; Waratah, 1928-1939, 1946-1950; Charlestown, 1954-1961; Bolton Point, 1965-1980) - Qualifications: cc; AOCP 108, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Withdrawal: when 2CS Coffs Harbour commenced in early 1980s, policy had changed as to withdrawal of similar amateur callsigns - Electoral Rolls: draftsman (Waratah, 1930-1954); engineer (Charlestown, 1958-1963); retired (Bolton Point, 1968-1980) ===''SWEENEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Moss Sweeney|Sweeney, Walter Moss]] [https://www.familysearch.org/tree/person/details/LNZ7-YRD] - 1887(Eng)-1964(Vic) - Licences: 3WS Melbourne (East Melbourne, 1924-1925; Elwood, 1925-1931; St Kilda, 1933-1939) - Qualifications: cc; CPRT 204, 1916 - coastal wireless operator; RANRS (commissioned telegraphist, 1917); amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless engineer (Subiaco, 1916-1917); no occupation (Melbourne, 1919); wireless engineer (East Melbourne, 1921-1924); engineer (Elsternwick, 1925-1928); director (St Kilda, 1931-1963) ===''SWINBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank Charles Richard Swinburne|Swinburne, Frank Charles Richard]] [https://www.familysearch.org/tree/person/details/GDML-S1J] - 1901(Qld)-1948(NSW) - Licences: 2AT Receive Sydney (Manly, 1922-1923); 2AT Sydney (Manly, 1924-1926) - Qualifications: cc; CPRT 557, 1920 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Manly, NSW, 1937; North Sydney, 1943)) ===''SWINDELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Willie Swindells|Swindells, Willie]] [https://www.familysearch.org/tree/person/details/L812-BTK] - 1890(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: electrician (Richmond, Vic, 1913-1914; Parkdale, Vic, 1925-1926); engineer (Geelong, 1927; Darlinghurst, NSW, 1931-1933); electrical engineer (Brunswick, Vic, 1934) ===''SYMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathaniel Joseph Leo Symonds|Symonds, Nathaniel Joseph Leo "Leo"]] [https://www.familysearch.org/tree/person/details/KJZ3-3QH] - 1908(WA)-2005(WA) - Licences: 6LS Perth (Cottesloe Beach, 1925-1930; Bicton, 1947-1948); 6LX Perth (Kalamunda, 1965-1980+) - Qualifications: cc; AOCP 207, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: tailor (Cottesloe, 1931-1943); radio operator (Fremantle, 1949-1954); radio technician (Kalamunda, 1958-1980) ===''SYMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Lindsay Gordon Symons|Symons, John Lindsay Gordon]] [https://www.familysearch.org/tree/person/details/KZZ5-Q42] - 1913(Vic)-1964(Vic) - Licences: 3JT Melbourne (Malvern, 1930-1939; East Hawthorn, 1946-1947; Burwood, 1948; South Melbourne, 1954-1956; Mt Waverley, 1960) - Qualifications: AOCP 662, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Malvern, 1934-1943; Glen Iris, 1949); hotelkeeper (Malvern, 1954); engineer (Syndal, 1963) =='''T'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''TAPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Ernest Tapp|Tapp, Charles Ernest or Edward]] [https://www.familysearch.org/tree/person/details/GX7P-BXV] - 1894(NSW)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 82, 1915 - RANRS (commissioned telegraphist, 1917); WW1 - Electoral Rolls: OIC Wireless Station (Thursday Island, Qld, 1915; South Yarra, Vic, 1917-1919); electrical engineer (Mosman, NSW, 1930); engineer (Brighton, Vic, 1942); manager (Vaucluse, NSW, 1943) ===''TAPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Tapper|Tapper, John Robert]] [https://www.familysearch.org/tree/person/details/G8ZX-4T6] - 1910(WA)-1992(WA) - Licences: 6RJ Perth (Claremont, 1929-1939); 6RJ Onslow (1946-1947); 6RJ Perth (Claremont, 1948-1960); 2AO Wagga Wagga (1969-1980+) - Qualifications: cc; AOCP 538, 1929, No. ?? in WA; 1COCP 218, 1931; TVOCP 324, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Claremont, 1931-1943); operator (Claremont, 1949-1963); radio inspector (Wagga Wagga, 1968-1980) ===''TARBOTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Augustus Tarbotton|Tarbotton, Harry Augustus]] [https://www.familysearch.org/tree/person/details/GF93-87K] - 1902(Eng)-1961(WA) - Licences: 6HT Albany (1936-1939, 1947-1960) - Qualifications: cc; AOCP 1672, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: motor driver (Albany, WA, 1925-1931); motor mechanic (Albany, WA, 1936-1954); radio service (Albany, WA, 1958) ===''TARLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred William Tarling|Tarling, Alfred William]] [https://www.familysearch.org/tree/person/details/LVH9-4RZ] - 1900(Eng)-1953(Qld) - Licences: 4TW Townsville (1937-1939, 1946-1948) - Qualifications: cc; (likely qualification ca 1920, British Merchant Navy; 1COCP 679, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Coolbie, Ingham, Qld, 1930); wireless operator (Pimlico, Qld, 1931-1932); labourer (West End, Qld, 1936-1937); radio engineer (Townsville, Qld, 1943-1949) ===''TARRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Albert Tarrant|Tarrant, Ernest Albert Jnr]] [https://www.familysearch.org/tree/person/details/L8SB-Z68] - 1898(NSW)-1956(NSW) - Licences: 2AK Receive Narrabri (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Eulah Creek, 1930; Narrabri, 1943) * [[/William Francis Tarrant|Tarrant, William Francis "Frank"]] [https://www.familysearch.org/tree/person/details/GD5M-6JT] - 1914(NSW)-1998(NSW) - Licences: 2UF Newcastle (Cooks Hill, 1932-1958) - Qualifications: cc; AOCP 1054, 1932, NSW - amateur operator; amateur broadcaster - Electoral Rolls: ironworker (Newcastle, 1930-1949) ===''TATHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Edward Tatham|Tatham, Sydney Ernest Edward]] [https://www.familysearch.org/tree/person/details/GDQT-52W] - 1896(Eng)-1973(Vic) - Licences: 2ST Sydney (Neutral Bay, 1923-1925; City, 1926-1928; Darling Point, 1929-1933; City, 1933-1939) - Qualifications: cc; CPRT 33, 1915; 1COCP 406, 1940 - amateur operator; amateur broadcaster; journalist (editor, Sea, Land and Air, 1922); WW2 - Electoral Rolls: instructor (St Kilda, 1919; South Yarra, 1919); merchant (Darling Point, 1930-1933; City, 1934-1937; Albert Park, Vic, 1949; Camberwell, 1954); director (Balwyn, 1958-1972) ===''TAYLOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert William Taylor|Taylor, Albert William]] [https://www.familysearch.org/tree/person/details/GX56-JGX] - 1910(NSW)-1980(SA) - Licences: 5AT Port Pirie (1934-1937); 5AT Adelaide (Solomontown, 1938-1939; Edwardstown, 1947-1980+) - Qualifications: cc; AOCP 1276, 1934, SA; BOCP 286, 1940; TVOCP 461, 1962 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Marleston, SA, 1941; Edwardstown, SA, 1943) * [[/B. A. Taylor|Taylor, B. A.]] - 19??(???)-19??(???) - Licences: 4DF Receive Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Donald Gordon Taylor|Taylor, Donald Gordon "Don"]] [https://www.familysearch.org/tree/person/details/GZB4-N31] - 1907(SA)-1985(SA) - Licences: Receive Adelaide (Forestville, 1923-1924); 5DX Adelaide (Forestville, 1926-1937; Black Forest, 1938-1939, 1946-1980+) - Qualifications: cc; AOCP 307, 1926, No. ?? in SA; AOLCP 25, 1930 - amateur operator; amateur broadcaster; WW2 - Comment: another DGT served in WW2 & died on active service 1943 in NT - Electoral Rolls: wireless mechanic (Goodwood, 1939; Black Forest, 1941-1943) * [[/Florence Mary Parsons|Taylor nee Parsons, Florence Mary]] [https://www.familysearch.org/tree/person/details/LZX2-FZB] - 1879(Eng)-1969(NSW) - Licences: Nil - Qualifications: Nil - publisher - Electoral Rolls: managing director (Sydney, 1936); journalist (Vaucluse, 1954); editor (Darlinghurst, 1958; Potts Point, 1963) - Relationships: wife of George Augustine Taylor - [https://adb.anu.edu.au/biography/taylor-florence-mary-8754 ADB] * [[/George Augustine Taylor|Taylor, George Augustine]] [https://www.familysearch.org/tree/person/details/GZB4-JG7] - 1872(NSW)-1928(NSW) - Licences: Nil (always operated under military or other amateur licences) - Qualifications: Nil - early wireless experimenter, amateur operator, founder WIA NSW, founder Association for Development of Wireless in Australasia - Electoral Rolls: Nil - gone too soon - [https://adb.anu.edu.au/biography/taylor-george-augustine-8756 ADB] * [[/Henry Arthur Taylor|Taylor, Henry Arthur]] [https://www.familysearch.org/tree/person/details/GF77-443] - 1907(Eng)-1996(WA) - Licences: 6AT Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1042, 1932, WA; AOLCP 216, 1935 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: joiner (Victoria Park, WA, 1931-1934); radio engineer (6KG, Parkeston, WA, 1937-1943; Nedlands, WA, 1954-1963); retired (South Perth, WA, 1977-1980) * [[/Leslie Harry Taylor|Taylor, Leslie Harry]] [https://www.familysearch.org/tree/person/details/G841-CD4] - 1898(Eng)-1978(NSW) - Licences: 2CL Sydney (Ashfield, 1936-1939, 1946-1969) - Qualifications: AOCP 1723, 1936, NSW - amateur operator, amateur broadcaster - Electoral Rolls: manager (Leichhardt, 1930-1933; Ashfield, 1935-1968); retired (Ashfield, 1977) ===''TEECE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Auburn Selwyn Teece|Teece, Cecil Auburn Selwyn]] [https://www.familysearch.org/tree/person/details/2Z37-JSS] - 1885(NSW)-1970(ACT) - Licences: V733 Receive Melbourne (Toorak, 1922); 3GO Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (East Melbourne, 1909); examiner (Kew, 1910); civil servant (Kew, 1912; Hawthorn, 1914-1917); examiner of patents (Box Hill, 1919); civil servant (Toorak, 1922; Sandringham, 1924; St Kilda, 1928; East Melbourne, 1931; Reid, ACT, 1935-1937; Barton, 1943); public servant (Barton, 1949-1954); retired (Braddon, 1958-1968) ===''TEMPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Lander Templeton|Templeton, Gordon Lander]] [https://www.familysearch.org/tree/person/details/G8F2-VLH] - 1909(Vic)-1945(Vic) - Licences: 3OW Coleraine (1930-1939) - Qualifications: AOCP 631, 1930, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer) - Electoral Rolls: farm labourer (Tahara Bridge, 1931-1937) - Relationships: cousin of 3HG Neil Murray Templeton - "Greater love hath no man" * [[/Neil Murray Templeton|Templeton, Neil Murray]] [https://www.familysearch.org/tree/person/details/L6SD-RDT] - 1911(Vic)-1965(Vic) - Licences: 3HG Coleraine (1930-1939, 1946-1960) - Qualifications: AOCP 632, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Tahara Bridge, 1934-1937); RAAF (Canterbury, 1943); grazier (Tahara Bridge, 1949-1963) - Relationships: cousin of 3OW Gordon Lander Templeton ===''THEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Milton Theel|Theel, Kenneth Milton]] [https://www.familysearch.org/tree/person/details/LD1Z-1Z9] - 1908(SA)-1956(SA) - Licences: 5CT Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923); 5QP Adelaide (St Peters, 1927-1933; Clarence Park, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 322, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: ledger keeper (Reade Park Gardens, SA, 1941-1943) ===''THOMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Kirk Raleigh Thomas|Thomas, Henry Kirk Raleigh]] [https://www.familysearch.org/tree/person/details/GWX4-8LL] - 1902(NSW)-19??(???) - 2HT Sydney (Mosman, 1924; Neutral Bay, 1925-1933; Cremorne, 1933-1934; Mosman, 1935-1939), amateur operator (AOCP 1, 1924, No. 1 in NSW and Australia), amateur broadcaster, broadcast engineer (2GB, assistant engineer, 1946) * [[/Herbert Thomas|Thomas, Herbert]] - 19??(???)-19??(???) - Licences: 6DY Perth (CBD, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, salesman (Harris Scarfe, 1924) - Electoral Rolls: Nil yet identified - Comment: several contemporaneous HTs * [[/Ivor Thomas|Thomas, Ivor]] [https://www.familysearch.org/tree/person/details/G8HB-Q3G] - 1897(SA)-1965(SA) - Licences: 5IT Adelaide (Mitcham, 1929-1960) - Qualifications: cc; AOCP 496, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: warehouseman (Kingswood Park, 1939-1943) * [[/Josiah Thomas|Thomas, Josiah]] [https://www.familysearch.org/tree/person/details/LYSY-Y24] - 1863(Eng)-1933(NSW) - establishment radio station (2CH), state politician (NSW, MLA, 1890s), senior federal politician (MHR, Postmaster-General 1908-1909, 1910-1911) - Electoral Rolls: * [[/Roland Henry Thomas|Thomas, Roland Henry]] [https://www.familysearch.org/tree/person/details/GXHG-7Z4] - 1911(Qld)-1994(Qld) - Licences: 4LR Brisbane (Bulimba, 1932-1939) - Qualifications: cc; AOCP 1058, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Bulimba, 1934); radio technician (Bulimba, Qld, 1937-1972); proprietor (Manly West, Qld, 1977-1980) * [[/Roy Valentine Thomas|Thomas, Roy Valentine]] [https://www.familysearch.org/tree/person/details/GZ6H-7WG] - 1907(NSW)-1958(NSW) - 2TK Sydney (Erskinville, 1925), 2RV Sydney (Bondi North, 1927-1930), 2TK Sydney (South Hurstville, 1947-1958), amateur operator (AOCP 62, 19??, No. ?? in NSW), amateur broadcaster ===''THOMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Thompson|Thompson, F.]] - 19??(???)-19??(???) - Licences: 2HF Receive Sydney (East Balmain, 1922-1923); 2HF Sydney (Balmain, 1924-1927) - Qualifications: cc; AOCP 47, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: several contemporaneous F. Thompson * [[/Geoffrey George Thompson|Thompson, Geoffrey George]] [https://www.familysearch.org/tree/person/details/G8SP-DDD] - 1911(Vic)-2000(Vic) - Licences: 3GT Melbourne (Thornbury, 1928-1939) - Qualifications: AOCP 388, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Thornbury, 1934-1937; North Melbourne, 1949); cameraman (Hawthorn, 1954-1980) * [[/Leonard Neville Weston Fane Thompson|Thompson, Leonard Neville Weston Fane]] [https://www.familysearch.org/tree/person/details/LJKN-FJV] - 1899(NSW)-1960(Vic) - Licences: 3LT Melbourne (Mitcham, 1931; Chelsea, 1933; Carrum, 1937-1939; Bonbeach, 1946-1960) - Qualifications: AOCP 762, 1931, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: railway employee (Glenferrie, 1925; Mitcham, 1931; Chelsea, 1934; Carrum, 1936-1954) * [[/Stanley Gordon Thompson|Thompson, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/GXLZ-S21] - 1906(NSW)-1975(Vic) - Licences: 3AZ Melbourne (North Brighton, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: expert (Brighton, Vic, 1931); mechanic (Brighton, Vic, 1936); sales (Shepparton, Vic, 1963-1972) ===''THOMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Thomson|Thomson, Arthur William]] [https://www.familysearch.org/tree/person/details/GZND-ZPF] - 1907(Vic)-1995(Vic) - 3AT Sunshine (1925), amateur operator (AOCP 145, 1925, No. ?? in Vic) * [[/G. L. Thomson|Thomson, G. L.]] - 19??(???)-19??(???) - 2GT Sydney (Waverley, 1924-1925), amateur operator (AOCP 3, 1924, No. 2 in NSW), amateur broadcaster, operator of 2BV Waverley Radio Club ===''THORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Thorley|Thorley, Roy "John"]] [https://www.familysearch.org/tree/person/details/GDR2-8GW] - 1912(Qld)-1966(Qld) - Licences: 4RT Brisbane (South Brisbane, 1936-1937; Annerley, 1938-1939; Holland Park, 1946-1956) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (WIAQ, president); business proprietor (mechanical engineering) - Comment: killed in automobile accident - Electoral Rolls: clerk (Annerley, Qld, 1937); engineer (Holland Park, Qld, 1949-1963); contractor (Charters Towers, Qld, 1963) ===''THURSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wyngate Thurstan|Thurstan, Arthur Wyngate]] [https://www.familysearch.org/tree/person/details/LVFV-XSS] - 1907(Eng)-1976(NSW) - 2AV Sydney (Penshurst, 1924-1939; Beverley Hills, 1946-1975), amateur operator (AOCP 38, 1924, No. ?? in NSW), amateur broadcaster, WW2, Lempriere & Co (metallurgist; Chief Chemist, 1937) ===''THRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Thring|Thring, Francis William]] [https://www.familysearch.org/tree/person/details/9XFG-ZY6] - 1882(NSW)-1936(Vic) - Film producer, founder 3XY Melbourne - Links: [[w:F. W. Thring|Wikipedia]] ===''THROSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Ledsam Throssell|Throssell or Throssel, Lancelot Ledsam]] [https://www.familysearch.org/tree/person/details/KHFL-59C] - 1902(WA)-1980(WA) - Licences: 6LT Northam (1926-1927) - Qualifications: cc; AOCP 248, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Northam, 1925-1931); civil servant (Northam, 1936-1937); clerk (Bruce Rock, 1943); bank officer (Kojonup, 1954; Innaloo, 1963-1972); retired (Osborne Park, 1980) ===''THUGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thuge|Thuge, Norman]] [https://www.familysearch.org/tree/person/details/GXDL-F55] - 1917(Qld)-1973(NSW) - Licences: 4NC Gladstone (1936-1937); 4NO Gladstone (1938-1939); 4NO Brisbane (Hendra, 1947); 2ANO Sydney (Stanmore, 1948-1950; Arncliffe, 1954-1956) - Qualifications: cc; AOCP 1622, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Charters Towers, Qld, 1943); bank officer (Petersham, NSW, 1949; Arncliffe, NSW, 1954-1958); retired (Burwood, NSW, 1972) ===''THYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Joseph Thynne|Thynne, Andrew Joseph]] [https://www.familysearch.org/tree/person/details/KP3H-T8K] - 1847(Irl)-1927(Qld) - military (Qld Defence Force, 1867, eventually Lieutenant-Colonel), profession (solicitor, Qld, 1873-1882), state politician (Qld MLC, Minister for Justice and Attorney General; Qld Postmaster-General, 1894-1897) ===''TILBROOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clem David Lloyd Tilbrook|Tilbrook, Clem David Lloyd]] [https://www.familysearch.org/tree/person/details/GXP4-4PQ] - 1912(SA)-2004(SA) - Licences: 5GL Adelaide (Brighton, 1933-1937; Camden, 1938-1939; Colonel Light Gardens, 1947-1965; Daw Park, 1969-1980+) - Qualifications: cc; AOCP 1210, 1933, SA; 2COCP 381, 1940; 1COCP 468, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Camden, SA, 1939-1943) ===''TILNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Edward Tilney|Tilney, Leslie Edward]] [https://www.familysearch.org/tree/person/details/MPDS-4PK] - 1870(NSW)-1937(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 13, 1914 - early wireless experimenter (army); coastal wireless officer, WW1 - Electoral Rolls: officer-in-charge (Wireless Station, Applecross, 1916-1917); soldier (Claremont, 1917); commissioner (Caulfield, 1924-1931); civil servant (Malvern, 1933-1936) - TroveTag: "Leslie Edward Tilney" (400+ tags) - Links: [https://www.anzac-biographies.com/2021/06/05/tilney-lieutenant-colonel-leslie-edward-dso-mid-vd/ Bio] ===''TILSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Howard Tilse|Tilse, Arthur Howarde "Howard"]] [https://www.familysearch.org/tree/person/details/LTK5-CS8] - 1911(Qld)-1973(Qld) - Licences: 4WO Brisbane (Yeronga, 1931-1939; South Brisbane, 1946-1948; Yeronga, 1954-1970) - Qualifications: cc; AOCP 725, 1931, No. ?? in Qld; 2COCP 155, 1938 - amateur operator; amateur broadcaster; military (WW2, Army Signals, RAAF); art dealer - Electoral Rolls: radiotrician (Yeronga, 1934-1937); RAAF wireless operator (West End, Townsville, 1943); radio operator (South Brisbane, 1949); art dealer (Yeronga, 1954-1972) ===''TIMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Robert Timmins|Timmins, Alan Robert]] - broadcast engineer (PMGD, P&TD, DoC, DoTaC, ABA), senior federal public servant (PMGD, P&TD, DoC, DoTaC, ABA) ===''TIPPING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Tipping|Tipping, Edward Charles]] - 19??(???)-1968(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), radio clubs (WIQ, member, 1912), federal public servant (PMGD, clerk/accountant), military (Captain, Royal Engineers) ===''TIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. G. Tiver|Tiver, R. G.]] - 19??(???)-19??(???) - Licences: Receive Tanunda (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TODD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hugh Todd|Todd, Alan Hugh]] [https://www.familysearch.org/tree/person/details/GXDD-7SG] - 1919(Qld)-1978(Qld) - Licences: 4HT Brisbane (Ashgrove, 1936-1937; Newmarket, 1938-1939, 1947-1948; Red Hill, 1954-1975) - Qualifications: cc; AOCP 1639, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical mechanic (Newmarket, Qld, 1943-1949); teacher (Kelvin Grove, Qld, 1954-1977) * [[/Charles Todd|Todd, Charles]] [https://www.familysearch.org/tree/person/details/LC3X-PJ6] - 1826(Eng)-1910(SA) - senior state public servant (Government Electrician, Postmaster-General SA) - Links: [[w:Charles Todd (pioneer)|Wikipedia]] [https://adb.anu.edu.au/biography/todd-sir-charles-4727 ADB] * [[/Lionel Victor Glen Todd|Todd, Lionel Victor Glen]] [https://www.familysearch.org/tree/person/details/L5CG-Z68] - 1896(NSW)-1970(NSW) - Licences: 2CR Tamworth (1922-1935); 2LS Tamworth (1936-1938); 2LS Denistone (1939); 2LS Sydney (West Ryde, 1957-1965; Denistone, 1969) - Qualifications: cc; AOCP 132, 1925, No. ?? in NSW; 1COCP 282, 1939 - amateur operator; amateur broadcaster - Withdrawal: 2CR callsign withdrawn by PMG in 1935 for 2CR Orange (Blayney) ABC - Electoral Rolls: telephone mechanic (West Tamworth, 1932-1937); assistant radio inspector (Eastwood, 1943-1968) * [[/Milton Buchanan Todd|Todd, Milton Buchanan]] [https://www.familysearch.org/tree/person/details/GXSX-NQT] - 1892(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 63, 1915; 1COCP 81, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: engineer operator (Thursday Island, 1916); radio telegraphist (Maroubra, 1930-1935); officer (Lewisham, 1936-1937); radio telegraphist (Townsville, 1937; Croydon, NSW, 1943; Townsville, 1949); senior radio officer (Townsville, 1954); radio officer (Kensington, NSW, 1958); retired (Blaxland, 1958) * [[/Tom Arthur Todd|Todd, Tom Arthur]] [https://www.familysearch.org/tree/person/details/GD9C-7P5] - 1906(NSW)-1977(NSW) - Licences: 2OT Receive Sydney (Eastwood, 1923); 2TT Sydney (Eastwood, 1935-1939, 1946-1957) - Qualifications: cc; CPRT 984, 1928; 2COCP 50, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Eastwood, 1930-1937); radio mechanic (Eastwood, 1943-1977) ===''TONGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edward Tonge|Tonge, Arthur Edward]] [https://www.familysearch.org/tree/person/details/GX4S-MNM] - 1895(Eng)-1954(Qld) - Licences: 4AR Brisbane (Taringa, 1933; Indooroopilly, 1937-1939) - Qualifications: cc; AOCP 1149, 1933, No. ?? in Qld; 2COCP 54, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Darra, 1931; Indooroopilly, 1936-1937); mechanic (Milton, 1943-1949); process worker (Indooroopilly, 1954) ===''TONGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Melville Tongs|Tongs, Lawrence or Laurence Melville]] [https://www.familysearch.org/tree/person/details/LR9L-Y7N] - 1899(Tas)-1989(Vic) - Licences: 7BU Receive North Motton (1923); Receive North Motton (1923); 2ADB Finley (1937-1939); 7LT Devonport (1960-1969); 3ALV Melbourne (Parkville, 1975) - Qualifications: cc; CPRT 687, 1922; 2COCP 421, 1941 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: farmer (Finley, 1930-1935); radio dealer (1936-1949); farmer (Dandenong, 1954); radio technician (Devonport, 1972); retired (Parkville, 1977-1980) ===''TONKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Maxwell Tonkin|Tonkin, Arthur Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KLL6-HT9] - 1915(WA)-1998(SA) - Licences: 6MZ Katanning (1935-1939); 5MZ Adelaide (Salisbury, 1948); 5TI Clare (1975); 5MZ Clare (1980+) - Qualifications: cc; AOCP 1525, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937) * [[/Stanley Gordon Tonkin|Tonkin, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/L1DQ-2R1] - 1910(SA)-1992(SA) - Licences: 2SG Albury (1929-1931); 2SG Sydney (Double Bay, 1933; Waverley, 1933-1936; Lane Cove, 1937); 2SG Goonellabah (1938-1939); 2SG Sydney (Epping, 1946-1955); 5SG Adelaide (Hampstead Gardens, 1956; Manningham, 1969; Glenunga, 1975-1980+) - Qualifications: AOCP 520, 1929, No. ?? in NSW; AOLCP 57, 1931; 2COCP 391, 1940; 1COCP 493, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Woolwich, 1932); engineer (Edgecliff, 1933); mechanic (Waverley, 1934); radio engineer (Newtown, 1934-1935; Artarmon, 1936; Goonellabah, 1937; Eastwood, 1943); radio technician (West Epping, 1949-1954) ===''TORMEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Tormey|Tormey, Edward Arthur]] [https://www.familysearch.org/tree/person/details/G8VV-85X] - 1902(NSW)-1993(ACT) - Licences: 2ET Canberra (City, 1930-1934; Ainslie, 1935-1939, 1946-1955); 1ET Canberra (Ainslie, 1956-1980+) - Qualifications: AOCP 687, 1930, No. ?? in ACT - amateur operator, amateur broadcaster - Electoral Rolls: chauffeur (Braddon, 1928-1930; Ainslie, 1935); bus driver (Ainslie, 1937); car driver (Ainslie, 1943-1980) ===''TRAEGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Hermann Traeger|Traeger, Alfred Hermann or Herman]] [https://www.familysearch.org/tree/person/details/KCNJ-LRP] - 1895(Vic)-1980(SA) - Licences: 5AX Adelaide (Kensington Gardens, 1926-1931; Corryton, 1933-1937; Marratville, 1938-1939) - Qualifications: cc; AOCP 293, 1926, No. ?? in SA - amateur operator; amateur broadcaster; inventor (with 5BG) of the pedal wireless for the RFDS - Electoral Rolls: radio engineer (Cloncurry, 1930-1932); wireless engineer (Leabrook, SA, 1939-1943) - Links: [https://adb.anu.edu.au/biography/traeger-alfred-hermann-8839 ADB] ===''TRAYNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Byron Traynor|Traynor, Philip Byron]] [https://www.familysearch.org/tree/person/details/GZLR-LCT] - 1900(SA)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; AOCP 224, 1925, No. ?? in SA; 1COCP 353, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Mile End, 1939); federal public servant (Glandore, 1941); inspector (Torrens Park, 1943) ===''TREBILCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Eric William Trebilcock|Trebilcock, Eric William]] - 1911(???)-1989(SA) - BERS195 (1933+), amateur listener ===''TREDREA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frederick Aloysius Trevithick Tredrea|Tredrea, Frederick Aloysius Trevithick]] [https://www.familysearch.org/tree/person/details/MC1W-M7C] - 1900(WA)-1958(WA) - Licences: 6FT Perth (Mt Hawthorn, 1929-1931; South Perth, 1933); 6FT Northam (1937); 6FT Perth (South Perth, 1938-1939, 1946-1956) - Qualifications: cc; AOCP 512, 1929, No. ?? in WA; AOLCP 156, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (North Perth, 1925); radio operator (Northam, 1936); broadcast engineer (South Perth, 1937-1958) ===''TREGEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/W. S. Tregear|Tregear, W. S.]] - 19??(???)-19??(???) - 3TR Melbourne (Hawthorn 192x), 3TX Melbourne (Hawthorn, 1930+), amateur operator (AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, 3TR callsign withdrawn by PMGD to prevent confusion with 3TR Sale Class B station ===''TREHARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elgar Dennis Llewellyn Treharne|Treharne, Elgar Dennis Llewellyn]] [https://www.familysearch.org/tree/person/details/GWC7-X9R] - 1914(NSW)-1997(SA) - 2AFQ Sydney, 5?? Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW), son of Fred 2BM/5QT and brother of Ross 2IQ/5?? * [[/Herbert Fredrind Treharne|Treharne, Herbert Fredrind "Fred"]] [https://www.familysearch.org/tree/person/details/K2F8-6ZN] - 1883(NSW)-1968(SA) - 2BM Sydney, 5QT Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW, age 60), father of Ross 2IQ/5?? and Elgar 2AFQ/5?? * [[/Ross Fredrind Treharne|Treharne, Ross Fredrind]] [https://www.familysearch.org/tree/person/details/GWC7-DJD] - 1919(NSW)-1982(SA) - 2IQ Sydney, 5?? Adelaide, amateur operator (AOCP 1513, 1935, No. ?? in NSW), son of Fred 2BM/5QT and brother of Elgar 2AFQ/5?? ===''TRELIVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Benjamin Victor Treliving|Treliving, Dudley Benjamin Victor]] [https://www.familysearch.org/tree/person/details/L2D7-B6C] - 1907(SA)-1993(SA) - Licences: Receive Adelaide (Dulwich, 1923); 6DT Perth (Nedlands, 1932-1933) - Qualifications: cc; AOCP 992, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Cottesloe, WA, 1936-1937); engineer (Cottesloe, WA, 1943) ===''TRELOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Treloar|Treloar, James]] [https://www.familysearch.org/tree/person/details/GFMJ-379] - 1906(WA)-1983(WA) - Licences: 6JT Perth (Beaconsfield, 1931-1933; Melville, 1937; Beaconsfield, 1938-1939) - Qualifications: cc; AOCP 790, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: clerk (South Fremantle, WA, 1931-1943); tally clerk (Bicton, WA, 1949-1980) ===''TRESSIDDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Laurence Tresidder|Tresidder, William Laurence or Lawrence]] [https://www.familysearch.org/tree/person/details/G8PT-SQ7] - 1904(WA)-1985(Vic) - Licences: 3WT Bendigo (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio dealer (Bendigo, 1927-1942); radio (Kangaroo Flat, 1949-1954); radio engineer (Bendigo, 1963-1980) ===''TREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Stanley Trew|Trew, Richard Stanley]] [https://www.familysearch.org/tree/person/details/KCB6-GW4] - 1902(WA)-1968(WA) - Licences: 6RS Harvey (1933-1937); 6RS Perth (Mt Hawthorne, 1938-1939); 6RP Perth (Mt Hawthorne, 1947-1965) - Qualifications: cc; AOCP 1189, 1933, WA; 2COCP 382, 1940; 1COCP 1941 - amateur operator; amateur broadcaster - Electoral Rolls: assistant postal department (York, WA, 1925); postal assistant (York, WA, 1926); postal employee (Harvey, WA, 1931-1937); postal clerk (Leederville, WA, 1937-1943); PMG (Mt Hawthorn, WA, 1949); radio monitor (Joondanna Heights, WA, 1954-1958) ===''TRIM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Trim|Trim, Sydney (Electoral Rolls) or Sidney (BDM)]] [https://www.familysearch.org/tree/person/details/KL7D-NLM] - 1880(Vic)-1960(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 179; 2COCP 178, 1930; 1COCP 105, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: engineer (Subiaco, WA, 1913; West Perth, WA, 1913-1914); "radio station" (Wyndham, WA, 1914-1917); farmer (Mosman, NSW, 1936-1937); engineer (Applecross, WA, 1937-1958) ===''TROTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clement Ford Trott|Trott, Clement Ford]] [https://www.familysearch.org/tree/person/details/GCGY-XPN] - 1907(SA)-1966(SA) - Licences: 5CS McLaren Vale (1928-1929); 5CF McLaren Vale (1930-1931); 5CF Willunga (1933) - Qualifications: cc; AOCP 454, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: orchardist (McLaren Flat, SA, 1939-1943) ===''TROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Rusel Troy|Troy, Thomas Rusel]] [https://www.familysearch.org/tree/person/details/GZKG-MKH] - 1898(NSW)-1992(NSW) - 2SH Receive West Maitland (1923), 2SH West Maitland (1924-1925), 2TY West Maitland (1926-1931), amateur operator (AOCP 208, 1925, No. ?? in NSW), amateur broadcaster, postman (West Maitland, 1930-1949), postal officer (Maitland, 1954), postal clerk (Maitland, 1958) ===''TRUDGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Wallis Trudgen|Trudgen, Maxwell Wallis]] [https://www.familysearch.org/tree/person/details/GS3H-XYH] - 1907(SA)-1992(SA) - Licences: 5MW Adelaide (East Adelaide, 1926); 5HS Adelaide (Fullarton, 1927) - Qualifications: cc; AOCP 247, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Mitcham, 1939-1941); mechanical engineer (Sydney, 1943-1954); engineer (Little Bay, 1958-1968) ===''TRUNFULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Leonard Trunfull|Trunfull, Richard Leonard]] [https://www.familysearch.org/tree/person/details/GXBL-K7B] - 1906(Eng)-1957(WA) - Licences: 6RT South Greenough (1932-1933); 6RT Peel Estate (1937); 6RT Roebourne (1938-1939); 6RT Dangin (1947-1948); 6RT Nungarin (1954); 6RT Narembeen (1955-1956) - Qualifications: cc; AOCP 924, 1932, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (South Greenough, WA, 1931; Baldavis, WA, 1936; Dangin, WA, 1943-1949; Nungarin, WA, 1954; Narembeen, WA, 1958) ===''TUMBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Henry Tumbridge|Tumbridge, Stanley Henry]] [https://www.familysearch.org/tree/person/details/MM12-M1C] - 1899(Eng)-1965(Qld) - Licences: 4ST Ipswich (1932-1933); 4ST Stanthorpe (1937-1939); 4ST Broadwater, 1947-1948; 4ST Brisbane (Woody Point, 1954-1960) - Qualifications: cc; AOCP 986, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Woodend, Qld, 1921); teacher (Murgon, Qld, 1925); school teacher (Stanthorpe, Qld, 1936-1937; Broadwater, Qld, 1943-1949); teacher (Margate, Qld, 1949-1954; Woody Point, Qld, 1958-1963) ===''TURNBULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Edward Turnbull|Turnbull, Norman Edward]] [https://www.familysearch.org/tree/person/details/L2TP-7K8] - 1900(WA)-1988(Vic) - Licences: 6NO Narrogin (1928); 6NO Perth (City, 1930; Subiaco, 1931; Shenton Park, 1937-1939); 3AXX Melbourne (Armadale, 1954; Carrum, 1955; Parkdale, 1956; Cheltenham, 1960-1980+) - Qualifications: c; AOCP 430, 1928, No. ?? in WA; CPRT 1120, 1928; 1COCP 185, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Bunbury, 1922; Busselton, 1925; Narrogin, 1925; Subiaco, 1931); radio inspector (Subiaco, 1934-1936); civil servant (East Perth, 1937); engineer (Armadale, 1954); clerk (Sandringham, 1958); manager (Sandringham, 1963-1968; Cheltenham, 1972); retired (Cheltenham, 1977-1980) * [[/Robert William Turnbull|Turnbull, Robert William or Robert]] [https://www.familysearch.org/tree/person/details/GZ1S-GP4] - 1892(Eng)-1968(NSW) - Licences: 2RO Sydney (Burwood, 1927-1938; Northbridge, 1939) - Qualifications: AOCP 317, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: bricklayer (Homebush, 1930-1963) ===''TURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Reginald Turner|Turner, Edward Arthur Reginald "Rex"]] [https://www.familysearch.org/tree/person/details/GZT9-JD5] - 1910(SA)-1966(SA) - Licences: 5CW Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923-1925); 5SA Adelaide (Leabrook, 1926-1927) - Qualifications: cc; AOCP 272, 1926, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: butter maker (Gawler, 1939-1943) * [[/Haswell Elliott Alfred Turner|Turner, Haswell Elliott Alfred]] [https://www.familysearch.org/tree/person/details/LRQG-8TG] - 1891(Vic)-1969(NSW) - 2TM Sydney (Mosman, 1925-1933), amateur operator (AOCP 127, 1925, No. ?? in NSW), amateur broadcaster, engineer, military, likely related to XACW E. Turner, Jnr * [[/Ralph Robinson Turner|Turner, Ralph Robinson]] [https://www.familysearch.org/tree/person/details/GX2D-S51] - 1912(SA)-1996(SA) - Licences: 5TR Adelaide (Henley Beach, 1935-1937; Dulwich, 1938-1939; Linden Park, 1947-1969; Echunga, 1975-1980+) - Qualifications: cc; AOCP 1444, 1935, SA; BOCP 66, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Dulwich, SA, 1939-1941) * [[/Robert John Blackwell Turner|Turner, Robert John Blackwell]] [https://www.familysearch.org/tree/person/details/L62T-FP7] - 1884(NSW)-1943(NSW) - 2RT Goulburn (1925-1933), amateur operator (AOCP 55, 1925, No. ?? in NSW), amateur broadcaster, engineer ===''TWEEDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/P. Tweedle|Tweedle, P.]] - 19??(???)-19??(???) - Licences: 4DM Receive Brisbane (Albion, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TYAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Robert Wilson Tyas|Tyas, Norman Robert Wilson]] [https://www.familysearch.org/tree/person/details/GXHC-SK6] - 1913(Qld)-1975(Qld) - Licences: 4TY Gracemere (1932-1934); 4TY Kingaroy (1935-1939); 4TY Brisbane (Manly, 1946-1948); 4TY Boonah (1954); 4TY Wallangarra (1955-1956); 4TY Warwick (1960); Brisbane (Manly, 1965-1975+) - Qualifications: cc; AOCP 1059, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, wireless officer); state public servant (state school principal) - Electoral Rolls: school teacher (Kingaroy, Qld, 1936-1943; Brookstead, Qld, 1949; Mt Alford, Qld, 1954); teacher (Wallangarra, Qld, 1958); school teacher (Warwick, Qld, 1963; Manly, Qld, 1968-1972) ===''TYMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Tymms|Tymms, Robert William]] [https://www.familysearch.org/tree/person/details/GXSX-R2D] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 84, 1930 - coastal wireless operator (RANRS); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); wireless operator (Geraldton, 1922; Como, 1925); not stated (Broome, 1937); wireless telegraphist (Townsville, 1954) =='''U'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''UMBACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ricky Charles Umback|Umback, Ricky Charles]] - early wireless historian (Ph.D. Thesis, 2016, "Constituting Australia's International Wireless Service: 1901-1922") [https://openresearch-repository.anu.edu.au/bitstream/1885/142647/1/Umback%20Thesis%202018.pdf] ===''UNDERWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Underwood|Underwood, William Henry]] [https://www.familysearch.org/tree/person/details/GX6T-1XZ] - 1875(Eng)-1953(Qld) - Licences: 4DN Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Newstead, Qld, 1913-1915; Clayfield, Qld, 1916-1943); no occupation (Albion, Qld, 1943; Highgate Hill, Qld, 1949) ===''UNGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Wilhelm Unger|Unger, A. H.]] - 19??(???)-????(???) - 2YRS Alectown (1980+), amateur operator (AOCP ????, 19??, No. ?? in NSW), amateur broadcaster, son of Herbert Wilhelm Carl Unger 2UJ * [[/Herbert Wilhelm Carl Unger|Unger, Herbert Wilhelm Carl or Herbert William Carl]] - 1911(???)-2012(NSW, 101yo) - 2UJ Alectown (1933-1980+), amateur operator (AOCP 1108, 1933, No. ?? in NSW), amateur broadcaster, father of A. H. Unger 2YRS ===''URQUHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Stewart Urquhart|Urquhart, Malcolm Stewart]] [https://www.familysearch.org/tree/person/details/GZXT-5C3] - 1905(WA)-1967(WA) - Licences: 6MU Perth (Cottesloe, 1925-1939); 6MU Merredin (1946-1960); 6MU Perth (Cottesloe, 1965) - Qualifications: cc; AOCP 116, 1925, No. ?? in WA; BOCP 27, 1936; AOLCP 158, 1934; 2COCP 85, 1937; 1COCP 126, 1937 - amateur operator; amateur broadcaster; clerk (1931); broadcast technician (6MD, 1958); WW2 (1939-1945) - Electoral Rolls: clerk (Cottesloe, WA, 1931-1937); broadcast technician (Merredin, WA, 1943-1963) =='''V'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''VALENTINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Keith Valentine|Valentine, Lionel Keith]] [https://www.familysearch.org/tree/person/details/GD1Z-ZVK] - 1916(Tas)-1961(Tas) - Licences: 7KV Hobart (Bellerive, 1933-1939) - Qualifications: cc; AOCP 1148, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Bellerive, Tas, 1937; Acton, ACT, 1949); public servant (Hobart West, Tas, 1958) ===''VAN COUTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Josephus Van Cooth|Van Cooth, John Robert Josephus]] [https://www.familysearch.org/tree/person/details/G8GN-6ZP] - 1908(Vic)-1936(Vic) - Licences: 3DX Receive Melbourne (East Malvern, 1922); 3DX Melbourne (East Malvern, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (St Kilda West, 1931) ===''VARDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Edwin Vardon|Vardon, Joseph Edwin]] [https://www.familysearch.org/tree/person/details/LV9V-VPR] - 1905(SA)-1970(SA) - Licences: Receive Adelaide (Unley, 1923-1924); 5OM Adelaide (Unley Park, 1927-1933) - Qualifications: cc; AOCP 329, 1927, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: sales manager (Malvern, 1941-1943) ===''VAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Vaughan (also known as Hearps, change of name), David Edward]] [https://www.familysearch.org/tree/person/details/LYD2-HG5] - 1901(Vic)-1976(NSW) - Licences: 2FY Sydney (Lakemba, 1930-1969) - Qualifications: AOCP 665, 1930, NSW (Hearps); AOCP 1003, 1932, NSW (Vaughan) - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Lakemba, 1930-1937); machinist (Lakemba, 1943-1972) ===''VEALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Pax Veall|Veall, Reginald Pax]] [https://www.familysearch.org/tree/person/details/GZL8-GR6] - 1918(Vic)-1942(NT) - Licences: 3PV Melbourne (St Kilda, 1937-1939) - Qualifications: AOCP 2050, 1937, No. ?? in Vic; 2COCP 274, 1939; 1COCP 375, 1940 - amateur operator, amateur broadcaster, WW2 (Merchant Navy, Wireless Officer, MV Neptuna) - Electoral Rolls: Nil - "Greater love hath no man than this" [http://www.ntlexhibit.nt.gov.au/exhibits/show/bod/roh/veall] ===''VEARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elwyn Thomas Vears|Vears, Elwyn Thomas]] [https://www.familysearch.org/tree/person/details/GHS1-C67] - 1901(NSW)-1960(NSW) - Licences: 2BM Leura (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Strathfield, 1930-1937; Burwood, 1943-1958)) ===''VERNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Henry Vernon|Vernon, Charles Henry]] [https://www.familysearch.org/tree/person/details/G88V-18Z] - 1901(WA)-1964(WA) - Licences: 6KZ Albany (1930-1931); 6KZ Perth (Fremantle, 1933-1939); 3AMD Melbourne (Moonee Ponds, 1947); 6KZ Perth (Guildford, 1947-1948) - Qualifications: cc; AOCP 566, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Forts, Albany, 1922-1931; Fremantle, 1936-1937; 9AAD, Guildford, 1949-1954); retired (Wagin, 1958; Morley, 1963) ===''VICKARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Mervyn Vickary|Vickary, Reginald Mervyn "Reg"]] [https://www.familysearch.org/tree/person/details/G88K-CLP] - 1909(NSW)-1973(Qld) - Licences: 4RV Cunnamulla (1930-1933); 4RV Warwick (1936-1939); 4VX Brisbane (Gordon Park, 1965; The Grange, 1969) - Qualifications: cc; AOCP 702, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shed hand (Cunnamulla, 1931); radio dealer (Warwick, 1937; Cunnamulla, 1943); shopkeeper (Toowoomba, 1949; Ekibin, 1954; Chermside, 1963; Grange, 1968-1972) ===''VICKERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth James Vickery|Vickery, Kenneth James]] [https://www.familysearch.org/tree/person/details/GDQP-WMQ] - 1893(NSW)-1970(NSW) - Licences: 2RA Receive Sydney (Hurlstone Park, 1923); 2RA Sydney (Hurlstone Park, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrical fitter (Hurlstone Park, 1930-1933); electrician (West Ryde, 1935; Parkes, 1936; Uralla, 1943); farmer (North Richmond, 1949-1968) ===''VINCENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Vincent|Vincent, Jack]] [https://www.familysearch.org/tree/person/details/GZ64-7S8] - 1906(WA)-1980(WA) - Licences: 6DL Receive Kalgoorlie (1923-1924); 6VK Kalgoorlie (1925-1939) - Qualifications: cc; AOCP 59, 1925, No. ?? in WA - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter & turner (Kalgoorlie, WA, 1931-1937); manufacturer (South Perth, WA, 1949-1963; Como, WA, 1972-1980) ===''VINING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Vining|Vining, William Edward]] [https://www.familysearch.org/tree/person/details/GZR1-NLT] - 1906(Qld)-1977(Qld) - Licences: 4WE Brisbane (Nundah, 1926-1927) - Qualifications: cc; AOCP 277, 1926, No. 22 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: carrier (Nundah, 1928-1931); motor driver (Mitchelton, 1934; Gaythorne, 1936); mechanic (Gayndah, 1943); telephone mechanic (Enoggera, 1949-1963); telephone technician (Enoggera, 1968-1977) ===''VIPAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alton Frederick Vipan|Vipan, Alton Frederick]] - 1890(NSW)-1946(NSW) - XHV Sydney (Petersham, 1913-1914), early wireless experimenter, amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), ship wireless operator, AWA (Koo-we-rup, 1922) ===''VOIGT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emil Robert Voigt|Voigt, Emil Robert]] [https://www.familysearch.org/tree/person/details/G88K-VV2] - 1883(Eng)-1973(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - 2KY Sydney, broadcast station manager; witness to Royal Commission 1927 (as chairman, NSW Labor wireless committee) - Relationships: father of Rion Osborne Voigt; grandfather of Robin Voigt - Electoral Rolls: secretary (Dee Why, 1930-1934); manager (Dee Why, 1935; Narrabeen, 1936) - Links: [https://adb.anu.edu.au/biography/voigt-emil-robert-8930 ADB]; [[w:Emil_Voigt_(athlete)|Wikipedia]]; [https://www.radioheritage.com/story70/ RHF] * [[/Rion Osborne Clifford Voigt|Voigt, Rion Osborne Clifford]] [https://www.familysearch.org/tree/person/details/G88K-L1V] - 1915(Eng)-1987(NSW) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - broadcast industry executive, WW2 - Electoral Rolls: radio announcer (Narrabeen, 1937; Turramurra, 1963-1980) - Relationships: son of Emil Robert Voigt; father of Robin Voigt * [[/Robin Voigt|Voigt, Robin]] - historian (Emil Robert Voigt; 2KY) - Relationships: grandson of Emil Robert Voigt; son of Rion Osborne Clifford Voigt ===''VOLKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Henry Oxford Volkman|Volkman, Reginald Henry Oxford]] [https://www.familysearch.org/tree/person/details/G4CV-7PH] - 1902(NSW)-1959(NSW) - Licences: 2RY Grafton (1924-1925); 2RY Scone (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Woollahra, 1930-1933) ===''VOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Taylor Vowles|Vowles, Rupert Taylor]] [https://www.familysearch.org/tree/person/details/LKYT-FLF] - 1894(NSW)-1973(NSW) - Licences: XIZ Sydney (Burwood, 1913-1914); 2AW Receive Sydney (Burwood, 1922-1923); 2XZ Sydney (Concord, 1929-1931) - Qualifications: cc; AOCP 562, 1929, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Concord, 1930-1972) =='''W'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''WADDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivon Edward Waddell|Waddell, Ivon Edward]] [https://www.familysearch.org/tree/person/details/G88S-H3S] - 1909(WA)-1943(Thailand/Singapore) - Licences: 6WX Albany (1929-1930); 6WX Katanning (1931) - Qualifications: cc; AOCP 561, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: postal clerk (Katanning, 1936; South Perth, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10298089 AWM] ===''WADDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. M. Waddle|Waddle, E. M.]] - 19??(???)-19??(???) - 4GZ Charters Towers (-1959+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''WADDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard William Mackie Waddy|Waddy, Richard William Mackie]] [https://www.familysearch.org/tree/person/details/LB62-5RP] - 1848(SA)-1933(SA) - senior state public servant (SA Post & Telegraphs Dept), senior federal public servant (Deputy Postmaster-General SA) ===''WADHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin Wadham|Wadham, Kevin]] [https://www.familysearch.org/tree/person/details/GZZC-SBQ] - 1905(SA)-1970(SA) - Licences: 5KW Adelaide (Parkside, 1924-1927; Helmsdale, 1928; Da Costa Park, 1931; Glenelg, 1933; Adelaide, 1937; Glenelg, 1938-1939) - Qualifications: cc; AOCP 23, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WIA SA (Councillor 1931; Hon. Treasurer, 1931); National Radio Corp (manager, 1938); Holdfast Bay Yacht Club (Vice-commodore, 1949) - Electoral Rolls: manager (Helmsdale, SA, 1939-1941; Da Costa Park, SA, 1943) ===''WAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Fripp Wahl|Wahl, Alan Fripp]] [https://www.familysearch.org/tree/person/details/GFMB-TD4] - 1918(WA)-2003(WA) - Licences: 6JB Perth (Leederville, 1938-1939, 1947-1960; Dianella, 1965-1980+) - Qualifications: cc; AOCP 2101, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: railway employee (Leederville, WA, 1943-1958); clerk (Dianella, WA, 1963-1980) ===''WALCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Crosby Walch|Walch, Alan Crosby or Crosby Alan]] [https://www.familysearch.org/tree/person/details/GQC7-GSS] - 1907(NSW)-1979(Tas) - Licences: 7BI Receive Hobart (Bellerive, 1923); Receive Hobart (Bellerive, 1923-1925); 7CW Hobart (Bellerive, 1926-1927; Battery Point, 1931-1933; City, 1937; Sandy Bay, 1938-1939, 1946-1975) - Qualifications: cc; AOCP 231, 1926, No. ?? in Tas; BOCP 1, 1936; 1AOCP 16, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: radio expert (Hobart South, 1936-1954) ===''WALDRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Gerard Waldron|Waldron, Francis Gerard "Frank"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''WALKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Walker|Walker, Arthur Charles]] [https://www.familysearch.org/tree/person/details/GXFY-L2V] - 1898(Qld)-1974(Qld) - Licences: 4AC Brisbane (Sandgate, 1927-1931) - Qualifications: cc; CPRT 699, 1922 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: newspaper carrier (Kangaroo Point, Qld, 1934-1937); carrier (Sandgate, Qld, 1943-1972) * [[/Charles Welsh Walker|Walker, Charles Welsh "Chas"]] [https://www.familysearch.org/tree/person/details/GXFR-19W] - 1899(NSW)-1961(Qld) - Licences: 4CU Receive Clifton (1923); 4CU Clifton (1924-1960); 4DQ Portable Clifton (1948-1960) - Qualifications: cc; AOCP 10, 1924, No. 2 in Qld - amateur operator; amateur broadcaster; motor mechanic; Walker's Radio Service (proprietor, 1930s-1950s) - Electoral Rolls: motor mechanic (Clifton, Qld, 1921-1958) * [[/Louis Edward Walker|Walker, Louis Edward]] [https://www.familysearch.org/tree/person/details/GSWB-L81] - 1864(Eng)-1934(At Sea) - Oversight of the 1906 Bass Strait link for Marconi Wireless Telegraphy Co * [[/Philip Billingsley Walker|Walker, Phillip Billingsley]] [https://www.familysearch.org/tree/person/details/MNF3-P9W] - 1840(Eng)-1900(NSW) - early wireless experimenter, employment (NSW Posts & Telegraphs, Superintendent of Telegraphs, Chief Electrician) * [[/Ronald Gregory Walker|Walker, Ronald Gregory "Gregory"]] [https://www.familysearch.org/tree/person/details/GDRP-GC6] - 1907(NSW)-1929(At Sea) - Licences: 7BT Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; journalist (Hobart "Mercury"); film maker - Comment: Gone too soon - Electoral Rolls: journalist (Hobart South, 1928) - Links: [http://www.seafarersmemorial.org.au/memorials/walker_g.php Seafarer's Memorial] * [[/William Spencer Walker|Walker, William Spencer]] [https://www.familysearch.org/tree/person/details/KCF4-R77] - 1911(SA)-2004(SA) - Licences: 5WW Adelaide (Alberton, 1934-1939; West Croydon, 1947-1980+) - Qualifications: cc; AOCP 1305, 1934, SA; BOCP 444, 1942; TVOCP 274, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939); mechanic (West Croydon, SA, 1941-1943) ===''WALLACE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elizabeth Aileen Geisel|Wallace nee Geisel, Elizabeth Aileen "Betty"]] See Geisel, Elizabeth Aileen "Betty" ===''WALLBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Walter Wallbridge|Wallbridge, Leslie Walter]] [https://www.familysearch.org/tree/person/details/LDMT-HKZ] - 1910(Eng)-1966(SA) - Licences: 5UX Adelaide (Lower Mitcham, 1930-1937); 5UX Peterborough (1938-1939); 5UX Kadina (1947-1948); 5UX Cook (1954-1955); 5UX Saddleworth (1956); 5UX Hawker (1960) - Qualifications: cc; AOCP 712, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Peterborough, SA, 1939-1941; Rendelsham, SA, 1943; Alice Springs, NT, 1963) ===''WALLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Wallis|Wallis, John Charles]] - 19??(???)-19??(???) - Licences: 7JW Longford (1932-1939, 1947) - Qualifications: cc; AOCP 893, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Burnie, 1928; Longford, 1936-1937) * Wallace, Florence Violet (adoptive name) - see Granville, Florence Violet (birth name) ===''WALSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Dunbar Walsh|Walsh, Harold Dunbar "Cordite"]] [https://www.familysearch.org/tree/person/details/G3W3-CT7] - 1903(Qld)-1951(Qld) - Licences: 4HW Brisbane (Hamilton, 1925-1931; Rocklea, 1946-1947)); 4WN Brisbane (Hamilton, 1927, dealer) - Qualifications: cc; AOCP 133, 1925, No 14 in Qld - amateur operator; amateur broadcaster; WW2 (RAAF); solicitor; pilot - Comment: Tragic end to a productive life - Electoral Rolls: clerk (Hamilton, 1925-1937); airline pilot (Moorooka, 1949) ===''WALTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Allan Walters|Walters, Charles Allan]] [https://www.familysearch.org/tree/person/details/G8CT-LBY] - 1910(Vic)-1947(Vic) - Licences: 3CW Melbourne (Thornbury, 1929-1933; Heidelburg, 1937-1939; Brunswick, 1946-1947) - Qualifications: AOCP 524, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Northcote, 1931-1936; Heidelberg, 1937; Brunswick, 1942) * [[/Gerald Wills Walters|Walters, Gerald (Wills or Willis or blank)]] [https://www.familysearch.org/tree/person/details/GX7Y-1HZ] - 1886(Eng)-1956(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 108, 1915; 2COCP 157, 1930; 1COCP 129, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: wireless telegraphist (Currie, King Island, Tas, 1919; Darwin, NT, 1922); radio telegraphist (New Town, Tas, 1928); wireless officer (Radio Station, Thursday Island, Qld, 1936-1937); wireless (Gladesville, NSW, 1943); wireless telegraphist (Rockhampton, Qld, 1949-1954) ===''WALZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edwyn Walz|Walz, Arthur Edwyn or Edgar]] [https://www.familysearch.org/tree/person/details/GM9T-LB3] - 1908(Qld)-2000(Qld) - Licences: 4AW Brisbane (Nundah, 1926-1939; Wavell Heights, 1946-1980+) - Qualifications: cc; AOCP 287, 1926, No. 26 in Qld - amateur operator; amateur broadcaster; plumber; radio repair business - Relationships: son of Conrad August Walz - Electoral Rolls: plumber (Nundah, 1934-1943); radio engineer (Wavell Heights, 1949-1980) * [[/Conrad August Walz|Walz, Conrad August]] [https://www.familysearch.org/tree/person/details/LRGZ-QF3] - 1882(Qld)-1951(Qld) - 4?? Brisbane, amateur operator (AOCP ???, 19??, No. ?? in Qld), plumber, farmer, father of 4AW Arthur Edwyn Walz ===''WARDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney William Lumley Wardle|Wardle, Sidney William Lumley]] - 1911(Eng)-19??(???) - Licences: 2OU Woodford Leigh (1930-1935); 2OU Armidale (1936-1937); 2OU Sydney (Bellevue Hill, 1938-1939); 5OU Adelaide (Lockleys, 1946-1954); 2DID Berridale (1980) - Qualifications: AOCP 610, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: farm hand (Woodford Leigh, 1934-1935); technician (Bondi North, 1937; Woollahra, 1943); retired (Berridale, 1980) ===''WARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Clarke Waring|Waring, Cecil Clarke]] [https://www.familysearch.org/tree/person/details/GQW4-V9F] - 1904(Vic)-1988(Vic) - Licences: 3CU Receive Melbourne (Canterbury, 1922-1924); 3YW Melbourne (Camberwell, 1929-1931; Canterbury, 1933; Kew, 1937); 3YW Rupanyup (1938-1939); 3YW Stawell (1946-1948); 3YW Warrnambool (1954-1980+) - Qualifications: AOCP 549, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Canterbury, 1925-1928; Kew, 1931-1937; Stawell, 1942-1949; Warrnambool, 1954-1977) ===''WARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Leslie George Warne|Warne, Maurice Leslie George]] [https://www.familysearch.org/tree/person/details/LYSP-LHY] - 1909(NSW)-1975(NSW) - Licences: 2MW Sydney (Croydon, 1926-1929) - Qualifications: AOCP 300, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: printer (Campsie, 1931-1934); radio mechanic (Campsie, 1936-1937); radio sales (Kogarah, 1943-1963); radio & TV technician (Arncliffe, 1968) ===''WARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Albert Warner|Warner, Geoffrey Albert]] [https://www.familysearch.org/tree/person/details/G8V1-6NR] - 1914(NSW)-2007(NSW) - Licences: 2CK Wyong (1930-1939); 3ABW Fiskville (1947); 9GW Port Moresby (1948-1954); 2AVW Bringelly (1955-1958); 2CK Bringelly (1960-1969); 6EG Bassendean (1975); 2HJ Camden (1980+) - Qualifications: AOCP 710, 1930, NSW; 1COCP 60, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless technician (Rockbank, Vic, 1942); technician (OTC Bringelly, 1958-1963); manager (Bassendean, 1977; Camden South, 1980) - callsign may have been withdrawn for 2CK Cessnock commercial (later restored) ===''WARNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Bernard Warnock|Warnock, Neil Bernard]] [https://www.familysearch.org/tree/person/details/GZJ8-58G] - 1944(Vic)-2019(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''WATERHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. G. Waterhouse|Waterhouse, A. G.]] - 19??(???)-19??(???) - Licences: XVV Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WATERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George James Waters|Waters, George James]] [https://www.familysearch.org/tree/person/details/G8X9-S46] - 1902(Vic)-1931(Vic) - Licences: 3EX Receive Melbourne (Heathcote, 1922); 3XA Melbourne (East Prahran, 1930-1931) - Qualifications: AOCP 608, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified as yet - Comment: Passed too soon * [[/James Alfred Waters|Waters, James Alfred]] - 19??(???)-19??(???) - Licences: 7JA Hobart (Sandy Bay, 1936-1939) - Qualifications: cc; AOCP 1685, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Queensborough, 1936); teacher (Ringarooma, 1937); schoolteacher (Queensborough, 1943-1954) * [[/Leslie Waters|Waters, Leslie]] [https://www.familysearch.org/tree/person/details/G85N-TZB] - 1882(Eng)-1956(Qld) - Licences: 4AC Innisfail (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; engineer (Randell Engineering) - Electoral Rolls: watchmaker (Innisfail, 1919-1943); radio dealer (Innisfail, 1949) ===''WATERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lindsay Carmel Waterworth|Waterworth, Lindsay Carmel "Joe"]] [https://www.familysearch.org/tree/person/details/G6YY-6M6] - 1892(Qld)-1969(Qld) - Licences: 4CL Rockhampton (1935-1939, 1946-1969) - Qualifications: cc; AOCP 1526, 1935, Qld - amateur operator; amateur broadcaster; WW1; WW2; federal public servant (PMGD, telegraphist) - Electoral Rolls: assistant (Charleville, Qld, 1921); telegraphist (Rockhampton, Qld, 1928-1968) ===''WATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Paul Watkins|Watkins, Andrew Paul]] [https://www.familysearch.org/tree/person/details/GFQ9-RHP] - 1914(WA)-1965(NSW) - Licences: 6AW Perth (1936-1939) - Qualifications: cc; AOCP 1805, 1936, WA; BOCP 269, 1939; 1COCP 842, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Boulder, WA, 1937); radio mechanic (Geraldton, WA, 1943); radio technician (Cairns, Qld, 1949; Lakemba, NSW, 1954; Chullora, NSW, 1958-1963) * [[/William Trevor Watkins|Watkins, William Trevor "Trevor", "Watty"]] [https://www.familysearch.org/tree/person/details/LZKG-J4V] - 1899(Tas)-1931(Tas) - Licences: T336 Hobart (1920-1921); 7AA Hobart (1922-1925); 7DX Hobart (1925-1931) - Qualifications: cc; AOCP 107, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Withdrawal: PMGD withdrew 7AA callsign for their own use, electrician (Zinc Co., Hobart, 1922), wireless expert (Medhurst & Sons, Hobart, 1925) - Electoral Rolls: electrician (West Hobart, 1922-1928) - Comment: passed too soon ===''WATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. A. Watson|Watson, A. A.]] - bef1910(???)-aft1930(???) - Licences: 2UT Sydney (Darlinghurst, 1927-1929) - Qualifications: AOCP 341, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: None as yet - Full name not yet identified * [[/Douglas Mervyn Watson|Watson, Douglas Mervyn]] [https://www.familysearch.org/tree/person/details/G6MG-FPY] - 1920(Tas)-1989(Tas) - Licences: 7DW Hobart (New Town, 1937-1939; City, 1946-1956; Lindisfarne, 1960-1980+) - Qualifications: cc; AOCP 1867, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Hobart South, 1949-1954); mechanic (Lindisfarne, 1972) * [[/Herbert Leopold Watson|Watson, Herbert Leopold]] [https://www.familysearch.org/tree/person/details/G8ZP-JLK] - 1897(Vic)-1982(NSW) - Licences: 2OL Kiama (1929-1933); 2OL Unanderra (1935-1938); 2OL Woollongong (1939) - Qualifications: AOCP 545, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: engineer (Kiama, 1930); electrical engineer (Unanderra, 1934-1937; Heidelberg, Vic, 1949); electrician (Ivanhoe, Vic, 1954); retired (Avalon Beach, 1968-1972; Mona Vale, 1977; Mosman, 1980) * [[/James David Watson|Watson, James David]] [https://www.familysearch.org/tree/person/details/G8F5-789] - 1910(Vic)-19??(???) - Licences: 3NQ Darlington via Camperdown (1930-1939); 2ANQ Albury (1946-1957) - Qualifications: AOCP 633, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical fitter (Darlington, 1931-1943); radio technician (Albury, 1949-1954) - Comment: Beware another JDW, labourer, Geelong, 1930s * [[/John Watson|Watson, John]] - 19??(???)-19??(???) - Licences: 6CR Receive Perth (Victoria Park, 1923-1924) - Qualifications: AOCP 436, 1928, No. ?? in WA - amateur operator? - Electoral Rolls: Nil, as yet, specific individual not yet identified * [[/Samuel Wilfred Watson|Watson, Samuel Wilfred or Wilfred Samuel]] [https://www.familysearch.org/tree/person/details/GXY5-LXP] - 1906(Eng)-1998(WA) - Licences: 6WW Perth (West Perth, 1930-1939, 1948-1969); 6WW Shoalwater Bay (1975); 6WW Cardup (1980) - Qualifications: cc; 1COCP 189, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless operator (West Perth, WA, 1931-1972); retired (Shoalwater Bay, WA, 1977; Cardup, WA, 1980) * [[/William Wesley Watson|Watson, William Wesley]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio telegraphist (Hobart South, 1949) ===''WATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Watt|Watt, Alexander]] [https://www.familysearch.org/tree/person/details/GDRK-4B7] - 1901(Sct)-1985(Tas) - Licences: 7BO Receive Prince of Wales Bay (1923); Receive Prince of Wales Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Prince of Wales Bay, 1922-1928); accountant (New Town, 1936-1949; Moonah, 1954) * [[/Arthur William Watt|Watt, Arthur William]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly) * [[/Charles Russell Watt|Watt, Charles Russell]] [https://www.familysearch.org/tree/person/details/GZV7-JFH] - 1904(Eng)-1993(NSW) - 2WT Tenterfield (1925-1975+), amateur operator (AOCP 184, 1925, No. ?? in NSW), amateur broadcaster, grazier (Tenterfield, 1930-1980) ===''WAUCHOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Wylie Wauchope|Wauchope, Ronald Wylie]] [https://www.familysearch.org/tree/person/details/LH6X-QJR] - 1914(SA)-1933(SA)19yo - Licences: 5WE Adelaide (Maylands, 1933) - Qualifications: cc; AOCP 1086, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, 19yo - Electoral Rolls: Nil yet identified ===''WEATHERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Elsdon Weatherley|Weatherley, Harry William Elsdon]] [https://www.familysearch.org/tree/person/details/LTBF-1HC] - 1921(Vic)-2006(Vic) - prominent MW and SW broadcast DXer (1940-1990), clubs (Australian Radio DX Club, New Zealand Radio DX League, New Zealand DX Radio Association, Southern Cross DX Club, DX Australia - Chief Editor, Ontario DX Club), ANARC DXer of the year - metallurgist (Auburn, 1949-1954); technician (Mount Waverley, 1963-1972); retired (Mount Waverley, 1980) * [[/Herb J. Weatherley|Weatherley, Herb J.]] - 19??(???)-19??(???) - 4HW Clifton (-1951+), amateur operator (AOCP ??, 19??, No. ?? in Qld), callsign formerly Harold Dunbar Walsh ===''WEATHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Weatherson|Weatherson, W. A.]] - 19??(???)-19??(???) - Licences: 3AB Melbourne (East St Kilda, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''WEATHERSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stewart Weatherston|Weatherston, William Stewart]] [https://www.familysearch.org/tree/person/details/G8LZ-2KF] - 1905(WA)-1942(Sing) - Licences: 3AB Melbourne (East St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1927); salesman (St Kilda, 1931; Forrest, ACT, 1935; Newtown, 1943!) - Sacrifice: "Greater love hath no man than this" ===''WEBSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank James Webster|Webster, Frank James]] [https://www.familysearch.org/tree/person/details/GF73-5KV] - 1908(Eng)-19??(WA) - Licences: 6FW Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1039, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Victoria Park, WA, 1931-1943); plasterer (Perth, WA, 1954-1963; Victoria Park, WA, 1968-1972); retired (Fremantle, WA, 1977-1980) * [[/Harold Charles Webster|Webster, Harold Charles]] [https://www.familysearch.org/tree/person/details/KCRM-31P] - 1876(Tas)-1923(Tas) - Licences: Receive (Crystal Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: photographer (Launceston, 1914); clerk (Hobart North, 1922) * [[/William Webster|Webster, William]] [https://www.familysearch.org/tree/person/details/GZJD-D94] - 1860(Eng)-1936(NSW) - senior federal politician (Postmaster-General, 1915-1920), played prominent part in the Postal Royal Commission ===''WEDDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Austin Weddell|Weddell, James Austin]] [https://www.familysearch.org/tree/person/details/GXK9-SYF] - 1914(SA)-2005(NSW) - Licences: 5ZL Adelaide (Reade Park, 1935-1939) - Qualifications: cc; AOCP 1595, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Col Light Gardens, SA, 1939-1943); RAAF (Albert Park, Vic, 1949; Auburn, Vic, 1954); RAAF officer (Richmond, NSW, 1958); RAAF (Red Hill, ACT, 1963); not stated (Red Hill, ACT, 1968-1972); RAAF (Red Hill, ACT, 1977-1980) * [[/John Arthur Weddell|Weddell, John Arthur]] [https://www.familysearch.org/tree/person/details/GXKM-KVK] - 1926(Qld)-19??(???) - Licences: 4FT Brisbane (Zillmere, 1954-1960); 2ZM Glenbrook (1961); 4FT Brisbane (Sandgate North, 1965-1969); 2BFT Sydney (Clovelly, 1975-1980) - Qualifications: cc; AOCP 3172, 1951, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Annerley, Qld, 1949; Zillmere, Qld, 1954-1958; Sandgate, Qld, 1963-1968); technician (Marrickville, NSW, 1972; Clovelly, NSW, 1977-1980) ===''WEDGEWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Donald Wedgewood|Wedgewood, William Donald]] [https://www.familysearch.org/tree/person/details/GDLV-GM8] - 1901(Qld)-1974(NSW) - Licences: N741 Receive NSW - Qualifications: cc; CPRT 692, 1922; 2COCP 49, 1935 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: boarder (Sutton Coalfield, Eng, 1911); manufacturer (Glenmore, 1930-1936); aviator (Nedlands, WA, 1937); farmer (Moruya, 1949-1954); greenkeeper (Brisbane, 1958); public servant (Hornsby, 1963-1972) ===''WEEKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. L. Weeks|Weeks, H. L.]] - 19??-19?? - Licences: 4CJ Receive Currumbin (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: - Identification: Not yet identified ===''WEISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Wilfred George Weiss|Weiss, Wilfred George]] [https://www.familysearch.org/tree/person/details/G8V9-7NP] - 1912(NSW)-1982(NSW) - Licences: 2TV Sydney (Croydon Park, 1960-1961; Strathfield, 1965); 2TV Ettalong Beach (1975-1980+) - Qualifications: AOCP 670, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lithgow, 1934-1937); storekeeper (Lithgow, 1943); silk screen craftsman (Croydon Park, 1949-1958); retired (Strathfield, 1963-1968; Ettalong Beach, 1972; Ettalong, 1977) ===''WELLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Arthur Martin Weller|Weller, Cyril Arthur Martin "Sam"]] [https://www.familysearch.org/tree/person/details/GZTQ-WXH] - 1903(???)-1994(Qld) - Licences: 4CZ Brisbane (Clayfield, 1938-1939, 1946-1980+) - Qualifications: AOCP 2160, 1938, Qld - amateur operator, amateur broadcaster, Radio Club (WIAQ, Brisbane DX Club), power station engineer, education (ME, UQ) - Electoral Rolls: student (Windsor, 1925); engineer (Wilston, 1925-1928; Camp Hill, 1934-1943; Clayfield, 1949-1972; Albion, 1977) ===''WELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Welling|Welling, Thomas]] [https://www.familysearch.org/tree/person/details/LLHB-KQZ] - 1898(Eng)-1960(SA) - Licences: 5TW Adelaide (North Adelaide, 1937); 5TW Mt Gambier (1938-1939, 1947-1960) - Qualifications: cc; 2COCP 179, 1930; 1COCP 81, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: wireless engineer (Mt Gambier, SA, 1939-1941); wireless technician (Mt Gambier, SA, 1943) ===''WELLINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hudson Wellington|Wellington, Stanley Hudson]] [https://www.familysearch.org/tree/person/details/LB84-47Y] - 1909(Tas)-1981(NSW) - Licences: 7PK Hobart (New Town, 1932-1933); 3SX Melbourne (Brighton, 1937-1939) - Qualifications: cc; AOCP 1002, 1932, No. ?? in Tas; AOLCP 117, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: representative (Caulfield, 1936); chemist (Brighton, Vic, 1937-1942); manager (Mosman, 1949-1980) ===''WELLMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Joseph Wellman|Wellman, Leo Joseph]] [https://www.familysearch.org/tree/person/details/L1SW-R9S] - 1898(NSW)-1965(NSW) - 2PS Receive Sydney (Marrickville, 1923), 2LW Sydney (Marrickville, 1925-1928), amateur operator (AOCP 117, 1925, No. ?? in NSW), amateur broadcaster ===''WELSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud William Welsh|Welsh, Claude or Claud William]] [https://www.familysearch.org/tree/person/details/GZPH-WS4] - 1914(Qld)-1988(Qld) - Licences: 4CW Warwick (1937-1939); 4DK Mackay (1975-1980+) - Qualifications: cc; AOCP 1982, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, Qld, 1937-1943); engineer (Kew, Vic, 1943); radio technician (Warwick, Qld, 1958; Mackay, Qld, 1958); technician (Mackay, Qld, 1963); radio technician (Mackay, Qld, 1968-1980) ===''WERRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Errol Limbrick Werrett|Werrett, Errol Limbrick]] [https://www.familysearch.org/tree/person/details/G8SK-FMH] - 1908(Tas)-1974(Eng) - Licences: Receive (Crystal) Hampshire (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm worker (Hampshire, 1936-1937); fitter (South Melbourne, 1943); engineer (Caulfield, 1949-1968; Balaclava, 1972) ===''WESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Frederick Shorter Weston|Weston, Cyril Frederick Shorter]] [https://www.familysearch.org/tree/person/details/GZVJ-FXY] - 1905(Eng)-1988(NSW) - Licences: 4EN Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephone mechanic (Kedron, 1928); Christian worker (Darlinghurst, 1934); grocer (Oatley, 1943); agriculturalist (Ourimbah, 1949); salesman (Paekhurst, 1963-1980); retired (Charmhaven, 1980) * [[/George James Weston|Weston, George James]] [https://www.familysearch.org/tree/person/details/GXQ3-Y8Q] - 1868(Eng)-1939(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 702, 1922 - RANRS (Radio Lieutenant) - Comment: Several contemporaneous GJWs - Electoral Rolls: telegraph operator (Albany, 1903); civil servant (Kalgoorlie, WA, 1910-1912); civil servant (Wireless Station, Carlingford, NSW, 1913); sailor (Toorak, 1919); naval officer (Elsternwick, 1919); civil servant (Auburn, Vic, 1922); wireless engineer (Auburn, Vic, 1924-1927); retired engineer (Upwey, 1931-1937) * [[/Robert Marcus Hamilton Weston|Weston, Robert Marcus Hamilton "Mark"]] [https://www.familysearch.org/tree/person/details/GX8K-KW6] - 1915(NSW)-1995(NSW) - Licences: 4XO Bundaberg (1938-1939); 2WE Sydney (Lidcombe, 1946-1947); 2AWE Sydney (Kingsford, 1955; Kensington, 1956-1957); 2AYK Sydney (Kensington, 1957; Kingsford, 1958-1961); 2CM Sydney (Dolls Point, 1964-1980) - Qualifications: cc; AOCP 2076, 1938, Qld; 2COCP 386, 1940; 1COCP 581, 1942 - amateur operator; amateur broadcaster; ship wireless officer; wireless officer (QANTAS) - Relationships: husband of 2MR Verle Lorraine Weston nee Key(s) - Electoral Rolls: marine wireless operator (Auchenflower, Qld, 1943); radio operator (Blakehurst, NSW, 1949; Kingsford, NSW, 1954-1963; Sans Souci, NSW, 1968-1980) * [[/Verle Lorraine Keys|Weston nee Key(s), Verle Lorraine]] - 1934(???)-1985(NSW) - 2MR Sydney (Dolls Point, 1964-1980), YL amateur operator (AOCP ???, 1964, No. ?? in Qld), wife of Robert Marcus Hamilton Weston 2CM * [[/William Wood Weston|Weston or Wehrstedt, William Wood]] [https://www.familysearch.org/tree/person/details/GDPG-KBQ] - 1912(WA)-1953(WA) - Licences: 6MW Perth (Nedlands, 1935-1939; North Beach, 1947-1948) - Qualifications: cc; AOCP 1465, 1935, WA; BOCP 596, 1944 - amateur operator; amateur broadcaster - Comment: Further clarification of identification required - Electoral Rolls: assistant operator (Subiaco, WA, 1936-1937); operator (Leederville, WA, 1943-1954; North Perth, WA, 1958-1968; Leederville, WA, 1972-1977) ===''WHALLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Percy Whalley|Whalley, Rupert Percy]] [https://www.familysearch.org/tree/person/details/GZGZ-CV3] - 1894(Vic)-1969(Vic) - Licences: 3JZ Receive Melbourne (Sandringham, 1922); 3JZ Melbourne (Sandringham, 1923-1927); 3JZ Myrtleford (1937-1939); 3JZ Wangaratta (1946-1948); 3JZ Melbourne (Blackburn, 1954-1969) - Qualifications: cc; AOCP 238, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: builder (Sandringham, 1919-1925); farmer (Myrtleford, 1927-1942); tobacco grower (Wangaratta, 1949); foreman (Blackburn, 1954-1968) - Relationships: father of 3ZWZ Robert Kelvin Whalley ===''WHEELER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Winslow Wheeler|Wheeler, Harry Winslow]] [https://www.familysearch.org/tree/person/details/GCBC-BYC] - 1910(SA)-1990(SA) - Licences: 5FB Adelaide (Eden Hills, 1927-1928); 5HW Adelaide (Eden Hills, 1933-1939) - Qualifications: AOCP 371, 1927, No. ?? in SA - amateur operator; amateur broadcaster; military (WW2, RAAF, DFC) - Electoral Rolls: chemist (Eden Hills, SA, 1939-1943); lecturer (Kalgoorlie, WA, 1954-1968) * [[/Victor George Wheeler|Wheeler, Victor George]] [https://www.familysearch.org/tree/person/details/GW4Z-FGL] - 1897(Eng)-1976(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; coastal wireless operator; WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: electric mechanic (Roebourne, 1917-1922); manager (Fremantle, 1925) ===''WHITAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Thomas Whitaker|Whitaker, Albert Thomas]] [https://www.familysearch.org/tree/person/details/LKKW-5DB] - 1895(NSW)-1960(NSW) - Licences: 2OI Receive Sydney (Banksia, 1923); 2OI Sydney (Banksia, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: labourer (Rockdale, 1930; Banksia, 1933-1934); builder (Banksia, 1937-1949); instructor (Mount Colah, 1954-1958) ===''WHITBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Roy Whitburn|Whitburn, Douglas Roy "Doug"]] [https://www.familysearch.org/tree/person/details/LZT2-3JX] - 1904(SA)-1958(SA) - Licences: 5BY Adelaide (Toorak, 1927-1931; Fullarton, 1933-1939; Rosefield, 1946-1947; Fullarton, 1948-1956) - Qualifications: cc; AOCP 312, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Rosefield, 1943) * [[/Robert Philip Whitburn|Whitburn, Robert Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GZBF-5XB] - 1896(NSW)-1991(NSW)94yo - Licences: XACJ Sydney (Leichhardt, 1913-1914); 2DK Receive Sydney (Leichhardt, 1922); 2DK Sydney (Leichhardt, 1923-1926) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: chairmaker (Leichhardt, 1930-1968); retired (West Ryde, 1972-1980) ===''WHITE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Matthews White|White, Alfred Matthews]] - 1894(Eng)-1981(Qld) - Licences: 4CX Receive Winton (1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1 - Electoral Rolls: grazier (Tranby, Winton, 1915-1958); retired (Buderim, Qld, 1963-1980) * [[/Charles Robert White|White, Charles Robert]] [https://www.familysearch.org/tree/person/details/GXLC-S5H] - 1911(SA)-1986(Vic) - Licences: 5MX Adelaide (Kilkenny, 1931-1939) - Qualifications: cc; AOCP 802, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edwin Harold White|White, Edwin Harold "Eddie"]] [https://www.familysearch.org/tree/person/details/GZTQ-QGH] - 1911(Qld)-1997(Qld) - Licences: 4EW Brisbane (Red Hill, 1933-1939); 4EW Mackay (1946-1950); 4EW Brisbane (Red Hill, 1954-1956); 5OW & 8OW Darwin (1956-1963); 4OW Brisbane (Red Hill, 1963-1965); 4OW Mt Isa (1969); 4OW Brisbane (Red Hill, 1975) - Qualifications: cc; AOCP 1141, 1933, No. ?? in Qld; 1COCP 250, 1939 - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, Fortress Signals); federal public servant (DCA) - Electoral Rolls: compositor (Red Hill, 1934-1936); radio technician (Longreach, 1937); aeradio operator (Cloncurry, 1943; Mackay, 1949); communications officer (Archerfield, 1954); public servant (Red Hill, 1963; Mt Isa, 1968; Red Hill, 1972-1980) * [[/Frank Philip White|White, Frank Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GXSJ-9NF] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 189, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: Nil yet identified * [[/Frank Roy White|White, Frank Roy]] [https://www.familysearch.org/tree/person/details/GD4P-LVT] - 1911(NSW)-1994(???) - Licences: Nil yet identified - Qualifications: cc; 2COCP 5, 1934; 1COCP 12, 1934 - beam wireless operator (AWA); WW2 - Electoral Rolls: clerk (West Ryde, 1933-1935); telegraphist (Roseville, 1936-1937; Ryde, 1943-1968) * [[/J. L. White|White, J. L.]] - 19??(???)-19??(???) - Licences: 6JL via Brass Valley (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''WHITELAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Roy Whitelaw|Whitelaw, Charles Roy]] [https://www.familysearch.org/tree/person/details/99WD-7NY] - 1891(Vic)-1957(Vic) - Licences: XMO Melbourne (Rosedale, 1913-1914); 3BH Melbourne (Mooroolbark, 1923-1925); 3BH Stawell (1925); 3BH Benalla (1925-1927); 3BH Melbourne (Mitcham, 1931); 3BH Woomelang (1933); 3BH Melbourne (Mornington 1937-1939); 3BH (Harrisfield, 1946-1947; Dandenong, 1948; Noble Park, 1954-1955; Boronia, 1956) - Qualifications: cc; AOCP 87, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; fire brigade and railway stationmaster; WW1 (AFC, Wireless Operator, 1917) - Electoral Rolls: railway employee (Creswick, 1914); assistant stationmaster (Ravenswood, 1919); stationmaster (Mooroolbark, 1922-1924); railway employee (Timboon, 1925); stationmaster (Benalla, 1925-1927; Mitcham, 1931; Euroa, 1942; Harrisfield, 1949-1954) ===''WHITING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Ambrose Whiting|Whiting, Reginald Ambrose]] [https://www.familysearch.org/tree/person/details/GXR6-XDQ] - 1911(SA)-1981(Vic) - Licences: 5MC Adelaide (Torrensville, 1932-1933); 3MZ Melbourne (East Preston, 1947-1980+) - Qualifications: cc; AOCP 988, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (South Yarra, Vic, 1934; Essendon, Vic, 1937); fitter & turner (Preston, Vic, 1942-1968); fitter (Preston, Vic, 1972-1980) ===''WHITLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gough Whitlam|Whitlam, Edward Gough "Gough"]] [https://www.familysearch.org/tree/person/details/L5VH-8BJ] - 1916(Vic)-2014(NSW) - Prime Minister (1972-1975), WW2 (RAAF, Flight Lieutenant, navigator & bomb aimer, 1942-1945) - Electoral Rolls: student (Glebe, 1943); barrister (Cronulla, 1949; Cabramatta, 1958-1963; Red Hill, 1977; Double Bay, 1980) - executive oversight of the introduction of community radio in Australia - Links: [[w:Gough Whitlam|Wikipedia]] * [[/Lewis Alfred John Whitlam|Whitlam, Lewis Alfred John]] [https://www.familysearch.org/tree/person/details/LYY1-BBB] - 1904(Qld)-1977(Qld) - Licences: Receive (Crystal) Brisbane (Brisbane City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer's assistant (Brisbane City, Qld, 1931-1937); electrical engineer (Windsor, Qld, 1943-1968); engineer (Windsor, Qld, 1972-1977) ===''WICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. Wicks|Wicks, C.]] - 18??(???)-19??(???) - Licences: XQK Brisbane (South Brisbane) (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WILDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cyril George Wildman|Wildman, Cyril George]] [https://www.familysearch.org/tree/person/details/GMG3-GNP] - 1900(Vic)-1982(Vic) - Licences: 3FM Melbourne (Northcote, 1930-1931; Moreland, 1933-1939, 1946-1948; East Brunswick, 1954-1980+) - Qualifications: AOCP 624, 1930, No. ?? in Vic; BOCP 422, 1942 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Melbourne, 1927; Fitzroy North, 1931; Coburg, 1934-1942); electrical engineer (Brunswick East, 1977-1980) ===''WILKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Winstanley Wilkin|Wilkin, John Winstanley]] [https://www.familysearch.org/tree/person/details/L6LX-1P7] - 1891(NZ)-1967(SA) - Licences: 5JW Adelaide (North Adelaide, 1928; Osmond, 1931; Glen Osmond, 1933; North Walkerville, 1937-1938) - Qualifications: cc; Nil yet identified; likely qualified in NZ - amateur operator; amateur broadcaster - Electoral Rolls: manager (Toorak, SA, 1939-1943) ===''WILKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wilkins|Wilkins, Arthur]] - 19??(???)-19??(???) - Licences: 3AW Melbourne (Murrumbeena, 1927; East St Kilda, 1931) - Qualifications: AOCP 375, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: - several contemporaneous Arthur Wilkins, specific to be identified ===''WILKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Angus Wilkinson|Wilkinson, Dudley Angus]] [https://www.familysearch.org/tree/person/details/LR41-Q53] - 1919(SA)-1988(SA) - Licences: 5WD Adelaide (Frewville, 1935-1939; College Park, 1947-1948) - Qualifications: cc; AOCP 1455, 1935, SA; BOCP 182, 1938; 1COCP 284, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hawthorn, SA, 1941; Ballarat, Vic, 1942) ===''WILLIAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Williams|Williams, Albert Edward]] - 19??(???)-19??(???) - Licences: 5BO Adelaide (Unley, 1930-1931); 5BO Adelaide (Ottaway, 1946-1975) - Qualifications: cc; AOCP 659, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: - several contemporaneous AEWs in SA * [[/Alex Elisha Williams|Williams, Alex Elisha]] [https://www.familysearch.org/tree/person/details/G8JC-RN9] - 1913(Vic)-1981(Vic) - Licences: 3KT Melbourne (Elsternwick, 1933-1939) - Qualifications: AOCP 1062, 1932, Vic - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Elsternwick, 1936-1937; Camberwell, 1943-1949; Highfield Park, 1954); school teacher (Frankston, 1967-1968); teacher (Frankston, 1972-1980) * [[/Alfred Keith Williams|Williams, Alfred Keith]] [https://www.familysearch.org/tree/person/details/G8C3-3SS] - 1905(WA)-1932(WA) - Licences: 6AW Collie (1929-1931) - Qualifications: cc; AOCP 502, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: picture S. operator (Collie, 1930) * [[/Ernest Arthur Williams|Williams, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/LKNS-QYG] - 1888(NSW)-1968(NSW) - Licences: 2QY Receive Wollongong (1923); 2QY Wollongong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Wollongong, 1913, 1930-1958); retired (Wollongong, 1968) * [[/Harold Parkyn Williams|Williams, Harold Parkyn]] [https://www.familysearch.org/tree/person/details/G7CW-DGX] - 1881(Qld)-1933(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - first general manager of ABC - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/williams-harold-parkyn-9112 ADB] * [[/J. E. Williams|Williams, J. E.]] - 19??(???)-19??(???) - Licences: 4DQ Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: many contemporaneous JEWs - Electoral Rolls: Nil yet identified * [[/John Henry Williams|Williams, John Henry Jnr "Johnny" "Jack"]] [https://www.familysearch.org/tree/person/details/MP3D-8NG] - 1880(Qld)-1953(Qld) - Licences: 4JH Mackay (1929-1931) - Qualifications: cc; AOCP 507, 1929, No ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: iron monger? (Mackay, 1925-1943) - established commercial broadcaster 4MK Mackay 1931 * [[/Leslie Samuel Barnes Williams|Williams, Leslie Samuel Barnes]] [https://www.familysearch.org/tree/person/details/G8F2-X56] - 1896(Qld)-1974(Qld) - Licences: 4LS Brisbane (Indooroopilly, 1930-1933); 4LS Toogoolawah (1937-1939) - Qualifications: cc; AOCP 630, 1930, Qld - amateur operator, amateur broadcaster - Electoral Rolls: naval signalman (Cape Moreton, 1917-1922); saddler (Indooroopilly, 1925-1931); boot repairer (Toogoolawah, 1934-1958); retired (Taringa, 1963-1972) * [[/Neville Williams|Williams, Neville]] - 1915(NSW)-1996(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: - Links: [http://messui.polygonal-moogle.com/valves/NW199701.pdf EA] ===''WILLIAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Joseph Augustine Williamson|Williamson, Cecil Joseph Augustine]] [https://www.familysearch.org/tree/person/details/K879-9HC] - 1925(NSW)-1973(NSW) - Licences: 2CW Yass (1929-1931); 2ALS Yass (1939, 1946-1954) - Qualifications: AOCP 525, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Yass, 1930-1949); farmer (Trundle, 1949); mechanic (Orange, 1954-1972) * [[/Frederick Lerpiniere Williamson|Williamson, Frederick Lerpiniere]][https://www.familysearch.org/tree/person/details/LB6L-GCH] - 1896(SA)-1976(SA) - Licences: 5AH Receive Adelaide (Kent Town, 1922); 5AH Adelaide (Kent Town, 1922-1927; Collinswood, 1928, 1948-1955); also dealer licence 5BT Adelaide 1925-1926 for Kauper, Austin & Williamson - Qualifications: cc; AOCP 22, 1924, No. ?? in SA; BOCP 284, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Hubert Gordon Williamson|Williamson, Hubert Gordon]] [https://www.familysearch.org/tree/person/details/LH7J-YQP] - 1907(Vic)-1995(Vic) - 3GW Rainbow (1927-1939, 1946-1960), 3GW Lalor (1965-1969), 3GW Melbourne (East Doncaster, 1975-1980), 3GH Rainbow (1937-1939), amateur operator (AOCP 342, 1927, No. ?? in Vic), (1COCP 593, 1942), amateur broadcaster * Williamson nee Hutchings, Marjorie Lilian - See Marjorie Lilian Hutchings ===''WILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Oliver Willis|Willis, Harold Oliver]] [https://www.familysearch.org/tree/person/details/G8VS-NLZ] - 1898(Vic)-1976(WA) - Licences: 6OW Perth (South Fremantle, 1930-1931); 6AM Perth (South Fremantle, 1933); 6HW Perth (South Fremantle, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 675, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: baker (South Fremantle, 1925-1968) ===''WILLMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILMOTT * [[/Thomas Robert Willmott|Willmott or Wilmot, Thomas Robert]] [https://www.familysearch.org/tree/person/details/GZD6-TB4] - 1886(NSW)-1947(NSW) - Licences: 2BR Receive South Grafton (1922); 2ZO South Grafton (1923-1931) - Qualifications: cc; AOCP 48, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Grafton South, 1930-1943) ===''WILLOUGHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lancelot Willoughby|Willoughby, Eric Lancelot]] [https://www.familysearch.org/tree/person/details/LR88-Q5X] - 1912(SA)-19??(???) - Licences: 5BM Adelaide (Penrhyn, 1932-1939); 5GO Adelaide (Unley, 1948); 3FB Noojee (1954-1956); 3FB Neerim Junction (1960); 4EW Booval (1965-1980+) - Qualifications: cc; AOCP 1035, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Penrhyn, SA, 1939-1943); farmer (Noojee, Vic, 1949-1954); PMG Linesman (Booval, Qld, 1963-1968); PMG (Booval, Qld, 1972-1977) ===''WILMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILLMOTT * [[/John Henry Wilmott|Wilmott, John Henry]] [https://www.familysearch.org/tree/person/details/GFQY-PTR] - 1914(WA)-2003(NSW) - Licences: 6JW Perth (Como, 1934-1939); 2AJX Sydney (Lindfield, 1975); 2AJX Bathurst (1980) - Qualifications: cc; AOCP 1345, 1934, WA; 1COCP 170, 1938 - amateur operator; amateur broadcaster - Comment: Several contemporaneous JHWs - Electoral Rolls: aircraft radio officer (Lindfield, NSW, 1949); communications officer (Lindfield, NSW, 1958-1968); proprietor (Bathurst, NSW, 1977-1980) ===''WILSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Wilson|Wilson, A. H.]] - 19??(???)-19??(???) - Licences: 4DL Receive Brisbane (Kangaroo Point, 1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Darius Joseph Wilson|Wilson, Darius Joseph]] [https://www.familysearch.org/tree/person/details/G8ZR-GJ4] - 1901(NSW)-1987(NSW) - Licences: 2DW Sydney (Leichhardt, 1929-1931; Lidcombe, 1933; Five Dock, 1933-1939, 1946-1948; Warwick Farm, 1950; Yagoona, 1954-1980) - Qualifications: AOCP 548, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: french polisher (Leichhardt, 1930; Five Dock, 1943-1949); no occupation (Five Dock, 1954); french polisher (Yagoona, 1954-1968); polisher (Yagoona, 1972-1977) * [[/Horace Benjamin Wilson|Wilson, Horace Benjamin "Ben"]] [https://www.familysearch.org/tree/person/details/G8DV-71R] - 1911(WA)-2005(NSW) - Licences: 5WB Adelaide (Wayville, 1930-1937; Unley Park, 1938-1939); 2BP Sydney (McMahons Point, 1946-1948; West Ryde, 1950-1980+) - Qualifications: cc; AOCP 586, 1930, No. ?? in SA; AOLCP 161, 1934; 2COCP 33, 1935; 1COCP 72, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Unley Park, 1939); recording engineer (McMahons Point, 1949); business manager (West Ryde, 1954-1980) * [[/Leonard Gratton Wilson|Wilson, Leonard Gratton]] [https://www.familysearch.org/tree/person/details/GQN8-3K6] - 1901(NSW)-1990(WA) - Licences: 6LG Perth (Inglewood, 1928; South Perth, 1930-1931; Como, 1954-1980+) - Qualifications: cc; AOCP 429, 1928, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: vigneron (Caversham, 1925); police constable (South Perth, 1931-1936; Como, 1937); constable (Albany, 1943-1949); police constable (Como, 1954-1958) * [[/Leslie Maclean Wilson|Wilson, Leslie Maclean]] [https://www.familysearch.org/tree/person/details/LRH5-9TL] - 1893(NSW)-1972(NSW) - 2LM Marsden (1924-1926), 2LM Sydney (Cremorne, 1927), 2LM Mudgee (1928-1939), 2LM Port Macquarie (1960-1969+), amateur operator (AOCP 33, 1924, No. ?? in NSW), amateur broadcaster, pastoralist * [[/Perry Allen Wilson|Wilson, Perry Allen]] - 19??(???)-19??(???) - Licences: 4AT Receive Eumundi (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motordriver (Eumundi, Qld, 1925-1934); garage proprietor (Eumundi, Qld, 1936-1943) * [[/Victor John Wilson|Wilson, Victor John]] [https://www.familysearch.org/tree/person/details/GX8K-NPY] - 1909(Qld)-2009(Qld)99yo - Licences: Receive Brisbane (New Farm, 1923); 4VW Brisbane (Newstead, 1937-1939); 4VW Nambour (1960); 4VW Brisbane (Everton Park, 1965) - Qualifications: cc; AOCP 1100, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: panel beater (Newstead, Qld, 1931-1937; Nambour, Qld, 1958; Everton Park, Qld, 1963-1980) * [[/Warne Alfred George Wilson|Wilson, Warne Alfred George]] [https://www.familysearch.org/tree/person/details/LKLN-Y39] - 1900(Vic)-1981(Vic) - Licences: 3RY Receive Ballarat (1923); 3RY Ballarat (1924-1925); 3WA Ballarat (1928-1939, 1946-1960); 3KV Ballarat (1980) - Qualifications: cc; AOCP 444, 1928, No. ?? in Vic; AOLCP 20, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Ballarat, 1924); radio engineer (Ballarat, 1927-1980) * [[/Wilfred Elvyn Wilson|Wilson, Wilfred Elvyn]] [https://www.familysearch.org/tree/person/details/GDSB-MB4] - 1880(Eng)-1964(NSW) - Licences: 2JI Receive Sydney (Roseville, 1922-1923); 2JI Sydney (Roseville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: optician (Roseville, 1930-1963) ===''WING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James John Wing|Wing, William James John]] [https://www.familysearch.org/tree/person/details/GDHH-WKW] - 1887(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 188, 1916; 2COCP 142, 1930; 1COCP 212, 1931 - coastal wireless operator; RANRS (CPO, 1917-1918); AWA - Electoral Rolls: wireless operator (Hotel Metropole, Thursday Island, Qld, 1914); wireless engineer operator (Radio Station, Applecross, WA, 1917); radiotelegraphist (Cooktown, 1921); business manager (Epping, 1930); sales manager (Epping, 1933-1936; Roseville, 1937; Chatswood, 1943-1949); manager (Melbourne, 1954) ===''WINTERFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Charles Burnett Brereton Winterford|Winterford, Dudley Charles Burnett Brereton]] [https://www.familysearch.org/tree/person/details/G3ML-FJH] - 1908(Qld)-1988(Canada?) - Licences: 4MF Brisbane (Annerley, 1927-1931); 4MF Southport (1933); 4MF Sarina (1938-1939) - Qualifications: cc; AOCP 363, 1927, No. 40 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Annerley, 1931); mechanic (Coorparoo, 1937); electrician (Sarina, 1943); electrical contractor (Broadbeach, 1949) ===''WISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Wise|Wise, George Henry]] [https://www.familysearch.org/tree/person/details/GDDS-D87] - 1853(Vic)-1950(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - politician (Postmaster-General, 1920-1921) - Electoral Rolls: solicitor (Sale, 1905-1949) - Links: [[w:George Wise (Australian politician)|Wikipedia]] ===''WISEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Cleave Wiseman|Wiseman, William James Cleave]] [https://www.familysearch.org/tree/person/details/GX2M-ZP8] - 1906(SA)-1976(SA) - Licences: 5WJ Port Lincoln (1931-1939); 5WJ Ceduna (1947-1948); 5WJ Adelaide (Parafield, 1954) - Qualifications: cc; AOCP 759, 1931, No. ?? in SA; 1COCP 485, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Port Lincoln, SA, 1939-1941); aeradio operator (Ceduna, SA, 1943) ===''WISHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Turner Wishart|Wishart, William Turner "Bill, Billy"]] [https://www.familysearch.org/tree/person/details/GHQ3-J9S] - 1900(Qld)-1994(Qld) - Licences: 4WT Brisbane (Graceville, 1931-1939); 6TW Perth (Claremont/Floreat Park, 1946-1948); 4WX Brisbane (St Lucia, 1965-1969; Margate 1975-1980+) - Qualifications: cc; AOCP 870, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, councillor, federal councillor) - Electoral Rolls: mechanic (Red Hill, Qld, 1921); optical mechanic (Paddington, Qld, 1925; Graceville, Qld, 1928-1937); audiometrist (Floreat Park, WA, 1949; Darlington, WA, 1949); retired (Wynnum North, Qld, 1972; Margate, Qld, 1977-1980) ===''WITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sidney Herbert Witt|Witt, Sidney Herbert "Sid"]] [https://www.familysearch.org/tree/person/details/GD3D-BDV] - 1892(Vic)-1973(Vic) - Licences: 3MZ Receive Melbourne (Camberwell, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Malvern, 1914-1916); electrical engineer (Camberwell, 1922); engineer (Brighton, 1925-1943; Glen Iris, 1958-1968; Burwood, 1972)) - Links: [https://adb.anu.edu.au/biography/witt-sidney-herbert-12059 ADB] ===''WOLFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hamilton Bennett Wolfe|Wolfe, Hamilton Bennett]] [https://www.familysearch.org/tree/person/details/G9H2-8K6] - 1886(Vic)-1956(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 193, 1916; 2COCP 242, 1930; 1COCP 213, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: clerk (Bairnsdale, Vic, 1908-1912); wireless telegraphist (Applecross, WA, 1925-1926); radio telegraphist (Geraldton, 1936-1949); retired (Nedlands, WA, 1954) ===''WOLFENDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Wolfenden|Wolfenden, Peter]] - 3ZPA Strathmore (1965) - amateur operator, historian (amateur, amateur broadcasting), journalist (WIA's "Amateur Radio") ===''WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Abner David Wood|Wood, Abner David]] [https://www.familysearch.org/tree/person/details/GZ7R-BJC] - 1910(Eng)-1976(SA) - Licences: 6AS Mt Barker (1935-1939) - Qualifications: cc; AOCP 1534, 1935, WA; BOCP 654, 1945 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Percy Wood|Wood, Percy]] [https://www.familysearch.org/tree/person/details/G8M8-2V1] - 1909(Qld)-19??(???) - Licences: 4RQ Ipswich (1927-1931); 4PW Ipswich (1933-1939); 2EPW Banora Point - Qualifications: cc; AOCP 359, 1927, No. 39 in Qld - amateur operator; amateur broadcaster; journalist (QRN, AR); engineer (IREE) - Electoral Rolls: electrical mechanic (Ipswich, 1931); radio dealer (Ipswich, 1937-1949; East Ipswich, 1954-1968); electrical dealer (Banora Point, 1977-1980) ===''WOODLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Woodley|Woodley, William Robert]] [https://www.familysearch.org/tree/person/details/G8VC-CYY] - 1909(???)-1995(WA) - Licences: 6BY Perth (West Leederville, 1930-1931); 6DJ Perth (Carlisle, 1946-1948; Victoria Park, 1954-1956; Maniana, 1960-1980+) - Qualifications: cc; AOCP 680, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Claremont, 1936-1937); mechanic (Victoria Park, 1943); radio mechanic (Carlisle, 1949; Victoria Park, 1954; Maniana, 1963-1980) - Callsign possibly withdrawn for commercial ===''WOOKEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Bruce Wookey|Wookey, Robert Bruce]] [https://www.familysearch.org/tree/person/details/9DP1-GVW] - 1907(Vic)-1974(Vic) - Receive Geelong (1923-1924), 3RW Geelong (1925-1927), 3IC Geelong (1948-1974), amateur operator (AOCP 146, 1925, No. ?? in Vic), amateur broadcaster, postal clerk ===''WOOLACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Prosser Woolacott|Woolacott, Francis Prosser "Frank"]] [https://www.familysearch.org/tree/person/details/GZFL-94T] - 1903(NSW)-1968(NSW) - 2ST Receive Sydney (Drummoyne, 1923-1924), 2FW Sydney (Drummoyne, 1925-1926), amateur operator (AOCP 119, 1925, No. ?? in NSW), amateur broadcaster ===''WOOLLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edgar Woollett|Woollett, David Edgar]] [https://www.familysearch.org/tree/person/details/GZTM-HDP] - 1920(NSW)-2001(NSW) - Licences: 2ZDE Sydney (Beverley Hills, 1956-1980+) - Qualifications: AOLCP 202, 1956; AOCP 4292, 1965, NSW - amateur operator, WW2 - Electoral Rolls: telephone technician (Beverley Hills, 1949-1972; Narwee, 1977-1980) * [[/N. Woollett|Woollett, N.]] - 19??(???)-19??(???) - Licences: 2ZY Sydney (Mosman, 1926-1927) - Qualifications: AOCP 276, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: ? ===''WOOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Ronald Woolley|Woolley, Leon Ronald]] [https://www.familysearch.org/tree/person/details/L214-JQH] - 1898(Qld)-1971(Qld) - Licences: 4FW Ipswich (1931); 4FW Townsville (1933); 4FW Ipswich (1937-1939, 1946-1969) - Qualifications: cc; AOCP 751, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, ATC); employment (school teacher) - Electoral Rolls: schoolteacher (Bell, Qld, 1919-1921; Newtown, Qld, 1925; Kia Ora, Townsville, 1931; Newtown, Qld 1934-1963) ===''WOOLNOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Stephen Woolnough|Woolnough, Archibald Stephen]] [https://www.familysearch.org/tree/person/details/G8CG-9PK] - 1909(Vic)-2004(Vic) - Licences: 3BW Portarlington (1929-1980+) - Qualifications: AOCP 519, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: business proprietor (Portarlington, 1931-1980) * [[/Walter Lyell Woolnough|Woolnough, Walter Lyell]] [https://www.familysearch.org/tree/person/details/9CJF-LS3] - 1906(NSW)-1999(NSW) - 2GW Sydney (Killara, 1925-1927; Gordon, 1928-1930; Greenwich, 1931; Gordon, 1933-1936), 2GW Lithgow (1937-1939), Sydney (Gordon, 1946-1980+), amateur operator (AOCP 153, 1925, No. ?? in NSW), amateur broadcaster, licence held by father Walter George Woolnough till 1933, engineer ===''WOOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Meredith Wooster|Wooster, Horace Meredith "Jack"]] [https://www.familysearch.org/tree/person/details/L23Q-CGW] - 1909(Qld)-1992(Qld) - Licences: 4VH Townsville (City, 1930-1939; Belgian Gardens, 1946-1948); 4VH Brisbane (Yeronga, 1954-1980+) - Qualifications: cc; AOCP 623, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; state public servant (Qld Railways, telegraphist; Qld Main Roads Dept); military (Army signals officer) - Electoral Rolls: clerk (Townsville, 1931-1932; Norman Park, 1937; Townsville, 1943-1949; Yeronga, 1954-1980) ===''WORRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Albert Worrall|Worrall, Leonard Albert]] [https://www.familysearch.org/tree/person/details/LTL5-L1L] - 1912(NSW)-1978(Qld) - Licences: 2XM Sydney (Parramatta, 1933-1934; Punchbowl, 1935-1936); 4XM Cairns (1937-1939); 4WL Brisbane (Stafford Heights, 1975) - Qualifications: cc; AOCP 1221, 1933, NSW - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Punchbowl, NSW, 1934-1936; Cairns, Qld, 1937); bank clerk (Wynnum, Qld, 1943); clerk (Wynnum North, Qld, 1954-1963); bank manager (Tarragindi, Qld, 1968); manager (Stafford Heights, Qld, 1972-1977) ===''WORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Worth|Worth, Sydney or Sidney Ernest]] [https://www.familysearch.org/tree/person/details/GXBH-5Z3] - 1905(WA)-1963(WA) - Licences: 6SW Perth (Rivervale, 1930-1933; Nedlands, 1937-1939) - Qualifications: cc; CPRT 958, 1927; 2COCP 223, 1930; 1COCP 226, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rivervale, WA, 1931); wireless operator (Nedlands, WA, 1936-1958) ===''WRAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward James Crawford Wraith|Wraith, Edward James Crawford "Jim"]] [https://www.familysearch.org/tree/person/details/KV2C-11D] - 1862(Vic)-1942(Vic) - Early wireless experimenter ===''WRATTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn James Wratten|Wratten, Mervyn James]] [https://www.familysearch.org/tree/person/details/GZJM-DV8] - 1918(Qld)-1999(Qld) - Licences: 4MW Ipswich (Brassall, 1937-1939; North Ipswich, 1946-1947; Brassall, 1948-1980+); 4LX Gold Coast (Palm Beach, 1956-1969) - Qualifications: cc; AOCP 1932, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Ipswich ARC); military (WW2, CMF, AIF); employment (Cribb & Foote, manager, radio section); business proprietor (Avon Theatre) - Electoral Rolls: shop assistant (Brassall, Qld, 1943-1977; North Ipswich, Qld, 1980) ===''WRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Milroy Percy Wray|Wray, Ronald Milroy Percy]] [https://www.familysearch.org/tree/person/details/G8H3-QYM] - 1909(Vic)-1963(NSW) - Licences: 2WX Sydney (Hurstville, 1929-1961) - Qualifications: AOCP 472, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified ===''WREFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Norman Wreford|Wreford, Roger Norman]] [https://www.familysearch.org/tree/person/details/GX22-N2X] - 1909(WA)-1990(SA) - Licences: 2ADC Broken Hill (1936-1937); 5RW Adelaide (Blackwood, 1938-1939; Mitcham, 1947-1954; South Brighton, 1955-1960; Crafers, 1965-1980+) - Qualifications: cc; AOCP 1714, 1936, NSW - amateur operator; amateur broadcaster - Relationships: Brother of 5DW-6IW Arthur Franklin Wreford - Electoral Rolls: bank clerk (Broken Hill, NSW, 1935-1936; Blackwood, SA, 1939; Mitcham, SA, 1941-1943) * [[/Arthur Franklin Wreford|Wreford, Arthur Franklin]] [https://www.familysearch.org/tree/person/details/G3V1-92S] - 1898(WA)-19??(???) - Licences: 5DW Adelaide (Kensington Gardens, 1937-1939; Cumberland, 1947-1954); 6IW Perth (Armadale, 1955-1969) - Qualifications: cc; AOCP 2037, 1937, SA; 2COCP 452, 1941 - amateur operator; amateur broadcaster; WW1 - Relationships: Brother of 2ADC-5RW Roger Norman Wreford - Electoral Rolls: bank clerk (Kensington Gardens, SA, 1939); mechanic (Crystal Brook, SA, 1941; Cumberland, SA, 1943); civil servant (Gosnells, WA, 1954); technician (Armadale, WA, 1958) - Links: [https://discoveringanzacs.naa.gov.au/browse/person/133040 NAA] ===''WRIEDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Sjoberg Albert Wriede|Wriede, George Sjoberg Albert]] [https://www.familysearch.org/tree/person/details/LKG2-VK8] - 1900(Qld)-1971(Qld) - Licences: 4DJ Receive Caboolture (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: railway employee (Cooroy, 1921; Miriam Vale, 1925-1958); retired (Gladstone, 1963) ===''WRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Wright|Wright, Albert Edward]] - 19??(???)-19??(???) - Licences: 2SS Receive Scarborough (1923); 2SS Scarborough (1924-1925); 2SS Coledale (1926-1933); 2SS Coolah (1933); 2SE Scarborough (1935-1936); 2SE Louth/Bourke (1937-1938); 2SE Walgett (1939); 2SE Willow Tree (1946); 2SE Stanmore (1947-1950); 2SE Sydney (Guildford, 1954-1961); 2SE Quirindi (1965) - Qualifications: cc; AOCP 118, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Comment: several contemporaneous Albert Edward Wrights in NSW, needs specific data to identify - Electoral Rolls: Nil yet identified * [[/A. W. H. Wright|Wright, A. W. H. "Bill"]] - 19??(???)-19??(???) - 5BW Adelaide, 3AAW, 4TU Garbutt (-1950+, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster * [[/Collis Page Wright|Wright, Collis Page]] [https://www.familysearch.org/tree/person/details/GD1P-P9L] - 1912(Tas)-2004(Tas) - Licences: 7LZ Launceston (1933-1980+) - Qualifications: cc; AOCP 1099, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draper's assistant (Launceston, 1936-1937); salesman (Launceston, 1943); draper (Launceston, 1949-1968) * [[/Eric John Wright|Wright, Eric John]] [https://www.familysearch.org/tree/person/details/GXHG-P2G] - 1904(Qld)-1967(Qld) - Licences: 4DY Brisbane (Annerley, 1936-1939; Windsor, 1947; Buranda, 1948; Annerley, 1954; Buranda, 1955-1956; Ekibin, 1960-1965) - Qualifications: cc; AOCP 1816, 1936, Qld; 3COCP 1471, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: turner (Annerley, Qld, 1937-1943; Annerley, Qld, 1949); waterside worker (Ekibin, Qld, 1963) * [[/Frederick Harold Wright|Wright, Frederick Harold]] [https://www.familysearch.org/tree/person/details/GF95-LW1] - 1910(Eng)-1972(WA) - Licences: 6FR Perth (Buckland Hill, 1936-1937; Mosman Park, 1938-1939, 1947-1960) - Qualifications: cc; AOCP 1809, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Buckland Hill, WA, 1936; Mosman Park, WA, 1943-1963) * [[/William Henry Hilsdon Wright|Wright, William Henry Hilsdon]] [https://www.familysearch.org/tree/person/details/GDVF-RKL] - 1905(Qld)-1967(Qld) - Licences: 4FA Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Murrays Creek, 1930; Ballandean, 1937-1949); teacher (Toowoomba, 1954-1963) ===''WYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Hemingway Wyle|Wyle, Albert John Hemingway]] [https://www.familysearch.org/tree/person/details/GF3J-6L7] - 1913(WA)-1990(WA) - Licences: 6BW Perth (Shenton Park, 1937-1939; Nedlands, 1947-1980+) - Qualifications: cc; AOCP 1865, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: radio salesman (Nedlands, WA, 1943-1968); salesman (Dalkeith, WA, 1972-1980) ===''WYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Agar Wynne|Wynne, Agar]] [https://www.familysearch.org/tree/person/details/LZ4J-6CN] - 1850(Eng)-1934(Vic) - senior federal politician (Postmaster-General, 1913-1914) * [[/Alfred Percy Wynne|Wynne, Alfred Percy]] [https://www.familysearch.org/tree/person/details/L858-Q52] - 1885(Qld)-1966(Qld) - proprietor music business (Wynne's Music, Maryborough), proprietor broadcasting station (4MB Maryborough) - Electoral Rolls: piano tuner (Paddington, 1908; Mooloolah, 1909); commercial traveller (Mooloolah, 1912); piano tuner (Maryborough, 1913); salesman (Brisbane, 1916-1917; Mooloolah, 1919; Maryborough, 1919-1925); music store proprietor (Maryborough, 1928-1949); business manager (Maryborough, 1963) =='''X'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> =='''Y'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''YATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Gordon Yates|Yates, Kenneth Gordon]] [https://www.familysearch.org/tree/person/details/GXRW-CJ3] - 1910(SA)-2000(SA) - Licences: 5RP Adelaide (Cottonville, 1939, 1947-1954; Westbourne Park, 1955-1980+) - Qualifications: cc; AOCP 2371, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Cottonville, SA, 1939-1943) * [[/Reginald Colin Yates|Yates, Reginald Colin]] [https://www.familysearch.org/tree/person/details/GXRW-QX6] - 1914(SA)-1984(NSW) - Licences: 5RY Wyalla (1935-1937); 2AGZ Wollongong (1938-1939, 1947); 2AGZ Sydney (Mosman, 1948-1950); 2AGZ Broken Hill (1954-1957); 2AGZ Newcastle (Hamilton, 1958-1961; Charlestown, 1965-1980) - Qualifications: cc; AOCP 1474, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Wollongong, NSW, 1943); electrical engineer (Mosman, NSW, 1949); engineer (Wollongong, NSW, 1954); chartered electrical engineer (Merewether, NSW, 1958); professional engineer (Charlestown, NSW, 1968-1980) ===''YEATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Melville Yeates|Yeates, Henry Melville]] [https://www.familysearch.org/tree/person/details/G698-PXG] - 1912(Tas)-1980(???) - Licences: 7HY Launceston (1936-1939, 1948-1956) - Qualifications: cc; AOCP 1621, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Launceston, 1936-1937); electrical contractor (Launceston, 1949-1954); salesman (Mosman, NSW, 1958-1977) ===''YORSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Sutherland Yorston|Yorston, Ernest Sutherland]] [https://www.familysearch.org/tree/person/details/GZY8-46D] - 1909(Vic)-1971(Vic) - Licences: 3ES Melbourne (Caulfield, 1926-1939) - Qualifications: AOCP 299, 1926, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1931-1937); sales (Caulfield, 1942; Elsternwick, 1949); manufacturer (Caulfield, 1954-1963); director (Oakleigh, 1967-1968) ===''YOUNG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Crawford Addison Young|Young, Crawford Addison]] [https://www.familysearch.org/tree/person/details/GF3C-DQT] - 1914(WA)-1971(WA) - Licences: 6CY Perth (Fremantle, 1934-1939, 1947-1969) - Qualifications: cc; AOCP 1265, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Fremantle, WA, 1936-1937; South Fremantle, WA, 1943-1968) * [[/Ivan Harold Young|Young, Ivan Harold]] [https://www.familysearch.org/tree/person/details/L118-BVF] - 1910(Qld)-2000(Qld) - Licences: 4YG Brisbane (Albion) (1930-1939); 4YH Brisbane (Mitchelton) (1969-1980+) - Qualifications: cc; AOCP 708, 1930, No. ?? in Qld; BOCP 315, 1940 - amateur operator; amateur broadcaster; radio technician (Mission Control Station, Thursday Island) - Electoral Rolls: nil (Albion, 1931-1937); public servant (Newmarket, 1943; Mitchelton, 1949-1980) * [[/James Wolstenholme Young|Young, James Wolstenholme]] [https://www.familysearch.org/tree/person/details/L2TQ-Z2R] - 1909(NSW)-1995(NSW) - Licences: 2JY Sydney (Turramurra, 1925-1934; Roseville, 1938-1939); 2JY Katoomba (1946); 2JY Sydney (Mona Vale, 1947-1948; Willoughby, 1950-1961; Middle Cove, 1965-1980) - Qualifications: AOCP 189, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: articled clerk (Turramurra, 1932-1934), solicitor (Roseville, 1937; Katoomba, 1943; Willoughby, 1954-1977) * [[/John William Young|Young, John William]] [https://www.familysearch.org/tree/person/details/L6RN-2XX] - 1906(Qld)-1981(Qld) - Licences: 4JY Brisbane (Rosalie, 1931; Sandgate, 1933; Rosalie, 1938; Coorparoo, 1946-1980+) - Qualifications: cc; AOCP 752, 1931, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Rosalie, 1931); clerk (Sandgate, 1936); storeman (Rosalie, 1937; Coorparoo, 1943-1963); commercial traveller (Coorparoo, 1968-1980) * [[/William Anderson Young|Young, William Anderson]] [https://www.familysearch.org/tree/person/details/G89P-B3K] - 1897(Sct)-1956(Qld) - Licences: 4WA Brisbane (West End, 1927-1931) - Qualifications: cc; AOCP 330, 1927, No. 34 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: boot employee (West End, 1925-1937); bootmaker (Ashgrove, 1943-1954) =='''Z'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''ZECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Zech|Zech, William James]] [https://www.familysearch.org/tree/person/details/GZDZ-YJG] - 1893(Eng)-1973(NSW) - Licences: XABQ Sydney (Annandale, 1912-1914), 2DL Sydney (Annandale, 1922, Receive), 2WZ Sydney (Annandale, 1925-1927; Ashfield, 1928-1930; Stanmore, 1933-1934), 2ACP Sydney (Enmore, 1937; Como, 1938), 2ACP Katoomba 1939 & 1946-1975) - Qualifications: CPRTelephony 424; no record of AOCP - early wireless experimenter, ship wireless operator, amateur operator, amateur broadcaster - Electoral Rolls: {{BookCat}} g0r5rns8wd0yurl05iorspo06kknl9g 4089972 4089971 2022-08-10T11:21:38Z Samuel.dellit 1387936 /* COLLINS */ wikitext text/x-wiki {{incomplete}} {{WikipediaCredit}} {{CompactTOC8|side=yes}} Thumbnail Radio Biographies sorted alphabetically by surname '''Many of the stars of Australia's Radio Universe''' '''Covering the full gamut from hypergiants to brown dwarfs''' '''Each lit the way forward to broadcasting in Australia''' =='''A'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''ABBISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Frederick Abbiss|Abbiss, John Edwin Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/GZZJ-6H9] - 1907(Eng)-1977(Qld) - Licences: 4JA Brisbane (Balmoral, 1930; Morningside, 1931-1939) - Qualifications: cc; AOCP 581, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Evans Deakin shipyards) - Halcyon: p. 83, Abiss - Electoral Rolls: engineering draftsman (Morningside, 1936); draftsman (Coorparoo, 1937; Morningside, 1949-1977) ===''ABBOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Nicholson Abbott|Abbott, Reginald Nicholson or Nicolson]] [https://www.familysearch.org/tree/person/details/9V2T-FTG] - 1897(Vic)-1980(Vic) - Licences: 3VR Melbourne (Alphington, 1923-1927); 3ABB Melbourne (Caulfield, 1947-1980) - Qualifications: cc; CPRT 273, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Alphinton, 1925-1927; St Kilda, 1931-1937; Caulfield, 1942-1949); technician (Caulfield, 1954-1977) * [[/Roy Edgar Abbott|Abbott, Roy Edgar]] [https://www.familysearch.org/tree/person/details/L6MT-CZX] - 1902(NSW)-1943(Qld) - Licences: 2YK Dorrigo (1930-1931); 2YK Telegraph Point (1933-1939) - Qualifications: cc; CPRTelephony 668, 1921; AOCP, not yet identified; 2COCP 179, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Dorrigo, 1930; Telegraph Point, 1933-1937; Mittagong, 1943) - Sacrifice: "Greater love hath no man than this" * [[/Thomas Kingsmill Abbott|Abbott, Thomas Kingsmill]] [https://www.familysearch.org/tree/person/details/LHFH-4FH] - 1891(NSW)-1933(NSW) - Licences: 2TK Wingen (1926-1929) - Qualifications: cc; Nil yet identified (likely military) - amateur operator; amateur broadcaster; WW1; witness to Royal Commission 1927 (as Graziers' Assoc NSW) - Comment: beware other contemporaneous TK Abbotts - Electoral Rolls: overseer (Muralla, 1913); grazier (Wollongong, 1931) - Links: [https://vwma.org.au/explore/people/209607 Obit] ===''ABRAHAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Abrahams|Abrahams, Frank]] [https://www.familysearch.org/tree/person/details/G836-Y6P] - 1903(Vic)-1984(Vic) - Licences: 3FA Melbourne (South Yarra, 1924-1925) - Qualifications: cc; 3COCP 6089, 1966 - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (St Kilda, 1925-1931); manufacturer (St Kilda, 1935-1936; Malvern, 1943-1967; Toorak, 1977-1980) - Relationships: brother of Louis Henry Abrahams * [[/Louis Henry Abrahams|Abrahams, Louis Henry]] [https://www.familysearch.org/tree/person/details/G8GJ-GZP] - 1889(Vic)-1940(Vic) - Licences: Receive (Valve) Melbourne (St Kilda, 1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1; director (Victorian Radio Interests Ltd); witness to Royal Commission Wireless 1927 - Electoral Rolls: potter (Brunswick, 1909); tobacconist (South Yarra, 1912-1921); manufacturer (St Kilda, 1924-1926); burner (Brunswick, 1937-1942) - Relationships: brother of 3FA Frank Abrahams ===''ACKERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Adam Ackerman|Ackerman, Joseph Adam]] [https://www.familysearch.org/tree/person/details/GZZV-49L] - 1911(NSW)-1993(Qld) - Licences: 2ALG Sydney (Carlton, 1938-1939, 1946-1948); 2ALG Wentworthville (1950); 2ALG Sydney (Parramatta, 1954-1958; North Rocks, 1960-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 2229, 1938, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal employee (Paddington, 1932; Annandale, 1933-1936; Kogarah, 1937-1943; Carlton, 1949); clerk (Parramatta, 1954-1958); senior supervisor (Wentworthville, 1963; Epping, 1968-1972); retired (Sans Souci, 1977; Hurstville, 1980) ===''ACKLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Daniel Ackling|Ackling, Harold Daniel]] [https://www.familysearch.org/tree/person/details/LD5F-8RK] - 1892(NSW)-1982(NSW) - Licences: 2PX Sydney (Bankstown, 1930-1980+) - Qualifications: cc; AOCP 612, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Randwick, 1913); machinist (Bankstown, 1930-1980) ===''ACKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Frederick Gloucester Ackland|Ackland, Stanley Frederick Gloucester]] [https://www.familysearch.org/tree/person/details/L5PB-C2Y] - 1904(SA)-1966(SA) - Licences: Receive Adelaide (Prospect, 1923); 5SF Adelaide (Prospect, 1924-1931; Linden Park, 1954-1965) - Qualifications: cc; AOCP 21, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Burnside, 1939-1943) ===''ADAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Adams|Adams, Frank John]] [https://www.familysearch.org/tree/person/details/GZJM-29V] - 1880(Eng)-1968(Vic) - Licences: 3XO Receive Melbourne (Brighton, 1923); 3XO Melbourne (Brighton, 1924-1939) - Qualifications: cc; AOCP 155, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; manager - Electoral Rolls: motor garage proprietor (Brighton, 1913); garage proprietor (Elsternwick, 1919-1921; Brighton, 1922-1924); manager (Brighton, 1925-1954); nil (Brighton, 1963-1968) * [[/Peter Harry Arthur Adams|Adams, Peter Harry Arthur "Pete"]] [https://www.familysearch.org/tree/person/details/LT3N-XMC] - 1909(NSW)-1984(NSW) - Licences: Receive (Valve) Sydney (Cremorne, 1923-1924); 2JX Sydney (Cremorne, 1927; Manly, 1929; Cremorne, 1930; Gordon, 1931; Woolahra, 1933; Epping, 1933; Cremorne, 1935-1936; Thornleigh, 1937; Waverton, 1938-1939; Denistone, 1946-1947; Avalon Beach, 1948-1950); 2JX Wentworth Falls (1954-1961); 2JX Sydney (Pymble, 1965-1969); 2JX Nambucca Heads (1975); 2JX Wentworth Falls (1980+) - Qualifications: cc; AOCP 380, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933); labourer (Epping, 1934); engineer (St Kilda, 1934); radio engineer (Thornleigh, 1937; Darlinghurst, 1943); engineer (Avalon Beach, 1949; Wentworth Falls, 1958); retired (Valla Beach, 1972-1977; Wentworth Falls, 1980) ===''ADAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Kenneth Adamson|Adamson, William Kenneth]] [https://www.familysearch.org/tree/person/details/MLXZ-HX5] - 1905(SA)-1982(SA) - Licences: Receive Adelaide (Parkside, 1923-1924); 5WA Adelaide (Parkside, 1925-1927; Fullarton, 1928-1939) - Qualifications: cc; AOCP 135, 1925, No. ?? in SA - amateur operator; amateur broadcaster; engineer - Electoral Rolls: engineer (Fullarton, 1939-1943) ===''AGNEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Gordon Carlisle Agnew|Agnew, Robert Gordon Carlisle]] [https://www.familysearch.org/tree/person/details/LDKK-D8Y] - 1904(WA)-1975(WA) - Licences: 6RA Perth (Nedlands, 1931-1939) - Qualifications: cc; AOCP 721, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1925; Nedlands, WA, 1931-1972) ===''AKEROYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gordon Akeroyd|Akeroyd, Arthur Gordon]] [https://www.familysearch.org/tree/person/details/G6F2-JXL] - 1890(Vic)-1948(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Meteorologist, Forecasting and Statistical Division, Victoria) - Electoral Rolls: civil servant (Northcote, Vic, 1912-1915); meteorologist (Northcote, 1921-1937); civil servant (Cottesloe, WA, 1943) - Links: [https://adb.anu.edu.au/biography/akeroyd-arthur-gordon-9321 ADB] ===''ALDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Oscar Edward Alder|Alder, Oscar Edward "Ock"]] [https://www.familysearch.org/tree/person/details/KJZ2-D3P] - 1896(Qld)-1987(Qld) - Licences: 4JB Brisbane (Albion, 1928-1939, 1946-1948; Chermside, 1954-1969) - Qualifications: cc; AOCP 423, 1928, No. 47 in Qld - amateur operator; amateur broadcaster; wool classer - Halcyon: p. 28, 84, 137 - Electoral Rolls: student (Albion, 1919); wool classer (Albion, 1925-1937; Cunnamulla, 1943); warehouse assistant (Chermside, 1949-1980) ===''ALDERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Zerbini Alderman|Alderman, Valentine Zerbini]] [https://www.familysearch.org/tree/person/details/GXVL-F8N] - 1893(SA)-1919(SA) - Licences: XVC Adelaide (Glenelg, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: Nil yet identified ===''ALEXANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Talbot Meredith Alexander|Alexander, Talbot Meredith]] [https://www.familysearch.org/tree/person/details/L1FJ-MZN] - 1888(Vic)-1978(Qld) - Licences: 4TM Brisbane (Ashgrove, 1931-1933); 4TM Townsville (North Ward, 1937-1939) - Qualifications: cc; 2COCP 315, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: salesman (Kew, Vic, 1912-1914); wireless instructor (Melbourne City, 1925-1926); superintendent wireless (Glenferrie, Vic, 1926-1927); sales representative (City, Brisbane, 1928); business manager (North Ward, Qld, 1936-1937); instructor (Paddington, Qld, 1943); commercial traveller (East Brisbane, Qld, 1949; New Farm, 1954-1958); retired (Moorooka, 1968-1977) ===''ALLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus John Allan|Allan, Angus John]] [https://www.familysearch.org/tree/person/details/GX2C-YWF] - 1912(SA)-1996(SA) - Licences: 5UL Adelaide (Ovingham, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 2013, 1937, SA; 1COCP 458, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Ovingham, SA, 1939-1941) * [[/John Allan|Allan, John]] [https://www.familysearch.org/tree/person/details/GXH1-PFG] - 1905(Sct)-19??(???) - Licences: 4AN Brisbane (Chermside, 1937-1939) - Qualifications: cc; AOCP 1938, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous JAs - Electoral Rolls: Nil yet identified ===''ALLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Mason Allard|Allard, George Mason]] [https://www.familysearch.org/tree/person/details/G6HT-JMV] - 1866(Eng)-1953(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman of Directors (AWA); witness to Royal Commission Wireless 1927 - Honours: knighted; K.B. - Electoral Rolls: secretary (Wahroonga, 1930-1937); accountant (Wahroonga, 1943-1949) - Links: [https://adb.anu.edu.au/biography/allard-sir-george-mason-4999 ADB] ===''ALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Allen|Allen, Albert Edward]] [https://www.familysearch.org/tree/person/details/G69B-SGR] - 1902(Tas)-1969(Tas) - Licences: 7PA Hobart (New Town, 1933-1937; Moonah, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 1171, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: brother of 7AL Thomas Arthur Allen - Electoral Rolls: electrical engineer (New Town, 1928-1936; Moonah, 1937-1954) * [[/George Alexander Allen|Allen, George Alexander]] [https://www.familysearch.org/tree/person/details/GD3H-DJK] - 1891(Sct)-1965(USA) - Licences: Nil yet identified - Qualifications: CPRT 49, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: Nil yet identified * [[/Kenneth Douglas Allen|Allen, Kenneth Douglas]] [https://www.familysearch.org/tree/person/details/G8N5-19J] - 1907(WA)-2002(Qld) - Licences: 2GX Sydney (West Ryde, 1930-1934) - Qualifications: AOCP 648, 1930, NSW; 3COCP 4263, 1963 - amateur operator, amateur broadcaster, WW2 (Army, Royal Australian Engineers, Lieutenant, 1940) - Education: BSc (Syd Uni, 1933) - Electoral Rolls: student (West Ryde, 1930-1935); director (Woolwich, 1936-1937); soldier (Woolwich, 1943); engineer (Woolwich, 1963-1972; Hunters Hill, 1977; Gladesville, 1980) * [[/Robert Kelvin Allen|Allen, Robert Kelvin]] [https://www.familysearch.org/tree/person/details/GQTK-TH9] - 1916(Qld)-1942(Indonesia) - Licences: 4PR Brisbane (1936-1939) - Qualifications: AOCP 1634, 1936, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 13 Squadron, Pilot Officer), (Halcyon, p. 177) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/allen-robert-kelvin-404945/] * [[/Thomas Arthur Allen|Allen, Thomas Arthur]] [https://www.familysearch.org/tree/person/details/G6SQ-9YN] - 1916(Tas)-1998(Tas) - Licences: 7AL Hobart (New Town, 1936-1939, 1946-1956; Lindisfarne,1960-1980+) - Qualifications: cc; AOCP 1738, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 7PA Albert Edward Allen - Electoral Rolls: salesman (New Town, 1943-1954); director (Lindisfarne, 1963-1972) ===''ALLINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Thirlmier John Allinson|Allinson, Lancelot Thirlmier John]] [https://www.familysearch.org/tree/person/details/L81B-F4P] - 1896(NSW)-1961(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 804, 1924 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: radiotelegraphist (Applecross, WA, 1925; Broome, WA, 1931; Como, WA, 1931; South Perth, WA, 1936-1943; Broome, WA, 1949-1954); telegraphist (Esperance, WA, 1958) ===''ALLSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Cottam Allsop|Allsop, Raymond Cottam "Ray"]] [https://www.familysearch.org/tree/person/details/LJLT-SNJ] - 1898(NSW)-1972(NSW) - Licences: XCA Sydney (Randwick, 1911-1914); 2YG Sydney (Randwick, 1924; Coogee 1924-1929; Roseville, 1930); 2AYG Sydney (Roseville, 1946-1947+); 2NA Sydney (Roseville, 1961); 2BL Sydney (Roseville, 1965-1969) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW); broadcaster (2BL, chief engineer); journalist (Wireless Weekly, 1920s); military (RAN Volunteer Reserve, Lieutenant; WW2 (RAN, Engineer Lieutenant); witness to Royal Commission Wireless 1927 (obo Broadcasters Sydney Ltd; federal public servant (ABCB, member, 1953-1954) - Honours: Coronation Medal, 1937; OBE, 1971 - Electoral Rolls: radio engineer (Roseville, 1930); engineer (Roseville, 1933; Gordon, 1937; Roseville, 1943); electronic engineer (Roseville, 1949); director (South Yarra, 1954); engineer (Roseville, 1958-1968) - Links: [https://adb.anu.edu.au/biography/allsop-raymond-cottam-ray-9344 ADB]; [http://messui.polygonal-moogle.com/valves/NW199001.pdf EA] ===''ALSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Russell Alsop|Alsop, John Russell]] [https://www.familysearch.org/tree/person/details/LKB3-WXQ] - 1906(Vic)-1973(Vic) - 3MI Melbourne (Kew, 1925-1939), amateur operator (AOCP 76, 1925, No. ?? in Vic), amateur broadcaster, engineer ===''AMBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Charles Ambler|Ambler, Sydney Charles]] [https://www.familysearch.org/tree/person/details/GFWD-Y9L] - 1892(NSW)-1956(WA) - Licences: XYAE Perth (West Perth, 1913) - Qualifications: cc; CPRT 891, 1925; 2COCP 72, 1929; 1COCP 158, 1938 - early wireless experimenter; WW2 - Electoral Rolls: radio telegraphist (East Perth, WA, 1921; North Perth, WA, 1925); wireless telegraphist (Victoria Park, WA, 1934-1943); radio telegraphist (Esperance, WA, 1949); radio telephonist (Esperance, WA, 1954) ===''AMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement Edgar Ames|Ames, Clement Edgar "Clem"]] [https://www.familysearch.org/tree/person/details/KNDX-JF8] - 1889(SA)-1957(SA) - Licences: XVG Adelaide (Torrensville, 1913-1914); 5AV Adelaide (Kent Town, 1923; Hindmarsh, 1924) - Qualifications: cc; Nil identified - early wireless experimenter; amateur operator; amateur broadcaster; operator 5WI (1925) - Electoral Rolls: engineer (Allenby Gardens, 1939-43) ===''ANCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Leslie Finion Ancher|Ancher, Norman Leslie Finion or Tinian]] [https://www.familysearch.org/tree/person/details/GXL7-MCQ] - 1910(NSW)-1983(NSW) - Licences: 5NA Adelaide (Mile End, 1937-1939); 2NH Sydney (Lindfield, 1946-1947; Mosman, 1948-1954; Cremorne, 1955-1980+) - Qualifications: cc; AOCP 2057, 1937, SA; BOCP 476, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Chatswood, NSW, 1934); sound engineer (West Maitland, NSW, 1936); engineer (Mile End, SA, 1939; Rose Park, SA, 1941-1943); radio engineer (Mosman, NSW, 1949; Cremorne, NSW, 1958-1968); engineer (Cremorne, NSW, 1972); technical officer (Lane Cove, NSW, 1972-1980) ===''ANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Ronald Anderson|Anderson, Alexander Ronald]] [https://www.familysearch.org/tree/person/details/GXPM-L6J] - 1914(SA)-1997(SA) - Licences: 5GM Adelaide (Eastwood, 1936-1939, 1947; Payneham South, 1948-1980+) - Qualifications: cc; AOCP 1700, 1936, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: warehouseman (Eastwood, SA, 1939-1943) * [[/Andrew Oswald Anderson|Anderson, Andrew Oswald "Oswald", "Andy", "A.O."]] [https://www.familysearch.org/tree/person/details/99GB-Z8L] - 1885(NSW)-1944(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Electoral Rolls: accountant (Mosman, 1913); manager (Rose Bay, 1930; Vaucluse, 1934-1935) - Links: [https://ozvta.com/wp-content/uploads/2011/12/anderson-oswald-1062017.pdf Bio] * [[/Eric William Alfred Anderson|Anderson, Eric William Alfred]] [https://www.familysearch.org/tree/person/details/G8WX-744] - 1908(Vic)-1986(Vic) - Licences: 3KH Melbourne (East Malvern, 1928-1931; Glen Iris, 1933-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 424, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Malvern, 1936-1937); engineer (Camberwell, 1943; Glen Iris, 1949-1968; Burwood, 1972-1980) * [[/Frederic Brian Anderson|Anderson, Frederic Brian]] [https://www.familysearch.org/tree/person/details/L5YN-TYJ] - 1918(Eng)-2008(SA)90yo - Licences: 5FA Tanunda (1934-1939); 5FA Waikerie (1947-1956) - Qualifications: cc; AOCP 1351, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: clerk (Tanunda, SA, 1939-1943) * [[/G. R. Anderson|Anderson, G. R.]] - 19??(???)-19??(???) - Licences: Receive Adelaide (Gilberton, 1923); 5GA Adelaide (Highgate, 1931-1933; Myrtle Bank, 1937-1939, 1947-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/John Francis Anderson|Anderson, John Francis]] [https://www.familysearch.org/tree/person/details/G8JJ-WFL] - 1914(Vic)-19??(???) - Licences: 3JA Warrnambool (1930-1933); 3JA Nullawarre (1937-1939, 1946-1980+) - Qualifications: AOCP 661, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farmer (Warrnambool, 1936; Nullawarre, 1937-1980)- Comment: Several contemporaneous JFAs * [[/Keith Sydney Anderson|Anderson, Keith Sydney]] [https://www.familysearch.org/tree/person/details/GZLK-8J9] - 1911(WA)-1944(Vic) - Licences: 6KS Perth (North Perth, 1935); 6KS Mt Magnet (1937); 6KS Perth (1938-1939) - Qualifications: cc; AOCP 1487, 1935, WA - amateur operator; amateur broadcaster; WW2 (Army, 2nd/1st Infantry Battalion, Private) - Electoral rolls: bank officer (Mt Magnet, WA, 1936-1937; East Perth, WA, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/618137 VWMA]; [https://www.awm.gov.au/collection/R1691738 Roll of Honour]; [https://www.awm.gov.au/collection/P10295040 AWM] * [[/Maurice Bernard Anderson|Anderson, Maurice Bernard]] [https://www.familysearch.org/tree/person/details/GC3V-WL9] - 1908(SA)-1960(Vic) - Licences: Receive Adelaide (Cheltenham, 1923-1924); 5MA Adelaide (Cheltenham, 1925-1928); 3AMA Melbourne (Sandringham, 1947-1956) - Qualifications: cc; AOCP 103, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; fitter - Electoral Rolls: radio engineer (Cloncurry, Qld, 1931-1937) * [[/Percy James Anderson|Anderson, Percy James]] [https://www.familysearch.org/tree/person/details/G8WN-6Y7] - 1908(Vic)-1998(Vic) - Licences: 3PA Melbourne (Westgarth, 1928-1933; West Preston, 1937-1939, 1946-1956); 3PA Dooen (1965-1969); 3PA Geelong (Wallington, 1975-1980) - Qualifications: AOCP 428, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Westgarth, 1934); engineer (Preston, 1936-1963); technician (Horsham, 1967-1968); retired (Wallington, 1972-1980) - Relationships: brother-in-law of 3JR Christopher James Rainbow * [[/Robert Arthur Crosbie Anderson|Anderson, Robert Arthur Crosbie "Bob"]] [https://www.familysearch.org/tree/person/details/G8VK-GZN] - 1908(Vic)-1990(Vic) - Licences: 3WY Melbourne (Camberwell, 1930-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 691, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Camberwell, 1931-1949; Glen Iris, 1954-1967; Burwood, Vic, 1972-1980) ===''ANEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Anear|Anear, Francis George]] [https://www.familysearch.org/tree/person/details/9XLK-9D6] - 1910(SA)-1971(SA) - Licences: 5LK Carrow (1929-1931); 9WZ Momote, Admiralty Islands (1954); 5WZ Adelaide (Parkside, 1955); 3AGF Melbourne (Laverton, 1960); 5WZ Adelaide (Parkside, 1965-1969) - Qualifications: cc; AOCP 556, 1929, No. ?? in SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil identified as Francis George Anear ===''ANGEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Benjamin Angel|Angel, Henry Benjamin "Harry"]] [https://www.familysearch.org/tree/person/details/GQWW-K4Y] - 1891(Eng)-1998(Qld, 106yo) - Licences: 4HA Brisbane (St Lucia, 1935-1939; Enoggera, 1946-1969; Lota, 1975-1980+) - Qualifications: cc; AOCP 1503, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW1, AIF Signals; WW2, AMF, Navy); business proprietor (radio service) - QSLs: Entire collection held by SLQ - Halcyon: p. 51, 60, 81, 163 - Electoral Rolls: motor driver (Kangaroo Point, Qld, 1919; Toowong, Qld, 1919-1925); carrier (St Lucia, Qld, 1928-1937); radio mechanic (Enoggera, Qld, 1949-1972); retired (Lota, Qld, 1977-1980) ===''ANSCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Arthur Anscombe|Anscombe, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/G6TL-7LR] - 1888(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: turner & fitter (Northcote, Vic, 1912-1913; Surrey Hills, Vic, 1914); mechanic (Albert Park, Vic, 1919); manager (Box Hill, Vic, 1927-1943) ===''ANTHONY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Henry Anthony|Anthony, Michael Henry]] [https://www.familysearch.org/tree/person/details/LK3H-6B7] - 1894(Vic)-1966(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio telegraphist (Thursday Island, 1919); telegraphist (Prahran, 1921-1924); clerk (Oakleigh, 1934); railway employee (Sandringham, Vic, 1936-1942); telegraphist (Sandringham, 1954-1963) * [[/Reginald Major Anthony|Anthony, Reginald Major "Reg"]] [https://www.familysearch.org/tree/person/details/GCYN-YWG] - 1908(SA)-1986(SA) - Licences: 5CM Adelaide (Unley Park, 1927-1937; Medindie Gardens, 1938-1939; Prospect, 1946-1960; Somerton Park, 1965-1980+) - Qualifications: cc; AOCP 324, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Wilfred Boykett Anthony - Electoral Rolls: Nil * [[/Wilfred Boykett Anthony|Anthony, Wilfred Boykett]] [https://www.familysearch.org/tree/person/details/GCYJ-3HZ] - 1903(SA)-1974(SA) - Licences: Receive Adelaide (Unley Park, 1923) - Qualifications: Nil identified - amateur receive operator, WW2 - Relationships: Brother of Reginald Major Anthony - Electoral Rolls: bank clerk (Netherby, 1939-1941) ===''APPERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Apperley|Apperley, George]] [https://www.familysearch.org/tree/person/details/GDNQ-5XG] - 1887(NZ)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 704, 1922; 1COCP 237, 1931 - NZ Gov. Telegraphs pre 1910; British Colonial Gov, 1910-1912; AWA (from 1913; Chief Marconi Wireless School 1914-1916; Works Manager 1916-1919; technical superintendent 1919-1923; OIC Beam Wireless 1924; Traffic Manager, Beam Wireless - Electoral Rolls: engineer (Elsternwick, 1922); manager (St Kilda, 1928; Caulfield, Vic, 1931-1936; Elsternwick, Vic, 1943); engineer (Manly, NSW, 1954) ===''ARCHIBALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Wilson Archibald|Archibald, Ian Wilson]] [https://www.familysearch.org/tree/person/details/G8HM-9LC] - 1902(WA)-1993(NSW) - Licences: 2BJ Receive Tingha (1922); 2KU Sydney (Dulwich Hill, 1928-1939, 1946-1955; Sans Souci, 1956-1965; Noraville, 1969-1980+) - Qualifications: cc; AOCP 457, 1928, No. ?? in NSW; 3COCP 2393, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: mining engineer (Dulwich Hill, 1930-1933); engineer (Dulwich Hill, 1936-1954); chemist (Sans Souci, 1958-1963); retired (Noraville, 1968) ===''ARGAET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stanislaus Argaet|Argaet, William Stanislaus]] [https://www.familysearch.org/tree/person/details/GZDZ-8Z8] - 1894(NSW)-1951(Qld) - Licences: 4KH Brisbane (Wynnum, 1931-1939, 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; business proprietor (Wynnum bus service) - Halcyon, p. 87, 127 - Electoral Rolls: electrician (Coorparoo, 1925); bus proprietor (Wynnum, 1928-1949) ===''ARMATI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rex Gordon Armati|Armati, Rex Gordon]] [https://www.familysearch.org/tree/person/details/2S42-XKH] - 1899(Qld)-1973(Qld) - Licences: 4DB Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: chemist's assistant (Stanton Hill, Townsville, 1921-1928); salesman (Neutral Bay, 1930); chemist's assistant (Stanton Hill, Townsville, 1936-1943); employment officer (Darlinghurst, 1949); clerk (Darlinghurst, 1954-1958; Kings Cross, 1963); shipping clerk (Surry Hills, 1968-1972) ===''ARMSTRONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Howard Armstrong|Armstrong, Edwin Howard]] [https://www.familysearch.org/tree/person/details/L5ZX-354] - 1890(USA)-1954(USA) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - USA inventor of the superheterodyne receiver [https://worldradiohistory.com/Archive-Radio-Club-of-America/Legacies-of-Edwin-Howard-Armstong-1990-11-Radio-Club-of-America.pdf RCA 1990 Special Edition] * [[/Stanley John Armstrong|Armstrong, Stanley John]] [https://www.familysearch.org/tree/person/details/GX4V-K7Y] - 1910?(NSW)-1972(Qld) - Licences: 4ZK Brisbane (Enoggera, 1932-1933); 4SA Brisbane (Enoggera, 1954-1969) - Qualifications: cc; AOCP 1004, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: soldier (Windsor, Qld, 1919); clerk (Enoggera, Qld, 1922-1968) * [[/Thomas Armstrong|Armstrong, Thomas]] [https://www.familysearch.org/tree/person/details/G88Q-GGZ] - 1895(Sct)-1964(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRTelephony 217, 1916; 1COCP 132, 1930 - witness to Royal Commission 1927 (obo PMGD) - senior federal public servant (Superintendent, Wireless Branch, NSW, PMGD), promoted to role upon retirement of William Tamillas Stephen Crawford ===''ARNOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Sydney Arnold|Arnold, Albert Sydney]] [https://www.familysearch.org/tree/person/details/9M2W-ZG2] - 1882(NSW)-1965(NSW) - Licences: XAB Sydney (Ashfield, 1911-1914) - Qualifications: Nil identified as yet - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Ashfield, 1913-1954); company secretary (Hurlstone Park, 1958); retired (Hurlstone Park, 1963) * [[/Edwin Charles Arnold|Arnold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/L8QX-H7J] - 1898(NSW)-1970(NSW) - Licences: 2BY Receive Tamworth (1922); 2BY Tamworth (1923-1925); 2BY Coolah (1925-1927); 2BY Sydney (Manly, 1928; Mona Vale, 1933-1936); 2AGW Sydney (Manly, 1938-1939) - Qualifications: cc; AOCP 226, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Mona Vale, 1931-1934), clerk (Balgowlah Heights, 1943-1968) * [[/Ernest Noel Arnold|Arnold, Ernest Noel]] [https://www.familysearch.org/tree/person/details/G84H-8J6] - 1907(NSW)-1978(NSW) - Licences: Receive (Crystal) Albury (1923-1924); 2OJ Albury (1928-1939, 1946-1975) - Qualifications: AOCP 452, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Albury, 1930-1937); fruit merchant (Albury, 1949-1977) * [[/Joseph Leslie Grahame Arnold|Arnold, Joseph Leslie Grahame "Les"]] [https://www.familysearch.org/tree/person/details/L853-R3J] - 1912(Vic)-1991(Tas) - Licences: 7AM Launceston (City, 1934-1939; Invermay, 1946-1956; Mowbray, 1960-1969; City, 1975-1980+) - Qualifications: cc; AOCP 1263, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: textile worker (Launceston North, 1936-1954); mechanic (Mowbray, 1968) * [[/William Henry Redvers Arnold|Arnold, William Henry Redvers]] [https://www.familysearch.org/tree/person/details/L2J7-SZ1] - 1903(Eng)-1993(WA) - Licences: 6BA Perth (Wembley, 1936-1937); 6BA Katanning (1938-1939) - Qualifications: cc; AOCP 1762, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Subiaco, WA, 1931-1937); electrical fitter (Katanning, WA, 1943; Kalgoorlie, WA, 1943); engineer (South Fremantle, WA, 1949); fitter (Scarborough, WA, 1954); electrician (Scarborough, WA, 1958); engineer (Floreat Park, WA, 1963); electrical contractor (West Perth, WA, 1968; South Perth, WA, 1972); electrician (Australind, WA, 1977) ===''ARTHUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Glendon Arthur|Arthur, Charles James Glendon "Glen"]] [https://www.familysearch.org/tree/person/details/G8CT-T62] - 1915(Qld)-1983(Qld) - Licences 4GJ Dayboro (1935-1939); 4GJ Brisbane (Morningside, 1946-1980+) - Qualifications: cc; AOCP 1450, 1935, Qld; BOCP?; 2COCP 493, 1941; 1COCP 639, 1942 - amateur operator, amateur broadcaster - Halcyon: p. 80 - Electoral Rolls: radio engineer (Wagga Wagga, 1943); radio mechanic (Morningside, 1949-1980) ===''ASHBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. W. C. Ashbury|Ashbury, A. W. C.]] - 19??(???)-19??(???) - Licences: Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ASHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice John Ashby|Ashby, Maurice John]] [https://www.familysearch.org/tree/person/details/GX49-L1C] - 1901(Eng)-1973(NSW) - Licences: 4DH Receive Dalby (1923) - Qualifications: cc; CPRT 899, 1925; 2COCP 94, 1930; 1COCP 281, 1932 - amateur receiver - Electoral Rolls: gardener (Dalby, 1922); labourer (Greenslopes, 1925); salesman (Glebe, 1933; Northbridge, 1935-1936; Epping, 1937); radio telegraphist (New Farm, Qld, 1943); planning assistant (Haberfield, NSW, 1943; Pennant Hills, NSW, 1949; Thornleigh, NSW, 1954-1963); retired (Avalon Beach, NSW, 1968-1972) ===''ASHLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Richard Ashley|Ashley, George William Richard]] [https://www.familysearch.org/tree/person/details/GF96-CMZ] - 1919(Eng)-1999(WA) - Licences: 6GA Perth (Carlisle, 1938-1939, 1947-1954); 6GA Kalgoorlie (1955-1956); 6GA Perth (Mt Yokine, 1960-1980+) - Qualifications: cc; AOCP 2094, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Carlisle, WA, 1943-1949); communications officer (Kalgoorlie, WA, 1954-1958); clerk (Yokine, WA, 1963-1980) ===''ASHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Robert Ashlin|Ashlin, Eric Robert]] [https://www.familysearch.org/tree/person/details/GSRF-44C] - 1910(Qld)-1992(Qld) - Licences: 4EA Brisbane (Annerley, 1931-1933); 4EA Toowoomba (1937-1939); 4EA Coolangatta (1946-1947); 4EA Bilinga (1948-1975) - Qualifications: cc; AOCP 873, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Rosentengels, radio service); military (WW2; signals officer) - Halcyon: p. 73, 127, 163 - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1936-1943; Bilinga, Qld, 1949-1963); TV technician (Bilinga, NSW, 1968-1980) ===''ASMUSSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Asmussen|Asmussen, Donald "Don"]] - Licences: 4ZJA Brisbane (Mt Gravatt, 1965); 4FA Brisbane (Mt Gravatt, 1969-1980+) - amateur operator, JOTA participant 1960s ===''ATHELSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. N. Athelstone|Athelstone, G. N.]] - 19??(???)-19??(???) - Licences: 5NG Central Australia (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Joseph Atkins|Atkins, Kenneth Joseph "Ken"]] [https://www.familysearch.org/tree/person/details/GCXH-NW7] - 1912(Eng)-2001(SA) - Licences: 5MW Adelaide (Semaphore, 1932-1939; Woodville Park, 1946-1948; Eden Hills, 1954; Blackwood Park, 1955-1960; Campbelltown, 1965-1980+) - Qualifications: cc; AOCP 910, 1932, No. ?? in SA; BOCP 415, 1941 - amateur operator; amateur broadcaster; engineer (Dept. Civil Aviation) - Electoral Rolls: mechanic (Semaphore, SA, 1939-1941); engineer (Woodville Park, SA, 1943) * [[/Leslie Morton Atkins|Atkins, Leslie Morton "Les"]] [https://www.familysearch.org/tree/person/details/MCTV-T5T] - 1876(Vic)-1949(WA) - Licences: 4LA Townsville (1924-1926); 5LA Adelaide (Magill, 1926-1931; Tusmore, 1933; Erindale, 1937-1939); seems to have operated in Townsville as 4GD ca Nov 1924? - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMGD (telegraphist, east-west overland telegraph, Eucla, 1910); engineer (PMGD, divisional engineer) - Halcyon: AOCP Townsville 1925, p. 88 - Electoral Rolls: telegraphist (Eucla, 1903-1910; Victoria Park, 1912-1916); district engineer (Townsville, 1919-1925); engineer (Tusmore, 1939); retired (Lismore Base Hospital, NSW, 1943) ===''ATKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Marshall Atkinson|Atkinson, John Marshall]] [https://www.familysearch.org/tree/person/details/G89L-C6R] - 1906(Eng)-1999(ACT) - Licences: 2RZ Sydney (Mosman, 1927-1930; Carrs Park, 1931-1936; Glebe, 1937; Chippendale, 1938-1939); 4RZ Labrador (1955); 4RZ Gatton (1956-1960); 4RZ Southport (1969-1980+) - Qualifications: AOCP 331, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Neutral Bay, 1930); organiser (Darlinghurst, 1943); shopkeeper (Gatton, 1958-1963; Labrador, 1968); retired (Southport, 1972-1980) * [[/Noel Whittaker Atkinson|Atkinson, Noel Whittaker]] [https://www.familysearch.org/tree/person/details/K2XX-V88] - 1908(Qld)-1979(Qld) - Licences: 4WK Brisbane (1929), 4NA Brisbane (1930-1935, Check), 4BT Brisbane (Camp Hill, 1946-1965+) - Qualifications: AOCP 530, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, business proprietor (radio sales & service), federal public servant (DCA) - Electoral Rolls: - radio mechanic (Camp Hill, 1937-1977) - (Halcyon, p. 102) * [[/Reginald Aubrey Atkinson|Atkinson, Reginald Aubrey]] [https://www.familysearch.org/tree/person/details/9V5M-WJC] - 1895(Qld)-1965(Qld) - Licences: 4RA Brisbane (South Brisbane, 1928-1933; Annerley, 1937-1939) - Qualifications: cc; AOCP 412, 1928, No. 46 in Qld - amateur operator; amateur broadcaster - Halcyon: not mentioned - Electoral Rolls: clerk (Coorparoo, 1919); accountant (Rosewood, 1925); timber merchant (Yeronga, 1925; Thompson Estate, 1937-1949; Southport, 1958-1963) * [[/Robert Henry Atkinson|Atkinson, Robert Henry]] [https://www.familysearch.org/tree/person/details/GXY5-2P3] - 1913(WA)-19??(???) - Licences: 6WZ Perth (Victoria Park, 1936-1939); 6WZ Geraldton (1947-1955); 6WZ Albany (1956-1965); 6WZ Katanning (1969); 6WZ Albany (1975-1980) - Qualifications: cc; AOCP 1804, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: journalist (Victoria Park, WA, 1936-1937); radio announcer (Geraldton, WA, 1943); broadcast station manager (Geraldton, WA, 1949-1954); manager (Albany, WA, 1958-1968); radio announcer (Albany, WA, 1972-1980) ===''AUGUSTESEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Gerald Augustesen|Augustesen, Gordon Gerald]] [https://www.familysearch.org/tree/person/details/GZDZ-LF9] - 1915(Qld)-1986(Qld) - Licences: 4JN Brisbane (Mitchelton, 1932-1939); 4XQ Brisbane (Auchenflower, 1947-1948; Oakleigh, 1954-1960; Kenmore, 1965-1980+) - Qualifications: cc; AOCP 1046, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); military (WW2, RAAF, radar technician); business proprietor (Telair) - Halcyon: p. 85, 127 - Electoral Rolls: radio engineer (Mitchelton, Qld, 1943); manager (Auchenflower, Qld, 1949; Dorrington, Qld, 1954-1963; Kenmore, Qld, 1968-1980) ===''AUSTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emanuel Maxwell Austin|Austin, Emanuel Maxwell "Mannie"]] [https://www.familysearch.org/tree/person/details/G8HH-98K] - 1909(NSW)-1997(NSW) - Licences: 2KZ Kurri Kurri (1929-1980+) - Qualifications: AOCP 477, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clipper (Kurri Kurri, 1930-1980) * [[/Henry Lashbrooke Austin|Austin, Henry Lashbrooke "Hal"]] [https://www.familysearch.org/tree/person/details/L4V2-LDC] - 1902(SA)-1954(SA) - Licences: 5BN Adelaide (Norwood, 1923-1928); 5AW Adelaide (Rose Park, 1947-1954) - Qualifications: cc; AOCP 101, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Victoria Park, SA, 1939; Rose Park, 1941-1943) * [[/Selwood Charles Austin|Austin, Selwood Charles]] [https://www.familysearch.org/tree/person/details/GXBD-TVV] - 1902(WA)-1985(WA) - Licences: 6SA Perth (Victoria Park, 1927; South Perth, 1930-1956; Maida Vale, 1960-1969; Morley, 1975-1980+) - Qualifications: cc; CPRT 625, 1921; 1COCP 134, 1930 - amateur operator; amateur broadcaster - Relationships: Brother-in-law of Stanley Hogg - Electoral Rolls: electrician (South Perth, WA, 1931-1958); police officer (Maida Vale, WA, 1963-1968; Kalamunda, WA, 1972); retired (Morley, WA, 1977-1980) ===''AVARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Avard|Avard, Alfred Edward]] [https://www.familysearch.org/tree/person/details/G8X2-RRL] - 1901(Vic)-1978(Vic) - Licences: 3AZ Melbourne (Northcote, 1930-1939; Kew, 1946-1965) - Qualifications: AOCP 620, 1930, No. ?? in Vic; 1COCP 88, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Northcote, 1925-1937); public servant (Kew, 1943-1977) =='''B'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''BACKLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lincoln Backler|Backler, Eric Lincoln]] [https://www.familysearch.org/tree/person/details/LV8Q-6SK] - 1911(SA)-1980(SA) - Licences: 5HK Kingston SE (1933-1939, 1954-1980) - Qualifications: cc; AOCP 1093, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Kingston, SA, 1939) ===''BADENOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Herbert Lionel Badenoch|Badenoch, James Herbert Lionel]] [https://www.familysearch.org/tree/person/details/GXG7-3XK] - 1913(NSW)-1984(SA) - Licences: 5LB Adelaide (Trinity Gardens, 1932-1980+) - Qualifications: cc; AOCP 1012, 1932, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BADER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Adolphus Frederick Bader|Bader, Henry Adolphus Frederick]] [https://www.familysearch.org/tree/person/details/97M3-V5X] - 1866(Ger)-1928(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman, Trading Committee, Wireless Development Assoc (Perth); witness to Royal Commission 1927 (obo WDA) - Electoral Rolls: electrical engineer (North Perth, 1913-1926) ===''BADGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Victor Badger|Badger, Albert Victor]] [https://www.familysearch.org/tree/person/details/G9RY-9X6] - 1893(Eng)-1983(NSW) - 2YT Receive Sydney (Rozelle, 1923-1924), 2AB Sydney (Rozelle, 1925-1926; North Sydney, 1927-1929; Crows Nest, 1930; Rozelle, 1931-1934; Leichhardt, 1935-1939), amateur operator (AOCP 202, 1925, No. ?? in NSW), amateur broadcaster, operator (Hobart East, 1919); picture operator (Crows Nest, 1930; Rozelle, 1934; Lilyfield, 1937-1972; Leichhardt, 1977-1980)) ===''BAGST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. D. A. Bagst|Bagst, E. D. A.]] - 19??(???)-19??(???) - Licences: 5EB Adelaide (Woodville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: individual not yet identified, possibly Elizabeth D. Bagst nee Boyle who married Leslie Bagst at Newtown, NSW 1925, possible YL operator ===''BAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Leonard Bain|Bain, John Leonard]] [https://www.familysearch.org/tree/person/details/GD4V-6SV] - 1891(Eng)-19??(NSW?) - Licences: Nil yet identified - Qualifications: cc; CPRT 109, 1915 - ship wireless officer (pre WW1, WW1); journalist (technical editor, Listener-In, -1934+); clubs (IRE USA); WW1 (1916-1919); Associate Editor, Popular Radio Weekly (1927); witness to Royal Commission 1927 (as associate editor, Popular Radio Weekly, Victoria) - Education: B.Sc.(London) - Electoral Rolls: engineer (Essendon, Vic, 1925-1936); journalist (Darling Harbour, NSW, 1937) - Links: [https://www.awm.gov.au/collection/P10688424 AWM] ===''BAILEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bailey|Bailey, George]] [https://www.familysearch.org/tree/person/details/GDKW-8PX] - 1882(Eng)-19??(???) - Licences: 5GB Mt Gambier (1924-1926) - Qualifications: cc; CPRT 79, 1915 - RANRS (CPO to Warrant Telegraphist, 1917); amateur operator; amateur broadcaster - Electoral Rolls: retired (Mt Gambier, 1939-1943) * [[/Jack Harry Bailey|Bailey, Jack Harry]] [https://www.familysearch.org/tree/person/details/KG85-LZ4] - 1912(Qld)-1989(Qld) - Licences: 4JC Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1299, 1934, Qld; BOCP 1902, 1961 - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Red Hill, Qld, 1936-1937); electrical mechanic (Annerley, Qld, 1943-1954); teacher (Tarragindi, Qld, 1958-1963); college principal (Mackay, Qld, 1968); principal (Bundaberg, Qld, 1972; Tarragindi, Qld, 1977-1980) * [[/Robert Howard Bailey|Bailey, Robert Howard]] [https://www.familysearch.org/tree/person/details/GXLM-1X6] - 1917(SA)-1995(SA) - Licences: 5NW Crystal Brook (1936-1939); 5NW Adelaide (Kensington Park, 1948; Huddleston, 1954-1960); 5NW Crystal Brook (1965-1980+) - Qualifications: cc; AOCP 1764, 1936, SA; BOCP 673, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Crystal Brook, SA, 1939-1943) ===''BAIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Allan Baird|Baird, Thomas William Allan]] [https://www.familysearch.org/tree/person/details/LHKG-JVD] - 1886(Qld)-1943(Qld) - Licences: 4DY Receive Brisbane (Bayswater, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (AIF, 11 Field Company Engineers, 1916) - Electoral Rolls: gardener (North Pine, Qld, 1908); labourer (Bayswater, Qld, 1912-1913); storeman (Torwood, Qld, 1916-1943) ===''BAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Andrew Claude Baker|Baker, Andrew Claude]] [https://www.familysearch.org/tree/person/details/G6TG-RZ9] - 1897(Eng)-1935(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 144, 1915; 2COCP 193, 1930; 1COCP 303, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIR Rockhampton (1917-1918) - Electoral Rolls: wireless operator (Clayfield, 1914-1917; Rockhampton, 1919-1934) * [[/Charles Whiteway Baker|Baker, Charles Whiteway]] [https://www.familysearch.org/tree/person/details/LL93-HYP] - 1905(Vic)-1978(Vic) - Licences: 3VP Receive Bendigo (1923-1924); 3VP Bendigo (1925-1975) - Qualifications: cc; AOCP 156, 1925, No. ?? in Vic; BOCP 451, 1942 - amateur receiver; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (as a "listener"); merchant - Electoral Rolls: salesman (Bendigo, 1927-1931); merchant (Bendigo, 1934-1968; Kennington, 1972-1977) * [[/Ernest James Baker|Baker, Ernest James]] [https://www.familysearch.org/tree/person/details/GZ6F-K5B] - 1904(NSW)-1973(NSW) - Licences: 2FP Receive Newcastle (Maryville, 1922-1923); 2FP Newcastle (Maryville, 1924-1928; Wickham, 1929; Hamilton, 1930-1939, 1946-1969) - Qualifications: cc; AOCP 69, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: draftsman (Hamilton, 1930-1972) * [[/Edwin Weldon Baker|Baker, Edwin Weldon]] [https://www.familysearch.org/tree/person/details/LYWP-F1D] - 1895(NSW)-1979(NSW) - Licences: 4CI Receive Brisbane (Northgate, 1922) - Qualifications: cc; CPRT 733, 1922 - amateur receiver - Halcyon: not mentioned - Electoral Rolls: joiner (Northgate, 1919-1977) * [[/John Frederick Thomas Baker|Baker, John Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GCY6-8XY] - 1908(???)-1977(Vic) - 3LF Melbourne (Northcote, 1927+), qualifications (AOCP 325, 1927, No. ?? in Vic), amateur operator, amateur broadcaster, * [[/Herbert Edward Baker|Baker, Herbert Edward]] [https://www.familysearch.org/tree/person/details/9V2B-245] - 1875(Vic)-1948(Qld) - Licences: 4HB Charleville (1925-1927) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; grazier - Halcyon: p. 81, 111 - Electoral Rolls: station manager (Charleville, 1903); grazier (Charleville, 1908-1943) * [[/Sidney Charles Baker|Baker, Sydney or Sidney Charles]] [https://www.familysearch.org/tree/person/details/MZSZ-J4H] - 1909(Vic)-1977(Vic) - Licences: 3KU Receive Melbourne (South Melbourne, 1922-1924), 3BK Melbourne (South Melbourne, 1925-1933; Albert Park, 1937; South Melbourne, 1938-1939, 1946-1954; Bonbeach, 1955-1969; Seaford, 1975) - Qualifications: AOCP 177, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (South Melbourne, 1937); optical mechanic (Carrum, 1963-1972); retired (Carrum, 1977) * [[/Walter Ross Baker|Baker, Walter Ross]] [https://www.familysearch.org/tree/person/details/G8CY-D78] - 1905(SA)-1978(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''BALDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Loris John Balderson|Balderson, Loris John]] [https://www.familysearch.org/tree/person/details/GMVR-1RW] - 1895(Vic)-1932(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; RAAF (Flying Officer, Technical Branch, 1927); witness to Royal Commission 1927 (obo RAAF) - Electoral Rolls: officer, RAAF (Footscray, 1924); flying officer (Werribee, 1925); flight-lieutenant (Werribee, 1931) - Links: [https://www.crossandcockade.com/uploads/Balderson.pdf Bio] ===''BALSILLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Graeme Balsillie|Balsillie, John Graeme]] [https://www.familysearch.org/tree/person/details/G7MR-7MN] - 1885(Qld)-1924(USA) - radio business proprietor, senior federal public servant (PMGS, Commonwealth Wireless Expert), inventor, (Halcyon, not mentioned) - [https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf John Graeme Balsilie: Australia's Forgotten Wireless Pioneer]; [https://adb.anu.edu.au/biography/balsillie-john-graeme-5117 ADB] ===''BAMFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Bamfield|Bamfield, Alfred George]] [https://www.familysearch.org/tree/person/details/GM19-HNG] - 1892(NSW)-1918(NZL) - Licences: XQJ Corfield (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Halcyon: p. 3 - Electoral Rolls: clerk (Muttaburra, Qld, 1913) ===''BANCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John Bancroft|Bancroft, Stanley John]] - 19??(???)-19??(???) - Broadcast technician (2CY), federal public servant (PMGD, ABC) ===''BANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Edward William Banks|Banks, Harold Edward William "Harry"]] [https://www.familysearch.org/tree/person/details/G6S7-3BT] - 1911(NZL)-2000(Tas) - Licences: 7HB Hobart (North Hobart, 1938-1939; Richmond, 1946-1956; Penna, 1960-1965; New Town, 1969-1980+) - Qualifications: cc; Nil yet identified (New Zealand?) - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Hobart North, 1936-1937); council clerk (Richmond, 1943-1954) ===''BANYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ingram Banyer|Banyer, Ingram]] [https://www.familysearch.org/tree/person/details/9F95-CYX] - 1893(SA)-1976(SA) - Licences: XVQ Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: clerk (Blackwood, SA, 1939-1943) ===''BARBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel George Barber|Barber, Samuel George]] [https://www.familysearch.org/tree/person/details/GXLC-66B] - 1913(SA)-1991(SA) - Licences: 5MV Adelaide (Henley Beach, 1933-1937; Woodville, 1938-1939) - Qualifications: cc; AOCP 1232, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: welder (Woodville, SA, 1939); radio engineer (5RM, Berri, SA, 1941; Glenelg, SA, 1943) * [[/William Henry Barber|Barber, William Henry]] [https://www.familysearch.org/tree/person/details/LY4N-QRD] - 1897(SA)-1965(WA) - Licences: Receive Adelaide (Cumberland, 1923-1925); 5WH Adelaide (Cumberland, 1926-1931); 5WH Port Pirie (1933-1937); 6DX Kalgoorlie (1938-1939; 1946-1960) - Qualifications: cc; AOCP 266, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio engineer (Kalgoorlie, 1937-1963) ===''BARBIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alphonse Barbier|Barbier, Edward Alphonse or Alphonse Edward]] [https://www.familysearch.org/tree/person/details/GXLV-5TW] - 1904(SA)-1962(SA) - Licences: 5MD Adelaide (Stockdale Reserve, 1932-1939; City, 1947-1960) - Qualifications: cc; AOCP 958, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARBOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Heyward Barbour|Barbour, Kenneth Heyward]] [https://www.familysearch.org/tree/person/details/GZXJ-1VZ] - 1905(Vic)-1952(Vic) - Licences: 3ZI Melbourne (Armadale, 1923-1926) - Qualifications: AOCP 105, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARDIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Frederic Bardin|Bardin, William Frederic or Frederick "Bill", "Old Bill"]] [https://www.familysearch.org/tree/person/details/GSS9-TG4] - 1899(Eng)-1976(NSW) - Licences: 3ZA Melbourne (North Carlton, 1923-1925); 4AB Townsville (1925-1927); 4AB Brisbane (Fairfield & Yeronga, 1931-1933); 2ABZ Sydney (Ermington & Dundas 1937-1939, 1946-1961+) - Qualifications: cc; CPRT 615, 1921; 1COCP 58, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); coastal radio operator (AWA); state public servant (4QG); federal public servant (Halcyon, p. 63) - Electoral Rolls: clerk (Townsville, 1922); radio engineer (Townsville, 1925; Buranda, 1926; Fairfield, 1928); engineer (Dundas, 1936-1943; Eastwood, 1949-1968) ===''BARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Morphew Barker|Barker, Rupert Morphew]] [https://www.familysearch.org/tree/person/details/GCGH-7LM] - 1890(Eng)-1973(Tas) - Licences: 5RM Adelaide (Prospect, 1924-1933); 7RM Hobart (City, 1947-1948; Lenah Valley, 1949-1969) - Qualifications: cc; Nil yet identified (likely qualified in England) - amateur operator; amateur broadcaster; WW2; broadcast engineer (sound) - Electoral Rolls: electrician (South Yarra, Vic, 1931-1936; Hobart North, Tas, 1937; Hobart South, Tas, 1943); sound engineer (Hobart West, Tas, 1949); engineer (Moonah, Tas, 1954; New Town, Tas, 1963) * [[/William Henry Barker|Barker, William Henry (R.?)]] [https://www.familysearch.org/tree/person/details/GHGY-243] - 1905(NSW)-1956(NSW) - licences: Receive (Crystal) Sydney (Concord, 1923-1924); 2BW Sydney (Concord, 1925-1931), qualifications: AOCP 217, 1925, No. ?? in NSW, amateur operator, amateur broadcaster, electoral rolls: electrical mechanic (Concord, 1930-1943), beware several contemporaneous William Henry Barker ===''BARLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Kenneth Barlin|Barlin, George Kenneth]] [https://www.familysearch.org/tree/person/details/L2VX-DP3] - 1916(NSW)-2016(ACT) - qualifications (BOCP 67, 1937), long term employee 2CA Canberra, manager TV network ===''BARLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Barlow|Barlow, Edward]] [https://www.familysearch.org/tree/person/details/G8K2-2FL] - 1895(NSW)-1968(Qld) - Licences: 2GQ Receive Armidale (1922); 2GQ Armidale (1922-1926); 2GQ Glen Innes (1927); 2GQ Sydney (Darlinghurst, 1928); 2GQ Canberra (1929); 2GQ Mudgee (1930-1931); 2GQ Sydney (Cammeray, 1933-1934; North Sydney, 1935-1936; Mosman, 1937-1939 & 1946-1965) - Qualifications: cc; AOCP 4, 1924, No. 3 in NSW - amateur operator; amateur broadcaster - TroveTag: "2GQ - Edward Barlow" - Electoral Rolls: public servant (Mudgee, 1930-1932; Cammeray, 1933-1935; Milsons Point, 1936; Mosman, 1937); divisional returning officer (Bathurst, 1943; Mosman, 1949-1958) ===''BARNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Barnes|Barnes, Thomas Walter]] [https://www.familysearch.org/tree/person/details/G8Z6-PZ2] - 1910(Vic)-2002(NSW) - Licences: 3TB Melbourne (Ascot Vale, 1929-1933; Moonee Ponds, 1937-1939; West Brunswick, 1946-1980+) - Qualifications: AOCP 537, 1929, No. ?? in Vic; BOCP 243,1939 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Ascot Vale, 1931-1936); mechanic (Moonee Ponds, 1937-1942); electrical maintenance (West Brunswick, 1949-1980) - beware another contemporaneous Thomas Walter Barnes (1893-1925) ===''BARRACLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Barraclough|Barraclough, Francis "Frank"]] [https://www.familysearch.org/tree/person/details/G8KL-MNY] - 1903(Qld)-1974(Qld) - Licences: 4GY Brisbane (Kedron, 1933-1935); 4GX Brisbane (Kedron, 1935-1939; 1946-1969) - Qualifications: cc; AOCP 1075, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2); radio service (Palings) - Halcyon: p. 81 - Electoral Rolls: carpenter (Kedron, 1937-1972) ===''BARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Barry|Barry, William Lawrence (BMD) or Lawrence William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/MK6C-NBK] - 1905(Qld)-1970(Qld) - Licences: 4FQ Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: storeman (South Brisbane, Qld, 1929); taxi driver (South Brisbane, Qld, 1937-1968) ===''BARTHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Lewis Barthold|Barthold, Godfrey Lewis]] [https://www.familysearch.org/tree/person/details/GZKR-JWZ] - 1899(Vic)-1993(Vic) - 3GL Melbourne (Malvern, 1925-1927), 3BT Melbourne (Malvern, 1931-1939; Glen Iris, 1946-1980+), amateur operator (AOCP 210, 1925, No. ?? in Vic), amateur broadcaster, clerk (Malvern, 1924-1931), radio manufacturer (Camberwell, 1937-1943; Glen Iris, 1949-1972), retired (Mt Martha, 1977-1980) ===''BARTHOLOMEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Bartholmew|Bartholomew, Charles Percy]] [https://www.familysearch.org/tree/person/details/G6CZ-8YR] - 1861(Eng)-1942(NSW) - Licences: XBM Sydney (Mosman, 1911-1914); 2FO Receive Sydney (Kirribilli, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver; company director (AWA); witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: merchant (Milsons Point, 1930-1937) - Comment: famously charged and convicted of trading with the enemy during WW1 but only slapped on wrist (together with Ernest Thomas Fisk and Hugh Robert Denison) ===''BARTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gustavus Campbell Barton|Barton, Edward Gustavus Campbell]] [https://www.familysearch.org/tree/person/details/KJ57-87Y] - 1857(Vic)-1942(Eng) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter, scientist, business proprietor (Barton & White) - Halcyon: not mentioned) - [https://adb.anu.edu.au/biography/barton-edward-gustavus-campbell-9445 ADB] * [[/Graham Francis Barton|Barton, Graham Francis]] [https://www.familysearch.org/tree/person/details/GX5P-KYT] - 1918(SA)-2005(SA) - Licences: 5BN Mt Gambier (1937-1939); 5BN Adelaide (Unley, 1947-1956; Malvern, 1960-1980+) - Qualifications: cc; AOCP 1993, 1937, SA; 1COCP 1709, 1954 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Hyde Park, SA, 1941-1943) * [[/Richard McRae Barton|Barton, Richard McRae "Dick"]] - 1940(???)-2021(Qld) - broadcast engineer, director engineering FACTS (1981-2001), ABU Engineering Award 2004, Fellow SMPTE, contributed to development DTV standards, chaired preparatory meeting to WRC 2000, [https://www.itu.int/dms_pub/itu-r/oth/0a/07/R0A070000420001PDFE.pdf ITU Tribute] ===''BARTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graeme Bartram|Bartram, Graeme]] - historian (early Aus wireless: 2011 "John Graeme Balsilie: Australia's Forgotten Wireless Pioneer"[https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf]) ===''BASIL-COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * Frank Basil-Cooke see Cooke, Frank Basil "Basil" ===''BASSETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Rankin Bassett|Bassett, Francis Rankin]] [https://www.familysearch.org/tree/person/details/GQZJ-28Y] - 1906(NSW)-1982(NSW) - 2FR Sydney (Bexley, 1925-1928; Arncliffe, 1929), 2FR Singleton, 1931-1939), amateur operator (AOCP 194, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother John Bassett * [[/John Bassett|Bassett, John]] [https://www.familysearch.org/tree/person/details/L8M2-8XN] - 1904(NSW)-1979(NSW) - 2VO Receive Stroud (1923), amateur operator (AOCP 232, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother Francis Rankin Bassett ===''BATCHLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Victor Batchler|Batchler, Charles Victor "Victor"]] [https://www.familysearch.org/tree/person/details/K4NN-FXJ] - 1897(Tas)-1985(Tas) - Licences: XZJ Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: Uncle of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: shift engineer (Waddamana, 1922) * [[/Jack Copeland Batchler|Batchler, Jack Copeland]] [https://www.familysearch.org/tree/person/details/KCSK-D8F] - 1910(Tas)-1979(Tas) - Licences: 7JB Hobart (1932-1939); 3AJB Melbourne (1947); 7JB Hobart (Sandy Bay, 1948-1975+) - Qualifications: cc; AOCP 957, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: nephew of XZJ Charles Victor Batchler; husband of 7YL Joyce Isabel Batchler nee Crowder - Electoral Rolls: soldier (Nelson, 1943-1949); no occupation (Nelson, 1972) * [[/Joyce Isabel Crowder|Batchler nee Crowder, Joyce Isabel]] [https://www.familysearch.org/tree/person/details/LYNY-PKG] - 1915(Tas)-2015(Tas) - Licences: 7YL Hobart (Sandy Bay, 1936-1980) - Qualifications: AOCP 1627, 1936, Tas - amateur operator; amateur broadcaster; YL - Relationships: Wife of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: home duties (Nelson, 1943-1972) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''BATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Bate|Bate, Arthur John]] [https://www.familysearch.org/tree/person/details/GXKQ-PYC] - 1917(WA)-2010(SA) - Licences: 5ZA Adelaide (Adelaide City, 1937-1939) - Qualifications: cc; AOCP 1891, 1937, SA; BOCP 1481, 1956; 1COCP 2049, 1967 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil yet identified ===''BATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lister Bates|Bates, Jack Lister]] [https://www.familysearch.org/tree/person/details/GCGK-238] - 1912(Qld)-1998(Qld) - Licences: 4UR Brisbane (Teneriffe, 1935-1939, 1946-1947; Lutwyche, 1948-1969; Toombul, 1975-1980) - Qualifications: cc; AOCP 1430, 1935, Qld - amateur operator; amateur broadcaster; Radio Club (WIAQ, QSL Manager); part of the "U" gang; WW2 - Halcyon: p. 12, 99, 137, 141, 145 - Electoral Rolls: storeman (Teneriffe, Qld, 1936-1943); labourer (Lutwyche, Qld, 1949-1958; Wooloowin, Qld, 1968); cashier (Toombul, Qld, 1972-1980) ===''BATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Henry Batt|Batt, Cecil Henry]] [https://www.familysearch.org/tree/person/details/GMLJ-5SB] - 1904(Tas)-1942(Tas) - Licences: Receive (Crystal) Bothwell (1923) - Qualifications: cc; 3COCP 434, 1940 - amateur receiver - Electoral Rolls: motor driver (Bothwell, 1928); labourer (Melton Mowbray, 1936-1937) ===''BATTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Thomas Battle|Battle, Edmund Thomas]] [https://www.familysearch.org/tree/person/details/G6C8-G32] - 1890(UK)-1970(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a listener) - Electoral Rolls: teamster (Dorrigo, 1913); dairy farmer (Malanda, 1919); sawmill manager (Tumoulin, 1931); sawmiller (Ravenshoe, 1936-1937); timber merchant (Paddington, 1943); sawmiller (Albion, 1949) ===''BATTYE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Sykes Battye|Battye, James Sykes]] [https://www.familysearch.org/tree/person/details/9V7W-HL5] - 1871(Vic)-1954(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - librarian; historian; witness to Royal Commission 1927 (as chairman, special committee, Western Australian Listeners' League) - Electoral Rolls: librarian (Perth, 1910-1937); principal librarian (Perth, 1943-1949) - Links: [[w:James Battye|Wikipedia]] [https://adb.anu.edu.au/biography/battye-james-sykes-5156 ADB] ===''BATY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Baty|Baty, Richard]] [https://www.familysearch.org/tree/person/details/GXLV-BZX] - 1913(Eng)-19??(???) - Licences: 5MH Adelaide (Brompton, 1931; Pennington, 1937; Challa Gardens, 1938-1939; Lockleys, 1954-1969; Henley Beach South, 1975-1980) - Qualifications: cc; AOCP 757, 1931, No. ?? in SA; AOLCP 160, 1934; BOCP 242, 1939; 1COCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Franklin, SA, 1941-1943) ===''BAUER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Thomas Bauer|Bauer, Alfred Thomas "Alf"]] [https://www.familysearch.org/tree/person/details/MSCM-QB1] - 1908(Qld)-2004(Qld) - Licences: 4AT Brisbane (Annerley, 1927-1933) & Cairns? - Qualifications: cc; AOCP 333, 1927, No. 36 in Qld; CPRTelephony 1119, 1928; 1COCP 92, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); state public servant (4QG); WW2 - Halcyon: p. 67, 86, 111, 127, 130 - Electoral Rolls: radio engineer (Cairns, 1936; Camp Hill, 1937); radio tech (Camp Hill, 1943-1980) ===''BAXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Baxter|Baxter, Arthur Henry]] [https://www.familysearch.org/tree/person/details/L62R-CKR] - 1900(Eng)-1983(WA) - Licences: 6BX Geraldton (1937-1939) - Qualifications: cc; AOCP 1989, 1937, WA; BOCP 381, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: station employee (Lyons River Station, Carnarvon, WA, 1925-1926); wood merchant (Geraldton, WA, 1931-1937); broadcast station operator (Geraldton, WA, 1949-1972); retired (Thornlie, WA, 1977-1980) * [[/Sidney Roy Baxter|Baxter, Sidney or Sydney Roy]] [https://www.familysearch.org/tree/person/details/LWX9-XWV] - 1915(Qld)-1985(Qld) - Licences: 4FJ Brisbane (Camp Hill, 1935-1939; Coorparoo Heights, 1946-1947; Cribb Island, 1948-1950; Camp Hill, 1954-1980+) - Qualifications: cc; AOCP 1569, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless officer); employment (Trittons, radio service); business proprietor (radio service) - Halcyon: p. 76, 137 - Electoral Rolls: truck driver (Camp Hill, Qld, 1936-1943); radio mechanic (Cribb Island, Qld, 1949); radio technician (Camp Hill, Qld, 1954-1980) ===''BEAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Beames|Beames, Kenneth]] [https://www.familysearch.org/tree/person/details/9NQJ-L17] - 1899(NSW)-1989(NSW) - Licences: N754 Receive Sydney (Randwick, 1922); 2IB Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: manufacturer (Five Dock, 1930-1958; Linden, 1963-1980) ===''BEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Percival Reed Bean|Bean, Leslie Percival Reed]] [https://www.familysearch.org/tree/person/details/KHWZ-6ZZ] - 1884(Vic)-1972(NSW) - Licences: 2ZT Sydney (Mosman, 1923-1925); 2LP Sydney (Mosman, 1924-1928; Artarmon, 1929-1936; Pymble, 1937-1939) - Qualifications: cc; Nil yet identified - PMGD (Elec. Engineer, 1904-1919); L. P. R. Bean & Co (founder 1920-1926); Stromberg-Carlson (founder, 1927-1933+); Council IREAust - Electoral Rolls: electrical instrument fitter (Ascot Vale, 1909); engineer (Brighton, Vic, 1912-1915; Artarmon, NSW, 1930); company director (Pymble, 1933-1943; Roseville, 1949-1954); electrical engineer (Lindfield, 1958-1968) ===''BEARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Gordon Beard|Beard, Ernest Gordon]] [https://www.familysearch.org/tree/person/details/GW2G-25R] - 1897(Eng)-1968(USA) - Licences: Nil yet identified - Qualifications: cc; 1COCP 304, 1939 - broadcast engineer (United Distributors; 2KY; 2GB); inventor; witness to Royal Commission 1927 (as consulting engineer, 2GB) - Electoral Rolls: engineer (Northbridge, 1930-1934); radio engineer (Northbridge, 1936-1937); wireless engineer (Willoughby, 1943-1949); engineer (Forestville, 1958-1963) - Links: [https://www.radiomuseum.org/dsp_hersteller_detail.cfm?company_id=12500 radiomuseum.org] * [[/Norman George Beard|Beard, Norman George]] [https://www.familysearch.org/tree/person/details/LT9G-GSZ] - 1902(Vic)-1984(NSW) - Licences: 3DR Receive Balnarring (1922-1923); 2PK Wentworthville (1930); 2ALJ Sydney (Prospect, 1939; Toongabbie, 1946-1954; Brookvale, 1955; Dee Why, 1956-1961); 2ALJ Terrigal (1965) - Qualifications: AOCP 583, 1930, No. ?? in NSW; TVOCP 25, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Pendle Hill, NSW, 1930; Balnarring, Vic, 1931; Prospect, NSW, 1933-1937); RAAF instructor (Ballarat, 1942); teacher (Toongabbie, 1949-1954; Brookvale, 1958); retired (Terrigal, 1963-1972; Wendouree, Vic, 1977; Caves Beach, 1980) ===''BEARUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Andrew Bearup|Bearup, Herbert Andrew]] [https://www.familysearch.org/tree/person/details/GDLJ-B1C] - 1900(Vic)-1982(Vic) - Licences: V740 Receive Melbourne (Caulfield East, 1922); 3GT Receive Melbourne (Caulfield East, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Malvern East, 1921-1924; Caulfield East, 1925-1928); farmer (Bentleigh, 1934-1949); engineer (Highett, 1963-1967; Moorabbin, 1972-1980) * [[/Thomas William Bearup|Bearup, Thomas William]] [https://www.familysearch.org/tree/person/details/9J7R-T9D] - 1897(Vic)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 224, 1916 - studio manager 3LO (1927); witness to Royal Commission 1927 (as studio manager, 3LO, Victoria); WW1 (merchant navy) - Electoral Rolls: operator (Caulfield, 1924); radio engineer (Auburn, Vic, 1931-1937); manager (Roseville, NSW, 1943) ===''BEATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Beatson|Beatson, Robert John "Bob"]] [https://www.familysearch.org/tree/person/details/GSJV-2D2] - 1909(Qld)-2003(Qld) - Licences: 4BB Brisbane (Wilston, 1928); 4BB Maryborough (1931-1939) - Qualifications: cc; AOCP 394, 1928, No. 44 in Qld; AOLCP 173, 1934 - amateur operator; amateur broadcaster; radio club administrator (WIAQ); broadcast engineer (4MB); WW2 - Halcyon: p. 68, 139, 141, 163, 164 - Electoral Rolls: radio mechanic (Maryborough, 1931); radiotrician (Maryborough, 1937-1949); radio engineer (Maryborough, 1954-1980) ===''BEATTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Spencer Meurant Beattie|Beattie, Herbert Spencer Meurant]] [https://www.familysearch.org/tree/person/details/GQ65-KTL] - 1888(NSW)-1963(NSW) - Licences: 3DV Receive Melbourne (Box Hill, 1922); 3DV Melbourne (Box Hill, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Box Hill, Vic, 1914-1927); salesman (Thornleigh, NSW, 1930); electrical engineer (Cheltenham, NSW, 1934-1936); agent (Cabramatta, 1943); auctioneer (Ettalong, 1943); no occupation (Fairfield, NSW, 1954-1958; Flagstaff, NSW, 1963) ===''BECHERVAISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philip Bechervaise|Bechervaise, William Philip]] [https://www.familysearch.org/tree/person/details/MVNP-4HQ] - 1831(Eng)-1907(Vic) - radio clubs (Telegraph Electrical Society, Victoria), employment (Victoria Posts and Telegraphs Department) ===''BECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Beavis Beck|Beck, Alan Beavis]] [https://www.familysearch.org/tree/person/details/GZR7-N8Q] - 1911(Vic)-1982(WA) - Licences: 5XW Adelaide (West Mitcham, 1927-1928) - Qualifications: cc; AOCP 370, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (Shenton Park, WA, 1937; Myrtle Bank, SA, 1941-1943); research chemist (Subiaco, 1949-1980) ===''BEDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Arthur Buddicom Bedford|Bedford, Robert Arthur Buddicom]] [https://www.familysearch.org/tree/person/details/LC5Q-1KX] - 1874(Eng)-1951(SA) - Licences: 5RB Kyancutta (1924-1939; 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of William Rudolf Buddicom Bedford - Electoral Rolls: farmer (Kyancutta, 1939-1941); retired (Kyancutta, 1943) - Links: [https://adb.anu.edu.au/biography/buddicom-robert-arthur-5417 ADB] * [[/William Rudolf Buddicom Bedford|Bedford, William Rudolf Buddicom "Bill"]] [https://www.familysearch.org/tree/person/details/L6Y3-X4Z] - 1909(Eng)-1972(SA) - Licences: likely operator of 5RB Kyancutta - Qualifications: cc; 3COCP 1893, 1954 - WW2 - Relationships: son of 5RB Robert Arthur Buddicom Bedford - Electoral Rolls: mechanic (Kyancutta, 1939-1943) ===''BEECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Sidney Beech|Beech, Frederick Sidney or Sydney "Fred"]] [https://www.familysearch.org/tree/person/details/G8F2-6BC] - 1895(Qld)-1978(Qld) - Licences: 4FB Brisbane (Coorparoo, 1930-1939; Norman Park, 1946-1969) - Qualifications: cc; AOCP 629, 1930, Qld - amateur operator; amateur broadcaster; jeweller - Halcyon: p. 75, 76, 90 - Electoral Rolls: watchmaker (Bulimba, 1917-1919; Coorparoo, 1919-1972; Norman Park, 1977) ===''BEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Beer|Beer, James]] - 19??(???)-19??(???) - Licences: 2CW Receive Sydney (Ashfield, 1922-1923); 2CW Sydney (Ashfield, 1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: too many JBs to identify reliably, likely James Charles Beer living 70 Tranmere St, Drummoyne, engineer, 1930 ===''BEGBIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Begbie|Begbie, Richard]] - historian (broadcasting), journalist, radio clubs (HRSA) ===''BELJON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robin Ernest Beljon|Beljon, Robin Ernest "Jack"]] [https://www.familysearch.org/tree/person/details/GSD3-VR3] - 1897(NSW)-1974(NSW) - Licences: 2RB Lithgow (1926-1933) - Qualifications: AOCP 259, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lithgow, 1930-1934); turner (Lithgow, 1937-1943); foreman (Lithgow, 1949-1968); retired (Lithgow, 1972) ===''BELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Wirgman Dillon Bell|Bell, Francis Wirgman Dillon "Frank"]] [https://www.familysearch.org/tree/person/details/G7QW-CM4] - 1896(NZ)-1987(NZ) - ZL4AA Waihemo, amateur operator, first to 2 way QSO New Zealand to Australia (Apr 1923), South America, USA (Sep 1924), England (Oct 1924, G2SZ); WW1 (gunner, France & Belgium till invalided 1917) - Relationships: brother of Margaret Brenda Bell, first licensed female NZ amateur - Links: [https://teara.govt.nz/en/biographies/4b20/bell-francis-wirgman-dillon Bio]; [https://www.soundarchives.co.nz/collections/catalogue/catalogue-item?record_id=222015 Sound Archives]; [https://www.zl4aa.org.nz/frank-bell-trans-world-radio-contact/ NZART Otago] * [[/H. G. Bell|Bell, H. G.]] - 19??-19?? - 4HG Brisbane (South Toowong = Taringa, 1927+) - Qualifications: cc; AOCP 321, 1927, No. 33 in Qld - amateur operator; amateur broadcaster - Halcyon: p. 111 - Callsign: later to Harry Brown - Electoral Rolls: Nil yet identified * [[/Leslie William Gordon Bell|Bell, Leslie William Gordon]] [https://www.familysearch.org/tree/person/details/G67S-RQ5] - 1904(Qld)-2000(Qld) - Licences: 4CY Receive Atherton (1923); 4LZ Jubilee Pocket (1969-1975); 4LZ Airlie Beach (1980+) - Qualifications: cc; AOCP 4471, 1967, Qld - amateur receiver; amateur operator; WW2 - Electoral Rolls: engine driver (Danbulla via Atherton, 1925-1928); farmer (Jubilee Pocket via Proserpine, 1954-1980) * [[/Victor Frank Bell|Bell, Victor Frank]] [https://www.familysearch.org/tree/person/details/GFMZ-FZ7] - 1913(WA)-19??(???) - Licences: 6KR Perth (Subiaco, 1932-1933); 6KR Kalgoorlie (1937-1939); 6KR Perth (Nedlands, 1947-1954) - Qualifications: cc; AOCP 907, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1936); postal assistant (Leonora, WA, 1937); radio engineer (Subiaco, WA, 1937); telephone mechanic (Lamington, Kalgoorlie, WA, 1943); radio engineer (Nedlands, WA, 1949-1954) * [[/Vincent Stephanus Bell|Bell, Vincent Stephanus "Vince"]] [https://www.familysearch.org/tree/person/details/GXHV-W8G] - 1910(Qld)-1981(Qld) - Licences: 4VD Rockhampton (Rockhampton City, 1936-1937; Wandal, 1938-1939, 1946-1960+) - Qualifications: cc; AOCP 1496, 1935, Qld - amateur operator; amateur broadcaster; WW2; employed electrical business - Electoral Rolls: electrician (Rockhampton, Qld, 1932-1936); electrical mechanic (Rockhampton, Qld, 1937-1980) ===''BELSTEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Lempriere Belstead|Belstead, Roy Lempriere]] [https://www.familysearch.org/tree/person/details/L1GN-CQF] - 1910(Qld)-1981(Qld) - Licences: 4EI Townsville (1933-1939); 4RU Winton (1975-1980) - Qualifications: cc; AOCP 1182, 1933, No. ?? in Qld; BOCP 304, 1940; 1COCP 420, 1940; TVOCP 87, 1957 - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, Townsville ARC); state public servant (Qld Railways); broadcast technician (2KY); business proprietor (Belstead Electronic Repairs, Winton) - Electoral Rolls: clerk (Hyde Park, Qld, 1931-1937); radio technician (Dee Why, NSW, 1943; Auburn, NSW, 1949; Lidcombe, NSW, 1958-1963; Auburn, NSW, 1972); retired (Winton, Qld, 1977-1980) ===''BENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Bennett|Bennett, Alfred Edward]] [https://www.familysearch.org/tree/person/details/LYNP-GFM] - 1889(Vic)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - manager 2GB Sydney; witness to Royal Commission 1927 (as manager, 2GB, NSW) - Electoral Rolls: manager (Mosman, 1930-1931); director (Mosman, 1933; Vaucluse, 1936); inspector (Darling Point, 1943); investor (West Pennant Hills, 1949); retired (Vaucluse, 1954-1963) - Links: [https://adb.anu.edu.au/biography/bennett-alfred-edward-5207 ADB] * [[/Clarence Herbert Bennett|Bennett, Clarence Herbert]] [https://www.familysearch.org/tree/person/details/LK1H-GMF] - 1887(Vic)-1974(Vic) - Licences: cc; Nil yet identified - Qualifications: AOCP 449, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Brunswick, 1909-1963); retired (Brunswick, 1968-1972) ===''BENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Francis Wattis Bent|Bent, Arthur Francis Wattis]] [https://www.familysearch.org/tree/person/details/GZVG-5V7] - 1902(Vic)-1998(Vic) - Licences: 3AF Geelong (1924-1939, 1946-1960); 3AF Torquay (1965-1980+) - Qualifications: cc; AOCP 199, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; radio dealer (Geelong, 1931-1954) - Electoral Rolls: turner (14 Coronation St, Geelong West, 1925-1927); radio dealer (Geelong, 1928-1954); radio serviceman (Torquay, 1963-1980) ===''BENTLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Ernest Bentley|Bentley, Frank Ernest]] [https://www.familysearch.org/tree/person/details/G93F-NPZ] - 1902(India)-1973(SA) - Licences: 5MK Adelaide (Cowandilla, 1931-1939); 5MZ Adelaide (Cowandilla, 1954-1969) - Qualifications: cc; AOCP 833, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: boilermaker (Cowandilla, SA, 1939-1943) ===''BENTZEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivan Louis Bentzen|Bentzen, Ivan Louis]] [https://www.familysearch.org/tree/person/details/LT4X-6P4] - 1905(Qld)-1995(Qld) - Licences: 4SS Brisbane (Newstead, 1932-1933) - Qualifications: cc; AOCP 964, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Bulimba, Qld, 1929); mechanic (Valley, Qld, 1936); carpenter (Wooloowin, Qld, 1943-1949); garage proprietor (Lutwyche, Qld, 1954); carpenter (Eagle Junction, Qld, 1954-1980) ===''BERGIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Thomas Bergin|Bergin, John Thomas "Jack"]] [https://www.familysearch.org/tree/person/details/GXGP-GNM] - 1911(SA)-1989(SA) - Licences: 5JB Adelaide (Largs Bay, 1934-1939) - Qualifications: cc; AOCP 1364, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: * [[/Max Wulfing Bergin|Bergin, Max Wulfing]] [https://www.familysearch.org/tree/person/details/LXQ1-QLP] - 1900(NSW)-1983(Cook Isls) - Licences: 2YP Receive West Maitland (1923); 2YP West Maitland (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ingham Berry|Berry, Arthur Ingham]] [https://www.familysearch.org/tree/person/details/9WB6-6F5] - 1914(Vic)-1979(Vic) - Licences: 3CZ Melbourne (Hawthorn, 1930-1939; Kew, 1946-1954; East Malvern, 1955-1956); 3CZ Warburton (1960-1975) - Qualifications: AOCP 595, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Hawthorn, 1936-1937); architect (Kew North, 1943-1954); farmer (Warburton, 1963-1977) * [[/Harold Alexander Berry|Berry, Harold Alexander "Huck"]] [https://www.familysearch.org/tree/person/details/G869-8R6] - 1906(SA)-1983(SA) - Licences: Receive (Crystal) Adelaide (City, 1923); Receive Adelaide (City, 1923-1924); 5JU Adelaide (City, 1930-1931; Keswick, 1933; Norwood, 1937-1939; Kilburn, 1946-1975) - Qualifications: cc; AOCP 666, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: polisher (Kilburn, 1943) * [[/Lawrence Dudley Berry|Berry, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/GXG2-X6J] - 1906(NSW)-1987(SA) - Licences: 5DB Adelaide (Norwood, 1934-1939) - Qualifications: cc; AOCP 1315, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Henry Berry|Berry, Robert Henry]] [https://www.familysearch.org/tree/person/details/G342-ZR6] - 18??(???)-1971(Qld) - Licences: XQC Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; electrical business proprietor - Electoral Rolls: gardener (Rockhampton, 1912-1925); electrical mechanic (Rockhampton, 1928-1968) * [[/William Clive Berry|Berry, William Clive "Clive"]] [https://www.familysearch.org/tree/person/details/LBT5-3L8] - 1912(NSW)-1965(NSW) - Licences: 2CB Knockrow via Bangalow (1931-1936); 2AGM Byron Bay (1938-1938, 1946-1955); 2AGM Lismore (1956-1957); 2AGM Mullumbimby (1958-1960); 2AGM Byron Bay (1961-1965) - Qualifications: AOLCP 30, 1930, NSW; 2COCP 302, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Knockrow, 1933-1936); woodworker (Byron Bay, 1943-1954); contractor (Ballina, 1958); no occupation (Mullumbimby, 1958); manager (Byron Bay, 1963) * [[/William James Berry|Berry, William James "Jim"]] [https://www.familysearch.org/tree/person/details/G8D1-B78] - 1890(Qld)-1983(Qld) - Licences: 4WB Brisbane (Yeerongpilly, 1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1295, 1934, Qld - amateur operator; amateur broadcaster; instrument repairer - Comment: Several contemporaneous William James Berry's in Brisbane - Electoral Rolls: motor mechanic (Yeerongpilly, 1958-1963); mechanic (Yeerongpilly, 1972-1980) - ===''BERTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Louis Bertram|Bertram, William Louis]] [https://www.familysearch.org/tree/person/details/LDBP-NGS] - 1901(Vic)-1983(Vic) - Licences: V738 Receive Rushworth (1922); 3GR Receive Rushworth (1922); 2KR Sydney (Waverley, 1929) - Qualifications: CPRT 920, 1926; 2COCP 97, 1930; 1COCP 34, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Rushworth, 1922; Brunswick, 1924-1928); telegraphist (Brunswick, 1931-1942); telephonist (Brunswick, 1949-1963); retired (Frankston, 1967-1980) ===''BESTED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julius Phillip Bested|Bested, Julius Phillip]] [https://www.familysearch.org/tree/person/details/MZ6V-YSQ] - 1907(SA)-1987(SA) - Licences: Receive Adelaide (Rose Park, 1923); 5CS Adelaide (Salisbury, 1937-1939); 5CS Peterborough (1947-1948); 5CS Adelaide (Richmond, 1954-1960; Cumberland Park, 1965-1980+) - Qualifications: cc; AOCP 1995, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Salisbury, SA, 1939-1941) ===''BIBBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Cyril Bibby|Bibby, Frederick Cyril "Fred"]] [https://www.familysearch.org/tree/person/details/GH58-5XF] - 1911(Tas)-1982(Vic) - Licences: 3OL Melbourne (Hawthorn East, 1930-1939; Camberwell, 1946-1980+) - Qualifications: AOCP 681, 1930, Vic; AOLCP 38, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Camberwell, 1943-1968); operator (Camberwell, 1972-1980) ===''BINNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Binns|Binns, Cecil]] [https://www.familysearch.org/tree/person/details/GZD8-XTD] - 1897(NSW)-1974(NSW) - 2IE Receive Sydney (Kogarah, 1922), 2BJ Sydney (Kogarah, 1925-1927), amateur operator (AOCP 46, 1925, No. ?? in NSW), amateur broadcaster ===''BIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Scorer Bird|Bird, Henry Scorer]] [https://www.familysearch.org/tree/person/details/LYWH-FTC] - 1902(Vic)-1973(Vic) - Licences: 3HB Melbourne (Sunshine, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Sunshine, 1924-1927); Government employee (Camberwell, 1928-1963); nil (Ashwood, 1968-1972) - Comment: 3HB callsign passed to Sunshine Radio Club 1924-1927 (prominent amateur broadcaster) * [[/Leslie James Bird|Bird, Leslie James]] [https://www.familysearch.org/tree/person/details/G6X2-N4N] - 1897(NSW)-1947(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as listener, Armidale, NSW) - Electoral Rolls: clerk (Armidale, 1930-1935; Wellington, 1937); civil servant (Homebush, 1943) ===''BISCHOFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Conrad Bischoff|Bischoff, William Edward Conrad]] [https://www.familysearch.org/tree/person/details/L2YT-QB7] - 1911(NSW)-1989(NSW) - Licences: 2LZ Sydney (Crows Nest, 1930-1937); 2LZ Wentworth Falls (1938-1939, 1946-1969); 2AKM Wentworth Falls (Portable, 1939); 2LZ Sydney (Naremburn, 1975-1980+) - Qualifications: AOCP 568, 1930, No. ?? in NSW; BOCP 12, 1936; TVOCP, 346, 1961 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Naremburn, 1933-1937); wireless operator (RAAF Richmond, 1943); radio technician (Wentworth Falls, 1949-1958); tele. engineer (Naremburn, 1963); engineer (Naremburn, 1972-1980) ===''BISHOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Elijah Bishop|Bishop, Clarence Elijah]] [https://www.familysearch.org/tree/person/details/LKZ9-G7S] - 1896(WA)-1971(WA) - Licences: 6DD Receive Albany (1923); 6DD Albany (1923-1924); 6DD Northam (1924); 6LL Katanning (1936-1939); 6LL Perth (Claremont, 1948-1954; East Victoria Park, 1955-1969) - Qualifications: cc; AOCP 1746, 1936, WA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Albany, WA, 1922); accountant (Katanning, WA, 1925-1937); clerk (Nedlands, WA, 1943-1954; Victoria Park, WA, 1958-1968) * [[/Frederick Edward Bishop|Bishop, Frederick Edward]] [https://www.familysearch.org/tree/person/details/GDS3-GZQ] - 1882(NSW)-1952(NSW) - Licences: 2FB Sydney (Kirribilli, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: optician (Kirribilli, 1930-1931); grazier (Mullaley, Gunnedah, 1935-1949) * [[/Maurice Glanville Bishop| Bishop, Maurice Glanville]] [https://www.familysearch.org/tree/person/details/GDDP-SVD] - 1908(Tas)-1965(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bank clerk (Middle Park, Vic, 1931); bank officer (Middle Park, 1935); bank clerk (Bank of NSW Quarters, Ouyen, 1936-1937); bank officer (Hawthorn, 1942-1949; Nelson, Tas, 1954) ===''BLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. C. Black|Black, F. C.]] - 19??(???)-19??(???) - Licences: None identified to date - Qualifications: cc; AOCP 297, 1926, No. ?? in SA - amateur operator?, amateur broadcaster? - Electoral Rolls: awaits identification, Port Lincoln, SA in 1926 * [[/William Hector Black|Black, William Hector]] [https://www.familysearch.org/tree/person/details/G8J2-TCS] - 1912(Vic)-1976(NSW) - Licences: 3WB Melbourne (Malvern, 1930-1939); 2WO Sydney (Mosman, 1946-1948) - Qualifications: AOCP 663, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Malvern, 1936-1937); bacteriologist (Mosman, 1943-1963); biochemist (Darlinghurst, 1968-1972) ===''BLACKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Howbery Blackman|Blackman, Herbert Howbery]] [https://www.familysearch.org/tree/person/details/GZ2M-65N] - 1886(Vic)-1970(Vic) - Licences: XOE Melbourne (East Malvern, 1913); 3PR Receive Melbourne (East Malvern, 1923); 3PR Melbourne (East Malvern, 1924-1925); 3HA Melbourne (East Malvern, 1926-1927); 3HU Melbourne (Ashburton, 1931-1939) - Qualifications: cc; AOCP 211, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: public servant (Malvern, 1909); mechanic (East Malvern, 1913-1916); soldier (Royal Park, 1917-1919); electrician (East Malvern, 1922-1928); mechanic (Burwood, 1931-1968) * [[/W. T. Blackburn|Blackburn, W. T.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Home Hill (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Searched William, Walter, Wilfred - Electoral Rolls: Nil yet identified ===''BLADES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alfred Blades|Blades, Ronald Alfred "Ron"]] [https://www.familysearch.org/tree/person/details/GXCS-L77] - 1916(Qld)-2005(NSW) - Licences: 4RX Toowoomba (1936-1939); 2VP Sydney (Haberfield, 1946-1947; Ashfield, 1948-1950; Dundas, 1954-1955); 2VP Melbourne (Blackburn, 1956); 2VP Sydney (Balgowlah, 1957-1969; Seaforth, 1975; Dee Why, 1980) - Qualifications: cc; AOCP 1775, 1936, No. ?? in Qld; BOCP 615, 1944 - amateur operator; amateur broadcaster; military (WW2, RAAF); broadcast technician (AWA) - Comment: Two Ronald Alfred Blades born in Qld 1916, 4RX 27/3/1916 - Electoral Rolls: radio engineer (Ashfield, NSW, 1949; Dundas, NSW, 1954; Balgowlah, NSW, 1958-1968); engineer (Dee Why, NSW, 1977) ===''BLAIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Andrew William Blair|Blair, Keith Andrew William]] [https://www.familysearch.org/tree/person/details/LK4S-ZXY] - 1911(Vic)-2001(NSW) - Licences: 2DX Balranald (1930-1934); 2DX Sydney (Marrickville, 1935-1937); 2DX Bega (1938-1939) - Qualifications: AOCP 699, 1930, Vic; BOCP 276, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: bank clerk (Balranald, 1932-1935; Randwick, 1936-1937; Bega, 1937); bank officer (Queanbeyan, 1949-1980) ===''BLAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leslie Gilbert Blake|Blake, Robert Leslie Gilbert]] [https://www.familysearch.org/tree/person/details/L831-ZLW] - 1888(Vic)-1952(Vic) - Licences: 3RG Castlemaine (1929-1939) - Qualifications: AOCP 484, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Castlemaine, 1912-1919); house furn. (Castlemaine, 1924-1949) ===''BLANCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Henry Blanchard|Blanchard, George Edward Henry]] [https://www.familysearch.org/tree/person/details/GZV2-B4S] - 1899(NSW)-1987(NSW) - Licences: 2DN Sydney (Newtown, 1922-1926; Hurlstone Park, 1927-1929) - Qualifications: cc; AOCP 195, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Earlwood, 1930-1980) ===''BLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Bland|Bland, William Joseph]] [https://www.familysearch.org/tree/person/details/GXT9-4RP] - 1902(India)-1955(SA) - Licences: Receive Adelaide (Alberton, 1923); 5AG Adelaide (Alberton, 1923-1927) - Qualifications: cc; CPRT 765, 1923 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio manufacturer (Tusmore, SA, 1939-1943) ===''BLUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Blue|Blue, Harry William]] - 1909(NSW)-2001(NSW) - 2YI Liverpool (1933), 2YI Albury (1934-1936), 9KO Rabaul (1937), 2YI Broken Hill (1938-1939), 2YI Sydney (Kingsford, 1946; Auburn, 1947-1980+, amateur operator (AOCP 1034, 1932, No. ?? in NSW), amateur broadcaster, A.A.M.S. ===''BLUNDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Verge Blunden|Blunden, Godfrey Verge]] [https://www.familysearch.org/tree/person/details/GDNG-22L] - 1906(Vic)-1996(France) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Wireless Weekly (editor, 1930s) - Electoral Rolls: journalist (North Sydney, 1930; East Sydney, 1933-1936) * [[/Leon Walter Blunden|Blunden, Leon Walter]] [https://www.familysearch.org/tree/person/details/G3KT-SMV] - 1914(SA)-2003(SA) - Licences: 5BH Adelaide (Firle, 1935-1939, 1947-1980+) - Qualifications: cc; AOCP 1535, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BOAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Douglas Boast|Boast, Harold Douglas]] [https://www.familysearch.org/tree/person/details/K2VW-3D4] - 1906(Eng)-1979(Vic) - Licences: 3AX Melbourne (Elsternwick, 1928-1939); 3AX Lubeck (1946-1969); 3AX Melbourne (Frankston, 1975) - Qualifications: AOCP 404, 1928, No. ?? in Vic; AOLCP 55, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Elsternwick, 1931-1936); radio engineer (3LK Lubeck, 1942-1968); retired (Frankston, 1972-1977) ===''BOILEAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Boileau|Boileau, John George]] [https://www.familysearch.org/tree/person/details/GXC2-HLQ] - 1893(SA)-1957(Qld) - Licences: 4JT Port Moresby (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Byron Bay, NSW, 1943-1954) ===''BOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Augustus Bold|Bold, Charles Augustus]] [https://www.familysearch.org/tree/person/details/GF3N-JSF] - 1894(WA)-1958(WA) - Licences: 6CA Perth (Beaconsfield, 1931-1939, 1947-1948) - Qualifications: cc; AOCP 832, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (South Fremantle, WA, 1921-1922); meter tester (South Fremantle, WA, 1925); electrician (South Fremantle, WA, 1931-1949); mains superintendent (South Fremantle, WA, 1954-1958) ===''BOLGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Joseph Bolger|Bolger, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/L67V-VDD] - 1867(Irl)-1941(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Deputy Director of Navigation, Vic) - Electoral Rolls: master mariner (Williamstown, 1914-1917); public servant (Elsternwick, 1919); master mariner (Elsternwick, 1931-1937) ===''BOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Francis Bond|Bond, Rupert Francis]] [https://www.familysearch.org/tree/person/details/9ZHS-QB3] - 1886(Vic)-1961(Qld) - Licences: Receive Brisbane (Rockhampton, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Rockhampton, Qld, 1912-1937; Rockhampton, Qld, 1949-1958) ===''BONGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gysbert Sheldon Bongers|Bongers, Gysbert Sheldon]] [https://www.familysearch.org/tree/person/details/L7F9-DXK] - 1900(NSW)-1948(NSW) - Licences: N745 Receive Sydney (1922-1923); 2HY Sydney (Rockdale, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster, engineer - Electoral Rolls: electrical engineer (Rockdale, 1930-1935; Hamilton, Qld, 1936-1937); engineer (Woollahra, 1943) ===''BONNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Coleman Bonner|Bonner, Alfred Coleman]] [https://www.familysearch.org/tree/person/details/MV14-MTM] - 1854(Tas)-1930(Tas) - Licences: Receive (Crystal) Legana (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Trevallyn, 1914-1922); no occupation (Legana, 1928) ===''BONNERUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Madsen Bonnerup|Bonnerup, Peter Madsen]] [https://www.familysearch.org/tree/person/details/G6F5-RC8] - 1890(Tas?)-1976(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as patent attorney, WA) - Electoral Rolls: patent attorney (Nedlands, 1922; South Perth, 1925-1972) - Links: [https://www.carnamah.com.au/bio/peter-madsen-bonnerup Bio] ===''BONNINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Archibald Bonnington|Bonnington, John Archibald]] [https://www.familysearch.org/tree/person/details/G88Y-1JP] - 1909(NSW)-1967(NSW) - Licences: 2HB Sydney (Bellevue Hill, 1930-1931); 2AKB Sydney (Avalon Beach, 1960-1965) - Qualifications: AOCP 569, 1930, No. ?? in NSW; 3AirOCP 16, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Broken Hill, 1931); engineer (Woollahra, 1932-1933); radio engineer (Darlinghurst, 1934-1935); air pilot (Avalon Beach, 1949-1963) ===''BONWILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Warren Bonwill|Bonwill, Edward Warren]] [https://www.familysearch.org/tree/person/details/9J35-NNV] - 1869(USA)-1945(NSW) - Licences: XBP Sydney (1912-1914); 2CA Receive Cowra (1922); 2CA Cowra (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: dentist (Barellan, 1930; Cowra, 1934-1937; Lithgow, 1937-1943) ===''BOTTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Botten|Botten, Herbert William]] [https://www.familysearch.org/tree/person/details/GDS2-8QJ] - 1895(SA)-1973(???) - Licences: 2HB Sydney (CBD, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Neutral Bay, 1930); radio manager (Darlinghurst, 1933-1936); manager (Darlinghurst, 1937-1958) ===''BOUCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Reid Bouchard|Bouchard, Victor John Reid "Vic"]] [https://www.familysearch.org/tree/person/details/G93B-52C] - 1897(Qld)-1936(Qld) - 4BY Receive Brisbane (Auchenflower, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; amateur club administrator - Electoral Rolls: draper's assistant (Auchenflower, 1921-1926); clerk (Buranda, 1928) ===''BOULTBEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Walker Boultbee|Boultbee, Kenneth Walker]] [https://www.familysearch.org/tree/person/details/GMWB-1Q4] - 1905(Tas)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: agent (Taringa, Qld, 1928-1958; Corinda, Qld, 1963-1968; St Lucia, Qld, 1972-1977); retired (Broadbeach, Qld, 1977-1980) ===''BOUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Boundy|Boundy, George Henry]] - 1866(Vic)-1932(Vic) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), early wireless experimenter, radio clubs (WIQ), state public servant (P&TQ, engineer), federal public servant (PMGD, engineer) ===''BOURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. Bourke|Bourke, J.]] - 19??(???)-19??(???) - Licences: V734 Receive Yarck (1922); Receive 3GP Yarck (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''BOURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Frederick Bourne|Bourne, Francis Frederick]] [https://www.familysearch.org/tree/person/details/GX55-9GM] - 1916(SA)-2004(SA) - Licences: 5BU Adelaide (Unley, 1935-1939; Wayville, 1947; Malvern, 1948-1954; Blackwood, 1955-1965; Belair, 1969); 5BU Keith (1975); 5BU Naracoorte (1980) - Qualifications: cc; AOCP 1593, 1935, SA; 2COCP 1282, 1953; 1COCP 1722, 1954 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Parkside, SA, 1939-1943) ===''BOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Germain Bowden|Bowden, Eric James Germain]] [https://www.familysearch.org/tree/person/details/L7T7-YC2] - 1894(Tas)-1984(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - PMGD Wireless Inspector, Hobart, 1920s & 1930s; witness to Royal Commission 1927 (as equipment engineer, PMGD, Tas) - Relationships: son of Frank Prosser Bowden; brother of John Gibson Bowden - Electoral Rolls: junior assistant engineer (Hobart North, 1922); engineer (Hobart South, 1936-1937) * [[/Frank Prosser Bowden|Bowden, Frank Prosser]] [https://www.familysearch.org/tree/person/details/97MP-G4L] - 1860(Tas)-1934(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter, Tas PMGD, Federal PMGD - Relationships: father of Eric James Germain Bowden and John Gibson Bowden - Electoral Rolls: civil servant (Hobart North, 1914-1928) * [[/John Gibson Bowden|Bowden, John Gibson]] [https://www.familysearch.org/tree/person/details/LNJZ-V69] - 1906(Tas)-1998(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - employee of Medhurst Electrical - Relationships: son of Frank Prosser Bowden; brother of Eric James Germain Bowden - Electoral Rolls: mechanic (Launceston, 1928); electrical mechanic (New Town, 1936-1937); engineer (Nelson, 1943-1963) * [[/Ronald Stanley Bowden|Bowden, Ronald Stanley]] [https://www.familysearch.org/tree/person/details/GQGS-F9R] - 1900(Eng)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Albion, Qld, 1921); car driver (Wilston, Qld, 1934); car proprietor (Newmarket, Qld, 1936-1943); store keeper (Urangan, Qld, 1949-1954); farmer (Mundubbera, Qld, 1958-1963); retired (Urangan, Qld, 1968-1980) ===''BOWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Keith Bowen|Bowen, Harold Keith "Keith"]] [https://www.familysearch.org/tree/person/details/GXGK-7SZ] - 1913(SA)-1987(SA) - Licences: 5KB Adelaide (Maylands, 1932-1939) - Qualifications: cc; AOCP 1049, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Tranmere, SA, 1943) * [[/Joseph La Venture Bowen|Bowen, Joseph La Venture or Laventure]] [https://www.familysearch.org/tree/person/details/GDPP-MLB] - 1917(Qld)-1966(Qld) - Licences: 4LB Brisbane (Hamilton, 1935-1939)- Qualifications: cc; AOCP 1445, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kedron, Qld, 1943-1958); public servant (Kedron, Qld, 1963) ===''BOWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Nigel Bowman|Bowman, Hubert Nigel "Pete"]] [https://www.familysearch.org/tree/person/details/K4PT-FY3] - 1908(SA)-1987(SA) - Licences: 5FM Adelaide (Payneham, 1932-1933; Royston Park, 1937; Payneham, 1938-1939, 1947-1948; Mitcham, 1954-1956); 5FM Crystal Brook (1960); 5FM Bridgewater (1965-1980+); 5FN Portable (1965-1969) - Qualifications: cc; AOCP 911, 1932, No. ?? in SA; 2COCP 259, 1939; BOCP 282, 1940; 1COCP 354, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Boyd|Boyd, Norman James]] [https://www.familysearch.org/tree/person/details/GZXJ-VM7] - 1897(Vic)-1977(Vic) - Licences: XNO Melbourne (Elsternwick, 1913-1914); 3EL Receive Melbourne (Elsternwick, 1922-1923); 3EL Melbourne (Elsternwick, 1924-1925; Caulfield, 1925-1927; Elwood, 1931-1939) - Qualifications: AOCP 104, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; radio engineer (3UZ, 1920s); WW1 - Electoral Rolls: mechanic (Elsternwick, 1919-1924); manager (Caulfield, 1926-1928); engineer (Elsternwick, 1931-1937); electrician (St Kilda, 1949-1963); retired (Caulfield, 1967-1977) ===''BRADBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. J. Bradbury|Bradbury, B. J.]] - abt 1887(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''BRADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Keith Bradford|Bradford, Alfred Keith]] [https://www.familysearch.org/tree/person/details/L6Q5-VC5] - 1912(NSW)-1986(Qld) - Licences: 4KK Millmerran (1936-1939, 1947-1975); 4KK Drillham (1980+) - Qualifications: cc; AOCP 1750, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Millmerran, Qld, 1934-1937); farmer (Millmerran, Qld, 1943-1954); radio dealer (Millmerran, Qld, 1958-1968); farmer (Drillham, Qld, 1977-1980) * [[/John Richard Bradford|Bradford, John Richard]] - 19??(???)-19??(???) - senior federal public servant (chief electrical engineer, Qld, PMGD) ===''BRADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Randell Bradley|Bradley, Frank Randell]] [https://www.familysearch.org/tree/person/details/G973-F7P] - 1884(SA)-1963(NSW) - Licences: 3ZK Melbourne (Sandringham, 1923-1930); 2JB Sydney (Mosman, 1931-1939) - Qualifications: cc; AOCP 2, 1924, No. 1 in Vic - amateur operator; amateur broadcaster; federal public servant (PMGD, Superintendant Telegraphs Vic, 1928; Deputy PMG Qld; NSW); historian (telegraphs) - Electoral Rolls: civil servant (Sandringham, Vic, 1914-1924; Mosman, NSW, 1933-1943); no occupation (Killara, NSW, 1954-1963) ===''BRAGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Bragg|Bragg, William Henry]] [https://www.familysearch.org/tree/person/details/LCFQ-9N6] - 1862(Eng)-1942(Eng) - Early wireless experimenter, academic (University of Adelaide, 1885-1908), physicist, chemist, mathematician, shared Nobel prize in 1915 with his son William Lawrence Bragg, son-in-law of Charles Todd - Links: [[w:William Henry Bragg|Wikipedia]] * [[/William Lawrence Bragg|Bragg, William Lawrence "Lawrence"]] [https://www.familysearch.org/tree/person/details/MWXT-CLR] - 1890(SA)-1971(Eng) - participated as a youth in his father's early wireless experiments, academic (University of Adelaide), physicist, shared Nobel prize in 1915 with his father William Henry Bragg, grandson of Charles Todd - Links: [[w:Lawrence Bragg|Wikipedia]] ===''BRAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. F. Brain|Brain, S. F.]] - 19??(???)-19??(???) - Licences: 2ZD Sydney (Ashfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: likely related XFR V. J. Brain - Electoral Rolls: Nil yet identified * [[/V. J. Brain|Brain, V. J.]] - 19??(???)-19??(???) - Licences: XFR Sydney (Ashfield, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: likely related 2ZD S. F. Brain - Electoral Rolls: Nil yet identified ===''BRAMLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Alfred Bramley|Bramley, John Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIW Wyndham (1917-1918) - Electoral Rolls: Nil yet identified ===''BRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorayne Branch|Branch, Lorayne]] - Living - author ("Henry Sutton, The Innovative Man"), historian (Henry Sutton) ===''BRANDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Frank Brandon|Brandon, Eric Frank]] [https://www.familysearch.org/tree/person/details/GXPK-2ZY] - 1907(SA)-2001(SA) - Licences: 5FB Wilmington (1933-1939); 5FB Adelaide (Prospect, 1948); 5FA Oodnadatta (1965); 5FA Ramco (1969-1975); 5FA Adelaide (Blair Athol, 1980+) - Qualifications: cc; AOCP 1145, 1933, SA; 2COCP 140, 1938; 1COCP 183, 1938; BOCP 201, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BRANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Mervyn Branks|Branks, Albert Mervyn "Merv"]] [https://www.familysearch.org/tree/person/details/GZ6Y-88K] - 1906(NZ)-1978(NZ) - prominent MW and SW broadcast listener 1920s to 1970s, DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tribute] ===''BREDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wynne Steere Breden|Breden, Wynne Steere]] - 1900(Qld)-1976(NSW) - Rx Melbourne (East Melbourne, 1923), 2WS Newcastle (Newcastle, 1924-1931), amateur operator (AOCP 9, 1924, No. ?? in NSW), amateur broadcaster, shipyard business ===''BREMERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Frederick Bremerman|Bremerman, Harold Frederick]] [https://www.familysearch.org/tree/person/details/GXCQ-QWC] - 1903(Eng)-1988(Qld) - Licences: 4HB Brisbane (Wooloowin, 1938-1939, 1946-1954; Aspley (1955-1975+) - Qualifications: cc; AOCP 1267, 1934, Qld; COCP (Eng) - amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (WIAQ, Life Member; Brisbane DX Club); employment (electrician, Courier Mail, Besley & Pike, Mt. Olivett Hospital); pilot; UK Merchant Navy 1920s - Electoral Rolls: electrical mechanic (Albion, Qld, 1928); mechanic (Wooloowin, Qld, 1936-1954); retired (Aspley, Qld, 1958-1980) ===''BRENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan James Brennan|Brennan, Allan James]] [https://www.familysearch.org/tree/person/details/G6TR-SNJ] - 1887(Vic)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 31, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: Nil yet identified ===''BREWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip John Brewer|Brewer, Phillip or Philip John]] [https://www.familysearch.org/tree/person/details/LVKH-MNW] - 1900(WA)-1948(SA) - Licences: 5JA Adelaide (Parkside, 1926-1939) - Qualifications: cc; AOCP 269, 1926, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Parkside, 1939-1943) ===''BRIDGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Bridger|Bridger, Thomas William]] [https://www.familysearch.org/tree/person/details/G85V-2YT] - 1885(UK)-1941(NT) - Licences: 4AP Receive Brisbane (City, 1923); 4AP Brisbane (Hamilton, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer; public servant; WW1 (2nd Aust Flying Squadron, 1916) - Electoral Rolls: electrical engineer (West Perth, 1914); consulting engineer (Auchenflower, 1925); poultry farmer (Geebung, 1928); engineer (Armadale, 1934-1937) - Directories: electrical engineer (Adelaide, 1915; Melbourne, 1917-1921; Brisbane, 1923-1927; Adelaide, 1930) ===''BRIDGES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank John Claud Bridges|Bridges, Frank John Claud or Claude]] [https://www.familysearch.org/tree/person/details/GHRF-XHR] - 1885(NZ)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 141, 1915; 2COCP 182, 1930; 1COCP 279, 1932 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); officer-in-charge (Radio Station, Esperance, 1921-1949); retired (Esperance, 1958-1963) ===''BRIGGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Robert Briggs|Briggs, Donald Robert]] [https://www.familysearch.org/tree/person/details/GX5B-1TN] - 1915(SA)-2008(SA) - Licences: 5BD Adelaide (Walkerville, 1935-1939; Henley Beach, 1947; South Plympton, 1954-19600; 5HB Adelaide (Morphett Vale, 1980+) - Qualifications: cc; AOCP 1490, 1935, SA; 2COCP 413, 1941; BOCP 373, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: assistant (Kirkcaldy, SA, 1939) ===''BRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Herbert Bright|Bright, William Henry Herbert "Bill"]] [https://www.familysearch.org/tree/person/details/LBQH-GSX] - 1898(Qld)-1961(Qld) - Licences: Spark; 4FA Toowoomba (1923); 4AA Toowoomba (1924-1925); 4WB Toowoomba (1925-1927); 4OO Toowoomba (1937-1939) - Qualifications: cc; AOCP 123, 1925, No. 13 in Qld - amateur operator; amateur broadcaster - Withdrawal: callsign 4AA withdrawn by PMGD for their use - Electoral Rolls: telegraphist (Toowoomba, 1919-1943); clerk (Toowoomba, 1949); mechanic (Toowoomba, 1954-1958) ===''BRIMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Campbell Brimble|Brimble, Charles Campbell]] [https://www.familysearch.org/tree/person/details/GX5L-9GH] - 1915(SA)-2003(SA) - Licences: 5CB Adelaide (Somerton, 1935-1939, 1947-1948; Somerton Park, 1954-1980+) - Qualifications: cc; AOCP 1446, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Somerton, SA, 1939-1943) ===''BRIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Marcus John Gordon Brims|Brims, Marcus John Gordon]] [https://www.familysearch.org/tree/person/details/KZWB-S11] - 1888(Qld)-1982(Qld) - Licences: XQA Mareeba (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; business proprietor (plywood & veneer manufacture) - Electoral Rolls: foreman (Mareeba, 1912-1913); foreman joiner (Milton, 1921); timber merchant (Milton, 1925-1931); plywood manufacturer (Annerley, 1937-1958); business manager (Annerley, 1963-1980) ===''BRISTOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Morrison Bristow|Bristow, John Morrison]] [https://www.familysearch.org/tree/person/details/GZPL-DLJ] - 1908(NSW)-1983(NSW) - Licences: 2ZX Sydney (Neutral Bay, 1926-1929) - Qualifications: AOCP 243, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: advertising manager (Neutral Bay, 1930-1935); manager (Gordon, 1937-1943); company manager (Pymble, 1949); manager (Wahroonga, 1954-1980) ===''BROCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Edward Earl Brock|Brock, Hector Edward Earl]][https://www.familysearch.org/tree/person/details/9VQL-BTC] - 1902(Vic)-1962(SA) - Licences: 3ZC Melbourne (Moonee Ponds, 1923-1924); 5DP Adelaide (North Adelaide, 1924-1927; Malvern, 1927-1938); 5UZ Adelaide (Fullarton, 1954-1956; Nailsworth, 1960) - Qualifications: cc; AOCP 25, 1924, No. ?? in SA - amateur operator; amateur broadcaster; University of Adelaide (Demonstrator & Technical Assistant, 1949) - Electoral Rolls: laboratory assistant (Moonee Ponds, Vic, 1924); no occupation (Malvern, SA, 1939-1943) ===''BROINOWSKI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leopold Thomas Broinowski|Broinowski, Leopold Thomas]] [https://www.familysearch.org/tree/person/details/G6FR-SMR] - 1871(Vic)-1937(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as associate editor, Hobart Mercury, Tas) - Electoral Rolls: journalist (Hobart South, 1914-1937) ===''BROOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilberforce Henry Liddon Brooke|Brooke, Wilberforce Henry Liddon]] [https://www.familysearch.org/tree/person/details/LB61-69T] - 1891(NSW)-1969(NSW) - Licences: 2BR Terrigal (1930-1936); 2BR Dora Creek (1937-1939, 1946-1958); 2BR Paterson (1960-1969) - Qualifications: AOCP 638, 1930, NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: clergyman (Jerry's Plains, 1930; Terrigal, 1931-1937; Dora Creek, 1954-1958; Paterson, 1963-1968) ===''BROOKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Brookes|Brookes, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GDSJ-GV6] - 1911(Qld)-1958(Qld) - Licences: 4BA Brisbane (Kelvin Grove, 1936-1937; Ashgrove, 1938-1939; Wooloowin, 1947-1948) - Qualifications: cc; AOCP 1641, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Wooloowin, Qld, 1943-1954); waterside Worker (Wooloowin, Qld, 1958) ===''BROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Milton Brooks|Brooks, Albert Henry Milton]] [https://www.familysearch.org/tree/person/details/LT1Q-DVK] - 1901(SA)-1975(SA) - Licences: 5KG Adelaide (Grange, 1933-1939; Croydon, 1946-1960+); 5AH Adelaide (Ridleton, 1969-1975) - Qualifications: cc; AOCP 1170, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Croydon, 1939); railway employee (Croydon, 1941-1943) - Relationships: likely related to 7JB John Vickery Brooks and 7DB D. C. Brooks * [[/John Vickery Brooks|Brooks, John Vickery "Jack"]] [https://www.familysearch.org/tree/person/details/GHXL-RK8] - 1905(SA)-1983(Vic) - Licences: 7JB Hobart (1924-1926) - Qualifications: cc; AOCP 37, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; engineer; originally from Adelaide - Relationships: likely related to 5KG Albert Henry Brooks and 7DB D. C. Brooks - Electoral Rolls: engineer (Hobart South, 1928; Malvern, Vic, 1954-1980) ===''BROOMHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Broomhall|Broomhall, Charles Alfred]] [https://www.familysearch.org/tree/person/details/M7NZ-2SV] - 1891(Vic)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 729, 1922 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Geraldton, 1916); mechanic (Wireless Station, Applecross, 1925; Canning Bridge, 1931-1937; Applecross, 1943-1954); retired (Bickley, 1958-1963) ===''BROWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan George Brown|Brown, Alan George]] [https://www.familysearch.org/tree/person/details/G849-43Y] - 1909(Vic)-1970(Vic) - Licences: 3CX Melbourne (Canterbury, 1928-1937; Upper Hawthorn, 1938-1939; Canterbury, 1946-1969) - Qualifications: AOCP 446, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF) - Electoral Rolls: clerk (Camberwell North, 1931); public servant (Auburn, 1936-1937); RAAF (St Kilda North, 1943); civil servant (Auburn, 1949); clerk (Deepdene, 1954; Camberwell North, 1963-1968) * [[/Alan Weymouth Brown|Brown, Alan Weymouth]] [https://www.familysearch.org/tree/person/details/GSKH-1N5] - 1902(Tas)-1938(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Listeners' League, Hobart (assistant secretary); witness to Royal Commission 1927 (as Assistant Secretary, Listeners' League, Hobart, Tas) - Electoral Rolls: electrician (Hobart South, 1936-1937) * [[/Alfred Louis Brown|Brown, Alfred Louis]] [https://www.familysearch.org/tree/person/details/LYQV-4SS] - 1885(Eng)-1971(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as general manager, 5CL, SA) - Electoral Rolls: instrument maker (Claremont, WA, 1910); optician (Applecross, 1916-1917); director (Kew, Vic, 1926); engineer (Cottesloe, 1936-1937) * [[/Bruce Kevin Brown|Brown, Bruce Kevin]] [https://www.familysearch.org/tree/person/details/G6S4-CV1] - 1920(Tas)-1984(NSW) - Licences: 7QZ Launceston (1937-1939); 2AQZ Sydney (Meadowbank, 1954-1969; Annangrove, 1975-1980+) - Qualifications: cc; AOCP 1942, 1937, No. ?? in Tas; BOCP 303, 1940; 1COCP 492, 1941; TVOCP 1014, 1968 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: laboratory assistant (Meadowbank, 1943-1968); technician (Annangrove, 1972-1980) * [[/Clarence Roy Brown|Brown, Clarence Roy]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - founder of 5KA Class B Adelaide; witness to Royal Commission 1927 (as manager, 5KA, SA) - Electoral Rolls: * [[/Clifford Walter Brown|Brown, Clifford Walter]] [https://www.familysearch.org/tree/person/details/LCV5-M8M] - 1906(WA)-1991(WA) - Licences: 6CB Perth (Subiaco, 1930-1939) - Qualifications: cc; AOCP 640, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Subiaco, 1931-1937); traveller (Nedlands, 1943-1963); business manager (Wembley, 1968); manager (Morley, 1972; Dianella, 1977-1980) * [[/Frank Makepeace Brown|Brown, Frank Makepeace]] [https://www.familysearch.org/tree/person/details/G8H5-2M5] - 1911(WA)-2006(WA) - Licences: 6FB Mullewa (1939; 1946-1948); 6FB Bassendean (1954-1960); 6FB Perth (Doubleview, 1965-1969; Rossmoyne, 1975) - Qualifications: AOCP 2375, 1939, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telephone mechanic (Northam, 1936; Bassendean, 1943); civil servant (Mullewa, 1949); telephone technician (Bassendean, 1954-1963); civil servant (Doubleview, 1968-1972); telephone technician (Rossmoyne, 1977-1980) * [[/George D. Brown|Brown, George D.]] [https://www.familysearch.org/tree/person/details/GXCQ-JFD] - 1875(???)-19??(???) - Licences: 4DB Brisbane (Ascot, Qld, 1937-1939) - Qualifications: cc; AOCP 1970, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous GBs - Electoral Rolls: Nil yet identified * [[/Harry Percy Brown|Brown, Harry Percy "Horsepower", "Poo Bah"]] [https://www.familysearch.org/tree/person/details/L1R8-R1W] - 1878(Eng)-1967(NSW) - senior federal public servant (Director-General, Posts and Telegraphs); witness to Royal Commission 1927 (as Secretary, PMGD) - Links: [[w:Harry Brown (public servant)|Wikipedia]]; [https://adb.anu.edu.au/biography/brown-sir-harry-percy-5384 ADB]; [https://telegramsaustralia.com/Forms/Special%20developments/People/Brown.html Telegrams Australia] * [[/Hector Mervyn Brown|Brown, Hector Mervyn]] [https://www.familysearch.org/tree/person/details/G9TY-HSC] - 1906(NSW)-1961(SA) - Licences: 5MB Adelaide (Torrensville, 1927-1928; Southwark, 1931-1933, 1946-1948) - Qualifications: AOCP 345, 1927, No. ?? in SA; 2COCP 402 1932; 1COCP 333, 1933) - amateur operator, amateur broadcaster, broadcast engineer (2BH, 1937), PMGD SA (mechanic, retired 1940) - Electoral Rolls: radio engineer (Broken Hill, 1937), engineer (Thebarton, 1941-1943) * [[/Herbert George Brown|Brown, Herbert George "Harry"]] [https://www.familysearch.org/tree/person/details/L5BH-NGV] - 1887(Eng)-1966(Qld) - Licences: 4BH Booval (1928-1930); 4HG Booval (1931); 4HG Ipswich (1937-1939, 1946-1956); 4BH Brisbane (Graceville, 1965) - Qualifications: cc; AOCP 455, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (Ipswich); railways employee - Callsign: withdrawn for 4BH Brisbane - Electoral Rolls: labourer (Ipswich, Qld, 1925; Redbank, Qld, 1929) * [[/Herbert Rufus Brown|Brown, Herbert Rufus]] [https://www.familysearch.org/tree/person/details/K2HL-T23] - 1894(Vic)-1980(Vic) - Licences: 3NN Receive Yanac (1923); 3NN Yanac (1924-1980) - Qualifications: cc; AOCP 271, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Yanac, 1919-1977) * [[/J. R. Brown|Brown, J. R.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Southport (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James McGladdery Brown|Brown, James McGladdery]] [https://www.familysearch.org/tree/person/details/GW18-TCK] - 1882(Qld)-1965(Qld) - Licences: 4BJ Aramac (1929-1933); 4BJ Rockhampton (1937); 4BJ Bundaberg (1947-1965) - Qualifications: AOCP 480, 1929, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: porter (Rockhampton, 1905); station master (Finch Hatton, 1913); labourer (Mackay, 1919); motor car proprietor (Baralaba, Mt Morgan, 1925); guard (Aramac, 1928-1937); retired (Maryborough, 1954-1963; Ascot, 1963) - Relationships: father of Victor James Caldwell Brown, the likely actual amateur operator * [[/John Henry Shadwell Brown|Brown, John Henry Shadwell]] [https://www.familysearch.org/tree/person/details/GDJL-7M4] - 1897(NSW)-1959(NSW) - Licences: 2JK Sydney (Botany, 1925-1939) - Qualifications: cc; CPRT 926, 1926; 1COCP 154, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Botany, 1930-1958) * [[/Joseph Brown|Brown, Joseph "Joe"]] [https://www.familysearch.org/tree/person/details/GQH2-YSM] - 1916(Tas)-1990(Tas) - Licences: 7BJ Hobart (Battery Point, 1934-1939; New Town, 1946-1980+) - Qualifications: cc; AOCP 1255, 1934, No. ?? in Tas; BOCP 5, 1936 - amateur operator; amateur broadcaster; broadcast engineer (7ZL, Hobart TV); public servant (PMGD) - Electoral Rolls: radio operator (Battery Point, 1936-1937); civil servant (New Town, 1943-1972) * [[/Leonard Austin Brown|Brown, Leonard Austin]] [https://www.familysearch.org/tree/person/details/GX21-FFX] - 1915(Vic)-1957(SA) - Licences: 3OP Melbourne (Camberwell, 1931-1933); 5OP Adelaide (Eastwood, 1937-1939) - Qualifications: cc; AOCP 814, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Camberwell, Vic, 1936; Eastwood, SA, 1939; Unley Park, SA, 1941) * [[/Robert Brown|Brown, Robert]] - 19??(???)-19??(???) - Licences: Receive Hobart (Moonah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart Central, 1919; Moonah, 1928); fitter (Hobart North, 1958) * [[/Victor James Caldwell Brown|Brown, Victor James Caldwell]] [https://www.familysearch.org/tree/person/details/LBKS-2T7] - 1907(Qld)-1983(Qld) - Licences: Nil yet identified, but likely those in father's name - Qualifications: Nil yet identified, but likely those in father's name - amateur operator? - Electoral Rolls: wardsman (Aramac, 1928); guard (Aramac, 1930); baker (Rockhampton, 1936); radio mechanic (Barcaldine, 1943; Bundaberg, 1949-1963) - Relationships: son of James McGladdery Brown - note electoral roll addresses for Victor James precisely align with 4BJ addresses whereas those for James McGladdery do not * [[/William Francis Brown|Brown, William Francis]] [https://www.familysearch.org/tree/person/details/G8VB-4DL] - 1914(Vic)-19??(???) - Licences: 3BB Warrnambool (1930-1933); 3BB Melbourne (Richmond, 1937); 9BB Wau, New Guinea (1938); 2ANP Sydney (Bundeena, 1947) - Qualifications: AOCP 704, 1930, Vic; 2COCP 92, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Richmond, 1937) - Comment: many contemporaneous WFBs ===''BROWNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Vincent Browne|Browne, Robert John Vincent]] [https://www.familysearch.org/tree/person/details/GSLZ-BY6] - 1907(Qld)-1972(Qld) - Licences: 4RB Brisbane (Toowong, 1925-1939; New Farm, 1946-1956; Dorrington, 1960-1969) - Qualifications: cc; AOCP 92, 1925, No. 10 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Toowong, 1936-1937); mechanic (Clevedon, 4QN, 1943); technician (New Farm, 1949-1954); teacher (Dorrington, 1958-1968) ===''BROWNLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Frank Brownless|Brownless, Sidney Frank "Frank"]] [https://www.familysearch.org/tree/person/details/G8HD-M5S] - 1915(Eng)-1995(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD); military (WW2, RAF, radar research); clubs & societies (IREE); author ("The Sharing of Television Channels", ABCB, 1973 - Electoral Rolls: engineer (Albert Park, 1954-1980) ===''BRUCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Bruce|Bruce, George William]] [https://www.familysearch.org/tree/person/details/GXPX-XN9] - 1913(SA)-1980(SA) - Licences: 5GB Adelaide (Prospect, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1925, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Arthur Bruce|Bruce, Robert Arthur]] [https://www.familysearch.org/tree/person/details/LR18-SKL] - 1900(SA)-1971(SA) - Licences: Receive Adelaide (City, 1923-1924); 5BJ Adelaide (Glenelg, 1927-1939) - Qualifications: cc; AOCP 357, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glenelg, 1939-1943) * [[/Robert William Bruce|Bruce, Robert William]] [https://www.familysearch.org/tree/person/details/GZTC-Z1J] - 1899(Vic)-1971(Vic) - Licences: 3JW Melbourne (St Kilda, 1926-1928; East Malvern, 1931-1939) - Qualifications: AOCP 283, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda East, 1926; Malvern East, 1931-1967) ===''BRUNSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Thomas Brunsden|Brunsden, Herbert Thomas]] [https://www.familysearch.org/tree/person/details/G8NR-JJR] - 1909(NSW)-1942(NSW) - Licences: 2BX Sydney (Leichhardt, 1930-1939) - Qualifications: AOCP 649, 1930, NSW; AOLCP 258, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Leichhardt, 1930-1937) - Comment: Gone too soon ===''BRYCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ramsay Auld Bryce|Bryce, Ramsay Auld]] [https://www.familysearch.org/tree/person/details/GH9T-FL2] - 1914(Qld)-1974(Qld) - Licences: 4AB Ipswich (1937-1939, 1947-1948); 4AB Gold Coast (Palm Beach, 1954-1969); 4AC Portable Ipswich (1947-1956) - Qualifications: cc; AOCP 1935, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (North Ipswich, Qld, 1937); radio serviceman (North Ipswich, Qld, 1943); theatre proprietor (Palm Beach, Qld, 1949); showman (Palm Beach, Qld, 1954-1958); projectionist (Palm Beach, Qld, 1963-1972) ===''BRYSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royal William Bryson|Bryson, Royal William "Roy"]] [https://www.familysearch.org/tree/person/details/GZ9P-5KJ] - 1886(Vic)-1956(Vic) - Licences: XJJ Melbourne (Richmond, 1913); 3JM Receive Melbourne (Kew, 1922-1923); 3JM Melbourne (Kew, 1924-1933) - Qualifications: cc; AOCP 50, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; honorary radio inspector - Electoral Rolls: mechanic (Richmond, 1914-1916); electrical fitter (Kew, 1919-1937); electrician (Croydon, 1943-1954) ===''BUCHANAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thomas Oswald Buchanan|Buchanan, Norman Thomas Oswald]] [https://www.familysearch.org/tree/person/details/G84K-B7C] - 1912(Qld)-1985(Vic) - Licences: 2NB Sydney (Manly, 1928-1939); 2ANB Sydney (Bondi, 1948; Kingsford, 1950); 3AND Melbourne (Ascot Vale, 1954; Rosanna, 1955-1956) - Qualifications: AOCP 466, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Manly, 1934-1935); sound engineer (Manly, 1936); engineer (North Sydney, 1943; Heidelberg, 1954-1963; Rosanna, 1968; Heidelberg, 1972; Rosanna, 1977); retired (Castlemaine, 1980) ===''BUCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hector Buck|Buck, Albert Hector]] [https://www.familysearch.org/tree/person/details/LDQJ-PC3] - 1905(Vic)-1948(Vic) - Licences: 3TM Receive Melbourne (Albert Park, 1923); 3TM Melbourne (Glenhuntly, 1924-1926; Glenferrie, 1927; East Preston, 1931; Hawthorn, 1933-1937); 3TM Terang (1938-1939); 3TM Shepparton (1946-1947) - Qualifications: cc; AOCP 138, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: father of 3ZMX & 3AAD Edwin David Buck, don't confuse with Albert Thomas Buck (Qld) - Electoral Rolls: electrician (Glenferrie, 1927-1928); mechanic (Glenferrie, 1931; Hawthorn, 1937); electrician (Terang, 1943) * [[/Albert Thomas Buck|Buck, Albert Thomas]] [https://www.familysearch.org/tree/person/details/9Z9K-CXG] - 1892(Eng)-1973(Eng) - Licences: 4CW Receive Brisbane (Geebung, 1923); 4CW Brisbane (Geebung, 1924-1927) - Qualifications: cc; AOCP 281, 1926, No. 24 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: home duties (Kedron, 1931-1934); wireless mechanic (Summer Hill, 1933) - don't confuse with 3TM Albert Hector Buck * [[/Edwin David Buck|Buck, Edwin David]] [https://www.familysearch.org/tree/person/details/GZNC-4JQ] - 1929(Vic)-2010(Vic) - 3ZMX Melbourne (Thornbury, 1965-1969, 3AAD Melbourne (Thornbury, 1975-1980), amateur operator (AOCP ??, 19??, No. ?? in Vic), son of 3TM Albert Hector Buck ===''BUCKERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Roy Buckerfield|Buckerfield, Sidney Roy "Buck" & "Roy"]] [https://www.familysearch.org/tree/person/details/GCGS-S7N] - 1904(SA)-1965(SA) - Licences: 5DA Receive Adelaide (Parkside, 1923); 5DA Adelaide (Parkside, 1924-1927; Evandale, 1928-1931; Knoxville, 1933-1939; St Morris, 1947-1948+); 5DA Crystal Brook (1954-1956); 5DA Adelaide (Brighton Gardens, 1960+) - Qualifications: cc; AOCP 32, 1924, No. ?? in SA; 2COCP 163, 1938; 1COCP 1557, 1950 - amateur operator; amateur broadcaster; broadcast engineer (5DN, 5CK, 5DR, 5AN, 5ABCFM); public servant (PMGD); WW2 - Electoral Rolls: mechanic (Knoxville, 1939) ===''BUCKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Carson Buckie|Buckie, Alan Carson]] [https://www.familysearch.org/tree/person/details/GFQ6-8QC] - 1909(WA)-1966(WA) - Licences: 6AB Perth (Nedlands, 1936-1939; Claremont, 1947-1948; Dalkeith, 1965) - Qualifications: cc; AOCP 1682, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1931); radio engineer (Nedlands, WA, 1943-1963) ===''BUGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Robert Bugg|Bugg, Charles Robert]] [https://www.familysearch.org/tree/person/details/G82G-Q8K] - 1918(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: BOCP 11, 1936, Vic - - Electoral Rolls: radio engineer (Geelong, 1942) ===''BUILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Builder|Builder, Geoffrey]] [https://www.familysearch.org/tree/person/details/GM6S-FBL] - 1906(WA)-1960(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - physicist; radio engineer; WW2 - Electoral Rolls: observer (Magnetic Observatory, Watheroo, 1931; physicist (Haberfield, 1935; Ashfield, 1937; Burwood, NSW, 1943-1958) - [https://adb.anu.edu.au/biography/builder-geoffrey-9617 ADB] ===''BULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Bull|Bull, Francis George]] [https://www.familysearch.org/tree/person/details/LB9W-CFP] - 1904(Eng)-1965(Qld) - Licences: 4MA Brisbane (Fairfield, 1936-1939) - Qualifications: cc; AOCP 1674, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Stones Corner, Qld, 1926-1928; Highgate Hill, Qld, 1934; Fairfield, Qld, 1937; Annerley, Qld, 1943-1958); military forces (Wellers Hill, Qld, 1963) * [[/J. F. Bull|Bull, J. F.]] - 19??(???)-19??(???) - 4FH Mackay (-1949-1967+), amateur operator (AOCP ??, 19??, No. ?? in Qld), associate member I.R.E. Aust. ===''BULLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Bulling|Bulling, William John]] [https://www.familysearch.org/tree/person/details/L4Y9-S95] - 1914(SA)-2000(SA) - Licences: 5KX Adelaide (Grange, 1935-1939; Kirkcaldy, 1947-1954; Kings Park, 1955-1975); 5KX Wasleys (1980+) - Qualifications: cc; AOCP 1527, 1935, SA; BOCP 166, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Kirkcaldy, 1939-1943) ===''BULLIVANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Bullivant|Bullivant, William Norman]] [https://www.familysearch.org/tree/person/details/GZJK-X8B] - 1908(NSW)-1985(NSW) - 2PR Receive Albury (1923-1924), 2WB Albury (1925-1930), 2WB West Wyalong (1931-1934), 2BC Sydney (Bondi, 1946-1950; Bellevue Hill, 1954-1969; Kingsford, 1975-1980+), amateur operator (AOCP 167, 1925, No. ?? in NSW; 1COCP 319, 1940), amateur broadcaster, postal clerk (West Wyalong, 1932), telegraphist (Bondi, 1943), supervisor (Waverley, 1954; Bellevue Hill, 1963; Kingsford, 1980)) ===''BULLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Frederick Wright Bullock|Bullock, Albert Frederick Wright "Bert"]] [https://www.familysearch.org/tree/person/details/GX4K-44G] - 1900(Qld)-1987(Qld) - Licences: 4ZX Brisbane (Coorparoo, 1933-1939, 1946-1954; Camp Hill, 1955-1960) - Qualifications: cc; AOCP 1109, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: ironworker (East Brisbane, Qld, 1925); storeman (Coorparoo, Qld, 1936-1954); retired (Coorparoo, Qld, 1958-1980) ===''BUNTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Bunton|Bunton, George Henry]] [https://www.familysearch.org/tree/person/details/MGWV-YFR] - 1872(Eng)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, Mosman, NSW) - Electoral Rolls: butcher (Mosman, 1930-1954) ===''BURBIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Arthur Burbidge|Burbidge, Philip Arthur]] [https://www.familysearch.org/tree/person/details/G8HM-7JL] - 1910(Eng)-1948(NSW) - Licences: 3PB Melbourne (Moonee Ponds, 1928-1931); 2PB Sydney (Bellevue Hill, 1946-1947) - Qualifications: AOCP 456, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant manager (Camberwell, 1934); manager (Bellevue Hill, 1943) ===''BURBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Alfred Burbury|Burbury, Eric Alfred]] - 1894(Tas)-1976(NSW) - early wireless experimenter (Tasmania, unlicensed?), ship wireless operator (1910s), broadcast engineer (AWA, Koo-we-rup; 2FC, chief engineer), brother of Harry Keith Burbury * [[/Harry Keith Burbury|Burbury, Harry Keith "Keith"]] - 1897(Tas)-1986(NSW) - engineer (PMGD), brother of Eric Alfred Burbury ===''BURCHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Burchill|Burchill, Charles]] [https://www.familysearch.org/tree/person/details/GXXD-8PF] - 1894(Qld)-1969(NSW) - Licences: 4EM Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (Hendra, Qld, 1925; Surry Hills, NSW, 1930); fitter (Long Bay Camp, NSW, 1933; Surry Hills, NSW, 1934-1936; Harbord, NSW, 1937); watchman (Maroubra, NSW, 1943-1949) ===''BURFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Patrick Burford|Burford, Walter Patrick]] [https://www.familysearch.org/tree/person/details/GHM2-CD9] - 1912(SA)-1960(Vic) - Licences: 5PB Naracoorte (1934-1939, 1947-1960) - Qualifications: cc; AOCP 1365, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, SA, 1939-1943) ===''BURGESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Thomas Burgess|Burgess, George Thomas]] [https://www.familysearch.org/tree/person/details/G8W5-N95] - 1913(SA)-1994(SA) - Licences: 5GC Adelaide (Prospect, 1933-1939; Henley Beach, 1947-1980+) - Qualifications: cc; AOCP 1233, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Henley, SA, 1941-1943) * [[/Thomas William Watkins Burgess|Burgess, Thomas William Watkins]] [https://www.familysearch.org/tree/person/details/LDZP-X1R] - 1861(NSW)-1929(NSW) - Licences: XDA Wagga Wagga (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: medical practitioner (Wagga Wagga, 1901-1903) ===''BURGOYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Burgoyne|Burgoyne, Francis James]] [https://www.familysearch.org/tree/person/details/GXQN-1VS] - 1876(Wales)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (VIY, 1913-?); RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: officer-in-charge (Radio Station, South Townsville, 1919); postmaster (Concord, 1930); public servant (Homebush, 1930); postmaster (Homebush, 1933; Strathfield, 1935; Inverell, 1936; Bondi North, 1943) ===''BURING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rudolph Buring|Buring, Rudolph]] [https://www.familysearch.org/tree/person/details/L51C-YVT] - 1906(Tas)-1973(Vic) - Licences: 7AX Receive Hobart (1922-1923); Receive Hobart (1923-1924); 7RB Hobart (1925-1933); 3RB Melbourne (Ballarat, 1935-1939) - Qualifications: cc; AOCP 102, 1925, No. ?? in Tas; AOLCP 166, 1934 - amateur operator; amateur broadcaster; electronics engineer (PMGD) - Electoral Rolls: university demonstrator (Hobart, 1928); radio engineer (Sale, 1936; Ballarat, 1936-1937); engineer (Kew, 1943-1972) ===''BURMESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Conrad Burmester|Burmester, Otto Conrad]] [https://www.familysearch.org/tree/person/details/GXWN-7VX] - 1909(Qld)-1997(Qld) - Licences: 4OB Brisbane (East Brisbane, 1933) - Qualifications: cc; AOCP 1158, 1933, No. ?? in Qld; 2COCP 31, 1935; 1COCP 46, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: broadcaster (Toowong, Qld, 1943); PMG technician (East Brisbane, Qld, 1949-1980) ===''BURNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud Edward James Burns|Burns, Claud Edward James]] [https://www.familysearch.org/tree/person/details/KCLY-P7V] - 1893(Qld)-1978(Qld) - Licences: 4ZY Kingaroy (1932-1939); 4ZY Innisfail (1946-1947); 4ZY Cairns (1948-1975) - Qualifications: cc; AOCP 996, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: supervising technician (Cairns, Qld, 1954-1977) ===''BURRAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Allan Burrage|Burrage, John Allan]] [https://www.familysearch.org/tree/person/details/KCW4-SLS] - 1916(Vic)-1942(Ins) - Licences: 3UW Melbourne (Deepdene, 1934-1937), 3UW (Shepparton, 1938-1939) - Qualifications: AOCP 1322, 1934, No. ?? in Vic; BOCP 59, 1936; 1COCP 291, 1939 - amateur operator, amateur broadcaster, broadcast engineer (3SR), WW2 - Electoral Rolls: radio engineer (Shepparton, 1942) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/burrage-john-allan-400643/] ===''BURROWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Owen Burrows|Burrows, Alan Owen]] [https://www.familysearch.org/tree/person/details/KNZG-V74] - 1901(NSW)-1933(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio correspondent (Sydney Morning Herald, Sydney Sun); proprietor Miss F. V. Wallace (Wireless Shop), 1927-1933; president Waverley Radio Club - Electoral Rolls: radio dealer (Waverley, 1930-1933) - Comment: Gone too soon * [[/Ernest Walter Burrows|Burrows, Ernest Walter]] [https://www.familysearch.org/tree/person/details/LZDY-YQ8] - 1900(WA)-1986(NSW) - Licences: 6DZ Geraldton (1924-1927); 2DZ Sydney (Concord, 1929-1930) - Qualifications: cc; CPRT 659, 1921; 1COCP 5, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: technical assistant (Canterbury, NSW, 1937-1949; Earlwood, 1954-1980) * [[/Frederick Harold Burrows|Burrows, Frederick Harold]] [https://www.familysearch.org/tree/person/details/LZDY-TKH] - 1894(Eng)-1974(WA) - Licences: 6BH Perth (Claremont, 1922-1924); 6BH Kalgoorlie (1925-1927); 6BF Perth (Beverley, 1937-1939) - Qualifications: cc; AOCP 193, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgoorlie, 1916; Claremont, 1922; Kalgoorlie, 1925); headmaster (Beverley, 1937; Subiaco, 1943-1958); retired (Subiaco, 1963-1972) * [[/John Charles Fry Burrows|Burrows, John Charles Fry]] [https://www.familysearch.org/tree/person/details/GDKZ-LJ8] - 1897(Vic)-1981(Vic) - Licences: XJCD Melbourne (Kew, 1913-1914) - Qualifications: cc; CPRT 251, 1916 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: no occupation (Kew, 1919-1931); representative (Bairnsdale, 1934); commercial (Kew, 1936-1937); superintendent (Caulfield, 1943-1954); manager (Toorak, 1963-1980) ===''BURTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Reg Burton|Burton, Arthur Reg]] [https://www.familysearch.org/tree/person/details/GXCC-3HM] - 1899(Eng)-1982(Qld) - Licences: 4FE Brisbane (South Brisbane, 1935-1936; City, 1937-1939; Highgate Hill, 1946-1948); 1FE Heard Island (1954-1955); 4FE Thursday Island (1955-1956); 4FE Normanton (1960); 4FE Labrador (1965-1980+) - Qualifications: cc; AOCP 1563, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, AIF); broadcast technician; federal public servant (PMGD) - Relationships: Likely father of 4BM Arthur Henry Burton - Electoral Rolls: artist (Lutwyche, Qld, 1921); picture showman (Beenleigh, Qld, 1922-1926); motor engineer (Kangaroo Point, Qld, 1931-1934; South Brisbane, Qld, 1937); radio engineer (South Brisbane, Qld, 1943); diesel engineer (Highgate Hill, Qld, 1949-1954); technician (Highgate Hill, Qld, 1958); retired (Labrador, Qld, 1968-1980) ===''BUSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Talbot Busch|Busch, Reginald Talbot]] [https://www.familysearch.org/tree/person/details/GZJ3-2P7] - 1907(Vic)-2005(Vic) - Licences: 3LS Receive Melbourne (Essendon, 1923); 3LS Melbourne (Moonee Ponds, 1923-1939; North Essendon, 1946-1969; Strathmore, 1975-1980+) - Qualifications: cc; AOCP 157, 1925, No. ?? in Vic; AOLCP 286, 1936; 1AOCP 3, 1946 - amateur operator; amateur broadcaster; research engineer (1942) - Electoral Rolls: engineer (Moonee Ponds, 1931-1937); research engineer (Essendon, 1942-1968); research (Strathmore, 1972-1977) ===''BUSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Melville Bush|Bush, Albert Melville]] [https://www.familysearch.org/tree/person/details/LBB7-DFN] - 1893(Vic)-1964(Vic) - 3YY Bendigo (1924-1927) - Qualifications: cc; AOCP 197, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: dental apprentice (Bendigo, 1914-1919); dentist (Bendigo, 1922-1963) ===''BUSHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Robert William Bushby|Bushby, Thomas Robert William]] [https://www.familysearch.org/tree/person/details/K2G5-KTN] - 1900(Eng)-1978(NSW) - Licences: 2TW Bulli (1927-1928); 2TW Sydney (Gladesville, 1929; Hunters Hill, 1930; Gladesville, 1931-1933; Rose Bay, 1934; Bondi North, 1935-1937; Bellevue Hill, 1938-1939) - Qualifications: AOCP 368, 1927, No. ?? in NSW; AOLCP 32, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hunters Hill, 1930; Gladesville, 1933); engineer (Rose Bay, 1934; Bellevue Hill, 1935; Bondi, 1936-1937; Kingsgrove, 1943-1954); radio engineer (Bexley, 1958-1963) ===''BUTCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Butcher|Butcher, Eric William]] [https://www.familysearch.org/tree/person/details/GXWG-77S] - 1912(Qld)-1970(Qld) - Licences: 4EB Brisbane (Lutwyche, 1931-1933; Kedron, 1938-1939) - Qualifications: cc; AOCP 871, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Kedron, Qld, 1936-1937); teacher (Grange, Qld, 1949; Wavell Heights, Qld, 1958-1968) ===''BUTLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lloyd Butler|Butler, Alfred Lloyd "Lloyd"]] - Licences: 5BR Adelaide (Prospect, 1947); 5BR Murray Bridge (1948-1960); 5BR Adelaide (Panorama, 1965-1980+) - Qualifications: AOCP; BOCP; TVOCP - amateur operator; historian (SA amateur, SA broadcast) - Electoral Rolls: - Links: [http://users.tpg.com.au/ldbutler/index.htm Web] * [[/Richard Edmund Butler|Butler, Richard Edmund "Dick"]] [https://www.familysearch.org/tree/person/details/GQX1-ZPZ] - 1926(Vic)-2012(Vic) - Senior federal public servant (PMGD), Deputy General Secretary ITU 1983-1989, Secretary General ITU 1983-1989 [https://www.itu.int/en/history/Pages/ElectedOfficialBio.aspx?off=6] ===''BUTLER-WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bertie Saywell Butler-Wood|Butler-Wood, Bertie Saywell]] [https://www.familysearch.org/tree/person/details/GXJ2-18J] - 1894(NSW)-1954(Qld) - Licences: 4EJ Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (West End, Qld, 1919-1925); dentist (West End, Qld, 1943-1954) ===''BUTTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Butterfield|Butterfield, George William]] [https://www.familysearch.org/tree/person/details/L77T-FCW] - 1903(Eng)-1980(WA) - Licences: 6GW Perth (South Perth, 1932-1939) - Qualifications: cc; AOCP 906, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: dental mechanic (Northam, WA, 1925; South Perth, WA, 1931); radio engineer (South Perth, WA, 1936-1958); retired (South Perth, WA, 1977) ===''BUTTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Butters|Butters, William Leslie W.]] [https://www.familysearch.org/tree/person/details/2VQ7-BSV] - 1885(NSW)-1953(NSW) - Licences: 2WY Bermagui South (1928-1935); 2WY Sydney (Brooklyn, 1936-1938; Cronulla, 1939; Karuah, 1946-1947); 2WY Nambucca Heads (1948-1950) - Qualifications: AOCP 464, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: fisheries inspector (Bermagui South, 1930; Brooklyn, 1936); clerk (Erskineville, 1943); retired (Nambucca Heads, 1949) ===''BUTTERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Butterworth|Butterworth, Cecil]] [https://www.familysearch.org/tree/person/details/GMLR-QDG] - 1910(NSW)-1990(NSW) - Licences: 2CB Wallsend (1929-1930); 2BU Wallsend (1931-1939, 1946-1980+) - Qualifications: AOCP 540, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Wallsend, 1936-1958); manufacturer (Wallsend, 1963-1972); engineer (Rankin Park, 1977-1980) ===''BUZACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Hardie Buzacott|Buzacott, Albert Hardie "Hardie"]] [https://www.familysearch.org/tree/person/details/L7YK-QZ6] - 1914(Qld)-1984(Qld) - Licences: 4UZ Toowoomba (1934-1939) - Qualifications: cc; AOCP 1242, 1934, No. ?? in Qld; AOLCP 260, 1935 - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio mechanic (East Toowoomba, Qld, 1936-1937); radio operator (East Toowoomba, Qld, 1943-1949); manager (Roma, Qld, 1949; Gympie, Qld, 1954-1972; Caloundra, Qld, 1977-1980) * [[/Richard Norman Buzacott|Buzacott, Richard Norman]] [https://www.familysearch.org/tree/person/details/GZ82-8ZL] - 1909(WA)-1975(Vic) - Licences: 3RB Melbourne (Elsternwick, 1926; Burwood, 1931; Camberwell, 1933); 2TD Sydney (North Sydney, 1935-1936); 3TD Lubeck (1938-1939); 3TD Melbourne (Balwyn, 1946-1960); 3AUB Melbourne (Reservoir, 1969-1975) - Qualifications: AOCP 298, 1926, No. ?? in Vic; 1COCP 61, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1931); broadcast engineer (North Sydney, 1934-1935); engineer (Camaray, NSW, 1936); broadcast engineer (Lubeck, 1937); wireless operator (Canterbury, 1943); technician (Canterbury, 1949-1954); engineer (Reservoir, 1963-1972) =='''C'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''CAGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cagney|Cagney, Eric William]] [https://www.familysearch.org/tree/person/details/GXH2-9HV] - 1909(Qld)-1990(Qld) - Licences: 4EC Rockhampton (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1386, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Palings, piano tuner); associate I.R.E. Aust - Electoral Rolls: musical instrument worker (Rockhampton, Qld, 1931-1980) ===''CAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Cain|Cain, James Henry]] [https://www.familysearch.org/tree/person/details/MKN2-48M] - 1866(Isle of Man)-1940(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a/g superintendent, Central Mission, Wesley Church, Melbourne, Vic) - Electoral Rolls: clergyman (Mooroopna, 1903; North Melbourne, 1909-1913; Carlton, 1914-1919; Glenferrie, 1921-1924; Auburn, 1924-1927; Kew, 1928-1937) ===''CALDECOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry William Spencer Caldecott|Caldecott, Henry William Spencer]] [https://www.familysearch.org/tree/person/details/GZT8-K3M] - 1908(Canada)-1991(NSW) - Licences: 2SM Sydney (Manly, 1926-1927; Chatswood, 1928-1929; Manly, 1930-1931); 2DA Sydney (Manly, 1933-1939; Balgowlah, 1946-1980+) - Qualifications: AOCP 285, 1926, No. ?? in NSW; AOLCP 58, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Balgowlah, 1930-1968); engineer (Balgowlah, 1977-1980)- callsign 2SM withdrawn by PMGD for allocation to 2SM commercial broadcaster ===''CALDWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aleck Stewart Caldwell|Caldwell, Aleck Stewart]] [https://www.familysearch.org/tree/person/details/M5SS-6BB] - 1903(SA)-1983(SA) - Licences: Receive Adelaide (Unley North, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: During 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Donald Pavy Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: draftsman (Black Forest, SA, 1939); assistant (Erindale, SA, 1941-1943) * [[/Donald Pavy Caldwell|Caldwell, Donald Pavy]] [https://www.familysearch.org/tree/person/details/LVC2-5NT] - 1907(SA)-1959(NSW) - Licences: Nil yet identified - Qualifications: cc; AOCP 29, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Comment: amateur broadcaster but never held licence in his name, during 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Aleck Stewart Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: telegraphist (Clapham, SA, 1939-1943) * [[/Frank David Caldwell|Caldwell, Frank David]] [https://www.familysearch.org/tree/person/details/G8DV-FQ9] - 1907(NSW)-1975(NSW) - Licences: 2YF Sydney (Bondi, 1930-1936; Concord, 1937; Bondi, 1938-1939; Waverley, 1946-1969); 2YF Katoomba (1975) - Qualifications: AOCP 587, 1930, No. ?? in NSW; 3COCP 404, 1938; BOCP 186, 1938 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: employee Clyde Engineering Works (Burwood, 1930); mechanic (Bondi, 1936-1937; Waverley, 1949-1958; Bronte, 1963-1968) * [[/Robert Ballantyne Caldwell|Caldwell, Robert Ballantyne]] [https://www.familysearch.org/tree/person/details/2ZSH-LYB] - 1869(SA)-1942(SA) - Licences: 5BP Adelaide (Unley, 1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: father of Aleck Stewart Caldwell & Donald Pavy Caldwell; brother of William Alexander Caldwell - Electoral Rolls: resident engineer (North Unley, SA, 1939-1941) * [[/Rupert Christian Caldwell|Caldwell, Rupert Christian]] [https://www.familysearch.org/tree/person/details/G8W3-897] - 1893(Vic)-1989(NSW) - Licences: 2YW Receive Sydney (Leichhardt, 1923-1924); 2JO Sydney (Bondi Junction, 1928; Waverley, 1929-1933; Woollahra, 1934-1937; Bondi, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 415, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: traveller (Waverley, 1930-1933; Woollahra, 1934-1936; Bondi Beach, 1937-1968); retired (Waverley, 1972; Bondi Beach, 1977; Malabar, 1980) * [[/William Alexander Caldwell|Caldwell, William Alexander]] [https://www.familysearch.org/tree/person/details/K8Y4-P92] - 1881(SA)-1964(SA) - Licences: 5DI Receive Adelaide (Unley, 1923); 5BO Adelaide (Unley, 1923); 5BP Adelaide (Unley, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: brother of Robert Ballantyne Caldwell; uncle of Aleck Stewart Caldwell & Donald Pavy Caldwell - Electoral Rolls: nil (Glenelg, SA, 1939-1943) ===''CALETTI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guido Caletti|Caletti, Guido "Jim"]] [https://www.familysearch.org/tree/person/details/G841-NV5] - 1900(NSW)-1952(NSW) - Licences: 2CL Receive Sydney (Leichhardt, 1922; Newtown, 1922); 2CL Sydney (Newtown, 1923; Redfern, 1924; Annandale, 1924-1926; Punchbowl, 1927-1929; Penrose, 1930); 2AHV Sydney (Hurstville, 1938-1939, 1946-1950) - Qualifications: cc; CPRTelephony 649, 1921 - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Punchbowl, 1930); mechanic (Bankstown, 1933); telephone mechanic (Hurstville, 1937-1949) ===''CALLABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Callaby|Callaby, Clarence James]] [https://www.familysearch.org/tree/person/details/GZBQ-38C] - 1910(NSW)-1978(NSW) - Licences: 2CJ Sydney (Concord, 1929-1934); 3BI Ballarat (1937-1939) - Qualifications: AOCP 546, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: laboratory assistant (Concord, 1933-1935); chemist (Croydon, 1936-1937); industrial chemist (West Ryde, 1943-1958); company director (St Ives, 1963-1968); director (St Ives, 1972-1977) ===''CALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Victor Callick|Callick, Harold Victor]] [https://www.familysearch.org/tree/person/details/GXF4-P45] - 1898(Eng)-1978(Qld) - Licences: Receive Brisbane (Herston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: surgical dresser (Kelvin Grove, Qld, 1921-1925; Herston, Qld, 1937-1963; Alderley, Qld, 1943-1949; Herston, Qld, 1954-1958; Chermside, Qld, 1963); retired (Miami, Qld, 1968-1977) ===''CALLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival James Callow|Callow, Percival James]] [https://www.familysearch.org/tree/person/details/GXFB-TR6] - 1899(Qld)-1969(Qld) - Licences: Receive (Crystal) Brisbane (Albion, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: public servant (Albion, Qld, 1921-1925); clerk (Glen Kedron, Qld, 1934; Kedron, Qld, 1936-1963); retired (Scarborough, Qld, 1968) ===''CAMERON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. R. Cameron|Cameron, A. R.]] - 19??(???)-19??(???) - Licences: 5RC Adelaide (Leabrook, 1931-1938); 2AMK Sydney (Hunters Hill, 1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Milton Cameron|Cameron, Robert Milton]] [https://www.familysearch.org/tree/person/details/GZXL-HDJ] - 1907(Vic)-1985(SA) - Licences: 3OT Receive Melbourne (Malvern, 1923); 3OT Melbourne (Malvern, 1924-1933); 2XV Sydney (Waverton, 1935; Cronulla, 1937-1939); 4CS Brisbane (Doomben, 1947; Archerfield, 1948); 3AC Melbourne (Prahran, 1954-1955; Hawthorn, 1956-1960) - Qualifications: cc; AOCP 112, 1925, No. ?? in Vic; 1COCP 87, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Malvern East, 1931-1934); aeradio operator (Cooktown, 1943); surveyor (Prahran, 1954) ===''CAMPBELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dallas Dwyer Campbell|Campbell, Dallas Dwyer]] - 1901(NSW)-1964(NSW) - 2KU? Receive Ulmarra (1922-23), 2CU Ulmarra (1924-1939), amateur operator (AOCP 5, 1924, No. ?? in NSW), amateur broadcaster * [[/Douglas Gilmore Campbell|Campbell, Douglas Gilmore]] [https://www.familysearch.org/tree/person/details/LJBS-NDD] - 1888(NSW)-1971(NSW) - 2JO Receive Kyogle (1922-1924), 2DG Kyogle (1925-1933), amateur operator (AOCP 70, 1925, No. ?? in NSW), amateur broadcaster * [[/Frank Valentine Campbell|Campbell, Frank Valentine]] [https://www.familysearch.org/tree/person/details/GXZJ-CGN] - 1901(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4GC George Alfred Campbell - Electoral Rolls: wireless expert (South Brisbane, Qld, 1926); mechanic (Kedron, Qld, 1928-1929); electrical engineer (Kedron, Qld, 1934-1954); electrician (Haberfield, NSW, 1958-1963); retired (Beacon Hill, NSW, 1968-1972) * [[/Frederick Alexander Campbell|Campbell, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/KC4J-HG7] - 1849(Sct)-1930(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, South Yarra, Vic) - Electoral Rolls: director (Melbourne, 1903-1913; South Yarra, 1914-1919); chief executive (South Yarra, 1924-1928) * [[/George Alfred Campbell|Campbell, George Alfred]] [https://www.familysearch.org/tree/person/details/GXZJ-C21] - 1894(Eng)-1983(Qld) - Licences: 4GC Brisbane (South Brisbane, 1937-1939, 1947-1960); 4GC Mermaid Beach (1965-1975); 4GC Brisbane (Annerley, 1980+) - Qualifications: cc; AOCP 2014, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Frank Valentine Campbell - Electoral Rolls: electrical engineer (West End, Qld, 1925-1926; South Brisbane, Qld, 1928-1963); retired (Annerley, Qld, 1968-1972; Mermaid Beach, Qld, 1977) * [[/James Campbell|Campbell, James]] - 1845(Sct)-1893(Vic) - proprietor of engineering business in Ballarat, politician in Victoria, Postmaster-General Victoria (Apr 1884 - Feb 1886) * [[/Neville Douglas Campbell|Campbell, Neville Douglas or Douglas Neville]] [https://www.familysearch.org/tree/person/details/G73C-WVG] - 1912(Tas)-2007(Tas) - Licences: 7NC Hobart (City, 1932-1939, 1946-1956; Sandy Bay, 1960-1980) - Qualifications: cc; AOCP 993, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (New Town, 1943; Sandy Bay, 1949-1958) * [[/Robert Campbell|Campbell, Robert]] - 1917(???)-1950(Qld) - Licences: 4RC Brisbane (Kelvin Grove, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1180, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, treasurer, QSL officer) - Comment: numerous contemporaneous RCs - Electoral Rolls: Nile yet identified ===''CANAVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Canavan|Canavan, John]] [https://www.familysearch.org/tree/person/details/GF3D-L6T] - 1914(Eng)-2008(WA) - Licences: 6CN Perth (City, 1936-1939); 6ON Perth (Mt Hawthorn, 1948) - Qualifications: cc; AOCP 1811, 1936, WA; BOCP 109, 1937; 1COCP 618, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (North Perth, WA, 1937; Maylands, WA, 1949; Bayswater, WA, 1954; Port Hedland, WA, 1958; Bayswater, WA, 1963-1980) ===''CANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Fredrick Herrett Cannon|Cannon, Ronald Fredrick or Frederick Herrett]] [https://www.familysearch.org/tree/person/details/G7JW-T6L] - 1913(Tas)-1994(Vic) - Licences: 7RC Wynyard (1932-1939); 3BRC Melbourne (Hawthorn, 1975) - Qualifications: cc; AOCP 946, 1932, No. ?? in Tas; BOCP 97, 1937; 1COCP 473, 1941 - amateur operator; amateur broadcaster; RAAFWR; WW2 - Electoral Rolls: shop assistant (Wynyard, 1936-1937); engineer (St Kilda, 1943); radio technician (Auburn, 1949; Hawthorn, 1954-1967); tv hirer (Hawthorn, 1968-1980) ===''CANSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathan Victor Charles Cansick|Cansick, Nathan Victor Charles]] [https://www.familysearch.org/tree/person/details/LKSJ-CXC] - 1907(Vic)-1968(NSW) - 3VE Receive Melbourne (St Kilda, 1923-1924), 3AK Melbourne (St Kilda, 1925-1931), amateur operator (AOCP 139, 1925, No. ?? in Vic), amateur broadcaster ===''CAREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Carey|Carey, Francis Joseph "Frank"]] - 18??-19?? - X??, 4?? Toowoomba 1911-1914, 1922-1923, 2AMI Sydney (Centennial Park, 1933-1939; North Sydney 1946-1954; Fairfield 1955-1980) - amateur operator (AOCP 1152, 1933, ?? in NSW) , radio club member (QWI), Halcyon: AOCP NSW 1925 * [[/John Thomas Carey|Carey, John Thomas]] [https://www.familysearch.org/tree/person/details/G6Y9-TZ8] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 19, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: wireless operator (St Kilda, 1913; West End, Townsville, 1919) ===''CARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Lewis Carne|Carne, Ronald Lewis "Ron"]] [https://www.familysearch.org/tree/person/details/GXCC-N3M] - 1910(Fiji)-1976(Qld) - Licences: 4RP Hambledon Mill via Cairns (1935); 4RP Innisfail (1937-1939) - Qualifications: cc; AOCP 1186, 1933, Qld; 3COCP 429, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Goondi Mill, Innisfail, 1936-1937); cane inspector (Sherwood, Qld, 1943); assistant cane inspector (Goondi Mill, Innisfail, Qld, 1949-1954); cane inspector (Victoria Mill, Ingham, Qld, 1954-1958); manager (Harwood Mill, Harwood Island, NSW, 1963; Victoria Mill, Ingham, Qld, 1968); retired (Bowen, Qld, 1972) ===''CARPENTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Carpenter|Carpenter, Archibald John]] [https://www.familysearch.org/tree/person/details/GZPR-BJS] - 1900(WA)-1956(France) - Licences: No known licence - Qualifications: cc; AOCP 376, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: school teacher (Northam, 1925-1936); instructor (South Perth, 1943); firewood vendor (Whyalla, 1948); teacher (Kalgoorlie, 1954) ===''CARRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Carrie|Carrie, F.]] - 19??(???)-19??(???) - Licences: 5JC Adelaide (Glanville, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CARTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Carter|Carter, Albert Edward "Birdie"]] [https://www.familysearch.org/tree/person/details/GHDL-5CB] - 1916(Qld)-2014(Qld) - Licences: 4LT Brisbane (Wavell Heights, 1938-1939, 1946-1948); 4LT Nanango (1954); 4LT Brisbane (Carina, 1955-1969); 4LT Sunshine Beach (1975); 4LT Tewantin (1980) - Qualifications: cc; AOCP 2143, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); wholesale grocery (S. Hoffnung & Co); WW2 - Comment: several contemporaneous AECs - Electoral Rolls: merchant (Greenslopes, Qld, 1943-1949); manager (Nanango, Qld, 1954); departmental manager (Carina, Qld, 1958-1972); retired (Sunshine Beach, Qld, 1977; Tewantin, Qld, 1980)) * [[/Clarence Sydney William Carter|Carter, Clarence Sydney William]][https://www.familysearch.org/tree/person/details/L5T1-TXL] - 1902(SA)-1962(SA) - Licences: Receive Adelaide (Kensington, 1923); 5CS Adelaide (Maylands, 1924-1926) - Qualifications: cc; AOCP 24, 1924, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: salesman (Glen Osmond, SA, 1939-1943) * [[/Frederick Pell Carter|Carter, Frederick Pell or Peel (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXP4-2BC] - 1899(NSW)-1968(SA) - Licences: 5GK Adelaide (Mile End, 1931-1939) - Qualifications: cc; AOCP 761, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: service station proprietor (Mile End, SA, 1939-1943) * [[/H. Carter|Carter, H.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Graceville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Numerous contemporaneous HCs - Electoral Rolls: Nil yet identified * [[/Harry Raymond Carter|Carter, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G9G5-KJT] - 1911(NSW)-1986(NSW) - Licences: 2HC Quirindi (1926-1939; 1946-1980+); 2BE Portable Quirindi (1933-1934); 2AI Portable Quirindi (1935-1939) - Qualifications: AOCP 286, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Quirindi, 1933-1980) - Callsign 2BE withdrawn by PMGD for 2BE Bega commercial ===''CARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Carty|Carty, Bruce]] - historian (broadcast, amateur broadcast), author "Australian Radio History" ===''CASTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Castle|Castle, Clarence Henry "Clarry"]] [https://www.familysearch.org/tree/person/details/GXGF-7GR] - 1915(SA)-2002(SA) - Licences: 5KL Adelaide (Prospect, 1933-1939); 5KL Darwin (1947-1948); 5KL Adelaide (Enfield Heights, 1954-1965; Enfield, 1969-1980+) - Qualifications: cc; AOCP 1209, 1933, SA; 2COCP 263, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''CASWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Harold Caswell|Caswell, Archibald Harold "Arch"]] [https://www.familysearch.org/tree/person/details/GXCC-Y3X] - 1913(Qld)-1986(Qld) - Licences: 4CB Murgon (1934-1939); 4CB Maryborough (1946-1975) - Qualifications: cc; AOCP 1340, 1934, Qld - amateur operator; amateur broadcaster; WW2 (POW); business proprietor (garage) - Electoral Rolls: radio technician (Maryborough, Qld, 1954-1972); retired (Torquay, Qld, 1977-1980) ===''CATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lester Evans Catford|Catford, Lester Evans]] [https://www.familysearch.org/tree/person/details/GDD8-RCB] - 1911(SA)-1990(SA) - Licences: 5LC Gladstone (1931-1939, 1947); 5LC Adelaide (Malvern, 1948-1980) - Qualifications: cc; AOCP 789, 1931, No. ?? in SA; BOCP 357, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Gladstone, SA, 1939-1943) * [[/Lance Maynard Catford|Catford, Lance Maynard]] [https://www.familysearch.org/tree/person/details/GMQR-K2W] - 1913(SA)-1989(SA) - Licences: 5XL Clare (1939, 1947-1980+) - Qualifications: AOCP 2372, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: share farmer (Clare, SA, 1939) ===''CAVANAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Mortimer Cavanagh|Cavanagh, William Mortimer]] [https://www.familysearch.org/tree/person/details/GZ23-GPH] - 1908(Vic)-1995(NSW) - Receive Warburton (1923-1924), 3WC Melbourne (St Kilda, 1925), 2WC Sydney (Potts Point, 1928), 2WC Goulburn (1930), 3WC Melbourne (St Kilda, 1931; Williamstown, 1937-1939), 2WC Wauchope (1946-1980+), qualifications: (AOCP 214, 1925, No. ?? in Vic; 1COCP 598, 1942), amateur operator, amateur broadcaster, WW2, electoral rolls: sales (Goulburn, 1930; St Kilda, 1931-1934), radio dealer (Wauchope, 1949-1980) ===''CAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Cave|Cave, Norman]] [https://www.familysearch.org/tree/person/details/GDB7-G73] - 1898(Eng?)-19??(???) - Licences: 7BC Launceston (1925-1926); operator of Wills & Co Receive licence 1924 - Qualifications: cc; AOCP 129, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 (RAF Wireless Operator); foundation member Tasmanian Gliding Club (instructor); returned to England 1931; likely Wing Commander RAF in WW2; possibly lost in SE Asia 1942 - Electoral Rolls: Nil yet identified ===''CAWTHRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Cawthron|Cawthron, Edward Joseph "Ted"]] [https://www.familysearch.org/tree/person/details/GZBH-9SX] - 1908(NSW)-1964(SA) - Licences: 2JC Sydney (Concord, 1926-1933; Neutral Bay, 1931; Concord, 1933; Five Dock, 1933); 2VA Sydney (City, 1931); 2EJ Sydney (City, 1931); 5JC Adelaide (Kent Town, 1937-1939); 5JE Adelaide (Somerton, 1947-1948; North Glenelg, 1954; Somerton Park, 1960) - Qualifications: cc; AOCP 308, 1926, No. ?? in NSW; BOCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Haberfield, 1943) ===''CECIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clyde Cecil|Cecil, Clyde]] [https://www.familysearch.org/tree/person/details/GZN5-XYG] - 1898(Vic)-1963(WA) - Licences: 6AB Kalgoorlie (1923-1927) - Qualifications: cc; AOCP 154, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2; witness to Royal Commission 1927 (as a listener, Kalgoorlie) - Electoral Rolls: civil servant (Kalgoorlie, 1919); lecturer (Kalgoorlie, 1921-1925; Maylands, 1928-1937); metallurgist (Nedlands, 1943); physicist (Nedlands, 1949-1954); school principal (Triggs Island, 1958-1963) ===''CHADWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Howel Chadwick|Chadwick, Richard Howel (Electoral Rolls) or Howell (BMD) "Dick"]] [https://www.familysearch.org/tree/person/details/G3PQ-6HH] - 1896(NZ)-1955(Qld) - Licences: 4GU Brisbane (Wilston, 1933-1939, 1946-1947) - Qualifications: cc; AOCP 1197, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW1; radio clubs (WIAQ); employment (travelling salesman) - Electoral Rolls: storeman (Zillmere, Qld, 1921); salesman (Wilston, Qld, 1925-1954) ===''CHAFFER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Martin Chaffer|Chaffer, Edward Martin "Martin"]] [https://www.familysearch.org/tree/person/details/GZ1Z-B3P] - 1905(Vic)-1981(Vic) - Licences: 3XF Receive Melbourne (Moonee Ponds, 1923); 3XF Melbourne (Moonee Ponds, 1923-1927); 6XF Perth (Mt Lawley, 1930-1931); 3XF Melbourne (Moonee Ponds, 1933); 2AEK Sydney (Potts Point, 1938); 3MH Hamilton (1947); 3MH Ballarat (1948); 3MH Swan Hill (1954); 3MH Melbourne (Preston, 1955-1956; Moonee Ponds, 1965-1969; Doncaster, 1975-1980) - Qualifications: cc; AOCP 354, 1927, No. ?? in Vic; 3COCP 304, 1937; 2COCP 113, 1937; 1COCP 151, 1937 - amateur operator, amateur broadcaster, radio clubs (WIA Vic Essendon, treasurer, 1924), placed 2nd for best complete station Melbourne Wireless Exhibition 1924; placed second for best complete station at Melbourne Wireless Exhibition 1925; placed 10th in 3LO amateur broadcasting competition 1926; broadcast engineer (3HA, 3BA, 3SH), Dept Civil Aviation 1930s, military (WW2, 1942+) - Electoral Rolls: manager (Moonee Ponds, 1928-1936); radio engineer (Hamilton, 1942; Ballarat, 1949; Swan Hill, 1954; Preston, 1963); radio technician (Moonee Ponds, 1967-1968); retired (Doncaster, 1977-1980) - Relationships: father of 3AII Ken Chaffer ===''CHALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Robert Challen|Challen, Peter Robert]] - 1848(Eng)-1905(Vic) - early telephone, telephony & wireless experimenter, employment (Vic Posts & Telegraphs, Electrical Office & Postmaster), radio clubs (Telegraph Electrical Society, Victoria), associate of Henry Walter Jenvey, William Philip Bechervaise & George Smibert ===''CHALLENDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard Challender|Challender, Gerard "Gerry"]] - 1910(Eng)-1950(NSW) - 2ZS Kempsey, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, high profile participation 1950 Kempsey floods, military (WW2) ===''CHALLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Reginald Challenger|Challenger, George Reginald]] [https://www.familysearch.org/tree/person/details/G3YQ-ZZB] - 1902(NSW)-1936(NSW) - Licences: 2GC Sydney (Auburn, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Auburn, 1930-1935) ===''CHAMBERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Rupert Chambers|Chambers, Francis Rupert]] [https://www.familysearch.org/tree/person/details/MYY2-JKX] - 1898(Vic)-1971(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 247, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Camberwell, 1924-1925); contractor (Geraldton, 1931; Mt Waverley, 1934-1936); linesman (Seaford, 1937; Frankston, 1942); technician (Frankston, 1949; Seaford, 1954); retired (Upwey, 1963; McRae, 1968) * [[/Walter Alfred Chambers|Chambers, Walter Alfred]] [https://www.familysearch.org/tree/person/details/G3N6-VX1] - 1889(Qld)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 151, 1915; 2COCP 100, 1930; 1COCP 96, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIP Perth (1917-1918) - Electoral Rolls: mechanic (Thursday Island, 1912-1913); radio telegraphist (Wyndham, 1916-1917); telegraphist (Subiaco, 1917); radio telegraphist (Esperance, 1921-1925); officer-in-charge (Geraldton, 1925); radio officer (Como, 1931-1934; Esperance, 1936-1937); radio telegraphist (Como, 1943-1968) ===''CHANDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Beals Chandler|Chandler, John Beals]] [https://www.familysearch.org/tree/person/details/G6HN-HXH] - 1887(Eng)-1962(Qld) - principal (4BC); proprietor (J. B. Chandler & Co., 1913-1962); Lord Mayor Brisbane (1940-1952); witness to Royal Commission Wireless 1927 - don't confuse D. W. Chandler early wireless experimenter - [https://adb.anu.edu.au/biography/chandler-sir-john-beals-9724 ADB] ===''CHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Channon|Channon, H. D.]] - 19??(???)-19??(???) - Licences: 2BO Receive Inverell (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Lloyd Lister Channon|Channon, Lloyd Lister]] [https://www.familysearch.org/tree/person/details/GD59-4NS] - 1885(NSW)-1949(NSW) - Licences: 2AQ Receive Manilla (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: postmaster (Elsmore, 1913); postal official (Raymond Terrace, 1930-1949) ===''CHAPMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Chapman|Chapman, Austin]] [https://www.familysearch.org/tree/person/details/LZYW-3F4] - 1864(NSW)-1926(NSW) - occupations (apprentice saddler, hotelier), politician (Postmaster-General, 1905-1907), oversight of Commonwealth Wireless Telegraphy conference Melbourne 1907 - Links: [[w:Austin Chapman|Wikipedia]]; [https://adb.anu.edu.au/biography/chapman-sir-austin-5554 ADB] * [[/Bruce Amundsen Chapman|Chapman, Bruce Amundsen]] [https://www.familysearch.org/tree/person/details/G8VL-575] - 1912(WA)-1969(NSW) - Licences: 2BA Sydney (Chatswood, 1930-1939; Balgowlah, 1946-1958; St Ives, 1960-1969 - Qualifications: AOCP 696, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: shipping clerk (Chatswood, 1935-1937); clerk (Balgowlah, 1949-1958; St Ives, 1963-1968) * [[/E. B. Chapman|Chapman, E. B.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Frank William Chapman (Qld)|Chapman, Frank William (Qld)]] [https://www.familysearch.org/tree/person/details/GXC5-KB3] - 1898(???)-1974(Qld) - Licences: 4XL Brisbane (Yeronga, 1931-1939); 4ZFC Brisbane (Ekibin, 1965); 4TH Brisbane (Ekibin, 1969) - Qualifications: cc; AOCP 785, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: gardener (Salisbury, Qld, 1928); labourer (Yeronga, Qld, 1929-1937); waterside worker (Paddington, Qld, 1943-1949); PMG technician (Ekibin, Qld, 1954-1972) * [[/Frank William Chapman (WA)|Chapman, Frank William (WA)]] [https://www.familysearch.org/tree/person/details/LBXD-TFK] - 1918(Vic)-1988(WA) - Licences: 6CC Perth (Manning Park, 1954-1965; Bassendean, 1969-1980+) - Qualifications: cc; AOCP 3319, 1953, WA - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Chidlow, WA, 1949); teacher (Manning Park, WA, 1954-1963); technical school principal (Kalgoorlie, WA, 1963); teacher (Bassendean, WA, 1968-1977); retired (Bassendean, WA, 1980) * [[/Harrison Chapman|Chapman, Harrison "Harry"]] [https://www.familysearch.org/tree/person/details/G8CX-2C5] - 1909(Vic)-1990(Vic) - Licences: 3JX Receive Melbourne (Ivanhoe, 1922); 3GU Melbourne (Ivanhoe, 1929-1939, 1946-1965; Flinders, 1965-1975); 3AGU Portable Melbourne (Ivanhoe, 1948-1956; Flinders, 1965-1975) - Qualifications: AOCP 513, 1929, No. ?? in Vic; 1AOCP 32, 1946 - amateur operator, amateur broadcaster - Electoral Rolls: student (Ivanhoe, 1931-1936); chemist (Geelong, 1937); RAAF (Ballarat, 1942; Ivanhoe, 1949-1954); chemical engineer (Ivanhoe, 1963); minister of religion (Flinders, 1968); clergyman (Flinders, 1972-1977) * [[/Owen George Chapman|Chapman, Owen George]] [https://www.familysearch.org/tree/person/details/K8YX-YLK] - 1904(NSW)-1961(NSW) - Licences: 2OC Wyong (1930-1939, 1946-1960) - Qualifications: AOCP 669, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Wyong, 1930-1958) * [[/Percival Carnew Lamont Chapman|Chapman, Percival Carnew Lamont "Percy"]] [https://www.familysearch.org/tree/person/details/G8GM-5M8] - 1911(Qld)-2008(Qld) - 4PC Brisbane (Sandgate, 1933); 4PC Babinda (1937-1939); 4PC Monto (1946-1975); 4PC Point Vernon (1980) - Qualifications: cc; AOCP 1155, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); occupation (power house engineer/manager) - Relationships: father of Geoff Chapman 4CET - Electoral Rolls: engineer (Ayr, Qld, 1943; Monto, Qld, 1949-1972); retired (Point Vernon, Qld, 1977-1980) * [[/William George Chapman|Chapman, William George]] [https://www.familysearch.org/tree/person/details/KZ2X-8KG] - 1890(Tas)-1957(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 116, 1915; 1COCP 63, 1930 - RANRS (Warrant Telegraphist, 1917); coastal wireless operator; witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: radio telegraphist (Broome, 1925); officer-in-charge (Radio Station Applecross, 1931-1954) ===''CHAPPELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Arthur Chappell|Chappell, Lloyd Arthur]] [https://www.familysearch.org/tree/person/details/G69G-SB9] - 1911(Tas)-1998(Tas) - Licences: 7LC Ross (1936-1937); 7LC Winnaleah (1938-1939); 7LC Hobart (Kingston, 1947-1955; Sandy Bay, 1956-1975; Coles Bay, 1980+) - Qualifications: cc; AOCP 1828, 1936, No. ?? in Tas; BOCP 172, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: projectionist (Ross, 1936-1937); radio engineer (Queenstown, 1943; Kingston, 1949-1958) ===''CHARLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Charles|Charles, Edward Arthur]] [https://www.familysearch.org/tree/person/details/K8QC-V3V] - 1916(SA)-1981(SA) - Licences: 5YQ Adelaide (North Unley, 1935-1939; Unley, 1947-1948; Ascot Park, 1954-1956; Hyde Park, 1960-1980+) - Qualifications: cc; AOCP 1443, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Unley, SA, 1939-1943) ===''CHARLESWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Denison Charlesworth|Charlesworth, Reginald Denison]] [https://www.familysearch.org/tree/person/details/GW1M-CKJ] - 1900(Eng)-1980(NSW) - Licences: 2CI Receive Sydney (Haberfield, 1922); 2CI Sydney (Haberfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: migrated to Fiji mid 1920s, returned to Australia mid 1930s - Electoral Rolls: factory manager (Summer Hill, 1933); engineer (Haberfield, 1935-1937); Lane Cove, 1943); radio engineer (Dee Why, 1949-1954); engineer (Hunters Hill, 1958-1972) ===''CHARTERIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Charteris|Charteris, Michael]] - 4QS Ipswich & Maryborough - amateur operator, historian (amateur) ===''CHATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Greatham Chatfield|Chatfield, Robert Greatham "Bob"]] [https://www.familysearch.org/tree/person/details/LK92-9L1] - 1900(NZ)-1974(NZ) - Licences: ZL2AV Wellington (1925-1954+) - Qualifications: AOCP ??, 1925, No. ?? in NZ - amateur operator; amateur broadcaster; clubs (Wellington Amateur Radio Club 2WB, member and one time president) - Relationships: father of Don Chatfield ZL2SG - Comment: substantial early portion (100+) of QSL collection survives - Electoral Rolls: motor engineer (Wellington, 1922); salesman (Wellington, 1931-1954); retired (Wellington, 1963-1972) ===''CHATTERTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Chatterton|Chatterton, Francis Joseph]] [https://www.familysearch.org/tree/person/details/LZWW-952] - 1902(Tas)-1931(Tas) - Licences: 7AY Receive Hobart (West Hobart, 1922); Receive Hobart (West Hobart, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: machinist (Hobart, 1925-1928) ===''CHAUVEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Temple Frank Chauvel|Chauvel, Walter Temple Frank]] [https://www.familysearch.org/tree/person/details/LH5T-WNQ] - 1902(Qld)-1987(NSW) - Licences: Receive (Valve) Stanthorpe (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: jackeroo (Stanthorpe, Qld, 1925-1928); grazier (Stanthorpe, Qld, 1928-1943); radio engineer (Texas, Qld, 1949-1963); retired (East Ballina, NSW, 1968-1980) ===''CHEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Reginald Cheel|Cheel, Charles Reginald]] [https://www.familysearch.org/tree/person/details/9N1J-PTC] - 1890(Vic)-1955(SA) - Licences: 5CR Adelaide (Maylands, 1934-1939, 1947-1955) - Qualifications: cc; AOCP 1278, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CHENNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Chennell|Chennell, Victor "Vic"]] [https://www.familysearch.org/tree/person/details/GCBH-1XV] - 1907(SA)-1996(SA) - Licences: 5JH Adelaide (Norwood, 1927-1933; Cowandilla, 1937-1939; North Adelaide, 1946-1956; Ascot Park, 1960-1980+) - Qualifications: cc; AOCP 346, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: labourer? (Goodwood Park, 1939) ===''CHESSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chessell|Chessell, John or John Carl]] [https://www.familysearch.org/tree/person/details/KN16-XWP]? [https://www.familysearch.org/tree/person/details/L2M1-9GS]? - 1914(NSW)-1959(NSW) - Licences: 2LV Sydney (Dulwich Hill, 1929-1934); 2YU Sydney (Dulwich Hill, 1935-1936; Ashfield, 1937-1939); 2ER Sydney (Dulwich Hill, 1948-1950) - Qualifications: AOCP 517, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: baker (Croydon, 1936; Bowral, 1937-1954) - seems to be two contemporaneous John Chessel's ===''CHESTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Chesterfield|Chesterfield, John Henry]] [https://www.familysearch.org/tree/person/details/GSVH-3SK] - 1895(Vic)-1973(Qld) - Licences: 5JC Adelaide (Wayville, 1924-1926); 2ACQ Sydney (Strathfield, 1937-1939); 4HJ Brisbane (Cleveland, 1954-1960) - Qualifications: cc; CPRT 23, 1914; 1COCP 266, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: wireless operator (Croydon, NSW, 1930); radio engineer (Glenbrook, NSW, 1931-1935); department manager (Strathfield, NSW, 1935); radio engineer (Strathfield, 1936; Pymble, NSW, 1943; Cleveland, Qld, 1949-1963); retired (Mermaid Beach, Qld, 1968-1972) ===''CHICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Garth Chick|Chick, Leonard Garth]] [https://www.familysearch.org/tree/person/details/G6SW-7PJ] - 1918(Tas)-1999(NSW) - Licences: 7LG Launceston (1937-1939) - Qualifications: cc; AOCP 1973, 1937, No. ?? in Tas; BOCP 227, 1939; 2COCP 550, 1941; 1COCP 1264, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: seaman (Swan Point, 1944); aeradio operator (Lindisfarne, 1949); technician (Essendon, Vic, 1949-1954); draftsman (East Keilor, 1963-1968); surveyor (Forster, 1977-1980) ===''CHILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Oliver Chilton|Chilton, Frederick Oliver]] [https://www.familysearch.org/tree/person/details/GZNR-XFL] - 1905(NSW)-2007(NSW)102yo - Licences: Receive (Crystal) Sydney (Wahroonga, 1923-1924) - Qualifications: cc; AOCP 147, 1925, No. ?? in NSW - amateur receive operator; military (Brigadier); awards (Knighted) - Relationships: brother of 2RC Robert Ralph Chilton - Electoral Rolls: clerk (Wahroonga, NSW, 1930-1943); civil servant (South Yarra, Vic, 1949-1967); retired (Clareville Beach, NSW, 1972-1980) - Links: [[w:Frederick Oliver Chilton|Wikipedia]] * [[/George Frederick Chilton|Chilton, George Frederick]] [https://www.familysearch.org/tree/person/details/G3CR-41Q] - 1891(Vic)-1956(Vic) - Licences: 2GF Sydney (Pennant Hills, 1924; Carlingford, 1925); 4GD Townsville (1925-1926) - Qualifications: cc; CPRT 160, 1915; 1COCP 10, 1930 - amateur operator; amateur broadcaster; coastal operator (VIG, VIB, VIS, VIT, Rockbank); wireless telegraphist (PMG); RANRS (Commissioned Telegraphist, 1917); federal public servant (PMG) - Electoral Rolls: telegraphist (Wooloowin, 1919-1921); radio stationmaster (South Townsville, Qld, 1925; Glenferrie, 1927; Wireless Station, Rockbank, Vic, 1928-1942); engineer (St Kilda, 1949-1954) * [[/Robert Ralph Chilton|Chilton, Robert Ralph]] [https://www.familysearch.org/tree/person/details/GZNR-821] - 1907(NSW)-1985(Qld) - Licences: 2RC Sydney (Wahroonga, 1925-1926); 2RC Gloucester (1927); 2RC Sydney (Wahroonga, 1928-1939, 1946-1947; Roseville East, 1948) - Qualifications: cc; AOCP 152, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: chemist assistant (Wahroonga, 1933); chemist (Stanthorpe, 1954-1963; Sherwood, Qld, 1972) - Relationships: brother of Frederick Oliver Chilton ===''CHINERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jessie Camelia Chinery|Chinery or Chinnery, Jessie Camelia]] [https://www.familysearch.org/tree/person/details/GFMP-6NZ] - 1915(WA)-1995(WA) - Licences: 6JC Perth (Welshpool, 1937-1939) - Qualifications: cc; AOCP 1866, 1937, WA - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: not stated (Welshpool, WA, 1937) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''CHIPPINDALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Kellett Chippindall|Chippindall, Eric Kellett "Chippy"]] [https://www.familysearch.org/tree/person/details/LFCB-MNZ] - 1916(Qld)-1988(Qld) - Licences: 4XR Brisbane (Paddington, 1937-1939); 4XR Gympie (1946-1969); 4XR Brisbane (Paddington, 1975-1980+) - Qualifications: cc; AOCP 1940, 1937, Qld - amateur operator; amateur broadcaster; broadcast engineer (4SB, 4BU, 4LG, 4GY) - Electoral Rolls: radio engineer (Gympie, Qld, 1949); announcer-engineer (Gympie, Qld, 1954-1958); shopkeeper (Paddington, Qld, 1972-1980) ===''CHISHOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham St Clair Chisholm|Chisholm, Graham St Clair]] [https://www.familysearch.org/tree/person/details/GX47-TTR] - 1915(Qld)-2002(WA) - Licences: 4LP Brisbane (Kelvin Grove, 1933); 3ACG Melbourne (South Yarra, 1947-1948); 5PG Darwin (1955-1956); 1AB Canberra (Canberra City, 1960; Ainslie, 1965); 6IB Perth (Dalkeith, 1969-1975) - Qualifications: cc; AOCP 1101, 1933, No. ?? in Qld; BOCP 18, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcaster (3SR, Shepparton, Vic, 1942); radio engineer (South Yarra, Vic, 1949-1954); broadcaster (Reid, ACT, 1958; Ainslie, ACT, 1963; Dalkeith, WA, 1968-1972); manager (Nedlands, 1977-1980) ===''CHITHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Chitham|Chitham, William Norman "Bill"]] [https://www.familysearch.org/tree/person/details/GXWT-KJK] - 1912(Qld)-1997(Qld) - Licences: 4UU Brisbane (Bulimba, 1933-1934; Fortitude Valley 1937-1939; Cannon Hill, 1946-1980+) - Qualifications: cc; AOCP 913, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor, QSL officer); part of the "U" gang; military (WW2) - Electoral Rolls: storeman (Valley, Qld, 1936-1943); radio mechanic (Cannon Hill, 1949-1963); buyer (Cannon Hill, Qld, 1968-1980) ===''CHOATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Sidney Choate|Choate, Roger Sidney]] [https://www.familysearch.org/tree/person/details/GFQX-RW3] - 1913(Irl)-1978(WA) - Licences: 6RK Harvey (1930-1933); 6RK Kalgoorlie (1937-1939); 6RK Dardanup (1947); 6RK Perth (Subiaco, 1948-1956; Salters Point, 1960-1975) - Qualifications: cc; AOCP 714, 1930, No. ?? in WA; BOCP 42, 1936; 3AIR 1121, 1947 - amateur operator; amateur broadcaster; WW2 (RAAF, Squadron Leader) - Awards: Military Division OBE [[w:1964_Birthday_Honours|Wikipedia]] - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1937; Perth, WA, 1937); engineer (Melville, WA, 1943); civil servant (Subiaco, WA, 1949-1958); surveyor (Salters Point, WA, 1963-1968; Manning, WA, 1972-1977) - Links: [https://www.awm.gov.au/collection/R1513688 AWM] [https://www.ozatwar.com/raaf/shepherdshillradar.htm OzAtWar] ===''CHRISMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Chrismas|Chrismas, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/G6YC-FC2] - 1892(NSW)-1950(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 250, 1916; 1COCP 31, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIW Wyndham (1917-1918) - Electoral Rolls: operator (Broome, 1916); wireless operator (Wyndham, 1917; Applecross, 1925); radio telegraphist (Broome, 1931; Geraldton, 1936-1949) ===''CLAFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keighran James Claffey|Claffey, Keighran James]] [https://www.familysearch.org/tree/person/details/G84R-LLP] - 1903(Vic)-19??(???) - Licences: 2AK Deniliquin (1928-1939); 2AK Picton (1946); 2AK Deniliquin (1947-1980+) - Qualifications: AOCP 459, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarrandale, 1949; Deniliquin, 1954; Yarrandale, 1958-1963); retired (Deniliquin, 1977-1980) ===''CLARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Clark|Clark, Francis Thomas]] [https://www.familysearch.org/tree/person/details/G8WF-CJH] - 1903(WA)-1998(Vic) - Licences: 3FC Rainbow (1928); 3FC Melbourne (St Kilda, 1931; Hawthorn, 1933; Elwood, 1937; St Kilda, 1938); 3FC Mildura (1946-1947); 3FC Ouyen (1948-1960); 3FC Geelong (Leopold, 1969; Clifton Springs, 1975-1980+) - Qualifications: AOCP 426, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal official (Rainbow, 1925); postal clerk (Rainbow, 1928); clerk (St Kilda, 1931-1937); senior postal clerk (Red Cliffs, 1942); postmaster (Ouyen, 1949-1954); retired (Clifton Springs, 1972-1980) * [[/Frank P. R. Clark|Clark, Frank P. R.]] [https://www.familysearch.org/tree/person/details/GZFG-WRN] - 1900(NSW)-1928(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923-1924); 2YF Sydney (Manly, 1925) - Qualifications: AOCP 122, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: gone too soon * [[/Leopold Francis Clark|Clark, Leopold Francis]] [https://www.familysearch.org/tree/person/details/273Q-3D5] - 1902(Tas)-1978(Tas) - Licences: 7CK Natone (1932-1939); 7CK Burnie (1946-1948); Deloraine (1954-1969); Lanena (1975) - Qualifications: cc; AOCP 989, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Natone, 1928-1936; Burnie, 1943-1949); grazier (Needles, 1954; Deloraine, 1963) ===''CLARKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Fraser Clarke|Clarke, Percival Fraser "Percy"]] [https://www.familysearch.org/tree/person/details/GXZ3-4J2] - 1896(Qld)-1971(Qld) - Licences: 4PY Ayr (1936-1939) - Qualifications: cc; AOCP 1781, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jarvisfield, Qld, 1919-1937; Aspley, Qld, 1949-1972) * [[/Warren Ross Clarke|Clarke, Warren Ross]] [https://www.familysearch.org/tree/person/details/G8NT-LSN] - 1909(NSW)-1988(NSW) - Licences: 2ZZ Sydney (Mosman,1930-1933; Asquith, 1933-1939; Mosman, 1948-1950) - Qualifications: AOCP 650, 1930, NSW; 2COCP 6, 1934; 1COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Asquith, 1933-1934; Mosman, 1936); radio officer (Mosman, 1943); flight radio officer (Mosman, 1949-1954); clerk (Glenbrook, 1963); travel consultant (Glenbrook, 1972); clerk (Merrylands, 1972); planner (North Rocks, 1977-1980) * [[/William George Clarke|Clarke, William George]] [https://www.familysearch.org/tree/person/details/GXQ2-1QS] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 32, 1930 - RANRS (temp Commissioned Telegraphist, 1917) - Comment: several contemporaneous WGCs - Electoral Rolls: officer-in-charge (Radio Station, Townsville, 1916); seaman (HMAS Encounter, Geelong, 1919); biograph operator (Langwarrin Military Camp, Vic, 1919); hotel manager (Naval Base Hotel, South Fremantle, 1931) ===''CLAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard George Clay|Clay, Richard George]] [https://www.familysearch.org/tree/person/details/G8ZZ-LGN] - 1903(Vic)-1972(Vic) - Licences: 3RC Melbourne (Northcote, 1929; Alphington, 1931) - Qualifications: AOCP 536, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Northcote, 1925-1927); welder (Northcote, 1928); electric welder (Alphington, 1931); welder (Richmond, 1936-1937; Alphington, 1942; Northcote, 1949); contractor (Traralgon, 1954-1972) ===''CLAYTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maisie Ian Jesson Clayton|Rawson nee Clayton, Maisie Ian Jesson]] [https://www.familysearch.org/tree/person/details/G8RT-25P] - 1915(NSW)-1996(NSW) - Licences: Nil yet identified - Qualifications: cc; BOCP 488, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: radio worker (Artarmon, 1937); engineer (Kirribilli, 1949); radio engineer (Lane Cove, 1954-1963); engineer (Lane Cove, 1968-1972); home duties (Lane Cove, 1977-1980) - Lady: * [[/Maurice Charles Clayton|Clayton, Maurice Charles]] [https://www.familysearch.org/tree/person/details/G86J-HX3] - 1912(SA)-1936(SA) - Licences: 5RK Adelaide (Edwardstown, 1930-1931); 5ZC Adelaide (Edwardstown, 1933-1936) - Qualifications: cc; AOCP 596, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon (24yo) * [[/Walter George Gladstone Clayton|Clayton, Walter George Gladstone "Wally"]] [https://www.familysearch.org/tree/person/details/G3XN-J1N] - 1918(Qld)-1998(Qld) - Licences: 4WG Innisfail (1937-1939); 4WG Brisbane (Windsor, 1946-1969); 4WG Townsville (1975-1980+) - Qualifications: cc; AOCP 1868, 1937, Qld - amateur operator; amateur broadcaster; military (WW2, AIF Signals); state public servant (Qld Railways, supervising tech. comms.) - Relationships: uncle of Maise Ian Jesson Rawson nee Clayton (Radio Engineer) - Electoral Rolls: manager (Windsor, 1954-1968); technician (Townsville, 1972-1980) ===''CLIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Cliff|Cliff, Harry]] - 1908(Vic)-1988(Vic) - Licences: 3HC Melbourne (Essendon, 1928-1948; Heidelberg, 1954-1975); 3HC Point Lonsdale (1980+) - Qualifications: AOCP 400, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: implement maker (Moonee Ponds, 1906); engineer (Moonee Ponds, 1922-1928); clerk (Moonee Ponds, 1931-1937); company secretary (North Melbourne, 1943); director (Ivanhoe, 1954-1968; Heidelberg, 1972); retired (Point Lonsdale, 1977-1980) (pre 1928 is another Harry Cliff) ===''CLIFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Glendenning Clifford|Clifford, Herbert Glendenning]] [https://www.familysearch.org/tree/person/details/GHTS-4CN] - 1882(Eng)-1955(SA) - Licences: 5BW Receive Renmark (1923); Receive Renmark (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: secretary (Renmark, SA, 1939-1943) ===''CLINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gladstone Clinch|Clinch, Frederick Gladstone]] [https://www.familysearch.org/tree/person/details/KF5P-TWM] - 1898(WA)-1972(WA) - Licences: 6JR Greenough (1928-1933); 6FG Miling (1960); 6FG Perth (Doubleview, 1965-1969) - Qualifications: cc; AOCP 468, 1928, No. ?? in WA - amateur operator; amateur broadcaster - Relationships: Father of 6CL Ian Harold Wilson Clinch - Electoral Rolls: farmer (Greenough, 1922-1943); garage proprietor (Miling, 1958); retired (Doubleview, 1963-1972) * [[/Ian Harold Wilson Clinch|Clinch, Ian Harold Wilson]] [https://www.familysearch.org/tree/person/details/GHQX-YS1] - 1926(WA)-19??(WA) - Licences: 6CL Miling (1960-1965); 6CL Dandaragan (1969); 6CL Rossmoyne (1975-1980+) - Qualifications: cc; AOCP 3596, 1957, WA - amateur operator, WW2 - Relationships: son of 6JR-6FG Frederick Gladstone Clinch - Electoral Rolls: mechanic (Leederville, 1949); manager (Miling, 1958-1963); radio technician (Dongara, 1968); technician (Rossmoyne, 1972-1980) ===''CLOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alvin Theodore Closs|Closs, Alvin Theodore]] [https://www.familysearch.org/tree/person/details/L67V-HG7] - 1895(NSW)-1975(Vic) - Licences: V750 Receive Melbourne (Olinda, 1922); 3GV Receive Melbourne (Olinda, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: orchardist (Brighton, 1917); storekeeper (Olinda, 1924-1931); salesman (Olinda, 1934-1937); civil servant (Tunstall, 1943-1954); retired (Yarra Junction, 1963-1972) ===''CLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Edward Clough|Clough, James Edward]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 483, 1929, No. ?? in ?? - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - several contemporaneous JECs ===''COADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Coade|Coade, Ernest]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: electrician (Rutherglen, 1914); mechanic (Thursday Island, 1919) ===''COAKLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas James Coakley|Coakley, Thomas James]] [https://www.familysearch.org/tree/person/details/GX24-W7T] - 1904(Vic)-1991(Vic) - Licences: 5UK Adelaide (Unley, 1933-1939); 3IU Melbourne (Camberwell, 1947; Essendon, 1948-1980+) - Qualifications: cc; AOCP 1105, 1933, No. ?? in SA, 3COCP 61, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: aero fitter (Auburn, Vic, 1925-1926); engineer (Camberwell, Vic, 1943; Essendon, Vic, 1949-1980) ===''COALTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Coalter|Coalter, Martin]] [https://www.familysearch.org/tree/person/details/GDSR-STB] - 1893(Vic)-19??(???) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 1, 1914 - ship wireless operator? - Electoral Rolls: Nil yet identified ===''COATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Melbourne Coates|Coates, Alfred Melbourne or Melbourne Alfred]] [https://www.familysearch.org/tree/person/details/GDGW-MCZ] - 1884(???)-1964(Vic) - Licences: V757 Receive Melbourne (Elwood, 1922); 3GG Receive Melbourne (Elwood, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (USA) - Electoral Rolls: engineer (Elsternwick, 1921-1937; Kalorama, 1943-1954) ===''COFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Freeman Coffey|Coffey, Henry Freeman]] [https://www.familysearch.org/tree/person/details/G3QL-BR1] - 1885(Irl)-1934(NSW) - Licences: 4KY Brisbane (Doomben, 1925-1926; Hamilton, 1927); 2ZY Sydney (Willoughby, 1929; Maroubra, 1930-1934) - Qualifications: cc; CPRT 52, 1915; 1COCP 12, 1930 - Halycyon: AOCP Brisbane 1926 - amateur operator; amateur broadcaster; ship wireless operator (Marconi, White Star, Booth Steamship, Iquitos Steamship, Union Castle); RANRS (Warrant Telegraphist, 1917); coastal operator (CRS, PMGD, AWA); federal public servant - Electoral Rolls: radio engineer (Middle Park, Vic, 1919); engineer (Malvern East, 1922-1924); radiostation master (Thursday Island, 1925); wireless operator (Doomben, Qld, 1925-1928); engineer (Chatswood, 1930); wireless mechanic (Maroubra, 1930-1934) ===''COHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derrick Cohen|Cohen, Derek or Derrick Simeon "Dick"]] [https://www.familysearch.org/tree/person/details/GXCF-DR7] - 1914(Eng)-2010(NSW) - Licences: 2YM Sydney (Dobroyd Point, 1932-1933; Kings Cross, 1933; Clovelly, 1934-1936); 4YM Brisbane (City, 1937-1939); 1YM Macquarie Island (1954-1955) - Qualifications: cc; AOLCP 238, 1930; AOCP 1011, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (West End, Qld, 1943); technician (Coburg, Vic, 1954); television producer (Chatswood, NSW, 1963; Little Wallaby Beach, NSW, 1977) ===''COLEBATCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Vincent Colebatch|Colebatch, Ernest Vincent]] [https://www.familysearch.org/tree/person/details/K2Q2-974] - 1905(SA)-1987(SA) - Licences: 5CG Receive Adelaide (Norwood, 1923); Receive Adelaide (Norwood, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Belair, SA, 1939-1941) ===''COLESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Russell Coleston|Coleston, Stanley Russell]] [https://www.familysearch.org/tree/person/details/G8VV-KQL] - 1913(Vic)-2012(Qld) - Licences: 3XK Melbourne (Middle Park, 1930-1931; Gardenvale, 1933; Glenhuntly, 1937-1939, 1946-1955); 9XK Port Moresby (1956-1960); 3AXK Melbourne (Mt Waverley, 1965-1969); 4XA Brisbane (Geebung, 1975-1980+) - Qualifications: AOCP 688, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Glenhuntly, 1936-1942; Caulfield East, 1949-1954); public servant (Mt Waverley, 1963-1972); retired (Geebung, 1977-1980) ===''COLLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Felton Collard|Collard, Cyril John Felton]] [https://www.familysearch.org/tree/person/details/97X9-6VY] - 1896(NSW)-1969(NSW) - Licences: 2CF Maitland West (1927-1939) - Qualifications: AOCP 362, 1927, No. ?? in NSW; 2COCP 540, 1941; BOCP 541, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lorn, 1930-1963); retired (North Maitland, 1968) ===''COLLINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Joseph Collins|Collins, Clarence Henry Joseph]] [https://www.familysearch.org/tree/person/details/M1Y1-GB1] - 1891(SA)-1974(SA) - Licences: 5FC Adelaide (Marryatville, 1932-1939) - Qualifications: cc; AOCP 1043, 1932, SA; BOCP 29, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Marryatville, SA, 1939-1943) * [[/William Edward Collins|Collins, William Edward]] - 19??(???)-19??(???) - Licences: XYAH Perth (Cannington, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Comment: Several contemporaneous WECs - Electoral Rolls: salesman (Cannington, WA, 1916; Victoria Park, WA, 1917); civil servant (Balkatta, WA, 1931-1937) ===''COLLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Andrew Collis|Collis, George Andrew]] - 1869(Tas)-1926(Tas) - Receive Hobart, radio clubs (Tasmanian Radio Club, foundation member, 1922+), electrician (Zinc Co., Hobart, 1921) - potential misidentification, George Arthur Collis, Radio Research Club, Hobart, witness to Royal Commission Wireless 1927 * [[/Ralph Collis|Collis, Ralph]] [https://www.familysearch.org/tree/person/details/GX1J-48N] - 1918(WA)-2013(WA)105yo - Licences: 6LY Perth (Bayswater, 1935-1939) - Qualifications: cc; AOCP 1454, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Bayswater, WA, 1943; Scarborough, WA, 1949-1958); proprietor (Cadoux, WA, 1963; Tuart Hill, WA, 1968); business proprietor (Dianella, WA, 1972-1977); proprietor (Bedford, WA, 1980) ===''COLTHEART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Coltheart|Coltheart, Clarence James]] - 1885(Tas)-1962(Tas) - Licences: 7BF Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Brunswick, Vic, 1913-1914; Queenstown, 1922-1954) ===''COLTHRUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Colthrup|Colthrup, James Frederick]] [https://www.familysearch.org/tree/person/details/LBW8-J4Z] - 1908(Vic)-1942(Qld) - Licences: 3PL Melbourne (Clifton Hill, 1934-1939) - Qualifications: AOCP 1368, 1934, No. ?? in Vic; 1COCP 374, 1940 - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, Wireless & Gunnery School) - Electoral Rolls: mechanic (Clifton Hill, 1931); engineer (Clifton Hill, 1937); airman (Clifton Hill, 1942) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/623876] ===''COLVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Victor Colville|Colville, Sydney Victor]] [https://www.familysearch.org/tree/person/details/G3WQ-S78] - 1894(Vic)-1966(NSW) - Licences: XQF Brisbane (South Brisbane) (1913); 2FA Receive Sydney (1922); 2FA Sydney (1923-1925); 2VH Sydney (1935-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; wireless retail business proprietor (Colville Moore) - Electoral Rolls: clerk (Wooloongabba, 1917; Chelmer, 1919-1921); broker (Bowen Hills, 1922); manufacturer (Drummoyne, NSW, 1930-1933); merchant (Lane Cove, 1935-1936); manufacturer (Darlinghurst, NSW, 1936-1937); company director (Glenbrook, 1943-1963) ===''CONDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Sylvester Condon|Condon, Austin Sylvester]] [https://www.familysearch.org/tree/person/details/G3RG-K2K] - 1924(SA)-2011(SA) - Licences: 5WO Laura (1954-1980+) - Qualifications: AOCP 3012, 1949, SA - amateur operator - Electoral Rolls: Nil [https://www.adelaidenow.com.au/ipad/obituaries-tributes-to-three-of-our-finest/news-story/845c3a27d81fd8a8f4bbe436503a9b1e Obit] ===''CONDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Tasman Conder|Conder, Walter Tasman "Wally"]] [https://www.familysearch.org/tree/person/details/G6CJ-DTS] - 1888(Tas)-1974(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as General Manager, BCA, 3LO) - Electoral Rolls: teacher (Launceston, 1914); soldier (Langwarrin Military Camp, 1918-1921; Melbourne, 1924); secretarial (Melbourne, 1925-1928); entrepreneur (Melbourne, 1931-1937); secretary (Melbourne, 1943) - Links: [https://adb.anu.edu.au/biography/conder-walter-tasman-5747 ADB] ===''CONGDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bert Congdon|Congdon, Bert "Bertie"]] [https://www.familysearch.org/tree/person/details/9VVJ-CMW] - 1891(Vic)-1961(WA) - Licences: 6BA Receive Perth (Subiaco, 1923-1924); 6BC Perth (Subiaco, 1927-1939, 1946-1960) - Qualifications: cc; AOCP 382, 1927, No. ?? in WA - amateur operator; amateur broadcaster; WW1; civil servant - Electoral Rolls: civil servant (Subiaco, 1925-1958) ===''CONNELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dermot Anthony Connelly|Connelly, Dermot Anthony]] [https://www.familysearch.org/tree/person/details/G8L5-2VC] - 1903(Vic)-1965(Vic) - Licences: 3BU Receive Melbourne (St Kilda, 1922); 3BU Melbourne (St Kilda, 1923-1925); 3ADK Melbourne (St Kilda, 1948; Ivanhoe, 1954-1965) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: manager (Caulfield, 1927-1936); Air Force officer (St Kilda, 1937); nil (Frankston, 1949); photographer (Ivanhoe, 1954-1963) ===''CONNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilson Connon|Connon, George Wilson]] [https://www.familysearch.org/tree/person/details/GXGF-8Z2] - 1907(Sct)-1976(SA) - Licences: 5KJ Booleroo (1937-1939); 5KJ Yunta (1947); 5KJ Alice Springs (1948-1954); 5KJ Adelaide (Millswood Estate, 1955-1956); 5KJ Port Lincoln (1960); 5KJ Berri (1965-1969); 5KJ Barmera (1975) - Qualifications: cc; AOCP 1991, 1937, SA; 2COCP 336, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: pensioner (Millswood East, SA, 1939); bookkeeper (Port Augusta, SA, 1941-1948); radio technician (Alice Springs, NT, 1949-1954) ===''CONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emmett Bernard Connor|Connor, Emmett Bernard]] [https://www.familysearch.org/tree/person/details/GXCB-L7Q] - 1913(Qld)-1977(Qld) - Licences: 4CE Gindie (1936); 4OC Longreach (1956); 4OC Fernlees (1960); 4OC Brisbane (Aspley, 1965-1969) - Qualifications: cc; AOCP, not yet identified; BOCP 280, 1940; 3COCP 5529, 1965 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing shed hand (Gindie, Qld, 1936); radio mechanic (Enoggera, Qld, 1937); radio technician (Longreach, Qld, 1943-1949); business Manager (Cramsie, Longreach, Qld, 1954-1958); grazier ("Ronnoc Downs", Fernlees, Qld, 1958-1963; Aspley, Qld, 1963-1977) * [[/Laurance Kingsley Connor|Connor, Laurance Kingsley]] [https://www.familysearch.org/tree/person/details/L2GD-KPT] - 1907(NSW)-1950(NSW) - 2LK Sydney (Belmore, 1925-1926), 2ALC Sydney (Lakemba, 1948; Cammeray, 1950), amateur operator (AOCP 68, 1925, No. ?? in NSW; CPRT 881, 1925; 2COCP 199, 1930; 1COCP 220, 1939), amateur broadcaster * [[/Stephen James Connor|Connor, Stephen James]] [https://www.familysearch.org/tree/person/details/GH4J-FP4] - 1894(NSW)-1979(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 235, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Electoral Rolls: radio telegraphist (Broome, 1917); electrical engineer (Strathfield, NSW, 1930; Lismore, NSW, 1933); electrician (Darlinghurst, NSW, 1934; Strathfield, NSW, 1936-1963); retired (Lapstone, NSW, 1972) * [[/Terence Connor|Connor, Terence]] [https://www.familysearch.org/tree/person/details/G6MC-3DV] - 1916(Tas)-1982(Tas) - Licences: 7CT Hobart (Rokeby, 1936-1939; City, 1946-1948); 7CT Huonville (1954-1960); 7CT Hobart (Bellerive, 1965-1980+) - Qualifications: cc; AOCP 1643, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: auto-electrician (New Town, 1943; Hobart North, 1949); manager (Huonville, 1949-1954); sales rep. (Bellerive, 1963-1977) ===''CONRAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Ernest Conrad|Conrad, Raymond Ernest]] [https://www.familysearch.org/tree/person/details/GSP2-VGS] - 1905(Tas)-1977(Tas) - Licences: 2TR Sydney (Bexley, 1930-1937; Rockdale, 1938-1939); 7TR Hobart (Derwent Park, 1947; Moonah, 1948-1956; Berriedale, 1960-1975) - Qualifications: AOCP 651, 1930, No. ?? in Tas; BOCP 308, 1940 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: battery fitter (Bexley, 1930); storeman (Bexley, 1931-1934); clerk (Bexley, 1935-1936; Rockdale, 1937); purchasing officer (Cameray, 1943); radio manufacturer (Moonah, 1949-1954); engineer (Hospital, Rosetta, 1963) ===''CONRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Conry|Conry, William Henry]] [https://www.familysearch.org/tree/person/details/GDJL-HCR] - 1892(Vic)-1959(Qld) - Licences: 3OK Melbourne (Armadale, 1923-1925); 3CO Melbourne (Brighton, 1931-1939) - Qualifications: cc; CPRT 260, 1916; 1COCP 44, 1935 - amateur operator; amateur broadcaster; WW1 (Merchant Marine); RANRS; witness to Royal Commission 1927 (obo PMGD Vic) - Electoral Rolls: mechanic (Windsor, Vic, 1914-1919; Armadale, 1921-1924); inspector (Brighton, 1925-1937); radio inspector (South Brisbane, 1943-1949); postal official (St Lucia, 1954-1958) ===''CONWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn Laurence Dean Conway|Conway, Mervyn Laurence Dean]] [https://www.familysearch.org/tree/person/details/G6MH-GHZ] - 1912(Tas)-1979(Tas) - Licences: 7CL Launceston (1936-1939, 1948-1960); 7CL Hobart (West Hobart, 1965-1975) - Qualifications: cc; AOCP 1684, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Nelson, 1936); school teacher (Launceston East, 1937); teacher (Devonport, 1943; New Town, 1949-1958) ===''COOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Byron Cook|Cook, Ernest Byron "Ernie"]] [https://www.familysearch.org/tree/person/details/M46M-M3J] - 1902(Vic)-1981(Vic) - Licences: 3CK Tresco (1926-1927); 3CK Kerang (1931); 3EC Swan Hill (1938-1939); 3EC Melbourne (Coburg, 1946-1975) - Qualifications: AOCP 295, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: foreman (Swan Hill, 1937-1942) * [[/Victor Roy Percival Cook|Cook, Victor Roy Percival "Roy"]] [https://www.familysearch.org/tree/person/details/MYJG-6C6] - 1899(SA)-1980(SA) - Licences: XVN Adelaide (1913-1914); S099 Adelaide (1920s); 5AC Adelaide (Prospect, 1923-1927; Rose Park, 1928-1931; Kilkenny, 1933-1939, 1946-1948; Woodville, 1954-1975; Somerton Park, 1980) - Qualifications: cc; AOCP 94, 1925, No. ?? in SA - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: analyst (Kilkenny, 1939-1943) ===''COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Robert Cooke|Cooke, Clarence Robert]] [https://www.familysearch.org/tree/person/details/GF3Z-3P6] - 1891(???)-1970(WA) - Licences: 6CP Perth (Bayswater, 1932-1939, 1947-1965) - Qualifications: cc; AOCP 1068, 1932, WA - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Mornington Mills, WA, 1914); locomotive driver (Mornington Mills, WA, 1921-1926); locomotive engine driver (Bayswater, WA, 1931-1968) * [[/Clive J. Cooke|Cooke, Clive J.]] - 19??(???)-19??(???) - 4CC Brisbane (Chermside, -1952+), amateur operator (AOCP ??, 19??, No. ?? in Qld) * [[/Frank Basil Cooke|Cooke, Frank Basil "Basil"]] [https://www.familysearch.org/tree/person/details/G7Q6-TN8] - 1892(SA)-1967(NSW) - XADW Sydney (1913), 2LI Sydney (1922-1924), 2XQ Receive Sydney (1923), 2DJ Sydney (Northbridge, 1924-1931; Mosman, 1933-1939), early wireless experimenter, amateur operator (pre AOCP; AOCP 39, 1924, No. ?? in NSW), amateur broadcaster, radio clubs (WIA NSW, vice-president 1923) * [[/Frederick William Cooke|Cooke, Frederick William]] [https://www.familysearch.org/tree/person/details/GZB8-V6L] - 1906(Eng)-1981(Vic) - Licences: 3FW Melbourne (Footscray, 1926-1927) - Qualifications: AOCP 311, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: meter tester (Footscray, 1926-1949) ===''COOKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Cookson|Cookson, Arnold]] [https://www.familysearch.org/tree/person/details/G6YD-87L] - 1889(Eng)-1971(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 201, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: telegraphist (Thursday Island, 1919); no occupation (Darlinghurst, 1949); clerk (Northbridge, 1949-1963; Bexley, NSW, 1968) * [[/Joseph George Cookson|Cookson, Joseph George "George"]] [https://www.familysearch.org/tree/person/details/KGCW-Z8N] - 1888(Vic)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 862, 1925; 2COCP 21, 1929; 1COCP 34, 1930 - RANRS (1919), AWA - Relationships: Father of Leonard Kenneth Cookson - Electoral Rolls: engine driver (Crossover, Vic, 1912-1913; Bacchus Marsh, 1914-1915); mechanic (Alphington, 1917); engineer (Cooktown, 1919); radio engineer (Radio Station, Carlingford, NSW, 1930-1935; Croydon, NSW, 1943-1958) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] * [[/Leonard Kenneth Cookson|Cookson, Leonard Kenneth "Len"]] [https://www.familysearch.org/tree/person/details/GXQ8-JHV] - 1917(Vic)-2005(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - AWA - Relationships: Son of Joseph George Cookson - Electoral Rolls: foreman (Concord, NSW, 1943); electrical fitter (Croydon, 1943-1954; Glebe, 1958; Blacktown, 1963-1980) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] ===''COOLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Cooling|Cooling, Ernest Richard]] [https://www.familysearch.org/tree/person/details/LVZL-GSC] - 1885(Qld)-1936(Qld) - Licences: 4BN Toowoomba (1924-1927) - Qualifications: cc; AOCP 11, 1924, No. 3 in Qld - amateur operator; amateur broadcaster; honorary radio inspector (Toowoomba, 1924), (Halcyon P. 4) - Comment: A tragic end to a productive life - TroveTag: "4BN - Ernest Richard Cooling" - Electoral Rolls: letter carrier (Toowoomba, 1908); telegraphist (Bowen, 1912); postal assistant (Toowoomba, 1913-1930) ===''COOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Saint Coombe|Coombe, Geoffrey Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-TXS] - 1913(SA)-19??(???) - Licences: 5ML Adelaide (Hindmarsh, 1931-1939; Croydon, 1947-1948; Brooklyn Park, 1960-1980+) - Qualifications: cc; AOCP 756, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5MR Jack Robert Saint Coombe - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Croydon, 1941) * [[/Jack Robert Saint Coombe|Coombe, Jack Robert Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-T3C] - 1910(SA)-1981(SA) - Licences: 5MR Adelaide (Stirling West, 1954-1980+) - Qualifications: cc; AOCP 2923, 1949, SA - amateur operator; amateur broadcaster - Relationships: Brother of 5ML Geoffrey Saint Coombe - Electoral Rolls: electrician (Hindmarsh, SA, 1939; Croydon, SA, 1941); electrical mechanic (Mt Lofty, SA, 1943) ===''COOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edwin Charles Cooper|Cooper, Alfred Edwin Charles]] [https://www.familysearch.org/tree/person/details/GZV9-9GK] - 1904(NSW)-1997(NSW) - Licences: 2AL Receive Sydney (Ashfield, 1922); 2AL Sydney (Ashfield, 1923-1926); 2UO Sydney (Northbridge, 1947-1950); 2AUO Sydney (Yacht Asgard, 1948-1960); 4AY Surfers Paradise (1980) - Qualifications: cc; AOCP 180, 1925, No. ?? in NSW; 3COCP 626, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: fruit merchant (Ashfield, 1931); director (Northbridge, 1943-1958); company director (Clareville, 1963-1977) * [[/Eric Cooper|Cooper, Eric]] [https://www.familysearch.org/tree/person/details/GD1M-WC4] - 1925(Tas)-19??(???) - Licences: 7ZEC Evandale (1965-1980+) - Qualifications: cc; AOLCP 870, 1960, Tas - amateur operator - Electoral Rolls: moulder (Evandale, 1949); radio technician (Evandale, 1954) * [[/Ernest Edward Cooper|Cooper, Ernest Edward]] [https://www.familysearch.org/tree/person/details/GZ5F-RLJ] - 1905(Tas)-1951(Tas) - Licences: 7MK Launceston (Youngtown, 1926-1927); 7MC Launceston (City, 1947-1948) - Qualifications: cc; AOCP 261, 1926, No. ?? in Tas; AOLCP 151, 1934 - amateur operator; amateur broadcaster - Relationships: may be related to 7ZEC Evandale (1965-1975) Eric Cooper - Electoral Rolls: radio mechanic (Hobart, 1928); radio engineer (Ulverstone, 1936; Launceston East, 1943; Launceston West, 1949) * [[/Harold More Cooper|Cooper, Harold More or Harold Moore]] [https://www.familysearch.org/tree/person/details/GZ58-SJP] - 1886(SA)-1970(SA) - Licences: Receive Adelaide (Glenelg, 1923-1925); 5HG Adelaide (Glenelg, 1926-1939, 1946-1969) - Qualifications: cc; AOCP 257, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW2; submarine cable telegraphist; archaeologist; historian - Electoral Rolls: telegraphist (Glenelg, 1939-1943) - Links: [https://adb.anu.edu.au/biography/cooper-harold-more-9821 ADB] * [[/James Herbert Cooper|Cooper, James Herbert]] [https://www.familysearch.org/tree/person/details/LVTJ-14B] - 1914(NSW)-1992(NSW) - Licences: 2ZG Sydney (Wollstonecraft, 1930-1939 - Qualifications: AOCP 701, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Crows Nest, 1936-1943); broker (Mosman, 1949); stock and sharebroker (Wahroonga, 1949-1968); sharebroker (Wahroonga, 1972); broker (St Ives, 1977-1980) ===''CORDINGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harold Cordingley|Cordingley, Charles Harold]] [https://www.familysearch.org/tree/person/details/GDJK-SB4] - 1892(Eng)-1955(Vic) - Licences: 3RF Melbourne (Ascot Vale, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Ararat, 1913); electrical engineer (Flemington, 1915-1919); engineer (Ascot Vale, 1921-1954) ===''CORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert James Core|Core, Herbert James "Herb"]] [https://www.familysearch.org/tree/person/details/L1PF-R2Q] - 1906(Qld)-1954(Qld) - Licences: 4HC Brisbane (Coorparoo, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 2012, 1937, Qld; 1COCP 392, 1940 - amateur operator; amateur broadcaster; formerly Sydney - Electoral Rolls: public servant (Greenslopes, Qld, 1929); assistant (Coorparoo, Qld, 1936-1937); public servant (Coorparoo, Qld, 1943-1949; Camp Hill, Qld, 1949-1954) ===''CORNELIUS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Edward Cornelius|Cornelius, Eric Edward]] [https://www.familysearch.org/tree/person/details/LH7P-2MD] - 1916(WA)-1979(WA) - Licences: 6EC Albany (1936-1939); 6EC Kalgoorlie (1947-1948); 6EC Wagin (1954-1955); 6EC Perth (Inglewood, 1956-1975) - Qualifications: cc; AOCP 1635, 1936, WA; TVOCP 200, 1959 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Station 6WA, Wagin, 1949-1954; Inglewood, WA, 1958-1977) ===''CORNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Cameron Corney|Corney, Kenneth Cameron]] [https://www.familysearch.org/tree/person/details/GDGS-2MB] - 1899(Vic)-1990(Vic) - Licences: V755 Receive Bairnsdale (1922); 3GY Receive Bairnsdale (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: farmer (Gogeldrie, NSW, 1949); grazier (Metung, Vic, 1963-1980) ===''COTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alfred Cotton|Cotton, Arthur Alfred]] [https://www.familysearch.org/tree/person/details/KNH3-P9L] - 1897(SA)-1973(SA) - Licences: XVS Adelaide (Glanville, 1913); 5HY Adelaide (Kilkenny, 1926-1928; Colonel Light Gardens, 1931; Kilburn, 1946-1969) - Qualifications: cc; AOCP 270, 1926, No. ?? in SA - early wireless experimenter; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo WIA SA) - Electoral Rolls: engineer (Semaphore, 1939); clerk (Findon, 1943) * [[/Arthur Tylney Cotton|Cotton, Arthur Tylney]] [https://www.familysearch.org/tree/person/details/L7G8-SGG] - 1884(Tas)-1965(Tas) - Licences: Receive Spring Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Kelvedon, 1914-1963) * [[/Leith Simpson Cotton|Cotton, Leith Simpson]] [https://www.familysearch.org/tree/person/details/GZR2-12K] - 1905(SA)-2001(SA) - Licences: 5LG Adelaide (Burnside, 1932-1933); 5LG Iron Knob (1937-1939); 5LG Adelaide (Clarence Gardens, 1946-1948; Parkholme, 1954-1980+) - Qualifications: cc; AOCP 1023, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: boilermaker (Iron Knob, 1939-1941) ===''COTTRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Morgan Cottrell|Cottrell, Joseph William Morgan]] [https://www.familysearch.org/tree/person/details/9VLW-L1Y] - 1897(NSW)-1950(Vic) - Licences: 2ZF Receive Sydney (Randwick, 1923); 2ZN Sydney (Randwick, 1923-1925; Coogee, 1926-1930; Maroubra Junction, 1931; Dundas, 1933-1939, 1946-1947; Carlingford, 1948-1950); 2ADX Sydney (Dundas/Portable, 1937-1939) - Qualifications: cc; AOCP 367, 1927, No. ?? in NSW; AOLCP 1, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Coogee, 1930); broadcaster (Dundas, 1933-1934); radio operator (Dundas, 1936-1943); technician (Carlingford, 1949) ===''COUCHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Clyde McGregor Couchman|Couchman, Clifford Clyde McGregor "Cliff"]] [https://www.familysearch.org/tree/person/details/GQLS-T4D] - 1907(Qld)-1971(Qld) - Licences: 4KZ Kaimkillenbun (1930-1939); 4KZ Dalby (1946-1969) - Qualifications: cc; 2COCP 151, 1930; COCP 1st Class Marconi School (Halcyon) - amateur operator; amateur broadcaster; military (WW2, Navy, wireless officer); broadcast technician (PMGD, 4QS); business proprietor (electrical & radio, Dalby) - Electoral Rolls: labourer (Kaimkillenbun, 1930-1937); engineer (Dalby, 1943-1963); electrical engineer (Dalby, 1968) ===''COULTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Maxwell Coulter|Coulter, Jack Maxwell]] [https://www.familysearch.org/tree/person/details/GXRW-MXK] - 1912(SA)-1985(???) - Licences: 5MC Adelaide (Glenelg, 1936-1937); 3MV Melbourne (Caulfield, 1938-1939); 5JD Adelaide (Ashford, 1947-1948; Ackland Gardens, 1954-1960); 5JK Adelaide (Edwardstown, 1975-1980+) - Qualifications: cc; AOCP 1712, 1936, SA; 2COCP 812, 1944 - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: civil servant (Caulfield West, Vic, 1937); RAN (Port Melbourne, Vic, 1943) ===''COUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Couper|Couper, Andrew "Andy" Jnr]] [https://www.familysearch.org/tree/person/details/L6R8-R1T] - 1893(Qld)-1958(Qld) - Licences: XQM Mareeba (1914); 4BW Mareeba (1923-1939, 1946-1956) - Qualifications: cc; AOCP 71, 1925, No. 5 in Qld - early wireless experimenter (1914 & likely earlier unlicensed); amateur operator; amateur broadcaster; WW2 - Electoral Rolls: iron moulder (Mareeba, 1913-1932); engineer (Mareeba, 1936-1958) ===''COURT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Court|Court, Charles Percy]] [https://www.familysearch.org/tree/person/details/GX6T-Q5T] - 1904(Qld)-1962(Qld) - Licences: 4CT Receive Brisbane (Rosalie, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Bayswater, Qld, 1925-1936; Kedron, Qld, 1937-1958) * [[/Thomas Palmer Court|Court, Thomas Palmer Jnr]] - 1895(Vic)-1976(NSW) - XNY Melbourne (Malvern, 1913-1914), 3BO Melbourne (Malvern, 1922), 3TC Melbourne (Malvern, 1926-1927), early wireless experimenter (CPRT 211, 1916), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, radio clubs (WIA Vic, secretary, 1919-1920+), employment (radio salesman, 1928; STC, chief design engineer, 1954), IRE Aust (president, 1950-1951), father also named Thomas Palmer Court (1861, Vic - 1944, NSW) ===''COUSENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Light Reynolds Cousens|Cousens, Harold Light Reynolds]] [https://www.familysearch.org/tree/person/details/GDG9-3SK] - 1888(NSW)-1965(NSW) - Licences: N743 Receive Summer Hill (1922); 2HW Receive Summer Hill (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: auctioneer (Tamworth, 1930-1963) ===''COUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Stuart Coutts|Coutts, Edwin Stuart]] [https://www.familysearch.org/tree/person/details/94TB-698] - 1893(Qld)-1947(Qld) - Licences: 4BZ Receive Dalby (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motor mechanic (Dalby, 1919-1937); garage proprietor (Dalby, 1943) ===''COWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Christian Nesbit Cowan|Cowan, Christian Nesbit]] [https://www.familysearch.org/tree/person/details/G8XD-6QW] - 1907(NSW)-1994(NSW) - Licences: 2PZ Aberdare (1930-1980+) - Qualifications: cc; AOCP 613, 1930, No. ?? in NSW; BOCP 486, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: railway employee (Aberdare, 1930-1963; Cessnock, 1968-1980) ===''COX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allan Grafton Cox|Cox, Allan (birth) or Allen (census) Grafton]] [https://www.familysearch.org/tree/person/details/LHWX-5XH] - 1892(NSW)-1978(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 120, 1915; 2COCP 103, 1930; 1COCP 347, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIB Brisbane (1917-1918) - Electoral Rolls: operator (Rockhampton, 1914; Pinkenba, 1916-1921); telegraphist (Toorak, 1921-1922; South Yarra, 1926-1927); O.I.C. (Cooktown, 1925; Thursday Island, 1930); radio officer (Clayfield, 1934); O.I.C. (Townsville, 1936-1937); engineer (Rockbank, 1942); wireless officer (Kangaroo Point, 1943; Hendra, Qld, 1949-1958); radio officer (Hendra, 1963-1977) * [[/Erle Harold Cox|Cox, Erle Harold "Harold"]] [https://www.familysearch.org/tree/person/details/LB8Z-RG2] - 1903(Tas)-1989(ACT) - Licences: 3BD Receive Melbourne (Elsternwick, 1922); 3BD Melbourne (Elsternwick, 1922-1927; St Kilda, 1931-1933); 2EP Canberra (Forrest, 1934-1935); 2GU Canberra (Red Hill, 1946-1955); 1GU Canberra (Red Hill, 1956-1965; Mawson, 1969-1980+) - Qualifications: cc; AOCP 245, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; journalist, president Press Gallery, Parliament House 1953 - Awards: O.B.E. for contribution to journalism in Australia 1953 - Relationships: son of Erle Cox, science fiction author [https://adb.anu.edu.au/biography/cox-erle-5799] - Electoral Rolls: journalist (Caulfield, 1931; Gardiner, 1936; Forrest, 1937; Red Hill, 1943-1968; Mawson, 1972-1980) * [[/Harold Edward Cox|Cox, Harold Edward or Harold]] [https://www.familysearch.org/tree/person/details/G8GQ-2RT] - 1892(Eng)-1975(Qld) - Licences: 6HE Geraldton (1927) - Qualifications: cc; CPRT 17, 1914; 1COCP 35, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIO Broome (1917-1918) - Electoral Rolls: wireless operator (Broome, WA, 1916-1917; Geraldton, WA, 1922-1930); broadcast manager (Townsville, Qld, 1931-1937); manager (4WK, Warwick, Qld, 1943); representative (Coorparoo, Qld, 1943); wireless representative (Coorparoo, Qld, 1949-1972) ===''COXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Wooton Coxon|Coxon, Robert Wooton]] [https://www.familysearch.org/tree/person/details/GZZ2-HVL] - 1905(WA)-19??(???) - Licences: 6RW Northam (1924-1927) - Qualifications: cc; AOCP 30, 1924, No. ?? in WA - amateur operator; amateur broadcaster; mining engineer, NT Gov (Director of Mines, 1947); WW2 - Relationships: no apparent relation with 6AG Wally Coxon - Electoral Rolls: engineer (Cheltenham, SA, 1943); civil servant (Alice Springs, 1949-1954) * [[/Walter Ernest Stanley Coxon|Coxon, Walter Ernest Stanley "Wally"]] [https://www.familysearch.org/tree/person/details/GCY8-JBS] - 1891(NSW)-1968(WA) - Licences: XYK Perth (Maylands, 1913); 6AG Perth (North Perth, 1924; Inglewood, 1925-1931; Mt Lawley, 1933-1939; Bayswater, 1946-1947; Darlington, 1948-1960; Claremont, 1965) - Qualifications: cc; AOCP 124, 1925, No. ?? in WA - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (6WF) - Relationships: no apparent relation with 6RW Robert Wooton Coxon - Electoral Rolls: fitter (Maylands, 1914); engineer (Maylands, 1925-1937); radio engineer (East Perth, 1943; Darlington, 1949-1958); retired (Claremont, 1963-1968) - Links: [http://messui.polygonal-moogle.com/valves/NW199311.pdf EA0] [http://messui.polygonal-moogle.com/valves/NW199404.pdf] [http://messui.polygonal-moogle.com/valves/NW199405.pdf EA2] ===''COZINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Cozins|Cozins, Charles Frederick]] [https://www.familysearch.org/tree/person/details/GF78-6FW] - 1908(WA)-2001(WA) - Licences: 6AC Perth (City, 1931-1933); 6AD Perth (Canning Bridge, 1947-1948) - Qualifications: cc; AOCP 742, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (North Perth, WA, 1931); radio mechanic (Corrogin, WA, 1936); marine collector (Kalgoorlie, WA, 1943); cook (West Perth, WA, 1949); storekeeper (Kalgoorlie, WA, 1949-1954); clerical assistant (South Perth, WA, 1958); clerk (Rivervale, WA, 1963-1972); retired (Kewdale, WA, 1977-1980) ===''CRAIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith William Craig|Craig, Keith William]] [https://www.familysearch.org/tree/person/details/GDNB-7FD] - 1921(NSW)-1999(NSW) - Licences: 2AJV Newcastle (Stockton, 1938-1939); 2EP Newcastle (New Lambton, 1948-1969) - Qualifications: cc; AOCP 2102, 1938, NSW - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Stockton, 1943); fitter (Lambton, 1949; New Lambton, 1958-1980) * [[/Walter Archibald Craig|Craig, Walter Archibald]] [https://www.familysearch.org/tree/person/details/GZ2F-7X4] - 1907(NSW)-1956(NSW) - Licences: 2XI Receive Sydney (Croydon, 1923); 2XI Sydney (Croydon, 1924-1939) - Qualifications: cc; AOCP 220, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Croydon, 1930-1954) ===''CRAMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warne Hutton Cramond|Cramond, Warne Hutton]] [https://www.familysearch.org/tree/person/details/9XQB-N2G] - 1898(NSW)-1951(NSW) - Licences: 2KJ Sydney (Lane Cove, 1928-1939, 1946-1950) - Qualifications: AOCP 397, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lane Cove, 1930-1949) ===''CRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Rae Cran|Cran, Morris Rae]] [https://www.familysearch.org/tree/person/details/G879-B1J] - 1901(Qld)-1959(NSW) - Licences: 4KX Brisbane (West End, 1930-1939); 2MR Sydney (Rockdale, 1946-1947; Randwick, 1954-1955) - Qualifications: cc; AOCP 570, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Electoral Rolls: clerk (West End, 1925-1937); accountant (Bondi, 1943); company secretary (Ranswick, 1954; Coogee, 1958) ===''CRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Layman William Victor Cranch|Cranch, Layman William Victor "Lay"]] - 1910(Qld)-1993(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio engineer, journalist (editor, Australian Radio and Electronics, 1951), business (manager, Kingsley) ===''CRAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Russell Bruce Cameron Craw|Craw, Russell Bruce Cameron "Bruce"]] [https://www.familysearch.org/tree/person/details/KF2Q-54Y] - 1901(Tas)-1934(Vic) - Licences: 7BC Burnie (1930-1933); 3BC Melbourne (1933-1934) - Qualifications: cc; AOCP 671, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Comment: passed too soon - Electoral Rolls: salesman (Burnie, 1922; North Melbourne, 1924; Burnie, 1928); sales (Middle Park, Vic, 1935) ===''CRAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Thomas Crawford|Crawford, Cedric Thomas]] [https://www.familysearch.org/tree/person/details/GD2P-42L] - 1905(NSW)-1977(NSW) - Licences: 2YC Sydney (Burwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Burwood, 1930-1933); engineer (Captain's Flat, 1937-1943); mechanical engineer (Broken Hill South, 1954-1963); engineer (St Ives, 1968-1972) * [[/John Murray Crawford|Crawford, John Murray]] - 19??(???)-19??(???) - senior federal public servant (chief engineer PMGD, involved establishment of first ABC stations), don't confuse with William Tamillas Stephen Crawford * [[/William Tamillas Stephen Crawford|Crawford, William Tamillas Stephen "Bill", "W.T.S.C."]] [https://www.familysearch.org/tree/person/details/G738-35N] - 1880(Vic)-1962(NSW) - state public servant (P&TD, Tas); senior federal public servant (PMGD, radio inspector); RANRS (commissioned telegraphist, 1917) - Comment: don't confuse with John Murray Crawford ===''CREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Creamer|Creamer, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7XK-965] - 1903(NSW)-1973(NSW) - Licences: 2UR Sydney (Glebe Point, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Orange, 1930-1932); electrical engineer (Brewarrina, 1933; Henty, 1934-1935; Grose Vale, 1937; Richmond, 1943-1968) ===''CREDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter John Credlin|Credlin, Peter John]] [https://www.familysearch.org/tree/person/details/GDSB-SH8] - 1938(Vic)-1984(NSW) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) - Comment: Gone too soon - Electoral Rolls: clerk (Camberwell, 1954); engineer (Malvern, 1963; Lower Templestowe, 1967-1980) ===''CRESSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Gillespie Cresswell|Cresswell, Frank Gillespie]] [https://www.familysearch.org/tree/person/details/LR45-Q56] - 1880(Vic)-1963(Vic) - Licences: 3GI Melbourne (East Kew, 1924-1925; Camberwell, 1926-1927); Qualifications: cc; Nil yet identified - federal public service (PMGD); military (Commonwealth Naval Militia, engineer sublieutenant); RANRS (Radio Commander, terminated Nov 1920) - not to be confused with William Rooke '''Creswell''' - Electoral Rolls: instrument fitter (Camberwell, 1903-1906); Engineer-Lieutenant RAN (Prahran, 1912); naval officer (St Kilda, 1914); lieutenant RAN (Hawthorn, 1915-1919); RAN (Kew, 1922-1924); commandant RAN (Frankston, 1928-1934); naval officer (Olivers Hill, 1936-1937); electrical engineer (Armadale, 1943); retired (Somers, 1949; Mt Eliza, 1954; Frankston, 1963) * [[/Harry Leslie Cresswell|Cresswell, Harry Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9456-49G] - 1917(Qld)-1942(Qld) - Licences: 4DL Brisbane (Coorparoo, Qld, 1938-1939) - Qualifications: cc; Nil yet identified, likely RAN - amateur operator; amateur broadcaster; WW2 (RAN, Petty Officer Telegraphist, KIA, HMAS Yarra) - Electoral Rolls: Nil yet identified - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10293831 AWM] [https://www.awm.gov.au/collection/R1690529 Roll of Honour] ===''CRESWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rooke Creswell|Creswell, William Rooke]] [https://www.familysearch.org/tree/person/details/9N4L-WRS] - 1852(Gibraltar)-1933(Vic) - early wireless experimenter (Lytton, Moreton Island), military (RAN; Qld Maritime Defence Force, commandant; Commonwealth Naval Forces, commandant) - Generally considered the father of the RAN, not to be confused with Frank Gillespie '''Cresswell''' - Electoral Rolls: naval commandant (South Brisbane, 1903-1905); director (Toorak, 1909-1919) - Links: [[w:William Rooke Creswell|Wikipedia]]; [https://adb.anu.edu.au/biography/creswell-sir-william-rooke-5817 ADB] [https://www.navy.gov.au/biography/vice-admiral-sir-william-rooke-creswell RAN] ===''CRIBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dunmore Foote Cribb|Cribb, Dunmore Foote]] [https://www.familysearch.org/tree/person/details/LCPP-YQH] - 1899(Qld)-1946(Qld) - Licences: 4DC Brisbane (Indooroopilly, 1925-1927) - Qualifications: cc; AOCP 134, 1925, No. 15 in Qld - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant) - Electoral Rolls: teacher (Indooroopilly, 1921-1943) ===''CRICHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Robert Crichton|Crichton, Stanley Robert]] [https://www.familysearch.org/tree/person/details/LK76-MZH] - 1893(NZ)-1967(NSW) - Licences: 2KH East Maitland (1929-1935); 9OU Port Moresby (1947-1948) - Qualifications: AOCP 542, 1929, No. ?? in NSW; AOLCP 100, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: telephone mechanic (East Maitland, 1930-1935); wireless operator (Maclean, 1936); Radio 2NR (Lawrence, 1937); wireless operator (Ashfield, 1949); PMG technician (Ashfield, 1954-1963) ===''CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cridge, Wilfred Edgar Launder - See Wilfred Edgar Launder-Cridge ===''CRISP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Charles Crisp|Crisp, Henry Charles "Harry"]] [https://www.familysearch.org/tree/person/details/G8XD-5T2] - 1909(NSW)-1996(???) - Licences: 2LX Sydney (Undercliffe, 1930; Hurstville, 1931-1933; Cronulla, 1934-1939, 1946); 2LX Ettalong (1947-1955); 2LX Woy Woy (1956-1961); 2LX Urunga (1965); 2LX Sydney (Cronulla, 1969; Gorokan, 1975-1980+) - Qualifications: AOCP 614, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: "Henry Charles" carrier (Undercliffe, 1930; Hurstville, 1931-1933); radio dealer (Cronulla, 1934-1937); "Harry Charles" examiner (Bondi, 1943); "Henery Charles" no occupation (Ettalong, 1949); "Henry Charles" radio dealer (Ettalong, 1954-1963); "Harry Charles" motel proprietor (Urunga, 1968); manager (Sans Souci, 1972); retired (Cronulla, 1972); "Henery Charles" retired (Gorokan, 1977-1980) ===''CROCKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Edward Crocker|Crocker, Claude Edward]] [https://www.familysearch.org/tree/person/details/L8R6-RZW] - 1875(USA)-1929(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: engineer (West Perth, 1922-1925) * [[/Edward Baker Crocker|Crocker, Edward Baker]] [https://www.familysearch.org/tree/person/details/MYHX-65B] - 1867(Wales)-1955(NSW) - Licences: 2BB Receive Sydney (Marrickville, 1922); 2BB Sydney (Marrickville, 1922-1930) - Qualifications: cc; AOCP 95, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: provision merchant (Marrickville, 1933-1937); retired (Marrickville, 1943-1949); no occupation (Earlwood, 1949-1954) ===''CROME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Keith Crome|Crome, Harry Keith]] [https://www.familysearch.org/tree/person/details/LZTL-HF9] - 1908(Tas)-1975(Tas) - Licences: Receive (Crystal) Hobart (New Town, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: painter (Hobart North, 1936-1954); linotype operator Melbourne (Alphington, 1963-1972) ===''CROMIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Thomas Cromie|Cromie, Charles Thomas]] [https://www.familysearch.org/tree/person/details/G6Z4-73H] - 1883(Vic)-1952(Vic) - Licences: Receive (Valve) Melbourne (Caulfield, 1923) - Qualifications: cc; Nil yet identified - manager (Oliver J. Nilsen & Co, 1927); witness to Royal Commission 1927 (obo 3UZ) - Electoral Rolls: draper (Maffra, 1903; Korumburra, 1905; East Melbourne, 1909; Maffra, 1912); engineer (East Melbourne, 1914); electrical engineer (Malvern, 1915-1917); engineer (Elsternwick, 1919; Caulfield, 1924-1927); electrical engineer (Melbourne East, 1928; Caulfield, 1931); engineer (Caulfield, 1934); director (Armadale, 1936-1949) ===''CROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Leonard Crooks|Crooks, James Alexander Leonard "Len"]] [https://www.familysearch.org/tree/person/details/LK93-6HV] - 1890(Tas)-1973(Tas) - Licences: Receive Launceston (1923-1925); 7BQ Launceston (1925-1969+) - Qualifications: cc; AOCP 61, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; honorary radio inspector (PMG) - Relationships: father of 3AAC John Peter Crooks - Electoral Rolls: clerk (Trevallyn, 1914; Launceston, 1919-1968); no occupation (Low Head, 1972) * [[/John Peter Crooks|Crooks, John Peter]] [https://www.familysearch.org/tree/person/details/LRZL-Z2J] - 1921(Tas)-2013(Vic) - Licences: 3AAC Colac (1960); 3AAC Bulleen (1965-1969) - Qualifications: AOCP 2107, 1938, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: son of 7BQ James Alexander Leonard "Len" Crooks - Electoral Rolls: civil servant (Elsternwick, 1949); engineer (East Geelong, 1954; Bulleen, 1963-1977) ===''CROPLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cropley|Cropley, Eric William]] [https://www.familysearch.org/tree/person/details/GDLL-YVK] - 1893(NSW)-1935(NSW) - Licences: N735 Receive Sydney (Homebush, 1922); 2HT Receive Sydney (Homebush, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of Mervyn Eric Cropley - Electoral Rolls: warehouseman (Homebush, 1930-1933) * [[/Mervyn Eric Cropley|Cropley, Mervyn Eric]] [https://www.familysearch.org/tree/person/details/GDLG-MYS] - 1920(NSW)-1951(Aus) - Licences: cc; Nil yet identified - Qualifications: cc; 2COCP 403, 1941 - amateur operator; amateur broadcaster - Relationships: son of 2HT Eric William Cropley - Electoral Rolls: radio officer (Homebush, 1943); salesman (Blaxland, 1949) ===''CROUCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Casimir Crouch|Crouch, Ernest Casimir "Ern"]] - 1908(???)-1989(NSW) - 2QJ Receive Sydney (Mosman, 1923), 2EC Sydney (Mosman, 1924-1939), 2EC Orange (1946-1980), amateur operator (AOCP 16, 1924, No. 6 in NSW), amateur broadcaster; engineer; Mosman Radio Laboratories 1927 (proprietor?) ===''CROWDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Crowder, Joyce Isabel see Batchler nee Crowder, Joyce Isabel ===''CULLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Norman Seth Culliver|Culliver, Francis Norman Seth "Norman"]] [https://www.familysearch.org/tree/person/details/G82T-SWD] - 1891(Vic)-1962(Vic) - Licences: 3DP Receive Melbourne (East Melbourne, 1922); 3DP Melbourne (East Melbourne, 1923-1925; Hawthorn, 1925-1927); 3UG Melbourne (Rye, 1948-1956); 3UG Queenscliff (1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of Keith Norman Culliver & Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1931-1954) * [[/Ian Douglas Culliver|Culliver, Ian Douglas "Sam"]] [https://www.familysearch.org/tree/person/details/G82T-WDM] - 1916?(Vic)-2002(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 655, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Keith Norman Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) * [[/Keith Norman Culliver|Culliver, Keith Norman]] [https://www.familysearch.org/tree/person/details/G82T-753] - 1914(Vic)-1998(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 656, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) ===''CUMMING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Humberstone Cumming|Cumming, William Humberstone]] [https://www.familysearch.org/tree/person/details/GSLF-9FS] - 1903(Vic)-1956(Vic) - Licences: 3BK Melbourne (Armadale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Notting Hill, 1931); engineer (Cheltenham, 1931); contractor (Malvern, 1936-1949); engineer (Malvern, 1954) ===''CUMMINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Cummings|Cummings, Bruce]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 1928, No. ?? in Qld), amateur broadcaster ===''CUMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Vincent Cummins|Cummins, Reginald Vincent]] [https://www.familysearch.org/tree/person/details/GXCK-FLN] - 1911(Qld)-1957(Qld) - Licences: 4VC Brisbane (Newmarket, 1937-1939) - Qualifications: cc; AOCP 1939, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (East Ipswich, Qld, 1934-1937); public servant (Newmarket, Qld, 1943-1954) ===''CUNLIFFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James August Cunliffe|Cunliffe, James August]] [https://www.familysearch.org/tree/person/details/G7KX-DQW] - 1904(Vic)-1984(Vic) - Licences: 3ZO Melbourne (Croxton, 1930-1931; Preston, 1933-1939, 1946-1947); 3AZO Melbourne (North Fitzroy, 1954; East Preston, 1955-1980+) - Qualifications: AOCP 597, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: cabinet maker (Preston, 1927); electrician (Preston East, 1931-1942); cabinet maker (Preston East, 1949); carpenter (Preston East, 1963-1980) ===''CUNNINGHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hugh Cunningham|Cunningham, Robert Hugh]] [https://www.familysearch.org/tree/person/details/G845-Z7M] - 1909(Vic)-1989(Vic) - Licences: 3ML Melbourne (Malvern, 1928-1937; Hawthorn, 1938-1939; Frankston, 1946-1947; Malvern, 1948-1980+) - Qualifications: AOCP 463, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Malvern, 1931; Gardiner, 1936-1937); RAAF (Frankston, 1949); manager (Malvern, 1949-1954); director (Malvern, 1963-1980) - R. H. Cunningham, electronics retailer? ===''CUREDALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Curedale|Curedale, Albert John]] [https://www.familysearch.org/tree/person/details/GFQ6-S41] - 1914(Aus)-1986(WA) - Licences: 6AE Perth (City, 1934-1939) - Qualifications: cc; AOCP 1385, 1934, WA - amateur operator; amateur broadcaster - Electoral Rolls: presser (North Perth, WA, 1943-1949; West Perth, WA, 1954; Leederville, WA, 1958-1972) * [[/Robert Gordon Curedale|Curedale, Robert Gordon]] - 1906(WA)-1981(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 837, 1924; 2COCP 369, 1931; 1COCP 141, 1937 - - Electoral Rolls: radio operator (Magnetic Observatory, Watheroo, WA, 1931); wireless operator (West Perth, WA, 1936-1937); radio technician (Croydon, NSW, 1943); farming (Watheroo, WA, 1949); geophysicist (Ascot Vale, Vic, 1954; Bentleigh, Vic, 1963; Yokine, WA, 1968); retired (North Beach, WA, 1972; Maylands, WA, 1977-1980) ===''CURETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Poyner Cureton|Cureton, John Poyner "Jack"]] [https://www.familysearch.org/tree/person/details/L29Y-H1R] - 1905(NSW)-1958(NSW) - Licences: 2AY Receive Sydney (Burwood, 1922); 2AY Sydney (Burwood, 1923-1930); 2AU Sydney (Burwood, 1930-1933; Gordon, 1933-1934; Burwood, 1935-1939, 1946-1950); 2AU Little Hartley (1954-1958) - Qualifications: cc; AOCP 168, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Withdrawal: 2AY callsign withdrawn by PMGD in 1930 and reallocated to new commercial 2AY Albury - Electoral Rolls: secretary (Burwood, 1930; Parkes, 1936); engineer (Burwood, 1943); grazier (Little Hartley, 1958) ===''CURLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Clarence Curle|Curle, George Clarence]] [https://www.familysearch.org/tree/person/details/GZ25-DZZ] - 1914(NSW)-1941(Egypt) - licences: 2AJB Sydney (Chullora, 1937-1939) - qualifications: AOCP 1813, 1937, No. ?? in NSW; BOCP 310, 1940 - amateur operator, amateur broadcaster, broadcast engineer (2BL), WW2 - electoral rolls: Nil - "Greater love hath no man than this" ===''CURNOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Ross Curnow|Curnow, Geoffrey Ross]] - 19??(???)-19??(???) - historian (wireless & broadcasting), "The history of the development of wireless telegraphy and broadcasting in Australia to 1942, with especial reference to the Australian Broadcasting Commission : a political and administrative study" ===''CURRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Benjamin John Currie|Currie, Francis Benjamin John]] [https://www.familysearch.org/tree/person/details/G8QY-8JP] - 1903(SA)-1974(SA) - Licences: None yet found - Qualifications: AOCP 395, 1928, No. ?? in SA - amateur operator? - Electoral Rolls: checker (Albert Park, Vic, 1936); storeman (Semaphore, 1939; Queensbury, 1941) * [[/James Lawrence Currie|Currie, James Lawrence "Len"]] [https://www.familysearch.org/tree/person/details/GXCK-9GW] - 1905(Qld)-1960(Qld) - Licences: 4LC Bundaberg (1936-1937); 4LC Proserpine (1938-1939); 4LC St George (1946-1956); 4LC Brisbane (Dutton Park, 1960) - Qualifications: cc; AOCP 1631, 1936, Qld - amateur operator; amateur broadcaster; power station engineer - Electoral Rolls: electrician (New Farm, Qld, 1929; Bundaberg, Qld, 1931-1937); electrical engineer (Blackhall, Qld, 1943; St George, Qld, 1949-1954); engineer (Caboolture, Qld, 1958) ===''CURTIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. F. Curtis|Curtis, R. F.]] - 19??(???)-19??(???) - Licences: 3AI Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''CUSACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Chanel Cusack|Cusack, Leo Chanel]] [https://www.familysearch.org/tree/person/details/G6YN-49P] - 1897(NSW)-1967(Qld) - Licences: 4LC Port Moresby (1925-1926) - Qualifications: cc; CPRT 229, 1916; 1COCP 319, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIT Townsville (1917-1918) - Electoral Rolls: radio operator (Maroubra, 1930); radio telegraphist (Townsville, 1931-1936; Maroubra, 1943); wireless operator (Maroubra, 1949); radio operator (Darwin, 1949-1954); wireless operator (Maroubra, 1958-1963); retired (Bardon, Qld, 1963) * [[/Sidney Claude Cusack|Cusack, Sidney or Sydney Claude or Claud]] [https://www.familysearch.org/tree/person/details/GW42-D16] - 1885(Eng)-1973(Canada) - Licences: 5CK Adelaide (Dulwich, 1924-1926) - Qualifications: cc; CPRT 5, 1914 (No. 5 in Aus and Vic, Commonwealth system) - RANRS (CPO to Warrant Telegraphist, 1917); WW1 - Electoral Rolls: operator (Clayfield, Qld, 1916) ===''CUSHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Thomas Cushen|Cushen, Arthur Thomas]] [https://www.familysearch.org/tree/person/details/GXQL-FP3] - 1920(NZ)-1997(NZ) - prominent MW and SW broadcast listener 1930s to 1990s; DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club, DX Australia) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen/ Autobiography]; [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tributes] ===''CUSITER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert William Macgregor Cusiter|Cusiter, Robert William Macgregor "Mac"]] [https://www.familysearch.org/tree/person/details/M6H8-73C] - 1908(NSW)-1970(???) - 2RW Sydney (Lewisham, 1925-1926; Turramurra, 1927-1929; Pymble, 1930; Lewisham, 1931-1939, 1946-1955; Hornsby, 1956-1969), amateur operator (AOCP 203, 1925, No. ?? in NSW), amateur broadcaster, engineer (Pymble, 1930; Lewisham, 1930-1949; Hornsby, 1958-1968), AWA, PMGD, WW2 (worked on defence electronics) ===''CUTHBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Cuthbert|Cuthbert, Henry]] - 1829(Irl)-1907(Vic) - Postmaster-General Victoria (Jul 1877-Jul 1878; Mar 1880-Aug 1880) ===''CUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Gregory Maxwell Cutts|Cutts, Gregory Maxwell "Maxwell"]] [https://www.familysearch.org/tree/person/details/GQBR-22Q] - 1903(NSW)-1986(NSW) - Licences: Receive (Crystal) Sydney (Croydon, 1923); 2GM Sydney (Croydon, 1924-1927) - Qualifications: cc; AOCP 17, 1924, No. 7 in NSW - amateur operator; amateur broadcaster; radio business proprietor (2ML, Mosman Radio Service) - Electoral Rolls: radio engineer (Mosman, 1930-1937; Abbotsford, 1949); sales manager (North Ryde, 1954-1963); manager (Cheltenham, 1972-1980) =='''D'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''DAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Luja Dahl|Dahl, Norman Luja]] [https://www.familysearch.org/tree/person/details/L433-MY6] - 1888(NZ)-1938(Qld) - Licences: 2ND Sydney (Wahroonga, 1933-1937); 4ND Ayr (1937-1939) - Qualifications: cc; AOCP 1079, 1933, NSW; AOLCP 249, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: consulting engineer (Wahroonga, NSW, 1930-1935); teacher (Wahroonga, NSW, 1937); company director (Ayr, Qld, 1936-1937) * [[/Oscar Sydney Dahl|Dahl, Oscar Sydney "Syd"]] [https://www.familysearch.org/tree/person/details/LLWV-S5D] - 1904(NZ)-1982(Qld) - Licences: 4KA Ayr (1933-1935); 7KA Hobart (1947); 4KA Ayr (1948); 9KA Lae (1969); 4VT Innisfail (1975) - Qualifications: cc; AOCP 1151, 1933, No. ? in Qld - amateur operator; amateur broadcaster; WW2; surveyor - Electoral Rolls: chainman (Arapuni, NZ, 1928-1931); tramline engineer (Ayr, Qld, 1931-1936); engineer (Gordonvale, Qld, 1937); civil engineer (Fitzgerald, Tas, 1943; Ayr, Qld, 1949-1958); surveyor (Innisfail, Qld, 1963-1980) ===''DALBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dalby|Dalby, John]] - 19??(???)-19??(???) - Licences: 5BI Adelaide (SA School of Mines, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Directories: lecturer (School of Mines, Adelaide, 1922-1934) - Electoral Rolls: Nil yet identified ===''DALTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Martin Dalton|Dalton, Robert Martin]] [https://www.familysearch.org/tree/person/details/GZJQ-SH3] - 1897(Vic)-1949(Vic) - Licences: XLB Melbourne (Auburn, 1913); 3UI Mildura (1923-1925); 3UI Melbourne (Balaclava, 1925-1926; Caulfield, 1927; Camberwell, 1931-1933); 3UN Melbourne (Camberwell, 1948) - Qualifications: cc; AOCP 158, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: fruitgrower (Mildura, 1919-1924); radio engineer (Hawthorn, 1926-1927); clerk (Camberwell, 1928); sales (Camberwell, 1931-1949) ===''DANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Dane|Dane, John Edward]] [https://www.familysearch.org/tree/person/details/LYF7-5RS] - 1868(Eng)-1928(Vic) - Licences: Receive (Valve) Melbourne (Hawthorn, 1923); 3JD Melbourne (Hawthorn, 1924-1927) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: commercial traveller (Hawthorn, 1908-1909); merchant (Auburn, 1912-1927) ===''DANGERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Henry Dangerfield|Dangerfield, Joseph Henry "Harry"]] [https://www.familysearch.org/tree/person/details/G9HR-22D] - 1911(Eng)-1997(Qld) - Licences: 4NF Townsville (1936-1939) - Qualifications: cc; AOCP 1686, 1936, Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (radio electrical salesman) - Relationships: brother of 4NL Norman Gerard Dangerfield - Electoral Rolls: radio mechanic (Townsville, Qld, 1937-1954); mechanic (Townsville, Qld, 1958-1977); retired (Airlie Beach, Qld, 1977-1980) * [[/Norman Gerard Dangerfield|Dangerfield, Norman Gerard]] [https://www.familysearch.org/tree/person/details/G9HR-5FD] - 1918(Qld)-1997(Qld) - Licences: 4NL Ayr (1936-1939); 4ND Ayr (1956-1965); 4ND Brisbane (Sherwood, 1969-1975) - Qualifications: cc; AOCP 1687, 1936, Qld; BOCP 1062, 1949 - amateur operator; amateur broadcaster; employment (Elphinstones); broadcast technician (4AY, ABC Townsville); business proprietor (radio) - Halcyon: AOCP at 16yo - Relationships: brother of 4NF Joseph Henry Dangerfield - Electoral Rolls: aircraft fitter (Coorparoo, Qld, 1943); bank officer (Ayr, Qld, 1949); radio technician (Ayr, Qld, 1954; Home Hill, Qld, 1958); clerk (Sherwood, Qld, 1968-1980) ===''DANIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Septimus Daniel|Daniel, Louis Septimus]] - 1834(Eng)-1909(Vic) - experimented with etheric force in mid 1870s, radio clubs (Telegraph Electrical Society of Victoria, member), employment (Vic Post & Telegraphs, concluding acting Secretary, 1897), linguist ===''DARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Darley|Darley, Ernest John]] [https://www.familysearch.org/tree/person/details/G4BX-9ZK] - 1898(WA)-1968(WA) - Licences: 6CJ Perth (South Perth, 1923-1930) - Qualifications: cc; CPRT 243, 1916; 2COCP 835, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: motor importer (South Perth, 1925-1936); importer (Rockingham, 1943); technician (South Perth, 1954-1963) ===''DAVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Barrett Davey|Davey, Harold Barrett]] [https://www.familysearch.org/tree/person/details/GDYY-FN4] - 1898(Tas)-1948(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: dental mechanic (Launceston, 1922); electrician (Launceston, 1936-1937); electrical engineer (Launceston, 1943) * [[/John Alfred Davey|Davey, John Alfred]] [https://www.familysearch.org/tree/person/details/GZ6X-FSF] - 1913(SA)-1992(Qld) - 2YE Sydney (Glebe Point, 1935-1938; Ashfield, 1939; Homebush, 1946-1975), amateur operator (1COCP 19, 1934; 3COCP 1029, 1952), amateur broadcaster, radio engineer * [[/John Anderton Davey|Davey, John Anderton]] [https://www.familysearch.org/tree/person/details/GZ6F-3ZH] - 1909(Vic)-1973(Vic) - Receive Melbourne (Brighton, 1923), 3AD Melbourne (Brighton, 1925-1926; Elsternwick, 1927), amateur operator (AOCP 66, 1925, No. ?? in Vic), amateur broadcaster, manufacturer's agent * [[/Ralph William Davey|Davey, Ralph William]] [https://www.familysearch.org/tree/person/details/GXGN-W9X] - 1916(SA)-1999(Vic) - Licences: 5KD Adelaide (North Croydon, 1935-1939; Mile End, 1947; Blanchetown, 1948); 5DY Portable Adelaide (North Croydon, 1938) - Qualifications: cc; AOCP 1481, 1935, SA; 1COCP 515, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: constable (Ridleyton North, SA, 1939; Whyalla, SA, 1941-1948); RAAF (Guildford, WA, 1958; Beaumaris, Vic, 1972-1980) ===''DAVIDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. R. Davidson|Davidson, E. R.]] - 19??(???)-19??(???) - Licences: 4FP Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''DAVIES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Tempest Davies|Davies, Henry Tempest]] [https://www.familysearch.org/tree/person/details/G889-FX9] - 1900(WA)-1987(WA) - Licences: 6HD Perth (Highgate Hill, 1929-1939) - Qualifications: cc; AOCP 563, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Balkatta, 1921); police officer (Mundijong, 1943); sergeant (Victoria Park, 1949-1958; Lathlain Park, 1963-1977; Victoria Park, 1980) * [[/Reginald Raymond Clifford Davies|Davies, Reginald Raymond Clifford]] [https://www.familysearch.org/tree/person/details/GXGM-73Y] - 1915(SA)-1988(WA) - Licences: 5LJ Adelaide (Goodwood Park, 1933-1939; Plympton, 1947-1948); 3AY Melbourne (Prahran, 1954-1960; Heathmont, 1965-1969); 6BQ Perth (Bickley, 1975); 6BQ Denmark (1980) - Qualifications: cc; AOCP 1138, 1933, SA; BOCP 121, 1937; 1COCP 534, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: metal worker (Goodwood Park, SA, 1939); radio engineer (5RM Berri, SA, 1941); mechanic (Plympton, SA, 1941-1943); public servant (Prahran, Vic, 1954); retired (Bickley, WA, 1972-1977) ===''DAVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Hargan Davis|Davis, Henry Hargan or Hargon]] [https://www.familysearch.org/tree/person/details/LT6C-6MB] - 1908(NSW)-1992(SA) - Licences: Receive (Crystal) Sydney (Strathfield, 1923-1924); 2HH Sydney (Strathfield, 1926-1934) - Qualifications: cc; AOCP 289, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Strathfield, 1930-1936); engineer (Strathfield, 1943) - Professor Henry Hargan Davis, BSc, BE (Syd), PhD (Camb), 1946-1973 (Emeritus Professor 1974) [https://docplayer.net/82920769-Engineering-education-the-university-of-adelaide.html] * [[/Ross Raleigh Davis|Davis, Ross Raleigh "Jack"]] [https://www.familysearch.org/tree/person/details/GZ54-9Q4] - 1907(Vic)-1986(NSW) - Licences: 2DS Receive Sydney (Vaucluse, 1920-1922); 2DS Sydney (Vaucluse, 1923-1929; Double Bay, 1930-1933; Rose Bay, 1933-1938; Bellevue Hill, 1938-1939) - Qualifications: cc; AOCP 249, 1926, No. ?? in NSW; CPRTelephony 934, 1926 - amateur operator; amateur broadcaster - Comment: accompanied 2CM on the SS Tahiti; education (Sydney Technical College, Electrical Engineering Degree); employment (AWA, engineer, 1925-1973) - Electoral Rolls: engineer (Double Bay, 1930; Rose Bay, 1933-1937; Bellevue Hill, 1943-1958; Rose Bay, 1958-1980) ===''DAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dawson|Dawson, Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 559, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: stovemaker (Hurlstone Park, 1930); storeman (Marrickville, 1931) - Not yet fully identified * [[/Richard Stanley Dawson|Dawson, Richard Stanley]] [https://www.familysearch.org/tree/person/details/GD52-2NQ] - 1897(Vic)-1983(NSW) - Licences: XZP Hobart (1913-1914); 3DA Melbourne (South Yarra, 1927) - Qualifications: cc; CPRT 282, 1917 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: student (Toorak, 1919); electrical engineer (Melbourne, 1921-1924; Toorak, 1925-1926; South Yarra, 1927-1928); engineer (Artarmon, NSW, 1930; Mosman, 1931-1972; Roseville, NSW, 1977) ===''DEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Launston Alexander Deane|Deane, Launston Alexander]] [https://www.familysearch.org/tree/person/details/GX2G-182] - 1909(SA)-1988(SA) - Licences: 5LD Adelaide (Tusmore, 1933; Hazelwood Park, 1937-1939; Royston Park, 1947-1955; Hazelwood Park, 1956-1965; St Georges, 1969-1975) - Qualifications: cc; AOCP 1090, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Burnside, SA, 1939-1943) * [[/Raymond Kyrle Deane|Deane, Raymond Kyrle]] [https://www.familysearch.org/tree/person/details/GX2P-HB1] - 1917(SA)-2010(SA)93yo - Licences: 5RK Adelaide (Fullarton, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1728, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: warehouseman (Fullarton, SA, 1939-1941); clerk (Fullarton, SA, 1943) ===''DE BAVAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Jean Xavier de Bavay|de Bavay, Francis Jean or John Xavier ]] [https://www.familysearch.org/tree/person/details/GXFJ-D1R] - 1887(Vic)-1955(Tas) - Licences: 4FO Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: analytical chemist (Kew, Vic, 1909); brewer (West Perth, WA, 1916); chemist (Cannon Hill, Qld, 1919-1921); manager (New Farm, Qld, 1925); master brewer (Cascades, Tas, 1928-1936); manager (Hobart South, Tas, 1943-1954) ===''DE CRESPIGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Champion de Crespigny|de Crespigny, Philip Champion]] [https://www.familysearch.org/tree/person/details/KCJG-QN9] - 1879(Vic)-1918(Palestine) - Licences: XPU Melbourne (Brighton, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Relationships: half brother of 3FM Royalieu Dana Champion de Crespigny - Sacrifice: "Greater love hath no man than this" * [[/Royalieu Dana Champion de Crespigny|de Crespigny, Royalieu Dana Champion]] [https://www.familysearch.org/tree/person/details/KH7P-7SD] - 1905(Vic)-1985(Vic) - Licences: 3FM Melbourne (Brighton, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Elmhurst, 1936-1949); farmer (Cobden, 1954; South Ecklin, 1963-1980) - Relationships: half brother of XPU Philip Champion de Crespigny ===''DE CURE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Gerard de Cure|de Cure, John Edward Gerard]] [https://www.familysearch.org/tree/person/details/LVD6-DWD] - 1899(SA)-1989(SA) - Licences: 3WL Melbourne (Coburg, 1929-1933); 5KO Adelaide (Glenelg, 1937-1939, 1946-1956); 2KO Sydney (Artarmon, 1957-1958); 5KO Adelaide (Fulham, 1960-1980+) - Qualifications: cc; AOCP 535, 1929, No. ?? in Vic; 1COCP 22, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Cobden, 1954); public servant (North Carlton, 1921-1924; Coburg, 1927-1934; Artarmon, NSW, 1958) ===''DEARNESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Sinclair Dearness|Dearness, Harry Sinclair]] - 19??-2004(Qld) - 4KW Mackay (1939, 1946-1975), Brisbane (Strathpine) (1980+) - amateur operator (AOCP 2328, 1939, No. ? in Qld), amateur broadcaster, military (WW2, AIF), employment (radio & TV mechanic) ===''DEEGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Edward Deegan|Deegan, Stanley Edward]] [https://www.familysearch.org/tree/person/details/LYK3-2V3] - 1893(Tas)-1944(Tas) - Licences: 7AK Hobart (St Virgil's College, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; public servant (State & Federal, PMGD); WW1 - Electoral Rolls: clerk (Hobart, 1919-1922); civil servant (Hobart, 1928-1936); postal official (Hobart, 1943) ===''DEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival William Deer|Deer, Percival William]] [https://www.familysearch.org/tree/person/details/L2DJ-9ZF] - 1901(SA)-1981(SA) - Licences: 5DR Adelaide (Seacliff, 1928-1933; Brighton, 1937-1939) - Qualifications: cc; AOCP 451, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: machinist (Brighton, 1939-1943) ===''DELBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Joseph Robert Delbridge|Delbridge, Reginald Joseph Robert]] [https://www.familysearch.org/tree/person/details/L439-HNM] - 1888(Eng)-1964(Qld) - Licences: 4RJ Childers (1927); 4RJ Brisbane (Paddington, 1931-1933; Booval, 1937-1939); 4RJ Stanthorpe (1946-1948); 4RJ Brisbane (Northgate, 1954-1955; Toowong, 1956); 4RJ Burleigh Heads (1960) - Qualifications: cc; AOCP 383, 1927, No. 42 in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), minister of religion - Electoral Rolls: clergyman (Ingham, 1917-1919); minister (Kingaroy, 1925); clergyman (Ashgrove, 1943); minister (Stanthorpe, 1949); minister of religion (New Farm, 1954); Methodist Minister (Toowong, 1958); retired (Burleigh Heads, 1963) ===''DELLIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Stephen Dellit|Dellit, Samuel Stephen]] - Licences: VK4ZSS Brisbane, VK3 Melbourne, VK1DXA Canberra - Qualifications: AOLCP Q0078, 1971 - amateur operator, broadcast DXer, broadcast planning engineer, federal public servant, radio historian (aeradio, amateur, broadcast, coastal) ===''DEMPSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter McInnes Dempsey|Dempsey, Walter McInnes "Wally"]] [https://www.familysearch.org/tree/person/details/LTQN-B69] - 1910(Vic)-2010(Vic) - Licences: 3WD Melbourne (Cheltenham, 1929-1931); 7WD Cambridge (1948); 3AZD Melbourne (Pascoe Vale, 1954); 3WD Melbourne (Pascoe Vale, 1955-1969; Oak Park, 1975); 3WD Marong (1980+) - Qualifications: AOCP 515, 1929, No. ?? in Vic; AOLCP 41, 1931; 1COCP 217, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Cheltenham, 1931; Mordialloc, 1936-1937); radio operator (Mentone, 1942); aeradio operator (Cambridge, Tas, 1949); public servant (Pascoe Vale, 1954-1968; Oak Park, 1972); retired (Marong, 1977-1980) ===''DENBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Roy Denby|Denby, Harry Roy]] [https://www.familysearch.org/tree/person/details/LJTS-LLS] - 1906(Qld)-1973(Qld) - Licences: 4FR Receive Brisbane (Brisbane City, 1923); 4AX Brisbane (Kedron, 1936-1939); 4AX Cairns (1947-1969) - Qualifications: cc; AOCP 1800, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: rubber worker (Kedron, Qld, 1936-1937; Cairns, Qld, 1943-1972) ===''DENISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Robert Denison|Denison or Dixson, Hugh Robert]] [https://www.familysearch.org/tree/person/details/L6Q5-WTC] - 1865(NSW)-1940(Vic) - born Hugh Robert Dixson; businessman, parliamentarian, philanthropist; director of Australasian Wireless Co. then Amalgamated Wireless (Australasia) - Links: [[w:Hugh Denison|Wikipedia]]; [https://adb.anu.edu.au/biography/denison-sir-hugh-robert-5955 ADB] ===''DENNEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Roy Denneen|Denneen, Harold Roy]] [https://www.familysearch.org/tree/person/details/GXQG-6YG] - 1894(NSW)-1939(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (A/g Warrant Telegraphist, 1917) - Electoral Rolls: radio telegraphist (Thursday Island, 1928-1937) ===''DENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Roy Dennett|Dennett, Phillip or Philip Roy or Ray]] [https://www.familysearch.org/tree/person/details/KNX4-D9K] - 1897(SA)-1988(Qld) - Licences: 5IV Berri (1931-1938); 4IV Camooweal (1938-1939) - Qualifications: cc; AOCP 799, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil servant (Morningside, Qld, 1943; West End, Qld, 1949-1954; Rockhampton, Qld, 1958); public servant (Morningside, Qld, 1963-1977) ===''DERHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Thomas Derham|Derham, Frederick Thomas]] - 1844(Eng)-1922(Vic) - Victorian Postmaster-General (1886-1890) ===''DERRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/V. M. Derrick|Derrick, V. M.]] - 19??(???)-19??(???) - Licences: 2VM Sydney (Bellevue Hill, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''D'EVELYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude D'Evelynes|D'Evelynes, Claude]] [https://www.familysearch.org/tree/person/details/GF39-3D8] - 1916(WA)-1985(NSW) - Licences: 6DC Harvey (1935-1939); 2TZ Sydney (Mona Vale, 1948; Clifton Gardens, 1954-1955); 9TZ Rugli via Lae (1956); 2TZ Sydney (Chatswood, 1958-1980+) - Qualifications: cc; AOCP 1488, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Harvey, WA, 1936-1937); radio engineer (Mona Vale, NSW, 1949; Mosman, NSW, 1954; Chatswood, NSW, 1958-1968); engineer (Chatswood, NSW, 1977-1980) ===''DEVITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Lane Devitt|Devitt, Raymond Lane]] [https://www.familysearch.org/tree/person/details/LB11-PTK] - 1905(Tas)-1992(WA) - Licences: 6DR Perth (Nedlands, 1937-1939) - Qualifications: cc; CPRT 990, 1928; 2COCP 287, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: service engineer (Nedlands, WA, 1931); manager (Nedlands, WA, 1949-1980) ===''DEWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Owen Dewan|Dewan, John Owen (Electoral Rolls) or Owen John (BMD)]] [https://www.familysearch.org/tree/person/details/GFML-2D4] - 1907(WA)-1980(WA) - Licences: 6JK Perth (Maylands, 1930-1931; Mt Lawley, 1933; City, 1937; North Perth, 1938-1939) - Qualifications: cc; AOCP 715, 1930, No. ?? in WA; 3COCP 188, 1936; 2COCP 99, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: butcher (Maylands, WA, 1931; North Perth, 1934-1937); teacher (East Perth, WA, 1943); trade instructor (Nedlands, WA, 1949-1980) ===''DEXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Dexter|Dexter, John Henry]] [https://www.familysearch.org/tree/person/details/G428-3PS] - 1906(Eng)-1983(Vic) - Licences: 3DR Melbourne (Northcote, 1926-1927); 3VR Melbourne (Sandringham, 1938-1939; Black Rock, 1946-1956; Parkdale, 1960-1965; Mt Eliza, 1969-1980+) - Qualifications: AOCP 241, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Northcote, 1927); engineer (Preston, 1931; Sandringham, 1942-1954); radio mechanic (Mordialloc, 1963); retired (Mt Eliza, 1968-1980) ===''DICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Dick|Dick, F.]] - abt 1883(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''DIDDAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Harlin Flower Diddams|Diddams, Robert Harlin or Harland Flower]] [https://www.familysearch.org/tree/person/details/GMZN-YJP] - 1899(Qld)-1969(Qld) - Licences: Receive Brisbane (Toowong, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bookkeeper (Toowong, Qld, 1921-1925); printer (Ashgrove, 1936-1958); retired (Kangaroo Point, Qld, 1968) ===''DILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Dillon|Dillon, Arthur Ernest "Ernie" "Ern"]] [https://www.familysearch.org/tree/person/details/G85L-HH7] - 1902(Qld)-1960(Qld) - Licences: 4CH Receive Brisbane (New Farm, 1922); 4CH Brisbane (New Farm, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (New Farm, 1925); engineer (New Farm, 1929); electrical engineer (Atherton, 1931-1932); electrician (Greenslopes, 1943-1954; Mt Gravatt, 1958) ===''DINEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Dineen|Dineen, Geoffrey John]] [https://www.familysearch.org/tree/person/details/GM8L-9R6] - 1919(Tas)-1999(Tas) - Licences: 7GD Launceston (1935-1939, 1946-1948) - Qualifications: cc; AOCP 1588, 1935, No. ?? in Tas; 3COCP 6330, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Launceston, 1949-1968) ===''DIRCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Alfred Dircks|Dircks, Alexander Alfred]] [https://www.familysearch.org/tree/person/details/GDRD-6GN] - 1858(NSW)-1929(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - senior federal public servant (PMGD, Electrical Engineer) - Electoral Rolls: Nil yet identified ===''DIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gurnhill Dixon|Dixon, Arthur Gurnhill]] [https://www.familysearch.org/tree/person/details/G826-18S] - 1896(Tas)-1966(Vic) - Licences: XZA Wynyard (1913-1914); 3JG Melbourne (Hawthorn, 1933); 3AD Melbourne (Hawthorn, 1937-1939, 1947-1948); 3AVE Melbourne (Nunawading, 1965) - Qualifications: cc; CPRT 462, 1919; 2COCP 160, 1930; 1COCP 271, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Wynyard, 1919); wireless mechanic (Hawthorn, 1934); technician (Auburn, 1936-1937); inspector (Surrey Hills, 1943-1963) - Probate: retired marine inspector (Melbourne, 1966) * [[/Arthur Lionel Dixon|Dixon, Arthur Lionel]] [https://www.familysearch.org/tree/person/details/G82F-YX7] - 1897(Eng)-1968(NSW) - Licences: 236 Sydney (Burwood, 1920); 2BS Receive Sydney (Burwood, 1922-1923); 2AD Sydney (Canterbury, 1929; Strathfield, 1930); 4AD Brisbane (Norman Park, 1931-1939) - Qualifications: cc; CPRT 202, 1916; 2COCP 288, 1930; 1COCP 170, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Concord, NSW, 1930; Norman Park, Qld, 1931-1943); RANVR (Kyeemagh, 1943); engineer (Waverton, 1949; Eastwood, 1954; Lidcombe North, 1958); managing director (Blakehurst, 1963-1968) * [[/Charles Frederick Musgrave Dixon|Dixon, Charles Frederick Musgrave]] [https://www.familysearch.org/tree/person/details/L27B-XXY] - 1894(NSW)-1986(NSW) - Licences: 2II Receive Cootamundra (1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: operator (Cootamundra, 1930-1937); telegraphist (Goulburn, 1943; Annandale, 1949-1954; Camperdown, 1958-1980) * [[/John Malcolm Dixon|Dixon, John Malcolm]] [https://www.familysearch.org/tree/person/details/GWD1-HXH] - 1922(Vic)-2008(Vic) - Qualifications: cc; Nil yet identified - broadcast planning engineer (PMGD, ABCB, P&TD); education (Scots College, 1935-1939); military (WW2, AIF, 1942-1945) - Links: [https://www.scotch.vic.edu.au/greatscot/2008decGS/74.htm Obit] * [[/Lionel Stanley Dixon|Dixon, Lionel Stanley]] [https://www.familysearch.org/tree/person/details/L1PR-QD2] - 1912(Vic)-1998(Vic) - Licences: 4LF Brisbane (Redcliffe, 1938-1939); 3TE Melbourne (Croydon, 1947-1948; Elwood, 1954-1980); 4LF Brisbane (Redcliffe, 1960-1975) - Qualifications: cc; AOCP 2177, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Glenferrie, Vic, 1934-1937); builder (Box Hill South, Vic, 1949; Elsternwick, Vic, 1954-1967; Elwood, Vic, 1972-1980) * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 2ZI Condong (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 4GF Victoria Hills, Herbert River (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Reginald Hilton Dixon|Dixon, Reginald Hilton]] [https://www.familysearch.org/tree/person/details/G82N-FQV] - 1915(NSW)-1978(NSW) - Licences: 2QD Albury (1933-1937); 2QD Armidale (1938-1939); 2QD Albury (1946-1980) - Qualifications: cc; AOCP 1216, 1933, NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Albury, Qld, 1937); telephone mechanic (Albury, 1972-1977) ===''DODDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stokell Dodds|Dodds, Sir John Stokell Snr]] [https://www.familysearch.org/tree/person/details/GMYR-2KQ] - 1906(Tas)-1975(NSW) - Licences: 7DJ Hobart (City, 1937-1939, 1946-1948) - Qualifications: cc; AOLCP 208, 1935; AOCP 1851, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (New Town, 1936-1949); manager (Wahroonga, 1954); electrical engineer (Wahroonga, 1958-1968); manager (St Ives, 1972) * [[/John William Matthew Dodds|Dodds, John William Matthew]] [https://www.familysearch.org/tree/person/details/G8NX-3CT] - 19??(???)-19??(???) - Licences: 2KK Kurri Kurri (1930-1939); 2AZD Newcastle (New Lambton, 1955-1969) - Qualifications: AOCP 644, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: miner (Kuri Kurri, 1930-1949; New Lambton, 1954-1980) * [[/Leonard Henry Dodds|Dodds, Leonard Henry "Len"]] - 1908(NSW)-1983(Qld) - 4GD Townsville (1946-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (Townsville ARC, life member), military (Navy, RAAF), employment (PMGD) * [[/Ronald George Dodds|Dodds, Ronald George]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''DODDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Doddy|Doddy, Edward Arthur]] [https://www.familysearch.org/tree/person/details/GXB7-HWS] - 1899(Tas)-1961(WA) - Licences: 6WH Perth (Claremont, 1936-1939, 1947-1960) - Qualifications: cc; AOCP 1817, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Claremont, WA, 1931-1958) ===''DOHRMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Stanley Glenville Dohrmann|Dohrmann, George Stanley Glenville]] [https://www.familysearch.org/tree/person/details/G82G-TB8] - 1902(Vic)-1985(Vic) - Licences: 3AM Receive Melbourne (Canterbury, 1922); 3AM Melbourne (Canterbury, 1922-1925) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Canterbury, Vic, 1924-1926); warehouseman (Burwood, Vic, 1931; Canterbury, 1937-1943); agriculturalist (Mt Dandenong, 1949-1954; Mooroolbark, 1968-1980) ===''DOIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Louis Doig|Doig, Norman Louis]] [https://www.familysearch.org/tree/person/details/LLSD-M17] - 1912(WA)-2014(WA)101yo - Licences: 6ND Carnamah (1937-1939); 6CB Perth (Floreat Park, 1954-1960) - Qualifications: cc; AOCP 2061, 1937, WA; 3COCP 1505, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Carnamah, WA, 1936-1937; Floreat Park, WA, 1943); telegraphist (City Beach, WA, 1949; Floreat Park, WA, 1954-1963; Wembley, WA, 1968-1972); civil servant (City Beach, WA, 1977-1980) ===''DONNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Walter Donne|Donne, Charles Walter]] [https://www.familysearch.org/tree/person/details/9V2T-FC7] - 1897(Vic)-1976(Vic) - Licences: XLO Melbourne (St Kilda, 1913-1914); 2YD Sydney (Neutral Bay, 1923-1925); 3YD Melbourne (St Kilda, 1924-1927) - Qualifications: cc; CPRT 271, 1916; 2COCP 87, 1930 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 (UK Merchant Seaman) - Electoral Rolls: radio telegraphist (St Kilda, 1919-1924); technician (St Kilda, 1925-1931); dealer (Armadale, 1934-1937); investor (Mornington, 1943); grazier (Dromana, 1949-1954); nil (Mornington, 1963-1972) - Migration: South Africa (1955-1962) ===''DOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Lawson Dook|Dook, Valentine Lawson]] [https://www.familysearch.org/tree/person/details/G7X1-NJH] - 1903(WA)-1978(WA) - Licences: 6KB Perth (Maylands, 1931-1933; Mt Hawthorn, 1937-1939, 1947-1956) - Qualifications: cc; AOCP 754, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter's assistant (East Perth, WA, 1931); oil plant attendant (Leederville, WA, 1936-1937); control room operator (Leederville, WA, 1943; Mt Hawthorn, WA, 1949); electrical foreman (Wembley, WA, 1958-1977) ===''DORWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haxton Dorward|Dorward, William Haxton, Jnr]] [https://www.familysearch.org/tree/person/details/GD77-X62] - 1901(Vic)-1937(NSW) - Licences: 3CA Receive Melbourne (Sandringham, 1922-1923); 3CA Melbourne (Sandringham, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: student (Sandringham, 1924-1926); grazier (Moama, 1930; Fort Station, Barnes, 1935-1937) ===''DOUBIKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Thomas Henry Doubikin|Doubikin, William Thomas Henry]] - 1890(Vic)-1927(Tas) - Licences: Hobart Receive 1920s, early wireless experimenter (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, Councillor, 1924), passed too soon ===''DOUDNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Doudney|Doudney, Herbert William]] [https://www.familysearch.org/tree/person/details/MQDH-R32] - 1873(Eng)-1963(Vic) - Licences: 3EM Receive Melbourne (Balaclava, 1922); 3EM Melbourne (Balaclava, 1923-1927) - Qualifications: cc; AOCP 63, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; minister of religion (Holy Trinity Church) - Electoral Rolls: vicar (St Kilda, 1924-1942); nil (Caulfield, 1949-1954; Elsternwick, 1963) ===''DOUGLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gavin Cunningham Douglas|Douglas, Gavin Cunningham]] [https://www.familysearch.org/tree/person/details/G99J-KJ4] - 1912(Vic)-1992(Vic) - Licences: 3YK Melbourne (Bayswater, 1931-1939, 1947-1950+; Blackburn, 1954; Canterbury, 1955-1960+; Surrey Hills, 1965-1980+) - Qualifications: cc; AOCP 743, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Bayswater, 1935-1949); sales representative (Canterbury, 1963; Surrey Hills, 1968-1980) * [[/Gordon Adye Douglas|Douglas, Gordon Adye]] [https://www.familysearch.org/tree/person/details/LRVY-WLJ] - 1878(Tas)-1957(Tas) - Licences: 7BC Receive Gormanston (1923); Receive Gormanston (1923); 7GD Gormanston (1924-1927+) - Qualifications: cc; AOCP 34, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; mining engineer - Electoral Rolls: mining engineer (Gormanston, 1914-1928); draughtsman (Queenstown, 1936); geological surveyor (Queenstown, 1937-1943); no occupation (Hobart South, 1949; Blackman's Bay, 1954) * [[/Hugh Alexander McKay Douglas|Douglas, Hugh Alexander McKay "Harry"]] [https://www.familysearch.org/tree/person/details/LV3Y-3W4] - 1889(Eng)-1951(NSW) - Licences: 2HD (Class B) Newcastle (1926) - Qualifications: cc; Nil yet identified - Class B broadcaster; witness to Royal Commission 1927 (as a Listener) - Electoral Rolls: chauffeur (Newcastle, 1913); vulcaniser (Hamilton, 1930-1935); manager (Newcastle, 1936-1937); engineer (Mayfield, 1943; Hamilton, 1949) ===''DOWDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Lorens Thomas Dowding|Dowding, Philip Lorena or Loreno or Lorens Thomas]] [https://www.familysearch.org/tree/person/details/GZH8-Z6D] - 1901(Tas)-19??(Vic) - Licences: 7AC Receive Hobart (Moonah, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Moonah, 1922); electrician (St Kilda, 1926-1931; Prahran, 1934; Melbourne, 1937; St Kilda, 1943-1949); electrical foreman (Eildon, 1954) ===''DOWNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Downie|Downie, Frederick William]] [https://www.familysearch.org/tree/person/details/K8Y2-LQ8] - 1879(Vic)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Victoria Police (wireless department, senior constable); witness to Royal Commission 1927 (obo VPF) - Electoral Rolls: labourer (Broadford, 1903); constable (North Carlton, 1909-1924); senior constable (Preston, 1927-1936) ===''DOWNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Evan Downing|Downing, William Evan]] [https://www.familysearch.org/tree/person/details/LHV4-K46] - 1874(Vic)-1948(Vic) - Licences: 3LQ Receive Warrnambool (1923); 3LQ Warrnambool (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: brassfounder (Warrnambool, 1912-1937) ===''DOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Laurence Doyle|Doyle, Herbert Laurence]] [https://www.familysearch.org/tree/person/details/G8VG-WVC] - 1894(Vic)-1945(Vic) - Licences: 3HD Melbourne (Malvern, 1930-1931); 3CR Melbourne (Malvern, 1933; Kooyong, 1937; Frankston, 1938-1939) - Qualifications: AOCP 697, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: independent means (St Arnaud, 1924); grazier (Malvern East, 1925-1927); clerk (Malvern East, 1931-1937); home duties (Malvern, 1943) ===''DRAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James George Drake|Drake, James George]] - 1850(Eng)-1941(Qld) - military (Qld Defence Force, 1880s & 1890s), state politician (Qld MLA, 1880s & 1890s), politician (Postmaster-General 1901-1903) ===''DRANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Edward Draney|Draney, Walter Edward]] [https://www.familysearch.org/tree/person/details/9KLP-VT7] - 1896(Qld)-1983(Qld) - Licences: Receive (Valve) Brisbane (Greenslopes, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: electrician (Milton, Qld, 1919; Greenslopes, Qld, 1921-1928; Tully, Qld, 1937; Toowoomba, Qld, 1954; Toowoomba West, Qld, 1958-1977); retired (Drayton, Qld, 1980) ===''DREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred John Drew|Drew, Alfred John]] [https://www.familysearch.org/tree/person/details/GXLB-1HH] - 1907(SA)-1993(SA) - Licences: 5LN Adelaide (Kensington, 1933-1939; Erindale, 1947-1980+) - Qualifications: cc; AOCP 1078, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Erindale, SA, 1943) ===''DU FEU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Albert James Du Feu|Du Feu, Maurice Albert James]] [https://www.familysearch.org/tree/person/details/GF3M-V9D] - 1917(WA)-2010(NSW) - Licences: 6DF Perth (Subiaco, 1937-1939, 1947-1948; West Perth, 1954-1956; Floreat Park, 1960-1965); 6DU Perth (West Perth, 1948); 2BMD Sydney (Lindfield, 1969+) - Qualifications: cc; AOCP 1875, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: company director (West Perth, WA, 1943; Subiaco, WA, 1949); manager (West Perth, WA, 1954; Floreat Park, WA, 1958-1968); retired (Lindfield, NSW, 1972-1980) ===''DUBOIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Louis Dubois|Dubois, Paul Louis]] [https://www.familysearch.org/tree/person/details/GXZQ-QN3] - 1918(NSW)-1996(Qld) - Licences: 4UJ Brisbane (Rosalie, 1936-1939; Holland Park, 1946-1947; South Brisbane, 1948; Highgate Hill, 1954-1960; Bardon 1960); 4PL Brisbane (Bardon 1980+) - Qualifications: cc; AOCP 1677, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; senior public servant (PMGD, Telstra) - Electoral Rolls: engineer (Rockhampton, Qld, 1943; South Brisbane, Qld, 1949); public servant (Highgate Hill, Qld, 1954-1958); engineer (Bardon, Qld, 1958-1977); manager telecommunications (New Farm, Qld, 1980) ===''DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Duff, William Vere Hobart]] [https://www.familysearch.org/tree/person/details/GMZC-JGP] - 1893(Vic)-1970(Vic) - Licences: 3DB Receive Melbourne (Malvern East, 1922); 3DB Melbourne (Malvern East, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: electrical engineer (Malvern East, 1914); engineer (Malvern East, 1919-1924; Glenferrie, 1931-1937; Toorak, 1943-1954; Harkaway, 1958-1968) ===''DUFFY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Duffy|Duffy, John]] [https://www.familysearch.org/tree/person/details/GXCB-QKJ] - 1907(NSW)-1993(NSW) - Licences: 2AQ Sydney (Redfern, 1933; Woollahra, 1934; Rose Bay, 1935-1937); 4AQ Brisbane (Grange, 1938); 2AQ Sydney (Bondi, 1939, 1946-1950) - Qualifications: cc; AOCP, not yet identified; AOLCP 264, 1936; TVOCP 54, 1957 - amateur operator; amateur broadcaster - Comment: several contemporaneous JDs, needs review - Electoral Rolls: manager (Woollahra, NSW, 1934); engineer (Vaucluse, NSW, 1935); * [[/Maurice Boyce Duffy|Duffy, Maurice Boyce "Morrie"]] [https://www.familysearch.org/tree/person/details/LRYK-S76] - 1886(Vic)-1957(Vic) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/duffy-maurice-boyce-morrie-6030 ADB] * [[/William Oswald Duffy|Duffy, William Oswald]] [https://www.familysearch.org/tree/person/details/GD52-2Q2] - 1861(Eng)-1916(Tas) - Licences: XZO Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: signalman (Battery Point, 1914) ===''DUGGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry George Duggan|Duggan, Harry George]] [https://www.familysearch.org/tree/person/details/LT9H-8LW] - 1905(Vic)-1994(Vic) - Licences: 3XI Warrnambool (1930-1965); 3AXI Warrnambool (1965-1969); 3XI Garvoc (1965-1969) - Qualifications: AOCP 592, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Warrnambool, 1931-1954); engineer (Warrnambool, 1963-1968) ===''DUKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon William Dukes|Dukes, Gordon William]] [https://www.familysearch.org/tree/person/details/G3RY-PGT] - 1909(NSW)-2001(NSW) - Licences: 2WD Sydney (Forest Lodge, 1930-1939; Strathfield, 1946-1950; Homebush, 1954-1956; Cremorne, 1957-1958; Lane Cove, 1960-1980+) - Qualifications: AOCP 571, 1930, No. ?? in NSW; AOLCP 139, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glebe, 1933-1937); radio engineer (Homebush, 1943-1949); engineer (Cremorne, 1954-1958); technician (Lane Cove, 1963-1980) ===''DUNDAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Loftus Dundas|Dundas, Reginald Loftus]] [https://www.familysearch.org/tree/person/details/GXC2-8LM] - 1915(Qld)-1980(Qld) - Licences: 4DU Crawford, Kingaroy Line (1937-1939) - Qualifications: cc; AOCP 1990, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Theodore, Qld, 1937); labourer (Crawford, Kingaroy Line, Qld, 1949-1972); farmer (Torquay, Qld, 1977) ===''DUNLEAVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Francis Dunleavy|Dunleavy, Joseph Francis]] - 19??(???)-19??(???) - Licences: 3JD Melbourne (St Kilda, 1929-1933) - Qualifications: AOCP 508, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (St Kilda, 1924); electrical fitter (Melbourne, 1926; South Yarra, 1931); fitter (St Kilda, 1934) ===''DUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Dunn|Dunn, Richard]] [https://www.familysearch.org/tree/person/details/GDSN-T31] - 1898(NSW)-1986(NSW) - Licences: 2GU Receive Sydney (South Kensington, 1922); 2GU Sydney (South Kensington, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: coachbuilder (Kensington, 1930-1943); manager (Kingsford, 1958); retired (The Entrance, 1963-1980) ===''DUNSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter John Dunstan|Dunstan, Walter John]] [https://www.familysearch.org/tree/person/details/GZXJ-Y3V] - 1904(Vic)-1927(Vic) - Licences: 3JR Receive Ballarat (1922); 3JR Ballarat (1923-1927) - Qualifications: cc; AOCP 106, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Comment: gone too soon - Relationships: brother of William Dunstan, Victoria Cross - Electoral Rolls: student (Ballarat East, 1927) ===''DURBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Keep Durbridge|Durbridge, William Keep]] [https://www.familysearch.org/tree/person/details/GXDN-Z4B] - 1908(WA)-1977(Vic) - Licences: 4FS Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Innisfail, Qld, 1930); clerk (Teneriffe, Qld, 1936-1937); bookkeeper (Dundoo Station, Eulo, Qld, 1937); no occupation (St Kilda, Vic, 1963-1972; Melbourne, Vic, 1977) ===''DUTHOIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert George Duthoit|Duthoit, Albert George]] [https://www.familysearch.org/tree/person/details/GQ94-V82] - 1901(Tas)-1970(Vic) - Licences: Receive (Valve) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical engineer (Waddamana, 1928); labourer (Croydon North, 1931); no occupation (Armadale, 1931); engineer (Hobart South, 1936); electrical engineer (Armadale, 1935-1943); clerk (Ivanhoe, 1949; Oakleigh, 1954; Malvern, 1958); nil (Malvern, 1967-1968) ===''DUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Henry Dutton|Dutton, Thomas Henry]] [https://www.familysearch.org/tree/person/details/LJG1-LRN] - 1862(Eng)-1941(Qld) - Licences: Receive (Crystal) Brisbane (Fortitude Valley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: painter (Rockhampton, Qld, 1903-1905); commission agent (Bowen Hills, Qld, 1908-1909); printer (Valley, Qld, 1913); traveller (Teneriffe, Qld, 1915-1937) =='''E'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''EARLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Edwin Earle|Earle, Frank Edwin]] [https://www.familysearch.org/tree/person/details/G8YV-B62] - 1900(SA)-1967(SA) - Licences: 5BD Adelaide (St Peters, 1923-1928) - Qualifications: cc; CPRT 823, 1924 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Erasmus Earle|Earle, Robert Erasmus]] [https://www.familysearch.org/tree/person/details/GDLX-NC1] - 1894(Eng)-1979(WA) - Licences: 6LC Perth (Floreat Park, 1969-1975) - Qualifications: AOCP 4390, 1966, WA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Floreat Park, 1954-1977) ===''EASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Easter|Easter, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GX2L-656] - 1914(SA)-1983(???) - Licences: 5RO Montieth (1933); 5RO Port Elliot (1937); 5RO Moonta (1938) - Qualifications: cc; AOCP 1111, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Moonta, SA, 1939-1947) - Links: [https://vwma.org.au/explore/people/532330 VWM] ===''EASTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Spencer Easton|Easton, Frederick William Spencer]] [https://www.familysearch.org/tree/person/details/GZ2N-7XD] - 1914(NSW)-1944(PNG) - licences: 2BQ Sydney (Bondi, 1931-1935; Bellevue Hill, 1936-1939) - qualifications: AOCP 846, 1931, No. ?? in NSW - amateur operator, WW2 - electoral rolls: projectionist (Rose Bay, 1936-1943) - "Greater love hath no man than this" ===''EDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Ede|Ede, Charles Frederick or Friederick]] [https://www.familysearch.org/tree/person/details/GS7D-PYL] - 1885(Qld)-1970(Qld) - Licences: Receive Brisbane (Wellington Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Toowong, Qld, 1908; Albion, Qld, 1912-1921); assistant secretary (Manly, Qld, 1925-1963); retired (Wynnum North, 1968) ===''EDGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Waldene Edgar|Edgar, Douglas Waldene]] [https://www.familysearch.org/tree/person/details/L5XS-K4X] - 1895(WA)-1966(WA) - Licences: 6DW New Norcia (1927-1931) - Qualifications: cc; AOCP 314, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Gingin, 1922; New Norcia, 1925-1954); retired (Nedlands, 1958-1963) * [[/John Matheson Edgar|Edgar, John Matheson]] [https://www.familysearch.org/tree/person/details/LB42-K1G] - 1881(Vic)-1960(Vic) - Licences: Receive Geelong (1923); 3YW Geelong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Training College, Carlton, 1903); state school teacher (Ballarat, 1909); teacher (Ballarat, 1913-1914; Geelong, 1917-1924; Essendon, 1925-1954) * [[/Mervyn John Edgar|Edgar, Mervyn John or John Mervyn "Jack"]] [https://www.familysearch.org/tree/person/details/GX4W-647] - 1913(NSW)-2004(Qld) - Licences: 4JE Brisbane (Kangaroo Point, 1934-1939) - Qualifications: cc; AOCP 1302, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, Radio Location Unit); radio retailing (Tracksons) - Electoral Rolls: shop assistant (Kangaroo Point, Qld, 1937); salesman (Kedron, Qld, 1943-1949); shop assistant (Bulimba, Qld, 1958-1980) ===''EDWARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Patrick Joseph Edwards|Edwards, Frederick Patrick Joseph]] [https://www.familysearch.org/tree/person/details/GFSX-5YG] - 1918(WA)-2004(WA) - Licences: 6DN Merredin (1938-1939); 6DN Perth (West Perth, 1947-1965; Ardross, 1969) - Qualifications: cc; AOCP 2127, 1938, WA; BOCP 278, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: clerk (Merredin, WA, 1943); wireless operator (West Perth, WA, 1943-1954; Perth, WA, 1958-1968); clerk (Ardross, WA, 1972-1980) * [[/H. E. Edwards|Edwards, H. E.]] - 19??(???)-19??(???) - Licences: 5RN Adelaide (Croydon, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert John Edwards|Edwards, Herbert John]] [https://www.familysearch.org/tree/person/details/GXF5-KP8] - 1894(Eng)-19??(???) - Licences: 4KR Willis Island (1937) - Qualifications: cc; CPRT 802, 1923; 2COCP 18, 1929; 1COCP 208, 1931 - amateur operator; amateur broadcaster - Comment: several contemporaneous HJEs - Electoral Rolls: wireless operator (Rose Bay, NSW, 1930-1933); radio operator (Lord Howe Island, NSW, 1949); communication officer (Rose Bay, NSW, 1954) ===''EGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mavis Evelyn Egan|Fogg nee Egan, Mavis Evelyn or Evelene]] [https://www.familysearch.org/tree/person/details/GW8N-1JK] - 1900(Tas)-1995(Tas) - Licences: Receive (Crystal) Stanley (1923) - Qualifications: cc; Nil yet identified - amateur receiver (YL) - Electoral Rolls: clerk (Stanley, 1928); home duties (Wynyard, 1936-1943; Smithton, 1949; Sale, Vic, 1954; Cohuna, 1963; Devonport, 1972) ===''EGGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Percy Eggleton|Eggleton, Eric Percy]] [https://www.familysearch.org/tree/person/details/GSTZ-5G9] - 1903(Qld)-1979(Qld) - Licences: 4DA Receive Toowoomba (1923-1924); 4DA Toowoomba (1925-1931) - Qualifications: cc; AOCP 81, 1925, No. 9 in Qld - amateur receiver; amateur operator; amateur broadcaster; employment (QATB) - Electoral Rolls: machinist (Toowoomba, 1925-1926); ambulance bearer (Toowoomba, 1931); ambulance superintendent (Dayboro, 1936-1943; Charleville, 1949-1958; Stanthorpe, 1963); retired (Caloundra, 1968-1977) ===''ELDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Mackenzie Elder|Elder, James Alexander Mackenzie]] [https://www.familysearch.org/tree/person/details/97W3-7FL] - 1869(Sct)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Awards: KBE - Electoral Rolls: manager (Essendon, 1905); merchant (Moonee Ponds, 1908-1909); director (South Yarra, Vic, 1936-1943) - Links: [https://adb.anu.edu.au/biography/elder-sir-james-alexander-6099 ADB] ===''ELLERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lewis John Ellery|Ellery, Robert Lewis John]] - 1827(Eng)-1908(Vic) - early telephone experimenter, Vic Government Astronomer ===''ELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Neville Elliott|Elliott, Robert Neville]] [https://www.familysearch.org/tree/person/details/GXXN-PPJ] - 1907(Qld)-1979(Qld) - Licences: 4DW Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Toowoomba, Qld, 1936-1937); company manager (Toowoomba, Qld, 1949); chartered accountant (Toowoomba, Qld, 1954-1963); accountant (Brisbane, Qld, 1968); chartered accountant (Toowoomba, Qld, 1972); accountant (Toowoomba, Qld, 1977) * [[/Ronald Donovan Elliott|Elliott, Ronald Donovan]] [https://www.familysearch.org/tree/person/details/G799-LTX] - 1910(SA)-1978(SA) - Licences: 5RD Adelaide (Lower Mitcham, 1931-1933; Da Costa Park, 1937; Kirkcaldy, 1938-1939) - Qualifications: cc; AOCP 758, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: solicitor (Kirkcaldy, SA, 1939; Westbourne Park, 1941-1943) * [[/Thomas Murray Browse Elliott|Elliott, Thomas Murray Browse "Tom"]] [https://www.familysearch.org/tree/person/details/G3W8-947] - 1899(Qld)-1971(Qld) - Licences: 4CM Brisbane (City, 1946-1969); operator of Valentine's 4CM licence 1925-1939 - Qualifications: cc; AOCP 72, 1925, No. 6 in Qld - amateur operator; amateur broadcaster; early television experimenter - Electoral Rolls: clerk (Fortitude Valley, 1921); salesman (Brisbane City, 1925-1931); sound engineer (Observatory, 1937-1943); company manager (City, 1949-1958); retired (Burleigh Heads, 1963-1968) ===''ELLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Austin Ellis|Ellis, Clive Austin]] [https://www.familysearch.org/tree/person/details/G86V-9HT] - 1912(Vic)-1972(Vic) - Licences: 3LZ Melbourne (Williamstown, 1930-1931; Caulfield, 1933-1939; Newport, 1946-1956; Moorabbin, 1960-1969) - Qualifications: AOCP 598, 1930, No. ?? in Victoria - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1937; Newport, 1943-1954); valuer (Moorabbin, 1958-1972) * [[/John Osborne Ellis|Ellis, John Osborne]] [https://www.familysearch.org/tree/person/details/GHTM-Q42] - 1910(Eng)-1999(SA) - Licences: Nil identified - Qualifications: AOCP 522, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Kimba, 1939-1943) ===''ELSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Robert Elsbury|Elsbury (adopted) or Wilson Bowman (biological), Cyril Robert]] [https://www.familysearch.org/tree/person/details/GFMG-5CW] - 1897(Qld)-1961(WA) - Licences: 6JE Kalgoorlie (1934-1939); 6JE Fimiston (1947-1956); 6JE Nornalup (1960) - Qualifications: cc; AOCP 1372, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (Kalgoorlie, WA, 1922); mine timekeeper (Kalgoorlie, WA, 1925-1943); assistant accountant (Fimiston, WA, 1949-1954); mine paymaster (Kalgoorlie, WA, 1958) ===''ELWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Gregory Elworthy|Elworthy, Colin Gregory "Col"]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''EMBLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Stewart Austin Embling|Embling, Stewart Austin]] [https://www.familysearch.org/tree/person/details/GZGH-YQM] - 1907(Vic)-1998(Vic) - Licences: Receive (Valve) Melbourne (Toorak, 1923-1925); 3DC Melbourne (Toorak, 1926-1939) - Qualifications: AOCP 236, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Toorak, 1931-1943); assurance officer (Toorak, 1949-1980) ===''EVANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Hubert Evans|Evans, Albert Henry Hubert]] [https://www.familysearch.org/tree/person/details/GH8N-BFX] - 1894(SA)-1981(SA) - Licences: XVD Adelaide (Mile End, 1913) - Qualifications: cc; CPRT 255, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: assistant manager (Woollahra, 1949) * [[/Griffith Benjamin Evans|Evans, Griffith Benjamin]] [https://www.familysearch.org/tree/person/details/GXQN-HL3] - 1877(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS - Electoral Rolls: naval telegraphist (Eden Vale, Vic, 1914-1915); telegraphist (Coburg, Vic, 1919); retired (Vaucluse, NSW, 1954-1963) * [[/Percy Evans|Evans, Percy]] [https://www.familysearch.org/tree/person/details/G84B-DKL] - 1894(Eng)-1976(Vic) - Licences: 2OW Sydney (Kensington, 1928-1929; Randwick, 1930-1931); 3OZ Melbourne (Glen Iris, 1947-1948; Boronia, 1948; North Ringwood, 1954-1975) - Qualifications: AOCP 458, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: sales manager (Kensington, 1930); salesman (Randwick, 1930-1931); sales manager (Camberwell, 1933-1937; Glen Iris, 1949); manager (Ringwood, 1954-1972) * [[/R. Evans|Evans, R.]] - 19??(???)-19??(???) - Licences: 2SP Sydney (Clovelly, 1923-1927) - Qualifications: AOCP 265, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: * [[/Thomas Evan Evans|Evans, Thomas Evan]] [https://www.familysearch.org/tree/person/details/GZJ7-S1L] - 1904(NZ)-1942(At Sea) - 3EV Melbourne (East St Kilda, 1925-1927), 9EV Rabaul (1933+), amateur operator (AOCP 160, 1925, No. ?? in Vic), amateur broadcaster, medical assistant, technical assistant, Civilian POW captured at Rabaul, died on board the "Montevideo Maru" when it was torpedoed and sunk en route from Rabaul to Hainan, where Thomas was destined for forced labour. * [[/Trevor Elliott Evans|Evans, Trevor Elliott]] [https://www.familysearch.org/tree/person/details/GZJQ-GRC] - 1903(Vic)-1979(Vic) - 3KD Receive Melbourne (East Brunswick, 1922-1924), 3RK Melbourne (East Brunswick, 1925-1933; Pascoe Vale, 1937-1939), amateur operator (AOCP 159, 1925, No. ?? in Vic), amateur broadcaster, electrician (East Brunswick, 1931), contractor (Pascoe Vale, 1972) * [[/Trevor Frederick Evans|Evans, Trevor Frederick]] [https://www.familysearch.org/tree/person/details/L292-N4L] - 1902(NSW)-1978(NSW) - 2NS Blayney (1925-1929), 2NS Bathurst (1930-1939, 1946-1975+), amateur operator (AOCP 113, 1925, No. ?? in NSW), amateur broadcaster, broadcast engineer (BOCP 19, 1936) (2BS) ===''EVERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Every|Every, George Edward]] [https://www.familysearch.org/tree/person/details/LDSS-VT4] - 1894(Eng)-1961(Vic) - Licences: 7GE Hobart (1931); 3GE Queenscliff (1937-1939); 3GE Balcombe (1947-1948); 3GE Carrum (1954-1956); 3GE Bonbeach (1960-1969+) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military instructor; WW1 (UK) - Electoral Rolls: silver mounter (Ivanhoe, Vic, 1919); soldier (Launceston, 1922; Hobart South, 1922); military instructor (Hobart South, 1928); soldier (Queenscliff, Vic, 1935-1937); military officer (Albury, NSW, 1943; Victoria Park, Qld, 1949); clerk (Frankston, 1949); accountant (Carrum, 1954) ===''EWING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Thomson Ewing|Ewing, Thomas Thomson]] - 1856(NSW)-1920(NSW) - state politician (NSW MLA), federal politician (MHR, acting Postmaster-General) ===''EXTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Walter Exton|Exton, George Walter]] [https://www.familysearch.org/tree/person/details/K8QY-5XH] - 1882(NSW)-1970(Qld) - Licences: 2CZ Lismore (1922-1930) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast proprietor and engineer (2XN Lismore) - Electoral Rolls: electrician (Lismore, NSW, 1930-1963); retired (Saddlers Crossing, Qld) =='''F'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''FABER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Thomas Faber|Faber, William John Thomas "Bill"]] - 19??(???)-1976(Qld) - 4WF Ayr (-1938+), Brisbane (Kedron, -1948-1949+) , amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''FAGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Reginald Joseph Fagan|Fagan, William Reginald Joseph "Reg"]] [https://www.familysearch.org/tree/person/details/KLF3-QPM] - 1883(NSW)-1944(NSW) - Licences: 2RJ Receive Mandurama (1922); 2RJ Mandurama (1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio station (director, 2SM) - Electoral Rolls: grazier (Mandurama, 1913-1943) ===''FAIRHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allen Fairhall|Fairhall, Allen]] [https://www.familysearch.org/tree/person/details/LZB3-PKT] – 1909(NSW)-2006(NSW) – Licences: 2KB Newcastle (Hamilton, 1928–1929; New Lambton, 1930–1931; Cooks Hill, 1933–1934; City, 1935; Cooks Hill, 1937; City, 1938–1939; Hamilton, 1946–1961; City, 1965-1980+); 2AKL Paterson (1948–1958) – Qualifications: AOCP 391, 1928, No. ?? in NSW; AOLCP 23, 1930 – amateur operator, amateur broadcaster, proprietor 2KO Newcastle, WW2 – Electoral Rolls: radio engineer (New Lambton, 1931–1932); manager (Newcastle, 1933–1949); primary producer (Trevallyn, 1954); M.H.R. (Newcastle, 1958); member of parliament (Newcastle, 1963–1968); manager (Newcastle, 1972–1980) - [[w:Allen Fairhall|Wikipedia]] ===''FALCONER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Illman Falconer|Falconer, Charles Illman]] [https://www.familysearch.org/tree/person/details/GZK9-PJ6] – 1885(Vic)-1962(NSW) – Receive (Valve) Melbourne (Canterbury, 1923–1924), 3CF Melbourne (East Malvern, 1925–1926; Canterbury, 1927; Surrey Hills, 1931–1939, 1946–1954), 2AUF Terrigal (1955–1961), amateur operator (AOCP 204, 1925, No. ?? in Vic), amateur broadcaster, engineer (Clifton Hill, 1909), mechanic (Fitzroy, 1914), engineer (Canterbury, 1915–1949), retired (Terrigal, 1958–1963) ===''FALLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyle Clifford Falls|Falls, Lyle Clifford]] [https://www.familysearch.org/tree/person/details/GDLC-1VR] - 1899(Vic)-1945(Vic) - Licences: 3DL Receive Melbourne (Caulfield, 1922); 3DL Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: student (Caulfield, 1924-1925); instructor (Kew, 1926-1943) ===''FANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Fanning nee Harriss, Dorothy Winnifred – see Harriss, Dorothy Winnifred (Fanning) ===''FANSHAWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Dalrymple Fanshawe|Fanshawe, Arthur Dalrymple]] [https://www.familysearch.org/tree/person/details/GM7D-QY6] – 1847(Eng)-1936(Eng) – Admiral of UK Fleet, Commander-in-Chief Australia Station – Links: [[w:Arthur Dalrymple Fanshawe|Wikipedia]] ===''FARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell George Farmer|Farmer, Maxwell George]] [https://www.familysearch.org/tree/person/details/GXG1-SHR] - 1916(SA)-1991(SA) - Licences: 5GF Adelaide (Knoxville, 1933-1939; North Norwood, 1947-1948; Adelaide City, 1954-1956; Plympton, 1960-1980+); 5GY Portable Adelaide (Knoxville, 1938-1939) - Qualifications: cc; AOCP 1217, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Knoxville, SA, 1939-1943) ===''FARRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Howard Farrell|Farrell, John Howard]] [https://www.familysearch.org/tree/person/details/GXWT-CJT] - 1913(Qld)-1975(Qld) - Licences: 4WJ Brisbane Windsor, 1933-1939; Chermside, 1946-1948); 4WJ Quilpie (1954-1960); 4WJ Somerset Dam (1965-1975) - Qualifications: cc; AOCP 1103, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Windsor, 1936-1937); electrical engineer (Chermside, 1943-1949; Quilpie, 1954-1958); superintendent (Somerset Dam, 1963-1972) ===''FAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Harold Faul|Faul, Albert Harold]] [https://www.familysearch.org/tree/person/details/GZTD-S74] – 1907(NSW)-1979(NSW) – Licences: Receive Melbourne (St Kilda, 1923–1924); 3AH Melbourne (St Kilda, 1926–1927) – Qualifications: AOCP 288, 1926, No. ?? in Vic – amateur operator, amateur broadcaster – Electoral Rolls: student (St Kilda, 1931–1934); lecturer (Camberwell, 1936); engineer (Bellevue Hill, 1936–1937; Camberwell, 1943); company director (Killara, 1949–1977) ===''FAULKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Wollas Faulks|Faulks, Richard Wollas "Wol"]] [https://www.familysearch.org/tree/person/details/LCD3-BQ3] - 1902(NSW)-1978(NSW) - Licences: 2WF Sydney (Ashfield, 1929-1931; Hurlstone Park, 1933; Canterbury, 1934-1939) - Qualifications: AOCP 557, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Ashfield, 1930; Canterbury, 1933-1977) ===''FAWKNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Pascoe Robert Fawkner|Fawkner, Ernest Pascoe Robert]] [https://www.familysearch.org/tree/person/details/GDYB-YKW] - 1901(Tas)-1954(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: manager (Kings Meadows, 1928); furniture manufacturer (South Launceston, 1936) ===''FEENAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Leo Michael John Feenaghty|Feenaghty, Leo Michael John]] [https://www.familysearch.org/tree/person/details/LYG2-RMT] - 1900(Qld)-1997(Qld) - Licences: 4LJ Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 291, 1926, No. 28 in Qld - amateur operator; amateur broadcaster; radio club administrator; state public servant - Electoral Rolls: public servant (Wooloowin, 1925-1931); assistant secretary (Ashgrove, 1936-1958); public servant (Highgate Hill, 1963); retired (Isle of Capri, 1972-1980) ===''FELDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Feldman|Feldman, John Frederick Jnr]] [https://www.familysearch.org/tree/person/details/GZNZ-5DH] - 1905(Vic)-1987(Vic) - 3QH Receive Geelong (South Geelong, 1923-1924), 3QH Geelong (South Geelong, 1925-1939), amateur operator (AOCP 140, 1925, No. ?? in Qld), amateur broadcaster, bricklayer ===''FELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Frederick Fell|Fell, Evan Frederick]] [https://www.familysearch.org/tree/person/details/GXH4-FTW] - 1914(Qld)-1994(Qld) - Licences: 4EF Brisbane (Ashgrove, 1932-1939); 4EF Barcaldine (1946-1948); 4EF Mackay (1954-1955); 4EF Brisbane (Ashgrove, 1956; Bardon, 1960-1980+) - Qualifications: cc; AOCP 978, 1932, No. ?? in Qld; AOLCP 175, 1934 - amateur operator; amateur broadcaster; WW2; state public servant (inspector); property developer - Electoral Rolls: clerk (Ashgrove, Qld, 1936-1943); engineer (Townsville, Qld, 1949; Mackay, Qld, 1954); public servant (Bardon, Qld, 1958-1977) ===''FELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/L. C. Fells|Fells, L. C.]] - 19??(???)-19??(???) - Licences: 3DL Melbourne (Caulfield, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''FELTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Felton|Felton, William Robert]] [https://www.familysearch.org/tree/person/details/G8M5-C2J] - 1897(NSW)-1956(NSW) - Licences: 2RF Sydney (Petersham, 1927-1929; Belmore, 1930-1939, 1946-1956); 2RT Sydney (Kogarah, 1937) - Qualifications: AOCP 366, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: radio engineer (Belmore, 1930-1934); engineer (Belmore, 1936-1937); soldier (Belmore, 1943); radio technician (Belmore, 1949-1954) ===''FERGUSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Angus Ferguson|Ferguson, Colin Angus]] [https://www.familysearch.org/tree/person/details/L1DH-9KM] - 1917(SA)-2009(SA) - Licences: 5CJ Mt Gambier (1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1994, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Mt Gambier, SA, 1939-1943) * [[/Cyril E. Ferguson|Ferguson, Cyril E.]] - 1893(NZ)-19??(???) - commercial operator (1COCP 2, 1914, No. 2 in Aus) - coastal station operator? ===''FERRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Walter Cecil Ferrall|Ferrall, Edgar Walter Cecil]] [https://www.familysearch.org/tree/person/details/GQMF-G97] - 1898(Tas)-1971(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Launceston, 1919-1949); inspector (Kingston Beach, 1954) ===''FERRICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Bernard Ferricks|Ferricks, Michael Bernard "Bernie"]] [https://www.familysearch.org/tree/person/details/L58X-S4X] - 1914(Qld)-1992(Qld) - Licences: 4UW Brisbane (Fortitude Valley, 1935-1939) - Qualifications: cc; AOCP 1471, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Valley, Qld, 1936-1937); chemist (Northgate, Qld, 1949-1977); retired (Cairns, Qld, 1980) ===''FIEDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Victor Fiedler|Fiedler, Leslie Victor]] [https://www.familysearch.org/tree/person/details/KHNW-3JZ] - 1906(SA)-1969(WA) - Licences: 5SL Adelaide (Woodville, 1927-1933), 5SL Moonta (1937-1939) - Qualifications: cc; AOCP 353, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Henley, 1939-1943); theatre manager (Belmont, 1949); film exhibitor (Mt Lawley, 1958); company director (Mt Lawley, 1963-1968) ===''FIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph William Field|Field, Ralph William]] [https://www.familysearch.org/tree/person/details/G86V-Q5T] - 1915(Vic)-2007(Vic) - Licences: 3RF Melbourne (Caulfield, 1930-1939; Ormond, 1946-1948); 3LJ Melbourne (Ormond, 1954-1960) - Qualifications: AOCP 599, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: compositor (Caulfield, 1937); machinist (Bentleigh, 1942-1977) ===''FILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Crawford Files|Files, Jack Crawford]] [https://www.familysearch.org/tree/person/details/GXWG-JWJ] - 1907(Qld)-1967(Qld) - Licences: 4JF Brisbane (Buranda, 1932-1935; Coorparoo, 1936-1939; Buranda 1946-1965) - Qualifications: cc; AOCP 1055, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, QSL manager); journalist (Teleradio, WIA Notes); accountant - Electoral Rolls: sheet metal worker (Buranda, Qld, 1931-1934; Coorparoo, Qld, 1936-1937); metal worker (Buranda, Qld, 1943-1963) ===''FILMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Le Roy Drowley Filmer|Filmer, Le Roy Drowley]] [https://www.familysearch.org/tree/person/details/GZNF-2Z7] - 1902(NSW)-1976(NSW) - 2FT Newcastle (Toronto, 1925-1930; Hamilton South, 1931), amateur operator (AOCP 148, 1925, No. ?? in NSW), amateur broadcaster, metallurgist ===''FINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Edward Finch|Finch, Alan Edward]] [https://www.familysearch.org/tree/person/details/G6M4-987] - 1915(Tas)-1974(Vic) - Licences: 7CJ Launceston (Mowbray Heights, 1935-1939); 7CJ Hobart (New Town, 1946-1954); 7CJ Kelso (1955-1956); 3AEO Shepparton (1960-1975) - Qualifications: cc; AOCP 1575, 191935, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (St Leonards, 1936-1937); mechanic (New Town, 1943-1954); public servant (Radio Australia, Shepparton, Vic, 1963-1968); technician (Shepparton, 1972) ===''FINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Warren Finn|Finn, Leonard Warren]] [https://www.familysearch.org/tree/person/details/GX2K-4P6] - 1914(SA)-1999(SA) - Licences: 5SP Adelaide (Seaton Park, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1671, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Seaton Park, SA, 1939-1943) ===''FINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Finney|Finney, William "Bill"]] [https://www.familysearch.org/tree/person/details/GDVD-W2H] - 1881(Qld)-1954(Qld) - Licences: 4AU Brisbane (Red Hill, 1923-1925); 4WF Brisbane (Red Hill, 1926-1929) - Qualifications: cc; CPRT 845, 1925; 2COCP 307, 1940 - amateur operator; amateur broadcaster; radio club (WIAQ); honorary radio inspector - Electoral Rolls: telegraph operator (Red Hill, 1903-1905); telegraphist (New Farm, 1908; Newmarket, 1909; Red Hill, 1913-1937; East Nundah, 1949; Wooloowin, 1954) ===''FISHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Hugh Fisher|Fisher, Douglas Hugh]] [https://www.familysearch.org/tree/person/details/GD15-N13] - 1913(Vic)-1978(Tas) - Licences: 7AB Launceston (1934-1939); 7AB Burnie (1946-1948); 7AB Devonport (1954-1955); 7AB Lenah Valley (1956); 7AB Zeehan (1960); 7AB Oatlands (1965-1969; 7AB Claremont (1975) - Qualifications: cc; AOCP 1373, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: father of 7ZEE Neville Grant Fisher - Electoral Rolls: clerk (Launceston, 1936); bank clerk (Launceston, 1937; Burnie, 1943-1949; Devonport, 1954) ===''FISK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Thomas Fisk|Fisk, Ernest Thomas]] - 1886(Eng)-1965(NSW), 2EF Sydney (Lindfield, 1933-1939), early wireless experimenter, amateur radio operator (pre AOCP, no record of AOCP, AOCP 1055, 1932, No. ?? in NSW), broadcast and radiocommunications business proprietor (AWA), operated prior to 1933 under various AWA callsigns, 2MC in 1928 was licensed to his residence at Vaucluse - Links: [https://adb.anu.edu.au/biography/fisk-sir-ernest-thomas-6177 ADB] [http://messui.polygonal-moogle.com/valves/NW198906.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198907.pdf EA2] ===''FITCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campbell Fitchett|Fitchett, John Campbell]] [https://www.familysearch.org/tree/person/details/LDQJ-K7W] - 1900(Vic)-1939(Vic) - Licences: XJDM Melbourne (Balwyn, 1913-1914); 3BL Melbourne (Balwyn, 1922-1925; Brighton, 1926-1939) - Qualifications: cc; CPRT 609, 1921 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: journalist (Brighton, 1928-1937) - TroveTag: "XJDM-3BL - John Campbell Fitchett" ===''FITTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Stephen Luther Fittell|Fittell, Stephen Luther "Steve"]] [https://www.familysearch.org/tree/person/details/GCN9-KRT] - 1910(Qld)-1999(Qld) - Licences: 4JO Gympie (1929-1939); 4YF Gympie (1975-1980+) - Qualifications: cc; AOCP 487, 1929, No. ?? in Qld; 2COCP 280, 1930 - amateur operator; amateur broadcaster; member radio club (WIAQ, Gympie ARC); commercial broadcaster (4GY) - Electoral Rolls: radio specialist (Gympie, 1937); radio dealer (Gympie, 1943-1980) ===''FITZALAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Albini Lawrence Fitzalan|Fitzalan, Herbert Albini Lawrence "Hal"]] - 19??(???)-1951(Qld) - 4HF Brisbane?, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, Halcyon (not mentioned) ===''FITZGERALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Francis Fitzgerald|Fitzgerald, Eric Francis]] [https://www.familysearch.org/tree/person/details/G84F-Z7H] - 1907(Qld)-1978(NSW) - Licences: 2EA Sydney (Bellevue Hill, 1928-1929; Burwood, 1930-1931; Pagewood, 1931; Abbotsford, 1931; Bellevue Hill, 1933-1937; Waverley, 1938-1939); 2AAO Sydney (Chatswood, 1950-1961) - Qualifications: AOCP 467, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woolahra, 1930-1931); salesman (Coogee, 1937); clerk (Chatswood, 1943-1977) * [[/Patrick Michael Anthony Fitzgerald|Fitzgerald, Patrick Michael Anthony "Pat"]] [https://www.familysearch.org/tree/person/details/G33Q-6K9] - 1908(Qld)-1988(Qld) - Licences: 4PF Rockhampton (1936-1939) - Qualifications: cc; AOCP 1802, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rockhampton, Qld, 1930); public servant (Rockhampton, Qld, 1931-1968); clerk (Corinda, Qld, 1972-1977); retired (Emu Park, Qld, 1980) ===''FITZGIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard John Fitzgibbons|Fitzgibbons, Richard John]] [https://www.familysearch.org/tree/person/details/GXXN-QPG] - 1893(Qld)-1969(Qld) - Licences: 4DV Receive Brisbane (Ascot, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: locomotive fitter (Maryborough, Qld, 1916-1919); engine fitter (Ascot, Qld, 1921-1968) ===''FITZMAURICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Simcoe Fitzmaurice|Fitzmaurice, James Simcoe]] [https://www.familysearch.org/tree/person/details/GDKS-KCF] - 1861(Vic)-1934(SA) - Licences: XYB Perth (1913-1914); 5FT Adelaide (North Walkerville, 1923-1933) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; PMGD (State Engineer, WA & SA); MIEE, AMIEE - Electoral Rolls: electrical engineer (Claremont, 1914-1916) ===''FLAHERTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Thomas Holm Flaherty|Flaherty, Gordon Thomas Holm]] [https://www.familysearch.org/tree/person/details/G6Q2-C9T] - 1900(Vic)-1967(Qld) - Licences: 4CB Receive Brisbane (South Brisbane) - Qualifications: cc; Nil yet identified - amateur receiver; WW2; federal public servant (PMGD) - Electoral Rolls: postman (South Brisbane, 1922); telephone mechanic (Buranda, 1925; Coorparoo, 1928); mechanic (Camp Hill, 1936; Beaudesert, 1937-1943); technician (Camp Hill, 1949-1963) ===''FLETCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Fletcher|Fletcher, Austin]] [https://www.familysearch.org/tree/person/details/LZKQ-2QR] - 1891(Eng)-1922(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 128, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: wireless engineer (Roebourne, 1913); radio operator (Esperance, 1916-1917); wireless operator (Roebourne, 1917-1918); telegraphist (Oakleigh, 1921) ===''FLOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Flood|Flood, Arthur George]] [https://www.familysearch.org/tree/person/details/G6BF-HPG] - 1883(Eng)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 238, 1916; 2COCP 415, 1932; 1COCP 348, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIL Flinders Island (1917-1918) - Electoral Rolls: engineer (Emita, Flinders Island, Tas, 1914-1919); radio telegraphist (Thursday Island, 1925; Meeandah, Qld, 1928; Eagle Farm, Qld, 1936-1937; Cooktown, Qld, 1943); retired (Cairns, 1954-1958; Eventide Home, Charters Towers, 1963) ===''FOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Lillico Fogg|Fogg, Hugh Lillico]] [https://www.familysearch.org/tree/person/details/GW8N-KRZ] - 1900(Tas)-1975(WA) - Licences: 6HF Perth (Mt Lawley, 1931-1939); 5HF Mt Barker (1947-1948); 3AHF Benalla (1954-1960); 6HF Perth (Inglewood, 1965-1975) - Qualifications: cc; AOCP 787, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Perth, WA, 1931); clerk (Maylands, WA, 1936); bank officer (Maylands, WA, 1943); manager (ANZ Bank, Benalla, Vic, 1954); retired (Inglewood, WA, 1963-1972) ===''FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry James Bartholomew Foley|Foley, Henry James Bartholomew]] [https://www.familysearch.org/tree/person/details/G8QZ-5SV] - 1886(NSW)-1954(NSW) - Licences: Sydney (Randwick, 1911) - Qualifications: pre AOCP - early wireless experimenter - Electoral Rolls: clerk (Randwick, 1913); merchant (Drummoyne, 1930-1954) ===''FOLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Ulrich Francis Folie|Folie, Max Ulrich Francis]] [https://www.familysearch.org/tree/person/details/G8VC-Y7F] - 1909(Vic)-1968(Vic) - Licences: 3WZ Melbourne (Hawthorn East, 1930-1933); 3GZ Mildura (1946-1965) - Qualifications: AOCP 682, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Auburn, 1931); radio engineer (Mildura, 1934-1968) ===''FONTAINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Alfred Fontaine|Fontaine, Louis Alfred]] [https://www.familysearch.org/tree/person/details/GMDQ-L2V] - 1894(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT, 1914, No. 3 in Aus and Vic - RANRS; coastal wireless operator (VIG, Port Moresby, 1915-1918) - Electoral Rolls: radio telegraphist (Radio Station, Wyndham, 1918; Geraldton, 1922; Thursday Island, 1934-1936); telegraphist (St Kilda, 1937); radio telegraphist (Malvern, 1942); electrician (Camberwell, 1949) ===''FOOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Foot|Foot, George]] [https://www.familysearch.org/tree/person/details/G6BT-FVF] - 1878(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 36, 1915 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: wireless operator (South Yarra, 1915; St Kilda, 1916-1917); RAN (Balaclava, 1919); tobacconist (Sandringham, 1925); manager (Prahran, 1937); clerk (St Kilda, 1942); retired (Dandenong, 1949-1954) ===''FORECAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Mark Llewllyn Forecast|Forecast, Arthur Mark Llewllyn]] [https://www.familysearch.org/tree/person/details/9HPS-H18] - 1901(Vic)-1986(Vic) - Licences: 3AM Melbourne (Malvern, 1926-1931; St Kilda, 1933; Caulfield, 1937-1939, 1946-1948; The Basin, 1954-1975; Ferntree Gully, 1980+) - Qualifications: AOCP 279, 1926, No. ?? in Vic; AOLCP 141, 1934; BOCP 156, 1938; 1COCP 245, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: biograph operator (Malvern, 1925-1928); projectionist (St Kilda, 1931-1934); biograph operator (Caulfield East, 1937-1942; Glenhuntley, 1949); projectionist (The Basin, 1963-1972); retired (Ferntree Gully, 1977; Knoxfield, 1980) ===''FOREMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Graham Foreman|Foreman, Edgar Graham]] [https://www.familysearch.org/tree/person/details/GD95-36X] - 1908(Qld)-1981(Qld) - Licences: 4GF Ayr (1935-1939); 4GF Townsville (North Ward, 1947-1980+) - Qualifications: cc; AOCP 1577, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Stanton Hill, Qld, 1930); salesman (Ayr, Qld, 1934-1937); procurement specialist (Townsville, Qld, 1949); business proprietor (Townsville, Qld, 1954-1968); proprietor (Townsville, Qld, 1972-1980) ===''FORREST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Forrest|Forrest, John]] - 1847(WA)-1918(???) - state politician, senior federal politician (Postmaster-General 1901, 17 days) ===''FORSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Joseph Forshaw|Forshaw, Charles Joseph]] [https://www.familysearch.org/tree/person/details/GDGW-783] - 1895(Vic)-1961(Vic) - Licences: XJDA Melbourne (Elwood, 1913-1914); V736 Receive Hamilton (1922); 3GQ Receive Hamilton (1922) - Qualifications: cc; Nil yet identifed - early wireless experimenter; amateur receiver; WW1 - Electoral Rolls: bank clerk (Myrtleford, 1917); clerk (Oakleigh, 1924-1937; Gardiner, 1943; Elsternwick, 1949; Glenhuntly, 1954) ===''FORSYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Arthur Forsyth|Forsyth, Royce Arthur]] [https://www.familysearch.org/tree/person/details/GD1R-3S5] - 1917(Tas)-1973(Tas) - Licences: 7BC Launceston (1936-1939) - Qualifications: cc; AOCP 1637, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (Launceston, 1943); teacher (Hobart North, 1944); schoolteacher (Bellerive, 1949-1972) ===''FORSYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Edgar Forsythe|Forsythe, Leonard Edgar]] [https://www.familysearch.org/tree/person/details/GWBY-MTR] - 1894(NSW)-1981(NSW) - Licences: 2BF Receive Sydney (Northbridge, 1922); 2BF Sydney (Northbridge, 1922-1929; Drummoyne, 1930-1933; Snapper Island, 1934-1939) - Qualifications: cc; AOCP 40, 1924, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: flagmaker (Northbridge, 1930-1949); department manager (Drummoyne, 1958); ship's chandler (Drummoyne, 1963-1980) ===''FORTESCUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fortescue|Fortescue, Charles]] [https://www.familysearch.org/tree/person/details/LD8X-GQ7] - 1893(Qld)-1971(Qld) - Licences: 4GE Toowoomba (1922-1924); 4CF Toowoomba (1925-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military (CMF, Colonel); WW2; jeweller - Electoral Rolls: jeweller (Toowoomba, 1913-1958); nil (Toowoomba, 1963-1968) ===''FOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Foster|Foster, Ernest John "Ernie"]] - 1914(Qld)-1967(Qld) - 4BY Brisbane, amateur operator (no record of AOCP; AOCP ??, 19??, No. ?? in Qld), broadcast engineer (4MB, 4BU), military (WW2, RAAF) * [[/James Foster|Foster, James]] [https://www.familysearch.org/tree/person/details/GX2Z-27G] - 1915(SA)-1998(SA) - Licences: 5TX Adelaide (North Kensington, 1933-1939); 5LU Adelaide (Dulwich, 1947-1948; Oaklands, 1954-1965; Marion, 1969-1980+) - Qualifications: cc; AOCP 1140, 1933, SA; 1COCP 1046, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (Frewville, SA, 1943) ===''FOURRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Fourro|Fourro, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/G4D1-YRR] - 1906(NSW)-1978(ACT) - Licences: 2VF Corowa (1930-1936) - Qualifications: AOCP 703, 1930, NSW; AOLCP 165, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Narrandera, 1930); telephone mechanic (Corowa, 1931-1935); wireless mechanic (Corowa, 1936); mechanic (Brighton-le-Sands, 1937); foreman mechanic (2CY Canberra, 1943-1954); supervising technician (2BA Bega, 1958-1963); technician (Merimbula, 1968-1972) ===''FOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Malcolm Fowles|Fowles, Gordon Malcolm]] [https://www.familysearch.org/tree/person/details/G8H2-RC9] - 19??(???)-19??(???) - Licences: 3GF Melbourne (Elwood, 1929-1931); 3AMF Melbourne (Wheeler's Hill, 1948-1960; Avonsleigh, 1965-1969); 3AMF Cowes (1975) - Qualifications: AOCP 490, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: panel beater (Albert Park, 1943; Hamilton, 1949); farmer (Avonsleigh, 1968); retired (Cowes, 1972) ===''FOX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Fox|Fox, William George]] [https://www.familysearch.org/tree/person/details/G6BY-J5Z] - 1886(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 106, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Comment: several contemporaneous WG Fox; Electoral Rolls: Nil yet identified ===''FOXCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Foxcroft|Foxcroft, Allan]] [https://www.familysearch.org/tree/person/details/GFQS-K5P] - 1921(WA)-2008(Vic) - Licences: 6AF Perth (Victoria Park, 1937-1939); 3AE Melbourne (Caulfield, 1947-1980+) - Qualifications: cc; AOCP 1859, 1937, WA; 1COCP 506, 1941 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: technician (Caulfield, Vic, 1949-1963); engineer (Caulfield, Vic, 1967-1980) ===''FRAME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vivian Horace Frame|Frame, Vivian Horace]] [https://www.familysearch.org/tree/person/details/GHQ1-4QT] - 1899(Qld)-1959(Qld) - Licences: Receive (Valve) Mareeba (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: draftsman ( Brisbane City, Qld); public works officer (Mareeba, Qld, 1922); architect (Brisbane City, Qld, 1925-1928; Sandgate, Qld, 1936-1937; Virginia, Qld, 1949-1954; Norman Park, Qld, 1958) ===''FRANK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kendall Thomas Frank|Frank, Kendall Thomas]] [https://www.familysearch.org/tree/person/details/G8N2-TGZ] - 1904(WA)-1951(Qld) - Licences: Nil yet identified - Qualifications: CPRT 921, 1926; 2COCP 289, 1930; 1COCP 64, 1935 - ship wireless operator (AWA), coastal wireless operator, amateur operator?, broadcast engineer (4PM) - Electoral Rolls: radio engineer (Lakemba, 1943) - [https://adb.anu.edu.au/biography/frank-kendall-thomas-10236 ADB] ===''FRANZI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Franzi|Franzi, William Ronald "Bill" (formerly Emilio Stefan)]] - 1909(Italy)-19??(SA) - 4FR Atherton (1938-1939), 5FR Adelaide (Da Costa Park, 1946-1965; Glenelg East, 1969-1975), 5VK American Beach (1975-1980), amateur operator (AOCP 2192, 1938, No. ?? in Qld), amateur broadcaster, radio clubs (IREE), military (RAAF), employment (radio technician) ===''FRASER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Douglas Fraser|Fraser, James Douglas]] [https://www.familysearch.org/tree/person/details/G8NS-MQ3] - 1900(NSW)-1956(NSW) - Licences: 2JF Quirindi (1930-1935) - Qualifications: AOCP 637, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical engineer (Quirindi, 1930-1943); engineer (Picton, 1949-1954) * [[/H. Fraser|Fraser, H.]] - 19??(???)-19??(???) - 2JC Tamworth (1924-1925), amateur operator (no record of AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster * [[/Henry George Fraser|Fraser, Henry George]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 1001, 1932, No. ?? in ?? - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet identified, at least two HGF engineers ===''FRAZER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Frazer|Frazer, Charles Edward "Charlie"]] - 1880(Vic)-1913(Vic) - politician (Postmaster-General, 1911-1913) ===''FREEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Freeman|Freeman, Arthur Charles]] [https://www.familysearch.org/tree/person/details/G8ZL-4F7] - 19??(???)-1971(NSW) - Licences: 2AS Sydney (Burwood, 1929-1939; Ashfield, 1946-1958; Cheltenham, 1960-1969) - Qualifications: AOCP 544, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: packer (Newtown, 1930-1931; East Sydney, 1933-1935); engineer (Burwood, 1936-1937; Ashfield, 1943-1958; Cheltenham, 1963-1968) - individual not fully identified * [[/L. Freeman|Freeman, L.]] - 18??-19?? - Licences: XQB Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''FREESTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Roy Freestone|Freestone, Leslie Roy]] [https://www.familysearch.org/tree/person/details/LRCK-NB5] - 1896(Vic)-1982(Vic) - Licences: 3LF Ballarat (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Ballarat, 1916-1920); commercial traveller (Ballarat, 1921-1936); traveller (Brighton, 1937-1954); nil (Geelong, 1977-1980) ===''FRETTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/O'Della Paul Fretten|Fretten, O'Della Paul "Paul"]] [https://www.familysearch.org/tree/person/details/G845-BQH] - 1894(Eng)-1977(Vic) - Licences: 2RU Sydney (Concord, 1928-1930) - Qualifications: AOCP 460, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Concord, 1930; Strathfield, 1933); foreman (Lane Cove, 1936-1937); public servant (St Kilda, 1943); cafe proprietor (Melbourne, 1949); sales manager (St Kilda, 1963); instructor (Brighton, 1967-1968); retired (Malvern East, 1972; Fitzroy North, 1977) ===''FREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Samuel Vernon Frew|Frew, Geoffrey Samuel Vernon]] [https://www.familysearch.org/tree/person/details/G87N-ZC1] - 1909(Vic)-1984(Vic) - Licences: 3PM Melbourne (Glen Iris, 1928-1933; Brighton, 1937-1939, 1946-1956); 3PL Melbourne (Brighton, 1960); 3JK Melbourne (Brighton, 1969); 3PM Melbourne (1975-1980+) - Qualifications: AOCP 402, 1928, No. ?? in Vic; AOLCP 66, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1933); manager (Brighton, 1936-1937); engineer (Footscray, 1943; Brighton, 1949-1980) ===''FRIAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Owen Friar|Friar, Archibald Owen]] [https://www.familysearch.org/tree/person/details/G4LQ-LGV] - 1905(NSW)-1963(NSW) - Licences: 2AO Ulmarra (1929-1931); 2AO Grafton, 1933-1939) - Qualifications: AOCP 504, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chainman (Ulmarra, 1930-1937); garage proprietor (South Grafton, 1943-1963) ===''FROGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard James Frogley|Frogley, Gerard James]] [https://www.familysearch.org/tree/person/details/G7K7-JNM] - 1902(Eng)-1977(Eng) - Licences: 3GF Melbourne (Richmond, 1926-1927) - Qualifications: AOCP 240, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (East Melbourne, 1924); battery mechanic (Richmond, 1925-1931) ===''FRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Turner Fry|Fry, Alfred Turner]] [https://www.familysearch.org/tree/person/details/GDRX-2SL] - 1881(NSW)-1928(Vic) - Licences: 7BG Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: metallurgist (Ballarat, 1917; Queenstown, Tas, 1919-1922; Sandringham, 1924-1927) * [[/Reginald Hall Fry|Fry, Reginald Hall]] [https://www.familysearch.org/tree/person/details/GZ6Y-9WN] - 1891(NSW)-1976(NSW) - Licences: 2KC Sydney (Croydon, 1922-1929; Killara, 1930-1933); 2KC Parkes (1934); 2KC Goulburn (1935-1936); 2KC Wollongong (1937-1939) - Qualifications: cc; AOCP 86, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil engineer (Gordon, 1930; Killara, 1933; Goulburn, 1935-1936; Wollongong, 1937; Killara, 1943-1968); engineer (Killara, 1972) ===''FRYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Norman Fryer|Fryer, Keith Norman]] [https://www.familysearch.org/tree/person/details/G3KH-TZ8] - 1906(Vic)-19??(???) - Licences: 2KF Sydney (Suspension Bridge, 1927-1928) - Qualifications: AOCP 332, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Neutral Bay, 1930-1931; Northbridge, 1934; North Sydney, 1936; Mosman, 1943-1949) ===''FULCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/J. Fulcher|Fulcher, J.]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, (Halcyon, P. 4) ===''FYSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Oakley Fysh|Fysh, Philip Oakley]] [https://www.familysearch.org/tree/person/details/LHNP-534] - 1835(Eng)-1919(Tas) - state politician (MLC Tas, 1860s through 1890s; MHA Tas 1870s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1903-1904) - Relationships: grandfather of 7PF Philip Oakley Fysh * [[/Philip Oakley Fysh|Fysh, Philip Oakley "Phil"]] [https://www.familysearch.org/tree/person/details/L2YS-4ZR] - 1897(Tas)-1966(Tas) - Licences: 7PF Launceston (1925-1927) - Qualifications: cc; AOCP 128, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; radio clubs (Launceston Radio Experimenters' Club, WIA Launceston); WW2 - Relationships: grandson of Philip Oakley Fysh, federal Postmaster-General 1903-1904 - Electoral Rolls: merchant (Launceston, 1922-1954) =='''G'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''GABBERTAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Gabbertas|Gabbertas, Jack]] [https://www.familysearch.org/tree/person/details/GF9C-2W7] - 1915(Eng)-2003(WA) - Licences: 6GB Perth (Maylands, 1936-1939; Mt Hawthorn, 1947-1980+) - Qualifications: cc; AOCP 1810, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, WA, 1937; East Perth, WA, 1943); mechanic (Mt Hawthorn, WA, 1949-1980) ===''GADSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Wilkinson Gadsden|Gadsden, Stanley Wilkinson]] [https://www.familysearch.org/tree/person/details/GM38-WZ2] - 1887(Vic)-1957(Vic) - Licences: 3SW Melbourne (Kew, 1924-1939) - Qualifications: AOCP 26, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; radio clubs (WIA Vic, Chief of Council, 1926); placed 2nd in 3LO amateur broadcasting competition 1926 - Electoral Rolls: printer (Kew, 1908-1915); manufacturer (Kew, 1917-1954) ===''GALLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Galle|Galle, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/GX2P-KXN] - 1912(SA)-2008(SA)96yo - Licences: 5QR Adelaide (Prospect, 1931-1939, 1947-1948; Enfield, 1954-1980+) - Qualifications: cc; AOCP 834, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Jabuk, SA, 1939-1941); schoolteacher (Tailem Bend, SA, 1943) ===''GAMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ray Gamble|Gamble, William Ray "Ray"]] - 1928(NSW)-2011(NSW) - broadcast engineer (BOCP 961, 1948), station manager, radio network principal [https://radioinfo.com.au/news/vale-ray-gamble Radio Info] ===''GAMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Gamon|Gamon, George Arthur]] - 1900(Vic)-1977(???) - 3GG Melbourne (South Yarra, 1925-1926; Middle Park, 1927), amateur operator (AOCP 89, 1925, No. ?? in Vic), amateur broadcaster ===''GARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Garing|Garing, William Henry]] [https://www.familysearch.org/tree/person/details/G8WV-2YG] - 1910(Vic)-2004(NSW) - Licences: Nil identified - Qualifications: AOCP 431, 1928, No. ?? in Vic - amateur operator? - Electoral Rolls: cadet (Point Cook, 1931-1934); airman (Point Cook, 1937); RAAF officer (Townsville, 1943; Point Cook, Vic, 1958; Williamtown, NSW, 1958); executive director (Turramurra, 1968); director (Turramurra, 1980) ===''GARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Raymond Garner|Garner, Alan Raymond]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: PMG technician! (Frankston, 1963-1980) ===''GARNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Garnett|Garnett, Brian]] - 19??(???)-19??(???) - 4AHN Currimundi, amateur operator (AOCP ??, 19??, No. ?? in Qld), ===''GARRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Randolph Garran|Garran, Richard Randolph]] [https://www.familysearch.org/tree/person/details/K822-L54] - 1903(Vic)-1991(ACT) - Licences: 3AW Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (Toorak, 1924-1925); manager (Semaphore, SA, 1941; Caulfield, Vic, 1954-1980) ===''GARRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Benjamin Walter Garrett|Garrett, Horace Benjamin Walter]] [https://www.familysearch.org/tree/person/details/G7PD-9SV] - 1906(Vic)-1979(Vic) - Licences: 3JI Melbourne (Box Hill, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster - Electoral Rolls: sales (Box Hill, 1928-1934); radio mechanic (Box Hill, 1936); salesman (Box Hill, 1943-1977) ===''GARTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Garth|Garth, Reginald]] [https://www.familysearch.org/tree/person/details/G8DX-47Z] - 1903(Eng)-1959(Tas) - Licences: 2VZ Sydney (Coogee, 1930; Clovelly, 1931-1933; Bankstown, 1934-1936); 4VZ Mackay (1937-1939); 3SF Melbourne (Preston, 1948; Seaford, 1954); 7RG Trevallyn, 1955-1956) - Qualifications: cc; AOCP 584, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Clovelly, NSW, 1930-1933); mechanic (Bankstown, NSW, 1934-1936); electrician (Slade Point, Qld, 1937-1943; Beaconsfield, Tas, 1958) ===''GAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Holman Gay|Gay, Augustus Holman]] [https://www.familysearch.org/tree/person/details/G8PF-938] - 1902(Vic)-1984(Vic) - Licences: 3SM Warragul (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Warragul, 1927-1934); engineer (South Yarra, 1936-1954); electrical engineer (Kew, 1963-1980) * [[/Vivian James Gay|Gay, Vivian James]] [https://www.familysearch.org/tree/person/details/LYT8-VJJ] - 1908(NSW)-1999(Qld) - Licences: 2VI Sydney (Chatswood, 1935-1939; North Sydney, 1946-1947; Lane Cove, 1948-1965); 2VI Burradoo (1980+) - Qualifications: cc; AOCP 1510, 1935, NSW - amateur operator; amateur broadcaster - Electoral Rolls: printer (Artarmon, 1930-1937; Chatswood, 1943); master printer (Lane Cove, 1949-1968); printer (Artarmon, 1972); retired (Burradoo, 1977-1980) ===''GEAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Vivian Geake|Geake, Wilfred Vivian]] [https://www.familysearch.org/tree/person/details/GXTF-H1J] - 1893(SA)-1974(SA) - Licences: 5BR Receive Kooringa (1922); 5BR Receive (Murray Bridge, 1923); Receive Murray Bridge (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hillside, SA, 1939) ===''GEDDES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Albert Geddes|Geddes, Frank Albert]] - 1901(NSW)-1922(NSW) - 2GC Sydney (Waverley, 1922, receive only), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), radio clubs (Waverley Radio Club), due to age licence held in name of father Francis G Geddes ===''GEEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Leslie Geeves|Geeves, Philip Leslie "Phil"]] [https://www.familysearch.org/tree/person/details/G88C-Y8Y] - 1917(NSW)-1983(NSW) - radio broadcaster (VK2ME, 2CH, ABC); employment (AWA, 1937-1970s); journalist (SMH); historian (AWA, broadcasting); awards (OAM, 1980) - Electoral Rolls: radio executive (Bexley, 1949-1963); executive (Hurstville South, 1972-1980) ===''GEISEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elizabeth Aileen Geisel|Wallace nee Geisel, Elizabeth Aileen "Betty"]] [https://www.familysearch.org/tree/person/details/GXK7-NJ4] - 1921(SA)-2000(SA) - Licences: 5YL Murray Bridge (1936-1939) - Qualifications: cc; AOCP 1788, 1936, SA; 2COCP 448, 1941; 1COCP 544, 1941 - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: Nil yet identified - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''GEORGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Heinrich Alfred August George|George, Heinrich Alfred August "Henry", "Harry"]] [https://www.familysearch.org/tree/person/details/G387-XZ4] - 1899(Vic)-1968(Vic) - Licences: 3ZP Melbourne (Footscray, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1919-1963) ===''GEORGESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Georgeson|Georgeson, James]] [https://www.familysearch.org/tree/person/details/LTS1-17Q] - 1897(Eng)-1976(Taiwan) - Licences: 5JD Adelaide (Glenelg, 1936-1938); 2AKU Sydney (Neutral Bay, 1939; Granville, 1946-1947; Artarmon, 1948-1954; Lane Cove (1955); Artarmon (1956-1975) - Qualifications: cc; AOCP 1783, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, NSW, 1943); engineer (Artarmon, NSW, 1949-1954); electrical engineer (Artarmon, NSW, 1963-1968); engineer (Artarmon, NSW, 1972) ===''GERAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/James Anselm Geraghty|Geraghty, James Anselm]] [https://www.familysearch.org/tree/person/details/GZVD-VY9] - 1877(???)-1969(Qld) - Licences: 4CS Receive Townsville (1923); 4CS Townsville (1923-1924); 4CS Brisbane (Nudgee, 1924); 4CS Gympie (1924); 4CS Townsville (1925); 4CS Gympie (1925-1927); 2JG Wagga Wagga (1929); 7CB Launceston (1931); 4CB Brisbane (Nudgee, 1933); 4AC Bundaberg (1934) - Qualifications: AOCP 186, 1925, No. 17 in Qld - amateur operator; amateur broadcaster; minister of religion and teacher (Christian Brothers) - Electoral Rolls: teacher (Ballarat, 1906; Gympie, 1909-1913; Dunedin, 1914-1916; South Brisbane, 1919-1925; Tamworth, 1930; Bundaberg, 1934; Ipswich, 1943; Albion, 1949; Gympie, 1954); retired (Boondall, 1958-1968) ===''GIBBON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Foster Gibbon|Gibbon, Thomas Foster]] [https://www.familysearch.org/tree/person/details/G857-MWS] - 1896(Vic)-1965(Vic) - Licences: XJAV Melbourne (Kew, 1913-1914); Receive (Valve) Melbourne (Kew, 1923); 3XZ Melbourne (Kew, 1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: student (Kew, 1919-1925); electrical engineer (Kew, 1928-1954); engineer (Kew, 1963) ===''GIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gibbons|Gibbons, Frederick]] [https://www.familysearch.org/tree/person/details/L2XB-YRJ] - 1907(Wales)-19??(???) - Licences: 2FG Sydney (Neutral Bay, 1926-1930) - Qualifications: AOCP 255, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: no occupation (Neutral Bay, 1930); clerk (Gordon, 1954-1968); director (Turramurra, 1972-1977) ===''GIBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. G. Gibson|Gibson, E. G.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Ormiston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified *[[/Edgar McLean Gibson|Gibson, Edgar McLean]] [https://www.familysearch.org/tree/person/details/GS5W-SM5] - 1877(Qld)-1969(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1925), possibly held on behalf of son Leighton - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radio clubs - Relationships: father of 4AN William Leighton Gibson - Electoral Rolls: electrical engineer (Toowoomba, 1908-1917; Greenslopes, 1922); engineer (Manly, 1936-1937; Hawthorne, 1943-1968) *[[/George Holland Gibson|Gibson, George Holland]] [https://www.familysearch.org/tree/person/details/MXPG-HB4] - 1892(Qld)-1978(Qld) - Licences: XQG Brisbane (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: carpenter (Fortitude Valley, 1915-1917); mechanic (Newmarket, 1919-1928; New Farm, 1937-1943); telephone technician (Bulimba, 1954-1977) * [[/Richard Leslie Gibson|Gibson, Richard Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9QNS-G8V] - 1900(NSW)-1976(NSW) - Licences: 2GH Alstonville (1930-1939) - Qualifications: AOCP 578, 1930, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Alstonville, 1930-1949); retired (Alstonville, 1963-1968; Ballina, 1972) * [[/William Gerrand Gibson|Gibson, William Gerrand]] [https://www.familysearch.org/tree/person/details/LWJY-5G9] - 1869(Vic)-1955(Vic) - Politician, Federal Postmaster-General 1923-1929 [https://adb.anu.edu.au/biography/gibson-william-gerrand-6313 ADB] *[[/William Leighton Gibson|Gibson, William Leighton "Leighton" & "Gibby"]] [https://www.familysearch.org/tree/person/details/GS5W-Q7S] - 1907(Qld)-1995(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1927) - Qualifications: AOCP 73, 1925, No. 7 in Qld - amateur operator; amateur broadcaster; journalist (QRN "Bananalander"); wireless business employee (Phillips Radio) - Relationships: son of 4AN Edgar McLean Gibson - Electoral Rolls: salesman (Manly, Qld, 1936-1937; Camp Hill, Qld, 1943); manager (Balgowlah, NSW, 1949); business executive (Balgowlah, NSW, 1958); regional representative (Palm Beach, Qld, 1963-1980) ===''GIDDINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hudson Giddings|Giddings or Whitney, Albert Hudson]] [https://www.familysearch.org/tree/person/details/GXR4-PDP] - 1914(Vic)-19??(???) - Licences: 5FI Adelaide (Nailsworth, 1935-1937) - Qualifications: cc; AOCP 1556, 1935, SA; 1COCP 102, 1936 - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant, Signals) - Electoral Rolls: PMG employee (Sale, Vic, 1968); technician (Elwood, Vic, 1972); clerk (Hughs, ACT, 1977-1980) - Links: [https://vwma.org.au/explore/people/612780 VWMA] * [[/Albert William James Giddings|Giddings, Albert William James]] [https://www.familysearch.org/tree/person/details/9711-NG3] - 1909(Vic)-1983(Vic) - Licences: 3DG Stratford (1935-1939); 3DG Numurkah (1947-1948); 3DG Lancefield (1954-1969); - Qualifications: cc; AOCP 1574, 1935, SA - amateur operator; amateur broadcaster;; WW2 (RAAF, Warrant Officer) - Electoral Rolls: bank official (Culgoa, Vic, 1931); bank clerk (Pakenham East, Vic, 1934); bank officer (Stratford, Vic, 1936-1937); warrant officer RAAF (Point Cook, Vic, 1942); bank official (Numurkah, Vic, 1949) ===''GILFILLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles Kent Gilfillan|Gilfillan, William Charles Kent]] [https://www.familysearch.org/tree/person/details/GDPF-93Q] - 1869(NSW)-1952(NSW) - Licences: 2AM Receive Sydney (Greenwich, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: independent means (Manly, 1913); soldier (Manly, 1930-1935); no occupation (Redfern, 1937); manufacturer (Mosman, 1943-1949) ===''GILHOOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Forrest Gilhooley|Gilhooley, Joseph Aloysius Forrest]] [https://www.familysearch.org/tree/person/details/GDPF-L6N] - 1877(NSW)-1950(NSW) - Licences: 2AH Receive Sydney (Woollahra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: clerk (Darlinghurst, 1903; Hunters Hill, 1930-1935); traveller (Hunters Hill, 1937-1949) ===''GILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Stewart Gill|Gill, Alan Stewart]] [https://www.familysearch.org/tree/person/details/GH6B-JQ4] - 1907(NSW)-1983(Tas) - Licences: 7AS Launceston (1925-1927) - Qualifications: cc; AOCP 191, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; scientist & engineer (Electrolytic Zinc Co) - Electoral Rolls: research chemist (Hobart Central, 1928; Sandy Bay, 1936-1949); chemist (Hobart South, 1954) * [[/Alfred Wyatt McKenzie Gill|Gill, Alfred Wyatt McKenzie]] [https://www.familysearch.org/tree/person/details/GDBP-B8D] - 1908(NSW)-1959(NSW) - Licences: 2TS Receive Sydney (Killara, 1923); 2TS Sydney (Killara, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: barrister (Killara, 1933-1937; Wahroonga, 1949); soldier (Wahroonga, 1943); airline officer (Wahroonga, 1954-1958) ===''GILLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Rex Gregory Gillett|Gillett, Clarence Rex Gregory]] [https://www.familysearch.org/tree/person/details/GWJC-ZDW] - 1919(SA?)-2020(SA) - prominent MW and SW broadcast DXer (1940-1990), clubs (All Wave All World DX Club, Australian DX Radio Club (SA Branch), South Australian DX Radio Club, Australian Radio DX Club, Southern Cross DX Club, DX Australia, New Zealand Radio DX League) - substantial portion (100+) of QSL collection survives (SSD, NFSA) ===''GILLHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman William Gillham|Gillham, Norman William]] [https://www.familysearch.org/tree/person/details/GMTT-M8V] - 1906(Tas)-1994(Tas) - Licences: Receive Hobart (Sandy Bay, 1923-1924); 7NW Hobart (Sandy Bay, 1925-1927) - Qualifications: cc; AOCP 176, 1925, No. ?? in Tas; CPRT 944, 1927 - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Sandy Bay, 1928); joiner (Queensborough, 1936-1937); builder (Nelson, 1943-1954) ===''GILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Clifford Gillon|Gillon, Peter Clifford]] [https://www.familysearch.org/tree/person/details/GD7M-X53] - 1895(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 99, 1915 - Coastal wireless operator - Electoral Rolls: operator (Bondi, 1934); radio telegraphist (Crow's Nest, NSW, 1936; Cooktown, Qld, 1937; Townsville, 1943); telegraphist (Kensington, NSW, 1949-1954; Cremorne, 1958); radio operator (Cremorne, 1963-1968) ===''GILMOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Stanley Gilmour|Gilmour, Norman Stanley]] [https://www.familysearch.org/tree/person/details/GZZD-PVG] - 1890(Vic)-1962(NSW) - Licences: 2ZU Sydney (Neutral Bay, 1923-1930; Potts Point, 1931; City, 1933-1939; Mosman, 1948-1960) - Qualifications: cc; AOCP 28, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: director (Neutral Bay, 1930); business manager (Darlinghurst, 1931); engineer (Darlinghurst, 1934-1937; Mosman, 1943-1958) ===''GINBEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Haldane Ginbey|Ginbey, Ian Haldane]] [https://www.familysearch.org/tree/person/details/GFM1-73N] - 1913(WA)-1962(WA) - Licences: 6IG Perth (Fremantle, 1938-1939; Bicton, 1947-1948; Attadale, 1954-1960) - Qualifications: cc; AOCP 2084, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (South Fremantle, WA, 1936; Fremantle, WA, 1937; South Fremantle, WA, 1943); salesman (Melville, WA, 1958) ===''GINGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ubitt Victor Ginger|Ginger, Ubitt Victor]] [https://www.familysearch.org/tree/person/details/GS5P-G76] - 1891(NSW)-1943(NSW) - Licences: 2LF Receive Sydney (Mosman, 1922-1923); 2LF Sydney (Mosman, 1922-1924; North Sydney, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; police officer - callsign 2LF to L. R. Filmer, Toronto from Sep 1925, Bracken from 1933 - Electoral Rolls: constable (Chatswood, 1930-1933); police constable (Marrickville, 1934); constable (Naremburn, 1936-1937) ===''GINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Ginn|Ginn, Ernest George]] [https://www.familysearch.org/tree/person/details/GXZC-95C] - 1917(Qld)-2015(Qld) - Licences: 4GE Townsville (1936-1939; 1946-1948); 4GE Brisbane (Hendra, 1955-1980+) - Qualifications: cc; AOCP 1749, 1936, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ), military (WW2, RAAF, AIF); employment (life insurance agent) - Electoral Rolls: salesman (Townsville, Qld, 1943); shop assistant (Windsor, Qld, 1949); salesman (Hendra, Qld, 1954-1980) ===''GIVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/L. James M. Givens|Givens, L. James M. "James"]] [https://www.familysearch.org/tree/person/details/G8LX-7WR] - 1905(Vic)-1957(Vic) - Licences: 3EP Receive Melbourne (Canterbury, 1922-1923); 3EP Melbourne (Canterbury, 1924-1927); 3XY Melbourne (Canterbury, 1931) - Qualifications: cc; CPRT 849, 1925; AOLCP 121, 1933 - amateur operator, amateur broadcaster - Electoral Rolls: wireless officer (Canterbury, 1931-1937; Camberwell, 1943); photographer (Delbridge, 1954) ===''GLASSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Ronald John Glassop|Glassop, Ronald John]] [https://www.familysearch.org/tree/person/details/LBZX-P8N] - 1910(NSW)-1996(Qld) - Licences: 2RF Newcastle (City, 1934-1935; Blackhalls, 1936; Hamilton East, 1937); 4BG Brisbane (Clayfield, 1937-1939); 4BG Maryborough (1947-1969); 4BG North Tamborine (1980) - Qualifications: cc; AOCP 1288, 1934, NSW - amateur operator; amateur broadcaster; WW2; insurance assessor - Electoral Rolls: no occupation (Newcastle, NSW, 1932-1935); clerk (Hamilton, NSW, 1937); insurance inspector (Clayfield, Qld, 1937); insurance secretary (Maryborough, Qld, 1949-1968); retired (Miami, Qld, 1972; Mt Tamborine, Qld, 1977-1980) ===''GLOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Frederick Glover|Glover, Alexander Frederick or Frederick Alexander]] [https://www.familysearch.org/tree/person/details/L246-XZ6] - 1925(Vic)-2001(Vic) - Licences: 3AFG Sale (1948-1980+) - Qualifications: cc; AOCP 2705, 1948, Vic - amateur operator; amateur broadcaster - Electoral Rolls: operator (Sale, 1949); mechanic (Sale, 1954-1980) * [[/Arthur James George Glover|Glover, Arthur James George]] [https://www.familysearch.org/tree/person/details/2MT8-CZ8] - 1907(Vic)-1977(Vic) - Licences: 3AG Melbourne (Box Hill, 1928-1931; Surrey Hills, 1933); 3AG Warrnambool (1937-1939); 3AG Melbourne (Box Hill, 1946-1960; Camberwell, 1965-1975) - Qualifications: cc; AOCP 392, 1928, No. ?? in Vic; CPRT 1129, 1928; 2COCP 153, 1930; 1COCP 29, 1930 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Box Hill, 1931); engineer (Box Hill, 1936); radio engineer (Warrnambool, 1937); engineer (Canterbury, 1943; Box Hill, 1949-1954); automation engineer (Camberwell, 1963-1968); engineer (Camberwell, 1972-1977) * [[/Maurice Glover|Glover, Maurice]] [https://www.familysearch.org/tree/person/details/G8SK-25R] - 1912(Vic)-2003(Tas) - Licences: 7MG Hobart (Sandy Bay, 1938-1939, 1946-1948); 7MG Swansea (1954-1980+) - Qualifications: cc; AOCP 2129, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Nelson, 1943); no occupation (Swansea, 1949; Nelson, 1954) * [[/Maxwell Arthur Glover|Glover, Maxwell Arthur "Max"]] [https://www.familysearch.org/tree/person/details/G8SK-58X] - 1902(Vic)-1982(Vic) - Licences: 3GB Receive Melbourne (Auburn, 1922); 3GB Melbourne (Camberwell, 1924-1925) - Qualifications: No record of AOCP; 3COCP 671, 1948 - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Camberwell, 1924-1934); wool buyer (Toorak, 1935-1936; South Yarra, 1937); director (Malvern, 1949-1980) ===''GLUSKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Gluskie|Gluskie, C. R.]] - 19??(???)-19??(???) - Licences: Receive Hobart (New Town, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''GODDARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Endacott Goddard|Goddard, John Endacott]] [https://www.familysearch.org/tree/person/details/KNBM-L27] - 1914(WA)-1943(Crete) - Licences: 6JG Perth (North Perth, 1935-1939) - Qualifications: AOCP 1427, 1935, WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Fremantle, 1936) - Sacrifice: "Greater love hath no man than this" - Links: [https://aviationmuseumwa.org.au/afcraaf-roll/goddard-john-endacott-406692/ Aviation Museum WA]; [https://anzac.site/greece/crete-operation-thesis-goddard/ Operation Thesis]; [https://www.awm.gov.au/collection/R1703409 AWM Roll of Honour] ===''GOFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Goford|Goford, Thomas William]] [https://www.familysearch.org/tree/person/details/GXZH-W3H] - 1898(Eng)-1986(Qld) - Licences: 4MI Mount Isa (1936-1939) - Qualifications: cc; AOCP 1675, 1936, Qld; BOCP 387, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Mt Isa, Qld, 1937); broadcasting technician (Goonellabah, NSW, 1943); DCA technician (Alice Springs, NT, 1954-1963) ===''GOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Henry Yarburgh Gold|Gold, Clifford Henry Yarburgh or Yarborough "Cliff"]] [https://www.familysearch.org/tree/person/details/L19B-YYC] - 1906(Qld)-1986(Qld) - Licences: 4CG Brisbane (Hill End, 1926-1931); 4CG Toowoomba (1933-1939, 1946-1980+) - Qualifications: AOCP 262, 1926, No. 21 in Qld; AOLCP 186, 1934 - amateur operator, amateur broadcaster, broadcast engineer (4GR) - Electoral Rolls: shop assistant (West End, 1928-1931); radio operator (Toowoomba, 1934); projectionist (Toowoomba, 1936-1963); radio technician (Balmoral, 1968-1977) - Relationships: nephew of 4EG Edward Edwin Gold; also Doug & Geoff * [[/Douglas Edward Gold|Gold, Douglas Edward]] [https://www.familysearch.org/tree/person/details/G8RL-XQB] - 1917(NSW)-1964(Qld) - Licences: Nil yet identified - Qualifications: BOCP 254, 1939 - amateur operator; amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Geoffrey Kilvington Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio technician (Toowoomba, 1943-1949); assistant manager (Toowoomba, 1954-1958) * [[/Edward Edwin Gold|Gold, Edward Edwin "Ted"]] [https://www.familysearch.org/tree/person/details/L13Q-WZV] - 1894(Qld)-1961(Qld) - Licences: 4EG Toowoomba (1924-1939, 1946-1960) - Qualifications: AOCP 7, 1924, No. 1 in Qld - amateur operator; amateur broadcaster; awarded Class B licence for 4GR Toowoomba; commercial broadcast station proprietor (4GR); Relationships: father of Geoffrey Kilvington Gold; uncle of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: mechanic (Toowoomba, 1925-1958) * [[/Geoffrey Kilvington Gold|Gold, Geoffrey Kilvington]] - 1943(Qld)-1971(Qld) - Licences: Nil yet identified - Qualifications: BOCP 2210, 1963; AOLCP 1608, 1964 - amateur operator, amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Douglas Edward Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio broadcaster (Annerley, 1968) ===''GOLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick John Golden|Golden, Patrick John]] [https://www.familysearch.org/tree/person/details/GSFG-R49] - 1893(Ire)-1943(Qld) - Licences: 4PG Brisbane (Wynnum South, 1927) - Qualifications: cc; Nil yet identified (likely UK) - ship wireless operator; amateur operator; amateur broadcaster; radio business proprietor; WW2 - Electoral Rolls: salesman (Wynnum Heights, 1928-1931); radio dealer (Clayfield, 1936-1937); radio operator (Flying boat base, Karumba, 1943) - Sacrifice: "Greater love hath no man than this" ===''GOLDSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Herbert Goldsmith|Goldsmith, Frank Herbert]] [https://www.familysearch.org/tree/person/details/93SX-QL8] - 1895(WA)-1974(WA) - Licences: 6FG Perth (Nedlands Park, 1927-1939) - Qualifications: cc; AOCP 377, 1927, No. ?? in WA - amateur operator; amateur broadcaster; radio journalist - Electoral Rolls: clerk (West Perth, 1917); journalist (Bunbury, 1921-1922; Nedlands, 1925-1949; Roleystone, 1954-1958); retired (Rossmoyne, 1968-1972) * [[/Gordon William Goldsmith|Goldsmith, Gordon William]] [https://www.familysearch.org/tree/person/details/GZWR-BKR] - 1914(SA)-1998(SA) - Licences: 5HM Cowandilla (1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1629, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Cowandilla, SA, 1939-1943) ===''GOLDSWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Goldsworthy|Goldsworthy, William John]] [https://www.familysearch.org/tree/person/details/M4D7-C24] - 1910(Qld)-1950(Qld) - Licences: 4WA Brisbane (Valley, 1934-1939); 4WA Rockhampton (1947-1948)- Qualifications: cc; AOCP 1341, 1934, Qld; 2COCP 1112, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Valley, Qld, 1934-1943); aeradio operator (Rockhampton, Qld, 1949) ===''GOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jasper Claude Golley|Golley, Jasper Claude]] [https://www.familysearch.org/tree/person/details/GXGK-S1F] - 1904(SA)-1958(SA) - Licences: 5JX Adelaide (Glenelg, 1935-1937; Glengowrie, 1938-1939; Seacliff, 1948-1955) - Qualifications: cc; AOCP 1522, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: schoolteacher (Glengowrie, SA, 1939-1941; Seacliff, SA, 1943) ===''GOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Good|Good, Edward Joseph]] [https://www.familysearch.org/tree/person/details/GMS7-P78] - 1864(Vic)-1931(Vic) - Licences: 3HQ Glenrowan (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Taminick, 1903); traveller (Taminick, 1909-1930) ===''GOODE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Russell Goode|Goode, Arthur Russell]] - 1889(Vic)-1971(Vic) - XLK Melbourne (Moonee Ponds, 1913), early wireless experimenter (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), PMGD (telegraphist, Central Office, Melbourne, 1903-1921), Listener-In (journalist; editor), author several books, grandfather of Michael Goode 3BDL * [[/Michael Goode|Goode, Michael]] - 3ZYY Melbourne (Canterbury, 1969+), 3BDL Melbourne, amateur operator (AOCP ??, 1968, No. ?? in Vic), historian (amateur radio, 5 metres), grandson of XLK Arthur Russell Goode ===''GORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence Arthur Gorman|Gorman, Clarence Arthur]] [https://www.familysearch.org/tree/person/details/GHLZ-X8H] - 1895(NSW)-1970(NSW) - Licences: XCG Sydney (Oatley, 1913-1914); 2EC Receive Sydney (Arncliffe, 1922); 2EC Sydney (Arncliffe, 1923-1925); 2CG Sydney (Rockdale, 1925-1929); designated operator 2UI Illawarra Radio Club (Kogarah, 1923-1925) - Qualifications: cc; AOCP 222, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Comment: NSW winner 1923 Trans-Pacific Tests - Electoral Rolls: plumber (Rockdale, 1930-1931; Kogarah, 1932-1943; Hargrave Park, 1949; Villawood, 1954-1963) ===''GOSTELOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Victor Gostelow|Gostelow, Alfred Victor]] [https://www.familysearch.org/tree/person/details/LVVQ-PCX] - 1897(NSW)-1975(NSW) - Licences: XABD Dorrigo (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: accountant (Uralla, 1930-1936; Scone, 1937-1949; Terrigal, 1954-1968); retired (Terrigal, 1972) ===''GOTTING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Benjamin Gotting|Gotting, Herbert Edward Benjamin]] [https://www.familysearch.org/tree/person/details/GDLY-HLD] - 1889(NSW)-1965(NSW) - Licences: N760 Receive Braemar (1922); 2ID Receive Braemar (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Braemar, 1930); electrician (Mittagong, 1936-1937); engineer (Mittagong, 1949-1963) ===''GOVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Neville Govan|Govan, Walter Neville]] [https://www.familysearch.org/tree/person/details/L2XF-YDT] - 1905(Vic)-1956(SA) - Licences: 5WG Port Pirie (1934-1939); 5WG Crystal Brook (1947-1956) - Qualifications: cc; AOCP 1273, 1934, SA; BOCP 40, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: lead burner (Port Pirie, SA, 1939-1941); mechanic (Crystal Brook, SA, 1943) ===''GOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Selwyn Harry James Gover|Gover, Selwyn Harry James]] [https://www.familysearch.org/tree/person/details/GXNM-D2L] - 1903(Qld)-19??(???) - Licences: Receive (Crystal) Brisbane (Nundah, 1924) - Qualifications: cc; CPRT 789, 1923; 2COCP 43, 1929; 1COCP 249, 1939 - amateur receiver; ship wireless officer - Electoral Rolls: wireless operator (Annerley, Qld, 1925); marine radio officer (East Brisbane, Qld, 1949-1968) ===''GOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gelston Stewart Gow|Gow, Gelston Stewart]] [https://www.familysearch.org/tree/person/details/G7HP-61D] - 1895(NSW)-1974(NSW) - Licences: XBW Sydney (Burwood, 1913-1914); 2GG Sydney (City, 1928-1930) - Qualifications: AOCP 411, 1928, No. ?? in NSW - early wireless experimenter, amateur operator, amateur broadcaster, WW1 - Electoral Rolls: manufacturer (Darlinghurst, 1930); electrician (Darlinghurst, 1933-1943); manufacturer (Darlinghurst, 1954-1972) ===''GOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Nelson James Gowlett|Gowlett, Frank Nelson James]] [https://www.familysearch.org/tree/person/details/G619-PYV] - 1891(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; 1COCP 163, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio operator (Townsville, 1925); wireless operator (Maroubra, 1930-1931); radio telegraphist (Maroubra, 1934-1937; Cooktown, 1943-1949; Maroubra, 1949); radio officer (Maroubra, 1958-1963) ===''GOYDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil William Goyder|Goyder, Cecil William]] - about 1906(Eng)-1980(NJ, USA) - G2SZ England, amateur operator [http://www.clement-jones.com/ps03/ps03_313.html] ===''GRAHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Ernest Graham|Graham, Donald Ernest "Don"]] - 1933(WA)-2012(WA) - 6HK Perth (Mount Hawthorn, 1954-1956; Wembley Downs, 1960-1980+) - amateur operator (AOCP 3162, 1951, No. ?? in WA) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC), DoC / DoTaC (WA State Broadcasting Engineer) - a good life, well lived [https://stephbg.livejournal.com/669733.html] * [[/James Alexander Graham|Graham, James Alexander]] [https://www.familysearch.org/tree/person/details/G979-6RF] - 1905(Sct)-1985(Qld) - Licences: 4JQ Brisbane (Ekibin, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 2058, 1937, Qld; 1COCP 510, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Ekibin, Qld, 1937-1954) * [[/William Denton Graham|Graham, William Denton]] [https://www.familysearch.org/tree/person/details/GZGS-KB5] - 1895(Tas)-1986(NSW) - Licences: 2RR Receive Sydney (Rockdale, 1923-1925); 2WG Sydney (Rockdale, 1926-1930) - Qualifications: AOCP 227, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: law clerk (Rockdale, 1930-1937); process worker (Bondi Junction, 1943); iron worker (Rockdale, 1949-1968); machinist (Rockdale, 1977); retired (Liverpool, 1980) * [[/William Thompson Graham|Graham, William Thompson]] [https://www.familysearch.org/tree/person/details/GDR1-SL3] - 1902(Sct)-1987(Tas) - Licences: 7BV Receive St Mary's (1923); Receive St Mary's (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: grocer's assistant (St Mary's, 1925-1954); ===''GRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin John Rawle Grant|Grant, Colin John Rawle]] [https://www.familysearch.org/tree/person/details/GZBZ-BXF] - 1902(Qld)-2000(Qld) - Licences: 4JG Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 310, 1926, No. 32 in Qld - amateur operator; amateur broadcaster; accountant - Electoral Rolls: clerk (Wooloowin, 1925-1934); security officer (Eagle Junction, 1936); auditor (West Nundah, 1937); retired (Southport, 1968-1980) * [[/James Grant|Grant, James]] - 19??(???)-19??(???) - Licences: 2DP Newcastle (Stockton, 1929-1930) - Qualifications: AOCP 555, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: * [[/William Patrick Grant|Grant, William Patrick "Bill"]] [https://www.familysearch.org/tree/person/details/GXZJ-YJC] - 1917(Ireland)-19??(Ireland) - Licences: 4WU Brisbane (Indooroopilly, 1936-1939) - Qualifications: cc; AOCP 1801, 1936, Qld; 2COCP 269, 1939 - amateur operator; amateur broadcaster; ship wireless officer; air controller (Shannon Airport) - Electoral Rolls: Nil yet identified ===''GRANTHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Richard Grantham|Grantham, Sidney Richard "Sid"]] [https://www.familysearch.org/tree/person/details/GXZ6-B8S] - 1920(Qld)-2003(Qld) - Licences: 4SG Toowoomba (1938-1939, 1946-1956); 4SG Brisbane (Wavell Heights, 1960; Hendra, 1965-1980+) - Qualifications: cc; AOCP 2083, 1938, Qld; 1COCP 927, 1945 - amateur operator; amateur broadcaster; radio clubs (WIAQ, IREE, RFDS council); military (WW2, RAAF, wireless officer); federal public servant (DCA, Aeradio; PMGD/DoC, radio inspector); broadcast technician (4GR) - Electoral Rolls: RAAF (Yerongpilly, Qld, 1943); broadcast engineer (Harristown, Qld, 1949); engineer (East Toowoomba, Qld, 1954; Toowoomba South, Qld, 1958); radio inspector (Hendra, Qld, 1963-1980) ===''GRANVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Florence Violet Granville|Granville (nee) / Wallace / McKenzie, Florence Violet "Mrs Mac"]] [https://www.familysearch.org/tree/person/details/LRR8-ZWS] - 1890(Vic)-1982(NSW) - 2GA Sydney (Sydney, 1922-1924; Greenwich, 1925-1939), 2FV Sydney (Sydney, 1946-1950; Circular Quay, 1954; Greenwich, 1955-1958), amateur operator (AOCP 109, 1925, No. ?? in NSW), amateur broadcaster, engineer, business proprietor, signals instructor - Links: [https://adb.anu.edu.au/biography/mckenzie-florence-violet-15485 ADB] ===''GRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Gray|Gray, A. J.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Albert Howell Gray|Gray, Albert Howell "Dave"]] [https://www.familysearch.org/tree/person/details/GZXM-J83] - 1907(NSW)-2004(NSW) - Licences: 2IJ Receive Sydney (Killara, 1922); 2IJ Sydney (Killara, 1923-1939, 1946-1969; Whale Beach, 1975-1980+); 2AG Sydney (McMahons Point, 1931-1938; Lane Cove, 1939); 2APV Sydney (McMahons Point, 1954; Strathfield, 1955-1980+) - Qualifications: cc; AOCP 90, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: student (Killara, 1930-1936); engineer (Killara, 1937-1968; Whale Beach, 1977-1980) * [[/Frank Malcolm Gray|Gray, Frank Malcolm]] [https://www.familysearch.org/tree/person/details/LBBV-5XS] - 1910(SA)-2011(Qld)100yo - Licences: 5MU Adelaide (Toorak Gardens, 1932-1933); 5SU Adelaide (Toorak Gardens, 1937-1939, 1948) - Qualifications: cc; AOCP 1017, 1932, SA - amateur operator; amateur broadcaster; WW2 - Callsign: 5MU possibly withdrawn for 5MU Murray Bridge - Electoral Rolls: civil servant (Toorak Gardens, 1939) * [[/George Henry Boulderson Gray|Gray, George Henry Boulderson]] [https://www.familysearch.org/tree/person/details/LTTN-WVM] - 1912(Qld)-2010(Qld) - Licences: 4JP Brisbane (Ascot, 1936-1939, 1946-1980+) - Qualifications: cc; AOCP 1796, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Ascot, Qld, 1936-1943); sound engineer (Ascot, Qld, 1949-1980) ===''GREEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Green|Green, Albert Ernest]] - 1869(Vic)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - State & Federal politician; Postmaster-General (1931-1932) - Electoral Rolls: - Links: [[w:Albert Green (Australian politician)|Wikipedia]] * [[/Herman Rowland Green|Green, Herman Rowland]] [https://www.familysearch.org/tree/person/details/LK9P-LGY] - 1915(SA)-1985(SA) - Licences: 5OJ Adelaide (Prospect, 1936-1939) - Qualifications: cc; AOCP 1679, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/J. Green|Green, J.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Yeronga, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter William Green|Green, Walter William]] [https://www.familysearch.org/tree/person/details/GXB7-R87] - 1911(WA)-2012(WA) - Licences: 6WG Albany (1936-1937); 6WG Wiluna (1937-1939); 6WG Albany (1947-1960); 6WG Derby (1965); 6WG Norseman (1969); 6WG Albany (1975-1980) - Qualifications: cc; AOCP 1676, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Albany, WA, 1936); fitter (Albany, WA, 1958-1963); plant inspector (Norseman, WA, 1968); mechanic (Albany, WA, 1972-1980) ===''GREENHALGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Neal Greenhalgh|Greenhalgh, Kenneth Neal]] [https://www.familysearch.org/tree/person/details/G8ZT-NGD] - 1909(NSW)-2002(NSW) - Licences: 2KG Newcastle (Hamilton, 1929-1930; Rooty Hill, 1931; Sandgate, 1933; Mayfield West, 1934-1939; New Lambton, 1946-1956; Adamstown Heights, 1957-1980+) - Qualifications: AOCP 550, 1929, No. ?? in NSW; AOLCP 73, 1932; 1COCP 839, 1944; TVOCP 18, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Hamilton, 1930); broadcasting engineer (2KO Sandgate, 1933); engineer (Mayfield, 1934-1937); radio engineer (New Lambton, 1943-1954; Adamstown, 1958-1968; Adamstown Heights, 1977-1980) ===''GREENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold John Greenham|Greenham, Arnold John]] [https://www.familysearch.org/tree/person/details/GXH9-QQS] - 1907(Qld)-1973(Qld) - Licences: 4EE Receive Brisbane (South Brisbane, 1923); 4AG Brisbane (South Brisbane, 1933); 4AG Gympie (1934); 4AG Innisfail (1937-1939); 4AG Brisbane (South Brisbane, 1946-1948); 4AG Caloundra (1954-1956); 4AG Brisbane (Kallangur, 1960-1969) - Qualifications: cc; AOCP 1040, 1932, No. ?? in Qld; 1COCP 807, 1944 - amateur operator; amateur broadcaster; bank employee (NAB) - Electoral Rolls: bank clerk (Gympie, 1936; Innisfail, 1937; South Brisbane, 1943-1949); not stated (Caloundra, 1954-1958); retired (Kallangur, 1963-1972) ===''GREENHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alexander Greenhill|Greenhill, George Alexander]] [https://www.familysearch.org/tree/person/details/LT3K-GWN] - 1904(Qld)-1970(Qld) - Licences: 4LE Brisbane (West End, 1934-1939) - Qualifications: cc; AOCP 1348, 1934, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Brisbane City, Qld, 1925); ceiling fixer (Wooloowin, Qld, 1928); cleaner (West End, Qld, 1937; Archerfield, Qld, 1943); steward (Wilston, Qld, 1949); metal finisher (Wooloowin, Qld, 1954); barman (Kirra, Qld, 1958); caretaker (Caloundra, Qld, 1963); cleaner (Woorim, Qld, 1968) ===''GREGORY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. Gregory|Gregory, A.]] - 19??(???)-19??(???) - Licences: XAED Sydney (Bellevue Hill, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Identification: Not yet identified, possibly Alyn Keith Gregory, bank officer, Bellevue Hill, 1930-1939 * [[/Clyde Francis Burnell Gregory|Gregory, Clyde Francis Burnell]] [https://www.familysearch.org/tree/person/details/GS34-5MV] - 1906(Tas)-1997(Qld) - Licences: Receive Emu Park (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: business manager (Rockhampton, Qld, 1928-1937); fisherman (Yeppoon, Qld, 1943-1949); taxi driver (Maryborough, Qld, 1958); taxi proprietor (Nelly Bay, Qld, 1963) * [[/Harold Rigby Gregory|Gregory, Harold Rigby]] [https://www.familysearch.org/tree/person/details/L2C9-CDX] - 1900(NSW)-1973(NSW) - Licences: 2ED Receive Sydney (Abbotsford Pt, 1922); 2ED Sydney (Abbotsford Pt, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1930); inspector (Roseville, 1931-1936); insurance inspector (Roseville, 1937); manager (Newcastle, 1943-1954); insurance manager (Merewether, 1958-1972) * [[/Robert William Gregory|Gregory, Robert William]] [https://www.familysearch.org/tree/person/details/K2FW-QFJ] - 1907(Eng)-1995(SA) - Licences: 5GU Mt Barker (1935-1939) - Qualifications: cc; AOCP 1438, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: constable (Kadina, SA, 1939); police officer (Lobethal, SA, 1941-1943) ===''GREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Grey|Grey, Albert Edward "Bert"]] [https://www.familysearch.org/tree/person/details/LDK5-374] - 1897(WA)-1981(WA) - Licences: 6BO Perth (Nedlands, 1925-1932); 6BO Carnarvon (1933); 6AA Perth (Nedlands, 1937-1939) - Qualifications: cc; RTCP 532, 1920, Marconi & Telefunken; 1COCP 35, 1934; TVOCP 278 1960 - amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo PMGD); PMGD (postal assistant, Leederville,1919); WW1; RAAF (WW2, radar systems) - Electoral Rolls: telegraphist (Subiaco, 1925; Nedlands, 1925-1931); radio inspector (Nedlands, 1936-1972); retired (Nedlands, 1977-1980) * [[/Elton Edward Grey|Grey, Elton Edward or Edward Elton]] [https://www.familysearch.org/tree/person/details/GWPL-PQ5] - 1920(Qld)-1962(WA) - Licences: 4LX Brisbane (Ascot, 1936-1939); 6ZX Perth (West Perth, 1948); 6ZX Northam (1954-1955); 6ZX Perth (Leederville, 1956; Floreat Park, 1960) - Qualifications: cc; AOCP 1689, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: soldier (West Perth, WA, 1943); bank clerk (West Perth, WA, 1949); bank officer (Wagin, WA, 1949; Northam, WA, 1954; Floreat Park, WA, 1958) * [[/James Leonard Grey|Grey, James Leonard "Len"]] [https://www.familysearch.org/tree/person/details/GXZV-ZY5] - 1915(Sct)-1995(NSW) - Licences: 4LN Brisbane (Norman Park, 1937-1938); 2AKO Sydney (Vaucluse, 1939; Pymble, 1946-1961; St Ives, 1965-1969; Neutral Bay (1975-1980+) - Qualifications: cc; AOLCP 184, 1934; 2COCP 38, 1935 - amateur operator; amateur broadcaster; Radio clubs (WIAQ); military (WW2, RAAF); pilot (RQAC, QANTAS) - Electoral Rolls: aviator (Norman Park, Qld, 1936-1937); airline captain (Pymble, NSW, 1949-1958; St Ives, NSW, 1963-1968); retired (Neutral Bay, NSW, 1977-1980) ===''GRIBBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Gribble|Gribble, Arthur James]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIT Townsville (1917-1918) - Comment: only one reference found, likely misspelling; Electoral Rolls: Nil yet identified ===''GRIEVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Grieve|Grieve, Ian]] - Licences: Nil yet identified - Qualifications: Nil yet identified - historian (broadcast); proprietor of Australian Old Time Radio website - Electoral Rolls: - Links: [https://www.australianotr.com.au/ OTR] ===''GRIFFIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Neville Griffin|Griffin, Thomas Neville]] [https://www.familysearch.org/tree/person/details/G8C4-RJ2] - 1889(NSW)-1953(NSW) - Licences: 2LQ Sydney (Hornsby, 1929-1936); 2AIR Sydney (Northbridge, 1938-1939) - Qualifications: AOCP 505, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Hornsby, 1930-1934); electrical engineer (Artarmon, 1936; Willoughby, 1937; Hornsby, 1943-1949) ===''GRIFFEN-FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bridget Griffen-Foley|Griffen-Foley, Bridget]] - historian (broadcasting) - Professor, Department of Media, Communications, Creative Arts, Language and Literature, Macquarie University - author "Changing Stations: The Story of Australian Commercial Radio" & numerous professional articles ===''GRIFFITHS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Arthur Griffiths|Griffiths, Leslie Arthur "Les"]] [https://www.familysearch.org/tree/person/details/GXZK-81V] - 1909(Qld)-1970(Qld) - Licences: 4LZ Toowoomba (1938-1939, 1947-1956) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; military (WW2, RAN, signaller); cine assistant (Empire Theatre) - Halcyon: AOCP Toowoomba 1938 - Electoral Rolls: assistant projectionist (Toowoomba, Qld, 1931-1937); biograph projectionist (Toowoomba, Qld, 1943-1954; Toowoomba South, Qld, 1958); projectionist (Toowoomba West, Qld, 1963-1968) ===''GRIGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Haydn Errol Grigg|Grigg, Haydn Errol]] [https://www.familysearch.org/tree/person/details/G8BV-N98] - 1899(???)-1971(NSW) - Licences: 2AS Receive Sydney (Mosman, 1922); 2AS Sydney (Mosman, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Darlinghurst, 1935; Edgecliff, 1935-1949; Double Bay, 1954-1968) ===''GRIMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Douglas Grimes|Grimes, Benjamin Douglas]] [https://www.familysearch.org/tree/person/details/LZ8B-D6J] - 1901(Qld)-1987(Qld) - Licences: Receive (Crystal) Brisbane (Annerley, 1923-1924); 4BD Brisbane (Annerley, 1926-1931) - Qualifications: cc; AOCP 278, 1926, No. 23 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Tarragindi, 1925-1937); share dealer (New Farm, 1943); farmer (Cleveland, 1949-1958); retired (Corinda, 1968-1980) ===''GRIMMETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Urbane Grimmett|Grimmett, Stanley Urbane]] [https://www.familysearch.org/tree/person/details/L447-3MW] - 1905(NZ)-1974(NSW) - Licences: 2ZW Newcastle (Hamilton, 1930-1937); 2ZW Sydney (Bankstown, 1938-1939; Strathfield, 1946-1960; Vaucluse, 1961-1969) - Qualifications: AOCP 667, 1930, NSW - amateur operator, amateur broadcaster, journalist - Electoral Rolls: pharmacist (Hamilton, 1930-1937; Strathfield, 1949-1958); Vaucluse, 1963) ===''GRIVELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Grivell|Grivell, John "Jack"]] [https://www.familysearch.org/tree/person/details/KC43-NGM] - 1901(SA)-1971(SA) - Licences: 5BK Yorketown (1930-1933); 5BK Gladstone (1937); 5BK Crystal Brook (1938-1939); 5BK Gawler (1946-1947); 5BK Magill (1948-1969) - Qualifications: cc; AOCP 609, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (5CK Crystal Brook, 1939-1941); telephone mechanic (Gawler, 1943) ===''GROGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold William Grogan|Grogan, Arnold William]] [https://www.familysearch.org/tree/person/details/GFSS-87B] - 1915(WA)-1997(WA) - Licences: 6EI Perth (Mt Lawley, 1936-1939; City, 1947); 6EI Carnarvon (1948); 6EI Perth (Leederville, 1954-1980+) - Qualifications: cc; AOCP 1759, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Maylands, WA, 1937; East Perth, WA, 1943); public servant (Cottesloe, WA, 1949); civil servant (Leederville, WA, 1954-1980) ===''GRONOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rees Gronow|Gronow, William Rees]] [https://www.familysearch.org/tree/person/details/GZVM-KFV] - 1908(Vic)-2003(Vic) - 3EQ Receive Melbourne (City, 1922-1924), 3WG Melbourne (City, 1925-1933; Glen Iris, 1937; Malvern East, 1937; Glen Iris, 1938-1939, 1948-1960; Brighton, 1965-1980), amateur operator (AOCP 178, 1925, No. ?? in Vic), amateur broadcaster, director (Malvern, 1936-1954; Brighton, 1968-1977)) ===''GROVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Grove|Grove, Henry]] [https://www.familysearch.org/tree/person/details/L5KB-97B] - 1897(Eng)-1973(NSW) - Licences: N746 Receive Sydney (Enmore, 1922); 2HZ Receive Sydney (Enmore, 1922) - Qualifications: cc; CPRT 575, 1920 - amateur receiver - Electoral Rolls: traveller (Castle Hill, 1930); poultry farmer (Peakhurst, 1933-1949); retired (Burwood, 1963-1972) ===''GROWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Norman Wills Growden|Growden, George Norman Wills "Norman"]] [https://www.familysearch.org/tree/person/details/G9C6-15M] - 1913(Vic)-1984(SA) - Licences: 5YM Gladstone (1937-1939); 5YM Wedge Island via Port Lincoln (1954-1975) - Qualifications: cc; AOCP 1945, 1937, SA; BOCP 145, 1938; 2COCP 401, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: farmer (Gladstone, SA, 1939-1943); wireless operator (RAAF Station, Pearce, WA, 1943) ===''GRUBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Grubb|Grubb, William John]] [https://www.familysearch.org/tree/person/details/G6WK-K6N] - 1907(Qld)-1970(Vic) - Licences: 4DI Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: labourer (Rockhampton, 1931); concrete labourer (Rockhampton, 1936-1963); retired (Finch Hatton, 1968) ===''GRUMMITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Frederick Grummitt|Grummitt, Gilbert Frederick]] [https://www.familysearch.org/tree/person/details/G8Z7-FFD] - 1906(Qld)-1960(Qld) - Licences: 4BS Brisbane (Fortitude Valley, 1929-1933; Hamilton, 1937-1939; Bulimba, 1948-1960) - Qualifications: cc; AOCP 531, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: welder (Fortitude Valley, 1928-1934; Hamilton, 1936-1937); boilermaker (Bulimba, 1949-1958) ===''GRUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hill Grundy|Grundy, Robert Hill]] [https://www.familysearch.org/tree/person/details/LZP7-F78] - 1915(SA)-1988(SA) - Licences: 5BG Murray Bridge (1937-1939, 1947-1948); 5BG Crystal Brook (1954-1980) - Qualifications: cc; AOCP 2010, 1937, SA; BOCP 175, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''GUILDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Guildford|Guildford, Alfred]] [https://www.familysearch.org/tree/person/details/GX4T-5BG] - 19??(Eng)-1960(Qld) - Licences: 4AP Brisbane (Herston, 1934-1939, 1946-1948; Sandgate, 1960) - Qualifications: cc; AOCP 1342, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, publicity officer) - Electoral Rolls: advertisment writer (West End, Qld, 1934); copy writer (Kelvin Grove, Qld, 1936-1949) ===''GUNDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thor Odin Gundersen|Gundersen (BDM) or Gunderson (Census), Thor Odin]] [https://www.familysearch.org/tree/person/details/GHL8-F2W] - 1895(NZ)-1986(NZ) - Licences: Nil yet identified - Qualifications: cc; 1COCP 242, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: agent (Bondi, 1930-1931); radio officer (ss Fiona, 1943) ===''GUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Campbell Gunn|Gunn, Kenneth Campbell]] [https://www.familysearch.org/tree/person/details/93DG-X18] - 1911(Qld)-1975(Qld) - Licences: 4LG Laidley (1932-1937); 4LD Laidley (1937-1939, 1946-1975) - Qualifications: cc; AOCP 884, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Callsigns: 4LG likely withdrawn for 4LG Longreach - Electoral Rolls: clerk (Laidley, Qld, 1937-1972) ===''GUNTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Eliot Gunter|Gunter, Norman Eliot]] [https://www.familysearch.org/tree/person/details/L2WR-5VB] - 1912(Vic)-1943(At Sea) - Licences: 3NG Melbourne (Caulfield, 1930-1933; Hawthorn, 1937-1939) - Qualifications: AOCP 593, 1930, No. ?? in Vic; 2COCP 372, 1932; 1COCP 51, 1935 - amateur operator, amateur broadcaster, WW2 (merchant navy, wireless operator) - Electoral Rolls: sales (Caulfield, 1935; Hawthorn, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1428541] ===''GURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Carlisle Gurner|Gurner, Reginald Carlisle]] [https://www.familysearch.org/tree/person/details/GZZ2-8S8] - 1905(SA)-1975(SA) - 5CZ Receive Adelaide (New Parkside, 1923); Receive Adelaide (New Parkside, 1923); 5RG Adelaide (New Parkside, 1923-1928; Linden Park Gardens, 1931-1939) - Qualifications: cc; AOCP 31, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Linden Gardens, SA, 1939-1943) ===''GURR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Frederick Gurr|Gurr, Alan Frederick]] [https://www.familysearch.org/tree/person/details/G8GM-KJV] - 1904(Tas)-1974(Vic) - Licences: 3AG Geelong East (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geelong, 1926-1928; Belmont, 1931-1972) * [[/George Henry Gurr|Gurr, George Henry]] [https://www.familysearch.org/tree/person/details/L46K-DBB] - 1896(SA)-1957(Vic) - Licences: 5GO Adelaide (Parafield, 1933); 3QH Melbourne (Stanmore, 1947-1956) - Qualifications: cc; AOCP 1142, 1933, SA; 3COCP 185, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Parkville, Vic, 1926); ground engineer (Essendon, Vic, 1928); inspector (Caulfield, Vic, 1942; Essendon, Vic, 1949-1954) ===''GUTTERIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frank Gutteridge|Gutteridge, Reginald Frank]] [https://www.familysearch.org/tree/person/details/KNYP-KSN] - 1886(Tas)-1942(WA) - Licences: V759 Receive (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm manager (Marnoo, Vic, 1921); electrical engineer (Rupanyup, 1924-1927) =='''H'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''HADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lionel Trimble Hadley|Hadley, Arthur Lionel Trimble "Doc"]] [https://www.familysearch.org/tree/person/details/G7ZX-G9Y] - 1900(Qld)-1964(Qld) - Licences: 4AH Brisbane (Clifton Hill, 1930-1933; Dutton Park, 1937-1939; Annerley, 1946-1956) - Qualifications: cc; AOCP 636, 1930, No. ?? in Qld - amateur operator, amateur broadcaster, WW1, federal public servant (PMGD) - Electoral Rolls: signwriter (Taringa, 1921); salesman (Toowong, 1922-1925); motor assembler (Yeronga, 1929); radio mechanic (South Brisbane, 1937); technician (Annerley, 1949-1958); retired (Inala, 1958; Seven Hills, 1963) ===''HADLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Lindsay Hadlow|Hadlow, Martin Lindsay]] - radio clubs (NZDXRL, ARDXC, DXA), early wireless and broadcasting historian (Ph.D. Thesis,) ===''HAGARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neville Douglas Hagarty|Hagarty, Neville Douglas]] [https://www.familysearch.org/tree/person/details/G38J-GBJ] - 1907(Qld)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster (on 4WH); radio club participant; business proprietor; pilot; federal public servant (DCA) - Relationships: brother of 4WH William Edward Hagarty - Electoral Rolls: woodworker (Hospital Hill, 1930) * [[/William Edward Hagarty|Hagarty, William Edward "Edward / Eddie"]] [https://www.familysearch.org/tree/person/details/G384-TL3] - 1905(Qld)-1971(Qld) - Licences: 4WH Longreach (1925-1939); 4WH Townsville (1954-1969) - Qualifications: cc; AOCP 172, 1925, No. 16 in Qld; 2COCP 271, 1939; 1COCP 309, 1940 - amateur operator; amateur broadcaster; WW2; engineer; postal employee (PMG); federal public servant (PMG) - Relationships: brother of Neville Douglas Hagarty - Electoral Rolls: postal assistant (Longreach, 1930-1937); aeradio operator (Longreach, 1943); officer commanding aeradio station (Townsville, 1949-1954); communications officer (Townsville, 1958-1963; Mysterton, 1968) ===''HAI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pham Nhu Hai|Hai, Pham Nhu "Hai"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC), Director Broadcasting ITU-R ===''HAIGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bartin Robert Alfred Read Haigh|Haigh, Bartin Robert Alfred Read]] [https://www.familysearch.org/tree/person/details/GS9T-J8B] - 1854(NSW)-1928(NSW) - Licences: N752 Receive Sydney (Ashfield, 1922); 2IA Receive Sydney (Ashfield, 1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Ashfield, 1930); poultry farmer (Seven Hills, 1933) ===''HAINES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Lewis Harrison Haines|Haines, Claude Lewis Harrison]] [https://www.familysearch.org/tree/person/details/GXRC-8F6] - 1906(SA)-1996(SA) - Licences: 5CH Millicent (1933-1937); 3QM Geelong (Belmont, 1938-1939); 5CH Mt Gambier (1947-1980) - Qualifications: cc; AOCP 1118, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Belmont, Vic, 1937); engine driver (Mt Gambier, SA, 1941-1943) ===''HALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl William Millar Hale|Hale, Carl William Millar "William"]] [https://www.familysearch.org/tree/person/details/L5VR-TPL] - 1901(Vic)-1986(Vic) - Licences: 3GH Receive Melbourne (Elsternwick, 1922-1923); 3GH Anglesea (1924-1931+) - Qualifications: cc; AOCP 120, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (Elsternwick, 1924); architect (Hawthorn, 1958-1968; Malvern, 1977-1980) ===''HALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lovett Hall|Hall, Geoffrey Lovett]] [https://www.familysearch.org/tree/person/details/GHDB-ZD3] - 1895(Tas)-1972(Tas) - Licences: Receive Waddamanna (1923-1924); 7GH Waddamanna (1925-1931+); 7GH Hobart (1937-1939, 1947-1948) - Qualifications: cc; AOCP 137, 1925, No. ?? in Tas; BOCP 85, 1937 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Waddamana, 1928); engineer (New Town, 1936-1949) * [[/Graham George Hall|Hall, Graham George]] [https://www.familysearch.org/tree/person/details/G8HN-Z89] - 1910(Vic)-1971(Eng) - Licences: 3WO Melbourne (Glen Iris, 1929-1931; Hawthorn, 1933); 2AGH Sydney (Five Dock, 1937; Strathfield, 1938-1939; Hurstville, 1946-1969) - Qualifications: AOCP 482, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Auburn, 1934-1936); radio engineer (Abbotsford, 1937); engineer (Hurstville, 1949-1954; South Hurstville, 1958-1968) * [[/Reginald Allen Hall|Hall, Reginald Allen]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 539, 1929, No. ?? in ???? - amateur operator?, amateur broadcaster? - Electoral Rolls: Nil yet identified * [[/R. F. Hall|Hall, R. F.]] - 19??(???)-19??(???) - Licences: 3FH Receive Melbourne (Toorak, 1922); 3FH Melbourne (Toorak, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/William Charles Hall|Hall, William Charles]] - 19??(???)-19??(???) - Licences: 2BH Abermain (1930-1933); 2XT Abermain (1934-1936); 2XT Kurri Kurri (1938-1939, 1946-1948); 2XT Newcastle (Cooks Hill, 1950-1965; Toronto, 1969-1980+) - Qualifications: AOCP 643, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Abermain, 1935; Kurri Kurri, 1937-1943); hotel licensee (Newcastle, 1949-1963); retired (Toronto, 1972; Carey Bay, 1977-1980) - Comment: 2BH licence withdrawn for 2BH Broken Hill commercial; Beware several contemporaneous WCH in Newcastle region ===''HALLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philpot Hallam|Hallam, William Philpot]] [https://www.familysearch.org/tree/person/details/97MX-Y3J] - 1859(Tas)-1952(Vic) - Licences: XZH Hobart (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; PMGD Vic + Federal - Electoral Rolls: Nil ===''HALLIDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Fred Halliday|Halliday, Eric Fred]] [https://www.familysearch.org/tree/person/details/GC26-L5B] - 1913(SA)-1989(SA) - Licences: 5FW Adelaide (Hectorville, 1935-1939; South Payneham, 1947-1969; Magill, 1975) - Qualifications: cc; AOCP 1494, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Crystal Brook, 1939) ===''HALYDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Guyler Halyday|Halyday, James Guyler]] - 1904(Vic)-19??(???) - 4HZ Gympie (1939, 1946-1980+) , amateur operator (AOCP 2287, 1939, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ; Gympie ARC), military (WW2), employment (SEAQ linesman) ===''HAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilton Ham|Ham, George Wilton]] [https://www.familysearch.org/tree/person/details/GWX4-P28] - 1905(Qld)-1987(Qld) - Licences: 4CR Receive Brisbane (Northgate, 1923); 4GW Brisbane (Northgate, 1930-1931; Coorparoo, 1937-1939) - Qualifications: cc; AOCP 572, 1930, No. ?? in Qld - amateur receiver; amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (Toombul RC); employment (Chandlers) - Electoral Rolls: clerk (Coorparoo, 1937; St Lucia, 1943-1968); retired (Jamboree Heights, 1972-1980) * [[/Guildford Ham|Ham, Guildford]] [https://www.familysearch.org/tree/person/details/G67H-W9Y] - 1906(Qld)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; BOCP 101, 1937 - radio technician - Electoral Rolls: shop assistant (South Brisbane, 1928-1937); radio technician (South Brisbane, 1943; Bald Hills, 1943; Annerley, 1954); technician (Wavell Heights, 1958-1963) * [[/Thomas Edward Ham|Ham, Thomas Edward]] [https://www.familysearch.org/tree/person/details/G88F-R3P] - 1921(Qld)-19??(???) - Licences: 4WX Brisbane (Chelmer, 1937-1939); 2AGA Sydney (Kogarah, 1946-1947; Carlton, 1948-1950; Sylvannia Heights, 1954-1975); 4AGT Buderim (1980+) - Qualifications: cc; AOCP 2056, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (Sunshine Coast ARC); military (WW2, RAAF) - Electoral Rolls: radio mechanic (Sylvannia, 1954-1968); mechanic (Sylvannia, NSW, 1972-1977); retired (Buderim, 1980) ===''HAMILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Ormsby Hamilton|Hamilton, John William Ormsby]] [https://www.familysearch.org/tree/person/details/MG65-XRC] - 1869(Tas)-1944(Eng) - Australian representative of Pacific Radio Telegraph Co and Marconi Telegraph Co, promoted a scheme to link Aus/NZ/Pacific Islands (rejected by Aus Gov 1909), migrated to England to work for Marconi, donated Ormsby Hamilton Radio Prize in memory of his father Thomas Ormsby Hamilton ===''HAMMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Harold Hammond|Hammond, John Harold]] [https://www.familysearch.org/tree/person/details/G6HP-67H] - 1875(NSW)-1932(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: barrister-at-law (Ashfield, 1913); barrister (Killara, 1930-1932) * [[/Herbert Bowes Hammond|Hammond, Herbert Bowes]] [https://www.familysearch.org/tree/person/details/LZ4J-2PK] - 1907(NSW)-1967(NSW) - 2NI Sydney (Chatswood, 1925; Epping, 1926-1927; Chatswood, 1928; Naremburn, 1929-1930), amateur operator (AOCP 64, 1925 01, No. ?? in NSW; CPRT 895, 1925 12; 2COCP 318, 1931), amateur broadcaster ===''HANCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. A. Hancock|Hancock, C. A. or G. A.]] - 19??(???)-19??(???) - Licences: V748 Receive Melbourne (Berwick, 1922); 3GU Receive Melbourne (Berwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/D'Arcy Maxwell Hancock|Hancock, D'Arcy Maxwell]] [https://www.familysearch.org/tree/person/details/GCG4-L3Y] - 1910(SA)-2017(SA)107yo - Licences: 5RJ Kadina (1927-1939, 1946-1960); 5RJ Adelaide (Mitchell Park, 1965-1980+) - Qualifications: cc; AOCP 356, 1927, No. ?? in SA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Kadina, 1947) ===''HANNAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hannam|Hannam, Harold William]] [https://www.familysearch.org/tree/person/details/G83F-J78] - 1913(NSW)-1964(Vic) - Licences: 2IR Sydney (Hurstville South, 1935-1937); 2IR Orange (1938-1939); Sydney (South Hurstville, 1946-1948) - Qualifications: cc; AOCP 1472, 1935, Qld; BOCP 9, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hurstville, 1934-1937); radio engineer (Orange, 1943; Hurstville, 1949); engineer (Cheltenham, 1949-1954; Moorabbin, 1963) * [[/Walter Henry Hannam|Hannam, Walter Henry "Wally" "Wal", "Doc", "Fatty"]] [https://www.familysearch.org/tree/person/details/273W-H9T] - 1885(NSW)-1965(NSW) - XQI Stamford, Qld (1911-1914); 2YH Sydney (Balmain, 1924; Mosman, 1924-1933; Willoughby, 1934-1939); 2AXH Terrigal (1954-1961) - Qualifications: cc; AOCP 27, 1924, No. 10 in NSW - early wireless experimenter; amateur operator; radio clubs (WIA NSW, first secretary 1910); wireless operator Australasian Antarctic Expedition (1912-1914) - Relationships: don't confuse with father William Henry Hannam of Hannams Ltd, engineers & sheet metal workers - Electoral Rolls: - Links: [[w:Walter Henry Hannam|Wikipedia]]; [https://www.coolantarctica.com/Antarctica%20fact%20file/History/biography/hannam_walter.php Bio1]; [https://www.antarctica.gov.au/about-antarctica/history/people/walter-hannam/ Bio2] ===''HANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hansen|Hansen, Harold William]] [https://www.familysearch.org/tree/person/details/93DG-45T] - 1914(Qld)-2005(Qld) - Licences: 4FH Brisbane (Forest Hill, 1935-1939); 4SV Brisbane (Bulimba, 1948-1965; Carina, 1969-1980+) - Qualifications: cc; AOCP 1508, 1935, Qld; BOCP 1039, 1949 - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, 1937, radio technician); state public servant (BCC, communications officer) - Relationships: father of Graham Hansen 4FV - Electoral Rolls: labourer (Forest Hill, Qld, 1936-1937); WT Operator (Wendouree, Vic, 1942); RAAF (Maryborough, Qld, 1943); radio technician (Carina, Qld, 1968-1980) ===''HARDGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Hardgrave|Hardgrave, Philip "Pop"]] [https://www.familysearch.org/tree/person/details/GMPF-XL5] - 1857(Qld)-1940(Qld) - Licences: 4PH Brisbane (South Brisbane, 1933-1939) - Qualifications: cc; AOCP 1150, 1933, No. ?? in Qld - amateur operator; amateur broadcaster - Comment: oldest person in British Empire to obtain a full licence - Electoral Rolls: fruitgrower (Wellington Point, 1916-1928) ===''HARDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Netherton Kilgour Hardie|Hardie, Bruce Netherton Kilgour]] [https://www.familysearch.org/tree/person/details/GZ95-FMJ] - 1896(Vic)-1965(Vic) - 3YX Melbourne (Garden Vale, 1925-1933; City, 1937-1939), amateur operator (AOCP 49, 1925, No. ?? in Vic), amateur broadcaster, WIA Vic, accountant ===''HARDISTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Hardisty|Hardisty, David Charles]] [https://www.familysearch.org/tree/person/details/GZTM-C4W] - 1907(WA)-1980(WA) - Licences: 6DH Perth (Victoria Park, 1926-1939; West Perth, 1946-1948; Applecross, 1954-1980) - Qualifications: cc; AOCP 273, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Victoria Park, 1931-1943); radio mechanic (Applecross, 1954-1980) ===''HARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. R. Hardy|Hardy, W. R.]] - 19??(???)-19??(???) - 2RD Sydney (Glebe, 1925-1927), amateur operator (AOCP 187, 1925, No. ?? in NSW), amateur broadcaster ===''HARKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dennis James Harkin|Harkin, Denis or Dennis James]] [https://www.familysearch.org/tree/person/details/G45Q-9PH] - 1903(SA)-1993(Vic) - Licences: 3YN Receive Melbourne (Prahran, 1923); 3KF Melbourne (Kensington, 1924-1925); 3YN Melbourne (Preston, 1924-1926); 4YN Bowen (1927); 3YN Melbourne (East Brunswick, 1931); 3YY Newport (1938); 6YN Pearce (1938); 3ADJ Melbourne (Prahran, 1946-1948; Middle Park, 1954-1956; Thornbury, 1960-1975); 4ADJ Maryborough (1980) - Qualifications: CPRT 782, 1923; 1COCP 280, 1932 - amateur operator; amateur broadcaster; radio club participant (WIAQ); career military (RAAF); federal public servant (PMGD); WW2 - Electoral Rolls: mechanic (Preston, Vic, 1926; Brunswick, Vic, 1931; Newport, 1937); RAAF (Clifton Hill, 1942); technician (Prahran, 1949; Albert Park, 1954); radio technician (Thornbury, 1963-1972); nil (Maryborough, 1977-1980) ===''HARLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Harlen|Harlen, John Edward]] [https://www.familysearch.org/tree/person/details/K8MP-TWB] - 1884(Qld)-1953(Qld) - Licences: Receive Brisbane (Sunnybank, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Coopers Plains, Qld, 1908); fruit grower (Sunnybank, Qld, 1912-1949) ===''HARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Nicoll Harley|Harley, Gordon Nicoll]] [https://www.familysearch.org/tree/person/details/G89D-41H] - 1901(NSW)-1986(Qld) - Licences: "4AR Unlicensed" Ipswich (1926-1928); 4GH Ipswich (1928-1933); 4GH Didcott (1937-1939); 4GH Maryborough (1946-1980+) - Qualifications: cc; AOCP 385, 1928, No. 43 in Qld - amateur operator; amateur broadcaster; business proprietor (radio manufacture); employment (school teacher); WW2 - Electoral Rolls: clerk (Brassall, 1925); school teacher (Didcot, 1936-1943); teacher (Maryborough, 1949); school teacher (Maryborough, 1954-1980) ===''HARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Harmer|Harmer, George]] [https://www.familysearch.org/tree/person/details/LRTY-KHZ] - 1900(Eng)-1980(Qld) - Licences: 4XW Brisbane (Coorparoo, 1934-1939, 1946-1948; Camp Hill, 1954-1956; Coorparoo, 1960-1980) - Qualifications: cc; AOCP 1301, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIAQ); telephone technician (PMGD); federal public servant (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, Qld, 1937-1954); technician (Coorparoo, Qld, 1958-1980) ===''HARRANTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wolf Harranth|Harranth, Wolf]] - 1941(Austria)-2021(Austria) - Licences: OE1WHC Austria - curator of Dokufunk, host of the world's largest collection of amateur radio and broadcast QSLs; amateur radio operator; broadcast announcer; historian (amateur radio, broadcasting); children's book author; translator - provided the core of the WIA QSL collection ===''HARRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Harris|Harris, Alfred Charles]] [https://www.familysearch.org/tree/person/details/GZY1-F4K] - 1900(Vic)-1963(Vic) - Licences: 3CH Birchip (1926-1939; 1946-1960+) - Qualifications: AOCP 303, 1926, No. ?? in Vic -amateur operator, amateur broadcaster, class B licence? - Electoral Rolls: engineer (Ouyen, 1924); electrical engineer (Birchip, 1925-1954; Power Station, Ouyen, 1963) * [[/Ross Clifford Harris|Harris, Ross Clifford]] [https://www.familysearch.org/tree/person/details/L5Y2-DZF] - 1917(SA)-1954(SA) - Licences: 5FL Adelaide (Glenelg, 1936-1939; Malvern, 1947-1948; Hawthorn, 1954) - Qualifications: cc; AOCP 1651, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Valentine Harms Harris|Harris, Valentine Harms]] [https://www.familysearch.org/tree/person/details/L1PM-FDM] - 1909(WA)-1995(WA) - Licences: 6NL Perth (Shenton Park, 1935-1939; Applecross, 1947-1969); 6NL Denmark (1975-1980+) - Qualifications: cc; AOCP 1579, 1935, WA - amateur operator; amateur broadcaster - Relationships: Husband of 6YL Ruth Victoria Harris nee Longley - Electoral Rolls: garage employee (Subiaco, WA, 1931); radio mechanic (Subiaco, WA, 1936-1937); mechanic (Applecross, WA, 1949-1972) ===''HARRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Lionel Carr Harrison|Harrison, Percival Lionel Carr]] [https://www.familysearch.org/tree/person/details/GFM3-VDC] - 1912(WA)-2001(WA) - Licences: 6LH Perth (Claremont, 1937-1939; Armadale, 1947-1980+) - Qualifications: cc; AOCP 1909, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Claremont, WA, 1936-1937); civil servant (Armadale, WA, 1943-1980) ===''HARRISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Harriss|Harriss, Alfred George]] [https://www.familysearch.org/tree/person/details/K8HN-THZ] - 1873(Eng)-1932(Qld) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), radio clubs (Longreach Radio Club), business proprietor (Jackson & Harriss) - Electoral Rolls: engineer (Longreach, 1930) - Relationships: father of Dorothy Winnifred Macfarlane formerly Fanning nee Harriss * [[/Dorothy Winnifred Harriss|Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred]] [https://www.familysearch.org/tree/person/details/KGYC-3CP] - 1905(Qld)-1986(Qld) - Licences: 4DH Longreach (1930-1933) - Qualifications: cc; AOCP 573, 1930, No. ?? in Qld; BOCP - amateur operator; amateur broadcaster; radio clubs (WIAQ); first YL operator in Qld - Electoral Rolls: typist (Longreach, 1930); home duties (Longreach, 1936-1943; Warwick, 1949; Toowoomba, 1954-1977; Macgregor, 1980) - Relationships: daughter of Alfred George Harriss ===''HARRISSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harrisson|Harrisson, Charles "Snowy"]] [https://www.familysearch.org/tree/person/details/LK9P-VK3] - 1908(Tas)-1995(Tas) - Licences: 7CH Hobart (Bellerive, 1933); 3CN Shepparton (1937-1939); 7CH Hobart (Moonah, 1954-1960); 7CH Burnie (1965); 7CH Hobart (Bellerive, 1969-1980+) - Qualifications: cc; AOCP 348, 1927, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: son of Charles Turnbull Harrisson, biologist in the Australasian Antarctic Expedition - Electoral Rolls: bank clerk (Shepparton, 1936-1949); bank manager (Moonah, 1954) ===''HARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leslie William Harston|Harston, Leslie William or William Leslie "Bill"]] [https://www.familysearch.org/tree/person/details/GDQD-XVY] - 1897(Qld)-1983(Qld) - Licences: 4RY Brisbane (Clayfield, 1932-1939, 1946-1948; Holland Park, 1954-1969) - Qualifications: cc; AOCP 903, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; business proprietor (art shop) - Electoral Rolls: warehouseman (Clayfield, Qld, 1921-1943); no occupation (Holland Park, Qld, 1954-1980) ===''HART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Samuel Hart|Hart, Augustus Samuel]] [https://www.familysearch.org/tree/person/details/9CMQ-4CP] - 1890(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 57, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: saddler (Watchem, Vic, 1912; Glen Thompson, 1913); wireless engineer (Moonee Ponds, 1936-1937); wireless operator (Esperance, 1943); telegraphist (Darwin, 1949); wireless officer (Moonee Ponds, 1963-1968; Essendon, 1972) * [[/James Claude Hoyte John Hart|Hart, James Claude Hoyte John "Hoyte John", "Roy"]] [https://www.familysearch.org/tree/person/details/GQWC-W4C] - 1904(Eng)-1992(NSW) - Licences: 2HO Sydney (Manly, 1928-1931; Roseville, 1933-1939, 1946-1956; St Ives East, 1957-1975; Manly, 1980+) - Qualifications: AOCP 410, 1928, No. ?? in NSW; 3COCP 4622, 1963 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Roseville, 1933-1954; St Ives, 1958-1963); retired (St Ives, 1968-1977; Manly, 1980) * [[/Norman Victor Hart|Hart, Norman Victor]] [https://www.familysearch.org/tree/person/details/LNK3-TXW] - 1908(Qld)-1998(Qld) - Licences: 4KO Booval (1931-1939, 1946-1980+) - Qualifications: cc; AOCP 760, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIA, Ipswich RC); engineer - Electoral Rolls: shop assistant (Booval, 1932-1937); grocer (Booval, 1943-1949); radio technician (Booval, 1954-1972; East Ipswich, 1977-1980) ===''HARVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. C. L. Harvey|Harvey, B. C. L.]] - 19??(???)-19??(???) - Licences: XJAC Melbourne (Port Melbourne, 1913) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edward Rossiter Harvey|Harvey, Edward Rossiter]] [https://www.familysearch.org/tree/person/details/GXBP-BK8] - 1918(WA)-2009(Qld) - Licences: 6RG Perth (Scarborough, 1937-1939, 1947-1948); 4RK Surfers Paradise (1969-1980+) - Qualifications: cc; AOCP 2041, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Leederville, WA, 1943; Scarborough, WA, 1943); newsagent (Scarborough, WA, 1949-1958); shopkeeper (Surfers Paradise, Qld, 1963); proprietor (Surfers Paradise, Qld, 1972-1977); retired (Mermaid Waters, Qld, 1980) * [[/Manning Herbert Harvey|Harvey, Manning Herbert]] [https://www.familysearch.org/tree/person/details/KZGG-LFZ] - 1887(Tas)-1932(Tas) - Licences: XZC Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: electrician (Hobart East, 1914-1928) ===''HASKARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Geoffrey Haskard|Haskard, Reginald Geoffrey "Geoff"]] [https://www.familysearch.org/tree/person/details/GZB5-S35] - 1906(SA)-1988(SA) - Licences: Receive Adelaide (Jamestown, 1923-1924); 5RH Adelaide (Jamestown, 1927-1931; North Adelaide, 1933; Malvern, 1937-1939; Helmsdale, 1947; Plympton, 1948-1975; West Beach, 1980+) - Qualifications: cc; AOCP 316, 1927, No. ?? in SA; BOCP 1558, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: retreader (Malvern, 1939-1941); wireless operator (Malvern, 1943) ===''HATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Westrop Henry Hatfield|Hatfield, Westrop Henry "West"]] [https://www.familysearch.org/tree/person/details/GZB5-VF5] - 1909(Vic)-1998(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''HATTAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Hattam|Hattam, Fred]] [https://www.familysearch.org/tree/person/details/G8ZV-QDL] - 1906(Vic)-1976(Vic) - Licences: 3HW Castlemaine (1929-1939); 3BAL Castlemaine (1975) - Qualifications: AOCP 541, 1929, No. ?? in Vic; BOCP 410, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Castlemaine, 1928-1937); radio mechanic (Castlemaine, 1954-1967); engineer (Castlemaine, 1968-1972) ===''HAWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haworth|Haworth, William]] [https://www.familysearch.org/tree/person/details/G823-JT3] - 1896(Qld)-1987(Qld) - Licences Q737 Receive Qld (1922-1923) - Qualifications: cc; Nil identified as yet - amateur receiver - Electoral Rolls: telephone mechanic (Ironside Estate, 1917); mechanic (Taringa, 1921-1928); lineman (North Tmborine, 1931); electrical mechanic (Eagle Heights, 1936; Toowong, 1937); telephone mechanic (Bundaberg, 1943-1949); technician (Toowong, 1954-1972); retired (Caloundra, 1977-1980) ===''HAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edgar Cecil Hawson|Hawson, Thomas Edgar Cecil]] [https://www.familysearch.org/tree/person/details/GXZ2-ZV9] - 1916(Qld)-1992(Qld) - Licences: 4CH Ipswich (Woodend, 1937-1939; East Ipswich, 1947-1948); 4CH Brisbane (Yeronga, 1969; Salisbury, 1975-1980) - Qualifications: cc; AOCP 2016, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: agent (Ipswich, Qld, 1937); radio mechanic (East Ipswich, Qld, 1949); storekeeper (Windsor, Qld, 1954; Yeronga, Qld, 1958; Salisbury, Qld, 1963-1980) ===''HAYMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Inglis Hayman|Hayman, William George Inglis]] [https://www.familysearch.org/tree/person/details/G8NL-CX1] - 1897(Eng)-1968(WA) - Licences: 6BG Perth (Claremont, 1925); 6GH Perth (Claremont, 1946-1965) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; scientist; educator - Electoral Rolls: lecturer (Claremont, 1922-1929); engineer (Claremont, 1931-1954); civil servant (Claremont, 1958-1968) - [https://adb.anu.edu.au/biography/hayman-william-george-12971 ADB] ===''HAYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Lot Henry Haynes|Haynes, Bruce Lot Henry]] [https://www.familysearch.org/tree/person/details/KC44-8M4] - 1898(NSW)-1961(NSW) - Licences: 2YA Armidale (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Armidale, 1930-1936); poultry farmer (West Pennant Hills, 1943-1958) * [[/Thomas Ambrose John Haynes|Haynes, Thomas Ambrose John]] [https://www.familysearch.org/tree/person/details/GSC5-WXM] - 1902(SA)-1968(SA) - Licences: 5AY Adelaide (Black Forest Estate, 1931-1939) - Qualifications: cc; AOCP 835, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Black Forest, 1939-1943) ===''HAZLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Stanley Arnold Hazlett|Hazlett, Royce Stanley Arnold]] [https://www.familysearch.org/tree/person/details/GXX4-F38] - 1932(Qld)-2015(Qld) - Licences: 4ZRH Brisbane (Wellers Hill, 1965-1975) - Qualifications: AOLCP 1159, 1961, Qld - amateur operator - Relationships: Son of 4EO Stanley Albert Hazlett - Electoral Rolls: electrician (Coorparoo, Qld, 1954-1963); electrical contractor (Wellers Hill, Qld, 1968-1972); contractor (Tarragindi, Qld, 1977-1980) * [[/Stanley Albert Hazlett|Hazlett, Stanley Albert]] [https://www.familysearch.org/tree/person/details/KC33-RH7] - 1900(Qld)-1971(Qld) - Licences: 4EO Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 4ZRH Royce Stanley Arnold Hazlett - Electoral Rolls: clerk (Coorparoo, Qld, 1925-1928); buyer (Coorparoo, Qld, 1937-1968) ===''HEARPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Hearps, David Edward]] - See David Edward Vaughan (assumed change of name) ===''HEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Harry Heath|Heath, Allan Harry]] [https://www.familysearch.org/tree/person/details/L5Y4-4DT] - 1914(SA)-1986(SA) - Licences: 5ZX Adelaide (Prospect Park, 1934-1939; Highgate, 1947-1956; Brighton, 1960-1980) - Qualifications: cc; AOCP 1369, 1934, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''HEATHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Heathers|Heathers, Cyril John]] [https://www.familysearch.org/tree/person/details/G8XN-NG9] - 1909(Eng)-2003(NSW) - Licences: 2GZ Sydney (Bankstown, 1930-1934); 2UA Sydney (Bankstown, 1935-1939; Artarmon, 1946-1975) - Qualifications: AOCP 615, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Bankstown, 1930-1943); telephone engineer (Artarmon, 1949-1968); engineer (Artarmon, 1977-1980) - Comment: 2GZ callsign likely withdrawn by PMGD for 2GZ Orange commercial ===''HEILBRONN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Heilbronn|Heilbronn, George]] [https://www.familysearch.org/tree/person/details/LJHL-PW3] - 1894(Qld)-1972(Qld) - Licences: 4GG Chinchilla (1929-1939); 4GG Yarraman (1946-1955); 4GG Crows Nest (1956); 4GG Millmerran (1960); 4GG Brisbane (Wynnum, 1965-1969) - Qualifications: cc; AOCP 565, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (Qld Listeners' League) - Electoral Rolls: locomotive fireman (Chinchilla, 1925-1937); locomotive driver (Yarraman, 1954); engine driver (Millmerran, 1943-1958); retired (Wynnum, 1963-1968) ===''HEINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Heine|Heine, John Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/G9VS-V1F] - 1908(Tas)-1988(Vic) - Licences: 7JK Hobart (City, 1927; Bellerive, 1931); 4JX Brisbane (City, 1933; Ascot, 1935; Kangaroo Point, 1937; Mowbray Park, 1938-1939); 3JF Melbourne (Beaumaris) (1960-1980+) - Qualifications: cc; AOCP 355, 1927, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kangaroo Point, 1934; Norman Park, 1937); engineer (Brighton, 1949); representative (Beaumaris, 1954-1980) ===''HEINRICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Latimer Heinrich|Heinrich, William Latimer]] [https://www.familysearch.org/tree/person/details/GXG5-S7Y] - 1917(SA)-1993(SA) - Licences: 5HR Bute (1934-1939); 5HR Adelaide (Kensington Gardens, 1947-1980+) - Qualifications: cc; AOCP 1376, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: farmhand (Bute, SA, 1939-1943) ===''HEITSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry John Keith Heitsch|Heitsch, Henry John Keith or Heinrich Johann]] [https://www.familysearch.org/tree/person/details/G8CV-QYP] - 1907(Vic)-1996(Qld) - Licences: 3HK Melbourne (Mitcham, 1929-1939, 1947-1975); 4AHK Scarness (1980+) - Qualifications: AOCP 516, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: piano fitter (Mitcham, 1931-1954); technician (Mitcham, 1963-1977); retired (Scarness, Qld, 1980) ===''HELLAWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Herbert Hellawell|Hellawell, Francis Herbert "Frank"]] [https://www.familysearch.org/tree/person/details/LK5G-478] - 1885(Qld)-1958(Qld) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - early wireless experimenter; amateur radio clubs (member, WIQ); federal public servant (PMGD) - Electoral Rolls: engineer (Toowong, 1913-1914; Coorparoo, 1919; East Annerley, 1925; Annerley, 1929-1934); clerk (Brisbane City, 1937); no occupation (Beachmere, 1943-1949; Annerley, 1954-1958) ===''HELLYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leicester Henry Hellyer|Hellyer, Leicester Henry]] [https://www.familysearch.org/tree/person/details/KFNW-BTC] - 1908(NSW)-1972(NSW) - Licences: 2LS Sydney (Rockdale, 1930-1933) - Qualifications: AOCP 600, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Rockdale, 1930-1933; Manly, 1934-1935; Artarmon, 1936-1937; Willoughby, 1943; Artarmon, 1949-1963; Newport, 1968-1977) ===''HENDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Henderson|Henderson, Frederick James]] [https://www.familysearch.org/tree/person/details/GXQG-XRX] - 1891(Eng)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 208, 1916 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified * [[/S. A. Henderson|Henderson, S. A.]] - 19??(???)-19??(???) - Licences: 5JN Adelaide (Walkerville, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HENNESSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] - 1896(Qld)-19?? - 4LO Brisbane (City, 1931-1939), amateur operator (AOCP 826, 1931, No. ? in Qld), fourth YL operator in Qld ===''HENRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Geddes Henry|Henry, Arthur Geddes]] [https://www.familysearch.org/tree/person/details/L4QW-K9Z] - 1907(NSW)-1969(NSW) - Licences: 2ZK Sydney (Sandringham, 1929-1939) - Qualifications: AOCP 494, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Sandringham, NSW, 1930-1937); engineer (San Souci, 1949-1963; Northbridge, 1968) * [[/Clement John Henry|Henry, Clement John]] [https://www.familysearch.org/tree/person/details/GZ6T-RPC] - 1905(NSW)-1996(NSW) - Licences: Receive (Valve) Uralla (1923); 2CH Uralla (1924-1929); 2UR Uralla (1930-1939); 2UR Blakehurst (1946); 2UR Sydney (Neutral Bay, 1948-1957; Pymble, 1958-1980+) - Qualifications: cc; AOCP 85, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 (RAAF) - Withdrawal: 2CH callsign withdrawn in 1930 for 2CH Sydney - Electoral Rolls: electrician (Uralla, 1930-1937); electrical fitter (RAAF Richmond, 1943); technician (Neutral Bay, 1949-1954; Pymble, 1958-1980) * [[/John Edwin Henry|Henry, John Edwin]] [https://www.familysearch.org/tree/person/details/KL6B-GD6] - 1868(Vic)-1933(Qld) - Licences: 4CZ Receive Mt Alford via Boonah (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: baker (Gundy, NSW, 1913); farmer (Boonah, Qld, 1917-1921); storekeeper (Mt Alford, Qld, 1922-1926); baker (Dayboro, Qld, 1928; Wondai, Qld, 1931) * [[/Raymond Cherrington Henry|Henry, Raymond Cherrington "Tom"]] [https://www.familysearch.org/tree/person/details/GX5X-C1Y] - 1894(SA)-1975(SA) - Licences: 5CY Cook (1935-1939); 5RY Adelaide (Goodwood, 1960) - Qualifications: cc; AOCP 1421, 1935, SA - amateur operator; amateur broadcaster; WW2 - Comment: Son, also named RCH, passed in WW2 - Electoral Rolls: fitter (Goodwood Park, SA, 1939-1943) ===''HENWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ralph Franklin Henwood|Henwood, Ralph Franklin]] [https://www.familysearch.org/tree/person/details/G89X-CF6] - 1912(WA)-1979(WA) - Licences: 6RL Perth (North Perth, 1930-1933; Claremont, 1937); 6RL Northam (1946-1948); 2AXA Sydney (Rose Bay, 1960-1961); 6RL Perth (Claremont, 1969-1975) - Qualifications: cc; AOCP 720, 1930, No. ?? in WA; BOCP 2, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio serviceman (Claremont, 1936); radio operator (6AM) (Northam, 1937); radio technician (Northam, 1943-1949; Claremont, 1954); technician (Bellevue Hill, 1958; Claremont, 1963-1972; Nedlands, 1977) ===''HEPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Dean Hepton|Hepton, William Dean "Bill"]] [https://www.familysearch.org/tree/person/details/LRBB-VN5] - 1898(Qld)-1966(Qld) - Licences: 4WD Brisbane (Milton, 1932-1939) - Qualifications: cc; AOCP 918, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, instructor 1932-1935) - Electoral Rolls: mechanic (Paddington, Qld, 1921; Milton, Qld, 1925-1963) ===''HERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Kinross Herd|Herd, James Kinross]] [https://www.familysearch.org/tree/person/details/GZZ2-YSQ] - 1901(Vic)-1963(Vic) - 3JK Baccus Marsh (1924-1927), 3JK Wangaratta (1933-1939, 1946-1956), 3JK Mornington (1960), amateur operator (AOCP 36, 1924, No. ?? in Vic), amateur broadcaster ===''HERSCHEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Victor Herschel|Herschel, Henry Victor]] [https://www.familysearch.org/tree/person/details/K4N6-76H] - 1902(Qld)-1937(Qld) - Licences: 4UK Cairns (1929-1931); 4UK Toowoomba (1933); 4UK Brisbane (Indooroopilly, 1937) - Qualifications: cc; AOCP 564, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Newtown, 1925; Cairns, 1930; Indooroopilly, 1936-1937)- Comment: Passed too soon ===''HESKETH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Hesketh|Hesketh, John]] - 1868(Eng)-1917(Vic) - early wireless experimenter, senior state public servant (Qld electrical engineer), senior federal public servant (PMGD, chief electrical engineer), military (Royal Engineers, Eng; Qld Defence Force, lieutenant) ===''HEWITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Hewitt|Hewitt, Archibald John "Arch"]] [https://www.familysearch.org/tree/person/details/G8DZ-TNY] - 1910(SA)-1988(SA) - Licences: 5XK Adelaide (Torrensville, 1930-1939); 5XK Kingscote (1946-1948); 5XK Adelaide (Torrensville, 1954; College Park, 1955-1956; Lucindale, 1960; Semaphore, 1965-1969; Ottaway, 1975-1980) - Qualifications: cc; AOCP 582, 1930, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal clerk (Kingscote, 1939-1941) * [[/Clarence Richard Hewitt|Hewitt, Clarence Richard]] [https://www.familysearch.org/tree/person/details/G6D1-718] - 1900(Qld)-1969(Qld) - Licences: 4CR Brisbane (Rosalie, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Petrie Tce, Qld, 1919); student (Petrie Tce, Qld, 1921-1926); moulder (Rosalie, Qld, 1928); carpenter (Rosalie, Qld, 1936-1943; Indooroopilly, Qld, 1949); hotel manager (Indooroopilly, Qld, 1954) * [[/Horace Thomas Hewitt|Hewitt, Horace Thomas]] [https://www.familysearch.org/tree/person/details/MN6S-JBL] - 1904(Qld)-1988(Qld) - Licences: 4PD Brisbane (Moorooka, 1939, 1947-1980) - Qualifications: cc; AOCP 2377, 1939, Qld - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Hodgson, Qld, 1925; Bowen, Qld, 1930); mechanic (Roma, Qld, 1936-1937); turner (Moorooka, Qld, 1943-1980) * [[/Thomas George Hewitt|Hewitt, Thomas George]] [https://www.familysearch.org/tree/person/details/GXZ2-PLM] - 1900(NSW)-1962(NSW) - Licences: 4TH Cairns (1937-1939); 2LH Lismore (1946-1961); 2ATG Lennox Head (1955-1961) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: medical practitioner (Cairns, Qld, 1930-1943; Lismore, NSW, 1949-1958) ===''HIAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Charles Hiam|Hiam, Robert Charles "Charles"]] [https://www.familysearch.org/tree/person/details/9VCT-14T] - 1888(Vic)-1982(Vic) - Licences: XLD Melbourne (Balaclava, 1913-1914); 3LW Melbourne (St Kilda, 1923-1931; Caulfield North, 1933-1939) - Qualifications: cc; CPRT 174, 1915 - amateur operator; amateur broadcaster - Electoral Rolls: tailor (St Kilda, 1913-1928; Caulfield, 1931-1968); retired (Beaumaris, 1972-1980) ===''HICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Joseph Hicks|Hicks, Henry Joseph "Harry"]] [https://www.familysearch.org/tree/person/details/G8QG-RRR] - 1913(Qld)-1983(Qld) - Licences: 1HH Macquarie Island (1955-1956); 4HG Willis Island (1963); 9HG Lae, New Guinea (1965-1969); 4HG Tolga (1975-1980) - Qualifications: AOCP 2468, 1941, Qld; 1COCP 784, 1944 - amateur operator - Electoral Rolls: letterpress machinist (Cairns, 1936-1937); printer (Newtown, 1943); radio officer (Broome, 1963); wireless operator (Thursday Island, 1972); retired (Tolga, 1977-1980) - Awards: BEM (1958, Officer in Charge, Radio Weather Reporting Station, Willis Islets) ===''HIGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Gordon Conway Higgins|Higgins, John Gordon Conway "Jack"]] [https://www.familysearch.org/tree/person/details/GD45-FKK] - 1884(NSW)-1963(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 29, 1914 - wireless telegraphist, WW1, WW2 - Electoral Rolls: clerk (South Perth, 1910-1912); radio engineer (Prahran, 1925-1927); manufacturer (St Kilda, Vic, 1934-1937); soldier (Caulfield, 1942); military duties (South Yarra, 1949); retired (Dromana, 1954; Sorrento, 1963) ===''HILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Edward Hilder|Hilder, Henry Edward]] - 1919(???)-1984(Qld) - 4HH Brisbane (East Brisbane, 1946-1948; Nudgee, 1954-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ), military (WW2, AIF Signals), employment (Brisbane Fire Brigade, communications), (Halcyon says AOCP Brisbane 1936 but no record) ===''HILDYARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol David Hildyard|Hildyard, Athol David]] [https://www.familysearch.org/tree/person/details/LYNY-TBD] - 1919(Tas)-1998(Tas) - Licences: 7DH Hobart (City, 1936-1939, 1948; Montagu Bay, 1954-1980+) - Qualifications: cc; AOCP 1735, 1936, No. ?? in Tas; 1AOCP 50, 1947 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcast technician (Hobart South, 1943-1949); radio engineer (Montagu Bay, 1954) ===''HILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Wyatt Hill|Hill, Alfred Wyatt]] [https://www.familysearch.org/tree/person/details/GD2Y-5VM] - 19??(???)-19??(???) - Licences: 2TS Sydney (Killara, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Arthur Stanley Hill|Hill, Arthur Stanley]] [https://www.familysearch.org/tree/person/details/GX16-FRC] - 1906(Eng)-19??(???) - Licences: 6AH Wiluna (1937-1939, 1947-1965); 6AH Busselton (1969-1980+) - Qualifications: cc; AOCP 1985, 1937, WA - amateur operator; amateur broadcaster; WW2 - Relationships: Husband of 6MH Mary Lilian Hill nee - Electoral Rolls: electrician (Wiluna, WA, 1931); engineer (Wiluna, WA, 1936-1949); business manager (Wiluna, WA, 1954-1963); retired (West Busselton, WA, 1968-1980) * [[/Frederick John Hill|Hill, Frederick John]] [https://www.familysearch.org/tree/person/details/G8CS-1J5] - 19??(???)-19??(???) - Licences: 2TY Kurri Kurri (1929-1934) - Qualifications: cc; AOCP 500, 1929, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: colliery employee (Pelaw Main, 1930; Stanford Merthyr, 1934; Kurri Kurri, 1936-1937); winding driver (Kurri Kurri, 1968) * [[/Mary Lilian XXXX|Hill nee , Mary Lilian]] [https://www.familysearch.org/tree/person/details/GX16-JZY] - 1906(???)-19??(???) - Licences: 6MH Wiluna (1937-1939, 1947-1965); 6MH Busselton (1969-1980+) - Qualifications: cc; AOCP 1976, 1937, WA - amateur operator; amateur broadcaster; YL operator - Relationships: Wife of 6AH Arthur Stanley Hill - Electoral Rolls: ===''HILLHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Reid Hillhouse|Hillhouse, James or James Reid]] [https://www.familysearch.org/tree/person/details/GXH2-YZJ] - 1907(Sct)-1992(Qld) - Licences: 4ZO Collinsville (1933-1939, 1947-1975); 4ZO Bowen (1980+) - Qualifications: cc; AOCP 1115, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: coal miner (Collinsville, Qld, 1928-1963); retired (Gladstone, Qld, 1977) ===''HILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Hilton|Hilton, William Edward]] [https://www.familysearch.org/tree/person/details/GDPR-P1K] - 1876(???)-1957(NSW) - Licences: XEQ Sydney (St Leonards, 1913-1914); 2BA Receive Sydney (Crows Nest, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: postal assistant (Newtown, 1903); postmaster (Stockton, 1930-1932; Kurri Kurri, 1934-1936); retired (Long Jetty, 1943-1949) ===''HINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Hine|Hine, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GCBY-3SZ] - 1907(NSW)-1994(NSW) - Licences: 2QL Sydney (Campsie, 1935-1937; Richmond, 1938-1939; Homebush, 1946-1980+) - Qualifications: AOCP 1434, 1935, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Campsie, 1930-1931; Temora, 1932-1935); wireless operator (RAAF Richmond, 1936-1937; Concord, 1943); radio officer (Homebush, 1954-1958; Strathfield West, 1968; Homebush, 1977-1980) ===''HIPWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Anson Le Hunt Hipwell|Hipwell, Ronald Anson Le Hunt]] [https://www.familysearch.org/tree/person/details/G8HJ-SMM] - 1902(Vic)-1975(Vic) - Licences: 3KU Swan Hill (1929-1933); 2ACD Broken Hill (1937-1939); 3ACD Melbourne (Dromana, 1955-1956); 5AJ Port Augusta (1960-1965); 3AEI Melbourne (Dromana, 1969-1975) - Qualifications: AOCP 486, 1929, No. ?? in Vic; AOLCP 140, 1934 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: engineer (St Kilda East, 1925); electrical engineer (Swan Hill, 1931); radio engineer (Broken Hill, 1935-1943); radio electrical fitter (Dromana, 1949-1954); retired (Dromana, 1972) ===''HIRSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jacob Alexander Hirsch|Hirsch or Deerson, Jacob or Jakob Alexander]] [https://www.familysearch.org/tree/person/details/GWZX-RZ3] - 1896(Aus)-1979(Aus) - Licences: 2AE Receive Sydney (Croydon, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (Oatley, 1930-1937); clerk (Canberra, 1949); no occupation (Pambula Beach, 1954-1972; Merimbula, 1977) ===''HITCHCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leith Fuller Hitchcock|Hitchcock, Leith Fuller]] [https://www.familysearch.org/tree/person/details/GXWC-Y61] - 1897(Qld)-1953(Qld) - Licences: 4LH Brisbane (Wooloowin, 1931-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: bacteriologist (Wooloowin, 1921-1936); research officer (Wooloowin, 1943-1949) ===''HOAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. M. Hoad|Hoad, C. M.]] - 19??(???)-19??(???) - Licences: None yet identified - Qualifications: AOCP 319, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - Individual not yet identified ===''HOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Cecil Hoar|Hoar, John Cecil]] [https://www.familysearch.org/tree/person/details/MVKW-HND] - 1900(Eng)-1964(WA) - Licences: 6OR Perth (Fremantle, 1931-1939; Mosman Park, 1947-1960) - Qualifications: cc; AOCP 786, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Barracks, Fremantle, WA, 1925-1931; East Fremantle, WA, 1936-1937; Mosman Park, WA, 1949-1963) ===''HOARE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Hoare|Hoare, Peter]] [https://www.familysearch.org/tree/person/details/G99K-6N4] - 1895(NSW)-1975(NSW) - 2PH Gosford (1925-1927), amateur operator (AOCP 82, 1925, No. ?? in NSW), amateur broadcaster, railway signalman * [[/Pierce Mark Hoare|Hoare, Pierce Mark]] - 1895(NSW)-1988(NSW) - 2SL Lismore (1934-1980+), amateur operator (AOCP 1227, 1933, No. ?? in NSW), amateur broadcaster, radio clubs (Richmond River Listeners' League) ===''HOBART-DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Hobart-Duff, William Vere see Duff, William Vere Hobart]] ===''HOBCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hurtle Horace Hobcroft|Hobcroft, Hurtle Horace]] [https://www.familysearch.org/tree/person/details/G8WZ-G5T] - 1899(SA)-1993(SA) - Licences: 5RE Adelaide (West Brunswick, 1928); 5RE Renmark (1931-1939, 1946-1956); 5RE Adelaide (Linden Park, 1960-1969) - Qualifications: cc; AOCP 420, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW1; WW2 - Relationships: Father of Rex Kelvin Hobcroft - Electoral Rolls: clerk (Carlton North, 1925-1926; Brunswick West, 1928); horticulturalist (Renmark, 1939-1943) ===''HOBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Forde Hobler|Hobler, Cecil Forde]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: solicitor (Barcaldine, 1928) - Relationships: cousin of 4DO Harold Learmonth Hobler? * [[/Harold Learmonth Hobler|Hobler, Harold Learmonth]] [https://www.familysearch.org/tree/person/details/LRKZ-8N1] - 1906(Qld)-1984(Qld) - Licences: 1217 Rockhampton (1921-1924); 4DO Receive Rockhampton (1923); 4DO Rockhampton (1925-1939, 1946-1980+) - Qualifications: cc; AOCP 110, 1925, No. 12 in Qld; CPRT 1003, 1928 - amateur operator; amateur broadcaster; radio club (WIAQ, JOTA); business proprietor (picture theatre), WW2 - Electoral Rolls: theatre manager (Rockhampton, 1930-1937); theatre proprietor (Rockhampton, 1943); soldier (Bulimba, 1943); theatre proprietor (Rockhampton, 1949); theatre manager (Rockhampton, 1958-1963); property owner (Rockhampton North, 1968-1977) - Relationships: cousin of Cecil Forde Hobler? ===''HODDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Hodder|Hodder, Clarence William]] [https://www.familysearch.org/tree/person/details/GXLK-ZRC] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Parkside, 1923); Receive Adelaide (Parkside, 1923); 5LY Adelaide (Parkside, 1934-1939, 1947; Bridgewater, 1948-1980) - Qualifications: cc; AOCP 1354, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: moulder (Parkside, SA, 1939-1943) ===''HODDINOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Hoddinott|Hoddinott, Francis William]] [https://www.familysearch.org/tree/person/details/9N4Q-3X7] - 1886(Vic)-1972(Qld) - Licences: Receive Brisbane (Eagle Junction, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Rockville Estate, Toowoomba, Qld, 1908; Toowoomba, Qld, 1912; Sandgate, Qld, 1919; Eagle Junction, Qld, 1921-1943; West End, 1949); retired (Tamborine Mountain, Qld, 1958-1963; Hendra, Qld, 1968) ===''HODGKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Charles Hodgkinson|Hodgkinson, Francis Charles]] [https://www.familysearch.org/tree/person/details/GDBM-J4S] - 1906(???)-1977(???) - Licences: Receive (Crystal) Ulverstone (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: jeweller's assistant (Ulverstone, 1928-1949); watchmaker (Ulverstone, 1954) ===''HODSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Hodson|Hodson, Victor]] [https://www.familysearch.org/tree/person/details/GXQ5-DV2] - 1890(SA)-1917(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 145, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified ===''HOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hoe|Hoe, Frederick]] [https://www.familysearch.org/tree/person/details/GS4Q-CSG] - 1886(Vic)-1976(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer; business proprietor (Fred Hoe and Sons) - Relationships: Father of 4FO Fred Hoe - Electoral Rolls: engineer (Fortitude Valley, Qld, 1913; Yeronga, Qld, 1916-1919); manager (Yeronga, Qld, 1921-1972) * [[/Fred Hoe|Hoe, Fred]] [https://www.familysearch.org/tree/person/details/G796-MWK] - 1913(Vic)-1984(Qld) - Licences: 4FO Brisbane (Yeronga, 1933-1939; Annerley, 1946-1954) - Qualifications: cc; AOLCP 53, 1931; AOCP 1188, 1933, Qld - amateur operator; amateur broadcaster; employment (Edgar V. Hudson); business proprietor (Fred Hoe and Sons) - Relationships: Son of Frederick Hoe - Electoral Rolls: radio engineer (Yeronga, Qld, 1936-1937); general manager (Annerley, Qld, 1949); business manager (Salisbury, Qld, 1954); manager (Buranda, Qld, 1954-1963; Burleigh Heads, Qld, 1968); company director (Holland Park West, Qld, 1972-1980) ===''HOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hogg|Hogg, Stanley]] [https://www.familysearch.org/tree/person/details/GXBD-TCR] - 1908(Eng)-1987(WA) - Licences: 6SG Harvey (1934-1939) - Qualifications: cc; AOCP 1382, 1934, WA; BOCP 142, 1938; 2COCP 240, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: milk tester (Harvey, WA, 1930-1937); radio operator (AAMS Wireless Station, Kalgoorlie, WA, 1943); engineer (Nedlands, WA, 1949); aircraft engineer (Kewdale, WA, 1954-1968; Belmont, WA, 1972); retired (Coodanup, WA, 1977; Mandurah, WA, 1980) ===''HOLLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Evan Holland|Holland, Albert John Evan]] [https://www.familysearch.org/tree/person/details/GZQW-VBH] - 1896(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; AOCP 12, 1924, No. 3 in Vic - amateur operator; amateur broadcaster - Relationships: brother of 3JH Frank Henry James Holland - Electoral Rolls: draftsman (Moonee Ponds, 1922-1925; Essendon, 1926); engineer (Essendon, 1928-1931; Camberwell, 1936-1954); nil (Nunawading, 1963) * [[/Frank Henry James Holland|Holland, Frank Henry James]] [https://www.familysearch.org/tree/person/details/GZQW-S1W] - 1899(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; CPRT 596, 1920 - amateur operator; amateur broadcaster - Comment: well placed in Trans-Pacific Tests 1923 despite inferior equipment - Relationships: brother of 3JH Albert John Evan Holland - Electoral Rolls: wireless instructor (Moonee Ponds, 1922-1925); boot repairer (Essendon, 1926-1928); labourer (North Essendon, 1931); boot repairer (Olinda, 1934-1943); postal clerk (Sandringham, 1949); clerk (Heidelberg, 1954-1968) * [[/Ronald Weymouth Holland|Holland, Ronald Weymouth "Ron"]] - 1914(???)-1983(Qld) - 4AQ Brisbane (Coorparoo, 1946-1980+), amateur operator (AOCP 2392, 1939, No. ?? in Qld) ===''HOLLOWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hart Holloway|Holloway, William Hart]] [https://www.familysearch.org/tree/person/details/GXQ5-HRT] - 1876(Eng)-1950(Tas) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 20, 1914; 1COCP 41, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: agent (Brunswick, Vic, 1909; Whitemark, Flinders Island, 1914-1919); wireless operator (Broome, 1918-1922); O.J.C. Radio (Camberwell, 1924-1926); radio officer (Thursday Island, 1928); officer-in-charge (Radio Station, Emita, Flinders Island, 1936-1937); farmer (Lady Barron, 1943-1949) ===''HOLST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Owen Holst|Holst, Arnold Owen]] [https://www.familysearch.org/tree/person/details/GZ6V-ZPD] - 1898(Vic)-1975(Vic) - Licences: XPH Melbourne (Caulfield, 1913-1914); 3OH Melbourne (Toorak, 1956-1975) - Qualifications: Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster (through brother Hector's station 3BY); electrician - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: sharebroker (Camberwell, 1922-1934; Toorak, 1935-1972) * [[/Hector James Holst|Holst, Hector James]] [https://www.familysearch.org/tree/person/details/GZ6V-X23] - 1903(Vic)-1954(Vic) - Licences: 3BY Receive Melbourne (Caulfield, 1922); 3BY Melbourne (Caulfield, 1923-1954) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: engineer (Caulfield, 1925-1954) * [[/Otto Holst|Holst, Otto]] [https://www.familysearch.org/tree/person/details/GZ6V-2M7] - 1906(Vic)-1967(Vic) - Licences: 3BY Melbourne (Caulfield, 1955-1967) - Qualifications: cc; AOCP 79, 1925, No. ?? in Vic - amateur operator; amateur broadcaster (through brother Hector's station 3BY) - took over 3BY callsign after passing of brother Hector James Holst in 1954 - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: radio engineer (Caulfield, 1928-1963) ===''HOLT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Molineux Holt|Holt, Bernard Molineux]] [https://www.familysearch.org/tree/person/details/LDQR-MJP] - 1883(NZ)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - president WIA WA; witness to Royal Commission 1927 (obo WIA WA) - Electoral Rolls: electrical engineer (Claremont, 1910-1914; Osborne, 1917-1954) ===''HOMBERG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. G. Homberg|Homberg, S. G.]] - 19??(???)-19??(???) - Licences: 3RG Melbourne (Malvern, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Morten Honnor|Honnor, John Morten]] [https://www.familysearch.org/tree/person/details/KCNV-ZM6] - 1900(SA)-1987(Vic) - Licences: 5AE Adelaide (Prospect, 1923-1931) - Qualifications: cc; AOCP 192, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Knoxville, SA, 1939-1941); RAAF (Ballarat, Vic, 1942); instructor (Hampton, 1949; Bentleigh, 1954-1980) ===''HOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Hamilton Hood|Hood, John George Hamilton]] [https://www.familysearch.org/tree/person/details/G772-RK8] - 1904(NSW)-1971(Vic) - 3BP Receive Melbourne (South Yarra, 1922); 3BP Melbourne (East St Kilda, 1923-1933; Toorak, 1937-1939) - Qualifications: cc; AOCP 182, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (East St Kilda, 1925-1931); draughtsman (Toorak, 1934-1937; Malvern, 1943-1967) ===''HOOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel George Alfred Hooke|Hooke, Lionel George Alfred]] [https://www.familysearch.org/tree/person/details/G8NK-KDV] - 1895(Vic)-1974(NSW) - Licences: 3M? Melbourne - Qualifications: CPRTelephony 529, 1920 - amateur operator, amateur broadcaster, early wireless experimenter, ship wireless operator (Aurora, 1914, support Shackleton's expedition), radio clubs (IRE Aust), business (AWA, senior management), honours (knighted, 1937) - Electoral Rolls: wireless (Brighton, Vic, 1921-1927); business manager (Neutral Bay, 1933); manager (Killara, NSW, 1936-1972) - [https://adb.anu.edu.au/biography/hooke-sir-lionel-george-alfred-10536 ADB] ===''HOOKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Theodore Hooker|Hooker, Walter Theodore]] [https://www.familysearch.org/tree/person/details/GD1W-QB5] - 1901(St Kitts)-1949(Tas) - Licences: 7JH Hobart (New Town, 1933-1939); 7JH Waddamanna (1946-1948) - Qualifications: cc; AOCP 1161, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart North, 1922); electrical engineer (New Town, 1928); electrician (New Town, 1936); engineer (Waddamanna, 1937-1943) ===''HOOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Wallbank Hooper|Hooper, Allan Wallbank]] [https://www.familysearch.org/tree/person/details/LB8M-VJG] - 1898(SA)-1960(NSW) - Licences: 4KR Willis Island (1933) - Qualifications: cc; CPRT 432, 1919; 2COCP 8, 1929; 1COCP 127, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: unemployed (Manly, NSW, 1949); telegraphist (Little Bay, NSW, 1949; Yarra Bay, NSW, 1954-1958) ===''HOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyndsay Arthur Hope|Hope, Lyndsay Arthur]] [https://www.familysearch.org/tree/person/details/LKYX-575] - 1906(Tas)-1997(Tas) - Licences: 7LA Launceston (1925-1927+) - Qualifications: cc; AOCP 188, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; broadcast engineer; WW2; gave up experimental callsign for use by his Class B licence, 7LA Launceston - Relationships: brother of 7RS Ronald Springfield Hope - Electoral Rolls: bank clerk (Launceston, 1928); bank officer (Ulverstone, 1936); accountant (Scottsdale, 1949; Bridport, 1954-1972) * [[/Ronald Springford Hope|Hope, Ronald Springford]] [https://www.familysearch.org/tree/person/details/LTCW-PDG] - 1909(Tas)-1985(NSW) - Licences: 7RS Launceston (1926-1927); 7RS Hobart (City, 1931; Sandy Bay, 1933+) - Qualifications: cc; AOCP 263, 1926, No. ?? in Tas; AOLCP 75, 1932; ROCP N1832, 1976 - amateur operator; amateur broadcaster; broadcast engineer (designed & constructed transmission systems for 7HO Hobart & 7UV Ulverstone); later employed by STC England - Relationships: brother of 7LA Lyndsay Arthur Hope - Electoral Rolls: broadcast engineer (Queensborough, Tas, 1936); not specified (Finchley, Eng, 1936-1938); engineer (Thornleigh, NSW, 1949-1954); company director (Beecroft, NSW, 1958-1980) ===''HOPKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alfred Hopkins|Hopkins, Edward Alfred]] [https://www.familysearch.org/tree/person/details/GM4D-3QJ] - 1902(Tas)-1992(NSW) - Licences: Receive Moonah (1923) - Qualifications: cc; 3COCP 4858, 1964 - amateur receiver - Electoral Rolls: electrician (Moonah, 1928); engineer (Milson's Point, 1936-1943); electrical engineer (Wollstonecraft, 1949-1954); engineer (Wollstonecraft, 1958-1980) ===''HORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin John Horan|Horan, Kevin John "Ken"]] [https://www.familysearch.org/tree/person/details/G8V9-FTZ] - 1912(SA)-2002(SA) - Licences: 5DQ Adelaide (Parkside, 1930-1931; Unley, 1933); 2AJU Broken Hill (1938-1939); 5DQ Adelaide (Flinders Park, 1947-1960; Grange, 1965-1969); 3ZD Melbourne (Glen Waverley, 1975); 5IT Adelaide (Fulham, 1980) - Qualifications: cc; AOCP 672, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Clovelly, NSW, 1943); manager (Glen Waverley, 1972-1977) ===''HORN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Horn|Horn, David]] [https://www.familysearch.org/tree/person/details/GS41-9K4] - 1909(Qld)-1962(Qld) - Licences: 4DN Tara (1937-1939) - Qualifications: cc; AOCP 2021, 1937, Qld; BOCP 578, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: medical practitioner (Somerset Dam, Qld, 1936-1937; Baralba, Qld, 1943); radio engineer (Toowoomba, Qld, 1949); medical practitioner (Toowoomba, Qld, 1954) * [[/Irvan James Horn|Horn, Irvan James or James Irwin]] [https://www.familysearch.org/tree/person/details/G8WF-GB6] - 1905(WA)-19??(???) - Licences: 6JH Perth (City, 1928, 1937-1939); 3HX Melbourne (South Melbourne, 1965) - Qualifications: cc; AOCP 427, 1928, No. ?? in WA; 2COCP 29, 1935; 1COCP, 127, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Perth, WA, 1936-1937); wireless officer (Subiaco, WA, 1943); electrical contractor (Subiaco, WA, 1949); contractor (Albert Park, Vic, 1949); electrical contractor (Albert Park, Vic, 1963); retired (West Perth, WA, 1977; Subiaco, WA, 1980) ===''HORROCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Samuel Blake Horrocks|Horrocks, George Samuel Blake]] [https://www.familysearch.org/tree/person/details/GF94-19M] - 1911(WA)-1966(Vic) - Licences: 6GS Harvey (1932-1939, 1947-1948); 6GS Wagin (1954-1955) - Qualifications: cc; AOCP 919, 1932, No. ?? in WA; BOCP 1154, 1950; TVOCP 61, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: engine driver (Harvey, WA, 1936-1949); radio technician (Mt Lawley, WA, 1954); technician (Bentleigh North, Vic, 1963) ===''HOSKEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Dryden Hosken|Hosken, Arthur John Dryden]] [https://www.familysearch.org/tree/person/details/L6KH-BX8] - 1889(Eng)-1966(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 727, 1922 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: seaman (Williamstown, 1914-1919); Amalgamated Wireless (Darwin, 1922) * [[/Stanley Victor Hosken|Hosken, Stanley Victor]] [https://www.familysearch.org/tree/person/details/9HWQ-MGG] - 1894(Vic)-1971(Vic) - Licences: 3MP Receive Melbourne (Hawthorn, 1923); 3MP Melbourne (Hawthorn, 1923-1924; Surrey Hills, 1925-1933; Broadmeadows, 1934-1939; St Albans, 1946-1955; Hawthorn, 1956-1965; Mitcham, 1969) - Qualifications: cc; AOCP 6, 1924, No. 2 in Vic - amateur operator; amateur broadcaster; broadcast engineer (3AR, 3LO) - Electoral Rolls: civil servant (Hawthorn, 1919-1924); electrical engineer (Surrey Hills, Vic, 1925-1931); senior mechanic PMGD (3AR station, Broadmeadows, 1936-1937); civil servant (3AR Station, St Albans, 1942-1954); nil (Hawthorn, 1963-1967; Mitcham, 1968) ===''HOSKING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Piere Hosking|Hosking, Aubrey Piere]] [https://www.familysearch.org/tree/person/details/GDYV-D7R] - 1891(South Africa)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 376, 1918; 1COCP 117, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIT Townsville (1917-1918) - Electoral Rolls: wireless operator (Townsville, 1919); telegraphist (South Yarra, Vic, 1921-1922); radio telegraphist (Canterbury, Vic, 1924); sales manager (Canterbury, Vic, 1925-1926; Balwyn, Vic, 1928; Lindfield, NSW, 1930-1963) ===''HOSKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stark Hoskins|Hoskins, John Stark]] [https://www.familysearch.org/tree/person/details/G61K-FZ3] - 1891(NZ)-1987(Eng) - Licences: Nil yet identified - Qualifications: cc; CPRT 147, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: business manager (Claremont, WA, 1929) ===''HOWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Earl Stephen Howard|Howard, Earl Stephen]] [https://www.familysearch.org/tree/person/details/GQMV-XQL] - 1895(Tas)-1938(Vic) - Licences: 7ET Hobart (Moonah, 1928-1931) - Qualifications: cc; AOCP 470, 1928, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: clerk (Hobart, 1919-1922; Moonah, 1928-1936) ===''HOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Maxwell Howden|Howden, John Maxwell]] [https://www.familysearch.org/tree/person/details/GH2L-7LN] - 1929(Vic)-2017(Vic) - Licences: 3ZCH Melbourne (Burwood, 1956; Box Hill 1960-1975); 3BQX Melbourne (Box Hill, 1980+) - Qualifications: AOLCP 187, 1956; AOCP V610, 1979 - amateur operator - Relationships: son of 3BQ Walter Francis Maxwell Howden - Electoral Rolls: * [[/Walter Francis Maxwell Howden|Howden, Walter Francis Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/G43K-1TC] - 1899(Vic)-1980(Vic) - Licences: No 19 Receive Melbourne (Box Hill, 1920); V140 Receive Melbourne (Box Hill, 1921); 3BQ Receive Melbourne (Box Hill, 1922); 3BQ Melbourne (Box Hill, 1923-1927; Canterbury, 1928-1939 & 1946-1975+); 3ABQ Melbourne (portable, "Canterbury", 1947-1956) - Qualifications: AOCP 114, 1925, No. ?? in Vic - amateur operator, amateur broadcaster, first to QSO USA; first to QSO England, first on telegraphy, then telephony; journalist (Listener In); Bright Star Crystals 1930s-1950s; QSLs: substantial portion of QSL collection survives at NFSA (1800+) - Relationships: father of 3ZCH/3BQX John Maxwell Howden - Electoral Rolls: student (Box Hill, 1924-1927); wireless engineer (Ringwood, 1928); engineer (Camberwell, 1931-1954) - Links: [http://messui.polygonal-moogle.com/valves/NW199611.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199612.pdf EA2] ===''HOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph Howe|Howe, John Joseph]] [https://www.familysearch.org/tree/person/details/LD83-QNG] - 1886(Irl)-1949(Tas) - Licences: Nil yet identified - Qualifications: cc; CPRT 117, 1915; 1COCP 15, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918) - Electoral Rolls: radio telegraphist (Cooktown, 1916-1917); wireless operator (Pinkenba, Qld, 1919; Moonah, Tas, 1922; New Town, Tas, 1928-1943) * [[/Raymond Raine Howe|Howe, Raymond Raine "Ray"]] [https://www.familysearch.org/tree/person/details/GXHH-KJN] - 1919(Qld)-1984(NSW) - Licences: 4RH Bundaberg (1936-1939); 2ARH Sydney (Vaucluse, 1946-1955; Epping, 1956-1960); 3YH Melbourne (Mt Waverley, 1965-1969) - Qualifications: AOCP 1812, 1936, No. ?? in Qld; 3AIR 1009, 1947 - amateur operator; amateur broadcaster; broadcast engineer (4BU); military (RAAF, career, Wing-Commander) - Electoral Rolls: Wireless Operator (Richmond, NSW, 1943); RAAF (Vaucluse, NSW, 1949); RAAF officer (Campbell, ACT, 1963); RAAF (Syndal, Vic, 1967); RAAF officer (Dickson, ACT, 1972-1977); retired (Narrawallee, NSW, 1980) ===''HOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Montague Howlett|Howlett, Arthur Montague]] [https://www.familysearch.org/tree/person/details/GZPZ-NWZ] - 1882(Eng)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 130, 1915; 2COCP 253, 1930 - RANRS (Warrant Telegraphist, 1918) - Electoral Rolls: radio engineer operator (Esperance, 1916); warrant officer R.A.N.R.S. (Thursday Island, 1919); radio telegraphist (Rockhampton, 1925-1931; Clayfield, Qld, 1936); wireless operator (Clayfield, 1943-1954); retired (Clayfield, Qld, 1958) ===''HUBSHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lassalle Paul Hubsher|Hubscher or Hubsher, Lassalle Paul "Paul"]] [https://www.familysearch.org/tree/person/details/GXWF-8DP] - 1913(Qld)-1971(Qld) - Licences: 4UL Brisbane (Bulimba, 1936-1939; Annerley, 1946-1969+) - Qualifications: cc; AOCP 1578, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor); part of the "U" gang; Evans Deakin engineering - Electoral Rolls: fitter & turner (Valley, Qld, 1936-1937); draftsman (Annerley, 1943-1968) ===''HUDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Henry Hudson|Hudson, William Henry]] [https://www.familysearch.org/tree/person/details/K4BR-1P4] - 1895(NSW)-1972(NSW) - Licences: XBO Sydney (Dulwich Hill, 1913-1914); 2PO Receive Sydney (Marrickville, 1923); 2AR Sydney (Dulwich Hill, 1922-1969) - Qualifications: cc; AOCP 18, 1924, No. 8 in NSW - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: bootmaker (Dulwich Hill, 1930-1963) - Comment: beware, several contemporaneous WHHs ===''HUEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Meredyth Huey|Huey, Richard Meredyth]] [https://www.familysearch.org/tree/person/details/G8WP-Y1Z] - 1913(NSW)-1995(NSW) - Licences: 2HU Sydney (Chatswood, 1928-1931; Cronulla, 1933-1937); 3UE Melbourne (Hawthorn East, 1938-1939); 2AHU Sydney (Sylvania, 1980) - Qualifications: AOCP 437, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Cronulla, 1935-1937); army officer (Melbourne, 1943); engineer (West Pennant Hills, 1949; Pennant Hills, 1954; Edgecliff, 1958-1963; Sylvania, 1977-1980); retired (Mittagong, 1980) ===''HUGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Roy Huggins|Huggins, David Roy]] [https://www.familysearch.org/tree/person/details/GDW3-LXL] - 1892(NSW)-1976(NSW) - Licences: 2ZW Sydney (Neutral Bay, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: organ builder (Petersham, 1913); piano maker (Neutral Bay, 1930-1968); builder (Cremorne, 1972) ===''HUGHES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Alan Hughes|Hughes, Clive Alan]] [https://www.familysearch.org/tree/person/details/G8MV-3XQ] - 1900(Vic)-1966(Vic) - Licences: 3CA Ararat (1927); 3CA Melbourne (Williamstown, 1931-1939, 1946-1965) - Qualifications: AOCP 343, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Williamstown, 1924-1928); schoolmaster (Williamstown, 1936-1963) * [[/George Herbert Hughes|Hughes, George Herbert]] [https://www.familysearch.org/tree/person/details/GXZT-4JB] - 1909(Qld)-1997(Qld) - Licences: 4HU Brisbane (Windsor, 1937-1939; Annerley, 1947-1954) - Qualifications: cc; AOCP 1929, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: store keeper (Windsor, Qld, 1934-1937); branch manager (Annerley, Qld, 1943-1958); technician (Tarragindi, Qld, 1963-1980) ===''HUGO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald William Stuart Hugo|Hugo, Ronald William Stuart or Stewart (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GFMZ-CLZ] - 1910(WA)-1978(WA) - Licences: 6KW Perth (Subiaco, 1938-1939, 1947-1960; Floreat Park, 1965-1975) - Qualifications: cc; AOCP 2081, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Subiaco, WA, 1931-1934); salesman (Subiaco, WA, 1936-1963); manager (Floreat Park, WA, 1968-1977) ===''HULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Galbraith Hull|Hull, Allan Galbraith "Braith"]] [https://www.familysearch.org/tree/person/details/GWQD-PTY] - 1905(Vic)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - journalist (Wireless Weekly, editor; Radio and Hobbies, editor 1939; Australasian Radio World, editor 1940-1950) - Relationships: brother of William Howard Hull & 3JU Ross Amos Hull - Electoral Rolls: sales (St Kilda, Vic, 1926-1927); radio engineer (Darlinghurst, 1931); journalist (Northbridge, NSW, 1934; Bondi, NSW, 1935-1936); engineer (Rose Bay, 1937); manager (Malvern, 1942); journalist (Mornington, 1949); publisher (Sandringham, 1954); printer (Oakleigh, 1958-1963; Chadstone, 1967-1968; Glen Iris, 1972; Mt Waverley, 1977-1980) * [[/Frederick Atherley Hull|Hull, Frederick Atherley]] [https://www.familysearch.org/tree/person/details/GZ5M-MT9] - 1906(NZL)-1997(WA) - Licences: 6FH Pingrup (1930-1931); 6FH Port Hedland (1937-1939, 1946-1956); 6FH Perth (Claremont, 1960-1975; Nedlands, 1980+) - Qualifications: cc; CRPT 1139, 1929; 2COCP 271, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Perth, 1929); radio operator (Port Hedland, 1937-1954); unemployed (Claremont, 1958); technical officer (Claremont, 1963-1972; Nedlands, 1977-1980) - Relationships: brother of 6RH Raymond Alfred Hull * [[/George Maxwell Hull|Hull, George Maxwell]] [https://www.familysearch.org/tree/person/details/L6LQ-S44] - 1916(Vic)-1987(Vic) - Licences: 3ZS Melbourne (Canterbury, 1946-1980+) - Qualifications: cc; AOCP 2307, 1939, Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Canterbury, 1943); proprietor (Canterbury, 1949-1980) * [[/Raymond Alfred Hull|Hull, Raymond Alfred]] [https://www.familysearch.org/tree/person/details/GZP1-BSL] - 1908(NZ)-1967(WA) - Licences: 6RH Pingrup (1929-1931); 6RH Perth (Wembley, 1937; Mt Hawthorn, 1939) - Qualifications: cc; AOCP 558, 1929, No. ?? in WA; 2COCP 590, 1942 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, 1934); traveller (Subiaco, 1949); sales director (Victoria Park, 1958-1963) - Relationships: brother of 6FH Frederick Atherley Hull * [[/Ross Amos Hull|Hull, Ross Amos]] [https://www.familysearch.org/tree/person/details/GWQD-P5W] - 1902(Vic)-1938(USA) - Licences: 3JU Melbourne (St Kilda, 1922-1925) - Qualifications: Nil yet identified - amateur broadcaster; radio clubs (WIA Vic Kew, president, 1923); journalist (Wireless Weekly, technical editor; QST, technical editor) - Relationships: brother of William Howard Hull & Allan Galbraith Hull - Electoral Rolls: draftsman (St Kilda, 1924-1925) - Comment: Gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW198902.pdf EA] * [[/William Howard Hull|Hull, William Howard]] [https://www.familysearch.org/tree/person/details/G7WJ-723] - 1891(Tas)-1955(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Relationships: brother of 3JU Ross Amos Hull & Allan Galbraith Hull - Electoral Rolls: electrical engineer (Cobungra, 1914-1915); engineer (Armadale, 1921; Brighton, 1922-1931; Caulfield, 1934-1949); retired (Beaconsfield Upper, 1954) ===''HUME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest James Hume|Hume, Ernest James]] [https://www.familysearch.org/tree/person/details/GZYR-TZM] - 1869(Vic)-1929(SA) - Licences: Nil - Qualifications: AOCP ??, 19??, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: - Relationships: wife of Stella Leonora Harriet Hume nee Jeremy; son of James Hill Hume, father of Ernest Jeremy Hume * [[/Ernest Jeremy Hume|Hume, Ernest Jeremy]] [https://www.familysearch.org/tree/person/details/GZYT-727] - 1906(SA)-1988(Vic) - Licences: Nil - Qualifications: Nil - chief engineer 5DN - Electoral Rolls: engineer (North Unley, 1939-1941; Oakleigh, Vic, 1949-1963; Carnegie, 1968-1977) - Relationships: grandson of James Hill Hume, son of Ernest James Hume and Stella Leonora Harriet Hume nee Jeremy * [[/Geoffrey Vincent Hume|Hume, Geoffrey Vincent]] [https://www.familysearch.org/tree/person/details/GQCL-NM1] - 1909(NSW)-1998(NSW) - Licences: 2GV Sydney (Cremorne, 1927-1930); 2AMD Sydney (Mosman, 1939) - Qualifications: AOCP 365, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio technician (Neutral Bay, 1930-1936; Mosman, 1937); RAAF (Ballarat, 1942); clerk (Turramurra, 1949); technical assistant (Pymble, 1954-1980) * [[/James Hill Hume|Hume, James Hill]] [https://www.familysearch.org/tree/person/details/GZYT-SLD] - 1822(??)-1887(Vic) - Licences: Nil - Qualifications: Nil - alleged very early wireless experimenter - Electoral Rolls: - Relationships: father of Ernest James Hume; father-in-law of Stella Leonora Harriet Hume nee Jeremy; grandfather of Ernest Jeremy Hume * [[/Stella Leonora Harriet Jeremy|Hume nee Jeremy, Stella Leonora Harriet]] [https://www.familysearch.org/tree/person/details/GZYT-33D] - 1882(Vic)-1953(NSW) - Licences: Nil - Qualifications: Nil - radio announcer (early 5DN) - Electoral Rolls: - Relationships: wife of Ernest James Hume; daughter-in-law of James Hill Hume; mother of Ernest Jeremy Hume ===''HUMPHRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] - See Innis Jane Lovett Spotswood 4JH * [[/Jack Lawrence Humphry|Humphry, Jack Lawrence]] [https://www.familysearch.org/tree/person/details/M7P4-M7M] - 1889(Qld)-1953(Qld) - Licences: 4JK Poopoonbah via Giru (1934-1939) - Qualifications: cc; AOCP 1349, 1934, Qld - amateur operator; amateur broadcaster; WW1 - Relationships: Husband of 4JH Innis Jane Lovett Humphry nee Spotswood - Electoral Rolls: farmer (Hodel, Ayr, Qld, 1912-1937; Poopoonbah, 1949-1954) ===''HUNT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Alexander Hunt|Hunt, Joseph Alexander]] [https://www.familysearch.org/tree/person/details/GFM1-9MM] - 1912(WA)-2002(WA) - Licences: 6JA Perth (Maylands, 1938-1939); 6JD Perth (Rockingham, 1960) - Qualifications: cc; AOCP 2112, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1936; Maylands, WA, 1937-1949); retired (Rockingham, WA, 1972) ===''HUPPATZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Huppatz|Huppatz, William George]] [https://www.familysearch.org/tree/person/details/MWTP-DF5] - 1900(Vic)-1970(SA) - Licences: 5GW Cowandilla (1931-1933); 5GW Naracoorte (1937-1939) - Qualifications: cc; AOCP 801, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Naracoorte, SA, 1939); engineer (Cowandilla, 1941-1943) ===''HURLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Hurll|Hurll, Norman James]] [https://www.familysearch.org/tree/person/details/GZXC-BFF] - 1904(NSW)-2003(Qld, 98yo) - Licences: 2BC Sydney (Killara, 1924-1930); 4NJ Tallebudgera Creek (1931-1935); 2HJ Sydney (Killara, 1935-1937; Roseville, 1938-1939); 2IN?/2DKH Sydney (1980+) - Qualifications: cc; AOCP 96, 1925, No. ?? in NSW - amateur operator, amateur broadcaster, military (WW2, CMF, CINT), business proprietor (Gas Light Engineering) - Electoral Rolls: engineer (Killara, 1930); merchant (Killara, 1936-1937); soldier (Strathfield, 1943); company manager (Burwood, 1949-1963); Managing Director (Killara, 1968); Director (Killara, 1972-1980) ===''HURRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Bruce Hurry|Hurry, Ronald Bruce]] [https://www.familysearch.org/tree/person/details/G8V2-G1C] - 1911(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 693, 1930, No. ?? in ?? - amateur operator?, amateur broadcaster?, electrical engineer, teacher - Electoral Rolls: Nil yet identified ===''HUSBAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Errol Husband|Husband, Norman Errol]] [https://www.familysearch.org/tree/person/details/L6F7-N7B] - 1893(Qld)-1961(NSW) - Licences: XABY Sydney (North Sydney, 1913-1914); 4CV Receive Charters Towers (1923); 4CV Charters Towers (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: motor engineer (Charters Towers, 1917-1922; Mackay, 1925-1937); engineer (Darlinghurst, 1949-1958) ===''HUTCHINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Thomas Edwards Hutchings|Hutchings, Allan Thomas Edwards]] [https://www.familysearch.org/tree/person/details/M7GB-2TM] - 1903(Vic)-1973(Vic) - Licences: 3HL Receive Callawadda (1922-1923); 3HL Callawadda (1924-1969) - Qualifications: cc; AOCP 65, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: son of 3HM Elizabeth Lilian Hutchings nee Edwards; brother of 3HQ Marjorie Lilian Williamson nee Hutchings - Electoral Rolls: farmer (Callawadda, 1927-1972) * [[/Elizabeth Lilian Edwards| Hutchings nee Edwards, Elizabeth Lilian]] [https://www.familysearch.org/tree/person/details/M7GB-25T] - 1877(Vic)-1943(Vic) - Licences: 3HM Callawadda (1932-1939) - Qualifications: cc; AOCP 509, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1926-1942) - Relationships: mother of 3HL Allan Thomas Edwards Hutchings and 3HQ Marjorie Lilian Williamson nee Hutchings - First woman in Australia to hold an amateur licence under the AOCP regime - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1925-1942) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Marjorie Lilian Hutchings|Williamson nee Hutchings, Marjorie Lilian]] [https://www.familysearch.org/tree/person/details/LB52-GSC] - 1912(Vic)-1988(Vic) - Licences: 3HQ Callawadda (1932-1939; 1946-1948); 3HQ Melbourne (Bentleigh, 1954-1980+) - Qualifications: cc; AOCP 1030, 1932, No. ?? in Vic - amateur operator, amateur broadcaster - Relationships: daughter of 3HM Elizabeth Lillian Hutchings nee Edwards; sister of 3HL Allan Thomas Edwards Hutchings - Electoral Rolls: home duties (Callawadda, 1934-1937); nurse (Alfred Hospital, Prahran, 1943); home duties (Callawadda, 1949; Bentleigh, 1949-1968) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''HUTCHINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Elwood Hutchinson|Hutchinson, Charles Elwood]] [https://www.familysearch.org/tree/person/details/G612-S6J] - 1894(Vic)-1942(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 728, 1922; 2COCP 278, 1930; 1COCP 307, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Esperance, 1919); radio telegraphist (Darwin, NT, 1922); telegraphist (Esperance, 1925-1931); radio telegraphist (Broome, WA, 1936-1937; Alberton, SA, 1939; Yatala, SA, 1941) * [[/John Victor Thomas Hutchison|Hutchison, John Victor Thomas]] [https://www.familysearch.org/tree/person/details/G89S-PY2] - 1907(NZ)-1975(NSW) - Licences: 2JH Sydney (Kirribilli, 1927-1937; West Ryde, 1938-1939; Croydon, 1946-1955; Bardwell Park, 1956-1965; Castle Cove, 1969-1975) - Qualifications: AOCP 374, 1927, No. ?? in NSW; CPRTelephony 1010, 1928 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Milson's Point, 1930-1937); laboratory assistant (Croydon, 1943-1949); radio technician (Bardwell Park, 1958-1968) ===''HUTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Hutson|Hutson, James William]] [https://www.familysearch.org/tree/person/details/G8N9-Z6J] - 1912(Vic)-1931(Vic) - Licences: 3JH Echuca (1930-1931) - Qualifications: AOCP 635, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon ===''HUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Hutton|Hutton, David]] [https://www.familysearch.org/tree/person/details/G8ZT-JXG] - 1912(Sct)-2003(NSW) - Licences: 2DH Abermain (1929-1934) - Qualifications: AOCP 551, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abermain, 1934-1963; Klworth, 1972-1977); retired (Klworth, 1980) ===''HYLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Philip Hyland|Hyland, Leonard Philip]] [https://www.familysearch.org/tree/person/details/K8N6-XLK] - 1903(Tas)-1942(Tas) - Licences: 7LP Hobart (City, 1936-1939) - Qualifications: cc; AOCP 1791, 1936, No. ?? in Tas; BOCP 271, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Hobart Central, 1928) - Comment: Passed on Duty; Gone too soon - Links: [https://www.themercury.com.au/news/tasmania/tasmania-fire-service-chief-chris-arnol-urges-everyone-to-reflect-on-the-selflessness-of-firefighters-in-the-pursuit-of-public-safety/news-story/59c6315bbf383ef9bb4e270d60cd9296 Mercury] =='''I'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''IKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William George Ikin|Ikin, William George]] [https://www.familysearch.org/tree/person/details/LWFZ-C37] - 1887(NSW)-1974(Vic) - Licences: 4SM Townsville (1925-1926); 4SM Brisbane (New Farm, 1927) - Qualifications: cc; AOCP 201, 1925, No. 18 in Qld - amateur operator; amateur broadcaster (dealer licence); WW1 - Electoral Rolls: mechanical engineer (Gladstone, 1913); engineer & electrician (Barcaldine, 1914); manager (Strand Motors, Townsville, 1925); motor mechanic (Mt Garnet, 1937-1949; Cardwell, 1949); farmer (Mareeba, 1954-1972) ===''INGLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Stanley Inglis|Inglis, Kenneth Stanley]] - 1929(Vic)-2017(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - historian (ABC); "This is the ABC"; "Whose ABC?" - Electoral Rolls: - Links: [[w:Ken Inglis|Wikipedia]] [https://www.tandfonline.com/doi/full/10.1080/1031461X.2018.1493961 Obit] ===''IRELAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Keith Ireland|Ireland, Leslie Keith "Keith"]] [https://www.familysearch.org/tree/person/details/LRMD-BPV] - 1908(SA)-1942(SA) - Licences: 5KR Mt Gambier (1933-1939) - Qualifications: cc; CPRT 950, 1927; AOLCP 60, 1932 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: radio dealer (Mt Gambier, SA, 1939-1941) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/633509 VWMA]; [https://www.awm.gov.au/collection/R1721431 AWM]; [https://aviationmuseumwa.org.au/afcraaf-roll/ireland-leslie-keith-47849/ AHM] ===''IRESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melville Charles Gladstone Ireson|Ireson, Melville Charles Gladstone]] [https://www.familysearch.org/tree/person/details/GMZT-ML6] - 1898(Vic)-1955(Vic) - Licences: 3ZY Kyneton (1931-1933); 3AIR Kyneton (1947-1955) - Qualifications: cc; AOCP 305, 1926, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Maldon, 1919); telegraphist (Ballarat, 1925); postal employee (Kyneton, 1931-1954) ===''IRVINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Irvine|Irvine, William]] - 1907(???)-19??(???) - Licences: 4IR Brisbane (Mitchelton, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1987, 1937, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous WIs - Electoral Rolls: Nil yet identified ===''IRVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Lawson Irving|Irving, Cyril Lawson]] [https://www.familysearch.org/tree/person/details/GXZT-65R] - 1912(Qld)-1992(Qld) - Licences: 4WL Brisbane (Annerley, 1933-1939) - Qualifications: cc; AOCP 1199, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Coorparoo, Qld, 1943-1980) ===''ISLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Clifford Isles|Isles, James William Clifford "Clifford"]] [https://www.familysearch.org/tree/person/details/LBVH-RV1] - 1894(Qld)-1967(Qld) - Licences: 4CC Receive Brisbane (Ascot, 1922); 4CC Brisbane (Ascot, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club member (QWI); business proprietor (Isles Love & Co, Allan & Stark); WW1 - Electoral Rolls: clerk (Hamilton, 1915-1937); manager (Hamilton, 1943-1958); director (Hamilton, 1963) ===''ISRAEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Samuel Israel|Israel, Morris Samuel]] [https://www.familysearch.org/tree/person/details/GZQ4-CBC] - 1896(Vic)-1965(Vic) - Licences: XMU Melbourne (St Kilda, 1913); 3ZN Melbourne (St Kilda, 1923-1924; Malvern, 1925-1926; Burwood, 1927); 3ZN Geelong, 1931-1933; 3ZN Melbourne (Burwood, 1937-1939, 1946-1955) - Qualifications: cc; AOCP 13, 1924, No. ?? in Vic; AOLCP 35, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcasting executive; WW2 - Electoral Rolls: soldier (St Kilda, 1919-1924); radio mechanic (Burwood, 1926-1928); broadcasting engineer (Geelong, 1931); engineer (Geelong North, 1936; Camberwell, 1937-1963); ===''IVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil Albert Ives|Ives, Cecil Albert]] [https://www.familysearch.org/tree/person/details/GZLJ-848] - 1916(SA)-1942(Vic) - Licences: 5AF Adelaide (Glenelg, 1935-1939) - Qualifications: cc; AOCP 1451, 1935, SA - amateur operator, amateur broadcaster; WW2 - Electoral Rolls: commercial artist (Glenelg, 1939-1943) - Sacrifice: "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/ives-cecil-albert-300407/] =='''J'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''JACKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil Jackson|Jackson, Alfred Cecil "Alf"]] [https://www.familysearch.org/tree/person/details/LDLP-F65] - 1900(NSW)-1972(NSW) - Licences: 4AJ Brisbane (Fairfield, 1931); 2BO Bangalow (1933) - Qualifications: cc; CPRT 620, 1921; 1COCP 67, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG, Brisbane Cmcls); state public servant (4QG) - Electoral Rolls: radio engineer (Fairfield, Qld, 1928-1931); farmer (Possum Creek, NSW, 1934-1937); mechanic (Fairfield, Qld, 1943-1954); farmer (O'Possum Creek via Bangalow, NSW, 1958-1963) * [[/Alfred George Jackson|Jackson, Alfred George]] [https://www.familysearch.org/tree/person/details/LY5P-2X1] - 1864(Eng)-1935(Qld) - Licences: 4DG Receive Brisbane (Wynnum, Qld, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; radio clubs (WIQ, QWI, WIAQ); electrical engineer - Relationships: father of Arthur Appleton Jackson - Electoral Rolls: electrical engineer (South Brisbane, Qld, 1903-1913); electrician (Wynnum, Qld, 1914-1934) * [[/Arthur Appleton Jackson|Jackson, Arthur Appleton]] [https://www.familysearch.org/tree/person/details/LY55-M8F] - 1891(Qld)-1985(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster; radio clubs (QWI, WIAQ); electrical engineer; business proprietor; Relationships: son of Alfred George Jackson - Electoral Rolls: electrical engineer (Wynnum, Qld, 1913-1914; Morningside, Qld, 1915-1919; Wynnum, Qld, 1919; South Brisbane, Qld, 1921-1968); retired (Hill End, Qld, 1972; Highgate Hill, Qld, 1977; Hopetoun Home, Oxley, Qld, 1980) * [[/James William Jackson|Jackson, James William "Jim"]] [https://www.familysearch.org/tree/person/details/G7FH-JCW] - 1916(Qld)-2011(Qld) - Licences: 4CN Brisbane (Cribb Island, 1938-1939; 1946-1969; Lawnton, 1975-1980) - Qualifications: cc; AOCP 2096, 1938, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); military (WW2,Northern Command Signals); farmer/electrician/radio & TV serviceman - Electoral Rolls: farmer (Cribb Island, Qld, 1937-1968); rubber worker (Lawnton, Qld 1972-1980) * [[/Thomas William Jackson|Jackson, Thomas William]] - 1830(Eng)-1918(Vic) - Deputy Postmaster-General Victoria ca 1880, clubs & societies (Telegraph Electrical Society Vic, member, ca 1880) ===''JAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Russell James|James, Brian Russell]] [https://www.familysearch.org/tree/person/details/GZLV-GXV] - 1920(SA)-1944(Europe) - Licences: 5BL Adelaide (1939) - Qualifications: AOCP 2293, 1939, SA - amateur operator, amateur broadcaster, WW2 (RAAF, 76 Squadron RAF, Flying Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://highgate-rsl.org.au/afcraaf-roll/james-brian-russell-417490/] * [[/Hector Keith James|James, Hector Keith]] [https://www.familysearch.org/tree/person/details/GZV7-WVL] - 1905(NSW)-1966(NSW) - Licences: 2XA Receive Sydney (Summer Hill, 1923); 2XA Sydney (Summer Hill, 1924-1933; Ashfield, 1934; Double Bay, 1935-1936; Coogee, 1937-1938; Woollahra, 1939; Summer Hill, 1948-1961) - Qualifications: cc; AOCP 183, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Summer Hill, 1930-1933), engineer (Edgecliff, 1936; Ashfield, 1949; Summer Hill, 1943-1963) * [[/Herbert Ronald James|James, Herbert Ronald]] [https://www.familysearch.org/tree/person/details/GDRD-1SM] - 1904(Vic)-1982(Vic) - Licences: 3LH Birchip (1931-1933); 3LH Drouin (1938-1939); 7LH Western Junction (1947); 7LH Launceston (1948); 3AJJ Melbourne (Deepdene, 1954); 3AJJ Lubeck (1955-1956); 3AJJ Braeside (1960); 3AJJ Rupanyup (1965-1969); 3AJJ Nowa Nowa (1975-1980) - Qualifications: cc; AOCP 813, 1931, Vic; BOCP 17, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Merbein, 1925); fitter & turner (Merbein, 1928-1931); radio engineer (Merbein, 1936); technician (Western Junction, Tas, 1949); radio engineer (Deepdene, 1954); technician (Rupanyup, 1963-1968); retired (Nowa Nowa, 1972-1980) * [[/R. James|James, R.]] - 19??(???)-19??(???) - Licences: XZE via Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified * [[/Thomas Reynolds James|James, Thomas Reynolds]] - 19??(???)-19??(???) - employment (Vic Posts & Telegraphs, worked on original Melbourne-Williamstown telegraph line 1854, later in charge of Melbourne Telegraph Office, but transferred to inspectorial work in 1879 due to disorganisation, reinstated in 1880) ===''JAMIESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Jamieson|Jamieson, Charles William]] [https://www.familysearch.org/tree/person/details/L4SY-YNQ] - 1896(Vic)-1971(Vic) - Licences: XJW Melbourne (St Kilda, 1913-1914); 3CJ Melbourne (East St Kilda, 1924-1926); 3XX Melbourne (East Malvern, 1954-1975) - Qualifications: cc; BOCP 130, 1937 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: engineer (St Kilda, 1921-1925); mechanic (Malvern, 1926-1968) * [[/John Edward Jamieson|Jamieson, John Edward]] [https://www.familysearch.org/tree/person/details/G8VS-M43] - 1910(WA)-1957(WA) - Licences: 6LA Perth (Beaconsfield, 1930-1933); 6LA Kalgoorlie (1938-1939) - Qualifications: cc; AOCP 673, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio salesman (Kalgoorlie, 1936-1937); salesman (Kalgoorlie, 1943); radio engineer (Kalgoorlie, 1949-1954) ===''JANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Harold Jansen|Jansen, Claud or Claude Harold]] [https://www.familysearch.org/tree/person/details/GDGS-9TN] - 1890(NSW)-1968(NSW) - Licences: V751 Receive Yarrawonga (1922); 3GW Receive Yarrawonga (1922)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: printer (Yarrawonga, 1913-1922); linotype engineer (Yarrawonga, 1924-1931); printer (Shepparton, 1934-1937); linotype operator (Albury, 1937-1949); engineer (Albury, 1954-1968) ===''JARDINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Jardine|Jardine, William Ronald]] [https://www.familysearch.org/tree/person/details/G8ZC-T63] - 1911(Vic)-1983(Vic) - Licences: 3PR Melbourne (Essendon, 1929-1933); 3PR Leongatha (1937-1939, 1946-1980+) - Qualifications: AOCP 533, 1929, No. ?? in Vic; AOLCP 108, 1933 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farm labourer (Craigieburn, 1934); dairy farmer (Leongatha, 1937-1954); salesman (Leongatha, 1963-1980) ===''JARMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Arthur Jarman|Jarman, Oswald Arthur]] [https://www.familysearch.org/tree/person/details/G612-K6Y] - 1894(SA)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 162, 1915; 1COCP 37, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Broome, WA, 1921-1922); telegraphist (Applecross, WA, 1925; Surrey Hills, Vic, 1928); supervisor (Bentley, Vic, 1931-1954) ===''JARVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jack Edwin Jarvis|Jarvis, Vincent Jack Edwin "Victor", "Vic"]] [https://www.familysearch.org/tree/person/details/GZ2K-6FP] - 1912(WA)-1941(Libya) - licences: 2VJ Orange (1930-1933), 2VJ Dubbo (1934), 2VJ Wellington (1935-1936), 2VJ Bathurst (1937), 2VJ Griffith (1938-1939) - qualifications: AOCP 695, 1930, No. ?? in NSW; BOCP 46, 1936 - amateur operator, amateur broadcaster (2VJ Wellington), broadcast engineer (2BS, 2RG), WW2 (RAAF, Rathmines Flying Boats Base, Palestine, Egypt, Libya) - electoral rolls: radio mechanic (Wellington, 1936), radio engineer (Bathurst, 1937), wireless operator (Rathmines, 1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/633817] ===''JEFFRYES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Harry Jeffryes|Jeffryes, Sydney Harry]] - 1884(Qld)-19??(???) - X?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), ship's wireless operator, member of the Australasian Antarctic Expedition 1911-1914 ===''JEFFS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jeffs|Jeffs, Vincent]] [https://www.familysearch.org/tree/person/details/GX4T-4M8] - 1912?(???)-1970(Qld) - Licences: 4VJ Brisbane (Taringa, 1931-1933; City, 1934-1939, 1946; Gordon Park, 1948-1969) - Qualifications: cc; AOCP 753, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio cub (WIAQ, life member, lecturer, code instructor, field days, JOTA, conventions, operator 4WI); business proprietor (Jeffs Radio) - Electoral Rolls: salesman (Taringa, Qld, 1934; New Farm, Qld, 1936-1937; Taringa, Qld, 1937); radio manufacturer (New Farm, Qld, 1943); salesman (Taringa, Qld, 1949); businessman (Gordon Park, Qld, 1958-1968) ===''JENNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Jenner|Jenner, John Henry]] [https://www.familysearch.org/tree/person/details/K2Y9-64Z] - 1877(Eng)-1961(NSW) - Licences: 7BM Receive Premaydena (1923); Receive Premaydena (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 2ABM John Ingoldsby Jenner - Electoral Rolls: law clerk (Lindisfarne, 1914); orchardist (Koonya, 1919-1928); Xray technician (Double Bay, NSW, 1930; Bondi, 1933-1935) * [[/John Ingoldsby Jenner|Jenner, John Ingoldsby]] [https://www.familysearch.org/tree/person/details/LKY4-7S2] - 1904(Eng)-1980(???) - Licences: 2ABM Sydney (Maroubra, 1933-1939) - Qualifications: cc; AOCP 1194, 1933, NSW - amateur operator; amateur broadcaster - Relationships: Son of 7BM John Henry Jenner - Electoral Rolls: engineer (Haberfield, 1930; Bondi, 1933-1935); telephone engineer (Maroubra, 1937); engineer (Maroubra, 1943-1954; Revesby, 1968); retired (Turramurra, 1972); engineer (Revesby, 1980) ===''JENNISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Jennison|Jennison, Joseph William]] [https://www.familysearch.org/tree/person/details/LTS7-316] - 1899(Vic)-1965(Vic) - Licences: 2JJ Mathoura (1928-1939); 2MX Mathoura (1948-1950) - Qualifications: AOCP 414, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: farmer (Mathoura, 1930-1949; Echuca, 1954; Deniliquin, 1958); nil (Echuca, 1963) (Licences in the name of his father John William Jennison but most likely son was operator, father passed in 1942) ===''JENSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jens August Jensen|Jensen, Jens August]] [https://www.familysearch.org/tree/person/details/GXQM-1MX] - 1865(Vic)-1936(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - Minister for Navy (1915-1917) - Comment: famously dismissed for corruption in respect of purchase of Shaw Wireless Works in 1916 - Electoral Rolls: licensed victualler (Beauty Point, Tas, 1914-1919); orchardist (Beauty Point, Tas, 1919-1922); no occupation (Elsternwick, Vic, 1936) - Links: [[w:Jens_Jensen_(politician)|Wikipedia]] [https://adb.anu.edu.au/biography/jensen-jens-august-6840 ADB] * [[/Laurence Richard Hopkins Jensen|Jensen, Laurence or Lawrence Richard Hopkins]] [https://www.familysearch.org/tree/person/details/GZ6V-MJ1] - 1906(Tas)-1974(Tas) - Licences: 7BL Receive West Devonport (1923); Receive West Devonport (1923-1924); 7LJ Launceston (1925-1939, 1947-1969+) - Qualifications: cc; AOCP 78, 1925, No. ?? in Tas; BOCP 215, 1939; 1AOCP 9, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (New Town, 1928); teacher (New Town, 1936-1972) ===''JENVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Walter Jenvey|Jenvey, Henry Walter]] [https://www.familysearch.org/tree/person/details/G4QJ-7TS] - 1851(Eng)-1932(Vic) - Licences: AA Melbourne 1900; X?? Melbourne - early wireless experimenter, arguably his use of the identifier AA was the first use of an Australian callsign; arguably Australia's first amateur operator as the majority of his experiments were self-funded and in his own time - Qualifications: cc; Nil yet identified - employment (Vic P & T; PMGD) - Relationships: father of 3WW William Walter Jenvey - Electoral Rolls: electrical engineer (Brighton, 1909); public servant (Caulfield East, 1919-1931) * [[/William Walter Jenvey|Jenvey, William Walter "Bill"]] [https://www.familysearch.org/tree/person/details/G4QV-9GL] - 1904(Vic)-1981(Qld) - Licences: 3AY Melbourne (Caulfield, 1922-1927; Ormond, 1931-1938); 2YJ Sydney (Concord, 1939); 3AY Melbourne (Ormond, 1947); 2ZO Sydney (Willoughby, 1948-1969); 2ZO Noosa Heads (1980) - Qualifications: cc; CPRT 824, 1924; 1COCP 68, 1930 - amateur operator; amateur broadcaster - Relationships: son of Henry Walter Jenvey - Electoral Rolls: telegraphist (Caulfield, Vic, 1926-1927); operator (Bentleigh, Vic, 1931-1937); radio engineer (Croydon, NSW, 1943; Willoughby, NSW, 1949-1968); engineer (Willoughby, NSW, 1972); nil (Nelligen, NSW, 1977; Noosa Heads, Qld, 1980) ===''JERRARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Joseph Jerrard|Jerrard, Frederick Joseph]] [https://www.familysearch.org/tree/person/details/LB43-BKT] - 1899(Qld)-1963(Qld) - Licences: 4DR Receive Gayndah (1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Gayndah, 1921-1930); motor mechanic (Gayndah, 1936-1937); engineer (Indooroopilly, 1943-1963) ===''JESSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick Ferman Jessop|Jessop, Patrick Ferman]] [https://www.familysearch.org/tree/person/details/G6QN-8HV] - 19??(Eng?)-19??(Qld?) - Licences: 4PJ Kamma (1925-1927); 4PJ Cairns (Hambledon, 1937-1939) - Qualifications: cc; Nil yet identified (England?) - amateur operator; amateur broadcaster; WW1(RFC) - Halcyon: not mentioned - Electoral Rolls: labourer (Edmonton, 1922-1930); weigh bridge clerk (Hambledon, 1936-1943) ===''JEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Jewell|Jewell, Thomas John]] [https://www.familysearch.org/tree/person/details/GDYD-YH1] - 1905(WA)-1965(WA) - Licences: 6CA Receive Perth (Subiaco, 1923); 6JJ Perth (Victoria Park, 1927); 6JJ Kalgoorlie (1930-1931); 6JJ Perth (Victoria Park, 1933-1939) - Qualifications: cc; CPRT 876, 1925; 1COCP 129, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Victoria Park, WA, 1931-1937); radio inspector (Victoria Park, WA, 1943; Scarborough, WA, 1949); inspector (Scarborough, WA, 1954-1963) ===''JOHNSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Johnson|Johnson, Arthur]] [https://www.familysearch.org/tree/person/details/GXD7-X12] - 1921(Qld)-2004(Qld) - Licences: 4PX Brisbane (Hendra, 1938-1939; Ascot, 1946-1948; Hendra, 1954-1975), 4PX Buddina Beach (1980+) - Qualifications: cc; AOCP 2093, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (Sunshine Coast ARC); military (WW2, AIF, Signals) - Comment: Several contemporaneous AJs - Electoral Rolls: Commonwealth public servant (Hendra, Qld, 1968) + others * [[/Carl Francis Johnson|Johnson, Carl Francis]] [https://www.familysearch.org/tree/person/details/LH8T-HSH] - 1899(Tas)-1985(Tas) - Licences: Receive Hobart (West Hobart, 1923); 7AR Hobart (West Hobart, 1924-1939) - Qualifications: cc; AOCP 218, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: federal servant (West Hobart, 1922-1954) * [[/Edward Norman Johnson|Johnson, Edward Norman]] [https://www.familysearch.org/tree/person/details/MM4W-MLQ] - 1886(Vic)-1960(USA) - Licences: Receive Warrnambool (1923); 3ZO Warrnambool (1923-1924); 3ZO Horsham (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (East Melbourne, 1909); manager (Wonthaggi, 1914); draper (Newtown, 1917); traveller (Geelong, 1919) * [[/H. B. Johnson|Johnson, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1926); 5HB Adelaide (Henley Beach, 1937-1939) - Qualifications: AOCP 252, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: - common surname, individual not yet identified * [[/Ivo Uric Johnson|Johnson, Ivo Uric]] [https://www.familysearch.org/tree/person/details/G9VV-H8S] - 1903(NSW)-1961(Qld) - Licences: 4KL Cairns (1933-1960) - Qualifications: cc; CPRT 813, 1924; 2COCP 668, 1942; 1COCP 655, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Cairns, Qld, 1936-1963) * [[/Joseph Murray Johnson|Johnson, Joseph Murray]] [https://www.familysearch.org/tree/person/details/L5YM-M5N] - 1889(NSW)-1986(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 113, 1915; 1COCP 200, 1931 - RANRS (CPO to Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: engineer operator (Geraldton, 1915-1917); radio expert (Lane Cove, NSW, 1930-1934); engineer (Brighton, Vic, 1936; Caulfield, 1937); engineer (Longueville, NSW, 1943-1949); manager (Turramurra, 1954-1963); retired (Strathfield, 1963; Port Macquarie, NSW, 1968-1977; Wauchope/Yrrs, 1980) ===''JOHNSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. B. Johnston|Johnston, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Norman Brint Johnston|Johnston, Norman Brint]] [https://www.familysearch.org/tree/person/details/G8NC-K7F] - 1913(WA)-1979(WA) - Licences: 6NJ Perth (South Fremantle, 1930-1933; Subiaco, 1937-1939) - Qualifications: cc; AOCP 642, 1930, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Subiaco, 1937-1943); radio mechanic (Maylands, 1943-1968; Mt Lawley, 1972-1977) * [[/Robert Walter Johnston|Johnston, Robert Walter]] [https://www.familysearch.org/tree/person/details/GXDS-FHJ] - 1914(Qld)-1963(Qld) - Licences: 4LQ Brisbane (Petrie Terrace, 1934-1939) - Qualifications: cc; AOCP 1270, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Petrie Terrace, Qld, 1936-1937); no occupation (Ingleburn, NSW, 1954-1958); retired (Petrie Terrace, Qld, 1963) * [[/William David Johnston|Johnston, William David]] [https://www.familysearch.org/tree/person/details/G8XJ-3RY] - 1909(Irl)-1985(NSW) - Licences: 2YZ Sydney (Ryde, 1930-1939, 1946-1948; Gladesville, 1950; Matraville, 1954-1980+) - Qualifications: AOCP 616, 1930, No. ?? in NSW; 2COCP 323, 1931; 1COCP 398, 1940 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Ryde, 1930-1943); radio engineer (Gladesville, 1949; Matraville, 1954-1980) ===''JOHNSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. D. Johnstone|Johnstone, H. D.]] - 19??(???)-19??(???) - Licences: 3HJ Melbourne (Surrey Hills, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified ===''JONASSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Peter Jonasson|Jonasson, Roy Peter]] [https://www.familysearch.org/tree/person/details/9KPW-ZL1] - 1908(Qld)-1989(Qld) - Licences: 4NG Alberton (1931-1933); 7NG Derwent Park (1937-1939); 3ND Castlemaine (1946-1969); 9NG, PNG; 4NE Brisbane (Kingston, 1980) - Qualifications: cc; AOCP 827, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, QRP Club, RAAF Wireless Reserve, Qld Listeners' League); employment (Qld State Electricity Commission) - Electoral Rolls: electrical fitter (Castlemaine, 1942-1972); retired (Kingston, Qld, 1972-1980) ===''JONES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Ernest Jones|Jones, Alfred Ernest]] [https://www.familysearch.org/tree/person/details/G61R-CTW] - 1894(NSW)-1970(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 241, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Comment: not all electoral roll entries identified, several contemporaneous AEJs; Electoral Rolls: radio telegraphist (Broome, WA, 1917-1922) * [[/David William Jones|Jones, David William]] - 19??(???)-19??(???) - Licences: 4DJ Brisbane (Chelmer, 1930-1933) - Qualifications: cc; AOCP 683, 1930, No. ?? in Qld - amateur operator, amateur broadcaster - Comment: several contemporaneous DWJs - Electoral Rolls: public servant (Chelmer, 1925-1931); engineer (Holland Park, 1958)? * [[/Lancelot Cyril Jones|Jones, Lancelot Cyril "Lance"]] [https://www.familysearch.org/tree/person/details/G8L3-2LS] - 1891(SA)-1971(SA) - Licences: XVB Adelaide (Hawthorn, 1913-1914); 5BQ Adelaide (Westbourne Park, 1923-1924); 5DN Adelaide (City, 1923-1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; co-founder 5DN commercial Adelaide - Electoral Rolls: manager (Broadway Estate, 1939-1943) * [[/Raymond Edward Jones|Jones, Raymond Edward]] [https://www.familysearch.org/tree/person/details/LL9R-FLM] - 1900(Vic)-1987(Vic) - Licences: 3RJ Melbourne (Ascot Vale, 1928; Box Hill, 1931-1939, 1946-1980+) - Qualifications: AOCP 407, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: telegraphist (Newmarket, 1921); public servant (Ascot Vale, 1922-1924); telegraphist (Box Hill, 1931-1943); supervisor (Box Hill, 1949-1963); retired (Box Hill, 1968-1980) * [[/Stanley William Jones|Jones, Stanley William]] [https://www.familysearch.org/tree/person/details/GZL8-BPL] - 1917(Vic)-1943(PNG) - Licences: 3SF Ballarat (1937-1939) - Qualifications: AOCP 1953, 1937, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Signalman, 6 Division Signals) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1687469] (beware, another Stanley William Jones died in WW2, Flight Sergeant, 626 Squadron) * [[/Walter Henry Jones|Jones, Walter Henry]] [https://www.familysearch.org/tree/person/details/G8NB-Z8F] - 1914(NSW)-1980(NSW) - Licences: 2PY Sydney (Marrickville, 1930-1933); 2RS Sydney (Marrickville, 1935-1939); 2WP Sydney (Bexley, 1965-1980) - Qualifications: AOCP 652, 1930, NSW; 1COCP 57, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless telegraphist (Bexley North, 1949-1972); telegraphist (Bexley North, 1977-1980); Beware: Another contemporaneous Walter Henry Jones in Sydney b.1915 m.Edith * [[/W. R. Jones|Jones, W. R.]] - 19??(???)-19??(???) - Licences: 4EK Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''JORDAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Jordan|Jordan, James "Jim"]] [https://www.familysearch.org/tree/person/details/GXHL-VNQ] - 1903(Sct)-1979(Qld) - Licences: 4JJ Ipswich (1933); 4JJ Bundaberg (1934-1939) - Qualifications: cc; AOCP 1162, 1933, Qld - amateur operator; amateur broadcaster; broadcast engineer (4BU); senior military (RAAF, Wing-Commander) - Electoral Rolls: striker (West Ipswich, Qld, 1932); radio mechanic (Bundaberg, Qld, 1934-1937) * [[/Robert Jordan|Jordan, Robert]] - 1893(NZ)-19??(???) - commercial operator (1COCP 4, 1914, No. 4 in Aus and Vic, Commonwealth system) - coastal station operator? ===''JUDD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Harvey Judd|Judd, Clarence Harvey]] [https://www.familysearch.org/tree/person/details/GXVF-9XS] - 1920(SA)-1986(SA) - Licences: 5HQ Adelaide (Colonel Light Gardens, 1954-1980) - Qualifications: cc; AOCP 3374, 1953, Qld - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/Oswald William Judd|Judd, Oswald William]] [https://www.familysearch.org/tree/person/details/GXVX-X56] - 1896(SA)-1934(SA) - Licences: XVF Adelaide (North Norwood, 1913); Receive Adelaide (Payneham, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: Nil yet identified =='''K'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''KANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Leslie Kane|Kane, John Leslie "Les"]] - 1910(Qld)-1985(Qld), 4ZZ Roma, amateur operator (AOCP 2335, 1939, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), senior state public servant (Qld Railways) ===''KAUFMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Samuel Donald Kaufman|Kaufman, Samuel Donald]] [https://www.familysearch.org/tree/person/details/LB6X-937] - 1904(NSW)-1988(NSW) - Licences: 2SK Sydney (Belmore, 1928-1939, 1946-1980+) - Qualifications: AOCP 448, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Belmore, 1933-1980) ===''KAUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Alexis Kauper|Kauper, Henry or Heinrich Alexis "Harry"]] [https://www.familysearch.org/tree/person/details/GZXZ-WYQ] - 1888(Vic)-1942(Vic) - Licences: S643 Adelaide (1921-1922); 5BG Adelaide (Dulwich, 1923-1926; Tusmore, 1927-1928) - Qualifications: cc; AOCP 97, 1925, No. ?? in SA - amateur operator; amateur broadcaster; broadcast engineer; inventor - Electoral Rolls: chauffer (Willaura, Vic, 1910); engineer (Richmond, Vic, 1931-1937) - [https://adb.anu.edu.au/biography/kauper-henry-alexis-harry-6898 ADB] ===''KAYESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Kayess|Kayess, Sydney]] [https://www.familysearch.org/tree/person/details/GCYG-NHD] - 1892(NSW)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified -RANRS (CPOE, 1917) - Electoral Rolls: fitter & turner (Cooktown, 1917); engineer (Hendra, Qld, 1919); engine driver (Charleville, Qld, 1921); mechanic (Mossman, 1925); motor mechanic (Watchem, Vic, 1928); auto engineer (Dulwich Hill, NSW, 1930); garage manager (New Lambton, NSW, 1930; Foveaux, NSW, 1933); engineer (Forest Lodge, NSW, 1935-1937); labourer (Darlinghurst, 1937; Glenmore, NSW, 1943); mechanical engineer trainee (Haberfield, NSW, 1949); engineer (Manly North, NSW, 1958) ===''KEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Patrick James Keane|Keane, John Patrick James]] [https://www.familysearch.org/tree/person/details/G8V5-P25] - 1903(NSW)-1964(NSW) - Licences: 2JN Cessnock (1930-1936; 2JN Sydney (Bexley, 1937-1939; McMahons Point, 1946-1961) - Qualifications: AOCP 698, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: storeman (Darling Harbour, 1930); clerk (Cessnock, 1931-1932; Newcastle, 1934; Bexley, 1935-1937; McMahons Point, 1943-1949; North Sydney, 1958-1963) ===''KEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Keast|Keast, Leslie John]] [https://www.familysearch.org/tree/person/details/K2QP-J6X] - 1886(SA)-1957(WA) - Journalist (Wireless Weekly; shortwave editor, Australasian Radio World, 1940-1951; Radio & Hobbies), professional monitor (OWI/VOA, WW2), silent era cinematographer - Electoral Rolls: licensed victuallar (Royal Hotel, Bowral, 1933-1934); ex-hotelkeeper (Coogee, 1935); clerk (Randwick North, 1936-1937); sales manager (Carlingford, 1943); organising secretary (Ermington, 1949-1958) ===''KEDDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Robert Keddie|Keddie, Phillip Robert]] [https://www.familysearch.org/tree/person/details/G67S-1T7] - 1921(SA)-2003(SA) - Licences: 5KZ Adelaide (Woodville Park, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1882, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: AMF (Woodville Park, SA, 1943) ===''KELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Edward Kells|Kells, Alfred Charles Edward]] [https://www.familysearch.org/tree/person/details/LTMT-7D3] - 1900(Vic)-1955(Vic) - Licences: Receive Melbourne (Moonee Ponds, 1923); 2430 Melbourne (Moonee Ponds, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: postal electrician (Moonee Ponds, 1921-1925); mechanic (Essendon, 1928-1954) ===''KELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Wainwright Kelly|Kelly, Alexander Wainwright]] [https://www.familysearch.org/tree/person/details/GZP6-G6V] - 1908(SA)-1954(SA) - Licences: Receive (Crystal) Largs Bay (1923); Receive Largs Bay (1923); 5AW Lyndoch (1927-1939); 5XO Loxton (1954) - Qualifications: cc; AOCP 358, 1927, No. ?? in SA - amateur operator; amateur Broadcaster - Electoral Rolls: winemaker (Berri, 1939-1943) * [[/Ross Donaldson Kelly|Kelly, Ross Donaldson]] [https://www.familysearch.org/tree/person/details/G7BG-2PR] - 1906(SA)-1959(SA) - Licences: 5LW Adelaide (Unley, 1937-1939; Hazelwood Park, 1948-1956) - Qualifications: cc; AOCP 2032, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: assurance agent (Dulwich, 1941-1943) ===''KELSO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham Kelso|Kelso, Graham]] [https://www.familysearch.org/tree/person/details/GXXH-9DH] - 19??(???)-19??(???) - Licences: 4EL Receive Brisbane (Nundah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: PMG technician (Petrie Terrace, Qld, 1958); technician (Brisbane, Qld, 1968; St Lucia, Qld, 1972-1980) ===''KEMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Kemble|Kemble, Frederick John]] [https://www.familysearch.org/tree/person/details/GZZ2-8WY] - 1915(SA)-1939(WA) - Licences: 6FJ Katanning (1936-1939) - Qualifications: cc; AOCP 1673, 1936, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: blacksmith's striker (Katanning, WA, 1937) ===''KEMP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Kemp|Kemp, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GZ2F-PYS] - 1910(Qld)-1997(Qld) - Licences: 4YA Yangan - Qualifications: cc; AOCP 1466, 1935, Qld; BOCP 110, 1937; 2COCP 123, 1937; 1COCP 163, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Swanfels, Qld, 1936-1937); radio technician (Kedron, Qld, 1943-1949; Wavell Heights, Qld, 1954-1980) * [[/Joseph Edward Kemp|Kemp, Joseph Edward]] [https://www.familysearch.org/tree/person/details/G691-NWV] - 1918(Tas)-1991(WA) - Licences: 7RZ Devonport (1937-1939); 7RZ Launceston (1946-1948) - Qualifications: cc; AOCP 1847, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio telegraphist (Como, 1949); radio officer (Esperance, 1954-1958; Yokine, WA, 1963-1980) ===''KEMPSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Kempster|Kempster, Frederick]] [https://www.familysearch.org/tree/person/details/LVPC-NHM] - 1900(SA)-1957(SA) - Licences: 5KM Darwin (1929-1931); 8KM Darwin (1937-1939) - Qualifications: cc; AOCP 543, 1929, No. ?? in NT - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Fullarton, 1934); supervisor (Fullarton, 1939-1943) ===''KENNA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Francis Kenna|Kenna, Vernon Francis "Vern" / "Marconi"]] [https://www.familysearch.org/tree/person/details/GS1D-4ZV] - 1908(Qld)-1987(NSW) - Licences: 4DE Receive Brisbane (Hamilton, 1923-1924); 4FK Brisbane (Hamilton, 1926-1939); 2JR Sydney (Middle Cove, 1980+) - Qualifications: cc; AOCP 301, 1926, No. 29 in Qld - amateur operator; amateur broadcaster; broadcast engineer (PMGD); radiocommunications engineer; senior public servant (PMG, ABC2); WW2 - Electoral Rolls: postal electrician (Hamilton, Qld, 1936-1954); engineer (Balwyn, Vic, 1963; Killara, 1963; Middle Cove, 1968-1972; Willoughby, 1977-1980) ===''KENNEDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Kennedy|Kennedy, Peter]] [https://www.familysearch.org/tree/person/details/GDKD-8Q7] - 1874(Vic)-1945(SA) - Licences: XYD Perth (City, 1913-1914); 6AM Perth (Mt Lawley, 1923-1927); 5AM Adelaide (City, 1928; Unley, 1931; New Parkside, 1933-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; senior federal public servant (PMG, concluding as Deputy Postmaster-General SA); WW1 - Awards: Imperial Service Order - Electoral Rolls: telegraphist (Leederville, 1903; Mt Lawley, 1910-1921); State Engineer (Maylands, 1925-1926); civil servant (New Parkside, 1939-1943) * [[/M. Kennedy|Kennedy, M.]] - 19??(???)-19??(???) - Licences: 4EP Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter Donald Kennedy|Kennedy, Walter Donald]] [https://www.familysearch.org/tree/person/details/LBRG-1WB] - 1869(NSW)-1951(NSW) - Licences: 2WK Sydney (Rockdale, 1925-1926; Willoughby, 1927-1929); 2WK Helensburgh (1930-1933); 2WK Sydney (East Sydney, 1934); 2WK Wallerawang (1935); 2WK Sydney (Rockdale, 1936-1939, 1946-1950) - Qualifications: cc; AOCP 121, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: clergyman (Murrumburrah, 1913; Helensburgh, 1930-1932); clerk (Darlinghurst, 1934-1935); clerk in Holy Orders (Rockdale, 1936-1949) ===''KENNY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Francis Kenny|Kenny, Edmund Francis]] [https://www.familysearch.org/tree/person/details/G8MB-R3M] - 1903(NSW)-1980(NSW) - Licences: 2EK Sydney (Lewisham, 1927-1928; Croydon, 1929; Ryde, 1930-1931; Granville, 1933-1939, 1946-1948); 2EK Wentworthville (1950-1980) - Qualifications: AOCP 373, 1927, No. ?? in NSW -amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1930); clerk (West Ryde, 1930-1933); engineer (Granville, 1935-1949); radio engineer (Wentworthville, 1954-1968); engineer (Wentworthville, 1972-1977) ===''KEOGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Keogh|Keogh, William George]] [https://www.familysearch.org/tree/person/details/GDJ4-H7G] - 19??(???)-1960(NSW) - Licences: 2ZA Receive Sydney (Stanmore, 1923); 2ZA Sydney (Summer Hill, 1923; Stanmore, 1924-1925); licensed operator 2AG Grace Bros Broadway - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Randwick North, 1943-1958) ===''KERBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Thomas John Kerby|Kerby, Edwin Thomas John]] [https://www.familysearch.org/tree/person/details/GM72-SFL] - 1888(Vic)-1971(Vic) - Licences: 7EK Ringarooma (1932-1939); 3KK Melbourne (Auburn, 1946-1969) - Qualifications: cc; AOCP 940, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW1; WW2 (Major) - Awards: Military Star 1914-1915; British War Medal, Victory Medal; MBE - Electoral Rolls: manager (Ballarat, 1909); restaurant keeper (Brunswick, 1914); electrical engineer (Richmond, 1914-1917); grazier (Ballarat, 1919); farmer (Linton, 1922); grazier (Fawkner, 1924-1925); engineer (St Kilda, 1943; Auburn, 1949-1968) - Links: [[w:Edwin Kerby|Wikipedia]] ===''KERMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Kermond|Kermond, Leslie John "Les"]] [https://www.familysearch.org/tree/person/details/G8W7-Y88] - 1912(Vic)-2007(Vic) - Licences: 3DX Warrnambool (1928-1980+) - Qualifications: AOCP 417, 1928, No. ?? in Vic; AOLCP 182, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: biograph operator (Warrnambool, 1936-1937); engineer (Swan Hill, 1942); radio engineer (Warrnambool, 1949-1980) ===''KERNICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Edwin Kernick|Kernick, Percy Edwin]] [https://www.familysearch.org/tree/person/details/LX7S-JW1] - 1888(NSW)-1965(WA) - Licences: 6PK Perth (South Perth, 1927-1939, 1946-1947) - Qualifications: cc; AOCP 378, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Sandstone/Mt Magnet, 1910); telegraphist (Brown Hill/Kalgoorlie, 1917; South Perth, 1925-1963) ===''KERR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dixon Kerr|Kerr, Alfred Dixon]] [https://www.familysearch.org/tree/person/details/GZT8-ZKF] - 1910(Vic)-1977(Vic) - Licences: 3AL Ballarat (1926-1939, 1946-1960); 3JQ Melbourne (Hawthorn, 1975) - Qualifications: AOCP 284, 1926, No. ?? in Vic; AOLCP 18, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Ballarat, 1931-1968); retired (Hawthorn, 1977) * [[/Roy Kerr|Kerr, Roy]] [https://www.familysearch.org/tree/person/details/GXHP-SBX] - 1917(Qld)-1988(Qld) - Licences: 4DK Winton (1937-1939); 4DK Brisbane (Tingalpa, 1946-1951) - Qualifications: cc; AOCP 1941, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; federal public servant (PMGD, telegraphist) - Relationships: brother of Vernon Lester Kerr 4LK - Electoral Rolls: * [[/Vernon Lester Kerr|Kerr, Vernon Lester "Vern"]] [https://www.familysearch.org/tree/person/details/GXHP-MCW] - 1912(Qld)-1979(Qld) - Licences: 4LK Winton (1932-1933); 4LK Cloncurry (1937-1939, 1946-1948); 4LK Charters Towers (1954-1969); 4LK Charleville (1975) - Qualifications: cc; AOCP 800, 1931, No. ?? in Qld; COCP 1941, amateur operator; amateur broadcaster; radio club (WIAQ, Soc Wireless Pioneers USA); employment (RFDS, technical officer / controller / announcer) - Relationships: brother of Roy Kerr 4DK - Electoral Rolls: radio technician (Charters Towers, Qld, 1954-1977); technician (Charleville, Qld, 1977) ===''KHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kullandar Jallander Khan|Khan, Kullandar Jallander]] [https://www.familysearch.org/tree/person/details/GX89-VLY] - 1916(Qld)-1983(Qld) - Licences: 4QA Cairns (1937-1939, 1947); 4DC Cairns (1948-1960); 4DC Brisbane (New Farm, 1965-1980+) - Qualifications: cc; AOCP 1979, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 4QA may have been withdrawn by PMGD for 4QA Cairns - Electoral Rolls: picture theatre operater (Cairns, Qld, 1943); radio serviceman (Cairns, Qld, 1954-1958); tv technician (New Farm, Qld, 1968-1977); retired (New Farm, Qld, 1980) ===''KIDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian McIvor Kidman|Kidman, Ian McIvor]] [https://www.familysearch.org/tree/person/details/LD7Q-7N2] - 1915(SA)-1981(SA) - Licences: 5JK Naracoorte (1933-1937) - Qualifications: cc; AOCP 1163, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''KILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Harold Kilby|Kilby, Raymond Harold]] [https://www.familysearch.org/tree/person/details/G691-9VD] - 1918(Tas)-1999(Tas) - Licences: 7RK Launceston (1935-1939, 1946-1980+) - Qualifications: cc; AOCP 1461, 1935, No. ?? in Tas; BOCP 1568, 1957; 1COCP 1862, 1958; 2COCP T1, 1977 - amateur operator; amateur broadcaster - Electoral Rolls: upholsterer (Launceston, 1943-1972) ===''KILGARIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Kilgariff|Kilgariff, Joseph]] [https://www.familysearch.org/tree/person/details/GDS2-XBD] - 1886(NSW)-1971(SA) - Licences: 5JT Adelaide (Burnside, 1937-1939; Erindale, 1947-1948; North Glenelg, 1954-1969) - Qualifications: cc; AOCP 1884, 1937, SA; 2COCP 325, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carpenter (Boulder, WA, 1910-1912); builder (Alice Springs, NT, 1934; Burnside, SA, 1939); RAAF (Leabrook, SA, 1943) ===''KILSBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Wilbur Kilsby|Kilsby, Keith Wilbur]] [https://www.familysearch.org/tree/person/details/KCHP-4ZS] - 1912(SA)-1970(SA) - Licences: 5PR Moorak (1933); 5PR Birdwood (1938); 5PR Wiltyerong via Murray Bridge (1947); 5PR Mingary via Murray Bridge (1948); 5PR Murray Bridge (1954); 5PR Adelaide (Payneham, 1955-1969) - Qualifications: cc; 2COCP 419, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Birdwood, SA, 1939; Wiltyerong, SA, 1941-1943); ===''KING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Calvert King|King, Charles Calvert]] [https://www.familysearch.org/tree/person/details/GXQT-4R1] - 1885(Eng)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 105, 1915; 2COCP 155, 1930 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (New Town, Tas, 1914); warrant telegraphist (Wireless Station, Applecross, 1921-1925); music teacher (Randwick, NSW, 1930); musician (Clovelly, 1931; Rose Bay, 1932-1933); librarian (Woollahra, 1934); salesman (Bondi, NSW, 1935); Model Maker (Watson's Bay, 1936-1937) * [[/Fred Esmond King|King, Fred Esmond (Electoral Rolls) or Esmonde (BMD)]] [https://www.familysearch.org/tree/person/details/GXNY-81C] - 1896(Qld)-1986(Qld) - Licences: 4CQ Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: station hand (Bulliwallah, Qld, 1919-1963) * [[/Frederick Venn King|King, Frederick Venn]] [https://www.familysearch.org/tree/person/details/KJHN-MV3] - 1888(Qld)-1968(Qld) - Licences: Receive (Valve) Cunnamulla (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: station hand (Weelamurra Station, Qld, 1909); grazier (Weelamurra Station, Qld, 1913-1921); not stated (Warrambah Station, Cunnamulla, Qld, 1925); grazier (Barrington Station, Cunnamulla, Qld, 1930-1954); retired (Camp Hill, Qld, 1958-1968) ===''KINGWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hercules Kingwell|Kingwell, William Hercules]] - broadcast planning engineer (PMGD, ABCB) ===''KINSELLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Thomas Kinsella|Kinsella, Hector Thomas]] [https://www.familysearch.org/tree/person/details/G8NC-XN9] - 1912(WA)-1993(WA) - Licences: 6HK Perth (Hollywood, 1930; East Perth, 1931) - Qualifications: cc; AOCP 641, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (South Perth, 1936-1937; Victoria Park, 1943); pharmacist (Perth, 1949; Narrogin, 1954-1958; Applecross, 1963; Ardross, 1968-1972; Booragoon, 1977-1980) * [[/Thomas Wade Kinsella|Kinsella, Thomas Wade]] [https://www.familysearch.org/tree/person/details/G8P2-TSG] - 1904(Vic)-2001(NSW)96yo - Licences: Receive (Crystal) Lubeck (1923); 3TK Lubeck (1924-1926); 3TK Rupanyup (1937-1939); 2FK Sydney (Rose Bay, 1946; Herne Bay, 1947; Sans Souci, 1948-1980+) - Qualifications: cc; AOCP 1992, 1937, No. ?? in Vic; BOCP 532, 1943 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrician (Lubeck, 1927-1936); RAN (Sans Souci, 1949-1980) - Relationships: brother of 3AKW William Jennings Kinsella * [[/William Jennings Kinsella|Kinsella, William Jennings]] [https://www.familysearch.org/tree/person/details/G8PG-S8S] - 1914(Vic)-2011(Vic) - Licences: 3AKW Lubeck (1947-1980+) - Qualifications: cc; BOCP 498, 1943; 2AOCP 55, 1946 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grazier (Magdala, Lubeck, 1936-1972; Lubeck, 1977-1980) - Relationships: brother of 3TK-2FK Thomas Wade Kinsella ===''KINZBRUNNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Charles Kinzbrunner|Kinzbrunner, Harry Charles]] [https://www.familysearch.org/tree/person/details/G8H4-SZM] - 1903(Eng)-1982(Qld) - Licences: 4HK Cloncurry (1929-1931); 4HK Mareeba (1933); 4HK Tully (1937-1939); 4HK Atherton (1946-1980+) - Qualifications: cc; AOCP 474, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), employment (Australian Inland Mission, QATB) - Electoral Rolls: radio mechanic (Malanda, 1937); electrical engineer (Ashgrove, 1943); radio mechanic (Atherton, 1943); refrigeration & electrical contractor (Atherton, 1949-1972); electrical contractor (Atherton, 1977-1980) ===''KIRBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ewan Russell Kirby|Kirby, Ewan Russell]] [https://www.familysearch.org/tree/person/details/G4R1-4J7] - 1885(Tas)-1947(Tas) - Licences: XZB Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; First set 1909 communicated with M. Harvey; employed Hydro-electric Dept - Electoral Rolls: electrician (Hobart South, 1914-1919); engineer (Hobart West, 1922-1936) ===''KIRKBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Kirkby|Kirkby, Brian]] - historian (early wireless experimenters, Edward Hope Kirkby, Archibald John Shaw), great grandson of Edward Hope Kirkby * [[/Charles Edward Kirkby|Kirkby, Charles Edward]] - 1886(Vic)-1954(NSW) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of George Gill Kirkby * [[/Edward Hope Kirkby|Kirkby, Edward Hope]] - 1853(At sea)-1915(NSW) - early wireless and X-ray experimenter, father of George Gill Kirkby and Charles Edward Kirkby * [[/George Gill Kirkby|Kirkby, George Gill]] - 1884(Vic)-1916(Vic) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of Charles Edward Kirkby ===''KIRKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Basil Everald Wharton Kirke|Kirke, Basil Everald Wharton]] [https://www.familysearch.org/tree/person/details/G6NX-FFQ] - 1893(NSW)-1958(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; chief studio announcer/Uncle "Bas" (2BL); manager, 6WF; manager 9PA (1946); manager (ABC, Victoria, 1936) - Electoral Rolls: manager (Subiaco, 1931; Perth, 1934-1936; Melbourne, 1937-1943; Perth, 1954) - Links: [https://adb.anu.edu.au/biography/kirke-basil-everald-wharton-10751 ADB] ===''KIRKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Booth Kirkland|Kirkland, John Booth]] - 1861(Vic)-1900(Vic) - early telephone experimenter, Melbourne, Geelong & Ballarat ===''KISSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Leslie Hawthorn Kissick|Kissick, Alfred Leslie Hawthorn]] [https://www.familysearch.org/tree/person/details/LK9D-7LL] - 1904(Vic)-1967(Vic) - Receive Melbourne (Brunswick, 1923-1924), 3KB Melbourne (Brunswick, 1925-1939, 1946-1965), amateur operator (AOCP 141, 1925, No. ?? in Vic), operator 3CR Coburg Radio Club (1925), amateur broadcaster, clerk (1934) ===''KITTO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Collingwood Kitto|Kitto, Thomas Collingwood]] [https://www.familysearch.org/tree/person/details/MCKM-W8G] - 1903(Tas)-19??(???) - Licences: 7?? Launceston (1928); 5JR Adelaide (Tusmore, 1931); 2JR Newcastle (1933); 2JS Newcastle (1933-1939) - Qualifications: cc; AOCP 425, 1928, No. ?? in Tas; AOLCP 43, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Launceston, 1928); radio engineer (Sandgate, NSW, 1935; Ulverstone, Tas, 1937); engineer (Hawthorn, Vic, 1942); radio engineer (Prahran, 1949); retired (Deception Bay, 1972) ===''KLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Robert Kling|Kling, John Robert]] [https://www.familysearch.org/tree/person/details/LRQZ-B4W] - 1905(Vic)-1969(Vic) - Licences: 3JB Melbourne (Balwyn, 1928; South Camberwell, 1931; Hawthorn East, 1933; Hampton, 1937-1939); 3AJQ Melbourne (Seaford, 1954-1955; Lower Ferntree Gully, 1956; Frankston, 1960-1965) - Qualifications: AOCP 403, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Camberwell, 1931-1933; Sandringham, 1936-1937); engineer (Sandringham, 1942; Bacchus Marsh, 1949); radio sound engineer (Seaford, 1954); electrician (Frankston, 1963-1968) ===''KNAPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carlo Patrick Knapton|Knapton, Carlo Patrick]] [https://www.familysearch.org/tree/person/details/9DQR-R5C] - 1879(Irl)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - wireless trader (WA); witness to Royal Commission 1927 (as vice-president, Wireless Traders Assoc, WA) - Electoral Rolls: engineer (Carlton, Vic, 1914); lighting engineer (South Perth, 1921-1954) ===''KNEIPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Kneipp|Kneipp, James Henry "Jim"]] [https://www.familysearch.org/tree/person/details/GQ5R-YBH] - 1875(NSW)-1958(Qld) - Licences: Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: saddler (Morningside, Qld, 1905); railway employee (Morningside, Qld, 1908-1917; Cannon Hill, Qld, 1919-1958) ===''KNIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Keith Knight|Knight, Rupert Keith]] [https://www.familysearch.org/tree/person/details/G8MJ-Z5W] - 1898(Qld)-1934(Qld) - Licences: 4RK Toowoomba (1926-1927) - Qualifications: cc; Nil identified - amateur operator; amateur broadcaster - Halcyon: not mentioned? - Electoral Rolls: clerk (Toowoomba, 1919); bank clerk (East Toowoomba, 1925-1926); not specified (East Toowoomba, 1928-1932) ===''KNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Brader Knock|Knock, Donald Brader "Don"]] [https://www.familysearch.org/tree/person/details/GWWR-L62] - 1898(Eng)-1966(NSW) - Licences: 1911 Manchester; G6XG London (1924-1926); 2NO Sydney (Cremorne, 1926-1927; Vaucluse, 1927; Kirribilli, 1928; Randwick, 1929); 6NK Wyndham (1930-1931); 2NU Portable Sydney 1935-1939; 5NO Portable Central Australia; 2NO Sydney (Waverley, 1946-1966) - Qualifications: cc; AOCP 335, 1927, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (2MO); radiocommunications engineer; journalist (Wireless Weekly, Radio in ANZ, Radio Monthly, Australian Radio News, Bulletin, Australasian Radio World); military (WW1 - Royal Naval Air Service, WW2 - AIF lieutenant-major) - Electoral Rolls: engineer (Waverley, 1930); radio journalist (Waverley, 1932-1933); radio engineer (Waverley, 1935-1963) ===''KNOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carlisle Maddison Knowles|Knowles, Henry Carlisle Maddison]] [https://www.familysearch.org/tree/person/details/L4Q8-642] - 1901(NSW)-1945(ACT) - Licences: 2LK Sydney (Arncliffe, 1930-1931) - Qualifications: AOCP 653, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: pharmacist (Woolahra, 1933; Kingston, ACT, 1935-1943) ===''KOSSECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edwin Frederick Kosseck|Kosseck, Edwin Frederick]] [https://www.familysearch.org/tree/person/details/G8VB-VTG] - 1909(Vic)-1989(Vic) - Licences: 3EK Geelong (Belmont, 1930-1933); 3AKE Geelong (Newport, 1947; Belmont, 1948-1980+) - Qualifications: AOCP 705, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: gardener (Belmont, 1931-1937); RAAF (Newport, 1943); gardener (Belmont, 1949-1980) ===''KRAEGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl W. J. Kraegen|Kraegen, Carl W. J. "Charles"]] - 1831?(Germany?)-1871(NT) - employment (Vic Posts & Telegraphs, SA Posts & Telegraphs), telegraph operator (Ballarat, Portland), developed an early system of explosive detonation by battery, tragically died of thirst during the construction of the Overland Telegraph ===''KRUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Augustine Kruger|Kruger, Francis Augustine]] [https://www.familysearch.org/tree/person/details/GDJZ-58H] - 1907(Vic)-1992(Vic) - Licences: 3HE Receive Charlton (1922-1923); 3HE Charlton (1924-1925); 3AI Charlton (1935-1939); 3AI Strathmore (1946-1980+) - Qualifications: cc; AOCP 1541, 1935, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: dental mechanic (Charlton, 1928-1937); cinema operator (Charlton, 1942); executive (Essendon, 1949-1968; Strathmore, 1977-1980) =='''L'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''LABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Howell Laby|Laby, Thomas Howell]] - 1880(Vic)-1946(Vic) - frequent lecturer on wireless topics to WIA Vic in the 1920s, education (BA Cambridge 1905, PhD Cambridge 1921), employment (University of Sydney, 1901-1904; Cavendish Laboratory, 1905; Professor Physics, Victoria University College, Wellington, 1909; Professor Natural Philosophy, University of Melbourne, 1915-1930+), Royal Society of Victoria (president, 1924) ===''LACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Lack|Lack, Francis James]] [https://www.familysearch.org/tree/person/details/LCQH-WJR] - 1876(NSW)-1949(Qld) - Licences: Receive (Valve) Brisbane (Sandgate, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Warwick, Qld, 1903; Tiaro, Qld, 1905-1906; Maryborough, Qld, 1908); fish agent (Maryborough, Qld, 1913); engineer (Sandgate, Qld, 1916); accountant (Sandgate, Qld, 1917-1949) ===''LAHEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Wesley Lahey|Lahey, John Wesley]] [https://www.familysearch.org/tree/person/details/LKRX-KPL] - 1850(Irl)-1937(Qld) - Licences: 4EG Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: sawmill proprietor (Clayfield, Qld, 1908-1909); sawmiller (Clayfield, Qld, 1913-1936) ===''LAIDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Laidler|Laidler, Thomas]] [https://www.familysearch.org/tree/person/details/L1KG-31L] - 1904(Eng)-1995(SA) - Licences: 5TL Ceduna (1937-1939, 1947); 5TL Largs Bay (1948); 5TL Renmark (1954-1960); 5TL Adelaide (Glandore, 1965-1980+) - Qualifications: cc; AOCP 1934, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: postmaster (Ceduna, SA, 1939-1943) ===''LAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Lake|Lake, Eric James]] [https://www.familysearch.org/tree/person/details/GDFZ-CKK]- 1906(Eng)-1966(Qld) - Licences: 4EL Brisbane (Kangaroo Point, 1932-1939; Camp Hill, 1946-1948); 4EL Clevedon (1954-1956); 4EL Townsville (Belgian Gardens, 1960-1965) - Qualifications: cc; AOLCP 54, 1931; AOCP 966, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, instructor); broadcast technician (4QN); federal public servant (PMGD) - Electoral Rolls: radio operator (Coorparoo, Qld, 1937); radio technician (Camp Hill, Qld, 1943-1949; Townsville, Qld, 1954-1963); ===''LAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Federal Laker|Laker, Frank John Federal]] [https://www.familysearch.org/tree/person/details/M1V2-P8Q] - 1899(NSW)-1953(NSW) - Licences: 2ZE Deniliquin (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: sales manager (St Kilda, Vic, 1925); clerk (Bondi, 1935-1937); accountant (North Rocks, 1954) ===''LALOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Fintan Lalor|Lalor, Peter Fintan]] - 1827(Irl)-1889(Vic) - Leader of the Eureka Stockade, Postamaster-General Victoria (Aug 1875-Oct 1875) ===''LAMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. D. Lamb|Lamb, A. D.]] - 19??(???)-19??(???) - Licences: 4DK Receive Brisbane (New Farm, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James Joseph Wiseman Lamb|Lamb, James Joseph Wiseman]] [https://www.familysearch.org/tree/person/details/GX7M-49X] - 1876(Vic)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 119, 1915; 1COCP 264, 1932 - RANRS (Warrant Telegraphist, 1917) - Relationships: father of Harry Spencer Lamb - Electoral Rolls: civil servant (Subiaco, WA, 1910); radio station master (Townsville, Qld, 1921); wireless (Malvern, Vic, 1927); superintendent (Toorak, Vic, 1928-1936; Elsternwick, Vic, 1937); retired (Elsternwick, Vic, 1942) * [[/Harry Spencer Lamb|Lamb, Harry Spencer]] [https://www.familysearch.org/tree/person/details/GX7M-SQY] - 1906(WA)-1984(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Relationships: son of James Joseph Wiseman Lamb - Electoral Rolls: ===''LAMBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Clayton Lambert|Lambert or Mason, Frank Clayton]] [https://www.familysearch.org/tree/person/details/G8C3-761] - 1908(WA)-1993(WA) - Licences: 6FL Perth (South Perth, 1929-1931); 6FL Geraldton (1933); 6FL Perth (Wembley, 1937-1939; Subiaco, 1947); 3AFL Bairnsdale (1948); 6FL Perth (Claremont, 1954-1956; Bassendean, 1965-1980+) - Qualifications: cc; AOCP 503, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: picture employee (South Perth, WA, 1931); projectionist (Albany, WA, 1934); sound projectionist (East Fremantle, WA, 1936); projectionist (Wembley Park, WA, 1937); radio technician (Subiaco, WA, 1943-1949); dealer (Claremont, WA, 1954); radio dealer (Bassendean, WA, 1958-1980) ===''LANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Herbert Dodson Lane|Lane, Cyril Herbert Dodson]] - 1888(NSW)-1915(Tur) - XDM Sydney (1909-1914), early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in NSW), born Cyril Herbert Dodson, brother-in-law of Charles Dansie Maclurcan "Greater love hath no man" ===''LANGFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Leslie Langfield|Langfield, Harold Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/GX84-3D6] - 1893(Wales)-1982(Qld) - Licences: 4CO Brisbane (Rosalie, 1935-1960) - Qualifications: cc; AOCP 1572, 1935, Qld - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: club steward (Rosalie, Qld, 1934-1977; Paddington, Qld, 1980); ===''LANGFORD-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fritz Langford-Smith|Langford-Smith, Fritz]] - 1904(NSW)-1966(NSW) - 2?? Sydney, amateur operator (AOCP ??, 19??, No. ?? in Qld), electronics designer (AWA), author (Radiotron Designers Handbook), journalist (Radiotronics) - Links: [http://messui.polygonal-moogle.com/valves/NW198908.pdf EA] ===''LANGHANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ron Langhans|Langhans, Ron]] - historian (broadcasting) ===''LANGRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George David Langridge|Langridge, George David]] - 1829(Eng)-1891(Vic) - Postmaster-General Victoria in early 1880s ===''LAPTHORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Charles Lapthorne|Lapthorne, Horace Charles]] [https://www.familysearch.org/tree/person/details/G8W8-STK] - 1900(Vic)-1975(NSW) - Licences: 2TM Receive Sydney (Artarmon, 1923-1924); 2HL Sydney (Chatswood, 1928-1938; Lane Cove, 1939; Artarmon, 1948-1969); 2HL Noraville (1975) - Qualifications: AOCP 422, 1928, No. ?? in NSW - amateur operator? - Electoral Rolls: electrician (Artarmon, 1930-1937; Chatswood, 1943-1968); retired (Noraville, 1972) ===''LARSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Peter Christian Larsen|Larsen, Herbert Peter Christian]] [https://www.familysearch.org/tree/person/details/G36L-GHQ] - 1901(Qld)-1976(Qld) - Licences: 4JW Charters Towers(1928-1937); 4JW Cairns (1938-1939, 1947-1956); 4JW Charters Towers (1960-1975) - Qualifications: cc; AOCP 439, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: brewery hand (Charters Towers, 1925-1936); engine driver (Cairns, 1943-1954; Charters Towers, 1958-1968) ===''LARSSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gustaf William Larsson|Larsson, Gustaf William]] [https://www.familysearch.org/tree/person/details/GDTD-55K] - 1902(Tas)-1992(Tas) - Licences: 7BJ Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; AOLCP 92, 1932; AOCP 3275, 1952 - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Hobart West, 1928-1936) ===''LATHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Couzens Lathwell|Lathwell, Arthur George Couzens]] [https://www.familysearch.org/tree/person/details/GZH3-G9L] - 1911(WA)-1996(WA) - Licences: 6AL Bunbury (1935-1939, 1947-1975) - Qualifications: cc; AOCP 1467, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician's assistant (Bunbury, WA, 1936-1937); electrician (Bunbury, WA, 1943-1980) ===''LAUNDER-CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Edgar Launder-Cridge|Launder-Cridge, Wilfred Edgar]] [https://www.familysearch.org/tree/person/details/GXT9-S5L] - 1899(Eng)-1960(Tas) - Licences: 5BZ Adelaide (Brooklyn Park, 1928) - Qualifications: cc; 2COCP 200, 1930; 1COCP 120, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Essendon North, Vic, 1937; Aerodrome, Cambridge, Tas, 1943); OIC, DCA (Forrest, WA, 1958) ===''LAURENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Laurence|Laurence, John Henry]] [https://www.familysearch.org/tree/person/details/GXL7-YKV] - 1916(SA)-19??(???) - Licences: 5MZ Adelaide (Malvern, 1933-1939); 3PF Melbourne (Sandringham, 1947-1948); 3PF Benalla (1954-1980+) - Qualifications: cc; AOCP 1164, 1933, SA; 1COCP 118, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Ceduna, 1941-1943); farmer (Wellington, Benalla, 1949-1963; Benalla, 1967-1980) ===''LAURIE-RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melbourne Clive Laurie-Rhodes|Laurie-Rhodes, Melbourne Clive]] [https://www.familysearch.org/tree/person/details/GX6M-6K1] - 1915(Qld)-1997(NZ) - Licences: 4XU Brisbane (Hendra, 1934-1937) - Qualifications: cc; AOCP 1353, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: manager (Hendra, Qld, 1936-1937) ===''LAVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Poynton Laver|Laver, Charles Poynton]] [https://www.familysearch.org/tree/person/details/9JBH-SNC] - 1882(Eng)-1969(SA) - Licences: 5CP Cape Borda (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Lightkeeper (Cape Borda, SA, 1939; Edithburgh, 1941-1951) ===''LAVINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Morgan Eric Lavington|Lavington, Frederick Morgan Eric]] [https://www.familysearch.org/tree/person/details/GDJM-ZC9] - 1903(Tas)-1974(Vic) - Licences: 2ZC Receive Sydney (Bondi, 1923); 2ZC Sydney (Waverley, 1923; Bondi, 1924-1925; Mosman, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Manly, 1930); engineer (Strathfield, 1932; Ashfield West, 1935-1936); electrical engineer (Ashfield West, 1937); engineer (Kensington, 1949; Kingsford, 1954-1972) ===''LAWRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevan Alic Lawrie|Lawrie, Kevan Alec or Alic]] [https://www.familysearch.org/tree/person/details/GXRS-5YP] - 1915(SA)-2000(SA) - Licences: 5AK Adelaide (Lockleys, 1936-1939; York, 1947-1948; Lockleys, 1954-1965; Brooklyn, 1969-1980+) - Qualifications: cc; AOCP 1602, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (Lockleys, SA, 1939-1941) ===''LAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. W. Law|Law, F. W.]] - 19??(???)-19??(???) - Licences: 6DA Perth (Armadale, 1923); 6CZ Perth (Armadale, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''LAWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Andrew Laws|Laws, David Andrew]] [https://www.familysearch.org/tree/person/details/GZLN-FW5] - 1909(Qld)-1943(PNG) - Licences: 4DR Brisbane (Taringa, 1931-1939) - Qualifications: AOCP 829, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 (Army, M Special Unit, Commando)- Sacrifice: "Greater love hath no man than this" - Electoral Rolls: clerk (Taringa, 1936-1943) - Links: [https://vwma.org.au/explore/people/635901] * [[/Sidney Frank Henry Laws|Laws, Sidney Frank Henry]] [https://www.familysearch.org/tree/person/details/G6ZT-GBH] - 1893(NZ)-1973(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 6, 1914, No. 6 in Aus and Vic - commercial operator; coastal station operator; manager 7ZL (1927); witness to Royal Commission 1927 (obo 7ZL) - Electoral Rolls: radio engineer operator (Wireless Station, Townsville, 1915); farmer (Launching Place, 1918); electrical engineer (Prahran, Vic, 1919); engineer (Armadale, Vic, 1919-1924); manager (Launceston, 1928); company manager (Double Bay, NSW, 1930-1931) ===''LAWTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Kyle Lawton|Lawton, Alexander Kyle]] [https://www.familysearch.org/tree/person/details/LR8F-FWT] - 1889(Qld)-1978(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, federal public servant (PMGD), radio clubs (QWI, member), business (movie theatres, Amico), WW2 - Electoral Rolls: electrician (Toowoomba, 1913; Wynnum South, 1915-1916); manager (Windsor, 1919); engineer (Nundah, 1925-1928); manager (Townsville, 1936-1937; Nundah, 1943-1949); manufacturer's agent (Virginia, 1954-1958); company director (Ashfield, 1963); sales manager (Ashfield, 1968-1977) ===''LEADBITTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Leadbitter|Leadbitter, James Henry]] [https://www.familysearch.org/tree/person/details/GDP1-3V1] - 1882(NSW)-1946(NSW) - Licences: 2AF Receive West Wyalong (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: cycle mechanic (Darlington, 1903); mechanic (West Wyalong, 1913); cycle mechanic (West Wyalong, 1930-1943) ===''LEANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Gregory Leaney|Leaney, William Gregory]] [https://www.familysearch.org/tree/person/details/LK9P-JF9] - 1895(SA)-1982(Vic) - Licences: 3XN Receive Melbourne (Northcote, 1923); 3XN Melbourne (Northcote, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engine driver (Northcote, 1919-1954); driver (Coburg, 1963-1977); nil (Preston, 1980) ===''LEBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/David Leber|Leber, David]] [https://www.familysearch.org/tree/person/details/G8HD-847] - 1905(Vic)-1950(Vic) - Licences: 3DL Melbourne (Richmond, 1929-1939; Hawthorn, 1947-1948) - Qualifications: AOCP 481, 1929, No. ?? in Vic; 3COCP 45, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Richmond, 1927-1942); salesman (Hawthorn, 1949) ===''LECKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Herbert Crockett Leckie|Leckie, Herbert Crockett]] [https://www.familysearch.org/tree/person/details/LJ1R-QQN] - 1927(Vic)-1994(Vic) - Licences: 3LH Melbourne (Elwood, 1948-1980+) - Qualifications: cc; 1COCP 1170, 1947 - amateur operator - Electoral Rolls: student (St Kilda, 1949-1968; Elwood, 1972-1980); * [[/Raymond Campbell Leckie|Leckie, Raymond Campbell]] [https://www.familysearch.org/tree/person/details/GZ2Q-ZZV] - 1904(Vic)-1987(ACT) - Licences: 3TU Receive Melbourne (Sandringham, 1923); 3TU Melbourne (Sandringham, 1924-1927) - Qualifications: cc; AOCP 215, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Sandringham, 1926); public servant (Braddon, 1935; Turner, 1943-1968); examiner of patents (Hughes, 1972); retired (Hughes, 1977-1980) ===''LEE-ARCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Leslie Lee-Archer|Lee-Archer, Evan Leslie]] [https://www.familysearch.org/tree/person/details/LB2K-F3W] - 1911(Vic)-1993(Vic) - Licences: 3LM Melbourne (Glen Iris, 1929-1931); 3LM Wonthaggi (1933); 3LM Melbourne (Caulfield North, 1937; Malvern East, 1938) - Qualifications: AOCP 534, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Gardiner, 1933); radio engineer (Korumburra, 1934); engineer (Caulfield West, 1935); mechanic (Malvern East, 1937) ===''LEGGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Legge|Legge, Arthur William]] [https://www.familysearch.org/tree/person/details/9MJS-QKM] - 1906(Tas)-1968(Tas) - Licences: Receive (Crystal) Ulverstone (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Ulverstone, 1928); no occupation (Hobart South, 1936); zinc worker (Hobart East, 1943); farmer (Cullenswood, 1949-1954) ===''LE GRAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Walter Le Grand|Le Grand, Sydney Walter]] [https://www.familysearch.org/tree/person/details/GQDD-D57] - 1902(Qld)-1979(NSW) - Licences: 4LG Brisbane (Windsor, 1927) - Qualifications: cc; CPRT 882, 1925; 2COCP 34, 1929; 1COCP 151, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Windsor, 1925-1926); operator (Woollahra, 1931-1937; Bellevue Hill, 1943-1949; Bondi Junction, 1954-1968); retired (Banora Point, 1972-1977) ===''LELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Lelliott|Lelliott, Thomas "Tom"]] [https://www.familysearch.org/tree/person/details/G8VX-4PX] - 1911(Vic)-2000(Vic) - Licences: 3ZW Melbourne (Mont Albert, 1930-1939); 3AZW Melbourne (Boronia, 1954-1980+) - Qualifications: AOCP 684, 1930, Vic; AOLCP 68, 1932 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio operator (Mont Albert, 1937); operator (Caulfield, 1942); public servant (Boronia, 1963-1980) ===''LEMMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Lemmon|Lemmon, Charles Edward]] [https://www.familysearch.org/tree/person/details/GDLL-Z21] - 1885(Eng)-1966(WA) - Licences: Nil yet identified - Qualifications: CPRT 95, 1915; 2COCP 120, 1930; 1COCP 71, 1930 - coastal wireless operator; WW2; RANRS - Electoral Rolls: wireless operator (Clayfield, Qld, 1915); officer-in-charge Wireless Station (Rockhampton, 1916-1921); radio telegraphist (Applecross, 1931-1936; Como, 1937); wireless operator (Broome, 1937); radio telegraphist (Geraldton, 1943-1949); retired (Rivervale, 1954-1963) ===''LEMPRIERE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Louis Lempriere|Lempriere, Charles Louis]] [https://www.familysearch.org/tree/person/details/L23Y-NPS] - 1857(Vic)-1934(Vic) - Licences: 3ZJ Melbourne (Vermont, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: surgeon (South Yarra, 1912-1919); medical practitioner (Vermont, 1924-1934) ===''LENDRUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Lendrum|Lendrum, Alexander "Alex"]] [https://www.familysearch.org/tree/person/details/G8NZ-Y5Y] - 1887(Qld)-1955(NSW) - Licences: 2YL Sydney (Kensington, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Toowoomba, 1913); yardman (Toowoomba, 1921); constable (Kensington, 1930-1937) ===''LENNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Lennon|Lennon, Christopher James "Chris"]] [https://www.familysearch.org/tree/person/details/KJL3-LZF] - 1889(Vic)-1932(Aus) - Licences: Nil yet identified - Qualifications: cc; 1COCP 4, 1929 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: operator (Broome, 1916-1917); radio telegraphist (Townsville, 1925); telegraphist (Thursday Island, 1931) ===''LEONARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Benedict Leonard|Leonard, Aubrey Benedict]] [https://www.familysearch.org/tree/person/details/GS9T-N4X] - 1896(NSW)-1968(Vic) - Licences: 3EN Receive Drouin (1922-1923); 3EN Drouin (1924-1926) - Qualifications: cc; AOCP 244, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal assistant (Drouin, 1922-1928); radio dealer (Drouin, 1931-1954); retired (Drouin, 1963-1967) * [[/John William Leonard|Leonard, John William "Bill"]] [https://www.familysearch.org/tree/person/details/G494-BY4] - 1906(Vic)-1974(Vic) - Licences: 3AB Melbourne (Black Rock, 1928-1939) - Qualifications: cc; AOCP 386, 1928, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Sandringham, 1931-1943); shopkeeper (Sandringham, 1949-1968) * [[/Leslie Clarence Leonard|Leonard, Leslie Clarence]] [https://www.familysearch.org/tree/person/details/GH15-16Q] - 1902(Vic)-1961(SA) - Licences: 5LT Adelaide (Payneham, 1946-1947; Medindie, 1948); 5LT Port Lincoln (1954-1960) - Qualifications: AOCP 2336, 1939, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: pilot (The Terrace/Port Pirie, 1939) * [[/Vincent Halpin Leonard|Leonard, Vincent Halpin]] [https://www.familysearch.org/tree/person/details/G8S4-TXD] - 1915(Vic)-1988(Vic) - Licences: 3PJ Melbourne (?, 1938-1939; Kew, 1946-1956); 3PJ St Andrews (1960); 3PJ Melbourne (Balwyn, 1965-1980+) - Qualifications: AOCP 2167, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1937; Kew, 1937-1954); public servant (St Andrews, 1958; Balwyn, 1963-1980) ===''LESLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julian Leslie|Leslie, Julian]] [https://www.familysearch.org/tree/person/details/GS98-211] - 1873(Vic)-1950(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 142, 1915; 1COCP 246, 1932 - RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: telegraphist (Leederville, WA, 1910-1912; Applecross, WA, 1913); O.I.C. (Radio Telegraph Station, Broome, WA, 1917); officer-in-charge (Radio Station, Thursday Island, 1925-1926); superintendent of wireless (Auburn, Vic, 1928); supervisor B.H. service (Randwick, NSW, 1930-1949) ===''LESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lester|Lester, Jack]] [https://www.familysearch.org/tree/person/details/L5FQ-NQL] - 1902(SA)-1990(SA) - Licences: 5LR Renmark (1930-1937); 5LR Berri (1938-1939); 5LR Adelaide (Millswood Estate, 1946-1947; Blackwood, 1954-1965); 5LR Victor Harbour (1969-1980) - Qualifications: cc; AOCP 674, 1930, No. ?? in SA; AOLCP 236, 1935; BOCP 369, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Berri, 1939-1943) ===''LETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Norman Lett|Lett, Frederick James Norman]] [https://www.familysearch.org/tree/person/details/GD2P-Y8D] - 1903(NSW)-1972(NSW) - Licences: 2WN Receive Sydney (Annandale, 1923); 2WN Sydney (Annandale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Annandale, 1930-1936); publican (Sydney, 1937); hotelkeeper (Clifton Gardens Hotel, Mosman, 1943); Darlinghurst, 1949; Dulwich Hill, 1958; Marrickville, 1963); retired (Church Point, 1968) ===''LEVENSPIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pinkus Levenspiel|Levenspiel, Pinkus or Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G8JB-QSL] - 1904(Eng)-1987(NSW) - Licences: 2TX Wyong (1930-1939, 1946-1980+) - Qualifications: AOCP 668, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (Wyong, 1936-1937); mechanic (Wyong, 1949-1963); motor dealer (Ourimbah, 1968-1980) ===''LEVERETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Leverett|Leverett, John Henry]] [https://www.familysearch.org/tree/person/details/LV79-R7Q] - 1894(Eng)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 25, 1914; 1COCP 88, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: wireless operator (Broome, 1916); telegraphist (Ascot, Qld, 1921); wireless operator (Rockhampton, 1936-1937); radio telegraphist (Rockhampton, 1943); wireless inspector (Burwood, NSW, 1954) ===''LEVERRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Hewitt Leverrier|Leverrier, Francis Hewitt "Frank"]] [https://www.familysearch.org/tree/person/details/GWBT-DP5] - 1863(NSW)-1940(NSW) - Licences: XEN Sydney (Waverley, 1911-1914, Licence No. 5) - Qualifications: cc; Nil yet identified - early wireless experimenter; radio clubs (WIA, president, 1910) - Electoral Rolls: barrister (Vaucluse, 1930-1934, Kings Counsel) - Relationships: father of 2BK-2ADE Frank Neville Leverrier * [[/Frank Neville Leverrier|Leverrier, Frank Neville "Boy"]] [https://www.familysearch.org/tree/person/details/M6RF-W2W] - 1904(NSW)-1980(NSW) - 2BK Receive Sydney (Waverley, 1922-1923); 2BK Sydney (Vaucluse, 1924-1930); 2ADE Castle Cove (1969-1975+) - Qualifications: cc; AOCP 169, 1925, No. ?? in NSW; CPRT 931, 1926) - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio work (Vaucluse, 1930); clerk (Vaucluse, 1933-1937); superintendent (Vaucluse, 1943-1949); public relations (Roseville, 1963-1968; Castle Cove, 1977) - Relationships: son of XEN Francis Hewitt Leverrier * [[/Henri Andre Leverrier|Leverrier, Henri Andre "Henry"]] [https://www.familysearch.org/tree/person/details/G68N-18J] - 1882(NCL)-1943(NSW) - Licences: XEN Sydney (Gordon, 1911); XHL Sydney (City, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; witness to Royal Commission 1927 (as manager, Australian General Electric, Sydney) - Relationships: nephew of XEN Francis Hewitt Leverrier; cousin of 2BK-2ADE Frank Neville Leverrier - Electoral Rolls: engineer (North Sydney, 1913); manager (Crows Nest, 1930-1937) ===''LEVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Levy|Levy, Richard "Dick"]] [https://www.familysearch.org/tree/person/details/G8N1-Z38] - 1909(SA)-1955(SA) - Licences: 5AJ Adelaide (Torrensville, 1930-1931) - Qualifications: cc; AOCP 654, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Torrensville, 1943) ===''LEWIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Garrett Lewis|Lewis, Henry Garrett "Harry"]] - 1895(Tas)-1978(Vic) - Licences: Hobart (no record of licence identified as yet) - Qualifications: cc; Nil yet identified - early wireless experimenter (reported experimenting from 1912); councillor WIA Tas in 1923; manager 3UZ 1924 - Electoral Rolls: * [[/William John Lewis|Lewis, William John]] [https://www.familysearch.org/tree/person/details/GXYJ-BZQ] - 1908(WA)-1976(NSW) - Licences: 2YB Sydney (Marrickville, 1931-1936; McMahons Point, 1937); 6YB Perth (Pearce, 1938-1939); 2YB Sydney (Haberfield, 1947-1950; Paddington, 1954-1969; Ryde, 1975) - Qualifications: cc; AOCP 863, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (RAAF) - Comment: Several contemporaneous WJLs - Electoral Rolls: Nil yet identified due to numbers ===''LIGHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lighton|Lighton, Robert]] [https://www.familysearch.org/tree/person/details/K2HJ-HD1] - 1869(Vic)-1940(Vic) - 3CM Receive Melbourne (East St Kilda, 1922-1924), 3RL Melbourne (East St Kilda, 1925-1931), amateur operator (AOCP 179, 1925, No. ?? in Vic), amateur broadcaster, storekeeper (Toongabbie, 1903; Benalla, 1916), independent means (East St Kilda, 1928; Armadale, 1937) ===''LINDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Linden|Linden, Edwin]] [https://www.familysearch.org/tree/person/details/GXXD-PRV] - 1904(Qld)-1970(NSW) - Licences: 4FT Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Murgon, Qld, 1925); mechanic (Wilston, Qld, 1928); storekeeper (Clayfield, Qld, 1936-1937); telephone mechanic (Mackay, Qld, 1943-1949); supervising technician (Bowen, Qld, 1954); PMG technician (Tweed Heads, NSW, 1958-1968) ===''LINDNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Lindner|Lindner, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GSVX-787] - 1904(NSW)-1981(Qld) - 4BX Receive Brisbane (Alderley) 1922 - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Wilston, 1928); motor mechanic (Maleny, 1934); mechanic (Windsor, 1936-1972); retired (Mt Samson, 1977) ===''LINDSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Gordon Lindsay|Lindsay, Donald Gordon]] [https://www.familysearch.org/tree/person/details/GZ6V-126] - 1909(Vic)-1964(WA) - 2DY Sydney (Gordon, 1925-1936; Ashfield, 1937; Concord, 1938; Kogarah, 1939), amateur operator (AOCP 83, 1925, No. ?? in NSW), amateur broadcaster, engineer * [[/Herbert Maxwell Lindsay|Lindsay, Herbert Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KP3L-S78] - 1913(Qld)-1989(Qld) - Licences: 4HD Nambour (1937-1939); 4HD Buderim (1946-1980+) - Qualifications: cc; AOCP 2027, 1937, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); employment (company secretary) - Electoral Rolls: bank officer (Nambour, Qld, 1936-1937; Taringa, Qld, 1943); fruitgrower (Buderim, Qld, 1954-1980) * [[/Patrick Charles Edward Lindsay|Lindsay, Patrick Charles Edward]] [https://www.familysearch.org/tree/person/details/GF7R-8YZ] - 1896(Eng)-19??(Eng?) - Licences: 6PL Perth (West Perth, 1927) - Qualifications: cc; CPRT 855, 1925; 2COCP 37, 1929 - amateur operator; amateur broadcaster - Electoral Rolls: wireless instructor (West Perth, WA, 1922; Balcatta, WA, 1925); radio engineer (South Brisbane, Qld, 1934) ===''LINKLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Charles Linklater|Linklater, Donald Charles]] [https://www.familysearch.org/tree/person/details/GXRC-Z44] - 1905(SA)-1967(NSW) - Licences: 5DL Pinnaroo (1935-1937) - Qualifications: cc; AOCP 1521, 1935, SA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: radio mechanic (Darling Harbour, NSW, 1949); technician (Bondi Junction, NSW, 1958) ===''LITCHFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ainslie Roland Litchfield|Litchfield, Ainslie Roland]] [https://www.familysearch.org/tree/person/details/9J3Z-FRP] - 1906(NSW)-1968(NSW) - 2RL Cooma (1925-1939), 2RL Sydney (Woollahra, 1947; Darling Point, 1948-1954; Rozelle, 1955-1958; Avalon Beach, 1960-1965), amateur operator (AOCP 200, 1925, No. ?? in NSW), amateur broadcaster, WW2, grazier (Cooma, 1930-1937), film producer (Avalon Beach, 1958-1968) ===''LITHGOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Lithgow|Lithgow, John Charles]] [https://www.familysearch.org/tree/person/details/G691-5TL] - 1916(Tas)-1990(Eng) - Licences: 7WJ Launceston (1936-1939) - Qualifications: cc; AOCP 1688, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Marine officer? 1950s-1960s, several sea trips ===''LITTLEJOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sydney Littlejohn|Littlejohn, Arthur Sydney]] [https://www.familysearch.org/tree/person/details/G8DW-VDD] - 1905(NSW)-1993(NSW) - Licences: 2AL Sydney (Leichhardt, 1930-1939); 4LF Gunalda (1947); 2OU Sydney (Leichhardt, 1948-1950) - Qualifications: AOCP 579, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Leichhardt, 1930-1958; Haberfield, 1963-1980) ===''LLOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Howard Lloyd|Lloyd, Henry Howard]] [https://www.familysearch.org/tree/person/details/GST7-9LV] - 1904(SA)-1974(SA) - Licences: 5AI Adelaide (College Town, 1923-1927); 5AG Adelaide (College Town, 1923); 5HL Adelaide (North Adelaide, 1954-1975) - Qualifications: cc; AOCP 57, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Beware another Henry Howard Lloyd [https://www.familysearch.org/tree/person/details/GZDY-FS3] 1912-1981 in Adelaide, similar times - Electoral Rolls: Nil yet identified * [[/Hughie Frederick Lloyd|Lloyd, Hughie or Hugh Frederick]] [https://www.familysearch.org/tree/person/details/GXGY-Y95] - 1917(SA)-2002(SA) - Licences: 5BC Adelaide (Hindmarsh, 1933-1939); 5BC Berri (1947-1980) - Qualifications: cc; AOCP 1137, 1933, SA; BOCP 281, 1940 - amateur operator; amateur broadcaster - Relationships: Brother of 5HD William Edward Lloyd - Electoral Rolls: electrician (Hindmarsh, SA, 1939) * [[/William Edward Lloyd|Lloyd, William Edward "Bill"]] [https://www.familysearch.org/tree/person/details/GXGB-WR9] - 1914(SA)-1996(SA) - Licences: 5HD Adelaide (Hindmarsh, 1933-1939, 1947-1948; Cumberland, 1954-1980+) - Qualifications: cc; AOCP 1215, 1933, SA; 2COCP 763, 1943 - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5BC Hughie Frederick Lloyd - Electoral Rolls: nil (Hindmarsh, SA, 1939-1943) ===''LOCKHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Edward Lockhart|Lockhart, Leon Edward]] [https://www.familysearch.org/tree/person/details/G8CJ-6GG] - 1912(Vic)-1990(Vic) - Licences: 3LE Melbourne (Elwood, 1929-1939; Elsternwick, 1946-1980+) - Qualifications: AOCP 514, 1929, No. ?? in Vic; 1COCP 205, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elwood, 1934-1937); engineer (Elsternwick, 1942-1977) ===''LOESER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hedley Edmond Loeser|Loeser, Hedley Edmond]] [https://www.familysearch.org/tree/person/details/MPXL-RM6] - 1912(SA)-19??(???) - Licences: 5LO Adelaide (Goodwood, 1936-1939; Col LIght Gardens, 1947) - Qualifications: cc; AOCP 1748, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: display artist (Reade Park, SA, 1943) ===''LOMAX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Lomax|Lomax, Joseph]] - 19??(???)-19??(???) - Licences: 4EB Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: commercial traveller (St Kilda, Vic, 1913-1914; Ivanhoe, Vic, 1916-1917; Coorparoo, Qld, 1921-1925; Kew, Vic, 1926) ===''LONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Timothy Joseph Long|Long, Timothy Joseph]] [https://www.familysearch.org/tree/person/details/GQ19-Z9G] - 1884(Qld)-1923(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 140, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Comment: suicide after diagnosis terminal illness - Electoral Rolls: labourer (Toowoomba, 1908); radio telegraphist (Cooktown, 1916-1917); telegraphist (Townsville, 1921) ===''LONGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ruth Victoria Longley|Harris nee Longley, Ruth Victoria]] [https://www.familysearch.org/tree/person/details/GXYZ-5GJ] - 1913(WA)-19??(???) - Licences: 6YL Perth (Shenton Park, 1936-1939) - Qualifications: cc; AOCP 1808, 1936, WA - amateur operator; amateur broadcaster; YL operator; WW2 - Relationships: Wife of 6NL Valentine Harms Harris - Electoral Rolls: saleswoman (Subiaco, WA, 1936-1937); home duties (Applecross, WA, 1949-1954); manager (Applecross, WA, 1958) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''LONGSTAFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Allen Hector Longstaff|Longstaff, Thomas Allen Hector "Allen"]] [https://www.familysearch.org/tree/person/details/GWQM-WF3] - 1896(SA)-1953(NSW) - Licences: XVR Adelaide (Alberton, 1913) - Qualifications: cc; CPRT 55, 1915 - early wireless experimenter; coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2 - Electoral Rolls: executive (Brighton, Vic, 1949) ===''LORDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Allan Lorden|Lorden, Geoffrey Allan]] [https://www.familysearch.org/tree/person/details/GZJB-2P8] - 1907(WA)-1994(Vic) - Licences: 6GL Perth (Perth, 1925-1926; West Perth, 1927) - Qualifications: cc; AOCP 175, 1925, No. ?? in WA; 2COCP 342, 1940; 1COCP 441, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Jingalup, WA, 1931); survey assistant (Jingalup, WA, 1936-1937); radio operator (Hotel Beadon, Onslow, 1943; Kalgoorlie, 1949); civil servant (Mitcham, Vic, 1968-1977) ===''LOVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Kingsley Love|Love, Howard Kingsley]] [https://www.familysearch.org/tree/person/details/GZGQ-8S5] - 1895(Vic)-1948(Vic) - Licences: 3BM Receive Melbourne (East Malvern, 1922); 3BM Melbourne (East Malvern, 1922-1931; Glen Iris, 1933), 3KU Melbourne (Malvern, 1937-1939, 1946-1948) - Qualifications: cc; AOCP 230, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; broadcast engineer; radio clubs (WIA Vic); business proprietor (radio manufacturer) - Electoral Rolls: merchant (Orong, 1919; Malvern East, 1921-1924; Gardiner, 1927-1933); manager (Gardiner, 1936-1937); engineer (Mt. Waverley, 1942) - Comment: gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW199407.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199408.pdf EA2] * [[/James Peile Love|Love, James Peile "Nim"]] [https://www.familysearch.org/tree/person/details/L7JF-83Z] - 1906(Qld)-1999(Qld) - Licences: 4JL Brisbane (Kedron, 1928-1939) - Qualifications: cc; AOCP 469, 1928, No. ?? in Qld (Halcyon AOCP 1930); 3COCP 5259, 1965 - amateur operator; amateur broadcaster; military (WW2, AIF) - Electoral Rolls: auctioneer (Kedron, 1928-1943; Hawthorne, 1949-1980) ===''LOVETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Frank Lovett|Lovett, Hubert Frank]] [https://www.familysearch.org/tree/person/details/GHG1-DT2] - 1905(Tas)-1961(Tas) - Licences: 7HL Hobart (1926-1933+) - Qualifications: cc; AOCP 246, 1926, No. ?? in Tas - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Hobart North, 1928-1937); manager (Hobart South, 1949; Nelson, 1954) - Links: [https://info.scholarships.utas.edu.au/AwardDetails.aspx?AwardId=2813 UTAS Scholarship] * [[/Percy Lovett|Lovett, Percy]] [https://www.familysearch.org/tree/person/details/GDB5-M21] - 1906(NSW)-1986(NSW) - Licences: 2JP Receive Sydney (Artarmon, 1922) - Qualifications: cc; 3COCP 2210, 1956 - amateur operator; amateur broadcaster - Electoral Rolls: ===''LUBACH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Lubach|Lubach, Frederick John "Fred"]] [https://www.familysearch.org/tree/person/details/G9H7-VZD] - 1919(Qld)-1998(Qld) - Licences: 4RF Brisbane (South Brisbane, 1936-1939; Annerley, 1946-1947); Dalby (1948-1950); Brisbane (Coorparoo, 1954; Camp Hill, 1965-75; Loganlea, 1980) - Qualifications: cc; AOCP 1745, 1936, Qld; 2COCP 868, 1944 - amateur operator; amateur broadcaster; radio clubs (WIAQ, instructor, QSL manager); military (WW2, RAN, wireless officer); broadcast technician (4QS, Capalaba) - Electoral Rolls: technician (Dalby, Qld, 1949; Coorparoo, Qld, 1954; Camp Hill, Qld, 1958-1968); public servant (Camp Hill, Qld, 1972-1977); retired (Loganlea, Qld, 1980) ===''LUCAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gillen Frederick Lucas|Lucas, Gillen Frederick]] [https://www.familysearch.org/tree/person/details/GXLB-Y7P] - 1894(SA)-1964(SA) - Licences: 5LL Adelaide (Kilkenny, 1935-1939; Port Adelaide, 1947; Maylands, 1948; Trinity Gardens, 1954-1960) - Qualifications: cc; AOCP 1589, 1935, SA - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: bootmaker (Kilkenny, SA, 1939-1943) ===''LUCKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Forsythe Arthur Luckman|Luckman, Charles Forsythe Arthur]] [https://www.familysearch.org/tree/person/details/GMF8-LS2] - 1901(NSW)-1979(NSW) - Licences: 2JT Receive Sydney (Croydon, 1922); 2JT Sydney (Croydon, 1923-1926; Lakemba, 1927-1933; Croydon, 1934; Ashfield, 1935-1938; Croydon, 1939, 1946-1975) - Qualifications: cc; AOCP 41, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: lift engineer (Lakemba, 1930-1933); electrician (Croydon, 1935-1943); electrical mechanic (Croydon, 1954-1972) * [[/Thomas Stuart Luckman|Luckman, Thomas Stuart "Stuart"]] [https://www.familysearch.org/tree/person/details/G64P-8CD] - 1913(Qld)-2005(Qld) - Licences: 4SL Brisbane (Kalinga, 1931-1939) - Qualifications: cc; AOCP 783, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, CMF, Signals Northern Command); occupation (hardware executive) - Electoral Rolls: salesman (Kalinga, 1936-1937); storeman (Hendra, 1943-1958); retired (Aspley, 1972-1977; Carseldine, 1980) ===''LUHRS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Albert Luhrs|Luhrs, Victor Albert]] [https://www.familysearch.org/tree/person/details/KZYN-VJJ] - 1888(Vic)-1964(SA) - Licences: V761 Receive Woori Yallock (1922); 3HB Receive Woori Yallock (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Torquon West, Nhill, 1909; Netherby, 1912-1914; Cavendish, 1916-1919; Woori Yallock, 1922-1924; Kalyan, SA, 1939); grazier (Tintinara, SA, 1941-1943) ===''LUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Douglas Lum|Lum, Allan Douglas]] [https://www.familysearch.org/tree/person/details/G92F-LX7] - 1913(SA)-1978(SA) - Licences: 5AL Adelaide (Joslin, 1932-1939; Hyde Park, 1947) - Qualifications: cc; AOCP 980, 1932, No. ?? in SA; 1COCP 427, 1940; TVOCP 263, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Gawler, SA, 1939-1941); mechanic (Hyde Park, SA, 1943) ===''LUMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd John Lumb|Lumb, Lloyd John "Jack"]] [https://www.familysearch.org/tree/person/details/G84C-LF2] - 1907(Qld)-1975(Qld) - Licences: 4LL Brisbane (Ashgrove, 1928-1939) - Qualifications: cc; AOCP 471, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; engineer (PMGD) - Electoral Rolls: telephone mechanic (Ashgrove, 1936-1937); postal electrician (Stanthorpe, 1943); technician (Ashgrove, 1949); engineer (Ashgrove, 1958-1972) ===''LUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Vincent Lunn|Lunn, Harold Vincent]] [https://www.familysearch.org/tree/person/details/GXGY-4X5] - 1908(NSW)-1987(NSW) - Licences: 5HL Adelaide (Morphettville, 1935-1939); 2ANE Sydney (North Ryde) - Qualifications: cc; AOCP 1449, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical fitter (Morphettville, SA, 1939-1943; Hurstville South, NSW, 1972); retired (North Ryde, NSW, 1977-1980) ===''LUXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilfred Luxon|Luxon, George Wilfred]] [https://www.familysearch.org/tree/person/details/M5YJ-XTL] - 1908(NSW)-1992(SA) - Licences: 5RX Adelaide (West Mitcham, 1928-1939, 1946-1965; Torrens Park, 1969-1980+) - Qualifications: cc; AOCP 450, 1928, No. ?? in SA - amateur operator; amateur broadcaster late 1920s; WW2; WIA SA (several official duties) - Electoral Rolls: radio mechanic (Mitcham, 1939-1943) ===''LYNCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harold John Lynch|Lynch, Harold John]] [https://www.familysearch.org/tree/person/details/LDTD-VXL] - 1905(Qld)-1995(Qld) - Licences: 4HL Brisbane (Fortitude Valley, 1934-1939, 1946-1956; Slacks Creek, 1960-1975); 4HL Springbrook (1980+) - Qualifications: cc; AOCP 1268, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); business proprietor (restaurants, picture theatres) - Electoral Rolls: cutter (Albion, Qld, 1928); shopkeeper (Valley, Qld, 1936-1943); cafe proprietor (Valley, Qld, 1949); shopkeeper (St Lucia, Qld, 1954; Slacks Creek, Qld, 1958-1968); owner (Slacks Creek, Qld, 1972-1977); retired (Springbrook, Qld, 1980) ===''LYONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Thomas Lyons|Lyons, Joseph Aloysius Thomas]] [https://www.familysearch.org/tree/person/details/LZGY-XKB] - 1879(Tas)-1939(NSW) - teacher, state politician, Premier of Tasmania, federal politician, Postmaster-General, Prime Minister of Australia, actively promoted development of broadcasting in Australia over two decades - Electoral Rolls: =='''M'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''MABBITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Matthew Mabbitt|Mabbitt, John Matthew]] [https://www.familysearch.org/tree/person/details/G8DV-FD5] - 1905(Vic)-1966(Vic) - Licences: 3KI Lake Boga (1930-1939); 3JG Lake Boga (1947-1948); 3JG Swan Hill (1954-1960); 3JG Melbourne (Templestowe, 1965) - Qualifications: AOCP 588, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: orchardist (Lake Boga, 1928-1949); supervisor (Swan Hill, 1954); public servant (Templestowe, 1963) ===''MACDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Donald Macdonald|Macdonald, Donald "Don"]] [https://www.familysearch.org/tree/person/details/GXQ7-WT8] - 1883(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; BOCP 45, 1936 - senior federal public servant (Chief Engineer, Radiotelegraph Branch, PMGD, 1914); Lieutenant-Commander Telegraphist (RAN, in charge captured German Pacific Wireless); chief engineer 7EX; supervised erection 3AR, 5CL, 7ZL; early TV research - Comment: Don't confuse with Don Macdonald AWA consultant - Electoral Rolls: Numerous contemporaneous DMcDs - Links: [http://messui.polygonal-moogle.com/valves/NW199505.pdf EA] * [[/Llewellyn Macdonald|Macdonald, Llewellyn "Lew"]] [https://www.familysearch.org/tree/person/details/G8HH-73F] - 1908(Eng)-1974(NSW) - Licences: 2WU Newcastle (West Maitland, 1929-1934; Wickham, 1935-1936; Waratah, 1937; Mayfield, 1938-1939, 1946-1961; Charlestown, 1965-1969) - Qualifications: AOCP 478, 1929, No. ?? in NSW; 2COCP 69, 1936; BOCP 50, 1936; 1COCP 125, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: cabinetmaker (West Maitland, 1930; Wickham, 1936); joiner (Waratah, 1937; Charlestown, 1972) ===''MACFARLANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred - see Harriss, Dorothy Winnifred ===''MACGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. MacGregor|MacGregor, H.]] - 19??(???)-19??(???) - 4ZU Brisbane (Windsor, -1947+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''MACKAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Stewart Mackay|Mackay, Cedric Stewart or Stuart]] [https://www.familysearch.org/tree/person/details/973G-3Q2] - 1889(Vic)-1955(NSW) - Licences: XADF Coffs Harbour (1913-1914); 2GP Urunga (1922-1931); 2GO Coffs Harbour (1935-1939) - Qualifications: cc; AOCP 149, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Urunga, 1930); agent (Coffs Harbour, 1943-1949) * [[/Ian Keith Mackay|Mackay, Ian Keith]] [https://www.familysearch.org/tree/person/details/G8JG-NHF] - 1907(NZ)-1985(NZ) - author, historian (broadcast, "Broadcasting in New Zealand" (1953), "Broadcasting in Australia" (1957), "Broadcasting in Nigeria" (1964), "Broadcasting in Papua New Guinea" (1976) - Electoral Rolls: broadcasting executive (Lane Cove, 1954); executive (Killara, 1958) * [[/Ronald Reay Mackay|Mackay, Ronald Reay]] [https://www.familysearch.org/tree/person/details/G8N2-Y6T] - 1905(Vic)-1963(Vic) - Licences: 3FZ Receive Melbourne (Carlton, 1922); 3MU Melbourne (Carlton, 1931-1939, 1946-1960) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, principal (RMIT) - Electoral Rolls: teacher (Carlton, 1931-1963) - [https://adb.anu.edu.au/biography/mackay-ronald-reay-10980 ADB] ===''MACKEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Francis Mackel|Mackel, John Francis]] [https://www.familysearch.org/tree/person/details/G8DJ-FP5] - 1912(NSW)-1987(NSW) - Licences: 2HG Sydney (Chatswood, 1930-1939, 1946-1947; Lane Cove, 1948-1965; Hunters Hill, 1969-1980) - Qualifications: AOCP 585, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Chatswood, 1935-1943); insurance inspector (Lane Cove, 1949-1954); insurance manager (Lane Cove, 1958-1963); manager (Hunters Hill, 1968-1980) ===''MACKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Harper Mackenzie|Mackenzie, Alexander Harper "Mac"]] [https://www.familysearch.org/tree/person/details/G7J3-MVZ] - 1892(Sct)-1970(Qld) - Licences: 4GK Brisbane (Wynnum, 1930-1939; Bulimba, 1946-1969) - Qualifications: cc; AOCP 628, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Fire Service) - Electoral Rolls: fireman (Brisbane City, 1916; Hamilton, 1919; Brisbane City, 1925); fire brigade officer (Wynnum, 1928-1936); newsagent (Bulimba, 1949); retired (Bulimba, 1954-1968) - Relationships: father of 4YL Florence Madeline Mackenzie and 4HJ Arthur Alexander Mackenzie * [[/Arthur Alexander Mackenzie|Mackenzie, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7J3-796] - 1918(Qld)-2001(Qld) - Licences: 4HJ Jericho (1937); 4HJ Brisbane (Wynnum, 1938-1939) - Qualifications: cc; AOCP 1346, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Townsville, 1949); newsagent (Grange, 1954-1963); public servant (Townsville, 1972; Cleveland, 1972; Thornlands, 1977, Cleveland, 1980) - Relationships: son of 4GK Alexander Harper Mackenzie; brother of 4YL Florence Madeline Streamer nee Mackenzie * [[/Florence Madeline Mackenzie|Streamer nee Mackenzie, Florence Madeline "Madeline"]] [https://www.familysearch.org/tree/person/details/G8FN-B8C] - 1922(Qld)-19??(Qld) - Licences: 4YL Brisbane (1936-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; third YL operator in Qld - Electoral Rolls: home duties (Mitchelton, 1949; New Farm, 1954) - Relationships: daughter of 4GK Alexander Harper Mackenzie; sister of 4HJ Arthur Alexander Mackenzie - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Harold Stuart Mackenzie|Mackenzie, Harold Stuart]] [https://www.familysearch.org/tree/person/details/L21R-VGN] - 1908(Qld)-1995(Qld) - Licences: 4AM Brisbane (Annerley, 1929-1933) - Qualifications: cc; AOCP 518, 1929, No. ?? in Qld; 2COCP 90, 1937; 1COCP 239, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Annerley, 1934-1937); company manager (Strathfield, NSW, 1943-1954); radio operator (Blackheath, 1958); unemployed (Burleigh Heads, 1963-1968); technician (Burleigh Heads, 1972-1980) ===''MACKINNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Eric Wilton MacKinnon|MacKinnon, Colin Eric Wilton]] [https://www.familysearch.org/tree/person/details/LK45-QRQ] - 1941(NSW)-2004(NSW) - Licences: 2KCM Sydney 1980s; 2DYM Sydney (1980-2004)- Qualifications: NAOCP N1793, 1981; AOLCP N1281, 1981; AOCP N1032, 1981, NSW - amateur operator; amateur broadcaster; historian (amateur radio; military radio; radar) - Electoral Rolls: engineer (Cronulla, 1968; Hurstville, 1977); retired (Glenhaven, 1980) - [https://www.qsl.net/vk2dym/radio/Colin_MacKinnon.htm Obit] ===''MACLARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Foster St Clair Maclardy|Maclardy, William John Foster St Clair "Will"]] - 1892(NSW)-1971(NSW) - 2HP Sydney (Neutral Bay & Cremorne,1922-1925), amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, broadcast engineer (2BL), journalist (Smith's Weekly, Wireless Weekly), correct surname is St Clair Maclardy but rarely used, son of William McIntyre St Clair Maclardy, one time Wireless Weekly proprietor ===''MACLAREN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Catto Maclaren|Maclaren, Donald Catto]] [https://www.familysearch.org/tree/person/details/G8N1-2R2] - 1909(NSW)-1964(NSW) - Licences: 2DM Sydney (Haberfield, 1930-1939); 2NN Narrabri (1947-1950) - Qualifications: AOCP 655, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Haberfield, 1933-1936; Taree, 1937; Narrabri, 1949) ===''MACLURCAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Dansie Maclurcan|Maclurcan, Charles Dansie]] [https://www.familysearch.org/tree/person/details/GWR7-LJ3] - 1889(Qld)-1957(NSW) - Licences: XDM Sydney (1909-1914); 2CM Sydney (Strathfield, 1921-1939; Neutral Bay, 1946-1957); 2CY Sydney (Strathfield, 1923, briefly by administrative error); first licence issued under new 1922 radio regulations - Qualifications: cc; AOCP 98, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; business proprietor (Maclurcan and Lane, 1909-19??, Maclurcan Engineering, Hotel Wentworth) - Electoral Rolls: electrical engineer (Darling Harbour, 1913); engineer (Strathfield, 1930-1934); hotel manager (Neutral Bay, 1949-1954) - Links: [https://adb.anu.edu.au/biography/maclurcan-hannah-13070 ADB] [[w:2CM|Wikipedia]] [https://radioinfo.com.au/news/who-was-radio-pioneer-charles-maclurcan/ radioinfo] ===''MACM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Chestnut McMillan|McMillan, Joseph Chestnut]] [https://www.familysearch.org/tree/person/details/GDRK-8TG] - 1901(Sct)-1968(Vic) - Licences: 7BP Receive Hobart (City, 1923); 7BP Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart East, 1928) ===''MACPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Duncan Macpherson|Macpherson, Alexander Duncan "Sandy"]] [https://www.familysearch.org/tree/person/details/29CF-Z3F] - 1899(Qld)-1974(Qld) - Licences: 4MC Brisbane (Nundah, 1934-1939, 1946-1948; Oakleigh, 1954; Chermside, 1955-1969) - Qualifications: cc; AOCP 1271, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Toombul RC); Qld Lands (draughtsman) - Comment: Slow update for death in Electoral Rolls? - Electoral Rolls: draftsman (Nundah, Qld, 1921-1949; Oakleigh, Qld, 1954; Chermside, Qld, 1958-1968); retired (Chermside, Qld, 1972-1980) ===''MADDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney John Madden|Madden, Sydney John]] [https://www.familysearch.org/tree/person/details/GX16-WGL] - 1900(Sct)-1955(WA) - Licences: 6MN Perth (City, 1930; North Perth, 1931; Maylands, 1933-1937; Wembley, 1938-1939) - Qualifications: cc; 2COCP 264, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Maylands, WA, 1931-1937; Wembley Park, WA, 1937-1943); supervisor (Wembley, WA, 1954) ===''MADDICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Maddick|Maddick, Herbert William]] [https://www.familysearch.org/tree/person/details/GHLB-J2P] - 1890(Vic)-1960(Vic) - Licences: XLX Melbourne (Elsternwick, 1913-1914); 3EF Receive Melbourne (Elwood, 1922-1923); 3EF Melbourne (Elwood, 1924-1933+) - Qualifications: cc; AOCP 161, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; perpetrator of the foul mouthed parrot incident - Electoral Rolls: motor mechanic (Elsternwick, 1917); mechanic (Elsternwick, 1919-1954) ===''MAGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin William Michael Magee|Magee, Kevin William Michael]] [https://www.familysearch.org/tree/person/details/GXRX-51Z] - 1913(Vic)-1979(Vanuatu) - Licences: 5KM Adelaide (City, 1931-1933); 2UN Sydney (Paddington, 1936); 3UN Melbourne (Hawthorn, 1937); 3KM Melbourne (Kew, 1947-1960; North Balwyn, 1965-1969) - Qualifications: cc; AOCP 874, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: staff cadet (Victoria Barracks, NSW, 1936); military officer (Hawthorn, Vic, 1937; Kew, Vic, 1943); engineer (Kew, Vic, 1949-1954); company director (Kew, Vic, 1963); director (Balwyn, Vic, 1967-1972) ===''MAGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lindsay Maguire|Maguire, Arthur Lindsay]] [https://www.familysearch.org/tree/person/details/G8SN-BKC] - 1921(Vic)-1998(Vic) - Licences: 3IO Stratford (1938-1939; 1947-1960) - Qualifications: AOCP 2216, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Stratford, 1949-1977); grazier (Munro, 1980) * [[/Ernest Norbert Maguire|Maguire, Ernest Norbert]] [https://www.familysearch.org/tree/person/details/LR4X-F61] - 1892(NSW)-1967(NSW) - Licences: 2KL Sydney (Lewisham, 1928-1930; Dulwich Hill, 1931-1939) - Qualifications: AOCP 387, 1928, No. ?? in NSW; 2COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: police constable (Lewisham, 1930-1932); sergeant of police (Putney, 1943; Gladesville, 1949-1958); retired (Lake Illawarra South, 1963) * [[/Sydney William Maguire|Maguire, Sydney William]] [https://www.familysearch.org/tree/person/details/KNDF-L85] - 1903(WA)-1958(NSW) - Licences: 2XY Sydney (Rose Bay, 1930-1934; Paddington, 1935-1936; North Bondi, 1937-1939) - Qualifications: CPRTelephony 933, 1926; AOLCP 74, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Rose Bay, 1930-1934; Glenmore, 1935); engineer (Bondi, 1936-1937); radio engineer (Maroubra North, 1943); inspector (Maroubra North, 1949; Kingsford, 1954-1958) ===''MAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Hugh Mahon|Mahon, Hugh]] - 1857(Ire)-1931(Vic) - senior federal politician (MHR 1900s & 1910s; Postmaster-General 1904) ===''MALCOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Graham Malcolm|Malcolm, Keith Graham]] [https://www.familysearch.org/tree/person/details/GD8F-K5W] - 1949(Eng)-2011(NSW) - Licences: 3ZYK Melbourne (North Clayton, 1969; Mulgrave, 1975; Berwick, 1980); 1???; 2??? - Qualifications: AOLCP 2407, 1967 - broadcast planning engineer (PMGD, ABCB, P&TD, DoC); Communications Laboratory DoC (Director) - Electoral Rolls: engineer (Clayton, Vic, 1972; Mulgrave, 1977; Berwick, 1980) ===''MALONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Joseph Malone|Malone, James Joseph "Jim"]] [https://www.familysearch.org/tree/person/details/GWL8-8DP] - 1883(NSW)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 240, 1916 - employment (NSW P&T, Telegraph Messenger; PMGD, Cadet Engineer, Controller Wireless; OTC, Manager); WW1 - Electoral Rolls: engineer (Clayfield, Qld, 1917-1925; Kew, Vic, 1926-1928); chief inspector wireless (Kew, Vic, 1931-1937); Deputy Director, Posts and Telegraphs (Indooroopilly, 1943); public servant (Lindfield, NSW, 1949-1963) - Links: [[w:James Joseph Malone|Wikipedia]]; [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_05_30#P.109_-_Commonwealth_Controller_of_Wireless|Bio]] ===''MALPAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth John Malpas|Malpas, Kenneth John "Ken"]] [https://www.familysearch.org/tree/person/details/MGC2-BNN] - 1909(SA)-1929(SA) - Licences: 5XG Kadina (1927-1928) - Qualifications: cc; AOCP 313, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Passed too soon - Electoral Rolls: Nil ===''MANGNALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hartley Mangnall|Mangnall, Robert Hartley Jnr]] [https://www.familysearch.org/tree/person/details/G8MD-3L2] - 1903(Vic)-1963(Vic) - Licences: 3?? Melbourne (Carlton, 1927); 3HB Melbourne (Highett, 1947-1960) - Qualifications: AOCP 350, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (Carlton, 1936); engineer (Sandringham, 1942-1963) ===''MANIFOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Charles Manifold|Manifold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/LXMR-BFZ] - 1908(Vic)-1993(Vic) - Licences: 3EM Melbourne (Malvern, 1930-1933; McKinnon, 1937-1939, 1946-1980+) - Qualifications: AOCP 647, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: plumber (Malvern, 1931-1934; Bentleigh, 1936-1980) ===''MANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Mann|Mann, John Edward "Jack"]] [https://www.familysearch.org/tree/person/details/G3JY-STV] - 1912(SA)-1941(off Libyan coast) - Licences: 5EM Semaphore (1934-1938); 3IE Westmere (1938); 3IE Ballarat (1939) - Qualifications: cc; AOCP 1304, 1934, SA - amateur operator; amateur broadcaster; military (WW2, RAN, telegraphist) - Relationships: Son of Thomas William Mann - Electoral Rolls: Nil yet identified - Links: [https://www.awm.gov.au/collection/R1675471 AWM]; [https://www.awm.gov.au/collection/P10278775 AWM] - Sacrifice: "Greater love hath no man than this" * [[/Sydney George Mann|Mann, Sydney George]] [https://www.familysearch.org/tree/person/details/G8DP-V1C] - 1908(Eng)-1977(Eng) - Licences: 3KY Melbourne (Glenhuntly, 1930-1931; Hampton, 1937-1939, 1946-1954; East Brighton, 1955-1960) - Qualifications: AOCP 594, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Sergeant) - Electoral Rolls: traveller (Glenhuntly, 1931); mechanic (Sandringham, 1936-1937); shopkeeper (Woodend, 1942); mechanic (Hampton, 1949-1954); sales (Carnegie, 1963); salesman (St Kilda, 1967) * [[/Thomas William Mann|Mann, Thomas William]] [https://www.familysearch.org/tree/person/details/GZLZ-2S3] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923) - Qualifications: Nil yet identified - amateur receiver - Relationships: Father of 5EM-3IE John Edward Mann- Electoral Rolls: Nil yet identified ===''MANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol John Roland Manning|Manning, Athol John Roland]] [https://www.familysearch.org/tree/person/details/G69L-G2L] - 1916(Tas)-2005(Tas) - Licences: 7LR Devonport (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1367, 1934, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Devonport, 1949-1954) * [[/Clifton Joseph Manning|Manning, Clifton Joseph]] [https://www.familysearch.org/tree/person/details/G893-WW6] - 1909(Vic)-1994(Vic) - Licences: 3CJ Melbourne (Ringwood, 1927; Elwood, 1931-1937; Eltham, 1938-1939; Balwyn, 1946-1947; Templestowe, 1948; Beaumaris, 1954-1960); 3CJ Orbost (1965); 3CJ Marlo (1969-1975) - Qualifications: AOCP 338, 1927, No. ?? in Vic; 1COCP 877, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (St Kilda, 1931-1936; Canterbury, 1943; Templestowe, 1949; Sandringham, 1954-1963); farmer (Orbost, 1967-1968); retired (Marlo, 1972-1977; Lang Lang, 1980) ===''MANSFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Mansfield|Mansfield, H. D.]] - 19??(???)-19??(???) - Licences: XZQ Burnie (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''MANTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Thomas Mantle|Mantle, Joseph Patrick Thomas]] [https://www.familysearch.org/tree/person/details/GX84-DP9] - 1913(Qld)-1976(Fiji) - Licences: 4XF Brisbane (Ascot, 1933-1939); 4XF Townsville (Hermit Park, 1947-1948); 4XF Brisbane (Brisbane City, Qld, 1954-1960); 3AEN Bendigo (1969-1980) - Qualifications: cc; AOCP 1146, 1933, Qld; 2COCP 1083, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: projectionist (Ascot, Qld, 1936); engineer (Ashgrove, Qld, 1943); sound engineer (Townsville, Qld, 1949); business manager (New Farm, Qld, 1954); manager (St Lucia, Qld, 1958); sales manager (Warwick, Qld, 1963); no occupation (Townsville, Qld, 1963); sales executive (Petersham, NSW, 1972) ===''MANUEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Thomas Manuel|Manuel, Robert Thomas]] [https://www.familysearch.org/tree/person/details/KF5S-3R5] - 1910(SA)-2003(SA) - Licences: 5RT Adelaide (Prospect, 1932-1939, 1947-1960; Beefacres, 1965; Windsor Gardens, 1969-1980+) - Qualifications: cc; AOCP 1052, 1932, SA; BOCP 1310, 1953; 2COCP 1279, 1953; 1COCP 1688, 1953 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''MARCONI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guglielmo Giovanni Maria Marconi|Marconi, Guglielmo Giovanni Maria]] - 1874(Italy)-1937(Italy) - Inventor, electrical engineer, entrepreneur, businessman; pioneer of long distance radio transmission, widely credited as the inventor of radio; shared 1909 Nobel prize for physics for contributions to the development of wireless telegraphy ===''MARCUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eugen Gerald Marcuse|Marcuse, Eugen Gerald "Gerald"]] [https://www.familysearch.org/tree/person/details/9C3M-X1G] - 1886(Eng)-1961(Eng) - Licences: G2NM England - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer ===''MARKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Sydney Marks|Marks, Joseph Sydney or Sydney Joseph]] [https://www.familysearch.org/tree/person/details/GQG4-X1G] - 1885(NSW)-1949(NSW) - Licences: 2GR Receive Sydney (Rose Bay, 1922); 2GR Sydney (Rose Bay, 1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio trader (Electricity House, Marks' Radio Company); electrician; police officer; sued by 2BL for non-payment of fees in 1924 - Electoral Rolls: electrician (Rose Bay, 1930-1949) ===''MARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric William Marley|Marley, Cedric William]] [https://www.familysearch.org/tree/person/details/LVF2-DJ4] - 1918(Qld)-1984(Qld) - Licences: 4CJ Brisbane (Highgate Hill, 1938-1939; Graceville, 1947; Kalinga, 1948); 4CJ Rockhampton (1954-1956); 4CJ South Mackay (1960); 9CJ Port Moresby (1965); Brisbane (Mt Gravatt, 1969-1980) - Qualifications: cc; AOCP 2079, 1938, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); broadcast technician (PMG, ABC); WW2 (RAN, telegraphist); federal public servant (PMG, ABC) - Electoral Rolls: technician (Kalinga, Qld, 1949; Rockhampton, Qld, 1954); broadcast technician (Mackay, Qld, 1958; Bucasia, Mackay, Qld, 1958; Mt Gravatt, Qld, 1963-1980) ===''MARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Clanan Marr|Marr, Charles William Clanan]] [https://www.familysearch.org/tree/person/details/9M8V-QQM] - 1880(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; WW1 - Electoral Rolls: MHR (Forrest, 1929); director (Crows Nest, NSW, 1933); company director (Wollstonecraft, 1933-1935); director (Crows Nest, 1935); company director (Pymble, 1937-1943; Killara, 1943-1949; Pymble, 1954-1958) ===''MARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Burton Mars|Mars, Ernest Burton]] [https://www.familysearch.org/tree/person/details/G8VJ-GWR] - 1907(SA)-1987(Qld) - Licences: Receive Adelaide (North Unley, 1923-1924); 4EM Charleville (1930-1933); 2EM Dubbo (1934-1936); 4EM Charleville (1937-1939, 1946-1947); 2GE Moree (1948); 4EM Emerald (1954-1955); 4EM Charleville (1956); 4EM Longreach (1960); 4EM Currumbin (1965-1969) - Qualifications: cc; AOCP 686, 1930, No. ?? in Qld; BOCP 23, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Dubbo, 1935); bank official (Charleville, 1937-1943; Wagga Wagga, 1949); bank clerk (Moree, 1949); bank manager (Commonwealth Bank Emerald, 1954; Commonwealth Bank, Charleville, 1958; Longreach, 1963); retired (Currumbin, 1968; Palm Beach, Qld, 1977-1980) - established 4VL Charleville commercial ===''MARSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Marsden|Marsden, Robert Cecil "Cecil"]] [https://www.familysearch.org/tree/person/details/G92N-W62] - 1892(Eng)-1968(NSW) - Licences: unlicensed?, Sydney, 1909; 2JM Receive Sydney (Edgecliffe, 1922); 2JM Sydney (Edgecliffe, 1923-1925; Bellevue Hill, 1925-1926; Edgecliff, 1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW, local NSW clubs) - Relationships: Father of 2VV-2FV Robert Morris Marsden - Electoral Rolls: engineer (Woolahra, 1930; Epping, 1930-1958); manager (Castlecrag, 1958-1968) * [[/Robert Morris Marsden|Marsden, Robert Morris]] [https://www.familysearch.org/tree/person/details/GWX1-VPG] - 1916(NSW)-1988(NSW) - Licences: 2VV Sydney (Kingsford, 1958-1969); 2FV Tuross Heads (1965-1980+) - Qualifications: AOLCP 226, 1956; AOCP 3627, 1957, NSW - amateur operator; WW2 (RAAF) - Relationships: Son of 2JM Robert Cecil Marsden - Electoral Rolls: taxi proprietor (Bondi Beach, 1949; Kingsford, 1958-1972); retired (Tuross Heads, 1972-1980) ===''MARSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Westport Marsh|Marsh, Sydney or Sidney Westport]] [https://www.familysearch.org/tree/person/details/LFLN-PKM] - 1889(NSW)-1946(NSW) - Licences: 2ZK West Wallsend (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Ladysmith, 1913); fitter (West Wallsend, 1930-1937) ===''MARSHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archie Francis Marshall|Marshall, Archie Francis "Arch"]] [https://www.familysearch.org/tree/person/details/G37M-W83] - 1907(Qld)-1982(Qld) - Licences: 4AF Clifton (1928-1939, 1946-1980+) - Qualifications: cc; AOCP 438, 1928, No. 48 in Qld - amateur operator; amateur broadcaster; business proprietor (blacksmith, fitter/turner) - Electoral Rolls: blacksmith (Clifton, 1930-1980) * [[/Herbert Anthony Marshall|Marshall, Herbert Anthony]] [https://www.familysearch.org/tree/person/details/9JJR-P3P] - 1888(India)-1948(NSW) - Licences: unlicensed?, Port Pirie, 1910; 2HM Armidale (1924-1926); 2HM Sydney (Bondi, 1927-1939, 1946-1948) - Qualifications: AOCP 115, 1925, No. ?? in NSW; AOLCP 48, 1931 - Comment: proud of his initials "H.A.M.", early wireless experimenter; amateur operator; amateur broadcaster; electrical engineer - Relationships: his daughter Denise Chalmers Marshall frequently on air over 2HM - TroveTag: "2HM - Herbert Anthony Marshall" - Electoral Rolls: electrical engineer (Bondi, 1930-1931); engineer (Bondi, 1934-1943) * [[/Mary Austine Marshall|Henry nee Marshall, Mary Austine]] [https://www.familysearch.org/tree/person/details/G8X2-GR6] - 1913(Vic)-1994(Vic) - Licences: 3YL Melbourne (Murrumbeena, 1930-1939, 1946-1956; East Malvern, 1960-1975) - Qualifications: AOCP 619, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: home duties (Oakleigh, 1936-1937); no occupation (Oakleigh, 1942-1954); home duties (Oakleigh, 1958-1980) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Vaughan Edward Marshall|Marshall, Vaughan Edward]] [https://www.familysearch.org/tree/person/details/G86T-KNY] - 1911(Vic)-1994(Vic) - Licences: 3UK Melbourne (Hawthorn, 1930-1933; Kew, 1937-1939, 1946-1969; Mt Eliza, 1975-1980+) - Qualifications: AOCP 603, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: sales (Kew, 1936); tea specialist (Kew, 1937-1968); retired (Mt Eliza, 1977-1980) ===''MARSLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Bruce Marsland|Marsland, Benjamin Bruce]] [https://www.familysearch.org/tree/person/details/GX6Y-X47] - 1906(Qld)-1941(NSW) - Licences: 4DX Brisbane (Indooroopilly, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Rockhampton, Qld, 1928); teller (Normanton, Qld, 1930); bank clerk (Rockhampton, Qld, 1931; Malanda, Qld, 1932); no occupation (Annerley, Qld, 1943) ===''MARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Thomas Marston|Marston, James Thomas "Jim"]] [https://www.familysearch.org/tree/person/details/LKDX-19C] - 1920(Qld)-1974(Qld) - Licences: 4JA Brisbane (Belmont, 1948; Morningside, 1954); 4JA Toowoomba (1955-1956); 4JA Brisbane (Boondall, 1960-1969) - Qualifications: cc; AOCP 2655, 1948, Qld - amateur operator - Electoral Rolls: sheet metal worker (Buranda, Qld, 1943); engineer (Toowoomba South, Qld, 1958); technician (Boondall, Qld, 1963-1972) * [[/W. L. Marston|Marston, W. L.]] - 19??(???)-19??(???) - Licences: 4RY Brisbane (Clayfield, 1937) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MARTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Martin|Martin, James Frederick]] - 1909(Vic)-1976(Vic) - Licences: 3MJ Melbourne (North Fitzroy, 1927-1933); 3JM Melbourne (North Fitzroy, 1937-1939) - Qualifications: AOCP 340, 1927, No. ?? in Vic - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Clifton Hill, 1936); traveller (North Fitzroy, 1949; Heidelberg, 1954-1963); sales director (Doncaster, 1967); sales (Noble Park, 1972) * [[/John Michael Martin|Martin, John Michael]] [https://www.familysearch.org/tree/person/details/GX79-GWZ] - 1886(Irl)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 146, 1915; 1COCP 58, 1935 - RANRS (commissioned telegraphist, 1917); WW1 - Comment: several contemporaneous JMMs - Electoral Rolls: Ancestry 299 hits too be sifted * [[/John Robert Martin|Martin, John Robert]] [https://www.familysearch.org/tree/person/details/GWFG-HMM] - 1919(Qld)-2011(Qld) - Licences: 4MX Cunnamulla (1937-1939); 4MX Toowoomba (1946-1954); 4MX Brisbane (Gaythorne, 1955-1960); 4MX Julia Creek (1965-1969); 4MX Finch Hatton (1975); 4MX Brisbane (Gaythorne, 1980+) - Qualifications: cc; AOCP 1933, 1937, Qld; BOCP 147, 1938 - amateur operator; amateur broadcaster; military (WW2, RAAF); business proprietor (radio service); Presbyterian minister - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1949-1954); radio technician (Gaythorne, Qld, 1958; Kingaroy, Qld, 1963); missionary (Blackall, Qld, 1972; Gaythorne, Qld, 1972); minister of religion (Enoggera, Qld, 1977-1980) * [[/Malcolm Martin|Martin, Malcolm]] [https://www.familysearch.org/tree/person/details/GX8D-PG7] - 1903(UK)-1987(Qld) - Licences: 4KY Ipswich (1933-1939); 4KY Brisbane (Sandgate, 1946-1980+) - Qualifications: cc; AOCP 1110, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); employment (Qld Railways) - Electoral Rolls: carriage trimmer (Woodend, Qld, 1925-1937; Sandgate, Qld, 1943-1980) * [[/Silas Martin|Martin, Silas]] [https://www.familysearch.org/tree/person/details/GXMT-6WS] - 1874(NSW)-1945(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Electoral Rolls: engineer (Perth, 1903-1906; East Perth, 1912-1914); mechanic (Rockhampton, 1917-1921); radio mechanic (Cooktown, 1925; Beam Wireless Station, Ballan, 1928-1943); mechanic (Marrickville, NSW, 1943) * [[/Walter J. Martin|Martin, Walter J.]] - 1893(Vic)-19??(???) - commercial operator (1COCP 1, 1914, No. 1 in Aus and Vic, Marconi & Telefunken) - coastal station operator? * [[/William Anthony Martin|Martin, William Anthony]] [https://www.familysearch.org/tree/person/details/G8HB-KPZ] - 1911(Tas)-19??(???) - Licences: 7WM Hobart (West Hobart, 1929-1931); 7WM Gawler (1933) - Qualifications: cc; AOCP 497, 1929, No. ?? in Tas; AOLCP 70, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: several contemporaneous William Anthony Martin's ===''MASHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Wilfred Mashman|Mashman, Lionel Wilfred]] [https://www.familysearch.org/tree/person/details/GZ6K-7WG] - 1907(NSW)-1968(NSW) - 2OB Receive Sydney (Bexley, 1923-1924), 2OB Sydney (Bexley, 1925-1965), amateur operator (AOCP 84, 1925, No. ?? in NSW), amateur broadcaster ===''MASTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Harold Masters|Masters, Alfred Harold "Harold"]] [https://www.familysearch.org/tree/person/details/99GB-CPY] - 1875(Vic)-1951(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed); vice president WIA Launceston 1920s; later prominent architect - Relationships: brother of 7MM William Edward Masters - Electoral Rolls: architect (Launceston, 1928-1949) * [[/Brian Jermyn Masters|Masters, Brian Jermyn "Jermyn"]] - 1891(Vic)-1950(NZ) - 3LM Receive Melbourne (Armadale, 1923), 3LM Melbourne (Armadale, 1924-1925), amateur operator (pre-AOCP; no record found of AOCP; AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, operated his station both individually and on behalf WIA Malvern * [[/William Edward Masters|Masters, William Edward]] [https://www.familysearch.org/tree/person/details/99GB-CPW] - 1873(Vic)-1952(Tas) - Licences: 7MM Hobart (Bellerive 1932-1939) - Qualifications: cc; AOCP 1066, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; solicitor - Relationships: brother of Alfred Harold "Harold" Masters - Electoral Rolls: solicitor (Bellerive, 1914-1949) - Links: [http://nla.gov.au/nla.news-article27111852 Obituary] ===''MATCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Kenneth Lyle Matchett|Matchett, John Kenneth Lyle "Ken"]] [https://www.familysearch.org/tree/person/details/GS1L-SCZ] - 1921(Vic)-2008(Vic) - Licences: 3TL Melbourne (Box Hill, 1960; Templestowe, 1965-1980+) - Qualifications: AOCP 3700, 1958, Vic - amateur operator, WW2, member Old Timer's Club - Electoral Rolls: student (St Kilda, 1949); teacher (Bayswater, 1954); lecturer (Templestowe, 1963-1980) - curator of the WIA QSL card collection for many years; personally acquired a large collection of Australian amateur QSL cards which were donated to the WIA collection on his passing, many thousands of QSLs provided by Wolf Harranth of Dokufunk on an exchange basis ===''MATHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Stewart Mather|Mather, Alexander Stewart "Alex"]] [https://www.familysearch.org/tree/person/details/GHTL-WWC] - 1909(NSW)-1970(NSW) - Licences: 2JZ Singleton (1929-1969) - Qualifications: AOCP 479, 1929, No. ?? in NSW; AOLCP 89, 1932; TVOCP 273, 1960 - amateur operator, amateur broadcaster - Electoral Rolls: cordial manufacturer (Singleton, 1930-1968) ===''MATHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campion Mathews|Mathews, John Campion]] [https://www.familysearch.org/tree/person/details/G8V1-46V] - 1912(Vic)-19??(???) - Licences: 3SY Geelong (Newtown, 1930-1939, 1946-1980+); 3JM Portable Geelong (Newtown, 1947) - Qualifications: AOCP 709, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Newtown, 1934-1968); operator (Newtown, 1972-1980) * [[/John Mathews|Mathews, John]] [https://www.familysearch.org/tree/person/details/G82Z-KX2] - 1914(Qld)-1976(NSW) - Licences: 4EE Rockhampton (1935-1939) - Qualifications: cc; AOCP 1414, 1935, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous JMs - Electoral Rolls: Nil yet identified ===''MATTHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Thomas Matthews|Matthews, Fred or Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GZVC-22K] - 1904(Qld)-1992(Qld) - Licences: 4FK Brisbane (New Farm, 1923-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); business proprietor (Matthews Fire Alarm Co) - Awards: OBE - Electoral Rolls: electrical engineer (Merthyr, 1925-1958); engineer (New Farm, 1963-1980) * [[/John Leigh Inglis Matthews|Matthews, John Leigh Inglis]] [https://www.familysearch.org/tree/person/details/GDKN-159] - 19??(???)-19??(???) - Licences: XJD Melbourne (Richmond, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: confectioner (Richmond, 1913-1919) * [[/Kenneth Morgan Matthews|Matthews, Kenneth Morgan]] [https://www.familysearch.org/tree/person/details/GXPM-R2W] - 1911(SA)-2009(SA)98yo - Licences: 5GN Adelaide (Malvern, 1936-1939) - Qualifications: cc; AOCP 1732, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Malvern, SA, 1939); mechanic (Crystal Brook, SA, 1941-1943) - Links: [https://vwma.org.au/explore/people/551921 VWMA] * [[/Vincent John Matthews|Matthews, Vincent John]] [https://www.familysearch.org/tree/person/details/GFW4-NM1] - 1888(Vic)-1965(Vic) - Licences: 6AQ Perth (Bayswater, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; Stott's College (Principal, early 1920s) - Electoral Rolls: business college master (West Gildford, WA, 1910); manager (Guildford, WA, 1912; Bayswater, WA, 1916-1925); business manager (Canterbury, Vic, 1925-1928); director (Canterbury, Vic, 1931-1963) * [[/Walter John Penrose Matthews|Matthews, Walter John Penrose]] [https://www.familysearch.org/tree/person/details/L5TS-HZN] - 1880(SA)-1964(SA) - Licences: 5BS Receive Murray Bridge (1922); Receive Murray Bridge (1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: lifter SA Railways (Tailem Bend, SA, 1939-1943) ===''MAUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Mauger|Mauger, Samuel "Sam"]] - 1857(Vic)-1936(Vic) - state politician, senior federal politician (Postmaster-General 1908) ===''MAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Maughan|Maughan, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/GZQ4-BJW] - 1903(WA)-1962(Vic) - Licences: 3HH Receive Melbourne (Malvern, 1922); 3HH Melbourne (Malvern, 1923-1960) - Qualifications: cc; AOCP 14, 1924, No. ?? in Vic; AOLCP 82, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: student (Malvern East, 1925-1954) ===''MAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Douglas Mawson|Mawson, Douglas]] [https://www.familysearch.org/tree/person/details/LC3H-42N] - 1882(Eng)-1958(SA) - Licences: Nil - Qualifications: Nil yet identified - Head Australasian Antarctic Expedition (1911-1914) - Electoral Rolls: [[w:Douglas Mawson|Wikipedia]] [https://adb.anu.edu.au/biography/mawson-sir-douglas-7531 ADB] * [[/Ernest Richard Mawson|Mawson, Ernest Richard]] [https://www.familysearch.org/tree/person/details/2W9T-NJN] - 1861(NSW)-1943(NSW) - Licences: 2DH Sydney (Campsie, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Parramatta, 1903); no occupation (Dee Why, 1930-1933; Harbord, 1934-1936; Manly, 1937-1943) ===''MAXWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alston Maxwell|Maxwell, Ronald Alston]] - 1908(NSW)-1950(NSW) - Licences: 2KS Sydney (Hurstville, 1930-1933) - Qualifications: AOCP 656, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: metal worker (Randwick, 1933; Liverpool, 1934-1935; Croydon, 1936-1937); clerk (Caringbah, 1949) ===''MAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank May|May, Frank]] [https://www.familysearch.org/tree/person/details/G88S-CXP] - 1878(Eng)-19??(???) - Licences: 6FM Dwellingup (1929-1931); 6FM Gnowangerup (1933); 6FM Esperance (1937-1939) - Qualifications: cc; CPRT 139, 1915; AOCP 560, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: stationmaster (Gnowangerup, 1931; Esperance, 1936-1937; Armadale, 1943; Collie, 1949) ===''MAYGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neil Hubert Mayger|Mayger, Neil Hubert]] [https://www.familysearch.org/tree/person/details/K2F7-J2D] - 1890(Vic)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: salesman (Darlinghurst, NSW, 1930); sales (Darlinghurst, 1937); salesman (East Sydney, 1937); Sales (Darlinghurst, 1943) ===''MCATEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McAteer|McAteer, Brother Joseph]] [https://www.familysearch.org/tree/person/details/GDKT-JWB] - 1881(NZ)-1931(NSW) - Licences: Receive Sacred Heart College Glenelg (1923); 5AQ Sacred Heart College Glenelg (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCAULEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Money McAuley|McAuley, William John Money "Bill"]] [https://www.familysearch.org/tree/person/details/LRKH-Z5Y] - 1909(Vic)-1987(Vic) - Licences: 3WM Melbourne (Brunswick, 1925-1931) - Qualifications: AOCP 221, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: jackaroo (Nyngan, 1930); grazier (Womboota, 1937-1943) ===''MCBRIDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander James McBride|McBride, Alexander James]] - 1914(Qld)-1993(Qld) - 4BR Brisbane (Wilston, 1939, 1947-1969), amateur operator (AOCP 2320, 1939, No. ?? in Qld), business (radio repair) ===''MCCABE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Bernard McCabe|McCabe, William Bernard]] [https://www.familysearch.org/tree/person/details/MZ1C-FN2] - 1864(Irl)-1938(WA) - Licences: 7AQ Clarence Point (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: gardener (St Kilda, Vic, 1912; Balaclava, 1913-1914; Elsternwick, 1915-1921; Caulfield, 1924); orchardist (Clarence Point, 1922-1928); civil engineer (Nedlands, WA, 1937) ===''MCCALMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Colin McCalman|McCalman, Maxwell Colin]] [https://www.familysearch.org/tree/person/details/GZN8-V77] - 1910(Vic)-1966(Vic) - 3KX Melbourne (Canterbury, 1925-1927), amateur operator (AOCP 142, 1925, No. ?? in Vic), amateur broadcaster, musician (1934), engineer (1943-1963) ===''MCCANDLISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack McCandlish|McCandlish, Jack]] [https://www.familysearch.org/tree/person/details/GZ2B-TJC] - 1915(Eng)-1943(Ins) - Licences: 3HN Sea Lake (1935-1939) - Qualifications: AOCP 1468, 1935, No. ?? in Vic - amateur operator, WW2 (Army, M Special Unit, Sergeant, Commando, 1943) - Electoral Rolls: farm hand (Sea Lake, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1685215] ===''MCCARTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Keith McCarthy|McCarthy, John Keith "Keith / Macca"]] - 19??(???)-1998(Qld) - 3FX Melbourne (Ascot Vale, 1932-1933), 2IM Sydney (Lane Cove, 1934), 2VM Sydney (Lane Cove, 1935), 3FX Melbourne (Hampton, 1937; Ascot Vale, 1938-1939; City, 1946-1947; Templestowe, 1954-1956), 9AR On board yacht Pandemonium (1969), P29AR/MM On board yacht Pandemonium (1975), 4DU Beenleigh (1980), 4PY Surfers Paradise (1980), amateur operator (AOCP 1036, 1932, No. ?? in Vic), amateur broadcaster, state public servant (Vic Railways, telegraphist), military (RAAF, DFC, AFM, AE) ===''MCCULLAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Austral McCullagh|McCullagh, Alexander Austral]] [https://www.familysearch.org/tree/person/details/GXNN-V7Y] - 1897(Qld)-1981(NSW) - Licences: Receive (Home Hill, 1923); 2RR Sydney (Balgowlah, 1965-1969); 9NI Norfolk Island (1975) - Qualifications: cc; 3COCP 2977, 1959; AOLCP 754, 1959; AOCP 4229, 1964, Qld - amateur receiver; amateur operator; WW1 - Electoral Rolls: soldier (Sandgate, Qld, 1919); chemist (Inkerman Mill, Qld, 1922); engineer (Bondi North, NSW, 1930; Abbotsford, NSW, 1932-1933; Edgecliff, NSW, 1933; Burwood, NSW, 1934-1936); manager (Balgowlah, NSW, 1949-1963); retired (Green Point, NSW, 1977-1980) ===''MCCULLOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Robert McCulloch|McCulloch, George Robert]] - 1907(Vic)-1969(Vic) - 3XM Receive Ballarat (1923-1924), 3GM Ballarat (1925-1939, 1946-1965+), amateur operator (AOCP 198, 1925, No. ?? in Vic), amateur broadcaster, radio engineer (Ballarat, 1931-1968) ===''MCDERMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Westall McDermott|McDermott, James Westall "Jim"]] [https://www.familysearch.org/tree/person/details/G37P-PY2] - 1913(Qld)-2010(Qld) - Licences: 4JM Brisbane (1930) & Nambour (1931-1939) - Qualifications: cc; AOCP 711, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4RM Robert Ernest McDermott; son of 4WP Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, Qld, 1936-1949); radio engineer (Nambour, Qld, 1954-1980) * [[/Robert Ernest McDermott|McDermott, Robert Ernest "Bob"]] [https://www.familysearch.org/tree/person/details/GXW8-QJ5] - 1917(Qld)-2006(Qld) - Licences: 4RM Nambour (1938-1939); 4RM Brisbane (Ekibin, 1946-1980+) - Qualifications: AOCP 2223, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); military (WW2, AIF); business proprietor (radio/TV retail, Ekibin) - Relationships: brother of James Westall McDermott; son of Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, 1943; Ekibin, 1949-1968); TV engineer (Tewantin, Qld, 1972-1980) * [[/Westall Samuel McDermott|McDermott, Westall Samuel]] [https://www.familysearch.org/tree/person/details/G37P-2SQ] - 1889(Qld)-1963(Qld) - Licences: 4WP Nambour (1938-1939, 1946-1954) - Qualifications: cc; AOCP 2087, 1938, No. ?? in Qld - amateur operator; amateur broadcaster - Relationships: father of James Westall McDermott & Robert Ernest McDermott - Electoral Rolls: school teacher (Hendon, Qld, 1916-1917; Sandgate, Qld, 1921; Glen Eagle, Qld, 1925-1928; Rosemount, Qld, 1934; Nambour, Qld, 1937-1958); retired (Nambour, Qld, 1963) ===''MCDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> SEE ALSO MACDONALD * [[/Arthur Stephen McDonald|McDonald, Arthur Stephen]] [https://www.familysearch.org/tree/person/details/G36J-ZLJ] - 1891(Vic)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 700, 1922 - broadcast engineer (PMGD, RANRS, AWA); professional society administrator (IEA) - Electoral Rolls: engineer (Townsville, Qld, 1913; St Kilda, Vic, 1916-1924; Vaucluse, NSW, 1930-1934); radio engineer (Darlinghurst, 1934-1936); engineer (Edgecliff, 1943; Double Bay, 1954) - Links: [https://adb.anu.edu.au/biography/mcdonald-arthur-stephen-7333 ADB]; [https://www.asap.unimelb.edu.au/bsparcs/biogs/P001299b.htm Bright Sparks] * [[/Colin McDonald|McDonald, Colin]] [https://www.familysearch.org/tree/person/details/GX67-SCG] - 1911(Qld)-1973(Qld) - Licences: 4CD Rockhampton (1935-1969) - Qualifications: cc; AOCP 1440, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Rockhampton, Qld, 1932-1958); accountant (Rockhampton, Qld, 1968-1972) * [[/Donald McDonald|McDonald, Donald "Don"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC)? * [[/Donald Munro McDonald|McDonald, Donald Munro]] - 19??(???)-19??(???) - Licences: 3KS Melbourne (Yarraville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - Comment: Several contemporaneous DMMs * [[/John McDonald|McDonald, John]] [https://www.familysearch.org/tree/person/details/GXM1-WJR] - 1894(NSW)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 137, 1915; CPRT 190, 1916 (replacement?) - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous JMcD - Electoral Rolls: Nil yet identified; Ancestry.com 1000s of hits to be sifted * [[/Wilfred Neville McDonald|McDonald, Wilfred Neville]] [https://www.familysearch.org/tree/person/details/GX67-DB1] - 1914(NSW)-19??(???) - Licences: 2ZT Sydney (Parramatta, 1935-1936); 4ZT Brisbane (Kangaroo Point, 1937; New Farm, 1938-1939; Annerley, 1947-1948) - Qualifications: cc; AOCP 1412, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Granville, NSW, 1936); radio engineer (Kangaroo Point, Qld, 1937); radio mechanic (Ashgrove, Qld, 1943); radio technician (Annerley, Qld, 1949); electrical engineer (Tennyson, Qld, 1954-1963); manager (Burleigh Heads, Qld, 1968-1980) ===''MCDONOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard McDonough|McDonough, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GXQX-NXY] - 1875(Wales)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, terminated Nov 1920) - Electoral Rolls: Royal Navy (Newport, Vic, 1914-1915); Royal Australian Navy (Yarraville, Vic, 1917-1919); hotel proprietor (West Maitland, 1930-1935); retired (Wickham, 1937) ===''MCDOWALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine McDowall|McDowall, Valentine "Val"]] [https://www.familysearch.org/tree/person/details/M14R-SPG] - 1881(Qld)-1957(Qld) - 4CN Receive Brisbane (1922); 4CM Brisbane (City, 1922-1939) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radiographer; WW2 - 4CM operator primarily Thomas Murray Browse Elliott after about 1925 - Electoral Rolls: medical practitioner (Laidley, 1906-1914; Clayfield, 1919; Ascot, 1934-1954) - Links: [https://adb.anu.edu.au/biography/mcdowall-valentine-7349 ADB] ===''MCDOWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Daniel McDowell|McDowell, John Edward Daniel or John Edward]] [https://www.familysearch.org/tree/person/details/GX86-J52] - 1914(Qld)-1978(Qld) - Licences: 4CX Brisbane (Ascot, 1937-1939); 4CX Gladstone (1947-1965); 4CX Brisbane (Wavell Heights, 1969-1980+) - Qualifications: cc; AOCP 1873, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: rubber worker (Ascot, Qld, 1937); chemist (Gladstone, Qld, 1943-1949); industrial chemist (Gladstone, Qld, 1954-1963); chemistry instructor (Wavell Heights, Qld, 1968-1977) ===''MCELWEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Johnston McElwee|McElwee, George Johnston]] - 1879(Tas)-1981(Tas) - involved with Launceston Radio Clubs searching for the roar ===''MCGARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Ignatius McGarry|McGarry, Lloyd Ignatius]] [https://www.familysearch.org/tree/person/details/G8GT-4PR] - 1919(NSW)-1977(Qld) - Licences: 4XY Roma (1937-1939); 4XY Rockhampton (1947); 4XY Brisbane (Taringa, 1948; Coorparoo, 1954-1956); 2ALM Sydney (Lakemba, 1960-1965); 1AM Canberra (Macquarie, 1969-1975); 4ALL Brisbane (Kingston, 1980+) - Qualifications: cc; AOCP 1943, 1937, Qld; BOCP 139, 1937; 2COCP 607, 1942; 1COCP 1026, 1946 - amateur operator; amateur broadcaster; broadcast technician (4GR, 4ZR); military (RAAF, WW2, mobile wireless, post WW2 Naval Intelligence); federal public servant (PMGD); scientist (Ionospheric Prediction Service) - Electoral Rolls: radio technician (Deagon, Qld, 1949); public servant (Coorparoo, Qld, 1954-1958; Townsville, Qld, 1958) ===''MCGAURAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Duncan James Macfarlane McGauran|McGauran, Duncan James Macfarlane]] - 1849(NZ)-1889(NSW) - radio clubs (Telegraph Electrical Society, Victoria, member; Society of Telegraph Engineers, London, member), employment (Vic Posts & Telegraphs; WA Posts & Telegraphs, Superintendant Telegraphs; NSW Posts & Telegraphs), patents in Quadraplex Telegraphy, father of Duncan James McGauran (telegraphist, accountant, inventor of a telephone meter) ===''MCGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carney Mitchell McGee|McGee, Carney Mitchell]] [https://www.familysearch.org/tree/person/details/G8VW-9LF] - 1910(SA)-1981(WA) - Licences: 5LX Adelaide (Mile End, 1930-1931) - Qualifications: cc; AOCP 676, 1930, No. ?? in SA; 2COCP 52, 1936; 1COCP 210, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (North Unley, SA, 1939); assistant radio inspector (Ivanhoe, Vic, 1943); radio inspector (Kensington, WA, 1949-1977); retired (Como, 1980) ===''MCGEOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Samuel McGeoch|McGeoch, William Leslie Samuel]] [https://www.familysearch.org/tree/person/details/LVNY-SDX] - 1912(WA)-2007(WA) - Licences: 6WL Brookton (1935-1939, 1947-1956); 6WL Bunbury (1960-1980+) - Qualifications: cc; AOCP 1442, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Brookton, WA, 1936-1943); radio service (Brookton, WA, 1958); electrician (Carey Park, WA, 1968-1980) ===''MCGOWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Walker McGowan|McGowan, Samuel Walker]] - 1829(Irl)-1887(Vic) - Vic Posts and Telegraphs (Superintendent Telegraphs), successfully tendered for the first Australian electric telegraph 1854 (Melbourne to Williamstown) then appointed to the public service to operate and maintain it, radio clubs (Telegraph Electrical Society, Victoria) ===''MCGRATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Philip McGrath|McGrath, Edward Philip "Ted"]] [https://www.familysearch.org/tree/person/details/GW87-9K5] - 1906(NSW)-1999(SA) - Licences: 5MO Adelaide (Parkside, 1933-1939; West Mitcham, 1947-1965; Aldgate, 1969) - Qualifications: cc; AOCP 1175, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Parkside, SA, 1939) * [[/Francis Thomas McGrath|McGrath, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GXM1-HRN] - 1891(Tas)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 87, 1915; 1COCP 45, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: public servant (Moonah, Tas, 1919); wireless operator (Thursday Island, 1922); engineer (Eagle Junction, 1925); telegraphist (South Yarra, 1926-1927); supervisor (Caulfield, Vic, 1928-1934; Camberwell, Vic, 1936) ===''MCGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aenas McGregor|McGregor, Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WT] - 1865(Vic)-1937(Vic) - Licences: XJEA Melbourne (Armadale, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: father of 3ZE Keith Wilfred Aeneas McGregor - Electoral Rolls: traveller (Armadale, 1919; Toorak, 1928-1936) * [[/Keith Wilfred Aeneas McGregor|McGregor, Keith Wilfred Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WQ] - 1903(Vic)-19??(???) - Licences: 3ZE Melbourne (Armadale, 1923-1924; Toorak, 1925) - Qualifications: cc; AOCP 52, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Relationships: son of XJEA Aeneas McGregor - Electoral Rolls: telegraphist (Toorak, 1925-1928) ===''MCGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Patrick Holman McGuire|McGuire, Leo Patrick Holman]] [https://www.familysearch.org/tree/person/details/G8HK-B2T] - 1906(NSW)-2001(WA) - Licences: 3KM Myrtleford (1929-1937); 3KM Corryong (1938-1939); 6MG Manjimup (1947-1969); 6MG Perth (Thornlie (1975-1980+) - Qualifications: AOCP 488, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: biograph operator (Wangaratta, 1928); picture proprietor (Albury, 1931); postal employee (Myrtleford, 1936-1937); postal clerk (Mt Magnet, 1943; Manjimup, 1949); radio mechanic (Manjimup, 1954-1972); retired (Thornlie, 1977-1980) ===''MCHUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles McHugh|McHugh, William Charles]] [https://www.familysearch.org/tree/person/details/GFMN-V5Z] - 1914(WA)-1978(WA) - Licences: 6KA or 6KD Perth (Guildford, 1936-1939) - Qualifications: cc; AOCP 1766, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: piano tuner (Guildford, WA, 1936-1943); radio mechanic (Belmont, WA, 1949; North Perth, WA, 1954); mechanic (Cottesloe, WA, 1954; Mt Pleasant, WA, 1963-1972) ===''MCINTOSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John James McIntosh|McIntosh, Stanley John James "Stan"]] [https://www.familysearch.org/tree/person/details/GXDL-C5P] - 1913(Qld)-1972(Qld) - Licences: 4PK Ipswich (Woodend, 1931-1939); 4PK Brisbane (Coorparoo, 1946-1969) - Qualifications: cc; AOCP 730, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (workshop foreman); business proprietor (electrical engineering) - Electoral Rolls: electrical fitter (Woodend, Qld, 1934-1937; Coorparoo, Qld, 1943-1972) ===''MCINTYRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Daniel George McIntyre|McIntyre, Daniel George]] [https://www.familysearch.org/tree/person/details/LTNG-PHV] - 1901(???)-1963(NSW) - Licences: 2VX Receive Sydney (Pymble, 1923); 2VX Sydney (Pymble, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Strathfield, 1930-1958); radio retailer (Pymble, 1963) ===''MCKAIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Lancelot Martyn McKail|McKail, Henry Lancelot Martyn or Martin "Hal"]] - 1887(WA)-1944(WA) - Licences: 6BT Perth (City, 1923-1924); 6BU Perth (City, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgan River, WA, 1910; West Perth, WA, 1916-1917); science master (Crawley, WA, 1925-1937) ===''MCKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander John McKenzie|McKenzie, Alexander John]] - 1905(???)-19??(???) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''MCKEOWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * McKenzie, Florence Violet (married name) - see Granville, Florence Violet (birth name) * [[/Allan McIllroy McKeown|McKeown, Allan McIllroy]] [https://www.familysearch.org/tree/person/details/L69J-SFC] - 1904(Vic)-1983(Vic) - Licences: 3YZ Melbourne (Alphington, 1924-1927); 3YZ Geelong (1931); 3YZ Melbourne (Northcote, 1933-1939, 1946-1969); 3YZ Ocean Grove (1975-1980) - Qualifications: cc; AOCP 51, 1925, No. ?? in Vic; AOLCP 42, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Northcote, 1936-1954; Alphington, 1968); nil (Ocean Grove, 1972-1977) ===''MCKINLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Harold McKinley|McKinley, Norman Harold "Shorty"]] [https://www.familysearch.org/tree/person/details/GWGP-TLC] - 1913(???)-1999(Qld) - Licences: 4CX Brisbane (Teneriffe, 1932-1933) - Qualifications: cc; AOCP 969, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Milton, Qld, 1949-1972); driver (Paddington, Qld, 1980) ===''MCLAUCHLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles David McLauchlan|McLauchlan, Charles David]] [https://www.familysearch.org/tree/person/details/LYL6-PYY] - 1876(Vic)-1943(Vic) - Licences: 6BW Receive Perth (Victoria Park, 1923); 6BW Perth (Victoria Park, 1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Eucla, 1906; Perth, 1910-1916); telegraph engineer (Victoria Park, 1925); superintendent telegraphs (South Yarra, 1931; Camberwell, 1937-1943) ===''MCLEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stewart Campbell McLean|McLean, Stewart Campbell]] [https://www.familysearch.org/tree/person/details/G86G-PMR] - 1910(Vic)-1994(Vic) - Licences: 3GK Melbourne (Yarraville, 1930-1933; Brunswick, 1937-1939, 1946-1948; Caulfield, 1960) - Qualifications: AOCP 601, 1930, No. ?? in Vic; AOLCP 65, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarraville, 1931-1936); nil (Elsternwick, 1954); engineer (Caulfield, 1958-1980) ===''MCLENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth McLennan|McLennan, Kenneth]] [https://www.familysearch.org/tree/person/details/GX9H-B4N] - 1892(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 124, 1915; 2COCP 185, 1930; 1COCP 238, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous KMcLs - Electoral Rolls: Nil yet identified ===''MCLEOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander McLeod|McLeod, Alexander]] [https://www.familysearch.org/tree/person/details/GMKJ-L25] - 1972(Vic)-1948(Qld) - Licences: 4CF Receive Brisbane (Red Hill, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: confectioner (Red Hill, 1903-1905); pastrycook (Red Hill, 1908-1926; Mt Bruce, 1929-1943) * [[/Gordon Stuart McLeod|McLeod, Gordon Stuart]] [https://www.familysearch.org/tree/person/details/G8V1-38Y] - 1912(NSW)-1966(NSW) - Licences: 3ZZ Geelong (West Geelong, 1930-1931; Newtown, 1933; Crib Point, 1937; Wallington, 1938); 2ADC Sydney (Sans Souci, 1939; Hurstville, 1946-1947; Beverley Hills, 1948-1965) - Qualifications: AOCP 707, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: RAN (Crib Point, Viv, 1937); petty officer RAN (Hurstville, 1943); clerk (Beverly Hills, 1949-1963) * [[/Norman McLeod|McLeod, Norman]] [https://www.familysearch.org/tree/person/details/G86P-8F2] - 1901(Vic)-1995(Vic) - Licences: 3NM Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 602, 19??, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Caulfield, 1937-1968) ===''MCLOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. C. McLoughlin|McLoughlin, E. C.]] - 19??(???)-19??(???) - Licences: 5KJ Port Lincoln (1928-1929) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCMAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Hanney McMahon|McMahon, Leo Hanney]] [https://www.familysearch.org/tree/person/details/GXD8-XQH] - 1914(Qld)-1992(NSW) - 4LM Brisbane (Toombul, 1933-1938); 2ALM Sydney (Darlinghurst, 1939); 2AC Sydney (Kingsford, 1946-1950; Randwick, 1956-1980+) - Qualifications: cc; AOCP 1104, 1933, Qld) - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, AMC); occupation (doctor) - Electoral Rolls: student (Camperdown, NSW, 1936-1937); medical practitioner (Kingsford, NSW, 1949; Randwick, NSW, 1954-1980) ===''MCMASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John McMaster|McMaster, John]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: ===''MCMATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph McMath|McMath, John Joseph]] [https://www.familysearch.org/tree/person/details/L5KG-ZK2] - 1910(Vic)-1999(Vic) - Licences: 3JJ Melbourne (Albert Park, 1927-1939; South Melbourne, 1946-1960; Elwood, 1975-1980+) - Qualifications: AOCP 351, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Albert Park, 1931-1937); manager (St Kilda, 1949-1954); retired (Brighton, 1963-1968; Black Rock, 1972-1977) ===''MCMURTRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Adam McMurtrie|McMurtrie, Sydney Adam or Adam Sydney "Sid"]] [https://www.familysearch.org/tree/person/details/LBQM-DQW] - 1908(NSW)-1982(Qld) - Licences: 4JR Booval (1929-1933); 2AFX Lismore (1937-1939); 4KT Gympie (1948) - Qualifications: cc; AOCP 491, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Gympie, 1936); radio salesman (Lismore, 1937); telephone mechanic (Gympie, 1943-1980) ===''MCNALTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McNalty|McNalty, Joseph]] [https://www.familysearch.org/tree/person/details/GXXW-67M] - 1901(Qld)-1967(Qld) - Licences: 4DZ Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (East Toowoomba, Qld, 1925; Mackay, Qld, 1930-1943); public servant (Fairfield, Qld, 1949); clerk (Toowong, Qld, 1954); telegraphist (St Lucia, Qld, 1958) ===''MCNICOL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Edgar McNicol|McNicol, Robert William Edgar]] [https://www.familysearch.org/tree/person/details/GX8D-6NN] - 1917(Qld)-1974(Qld) - Licences: 4WM Brisbane (Teneriffe, 1936-1939) - Qualifications: cc; AOCP 1680, 1936, Qld; BOCP 57, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Teneriffe, Qld, 1943); university lecturer (Tarragindi, Qld, 1954-1972) ===''MCPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Thomas McPherson|McPherson, Colin Thomas or Thomas Collins]] [https://www.familysearch.org/tree/person/details/G8CT-HST] - 1897(Vic)-1951(Vic) - Licences: 3LU Melbourne (Footscray, 1929-1939) - Qualifications: AOCP 523, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: student (Footscray, 1919); storeman (Footscray, 1922-1942) * [[/Murdoch John McPherson|McPherson, Murdoch or Murdock John]] [https://www.familysearch.org/tree/person/details/27D9-9TB] - 1904(Qld)-1972(NSW) - Licences: 4MC Merinda (1927) - Qualifications: cc; CPRT 916, 1926; 2COCP 58, 1929; 1COCP 161, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: motor driver (Merinda, Qld, 1925); wireless operator (Paddington, Qld, 1929); clerk (Mt Coolah, NSW, 1968) ===''MEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Mead|Mead, Jack]][https://www.familysearch.org/tree/person/details/GFM3-ZSH] - 1915(WA)-2009(WA) - Licences: 6LJ Perth (East Victoria Park, 1931-1939; Wembley, 1947-1960) - Qualifications: cc; AOCP 803, 1931, No. ?? in WA; AOLCP 168, 1934; 1COCP 289, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Victoria Park, WA, 1937); mechanic (Wembley, WA, 1943-1980) * [[/Jordan Arthur Mead|Mead, Jordan Arthur]] [https://www.familysearch.org/tree/person/details/LTJF-1KH] - 1907(NSW)-1993(NSW) - Receive Sydney (Ashfield, 1923-1924), 2JA Sydney (Ashfield, 1925-1928), 2JA Byron Bay (1929-1930), 2AJA Sydney (Ashfield, 1946; Bexley, 1947-1957), 2JM Sydney (Bexley, 1958-1980), qualifications (AOCP 212, 1925, No. ?? in NSW), amateur operator, amateur broadcaster, electoral rolls: telephone mechanic (Byron Bay, 1930; Ashfield, 1931-1943), power technician (Bexley, 1949-1968), electrical field officer (Bexley, 1972-1980) ===''MEADOWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Meadows|Meadows, Robert Cecil]] [https://www.familysearch.org/tree/person/details/GXH2-ZRK] - 1907(Eng)-1966(NSW) - Licences: 4RM Mackay (1932-1939); 2ARM Sydney (Kirribilli, 1946-1948); 2IN Sydney (Rhodes, 1956-1958; Chiswick, 1960; Long Jetty, 1961; Killarney Vale, 1965) - Qualifications: cc; AOCP 879, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (Pems Radio, Rockhampton); journalist (Minchens Electrical Weekly); WW1; WW2 - Electoral Rolls: reporter (Crows Nest, NSW, 1930); radio mechanic (Bundaberg, Qld, 1931-1932); radiotrician (Mackay, 1934-1937); wireless instructor (Kirribilli, NSW, 1943); manager (Rhodes, NSW, 1954-1958); retired (Five Dock, NSW, 1958; Killarney Vale, NSW, 1963) ===''MEDHURST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Edney Medhurst|Medhurst, Edgar Edney]] [https://www.familysearch.org/tree/person/details/GHD6-WFC] - 1902(Tas)-1966(Vic) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Frederick William Medhurst|Medhurst, Frederick William "Pop" (in latter years)]] [https://www.familysearch.org/tree/person/details/M4GS-R6P] - 1868(Eng)-1969(Tas) 101yo - Licences: XZD Hobart (1913-1914); 7AH Receive Hobart (Sandy Bay, 1923); 7AH Hobart (Sandy Bay, 1924-1939, 1946-1947) - Qualifications: Nil yet identified - early wireless experimenter from 1901; amateur operator; amateur broadcaster; business (Medhurst & Sons, 1920s) - Relationships: father of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst, all in the business and interested in radio * [[/Harry Frederick Medhurst|Medhurst, Harry Frederick]] [https://www.familysearch.org/tree/person/details/GHD6-QZV] - 1893(Tas)-1963(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Phillip Aubrey Medhurst|Medhurst, Phillip Aubrey]] [https://www.familysearch.org/tree/person/details/GHD6-DFX] - 1895(Tas)-1969(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Rowland Arthur Medhurst * [[/Rowland Arthur Medhurst|Medhurst, Rowland Arthur]] [https://www.familysearch.org/tree/person/details/GHD6-ZT4] - 1892(Tas)-1969(Tas) - early wireless experimenter, lecturing on wireless 1911, never licensed, likely utilised licence of XZD-7AH (father), son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst ===''MEDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel James Clifford Medlin|Medlin, Noel James Clifford]] [https://www.familysearch.org/tree/person/details/G3MB-743] - 1917(Vic)-2004(Vic) - broadcast planning engineer (ABCB), federal public servant (ABCB), WW2 - Electoral Rolls: engineer (Gardiner, 1943; St Kilda, 1949; Camberwell, 1954-1977); retired (Inverloch, 1980) - father of AM directional antennas in Australia ===''MENON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Menon|Menon, Geoffrey John]] [https://www.familysearch.org/tree/person/details/LT4F-3CQ] - 1905(SA)-1969(NSW) - 3OG Receive Melbourne (St Kilda, 1923-1924), 3OG Melbourne (St Kilda, 1925-1927), 2OG Sydney (Haberfield, 1928; Croydon, 1929-1931), 3OG Melbourne (East Kew, 1933), 2OG Sydney (Northbridge, 1934-1935; Chatswood, 1936-1937; Longueville, 1938-1939, 1946-1948; Pymble, 1950; West Pennant Hills, 1954-1965; Arcadia, 1969), amateur operator (AOCP 209, 1925, No. ?? in Vic), amateur broadcaster, electrician (St Kilda West, 1926-1927), radio engineer (Coburg, 1931), engineer (Kew, 1934), radio engineer (Chatswood, 1937; Longueville, 1943), engineer (Baulkham Hills, 1954-1958; Arcadia, 1968) ===''MERCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie George Merchin|Merchin, Leslie George]] [https://www.familysearch.org/tree/person/details/LTLT-SSF] - 1917(Qld)-1994(Qld) - Licences: 4ML Richmond (1934-1939); 4MG Richmond (1948); 4MG Killarney (1954-1980+) - Qualifications: cc; AOCP 1399, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: garage proprietor (Richmond, Qld, 1943-1949); motor mechanic (Killarney, Qld, 1954-1968; Rockhampton North, Qld, 1972-1980) ===''MEREDITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement George Benger Meredith|Meredith, Clement George Benger]] [https://www.familysearch.org/tree/person/details/KZJD-6S6] - 1885(WA)-1959(USA) - Licences: Nil yet identified - Qualifications: cc; CPRT 15, 1914 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Windsor, Vic, 1914-1916); officer-in-charge wireless (Geraldton, WA, 1916-1917) * [[/Llewellyn Lennon Meredith|Meredith, Llewellyn Lennon]] [https://www.familysearch.org/tree/person/details/GD8W-LV7] - 1885(Eng)-1923(NSW) - Licences: Nil yet identified - Qualifications: CPRT 246, 1916 - ship wireless officer, AWA (traffic manager) - Electoral Rolls: Nil yet identified - Comment: Gone too soon - Links: [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_04_04#P.22_-_Obituary_-_Mr._L._L._Meredith|Obit]] ===''MESSENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Albert Messenger|Messenger, Percival Albert]] [https://www.familysearch.org/tree/person/details/GXRP-BS1] - 1892(SA)-1980(NSW) - Licences: 5PM Adelaide (Largs Bay, 1928) - Qualifications: cc; CPRT 70, 1915 (Marconi); CPRT 152, 1915 (Balsillie) - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: manager (Randwick, NSW, 1936; Coogee, NSW, 1943-1958; Randwick, NSW, 1963-1980) ===''MICHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Hector Ernest Henderson Michell|Michell, Hector Ernest Henderson "Ernest"]] [https://www.familysearch.org/tree/person/details/GQNQ-T5H] - 1897(Vic)-1984(Vic) - Licences: 3JP Receive Melbourne (Caulfield, 1922); 3JP Melbourne (Caulfield, 1923-1931; Elsternwick, 1933); 3JP Hamilton (1937-1939); 3AEM Hamilton (1960-1969); 3JX Hamilton (1975-1980+) - Qualifications: cc; AOCP 162, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; operator of 3LR Elsternwick Radio Club (1925); WW1; land officer (Hamilton, 1936) - Electoral Rolls: clerk (Balaclava, 1919-1921); draftsman (Caulfield, 1922); land officer (Hamilton, 1936-1980) ===''MILBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Leslie Milburn|Milburn, Henry Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/G8NV-8VJ] - 1890(Vic)-1957(Qld) - Licences: 4HM Home Hill (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Toowong, 1919); electrical engineer (Home Hill, 1922-1925; Stanthorpe, 1934-1949) - Halcyon: not mentioned? ===''MILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Thomas Miles|Miles, Gilbert Thomas]] [https://www.familysearch.org/tree/person/details/L19Y-X19] - 1904(Vic)-1981(NSW) - Licences: 7KQ Hobart (Bellerive, 1937-1939) - Qualifications: cc; AOLCP 106, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Camberwell, 1925-1926); electrical engineer (Glen Iris, Vic, 1931); engineer (Elsternwick, 1936); radio engineer (Croydon, NSW, 1943-1972); engineer (Croydon, 1977-1980) * [[/Harry Raymond Miles|Miles, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G8NJ-DQ2] - 1911(WA)-2003(WA) - Licences: 6XL Perth (Mt Lawley, 1930-1933); 6XL Wiluna (1937); 6XL Perth (Mt Lawley, 1938-1939) - Qualifications: cc; AOCP 645, 1930, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Wiluna Gold Mines, WA, 1936; Mt Beauty, Vic, 1954); poultry farmer (Balga, WA, 1958-1972); farmer (Wanneroo, WA, 1977-1980) ===''MILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Eric Mill|Mill, William Eric]] [https://www.familysearch.org/tree/person/details/9779-JP8] - 1896(SA)-1980(WA) - Licences: XYAG Burbanks (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: electrician (Kalgoorlie, WA, 1919; Balkatta, WA, 1921-1922; North Perth, WA, 1925); electrical engineer (Geraldton, WA, 1931-1937; East Perth, WA, 1943; Maylands, WA, 1949-1968; Inglewood, WA, 1972-1980) ===''MILLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roydon Arthur Milledge|Milledge, Roydon Arthur]] [https://www.familysearch.org/tree/person/details/GMJY-3DW] - 1903(Vic)-1983(Tas) - Licences: 3WT Shepparton (1936-1937); 7WT Hobart (1938-1939); 7WT Ulverstone (1947-1948+); 7WT Hobart (1956-1960+) - Qualifications: cc; AOCP 1693, 1936, No. ?? in Vic - amateur operator; amateur broadcaster; WW2; bank clerk 1931; Civil Engineer 1950s - Electoral Rolls: assistant engineer (State Savings Bank, Auburn, 1927); engineer (Glenhuntley, 1931-1934); civil engineer (Shepparton, 1936) ===''MILLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dunlop Millen|Millen, John Dunlop]] [https://www.familysearch.org/tree/person/details/GC9X-S4W] - 1877(Irl)-1941(Tas) - Licences: Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver; senator - Electoral Rolls: mining engineer (Waratah, 1914-1919; Newstead, 1922-1937) ===''MILLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alexander Miller|Miller, Charles Alexander "Charlie"]] [https://www.familysearch.org/tree/person/details/G8NV-YRR] - 1915(NSW)-1999(Qld) - Licences: 4US Brisbane (New Farm, 1933-1936); 2ADE Casino (1935-1939, 1946-1961); 4QM Caloundra (1969-1980+) - Qualifications: AOCP 1208, 1933, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); part of the "U" gang, military (WW2, RAAF) - Electoral Rolls: radio mechanic (Casino, 1943-1963); army officer (Ipswich, 1963); retired (Shelley Beach, 1968-1972; Caloundra, 1977-1980) * [[/Charles Harcourt Miller|Miller, Charles Harcourt]] [https://www.familysearch.org/tree/person/details/G6MC-9QY] - 1921(Tas)-2001(Tas) - Licences: 7CM Hobart (Bellerive, 1936-1939; Taroona, 1969-1980+) - Qualifications: cc; AOCP 1799, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Bellerive, 1943) * [[/Francis George Miller|Miller, Francis George "Frank"]] [https://www.familysearch.org/tree/person/details/LYD2-LHT] - 1895(SA)-1954(SA) - Licences: 5BF Mt Gambier (1923-1939, 1946-1954) - Qualifications: cc; AOCP 185, 1925, No. ?? in SA; BOCP 58, 1936 - amateur operator; amateur broadcaster; broadcast engineer; founder of commercial station 5MU Murray Bridge; WW1 - Electoral Rolls: fitter (Murray Bridge, 1939-1943) [https://www.qsl.net/vk5br/FrankMiller.pdf Biography] * [[/Frank Colin Miller|Miller, Frank Colin]] [https://www.familysearch.org/tree/person/details/GX9C-86L] - 1884(Eng)-1953(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 126, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: engine operator (Radio Station, Roebourne, 1916-1917); station hand (Marron Station, 1918; Carnarvon, 1921; Mallina, 1922-1925); contractor (Roebourne, 1930-1936; Karratha Station, 1937); labourer (Roebourne, 1943); cook (Wittenoom Gorge, 1949) * [[/H. Miller|Miller, H.]] - 19??-19?? - 4EH Brisbane (Ascot, 1923-1924); 2EH Sydney (Dulwich Hill, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert Edward Miller|Miller, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GD2Q-XMX] - 1899(NSW)-19??(???) - Licences: 2HE Sydney (Belmore, 1931-1939) - Qualifications: cc; CPRT 932, 1926; 2COCP 329, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Campsie, 1930; Belmore, 1932-1943); miner (Glen Davis, 1943) * [[/Herbert Leslie Miller|Miller, Herbert Leslie]] [https://www.familysearch.org/tree/person/details/GD2Q-7LH] - 1897(Qld)-1966(Qld) - Licences: 4CA Receive Brisbane (West End, 1922); 4HL Brisbane (Hill End, 1927) - Qualifications: CPRT 330, 1917; 2COCP 329, 1940; 1COCP 483, 1940s; BOCP 370, 1941 - ship wireless officer (RMS Bingera, 1920); amateur operator; amateur broadcaster; sales (J. B. Chandler, 1924; Overells, 1925) - Electoral Rolls: wireless officer (West End, 1921); salesman (West End, 1925); manager (Coorparoo, 1928); salesman (Coorparoo, 1937-1954); clerk (Camp Hill, 1958-1963) ===''MILLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hugh Milligan|Milligan, Stanley Hugh]] [https://www.familysearch.org/tree/person/details/2CB1-L7Y] - 1901(Vic)-1976(Vic) - Licences: 3AU Receive Geelong (1922-1923); 3AU Geelong (1924); 3AU Eaglehawk (1924-1926); 3AU Chilwell (1927-1931); 3AU Geelong (1937-1939); 3AU Melbourne (Surrey Hills, 1947; Auburn, 1948) - Qualifications: cc; AOCP 125, 1925, No. ?? in Vic; AOLCP 164, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Eaglehawk, 1924-1926; Geelong West, 1924); radio mechanic (Chilwell, 1927-1931); watchman (Geelong West, 1934-1937); storekeeper (Hawthorn, 1949); engineer (Canterbury, 1954-1968); nil (Doncaster, 1972) ===''MILLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Griffiths John Mills|Mills, Griffiths John]] - 19??(???)-19??(???) - Licences: 6CK Receive Perth (Subiaco, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Subiaco, 1929-1931) * [[/Norman Gibson Mills|Mills, Norman Gibson]] [https://www.familysearch.org/tree/person/details/9415-SSS] - 1890(Vic)-1959(Qld) - Licences: 4NM Brisbane (Moorooka, 1938-1939, 1947-1956; Margate, 1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Toowong, Qld, 1919); contractor (Moorooka, Qld, 1921-1954); retired (Margate, Qld, 1958) * [[/Ralph Mervyn Mills|Mills, Ralph Mervyn]] [https://www.familysearch.org/tree/person/details/G8JD-GST] - 1909(NSW)-1989(NSW) - Licences: 2MM Sydney (Balmain, 1930-1934; Canterbury, 1935-1936) - Qualifications: AOCP 660, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Balmain, 1931-1937); engineer (Pymble, 1949-1977; West Pymble, 1980) ===''MILNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Brough Milne|Milne, Andrew Brough]] [https://www.familysearch.org/tree/person/details/9KXN-QZV] - 1890(South Africa)-1979(Qld) - Licences: 4BM Dealer Mackay (1926-1927) - Qualifications: 3COCP 3492, 1961 - dealer licence - Electoral Rolls: motor mechanic (Mackay, 1915-1943); mechanical engineer (North Mackay, 1949-1977) * [[/John Collicott Milne|Milne, John Collicott]] [https://www.familysearch.org/tree/person/details/MP34-518] - 1903(Tas)-1990(Tas) - Licences: 7AG Gretna (1923-1939, 1946-1980+) - Qualifications: cc; AOCP 604, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Gretna, 1928-1980) ===''MILNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Frederick Milner|Milner, George Frederick]] [https://www.familysearch.org/tree/person/details/GF7W-W4D] - 1908(WA)-1992(WA) - Licences: 6GF Perth (Mt Lawley, 1931-1933) - Qualifications: cc; AOCP 788, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1931; North Beach, WA, 1936-1937); RAAF (Nedlands, WA, 1943-1980) * [[/James Milner|Milner, James]] [https://www.familysearch.org/tree/person/details/GZXH-1DM] - 1901(Eng)-1947(Qld) - Licences: 4AK Brisbane (Kelvin Grove, 1923-1927; Ashgrove, 1931-1936); 4AU Brisbane (1937-1939) - Qualifications: cc; AOCP 93, 1925, No. 11 in Qld - amateur operator; amateur broadcaster (prominent from Valley Theatre) - Withdrawal: 4AK amateur callsign withdrawn by the PMGD for allocation to the new 4AK Oakey commercial service - Electoral Rolls: fitter (Kelvin Grove, 1925-1926); electrical fitter (Ashgrove, 1928-1943) ===''MINCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur W. Minchin|Minchin, Arthur W.]] - 19??-19?? - 4AM Rockhampton - amateur operator (AOCP ???, 19??, No. ?? in Qld), amateur broadcaster, broadcast engineer (4RO Cmcl), wireless retail business proprietor - seems in error, see William Allan Minchin * [[/William Allan Minchin|Minchin, William Allan]] [https://www.familysearch.org/tree/person/details/LV7Q-86C] - 1893(Vic)-1976(NSW) - Licences: 4AM Rockhampton (1938-1939) - Qualifications: cc; CPRT 220, 1916; 2COCP 365, 1931; 1COCP 244, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: wireless engineer operator (Wyndham, 1917); farmer (Toodyay, 1925); radio engineer (Rockhampton, 1936-1943; Lismore, 1949-1954; Hunters Hill, 1958-1968); engineer (Hunters Hill, 1972) ===''MINEHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Minehan|Minehan, W. A.]] - 19??(???)-19??(???) - Licences: 4AM Rockhampton (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MINGAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Francis Mingay|Mingay, Oswald Francis "Ossie"]] [https://www.familysearch.org/tree/person/details/K45G-NZG] - 1895(NSW)-1973(NSW) - Licences: 2XX Sydney (Turramurra, 1923-1926; Sydney, 1931-1933) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast engineer; journalist; publisher; WW1; WW2 - Electoral Rolls: engineer (Collaroy, 1930); managing editor (Pymble, 1930-1932); radio engineer (Lindfield, 1933-1934); publisher (Lindfield, 1937-1963; St Ives, 1963-1968) - Comment: licensed operator of 2WV Burgin Electric Co. (1923) [https://adb.anu.edu.au/biography/mingay-oswald-francis-ossie-11135 ADB]; [https://www.qsl.net/vk2dym/radio/Mingay.htm MacKinnon] ===''MITCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Theodore Mitchell|Mitchell, Alexander Theodore]] [https://www.familysearch.org/tree/person/details/GXNY-CC2] - 1872(???)-1966(Qld) - Licences: Receive Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer (Red Hill, Qld, 1921; Torwood, Qld, 1922); electrical engineer (Toowoomba, Qld, 1925; Wilston, Qld, 1928-1929; Sandgate, Qld, 1936-1963) * [[/Harold Benson Mitchell|Mitchell, Harold Benson]] [https://www.familysearch.org/tree/person/details/LDVS-QN7] - 1901(Vic)-1962(Vic) - Licences: 3CZ Receive Melbourne (Elwood, 1922-1923); 3CZ Melbourne (Elwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Elwood, 1924-1927); manager (Caulfield, 1937); manufacturer (Caulfield, 1942); manager (Caulfield, 1949); merchant (St Kilda, 1949); manager (St Kilda, 1954) * Mitchell, Hector Ernest Henderson "Ernest" - see Michell, Hector Ernest Henderson "Ernest" (frequent misspelling) * [[/Stanley John Mitchell|Mitchell, Stanley John]] [https://www.familysearch.org/tree/person/details/LDVS-Q83] - 1887(Vic)-1974(Monaco) - Licences: 3SJ Melbourne (Brighton, 1924-1927) - Qualifications: cc; AOCP 53, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Toorak, 1912-1916; Brighton, 1919-1928); investor (Brighton, 1936-1937) financier (Vaucluse, NSW, 1943) ===''MOFFATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert David Gray Moffatt|Moffatt or Moffat or Gray, Robert David Gray "Bob"]] [https://www.familysearch.org/tree/person/details/GX8V-PM3] - 1911(Qld)-1983(Qld) - Licences: 4RD Mackay (1935-1939); 4RD Gracemere (1947-1948); 4RD Mackay (1954-1980+) - Qualifications: cc; AOCP 1549, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Herberton, Qld, 1936; Mackay, Qld, 1937); mechanic in broadcasting (Gracemere, Qld, 1949); technician (Mackay, Qld, 1954-1980) ===''MONEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Dudley Money|Money, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/G3JD-M9H] - 1907(Vic)-1986(Vic) - 3MY Melbourne (Canterbury, 1925-1939; Upwey, 1946-1948; Cheltenham, 1954-1969; East Bentleigh, 1975-1980+), amateur operator (AOCP 205, 1925, No. ?? in Vic), amateur broadcaster, draughtsman (Camberwell, 1931-1934), engineer (Upwey, 1942-1949; Moorabbin, 1954-1967; East Bentleigh, 1972-1980) ===''MONKHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Isaac Monkhouse|Monkhouse, Walter Isaac]] [https://www.familysearch.org/tree/person/details/K8ZT-YPN] - 1887(NZL)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio clubs (QWI & WIA Qld, president & lecturer); senior state public servant (Qld Public Works Dept, State Electrical Engineer); witness to Royal Commission 1927 (as president WIA Qld) - Electoral Rolls: telephone instructor (South Brisbane, 1919); engineer (Teneriffe, 1925; New Farm, 1928; Taringa, 1936-1954); electrical engineer (Bardon, 1958-1963) ===''MONKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Brendan Monks|Monks, Alfred Brendan]] [https://www.familysearch.org/tree/person/details/GDR2-444] - 1894(Tas)-1973(Vic) - Licences: 3AAB Melbourne (Diamond Creek, 1948; Northcote, 1954-1960; Preston, 1965-1969) - Qualifications: cc; CPRT 571, 1920; 2COCP 272, 1930; 1COCP 282, 1932 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1915) - Relationships: twin brother of 7BR Cyril Wilson Monks - Electoral Rolls: Western Electric engineer (East Sydney, 1930); licensee Railway Commercial Hotel (Albury, 1931-1932); radio telegraphist (Centennial Park, 1943); radio officer (Reservoir, Vic, 1963; Preston, 1967-1972) * [[/Cyril Wilson Monks|Monks, Cyril Wilson]] [https://www.familysearch.org/tree/person/details/GDR2-96N] - 1894(Tas)-1976(Vic) - Licences: 7BR Receive Hobart (Battery Point, 1923); Receive Hobart (Battery Point, 1923-1924) - Qualifications: cc; 1COCP 225, 1931 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1919); WW2 - Relationships: twin brother of 3AAB Alfred Brendan Monks - Electoral Rolls: federal civil servant (Battery Point, 1928); public servant (Bellerive, 1936-1937); radio inspector (Scarborough, WA, 1943; Nedlands, 1949); retired (Frankston, 1972) ===''MONTEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Monteath|Monteath, Frederick]] - 1895(Vic)-1943(NSW) - Licences: 3VM Receive Melbourne (Elsternwick, 1923-1924); 3KP Melbourne (Elsternwick, 1930-1933) - Qualifications: AOCP 694, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: photographer (Prahran, 1919; Elsternwick, 1921); mercer (Elsternwick, 1924-1931); photographer (Glenmore, NSW, 1934-1935; Ashfield, 1937); storekeeper (Rockdale, 1943) ===''MOODY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Percy Moody|Moody, Francis Percy]] [https://www.familysearch.org/tree/person/details/L1D9-KLG] - 1903(Qld)-19??(???) - Licences: 4FM Cairns (1932-1969) - Qualifications: cc; AOCP 967, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Rockhampton North, 1925-1926); accountant (Cairns, 1926-1949); radio dealer (Cairns, 1954-1980) ===''MOORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Moore|Moore, Albert Ernest "Ernie"]] [https://www.familysearch.org/tree/person/details/KW6D-TMT] - 1916(Qld)-1982(Qld) - Licences: 4?? Brisbane - Qualifications: cc; NAOCP Q728, 1980, No. ?? in Qld - amateur operator; prominent MW and SW broadcast DXer; clubs (All-Wave All-World DX Club, Shortwave League of Western Australia, Australian Radio DX Club, New Zealand Radio DX League, Southern Cross DX Club, DX Australia) - QSLs: portion (200+) of later QSL collection survives (ARDXC/NFSA) * [[/Eric John Theodore Moore|Moore, Eric John Theodore]] [https://www.familysearch.org/tree/person/details/GD91-7LN] - 1894(NSW)-1940(NSW) - Licences: XEM Sydney (Petersham, 1913-1914); Receive (Crystal) Sydney (Neutral Bay, 1923); 2EM Sydney (Neutral Bay, 1924-1928) - Qualifications: cc; CPRT 161, 1915; 2COCP 237, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Awards: UK merchant seaman medal - Electoral Rolls: engineer (Bronte, 1934-1937) * [[/Francis Leonard Moore|Moore, Francis Leonard "Frank"]] - 19??(???)-1924(NSW) - 2?? Sydney, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, employment (Archibald John Shaw, Maritime Wireless Co, United Distributors) - Comment: electrocuted while conducting wireless experiments * [[/Louis James Murphy Moore|Moore, Louis James Murphy "Leo"]] [https://www.familysearch.org/tree/person/details/L45W-GS4] - 1888(Vic)-1968(Vic) - Licences: 3LO Receive Seymour (1923); 3LO Seymour (1924-1925); 3MS Seymour (1924-1927) - Qualifications: cc; CPRT 85, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918); amateur operator; amateur broadcaster - Electoral Rolls: telegraph operator (Clifton Hill, 1909); telegraphist (Collingwood, 1912-1914); wireless operator (Collingwood, 1917-1919); telegraphist (Elsternwick, 1922); clerk (Seymour, 1924-1931; Bentleigh, 1936-1949); guesthouse proprietor (Healesville, 1954); clerk (Oakleigh, 1963-1968) - Withdrawal: Likely 3LO callsign withdrawn for allocation to 3LO Melbourne Class A ===''MOORHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Martin Moorhouse|Moorhouse or Moorehouse, Herbert Martin]] [https://www.familysearch.org/tree/person/details/KJPG-1HL] - 1899(Tas)-1990(WA) - Licences: 7HM Hobart (North Hobart, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Hobart South, 1922); carpenter (New Town, 1928); carrier (Hobart North, 1936); motordriver (Queensborough, 1949) ===''MORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Donald Moran|Moran, Cyril Donald]] - 19??-19?? - broadcast technician at 4QG under Qld Government, state public servant (4QG) ===''MORGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Mowbray Morgan|Morgan, Donald Mowbray]] [https://www.familysearch.org/tree/person/details/GDP7-218] - 1907(NSW)-1988(Tas) - Licences: T749 Receive Glebe (1922); Receive Glebe (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Huonville, 1928-1972) * [[/Ivor Morgan|Morgan, Ivor]] [https://www.familysearch.org/tree/person/details/LRSY-S8G] - 1909(Vic)-1977(Vic) - Licences: 3DH Melbourne (East Malvern, 1930-1933; Shepparton, 1937; East Malvern 1938-1939; Hawthorn, 1946-1975) - Qualifications: cc; AOCP 605, 1930, No. ?? in Vic; BOCP 20, 1936; TVOCP, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1931-1934); engineer (Brighton, 1936); broadcast engineer (3SR Shepparton, 1937); technician (Hawthorn, 1943-1977) - Relationships: Father of 3ZFM V. I. Morgan * [[/Reginald George Morgan|Morgan, Reginald George]] [https://www.familysearch.org/tree/person/details/LRFR-D7H] - 1914(Eng)-1993(NSW) - Licences: 6RM Perth (City, 1931); 2AJS Sydney (Randwick, 1938-1939); 2ABM Sydney (Coogee, 1946-1950; Bankstown, 1954-1958; Greenacre, 1960-1980+) - Qualifications: cc; AOCP 755, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Coogee, NSW, 1936-1937); no occupation (Coogee, NSW, 1949); electrical mechanic (Bankstown East, NSW, 1954); mechanic (Greenacre, NSW, 1963-1980) * [[/William Albert Morgan|Morgan, William Albert]] [https://www.familysearch.org/tree/person/details/9HVG-8PW] - 1899(Tas)-1965(Tas) - Licences: 7AI Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart West, 1922); electrical fitter (New Town, 1928-1937); fitter (New Town, 1943-1954); manager (Montrose, 1963) ===''MORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. H. Morley|Morley, W. H.]] - 19??(???)-19??(???) - Licences: 2WU Sydney (Watersleigh, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''MORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John William Morris|Morris, Albert John William]] [https://www.familysearch.org/tree/person/details/9V2B-Y2J] - 1873(Tas)-1940(Tas) - Licences: 7BS Receive Hobart (West Hobart, 1923); Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Hobart North, 1914-1943) * [[/Cecil Ralph Newman Morris|Morris, Cecil Ralph Newman]] [https://www.familysearch.org/tree/person/details/G3MW-YGT] - 1906(Qld)-1971(Qld) - Licences: Receive Brisbane (Rosalie, 1923); 4CN Brisbane (Rosalie, 1928); 4LW Brisbane (Rosalie, 1929-1933; Ashgrove, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 398, 1928, No. 45 in Qld - amateur operator; amateur broadcaster; technician (PMGD); WW2 - Electoral Rolls: mechanic (Rosalie, 1928); postal mechanic (Ashgrove, 1936-1954); supervising technician (Rosalie, 1958-1968) * [[/Glynn Ian Elliott Morris|Morris, Glynn Ian Elliott]] [https://www.familysearch.org/tree/person/details/G8XG-9TS] - 1908(???)-19??(???) - Licences: 3BZ Melbourne (Mordialloc, 1930-1939; Parkdale, 1946-1980+) - Qualifications: AOCP 621, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Mordialloc, 1931-1937); mechanic (Mentone, 1943); official (Mentone, 1949-1968); secretary (Mentone, 1972-1980) * [[/Jack Dudley Morris|Morris, Jack Dudley]] [https://www.familysearch.org/tree/person/details/GZ2R-NMZ] - 1914(Vic)-1944(At Sea) - Licences: 3LX Melbourne (Oakleigh, 1933, pirate); 3DQ Melbourne (Oakleigh, 1934-1937) - qualifications: AOCP 1244, 1934, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (mention in despatches) - electoral rolls: operator (Oakleigh, 1936-1942) - Sacrifice: "Greater love hath no man than this" * [[/Richard Charles William Morris|Morris, Richard Charles William (BDM) or Charles Richard William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXW7-56S] - 1922(Qld)-1984(Qld) - Licences: 4MT Rockhampton (1954-1980) - Qualifications: cc; AOCP 3210, 1951, Qld; BOCP 1460, 1956 - amateur operator; WW2 - Electoral Rolls: electrician (Rockhampton, 1949); electrical fitter (Rockhampton, 1954-1963); radio technician/electrician (Rockhampton, 1968-1972); radio technician (Rockhampton, 1977-1980) * [[/Ronald David Morris|Morris, Ronald David]] [https://www.familysearch.org/tree/person/details/LX5W-S7Z] - 1904(Vic)-1997(Vic) - Licences: 3AP Receive Melbourne (Caulfield, 1922); 3AP Melbourne (Caulfield, 1922-1927); 3APM Melbourne (East Brighton, 1947-1980+) - Qualifications: cc; AOCP 151, 1925, No. ?? in Vic; CPRT 919, 1926; BOCP 600, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Caulfield, 1925-1931); radio (Brighton, 1936-1937); mechanic (Brighton, 1943; Elsternwick, 1949-1967; Brighton East, 1972-1977) * [[/Sydney Paul Francis Morris|Morris, Sydney Paul Francis "Syd"]] [https://www.familysearch.org/tree/person/details/GX95-MRP] - 1888(Vic)-1960(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: clerk (Prahran, Vic, 1909; Dandenong, 1912-1913); clerk & telegraphist (Eltham, Vic, 1924); manager (East Bairnsdale, Vic, 1925-1928); clerk (Sandringham, Vic, 1931); inspector (Caulfield, Vic, 1942-1949) * [[/William Belfort Morris|Morris, William Belfort]] [https://www.familysearch.org/tree/person/details/G8X1-VYQ] - 1910(WA)-1991(WA) - Licences: 6WM Perth (Hollywood, 1930-1937; Mt Lawley, 1938-1939); 6WM Kalgoorlie (1946-1954); 6WM Perth (Applecross, 1955-1975) - Qualifications: cc; AOCP 625, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Hollywood, 1931-1937); newsagent (Kalgoorlie, 1949-1954); representative (Applecross, 1958-1980) ===''MORRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Cyril Tucker Morrison|Morrison, Gordon Cyril Tucker]] [https://www.familysearch.org/tree/person/details/GFMN-J6Z] - 1916(WA)-1993(NSW) - Licences: 6KN Geraldton (1935-1937); 6KN Perth (City, 1938-1939); 2AKN Sydney (Hernes Bay, 1947; Parramatta, 1948-1950; Balgowlah, 1954-1958) - Qualifications: cc; AOCP 1485, 1935, WA; BOCP 89, 1937; 3COCP 1536, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Geraldton, WA, 1937); radio employee (North Perth, WA, 1943); aircraft surveyor (Parramatta North, NSW, 1949; Balgowlah, NSW, 1954-1963); surveyor (Wahroonga, NSW, 1968-1980) * [[/Lionel Morrison|Morrison, Lionel]] [https://www.familysearch.org/tree/person/details/KDMZ-K6G] - 1906(WA)-1996(WA) - Licences: 6LM Perth (Bayswater, 1939, 1947-1980) - Qualifications: cc; AOCP 1485, 1939, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Sandstone, WA, 1931); pipefitter (Wiluna, WA, 1936-1937); fitter (Wiluna, WA, 1943; Bayswater, WA, 1949-1980) ===''MORRISSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Joseph Martindale Morrissey|Morrissey, Brian Joseph Martindale]] - 19??(???)-19??(???) - Licences: 5AP Adelaide (Prospect, 1935-1937) - Qualifications: cc; AOCP 1544, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''MORROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Caldwell Morrow|Morrow, Arthur Caldwell]] [https://www.familysearch.org/tree/person/details/GHQF-T2F] - 1912(Qld)-1967(Qld) - Licences: 4BM Brisbane (Paddington, 1937-1939) - Qualifications: cc; 2COCP 335, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Red Hill, Qld, 1934-1937); wireless operator (Paddington, Qld, 1943); farmer (Paddington, Qld, 1949-1963) ===''MORSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel Percy Morse|Morse, Noel Percy "Bill"]] [https://www.familysearch.org/tree/person/details/GWRN-3QR] - 1914(Qld)-1942(At Sea) - Licences: 2JE Sydney (Cremorne, 1934-1935); 4LI Brisbane (Clayfield, 1937); 2AHS Sydney (Mosman, 1938-1939) - Qualifications: cc; AOCP 1402, 1934, Qld - amateur operator; amateur broadcaster; WW2 (RNZAF, Pilot Officer) - Electoral Rolls: radio engineer (Buranda, Qld, 1937; Clayfield, Qld, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.rafcommands.com/database/wardead/details.php?qnum=95585 RAF Commands]; [https://www.aucklandmuseum.com/war-memorial/online-cenotaph/record/C29996 Auckland Museum]; [http://aircrewremembered.com/morse-noel.html AirCrewRemembered] ===''MORTIMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mark Mortimer|Mortimer, Mark]] [https://www.familysearch.org/tree/person/details/GS7M-ZZ4] - 1887(Irl)-19??(???) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 107, 1915; 2COCP 48, 1929; 1COCP 89, 1930; BOCP 48, 1934? - RANRS (Warrant Telegraphist, 1917) - Comment: numerous contemporaneous MMs - Electoral Rolls: Nil yet identified ===''MORTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Evors Morton|Morton, Charles Evors]] [https://www.familysearch.org/tree/person/details/GZJ5-F3R] - 1888(Qld)-1963(NSW) - 2MH Sydney (Homebush, 1925-1934), amateur operator (AOCP 170, 1925, No. ?? in NSW), amateur broadcaster, public servant (Rockhampton, 1912), WW1 ===''MOSES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Joseph Moses|Moses, Charles Alfred Joseph]] - 1900(Eng)-1988(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - ABC (general manager) - Electoral Rolls: - Links: [[w:Charles Moses|Wikipedia]]; [https://adb.anu.edu.au/biography/moses-sir-charles-joseph-15044 ADB] ===''MOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Moss|Moss, George Arthur]] [https://www.familysearch.org/tree/person/details/GZG7-86Y] - 1903(WA)-2000(WA) - Licences: 6GM Perth (Cottesloe Beach, 1926-1931; Mt Lawley, 1933-1939, 1946-1956; Mt Pleasant, 1960-1965; Boya, 1969-1995+) - Qualifications: cc; AOCP 233, 1926, No. ?? in WA; AOLCP 177, 1934; 1COCP 574, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: piano mechanic (Cottesloe Beach, 1925); wireless mechanic (North Perth, 1931-1958); lecturer (Mt Pleasant, 1963; Boya, 1968-1980) - [https://qsl.net/vk6zse/historic/p-vk6gm.html QSL.net] ===''MOULE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Ernest Moule|Moule, Clifford Ernest "Cliff"]] [https://www.familysearch.org/tree/person/details/G8XQ-DFH] - 1912(SA)-1998(SA) - Licences: 5CX Adelaide (Parkside, 1930-1939; Plympton, 1946-1948; McLaren Vale, 1954; Lower Mitcham, 1955-1956; Westbourne Park, 1960-1980+) - Qualifications: cc; AOCP 611, 1930, No. ?? in SA; BOCP 1462, 1956 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Clarence Gardens, 1939-1941; Glandore West, 1943) ===''MOWLEM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Mowlem|Mowlem, Leonard]] [https://www.familysearch.org/tree/person/details/GX9F-DHH] - 1878(???)-1950(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: naval employee (Toorak, 1919); radio telegraphist (Thursday Island, 1921); telegraphist (Toorak, 1925); engineer (Toorak, 1928); wireless (Malvern, 1931-1949) ===''MOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Murray Moyle|Moyle, John Murray "Johnny"]] - 1908(Vic)-1960(ACT) - 2JU Sydney, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly, 1932+; Radio TV & Hobbies, 1939-), education (Scotch College, 1923-1926), military (WW2, RAAF 1941-, Squadron Leader), broadcast (3DB, 1920s) (callsign 2JU previously Ross Amos Hull) - Links: [http://messui.polygonal-moogle.com/valves/NW198909.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198910.pdf EA2] ===''MUIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sibbald Allison Muir|Muir, John Sibbald Allison]] [https://www.familysearch.org/tree/person/details/LRB3-1J6] - 1904(SA)-1996(Vic) - 3QW Receive Melbourne (Brighton, 1923); 3QW Melbourne (Brighton, 1923-1926) - Qualifications: cc; AOCP 91, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; likely operator of 3NS dealer licence for Norris & Skelly, Elizabeth St, Melbourne 1924 - Electoral Rolls: dealer (Brighton, 1925-1927); radio dealer (Malvern, 1928); wireless (Brighton, 1931); engineer (Brighton, 1935; Ringwood, 1936-1954); nil (Somers, 1963; Langwarrin, 1968-1977; Garfield, 1980) * [[/Robert White Muir|Muir, Robert White]] [https://www.familysearch.org/tree/person/details/K644-M2J] - 1904(WA)-1966(WA) - Licences: 6RW Wagin (1933-1939); 6RW Perth (Subiaco, 1947-1965) - Qualifications: cc; AOCP 1184, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (Albany, WA, 1925-1926); jeweller & radio dealer (Wagin, WA, 1931); jeweller (Wagin, WA, 1936-1943); watchmaker (Subiaco, WA, 1949-1963) ===''MULLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Fred Mullett|Mullett, Leslie Fred]] [https://www.familysearch.org/tree/person/details/GXRX-BQD] - 1903(SA)-1980(SA) - Licences: 5ZQ Adelaide (Highgate, 1932-1933) - Qualifications: cc; AOCP 1065, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Highgate, SA, 1939-1941); engineer (Barton, ACT, 1949) ===''MULLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Mulligan|Mulligan, Frederick Charles]] [https://www.familysearch.org/tree/person/details/L2QS-X7W] - 1886(NZ)-1982(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 135, 1915; 2COCP 211, 1930; 1COCP 329, 1933 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: engineer operator (Clayfield, 1914-1917); wireless operator (Emita, Flinders Island, 1919-1928); OIC Radio Station (Darwin, 1934); radiologist (Ascot, 1936); OIC radio (Townsville, Qld, 1943); retired (Warrimoo, NSW, 1954-1958; Umina, NSW, 1958) ===''MUNRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Bruce Willson Munro|Munro, Bruce Willson]] [https://www.familysearch.org/tree/person/details/G7GX-CDJ] - 1908(Qld)-1994(Qld) - Licences: 4AL Brisbane (Hawthorne, 1927-1931; Bulimba, 1933-1939) - Qualifications: cc; AOCP 339, 1927, No. 35 in Qld; 2COCP 68, 1936 - amateur operator; amateur broadcaster; aeronautical experimenter; pilot; Qld Aero Club (Brisbane, honorary flying instructor, 1930s); Dept Civil Aviation (Brisbane, Assistant Plan Printer, 1956-1968) - Electoral Rolls: commercial pilot (Moorooka, 1943); flight checking officer (Townsville, 1943); pilot (West End, 1949-1963); commonwealth public servant (Wynnum, 1968-1972); retired (Wynnum, 1977-1980) ===''MURDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilmot Henry Murden|Murden, Wilmot Henry]] [https://www.familysearch.org/tree/person/details/G691-7WC] - 1915(Vic)-19??(???) - Licences: 7TY Launceston (1934-1937); 3TY Melbourne (West Preston, 1938-1939; Thornbury, 1947); 3TY Rapanyup (1948); 3TY Sale (1954-1955); 3TY Swan Hill (1956-1960) - Qualifications: cc; AOCP 1243, 1934, No. ?? in Tas; BOCP 1176, 1950; 1COCP 1610, 1951 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Sale, 1954); radio engineer (3SH, Sale, 1963) ===''MURDOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Fraser Murdoch|Murdoch, James Fraser "Fraser"]] - 19??(???)-19??(???) - 4FQ Toowoomba (1946-1948), amateur operator (AOCP 2383, 1939, No. ?? in Qld), amateur broadcaster, employment (Empire Theater under Cliff Gold 4CG) ===''MURPHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold James Murphy|Murphy, Harold James]] [https://www.familysearch.org/tree/person/details/LD6Q-ZGP] - 1899(NSW)-1958(Qld) - Licences: 4HM Ilfracombe (1935-1937); 4HM Pomona (1938-1939); 4HM Brisbane (Wooloowin, 1947-1956) - Qualifications: cc; AOCP 1532, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: telegraphist (Auchenflower, Qld, 1925; Milton, Qld, 1928); postal official (Stanthorpe, Qld, 1930); postmaster (Ilfracombe, Qld, 1936-1937); insurance agent (Wooloowin, Qld, 1943); postal official (Wooloowin, Qld, 1949); public servant (Stafford, Qld, 1958) ===''MURRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Alexander Murray|Murray, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/G89D-SZ7] - 1908(???)-1985(NSW) - Licences: 2FM Sydney (Rose Bay, 1927; Mosman, 1928-1935; Cremorne, 1936-1939; Mosman, 1946-1947; Lindfield, 1948-1949; Carramar, 1950-1975); 2FM Blayney (1980+) - Qualifications: AOCP 336, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Mosman, 1930); engineer (Mosman, 1933); fitter (Mosman, 1934); draftsman (Mosman, 1935); engineer (Neutral Bay, 1943); draftsman (Mosman, 1949); draughtsman (Carramar, 1958-1977); retired (Blayney, 1980) * [[/John William Murray|Murray, John William]] [https://www.familysearch.org/tree/person/details/G879-32L] - 1905(Vic)-1997(Vic) - Licences: 3JY Melbourne (Elsternwick, 1928-1930; Fitzroy, 1931-1939); 3AJY Melbourne (Kew, 1960-1980+) - Qualifications: AOCP 396, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Elsternwick, 1928); projectionist (St Kilda, 1934; Melbourne East, 1936); technician (St Kilda West, 1943-1949); projectionist (Kew, 1954-1980) - several contemporaneous John William Murray's in Melbourne, identification not certain * [[/Kynaston Noel Lathrop Murray|Murray, Kynaston Noel Lathrop]] - 1838(Eng)-1916(Tas) - clubs and societies (Telegraph Electrical Society Vic, member, 1880s; Vic Posts & Telegraphs, 1860s-1870s; Vic Railways Dept, 1880s-1890s) * [[/Malcolm Imlay Murray|Murray, Malcolm Imlay]] [https://www.familysearch.org/tree/person/details/G8VW-684] - 1908(WA)-1980(WA) - Licences: 6MY Perth (City, 1930; South Perth, 1933-1939; Floreat Park, 1946-1980+) - Qualifications: cc; AOCP 677, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (East Perth, 1931); radiotrician (South Perth, 1936; Floreat Park, 1943-1980) ===''MUSGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Mandeville D'Oyly Musgrove|Musgrave, Mandeville D'Oyly]] - 19??-19?? - broadcast station proprietor (6ML & others) ===''MUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus Keith Mutton|Mutton, Angus Keith]] [https://www.familysearch.org/tree/person/details/GD5F-BQM] - 1910(SA)-1991(SA) - Licences: 5ZY Adelaide (Toorak Gardens, 1933; Tusmore, 1937-1938) - Qualifications: cc; AOCP 1089, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Tusmore Gardens, SA, 1939-1943) * [[/Arthur Henry Mutton|Mutton, Arthur Henry]] [https://www.familysearch.org/tree/person/details/KC1Y-PP5] - 1908(NSW)-1986(NSW) - Licences: 2QT Receive Sydney (Stanmore, 1923-1925); 2QT Sydney (Stanmore, 1926-1939) - Qualifications: AOCP 237, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Annandale, 1930-1937); communication engineer (Maroubra, 1943-1968); public servant (Bayview, 1972-1980) =='''N'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''NAIRN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Linley Beeton Nairn|Nairn, Arthur Linley Beeton]] [https://www.familysearch.org/tree/person/details/L58V-M8X] - 1895(SA)-1978(NZ) - Licences: 2BI Receive Sydney (Mosman, 1922-1923) - Qualifications: CPRTelephony 373, 1918 - amateur receiver - Electoral Rolls: company manager (Hamilton, NZ, 1938); director (Days Bay, Wellington, NZ, 1946-1954) ===''NANCARROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Stanley Nancarrow|Nancarrow, Ralph Stanley]] [https://www.familysearch.org/tree/person/details/GST3-XQ3] - 1904(SA)-1991(SA) - Licences: 5PK Georgetown (1930-1933); 2PY Sydney (Mosman, 1935; Randwick, 1936-1939); 2ACN Sydney (Lane Cove, 1954-1961; North Ryde, 1965-1975) - Qualifications: cc; AOCP 719, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Randwick, NSW, 1936-1937); electrical fitter (Lane Cove, NSW, 1943-1963); fitter (North Ryde, NSW, 1972-1980) ===''NANGLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Nangle|Nangle, James]] [https://www.familysearch.org/tree/person/details/GD3V-F31] - 1869(NSW)-1941(NSW) - Licences: 2MU Receive Sydney (Marrickville, 1922); 2MU Sydney (Marrickville, 1923-1927; Observatory, 1928-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; 1920s Superintendent Technical Education NSW; hon. Government Astronomer NSW; Sydney University (Senate); Royal Society of NSW (president); Fellow Royal Astronomical Society; Fellow Federal Institute of Architects; author (astronomy, architecture) - Electoral Rolls: architect (Petersham, 1903); Government Astronomer (Observatory, 1930-1937) - Links: [https://adb.anu.edu.au/biography/nangle-james-7722 ADB] ===''NASH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Charles Nash|Nash, William Robert Charles]] [https://www.familysearch.org/tree/person/details/GDWX-LWF] - 1918(NSW)-2007(NSW) - Licences: 2WW Sydney (Crows Nest, 1934-1937); 4WN Cairns (1938-1939) - Qualifications: cc; AOCP 1329, 1934, Qld; 1COCP 138, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: company manager (Castlecrag, NSW, 1963-1980) ===''NEALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Drayton Neale|Neale, Eric Drayton Snr]] [https://www.familysearch.org/tree/person/details/G88H-NWT] - 1907(Qld)-1968(Qld) - Licences: 4EN Longreach (1934-1939); 4EN Brisbane (Wooloowin, 1946-1960) - Qualifications: cc; AOCP 1298, 1934, Qld - amateur operator, amateur broadcaster, federal public servant (PMGD, telegraphist), radio club (WIAQ, QSL officer) - Relationships: father of 4?? Eric Drayton Neale Jnr - Electoral Rolls: telegraphist (Wooloowin, 1928; Longreach, 1936; Grange, 1937; Wooloowin, 1943-1963) ===''NEAVERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Laurence Neaverson|Neaverson, Leslie Laurence or Lawrence Leslie]] [https://www.familysearch.org/tree/person/details/LYTM-HCD] - 1899(Eng)-1993(NSW) - Licences: G5NX (Lakeside, Cumbria, 1922+); 4NV Brisbane (Holland Park, 1947-1956+) - Qualifications: cc; Nil yet identified - amateur operator; associate member IRE (Britain); principal Anglo Austral Hearing Aid Dispensary - Electoral Rolls: surgical technician (Holland Park, Qld, 1949-1958) ===''NELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alfred Montague Nell|Nell, George Alfred Montague]] [https://www.familysearch.org/tree/person/details/G87B-PP6] - 1900(Ceylon)-1989(NSW) - Licences: 2JQ Quirindi (1928-1929); 2JQ Canberra (1930); 2JQ Moruya (1931-1936); 2JQ Binda (1937-1939); 2JQ Crookwell (1946-1950); 2JQ Junee (1954-1965); 2JQ Goulburn (1969-1980) - Qualifications: AOCP 413, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clergyman (Moruya, 1930-1934; Crookwell, 1936-1949; Junee, 1954-1968; Goulburn, 1972-1980) ===''NELSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Yeates Nelson|Nelson, John Yeates]] [https://www.familysearch.org/tree/person/details/G884-YDV] - 1851(Irl)-1932(NSW) - Licences: XAA Sydney (McMahon's Point, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter; federal public servant (PMGD, chief electrical engineer (NSW)) - Electoral Rolls: electrician (Milson's Point, 1930-1931) ===''NESTROM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Louis Nestrom|Nestrom, Oliver Louis]] [https://www.familysearch.org/tree/person/details/GX22-9H4] - 1912(NSW)-1999(SA) - Licences: 5RZ Adelaide (St Peters, 1936-1937; Joslin, 1938); 2ADJ Sydney (Homebush, 1939); 5RZ Adelaide (Colonel Light Gardens, 1947; Glenelg, 1948; St Georges, 1954); 5RZ Port Augusta, 1955-1956); 5RZ Adelaide (Kurralta Park, 1960; Manningham, 1965-1969; St Peters, 1975); 5RZ Clare (1980+) - Qualifications: cc; AOLCP, 224, 1935; AOCP 1725, 1936, SA; BOCP 719, 1946; 2COCP 1178, 1949; 1COCP 1491, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Modbury, SA, 1939); fitter (Strathfield, NSW, 1943) ===''NEVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Clifford Anderson Neville|Neville, Alfred Clifford Anderson]] [https://www.familysearch.org/tree/person/details/GXH3-Z4D] - 1907(Eng)-1987(Qld) - Licences: 4ED Receive Brisbane (Wooloowin, 1923) - Qualifications: cc; 3COCP 5827, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Hamilton, Qld, 1928); clerk (Windsor, Qld, 1934-1943); accountant (Hawthorne, Qld, 1954-1958); retired (East Brisbane, 1963-1980) ===''NEWBERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Mallord Newberry|Newberry, Archibald Mallord]] [https://www.familysearch.org/tree/person/details/LH51-SDW] - 1893(Eng)-1973(Vic) - Licences: 3AN Red Cliffs (1930-1939) - Qualifications: AOCP 606, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: watchmaker (Red Cliffs, 1924-1931); radio dealer (Red Cliffs, 1934-1942); cycle dealer (Red Cliffs, 1949-1972) ===''NEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert James Newell|Newell, Albert James "Bert"]] [https://www.familysearch.org/tree/person/details/LJ1C-RGW] - 1910(Sct)-1998(Qld) - Licences: 4BN Mill Hill via Warwick (1936-1939); 4BN Brisbane (Archerfield, 1947-1948; Moorooka, 1954); 4AJ Brisbane (Moorooka, 1965; Yeronga, 1969; Ormiston, 1975); 4AJN Brisbane (Ormiston, 1980+) - Qualifications: cc; AOCP 1727, 1936, Qld; 2COCP 559, 1942; 1COCP 588, 1942; TVOCP 531, 1962 - amateur operator; amateur broadcaster; AWA Aviation Radio Service - Electoral Rolls: shed hand (Mill Hill, Qld, 1931-1943); radio technician (Moorooka, Qld, 1949-1968); television technician (Yeronga West, Qld, 1972); retired (Ormiston, Qld, 1977-1980) ===''NEWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Frederick Newman|Newman, Arthur Frederick]] [https://www.familysearch.org/tree/person/details/9JJ9-YSK] - 1881(India)-1952(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 10, 1914; CPRT 90, 1915; 1COCP 49, 1930 - RANRS (Radio Lieutenant, 1917-1920, terminated Nov 1920); WW1; WW2 - Comment: several contemporaneous AFNs - Electoral Rolls: traffic officer (Elsternwick, 1917-1919); assistant! (Malvern East, 1924-1931); piano tuner (St Kilda, 1931) * [[/Sydney Moreton Newman|Newman, Sydney Moreton "Syd"]] [https://www.familysearch.org/tree/person/details/LL41-PBM] - 1898(NSW)-1998(NSW)99yo - Licences: XPZ Melbourne (Canterbury, 1913-1914); 3MC Melbourne (Canterbury, 1923-1927) - Qualifications: cc; CPRT 655, 1921; 1COCP 90, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Turramurra, 1930-1958); retired (Wahroonga, 1963-1980) - TroveTag: "XPZ-3MC - Sydney Moreton Newman" (68 tags) - Links: [http://messui.polygonal-moogle.com/valves/NW199101.pdf EA] * [[/William Harold Newman|Newman, William Harold]] [https://www.familysearch.org/tree/person/details/GD3V-4N5] - 1889(NSW)-1943(Vic) - Licences: 2MK? Receive Sydney (Artarmon, 1922); 2MJ Sydney (Artarmon, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: railway official (Artarmon, 1930-1934); secretary (Mosman, 1936-1943) ===''NICHOLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rupert Nicholas|Nicholas, William Rupert]] [https://www.familysearch.org/tree/person/details/GD14-RFV] - 1913(Tas)-1995(Tas) - Licences: 7WR Hobart (North Hobart, 1932-1939) - Qualifications: cc; AOCP 896, 1932, No. ?? in Tas; AOLCP 72, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Hobart North, 1936; New Town, 1943-1954) ===''NICOLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Nicoll|Nicoll, William]] - 1903(Canada)-19??(???) - Licences: 4CO Receive Brisbane (Upper Paddington, 1923) - Qualifications: cc; CPRT 644, 1921 - amateur Receiver - Electoral Rolls: telegraphist (Bardon, 1925-1929) ===''NICHOLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hartley Nicholls|Nicholls, Alan Hartley]] [https://www.familysearch.org/tree/person/details/GFQR-VH9] - 1913(WA)-1981(WA) - Licences: 6KE Corrigin (1936-1937); 3NI Melbourne (East St Kilda, 1938-1939); 2NI Sydney (Manly, 1946; Cremorne, 1947-1954; Manly, 1955-1956); 2ANI Sydney (Mosman, 1960-1965); 4AL Brisbane (Greenslopes, 1965); 4NI Cairns (1975); 6NX Perth (South Guildford, 1980) - Qualifications: cc; AOCP 1814, 1936, WA; BOCP 219, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: RAAF (Hawthorn, Vic, 1942); radio engineer (Cremorne, NSW, 1949); shopkeeper (Wilston, Qld, 1958); electronic engineer (Cremorne, NSW, 1963); engineer (Cairns, Qld, 1972-1977; South Guildford, WA, 1980) * [[/Francis Edgar Nicholls|Nicholls, Francis Edgar]] [https://www.familysearch.org/tree/person/details/GD1H-8KQ] - 1910(Vic)-1995(Tas) - Licences: 7RY Devonport (1932-1933); 7RY Burnie (1937-1939); 7RY Hobart (New Town, 1946-1948; Lenah Valley, 1954-1955; New Town, 1960; Lenah Valley, 1965-1969; Midway Point, 1975-1980) - Qualifications: cc; AOCP 991, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Lenah Valley, 1943-1954) * [[/William James Nicholls|Nicholls, William James]] [https://www.familysearch.org/tree/person/details/G6S3-26D] - 19??(Vic)-1966(Vic) - Licences: 3FW Melbourne (Moonee Ponds, 1931-1933) - Qualifications: cc; AOCP 780, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Moonee Ponds, 1922-1963) * [[/William John Matthew Nicholls|Nicholls, William John Matthew or William John]] [https://www.familysearch.org/tree/person/details/G8WW-PDS] - 1908(Vic)-19??(???) - Licences: 3WX Melbourne (Williamstown, 1928-1933); 7WX Launceston (1937-1939); 3WX Melbourne (Williamstown, 1946-1965; East Malvern, 1969-1980+) - Qualifications: cc; AOCP 419, 1928, No. ?? in Vic; 2COCP 343, 1931; 1COCP 309, 1933 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Williamstown, 1931-1936); RAAF (Williamstown, 1949); radio engineer (Williamstown, 1954-1963; Malvern East, 1968-1980) ===''NICHOLSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Russell Malcolm Nicholson|Nicholson, Russell Malcolm]] [https://www.familysearch.org/tree/person/details/G8Z7-7W4] - 1909(Qld)-1974(NSW) - Licences: 4KG Ilfracombe (1929-1933) - Qualifications: cc; AOCP 529, 1929, No. ?? in Qld; BOCP 48, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing contractor (Longreach, 1936); manager 4LG (Longreach, 1937); radio mechanic (Coolangatta, 1949-1972) ===''NICOLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Hort Wilmot Nicolle|Nicolle, Horace Hort Wilmot]] [https://www.familysearch.org/tree/person/details/G8ZS-MZF] - 1908(NSW)-1974(NSW) - Licences: 2HK Sydney (Strathfield, 1929-1933; Ryde, 1934); 2AJT Sydney (Wollstonecraft, 1939) - Qualifications: AOCP 527, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chemist apprentice (Strathfield, 1930); pharmacist (Strathfield, 1933-1935); chemist (Chatswood, 1943-1968) ===''NILSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver John Nilsen|Nilsen, Oliver John]] [https://www.familysearch.org/tree/person/details/G8W4-W1G] - 1884(Vic)-1977(Vic) - Licences: Receive (Valve) Melbourne (Brighton, 1923); 3UZ Melbourne (1924-25) - Qualifications: Nil identified to date - amateur operator; amateur broadcaster - 3UZ experimental callsign issued to Oliver J. Nilsen & Co in 1923, operator N. J. Boyd; callsign withdrawn 1925 and reallocated to Nilsen's broadcast station which remains current as at 2021 - Electoral Rolls: electrical engineer (Fitzroy, 1909-1924; Chelsea, 1928-1931); contractor (Caulfield, 1934-1954); engineer (Elsternwick, 1972; Hawthorn, 1977-1980) - Links: [https://adb.anu.edu.au/biography/nilsen-oliver-john-11244 ADB] ===''NISSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Laurence Nissen|Nissen, Eric Laurence]] [https://www.familysearch.org/tree/person/details/G8DS-ZLR] - 1905(Qld)-2001(Qld) - Licences: 4XN Dalby (1930-1939, 1946-1975+); 4XN Toowoomba (1980) - Qualifications: cc; AOCP 574, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, member); broadcast technician (4QS, 1939-1976); federal public servant (PMGD); Awards: Imperial Service Medal 1976 - Electoral Rolls: none specified (Dalby, 1928-1937); PMG technician (Dalby, 1972); retired (Toowoomba, 1977) ===''NIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edgar Nixon|Nixon, Arthur Edgar]] [https://www.familysearch.org/tree/person/details/G8M2-SM5] - 1905(Vic)-1961(Vic) - Licences: 3ON Receive Melbourne (Windsor, 1923-1924) - Qualifications: AOCP 361, 1927, No. ?? in Vic - amateur receive operator - Electoral Rolls: labourer (Elsternwick, 1931); salesman (St Kilda West, 1931-1936); electrical fitter (Albert Park, 1943-1954) ===''NOLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Michael Nolan|Nolan, Francis Michael]] [https://www.familysearch.org/tree/person/details/9Q3R-X84] - 1910(NSW)-1985(Qld) - Licences: 4FN Brisbane (Wooloowin, 1935-1937; Clayfield, 1938-1939; Stafford Heights, 1946-1948); 4MF Portable (1948); 9FN Port Moresby & 9MF Portable (1954-1956); 4FN/T Gracemere (1960-1969); 4FN/T Brisbane (Wavell Heights, 1975; Virginia, 1980) - Qualifications: cc; AOCP 1433, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, WIAQ); broadcast technician (9PA, 4RK); radio serviceman; federal public servant (PMGD) - Electoral Rolls: * [[/Francis William Nolan|Nolan, Francis William "Frank"]] [https://www.familysearch.org/tree/person/details/GX6W-XPW] - 1897(NSW)-19?? - Licences: 4JU Brisbane (Brisbane City, 1929-1939, 1947-1956; Paddington, 1960) - Qualifications: cc; AOCP 43? & 501, 1924 & 1929, No. ? in Qld - amateur operator; amateur broadcaster; radio serviceman - Relationships: husband of 4LO Violet Elizabeth Nolan nee Hennessey - Comment: several genealogy sites have wrong data for FWN - Electoral Rolls: cartoonist (Brisbane City, Qld, 1921-1925); radio mechanic (Brisbane, City, 1934-1936); radio engineer (Brisbane City, Qld, 1954-1958) * [[/John Spencer Nolan|Nolan, John Spencer]] [https://www.familysearch.org/tree/person/details/LTBW-KMV] - 1868(NSW)-1936(NSW) - Licences: XED Sydney (Double Bay, 1911-1914); 2JH Receive Sydney (Double Bay, 1922); 2JH Sydney (Double Bay, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; dentist and dental surgeon - Relationships: father of 2YI Philip Spencer Nolan - Electoral Rolls: dentist (Woollahra, 1930-1935) * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] [https://www.familysearch.org/tree/person/details/GX6W-DSX] - 1896(Qld)-19??(???) - Licences: 4LO Brisbane (City, 1931-1939) - Qualifications: cc; AOCP 826, 1931, No. ? in Qld - amateur operator; amateur broadcaster - Comment: fourth YL operator in Qld - Relationships: wife of 4JU Francis William Nolan - Electoral Rolls: home duties (Brisbane City, Qld, 1921-1943); not stated (Eagle Heights, Qld, 1949); home duties (Tweed Heads, NSW, 1954); domestic (Spring Hill, Qld, 1958); retired (Coolangatta, Qld, 1958) * [[/Philip Spencer Nolan|Nolan, Philip Spencer "Spencer"]] [https://www.familysearch.org/tree/person/details/LTBW-ZWX] - 1897(NSW)-1929(NSW) - Licences: 2YI Sydney (Double Bay, 1924-1929) - Qualifications: AOCP 58, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; dentist - Relationships: son of XED-2JH Lieut John Spencer Nolan - Comment: gone too soon - Electoral Rolls: Nil yet identified ===''NOLTE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Nolte|Nolte, George Edward]] [https://www.familysearch.org/tree/person/details/G8HG-DD4] - 1911(Vic)-1997(NSW) - Licences: 3NO Melbourne (Elwood, 1929-1939); 2QO Sydney (Potts Point, 1948-1950; Bexley North, 1954-1975); 2QO Wamberal (1980+) - Qualifications: AOCP 492, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1936-1937); radio engineer (Darlinghurst, 1943-1949; Bexley North, 1958-1963); retired (Wamberal, 1980) ===''NORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Norman|Norman, William James]] [https://www.familysearch.org/tree/person/details/GD1Q-ZRS] - 1899(Tas)-19??(???) - Licences: 7WJ Eddystone Point Lighthouse (1931) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: stoker (Longford, 1922); lightkeeper (Tasman Island, 1928; Eddystone Lighthouse, 1934; Maatauyker Island, 1936; Currie Harbour, King Island, 1937) ===''NORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Anthony David Norris|Norris, Anthony David "Tony"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Edgar Lewin Norris|Norris, Edgar Lewin]] [https://www.familysearch.org/tree/person/details/G9YH-3D4] - 1891(Qld)-1956(Qld) - Licences: 4CK Receive Toowoomba (1922); 4CK Toowoomba (1923-1931) - Qualifications: cc; AOCP 80, 1925, No. 8 in Qld - amateur operator; amateur broadcaster; radio club (Toowoomba RC); WW1 - Relationships: father of 4NO Edgar Thomas Norris - TroveTag: "4CK - Edgar Lewin Norris" - Electoral Rolls: optician (Rockhampton, 1913); optometrist (Wooloowin, 1919; Toowoomba, 1925-1954) * [[/Edgar Thomas Norris|Norris, Edgar Thomas "Tom" "Tommy"]] [https://www.familysearch.org/tree/person/details/G855-G68] - 1930(Qld)-2019(Qld) - Licences: 4NO Toowoomba (1969-1980+) - Qualifications: cc; 3COCP 6945, 1967; AOLCP Q2, 1968; AOCP Q13, 1968, Qld - amateur operator, amateur broadcaster - Relationships: son of 4CK Edgar Lewin Norris - Electoral Rolls: charge hand (Toowoomba, 1954-1980) ===''NORTHEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurence Harry Northeast|Northeast, Laurence Harry "Laurie"]] [https://www.familysearch.org/tree/person/details/LLM3-8NK] - 1908(SA)-1972(SA) - Licences: 5LH Adelaide (Rosewater, 1927) - Qualifications: cc; AOCP 315, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Rosewater, 1939-43) =='''O'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ==='''OAKES'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Andrew Oakes|Oakes, Walter Andrew]] [https://www.familysearch.org/tree/person/details/GDRK-RBQ] - 1907(Tas)-1983(NSW) - Licences: 7BQ Receive Hobart (New Town, 1923); Receive Hobart (New Town, 1923) - Qualifications: cc; 3COCP N1088, 1971 - amateur receiver - Electoral Rolls: electrician (Manly, 1930); electrical fitter (Launceston, 1937); railway employee (New Town, 1943-1949); electrician (Lindfield, 1954); business proprietor (Roseville, 1958); managing director (Roseville, 1963-1968); director (Roseville, 1972-1980) ==='''O'BRIEN'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Clare O'Brien|O'Brien, Charles Clare]] [https://www.familysearch.org/tree/person/details/GMTS-7SJ] - 1904(Qld)-1994(Qld) - Licences: 4NC Brisbane (Stafford, 1939, 1948-1980+) - Qualifications: AOCP 2386, 1939, Qld - amateur operator, WW2 - Electoral Rolls: mechanic (Kilcoy, 1928); telephone mechanic (Eagle Junction, 1936-1943); technician (Stafford, 1954-1980) * [[/Charles Raymond Heddington O'Brien|O'Brien, Charles Raymond Heddington]] [https://www.familysearch.org/tree/person/details/G8FN-4CX] - 1913(Vic)-1975(Vic) - Licences: 3QX Melbourne (Glenhuntly, 1930-1939) - Qualifications: AOCP 626, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Glenhuntly, 1934-1936); electrical engineer (Ballarat, 1942); engineer (Kew, 1954; Mount Waverley, 1963-1972) * [[/Matthew O'Brien|O'Brien, Matthew or Matthew Michael]] [https://www.familysearch.org/tree/person/details/GZG7-P35] - 1904(Qld)-1978(Qld) - Licences: 4MM Brisbane (Toowong, 1926-1933; Annerley, 1937-1939, 1946-1965) - Qualifications: cc; AOCP 234, 1926, No. 20 in Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, ARTL, WIAQ, president all); journalist (Teleradio, "Vic Eddy"); Dept Labour Exchange (administration) - Electoral Rolls: public servant (Toowong, 1925-1936; Annerley, 1943-1977) ==='''O'DEA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick O'Dea|O'Dea, Francis Patrick]] [https://www.familysearch.org/tree/person/details/GXTP-7KL] - 1894(Vic)-19??(???) - Licences: XJAX Melbourne (Ascot Vale, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 (Army, AWS) - Electoral Rolls: clerk (North Melbourne, 1912-1913; Ascot Vale, Vic, 1914-1937); railways (Brighton, Vic, 1942-1949); railway employee (Footscray North, Vic, 1963-1977) - Links: [https://alh-research.tripod.com/Light_Horse/index.blog/1911842/australian-wireless-squadron-aif-francis-patrick-odea/ AWS] ==='''ODGERS'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Fieldhouse Odgers|Odgers, Norman Fieldhouse]] [https://www.familysearch.org/tree/person/details/GDVD-CYK] - 1906(Qld)-1996(WA) - Licences: 4BO or 4BD Brisbane (Newmarket) & Charters Towers (1924-1925); 4NK; 9NK Port Moresby (1946-1948); 6NF Perth (Applecross, 1954-1969; Bassendean, 1975-1980); 4CH - Qualifications: cc; CPRT 896, 1925; 2COCP 212, 1930; 1COCP 108, 1936 - amateur operator; amateur broadcaster; ship wireless officer; broadcast engineer; WW2 - Electoral Rolls: senior technician (Applecross, 1954-1963); manager (Applecross, 1968); retired (Bassandean, 1972-1980) ==='''O'DONNELL'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Amos Leslie O'Donnell|O'Donnell, Amos Leslie]] [https://www.familysearch.org/tree/person/details/G8NW-Q1P] - 1910(SA)-19??(NSW) - Licences: 6DX Perth (City, 1930-1933); 2AGE Sydney (Ashfield, 1938-1939); 2AOO Sydney (Caringbah, 1960; Mona Vale, 1965-1969) - Qualifications: cc; AOCP 639, 1930, No. ?? in WA; BOCP 515, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: student (North Perth, WA, 1931); radio engineer (Ashfield, NSW, 1937); education officer (No. 2 W.A.G.S., Parkes, NSW, 1943); engineer (Ashfield, NSW, 1949; Caringbah, NSW, 1958) ==='''O'HARA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bernard O'Hara|O'Hara, John Bernard]] [https://www.familysearch.org/tree/person/details/G8XM-Y9M] - 1902(Vic)-1970(Vic) - Licences: 3OH Maryborough (1930-1939); 3OH Yallourn (1946-1948); 3AAO Melbourne (Mt Waverley, 1960) - Qualifications: AOCP 607, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: teacher (Albert Park, 1921-1924) instructor (Maryborough, 1928); teacher (Kew, 1934; Maryborough, 1937; Ballarat, 1937; Maryborough, 1943, Warrnambool, 1954; Maldon, 1963) ==='''OHRBOM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Axel Ragnar Ohrbom|Ohrbom, Axel Ragnar "Ray"]] [https://www.familysearch.org/tree/person/details/G8WZ-PWJ] - 1903(Tas)-1978(Vic) - Licences: Receive Melbourne (Brunswick, 1923-1924); 3OC Melbourne (West Brunswick, 1928; Coburg, 1931-1939; Moreland, 1946-1948; Hartwell, 1954-1975) - Qualifications: AOCP 421, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Coburg West, 1949); sharebroker (Camberwell, 1954-1977); retired (Burwood, 1977) ===''OLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Olof Lemuel Olden|Olden, Olof Lemuel]] - 1863(Vic)-1939(Vic) - Hobart 1920s, early wireless experimenter, no licence yet identified, amateur operator (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, President, 1924), military (Colonel, WW1), occupation (school master) ===''OLDFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Bernam Oldfield|Oldfield, Frederick Bernam]] [https://www.familysearch.org/tree/person/details/G8YP-9R2] - 1897(Vic)-1962(NSW) - Licences: 5DO Adelaide (1924); 3FB Melbourne (Hampton, 1937-1938); 2FE Sydney (Balmoral, 1939) - Qualifications: cc; AOCP 1240, 1934, No. ?? in Vic - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: teacher (Brighton, Vic, 1931; Sandringham, Vic, 1935-1937); journalist (Mosman, NSW, 1943); A.M.F. (Mornington, 1954); tutor (Neutral Bay, 1958) ===''OLDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Oldham|Oldham, Charles Edward]] [https://www.familysearch.org/tree/person/details/KZFK-XBT] - 1902(Tas)-1950(Tas) - Licences: 7XA Hobart (New Town, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1923, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Town, 1936-1949) * [[/Fred Oldham|Oldham, Fred]] - 19??(???)-19??(???) - early Tasmanian wireless experimenter, first president of Hobart Tramways Wireless Club 1905 ===''O'LEARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cornelius Daniel Fraser O'Leary|O'Leary, Cornelius Daniel Fraser or Daniel Fraser]] [https://www.familysearch.org/tree/person/details/KN18-4BH] - 1893(SA)-1955(SA) - Licences: 5DO Adelaide (Tusmore Gardens, 1929-1933) - Qualifications: cc; AOCP 495, 1929, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Unley, 1939-1941) ===''OLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dalley George Tryon Oliver|Oliver, Dalley George Tryon]] [https://www.familysearch.org/tree/person/details/LZ8W-MMR] - 1888(NSW)-1959(NSW) - wireless experimenter (1924+) 2?? Gunedah, amateur broadcaster - Electoral Rolls: engineer (Gunnedah, 1930-1943; Keepit Dam, Tamworth, 1949-1954); retired (Condoblin, 1958) - Relationships: brother of 2MO Marcius John Alexander Oliver * [[/Marcius John Alexander Oliver|Oliver, Marcius John Alexander "Marcus"]] [https://www.familysearch.org/tree/person/details/LZ8W-M82] - 1875(NSW)-1946(NSW) - Licences: 2MO Gunedah (1929) - Qualifications: AOCP ??, 19??, No. ?? in NSW; AOLCP 91, 1932 - amateur operator, amateur broadcaster, broadcast engineer, radio station proprietor (2MO, 1930-1939), military (air spotters, Port Macquarie) - Electoral Rolls: engineer (Gunnedah, 1930-1936; Port Macquarie, 1943) - Relationships: brother of Dalley George Tryon Oliver ===''OLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Durrant Olle|Olle, John Durrant]] [https://www.familysearch.org/tree/person/details/G4HS-WSX] - 1910(NSW)-1975(Vic) - Licences: 2OZ Sydney (Ashfield, 1929-1939, 1946; Pennant Hills, 1947-1948; Ashfield, 1950) - Qualifications: AOCP 553, 1929, No. ?? in NSW; 2COCP 321, 1931; 1COCP 197, 1931 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Summer Hill, 1936-1937; Ashfield, NSW, 1943); soldier (South Yarra, Vic, 1949); public servant (Mornington, 1963-1980) ===''OLLIVIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Frances Ollivier|Ollivier, Neil Frances]] [https://www.familysearch.org/tree/person/details/GFQB-VPD] - 1916(WA)-1942(WA) - Licences: 6FO Perth (Hollywood, 1932-1939) - Qualifications: cc; AOCP 1067, 1932, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: Nil yet identified ===''O'LOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick Morgan O'Loughlin|O'Loughlin, Francis Patrick Morgan]] [https://www.familysearch.org/tree/person/details/GX6M-Z3Q] - 1902(Qld)-1979(Qld) - Licences: 4OL Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1347, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Red Hill, Qld, 1936-1937; Ashgrove, Qld, 1943-1977) ===''OLSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Vivian Olsen|Olsen, Frederick Vivian "Fred"]] [https://www.familysearch.org/tree/person/details/G8CP-4XJ] - 1912(Vic)-2001(Vic) - Licences: 3FO Melbourne (Hawthorn, 1929-1931; Hampton, 1933-1939) - Qualifications: cc; AOCP 521, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hampton, 1936-1954; Brighton, 1963; Hampton, 1972-1980) * [[/Norman Frederick Olsen|Olsen, Norman Frederick or Frederick Norman (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/G8BY-8JS] - 1901(NSW)-1980(NSW) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 516, 1920, NSW; 2COCP 59, 1929, NSW; 1COCP 252, 1932 - Nil yet identified - Electoral Rolls: wireless operator (Hurlstone Park, 1934-1937); newsagent (Torwood, 1954-1958); no occupation (Lord Howe Island, 1963-1980) * [[/Norman Peter Olsen|Olsen, Norman Peter]] [https://www.familysearch.org/tree/person/details/G8BY-444] - 1897(NSW)-1988(NSW) - Licences: 2YK Newcastle (1924-1925); 2ZX Waratah (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrician (Waratah, 1930; Mayfield, 1932); public servant (Redfern, 1932-1933; Kogarah, 1934-1935; Wollongong, 1936-1937; Artarmon, 1943-1949; Kogarah, 1949-1963); nil (Merewether, 1968-1980) * [[/Olaf Olsen|Olsen, Olaf]] [https://www.familysearch.org/tree/person/details/G6QT-69T] - 1878(Norway)-1964(Qld) - Licences: 4CL Dalby 1922 (Receive) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engine driver (Dalby, 1913-1943); engineer (Toowoomba, 1949; Redcliffe, 1954; Paddington, 1958-1963) ==='''O'MAY'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. W. O'May|O'May, J. W.]] - 19??(???)-19??(???) - Licences: Receive Hobart (Bellerive, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Robert Derwent O'May|O'May, Robert Derwent "Bob"]] [https://www.familysearch.org/tree/person/details/LYNF-5NS] - 1903(Tas)-1973(Tas) - Licences: Receive Hobart (Bellerive, 1923); 7OM Hobart (Bellerive, 1924-1927+; Sandy Bay, 1931+; Bellerive, 1947-1969+) - Qualifications: cc; AOCP 74, 1925, No. ?? in Tas; 3COCP 508, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: engineer (Bellerive, 1928-1954) ==='''OPPENHEIM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Oliver George Oppenheim|Oppenheim or Oliver, Oliver George "Ollie"]] [https://www.familysearch.org/tree/person/details/LLSS-S7L] - 1911(Vic)-1988(NSW) - Licences: 3ZX Melbourne (Caulfield, 1930-1939) - Qualifications: AOCP 580, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Caulfield, 1936-1942; Elsternwick, 1949); radio engineer (Elsternwick, 1954); company executive (Coogee, 1958-1963; Lugarno, 1968); importer (Strathfield, 1972-1980) ===''O'REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Joseph O'Reilly|O'Reilly, Maurice Joseph]] [https://www.familysearch.org/tree/person/details/G824-VMC] - 1866(Irl)-1933(NSW) - Licences: XACI Bathurst (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St Stanilaus College, Bathurst, 1913); rector of college (St John's College, Camperdown, 1930-1933) - Links: [https://adb.anu.edu.au/biography/oreilly-maurice-joseph-7918 ADB] ===''O'ROURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sydney O'Rourke|O'Rourke, John Sydney]] [https://www.familysearch.org/tree/person/details/GDJP-ZW4] - 1918(NSW)-19??(???) - Licences: 4OR Brisbane (Brisbane City, 1937-1939); 4SO Brisbane (Margate Beach, 1955-1969) - Qualifications: cc; AOCP 2042, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical apprentice (Norman Park, Qld, 1943); radio engineer (Newmarket, Qld, 1949); engineer (Margate, Qld, 1954-1977) ===''ORR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Murray Donald Orr|Orr, Murray Donald]] [https://www.familysearch.org/tree/person/details/GZL8-H29] - 1900(Vic)-1941(Vic) - Licences: 3OR Lake Meran (1928-1939) - Qualifications: AOCP 440, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1940-1941) - Electoral Rolls: farmer (Lake Meran, 1924-1934) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/orr-murray-donald-1700/] ===''OSBORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jeffrey David Osborne|Osborne, Jeffrey David "Jeff"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Louis Frederick George Osborne|Osborne, Louis Frederick George]] [https://www.familysearch.org/tree/person/details/G8GF-MGZ] - 1900(Vic)-1989(Vic) - Licences: 3DD Receive Melbourne (East Malvern, 1922); 3DD Melbourne (East Malvern, 1923-1926); 3BMO Melbourne (Murrumbeena, 1980+) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: gas fitter (Malvern East, 1922-1926); inspector (Carnegie, 1931-1977) ===''OSBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bolivar Laing Osburne|Osburne, George Bolivar Laing "Laing"]] [https://www.familysearch.org/tree/person/details/MFY2-F9W] - 1896(Vic)-1933(Vic) - Licences: XKJ Terang (1913-1914); 3BG Terang (1922-1933) - Qualifications: cc; AOCP 235, 1926, No. ?? in Vic - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: student (Terang, 1922-1931) ===''OTHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Othen|Othen, Charles James]] [https://www.familysearch.org/tree/person/details/LRHF-H8Y] - 1897(SA)-19??(???) - Licences: XVT Adelaide (Glanville, 1913); 5AS Receive Adelaide (1923); 5ON Adelaide (Hindmarsh, 1954-1956; Eden Hills, 1960-1969; Blackwood, 1975) - Qualifications: cc; AOCP 3385, 1953, SA - early wireless experimenter; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: foreman (Hindmarsh, SA, 1939-1943) ===''O'TOOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian O'Toole|O'Toole, Ian]] - Licences: 2ZIO Sydney (Adamstown Heights, 1969; North Rocks, 1975; Castle Hill, 1980) - amateur operator; historian (amateur, military communications); proprietor Kurrajong Radio Museum - Electoral Rolls: - Links: [https://vk2bv.org/archive/museum/ Kurrajong Radio Museum] ===''OTTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Shannon Otty|Otty, William Shannon]] [https://www.familysearch.org/tree/person/details/GZ2F-7J1] - 1893(Eng)-1983(NSW) - Licences: 2ZL Killingworth (1923-1931); 2ZL Toronto (1933-1975); 2ZL Fennell's Bay (1980+) - Qualifications: cc; AOCP 219, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio dealer (Toronto, 1937-1954); retired (Toronto, 1958-1980) ===''OVERLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Overlack|Overlack, Peter]] - early wireless historian [https://www.navy.gov.au/sites/default/files/documents/Naval_Networks_Dominance_of_Comms_in_Maritime_Ops.pdf "The Struggle for the Australian Airwaves: The Strategic Function of Radio for Germany in the Asia-Pacific Region before World War I"] ===''OWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Chester Owen|Owen, Chester]] [https://www.familysearch.org/tree/person/details/MZ3G-H47] - 1899(Vic)-1975(Vic) - Licences: Receive Melbourne (St Kilda, 1923); 3ZM Melbourne (St Kilda, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Balaclava, 1921; St Kilda, 1922-1926); engineer (St Kilda, 1928; Caulfield, 1931); mechanic (Caulfield, 1934-1937); radio engineer (Echuca, 1943-1972) * [[/Stanley Wainwright Owen|Owen, Stanley Wainwright]] [https://www.familysearch.org/tree/person/details/GDV9-BP2] - 1912(Vic)-1987(NSW) - Licences: 6RX Perth (Mt Lawley, 1930-1931); 2RX Sydney (Wollstonecraft, 1948-1957) - Qualifications: cc; AOCP 716, 1930, No. ?? in WA; 2COCP 436, 1933; 1COCP 340, 1933; TVOCP 40, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Wollstonecraft, 1937-1958); television engineer (Wollstonecraft, 1963-1968); engineer (Wollstonecraft, 1972-1977; Artarmon, 1980) ===''OXENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Justinian Oxenham|Oxenham, Justinian]] - 1860(Qld)-1932(Vic) - senior federal public servant (Secretary, Postmaster-General's Department) ===''OXLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Oxlade|Oxlade, George]] [https://www.familysearch.org/tree/person/details/LRCK-H1C] - 1907(Qld)-1980(Qld) - Licences: 4GO Brisbane (Newmarket, 1926-1931) - Qualifications: cc; AOCP 229, 1926, No. 19 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: painter (Chermside, 1937-1943; Maroochydore, 1954; Wavell Heights, 1958), contractor (Chermside, 1963-1980) =='''P'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''PAECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leonard Paech|Paech, Robert Leonard]] [https://www.familysearch.org/tree/person/details/L6DL-76D] - 1920(SA)-1963(SA) - Licences: 5RL Adelaide (Underdale, 1936-1939, 1947-1948); 5LP Adelaide (Seacombe Gardens, 1960) - Qualifications: cc; AOCP 1626, 1936, SA; 2COCP 279, 1939; BOCP 371, 1941; 1COCP 810, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Nevison Page|Page, Leslie Nevison]] [https://www.familysearch.org/tree/person/details/GSBX-CRV] - 1920(Qld)-1972(NSW) - Licences: 4LP Brisbane (New Farm, 1937-1939; Brisbane City, 1947); 2NB Sydney (Potts Point, 1954); 2LP Sydney (St Ives, 1955-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 1931, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 2NB may have been withdrawn for 2NB Broken Hill - Electoral Rolls: labourer (Ascot, Qld, 1928-1929) (too young for 1920 birth, must be a namesake); radio technician (Darlinghurst, NSW, 1954); radio engineer (St Ives, NSW, 1958); manager (St Ives, NSW, 1963); electronics engineer (Epping, NSW, 1968; Eastwood, NSW, 1972) ===''PAGET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Ernest Paget|Paget, Harold Ernest]] [https://www.familysearch.org/tree/person/details/LDTK-ZBF] - 1904(Qld)-1962(Qld) - Licences: Receive (Valve) Brisbane (Brisbane City, Qld, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephonist (Valley, Qld, 1925-1926); postal sorter (Ashgrove, Qld, 1928-1949); mail officer (Ashgrove, Qld, 1954-1958) ===''PAICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Cameron Paice|Paice, Donald Cameron "Don"]] [https://www.familysearch.org/tree/person/details/G8KD-2FT] - 1932(Vic)-2018(Vic) - Licences: 3ADP Melbourne (Moonee Ponds, 1954-1956; Mt Waverley, 1960-1980+) - Qualifications: AOCP 3055, 1950, Vic - amateur operator - Electoral Rolls: draftsman (Moonee Ponds, 1954; Mt Waverley, 1963-1980) - Relationships: rare surname but seems not closely related to 2AJ Valentine Keith Paice * [[/Valentine Keith Paice|Paice, Valentine Keith "Val"]] [https://www.familysearch.org/tree/person/details/G8K3-5T6] - 1904(NZ)-1977(???) - Licences: ZL1AJ (Z1AJ) 1925-1926; VQ1AJ (OO1AJ) Fanning Island (1926-1928); 2AJ (VK2AJ) Sydney 1929; OA4V Peru (1929) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrical fitter (Ashbury, NSW, 1930) - Relationships: rare surname but seems not closely related to 3ADP Donald Cameron Paice ===''PARADISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Harry Elliker Paradise|Paradise, Eric Harry Elliker]] [https://www.familysearch.org/tree/person/details/GS3M-D75] - 1904(Qld)-1939(Qld) - Licences: Receive (Crystal) Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Stones Corner, Qld, 1925-1937) ===''PARASIERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Isidore Percy Robert Parasiers|Parasiers, Isidore Percy Robert "Robert"]] [https://www.familysearch.org/tree/person/details/GS9Y-8B1] - 1902(SA)-1972(SA) - Licences: 5RP Adelaide (City, 1932-1933; Glandore, 1937-1939); 6PS Perth (Inglewood, 1947); 5RF Adelaide (Glandore, 1948); 5RF Murray Bridge (1954-1969) - Qualifications: cc; AOCP 952, 1932, No. ?? in SA; AOLCP 283, 1936; BOCP 132, 1937; 2COCP 256, 1939; 1COCP 330, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''PARIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Norman Paris|Paris, James Norman "Jim"]] [https://www.familysearch.org/tree/person/details/GXWR-B1W] - 1910(SA)-1971(SA) - Licences: "WIA-L5006" Adelaide (Prospect, 1956-1960) - Qualifications: cc; Nil yet identified - amateur listener; prominent broadcast listener (1950s, 1960s); clubs (Australian DX Radio Club (SA); Southern Cross DX Club) - Electoral Rolls: Nil yet identified ===''PARISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Radcliffe Parish|Parish, Hugh Radcliffe]] [https://www.familysearch.org/tree/person/details/GCDL-Y23] - 1914(Tas)-1973(Tas) - Licences: 7CP Launceston (1932-1933) - Qualifications: cc; AOCP 1070, 1932, No. ?? in Tas; AOLCP 189, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: radio announcer (Burnie, 1936-1937); manager (Winnaleah, 1943-1949); radio executive (Launceston, 1954) ===''PARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles William Park|Park, John Charles William]] [https://www.familysearch.org/tree/person/details/GZVC-N4N] - 1904(Eng)-1983(WA) - Licences: 6BB Perth (South Perth, 1924-1980+) - Qualifications: cc; CPRT 794, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: photographer (South Perth, 1943-1949); radiographer (South Perth, 1958-1980) ===''PARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Cyril Parker|Parker, Keith Cyril]] [https://www.familysearch.org/tree/person/details/KDSK-X2P] - 1912(SA)-1993(SA) - Licences: 5PA Port Pirie (1933); 5SO Port Elliot (1980+) - Qualifications: cc; 2COCP 348, 1931; 1COCP 213, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless telegraphist (Kalgoorlie, WA, 1943); radio technician (Fiskville, Vic, 1949-1963; Bassendean, WA, 1968); manager (Cairns, Qld, 1977) * [[/Kenneth Herbert Parker|Parker, Kenneth Herbert]] [https://www.familysearch.org/tree/person/details/LTM1-Q5G] - 1905(WA)-1994(WA) - Licences: 6KP Meekatharra (1933-1939) - Qualifications: cc; AOCP 1192, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mining register (Meekatharra, WA, 1931-1937); resident magistrate (Cue, WA, 1943; Geraldton, WA, 1943); stipendary magistrate (Northam, WA, 1949); magistrate (Mt Pleasant, WA, 1954; Riverton, WA, 1958-1963; Applecross, WA, 1968-1980) * [[/P. S. Parker|Parker, P. S.]] - 19??(???)-19??(???) - Licences: 2CY Receive Sydney (Burwood, 1922); 2CM Receive Sydney (Burwood, 1923, briefly then reverted to 2CY); 2CY Sydney (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet confidently identified but likely Philip Selwyn Parker, engineer, Bellevue Hill, 1930 * [[/Ronald Alexander Parker|Parker, Ronald Alexander]] [https://www.familysearch.org/tree/person/details/GZ23-6BM] - 1908(Vic)-1984(Qld) - 3RA Melbourne (Canterbury, 1925-1926), 3RA Bendigo (1927), 3RA Melbourne (Canterbury, 1931-1933; Hawthorn, 1937-1939), 4PT Southport (1980+), qualifications (AOCP 213, 1925, No. ?? in Vic), amateur operator, amateur broadcaster, electoral rolls: clerk (Camberwell, 1931), accountant (Hawthorn, 1936-1937), secretary (Malvern, 1943-1949), retired (Southport, 1980) ===''PARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Parr|Parr, John George]] [https://www.familysearch.org/tree/person/details/G8NL-22T] - 1908(NSW)-1992(Vic) - Licences: 3OM Melbourne (Canterbury, 1930-1939) - Qualifications: AOCP 646, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Camberwell, 1931-1943); engineer (Footscray, 1949; Brunswick, 1949-1963; Melbourne City, 1968-1980) ===''PARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alchorne Parry|Parry, Charles Alchorne]] [https://www.familysearch.org/tree/person/details/GX8J-BGL] - 1916(Qld)-2009(USA) - Licences: 4CP Gordonvale (1935-1939) - Qualifications: cc; AOCP 1441, 1935, Qld; BOCP 177, 1938 - amateur operator; amateur broadcaster - Education: PhD - Electoral Rolls: radio mechanic (Cairns, Qld, 1937); engineer (Darlinghurst, NSW, 1943) ===''PARSONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warwick William Parsons|Parsons, Warwick William or William Warwick (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/L2L4-5ZC]- 1903(SA)-1974(SA) - Licences: 5PS Adelaide (City, 1933; Henley Beach, 1937-1939, 1947-1948; Rose Park, 1954-1974) - Qualifications: cc; AOCP 1147, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: operator (Henley, SA, 1939-1943) ===''PATERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Pryde Paterson|Paterson, Paul Pryde]] [https://www.familysearch.org/tree/person/details/GZLK-LPF] - 1915(WA)-1942(PNG) - Licences: 6PP Wiluna (1937-1939) - Qualifications: cc; AOCP 1961, 1937, WA - amateur operator, amateur broadcaster, WW2 (RAAF, 24 Squadron, Flight Lieutenant) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/paterson-paul-pryde-260515/] * [[/Raymund Gordon Paterson|Paterson, Raymund or Raymond Gordon]] [https://www.familysearch.org/tree/person/details/G8CH-7RX] - 1903(Vic)-1996(Canada) - Licences: Nil yet identified - Qualifications: AOCP 506, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: apprentice (Glenferrie, 1926-1928) ===''PATTERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Campbell Patterson|Patterson, Campbell]] [https://www.familysearch.org/tree/person/details/G9Y1-GDH] - 1912(SA)-1987(SA) - Licences: 5XR Naracoorte (1933-1939); 5XR Peterborough (1947-1980+) - Qualifications: cc; AOCP 1097, 1933, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, 1939); electrician (Quorn, 1941-1943) * [[/James Brown Patterson|Patterson, James Brown]] [https://www.familysearch.org/tree/person/details/LBTW-WDY] - 1833(Eng)-1895(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Politician, briefly Premier of Victoria (1893-1894), Postmaster-General Vic (July 1878 - March 1880) - Electoral Rolls: Nil yet identified * [[/Robert Charles William Ingram Patterson|Patterson, Robert Charles William Ingram "Charles Ingram"]] [https://www.familysearch.org/tree/person/details/GZ5T-2Q4] - 1910(Vic)-1974(Qld) - Licences: 3YP Melbourne (East Malvern, 1927-1939; Eaglemont, 1946-1954); 4YP Brisbane (Fig Tree Pocket, 1955-1969) - Qualifications: cc; AOCP 352, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: station hand (Mundabullangana, 1931-1937); agent (Fig Tree Pocket, 1958-1968) ===''PAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Anthony Paul|Paul, Leo Anthony]] - 1905(Vic)-1968(Vic) - 3JQ Receive Melbourne (Fitzroy, 1922-1923), 3LP Melbourne (Fitzroy, 1924-1937; Preston, 1938-1939), 3XO Melbourne (Fairfield, 1948-1960; Thornbury, 1965), amateur operator (AOCP 15, 1924, No. 6 in Vic), amateur broadcaster ===''PAYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George H. Payne|Payne, George H.]] - 19??(???)-1987(Qld) - 4NEV Brisbane, amateur operator (AOCP ??, 1946+, No. ?? in Qld), radio clubs (Wooloowin RC, hon. secretary; WIAQ, president, assoc. members section) * [[/John Payne|Payne, John]] [https://www.familysearch.org/tree/person/details/GDSL-41Q] - 19??(???)-19??(???) - Licences: 2IN Receive Sydney (Randwick, 1922); 2IN Sydney (Randwick, 1923-1927; Kensington, 1928-1930) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: insurance department manager (Kensington, 1930-1931); secretary (Kensington, 1933) * [[/Reginald Lewis Payne|Payne, Reginald Lewis]] [https://www.familysearch.org/tree/person/details/GZG9-HFF] - 1898(Vic)-1946(Vic) - Licences: 3RP Geelong (Newtown, 1924-1939) - Qualifications: cc; AOCP 225, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Newtown, 1919-1921); telegraphist (Newtown, 1922-1942) (check XJM R. Payne, Armadale for relationship) ===''PAYTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Payter|Payter, Joseph William]] - 18??(???)-19??(???) - early telephone experimenter in Melbourne, mechanic in Vic Posts & Telegraphs (one of James Smibert's "Williamstown boys") ===''PEARCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Ronald Pearce|Pearce, Edward Ronald]] [https://www.familysearch.org/tree/person/details/LR3M-7YJ] - 1916(Vic)-2004(WA) - Licences: 6TP Perth (North Perth, 1936-1939, 1948; Mt Hawthorn, 1954-1960) - Qualifications: cc; AOCP 1757, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (North Perth, WA, 1937); engineer (Mt Hawthorn, WA, 1949-1977); retired (Coolbinia, WA, 1980) ===''PEARN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Pearn|Pearn, William Leslie]] [https://www.familysearch.org/tree/person/details/LCKW-JRW] - 1896(SA)-1974(SA) - Licences: 5PN Adelaide (Sturt Park, 1934-1939; Wayville West, 1947-1948; Unley, 1955-1969) - Qualifications: cc; AOCP 1378, 1934, SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Unley, SA, 1939-1941) ===''PEARSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Richman Pearson|Pearson, Ian Richman]] [https://www.familysearch.org/tree/person/details/GSD3-4LF] - 1908(Vic)-1972(Tas) - Licences: 3SP Melbourne (Berwick, 1929-1931); 7KB Burnie (1948-1965); 7KB Port Sorell (1969) - Qualifications: AOCP 528, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: chemist (Deer Park, Vic, 1936-1937); medical practitioner (Burnie, Tas, 1949-1954) ===''PELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Frederick Law Pelling|Pelling, John Charles Frederick Law "Jack"]] [https://www.familysearch.org/tree/person/details/GXB3-176] - 1908(WA)-1972(WA) - Licences: 6WO Moojebing (1933-1939) - Qualifications: cc; AOCP 1213, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Dumbleyung, WA, 1931); farmer (Moojebing, WA, 1936-1943; King River, WA, 1949-1968) ===''PEMBLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Pembleton|Pembleton, Thomas Edward "Tom"]] [https://www.familysearch.org/tree/person/details/G8HP-JDF] - 1914(Qld)-2002(Qld) - Licences: 4ZL Rockhampton (1936-1939;1946-1980+) - Qualifications: cc; AOCP 1600, 1936, Qld - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: labourer (Rockhampton, 1936-1943); turner (Rockhampton North, 1949-1980) ===''PEPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Campbell Pepper|Pepper, Ralph Campbell]] [https://www.familysearch.org/tree/person/details/KC93-1MN] - 1905(NSW)-1984(Qld) - Licences: N742 Receive Tamworth (1922); 2HV Receive Tamworth (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Tamworth, 1930; Maroubra, 1931; Artarmon, 1934-1949; Newmarket, Qld, 1954-1972; Alderley, 1977-1980) ===''PERDRIAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carter Perdriau|Perdriau, Henry Carter]] [https://www.familysearch.org/tree/person/details/G3D9-L79] - 1895(NSW)-1956(NSW) - Licences: XHC Sydney (1912-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: cousin of 2ZR William James Stanley Perdriau - Electoral Rolls: manager (Chatswood, 1930-1936; Roseville, 1943-1954) * [[/William James Stanley Perdriau|Perdriau, William James Stanley]] [https://www.familysearch.org/tree/person/details/LTH6-8LS] - 1885(NSW)-1946(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923); 2ZR Sydney (Manly, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: cousin of XHC Henry Carter Perdriau - Electoral Rolls: dentist (Manly, 1930-1943) ===''PERREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Litchfield Perrey|Perrey, Alexander Litchfield]] [https://www.familysearch.org/tree/person/details/LZVM-9P9] - 1898(SA)-1965(Vic) - Licences: 5LP Strathalbyn (1925-1927) - Qualifications: cc; AOCP 99, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Francis Cole Perry|Perry, Malcolm Francis Cole]] [https://www.familysearch.org/tree/person/details/L679-XR2] - 1891(NSW)-1963(NSW) - Licences: XCP Sydney (Randwick, 1913-1914); 2DG Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Randwick, 1930-1937); editor (Randwick, 1943-1949; Coogee, 1954-1958); counsellor (Hazelbrook, 1958-1963) ===''PETERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Zornig Peters|Peters, Henry Zornig "Harry"]] [https://www.familysearch.org/tree/person/details/L4XX-HBC] - 1908(Qld)-1994(Qld) - Licences: 4ZP Maryborough (1937-1939); 4ZP Sarina (1947-1956); 4ZP Cooroy (1960-1980+) - Qualifications: cc; AOCP 1978, 1937, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: teacher (Yerra via Maryborough, Qld, 1936-1937; Sarina, 1943); farmer (Cooroy, 1963-1980) ===''PETERSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Marzanti Petersen|Petersen, Thomas William Marzanti "Bill"]] - 1919(Qld)-1981(Qld) - 4FY Brisbane (Cooparoo Heights, 1946-1947), 4YO Moreton Island (1975), amateur operator (AOCP 2321, 1939, No. ?? in Qld), radio clubs (WIAQ, councillor), military (WW2, AIF), employment (Hills TV service), business proprietor (Advance Radio, Wynnum Radio Repairs) ===''PETERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Franz Peterson|Peterson, Harold Franz]] [https://www.familysearch.org/tree/person/details/G8XJ-CV1] - 1888(NSW)-1961(NSW) - Licences: 2HP Sydney (Coogee, 1930-1960) - Qualifications: cc; AOCP 617, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: inspector (Coogee, 1930-1958) * [[/Rupert Clarence Peterson|Peterson, Rupert Clarence]] [https://www.familysearch.org/tree/person/details/G87D-VJ3] - 1910(Vic)-2000(NSW) - Licences: 7AZ Receive Hobart (West Hobart, 1922-1923); Receive Hobart (West Hobart, 1923-1924); 3PT Melbourne (Moonee Ponds, 1928-1939) - Qualifications: cc; AOCP 401, 1928, No. ?? in Vic; AOLCP 96, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Moonee Ponds, 1931-1937; Caulfield, 1942-1949; Ivanhoe, 1954-1977); retired (Merimbula, 1980) * [[/Walter Peterson|Peterson, Walter]] - 19??(???)-19??(???) - Licences: 3QP Melbourne (Toorak, 1930-1939) - Qualifications: cc; AOCP 689, 1930, Vic - amateur operator; amateur broadcaster - Electoral Rolls: telephone mechanic (Kew, 1925); telephone engineer (Kew, 1926-1928); engineer (Toorak, 1931-1937); secretary (Lilydale, 1943-1954); electrical instrument maker (Collingwood North, 1967-1968) - several contemporaneous WPs * [[/Walter Martin Peterson|Peterson, Walter Martin]] [https://www.familysearch.org/tree/person/details/LDRD-G6B] - 1910(WA)-1978(WA) - Licences: 6LW Perth (West Perth, 1937; East Perth, 1938-1939, 1947-1948; City, 1954-1956; City Beach, 1960-1975+) - Qualifications: cc; AOCP 1864, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: student (Balcatta, WA, 1931-1936; North Perth, WA, 1937; East Perth, WA, 1937-1943); radio engineer (East Perth, WA, 1949-1958); lecturer (City Beach, WA, 1963-1977) ===''PHELPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Phelps|Phelps, William Joseph]] [https://www.familysearch.org/tree/person/details/G8D5-97G] - 1912(NSW)-1987(NSW) - Licences: 2DL Sydney (Canterbury, 1931-1939, 1946; Ashbury, 1947-1975) - Qualifications: AOCP 769, 1931, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1935-1937; Ashfield, 1942; Ashbury, 1949-1963) ===''PHILBIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Philbin|Philbin, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GDKL-L7L] - 1889(Tas)-19??(???) - Licences: 7FP Queenstown (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ulverstone, 1914); electrician (Queenstown, 1919-1937); electrical fitter (Queenstown, 1949-1954); to NSW 1940s ===''PHILLIPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan William Albert Phillips|Phillips, Alan William Albert]] [https://www.familysearch.org/tree/person/details/GXVR-LD4] - 1915(SA)-2009(SA) - Licences: 5GX Adelaide (Somerton, 1936-1937) - Qualifications: cc; AOCP 1601, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (St Leonards, SA, 1939; South Plympton, SA, 1941-1943) * [[/Albert Maurice Phillips|Phillips, Albert Maurice]] [https://www.familysearch.org/tree/person/details/GXVR-GGP] - 1915(SA)-2008(SA) - Licences: 5ZU Adelaide (Prospect, 1936-1939, 1947-1980) - Qualifications: cc; AOCP 1713, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Gordon George Phillips|Phillips, Gordon George]] [https://www.familysearch.org/tree/person/details/GX7V-TB1] - 1887(NSW)-1941(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 93, 1915; 1COCP 321, 1933 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Townsville, 1912-1919); radio telegraphist (Currie, King Island, 1922); telegraphist (South Townsville, 1925); radio telegraphist (Thursday Island, 1928); radio telegraphist (Cooktown, 1937) * [[/Harry Edward James Thomas Phillips|Phillips, Harry Edward James Thomas]] [https://www.familysearch.org/tree/person/details/G8ZW-SXG] - 1896(Vic)-1963(Vic) - Licences: 3JU Melbourne (Mitcham, 1929-1933; Abbotsford, 1937; South Yarra, 1938-1939, 1946-1948; Merlynstone, 1954-1960) - Qualifications: AOCP 532, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: slaughterman (Newmarket, 1919); butcher (Emerald, 1922; Mitcham, 1924-1936; Abbotsford, 1937; South Yarra, 1949) * [[/James Graham Phillips|Phillips, James Graham]] [https://www.familysearch.org/tree/person/details/GZLJ-8JC] - 1909(SA)-1943(Vic) - Licences: 5BW Adelaide (Glenelg, 1926-1931; Somerton, 1933-1939)- Qualifications: cc; AOCP 256, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Somerton, 1939-1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/606863] * [[/Noel William Phillips|Phillips, Noel William]] [https://www.familysearch.org/tree/person/details/G9FX-877] - 1911(Qld)-1941(Qld) - Licences: 4NP Ipswich (1934-1939) - Qualifications: cc; AOCP 1396, 1934, Qld - amateur operator; amateur broadcaster; employment (Qld Public Works Dept) - Electoral Rolls: painter (Ipswich, Qld, 1936-1937) ===''PHILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurance Vincent Phillis|Phillis, Laurance Vincent]] [https://www.familysearch.org/tree/person/details/GS5R-98V] - 1900(SA)-1953(SA) - Licences: 5LP Adelaide (South Payneham, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1136, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PHILPOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Hanmer Philpot|Philpot, Clarence Hanmer]] [https://www.familysearch.org/tree/person/details/GMRM-C7S] - 1906(Vic)-1982(Vic) - Licences: Receive (Valve) Geelong (1923); 3CP Geelong (1924-1925); 3CP Warrnambool (1925-1926); 3KL Ararat (1927); 3KL Avoca (1931-1937); 3KL Horsham (1938-1939); 3KL Melbourne (Elsternwick, 1946-1980+) - Qualifications: cc; AOCP 381, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal clerk (Derrinallum, 1928; Avoca, 1931-1936); postal (Elsternwick, 1942-1980) ===''PHILPOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Jones Philpott|Philpott, Oliver Jones]] [https://www.familysearch.org/tree/person/details/G8LJ-52T] - 1869(???)-1934(Vic) - Licences: 3VS Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: orchardist (Sandringham, 1919); manager (Caulfield, 1921-1927) ===''PHIPPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Roger Sydney Phipps|Phipps, William Roger Sydney]] [https://www.familysearch.org/tree/person/details/GZX2-Z6G] - 1896(Eng)-1973(WA) - Licences: 6WP Perth (Subiaco, 1924-1927; Victoria Park, 1930-1933; South Perth, 1937-1939, 1946-1969) - Qualifications: cc; AOCP 111, 1925, No. ?? in WA; AOLCP 16, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Subiaco, 1921); electrical fitter (Subiaco, 1925); radio operator (Victoria Park, 1931; South Perth, 1936-1972) ===''PIKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Herbert Arthur Pike|Pike, John Herbert Arthur "Jack"]] [https://www.familysearch.org/tree/person/details/MT5R-K62] - 1890(NSW)-1961(NSW) - XJP Sydney (Arncliffe, 1911), XDY Sydney (Arncliffe, 1912-1914), XDZ Sydney (Arncliffe, 1912), 2DF Receive Sydney (Epping, 1922-1924), 2JP Sydney (Epping, 1925-1929; Greenwich, 1930-1939, 1946-1961), amateur operator (AOCP 130, 1925, No. ?? in NSW), amateur broadcaster, AWA (research, later draftsman) ===''PINNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chalker Pinnell|Pinnell, John Chalker]] [https://www.familysearch.org/tree/person/details/G8Z5-P4G] - 1902(NSW)-1997(NSW) - Licences: 2OL Receive Sydney (Annandale, 1923-1924); 2ZR Sydney (Marrickville, 1929-1934; Ashfield, 1935-1936; Summer Hill, 1937-1939, 1946-1950; Earlwood, 1954-1961; Croydon, 1965) - Qualifications: AOCP 547, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Dulwich Hill, 1930-1934; Ashfield, 1936; Summer Hill, 1937-1949); teacher (Earlwood, 1954-1963); retired (Ashfield, 1968; Mt Kuringai, 1980) ===''PINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Pinney|Pinney, C. R.]] - 18??-19?? - 4CP Port Moresby - amateur operator, amateur broadcaster ===''PITCHFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stuart Frederick Pitchford|Pitchford, William Stuart Frederick]] [https://www.familysearch.org/tree/person/details/GZ5C-X48] - 1906(Eng)-1959(SA) - Licences: 5WP Adelaide (City, 1926-1933; Hyde Park, 1937-1939) - Qualifications: cc; AOCP 254, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Reade Park, 1939-1943) ===''PITTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Graham Pitts|Browne, Reginald Graham or Graham Reginald]] [https://www.familysearch.org/tree/person/details/LZGB-56Y] - 1915(SA)-2005(WA) - Licences: 5GP Adelaide (Torrensville, 1934-1939); 5GP Alice Springs (1947); 5GE Port Augusta (1955-1975); 5GE Adelaide (Kensington Gardens, 1980+) - Qualifications: cc; AOCP 1377, 1934, SA; 2COCP 189, 1938; 1COCP 225, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: finisher (Torrensville, SA, 1941-1943); radio engineer (Alice Springs, NT, 1949) ===''POLLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Henderson Pollock|Pollock, John Henderson]] [https://www.familysearch.org/tree/person/details/GXFM-9TQ] - 1895(NSW)-1978(Qld) - Licences: Receive Brisbane (Moorooka, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Moorooka, Qld, 1922-1926); insurance manager (Townsville, Qld, 1928-1937); insurance agent (Moorooka, Qld, 1943-1977) ===''PONSONBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bessborough Ponsonby|Ponsonby, John Bessborough]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 466, 1919; 1COCP 50, 1930 - coastal wireless operator - Electoral Rolls: ===''POPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maitland Glen Pope|Pope, Maitland Glen]] [https://www.familysearch.org/tree/person/details/KJ4K-FN6] - 1884(WA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 122, 1915; 1COCP 153, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Subiaco, 1906); civil servant (Subiaco, WA, 1910); civil servant (Hobart North, Tas, 1914); officer-in-charge (Wireless Station, Thursday Island, Qld, 1919-1921); wireless expert (Wireless Station, Applecross, 1925); wireless operator (Moonee Ponds, Vic, 1927-1931); supervisor (Essendon, Vic, 1936-1954) ===''PORTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Glanville Porter|Porter, Leonard Glanville]] [https://www.familysearch.org/tree/person/details/GXLX-765] - 1897(SA)-1969(SA) - Licences: 5MP Huddlestone (1938-1939; 1947-1948) - Qualifications: cc; CPRT 966, 1927; 1COCP 73, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Flinders Naval Depot, Vic, 1924); wireless operator (5PI Crystal Brook, SA, 1939-1943) ===''POTTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Potter|Potter, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GXYZ-38V] - 1915(WA)-1993(WA) - Licences: 6ZO Perth (East Fremantle, 1937-1939; Bicton, 1947-1965; Melville, 1969-1980+) - Qualifications: cc; AOCP 1959, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (East Fremantle, WA, 1937-1943); contractor (East Fremantle, WA, 1949-1958; Melville, 1963); builder (Melville, WA, 1968-1980) * [[/William Francis Potter|Potter, William Francis]] [https://www.familysearch.org/tree/person/details/G878-638] - 1908(NSW)-1959(NSW) - Licences: 2WP Helensburgh (1928-1939); 2WP Fairy Meadow (1948-1950); 2WP Charlestown (1954-1960) - Qualifications: AOCP 399, 1928, No. ?? in NSW; 3COCP 38, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Helensburgh, 1930-1937); mechanic (Fairy Meadow, 1949); shiftman (Charlestown, 1954); electrical mechanic (Charlestown, 1958); railway employee (New Lambton, 1958) ===''POTTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Charles Pottie|Pottie, Norman Charles]] [https://www.familysearch.org/tree/person/details/9V3D-JFZ] - 1909(NSW)-1961(NSW) - Licences: 2HQ Sydney (Bellevue Hill, 1930-1931; Hunters Hill, 1933-1938; Mosman, 1939) - Qualifications: AOCP 589, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933; Hunters Hill, 1936-1937; Albury, 1943; Willoughby, 1949-1958) ===''POULSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valdemar Poulsen|Poulsen, Valdemar]] - 1869(Denmark)-1942(Denmark) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - inventor of a magnetic wire recorder, Poulsen arc transmitter - Electoral Rolls: Nil yet identified - Links: [[w:Valdemar Poulsen|Wikipedia]]; [https://ethw.org/Valdemar_Poulsen IEEE]; [https://www.britannica.com/biography/Valdemar-Poulsen Britannica] ===''POWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Power|Power, A. H.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Highgate Hill, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''PRESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Arthur Campbell Preston|Preston, Thomas Arthur Campbell]] [https://www.familysearch.org/tree/person/details/GHDV-FFD] - 1886(Tas)-1970(Tas) - Licences: 7BK Queenstown (1923-1927+) - Qualifications: cc; AOCP 190, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; Mount Lyell Co (electrical engineer, 1920s; chief engineer) - Electoral Rolls: engineer (Queenstown, 1919-1954) ===''PRESTON-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cedric Preston-Smith see Cedric Preston Smith ===''PRICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Clarey Price|Price, John Clarey "Jack"]] [https://www.familysearch.org/tree/person/details/L7GR-V19] - 1884(Qld)-1954(Qld) - Licences: 4CE (Receive) 1922; 4FI or 4FJ Brisbane (Bardon, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); radio business proprietor (Wireless House); public servant (PMG) - Electoral Rolls: mechanic (Wooloowin, 1912-1913); public servant (Bardon Estate, 1919-1936; Bardon, 1943-1954) * [[/Keith Ferguson Price|Price, Keith Ferguson]] [https://www.familysearch.org/tree/person/details/94TB-TPD] - 1900(Vic)-1978(Qld) - Licences: 4KF Brisbane (Camp Hill, 1937-1939, 1947) - Qualifications: cc; AOCP 1937, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Norman Park, Qld, 1925-1926); engineering instructor (Camp Hill, Qld, 1937-1943); electrical engineer (Camp Hill, Qld, 1954-1958) ===''PRIDDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Arthur Priddle|Priddle, Raymond Arthur]] [https://www.familysearch.org/tree/person/details/G8H3-PNF] - 1913(NSW)-1971(NSW) - Licences: 2RA Bathurst (1929-1936); 2RA Sydney (Marrickville, 1938-1939; Greenwich, 1946; Pymble, 1947-1961; Wahroonga, 1969) - Qualifications: AOCP 473, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: civil engineer (Yass, 1935; Marrickville, 1936-1943; Lane Cove, 1943; Pymble, 1949-1963); engineer (Wahroonga, 1968) ===''PRIDEAUX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Charles Prideaux|Prideaux, Joseph Charles]] [https://www.familysearch.org/tree/person/details/GX6Y-Y6H] - 1908(Qld)-1969(NSW) - Licences: 4DS Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: musician (Lismore, NSW, 1935-1943); hairdresser (Lismore, NSW, 1949-1968) ===''PRIDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Clifford Pridham|Pridham, Leslie Clifford]] [https://www.familysearch.org/tree/person/details/GXK2-H6C] - 1916(SA)-2007(SA) - Licences: 5WP Adelaide (Torrensville, 1937-1939) - Qualifications: cc; AOCP 2047, 1937, SA; BOCP 301, 1940; 1COCP 834, 1944 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Torrensville, SA, 1939-1941); public servant (Lockleys, SA, 1943) ===''PRINCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Prince|Prince, Albert Edward]] [https://www.familysearch.org/tree/person/details/GXKT-ZLR] - 1914(SA)-1996(SA) - Licences: 5WK Adelaide (Walkerville, 1934-1939; Kurralta Park, 1947; Plympton, 1948-1980+) - Qualifications: cc; AOCP 1358, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Queenstown, SA, 1941); fitter (Gracemere, SA, 1943); sheet metal worker (Broadview Gardens, SA, 1943) ===''PROPOSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilhelm Carl Lormann Proposch|Proposch, Wilhelm or William Carl Lormann or Forman]] [https://www.familysearch.org/tree/person/details/LVVN-TGW] - 1900(NSW)-1970(Qld) - Licences: 4PL Chinchilla (1937-1939); 4PL Nanango (1947-1969) - Qualifications: cc; AOCP 1986, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: wellborer (Maclargan via Jondaryan, Qld, 1925-1936); radio dealer (Chinchilla, Qld, 1937; Nanango, Qld, 1943-1968) ===''PRYZBILLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Alfred Pryzibilla|Pryzibilla, Colin Alfred]] [https://www.familysearch.org/tree/person/details/GXKD-1SY] - 1910(SA)-2001(SA)91yo - Licences: 5XJ Adelaide (Parkside, 1935-1939, 19471960; Brooklyn Park, 1965-1969; Ascot Park, 1975; Plympton Park, 1980) - Qualifications: cc; AOCP 1590, 1935, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PURDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Commodore Vere Purdon|Purdon, Commodore Vere]] [https://www.familysearch.org/tree/person/details/GQ28-Y6B] - 1901(Tas)-1968(Tas) - Licences: 7AM Receive Hobart (Battery Point, 1922); Receive Hobart (Battery Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart East, 1922; Hobart South, 1928; Bellerive, 1936-1954) =='''Q'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''QUICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Quick|Quick, John]] [https://www.familysearch.org/tree/person/details/LKWF-QQF] - 1852(Eng)-1932(Vic) - state politician (MLA Vic, 1880s & 1890s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1909-1910), oversight of 1909 Melbourne Wireless Telegraphy Conference - Links: [[w:John_Quick_(politician)|Wikipedia]]; [https://adb.anu.edu.au/biography/quick-sir-john-8140 ADB] ===''QUIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Quin|Quin, Charles]] [https://www.familysearch.org/tree/person/details/G8VW-TP8] - 1910(WA)-1979(WA) - Licences: 6CX Perth (Subiaco, 1930-1933; Nedlands, 1937; Wembley, 1938-1939, 1946-1947) - Qualifications: cc; AOCP 678, 1930, No. ?? in WA; AOLCP 178, 1934 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Wembley Park, 1937); accountant (Swanbourne, 1963); retired (Swanbourne, 1972-1977) =='''R'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''RADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Dynan Radford|Radford, Wilfred or William Dynan]] [https://www.familysearch.org/tree/person/details/92MT-KNF] - 1916(Qld)-1996(NSW) - Licences: 4WV Brisbane (Ashgrove, 1936-1937); 4WW Brisbane (Ashgrove, 1938-1939) - Qualifications: cc; AOCP 1624, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: theological student (Hunters Hill, NSW, 1943); clergyman (Toongabbie, NSW, 1954); priest (Marist College, Armidale, NSW, 1958; Toongabbie, NSW, 1963-1968; Hunters Hill, NSW, 1977-1980) ===''RAGLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Beaumont Ragless|Ragless, Gordon Beaumont]] [https://www.familysearch.org/tree/person/details/GMY3-58F] - 1909(SA)-2002(SA) - Licences: 5GR Adelaide (St Marys, 1928-1939; Marion, 1946-1948) - Qualifications: cc; AOCP 434, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: orchard assistant (St Marys, 1939-1943) ===''RAINBOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Rainbow|Rainbow, Christopher James]] [https://www.familysearch.org/tree/person/details/G87K-BB5] - 1911(Vic)-1994(Vic) - Licences: 3JR Melbourne (Preston, 1928-1954; West Preston, 1955-1969; Rosebud, 1975-1980) - Qualifications: AOCP 406, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, partnership (Supreme Radio Co, Preston ?-1932), WW2 (RAAF) - Electoral Rolls: engineer (Preston, 1931-1942); traveller (Preston, 1949-1972; Rosebud, 1977); retired (Rosebud, 1980) - Relationships: brother-in-law of 3PA Percy James Anderson ===''RAMSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Ramsay|Ramsay, Frederick Charles]] [https://www.familysearch.org/tree/person/details/GXNM-4RT] - 1871(Eng)-1950(NSW) - Licences: Receive (Crystal) Brisbane (Toowong, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hermit Park, Qld, 1903-1905; South Brisbane, Qld, 1912; West End, Qld, 1915-1919); accountant (Toowong, Qld, 1921-1925; Waverley, NSW, 1930-1934); teacher (Waverley, NSW, 1936-1943) * [[/Robert Ramsay|Ramsay, Robert ]] - 1842(Sct)-1882(Vic) - solicitor, Victorian politician, Postmaster-General Victoria (Jul 1874 - Aug 1875; Oct 1875 - May 1877) ===''RANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Otto Randell|Randell, Charles Otto]] [https://www.familysearch.org/tree/person/details/97TF-XLP] - 1880(NSW)-1958(Qld) - Licences: 4BK Innisfail (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster (callsign to 4BK Brisbane commercial 1930) - Comment: 4AC Leslie Waters employed by Randell Engineering - Electoral Rolls: analytical chemist (Hambledon, 1903); chemist (Goondi, 1908); engineer (Innisfail, 1912-1913); mechanical engineer (Townsville, 1915); analytical chemist (Innisfail, 1919-1930); agent (Toowong, 1936); chemist (Brisbane, 1937); industrial chemist (North Sydney, 1949) ===''RANKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Ronald Rankin|Rankin, Kenneth Ronald "Ken"]] [https://www.familysearch.org/tree/person/details/L2RC-8FS] - 1906(Vic)-1964(Vic) - Licences: 3KR Kerang (1926-1939); 3KR Benalla (1946-1960) - Qualifications: AOCP 242, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio salesman (Kerang, 1928-1937); manager (Benalla, 1949-1963) - Probate: Theatre Manager (Benalla, 1965) ===''RANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Rann|Rann, George William]] [https://www.familysearch.org/tree/person/details/GZDG-VMV] - 1908(WA)-1974(WA) - Licences: 6KO Perth (Nedlands, 1932-1939) - Qualifications: cc; AOCP 1000, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Nedlands, WA, 1931); printer (West Subiaco, WA, 1936; Wembley, WA, 1937-1943; Leederville, WA, 1954-1958); civil servant (City Beach, WA, 1963-1972) ===''RAYNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Rayner|Rayner, Jack]] [https://www.familysearch.org/tree/person/details/LYQQ-2LK] - 1898(NSW)-1972(NSW) - Licences: 2LJ Sydney (Stanmore, 1928-1930; Belmore, 1931-1939, 1946-1950) - Qualifications: AOCP 384, 1928, No. ?? in NSW; 2COCP 425, 1933; 1COCP 335, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: police constable (Annandale, 1930); constable (Belmore, 1933-1934); police constable (Belmore, 1937-1949) ===''READ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Earl Read|Read, Alfred Earl "Earl"]] - 1892(NZ)-1960(NZ) - journalist (editor NZ Radio Times to 1936; editor and proprietor, Australasian Radio World 1936-1940; manager, Australasian Radio World 1940+) * [[/Allan William Read|Read, Allan William]] [https://www.familysearch.org/tree/person/details/GX1B-WF2] - 1913(WA)-1983(WA) - Licences: 6LK Perth (Mt Lawley, 1931-1933); 6LK Northam (1937-1939) - Qualifications: cc; AOCP 735, 1931, No. ?? in WA; AOLCP 163, 1934; 1COCP 83, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Broadcasting Station, Northam, WA, 1936-1937); radio technician (North Perth, WA, 1943-1958); public servant (Nollamara, WA, 1963-1980) ===''READER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/d'Arcy Harold Reader|Reader, d'Arcy Harold]] [https://www.familysearch.org/tree/person/details/L5KX-8N8] - 1888(NZ)-1952(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 123, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: wireless telegraphist (Thursday Island, Qld, 1916-1917) ===''READING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Reading|Reading, Edward Charles]] [https://www.familysearch.org/tree/person/details/GZW7-9DL] - 1904(NSW)-1979(NSW) - 2RG Bangalow (1925-1929), 2LT Lismore (1965-1975), amateur operator (AOCP 65, 1925, No. ?? in NSW), amateur broadcaster, electrician, Reading Bros (proprietor & electrical engineer, 1930-1939), 2RG callsign may have been withdrawn by PMGD for 2RG Griffith commercial * [[/Leonard William Reading|Reading, Leonard William]] [https://www.familysearch.org/tree/person/details/L2LY-H23] - 1904(WA)-1989(WA) - Licences: 6LR Northam (1933-1936); 3TQ Newport (1937); 6LR Perth (Pearce, 1938-1939; South Perth, 1946-1947) - Qualifications: cc; AOCP 1200, 1933, Vic; 1COCP 384, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Northam, WA, 1925-1936; Newport, Vic, 1937); airman (South Perth, WA, 1943); supervisor (Karinup, WA, 1980) ===''REDDROP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Reddrop|Reddrop, James William Jnr]] [https://www.familysearch.org/tree/person/details/GD1T-SYY] - 1906(Vic)-1981(NSW) - Licences: 7BN Launceston (1934-1937); 3BN Melbourne (Caulfield, 1938-1939, 1946-1954) - Qualifications: cc; 1COCP 28, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: airman (Elsternwick, 1931; St Kilda, 1937); air force (Elsternwick, 1942-1954); air force officer (Glenbrook, NSW, 1958); RAAF officer (Campbell, 1963); retired (Hackett, ACT, 1968); representative (Tbre Lake, 1972-1980) ===''REED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Griffiths Reed|Reed, Joseph Griffiths "Joe"]] [https://www.familysearch.org/tree/person/details/GC6Y-GZZ] - 1897(NSW)-1969(NSW) - Licences: XABP Newcastle (1914); 2JR Sydney(Summer Hill, 1924-1933; Croydon, 1934-1939; Northbridge, 1946-1969) - Qualifications: cc; CPRT 710, 1922; 1COCP 235, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio engineer (Summer Hill, NSW, 1930-1934); engineer (Croydon, NSW, 1936-1937); electrical engineer (Northbridge, NSW, 1943-1968) ===''REEDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Bennett Reedman|Reedman, Alfred Bennett]] [https://www.familysearch.org/tree/person/details/KZLN-MVM] - 1896(Qld)-1982(Qld) - Licences: Receive (Valve) Brisbane (Norman Park, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kangaroo Point, Qld, 1919-1921; Norman Park, Qld, 1925-1980) ===''REES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Montague Elyder Rees|Rees, Richard Montague Elyder]] [https://www.familysearch.org/tree/person/details/MPXW-S6Y] - 1901(Eng)-1962(Vic) - Licences: 2RE Sydney (Stanmore, 1926-1927; Coogee, 1928-1930); 2WM Sydney (Enfield, 1931-1933); 2APW Albury (1946-1947); 3APW Darling (1948-1954) - Qualifications: AOCP 296, 1926, No. ?? in NSW; CPRTelephony 959, 1927; 2COCP 283, 1930; BOCP 107, 1937; 1COCP 941, 1945 - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Enfield, 1931-1937) ===''REEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Herbert Reeves|Reeves, Cecil Herbert]] [https://www.familysearch.org/tree/person/details/GF3Z-X92] - 1905(WA)-1975(WA) - Licences: 6CR Perth (Claremont, 1931-1933; Victoria Park, 1937-1939) - Qualifications: cc; AOCP 746, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Claremont, WA, 1931; Victoria Park, WA, 1936-1943; Wagin, WA, 1954; Fremantle, WA, 1958; East Fremantle, WA, 1963-1972) ===''REID''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Reid|Reid, John]] [https://www.familysearch.org/tree/person/details/GF3G-PDG] - 1901(Vic)-19??(???) - Licences: 3BE Melbourne (Werribee, 1937); 6BE Perth (RAAF, Pearce, 1938); 3AJR Ballarat (1947-1980+) - Qualifications: cc; 2COCP 26, 1935 - amateur operator; amateur broadcaster; WW2 - Comment: Several contemporaneous JRs - Electoral Rolls: retired (Ballarat, Vic, 1977-1980) ===''REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Dwyer Reilly|Reilly, Edward or Edwin Dwyer]] [https://www.familysearch.org/tree/person/details/G9S5-67P] - 1913(Vic)-1991(SA) - Licences: 5AI Adelaide (Woodville, 1935-1939; Brooklyn Park, 1947-1975; Aldinga, 1980+) - Qualifications: cc; AOCP 1524, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Woodville, SA, 1939-1943) * [[/Eric Harold Reilly|Reilly, Eric Harold]] [https://www.familysearch.org/tree/person/details/L153-S1X] - 1905(Qld)-1950(Qld) - Licences: 4ER Brisbane (Hill End, 1934-1937); 4ER Laidley (1938-1939, 1946-1948) - Qualifications: cc; AOCP 1339, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ, WICEN) - Electoral Rolls: rubber worker (Hill End, Qld, 1934-1937); motor mechanic (Laidley, Qld, 1943-1949) ===''REIMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Alwin Reimann|Reimann, Albert Alwin]] [https://www.familysearch.org/tree/person/details/G4RD-V3K] - 1905(SA)-1946(SA) - Licences: 5JO Adelaide (Kent Town, 1928-1939) - Qualifications: cc; AOCP 453, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil ===''REINARTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John L. Reinartz|Reinartz, John L.]] - 1894(Ger)-1964(USA) - 1QP (1908-?), 1XAM, W3RB, K6BJ USA, amateur operator, with Fred Schnell made first Trans-Atlantic 2 Way QSO with F8AB Leon Deloy ===''REINHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Cyril Reinhold|Reinhold, Edwin Cyril]] [https://www.familysearch.org/tree/person/details/LHH4-WWR] - 1900(Qld)-1984(Qld) - Licences: Q747 Receive Brisbane (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Clayfield, 1925); motor mechanic (Gracefield, 1931-1949); soldier (Sherwood, 1954-1980) ===''RENNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rennie|Rennie, F.]] - 19??(???)-19??(???) - Licences: 3HI Receive Melbourne (South Yarra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/J. M. Rennie|Rennie, J. M.]] - 19??(???)-19??(???) - Licences: 3QF Receive Melbourne (Northcote, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/K. M. Rennie|Rennie, K. M.]] - 19??(???)-19??(???) - Licences: 2AO Receive Sydney (Edgecliffe, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''RENSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Phillip Renshaw|Renshaw, Walter Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G9KS-1LX] - 1891(NSW)-1968(NSW) - Licences: XFP Sydney (Roseville, 1912-1914); 2DE Sydney (Roseville, 1922-1939) - Qualifications: cc; CPRT 370, 1918 - early wireless experimenter; amateur operator - amateur broadcaster; WW1; radio clubs (WIA NSW - 1912+, President, Federal President); professional clubs (IRE NSW - founding member); business (consulting engineer); witness to Royal Commission 1927 (as Hon. Sec. WIA NSW) - Comment: late 1930s entangled in a NSW State Government corruption enquiry - Electoral Rolls: civil engineer (Roseville, 1936-1954; Ashfield, 1958-1968) ===''RENWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Griffith Renwick|Renwick, Arthur Griffith]] [https://www.familysearch.org/tree/person/details/GD57-8XV] - 1902(NSW)-1967(NSW) - Licences: 2CG Receive Sydney (Woollahra, 1922) - Qualifications: cc; BOCP 292, 1940 - amateur receiver - Electoral Rolls: pharmacist (Roseville, 1930-1937); chemist (Drummoyne, 1943-1954); retail chemist (Strathfield, 1958-1963) ===''RETALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Moncrieff Retallick|Retallick, James Moncrieff]] [https://www.familysearch.org/tree/person/details/LKK3-QDW] - 1898(NSW)-1969(NSW) - Licences: 2XO Bellingen (1930-1939, 1946-1947); 2FE Portable Bellingen (1933-1939); 2XO Raleigh (1948-1955); 2XO Coffs Harbour (1956-1958); 2XO Urunga (1960-1969); - Qualifications: AOCP 664, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: attendant (Substation, Raleigh, 1949-1954); electrical mechanic (Urunga, 1963-1968) ===''REYNOLDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Daniel Reynolds|Reynolds, George Daniel]] [https://www.familysearch.org/tree/person/details/GX9J-VBQ] - 1886(NZ)-1964(Vic) - Licences: Nil yet identified - Qualifications: cc; 1COCP 180, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: wireless operator (Rockhampton, 1917; Cooktown, 1928); radio (Malvern, 1934-1937); wireless operator (New Farm, 1943); radio station manager (Townsville, 1949); retired (Malvern, 1954-1963) ===''RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Rhodes|Rhodes, Harry]] [https://www.familysearch.org/tree/person/details/G8BS-QMC] - 1887?(???)-1966(SA) - Licences: Receive (Valve) Kadina (1923); 5HR Kadina (1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: Needs more research - Electoral Rolls: electrical engineer (Quorn, 1939-1943; Grassmere, 1943) ===''RIBBETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Ribbett|Ribbett, Thomas John]] [https://www.familysearch.org/tree/person/details/GXQQ-YRJ] - 1880(SA)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPOE, 1917) - Electoral Rolls: Nil yet identified ===''RICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fry Rich|Rich, Charles Fry]] [https://www.familysearch.org/tree/person/details/GXN8-YZ3] - 1873(Eng)-1949(NSW) - Licences: 4CR Fife Bay, Papua - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Father of 4VX 2AJZ 9VX 2API Mackendrick Charles William Rich - Electoral Rolls: retired (Chatswood, NSW, 1943-1949) * [[/Mackendrick Charles William Rich|Rich, Mackendrick Charles William]] [https://www.familysearch.org/tree/person/details/GXN8-5MB] - 1903(PNG)-1991(NSW) - Licences: 4VX Samarai, Papua (1938-1939); 2AJZ Sydney (Chatswood, 1946); 9VX Port Moresby (1947-1948); 2API Sydney (Manly Vale, 1954-1955; Balgowlah, 1956-1969; Manly Vale, 1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Son of 4CR Charles Fry Rich - Electoral Rolls: no occupation (Manly Vale, NSW, 1954-1963); retired (Manly Vale, NSW, 1977-1980) ===''RICHARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. F. Richards|Richards, G. F.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (Moonah, 1923); 2237 Hobart (Moonah, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/George Richards|Richards, George]] [https://www.familysearch.org/tree/person/details/GHDM-JZ6] - 1888(Qld)-1963(Qld) - Licences: 4XK Ipswich (1930-1939) - Qualifications: cc; AOCP 575, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mine manager (Silkstone, 1917-1932; Booval, 1936-1958) * [[/Maurice Evans Richards|Richards, Maurice Evans]] [https://www.familysearch.org/tree/person/details/GZ3X-KPB] - 1910(SA)-1997(SA) - Licences: 5CY Receive Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923); 5MR Adelaide (Glenunga, 1927-1928) - Qualifications: cc; AOCP 369, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Relationships: Likely a relation of 5WR Wilfred Mayo Richards - Electoral Rolls: welder (Millswood East, SA, 1943) * [[/Norman Henry Richards|Richards, Norman Henry]] [https://www.familysearch.org/tree/person/details/GXH1-NL1] - 1912(Eng)-2007(Qld) - Licences: 4NR Brisbane (Wooloowin, 1932-1937) - Qualifications: cc; AOCP 1071, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Wooloowin, Qld, 1936-1937); mechanic (Eagle Junction, Qld, 1943); refrigeration engineer (Maryborough, Qld, 1949-1954); engineer (Ashgrove, Qld, 1963-1968); retired (Glasshouse Mountains, Qld, 1972-1977; Tin Can Bay, Qld, 1980) * [[/Victor John Richards|Richards, Victor John]] [https://www.familysearch.org/tree/person/details/GFML-3HH] - 1916(WA)-1992(WA) - Licences: 6JR Perth (Nedlands, 1937-1939) - Qualifications: cc; AOCP 1894, 1937, WA; 2COCP 265, 1939; 1COCP 367, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: storeman (Nedlands, WA, 1937); radio operator (Alice Springs, NT, 1943); machinery assistant (Wivenhoe, Tas, 1949); radio technician (Darlinghurst West, NSW, 1949; Charters Towers, Qld, 1949)); radio operator (Carlingford, NSW, 1954); radio technician (Blacktown, NSW, 1958); technician (Applecross, WA, 1958-1972); radio officer (Applecross, WA, 1977-1980) * [[/Wilfred Mayo Richards|Richards, Wilfred Mayo]] [https://www.familysearch.org/tree/person/details/GZ3X-6W4] - 1896(SA)-1948(SA) - 5WR Adelaide (Medindie Gardens, 1927-1939, 1946-1948) - Qualifications: cc; AOCP 364, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - certainly a relation of 5MR Maurice Evans Richards ===''RICHARDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Kennington Richardson|Richardson, Alan Kennington]] [https://www.familysearch.org/tree/person/details/GXRM-73L] - 1914(SA)-1994(SA) - Licences: 5AR Adelaide (Everard Park, 1934-1939; City, 1947-1980+) - Qualifications: cc; AOCP 1277, 1934, SA; AOLCP 201, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Everard Park, SA, 1939) * [[/Jasper Bede Richardson|Richardson, Jasper Bede]] [https://www.familysearch.org/tree/person/details/GX1J-LTY] - 1907(WA)-1969(WA) - Licences: 6LX Perth (Fremantle, 1931-1933; Hollywood, 1937-1939) - Qualifications: cc; AOCP 831, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (East Fremantle, WA, 1931); radio mechanic (Hollywood, WA, 1936-1937; East Perth, WA, 1943; East Fremantle, WA, 1949); mechanic (Bicton, WA, 1954-1968) * [[/John Keith Richardson|Richardson, John Keith "Keith"]] [https://www.familysearch.org/tree/person/details/G6QQ-76P] - 1906(Qld)-1954(Tas) - Licences: 4KR Barcaldine (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: overseer ("Ashgrove", Gore, 1930-1932) ===''RICKABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorimer Douglas Rickaby|Rickaby, Lorimer Douglas "Rick"]] [https://www.familysearch.org/tree/person/details/GMR4-Z8W] - 1906(Qld)-1975(Qld) - Licences: 4VR Brisbane (Coorparoo, 1936-1939, 1946-1948; Coopers Plains, 1955-1975) - Qualifications: cc; BOCP 485, 1938 - amateur operator; amateur broadcaster; broadcast technician (4VL, 4AK, 4BK); military (WW2, RAN); ship wireless officer; security officer (MSS) - Relationships: father of 4RX Brian ??? Rickaby; father-in-law of 4VR Valerie ??? Rickaby - Electoral Rolls: telegraphist (Flinders Naval Depot, Vic, 1931-1934); radio engineer (Coorparoo, Qld, 1937); technician (Coorparoo, Qld, 1943-1949); meter reader (Coopers Plains, Qld, 1958-1972) * [[/Brian ??? Rickaby|Rickaby, Brian ???]] - Licences: 4ZAP Brisbane (Coopers Plains, 1960); 4RX Brisbane (Salisbury, 1965-1980) - Qualifications: AOLCP; AOCP; BOCP; TVOCP - amateur operator; broadcast engineer (Qld State Broadcasting Office, P&TD / DoC / DoTaC / ABA) - Relationships: son of 4VR Lorimer Douglas Rickaby; husband of 4VR Valerie ??? Rickaby - Electoral Rolls: ===''RIETHMULLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Riethmuller|Riethmuller, Eric Charles]] [https://www.familysearch.org/tree/person/details/G64Z-XCL] - 1903(Qld)-1987(Qld) - Licences: 4SK Willis Island (1931) - Qualifications: cc; 2COCP 250, 1930; 1COCP 299, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jandowae, 1936); radio technician (Wellington, NSW, 1937; Moorooka, 1943); radio operator (Darlinghurst, 1949; Wahroonga, 1963-1972); retired (Toowoomba, 1972-1980) ===''RING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Mostyn Ring|Ring, Keith Mostyn]] [https://www.familysearch.org/tree/person/details/LKB8-YR7] - 1913(SA)-1991(SA) - Licences: 5KH Adelaide (Kensington Park, 1932-1939, 1947-1948; Marion, 1954; Eden Hills, 1955-1969); 5KH Williamstown (1975); 5KH Kapunda (1980+) - Qualifications: cc; AOCP 923, 1932, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank official (Jamestown, SA, 1941-1943) * [[/Thomas Leo Ring|Ring, Thomas Leo]] [https://www.familysearch.org/tree/person/details/GX95-D97] - 1893(Vic)-1945(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 233, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Rockhampton, 1916; Sandgate, 1921); clerical assistant (Bowen, Qld, 1925); postmaster (Texas, 1930-1937); retired (Hendra, Qld, 1943) ===''RIPPEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Adolf Heinrich Gerhard Rippen|Rippen, Adolf Heinrich Gerhard]] [https://www.familysearch.org/tree/person/details/GZLK-QSB] - 1919(WA)-1941(Off coast of Kenya) - Licences: 6GR Perth (Fremantle, 1936-1939) - Qualifications: cc; AOCP 1731, 1936, WA - amateur operator; amateur broadcaster; WW2 (RAN, HMAS Sydney II, Telegraphist) - Electoral Rolls: engineer (Fremantle, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.sydneymemorial.com/registrydetails.asp?ID=478 HMAS Sydney II Memorial]; [https://vwma.org.au/explore/people/644953 VWMA]; [http://www.streetwisemedia.com.au/unknown-sydney-sailor-named-after-80-years/ Streetwise] ===''RIVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Ronald Rivers|Rivers, Edmund Ronald or Ronald Edmund]] [https://www.familysearch.org/tree/person/details/GDJH-V2S] - 1901(Vic)-1950(Vic) - Licences: 3ER Receive Melbourne (Essendon, 1922-1923); 3ER Melbourne (Essendon, 1924-1925) - Qualifications: cc; CPRT 767, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''RIX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Henry George Rix|Rix, Walter Henry George]] [https://www.familysearch.org/tree/person/details/MMQX-KZQ] - 1898(Qld)-1923(Qld) - Licences: 4EC Receive Brisbane (Bulimba, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: tram conductor (Valley, Qld, 1919-1921) ===''ROBBINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Fellows Robbins|Robbins, Thomas Fellows]] [https://www.familysearch.org/tree/person/details/GX5X-2SL] - 1918(SA)-1986(SA) - Licences: 5DK Adelaide (Fullarton, 1935-1937; Malvern, 1938-1939); 5AQ Leigh Creek (1954-1960); 5AQ Port Augusta (1965-1980+) - Qualifications: cc; AOCP 1548, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Malvern, SA, 1941-1943) ===''ROBERTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles D'Arcy Roberts|Roberts, Charles D'Arcy]] [https://www.familysearch.org/tree/person/details/GZ2N-VBN] - 1909(NSW)-1943(Burma) - licences: 2JV Sydney (Greenwich, 1928-1939) - qualifications: AOCP 408, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 (signalman, 8 Division Signals, 1943) - Electoral rolls: clerk (Lane Cove, 1930-1937) - "Greater love hath no man than this" * [[/Harry Mayland Roberts|Roberts, Harry Mayland or Mayfield (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXLH-KKF] - 1912(SA)-1979(SA) - Licences: 5MY Adelaide (Alberton East, 1931; Myrtle Bank, 1938-1939; Fullarton Estate, 1947-1954; Plympton, 1955-1965; North Plympton, 1969-1975) - Qualifications: cc; AOCP 763, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Myrtle Bank, SA, 1939-1943) * [[/J. C. A. Roberts|Roberts, J. C. A.]] - 19??(???)-19??(???) - Licences: XAAY Sydney (Parramatta, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Identification: Not yet identified, despite three given names - Electoral Rolls: Nil yet identified * [[/Nicholas William Roberts|Roberts, Nicholas William]] [https://www.familysearch.org/tree/person/details/GXRC-XKV] - 1915(SA)-1936(SA) - Licences: 5NR Adelaide (St Peters, 1933-1936) - Qualifications: cc; AOCP 1228, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, age 21yo - Electoral Rolls: Nil yet identified * [[/Noel Grafton Roberts|Roberts, Noel Grafton]] [https://www.familysearch.org/tree/person/details/GXRD-CCL] - 1924(Eng)-2008(Eng) - Licences: 5NR Katherine (1947) - Qualifications: cc; 1COCP 589, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio inspector (Tally Ho, Vic, 1967-1968; Glen Waverley, Vic, 1972-1980) * [[/Richard George Crafter Roberts|Roberts, Richard George Crafter or Crofter]] [https://www.familysearch.org/tree/person/details/MWFZ-Z24] - 1901(NSW)-1964(NSW) - Licences: 2UU Sydney (Ashfield, 1923-1925) - Qualifications: cc; CPRT 750, 1922; 2COCP 430, 1933; 1COCP 505, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ashfield, 1933-1936; Lovetts Bay, 1943; Chatswood, 1949-1958) * [[/Russell Flexmore Roberts|Roberts, Russell Flexmore]] [https://www.familysearch.org/tree/person/details/LL4K-265] - 18??-1961(Qld) - Licences: 4PN Brisbane (West End, 1927-1933; Annerley, 1937-1939, 1946-1960) - Qualifications: cc; AOCP 372, 1927, No. 41 in Qld - amateur operator; amateur broadcaster; WW2; television experimenter (4CM); broadcaster (4BC, manager) - Electoral Rolls: musical director (South Brisbane, 1919); musician (Coorparoo, 1934); manager (Yeronga, 1936-1937); alderman (Annerley, 1954) * [[/V. Roberts|Roberts, V.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ROBERTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Desmond Robertson|Robertson, Brian Desmond]] [https://www.familysearch.org/tree/person/details/GX2G-W63] - 1921(SA)-1996(SA) - Licences: 1RD Macquarie Island (1950s); 5RD Adelaide (Henley Beach, 1954-1956) - Qualifications: cc; 1COCP 998, 1946 - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/David Sterling Robertson|Robertson, David Sterling]] [https://www.familysearch.org/tree/person/details/GW2M-F7H] - 1920(SA)-19??(???) - Licences: 5RN Adelaide (Mt Lofty, 1937-1939, 1948-1965); 1ATR Canberra (Deakin, 1956; Yarralumla, 1960); 5RN Adelaide (Stirling, 1969-1980+) - Qualifications: cc; AOCP 1944, 1937, SA; 2COCP 346, 1940; 1COCP 405, 1940 - amateur operator; amateur broadcaster - Relationships: Husband of 5YL-1YL Denise Alison Robertson nee Haslam - Electoral Rolls: radio engineer (North Sydney, 1943) * [[/Denise Alison Robertson|Robertson nee Haslam, Denise Alison]] [https://www.familysearch.org/tree/person/details/GW2M-JWG] - 1927(NSW)-2008(SA) - Licences: 1YL Canberra (Yarralumla, 1960-1965); 5YL Adelaide (Stirling, 1969) - Qualifications: cc; AOCP 3552, 1956, ACT - amateur operator; YL operator - Relationships: Wife of 5RN-1ATR David Sterling Robertson - Electoral Rolls: Nil yet identified ===''ROBINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Robinson|Robinson, Alexander]] [https://www.familysearch.org/tree/person/details/L1G8-ZJ2] - 1900(Eng)-1949(NSW) - Licences: 2GR Sydney (Haberfield, 1930-1937; Richmond, 1938-1939; Hunter's Hill, 1946-1948) - Qualifications: AOCP 498/499, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical meter tester (Haberfield, 1933-1936) - 2GR callsign previously held by Joseph Sydney Marks * [[/Arthur Robinson|Robinson, Arthur]] [https://www.familysearch.org/tree/person/details/G8CS-4PP] - 1926(Vic)-19??(???) - Licences: 3ABF Sale (1948-1956); 3ABF Melbourne (Croydon, 1960); 3ABF Traralgon (1965-1980+) - Qualifications: AOCP 2710, 1948, Vic; TVOCP 184, 1959 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Sale, 1949-1954); technician (Croydon, 1963); PMG TV technician (Traralgon, 1963-1980) * [[/Charles John Robinson|Robinson, Charles John]] [https://www.familysearch.org/tree/person/details/LNJD-DC5] - 1908(Tas)-2004(???) - Licences: 7RC Launceston (1936-1937); 7KR Launceston (1938-1939) - Qualifications: cc; AOCP 1668, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carter (Launceston, 1936-1937); cordial maker (Launceston, 1943) * [[/John William Robinson|Robinson, John William]] [https://www.familysearch.org/tree/person/details/GS7H-Q61] - 1895(Eng)-1963(NSW) - Licences: 2EN Receive Sydney (Ryde, 1922-1923); 2RN Receive Sydney (Concord, 1923); 4RN Brisbane (Kedron, 1931) - Qualifications: cc; Nil yet identified - amateur receiver; amateur broadcaster; Honorary Radio Inspector NSW; First director 4QG - Comment: several contemporaneous JWRs - Electoral Rolls: wireless engineer (Merthyr, Qld, 1925-1926); radio engineer (Highgate Hill, Qld, 1928); engineer (Herston, 1936-1937) ===''ROBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Laudreux Robson|Robson, Colin Laudreux]] [https://www.familysearch.org/tree/person/details/GXYV-TL8] - 1916(WA)-1973(WA) - Licences: 6XI Perth (Mt Lawley, 1937-1939); 6XI Northam (1947-1948); 6XI Waterloo (1954-1960); 6XI bunbury (1965-1969) - Qualifications: cc; 3COCP 181, 1936; AOCP 2055, 1937, WA; BOCP 234, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (6AM Quarters, Northam, WA, 1949; 6TZ, Waterloo, WA, 1958-1963; Bunbury, WA, 1968-1972) ===''ROCKWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Bruce Rockwell|Rockwell, Horace Bruce]] [https://www.familysearch.org/tree/person/details/K882-BWV] - 1887(Tas)-1955(NSW) - Licences: XQH Brisbane (Wynnum) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; WW1; WW2; a founder of Wireless Institute of Queensland 1912 - Electoral Rolls: electrician (Fort Lytton, Qld, 1913; Wynnum, Qld, 1917-1919); electrical engineer (Enoggera, Qld, 1919; Chelmer, Qld, 1925); electrician (Fort Lytton, Qld, 1936-1937); soldier (Middle Head, NSW, 1943); engineer (Northbridge, NSW, 1949) ===''RODDA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William David Rodda|Rodda, William David]] [https://www.familysearch.org/tree/person/details/G8WK-4JB] - 1907(WA)-1961(WA) - Licences: 6WR Perth (Claremont, 1928-1939) - Qualifications: cc; AOCP 435, 1928, No. ?? in WA; BOCP 1191, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Claremont, 1931-1936; Nedlands, 1937; Claremont, 1943); control operator (Nedlands, 1949-1954); technician (Perth, 1958) ===''RODWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Rodwell|Rodwell, Albert Edward]] [https://www.familysearch.org/tree/person/details/MWX8-VG7] - 1909(Qld)-1976(Qld) - Licences: Receive (Crystal) Brisbane (Bowen Hills, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Bowen Hills, Qld, 1936-1937); grocer (Kedron, Qld, 1943-1949); company manager (Wavell Heights, Qld, 1954-1968); bookseller (Aspley, Qld, 1972) ===''ROGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Stanley Rogers|Rogers, Bernard Stanley]] [https://www.familysearch.org/tree/person/details/GXPV-L34] - 1912(SA)-1987(SA) - Licences: 5FG Adelaide (Blackwood, 1934-1939; Edwardstown, 1947-1948; Glandore, 1954-1980+) - Qualifications: cc; AOCP 1274, 1934, SA; 1COCP 907, 1945 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Edwardstown, SA, 1939-1943) ===''ROHDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Campbell Rohde|Rohde, William Campbell "Bill"]] [https://www.familysearch.org/tree/person/details/G76S-GRF] - 1907(Qld)-1991(Qld) - Licences: 4RW Brisbane (Red Hill, 1929-1939) - Qualifications: cc; AOCP 493, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (YWCA Wireless Club); comms engineer (PMGD); broadcast engineer (4QG) - Electoral Rolls: telephone mechanic (Red Hill, 1934-1943; Newmarket, 1949); postal engineer (Coorparoo, 1958-1980) ===''ROLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Rolls|Rolls, Sydney]] [https://www.familysearch.org/tree/person/details/GX95-V3F] - 1886(???)-1957(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918); WW1 - Electoral Rolls: electrician (Auburn, Vic, 1916-1919); naval officer (Camberwell, Vic, 1924-1925); engineer (Hawthorn, Vic, 1928-1949) ===''ROSCOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Thomas Roscoe|Roscoe, Geoffrey Thomas]] [https://www.familysearch.org/tree/person/details/G8QR-GJY] - 1900(Qld)-1985(Qld) - Licences: Receive Condamine (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: teacher (Condamine, Qld, 1925; Macknade, Qld, 1936-1937; Boonah, Qld, 1943); retired (St Lucia, Qld, 1968-1980) ===''ROSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William (Qld) Rose|Rose, Robert William (Qld)]] [https://www.familysearch.org/tree/person/details/G8DS-JJM] - 1911(Qld)-1970(NSW) - Licences: 4RR Brisbane (1925); 4RQ Longreach (1930-1939, 1946-1948); 2AQR Wallsend (1956-1961); 2AQR Avoca (1965-1969) - Qualifications: cc; AOCP 576, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; chemist - Comment: Another Robert William Rose b1923 BOCP 993 - Electoral Rolls: mechanic (Toowong, 1925); chemist (Longreach, 1936-1949; West Wallsend, 1958-1963; Avoca Beach, 1968) * [[/Robert William (Vic) Rose|Rose, Robert William (Vic)]] - 1923(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; BOCP 993, 1948; 3AIR 1790, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: ===''ROSENSKJAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rosenskjar|Rosenskjar, F.]] - 19??-19?? - 4?? Brisbane (Fairfield) (Operator 4BI), amateur operator, amateur broadcaster ===''ROSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander David Ross|Ross, Alexander David]] [https://www.familysearch.org/tree/person/details/G68V-KFR] - 1883(Sct)-1966(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Professor of Mathematics & Physics, University of Perth) - Electoral Rolls: university professor (Perth Club, 1916; West Perth, 1925-1954); retired (Albany, WA, 1958-1963) - Links: [https://adb.anu.edu.au/biography/ross-alexander-david-8270 ADB]; [[w:Alexander_David_Ross|Wikipedia]]; [https://www.news.uwa.edu.au/archive/201206204747/features/setting-standards-excellence/ UWA] * [[/John Francis Ross|Ross, John Francis "Jack"]] - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer (PMGD); journalist (editor, The Broadcaster); historian (broadcasting, Amateur Radio, radiocommunications); author ("History of Radio in South Australia"; "Radio Broadcast Technology") - Electoral Rolls: ===''ROUTLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert Angus Routledge|Routledge, Robert Angus "Bob"]] [https://www.familysearch.org/tree/person/details/GWX2-BDP] - 1913(SA)-1997(SA) - Licences: 5RA Adelaide (Richmond, 1930-1931; Henley Beach, 1933) - Qualifications: cc; AOCP 679, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: manufacturer (Henley, 1939); radio technician (Henley, 1941); physics technician (Glenelg, 1943) ===''ROWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. L. Rowe|Rowe, R. L.]] - 19??(???)-19??(???) - Licences: 2LR Sydney (Milsons Point, 1928; McMahons Point, 1929) - Qualifications: cc; AOCP 267, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ROWLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert George Rowland|Rowland, Robert George]] [https://www.familysearch.org/tree/person/details/KH14-G2J] - 1902(Vic)-1996(Vic) - Licences: 3GR Ballarat (1930-1939, 1946-1980+) - Qualifications: AOCP 657, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grocer (Grovedale, 1924); storekeeper (Majorca, 1925-1927; Ballarat, 1931); radio dealer (Ballarat, 1936-1980) - Don't Confuse: 3ZGG/3AFS Robert George Rowlands ===''ROWLATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Rowlatt|Rowlatt, Thomas William]] [https://www.familysearch.org/tree/person/details/GCMJ-HZT] - 1892(Qld)-1978(Qld) - Licences: Receive (Crystal) Brisbane (South Brisbane, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: fitter (Kangaroo Point, Qld, 1915-1921); engineer (Kangaroo Point, Qld, 1925-1937); mechanical engineer (Kangaroo Point, Qld, 1943-1968); retired (Chermside, Qld, 1972-1977) ===''ROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Roy|Roy, A. J.]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 577, 1930, No. ?? in Vic - amateur operator?; amateur broadcaster? - Electoral Rolls: Nil yet identified - Individual not yet identified (115 Skene St, Warrnambool, Vic - 1930) ===''ROYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Arthur Kirkcaldy Royle|Royle, William Arthur Kirkcaldy]] [https://www.familysearch.org/tree/person/details/GZ13-BBQ] - 1909(NSW)-1965(NSW) - Licences: 2WA Sydney (Edgecliff, 1927-1928); 2AWK Sydney (Darling Point, 1946-1950; Sandringham, 1961) - Qualifications: AOCP 318, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: underwriter (Edgecliff, 1936-1954); agent (Sandringham, 1958) ===''RUBAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Peter Ruban|Ruban, John Peter]] [https://www.familysearch.org/tree/person/details/G8CM-DMS] - 1925(???)-2015(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: radio technician (Footscray North, 1963-1968); technician (Maidstone, Vic, 1972-1980) ===''RUMBOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Rumbold|Rumbold, George Henry]] [https://www.familysearch.org/tree/person/details/9VKD-BSQ] - 1907(Vic)-1977(Vic) - Licences: 3GR Bendigo (1927) - Qualifications: AOCP 349, 1927, No. ?? in Vic - amateur operator - Electoral Rolls: carpenter (Bendigo, 1928); insurance agent (Kyneton, 1931; Shepparton, 1931; Bendigo, 1936-1937); assistant superintendent (Bendigo, 1942-1954); cabinet maker (Bendigo, 1963-1972) ===''RUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Ruse|Ruse, Thomas William]] [https://www.familysearch.org/tree/person/details/KZMB-QWY] - 1891(Vic)-1987(WA)95yo - Licences: 6WK Perth (Perth City, 1930-1931; Osborne Park, 1933-1969) - Qualifications: cc; AOCP 627, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: baker (Osborne Park, 1916-1972); retired (Bunbury, 1977-1980) ===''RUSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Cooper Russell|Russell, Albert Cooper "Bert"]] [https://www.familysearch.org/tree/person/details/GFQ9-BQV] - 1916(WA)-1995(NSW) - Licences: 6AR Albany (1936-1937); 6AR Northam (1938-1939) - Qualifications: cc; AOCP 1670, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937); mechanic (New Town, Tas, 1943-1949); engineer (Sandringham, Vic, 1954; Sans Souci, NSW, 1958; Double Bay, NSW, 1963; Kensington, NSW, 1968-1980) ===''RYAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Ryan|Ryan, Albert John "Jack"]] [https://www.familysearch.org/tree/person/details/GZWH-V6X] - 1897(Vic)-1984(NSW) - Licences: 2LE Canberra (Kingston, 1930-1933); 2YN Canberra (Kingston, 1933-1939) - Qualifications: CPRT 489, 1919; AOLCP 80, 1932; no record of AOCP - amateur operator; amateur broadcaster; WW1; WW2; broadcast engineer; PMGD (junior mechanic NSW, 1917; clerk, 1919); founder of 2CA Canberra commercial - Electoral Rolls: - several contemporaneous AJR's * [[/George Edward Ryan|Ryan, George Edward]] [https://www.familysearch.org/tree/person/details/G8CM-RCC] - 1910(Qld)-1987(Qld) - Licences: 4RG Brisbane (South Brisbane, 1936-1939; Dutton Park, 1946-1954) - Qualifications: cc; AOCP 1633, 1936, Qld - amateur operator; amateur broadcaster; telephone mechanic (PMGD) - Comment: several contemporaneous GERs - Electoral Rolls: motor mechanic (South Brisbane, Qld, 1937); telephone mechanic (South Brisbane, Qld, 1943-1954); PMG Instructor (St Lucia, Qld, 1958); instructor (Taringa, Qld, 1963-1980) ===''RYMILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Campbell Rymill|Rymill, Arthur Campbell]] [https://www.familysearch.org/tree/person/details/LXVS-CTB] - 1907(SA)-1989(SA) - Licences: Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Riddoch Rymill|Rymill, Robert Riddoch]] [https://www.familysearch.org/tree/person/details/LV5N-YC9] - 1904(SA)-1990(SA) - Licences: V753 Receive Melbourne (Toorak, 1922); 3GX Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: ethnologist (South Yarra, 1931) - Links: [https://vwma.org.au/explore/people/535352 WW2] =='''S'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''SAAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Saar|Saar, Alexander]] [https://www.familysearch.org/tree/person/details/GZ52-N3K] - 1889(???)-1956(WA) - Licences: 6CZ Receive Perth (West Perth, 1923); 6CZ Northam (1923-1925); 6KM Eucla (1926-1927); 6KM Geraldton (1933); 6KM Perth (Maylands, 1937-1939) - Qualifications: cc; AOCP 264, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telegraph lineman (North Perth, WA, 1915); postal electrician (Northam, WA, 1917); mechanic (Bunbury, WA, 1916-1917; Balkatta, WA, 1922; Eucla, WA, 1925-1926; North Perth, WA, 1928; Maylands, WA, 1931); postal electrician (Maylands, WA, 1936-1954) ===''SAGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Noel Sagar|Sagar, Eric Noel]] [https://www.familysearch.org/tree/person/details/GDKS-4J9] - 1896(SA)-1976(NSW) - Licences: 5CM Receive Adelaide (Largs Bay, 1923); Receive Adelaide (Largs Bay, 1923); 5CM Adelaide (Largs Bay, 1924-1926); 4ES Brisbane (Greenslopes, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Halcyon: Not mentioned - Electoral Rolls: manager (Greenslopes, Qld, 1932); engineer (Darlinghurst, 1943-1949); orchardist (Kincumber, NSW, 1949-1958) ===''SAINSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Henry Sainsbury|Sainsbury, Rupert Henry]] [https://www.familysearch.org/tree/person/details/L28X-5H3] - 1896(NSW)-1974(NSW) - Licences: 2YJ Sydney (Concord, 1924-1936); 4YJ Brisbane (Clayfield, 1937-1939); 2YJ Sydney (Concord, 1946-1954; Epping, 1955-1975) - Qualifications: cc; AOCP 54, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: clerk (Concord, 1930); traveller (Hendra, 1936-1937); soldier (Norman Park, 1943); executive (Concord West, 1949-1954); commercial traveller (Epping, 1958-1968) ===''SAINTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Melville Sainty|Sainty, Clifford Melville]] [https://www.familysearch.org/tree/person/details/GZ61-1GZ] - 1907(NSW)-1987(SA) - 2MS Warrawee (1925-1926), amateur operator (AOCP 88, 1925, No. ?? in NSW), amateur broadcaster, likely related to XAH S. J. Sainty ===''SALAMY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Salamy|Salamy, Edward]] [https://www.familysearch.org/tree/person/details/GZHH-VWR] - 1904(Vic)-1977(Vic) - Licences: 3AJ Receive Warrnambool (1922-1923); 3AJ Warrnambool (1924-1933); 3PS Warrnambool (1948-1975) - Qualifications: cc; AOCP 35, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: jeweller (Warrnambool, 1924-1977) ===''SAMPHIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Luke Samphier|Samphier, Richard Luke]] [https://www.familysearch.org/tree/person/details/L58L-DPC] - 1914(WA)-1980(WA) - Licences: 6YZ Perth (City, 1936-1937; Victoria Park, 1938-1939; Carlisle, 1947-1955; Mt Lawley, 1956-1975+) - Qualifications: cc; AOCP 1717, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: blind school worker (North Perth, WA, 1936; Leederville, WA, 1943); Blind School employee (Carlisle, WA, 1949-1954; Mt Lawley, WA, 1958) ===''SAMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Sampson|Sampson, Thomas Walter]] [https://www.familysearch.org/tree/person/details/GFWX-3TB] - 1894(NSW)-1954(WA) - Licences: XYAF Boulder (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: electrician (Boulder, WA, 1916-1922); electrical engineer (Claremont, WA, 1925-1954) ===''SANDEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Sandel|Sandel, Otto]] [https://www.familysearch.org/tree/person/details/GW4J-54J] - 1905(Qld)-1999(NSW) - 2UW Sydney (Manly, 1923; Kensington, 1923-1924; Northbridge, 1924-1925; Bellevue Hill, 1926-1927); 2HH Sydney (Woollahra, 1936-1939, 1946-1969; Bondi, 1975) - Qualifications: cc; AOLCP 270, 1935, NSW - amateur operator; amateur broadcaster; founder B class 2UW Sydney & 2UX Wagga Wagga - don't confuse Charles Albert Sandell of AAE fame - Electoral Rolls: radio dealer (Woolahra, 1930-1931); engineer (Bondi, 1933; Edgecliff, 1936-1937; Bondi Junction, 1943-1954; Bondi Beach, 1958-1980) ===''SANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Albert Sandell|Sandell, Charles Albert]] - 1886(Eng)-1980(WA) - early wireless experimenter, Sydney, 1911, amateur operator (AOCP ??, 19??, No. ?? in ???), participant in the Australasian Antarctic Expedition, amateur broadcaster, military (WW1), don't confuse Otto Sandel of 2UW fame ===''SANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Sander|Sander, John Henry "Jack"]] [https://www.familysearch.org/tree/person/details/K6WF-H23] - 1906(WA)-1955(WA) - Licences: 6MS Geraldton (1935-1937); 6MS Perth (Cannington, 1938-1939, 1947-1956) - Qualifications: cc; AOCP 1435, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wheelwright (Geraldton, WA, 1930); electrician (Geraldton, WA, 1931-1937); telephone mechanic (South Perth, WA, 1937; Cannington, WA, 1943-1954) ===''SANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas George Sanderson|Sanderson, Douglas George]] [https://www.familysearch.org/tree/person/details/9WZJ-2K3] - 1924(Qld)-1994(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcast engineer (PMGD); historian (broadcast); federal public servant (PMGD) - Electoral Rolls: PMG technician (Torwood, Qld, 1949-1954); technician (Ashgrove, Qld, 1958-1968); engineer (Chermside, Qld, 1972; Windsor, Qld, 1977-1980) ===''SANDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Keith Sandham|Sandham, James Keith "Keith"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''SAUNDERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lewis Saunders|Saunders, Alfred Lewis]] [https://www.familysearch.org/tree/person/details/GZLR-FMS] - 1909(SA)-2003(???) - Licences: Receive Adelaide (Hyde Park, 1923-1924); 5BX Adelaide (Glenelg, 1925-1939, 1946-1955; Plympton, 1956-1980+) - Qualifications: cc; AOCP 223, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Glenelg, 1939-1943) ===''SAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Saw|Saw, Frederick William]] [https://www.familysearch.org/tree/person/details/G9S9-JN3] - 1884(WA)-1957(WA) - Licences: 6DA Perth (Armadale, 1923-1926; Victoria Park, 1927); 6DA Albany (1930-1931); 6DA Perth (Wanneroo, 1933; North Perth, 1937-1939); 6DA Northam (1946-1948) - Qualifications: cc; AOCP 174, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storekeeper (Armadale, 1909); electrician (Beverley, 1916-1917; Armadale, 1921-1925; Albany, 1928-1931; Balkatta, 1936; Leederville, 1937; Kalgoorlie, 1937-1943); mechanic (North Perth, 1949); retired (Triggs Island, 1954) * [[/Malcolm Henry Saw|Saw, Malcolm Henry ]] [https://www.familysearch.org/tree/person/details/LVCY-H9M] - 1921(WA)-1997(WA) - 6SM Perth (Doubleview, 1960-1980+), amateur operator (AOCP 3674, 1958, No. ?? in WA), WW2, engineer (Doubleview, 1972) ===''SAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Sawford|Sawford, Leonard Francis]] [https://www.familysearch.org/tree/person/details/LF7J-2XK] - 1908(SA)-1968(SA) - Licences: 5DH Receive Adelaide (Port Adelaide, 1923); Receive Adelaide (Port Adelaide, 1923); 5LF Adelaide (Peterhead, 1925-1928; West Croydon, 1931; Largs, 1937-1939); 5YF Adelaide (Glen Osmond, 1948-1965) - Qualifications: cc; AOCP 173, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; agent (Largs, 1939) - Electoral Rolls: agent (Largs, SA, 1939-1941) ===''SCANLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Scanlon|Scanlon, William Lawrence]] [https://www.familysearch.org/tree/person/details/GDKG-3XR] - 1901(Tas)-1971(NSW) - Licences: Receive Hobart (West Hobart, 1921-1923); 7AL Hobart (West Hobart, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; sales (Medhursts, Hobart to 1924, Launceston from 1924) - Electoral Rolls: Nil yet identified ===''SCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harley Irwin Schell|Schell, Harley Irwin]] [https://www.familysearch.org/tree/person/details/GD57-PV8] - 1907(Tas)-1996(Tas) - Licences: 7AW Receive West Burnie (1922); Receive West Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: mechanic (Kelso, 1936-1972) ===''SCHLEICHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Schleicher|Schleicher, Keith]] [https://www.familysearch.org/tree/person/details/G3D4-5RS] - 1918(Qld)-1997(Qld) - 4KS Brisbane (Toowong, 1938-1939, 1946-1947; Alderley, -1950+; Aspley, McDowall, -1980+) - amateur operator (AOCP 2144, 1938, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), radio employee (Tracksons, manager service), business proprietor (Blue & White Cabs comms) ===''SCHMIDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Frederick Schmidt|Schmidt, Ronald Frederick]] [https://www.familysearch.org/tree/person/details/G88P-1B9] - 1913(Vic)-1990(Vic) - Licences: 3LY Trafalgar (1930); 3LY Moe (1931); 3LY Sale (1933-1939, 1946-1948); 3LY Melbourne (Camberwell, 1954-1980+) - Qualifications: AOCP 567, 1930, No. ?? in Vic; AOLCP 69, 1932; 1COCP 72, 1936; TVOCP 75, 1957 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: wireless operator (Sale, 1934-1937); radio technician (Sale, 1949-1954); technician (Camberwell, 1954-1980) ===''SCHNITZERLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Joseph Schnitzerling|Schnitzerling, Leonard Francis Joseph]] [https://www.familysearch.org/tree/person/details/G885-W43] - 1907(Qld)-1969(Qld) - Licences: 4CK Warwick (1938-1939, 1946-1969) - Qualifications: cc; AOCP 2099, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, 1928-1968) ===''SCHOFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Schofield|Schofield, William]] [https://www.familysearch.org/tree/person/details/GXB3-69N] - 1874(Eng)-1971(WA)97yo - Licences: 6WS Perth (Peppermint Grove, 1935-1939, 1947-1969) - Qualifications: cc; AOCP 1463, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: manager (Peppermint Grove, WA, 1919); broker (Peppermint Grove, WA, 1922-1968) ===''SCHOLZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hans Scholz|Scholz, Hans "Harold" / "Harry" / "Tibby"]] [https://www.familysearch.org/tree/person/details/G64P-CV3] - 19??(???)-1970(Qld) - Licences: 4HR Brisbane (Coorparoo, 1931); 4HR Nambour (1933); 4HR Brisbane (Coorparoo, 1937); 4HR Gladstone (1937-1939); 4HR Brisbane (Morningside, 1946-1969) - Qualifications: cc; AOCP 784, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ; South Brisbane RC; Brisbane DX Club); broadcast technician (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, 1937); mechanic (Dalby, 1943); not stated (Morningside, 1949-1968) ===''SCHULTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Nelson Schultz|Schultz, Leonard Nelson "Len"]] [https://www.familysearch.org/tree/person/details/GZJY-QBF] - 1906(NSW)-1980(NSW) - Licences: 2LO Sydney (Lane Cove, 1922); 2LO Sydney (Lane Cove, 1923-1930); 2ANM Sydney (Mosman, 1947-1980) - Qualifications: cc; AOCP 171, 1925, No. ?? in NSW; AOLCP 45, 1931; 3AIR 176, 1942 - amateur operator; amateur broadcaster; broadcast engineer (co-designed 2GB, 1926; involved 2CA, 4BH, 2MW, 5DN); professional associations (IRE: foundation member, vice-president, president); aviator (Royal Aero Club NSW, committee) - Electoral Rolls: broadcasting engineer (Mosman, 1935-1937); engineer (Mosman, 1949-1977) ===''SCHULTZE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Ludwig Schultze|Schultze, John Edwin Ludwig]] [https://www.familysearch.org/tree/person/details/GQTB-9FL] - 1906(Vic)-1969(Vic) - 3QO Receive Melbourne (Glenferrie, 1923-1924), 3JS Melbourne (Glenferrie, 1925-1933; Hawthorn, 1937-1939), amateur operator (AOCP 163, 1925, No. ?? in Vic), amateur broadcaster, motor mechanic (Hawthorn, 1934) ===''SCOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil John Scott|Scott, Alfred Cecil John "Cecil", "Cec", "Scottie"]] [https://www.familysearch.org/tree/person/details/M12J-9YK] - 1888(Tas)-1954(Tas) - Licences: Receive (Crystal) Launceston (1923); 7CS Launceston (1925-1931); 7CS Hobart (Lindisfarne, 1933; Sandy Bay, 1937-1939) - Qualifications: cc; AOCP 56, 1925, No. ?? in Tas - amateur receiver; amateur operator; amateur broadcaster - Comment: well-known for comic QSL cards - Electoral Rolls: bench clerk (Nelson, 1936; Hobart South, 1943-1954) * [[/Ernest Kilburn Scott|Scott, Ernest Kilburn]] [https://www.familysearch.org/tree/person/details/LBDW-TBR] - 1868(Eng)-1941(Eng) - Came to Sydney in 1905 to organise electrical engineering department of University of Sydney, likely early wireless experimenter, promoted need for wireless telegraphy for Australia, returned to England ca 1910 - [https://www.gracesguide.co.uk/Ernest_Kilburn_Scott Graces Guide - Ernest Kilburn Scott] * [[/Francis Ladner Scott|Scott, Francis Ladner]] [https://www.familysearch.org/tree/person/details/GXHK-DTF] - 1899(Eng)-1953(Qld) - Licences: 4BO Thursday Island (1933); 2UH Sydney (Randwick, 1934-1936; Naremburn, 1937-1938; La Perouse, 1939 - Qualifications: cc; CPRT 419, 1918; 2COCP 360, 1931; 1COCP 33, 1934 - amateur operator; amateur broadcaster; coastal wireless operator; military (UK Merchant Navy post WW1) - Electoral Rolls: wireless operator (Nundah, Qld, 1921-1925); radio telegraphist (Pinkenba, Qld, 1929; Thursday Island, Qld, 1931; Randwick, NSW, 1935; Waverton, NSW, 1943; Wyndham, WA, 1943; Rockhampton, Qld, 1949) * [[/George Archibald Scott|Scott, George Archibald "Scotty"]] [https://www.familysearch.org/tree/person/details/G682-TGN] - 1882(Eng)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 607, 1921; 1COCP 181, 1931 - RANRS (commissioned telegraphist, 1917); PMGD (radio inspector, WA); witness to Royal Commission 1927 (as radio inspector, WA) - Electoral Rolls: engineer (Rockhampton, 1913-1914; Hendra, 1915-1917); radio inspector (Fremantle, 1925-1937) - Links: [http://nla.gov.au/nla.news-article84253651 Bio] * [[/Herbert Godfrey Scott|Scott, Herbert Godfrey "Herb"]] [https://www.familysearch.org/tree/person/details/G8MJ-JFJ] - 1902(Qld)-1968(Qld) - Licences: 4HS Toowoomba (1931-1937); 4HS Brisbane (Albion, 1938-1939; 1946-1965) - Qualifications: cc; AOCP 750, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Railways) - Electoral Rolls: clerk (Toowoomba, 1925-1936; Albion, 1943-1968) * [[/Jack Bartlett Scott|Scott, Jack Bartlett]] [https://www.familysearch.org/tree/person/details/G8VX-FLR] - 1909(NSW)-1988(NSW) - Licences: 2NR Sydney (Epping, 1930-1934); 2AJX Sydney (Cheltenham, 1938-1939; Epping, 1946-1950) - Qualifications: AOCP 685, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Epping, 1933-1935); engineer (Epping, 1949; Wahroonga, 1954-1968); retired (Carlingford, 1977-1980) * [[/Robert Ochiltree Scott|Scott, Robert Ochiltree]] [https://www.familysearch.org/tree/person/details/G8H4-5SX] - 1898(Vic)-1960(Vic) - Licences: 2RS Gundagai (1929-1931); 2RS Balranald (1933); 3OS Scotsburn (1937-1939); 3OS Melbourne (St Kilda, 1956-1960) - Qualifications: AOCP 476, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: grazier (Ballarat, 1920-1924); farmer (Murrayville, 1925-1927; Gundagai, 1930); mechanic (South Yarra, 1943; Melbourne, 1949) * [[/Robert Townley Scott|Scott, Robert Townley]] [https://www.familysearch.org/tree/person/details/G7YC-MBK] - 1841(Eng)-1922(Qld) - senior state public servant (secretary, Qld Post & Telegraph Dept), senior federal public servant (secretary, Postmaster-General's Department) * [[/W. F. Scott|Scott, W. F.]] - 18??(???)-19??(???) - Licences: 4?? Brisbane (West End) - Qualifications: cc; AOCP 334, 1927, No. 37 in Qld - amateur operator; amateur broadcaster - Comment: likely father of H. S. Scott who was reported youngest ever to pass AOCP at age 16 - Electoral Rolls: Nil yet identified * [[/Walter Henry Scott|Scott, Walter Henry]] [https://www.familysearch.org/tree/person/details/G76Z-11G] - 1904(Eng)-1987(SA) - Licences: Receive Adelaide (Glenelg, 1923); 5HS Clare (1937-1939) - Qualifications: cc; AOCP 1888, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Clare, SA, 1939); telephone mechanic (Glenelg, SA, 1941-1943) ===''SEBIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Dudley Sebire|Sebire, Leon Dudley "Leo"]] [https://www.familysearch.org/tree/person/details/G8V2-QX5] - 1932(Vic)-2006(Vic) - Licences: 3CF Melbourne (Wandin North, 1956-1960) - Qualifications: 2COCP 1319, 1955; 1COCP 1786, 1955 - amateur operator, amateur broadcaster, director Telstra Broadcasting Branch - Electoral Rolls: radio mechanic (Wandin Yallock, 1954); engineer (Mordialloc, 1963-1980) - Relationships: son of 3MX Percival John Sebire - Awards: Member Order of Australia "For service to communications, particularly broadcasting" (1991) * [[/Percival John Sebire|Sebire, Percival John "Percy"]] [https://www.familysearch.org/tree/person/details/LCFD-Z2R] - 1904(Vic)-1994(Vic) - Licences: 3MX Melbourne (Moorabbin, 1930-1939, 1946-1980+) - Qualifications: AOCP 692, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elsternwick, 1926; Bentleigh, 1928-1936; Cheltenham, 1949; Moorabbin, 1954-1980) - Relationships: father of 3CF Leon Dudley Sebire ===''SEBLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Sebley|Sebley, William John]] [https://www.familysearch.org/tree/person/details/G649-7VL] - 1894(Qld)-1980(Qld) - Licences: 4WS Ipswich (1931-1939, 1946-1948); Southport (1954-1965) - Qualifications: cc; AOCP 736, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Ipswich, 1915; North Ipswich, 1919-1949; Southport, 1954-1968); ===''SECCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Louis Mervyn Seccombe|Seccombe, Louis Mervyn]] [https://www.familysearch.org/tree/person/details/G8PW-XWM] - 1895(Tas)-1970(NSW) - Licences: 3KT Receive Melbourne (Ascot Vale, 1922-1923); 3KT Melbourne (East Kew, 1924; Ascot Vale, 1924-1925; Hawksburn, 1926; East Malvern, 1927); 2KT Sydney (Rockdale, 1928-1939) - Qualifications: cc; 1COCP 396, 1940 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: salesman (Ascot Vale, Vic, 1919); commercial traveller (Ascot Vale, Vic, 1924); radio engineer (Rockdale, NSW, 1930-1937); wireless operator (Longreach, Qld, 1943); communications officer (Hurstville, 1949-1963); - Comment: Surname sometimes misspelled Secombe ===''SELBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Selby|Selby, George William]] [https://www.familysearch.org/tree/person/details/LCTW-BMT] - 1858(Vic)-1949(Vic) - early wireless and X-ray experimenter ===''SELF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Self|Self, Thomas Edward]] - 1854(???)-19??(???) - b. 7 Jan 1854, Early Tasmanian wireless experimenter, demonstration before Royal Society 1898, beware another Thomas Edward Self (b. 9 Oct 1853) in Hobart at the same time ===''SELFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Giles Turner Selfe|Selfe, Harry Giles Turner]] [https://www.familysearch.org/tree/person/details/K24M-5XB] - 1894(NSW)-1942(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 157, 1915; 1COCP 51, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2; RANVR (commissioned telegraphist, 1942) - Electoral Rolls: radio telegraphist (Geraldton, WA, 1918; Broome, WA, 1922; Leichhardt, NSW, 1933; Darling Harbour, NSW, 1934-1937) ===''SELLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Sellenger|Sellenger, David Charles]] [https://www.familysearch.org/tree/person/details/G8VT-5GJ] - 1902(NSW)-1966(NSW) - Licences: 2DC Sydney (Hurstville, 1930-1965) - Qualifications: AOCP 700, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Hurstville, 1930-1963) ===''SELLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Sellick|Sellick, Edward]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''SELMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold George Selman|Selman, Harold George]] [https://www.familysearch.org/tree/person/details/LRM4-3S8] - 1907(Vic)-1985(Vic) - 3GN Geelong (1925), 3GN Chilwell (1926), 3GN Geelong (1927), 3GN Melbourne (West Coburg, 1931), 3GN Geelong (1933), 3CM Geelong (1948-1980+), amateur operator (AOCP 164, 1925, No. ?? in Vic), amateur broadcaster, radio dealer (Geelong, 1954) ===''SEMMENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Segbert Cornwall Semmens|Semmens, George Segbert Cornwall]] [https://www.familysearch.org/tree/person/details/G744-HQ5] - 1901(Vic)-1977(Vic) - Licences: XJCY Melbourne (East St Kilda, 1913-1914); V756 Receive (1922); 3GZ Receive Buln Buln East (1922); 3GS Laver's Hill (1925-1926); 3GS Queenstown (1927); 3GS Moreland (1931); 3GS Foxhow (1933); Melbourne (Essendon (1937-1939); Glen Iris (1946-1960); Clematis, 1965-1975); 3AEN Melbourne (Clematis, 1954-1960) - Qualifications: cc; AOCP 216, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: teacher (Coburg, 1928; Preston, 1931; Essendon, 1936); res. chemist (Glen Iris, 1943-1963); technical adviser (Clematis, 1968-1977) ===''SERLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric Serle|Serle, Cedric]] [https://www.familysearch.org/tree/person/details/LZT2-SC8] - 1910(Vic)-1972(Vic) - Licences: 3RX Melbourne (Canterbury, 1928-1933; Toorak, 1938-1939; Elwood, 1946-1947); 3ARX Melbourne (Windsor, 1948-1956; Caulfield, 1960-1965) - Qualifications: AOCP 443, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Camberwell North, 1931-1934; Kew, 1936; Toorak, 1937; St Kilda, 1942; Prahran, 1949; Caulfield South, 1963-1972) ===''SEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Percy Lambert Holt Sewell|Sewell, Percy Lambert Holt]] [https://www.familysearch.org/tree/person/details/GDM1-YB1] - 1900(NSW)-1949(NSW) - Licences: 2CJ Receive Sydney (Paddington, 1922); 2CJ Sydney (Paddington, 1922-1925; Darlinghurst, 1925-1926) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Fire Station, Mittagong, 1930-1935; Mittagong, 1936-1937; Kempsey, 1943); installation inspector (Queanbeyan, 1949) ===''SEYLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Jakob Seyler|Seyler, Albert Jakob or Jacob]] [https://www.familysearch.org/tree/person/details/G8NL-F5N] - 1913(Ger)-1977(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - WW2 (Luftwaffe); radar engineer; television researcher; PMGD Research Laboratories (Assistant Director General) - Electoral Rolls: engineer (Mt Waverley, 1963; Burwood, 1968); PMG (Croydon, 1972); assistant director (Emerald, 1977) - [https://adb.anu.edu.au/biography/seyler-albert-jakob-11660 ADB] ===''SHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Henry Shannon|Shannon, Francis Henry "Frank"]] - 1910(Qld)-1991(Qld) - 4SN Allora (1938-1939), Tamborine (1946-1947), Minden (1948-1956), Ipswich (1960-191975), Toowoomba (1980+), amateur operator (AOCP 2145, 1938, No. ?? in Qld), amateur broadcaster , radio clubs (Wooloowin RC, WIA, Qld Listeners' League), journalist (AR, VK4 Notes), occupation (school teacher) ===''SHARLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Sharland|Sharland, Arthur Henry "Chilla"]] [https://www.familysearch.org/tree/person/details/GZZD-ZKS] - 1909(Qld)-1983(Qld) - Licences: 4SD Brisbane (Boondall, 1936-1939, 1946-1948; Ekibin, 1954); 4SD Cloncurry (1955); 4SD Brisbane (Wynnum North, 1956); 4SD Rockhampton (1960); 4SD Yeppoon (1965-1980+) - Qualifications: cc; AOCP 1807, 1936, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless operator); federal public servant (DCA) - Electoral Rolls: labourer (Boondall, Qld, 1937-1943); Commonwealth officer (Wynnum North, Qld, 1954); communications officer (Rockhampton, Qld, 1958-1963; Yeppoon, Qld, 1968-1977); retired (Causeway via Yeppoon, Qld, 1980) ===''SHARP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John James Charles Sharp|Sharp, John James Charles]] [https://www.familysearch.org/tree/person/details/GZBZ-TZV] - 1897(Vic)-1974(Vic) - Licences: 3KA Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 591, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Prahran Gardens, 1919-1924; Caulfield, 1928-1972) ===''SHARPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Victor Sharpe|Sharpe, Frank Victor]] [https://www.familysearch.org/tree/person/details/GMD2-GVZ] - 1904(Qld)-1988(Qld) - Licences: 4AZ Brisbane (Wooloowin, 1924-1929; Ashgrove, 1930-1937; Redcliffe, 1938-1939); 4ZFS Brisbane (Clayfield, 1975); 4FV Brisbane (Clayfield, 1980) - Qualifications: cc; AOCP 20, 1924, No. 4 in Qld; AOCP Q112, 1975 - amateur operator; amateur broadcaster; WW2; radio club (RSQ, WIAQ); military (AMF) - Awards: C.M.G.; O.B.E. - Electoral Rolls: merchant (Wooloowin, 1925-1929); director (Ashgrove, 1934-1937); soldier (Ashgrove, 1943); machinist (likely typo for merchant) (Clayfield, 1949); merchant (Clayfield, 1954-1980) ===''SHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Shaw|Shaw, Archibald John]] [https://www.familysearch.org/tree/person/details/G8K2-ZDZ] - 1872(NSW)-1916(Vic) - XPO King Island (1911); X?? Sydney (Randwick), early wireless experimenter, proprietor Maritime Wireless Telegraph Co of Australasia (1910+) with Edward Hope Kirkby, technical specialist - [https://adb.anu.edu.au/biography/shaw-archibald-john-8404 ADB] [http://messui.polygonal-moogle.com/valves/NW199003.pdf EA] * [[/J. G. Shaw|Shaw, J. G.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (Chelmer, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Raymond Herbert Preston Shaw|Shaw, Raymond Herbert Preston]] [https://www.familysearch.org/tree/person/details/GD3J-J31] - 1901(Eng)-1996(NSW) - Licences: 2LY Receive Sydney (Bondi, 1922-1923); 2LY Sydney (Woolahra, 1924-1929; South Kensington, 1930) - Qualifications: cc; CPRT 664, 1921 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kensington, 1930-1931; Vaucluse, 1932-1980) * [[/Sidney Alexander Shaw|Shaw, Sidney Alexander]] [https://www.familysearch.org/tree/person/details/KFJY-4NH] - 1882(Eng)-1974(WA) - Licences: 6AI Perth (East Guildford, 1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: assistant station master (Woolgangee, WA, 1916-1917); railway officer (East Guildford, WA, 1925-1926); civil servant (Kalgoorlie, WA, 1930-1931); station master (Coolgardie, WA, 1936-1943); retired (East Fremantle, WA, 1949-1972) ===''SHAWSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Shawsmith|Shawsmith, Alan "Smithy" or Alan Shaw Smith]] [https://www.familysearch.org/tree/person/details/G37T-B3Y] - 1917(Qld)-2010(Qld) - Licences: 4SA Brisbane (Indooroopilly, 1935-1939); 4SS Brisbane (West End, -1952-2010) - Qualifications: cc; AOCP 1582, 1935, Qld - amateur operator; historian (amateur); journalist; broadcast engineer (ABC2); public servant (ABC2) - Relationships: Father of 4JSS Steven Shawsmith - Electoral Rolls: poultry farmer (Salisbury, Qld, 1943); radio mechanic (West End, Qld, 1949); builder (West End, Qld, 1954-1980) * [[/Steven Shawsmith|Shawsmith, Steven "Steve"]] - Licences: 4JSS Brisbane - Qualifications: (AOCP ???, 19??, No. ?? in Qld) - amateur operator - Relationships: Son of 4SA-4SS Alan Shawsmith - Electoral Rolls: ===''SHEARER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Anderson Shearer|Shearer, Gordon Anderson]] [https://www.familysearch.org/tree/person/details/LV5G-JW4] - 1907(Qld)-1984(Vic) - Licences: 4FU Receive Brisbane (Alderley, 1923-1924); 4GA Gayndah (1930); 4GA Mt Nebo (1931-1934); 4GA Cloncurry (Quamby, 1937-1939) - Qualifications: cc; AOCP 447, 1928, No. ?? in Qld; 2COCP 95, 1937 - amateur operator; amateur broadcaster; employment (school teacher); state public servant (Qld Dept Education); WW2 - Electoral Rolls: school teacher (Quamby, Qld, 1937; Westbrook, Qld, 1943); aeradio operator (Cloncurry, 1949); communications officer (Cloncurry, 1954); supervisor (Surrey Hills, 1963-1968); retired (Vermont, 1972-1980) ===''SHEARSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Leonard Shearstone|Shearstone, Vincent Leonard]] [https://www.familysearch.org/tree/person/details/G895-CYJ] - 1916(Eng)-1983(NSW) - Licences: Nil - Qualifications: BOCP 4, 1936 - WW2 - Electoral Rolls: radio technician (Albury, 1937); radio announcer (Goulburn, 1943); radio electrician (Goulburn, 1949-1980) ===''SHELDRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Cornwell Sheldrick|Sheldrick, Eric Cornwell "Shel"]] [https://www.familysearch.org/tree/person/details/GZ64-X2X] - 1903(Eng)-1966(Tas) - Licences: 7BH Receive Launceston (1923); 7BH Launceston (1924-1926); 7BT Launceston (1927); 7BM Launceston (1931-1939); 7DM Burnie (1948-1954); 7DN Stowport (1955-1960) - Qualifications: cc; AOCP 60, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: chemist's assistant (Launceston, 1928-1943) ===''SHENTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Hilton Shenton|Shenton, Maurice Hilton]] [https://www.familysearch.org/tree/person/details/G67C-Q1B] - 1903(Qld)-1940(Qld) - Licences: 4DC Receive Brisbane (Wynnum South, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: irrigation ganger (Bald Hills, 1925); assistant stream gauger (North Ipswich, 1928); public servant (Annerley, 1937) ===''SHEPARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arundel Elmore Shepard|Shepard, Arundel Elmore]] [https://www.familysearch.org/tree/person/details/G8QY-8HX] - 1910(SA)-2000(SA) - Licences: 5DC Adelaide (Norwood, 1928-1930; Kent Town, 1931-1933; Norwood, 1937-1939; Toorak East, 1946-1965; Heathpool, 1969-1980+) - Qualifications: cc; AOCP 393, 1928, No. ?? in SA; AOLCP 136, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SHEPHERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. A. Shepherd|Shepherd, H. A.]] - 18??(???)-19??(???) - Licences: XQD Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''SHERRIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Sherriff|Sherriff, Ernest George]] [https://www.familysearch.org/tree/person/details/K877-WTX] - 1904(Qld)-1964(Qld) - Licences: 4SU Brisbane (Fairfield, 1935-1937; Hawthorne, 1938-1939; Brisbane City, 1947-1960) - Qualifications: cc; AOCP 1464, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Brisbane South, Qld, 1928); instructor of printing (Fairfield, Qld, 1937; Hawthorne, Qld, 1943-1949) ===''SHIELDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Edward Shields|Shields, Arthur James Edward]] [https://www.familysearch.org/tree/person/details/LBCT-D5G] - 1894(Eng)-1948(Vic) - Licences: 3GP Melbourne (East Malvern, 1930-1939; North Balwyn, 1946-1948) - Qualifications: AOCP 690, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (East Melbourne, 1925-1927; Malvern East, 1928; Camberwell, 1931-1933); auditor (Malvern East, 1934-1936); retired (Ringwood, 1943) ===''SHOEMAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Shoemaker|Shoemaker, Harry]] [https://www.familysearch.org/tree/person/details/G828-7LL] - 1879(USA)-1932(USA) - American inventor and pioneer radio engineer, developer of Shoemaker wireless system, associated with Gehring companies, International Telegraph Construction Co (represented in Australia by John William Ormsby Hamilton, who promoted the Shoemaker system here), United Wireless Telegraph Co, Marconi Wireless Telegraph Co of America, Mallory companies - Links: [[w:Harry Shoemaker|Wikipedia]]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0026.pdf PIRE1]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0027.pdf PIRE2] ===''SHORING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Samuel Shoring|Shoring, Thomas Samuel]] [https://www.familysearch.org/tree/person/details/GXDD-NDG] - 1914(Qld)-2002(Qld) - Licences: 4SR Bundaberg (1937-1939; 4SR Brisbane (New Farm, 1947-1948) - Qualifications: cc; AOCP 1872, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Bundaberg, Qld, 1936-1937); salesman (Bundaberg, Qld, 1943); sound engineer (New Farm, Qld, 1954; Holland Park, Qld, 1963-1980) ===''SHORT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Alban Short|Short, Alfred Alban]] [https://www.familysearch.org/tree/person/details/GZTS-9QQ] - 1904(NSW)-1946(NT) - Licences: 2SH Newcastle (Lambton, 1926-1933) - Qualifications: AOCP 280, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Lambton, 1930-1943) * [[/Ormond Short|Short, Ormond]] [https://www.familysearch.org/tree/person/details/9VHH-SGM] - 1901(Vic)-1985(Vic) - Licences: 3SK Melbourne (St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1925-1926); electrical engineer (Armadale, 1928; Horsham, 1931-1972); engineer (Horsham, 1977) * [[/Walter Short|Short, Walter]] - 19??(???)-19??(???) - Licences: 2AJ Receive Sydney (Manly, 1922); 2AJ Sydney (Manly, 1923-1924; Kirribilli, 1924; Manly, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Note: several contemporaneous WSs, insufficient data to identify * [[/William Newton Short|Short, William Newton "Newt"]] [https://www.familysearch.org/tree/person/details/G97J-HMM] - 1897(NSW)-1967(NSW) - Licences: 2ARA Sydney (Auburn, 1948-1954; Beacon Hill, 1955-1958; Auburn, 1960-1961; Beacon Hill, 1965); 2AOW Sydney (Auburn, 1957-1958) - Qualifications: AOCP 2829, 1948, NSW - amateur operator, amateur broadcaster - Electoral Rolls: butcher (Ulmarra, 1930-1934); shopkeeper (Coraki, 1935-1936); munition worker (Mayfield, 1943); machinist (Auburn, 1949-1958); inspector (Beacon Hill, 1963) ===''SHORTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Charles Shortell|Shortell, Raymond Charles]] [https://www.familysearch.org/tree/person/details/LYMQ-4HQ] - 1904(Vic)-1991(Qld) - 3VB Receive Melbourne (East St Kilda, 1923-1924), 3RS Melbourne (St Kilda, 1925-1933), 3RS Shepparton (1937-1939), 3ARF Geelong West (1948-1954), 3ARF Melbourne (Croydon, 1955-1960; Hawthorn, 1965-1975), 4ARS Gold Coast (1980+), amateur operator (AOCP 77, 1925, No. ?? in Vic), amateur broadcaster ===''SHORTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eddy Wilbee Shorten|Shorten, Eddy Wilbee or Welbee or Wiebec "Ted"]] [https://www.familysearch.org/tree/person/details/MWN4-MZM] - 1899(Qld)-1980(Qld) - Licences: 4TS Brisbane (Paddington, 1932-1939) - Qualifications: cc; AOCP 908, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor) - Comment: Middle name variable; Birth Welbee; Marriage Wiebec; Death Wilbe; AOCP Wilbee - Electoral Rolls: ===''SHORTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Shortt|Shortt, Robert]] - 19??(???)-19??(???) - Licences: 4HF Camooweal (1933-1939); 5SR Tennant Creek (1947-1948); 5SR Adelaide (Glenunga, 1954; New Hindmarsh, 1955-1956) - Qualifications: cc; AOCP 1193, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SIBLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sibly|Sibly, Arthur]] [https://www.familysearch.org/tree/person/details/KC5R-MH6] - 1897(WA)-1976(NSW) - Licences: XYX Perth (North Perth, 1913-1914); 6AF Receive Perth (City, 1923); 6AF Perth (North Perth, 1923-1924; Inglewood, 1924); 2SB Sydney (Kirribilli, 1925-1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Relationships: father of 2ASY-3AUV Sydney Arthur Sibly; brother of Clifton Archibald Sibly - Electoral Rolls: insurance clerk (North Perth, 1919-1922); manager (Albion, Qld, 1936; Eagle Junction, Qld, 1937; Rose Bay, NSW, 1943-1958); retired (Rose Bay, 1963-1972) * [[/Clifton Archibald Sibly|Sibly, Clifton Archibald]] [https://www.familysearch.org/tree/person/details/K41R-3JQ] - 1894(SA)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 225, 1915 - likely early wireless experimenter with brother Arthur's licence - Relationships: brother of XYX-6AF-2SB Arthur Sibly; uncle of 2ASY-3AUV Sydney Arthur Sibly - Electoral Rolls: farrier (North Perth, 1915-1937) * [[/Sydney Arthur Sibly|Sibly, Sydney Arthur]] [https://www.familysearch.org/tree/person/details/GDKF-F7R] - 1926(NSW)-2001(Vic) - Licences: 2ASY Sydney (Rose Bay, 1954; Kingsgrove, 1957-1965); 3AUV Melbourne (Eltham, 1969) - Qualifications: cc; 2COCP 945, 1945; BOCP 1049, 1949 - amateur operator; amateur broadcaster - Relationships: son of XYX-6AF-2SB Arthur Sibly; nephew of Clifton Archibald Sibly - Electoral Rolls: communications officer (Kingsgrove, 1958-1963); clerk (Eltham, Vic, 1968-1977; Queanbeyan, 1980) ===''SIDEBOTTOM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lancelot Sidebottom|Sidebottom, Geoffrey Lancelot]] [https://www.familysearch.org/tree/person/details/GD5X-KGH] - 1902(Tas)-1964(Tas) - Licences: 7BB Receive Launceston (1922); Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of 7SK Maxwell Douglas Langford Sidebottom - Electoral Rolls: clerk (Launceston, 1928-1954) * [[/Maxwell Douglas Langford Sidebottom|Sidebottom, Maxwell Douglas Langford]] [https://www.familysearch.org/tree/person/details/GD5X-5QY] - 1922(Vic)-19??(???) - Licences: 7SK Hobart (Newtown, 1948); 7SK Howrah (1954-1980) - Qualifications: cc; AOCP 2830, 1948, Vic - amateur operator; WW2 - Relationships: son of 7BB Geoffrey Lancelot Sidebottom - Electoral Rolls: sound engineer (New Town, 1949); mechanic (Bateau Bay, NSW, 1980) ===''SIDEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Longfield Sidey|Sidey, Robert Longfield]] [https://www.familysearch.org/tree/person/details/LKSN-3P6] - 1874(NSW)-1951(NSW) - Licences: 2ZY Sydney (Lindfield, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of 2CB James Douglas Kay Sidey - Electoral Rolls: accountant (Lindfield, 1930-1949) * [[/James Douglas Kay Sidey|Sidey, James Douglas Kay or Douglas James Kay]] [https://www.familysearch.org/tree/person/details/LKSN-35P] - 1904(NSW)-1963(NSW) - Licences: 2CB Receive Sydney (Lindfield, 1922-1923); 2CB Sydney (Lindfield, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: son of 2ZY Robert Longfield Sidey - Electoral Rolls: grazier (Bethungra, 1943-1949); no occupation (Junee, 1954) ===''SIEVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ernest William Sievers|Sievers, Ernest William]] [https://www.familysearch.org/tree/person/details/KNJD-8MJ] - 1901(Qld)-1962(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 1165, 1933, Qld; 2COCP 9, 1934; 1COCP 38, 1935 - amateur operator? - Electoral Rolls: railway employee (Kelvin Grove, 1925); night officer (Oakey, 1930); railway night officer (Narangba, 1936-1937); radio telegraphist (Ascot, 1943; Clayfield, 1949-1958) * [[/William Frederick Sievers|Sievers, William Frederick]] [https://www.familysearch.org/tree/person/details/GZJN-NDS] - 1902(Vic)-1996(Vic) - Licences: 3CB Receive Melbourne (East Richmond, 1922-1923); 3CB Melbourne (East Richmond & South Yarra, 1924-1939, 1946-1960; Toorak, 1965-1980+) - Qualifications: cc; AOCP 165, 1925, Vic - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Richmond, 1931-1943); reader (South Yarra, 1949-1963); meter reader (Toorak, 1972-1980) ===''SIGAL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Louis Sigal|Sigal, Harold Louis]] [https://www.familysearch.org/tree/person/details/GZ4R-XFJ] - 1908(SA)-1939(NSW) - Licences: 2UK Sydney (Woollahra, 1926-1930) - Qualifications: AOCP 253, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Woollahra, 1930); engineer (Melbourne East, 1931); electrician (Auburn North, 1933; Centennial Park, 1934; Bondi, 1936-1937; West Perth, 1943; Woolowin, 1949; Bellevue Hill, 1954; Kensington, 1958); manager (Bondi, 1963); salesman (Bondi, 1968); retired (Vaulcuse, 1977-1980) ===''SIGMONT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Sigmont|Sigmont, Walter]] [https://www.familysearch.org/tree/person/details/GD58-221] - 1883(NSW)-1942(Vic) - Licences: 3AH Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: patent attorney (Auburn, Vic, 1917; Elsternwick, 1924-1937; Seaford, 1942); ===''SILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Clive Silby|Silby, Arthur Clive]] [https://www.familysearch.org/tree/person/details/G8B6-PSD] - 1894(SA)-19??(???) - Licences: 6AF Perth (North Perth, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 (Australian Wireless Squadron) [https://alh-research.tripod.com/Light_Horse/index.blog/1911865/australian-wireless-squadron-aif-embarkation-roll/] - Electoral Rolls: motor mechanic (Exeter, 1939-1943) ===''SILVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Leslie Silver|Silver, Frank Leslie]] [https://www.familysearch.org/tree/person/details/94HC-LTV] - 1904(Qld)-1987(Qld) - Licences: 4FL Brisbane (Morningside, 1938-1939, 1947-1980+) - Qualifications: cc; AOCP 2086, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Morningside, Qld, 1937-1943); radio mechanic (Morningside, Qld, 1949-1980) ===''SIMMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Simmonds|Simmonds, Arthur George]] [https://www.familysearch.org/tree/person/details/G8DL-234] - 1906(Eng)-1963(NSW) - Licences: 2GS Sydney (Arncliffe, 1930-1934); 2GS Murwillumbah (1935-1939); 4PG Bundaberg (1946-1948); 2APJ Sydney (Cronulla, 1954-1955; Caringbah, 1956-1961) - Qualifications: AOCP 590, 1930, No. ?? in NSW; BOCP 207, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Arncliffe, 1933); gardner (Arncliffe, 1935); radio engineer (Murwillumbah, 1935-1937); technician (4BU Kalkie, 1943-1949) * [[/Ernest John Simmonds|Simmonds, Ernest John]] - 19??(Eng)-19??(Eng) - G2OD Gerrard's Cross, Buckinghamshire, England, amateur operator, first to two way QSO Australia (Nov 1924, 3BQ) ===''SIMMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Trethowan Simmons|Simmons, Henry Trethowan]] [https://www.familysearch.org/tree/person/details/G4M3-BP4] - 1905(WA)-1985(WA) - Licences: 6KX Perth (Subiaco, 1925-1928; Mt Lawley, 1931-1933; Nedlands, 1937-1939, 1946-1948; West Perth, 1954-1955; Mt Pleasant, 1956-1980) - Qualifications: cc; AOCP 181, 1925, No. ?? in WA; CPRT 1121, 1928; 2COCP 295, 1930; 1COCP 257, 1932 - amateur operator, amateur broadcaster, broadcast engineer - Electoral Rolls: radio operator (Maylands, 1931), radio engineer (Nedlands, 1936; West Perth, 1949), engineer (Fremantle, 1958; Mt Pleasant, 1963-1980) * [[/Leonard Joseph Simmons|Simmons, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/GZBM-SKH] - 1907(Vic)-1987(Vic) - Licences: 3LJ Melbourne (Belgrave, 1926-1931; East Prahran, 1933); 3LJ Rheola (1937-1939); 3LV Trafalgar (1948); 3LV Cheltenham (1954-1980+) - Qualifications: AOCP 304, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Womerah, Yarram Yarram, 1928; Toolangi, Yea, 1931; Armadale, 1934-1936; Rheola, Bendigo, 1936-1937; Nanneela West, Bendigo, 1942; Cheltenham, 1949-1980) ===''SIMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Wilkinson Simms|Simms, Eric Wilkinson]] [https://www.familysearch.org/tree/person/details/G7XZ-9RN] - 1906(WA)-1998(Vic) - Licences: 3KS Melbourne (Malvern, 1927-1931; Caulfield, 1933) - Qualifications: AOCP 360, 1927, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Lieutenant) - Electoral Rolls: warehouseman (Malvern, 1931); buyer (Caulfield, 1934; Hawthorn, 1936-1937); manager (Malvern East, 1949-1980) ===''SIMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Robert Simpson|Simpson, Leslie Robert]] [https://www.familysearch.org/tree/person/details/GZD8-4VD] - 1901(WA)-1966(Vic) - 3SA Ararat (1925-1933), 3SA Melbourne (Windsor, 1947-1965), amateur operator (AOCP 44, 1925, No. ?? in Vic), amateur broadcaster, draper, salesman * [[/Harry Blythe Simpson|Simpson, Harry Blythe]] [https://www.familysearch.org/tree/person/details/GF93-CZ3] - 1920(???)-2013(WA) - Licences: 6HS Perth (Leederville, 1937-1939; Mt Lawley, 1947-1948; Nedlands, 1954-1969; Lesmurdie, 1975-1980+) - Qualifications: cc; AOCP 2060, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: traveller (Claremont, WA, 1949-1968); marketing manager (Lesmurdie, WA, 1972); manager (Lesmurdie, WA, 1977-1980) ===''SIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Sims|Sims, Eric Charles]] [https://www.familysearch.org/tree/person/details/G8MK-NXC] - 1907(WA)-1992(Vic) - Licences: Nil yet identified - Qualifications: cc; AOCP 344, 1927, No. 38 in Qld; 2COCP 16, 1934 - amateur operator; WW2 - Electoral Rolls: wireless mechanic (RAAF Point Cook, 1931-1934); QANTAS air pilot (Brisbane, 1936-1937); public servant (Box Hill, 1963) - Comment: several contemporaneous Eric Charles Sims, need to sort electoral rolls * [[/Ernest Leslie Arthur Sims|Sims, Ernest Leslie Arthur]] [https://www.familysearch.org/tree/person/details/LZ6H-6PF] - 1905(Vic)-1960(Vic) - Licences: 3ZA Melbourne (Preston, 1930-1933); 3ZA Apollo Bay (1937-1939, 1946-1947) - Qualifications: AOCP 622, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: carpenter (Preston, 1931; Apollo Bay, 1933-1937; Preston, 1942; Apollo Bay, 1949-1954) ===''SINGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Claude Paul Singleton|Singleton, Claude Paul]] [https://www.familysearch.org/tree/person/details/G4JR-4SV] - 1914(WA)-1990(Qld) - Licences: 4UX Theodore (1936-1939); 4UX Bundaberg (1946-1947); 4UX Stanthorpe (1948); 4UX Atherton (1954-1955); 4UX Malanda (1956); 4UX Ayr (1960); 4UX Childers (1965); 4UX St George (1969); 4UX Gracemere (1975); 4UX Dalby (1980) - Qualifications: cc; AOCP 1638, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; broadcast technician (4QW, 4QO, 4QW, 4RK, 4QS); federal public servant (PMGD); WW2 - Electoral Rolls: baker (Theodore, Qld, 1936-1937); radio mechanic (Stanthorpe, Qld, 1949); radio technician (Yungaburra, Qld, 1954); public servant (Gracemere, Qld, 1972) ===''SIRL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Charles Sirl|Sirl, Clarence William Charles]] [https://www.familysearch.org/tree/person/details/G89J-9LJ] - 1913(SA)-1981(WA) - Licences: 6XG Katanning (1938-1939; 1947-1969) - Qualifications: BOCP 3, 1936; AOCP 2132, 1938, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Katanning, 1937-1968) ===''SLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Irwin Slade|Slade, Charles Irwin]] [https://www.familysearch.org/tree/person/details/GDN1-G28] - 1921(???)-19??(???) - Licences: 3PZ Melbourne (Elwood, 1938-1939, 1947-1954) - Qualifications: cc; AOCP 2172, 1938, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (St Kilda, 1949-1954); medical practitioner (St Kilda, 1967-1968; Elwood, 1972-1980) * [[/Charles William Slade|Slade, Charles William]] [https://www.familysearch.org/tree/person/details/GH3R-28W] - 1893(Eng)-1962(NSW) - Licences: 2SX Sydney (Croydon, 1925-1939, 1946-1961 - Qualifications: cc; Nil yet identified; English PMG Certificate 1st class - amateur operator; amateur broadcaster; WW1 (RAN, 1909-1924); Wireless Weekly (technical editor, 1925-1928); Daily Telegraph (radio & technical editor, 1928-1929); Keogh Radio (engineer, 1929-1930); Croydon Radio (proprietor, 1930-1933+) - Electoral Rolls: radio engineer, R.A.N. (Croydon, 1943-1958) ===''SLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. F. Slater|Slater, J. F.]] - 19??(???)-19??(???) - Licences: Receive Sheffield (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Harold Ivan Slater|Slater, Harold Ivan]] [https://www.familysearch.org/tree/person/details/GDT3-7JP] - 1898(Tas)-1971(Qld) - Licences: Receive (Crystal) Kelso (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: pastoralist (Kelso, Tas, 1919); labourer (Maypole Hotel, New Town, Tas); no occupation (Middle Park, Vic, 1926); airman (Point Cook, Vic, 1927; Middle Park, 1931); traveller (Elsternwick, 1936-1968) ===''SLATTERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Slattery|Slattery, Joseph Patrick]] [https://www.familysearch.org/tree/person/details/G824-KHF] - 1866(Irl)-1931(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St John's College, Camperdown; St Vincent's, Ashfield, 1930) - Links: [[w:Joseph Patrick Slattery|Wikipedia]]; [https://adb.anu.edu.au/biography/slattery-joseph-patrick-8453 ADB] * [[/Joseph Samuel Francis Slattery|Slattery, Joseph Samuel Francis]] [https://www.familysearch.org/tree/person/details/GZVN-SSF] - 1894(NSW)-1988(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 50, 1915; CPRT 167, 1915; 2COCP 324, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Applecross, WA, 1916; Esperance, WA, 1916; RAN radio station, Geraldton, 1917); travelling salesman (Stanthorpe, 1928-1930); traveller (Tamworth, 1932-1933; Woollahra, NSW, 1933-1935); commercial traveller (New Farm, 1936; Hamilton, Qld, 1937; Fairfield, Qld, 1949; West Sydney, 1949-1954); radio officer (Mascot, NSW, 1958-1963); retired (Cremorne, NSW, 1968-1980) ===''SMART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Smart|Smart, Arthur]] [https://www.familysearch.org/tree/person/details/GXHD-TNH] - 1891(NZ)-1980(NZ) - Licences: 4SM Barcaldine (1936-1937); 4SM Paterson (1938-1939); 4SM Longreach (1946-1948); 4SM Cairns (Cairns City, 1954-1956; Freshwater, 1960-1975) - Qualifications: cc; AOCP 1625, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: boiler attendant (Dunevia Station, Blackhall, Qld, 1913); motor engineer (Aramac, Qld, 1916-1925; Barcaldine, 1928-1937); freeholder (Longreach, Qld, 1943); mechanic (Longreach, Qld, 1949); farmer (Cairns, Qld, 1954-1958); retired (Freshwater, Qld, 1963-1972; Cairns, Qld, 1977) ===''SMELLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ellis Henry Smellie|Smellie, Ellis Henry]] [https://www.familysearch.org/tree/person/details/GX7P-FDM] - 1893(Vic)-1991(Vic) - Licences: Nil yet identified - Qualifications: cc; 2COCP 218, 1930; 1COCP 240, 1931 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: radio telegraphist (Radio Station, Applecross, 1925; Geraldton, 1931; Broome, 1936); telegraphist (Caulfield, Vic, 1942-1949); radio officer (Caulfield, Vic, 1954; Blackburn, 1963-1980) ===''SMIBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Smibert|Smibert, George]] - 1840(Sct)-1899(Vic) - clubs (founding member Telegraph Electrical Society Vic), employment (Postal Department Vic, chief electrician), brother of James Smibert Deputy Postmaster-General Victoria * [[/George Smibert|Smibert, James]] - 1836(Sct)-1912(Vic) - employment (Postal Department Vic, Deputy Postmaster-General, appointed following early passing of Samuel Walker McGowan), created a nepotism scandal by early promotion of brother and brother-in-law to the most senior positions in Vic Post & Telegraphs in the early 1890s, likely reason for the positioning of Qld appointees at the top of the Federal PMGD in 1901; the brother of George Smibert Chief Electrician, Postal Dept Vic ===''SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Smith, Alan Shaw - See Alan Shawsmith (change of name) * [[/Arthur Carrington Smith|Smith, Arthur Carrington]] [https://www.familysearch.org/tree/person/details/GDKV-VL2] - 1902(Tas)-1982(NSW) - Licences: 7BN Receive Launceston (1923); 7AB Launceston (1924-1927) - Qualifications: cc; AOCP 8, 1924, No. ?? in Tas; CPRT 930, 1926 - amateur operator; amateur broadcaster; broadcast engineer (operator 7BN Wills & Co wannabe Class B); recording engineer (Cinesound Productions Ltd, Bondi, 1932); inventor of sound-on-film systems - Electoral Rolls: salesman (Launceston, 1928); recording engineer (Bronte, 1931-1935); engineer (Bondi, 1936-1937); recording engineer (Clovelly, 1943-1949; Waverley, 1963-1968); engineer (Waverley, 1977-1980) * [[/Austen Cyril Smith|Smith, Austen Cyril]] [https://www.familysearch.org/tree/person/details/GZ6N-JKF] - 1904(Eng)-1992(NSW) - Licences: 2FS Sydney (Croydon, 1924-1925; Burwood, 1925; Maroubra, 1930-1933; Homebush, 1933; Burwood, 1934-1939) - Qualifications: cc; AOCP 75, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; radio agent - Electoral Rolls: radio agent (Burwood, 1934-1937); radio mechanic (Burwood, 1943-1954); radio engineer (Burwood, 1958-1963); retired (Lower Hawkesbury, 1972-1980) * [[/C. Smith|Smith, C.]] - 19??(???)-19??(???) - Licences: 7BA Receive Stanley (1922); Receive Stanley (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Cedric Preston Smith|Smith, Cedric Preston or Preston-Smith, Cedric]] [https://www.familysearch.org/tree/person/details/G8BB-X47] - 1907(NSW)-1974(NSW) - Licences: 2ZZ Sydney (Cremorne, 1924); 2QK Sydney (Manly, 1935-1936; Balgowlah, 1937; Lane Cove, 1938-1939); 2CD Sydney (Cremorne, 1958-1961; Palm Beach, 1965-1969) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: bank accountant (Binnaway, 1930); bank officer (Manly, 1932; Balgowlah, 1934-1937; South Melbourne, Vic, 1943-1949); bank manager (Ballarat, 1954; Cremorne, 1958-1963); retired (Palm Beach, 1963-1968) * [[/Charles Frederick Smith|Smith, Charles Frederick]] - 1908(Eng)-19??(???) - Licences: No licence yet identified - Qualifications: AOCP 418, 1928, No. ?? in NSW; CPRTelephony 1112, 1928; 2COCP 44, 1929 - amateur operator - Electoral Rolls: Several contemporaneous Charles Frederick Smith's, not yet identified * [[/Colin Hughes Smith|Smith, Colin Hughes]] [https://www.familysearch.org/tree/person/details/L2YH-LLB] - 1910(Vic)-1998(Vic) - Licences: 3PK Melbourne (East Kew, 1928-1939, 1946-1980+) - Qualifications: AOCP 433, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Kew, 1931-1937); engineer (Kew, 1943-1980) * [[/Herbert Henry Baker Smith|Smith, Herbert Henry Baker]] [https://www.familysearch.org/tree/person/details/GXFN-H6R] - 19??(???)-1932(Qld) - Licences: 4DP Receive Cairns (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Cairns, Qld, 1925-1930) * [[/J. H. Smith|Smith, J. H.]] - 19??(???)-19??(???) - Licences: 4EA Receive Beenleigh (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/John Albert Malcolm Smith|Smith, John Albert Malcolm]] [https://www.familysearch.org/tree/person/details/L264-537] - 1911(Eng)-1987(SA) - Licences: 5JR Adelaide (St Peters, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1375, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939-1943) * [[/P. W. Smith|Smith, P. W.]] - 19??(???)-19??(???) - Licences: 4EF Receive Brisbane (Alderley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Sidney Hugh Holland Smith|Smith, Sidney Hugh Holland]] - 1861(???)-1933(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, senior state public servant (Qld P&T, Chief Mechanician), senior federal public servant (PMGD, State Mechanician, Qld), radio clubs (QWI, vice president), business proprietor (Telephone and Electrical Supplies Co) * [[/Stuart Disney Paull Smith|Smith, Stuart (Birth) or Stewart (Electoral Rolls) Disney Paull or Paul]] [https://www.familysearch.org/tree/person/details/GXDB-8D8] - 1913(Qld)-1986(Qld) - Licences: 4LA Brisbane (Corinda, 1934-1939); 4LA Amberley (1946-1948); 4LA Brisbane (Camp Hill, 1960-1980) - Qualifications: cc; AOCP 1303, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor); military (RAAF, navigator); broadcast technician (4BC); Dept Education (O/C Radio) - Electoral Rolls: engineer (Corinda, Qld, 1936-1949); radio technician (New Farm, Qld, 1949); maintenance officer (Camp Hill, Qld, 1954-1963); public servant (Camp Hill, Qld, 1972-1980) * [[/Sydney Smith|Smith, Sydney]] - 1856(NSW)-1934(NSW) - senior state politician (NSW MLA), senior federal politician (Postmaster-General, 1904-1905) * [[/Wilfred Smith|Smith, Wilfred]] [https://www.familysearch.org/tree/person/details/GXRQ-PQ1] - 1896(Eng)-19??(???) - Licences: Receive Adelaide (St Peters, 1923); 5AG Adelaide (Henley Beach, 1937-1939, 1947-1948) - Qualifications: cc; CPRT 602, 1921; 2COCP 419, 1941; 1COCP 882, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Henley, SA, 1939-1943) * [[/William Arthur Smith|Smith, William Arthur]] [https://www.familysearch.org/tree/person/details/GMCX-XL9] - 1906(SA)-1970(SA) - Licences: 5LZ Wallaroo (1929-1933) - Qualifications: cc; AOCP 526, 1929, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical mechanic (Glenunga, 1939-1943) - beware several contemporaneous William Arthur Smith's * [[/William Henry Smith|Smith, William Henry]] [https://www.familysearch.org/tree/person/details/GX2V-L4R] - 1911(SA)-19??(???) - Licences: 5SW Adelaide (Woodville, 1937-1939, 1947-1956); 5ASW Adelaide (Woodville, 1980+) - Qualifications: cc; AOCP 1996, 1937, SA; BOCP 431, 1942 - amateur operator; amateur broadcaster - Comment: Several contemporaneous WHSs - Electoral Rolls: operator (Woodville, SA, 1939) * [[/W. J. Smith|Smith, W. J.]] - 19??(???)-19??(???) - Licences: N758 Receive Sydney (Hurstville, 1922); 2IC Receive Sydney (Hurstville, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''SMITHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Charles Smithers|Smithers, Ernest Charles]] [https://www.familysearch.org/tree/person/details/G8Z1-GQ1] - 1885(NSW)-1953(NSW) - Licences: Nil yet identified - Qualifications: AOCP 552, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: inspector of fisheries (Urunga, 1930); inspector (Burwood, 1930-1949) ===''SMYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Walter Smyth|Smyth, Cedric Walter]] [https://www.familysearch.org/tree/person/details/GD1C-4MX] - 1916(WA)-1987(SA) - Licences: 7CD Devonport (1933-1939); 3ACH Melbourne (Doncaster East, 1954-1980+) - Qualifications: cc; AOCP 1133, 1933, Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: toolmaker (Preston, Vic, 1942-1949); engineer (Doncaster East, 1954-1977) * [[/Victor Loftus Smyth|Smyth, Victor Loftus]] [https://www.familysearch.org/tree/person/details/LR8F-P8L] - 1905(Vic)-1972(Vic) - Licences: 3PJ Receive Geelong (1923); 3PJ Geelong (1924); 3PJ Bendigo (1924-1939) - Qualifications: AOCP 126, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Bendigo, 1928-1972) ===''SMYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Cresswell Smythe|Smythe, Alan (BMD) or Allan (Electoral Rolls) Cresswell]] [https://www.familysearch.org/tree/person/details/G8JQ-V9V] - 1908(SA)-1983(SA) - Licences: 5MF Adelaide (Torrensville, 1930-1939, 1946-1948; Hazlewood Park, 1954-1980+) - Qualifications: AOCP 658, 1930, No. ?? in SA; AOLCP 135, 1933; BOCP 125, 1937; 1COCP 196, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Torrensville, SA, 1939-1943) ===''SNADDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Ernest Snaddon|Snaddon, John Ernest]] [https://www.familysearch.org/tree/person/details/GZLF-B75] - 1920(Eng)-1944(Aegean Sea) - Licences: 3VE Melbourne (Malvern, 1939) - Qualifications: AOCP 2322, 1939, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, 459 Squadron, Warrant Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/snaddon-john-ernest-409361/] ===''SNAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Leslie Snaith|Snaith, Samuel Leslie]] [https://www.familysearch.org/tree/person/details/GZJN-2S8] - 1901(Vic)-1961(Vic) - Licences: 3ZR Melbourne (Footscray, 1923-1926; Newport, 1931) - Qualifications: cc; AOCP 166, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1924-1928; Newport, 1931-1954) ===''SNAPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fairlie Roger de Burgh Snape|Snape, Fairlie Roger de Burgh]] [https://www.familysearch.org/tree/person/details/G649-B1V] - 1900(NSW)-1988(NSW) - Licences: 2NU Receive Quirindi (1923); 4JK Willis Island (1931) - Qualifications: cc; CPRT 695, 1922; 2COCP 340, 1931; 1COCP 221, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: operator (Quirindi, 1930); wireless operator (Quirindi, 1934-1936); radio engineer (Killara, 1949-1968); engineer (Killara, 1980) ===''SNOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Charles Snook|Snook, Keith Charles]] [https://www.familysearch.org/tree/person/details/GDTG-Z2D] - 1908(Tas)-1946(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 (RAAF) - Electoral Rolls: motor engineer (Hobart North, 1936); motor mechanic (Hobart Central, 1937) ===''SNOSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Raymond Snoswell|Snoswell, Alfred Raymond]] [https://www.familysearch.org/tree/person/details/9NWH-MCT] - 1899(SA)-1971(SA) - Licences: 5AD Adelaide (Exeter, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Largs, 1939-1943) ===''SODEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander William Soden|Soden, Alexander William]] [https://www.familysearch.org/tree/person/details/G8N9-7M1] - 1909(Qld)-1948(Qld) - Licences: 4AS Brisbane (Annerley, 1930-1939; Yeerongpilly, 1946-1948) - Qualifications: cc; AOCP 634, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Annerley, 1934-1943) ===''SOUMPROU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emile Walter Soumprou|Soumprou, Emile Walter]] [https://www.familysearch.org/tree/person/details/9ZZF-SX7] - 1906(Vic)-1955(Vic) - Licences: 3WK Melbourne (Thornbury, 1929-1931; North Fitzroy, 1938-1939, 1946-1948; East Brighton, 1954-1956) - Qualifications: AOCP 511, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: student (Northcote, 1936-1937); retired (Fitzroy North, 1942-1949); Elsternwick, 1954) ===''SOUTHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Lindsay Southwell|Southwell, Clifford Lindsay]] [https://www.familysearch.org/tree/person/details/GZNM-FDF] - 1897(???)-1973(NSW) - 2SW Sydney (Cremorne, 1925-1926; Northbridge, 1927-1929; Brighton-Le-Sands, 1930-1931; Northbridge, 1933-1939), amateur operator (AOCP 131, 1925, No. ?? in NSW), amateur broadcaster, WW1 (Army, Private) & WW2 (Australian Army, colonel), sales manager (1954) * [[/Leslie William Douglas Southwell|Southwell, Leslie William Douglas]] [https://www.familysearch.org/tree/person/details/9WXT-S8L] - 1900(NSW)-1960(Vic) - Licences: 3SL Seymour (1924-1939, 1946-1954); 3SL Melbourne (Montrose, 1955-1960) - Qualifications: cc; AOCP 250, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Seymour, 1931-1954) * [[/Noel Leslie Southwell|Southwell, Noel Leslie]] [https://www.familysearch.org/tree/person/details/GZNM-ZJW] - 1919(NSW)-1998(NSW) - 2ZF Sydney (Leichhardt, 1935-1939, 1946-1950; Yagoona, 1954-1980+), qualifications (AOCP 1565, 1935, No. ?? in NSW; 1COCP 149, 1937), amateur operator, broadcast technician (1949), QSL collection survives ARDXC/NFSA ===''SPARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Spark|Spark, John]] - 1879(USA)-19??(???) - Licences: 6AC Perth (City, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: soldier (Fremantle, 1917); civil servant (West Perth, 1921) - Comment: identification not certain ===''SPEDDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Spedding|Spedding, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GQ82-ZCM] - 1897(NSW)-1958(NSW) - Licences: 4DU Receive Brandon (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bookkeeper (Brandon, Qld, 1921-1925); clerk (Lakemba, NSW, 1932-1958) ===''SPENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Keith Spence|Spence, Edward Keith]] [https://www.familysearch.org/tree/person/details/LBYN-S3H] - 1908(Qld)-1980(NSW) - Licences: 4DT Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Union Bank, Wagga Wagga, NSW, 1930; Wellington, NSW, 1934); bank officer (Bondi, NSW, 1936; Rose Bay, NSW, 1937; Epping, NSW, 1943-1949; Northbridge, NSW, 1963-1977); retired (Cremorne, NSW, 1980) * [[/William Guthrie Spence|Spence, William Guthrie]] - 1846(Sco)-1926(Vic) - senior federal politician (Postmaster-General, 1914-1915) ===''SPENCER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derek David Spencer|Spencer, Derek David]] [https://www.familysearch.org/tree/person/details/GFSW-N55] - 1909(Eng)-1982(Tas) - Licences: 3DS Melbourne (Altona, 1934-1937); 6DS Perth (Pearce, 1938-1939) - Qualifications: cc; AOCP 1280, 1934, Vic; AOLCP 157, 1934; 2COCP 55, 1936; 1COCP 111, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: poultry farmer (Ulverstone, Tas, 1954; Leven, Tas, 1963); farmer (Gawler, Tas, 1972) ===''SPERRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred John Sperring|Sperring, Wilfred John]] [https://www.familysearch.org/tree/person/details/KVLY-JPK] - 1917(WA)-1966(WA) - Licences: 6SP Perth (Victoria Park, 1937-1939, 1947-1948; Belmont, 1954) - Qualifications: cc; AOCP 1920, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Victoria Park, WA, 1943); mechanic (Victoria Park, WA, 1949); radio engineer (Belmont, WA, 1954-1963) ===''SPICER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Spicer|Spicer, Victor John]] [https://www.familysearch.org/tree/person/details/G88M-KKY] - 1910(Eng)-1985(Vic) - Licences: 3VS Melbourne (Mordialloc, 1929-1931; East Malvern, 1933; North Fitzroy, 1937-1939, 1946-1948) - Qualifications: AOCP 554, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1934); constable (Port Melbourne, 1936; Fitzroy, 1937-1954; Carlton South, 1967-1968); retired (Hurstbridge, Vic, 1977-1980) ===''SPITZKOWSKY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Royston Stanley Spitzkowsky|Spitzkowsky, Max Royston Stanley]] [https://www.familysearch.org/tree/person/details/GZYD-23H] - 1904(NSW)-1989(NSW) - Licences: 2MS Newcastle (Hamilton, 1926-1975) - Qualifications: AOCP 302, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: turner (Hamilton, 1932-1972) ===''SPOTSWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Ernest Spotswood|Spotswood, Cyril Ernest]] [https://www.familysearch.org/tree/person/details/GDTC-4GM] - 1897(Tas)-1964(Tas) - Licences: Receive Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Burnie, 1936-1943); fettler (Burnie, 1949-1954) * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] [https://www.familysearch.org/tree/person/details/M7P4-M7C] - 1892(Qld)-1973(Qld) - Licences: 4JH Poopoonbah via Giru (1935-1939) - Qualifications: cc; AOCP 1356, 1934, Qld - amateur operator; amateur broadcaster - Comment: second YL operator in Qld - Relationships: Wife of 4JK Jack Lawrence Humphry - Electoral Rolls: home duties (Ching Do Siding, Ayr, Qld, 1919-1936; Giru, Qld, 1937-1949; Poopoonbah, Qld, 1954; St Lucia, Qld, 1958-1972) ===''SPRENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Ernest Sprenger|Sprenger, Herbert Ernest]] [https://www.familysearch.org/tree/person/details/GMQD-2CJ] - 1914(Qld)-2000(Qld) - Licences: 4ES Bundaberg (1932-1939); 4ES Brisbane (New Farm, 1946-1948; Holland Park, 1954; Upper Mt Gravatt, 1955-1960; Rainworth, 1965-1980+) - Qualifications: cc; AOCP 1064, 1932, No. ?? in Qld; BOCP 165, 1938; 1COCP 530, 1941 - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); state public servant (Qld Police, radio comms) - Electoral Rolls: radio mechanic (Bundaberg, 1936-1937); police constable (New Farm, Qld, 1943-1949); sergeant police (Holland Park, Qld, 1954; Upper Mt Gravatt, Qld, 1958); sub-inspector police (Rainworth, Qld, 1963-1968); police officer (Rainworth, Qld, 1972); retired (Bardon, Qld, 1977-1980) ===''SPURRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Charles Spurrier|Spurrier, Leonard Charles]] [https://www.familysearch.org/tree/person/details/LTY1-WZJ] - 1904(Wales)-1984(SA) - Licences: S382 Receive Adelaide (North Adelaide, 1922); 5AL Receive Adelaide (North Adelaide, 1923); Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Clarence Park, 1939-1941; Eden Hills, 1943) ===''SQUIRES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Jack Squires|Squires, Jack]] [https://www.familysearch.org/tree/person/details/G8CX-3GW] - 1909(WA)-1972(???) - Licences: 6JS Perth (Cannington, 1929-1939; Como, 1946-1956; Nedlands, 1960; West Leederville, 1965-1969) - Qualifications: cc; AOCP 510, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Cannington, 1931-1936); sales manager (Midland Junction, 1937; South Perth, 1943-1954); manager (Subiaco, 1963); business manager (West Kalamunda, 1968) ===''ST JOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Clive Bolingbroke St John|St John, Henry Clive Bolingbroke]] [https://www.familysearch.org/tree/person/details/LBTN-PV8] - 1895(Eng)-1972(NSW) - Licences: 2RX Receive Sydney (Rockdale, 1923-1925); 2RX Sydney (Rockdale, 1926-1939; Northbridge, 1965-1969) - Qualifications: AOCP 258, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: reader (Rockdale, 1930-1936; Northbridge, 1943-1963) ===''STACEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Keith Stacey|Stacey, Howard Keith]] [https://www.familysearch.org/tree/person/details/G3TY-D8M] - 1907(NSW)-1993(SA) - Licences: 5XA Adelaide (Firle, 1934-1937; Knightsbridge, 1938-1939; Leabrook, 1947-1956; Glynde, 1960-1980+) - Qualifications: cc; AOCP 1360, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: compositor (Burnside, SA, 1939-1941) * [[/Roy Ernest Stacey|Stacey, Roy Ernest]] [https://www.familysearch.org/tree/person/details/GXDT-PNR] - 1902(Qld)-1973(Qld) - Licences: 4RS Proserpine (1933-1939, 1948-1969) - Qualifications: cc; AOCP 1187, 1933, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: office assistant (Bauple, Qld, 1925); clerk (Proserpine, Qld, 1928-1972) ===''STACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Patrick Charles Stack|Stack, Robert Patrick Charles]] [https://www.familysearch.org/tree/person/details/GXDL-Y2K] - 1904(Eng)-1966(Qld) - Licences: 4TK Innisfail (1936-1939, 1947-1965) - Qualifications: cc; AOCP 1742, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: hairdresser (Innisfail, Qld, 1930-1932); stationer (Innisfail, Qld, 1936-1943) ===''STACKPOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Julian Stackpole|Stackpole, Peter Julian]] [https://www.familysearch.org/tree/person/details/GD3D-H8N] - 1947(Vic)-2004(ACT) - Licences: 3ZQS Melbourne (North Clayton, 1980+; 1RX Canberra, 1990s); Qualifications: cc; AOLCP 2203, 1966; AOCP N1856, 1988 - amateur operator; broadcast planning engineer (P&TD, DoC, DoTaC, ABA, ACA) - Electoral Rolls: assistant (Hampton, 1972); technical officer (Clayton, 1977-1980) ===''STAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Hurst William Stafford|Stafford, John Hurst William]] [https://www.familysearch.org/tree/person/details/LV6P-XSJ] - 1901(Qld)-1992(Qld) - Licences: 4CD Receive Ipswich (Ebbw Vale, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: electrician (Ebbw Vale, 1925-1928; Booval, 1932-1949); engineer (East Ipswich, 1958-1963); retired (Mansfield, 1977-1980) ===''STANFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Roy Stanfield|Stanfield, Clifford Roy]] [https://www.familysearch.org/tree/person/details/GQXR-9GG] - 1900(NSW)-1991(NSW) - Licences: N744 Receive Newcastle (1922); 2HX Receive Newcastle (1922) - Qualifications: cc; CPRT 383, 1918; 2COCP 136, 1930; 1COCP 140, 1930 - amateur receiver; WW1 - Electoral Rolls: wireless operator (Randwick, 1930; Maroubra, 1932-1968); retired (Blaxland, 1977-1980) ===''STANLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. M. Stanley|Stanley, J. M.]] - 19??(???)-19??(???) - Licences: 2JS Receive Sydney (Crow's Nest, 1922-1923); 2JS Sydney (Crow's Nest, 1924); Orange (1924-1929) - Qualifications: cc; AOCP 100, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; newsagent (Leura, late 1920s) - Identification: Not yet identified (possibly James Melville Stanley, electrician, Lockhart, 1930) - Electoral Rolls: Nil yet identified ===''STAPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Stapleton|Stapleton, John William]] [https://www.familysearch.org/tree/person/details/GXG7-R9P] - 1915(SA)-1980(SA) - Licences: 5KY Adelaide (Port Adelaide, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1314, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Cook, SA, 1941-1944) ===''STARKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Starkie|Starkie, Thomas William]] [https://www.familysearch.org/tree/person/details/GZBS-NCY] - 1906(Qld)-1982(Qld) - Licences: 4NW Brisbane (Nundah, 1926-1939) - Qualifications: cc; AOCP 306, 1926, No. 30 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Nundah, 1928-1937); warehouse assistant (Holland Park, 1943); manager (Wavell Heights, 1949); agent (Toowong, 1954-1958); manufacturer's agent (Kenmore, 1963); agent (Tennyson, 1968-1972); retired (The Gap, 1977; North Tamborine, 1980) ===''STARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Starr|Starr, Francis John]] [https://www.familysearch.org/tree/person/details/GZLN-LC4] - 1916(Qld)-1940(off Qld coast) - Licences: 4FS Stanthorpe (1937-1939) - Qualifications: cc; AOCP 1930, 1937, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 23 Squadron, Aircraftsman Class 1) - Electoral Rolls: baker (Stanthorpe, 1937) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1719163] ===''STEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey William Ashcroft Steane|Steane, Geoffrey William Ashcroft]] [https://www.familysearch.org/tree/person/details/GMCF-JWV] - 1905(Vic)-1957(Vic) - Licences: 3UX Melbourne (Mont Albert, 1923-1933); 3SX Melbourne (Mont Albert, 1923-1925) - Qualifications: cc; CPRT 775, 1923; 2COCP 330, 1931 -amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Mont Albert, Vic, 1931); engineer (Camberwell, Vic, 1937); radio engineer (Dee Why, NSW, 1949); television engineer (Double Bay, NSW, 1954); engineer (Camberwell, Vic, 1954) ===''STEELE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rowland Edward James Steele|Steele, Rowland Edward James]] [https://www.familysearch.org/tree/person/details/GDTC-2ZM] - 1904(Tas)-1987(Tas) - Licences: Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Hobart West, 1928); dairyman (West Hobart, 1937-1972) ===''STEPHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Goldsmith Stephen|Stephen, Percy Goldsmith]] [https://www.familysearch.org/tree/person/details/GD2J-HVR] - 1896(NSW)-1976(NSW) - Licences: 2ZB Sydney (Balmain, 1924-1925); 2PS Sydney (Balmain, 1926; Granville, 1927-1930; Lidcombe, 1931-1936; Croydon, 1937-1939; Five Dock, 1946-1958; Condell Park, 1960-1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical mechanic (Granville, 1930); electrician (Lakemba, 1930; Lidcombe, 1932-1936); electrical fitter (Five Dock, 1943-1958); fitter (Condell Park, 1968-1972) ===''STEPHENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Nelson Stephens|Stephens, Arthur Nelson]] [https://www.familysearch.org/tree/person/details/G941-3F1] - 1886(Eng)-1972(Qld) - Licences: 4CG Receive Brisbane (Clayfield, 1922); 4CG Brisbane (Clayfield, 1923-1925); Operator of 4AE - Qualifications: cc; Nil yet identified - coastal wireless operator; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: draughtsman (North Carlton, Vic, 1912-1914); engineer (Wireless Station, Pinkenba, 1915-1919; Clayfield, 1925-1928); hotel keeper (Palm Beach Hotel, Elanora, 1932-1934; Grand Hotel, Southport, 1936-1943); cafe proprietor (Southport, 1949); secretary (Main Beach, 1954-1958; Southport East, 1963-1968) * [[/Frank Richmond Stephens|Stephens, Frank Richmond]] [https://www.familysearch.org/tree/person/details/GXQ7-MLM] - 1897(Qld)-1977(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 452, 1919 - RANRS - Electoral Rolls: naval reservist (New Farm, 1921); farm hand (Wamuran, Qld, 1925); wireless operator (New Farm, 1925-1937); radio mechanic (New Farm, Qld, 1943); agent (New Farm, Qld, 1949); caretaker (Brisbane, 1954-1958); retired (Bowen Hills, 1963; Coolangatta, 1968-1972) * [[/Harry James Milne Stephens|Stephens, Harry James Milne]] [https://www.familysearch.org/tree/person/details/GXYC-KQH] - 1900(WA)-1982(WA) - Licences: 6ZZ Perth (South Perth, 1935-1939; Bassendean, 1947-1960; Eden Hill, 1965-1980+) - Qualifications: cc; AOCP 1530, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Albany, WA, 1925); railway employee (Katanning, WA, 1931-1936); storekeeper (Fremantle, WA, 1937); aircraftsman (Bassendean, WA, 1943-1963); railway employee (Eden Hill, WA, 1968-1972); retired (Bassendean, WA, 1977-1980) * [[/Thomas Stephens|Stephens, Thomas]] [https://www.familysearch.org/tree/person/details/GZ2B-35G] - 1912(Vic)-1944(Sct) - Licences: 3GO Melbourne (Essendon, 1931-1933) - qualifications: AOCP 489, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1944) - Electoral Rolls: bank clerk (Essendon, 1936-1942) - "Greater love hath no man" [https://aviationmuseumwa.org.au/afcraaf-roll/stephens-thomas-418036/] * [[/Thomas Blacket Stephens|Stephens, Thomas Blacket or Blackett]] [https://www.familysearch.org/tree/person/details/G9WG-Y5P] - 1902(Qld)-1999(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 309, 1926, No. 31 in Qld - amateur operator? - Electoral Rolls: articled law clerk (Annerley, 1925-1928); solicitor (Annerley, 1934; Fortitude Valley, 1936-1937; Clayfield, 1949-1968); retired (St Lucia, 1972-1980) ===''STEPHENSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Wilfred Stephenson|Stephenson, Charles Wilfred]] [https://www.familysearch.org/tree/person/details/93BK-M7F] - 1905(Qld)-1997(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother); 2BWQ Sydney (Blacktown, 1980+) - Qualifications: cc; AOCP 282, 1926, No. 25 in Qld - amateur operator; amateur broadcaster; radio clubs (Wooloowin RC, operator 4WN; WIAQ, operator 4AE); broadcast technician (4QG); business proprietor (cinema audio) - Relationships: brother of 4RG Harold John Stephenson - Electoral Rolls: public servant (Wooloowin, Qld, 1928-1929); electrical engineer (Pymble, NSW, 1932-1933); sound engineer (Capertee, NSW, 1936-1937); panel beater (Bourke, NSW, 1943); mechanic (Capertee, NSW, 1949-1954; Maroubra, NSW, 1958); autoelectrician (Blacktown, NSW, 1963-1977); retired (Blacktown, NSW, 1980) * [[/Harold John Stephenson|Stephenson, Harold John]] [https://www.familysearch.org/tree/person/details/93BK-9M3] - 1903(Qld)-1990(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother) - Qualifications: cc; AOCP 290, 1926, No. 27 in Qld - amateur operator; amateur broadcaster - Relationships: brother of 4RG/2BWQ Charles Wilfred Stephenson - Electoral Rolls: railway employee (Wooloowin, Qld, 1925-1943); sheet metal worker (Wooloowin, Qld, 1949); engineer (Wooloowin, Qld, 1954); aircraft mechanic (Maroubra, NSW, 1963-1980) ===''STEVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edgar F. Stevens|Stevens, Albert Edgar F. "Bert"]] [https://www.familysearch.org/tree/person/details/KH4H-N2D] - 1894(Vic)-1954(WA) - Licences: 6BN Perth (North Perth, 1924-1927; South Perth, 1930-1939); nominated licensee for W732 WIA WA (1922) - Qualifications: cc; AOCP 136, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geraldton, WA, 1916-1917); phone mechanic (North Perth, WA, 1925; South Perth, WA, 1931-1954) * [[/Frederick William Stevens|Stevens, Frederick William]] - 1898-19?? - 4SP Brisbane, amateur operator (PRTC 788, 1923, Marconi & Telefunken; 1COCP, 1930, Qld), Coastal wireless operator; first chief engineer 4QG, state public servant (4QG), pilot (Qantas), federal public servant (DCA) * [[/Robert Edward Stevens|Stevens, Robert Edward]] [https://www.familysearch.org/tree/person/details/GD1Z-ZMF] - 1908(Vic)-1994(Vic) - Licences: 7OJ Deloraine (1931-1933); 3OJ Melbourne (Burwood, 1937-1939, 1946-1980+) - Qualifications: cc; AOCP 817, 1931, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (Auburn, Vic, 1931; Burwood, 1937-1980) ===''STEWART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Barnett Stewart|Stewart, Alexander Barnett]] [https://www.familysearch.org/tree/person/details/GHBR-VND] - 1895(Sct)-1981(Qld) - Licences: 4DD Receive Brisbane (Hawthorne, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: jackeroo (Oondooroo, Qld, 1919); farmer (Palmwoods, Qld, 1921-1925); orderman (Hawthorne, Qld, 1928); truck driver (Eight Mile Plains, Qld, 1936-1937); foreman (Hawthorne, Qld, 1943-1980) * [[/Donald Richardson Stewart|Stewart, Donald Richardson]] [https://www.familysearch.org/tree/person/details/94CC-2MT] - 1902(Vic)-1993(Vic) - Licences: V739 Receive Lorne (1922); 3GS Receive Lorne (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: motor driver (Lorne, 1925-1954); guest house proprietor (Lorne, 1967-1968); proprietor (Lorne, 1972-1980) * [[/John Edgar Stewart|Stewart, John Edgar]] [https://www.familysearch.org/tree/person/details/GZD8-3JC] - 1884(NSW)-1957(NSW) - Licences: 2MR Newcastle (Mayfield, 1923-1929; Hamilton, 1930); 2MR Sydney (Chatswood, 1931); 4MR Brisbane (Nundah, 1933-1939, 1946-1948); 2MR Waratah (1954-1957) - Qualifications: cc; AOCP 43, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; Commonwealth Electoral Commission (Chief Electoral Officer) - Electoral Rolls: clerk (Arncliffe, 1913); District Returning Officer (Mayfield, 1930); Commonwealth Electoral Officer (Nundah, Qld, 1937-1949); retired (Waratah, 1954) * [[/Henry Stewart|Stewart, Henry]] [https://www.familysearch.org/tree/person/details/GXS7-R71] - 1896(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 234, 1916; 1COCP 318, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Comment: Several contemporaneous HSs - Electoral Rolls: Nil yet identified * [[/William Alfred Stewart|Stewart, William Alfred]] [https://www.familysearch.org/tree/person/details/GXBZ-4XJ] - 1910(WA)-2020(WA)109yo - Licences: 6ST Perth (West Leederville, 1937-1939) - Qualifications: cc; AOCP 1958, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Balkatta, WA, 1936; Leederville, WA, 1937); salesman (Wembley Park, WA, 1943; Leederville, WA, 1949); technician (Floreat Park, WA, 1954-1963; Wembley Park, WA, 1968; Floreat Park, WA, 1972-1980) - Links: [https://gerontology.fandom.com/wiki/William_Stewart Gerontology] ===''STIPEK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Stipek|Stipek, John "Jack"]] [https://www.familysearch.org/tree/person/details/GD5X-XL1] - 1898(NSW)-1974(Florida, USA) - Licences: 7BE Receive St Helens (1923); Receive St Helens (1923); 7BE St Helens (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMG telegraph messenger, left PMGD 1920; first to log KGO in Tas - Comment: beware two other John Stipek's concurrently in Tas, 1920s - Electoral Rolls: civil servant (St Helens, 1919); clerk (St Helens, 1922) ===''STITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Hugh Rankin Stitt|Stitt, Walter Hugh Rankin Jnr "Hughie"]] [https://www.familysearch.org/tree/person/details/GWBX-L5G] - 1908(NSW)-1972(NSW) - 2WH Forbes (1925-1969+), 2ARN Forster (1965-1969+), amateur operator (AOCP 196, 1925, No. ?? in NSW), amateur broadcaster, "brother-in-law" of Leslie Maclean Wilson 2LM, note his father also Walter Hugh Rankin Stitt and lived in same district ===''STOCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Daniel Alan John Stocks|Stocks, Daniel Alan John]] [https://www.familysearch.org/tree/person/details/GZN8-R5P] - 1897(Vic)-1933(Vic) - 3DJ Melbourne (Canterbury, 1925-1927; Surrey Hills, 1931), amateur operator (AOCP 144, 1925, No. ?? in Vic), amateur broadcaster, electrical engineer, gone too soon ===''STOCKTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Stockton|Stockton, Norman]] - 1904(WA)-1943(Germany) - 4NQ Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, military (WW2, press correspondent), journalist, "Greater love hath no man than this" ===''STOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allen Frederick Stow|Stow, Allen Frederick]] [https://www.familysearch.org/tree/person/details/G8WR-7GG] - 1910(Vic)-1966(Vic) - Licences: 3AS Melbourne (North Carlton,1928-1931; North Fitzroy, 1933-1939, 1946-1947; Northcote, 1948-1965); 3AFS Portable Melbourne (Northcote, 1948-1965) - Qualifications: AOCP 441, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army) - Electoral Rolls: engineer (Carlton North, 1931; Fitzroy North, 1934-1942) ===''STOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Alfred Stowe|Stowe, Harry Alfred]] [https://www.familysearch.org/tree/person/details/GWBJ-YTW] - 1892(NSW)-1977(NSW) - Licences: XAS Sydney (Drummoyne, 1911-1914); 2CX Receive Sydney (Chatswood, 1922-1923); 2CX Sydney (Chatswood, 1924-1929) - Qualifications: cc; AOCP 19, 1924, No. 9 in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, 1930-1958); retired (Frenchs Forest, 1968-1977) ===''STOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Bickley Stoyle|Stoyle, Jack Bickley]] [https://www.familysearch.org/tree/person/details/GM1Z-JWV] - 1881(India)-1966(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 91, 1915; 1COCP 55, 1930 - RANRS (Commissioned Telegraphist, terminated Nov 1920); AWA CRS - Electoral Rolls: wireless telegraphist (Rockhampton, 1917); radio station master (Darwin, 1922; Kilkenny, 1939-1943) ===''STRAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Michael Strafford|Strafford, John Michael]] [https://www.familysearch.org/tree/person/details/LZ2K-LBX] - 1900(SA)-1974(SA) - Licences: 5JS Adelaide (Stepney, 1936-1939; City, 1947-1965; Windsor Gardens, 1969-1975) - Qualifications: cc; AOCP 1710, 1936, SA; BOCP 514, 1943 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''STRATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Stephen Stratford|Stratford, Leo Stephen]] [https://www.familysearch.org/tree/person/details/GXHV-HRX] - 1915(Qld)-1999(Qld) - Licences: 4AE Goondiwindi (1936-1939); 4LS Goondiwindi (1947-1956) - Qualifications: cc; AOCP 1678, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Goondiwindi, Qld, 1936-1949); radio dealer (Goondiwindi, Qld, 1954-1958); electrician (Goondiwindi, Qld, 1968); refrigeration mechanic (Goondiwindi, Qld, 1980) ===''STREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Streamer nee Mackenzie, Florence Madeline "Madeline" - See Florence Madeline Mackenzie 4YL ===''STREET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frederick Street|Street, Reginald Frederick]] [https://www.familysearch.org/tree/person/details/GW5S-Z4L] - 1900(Tas)-1927(Tas) - Licences: 7BD Receive Hobart (1923); Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: draper's assistant (Hobart West, 1922) ===''STROHFELDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Strohfeldt|Strohfeldt or Strofeldt, Gilbert]] [https://www.familysearch.org/tree/person/details/LVWD-W9Z] - 1904(Qld)-1951(Qld) - Licences: 4GS Brisbane (Paddington, 1932-1939; Camp Hill, 1948-1956) - Qualifications: cc; AOCP 1041, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Comment: licensed for 5 years after passing - Electoral Rolls: postal assistant (Roma, 1926); telegraphist (Charleville, 1928-1930); Paddington, Qld, 1936-1937); assistant radio inspector (Camp Hill, Qld, 1943) ===''STUART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Stuart|Stuart, Francis John]] [https://www.familysearch.org/tree/person/details/GXSH-RPC] - 1895(SA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: naval officer (Hobart, Tas, 1919); telegraphist (Hobart, 1922; Oakleigh, Vic, 1928-1942); primary producer (Tarra Valley, Vic, 1949-1954) * [[/Michael Aloysius Horatio Stuart|Stuart, Michael Aloysius Horatio]] [https://www.familysearch.org/tree/person/details/GXLC-2D9] - 1891(Vic)-1953(Vic) - Licences: 3MH Melbourne (Moonee Ponds, 1927); 3MH Rockbank (1931-1937); 5MS Adelaide (Rosewater, 1938-1939) - Qualifications: cc; 2COCP 66, 1929; 1COCP 184, 1931; likely CRPT pre 1927 - amateur operator; amateur broadcaster; WW1 (UK Merchant Navy); WW2 - Electoral Rolls: mechanic (Moonee Ponds, Vic, 1925-1927); radio telegraphist (Beam Radio Station, Rockbank, Vic, 1928-1937; Geraldton, WA, 1943); radio technician (Footscray North, Vic, 1949) ===''STURDEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Ashton Hobart Sturdee|Sturdee, Vernon Ashton Hobart]] - 1890(Vic)-1966(Vic) - 4?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur radio club (member, WIQ) ===''SULLIVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sullivan|Sullivan, John]] [https://www.familysearch.org/tree/person/details/KLGD-VK6] - 1906(Vic)-1997(Vic) - 3SR Melbourne (Elsternwick, 1925-1926), 3SR Yallourn (1927), amateur operator (AOCP 206, 1925, No. ?? in Vic), amateur broadcaster, engineer (1927) ===''SUTHERLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan James Sutherland|Sutherland, Alan James]] [https://www.familysearch.org/tree/person/details/GXK6-94L] - 1916(SA)-1977(Qld) - Licences: 5XB Adelaide (Glenelg, 1935-1939, 1947-1948); 3AXB Melbourne (Balwyn, 1954-1965); 3KY Melbourne (Balwyn, 1969-1975) - Qualifications: cc; AOCP 1592, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Dunleath, SA, 1939-1941); public servant (Albert Park, Vic, 1949; Canterbury, Vic, 1954-1968; Balwyn, Vic, 1972-1977); retired (Scarness, Qld, 1977) * [[/George Bremner Sutherland|Sutherland or Clyne, George Bremner "Jock"]] [https://www.familysearch.org/tree/person/details/GZVF-KQC] - 1893(Sct)-1981(SA) - Licences: 6GB Perth (Mt Hawthorn, 1927) - Qualifications: cc; 1COCP 295, 1932 - amateur operator; amateur broadcaster; telegraphist (Navy, 1911), late 1920s assistant chief engineer 6WF (to Wally Coxon) - Electoral Rolls: DCA (aeradio operator, from 1941); radio operator (Kalgoorlie, 1949); retired (North Perth, 1958) ===''SUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Sutton|Sutton, Arthur Ernest]] [https://www.familysearch.org/tree/person/details/GMFM-Z34] - 1882(Vic)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (early 1910s); utilised Henry Sutton's experimental licence - Relationships: son of XLM Henry Sutton - Electoral Rolls: music seller (Malvern, 1909-1913; Hawthorn, 1914-1915); engineer (Kew, 1922-1925); traveller (Camberwell, 1927); mechanic (Brunswick, 1928) * [[/Henry Sutton|Sutton, Henry]] [https://www.familysearch.org/tree/person/details/LD19-T7V] - 1855(Vic)-1912(Vic) - Licences: XLM Melbourne (Malvern, 1910-1912) - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed from 1890s); numerous inventions, Australia's first wireless telephony experimenter (1906); invented several new types of telephones; early television experiments - Relationships: father of Arthur Ernest Sutton - Links: [https://adb.anu.edu.au/biography/sutton-henry-4675 ADB] - Electoral Rolls: Nil yet identified * [[/Joseph William Sutton Jnr|Sutton, Joseph William Jnr]] [https://www.familysearch.org/tree/person/details/LHKF-HCJ] - 1874(Qld)-1941(Qld) - Licences: 4CP Receive Brisbane (City, 1923); 4EI Brisbane (City, 1923-1925) (In the name of the State Engineer) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club (WIQ, foundation member; QWI); electrical engineer; senior federal public servant (PMGD, State Engineer) - Relationships: son of Joseph William Sutton Snr - Electoral Rolls: electric engineer (Teneriffe, 1903); engineer (Teneriffe, 1908-1909); assistant (GPO, 1912-1919); electrical engineer (New Farm, 1921-1936); retired (Ascot, 1937) * [[/Joseph William Sutton Snr|Sutton, Joseph William Snr]] [https://www.familysearch.org/tree/person/details/LHKF-W6T] - 1844(Eng)-1914(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - club (Royal Society Qld, president) - Relationships: father of Joseph William Sutton Jnr - Links: [[w:Joseph William Sutton|Wikipedia]] - Electoral Rolls: engineer (Teneriffe, 1908-1909) ===''SWABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Max J. Swaby|Swaby, Max J.]] - 19??(???)-19??(???) - 4DA Dalby (-1948+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''SWAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lionel Tamsett Swain|Swain, Lionel Tamsett]] [https://www.familysearch.org/tree/person/details/KL1J-TGY] - 1902(NSW)-1985(NSW) - Licences: 2CS Receive Newcastle (Hamilton, 1922); 2CS Newcastle (Hamilton, 1923-1927; Waratah, 1928-1939, 1946-1950; Charlestown, 1954-1961; Bolton Point, 1965-1980) - Qualifications: cc; AOCP 108, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Withdrawal: when 2CS Coffs Harbour commenced in early 1980s, policy had changed as to withdrawal of similar amateur callsigns - Electoral Rolls: draftsman (Waratah, 1930-1954); engineer (Charlestown, 1958-1963); retired (Bolton Point, 1968-1980) ===''SWEENEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Moss Sweeney|Sweeney, Walter Moss]] [https://www.familysearch.org/tree/person/details/LNZ7-YRD] - 1887(Eng)-1964(Vic) - Licences: 3WS Melbourne (East Melbourne, 1924-1925; Elwood, 1925-1931; St Kilda, 1933-1939) - Qualifications: cc; CPRT 204, 1916 - coastal wireless operator; RANRS (commissioned telegraphist, 1917); amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless engineer (Subiaco, 1916-1917); no occupation (Melbourne, 1919); wireless engineer (East Melbourne, 1921-1924); engineer (Elsternwick, 1925-1928); director (St Kilda, 1931-1963) ===''SWINBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank Charles Richard Swinburne|Swinburne, Frank Charles Richard]] [https://www.familysearch.org/tree/person/details/GDML-S1J] - 1901(Qld)-1948(NSW) - Licences: 2AT Receive Sydney (Manly, 1922-1923); 2AT Sydney (Manly, 1924-1926) - Qualifications: cc; CPRT 557, 1920 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Manly, NSW, 1937; North Sydney, 1943)) ===''SWINDELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Willie Swindells|Swindells, Willie]] [https://www.familysearch.org/tree/person/details/L812-BTK] - 1890(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: electrician (Richmond, Vic, 1913-1914; Parkdale, Vic, 1925-1926); engineer (Geelong, 1927; Darlinghurst, NSW, 1931-1933); electrical engineer (Brunswick, Vic, 1934) ===''SYMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathaniel Joseph Leo Symonds|Symonds, Nathaniel Joseph Leo "Leo"]] [https://www.familysearch.org/tree/person/details/KJZ3-3QH] - 1908(WA)-2005(WA) - Licences: 6LS Perth (Cottesloe Beach, 1925-1930; Bicton, 1947-1948); 6LX Perth (Kalamunda, 1965-1980+) - Qualifications: cc; AOCP 207, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: tailor (Cottesloe, 1931-1943); radio operator (Fremantle, 1949-1954); radio technician (Kalamunda, 1958-1980) ===''SYMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Lindsay Gordon Symons|Symons, John Lindsay Gordon]] [https://www.familysearch.org/tree/person/details/KZZ5-Q42] - 1913(Vic)-1964(Vic) - Licences: 3JT Melbourne (Malvern, 1930-1939; East Hawthorn, 1946-1947; Burwood, 1948; South Melbourne, 1954-1956; Mt Waverley, 1960) - Qualifications: AOCP 662, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Malvern, 1934-1943; Glen Iris, 1949); hotelkeeper (Malvern, 1954); engineer (Syndal, 1963) =='''T'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''TAPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Ernest Tapp|Tapp, Charles Ernest or Edward]] [https://www.familysearch.org/tree/person/details/GX7P-BXV] - 1894(NSW)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 82, 1915 - RANRS (commissioned telegraphist, 1917); WW1 - Electoral Rolls: OIC Wireless Station (Thursday Island, Qld, 1915; South Yarra, Vic, 1917-1919); electrical engineer (Mosman, NSW, 1930); engineer (Brighton, Vic, 1942); manager (Vaucluse, NSW, 1943) ===''TAPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Tapper|Tapper, John Robert]] [https://www.familysearch.org/tree/person/details/G8ZX-4T6] - 1910(WA)-1992(WA) - Licences: 6RJ Perth (Claremont, 1929-1939); 6RJ Onslow (1946-1947); 6RJ Perth (Claremont, 1948-1960); 2AO Wagga Wagga (1969-1980+) - Qualifications: cc; AOCP 538, 1929, No. ?? in WA; 1COCP 218, 1931; TVOCP 324, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Claremont, 1931-1943); operator (Claremont, 1949-1963); radio inspector (Wagga Wagga, 1968-1980) ===''TARBOTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Augustus Tarbotton|Tarbotton, Harry Augustus]] [https://www.familysearch.org/tree/person/details/GF93-87K] - 1902(Eng)-1961(WA) - Licences: 6HT Albany (1936-1939, 1947-1960) - Qualifications: cc; AOCP 1672, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: motor driver (Albany, WA, 1925-1931); motor mechanic (Albany, WA, 1936-1954); radio service (Albany, WA, 1958) ===''TARLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred William Tarling|Tarling, Alfred William]] [https://www.familysearch.org/tree/person/details/LVH9-4RZ] - 1900(Eng)-1953(Qld) - Licences: 4TW Townsville (1937-1939, 1946-1948) - Qualifications: cc; (likely qualification ca 1920, British Merchant Navy; 1COCP 679, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Coolbie, Ingham, Qld, 1930); wireless operator (Pimlico, Qld, 1931-1932); labourer (West End, Qld, 1936-1937); radio engineer (Townsville, Qld, 1943-1949) ===''TARRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Albert Tarrant|Tarrant, Ernest Albert Jnr]] [https://www.familysearch.org/tree/person/details/L8SB-Z68] - 1898(NSW)-1956(NSW) - Licences: 2AK Receive Narrabri (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Eulah Creek, 1930; Narrabri, 1943) * [[/William Francis Tarrant|Tarrant, William Francis "Frank"]] [https://www.familysearch.org/tree/person/details/GD5M-6JT] - 1914(NSW)-1998(NSW) - Licences: 2UF Newcastle (Cooks Hill, 1932-1958) - Qualifications: cc; AOCP 1054, 1932, NSW - amateur operator; amateur broadcaster - Electoral Rolls: ironworker (Newcastle, 1930-1949) ===''TATHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Edward Tatham|Tatham, Sydney Ernest Edward]] [https://www.familysearch.org/tree/person/details/GDQT-52W] - 1896(Eng)-1973(Vic) - Licences: 2ST Sydney (Neutral Bay, 1923-1925; City, 1926-1928; Darling Point, 1929-1933; City, 1933-1939) - Qualifications: cc; CPRT 33, 1915; 1COCP 406, 1940 - amateur operator; amateur broadcaster; journalist (editor, Sea, Land and Air, 1922); WW2 - Electoral Rolls: instructor (St Kilda, 1919; South Yarra, 1919); merchant (Darling Point, 1930-1933; City, 1934-1937; Albert Park, Vic, 1949; Camberwell, 1954); director (Balwyn, 1958-1972) ===''TAYLOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert William Taylor|Taylor, Albert William]] [https://www.familysearch.org/tree/person/details/GX56-JGX] - 1910(NSW)-1980(SA) - Licences: 5AT Port Pirie (1934-1937); 5AT Adelaide (Solomontown, 1938-1939; Edwardstown, 1947-1980+) - Qualifications: cc; AOCP 1276, 1934, SA; BOCP 286, 1940; TVOCP 461, 1962 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Marleston, SA, 1941; Edwardstown, SA, 1943) * [[/B. A. Taylor|Taylor, B. A.]] - 19??(???)-19??(???) - Licences: 4DF Receive Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Donald Gordon Taylor|Taylor, Donald Gordon "Don"]] [https://www.familysearch.org/tree/person/details/GZB4-N31] - 1907(SA)-1985(SA) - Licences: Receive Adelaide (Forestville, 1923-1924); 5DX Adelaide (Forestville, 1926-1937; Black Forest, 1938-1939, 1946-1980+) - Qualifications: cc; AOCP 307, 1926, No. ?? in SA; AOLCP 25, 1930 - amateur operator; amateur broadcaster; WW2 - Comment: another DGT served in WW2 & died on active service 1943 in NT - Electoral Rolls: wireless mechanic (Goodwood, 1939; Black Forest, 1941-1943) * [[/Florence Mary Parsons|Taylor nee Parsons, Florence Mary]] [https://www.familysearch.org/tree/person/details/LZX2-FZB] - 1879(Eng)-1969(NSW) - Licences: Nil - Qualifications: Nil - publisher - Electoral Rolls: managing director (Sydney, 1936); journalist (Vaucluse, 1954); editor (Darlinghurst, 1958; Potts Point, 1963) - Relationships: wife of George Augustine Taylor - [https://adb.anu.edu.au/biography/taylor-florence-mary-8754 ADB] * [[/George Augustine Taylor|Taylor, George Augustine]] [https://www.familysearch.org/tree/person/details/GZB4-JG7] - 1872(NSW)-1928(NSW) - Licences: Nil (always operated under military or other amateur licences) - Qualifications: Nil - early wireless experimenter, amateur operator, founder WIA NSW, founder Association for Development of Wireless in Australasia - Electoral Rolls: Nil - gone too soon - [https://adb.anu.edu.au/biography/taylor-george-augustine-8756 ADB] * [[/Henry Arthur Taylor|Taylor, Henry Arthur]] [https://www.familysearch.org/tree/person/details/GF77-443] - 1907(Eng)-1996(WA) - Licences: 6AT Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1042, 1932, WA; AOLCP 216, 1935 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: joiner (Victoria Park, WA, 1931-1934); radio engineer (6KG, Parkeston, WA, 1937-1943; Nedlands, WA, 1954-1963); retired (South Perth, WA, 1977-1980) * [[/Leslie Harry Taylor|Taylor, Leslie Harry]] [https://www.familysearch.org/tree/person/details/G841-CD4] - 1898(Eng)-1978(NSW) - Licences: 2CL Sydney (Ashfield, 1936-1939, 1946-1969) - Qualifications: AOCP 1723, 1936, NSW - amateur operator, amateur broadcaster - Electoral Rolls: manager (Leichhardt, 1930-1933; Ashfield, 1935-1968); retired (Ashfield, 1977) ===''TEECE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Auburn Selwyn Teece|Teece, Cecil Auburn Selwyn]] [https://www.familysearch.org/tree/person/details/2Z37-JSS] - 1885(NSW)-1970(ACT) - Licences: V733 Receive Melbourne (Toorak, 1922); 3GO Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (East Melbourne, 1909); examiner (Kew, 1910); civil servant (Kew, 1912; Hawthorn, 1914-1917); examiner of patents (Box Hill, 1919); civil servant (Toorak, 1922; Sandringham, 1924; St Kilda, 1928; East Melbourne, 1931; Reid, ACT, 1935-1937; Barton, 1943); public servant (Barton, 1949-1954); retired (Braddon, 1958-1968) ===''TEMPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Lander Templeton|Templeton, Gordon Lander]] [https://www.familysearch.org/tree/person/details/G8F2-VLH] - 1909(Vic)-1945(Vic) - Licences: 3OW Coleraine (1930-1939) - Qualifications: AOCP 631, 1930, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer) - Electoral Rolls: farm labourer (Tahara Bridge, 1931-1937) - Relationships: cousin of 3HG Neil Murray Templeton - "Greater love hath no man" * [[/Neil Murray Templeton|Templeton, Neil Murray]] [https://www.familysearch.org/tree/person/details/L6SD-RDT] - 1911(Vic)-1965(Vic) - Licences: 3HG Coleraine (1930-1939, 1946-1960) - Qualifications: AOCP 632, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Tahara Bridge, 1934-1937); RAAF (Canterbury, 1943); grazier (Tahara Bridge, 1949-1963) - Relationships: cousin of 3OW Gordon Lander Templeton ===''THEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Milton Theel|Theel, Kenneth Milton]] [https://www.familysearch.org/tree/person/details/LD1Z-1Z9] - 1908(SA)-1956(SA) - Licences: 5CT Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923); 5QP Adelaide (St Peters, 1927-1933; Clarence Park, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 322, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: ledger keeper (Reade Park Gardens, SA, 1941-1943) ===''THOMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Kirk Raleigh Thomas|Thomas, Henry Kirk Raleigh]] [https://www.familysearch.org/tree/person/details/GWX4-8LL] - 1902(NSW)-19??(???) - 2HT Sydney (Mosman, 1924; Neutral Bay, 1925-1933; Cremorne, 1933-1934; Mosman, 1935-1939), amateur operator (AOCP 1, 1924, No. 1 in NSW and Australia), amateur broadcaster, broadcast engineer (2GB, assistant engineer, 1946) * [[/Herbert Thomas|Thomas, Herbert]] - 19??(???)-19??(???) - Licences: 6DY Perth (CBD, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, salesman (Harris Scarfe, 1924) - Electoral Rolls: Nil yet identified - Comment: several contemporaneous HTs * [[/Ivor Thomas|Thomas, Ivor]] [https://www.familysearch.org/tree/person/details/G8HB-Q3G] - 1897(SA)-1965(SA) - Licences: 5IT Adelaide (Mitcham, 1929-1960) - Qualifications: cc; AOCP 496, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: warehouseman (Kingswood Park, 1939-1943) * [[/Josiah Thomas|Thomas, Josiah]] [https://www.familysearch.org/tree/person/details/LYSY-Y24] - 1863(Eng)-1933(NSW) - establishment radio station (2CH), state politician (NSW, MLA, 1890s), senior federal politician (MHR, Postmaster-General 1908-1909, 1910-1911) - Electoral Rolls: * [[/Roland Henry Thomas|Thomas, Roland Henry]] [https://www.familysearch.org/tree/person/details/GXHG-7Z4] - 1911(Qld)-1994(Qld) - Licences: 4LR Brisbane (Bulimba, 1932-1939) - Qualifications: cc; AOCP 1058, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Bulimba, 1934); radio technician (Bulimba, Qld, 1937-1972); proprietor (Manly West, Qld, 1977-1980) * [[/Roy Valentine Thomas|Thomas, Roy Valentine]] [https://www.familysearch.org/tree/person/details/GZ6H-7WG] - 1907(NSW)-1958(NSW) - 2TK Sydney (Erskinville, 1925), 2RV Sydney (Bondi North, 1927-1930), 2TK Sydney (South Hurstville, 1947-1958), amateur operator (AOCP 62, 19??, No. ?? in NSW), amateur broadcaster ===''THOMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Thompson|Thompson, F.]] - 19??(???)-19??(???) - Licences: 2HF Receive Sydney (East Balmain, 1922-1923); 2HF Sydney (Balmain, 1924-1927) - Qualifications: cc; AOCP 47, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: several contemporaneous F. Thompson * [[/Geoffrey George Thompson|Thompson, Geoffrey George]] [https://www.familysearch.org/tree/person/details/G8SP-DDD] - 1911(Vic)-2000(Vic) - Licences: 3GT Melbourne (Thornbury, 1928-1939) - Qualifications: AOCP 388, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Thornbury, 1934-1937; North Melbourne, 1949); cameraman (Hawthorn, 1954-1980) * [[/Leonard Neville Weston Fane Thompson|Thompson, Leonard Neville Weston Fane]] [https://www.familysearch.org/tree/person/details/LJKN-FJV] - 1899(NSW)-1960(Vic) - Licences: 3LT Melbourne (Mitcham, 1931; Chelsea, 1933; Carrum, 1937-1939; Bonbeach, 1946-1960) - Qualifications: AOCP 762, 1931, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: railway employee (Glenferrie, 1925; Mitcham, 1931; Chelsea, 1934; Carrum, 1936-1954) * [[/Stanley Gordon Thompson|Thompson, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/GXLZ-S21] - 1906(NSW)-1975(Vic) - Licences: 3AZ Melbourne (North Brighton, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: expert (Brighton, Vic, 1931); mechanic (Brighton, Vic, 1936); sales (Shepparton, Vic, 1963-1972) ===''THOMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Thomson|Thomson, Arthur William]] [https://www.familysearch.org/tree/person/details/GZND-ZPF] - 1907(Vic)-1995(Vic) - 3AT Sunshine (1925), amateur operator (AOCP 145, 1925, No. ?? in Vic) * [[/G. L. Thomson|Thomson, G. L.]] - 19??(???)-19??(???) - 2GT Sydney (Waverley, 1924-1925), amateur operator (AOCP 3, 1924, No. 2 in NSW), amateur broadcaster, operator of 2BV Waverley Radio Club ===''THORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Thorley|Thorley, Roy "John"]] [https://www.familysearch.org/tree/person/details/GDR2-8GW] - 1912(Qld)-1966(Qld) - Licences: 4RT Brisbane (South Brisbane, 1936-1937; Annerley, 1938-1939; Holland Park, 1946-1956) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (WIAQ, president); business proprietor (mechanical engineering) - Comment: killed in automobile accident - Electoral Rolls: clerk (Annerley, Qld, 1937); engineer (Holland Park, Qld, 1949-1963); contractor (Charters Towers, Qld, 1963) ===''THURSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wyngate Thurstan|Thurstan, Arthur Wyngate]] [https://www.familysearch.org/tree/person/details/LVFV-XSS] - 1907(Eng)-1976(NSW) - 2AV Sydney (Penshurst, 1924-1939; Beverley Hills, 1946-1975), amateur operator (AOCP 38, 1924, No. ?? in NSW), amateur broadcaster, WW2, Lempriere & Co (metallurgist; Chief Chemist, 1937) ===''THRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Thring|Thring, Francis William]] [https://www.familysearch.org/tree/person/details/9XFG-ZY6] - 1882(NSW)-1936(Vic) - Film producer, founder 3XY Melbourne - Links: [[w:F. W. Thring|Wikipedia]] ===''THROSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Ledsam Throssell|Throssell or Throssel, Lancelot Ledsam]] [https://www.familysearch.org/tree/person/details/KHFL-59C] - 1902(WA)-1980(WA) - Licences: 6LT Northam (1926-1927) - Qualifications: cc; AOCP 248, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Northam, 1925-1931); civil servant (Northam, 1936-1937); clerk (Bruce Rock, 1943); bank officer (Kojonup, 1954; Innaloo, 1963-1972); retired (Osborne Park, 1980) ===''THUGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thuge|Thuge, Norman]] [https://www.familysearch.org/tree/person/details/GXDL-F55] - 1917(Qld)-1973(NSW) - Licences: 4NC Gladstone (1936-1937); 4NO Gladstone (1938-1939); 4NO Brisbane (Hendra, 1947); 2ANO Sydney (Stanmore, 1948-1950; Arncliffe, 1954-1956) - Qualifications: cc; AOCP 1622, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Charters Towers, Qld, 1943); bank officer (Petersham, NSW, 1949; Arncliffe, NSW, 1954-1958); retired (Burwood, NSW, 1972) ===''THYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Joseph Thynne|Thynne, Andrew Joseph]] [https://www.familysearch.org/tree/person/details/KP3H-T8K] - 1847(Irl)-1927(Qld) - military (Qld Defence Force, 1867, eventually Lieutenant-Colonel), profession (solicitor, Qld, 1873-1882), state politician (Qld MLC, Minister for Justice and Attorney General; Qld Postmaster-General, 1894-1897) ===''TILBROOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clem David Lloyd Tilbrook|Tilbrook, Clem David Lloyd]] [https://www.familysearch.org/tree/person/details/GXP4-4PQ] - 1912(SA)-2004(SA) - Licences: 5GL Adelaide (Brighton, 1933-1937; Camden, 1938-1939; Colonel Light Gardens, 1947-1965; Daw Park, 1969-1980+) - Qualifications: cc; AOCP 1210, 1933, SA; 2COCP 381, 1940; 1COCP 468, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Camden, SA, 1939-1943) ===''TILNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Edward Tilney|Tilney, Leslie Edward]] [https://www.familysearch.org/tree/person/details/MPDS-4PK] - 1870(NSW)-1937(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 13, 1914 - early wireless experimenter (army); coastal wireless officer, WW1 - Electoral Rolls: officer-in-charge (Wireless Station, Applecross, 1916-1917); soldier (Claremont, 1917); commissioner (Caulfield, 1924-1931); civil servant (Malvern, 1933-1936) - TroveTag: "Leslie Edward Tilney" (400+ tags) - Links: [https://www.anzac-biographies.com/2021/06/05/tilney-lieutenant-colonel-leslie-edward-dso-mid-vd/ Bio] ===''TILSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Howard Tilse|Tilse, Arthur Howarde "Howard"]] [https://www.familysearch.org/tree/person/details/LTK5-CS8] - 1911(Qld)-1973(Qld) - Licences: 4WO Brisbane (Yeronga, 1931-1939; South Brisbane, 1946-1948; Yeronga, 1954-1970) - Qualifications: cc; AOCP 725, 1931, No. ?? in Qld; 2COCP 155, 1938 - amateur operator; amateur broadcaster; military (WW2, Army Signals, RAAF); art dealer - Electoral Rolls: radiotrician (Yeronga, 1934-1937); RAAF wireless operator (West End, Townsville, 1943); radio operator (South Brisbane, 1949); art dealer (Yeronga, 1954-1972) ===''TIMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Robert Timmins|Timmins, Alan Robert]] - broadcast engineer (PMGD, P&TD, DoC, DoTaC, ABA), senior federal public servant (PMGD, P&TD, DoC, DoTaC, ABA) ===''TIPPING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Tipping|Tipping, Edward Charles]] - 19??(???)-1968(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), radio clubs (WIQ, member, 1912), federal public servant (PMGD, clerk/accountant), military (Captain, Royal Engineers) ===''TIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. G. Tiver|Tiver, R. G.]] - 19??(???)-19??(???) - Licences: Receive Tanunda (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TODD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hugh Todd|Todd, Alan Hugh]] [https://www.familysearch.org/tree/person/details/GXDD-7SG] - 1919(Qld)-1978(Qld) - Licences: 4HT Brisbane (Ashgrove, 1936-1937; Newmarket, 1938-1939, 1947-1948; Red Hill, 1954-1975) - Qualifications: cc; AOCP 1639, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical mechanic (Newmarket, Qld, 1943-1949); teacher (Kelvin Grove, Qld, 1954-1977) * [[/Charles Todd|Todd, Charles]] [https://www.familysearch.org/tree/person/details/LC3X-PJ6] - 1826(Eng)-1910(SA) - senior state public servant (Government Electrician, Postmaster-General SA) - Links: [[w:Charles Todd (pioneer)|Wikipedia]] [https://adb.anu.edu.au/biography/todd-sir-charles-4727 ADB] * [[/Lionel Victor Glen Todd|Todd, Lionel Victor Glen]] [https://www.familysearch.org/tree/person/details/L5CG-Z68] - 1896(NSW)-1970(NSW) - Licences: 2CR Tamworth (1922-1935); 2LS Tamworth (1936-1938); 2LS Denistone (1939); 2LS Sydney (West Ryde, 1957-1965; Denistone, 1969) - Qualifications: cc; AOCP 132, 1925, No. ?? in NSW; 1COCP 282, 1939 - amateur operator; amateur broadcaster - Withdrawal: 2CR callsign withdrawn by PMG in 1935 for 2CR Orange (Blayney) ABC - Electoral Rolls: telephone mechanic (West Tamworth, 1932-1937); assistant radio inspector (Eastwood, 1943-1968) * [[/Milton Buchanan Todd|Todd, Milton Buchanan]] [https://www.familysearch.org/tree/person/details/GXSX-NQT] - 1892(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 63, 1915; 1COCP 81, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: engineer operator (Thursday Island, 1916); radio telegraphist (Maroubra, 1930-1935); officer (Lewisham, 1936-1937); radio telegraphist (Townsville, 1937; Croydon, NSW, 1943; Townsville, 1949); senior radio officer (Townsville, 1954); radio officer (Kensington, NSW, 1958); retired (Blaxland, 1958) * [[/Tom Arthur Todd|Todd, Tom Arthur]] [https://www.familysearch.org/tree/person/details/GD9C-7P5] - 1906(NSW)-1977(NSW) - Licences: 2OT Receive Sydney (Eastwood, 1923); 2TT Sydney (Eastwood, 1935-1939, 1946-1957) - Qualifications: cc; CPRT 984, 1928; 2COCP 50, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Eastwood, 1930-1937); radio mechanic (Eastwood, 1943-1977) ===''TONGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edward Tonge|Tonge, Arthur Edward]] [https://www.familysearch.org/tree/person/details/GX4S-MNM] - 1895(Eng)-1954(Qld) - Licences: 4AR Brisbane (Taringa, 1933; Indooroopilly, 1937-1939) - Qualifications: cc; AOCP 1149, 1933, No. ?? in Qld; 2COCP 54, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Darra, 1931; Indooroopilly, 1936-1937); mechanic (Milton, 1943-1949); process worker (Indooroopilly, 1954) ===''TONGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Melville Tongs|Tongs, Lawrence or Laurence Melville]] [https://www.familysearch.org/tree/person/details/LR9L-Y7N] - 1899(Tas)-1989(Vic) - Licences: 7BU Receive North Motton (1923); Receive North Motton (1923); 2ADB Finley (1937-1939); 7LT Devonport (1960-1969); 3ALV Melbourne (Parkville, 1975) - Qualifications: cc; CPRT 687, 1922; 2COCP 421, 1941 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: farmer (Finley, 1930-1935); radio dealer (1936-1949); farmer (Dandenong, 1954); radio technician (Devonport, 1972); retired (Parkville, 1977-1980) ===''TONKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Maxwell Tonkin|Tonkin, Arthur Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KLL6-HT9] - 1915(WA)-1998(SA) - Licences: 6MZ Katanning (1935-1939); 5MZ Adelaide (Salisbury, 1948); 5TI Clare (1975); 5MZ Clare (1980+) - Qualifications: cc; AOCP 1525, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937) * [[/Stanley Gordon Tonkin|Tonkin, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/L1DQ-2R1] - 1910(SA)-1992(SA) - Licences: 2SG Albury (1929-1931); 2SG Sydney (Double Bay, 1933; Waverley, 1933-1936; Lane Cove, 1937); 2SG Goonellabah (1938-1939); 2SG Sydney (Epping, 1946-1955); 5SG Adelaide (Hampstead Gardens, 1956; Manningham, 1969; Glenunga, 1975-1980+) - Qualifications: AOCP 520, 1929, No. ?? in NSW; AOLCP 57, 1931; 2COCP 391, 1940; 1COCP 493, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Woolwich, 1932); engineer (Edgecliff, 1933); mechanic (Waverley, 1934); radio engineer (Newtown, 1934-1935; Artarmon, 1936; Goonellabah, 1937; Eastwood, 1943); radio technician (West Epping, 1949-1954) ===''TORMEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Tormey|Tormey, Edward Arthur]] [https://www.familysearch.org/tree/person/details/G8VV-85X] - 1902(NSW)-1993(ACT) - Licences: 2ET Canberra (City, 1930-1934; Ainslie, 1935-1939, 1946-1955); 1ET Canberra (Ainslie, 1956-1980+) - Qualifications: AOCP 687, 1930, No. ?? in ACT - amateur operator, amateur broadcaster - Electoral Rolls: chauffeur (Braddon, 1928-1930; Ainslie, 1935); bus driver (Ainslie, 1937); car driver (Ainslie, 1943-1980) ===''TRAEGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Hermann Traeger|Traeger, Alfred Hermann or Herman]] [https://www.familysearch.org/tree/person/details/KCNJ-LRP] - 1895(Vic)-1980(SA) - Licences: 5AX Adelaide (Kensington Gardens, 1926-1931; Corryton, 1933-1937; Marratville, 1938-1939) - Qualifications: cc; AOCP 293, 1926, No. ?? in SA - amateur operator; amateur broadcaster; inventor (with 5BG) of the pedal wireless for the RFDS - Electoral Rolls: radio engineer (Cloncurry, 1930-1932); wireless engineer (Leabrook, SA, 1939-1943) - Links: [https://adb.anu.edu.au/biography/traeger-alfred-hermann-8839 ADB] ===''TRAYNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Byron Traynor|Traynor, Philip Byron]] [https://www.familysearch.org/tree/person/details/GZLR-LCT] - 1900(SA)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; AOCP 224, 1925, No. ?? in SA; 1COCP 353, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Mile End, 1939); federal public servant (Glandore, 1941); inspector (Torrens Park, 1943) ===''TREBILCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Eric William Trebilcock|Trebilcock, Eric William]] - 1911(???)-1989(SA) - BERS195 (1933+), amateur listener ===''TREDREA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frederick Aloysius Trevithick Tredrea|Tredrea, Frederick Aloysius Trevithick]] [https://www.familysearch.org/tree/person/details/MC1W-M7C] - 1900(WA)-1958(WA) - Licences: 6FT Perth (Mt Hawthorn, 1929-1931; South Perth, 1933); 6FT Northam (1937); 6FT Perth (South Perth, 1938-1939, 1946-1956) - Qualifications: cc; AOCP 512, 1929, No. ?? in WA; AOLCP 156, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (North Perth, 1925); radio operator (Northam, 1936); broadcast engineer (South Perth, 1937-1958) ===''TREGEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/W. S. Tregear|Tregear, W. S.]] - 19??(???)-19??(???) - 3TR Melbourne (Hawthorn 192x), 3TX Melbourne (Hawthorn, 1930+), amateur operator (AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, 3TR callsign withdrawn by PMGD to prevent confusion with 3TR Sale Class B station ===''TREHARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elgar Dennis Llewellyn Treharne|Treharne, Elgar Dennis Llewellyn]] [https://www.familysearch.org/tree/person/details/GWC7-X9R] - 1914(NSW)-1997(SA) - 2AFQ Sydney, 5?? Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW), son of Fred 2BM/5QT and brother of Ross 2IQ/5?? * [[/Herbert Fredrind Treharne|Treharne, Herbert Fredrind "Fred"]] [https://www.familysearch.org/tree/person/details/K2F8-6ZN] - 1883(NSW)-1968(SA) - 2BM Sydney, 5QT Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW, age 60), father of Ross 2IQ/5?? and Elgar 2AFQ/5?? * [[/Ross Fredrind Treharne|Treharne, Ross Fredrind]] [https://www.familysearch.org/tree/person/details/GWC7-DJD] - 1919(NSW)-1982(SA) - 2IQ Sydney, 5?? Adelaide, amateur operator (AOCP 1513, 1935, No. ?? in NSW), son of Fred 2BM/5QT and brother of Elgar 2AFQ/5?? ===''TRELIVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Benjamin Victor Treliving|Treliving, Dudley Benjamin Victor]] [https://www.familysearch.org/tree/person/details/L2D7-B6C] - 1907(SA)-1993(SA) - Licences: Receive Adelaide (Dulwich, 1923); 6DT Perth (Nedlands, 1932-1933) - Qualifications: cc; AOCP 992, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Cottesloe, WA, 1936-1937); engineer (Cottesloe, WA, 1943) ===''TRELOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Treloar|Treloar, James]] [https://www.familysearch.org/tree/person/details/GFMJ-379] - 1906(WA)-1983(WA) - Licences: 6JT Perth (Beaconsfield, 1931-1933; Melville, 1937; Beaconsfield, 1938-1939) - Qualifications: cc; AOCP 790, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: clerk (South Fremantle, WA, 1931-1943); tally clerk (Bicton, WA, 1949-1980) ===''TRESSIDDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Laurence Tresidder|Tresidder, William Laurence or Lawrence]] [https://www.familysearch.org/tree/person/details/G8PT-SQ7] - 1904(WA)-1985(Vic) - Licences: 3WT Bendigo (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio dealer (Bendigo, 1927-1942); radio (Kangaroo Flat, 1949-1954); radio engineer (Bendigo, 1963-1980) ===''TREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Stanley Trew|Trew, Richard Stanley]] [https://www.familysearch.org/tree/person/details/KCB6-GW4] - 1902(WA)-1968(WA) - Licences: 6RS Harvey (1933-1937); 6RS Perth (Mt Hawthorne, 1938-1939); 6RP Perth (Mt Hawthorne, 1947-1965) - Qualifications: cc; AOCP 1189, 1933, WA; 2COCP 382, 1940; 1COCP 1941 - amateur operator; amateur broadcaster - Electoral Rolls: assistant postal department (York, WA, 1925); postal assistant (York, WA, 1926); postal employee (Harvey, WA, 1931-1937); postal clerk (Leederville, WA, 1937-1943); PMG (Mt Hawthorn, WA, 1949); radio monitor (Joondanna Heights, WA, 1954-1958) ===''TRIM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Trim|Trim, Sydney (Electoral Rolls) or Sidney (BDM)]] [https://www.familysearch.org/tree/person/details/KL7D-NLM] - 1880(Vic)-1960(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 179; 2COCP 178, 1930; 1COCP 105, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: engineer (Subiaco, WA, 1913; West Perth, WA, 1913-1914); "radio station" (Wyndham, WA, 1914-1917); farmer (Mosman, NSW, 1936-1937); engineer (Applecross, WA, 1937-1958) ===''TROTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clement Ford Trott|Trott, Clement Ford]] [https://www.familysearch.org/tree/person/details/GCGY-XPN] - 1907(SA)-1966(SA) - Licences: 5CS McLaren Vale (1928-1929); 5CF McLaren Vale (1930-1931); 5CF Willunga (1933) - Qualifications: cc; AOCP 454, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: orchardist (McLaren Flat, SA, 1939-1943) ===''TROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Rusel Troy|Troy, Thomas Rusel]] [https://www.familysearch.org/tree/person/details/GZKG-MKH] - 1898(NSW)-1992(NSW) - 2SH Receive West Maitland (1923), 2SH West Maitland (1924-1925), 2TY West Maitland (1926-1931), amateur operator (AOCP 208, 1925, No. ?? in NSW), amateur broadcaster, postman (West Maitland, 1930-1949), postal officer (Maitland, 1954), postal clerk (Maitland, 1958) ===''TRUDGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Wallis Trudgen|Trudgen, Maxwell Wallis]] [https://www.familysearch.org/tree/person/details/GS3H-XYH] - 1907(SA)-1992(SA) - Licences: 5MW Adelaide (East Adelaide, 1926); 5HS Adelaide (Fullarton, 1927) - Qualifications: cc; AOCP 247, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Mitcham, 1939-1941); mechanical engineer (Sydney, 1943-1954); engineer (Little Bay, 1958-1968) ===''TRUNFULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Leonard Trunfull|Trunfull, Richard Leonard]] [https://www.familysearch.org/tree/person/details/GXBL-K7B] - 1906(Eng)-1957(WA) - Licences: 6RT South Greenough (1932-1933); 6RT Peel Estate (1937); 6RT Roebourne (1938-1939); 6RT Dangin (1947-1948); 6RT Nungarin (1954); 6RT Narembeen (1955-1956) - Qualifications: cc; AOCP 924, 1932, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (South Greenough, WA, 1931; Baldavis, WA, 1936; Dangin, WA, 1943-1949; Nungarin, WA, 1954; Narembeen, WA, 1958) ===''TUMBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Henry Tumbridge|Tumbridge, Stanley Henry]] [https://www.familysearch.org/tree/person/details/MM12-M1C] - 1899(Eng)-1965(Qld) - Licences: 4ST Ipswich (1932-1933); 4ST Stanthorpe (1937-1939); 4ST Broadwater, 1947-1948; 4ST Brisbane (Woody Point, 1954-1960) - Qualifications: cc; AOCP 986, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Woodend, Qld, 1921); teacher (Murgon, Qld, 1925); school teacher (Stanthorpe, Qld, 1936-1937; Broadwater, Qld, 1943-1949); teacher (Margate, Qld, 1949-1954; Woody Point, Qld, 1958-1963) ===''TURNBULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Edward Turnbull|Turnbull, Norman Edward]] [https://www.familysearch.org/tree/person/details/L2TP-7K8] - 1900(WA)-1988(Vic) - Licences: 6NO Narrogin (1928); 6NO Perth (City, 1930; Subiaco, 1931; Shenton Park, 1937-1939); 3AXX Melbourne (Armadale, 1954; Carrum, 1955; Parkdale, 1956; Cheltenham, 1960-1980+) - Qualifications: c; AOCP 430, 1928, No. ?? in WA; CPRT 1120, 1928; 1COCP 185, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Bunbury, 1922; Busselton, 1925; Narrogin, 1925; Subiaco, 1931); radio inspector (Subiaco, 1934-1936); civil servant (East Perth, 1937); engineer (Armadale, 1954); clerk (Sandringham, 1958); manager (Sandringham, 1963-1968; Cheltenham, 1972); retired (Cheltenham, 1977-1980) * [[/Robert William Turnbull|Turnbull, Robert William or Robert]] [https://www.familysearch.org/tree/person/details/GZ1S-GP4] - 1892(Eng)-1968(NSW) - Licences: 2RO Sydney (Burwood, 1927-1938; Northbridge, 1939) - Qualifications: AOCP 317, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: bricklayer (Homebush, 1930-1963) ===''TURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Reginald Turner|Turner, Edward Arthur Reginald "Rex"]] [https://www.familysearch.org/tree/person/details/GZT9-JD5] - 1910(SA)-1966(SA) - Licences: 5CW Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923-1925); 5SA Adelaide (Leabrook, 1926-1927) - Qualifications: cc; AOCP 272, 1926, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: butter maker (Gawler, 1939-1943) * [[/Haswell Elliott Alfred Turner|Turner, Haswell Elliott Alfred]] [https://www.familysearch.org/tree/person/details/LRQG-8TG] - 1891(Vic)-1969(NSW) - 2TM Sydney (Mosman, 1925-1933), amateur operator (AOCP 127, 1925, No. ?? in NSW), amateur broadcaster, engineer, military, likely related to XACW E. Turner, Jnr * [[/Ralph Robinson Turner|Turner, Ralph Robinson]] [https://www.familysearch.org/tree/person/details/GX2D-S51] - 1912(SA)-1996(SA) - Licences: 5TR Adelaide (Henley Beach, 1935-1937; Dulwich, 1938-1939; Linden Park, 1947-1969; Echunga, 1975-1980+) - Qualifications: cc; AOCP 1444, 1935, SA; BOCP 66, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Dulwich, SA, 1939-1941) * [[/Robert John Blackwell Turner|Turner, Robert John Blackwell]] [https://www.familysearch.org/tree/person/details/L62T-FP7] - 1884(NSW)-1943(NSW) - 2RT Goulburn (1925-1933), amateur operator (AOCP 55, 1925, No. ?? in NSW), amateur broadcaster, engineer ===''TWEEDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/P. Tweedle|Tweedle, P.]] - 19??(???)-19??(???) - Licences: 4DM Receive Brisbane (Albion, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TYAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Robert Wilson Tyas|Tyas, Norman Robert Wilson]] [https://www.familysearch.org/tree/person/details/GXHC-SK6] - 1913(Qld)-1975(Qld) - Licences: 4TY Gracemere (1932-1934); 4TY Kingaroy (1935-1939); 4TY Brisbane (Manly, 1946-1948); 4TY Boonah (1954); 4TY Wallangarra (1955-1956); 4TY Warwick (1960); Brisbane (Manly, 1965-1975+) - Qualifications: cc; AOCP 1059, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, wireless officer); state public servant (state school principal) - Electoral Rolls: school teacher (Kingaroy, Qld, 1936-1943; Brookstead, Qld, 1949; Mt Alford, Qld, 1954); teacher (Wallangarra, Qld, 1958); school teacher (Warwick, Qld, 1963; Manly, Qld, 1968-1972) ===''TYMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Tymms|Tymms, Robert William]] [https://www.familysearch.org/tree/person/details/GXSX-R2D] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 84, 1930 - coastal wireless operator (RANRS); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); wireless operator (Geraldton, 1922; Como, 1925); not stated (Broome, 1937); wireless telegraphist (Townsville, 1954) =='''U'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''UMBACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ricky Charles Umback|Umback, Ricky Charles]] - early wireless historian (Ph.D. Thesis, 2016, "Constituting Australia's International Wireless Service: 1901-1922") [https://openresearch-repository.anu.edu.au/bitstream/1885/142647/1/Umback%20Thesis%202018.pdf] ===''UNDERWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Underwood|Underwood, William Henry]] [https://www.familysearch.org/tree/person/details/GX6T-1XZ] - 1875(Eng)-1953(Qld) - Licences: 4DN Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Newstead, Qld, 1913-1915; Clayfield, Qld, 1916-1943); no occupation (Albion, Qld, 1943; Highgate Hill, Qld, 1949) ===''UNGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Wilhelm Unger|Unger, A. H.]] - 19??(???)-????(???) - 2YRS Alectown (1980+), amateur operator (AOCP ????, 19??, No. ?? in NSW), amateur broadcaster, son of Herbert Wilhelm Carl Unger 2UJ * [[/Herbert Wilhelm Carl Unger|Unger, Herbert Wilhelm Carl or Herbert William Carl]] - 1911(???)-2012(NSW, 101yo) - 2UJ Alectown (1933-1980+), amateur operator (AOCP 1108, 1933, No. ?? in NSW), amateur broadcaster, father of A. H. Unger 2YRS ===''URQUHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Stewart Urquhart|Urquhart, Malcolm Stewart]] [https://www.familysearch.org/tree/person/details/GZXT-5C3] - 1905(WA)-1967(WA) - Licences: 6MU Perth (Cottesloe, 1925-1939); 6MU Merredin (1946-1960); 6MU Perth (Cottesloe, 1965) - Qualifications: cc; AOCP 116, 1925, No. ?? in WA; BOCP 27, 1936; AOLCP 158, 1934; 2COCP 85, 1937; 1COCP 126, 1937 - amateur operator; amateur broadcaster; clerk (1931); broadcast technician (6MD, 1958); WW2 (1939-1945) - Electoral Rolls: clerk (Cottesloe, WA, 1931-1937); broadcast technician (Merredin, WA, 1943-1963) =='''V'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''VALENTINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Keith Valentine|Valentine, Lionel Keith]] [https://www.familysearch.org/tree/person/details/GD1Z-ZVK] - 1916(Tas)-1961(Tas) - Licences: 7KV Hobart (Bellerive, 1933-1939) - Qualifications: cc; AOCP 1148, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Bellerive, Tas, 1937; Acton, ACT, 1949); public servant (Hobart West, Tas, 1958) ===''VAN COUTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Josephus Van Cooth|Van Cooth, John Robert Josephus]] [https://www.familysearch.org/tree/person/details/G8GN-6ZP] - 1908(Vic)-1936(Vic) - Licences: 3DX Receive Melbourne (East Malvern, 1922); 3DX Melbourne (East Malvern, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (St Kilda West, 1931) ===''VARDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Edwin Vardon|Vardon, Joseph Edwin]] [https://www.familysearch.org/tree/person/details/LV9V-VPR] - 1905(SA)-1970(SA) - Licences: Receive Adelaide (Unley, 1923-1924); 5OM Adelaide (Unley Park, 1927-1933) - Qualifications: cc; AOCP 329, 1927, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: sales manager (Malvern, 1941-1943) ===''VAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Vaughan (also known as Hearps, change of name), David Edward]] [https://www.familysearch.org/tree/person/details/LYD2-HG5] - 1901(Vic)-1976(NSW) - Licences: 2FY Sydney (Lakemba, 1930-1969) - Qualifications: AOCP 665, 1930, NSW (Hearps); AOCP 1003, 1932, NSW (Vaughan) - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Lakemba, 1930-1937); machinist (Lakemba, 1943-1972) ===''VEALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Pax Veall|Veall, Reginald Pax]] [https://www.familysearch.org/tree/person/details/GZL8-GR6] - 1918(Vic)-1942(NT) - Licences: 3PV Melbourne (St Kilda, 1937-1939) - Qualifications: AOCP 2050, 1937, No. ?? in Vic; 2COCP 274, 1939; 1COCP 375, 1940 - amateur operator, amateur broadcaster, WW2 (Merchant Navy, Wireless Officer, MV Neptuna) - Electoral Rolls: Nil - "Greater love hath no man than this" [http://www.ntlexhibit.nt.gov.au/exhibits/show/bod/roh/veall] ===''VEARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elwyn Thomas Vears|Vears, Elwyn Thomas]] [https://www.familysearch.org/tree/person/details/GHS1-C67] - 1901(NSW)-1960(NSW) - Licences: 2BM Leura (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Strathfield, 1930-1937; Burwood, 1943-1958)) ===''VERNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Henry Vernon|Vernon, Charles Henry]] [https://www.familysearch.org/tree/person/details/G88V-18Z] - 1901(WA)-1964(WA) - Licences: 6KZ Albany (1930-1931); 6KZ Perth (Fremantle, 1933-1939); 3AMD Melbourne (Moonee Ponds, 1947); 6KZ Perth (Guildford, 1947-1948) - Qualifications: cc; AOCP 566, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Forts, Albany, 1922-1931; Fremantle, 1936-1937; 9AAD, Guildford, 1949-1954); retired (Wagin, 1958; Morley, 1963) ===''VICKARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Mervyn Vickary|Vickary, Reginald Mervyn "Reg"]] [https://www.familysearch.org/tree/person/details/G88K-CLP] - 1909(NSW)-1973(Qld) - Licences: 4RV Cunnamulla (1930-1933); 4RV Warwick (1936-1939); 4VX Brisbane (Gordon Park, 1965; The Grange, 1969) - Qualifications: cc; AOCP 702, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shed hand (Cunnamulla, 1931); radio dealer (Warwick, 1937; Cunnamulla, 1943); shopkeeper (Toowoomba, 1949; Ekibin, 1954; Chermside, 1963; Grange, 1968-1972) ===''VICKERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth James Vickery|Vickery, Kenneth James]] [https://www.familysearch.org/tree/person/details/GDQP-WMQ] - 1893(NSW)-1970(NSW) - Licences: 2RA Receive Sydney (Hurlstone Park, 1923); 2RA Sydney (Hurlstone Park, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrical fitter (Hurlstone Park, 1930-1933); electrician (West Ryde, 1935; Parkes, 1936; Uralla, 1943); farmer (North Richmond, 1949-1968) ===''VINCENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Vincent|Vincent, Jack]] [https://www.familysearch.org/tree/person/details/GZ64-7S8] - 1906(WA)-1980(WA) - Licences: 6DL Receive Kalgoorlie (1923-1924); 6VK Kalgoorlie (1925-1939) - Qualifications: cc; AOCP 59, 1925, No. ?? in WA - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter & turner (Kalgoorlie, WA, 1931-1937); manufacturer (South Perth, WA, 1949-1963; Como, WA, 1972-1980) ===''VINING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Vining|Vining, William Edward]] [https://www.familysearch.org/tree/person/details/GZR1-NLT] - 1906(Qld)-1977(Qld) - Licences: 4WE Brisbane (Nundah, 1926-1927) - Qualifications: cc; AOCP 277, 1926, No. 22 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: carrier (Nundah, 1928-1931); motor driver (Mitchelton, 1934; Gaythorne, 1936); mechanic (Gayndah, 1943); telephone mechanic (Enoggera, 1949-1963); telephone technician (Enoggera, 1968-1977) ===''VIPAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alton Frederick Vipan|Vipan, Alton Frederick]] - 1890(NSW)-1946(NSW) - XHV Sydney (Petersham, 1913-1914), early wireless experimenter, amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), ship wireless operator, AWA (Koo-we-rup, 1922) ===''VOIGT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emil Robert Voigt|Voigt, Emil Robert]] [https://www.familysearch.org/tree/person/details/G88K-VV2] - 1883(Eng)-1973(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - 2KY Sydney, broadcast station manager; witness to Royal Commission 1927 (as chairman, NSW Labor wireless committee) - Relationships: father of Rion Osborne Voigt; grandfather of Robin Voigt - Electoral Rolls: secretary (Dee Why, 1930-1934); manager (Dee Why, 1935; Narrabeen, 1936) - Links: [https://adb.anu.edu.au/biography/voigt-emil-robert-8930 ADB]; [[w:Emil_Voigt_(athlete)|Wikipedia]]; [https://www.radioheritage.com/story70/ RHF] * [[/Rion Osborne Clifford Voigt|Voigt, Rion Osborne Clifford]] [https://www.familysearch.org/tree/person/details/G88K-L1V] - 1915(Eng)-1987(NSW) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - broadcast industry executive, WW2 - Electoral Rolls: radio announcer (Narrabeen, 1937; Turramurra, 1963-1980) - Relationships: son of Emil Robert Voigt; father of Robin Voigt * [[/Robin Voigt|Voigt, Robin]] - historian (Emil Robert Voigt; 2KY) - Relationships: grandson of Emil Robert Voigt; son of Rion Osborne Clifford Voigt ===''VOLKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Henry Oxford Volkman|Volkman, Reginald Henry Oxford]] [https://www.familysearch.org/tree/person/details/G4CV-7PH] - 1902(NSW)-1959(NSW) - Licences: 2RY Grafton (1924-1925); 2RY Scone (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Woollahra, 1930-1933) ===''VOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Taylor Vowles|Vowles, Rupert Taylor]] [https://www.familysearch.org/tree/person/details/LKYT-FLF] - 1894(NSW)-1973(NSW) - Licences: XIZ Sydney (Burwood, 1913-1914); 2AW Receive Sydney (Burwood, 1922-1923); 2XZ Sydney (Concord, 1929-1931) - Qualifications: cc; AOCP 562, 1929, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Concord, 1930-1972) =='''W'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''WADDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivon Edward Waddell|Waddell, Ivon Edward]] [https://www.familysearch.org/tree/person/details/G88S-H3S] - 1909(WA)-1943(Thailand/Singapore) - Licences: 6WX Albany (1929-1930); 6WX Katanning (1931) - Qualifications: cc; AOCP 561, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: postal clerk (Katanning, 1936; South Perth, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10298089 AWM] ===''WADDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. M. Waddle|Waddle, E. M.]] - 19??(???)-19??(???) - 4GZ Charters Towers (-1959+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''WADDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard William Mackie Waddy|Waddy, Richard William Mackie]] [https://www.familysearch.org/tree/person/details/LB62-5RP] - 1848(SA)-1933(SA) - senior state public servant (SA Post & Telegraphs Dept), senior federal public servant (Deputy Postmaster-General SA) ===''WADHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin Wadham|Wadham, Kevin]] [https://www.familysearch.org/tree/person/details/GZZC-SBQ] - 1905(SA)-1970(SA) - Licences: 5KW Adelaide (Parkside, 1924-1927; Helmsdale, 1928; Da Costa Park, 1931; Glenelg, 1933; Adelaide, 1937; Glenelg, 1938-1939) - Qualifications: cc; AOCP 23, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WIA SA (Councillor 1931; Hon. Treasurer, 1931); National Radio Corp (manager, 1938); Holdfast Bay Yacht Club (Vice-commodore, 1949) - Electoral Rolls: manager (Helmsdale, SA, 1939-1941; Da Costa Park, SA, 1943) ===''WAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Fripp Wahl|Wahl, Alan Fripp]] [https://www.familysearch.org/tree/person/details/GFMB-TD4] - 1918(WA)-2003(WA) - Licences: 6JB Perth (Leederville, 1938-1939, 1947-1960; Dianella, 1965-1980+) - Qualifications: cc; AOCP 2101, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: railway employee (Leederville, WA, 1943-1958); clerk (Dianella, WA, 1963-1980) ===''WALCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Crosby Walch|Walch, Alan Crosby or Crosby Alan]] [https://www.familysearch.org/tree/person/details/GQC7-GSS] - 1907(NSW)-1979(Tas) - Licences: 7BI Receive Hobart (Bellerive, 1923); Receive Hobart (Bellerive, 1923-1925); 7CW Hobart (Bellerive, 1926-1927; Battery Point, 1931-1933; City, 1937; Sandy Bay, 1938-1939, 1946-1975) - Qualifications: cc; AOCP 231, 1926, No. ?? in Tas; BOCP 1, 1936; 1AOCP 16, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: radio expert (Hobart South, 1936-1954) ===''WALDRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Gerard Waldron|Waldron, Francis Gerard "Frank"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''WALKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Walker|Walker, Arthur Charles]] [https://www.familysearch.org/tree/person/details/GXFY-L2V] - 1898(Qld)-1974(Qld) - Licences: 4AC Brisbane (Sandgate, 1927-1931) - Qualifications: cc; CPRT 699, 1922 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: newspaper carrier (Kangaroo Point, Qld, 1934-1937); carrier (Sandgate, Qld, 1943-1972) * [[/Charles Welsh Walker|Walker, Charles Welsh "Chas"]] [https://www.familysearch.org/tree/person/details/GXFR-19W] - 1899(NSW)-1961(Qld) - Licences: 4CU Receive Clifton (1923); 4CU Clifton (1924-1960); 4DQ Portable Clifton (1948-1960) - Qualifications: cc; AOCP 10, 1924, No. 2 in Qld - amateur operator; amateur broadcaster; motor mechanic; Walker's Radio Service (proprietor, 1930s-1950s) - Electoral Rolls: motor mechanic (Clifton, Qld, 1921-1958) * [[/Louis Edward Walker|Walker, Louis Edward]] [https://www.familysearch.org/tree/person/details/GSWB-L81] - 1864(Eng)-1934(At Sea) - Oversight of the 1906 Bass Strait link for Marconi Wireless Telegraphy Co * [[/Philip Billingsley Walker|Walker, Phillip Billingsley]] [https://www.familysearch.org/tree/person/details/MNF3-P9W] - 1840(Eng)-1900(NSW) - early wireless experimenter, employment (NSW Posts & Telegraphs, Superintendent of Telegraphs, Chief Electrician) * [[/Ronald Gregory Walker|Walker, Ronald Gregory "Gregory"]] [https://www.familysearch.org/tree/person/details/GDRP-GC6] - 1907(NSW)-1929(At Sea) - Licences: 7BT Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; journalist (Hobart "Mercury"); film maker - Comment: Gone too soon - Electoral Rolls: journalist (Hobart South, 1928) - Links: [http://www.seafarersmemorial.org.au/memorials/walker_g.php Seafarer's Memorial] * [[/William Spencer Walker|Walker, William Spencer]] [https://www.familysearch.org/tree/person/details/KCF4-R77] - 1911(SA)-2004(SA) - Licences: 5WW Adelaide (Alberton, 1934-1939; West Croydon, 1947-1980+) - Qualifications: cc; AOCP 1305, 1934, SA; BOCP 444, 1942; TVOCP 274, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939); mechanic (West Croydon, SA, 1941-1943) ===''WALLACE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elizabeth Aileen Geisel|Wallace nee Geisel, Elizabeth Aileen "Betty"]] See Geisel, Elizabeth Aileen "Betty" ===''WALLBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Walter Wallbridge|Wallbridge, Leslie Walter]] [https://www.familysearch.org/tree/person/details/LDMT-HKZ] - 1910(Eng)-1966(SA) - Licences: 5UX Adelaide (Lower Mitcham, 1930-1937); 5UX Peterborough (1938-1939); 5UX Kadina (1947-1948); 5UX Cook (1954-1955); 5UX Saddleworth (1956); 5UX Hawker (1960) - Qualifications: cc; AOCP 712, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Peterborough, SA, 1939-1941; Rendelsham, SA, 1943; Alice Springs, NT, 1963) ===''WALLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Wallis|Wallis, John Charles]] - 19??(???)-19??(???) - Licences: 7JW Longford (1932-1939, 1947) - Qualifications: cc; AOCP 893, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Burnie, 1928; Longford, 1936-1937) * Wallace, Florence Violet (adoptive name) - see Granville, Florence Violet (birth name) ===''WALSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Dunbar Walsh|Walsh, Harold Dunbar "Cordite"]] [https://www.familysearch.org/tree/person/details/G3W3-CT7] - 1903(Qld)-1951(Qld) - Licences: 4HW Brisbane (Hamilton, 1925-1931; Rocklea, 1946-1947)); 4WN Brisbane (Hamilton, 1927, dealer) - Qualifications: cc; AOCP 133, 1925, No 14 in Qld - amateur operator; amateur broadcaster; WW2 (RAAF); solicitor; pilot - Comment: Tragic end to a productive life - Electoral Rolls: clerk (Hamilton, 1925-1937); airline pilot (Moorooka, 1949) ===''WALTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Allan Walters|Walters, Charles Allan]] [https://www.familysearch.org/tree/person/details/G8CT-LBY] - 1910(Vic)-1947(Vic) - Licences: 3CW Melbourne (Thornbury, 1929-1933; Heidelburg, 1937-1939; Brunswick, 1946-1947) - Qualifications: AOCP 524, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Northcote, 1931-1936; Heidelberg, 1937; Brunswick, 1942) * [[/Gerald Wills Walters|Walters, Gerald (Wills or Willis or blank)]] [https://www.familysearch.org/tree/person/details/GX7Y-1HZ] - 1886(Eng)-1956(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 108, 1915; 2COCP 157, 1930; 1COCP 129, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: wireless telegraphist (Currie, King Island, Tas, 1919; Darwin, NT, 1922); radio telegraphist (New Town, Tas, 1928); wireless officer (Radio Station, Thursday Island, Qld, 1936-1937); wireless (Gladesville, NSW, 1943); wireless telegraphist (Rockhampton, Qld, 1949-1954) ===''WALZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edwyn Walz|Walz, Arthur Edwyn or Edgar]] [https://www.familysearch.org/tree/person/details/GM9T-LB3] - 1908(Qld)-2000(Qld) - Licences: 4AW Brisbane (Nundah, 1926-1939; Wavell Heights, 1946-1980+) - Qualifications: cc; AOCP 287, 1926, No. 26 in Qld - amateur operator; amateur broadcaster; plumber; radio repair business - Relationships: son of Conrad August Walz - Electoral Rolls: plumber (Nundah, 1934-1943); radio engineer (Wavell Heights, 1949-1980) * [[/Conrad August Walz|Walz, Conrad August]] [https://www.familysearch.org/tree/person/details/LRGZ-QF3] - 1882(Qld)-1951(Qld) - 4?? Brisbane, amateur operator (AOCP ???, 19??, No. ?? in Qld), plumber, farmer, father of 4AW Arthur Edwyn Walz ===''WARDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney William Lumley Wardle|Wardle, Sidney William Lumley]] - 1911(Eng)-19??(???) - Licences: 2OU Woodford Leigh (1930-1935); 2OU Armidale (1936-1937); 2OU Sydney (Bellevue Hill, 1938-1939); 5OU Adelaide (Lockleys, 1946-1954); 2DID Berridale (1980) - Qualifications: AOCP 610, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: farm hand (Woodford Leigh, 1934-1935); technician (Bondi North, 1937; Woollahra, 1943); retired (Berridale, 1980) ===''WARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Clarke Waring|Waring, Cecil Clarke]] [https://www.familysearch.org/tree/person/details/GQW4-V9F] - 1904(Vic)-1988(Vic) - Licences: 3CU Receive Melbourne (Canterbury, 1922-1924); 3YW Melbourne (Camberwell, 1929-1931; Canterbury, 1933; Kew, 1937); 3YW Rupanyup (1938-1939); 3YW Stawell (1946-1948); 3YW Warrnambool (1954-1980+) - Qualifications: AOCP 549, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Canterbury, 1925-1928; Kew, 1931-1937; Stawell, 1942-1949; Warrnambool, 1954-1977) ===''WARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Leslie George Warne|Warne, Maurice Leslie George]] [https://www.familysearch.org/tree/person/details/LYSP-LHY] - 1909(NSW)-1975(NSW) - Licences: 2MW Sydney (Croydon, 1926-1929) - Qualifications: AOCP 300, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: printer (Campsie, 1931-1934); radio mechanic (Campsie, 1936-1937); radio sales (Kogarah, 1943-1963); radio & TV technician (Arncliffe, 1968) ===''WARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Albert Warner|Warner, Geoffrey Albert]] [https://www.familysearch.org/tree/person/details/G8V1-6NR] - 1914(NSW)-2007(NSW) - Licences: 2CK Wyong (1930-1939); 3ABW Fiskville (1947); 9GW Port Moresby (1948-1954); 2AVW Bringelly (1955-1958); 2CK Bringelly (1960-1969); 6EG Bassendean (1975); 2HJ Camden (1980+) - Qualifications: AOCP 710, 1930, NSW; 1COCP 60, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless technician (Rockbank, Vic, 1942); technician (OTC Bringelly, 1958-1963); manager (Bassendean, 1977; Camden South, 1980) - callsign may have been withdrawn for 2CK Cessnock commercial (later restored) ===''WARNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Bernard Warnock|Warnock, Neil Bernard]] [https://www.familysearch.org/tree/person/details/GZJ8-58G] - 1944(Vic)-2019(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''WATERHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. G. Waterhouse|Waterhouse, A. G.]] - 19??(???)-19??(???) - Licences: XVV Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WATERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George James Waters|Waters, George James]] [https://www.familysearch.org/tree/person/details/G8X9-S46] - 1902(Vic)-1931(Vic) - Licences: 3EX Receive Melbourne (Heathcote, 1922); 3XA Melbourne (East Prahran, 1930-1931) - Qualifications: AOCP 608, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified as yet - Comment: Passed too soon * [[/James Alfred Waters|Waters, James Alfred]] - 19??(???)-19??(???) - Licences: 7JA Hobart (Sandy Bay, 1936-1939) - Qualifications: cc; AOCP 1685, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Queensborough, 1936); teacher (Ringarooma, 1937); schoolteacher (Queensborough, 1943-1954) * [[/Leslie Waters|Waters, Leslie]] [https://www.familysearch.org/tree/person/details/G85N-TZB] - 1882(Eng)-1956(Qld) - Licences: 4AC Innisfail (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; engineer (Randell Engineering) - Electoral Rolls: watchmaker (Innisfail, 1919-1943); radio dealer (Innisfail, 1949) ===''WATERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lindsay Carmel Waterworth|Waterworth, Lindsay Carmel "Joe"]] [https://www.familysearch.org/tree/person/details/G6YY-6M6] - 1892(Qld)-1969(Qld) - Licences: 4CL Rockhampton (1935-1939, 1946-1969) - Qualifications: cc; AOCP 1526, 1935, Qld - amateur operator; amateur broadcaster; WW1; WW2; federal public servant (PMGD, telegraphist) - Electoral Rolls: assistant (Charleville, Qld, 1921); telegraphist (Rockhampton, Qld, 1928-1968) ===''WATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Paul Watkins|Watkins, Andrew Paul]] [https://www.familysearch.org/tree/person/details/GFQ9-RHP] - 1914(WA)-1965(NSW) - Licences: 6AW Perth (1936-1939) - Qualifications: cc; AOCP 1805, 1936, WA; BOCP 269, 1939; 1COCP 842, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Boulder, WA, 1937); radio mechanic (Geraldton, WA, 1943); radio technician (Cairns, Qld, 1949; Lakemba, NSW, 1954; Chullora, NSW, 1958-1963) * [[/William Trevor Watkins|Watkins, William Trevor "Trevor", "Watty"]] [https://www.familysearch.org/tree/person/details/LZKG-J4V] - 1899(Tas)-1931(Tas) - Licences: T336 Hobart (1920-1921); 7AA Hobart (1922-1925); 7DX Hobart (1925-1931) - Qualifications: cc; AOCP 107, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Withdrawal: PMGD withdrew 7AA callsign for their own use, electrician (Zinc Co., Hobart, 1922), wireless expert (Medhurst & Sons, Hobart, 1925) - Electoral Rolls: electrician (West Hobart, 1922-1928) - Comment: passed too soon ===''WATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. A. Watson|Watson, A. A.]] - bef1910(???)-aft1930(???) - Licences: 2UT Sydney (Darlinghurst, 1927-1929) - Qualifications: AOCP 341, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: None as yet - Full name not yet identified * [[/Douglas Mervyn Watson|Watson, Douglas Mervyn]] [https://www.familysearch.org/tree/person/details/G6MG-FPY] - 1920(Tas)-1989(Tas) - Licences: 7DW Hobart (New Town, 1937-1939; City, 1946-1956; Lindisfarne, 1960-1980+) - Qualifications: cc; AOCP 1867, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Hobart South, 1949-1954); mechanic (Lindisfarne, 1972) * [[/Herbert Leopold Watson|Watson, Herbert Leopold]] [https://www.familysearch.org/tree/person/details/G8ZP-JLK] - 1897(Vic)-1982(NSW) - Licences: 2OL Kiama (1929-1933); 2OL Unanderra (1935-1938); 2OL Woollongong (1939) - Qualifications: AOCP 545, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: engineer (Kiama, 1930); electrical engineer (Unanderra, 1934-1937; Heidelberg, Vic, 1949); electrician (Ivanhoe, Vic, 1954); retired (Avalon Beach, 1968-1972; Mona Vale, 1977; Mosman, 1980) * [[/James David Watson|Watson, James David]] [https://www.familysearch.org/tree/person/details/G8F5-789] - 1910(Vic)-19??(???) - Licences: 3NQ Darlington via Camperdown (1930-1939); 2ANQ Albury (1946-1957) - Qualifications: AOCP 633, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical fitter (Darlington, 1931-1943); radio technician (Albury, 1949-1954) - Comment: Beware another JDW, labourer, Geelong, 1930s * [[/John Watson|Watson, John]] - 19??(???)-19??(???) - Licences: 6CR Receive Perth (Victoria Park, 1923-1924) - Qualifications: AOCP 436, 1928, No. ?? in WA - amateur operator? - Electoral Rolls: Nil, as yet, specific individual not yet identified * [[/Samuel Wilfred Watson|Watson, Samuel Wilfred or Wilfred Samuel]] [https://www.familysearch.org/tree/person/details/GXY5-LXP] - 1906(Eng)-1998(WA) - Licences: 6WW Perth (West Perth, 1930-1939, 1948-1969); 6WW Shoalwater Bay (1975); 6WW Cardup (1980) - Qualifications: cc; 1COCP 189, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless operator (West Perth, WA, 1931-1972); retired (Shoalwater Bay, WA, 1977; Cardup, WA, 1980) * [[/William Wesley Watson|Watson, William Wesley]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio telegraphist (Hobart South, 1949) ===''WATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Watt|Watt, Alexander]] [https://www.familysearch.org/tree/person/details/GDRK-4B7] - 1901(Sct)-1985(Tas) - Licences: 7BO Receive Prince of Wales Bay (1923); Receive Prince of Wales Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Prince of Wales Bay, 1922-1928); accountant (New Town, 1936-1949; Moonah, 1954) * [[/Arthur William Watt|Watt, Arthur William]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly) * [[/Charles Russell Watt|Watt, Charles Russell]] [https://www.familysearch.org/tree/person/details/GZV7-JFH] - 1904(Eng)-1993(NSW) - 2WT Tenterfield (1925-1975+), amateur operator (AOCP 184, 1925, No. ?? in NSW), amateur broadcaster, grazier (Tenterfield, 1930-1980) ===''WAUCHOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Wylie Wauchope|Wauchope, Ronald Wylie]] [https://www.familysearch.org/tree/person/details/LH6X-QJR] - 1914(SA)-1933(SA)19yo - Licences: 5WE Adelaide (Maylands, 1933) - Qualifications: cc; AOCP 1086, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, 19yo - Electoral Rolls: Nil yet identified ===''WEATHERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Elsdon Weatherley|Weatherley, Harry William Elsdon]] [https://www.familysearch.org/tree/person/details/LTBF-1HC] - 1921(Vic)-2006(Vic) - prominent MW and SW broadcast DXer (1940-1990), clubs (Australian Radio DX Club, New Zealand Radio DX League, New Zealand DX Radio Association, Southern Cross DX Club, DX Australia - Chief Editor, Ontario DX Club), ANARC DXer of the year - metallurgist (Auburn, 1949-1954); technician (Mount Waverley, 1963-1972); retired (Mount Waverley, 1980) * [[/Herb J. Weatherley|Weatherley, Herb J.]] - 19??(???)-19??(???) - 4HW Clifton (-1951+), amateur operator (AOCP ??, 19??, No. ?? in Qld), callsign formerly Harold Dunbar Walsh ===''WEATHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Weatherson|Weatherson, W. A.]] - 19??(???)-19??(???) - Licences: 3AB Melbourne (East St Kilda, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''WEATHERSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stewart Weatherston|Weatherston, William Stewart]] [https://www.familysearch.org/tree/person/details/G8LZ-2KF] - 1905(WA)-1942(Sing) - Licences: 3AB Melbourne (East St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1927); salesman (St Kilda, 1931; Forrest, ACT, 1935; Newtown, 1943!) - Sacrifice: "Greater love hath no man than this" ===''WEBSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank James Webster|Webster, Frank James]] [https://www.familysearch.org/tree/person/details/GF73-5KV] - 1908(Eng)-19??(WA) - Licences: 6FW Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1039, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Victoria Park, WA, 1931-1943); plasterer (Perth, WA, 1954-1963; Victoria Park, WA, 1968-1972); retired (Fremantle, WA, 1977-1980) * [[/Harold Charles Webster|Webster, Harold Charles]] [https://www.familysearch.org/tree/person/details/KCRM-31P] - 1876(Tas)-1923(Tas) - Licences: Receive (Crystal Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: photographer (Launceston, 1914); clerk (Hobart North, 1922) * [[/William Webster|Webster, William]] [https://www.familysearch.org/tree/person/details/GZJD-D94] - 1860(Eng)-1936(NSW) - senior federal politician (Postmaster-General, 1915-1920), played prominent part in the Postal Royal Commission ===''WEDDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Austin Weddell|Weddell, James Austin]] [https://www.familysearch.org/tree/person/details/GXK9-SYF] - 1914(SA)-2005(NSW) - Licences: 5ZL Adelaide (Reade Park, 1935-1939) - Qualifications: cc; AOCP 1595, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Col Light Gardens, SA, 1939-1943); RAAF (Albert Park, Vic, 1949; Auburn, Vic, 1954); RAAF officer (Richmond, NSW, 1958); RAAF (Red Hill, ACT, 1963); not stated (Red Hill, ACT, 1968-1972); RAAF (Red Hill, ACT, 1977-1980) * [[/John Arthur Weddell|Weddell, John Arthur]] [https://www.familysearch.org/tree/person/details/GXKM-KVK] - 1926(Qld)-19??(???) - Licences: 4FT Brisbane (Zillmere, 1954-1960); 2ZM Glenbrook (1961); 4FT Brisbane (Sandgate North, 1965-1969); 2BFT Sydney (Clovelly, 1975-1980) - Qualifications: cc; AOCP 3172, 1951, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Annerley, Qld, 1949; Zillmere, Qld, 1954-1958; Sandgate, Qld, 1963-1968); technician (Marrickville, NSW, 1972; Clovelly, NSW, 1977-1980) ===''WEDGEWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Donald Wedgewood|Wedgewood, William Donald]] [https://www.familysearch.org/tree/person/details/GDLV-GM8] - 1901(Qld)-1974(NSW) - Licences: N741 Receive NSW - Qualifications: cc; CPRT 692, 1922; 2COCP 49, 1935 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: boarder (Sutton Coalfield, Eng, 1911); manufacturer (Glenmore, 1930-1936); aviator (Nedlands, WA, 1937); farmer (Moruya, 1949-1954); greenkeeper (Brisbane, 1958); public servant (Hornsby, 1963-1972) ===''WEEKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. L. Weeks|Weeks, H. L.]] - 19??-19?? - Licences: 4CJ Receive Currumbin (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: - Identification: Not yet identified ===''WEISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Wilfred George Weiss|Weiss, Wilfred George]] [https://www.familysearch.org/tree/person/details/G8V9-7NP] - 1912(NSW)-1982(NSW) - Licences: 2TV Sydney (Croydon Park, 1960-1961; Strathfield, 1965); 2TV Ettalong Beach (1975-1980+) - Qualifications: AOCP 670, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lithgow, 1934-1937); storekeeper (Lithgow, 1943); silk screen craftsman (Croydon Park, 1949-1958); retired (Strathfield, 1963-1968; Ettalong Beach, 1972; Ettalong, 1977) ===''WELLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Arthur Martin Weller|Weller, Cyril Arthur Martin "Sam"]] [https://www.familysearch.org/tree/person/details/GZTQ-WXH] - 1903(???)-1994(Qld) - Licences: 4CZ Brisbane (Clayfield, 1938-1939, 1946-1980+) - Qualifications: AOCP 2160, 1938, Qld - amateur operator, amateur broadcaster, Radio Club (WIAQ, Brisbane DX Club), power station engineer, education (ME, UQ) - Electoral Rolls: student (Windsor, 1925); engineer (Wilston, 1925-1928; Camp Hill, 1934-1943; Clayfield, 1949-1972; Albion, 1977) ===''WELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Welling|Welling, Thomas]] [https://www.familysearch.org/tree/person/details/LLHB-KQZ] - 1898(Eng)-1960(SA) - Licences: 5TW Adelaide (North Adelaide, 1937); 5TW Mt Gambier (1938-1939, 1947-1960) - Qualifications: cc; 2COCP 179, 1930; 1COCP 81, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: wireless engineer (Mt Gambier, SA, 1939-1941); wireless technician (Mt Gambier, SA, 1943) ===''WELLINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hudson Wellington|Wellington, Stanley Hudson]] [https://www.familysearch.org/tree/person/details/LB84-47Y] - 1909(Tas)-1981(NSW) - Licences: 7PK Hobart (New Town, 1932-1933); 3SX Melbourne (Brighton, 1937-1939) - Qualifications: cc; AOCP 1002, 1932, No. ?? in Tas; AOLCP 117, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: representative (Caulfield, 1936); chemist (Brighton, Vic, 1937-1942); manager (Mosman, 1949-1980) ===''WELLMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Joseph Wellman|Wellman, Leo Joseph]] [https://www.familysearch.org/tree/person/details/L1SW-R9S] - 1898(NSW)-1965(NSW) - 2PS Receive Sydney (Marrickville, 1923), 2LW Sydney (Marrickville, 1925-1928), amateur operator (AOCP 117, 1925, No. ?? in NSW), amateur broadcaster ===''WELSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud William Welsh|Welsh, Claude or Claud William]] [https://www.familysearch.org/tree/person/details/GZPH-WS4] - 1914(Qld)-1988(Qld) - Licences: 4CW Warwick (1937-1939); 4DK Mackay (1975-1980+) - Qualifications: cc; AOCP 1982, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, Qld, 1937-1943); engineer (Kew, Vic, 1943); radio technician (Warwick, Qld, 1958; Mackay, Qld, 1958); technician (Mackay, Qld, 1963); radio technician (Mackay, Qld, 1968-1980) ===''WERRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Errol Limbrick Werrett|Werrett, Errol Limbrick]] [https://www.familysearch.org/tree/person/details/G8SK-FMH] - 1908(Tas)-1974(Eng) - Licences: Receive (Crystal) Hampshire (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm worker (Hampshire, 1936-1937); fitter (South Melbourne, 1943); engineer (Caulfield, 1949-1968; Balaclava, 1972) ===''WESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Frederick Shorter Weston|Weston, Cyril Frederick Shorter]] [https://www.familysearch.org/tree/person/details/GZVJ-FXY] - 1905(Eng)-1988(NSW) - Licences: 4EN Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephone mechanic (Kedron, 1928); Christian worker (Darlinghurst, 1934); grocer (Oatley, 1943); agriculturalist (Ourimbah, 1949); salesman (Paekhurst, 1963-1980); retired (Charmhaven, 1980) * [[/George James Weston|Weston, George James]] [https://www.familysearch.org/tree/person/details/GXQ3-Y8Q] - 1868(Eng)-1939(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 702, 1922 - RANRS (Radio Lieutenant) - Comment: Several contemporaneous GJWs - Electoral Rolls: telegraph operator (Albany, 1903); civil servant (Kalgoorlie, WA, 1910-1912); civil servant (Wireless Station, Carlingford, NSW, 1913); sailor (Toorak, 1919); naval officer (Elsternwick, 1919); civil servant (Auburn, Vic, 1922); wireless engineer (Auburn, Vic, 1924-1927); retired engineer (Upwey, 1931-1937) * [[/Robert Marcus Hamilton Weston|Weston, Robert Marcus Hamilton "Mark"]] [https://www.familysearch.org/tree/person/details/GX8K-KW6] - 1915(NSW)-1995(NSW) - Licences: 4XO Bundaberg (1938-1939); 2WE Sydney (Lidcombe, 1946-1947); 2AWE Sydney (Kingsford, 1955; Kensington, 1956-1957); 2AYK Sydney (Kensington, 1957; Kingsford, 1958-1961); 2CM Sydney (Dolls Point, 1964-1980) - Qualifications: cc; AOCP 2076, 1938, Qld; 2COCP 386, 1940; 1COCP 581, 1942 - amateur operator; amateur broadcaster; ship wireless officer; wireless officer (QANTAS) - Relationships: husband of 2MR Verle Lorraine Weston nee Key(s) - Electoral Rolls: marine wireless operator (Auchenflower, Qld, 1943); radio operator (Blakehurst, NSW, 1949; Kingsford, NSW, 1954-1963; Sans Souci, NSW, 1968-1980) * [[/Verle Lorraine Keys|Weston nee Key(s), Verle Lorraine]] - 1934(???)-1985(NSW) - 2MR Sydney (Dolls Point, 1964-1980), YL amateur operator (AOCP ???, 1964, No. ?? in Qld), wife of Robert Marcus Hamilton Weston 2CM * [[/William Wood Weston|Weston or Wehrstedt, William Wood]] [https://www.familysearch.org/tree/person/details/GDPG-KBQ] - 1912(WA)-1953(WA) - Licences: 6MW Perth (Nedlands, 1935-1939; North Beach, 1947-1948) - Qualifications: cc; AOCP 1465, 1935, WA; BOCP 596, 1944 - amateur operator; amateur broadcaster - Comment: Further clarification of identification required - Electoral Rolls: assistant operator (Subiaco, WA, 1936-1937); operator (Leederville, WA, 1943-1954; North Perth, WA, 1958-1968; Leederville, WA, 1972-1977) ===''WHALLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Percy Whalley|Whalley, Rupert Percy]] [https://www.familysearch.org/tree/person/details/GZGZ-CV3] - 1894(Vic)-1969(Vic) - Licences: 3JZ Receive Melbourne (Sandringham, 1922); 3JZ Melbourne (Sandringham, 1923-1927); 3JZ Myrtleford (1937-1939); 3JZ Wangaratta (1946-1948); 3JZ Melbourne (Blackburn, 1954-1969) - Qualifications: cc; AOCP 238, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: builder (Sandringham, 1919-1925); farmer (Myrtleford, 1927-1942); tobacco grower (Wangaratta, 1949); foreman (Blackburn, 1954-1968) - Relationships: father of 3ZWZ Robert Kelvin Whalley ===''WHEELER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Winslow Wheeler|Wheeler, Harry Winslow]] [https://www.familysearch.org/tree/person/details/GCBC-BYC] - 1910(SA)-1990(SA) - Licences: 5FB Adelaide (Eden Hills, 1927-1928); 5HW Adelaide (Eden Hills, 1933-1939) - Qualifications: AOCP 371, 1927, No. ?? in SA - amateur operator; amateur broadcaster; military (WW2, RAAF, DFC) - Electoral Rolls: chemist (Eden Hills, SA, 1939-1943); lecturer (Kalgoorlie, WA, 1954-1968) * [[/Victor George Wheeler|Wheeler, Victor George]] [https://www.familysearch.org/tree/person/details/GW4Z-FGL] - 1897(Eng)-1976(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; coastal wireless operator; WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: electric mechanic (Roebourne, 1917-1922); manager (Fremantle, 1925) ===''WHITAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Thomas Whitaker|Whitaker, Albert Thomas]] [https://www.familysearch.org/tree/person/details/LKKW-5DB] - 1895(NSW)-1960(NSW) - Licences: 2OI Receive Sydney (Banksia, 1923); 2OI Sydney (Banksia, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: labourer (Rockdale, 1930; Banksia, 1933-1934); builder (Banksia, 1937-1949); instructor (Mount Colah, 1954-1958) ===''WHITBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Roy Whitburn|Whitburn, Douglas Roy "Doug"]] [https://www.familysearch.org/tree/person/details/LZT2-3JX] - 1904(SA)-1958(SA) - Licences: 5BY Adelaide (Toorak, 1927-1931; Fullarton, 1933-1939; Rosefield, 1946-1947; Fullarton, 1948-1956) - Qualifications: cc; AOCP 312, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Rosefield, 1943) * [[/Robert Philip Whitburn|Whitburn, Robert Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GZBF-5XB] - 1896(NSW)-1991(NSW)94yo - Licences: XACJ Sydney (Leichhardt, 1913-1914); 2DK Receive Sydney (Leichhardt, 1922); 2DK Sydney (Leichhardt, 1923-1926) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: chairmaker (Leichhardt, 1930-1968); retired (West Ryde, 1972-1980) ===''WHITE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Matthews White|White, Alfred Matthews]] - 1894(Eng)-1981(Qld) - Licences: 4CX Receive Winton (1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1 - Electoral Rolls: grazier (Tranby, Winton, 1915-1958); retired (Buderim, Qld, 1963-1980) * [[/Charles Robert White|White, Charles Robert]] [https://www.familysearch.org/tree/person/details/GXLC-S5H] - 1911(SA)-1986(Vic) - Licences: 5MX Adelaide (Kilkenny, 1931-1939) - Qualifications: cc; AOCP 802, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edwin Harold White|White, Edwin Harold "Eddie"]] [https://www.familysearch.org/tree/person/details/GZTQ-QGH] - 1911(Qld)-1997(Qld) - Licences: 4EW Brisbane (Red Hill, 1933-1939); 4EW Mackay (1946-1950); 4EW Brisbane (Red Hill, 1954-1956); 5OW & 8OW Darwin (1956-1963); 4OW Brisbane (Red Hill, 1963-1965); 4OW Mt Isa (1969); 4OW Brisbane (Red Hill, 1975) - Qualifications: cc; AOCP 1141, 1933, No. ?? in Qld; 1COCP 250, 1939 - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, Fortress Signals); federal public servant (DCA) - Electoral Rolls: compositor (Red Hill, 1934-1936); radio technician (Longreach, 1937); aeradio operator (Cloncurry, 1943; Mackay, 1949); communications officer (Archerfield, 1954); public servant (Red Hill, 1963; Mt Isa, 1968; Red Hill, 1972-1980) * [[/Frank Philip White|White, Frank Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GXSJ-9NF] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 189, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: Nil yet identified * [[/Frank Roy White|White, Frank Roy]] [https://www.familysearch.org/tree/person/details/GD4P-LVT] - 1911(NSW)-1994(???) - Licences: Nil yet identified - Qualifications: cc; 2COCP 5, 1934; 1COCP 12, 1934 - beam wireless operator (AWA); WW2 - Electoral Rolls: clerk (West Ryde, 1933-1935); telegraphist (Roseville, 1936-1937; Ryde, 1943-1968) * [[/J. L. White|White, J. L.]] - 19??(???)-19??(???) - Licences: 6JL via Brass Valley (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''WHITELAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Roy Whitelaw|Whitelaw, Charles Roy]] [https://www.familysearch.org/tree/person/details/99WD-7NY] - 1891(Vic)-1957(Vic) - Licences: XMO Melbourne (Rosedale, 1913-1914); 3BH Melbourne (Mooroolbark, 1923-1925); 3BH Stawell (1925); 3BH Benalla (1925-1927); 3BH Melbourne (Mitcham, 1931); 3BH Woomelang (1933); 3BH Melbourne (Mornington 1937-1939); 3BH (Harrisfield, 1946-1947; Dandenong, 1948; Noble Park, 1954-1955; Boronia, 1956) - Qualifications: cc; AOCP 87, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; fire brigade and railway stationmaster; WW1 (AFC, Wireless Operator, 1917) - Electoral Rolls: railway employee (Creswick, 1914); assistant stationmaster (Ravenswood, 1919); stationmaster (Mooroolbark, 1922-1924); railway employee (Timboon, 1925); stationmaster (Benalla, 1925-1927; Mitcham, 1931; Euroa, 1942; Harrisfield, 1949-1954) ===''WHITING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Ambrose Whiting|Whiting, Reginald Ambrose]] [https://www.familysearch.org/tree/person/details/GXR6-XDQ] - 1911(SA)-1981(Vic) - Licences: 5MC Adelaide (Torrensville, 1932-1933); 3MZ Melbourne (East Preston, 1947-1980+) - Qualifications: cc; AOCP 988, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (South Yarra, Vic, 1934; Essendon, Vic, 1937); fitter & turner (Preston, Vic, 1942-1968); fitter (Preston, Vic, 1972-1980) ===''WHITLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gough Whitlam|Whitlam, Edward Gough "Gough"]] [https://www.familysearch.org/tree/person/details/L5VH-8BJ] - 1916(Vic)-2014(NSW) - Prime Minister (1972-1975), WW2 (RAAF, Flight Lieutenant, navigator & bomb aimer, 1942-1945) - Electoral Rolls: student (Glebe, 1943); barrister (Cronulla, 1949; Cabramatta, 1958-1963; Red Hill, 1977; Double Bay, 1980) - executive oversight of the introduction of community radio in Australia - Links: [[w:Gough Whitlam|Wikipedia]] * [[/Lewis Alfred John Whitlam|Whitlam, Lewis Alfred John]] [https://www.familysearch.org/tree/person/details/LYY1-BBB] - 1904(Qld)-1977(Qld) - Licences: Receive (Crystal) Brisbane (Brisbane City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer's assistant (Brisbane City, Qld, 1931-1937); electrical engineer (Windsor, Qld, 1943-1968); engineer (Windsor, Qld, 1972-1977) ===''WICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. Wicks|Wicks, C.]] - 18??(???)-19??(???) - Licences: XQK Brisbane (South Brisbane) (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WILDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cyril George Wildman|Wildman, Cyril George]] [https://www.familysearch.org/tree/person/details/GMG3-GNP] - 1900(Vic)-1982(Vic) - Licences: 3FM Melbourne (Northcote, 1930-1931; Moreland, 1933-1939, 1946-1948; East Brunswick, 1954-1980+) - Qualifications: AOCP 624, 1930, No. ?? in Vic; BOCP 422, 1942 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Melbourne, 1927; Fitzroy North, 1931; Coburg, 1934-1942); electrical engineer (Brunswick East, 1977-1980) ===''WILKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Winstanley Wilkin|Wilkin, John Winstanley]] [https://www.familysearch.org/tree/person/details/L6LX-1P7] - 1891(NZ)-1967(SA) - Licences: 5JW Adelaide (North Adelaide, 1928; Osmond, 1931; Glen Osmond, 1933; North Walkerville, 1937-1938) - Qualifications: cc; Nil yet identified; likely qualified in NZ - amateur operator; amateur broadcaster - Electoral Rolls: manager (Toorak, SA, 1939-1943) ===''WILKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wilkins|Wilkins, Arthur]] - 19??(???)-19??(???) - Licences: 3AW Melbourne (Murrumbeena, 1927; East St Kilda, 1931) - Qualifications: AOCP 375, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: - several contemporaneous Arthur Wilkins, specific to be identified ===''WILKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Angus Wilkinson|Wilkinson, Dudley Angus]] [https://www.familysearch.org/tree/person/details/LR41-Q53] - 1919(SA)-1988(SA) - Licences: 5WD Adelaide (Frewville, 1935-1939; College Park, 1947-1948) - Qualifications: cc; AOCP 1455, 1935, SA; BOCP 182, 1938; 1COCP 284, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hawthorn, SA, 1941; Ballarat, Vic, 1942) ===''WILLIAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Williams|Williams, Albert Edward]] - 19??(???)-19??(???) - Licences: 5BO Adelaide (Unley, 1930-1931); 5BO Adelaide (Ottaway, 1946-1975) - Qualifications: cc; AOCP 659, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: - several contemporaneous AEWs in SA * [[/Alex Elisha Williams|Williams, Alex Elisha]] [https://www.familysearch.org/tree/person/details/G8JC-RN9] - 1913(Vic)-1981(Vic) - Licences: 3KT Melbourne (Elsternwick, 1933-1939) - Qualifications: AOCP 1062, 1932, Vic - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Elsternwick, 1936-1937; Camberwell, 1943-1949; Highfield Park, 1954); school teacher (Frankston, 1967-1968); teacher (Frankston, 1972-1980) * [[/Alfred Keith Williams|Williams, Alfred Keith]] [https://www.familysearch.org/tree/person/details/G8C3-3SS] - 1905(WA)-1932(WA) - Licences: 6AW Collie (1929-1931) - Qualifications: cc; AOCP 502, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: picture S. operator (Collie, 1930) * [[/Ernest Arthur Williams|Williams, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/LKNS-QYG] - 1888(NSW)-1968(NSW) - Licences: 2QY Receive Wollongong (1923); 2QY Wollongong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Wollongong, 1913, 1930-1958); retired (Wollongong, 1968) * [[/Harold Parkyn Williams|Williams, Harold Parkyn]] [https://www.familysearch.org/tree/person/details/G7CW-DGX] - 1881(Qld)-1933(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - first general manager of ABC - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/williams-harold-parkyn-9112 ADB] * [[/J. E. Williams|Williams, J. E.]] - 19??(???)-19??(???) - Licences: 4DQ Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: many contemporaneous JEWs - Electoral Rolls: Nil yet identified * [[/John Henry Williams|Williams, John Henry Jnr "Johnny" "Jack"]] [https://www.familysearch.org/tree/person/details/MP3D-8NG] - 1880(Qld)-1953(Qld) - Licences: 4JH Mackay (1929-1931) - Qualifications: cc; AOCP 507, 1929, No ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: iron monger? (Mackay, 1925-1943) - established commercial broadcaster 4MK Mackay 1931 * [[/Leslie Samuel Barnes Williams|Williams, Leslie Samuel Barnes]] [https://www.familysearch.org/tree/person/details/G8F2-X56] - 1896(Qld)-1974(Qld) - Licences: 4LS Brisbane (Indooroopilly, 1930-1933); 4LS Toogoolawah (1937-1939) - Qualifications: cc; AOCP 630, 1930, Qld - amateur operator, amateur broadcaster - Electoral Rolls: naval signalman (Cape Moreton, 1917-1922); saddler (Indooroopilly, 1925-1931); boot repairer (Toogoolawah, 1934-1958); retired (Taringa, 1963-1972) * [[/Neville Williams|Williams, Neville]] - 1915(NSW)-1996(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: - Links: [http://messui.polygonal-moogle.com/valves/NW199701.pdf EA] ===''WILLIAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Joseph Augustine Williamson|Williamson, Cecil Joseph Augustine]] [https://www.familysearch.org/tree/person/details/K879-9HC] - 1925(NSW)-1973(NSW) - Licences: 2CW Yass (1929-1931); 2ALS Yass (1939, 1946-1954) - Qualifications: AOCP 525, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Yass, 1930-1949); farmer (Trundle, 1949); mechanic (Orange, 1954-1972) * [[/Frederick Lerpiniere Williamson|Williamson, Frederick Lerpiniere]][https://www.familysearch.org/tree/person/details/LB6L-GCH] - 1896(SA)-1976(SA) - Licences: 5AH Receive Adelaide (Kent Town, 1922); 5AH Adelaide (Kent Town, 1922-1927; Collinswood, 1928, 1948-1955); also dealer licence 5BT Adelaide 1925-1926 for Kauper, Austin & Williamson - Qualifications: cc; AOCP 22, 1924, No. ?? in SA; BOCP 284, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Hubert Gordon Williamson|Williamson, Hubert Gordon]] [https://www.familysearch.org/tree/person/details/LH7J-YQP] - 1907(Vic)-1995(Vic) - 3GW Rainbow (1927-1939, 1946-1960), 3GW Lalor (1965-1969), 3GW Melbourne (East Doncaster, 1975-1980), 3GH Rainbow (1937-1939), amateur operator (AOCP 342, 1927, No. ?? in Vic), (1COCP 593, 1942), amateur broadcaster * Williamson nee Hutchings, Marjorie Lilian - See Marjorie Lilian Hutchings ===''WILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Oliver Willis|Willis, Harold Oliver]] [https://www.familysearch.org/tree/person/details/G8VS-NLZ] - 1898(Vic)-1976(WA) - Licences: 6OW Perth (South Fremantle, 1930-1931); 6AM Perth (South Fremantle, 1933); 6HW Perth (South Fremantle, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 675, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: baker (South Fremantle, 1925-1968) ===''WILLMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILMOTT * [[/Thomas Robert Willmott|Willmott or Wilmot, Thomas Robert]] [https://www.familysearch.org/tree/person/details/GZD6-TB4] - 1886(NSW)-1947(NSW) - Licences: 2BR Receive South Grafton (1922); 2ZO South Grafton (1923-1931) - Qualifications: cc; AOCP 48, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Grafton South, 1930-1943) ===''WILLOUGHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lancelot Willoughby|Willoughby, Eric Lancelot]] [https://www.familysearch.org/tree/person/details/LR88-Q5X] - 1912(SA)-19??(???) - Licences: 5BM Adelaide (Penrhyn, 1932-1939); 5GO Adelaide (Unley, 1948); 3FB Noojee (1954-1956); 3FB Neerim Junction (1960); 4EW Booval (1965-1980+) - Qualifications: cc; AOCP 1035, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Penrhyn, SA, 1939-1943); farmer (Noojee, Vic, 1949-1954); PMG Linesman (Booval, Qld, 1963-1968); PMG (Booval, Qld, 1972-1977) ===''WILMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILLMOTT * [[/John Henry Wilmott|Wilmott, John Henry]] [https://www.familysearch.org/tree/person/details/GFQY-PTR] - 1914(WA)-2003(NSW) - Licences: 6JW Perth (Como, 1934-1939); 2AJX Sydney (Lindfield, 1975); 2AJX Bathurst (1980) - Qualifications: cc; AOCP 1345, 1934, WA; 1COCP 170, 1938 - amateur operator; amateur broadcaster - Comment: Several contemporaneous JHWs - Electoral Rolls: aircraft radio officer (Lindfield, NSW, 1949); communications officer (Lindfield, NSW, 1958-1968); proprietor (Bathurst, NSW, 1977-1980) ===''WILSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Wilson|Wilson, A. H.]] - 19??(???)-19??(???) - Licences: 4DL Receive Brisbane (Kangaroo Point, 1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Darius Joseph Wilson|Wilson, Darius Joseph]] [https://www.familysearch.org/tree/person/details/G8ZR-GJ4] - 1901(NSW)-1987(NSW) - Licences: 2DW Sydney (Leichhardt, 1929-1931; Lidcombe, 1933; Five Dock, 1933-1939, 1946-1948; Warwick Farm, 1950; Yagoona, 1954-1980) - Qualifications: AOCP 548, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: french polisher (Leichhardt, 1930; Five Dock, 1943-1949); no occupation (Five Dock, 1954); french polisher (Yagoona, 1954-1968); polisher (Yagoona, 1972-1977) * [[/Horace Benjamin Wilson|Wilson, Horace Benjamin "Ben"]] [https://www.familysearch.org/tree/person/details/G8DV-71R] - 1911(WA)-2005(NSW) - Licences: 5WB Adelaide (Wayville, 1930-1937; Unley Park, 1938-1939); 2BP Sydney (McMahons Point, 1946-1948; West Ryde, 1950-1980+) - Qualifications: cc; AOCP 586, 1930, No. ?? in SA; AOLCP 161, 1934; 2COCP 33, 1935; 1COCP 72, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Unley Park, 1939); recording engineer (McMahons Point, 1949); business manager (West Ryde, 1954-1980) * [[/Leonard Gratton Wilson|Wilson, Leonard Gratton]] [https://www.familysearch.org/tree/person/details/GQN8-3K6] - 1901(NSW)-1990(WA) - Licences: 6LG Perth (Inglewood, 1928; South Perth, 1930-1931; Como, 1954-1980+) - Qualifications: cc; AOCP 429, 1928, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: vigneron (Caversham, 1925); police constable (South Perth, 1931-1936; Como, 1937); constable (Albany, 1943-1949); police constable (Como, 1954-1958) * [[/Leslie Maclean Wilson|Wilson, Leslie Maclean]] [https://www.familysearch.org/tree/person/details/LRH5-9TL] - 1893(NSW)-1972(NSW) - 2LM Marsden (1924-1926), 2LM Sydney (Cremorne, 1927), 2LM Mudgee (1928-1939), 2LM Port Macquarie (1960-1969+), amateur operator (AOCP 33, 1924, No. ?? in NSW), amateur broadcaster, pastoralist * [[/Perry Allen Wilson|Wilson, Perry Allen]] - 19??(???)-19??(???) - Licences: 4AT Receive Eumundi (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motordriver (Eumundi, Qld, 1925-1934); garage proprietor (Eumundi, Qld, 1936-1943) * [[/Victor John Wilson|Wilson, Victor John]] [https://www.familysearch.org/tree/person/details/GX8K-NPY] - 1909(Qld)-2009(Qld)99yo - Licences: Receive Brisbane (New Farm, 1923); 4VW Brisbane (Newstead, 1937-1939); 4VW Nambour (1960); 4VW Brisbane (Everton Park, 1965) - Qualifications: cc; AOCP 1100, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: panel beater (Newstead, Qld, 1931-1937; Nambour, Qld, 1958; Everton Park, Qld, 1963-1980) * [[/Warne Alfred George Wilson|Wilson, Warne Alfred George]] [https://www.familysearch.org/tree/person/details/LKLN-Y39] - 1900(Vic)-1981(Vic) - Licences: 3RY Receive Ballarat (1923); 3RY Ballarat (1924-1925); 3WA Ballarat (1928-1939, 1946-1960); 3KV Ballarat (1980) - Qualifications: cc; AOCP 444, 1928, No. ?? in Vic; AOLCP 20, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Ballarat, 1924); radio engineer (Ballarat, 1927-1980) * [[/Wilfred Elvyn Wilson|Wilson, Wilfred Elvyn]] [https://www.familysearch.org/tree/person/details/GDSB-MB4] - 1880(Eng)-1964(NSW) - Licences: 2JI Receive Sydney (Roseville, 1922-1923); 2JI Sydney (Roseville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: optician (Roseville, 1930-1963) ===''WING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James John Wing|Wing, William James John]] [https://www.familysearch.org/tree/person/details/GDHH-WKW] - 1887(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 188, 1916; 2COCP 142, 1930; 1COCP 212, 1931 - coastal wireless operator; RANRS (CPO, 1917-1918); AWA - Electoral Rolls: wireless operator (Hotel Metropole, Thursday Island, Qld, 1914); wireless engineer operator (Radio Station, Applecross, WA, 1917); radiotelegraphist (Cooktown, 1921); business manager (Epping, 1930); sales manager (Epping, 1933-1936; Roseville, 1937; Chatswood, 1943-1949); manager (Melbourne, 1954) ===''WINTERFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Charles Burnett Brereton Winterford|Winterford, Dudley Charles Burnett Brereton]] [https://www.familysearch.org/tree/person/details/G3ML-FJH] - 1908(Qld)-1988(Canada?) - Licences: 4MF Brisbane (Annerley, 1927-1931); 4MF Southport (1933); 4MF Sarina (1938-1939) - Qualifications: cc; AOCP 363, 1927, No. 40 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Annerley, 1931); mechanic (Coorparoo, 1937); electrician (Sarina, 1943); electrical contractor (Broadbeach, 1949) ===''WISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Wise|Wise, George Henry]] [https://www.familysearch.org/tree/person/details/GDDS-D87] - 1853(Vic)-1950(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - politician (Postmaster-General, 1920-1921) - Electoral Rolls: solicitor (Sale, 1905-1949) - Links: [[w:George Wise (Australian politician)|Wikipedia]] ===''WISEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Cleave Wiseman|Wiseman, William James Cleave]] [https://www.familysearch.org/tree/person/details/GX2M-ZP8] - 1906(SA)-1976(SA) - Licences: 5WJ Port Lincoln (1931-1939); 5WJ Ceduna (1947-1948); 5WJ Adelaide (Parafield, 1954) - Qualifications: cc; AOCP 759, 1931, No. ?? in SA; 1COCP 485, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Port Lincoln, SA, 1939-1941); aeradio operator (Ceduna, SA, 1943) ===''WISHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Turner Wishart|Wishart, William Turner "Bill, Billy"]] [https://www.familysearch.org/tree/person/details/GHQ3-J9S] - 1900(Qld)-1994(Qld) - Licences: 4WT Brisbane (Graceville, 1931-1939); 6TW Perth (Claremont/Floreat Park, 1946-1948); 4WX Brisbane (St Lucia, 1965-1969; Margate 1975-1980+) - Qualifications: cc; AOCP 870, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, councillor, federal councillor) - Electoral Rolls: mechanic (Red Hill, Qld, 1921); optical mechanic (Paddington, Qld, 1925; Graceville, Qld, 1928-1937); audiometrist (Floreat Park, WA, 1949; Darlington, WA, 1949); retired (Wynnum North, Qld, 1972; Margate, Qld, 1977-1980) ===''WITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sidney Herbert Witt|Witt, Sidney Herbert "Sid"]] [https://www.familysearch.org/tree/person/details/GD3D-BDV] - 1892(Vic)-1973(Vic) - Licences: 3MZ Receive Melbourne (Camberwell, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Malvern, 1914-1916); electrical engineer (Camberwell, 1922); engineer (Brighton, 1925-1943; Glen Iris, 1958-1968; Burwood, 1972)) - Links: [https://adb.anu.edu.au/biography/witt-sidney-herbert-12059 ADB] ===''WOLFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hamilton Bennett Wolfe|Wolfe, Hamilton Bennett]] [https://www.familysearch.org/tree/person/details/G9H2-8K6] - 1886(Vic)-1956(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 193, 1916; 2COCP 242, 1930; 1COCP 213, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: clerk (Bairnsdale, Vic, 1908-1912); wireless telegraphist (Applecross, WA, 1925-1926); radio telegraphist (Geraldton, 1936-1949); retired (Nedlands, WA, 1954) ===''WOLFENDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Wolfenden|Wolfenden, Peter]] - 3ZPA Strathmore (1965) - amateur operator, historian (amateur, amateur broadcasting), journalist (WIA's "Amateur Radio") ===''WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Abner David Wood|Wood, Abner David]] [https://www.familysearch.org/tree/person/details/GZ7R-BJC] - 1910(Eng)-1976(SA) - Licences: 6AS Mt Barker (1935-1939) - Qualifications: cc; AOCP 1534, 1935, WA; BOCP 654, 1945 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Percy Wood|Wood, Percy]] [https://www.familysearch.org/tree/person/details/G8M8-2V1] - 1909(Qld)-19??(???) - Licences: 4RQ Ipswich (1927-1931); 4PW Ipswich (1933-1939); 2EPW Banora Point - Qualifications: cc; AOCP 359, 1927, No. 39 in Qld - amateur operator; amateur broadcaster; journalist (QRN, AR); engineer (IREE) - Electoral Rolls: electrical mechanic (Ipswich, 1931); radio dealer (Ipswich, 1937-1949; East Ipswich, 1954-1968); electrical dealer (Banora Point, 1977-1980) ===''WOODLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Woodley|Woodley, William Robert]] [https://www.familysearch.org/tree/person/details/G8VC-CYY] - 1909(???)-1995(WA) - Licences: 6BY Perth (West Leederville, 1930-1931); 6DJ Perth (Carlisle, 1946-1948; Victoria Park, 1954-1956; Maniana, 1960-1980+) - Qualifications: cc; AOCP 680, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Claremont, 1936-1937); mechanic (Victoria Park, 1943); radio mechanic (Carlisle, 1949; Victoria Park, 1954; Maniana, 1963-1980) - Callsign possibly withdrawn for commercial ===''WOOKEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Bruce Wookey|Wookey, Robert Bruce]] [https://www.familysearch.org/tree/person/details/9DP1-GVW] - 1907(Vic)-1974(Vic) - Receive Geelong (1923-1924), 3RW Geelong (1925-1927), 3IC Geelong (1948-1974), amateur operator (AOCP 146, 1925, No. ?? in Vic), amateur broadcaster, postal clerk ===''WOOLACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Prosser Woolacott|Woolacott, Francis Prosser "Frank"]] [https://www.familysearch.org/tree/person/details/GZFL-94T] - 1903(NSW)-1968(NSW) - 2ST Receive Sydney (Drummoyne, 1923-1924), 2FW Sydney (Drummoyne, 1925-1926), amateur operator (AOCP 119, 1925, No. ?? in NSW), amateur broadcaster ===''WOOLLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edgar Woollett|Woollett, David Edgar]] [https://www.familysearch.org/tree/person/details/GZTM-HDP] - 1920(NSW)-2001(NSW) - Licences: 2ZDE Sydney (Beverley Hills, 1956-1980+) - Qualifications: AOLCP 202, 1956; AOCP 4292, 1965, NSW - amateur operator, WW2 - Electoral Rolls: telephone technician (Beverley Hills, 1949-1972; Narwee, 1977-1980) * [[/N. Woollett|Woollett, N.]] - 19??(???)-19??(???) - Licences: 2ZY Sydney (Mosman, 1926-1927) - Qualifications: AOCP 276, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: ? ===''WOOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Ronald Woolley|Woolley, Leon Ronald]] [https://www.familysearch.org/tree/person/details/L214-JQH] - 1898(Qld)-1971(Qld) - Licences: 4FW Ipswich (1931); 4FW Townsville (1933); 4FW Ipswich (1937-1939, 1946-1969) - Qualifications: cc; AOCP 751, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, ATC); employment (school teacher) - Electoral Rolls: schoolteacher (Bell, Qld, 1919-1921; Newtown, Qld, 1925; Kia Ora, Townsville, 1931; Newtown, Qld 1934-1963) ===''WOOLNOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Stephen Woolnough|Woolnough, Archibald Stephen]] [https://www.familysearch.org/tree/person/details/G8CG-9PK] - 1909(Vic)-2004(Vic) - Licences: 3BW Portarlington (1929-1980+) - Qualifications: AOCP 519, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: business proprietor (Portarlington, 1931-1980) * [[/Walter Lyell Woolnough|Woolnough, Walter Lyell]] [https://www.familysearch.org/tree/person/details/9CJF-LS3] - 1906(NSW)-1999(NSW) - 2GW Sydney (Killara, 1925-1927; Gordon, 1928-1930; Greenwich, 1931; Gordon, 1933-1936), 2GW Lithgow (1937-1939), Sydney (Gordon, 1946-1980+), amateur operator (AOCP 153, 1925, No. ?? in NSW), amateur broadcaster, licence held by father Walter George Woolnough till 1933, engineer ===''WOOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Meredith Wooster|Wooster, Horace Meredith "Jack"]] [https://www.familysearch.org/tree/person/details/L23Q-CGW] - 1909(Qld)-1992(Qld) - Licences: 4VH Townsville (City, 1930-1939; Belgian Gardens, 1946-1948); 4VH Brisbane (Yeronga, 1954-1980+) - Qualifications: cc; AOCP 623, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; state public servant (Qld Railways, telegraphist; Qld Main Roads Dept); military (Army signals officer) - Electoral Rolls: clerk (Townsville, 1931-1932; Norman Park, 1937; Townsville, 1943-1949; Yeronga, 1954-1980) ===''WORRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Albert Worrall|Worrall, Leonard Albert]] [https://www.familysearch.org/tree/person/details/LTL5-L1L] - 1912(NSW)-1978(Qld) - Licences: 2XM Sydney (Parramatta, 1933-1934; Punchbowl, 1935-1936); 4XM Cairns (1937-1939); 4WL Brisbane (Stafford Heights, 1975) - Qualifications: cc; AOCP 1221, 1933, NSW - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Punchbowl, NSW, 1934-1936; Cairns, Qld, 1937); bank clerk (Wynnum, Qld, 1943); clerk (Wynnum North, Qld, 1954-1963); bank manager (Tarragindi, Qld, 1968); manager (Stafford Heights, Qld, 1972-1977) ===''WORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Worth|Worth, Sydney or Sidney Ernest]] [https://www.familysearch.org/tree/person/details/GXBH-5Z3] - 1905(WA)-1963(WA) - Licences: 6SW Perth (Rivervale, 1930-1933; Nedlands, 1937-1939) - Qualifications: cc; CPRT 958, 1927; 2COCP 223, 1930; 1COCP 226, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rivervale, WA, 1931); wireless operator (Nedlands, WA, 1936-1958) ===''WRAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward James Crawford Wraith|Wraith, Edward James Crawford "Jim"]] [https://www.familysearch.org/tree/person/details/KV2C-11D] - 1862(Vic)-1942(Vic) - Early wireless experimenter ===''WRATTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn James Wratten|Wratten, Mervyn James]] [https://www.familysearch.org/tree/person/details/GZJM-DV8] - 1918(Qld)-1999(Qld) - Licences: 4MW Ipswich (Brassall, 1937-1939; North Ipswich, 1946-1947; Brassall, 1948-1980+); 4LX Gold Coast (Palm Beach, 1956-1969) - Qualifications: cc; AOCP 1932, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Ipswich ARC); military (WW2, CMF, AIF); employment (Cribb & Foote, manager, radio section); business proprietor (Avon Theatre) - Electoral Rolls: shop assistant (Brassall, Qld, 1943-1977; North Ipswich, Qld, 1980) ===''WRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Milroy Percy Wray|Wray, Ronald Milroy Percy]] [https://www.familysearch.org/tree/person/details/G8H3-QYM] - 1909(Vic)-1963(NSW) - Licences: 2WX Sydney (Hurstville, 1929-1961) - Qualifications: AOCP 472, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified ===''WREFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Norman Wreford|Wreford, Roger Norman]] [https://www.familysearch.org/tree/person/details/GX22-N2X] - 1909(WA)-1990(SA) - Licences: 2ADC Broken Hill (1936-1937); 5RW Adelaide (Blackwood, 1938-1939; Mitcham, 1947-1954; South Brighton, 1955-1960; Crafers, 1965-1980+) - Qualifications: cc; AOCP 1714, 1936, NSW - amateur operator; amateur broadcaster - Relationships: Brother of 5DW-6IW Arthur Franklin Wreford - Electoral Rolls: bank clerk (Broken Hill, NSW, 1935-1936; Blackwood, SA, 1939; Mitcham, SA, 1941-1943) * [[/Arthur Franklin Wreford|Wreford, Arthur Franklin]] [https://www.familysearch.org/tree/person/details/G3V1-92S] - 1898(WA)-19??(???) - Licences: 5DW Adelaide (Kensington Gardens, 1937-1939; Cumberland, 1947-1954); 6IW Perth (Armadale, 1955-1969) - Qualifications: cc; AOCP 2037, 1937, SA; 2COCP 452, 1941 - amateur operator; amateur broadcaster; WW1 - Relationships: Brother of 2ADC-5RW Roger Norman Wreford - Electoral Rolls: bank clerk (Kensington Gardens, SA, 1939); mechanic (Crystal Brook, SA, 1941; Cumberland, SA, 1943); civil servant (Gosnells, WA, 1954); technician (Armadale, WA, 1958) - Links: [https://discoveringanzacs.naa.gov.au/browse/person/133040 NAA] ===''WRIEDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Sjoberg Albert Wriede|Wriede, George Sjoberg Albert]] [https://www.familysearch.org/tree/person/details/LKG2-VK8] - 1900(Qld)-1971(Qld) - Licences: 4DJ Receive Caboolture (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: railway employee (Cooroy, 1921; Miriam Vale, 1925-1958); retired (Gladstone, 1963) ===''WRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Wright|Wright, Albert Edward]] - 19??(???)-19??(???) - Licences: 2SS Receive Scarborough (1923); 2SS Scarborough (1924-1925); 2SS Coledale (1926-1933); 2SS Coolah (1933); 2SE Scarborough (1935-1936); 2SE Louth/Bourke (1937-1938); 2SE Walgett (1939); 2SE Willow Tree (1946); 2SE Stanmore (1947-1950); 2SE Sydney (Guildford, 1954-1961); 2SE Quirindi (1965) - Qualifications: cc; AOCP 118, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Comment: several contemporaneous Albert Edward Wrights in NSW, needs specific data to identify - Electoral Rolls: Nil yet identified * [[/A. W. H. Wright|Wright, A. W. H. "Bill"]] - 19??(???)-19??(???) - 5BW Adelaide, 3AAW, 4TU Garbutt (-1950+, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster * [[/Collis Page Wright|Wright, Collis Page]] [https://www.familysearch.org/tree/person/details/GD1P-P9L] - 1912(Tas)-2004(Tas) - Licences: 7LZ Launceston (1933-1980+) - Qualifications: cc; AOCP 1099, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draper's assistant (Launceston, 1936-1937); salesman (Launceston, 1943); draper (Launceston, 1949-1968) * [[/Eric John Wright|Wright, Eric John]] [https://www.familysearch.org/tree/person/details/GXHG-P2G] - 1904(Qld)-1967(Qld) - Licences: 4DY Brisbane (Annerley, 1936-1939; Windsor, 1947; Buranda, 1948; Annerley, 1954; Buranda, 1955-1956; Ekibin, 1960-1965) - Qualifications: cc; AOCP 1816, 1936, Qld; 3COCP 1471, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: turner (Annerley, Qld, 1937-1943; Annerley, Qld, 1949); waterside worker (Ekibin, Qld, 1963) * [[/Frederick Harold Wright|Wright, Frederick Harold]] [https://www.familysearch.org/tree/person/details/GF95-LW1] - 1910(Eng)-1972(WA) - Licences: 6FR Perth (Buckland Hill, 1936-1937; Mosman Park, 1938-1939, 1947-1960) - Qualifications: cc; AOCP 1809, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Buckland Hill, WA, 1936; Mosman Park, WA, 1943-1963) * [[/William Henry Hilsdon Wright|Wright, William Henry Hilsdon]] [https://www.familysearch.org/tree/person/details/GDVF-RKL] - 1905(Qld)-1967(Qld) - Licences: 4FA Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Murrays Creek, 1930; Ballandean, 1937-1949); teacher (Toowoomba, 1954-1963) ===''WYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Hemingway Wyle|Wyle, Albert John Hemingway]] [https://www.familysearch.org/tree/person/details/GF3J-6L7] - 1913(WA)-1990(WA) - Licences: 6BW Perth (Shenton Park, 1937-1939; Nedlands, 1947-1980+) - Qualifications: cc; AOCP 1865, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: radio salesman (Nedlands, WA, 1943-1968); salesman (Dalkeith, WA, 1972-1980) ===''WYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Agar Wynne|Wynne, Agar]] [https://www.familysearch.org/tree/person/details/LZ4J-6CN] - 1850(Eng)-1934(Vic) - senior federal politician (Postmaster-General, 1913-1914) * [[/Alfred Percy Wynne|Wynne, Alfred Percy]] [https://www.familysearch.org/tree/person/details/L858-Q52] - 1885(Qld)-1966(Qld) - proprietor music business (Wynne's Music, Maryborough), proprietor broadcasting station (4MB Maryborough) - Electoral Rolls: piano tuner (Paddington, 1908; Mooloolah, 1909); commercial traveller (Mooloolah, 1912); piano tuner (Maryborough, 1913); salesman (Brisbane, 1916-1917; Mooloolah, 1919; Maryborough, 1919-1925); music store proprietor (Maryborough, 1928-1949); business manager (Maryborough, 1963) =='''X'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> =='''Y'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''YATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Gordon Yates|Yates, Kenneth Gordon]] [https://www.familysearch.org/tree/person/details/GXRW-CJ3] - 1910(SA)-2000(SA) - Licences: 5RP Adelaide (Cottonville, 1939, 1947-1954; Westbourne Park, 1955-1980+) - Qualifications: cc; AOCP 2371, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Cottonville, SA, 1939-1943) * [[/Reginald Colin Yates|Yates, Reginald Colin]] [https://www.familysearch.org/tree/person/details/GXRW-QX6] - 1914(SA)-1984(NSW) - Licences: 5RY Wyalla (1935-1937); 2AGZ Wollongong (1938-1939, 1947); 2AGZ Sydney (Mosman, 1948-1950); 2AGZ Broken Hill (1954-1957); 2AGZ Newcastle (Hamilton, 1958-1961; Charlestown, 1965-1980) - Qualifications: cc; AOCP 1474, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Wollongong, NSW, 1943); electrical engineer (Mosman, NSW, 1949); engineer (Wollongong, NSW, 1954); chartered electrical engineer (Merewether, NSW, 1958); professional engineer (Charlestown, NSW, 1968-1980) ===''YEATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Melville Yeates|Yeates, Henry Melville]] [https://www.familysearch.org/tree/person/details/G698-PXG] - 1912(Tas)-1980(???) - Licences: 7HY Launceston (1936-1939, 1948-1956) - Qualifications: cc; AOCP 1621, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Launceston, 1936-1937); electrical contractor (Launceston, 1949-1954); salesman (Mosman, NSW, 1958-1977) ===''YORSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Sutherland Yorston|Yorston, Ernest Sutherland]] [https://www.familysearch.org/tree/person/details/GZY8-46D] - 1909(Vic)-1971(Vic) - Licences: 3ES Melbourne (Caulfield, 1926-1939) - Qualifications: AOCP 299, 1926, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1931-1937); sales (Caulfield, 1942; Elsternwick, 1949); manufacturer (Caulfield, 1954-1963); director (Oakleigh, 1967-1968) ===''YOUNG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Crawford Addison Young|Young, Crawford Addison]] [https://www.familysearch.org/tree/person/details/GF3C-DQT] - 1914(WA)-1971(WA) - Licences: 6CY Perth (Fremantle, 1934-1939, 1947-1969) - Qualifications: cc; AOCP 1265, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Fremantle, WA, 1936-1937; South Fremantle, WA, 1943-1968) * [[/Ivan Harold Young|Young, Ivan Harold]] [https://www.familysearch.org/tree/person/details/L118-BVF] - 1910(Qld)-2000(Qld) - Licences: 4YG Brisbane (Albion) (1930-1939); 4YH Brisbane (Mitchelton) (1969-1980+) - Qualifications: cc; AOCP 708, 1930, No. ?? in Qld; BOCP 315, 1940 - amateur operator; amateur broadcaster; radio technician (Mission Control Station, Thursday Island) - Electoral Rolls: nil (Albion, 1931-1937); public servant (Newmarket, 1943; Mitchelton, 1949-1980) * [[/James Wolstenholme Young|Young, James Wolstenholme]] [https://www.familysearch.org/tree/person/details/L2TQ-Z2R] - 1909(NSW)-1995(NSW) - Licences: 2JY Sydney (Turramurra, 1925-1934; Roseville, 1938-1939); 2JY Katoomba (1946); 2JY Sydney (Mona Vale, 1947-1948; Willoughby, 1950-1961; Middle Cove, 1965-1980) - Qualifications: AOCP 189, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: articled clerk (Turramurra, 1932-1934), solicitor (Roseville, 1937; Katoomba, 1943; Willoughby, 1954-1977) * [[/John William Young|Young, John William]] [https://www.familysearch.org/tree/person/details/L6RN-2XX] - 1906(Qld)-1981(Qld) - Licences: 4JY Brisbane (Rosalie, 1931; Sandgate, 1933; Rosalie, 1938; Coorparoo, 1946-1980+) - Qualifications: cc; AOCP 752, 1931, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Rosalie, 1931); clerk (Sandgate, 1936); storeman (Rosalie, 1937; Coorparoo, 1943-1963); commercial traveller (Coorparoo, 1968-1980) * [[/William Anderson Young|Young, William Anderson]] [https://www.familysearch.org/tree/person/details/G89P-B3K] - 1897(Sct)-1956(Qld) - Licences: 4WA Brisbane (West End, 1927-1931) - Qualifications: cc; AOCP 330, 1927, No. 34 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: boot employee (West End, 1925-1937); bootmaker (Ashgrove, 1943-1954) =='''Z'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''ZECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Zech|Zech, William James]] [https://www.familysearch.org/tree/person/details/GZDZ-YJG] - 1893(Eng)-1973(NSW) - Licences: XABQ Sydney (Annandale, 1912-1914), 2DL Sydney (Annandale, 1922, Receive), 2WZ Sydney (Annandale, 1925-1927; Ashfield, 1928-1930; Stanmore, 1933-1934), 2ACP Sydney (Enmore, 1937; Como, 1938), 2ACP Katoomba 1939 & 1946-1975) - Qualifications: CPRTelephony 424; no record of AOCP - early wireless experimenter, ship wireless operator, amateur operator, amateur broadcaster - Electoral Rolls: {{BookCat}} hpcur7m3y5cr0sgvxprifhf1pbivh6x 4089974 4089972 2022-08-10T11:29:39Z Samuel.dellit 1387936 /* DEWAN */ wikitext text/x-wiki {{incomplete}} {{WikipediaCredit}} {{CompactTOC8|side=yes}} Thumbnail Radio Biographies sorted alphabetically by surname '''Many of the stars of Australia's Radio Universe''' '''Covering the full gamut from hypergiants to brown dwarfs''' '''Each lit the way forward to broadcasting in Australia''' =='''A'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''ABBISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Frederick Abbiss|Abbiss, John Edwin Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/GZZJ-6H9] - 1907(Eng)-1977(Qld) - Licences: 4JA Brisbane (Balmoral, 1930; Morningside, 1931-1939) - Qualifications: cc; AOCP 581, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Evans Deakin shipyards) - Halcyon: p. 83, Abiss - Electoral Rolls: engineering draftsman (Morningside, 1936); draftsman (Coorparoo, 1937; Morningside, 1949-1977) ===''ABBOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Nicholson Abbott|Abbott, Reginald Nicholson or Nicolson]] [https://www.familysearch.org/tree/person/details/9V2T-FTG] - 1897(Vic)-1980(Vic) - Licences: 3VR Melbourne (Alphington, 1923-1927); 3ABB Melbourne (Caulfield, 1947-1980) - Qualifications: cc; CPRT 273, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Alphinton, 1925-1927; St Kilda, 1931-1937; Caulfield, 1942-1949); technician (Caulfield, 1954-1977) * [[/Roy Edgar Abbott|Abbott, Roy Edgar]] [https://www.familysearch.org/tree/person/details/L6MT-CZX] - 1902(NSW)-1943(Qld) - Licences: 2YK Dorrigo (1930-1931); 2YK Telegraph Point (1933-1939) - Qualifications: cc; CPRTelephony 668, 1921; AOCP, not yet identified; 2COCP 179, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Dorrigo, 1930; Telegraph Point, 1933-1937; Mittagong, 1943) - Sacrifice: "Greater love hath no man than this" * [[/Thomas Kingsmill Abbott|Abbott, Thomas Kingsmill]] [https://www.familysearch.org/tree/person/details/LHFH-4FH] - 1891(NSW)-1933(NSW) - Licences: 2TK Wingen (1926-1929) - Qualifications: cc; Nil yet identified (likely military) - amateur operator; amateur broadcaster; WW1; witness to Royal Commission 1927 (as Graziers' Assoc NSW) - Comment: beware other contemporaneous TK Abbotts - Electoral Rolls: overseer (Muralla, 1913); grazier (Wollongong, 1931) - Links: [https://vwma.org.au/explore/people/209607 Obit] ===''ABRAHAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Abrahams|Abrahams, Frank]] [https://www.familysearch.org/tree/person/details/G836-Y6P] - 1903(Vic)-1984(Vic) - Licences: 3FA Melbourne (South Yarra, 1924-1925) - Qualifications: cc; 3COCP 6089, 1966 - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (St Kilda, 1925-1931); manufacturer (St Kilda, 1935-1936; Malvern, 1943-1967; Toorak, 1977-1980) - Relationships: brother of Louis Henry Abrahams * [[/Louis Henry Abrahams|Abrahams, Louis Henry]] [https://www.familysearch.org/tree/person/details/G8GJ-GZP] - 1889(Vic)-1940(Vic) - Licences: Receive (Valve) Melbourne (St Kilda, 1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1; director (Victorian Radio Interests Ltd); witness to Royal Commission Wireless 1927 - Electoral Rolls: potter (Brunswick, 1909); tobacconist (South Yarra, 1912-1921); manufacturer (St Kilda, 1924-1926); burner (Brunswick, 1937-1942) - Relationships: brother of 3FA Frank Abrahams ===''ACKERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Adam Ackerman|Ackerman, Joseph Adam]] [https://www.familysearch.org/tree/person/details/GZZV-49L] - 1911(NSW)-1993(Qld) - Licences: 2ALG Sydney (Carlton, 1938-1939, 1946-1948); 2ALG Wentworthville (1950); 2ALG Sydney (Parramatta, 1954-1958; North Rocks, 1960-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 2229, 1938, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal employee (Paddington, 1932; Annandale, 1933-1936; Kogarah, 1937-1943; Carlton, 1949); clerk (Parramatta, 1954-1958); senior supervisor (Wentworthville, 1963; Epping, 1968-1972); retired (Sans Souci, 1977; Hurstville, 1980) ===''ACKLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Daniel Ackling|Ackling, Harold Daniel]] [https://www.familysearch.org/tree/person/details/LD5F-8RK] - 1892(NSW)-1982(NSW) - Licences: 2PX Sydney (Bankstown, 1930-1980+) - Qualifications: cc; AOCP 612, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Randwick, 1913); machinist (Bankstown, 1930-1980) ===''ACKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Frederick Gloucester Ackland|Ackland, Stanley Frederick Gloucester]] [https://www.familysearch.org/tree/person/details/L5PB-C2Y] - 1904(SA)-1966(SA) - Licences: Receive Adelaide (Prospect, 1923); 5SF Adelaide (Prospect, 1924-1931; Linden Park, 1954-1965) - Qualifications: cc; AOCP 21, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Burnside, 1939-1943) ===''ADAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Adams|Adams, Frank John]] [https://www.familysearch.org/tree/person/details/GZJM-29V] - 1880(Eng)-1968(Vic) - Licences: 3XO Receive Melbourne (Brighton, 1923); 3XO Melbourne (Brighton, 1924-1939) - Qualifications: cc; AOCP 155, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; manager - Electoral Rolls: motor garage proprietor (Brighton, 1913); garage proprietor (Elsternwick, 1919-1921; Brighton, 1922-1924); manager (Brighton, 1925-1954); nil (Brighton, 1963-1968) * [[/Peter Harry Arthur Adams|Adams, Peter Harry Arthur "Pete"]] [https://www.familysearch.org/tree/person/details/LT3N-XMC] - 1909(NSW)-1984(NSW) - Licences: Receive (Valve) Sydney (Cremorne, 1923-1924); 2JX Sydney (Cremorne, 1927; Manly, 1929; Cremorne, 1930; Gordon, 1931; Woolahra, 1933; Epping, 1933; Cremorne, 1935-1936; Thornleigh, 1937; Waverton, 1938-1939; Denistone, 1946-1947; Avalon Beach, 1948-1950); 2JX Wentworth Falls (1954-1961); 2JX Sydney (Pymble, 1965-1969); 2JX Nambucca Heads (1975); 2JX Wentworth Falls (1980+) - Qualifications: cc; AOCP 380, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933); labourer (Epping, 1934); engineer (St Kilda, 1934); radio engineer (Thornleigh, 1937; Darlinghurst, 1943); engineer (Avalon Beach, 1949; Wentworth Falls, 1958); retired (Valla Beach, 1972-1977; Wentworth Falls, 1980) ===''ADAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Kenneth Adamson|Adamson, William Kenneth]] [https://www.familysearch.org/tree/person/details/MLXZ-HX5] - 1905(SA)-1982(SA) - Licences: Receive Adelaide (Parkside, 1923-1924); 5WA Adelaide (Parkside, 1925-1927; Fullarton, 1928-1939) - Qualifications: cc; AOCP 135, 1925, No. ?? in SA - amateur operator; amateur broadcaster; engineer - Electoral Rolls: engineer (Fullarton, 1939-1943) ===''AGNEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Gordon Carlisle Agnew|Agnew, Robert Gordon Carlisle]] [https://www.familysearch.org/tree/person/details/LDKK-D8Y] - 1904(WA)-1975(WA) - Licences: 6RA Perth (Nedlands, 1931-1939) - Qualifications: cc; AOCP 721, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1925; Nedlands, WA, 1931-1972) ===''AKEROYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gordon Akeroyd|Akeroyd, Arthur Gordon]] [https://www.familysearch.org/tree/person/details/G6F2-JXL] - 1890(Vic)-1948(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Meteorologist, Forecasting and Statistical Division, Victoria) - Electoral Rolls: civil servant (Northcote, Vic, 1912-1915); meteorologist (Northcote, 1921-1937); civil servant (Cottesloe, WA, 1943) - Links: [https://adb.anu.edu.au/biography/akeroyd-arthur-gordon-9321 ADB] ===''ALDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Oscar Edward Alder|Alder, Oscar Edward "Ock"]] [https://www.familysearch.org/tree/person/details/KJZ2-D3P] - 1896(Qld)-1987(Qld) - Licences: 4JB Brisbane (Albion, 1928-1939, 1946-1948; Chermside, 1954-1969) - Qualifications: cc; AOCP 423, 1928, No. 47 in Qld - amateur operator; amateur broadcaster; wool classer - Halcyon: p. 28, 84, 137 - Electoral Rolls: student (Albion, 1919); wool classer (Albion, 1925-1937; Cunnamulla, 1943); warehouse assistant (Chermside, 1949-1980) ===''ALDERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Zerbini Alderman|Alderman, Valentine Zerbini]] [https://www.familysearch.org/tree/person/details/GXVL-F8N] - 1893(SA)-1919(SA) - Licences: XVC Adelaide (Glenelg, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: Nil yet identified ===''ALEXANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Talbot Meredith Alexander|Alexander, Talbot Meredith]] [https://www.familysearch.org/tree/person/details/L1FJ-MZN] - 1888(Vic)-1978(Qld) - Licences: 4TM Brisbane (Ashgrove, 1931-1933); 4TM Townsville (North Ward, 1937-1939) - Qualifications: cc; 2COCP 315, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: salesman (Kew, Vic, 1912-1914); wireless instructor (Melbourne City, 1925-1926); superintendent wireless (Glenferrie, Vic, 1926-1927); sales representative (City, Brisbane, 1928); business manager (North Ward, Qld, 1936-1937); instructor (Paddington, Qld, 1943); commercial traveller (East Brisbane, Qld, 1949; New Farm, 1954-1958); retired (Moorooka, 1968-1977) ===''ALLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus John Allan|Allan, Angus John]] [https://www.familysearch.org/tree/person/details/GX2C-YWF] - 1912(SA)-1996(SA) - Licences: 5UL Adelaide (Ovingham, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 2013, 1937, SA; 1COCP 458, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Ovingham, SA, 1939-1941) * [[/John Allan|Allan, John]] [https://www.familysearch.org/tree/person/details/GXH1-PFG] - 1905(Sct)-19??(???) - Licences: 4AN Brisbane (Chermside, 1937-1939) - Qualifications: cc; AOCP 1938, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous JAs - Electoral Rolls: Nil yet identified ===''ALLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Mason Allard|Allard, George Mason]] [https://www.familysearch.org/tree/person/details/G6HT-JMV] - 1866(Eng)-1953(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman of Directors (AWA); witness to Royal Commission Wireless 1927 - Honours: knighted; K.B. - Electoral Rolls: secretary (Wahroonga, 1930-1937); accountant (Wahroonga, 1943-1949) - Links: [https://adb.anu.edu.au/biography/allard-sir-george-mason-4999 ADB] ===''ALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Allen|Allen, Albert Edward]] [https://www.familysearch.org/tree/person/details/G69B-SGR] - 1902(Tas)-1969(Tas) - Licences: 7PA Hobart (New Town, 1933-1937; Moonah, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 1171, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: brother of 7AL Thomas Arthur Allen - Electoral Rolls: electrical engineer (New Town, 1928-1936; Moonah, 1937-1954) * [[/George Alexander Allen|Allen, George Alexander]] [https://www.familysearch.org/tree/person/details/GD3H-DJK] - 1891(Sct)-1965(USA) - Licences: Nil yet identified - Qualifications: CPRT 49, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: Nil yet identified * [[/Kenneth Douglas Allen|Allen, Kenneth Douglas]] [https://www.familysearch.org/tree/person/details/G8N5-19J] - 1907(WA)-2002(Qld) - Licences: 2GX Sydney (West Ryde, 1930-1934) - Qualifications: AOCP 648, 1930, NSW; 3COCP 4263, 1963 - amateur operator, amateur broadcaster, WW2 (Army, Royal Australian Engineers, Lieutenant, 1940) - Education: BSc (Syd Uni, 1933) - Electoral Rolls: student (West Ryde, 1930-1935); director (Woolwich, 1936-1937); soldier (Woolwich, 1943); engineer (Woolwich, 1963-1972; Hunters Hill, 1977; Gladesville, 1980) * [[/Robert Kelvin Allen|Allen, Robert Kelvin]] [https://www.familysearch.org/tree/person/details/GQTK-TH9] - 1916(Qld)-1942(Indonesia) - Licences: 4PR Brisbane (1936-1939) - Qualifications: AOCP 1634, 1936, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 13 Squadron, Pilot Officer), (Halcyon, p. 177) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/allen-robert-kelvin-404945/] * [[/Thomas Arthur Allen|Allen, Thomas Arthur]] [https://www.familysearch.org/tree/person/details/G6SQ-9YN] - 1916(Tas)-1998(Tas) - Licences: 7AL Hobart (New Town, 1936-1939, 1946-1956; Lindisfarne,1960-1980+) - Qualifications: cc; AOCP 1738, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 7PA Albert Edward Allen - Electoral Rolls: salesman (New Town, 1943-1954); director (Lindisfarne, 1963-1972) ===''ALLINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Thirlmier John Allinson|Allinson, Lancelot Thirlmier John]] [https://www.familysearch.org/tree/person/details/L81B-F4P] - 1896(NSW)-1961(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 804, 1924 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: radiotelegraphist (Applecross, WA, 1925; Broome, WA, 1931; Como, WA, 1931; South Perth, WA, 1936-1943; Broome, WA, 1949-1954); telegraphist (Esperance, WA, 1958) ===''ALLSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Cottam Allsop|Allsop, Raymond Cottam "Ray"]] [https://www.familysearch.org/tree/person/details/LJLT-SNJ] - 1898(NSW)-1972(NSW) - Licences: XCA Sydney (Randwick, 1911-1914); 2YG Sydney (Randwick, 1924; Coogee 1924-1929; Roseville, 1930); 2AYG Sydney (Roseville, 1946-1947+); 2NA Sydney (Roseville, 1961); 2BL Sydney (Roseville, 1965-1969) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW); broadcaster (2BL, chief engineer); journalist (Wireless Weekly, 1920s); military (RAN Volunteer Reserve, Lieutenant; WW2 (RAN, Engineer Lieutenant); witness to Royal Commission Wireless 1927 (obo Broadcasters Sydney Ltd; federal public servant (ABCB, member, 1953-1954) - Honours: Coronation Medal, 1937; OBE, 1971 - Electoral Rolls: radio engineer (Roseville, 1930); engineer (Roseville, 1933; Gordon, 1937; Roseville, 1943); electronic engineer (Roseville, 1949); director (South Yarra, 1954); engineer (Roseville, 1958-1968) - Links: [https://adb.anu.edu.au/biography/allsop-raymond-cottam-ray-9344 ADB]; [http://messui.polygonal-moogle.com/valves/NW199001.pdf EA] ===''ALSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Russell Alsop|Alsop, John Russell]] [https://www.familysearch.org/tree/person/details/LKB3-WXQ] - 1906(Vic)-1973(Vic) - 3MI Melbourne (Kew, 1925-1939), amateur operator (AOCP 76, 1925, No. ?? in Vic), amateur broadcaster, engineer ===''AMBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Charles Ambler|Ambler, Sydney Charles]] [https://www.familysearch.org/tree/person/details/GFWD-Y9L] - 1892(NSW)-1956(WA) - Licences: XYAE Perth (West Perth, 1913) - Qualifications: cc; CPRT 891, 1925; 2COCP 72, 1929; 1COCP 158, 1938 - early wireless experimenter; WW2 - Electoral Rolls: radio telegraphist (East Perth, WA, 1921; North Perth, WA, 1925); wireless telegraphist (Victoria Park, WA, 1934-1943); radio telegraphist (Esperance, WA, 1949); radio telephonist (Esperance, WA, 1954) ===''AMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement Edgar Ames|Ames, Clement Edgar "Clem"]] [https://www.familysearch.org/tree/person/details/KNDX-JF8] - 1889(SA)-1957(SA) - Licences: XVG Adelaide (Torrensville, 1913-1914); 5AV Adelaide (Kent Town, 1923; Hindmarsh, 1924) - Qualifications: cc; Nil identified - early wireless experimenter; amateur operator; amateur broadcaster; operator 5WI (1925) - Electoral Rolls: engineer (Allenby Gardens, 1939-43) ===''ANCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Leslie Finion Ancher|Ancher, Norman Leslie Finion or Tinian]] [https://www.familysearch.org/tree/person/details/GXL7-MCQ] - 1910(NSW)-1983(NSW) - Licences: 5NA Adelaide (Mile End, 1937-1939); 2NH Sydney (Lindfield, 1946-1947; Mosman, 1948-1954; Cremorne, 1955-1980+) - Qualifications: cc; AOCP 2057, 1937, SA; BOCP 476, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Chatswood, NSW, 1934); sound engineer (West Maitland, NSW, 1936); engineer (Mile End, SA, 1939; Rose Park, SA, 1941-1943); radio engineer (Mosman, NSW, 1949; Cremorne, NSW, 1958-1968); engineer (Cremorne, NSW, 1972); technical officer (Lane Cove, NSW, 1972-1980) ===''ANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Ronald Anderson|Anderson, Alexander Ronald]] [https://www.familysearch.org/tree/person/details/GXPM-L6J] - 1914(SA)-1997(SA) - Licences: 5GM Adelaide (Eastwood, 1936-1939, 1947; Payneham South, 1948-1980+) - Qualifications: cc; AOCP 1700, 1936, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: warehouseman (Eastwood, SA, 1939-1943) * [[/Andrew Oswald Anderson|Anderson, Andrew Oswald "Oswald", "Andy", "A.O."]] [https://www.familysearch.org/tree/person/details/99GB-Z8L] - 1885(NSW)-1944(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Electoral Rolls: accountant (Mosman, 1913); manager (Rose Bay, 1930; Vaucluse, 1934-1935) - Links: [https://ozvta.com/wp-content/uploads/2011/12/anderson-oswald-1062017.pdf Bio] * [[/Eric William Alfred Anderson|Anderson, Eric William Alfred]] [https://www.familysearch.org/tree/person/details/G8WX-744] - 1908(Vic)-1986(Vic) - Licences: 3KH Melbourne (East Malvern, 1928-1931; Glen Iris, 1933-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 424, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Malvern, 1936-1937); engineer (Camberwell, 1943; Glen Iris, 1949-1968; Burwood, 1972-1980) * [[/Frederic Brian Anderson|Anderson, Frederic Brian]] [https://www.familysearch.org/tree/person/details/L5YN-TYJ] - 1918(Eng)-2008(SA)90yo - Licences: 5FA Tanunda (1934-1939); 5FA Waikerie (1947-1956) - Qualifications: cc; AOCP 1351, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: clerk (Tanunda, SA, 1939-1943) * [[/G. R. Anderson|Anderson, G. R.]] - 19??(???)-19??(???) - Licences: Receive Adelaide (Gilberton, 1923); 5GA Adelaide (Highgate, 1931-1933; Myrtle Bank, 1937-1939, 1947-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/John Francis Anderson|Anderson, John Francis]] [https://www.familysearch.org/tree/person/details/G8JJ-WFL] - 1914(Vic)-19??(???) - Licences: 3JA Warrnambool (1930-1933); 3JA Nullawarre (1937-1939, 1946-1980+) - Qualifications: AOCP 661, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farmer (Warrnambool, 1936; Nullawarre, 1937-1980)- Comment: Several contemporaneous JFAs * [[/Keith Sydney Anderson|Anderson, Keith Sydney]] [https://www.familysearch.org/tree/person/details/GZLK-8J9] - 1911(WA)-1944(Vic) - Licences: 6KS Perth (North Perth, 1935); 6KS Mt Magnet (1937); 6KS Perth (1938-1939) - Qualifications: cc; AOCP 1487, 1935, WA - amateur operator; amateur broadcaster; WW2 (Army, 2nd/1st Infantry Battalion, Private) - Electoral rolls: bank officer (Mt Magnet, WA, 1936-1937; East Perth, WA, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/618137 VWMA]; [https://www.awm.gov.au/collection/R1691738 Roll of Honour]; [https://www.awm.gov.au/collection/P10295040 AWM] * [[/Maurice Bernard Anderson|Anderson, Maurice Bernard]] [https://www.familysearch.org/tree/person/details/GC3V-WL9] - 1908(SA)-1960(Vic) - Licences: Receive Adelaide (Cheltenham, 1923-1924); 5MA Adelaide (Cheltenham, 1925-1928); 3AMA Melbourne (Sandringham, 1947-1956) - Qualifications: cc; AOCP 103, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; fitter - Electoral Rolls: radio engineer (Cloncurry, Qld, 1931-1937) * [[/Percy James Anderson|Anderson, Percy James]] [https://www.familysearch.org/tree/person/details/G8WN-6Y7] - 1908(Vic)-1998(Vic) - Licences: 3PA Melbourne (Westgarth, 1928-1933; West Preston, 1937-1939, 1946-1956); 3PA Dooen (1965-1969); 3PA Geelong (Wallington, 1975-1980) - Qualifications: AOCP 428, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Westgarth, 1934); engineer (Preston, 1936-1963); technician (Horsham, 1967-1968); retired (Wallington, 1972-1980) - Relationships: brother-in-law of 3JR Christopher James Rainbow * [[/Robert Arthur Crosbie Anderson|Anderson, Robert Arthur Crosbie "Bob"]] [https://www.familysearch.org/tree/person/details/G8VK-GZN] - 1908(Vic)-1990(Vic) - Licences: 3WY Melbourne (Camberwell, 1930-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 691, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Camberwell, 1931-1949; Glen Iris, 1954-1967; Burwood, Vic, 1972-1980) ===''ANEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Anear|Anear, Francis George]] [https://www.familysearch.org/tree/person/details/9XLK-9D6] - 1910(SA)-1971(SA) - Licences: 5LK Carrow (1929-1931); 9WZ Momote, Admiralty Islands (1954); 5WZ Adelaide (Parkside, 1955); 3AGF Melbourne (Laverton, 1960); 5WZ Adelaide (Parkside, 1965-1969) - Qualifications: cc; AOCP 556, 1929, No. ?? in SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil identified as Francis George Anear ===''ANGEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Benjamin Angel|Angel, Henry Benjamin "Harry"]] [https://www.familysearch.org/tree/person/details/GQWW-K4Y] - 1891(Eng)-1998(Qld, 106yo) - Licences: 4HA Brisbane (St Lucia, 1935-1939; Enoggera, 1946-1969; Lota, 1975-1980+) - Qualifications: cc; AOCP 1503, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW1, AIF Signals; WW2, AMF, Navy); business proprietor (radio service) - QSLs: Entire collection held by SLQ - Halcyon: p. 51, 60, 81, 163 - Electoral Rolls: motor driver (Kangaroo Point, Qld, 1919; Toowong, Qld, 1919-1925); carrier (St Lucia, Qld, 1928-1937); radio mechanic (Enoggera, Qld, 1949-1972); retired (Lota, Qld, 1977-1980) ===''ANSCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Arthur Anscombe|Anscombe, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/G6TL-7LR] - 1888(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: turner & fitter (Northcote, Vic, 1912-1913; Surrey Hills, Vic, 1914); mechanic (Albert Park, Vic, 1919); manager (Box Hill, Vic, 1927-1943) ===''ANTHONY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Henry Anthony|Anthony, Michael Henry]] [https://www.familysearch.org/tree/person/details/LK3H-6B7] - 1894(Vic)-1966(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio telegraphist (Thursday Island, 1919); telegraphist (Prahran, 1921-1924); clerk (Oakleigh, 1934); railway employee (Sandringham, Vic, 1936-1942); telegraphist (Sandringham, 1954-1963) * [[/Reginald Major Anthony|Anthony, Reginald Major "Reg"]] [https://www.familysearch.org/tree/person/details/GCYN-YWG] - 1908(SA)-1986(SA) - Licences: 5CM Adelaide (Unley Park, 1927-1937; Medindie Gardens, 1938-1939; Prospect, 1946-1960; Somerton Park, 1965-1980+) - Qualifications: cc; AOCP 324, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Wilfred Boykett Anthony - Electoral Rolls: Nil * [[/Wilfred Boykett Anthony|Anthony, Wilfred Boykett]] [https://www.familysearch.org/tree/person/details/GCYJ-3HZ] - 1903(SA)-1974(SA) - Licences: Receive Adelaide (Unley Park, 1923) - Qualifications: Nil identified - amateur receive operator, WW2 - Relationships: Brother of Reginald Major Anthony - Electoral Rolls: bank clerk (Netherby, 1939-1941) ===''APPERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Apperley|Apperley, George]] [https://www.familysearch.org/tree/person/details/GDNQ-5XG] - 1887(NZ)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 704, 1922; 1COCP 237, 1931 - NZ Gov. Telegraphs pre 1910; British Colonial Gov, 1910-1912; AWA (from 1913; Chief Marconi Wireless School 1914-1916; Works Manager 1916-1919; technical superintendent 1919-1923; OIC Beam Wireless 1924; Traffic Manager, Beam Wireless - Electoral Rolls: engineer (Elsternwick, 1922); manager (St Kilda, 1928; Caulfield, Vic, 1931-1936; Elsternwick, Vic, 1943); engineer (Manly, NSW, 1954) ===''ARCHIBALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Wilson Archibald|Archibald, Ian Wilson]] [https://www.familysearch.org/tree/person/details/G8HM-9LC] - 1902(WA)-1993(NSW) - Licences: 2BJ Receive Tingha (1922); 2KU Sydney (Dulwich Hill, 1928-1939, 1946-1955; Sans Souci, 1956-1965; Noraville, 1969-1980+) - Qualifications: cc; AOCP 457, 1928, No. ?? in NSW; 3COCP 2393, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: mining engineer (Dulwich Hill, 1930-1933); engineer (Dulwich Hill, 1936-1954); chemist (Sans Souci, 1958-1963); retired (Noraville, 1968) ===''ARGAET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stanislaus Argaet|Argaet, William Stanislaus]] [https://www.familysearch.org/tree/person/details/GZDZ-8Z8] - 1894(NSW)-1951(Qld) - Licences: 4KH Brisbane (Wynnum, 1931-1939, 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; business proprietor (Wynnum bus service) - Halcyon, p. 87, 127 - Electoral Rolls: electrician (Coorparoo, 1925); bus proprietor (Wynnum, 1928-1949) ===''ARMATI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rex Gordon Armati|Armati, Rex Gordon]] [https://www.familysearch.org/tree/person/details/2S42-XKH] - 1899(Qld)-1973(Qld) - Licences: 4DB Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: chemist's assistant (Stanton Hill, Townsville, 1921-1928); salesman (Neutral Bay, 1930); chemist's assistant (Stanton Hill, Townsville, 1936-1943); employment officer (Darlinghurst, 1949); clerk (Darlinghurst, 1954-1958; Kings Cross, 1963); shipping clerk (Surry Hills, 1968-1972) ===''ARMSTRONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Howard Armstrong|Armstrong, Edwin Howard]] [https://www.familysearch.org/tree/person/details/L5ZX-354] - 1890(USA)-1954(USA) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - USA inventor of the superheterodyne receiver [https://worldradiohistory.com/Archive-Radio-Club-of-America/Legacies-of-Edwin-Howard-Armstong-1990-11-Radio-Club-of-America.pdf RCA 1990 Special Edition] * [[/Stanley John Armstrong|Armstrong, Stanley John]] [https://www.familysearch.org/tree/person/details/GX4V-K7Y] - 1910?(NSW)-1972(Qld) - Licences: 4ZK Brisbane (Enoggera, 1932-1933); 4SA Brisbane (Enoggera, 1954-1969) - Qualifications: cc; AOCP 1004, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: soldier (Windsor, Qld, 1919); clerk (Enoggera, Qld, 1922-1968) * [[/Thomas Armstrong|Armstrong, Thomas]] [https://www.familysearch.org/tree/person/details/G88Q-GGZ] - 1895(Sct)-1964(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRTelephony 217, 1916; 1COCP 132, 1930 - witness to Royal Commission 1927 (obo PMGD) - senior federal public servant (Superintendent, Wireless Branch, NSW, PMGD), promoted to role upon retirement of William Tamillas Stephen Crawford ===''ARNOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Sydney Arnold|Arnold, Albert Sydney]] [https://www.familysearch.org/tree/person/details/9M2W-ZG2] - 1882(NSW)-1965(NSW) - Licences: XAB Sydney (Ashfield, 1911-1914) - Qualifications: Nil identified as yet - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Ashfield, 1913-1954); company secretary (Hurlstone Park, 1958); retired (Hurlstone Park, 1963) * [[/Edwin Charles Arnold|Arnold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/L8QX-H7J] - 1898(NSW)-1970(NSW) - Licences: 2BY Receive Tamworth (1922); 2BY Tamworth (1923-1925); 2BY Coolah (1925-1927); 2BY Sydney (Manly, 1928; Mona Vale, 1933-1936); 2AGW Sydney (Manly, 1938-1939) - Qualifications: cc; AOCP 226, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Mona Vale, 1931-1934), clerk (Balgowlah Heights, 1943-1968) * [[/Ernest Noel Arnold|Arnold, Ernest Noel]] [https://www.familysearch.org/tree/person/details/G84H-8J6] - 1907(NSW)-1978(NSW) - Licences: Receive (Crystal) Albury (1923-1924); 2OJ Albury (1928-1939, 1946-1975) - Qualifications: AOCP 452, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Albury, 1930-1937); fruit merchant (Albury, 1949-1977) * [[/Joseph Leslie Grahame Arnold|Arnold, Joseph Leslie Grahame "Les"]] [https://www.familysearch.org/tree/person/details/L853-R3J] - 1912(Vic)-1991(Tas) - Licences: 7AM Launceston (City, 1934-1939; Invermay, 1946-1956; Mowbray, 1960-1969; City, 1975-1980+) - Qualifications: cc; AOCP 1263, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: textile worker (Launceston North, 1936-1954); mechanic (Mowbray, 1968) * [[/William Henry Redvers Arnold|Arnold, William Henry Redvers]] [https://www.familysearch.org/tree/person/details/L2J7-SZ1] - 1903(Eng)-1993(WA) - Licences: 6BA Perth (Wembley, 1936-1937); 6BA Katanning (1938-1939) - Qualifications: cc; AOCP 1762, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Subiaco, WA, 1931-1937); electrical fitter (Katanning, WA, 1943; Kalgoorlie, WA, 1943); engineer (South Fremantle, WA, 1949); fitter (Scarborough, WA, 1954); electrician (Scarborough, WA, 1958); engineer (Floreat Park, WA, 1963); electrical contractor (West Perth, WA, 1968; South Perth, WA, 1972); electrician (Australind, WA, 1977) ===''ARTHUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Glendon Arthur|Arthur, Charles James Glendon "Glen"]] [https://www.familysearch.org/tree/person/details/G8CT-T62] - 1915(Qld)-1983(Qld) - Licences 4GJ Dayboro (1935-1939); 4GJ Brisbane (Morningside, 1946-1980+) - Qualifications: cc; AOCP 1450, 1935, Qld; BOCP?; 2COCP 493, 1941; 1COCP 639, 1942 - amateur operator, amateur broadcaster - Halcyon: p. 80 - Electoral Rolls: radio engineer (Wagga Wagga, 1943); radio mechanic (Morningside, 1949-1980) ===''ASHBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. W. C. Ashbury|Ashbury, A. W. C.]] - 19??(???)-19??(???) - Licences: Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ASHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice John Ashby|Ashby, Maurice John]] [https://www.familysearch.org/tree/person/details/GX49-L1C] - 1901(Eng)-1973(NSW) - Licences: 4DH Receive Dalby (1923) - Qualifications: cc; CPRT 899, 1925; 2COCP 94, 1930; 1COCP 281, 1932 - amateur receiver - Electoral Rolls: gardener (Dalby, 1922); labourer (Greenslopes, 1925); salesman (Glebe, 1933; Northbridge, 1935-1936; Epping, 1937); radio telegraphist (New Farm, Qld, 1943); planning assistant (Haberfield, NSW, 1943; Pennant Hills, NSW, 1949; Thornleigh, NSW, 1954-1963); retired (Avalon Beach, NSW, 1968-1972) ===''ASHLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Richard Ashley|Ashley, George William Richard]] [https://www.familysearch.org/tree/person/details/GF96-CMZ] - 1919(Eng)-1999(WA) - Licences: 6GA Perth (Carlisle, 1938-1939, 1947-1954); 6GA Kalgoorlie (1955-1956); 6GA Perth (Mt Yokine, 1960-1980+) - Qualifications: cc; AOCP 2094, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Carlisle, WA, 1943-1949); communications officer (Kalgoorlie, WA, 1954-1958); clerk (Yokine, WA, 1963-1980) ===''ASHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Robert Ashlin|Ashlin, Eric Robert]] [https://www.familysearch.org/tree/person/details/GSRF-44C] - 1910(Qld)-1992(Qld) - Licences: 4EA Brisbane (Annerley, 1931-1933); 4EA Toowoomba (1937-1939); 4EA Coolangatta (1946-1947); 4EA Bilinga (1948-1975) - Qualifications: cc; AOCP 873, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Rosentengels, radio service); military (WW2; signals officer) - Halcyon: p. 73, 127, 163 - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1936-1943; Bilinga, Qld, 1949-1963); TV technician (Bilinga, NSW, 1968-1980) ===''ASMUSSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Asmussen|Asmussen, Donald "Don"]] - Licences: 4ZJA Brisbane (Mt Gravatt, 1965); 4FA Brisbane (Mt Gravatt, 1969-1980+) - amateur operator, JOTA participant 1960s ===''ATHELSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. N. Athelstone|Athelstone, G. N.]] - 19??(???)-19??(???) - Licences: 5NG Central Australia (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Joseph Atkins|Atkins, Kenneth Joseph "Ken"]] [https://www.familysearch.org/tree/person/details/GCXH-NW7] - 1912(Eng)-2001(SA) - Licences: 5MW Adelaide (Semaphore, 1932-1939; Woodville Park, 1946-1948; Eden Hills, 1954; Blackwood Park, 1955-1960; Campbelltown, 1965-1980+) - Qualifications: cc; AOCP 910, 1932, No. ?? in SA; BOCP 415, 1941 - amateur operator; amateur broadcaster; engineer (Dept. Civil Aviation) - Electoral Rolls: mechanic (Semaphore, SA, 1939-1941); engineer (Woodville Park, SA, 1943) * [[/Leslie Morton Atkins|Atkins, Leslie Morton "Les"]] [https://www.familysearch.org/tree/person/details/MCTV-T5T] - 1876(Vic)-1949(WA) - Licences: 4LA Townsville (1924-1926); 5LA Adelaide (Magill, 1926-1931; Tusmore, 1933; Erindale, 1937-1939); seems to have operated in Townsville as 4GD ca Nov 1924? - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMGD (telegraphist, east-west overland telegraph, Eucla, 1910); engineer (PMGD, divisional engineer) - Halcyon: AOCP Townsville 1925, p. 88 - Electoral Rolls: telegraphist (Eucla, 1903-1910; Victoria Park, 1912-1916); district engineer (Townsville, 1919-1925); engineer (Tusmore, 1939); retired (Lismore Base Hospital, NSW, 1943) ===''ATKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Marshall Atkinson|Atkinson, John Marshall]] [https://www.familysearch.org/tree/person/details/G89L-C6R] - 1906(Eng)-1999(ACT) - Licences: 2RZ Sydney (Mosman, 1927-1930; Carrs Park, 1931-1936; Glebe, 1937; Chippendale, 1938-1939); 4RZ Labrador (1955); 4RZ Gatton (1956-1960); 4RZ Southport (1969-1980+) - Qualifications: AOCP 331, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Neutral Bay, 1930); organiser (Darlinghurst, 1943); shopkeeper (Gatton, 1958-1963; Labrador, 1968); retired (Southport, 1972-1980) * [[/Noel Whittaker Atkinson|Atkinson, Noel Whittaker]] [https://www.familysearch.org/tree/person/details/K2XX-V88] - 1908(Qld)-1979(Qld) - Licences: 4WK Brisbane (1929), 4NA Brisbane (1930-1935, Check), 4BT Brisbane (Camp Hill, 1946-1965+) - Qualifications: AOCP 530, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, business proprietor (radio sales & service), federal public servant (DCA) - Electoral Rolls: - radio mechanic (Camp Hill, 1937-1977) - (Halcyon, p. 102) * [[/Reginald Aubrey Atkinson|Atkinson, Reginald Aubrey]] [https://www.familysearch.org/tree/person/details/9V5M-WJC] - 1895(Qld)-1965(Qld) - Licences: 4RA Brisbane (South Brisbane, 1928-1933; Annerley, 1937-1939) - Qualifications: cc; AOCP 412, 1928, No. 46 in Qld - amateur operator; amateur broadcaster - Halcyon: not mentioned - Electoral Rolls: clerk (Coorparoo, 1919); accountant (Rosewood, 1925); timber merchant (Yeronga, 1925; Thompson Estate, 1937-1949; Southport, 1958-1963) * [[/Robert Henry Atkinson|Atkinson, Robert Henry]] [https://www.familysearch.org/tree/person/details/GXY5-2P3] - 1913(WA)-19??(???) - Licences: 6WZ Perth (Victoria Park, 1936-1939); 6WZ Geraldton (1947-1955); 6WZ Albany (1956-1965); 6WZ Katanning (1969); 6WZ Albany (1975-1980) - Qualifications: cc; AOCP 1804, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: journalist (Victoria Park, WA, 1936-1937); radio announcer (Geraldton, WA, 1943); broadcast station manager (Geraldton, WA, 1949-1954); manager (Albany, WA, 1958-1968); radio announcer (Albany, WA, 1972-1980) ===''AUGUSTESEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Gerald Augustesen|Augustesen, Gordon Gerald]] [https://www.familysearch.org/tree/person/details/GZDZ-LF9] - 1915(Qld)-1986(Qld) - Licences: 4JN Brisbane (Mitchelton, 1932-1939); 4XQ Brisbane (Auchenflower, 1947-1948; Oakleigh, 1954-1960; Kenmore, 1965-1980+) - Qualifications: cc; AOCP 1046, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); military (WW2, RAAF, radar technician); business proprietor (Telair) - Halcyon: p. 85, 127 - Electoral Rolls: radio engineer (Mitchelton, Qld, 1943); manager (Auchenflower, Qld, 1949; Dorrington, Qld, 1954-1963; Kenmore, Qld, 1968-1980) ===''AUSTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emanuel Maxwell Austin|Austin, Emanuel Maxwell "Mannie"]] [https://www.familysearch.org/tree/person/details/G8HH-98K] - 1909(NSW)-1997(NSW) - Licences: 2KZ Kurri Kurri (1929-1980+) - Qualifications: AOCP 477, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clipper (Kurri Kurri, 1930-1980) * [[/Henry Lashbrooke Austin|Austin, Henry Lashbrooke "Hal"]] [https://www.familysearch.org/tree/person/details/L4V2-LDC] - 1902(SA)-1954(SA) - Licences: 5BN Adelaide (Norwood, 1923-1928); 5AW Adelaide (Rose Park, 1947-1954) - Qualifications: cc; AOCP 101, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Victoria Park, SA, 1939; Rose Park, 1941-1943) * [[/Selwood Charles Austin|Austin, Selwood Charles]] [https://www.familysearch.org/tree/person/details/GXBD-TVV] - 1902(WA)-1985(WA) - Licences: 6SA Perth (Victoria Park, 1927; South Perth, 1930-1956; Maida Vale, 1960-1969; Morley, 1975-1980+) - Qualifications: cc; CPRT 625, 1921; 1COCP 134, 1930 - amateur operator; amateur broadcaster - Relationships: Brother-in-law of Stanley Hogg - Electoral Rolls: electrician (South Perth, WA, 1931-1958); police officer (Maida Vale, WA, 1963-1968; Kalamunda, WA, 1972); retired (Morley, WA, 1977-1980) ===''AVARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Avard|Avard, Alfred Edward]] [https://www.familysearch.org/tree/person/details/G8X2-RRL] - 1901(Vic)-1978(Vic) - Licences: 3AZ Melbourne (Northcote, 1930-1939; Kew, 1946-1965) - Qualifications: AOCP 620, 1930, No. ?? in Vic; 1COCP 88, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Northcote, 1925-1937); public servant (Kew, 1943-1977) =='''B'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''BACKLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lincoln Backler|Backler, Eric Lincoln]] [https://www.familysearch.org/tree/person/details/LV8Q-6SK] - 1911(SA)-1980(SA) - Licences: 5HK Kingston SE (1933-1939, 1954-1980) - Qualifications: cc; AOCP 1093, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Kingston, SA, 1939) ===''BADENOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Herbert Lionel Badenoch|Badenoch, James Herbert Lionel]] [https://www.familysearch.org/tree/person/details/GXG7-3XK] - 1913(NSW)-1984(SA) - Licences: 5LB Adelaide (Trinity Gardens, 1932-1980+) - Qualifications: cc; AOCP 1012, 1932, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BADER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Adolphus Frederick Bader|Bader, Henry Adolphus Frederick]] [https://www.familysearch.org/tree/person/details/97M3-V5X] - 1866(Ger)-1928(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman, Trading Committee, Wireless Development Assoc (Perth); witness to Royal Commission 1927 (obo WDA) - Electoral Rolls: electrical engineer (North Perth, 1913-1926) ===''BADGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Victor Badger|Badger, Albert Victor]] [https://www.familysearch.org/tree/person/details/G9RY-9X6] - 1893(Eng)-1983(NSW) - 2YT Receive Sydney (Rozelle, 1923-1924), 2AB Sydney (Rozelle, 1925-1926; North Sydney, 1927-1929; Crows Nest, 1930; Rozelle, 1931-1934; Leichhardt, 1935-1939), amateur operator (AOCP 202, 1925, No. ?? in NSW), amateur broadcaster, operator (Hobart East, 1919); picture operator (Crows Nest, 1930; Rozelle, 1934; Lilyfield, 1937-1972; Leichhardt, 1977-1980)) ===''BAGST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. D. A. Bagst|Bagst, E. D. A.]] - 19??(???)-19??(???) - Licences: 5EB Adelaide (Woodville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: individual not yet identified, possibly Elizabeth D. Bagst nee Boyle who married Leslie Bagst at Newtown, NSW 1925, possible YL operator ===''BAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Leonard Bain|Bain, John Leonard]] [https://www.familysearch.org/tree/person/details/GD4V-6SV] - 1891(Eng)-19??(NSW?) - Licences: Nil yet identified - Qualifications: cc; CPRT 109, 1915 - ship wireless officer (pre WW1, WW1); journalist (technical editor, Listener-In, -1934+); clubs (IRE USA); WW1 (1916-1919); Associate Editor, Popular Radio Weekly (1927); witness to Royal Commission 1927 (as associate editor, Popular Radio Weekly, Victoria) - Education: B.Sc.(London) - Electoral Rolls: engineer (Essendon, Vic, 1925-1936); journalist (Darling Harbour, NSW, 1937) - Links: [https://www.awm.gov.au/collection/P10688424 AWM] ===''BAILEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bailey|Bailey, George]] [https://www.familysearch.org/tree/person/details/GDKW-8PX] - 1882(Eng)-19??(???) - Licences: 5GB Mt Gambier (1924-1926) - Qualifications: cc; CPRT 79, 1915 - RANRS (CPO to Warrant Telegraphist, 1917); amateur operator; amateur broadcaster - Electoral Rolls: retired (Mt Gambier, 1939-1943) * [[/Jack Harry Bailey|Bailey, Jack Harry]] [https://www.familysearch.org/tree/person/details/KG85-LZ4] - 1912(Qld)-1989(Qld) - Licences: 4JC Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1299, 1934, Qld; BOCP 1902, 1961 - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Red Hill, Qld, 1936-1937); electrical mechanic (Annerley, Qld, 1943-1954); teacher (Tarragindi, Qld, 1958-1963); college principal (Mackay, Qld, 1968); principal (Bundaberg, Qld, 1972; Tarragindi, Qld, 1977-1980) * [[/Robert Howard Bailey|Bailey, Robert Howard]] [https://www.familysearch.org/tree/person/details/GXLM-1X6] - 1917(SA)-1995(SA) - Licences: 5NW Crystal Brook (1936-1939); 5NW Adelaide (Kensington Park, 1948; Huddleston, 1954-1960); 5NW Crystal Brook (1965-1980+) - Qualifications: cc; AOCP 1764, 1936, SA; BOCP 673, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Crystal Brook, SA, 1939-1943) ===''BAIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Allan Baird|Baird, Thomas William Allan]] [https://www.familysearch.org/tree/person/details/LHKG-JVD] - 1886(Qld)-1943(Qld) - Licences: 4DY Receive Brisbane (Bayswater, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (AIF, 11 Field Company Engineers, 1916) - Electoral Rolls: gardener (North Pine, Qld, 1908); labourer (Bayswater, Qld, 1912-1913); storeman (Torwood, Qld, 1916-1943) ===''BAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Andrew Claude Baker|Baker, Andrew Claude]] [https://www.familysearch.org/tree/person/details/G6TG-RZ9] - 1897(Eng)-1935(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 144, 1915; 2COCP 193, 1930; 1COCP 303, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIR Rockhampton (1917-1918) - Electoral Rolls: wireless operator (Clayfield, 1914-1917; Rockhampton, 1919-1934) * [[/Charles Whiteway Baker|Baker, Charles Whiteway]] [https://www.familysearch.org/tree/person/details/LL93-HYP] - 1905(Vic)-1978(Vic) - Licences: 3VP Receive Bendigo (1923-1924); 3VP Bendigo (1925-1975) - Qualifications: cc; AOCP 156, 1925, No. ?? in Vic; BOCP 451, 1942 - amateur receiver; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (as a "listener"); merchant - Electoral Rolls: salesman (Bendigo, 1927-1931); merchant (Bendigo, 1934-1968; Kennington, 1972-1977) * [[/Ernest James Baker|Baker, Ernest James]] [https://www.familysearch.org/tree/person/details/GZ6F-K5B] - 1904(NSW)-1973(NSW) - Licences: 2FP Receive Newcastle (Maryville, 1922-1923); 2FP Newcastle (Maryville, 1924-1928; Wickham, 1929; Hamilton, 1930-1939, 1946-1969) - Qualifications: cc; AOCP 69, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: draftsman (Hamilton, 1930-1972) * [[/Edwin Weldon Baker|Baker, Edwin Weldon]] [https://www.familysearch.org/tree/person/details/LYWP-F1D] - 1895(NSW)-1979(NSW) - Licences: 4CI Receive Brisbane (Northgate, 1922) - Qualifications: cc; CPRT 733, 1922 - amateur receiver - Halcyon: not mentioned - Electoral Rolls: joiner (Northgate, 1919-1977) * [[/John Frederick Thomas Baker|Baker, John Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GCY6-8XY] - 1908(???)-1977(Vic) - 3LF Melbourne (Northcote, 1927+), qualifications (AOCP 325, 1927, No. ?? in Vic), amateur operator, amateur broadcaster, * [[/Herbert Edward Baker|Baker, Herbert Edward]] [https://www.familysearch.org/tree/person/details/9V2B-245] - 1875(Vic)-1948(Qld) - Licences: 4HB Charleville (1925-1927) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; grazier - Halcyon: p. 81, 111 - Electoral Rolls: station manager (Charleville, 1903); grazier (Charleville, 1908-1943) * [[/Sidney Charles Baker|Baker, Sydney or Sidney Charles]] [https://www.familysearch.org/tree/person/details/MZSZ-J4H] - 1909(Vic)-1977(Vic) - Licences: 3KU Receive Melbourne (South Melbourne, 1922-1924), 3BK Melbourne (South Melbourne, 1925-1933; Albert Park, 1937; South Melbourne, 1938-1939, 1946-1954; Bonbeach, 1955-1969; Seaford, 1975) - Qualifications: AOCP 177, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (South Melbourne, 1937); optical mechanic (Carrum, 1963-1972); retired (Carrum, 1977) * [[/Walter Ross Baker|Baker, Walter Ross]] [https://www.familysearch.org/tree/person/details/G8CY-D78] - 1905(SA)-1978(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''BALDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Loris John Balderson|Balderson, Loris John]] [https://www.familysearch.org/tree/person/details/GMVR-1RW] - 1895(Vic)-1932(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; RAAF (Flying Officer, Technical Branch, 1927); witness to Royal Commission 1927 (obo RAAF) - Electoral Rolls: officer, RAAF (Footscray, 1924); flying officer (Werribee, 1925); flight-lieutenant (Werribee, 1931) - Links: [https://www.crossandcockade.com/uploads/Balderson.pdf Bio] ===''BALSILLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Graeme Balsillie|Balsillie, John Graeme]] [https://www.familysearch.org/tree/person/details/G7MR-7MN] - 1885(Qld)-1924(USA) - radio business proprietor, senior federal public servant (PMGS, Commonwealth Wireless Expert), inventor, (Halcyon, not mentioned) - [https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf John Graeme Balsilie: Australia's Forgotten Wireless Pioneer]; [https://adb.anu.edu.au/biography/balsillie-john-graeme-5117 ADB] ===''BAMFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Bamfield|Bamfield, Alfred George]] [https://www.familysearch.org/tree/person/details/GM19-HNG] - 1892(NSW)-1918(NZL) - Licences: XQJ Corfield (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Halcyon: p. 3 - Electoral Rolls: clerk (Muttaburra, Qld, 1913) ===''BANCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John Bancroft|Bancroft, Stanley John]] - 19??(???)-19??(???) - Broadcast technician (2CY), federal public servant (PMGD, ABC) ===''BANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Edward William Banks|Banks, Harold Edward William "Harry"]] [https://www.familysearch.org/tree/person/details/G6S7-3BT] - 1911(NZL)-2000(Tas) - Licences: 7HB Hobart (North Hobart, 1938-1939; Richmond, 1946-1956; Penna, 1960-1965; New Town, 1969-1980+) - Qualifications: cc; Nil yet identified (New Zealand?) - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Hobart North, 1936-1937); council clerk (Richmond, 1943-1954) ===''BANYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ingram Banyer|Banyer, Ingram]] [https://www.familysearch.org/tree/person/details/9F95-CYX] - 1893(SA)-1976(SA) - Licences: XVQ Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: clerk (Blackwood, SA, 1939-1943) ===''BARBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel George Barber|Barber, Samuel George]] [https://www.familysearch.org/tree/person/details/GXLC-66B] - 1913(SA)-1991(SA) - Licences: 5MV Adelaide (Henley Beach, 1933-1937; Woodville, 1938-1939) - Qualifications: cc; AOCP 1232, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: welder (Woodville, SA, 1939); radio engineer (5RM, Berri, SA, 1941; Glenelg, SA, 1943) * [[/William Henry Barber|Barber, William Henry]] [https://www.familysearch.org/tree/person/details/LY4N-QRD] - 1897(SA)-1965(WA) - Licences: Receive Adelaide (Cumberland, 1923-1925); 5WH Adelaide (Cumberland, 1926-1931); 5WH Port Pirie (1933-1937); 6DX Kalgoorlie (1938-1939; 1946-1960) - Qualifications: cc; AOCP 266, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio engineer (Kalgoorlie, 1937-1963) ===''BARBIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alphonse Barbier|Barbier, Edward Alphonse or Alphonse Edward]] [https://www.familysearch.org/tree/person/details/GXLV-5TW] - 1904(SA)-1962(SA) - Licences: 5MD Adelaide (Stockdale Reserve, 1932-1939; City, 1947-1960) - Qualifications: cc; AOCP 958, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARBOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Heyward Barbour|Barbour, Kenneth Heyward]] [https://www.familysearch.org/tree/person/details/GZXJ-1VZ] - 1905(Vic)-1952(Vic) - Licences: 3ZI Melbourne (Armadale, 1923-1926) - Qualifications: AOCP 105, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARDIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Frederic Bardin|Bardin, William Frederic or Frederick "Bill", "Old Bill"]] [https://www.familysearch.org/tree/person/details/GSS9-TG4] - 1899(Eng)-1976(NSW) - Licences: 3ZA Melbourne (North Carlton, 1923-1925); 4AB Townsville (1925-1927); 4AB Brisbane (Fairfield & Yeronga, 1931-1933); 2ABZ Sydney (Ermington & Dundas 1937-1939, 1946-1961+) - Qualifications: cc; CPRT 615, 1921; 1COCP 58, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); coastal radio operator (AWA); state public servant (4QG); federal public servant (Halcyon, p. 63) - Electoral Rolls: clerk (Townsville, 1922); radio engineer (Townsville, 1925; Buranda, 1926; Fairfield, 1928); engineer (Dundas, 1936-1943; Eastwood, 1949-1968) ===''BARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Morphew Barker|Barker, Rupert Morphew]] [https://www.familysearch.org/tree/person/details/GCGH-7LM] - 1890(Eng)-1973(Tas) - Licences: 5RM Adelaide (Prospect, 1924-1933); 7RM Hobart (City, 1947-1948; Lenah Valley, 1949-1969) - Qualifications: cc; Nil yet identified (likely qualified in England) - amateur operator; amateur broadcaster; WW2; broadcast engineer (sound) - Electoral Rolls: electrician (South Yarra, Vic, 1931-1936; Hobart North, Tas, 1937; Hobart South, Tas, 1943); sound engineer (Hobart West, Tas, 1949); engineer (Moonah, Tas, 1954; New Town, Tas, 1963) * [[/William Henry Barker|Barker, William Henry (R.?)]] [https://www.familysearch.org/tree/person/details/GHGY-243] - 1905(NSW)-1956(NSW) - licences: Receive (Crystal) Sydney (Concord, 1923-1924); 2BW Sydney (Concord, 1925-1931), qualifications: AOCP 217, 1925, No. ?? in NSW, amateur operator, amateur broadcaster, electoral rolls: electrical mechanic (Concord, 1930-1943), beware several contemporaneous William Henry Barker ===''BARLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Kenneth Barlin|Barlin, George Kenneth]] [https://www.familysearch.org/tree/person/details/L2VX-DP3] - 1916(NSW)-2016(ACT) - qualifications (BOCP 67, 1937), long term employee 2CA Canberra, manager TV network ===''BARLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Barlow|Barlow, Edward]] [https://www.familysearch.org/tree/person/details/G8K2-2FL] - 1895(NSW)-1968(Qld) - Licences: 2GQ Receive Armidale (1922); 2GQ Armidale (1922-1926); 2GQ Glen Innes (1927); 2GQ Sydney (Darlinghurst, 1928); 2GQ Canberra (1929); 2GQ Mudgee (1930-1931); 2GQ Sydney (Cammeray, 1933-1934; North Sydney, 1935-1936; Mosman, 1937-1939 & 1946-1965) - Qualifications: cc; AOCP 4, 1924, No. 3 in NSW - amateur operator; amateur broadcaster - TroveTag: "2GQ - Edward Barlow" - Electoral Rolls: public servant (Mudgee, 1930-1932; Cammeray, 1933-1935; Milsons Point, 1936; Mosman, 1937); divisional returning officer (Bathurst, 1943; Mosman, 1949-1958) ===''BARNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Barnes|Barnes, Thomas Walter]] [https://www.familysearch.org/tree/person/details/G8Z6-PZ2] - 1910(Vic)-2002(NSW) - Licences: 3TB Melbourne (Ascot Vale, 1929-1933; Moonee Ponds, 1937-1939; West Brunswick, 1946-1980+) - Qualifications: AOCP 537, 1929, No. ?? in Vic; BOCP 243,1939 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Ascot Vale, 1931-1936); mechanic (Moonee Ponds, 1937-1942); electrical maintenance (West Brunswick, 1949-1980) - beware another contemporaneous Thomas Walter Barnes (1893-1925) ===''BARRACLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Barraclough|Barraclough, Francis "Frank"]] [https://www.familysearch.org/tree/person/details/G8KL-MNY] - 1903(Qld)-1974(Qld) - Licences: 4GY Brisbane (Kedron, 1933-1935); 4GX Brisbane (Kedron, 1935-1939; 1946-1969) - Qualifications: cc; AOCP 1075, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2); radio service (Palings) - Halcyon: p. 81 - Electoral Rolls: carpenter (Kedron, 1937-1972) ===''BARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Barry|Barry, William Lawrence (BMD) or Lawrence William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/MK6C-NBK] - 1905(Qld)-1970(Qld) - Licences: 4FQ Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: storeman (South Brisbane, Qld, 1929); taxi driver (South Brisbane, Qld, 1937-1968) ===''BARTHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Lewis Barthold|Barthold, Godfrey Lewis]] [https://www.familysearch.org/tree/person/details/GZKR-JWZ] - 1899(Vic)-1993(Vic) - 3GL Melbourne (Malvern, 1925-1927), 3BT Melbourne (Malvern, 1931-1939; Glen Iris, 1946-1980+), amateur operator (AOCP 210, 1925, No. ?? in Vic), amateur broadcaster, clerk (Malvern, 1924-1931), radio manufacturer (Camberwell, 1937-1943; Glen Iris, 1949-1972), retired (Mt Martha, 1977-1980) ===''BARTHOLOMEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Bartholmew|Bartholomew, Charles Percy]] [https://www.familysearch.org/tree/person/details/G6CZ-8YR] - 1861(Eng)-1942(NSW) - Licences: XBM Sydney (Mosman, 1911-1914); 2FO Receive Sydney (Kirribilli, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver; company director (AWA); witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: merchant (Milsons Point, 1930-1937) - Comment: famously charged and convicted of trading with the enemy during WW1 but only slapped on wrist (together with Ernest Thomas Fisk and Hugh Robert Denison) ===''BARTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gustavus Campbell Barton|Barton, Edward Gustavus Campbell]] [https://www.familysearch.org/tree/person/details/KJ57-87Y] - 1857(Vic)-1942(Eng) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter, scientist, business proprietor (Barton & White) - Halcyon: not mentioned) - [https://adb.anu.edu.au/biography/barton-edward-gustavus-campbell-9445 ADB] * [[/Graham Francis Barton|Barton, Graham Francis]] [https://www.familysearch.org/tree/person/details/GX5P-KYT] - 1918(SA)-2005(SA) - Licences: 5BN Mt Gambier (1937-1939); 5BN Adelaide (Unley, 1947-1956; Malvern, 1960-1980+) - Qualifications: cc; AOCP 1993, 1937, SA; 1COCP 1709, 1954 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Hyde Park, SA, 1941-1943) * [[/Richard McRae Barton|Barton, Richard McRae "Dick"]] - 1940(???)-2021(Qld) - broadcast engineer, director engineering FACTS (1981-2001), ABU Engineering Award 2004, Fellow SMPTE, contributed to development DTV standards, chaired preparatory meeting to WRC 2000, [https://www.itu.int/dms_pub/itu-r/oth/0a/07/R0A070000420001PDFE.pdf ITU Tribute] ===''BARTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graeme Bartram|Bartram, Graeme]] - historian (early Aus wireless: 2011 "John Graeme Balsilie: Australia's Forgotten Wireless Pioneer"[https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf]) ===''BASIL-COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * Frank Basil-Cooke see Cooke, Frank Basil "Basil" ===''BASSETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Rankin Bassett|Bassett, Francis Rankin]] [https://www.familysearch.org/tree/person/details/GQZJ-28Y] - 1906(NSW)-1982(NSW) - 2FR Sydney (Bexley, 1925-1928; Arncliffe, 1929), 2FR Singleton, 1931-1939), amateur operator (AOCP 194, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother John Bassett * [[/John Bassett|Bassett, John]] [https://www.familysearch.org/tree/person/details/L8M2-8XN] - 1904(NSW)-1979(NSW) - 2VO Receive Stroud (1923), amateur operator (AOCP 232, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother Francis Rankin Bassett ===''BATCHLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Victor Batchler|Batchler, Charles Victor "Victor"]] [https://www.familysearch.org/tree/person/details/K4NN-FXJ] - 1897(Tas)-1985(Tas) - Licences: XZJ Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: Uncle of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: shift engineer (Waddamana, 1922) * [[/Jack Copeland Batchler|Batchler, Jack Copeland]] [https://www.familysearch.org/tree/person/details/KCSK-D8F] - 1910(Tas)-1979(Tas) - Licences: 7JB Hobart (1932-1939); 3AJB Melbourne (1947); 7JB Hobart (Sandy Bay, 1948-1975+) - Qualifications: cc; AOCP 957, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: nephew of XZJ Charles Victor Batchler; husband of 7YL Joyce Isabel Batchler nee Crowder - Electoral Rolls: soldier (Nelson, 1943-1949); no occupation (Nelson, 1972) * [[/Joyce Isabel Crowder|Batchler nee Crowder, Joyce Isabel]] [https://www.familysearch.org/tree/person/details/LYNY-PKG] - 1915(Tas)-2015(Tas) - Licences: 7YL Hobart (Sandy Bay, 1936-1980) - Qualifications: AOCP 1627, 1936, Tas - amateur operator; amateur broadcaster; YL - Relationships: Wife of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: home duties (Nelson, 1943-1972) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''BATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Bate|Bate, Arthur John]] [https://www.familysearch.org/tree/person/details/GXKQ-PYC] - 1917(WA)-2010(SA) - Licences: 5ZA Adelaide (Adelaide City, 1937-1939) - Qualifications: cc; AOCP 1891, 1937, SA; BOCP 1481, 1956; 1COCP 2049, 1967 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil yet identified ===''BATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lister Bates|Bates, Jack Lister]] [https://www.familysearch.org/tree/person/details/GCGK-238] - 1912(Qld)-1998(Qld) - Licences: 4UR Brisbane (Teneriffe, 1935-1939, 1946-1947; Lutwyche, 1948-1969; Toombul, 1975-1980) - Qualifications: cc; AOCP 1430, 1935, Qld - amateur operator; amateur broadcaster; Radio Club (WIAQ, QSL Manager); part of the "U" gang; WW2 - Halcyon: p. 12, 99, 137, 141, 145 - Electoral Rolls: storeman (Teneriffe, Qld, 1936-1943); labourer (Lutwyche, Qld, 1949-1958; Wooloowin, Qld, 1968); cashier (Toombul, Qld, 1972-1980) ===''BATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Henry Batt|Batt, Cecil Henry]] [https://www.familysearch.org/tree/person/details/GMLJ-5SB] - 1904(Tas)-1942(Tas) - Licences: Receive (Crystal) Bothwell (1923) - Qualifications: cc; 3COCP 434, 1940 - amateur receiver - Electoral Rolls: motor driver (Bothwell, 1928); labourer (Melton Mowbray, 1936-1937) ===''BATTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Thomas Battle|Battle, Edmund Thomas]] [https://www.familysearch.org/tree/person/details/G6C8-G32] - 1890(UK)-1970(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a listener) - Electoral Rolls: teamster (Dorrigo, 1913); dairy farmer (Malanda, 1919); sawmill manager (Tumoulin, 1931); sawmiller (Ravenshoe, 1936-1937); timber merchant (Paddington, 1943); sawmiller (Albion, 1949) ===''BATTYE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Sykes Battye|Battye, James Sykes]] [https://www.familysearch.org/tree/person/details/9V7W-HL5] - 1871(Vic)-1954(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - librarian; historian; witness to Royal Commission 1927 (as chairman, special committee, Western Australian Listeners' League) - Electoral Rolls: librarian (Perth, 1910-1937); principal librarian (Perth, 1943-1949) - Links: [[w:James Battye|Wikipedia]] [https://adb.anu.edu.au/biography/battye-james-sykes-5156 ADB] ===''BATY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Baty|Baty, Richard]] [https://www.familysearch.org/tree/person/details/GXLV-BZX] - 1913(Eng)-19??(???) - Licences: 5MH Adelaide (Brompton, 1931; Pennington, 1937; Challa Gardens, 1938-1939; Lockleys, 1954-1969; Henley Beach South, 1975-1980) - Qualifications: cc; AOCP 757, 1931, No. ?? in SA; AOLCP 160, 1934; BOCP 242, 1939; 1COCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Franklin, SA, 1941-1943) ===''BAUER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Thomas Bauer|Bauer, Alfred Thomas "Alf"]] [https://www.familysearch.org/tree/person/details/MSCM-QB1] - 1908(Qld)-2004(Qld) - Licences: 4AT Brisbane (Annerley, 1927-1933) & Cairns? - Qualifications: cc; AOCP 333, 1927, No. 36 in Qld; CPRTelephony 1119, 1928; 1COCP 92, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); state public servant (4QG); WW2 - Halcyon: p. 67, 86, 111, 127, 130 - Electoral Rolls: radio engineer (Cairns, 1936; Camp Hill, 1937); radio tech (Camp Hill, 1943-1980) ===''BAXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Baxter|Baxter, Arthur Henry]] [https://www.familysearch.org/tree/person/details/L62R-CKR] - 1900(Eng)-1983(WA) - Licences: 6BX Geraldton (1937-1939) - Qualifications: cc; AOCP 1989, 1937, WA; BOCP 381, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: station employee (Lyons River Station, Carnarvon, WA, 1925-1926); wood merchant (Geraldton, WA, 1931-1937); broadcast station operator (Geraldton, WA, 1949-1972); retired (Thornlie, WA, 1977-1980) * [[/Sidney Roy Baxter|Baxter, Sidney or Sydney Roy]] [https://www.familysearch.org/tree/person/details/LWX9-XWV] - 1915(Qld)-1985(Qld) - Licences: 4FJ Brisbane (Camp Hill, 1935-1939; Coorparoo Heights, 1946-1947; Cribb Island, 1948-1950; Camp Hill, 1954-1980+) - Qualifications: cc; AOCP 1569, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless officer); employment (Trittons, radio service); business proprietor (radio service) - Halcyon: p. 76, 137 - Electoral Rolls: truck driver (Camp Hill, Qld, 1936-1943); radio mechanic (Cribb Island, Qld, 1949); radio technician (Camp Hill, Qld, 1954-1980) ===''BEAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Beames|Beames, Kenneth]] [https://www.familysearch.org/tree/person/details/9NQJ-L17] - 1899(NSW)-1989(NSW) - Licences: N754 Receive Sydney (Randwick, 1922); 2IB Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: manufacturer (Five Dock, 1930-1958; Linden, 1963-1980) ===''BEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Percival Reed Bean|Bean, Leslie Percival Reed]] [https://www.familysearch.org/tree/person/details/KHWZ-6ZZ] - 1884(Vic)-1972(NSW) - Licences: 2ZT Sydney (Mosman, 1923-1925); 2LP Sydney (Mosman, 1924-1928; Artarmon, 1929-1936; Pymble, 1937-1939) - Qualifications: cc; Nil yet identified - PMGD (Elec. Engineer, 1904-1919); L. P. R. Bean & Co (founder 1920-1926); Stromberg-Carlson (founder, 1927-1933+); Council IREAust - Electoral Rolls: electrical instrument fitter (Ascot Vale, 1909); engineer (Brighton, Vic, 1912-1915; Artarmon, NSW, 1930); company director (Pymble, 1933-1943; Roseville, 1949-1954); electrical engineer (Lindfield, 1958-1968) ===''BEARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Gordon Beard|Beard, Ernest Gordon]] [https://www.familysearch.org/tree/person/details/GW2G-25R] - 1897(Eng)-1968(USA) - Licences: Nil yet identified - Qualifications: cc; 1COCP 304, 1939 - broadcast engineer (United Distributors; 2KY; 2GB); inventor; witness to Royal Commission 1927 (as consulting engineer, 2GB) - Electoral Rolls: engineer (Northbridge, 1930-1934); radio engineer (Northbridge, 1936-1937); wireless engineer (Willoughby, 1943-1949); engineer (Forestville, 1958-1963) - Links: [https://www.radiomuseum.org/dsp_hersteller_detail.cfm?company_id=12500 radiomuseum.org] * [[/Norman George Beard|Beard, Norman George]] [https://www.familysearch.org/tree/person/details/LT9G-GSZ] - 1902(Vic)-1984(NSW) - Licences: 3DR Receive Balnarring (1922-1923); 2PK Wentworthville (1930); 2ALJ Sydney (Prospect, 1939; Toongabbie, 1946-1954; Brookvale, 1955; Dee Why, 1956-1961); 2ALJ Terrigal (1965) - Qualifications: AOCP 583, 1930, No. ?? in NSW; TVOCP 25, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Pendle Hill, NSW, 1930; Balnarring, Vic, 1931; Prospect, NSW, 1933-1937); RAAF instructor (Ballarat, 1942); teacher (Toongabbie, 1949-1954; Brookvale, 1958); retired (Terrigal, 1963-1972; Wendouree, Vic, 1977; Caves Beach, 1980) ===''BEARUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Andrew Bearup|Bearup, Herbert Andrew]] [https://www.familysearch.org/tree/person/details/GDLJ-B1C] - 1900(Vic)-1982(Vic) - Licences: V740 Receive Melbourne (Caulfield East, 1922); 3GT Receive Melbourne (Caulfield East, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Malvern East, 1921-1924; Caulfield East, 1925-1928); farmer (Bentleigh, 1934-1949); engineer (Highett, 1963-1967; Moorabbin, 1972-1980) * [[/Thomas William Bearup|Bearup, Thomas William]] [https://www.familysearch.org/tree/person/details/9J7R-T9D] - 1897(Vic)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 224, 1916 - studio manager 3LO (1927); witness to Royal Commission 1927 (as studio manager, 3LO, Victoria); WW1 (merchant navy) - Electoral Rolls: operator (Caulfield, 1924); radio engineer (Auburn, Vic, 1931-1937); manager (Roseville, NSW, 1943) ===''BEATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Beatson|Beatson, Robert John "Bob"]] [https://www.familysearch.org/tree/person/details/GSJV-2D2] - 1909(Qld)-2003(Qld) - Licences: 4BB Brisbane (Wilston, 1928); 4BB Maryborough (1931-1939) - Qualifications: cc; AOCP 394, 1928, No. 44 in Qld; AOLCP 173, 1934 - amateur operator; amateur broadcaster; radio club administrator (WIAQ); broadcast engineer (4MB); WW2 - Halcyon: p. 68, 139, 141, 163, 164 - Electoral Rolls: radio mechanic (Maryborough, 1931); radiotrician (Maryborough, 1937-1949); radio engineer (Maryborough, 1954-1980) ===''BEATTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Spencer Meurant Beattie|Beattie, Herbert Spencer Meurant]] [https://www.familysearch.org/tree/person/details/GQ65-KTL] - 1888(NSW)-1963(NSW) - Licences: 3DV Receive Melbourne (Box Hill, 1922); 3DV Melbourne (Box Hill, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Box Hill, Vic, 1914-1927); salesman (Thornleigh, NSW, 1930); electrical engineer (Cheltenham, NSW, 1934-1936); agent (Cabramatta, 1943); auctioneer (Ettalong, 1943); no occupation (Fairfield, NSW, 1954-1958; Flagstaff, NSW, 1963) ===''BECHERVAISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philip Bechervaise|Bechervaise, William Philip]] [https://www.familysearch.org/tree/person/details/MVNP-4HQ] - 1831(Eng)-1907(Vic) - radio clubs (Telegraph Electrical Society, Victoria), employment (Victoria Posts and Telegraphs Department) ===''BECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Beavis Beck|Beck, Alan Beavis]] [https://www.familysearch.org/tree/person/details/GZR7-N8Q] - 1911(Vic)-1982(WA) - Licences: 5XW Adelaide (West Mitcham, 1927-1928) - Qualifications: cc; AOCP 370, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (Shenton Park, WA, 1937; Myrtle Bank, SA, 1941-1943); research chemist (Subiaco, 1949-1980) ===''BEDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Arthur Buddicom Bedford|Bedford, Robert Arthur Buddicom]] [https://www.familysearch.org/tree/person/details/LC5Q-1KX] - 1874(Eng)-1951(SA) - Licences: 5RB Kyancutta (1924-1939; 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of William Rudolf Buddicom Bedford - Electoral Rolls: farmer (Kyancutta, 1939-1941); retired (Kyancutta, 1943) - Links: [https://adb.anu.edu.au/biography/buddicom-robert-arthur-5417 ADB] * [[/William Rudolf Buddicom Bedford|Bedford, William Rudolf Buddicom "Bill"]] [https://www.familysearch.org/tree/person/details/L6Y3-X4Z] - 1909(Eng)-1972(SA) - Licences: likely operator of 5RB Kyancutta - Qualifications: cc; 3COCP 1893, 1954 - WW2 - Relationships: son of 5RB Robert Arthur Buddicom Bedford - Electoral Rolls: mechanic (Kyancutta, 1939-1943) ===''BEECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Sidney Beech|Beech, Frederick Sidney or Sydney "Fred"]] [https://www.familysearch.org/tree/person/details/G8F2-6BC] - 1895(Qld)-1978(Qld) - Licences: 4FB Brisbane (Coorparoo, 1930-1939; Norman Park, 1946-1969) - Qualifications: cc; AOCP 629, 1930, Qld - amateur operator; amateur broadcaster; jeweller - Halcyon: p. 75, 76, 90 - Electoral Rolls: watchmaker (Bulimba, 1917-1919; Coorparoo, 1919-1972; Norman Park, 1977) ===''BEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Beer|Beer, James]] - 19??(???)-19??(???) - Licences: 2CW Receive Sydney (Ashfield, 1922-1923); 2CW Sydney (Ashfield, 1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: too many JBs to identify reliably, likely James Charles Beer living 70 Tranmere St, Drummoyne, engineer, 1930 ===''BEGBIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Begbie|Begbie, Richard]] - historian (broadcasting), journalist, radio clubs (HRSA) ===''BELJON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robin Ernest Beljon|Beljon, Robin Ernest "Jack"]] [https://www.familysearch.org/tree/person/details/GSD3-VR3] - 1897(NSW)-1974(NSW) - Licences: 2RB Lithgow (1926-1933) - Qualifications: AOCP 259, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lithgow, 1930-1934); turner (Lithgow, 1937-1943); foreman (Lithgow, 1949-1968); retired (Lithgow, 1972) ===''BELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Wirgman Dillon Bell|Bell, Francis Wirgman Dillon "Frank"]] [https://www.familysearch.org/tree/person/details/G7QW-CM4] - 1896(NZ)-1987(NZ) - ZL4AA Waihemo, amateur operator, first to 2 way QSO New Zealand to Australia (Apr 1923), South America, USA (Sep 1924), England (Oct 1924, G2SZ); WW1 (gunner, France & Belgium till invalided 1917) - Relationships: brother of Margaret Brenda Bell, first licensed female NZ amateur - Links: [https://teara.govt.nz/en/biographies/4b20/bell-francis-wirgman-dillon Bio]; [https://www.soundarchives.co.nz/collections/catalogue/catalogue-item?record_id=222015 Sound Archives]; [https://www.zl4aa.org.nz/frank-bell-trans-world-radio-contact/ NZART Otago] * [[/H. G. Bell|Bell, H. G.]] - 19??-19?? - 4HG Brisbane (South Toowong = Taringa, 1927+) - Qualifications: cc; AOCP 321, 1927, No. 33 in Qld - amateur operator; amateur broadcaster - Halcyon: p. 111 - Callsign: later to Harry Brown - Electoral Rolls: Nil yet identified * [[/Leslie William Gordon Bell|Bell, Leslie William Gordon]] [https://www.familysearch.org/tree/person/details/G67S-RQ5] - 1904(Qld)-2000(Qld) - Licences: 4CY Receive Atherton (1923); 4LZ Jubilee Pocket (1969-1975); 4LZ Airlie Beach (1980+) - Qualifications: cc; AOCP 4471, 1967, Qld - amateur receiver; amateur operator; WW2 - Electoral Rolls: engine driver (Danbulla via Atherton, 1925-1928); farmer (Jubilee Pocket via Proserpine, 1954-1980) * [[/Victor Frank Bell|Bell, Victor Frank]] [https://www.familysearch.org/tree/person/details/GFMZ-FZ7] - 1913(WA)-19??(???) - Licences: 6KR Perth (Subiaco, 1932-1933); 6KR Kalgoorlie (1937-1939); 6KR Perth (Nedlands, 1947-1954) - Qualifications: cc; AOCP 907, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1936); postal assistant (Leonora, WA, 1937); radio engineer (Subiaco, WA, 1937); telephone mechanic (Lamington, Kalgoorlie, WA, 1943); radio engineer (Nedlands, WA, 1949-1954) * [[/Vincent Stephanus Bell|Bell, Vincent Stephanus "Vince"]] [https://www.familysearch.org/tree/person/details/GXHV-W8G] - 1910(Qld)-1981(Qld) - Licences: 4VD Rockhampton (Rockhampton City, 1936-1937; Wandal, 1938-1939, 1946-1960+) - Qualifications: cc; AOCP 1496, 1935, Qld - amateur operator; amateur broadcaster; WW2; employed electrical business - Electoral Rolls: electrician (Rockhampton, Qld, 1932-1936); electrical mechanic (Rockhampton, Qld, 1937-1980) ===''BELSTEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Lempriere Belstead|Belstead, Roy Lempriere]] [https://www.familysearch.org/tree/person/details/L1GN-CQF] - 1910(Qld)-1981(Qld) - Licences: 4EI Townsville (1933-1939); 4RU Winton (1975-1980) - Qualifications: cc; AOCP 1182, 1933, No. ?? in Qld; BOCP 304, 1940; 1COCP 420, 1940; TVOCP 87, 1957 - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, Townsville ARC); state public servant (Qld Railways); broadcast technician (2KY); business proprietor (Belstead Electronic Repairs, Winton) - Electoral Rolls: clerk (Hyde Park, Qld, 1931-1937); radio technician (Dee Why, NSW, 1943; Auburn, NSW, 1949; Lidcombe, NSW, 1958-1963; Auburn, NSW, 1972); retired (Winton, Qld, 1977-1980) ===''BENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Bennett|Bennett, Alfred Edward]] [https://www.familysearch.org/tree/person/details/LYNP-GFM] - 1889(Vic)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - manager 2GB Sydney; witness to Royal Commission 1927 (as manager, 2GB, NSW) - Electoral Rolls: manager (Mosman, 1930-1931); director (Mosman, 1933; Vaucluse, 1936); inspector (Darling Point, 1943); investor (West Pennant Hills, 1949); retired (Vaucluse, 1954-1963) - Links: [https://adb.anu.edu.au/biography/bennett-alfred-edward-5207 ADB] * [[/Clarence Herbert Bennett|Bennett, Clarence Herbert]] [https://www.familysearch.org/tree/person/details/LK1H-GMF] - 1887(Vic)-1974(Vic) - Licences: cc; Nil yet identified - Qualifications: AOCP 449, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Brunswick, 1909-1963); retired (Brunswick, 1968-1972) ===''BENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Francis Wattis Bent|Bent, Arthur Francis Wattis]] [https://www.familysearch.org/tree/person/details/GZVG-5V7] - 1902(Vic)-1998(Vic) - Licences: 3AF Geelong (1924-1939, 1946-1960); 3AF Torquay (1965-1980+) - Qualifications: cc; AOCP 199, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; radio dealer (Geelong, 1931-1954) - Electoral Rolls: turner (14 Coronation St, Geelong West, 1925-1927); radio dealer (Geelong, 1928-1954); radio serviceman (Torquay, 1963-1980) ===''BENTLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Ernest Bentley|Bentley, Frank Ernest]] [https://www.familysearch.org/tree/person/details/G93F-NPZ] - 1902(India)-1973(SA) - Licences: 5MK Adelaide (Cowandilla, 1931-1939); 5MZ Adelaide (Cowandilla, 1954-1969) - Qualifications: cc; AOCP 833, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: boilermaker (Cowandilla, SA, 1939-1943) ===''BENTZEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivan Louis Bentzen|Bentzen, Ivan Louis]] [https://www.familysearch.org/tree/person/details/LT4X-6P4] - 1905(Qld)-1995(Qld) - Licences: 4SS Brisbane (Newstead, 1932-1933) - Qualifications: cc; AOCP 964, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Bulimba, Qld, 1929); mechanic (Valley, Qld, 1936); carpenter (Wooloowin, Qld, 1943-1949); garage proprietor (Lutwyche, Qld, 1954); carpenter (Eagle Junction, Qld, 1954-1980) ===''BERGIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Thomas Bergin|Bergin, John Thomas "Jack"]] [https://www.familysearch.org/tree/person/details/GXGP-GNM] - 1911(SA)-1989(SA) - Licences: 5JB Adelaide (Largs Bay, 1934-1939) - Qualifications: cc; AOCP 1364, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: * [[/Max Wulfing Bergin|Bergin, Max Wulfing]] [https://www.familysearch.org/tree/person/details/LXQ1-QLP] - 1900(NSW)-1983(Cook Isls) - Licences: 2YP Receive West Maitland (1923); 2YP West Maitland (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ingham Berry|Berry, Arthur Ingham]] [https://www.familysearch.org/tree/person/details/9WB6-6F5] - 1914(Vic)-1979(Vic) - Licences: 3CZ Melbourne (Hawthorn, 1930-1939; Kew, 1946-1954; East Malvern, 1955-1956); 3CZ Warburton (1960-1975) - Qualifications: AOCP 595, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Hawthorn, 1936-1937); architect (Kew North, 1943-1954); farmer (Warburton, 1963-1977) * [[/Harold Alexander Berry|Berry, Harold Alexander "Huck"]] [https://www.familysearch.org/tree/person/details/G869-8R6] - 1906(SA)-1983(SA) - Licences: Receive (Crystal) Adelaide (City, 1923); Receive Adelaide (City, 1923-1924); 5JU Adelaide (City, 1930-1931; Keswick, 1933; Norwood, 1937-1939; Kilburn, 1946-1975) - Qualifications: cc; AOCP 666, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: polisher (Kilburn, 1943) * [[/Lawrence Dudley Berry|Berry, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/GXG2-X6J] - 1906(NSW)-1987(SA) - Licences: 5DB Adelaide (Norwood, 1934-1939) - Qualifications: cc; AOCP 1315, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Henry Berry|Berry, Robert Henry]] [https://www.familysearch.org/tree/person/details/G342-ZR6] - 18??(???)-1971(Qld) - Licences: XQC Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; electrical business proprietor - Electoral Rolls: gardener (Rockhampton, 1912-1925); electrical mechanic (Rockhampton, 1928-1968) * [[/William Clive Berry|Berry, William Clive "Clive"]] [https://www.familysearch.org/tree/person/details/LBT5-3L8] - 1912(NSW)-1965(NSW) - Licences: 2CB Knockrow via Bangalow (1931-1936); 2AGM Byron Bay (1938-1938, 1946-1955); 2AGM Lismore (1956-1957); 2AGM Mullumbimby (1958-1960); 2AGM Byron Bay (1961-1965) - Qualifications: AOLCP 30, 1930, NSW; 2COCP 302, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Knockrow, 1933-1936); woodworker (Byron Bay, 1943-1954); contractor (Ballina, 1958); no occupation (Mullumbimby, 1958); manager (Byron Bay, 1963) * [[/William James Berry|Berry, William James "Jim"]] [https://www.familysearch.org/tree/person/details/G8D1-B78] - 1890(Qld)-1983(Qld) - Licences: 4WB Brisbane (Yeerongpilly, 1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1295, 1934, Qld - amateur operator; amateur broadcaster; instrument repairer - Comment: Several contemporaneous William James Berry's in Brisbane - Electoral Rolls: motor mechanic (Yeerongpilly, 1958-1963); mechanic (Yeerongpilly, 1972-1980) - ===''BERTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Louis Bertram|Bertram, William Louis]] [https://www.familysearch.org/tree/person/details/LDBP-NGS] - 1901(Vic)-1983(Vic) - Licences: V738 Receive Rushworth (1922); 3GR Receive Rushworth (1922); 2KR Sydney (Waverley, 1929) - Qualifications: CPRT 920, 1926; 2COCP 97, 1930; 1COCP 34, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Rushworth, 1922; Brunswick, 1924-1928); telegraphist (Brunswick, 1931-1942); telephonist (Brunswick, 1949-1963); retired (Frankston, 1967-1980) ===''BESTED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julius Phillip Bested|Bested, Julius Phillip]] [https://www.familysearch.org/tree/person/details/MZ6V-YSQ] - 1907(SA)-1987(SA) - Licences: Receive Adelaide (Rose Park, 1923); 5CS Adelaide (Salisbury, 1937-1939); 5CS Peterborough (1947-1948); 5CS Adelaide (Richmond, 1954-1960; Cumberland Park, 1965-1980+) - Qualifications: cc; AOCP 1995, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Salisbury, SA, 1939-1941) ===''BIBBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Cyril Bibby|Bibby, Frederick Cyril "Fred"]] [https://www.familysearch.org/tree/person/details/GH58-5XF] - 1911(Tas)-1982(Vic) - Licences: 3OL Melbourne (Hawthorn East, 1930-1939; Camberwell, 1946-1980+) - Qualifications: AOCP 681, 1930, Vic; AOLCP 38, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Camberwell, 1943-1968); operator (Camberwell, 1972-1980) ===''BINNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Binns|Binns, Cecil]] [https://www.familysearch.org/tree/person/details/GZD8-XTD] - 1897(NSW)-1974(NSW) - 2IE Receive Sydney (Kogarah, 1922), 2BJ Sydney (Kogarah, 1925-1927), amateur operator (AOCP 46, 1925, No. ?? in NSW), amateur broadcaster ===''BIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Scorer Bird|Bird, Henry Scorer]] [https://www.familysearch.org/tree/person/details/LYWH-FTC] - 1902(Vic)-1973(Vic) - Licences: 3HB Melbourne (Sunshine, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Sunshine, 1924-1927); Government employee (Camberwell, 1928-1963); nil (Ashwood, 1968-1972) - Comment: 3HB callsign passed to Sunshine Radio Club 1924-1927 (prominent amateur broadcaster) * [[/Leslie James Bird|Bird, Leslie James]] [https://www.familysearch.org/tree/person/details/G6X2-N4N] - 1897(NSW)-1947(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as listener, Armidale, NSW) - Electoral Rolls: clerk (Armidale, 1930-1935; Wellington, 1937); civil servant (Homebush, 1943) ===''BISCHOFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Conrad Bischoff|Bischoff, William Edward Conrad]] [https://www.familysearch.org/tree/person/details/L2YT-QB7] - 1911(NSW)-1989(NSW) - Licences: 2LZ Sydney (Crows Nest, 1930-1937); 2LZ Wentworth Falls (1938-1939, 1946-1969); 2AKM Wentworth Falls (Portable, 1939); 2LZ Sydney (Naremburn, 1975-1980+) - Qualifications: AOCP 568, 1930, No. ?? in NSW; BOCP 12, 1936; TVOCP, 346, 1961 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Naremburn, 1933-1937); wireless operator (RAAF Richmond, 1943); radio technician (Wentworth Falls, 1949-1958); tele. engineer (Naremburn, 1963); engineer (Naremburn, 1972-1980) ===''BISHOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Elijah Bishop|Bishop, Clarence Elijah]] [https://www.familysearch.org/tree/person/details/LKZ9-G7S] - 1896(WA)-1971(WA) - Licences: 6DD Receive Albany (1923); 6DD Albany (1923-1924); 6DD Northam (1924); 6LL Katanning (1936-1939); 6LL Perth (Claremont, 1948-1954; East Victoria Park, 1955-1969) - Qualifications: cc; AOCP 1746, 1936, WA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Albany, WA, 1922); accountant (Katanning, WA, 1925-1937); clerk (Nedlands, WA, 1943-1954; Victoria Park, WA, 1958-1968) * [[/Frederick Edward Bishop|Bishop, Frederick Edward]] [https://www.familysearch.org/tree/person/details/GDS3-GZQ] - 1882(NSW)-1952(NSW) - Licences: 2FB Sydney (Kirribilli, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: optician (Kirribilli, 1930-1931); grazier (Mullaley, Gunnedah, 1935-1949) * [[/Maurice Glanville Bishop| Bishop, Maurice Glanville]] [https://www.familysearch.org/tree/person/details/GDDP-SVD] - 1908(Tas)-1965(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bank clerk (Middle Park, Vic, 1931); bank officer (Middle Park, 1935); bank clerk (Bank of NSW Quarters, Ouyen, 1936-1937); bank officer (Hawthorn, 1942-1949; Nelson, Tas, 1954) ===''BLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. C. Black|Black, F. C.]] - 19??(???)-19??(???) - Licences: None identified to date - Qualifications: cc; AOCP 297, 1926, No. ?? in SA - amateur operator?, amateur broadcaster? - Electoral Rolls: awaits identification, Port Lincoln, SA in 1926 * [[/William Hector Black|Black, William Hector]] [https://www.familysearch.org/tree/person/details/G8J2-TCS] - 1912(Vic)-1976(NSW) - Licences: 3WB Melbourne (Malvern, 1930-1939); 2WO Sydney (Mosman, 1946-1948) - Qualifications: AOCP 663, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Malvern, 1936-1937); bacteriologist (Mosman, 1943-1963); biochemist (Darlinghurst, 1968-1972) ===''BLACKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Howbery Blackman|Blackman, Herbert Howbery]] [https://www.familysearch.org/tree/person/details/GZ2M-65N] - 1886(Vic)-1970(Vic) - Licences: XOE Melbourne (East Malvern, 1913); 3PR Receive Melbourne (East Malvern, 1923); 3PR Melbourne (East Malvern, 1924-1925); 3HA Melbourne (East Malvern, 1926-1927); 3HU Melbourne (Ashburton, 1931-1939) - Qualifications: cc; AOCP 211, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: public servant (Malvern, 1909); mechanic (East Malvern, 1913-1916); soldier (Royal Park, 1917-1919); electrician (East Malvern, 1922-1928); mechanic (Burwood, 1931-1968) * [[/W. T. Blackburn|Blackburn, W. T.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Home Hill (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Searched William, Walter, Wilfred - Electoral Rolls: Nil yet identified ===''BLADES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alfred Blades|Blades, Ronald Alfred "Ron"]] [https://www.familysearch.org/tree/person/details/GXCS-L77] - 1916(Qld)-2005(NSW) - Licences: 4RX Toowoomba (1936-1939); 2VP Sydney (Haberfield, 1946-1947; Ashfield, 1948-1950; Dundas, 1954-1955); 2VP Melbourne (Blackburn, 1956); 2VP Sydney (Balgowlah, 1957-1969; Seaforth, 1975; Dee Why, 1980) - Qualifications: cc; AOCP 1775, 1936, No. ?? in Qld; BOCP 615, 1944 - amateur operator; amateur broadcaster; military (WW2, RAAF); broadcast technician (AWA) - Comment: Two Ronald Alfred Blades born in Qld 1916, 4RX 27/3/1916 - Electoral Rolls: radio engineer (Ashfield, NSW, 1949; Dundas, NSW, 1954; Balgowlah, NSW, 1958-1968); engineer (Dee Why, NSW, 1977) ===''BLAIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Andrew William Blair|Blair, Keith Andrew William]] [https://www.familysearch.org/tree/person/details/LK4S-ZXY] - 1911(Vic)-2001(NSW) - Licences: 2DX Balranald (1930-1934); 2DX Sydney (Marrickville, 1935-1937); 2DX Bega (1938-1939) - Qualifications: AOCP 699, 1930, Vic; BOCP 276, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: bank clerk (Balranald, 1932-1935; Randwick, 1936-1937; Bega, 1937); bank officer (Queanbeyan, 1949-1980) ===''BLAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leslie Gilbert Blake|Blake, Robert Leslie Gilbert]] [https://www.familysearch.org/tree/person/details/L831-ZLW] - 1888(Vic)-1952(Vic) - Licences: 3RG Castlemaine (1929-1939) - Qualifications: AOCP 484, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Castlemaine, 1912-1919); house furn. (Castlemaine, 1924-1949) ===''BLANCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Henry Blanchard|Blanchard, George Edward Henry]] [https://www.familysearch.org/tree/person/details/GZV2-B4S] - 1899(NSW)-1987(NSW) - Licences: 2DN Sydney (Newtown, 1922-1926; Hurlstone Park, 1927-1929) - Qualifications: cc; AOCP 195, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Earlwood, 1930-1980) ===''BLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Bland|Bland, William Joseph]] [https://www.familysearch.org/tree/person/details/GXT9-4RP] - 1902(India)-1955(SA) - Licences: Receive Adelaide (Alberton, 1923); 5AG Adelaide (Alberton, 1923-1927) - Qualifications: cc; CPRT 765, 1923 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio manufacturer (Tusmore, SA, 1939-1943) ===''BLUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Blue|Blue, Harry William]] - 1909(NSW)-2001(NSW) - 2YI Liverpool (1933), 2YI Albury (1934-1936), 9KO Rabaul (1937), 2YI Broken Hill (1938-1939), 2YI Sydney (Kingsford, 1946; Auburn, 1947-1980+, amateur operator (AOCP 1034, 1932, No. ?? in NSW), amateur broadcaster, A.A.M.S. ===''BLUNDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Verge Blunden|Blunden, Godfrey Verge]] [https://www.familysearch.org/tree/person/details/GDNG-22L] - 1906(Vic)-1996(France) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Wireless Weekly (editor, 1930s) - Electoral Rolls: journalist (North Sydney, 1930; East Sydney, 1933-1936) * [[/Leon Walter Blunden|Blunden, Leon Walter]] [https://www.familysearch.org/tree/person/details/G3KT-SMV] - 1914(SA)-2003(SA) - Licences: 5BH Adelaide (Firle, 1935-1939, 1947-1980+) - Qualifications: cc; AOCP 1535, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BOAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Douglas Boast|Boast, Harold Douglas]] [https://www.familysearch.org/tree/person/details/K2VW-3D4] - 1906(Eng)-1979(Vic) - Licences: 3AX Melbourne (Elsternwick, 1928-1939); 3AX Lubeck (1946-1969); 3AX Melbourne (Frankston, 1975) - Qualifications: AOCP 404, 1928, No. ?? in Vic; AOLCP 55, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Elsternwick, 1931-1936); radio engineer (3LK Lubeck, 1942-1968); retired (Frankston, 1972-1977) ===''BOILEAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Boileau|Boileau, John George]] [https://www.familysearch.org/tree/person/details/GXC2-HLQ] - 1893(SA)-1957(Qld) - Licences: 4JT Port Moresby (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Byron Bay, NSW, 1943-1954) ===''BOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Augustus Bold|Bold, Charles Augustus]] [https://www.familysearch.org/tree/person/details/GF3N-JSF] - 1894(WA)-1958(WA) - Licences: 6CA Perth (Beaconsfield, 1931-1939, 1947-1948) - Qualifications: cc; AOCP 832, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (South Fremantle, WA, 1921-1922); meter tester (South Fremantle, WA, 1925); electrician (South Fremantle, WA, 1931-1949); mains superintendent (South Fremantle, WA, 1954-1958) ===''BOLGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Joseph Bolger|Bolger, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/L67V-VDD] - 1867(Irl)-1941(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Deputy Director of Navigation, Vic) - Electoral Rolls: master mariner (Williamstown, 1914-1917); public servant (Elsternwick, 1919); master mariner (Elsternwick, 1931-1937) ===''BOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Francis Bond|Bond, Rupert Francis]] [https://www.familysearch.org/tree/person/details/9ZHS-QB3] - 1886(Vic)-1961(Qld) - Licences: Receive Brisbane (Rockhampton, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Rockhampton, Qld, 1912-1937; Rockhampton, Qld, 1949-1958) ===''BONGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gysbert Sheldon Bongers|Bongers, Gysbert Sheldon]] [https://www.familysearch.org/tree/person/details/L7F9-DXK] - 1900(NSW)-1948(NSW) - Licences: N745 Receive Sydney (1922-1923); 2HY Sydney (Rockdale, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster, engineer - Electoral Rolls: electrical engineer (Rockdale, 1930-1935; Hamilton, Qld, 1936-1937); engineer (Woollahra, 1943) ===''BONNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Coleman Bonner|Bonner, Alfred Coleman]] [https://www.familysearch.org/tree/person/details/MV14-MTM] - 1854(Tas)-1930(Tas) - Licences: Receive (Crystal) Legana (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Trevallyn, 1914-1922); no occupation (Legana, 1928) ===''BONNERUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Madsen Bonnerup|Bonnerup, Peter Madsen]] [https://www.familysearch.org/tree/person/details/G6F5-RC8] - 1890(Tas?)-1976(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as patent attorney, WA) - Electoral Rolls: patent attorney (Nedlands, 1922; South Perth, 1925-1972) - Links: [https://www.carnamah.com.au/bio/peter-madsen-bonnerup Bio] ===''BONNINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Archibald Bonnington|Bonnington, John Archibald]] [https://www.familysearch.org/tree/person/details/G88Y-1JP] - 1909(NSW)-1967(NSW) - Licences: 2HB Sydney (Bellevue Hill, 1930-1931); 2AKB Sydney (Avalon Beach, 1960-1965) - Qualifications: AOCP 569, 1930, No. ?? in NSW; 3AirOCP 16, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Broken Hill, 1931); engineer (Woollahra, 1932-1933); radio engineer (Darlinghurst, 1934-1935); air pilot (Avalon Beach, 1949-1963) ===''BONWILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Warren Bonwill|Bonwill, Edward Warren]] [https://www.familysearch.org/tree/person/details/9J35-NNV] - 1869(USA)-1945(NSW) - Licences: XBP Sydney (1912-1914); 2CA Receive Cowra (1922); 2CA Cowra (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: dentist (Barellan, 1930; Cowra, 1934-1937; Lithgow, 1937-1943) ===''BOTTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Botten|Botten, Herbert William]] [https://www.familysearch.org/tree/person/details/GDS2-8QJ] - 1895(SA)-1973(???) - Licences: 2HB Sydney (CBD, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Neutral Bay, 1930); radio manager (Darlinghurst, 1933-1936); manager (Darlinghurst, 1937-1958) ===''BOUCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Reid Bouchard|Bouchard, Victor John Reid "Vic"]] [https://www.familysearch.org/tree/person/details/G93B-52C] - 1897(Qld)-1936(Qld) - 4BY Receive Brisbane (Auchenflower, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; amateur club administrator - Electoral Rolls: draper's assistant (Auchenflower, 1921-1926); clerk (Buranda, 1928) ===''BOULTBEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Walker Boultbee|Boultbee, Kenneth Walker]] [https://www.familysearch.org/tree/person/details/GMWB-1Q4] - 1905(Tas)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: agent (Taringa, Qld, 1928-1958; Corinda, Qld, 1963-1968; St Lucia, Qld, 1972-1977); retired (Broadbeach, Qld, 1977-1980) ===''BOUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Boundy|Boundy, George Henry]] - 1866(Vic)-1932(Vic) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), early wireless experimenter, radio clubs (WIQ), state public servant (P&TQ, engineer), federal public servant (PMGD, engineer) ===''BOURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. Bourke|Bourke, J.]] - 19??(???)-19??(???) - Licences: V734 Receive Yarck (1922); Receive 3GP Yarck (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''BOURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Frederick Bourne|Bourne, Francis Frederick]] [https://www.familysearch.org/tree/person/details/GX55-9GM] - 1916(SA)-2004(SA) - Licences: 5BU Adelaide (Unley, 1935-1939; Wayville, 1947; Malvern, 1948-1954; Blackwood, 1955-1965; Belair, 1969); 5BU Keith (1975); 5BU Naracoorte (1980) - Qualifications: cc; AOCP 1593, 1935, SA; 2COCP 1282, 1953; 1COCP 1722, 1954 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Parkside, SA, 1939-1943) ===''BOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Germain Bowden|Bowden, Eric James Germain]] [https://www.familysearch.org/tree/person/details/L7T7-YC2] - 1894(Tas)-1984(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - PMGD Wireless Inspector, Hobart, 1920s & 1930s; witness to Royal Commission 1927 (as equipment engineer, PMGD, Tas) - Relationships: son of Frank Prosser Bowden; brother of John Gibson Bowden - Electoral Rolls: junior assistant engineer (Hobart North, 1922); engineer (Hobart South, 1936-1937) * [[/Frank Prosser Bowden|Bowden, Frank Prosser]] [https://www.familysearch.org/tree/person/details/97MP-G4L] - 1860(Tas)-1934(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter, Tas PMGD, Federal PMGD - Relationships: father of Eric James Germain Bowden and John Gibson Bowden - Electoral Rolls: civil servant (Hobart North, 1914-1928) * [[/John Gibson Bowden|Bowden, John Gibson]] [https://www.familysearch.org/tree/person/details/LNJZ-V69] - 1906(Tas)-1998(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - employee of Medhurst Electrical - Relationships: son of Frank Prosser Bowden; brother of Eric James Germain Bowden - Electoral Rolls: mechanic (Launceston, 1928); electrical mechanic (New Town, 1936-1937); engineer (Nelson, 1943-1963) * [[/Ronald Stanley Bowden|Bowden, Ronald Stanley]] [https://www.familysearch.org/tree/person/details/GQGS-F9R] - 1900(Eng)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Albion, Qld, 1921); car driver (Wilston, Qld, 1934); car proprietor (Newmarket, Qld, 1936-1943); store keeper (Urangan, Qld, 1949-1954); farmer (Mundubbera, Qld, 1958-1963); retired (Urangan, Qld, 1968-1980) ===''BOWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Keith Bowen|Bowen, Harold Keith "Keith"]] [https://www.familysearch.org/tree/person/details/GXGK-7SZ] - 1913(SA)-1987(SA) - Licences: 5KB Adelaide (Maylands, 1932-1939) - Qualifications: cc; AOCP 1049, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Tranmere, SA, 1943) * [[/Joseph La Venture Bowen|Bowen, Joseph La Venture or Laventure]] [https://www.familysearch.org/tree/person/details/GDPP-MLB] - 1917(Qld)-1966(Qld) - Licences: 4LB Brisbane (Hamilton, 1935-1939)- Qualifications: cc; AOCP 1445, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kedron, Qld, 1943-1958); public servant (Kedron, Qld, 1963) ===''BOWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Nigel Bowman|Bowman, Hubert Nigel "Pete"]] [https://www.familysearch.org/tree/person/details/K4PT-FY3] - 1908(SA)-1987(SA) - Licences: 5FM Adelaide (Payneham, 1932-1933; Royston Park, 1937; Payneham, 1938-1939, 1947-1948; Mitcham, 1954-1956); 5FM Crystal Brook (1960); 5FM Bridgewater (1965-1980+); 5FN Portable (1965-1969) - Qualifications: cc; AOCP 911, 1932, No. ?? in SA; 2COCP 259, 1939; BOCP 282, 1940; 1COCP 354, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Boyd|Boyd, Norman James]] [https://www.familysearch.org/tree/person/details/GZXJ-VM7] - 1897(Vic)-1977(Vic) - Licences: XNO Melbourne (Elsternwick, 1913-1914); 3EL Receive Melbourne (Elsternwick, 1922-1923); 3EL Melbourne (Elsternwick, 1924-1925; Caulfield, 1925-1927; Elwood, 1931-1939) - Qualifications: AOCP 104, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; radio engineer (3UZ, 1920s); WW1 - Electoral Rolls: mechanic (Elsternwick, 1919-1924); manager (Caulfield, 1926-1928); engineer (Elsternwick, 1931-1937); electrician (St Kilda, 1949-1963); retired (Caulfield, 1967-1977) ===''BRADBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. J. Bradbury|Bradbury, B. J.]] - abt 1887(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''BRADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Keith Bradford|Bradford, Alfred Keith]] [https://www.familysearch.org/tree/person/details/L6Q5-VC5] - 1912(NSW)-1986(Qld) - Licences: 4KK Millmerran (1936-1939, 1947-1975); 4KK Drillham (1980+) - Qualifications: cc; AOCP 1750, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Millmerran, Qld, 1934-1937); farmer (Millmerran, Qld, 1943-1954); radio dealer (Millmerran, Qld, 1958-1968); farmer (Drillham, Qld, 1977-1980) * [[/John Richard Bradford|Bradford, John Richard]] - 19??(???)-19??(???) - senior federal public servant (chief electrical engineer, Qld, PMGD) ===''BRADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Randell Bradley|Bradley, Frank Randell]] [https://www.familysearch.org/tree/person/details/G973-F7P] - 1884(SA)-1963(NSW) - Licences: 3ZK Melbourne (Sandringham, 1923-1930); 2JB Sydney (Mosman, 1931-1939) - Qualifications: cc; AOCP 2, 1924, No. 1 in Vic - amateur operator; amateur broadcaster; federal public servant (PMGD, Superintendant Telegraphs Vic, 1928; Deputy PMG Qld; NSW); historian (telegraphs) - Electoral Rolls: civil servant (Sandringham, Vic, 1914-1924; Mosman, NSW, 1933-1943); no occupation (Killara, NSW, 1954-1963) ===''BRAGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Bragg|Bragg, William Henry]] [https://www.familysearch.org/tree/person/details/LCFQ-9N6] - 1862(Eng)-1942(Eng) - Early wireless experimenter, academic (University of Adelaide, 1885-1908), physicist, chemist, mathematician, shared Nobel prize in 1915 with his son William Lawrence Bragg, son-in-law of Charles Todd - Links: [[w:William Henry Bragg|Wikipedia]] * [[/William Lawrence Bragg|Bragg, William Lawrence "Lawrence"]] [https://www.familysearch.org/tree/person/details/MWXT-CLR] - 1890(SA)-1971(Eng) - participated as a youth in his father's early wireless experiments, academic (University of Adelaide), physicist, shared Nobel prize in 1915 with his father William Henry Bragg, grandson of Charles Todd - Links: [[w:Lawrence Bragg|Wikipedia]] ===''BRAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. F. Brain|Brain, S. F.]] - 19??(???)-19??(???) - Licences: 2ZD Sydney (Ashfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: likely related XFR V. J. Brain - Electoral Rolls: Nil yet identified * [[/V. J. Brain|Brain, V. J.]] - 19??(???)-19??(???) - Licences: XFR Sydney (Ashfield, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: likely related 2ZD S. F. Brain - Electoral Rolls: Nil yet identified ===''BRAMLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Alfred Bramley|Bramley, John Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIW Wyndham (1917-1918) - Electoral Rolls: Nil yet identified ===''BRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorayne Branch|Branch, Lorayne]] - Living - author ("Henry Sutton, The Innovative Man"), historian (Henry Sutton) ===''BRANDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Frank Brandon|Brandon, Eric Frank]] [https://www.familysearch.org/tree/person/details/GXPK-2ZY] - 1907(SA)-2001(SA) - Licences: 5FB Wilmington (1933-1939); 5FB Adelaide (Prospect, 1948); 5FA Oodnadatta (1965); 5FA Ramco (1969-1975); 5FA Adelaide (Blair Athol, 1980+) - Qualifications: cc; AOCP 1145, 1933, SA; 2COCP 140, 1938; 1COCP 183, 1938; BOCP 201, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BRANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Mervyn Branks|Branks, Albert Mervyn "Merv"]] [https://www.familysearch.org/tree/person/details/GZ6Y-88K] - 1906(NZ)-1978(NZ) - prominent MW and SW broadcast listener 1920s to 1970s, DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tribute] ===''BREDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wynne Steere Breden|Breden, Wynne Steere]] - 1900(Qld)-1976(NSW) - Rx Melbourne (East Melbourne, 1923), 2WS Newcastle (Newcastle, 1924-1931), amateur operator (AOCP 9, 1924, No. ?? in NSW), amateur broadcaster, shipyard business ===''BREMERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Frederick Bremerman|Bremerman, Harold Frederick]] [https://www.familysearch.org/tree/person/details/GXCQ-QWC] - 1903(Eng)-1988(Qld) - Licences: 4HB Brisbane (Wooloowin, 1938-1939, 1946-1954; Aspley (1955-1975+) - Qualifications: cc; AOCP 1267, 1934, Qld; COCP (Eng) - amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (WIAQ, Life Member; Brisbane DX Club); employment (electrician, Courier Mail, Besley & Pike, Mt. Olivett Hospital); pilot; UK Merchant Navy 1920s - Electoral Rolls: electrical mechanic (Albion, Qld, 1928); mechanic (Wooloowin, Qld, 1936-1954); retired (Aspley, Qld, 1958-1980) ===''BRENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan James Brennan|Brennan, Allan James]] [https://www.familysearch.org/tree/person/details/G6TR-SNJ] - 1887(Vic)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 31, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: Nil yet identified ===''BREWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip John Brewer|Brewer, Phillip or Philip John]] [https://www.familysearch.org/tree/person/details/LVKH-MNW] - 1900(WA)-1948(SA) - Licences: 5JA Adelaide (Parkside, 1926-1939) - Qualifications: cc; AOCP 269, 1926, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Parkside, 1939-1943) ===''BRIDGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Bridger|Bridger, Thomas William]] [https://www.familysearch.org/tree/person/details/G85V-2YT] - 1885(UK)-1941(NT) - Licences: 4AP Receive Brisbane (City, 1923); 4AP Brisbane (Hamilton, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer; public servant; WW1 (2nd Aust Flying Squadron, 1916) - Electoral Rolls: electrical engineer (West Perth, 1914); consulting engineer (Auchenflower, 1925); poultry farmer (Geebung, 1928); engineer (Armadale, 1934-1937) - Directories: electrical engineer (Adelaide, 1915; Melbourne, 1917-1921; Brisbane, 1923-1927; Adelaide, 1930) ===''BRIDGES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank John Claud Bridges|Bridges, Frank John Claud or Claude]] [https://www.familysearch.org/tree/person/details/GHRF-XHR] - 1885(NZ)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 141, 1915; 2COCP 182, 1930; 1COCP 279, 1932 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); officer-in-charge (Radio Station, Esperance, 1921-1949); retired (Esperance, 1958-1963) ===''BRIGGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Robert Briggs|Briggs, Donald Robert]] [https://www.familysearch.org/tree/person/details/GX5B-1TN] - 1915(SA)-2008(SA) - Licences: 5BD Adelaide (Walkerville, 1935-1939; Henley Beach, 1947; South Plympton, 1954-19600; 5HB Adelaide (Morphett Vale, 1980+) - Qualifications: cc; AOCP 1490, 1935, SA; 2COCP 413, 1941; BOCP 373, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: assistant (Kirkcaldy, SA, 1939) ===''BRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Herbert Bright|Bright, William Henry Herbert "Bill"]] [https://www.familysearch.org/tree/person/details/LBQH-GSX] - 1898(Qld)-1961(Qld) - Licences: Spark; 4FA Toowoomba (1923); 4AA Toowoomba (1924-1925); 4WB Toowoomba (1925-1927); 4OO Toowoomba (1937-1939) - Qualifications: cc; AOCP 123, 1925, No. 13 in Qld - amateur operator; amateur broadcaster - Withdrawal: callsign 4AA withdrawn by PMGD for their use - Electoral Rolls: telegraphist (Toowoomba, 1919-1943); clerk (Toowoomba, 1949); mechanic (Toowoomba, 1954-1958) ===''BRIMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Campbell Brimble|Brimble, Charles Campbell]] [https://www.familysearch.org/tree/person/details/GX5L-9GH] - 1915(SA)-2003(SA) - Licences: 5CB Adelaide (Somerton, 1935-1939, 1947-1948; Somerton Park, 1954-1980+) - Qualifications: cc; AOCP 1446, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Somerton, SA, 1939-1943) ===''BRIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Marcus John Gordon Brims|Brims, Marcus John Gordon]] [https://www.familysearch.org/tree/person/details/KZWB-S11] - 1888(Qld)-1982(Qld) - Licences: XQA Mareeba (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; business proprietor (plywood & veneer manufacture) - Electoral Rolls: foreman (Mareeba, 1912-1913); foreman joiner (Milton, 1921); timber merchant (Milton, 1925-1931); plywood manufacturer (Annerley, 1937-1958); business manager (Annerley, 1963-1980) ===''BRISTOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Morrison Bristow|Bristow, John Morrison]] [https://www.familysearch.org/tree/person/details/GZPL-DLJ] - 1908(NSW)-1983(NSW) - Licences: 2ZX Sydney (Neutral Bay, 1926-1929) - Qualifications: AOCP 243, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: advertising manager (Neutral Bay, 1930-1935); manager (Gordon, 1937-1943); company manager (Pymble, 1949); manager (Wahroonga, 1954-1980) ===''BROCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Edward Earl Brock|Brock, Hector Edward Earl]][https://www.familysearch.org/tree/person/details/9VQL-BTC] - 1902(Vic)-1962(SA) - Licences: 3ZC Melbourne (Moonee Ponds, 1923-1924); 5DP Adelaide (North Adelaide, 1924-1927; Malvern, 1927-1938); 5UZ Adelaide (Fullarton, 1954-1956; Nailsworth, 1960) - Qualifications: cc; AOCP 25, 1924, No. ?? in SA - amateur operator; amateur broadcaster; University of Adelaide (Demonstrator & Technical Assistant, 1949) - Electoral Rolls: laboratory assistant (Moonee Ponds, Vic, 1924); no occupation (Malvern, SA, 1939-1943) ===''BROINOWSKI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leopold Thomas Broinowski|Broinowski, Leopold Thomas]] [https://www.familysearch.org/tree/person/details/G6FR-SMR] - 1871(Vic)-1937(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as associate editor, Hobart Mercury, Tas) - Electoral Rolls: journalist (Hobart South, 1914-1937) ===''BROOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilberforce Henry Liddon Brooke|Brooke, Wilberforce Henry Liddon]] [https://www.familysearch.org/tree/person/details/LB61-69T] - 1891(NSW)-1969(NSW) - Licences: 2BR Terrigal (1930-1936); 2BR Dora Creek (1937-1939, 1946-1958); 2BR Paterson (1960-1969) - Qualifications: AOCP 638, 1930, NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: clergyman (Jerry's Plains, 1930; Terrigal, 1931-1937; Dora Creek, 1954-1958; Paterson, 1963-1968) ===''BROOKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Brookes|Brookes, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GDSJ-GV6] - 1911(Qld)-1958(Qld) - Licences: 4BA Brisbane (Kelvin Grove, 1936-1937; Ashgrove, 1938-1939; Wooloowin, 1947-1948) - Qualifications: cc; AOCP 1641, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Wooloowin, Qld, 1943-1954); waterside Worker (Wooloowin, Qld, 1958) ===''BROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Milton Brooks|Brooks, Albert Henry Milton]] [https://www.familysearch.org/tree/person/details/LT1Q-DVK] - 1901(SA)-1975(SA) - Licences: 5KG Adelaide (Grange, 1933-1939; Croydon, 1946-1960+); 5AH Adelaide (Ridleton, 1969-1975) - Qualifications: cc; AOCP 1170, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Croydon, 1939); railway employee (Croydon, 1941-1943) - Relationships: likely related to 7JB John Vickery Brooks and 7DB D. C. Brooks * [[/John Vickery Brooks|Brooks, John Vickery "Jack"]] [https://www.familysearch.org/tree/person/details/GHXL-RK8] - 1905(SA)-1983(Vic) - Licences: 7JB Hobart (1924-1926) - Qualifications: cc; AOCP 37, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; engineer; originally from Adelaide - Relationships: likely related to 5KG Albert Henry Brooks and 7DB D. C. Brooks - Electoral Rolls: engineer (Hobart South, 1928; Malvern, Vic, 1954-1980) ===''BROOMHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Broomhall|Broomhall, Charles Alfred]] [https://www.familysearch.org/tree/person/details/M7NZ-2SV] - 1891(Vic)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 729, 1922 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Geraldton, 1916); mechanic (Wireless Station, Applecross, 1925; Canning Bridge, 1931-1937; Applecross, 1943-1954); retired (Bickley, 1958-1963) ===''BROWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan George Brown|Brown, Alan George]] [https://www.familysearch.org/tree/person/details/G849-43Y] - 1909(Vic)-1970(Vic) - Licences: 3CX Melbourne (Canterbury, 1928-1937; Upper Hawthorn, 1938-1939; Canterbury, 1946-1969) - Qualifications: AOCP 446, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF) - Electoral Rolls: clerk (Camberwell North, 1931); public servant (Auburn, 1936-1937); RAAF (St Kilda North, 1943); civil servant (Auburn, 1949); clerk (Deepdene, 1954; Camberwell North, 1963-1968) * [[/Alan Weymouth Brown|Brown, Alan Weymouth]] [https://www.familysearch.org/tree/person/details/GSKH-1N5] - 1902(Tas)-1938(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Listeners' League, Hobart (assistant secretary); witness to Royal Commission 1927 (as Assistant Secretary, Listeners' League, Hobart, Tas) - Electoral Rolls: electrician (Hobart South, 1936-1937) * [[/Alfred Louis Brown|Brown, Alfred Louis]] [https://www.familysearch.org/tree/person/details/LYQV-4SS] - 1885(Eng)-1971(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as general manager, 5CL, SA) - Electoral Rolls: instrument maker (Claremont, WA, 1910); optician (Applecross, 1916-1917); director (Kew, Vic, 1926); engineer (Cottesloe, 1936-1937) * [[/Bruce Kevin Brown|Brown, Bruce Kevin]] [https://www.familysearch.org/tree/person/details/G6S4-CV1] - 1920(Tas)-1984(NSW) - Licences: 7QZ Launceston (1937-1939); 2AQZ Sydney (Meadowbank, 1954-1969; Annangrove, 1975-1980+) - Qualifications: cc; AOCP 1942, 1937, No. ?? in Tas; BOCP 303, 1940; 1COCP 492, 1941; TVOCP 1014, 1968 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: laboratory assistant (Meadowbank, 1943-1968); technician (Annangrove, 1972-1980) * [[/Clarence Roy Brown|Brown, Clarence Roy]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - founder of 5KA Class B Adelaide; witness to Royal Commission 1927 (as manager, 5KA, SA) - Electoral Rolls: * [[/Clifford Walter Brown|Brown, Clifford Walter]] [https://www.familysearch.org/tree/person/details/LCV5-M8M] - 1906(WA)-1991(WA) - Licences: 6CB Perth (Subiaco, 1930-1939) - Qualifications: cc; AOCP 640, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Subiaco, 1931-1937); traveller (Nedlands, 1943-1963); business manager (Wembley, 1968); manager (Morley, 1972; Dianella, 1977-1980) * [[/Frank Makepeace Brown|Brown, Frank Makepeace]] [https://www.familysearch.org/tree/person/details/G8H5-2M5] - 1911(WA)-2006(WA) - Licences: 6FB Mullewa (1939; 1946-1948); 6FB Bassendean (1954-1960); 6FB Perth (Doubleview, 1965-1969; Rossmoyne, 1975) - Qualifications: AOCP 2375, 1939, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telephone mechanic (Northam, 1936; Bassendean, 1943); civil servant (Mullewa, 1949); telephone technician (Bassendean, 1954-1963); civil servant (Doubleview, 1968-1972); telephone technician (Rossmoyne, 1977-1980) * [[/George D. Brown|Brown, George D.]] [https://www.familysearch.org/tree/person/details/GXCQ-JFD] - 1875(???)-19??(???) - Licences: 4DB Brisbane (Ascot, Qld, 1937-1939) - Qualifications: cc; AOCP 1970, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous GBs - Electoral Rolls: Nil yet identified * [[/Harry Percy Brown|Brown, Harry Percy "Horsepower", "Poo Bah"]] [https://www.familysearch.org/tree/person/details/L1R8-R1W] - 1878(Eng)-1967(NSW) - senior federal public servant (Director-General, Posts and Telegraphs); witness to Royal Commission 1927 (as Secretary, PMGD) - Links: [[w:Harry Brown (public servant)|Wikipedia]]; [https://adb.anu.edu.au/biography/brown-sir-harry-percy-5384 ADB]; [https://telegramsaustralia.com/Forms/Special%20developments/People/Brown.html Telegrams Australia] * [[/Hector Mervyn Brown|Brown, Hector Mervyn]] [https://www.familysearch.org/tree/person/details/G9TY-HSC] - 1906(NSW)-1961(SA) - Licences: 5MB Adelaide (Torrensville, 1927-1928; Southwark, 1931-1933, 1946-1948) - Qualifications: AOCP 345, 1927, No. ?? in SA; 2COCP 402 1932; 1COCP 333, 1933) - amateur operator, amateur broadcaster, broadcast engineer (2BH, 1937), PMGD SA (mechanic, retired 1940) - Electoral Rolls: radio engineer (Broken Hill, 1937), engineer (Thebarton, 1941-1943) * [[/Herbert George Brown|Brown, Herbert George "Harry"]] [https://www.familysearch.org/tree/person/details/L5BH-NGV] - 1887(Eng)-1966(Qld) - Licences: 4BH Booval (1928-1930); 4HG Booval (1931); 4HG Ipswich (1937-1939, 1946-1956); 4BH Brisbane (Graceville, 1965) - Qualifications: cc; AOCP 455, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (Ipswich); railways employee - Callsign: withdrawn for 4BH Brisbane - Electoral Rolls: labourer (Ipswich, Qld, 1925; Redbank, Qld, 1929) * [[/Herbert Rufus Brown|Brown, Herbert Rufus]] [https://www.familysearch.org/tree/person/details/K2HL-T23] - 1894(Vic)-1980(Vic) - Licences: 3NN Receive Yanac (1923); 3NN Yanac (1924-1980) - Qualifications: cc; AOCP 271, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Yanac, 1919-1977) * [[/J. R. Brown|Brown, J. R.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Southport (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James McGladdery Brown|Brown, James McGladdery]] [https://www.familysearch.org/tree/person/details/GW18-TCK] - 1882(Qld)-1965(Qld) - Licences: 4BJ Aramac (1929-1933); 4BJ Rockhampton (1937); 4BJ Bundaberg (1947-1965) - Qualifications: AOCP 480, 1929, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: porter (Rockhampton, 1905); station master (Finch Hatton, 1913); labourer (Mackay, 1919); motor car proprietor (Baralaba, Mt Morgan, 1925); guard (Aramac, 1928-1937); retired (Maryborough, 1954-1963; Ascot, 1963) - Relationships: father of Victor James Caldwell Brown, the likely actual amateur operator * [[/John Henry Shadwell Brown|Brown, John Henry Shadwell]] [https://www.familysearch.org/tree/person/details/GDJL-7M4] - 1897(NSW)-1959(NSW) - Licences: 2JK Sydney (Botany, 1925-1939) - Qualifications: cc; CPRT 926, 1926; 1COCP 154, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Botany, 1930-1958) * [[/Joseph Brown|Brown, Joseph "Joe"]] [https://www.familysearch.org/tree/person/details/GQH2-YSM] - 1916(Tas)-1990(Tas) - Licences: 7BJ Hobart (Battery Point, 1934-1939; New Town, 1946-1980+) - Qualifications: cc; AOCP 1255, 1934, No. ?? in Tas; BOCP 5, 1936 - amateur operator; amateur broadcaster; broadcast engineer (7ZL, Hobart TV); public servant (PMGD) - Electoral Rolls: radio operator (Battery Point, 1936-1937); civil servant (New Town, 1943-1972) * [[/Leonard Austin Brown|Brown, Leonard Austin]] [https://www.familysearch.org/tree/person/details/GX21-FFX] - 1915(Vic)-1957(SA) - Licences: 3OP Melbourne (Camberwell, 1931-1933); 5OP Adelaide (Eastwood, 1937-1939) - Qualifications: cc; AOCP 814, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Camberwell, Vic, 1936; Eastwood, SA, 1939; Unley Park, SA, 1941) * [[/Robert Brown|Brown, Robert]] - 19??(???)-19??(???) - Licences: Receive Hobart (Moonah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart Central, 1919; Moonah, 1928); fitter (Hobart North, 1958) * [[/Victor James Caldwell Brown|Brown, Victor James Caldwell]] [https://www.familysearch.org/tree/person/details/LBKS-2T7] - 1907(Qld)-1983(Qld) - Licences: Nil yet identified, but likely those in father's name - Qualifications: Nil yet identified, but likely those in father's name - amateur operator? - Electoral Rolls: wardsman (Aramac, 1928); guard (Aramac, 1930); baker (Rockhampton, 1936); radio mechanic (Barcaldine, 1943; Bundaberg, 1949-1963) - Relationships: son of James McGladdery Brown - note electoral roll addresses for Victor James precisely align with 4BJ addresses whereas those for James McGladdery do not * [[/William Francis Brown|Brown, William Francis]] [https://www.familysearch.org/tree/person/details/G8VB-4DL] - 1914(Vic)-19??(???) - Licences: 3BB Warrnambool (1930-1933); 3BB Melbourne (Richmond, 1937); 9BB Wau, New Guinea (1938); 2ANP Sydney (Bundeena, 1947) - Qualifications: AOCP 704, 1930, Vic; 2COCP 92, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Richmond, 1937) - Comment: many contemporaneous WFBs ===''BROWNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Vincent Browne|Browne, Robert John Vincent]] [https://www.familysearch.org/tree/person/details/GSLZ-BY6] - 1907(Qld)-1972(Qld) - Licences: 4RB Brisbane (Toowong, 1925-1939; New Farm, 1946-1956; Dorrington, 1960-1969) - Qualifications: cc; AOCP 92, 1925, No. 10 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Toowong, 1936-1937); mechanic (Clevedon, 4QN, 1943); technician (New Farm, 1949-1954); teacher (Dorrington, 1958-1968) ===''BROWNLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Frank Brownless|Brownless, Sidney Frank "Frank"]] [https://www.familysearch.org/tree/person/details/G8HD-M5S] - 1915(Eng)-1995(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD); military (WW2, RAF, radar research); clubs & societies (IREE); author ("The Sharing of Television Channels", ABCB, 1973 - Electoral Rolls: engineer (Albert Park, 1954-1980) ===''BRUCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Bruce|Bruce, George William]] [https://www.familysearch.org/tree/person/details/GXPX-XN9] - 1913(SA)-1980(SA) - Licences: 5GB Adelaide (Prospect, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1925, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Arthur Bruce|Bruce, Robert Arthur]] [https://www.familysearch.org/tree/person/details/LR18-SKL] - 1900(SA)-1971(SA) - Licences: Receive Adelaide (City, 1923-1924); 5BJ Adelaide (Glenelg, 1927-1939) - Qualifications: cc; AOCP 357, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glenelg, 1939-1943) * [[/Robert William Bruce|Bruce, Robert William]] [https://www.familysearch.org/tree/person/details/GZTC-Z1J] - 1899(Vic)-1971(Vic) - Licences: 3JW Melbourne (St Kilda, 1926-1928; East Malvern, 1931-1939) - Qualifications: AOCP 283, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda East, 1926; Malvern East, 1931-1967) ===''BRUNSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Thomas Brunsden|Brunsden, Herbert Thomas]] [https://www.familysearch.org/tree/person/details/G8NR-JJR] - 1909(NSW)-1942(NSW) - Licences: 2BX Sydney (Leichhardt, 1930-1939) - Qualifications: AOCP 649, 1930, NSW; AOLCP 258, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Leichhardt, 1930-1937) - Comment: Gone too soon ===''BRYCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ramsay Auld Bryce|Bryce, Ramsay Auld]] [https://www.familysearch.org/tree/person/details/GH9T-FL2] - 1914(Qld)-1974(Qld) - Licences: 4AB Ipswich (1937-1939, 1947-1948); 4AB Gold Coast (Palm Beach, 1954-1969); 4AC Portable Ipswich (1947-1956) - Qualifications: cc; AOCP 1935, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (North Ipswich, Qld, 1937); radio serviceman (North Ipswich, Qld, 1943); theatre proprietor (Palm Beach, Qld, 1949); showman (Palm Beach, Qld, 1954-1958); projectionist (Palm Beach, Qld, 1963-1972) ===''BRYSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royal William Bryson|Bryson, Royal William "Roy"]] [https://www.familysearch.org/tree/person/details/GZ9P-5KJ] - 1886(Vic)-1956(Vic) - Licences: XJJ Melbourne (Richmond, 1913); 3JM Receive Melbourne (Kew, 1922-1923); 3JM Melbourne (Kew, 1924-1933) - Qualifications: cc; AOCP 50, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; honorary radio inspector - Electoral Rolls: mechanic (Richmond, 1914-1916); electrical fitter (Kew, 1919-1937); electrician (Croydon, 1943-1954) ===''BUCHANAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thomas Oswald Buchanan|Buchanan, Norman Thomas Oswald]] [https://www.familysearch.org/tree/person/details/G84K-B7C] - 1912(Qld)-1985(Vic) - Licences: 2NB Sydney (Manly, 1928-1939); 2ANB Sydney (Bondi, 1948; Kingsford, 1950); 3AND Melbourne (Ascot Vale, 1954; Rosanna, 1955-1956) - Qualifications: AOCP 466, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Manly, 1934-1935); sound engineer (Manly, 1936); engineer (North Sydney, 1943; Heidelberg, 1954-1963; Rosanna, 1968; Heidelberg, 1972; Rosanna, 1977); retired (Castlemaine, 1980) ===''BUCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hector Buck|Buck, Albert Hector]] [https://www.familysearch.org/tree/person/details/LDQJ-PC3] - 1905(Vic)-1948(Vic) - Licences: 3TM Receive Melbourne (Albert Park, 1923); 3TM Melbourne (Glenhuntly, 1924-1926; Glenferrie, 1927; East Preston, 1931; Hawthorn, 1933-1937); 3TM Terang (1938-1939); 3TM Shepparton (1946-1947) - Qualifications: cc; AOCP 138, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: father of 3ZMX & 3AAD Edwin David Buck, don't confuse with Albert Thomas Buck (Qld) - Electoral Rolls: electrician (Glenferrie, 1927-1928); mechanic (Glenferrie, 1931; Hawthorn, 1937); electrician (Terang, 1943) * [[/Albert Thomas Buck|Buck, Albert Thomas]] [https://www.familysearch.org/tree/person/details/9Z9K-CXG] - 1892(Eng)-1973(Eng) - Licences: 4CW Receive Brisbane (Geebung, 1923); 4CW Brisbane (Geebung, 1924-1927) - Qualifications: cc; AOCP 281, 1926, No. 24 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: home duties (Kedron, 1931-1934); wireless mechanic (Summer Hill, 1933) - don't confuse with 3TM Albert Hector Buck * [[/Edwin David Buck|Buck, Edwin David]] [https://www.familysearch.org/tree/person/details/GZNC-4JQ] - 1929(Vic)-2010(Vic) - 3ZMX Melbourne (Thornbury, 1965-1969, 3AAD Melbourne (Thornbury, 1975-1980), amateur operator (AOCP ??, 19??, No. ?? in Vic), son of 3TM Albert Hector Buck ===''BUCKERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Roy Buckerfield|Buckerfield, Sidney Roy "Buck" & "Roy"]] [https://www.familysearch.org/tree/person/details/GCGS-S7N] - 1904(SA)-1965(SA) - Licences: 5DA Receive Adelaide (Parkside, 1923); 5DA Adelaide (Parkside, 1924-1927; Evandale, 1928-1931; Knoxville, 1933-1939; St Morris, 1947-1948+); 5DA Crystal Brook (1954-1956); 5DA Adelaide (Brighton Gardens, 1960+) - Qualifications: cc; AOCP 32, 1924, No. ?? in SA; 2COCP 163, 1938; 1COCP 1557, 1950 - amateur operator; amateur broadcaster; broadcast engineer (5DN, 5CK, 5DR, 5AN, 5ABCFM); public servant (PMGD); WW2 - Electoral Rolls: mechanic (Knoxville, 1939) ===''BUCKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Carson Buckie|Buckie, Alan Carson]] [https://www.familysearch.org/tree/person/details/GFQ6-8QC] - 1909(WA)-1966(WA) - Licences: 6AB Perth (Nedlands, 1936-1939; Claremont, 1947-1948; Dalkeith, 1965) - Qualifications: cc; AOCP 1682, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1931); radio engineer (Nedlands, WA, 1943-1963) ===''BUGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Robert Bugg|Bugg, Charles Robert]] [https://www.familysearch.org/tree/person/details/G82G-Q8K] - 1918(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: BOCP 11, 1936, Vic - - Electoral Rolls: radio engineer (Geelong, 1942) ===''BUILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Builder|Builder, Geoffrey]] [https://www.familysearch.org/tree/person/details/GM6S-FBL] - 1906(WA)-1960(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - physicist; radio engineer; WW2 - Electoral Rolls: observer (Magnetic Observatory, Watheroo, 1931; physicist (Haberfield, 1935; Ashfield, 1937; Burwood, NSW, 1943-1958) - [https://adb.anu.edu.au/biography/builder-geoffrey-9617 ADB] ===''BULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Bull|Bull, Francis George]] [https://www.familysearch.org/tree/person/details/LB9W-CFP] - 1904(Eng)-1965(Qld) - Licences: 4MA Brisbane (Fairfield, 1936-1939) - Qualifications: cc; AOCP 1674, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Stones Corner, Qld, 1926-1928; Highgate Hill, Qld, 1934; Fairfield, Qld, 1937; Annerley, Qld, 1943-1958); military forces (Wellers Hill, Qld, 1963) * [[/J. F. Bull|Bull, J. F.]] - 19??(???)-19??(???) - 4FH Mackay (-1949-1967+), amateur operator (AOCP ??, 19??, No. ?? in Qld), associate member I.R.E. Aust. ===''BULLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Bulling|Bulling, William John]] [https://www.familysearch.org/tree/person/details/L4Y9-S95] - 1914(SA)-2000(SA) - Licences: 5KX Adelaide (Grange, 1935-1939; Kirkcaldy, 1947-1954; Kings Park, 1955-1975); 5KX Wasleys (1980+) - Qualifications: cc; AOCP 1527, 1935, SA; BOCP 166, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Kirkcaldy, 1939-1943) ===''BULLIVANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Bullivant|Bullivant, William Norman]] [https://www.familysearch.org/tree/person/details/GZJK-X8B] - 1908(NSW)-1985(NSW) - 2PR Receive Albury (1923-1924), 2WB Albury (1925-1930), 2WB West Wyalong (1931-1934), 2BC Sydney (Bondi, 1946-1950; Bellevue Hill, 1954-1969; Kingsford, 1975-1980+), amateur operator (AOCP 167, 1925, No. ?? in NSW; 1COCP 319, 1940), amateur broadcaster, postal clerk (West Wyalong, 1932), telegraphist (Bondi, 1943), supervisor (Waverley, 1954; Bellevue Hill, 1963; Kingsford, 1980)) ===''BULLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Frederick Wright Bullock|Bullock, Albert Frederick Wright "Bert"]] [https://www.familysearch.org/tree/person/details/GX4K-44G] - 1900(Qld)-1987(Qld) - Licences: 4ZX Brisbane (Coorparoo, 1933-1939, 1946-1954; Camp Hill, 1955-1960) - Qualifications: cc; AOCP 1109, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: ironworker (East Brisbane, Qld, 1925); storeman (Coorparoo, Qld, 1936-1954); retired (Coorparoo, Qld, 1958-1980) ===''BUNTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Bunton|Bunton, George Henry]] [https://www.familysearch.org/tree/person/details/MGWV-YFR] - 1872(Eng)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, Mosman, NSW) - Electoral Rolls: butcher (Mosman, 1930-1954) ===''BURBIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Arthur Burbidge|Burbidge, Philip Arthur]] [https://www.familysearch.org/tree/person/details/G8HM-7JL] - 1910(Eng)-1948(NSW) - Licences: 3PB Melbourne (Moonee Ponds, 1928-1931); 2PB Sydney (Bellevue Hill, 1946-1947) - Qualifications: AOCP 456, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant manager (Camberwell, 1934); manager (Bellevue Hill, 1943) ===''BURBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Alfred Burbury|Burbury, Eric Alfred]] - 1894(Tas)-1976(NSW) - early wireless experimenter (Tasmania, unlicensed?), ship wireless operator (1910s), broadcast engineer (AWA, Koo-we-rup; 2FC, chief engineer), brother of Harry Keith Burbury * [[/Harry Keith Burbury|Burbury, Harry Keith "Keith"]] - 1897(Tas)-1986(NSW) - engineer (PMGD), brother of Eric Alfred Burbury ===''BURCHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Burchill|Burchill, Charles]] [https://www.familysearch.org/tree/person/details/GXXD-8PF] - 1894(Qld)-1969(NSW) - Licences: 4EM Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (Hendra, Qld, 1925; Surry Hills, NSW, 1930); fitter (Long Bay Camp, NSW, 1933; Surry Hills, NSW, 1934-1936; Harbord, NSW, 1937); watchman (Maroubra, NSW, 1943-1949) ===''BURFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Patrick Burford|Burford, Walter Patrick]] [https://www.familysearch.org/tree/person/details/GHM2-CD9] - 1912(SA)-1960(Vic) - Licences: 5PB Naracoorte (1934-1939, 1947-1960) - Qualifications: cc; AOCP 1365, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, SA, 1939-1943) ===''BURGESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Thomas Burgess|Burgess, George Thomas]] [https://www.familysearch.org/tree/person/details/G8W5-N95] - 1913(SA)-1994(SA) - Licences: 5GC Adelaide (Prospect, 1933-1939; Henley Beach, 1947-1980+) - Qualifications: cc; AOCP 1233, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Henley, SA, 1941-1943) * [[/Thomas William Watkins Burgess|Burgess, Thomas William Watkins]] [https://www.familysearch.org/tree/person/details/LDZP-X1R] - 1861(NSW)-1929(NSW) - Licences: XDA Wagga Wagga (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: medical practitioner (Wagga Wagga, 1901-1903) ===''BURGOYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Burgoyne|Burgoyne, Francis James]] [https://www.familysearch.org/tree/person/details/GXQN-1VS] - 1876(Wales)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (VIY, 1913-?); RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: officer-in-charge (Radio Station, South Townsville, 1919); postmaster (Concord, 1930); public servant (Homebush, 1930); postmaster (Homebush, 1933; Strathfield, 1935; Inverell, 1936; Bondi North, 1943) ===''BURING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rudolph Buring|Buring, Rudolph]] [https://www.familysearch.org/tree/person/details/L51C-YVT] - 1906(Tas)-1973(Vic) - Licences: 7AX Receive Hobart (1922-1923); Receive Hobart (1923-1924); 7RB Hobart (1925-1933); 3RB Melbourne (Ballarat, 1935-1939) - Qualifications: cc; AOCP 102, 1925, No. ?? in Tas; AOLCP 166, 1934 - amateur operator; amateur broadcaster; electronics engineer (PMGD) - Electoral Rolls: university demonstrator (Hobart, 1928); radio engineer (Sale, 1936; Ballarat, 1936-1937); engineer (Kew, 1943-1972) ===''BURMESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Conrad Burmester|Burmester, Otto Conrad]] [https://www.familysearch.org/tree/person/details/GXWN-7VX] - 1909(Qld)-1997(Qld) - Licences: 4OB Brisbane (East Brisbane, 1933) - Qualifications: cc; AOCP 1158, 1933, No. ?? in Qld; 2COCP 31, 1935; 1COCP 46, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: broadcaster (Toowong, Qld, 1943); PMG technician (East Brisbane, Qld, 1949-1980) ===''BURNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud Edward James Burns|Burns, Claud Edward James]] [https://www.familysearch.org/tree/person/details/KCLY-P7V] - 1893(Qld)-1978(Qld) - Licences: 4ZY Kingaroy (1932-1939); 4ZY Innisfail (1946-1947); 4ZY Cairns (1948-1975) - Qualifications: cc; AOCP 996, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: supervising technician (Cairns, Qld, 1954-1977) ===''BURRAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Allan Burrage|Burrage, John Allan]] [https://www.familysearch.org/tree/person/details/KCW4-SLS] - 1916(Vic)-1942(Ins) - Licences: 3UW Melbourne (Deepdene, 1934-1937), 3UW (Shepparton, 1938-1939) - Qualifications: AOCP 1322, 1934, No. ?? in Vic; BOCP 59, 1936; 1COCP 291, 1939 - amateur operator, amateur broadcaster, broadcast engineer (3SR), WW2 - Electoral Rolls: radio engineer (Shepparton, 1942) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/burrage-john-allan-400643/] ===''BURROWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Owen Burrows|Burrows, Alan Owen]] [https://www.familysearch.org/tree/person/details/KNZG-V74] - 1901(NSW)-1933(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio correspondent (Sydney Morning Herald, Sydney Sun); proprietor Miss F. V. Wallace (Wireless Shop), 1927-1933; president Waverley Radio Club - Electoral Rolls: radio dealer (Waverley, 1930-1933) - Comment: Gone too soon * [[/Ernest Walter Burrows|Burrows, Ernest Walter]] [https://www.familysearch.org/tree/person/details/LZDY-YQ8] - 1900(WA)-1986(NSW) - Licences: 6DZ Geraldton (1924-1927); 2DZ Sydney (Concord, 1929-1930) - Qualifications: cc; CPRT 659, 1921; 1COCP 5, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: technical assistant (Canterbury, NSW, 1937-1949; Earlwood, 1954-1980) * [[/Frederick Harold Burrows|Burrows, Frederick Harold]] [https://www.familysearch.org/tree/person/details/LZDY-TKH] - 1894(Eng)-1974(WA) - Licences: 6BH Perth (Claremont, 1922-1924); 6BH Kalgoorlie (1925-1927); 6BF Perth (Beverley, 1937-1939) - Qualifications: cc; AOCP 193, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgoorlie, 1916; Claremont, 1922; Kalgoorlie, 1925); headmaster (Beverley, 1937; Subiaco, 1943-1958); retired (Subiaco, 1963-1972) * [[/John Charles Fry Burrows|Burrows, John Charles Fry]] [https://www.familysearch.org/tree/person/details/GDKZ-LJ8] - 1897(Vic)-1981(Vic) - Licences: XJCD Melbourne (Kew, 1913-1914) - Qualifications: cc; CPRT 251, 1916 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: no occupation (Kew, 1919-1931); representative (Bairnsdale, 1934); commercial (Kew, 1936-1937); superintendent (Caulfield, 1943-1954); manager (Toorak, 1963-1980) ===''BURTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Reg Burton|Burton, Arthur Reg]] [https://www.familysearch.org/tree/person/details/GXCC-3HM] - 1899(Eng)-1982(Qld) - Licences: 4FE Brisbane (South Brisbane, 1935-1936; City, 1937-1939; Highgate Hill, 1946-1948); 1FE Heard Island (1954-1955); 4FE Thursday Island (1955-1956); 4FE Normanton (1960); 4FE Labrador (1965-1980+) - Qualifications: cc; AOCP 1563, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, AIF); broadcast technician; federal public servant (PMGD) - Relationships: Likely father of 4BM Arthur Henry Burton - Electoral Rolls: artist (Lutwyche, Qld, 1921); picture showman (Beenleigh, Qld, 1922-1926); motor engineer (Kangaroo Point, Qld, 1931-1934; South Brisbane, Qld, 1937); radio engineer (South Brisbane, Qld, 1943); diesel engineer (Highgate Hill, Qld, 1949-1954); technician (Highgate Hill, Qld, 1958); retired (Labrador, Qld, 1968-1980) ===''BUSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Talbot Busch|Busch, Reginald Talbot]] [https://www.familysearch.org/tree/person/details/GZJ3-2P7] - 1907(Vic)-2005(Vic) - Licences: 3LS Receive Melbourne (Essendon, 1923); 3LS Melbourne (Moonee Ponds, 1923-1939; North Essendon, 1946-1969; Strathmore, 1975-1980+) - Qualifications: cc; AOCP 157, 1925, No. ?? in Vic; AOLCP 286, 1936; 1AOCP 3, 1946 - amateur operator; amateur broadcaster; research engineer (1942) - Electoral Rolls: engineer (Moonee Ponds, 1931-1937); research engineer (Essendon, 1942-1968); research (Strathmore, 1972-1977) ===''BUSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Melville Bush|Bush, Albert Melville]] [https://www.familysearch.org/tree/person/details/LBB7-DFN] - 1893(Vic)-1964(Vic) - 3YY Bendigo (1924-1927) - Qualifications: cc; AOCP 197, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: dental apprentice (Bendigo, 1914-1919); dentist (Bendigo, 1922-1963) ===''BUSHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Robert William Bushby|Bushby, Thomas Robert William]] [https://www.familysearch.org/tree/person/details/K2G5-KTN] - 1900(Eng)-1978(NSW) - Licences: 2TW Bulli (1927-1928); 2TW Sydney (Gladesville, 1929; Hunters Hill, 1930; Gladesville, 1931-1933; Rose Bay, 1934; Bondi North, 1935-1937; Bellevue Hill, 1938-1939) - Qualifications: AOCP 368, 1927, No. ?? in NSW; AOLCP 32, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hunters Hill, 1930; Gladesville, 1933); engineer (Rose Bay, 1934; Bellevue Hill, 1935; Bondi, 1936-1937; Kingsgrove, 1943-1954); radio engineer (Bexley, 1958-1963) ===''BUTCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Butcher|Butcher, Eric William]] [https://www.familysearch.org/tree/person/details/GXWG-77S] - 1912(Qld)-1970(Qld) - Licences: 4EB Brisbane (Lutwyche, 1931-1933; Kedron, 1938-1939) - Qualifications: cc; AOCP 871, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Kedron, Qld, 1936-1937); teacher (Grange, Qld, 1949; Wavell Heights, Qld, 1958-1968) ===''BUTLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lloyd Butler|Butler, Alfred Lloyd "Lloyd"]] - Licences: 5BR Adelaide (Prospect, 1947); 5BR Murray Bridge (1948-1960); 5BR Adelaide (Panorama, 1965-1980+) - Qualifications: AOCP; BOCP; TVOCP - amateur operator; historian (SA amateur, SA broadcast) - Electoral Rolls: - Links: [http://users.tpg.com.au/ldbutler/index.htm Web] * [[/Richard Edmund Butler|Butler, Richard Edmund "Dick"]] [https://www.familysearch.org/tree/person/details/GQX1-ZPZ] - 1926(Vic)-2012(Vic) - Senior federal public servant (PMGD), Deputy General Secretary ITU 1983-1989, Secretary General ITU 1983-1989 [https://www.itu.int/en/history/Pages/ElectedOfficialBio.aspx?off=6] ===''BUTLER-WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bertie Saywell Butler-Wood|Butler-Wood, Bertie Saywell]] [https://www.familysearch.org/tree/person/details/GXJ2-18J] - 1894(NSW)-1954(Qld) - Licences: 4EJ Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (West End, Qld, 1919-1925); dentist (West End, Qld, 1943-1954) ===''BUTTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Butterfield|Butterfield, George William]] [https://www.familysearch.org/tree/person/details/L77T-FCW] - 1903(Eng)-1980(WA) - Licences: 6GW Perth (South Perth, 1932-1939) - Qualifications: cc; AOCP 906, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: dental mechanic (Northam, WA, 1925; South Perth, WA, 1931); radio engineer (South Perth, WA, 1936-1958); retired (South Perth, WA, 1977) ===''BUTTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Butters|Butters, William Leslie W.]] [https://www.familysearch.org/tree/person/details/2VQ7-BSV] - 1885(NSW)-1953(NSW) - Licences: 2WY Bermagui South (1928-1935); 2WY Sydney (Brooklyn, 1936-1938; Cronulla, 1939; Karuah, 1946-1947); 2WY Nambucca Heads (1948-1950) - Qualifications: AOCP 464, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: fisheries inspector (Bermagui South, 1930; Brooklyn, 1936); clerk (Erskineville, 1943); retired (Nambucca Heads, 1949) ===''BUTTERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Butterworth|Butterworth, Cecil]] [https://www.familysearch.org/tree/person/details/GMLR-QDG] - 1910(NSW)-1990(NSW) - Licences: 2CB Wallsend (1929-1930); 2BU Wallsend (1931-1939, 1946-1980+) - Qualifications: AOCP 540, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Wallsend, 1936-1958); manufacturer (Wallsend, 1963-1972); engineer (Rankin Park, 1977-1980) ===''BUZACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Hardie Buzacott|Buzacott, Albert Hardie "Hardie"]] [https://www.familysearch.org/tree/person/details/L7YK-QZ6] - 1914(Qld)-1984(Qld) - Licences: 4UZ Toowoomba (1934-1939) - Qualifications: cc; AOCP 1242, 1934, No. ?? in Qld; AOLCP 260, 1935 - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio mechanic (East Toowoomba, Qld, 1936-1937); radio operator (East Toowoomba, Qld, 1943-1949); manager (Roma, Qld, 1949; Gympie, Qld, 1954-1972; Caloundra, Qld, 1977-1980) * [[/Richard Norman Buzacott|Buzacott, Richard Norman]] [https://www.familysearch.org/tree/person/details/GZ82-8ZL] - 1909(WA)-1975(Vic) - Licences: 3RB Melbourne (Elsternwick, 1926; Burwood, 1931; Camberwell, 1933); 2TD Sydney (North Sydney, 1935-1936); 3TD Lubeck (1938-1939); 3TD Melbourne (Balwyn, 1946-1960); 3AUB Melbourne (Reservoir, 1969-1975) - Qualifications: AOCP 298, 1926, No. ?? in Vic; 1COCP 61, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1931); broadcast engineer (North Sydney, 1934-1935); engineer (Camaray, NSW, 1936); broadcast engineer (Lubeck, 1937); wireless operator (Canterbury, 1943); technician (Canterbury, 1949-1954); engineer (Reservoir, 1963-1972) =='''C'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''CAGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cagney|Cagney, Eric William]] [https://www.familysearch.org/tree/person/details/GXH2-9HV] - 1909(Qld)-1990(Qld) - Licences: 4EC Rockhampton (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1386, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Palings, piano tuner); associate I.R.E. Aust - Electoral Rolls: musical instrument worker (Rockhampton, Qld, 1931-1980) ===''CAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Cain|Cain, James Henry]] [https://www.familysearch.org/tree/person/details/MKN2-48M] - 1866(Isle of Man)-1940(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a/g superintendent, Central Mission, Wesley Church, Melbourne, Vic) - Electoral Rolls: clergyman (Mooroopna, 1903; North Melbourne, 1909-1913; Carlton, 1914-1919; Glenferrie, 1921-1924; Auburn, 1924-1927; Kew, 1928-1937) ===''CALDECOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry William Spencer Caldecott|Caldecott, Henry William Spencer]] [https://www.familysearch.org/tree/person/details/GZT8-K3M] - 1908(Canada)-1991(NSW) - Licences: 2SM Sydney (Manly, 1926-1927; Chatswood, 1928-1929; Manly, 1930-1931); 2DA Sydney (Manly, 1933-1939; Balgowlah, 1946-1980+) - Qualifications: AOCP 285, 1926, No. ?? in NSW; AOLCP 58, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Balgowlah, 1930-1968); engineer (Balgowlah, 1977-1980)- callsign 2SM withdrawn by PMGD for allocation to 2SM commercial broadcaster ===''CALDWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aleck Stewart Caldwell|Caldwell, Aleck Stewart]] [https://www.familysearch.org/tree/person/details/M5SS-6BB] - 1903(SA)-1983(SA) - Licences: Receive Adelaide (Unley North, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: During 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Donald Pavy Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: draftsman (Black Forest, SA, 1939); assistant (Erindale, SA, 1941-1943) * [[/Donald Pavy Caldwell|Caldwell, Donald Pavy]] [https://www.familysearch.org/tree/person/details/LVC2-5NT] - 1907(SA)-1959(NSW) - Licences: Nil yet identified - Qualifications: cc; AOCP 29, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Comment: amateur broadcaster but never held licence in his name, during 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Aleck Stewart Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: telegraphist (Clapham, SA, 1939-1943) * [[/Frank David Caldwell|Caldwell, Frank David]] [https://www.familysearch.org/tree/person/details/G8DV-FQ9] - 1907(NSW)-1975(NSW) - Licences: 2YF Sydney (Bondi, 1930-1936; Concord, 1937; Bondi, 1938-1939; Waverley, 1946-1969); 2YF Katoomba (1975) - Qualifications: AOCP 587, 1930, No. ?? in NSW; 3COCP 404, 1938; BOCP 186, 1938 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: employee Clyde Engineering Works (Burwood, 1930); mechanic (Bondi, 1936-1937; Waverley, 1949-1958; Bronte, 1963-1968) * [[/Robert Ballantyne Caldwell|Caldwell, Robert Ballantyne]] [https://www.familysearch.org/tree/person/details/2ZSH-LYB] - 1869(SA)-1942(SA) - Licences: 5BP Adelaide (Unley, 1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: father of Aleck Stewart Caldwell & Donald Pavy Caldwell; brother of William Alexander Caldwell - Electoral Rolls: resident engineer (North Unley, SA, 1939-1941) * [[/Rupert Christian Caldwell|Caldwell, Rupert Christian]] [https://www.familysearch.org/tree/person/details/G8W3-897] - 1893(Vic)-1989(NSW) - Licences: 2YW Receive Sydney (Leichhardt, 1923-1924); 2JO Sydney (Bondi Junction, 1928; Waverley, 1929-1933; Woollahra, 1934-1937; Bondi, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 415, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: traveller (Waverley, 1930-1933; Woollahra, 1934-1936; Bondi Beach, 1937-1968); retired (Waverley, 1972; Bondi Beach, 1977; Malabar, 1980) * [[/William Alexander Caldwell|Caldwell, William Alexander]] [https://www.familysearch.org/tree/person/details/K8Y4-P92] - 1881(SA)-1964(SA) - Licences: 5DI Receive Adelaide (Unley, 1923); 5BO Adelaide (Unley, 1923); 5BP Adelaide (Unley, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: brother of Robert Ballantyne Caldwell; uncle of Aleck Stewart Caldwell & Donald Pavy Caldwell - Electoral Rolls: nil (Glenelg, SA, 1939-1943) ===''CALETTI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guido Caletti|Caletti, Guido "Jim"]] [https://www.familysearch.org/tree/person/details/G841-NV5] - 1900(NSW)-1952(NSW) - Licences: 2CL Receive Sydney (Leichhardt, 1922; Newtown, 1922); 2CL Sydney (Newtown, 1923; Redfern, 1924; Annandale, 1924-1926; Punchbowl, 1927-1929; Penrose, 1930); 2AHV Sydney (Hurstville, 1938-1939, 1946-1950) - Qualifications: cc; CPRTelephony 649, 1921 - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Punchbowl, 1930); mechanic (Bankstown, 1933); telephone mechanic (Hurstville, 1937-1949) ===''CALLABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Callaby|Callaby, Clarence James]] [https://www.familysearch.org/tree/person/details/GZBQ-38C] - 1910(NSW)-1978(NSW) - Licences: 2CJ Sydney (Concord, 1929-1934); 3BI Ballarat (1937-1939) - Qualifications: AOCP 546, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: laboratory assistant (Concord, 1933-1935); chemist (Croydon, 1936-1937); industrial chemist (West Ryde, 1943-1958); company director (St Ives, 1963-1968); director (St Ives, 1972-1977) ===''CALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Victor Callick|Callick, Harold Victor]] [https://www.familysearch.org/tree/person/details/GXF4-P45] - 1898(Eng)-1978(Qld) - Licences: Receive Brisbane (Herston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: surgical dresser (Kelvin Grove, Qld, 1921-1925; Herston, Qld, 1937-1963; Alderley, Qld, 1943-1949; Herston, Qld, 1954-1958; Chermside, Qld, 1963); retired (Miami, Qld, 1968-1977) ===''CALLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival James Callow|Callow, Percival James]] [https://www.familysearch.org/tree/person/details/GXFB-TR6] - 1899(Qld)-1969(Qld) - Licences: Receive (Crystal) Brisbane (Albion, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: public servant (Albion, Qld, 1921-1925); clerk (Glen Kedron, Qld, 1934; Kedron, Qld, 1936-1963); retired (Scarborough, Qld, 1968) ===''CAMERON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. R. Cameron|Cameron, A. R.]] - 19??(???)-19??(???) - Licences: 5RC Adelaide (Leabrook, 1931-1938); 2AMK Sydney (Hunters Hill, 1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Milton Cameron|Cameron, Robert Milton]] [https://www.familysearch.org/tree/person/details/GZXL-HDJ] - 1907(Vic)-1985(SA) - Licences: 3OT Receive Melbourne (Malvern, 1923); 3OT Melbourne (Malvern, 1924-1933); 2XV Sydney (Waverton, 1935; Cronulla, 1937-1939); 4CS Brisbane (Doomben, 1947; Archerfield, 1948); 3AC Melbourne (Prahran, 1954-1955; Hawthorn, 1956-1960) - Qualifications: cc; AOCP 112, 1925, No. ?? in Vic; 1COCP 87, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Malvern East, 1931-1934); aeradio operator (Cooktown, 1943); surveyor (Prahran, 1954) ===''CAMPBELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dallas Dwyer Campbell|Campbell, Dallas Dwyer]] - 1901(NSW)-1964(NSW) - 2KU? Receive Ulmarra (1922-23), 2CU Ulmarra (1924-1939), amateur operator (AOCP 5, 1924, No. ?? in NSW), amateur broadcaster * [[/Douglas Gilmore Campbell|Campbell, Douglas Gilmore]] [https://www.familysearch.org/tree/person/details/LJBS-NDD] - 1888(NSW)-1971(NSW) - 2JO Receive Kyogle (1922-1924), 2DG Kyogle (1925-1933), amateur operator (AOCP 70, 1925, No. ?? in NSW), amateur broadcaster * [[/Frank Valentine Campbell|Campbell, Frank Valentine]] [https://www.familysearch.org/tree/person/details/GXZJ-CGN] - 1901(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4GC George Alfred Campbell - Electoral Rolls: wireless expert (South Brisbane, Qld, 1926); mechanic (Kedron, Qld, 1928-1929); electrical engineer (Kedron, Qld, 1934-1954); electrician (Haberfield, NSW, 1958-1963); retired (Beacon Hill, NSW, 1968-1972) * [[/Frederick Alexander Campbell|Campbell, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/KC4J-HG7] - 1849(Sct)-1930(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, South Yarra, Vic) - Electoral Rolls: director (Melbourne, 1903-1913; South Yarra, 1914-1919); chief executive (South Yarra, 1924-1928) * [[/George Alfred Campbell|Campbell, George Alfred]] [https://www.familysearch.org/tree/person/details/GXZJ-C21] - 1894(Eng)-1983(Qld) - Licences: 4GC Brisbane (South Brisbane, 1937-1939, 1947-1960); 4GC Mermaid Beach (1965-1975); 4GC Brisbane (Annerley, 1980+) - Qualifications: cc; AOCP 2014, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Frank Valentine Campbell - Electoral Rolls: electrical engineer (West End, Qld, 1925-1926; South Brisbane, Qld, 1928-1963); retired (Annerley, Qld, 1968-1972; Mermaid Beach, Qld, 1977) * [[/James Campbell|Campbell, James]] - 1845(Sct)-1893(Vic) - proprietor of engineering business in Ballarat, politician in Victoria, Postmaster-General Victoria (Apr 1884 - Feb 1886) * [[/Neville Douglas Campbell|Campbell, Neville Douglas or Douglas Neville]] [https://www.familysearch.org/tree/person/details/G73C-WVG] - 1912(Tas)-2007(Tas) - Licences: 7NC Hobart (City, 1932-1939, 1946-1956; Sandy Bay, 1960-1980) - Qualifications: cc; AOCP 993, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (New Town, 1943; Sandy Bay, 1949-1958) * [[/Robert Campbell|Campbell, Robert]] - 1917(???)-1950(Qld) - Licences: 4RC Brisbane (Kelvin Grove, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1180, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, treasurer, QSL officer) - Comment: numerous contemporaneous RCs - Electoral Rolls: Nile yet identified ===''CANAVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Canavan|Canavan, John]] [https://www.familysearch.org/tree/person/details/GF3D-L6T] - 1914(Eng)-2008(WA) - Licences: 6CN Perth (City, 1936-1939); 6ON Perth (Mt Hawthorn, 1948) - Qualifications: cc; AOCP 1811, 1936, WA; BOCP 109, 1937; 1COCP 618, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (North Perth, WA, 1937; Maylands, WA, 1949; Bayswater, WA, 1954; Port Hedland, WA, 1958; Bayswater, WA, 1963-1980) ===''CANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Fredrick Herrett Cannon|Cannon, Ronald Fredrick or Frederick Herrett]] [https://www.familysearch.org/tree/person/details/G7JW-T6L] - 1913(Tas)-1994(Vic) - Licences: 7RC Wynyard (1932-1939); 3BRC Melbourne (Hawthorn, 1975) - Qualifications: cc; AOCP 946, 1932, No. ?? in Tas; BOCP 97, 1937; 1COCP 473, 1941 - amateur operator; amateur broadcaster; RAAFWR; WW2 - Electoral Rolls: shop assistant (Wynyard, 1936-1937); engineer (St Kilda, 1943); radio technician (Auburn, 1949; Hawthorn, 1954-1967); tv hirer (Hawthorn, 1968-1980) ===''CANSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathan Victor Charles Cansick|Cansick, Nathan Victor Charles]] [https://www.familysearch.org/tree/person/details/LKSJ-CXC] - 1907(Vic)-1968(NSW) - 3VE Receive Melbourne (St Kilda, 1923-1924), 3AK Melbourne (St Kilda, 1925-1931), amateur operator (AOCP 139, 1925, No. ?? in Vic), amateur broadcaster ===''CAREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Carey|Carey, Francis Joseph "Frank"]] - 18??-19?? - X??, 4?? Toowoomba 1911-1914, 1922-1923, 2AMI Sydney (Centennial Park, 1933-1939; North Sydney 1946-1954; Fairfield 1955-1980) - amateur operator (AOCP 1152, 1933, ?? in NSW) , radio club member (QWI), Halcyon: AOCP NSW 1925 * [[/John Thomas Carey|Carey, John Thomas]] [https://www.familysearch.org/tree/person/details/G6Y9-TZ8] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 19, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: wireless operator (St Kilda, 1913; West End, Townsville, 1919) ===''CARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Lewis Carne|Carne, Ronald Lewis "Ron"]] [https://www.familysearch.org/tree/person/details/GXCC-N3M] - 1910(Fiji)-1976(Qld) - Licences: 4RP Hambledon Mill via Cairns (1935); 4RP Innisfail (1937-1939) - Qualifications: cc; AOCP 1186, 1933, Qld; 3COCP 429, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Goondi Mill, Innisfail, 1936-1937); cane inspector (Sherwood, Qld, 1943); assistant cane inspector (Goondi Mill, Innisfail, Qld, 1949-1954); cane inspector (Victoria Mill, Ingham, Qld, 1954-1958); manager (Harwood Mill, Harwood Island, NSW, 1963; Victoria Mill, Ingham, Qld, 1968); retired (Bowen, Qld, 1972) ===''CARPENTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Carpenter|Carpenter, Archibald John]] [https://www.familysearch.org/tree/person/details/GZPR-BJS] - 1900(WA)-1956(France) - Licences: No known licence - Qualifications: cc; AOCP 376, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: school teacher (Northam, 1925-1936); instructor (South Perth, 1943); firewood vendor (Whyalla, 1948); teacher (Kalgoorlie, 1954) ===''CARRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Carrie|Carrie, F.]] - 19??(???)-19??(???) - Licences: 5JC Adelaide (Glanville, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CARTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Carter|Carter, Albert Edward "Birdie"]] [https://www.familysearch.org/tree/person/details/GHDL-5CB] - 1916(Qld)-2014(Qld) - Licences: 4LT Brisbane (Wavell Heights, 1938-1939, 1946-1948); 4LT Nanango (1954); 4LT Brisbane (Carina, 1955-1969); 4LT Sunshine Beach (1975); 4LT Tewantin (1980) - Qualifications: cc; AOCP 2143, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); wholesale grocery (S. Hoffnung & Co); WW2 - Comment: several contemporaneous AECs - Electoral Rolls: merchant (Greenslopes, Qld, 1943-1949); manager (Nanango, Qld, 1954); departmental manager (Carina, Qld, 1958-1972); retired (Sunshine Beach, Qld, 1977; Tewantin, Qld, 1980)) * [[/Clarence Sydney William Carter|Carter, Clarence Sydney William]][https://www.familysearch.org/tree/person/details/L5T1-TXL] - 1902(SA)-1962(SA) - Licences: Receive Adelaide (Kensington, 1923); 5CS Adelaide (Maylands, 1924-1926) - Qualifications: cc; AOCP 24, 1924, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: salesman (Glen Osmond, SA, 1939-1943) * [[/Frederick Pell Carter|Carter, Frederick Pell or Peel (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXP4-2BC] - 1899(NSW)-1968(SA) - Licences: 5GK Adelaide (Mile End, 1931-1939) - Qualifications: cc; AOCP 761, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: service station proprietor (Mile End, SA, 1939-1943) * [[/H. Carter|Carter, H.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Graceville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Numerous contemporaneous HCs - Electoral Rolls: Nil yet identified * [[/Harry Raymond Carter|Carter, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G9G5-KJT] - 1911(NSW)-1986(NSW) - Licences: 2HC Quirindi (1926-1939; 1946-1980+); 2BE Portable Quirindi (1933-1934); 2AI Portable Quirindi (1935-1939) - Qualifications: AOCP 286, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Quirindi, 1933-1980) - Callsign 2BE withdrawn by PMGD for 2BE Bega commercial ===''CARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Carty|Carty, Bruce]] - historian (broadcast, amateur broadcast), author "Australian Radio History" ===''CASTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Castle|Castle, Clarence Henry "Clarry"]] [https://www.familysearch.org/tree/person/details/GXGF-7GR] - 1915(SA)-2002(SA) - Licences: 5KL Adelaide (Prospect, 1933-1939); 5KL Darwin (1947-1948); 5KL Adelaide (Enfield Heights, 1954-1965; Enfield, 1969-1980+) - Qualifications: cc; AOCP 1209, 1933, SA; 2COCP 263, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''CASWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Harold Caswell|Caswell, Archibald Harold "Arch"]] [https://www.familysearch.org/tree/person/details/GXCC-Y3X] - 1913(Qld)-1986(Qld) - Licences: 4CB Murgon (1934-1939); 4CB Maryborough (1946-1975) - Qualifications: cc; AOCP 1340, 1934, Qld - amateur operator; amateur broadcaster; WW2 (POW); business proprietor (garage) - Electoral Rolls: radio technician (Maryborough, Qld, 1954-1972); retired (Torquay, Qld, 1977-1980) ===''CATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lester Evans Catford|Catford, Lester Evans]] [https://www.familysearch.org/tree/person/details/GDD8-RCB] - 1911(SA)-1990(SA) - Licences: 5LC Gladstone (1931-1939, 1947); 5LC Adelaide (Malvern, 1948-1980) - Qualifications: cc; AOCP 789, 1931, No. ?? in SA; BOCP 357, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Gladstone, SA, 1939-1943) * [[/Lance Maynard Catford|Catford, Lance Maynard]] [https://www.familysearch.org/tree/person/details/GMQR-K2W] - 1913(SA)-1989(SA) - Licences: 5XL Clare (1939, 1947-1980+) - Qualifications: AOCP 2372, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: share farmer (Clare, SA, 1939) ===''CAVANAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Mortimer Cavanagh|Cavanagh, William Mortimer]] [https://www.familysearch.org/tree/person/details/GZ23-GPH] - 1908(Vic)-1995(NSW) - Receive Warburton (1923-1924), 3WC Melbourne (St Kilda, 1925), 2WC Sydney (Potts Point, 1928), 2WC Goulburn (1930), 3WC Melbourne (St Kilda, 1931; Williamstown, 1937-1939), 2WC Wauchope (1946-1980+), qualifications: (AOCP 214, 1925, No. ?? in Vic; 1COCP 598, 1942), amateur operator, amateur broadcaster, WW2, electoral rolls: sales (Goulburn, 1930; St Kilda, 1931-1934), radio dealer (Wauchope, 1949-1980) ===''CAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Cave|Cave, Norman]] [https://www.familysearch.org/tree/person/details/GDB7-G73] - 1898(Eng?)-19??(???) - Licences: 7BC Launceston (1925-1926); operator of Wills & Co Receive licence 1924 - Qualifications: cc; AOCP 129, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 (RAF Wireless Operator); foundation member Tasmanian Gliding Club (instructor); returned to England 1931; likely Wing Commander RAF in WW2; possibly lost in SE Asia 1942 - Electoral Rolls: Nil yet identified ===''CAWTHRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Cawthron|Cawthron, Edward Joseph "Ted"]] [https://www.familysearch.org/tree/person/details/GZBH-9SX] - 1908(NSW)-1964(SA) - Licences: 2JC Sydney (Concord, 1926-1933; Neutral Bay, 1931; Concord, 1933; Five Dock, 1933); 2VA Sydney (City, 1931); 2EJ Sydney (City, 1931); 5JC Adelaide (Kent Town, 1937-1939); 5JE Adelaide (Somerton, 1947-1948; North Glenelg, 1954; Somerton Park, 1960) - Qualifications: cc; AOCP 308, 1926, No. ?? in NSW; BOCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Haberfield, 1943) ===''CECIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clyde Cecil|Cecil, Clyde]] [https://www.familysearch.org/tree/person/details/GZN5-XYG] - 1898(Vic)-1963(WA) - Licences: 6AB Kalgoorlie (1923-1927) - Qualifications: cc; AOCP 154, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2; witness to Royal Commission 1927 (as a listener, Kalgoorlie) - Electoral Rolls: civil servant (Kalgoorlie, 1919); lecturer (Kalgoorlie, 1921-1925; Maylands, 1928-1937); metallurgist (Nedlands, 1943); physicist (Nedlands, 1949-1954); school principal (Triggs Island, 1958-1963) ===''CHADWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Howel Chadwick|Chadwick, Richard Howel (Electoral Rolls) or Howell (BMD) "Dick"]] [https://www.familysearch.org/tree/person/details/G3PQ-6HH] - 1896(NZ)-1955(Qld) - Licences: 4GU Brisbane (Wilston, 1933-1939, 1946-1947) - Qualifications: cc; AOCP 1197, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW1; radio clubs (WIAQ); employment (travelling salesman) - Electoral Rolls: storeman (Zillmere, Qld, 1921); salesman (Wilston, Qld, 1925-1954) ===''CHAFFER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Martin Chaffer|Chaffer, Edward Martin "Martin"]] [https://www.familysearch.org/tree/person/details/GZ1Z-B3P] - 1905(Vic)-1981(Vic) - Licences: 3XF Receive Melbourne (Moonee Ponds, 1923); 3XF Melbourne (Moonee Ponds, 1923-1927); 6XF Perth (Mt Lawley, 1930-1931); 3XF Melbourne (Moonee Ponds, 1933); 2AEK Sydney (Potts Point, 1938); 3MH Hamilton (1947); 3MH Ballarat (1948); 3MH Swan Hill (1954); 3MH Melbourne (Preston, 1955-1956; Moonee Ponds, 1965-1969; Doncaster, 1975-1980) - Qualifications: cc; AOCP 354, 1927, No. ?? in Vic; 3COCP 304, 1937; 2COCP 113, 1937; 1COCP 151, 1937 - amateur operator, amateur broadcaster, radio clubs (WIA Vic Essendon, treasurer, 1924), placed 2nd for best complete station Melbourne Wireless Exhibition 1924; placed second for best complete station at Melbourne Wireless Exhibition 1925; placed 10th in 3LO amateur broadcasting competition 1926; broadcast engineer (3HA, 3BA, 3SH), Dept Civil Aviation 1930s, military (WW2, 1942+) - Electoral Rolls: manager (Moonee Ponds, 1928-1936); radio engineer (Hamilton, 1942; Ballarat, 1949; Swan Hill, 1954; Preston, 1963); radio technician (Moonee Ponds, 1967-1968); retired (Doncaster, 1977-1980) - Relationships: father of 3AII Ken Chaffer ===''CHALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Robert Challen|Challen, Peter Robert]] - 1848(Eng)-1905(Vic) - early telephone, telephony & wireless experimenter, employment (Vic Posts & Telegraphs, Electrical Office & Postmaster), radio clubs (Telegraph Electrical Society, Victoria), associate of Henry Walter Jenvey, William Philip Bechervaise & George Smibert ===''CHALLENDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard Challender|Challender, Gerard "Gerry"]] - 1910(Eng)-1950(NSW) - 2ZS Kempsey, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, high profile participation 1950 Kempsey floods, military (WW2) ===''CHALLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Reginald Challenger|Challenger, George Reginald]] [https://www.familysearch.org/tree/person/details/G3YQ-ZZB] - 1902(NSW)-1936(NSW) - Licences: 2GC Sydney (Auburn, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Auburn, 1930-1935) ===''CHAMBERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Rupert Chambers|Chambers, Francis Rupert]] [https://www.familysearch.org/tree/person/details/MYY2-JKX] - 1898(Vic)-1971(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 247, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Camberwell, 1924-1925); contractor (Geraldton, 1931; Mt Waverley, 1934-1936); linesman (Seaford, 1937; Frankston, 1942); technician (Frankston, 1949; Seaford, 1954); retired (Upwey, 1963; McRae, 1968) * [[/Walter Alfred Chambers|Chambers, Walter Alfred]] [https://www.familysearch.org/tree/person/details/G3N6-VX1] - 1889(Qld)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 151, 1915; 2COCP 100, 1930; 1COCP 96, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIP Perth (1917-1918) - Electoral Rolls: mechanic (Thursday Island, 1912-1913); radio telegraphist (Wyndham, 1916-1917); telegraphist (Subiaco, 1917); radio telegraphist (Esperance, 1921-1925); officer-in-charge (Geraldton, 1925); radio officer (Como, 1931-1934; Esperance, 1936-1937); radio telegraphist (Como, 1943-1968) ===''CHANDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Beals Chandler|Chandler, John Beals]] [https://www.familysearch.org/tree/person/details/G6HN-HXH] - 1887(Eng)-1962(Qld) - principal (4BC); proprietor (J. B. Chandler & Co., 1913-1962); Lord Mayor Brisbane (1940-1952); witness to Royal Commission Wireless 1927 - don't confuse D. W. Chandler early wireless experimenter - [https://adb.anu.edu.au/biography/chandler-sir-john-beals-9724 ADB] ===''CHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Channon|Channon, H. D.]] - 19??(???)-19??(???) - Licences: 2BO Receive Inverell (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Lloyd Lister Channon|Channon, Lloyd Lister]] [https://www.familysearch.org/tree/person/details/GD59-4NS] - 1885(NSW)-1949(NSW) - Licences: 2AQ Receive Manilla (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: postmaster (Elsmore, 1913); postal official (Raymond Terrace, 1930-1949) ===''CHAPMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Chapman|Chapman, Austin]] [https://www.familysearch.org/tree/person/details/LZYW-3F4] - 1864(NSW)-1926(NSW) - occupations (apprentice saddler, hotelier), politician (Postmaster-General, 1905-1907), oversight of Commonwealth Wireless Telegraphy conference Melbourne 1907 - Links: [[w:Austin Chapman|Wikipedia]]; [https://adb.anu.edu.au/biography/chapman-sir-austin-5554 ADB] * [[/Bruce Amundsen Chapman|Chapman, Bruce Amundsen]] [https://www.familysearch.org/tree/person/details/G8VL-575] - 1912(WA)-1969(NSW) - Licences: 2BA Sydney (Chatswood, 1930-1939; Balgowlah, 1946-1958; St Ives, 1960-1969 - Qualifications: AOCP 696, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: shipping clerk (Chatswood, 1935-1937); clerk (Balgowlah, 1949-1958; St Ives, 1963-1968) * [[/E. B. Chapman|Chapman, E. B.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Frank William Chapman (Qld)|Chapman, Frank William (Qld)]] [https://www.familysearch.org/tree/person/details/GXC5-KB3] - 1898(???)-1974(Qld) - Licences: 4XL Brisbane (Yeronga, 1931-1939); 4ZFC Brisbane (Ekibin, 1965); 4TH Brisbane (Ekibin, 1969) - Qualifications: cc; AOCP 785, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: gardener (Salisbury, Qld, 1928); labourer (Yeronga, Qld, 1929-1937); waterside worker (Paddington, Qld, 1943-1949); PMG technician (Ekibin, Qld, 1954-1972) * [[/Frank William Chapman (WA)|Chapman, Frank William (WA)]] [https://www.familysearch.org/tree/person/details/LBXD-TFK] - 1918(Vic)-1988(WA) - Licences: 6CC Perth (Manning Park, 1954-1965; Bassendean, 1969-1980+) - Qualifications: cc; AOCP 3319, 1953, WA - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Chidlow, WA, 1949); teacher (Manning Park, WA, 1954-1963); technical school principal (Kalgoorlie, WA, 1963); teacher (Bassendean, WA, 1968-1977); retired (Bassendean, WA, 1980) * [[/Harrison Chapman|Chapman, Harrison "Harry"]] [https://www.familysearch.org/tree/person/details/G8CX-2C5] - 1909(Vic)-1990(Vic) - Licences: 3JX Receive Melbourne (Ivanhoe, 1922); 3GU Melbourne (Ivanhoe, 1929-1939, 1946-1965; Flinders, 1965-1975); 3AGU Portable Melbourne (Ivanhoe, 1948-1956; Flinders, 1965-1975) - Qualifications: AOCP 513, 1929, No. ?? in Vic; 1AOCP 32, 1946 - amateur operator, amateur broadcaster - Electoral Rolls: student (Ivanhoe, 1931-1936); chemist (Geelong, 1937); RAAF (Ballarat, 1942; Ivanhoe, 1949-1954); chemical engineer (Ivanhoe, 1963); minister of religion (Flinders, 1968); clergyman (Flinders, 1972-1977) * [[/Owen George Chapman|Chapman, Owen George]] [https://www.familysearch.org/tree/person/details/K8YX-YLK] - 1904(NSW)-1961(NSW) - Licences: 2OC Wyong (1930-1939, 1946-1960) - Qualifications: AOCP 669, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Wyong, 1930-1958) * [[/Percival Carnew Lamont Chapman|Chapman, Percival Carnew Lamont "Percy"]] [https://www.familysearch.org/tree/person/details/G8GM-5M8] - 1911(Qld)-2008(Qld) - 4PC Brisbane (Sandgate, 1933); 4PC Babinda (1937-1939); 4PC Monto (1946-1975); 4PC Point Vernon (1980) - Qualifications: cc; AOCP 1155, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); occupation (power house engineer/manager) - Relationships: father of Geoff Chapman 4CET - Electoral Rolls: engineer (Ayr, Qld, 1943; Monto, Qld, 1949-1972); retired (Point Vernon, Qld, 1977-1980) * [[/William George Chapman|Chapman, William George]] [https://www.familysearch.org/tree/person/details/KZ2X-8KG] - 1890(Tas)-1957(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 116, 1915; 1COCP 63, 1930 - RANRS (Warrant Telegraphist, 1917); coastal wireless operator; witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: radio telegraphist (Broome, 1925); officer-in-charge (Radio Station Applecross, 1931-1954) ===''CHAPPELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Arthur Chappell|Chappell, Lloyd Arthur]] [https://www.familysearch.org/tree/person/details/G69G-SB9] - 1911(Tas)-1998(Tas) - Licences: 7LC Ross (1936-1937); 7LC Winnaleah (1938-1939); 7LC Hobart (Kingston, 1947-1955; Sandy Bay, 1956-1975; Coles Bay, 1980+) - Qualifications: cc; AOCP 1828, 1936, No. ?? in Tas; BOCP 172, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: projectionist (Ross, 1936-1937); radio engineer (Queenstown, 1943; Kingston, 1949-1958) ===''CHARLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Charles|Charles, Edward Arthur]] [https://www.familysearch.org/tree/person/details/K8QC-V3V] - 1916(SA)-1981(SA) - Licences: 5YQ Adelaide (North Unley, 1935-1939; Unley, 1947-1948; Ascot Park, 1954-1956; Hyde Park, 1960-1980+) - Qualifications: cc; AOCP 1443, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Unley, SA, 1939-1943) ===''CHARLESWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Denison Charlesworth|Charlesworth, Reginald Denison]] [https://www.familysearch.org/tree/person/details/GW1M-CKJ] - 1900(Eng)-1980(NSW) - Licences: 2CI Receive Sydney (Haberfield, 1922); 2CI Sydney (Haberfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: migrated to Fiji mid 1920s, returned to Australia mid 1930s - Electoral Rolls: factory manager (Summer Hill, 1933); engineer (Haberfield, 1935-1937); Lane Cove, 1943); radio engineer (Dee Why, 1949-1954); engineer (Hunters Hill, 1958-1972) ===''CHARTERIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Charteris|Charteris, Michael]] - 4QS Ipswich & Maryborough - amateur operator, historian (amateur) ===''CHATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Greatham Chatfield|Chatfield, Robert Greatham "Bob"]] [https://www.familysearch.org/tree/person/details/LK92-9L1] - 1900(NZ)-1974(NZ) - Licences: ZL2AV Wellington (1925-1954+) - Qualifications: AOCP ??, 1925, No. ?? in NZ - amateur operator; amateur broadcaster; clubs (Wellington Amateur Radio Club 2WB, member and one time president) - Relationships: father of Don Chatfield ZL2SG - Comment: substantial early portion (100+) of QSL collection survives - Electoral Rolls: motor engineer (Wellington, 1922); salesman (Wellington, 1931-1954); retired (Wellington, 1963-1972) ===''CHATTERTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Chatterton|Chatterton, Francis Joseph]] [https://www.familysearch.org/tree/person/details/LZWW-952] - 1902(Tas)-1931(Tas) - Licences: 7AY Receive Hobart (West Hobart, 1922); Receive Hobart (West Hobart, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: machinist (Hobart, 1925-1928) ===''CHAUVEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Temple Frank Chauvel|Chauvel, Walter Temple Frank]] [https://www.familysearch.org/tree/person/details/LH5T-WNQ] - 1902(Qld)-1987(NSW) - Licences: Receive (Valve) Stanthorpe (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: jackeroo (Stanthorpe, Qld, 1925-1928); grazier (Stanthorpe, Qld, 1928-1943); radio engineer (Texas, Qld, 1949-1963); retired (East Ballina, NSW, 1968-1980) ===''CHEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Reginald Cheel|Cheel, Charles Reginald]] [https://www.familysearch.org/tree/person/details/9N1J-PTC] - 1890(Vic)-1955(SA) - Licences: 5CR Adelaide (Maylands, 1934-1939, 1947-1955) - Qualifications: cc; AOCP 1278, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CHENNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Chennell|Chennell, Victor "Vic"]] [https://www.familysearch.org/tree/person/details/GCBH-1XV] - 1907(SA)-1996(SA) - Licences: 5JH Adelaide (Norwood, 1927-1933; Cowandilla, 1937-1939; North Adelaide, 1946-1956; Ascot Park, 1960-1980+) - Qualifications: cc; AOCP 346, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: labourer? (Goodwood Park, 1939) ===''CHESSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chessell|Chessell, John or John Carl]] [https://www.familysearch.org/tree/person/details/KN16-XWP]? [https://www.familysearch.org/tree/person/details/L2M1-9GS]? - 1914(NSW)-1959(NSW) - Licences: 2LV Sydney (Dulwich Hill, 1929-1934); 2YU Sydney (Dulwich Hill, 1935-1936; Ashfield, 1937-1939); 2ER Sydney (Dulwich Hill, 1948-1950) - Qualifications: AOCP 517, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: baker (Croydon, 1936; Bowral, 1937-1954) - seems to be two contemporaneous John Chessel's ===''CHESTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Chesterfield|Chesterfield, John Henry]] [https://www.familysearch.org/tree/person/details/GSVH-3SK] - 1895(Vic)-1973(Qld) - Licences: 5JC Adelaide (Wayville, 1924-1926); 2ACQ Sydney (Strathfield, 1937-1939); 4HJ Brisbane (Cleveland, 1954-1960) - Qualifications: cc; CPRT 23, 1914; 1COCP 266, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: wireless operator (Croydon, NSW, 1930); radio engineer (Glenbrook, NSW, 1931-1935); department manager (Strathfield, NSW, 1935); radio engineer (Strathfield, 1936; Pymble, NSW, 1943; Cleveland, Qld, 1949-1963); retired (Mermaid Beach, Qld, 1968-1972) ===''CHICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Garth Chick|Chick, Leonard Garth]] [https://www.familysearch.org/tree/person/details/G6SW-7PJ] - 1918(Tas)-1999(NSW) - Licences: 7LG Launceston (1937-1939) - Qualifications: cc; AOCP 1973, 1937, No. ?? in Tas; BOCP 227, 1939; 2COCP 550, 1941; 1COCP 1264, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: seaman (Swan Point, 1944); aeradio operator (Lindisfarne, 1949); technician (Essendon, Vic, 1949-1954); draftsman (East Keilor, 1963-1968); surveyor (Forster, 1977-1980) ===''CHILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Oliver Chilton|Chilton, Frederick Oliver]] [https://www.familysearch.org/tree/person/details/GZNR-XFL] - 1905(NSW)-2007(NSW)102yo - Licences: Receive (Crystal) Sydney (Wahroonga, 1923-1924) - Qualifications: cc; AOCP 147, 1925, No. ?? in NSW - amateur receive operator; military (Brigadier); awards (Knighted) - Relationships: brother of 2RC Robert Ralph Chilton - Electoral Rolls: clerk (Wahroonga, NSW, 1930-1943); civil servant (South Yarra, Vic, 1949-1967); retired (Clareville Beach, NSW, 1972-1980) - Links: [[w:Frederick Oliver Chilton|Wikipedia]] * [[/George Frederick Chilton|Chilton, George Frederick]] [https://www.familysearch.org/tree/person/details/G3CR-41Q] - 1891(Vic)-1956(Vic) - Licences: 2GF Sydney (Pennant Hills, 1924; Carlingford, 1925); 4GD Townsville (1925-1926) - Qualifications: cc; CPRT 160, 1915; 1COCP 10, 1930 - amateur operator; amateur broadcaster; coastal operator (VIG, VIB, VIS, VIT, Rockbank); wireless telegraphist (PMG); RANRS (Commissioned Telegraphist, 1917); federal public servant (PMG) - Electoral Rolls: telegraphist (Wooloowin, 1919-1921); radio stationmaster (South Townsville, Qld, 1925; Glenferrie, 1927; Wireless Station, Rockbank, Vic, 1928-1942); engineer (St Kilda, 1949-1954) * [[/Robert Ralph Chilton|Chilton, Robert Ralph]] [https://www.familysearch.org/tree/person/details/GZNR-821] - 1907(NSW)-1985(Qld) - Licences: 2RC Sydney (Wahroonga, 1925-1926); 2RC Gloucester (1927); 2RC Sydney (Wahroonga, 1928-1939, 1946-1947; Roseville East, 1948) - Qualifications: cc; AOCP 152, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: chemist assistant (Wahroonga, 1933); chemist (Stanthorpe, 1954-1963; Sherwood, Qld, 1972) - Relationships: brother of Frederick Oliver Chilton ===''CHINERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jessie Camelia Chinery|Chinery or Chinnery, Jessie Camelia]] [https://www.familysearch.org/tree/person/details/GFMP-6NZ] - 1915(WA)-1995(WA) - Licences: 6JC Perth (Welshpool, 1937-1939) - Qualifications: cc; AOCP 1866, 1937, WA - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: not stated (Welshpool, WA, 1937) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''CHIPPINDALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Kellett Chippindall|Chippindall, Eric Kellett "Chippy"]] [https://www.familysearch.org/tree/person/details/LFCB-MNZ] - 1916(Qld)-1988(Qld) - Licences: 4XR Brisbane (Paddington, 1937-1939); 4XR Gympie (1946-1969); 4XR Brisbane (Paddington, 1975-1980+) - Qualifications: cc; AOCP 1940, 1937, Qld - amateur operator; amateur broadcaster; broadcast engineer (4SB, 4BU, 4LG, 4GY) - Electoral Rolls: radio engineer (Gympie, Qld, 1949); announcer-engineer (Gympie, Qld, 1954-1958); shopkeeper (Paddington, Qld, 1972-1980) ===''CHISHOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham St Clair Chisholm|Chisholm, Graham St Clair]] [https://www.familysearch.org/tree/person/details/GX47-TTR] - 1915(Qld)-2002(WA) - Licences: 4LP Brisbane (Kelvin Grove, 1933); 3ACG Melbourne (South Yarra, 1947-1948); 5PG Darwin (1955-1956); 1AB Canberra (Canberra City, 1960; Ainslie, 1965); 6IB Perth (Dalkeith, 1969-1975) - Qualifications: cc; AOCP 1101, 1933, No. ?? in Qld; BOCP 18, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcaster (3SR, Shepparton, Vic, 1942); radio engineer (South Yarra, Vic, 1949-1954); broadcaster (Reid, ACT, 1958; Ainslie, ACT, 1963; Dalkeith, WA, 1968-1972); manager (Nedlands, 1977-1980) ===''CHITHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Chitham|Chitham, William Norman "Bill"]] [https://www.familysearch.org/tree/person/details/GXWT-KJK] - 1912(Qld)-1997(Qld) - Licences: 4UU Brisbane (Bulimba, 1933-1934; Fortitude Valley 1937-1939; Cannon Hill, 1946-1980+) - Qualifications: cc; AOCP 913, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor, QSL officer); part of the "U" gang; military (WW2) - Electoral Rolls: storeman (Valley, Qld, 1936-1943); radio mechanic (Cannon Hill, 1949-1963); buyer (Cannon Hill, Qld, 1968-1980) ===''CHOATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Sidney Choate|Choate, Roger Sidney]] [https://www.familysearch.org/tree/person/details/GFQX-RW3] - 1913(Irl)-1978(WA) - Licences: 6RK Harvey (1930-1933); 6RK Kalgoorlie (1937-1939); 6RK Dardanup (1947); 6RK Perth (Subiaco, 1948-1956; Salters Point, 1960-1975) - Qualifications: cc; AOCP 714, 1930, No. ?? in WA; BOCP 42, 1936; 3AIR 1121, 1947 - amateur operator; amateur broadcaster; WW2 (RAAF, Squadron Leader) - Awards: Military Division OBE [[w:1964_Birthday_Honours|Wikipedia]] - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1937; Perth, WA, 1937); engineer (Melville, WA, 1943); civil servant (Subiaco, WA, 1949-1958); surveyor (Salters Point, WA, 1963-1968; Manning, WA, 1972-1977) - Links: [https://www.awm.gov.au/collection/R1513688 AWM] [https://www.ozatwar.com/raaf/shepherdshillradar.htm OzAtWar] ===''CHRISMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Chrismas|Chrismas, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/G6YC-FC2] - 1892(NSW)-1950(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 250, 1916; 1COCP 31, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIW Wyndham (1917-1918) - Electoral Rolls: operator (Broome, 1916); wireless operator (Wyndham, 1917; Applecross, 1925); radio telegraphist (Broome, 1931; Geraldton, 1936-1949) ===''CLAFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keighran James Claffey|Claffey, Keighran James]] [https://www.familysearch.org/tree/person/details/G84R-LLP] - 1903(Vic)-19??(???) - Licences: 2AK Deniliquin (1928-1939); 2AK Picton (1946); 2AK Deniliquin (1947-1980+) - Qualifications: AOCP 459, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarrandale, 1949; Deniliquin, 1954; Yarrandale, 1958-1963); retired (Deniliquin, 1977-1980) ===''CLARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Clark|Clark, Francis Thomas]] [https://www.familysearch.org/tree/person/details/G8WF-CJH] - 1903(WA)-1998(Vic) - Licences: 3FC Rainbow (1928); 3FC Melbourne (St Kilda, 1931; Hawthorn, 1933; Elwood, 1937; St Kilda, 1938); 3FC Mildura (1946-1947); 3FC Ouyen (1948-1960); 3FC Geelong (Leopold, 1969; Clifton Springs, 1975-1980+) - Qualifications: AOCP 426, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal official (Rainbow, 1925); postal clerk (Rainbow, 1928); clerk (St Kilda, 1931-1937); senior postal clerk (Red Cliffs, 1942); postmaster (Ouyen, 1949-1954); retired (Clifton Springs, 1972-1980) * [[/Frank P. R. Clark|Clark, Frank P. R.]] [https://www.familysearch.org/tree/person/details/GZFG-WRN] - 1900(NSW)-1928(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923-1924); 2YF Sydney (Manly, 1925) - Qualifications: AOCP 122, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: gone too soon * [[/Leopold Francis Clark|Clark, Leopold Francis]] [https://www.familysearch.org/tree/person/details/273Q-3D5] - 1902(Tas)-1978(Tas) - Licences: 7CK Natone (1932-1939); 7CK Burnie (1946-1948); Deloraine (1954-1969); Lanena (1975) - Qualifications: cc; AOCP 989, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Natone, 1928-1936; Burnie, 1943-1949); grazier (Needles, 1954; Deloraine, 1963) ===''CLARKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Fraser Clarke|Clarke, Percival Fraser "Percy"]] [https://www.familysearch.org/tree/person/details/GXZ3-4J2] - 1896(Qld)-1971(Qld) - Licences: 4PY Ayr (1936-1939) - Qualifications: cc; AOCP 1781, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jarvisfield, Qld, 1919-1937; Aspley, Qld, 1949-1972) * [[/Warren Ross Clarke|Clarke, Warren Ross]] [https://www.familysearch.org/tree/person/details/G8NT-LSN] - 1909(NSW)-1988(NSW) - Licences: 2ZZ Sydney (Mosman,1930-1933; Asquith, 1933-1939; Mosman, 1948-1950) - Qualifications: AOCP 650, 1930, NSW; 2COCP 6, 1934; 1COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Asquith, 1933-1934; Mosman, 1936); radio officer (Mosman, 1943); flight radio officer (Mosman, 1949-1954); clerk (Glenbrook, 1963); travel consultant (Glenbrook, 1972); clerk (Merrylands, 1972); planner (North Rocks, 1977-1980) * [[/William George Clarke|Clarke, William George]] [https://www.familysearch.org/tree/person/details/GXQ2-1QS] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 32, 1930 - RANRS (temp Commissioned Telegraphist, 1917) - Comment: several contemporaneous WGCs - Electoral Rolls: officer-in-charge (Radio Station, Townsville, 1916); seaman (HMAS Encounter, Geelong, 1919); biograph operator (Langwarrin Military Camp, Vic, 1919); hotel manager (Naval Base Hotel, South Fremantle, 1931) ===''CLAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard George Clay|Clay, Richard George]] [https://www.familysearch.org/tree/person/details/G8ZZ-LGN] - 1903(Vic)-1972(Vic) - Licences: 3RC Melbourne (Northcote, 1929; Alphington, 1931) - Qualifications: AOCP 536, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Northcote, 1925-1927); welder (Northcote, 1928); electric welder (Alphington, 1931); welder (Richmond, 1936-1937; Alphington, 1942; Northcote, 1949); contractor (Traralgon, 1954-1972) ===''CLAYTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maisie Ian Jesson Clayton|Rawson nee Clayton, Maisie Ian Jesson]] [https://www.familysearch.org/tree/person/details/G8RT-25P] - 1915(NSW)-1996(NSW) - Licences: Nil yet identified - Qualifications: cc; BOCP 488, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: radio worker (Artarmon, 1937); engineer (Kirribilli, 1949); radio engineer (Lane Cove, 1954-1963); engineer (Lane Cove, 1968-1972); home duties (Lane Cove, 1977-1980) - Lady: * [[/Maurice Charles Clayton|Clayton, Maurice Charles]] [https://www.familysearch.org/tree/person/details/G86J-HX3] - 1912(SA)-1936(SA) - Licences: 5RK Adelaide (Edwardstown, 1930-1931); 5ZC Adelaide (Edwardstown, 1933-1936) - Qualifications: cc; AOCP 596, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon (24yo) * [[/Walter George Gladstone Clayton|Clayton, Walter George Gladstone "Wally"]] [https://www.familysearch.org/tree/person/details/G3XN-J1N] - 1918(Qld)-1998(Qld) - Licences: 4WG Innisfail (1937-1939); 4WG Brisbane (Windsor, 1946-1969); 4WG Townsville (1975-1980+) - Qualifications: cc; AOCP 1868, 1937, Qld - amateur operator; amateur broadcaster; military (WW2, AIF Signals); state public servant (Qld Railways, supervising tech. comms.) - Relationships: uncle of Maise Ian Jesson Rawson nee Clayton (Radio Engineer) - Electoral Rolls: manager (Windsor, 1954-1968); technician (Townsville, 1972-1980) ===''CLIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Cliff|Cliff, Harry]] - 1908(Vic)-1988(Vic) - Licences: 3HC Melbourne (Essendon, 1928-1948; Heidelberg, 1954-1975); 3HC Point Lonsdale (1980+) - Qualifications: AOCP 400, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: implement maker (Moonee Ponds, 1906); engineer (Moonee Ponds, 1922-1928); clerk (Moonee Ponds, 1931-1937); company secretary (North Melbourne, 1943); director (Ivanhoe, 1954-1968; Heidelberg, 1972); retired (Point Lonsdale, 1977-1980) (pre 1928 is another Harry Cliff) ===''CLIFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Glendenning Clifford|Clifford, Herbert Glendenning]] [https://www.familysearch.org/tree/person/details/GHTS-4CN] - 1882(Eng)-1955(SA) - Licences: 5BW Receive Renmark (1923); Receive Renmark (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: secretary (Renmark, SA, 1939-1943) ===''CLINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gladstone Clinch|Clinch, Frederick Gladstone]] [https://www.familysearch.org/tree/person/details/KF5P-TWM] - 1898(WA)-1972(WA) - Licences: 6JR Greenough (1928-1933); 6FG Miling (1960); 6FG Perth (Doubleview, 1965-1969) - Qualifications: cc; AOCP 468, 1928, No. ?? in WA - amateur operator; amateur broadcaster - Relationships: Father of 6CL Ian Harold Wilson Clinch - Electoral Rolls: farmer (Greenough, 1922-1943); garage proprietor (Miling, 1958); retired (Doubleview, 1963-1972) * [[/Ian Harold Wilson Clinch|Clinch, Ian Harold Wilson]] [https://www.familysearch.org/tree/person/details/GHQX-YS1] - 1926(WA)-19??(WA) - Licences: 6CL Miling (1960-1965); 6CL Dandaragan (1969); 6CL Rossmoyne (1975-1980+) - Qualifications: cc; AOCP 3596, 1957, WA - amateur operator, WW2 - Relationships: son of 6JR-6FG Frederick Gladstone Clinch - Electoral Rolls: mechanic (Leederville, 1949); manager (Miling, 1958-1963); radio technician (Dongara, 1968); technician (Rossmoyne, 1972-1980) ===''CLOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alvin Theodore Closs|Closs, Alvin Theodore]] [https://www.familysearch.org/tree/person/details/L67V-HG7] - 1895(NSW)-1975(Vic) - Licences: V750 Receive Melbourne (Olinda, 1922); 3GV Receive Melbourne (Olinda, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: orchardist (Brighton, 1917); storekeeper (Olinda, 1924-1931); salesman (Olinda, 1934-1937); civil servant (Tunstall, 1943-1954); retired (Yarra Junction, 1963-1972) ===''CLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Edward Clough|Clough, James Edward]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 483, 1929, No. ?? in ?? - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - several contemporaneous JECs ===''COADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Coade|Coade, Ernest]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: electrician (Rutherglen, 1914); mechanic (Thursday Island, 1919) ===''COAKLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas James Coakley|Coakley, Thomas James]] [https://www.familysearch.org/tree/person/details/GX24-W7T] - 1904(Vic)-1991(Vic) - Licences: 5UK Adelaide (Unley, 1933-1939); 3IU Melbourne (Camberwell, 1947; Essendon, 1948-1980+) - Qualifications: cc; AOCP 1105, 1933, No. ?? in SA, 3COCP 61, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: aero fitter (Auburn, Vic, 1925-1926); engineer (Camberwell, Vic, 1943; Essendon, Vic, 1949-1980) ===''COALTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Coalter|Coalter, Martin]] [https://www.familysearch.org/tree/person/details/GDSR-STB] - 1893(Vic)-19??(???) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 1, 1914 - ship wireless operator? - Electoral Rolls: Nil yet identified ===''COATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Melbourne Coates|Coates, Alfred Melbourne or Melbourne Alfred]] [https://www.familysearch.org/tree/person/details/GDGW-MCZ] - 1884(???)-1964(Vic) - Licences: V757 Receive Melbourne (Elwood, 1922); 3GG Receive Melbourne (Elwood, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (USA) - Electoral Rolls: engineer (Elsternwick, 1921-1937; Kalorama, 1943-1954) ===''COFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Freeman Coffey|Coffey, Henry Freeman]] [https://www.familysearch.org/tree/person/details/G3QL-BR1] - 1885(Irl)-1934(NSW) - Licences: 4KY Brisbane (Doomben, 1925-1926; Hamilton, 1927); 2ZY Sydney (Willoughby, 1929; Maroubra, 1930-1934) - Qualifications: cc; CPRT 52, 1915; 1COCP 12, 1930 - Halycyon: AOCP Brisbane 1926 - amateur operator; amateur broadcaster; ship wireless operator (Marconi, White Star, Booth Steamship, Iquitos Steamship, Union Castle); RANRS (Warrant Telegraphist, 1917); coastal operator (CRS, PMGD, AWA); federal public servant - Electoral Rolls: radio engineer (Middle Park, Vic, 1919); engineer (Malvern East, 1922-1924); radiostation master (Thursday Island, 1925); wireless operator (Doomben, Qld, 1925-1928); engineer (Chatswood, 1930); wireless mechanic (Maroubra, 1930-1934) ===''COHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derrick Cohen|Cohen, Derek or Derrick Simeon "Dick"]] [https://www.familysearch.org/tree/person/details/GXCF-DR7] - 1914(Eng)-2010(NSW) - Licences: 2YM Sydney (Dobroyd Point, 1932-1933; Kings Cross, 1933; Clovelly, 1934-1936); 4YM Brisbane (City, 1937-1939); 1YM Macquarie Island (1954-1955) - Qualifications: cc; AOLCP 238, 1930; AOCP 1011, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (West End, Qld, 1943); technician (Coburg, Vic, 1954); television producer (Chatswood, NSW, 1963; Little Wallaby Beach, NSW, 1977) ===''COLEBATCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Vincent Colebatch|Colebatch, Ernest Vincent]] [https://www.familysearch.org/tree/person/details/K2Q2-974] - 1905(SA)-1987(SA) - Licences: 5CG Receive Adelaide (Norwood, 1923); Receive Adelaide (Norwood, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Belair, SA, 1939-1941) ===''COLESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Russell Coleston|Coleston, Stanley Russell]] [https://www.familysearch.org/tree/person/details/G8VV-KQL] - 1913(Vic)-2012(Qld) - Licences: 3XK Melbourne (Middle Park, 1930-1931; Gardenvale, 1933; Glenhuntly, 1937-1939, 1946-1955); 9XK Port Moresby (1956-1960); 3AXK Melbourne (Mt Waverley, 1965-1969); 4XA Brisbane (Geebung, 1975-1980+) - Qualifications: AOCP 688, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Glenhuntly, 1936-1942; Caulfield East, 1949-1954); public servant (Mt Waverley, 1963-1972); retired (Geebung, 1977-1980) ===''COLLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Felton Collard|Collard, Cyril John Felton]] [https://www.familysearch.org/tree/person/details/97X9-6VY] - 1896(NSW)-1969(NSW) - Licences: 2CF Maitland West (1927-1939) - Qualifications: AOCP 362, 1927, No. ?? in NSW; 2COCP 540, 1941; BOCP 541, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lorn, 1930-1963); retired (North Maitland, 1968) ===''COLLINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Joseph Collins|Collins, Clarence Henry Joseph]] [https://www.familysearch.org/tree/person/details/M1Y1-GB1] - 1891(SA)-1974(SA) - Licences: 5FC Adelaide (Marryatville, 1932-1939) - Qualifications: cc; AOCP 1043, 1932, SA; BOCP 29, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Marryatville, SA, 1939-1943) * [[/William Edward Collins|Collins, William Edward]] - 19??(???)-19??(???) - Licences: XYAH Perth (Cannington, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Comment: Several contemporaneous WECs - Electoral Rolls: salesman (Cannington, WA, 1916; Victoria Park, WA, 1917); civil servant (Balkatta, WA, 1931-1937) ===''COLLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Andrew Collis|Collis, George Andrew]] - 1869(Tas)-1926(Tas) - Receive Hobart, radio clubs (Tasmanian Radio Club, foundation member, 1922+), electrician (Zinc Co., Hobart, 1921) - potential misidentification, George Arthur Collis, Radio Research Club, Hobart, witness to Royal Commission Wireless 1927 * [[/Ralph Collis|Collis, Ralph]] [https://www.familysearch.org/tree/person/details/GX1J-48N] - 1918(WA)-2013(WA)105yo - Licences: 6LY Perth (Bayswater, 1935-1939) - Qualifications: cc; AOCP 1454, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Bayswater, WA, 1943; Scarborough, WA, 1949-1958); proprietor (Cadoux, WA, 1963; Tuart Hill, WA, 1968); business proprietor (Dianella, WA, 1972-1977); proprietor (Bedford, WA, 1980) ===''COLTHEART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Coltheart|Coltheart, Clarence James]] - 1885(Tas)-1962(Tas) - Licences: 7BF Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Brunswick, Vic, 1913-1914; Queenstown, 1922-1954) ===''COLTHRUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Colthrup|Colthrup, James Frederick]] [https://www.familysearch.org/tree/person/details/LBW8-J4Z] - 1908(Vic)-1942(Qld) - Licences: 3PL Melbourne (Clifton Hill, 1934-1939) - Qualifications: AOCP 1368, 1934, No. ?? in Vic; 1COCP 374, 1940 - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, Wireless & Gunnery School) - Electoral Rolls: mechanic (Clifton Hill, 1931); engineer (Clifton Hill, 1937); airman (Clifton Hill, 1942) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/623876] ===''COLVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Victor Colville|Colville, Sydney Victor]] [https://www.familysearch.org/tree/person/details/G3WQ-S78] - 1894(Vic)-1966(NSW) - Licences: XQF Brisbane (South Brisbane) (1913); 2FA Receive Sydney (1922); 2FA Sydney (1923-1925); 2VH Sydney (1935-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; wireless retail business proprietor (Colville Moore) - Electoral Rolls: clerk (Wooloongabba, 1917; Chelmer, 1919-1921); broker (Bowen Hills, 1922); manufacturer (Drummoyne, NSW, 1930-1933); merchant (Lane Cove, 1935-1936); manufacturer (Darlinghurst, NSW, 1936-1937); company director (Glenbrook, 1943-1963) ===''CONDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Sylvester Condon|Condon, Austin Sylvester]] [https://www.familysearch.org/tree/person/details/G3RG-K2K] - 1924(SA)-2011(SA) - Licences: 5WO Laura (1954-1980+) - Qualifications: AOCP 3012, 1949, SA - amateur operator - Electoral Rolls: Nil [https://www.adelaidenow.com.au/ipad/obituaries-tributes-to-three-of-our-finest/news-story/845c3a27d81fd8a8f4bbe436503a9b1e Obit] ===''CONDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Tasman Conder|Conder, Walter Tasman "Wally"]] [https://www.familysearch.org/tree/person/details/G6CJ-DTS] - 1888(Tas)-1974(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as General Manager, BCA, 3LO) - Electoral Rolls: teacher (Launceston, 1914); soldier (Langwarrin Military Camp, 1918-1921; Melbourne, 1924); secretarial (Melbourne, 1925-1928); entrepreneur (Melbourne, 1931-1937); secretary (Melbourne, 1943) - Links: [https://adb.anu.edu.au/biography/conder-walter-tasman-5747 ADB] ===''CONGDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bert Congdon|Congdon, Bert "Bertie"]] [https://www.familysearch.org/tree/person/details/9VVJ-CMW] - 1891(Vic)-1961(WA) - Licences: 6BA Receive Perth (Subiaco, 1923-1924); 6BC Perth (Subiaco, 1927-1939, 1946-1960) - Qualifications: cc; AOCP 382, 1927, No. ?? in WA - amateur operator; amateur broadcaster; WW1; civil servant - Electoral Rolls: civil servant (Subiaco, 1925-1958) ===''CONNELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dermot Anthony Connelly|Connelly, Dermot Anthony]] [https://www.familysearch.org/tree/person/details/G8L5-2VC] - 1903(Vic)-1965(Vic) - Licences: 3BU Receive Melbourne (St Kilda, 1922); 3BU Melbourne (St Kilda, 1923-1925); 3ADK Melbourne (St Kilda, 1948; Ivanhoe, 1954-1965) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: manager (Caulfield, 1927-1936); Air Force officer (St Kilda, 1937); nil (Frankston, 1949); photographer (Ivanhoe, 1954-1963) ===''CONNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilson Connon|Connon, George Wilson]] [https://www.familysearch.org/tree/person/details/GXGF-8Z2] - 1907(Sct)-1976(SA) - Licences: 5KJ Booleroo (1937-1939); 5KJ Yunta (1947); 5KJ Alice Springs (1948-1954); 5KJ Adelaide (Millswood Estate, 1955-1956); 5KJ Port Lincoln (1960); 5KJ Berri (1965-1969); 5KJ Barmera (1975) - Qualifications: cc; AOCP 1991, 1937, SA; 2COCP 336, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: pensioner (Millswood East, SA, 1939); bookkeeper (Port Augusta, SA, 1941-1948); radio technician (Alice Springs, NT, 1949-1954) ===''CONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emmett Bernard Connor|Connor, Emmett Bernard]] [https://www.familysearch.org/tree/person/details/GXCB-L7Q] - 1913(Qld)-1977(Qld) - Licences: 4CE Gindie (1936); 4OC Longreach (1956); 4OC Fernlees (1960); 4OC Brisbane (Aspley, 1965-1969) - Qualifications: cc; AOCP, not yet identified; BOCP 280, 1940; 3COCP 5529, 1965 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing shed hand (Gindie, Qld, 1936); radio mechanic (Enoggera, Qld, 1937); radio technician (Longreach, Qld, 1943-1949); business Manager (Cramsie, Longreach, Qld, 1954-1958); grazier ("Ronnoc Downs", Fernlees, Qld, 1958-1963; Aspley, Qld, 1963-1977) * [[/Laurance Kingsley Connor|Connor, Laurance Kingsley]] [https://www.familysearch.org/tree/person/details/L2GD-KPT] - 1907(NSW)-1950(NSW) - 2LK Sydney (Belmore, 1925-1926), 2ALC Sydney (Lakemba, 1948; Cammeray, 1950), amateur operator (AOCP 68, 1925, No. ?? in NSW; CPRT 881, 1925; 2COCP 199, 1930; 1COCP 220, 1939), amateur broadcaster * [[/Stephen James Connor|Connor, Stephen James]] [https://www.familysearch.org/tree/person/details/GH4J-FP4] - 1894(NSW)-1979(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 235, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Electoral Rolls: radio telegraphist (Broome, 1917); electrical engineer (Strathfield, NSW, 1930; Lismore, NSW, 1933); electrician (Darlinghurst, NSW, 1934; Strathfield, NSW, 1936-1963); retired (Lapstone, NSW, 1972) * [[/Terence Connor|Connor, Terence]] [https://www.familysearch.org/tree/person/details/G6MC-3DV] - 1916(Tas)-1982(Tas) - Licences: 7CT Hobart (Rokeby, 1936-1939; City, 1946-1948); 7CT Huonville (1954-1960); 7CT Hobart (Bellerive, 1965-1980+) - Qualifications: cc; AOCP 1643, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: auto-electrician (New Town, 1943; Hobart North, 1949); manager (Huonville, 1949-1954); sales rep. (Bellerive, 1963-1977) ===''CONRAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Ernest Conrad|Conrad, Raymond Ernest]] [https://www.familysearch.org/tree/person/details/GSP2-VGS] - 1905(Tas)-1977(Tas) - Licences: 2TR Sydney (Bexley, 1930-1937; Rockdale, 1938-1939); 7TR Hobart (Derwent Park, 1947; Moonah, 1948-1956; Berriedale, 1960-1975) - Qualifications: AOCP 651, 1930, No. ?? in Tas; BOCP 308, 1940 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: battery fitter (Bexley, 1930); storeman (Bexley, 1931-1934); clerk (Bexley, 1935-1936; Rockdale, 1937); purchasing officer (Cameray, 1943); radio manufacturer (Moonah, 1949-1954); engineer (Hospital, Rosetta, 1963) ===''CONRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Conry|Conry, William Henry]] [https://www.familysearch.org/tree/person/details/GDJL-HCR] - 1892(Vic)-1959(Qld) - Licences: 3OK Melbourne (Armadale, 1923-1925); 3CO Melbourne (Brighton, 1931-1939) - Qualifications: cc; CPRT 260, 1916; 1COCP 44, 1935 - amateur operator; amateur broadcaster; WW1 (Merchant Marine); RANRS; witness to Royal Commission 1927 (obo PMGD Vic) - Electoral Rolls: mechanic (Windsor, Vic, 1914-1919; Armadale, 1921-1924); inspector (Brighton, 1925-1937); radio inspector (South Brisbane, 1943-1949); postal official (St Lucia, 1954-1958) ===''CONWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn Laurence Dean Conway|Conway, Mervyn Laurence Dean]] [https://www.familysearch.org/tree/person/details/G6MH-GHZ] - 1912(Tas)-1979(Tas) - Licences: 7CL Launceston (1936-1939, 1948-1960); 7CL Hobart (West Hobart, 1965-1975) - Qualifications: cc; AOCP 1684, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Nelson, 1936); school teacher (Launceston East, 1937); teacher (Devonport, 1943; New Town, 1949-1958) ===''COOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Byron Cook|Cook, Ernest Byron "Ernie"]] [https://www.familysearch.org/tree/person/details/M46M-M3J] - 1902(Vic)-1981(Vic) - Licences: 3CK Tresco (1926-1927); 3CK Kerang (1931); 3EC Swan Hill (1938-1939); 3EC Melbourne (Coburg, 1946-1975) - Qualifications: AOCP 295, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: foreman (Swan Hill, 1937-1942) * [[/Victor Roy Percival Cook|Cook, Victor Roy Percival "Roy"]] [https://www.familysearch.org/tree/person/details/MYJG-6C6] - 1899(SA)-1980(SA) - Licences: XVN Adelaide (1913-1914); S099 Adelaide (1920s); 5AC Adelaide (Prospect, 1923-1927; Rose Park, 1928-1931; Kilkenny, 1933-1939, 1946-1948; Woodville, 1954-1975; Somerton Park, 1980) - Qualifications: cc; AOCP 94, 1925, No. ?? in SA - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: analyst (Kilkenny, 1939-1943) ===''COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Robert Cooke|Cooke, Clarence Robert]] [https://www.familysearch.org/tree/person/details/GF3Z-3P6] - 1891(???)-1970(WA) - Licences: 6CP Perth (Bayswater, 1932-1939, 1947-1965) - Qualifications: cc; AOCP 1068, 1932, WA - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Mornington Mills, WA, 1914); locomotive driver (Mornington Mills, WA, 1921-1926); locomotive engine driver (Bayswater, WA, 1931-1968) * [[/Clive J. Cooke|Cooke, Clive J.]] - 19??(???)-19??(???) - 4CC Brisbane (Chermside, -1952+), amateur operator (AOCP ??, 19??, No. ?? in Qld) * [[/Frank Basil Cooke|Cooke, Frank Basil "Basil"]] [https://www.familysearch.org/tree/person/details/G7Q6-TN8] - 1892(SA)-1967(NSW) - XADW Sydney (1913), 2LI Sydney (1922-1924), 2XQ Receive Sydney (1923), 2DJ Sydney (Northbridge, 1924-1931; Mosman, 1933-1939), early wireless experimenter, amateur operator (pre AOCP; AOCP 39, 1924, No. ?? in NSW), amateur broadcaster, radio clubs (WIA NSW, vice-president 1923) * [[/Frederick William Cooke|Cooke, Frederick William]] [https://www.familysearch.org/tree/person/details/GZB8-V6L] - 1906(Eng)-1981(Vic) - Licences: 3FW Melbourne (Footscray, 1926-1927) - Qualifications: AOCP 311, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: meter tester (Footscray, 1926-1949) ===''COOKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Cookson|Cookson, Arnold]] [https://www.familysearch.org/tree/person/details/G6YD-87L] - 1889(Eng)-1971(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 201, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: telegraphist (Thursday Island, 1919); no occupation (Darlinghurst, 1949); clerk (Northbridge, 1949-1963; Bexley, NSW, 1968) * [[/Joseph George Cookson|Cookson, Joseph George "George"]] [https://www.familysearch.org/tree/person/details/KGCW-Z8N] - 1888(Vic)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 862, 1925; 2COCP 21, 1929; 1COCP 34, 1930 - RANRS (1919), AWA - Relationships: Father of Leonard Kenneth Cookson - Electoral Rolls: engine driver (Crossover, Vic, 1912-1913; Bacchus Marsh, 1914-1915); mechanic (Alphington, 1917); engineer (Cooktown, 1919); radio engineer (Radio Station, Carlingford, NSW, 1930-1935; Croydon, NSW, 1943-1958) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] * [[/Leonard Kenneth Cookson|Cookson, Leonard Kenneth "Len"]] [https://www.familysearch.org/tree/person/details/GXQ8-JHV] - 1917(Vic)-2005(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - AWA - Relationships: Son of Joseph George Cookson - Electoral Rolls: foreman (Concord, NSW, 1943); electrical fitter (Croydon, 1943-1954; Glebe, 1958; Blacktown, 1963-1980) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] ===''COOLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Cooling|Cooling, Ernest Richard]] [https://www.familysearch.org/tree/person/details/LVZL-GSC] - 1885(Qld)-1936(Qld) - Licences: 4BN Toowoomba (1924-1927) - Qualifications: cc; AOCP 11, 1924, No. 3 in Qld - amateur operator; amateur broadcaster; honorary radio inspector (Toowoomba, 1924), (Halcyon P. 4) - Comment: A tragic end to a productive life - TroveTag: "4BN - Ernest Richard Cooling" - Electoral Rolls: letter carrier (Toowoomba, 1908); telegraphist (Bowen, 1912); postal assistant (Toowoomba, 1913-1930) ===''COOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Saint Coombe|Coombe, Geoffrey Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-TXS] - 1913(SA)-19??(???) - Licences: 5ML Adelaide (Hindmarsh, 1931-1939; Croydon, 1947-1948; Brooklyn Park, 1960-1980+) - Qualifications: cc; AOCP 756, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5MR Jack Robert Saint Coombe - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Croydon, 1941) * [[/Jack Robert Saint Coombe|Coombe, Jack Robert Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-T3C] - 1910(SA)-1981(SA) - Licences: 5MR Adelaide (Stirling West, 1954-1980+) - Qualifications: cc; AOCP 2923, 1949, SA - amateur operator; amateur broadcaster - Relationships: Brother of 5ML Geoffrey Saint Coombe - Electoral Rolls: electrician (Hindmarsh, SA, 1939; Croydon, SA, 1941); electrical mechanic (Mt Lofty, SA, 1943) ===''COOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edwin Charles Cooper|Cooper, Alfred Edwin Charles]] [https://www.familysearch.org/tree/person/details/GZV9-9GK] - 1904(NSW)-1997(NSW) - Licences: 2AL Receive Sydney (Ashfield, 1922); 2AL Sydney (Ashfield, 1923-1926); 2UO Sydney (Northbridge, 1947-1950); 2AUO Sydney (Yacht Asgard, 1948-1960); 4AY Surfers Paradise (1980) - Qualifications: cc; AOCP 180, 1925, No. ?? in NSW; 3COCP 626, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: fruit merchant (Ashfield, 1931); director (Northbridge, 1943-1958); company director (Clareville, 1963-1977) * [[/Eric Cooper|Cooper, Eric]] [https://www.familysearch.org/tree/person/details/GD1M-WC4] - 1925(Tas)-19??(???) - Licences: 7ZEC Evandale (1965-1980+) - Qualifications: cc; AOLCP 870, 1960, Tas - amateur operator - Electoral Rolls: moulder (Evandale, 1949); radio technician (Evandale, 1954) * [[/Ernest Edward Cooper|Cooper, Ernest Edward]] [https://www.familysearch.org/tree/person/details/GZ5F-RLJ] - 1905(Tas)-1951(Tas) - Licences: 7MK Launceston (Youngtown, 1926-1927); 7MC Launceston (City, 1947-1948) - Qualifications: cc; AOCP 261, 1926, No. ?? in Tas; AOLCP 151, 1934 - amateur operator; amateur broadcaster - Relationships: may be related to 7ZEC Evandale (1965-1975) Eric Cooper - Electoral Rolls: radio mechanic (Hobart, 1928); radio engineer (Ulverstone, 1936; Launceston East, 1943; Launceston West, 1949) * [[/Harold More Cooper|Cooper, Harold More or Harold Moore]] [https://www.familysearch.org/tree/person/details/GZ58-SJP] - 1886(SA)-1970(SA) - Licences: Receive Adelaide (Glenelg, 1923-1925); 5HG Adelaide (Glenelg, 1926-1939, 1946-1969) - Qualifications: cc; AOCP 257, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW2; submarine cable telegraphist; archaeologist; historian - Electoral Rolls: telegraphist (Glenelg, 1939-1943) - Links: [https://adb.anu.edu.au/biography/cooper-harold-more-9821 ADB] * [[/James Herbert Cooper|Cooper, James Herbert]] [https://www.familysearch.org/tree/person/details/LVTJ-14B] - 1914(NSW)-1992(NSW) - Licences: 2ZG Sydney (Wollstonecraft, 1930-1939 - Qualifications: AOCP 701, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Crows Nest, 1936-1943); broker (Mosman, 1949); stock and sharebroker (Wahroonga, 1949-1968); sharebroker (Wahroonga, 1972); broker (St Ives, 1977-1980) ===''CORDINGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harold Cordingley|Cordingley, Charles Harold]] [https://www.familysearch.org/tree/person/details/GDJK-SB4] - 1892(Eng)-1955(Vic) - Licences: 3RF Melbourne (Ascot Vale, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Ararat, 1913); electrical engineer (Flemington, 1915-1919); engineer (Ascot Vale, 1921-1954) ===''CORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert James Core|Core, Herbert James "Herb"]] [https://www.familysearch.org/tree/person/details/L1PF-R2Q] - 1906(Qld)-1954(Qld) - Licences: 4HC Brisbane (Coorparoo, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 2012, 1937, Qld; 1COCP 392, 1940 - amateur operator; amateur broadcaster; formerly Sydney - Electoral Rolls: public servant (Greenslopes, Qld, 1929); assistant (Coorparoo, Qld, 1936-1937); public servant (Coorparoo, Qld, 1943-1949; Camp Hill, Qld, 1949-1954) ===''CORNELIUS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Edward Cornelius|Cornelius, Eric Edward]] [https://www.familysearch.org/tree/person/details/LH7P-2MD] - 1916(WA)-1979(WA) - Licences: 6EC Albany (1936-1939); 6EC Kalgoorlie (1947-1948); 6EC Wagin (1954-1955); 6EC Perth (Inglewood, 1956-1975) - Qualifications: cc; AOCP 1635, 1936, WA; TVOCP 200, 1959 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Station 6WA, Wagin, 1949-1954; Inglewood, WA, 1958-1977) ===''CORNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Cameron Corney|Corney, Kenneth Cameron]] [https://www.familysearch.org/tree/person/details/GDGS-2MB] - 1899(Vic)-1990(Vic) - Licences: V755 Receive Bairnsdale (1922); 3GY Receive Bairnsdale (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: farmer (Gogeldrie, NSW, 1949); grazier (Metung, Vic, 1963-1980) ===''COTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alfred Cotton|Cotton, Arthur Alfred]] [https://www.familysearch.org/tree/person/details/KNH3-P9L] - 1897(SA)-1973(SA) - Licences: XVS Adelaide (Glanville, 1913); 5HY Adelaide (Kilkenny, 1926-1928; Colonel Light Gardens, 1931; Kilburn, 1946-1969) - Qualifications: cc; AOCP 270, 1926, No. ?? in SA - early wireless experimenter; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo WIA SA) - Electoral Rolls: engineer (Semaphore, 1939); clerk (Findon, 1943) * [[/Arthur Tylney Cotton|Cotton, Arthur Tylney]] [https://www.familysearch.org/tree/person/details/L7G8-SGG] - 1884(Tas)-1965(Tas) - Licences: Receive Spring Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Kelvedon, 1914-1963) * [[/Leith Simpson Cotton|Cotton, Leith Simpson]] [https://www.familysearch.org/tree/person/details/GZR2-12K] - 1905(SA)-2001(SA) - Licences: 5LG Adelaide (Burnside, 1932-1933); 5LG Iron Knob (1937-1939); 5LG Adelaide (Clarence Gardens, 1946-1948; Parkholme, 1954-1980+) - Qualifications: cc; AOCP 1023, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: boilermaker (Iron Knob, 1939-1941) ===''COTTRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Morgan Cottrell|Cottrell, Joseph William Morgan]] [https://www.familysearch.org/tree/person/details/9VLW-L1Y] - 1897(NSW)-1950(Vic) - Licences: 2ZF Receive Sydney (Randwick, 1923); 2ZN Sydney (Randwick, 1923-1925; Coogee, 1926-1930; Maroubra Junction, 1931; Dundas, 1933-1939, 1946-1947; Carlingford, 1948-1950); 2ADX Sydney (Dundas/Portable, 1937-1939) - Qualifications: cc; AOCP 367, 1927, No. ?? in NSW; AOLCP 1, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Coogee, 1930); broadcaster (Dundas, 1933-1934); radio operator (Dundas, 1936-1943); technician (Carlingford, 1949) ===''COUCHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Clyde McGregor Couchman|Couchman, Clifford Clyde McGregor "Cliff"]] [https://www.familysearch.org/tree/person/details/GQLS-T4D] - 1907(Qld)-1971(Qld) - Licences: 4KZ Kaimkillenbun (1930-1939); 4KZ Dalby (1946-1969) - Qualifications: cc; 2COCP 151, 1930; COCP 1st Class Marconi School (Halcyon) - amateur operator; amateur broadcaster; military (WW2, Navy, wireless officer); broadcast technician (PMGD, 4QS); business proprietor (electrical & radio, Dalby) - Electoral Rolls: labourer (Kaimkillenbun, 1930-1937); engineer (Dalby, 1943-1963); electrical engineer (Dalby, 1968) ===''COULTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Maxwell Coulter|Coulter, Jack Maxwell]] [https://www.familysearch.org/tree/person/details/GXRW-MXK] - 1912(SA)-1985(???) - Licences: 5MC Adelaide (Glenelg, 1936-1937); 3MV Melbourne (Caulfield, 1938-1939); 5JD Adelaide (Ashford, 1947-1948; Ackland Gardens, 1954-1960); 5JK Adelaide (Edwardstown, 1975-1980+) - Qualifications: cc; AOCP 1712, 1936, SA; 2COCP 812, 1944 - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: civil servant (Caulfield West, Vic, 1937); RAN (Port Melbourne, Vic, 1943) ===''COUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Couper|Couper, Andrew "Andy" Jnr]] [https://www.familysearch.org/tree/person/details/L6R8-R1T] - 1893(Qld)-1958(Qld) - Licences: XQM Mareeba (1914); 4BW Mareeba (1923-1939, 1946-1956) - Qualifications: cc; AOCP 71, 1925, No. 5 in Qld - early wireless experimenter (1914 & likely earlier unlicensed); amateur operator; amateur broadcaster; WW2 - Electoral Rolls: iron moulder (Mareeba, 1913-1932); engineer (Mareeba, 1936-1958) ===''COURT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Court|Court, Charles Percy]] [https://www.familysearch.org/tree/person/details/GX6T-Q5T] - 1904(Qld)-1962(Qld) - Licences: 4CT Receive Brisbane (Rosalie, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Bayswater, Qld, 1925-1936; Kedron, Qld, 1937-1958) * [[/Thomas Palmer Court|Court, Thomas Palmer Jnr]] - 1895(Vic)-1976(NSW) - XNY Melbourne (Malvern, 1913-1914), 3BO Melbourne (Malvern, 1922), 3TC Melbourne (Malvern, 1926-1927), early wireless experimenter (CPRT 211, 1916), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, radio clubs (WIA Vic, secretary, 1919-1920+), employment (radio salesman, 1928; STC, chief design engineer, 1954), IRE Aust (president, 1950-1951), father also named Thomas Palmer Court (1861, Vic - 1944, NSW) ===''COUSENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Light Reynolds Cousens|Cousens, Harold Light Reynolds]] [https://www.familysearch.org/tree/person/details/GDG9-3SK] - 1888(NSW)-1965(NSW) - Licences: N743 Receive Summer Hill (1922); 2HW Receive Summer Hill (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: auctioneer (Tamworth, 1930-1963) ===''COUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Stuart Coutts|Coutts, Edwin Stuart]] [https://www.familysearch.org/tree/person/details/94TB-698] - 1893(Qld)-1947(Qld) - Licences: 4BZ Receive Dalby (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motor mechanic (Dalby, 1919-1937); garage proprietor (Dalby, 1943) ===''COWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Christian Nesbit Cowan|Cowan, Christian Nesbit]] [https://www.familysearch.org/tree/person/details/G8XD-6QW] - 1907(NSW)-1994(NSW) - Licences: 2PZ Aberdare (1930-1980+) - Qualifications: cc; AOCP 613, 1930, No. ?? in NSW; BOCP 486, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: railway employee (Aberdare, 1930-1963; Cessnock, 1968-1980) ===''COX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allan Grafton Cox|Cox, Allan (birth) or Allen (census) Grafton]] [https://www.familysearch.org/tree/person/details/LHWX-5XH] - 1892(NSW)-1978(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 120, 1915; 2COCP 103, 1930; 1COCP 347, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIB Brisbane (1917-1918) - Electoral Rolls: operator (Rockhampton, 1914; Pinkenba, 1916-1921); telegraphist (Toorak, 1921-1922; South Yarra, 1926-1927); O.I.C. (Cooktown, 1925; Thursday Island, 1930); radio officer (Clayfield, 1934); O.I.C. (Townsville, 1936-1937); engineer (Rockbank, 1942); wireless officer (Kangaroo Point, 1943; Hendra, Qld, 1949-1958); radio officer (Hendra, 1963-1977) * [[/Erle Harold Cox|Cox, Erle Harold "Harold"]] [https://www.familysearch.org/tree/person/details/LB8Z-RG2] - 1903(Tas)-1989(ACT) - Licences: 3BD Receive Melbourne (Elsternwick, 1922); 3BD Melbourne (Elsternwick, 1922-1927; St Kilda, 1931-1933); 2EP Canberra (Forrest, 1934-1935); 2GU Canberra (Red Hill, 1946-1955); 1GU Canberra (Red Hill, 1956-1965; Mawson, 1969-1980+) - Qualifications: cc; AOCP 245, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; journalist, president Press Gallery, Parliament House 1953 - Awards: O.B.E. for contribution to journalism in Australia 1953 - Relationships: son of Erle Cox, science fiction author [https://adb.anu.edu.au/biography/cox-erle-5799] - Electoral Rolls: journalist (Caulfield, 1931; Gardiner, 1936; Forrest, 1937; Red Hill, 1943-1968; Mawson, 1972-1980) * [[/Harold Edward Cox|Cox, Harold Edward or Harold]] [https://www.familysearch.org/tree/person/details/G8GQ-2RT] - 1892(Eng)-1975(Qld) - Licences: 6HE Geraldton (1927) - Qualifications: cc; CPRT 17, 1914; 1COCP 35, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIO Broome (1917-1918) - Electoral Rolls: wireless operator (Broome, WA, 1916-1917; Geraldton, WA, 1922-1930); broadcast manager (Townsville, Qld, 1931-1937); manager (4WK, Warwick, Qld, 1943); representative (Coorparoo, Qld, 1943); wireless representative (Coorparoo, Qld, 1949-1972) ===''COXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Wooton Coxon|Coxon, Robert Wooton]] [https://www.familysearch.org/tree/person/details/GZZ2-HVL] - 1905(WA)-19??(???) - Licences: 6RW Northam (1924-1927) - Qualifications: cc; AOCP 30, 1924, No. ?? in WA - amateur operator; amateur broadcaster; mining engineer, NT Gov (Director of Mines, 1947); WW2 - Relationships: no apparent relation with 6AG Wally Coxon - Electoral Rolls: engineer (Cheltenham, SA, 1943); civil servant (Alice Springs, 1949-1954) * [[/Walter Ernest Stanley Coxon|Coxon, Walter Ernest Stanley "Wally"]] [https://www.familysearch.org/tree/person/details/GCY8-JBS] - 1891(NSW)-1968(WA) - Licences: XYK Perth (Maylands, 1913); 6AG Perth (North Perth, 1924; Inglewood, 1925-1931; Mt Lawley, 1933-1939; Bayswater, 1946-1947; Darlington, 1948-1960; Claremont, 1965) - Qualifications: cc; AOCP 124, 1925, No. ?? in WA - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (6WF) - Relationships: no apparent relation with 6RW Robert Wooton Coxon - Electoral Rolls: fitter (Maylands, 1914); engineer (Maylands, 1925-1937); radio engineer (East Perth, 1943; Darlington, 1949-1958); retired (Claremont, 1963-1968) - Links: [http://messui.polygonal-moogle.com/valves/NW199311.pdf EA0] [http://messui.polygonal-moogle.com/valves/NW199404.pdf] [http://messui.polygonal-moogle.com/valves/NW199405.pdf EA2] ===''COZINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Cozins|Cozins, Charles Frederick]] [https://www.familysearch.org/tree/person/details/GF78-6FW] - 1908(WA)-2001(WA) - Licences: 6AC Perth (City, 1931-1933); 6AD Perth (Canning Bridge, 1947-1948) - Qualifications: cc; AOCP 742, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (North Perth, WA, 1931); radio mechanic (Corrogin, WA, 1936); marine collector (Kalgoorlie, WA, 1943); cook (West Perth, WA, 1949); storekeeper (Kalgoorlie, WA, 1949-1954); clerical assistant (South Perth, WA, 1958); clerk (Rivervale, WA, 1963-1972); retired (Kewdale, WA, 1977-1980) ===''CRAIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith William Craig|Craig, Keith William]] [https://www.familysearch.org/tree/person/details/GDNB-7FD] - 1921(NSW)-1999(NSW) - Licences: 2AJV Newcastle (Stockton, 1938-1939); 2EP Newcastle (New Lambton, 1948-1969) - Qualifications: cc; AOCP 2102, 1938, NSW - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Stockton, 1943); fitter (Lambton, 1949; New Lambton, 1958-1980) * [[/Walter Archibald Craig|Craig, Walter Archibald]] [https://www.familysearch.org/tree/person/details/GZ2F-7X4] - 1907(NSW)-1956(NSW) - Licences: 2XI Receive Sydney (Croydon, 1923); 2XI Sydney (Croydon, 1924-1939) - Qualifications: cc; AOCP 220, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Croydon, 1930-1954) ===''CRAMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warne Hutton Cramond|Cramond, Warne Hutton]] [https://www.familysearch.org/tree/person/details/9XQB-N2G] - 1898(NSW)-1951(NSW) - Licences: 2KJ Sydney (Lane Cove, 1928-1939, 1946-1950) - Qualifications: AOCP 397, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lane Cove, 1930-1949) ===''CRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Rae Cran|Cran, Morris Rae]] [https://www.familysearch.org/tree/person/details/G879-B1J] - 1901(Qld)-1959(NSW) - Licences: 4KX Brisbane (West End, 1930-1939); 2MR Sydney (Rockdale, 1946-1947; Randwick, 1954-1955) - Qualifications: cc; AOCP 570, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Electoral Rolls: clerk (West End, 1925-1937); accountant (Bondi, 1943); company secretary (Ranswick, 1954; Coogee, 1958) ===''CRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Layman William Victor Cranch|Cranch, Layman William Victor "Lay"]] - 1910(Qld)-1993(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio engineer, journalist (editor, Australian Radio and Electronics, 1951), business (manager, Kingsley) ===''CRAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Russell Bruce Cameron Craw|Craw, Russell Bruce Cameron "Bruce"]] [https://www.familysearch.org/tree/person/details/KF2Q-54Y] - 1901(Tas)-1934(Vic) - Licences: 7BC Burnie (1930-1933); 3BC Melbourne (1933-1934) - Qualifications: cc; AOCP 671, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Comment: passed too soon - Electoral Rolls: salesman (Burnie, 1922; North Melbourne, 1924; Burnie, 1928); sales (Middle Park, Vic, 1935) ===''CRAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Thomas Crawford|Crawford, Cedric Thomas]] [https://www.familysearch.org/tree/person/details/GD2P-42L] - 1905(NSW)-1977(NSW) - Licences: 2YC Sydney (Burwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Burwood, 1930-1933); engineer (Captain's Flat, 1937-1943); mechanical engineer (Broken Hill South, 1954-1963); engineer (St Ives, 1968-1972) * [[/John Murray Crawford|Crawford, John Murray]] - 19??(???)-19??(???) - senior federal public servant (chief engineer PMGD, involved establishment of first ABC stations), don't confuse with William Tamillas Stephen Crawford * [[/William Tamillas Stephen Crawford|Crawford, William Tamillas Stephen "Bill", "W.T.S.C."]] [https://www.familysearch.org/tree/person/details/G738-35N] - 1880(Vic)-1962(NSW) - state public servant (P&TD, Tas); senior federal public servant (PMGD, radio inspector); RANRS (commissioned telegraphist, 1917) - Comment: don't confuse with John Murray Crawford ===''CREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Creamer|Creamer, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7XK-965] - 1903(NSW)-1973(NSW) - Licences: 2UR Sydney (Glebe Point, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Orange, 1930-1932); electrical engineer (Brewarrina, 1933; Henty, 1934-1935; Grose Vale, 1937; Richmond, 1943-1968) ===''CREDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter John Credlin|Credlin, Peter John]] [https://www.familysearch.org/tree/person/details/GDSB-SH8] - 1938(Vic)-1984(NSW) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) - Comment: Gone too soon - Electoral Rolls: clerk (Camberwell, 1954); engineer (Malvern, 1963; Lower Templestowe, 1967-1980) ===''CRESSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Gillespie Cresswell|Cresswell, Frank Gillespie]] [https://www.familysearch.org/tree/person/details/LR45-Q56] - 1880(Vic)-1963(Vic) - Licences: 3GI Melbourne (East Kew, 1924-1925; Camberwell, 1926-1927); Qualifications: cc; Nil yet identified - federal public service (PMGD); military (Commonwealth Naval Militia, engineer sublieutenant); RANRS (Radio Commander, terminated Nov 1920) - not to be confused with William Rooke '''Creswell''' - Electoral Rolls: instrument fitter (Camberwell, 1903-1906); Engineer-Lieutenant RAN (Prahran, 1912); naval officer (St Kilda, 1914); lieutenant RAN (Hawthorn, 1915-1919); RAN (Kew, 1922-1924); commandant RAN (Frankston, 1928-1934); naval officer (Olivers Hill, 1936-1937); electrical engineer (Armadale, 1943); retired (Somers, 1949; Mt Eliza, 1954; Frankston, 1963) * [[/Harry Leslie Cresswell|Cresswell, Harry Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9456-49G] - 1917(Qld)-1942(Qld) - Licences: 4DL Brisbane (Coorparoo, Qld, 1938-1939) - Qualifications: cc; Nil yet identified, likely RAN - amateur operator; amateur broadcaster; WW2 (RAN, Petty Officer Telegraphist, KIA, HMAS Yarra) - Electoral Rolls: Nil yet identified - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10293831 AWM] [https://www.awm.gov.au/collection/R1690529 Roll of Honour] ===''CRESWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rooke Creswell|Creswell, William Rooke]] [https://www.familysearch.org/tree/person/details/9N4L-WRS] - 1852(Gibraltar)-1933(Vic) - early wireless experimenter (Lytton, Moreton Island), military (RAN; Qld Maritime Defence Force, commandant; Commonwealth Naval Forces, commandant) - Generally considered the father of the RAN, not to be confused with Frank Gillespie '''Cresswell''' - Electoral Rolls: naval commandant (South Brisbane, 1903-1905); director (Toorak, 1909-1919) - Links: [[w:William Rooke Creswell|Wikipedia]]; [https://adb.anu.edu.au/biography/creswell-sir-william-rooke-5817 ADB] [https://www.navy.gov.au/biography/vice-admiral-sir-william-rooke-creswell RAN] ===''CRIBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dunmore Foote Cribb|Cribb, Dunmore Foote]] [https://www.familysearch.org/tree/person/details/LCPP-YQH] - 1899(Qld)-1946(Qld) - Licences: 4DC Brisbane (Indooroopilly, 1925-1927) - Qualifications: cc; AOCP 134, 1925, No. 15 in Qld - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant) - Electoral Rolls: teacher (Indooroopilly, 1921-1943) ===''CRICHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Robert Crichton|Crichton, Stanley Robert]] [https://www.familysearch.org/tree/person/details/LK76-MZH] - 1893(NZ)-1967(NSW) - Licences: 2KH East Maitland (1929-1935); 9OU Port Moresby (1947-1948) - Qualifications: AOCP 542, 1929, No. ?? in NSW; AOLCP 100, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: telephone mechanic (East Maitland, 1930-1935); wireless operator (Maclean, 1936); Radio 2NR (Lawrence, 1937); wireless operator (Ashfield, 1949); PMG technician (Ashfield, 1954-1963) ===''CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cridge, Wilfred Edgar Launder - See Wilfred Edgar Launder-Cridge ===''CRISP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Charles Crisp|Crisp, Henry Charles "Harry"]] [https://www.familysearch.org/tree/person/details/G8XD-5T2] - 1909(NSW)-1996(???) - Licences: 2LX Sydney (Undercliffe, 1930; Hurstville, 1931-1933; Cronulla, 1934-1939, 1946); 2LX Ettalong (1947-1955); 2LX Woy Woy (1956-1961); 2LX Urunga (1965); 2LX Sydney (Cronulla, 1969; Gorokan, 1975-1980+) - Qualifications: AOCP 614, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: "Henry Charles" carrier (Undercliffe, 1930; Hurstville, 1931-1933); radio dealer (Cronulla, 1934-1937); "Harry Charles" examiner (Bondi, 1943); "Henery Charles" no occupation (Ettalong, 1949); "Henry Charles" radio dealer (Ettalong, 1954-1963); "Harry Charles" motel proprietor (Urunga, 1968); manager (Sans Souci, 1972); retired (Cronulla, 1972); "Henery Charles" retired (Gorokan, 1977-1980) ===''CROCKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Edward Crocker|Crocker, Claude Edward]] [https://www.familysearch.org/tree/person/details/L8R6-RZW] - 1875(USA)-1929(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: engineer (West Perth, 1922-1925) * [[/Edward Baker Crocker|Crocker, Edward Baker]] [https://www.familysearch.org/tree/person/details/MYHX-65B] - 1867(Wales)-1955(NSW) - Licences: 2BB Receive Sydney (Marrickville, 1922); 2BB Sydney (Marrickville, 1922-1930) - Qualifications: cc; AOCP 95, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: provision merchant (Marrickville, 1933-1937); retired (Marrickville, 1943-1949); no occupation (Earlwood, 1949-1954) ===''CROME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Keith Crome|Crome, Harry Keith]] [https://www.familysearch.org/tree/person/details/LZTL-HF9] - 1908(Tas)-1975(Tas) - Licences: Receive (Crystal) Hobart (New Town, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: painter (Hobart North, 1936-1954); linotype operator Melbourne (Alphington, 1963-1972) ===''CROMIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Thomas Cromie|Cromie, Charles Thomas]] [https://www.familysearch.org/tree/person/details/G6Z4-73H] - 1883(Vic)-1952(Vic) - Licences: Receive (Valve) Melbourne (Caulfield, 1923) - Qualifications: cc; Nil yet identified - manager (Oliver J. Nilsen & Co, 1927); witness to Royal Commission 1927 (obo 3UZ) - Electoral Rolls: draper (Maffra, 1903; Korumburra, 1905; East Melbourne, 1909; Maffra, 1912); engineer (East Melbourne, 1914); electrical engineer (Malvern, 1915-1917); engineer (Elsternwick, 1919; Caulfield, 1924-1927); electrical engineer (Melbourne East, 1928; Caulfield, 1931); engineer (Caulfield, 1934); director (Armadale, 1936-1949) ===''CROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Leonard Crooks|Crooks, James Alexander Leonard "Len"]] [https://www.familysearch.org/tree/person/details/LK93-6HV] - 1890(Tas)-1973(Tas) - Licences: Receive Launceston (1923-1925); 7BQ Launceston (1925-1969+) - Qualifications: cc; AOCP 61, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; honorary radio inspector (PMG) - Relationships: father of 3AAC John Peter Crooks - Electoral Rolls: clerk (Trevallyn, 1914; Launceston, 1919-1968); no occupation (Low Head, 1972) * [[/John Peter Crooks|Crooks, John Peter]] [https://www.familysearch.org/tree/person/details/LRZL-Z2J] - 1921(Tas)-2013(Vic) - Licences: 3AAC Colac (1960); 3AAC Bulleen (1965-1969) - Qualifications: AOCP 2107, 1938, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: son of 7BQ James Alexander Leonard "Len" Crooks - Electoral Rolls: civil servant (Elsternwick, 1949); engineer (East Geelong, 1954; Bulleen, 1963-1977) ===''CROPLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cropley|Cropley, Eric William]] [https://www.familysearch.org/tree/person/details/GDLL-YVK] - 1893(NSW)-1935(NSW) - Licences: N735 Receive Sydney (Homebush, 1922); 2HT Receive Sydney (Homebush, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of Mervyn Eric Cropley - Electoral Rolls: warehouseman (Homebush, 1930-1933) * [[/Mervyn Eric Cropley|Cropley, Mervyn Eric]] [https://www.familysearch.org/tree/person/details/GDLG-MYS] - 1920(NSW)-1951(Aus) - Licences: cc; Nil yet identified - Qualifications: cc; 2COCP 403, 1941 - amateur operator; amateur broadcaster - Relationships: son of 2HT Eric William Cropley - Electoral Rolls: radio officer (Homebush, 1943); salesman (Blaxland, 1949) ===''CROUCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Casimir Crouch|Crouch, Ernest Casimir "Ern"]] - 1908(???)-1989(NSW) - 2QJ Receive Sydney (Mosman, 1923), 2EC Sydney (Mosman, 1924-1939), 2EC Orange (1946-1980), amateur operator (AOCP 16, 1924, No. 6 in NSW), amateur broadcaster; engineer; Mosman Radio Laboratories 1927 (proprietor?) ===''CROWDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Crowder, Joyce Isabel see Batchler nee Crowder, Joyce Isabel ===''CULLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Norman Seth Culliver|Culliver, Francis Norman Seth "Norman"]] [https://www.familysearch.org/tree/person/details/G82T-SWD] - 1891(Vic)-1962(Vic) - Licences: 3DP Receive Melbourne (East Melbourne, 1922); 3DP Melbourne (East Melbourne, 1923-1925; Hawthorn, 1925-1927); 3UG Melbourne (Rye, 1948-1956); 3UG Queenscliff (1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of Keith Norman Culliver & Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1931-1954) * [[/Ian Douglas Culliver|Culliver, Ian Douglas "Sam"]] [https://www.familysearch.org/tree/person/details/G82T-WDM] - 1916?(Vic)-2002(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 655, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Keith Norman Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) * [[/Keith Norman Culliver|Culliver, Keith Norman]] [https://www.familysearch.org/tree/person/details/G82T-753] - 1914(Vic)-1998(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 656, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) ===''CUMMING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Humberstone Cumming|Cumming, William Humberstone]] [https://www.familysearch.org/tree/person/details/GSLF-9FS] - 1903(Vic)-1956(Vic) - Licences: 3BK Melbourne (Armadale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Notting Hill, 1931); engineer (Cheltenham, 1931); contractor (Malvern, 1936-1949); engineer (Malvern, 1954) ===''CUMMINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Cummings|Cummings, Bruce]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 1928, No. ?? in Qld), amateur broadcaster ===''CUMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Vincent Cummins|Cummins, Reginald Vincent]] [https://www.familysearch.org/tree/person/details/GXCK-FLN] - 1911(Qld)-1957(Qld) - Licences: 4VC Brisbane (Newmarket, 1937-1939) - Qualifications: cc; AOCP 1939, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (East Ipswich, Qld, 1934-1937); public servant (Newmarket, Qld, 1943-1954) ===''CUNLIFFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James August Cunliffe|Cunliffe, James August]] [https://www.familysearch.org/tree/person/details/G7KX-DQW] - 1904(Vic)-1984(Vic) - Licences: 3ZO Melbourne (Croxton, 1930-1931; Preston, 1933-1939, 1946-1947); 3AZO Melbourne (North Fitzroy, 1954; East Preston, 1955-1980+) - Qualifications: AOCP 597, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: cabinet maker (Preston, 1927); electrician (Preston East, 1931-1942); cabinet maker (Preston East, 1949); carpenter (Preston East, 1963-1980) ===''CUNNINGHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hugh Cunningham|Cunningham, Robert Hugh]] [https://www.familysearch.org/tree/person/details/G845-Z7M] - 1909(Vic)-1989(Vic) - Licences: 3ML Melbourne (Malvern, 1928-1937; Hawthorn, 1938-1939; Frankston, 1946-1947; Malvern, 1948-1980+) - Qualifications: AOCP 463, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Malvern, 1931; Gardiner, 1936-1937); RAAF (Frankston, 1949); manager (Malvern, 1949-1954); director (Malvern, 1963-1980) - R. H. Cunningham, electronics retailer? ===''CUREDALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Curedale|Curedale, Albert John]] [https://www.familysearch.org/tree/person/details/GFQ6-S41] - 1914(Aus)-1986(WA) - Licences: 6AE Perth (City, 1934-1939) - Qualifications: cc; AOCP 1385, 1934, WA - amateur operator; amateur broadcaster - Electoral Rolls: presser (North Perth, WA, 1943-1949; West Perth, WA, 1954; Leederville, WA, 1958-1972) * [[/Robert Gordon Curedale|Curedale, Robert Gordon]] - 1906(WA)-1981(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 837, 1924; 2COCP 369, 1931; 1COCP 141, 1937 - - Electoral Rolls: radio operator (Magnetic Observatory, Watheroo, WA, 1931); wireless operator (West Perth, WA, 1936-1937); radio technician (Croydon, NSW, 1943); farming (Watheroo, WA, 1949); geophysicist (Ascot Vale, Vic, 1954; Bentleigh, Vic, 1963; Yokine, WA, 1968); retired (North Beach, WA, 1972; Maylands, WA, 1977-1980) ===''CURETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Poyner Cureton|Cureton, John Poyner "Jack"]] [https://www.familysearch.org/tree/person/details/L29Y-H1R] - 1905(NSW)-1958(NSW) - Licences: 2AY Receive Sydney (Burwood, 1922); 2AY Sydney (Burwood, 1923-1930); 2AU Sydney (Burwood, 1930-1933; Gordon, 1933-1934; Burwood, 1935-1939, 1946-1950); 2AU Little Hartley (1954-1958) - Qualifications: cc; AOCP 168, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Withdrawal: 2AY callsign withdrawn by PMGD in 1930 and reallocated to new commercial 2AY Albury - Electoral Rolls: secretary (Burwood, 1930; Parkes, 1936); engineer (Burwood, 1943); grazier (Little Hartley, 1958) ===''CURLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Clarence Curle|Curle, George Clarence]] [https://www.familysearch.org/tree/person/details/GZ25-DZZ] - 1914(NSW)-1941(Egypt) - licences: 2AJB Sydney (Chullora, 1937-1939) - qualifications: AOCP 1813, 1937, No. ?? in NSW; BOCP 310, 1940 - amateur operator, amateur broadcaster, broadcast engineer (2BL), WW2 - electoral rolls: Nil - "Greater love hath no man than this" ===''CURNOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Ross Curnow|Curnow, Geoffrey Ross]] - 19??(???)-19??(???) - historian (wireless & broadcasting), "The history of the development of wireless telegraphy and broadcasting in Australia to 1942, with especial reference to the Australian Broadcasting Commission : a political and administrative study" ===''CURRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Benjamin John Currie|Currie, Francis Benjamin John]] [https://www.familysearch.org/tree/person/details/G8QY-8JP] - 1903(SA)-1974(SA) - Licences: None yet found - Qualifications: AOCP 395, 1928, No. ?? in SA - amateur operator? - Electoral Rolls: checker (Albert Park, Vic, 1936); storeman (Semaphore, 1939; Queensbury, 1941) * [[/James Lawrence Currie|Currie, James Lawrence "Len"]] [https://www.familysearch.org/tree/person/details/GXCK-9GW] - 1905(Qld)-1960(Qld) - Licences: 4LC Bundaberg (1936-1937); 4LC Proserpine (1938-1939); 4LC St George (1946-1956); 4LC Brisbane (Dutton Park, 1960) - Qualifications: cc; AOCP 1631, 1936, Qld - amateur operator; amateur broadcaster; power station engineer - Electoral Rolls: electrician (New Farm, Qld, 1929; Bundaberg, Qld, 1931-1937); electrical engineer (Blackhall, Qld, 1943; St George, Qld, 1949-1954); engineer (Caboolture, Qld, 1958) ===''CURTIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. F. Curtis|Curtis, R. F.]] - 19??(???)-19??(???) - Licences: 3AI Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''CUSACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Chanel Cusack|Cusack, Leo Chanel]] [https://www.familysearch.org/tree/person/details/G6YN-49P] - 1897(NSW)-1967(Qld) - Licences: 4LC Port Moresby (1925-1926) - Qualifications: cc; CPRT 229, 1916; 1COCP 319, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIT Townsville (1917-1918) - Electoral Rolls: radio operator (Maroubra, 1930); radio telegraphist (Townsville, 1931-1936; Maroubra, 1943); wireless operator (Maroubra, 1949); radio operator (Darwin, 1949-1954); wireless operator (Maroubra, 1958-1963); retired (Bardon, Qld, 1963) * [[/Sidney Claude Cusack|Cusack, Sidney or Sydney Claude or Claud]] [https://www.familysearch.org/tree/person/details/GW42-D16] - 1885(Eng)-1973(Canada) - Licences: 5CK Adelaide (Dulwich, 1924-1926) - Qualifications: cc; CPRT 5, 1914 (No. 5 in Aus and Vic, Commonwealth system) - RANRS (CPO to Warrant Telegraphist, 1917); WW1 - Electoral Rolls: operator (Clayfield, Qld, 1916) ===''CUSHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Thomas Cushen|Cushen, Arthur Thomas]] [https://www.familysearch.org/tree/person/details/GXQL-FP3] - 1920(NZ)-1997(NZ) - prominent MW and SW broadcast listener 1930s to 1990s; DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club, DX Australia) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen/ Autobiography]; [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tributes] ===''CUSITER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert William Macgregor Cusiter|Cusiter, Robert William Macgregor "Mac"]] [https://www.familysearch.org/tree/person/details/M6H8-73C] - 1908(NSW)-1970(???) - 2RW Sydney (Lewisham, 1925-1926; Turramurra, 1927-1929; Pymble, 1930; Lewisham, 1931-1939, 1946-1955; Hornsby, 1956-1969), amateur operator (AOCP 203, 1925, No. ?? in NSW), amateur broadcaster, engineer (Pymble, 1930; Lewisham, 1930-1949; Hornsby, 1958-1968), AWA, PMGD, WW2 (worked on defence electronics) ===''CUTHBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Cuthbert|Cuthbert, Henry]] - 1829(Irl)-1907(Vic) - Postmaster-General Victoria (Jul 1877-Jul 1878; Mar 1880-Aug 1880) ===''CUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Gregory Maxwell Cutts|Cutts, Gregory Maxwell "Maxwell"]] [https://www.familysearch.org/tree/person/details/GQBR-22Q] - 1903(NSW)-1986(NSW) - Licences: Receive (Crystal) Sydney (Croydon, 1923); 2GM Sydney (Croydon, 1924-1927) - Qualifications: cc; AOCP 17, 1924, No. 7 in NSW - amateur operator; amateur broadcaster; radio business proprietor (2ML, Mosman Radio Service) - Electoral Rolls: radio engineer (Mosman, 1930-1937; Abbotsford, 1949); sales manager (North Ryde, 1954-1963); manager (Cheltenham, 1972-1980) =='''D'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''DAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Luja Dahl|Dahl, Norman Luja]] [https://www.familysearch.org/tree/person/details/L433-MY6] - 1888(NZ)-1938(Qld) - Licences: 2ND Sydney (Wahroonga, 1933-1937); 4ND Ayr (1937-1939) - Qualifications: cc; AOCP 1079, 1933, NSW; AOLCP 249, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: consulting engineer (Wahroonga, NSW, 1930-1935); teacher (Wahroonga, NSW, 1937); company director (Ayr, Qld, 1936-1937) * [[/Oscar Sydney Dahl|Dahl, Oscar Sydney "Syd"]] [https://www.familysearch.org/tree/person/details/LLWV-S5D] - 1904(NZ)-1982(Qld) - Licences: 4KA Ayr (1933-1935); 7KA Hobart (1947); 4KA Ayr (1948); 9KA Lae (1969); 4VT Innisfail (1975) - Qualifications: cc; AOCP 1151, 1933, No. ? in Qld - amateur operator; amateur broadcaster; WW2; surveyor - Electoral Rolls: chainman (Arapuni, NZ, 1928-1931); tramline engineer (Ayr, Qld, 1931-1936); engineer (Gordonvale, Qld, 1937); civil engineer (Fitzgerald, Tas, 1943; Ayr, Qld, 1949-1958); surveyor (Innisfail, Qld, 1963-1980) ===''DALBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dalby|Dalby, John]] - 19??(???)-19??(???) - Licences: 5BI Adelaide (SA School of Mines, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Directories: lecturer (School of Mines, Adelaide, 1922-1934) - Electoral Rolls: Nil yet identified ===''DALTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Martin Dalton|Dalton, Robert Martin]] [https://www.familysearch.org/tree/person/details/GZJQ-SH3] - 1897(Vic)-1949(Vic) - Licences: XLB Melbourne (Auburn, 1913); 3UI Mildura (1923-1925); 3UI Melbourne (Balaclava, 1925-1926; Caulfield, 1927; Camberwell, 1931-1933); 3UN Melbourne (Camberwell, 1948) - Qualifications: cc; AOCP 158, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: fruitgrower (Mildura, 1919-1924); radio engineer (Hawthorn, 1926-1927); clerk (Camberwell, 1928); sales (Camberwell, 1931-1949) ===''DANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Dane|Dane, John Edward]] [https://www.familysearch.org/tree/person/details/LYF7-5RS] - 1868(Eng)-1928(Vic) - Licences: Receive (Valve) Melbourne (Hawthorn, 1923); 3JD Melbourne (Hawthorn, 1924-1927) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: commercial traveller (Hawthorn, 1908-1909); merchant (Auburn, 1912-1927) ===''DANGERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Henry Dangerfield|Dangerfield, Joseph Henry "Harry"]] [https://www.familysearch.org/tree/person/details/G9HR-22D] - 1911(Eng)-1997(Qld) - Licences: 4NF Townsville (1936-1939) - Qualifications: cc; AOCP 1686, 1936, Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (radio electrical salesman) - Relationships: brother of 4NL Norman Gerard Dangerfield - Electoral Rolls: radio mechanic (Townsville, Qld, 1937-1954); mechanic (Townsville, Qld, 1958-1977); retired (Airlie Beach, Qld, 1977-1980) * [[/Norman Gerard Dangerfield|Dangerfield, Norman Gerard]] [https://www.familysearch.org/tree/person/details/G9HR-5FD] - 1918(Qld)-1997(Qld) - Licences: 4NL Ayr (1936-1939); 4ND Ayr (1956-1965); 4ND Brisbane (Sherwood, 1969-1975) - Qualifications: cc; AOCP 1687, 1936, Qld; BOCP 1062, 1949 - amateur operator; amateur broadcaster; employment (Elphinstones); broadcast technician (4AY, ABC Townsville); business proprietor (radio) - Halcyon: AOCP at 16yo - Relationships: brother of 4NF Joseph Henry Dangerfield - Electoral Rolls: aircraft fitter (Coorparoo, Qld, 1943); bank officer (Ayr, Qld, 1949); radio technician (Ayr, Qld, 1954; Home Hill, Qld, 1958); clerk (Sherwood, Qld, 1968-1980) ===''DANIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Septimus Daniel|Daniel, Louis Septimus]] - 1834(Eng)-1909(Vic) - experimented with etheric force in mid 1870s, radio clubs (Telegraph Electrical Society of Victoria, member), employment (Vic Post & Telegraphs, concluding acting Secretary, 1897), linguist ===''DARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Darley|Darley, Ernest John]] [https://www.familysearch.org/tree/person/details/G4BX-9ZK] - 1898(WA)-1968(WA) - Licences: 6CJ Perth (South Perth, 1923-1930) - Qualifications: cc; CPRT 243, 1916; 2COCP 835, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: motor importer (South Perth, 1925-1936); importer (Rockingham, 1943); technician (South Perth, 1954-1963) ===''DAVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Barrett Davey|Davey, Harold Barrett]] [https://www.familysearch.org/tree/person/details/GDYY-FN4] - 1898(Tas)-1948(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: dental mechanic (Launceston, 1922); electrician (Launceston, 1936-1937); electrical engineer (Launceston, 1943) * [[/John Alfred Davey|Davey, John Alfred]] [https://www.familysearch.org/tree/person/details/GZ6X-FSF] - 1913(SA)-1992(Qld) - 2YE Sydney (Glebe Point, 1935-1938; Ashfield, 1939; Homebush, 1946-1975), amateur operator (1COCP 19, 1934; 3COCP 1029, 1952), amateur broadcaster, radio engineer * [[/John Anderton Davey|Davey, John Anderton]] [https://www.familysearch.org/tree/person/details/GZ6F-3ZH] - 1909(Vic)-1973(Vic) - Receive Melbourne (Brighton, 1923), 3AD Melbourne (Brighton, 1925-1926; Elsternwick, 1927), amateur operator (AOCP 66, 1925, No. ?? in Vic), amateur broadcaster, manufacturer's agent * [[/Ralph William Davey|Davey, Ralph William]] [https://www.familysearch.org/tree/person/details/GXGN-W9X] - 1916(SA)-1999(Vic) - Licences: 5KD Adelaide (North Croydon, 1935-1939; Mile End, 1947; Blanchetown, 1948); 5DY Portable Adelaide (North Croydon, 1938) - Qualifications: cc; AOCP 1481, 1935, SA; 1COCP 515, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: constable (Ridleyton North, SA, 1939; Whyalla, SA, 1941-1948); RAAF (Guildford, WA, 1958; Beaumaris, Vic, 1972-1980) ===''DAVIDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. R. Davidson|Davidson, E. R.]] - 19??(???)-19??(???) - Licences: 4FP Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''DAVIES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Tempest Davies|Davies, Henry Tempest]] [https://www.familysearch.org/tree/person/details/G889-FX9] - 1900(WA)-1987(WA) - Licences: 6HD Perth (Highgate Hill, 1929-1939) - Qualifications: cc; AOCP 563, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Balkatta, 1921); police officer (Mundijong, 1943); sergeant (Victoria Park, 1949-1958; Lathlain Park, 1963-1977; Victoria Park, 1980) * [[/Reginald Raymond Clifford Davies|Davies, Reginald Raymond Clifford]] [https://www.familysearch.org/tree/person/details/GXGM-73Y] - 1915(SA)-1988(WA) - Licences: 5LJ Adelaide (Goodwood Park, 1933-1939; Plympton, 1947-1948); 3AY Melbourne (Prahran, 1954-1960; Heathmont, 1965-1969); 6BQ Perth (Bickley, 1975); 6BQ Denmark (1980) - Qualifications: cc; AOCP 1138, 1933, SA; BOCP 121, 1937; 1COCP 534, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: metal worker (Goodwood Park, SA, 1939); radio engineer (5RM Berri, SA, 1941); mechanic (Plympton, SA, 1941-1943); public servant (Prahran, Vic, 1954); retired (Bickley, WA, 1972-1977) ===''DAVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Hargan Davis|Davis, Henry Hargan or Hargon]] [https://www.familysearch.org/tree/person/details/LT6C-6MB] - 1908(NSW)-1992(SA) - Licences: Receive (Crystal) Sydney (Strathfield, 1923-1924); 2HH Sydney (Strathfield, 1926-1934) - Qualifications: cc; AOCP 289, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Strathfield, 1930-1936); engineer (Strathfield, 1943) - Professor Henry Hargan Davis, BSc, BE (Syd), PhD (Camb), 1946-1973 (Emeritus Professor 1974) [https://docplayer.net/82920769-Engineering-education-the-university-of-adelaide.html] * [[/Ross Raleigh Davis|Davis, Ross Raleigh "Jack"]] [https://www.familysearch.org/tree/person/details/GZ54-9Q4] - 1907(Vic)-1986(NSW) - Licences: 2DS Receive Sydney (Vaucluse, 1920-1922); 2DS Sydney (Vaucluse, 1923-1929; Double Bay, 1930-1933; Rose Bay, 1933-1938; Bellevue Hill, 1938-1939) - Qualifications: cc; AOCP 249, 1926, No. ?? in NSW; CPRTelephony 934, 1926 - amateur operator; amateur broadcaster - Comment: accompanied 2CM on the SS Tahiti; education (Sydney Technical College, Electrical Engineering Degree); employment (AWA, engineer, 1925-1973) - Electoral Rolls: engineer (Double Bay, 1930; Rose Bay, 1933-1937; Bellevue Hill, 1943-1958; Rose Bay, 1958-1980) ===''DAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dawson|Dawson, Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 559, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: stovemaker (Hurlstone Park, 1930); storeman (Marrickville, 1931) - Not yet fully identified * [[/Richard Stanley Dawson|Dawson, Richard Stanley]] [https://www.familysearch.org/tree/person/details/GD52-2NQ] - 1897(Vic)-1983(NSW) - Licences: XZP Hobart (1913-1914); 3DA Melbourne (South Yarra, 1927) - Qualifications: cc; CPRT 282, 1917 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: student (Toorak, 1919); electrical engineer (Melbourne, 1921-1924; Toorak, 1925-1926; South Yarra, 1927-1928); engineer (Artarmon, NSW, 1930; Mosman, 1931-1972; Roseville, NSW, 1977) ===''DEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Launston Alexander Deane|Deane, Launston Alexander]] [https://www.familysearch.org/tree/person/details/GX2G-182] - 1909(SA)-1988(SA) - Licences: 5LD Adelaide (Tusmore, 1933; Hazelwood Park, 1937-1939; Royston Park, 1947-1955; Hazelwood Park, 1956-1965; St Georges, 1969-1975) - Qualifications: cc; AOCP 1090, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Burnside, SA, 1939-1943) * [[/Raymond Kyrle Deane|Deane, Raymond Kyrle]] [https://www.familysearch.org/tree/person/details/GX2P-HB1] - 1917(SA)-2010(SA)93yo - Licences: 5RK Adelaide (Fullarton, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1728, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: warehouseman (Fullarton, SA, 1939-1941); clerk (Fullarton, SA, 1943) ===''DE BAVAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Jean Xavier de Bavay|de Bavay, Francis Jean or John Xavier ]] [https://www.familysearch.org/tree/person/details/GXFJ-D1R] - 1887(Vic)-1955(Tas) - Licences: 4FO Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: analytical chemist (Kew, Vic, 1909); brewer (West Perth, WA, 1916); chemist (Cannon Hill, Qld, 1919-1921); manager (New Farm, Qld, 1925); master brewer (Cascades, Tas, 1928-1936); manager (Hobart South, Tas, 1943-1954) ===''DE CRESPIGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Champion de Crespigny|de Crespigny, Philip Champion]] [https://www.familysearch.org/tree/person/details/KCJG-QN9] - 1879(Vic)-1918(Palestine) - Licences: XPU Melbourne (Brighton, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Relationships: half brother of 3FM Royalieu Dana Champion de Crespigny - Sacrifice: "Greater love hath no man than this" * [[/Royalieu Dana Champion de Crespigny|de Crespigny, Royalieu Dana Champion]] [https://www.familysearch.org/tree/person/details/KH7P-7SD] - 1905(Vic)-1985(Vic) - Licences: 3FM Melbourne (Brighton, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Elmhurst, 1936-1949); farmer (Cobden, 1954; South Ecklin, 1963-1980) - Relationships: half brother of XPU Philip Champion de Crespigny ===''DE CURE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Gerard de Cure|de Cure, John Edward Gerard]] [https://www.familysearch.org/tree/person/details/LVD6-DWD] - 1899(SA)-1989(SA) - Licences: 3WL Melbourne (Coburg, 1929-1933); 5KO Adelaide (Glenelg, 1937-1939, 1946-1956); 2KO Sydney (Artarmon, 1957-1958); 5KO Adelaide (Fulham, 1960-1980+) - Qualifications: cc; AOCP 535, 1929, No. ?? in Vic; 1COCP 22, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Cobden, 1954); public servant (North Carlton, 1921-1924; Coburg, 1927-1934; Artarmon, NSW, 1958) ===''DEARNESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Sinclair Dearness|Dearness, Harry Sinclair]] - 19??-2004(Qld) - 4KW Mackay (1939, 1946-1975), Brisbane (Strathpine) (1980+) - amateur operator (AOCP 2328, 1939, No. ? in Qld), amateur broadcaster, military (WW2, AIF), employment (radio & TV mechanic) ===''DEEGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Edward Deegan|Deegan, Stanley Edward]] [https://www.familysearch.org/tree/person/details/LYK3-2V3] - 1893(Tas)-1944(Tas) - Licences: 7AK Hobart (St Virgil's College, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; public servant (State & Federal, PMGD); WW1 - Electoral Rolls: clerk (Hobart, 1919-1922); civil servant (Hobart, 1928-1936); postal official (Hobart, 1943) ===''DEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival William Deer|Deer, Percival William]] [https://www.familysearch.org/tree/person/details/L2DJ-9ZF] - 1901(SA)-1981(SA) - Licences: 5DR Adelaide (Seacliff, 1928-1933; Brighton, 1937-1939) - Qualifications: cc; AOCP 451, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: machinist (Brighton, 1939-1943) ===''DELBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Joseph Robert Delbridge|Delbridge, Reginald Joseph Robert]] [https://www.familysearch.org/tree/person/details/L439-HNM] - 1888(Eng)-1964(Qld) - Licences: 4RJ Childers (1927); 4RJ Brisbane (Paddington, 1931-1933; Booval, 1937-1939); 4RJ Stanthorpe (1946-1948); 4RJ Brisbane (Northgate, 1954-1955; Toowong, 1956); 4RJ Burleigh Heads (1960) - Qualifications: cc; AOCP 383, 1927, No. 42 in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), minister of religion - Electoral Rolls: clergyman (Ingham, 1917-1919); minister (Kingaroy, 1925); clergyman (Ashgrove, 1943); minister (Stanthorpe, 1949); minister of religion (New Farm, 1954); Methodist Minister (Toowong, 1958); retired (Burleigh Heads, 1963) ===''DELLIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Stephen Dellit|Dellit, Samuel Stephen]] - Licences: VK4ZSS Brisbane, VK3 Melbourne, VK1DXA Canberra - Qualifications: AOLCP Q0078, 1971 - amateur operator, broadcast DXer, broadcast planning engineer, federal public servant, radio historian (aeradio, amateur, broadcast, coastal) ===''DEMPSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter McInnes Dempsey|Dempsey, Walter McInnes "Wally"]] [https://www.familysearch.org/tree/person/details/LTQN-B69] - 1910(Vic)-2010(Vic) - Licences: 3WD Melbourne (Cheltenham, 1929-1931); 7WD Cambridge (1948); 3AZD Melbourne (Pascoe Vale, 1954); 3WD Melbourne (Pascoe Vale, 1955-1969; Oak Park, 1975); 3WD Marong (1980+) - Qualifications: AOCP 515, 1929, No. ?? in Vic; AOLCP 41, 1931; 1COCP 217, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Cheltenham, 1931; Mordialloc, 1936-1937); radio operator (Mentone, 1942); aeradio operator (Cambridge, Tas, 1949); public servant (Pascoe Vale, 1954-1968; Oak Park, 1972); retired (Marong, 1977-1980) ===''DENBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Roy Denby|Denby, Harry Roy]] [https://www.familysearch.org/tree/person/details/LJTS-LLS] - 1906(Qld)-1973(Qld) - Licences: 4FR Receive Brisbane (Brisbane City, 1923); 4AX Brisbane (Kedron, 1936-1939); 4AX Cairns (1947-1969) - Qualifications: cc; AOCP 1800, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: rubber worker (Kedron, Qld, 1936-1937; Cairns, Qld, 1943-1972) ===''DENISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Robert Denison|Denison or Dixson, Hugh Robert]] [https://www.familysearch.org/tree/person/details/L6Q5-WTC] - 1865(NSW)-1940(Vic) - born Hugh Robert Dixson; businessman, parliamentarian, philanthropist; director of Australasian Wireless Co. then Amalgamated Wireless (Australasia) - Links: [[w:Hugh Denison|Wikipedia]]; [https://adb.anu.edu.au/biography/denison-sir-hugh-robert-5955 ADB] ===''DENNEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Roy Denneen|Denneen, Harold Roy]] [https://www.familysearch.org/tree/person/details/GXQG-6YG] - 1894(NSW)-1939(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (A/g Warrant Telegraphist, 1917) - Electoral Rolls: radio telegraphist (Thursday Island, 1928-1937) ===''DENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Roy Dennett|Dennett, Phillip or Philip Roy or Ray]] [https://www.familysearch.org/tree/person/details/KNX4-D9K] - 1897(SA)-1988(Qld) - Licences: 5IV Berri (1931-1938); 4IV Camooweal (1938-1939) - Qualifications: cc; AOCP 799, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil servant (Morningside, Qld, 1943; West End, Qld, 1949-1954; Rockhampton, Qld, 1958); public servant (Morningside, Qld, 1963-1977) ===''DERHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Thomas Derham|Derham, Frederick Thomas]] - 1844(Eng)-1922(Vic) - Victorian Postmaster-General (1886-1890) ===''DERRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/V. M. Derrick|Derrick, V. M.]] - 19??(???)-19??(???) - Licences: 2VM Sydney (Bellevue Hill, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''D'EVELYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude D'Evelynes|D'Evelynes, Claude]] [https://www.familysearch.org/tree/person/details/GF39-3D8] - 1916(WA)-1985(NSW) - Licences: 6DC Harvey (1935-1939); 2TZ Sydney (Mona Vale, 1948; Clifton Gardens, 1954-1955); 9TZ Rugli via Lae (1956); 2TZ Sydney (Chatswood, 1958-1980+) - Qualifications: cc; AOCP 1488, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Harvey, WA, 1936-1937); radio engineer (Mona Vale, NSW, 1949; Mosman, NSW, 1954; Chatswood, NSW, 1958-1968); engineer (Chatswood, NSW, 1977-1980) ===''DEVITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Lane Devitt|Devitt, Raymond Lane]] [https://www.familysearch.org/tree/person/details/LB11-PTK] - 1905(Tas)-1992(WA) - Licences: 6DR Perth (Nedlands, 1937-1939) - Qualifications: cc; CPRT 990, 1928; 2COCP 287, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: service engineer (Nedlands, WA, 1931); manager (Nedlands, WA, 1949-1980) ===''DEWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Owen Dewan|Dewan, John Owen (Electoral Rolls) or Owen John (BMD)]] [https://www.familysearch.org/tree/person/details/GFML-2D4] - 1907(WA)-1980(WA) - Licences: 6JK Perth (Maylands, 1930-1931; Mt Lawley, 1933; City, 1937; North Perth, 1938-1939) - Qualifications: cc; AOCP 715, 1930, No. ?? in WA; 3COCP 188, 1936; 2COCP 99, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: butcher (Maylands, WA, 1931; North Perth, 1934-1937); teacher (East Perth, WA, 1943); trade instructor (Nedlands, WA, 1949-1980) ===''DEWAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edward Dewar|Dewar, Arthur Edward]] - 1888(Vic)-1974(WA) - Licences: XYE Kalgoorlie (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: ===''DEXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Dexter|Dexter, John Henry]] [https://www.familysearch.org/tree/person/details/G428-3PS] - 1906(Eng)-1983(Vic) - Licences: 3DR Melbourne (Northcote, 1926-1927); 3VR Melbourne (Sandringham, 1938-1939; Black Rock, 1946-1956; Parkdale, 1960-1965; Mt Eliza, 1969-1980+) - Qualifications: AOCP 241, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Northcote, 1927); engineer (Preston, 1931; Sandringham, 1942-1954); radio mechanic (Mordialloc, 1963); retired (Mt Eliza, 1968-1980) ===''DICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Dick|Dick, F.]] - abt 1883(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''DIDDAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Harlin Flower Diddams|Diddams, Robert Harlin or Harland Flower]] [https://www.familysearch.org/tree/person/details/GMZN-YJP] - 1899(Qld)-1969(Qld) - Licences: Receive Brisbane (Toowong, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bookkeeper (Toowong, Qld, 1921-1925); printer (Ashgrove, 1936-1958); retired (Kangaroo Point, Qld, 1968) ===''DILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Dillon|Dillon, Arthur Ernest "Ernie" "Ern"]] [https://www.familysearch.org/tree/person/details/G85L-HH7] - 1902(Qld)-1960(Qld) - Licences: 4CH Receive Brisbane (New Farm, 1922); 4CH Brisbane (New Farm, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (New Farm, 1925); engineer (New Farm, 1929); electrical engineer (Atherton, 1931-1932); electrician (Greenslopes, 1943-1954; Mt Gravatt, 1958) ===''DINEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Dineen|Dineen, Geoffrey John]] [https://www.familysearch.org/tree/person/details/GM8L-9R6] - 1919(Tas)-1999(Tas) - Licences: 7GD Launceston (1935-1939, 1946-1948) - Qualifications: cc; AOCP 1588, 1935, No. ?? in Tas; 3COCP 6330, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Launceston, 1949-1968) ===''DIRCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Alfred Dircks|Dircks, Alexander Alfred]] [https://www.familysearch.org/tree/person/details/GDRD-6GN] - 1858(NSW)-1929(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - senior federal public servant (PMGD, Electrical Engineer) - Electoral Rolls: Nil yet identified ===''DIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gurnhill Dixon|Dixon, Arthur Gurnhill]] [https://www.familysearch.org/tree/person/details/G826-18S] - 1896(Tas)-1966(Vic) - Licences: XZA Wynyard (1913-1914); 3JG Melbourne (Hawthorn, 1933); 3AD Melbourne (Hawthorn, 1937-1939, 1947-1948); 3AVE Melbourne (Nunawading, 1965) - Qualifications: cc; CPRT 462, 1919; 2COCP 160, 1930; 1COCP 271, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Wynyard, 1919); wireless mechanic (Hawthorn, 1934); technician (Auburn, 1936-1937); inspector (Surrey Hills, 1943-1963) - Probate: retired marine inspector (Melbourne, 1966) * [[/Arthur Lionel Dixon|Dixon, Arthur Lionel]] [https://www.familysearch.org/tree/person/details/G82F-YX7] - 1897(Eng)-1968(NSW) - Licences: 236 Sydney (Burwood, 1920); 2BS Receive Sydney (Burwood, 1922-1923); 2AD Sydney (Canterbury, 1929; Strathfield, 1930); 4AD Brisbane (Norman Park, 1931-1939) - Qualifications: cc; CPRT 202, 1916; 2COCP 288, 1930; 1COCP 170, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Concord, NSW, 1930; Norman Park, Qld, 1931-1943); RANVR (Kyeemagh, 1943); engineer (Waverton, 1949; Eastwood, 1954; Lidcombe North, 1958); managing director (Blakehurst, 1963-1968) * [[/Charles Frederick Musgrave Dixon|Dixon, Charles Frederick Musgrave]] [https://www.familysearch.org/tree/person/details/L27B-XXY] - 1894(NSW)-1986(NSW) - Licences: 2II Receive Cootamundra (1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: operator (Cootamundra, 1930-1937); telegraphist (Goulburn, 1943; Annandale, 1949-1954; Camperdown, 1958-1980) * [[/John Malcolm Dixon|Dixon, John Malcolm]] [https://www.familysearch.org/tree/person/details/GWD1-HXH] - 1922(Vic)-2008(Vic) - Qualifications: cc; Nil yet identified - broadcast planning engineer (PMGD, ABCB, P&TD); education (Scots College, 1935-1939); military (WW2, AIF, 1942-1945) - Links: [https://www.scotch.vic.edu.au/greatscot/2008decGS/74.htm Obit] * [[/Lionel Stanley Dixon|Dixon, Lionel Stanley]] [https://www.familysearch.org/tree/person/details/L1PR-QD2] - 1912(Vic)-1998(Vic) - Licences: 4LF Brisbane (Redcliffe, 1938-1939); 3TE Melbourne (Croydon, 1947-1948; Elwood, 1954-1980); 4LF Brisbane (Redcliffe, 1960-1975) - Qualifications: cc; AOCP 2177, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Glenferrie, Vic, 1934-1937); builder (Box Hill South, Vic, 1949; Elsternwick, Vic, 1954-1967; Elwood, Vic, 1972-1980) * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 2ZI Condong (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 4GF Victoria Hills, Herbert River (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Reginald Hilton Dixon|Dixon, Reginald Hilton]] [https://www.familysearch.org/tree/person/details/G82N-FQV] - 1915(NSW)-1978(NSW) - Licences: 2QD Albury (1933-1937); 2QD Armidale (1938-1939); 2QD Albury (1946-1980) - Qualifications: cc; AOCP 1216, 1933, NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Albury, Qld, 1937); telephone mechanic (Albury, 1972-1977) ===''DODDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stokell Dodds|Dodds, Sir John Stokell Snr]] [https://www.familysearch.org/tree/person/details/GMYR-2KQ] - 1906(Tas)-1975(NSW) - Licences: 7DJ Hobart (City, 1937-1939, 1946-1948) - Qualifications: cc; AOLCP 208, 1935; AOCP 1851, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (New Town, 1936-1949); manager (Wahroonga, 1954); electrical engineer (Wahroonga, 1958-1968); manager (St Ives, 1972) * [[/John William Matthew Dodds|Dodds, John William Matthew]] [https://www.familysearch.org/tree/person/details/G8NX-3CT] - 19??(???)-19??(???) - Licences: 2KK Kurri Kurri (1930-1939); 2AZD Newcastle (New Lambton, 1955-1969) - Qualifications: AOCP 644, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: miner (Kuri Kurri, 1930-1949; New Lambton, 1954-1980) * [[/Leonard Henry Dodds|Dodds, Leonard Henry "Len"]] - 1908(NSW)-1983(Qld) - 4GD Townsville (1946-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (Townsville ARC, life member), military (Navy, RAAF), employment (PMGD) * [[/Ronald George Dodds|Dodds, Ronald George]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''DODDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Doddy|Doddy, Edward Arthur]] [https://www.familysearch.org/tree/person/details/GXB7-HWS] - 1899(Tas)-1961(WA) - Licences: 6WH Perth (Claremont, 1936-1939, 1947-1960) - Qualifications: cc; AOCP 1817, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Claremont, WA, 1931-1958) ===''DOHRMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Stanley Glenville Dohrmann|Dohrmann, George Stanley Glenville]] [https://www.familysearch.org/tree/person/details/G82G-TB8] - 1902(Vic)-1985(Vic) - Licences: 3AM Receive Melbourne (Canterbury, 1922); 3AM Melbourne (Canterbury, 1922-1925) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Canterbury, Vic, 1924-1926); warehouseman (Burwood, Vic, 1931; Canterbury, 1937-1943); agriculturalist (Mt Dandenong, 1949-1954; Mooroolbark, 1968-1980) ===''DOIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Louis Doig|Doig, Norman Louis]] [https://www.familysearch.org/tree/person/details/LLSD-M17] - 1912(WA)-2014(WA)101yo - Licences: 6ND Carnamah (1937-1939); 6CB Perth (Floreat Park, 1954-1960) - Qualifications: cc; AOCP 2061, 1937, WA; 3COCP 1505, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Carnamah, WA, 1936-1937; Floreat Park, WA, 1943); telegraphist (City Beach, WA, 1949; Floreat Park, WA, 1954-1963; Wembley, WA, 1968-1972); civil servant (City Beach, WA, 1977-1980) ===''DONNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Walter Donne|Donne, Charles Walter]] [https://www.familysearch.org/tree/person/details/9V2T-FC7] - 1897(Vic)-1976(Vic) - Licences: XLO Melbourne (St Kilda, 1913-1914); 2YD Sydney (Neutral Bay, 1923-1925); 3YD Melbourne (St Kilda, 1924-1927) - Qualifications: cc; CPRT 271, 1916; 2COCP 87, 1930 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 (UK Merchant Seaman) - Electoral Rolls: radio telegraphist (St Kilda, 1919-1924); technician (St Kilda, 1925-1931); dealer (Armadale, 1934-1937); investor (Mornington, 1943); grazier (Dromana, 1949-1954); nil (Mornington, 1963-1972) - Migration: South Africa (1955-1962) ===''DOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Lawson Dook|Dook, Valentine Lawson]] [https://www.familysearch.org/tree/person/details/G7X1-NJH] - 1903(WA)-1978(WA) - Licences: 6KB Perth (Maylands, 1931-1933; Mt Hawthorn, 1937-1939, 1947-1956) - Qualifications: cc; AOCP 754, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter's assistant (East Perth, WA, 1931); oil plant attendant (Leederville, WA, 1936-1937); control room operator (Leederville, WA, 1943; Mt Hawthorn, WA, 1949); electrical foreman (Wembley, WA, 1958-1977) ===''DORWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haxton Dorward|Dorward, William Haxton, Jnr]] [https://www.familysearch.org/tree/person/details/GD77-X62] - 1901(Vic)-1937(NSW) - Licences: 3CA Receive Melbourne (Sandringham, 1922-1923); 3CA Melbourne (Sandringham, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: student (Sandringham, 1924-1926); grazier (Moama, 1930; Fort Station, Barnes, 1935-1937) ===''DOUBIKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Thomas Henry Doubikin|Doubikin, William Thomas Henry]] - 1890(Vic)-1927(Tas) - Licences: Hobart Receive 1920s, early wireless experimenter (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, Councillor, 1924), passed too soon ===''DOUDNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Doudney|Doudney, Herbert William]] [https://www.familysearch.org/tree/person/details/MQDH-R32] - 1873(Eng)-1963(Vic) - Licences: 3EM Receive Melbourne (Balaclava, 1922); 3EM Melbourne (Balaclava, 1923-1927) - Qualifications: cc; AOCP 63, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; minister of religion (Holy Trinity Church) - Electoral Rolls: vicar (St Kilda, 1924-1942); nil (Caulfield, 1949-1954; Elsternwick, 1963) ===''DOUGLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gavin Cunningham Douglas|Douglas, Gavin Cunningham]] [https://www.familysearch.org/tree/person/details/G99J-KJ4] - 1912(Vic)-1992(Vic) - Licences: 3YK Melbourne (Bayswater, 1931-1939, 1947-1950+; Blackburn, 1954; Canterbury, 1955-1960+; Surrey Hills, 1965-1980+) - Qualifications: cc; AOCP 743, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Bayswater, 1935-1949); sales representative (Canterbury, 1963; Surrey Hills, 1968-1980) * [[/Gordon Adye Douglas|Douglas, Gordon Adye]] [https://www.familysearch.org/tree/person/details/LRVY-WLJ] - 1878(Tas)-1957(Tas) - Licences: 7BC Receive Gormanston (1923); Receive Gormanston (1923); 7GD Gormanston (1924-1927+) - Qualifications: cc; AOCP 34, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; mining engineer - Electoral Rolls: mining engineer (Gormanston, 1914-1928); draughtsman (Queenstown, 1936); geological surveyor (Queenstown, 1937-1943); no occupation (Hobart South, 1949; Blackman's Bay, 1954) * [[/Hugh Alexander McKay Douglas|Douglas, Hugh Alexander McKay "Harry"]] [https://www.familysearch.org/tree/person/details/LV3Y-3W4] - 1889(Eng)-1951(NSW) - Licences: 2HD (Class B) Newcastle (1926) - Qualifications: cc; Nil yet identified - Class B broadcaster; witness to Royal Commission 1927 (as a Listener) - Electoral Rolls: chauffeur (Newcastle, 1913); vulcaniser (Hamilton, 1930-1935); manager (Newcastle, 1936-1937); engineer (Mayfield, 1943; Hamilton, 1949) ===''DOWDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Lorens Thomas Dowding|Dowding, Philip Lorena or Loreno or Lorens Thomas]] [https://www.familysearch.org/tree/person/details/GZH8-Z6D] - 1901(Tas)-19??(Vic) - Licences: 7AC Receive Hobart (Moonah, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Moonah, 1922); electrician (St Kilda, 1926-1931; Prahran, 1934; Melbourne, 1937; St Kilda, 1943-1949); electrical foreman (Eildon, 1954) ===''DOWNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Downie|Downie, Frederick William]] [https://www.familysearch.org/tree/person/details/K8Y2-LQ8] - 1879(Vic)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Victoria Police (wireless department, senior constable); witness to Royal Commission 1927 (obo VPF) - Electoral Rolls: labourer (Broadford, 1903); constable (North Carlton, 1909-1924); senior constable (Preston, 1927-1936) ===''DOWNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Evan Downing|Downing, William Evan]] [https://www.familysearch.org/tree/person/details/LHV4-K46] - 1874(Vic)-1948(Vic) - Licences: 3LQ Receive Warrnambool (1923); 3LQ Warrnambool (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: brassfounder (Warrnambool, 1912-1937) ===''DOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Laurence Doyle|Doyle, Herbert Laurence]] [https://www.familysearch.org/tree/person/details/G8VG-WVC] - 1894(Vic)-1945(Vic) - Licences: 3HD Melbourne (Malvern, 1930-1931); 3CR Melbourne (Malvern, 1933; Kooyong, 1937; Frankston, 1938-1939) - Qualifications: AOCP 697, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: independent means (St Arnaud, 1924); grazier (Malvern East, 1925-1927); clerk (Malvern East, 1931-1937); home duties (Malvern, 1943) ===''DRAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James George Drake|Drake, James George]] - 1850(Eng)-1941(Qld) - military (Qld Defence Force, 1880s & 1890s), state politician (Qld MLA, 1880s & 1890s), politician (Postmaster-General 1901-1903) ===''DRANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Edward Draney|Draney, Walter Edward]] [https://www.familysearch.org/tree/person/details/9KLP-VT7] - 1896(Qld)-1983(Qld) - Licences: Receive (Valve) Brisbane (Greenslopes, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: electrician (Milton, Qld, 1919; Greenslopes, Qld, 1921-1928; Tully, Qld, 1937; Toowoomba, Qld, 1954; Toowoomba West, Qld, 1958-1977); retired (Drayton, Qld, 1980) ===''DREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred John Drew|Drew, Alfred John]] [https://www.familysearch.org/tree/person/details/GXLB-1HH] - 1907(SA)-1993(SA) - Licences: 5LN Adelaide (Kensington, 1933-1939; Erindale, 1947-1980+) - Qualifications: cc; AOCP 1078, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Erindale, SA, 1943) ===''DU FEU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Albert James Du Feu|Du Feu, Maurice Albert James]] [https://www.familysearch.org/tree/person/details/GF3M-V9D] - 1917(WA)-2010(NSW) - Licences: 6DF Perth (Subiaco, 1937-1939, 1947-1948; West Perth, 1954-1956; Floreat Park, 1960-1965); 6DU Perth (West Perth, 1948); 2BMD Sydney (Lindfield, 1969+) - Qualifications: cc; AOCP 1875, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: company director (West Perth, WA, 1943; Subiaco, WA, 1949); manager (West Perth, WA, 1954; Floreat Park, WA, 1958-1968); retired (Lindfield, NSW, 1972-1980) ===''DUBOIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Louis Dubois|Dubois, Paul Louis]] [https://www.familysearch.org/tree/person/details/GXZQ-QN3] - 1918(NSW)-1996(Qld) - Licences: 4UJ Brisbane (Rosalie, 1936-1939; Holland Park, 1946-1947; South Brisbane, 1948; Highgate Hill, 1954-1960; Bardon 1960); 4PL Brisbane (Bardon 1980+) - Qualifications: cc; AOCP 1677, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; senior public servant (PMGD, Telstra) - Electoral Rolls: engineer (Rockhampton, Qld, 1943; South Brisbane, Qld, 1949); public servant (Highgate Hill, Qld, 1954-1958); engineer (Bardon, Qld, 1958-1977); manager telecommunications (New Farm, Qld, 1980) ===''DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Duff, William Vere Hobart]] [https://www.familysearch.org/tree/person/details/GMZC-JGP] - 1893(Vic)-1970(Vic) - Licences: 3DB Receive Melbourne (Malvern East, 1922); 3DB Melbourne (Malvern East, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: electrical engineer (Malvern East, 1914); engineer (Malvern East, 1919-1924; Glenferrie, 1931-1937; Toorak, 1943-1954; Harkaway, 1958-1968) ===''DUFFY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Duffy|Duffy, John]] [https://www.familysearch.org/tree/person/details/GXCB-QKJ] - 1907(NSW)-1993(NSW) - Licences: 2AQ Sydney (Redfern, 1933; Woollahra, 1934; Rose Bay, 1935-1937); 4AQ Brisbane (Grange, 1938); 2AQ Sydney (Bondi, 1939, 1946-1950) - Qualifications: cc; AOCP, not yet identified; AOLCP 264, 1936; TVOCP 54, 1957 - amateur operator; amateur broadcaster - Comment: several contemporaneous JDs, needs review - Electoral Rolls: manager (Woollahra, NSW, 1934); engineer (Vaucluse, NSW, 1935); * [[/Maurice Boyce Duffy|Duffy, Maurice Boyce "Morrie"]] [https://www.familysearch.org/tree/person/details/LRYK-S76] - 1886(Vic)-1957(Vic) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/duffy-maurice-boyce-morrie-6030 ADB] * [[/William Oswald Duffy|Duffy, William Oswald]] [https://www.familysearch.org/tree/person/details/GD52-2Q2] - 1861(Eng)-1916(Tas) - Licences: XZO Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: signalman (Battery Point, 1914) ===''DUGGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry George Duggan|Duggan, Harry George]] [https://www.familysearch.org/tree/person/details/LT9H-8LW] - 1905(Vic)-1994(Vic) - Licences: 3XI Warrnambool (1930-1965); 3AXI Warrnambool (1965-1969); 3XI Garvoc (1965-1969) - Qualifications: AOCP 592, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Warrnambool, 1931-1954); engineer (Warrnambool, 1963-1968) ===''DUKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon William Dukes|Dukes, Gordon William]] [https://www.familysearch.org/tree/person/details/G3RY-PGT] - 1909(NSW)-2001(NSW) - Licences: 2WD Sydney (Forest Lodge, 1930-1939; Strathfield, 1946-1950; Homebush, 1954-1956; Cremorne, 1957-1958; Lane Cove, 1960-1980+) - Qualifications: AOCP 571, 1930, No. ?? in NSW; AOLCP 139, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glebe, 1933-1937); radio engineer (Homebush, 1943-1949); engineer (Cremorne, 1954-1958); technician (Lane Cove, 1963-1980) ===''DUNDAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Loftus Dundas|Dundas, Reginald Loftus]] [https://www.familysearch.org/tree/person/details/GXC2-8LM] - 1915(Qld)-1980(Qld) - Licences: 4DU Crawford, Kingaroy Line (1937-1939) - Qualifications: cc; AOCP 1990, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Theodore, Qld, 1937); labourer (Crawford, Kingaroy Line, Qld, 1949-1972); farmer (Torquay, Qld, 1977) ===''DUNLEAVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Francis Dunleavy|Dunleavy, Joseph Francis]] - 19??(???)-19??(???) - Licences: 3JD Melbourne (St Kilda, 1929-1933) - Qualifications: AOCP 508, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (St Kilda, 1924); electrical fitter (Melbourne, 1926; South Yarra, 1931); fitter (St Kilda, 1934) ===''DUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Dunn|Dunn, Richard]] [https://www.familysearch.org/tree/person/details/GDSN-T31] - 1898(NSW)-1986(NSW) - Licences: 2GU Receive Sydney (South Kensington, 1922); 2GU Sydney (South Kensington, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: coachbuilder (Kensington, 1930-1943); manager (Kingsford, 1958); retired (The Entrance, 1963-1980) ===''DUNSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter John Dunstan|Dunstan, Walter John]] [https://www.familysearch.org/tree/person/details/GZXJ-Y3V] - 1904(Vic)-1927(Vic) - Licences: 3JR Receive Ballarat (1922); 3JR Ballarat (1923-1927) - Qualifications: cc; AOCP 106, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Comment: gone too soon - Relationships: brother of William Dunstan, Victoria Cross - Electoral Rolls: student (Ballarat East, 1927) ===''DURBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Keep Durbridge|Durbridge, William Keep]] [https://www.familysearch.org/tree/person/details/GXDN-Z4B] - 1908(WA)-1977(Vic) - Licences: 4FS Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Innisfail, Qld, 1930); clerk (Teneriffe, Qld, 1936-1937); bookkeeper (Dundoo Station, Eulo, Qld, 1937); no occupation (St Kilda, Vic, 1963-1972; Melbourne, Vic, 1977) ===''DUTHOIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert George Duthoit|Duthoit, Albert George]] [https://www.familysearch.org/tree/person/details/GQ94-V82] - 1901(Tas)-1970(Vic) - Licences: Receive (Valve) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical engineer (Waddamana, 1928); labourer (Croydon North, 1931); no occupation (Armadale, 1931); engineer (Hobart South, 1936); electrical engineer (Armadale, 1935-1943); clerk (Ivanhoe, 1949; Oakleigh, 1954; Malvern, 1958); nil (Malvern, 1967-1968) ===''DUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Henry Dutton|Dutton, Thomas Henry]] [https://www.familysearch.org/tree/person/details/LJG1-LRN] - 1862(Eng)-1941(Qld) - Licences: Receive (Crystal) Brisbane (Fortitude Valley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: painter (Rockhampton, Qld, 1903-1905); commission agent (Bowen Hills, Qld, 1908-1909); printer (Valley, Qld, 1913); traveller (Teneriffe, Qld, 1915-1937) =='''E'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''EARLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Edwin Earle|Earle, Frank Edwin]] [https://www.familysearch.org/tree/person/details/G8YV-B62] - 1900(SA)-1967(SA) - Licences: 5BD Adelaide (St Peters, 1923-1928) - Qualifications: cc; CPRT 823, 1924 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Erasmus Earle|Earle, Robert Erasmus]] [https://www.familysearch.org/tree/person/details/GDLX-NC1] - 1894(Eng)-1979(WA) - Licences: 6LC Perth (Floreat Park, 1969-1975) - Qualifications: AOCP 4390, 1966, WA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Floreat Park, 1954-1977) ===''EASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Easter|Easter, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GX2L-656] - 1914(SA)-1983(???) - Licences: 5RO Montieth (1933); 5RO Port Elliot (1937); 5RO Moonta (1938) - Qualifications: cc; AOCP 1111, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Moonta, SA, 1939-1947) - Links: [https://vwma.org.au/explore/people/532330 VWM] ===''EASTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Spencer Easton|Easton, Frederick William Spencer]] [https://www.familysearch.org/tree/person/details/GZ2N-7XD] - 1914(NSW)-1944(PNG) - licences: 2BQ Sydney (Bondi, 1931-1935; Bellevue Hill, 1936-1939) - qualifications: AOCP 846, 1931, No. ?? in NSW - amateur operator, WW2 - electoral rolls: projectionist (Rose Bay, 1936-1943) - "Greater love hath no man than this" ===''EDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Ede|Ede, Charles Frederick or Friederick]] [https://www.familysearch.org/tree/person/details/GS7D-PYL] - 1885(Qld)-1970(Qld) - Licences: Receive Brisbane (Wellington Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Toowong, Qld, 1908; Albion, Qld, 1912-1921); assistant secretary (Manly, Qld, 1925-1963); retired (Wynnum North, 1968) ===''EDGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Waldene Edgar|Edgar, Douglas Waldene]] [https://www.familysearch.org/tree/person/details/L5XS-K4X] - 1895(WA)-1966(WA) - Licences: 6DW New Norcia (1927-1931) - Qualifications: cc; AOCP 314, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Gingin, 1922; New Norcia, 1925-1954); retired (Nedlands, 1958-1963) * [[/John Matheson Edgar|Edgar, John Matheson]] [https://www.familysearch.org/tree/person/details/LB42-K1G] - 1881(Vic)-1960(Vic) - Licences: Receive Geelong (1923); 3YW Geelong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Training College, Carlton, 1903); state school teacher (Ballarat, 1909); teacher (Ballarat, 1913-1914; Geelong, 1917-1924; Essendon, 1925-1954) * [[/Mervyn John Edgar|Edgar, Mervyn John or John Mervyn "Jack"]] [https://www.familysearch.org/tree/person/details/GX4W-647] - 1913(NSW)-2004(Qld) - Licences: 4JE Brisbane (Kangaroo Point, 1934-1939) - Qualifications: cc; AOCP 1302, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, Radio Location Unit); radio retailing (Tracksons) - Electoral Rolls: shop assistant (Kangaroo Point, Qld, 1937); salesman (Kedron, Qld, 1943-1949); shop assistant (Bulimba, Qld, 1958-1980) ===''EDWARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Patrick Joseph Edwards|Edwards, Frederick Patrick Joseph]] [https://www.familysearch.org/tree/person/details/GFSX-5YG] - 1918(WA)-2004(WA) - Licences: 6DN Merredin (1938-1939); 6DN Perth (West Perth, 1947-1965; Ardross, 1969) - Qualifications: cc; AOCP 2127, 1938, WA; BOCP 278, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: clerk (Merredin, WA, 1943); wireless operator (West Perth, WA, 1943-1954; Perth, WA, 1958-1968); clerk (Ardross, WA, 1972-1980) * [[/H. E. Edwards|Edwards, H. E.]] - 19??(???)-19??(???) - Licences: 5RN Adelaide (Croydon, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert John Edwards|Edwards, Herbert John]] [https://www.familysearch.org/tree/person/details/GXF5-KP8] - 1894(Eng)-19??(???) - Licences: 4KR Willis Island (1937) - Qualifications: cc; CPRT 802, 1923; 2COCP 18, 1929; 1COCP 208, 1931 - amateur operator; amateur broadcaster - Comment: several contemporaneous HJEs - Electoral Rolls: wireless operator (Rose Bay, NSW, 1930-1933); radio operator (Lord Howe Island, NSW, 1949); communication officer (Rose Bay, NSW, 1954) ===''EGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mavis Evelyn Egan|Fogg nee Egan, Mavis Evelyn or Evelene]] [https://www.familysearch.org/tree/person/details/GW8N-1JK] - 1900(Tas)-1995(Tas) - Licences: Receive (Crystal) Stanley (1923) - Qualifications: cc; Nil yet identified - amateur receiver (YL) - Electoral Rolls: clerk (Stanley, 1928); home duties (Wynyard, 1936-1943; Smithton, 1949; Sale, Vic, 1954; Cohuna, 1963; Devonport, 1972) ===''EGGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Percy Eggleton|Eggleton, Eric Percy]] [https://www.familysearch.org/tree/person/details/GSTZ-5G9] - 1903(Qld)-1979(Qld) - Licences: 4DA Receive Toowoomba (1923-1924); 4DA Toowoomba (1925-1931) - Qualifications: cc; AOCP 81, 1925, No. 9 in Qld - amateur receiver; amateur operator; amateur broadcaster; employment (QATB) - Electoral Rolls: machinist (Toowoomba, 1925-1926); ambulance bearer (Toowoomba, 1931); ambulance superintendent (Dayboro, 1936-1943; Charleville, 1949-1958; Stanthorpe, 1963); retired (Caloundra, 1968-1977) ===''ELDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Mackenzie Elder|Elder, James Alexander Mackenzie]] [https://www.familysearch.org/tree/person/details/97W3-7FL] - 1869(Sct)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Awards: KBE - Electoral Rolls: manager (Essendon, 1905); merchant (Moonee Ponds, 1908-1909); director (South Yarra, Vic, 1936-1943) - Links: [https://adb.anu.edu.au/biography/elder-sir-james-alexander-6099 ADB] ===''ELLERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lewis John Ellery|Ellery, Robert Lewis John]] - 1827(Eng)-1908(Vic) - early telephone experimenter, Vic Government Astronomer ===''ELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Neville Elliott|Elliott, Robert Neville]] [https://www.familysearch.org/tree/person/details/GXXN-PPJ] - 1907(Qld)-1979(Qld) - Licences: 4DW Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Toowoomba, Qld, 1936-1937); company manager (Toowoomba, Qld, 1949); chartered accountant (Toowoomba, Qld, 1954-1963); accountant (Brisbane, Qld, 1968); chartered accountant (Toowoomba, Qld, 1972); accountant (Toowoomba, Qld, 1977) * [[/Ronald Donovan Elliott|Elliott, Ronald Donovan]] [https://www.familysearch.org/tree/person/details/G799-LTX] - 1910(SA)-1978(SA) - Licences: 5RD Adelaide (Lower Mitcham, 1931-1933; Da Costa Park, 1937; Kirkcaldy, 1938-1939) - Qualifications: cc; AOCP 758, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: solicitor (Kirkcaldy, SA, 1939; Westbourne Park, 1941-1943) * [[/Thomas Murray Browse Elliott|Elliott, Thomas Murray Browse "Tom"]] [https://www.familysearch.org/tree/person/details/G3W8-947] - 1899(Qld)-1971(Qld) - Licences: 4CM Brisbane (City, 1946-1969); operator of Valentine's 4CM licence 1925-1939 - Qualifications: cc; AOCP 72, 1925, No. 6 in Qld - amateur operator; amateur broadcaster; early television experimenter - Electoral Rolls: clerk (Fortitude Valley, 1921); salesman (Brisbane City, 1925-1931); sound engineer (Observatory, 1937-1943); company manager (City, 1949-1958); retired (Burleigh Heads, 1963-1968) ===''ELLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Austin Ellis|Ellis, Clive Austin]] [https://www.familysearch.org/tree/person/details/G86V-9HT] - 1912(Vic)-1972(Vic) - Licences: 3LZ Melbourne (Williamstown, 1930-1931; Caulfield, 1933-1939; Newport, 1946-1956; Moorabbin, 1960-1969) - Qualifications: AOCP 598, 1930, No. ?? in Victoria - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1937; Newport, 1943-1954); valuer (Moorabbin, 1958-1972) * [[/John Osborne Ellis|Ellis, John Osborne]] [https://www.familysearch.org/tree/person/details/GHTM-Q42] - 1910(Eng)-1999(SA) - Licences: Nil identified - Qualifications: AOCP 522, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Kimba, 1939-1943) ===''ELSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Robert Elsbury|Elsbury (adopted) or Wilson Bowman (biological), Cyril Robert]] [https://www.familysearch.org/tree/person/details/GFMG-5CW] - 1897(Qld)-1961(WA) - Licences: 6JE Kalgoorlie (1934-1939); 6JE Fimiston (1947-1956); 6JE Nornalup (1960) - Qualifications: cc; AOCP 1372, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (Kalgoorlie, WA, 1922); mine timekeeper (Kalgoorlie, WA, 1925-1943); assistant accountant (Fimiston, WA, 1949-1954); mine paymaster (Kalgoorlie, WA, 1958) ===''ELWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Gregory Elworthy|Elworthy, Colin Gregory "Col"]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''EMBLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Stewart Austin Embling|Embling, Stewart Austin]] [https://www.familysearch.org/tree/person/details/GZGH-YQM] - 1907(Vic)-1998(Vic) - Licences: Receive (Valve) Melbourne (Toorak, 1923-1925); 3DC Melbourne (Toorak, 1926-1939) - Qualifications: AOCP 236, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Toorak, 1931-1943); assurance officer (Toorak, 1949-1980) ===''EVANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Hubert Evans|Evans, Albert Henry Hubert]] [https://www.familysearch.org/tree/person/details/GH8N-BFX] - 1894(SA)-1981(SA) - Licences: XVD Adelaide (Mile End, 1913) - Qualifications: cc; CPRT 255, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: assistant manager (Woollahra, 1949) * [[/Griffith Benjamin Evans|Evans, Griffith Benjamin]] [https://www.familysearch.org/tree/person/details/GXQN-HL3] - 1877(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS - Electoral Rolls: naval telegraphist (Eden Vale, Vic, 1914-1915); telegraphist (Coburg, Vic, 1919); retired (Vaucluse, NSW, 1954-1963) * [[/Percy Evans|Evans, Percy]] [https://www.familysearch.org/tree/person/details/G84B-DKL] - 1894(Eng)-1976(Vic) - Licences: 2OW Sydney (Kensington, 1928-1929; Randwick, 1930-1931); 3OZ Melbourne (Glen Iris, 1947-1948; Boronia, 1948; North Ringwood, 1954-1975) - Qualifications: AOCP 458, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: sales manager (Kensington, 1930); salesman (Randwick, 1930-1931); sales manager (Camberwell, 1933-1937; Glen Iris, 1949); manager (Ringwood, 1954-1972) * [[/R. Evans|Evans, R.]] - 19??(???)-19??(???) - Licences: 2SP Sydney (Clovelly, 1923-1927) - Qualifications: AOCP 265, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: * [[/Thomas Evan Evans|Evans, Thomas Evan]] [https://www.familysearch.org/tree/person/details/GZJ7-S1L] - 1904(NZ)-1942(At Sea) - 3EV Melbourne (East St Kilda, 1925-1927), 9EV Rabaul (1933+), amateur operator (AOCP 160, 1925, No. ?? in Vic), amateur broadcaster, medical assistant, technical assistant, Civilian POW captured at Rabaul, died on board the "Montevideo Maru" when it was torpedoed and sunk en route from Rabaul to Hainan, where Thomas was destined for forced labour. * [[/Trevor Elliott Evans|Evans, Trevor Elliott]] [https://www.familysearch.org/tree/person/details/GZJQ-GRC] - 1903(Vic)-1979(Vic) - 3KD Receive Melbourne (East Brunswick, 1922-1924), 3RK Melbourne (East Brunswick, 1925-1933; Pascoe Vale, 1937-1939), amateur operator (AOCP 159, 1925, No. ?? in Vic), amateur broadcaster, electrician (East Brunswick, 1931), contractor (Pascoe Vale, 1972) * [[/Trevor Frederick Evans|Evans, Trevor Frederick]] [https://www.familysearch.org/tree/person/details/L292-N4L] - 1902(NSW)-1978(NSW) - 2NS Blayney (1925-1929), 2NS Bathurst (1930-1939, 1946-1975+), amateur operator (AOCP 113, 1925, No. ?? in NSW), amateur broadcaster, broadcast engineer (BOCP 19, 1936) (2BS) ===''EVERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Every|Every, George Edward]] [https://www.familysearch.org/tree/person/details/LDSS-VT4] - 1894(Eng)-1961(Vic) - Licences: 7GE Hobart (1931); 3GE Queenscliff (1937-1939); 3GE Balcombe (1947-1948); 3GE Carrum (1954-1956); 3GE Bonbeach (1960-1969+) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military instructor; WW1 (UK) - Electoral Rolls: silver mounter (Ivanhoe, Vic, 1919); soldier (Launceston, 1922; Hobart South, 1922); military instructor (Hobart South, 1928); soldier (Queenscliff, Vic, 1935-1937); military officer (Albury, NSW, 1943; Victoria Park, Qld, 1949); clerk (Frankston, 1949); accountant (Carrum, 1954) ===''EWING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Thomson Ewing|Ewing, Thomas Thomson]] - 1856(NSW)-1920(NSW) - state politician (NSW MLA), federal politician (MHR, acting Postmaster-General) ===''EXTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Walter Exton|Exton, George Walter]] [https://www.familysearch.org/tree/person/details/K8QY-5XH] - 1882(NSW)-1970(Qld) - Licences: 2CZ Lismore (1922-1930) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast proprietor and engineer (2XN Lismore) - Electoral Rolls: electrician (Lismore, NSW, 1930-1963); retired (Saddlers Crossing, Qld) =='''F'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''FABER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Thomas Faber|Faber, William John Thomas "Bill"]] - 19??(???)-1976(Qld) - 4WF Ayr (-1938+), Brisbane (Kedron, -1948-1949+) , amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''FAGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Reginald Joseph Fagan|Fagan, William Reginald Joseph "Reg"]] [https://www.familysearch.org/tree/person/details/KLF3-QPM] - 1883(NSW)-1944(NSW) - Licences: 2RJ Receive Mandurama (1922); 2RJ Mandurama (1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio station (director, 2SM) - Electoral Rolls: grazier (Mandurama, 1913-1943) ===''FAIRHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allen Fairhall|Fairhall, Allen]] [https://www.familysearch.org/tree/person/details/LZB3-PKT] – 1909(NSW)-2006(NSW) – Licences: 2KB Newcastle (Hamilton, 1928–1929; New Lambton, 1930–1931; Cooks Hill, 1933–1934; City, 1935; Cooks Hill, 1937; City, 1938–1939; Hamilton, 1946–1961; City, 1965-1980+); 2AKL Paterson (1948–1958) – Qualifications: AOCP 391, 1928, No. ?? in NSW; AOLCP 23, 1930 – amateur operator, amateur broadcaster, proprietor 2KO Newcastle, WW2 – Electoral Rolls: radio engineer (New Lambton, 1931–1932); manager (Newcastle, 1933–1949); primary producer (Trevallyn, 1954); M.H.R. (Newcastle, 1958); member of parliament (Newcastle, 1963–1968); manager (Newcastle, 1972–1980) - [[w:Allen Fairhall|Wikipedia]] ===''FALCONER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Illman Falconer|Falconer, Charles Illman]] [https://www.familysearch.org/tree/person/details/GZK9-PJ6] – 1885(Vic)-1962(NSW) – Receive (Valve) Melbourne (Canterbury, 1923–1924), 3CF Melbourne (East Malvern, 1925–1926; Canterbury, 1927; Surrey Hills, 1931–1939, 1946–1954), 2AUF Terrigal (1955–1961), amateur operator (AOCP 204, 1925, No. ?? in Vic), amateur broadcaster, engineer (Clifton Hill, 1909), mechanic (Fitzroy, 1914), engineer (Canterbury, 1915–1949), retired (Terrigal, 1958–1963) ===''FALLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyle Clifford Falls|Falls, Lyle Clifford]] [https://www.familysearch.org/tree/person/details/GDLC-1VR] - 1899(Vic)-1945(Vic) - Licences: 3DL Receive Melbourne (Caulfield, 1922); 3DL Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: student (Caulfield, 1924-1925); instructor (Kew, 1926-1943) ===''FANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Fanning nee Harriss, Dorothy Winnifred – see Harriss, Dorothy Winnifred (Fanning) ===''FANSHAWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Dalrymple Fanshawe|Fanshawe, Arthur Dalrymple]] [https://www.familysearch.org/tree/person/details/GM7D-QY6] – 1847(Eng)-1936(Eng) – Admiral of UK Fleet, Commander-in-Chief Australia Station – Links: [[w:Arthur Dalrymple Fanshawe|Wikipedia]] ===''FARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell George Farmer|Farmer, Maxwell George]] [https://www.familysearch.org/tree/person/details/GXG1-SHR] - 1916(SA)-1991(SA) - Licences: 5GF Adelaide (Knoxville, 1933-1939; North Norwood, 1947-1948; Adelaide City, 1954-1956; Plympton, 1960-1980+); 5GY Portable Adelaide (Knoxville, 1938-1939) - Qualifications: cc; AOCP 1217, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Knoxville, SA, 1939-1943) ===''FARRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Howard Farrell|Farrell, John Howard]] [https://www.familysearch.org/tree/person/details/GXWT-CJT] - 1913(Qld)-1975(Qld) - Licences: 4WJ Brisbane Windsor, 1933-1939; Chermside, 1946-1948); 4WJ Quilpie (1954-1960); 4WJ Somerset Dam (1965-1975) - Qualifications: cc; AOCP 1103, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Windsor, 1936-1937); electrical engineer (Chermside, 1943-1949; Quilpie, 1954-1958); superintendent (Somerset Dam, 1963-1972) ===''FAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Harold Faul|Faul, Albert Harold]] [https://www.familysearch.org/tree/person/details/GZTD-S74] – 1907(NSW)-1979(NSW) – Licences: Receive Melbourne (St Kilda, 1923–1924); 3AH Melbourne (St Kilda, 1926–1927) – Qualifications: AOCP 288, 1926, No. ?? in Vic – amateur operator, amateur broadcaster – Electoral Rolls: student (St Kilda, 1931–1934); lecturer (Camberwell, 1936); engineer (Bellevue Hill, 1936–1937; Camberwell, 1943); company director (Killara, 1949–1977) ===''FAULKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Wollas Faulks|Faulks, Richard Wollas "Wol"]] [https://www.familysearch.org/tree/person/details/LCD3-BQ3] - 1902(NSW)-1978(NSW) - Licences: 2WF Sydney (Ashfield, 1929-1931; Hurlstone Park, 1933; Canterbury, 1934-1939) - Qualifications: AOCP 557, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Ashfield, 1930; Canterbury, 1933-1977) ===''FAWKNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Pascoe Robert Fawkner|Fawkner, Ernest Pascoe Robert]] [https://www.familysearch.org/tree/person/details/GDYB-YKW] - 1901(Tas)-1954(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: manager (Kings Meadows, 1928); furniture manufacturer (South Launceston, 1936) ===''FEENAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Leo Michael John Feenaghty|Feenaghty, Leo Michael John]] [https://www.familysearch.org/tree/person/details/LYG2-RMT] - 1900(Qld)-1997(Qld) - Licences: 4LJ Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 291, 1926, No. 28 in Qld - amateur operator; amateur broadcaster; radio club administrator; state public servant - Electoral Rolls: public servant (Wooloowin, 1925-1931); assistant secretary (Ashgrove, 1936-1958); public servant (Highgate Hill, 1963); retired (Isle of Capri, 1972-1980) ===''FELDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Feldman|Feldman, John Frederick Jnr]] [https://www.familysearch.org/tree/person/details/GZNZ-5DH] - 1905(Vic)-1987(Vic) - 3QH Receive Geelong (South Geelong, 1923-1924), 3QH Geelong (South Geelong, 1925-1939), amateur operator (AOCP 140, 1925, No. ?? in Qld), amateur broadcaster, bricklayer ===''FELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Frederick Fell|Fell, Evan Frederick]] [https://www.familysearch.org/tree/person/details/GXH4-FTW] - 1914(Qld)-1994(Qld) - Licences: 4EF Brisbane (Ashgrove, 1932-1939); 4EF Barcaldine (1946-1948); 4EF Mackay (1954-1955); 4EF Brisbane (Ashgrove, 1956; Bardon, 1960-1980+) - Qualifications: cc; AOCP 978, 1932, No. ?? in Qld; AOLCP 175, 1934 - amateur operator; amateur broadcaster; WW2; state public servant (inspector); property developer - Electoral Rolls: clerk (Ashgrove, Qld, 1936-1943); engineer (Townsville, Qld, 1949; Mackay, Qld, 1954); public servant (Bardon, Qld, 1958-1977) ===''FELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/L. C. Fells|Fells, L. C.]] - 19??(???)-19??(???) - Licences: 3DL Melbourne (Caulfield, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''FELTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Felton|Felton, William Robert]] [https://www.familysearch.org/tree/person/details/G8M5-C2J] - 1897(NSW)-1956(NSW) - Licences: 2RF Sydney (Petersham, 1927-1929; Belmore, 1930-1939, 1946-1956); 2RT Sydney (Kogarah, 1937) - Qualifications: AOCP 366, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: radio engineer (Belmore, 1930-1934); engineer (Belmore, 1936-1937); soldier (Belmore, 1943); radio technician (Belmore, 1949-1954) ===''FERGUSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Angus Ferguson|Ferguson, Colin Angus]] [https://www.familysearch.org/tree/person/details/L1DH-9KM] - 1917(SA)-2009(SA) - Licences: 5CJ Mt Gambier (1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1994, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Mt Gambier, SA, 1939-1943) * [[/Cyril E. Ferguson|Ferguson, Cyril E.]] - 1893(NZ)-19??(???) - commercial operator (1COCP 2, 1914, No. 2 in Aus) - coastal station operator? ===''FERRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Walter Cecil Ferrall|Ferrall, Edgar Walter Cecil]] [https://www.familysearch.org/tree/person/details/GQMF-G97] - 1898(Tas)-1971(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Launceston, 1919-1949); inspector (Kingston Beach, 1954) ===''FERRICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Bernard Ferricks|Ferricks, Michael Bernard "Bernie"]] [https://www.familysearch.org/tree/person/details/L58X-S4X] - 1914(Qld)-1992(Qld) - Licences: 4UW Brisbane (Fortitude Valley, 1935-1939) - Qualifications: cc; AOCP 1471, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Valley, Qld, 1936-1937); chemist (Northgate, Qld, 1949-1977); retired (Cairns, Qld, 1980) ===''FIEDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Victor Fiedler|Fiedler, Leslie Victor]] [https://www.familysearch.org/tree/person/details/KHNW-3JZ] - 1906(SA)-1969(WA) - Licences: 5SL Adelaide (Woodville, 1927-1933), 5SL Moonta (1937-1939) - Qualifications: cc; AOCP 353, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Henley, 1939-1943); theatre manager (Belmont, 1949); film exhibitor (Mt Lawley, 1958); company director (Mt Lawley, 1963-1968) ===''FIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph William Field|Field, Ralph William]] [https://www.familysearch.org/tree/person/details/G86V-Q5T] - 1915(Vic)-2007(Vic) - Licences: 3RF Melbourne (Caulfield, 1930-1939; Ormond, 1946-1948); 3LJ Melbourne (Ormond, 1954-1960) - Qualifications: AOCP 599, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: compositor (Caulfield, 1937); machinist (Bentleigh, 1942-1977) ===''FILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Crawford Files|Files, Jack Crawford]] [https://www.familysearch.org/tree/person/details/GXWG-JWJ] - 1907(Qld)-1967(Qld) - Licences: 4JF Brisbane (Buranda, 1932-1935; Coorparoo, 1936-1939; Buranda 1946-1965) - Qualifications: cc; AOCP 1055, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, QSL manager); journalist (Teleradio, WIA Notes); accountant - Electoral Rolls: sheet metal worker (Buranda, Qld, 1931-1934; Coorparoo, Qld, 1936-1937); metal worker (Buranda, Qld, 1943-1963) ===''FILMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Le Roy Drowley Filmer|Filmer, Le Roy Drowley]] [https://www.familysearch.org/tree/person/details/GZNF-2Z7] - 1902(NSW)-1976(NSW) - 2FT Newcastle (Toronto, 1925-1930; Hamilton South, 1931), amateur operator (AOCP 148, 1925, No. ?? in NSW), amateur broadcaster, metallurgist ===''FINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Edward Finch|Finch, Alan Edward]] [https://www.familysearch.org/tree/person/details/G6M4-987] - 1915(Tas)-1974(Vic) - Licences: 7CJ Launceston (Mowbray Heights, 1935-1939); 7CJ Hobart (New Town, 1946-1954); 7CJ Kelso (1955-1956); 3AEO Shepparton (1960-1975) - Qualifications: cc; AOCP 1575, 191935, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (St Leonards, 1936-1937); mechanic (New Town, 1943-1954); public servant (Radio Australia, Shepparton, Vic, 1963-1968); technician (Shepparton, 1972) ===''FINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Warren Finn|Finn, Leonard Warren]] [https://www.familysearch.org/tree/person/details/GX2K-4P6] - 1914(SA)-1999(SA) - Licences: 5SP Adelaide (Seaton Park, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1671, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Seaton Park, SA, 1939-1943) ===''FINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Finney|Finney, William "Bill"]] [https://www.familysearch.org/tree/person/details/GDVD-W2H] - 1881(Qld)-1954(Qld) - Licences: 4AU Brisbane (Red Hill, 1923-1925); 4WF Brisbane (Red Hill, 1926-1929) - Qualifications: cc; CPRT 845, 1925; 2COCP 307, 1940 - amateur operator; amateur broadcaster; radio club (WIAQ); honorary radio inspector - Electoral Rolls: telegraph operator (Red Hill, 1903-1905); telegraphist (New Farm, 1908; Newmarket, 1909; Red Hill, 1913-1937; East Nundah, 1949; Wooloowin, 1954) ===''FISHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Hugh Fisher|Fisher, Douglas Hugh]] [https://www.familysearch.org/tree/person/details/GD15-N13] - 1913(Vic)-1978(Tas) - Licences: 7AB Launceston (1934-1939); 7AB Burnie (1946-1948); 7AB Devonport (1954-1955); 7AB Lenah Valley (1956); 7AB Zeehan (1960); 7AB Oatlands (1965-1969; 7AB Claremont (1975) - Qualifications: cc; AOCP 1373, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: father of 7ZEE Neville Grant Fisher - Electoral Rolls: clerk (Launceston, 1936); bank clerk (Launceston, 1937; Burnie, 1943-1949; Devonport, 1954) ===''FISK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Thomas Fisk|Fisk, Ernest Thomas]] - 1886(Eng)-1965(NSW), 2EF Sydney (Lindfield, 1933-1939), early wireless experimenter, amateur radio operator (pre AOCP, no record of AOCP, AOCP 1055, 1932, No. ?? in NSW), broadcast and radiocommunications business proprietor (AWA), operated prior to 1933 under various AWA callsigns, 2MC in 1928 was licensed to his residence at Vaucluse - Links: [https://adb.anu.edu.au/biography/fisk-sir-ernest-thomas-6177 ADB] [http://messui.polygonal-moogle.com/valves/NW198906.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198907.pdf EA2] ===''FITCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campbell Fitchett|Fitchett, John Campbell]] [https://www.familysearch.org/tree/person/details/LDQJ-K7W] - 1900(Vic)-1939(Vic) - Licences: XJDM Melbourne (Balwyn, 1913-1914); 3BL Melbourne (Balwyn, 1922-1925; Brighton, 1926-1939) - Qualifications: cc; CPRT 609, 1921 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: journalist (Brighton, 1928-1937) - TroveTag: "XJDM-3BL - John Campbell Fitchett" ===''FITTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Stephen Luther Fittell|Fittell, Stephen Luther "Steve"]] [https://www.familysearch.org/tree/person/details/GCN9-KRT] - 1910(Qld)-1999(Qld) - Licences: 4JO Gympie (1929-1939); 4YF Gympie (1975-1980+) - Qualifications: cc; AOCP 487, 1929, No. ?? in Qld; 2COCP 280, 1930 - amateur operator; amateur broadcaster; member radio club (WIAQ, Gympie ARC); commercial broadcaster (4GY) - Electoral Rolls: radio specialist (Gympie, 1937); radio dealer (Gympie, 1943-1980) ===''FITZALAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Albini Lawrence Fitzalan|Fitzalan, Herbert Albini Lawrence "Hal"]] - 19??(???)-1951(Qld) - 4HF Brisbane?, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, Halcyon (not mentioned) ===''FITZGERALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Francis Fitzgerald|Fitzgerald, Eric Francis]] [https://www.familysearch.org/tree/person/details/G84F-Z7H] - 1907(Qld)-1978(NSW) - Licences: 2EA Sydney (Bellevue Hill, 1928-1929; Burwood, 1930-1931; Pagewood, 1931; Abbotsford, 1931; Bellevue Hill, 1933-1937; Waverley, 1938-1939); 2AAO Sydney (Chatswood, 1950-1961) - Qualifications: AOCP 467, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woolahra, 1930-1931); salesman (Coogee, 1937); clerk (Chatswood, 1943-1977) * [[/Patrick Michael Anthony Fitzgerald|Fitzgerald, Patrick Michael Anthony "Pat"]] [https://www.familysearch.org/tree/person/details/G33Q-6K9] - 1908(Qld)-1988(Qld) - Licences: 4PF Rockhampton (1936-1939) - Qualifications: cc; AOCP 1802, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rockhampton, Qld, 1930); public servant (Rockhampton, Qld, 1931-1968); clerk (Corinda, Qld, 1972-1977); retired (Emu Park, Qld, 1980) ===''FITZGIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard John Fitzgibbons|Fitzgibbons, Richard John]] [https://www.familysearch.org/tree/person/details/GXXN-QPG] - 1893(Qld)-1969(Qld) - Licences: 4DV Receive Brisbane (Ascot, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: locomotive fitter (Maryborough, Qld, 1916-1919); engine fitter (Ascot, Qld, 1921-1968) ===''FITZMAURICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Simcoe Fitzmaurice|Fitzmaurice, James Simcoe]] [https://www.familysearch.org/tree/person/details/GDKS-KCF] - 1861(Vic)-1934(SA) - Licences: XYB Perth (1913-1914); 5FT Adelaide (North Walkerville, 1923-1933) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; PMGD (State Engineer, WA & SA); MIEE, AMIEE - Electoral Rolls: electrical engineer (Claremont, 1914-1916) ===''FLAHERTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Thomas Holm Flaherty|Flaherty, Gordon Thomas Holm]] [https://www.familysearch.org/tree/person/details/G6Q2-C9T] - 1900(Vic)-1967(Qld) - Licences: 4CB Receive Brisbane (South Brisbane) - Qualifications: cc; Nil yet identified - amateur receiver; WW2; federal public servant (PMGD) - Electoral Rolls: postman (South Brisbane, 1922); telephone mechanic (Buranda, 1925; Coorparoo, 1928); mechanic (Camp Hill, 1936; Beaudesert, 1937-1943); technician (Camp Hill, 1949-1963) ===''FLETCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Fletcher|Fletcher, Austin]] [https://www.familysearch.org/tree/person/details/LZKQ-2QR] - 1891(Eng)-1922(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 128, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: wireless engineer (Roebourne, 1913); radio operator (Esperance, 1916-1917); wireless operator (Roebourne, 1917-1918); telegraphist (Oakleigh, 1921) ===''FLOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Flood|Flood, Arthur George]] [https://www.familysearch.org/tree/person/details/G6BF-HPG] - 1883(Eng)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 238, 1916; 2COCP 415, 1932; 1COCP 348, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIL Flinders Island (1917-1918) - Electoral Rolls: engineer (Emita, Flinders Island, Tas, 1914-1919); radio telegraphist (Thursday Island, 1925; Meeandah, Qld, 1928; Eagle Farm, Qld, 1936-1937; Cooktown, Qld, 1943); retired (Cairns, 1954-1958; Eventide Home, Charters Towers, 1963) ===''FOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Lillico Fogg|Fogg, Hugh Lillico]] [https://www.familysearch.org/tree/person/details/GW8N-KRZ] - 1900(Tas)-1975(WA) - Licences: 6HF Perth (Mt Lawley, 1931-1939); 5HF Mt Barker (1947-1948); 3AHF Benalla (1954-1960); 6HF Perth (Inglewood, 1965-1975) - Qualifications: cc; AOCP 787, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Perth, WA, 1931); clerk (Maylands, WA, 1936); bank officer (Maylands, WA, 1943); manager (ANZ Bank, Benalla, Vic, 1954); retired (Inglewood, WA, 1963-1972) ===''FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry James Bartholomew Foley|Foley, Henry James Bartholomew]] [https://www.familysearch.org/tree/person/details/G8QZ-5SV] - 1886(NSW)-1954(NSW) - Licences: Sydney (Randwick, 1911) - Qualifications: pre AOCP - early wireless experimenter - Electoral Rolls: clerk (Randwick, 1913); merchant (Drummoyne, 1930-1954) ===''FOLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Ulrich Francis Folie|Folie, Max Ulrich Francis]] [https://www.familysearch.org/tree/person/details/G8VC-Y7F] - 1909(Vic)-1968(Vic) - Licences: 3WZ Melbourne (Hawthorn East, 1930-1933); 3GZ Mildura (1946-1965) - Qualifications: AOCP 682, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Auburn, 1931); radio engineer (Mildura, 1934-1968) ===''FONTAINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Alfred Fontaine|Fontaine, Louis Alfred]] [https://www.familysearch.org/tree/person/details/GMDQ-L2V] - 1894(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT, 1914, No. 3 in Aus and Vic - RANRS; coastal wireless operator (VIG, Port Moresby, 1915-1918) - Electoral Rolls: radio telegraphist (Radio Station, Wyndham, 1918; Geraldton, 1922; Thursday Island, 1934-1936); telegraphist (St Kilda, 1937); radio telegraphist (Malvern, 1942); electrician (Camberwell, 1949) ===''FOOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Foot|Foot, George]] [https://www.familysearch.org/tree/person/details/G6BT-FVF] - 1878(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 36, 1915 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: wireless operator (South Yarra, 1915; St Kilda, 1916-1917); RAN (Balaclava, 1919); tobacconist (Sandringham, 1925); manager (Prahran, 1937); clerk (St Kilda, 1942); retired (Dandenong, 1949-1954) ===''FORECAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Mark Llewllyn Forecast|Forecast, Arthur Mark Llewllyn]] [https://www.familysearch.org/tree/person/details/9HPS-H18] - 1901(Vic)-1986(Vic) - Licences: 3AM Melbourne (Malvern, 1926-1931; St Kilda, 1933; Caulfield, 1937-1939, 1946-1948; The Basin, 1954-1975; Ferntree Gully, 1980+) - Qualifications: AOCP 279, 1926, No. ?? in Vic; AOLCP 141, 1934; BOCP 156, 1938; 1COCP 245, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: biograph operator (Malvern, 1925-1928); projectionist (St Kilda, 1931-1934); biograph operator (Caulfield East, 1937-1942; Glenhuntley, 1949); projectionist (The Basin, 1963-1972); retired (Ferntree Gully, 1977; Knoxfield, 1980) ===''FOREMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Graham Foreman|Foreman, Edgar Graham]] [https://www.familysearch.org/tree/person/details/GD95-36X] - 1908(Qld)-1981(Qld) - Licences: 4GF Ayr (1935-1939); 4GF Townsville (North Ward, 1947-1980+) - Qualifications: cc; AOCP 1577, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Stanton Hill, Qld, 1930); salesman (Ayr, Qld, 1934-1937); procurement specialist (Townsville, Qld, 1949); business proprietor (Townsville, Qld, 1954-1968); proprietor (Townsville, Qld, 1972-1980) ===''FORREST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Forrest|Forrest, John]] - 1847(WA)-1918(???) - state politician, senior federal politician (Postmaster-General 1901, 17 days) ===''FORSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Joseph Forshaw|Forshaw, Charles Joseph]] [https://www.familysearch.org/tree/person/details/GDGW-783] - 1895(Vic)-1961(Vic) - Licences: XJDA Melbourne (Elwood, 1913-1914); V736 Receive Hamilton (1922); 3GQ Receive Hamilton (1922) - Qualifications: cc; Nil yet identifed - early wireless experimenter; amateur receiver; WW1 - Electoral Rolls: bank clerk (Myrtleford, 1917); clerk (Oakleigh, 1924-1937; Gardiner, 1943; Elsternwick, 1949; Glenhuntly, 1954) ===''FORSYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Arthur Forsyth|Forsyth, Royce Arthur]] [https://www.familysearch.org/tree/person/details/GD1R-3S5] - 1917(Tas)-1973(Tas) - Licences: 7BC Launceston (1936-1939) - Qualifications: cc; AOCP 1637, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (Launceston, 1943); teacher (Hobart North, 1944); schoolteacher (Bellerive, 1949-1972) ===''FORSYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Edgar Forsythe|Forsythe, Leonard Edgar]] [https://www.familysearch.org/tree/person/details/GWBY-MTR] - 1894(NSW)-1981(NSW) - Licences: 2BF Receive Sydney (Northbridge, 1922); 2BF Sydney (Northbridge, 1922-1929; Drummoyne, 1930-1933; Snapper Island, 1934-1939) - Qualifications: cc; AOCP 40, 1924, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: flagmaker (Northbridge, 1930-1949); department manager (Drummoyne, 1958); ship's chandler (Drummoyne, 1963-1980) ===''FORTESCUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fortescue|Fortescue, Charles]] [https://www.familysearch.org/tree/person/details/LD8X-GQ7] - 1893(Qld)-1971(Qld) - Licences: 4GE Toowoomba (1922-1924); 4CF Toowoomba (1925-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military (CMF, Colonel); WW2; jeweller - Electoral Rolls: jeweller (Toowoomba, 1913-1958); nil (Toowoomba, 1963-1968) ===''FOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Foster|Foster, Ernest John "Ernie"]] - 1914(Qld)-1967(Qld) - 4BY Brisbane, amateur operator (no record of AOCP; AOCP ??, 19??, No. ?? in Qld), broadcast engineer (4MB, 4BU), military (WW2, RAAF) * [[/James Foster|Foster, James]] [https://www.familysearch.org/tree/person/details/GX2Z-27G] - 1915(SA)-1998(SA) - Licences: 5TX Adelaide (North Kensington, 1933-1939); 5LU Adelaide (Dulwich, 1947-1948; Oaklands, 1954-1965; Marion, 1969-1980+) - Qualifications: cc; AOCP 1140, 1933, SA; 1COCP 1046, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (Frewville, SA, 1943) ===''FOURRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Fourro|Fourro, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/G4D1-YRR] - 1906(NSW)-1978(ACT) - Licences: 2VF Corowa (1930-1936) - Qualifications: AOCP 703, 1930, NSW; AOLCP 165, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Narrandera, 1930); telephone mechanic (Corowa, 1931-1935); wireless mechanic (Corowa, 1936); mechanic (Brighton-le-Sands, 1937); foreman mechanic (2CY Canberra, 1943-1954); supervising technician (2BA Bega, 1958-1963); technician (Merimbula, 1968-1972) ===''FOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Malcolm Fowles|Fowles, Gordon Malcolm]] [https://www.familysearch.org/tree/person/details/G8H2-RC9] - 19??(???)-19??(???) - Licences: 3GF Melbourne (Elwood, 1929-1931); 3AMF Melbourne (Wheeler's Hill, 1948-1960; Avonsleigh, 1965-1969); 3AMF Cowes (1975) - Qualifications: AOCP 490, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: panel beater (Albert Park, 1943; Hamilton, 1949); farmer (Avonsleigh, 1968); retired (Cowes, 1972) ===''FOX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Fox|Fox, William George]] [https://www.familysearch.org/tree/person/details/G6BY-J5Z] - 1886(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 106, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Comment: several contemporaneous WG Fox; Electoral Rolls: Nil yet identified ===''FOXCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Foxcroft|Foxcroft, Allan]] [https://www.familysearch.org/tree/person/details/GFQS-K5P] - 1921(WA)-2008(Vic) - Licences: 6AF Perth (Victoria Park, 1937-1939); 3AE Melbourne (Caulfield, 1947-1980+) - Qualifications: cc; AOCP 1859, 1937, WA; 1COCP 506, 1941 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: technician (Caulfield, Vic, 1949-1963); engineer (Caulfield, Vic, 1967-1980) ===''FRAME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vivian Horace Frame|Frame, Vivian Horace]] [https://www.familysearch.org/tree/person/details/GHQ1-4QT] - 1899(Qld)-1959(Qld) - Licences: Receive (Valve) Mareeba (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: draftsman ( Brisbane City, Qld); public works officer (Mareeba, Qld, 1922); architect (Brisbane City, Qld, 1925-1928; Sandgate, Qld, 1936-1937; Virginia, Qld, 1949-1954; Norman Park, Qld, 1958) ===''FRANK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kendall Thomas Frank|Frank, Kendall Thomas]] [https://www.familysearch.org/tree/person/details/G8N2-TGZ] - 1904(WA)-1951(Qld) - Licences: Nil yet identified - Qualifications: CPRT 921, 1926; 2COCP 289, 1930; 1COCP 64, 1935 - ship wireless operator (AWA), coastal wireless operator, amateur operator?, broadcast engineer (4PM) - Electoral Rolls: radio engineer (Lakemba, 1943) - [https://adb.anu.edu.au/biography/frank-kendall-thomas-10236 ADB] ===''FRANZI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Franzi|Franzi, William Ronald "Bill" (formerly Emilio Stefan)]] - 1909(Italy)-19??(SA) - 4FR Atherton (1938-1939), 5FR Adelaide (Da Costa Park, 1946-1965; Glenelg East, 1969-1975), 5VK American Beach (1975-1980), amateur operator (AOCP 2192, 1938, No. ?? in Qld), amateur broadcaster, radio clubs (IREE), military (RAAF), employment (radio technician) ===''FRASER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Douglas Fraser|Fraser, James Douglas]] [https://www.familysearch.org/tree/person/details/G8NS-MQ3] - 1900(NSW)-1956(NSW) - Licences: 2JF Quirindi (1930-1935) - Qualifications: AOCP 637, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical engineer (Quirindi, 1930-1943); engineer (Picton, 1949-1954) * [[/H. Fraser|Fraser, H.]] - 19??(???)-19??(???) - 2JC Tamworth (1924-1925), amateur operator (no record of AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster * [[/Henry George Fraser|Fraser, Henry George]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 1001, 1932, No. ?? in ?? - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet identified, at least two HGF engineers ===''FRAZER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Frazer|Frazer, Charles Edward "Charlie"]] - 1880(Vic)-1913(Vic) - politician (Postmaster-General, 1911-1913) ===''FREEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Freeman|Freeman, Arthur Charles]] [https://www.familysearch.org/tree/person/details/G8ZL-4F7] - 19??(???)-1971(NSW) - Licences: 2AS Sydney (Burwood, 1929-1939; Ashfield, 1946-1958; Cheltenham, 1960-1969) - Qualifications: AOCP 544, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: packer (Newtown, 1930-1931; East Sydney, 1933-1935); engineer (Burwood, 1936-1937; Ashfield, 1943-1958; Cheltenham, 1963-1968) - individual not fully identified * [[/L. Freeman|Freeman, L.]] - 18??-19?? - Licences: XQB Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''FREESTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Roy Freestone|Freestone, Leslie Roy]] [https://www.familysearch.org/tree/person/details/LRCK-NB5] - 1896(Vic)-1982(Vic) - Licences: 3LF Ballarat (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Ballarat, 1916-1920); commercial traveller (Ballarat, 1921-1936); traveller (Brighton, 1937-1954); nil (Geelong, 1977-1980) ===''FRETTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/O'Della Paul Fretten|Fretten, O'Della Paul "Paul"]] [https://www.familysearch.org/tree/person/details/G845-BQH] - 1894(Eng)-1977(Vic) - Licences: 2RU Sydney (Concord, 1928-1930) - Qualifications: AOCP 460, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Concord, 1930; Strathfield, 1933); foreman (Lane Cove, 1936-1937); public servant (St Kilda, 1943); cafe proprietor (Melbourne, 1949); sales manager (St Kilda, 1963); instructor (Brighton, 1967-1968); retired (Malvern East, 1972; Fitzroy North, 1977) ===''FREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Samuel Vernon Frew|Frew, Geoffrey Samuel Vernon]] [https://www.familysearch.org/tree/person/details/G87N-ZC1] - 1909(Vic)-1984(Vic) - Licences: 3PM Melbourne (Glen Iris, 1928-1933; Brighton, 1937-1939, 1946-1956); 3PL Melbourne (Brighton, 1960); 3JK Melbourne (Brighton, 1969); 3PM Melbourne (1975-1980+) - Qualifications: AOCP 402, 1928, No. ?? in Vic; AOLCP 66, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1933); manager (Brighton, 1936-1937); engineer (Footscray, 1943; Brighton, 1949-1980) ===''FRIAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Owen Friar|Friar, Archibald Owen]] [https://www.familysearch.org/tree/person/details/G4LQ-LGV] - 1905(NSW)-1963(NSW) - Licences: 2AO Ulmarra (1929-1931); 2AO Grafton, 1933-1939) - Qualifications: AOCP 504, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chainman (Ulmarra, 1930-1937); garage proprietor (South Grafton, 1943-1963) ===''FROGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard James Frogley|Frogley, Gerard James]] [https://www.familysearch.org/tree/person/details/G7K7-JNM] - 1902(Eng)-1977(Eng) - Licences: 3GF Melbourne (Richmond, 1926-1927) - Qualifications: AOCP 240, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (East Melbourne, 1924); battery mechanic (Richmond, 1925-1931) ===''FRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Turner Fry|Fry, Alfred Turner]] [https://www.familysearch.org/tree/person/details/GDRX-2SL] - 1881(NSW)-1928(Vic) - Licences: 7BG Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: metallurgist (Ballarat, 1917; Queenstown, Tas, 1919-1922; Sandringham, 1924-1927) * [[/Reginald Hall Fry|Fry, Reginald Hall]] [https://www.familysearch.org/tree/person/details/GZ6Y-9WN] - 1891(NSW)-1976(NSW) - Licences: 2KC Sydney (Croydon, 1922-1929; Killara, 1930-1933); 2KC Parkes (1934); 2KC Goulburn (1935-1936); 2KC Wollongong (1937-1939) - Qualifications: cc; AOCP 86, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil engineer (Gordon, 1930; Killara, 1933; Goulburn, 1935-1936; Wollongong, 1937; Killara, 1943-1968); engineer (Killara, 1972) ===''FRYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Norman Fryer|Fryer, Keith Norman]] [https://www.familysearch.org/tree/person/details/G3KH-TZ8] - 1906(Vic)-19??(???) - Licences: 2KF Sydney (Suspension Bridge, 1927-1928) - Qualifications: AOCP 332, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Neutral Bay, 1930-1931; Northbridge, 1934; North Sydney, 1936; Mosman, 1943-1949) ===''FULCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/J. Fulcher|Fulcher, J.]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, (Halcyon, P. 4) ===''FYSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Oakley Fysh|Fysh, Philip Oakley]] [https://www.familysearch.org/tree/person/details/LHNP-534] - 1835(Eng)-1919(Tas) - state politician (MLC Tas, 1860s through 1890s; MHA Tas 1870s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1903-1904) - Relationships: grandfather of 7PF Philip Oakley Fysh * [[/Philip Oakley Fysh|Fysh, Philip Oakley "Phil"]] [https://www.familysearch.org/tree/person/details/L2YS-4ZR] - 1897(Tas)-1966(Tas) - Licences: 7PF Launceston (1925-1927) - Qualifications: cc; AOCP 128, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; radio clubs (Launceston Radio Experimenters' Club, WIA Launceston); WW2 - Relationships: grandson of Philip Oakley Fysh, federal Postmaster-General 1903-1904 - Electoral Rolls: merchant (Launceston, 1922-1954) =='''G'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''GABBERTAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Gabbertas|Gabbertas, Jack]] [https://www.familysearch.org/tree/person/details/GF9C-2W7] - 1915(Eng)-2003(WA) - Licences: 6GB Perth (Maylands, 1936-1939; Mt Hawthorn, 1947-1980+) - Qualifications: cc; AOCP 1810, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, WA, 1937; East Perth, WA, 1943); mechanic (Mt Hawthorn, WA, 1949-1980) ===''GADSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Wilkinson Gadsden|Gadsden, Stanley Wilkinson]] [https://www.familysearch.org/tree/person/details/GM38-WZ2] - 1887(Vic)-1957(Vic) - Licences: 3SW Melbourne (Kew, 1924-1939) - Qualifications: AOCP 26, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; radio clubs (WIA Vic, Chief of Council, 1926); placed 2nd in 3LO amateur broadcasting competition 1926 - Electoral Rolls: printer (Kew, 1908-1915); manufacturer (Kew, 1917-1954) ===''GALLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Galle|Galle, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/GX2P-KXN] - 1912(SA)-2008(SA)96yo - Licences: 5QR Adelaide (Prospect, 1931-1939, 1947-1948; Enfield, 1954-1980+) - Qualifications: cc; AOCP 834, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Jabuk, SA, 1939-1941); schoolteacher (Tailem Bend, SA, 1943) ===''GAMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ray Gamble|Gamble, William Ray "Ray"]] - 1928(NSW)-2011(NSW) - broadcast engineer (BOCP 961, 1948), station manager, radio network principal [https://radioinfo.com.au/news/vale-ray-gamble Radio Info] ===''GAMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Gamon|Gamon, George Arthur]] - 1900(Vic)-1977(???) - 3GG Melbourne (South Yarra, 1925-1926; Middle Park, 1927), amateur operator (AOCP 89, 1925, No. ?? in Vic), amateur broadcaster ===''GARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Garing|Garing, William Henry]] [https://www.familysearch.org/tree/person/details/G8WV-2YG] - 1910(Vic)-2004(NSW) - Licences: Nil identified - Qualifications: AOCP 431, 1928, No. ?? in Vic - amateur operator? - Electoral Rolls: cadet (Point Cook, 1931-1934); airman (Point Cook, 1937); RAAF officer (Townsville, 1943; Point Cook, Vic, 1958; Williamtown, NSW, 1958); executive director (Turramurra, 1968); director (Turramurra, 1980) ===''GARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Raymond Garner|Garner, Alan Raymond]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: PMG technician! (Frankston, 1963-1980) ===''GARNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Garnett|Garnett, Brian]] - 19??(???)-19??(???) - 4AHN Currimundi, amateur operator (AOCP ??, 19??, No. ?? in Qld), ===''GARRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Randolph Garran|Garran, Richard Randolph]] [https://www.familysearch.org/tree/person/details/K822-L54] - 1903(Vic)-1991(ACT) - Licences: 3AW Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (Toorak, 1924-1925); manager (Semaphore, SA, 1941; Caulfield, Vic, 1954-1980) ===''GARRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Benjamin Walter Garrett|Garrett, Horace Benjamin Walter]] [https://www.familysearch.org/tree/person/details/G7PD-9SV] - 1906(Vic)-1979(Vic) - Licences: 3JI Melbourne (Box Hill, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster - Electoral Rolls: sales (Box Hill, 1928-1934); radio mechanic (Box Hill, 1936); salesman (Box Hill, 1943-1977) ===''GARTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Garth|Garth, Reginald]] [https://www.familysearch.org/tree/person/details/G8DX-47Z] - 1903(Eng)-1959(Tas) - Licences: 2VZ Sydney (Coogee, 1930; Clovelly, 1931-1933; Bankstown, 1934-1936); 4VZ Mackay (1937-1939); 3SF Melbourne (Preston, 1948; Seaford, 1954); 7RG Trevallyn, 1955-1956) - Qualifications: cc; AOCP 584, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Clovelly, NSW, 1930-1933); mechanic (Bankstown, NSW, 1934-1936); electrician (Slade Point, Qld, 1937-1943; Beaconsfield, Tas, 1958) ===''GAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Holman Gay|Gay, Augustus Holman]] [https://www.familysearch.org/tree/person/details/G8PF-938] - 1902(Vic)-1984(Vic) - Licences: 3SM Warragul (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Warragul, 1927-1934); engineer (South Yarra, 1936-1954); electrical engineer (Kew, 1963-1980) * [[/Vivian James Gay|Gay, Vivian James]] [https://www.familysearch.org/tree/person/details/LYT8-VJJ] - 1908(NSW)-1999(Qld) - Licences: 2VI Sydney (Chatswood, 1935-1939; North Sydney, 1946-1947; Lane Cove, 1948-1965); 2VI Burradoo (1980+) - Qualifications: cc; AOCP 1510, 1935, NSW - amateur operator; amateur broadcaster - Electoral Rolls: printer (Artarmon, 1930-1937; Chatswood, 1943); master printer (Lane Cove, 1949-1968); printer (Artarmon, 1972); retired (Burradoo, 1977-1980) ===''GEAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Vivian Geake|Geake, Wilfred Vivian]] [https://www.familysearch.org/tree/person/details/GXTF-H1J] - 1893(SA)-1974(SA) - Licences: 5BR Receive Kooringa (1922); 5BR Receive (Murray Bridge, 1923); Receive Murray Bridge (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hillside, SA, 1939) ===''GEDDES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Albert Geddes|Geddes, Frank Albert]] - 1901(NSW)-1922(NSW) - 2GC Sydney (Waverley, 1922, receive only), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), radio clubs (Waverley Radio Club), due to age licence held in name of father Francis G Geddes ===''GEEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Leslie Geeves|Geeves, Philip Leslie "Phil"]] [https://www.familysearch.org/tree/person/details/G88C-Y8Y] - 1917(NSW)-1983(NSW) - radio broadcaster (VK2ME, 2CH, ABC); employment (AWA, 1937-1970s); journalist (SMH); historian (AWA, broadcasting); awards (OAM, 1980) - Electoral Rolls: radio executive (Bexley, 1949-1963); executive (Hurstville South, 1972-1980) ===''GEISEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elizabeth Aileen Geisel|Wallace nee Geisel, Elizabeth Aileen "Betty"]] [https://www.familysearch.org/tree/person/details/GXK7-NJ4] - 1921(SA)-2000(SA) - Licences: 5YL Murray Bridge (1936-1939) - Qualifications: cc; AOCP 1788, 1936, SA; 2COCP 448, 1941; 1COCP 544, 1941 - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: Nil yet identified - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''GEORGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Heinrich Alfred August George|George, Heinrich Alfred August "Henry", "Harry"]] [https://www.familysearch.org/tree/person/details/G387-XZ4] - 1899(Vic)-1968(Vic) - Licences: 3ZP Melbourne (Footscray, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1919-1963) ===''GEORGESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Georgeson|Georgeson, James]] [https://www.familysearch.org/tree/person/details/LTS1-17Q] - 1897(Eng)-1976(Taiwan) - Licences: 5JD Adelaide (Glenelg, 1936-1938); 2AKU Sydney (Neutral Bay, 1939; Granville, 1946-1947; Artarmon, 1948-1954; Lane Cove (1955); Artarmon (1956-1975) - Qualifications: cc; AOCP 1783, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, NSW, 1943); engineer (Artarmon, NSW, 1949-1954); electrical engineer (Artarmon, NSW, 1963-1968); engineer (Artarmon, NSW, 1972) ===''GERAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/James Anselm Geraghty|Geraghty, James Anselm]] [https://www.familysearch.org/tree/person/details/GZVD-VY9] - 1877(???)-1969(Qld) - Licences: 4CS Receive Townsville (1923); 4CS Townsville (1923-1924); 4CS Brisbane (Nudgee, 1924); 4CS Gympie (1924); 4CS Townsville (1925); 4CS Gympie (1925-1927); 2JG Wagga Wagga (1929); 7CB Launceston (1931); 4CB Brisbane (Nudgee, 1933); 4AC Bundaberg (1934) - Qualifications: AOCP 186, 1925, No. 17 in Qld - amateur operator; amateur broadcaster; minister of religion and teacher (Christian Brothers) - Electoral Rolls: teacher (Ballarat, 1906; Gympie, 1909-1913; Dunedin, 1914-1916; South Brisbane, 1919-1925; Tamworth, 1930; Bundaberg, 1934; Ipswich, 1943; Albion, 1949; Gympie, 1954); retired (Boondall, 1958-1968) ===''GIBBON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Foster Gibbon|Gibbon, Thomas Foster]] [https://www.familysearch.org/tree/person/details/G857-MWS] - 1896(Vic)-1965(Vic) - Licences: XJAV Melbourne (Kew, 1913-1914); Receive (Valve) Melbourne (Kew, 1923); 3XZ Melbourne (Kew, 1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: student (Kew, 1919-1925); electrical engineer (Kew, 1928-1954); engineer (Kew, 1963) ===''GIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gibbons|Gibbons, Frederick]] [https://www.familysearch.org/tree/person/details/L2XB-YRJ] - 1907(Wales)-19??(???) - Licences: 2FG Sydney (Neutral Bay, 1926-1930) - Qualifications: AOCP 255, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: no occupation (Neutral Bay, 1930); clerk (Gordon, 1954-1968); director (Turramurra, 1972-1977) ===''GIBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. G. Gibson|Gibson, E. G.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Ormiston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified *[[/Edgar McLean Gibson|Gibson, Edgar McLean]] [https://www.familysearch.org/tree/person/details/GS5W-SM5] - 1877(Qld)-1969(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1925), possibly held on behalf of son Leighton - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radio clubs - Relationships: father of 4AN William Leighton Gibson - Electoral Rolls: electrical engineer (Toowoomba, 1908-1917; Greenslopes, 1922); engineer (Manly, 1936-1937; Hawthorne, 1943-1968) *[[/George Holland Gibson|Gibson, George Holland]] [https://www.familysearch.org/tree/person/details/MXPG-HB4] - 1892(Qld)-1978(Qld) - Licences: XQG Brisbane (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: carpenter (Fortitude Valley, 1915-1917); mechanic (Newmarket, 1919-1928; New Farm, 1937-1943); telephone technician (Bulimba, 1954-1977) * [[/Richard Leslie Gibson|Gibson, Richard Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9QNS-G8V] - 1900(NSW)-1976(NSW) - Licences: 2GH Alstonville (1930-1939) - Qualifications: AOCP 578, 1930, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Alstonville, 1930-1949); retired (Alstonville, 1963-1968; Ballina, 1972) * [[/William Gerrand Gibson|Gibson, William Gerrand]] [https://www.familysearch.org/tree/person/details/LWJY-5G9] - 1869(Vic)-1955(Vic) - Politician, Federal Postmaster-General 1923-1929 [https://adb.anu.edu.au/biography/gibson-william-gerrand-6313 ADB] *[[/William Leighton Gibson|Gibson, William Leighton "Leighton" & "Gibby"]] [https://www.familysearch.org/tree/person/details/GS5W-Q7S] - 1907(Qld)-1995(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1927) - Qualifications: AOCP 73, 1925, No. 7 in Qld - amateur operator; amateur broadcaster; journalist (QRN "Bananalander"); wireless business employee (Phillips Radio) - Relationships: son of 4AN Edgar McLean Gibson - Electoral Rolls: salesman (Manly, Qld, 1936-1937; Camp Hill, Qld, 1943); manager (Balgowlah, NSW, 1949); business executive (Balgowlah, NSW, 1958); regional representative (Palm Beach, Qld, 1963-1980) ===''GIDDINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hudson Giddings|Giddings or Whitney, Albert Hudson]] [https://www.familysearch.org/tree/person/details/GXR4-PDP] - 1914(Vic)-19??(???) - Licences: 5FI Adelaide (Nailsworth, 1935-1937) - Qualifications: cc; AOCP 1556, 1935, SA; 1COCP 102, 1936 - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant, Signals) - Electoral Rolls: PMG employee (Sale, Vic, 1968); technician (Elwood, Vic, 1972); clerk (Hughs, ACT, 1977-1980) - Links: [https://vwma.org.au/explore/people/612780 VWMA] * [[/Albert William James Giddings|Giddings, Albert William James]] [https://www.familysearch.org/tree/person/details/9711-NG3] - 1909(Vic)-1983(Vic) - Licences: 3DG Stratford (1935-1939); 3DG Numurkah (1947-1948); 3DG Lancefield (1954-1969); - Qualifications: cc; AOCP 1574, 1935, SA - amateur operator; amateur broadcaster;; WW2 (RAAF, Warrant Officer) - Electoral Rolls: bank official (Culgoa, Vic, 1931); bank clerk (Pakenham East, Vic, 1934); bank officer (Stratford, Vic, 1936-1937); warrant officer RAAF (Point Cook, Vic, 1942); bank official (Numurkah, Vic, 1949) ===''GILFILLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles Kent Gilfillan|Gilfillan, William Charles Kent]] [https://www.familysearch.org/tree/person/details/GDPF-93Q] - 1869(NSW)-1952(NSW) - Licences: 2AM Receive Sydney (Greenwich, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: independent means (Manly, 1913); soldier (Manly, 1930-1935); no occupation (Redfern, 1937); manufacturer (Mosman, 1943-1949) ===''GILHOOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Forrest Gilhooley|Gilhooley, Joseph Aloysius Forrest]] [https://www.familysearch.org/tree/person/details/GDPF-L6N] - 1877(NSW)-1950(NSW) - Licences: 2AH Receive Sydney (Woollahra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: clerk (Darlinghurst, 1903; Hunters Hill, 1930-1935); traveller (Hunters Hill, 1937-1949) ===''GILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Stewart Gill|Gill, Alan Stewart]] [https://www.familysearch.org/tree/person/details/GH6B-JQ4] - 1907(NSW)-1983(Tas) - Licences: 7AS Launceston (1925-1927) - Qualifications: cc; AOCP 191, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; scientist & engineer (Electrolytic Zinc Co) - Electoral Rolls: research chemist (Hobart Central, 1928; Sandy Bay, 1936-1949); chemist (Hobart South, 1954) * [[/Alfred Wyatt McKenzie Gill|Gill, Alfred Wyatt McKenzie]] [https://www.familysearch.org/tree/person/details/GDBP-B8D] - 1908(NSW)-1959(NSW) - Licences: 2TS Receive Sydney (Killara, 1923); 2TS Sydney (Killara, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: barrister (Killara, 1933-1937; Wahroonga, 1949); soldier (Wahroonga, 1943); airline officer (Wahroonga, 1954-1958) ===''GILLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Rex Gregory Gillett|Gillett, Clarence Rex Gregory]] [https://www.familysearch.org/tree/person/details/GWJC-ZDW] - 1919(SA?)-2020(SA) - prominent MW and SW broadcast DXer (1940-1990), clubs (All Wave All World DX Club, Australian DX Radio Club (SA Branch), South Australian DX Radio Club, Australian Radio DX Club, Southern Cross DX Club, DX Australia, New Zealand Radio DX League) - substantial portion (100+) of QSL collection survives (SSD, NFSA) ===''GILLHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman William Gillham|Gillham, Norman William]] [https://www.familysearch.org/tree/person/details/GMTT-M8V] - 1906(Tas)-1994(Tas) - Licences: Receive Hobart (Sandy Bay, 1923-1924); 7NW Hobart (Sandy Bay, 1925-1927) - Qualifications: cc; AOCP 176, 1925, No. ?? in Tas; CPRT 944, 1927 - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Sandy Bay, 1928); joiner (Queensborough, 1936-1937); builder (Nelson, 1943-1954) ===''GILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Clifford Gillon|Gillon, Peter Clifford]] [https://www.familysearch.org/tree/person/details/GD7M-X53] - 1895(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 99, 1915 - Coastal wireless operator - Electoral Rolls: operator (Bondi, 1934); radio telegraphist (Crow's Nest, NSW, 1936; Cooktown, Qld, 1937; Townsville, 1943); telegraphist (Kensington, NSW, 1949-1954; Cremorne, 1958); radio operator (Cremorne, 1963-1968) ===''GILMOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Stanley Gilmour|Gilmour, Norman Stanley]] [https://www.familysearch.org/tree/person/details/GZZD-PVG] - 1890(Vic)-1962(NSW) - Licences: 2ZU Sydney (Neutral Bay, 1923-1930; Potts Point, 1931; City, 1933-1939; Mosman, 1948-1960) - Qualifications: cc; AOCP 28, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: director (Neutral Bay, 1930); business manager (Darlinghurst, 1931); engineer (Darlinghurst, 1934-1937; Mosman, 1943-1958) ===''GINBEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Haldane Ginbey|Ginbey, Ian Haldane]] [https://www.familysearch.org/tree/person/details/GFM1-73N] - 1913(WA)-1962(WA) - Licences: 6IG Perth (Fremantle, 1938-1939; Bicton, 1947-1948; Attadale, 1954-1960) - Qualifications: cc; AOCP 2084, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (South Fremantle, WA, 1936; Fremantle, WA, 1937; South Fremantle, WA, 1943); salesman (Melville, WA, 1958) ===''GINGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ubitt Victor Ginger|Ginger, Ubitt Victor]] [https://www.familysearch.org/tree/person/details/GS5P-G76] - 1891(NSW)-1943(NSW) - Licences: 2LF Receive Sydney (Mosman, 1922-1923); 2LF Sydney (Mosman, 1922-1924; North Sydney, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; police officer - callsign 2LF to L. R. Filmer, Toronto from Sep 1925, Bracken from 1933 - Electoral Rolls: constable (Chatswood, 1930-1933); police constable (Marrickville, 1934); constable (Naremburn, 1936-1937) ===''GINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Ginn|Ginn, Ernest George]] [https://www.familysearch.org/tree/person/details/GXZC-95C] - 1917(Qld)-2015(Qld) - Licences: 4GE Townsville (1936-1939; 1946-1948); 4GE Brisbane (Hendra, 1955-1980+) - Qualifications: cc; AOCP 1749, 1936, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ), military (WW2, RAAF, AIF); employment (life insurance agent) - Electoral Rolls: salesman (Townsville, Qld, 1943); shop assistant (Windsor, Qld, 1949); salesman (Hendra, Qld, 1954-1980) ===''GIVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/L. James M. Givens|Givens, L. James M. "James"]] [https://www.familysearch.org/tree/person/details/G8LX-7WR] - 1905(Vic)-1957(Vic) - Licences: 3EP Receive Melbourne (Canterbury, 1922-1923); 3EP Melbourne (Canterbury, 1924-1927); 3XY Melbourne (Canterbury, 1931) - Qualifications: cc; CPRT 849, 1925; AOLCP 121, 1933 - amateur operator, amateur broadcaster - Electoral Rolls: wireless officer (Canterbury, 1931-1937; Camberwell, 1943); photographer (Delbridge, 1954) ===''GLASSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Ronald John Glassop|Glassop, Ronald John]] [https://www.familysearch.org/tree/person/details/LBZX-P8N] - 1910(NSW)-1996(Qld) - Licences: 2RF Newcastle (City, 1934-1935; Blackhalls, 1936; Hamilton East, 1937); 4BG Brisbane (Clayfield, 1937-1939); 4BG Maryborough (1947-1969); 4BG North Tamborine (1980) - Qualifications: cc; AOCP 1288, 1934, NSW - amateur operator; amateur broadcaster; WW2; insurance assessor - Electoral Rolls: no occupation (Newcastle, NSW, 1932-1935); clerk (Hamilton, NSW, 1937); insurance inspector (Clayfield, Qld, 1937); insurance secretary (Maryborough, Qld, 1949-1968); retired (Miami, Qld, 1972; Mt Tamborine, Qld, 1977-1980) ===''GLOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Frederick Glover|Glover, Alexander Frederick or Frederick Alexander]] [https://www.familysearch.org/tree/person/details/L246-XZ6] - 1925(Vic)-2001(Vic) - Licences: 3AFG Sale (1948-1980+) - Qualifications: cc; AOCP 2705, 1948, Vic - amateur operator; amateur broadcaster - Electoral Rolls: operator (Sale, 1949); mechanic (Sale, 1954-1980) * [[/Arthur James George Glover|Glover, Arthur James George]] [https://www.familysearch.org/tree/person/details/2MT8-CZ8] - 1907(Vic)-1977(Vic) - Licences: 3AG Melbourne (Box Hill, 1928-1931; Surrey Hills, 1933); 3AG Warrnambool (1937-1939); 3AG Melbourne (Box Hill, 1946-1960; Camberwell, 1965-1975) - Qualifications: cc; AOCP 392, 1928, No. ?? in Vic; CPRT 1129, 1928; 2COCP 153, 1930; 1COCP 29, 1930 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Box Hill, 1931); engineer (Box Hill, 1936); radio engineer (Warrnambool, 1937); engineer (Canterbury, 1943; Box Hill, 1949-1954); automation engineer (Camberwell, 1963-1968); engineer (Camberwell, 1972-1977) * [[/Maurice Glover|Glover, Maurice]] [https://www.familysearch.org/tree/person/details/G8SK-25R] - 1912(Vic)-2003(Tas) - Licences: 7MG Hobart (Sandy Bay, 1938-1939, 1946-1948); 7MG Swansea (1954-1980+) - Qualifications: cc; AOCP 2129, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Nelson, 1943); no occupation (Swansea, 1949; Nelson, 1954) * [[/Maxwell Arthur Glover|Glover, Maxwell Arthur "Max"]] [https://www.familysearch.org/tree/person/details/G8SK-58X] - 1902(Vic)-1982(Vic) - Licences: 3GB Receive Melbourne (Auburn, 1922); 3GB Melbourne (Camberwell, 1924-1925) - Qualifications: No record of AOCP; 3COCP 671, 1948 - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Camberwell, 1924-1934); wool buyer (Toorak, 1935-1936; South Yarra, 1937); director (Malvern, 1949-1980) ===''GLUSKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Gluskie|Gluskie, C. R.]] - 19??(???)-19??(???) - Licences: Receive Hobart (New Town, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''GODDARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Endacott Goddard|Goddard, John Endacott]] [https://www.familysearch.org/tree/person/details/KNBM-L27] - 1914(WA)-1943(Crete) - Licences: 6JG Perth (North Perth, 1935-1939) - Qualifications: AOCP 1427, 1935, WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Fremantle, 1936) - Sacrifice: "Greater love hath no man than this" - Links: [https://aviationmuseumwa.org.au/afcraaf-roll/goddard-john-endacott-406692/ Aviation Museum WA]; [https://anzac.site/greece/crete-operation-thesis-goddard/ Operation Thesis]; [https://www.awm.gov.au/collection/R1703409 AWM Roll of Honour] ===''GOFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Goford|Goford, Thomas William]] [https://www.familysearch.org/tree/person/details/GXZH-W3H] - 1898(Eng)-1986(Qld) - Licences: 4MI Mount Isa (1936-1939) - Qualifications: cc; AOCP 1675, 1936, Qld; BOCP 387, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Mt Isa, Qld, 1937); broadcasting technician (Goonellabah, NSW, 1943); DCA technician (Alice Springs, NT, 1954-1963) ===''GOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Henry Yarburgh Gold|Gold, Clifford Henry Yarburgh or Yarborough "Cliff"]] [https://www.familysearch.org/tree/person/details/L19B-YYC] - 1906(Qld)-1986(Qld) - Licences: 4CG Brisbane (Hill End, 1926-1931); 4CG Toowoomba (1933-1939, 1946-1980+) - Qualifications: AOCP 262, 1926, No. 21 in Qld; AOLCP 186, 1934 - amateur operator, amateur broadcaster, broadcast engineer (4GR) - Electoral Rolls: shop assistant (West End, 1928-1931); radio operator (Toowoomba, 1934); projectionist (Toowoomba, 1936-1963); radio technician (Balmoral, 1968-1977) - Relationships: nephew of 4EG Edward Edwin Gold; also Doug & Geoff * [[/Douglas Edward Gold|Gold, Douglas Edward]] [https://www.familysearch.org/tree/person/details/G8RL-XQB] - 1917(NSW)-1964(Qld) - Licences: Nil yet identified - Qualifications: BOCP 254, 1939 - amateur operator; amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Geoffrey Kilvington Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio technician (Toowoomba, 1943-1949); assistant manager (Toowoomba, 1954-1958) * [[/Edward Edwin Gold|Gold, Edward Edwin "Ted"]] [https://www.familysearch.org/tree/person/details/L13Q-WZV] - 1894(Qld)-1961(Qld) - Licences: 4EG Toowoomba (1924-1939, 1946-1960) - Qualifications: AOCP 7, 1924, No. 1 in Qld - amateur operator; amateur broadcaster; awarded Class B licence for 4GR Toowoomba; commercial broadcast station proprietor (4GR); Relationships: father of Geoffrey Kilvington Gold; uncle of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: mechanic (Toowoomba, 1925-1958) * [[/Geoffrey Kilvington Gold|Gold, Geoffrey Kilvington]] - 1943(Qld)-1971(Qld) - Licences: Nil yet identified - Qualifications: BOCP 2210, 1963; AOLCP 1608, 1964 - amateur operator, amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Douglas Edward Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio broadcaster (Annerley, 1968) ===''GOLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick John Golden|Golden, Patrick John]] [https://www.familysearch.org/tree/person/details/GSFG-R49] - 1893(Ire)-1943(Qld) - Licences: 4PG Brisbane (Wynnum South, 1927) - Qualifications: cc; Nil yet identified (likely UK) - ship wireless operator; amateur operator; amateur broadcaster; radio business proprietor; WW2 - Electoral Rolls: salesman (Wynnum Heights, 1928-1931); radio dealer (Clayfield, 1936-1937); radio operator (Flying boat base, Karumba, 1943) - Sacrifice: "Greater love hath no man than this" ===''GOLDSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Herbert Goldsmith|Goldsmith, Frank Herbert]] [https://www.familysearch.org/tree/person/details/93SX-QL8] - 1895(WA)-1974(WA) - Licences: 6FG Perth (Nedlands Park, 1927-1939) - Qualifications: cc; AOCP 377, 1927, No. ?? in WA - amateur operator; amateur broadcaster; radio journalist - Electoral Rolls: clerk (West Perth, 1917); journalist (Bunbury, 1921-1922; Nedlands, 1925-1949; Roleystone, 1954-1958); retired (Rossmoyne, 1968-1972) * [[/Gordon William Goldsmith|Goldsmith, Gordon William]] [https://www.familysearch.org/tree/person/details/GZWR-BKR] - 1914(SA)-1998(SA) - Licences: 5HM Cowandilla (1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1629, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Cowandilla, SA, 1939-1943) ===''GOLDSWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Goldsworthy|Goldsworthy, William John]] [https://www.familysearch.org/tree/person/details/M4D7-C24] - 1910(Qld)-1950(Qld) - Licences: 4WA Brisbane (Valley, 1934-1939); 4WA Rockhampton (1947-1948)- Qualifications: cc; AOCP 1341, 1934, Qld; 2COCP 1112, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Valley, Qld, 1934-1943); aeradio operator (Rockhampton, Qld, 1949) ===''GOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jasper Claude Golley|Golley, Jasper Claude]] [https://www.familysearch.org/tree/person/details/GXGK-S1F] - 1904(SA)-1958(SA) - Licences: 5JX Adelaide (Glenelg, 1935-1937; Glengowrie, 1938-1939; Seacliff, 1948-1955) - Qualifications: cc; AOCP 1522, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: schoolteacher (Glengowrie, SA, 1939-1941; Seacliff, SA, 1943) ===''GOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Good|Good, Edward Joseph]] [https://www.familysearch.org/tree/person/details/GMS7-P78] - 1864(Vic)-1931(Vic) - Licences: 3HQ Glenrowan (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Taminick, 1903); traveller (Taminick, 1909-1930) ===''GOODE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Russell Goode|Goode, Arthur Russell]] - 1889(Vic)-1971(Vic) - XLK Melbourne (Moonee Ponds, 1913), early wireless experimenter (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), PMGD (telegraphist, Central Office, Melbourne, 1903-1921), Listener-In (journalist; editor), author several books, grandfather of Michael Goode 3BDL * [[/Michael Goode|Goode, Michael]] - 3ZYY Melbourne (Canterbury, 1969+), 3BDL Melbourne, amateur operator (AOCP ??, 1968, No. ?? in Vic), historian (amateur radio, 5 metres), grandson of XLK Arthur Russell Goode ===''GORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence Arthur Gorman|Gorman, Clarence Arthur]] [https://www.familysearch.org/tree/person/details/GHLZ-X8H] - 1895(NSW)-1970(NSW) - Licences: XCG Sydney (Oatley, 1913-1914); 2EC Receive Sydney (Arncliffe, 1922); 2EC Sydney (Arncliffe, 1923-1925); 2CG Sydney (Rockdale, 1925-1929); designated operator 2UI Illawarra Radio Club (Kogarah, 1923-1925) - Qualifications: cc; AOCP 222, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Comment: NSW winner 1923 Trans-Pacific Tests - Electoral Rolls: plumber (Rockdale, 1930-1931; Kogarah, 1932-1943; Hargrave Park, 1949; Villawood, 1954-1963) ===''GOSTELOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Victor Gostelow|Gostelow, Alfred Victor]] [https://www.familysearch.org/tree/person/details/LVVQ-PCX] - 1897(NSW)-1975(NSW) - Licences: XABD Dorrigo (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: accountant (Uralla, 1930-1936; Scone, 1937-1949; Terrigal, 1954-1968); retired (Terrigal, 1972) ===''GOTTING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Benjamin Gotting|Gotting, Herbert Edward Benjamin]] [https://www.familysearch.org/tree/person/details/GDLY-HLD] - 1889(NSW)-1965(NSW) - Licences: N760 Receive Braemar (1922); 2ID Receive Braemar (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Braemar, 1930); electrician (Mittagong, 1936-1937); engineer (Mittagong, 1949-1963) ===''GOVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Neville Govan|Govan, Walter Neville]] [https://www.familysearch.org/tree/person/details/L2XF-YDT] - 1905(Vic)-1956(SA) - Licences: 5WG Port Pirie (1934-1939); 5WG Crystal Brook (1947-1956) - Qualifications: cc; AOCP 1273, 1934, SA; BOCP 40, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: lead burner (Port Pirie, SA, 1939-1941); mechanic (Crystal Brook, SA, 1943) ===''GOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Selwyn Harry James Gover|Gover, Selwyn Harry James]] [https://www.familysearch.org/tree/person/details/GXNM-D2L] - 1903(Qld)-19??(???) - Licences: Receive (Crystal) Brisbane (Nundah, 1924) - Qualifications: cc; CPRT 789, 1923; 2COCP 43, 1929; 1COCP 249, 1939 - amateur receiver; ship wireless officer - Electoral Rolls: wireless operator (Annerley, Qld, 1925); marine radio officer (East Brisbane, Qld, 1949-1968) ===''GOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gelston Stewart Gow|Gow, Gelston Stewart]] [https://www.familysearch.org/tree/person/details/G7HP-61D] - 1895(NSW)-1974(NSW) - Licences: XBW Sydney (Burwood, 1913-1914); 2GG Sydney (City, 1928-1930) - Qualifications: AOCP 411, 1928, No. ?? in NSW - early wireless experimenter, amateur operator, amateur broadcaster, WW1 - Electoral Rolls: manufacturer (Darlinghurst, 1930); electrician (Darlinghurst, 1933-1943); manufacturer (Darlinghurst, 1954-1972) ===''GOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Nelson James Gowlett|Gowlett, Frank Nelson James]] [https://www.familysearch.org/tree/person/details/G619-PYV] - 1891(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; 1COCP 163, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio operator (Townsville, 1925); wireless operator (Maroubra, 1930-1931); radio telegraphist (Maroubra, 1934-1937; Cooktown, 1943-1949; Maroubra, 1949); radio officer (Maroubra, 1958-1963) ===''GOYDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil William Goyder|Goyder, Cecil William]] - about 1906(Eng)-1980(NJ, USA) - G2SZ England, amateur operator [http://www.clement-jones.com/ps03/ps03_313.html] ===''GRAHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Ernest Graham|Graham, Donald Ernest "Don"]] - 1933(WA)-2012(WA) - 6HK Perth (Mount Hawthorn, 1954-1956; Wembley Downs, 1960-1980+) - amateur operator (AOCP 3162, 1951, No. ?? in WA) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC), DoC / DoTaC (WA State Broadcasting Engineer) - a good life, well lived [https://stephbg.livejournal.com/669733.html] * [[/James Alexander Graham|Graham, James Alexander]] [https://www.familysearch.org/tree/person/details/G979-6RF] - 1905(Sct)-1985(Qld) - Licences: 4JQ Brisbane (Ekibin, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 2058, 1937, Qld; 1COCP 510, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Ekibin, Qld, 1937-1954) * [[/William Denton Graham|Graham, William Denton]] [https://www.familysearch.org/tree/person/details/GZGS-KB5] - 1895(Tas)-1986(NSW) - Licences: 2RR Receive Sydney (Rockdale, 1923-1925); 2WG Sydney (Rockdale, 1926-1930) - Qualifications: AOCP 227, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: law clerk (Rockdale, 1930-1937); process worker (Bondi Junction, 1943); iron worker (Rockdale, 1949-1968); machinist (Rockdale, 1977); retired (Liverpool, 1980) * [[/William Thompson Graham|Graham, William Thompson]] [https://www.familysearch.org/tree/person/details/GDR1-SL3] - 1902(Sct)-1987(Tas) - Licences: 7BV Receive St Mary's (1923); Receive St Mary's (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: grocer's assistant (St Mary's, 1925-1954); ===''GRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin John Rawle Grant|Grant, Colin John Rawle]] [https://www.familysearch.org/tree/person/details/GZBZ-BXF] - 1902(Qld)-2000(Qld) - Licences: 4JG Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 310, 1926, No. 32 in Qld - amateur operator; amateur broadcaster; accountant - Electoral Rolls: clerk (Wooloowin, 1925-1934); security officer (Eagle Junction, 1936); auditor (West Nundah, 1937); retired (Southport, 1968-1980) * [[/James Grant|Grant, James]] - 19??(???)-19??(???) - Licences: 2DP Newcastle (Stockton, 1929-1930) - Qualifications: AOCP 555, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: * [[/William Patrick Grant|Grant, William Patrick "Bill"]] [https://www.familysearch.org/tree/person/details/GXZJ-YJC] - 1917(Ireland)-19??(Ireland) - Licences: 4WU Brisbane (Indooroopilly, 1936-1939) - Qualifications: cc; AOCP 1801, 1936, Qld; 2COCP 269, 1939 - amateur operator; amateur broadcaster; ship wireless officer; air controller (Shannon Airport) - Electoral Rolls: Nil yet identified ===''GRANTHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Richard Grantham|Grantham, Sidney Richard "Sid"]] [https://www.familysearch.org/tree/person/details/GXZ6-B8S] - 1920(Qld)-2003(Qld) - Licences: 4SG Toowoomba (1938-1939, 1946-1956); 4SG Brisbane (Wavell Heights, 1960; Hendra, 1965-1980+) - Qualifications: cc; AOCP 2083, 1938, Qld; 1COCP 927, 1945 - amateur operator; amateur broadcaster; radio clubs (WIAQ, IREE, RFDS council); military (WW2, RAAF, wireless officer); federal public servant (DCA, Aeradio; PMGD/DoC, radio inspector); broadcast technician (4GR) - Electoral Rolls: RAAF (Yerongpilly, Qld, 1943); broadcast engineer (Harristown, Qld, 1949); engineer (East Toowoomba, Qld, 1954; Toowoomba South, Qld, 1958); radio inspector (Hendra, Qld, 1963-1980) ===''GRANVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Florence Violet Granville|Granville (nee) / Wallace / McKenzie, Florence Violet "Mrs Mac"]] [https://www.familysearch.org/tree/person/details/LRR8-ZWS] - 1890(Vic)-1982(NSW) - 2GA Sydney (Sydney, 1922-1924; Greenwich, 1925-1939), 2FV Sydney (Sydney, 1946-1950; Circular Quay, 1954; Greenwich, 1955-1958), amateur operator (AOCP 109, 1925, No. ?? in NSW), amateur broadcaster, engineer, business proprietor, signals instructor - Links: [https://adb.anu.edu.au/biography/mckenzie-florence-violet-15485 ADB] ===''GRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Gray|Gray, A. J.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Albert Howell Gray|Gray, Albert Howell "Dave"]] [https://www.familysearch.org/tree/person/details/GZXM-J83] - 1907(NSW)-2004(NSW) - Licences: 2IJ Receive Sydney (Killara, 1922); 2IJ Sydney (Killara, 1923-1939, 1946-1969; Whale Beach, 1975-1980+); 2AG Sydney (McMahons Point, 1931-1938; Lane Cove, 1939); 2APV Sydney (McMahons Point, 1954; Strathfield, 1955-1980+) - Qualifications: cc; AOCP 90, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: student (Killara, 1930-1936); engineer (Killara, 1937-1968; Whale Beach, 1977-1980) * [[/Frank Malcolm Gray|Gray, Frank Malcolm]] [https://www.familysearch.org/tree/person/details/LBBV-5XS] - 1910(SA)-2011(Qld)100yo - Licences: 5MU Adelaide (Toorak Gardens, 1932-1933); 5SU Adelaide (Toorak Gardens, 1937-1939, 1948) - Qualifications: cc; AOCP 1017, 1932, SA - amateur operator; amateur broadcaster; WW2 - Callsign: 5MU possibly withdrawn for 5MU Murray Bridge - Electoral Rolls: civil servant (Toorak Gardens, 1939) * [[/George Henry Boulderson Gray|Gray, George Henry Boulderson]] [https://www.familysearch.org/tree/person/details/LTTN-WVM] - 1912(Qld)-2010(Qld) - Licences: 4JP Brisbane (Ascot, 1936-1939, 1946-1980+) - Qualifications: cc; AOCP 1796, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Ascot, Qld, 1936-1943); sound engineer (Ascot, Qld, 1949-1980) ===''GREEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Green|Green, Albert Ernest]] - 1869(Vic)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - State & Federal politician; Postmaster-General (1931-1932) - Electoral Rolls: - Links: [[w:Albert Green (Australian politician)|Wikipedia]] * [[/Herman Rowland Green|Green, Herman Rowland]] [https://www.familysearch.org/tree/person/details/LK9P-LGY] - 1915(SA)-1985(SA) - Licences: 5OJ Adelaide (Prospect, 1936-1939) - Qualifications: cc; AOCP 1679, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/J. Green|Green, J.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Yeronga, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter William Green|Green, Walter William]] [https://www.familysearch.org/tree/person/details/GXB7-R87] - 1911(WA)-2012(WA) - Licences: 6WG Albany (1936-1937); 6WG Wiluna (1937-1939); 6WG Albany (1947-1960); 6WG Derby (1965); 6WG Norseman (1969); 6WG Albany (1975-1980) - Qualifications: cc; AOCP 1676, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Albany, WA, 1936); fitter (Albany, WA, 1958-1963); plant inspector (Norseman, WA, 1968); mechanic (Albany, WA, 1972-1980) ===''GREENHALGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Neal Greenhalgh|Greenhalgh, Kenneth Neal]] [https://www.familysearch.org/tree/person/details/G8ZT-NGD] - 1909(NSW)-2002(NSW) - Licences: 2KG Newcastle (Hamilton, 1929-1930; Rooty Hill, 1931; Sandgate, 1933; Mayfield West, 1934-1939; New Lambton, 1946-1956; Adamstown Heights, 1957-1980+) - Qualifications: AOCP 550, 1929, No. ?? in NSW; AOLCP 73, 1932; 1COCP 839, 1944; TVOCP 18, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Hamilton, 1930); broadcasting engineer (2KO Sandgate, 1933); engineer (Mayfield, 1934-1937); radio engineer (New Lambton, 1943-1954; Adamstown, 1958-1968; Adamstown Heights, 1977-1980) ===''GREENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold John Greenham|Greenham, Arnold John]] [https://www.familysearch.org/tree/person/details/GXH9-QQS] - 1907(Qld)-1973(Qld) - Licences: 4EE Receive Brisbane (South Brisbane, 1923); 4AG Brisbane (South Brisbane, 1933); 4AG Gympie (1934); 4AG Innisfail (1937-1939); 4AG Brisbane (South Brisbane, 1946-1948); 4AG Caloundra (1954-1956); 4AG Brisbane (Kallangur, 1960-1969) - Qualifications: cc; AOCP 1040, 1932, No. ?? in Qld; 1COCP 807, 1944 - amateur operator; amateur broadcaster; bank employee (NAB) - Electoral Rolls: bank clerk (Gympie, 1936; Innisfail, 1937; South Brisbane, 1943-1949); not stated (Caloundra, 1954-1958); retired (Kallangur, 1963-1972) ===''GREENHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alexander Greenhill|Greenhill, George Alexander]] [https://www.familysearch.org/tree/person/details/LT3K-GWN] - 1904(Qld)-1970(Qld) - Licences: 4LE Brisbane (West End, 1934-1939) - Qualifications: cc; AOCP 1348, 1934, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Brisbane City, Qld, 1925); ceiling fixer (Wooloowin, Qld, 1928); cleaner (West End, Qld, 1937; Archerfield, Qld, 1943); steward (Wilston, Qld, 1949); metal finisher (Wooloowin, Qld, 1954); barman (Kirra, Qld, 1958); caretaker (Caloundra, Qld, 1963); cleaner (Woorim, Qld, 1968) ===''GREGORY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. Gregory|Gregory, A.]] - 19??(???)-19??(???) - Licences: XAED Sydney (Bellevue Hill, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Identification: Not yet identified, possibly Alyn Keith Gregory, bank officer, Bellevue Hill, 1930-1939 * [[/Clyde Francis Burnell Gregory|Gregory, Clyde Francis Burnell]] [https://www.familysearch.org/tree/person/details/GS34-5MV] - 1906(Tas)-1997(Qld) - Licences: Receive Emu Park (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: business manager (Rockhampton, Qld, 1928-1937); fisherman (Yeppoon, Qld, 1943-1949); taxi driver (Maryborough, Qld, 1958); taxi proprietor (Nelly Bay, Qld, 1963) * [[/Harold Rigby Gregory|Gregory, Harold Rigby]] [https://www.familysearch.org/tree/person/details/L2C9-CDX] - 1900(NSW)-1973(NSW) - Licences: 2ED Receive Sydney (Abbotsford Pt, 1922); 2ED Sydney (Abbotsford Pt, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1930); inspector (Roseville, 1931-1936); insurance inspector (Roseville, 1937); manager (Newcastle, 1943-1954); insurance manager (Merewether, 1958-1972) * [[/Robert William Gregory|Gregory, Robert William]] [https://www.familysearch.org/tree/person/details/K2FW-QFJ] - 1907(Eng)-1995(SA) - Licences: 5GU Mt Barker (1935-1939) - Qualifications: cc; AOCP 1438, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: constable (Kadina, SA, 1939); police officer (Lobethal, SA, 1941-1943) ===''GREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Grey|Grey, Albert Edward "Bert"]] [https://www.familysearch.org/tree/person/details/LDK5-374] - 1897(WA)-1981(WA) - Licences: 6BO Perth (Nedlands, 1925-1932); 6BO Carnarvon (1933); 6AA Perth (Nedlands, 1937-1939) - Qualifications: cc; RTCP 532, 1920, Marconi & Telefunken; 1COCP 35, 1934; TVOCP 278 1960 - amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo PMGD); PMGD (postal assistant, Leederville,1919); WW1; RAAF (WW2, radar systems) - Electoral Rolls: telegraphist (Subiaco, 1925; Nedlands, 1925-1931); radio inspector (Nedlands, 1936-1972); retired (Nedlands, 1977-1980) * [[/Elton Edward Grey|Grey, Elton Edward or Edward Elton]] [https://www.familysearch.org/tree/person/details/GWPL-PQ5] - 1920(Qld)-1962(WA) - Licences: 4LX Brisbane (Ascot, 1936-1939); 6ZX Perth (West Perth, 1948); 6ZX Northam (1954-1955); 6ZX Perth (Leederville, 1956; Floreat Park, 1960) - Qualifications: cc; AOCP 1689, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: soldier (West Perth, WA, 1943); bank clerk (West Perth, WA, 1949); bank officer (Wagin, WA, 1949; Northam, WA, 1954; Floreat Park, WA, 1958) * [[/James Leonard Grey|Grey, James Leonard "Len"]] [https://www.familysearch.org/tree/person/details/GXZV-ZY5] - 1915(Sct)-1995(NSW) - Licences: 4LN Brisbane (Norman Park, 1937-1938); 2AKO Sydney (Vaucluse, 1939; Pymble, 1946-1961; St Ives, 1965-1969; Neutral Bay (1975-1980+) - Qualifications: cc; AOLCP 184, 1934; 2COCP 38, 1935 - amateur operator; amateur broadcaster; Radio clubs (WIAQ); military (WW2, RAAF); pilot (RQAC, QANTAS) - Electoral Rolls: aviator (Norman Park, Qld, 1936-1937); airline captain (Pymble, NSW, 1949-1958; St Ives, NSW, 1963-1968); retired (Neutral Bay, NSW, 1977-1980) ===''GRIBBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Gribble|Gribble, Arthur James]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIT Townsville (1917-1918) - Comment: only one reference found, likely misspelling; Electoral Rolls: Nil yet identified ===''GRIEVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Grieve|Grieve, Ian]] - Licences: Nil yet identified - Qualifications: Nil yet identified - historian (broadcast); proprietor of Australian Old Time Radio website - Electoral Rolls: - Links: [https://www.australianotr.com.au/ OTR] ===''GRIFFIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Neville Griffin|Griffin, Thomas Neville]] [https://www.familysearch.org/tree/person/details/G8C4-RJ2] - 1889(NSW)-1953(NSW) - Licences: 2LQ Sydney (Hornsby, 1929-1936); 2AIR Sydney (Northbridge, 1938-1939) - Qualifications: AOCP 505, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Hornsby, 1930-1934); electrical engineer (Artarmon, 1936; Willoughby, 1937; Hornsby, 1943-1949) ===''GRIFFEN-FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bridget Griffen-Foley|Griffen-Foley, Bridget]] - historian (broadcasting) - Professor, Department of Media, Communications, Creative Arts, Language and Literature, Macquarie University - author "Changing Stations: The Story of Australian Commercial Radio" & numerous professional articles ===''GRIFFITHS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Arthur Griffiths|Griffiths, Leslie Arthur "Les"]] [https://www.familysearch.org/tree/person/details/GXZK-81V] - 1909(Qld)-1970(Qld) - Licences: 4LZ Toowoomba (1938-1939, 1947-1956) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; military (WW2, RAN, signaller); cine assistant (Empire Theatre) - Halcyon: AOCP Toowoomba 1938 - Electoral Rolls: assistant projectionist (Toowoomba, Qld, 1931-1937); biograph projectionist (Toowoomba, Qld, 1943-1954; Toowoomba South, Qld, 1958); projectionist (Toowoomba West, Qld, 1963-1968) ===''GRIGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Haydn Errol Grigg|Grigg, Haydn Errol]] [https://www.familysearch.org/tree/person/details/G8BV-N98] - 1899(???)-1971(NSW) - Licences: 2AS Receive Sydney (Mosman, 1922); 2AS Sydney (Mosman, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Darlinghurst, 1935; Edgecliff, 1935-1949; Double Bay, 1954-1968) ===''GRIMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Douglas Grimes|Grimes, Benjamin Douglas]] [https://www.familysearch.org/tree/person/details/LZ8B-D6J] - 1901(Qld)-1987(Qld) - Licences: Receive (Crystal) Brisbane (Annerley, 1923-1924); 4BD Brisbane (Annerley, 1926-1931) - Qualifications: cc; AOCP 278, 1926, No. 23 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Tarragindi, 1925-1937); share dealer (New Farm, 1943); farmer (Cleveland, 1949-1958); retired (Corinda, 1968-1980) ===''GRIMMETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Urbane Grimmett|Grimmett, Stanley Urbane]] [https://www.familysearch.org/tree/person/details/L447-3MW] - 1905(NZ)-1974(NSW) - Licences: 2ZW Newcastle (Hamilton, 1930-1937); 2ZW Sydney (Bankstown, 1938-1939; Strathfield, 1946-1960; Vaucluse, 1961-1969) - Qualifications: AOCP 667, 1930, NSW - amateur operator, amateur broadcaster, journalist - Electoral Rolls: pharmacist (Hamilton, 1930-1937; Strathfield, 1949-1958); Vaucluse, 1963) ===''GRIVELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Grivell|Grivell, John "Jack"]] [https://www.familysearch.org/tree/person/details/KC43-NGM] - 1901(SA)-1971(SA) - Licences: 5BK Yorketown (1930-1933); 5BK Gladstone (1937); 5BK Crystal Brook (1938-1939); 5BK Gawler (1946-1947); 5BK Magill (1948-1969) - Qualifications: cc; AOCP 609, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (5CK Crystal Brook, 1939-1941); telephone mechanic (Gawler, 1943) ===''GROGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold William Grogan|Grogan, Arnold William]] [https://www.familysearch.org/tree/person/details/GFSS-87B] - 1915(WA)-1997(WA) - Licences: 6EI Perth (Mt Lawley, 1936-1939; City, 1947); 6EI Carnarvon (1948); 6EI Perth (Leederville, 1954-1980+) - Qualifications: cc; AOCP 1759, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Maylands, WA, 1937; East Perth, WA, 1943); public servant (Cottesloe, WA, 1949); civil servant (Leederville, WA, 1954-1980) ===''GRONOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rees Gronow|Gronow, William Rees]] [https://www.familysearch.org/tree/person/details/GZVM-KFV] - 1908(Vic)-2003(Vic) - 3EQ Receive Melbourne (City, 1922-1924), 3WG Melbourne (City, 1925-1933; Glen Iris, 1937; Malvern East, 1937; Glen Iris, 1938-1939, 1948-1960; Brighton, 1965-1980), amateur operator (AOCP 178, 1925, No. ?? in Vic), amateur broadcaster, director (Malvern, 1936-1954; Brighton, 1968-1977)) ===''GROVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Grove|Grove, Henry]] [https://www.familysearch.org/tree/person/details/L5KB-97B] - 1897(Eng)-1973(NSW) - Licences: N746 Receive Sydney (Enmore, 1922); 2HZ Receive Sydney (Enmore, 1922) - Qualifications: cc; CPRT 575, 1920 - amateur receiver - Electoral Rolls: traveller (Castle Hill, 1930); poultry farmer (Peakhurst, 1933-1949); retired (Burwood, 1963-1972) ===''GROWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Norman Wills Growden|Growden, George Norman Wills "Norman"]] [https://www.familysearch.org/tree/person/details/G9C6-15M] - 1913(Vic)-1984(SA) - Licences: 5YM Gladstone (1937-1939); 5YM Wedge Island via Port Lincoln (1954-1975) - Qualifications: cc; AOCP 1945, 1937, SA; BOCP 145, 1938; 2COCP 401, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: farmer (Gladstone, SA, 1939-1943); wireless operator (RAAF Station, Pearce, WA, 1943) ===''GRUBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Grubb|Grubb, William John]] [https://www.familysearch.org/tree/person/details/G6WK-K6N] - 1907(Qld)-1970(Vic) - Licences: 4DI Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: labourer (Rockhampton, 1931); concrete labourer (Rockhampton, 1936-1963); retired (Finch Hatton, 1968) ===''GRUMMITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Frederick Grummitt|Grummitt, Gilbert Frederick]] [https://www.familysearch.org/tree/person/details/G8Z7-FFD] - 1906(Qld)-1960(Qld) - Licences: 4BS Brisbane (Fortitude Valley, 1929-1933; Hamilton, 1937-1939; Bulimba, 1948-1960) - Qualifications: cc; AOCP 531, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: welder (Fortitude Valley, 1928-1934; Hamilton, 1936-1937); boilermaker (Bulimba, 1949-1958) ===''GRUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hill Grundy|Grundy, Robert Hill]] [https://www.familysearch.org/tree/person/details/LZP7-F78] - 1915(SA)-1988(SA) - Licences: 5BG Murray Bridge (1937-1939, 1947-1948); 5BG Crystal Brook (1954-1980) - Qualifications: cc; AOCP 2010, 1937, SA; BOCP 175, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''GUILDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Guildford|Guildford, Alfred]] [https://www.familysearch.org/tree/person/details/GX4T-5BG] - 19??(Eng)-1960(Qld) - Licences: 4AP Brisbane (Herston, 1934-1939, 1946-1948; Sandgate, 1960) - Qualifications: cc; AOCP 1342, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, publicity officer) - Electoral Rolls: advertisment writer (West End, Qld, 1934); copy writer (Kelvin Grove, Qld, 1936-1949) ===''GUNDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thor Odin Gundersen|Gundersen (BDM) or Gunderson (Census), Thor Odin]] [https://www.familysearch.org/tree/person/details/GHL8-F2W] - 1895(NZ)-1986(NZ) - Licences: Nil yet identified - Qualifications: cc; 1COCP 242, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: agent (Bondi, 1930-1931); radio officer (ss Fiona, 1943) ===''GUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Campbell Gunn|Gunn, Kenneth Campbell]] [https://www.familysearch.org/tree/person/details/93DG-X18] - 1911(Qld)-1975(Qld) - Licences: 4LG Laidley (1932-1937); 4LD Laidley (1937-1939, 1946-1975) - Qualifications: cc; AOCP 884, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Callsigns: 4LG likely withdrawn for 4LG Longreach - Electoral Rolls: clerk (Laidley, Qld, 1937-1972) ===''GUNTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Eliot Gunter|Gunter, Norman Eliot]] [https://www.familysearch.org/tree/person/details/L2WR-5VB] - 1912(Vic)-1943(At Sea) - Licences: 3NG Melbourne (Caulfield, 1930-1933; Hawthorn, 1937-1939) - Qualifications: AOCP 593, 1930, No. ?? in Vic; 2COCP 372, 1932; 1COCP 51, 1935 - amateur operator, amateur broadcaster, WW2 (merchant navy, wireless operator) - Electoral Rolls: sales (Caulfield, 1935; Hawthorn, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1428541] ===''GURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Carlisle Gurner|Gurner, Reginald Carlisle]] [https://www.familysearch.org/tree/person/details/GZZ2-8S8] - 1905(SA)-1975(SA) - 5CZ Receive Adelaide (New Parkside, 1923); Receive Adelaide (New Parkside, 1923); 5RG Adelaide (New Parkside, 1923-1928; Linden Park Gardens, 1931-1939) - Qualifications: cc; AOCP 31, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Linden Gardens, SA, 1939-1943) ===''GURR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Frederick Gurr|Gurr, Alan Frederick]] [https://www.familysearch.org/tree/person/details/G8GM-KJV] - 1904(Tas)-1974(Vic) - Licences: 3AG Geelong East (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geelong, 1926-1928; Belmont, 1931-1972) * [[/George Henry Gurr|Gurr, George Henry]] [https://www.familysearch.org/tree/person/details/L46K-DBB] - 1896(SA)-1957(Vic) - Licences: 5GO Adelaide (Parafield, 1933); 3QH Melbourne (Stanmore, 1947-1956) - Qualifications: cc; AOCP 1142, 1933, SA; 3COCP 185, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Parkville, Vic, 1926); ground engineer (Essendon, Vic, 1928); inspector (Caulfield, Vic, 1942; Essendon, Vic, 1949-1954) ===''GUTTERIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frank Gutteridge|Gutteridge, Reginald Frank]] [https://www.familysearch.org/tree/person/details/KNYP-KSN] - 1886(Tas)-1942(WA) - Licences: V759 Receive (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm manager (Marnoo, Vic, 1921); electrical engineer (Rupanyup, 1924-1927) =='''H'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''HADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lionel Trimble Hadley|Hadley, Arthur Lionel Trimble "Doc"]] [https://www.familysearch.org/tree/person/details/G7ZX-G9Y] - 1900(Qld)-1964(Qld) - Licences: 4AH Brisbane (Clifton Hill, 1930-1933; Dutton Park, 1937-1939; Annerley, 1946-1956) - Qualifications: cc; AOCP 636, 1930, No. ?? in Qld - amateur operator, amateur broadcaster, WW1, federal public servant (PMGD) - Electoral Rolls: signwriter (Taringa, 1921); salesman (Toowong, 1922-1925); motor assembler (Yeronga, 1929); radio mechanic (South Brisbane, 1937); technician (Annerley, 1949-1958); retired (Inala, 1958; Seven Hills, 1963) ===''HADLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Lindsay Hadlow|Hadlow, Martin Lindsay]] - radio clubs (NZDXRL, ARDXC, DXA), early wireless and broadcasting historian (Ph.D. Thesis,) ===''HAGARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neville Douglas Hagarty|Hagarty, Neville Douglas]] [https://www.familysearch.org/tree/person/details/G38J-GBJ] - 1907(Qld)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster (on 4WH); radio club participant; business proprietor; pilot; federal public servant (DCA) - Relationships: brother of 4WH William Edward Hagarty - Electoral Rolls: woodworker (Hospital Hill, 1930) * [[/William Edward Hagarty|Hagarty, William Edward "Edward / Eddie"]] [https://www.familysearch.org/tree/person/details/G384-TL3] - 1905(Qld)-1971(Qld) - Licences: 4WH Longreach (1925-1939); 4WH Townsville (1954-1969) - Qualifications: cc; AOCP 172, 1925, No. 16 in Qld; 2COCP 271, 1939; 1COCP 309, 1940 - amateur operator; amateur broadcaster; WW2; engineer; postal employee (PMG); federal public servant (PMG) - Relationships: brother of Neville Douglas Hagarty - Electoral Rolls: postal assistant (Longreach, 1930-1937); aeradio operator (Longreach, 1943); officer commanding aeradio station (Townsville, 1949-1954); communications officer (Townsville, 1958-1963; Mysterton, 1968) ===''HAI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pham Nhu Hai|Hai, Pham Nhu "Hai"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC), Director Broadcasting ITU-R ===''HAIGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bartin Robert Alfred Read Haigh|Haigh, Bartin Robert Alfred Read]] [https://www.familysearch.org/tree/person/details/GS9T-J8B] - 1854(NSW)-1928(NSW) - Licences: N752 Receive Sydney (Ashfield, 1922); 2IA Receive Sydney (Ashfield, 1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Ashfield, 1930); poultry farmer (Seven Hills, 1933) ===''HAINES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Lewis Harrison Haines|Haines, Claude Lewis Harrison]] [https://www.familysearch.org/tree/person/details/GXRC-8F6] - 1906(SA)-1996(SA) - Licences: 5CH Millicent (1933-1937); 3QM Geelong (Belmont, 1938-1939); 5CH Mt Gambier (1947-1980) - Qualifications: cc; AOCP 1118, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Belmont, Vic, 1937); engine driver (Mt Gambier, SA, 1941-1943) ===''HALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl William Millar Hale|Hale, Carl William Millar "William"]] [https://www.familysearch.org/tree/person/details/L5VR-TPL] - 1901(Vic)-1986(Vic) - Licences: 3GH Receive Melbourne (Elsternwick, 1922-1923); 3GH Anglesea (1924-1931+) - Qualifications: cc; AOCP 120, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (Elsternwick, 1924); architect (Hawthorn, 1958-1968; Malvern, 1977-1980) ===''HALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lovett Hall|Hall, Geoffrey Lovett]] [https://www.familysearch.org/tree/person/details/GHDB-ZD3] - 1895(Tas)-1972(Tas) - Licences: Receive Waddamanna (1923-1924); 7GH Waddamanna (1925-1931+); 7GH Hobart (1937-1939, 1947-1948) - Qualifications: cc; AOCP 137, 1925, No. ?? in Tas; BOCP 85, 1937 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Waddamana, 1928); engineer (New Town, 1936-1949) * [[/Graham George Hall|Hall, Graham George]] [https://www.familysearch.org/tree/person/details/G8HN-Z89] - 1910(Vic)-1971(Eng) - Licences: 3WO Melbourne (Glen Iris, 1929-1931; Hawthorn, 1933); 2AGH Sydney (Five Dock, 1937; Strathfield, 1938-1939; Hurstville, 1946-1969) - Qualifications: AOCP 482, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Auburn, 1934-1936); radio engineer (Abbotsford, 1937); engineer (Hurstville, 1949-1954; South Hurstville, 1958-1968) * [[/Reginald Allen Hall|Hall, Reginald Allen]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 539, 1929, No. ?? in ???? - amateur operator?, amateur broadcaster? - Electoral Rolls: Nil yet identified * [[/R. F. Hall|Hall, R. F.]] - 19??(???)-19??(???) - Licences: 3FH Receive Melbourne (Toorak, 1922); 3FH Melbourne (Toorak, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/William Charles Hall|Hall, William Charles]] - 19??(???)-19??(???) - Licences: 2BH Abermain (1930-1933); 2XT Abermain (1934-1936); 2XT Kurri Kurri (1938-1939, 1946-1948); 2XT Newcastle (Cooks Hill, 1950-1965; Toronto, 1969-1980+) - Qualifications: AOCP 643, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Abermain, 1935; Kurri Kurri, 1937-1943); hotel licensee (Newcastle, 1949-1963); retired (Toronto, 1972; Carey Bay, 1977-1980) - Comment: 2BH licence withdrawn for 2BH Broken Hill commercial; Beware several contemporaneous WCH in Newcastle region ===''HALLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philpot Hallam|Hallam, William Philpot]] [https://www.familysearch.org/tree/person/details/97MX-Y3J] - 1859(Tas)-1952(Vic) - Licences: XZH Hobart (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; PMGD Vic + Federal - Electoral Rolls: Nil ===''HALLIDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Fred Halliday|Halliday, Eric Fred]] [https://www.familysearch.org/tree/person/details/GC26-L5B] - 1913(SA)-1989(SA) - Licences: 5FW Adelaide (Hectorville, 1935-1939; South Payneham, 1947-1969; Magill, 1975) - Qualifications: cc; AOCP 1494, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Crystal Brook, 1939) ===''HALYDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Guyler Halyday|Halyday, James Guyler]] - 1904(Vic)-19??(???) - 4HZ Gympie (1939, 1946-1980+) , amateur operator (AOCP 2287, 1939, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ; Gympie ARC), military (WW2), employment (SEAQ linesman) ===''HAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilton Ham|Ham, George Wilton]] [https://www.familysearch.org/tree/person/details/GWX4-P28] - 1905(Qld)-1987(Qld) - Licences: 4CR Receive Brisbane (Northgate, 1923); 4GW Brisbane (Northgate, 1930-1931; Coorparoo, 1937-1939) - Qualifications: cc; AOCP 572, 1930, No. ?? in Qld - amateur receiver; amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (Toombul RC); employment (Chandlers) - Electoral Rolls: clerk (Coorparoo, 1937; St Lucia, 1943-1968); retired (Jamboree Heights, 1972-1980) * [[/Guildford Ham|Ham, Guildford]] [https://www.familysearch.org/tree/person/details/G67H-W9Y] - 1906(Qld)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; BOCP 101, 1937 - radio technician - Electoral Rolls: shop assistant (South Brisbane, 1928-1937); radio technician (South Brisbane, 1943; Bald Hills, 1943; Annerley, 1954); technician (Wavell Heights, 1958-1963) * [[/Thomas Edward Ham|Ham, Thomas Edward]] [https://www.familysearch.org/tree/person/details/G88F-R3P] - 1921(Qld)-19??(???) - Licences: 4WX Brisbane (Chelmer, 1937-1939); 2AGA Sydney (Kogarah, 1946-1947; Carlton, 1948-1950; Sylvannia Heights, 1954-1975); 4AGT Buderim (1980+) - Qualifications: cc; AOCP 2056, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (Sunshine Coast ARC); military (WW2, RAAF) - Electoral Rolls: radio mechanic (Sylvannia, 1954-1968); mechanic (Sylvannia, NSW, 1972-1977); retired (Buderim, 1980) ===''HAMILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Ormsby Hamilton|Hamilton, John William Ormsby]] [https://www.familysearch.org/tree/person/details/MG65-XRC] - 1869(Tas)-1944(Eng) - Australian representative of Pacific Radio Telegraph Co and Marconi Telegraph Co, promoted a scheme to link Aus/NZ/Pacific Islands (rejected by Aus Gov 1909), migrated to England to work for Marconi, donated Ormsby Hamilton Radio Prize in memory of his father Thomas Ormsby Hamilton ===''HAMMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Harold Hammond|Hammond, John Harold]] [https://www.familysearch.org/tree/person/details/G6HP-67H] - 1875(NSW)-1932(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: barrister-at-law (Ashfield, 1913); barrister (Killara, 1930-1932) * [[/Herbert Bowes Hammond|Hammond, Herbert Bowes]] [https://www.familysearch.org/tree/person/details/LZ4J-2PK] - 1907(NSW)-1967(NSW) - 2NI Sydney (Chatswood, 1925; Epping, 1926-1927; Chatswood, 1928; Naremburn, 1929-1930), amateur operator (AOCP 64, 1925 01, No. ?? in NSW; CPRT 895, 1925 12; 2COCP 318, 1931), amateur broadcaster ===''HANCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. A. Hancock|Hancock, C. A. or G. A.]] - 19??(???)-19??(???) - Licences: V748 Receive Melbourne (Berwick, 1922); 3GU Receive Melbourne (Berwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/D'Arcy Maxwell Hancock|Hancock, D'Arcy Maxwell]] [https://www.familysearch.org/tree/person/details/GCG4-L3Y] - 1910(SA)-2017(SA)107yo - Licences: 5RJ Kadina (1927-1939, 1946-1960); 5RJ Adelaide (Mitchell Park, 1965-1980+) - Qualifications: cc; AOCP 356, 1927, No. ?? in SA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Kadina, 1947) ===''HANNAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hannam|Hannam, Harold William]] [https://www.familysearch.org/tree/person/details/G83F-J78] - 1913(NSW)-1964(Vic) - Licences: 2IR Sydney (Hurstville South, 1935-1937); 2IR Orange (1938-1939); Sydney (South Hurstville, 1946-1948) - Qualifications: cc; AOCP 1472, 1935, Qld; BOCP 9, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hurstville, 1934-1937); radio engineer (Orange, 1943; Hurstville, 1949); engineer (Cheltenham, 1949-1954; Moorabbin, 1963) * [[/Walter Henry Hannam|Hannam, Walter Henry "Wally" "Wal", "Doc", "Fatty"]] [https://www.familysearch.org/tree/person/details/273W-H9T] - 1885(NSW)-1965(NSW) - XQI Stamford, Qld (1911-1914); 2YH Sydney (Balmain, 1924; Mosman, 1924-1933; Willoughby, 1934-1939); 2AXH Terrigal (1954-1961) - Qualifications: cc; AOCP 27, 1924, No. 10 in NSW - early wireless experimenter; amateur operator; radio clubs (WIA NSW, first secretary 1910); wireless operator Australasian Antarctic Expedition (1912-1914) - Relationships: don't confuse with father William Henry Hannam of Hannams Ltd, engineers & sheet metal workers - Electoral Rolls: - Links: [[w:Walter Henry Hannam|Wikipedia]]; [https://www.coolantarctica.com/Antarctica%20fact%20file/History/biography/hannam_walter.php Bio1]; [https://www.antarctica.gov.au/about-antarctica/history/people/walter-hannam/ Bio2] ===''HANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hansen|Hansen, Harold William]] [https://www.familysearch.org/tree/person/details/93DG-45T] - 1914(Qld)-2005(Qld) - Licences: 4FH Brisbane (Forest Hill, 1935-1939); 4SV Brisbane (Bulimba, 1948-1965; Carina, 1969-1980+) - Qualifications: cc; AOCP 1508, 1935, Qld; BOCP 1039, 1949 - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, 1937, radio technician); state public servant (BCC, communications officer) - Relationships: father of Graham Hansen 4FV - Electoral Rolls: labourer (Forest Hill, Qld, 1936-1937); WT Operator (Wendouree, Vic, 1942); RAAF (Maryborough, Qld, 1943); radio technician (Carina, Qld, 1968-1980) ===''HARDGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Hardgrave|Hardgrave, Philip "Pop"]] [https://www.familysearch.org/tree/person/details/GMPF-XL5] - 1857(Qld)-1940(Qld) - Licences: 4PH Brisbane (South Brisbane, 1933-1939) - Qualifications: cc; AOCP 1150, 1933, No. ?? in Qld - amateur operator; amateur broadcaster - Comment: oldest person in British Empire to obtain a full licence - Electoral Rolls: fruitgrower (Wellington Point, 1916-1928) ===''HARDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Netherton Kilgour Hardie|Hardie, Bruce Netherton Kilgour]] [https://www.familysearch.org/tree/person/details/GZ95-FMJ] - 1896(Vic)-1965(Vic) - 3YX Melbourne (Garden Vale, 1925-1933; City, 1937-1939), amateur operator (AOCP 49, 1925, No. ?? in Vic), amateur broadcaster, WIA Vic, accountant ===''HARDISTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Hardisty|Hardisty, David Charles]] [https://www.familysearch.org/tree/person/details/GZTM-C4W] - 1907(WA)-1980(WA) - Licences: 6DH Perth (Victoria Park, 1926-1939; West Perth, 1946-1948; Applecross, 1954-1980) - Qualifications: cc; AOCP 273, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Victoria Park, 1931-1943); radio mechanic (Applecross, 1954-1980) ===''HARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. R. Hardy|Hardy, W. R.]] - 19??(???)-19??(???) - 2RD Sydney (Glebe, 1925-1927), amateur operator (AOCP 187, 1925, No. ?? in NSW), amateur broadcaster ===''HARKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dennis James Harkin|Harkin, Denis or Dennis James]] [https://www.familysearch.org/tree/person/details/G45Q-9PH] - 1903(SA)-1993(Vic) - Licences: 3YN Receive Melbourne (Prahran, 1923); 3KF Melbourne (Kensington, 1924-1925); 3YN Melbourne (Preston, 1924-1926); 4YN Bowen (1927); 3YN Melbourne (East Brunswick, 1931); 3YY Newport (1938); 6YN Pearce (1938); 3ADJ Melbourne (Prahran, 1946-1948; Middle Park, 1954-1956; Thornbury, 1960-1975); 4ADJ Maryborough (1980) - Qualifications: CPRT 782, 1923; 1COCP 280, 1932 - amateur operator; amateur broadcaster; radio club participant (WIAQ); career military (RAAF); federal public servant (PMGD); WW2 - Electoral Rolls: mechanic (Preston, Vic, 1926; Brunswick, Vic, 1931; Newport, 1937); RAAF (Clifton Hill, 1942); technician (Prahran, 1949; Albert Park, 1954); radio technician (Thornbury, 1963-1972); nil (Maryborough, 1977-1980) ===''HARLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Harlen|Harlen, John Edward]] [https://www.familysearch.org/tree/person/details/K8MP-TWB] - 1884(Qld)-1953(Qld) - Licences: Receive Brisbane (Sunnybank, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Coopers Plains, Qld, 1908); fruit grower (Sunnybank, Qld, 1912-1949) ===''HARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Nicoll Harley|Harley, Gordon Nicoll]] [https://www.familysearch.org/tree/person/details/G89D-41H] - 1901(NSW)-1986(Qld) - Licences: "4AR Unlicensed" Ipswich (1926-1928); 4GH Ipswich (1928-1933); 4GH Didcott (1937-1939); 4GH Maryborough (1946-1980+) - Qualifications: cc; AOCP 385, 1928, No. 43 in Qld - amateur operator; amateur broadcaster; business proprietor (radio manufacture); employment (school teacher); WW2 - Electoral Rolls: clerk (Brassall, 1925); school teacher (Didcot, 1936-1943); teacher (Maryborough, 1949); school teacher (Maryborough, 1954-1980) ===''HARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Harmer|Harmer, George]] [https://www.familysearch.org/tree/person/details/LRTY-KHZ] - 1900(Eng)-1980(Qld) - Licences: 4XW Brisbane (Coorparoo, 1934-1939, 1946-1948; Camp Hill, 1954-1956; Coorparoo, 1960-1980) - Qualifications: cc; AOCP 1301, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIAQ); telephone technician (PMGD); federal public servant (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, Qld, 1937-1954); technician (Coorparoo, Qld, 1958-1980) ===''HARRANTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wolf Harranth|Harranth, Wolf]] - 1941(Austria)-2021(Austria) - Licences: OE1WHC Austria - curator of Dokufunk, host of the world's largest collection of amateur radio and broadcast QSLs; amateur radio operator; broadcast announcer; historian (amateur radio, broadcasting); children's book author; translator - provided the core of the WIA QSL collection ===''HARRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Harris|Harris, Alfred Charles]] [https://www.familysearch.org/tree/person/details/GZY1-F4K] - 1900(Vic)-1963(Vic) - Licences: 3CH Birchip (1926-1939; 1946-1960+) - Qualifications: AOCP 303, 1926, No. ?? in Vic -amateur operator, amateur broadcaster, class B licence? - Electoral Rolls: engineer (Ouyen, 1924); electrical engineer (Birchip, 1925-1954; Power Station, Ouyen, 1963) * [[/Ross Clifford Harris|Harris, Ross Clifford]] [https://www.familysearch.org/tree/person/details/L5Y2-DZF] - 1917(SA)-1954(SA) - Licences: 5FL Adelaide (Glenelg, 1936-1939; Malvern, 1947-1948; Hawthorn, 1954) - Qualifications: cc; AOCP 1651, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Valentine Harms Harris|Harris, Valentine Harms]] [https://www.familysearch.org/tree/person/details/L1PM-FDM] - 1909(WA)-1995(WA) - Licences: 6NL Perth (Shenton Park, 1935-1939; Applecross, 1947-1969); 6NL Denmark (1975-1980+) - Qualifications: cc; AOCP 1579, 1935, WA - amateur operator; amateur broadcaster - Relationships: Husband of 6YL Ruth Victoria Harris nee Longley - Electoral Rolls: garage employee (Subiaco, WA, 1931); radio mechanic (Subiaco, WA, 1936-1937); mechanic (Applecross, WA, 1949-1972) ===''HARRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Lionel Carr Harrison|Harrison, Percival Lionel Carr]] [https://www.familysearch.org/tree/person/details/GFM3-VDC] - 1912(WA)-2001(WA) - Licences: 6LH Perth (Claremont, 1937-1939; Armadale, 1947-1980+) - Qualifications: cc; AOCP 1909, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Claremont, WA, 1936-1937); civil servant (Armadale, WA, 1943-1980) ===''HARRISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Harriss|Harriss, Alfred George]] [https://www.familysearch.org/tree/person/details/K8HN-THZ] - 1873(Eng)-1932(Qld) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), radio clubs (Longreach Radio Club), business proprietor (Jackson & Harriss) - Electoral Rolls: engineer (Longreach, 1930) - Relationships: father of Dorothy Winnifred Macfarlane formerly Fanning nee Harriss * [[/Dorothy Winnifred Harriss|Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred]] [https://www.familysearch.org/tree/person/details/KGYC-3CP] - 1905(Qld)-1986(Qld) - Licences: 4DH Longreach (1930-1933) - Qualifications: cc; AOCP 573, 1930, No. ?? in Qld; BOCP - amateur operator; amateur broadcaster; radio clubs (WIAQ); first YL operator in Qld - Electoral Rolls: typist (Longreach, 1930); home duties (Longreach, 1936-1943; Warwick, 1949; Toowoomba, 1954-1977; Macgregor, 1980) - Relationships: daughter of Alfred George Harriss ===''HARRISSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harrisson|Harrisson, Charles "Snowy"]] [https://www.familysearch.org/tree/person/details/LK9P-VK3] - 1908(Tas)-1995(Tas) - Licences: 7CH Hobart (Bellerive, 1933); 3CN Shepparton (1937-1939); 7CH Hobart (Moonah, 1954-1960); 7CH Burnie (1965); 7CH Hobart (Bellerive, 1969-1980+) - Qualifications: cc; AOCP 348, 1927, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: son of Charles Turnbull Harrisson, biologist in the Australasian Antarctic Expedition - Electoral Rolls: bank clerk (Shepparton, 1936-1949); bank manager (Moonah, 1954) ===''HARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leslie William Harston|Harston, Leslie William or William Leslie "Bill"]] [https://www.familysearch.org/tree/person/details/GDQD-XVY] - 1897(Qld)-1983(Qld) - Licences: 4RY Brisbane (Clayfield, 1932-1939, 1946-1948; Holland Park, 1954-1969) - Qualifications: cc; AOCP 903, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; business proprietor (art shop) - Electoral Rolls: warehouseman (Clayfield, Qld, 1921-1943); no occupation (Holland Park, Qld, 1954-1980) ===''HART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Samuel Hart|Hart, Augustus Samuel]] [https://www.familysearch.org/tree/person/details/9CMQ-4CP] - 1890(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 57, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: saddler (Watchem, Vic, 1912; Glen Thompson, 1913); wireless engineer (Moonee Ponds, 1936-1937); wireless operator (Esperance, 1943); telegraphist (Darwin, 1949); wireless officer (Moonee Ponds, 1963-1968; Essendon, 1972) * [[/James Claude Hoyte John Hart|Hart, James Claude Hoyte John "Hoyte John", "Roy"]] [https://www.familysearch.org/tree/person/details/GQWC-W4C] - 1904(Eng)-1992(NSW) - Licences: 2HO Sydney (Manly, 1928-1931; Roseville, 1933-1939, 1946-1956; St Ives East, 1957-1975; Manly, 1980+) - Qualifications: AOCP 410, 1928, No. ?? in NSW; 3COCP 4622, 1963 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Roseville, 1933-1954; St Ives, 1958-1963); retired (St Ives, 1968-1977; Manly, 1980) * [[/Norman Victor Hart|Hart, Norman Victor]] [https://www.familysearch.org/tree/person/details/LNK3-TXW] - 1908(Qld)-1998(Qld) - Licences: 4KO Booval (1931-1939, 1946-1980+) - Qualifications: cc; AOCP 760, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIA, Ipswich RC); engineer - Electoral Rolls: shop assistant (Booval, 1932-1937); grocer (Booval, 1943-1949); radio technician (Booval, 1954-1972; East Ipswich, 1977-1980) ===''HARVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. C. L. Harvey|Harvey, B. C. L.]] - 19??(???)-19??(???) - Licences: XJAC Melbourne (Port Melbourne, 1913) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edward Rossiter Harvey|Harvey, Edward Rossiter]] [https://www.familysearch.org/tree/person/details/GXBP-BK8] - 1918(WA)-2009(Qld) - Licences: 6RG Perth (Scarborough, 1937-1939, 1947-1948); 4RK Surfers Paradise (1969-1980+) - Qualifications: cc; AOCP 2041, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Leederville, WA, 1943; Scarborough, WA, 1943); newsagent (Scarborough, WA, 1949-1958); shopkeeper (Surfers Paradise, Qld, 1963); proprietor (Surfers Paradise, Qld, 1972-1977); retired (Mermaid Waters, Qld, 1980) * [[/Manning Herbert Harvey|Harvey, Manning Herbert]] [https://www.familysearch.org/tree/person/details/KZGG-LFZ] - 1887(Tas)-1932(Tas) - Licences: XZC Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: electrician (Hobart East, 1914-1928) ===''HASKARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Geoffrey Haskard|Haskard, Reginald Geoffrey "Geoff"]] [https://www.familysearch.org/tree/person/details/GZB5-S35] - 1906(SA)-1988(SA) - Licences: Receive Adelaide (Jamestown, 1923-1924); 5RH Adelaide (Jamestown, 1927-1931; North Adelaide, 1933; Malvern, 1937-1939; Helmsdale, 1947; Plympton, 1948-1975; West Beach, 1980+) - Qualifications: cc; AOCP 316, 1927, No. ?? in SA; BOCP 1558, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: retreader (Malvern, 1939-1941); wireless operator (Malvern, 1943) ===''HATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Westrop Henry Hatfield|Hatfield, Westrop Henry "West"]] [https://www.familysearch.org/tree/person/details/GZB5-VF5] - 1909(Vic)-1998(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''HATTAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Hattam|Hattam, Fred]] [https://www.familysearch.org/tree/person/details/G8ZV-QDL] - 1906(Vic)-1976(Vic) - Licences: 3HW Castlemaine (1929-1939); 3BAL Castlemaine (1975) - Qualifications: AOCP 541, 1929, No. ?? in Vic; BOCP 410, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Castlemaine, 1928-1937); radio mechanic (Castlemaine, 1954-1967); engineer (Castlemaine, 1968-1972) ===''HAWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haworth|Haworth, William]] [https://www.familysearch.org/tree/person/details/G823-JT3] - 1896(Qld)-1987(Qld) - Licences Q737 Receive Qld (1922-1923) - Qualifications: cc; Nil identified as yet - amateur receiver - Electoral Rolls: telephone mechanic (Ironside Estate, 1917); mechanic (Taringa, 1921-1928); lineman (North Tmborine, 1931); electrical mechanic (Eagle Heights, 1936; Toowong, 1937); telephone mechanic (Bundaberg, 1943-1949); technician (Toowong, 1954-1972); retired (Caloundra, 1977-1980) ===''HAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edgar Cecil Hawson|Hawson, Thomas Edgar Cecil]] [https://www.familysearch.org/tree/person/details/GXZ2-ZV9] - 1916(Qld)-1992(Qld) - Licences: 4CH Ipswich (Woodend, 1937-1939; East Ipswich, 1947-1948); 4CH Brisbane (Yeronga, 1969; Salisbury, 1975-1980) - Qualifications: cc; AOCP 2016, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: agent (Ipswich, Qld, 1937); radio mechanic (East Ipswich, Qld, 1949); storekeeper (Windsor, Qld, 1954; Yeronga, Qld, 1958; Salisbury, Qld, 1963-1980) ===''HAYMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Inglis Hayman|Hayman, William George Inglis]] [https://www.familysearch.org/tree/person/details/G8NL-CX1] - 1897(Eng)-1968(WA) - Licences: 6BG Perth (Claremont, 1925); 6GH Perth (Claremont, 1946-1965) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; scientist; educator - Electoral Rolls: lecturer (Claremont, 1922-1929); engineer (Claremont, 1931-1954); civil servant (Claremont, 1958-1968) - [https://adb.anu.edu.au/biography/hayman-william-george-12971 ADB] ===''HAYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Lot Henry Haynes|Haynes, Bruce Lot Henry]] [https://www.familysearch.org/tree/person/details/KC44-8M4] - 1898(NSW)-1961(NSW) - Licences: 2YA Armidale (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Armidale, 1930-1936); poultry farmer (West Pennant Hills, 1943-1958) * [[/Thomas Ambrose John Haynes|Haynes, Thomas Ambrose John]] [https://www.familysearch.org/tree/person/details/GSC5-WXM] - 1902(SA)-1968(SA) - Licences: 5AY Adelaide (Black Forest Estate, 1931-1939) - Qualifications: cc; AOCP 835, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Black Forest, 1939-1943) ===''HAZLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Stanley Arnold Hazlett|Hazlett, Royce Stanley Arnold]] [https://www.familysearch.org/tree/person/details/GXX4-F38] - 1932(Qld)-2015(Qld) - Licences: 4ZRH Brisbane (Wellers Hill, 1965-1975) - Qualifications: AOLCP 1159, 1961, Qld - amateur operator - Relationships: Son of 4EO Stanley Albert Hazlett - Electoral Rolls: electrician (Coorparoo, Qld, 1954-1963); electrical contractor (Wellers Hill, Qld, 1968-1972); contractor (Tarragindi, Qld, 1977-1980) * [[/Stanley Albert Hazlett|Hazlett, Stanley Albert]] [https://www.familysearch.org/tree/person/details/KC33-RH7] - 1900(Qld)-1971(Qld) - Licences: 4EO Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 4ZRH Royce Stanley Arnold Hazlett - Electoral Rolls: clerk (Coorparoo, Qld, 1925-1928); buyer (Coorparoo, Qld, 1937-1968) ===''HEARPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Hearps, David Edward]] - See David Edward Vaughan (assumed change of name) ===''HEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Harry Heath|Heath, Allan Harry]] [https://www.familysearch.org/tree/person/details/L5Y4-4DT] - 1914(SA)-1986(SA) - Licences: 5ZX Adelaide (Prospect Park, 1934-1939; Highgate, 1947-1956; Brighton, 1960-1980) - Qualifications: cc; AOCP 1369, 1934, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''HEATHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Heathers|Heathers, Cyril John]] [https://www.familysearch.org/tree/person/details/G8XN-NG9] - 1909(Eng)-2003(NSW) - Licences: 2GZ Sydney (Bankstown, 1930-1934); 2UA Sydney (Bankstown, 1935-1939; Artarmon, 1946-1975) - Qualifications: AOCP 615, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Bankstown, 1930-1943); telephone engineer (Artarmon, 1949-1968); engineer (Artarmon, 1977-1980) - Comment: 2GZ callsign likely withdrawn by PMGD for 2GZ Orange commercial ===''HEILBRONN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Heilbronn|Heilbronn, George]] [https://www.familysearch.org/tree/person/details/LJHL-PW3] - 1894(Qld)-1972(Qld) - Licences: 4GG Chinchilla (1929-1939); 4GG Yarraman (1946-1955); 4GG Crows Nest (1956); 4GG Millmerran (1960); 4GG Brisbane (Wynnum, 1965-1969) - Qualifications: cc; AOCP 565, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (Qld Listeners' League) - Electoral Rolls: locomotive fireman (Chinchilla, 1925-1937); locomotive driver (Yarraman, 1954); engine driver (Millmerran, 1943-1958); retired (Wynnum, 1963-1968) ===''HEINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Heine|Heine, John Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/G9VS-V1F] - 1908(Tas)-1988(Vic) - Licences: 7JK Hobart (City, 1927; Bellerive, 1931); 4JX Brisbane (City, 1933; Ascot, 1935; Kangaroo Point, 1937; Mowbray Park, 1938-1939); 3JF Melbourne (Beaumaris) (1960-1980+) - Qualifications: cc; AOCP 355, 1927, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kangaroo Point, 1934; Norman Park, 1937); engineer (Brighton, 1949); representative (Beaumaris, 1954-1980) ===''HEINRICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Latimer Heinrich|Heinrich, William Latimer]] [https://www.familysearch.org/tree/person/details/GXG5-S7Y] - 1917(SA)-1993(SA) - Licences: 5HR Bute (1934-1939); 5HR Adelaide (Kensington Gardens, 1947-1980+) - Qualifications: cc; AOCP 1376, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: farmhand (Bute, SA, 1939-1943) ===''HEITSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry John Keith Heitsch|Heitsch, Henry John Keith or Heinrich Johann]] [https://www.familysearch.org/tree/person/details/G8CV-QYP] - 1907(Vic)-1996(Qld) - Licences: 3HK Melbourne (Mitcham, 1929-1939, 1947-1975); 4AHK Scarness (1980+) - Qualifications: AOCP 516, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: piano fitter (Mitcham, 1931-1954); technician (Mitcham, 1963-1977); retired (Scarness, Qld, 1980) ===''HELLAWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Herbert Hellawell|Hellawell, Francis Herbert "Frank"]] [https://www.familysearch.org/tree/person/details/LK5G-478] - 1885(Qld)-1958(Qld) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - early wireless experimenter; amateur radio clubs (member, WIQ); federal public servant (PMGD) - Electoral Rolls: engineer (Toowong, 1913-1914; Coorparoo, 1919; East Annerley, 1925; Annerley, 1929-1934); clerk (Brisbane City, 1937); no occupation (Beachmere, 1943-1949; Annerley, 1954-1958) ===''HELLYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leicester Henry Hellyer|Hellyer, Leicester Henry]] [https://www.familysearch.org/tree/person/details/KFNW-BTC] - 1908(NSW)-1972(NSW) - Licences: 2LS Sydney (Rockdale, 1930-1933) - Qualifications: AOCP 600, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Rockdale, 1930-1933; Manly, 1934-1935; Artarmon, 1936-1937; Willoughby, 1943; Artarmon, 1949-1963; Newport, 1968-1977) ===''HENDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Henderson|Henderson, Frederick James]] [https://www.familysearch.org/tree/person/details/GXQG-XRX] - 1891(Eng)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 208, 1916 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified * [[/S. A. Henderson|Henderson, S. A.]] - 19??(???)-19??(???) - Licences: 5JN Adelaide (Walkerville, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HENNESSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] - 1896(Qld)-19?? - 4LO Brisbane (City, 1931-1939), amateur operator (AOCP 826, 1931, No. ? in Qld), fourth YL operator in Qld ===''HENRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Geddes Henry|Henry, Arthur Geddes]] [https://www.familysearch.org/tree/person/details/L4QW-K9Z] - 1907(NSW)-1969(NSW) - Licences: 2ZK Sydney (Sandringham, 1929-1939) - Qualifications: AOCP 494, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Sandringham, NSW, 1930-1937); engineer (San Souci, 1949-1963; Northbridge, 1968) * [[/Clement John Henry|Henry, Clement John]] [https://www.familysearch.org/tree/person/details/GZ6T-RPC] - 1905(NSW)-1996(NSW) - Licences: Receive (Valve) Uralla (1923); 2CH Uralla (1924-1929); 2UR Uralla (1930-1939); 2UR Blakehurst (1946); 2UR Sydney (Neutral Bay, 1948-1957; Pymble, 1958-1980+) - Qualifications: cc; AOCP 85, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 (RAAF) - Withdrawal: 2CH callsign withdrawn in 1930 for 2CH Sydney - Electoral Rolls: electrician (Uralla, 1930-1937); electrical fitter (RAAF Richmond, 1943); technician (Neutral Bay, 1949-1954; Pymble, 1958-1980) * [[/John Edwin Henry|Henry, John Edwin]] [https://www.familysearch.org/tree/person/details/KL6B-GD6] - 1868(Vic)-1933(Qld) - Licences: 4CZ Receive Mt Alford via Boonah (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: baker (Gundy, NSW, 1913); farmer (Boonah, Qld, 1917-1921); storekeeper (Mt Alford, Qld, 1922-1926); baker (Dayboro, Qld, 1928; Wondai, Qld, 1931) * [[/Raymond Cherrington Henry|Henry, Raymond Cherrington "Tom"]] [https://www.familysearch.org/tree/person/details/GX5X-C1Y] - 1894(SA)-1975(SA) - Licences: 5CY Cook (1935-1939); 5RY Adelaide (Goodwood, 1960) - Qualifications: cc; AOCP 1421, 1935, SA - amateur operator; amateur broadcaster; WW2 - Comment: Son, also named RCH, passed in WW2 - Electoral Rolls: fitter (Goodwood Park, SA, 1939-1943) ===''HENWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ralph Franklin Henwood|Henwood, Ralph Franklin]] [https://www.familysearch.org/tree/person/details/G89X-CF6] - 1912(WA)-1979(WA) - Licences: 6RL Perth (North Perth, 1930-1933; Claremont, 1937); 6RL Northam (1946-1948); 2AXA Sydney (Rose Bay, 1960-1961); 6RL Perth (Claremont, 1969-1975) - Qualifications: cc; AOCP 720, 1930, No. ?? in WA; BOCP 2, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio serviceman (Claremont, 1936); radio operator (6AM) (Northam, 1937); radio technician (Northam, 1943-1949; Claremont, 1954); technician (Bellevue Hill, 1958; Claremont, 1963-1972; Nedlands, 1977) ===''HEPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Dean Hepton|Hepton, William Dean "Bill"]] [https://www.familysearch.org/tree/person/details/LRBB-VN5] - 1898(Qld)-1966(Qld) - Licences: 4WD Brisbane (Milton, 1932-1939) - Qualifications: cc; AOCP 918, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, instructor 1932-1935) - Electoral Rolls: mechanic (Paddington, Qld, 1921; Milton, Qld, 1925-1963) ===''HERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Kinross Herd|Herd, James Kinross]] [https://www.familysearch.org/tree/person/details/GZZ2-YSQ] - 1901(Vic)-1963(Vic) - 3JK Baccus Marsh (1924-1927), 3JK Wangaratta (1933-1939, 1946-1956), 3JK Mornington (1960), amateur operator (AOCP 36, 1924, No. ?? in Vic), amateur broadcaster ===''HERSCHEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Victor Herschel|Herschel, Henry Victor]] [https://www.familysearch.org/tree/person/details/K4N6-76H] - 1902(Qld)-1937(Qld) - Licences: 4UK Cairns (1929-1931); 4UK Toowoomba (1933); 4UK Brisbane (Indooroopilly, 1937) - Qualifications: cc; AOCP 564, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Newtown, 1925; Cairns, 1930; Indooroopilly, 1936-1937)- Comment: Passed too soon ===''HESKETH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Hesketh|Hesketh, John]] - 1868(Eng)-1917(Vic) - early wireless experimenter, senior state public servant (Qld electrical engineer), senior federal public servant (PMGD, chief electrical engineer), military (Royal Engineers, Eng; Qld Defence Force, lieutenant) ===''HEWITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Hewitt|Hewitt, Archibald John "Arch"]] [https://www.familysearch.org/tree/person/details/G8DZ-TNY] - 1910(SA)-1988(SA) - Licences: 5XK Adelaide (Torrensville, 1930-1939); 5XK Kingscote (1946-1948); 5XK Adelaide (Torrensville, 1954; College Park, 1955-1956; Lucindale, 1960; Semaphore, 1965-1969; Ottaway, 1975-1980) - Qualifications: cc; AOCP 582, 1930, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal clerk (Kingscote, 1939-1941) * [[/Clarence Richard Hewitt|Hewitt, Clarence Richard]] [https://www.familysearch.org/tree/person/details/G6D1-718] - 1900(Qld)-1969(Qld) - Licences: 4CR Brisbane (Rosalie, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Petrie Tce, Qld, 1919); student (Petrie Tce, Qld, 1921-1926); moulder (Rosalie, Qld, 1928); carpenter (Rosalie, Qld, 1936-1943; Indooroopilly, Qld, 1949); hotel manager (Indooroopilly, Qld, 1954) * [[/Horace Thomas Hewitt|Hewitt, Horace Thomas]] [https://www.familysearch.org/tree/person/details/MN6S-JBL] - 1904(Qld)-1988(Qld) - Licences: 4PD Brisbane (Moorooka, 1939, 1947-1980) - Qualifications: cc; AOCP 2377, 1939, Qld - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Hodgson, Qld, 1925; Bowen, Qld, 1930); mechanic (Roma, Qld, 1936-1937); turner (Moorooka, Qld, 1943-1980) * [[/Thomas George Hewitt|Hewitt, Thomas George]] [https://www.familysearch.org/tree/person/details/GXZ2-PLM] - 1900(NSW)-1962(NSW) - Licences: 4TH Cairns (1937-1939); 2LH Lismore (1946-1961); 2ATG Lennox Head (1955-1961) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: medical practitioner (Cairns, Qld, 1930-1943; Lismore, NSW, 1949-1958) ===''HIAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Charles Hiam|Hiam, Robert Charles "Charles"]] [https://www.familysearch.org/tree/person/details/9VCT-14T] - 1888(Vic)-1982(Vic) - Licences: XLD Melbourne (Balaclava, 1913-1914); 3LW Melbourne (St Kilda, 1923-1931; Caulfield North, 1933-1939) - Qualifications: cc; CPRT 174, 1915 - amateur operator; amateur broadcaster - Electoral Rolls: tailor (St Kilda, 1913-1928; Caulfield, 1931-1968); retired (Beaumaris, 1972-1980) ===''HICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Joseph Hicks|Hicks, Henry Joseph "Harry"]] [https://www.familysearch.org/tree/person/details/G8QG-RRR] - 1913(Qld)-1983(Qld) - Licences: 1HH Macquarie Island (1955-1956); 4HG Willis Island (1963); 9HG Lae, New Guinea (1965-1969); 4HG Tolga (1975-1980) - Qualifications: AOCP 2468, 1941, Qld; 1COCP 784, 1944 - amateur operator - Electoral Rolls: letterpress machinist (Cairns, 1936-1937); printer (Newtown, 1943); radio officer (Broome, 1963); wireless operator (Thursday Island, 1972); retired (Tolga, 1977-1980) - Awards: BEM (1958, Officer in Charge, Radio Weather Reporting Station, Willis Islets) ===''HIGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Gordon Conway Higgins|Higgins, John Gordon Conway "Jack"]] [https://www.familysearch.org/tree/person/details/GD45-FKK] - 1884(NSW)-1963(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 29, 1914 - wireless telegraphist, WW1, WW2 - Electoral Rolls: clerk (South Perth, 1910-1912); radio engineer (Prahran, 1925-1927); manufacturer (St Kilda, Vic, 1934-1937); soldier (Caulfield, 1942); military duties (South Yarra, 1949); retired (Dromana, 1954; Sorrento, 1963) ===''HILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Edward Hilder|Hilder, Henry Edward]] - 1919(???)-1984(Qld) - 4HH Brisbane (East Brisbane, 1946-1948; Nudgee, 1954-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ), military (WW2, AIF Signals), employment (Brisbane Fire Brigade, communications), (Halcyon says AOCP Brisbane 1936 but no record) ===''HILDYARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol David Hildyard|Hildyard, Athol David]] [https://www.familysearch.org/tree/person/details/LYNY-TBD] - 1919(Tas)-1998(Tas) - Licences: 7DH Hobart (City, 1936-1939, 1948; Montagu Bay, 1954-1980+) - Qualifications: cc; AOCP 1735, 1936, No. ?? in Tas; 1AOCP 50, 1947 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcast technician (Hobart South, 1943-1949); radio engineer (Montagu Bay, 1954) ===''HILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Wyatt Hill|Hill, Alfred Wyatt]] [https://www.familysearch.org/tree/person/details/GD2Y-5VM] - 19??(???)-19??(???) - Licences: 2TS Sydney (Killara, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Arthur Stanley Hill|Hill, Arthur Stanley]] [https://www.familysearch.org/tree/person/details/GX16-FRC] - 1906(Eng)-19??(???) - Licences: 6AH Wiluna (1937-1939, 1947-1965); 6AH Busselton (1969-1980+) - Qualifications: cc; AOCP 1985, 1937, WA - amateur operator; amateur broadcaster; WW2 - Relationships: Husband of 6MH Mary Lilian Hill nee - Electoral Rolls: electrician (Wiluna, WA, 1931); engineer (Wiluna, WA, 1936-1949); business manager (Wiluna, WA, 1954-1963); retired (West Busselton, WA, 1968-1980) * [[/Frederick John Hill|Hill, Frederick John]] [https://www.familysearch.org/tree/person/details/G8CS-1J5] - 19??(???)-19??(???) - Licences: 2TY Kurri Kurri (1929-1934) - Qualifications: cc; AOCP 500, 1929, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: colliery employee (Pelaw Main, 1930; Stanford Merthyr, 1934; Kurri Kurri, 1936-1937); winding driver (Kurri Kurri, 1968) * [[/Mary Lilian XXXX|Hill nee , Mary Lilian]] [https://www.familysearch.org/tree/person/details/GX16-JZY] - 1906(???)-19??(???) - Licences: 6MH Wiluna (1937-1939, 1947-1965); 6MH Busselton (1969-1980+) - Qualifications: cc; AOCP 1976, 1937, WA - amateur operator; amateur broadcaster; YL operator - Relationships: Wife of 6AH Arthur Stanley Hill - Electoral Rolls: ===''HILLHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Reid Hillhouse|Hillhouse, James or James Reid]] [https://www.familysearch.org/tree/person/details/GXH2-YZJ] - 1907(Sct)-1992(Qld) - Licences: 4ZO Collinsville (1933-1939, 1947-1975); 4ZO Bowen (1980+) - Qualifications: cc; AOCP 1115, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: coal miner (Collinsville, Qld, 1928-1963); retired (Gladstone, Qld, 1977) ===''HILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Hilton|Hilton, William Edward]] [https://www.familysearch.org/tree/person/details/GDPR-P1K] - 1876(???)-1957(NSW) - Licences: XEQ Sydney (St Leonards, 1913-1914); 2BA Receive Sydney (Crows Nest, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: postal assistant (Newtown, 1903); postmaster (Stockton, 1930-1932; Kurri Kurri, 1934-1936); retired (Long Jetty, 1943-1949) ===''HINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Hine|Hine, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GCBY-3SZ] - 1907(NSW)-1994(NSW) - Licences: 2QL Sydney (Campsie, 1935-1937; Richmond, 1938-1939; Homebush, 1946-1980+) - Qualifications: AOCP 1434, 1935, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Campsie, 1930-1931; Temora, 1932-1935); wireless operator (RAAF Richmond, 1936-1937; Concord, 1943); radio officer (Homebush, 1954-1958; Strathfield West, 1968; Homebush, 1977-1980) ===''HIPWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Anson Le Hunt Hipwell|Hipwell, Ronald Anson Le Hunt]] [https://www.familysearch.org/tree/person/details/G8HJ-SMM] - 1902(Vic)-1975(Vic) - Licences: 3KU Swan Hill (1929-1933); 2ACD Broken Hill (1937-1939); 3ACD Melbourne (Dromana, 1955-1956); 5AJ Port Augusta (1960-1965); 3AEI Melbourne (Dromana, 1969-1975) - Qualifications: AOCP 486, 1929, No. ?? in Vic; AOLCP 140, 1934 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: engineer (St Kilda East, 1925); electrical engineer (Swan Hill, 1931); radio engineer (Broken Hill, 1935-1943); radio electrical fitter (Dromana, 1949-1954); retired (Dromana, 1972) ===''HIRSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jacob Alexander Hirsch|Hirsch or Deerson, Jacob or Jakob Alexander]] [https://www.familysearch.org/tree/person/details/GWZX-RZ3] - 1896(Aus)-1979(Aus) - Licences: 2AE Receive Sydney (Croydon, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (Oatley, 1930-1937); clerk (Canberra, 1949); no occupation (Pambula Beach, 1954-1972; Merimbula, 1977) ===''HITCHCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leith Fuller Hitchcock|Hitchcock, Leith Fuller]] [https://www.familysearch.org/tree/person/details/GXWC-Y61] - 1897(Qld)-1953(Qld) - Licences: 4LH Brisbane (Wooloowin, 1931-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: bacteriologist (Wooloowin, 1921-1936); research officer (Wooloowin, 1943-1949) ===''HOAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. M. Hoad|Hoad, C. M.]] - 19??(???)-19??(???) - Licences: None yet identified - Qualifications: AOCP 319, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - Individual not yet identified ===''HOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Cecil Hoar|Hoar, John Cecil]] [https://www.familysearch.org/tree/person/details/MVKW-HND] - 1900(Eng)-1964(WA) - Licences: 6OR Perth (Fremantle, 1931-1939; Mosman Park, 1947-1960) - Qualifications: cc; AOCP 786, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Barracks, Fremantle, WA, 1925-1931; East Fremantle, WA, 1936-1937; Mosman Park, WA, 1949-1963) ===''HOARE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Hoare|Hoare, Peter]] [https://www.familysearch.org/tree/person/details/G99K-6N4] - 1895(NSW)-1975(NSW) - 2PH Gosford (1925-1927), amateur operator (AOCP 82, 1925, No. ?? in NSW), amateur broadcaster, railway signalman * [[/Pierce Mark Hoare|Hoare, Pierce Mark]] - 1895(NSW)-1988(NSW) - 2SL Lismore (1934-1980+), amateur operator (AOCP 1227, 1933, No. ?? in NSW), amateur broadcaster, radio clubs (Richmond River Listeners' League) ===''HOBART-DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Hobart-Duff, William Vere see Duff, William Vere Hobart]] ===''HOBCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hurtle Horace Hobcroft|Hobcroft, Hurtle Horace]] [https://www.familysearch.org/tree/person/details/G8WZ-G5T] - 1899(SA)-1993(SA) - Licences: 5RE Adelaide (West Brunswick, 1928); 5RE Renmark (1931-1939, 1946-1956); 5RE Adelaide (Linden Park, 1960-1969) - Qualifications: cc; AOCP 420, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW1; WW2 - Relationships: Father of Rex Kelvin Hobcroft - Electoral Rolls: clerk (Carlton North, 1925-1926; Brunswick West, 1928); horticulturalist (Renmark, 1939-1943) ===''HOBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Forde Hobler|Hobler, Cecil Forde]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: solicitor (Barcaldine, 1928) - Relationships: cousin of 4DO Harold Learmonth Hobler? * [[/Harold Learmonth Hobler|Hobler, Harold Learmonth]] [https://www.familysearch.org/tree/person/details/LRKZ-8N1] - 1906(Qld)-1984(Qld) - Licences: 1217 Rockhampton (1921-1924); 4DO Receive Rockhampton (1923); 4DO Rockhampton (1925-1939, 1946-1980+) - Qualifications: cc; AOCP 110, 1925, No. 12 in Qld; CPRT 1003, 1928 - amateur operator; amateur broadcaster; radio club (WIAQ, JOTA); business proprietor (picture theatre), WW2 - Electoral Rolls: theatre manager (Rockhampton, 1930-1937); theatre proprietor (Rockhampton, 1943); soldier (Bulimba, 1943); theatre proprietor (Rockhampton, 1949); theatre manager (Rockhampton, 1958-1963); property owner (Rockhampton North, 1968-1977) - Relationships: cousin of Cecil Forde Hobler? ===''HODDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Hodder|Hodder, Clarence William]] [https://www.familysearch.org/tree/person/details/GXLK-ZRC] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Parkside, 1923); Receive Adelaide (Parkside, 1923); 5LY Adelaide (Parkside, 1934-1939, 1947; Bridgewater, 1948-1980) - Qualifications: cc; AOCP 1354, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: moulder (Parkside, SA, 1939-1943) ===''HODDINOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Hoddinott|Hoddinott, Francis William]] [https://www.familysearch.org/tree/person/details/9N4Q-3X7] - 1886(Vic)-1972(Qld) - Licences: Receive Brisbane (Eagle Junction, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Rockville Estate, Toowoomba, Qld, 1908; Toowoomba, Qld, 1912; Sandgate, Qld, 1919; Eagle Junction, Qld, 1921-1943; West End, 1949); retired (Tamborine Mountain, Qld, 1958-1963; Hendra, Qld, 1968) ===''HODGKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Charles Hodgkinson|Hodgkinson, Francis Charles]] [https://www.familysearch.org/tree/person/details/GDBM-J4S] - 1906(???)-1977(???) - Licences: Receive (Crystal) Ulverstone (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: jeweller's assistant (Ulverstone, 1928-1949); watchmaker (Ulverstone, 1954) ===''HODSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Hodson|Hodson, Victor]] [https://www.familysearch.org/tree/person/details/GXQ5-DV2] - 1890(SA)-1917(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 145, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified ===''HOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hoe|Hoe, Frederick]] [https://www.familysearch.org/tree/person/details/GS4Q-CSG] - 1886(Vic)-1976(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer; business proprietor (Fred Hoe and Sons) - Relationships: Father of 4FO Fred Hoe - Electoral Rolls: engineer (Fortitude Valley, Qld, 1913; Yeronga, Qld, 1916-1919); manager (Yeronga, Qld, 1921-1972) * [[/Fred Hoe|Hoe, Fred]] [https://www.familysearch.org/tree/person/details/G796-MWK] - 1913(Vic)-1984(Qld) - Licences: 4FO Brisbane (Yeronga, 1933-1939; Annerley, 1946-1954) - Qualifications: cc; AOLCP 53, 1931; AOCP 1188, 1933, Qld - amateur operator; amateur broadcaster; employment (Edgar V. Hudson); business proprietor (Fred Hoe and Sons) - Relationships: Son of Frederick Hoe - Electoral Rolls: radio engineer (Yeronga, Qld, 1936-1937); general manager (Annerley, Qld, 1949); business manager (Salisbury, Qld, 1954); manager (Buranda, Qld, 1954-1963; Burleigh Heads, Qld, 1968); company director (Holland Park West, Qld, 1972-1980) ===''HOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hogg|Hogg, Stanley]] [https://www.familysearch.org/tree/person/details/GXBD-TCR] - 1908(Eng)-1987(WA) - Licences: 6SG Harvey (1934-1939) - Qualifications: cc; AOCP 1382, 1934, WA; BOCP 142, 1938; 2COCP 240, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: milk tester (Harvey, WA, 1930-1937); radio operator (AAMS Wireless Station, Kalgoorlie, WA, 1943); engineer (Nedlands, WA, 1949); aircraft engineer (Kewdale, WA, 1954-1968; Belmont, WA, 1972); retired (Coodanup, WA, 1977; Mandurah, WA, 1980) ===''HOLLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Evan Holland|Holland, Albert John Evan]] [https://www.familysearch.org/tree/person/details/GZQW-VBH] - 1896(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; AOCP 12, 1924, No. 3 in Vic - amateur operator; amateur broadcaster - Relationships: brother of 3JH Frank Henry James Holland - Electoral Rolls: draftsman (Moonee Ponds, 1922-1925; Essendon, 1926); engineer (Essendon, 1928-1931; Camberwell, 1936-1954); nil (Nunawading, 1963) * [[/Frank Henry James Holland|Holland, Frank Henry James]] [https://www.familysearch.org/tree/person/details/GZQW-S1W] - 1899(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; CPRT 596, 1920 - amateur operator; amateur broadcaster - Comment: well placed in Trans-Pacific Tests 1923 despite inferior equipment - Relationships: brother of 3JH Albert John Evan Holland - Electoral Rolls: wireless instructor (Moonee Ponds, 1922-1925); boot repairer (Essendon, 1926-1928); labourer (North Essendon, 1931); boot repairer (Olinda, 1934-1943); postal clerk (Sandringham, 1949); clerk (Heidelberg, 1954-1968) * [[/Ronald Weymouth Holland|Holland, Ronald Weymouth "Ron"]] - 1914(???)-1983(Qld) - 4AQ Brisbane (Coorparoo, 1946-1980+), amateur operator (AOCP 2392, 1939, No. ?? in Qld) ===''HOLLOWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hart Holloway|Holloway, William Hart]] [https://www.familysearch.org/tree/person/details/GXQ5-HRT] - 1876(Eng)-1950(Tas) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 20, 1914; 1COCP 41, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: agent (Brunswick, Vic, 1909; Whitemark, Flinders Island, 1914-1919); wireless operator (Broome, 1918-1922); O.J.C. Radio (Camberwell, 1924-1926); radio officer (Thursday Island, 1928); officer-in-charge (Radio Station, Emita, Flinders Island, 1936-1937); farmer (Lady Barron, 1943-1949) ===''HOLST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Owen Holst|Holst, Arnold Owen]] [https://www.familysearch.org/tree/person/details/GZ6V-ZPD] - 1898(Vic)-1975(Vic) - Licences: XPH Melbourne (Caulfield, 1913-1914); 3OH Melbourne (Toorak, 1956-1975) - Qualifications: Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster (through brother Hector's station 3BY); electrician - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: sharebroker (Camberwell, 1922-1934; Toorak, 1935-1972) * [[/Hector James Holst|Holst, Hector James]] [https://www.familysearch.org/tree/person/details/GZ6V-X23] - 1903(Vic)-1954(Vic) - Licences: 3BY Receive Melbourne (Caulfield, 1922); 3BY Melbourne (Caulfield, 1923-1954) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: engineer (Caulfield, 1925-1954) * [[/Otto Holst|Holst, Otto]] [https://www.familysearch.org/tree/person/details/GZ6V-2M7] - 1906(Vic)-1967(Vic) - Licences: 3BY Melbourne (Caulfield, 1955-1967) - Qualifications: cc; AOCP 79, 1925, No. ?? in Vic - amateur operator; amateur broadcaster (through brother Hector's station 3BY) - took over 3BY callsign after passing of brother Hector James Holst in 1954 - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: radio engineer (Caulfield, 1928-1963) ===''HOLT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Molineux Holt|Holt, Bernard Molineux]] [https://www.familysearch.org/tree/person/details/LDQR-MJP] - 1883(NZ)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - president WIA WA; witness to Royal Commission 1927 (obo WIA WA) - Electoral Rolls: electrical engineer (Claremont, 1910-1914; Osborne, 1917-1954) ===''HOMBERG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. G. Homberg|Homberg, S. G.]] - 19??(???)-19??(???) - Licences: 3RG Melbourne (Malvern, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Morten Honnor|Honnor, John Morten]] [https://www.familysearch.org/tree/person/details/KCNV-ZM6] - 1900(SA)-1987(Vic) - Licences: 5AE Adelaide (Prospect, 1923-1931) - Qualifications: cc; AOCP 192, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Knoxville, SA, 1939-1941); RAAF (Ballarat, Vic, 1942); instructor (Hampton, 1949; Bentleigh, 1954-1980) ===''HOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Hamilton Hood|Hood, John George Hamilton]] [https://www.familysearch.org/tree/person/details/G772-RK8] - 1904(NSW)-1971(Vic) - 3BP Receive Melbourne (South Yarra, 1922); 3BP Melbourne (East St Kilda, 1923-1933; Toorak, 1937-1939) - Qualifications: cc; AOCP 182, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (East St Kilda, 1925-1931); draughtsman (Toorak, 1934-1937; Malvern, 1943-1967) ===''HOOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel George Alfred Hooke|Hooke, Lionel George Alfred]] [https://www.familysearch.org/tree/person/details/G8NK-KDV] - 1895(Vic)-1974(NSW) - Licences: 3M? Melbourne - Qualifications: CPRTelephony 529, 1920 - amateur operator, amateur broadcaster, early wireless experimenter, ship wireless operator (Aurora, 1914, support Shackleton's expedition), radio clubs (IRE Aust), business (AWA, senior management), honours (knighted, 1937) - Electoral Rolls: wireless (Brighton, Vic, 1921-1927); business manager (Neutral Bay, 1933); manager (Killara, NSW, 1936-1972) - [https://adb.anu.edu.au/biography/hooke-sir-lionel-george-alfred-10536 ADB] ===''HOOKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Theodore Hooker|Hooker, Walter Theodore]] [https://www.familysearch.org/tree/person/details/GD1W-QB5] - 1901(St Kitts)-1949(Tas) - Licences: 7JH Hobart (New Town, 1933-1939); 7JH Waddamanna (1946-1948) - Qualifications: cc; AOCP 1161, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart North, 1922); electrical engineer (New Town, 1928); electrician (New Town, 1936); engineer (Waddamanna, 1937-1943) ===''HOOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Wallbank Hooper|Hooper, Allan Wallbank]] [https://www.familysearch.org/tree/person/details/LB8M-VJG] - 1898(SA)-1960(NSW) - Licences: 4KR Willis Island (1933) - Qualifications: cc; CPRT 432, 1919; 2COCP 8, 1929; 1COCP 127, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: unemployed (Manly, NSW, 1949); telegraphist (Little Bay, NSW, 1949; Yarra Bay, NSW, 1954-1958) ===''HOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyndsay Arthur Hope|Hope, Lyndsay Arthur]] [https://www.familysearch.org/tree/person/details/LKYX-575] - 1906(Tas)-1997(Tas) - Licences: 7LA Launceston (1925-1927+) - Qualifications: cc; AOCP 188, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; broadcast engineer; WW2; gave up experimental callsign for use by his Class B licence, 7LA Launceston - Relationships: brother of 7RS Ronald Springfield Hope - Electoral Rolls: bank clerk (Launceston, 1928); bank officer (Ulverstone, 1936); accountant (Scottsdale, 1949; Bridport, 1954-1972) * [[/Ronald Springford Hope|Hope, Ronald Springford]] [https://www.familysearch.org/tree/person/details/LTCW-PDG] - 1909(Tas)-1985(NSW) - Licences: 7RS Launceston (1926-1927); 7RS Hobart (City, 1931; Sandy Bay, 1933+) - Qualifications: cc; AOCP 263, 1926, No. ?? in Tas; AOLCP 75, 1932; ROCP N1832, 1976 - amateur operator; amateur broadcaster; broadcast engineer (designed & constructed transmission systems for 7HO Hobart & 7UV Ulverstone); later employed by STC England - Relationships: brother of 7LA Lyndsay Arthur Hope - Electoral Rolls: broadcast engineer (Queensborough, Tas, 1936); not specified (Finchley, Eng, 1936-1938); engineer (Thornleigh, NSW, 1949-1954); company director (Beecroft, NSW, 1958-1980) ===''HOPKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alfred Hopkins|Hopkins, Edward Alfred]] [https://www.familysearch.org/tree/person/details/GM4D-3QJ] - 1902(Tas)-1992(NSW) - Licences: Receive Moonah (1923) - Qualifications: cc; 3COCP 4858, 1964 - amateur receiver - Electoral Rolls: electrician (Moonah, 1928); engineer (Milson's Point, 1936-1943); electrical engineer (Wollstonecraft, 1949-1954); engineer (Wollstonecraft, 1958-1980) ===''HORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin John Horan|Horan, Kevin John "Ken"]] [https://www.familysearch.org/tree/person/details/G8V9-FTZ] - 1912(SA)-2002(SA) - Licences: 5DQ Adelaide (Parkside, 1930-1931; Unley, 1933); 2AJU Broken Hill (1938-1939); 5DQ Adelaide (Flinders Park, 1947-1960; Grange, 1965-1969); 3ZD Melbourne (Glen Waverley, 1975); 5IT Adelaide (Fulham, 1980) - Qualifications: cc; AOCP 672, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Clovelly, NSW, 1943); manager (Glen Waverley, 1972-1977) ===''HORN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Horn|Horn, David]] [https://www.familysearch.org/tree/person/details/GS41-9K4] - 1909(Qld)-1962(Qld) - Licences: 4DN Tara (1937-1939) - Qualifications: cc; AOCP 2021, 1937, Qld; BOCP 578, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: medical practitioner (Somerset Dam, Qld, 1936-1937; Baralba, Qld, 1943); radio engineer (Toowoomba, Qld, 1949); medical practitioner (Toowoomba, Qld, 1954) * [[/Irvan James Horn|Horn, Irvan James or James Irwin]] [https://www.familysearch.org/tree/person/details/G8WF-GB6] - 1905(WA)-19??(???) - Licences: 6JH Perth (City, 1928, 1937-1939); 3HX Melbourne (South Melbourne, 1965) - Qualifications: cc; AOCP 427, 1928, No. ?? in WA; 2COCP 29, 1935; 1COCP, 127, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Perth, WA, 1936-1937); wireless officer (Subiaco, WA, 1943); electrical contractor (Subiaco, WA, 1949); contractor (Albert Park, Vic, 1949); electrical contractor (Albert Park, Vic, 1963); retired (West Perth, WA, 1977; Subiaco, WA, 1980) ===''HORROCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Samuel Blake Horrocks|Horrocks, George Samuel Blake]] [https://www.familysearch.org/tree/person/details/GF94-19M] - 1911(WA)-1966(Vic) - Licences: 6GS Harvey (1932-1939, 1947-1948); 6GS Wagin (1954-1955) - Qualifications: cc; AOCP 919, 1932, No. ?? in WA; BOCP 1154, 1950; TVOCP 61, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: engine driver (Harvey, WA, 1936-1949); radio technician (Mt Lawley, WA, 1954); technician (Bentleigh North, Vic, 1963) ===''HOSKEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Dryden Hosken|Hosken, Arthur John Dryden]] [https://www.familysearch.org/tree/person/details/L6KH-BX8] - 1889(Eng)-1966(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 727, 1922 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: seaman (Williamstown, 1914-1919); Amalgamated Wireless (Darwin, 1922) * [[/Stanley Victor Hosken|Hosken, Stanley Victor]] [https://www.familysearch.org/tree/person/details/9HWQ-MGG] - 1894(Vic)-1971(Vic) - Licences: 3MP Receive Melbourne (Hawthorn, 1923); 3MP Melbourne (Hawthorn, 1923-1924; Surrey Hills, 1925-1933; Broadmeadows, 1934-1939; St Albans, 1946-1955; Hawthorn, 1956-1965; Mitcham, 1969) - Qualifications: cc; AOCP 6, 1924, No. 2 in Vic - amateur operator; amateur broadcaster; broadcast engineer (3AR, 3LO) - Electoral Rolls: civil servant (Hawthorn, 1919-1924); electrical engineer (Surrey Hills, Vic, 1925-1931); senior mechanic PMGD (3AR station, Broadmeadows, 1936-1937); civil servant (3AR Station, St Albans, 1942-1954); nil (Hawthorn, 1963-1967; Mitcham, 1968) ===''HOSKING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Piere Hosking|Hosking, Aubrey Piere]] [https://www.familysearch.org/tree/person/details/GDYV-D7R] - 1891(South Africa)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 376, 1918; 1COCP 117, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIT Townsville (1917-1918) - Electoral Rolls: wireless operator (Townsville, 1919); telegraphist (South Yarra, Vic, 1921-1922); radio telegraphist (Canterbury, Vic, 1924); sales manager (Canterbury, Vic, 1925-1926; Balwyn, Vic, 1928; Lindfield, NSW, 1930-1963) ===''HOSKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stark Hoskins|Hoskins, John Stark]] [https://www.familysearch.org/tree/person/details/G61K-FZ3] - 1891(NZ)-1987(Eng) - Licences: Nil yet identified - Qualifications: cc; CPRT 147, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: business manager (Claremont, WA, 1929) ===''HOWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Earl Stephen Howard|Howard, Earl Stephen]] [https://www.familysearch.org/tree/person/details/GQMV-XQL] - 1895(Tas)-1938(Vic) - Licences: 7ET Hobart (Moonah, 1928-1931) - Qualifications: cc; AOCP 470, 1928, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: clerk (Hobart, 1919-1922; Moonah, 1928-1936) ===''HOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Maxwell Howden|Howden, John Maxwell]] [https://www.familysearch.org/tree/person/details/GH2L-7LN] - 1929(Vic)-2017(Vic) - Licences: 3ZCH Melbourne (Burwood, 1956; Box Hill 1960-1975); 3BQX Melbourne (Box Hill, 1980+) - Qualifications: AOLCP 187, 1956; AOCP V610, 1979 - amateur operator - Relationships: son of 3BQ Walter Francis Maxwell Howden - Electoral Rolls: * [[/Walter Francis Maxwell Howden|Howden, Walter Francis Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/G43K-1TC] - 1899(Vic)-1980(Vic) - Licences: No 19 Receive Melbourne (Box Hill, 1920); V140 Receive Melbourne (Box Hill, 1921); 3BQ Receive Melbourne (Box Hill, 1922); 3BQ Melbourne (Box Hill, 1923-1927; Canterbury, 1928-1939 & 1946-1975+); 3ABQ Melbourne (portable, "Canterbury", 1947-1956) - Qualifications: AOCP 114, 1925, No. ?? in Vic - amateur operator, amateur broadcaster, first to QSO USA; first to QSO England, first on telegraphy, then telephony; journalist (Listener In); Bright Star Crystals 1930s-1950s; QSLs: substantial portion of QSL collection survives at NFSA (1800+) - Relationships: father of 3ZCH/3BQX John Maxwell Howden - Electoral Rolls: student (Box Hill, 1924-1927); wireless engineer (Ringwood, 1928); engineer (Camberwell, 1931-1954) - Links: [http://messui.polygonal-moogle.com/valves/NW199611.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199612.pdf EA2] ===''HOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph Howe|Howe, John Joseph]] [https://www.familysearch.org/tree/person/details/LD83-QNG] - 1886(Irl)-1949(Tas) - Licences: Nil yet identified - Qualifications: cc; CPRT 117, 1915; 1COCP 15, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918) - Electoral Rolls: radio telegraphist (Cooktown, 1916-1917); wireless operator (Pinkenba, Qld, 1919; Moonah, Tas, 1922; New Town, Tas, 1928-1943) * [[/Raymond Raine Howe|Howe, Raymond Raine "Ray"]] [https://www.familysearch.org/tree/person/details/GXHH-KJN] - 1919(Qld)-1984(NSW) - Licences: 4RH Bundaberg (1936-1939); 2ARH Sydney (Vaucluse, 1946-1955; Epping, 1956-1960); 3YH Melbourne (Mt Waverley, 1965-1969) - Qualifications: AOCP 1812, 1936, No. ?? in Qld; 3AIR 1009, 1947 - amateur operator; amateur broadcaster; broadcast engineer (4BU); military (RAAF, career, Wing-Commander) - Electoral Rolls: Wireless Operator (Richmond, NSW, 1943); RAAF (Vaucluse, NSW, 1949); RAAF officer (Campbell, ACT, 1963); RAAF (Syndal, Vic, 1967); RAAF officer (Dickson, ACT, 1972-1977); retired (Narrawallee, NSW, 1980) ===''HOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Montague Howlett|Howlett, Arthur Montague]] [https://www.familysearch.org/tree/person/details/GZPZ-NWZ] - 1882(Eng)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 130, 1915; 2COCP 253, 1930 - RANRS (Warrant Telegraphist, 1918) - Electoral Rolls: radio engineer operator (Esperance, 1916); warrant officer R.A.N.R.S. (Thursday Island, 1919); radio telegraphist (Rockhampton, 1925-1931; Clayfield, Qld, 1936); wireless operator (Clayfield, 1943-1954); retired (Clayfield, Qld, 1958) ===''HUBSHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lassalle Paul Hubsher|Hubscher or Hubsher, Lassalle Paul "Paul"]] [https://www.familysearch.org/tree/person/details/GXWF-8DP] - 1913(Qld)-1971(Qld) - Licences: 4UL Brisbane (Bulimba, 1936-1939; Annerley, 1946-1969+) - Qualifications: cc; AOCP 1578, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor); part of the "U" gang; Evans Deakin engineering - Electoral Rolls: fitter & turner (Valley, Qld, 1936-1937); draftsman (Annerley, 1943-1968) ===''HUDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Henry Hudson|Hudson, William Henry]] [https://www.familysearch.org/tree/person/details/K4BR-1P4] - 1895(NSW)-1972(NSW) - Licences: XBO Sydney (Dulwich Hill, 1913-1914); 2PO Receive Sydney (Marrickville, 1923); 2AR Sydney (Dulwich Hill, 1922-1969) - Qualifications: cc; AOCP 18, 1924, No. 8 in NSW - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: bootmaker (Dulwich Hill, 1930-1963) - Comment: beware, several contemporaneous WHHs ===''HUEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Meredyth Huey|Huey, Richard Meredyth]] [https://www.familysearch.org/tree/person/details/G8WP-Y1Z] - 1913(NSW)-1995(NSW) - Licences: 2HU Sydney (Chatswood, 1928-1931; Cronulla, 1933-1937); 3UE Melbourne (Hawthorn East, 1938-1939); 2AHU Sydney (Sylvania, 1980) - Qualifications: AOCP 437, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Cronulla, 1935-1937); army officer (Melbourne, 1943); engineer (West Pennant Hills, 1949; Pennant Hills, 1954; Edgecliff, 1958-1963; Sylvania, 1977-1980); retired (Mittagong, 1980) ===''HUGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Roy Huggins|Huggins, David Roy]] [https://www.familysearch.org/tree/person/details/GDW3-LXL] - 1892(NSW)-1976(NSW) - Licences: 2ZW Sydney (Neutral Bay, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: organ builder (Petersham, 1913); piano maker (Neutral Bay, 1930-1968); builder (Cremorne, 1972) ===''HUGHES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Alan Hughes|Hughes, Clive Alan]] [https://www.familysearch.org/tree/person/details/G8MV-3XQ] - 1900(Vic)-1966(Vic) - Licences: 3CA Ararat (1927); 3CA Melbourne (Williamstown, 1931-1939, 1946-1965) - Qualifications: AOCP 343, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Williamstown, 1924-1928); schoolmaster (Williamstown, 1936-1963) * [[/George Herbert Hughes|Hughes, George Herbert]] [https://www.familysearch.org/tree/person/details/GXZT-4JB] - 1909(Qld)-1997(Qld) - Licences: 4HU Brisbane (Windsor, 1937-1939; Annerley, 1947-1954) - Qualifications: cc; AOCP 1929, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: store keeper (Windsor, Qld, 1934-1937); branch manager (Annerley, Qld, 1943-1958); technician (Tarragindi, Qld, 1963-1980) ===''HUGO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald William Stuart Hugo|Hugo, Ronald William Stuart or Stewart (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GFMZ-CLZ] - 1910(WA)-1978(WA) - Licences: 6KW Perth (Subiaco, 1938-1939, 1947-1960; Floreat Park, 1965-1975) - Qualifications: cc; AOCP 2081, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Subiaco, WA, 1931-1934); salesman (Subiaco, WA, 1936-1963); manager (Floreat Park, WA, 1968-1977) ===''HULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Galbraith Hull|Hull, Allan Galbraith "Braith"]] [https://www.familysearch.org/tree/person/details/GWQD-PTY] - 1905(Vic)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - journalist (Wireless Weekly, editor; Radio and Hobbies, editor 1939; Australasian Radio World, editor 1940-1950) - Relationships: brother of William Howard Hull & 3JU Ross Amos Hull - Electoral Rolls: sales (St Kilda, Vic, 1926-1927); radio engineer (Darlinghurst, 1931); journalist (Northbridge, NSW, 1934; Bondi, NSW, 1935-1936); engineer (Rose Bay, 1937); manager (Malvern, 1942); journalist (Mornington, 1949); publisher (Sandringham, 1954); printer (Oakleigh, 1958-1963; Chadstone, 1967-1968; Glen Iris, 1972; Mt Waverley, 1977-1980) * [[/Frederick Atherley Hull|Hull, Frederick Atherley]] [https://www.familysearch.org/tree/person/details/GZ5M-MT9] - 1906(NZL)-1997(WA) - Licences: 6FH Pingrup (1930-1931); 6FH Port Hedland (1937-1939, 1946-1956); 6FH Perth (Claremont, 1960-1975; Nedlands, 1980+) - Qualifications: cc; CRPT 1139, 1929; 2COCP 271, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Perth, 1929); radio operator (Port Hedland, 1937-1954); unemployed (Claremont, 1958); technical officer (Claremont, 1963-1972; Nedlands, 1977-1980) - Relationships: brother of 6RH Raymond Alfred Hull * [[/George Maxwell Hull|Hull, George Maxwell]] [https://www.familysearch.org/tree/person/details/L6LQ-S44] - 1916(Vic)-1987(Vic) - Licences: 3ZS Melbourne (Canterbury, 1946-1980+) - Qualifications: cc; AOCP 2307, 1939, Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Canterbury, 1943); proprietor (Canterbury, 1949-1980) * [[/Raymond Alfred Hull|Hull, Raymond Alfred]] [https://www.familysearch.org/tree/person/details/GZP1-BSL] - 1908(NZ)-1967(WA) - Licences: 6RH Pingrup (1929-1931); 6RH Perth (Wembley, 1937; Mt Hawthorn, 1939) - Qualifications: cc; AOCP 558, 1929, No. ?? in WA; 2COCP 590, 1942 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, 1934); traveller (Subiaco, 1949); sales director (Victoria Park, 1958-1963) - Relationships: brother of 6FH Frederick Atherley Hull * [[/Ross Amos Hull|Hull, Ross Amos]] [https://www.familysearch.org/tree/person/details/GWQD-P5W] - 1902(Vic)-1938(USA) - Licences: 3JU Melbourne (St Kilda, 1922-1925) - Qualifications: Nil yet identified - amateur broadcaster; radio clubs (WIA Vic Kew, president, 1923); journalist (Wireless Weekly, technical editor; QST, technical editor) - Relationships: brother of William Howard Hull & Allan Galbraith Hull - Electoral Rolls: draftsman (St Kilda, 1924-1925) - Comment: Gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW198902.pdf EA] * [[/William Howard Hull|Hull, William Howard]] [https://www.familysearch.org/tree/person/details/G7WJ-723] - 1891(Tas)-1955(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Relationships: brother of 3JU Ross Amos Hull & Allan Galbraith Hull - Electoral Rolls: electrical engineer (Cobungra, 1914-1915); engineer (Armadale, 1921; Brighton, 1922-1931; Caulfield, 1934-1949); retired (Beaconsfield Upper, 1954) ===''HUME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest James Hume|Hume, Ernest James]] [https://www.familysearch.org/tree/person/details/GZYR-TZM] - 1869(Vic)-1929(SA) - Licences: Nil - Qualifications: AOCP ??, 19??, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: - Relationships: wife of Stella Leonora Harriet Hume nee Jeremy; son of James Hill Hume, father of Ernest Jeremy Hume * [[/Ernest Jeremy Hume|Hume, Ernest Jeremy]] [https://www.familysearch.org/tree/person/details/GZYT-727] - 1906(SA)-1988(Vic) - Licences: Nil - Qualifications: Nil - chief engineer 5DN - Electoral Rolls: engineer (North Unley, 1939-1941; Oakleigh, Vic, 1949-1963; Carnegie, 1968-1977) - Relationships: grandson of James Hill Hume, son of Ernest James Hume and Stella Leonora Harriet Hume nee Jeremy * [[/Geoffrey Vincent Hume|Hume, Geoffrey Vincent]] [https://www.familysearch.org/tree/person/details/GQCL-NM1] - 1909(NSW)-1998(NSW) - Licences: 2GV Sydney (Cremorne, 1927-1930); 2AMD Sydney (Mosman, 1939) - Qualifications: AOCP 365, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio technician (Neutral Bay, 1930-1936; Mosman, 1937); RAAF (Ballarat, 1942); clerk (Turramurra, 1949); technical assistant (Pymble, 1954-1980) * [[/James Hill Hume|Hume, James Hill]] [https://www.familysearch.org/tree/person/details/GZYT-SLD] - 1822(??)-1887(Vic) - Licences: Nil - Qualifications: Nil - alleged very early wireless experimenter - Electoral Rolls: - Relationships: father of Ernest James Hume; father-in-law of Stella Leonora Harriet Hume nee Jeremy; grandfather of Ernest Jeremy Hume * [[/Stella Leonora Harriet Jeremy|Hume nee Jeremy, Stella Leonora Harriet]] [https://www.familysearch.org/tree/person/details/GZYT-33D] - 1882(Vic)-1953(NSW) - Licences: Nil - Qualifications: Nil - radio announcer (early 5DN) - Electoral Rolls: - Relationships: wife of Ernest James Hume; daughter-in-law of James Hill Hume; mother of Ernest Jeremy Hume ===''HUMPHRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] - See Innis Jane Lovett Spotswood 4JH * [[/Jack Lawrence Humphry|Humphry, Jack Lawrence]] [https://www.familysearch.org/tree/person/details/M7P4-M7M] - 1889(Qld)-1953(Qld) - Licences: 4JK Poopoonbah via Giru (1934-1939) - Qualifications: cc; AOCP 1349, 1934, Qld - amateur operator; amateur broadcaster; WW1 - Relationships: Husband of 4JH Innis Jane Lovett Humphry nee Spotswood - Electoral Rolls: farmer (Hodel, Ayr, Qld, 1912-1937; Poopoonbah, 1949-1954) ===''HUNT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Alexander Hunt|Hunt, Joseph Alexander]] [https://www.familysearch.org/tree/person/details/GFM1-9MM] - 1912(WA)-2002(WA) - Licences: 6JA Perth (Maylands, 1938-1939); 6JD Perth (Rockingham, 1960) - Qualifications: cc; AOCP 2112, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1936; Maylands, WA, 1937-1949); retired (Rockingham, WA, 1972) ===''HUPPATZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Huppatz|Huppatz, William George]] [https://www.familysearch.org/tree/person/details/MWTP-DF5] - 1900(Vic)-1970(SA) - Licences: 5GW Cowandilla (1931-1933); 5GW Naracoorte (1937-1939) - Qualifications: cc; AOCP 801, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Naracoorte, SA, 1939); engineer (Cowandilla, 1941-1943) ===''HURLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Hurll|Hurll, Norman James]] [https://www.familysearch.org/tree/person/details/GZXC-BFF] - 1904(NSW)-2003(Qld, 98yo) - Licences: 2BC Sydney (Killara, 1924-1930); 4NJ Tallebudgera Creek (1931-1935); 2HJ Sydney (Killara, 1935-1937; Roseville, 1938-1939); 2IN?/2DKH Sydney (1980+) - Qualifications: cc; AOCP 96, 1925, No. ?? in NSW - amateur operator, amateur broadcaster, military (WW2, CMF, CINT), business proprietor (Gas Light Engineering) - Electoral Rolls: engineer (Killara, 1930); merchant (Killara, 1936-1937); soldier (Strathfield, 1943); company manager (Burwood, 1949-1963); Managing Director (Killara, 1968); Director (Killara, 1972-1980) ===''HURRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Bruce Hurry|Hurry, Ronald Bruce]] [https://www.familysearch.org/tree/person/details/G8V2-G1C] - 1911(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 693, 1930, No. ?? in ?? - amateur operator?, amateur broadcaster?, electrical engineer, teacher - Electoral Rolls: Nil yet identified ===''HUSBAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Errol Husband|Husband, Norman Errol]] [https://www.familysearch.org/tree/person/details/L6F7-N7B] - 1893(Qld)-1961(NSW) - Licences: XABY Sydney (North Sydney, 1913-1914); 4CV Receive Charters Towers (1923); 4CV Charters Towers (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: motor engineer (Charters Towers, 1917-1922; Mackay, 1925-1937); engineer (Darlinghurst, 1949-1958) ===''HUTCHINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Thomas Edwards Hutchings|Hutchings, Allan Thomas Edwards]] [https://www.familysearch.org/tree/person/details/M7GB-2TM] - 1903(Vic)-1973(Vic) - Licences: 3HL Receive Callawadda (1922-1923); 3HL Callawadda (1924-1969) - Qualifications: cc; AOCP 65, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: son of 3HM Elizabeth Lilian Hutchings nee Edwards; brother of 3HQ Marjorie Lilian Williamson nee Hutchings - Electoral Rolls: farmer (Callawadda, 1927-1972) * [[/Elizabeth Lilian Edwards| Hutchings nee Edwards, Elizabeth Lilian]] [https://www.familysearch.org/tree/person/details/M7GB-25T] - 1877(Vic)-1943(Vic) - Licences: 3HM Callawadda (1932-1939) - Qualifications: cc; AOCP 509, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1926-1942) - Relationships: mother of 3HL Allan Thomas Edwards Hutchings and 3HQ Marjorie Lilian Williamson nee Hutchings - First woman in Australia to hold an amateur licence under the AOCP regime - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1925-1942) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Marjorie Lilian Hutchings|Williamson nee Hutchings, Marjorie Lilian]] [https://www.familysearch.org/tree/person/details/LB52-GSC] - 1912(Vic)-1988(Vic) - Licences: 3HQ Callawadda (1932-1939; 1946-1948); 3HQ Melbourne (Bentleigh, 1954-1980+) - Qualifications: cc; AOCP 1030, 1932, No. ?? in Vic - amateur operator, amateur broadcaster - Relationships: daughter of 3HM Elizabeth Lillian Hutchings nee Edwards; sister of 3HL Allan Thomas Edwards Hutchings - Electoral Rolls: home duties (Callawadda, 1934-1937); nurse (Alfred Hospital, Prahran, 1943); home duties (Callawadda, 1949; Bentleigh, 1949-1968) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''HUTCHINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Elwood Hutchinson|Hutchinson, Charles Elwood]] [https://www.familysearch.org/tree/person/details/G612-S6J] - 1894(Vic)-1942(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 728, 1922; 2COCP 278, 1930; 1COCP 307, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Esperance, 1919); radio telegraphist (Darwin, NT, 1922); telegraphist (Esperance, 1925-1931); radio telegraphist (Broome, WA, 1936-1937; Alberton, SA, 1939; Yatala, SA, 1941) * [[/John Victor Thomas Hutchison|Hutchison, John Victor Thomas]] [https://www.familysearch.org/tree/person/details/G89S-PY2] - 1907(NZ)-1975(NSW) - Licences: 2JH Sydney (Kirribilli, 1927-1937; West Ryde, 1938-1939; Croydon, 1946-1955; Bardwell Park, 1956-1965; Castle Cove, 1969-1975) - Qualifications: AOCP 374, 1927, No. ?? in NSW; CPRTelephony 1010, 1928 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Milson's Point, 1930-1937); laboratory assistant (Croydon, 1943-1949); radio technician (Bardwell Park, 1958-1968) ===''HUTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Hutson|Hutson, James William]] [https://www.familysearch.org/tree/person/details/G8N9-Z6J] - 1912(Vic)-1931(Vic) - Licences: 3JH Echuca (1930-1931) - Qualifications: AOCP 635, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon ===''HUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Hutton|Hutton, David]] [https://www.familysearch.org/tree/person/details/G8ZT-JXG] - 1912(Sct)-2003(NSW) - Licences: 2DH Abermain (1929-1934) - Qualifications: AOCP 551, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abermain, 1934-1963; Klworth, 1972-1977); retired (Klworth, 1980) ===''HYLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Philip Hyland|Hyland, Leonard Philip]] [https://www.familysearch.org/tree/person/details/K8N6-XLK] - 1903(Tas)-1942(Tas) - Licences: 7LP Hobart (City, 1936-1939) - Qualifications: cc; AOCP 1791, 1936, No. ?? in Tas; BOCP 271, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Hobart Central, 1928) - Comment: Passed on Duty; Gone too soon - Links: [https://www.themercury.com.au/news/tasmania/tasmania-fire-service-chief-chris-arnol-urges-everyone-to-reflect-on-the-selflessness-of-firefighters-in-the-pursuit-of-public-safety/news-story/59c6315bbf383ef9bb4e270d60cd9296 Mercury] =='''I'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''IKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William George Ikin|Ikin, William George]] [https://www.familysearch.org/tree/person/details/LWFZ-C37] - 1887(NSW)-1974(Vic) - Licences: 4SM Townsville (1925-1926); 4SM Brisbane (New Farm, 1927) - Qualifications: cc; AOCP 201, 1925, No. 18 in Qld - amateur operator; amateur broadcaster (dealer licence); WW1 - Electoral Rolls: mechanical engineer (Gladstone, 1913); engineer & electrician (Barcaldine, 1914); manager (Strand Motors, Townsville, 1925); motor mechanic (Mt Garnet, 1937-1949; Cardwell, 1949); farmer (Mareeba, 1954-1972) ===''INGLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Stanley Inglis|Inglis, Kenneth Stanley]] - 1929(Vic)-2017(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - historian (ABC); "This is the ABC"; "Whose ABC?" - Electoral Rolls: - Links: [[w:Ken Inglis|Wikipedia]] [https://www.tandfonline.com/doi/full/10.1080/1031461X.2018.1493961 Obit] ===''IRELAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Keith Ireland|Ireland, Leslie Keith "Keith"]] [https://www.familysearch.org/tree/person/details/LRMD-BPV] - 1908(SA)-1942(SA) - Licences: 5KR Mt Gambier (1933-1939) - Qualifications: cc; CPRT 950, 1927; AOLCP 60, 1932 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: radio dealer (Mt Gambier, SA, 1939-1941) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/633509 VWMA]; [https://www.awm.gov.au/collection/R1721431 AWM]; [https://aviationmuseumwa.org.au/afcraaf-roll/ireland-leslie-keith-47849/ AHM] ===''IRESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melville Charles Gladstone Ireson|Ireson, Melville Charles Gladstone]] [https://www.familysearch.org/tree/person/details/GMZT-ML6] - 1898(Vic)-1955(Vic) - Licences: 3ZY Kyneton (1931-1933); 3AIR Kyneton (1947-1955) - Qualifications: cc; AOCP 305, 1926, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Maldon, 1919); telegraphist (Ballarat, 1925); postal employee (Kyneton, 1931-1954) ===''IRVINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Irvine|Irvine, William]] - 1907(???)-19??(???) - Licences: 4IR Brisbane (Mitchelton, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1987, 1937, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous WIs - Electoral Rolls: Nil yet identified ===''IRVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Lawson Irving|Irving, Cyril Lawson]] [https://www.familysearch.org/tree/person/details/GXZT-65R] - 1912(Qld)-1992(Qld) - Licences: 4WL Brisbane (Annerley, 1933-1939) - Qualifications: cc; AOCP 1199, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Coorparoo, Qld, 1943-1980) ===''ISLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Clifford Isles|Isles, James William Clifford "Clifford"]] [https://www.familysearch.org/tree/person/details/LBVH-RV1] - 1894(Qld)-1967(Qld) - Licences: 4CC Receive Brisbane (Ascot, 1922); 4CC Brisbane (Ascot, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club member (QWI); business proprietor (Isles Love & Co, Allan & Stark); WW1 - Electoral Rolls: clerk (Hamilton, 1915-1937); manager (Hamilton, 1943-1958); director (Hamilton, 1963) ===''ISRAEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Samuel Israel|Israel, Morris Samuel]] [https://www.familysearch.org/tree/person/details/GZQ4-CBC] - 1896(Vic)-1965(Vic) - Licences: XMU Melbourne (St Kilda, 1913); 3ZN Melbourne (St Kilda, 1923-1924; Malvern, 1925-1926; Burwood, 1927); 3ZN Geelong, 1931-1933; 3ZN Melbourne (Burwood, 1937-1939, 1946-1955) - Qualifications: cc; AOCP 13, 1924, No. ?? in Vic; AOLCP 35, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcasting executive; WW2 - Electoral Rolls: soldier (St Kilda, 1919-1924); radio mechanic (Burwood, 1926-1928); broadcasting engineer (Geelong, 1931); engineer (Geelong North, 1936; Camberwell, 1937-1963); ===''IVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil Albert Ives|Ives, Cecil Albert]] [https://www.familysearch.org/tree/person/details/GZLJ-848] - 1916(SA)-1942(Vic) - Licences: 5AF Adelaide (Glenelg, 1935-1939) - Qualifications: cc; AOCP 1451, 1935, SA - amateur operator, amateur broadcaster; WW2 - Electoral Rolls: commercial artist (Glenelg, 1939-1943) - Sacrifice: "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/ives-cecil-albert-300407/] =='''J'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''JACKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil Jackson|Jackson, Alfred Cecil "Alf"]] [https://www.familysearch.org/tree/person/details/LDLP-F65] - 1900(NSW)-1972(NSW) - Licences: 4AJ Brisbane (Fairfield, 1931); 2BO Bangalow (1933) - Qualifications: cc; CPRT 620, 1921; 1COCP 67, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG, Brisbane Cmcls); state public servant (4QG) - Electoral Rolls: radio engineer (Fairfield, Qld, 1928-1931); farmer (Possum Creek, NSW, 1934-1937); mechanic (Fairfield, Qld, 1943-1954); farmer (O'Possum Creek via Bangalow, NSW, 1958-1963) * [[/Alfred George Jackson|Jackson, Alfred George]] [https://www.familysearch.org/tree/person/details/LY5P-2X1] - 1864(Eng)-1935(Qld) - Licences: 4DG Receive Brisbane (Wynnum, Qld, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; radio clubs (WIQ, QWI, WIAQ); electrical engineer - Relationships: father of Arthur Appleton Jackson - Electoral Rolls: electrical engineer (South Brisbane, Qld, 1903-1913); electrician (Wynnum, Qld, 1914-1934) * [[/Arthur Appleton Jackson|Jackson, Arthur Appleton]] [https://www.familysearch.org/tree/person/details/LY55-M8F] - 1891(Qld)-1985(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster; radio clubs (QWI, WIAQ); electrical engineer; business proprietor; Relationships: son of Alfred George Jackson - Electoral Rolls: electrical engineer (Wynnum, Qld, 1913-1914; Morningside, Qld, 1915-1919; Wynnum, Qld, 1919; South Brisbane, Qld, 1921-1968); retired (Hill End, Qld, 1972; Highgate Hill, Qld, 1977; Hopetoun Home, Oxley, Qld, 1980) * [[/James William Jackson|Jackson, James William "Jim"]] [https://www.familysearch.org/tree/person/details/G7FH-JCW] - 1916(Qld)-2011(Qld) - Licences: 4CN Brisbane (Cribb Island, 1938-1939; 1946-1969; Lawnton, 1975-1980) - Qualifications: cc; AOCP 2096, 1938, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); military (WW2,Northern Command Signals); farmer/electrician/radio & TV serviceman - Electoral Rolls: farmer (Cribb Island, Qld, 1937-1968); rubber worker (Lawnton, Qld 1972-1980) * [[/Thomas William Jackson|Jackson, Thomas William]] - 1830(Eng)-1918(Vic) - Deputy Postmaster-General Victoria ca 1880, clubs & societies (Telegraph Electrical Society Vic, member, ca 1880) ===''JAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Russell James|James, Brian Russell]] [https://www.familysearch.org/tree/person/details/GZLV-GXV] - 1920(SA)-1944(Europe) - Licences: 5BL Adelaide (1939) - Qualifications: AOCP 2293, 1939, SA - amateur operator, amateur broadcaster, WW2 (RAAF, 76 Squadron RAF, Flying Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://highgate-rsl.org.au/afcraaf-roll/james-brian-russell-417490/] * [[/Hector Keith James|James, Hector Keith]] [https://www.familysearch.org/tree/person/details/GZV7-WVL] - 1905(NSW)-1966(NSW) - Licences: 2XA Receive Sydney (Summer Hill, 1923); 2XA Sydney (Summer Hill, 1924-1933; Ashfield, 1934; Double Bay, 1935-1936; Coogee, 1937-1938; Woollahra, 1939; Summer Hill, 1948-1961) - Qualifications: cc; AOCP 183, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Summer Hill, 1930-1933), engineer (Edgecliff, 1936; Ashfield, 1949; Summer Hill, 1943-1963) * [[/Herbert Ronald James|James, Herbert Ronald]] [https://www.familysearch.org/tree/person/details/GDRD-1SM] - 1904(Vic)-1982(Vic) - Licences: 3LH Birchip (1931-1933); 3LH Drouin (1938-1939); 7LH Western Junction (1947); 7LH Launceston (1948); 3AJJ Melbourne (Deepdene, 1954); 3AJJ Lubeck (1955-1956); 3AJJ Braeside (1960); 3AJJ Rupanyup (1965-1969); 3AJJ Nowa Nowa (1975-1980) - Qualifications: cc; AOCP 813, 1931, Vic; BOCP 17, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Merbein, 1925); fitter & turner (Merbein, 1928-1931); radio engineer (Merbein, 1936); technician (Western Junction, Tas, 1949); radio engineer (Deepdene, 1954); technician (Rupanyup, 1963-1968); retired (Nowa Nowa, 1972-1980) * [[/R. James|James, R.]] - 19??(???)-19??(???) - Licences: XZE via Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified * [[/Thomas Reynolds James|James, Thomas Reynolds]] - 19??(???)-19??(???) - employment (Vic Posts & Telegraphs, worked on original Melbourne-Williamstown telegraph line 1854, later in charge of Melbourne Telegraph Office, but transferred to inspectorial work in 1879 due to disorganisation, reinstated in 1880) ===''JAMIESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Jamieson|Jamieson, Charles William]] [https://www.familysearch.org/tree/person/details/L4SY-YNQ] - 1896(Vic)-1971(Vic) - Licences: XJW Melbourne (St Kilda, 1913-1914); 3CJ Melbourne (East St Kilda, 1924-1926); 3XX Melbourne (East Malvern, 1954-1975) - Qualifications: cc; BOCP 130, 1937 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: engineer (St Kilda, 1921-1925); mechanic (Malvern, 1926-1968) * [[/John Edward Jamieson|Jamieson, John Edward]] [https://www.familysearch.org/tree/person/details/G8VS-M43] - 1910(WA)-1957(WA) - Licences: 6LA Perth (Beaconsfield, 1930-1933); 6LA Kalgoorlie (1938-1939) - Qualifications: cc; AOCP 673, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio salesman (Kalgoorlie, 1936-1937); salesman (Kalgoorlie, 1943); radio engineer (Kalgoorlie, 1949-1954) ===''JANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Harold Jansen|Jansen, Claud or Claude Harold]] [https://www.familysearch.org/tree/person/details/GDGS-9TN] - 1890(NSW)-1968(NSW) - Licences: V751 Receive Yarrawonga (1922); 3GW Receive Yarrawonga (1922)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: printer (Yarrawonga, 1913-1922); linotype engineer (Yarrawonga, 1924-1931); printer (Shepparton, 1934-1937); linotype operator (Albury, 1937-1949); engineer (Albury, 1954-1968) ===''JARDINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Jardine|Jardine, William Ronald]] [https://www.familysearch.org/tree/person/details/G8ZC-T63] - 1911(Vic)-1983(Vic) - Licences: 3PR Melbourne (Essendon, 1929-1933); 3PR Leongatha (1937-1939, 1946-1980+) - Qualifications: AOCP 533, 1929, No. ?? in Vic; AOLCP 108, 1933 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farm labourer (Craigieburn, 1934); dairy farmer (Leongatha, 1937-1954); salesman (Leongatha, 1963-1980) ===''JARMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Arthur Jarman|Jarman, Oswald Arthur]] [https://www.familysearch.org/tree/person/details/G612-K6Y] - 1894(SA)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 162, 1915; 1COCP 37, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Broome, WA, 1921-1922); telegraphist (Applecross, WA, 1925; Surrey Hills, Vic, 1928); supervisor (Bentley, Vic, 1931-1954) ===''JARVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jack Edwin Jarvis|Jarvis, Vincent Jack Edwin "Victor", "Vic"]] [https://www.familysearch.org/tree/person/details/GZ2K-6FP] - 1912(WA)-1941(Libya) - licences: 2VJ Orange (1930-1933), 2VJ Dubbo (1934), 2VJ Wellington (1935-1936), 2VJ Bathurst (1937), 2VJ Griffith (1938-1939) - qualifications: AOCP 695, 1930, No. ?? in NSW; BOCP 46, 1936 - amateur operator, amateur broadcaster (2VJ Wellington), broadcast engineer (2BS, 2RG), WW2 (RAAF, Rathmines Flying Boats Base, Palestine, Egypt, Libya) - electoral rolls: radio mechanic (Wellington, 1936), radio engineer (Bathurst, 1937), wireless operator (Rathmines, 1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/633817] ===''JEFFRYES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Harry Jeffryes|Jeffryes, Sydney Harry]] - 1884(Qld)-19??(???) - X?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), ship's wireless operator, member of the Australasian Antarctic Expedition 1911-1914 ===''JEFFS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jeffs|Jeffs, Vincent]] [https://www.familysearch.org/tree/person/details/GX4T-4M8] - 1912?(???)-1970(Qld) - Licences: 4VJ Brisbane (Taringa, 1931-1933; City, 1934-1939, 1946; Gordon Park, 1948-1969) - Qualifications: cc; AOCP 753, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio cub (WIAQ, life member, lecturer, code instructor, field days, JOTA, conventions, operator 4WI); business proprietor (Jeffs Radio) - Electoral Rolls: salesman (Taringa, Qld, 1934; New Farm, Qld, 1936-1937; Taringa, Qld, 1937); radio manufacturer (New Farm, Qld, 1943); salesman (Taringa, Qld, 1949); businessman (Gordon Park, Qld, 1958-1968) ===''JENNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Jenner|Jenner, John Henry]] [https://www.familysearch.org/tree/person/details/K2Y9-64Z] - 1877(Eng)-1961(NSW) - Licences: 7BM Receive Premaydena (1923); Receive Premaydena (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 2ABM John Ingoldsby Jenner - Electoral Rolls: law clerk (Lindisfarne, 1914); orchardist (Koonya, 1919-1928); Xray technician (Double Bay, NSW, 1930; Bondi, 1933-1935) * [[/John Ingoldsby Jenner|Jenner, John Ingoldsby]] [https://www.familysearch.org/tree/person/details/LKY4-7S2] - 1904(Eng)-1980(???) - Licences: 2ABM Sydney (Maroubra, 1933-1939) - Qualifications: cc; AOCP 1194, 1933, NSW - amateur operator; amateur broadcaster - Relationships: Son of 7BM John Henry Jenner - Electoral Rolls: engineer (Haberfield, 1930; Bondi, 1933-1935); telephone engineer (Maroubra, 1937); engineer (Maroubra, 1943-1954; Revesby, 1968); retired (Turramurra, 1972); engineer (Revesby, 1980) ===''JENNISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Jennison|Jennison, Joseph William]] [https://www.familysearch.org/tree/person/details/LTS7-316] - 1899(Vic)-1965(Vic) - Licences: 2JJ Mathoura (1928-1939); 2MX Mathoura (1948-1950) - Qualifications: AOCP 414, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: farmer (Mathoura, 1930-1949; Echuca, 1954; Deniliquin, 1958); nil (Echuca, 1963) (Licences in the name of his father John William Jennison but most likely son was operator, father passed in 1942) ===''JENSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jens August Jensen|Jensen, Jens August]] [https://www.familysearch.org/tree/person/details/GXQM-1MX] - 1865(Vic)-1936(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - Minister for Navy (1915-1917) - Comment: famously dismissed for corruption in respect of purchase of Shaw Wireless Works in 1916 - Electoral Rolls: licensed victualler (Beauty Point, Tas, 1914-1919); orchardist (Beauty Point, Tas, 1919-1922); no occupation (Elsternwick, Vic, 1936) - Links: [[w:Jens_Jensen_(politician)|Wikipedia]] [https://adb.anu.edu.au/biography/jensen-jens-august-6840 ADB] * [[/Laurence Richard Hopkins Jensen|Jensen, Laurence or Lawrence Richard Hopkins]] [https://www.familysearch.org/tree/person/details/GZ6V-MJ1] - 1906(Tas)-1974(Tas) - Licences: 7BL Receive West Devonport (1923); Receive West Devonport (1923-1924); 7LJ Launceston (1925-1939, 1947-1969+) - Qualifications: cc; AOCP 78, 1925, No. ?? in Tas; BOCP 215, 1939; 1AOCP 9, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (New Town, 1928); teacher (New Town, 1936-1972) ===''JENVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Walter Jenvey|Jenvey, Henry Walter]] [https://www.familysearch.org/tree/person/details/G4QJ-7TS] - 1851(Eng)-1932(Vic) - Licences: AA Melbourne 1900; X?? Melbourne - early wireless experimenter, arguably his use of the identifier AA was the first use of an Australian callsign; arguably Australia's first amateur operator as the majority of his experiments were self-funded and in his own time - Qualifications: cc; Nil yet identified - employment (Vic P & T; PMGD) - Relationships: father of 3WW William Walter Jenvey - Electoral Rolls: electrical engineer (Brighton, 1909); public servant (Caulfield East, 1919-1931) * [[/William Walter Jenvey|Jenvey, William Walter "Bill"]] [https://www.familysearch.org/tree/person/details/G4QV-9GL] - 1904(Vic)-1981(Qld) - Licences: 3AY Melbourne (Caulfield, 1922-1927; Ormond, 1931-1938); 2YJ Sydney (Concord, 1939); 3AY Melbourne (Ormond, 1947); 2ZO Sydney (Willoughby, 1948-1969); 2ZO Noosa Heads (1980) - Qualifications: cc; CPRT 824, 1924; 1COCP 68, 1930 - amateur operator; amateur broadcaster - Relationships: son of Henry Walter Jenvey - Electoral Rolls: telegraphist (Caulfield, Vic, 1926-1927); operator (Bentleigh, Vic, 1931-1937); radio engineer (Croydon, NSW, 1943; Willoughby, NSW, 1949-1968); engineer (Willoughby, NSW, 1972); nil (Nelligen, NSW, 1977; Noosa Heads, Qld, 1980) ===''JERRARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Joseph Jerrard|Jerrard, Frederick Joseph]] [https://www.familysearch.org/tree/person/details/LB43-BKT] - 1899(Qld)-1963(Qld) - Licences: 4DR Receive Gayndah (1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Gayndah, 1921-1930); motor mechanic (Gayndah, 1936-1937); engineer (Indooroopilly, 1943-1963) ===''JESSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick Ferman Jessop|Jessop, Patrick Ferman]] [https://www.familysearch.org/tree/person/details/G6QN-8HV] - 19??(Eng?)-19??(Qld?) - Licences: 4PJ Kamma (1925-1927); 4PJ Cairns (Hambledon, 1937-1939) - Qualifications: cc; Nil yet identified (England?) - amateur operator; amateur broadcaster; WW1(RFC) - Halcyon: not mentioned - Electoral Rolls: labourer (Edmonton, 1922-1930); weigh bridge clerk (Hambledon, 1936-1943) ===''JEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Jewell|Jewell, Thomas John]] [https://www.familysearch.org/tree/person/details/GDYD-YH1] - 1905(WA)-1965(WA) - Licences: 6CA Receive Perth (Subiaco, 1923); 6JJ Perth (Victoria Park, 1927); 6JJ Kalgoorlie (1930-1931); 6JJ Perth (Victoria Park, 1933-1939) - Qualifications: cc; CPRT 876, 1925; 1COCP 129, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Victoria Park, WA, 1931-1937); radio inspector (Victoria Park, WA, 1943; Scarborough, WA, 1949); inspector (Scarborough, WA, 1954-1963) ===''JOHNSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Johnson|Johnson, Arthur]] [https://www.familysearch.org/tree/person/details/GXD7-X12] - 1921(Qld)-2004(Qld) - Licences: 4PX Brisbane (Hendra, 1938-1939; Ascot, 1946-1948; Hendra, 1954-1975), 4PX Buddina Beach (1980+) - Qualifications: cc; AOCP 2093, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (Sunshine Coast ARC); military (WW2, AIF, Signals) - Comment: Several contemporaneous AJs - Electoral Rolls: Commonwealth public servant (Hendra, Qld, 1968) + others * [[/Carl Francis Johnson|Johnson, Carl Francis]] [https://www.familysearch.org/tree/person/details/LH8T-HSH] - 1899(Tas)-1985(Tas) - Licences: Receive Hobart (West Hobart, 1923); 7AR Hobart (West Hobart, 1924-1939) - Qualifications: cc; AOCP 218, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: federal servant (West Hobart, 1922-1954) * [[/Edward Norman Johnson|Johnson, Edward Norman]] [https://www.familysearch.org/tree/person/details/MM4W-MLQ] - 1886(Vic)-1960(USA) - Licences: Receive Warrnambool (1923); 3ZO Warrnambool (1923-1924); 3ZO Horsham (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (East Melbourne, 1909); manager (Wonthaggi, 1914); draper (Newtown, 1917); traveller (Geelong, 1919) * [[/H. B. Johnson|Johnson, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1926); 5HB Adelaide (Henley Beach, 1937-1939) - Qualifications: AOCP 252, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: - common surname, individual not yet identified * [[/Ivo Uric Johnson|Johnson, Ivo Uric]] [https://www.familysearch.org/tree/person/details/G9VV-H8S] - 1903(NSW)-1961(Qld) - Licences: 4KL Cairns (1933-1960) - Qualifications: cc; CPRT 813, 1924; 2COCP 668, 1942; 1COCP 655, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Cairns, Qld, 1936-1963) * [[/Joseph Murray Johnson|Johnson, Joseph Murray]] [https://www.familysearch.org/tree/person/details/L5YM-M5N] - 1889(NSW)-1986(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 113, 1915; 1COCP 200, 1931 - RANRS (CPO to Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: engineer operator (Geraldton, 1915-1917); radio expert (Lane Cove, NSW, 1930-1934); engineer (Brighton, Vic, 1936; Caulfield, 1937); engineer (Longueville, NSW, 1943-1949); manager (Turramurra, 1954-1963); retired (Strathfield, 1963; Port Macquarie, NSW, 1968-1977; Wauchope/Yrrs, 1980) ===''JOHNSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. B. Johnston|Johnston, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Norman Brint Johnston|Johnston, Norman Brint]] [https://www.familysearch.org/tree/person/details/G8NC-K7F] - 1913(WA)-1979(WA) - Licences: 6NJ Perth (South Fremantle, 1930-1933; Subiaco, 1937-1939) - Qualifications: cc; AOCP 642, 1930, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Subiaco, 1937-1943); radio mechanic (Maylands, 1943-1968; Mt Lawley, 1972-1977) * [[/Robert Walter Johnston|Johnston, Robert Walter]] [https://www.familysearch.org/tree/person/details/GXDS-FHJ] - 1914(Qld)-1963(Qld) - Licences: 4LQ Brisbane (Petrie Terrace, 1934-1939) - Qualifications: cc; AOCP 1270, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Petrie Terrace, Qld, 1936-1937); no occupation (Ingleburn, NSW, 1954-1958); retired (Petrie Terrace, Qld, 1963) * [[/William David Johnston|Johnston, William David]] [https://www.familysearch.org/tree/person/details/G8XJ-3RY] - 1909(Irl)-1985(NSW) - Licences: 2YZ Sydney (Ryde, 1930-1939, 1946-1948; Gladesville, 1950; Matraville, 1954-1980+) - Qualifications: AOCP 616, 1930, No. ?? in NSW; 2COCP 323, 1931; 1COCP 398, 1940 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Ryde, 1930-1943); radio engineer (Gladesville, 1949; Matraville, 1954-1980) ===''JOHNSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. D. Johnstone|Johnstone, H. D.]] - 19??(???)-19??(???) - Licences: 3HJ Melbourne (Surrey Hills, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified ===''JONASSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Peter Jonasson|Jonasson, Roy Peter]] [https://www.familysearch.org/tree/person/details/9KPW-ZL1] - 1908(Qld)-1989(Qld) - Licences: 4NG Alberton (1931-1933); 7NG Derwent Park (1937-1939); 3ND Castlemaine (1946-1969); 9NG, PNG; 4NE Brisbane (Kingston, 1980) - Qualifications: cc; AOCP 827, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, QRP Club, RAAF Wireless Reserve, Qld Listeners' League); employment (Qld State Electricity Commission) - Electoral Rolls: electrical fitter (Castlemaine, 1942-1972); retired (Kingston, Qld, 1972-1980) ===''JONES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Ernest Jones|Jones, Alfred Ernest]] [https://www.familysearch.org/tree/person/details/G61R-CTW] - 1894(NSW)-1970(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 241, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Comment: not all electoral roll entries identified, several contemporaneous AEJs; Electoral Rolls: radio telegraphist (Broome, WA, 1917-1922) * [[/David William Jones|Jones, David William]] - 19??(???)-19??(???) - Licences: 4DJ Brisbane (Chelmer, 1930-1933) - Qualifications: cc; AOCP 683, 1930, No. ?? in Qld - amateur operator, amateur broadcaster - Comment: several contemporaneous DWJs - Electoral Rolls: public servant (Chelmer, 1925-1931); engineer (Holland Park, 1958)? * [[/Lancelot Cyril Jones|Jones, Lancelot Cyril "Lance"]] [https://www.familysearch.org/tree/person/details/G8L3-2LS] - 1891(SA)-1971(SA) - Licences: XVB Adelaide (Hawthorn, 1913-1914); 5BQ Adelaide (Westbourne Park, 1923-1924); 5DN Adelaide (City, 1923-1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; co-founder 5DN commercial Adelaide - Electoral Rolls: manager (Broadway Estate, 1939-1943) * [[/Raymond Edward Jones|Jones, Raymond Edward]] [https://www.familysearch.org/tree/person/details/LL9R-FLM] - 1900(Vic)-1987(Vic) - Licences: 3RJ Melbourne (Ascot Vale, 1928; Box Hill, 1931-1939, 1946-1980+) - Qualifications: AOCP 407, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: telegraphist (Newmarket, 1921); public servant (Ascot Vale, 1922-1924); telegraphist (Box Hill, 1931-1943); supervisor (Box Hill, 1949-1963); retired (Box Hill, 1968-1980) * [[/Stanley William Jones|Jones, Stanley William]] [https://www.familysearch.org/tree/person/details/GZL8-BPL] - 1917(Vic)-1943(PNG) - Licences: 3SF Ballarat (1937-1939) - Qualifications: AOCP 1953, 1937, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Signalman, 6 Division Signals) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1687469] (beware, another Stanley William Jones died in WW2, Flight Sergeant, 626 Squadron) * [[/Walter Henry Jones|Jones, Walter Henry]] [https://www.familysearch.org/tree/person/details/G8NB-Z8F] - 1914(NSW)-1980(NSW) - Licences: 2PY Sydney (Marrickville, 1930-1933); 2RS Sydney (Marrickville, 1935-1939); 2WP Sydney (Bexley, 1965-1980) - Qualifications: AOCP 652, 1930, NSW; 1COCP 57, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless telegraphist (Bexley North, 1949-1972); telegraphist (Bexley North, 1977-1980); Beware: Another contemporaneous Walter Henry Jones in Sydney b.1915 m.Edith * [[/W. R. Jones|Jones, W. R.]] - 19??(???)-19??(???) - Licences: 4EK Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''JORDAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Jordan|Jordan, James "Jim"]] [https://www.familysearch.org/tree/person/details/GXHL-VNQ] - 1903(Sct)-1979(Qld) - Licences: 4JJ Ipswich (1933); 4JJ Bundaberg (1934-1939) - Qualifications: cc; AOCP 1162, 1933, Qld - amateur operator; amateur broadcaster; broadcast engineer (4BU); senior military (RAAF, Wing-Commander) - Electoral Rolls: striker (West Ipswich, Qld, 1932); radio mechanic (Bundaberg, Qld, 1934-1937) * [[/Robert Jordan|Jordan, Robert]] - 1893(NZ)-19??(???) - commercial operator (1COCP 4, 1914, No. 4 in Aus and Vic, Commonwealth system) - coastal station operator? ===''JUDD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Harvey Judd|Judd, Clarence Harvey]] [https://www.familysearch.org/tree/person/details/GXVF-9XS] - 1920(SA)-1986(SA) - Licences: 5HQ Adelaide (Colonel Light Gardens, 1954-1980) - Qualifications: cc; AOCP 3374, 1953, Qld - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/Oswald William Judd|Judd, Oswald William]] [https://www.familysearch.org/tree/person/details/GXVX-X56] - 1896(SA)-1934(SA) - Licences: XVF Adelaide (North Norwood, 1913); Receive Adelaide (Payneham, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: Nil yet identified =='''K'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''KANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Leslie Kane|Kane, John Leslie "Les"]] - 1910(Qld)-1985(Qld), 4ZZ Roma, amateur operator (AOCP 2335, 1939, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), senior state public servant (Qld Railways) ===''KAUFMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Samuel Donald Kaufman|Kaufman, Samuel Donald]] [https://www.familysearch.org/tree/person/details/LB6X-937] - 1904(NSW)-1988(NSW) - Licences: 2SK Sydney (Belmore, 1928-1939, 1946-1980+) - Qualifications: AOCP 448, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Belmore, 1933-1980) ===''KAUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Alexis Kauper|Kauper, Henry or Heinrich Alexis "Harry"]] [https://www.familysearch.org/tree/person/details/GZXZ-WYQ] - 1888(Vic)-1942(Vic) - Licences: S643 Adelaide (1921-1922); 5BG Adelaide (Dulwich, 1923-1926; Tusmore, 1927-1928) - Qualifications: cc; AOCP 97, 1925, No. ?? in SA - amateur operator; amateur broadcaster; broadcast engineer; inventor - Electoral Rolls: chauffer (Willaura, Vic, 1910); engineer (Richmond, Vic, 1931-1937) - [https://adb.anu.edu.au/biography/kauper-henry-alexis-harry-6898 ADB] ===''KAYESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Kayess|Kayess, Sydney]] [https://www.familysearch.org/tree/person/details/GCYG-NHD] - 1892(NSW)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified -RANRS (CPOE, 1917) - Electoral Rolls: fitter & turner (Cooktown, 1917); engineer (Hendra, Qld, 1919); engine driver (Charleville, Qld, 1921); mechanic (Mossman, 1925); motor mechanic (Watchem, Vic, 1928); auto engineer (Dulwich Hill, NSW, 1930); garage manager (New Lambton, NSW, 1930; Foveaux, NSW, 1933); engineer (Forest Lodge, NSW, 1935-1937); labourer (Darlinghurst, 1937; Glenmore, NSW, 1943); mechanical engineer trainee (Haberfield, NSW, 1949); engineer (Manly North, NSW, 1958) ===''KEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Patrick James Keane|Keane, John Patrick James]] [https://www.familysearch.org/tree/person/details/G8V5-P25] - 1903(NSW)-1964(NSW) - Licences: 2JN Cessnock (1930-1936; 2JN Sydney (Bexley, 1937-1939; McMahons Point, 1946-1961) - Qualifications: AOCP 698, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: storeman (Darling Harbour, 1930); clerk (Cessnock, 1931-1932; Newcastle, 1934; Bexley, 1935-1937; McMahons Point, 1943-1949; North Sydney, 1958-1963) ===''KEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Keast|Keast, Leslie John]] [https://www.familysearch.org/tree/person/details/K2QP-J6X] - 1886(SA)-1957(WA) - Journalist (Wireless Weekly; shortwave editor, Australasian Radio World, 1940-1951; Radio & Hobbies), professional monitor (OWI/VOA, WW2), silent era cinematographer - Electoral Rolls: licensed victuallar (Royal Hotel, Bowral, 1933-1934); ex-hotelkeeper (Coogee, 1935); clerk (Randwick North, 1936-1937); sales manager (Carlingford, 1943); organising secretary (Ermington, 1949-1958) ===''KEDDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Robert Keddie|Keddie, Phillip Robert]] [https://www.familysearch.org/tree/person/details/G67S-1T7] - 1921(SA)-2003(SA) - Licences: 5KZ Adelaide (Woodville Park, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1882, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: AMF (Woodville Park, SA, 1943) ===''KELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Edward Kells|Kells, Alfred Charles Edward]] [https://www.familysearch.org/tree/person/details/LTMT-7D3] - 1900(Vic)-1955(Vic) - Licences: Receive Melbourne (Moonee Ponds, 1923); 2430 Melbourne (Moonee Ponds, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: postal electrician (Moonee Ponds, 1921-1925); mechanic (Essendon, 1928-1954) ===''KELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Wainwright Kelly|Kelly, Alexander Wainwright]] [https://www.familysearch.org/tree/person/details/GZP6-G6V] - 1908(SA)-1954(SA) - Licences: Receive (Crystal) Largs Bay (1923); Receive Largs Bay (1923); 5AW Lyndoch (1927-1939); 5XO Loxton (1954) - Qualifications: cc; AOCP 358, 1927, No. ?? in SA - amateur operator; amateur Broadcaster - Electoral Rolls: winemaker (Berri, 1939-1943) * [[/Ross Donaldson Kelly|Kelly, Ross Donaldson]] [https://www.familysearch.org/tree/person/details/G7BG-2PR] - 1906(SA)-1959(SA) - Licences: 5LW Adelaide (Unley, 1937-1939; Hazelwood Park, 1948-1956) - Qualifications: cc; AOCP 2032, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: assurance agent (Dulwich, 1941-1943) ===''KELSO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham Kelso|Kelso, Graham]] [https://www.familysearch.org/tree/person/details/GXXH-9DH] - 19??(???)-19??(???) - Licences: 4EL Receive Brisbane (Nundah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: PMG technician (Petrie Terrace, Qld, 1958); technician (Brisbane, Qld, 1968; St Lucia, Qld, 1972-1980) ===''KEMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Kemble|Kemble, Frederick John]] [https://www.familysearch.org/tree/person/details/GZZ2-8WY] - 1915(SA)-1939(WA) - Licences: 6FJ Katanning (1936-1939) - Qualifications: cc; AOCP 1673, 1936, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: blacksmith's striker (Katanning, WA, 1937) ===''KEMP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Kemp|Kemp, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GZ2F-PYS] - 1910(Qld)-1997(Qld) - Licences: 4YA Yangan - Qualifications: cc; AOCP 1466, 1935, Qld; BOCP 110, 1937; 2COCP 123, 1937; 1COCP 163, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Swanfels, Qld, 1936-1937); radio technician (Kedron, Qld, 1943-1949; Wavell Heights, Qld, 1954-1980) * [[/Joseph Edward Kemp|Kemp, Joseph Edward]] [https://www.familysearch.org/tree/person/details/G691-NWV] - 1918(Tas)-1991(WA) - Licences: 7RZ Devonport (1937-1939); 7RZ Launceston (1946-1948) - Qualifications: cc; AOCP 1847, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio telegraphist (Como, 1949); radio officer (Esperance, 1954-1958; Yokine, WA, 1963-1980) ===''KEMPSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Kempster|Kempster, Frederick]] [https://www.familysearch.org/tree/person/details/LVPC-NHM] - 1900(SA)-1957(SA) - Licences: 5KM Darwin (1929-1931); 8KM Darwin (1937-1939) - Qualifications: cc; AOCP 543, 1929, No. ?? in NT - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Fullarton, 1934); supervisor (Fullarton, 1939-1943) ===''KENNA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Francis Kenna|Kenna, Vernon Francis "Vern" / "Marconi"]] [https://www.familysearch.org/tree/person/details/GS1D-4ZV] - 1908(Qld)-1987(NSW) - Licences: 4DE Receive Brisbane (Hamilton, 1923-1924); 4FK Brisbane (Hamilton, 1926-1939); 2JR Sydney (Middle Cove, 1980+) - Qualifications: cc; AOCP 301, 1926, No. 29 in Qld - amateur operator; amateur broadcaster; broadcast engineer (PMGD); radiocommunications engineer; senior public servant (PMG, ABC2); WW2 - Electoral Rolls: postal electrician (Hamilton, Qld, 1936-1954); engineer (Balwyn, Vic, 1963; Killara, 1963; Middle Cove, 1968-1972; Willoughby, 1977-1980) ===''KENNEDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Kennedy|Kennedy, Peter]] [https://www.familysearch.org/tree/person/details/GDKD-8Q7] - 1874(Vic)-1945(SA) - Licences: XYD Perth (City, 1913-1914); 6AM Perth (Mt Lawley, 1923-1927); 5AM Adelaide (City, 1928; Unley, 1931; New Parkside, 1933-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; senior federal public servant (PMG, concluding as Deputy Postmaster-General SA); WW1 - Awards: Imperial Service Order - Electoral Rolls: telegraphist (Leederville, 1903; Mt Lawley, 1910-1921); State Engineer (Maylands, 1925-1926); civil servant (New Parkside, 1939-1943) * [[/M. Kennedy|Kennedy, M.]] - 19??(???)-19??(???) - Licences: 4EP Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter Donald Kennedy|Kennedy, Walter Donald]] [https://www.familysearch.org/tree/person/details/LBRG-1WB] - 1869(NSW)-1951(NSW) - Licences: 2WK Sydney (Rockdale, 1925-1926; Willoughby, 1927-1929); 2WK Helensburgh (1930-1933); 2WK Sydney (East Sydney, 1934); 2WK Wallerawang (1935); 2WK Sydney (Rockdale, 1936-1939, 1946-1950) - Qualifications: cc; AOCP 121, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: clergyman (Murrumburrah, 1913; Helensburgh, 1930-1932); clerk (Darlinghurst, 1934-1935); clerk in Holy Orders (Rockdale, 1936-1949) ===''KENNY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Francis Kenny|Kenny, Edmund Francis]] [https://www.familysearch.org/tree/person/details/G8MB-R3M] - 1903(NSW)-1980(NSW) - Licences: 2EK Sydney (Lewisham, 1927-1928; Croydon, 1929; Ryde, 1930-1931; Granville, 1933-1939, 1946-1948); 2EK Wentworthville (1950-1980) - Qualifications: AOCP 373, 1927, No. ?? in NSW -amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1930); clerk (West Ryde, 1930-1933); engineer (Granville, 1935-1949); radio engineer (Wentworthville, 1954-1968); engineer (Wentworthville, 1972-1977) ===''KEOGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Keogh|Keogh, William George]] [https://www.familysearch.org/tree/person/details/GDJ4-H7G] - 19??(???)-1960(NSW) - Licences: 2ZA Receive Sydney (Stanmore, 1923); 2ZA Sydney (Summer Hill, 1923; Stanmore, 1924-1925); licensed operator 2AG Grace Bros Broadway - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Randwick North, 1943-1958) ===''KERBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Thomas John Kerby|Kerby, Edwin Thomas John]] [https://www.familysearch.org/tree/person/details/GM72-SFL] - 1888(Vic)-1971(Vic) - Licences: 7EK Ringarooma (1932-1939); 3KK Melbourne (Auburn, 1946-1969) - Qualifications: cc; AOCP 940, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW1; WW2 (Major) - Awards: Military Star 1914-1915; British War Medal, Victory Medal; MBE - Electoral Rolls: manager (Ballarat, 1909); restaurant keeper (Brunswick, 1914); electrical engineer (Richmond, 1914-1917); grazier (Ballarat, 1919); farmer (Linton, 1922); grazier (Fawkner, 1924-1925); engineer (St Kilda, 1943; Auburn, 1949-1968) - Links: [[w:Edwin Kerby|Wikipedia]] ===''KERMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Kermond|Kermond, Leslie John "Les"]] [https://www.familysearch.org/tree/person/details/G8W7-Y88] - 1912(Vic)-2007(Vic) - Licences: 3DX Warrnambool (1928-1980+) - Qualifications: AOCP 417, 1928, No. ?? in Vic; AOLCP 182, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: biograph operator (Warrnambool, 1936-1937); engineer (Swan Hill, 1942); radio engineer (Warrnambool, 1949-1980) ===''KERNICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Edwin Kernick|Kernick, Percy Edwin]] [https://www.familysearch.org/tree/person/details/LX7S-JW1] - 1888(NSW)-1965(WA) - Licences: 6PK Perth (South Perth, 1927-1939, 1946-1947) - Qualifications: cc; AOCP 378, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Sandstone/Mt Magnet, 1910); telegraphist (Brown Hill/Kalgoorlie, 1917; South Perth, 1925-1963) ===''KERR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dixon Kerr|Kerr, Alfred Dixon]] [https://www.familysearch.org/tree/person/details/GZT8-ZKF] - 1910(Vic)-1977(Vic) - Licences: 3AL Ballarat (1926-1939, 1946-1960); 3JQ Melbourne (Hawthorn, 1975) - Qualifications: AOCP 284, 1926, No. ?? in Vic; AOLCP 18, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Ballarat, 1931-1968); retired (Hawthorn, 1977) * [[/Roy Kerr|Kerr, Roy]] [https://www.familysearch.org/tree/person/details/GXHP-SBX] - 1917(Qld)-1988(Qld) - Licences: 4DK Winton (1937-1939); 4DK Brisbane (Tingalpa, 1946-1951) - Qualifications: cc; AOCP 1941, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; federal public servant (PMGD, telegraphist) - Relationships: brother of Vernon Lester Kerr 4LK - Electoral Rolls: * [[/Vernon Lester Kerr|Kerr, Vernon Lester "Vern"]] [https://www.familysearch.org/tree/person/details/GXHP-MCW] - 1912(Qld)-1979(Qld) - Licences: 4LK Winton (1932-1933); 4LK Cloncurry (1937-1939, 1946-1948); 4LK Charters Towers (1954-1969); 4LK Charleville (1975) - Qualifications: cc; AOCP 800, 1931, No. ?? in Qld; COCP 1941, amateur operator; amateur broadcaster; radio club (WIAQ, Soc Wireless Pioneers USA); employment (RFDS, technical officer / controller / announcer) - Relationships: brother of Roy Kerr 4DK - Electoral Rolls: radio technician (Charters Towers, Qld, 1954-1977); technician (Charleville, Qld, 1977) ===''KHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kullandar Jallander Khan|Khan, Kullandar Jallander]] [https://www.familysearch.org/tree/person/details/GX89-VLY] - 1916(Qld)-1983(Qld) - Licences: 4QA Cairns (1937-1939, 1947); 4DC Cairns (1948-1960); 4DC Brisbane (New Farm, 1965-1980+) - Qualifications: cc; AOCP 1979, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 4QA may have been withdrawn by PMGD for 4QA Cairns - Electoral Rolls: picture theatre operater (Cairns, Qld, 1943); radio serviceman (Cairns, Qld, 1954-1958); tv technician (New Farm, Qld, 1968-1977); retired (New Farm, Qld, 1980) ===''KIDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian McIvor Kidman|Kidman, Ian McIvor]] [https://www.familysearch.org/tree/person/details/LD7Q-7N2] - 1915(SA)-1981(SA) - Licences: 5JK Naracoorte (1933-1937) - Qualifications: cc; AOCP 1163, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''KILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Harold Kilby|Kilby, Raymond Harold]] [https://www.familysearch.org/tree/person/details/G691-9VD] - 1918(Tas)-1999(Tas) - Licences: 7RK Launceston (1935-1939, 1946-1980+) - Qualifications: cc; AOCP 1461, 1935, No. ?? in Tas; BOCP 1568, 1957; 1COCP 1862, 1958; 2COCP T1, 1977 - amateur operator; amateur broadcaster - Electoral Rolls: upholsterer (Launceston, 1943-1972) ===''KILGARIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Kilgariff|Kilgariff, Joseph]] [https://www.familysearch.org/tree/person/details/GDS2-XBD] - 1886(NSW)-1971(SA) - Licences: 5JT Adelaide (Burnside, 1937-1939; Erindale, 1947-1948; North Glenelg, 1954-1969) - Qualifications: cc; AOCP 1884, 1937, SA; 2COCP 325, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carpenter (Boulder, WA, 1910-1912); builder (Alice Springs, NT, 1934; Burnside, SA, 1939); RAAF (Leabrook, SA, 1943) ===''KILSBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Wilbur Kilsby|Kilsby, Keith Wilbur]] [https://www.familysearch.org/tree/person/details/KCHP-4ZS] - 1912(SA)-1970(SA) - Licences: 5PR Moorak (1933); 5PR Birdwood (1938); 5PR Wiltyerong via Murray Bridge (1947); 5PR Mingary via Murray Bridge (1948); 5PR Murray Bridge (1954); 5PR Adelaide (Payneham, 1955-1969) - Qualifications: cc; 2COCP 419, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Birdwood, SA, 1939; Wiltyerong, SA, 1941-1943); ===''KING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Calvert King|King, Charles Calvert]] [https://www.familysearch.org/tree/person/details/GXQT-4R1] - 1885(Eng)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 105, 1915; 2COCP 155, 1930 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (New Town, Tas, 1914); warrant telegraphist (Wireless Station, Applecross, 1921-1925); music teacher (Randwick, NSW, 1930); musician (Clovelly, 1931; Rose Bay, 1932-1933); librarian (Woollahra, 1934); salesman (Bondi, NSW, 1935); Model Maker (Watson's Bay, 1936-1937) * [[/Fred Esmond King|King, Fred Esmond (Electoral Rolls) or Esmonde (BMD)]] [https://www.familysearch.org/tree/person/details/GXNY-81C] - 1896(Qld)-1986(Qld) - Licences: 4CQ Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: station hand (Bulliwallah, Qld, 1919-1963) * [[/Frederick Venn King|King, Frederick Venn]] [https://www.familysearch.org/tree/person/details/KJHN-MV3] - 1888(Qld)-1968(Qld) - Licences: Receive (Valve) Cunnamulla (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: station hand (Weelamurra Station, Qld, 1909); grazier (Weelamurra Station, Qld, 1913-1921); not stated (Warrambah Station, Cunnamulla, Qld, 1925); grazier (Barrington Station, Cunnamulla, Qld, 1930-1954); retired (Camp Hill, Qld, 1958-1968) ===''KINGWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hercules Kingwell|Kingwell, William Hercules]] - broadcast planning engineer (PMGD, ABCB) ===''KINSELLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Thomas Kinsella|Kinsella, Hector Thomas]] [https://www.familysearch.org/tree/person/details/G8NC-XN9] - 1912(WA)-1993(WA) - Licences: 6HK Perth (Hollywood, 1930; East Perth, 1931) - Qualifications: cc; AOCP 641, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (South Perth, 1936-1937; Victoria Park, 1943); pharmacist (Perth, 1949; Narrogin, 1954-1958; Applecross, 1963; Ardross, 1968-1972; Booragoon, 1977-1980) * [[/Thomas Wade Kinsella|Kinsella, Thomas Wade]] [https://www.familysearch.org/tree/person/details/G8P2-TSG] - 1904(Vic)-2001(NSW)96yo - Licences: Receive (Crystal) Lubeck (1923); 3TK Lubeck (1924-1926); 3TK Rupanyup (1937-1939); 2FK Sydney (Rose Bay, 1946; Herne Bay, 1947; Sans Souci, 1948-1980+) - Qualifications: cc; AOCP 1992, 1937, No. ?? in Vic; BOCP 532, 1943 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrician (Lubeck, 1927-1936); RAN (Sans Souci, 1949-1980) - Relationships: brother of 3AKW William Jennings Kinsella * [[/William Jennings Kinsella|Kinsella, William Jennings]] [https://www.familysearch.org/tree/person/details/G8PG-S8S] - 1914(Vic)-2011(Vic) - Licences: 3AKW Lubeck (1947-1980+) - Qualifications: cc; BOCP 498, 1943; 2AOCP 55, 1946 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grazier (Magdala, Lubeck, 1936-1972; Lubeck, 1977-1980) - Relationships: brother of 3TK-2FK Thomas Wade Kinsella ===''KINZBRUNNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Charles Kinzbrunner|Kinzbrunner, Harry Charles]] [https://www.familysearch.org/tree/person/details/G8H4-SZM] - 1903(Eng)-1982(Qld) - Licences: 4HK Cloncurry (1929-1931); 4HK Mareeba (1933); 4HK Tully (1937-1939); 4HK Atherton (1946-1980+) - Qualifications: cc; AOCP 474, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), employment (Australian Inland Mission, QATB) - Electoral Rolls: radio mechanic (Malanda, 1937); electrical engineer (Ashgrove, 1943); radio mechanic (Atherton, 1943); refrigeration & electrical contractor (Atherton, 1949-1972); electrical contractor (Atherton, 1977-1980) ===''KIRBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ewan Russell Kirby|Kirby, Ewan Russell]] [https://www.familysearch.org/tree/person/details/G4R1-4J7] - 1885(Tas)-1947(Tas) - Licences: XZB Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; First set 1909 communicated with M. Harvey; employed Hydro-electric Dept - Electoral Rolls: electrician (Hobart South, 1914-1919); engineer (Hobart West, 1922-1936) ===''KIRKBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Kirkby|Kirkby, Brian]] - historian (early wireless experimenters, Edward Hope Kirkby, Archibald John Shaw), great grandson of Edward Hope Kirkby * [[/Charles Edward Kirkby|Kirkby, Charles Edward]] - 1886(Vic)-1954(NSW) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of George Gill Kirkby * [[/Edward Hope Kirkby|Kirkby, Edward Hope]] - 1853(At sea)-1915(NSW) - early wireless and X-ray experimenter, father of George Gill Kirkby and Charles Edward Kirkby * [[/George Gill Kirkby|Kirkby, George Gill]] - 1884(Vic)-1916(Vic) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of Charles Edward Kirkby ===''KIRKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Basil Everald Wharton Kirke|Kirke, Basil Everald Wharton]] [https://www.familysearch.org/tree/person/details/G6NX-FFQ] - 1893(NSW)-1958(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; chief studio announcer/Uncle "Bas" (2BL); manager, 6WF; manager 9PA (1946); manager (ABC, Victoria, 1936) - Electoral Rolls: manager (Subiaco, 1931; Perth, 1934-1936; Melbourne, 1937-1943; Perth, 1954) - Links: [https://adb.anu.edu.au/biography/kirke-basil-everald-wharton-10751 ADB] ===''KIRKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Booth Kirkland|Kirkland, John Booth]] - 1861(Vic)-1900(Vic) - early telephone experimenter, Melbourne, Geelong & Ballarat ===''KISSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Leslie Hawthorn Kissick|Kissick, Alfred Leslie Hawthorn]] [https://www.familysearch.org/tree/person/details/LK9D-7LL] - 1904(Vic)-1967(Vic) - Receive Melbourne (Brunswick, 1923-1924), 3KB Melbourne (Brunswick, 1925-1939, 1946-1965), amateur operator (AOCP 141, 1925, No. ?? in Vic), operator 3CR Coburg Radio Club (1925), amateur broadcaster, clerk (1934) ===''KITTO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Collingwood Kitto|Kitto, Thomas Collingwood]] [https://www.familysearch.org/tree/person/details/MCKM-W8G] - 1903(Tas)-19??(???) - Licences: 7?? Launceston (1928); 5JR Adelaide (Tusmore, 1931); 2JR Newcastle (1933); 2JS Newcastle (1933-1939) - Qualifications: cc; AOCP 425, 1928, No. ?? in Tas; AOLCP 43, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Launceston, 1928); radio engineer (Sandgate, NSW, 1935; Ulverstone, Tas, 1937); engineer (Hawthorn, Vic, 1942); radio engineer (Prahran, 1949); retired (Deception Bay, 1972) ===''KLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Robert Kling|Kling, John Robert]] [https://www.familysearch.org/tree/person/details/LRQZ-B4W] - 1905(Vic)-1969(Vic) - Licences: 3JB Melbourne (Balwyn, 1928; South Camberwell, 1931; Hawthorn East, 1933; Hampton, 1937-1939); 3AJQ Melbourne (Seaford, 1954-1955; Lower Ferntree Gully, 1956; Frankston, 1960-1965) - Qualifications: AOCP 403, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Camberwell, 1931-1933; Sandringham, 1936-1937); engineer (Sandringham, 1942; Bacchus Marsh, 1949); radio sound engineer (Seaford, 1954); electrician (Frankston, 1963-1968) ===''KNAPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carlo Patrick Knapton|Knapton, Carlo Patrick]] [https://www.familysearch.org/tree/person/details/9DQR-R5C] - 1879(Irl)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - wireless trader (WA); witness to Royal Commission 1927 (as vice-president, Wireless Traders Assoc, WA) - Electoral Rolls: engineer (Carlton, Vic, 1914); lighting engineer (South Perth, 1921-1954) ===''KNEIPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Kneipp|Kneipp, James Henry "Jim"]] [https://www.familysearch.org/tree/person/details/GQ5R-YBH] - 1875(NSW)-1958(Qld) - Licences: Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: saddler (Morningside, Qld, 1905); railway employee (Morningside, Qld, 1908-1917; Cannon Hill, Qld, 1919-1958) ===''KNIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Keith Knight|Knight, Rupert Keith]] [https://www.familysearch.org/tree/person/details/G8MJ-Z5W] - 1898(Qld)-1934(Qld) - Licences: 4RK Toowoomba (1926-1927) - Qualifications: cc; Nil identified - amateur operator; amateur broadcaster - Halcyon: not mentioned? - Electoral Rolls: clerk (Toowoomba, 1919); bank clerk (East Toowoomba, 1925-1926); not specified (East Toowoomba, 1928-1932) ===''KNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Brader Knock|Knock, Donald Brader "Don"]] [https://www.familysearch.org/tree/person/details/GWWR-L62] - 1898(Eng)-1966(NSW) - Licences: 1911 Manchester; G6XG London (1924-1926); 2NO Sydney (Cremorne, 1926-1927; Vaucluse, 1927; Kirribilli, 1928; Randwick, 1929); 6NK Wyndham (1930-1931); 2NU Portable Sydney 1935-1939; 5NO Portable Central Australia; 2NO Sydney (Waverley, 1946-1966) - Qualifications: cc; AOCP 335, 1927, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (2MO); radiocommunications engineer; journalist (Wireless Weekly, Radio in ANZ, Radio Monthly, Australian Radio News, Bulletin, Australasian Radio World); military (WW1 - Royal Naval Air Service, WW2 - AIF lieutenant-major) - Electoral Rolls: engineer (Waverley, 1930); radio journalist (Waverley, 1932-1933); radio engineer (Waverley, 1935-1963) ===''KNOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carlisle Maddison Knowles|Knowles, Henry Carlisle Maddison]] [https://www.familysearch.org/tree/person/details/L4Q8-642] - 1901(NSW)-1945(ACT) - Licences: 2LK Sydney (Arncliffe, 1930-1931) - Qualifications: AOCP 653, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: pharmacist (Woolahra, 1933; Kingston, ACT, 1935-1943) ===''KOSSECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edwin Frederick Kosseck|Kosseck, Edwin Frederick]] [https://www.familysearch.org/tree/person/details/G8VB-VTG] - 1909(Vic)-1989(Vic) - Licences: 3EK Geelong (Belmont, 1930-1933); 3AKE Geelong (Newport, 1947; Belmont, 1948-1980+) - Qualifications: AOCP 705, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: gardener (Belmont, 1931-1937); RAAF (Newport, 1943); gardener (Belmont, 1949-1980) ===''KRAEGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl W. J. Kraegen|Kraegen, Carl W. J. "Charles"]] - 1831?(Germany?)-1871(NT) - employment (Vic Posts & Telegraphs, SA Posts & Telegraphs), telegraph operator (Ballarat, Portland), developed an early system of explosive detonation by battery, tragically died of thirst during the construction of the Overland Telegraph ===''KRUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Augustine Kruger|Kruger, Francis Augustine]] [https://www.familysearch.org/tree/person/details/GDJZ-58H] - 1907(Vic)-1992(Vic) - Licences: 3HE Receive Charlton (1922-1923); 3HE Charlton (1924-1925); 3AI Charlton (1935-1939); 3AI Strathmore (1946-1980+) - Qualifications: cc; AOCP 1541, 1935, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: dental mechanic (Charlton, 1928-1937); cinema operator (Charlton, 1942); executive (Essendon, 1949-1968; Strathmore, 1977-1980) =='''L'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''LABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Howell Laby|Laby, Thomas Howell]] - 1880(Vic)-1946(Vic) - frequent lecturer on wireless topics to WIA Vic in the 1920s, education (BA Cambridge 1905, PhD Cambridge 1921), employment (University of Sydney, 1901-1904; Cavendish Laboratory, 1905; Professor Physics, Victoria University College, Wellington, 1909; Professor Natural Philosophy, University of Melbourne, 1915-1930+), Royal Society of Victoria (president, 1924) ===''LACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Lack|Lack, Francis James]] [https://www.familysearch.org/tree/person/details/LCQH-WJR] - 1876(NSW)-1949(Qld) - Licences: Receive (Valve) Brisbane (Sandgate, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Warwick, Qld, 1903; Tiaro, Qld, 1905-1906; Maryborough, Qld, 1908); fish agent (Maryborough, Qld, 1913); engineer (Sandgate, Qld, 1916); accountant (Sandgate, Qld, 1917-1949) ===''LAHEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Wesley Lahey|Lahey, John Wesley]] [https://www.familysearch.org/tree/person/details/LKRX-KPL] - 1850(Irl)-1937(Qld) - Licences: 4EG Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: sawmill proprietor (Clayfield, Qld, 1908-1909); sawmiller (Clayfield, Qld, 1913-1936) ===''LAIDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Laidler|Laidler, Thomas]] [https://www.familysearch.org/tree/person/details/L1KG-31L] - 1904(Eng)-1995(SA) - Licences: 5TL Ceduna (1937-1939, 1947); 5TL Largs Bay (1948); 5TL Renmark (1954-1960); 5TL Adelaide (Glandore, 1965-1980+) - Qualifications: cc; AOCP 1934, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: postmaster (Ceduna, SA, 1939-1943) ===''LAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Lake|Lake, Eric James]] [https://www.familysearch.org/tree/person/details/GDFZ-CKK]- 1906(Eng)-1966(Qld) - Licences: 4EL Brisbane (Kangaroo Point, 1932-1939; Camp Hill, 1946-1948); 4EL Clevedon (1954-1956); 4EL Townsville (Belgian Gardens, 1960-1965) - Qualifications: cc; AOLCP 54, 1931; AOCP 966, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, instructor); broadcast technician (4QN); federal public servant (PMGD) - Electoral Rolls: radio operator (Coorparoo, Qld, 1937); radio technician (Camp Hill, Qld, 1943-1949; Townsville, Qld, 1954-1963); ===''LAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Federal Laker|Laker, Frank John Federal]] [https://www.familysearch.org/tree/person/details/M1V2-P8Q] - 1899(NSW)-1953(NSW) - Licences: 2ZE Deniliquin (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: sales manager (St Kilda, Vic, 1925); clerk (Bondi, 1935-1937); accountant (North Rocks, 1954) ===''LALOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Fintan Lalor|Lalor, Peter Fintan]] - 1827(Irl)-1889(Vic) - Leader of the Eureka Stockade, Postamaster-General Victoria (Aug 1875-Oct 1875) ===''LAMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. D. Lamb|Lamb, A. D.]] - 19??(???)-19??(???) - Licences: 4DK Receive Brisbane (New Farm, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James Joseph Wiseman Lamb|Lamb, James Joseph Wiseman]] [https://www.familysearch.org/tree/person/details/GX7M-49X] - 1876(Vic)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 119, 1915; 1COCP 264, 1932 - RANRS (Warrant Telegraphist, 1917) - Relationships: father of Harry Spencer Lamb - Electoral Rolls: civil servant (Subiaco, WA, 1910); radio station master (Townsville, Qld, 1921); wireless (Malvern, Vic, 1927); superintendent (Toorak, Vic, 1928-1936; Elsternwick, Vic, 1937); retired (Elsternwick, Vic, 1942) * [[/Harry Spencer Lamb|Lamb, Harry Spencer]] [https://www.familysearch.org/tree/person/details/GX7M-SQY] - 1906(WA)-1984(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Relationships: son of James Joseph Wiseman Lamb - Electoral Rolls: ===''LAMBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Clayton Lambert|Lambert or Mason, Frank Clayton]] [https://www.familysearch.org/tree/person/details/G8C3-761] - 1908(WA)-1993(WA) - Licences: 6FL Perth (South Perth, 1929-1931); 6FL Geraldton (1933); 6FL Perth (Wembley, 1937-1939; Subiaco, 1947); 3AFL Bairnsdale (1948); 6FL Perth (Claremont, 1954-1956; Bassendean, 1965-1980+) - Qualifications: cc; AOCP 503, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: picture employee (South Perth, WA, 1931); projectionist (Albany, WA, 1934); sound projectionist (East Fremantle, WA, 1936); projectionist (Wembley Park, WA, 1937); radio technician (Subiaco, WA, 1943-1949); dealer (Claremont, WA, 1954); radio dealer (Bassendean, WA, 1958-1980) ===''LANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Herbert Dodson Lane|Lane, Cyril Herbert Dodson]] - 1888(NSW)-1915(Tur) - XDM Sydney (1909-1914), early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in NSW), born Cyril Herbert Dodson, brother-in-law of Charles Dansie Maclurcan "Greater love hath no man" ===''LANGFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Leslie Langfield|Langfield, Harold Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/GX84-3D6] - 1893(Wales)-1982(Qld) - Licences: 4CO Brisbane (Rosalie, 1935-1960) - Qualifications: cc; AOCP 1572, 1935, Qld - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: club steward (Rosalie, Qld, 1934-1977; Paddington, Qld, 1980); ===''LANGFORD-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fritz Langford-Smith|Langford-Smith, Fritz]] - 1904(NSW)-1966(NSW) - 2?? Sydney, amateur operator (AOCP ??, 19??, No. ?? in Qld), electronics designer (AWA), author (Radiotron Designers Handbook), journalist (Radiotronics) - Links: [http://messui.polygonal-moogle.com/valves/NW198908.pdf EA] ===''LANGHANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ron Langhans|Langhans, Ron]] - historian (broadcasting) ===''LANGRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George David Langridge|Langridge, George David]] - 1829(Eng)-1891(Vic) - Postmaster-General Victoria in early 1880s ===''LAPTHORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Charles Lapthorne|Lapthorne, Horace Charles]] [https://www.familysearch.org/tree/person/details/G8W8-STK] - 1900(Vic)-1975(NSW) - Licences: 2TM Receive Sydney (Artarmon, 1923-1924); 2HL Sydney (Chatswood, 1928-1938; Lane Cove, 1939; Artarmon, 1948-1969); 2HL Noraville (1975) - Qualifications: AOCP 422, 1928, No. ?? in NSW - amateur operator? - Electoral Rolls: electrician (Artarmon, 1930-1937; Chatswood, 1943-1968); retired (Noraville, 1972) ===''LARSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Peter Christian Larsen|Larsen, Herbert Peter Christian]] [https://www.familysearch.org/tree/person/details/G36L-GHQ] - 1901(Qld)-1976(Qld) - Licences: 4JW Charters Towers(1928-1937); 4JW Cairns (1938-1939, 1947-1956); 4JW Charters Towers (1960-1975) - Qualifications: cc; AOCP 439, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: brewery hand (Charters Towers, 1925-1936); engine driver (Cairns, 1943-1954; Charters Towers, 1958-1968) ===''LARSSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gustaf William Larsson|Larsson, Gustaf William]] [https://www.familysearch.org/tree/person/details/GDTD-55K] - 1902(Tas)-1992(Tas) - Licences: 7BJ Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; AOLCP 92, 1932; AOCP 3275, 1952 - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Hobart West, 1928-1936) ===''LATHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Couzens Lathwell|Lathwell, Arthur George Couzens]] [https://www.familysearch.org/tree/person/details/GZH3-G9L] - 1911(WA)-1996(WA) - Licences: 6AL Bunbury (1935-1939, 1947-1975) - Qualifications: cc; AOCP 1467, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician's assistant (Bunbury, WA, 1936-1937); electrician (Bunbury, WA, 1943-1980) ===''LAUNDER-CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Edgar Launder-Cridge|Launder-Cridge, Wilfred Edgar]] [https://www.familysearch.org/tree/person/details/GXT9-S5L] - 1899(Eng)-1960(Tas) - Licences: 5BZ Adelaide (Brooklyn Park, 1928) - Qualifications: cc; 2COCP 200, 1930; 1COCP 120, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Essendon North, Vic, 1937; Aerodrome, Cambridge, Tas, 1943); OIC, DCA (Forrest, WA, 1958) ===''LAURENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Laurence|Laurence, John Henry]] [https://www.familysearch.org/tree/person/details/GXL7-YKV] - 1916(SA)-19??(???) - Licences: 5MZ Adelaide (Malvern, 1933-1939); 3PF Melbourne (Sandringham, 1947-1948); 3PF Benalla (1954-1980+) - Qualifications: cc; AOCP 1164, 1933, SA; 1COCP 118, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Ceduna, 1941-1943); farmer (Wellington, Benalla, 1949-1963; Benalla, 1967-1980) ===''LAURIE-RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melbourne Clive Laurie-Rhodes|Laurie-Rhodes, Melbourne Clive]] [https://www.familysearch.org/tree/person/details/GX6M-6K1] - 1915(Qld)-1997(NZ) - Licences: 4XU Brisbane (Hendra, 1934-1937) - Qualifications: cc; AOCP 1353, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: manager (Hendra, Qld, 1936-1937) ===''LAVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Poynton Laver|Laver, Charles Poynton]] [https://www.familysearch.org/tree/person/details/9JBH-SNC] - 1882(Eng)-1969(SA) - Licences: 5CP Cape Borda (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Lightkeeper (Cape Borda, SA, 1939; Edithburgh, 1941-1951) ===''LAVINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Morgan Eric Lavington|Lavington, Frederick Morgan Eric]] [https://www.familysearch.org/tree/person/details/GDJM-ZC9] - 1903(Tas)-1974(Vic) - Licences: 2ZC Receive Sydney (Bondi, 1923); 2ZC Sydney (Waverley, 1923; Bondi, 1924-1925; Mosman, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Manly, 1930); engineer (Strathfield, 1932; Ashfield West, 1935-1936); electrical engineer (Ashfield West, 1937); engineer (Kensington, 1949; Kingsford, 1954-1972) ===''LAWRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevan Alic Lawrie|Lawrie, Kevan Alec or Alic]] [https://www.familysearch.org/tree/person/details/GXRS-5YP] - 1915(SA)-2000(SA) - Licences: 5AK Adelaide (Lockleys, 1936-1939; York, 1947-1948; Lockleys, 1954-1965; Brooklyn, 1969-1980+) - Qualifications: cc; AOCP 1602, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (Lockleys, SA, 1939-1941) ===''LAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. W. Law|Law, F. W.]] - 19??(???)-19??(???) - Licences: 6DA Perth (Armadale, 1923); 6CZ Perth (Armadale, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''LAWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Andrew Laws|Laws, David Andrew]] [https://www.familysearch.org/tree/person/details/GZLN-FW5] - 1909(Qld)-1943(PNG) - Licences: 4DR Brisbane (Taringa, 1931-1939) - Qualifications: AOCP 829, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 (Army, M Special Unit, Commando)- Sacrifice: "Greater love hath no man than this" - Electoral Rolls: clerk (Taringa, 1936-1943) - Links: [https://vwma.org.au/explore/people/635901] * [[/Sidney Frank Henry Laws|Laws, Sidney Frank Henry]] [https://www.familysearch.org/tree/person/details/G6ZT-GBH] - 1893(NZ)-1973(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 6, 1914, No. 6 in Aus and Vic - commercial operator; coastal station operator; manager 7ZL (1927); witness to Royal Commission 1927 (obo 7ZL) - Electoral Rolls: radio engineer operator (Wireless Station, Townsville, 1915); farmer (Launching Place, 1918); electrical engineer (Prahran, Vic, 1919); engineer (Armadale, Vic, 1919-1924); manager (Launceston, 1928); company manager (Double Bay, NSW, 1930-1931) ===''LAWTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Kyle Lawton|Lawton, Alexander Kyle]] [https://www.familysearch.org/tree/person/details/LR8F-FWT] - 1889(Qld)-1978(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, federal public servant (PMGD), radio clubs (QWI, member), business (movie theatres, Amico), WW2 - Electoral Rolls: electrician (Toowoomba, 1913; Wynnum South, 1915-1916); manager (Windsor, 1919); engineer (Nundah, 1925-1928); manager (Townsville, 1936-1937; Nundah, 1943-1949); manufacturer's agent (Virginia, 1954-1958); company director (Ashfield, 1963); sales manager (Ashfield, 1968-1977) ===''LEADBITTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Leadbitter|Leadbitter, James Henry]] [https://www.familysearch.org/tree/person/details/GDP1-3V1] - 1882(NSW)-1946(NSW) - Licences: 2AF Receive West Wyalong (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: cycle mechanic (Darlington, 1903); mechanic (West Wyalong, 1913); cycle mechanic (West Wyalong, 1930-1943) ===''LEANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Gregory Leaney|Leaney, William Gregory]] [https://www.familysearch.org/tree/person/details/LK9P-JF9] - 1895(SA)-1982(Vic) - Licences: 3XN Receive Melbourne (Northcote, 1923); 3XN Melbourne (Northcote, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engine driver (Northcote, 1919-1954); driver (Coburg, 1963-1977); nil (Preston, 1980) ===''LEBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/David Leber|Leber, David]] [https://www.familysearch.org/tree/person/details/G8HD-847] - 1905(Vic)-1950(Vic) - Licences: 3DL Melbourne (Richmond, 1929-1939; Hawthorn, 1947-1948) - Qualifications: AOCP 481, 1929, No. ?? in Vic; 3COCP 45, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Richmond, 1927-1942); salesman (Hawthorn, 1949) ===''LECKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Herbert Crockett Leckie|Leckie, Herbert Crockett]] [https://www.familysearch.org/tree/person/details/LJ1R-QQN] - 1927(Vic)-1994(Vic) - Licences: 3LH Melbourne (Elwood, 1948-1980+) - Qualifications: cc; 1COCP 1170, 1947 - amateur operator - Electoral Rolls: student (St Kilda, 1949-1968; Elwood, 1972-1980); * [[/Raymond Campbell Leckie|Leckie, Raymond Campbell]] [https://www.familysearch.org/tree/person/details/GZ2Q-ZZV] - 1904(Vic)-1987(ACT) - Licences: 3TU Receive Melbourne (Sandringham, 1923); 3TU Melbourne (Sandringham, 1924-1927) - Qualifications: cc; AOCP 215, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Sandringham, 1926); public servant (Braddon, 1935; Turner, 1943-1968); examiner of patents (Hughes, 1972); retired (Hughes, 1977-1980) ===''LEE-ARCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Leslie Lee-Archer|Lee-Archer, Evan Leslie]] [https://www.familysearch.org/tree/person/details/LB2K-F3W] - 1911(Vic)-1993(Vic) - Licences: 3LM Melbourne (Glen Iris, 1929-1931); 3LM Wonthaggi (1933); 3LM Melbourne (Caulfield North, 1937; Malvern East, 1938) - Qualifications: AOCP 534, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Gardiner, 1933); radio engineer (Korumburra, 1934); engineer (Caulfield West, 1935); mechanic (Malvern East, 1937) ===''LEGGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Legge|Legge, Arthur William]] [https://www.familysearch.org/tree/person/details/9MJS-QKM] - 1906(Tas)-1968(Tas) - Licences: Receive (Crystal) Ulverstone (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Ulverstone, 1928); no occupation (Hobart South, 1936); zinc worker (Hobart East, 1943); farmer (Cullenswood, 1949-1954) ===''LE GRAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Walter Le Grand|Le Grand, Sydney Walter]] [https://www.familysearch.org/tree/person/details/GQDD-D57] - 1902(Qld)-1979(NSW) - Licences: 4LG Brisbane (Windsor, 1927) - Qualifications: cc; CPRT 882, 1925; 2COCP 34, 1929; 1COCP 151, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Windsor, 1925-1926); operator (Woollahra, 1931-1937; Bellevue Hill, 1943-1949; Bondi Junction, 1954-1968); retired (Banora Point, 1972-1977) ===''LELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Lelliott|Lelliott, Thomas "Tom"]] [https://www.familysearch.org/tree/person/details/G8VX-4PX] - 1911(Vic)-2000(Vic) - Licences: 3ZW Melbourne (Mont Albert, 1930-1939); 3AZW Melbourne (Boronia, 1954-1980+) - Qualifications: AOCP 684, 1930, Vic; AOLCP 68, 1932 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio operator (Mont Albert, 1937); operator (Caulfield, 1942); public servant (Boronia, 1963-1980) ===''LEMMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Lemmon|Lemmon, Charles Edward]] [https://www.familysearch.org/tree/person/details/GDLL-Z21] - 1885(Eng)-1966(WA) - Licences: Nil yet identified - Qualifications: CPRT 95, 1915; 2COCP 120, 1930; 1COCP 71, 1930 - coastal wireless operator; WW2; RANRS - Electoral Rolls: wireless operator (Clayfield, Qld, 1915); officer-in-charge Wireless Station (Rockhampton, 1916-1921); radio telegraphist (Applecross, 1931-1936; Como, 1937); wireless operator (Broome, 1937); radio telegraphist (Geraldton, 1943-1949); retired (Rivervale, 1954-1963) ===''LEMPRIERE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Louis Lempriere|Lempriere, Charles Louis]] [https://www.familysearch.org/tree/person/details/L23Y-NPS] - 1857(Vic)-1934(Vic) - Licences: 3ZJ Melbourne (Vermont, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: surgeon (South Yarra, 1912-1919); medical practitioner (Vermont, 1924-1934) ===''LENDRUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Lendrum|Lendrum, Alexander "Alex"]] [https://www.familysearch.org/tree/person/details/G8NZ-Y5Y] - 1887(Qld)-1955(NSW) - Licences: 2YL Sydney (Kensington, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Toowoomba, 1913); yardman (Toowoomba, 1921); constable (Kensington, 1930-1937) ===''LENNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Lennon|Lennon, Christopher James "Chris"]] [https://www.familysearch.org/tree/person/details/KJL3-LZF] - 1889(Vic)-1932(Aus) - Licences: Nil yet identified - Qualifications: cc; 1COCP 4, 1929 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: operator (Broome, 1916-1917); radio telegraphist (Townsville, 1925); telegraphist (Thursday Island, 1931) ===''LEONARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Benedict Leonard|Leonard, Aubrey Benedict]] [https://www.familysearch.org/tree/person/details/GS9T-N4X] - 1896(NSW)-1968(Vic) - Licences: 3EN Receive Drouin (1922-1923); 3EN Drouin (1924-1926) - Qualifications: cc; AOCP 244, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal assistant (Drouin, 1922-1928); radio dealer (Drouin, 1931-1954); retired (Drouin, 1963-1967) * [[/John William Leonard|Leonard, John William "Bill"]] [https://www.familysearch.org/tree/person/details/G494-BY4] - 1906(Vic)-1974(Vic) - Licences: 3AB Melbourne (Black Rock, 1928-1939) - Qualifications: cc; AOCP 386, 1928, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Sandringham, 1931-1943); shopkeeper (Sandringham, 1949-1968) * [[/Leslie Clarence Leonard|Leonard, Leslie Clarence]] [https://www.familysearch.org/tree/person/details/GH15-16Q] - 1902(Vic)-1961(SA) - Licences: 5LT Adelaide (Payneham, 1946-1947; Medindie, 1948); 5LT Port Lincoln (1954-1960) - Qualifications: AOCP 2336, 1939, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: pilot (The Terrace/Port Pirie, 1939) * [[/Vincent Halpin Leonard|Leonard, Vincent Halpin]] [https://www.familysearch.org/tree/person/details/G8S4-TXD] - 1915(Vic)-1988(Vic) - Licences: 3PJ Melbourne (?, 1938-1939; Kew, 1946-1956); 3PJ St Andrews (1960); 3PJ Melbourne (Balwyn, 1965-1980+) - Qualifications: AOCP 2167, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1937; Kew, 1937-1954); public servant (St Andrews, 1958; Balwyn, 1963-1980) ===''LESLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julian Leslie|Leslie, Julian]] [https://www.familysearch.org/tree/person/details/GS98-211] - 1873(Vic)-1950(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 142, 1915; 1COCP 246, 1932 - RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: telegraphist (Leederville, WA, 1910-1912; Applecross, WA, 1913); O.I.C. (Radio Telegraph Station, Broome, WA, 1917); officer-in-charge (Radio Station, Thursday Island, 1925-1926); superintendent of wireless (Auburn, Vic, 1928); supervisor B.H. service (Randwick, NSW, 1930-1949) ===''LESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lester|Lester, Jack]] [https://www.familysearch.org/tree/person/details/L5FQ-NQL] - 1902(SA)-1990(SA) - Licences: 5LR Renmark (1930-1937); 5LR Berri (1938-1939); 5LR Adelaide (Millswood Estate, 1946-1947; Blackwood, 1954-1965); 5LR Victor Harbour (1969-1980) - Qualifications: cc; AOCP 674, 1930, No. ?? in SA; AOLCP 236, 1935; BOCP 369, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Berri, 1939-1943) ===''LETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Norman Lett|Lett, Frederick James Norman]] [https://www.familysearch.org/tree/person/details/GD2P-Y8D] - 1903(NSW)-1972(NSW) - Licences: 2WN Receive Sydney (Annandale, 1923); 2WN Sydney (Annandale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Annandale, 1930-1936); publican (Sydney, 1937); hotelkeeper (Clifton Gardens Hotel, Mosman, 1943); Darlinghurst, 1949; Dulwich Hill, 1958; Marrickville, 1963); retired (Church Point, 1968) ===''LEVENSPIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pinkus Levenspiel|Levenspiel, Pinkus or Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G8JB-QSL] - 1904(Eng)-1987(NSW) - Licences: 2TX Wyong (1930-1939, 1946-1980+) - Qualifications: AOCP 668, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (Wyong, 1936-1937); mechanic (Wyong, 1949-1963); motor dealer (Ourimbah, 1968-1980) ===''LEVERETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Leverett|Leverett, John Henry]] [https://www.familysearch.org/tree/person/details/LV79-R7Q] - 1894(Eng)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 25, 1914; 1COCP 88, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: wireless operator (Broome, 1916); telegraphist (Ascot, Qld, 1921); wireless operator (Rockhampton, 1936-1937); radio telegraphist (Rockhampton, 1943); wireless inspector (Burwood, NSW, 1954) ===''LEVERRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Hewitt Leverrier|Leverrier, Francis Hewitt "Frank"]] [https://www.familysearch.org/tree/person/details/GWBT-DP5] - 1863(NSW)-1940(NSW) - Licences: XEN Sydney (Waverley, 1911-1914, Licence No. 5) - Qualifications: cc; Nil yet identified - early wireless experimenter; radio clubs (WIA, president, 1910) - Electoral Rolls: barrister (Vaucluse, 1930-1934, Kings Counsel) - Relationships: father of 2BK-2ADE Frank Neville Leverrier * [[/Frank Neville Leverrier|Leverrier, Frank Neville "Boy"]] [https://www.familysearch.org/tree/person/details/M6RF-W2W] - 1904(NSW)-1980(NSW) - 2BK Receive Sydney (Waverley, 1922-1923); 2BK Sydney (Vaucluse, 1924-1930); 2ADE Castle Cove (1969-1975+) - Qualifications: cc; AOCP 169, 1925, No. ?? in NSW; CPRT 931, 1926) - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio work (Vaucluse, 1930); clerk (Vaucluse, 1933-1937); superintendent (Vaucluse, 1943-1949); public relations (Roseville, 1963-1968; Castle Cove, 1977) - Relationships: son of XEN Francis Hewitt Leverrier * [[/Henri Andre Leverrier|Leverrier, Henri Andre "Henry"]] [https://www.familysearch.org/tree/person/details/G68N-18J] - 1882(NCL)-1943(NSW) - Licences: XEN Sydney (Gordon, 1911); XHL Sydney (City, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; witness to Royal Commission 1927 (as manager, Australian General Electric, Sydney) - Relationships: nephew of XEN Francis Hewitt Leverrier; cousin of 2BK-2ADE Frank Neville Leverrier - Electoral Rolls: engineer (North Sydney, 1913); manager (Crows Nest, 1930-1937) ===''LEVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Levy|Levy, Richard "Dick"]] [https://www.familysearch.org/tree/person/details/G8N1-Z38] - 1909(SA)-1955(SA) - Licences: 5AJ Adelaide (Torrensville, 1930-1931) - Qualifications: cc; AOCP 654, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Torrensville, 1943) ===''LEWIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Garrett Lewis|Lewis, Henry Garrett "Harry"]] - 1895(Tas)-1978(Vic) - Licences: Hobart (no record of licence identified as yet) - Qualifications: cc; Nil yet identified - early wireless experimenter (reported experimenting from 1912); councillor WIA Tas in 1923; manager 3UZ 1924 - Electoral Rolls: * [[/William John Lewis|Lewis, William John]] [https://www.familysearch.org/tree/person/details/GXYJ-BZQ] - 1908(WA)-1976(NSW) - Licences: 2YB Sydney (Marrickville, 1931-1936; McMahons Point, 1937); 6YB Perth (Pearce, 1938-1939); 2YB Sydney (Haberfield, 1947-1950; Paddington, 1954-1969; Ryde, 1975) - Qualifications: cc; AOCP 863, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (RAAF) - Comment: Several contemporaneous WJLs - Electoral Rolls: Nil yet identified due to numbers ===''LIGHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lighton|Lighton, Robert]] [https://www.familysearch.org/tree/person/details/K2HJ-HD1] - 1869(Vic)-1940(Vic) - 3CM Receive Melbourne (East St Kilda, 1922-1924), 3RL Melbourne (East St Kilda, 1925-1931), amateur operator (AOCP 179, 1925, No. ?? in Vic), amateur broadcaster, storekeeper (Toongabbie, 1903; Benalla, 1916), independent means (East St Kilda, 1928; Armadale, 1937) ===''LINDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Linden|Linden, Edwin]] [https://www.familysearch.org/tree/person/details/GXXD-PRV] - 1904(Qld)-1970(NSW) - Licences: 4FT Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Murgon, Qld, 1925); mechanic (Wilston, Qld, 1928); storekeeper (Clayfield, Qld, 1936-1937); telephone mechanic (Mackay, Qld, 1943-1949); supervising technician (Bowen, Qld, 1954); PMG technician (Tweed Heads, NSW, 1958-1968) ===''LINDNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Lindner|Lindner, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GSVX-787] - 1904(NSW)-1981(Qld) - 4BX Receive Brisbane (Alderley) 1922 - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Wilston, 1928); motor mechanic (Maleny, 1934); mechanic (Windsor, 1936-1972); retired (Mt Samson, 1977) ===''LINDSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Gordon Lindsay|Lindsay, Donald Gordon]] [https://www.familysearch.org/tree/person/details/GZ6V-126] - 1909(Vic)-1964(WA) - 2DY Sydney (Gordon, 1925-1936; Ashfield, 1937; Concord, 1938; Kogarah, 1939), amateur operator (AOCP 83, 1925, No. ?? in NSW), amateur broadcaster, engineer * [[/Herbert Maxwell Lindsay|Lindsay, Herbert Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KP3L-S78] - 1913(Qld)-1989(Qld) - Licences: 4HD Nambour (1937-1939); 4HD Buderim (1946-1980+) - Qualifications: cc; AOCP 2027, 1937, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); employment (company secretary) - Electoral Rolls: bank officer (Nambour, Qld, 1936-1937; Taringa, Qld, 1943); fruitgrower (Buderim, Qld, 1954-1980) * [[/Patrick Charles Edward Lindsay|Lindsay, Patrick Charles Edward]] [https://www.familysearch.org/tree/person/details/GF7R-8YZ] - 1896(Eng)-19??(Eng?) - Licences: 6PL Perth (West Perth, 1927) - Qualifications: cc; CPRT 855, 1925; 2COCP 37, 1929 - amateur operator; amateur broadcaster - Electoral Rolls: wireless instructor (West Perth, WA, 1922; Balcatta, WA, 1925); radio engineer (South Brisbane, Qld, 1934) ===''LINKLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Charles Linklater|Linklater, Donald Charles]] [https://www.familysearch.org/tree/person/details/GXRC-Z44] - 1905(SA)-1967(NSW) - Licences: 5DL Pinnaroo (1935-1937) - Qualifications: cc; AOCP 1521, 1935, SA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: radio mechanic (Darling Harbour, NSW, 1949); technician (Bondi Junction, NSW, 1958) ===''LITCHFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ainslie Roland Litchfield|Litchfield, Ainslie Roland]] [https://www.familysearch.org/tree/person/details/9J3Z-FRP] - 1906(NSW)-1968(NSW) - 2RL Cooma (1925-1939), 2RL Sydney (Woollahra, 1947; Darling Point, 1948-1954; Rozelle, 1955-1958; Avalon Beach, 1960-1965), amateur operator (AOCP 200, 1925, No. ?? in NSW), amateur broadcaster, WW2, grazier (Cooma, 1930-1937), film producer (Avalon Beach, 1958-1968) ===''LITHGOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Lithgow|Lithgow, John Charles]] [https://www.familysearch.org/tree/person/details/G691-5TL] - 1916(Tas)-1990(Eng) - Licences: 7WJ Launceston (1936-1939) - Qualifications: cc; AOCP 1688, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Marine officer? 1950s-1960s, several sea trips ===''LITTLEJOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sydney Littlejohn|Littlejohn, Arthur Sydney]] [https://www.familysearch.org/tree/person/details/G8DW-VDD] - 1905(NSW)-1993(NSW) - Licences: 2AL Sydney (Leichhardt, 1930-1939); 4LF Gunalda (1947); 2OU Sydney (Leichhardt, 1948-1950) - Qualifications: AOCP 579, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Leichhardt, 1930-1958; Haberfield, 1963-1980) ===''LLOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Howard Lloyd|Lloyd, Henry Howard]] [https://www.familysearch.org/tree/person/details/GST7-9LV] - 1904(SA)-1974(SA) - Licences: 5AI Adelaide (College Town, 1923-1927); 5AG Adelaide (College Town, 1923); 5HL Adelaide (North Adelaide, 1954-1975) - Qualifications: cc; AOCP 57, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Beware another Henry Howard Lloyd [https://www.familysearch.org/tree/person/details/GZDY-FS3] 1912-1981 in Adelaide, similar times - Electoral Rolls: Nil yet identified * [[/Hughie Frederick Lloyd|Lloyd, Hughie or Hugh Frederick]] [https://www.familysearch.org/tree/person/details/GXGY-Y95] - 1917(SA)-2002(SA) - Licences: 5BC Adelaide (Hindmarsh, 1933-1939); 5BC Berri (1947-1980) - Qualifications: cc; AOCP 1137, 1933, SA; BOCP 281, 1940 - amateur operator; amateur broadcaster - Relationships: Brother of 5HD William Edward Lloyd - Electoral Rolls: electrician (Hindmarsh, SA, 1939) * [[/William Edward Lloyd|Lloyd, William Edward "Bill"]] [https://www.familysearch.org/tree/person/details/GXGB-WR9] - 1914(SA)-1996(SA) - Licences: 5HD Adelaide (Hindmarsh, 1933-1939, 1947-1948; Cumberland, 1954-1980+) - Qualifications: cc; AOCP 1215, 1933, SA; 2COCP 763, 1943 - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5BC Hughie Frederick Lloyd - Electoral Rolls: nil (Hindmarsh, SA, 1939-1943) ===''LOCKHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Edward Lockhart|Lockhart, Leon Edward]] [https://www.familysearch.org/tree/person/details/G8CJ-6GG] - 1912(Vic)-1990(Vic) - Licences: 3LE Melbourne (Elwood, 1929-1939; Elsternwick, 1946-1980+) - Qualifications: AOCP 514, 1929, No. ?? in Vic; 1COCP 205, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elwood, 1934-1937); engineer (Elsternwick, 1942-1977) ===''LOESER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hedley Edmond Loeser|Loeser, Hedley Edmond]] [https://www.familysearch.org/tree/person/details/MPXL-RM6] - 1912(SA)-19??(???) - Licences: 5LO Adelaide (Goodwood, 1936-1939; Col LIght Gardens, 1947) - Qualifications: cc; AOCP 1748, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: display artist (Reade Park, SA, 1943) ===''LOMAX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Lomax|Lomax, Joseph]] - 19??(???)-19??(???) - Licences: 4EB Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: commercial traveller (St Kilda, Vic, 1913-1914; Ivanhoe, Vic, 1916-1917; Coorparoo, Qld, 1921-1925; Kew, Vic, 1926) ===''LONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Timothy Joseph Long|Long, Timothy Joseph]] [https://www.familysearch.org/tree/person/details/GQ19-Z9G] - 1884(Qld)-1923(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 140, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Comment: suicide after diagnosis terminal illness - Electoral Rolls: labourer (Toowoomba, 1908); radio telegraphist (Cooktown, 1916-1917); telegraphist (Townsville, 1921) ===''LONGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ruth Victoria Longley|Harris nee Longley, Ruth Victoria]] [https://www.familysearch.org/tree/person/details/GXYZ-5GJ] - 1913(WA)-19??(???) - Licences: 6YL Perth (Shenton Park, 1936-1939) - Qualifications: cc; AOCP 1808, 1936, WA - amateur operator; amateur broadcaster; YL operator; WW2 - Relationships: Wife of 6NL Valentine Harms Harris - Electoral Rolls: saleswoman (Subiaco, WA, 1936-1937); home duties (Applecross, WA, 1949-1954); manager (Applecross, WA, 1958) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''LONGSTAFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Allen Hector Longstaff|Longstaff, Thomas Allen Hector "Allen"]] [https://www.familysearch.org/tree/person/details/GWQM-WF3] - 1896(SA)-1953(NSW) - Licences: XVR Adelaide (Alberton, 1913) - Qualifications: cc; CPRT 55, 1915 - early wireless experimenter; coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2 - Electoral Rolls: executive (Brighton, Vic, 1949) ===''LORDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Allan Lorden|Lorden, Geoffrey Allan]] [https://www.familysearch.org/tree/person/details/GZJB-2P8] - 1907(WA)-1994(Vic) - Licences: 6GL Perth (Perth, 1925-1926; West Perth, 1927) - Qualifications: cc; AOCP 175, 1925, No. ?? in WA; 2COCP 342, 1940; 1COCP 441, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Jingalup, WA, 1931); survey assistant (Jingalup, WA, 1936-1937); radio operator (Hotel Beadon, Onslow, 1943; Kalgoorlie, 1949); civil servant (Mitcham, Vic, 1968-1977) ===''LOVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Kingsley Love|Love, Howard Kingsley]] [https://www.familysearch.org/tree/person/details/GZGQ-8S5] - 1895(Vic)-1948(Vic) - Licences: 3BM Receive Melbourne (East Malvern, 1922); 3BM Melbourne (East Malvern, 1922-1931; Glen Iris, 1933), 3KU Melbourne (Malvern, 1937-1939, 1946-1948) - Qualifications: cc; AOCP 230, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; broadcast engineer; radio clubs (WIA Vic); business proprietor (radio manufacturer) - Electoral Rolls: merchant (Orong, 1919; Malvern East, 1921-1924; Gardiner, 1927-1933); manager (Gardiner, 1936-1937); engineer (Mt. Waverley, 1942) - Comment: gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW199407.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199408.pdf EA2] * [[/James Peile Love|Love, James Peile "Nim"]] [https://www.familysearch.org/tree/person/details/L7JF-83Z] - 1906(Qld)-1999(Qld) - Licences: 4JL Brisbane (Kedron, 1928-1939) - Qualifications: cc; AOCP 469, 1928, No. ?? in Qld (Halcyon AOCP 1930); 3COCP 5259, 1965 - amateur operator; amateur broadcaster; military (WW2, AIF) - Electoral Rolls: auctioneer (Kedron, 1928-1943; Hawthorne, 1949-1980) ===''LOVETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Frank Lovett|Lovett, Hubert Frank]] [https://www.familysearch.org/tree/person/details/GHG1-DT2] - 1905(Tas)-1961(Tas) - Licences: 7HL Hobart (1926-1933+) - Qualifications: cc; AOCP 246, 1926, No. ?? in Tas - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Hobart North, 1928-1937); manager (Hobart South, 1949; Nelson, 1954) - Links: [https://info.scholarships.utas.edu.au/AwardDetails.aspx?AwardId=2813 UTAS Scholarship] * [[/Percy Lovett|Lovett, Percy]] [https://www.familysearch.org/tree/person/details/GDB5-M21] - 1906(NSW)-1986(NSW) - Licences: 2JP Receive Sydney (Artarmon, 1922) - Qualifications: cc; 3COCP 2210, 1956 - amateur operator; amateur broadcaster - Electoral Rolls: ===''LUBACH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Lubach|Lubach, Frederick John "Fred"]] [https://www.familysearch.org/tree/person/details/G9H7-VZD] - 1919(Qld)-1998(Qld) - Licences: 4RF Brisbane (South Brisbane, 1936-1939; Annerley, 1946-1947); Dalby (1948-1950); Brisbane (Coorparoo, 1954; Camp Hill, 1965-75; Loganlea, 1980) - Qualifications: cc; AOCP 1745, 1936, Qld; 2COCP 868, 1944 - amateur operator; amateur broadcaster; radio clubs (WIAQ, instructor, QSL manager); military (WW2, RAN, wireless officer); broadcast technician (4QS, Capalaba) - Electoral Rolls: technician (Dalby, Qld, 1949; Coorparoo, Qld, 1954; Camp Hill, Qld, 1958-1968); public servant (Camp Hill, Qld, 1972-1977); retired (Loganlea, Qld, 1980) ===''LUCAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gillen Frederick Lucas|Lucas, Gillen Frederick]] [https://www.familysearch.org/tree/person/details/GXLB-Y7P] - 1894(SA)-1964(SA) - Licences: 5LL Adelaide (Kilkenny, 1935-1939; Port Adelaide, 1947; Maylands, 1948; Trinity Gardens, 1954-1960) - Qualifications: cc; AOCP 1589, 1935, SA - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: bootmaker (Kilkenny, SA, 1939-1943) ===''LUCKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Forsythe Arthur Luckman|Luckman, Charles Forsythe Arthur]] [https://www.familysearch.org/tree/person/details/GMF8-LS2] - 1901(NSW)-1979(NSW) - Licences: 2JT Receive Sydney (Croydon, 1922); 2JT Sydney (Croydon, 1923-1926; Lakemba, 1927-1933; Croydon, 1934; Ashfield, 1935-1938; Croydon, 1939, 1946-1975) - Qualifications: cc; AOCP 41, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: lift engineer (Lakemba, 1930-1933); electrician (Croydon, 1935-1943); electrical mechanic (Croydon, 1954-1972) * [[/Thomas Stuart Luckman|Luckman, Thomas Stuart "Stuart"]] [https://www.familysearch.org/tree/person/details/G64P-8CD] - 1913(Qld)-2005(Qld) - Licences: 4SL Brisbane (Kalinga, 1931-1939) - Qualifications: cc; AOCP 783, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, CMF, Signals Northern Command); occupation (hardware executive) - Electoral Rolls: salesman (Kalinga, 1936-1937); storeman (Hendra, 1943-1958); retired (Aspley, 1972-1977; Carseldine, 1980) ===''LUHRS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Albert Luhrs|Luhrs, Victor Albert]] [https://www.familysearch.org/tree/person/details/KZYN-VJJ] - 1888(Vic)-1964(SA) - Licences: V761 Receive Woori Yallock (1922); 3HB Receive Woori Yallock (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Torquon West, Nhill, 1909; Netherby, 1912-1914; Cavendish, 1916-1919; Woori Yallock, 1922-1924; Kalyan, SA, 1939); grazier (Tintinara, SA, 1941-1943) ===''LUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Douglas Lum|Lum, Allan Douglas]] [https://www.familysearch.org/tree/person/details/G92F-LX7] - 1913(SA)-1978(SA) - Licences: 5AL Adelaide (Joslin, 1932-1939; Hyde Park, 1947) - Qualifications: cc; AOCP 980, 1932, No. ?? in SA; 1COCP 427, 1940; TVOCP 263, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Gawler, SA, 1939-1941); mechanic (Hyde Park, SA, 1943) ===''LUMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd John Lumb|Lumb, Lloyd John "Jack"]] [https://www.familysearch.org/tree/person/details/G84C-LF2] - 1907(Qld)-1975(Qld) - Licences: 4LL Brisbane (Ashgrove, 1928-1939) - Qualifications: cc; AOCP 471, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; engineer (PMGD) - Electoral Rolls: telephone mechanic (Ashgrove, 1936-1937); postal electrician (Stanthorpe, 1943); technician (Ashgrove, 1949); engineer (Ashgrove, 1958-1972) ===''LUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Vincent Lunn|Lunn, Harold Vincent]] [https://www.familysearch.org/tree/person/details/GXGY-4X5] - 1908(NSW)-1987(NSW) - Licences: 5HL Adelaide (Morphettville, 1935-1939); 2ANE Sydney (North Ryde) - Qualifications: cc; AOCP 1449, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical fitter (Morphettville, SA, 1939-1943; Hurstville South, NSW, 1972); retired (North Ryde, NSW, 1977-1980) ===''LUXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilfred Luxon|Luxon, George Wilfred]] [https://www.familysearch.org/tree/person/details/M5YJ-XTL] - 1908(NSW)-1992(SA) - Licences: 5RX Adelaide (West Mitcham, 1928-1939, 1946-1965; Torrens Park, 1969-1980+) - Qualifications: cc; AOCP 450, 1928, No. ?? in SA - amateur operator; amateur broadcaster late 1920s; WW2; WIA SA (several official duties) - Electoral Rolls: radio mechanic (Mitcham, 1939-1943) ===''LYNCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harold John Lynch|Lynch, Harold John]] [https://www.familysearch.org/tree/person/details/LDTD-VXL] - 1905(Qld)-1995(Qld) - Licences: 4HL Brisbane (Fortitude Valley, 1934-1939, 1946-1956; Slacks Creek, 1960-1975); 4HL Springbrook (1980+) - Qualifications: cc; AOCP 1268, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); business proprietor (restaurants, picture theatres) - Electoral Rolls: cutter (Albion, Qld, 1928); shopkeeper (Valley, Qld, 1936-1943); cafe proprietor (Valley, Qld, 1949); shopkeeper (St Lucia, Qld, 1954; Slacks Creek, Qld, 1958-1968); owner (Slacks Creek, Qld, 1972-1977); retired (Springbrook, Qld, 1980) ===''LYONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Thomas Lyons|Lyons, Joseph Aloysius Thomas]] [https://www.familysearch.org/tree/person/details/LZGY-XKB] - 1879(Tas)-1939(NSW) - teacher, state politician, Premier of Tasmania, federal politician, Postmaster-General, Prime Minister of Australia, actively promoted development of broadcasting in Australia over two decades - Electoral Rolls: =='''M'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''MABBITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Matthew Mabbitt|Mabbitt, John Matthew]] [https://www.familysearch.org/tree/person/details/G8DV-FD5] - 1905(Vic)-1966(Vic) - Licences: 3KI Lake Boga (1930-1939); 3JG Lake Boga (1947-1948); 3JG Swan Hill (1954-1960); 3JG Melbourne (Templestowe, 1965) - Qualifications: AOCP 588, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: orchardist (Lake Boga, 1928-1949); supervisor (Swan Hill, 1954); public servant (Templestowe, 1963) ===''MACDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Donald Macdonald|Macdonald, Donald "Don"]] [https://www.familysearch.org/tree/person/details/GXQ7-WT8] - 1883(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; BOCP 45, 1936 - senior federal public servant (Chief Engineer, Radiotelegraph Branch, PMGD, 1914); Lieutenant-Commander Telegraphist (RAN, in charge captured German Pacific Wireless); chief engineer 7EX; supervised erection 3AR, 5CL, 7ZL; early TV research - Comment: Don't confuse with Don Macdonald AWA consultant - Electoral Rolls: Numerous contemporaneous DMcDs - Links: [http://messui.polygonal-moogle.com/valves/NW199505.pdf EA] * [[/Llewellyn Macdonald|Macdonald, Llewellyn "Lew"]] [https://www.familysearch.org/tree/person/details/G8HH-73F] - 1908(Eng)-1974(NSW) - Licences: 2WU Newcastle (West Maitland, 1929-1934; Wickham, 1935-1936; Waratah, 1937; Mayfield, 1938-1939, 1946-1961; Charlestown, 1965-1969) - Qualifications: AOCP 478, 1929, No. ?? in NSW; 2COCP 69, 1936; BOCP 50, 1936; 1COCP 125, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: cabinetmaker (West Maitland, 1930; Wickham, 1936); joiner (Waratah, 1937; Charlestown, 1972) ===''MACFARLANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred - see Harriss, Dorothy Winnifred ===''MACGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. MacGregor|MacGregor, H.]] - 19??(???)-19??(???) - 4ZU Brisbane (Windsor, -1947+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''MACKAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Stewart Mackay|Mackay, Cedric Stewart or Stuart]] [https://www.familysearch.org/tree/person/details/973G-3Q2] - 1889(Vic)-1955(NSW) - Licences: XADF Coffs Harbour (1913-1914); 2GP Urunga (1922-1931); 2GO Coffs Harbour (1935-1939) - Qualifications: cc; AOCP 149, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Urunga, 1930); agent (Coffs Harbour, 1943-1949) * [[/Ian Keith Mackay|Mackay, Ian Keith]] [https://www.familysearch.org/tree/person/details/G8JG-NHF] - 1907(NZ)-1985(NZ) - author, historian (broadcast, "Broadcasting in New Zealand" (1953), "Broadcasting in Australia" (1957), "Broadcasting in Nigeria" (1964), "Broadcasting in Papua New Guinea" (1976) - Electoral Rolls: broadcasting executive (Lane Cove, 1954); executive (Killara, 1958) * [[/Ronald Reay Mackay|Mackay, Ronald Reay]] [https://www.familysearch.org/tree/person/details/G8N2-Y6T] - 1905(Vic)-1963(Vic) - Licences: 3FZ Receive Melbourne (Carlton, 1922); 3MU Melbourne (Carlton, 1931-1939, 1946-1960) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, principal (RMIT) - Electoral Rolls: teacher (Carlton, 1931-1963) - [https://adb.anu.edu.au/biography/mackay-ronald-reay-10980 ADB] ===''MACKEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Francis Mackel|Mackel, John Francis]] [https://www.familysearch.org/tree/person/details/G8DJ-FP5] - 1912(NSW)-1987(NSW) - Licences: 2HG Sydney (Chatswood, 1930-1939, 1946-1947; Lane Cove, 1948-1965; Hunters Hill, 1969-1980) - Qualifications: AOCP 585, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Chatswood, 1935-1943); insurance inspector (Lane Cove, 1949-1954); insurance manager (Lane Cove, 1958-1963); manager (Hunters Hill, 1968-1980) ===''MACKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Harper Mackenzie|Mackenzie, Alexander Harper "Mac"]] [https://www.familysearch.org/tree/person/details/G7J3-MVZ] - 1892(Sct)-1970(Qld) - Licences: 4GK Brisbane (Wynnum, 1930-1939; Bulimba, 1946-1969) - Qualifications: cc; AOCP 628, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Fire Service) - Electoral Rolls: fireman (Brisbane City, 1916; Hamilton, 1919; Brisbane City, 1925); fire brigade officer (Wynnum, 1928-1936); newsagent (Bulimba, 1949); retired (Bulimba, 1954-1968) - Relationships: father of 4YL Florence Madeline Mackenzie and 4HJ Arthur Alexander Mackenzie * [[/Arthur Alexander Mackenzie|Mackenzie, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7J3-796] - 1918(Qld)-2001(Qld) - Licences: 4HJ Jericho (1937); 4HJ Brisbane (Wynnum, 1938-1939) - Qualifications: cc; AOCP 1346, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Townsville, 1949); newsagent (Grange, 1954-1963); public servant (Townsville, 1972; Cleveland, 1972; Thornlands, 1977, Cleveland, 1980) - Relationships: son of 4GK Alexander Harper Mackenzie; brother of 4YL Florence Madeline Streamer nee Mackenzie * [[/Florence Madeline Mackenzie|Streamer nee Mackenzie, Florence Madeline "Madeline"]] [https://www.familysearch.org/tree/person/details/G8FN-B8C] - 1922(Qld)-19??(Qld) - Licences: 4YL Brisbane (1936-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; third YL operator in Qld - Electoral Rolls: home duties (Mitchelton, 1949; New Farm, 1954) - Relationships: daughter of 4GK Alexander Harper Mackenzie; sister of 4HJ Arthur Alexander Mackenzie - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Harold Stuart Mackenzie|Mackenzie, Harold Stuart]] [https://www.familysearch.org/tree/person/details/L21R-VGN] - 1908(Qld)-1995(Qld) - Licences: 4AM Brisbane (Annerley, 1929-1933) - Qualifications: cc; AOCP 518, 1929, No. ?? in Qld; 2COCP 90, 1937; 1COCP 239, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Annerley, 1934-1937); company manager (Strathfield, NSW, 1943-1954); radio operator (Blackheath, 1958); unemployed (Burleigh Heads, 1963-1968); technician (Burleigh Heads, 1972-1980) ===''MACKINNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Eric Wilton MacKinnon|MacKinnon, Colin Eric Wilton]] [https://www.familysearch.org/tree/person/details/LK45-QRQ] - 1941(NSW)-2004(NSW) - Licences: 2KCM Sydney 1980s; 2DYM Sydney (1980-2004)- Qualifications: NAOCP N1793, 1981; AOLCP N1281, 1981; AOCP N1032, 1981, NSW - amateur operator; amateur broadcaster; historian (amateur radio; military radio; radar) - Electoral Rolls: engineer (Cronulla, 1968; Hurstville, 1977); retired (Glenhaven, 1980) - [https://www.qsl.net/vk2dym/radio/Colin_MacKinnon.htm Obit] ===''MACLARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Foster St Clair Maclardy|Maclardy, William John Foster St Clair "Will"]] - 1892(NSW)-1971(NSW) - 2HP Sydney (Neutral Bay & Cremorne,1922-1925), amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, broadcast engineer (2BL), journalist (Smith's Weekly, Wireless Weekly), correct surname is St Clair Maclardy but rarely used, son of William McIntyre St Clair Maclardy, one time Wireless Weekly proprietor ===''MACLAREN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Catto Maclaren|Maclaren, Donald Catto]] [https://www.familysearch.org/tree/person/details/G8N1-2R2] - 1909(NSW)-1964(NSW) - Licences: 2DM Sydney (Haberfield, 1930-1939); 2NN Narrabri (1947-1950) - Qualifications: AOCP 655, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Haberfield, 1933-1936; Taree, 1937; Narrabri, 1949) ===''MACLURCAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Dansie Maclurcan|Maclurcan, Charles Dansie]] [https://www.familysearch.org/tree/person/details/GWR7-LJ3] - 1889(Qld)-1957(NSW) - Licences: XDM Sydney (1909-1914); 2CM Sydney (Strathfield, 1921-1939; Neutral Bay, 1946-1957); 2CY Sydney (Strathfield, 1923, briefly by administrative error); first licence issued under new 1922 radio regulations - Qualifications: cc; AOCP 98, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; business proprietor (Maclurcan and Lane, 1909-19??, Maclurcan Engineering, Hotel Wentworth) - Electoral Rolls: electrical engineer (Darling Harbour, 1913); engineer (Strathfield, 1930-1934); hotel manager (Neutral Bay, 1949-1954) - Links: [https://adb.anu.edu.au/biography/maclurcan-hannah-13070 ADB] [[w:2CM|Wikipedia]] [https://radioinfo.com.au/news/who-was-radio-pioneer-charles-maclurcan/ radioinfo] ===''MACM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Chestnut McMillan|McMillan, Joseph Chestnut]] [https://www.familysearch.org/tree/person/details/GDRK-8TG] - 1901(Sct)-1968(Vic) - Licences: 7BP Receive Hobart (City, 1923); 7BP Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart East, 1928) ===''MACPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Duncan Macpherson|Macpherson, Alexander Duncan "Sandy"]] [https://www.familysearch.org/tree/person/details/29CF-Z3F] - 1899(Qld)-1974(Qld) - Licences: 4MC Brisbane (Nundah, 1934-1939, 1946-1948; Oakleigh, 1954; Chermside, 1955-1969) - Qualifications: cc; AOCP 1271, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Toombul RC); Qld Lands (draughtsman) - Comment: Slow update for death in Electoral Rolls? - Electoral Rolls: draftsman (Nundah, Qld, 1921-1949; Oakleigh, Qld, 1954; Chermside, Qld, 1958-1968); retired (Chermside, Qld, 1972-1980) ===''MADDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney John Madden|Madden, Sydney John]] [https://www.familysearch.org/tree/person/details/GX16-WGL] - 1900(Sct)-1955(WA) - Licences: 6MN Perth (City, 1930; North Perth, 1931; Maylands, 1933-1937; Wembley, 1938-1939) - Qualifications: cc; 2COCP 264, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Maylands, WA, 1931-1937; Wembley Park, WA, 1937-1943); supervisor (Wembley, WA, 1954) ===''MADDICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Maddick|Maddick, Herbert William]] [https://www.familysearch.org/tree/person/details/GHLB-J2P] - 1890(Vic)-1960(Vic) - Licences: XLX Melbourne (Elsternwick, 1913-1914); 3EF Receive Melbourne (Elwood, 1922-1923); 3EF Melbourne (Elwood, 1924-1933+) - Qualifications: cc; AOCP 161, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; perpetrator of the foul mouthed parrot incident - Electoral Rolls: motor mechanic (Elsternwick, 1917); mechanic (Elsternwick, 1919-1954) ===''MAGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin William Michael Magee|Magee, Kevin William Michael]] [https://www.familysearch.org/tree/person/details/GXRX-51Z] - 1913(Vic)-1979(Vanuatu) - Licences: 5KM Adelaide (City, 1931-1933); 2UN Sydney (Paddington, 1936); 3UN Melbourne (Hawthorn, 1937); 3KM Melbourne (Kew, 1947-1960; North Balwyn, 1965-1969) - Qualifications: cc; AOCP 874, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: staff cadet (Victoria Barracks, NSW, 1936); military officer (Hawthorn, Vic, 1937; Kew, Vic, 1943); engineer (Kew, Vic, 1949-1954); company director (Kew, Vic, 1963); director (Balwyn, Vic, 1967-1972) ===''MAGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lindsay Maguire|Maguire, Arthur Lindsay]] [https://www.familysearch.org/tree/person/details/G8SN-BKC] - 1921(Vic)-1998(Vic) - Licences: 3IO Stratford (1938-1939; 1947-1960) - Qualifications: AOCP 2216, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Stratford, 1949-1977); grazier (Munro, 1980) * [[/Ernest Norbert Maguire|Maguire, Ernest Norbert]] [https://www.familysearch.org/tree/person/details/LR4X-F61] - 1892(NSW)-1967(NSW) - Licences: 2KL Sydney (Lewisham, 1928-1930; Dulwich Hill, 1931-1939) - Qualifications: AOCP 387, 1928, No. ?? in NSW; 2COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: police constable (Lewisham, 1930-1932); sergeant of police (Putney, 1943; Gladesville, 1949-1958); retired (Lake Illawarra South, 1963) * [[/Sydney William Maguire|Maguire, Sydney William]] [https://www.familysearch.org/tree/person/details/KNDF-L85] - 1903(WA)-1958(NSW) - Licences: 2XY Sydney (Rose Bay, 1930-1934; Paddington, 1935-1936; North Bondi, 1937-1939) - Qualifications: CPRTelephony 933, 1926; AOLCP 74, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Rose Bay, 1930-1934; Glenmore, 1935); engineer (Bondi, 1936-1937); radio engineer (Maroubra North, 1943); inspector (Maroubra North, 1949; Kingsford, 1954-1958) ===''MAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Hugh Mahon|Mahon, Hugh]] - 1857(Ire)-1931(Vic) - senior federal politician (MHR 1900s & 1910s; Postmaster-General 1904) ===''MALCOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Graham Malcolm|Malcolm, Keith Graham]] [https://www.familysearch.org/tree/person/details/GD8F-K5W] - 1949(Eng)-2011(NSW) - Licences: 3ZYK Melbourne (North Clayton, 1969; Mulgrave, 1975; Berwick, 1980); 1???; 2??? - Qualifications: AOLCP 2407, 1967 - broadcast planning engineer (PMGD, ABCB, P&TD, DoC); Communications Laboratory DoC (Director) - Electoral Rolls: engineer (Clayton, Vic, 1972; Mulgrave, 1977; Berwick, 1980) ===''MALONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Joseph Malone|Malone, James Joseph "Jim"]] [https://www.familysearch.org/tree/person/details/GWL8-8DP] - 1883(NSW)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 240, 1916 - employment (NSW P&T, Telegraph Messenger; PMGD, Cadet Engineer, Controller Wireless; OTC, Manager); WW1 - Electoral Rolls: engineer (Clayfield, Qld, 1917-1925; Kew, Vic, 1926-1928); chief inspector wireless (Kew, Vic, 1931-1937); Deputy Director, Posts and Telegraphs (Indooroopilly, 1943); public servant (Lindfield, NSW, 1949-1963) - Links: [[w:James Joseph Malone|Wikipedia]]; [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_05_30#P.109_-_Commonwealth_Controller_of_Wireless|Bio]] ===''MALPAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth John Malpas|Malpas, Kenneth John "Ken"]] [https://www.familysearch.org/tree/person/details/MGC2-BNN] - 1909(SA)-1929(SA) - Licences: 5XG Kadina (1927-1928) - Qualifications: cc; AOCP 313, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Passed too soon - Electoral Rolls: Nil ===''MANGNALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hartley Mangnall|Mangnall, Robert Hartley Jnr]] [https://www.familysearch.org/tree/person/details/G8MD-3L2] - 1903(Vic)-1963(Vic) - Licences: 3?? Melbourne (Carlton, 1927); 3HB Melbourne (Highett, 1947-1960) - Qualifications: AOCP 350, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (Carlton, 1936); engineer (Sandringham, 1942-1963) ===''MANIFOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Charles Manifold|Manifold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/LXMR-BFZ] - 1908(Vic)-1993(Vic) - Licences: 3EM Melbourne (Malvern, 1930-1933; McKinnon, 1937-1939, 1946-1980+) - Qualifications: AOCP 647, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: plumber (Malvern, 1931-1934; Bentleigh, 1936-1980) ===''MANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Mann|Mann, John Edward "Jack"]] [https://www.familysearch.org/tree/person/details/G3JY-STV] - 1912(SA)-1941(off Libyan coast) - Licences: 5EM Semaphore (1934-1938); 3IE Westmere (1938); 3IE Ballarat (1939) - Qualifications: cc; AOCP 1304, 1934, SA - amateur operator; amateur broadcaster; military (WW2, RAN, telegraphist) - Relationships: Son of Thomas William Mann - Electoral Rolls: Nil yet identified - Links: [https://www.awm.gov.au/collection/R1675471 AWM]; [https://www.awm.gov.au/collection/P10278775 AWM] - Sacrifice: "Greater love hath no man than this" * [[/Sydney George Mann|Mann, Sydney George]] [https://www.familysearch.org/tree/person/details/G8DP-V1C] - 1908(Eng)-1977(Eng) - Licences: 3KY Melbourne (Glenhuntly, 1930-1931; Hampton, 1937-1939, 1946-1954; East Brighton, 1955-1960) - Qualifications: AOCP 594, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Sergeant) - Electoral Rolls: traveller (Glenhuntly, 1931); mechanic (Sandringham, 1936-1937); shopkeeper (Woodend, 1942); mechanic (Hampton, 1949-1954); sales (Carnegie, 1963); salesman (St Kilda, 1967) * [[/Thomas William Mann|Mann, Thomas William]] [https://www.familysearch.org/tree/person/details/GZLZ-2S3] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923) - Qualifications: Nil yet identified - amateur receiver - Relationships: Father of 5EM-3IE John Edward Mann- Electoral Rolls: Nil yet identified ===''MANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol John Roland Manning|Manning, Athol John Roland]] [https://www.familysearch.org/tree/person/details/G69L-G2L] - 1916(Tas)-2005(Tas) - Licences: 7LR Devonport (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1367, 1934, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Devonport, 1949-1954) * [[/Clifton Joseph Manning|Manning, Clifton Joseph]] [https://www.familysearch.org/tree/person/details/G893-WW6] - 1909(Vic)-1994(Vic) - Licences: 3CJ Melbourne (Ringwood, 1927; Elwood, 1931-1937; Eltham, 1938-1939; Balwyn, 1946-1947; Templestowe, 1948; Beaumaris, 1954-1960); 3CJ Orbost (1965); 3CJ Marlo (1969-1975) - Qualifications: AOCP 338, 1927, No. ?? in Vic; 1COCP 877, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (St Kilda, 1931-1936; Canterbury, 1943; Templestowe, 1949; Sandringham, 1954-1963); farmer (Orbost, 1967-1968); retired (Marlo, 1972-1977; Lang Lang, 1980) ===''MANSFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Mansfield|Mansfield, H. D.]] - 19??(???)-19??(???) - Licences: XZQ Burnie (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''MANTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Thomas Mantle|Mantle, Joseph Patrick Thomas]] [https://www.familysearch.org/tree/person/details/GX84-DP9] - 1913(Qld)-1976(Fiji) - Licences: 4XF Brisbane (Ascot, 1933-1939); 4XF Townsville (Hermit Park, 1947-1948); 4XF Brisbane (Brisbane City, Qld, 1954-1960); 3AEN Bendigo (1969-1980) - Qualifications: cc; AOCP 1146, 1933, Qld; 2COCP 1083, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: projectionist (Ascot, Qld, 1936); engineer (Ashgrove, Qld, 1943); sound engineer (Townsville, Qld, 1949); business manager (New Farm, Qld, 1954); manager (St Lucia, Qld, 1958); sales manager (Warwick, Qld, 1963); no occupation (Townsville, Qld, 1963); sales executive (Petersham, NSW, 1972) ===''MANUEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Thomas Manuel|Manuel, Robert Thomas]] [https://www.familysearch.org/tree/person/details/KF5S-3R5] - 1910(SA)-2003(SA) - Licences: 5RT Adelaide (Prospect, 1932-1939, 1947-1960; Beefacres, 1965; Windsor Gardens, 1969-1980+) - Qualifications: cc; AOCP 1052, 1932, SA; BOCP 1310, 1953; 2COCP 1279, 1953; 1COCP 1688, 1953 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''MARCONI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guglielmo Giovanni Maria Marconi|Marconi, Guglielmo Giovanni Maria]] - 1874(Italy)-1937(Italy) - Inventor, electrical engineer, entrepreneur, businessman; pioneer of long distance radio transmission, widely credited as the inventor of radio; shared 1909 Nobel prize for physics for contributions to the development of wireless telegraphy ===''MARCUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eugen Gerald Marcuse|Marcuse, Eugen Gerald "Gerald"]] [https://www.familysearch.org/tree/person/details/9C3M-X1G] - 1886(Eng)-1961(Eng) - Licences: G2NM England - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer ===''MARKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Sydney Marks|Marks, Joseph Sydney or Sydney Joseph]] [https://www.familysearch.org/tree/person/details/GQG4-X1G] - 1885(NSW)-1949(NSW) - Licences: 2GR Receive Sydney (Rose Bay, 1922); 2GR Sydney (Rose Bay, 1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio trader (Electricity House, Marks' Radio Company); electrician; police officer; sued by 2BL for non-payment of fees in 1924 - Electoral Rolls: electrician (Rose Bay, 1930-1949) ===''MARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric William Marley|Marley, Cedric William]] [https://www.familysearch.org/tree/person/details/LVF2-DJ4] - 1918(Qld)-1984(Qld) - Licences: 4CJ Brisbane (Highgate Hill, 1938-1939; Graceville, 1947; Kalinga, 1948); 4CJ Rockhampton (1954-1956); 4CJ South Mackay (1960); 9CJ Port Moresby (1965); Brisbane (Mt Gravatt, 1969-1980) - Qualifications: cc; AOCP 2079, 1938, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); broadcast technician (PMG, ABC); WW2 (RAN, telegraphist); federal public servant (PMG, ABC) - Electoral Rolls: technician (Kalinga, Qld, 1949; Rockhampton, Qld, 1954); broadcast technician (Mackay, Qld, 1958; Bucasia, Mackay, Qld, 1958; Mt Gravatt, Qld, 1963-1980) ===''MARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Clanan Marr|Marr, Charles William Clanan]] [https://www.familysearch.org/tree/person/details/9M8V-QQM] - 1880(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; WW1 - Electoral Rolls: MHR (Forrest, 1929); director (Crows Nest, NSW, 1933); company director (Wollstonecraft, 1933-1935); director (Crows Nest, 1935); company director (Pymble, 1937-1943; Killara, 1943-1949; Pymble, 1954-1958) ===''MARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Burton Mars|Mars, Ernest Burton]] [https://www.familysearch.org/tree/person/details/G8VJ-GWR] - 1907(SA)-1987(Qld) - Licences: Receive Adelaide (North Unley, 1923-1924); 4EM Charleville (1930-1933); 2EM Dubbo (1934-1936); 4EM Charleville (1937-1939, 1946-1947); 2GE Moree (1948); 4EM Emerald (1954-1955); 4EM Charleville (1956); 4EM Longreach (1960); 4EM Currumbin (1965-1969) - Qualifications: cc; AOCP 686, 1930, No. ?? in Qld; BOCP 23, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Dubbo, 1935); bank official (Charleville, 1937-1943; Wagga Wagga, 1949); bank clerk (Moree, 1949); bank manager (Commonwealth Bank Emerald, 1954; Commonwealth Bank, Charleville, 1958; Longreach, 1963); retired (Currumbin, 1968; Palm Beach, Qld, 1977-1980) - established 4VL Charleville commercial ===''MARSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Marsden|Marsden, Robert Cecil "Cecil"]] [https://www.familysearch.org/tree/person/details/G92N-W62] - 1892(Eng)-1968(NSW) - Licences: unlicensed?, Sydney, 1909; 2JM Receive Sydney (Edgecliffe, 1922); 2JM Sydney (Edgecliffe, 1923-1925; Bellevue Hill, 1925-1926; Edgecliff, 1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW, local NSW clubs) - Relationships: Father of 2VV-2FV Robert Morris Marsden - Electoral Rolls: engineer (Woolahra, 1930; Epping, 1930-1958); manager (Castlecrag, 1958-1968) * [[/Robert Morris Marsden|Marsden, Robert Morris]] [https://www.familysearch.org/tree/person/details/GWX1-VPG] - 1916(NSW)-1988(NSW) - Licences: 2VV Sydney (Kingsford, 1958-1969); 2FV Tuross Heads (1965-1980+) - Qualifications: AOLCP 226, 1956; AOCP 3627, 1957, NSW - amateur operator; WW2 (RAAF) - Relationships: Son of 2JM Robert Cecil Marsden - Electoral Rolls: taxi proprietor (Bondi Beach, 1949; Kingsford, 1958-1972); retired (Tuross Heads, 1972-1980) ===''MARSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Westport Marsh|Marsh, Sydney or Sidney Westport]] [https://www.familysearch.org/tree/person/details/LFLN-PKM] - 1889(NSW)-1946(NSW) - Licences: 2ZK West Wallsend (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Ladysmith, 1913); fitter (West Wallsend, 1930-1937) ===''MARSHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archie Francis Marshall|Marshall, Archie Francis "Arch"]] [https://www.familysearch.org/tree/person/details/G37M-W83] - 1907(Qld)-1982(Qld) - Licences: 4AF Clifton (1928-1939, 1946-1980+) - Qualifications: cc; AOCP 438, 1928, No. 48 in Qld - amateur operator; amateur broadcaster; business proprietor (blacksmith, fitter/turner) - Electoral Rolls: blacksmith (Clifton, 1930-1980) * [[/Herbert Anthony Marshall|Marshall, Herbert Anthony]] [https://www.familysearch.org/tree/person/details/9JJR-P3P] - 1888(India)-1948(NSW) - Licences: unlicensed?, Port Pirie, 1910; 2HM Armidale (1924-1926); 2HM Sydney (Bondi, 1927-1939, 1946-1948) - Qualifications: AOCP 115, 1925, No. ?? in NSW; AOLCP 48, 1931 - Comment: proud of his initials "H.A.M.", early wireless experimenter; amateur operator; amateur broadcaster; electrical engineer - Relationships: his daughter Denise Chalmers Marshall frequently on air over 2HM - TroveTag: "2HM - Herbert Anthony Marshall" - Electoral Rolls: electrical engineer (Bondi, 1930-1931); engineer (Bondi, 1934-1943) * [[/Mary Austine Marshall|Henry nee Marshall, Mary Austine]] [https://www.familysearch.org/tree/person/details/G8X2-GR6] - 1913(Vic)-1994(Vic) - Licences: 3YL Melbourne (Murrumbeena, 1930-1939, 1946-1956; East Malvern, 1960-1975) - Qualifications: AOCP 619, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: home duties (Oakleigh, 1936-1937); no occupation (Oakleigh, 1942-1954); home duties (Oakleigh, 1958-1980) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Vaughan Edward Marshall|Marshall, Vaughan Edward]] [https://www.familysearch.org/tree/person/details/G86T-KNY] - 1911(Vic)-1994(Vic) - Licences: 3UK Melbourne (Hawthorn, 1930-1933; Kew, 1937-1939, 1946-1969; Mt Eliza, 1975-1980+) - Qualifications: AOCP 603, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: sales (Kew, 1936); tea specialist (Kew, 1937-1968); retired (Mt Eliza, 1977-1980) ===''MARSLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Bruce Marsland|Marsland, Benjamin Bruce]] [https://www.familysearch.org/tree/person/details/GX6Y-X47] - 1906(Qld)-1941(NSW) - Licences: 4DX Brisbane (Indooroopilly, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Rockhampton, Qld, 1928); teller (Normanton, Qld, 1930); bank clerk (Rockhampton, Qld, 1931; Malanda, Qld, 1932); no occupation (Annerley, Qld, 1943) ===''MARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Thomas Marston|Marston, James Thomas "Jim"]] [https://www.familysearch.org/tree/person/details/LKDX-19C] - 1920(Qld)-1974(Qld) - Licences: 4JA Brisbane (Belmont, 1948; Morningside, 1954); 4JA Toowoomba (1955-1956); 4JA Brisbane (Boondall, 1960-1969) - Qualifications: cc; AOCP 2655, 1948, Qld - amateur operator - Electoral Rolls: sheet metal worker (Buranda, Qld, 1943); engineer (Toowoomba South, Qld, 1958); technician (Boondall, Qld, 1963-1972) * [[/W. L. Marston|Marston, W. L.]] - 19??(???)-19??(???) - Licences: 4RY Brisbane (Clayfield, 1937) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MARTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Martin|Martin, James Frederick]] - 1909(Vic)-1976(Vic) - Licences: 3MJ Melbourne (North Fitzroy, 1927-1933); 3JM Melbourne (North Fitzroy, 1937-1939) - Qualifications: AOCP 340, 1927, No. ?? in Vic - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Clifton Hill, 1936); traveller (North Fitzroy, 1949; Heidelberg, 1954-1963); sales director (Doncaster, 1967); sales (Noble Park, 1972) * [[/John Michael Martin|Martin, John Michael]] [https://www.familysearch.org/tree/person/details/GX79-GWZ] - 1886(Irl)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 146, 1915; 1COCP 58, 1935 - RANRS (commissioned telegraphist, 1917); WW1 - Comment: several contemporaneous JMMs - Electoral Rolls: Ancestry 299 hits too be sifted * [[/John Robert Martin|Martin, John Robert]] [https://www.familysearch.org/tree/person/details/GWFG-HMM] - 1919(Qld)-2011(Qld) - Licences: 4MX Cunnamulla (1937-1939); 4MX Toowoomba (1946-1954); 4MX Brisbane (Gaythorne, 1955-1960); 4MX Julia Creek (1965-1969); 4MX Finch Hatton (1975); 4MX Brisbane (Gaythorne, 1980+) - Qualifications: cc; AOCP 1933, 1937, Qld; BOCP 147, 1938 - amateur operator; amateur broadcaster; military (WW2, RAAF); business proprietor (radio service); Presbyterian minister - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1949-1954); radio technician (Gaythorne, Qld, 1958; Kingaroy, Qld, 1963); missionary (Blackall, Qld, 1972; Gaythorne, Qld, 1972); minister of religion (Enoggera, Qld, 1977-1980) * [[/Malcolm Martin|Martin, Malcolm]] [https://www.familysearch.org/tree/person/details/GX8D-PG7] - 1903(UK)-1987(Qld) - Licences: 4KY Ipswich (1933-1939); 4KY Brisbane (Sandgate, 1946-1980+) - Qualifications: cc; AOCP 1110, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); employment (Qld Railways) - Electoral Rolls: carriage trimmer (Woodend, Qld, 1925-1937; Sandgate, Qld, 1943-1980) * [[/Silas Martin|Martin, Silas]] [https://www.familysearch.org/tree/person/details/GXMT-6WS] - 1874(NSW)-1945(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Electoral Rolls: engineer (Perth, 1903-1906; East Perth, 1912-1914); mechanic (Rockhampton, 1917-1921); radio mechanic (Cooktown, 1925; Beam Wireless Station, Ballan, 1928-1943); mechanic (Marrickville, NSW, 1943) * [[/Walter J. Martin|Martin, Walter J.]] - 1893(Vic)-19??(???) - commercial operator (1COCP 1, 1914, No. 1 in Aus and Vic, Marconi & Telefunken) - coastal station operator? * [[/William Anthony Martin|Martin, William Anthony]] [https://www.familysearch.org/tree/person/details/G8HB-KPZ] - 1911(Tas)-19??(???) - Licences: 7WM Hobart (West Hobart, 1929-1931); 7WM Gawler (1933) - Qualifications: cc; AOCP 497, 1929, No. ?? in Tas; AOLCP 70, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: several contemporaneous William Anthony Martin's ===''MASHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Wilfred Mashman|Mashman, Lionel Wilfred]] [https://www.familysearch.org/tree/person/details/GZ6K-7WG] - 1907(NSW)-1968(NSW) - 2OB Receive Sydney (Bexley, 1923-1924), 2OB Sydney (Bexley, 1925-1965), amateur operator (AOCP 84, 1925, No. ?? in NSW), amateur broadcaster ===''MASTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Harold Masters|Masters, Alfred Harold "Harold"]] [https://www.familysearch.org/tree/person/details/99GB-CPY] - 1875(Vic)-1951(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed); vice president WIA Launceston 1920s; later prominent architect - Relationships: brother of 7MM William Edward Masters - Electoral Rolls: architect (Launceston, 1928-1949) * [[/Brian Jermyn Masters|Masters, Brian Jermyn "Jermyn"]] - 1891(Vic)-1950(NZ) - 3LM Receive Melbourne (Armadale, 1923), 3LM Melbourne (Armadale, 1924-1925), amateur operator (pre-AOCP; no record found of AOCP; AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, operated his station both individually and on behalf WIA Malvern * [[/William Edward Masters|Masters, William Edward]] [https://www.familysearch.org/tree/person/details/99GB-CPW] - 1873(Vic)-1952(Tas) - Licences: 7MM Hobart (Bellerive 1932-1939) - Qualifications: cc; AOCP 1066, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; solicitor - Relationships: brother of Alfred Harold "Harold" Masters - Electoral Rolls: solicitor (Bellerive, 1914-1949) - Links: [http://nla.gov.au/nla.news-article27111852 Obituary] ===''MATCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Kenneth Lyle Matchett|Matchett, John Kenneth Lyle "Ken"]] [https://www.familysearch.org/tree/person/details/GS1L-SCZ] - 1921(Vic)-2008(Vic) - Licences: 3TL Melbourne (Box Hill, 1960; Templestowe, 1965-1980+) - Qualifications: AOCP 3700, 1958, Vic - amateur operator, WW2, member Old Timer's Club - Electoral Rolls: student (St Kilda, 1949); teacher (Bayswater, 1954); lecturer (Templestowe, 1963-1980) - curator of the WIA QSL card collection for many years; personally acquired a large collection of Australian amateur QSL cards which were donated to the WIA collection on his passing, many thousands of QSLs provided by Wolf Harranth of Dokufunk on an exchange basis ===''MATHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Stewart Mather|Mather, Alexander Stewart "Alex"]] [https://www.familysearch.org/tree/person/details/GHTL-WWC] - 1909(NSW)-1970(NSW) - Licences: 2JZ Singleton (1929-1969) - Qualifications: AOCP 479, 1929, No. ?? in NSW; AOLCP 89, 1932; TVOCP 273, 1960 - amateur operator, amateur broadcaster - Electoral Rolls: cordial manufacturer (Singleton, 1930-1968) ===''MATHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campion Mathews|Mathews, John Campion]] [https://www.familysearch.org/tree/person/details/G8V1-46V] - 1912(Vic)-19??(???) - Licences: 3SY Geelong (Newtown, 1930-1939, 1946-1980+); 3JM Portable Geelong (Newtown, 1947) - Qualifications: AOCP 709, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Newtown, 1934-1968); operator (Newtown, 1972-1980) * [[/John Mathews|Mathews, John]] [https://www.familysearch.org/tree/person/details/G82Z-KX2] - 1914(Qld)-1976(NSW) - Licences: 4EE Rockhampton (1935-1939) - Qualifications: cc; AOCP 1414, 1935, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous JMs - Electoral Rolls: Nil yet identified ===''MATTHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Thomas Matthews|Matthews, Fred or Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GZVC-22K] - 1904(Qld)-1992(Qld) - Licences: 4FK Brisbane (New Farm, 1923-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); business proprietor (Matthews Fire Alarm Co) - Awards: OBE - Electoral Rolls: electrical engineer (Merthyr, 1925-1958); engineer (New Farm, 1963-1980) * [[/John Leigh Inglis Matthews|Matthews, John Leigh Inglis]] [https://www.familysearch.org/tree/person/details/GDKN-159] - 19??(???)-19??(???) - Licences: XJD Melbourne (Richmond, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: confectioner (Richmond, 1913-1919) * [[/Kenneth Morgan Matthews|Matthews, Kenneth Morgan]] [https://www.familysearch.org/tree/person/details/GXPM-R2W] - 1911(SA)-2009(SA)98yo - Licences: 5GN Adelaide (Malvern, 1936-1939) - Qualifications: cc; AOCP 1732, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Malvern, SA, 1939); mechanic (Crystal Brook, SA, 1941-1943) - Links: [https://vwma.org.au/explore/people/551921 VWMA] * [[/Vincent John Matthews|Matthews, Vincent John]] [https://www.familysearch.org/tree/person/details/GFW4-NM1] - 1888(Vic)-1965(Vic) - Licences: 6AQ Perth (Bayswater, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; Stott's College (Principal, early 1920s) - Electoral Rolls: business college master (West Gildford, WA, 1910); manager (Guildford, WA, 1912; Bayswater, WA, 1916-1925); business manager (Canterbury, Vic, 1925-1928); director (Canterbury, Vic, 1931-1963) * [[/Walter John Penrose Matthews|Matthews, Walter John Penrose]] [https://www.familysearch.org/tree/person/details/L5TS-HZN] - 1880(SA)-1964(SA) - Licences: 5BS Receive Murray Bridge (1922); Receive Murray Bridge (1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: lifter SA Railways (Tailem Bend, SA, 1939-1943) ===''MAUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Mauger|Mauger, Samuel "Sam"]] - 1857(Vic)-1936(Vic) - state politician, senior federal politician (Postmaster-General 1908) ===''MAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Maughan|Maughan, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/GZQ4-BJW] - 1903(WA)-1962(Vic) - Licences: 3HH Receive Melbourne (Malvern, 1922); 3HH Melbourne (Malvern, 1923-1960) - Qualifications: cc; AOCP 14, 1924, No. ?? in Vic; AOLCP 82, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: student (Malvern East, 1925-1954) ===''MAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Douglas Mawson|Mawson, Douglas]] [https://www.familysearch.org/tree/person/details/LC3H-42N] - 1882(Eng)-1958(SA) - Licences: Nil - Qualifications: Nil yet identified - Head Australasian Antarctic Expedition (1911-1914) - Electoral Rolls: [[w:Douglas Mawson|Wikipedia]] [https://adb.anu.edu.au/biography/mawson-sir-douglas-7531 ADB] * [[/Ernest Richard Mawson|Mawson, Ernest Richard]] [https://www.familysearch.org/tree/person/details/2W9T-NJN] - 1861(NSW)-1943(NSW) - Licences: 2DH Sydney (Campsie, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Parramatta, 1903); no occupation (Dee Why, 1930-1933; Harbord, 1934-1936; Manly, 1937-1943) ===''MAXWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alston Maxwell|Maxwell, Ronald Alston]] - 1908(NSW)-1950(NSW) - Licences: 2KS Sydney (Hurstville, 1930-1933) - Qualifications: AOCP 656, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: metal worker (Randwick, 1933; Liverpool, 1934-1935; Croydon, 1936-1937); clerk (Caringbah, 1949) ===''MAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank May|May, Frank]] [https://www.familysearch.org/tree/person/details/G88S-CXP] - 1878(Eng)-19??(???) - Licences: 6FM Dwellingup (1929-1931); 6FM Gnowangerup (1933); 6FM Esperance (1937-1939) - Qualifications: cc; CPRT 139, 1915; AOCP 560, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: stationmaster (Gnowangerup, 1931; Esperance, 1936-1937; Armadale, 1943; Collie, 1949) ===''MAYGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neil Hubert Mayger|Mayger, Neil Hubert]] [https://www.familysearch.org/tree/person/details/K2F7-J2D] - 1890(Vic)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: salesman (Darlinghurst, NSW, 1930); sales (Darlinghurst, 1937); salesman (East Sydney, 1937); Sales (Darlinghurst, 1943) ===''MCATEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McAteer|McAteer, Brother Joseph]] [https://www.familysearch.org/tree/person/details/GDKT-JWB] - 1881(NZ)-1931(NSW) - Licences: Receive Sacred Heart College Glenelg (1923); 5AQ Sacred Heart College Glenelg (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCAULEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Money McAuley|McAuley, William John Money "Bill"]] [https://www.familysearch.org/tree/person/details/LRKH-Z5Y] - 1909(Vic)-1987(Vic) - Licences: 3WM Melbourne (Brunswick, 1925-1931) - Qualifications: AOCP 221, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: jackaroo (Nyngan, 1930); grazier (Womboota, 1937-1943) ===''MCBRIDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander James McBride|McBride, Alexander James]] - 1914(Qld)-1993(Qld) - 4BR Brisbane (Wilston, 1939, 1947-1969), amateur operator (AOCP 2320, 1939, No. ?? in Qld), business (radio repair) ===''MCCABE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Bernard McCabe|McCabe, William Bernard]] [https://www.familysearch.org/tree/person/details/MZ1C-FN2] - 1864(Irl)-1938(WA) - Licences: 7AQ Clarence Point (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: gardener (St Kilda, Vic, 1912; Balaclava, 1913-1914; Elsternwick, 1915-1921; Caulfield, 1924); orchardist (Clarence Point, 1922-1928); civil engineer (Nedlands, WA, 1937) ===''MCCALMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Colin McCalman|McCalman, Maxwell Colin]] [https://www.familysearch.org/tree/person/details/GZN8-V77] - 1910(Vic)-1966(Vic) - 3KX Melbourne (Canterbury, 1925-1927), amateur operator (AOCP 142, 1925, No. ?? in Vic), amateur broadcaster, musician (1934), engineer (1943-1963) ===''MCCANDLISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack McCandlish|McCandlish, Jack]] [https://www.familysearch.org/tree/person/details/GZ2B-TJC] - 1915(Eng)-1943(Ins) - Licences: 3HN Sea Lake (1935-1939) - Qualifications: AOCP 1468, 1935, No. ?? in Vic - amateur operator, WW2 (Army, M Special Unit, Sergeant, Commando, 1943) - Electoral Rolls: farm hand (Sea Lake, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1685215] ===''MCCARTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Keith McCarthy|McCarthy, John Keith "Keith / Macca"]] - 19??(???)-1998(Qld) - 3FX Melbourne (Ascot Vale, 1932-1933), 2IM Sydney (Lane Cove, 1934), 2VM Sydney (Lane Cove, 1935), 3FX Melbourne (Hampton, 1937; Ascot Vale, 1938-1939; City, 1946-1947; Templestowe, 1954-1956), 9AR On board yacht Pandemonium (1969), P29AR/MM On board yacht Pandemonium (1975), 4DU Beenleigh (1980), 4PY Surfers Paradise (1980), amateur operator (AOCP 1036, 1932, No. ?? in Vic), amateur broadcaster, state public servant (Vic Railways, telegraphist), military (RAAF, DFC, AFM, AE) ===''MCCULLAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Austral McCullagh|McCullagh, Alexander Austral]] [https://www.familysearch.org/tree/person/details/GXNN-V7Y] - 1897(Qld)-1981(NSW) - Licences: Receive (Home Hill, 1923); 2RR Sydney (Balgowlah, 1965-1969); 9NI Norfolk Island (1975) - Qualifications: cc; 3COCP 2977, 1959; AOLCP 754, 1959; AOCP 4229, 1964, Qld - amateur receiver; amateur operator; WW1 - Electoral Rolls: soldier (Sandgate, Qld, 1919); chemist (Inkerman Mill, Qld, 1922); engineer (Bondi North, NSW, 1930; Abbotsford, NSW, 1932-1933; Edgecliff, NSW, 1933; Burwood, NSW, 1934-1936); manager (Balgowlah, NSW, 1949-1963); retired (Green Point, NSW, 1977-1980) ===''MCCULLOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Robert McCulloch|McCulloch, George Robert]] - 1907(Vic)-1969(Vic) - 3XM Receive Ballarat (1923-1924), 3GM Ballarat (1925-1939, 1946-1965+), amateur operator (AOCP 198, 1925, No. ?? in Vic), amateur broadcaster, radio engineer (Ballarat, 1931-1968) ===''MCDERMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Westall McDermott|McDermott, James Westall "Jim"]] [https://www.familysearch.org/tree/person/details/G37P-PY2] - 1913(Qld)-2010(Qld) - Licences: 4JM Brisbane (1930) & Nambour (1931-1939) - Qualifications: cc; AOCP 711, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4RM Robert Ernest McDermott; son of 4WP Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, Qld, 1936-1949); radio engineer (Nambour, Qld, 1954-1980) * [[/Robert Ernest McDermott|McDermott, Robert Ernest "Bob"]] [https://www.familysearch.org/tree/person/details/GXW8-QJ5] - 1917(Qld)-2006(Qld) - Licences: 4RM Nambour (1938-1939); 4RM Brisbane (Ekibin, 1946-1980+) - Qualifications: AOCP 2223, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); military (WW2, AIF); business proprietor (radio/TV retail, Ekibin) - Relationships: brother of James Westall McDermott; son of Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, 1943; Ekibin, 1949-1968); TV engineer (Tewantin, Qld, 1972-1980) * [[/Westall Samuel McDermott|McDermott, Westall Samuel]] [https://www.familysearch.org/tree/person/details/G37P-2SQ] - 1889(Qld)-1963(Qld) - Licences: 4WP Nambour (1938-1939, 1946-1954) - Qualifications: cc; AOCP 2087, 1938, No. ?? in Qld - amateur operator; amateur broadcaster - Relationships: father of James Westall McDermott & Robert Ernest McDermott - Electoral Rolls: school teacher (Hendon, Qld, 1916-1917; Sandgate, Qld, 1921; Glen Eagle, Qld, 1925-1928; Rosemount, Qld, 1934; Nambour, Qld, 1937-1958); retired (Nambour, Qld, 1963) ===''MCDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> SEE ALSO MACDONALD * [[/Arthur Stephen McDonald|McDonald, Arthur Stephen]] [https://www.familysearch.org/tree/person/details/G36J-ZLJ] - 1891(Vic)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 700, 1922 - broadcast engineer (PMGD, RANRS, AWA); professional society administrator (IEA) - Electoral Rolls: engineer (Townsville, Qld, 1913; St Kilda, Vic, 1916-1924; Vaucluse, NSW, 1930-1934); radio engineer (Darlinghurst, 1934-1936); engineer (Edgecliff, 1943; Double Bay, 1954) - Links: [https://adb.anu.edu.au/biography/mcdonald-arthur-stephen-7333 ADB]; [https://www.asap.unimelb.edu.au/bsparcs/biogs/P001299b.htm Bright Sparks] * [[/Colin McDonald|McDonald, Colin]] [https://www.familysearch.org/tree/person/details/GX67-SCG] - 1911(Qld)-1973(Qld) - Licences: 4CD Rockhampton (1935-1969) - Qualifications: cc; AOCP 1440, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Rockhampton, Qld, 1932-1958); accountant (Rockhampton, Qld, 1968-1972) * [[/Donald McDonald|McDonald, Donald "Don"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC)? * [[/Donald Munro McDonald|McDonald, Donald Munro]] - 19??(???)-19??(???) - Licences: 3KS Melbourne (Yarraville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - Comment: Several contemporaneous DMMs * [[/John McDonald|McDonald, John]] [https://www.familysearch.org/tree/person/details/GXM1-WJR] - 1894(NSW)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 137, 1915; CPRT 190, 1916 (replacement?) - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous JMcD - Electoral Rolls: Nil yet identified; Ancestry.com 1000s of hits to be sifted * [[/Wilfred Neville McDonald|McDonald, Wilfred Neville]] [https://www.familysearch.org/tree/person/details/GX67-DB1] - 1914(NSW)-19??(???) - Licences: 2ZT Sydney (Parramatta, 1935-1936); 4ZT Brisbane (Kangaroo Point, 1937; New Farm, 1938-1939; Annerley, 1947-1948) - Qualifications: cc; AOCP 1412, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Granville, NSW, 1936); radio engineer (Kangaroo Point, Qld, 1937); radio mechanic (Ashgrove, Qld, 1943); radio technician (Annerley, Qld, 1949); electrical engineer (Tennyson, Qld, 1954-1963); manager (Burleigh Heads, Qld, 1968-1980) ===''MCDONOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard McDonough|McDonough, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GXQX-NXY] - 1875(Wales)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, terminated Nov 1920) - Electoral Rolls: Royal Navy (Newport, Vic, 1914-1915); Royal Australian Navy (Yarraville, Vic, 1917-1919); hotel proprietor (West Maitland, 1930-1935); retired (Wickham, 1937) ===''MCDOWALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine McDowall|McDowall, Valentine "Val"]] [https://www.familysearch.org/tree/person/details/M14R-SPG] - 1881(Qld)-1957(Qld) - 4CN Receive Brisbane (1922); 4CM Brisbane (City, 1922-1939) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radiographer; WW2 - 4CM operator primarily Thomas Murray Browse Elliott after about 1925 - Electoral Rolls: medical practitioner (Laidley, 1906-1914; Clayfield, 1919; Ascot, 1934-1954) - Links: [https://adb.anu.edu.au/biography/mcdowall-valentine-7349 ADB] ===''MCDOWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Daniel McDowell|McDowell, John Edward Daniel or John Edward]] [https://www.familysearch.org/tree/person/details/GX86-J52] - 1914(Qld)-1978(Qld) - Licences: 4CX Brisbane (Ascot, 1937-1939); 4CX Gladstone (1947-1965); 4CX Brisbane (Wavell Heights, 1969-1980+) - Qualifications: cc; AOCP 1873, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: rubber worker (Ascot, Qld, 1937); chemist (Gladstone, Qld, 1943-1949); industrial chemist (Gladstone, Qld, 1954-1963); chemistry instructor (Wavell Heights, Qld, 1968-1977) ===''MCELWEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Johnston McElwee|McElwee, George Johnston]] - 1879(Tas)-1981(Tas) - involved with Launceston Radio Clubs searching for the roar ===''MCGARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Ignatius McGarry|McGarry, Lloyd Ignatius]] [https://www.familysearch.org/tree/person/details/G8GT-4PR] - 1919(NSW)-1977(Qld) - Licences: 4XY Roma (1937-1939); 4XY Rockhampton (1947); 4XY Brisbane (Taringa, 1948; Coorparoo, 1954-1956); 2ALM Sydney (Lakemba, 1960-1965); 1AM Canberra (Macquarie, 1969-1975); 4ALL Brisbane (Kingston, 1980+) - Qualifications: cc; AOCP 1943, 1937, Qld; BOCP 139, 1937; 2COCP 607, 1942; 1COCP 1026, 1946 - amateur operator; amateur broadcaster; broadcast technician (4GR, 4ZR); military (RAAF, WW2, mobile wireless, post WW2 Naval Intelligence); federal public servant (PMGD); scientist (Ionospheric Prediction Service) - Electoral Rolls: radio technician (Deagon, Qld, 1949); public servant (Coorparoo, Qld, 1954-1958; Townsville, Qld, 1958) ===''MCGAURAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Duncan James Macfarlane McGauran|McGauran, Duncan James Macfarlane]] - 1849(NZ)-1889(NSW) - radio clubs (Telegraph Electrical Society, Victoria, member; Society of Telegraph Engineers, London, member), employment (Vic Posts & Telegraphs; WA Posts & Telegraphs, Superintendant Telegraphs; NSW Posts & Telegraphs), patents in Quadraplex Telegraphy, father of Duncan James McGauran (telegraphist, accountant, inventor of a telephone meter) ===''MCGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carney Mitchell McGee|McGee, Carney Mitchell]] [https://www.familysearch.org/tree/person/details/G8VW-9LF] - 1910(SA)-1981(WA) - Licences: 5LX Adelaide (Mile End, 1930-1931) - Qualifications: cc; AOCP 676, 1930, No. ?? in SA; 2COCP 52, 1936; 1COCP 210, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (North Unley, SA, 1939); assistant radio inspector (Ivanhoe, Vic, 1943); radio inspector (Kensington, WA, 1949-1977); retired (Como, 1980) ===''MCGEOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Samuel McGeoch|McGeoch, William Leslie Samuel]] [https://www.familysearch.org/tree/person/details/LVNY-SDX] - 1912(WA)-2007(WA) - Licences: 6WL Brookton (1935-1939, 1947-1956); 6WL Bunbury (1960-1980+) - Qualifications: cc; AOCP 1442, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Brookton, WA, 1936-1943); radio service (Brookton, WA, 1958); electrician (Carey Park, WA, 1968-1980) ===''MCGOWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Walker McGowan|McGowan, Samuel Walker]] - 1829(Irl)-1887(Vic) - Vic Posts and Telegraphs (Superintendent Telegraphs), successfully tendered for the first Australian electric telegraph 1854 (Melbourne to Williamstown) then appointed to the public service to operate and maintain it, radio clubs (Telegraph Electrical Society, Victoria) ===''MCGRATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Philip McGrath|McGrath, Edward Philip "Ted"]] [https://www.familysearch.org/tree/person/details/GW87-9K5] - 1906(NSW)-1999(SA) - Licences: 5MO Adelaide (Parkside, 1933-1939; West Mitcham, 1947-1965; Aldgate, 1969) - Qualifications: cc; AOCP 1175, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Parkside, SA, 1939) * [[/Francis Thomas McGrath|McGrath, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GXM1-HRN] - 1891(Tas)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 87, 1915; 1COCP 45, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: public servant (Moonah, Tas, 1919); wireless operator (Thursday Island, 1922); engineer (Eagle Junction, 1925); telegraphist (South Yarra, 1926-1927); supervisor (Caulfield, Vic, 1928-1934; Camberwell, Vic, 1936) ===''MCGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aenas McGregor|McGregor, Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WT] - 1865(Vic)-1937(Vic) - Licences: XJEA Melbourne (Armadale, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: father of 3ZE Keith Wilfred Aeneas McGregor - Electoral Rolls: traveller (Armadale, 1919; Toorak, 1928-1936) * [[/Keith Wilfred Aeneas McGregor|McGregor, Keith Wilfred Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WQ] - 1903(Vic)-19??(???) - Licences: 3ZE Melbourne (Armadale, 1923-1924; Toorak, 1925) - Qualifications: cc; AOCP 52, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Relationships: son of XJEA Aeneas McGregor - Electoral Rolls: telegraphist (Toorak, 1925-1928) ===''MCGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Patrick Holman McGuire|McGuire, Leo Patrick Holman]] [https://www.familysearch.org/tree/person/details/G8HK-B2T] - 1906(NSW)-2001(WA) - Licences: 3KM Myrtleford (1929-1937); 3KM Corryong (1938-1939); 6MG Manjimup (1947-1969); 6MG Perth (Thornlie (1975-1980+) - Qualifications: AOCP 488, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: biograph operator (Wangaratta, 1928); picture proprietor (Albury, 1931); postal employee (Myrtleford, 1936-1937); postal clerk (Mt Magnet, 1943; Manjimup, 1949); radio mechanic (Manjimup, 1954-1972); retired (Thornlie, 1977-1980) ===''MCHUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles McHugh|McHugh, William Charles]] [https://www.familysearch.org/tree/person/details/GFMN-V5Z] - 1914(WA)-1978(WA) - Licences: 6KA or 6KD Perth (Guildford, 1936-1939) - Qualifications: cc; AOCP 1766, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: piano tuner (Guildford, WA, 1936-1943); radio mechanic (Belmont, WA, 1949; North Perth, WA, 1954); mechanic (Cottesloe, WA, 1954; Mt Pleasant, WA, 1963-1972) ===''MCINTOSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John James McIntosh|McIntosh, Stanley John James "Stan"]] [https://www.familysearch.org/tree/person/details/GXDL-C5P] - 1913(Qld)-1972(Qld) - Licences: 4PK Ipswich (Woodend, 1931-1939); 4PK Brisbane (Coorparoo, 1946-1969) - Qualifications: cc; AOCP 730, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (workshop foreman); business proprietor (electrical engineering) - Electoral Rolls: electrical fitter (Woodend, Qld, 1934-1937; Coorparoo, Qld, 1943-1972) ===''MCINTYRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Daniel George McIntyre|McIntyre, Daniel George]] [https://www.familysearch.org/tree/person/details/LTNG-PHV] - 1901(???)-1963(NSW) - Licences: 2VX Receive Sydney (Pymble, 1923); 2VX Sydney (Pymble, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Strathfield, 1930-1958); radio retailer (Pymble, 1963) ===''MCKAIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Lancelot Martyn McKail|McKail, Henry Lancelot Martyn or Martin "Hal"]] - 1887(WA)-1944(WA) - Licences: 6BT Perth (City, 1923-1924); 6BU Perth (City, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgan River, WA, 1910; West Perth, WA, 1916-1917); science master (Crawley, WA, 1925-1937) ===''MCKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander John McKenzie|McKenzie, Alexander John]] - 1905(???)-19??(???) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''MCKEOWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * McKenzie, Florence Violet (married name) - see Granville, Florence Violet (birth name) * [[/Allan McIllroy McKeown|McKeown, Allan McIllroy]] [https://www.familysearch.org/tree/person/details/L69J-SFC] - 1904(Vic)-1983(Vic) - Licences: 3YZ Melbourne (Alphington, 1924-1927); 3YZ Geelong (1931); 3YZ Melbourne (Northcote, 1933-1939, 1946-1969); 3YZ Ocean Grove (1975-1980) - Qualifications: cc; AOCP 51, 1925, No. ?? in Vic; AOLCP 42, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Northcote, 1936-1954; Alphington, 1968); nil (Ocean Grove, 1972-1977) ===''MCKINLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Harold McKinley|McKinley, Norman Harold "Shorty"]] [https://www.familysearch.org/tree/person/details/GWGP-TLC] - 1913(???)-1999(Qld) - Licences: 4CX Brisbane (Teneriffe, 1932-1933) - Qualifications: cc; AOCP 969, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Milton, Qld, 1949-1972); driver (Paddington, Qld, 1980) ===''MCLAUCHLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles David McLauchlan|McLauchlan, Charles David]] [https://www.familysearch.org/tree/person/details/LYL6-PYY] - 1876(Vic)-1943(Vic) - Licences: 6BW Receive Perth (Victoria Park, 1923); 6BW Perth (Victoria Park, 1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Eucla, 1906; Perth, 1910-1916); telegraph engineer (Victoria Park, 1925); superintendent telegraphs (South Yarra, 1931; Camberwell, 1937-1943) ===''MCLEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stewart Campbell McLean|McLean, Stewart Campbell]] [https://www.familysearch.org/tree/person/details/G86G-PMR] - 1910(Vic)-1994(Vic) - Licences: 3GK Melbourne (Yarraville, 1930-1933; Brunswick, 1937-1939, 1946-1948; Caulfield, 1960) - Qualifications: AOCP 601, 1930, No. ?? in Vic; AOLCP 65, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarraville, 1931-1936); nil (Elsternwick, 1954); engineer (Caulfield, 1958-1980) ===''MCLENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth McLennan|McLennan, Kenneth]] [https://www.familysearch.org/tree/person/details/GX9H-B4N] - 1892(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 124, 1915; 2COCP 185, 1930; 1COCP 238, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous KMcLs - Electoral Rolls: Nil yet identified ===''MCLEOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander McLeod|McLeod, Alexander]] [https://www.familysearch.org/tree/person/details/GMKJ-L25] - 1972(Vic)-1948(Qld) - Licences: 4CF Receive Brisbane (Red Hill, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: confectioner (Red Hill, 1903-1905); pastrycook (Red Hill, 1908-1926; Mt Bruce, 1929-1943) * [[/Gordon Stuart McLeod|McLeod, Gordon Stuart]] [https://www.familysearch.org/tree/person/details/G8V1-38Y] - 1912(NSW)-1966(NSW) - Licences: 3ZZ Geelong (West Geelong, 1930-1931; Newtown, 1933; Crib Point, 1937; Wallington, 1938); 2ADC Sydney (Sans Souci, 1939; Hurstville, 1946-1947; Beverley Hills, 1948-1965) - Qualifications: AOCP 707, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: RAN (Crib Point, Viv, 1937); petty officer RAN (Hurstville, 1943); clerk (Beverly Hills, 1949-1963) * [[/Norman McLeod|McLeod, Norman]] [https://www.familysearch.org/tree/person/details/G86P-8F2] - 1901(Vic)-1995(Vic) - Licences: 3NM Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 602, 19??, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Caulfield, 1937-1968) ===''MCLOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. C. McLoughlin|McLoughlin, E. C.]] - 19??(???)-19??(???) - Licences: 5KJ Port Lincoln (1928-1929) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCMAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Hanney McMahon|McMahon, Leo Hanney]] [https://www.familysearch.org/tree/person/details/GXD8-XQH] - 1914(Qld)-1992(NSW) - 4LM Brisbane (Toombul, 1933-1938); 2ALM Sydney (Darlinghurst, 1939); 2AC Sydney (Kingsford, 1946-1950; Randwick, 1956-1980+) - Qualifications: cc; AOCP 1104, 1933, Qld) - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, AMC); occupation (doctor) - Electoral Rolls: student (Camperdown, NSW, 1936-1937); medical practitioner (Kingsford, NSW, 1949; Randwick, NSW, 1954-1980) ===''MCMASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John McMaster|McMaster, John]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: ===''MCMATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph McMath|McMath, John Joseph]] [https://www.familysearch.org/tree/person/details/L5KG-ZK2] - 1910(Vic)-1999(Vic) - Licences: 3JJ Melbourne (Albert Park, 1927-1939; South Melbourne, 1946-1960; Elwood, 1975-1980+) - Qualifications: AOCP 351, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Albert Park, 1931-1937); manager (St Kilda, 1949-1954); retired (Brighton, 1963-1968; Black Rock, 1972-1977) ===''MCMURTRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Adam McMurtrie|McMurtrie, Sydney Adam or Adam Sydney "Sid"]] [https://www.familysearch.org/tree/person/details/LBQM-DQW] - 1908(NSW)-1982(Qld) - Licences: 4JR Booval (1929-1933); 2AFX Lismore (1937-1939); 4KT Gympie (1948) - Qualifications: cc; AOCP 491, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Gympie, 1936); radio salesman (Lismore, 1937); telephone mechanic (Gympie, 1943-1980) ===''MCNALTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McNalty|McNalty, Joseph]] [https://www.familysearch.org/tree/person/details/GXXW-67M] - 1901(Qld)-1967(Qld) - Licences: 4DZ Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (East Toowoomba, Qld, 1925; Mackay, Qld, 1930-1943); public servant (Fairfield, Qld, 1949); clerk (Toowong, Qld, 1954); telegraphist (St Lucia, Qld, 1958) ===''MCNICOL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Edgar McNicol|McNicol, Robert William Edgar]] [https://www.familysearch.org/tree/person/details/GX8D-6NN] - 1917(Qld)-1974(Qld) - Licences: 4WM Brisbane (Teneriffe, 1936-1939) - Qualifications: cc; AOCP 1680, 1936, Qld; BOCP 57, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Teneriffe, Qld, 1943); university lecturer (Tarragindi, Qld, 1954-1972) ===''MCPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Thomas McPherson|McPherson, Colin Thomas or Thomas Collins]] [https://www.familysearch.org/tree/person/details/G8CT-HST] - 1897(Vic)-1951(Vic) - Licences: 3LU Melbourne (Footscray, 1929-1939) - Qualifications: AOCP 523, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: student (Footscray, 1919); storeman (Footscray, 1922-1942) * [[/Murdoch John McPherson|McPherson, Murdoch or Murdock John]] [https://www.familysearch.org/tree/person/details/27D9-9TB] - 1904(Qld)-1972(NSW) - Licences: 4MC Merinda (1927) - Qualifications: cc; CPRT 916, 1926; 2COCP 58, 1929; 1COCP 161, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: motor driver (Merinda, Qld, 1925); wireless operator (Paddington, Qld, 1929); clerk (Mt Coolah, NSW, 1968) ===''MEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Mead|Mead, Jack]][https://www.familysearch.org/tree/person/details/GFM3-ZSH] - 1915(WA)-2009(WA) - Licences: 6LJ Perth (East Victoria Park, 1931-1939; Wembley, 1947-1960) - Qualifications: cc; AOCP 803, 1931, No. ?? in WA; AOLCP 168, 1934; 1COCP 289, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Victoria Park, WA, 1937); mechanic (Wembley, WA, 1943-1980) * [[/Jordan Arthur Mead|Mead, Jordan Arthur]] [https://www.familysearch.org/tree/person/details/LTJF-1KH] - 1907(NSW)-1993(NSW) - Receive Sydney (Ashfield, 1923-1924), 2JA Sydney (Ashfield, 1925-1928), 2JA Byron Bay (1929-1930), 2AJA Sydney (Ashfield, 1946; Bexley, 1947-1957), 2JM Sydney (Bexley, 1958-1980), qualifications (AOCP 212, 1925, No. ?? in NSW), amateur operator, amateur broadcaster, electoral rolls: telephone mechanic (Byron Bay, 1930; Ashfield, 1931-1943), power technician (Bexley, 1949-1968), electrical field officer (Bexley, 1972-1980) ===''MEADOWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Meadows|Meadows, Robert Cecil]] [https://www.familysearch.org/tree/person/details/GXH2-ZRK] - 1907(Eng)-1966(NSW) - Licences: 4RM Mackay (1932-1939); 2ARM Sydney (Kirribilli, 1946-1948); 2IN Sydney (Rhodes, 1956-1958; Chiswick, 1960; Long Jetty, 1961; Killarney Vale, 1965) - Qualifications: cc; AOCP 879, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (Pems Radio, Rockhampton); journalist (Minchens Electrical Weekly); WW1; WW2 - Electoral Rolls: reporter (Crows Nest, NSW, 1930); radio mechanic (Bundaberg, Qld, 1931-1932); radiotrician (Mackay, 1934-1937); wireless instructor (Kirribilli, NSW, 1943); manager (Rhodes, NSW, 1954-1958); retired (Five Dock, NSW, 1958; Killarney Vale, NSW, 1963) ===''MEDHURST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Edney Medhurst|Medhurst, Edgar Edney]] [https://www.familysearch.org/tree/person/details/GHD6-WFC] - 1902(Tas)-1966(Vic) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Frederick William Medhurst|Medhurst, Frederick William "Pop" (in latter years)]] [https://www.familysearch.org/tree/person/details/M4GS-R6P] - 1868(Eng)-1969(Tas) 101yo - Licences: XZD Hobart (1913-1914); 7AH Receive Hobart (Sandy Bay, 1923); 7AH Hobart (Sandy Bay, 1924-1939, 1946-1947) - Qualifications: Nil yet identified - early wireless experimenter from 1901; amateur operator; amateur broadcaster; business (Medhurst & Sons, 1920s) - Relationships: father of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst, all in the business and interested in radio * [[/Harry Frederick Medhurst|Medhurst, Harry Frederick]] [https://www.familysearch.org/tree/person/details/GHD6-QZV] - 1893(Tas)-1963(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Phillip Aubrey Medhurst|Medhurst, Phillip Aubrey]] [https://www.familysearch.org/tree/person/details/GHD6-DFX] - 1895(Tas)-1969(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Rowland Arthur Medhurst * [[/Rowland Arthur Medhurst|Medhurst, Rowland Arthur]] [https://www.familysearch.org/tree/person/details/GHD6-ZT4] - 1892(Tas)-1969(Tas) - early wireless experimenter, lecturing on wireless 1911, never licensed, likely utilised licence of XZD-7AH (father), son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst ===''MEDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel James Clifford Medlin|Medlin, Noel James Clifford]] [https://www.familysearch.org/tree/person/details/G3MB-743] - 1917(Vic)-2004(Vic) - broadcast planning engineer (ABCB), federal public servant (ABCB), WW2 - Electoral Rolls: engineer (Gardiner, 1943; St Kilda, 1949; Camberwell, 1954-1977); retired (Inverloch, 1980) - father of AM directional antennas in Australia ===''MENON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Menon|Menon, Geoffrey John]] [https://www.familysearch.org/tree/person/details/LT4F-3CQ] - 1905(SA)-1969(NSW) - 3OG Receive Melbourne (St Kilda, 1923-1924), 3OG Melbourne (St Kilda, 1925-1927), 2OG Sydney (Haberfield, 1928; Croydon, 1929-1931), 3OG Melbourne (East Kew, 1933), 2OG Sydney (Northbridge, 1934-1935; Chatswood, 1936-1937; Longueville, 1938-1939, 1946-1948; Pymble, 1950; West Pennant Hills, 1954-1965; Arcadia, 1969), amateur operator (AOCP 209, 1925, No. ?? in Vic), amateur broadcaster, electrician (St Kilda West, 1926-1927), radio engineer (Coburg, 1931), engineer (Kew, 1934), radio engineer (Chatswood, 1937; Longueville, 1943), engineer (Baulkham Hills, 1954-1958; Arcadia, 1968) ===''MERCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie George Merchin|Merchin, Leslie George]] [https://www.familysearch.org/tree/person/details/LTLT-SSF] - 1917(Qld)-1994(Qld) - Licences: 4ML Richmond (1934-1939); 4MG Richmond (1948); 4MG Killarney (1954-1980+) - Qualifications: cc; AOCP 1399, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: garage proprietor (Richmond, Qld, 1943-1949); motor mechanic (Killarney, Qld, 1954-1968; Rockhampton North, Qld, 1972-1980) ===''MEREDITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement George Benger Meredith|Meredith, Clement George Benger]] [https://www.familysearch.org/tree/person/details/KZJD-6S6] - 1885(WA)-1959(USA) - Licences: Nil yet identified - Qualifications: cc; CPRT 15, 1914 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Windsor, Vic, 1914-1916); officer-in-charge wireless (Geraldton, WA, 1916-1917) * [[/Llewellyn Lennon Meredith|Meredith, Llewellyn Lennon]] [https://www.familysearch.org/tree/person/details/GD8W-LV7] - 1885(Eng)-1923(NSW) - Licences: Nil yet identified - Qualifications: CPRT 246, 1916 - ship wireless officer, AWA (traffic manager) - Electoral Rolls: Nil yet identified - Comment: Gone too soon - Links: [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_04_04#P.22_-_Obituary_-_Mr._L._L._Meredith|Obit]] ===''MESSENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Albert Messenger|Messenger, Percival Albert]] [https://www.familysearch.org/tree/person/details/GXRP-BS1] - 1892(SA)-1980(NSW) - Licences: 5PM Adelaide (Largs Bay, 1928) - Qualifications: cc; CPRT 70, 1915 (Marconi); CPRT 152, 1915 (Balsillie) - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: manager (Randwick, NSW, 1936; Coogee, NSW, 1943-1958; Randwick, NSW, 1963-1980) ===''MICHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Hector Ernest Henderson Michell|Michell, Hector Ernest Henderson "Ernest"]] [https://www.familysearch.org/tree/person/details/GQNQ-T5H] - 1897(Vic)-1984(Vic) - Licences: 3JP Receive Melbourne (Caulfield, 1922); 3JP Melbourne (Caulfield, 1923-1931; Elsternwick, 1933); 3JP Hamilton (1937-1939); 3AEM Hamilton (1960-1969); 3JX Hamilton (1975-1980+) - Qualifications: cc; AOCP 162, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; operator of 3LR Elsternwick Radio Club (1925); WW1; land officer (Hamilton, 1936) - Electoral Rolls: clerk (Balaclava, 1919-1921); draftsman (Caulfield, 1922); land officer (Hamilton, 1936-1980) ===''MILBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Leslie Milburn|Milburn, Henry Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/G8NV-8VJ] - 1890(Vic)-1957(Qld) - Licences: 4HM Home Hill (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Toowong, 1919); electrical engineer (Home Hill, 1922-1925; Stanthorpe, 1934-1949) - Halcyon: not mentioned? ===''MILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Thomas Miles|Miles, Gilbert Thomas]] [https://www.familysearch.org/tree/person/details/L19Y-X19] - 1904(Vic)-1981(NSW) - Licences: 7KQ Hobart (Bellerive, 1937-1939) - Qualifications: cc; AOLCP 106, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Camberwell, 1925-1926); electrical engineer (Glen Iris, Vic, 1931); engineer (Elsternwick, 1936); radio engineer (Croydon, NSW, 1943-1972); engineer (Croydon, 1977-1980) * [[/Harry Raymond Miles|Miles, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G8NJ-DQ2] - 1911(WA)-2003(WA) - Licences: 6XL Perth (Mt Lawley, 1930-1933); 6XL Wiluna (1937); 6XL Perth (Mt Lawley, 1938-1939) - Qualifications: cc; AOCP 645, 1930, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Wiluna Gold Mines, WA, 1936; Mt Beauty, Vic, 1954); poultry farmer (Balga, WA, 1958-1972); farmer (Wanneroo, WA, 1977-1980) ===''MILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Eric Mill|Mill, William Eric]] [https://www.familysearch.org/tree/person/details/9779-JP8] - 1896(SA)-1980(WA) - Licences: XYAG Burbanks (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: electrician (Kalgoorlie, WA, 1919; Balkatta, WA, 1921-1922; North Perth, WA, 1925); electrical engineer (Geraldton, WA, 1931-1937; East Perth, WA, 1943; Maylands, WA, 1949-1968; Inglewood, WA, 1972-1980) ===''MILLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roydon Arthur Milledge|Milledge, Roydon Arthur]] [https://www.familysearch.org/tree/person/details/GMJY-3DW] - 1903(Vic)-1983(Tas) - Licences: 3WT Shepparton (1936-1937); 7WT Hobart (1938-1939); 7WT Ulverstone (1947-1948+); 7WT Hobart (1956-1960+) - Qualifications: cc; AOCP 1693, 1936, No. ?? in Vic - amateur operator; amateur broadcaster; WW2; bank clerk 1931; Civil Engineer 1950s - Electoral Rolls: assistant engineer (State Savings Bank, Auburn, 1927); engineer (Glenhuntley, 1931-1934); civil engineer (Shepparton, 1936) ===''MILLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dunlop Millen|Millen, John Dunlop]] [https://www.familysearch.org/tree/person/details/GC9X-S4W] - 1877(Irl)-1941(Tas) - Licences: Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver; senator - Electoral Rolls: mining engineer (Waratah, 1914-1919; Newstead, 1922-1937) ===''MILLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alexander Miller|Miller, Charles Alexander "Charlie"]] [https://www.familysearch.org/tree/person/details/G8NV-YRR] - 1915(NSW)-1999(Qld) - Licences: 4US Brisbane (New Farm, 1933-1936); 2ADE Casino (1935-1939, 1946-1961); 4QM Caloundra (1969-1980+) - Qualifications: AOCP 1208, 1933, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); part of the "U" gang, military (WW2, RAAF) - Electoral Rolls: radio mechanic (Casino, 1943-1963); army officer (Ipswich, 1963); retired (Shelley Beach, 1968-1972; Caloundra, 1977-1980) * [[/Charles Harcourt Miller|Miller, Charles Harcourt]] [https://www.familysearch.org/tree/person/details/G6MC-9QY] - 1921(Tas)-2001(Tas) - Licences: 7CM Hobart (Bellerive, 1936-1939; Taroona, 1969-1980+) - Qualifications: cc; AOCP 1799, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Bellerive, 1943) * [[/Francis George Miller|Miller, Francis George "Frank"]] [https://www.familysearch.org/tree/person/details/LYD2-LHT] - 1895(SA)-1954(SA) - Licences: 5BF Mt Gambier (1923-1939, 1946-1954) - Qualifications: cc; AOCP 185, 1925, No. ?? in SA; BOCP 58, 1936 - amateur operator; amateur broadcaster; broadcast engineer; founder of commercial station 5MU Murray Bridge; WW1 - Electoral Rolls: fitter (Murray Bridge, 1939-1943) [https://www.qsl.net/vk5br/FrankMiller.pdf Biography] * [[/Frank Colin Miller|Miller, Frank Colin]] [https://www.familysearch.org/tree/person/details/GX9C-86L] - 1884(Eng)-1953(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 126, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: engine operator (Radio Station, Roebourne, 1916-1917); station hand (Marron Station, 1918; Carnarvon, 1921; Mallina, 1922-1925); contractor (Roebourne, 1930-1936; Karratha Station, 1937); labourer (Roebourne, 1943); cook (Wittenoom Gorge, 1949) * [[/H. Miller|Miller, H.]] - 19??-19?? - 4EH Brisbane (Ascot, 1923-1924); 2EH Sydney (Dulwich Hill, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert Edward Miller|Miller, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GD2Q-XMX] - 1899(NSW)-19??(???) - Licences: 2HE Sydney (Belmore, 1931-1939) - Qualifications: cc; CPRT 932, 1926; 2COCP 329, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Campsie, 1930; Belmore, 1932-1943); miner (Glen Davis, 1943) * [[/Herbert Leslie Miller|Miller, Herbert Leslie]] [https://www.familysearch.org/tree/person/details/GD2Q-7LH] - 1897(Qld)-1966(Qld) - Licences: 4CA Receive Brisbane (West End, 1922); 4HL Brisbane (Hill End, 1927) - Qualifications: CPRT 330, 1917; 2COCP 329, 1940; 1COCP 483, 1940s; BOCP 370, 1941 - ship wireless officer (RMS Bingera, 1920); amateur operator; amateur broadcaster; sales (J. B. Chandler, 1924; Overells, 1925) - Electoral Rolls: wireless officer (West End, 1921); salesman (West End, 1925); manager (Coorparoo, 1928); salesman (Coorparoo, 1937-1954); clerk (Camp Hill, 1958-1963) ===''MILLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hugh Milligan|Milligan, Stanley Hugh]] [https://www.familysearch.org/tree/person/details/2CB1-L7Y] - 1901(Vic)-1976(Vic) - Licences: 3AU Receive Geelong (1922-1923); 3AU Geelong (1924); 3AU Eaglehawk (1924-1926); 3AU Chilwell (1927-1931); 3AU Geelong (1937-1939); 3AU Melbourne (Surrey Hills, 1947; Auburn, 1948) - Qualifications: cc; AOCP 125, 1925, No. ?? in Vic; AOLCP 164, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Eaglehawk, 1924-1926; Geelong West, 1924); radio mechanic (Chilwell, 1927-1931); watchman (Geelong West, 1934-1937); storekeeper (Hawthorn, 1949); engineer (Canterbury, 1954-1968); nil (Doncaster, 1972) ===''MILLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Griffiths John Mills|Mills, Griffiths John]] - 19??(???)-19??(???) - Licences: 6CK Receive Perth (Subiaco, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Subiaco, 1929-1931) * [[/Norman Gibson Mills|Mills, Norman Gibson]] [https://www.familysearch.org/tree/person/details/9415-SSS] - 1890(Vic)-1959(Qld) - Licences: 4NM Brisbane (Moorooka, 1938-1939, 1947-1956; Margate, 1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Toowong, Qld, 1919); contractor (Moorooka, Qld, 1921-1954); retired (Margate, Qld, 1958) * [[/Ralph Mervyn Mills|Mills, Ralph Mervyn]] [https://www.familysearch.org/tree/person/details/G8JD-GST] - 1909(NSW)-1989(NSW) - Licences: 2MM Sydney (Balmain, 1930-1934; Canterbury, 1935-1936) - Qualifications: AOCP 660, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Balmain, 1931-1937); engineer (Pymble, 1949-1977; West Pymble, 1980) ===''MILNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Brough Milne|Milne, Andrew Brough]] [https://www.familysearch.org/tree/person/details/9KXN-QZV] - 1890(South Africa)-1979(Qld) - Licences: 4BM Dealer Mackay (1926-1927) - Qualifications: 3COCP 3492, 1961 - dealer licence - Electoral Rolls: motor mechanic (Mackay, 1915-1943); mechanical engineer (North Mackay, 1949-1977) * [[/John Collicott Milne|Milne, John Collicott]] [https://www.familysearch.org/tree/person/details/MP34-518] - 1903(Tas)-1990(Tas) - Licences: 7AG Gretna (1923-1939, 1946-1980+) - Qualifications: cc; AOCP 604, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Gretna, 1928-1980) ===''MILNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Frederick Milner|Milner, George Frederick]] [https://www.familysearch.org/tree/person/details/GF7W-W4D] - 1908(WA)-1992(WA) - Licences: 6GF Perth (Mt Lawley, 1931-1933) - Qualifications: cc; AOCP 788, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1931; North Beach, WA, 1936-1937); RAAF (Nedlands, WA, 1943-1980) * [[/James Milner|Milner, James]] [https://www.familysearch.org/tree/person/details/GZXH-1DM] - 1901(Eng)-1947(Qld) - Licences: 4AK Brisbane (Kelvin Grove, 1923-1927; Ashgrove, 1931-1936); 4AU Brisbane (1937-1939) - Qualifications: cc; AOCP 93, 1925, No. 11 in Qld - amateur operator; amateur broadcaster (prominent from Valley Theatre) - Withdrawal: 4AK amateur callsign withdrawn by the PMGD for allocation to the new 4AK Oakey commercial service - Electoral Rolls: fitter (Kelvin Grove, 1925-1926); electrical fitter (Ashgrove, 1928-1943) ===''MINCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur W. Minchin|Minchin, Arthur W.]] - 19??-19?? - 4AM Rockhampton - amateur operator (AOCP ???, 19??, No. ?? in Qld), amateur broadcaster, broadcast engineer (4RO Cmcl), wireless retail business proprietor - seems in error, see William Allan Minchin * [[/William Allan Minchin|Minchin, William Allan]] [https://www.familysearch.org/tree/person/details/LV7Q-86C] - 1893(Vic)-1976(NSW) - Licences: 4AM Rockhampton (1938-1939) - Qualifications: cc; CPRT 220, 1916; 2COCP 365, 1931; 1COCP 244, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: wireless engineer operator (Wyndham, 1917); farmer (Toodyay, 1925); radio engineer (Rockhampton, 1936-1943; Lismore, 1949-1954; Hunters Hill, 1958-1968); engineer (Hunters Hill, 1972) ===''MINEHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Minehan|Minehan, W. A.]] - 19??(???)-19??(???) - Licences: 4AM Rockhampton (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MINGAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Francis Mingay|Mingay, Oswald Francis "Ossie"]] [https://www.familysearch.org/tree/person/details/K45G-NZG] - 1895(NSW)-1973(NSW) - Licences: 2XX Sydney (Turramurra, 1923-1926; Sydney, 1931-1933) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast engineer; journalist; publisher; WW1; WW2 - Electoral Rolls: engineer (Collaroy, 1930); managing editor (Pymble, 1930-1932); radio engineer (Lindfield, 1933-1934); publisher (Lindfield, 1937-1963; St Ives, 1963-1968) - Comment: licensed operator of 2WV Burgin Electric Co. (1923) [https://adb.anu.edu.au/biography/mingay-oswald-francis-ossie-11135 ADB]; [https://www.qsl.net/vk2dym/radio/Mingay.htm MacKinnon] ===''MITCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Theodore Mitchell|Mitchell, Alexander Theodore]] [https://www.familysearch.org/tree/person/details/GXNY-CC2] - 1872(???)-1966(Qld) - Licences: Receive Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer (Red Hill, Qld, 1921; Torwood, Qld, 1922); electrical engineer (Toowoomba, Qld, 1925; Wilston, Qld, 1928-1929; Sandgate, Qld, 1936-1963) * [[/Harold Benson Mitchell|Mitchell, Harold Benson]] [https://www.familysearch.org/tree/person/details/LDVS-QN7] - 1901(Vic)-1962(Vic) - Licences: 3CZ Receive Melbourne (Elwood, 1922-1923); 3CZ Melbourne (Elwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Elwood, 1924-1927); manager (Caulfield, 1937); manufacturer (Caulfield, 1942); manager (Caulfield, 1949); merchant (St Kilda, 1949); manager (St Kilda, 1954) * Mitchell, Hector Ernest Henderson "Ernest" - see Michell, Hector Ernest Henderson "Ernest" (frequent misspelling) * [[/Stanley John Mitchell|Mitchell, Stanley John]] [https://www.familysearch.org/tree/person/details/LDVS-Q83] - 1887(Vic)-1974(Monaco) - Licences: 3SJ Melbourne (Brighton, 1924-1927) - Qualifications: cc; AOCP 53, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Toorak, 1912-1916; Brighton, 1919-1928); investor (Brighton, 1936-1937) financier (Vaucluse, NSW, 1943) ===''MOFFATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert David Gray Moffatt|Moffatt or Moffat or Gray, Robert David Gray "Bob"]] [https://www.familysearch.org/tree/person/details/GX8V-PM3] - 1911(Qld)-1983(Qld) - Licences: 4RD Mackay (1935-1939); 4RD Gracemere (1947-1948); 4RD Mackay (1954-1980+) - Qualifications: cc; AOCP 1549, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Herberton, Qld, 1936; Mackay, Qld, 1937); mechanic in broadcasting (Gracemere, Qld, 1949); technician (Mackay, Qld, 1954-1980) ===''MONEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Dudley Money|Money, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/G3JD-M9H] - 1907(Vic)-1986(Vic) - 3MY Melbourne (Canterbury, 1925-1939; Upwey, 1946-1948; Cheltenham, 1954-1969; East Bentleigh, 1975-1980+), amateur operator (AOCP 205, 1925, No. ?? in Vic), amateur broadcaster, draughtsman (Camberwell, 1931-1934), engineer (Upwey, 1942-1949; Moorabbin, 1954-1967; East Bentleigh, 1972-1980) ===''MONKHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Isaac Monkhouse|Monkhouse, Walter Isaac]] [https://www.familysearch.org/tree/person/details/K8ZT-YPN] - 1887(NZL)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio clubs (QWI & WIA Qld, president & lecturer); senior state public servant (Qld Public Works Dept, State Electrical Engineer); witness to Royal Commission 1927 (as president WIA Qld) - Electoral Rolls: telephone instructor (South Brisbane, 1919); engineer (Teneriffe, 1925; New Farm, 1928; Taringa, 1936-1954); electrical engineer (Bardon, 1958-1963) ===''MONKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Brendan Monks|Monks, Alfred Brendan]] [https://www.familysearch.org/tree/person/details/GDR2-444] - 1894(Tas)-1973(Vic) - Licences: 3AAB Melbourne (Diamond Creek, 1948; Northcote, 1954-1960; Preston, 1965-1969) - Qualifications: cc; CPRT 571, 1920; 2COCP 272, 1930; 1COCP 282, 1932 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1915) - Relationships: twin brother of 7BR Cyril Wilson Monks - Electoral Rolls: Western Electric engineer (East Sydney, 1930); licensee Railway Commercial Hotel (Albury, 1931-1932); radio telegraphist (Centennial Park, 1943); radio officer (Reservoir, Vic, 1963; Preston, 1967-1972) * [[/Cyril Wilson Monks|Monks, Cyril Wilson]] [https://www.familysearch.org/tree/person/details/GDR2-96N] - 1894(Tas)-1976(Vic) - Licences: 7BR Receive Hobart (Battery Point, 1923); Receive Hobart (Battery Point, 1923-1924) - Qualifications: cc; 1COCP 225, 1931 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1919); WW2 - Relationships: twin brother of 3AAB Alfred Brendan Monks - Electoral Rolls: federal civil servant (Battery Point, 1928); public servant (Bellerive, 1936-1937); radio inspector (Scarborough, WA, 1943; Nedlands, 1949); retired (Frankston, 1972) ===''MONTEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Monteath|Monteath, Frederick]] - 1895(Vic)-1943(NSW) - Licences: 3VM Receive Melbourne (Elsternwick, 1923-1924); 3KP Melbourne (Elsternwick, 1930-1933) - Qualifications: AOCP 694, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: photographer (Prahran, 1919; Elsternwick, 1921); mercer (Elsternwick, 1924-1931); photographer (Glenmore, NSW, 1934-1935; Ashfield, 1937); storekeeper (Rockdale, 1943) ===''MOODY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Percy Moody|Moody, Francis Percy]] [https://www.familysearch.org/tree/person/details/L1D9-KLG] - 1903(Qld)-19??(???) - Licences: 4FM Cairns (1932-1969) - Qualifications: cc; AOCP 967, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Rockhampton North, 1925-1926); accountant (Cairns, 1926-1949); radio dealer (Cairns, 1954-1980) ===''MOORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Moore|Moore, Albert Ernest "Ernie"]] [https://www.familysearch.org/tree/person/details/KW6D-TMT] - 1916(Qld)-1982(Qld) - Licences: 4?? Brisbane - Qualifications: cc; NAOCP Q728, 1980, No. ?? in Qld - amateur operator; prominent MW and SW broadcast DXer; clubs (All-Wave All-World DX Club, Shortwave League of Western Australia, Australian Radio DX Club, New Zealand Radio DX League, Southern Cross DX Club, DX Australia) - QSLs: portion (200+) of later QSL collection survives (ARDXC/NFSA) * [[/Eric John Theodore Moore|Moore, Eric John Theodore]] [https://www.familysearch.org/tree/person/details/GD91-7LN] - 1894(NSW)-1940(NSW) - Licences: XEM Sydney (Petersham, 1913-1914); Receive (Crystal) Sydney (Neutral Bay, 1923); 2EM Sydney (Neutral Bay, 1924-1928) - Qualifications: cc; CPRT 161, 1915; 2COCP 237, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Awards: UK merchant seaman medal - Electoral Rolls: engineer (Bronte, 1934-1937) * [[/Francis Leonard Moore|Moore, Francis Leonard "Frank"]] - 19??(???)-1924(NSW) - 2?? Sydney, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, employment (Archibald John Shaw, Maritime Wireless Co, United Distributors) - Comment: electrocuted while conducting wireless experiments * [[/Louis James Murphy Moore|Moore, Louis James Murphy "Leo"]] [https://www.familysearch.org/tree/person/details/L45W-GS4] - 1888(Vic)-1968(Vic) - Licences: 3LO Receive Seymour (1923); 3LO Seymour (1924-1925); 3MS Seymour (1924-1927) - Qualifications: cc; CPRT 85, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918); amateur operator; amateur broadcaster - Electoral Rolls: telegraph operator (Clifton Hill, 1909); telegraphist (Collingwood, 1912-1914); wireless operator (Collingwood, 1917-1919); telegraphist (Elsternwick, 1922); clerk (Seymour, 1924-1931; Bentleigh, 1936-1949); guesthouse proprietor (Healesville, 1954); clerk (Oakleigh, 1963-1968) - Withdrawal: Likely 3LO callsign withdrawn for allocation to 3LO Melbourne Class A ===''MOORHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Martin Moorhouse|Moorhouse or Moorehouse, Herbert Martin]] [https://www.familysearch.org/tree/person/details/KJPG-1HL] - 1899(Tas)-1990(WA) - Licences: 7HM Hobart (North Hobart, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Hobart South, 1922); carpenter (New Town, 1928); carrier (Hobart North, 1936); motordriver (Queensborough, 1949) ===''MORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Donald Moran|Moran, Cyril Donald]] - 19??-19?? - broadcast technician at 4QG under Qld Government, state public servant (4QG) ===''MORGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Mowbray Morgan|Morgan, Donald Mowbray]] [https://www.familysearch.org/tree/person/details/GDP7-218] - 1907(NSW)-1988(Tas) - Licences: T749 Receive Glebe (1922); Receive Glebe (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Huonville, 1928-1972) * [[/Ivor Morgan|Morgan, Ivor]] [https://www.familysearch.org/tree/person/details/LRSY-S8G] - 1909(Vic)-1977(Vic) - Licences: 3DH Melbourne (East Malvern, 1930-1933; Shepparton, 1937; East Malvern 1938-1939; Hawthorn, 1946-1975) - Qualifications: cc; AOCP 605, 1930, No. ?? in Vic; BOCP 20, 1936; TVOCP, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1931-1934); engineer (Brighton, 1936); broadcast engineer (3SR Shepparton, 1937); technician (Hawthorn, 1943-1977) - Relationships: Father of 3ZFM V. I. Morgan * [[/Reginald George Morgan|Morgan, Reginald George]] [https://www.familysearch.org/tree/person/details/LRFR-D7H] - 1914(Eng)-1993(NSW) - Licences: 6RM Perth (City, 1931); 2AJS Sydney (Randwick, 1938-1939); 2ABM Sydney (Coogee, 1946-1950; Bankstown, 1954-1958; Greenacre, 1960-1980+) - Qualifications: cc; AOCP 755, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Coogee, NSW, 1936-1937); no occupation (Coogee, NSW, 1949); electrical mechanic (Bankstown East, NSW, 1954); mechanic (Greenacre, NSW, 1963-1980) * [[/William Albert Morgan|Morgan, William Albert]] [https://www.familysearch.org/tree/person/details/9HVG-8PW] - 1899(Tas)-1965(Tas) - Licences: 7AI Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart West, 1922); electrical fitter (New Town, 1928-1937); fitter (New Town, 1943-1954); manager (Montrose, 1963) ===''MORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. H. Morley|Morley, W. H.]] - 19??(???)-19??(???) - Licences: 2WU Sydney (Watersleigh, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''MORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John William Morris|Morris, Albert John William]] [https://www.familysearch.org/tree/person/details/9V2B-Y2J] - 1873(Tas)-1940(Tas) - Licences: 7BS Receive Hobart (West Hobart, 1923); Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Hobart North, 1914-1943) * [[/Cecil Ralph Newman Morris|Morris, Cecil Ralph Newman]] [https://www.familysearch.org/tree/person/details/G3MW-YGT] - 1906(Qld)-1971(Qld) - Licences: Receive Brisbane (Rosalie, 1923); 4CN Brisbane (Rosalie, 1928); 4LW Brisbane (Rosalie, 1929-1933; Ashgrove, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 398, 1928, No. 45 in Qld - amateur operator; amateur broadcaster; technician (PMGD); WW2 - Electoral Rolls: mechanic (Rosalie, 1928); postal mechanic (Ashgrove, 1936-1954); supervising technician (Rosalie, 1958-1968) * [[/Glynn Ian Elliott Morris|Morris, Glynn Ian Elliott]] [https://www.familysearch.org/tree/person/details/G8XG-9TS] - 1908(???)-19??(???) - Licences: 3BZ Melbourne (Mordialloc, 1930-1939; Parkdale, 1946-1980+) - Qualifications: AOCP 621, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Mordialloc, 1931-1937); mechanic (Mentone, 1943); official (Mentone, 1949-1968); secretary (Mentone, 1972-1980) * [[/Jack Dudley Morris|Morris, Jack Dudley]] [https://www.familysearch.org/tree/person/details/GZ2R-NMZ] - 1914(Vic)-1944(At Sea) - Licences: 3LX Melbourne (Oakleigh, 1933, pirate); 3DQ Melbourne (Oakleigh, 1934-1937) - qualifications: AOCP 1244, 1934, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (mention in despatches) - electoral rolls: operator (Oakleigh, 1936-1942) - Sacrifice: "Greater love hath no man than this" * [[/Richard Charles William Morris|Morris, Richard Charles William (BDM) or Charles Richard William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXW7-56S] - 1922(Qld)-1984(Qld) - Licences: 4MT Rockhampton (1954-1980) - Qualifications: cc; AOCP 3210, 1951, Qld; BOCP 1460, 1956 - amateur operator; WW2 - Electoral Rolls: electrician (Rockhampton, 1949); electrical fitter (Rockhampton, 1954-1963); radio technician/electrician (Rockhampton, 1968-1972); radio technician (Rockhampton, 1977-1980) * [[/Ronald David Morris|Morris, Ronald David]] [https://www.familysearch.org/tree/person/details/LX5W-S7Z] - 1904(Vic)-1997(Vic) - Licences: 3AP Receive Melbourne (Caulfield, 1922); 3AP Melbourne (Caulfield, 1922-1927); 3APM Melbourne (East Brighton, 1947-1980+) - Qualifications: cc; AOCP 151, 1925, No. ?? in Vic; CPRT 919, 1926; BOCP 600, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Caulfield, 1925-1931); radio (Brighton, 1936-1937); mechanic (Brighton, 1943; Elsternwick, 1949-1967; Brighton East, 1972-1977) * [[/Sydney Paul Francis Morris|Morris, Sydney Paul Francis "Syd"]] [https://www.familysearch.org/tree/person/details/GX95-MRP] - 1888(Vic)-1960(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: clerk (Prahran, Vic, 1909; Dandenong, 1912-1913); clerk & telegraphist (Eltham, Vic, 1924); manager (East Bairnsdale, Vic, 1925-1928); clerk (Sandringham, Vic, 1931); inspector (Caulfield, Vic, 1942-1949) * [[/William Belfort Morris|Morris, William Belfort]] [https://www.familysearch.org/tree/person/details/G8X1-VYQ] - 1910(WA)-1991(WA) - Licences: 6WM Perth (Hollywood, 1930-1937; Mt Lawley, 1938-1939); 6WM Kalgoorlie (1946-1954); 6WM Perth (Applecross, 1955-1975) - Qualifications: cc; AOCP 625, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Hollywood, 1931-1937); newsagent (Kalgoorlie, 1949-1954); representative (Applecross, 1958-1980) ===''MORRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Cyril Tucker Morrison|Morrison, Gordon Cyril Tucker]] [https://www.familysearch.org/tree/person/details/GFMN-J6Z] - 1916(WA)-1993(NSW) - Licences: 6KN Geraldton (1935-1937); 6KN Perth (City, 1938-1939); 2AKN Sydney (Hernes Bay, 1947; Parramatta, 1948-1950; Balgowlah, 1954-1958) - Qualifications: cc; AOCP 1485, 1935, WA; BOCP 89, 1937; 3COCP 1536, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Geraldton, WA, 1937); radio employee (North Perth, WA, 1943); aircraft surveyor (Parramatta North, NSW, 1949; Balgowlah, NSW, 1954-1963); surveyor (Wahroonga, NSW, 1968-1980) * [[/Lionel Morrison|Morrison, Lionel]] [https://www.familysearch.org/tree/person/details/KDMZ-K6G] - 1906(WA)-1996(WA) - Licences: 6LM Perth (Bayswater, 1939, 1947-1980) - Qualifications: cc; AOCP 1485, 1939, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Sandstone, WA, 1931); pipefitter (Wiluna, WA, 1936-1937); fitter (Wiluna, WA, 1943; Bayswater, WA, 1949-1980) ===''MORRISSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Joseph Martindale Morrissey|Morrissey, Brian Joseph Martindale]] - 19??(???)-19??(???) - Licences: 5AP Adelaide (Prospect, 1935-1937) - Qualifications: cc; AOCP 1544, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''MORROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Caldwell Morrow|Morrow, Arthur Caldwell]] [https://www.familysearch.org/tree/person/details/GHQF-T2F] - 1912(Qld)-1967(Qld) - Licences: 4BM Brisbane (Paddington, 1937-1939) - Qualifications: cc; 2COCP 335, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Red Hill, Qld, 1934-1937); wireless operator (Paddington, Qld, 1943); farmer (Paddington, Qld, 1949-1963) ===''MORSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel Percy Morse|Morse, Noel Percy "Bill"]] [https://www.familysearch.org/tree/person/details/GWRN-3QR] - 1914(Qld)-1942(At Sea) - Licences: 2JE Sydney (Cremorne, 1934-1935); 4LI Brisbane (Clayfield, 1937); 2AHS Sydney (Mosman, 1938-1939) - Qualifications: cc; AOCP 1402, 1934, Qld - amateur operator; amateur broadcaster; WW2 (RNZAF, Pilot Officer) - Electoral Rolls: radio engineer (Buranda, Qld, 1937; Clayfield, Qld, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.rafcommands.com/database/wardead/details.php?qnum=95585 RAF Commands]; [https://www.aucklandmuseum.com/war-memorial/online-cenotaph/record/C29996 Auckland Museum]; [http://aircrewremembered.com/morse-noel.html AirCrewRemembered] ===''MORTIMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mark Mortimer|Mortimer, Mark]] [https://www.familysearch.org/tree/person/details/GS7M-ZZ4] - 1887(Irl)-19??(???) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 107, 1915; 2COCP 48, 1929; 1COCP 89, 1930; BOCP 48, 1934? - RANRS (Warrant Telegraphist, 1917) - Comment: numerous contemporaneous MMs - Electoral Rolls: Nil yet identified ===''MORTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Evors Morton|Morton, Charles Evors]] [https://www.familysearch.org/tree/person/details/GZJ5-F3R] - 1888(Qld)-1963(NSW) - 2MH Sydney (Homebush, 1925-1934), amateur operator (AOCP 170, 1925, No. ?? in NSW), amateur broadcaster, public servant (Rockhampton, 1912), WW1 ===''MOSES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Joseph Moses|Moses, Charles Alfred Joseph]] - 1900(Eng)-1988(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - ABC (general manager) - Electoral Rolls: - Links: [[w:Charles Moses|Wikipedia]]; [https://adb.anu.edu.au/biography/moses-sir-charles-joseph-15044 ADB] ===''MOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Moss|Moss, George Arthur]] [https://www.familysearch.org/tree/person/details/GZG7-86Y] - 1903(WA)-2000(WA) - Licences: 6GM Perth (Cottesloe Beach, 1926-1931; Mt Lawley, 1933-1939, 1946-1956; Mt Pleasant, 1960-1965; Boya, 1969-1995+) - Qualifications: cc; AOCP 233, 1926, No. ?? in WA; AOLCP 177, 1934; 1COCP 574, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: piano mechanic (Cottesloe Beach, 1925); wireless mechanic (North Perth, 1931-1958); lecturer (Mt Pleasant, 1963; Boya, 1968-1980) - [https://qsl.net/vk6zse/historic/p-vk6gm.html QSL.net] ===''MOULE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Ernest Moule|Moule, Clifford Ernest "Cliff"]] [https://www.familysearch.org/tree/person/details/G8XQ-DFH] - 1912(SA)-1998(SA) - Licences: 5CX Adelaide (Parkside, 1930-1939; Plympton, 1946-1948; McLaren Vale, 1954; Lower Mitcham, 1955-1956; Westbourne Park, 1960-1980+) - Qualifications: cc; AOCP 611, 1930, No. ?? in SA; BOCP 1462, 1956 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Clarence Gardens, 1939-1941; Glandore West, 1943) ===''MOWLEM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Mowlem|Mowlem, Leonard]] [https://www.familysearch.org/tree/person/details/GX9F-DHH] - 1878(???)-1950(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: naval employee (Toorak, 1919); radio telegraphist (Thursday Island, 1921); telegraphist (Toorak, 1925); engineer (Toorak, 1928); wireless (Malvern, 1931-1949) ===''MOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Murray Moyle|Moyle, John Murray "Johnny"]] - 1908(Vic)-1960(ACT) - 2JU Sydney, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly, 1932+; Radio TV & Hobbies, 1939-), education (Scotch College, 1923-1926), military (WW2, RAAF 1941-, Squadron Leader), broadcast (3DB, 1920s) (callsign 2JU previously Ross Amos Hull) - Links: [http://messui.polygonal-moogle.com/valves/NW198909.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198910.pdf EA2] ===''MUIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sibbald Allison Muir|Muir, John Sibbald Allison]] [https://www.familysearch.org/tree/person/details/LRB3-1J6] - 1904(SA)-1996(Vic) - 3QW Receive Melbourne (Brighton, 1923); 3QW Melbourne (Brighton, 1923-1926) - Qualifications: cc; AOCP 91, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; likely operator of 3NS dealer licence for Norris & Skelly, Elizabeth St, Melbourne 1924 - Electoral Rolls: dealer (Brighton, 1925-1927); radio dealer (Malvern, 1928); wireless (Brighton, 1931); engineer (Brighton, 1935; Ringwood, 1936-1954); nil (Somers, 1963; Langwarrin, 1968-1977; Garfield, 1980) * [[/Robert White Muir|Muir, Robert White]] [https://www.familysearch.org/tree/person/details/K644-M2J] - 1904(WA)-1966(WA) - Licences: 6RW Wagin (1933-1939); 6RW Perth (Subiaco, 1947-1965) - Qualifications: cc; AOCP 1184, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (Albany, WA, 1925-1926); jeweller & radio dealer (Wagin, WA, 1931); jeweller (Wagin, WA, 1936-1943); watchmaker (Subiaco, WA, 1949-1963) ===''MULLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Fred Mullett|Mullett, Leslie Fred]] [https://www.familysearch.org/tree/person/details/GXRX-BQD] - 1903(SA)-1980(SA) - Licences: 5ZQ Adelaide (Highgate, 1932-1933) - Qualifications: cc; AOCP 1065, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Highgate, SA, 1939-1941); engineer (Barton, ACT, 1949) ===''MULLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Mulligan|Mulligan, Frederick Charles]] [https://www.familysearch.org/tree/person/details/L2QS-X7W] - 1886(NZ)-1982(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 135, 1915; 2COCP 211, 1930; 1COCP 329, 1933 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: engineer operator (Clayfield, 1914-1917); wireless operator (Emita, Flinders Island, 1919-1928); OIC Radio Station (Darwin, 1934); radiologist (Ascot, 1936); OIC radio (Townsville, Qld, 1943); retired (Warrimoo, NSW, 1954-1958; Umina, NSW, 1958) ===''MUNRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Bruce Willson Munro|Munro, Bruce Willson]] [https://www.familysearch.org/tree/person/details/G7GX-CDJ] - 1908(Qld)-1994(Qld) - Licences: 4AL Brisbane (Hawthorne, 1927-1931; Bulimba, 1933-1939) - Qualifications: cc; AOCP 339, 1927, No. 35 in Qld; 2COCP 68, 1936 - amateur operator; amateur broadcaster; aeronautical experimenter; pilot; Qld Aero Club (Brisbane, honorary flying instructor, 1930s); Dept Civil Aviation (Brisbane, Assistant Plan Printer, 1956-1968) - Electoral Rolls: commercial pilot (Moorooka, 1943); flight checking officer (Townsville, 1943); pilot (West End, 1949-1963); commonwealth public servant (Wynnum, 1968-1972); retired (Wynnum, 1977-1980) ===''MURDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilmot Henry Murden|Murden, Wilmot Henry]] [https://www.familysearch.org/tree/person/details/G691-7WC] - 1915(Vic)-19??(???) - Licences: 7TY Launceston (1934-1937); 3TY Melbourne (West Preston, 1938-1939; Thornbury, 1947); 3TY Rapanyup (1948); 3TY Sale (1954-1955); 3TY Swan Hill (1956-1960) - Qualifications: cc; AOCP 1243, 1934, No. ?? in Tas; BOCP 1176, 1950; 1COCP 1610, 1951 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Sale, 1954); radio engineer (3SH, Sale, 1963) ===''MURDOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Fraser Murdoch|Murdoch, James Fraser "Fraser"]] - 19??(???)-19??(???) - 4FQ Toowoomba (1946-1948), amateur operator (AOCP 2383, 1939, No. ?? in Qld), amateur broadcaster, employment (Empire Theater under Cliff Gold 4CG) ===''MURPHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold James Murphy|Murphy, Harold James]] [https://www.familysearch.org/tree/person/details/LD6Q-ZGP] - 1899(NSW)-1958(Qld) - Licences: 4HM Ilfracombe (1935-1937); 4HM Pomona (1938-1939); 4HM Brisbane (Wooloowin, 1947-1956) - Qualifications: cc; AOCP 1532, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: telegraphist (Auchenflower, Qld, 1925; Milton, Qld, 1928); postal official (Stanthorpe, Qld, 1930); postmaster (Ilfracombe, Qld, 1936-1937); insurance agent (Wooloowin, Qld, 1943); postal official (Wooloowin, Qld, 1949); public servant (Stafford, Qld, 1958) ===''MURRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Alexander Murray|Murray, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/G89D-SZ7] - 1908(???)-1985(NSW) - Licences: 2FM Sydney (Rose Bay, 1927; Mosman, 1928-1935; Cremorne, 1936-1939; Mosman, 1946-1947; Lindfield, 1948-1949; Carramar, 1950-1975); 2FM Blayney (1980+) - Qualifications: AOCP 336, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Mosman, 1930); engineer (Mosman, 1933); fitter (Mosman, 1934); draftsman (Mosman, 1935); engineer (Neutral Bay, 1943); draftsman (Mosman, 1949); draughtsman (Carramar, 1958-1977); retired (Blayney, 1980) * [[/John William Murray|Murray, John William]] [https://www.familysearch.org/tree/person/details/G879-32L] - 1905(Vic)-1997(Vic) - Licences: 3JY Melbourne (Elsternwick, 1928-1930; Fitzroy, 1931-1939); 3AJY Melbourne (Kew, 1960-1980+) - Qualifications: AOCP 396, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Elsternwick, 1928); projectionist (St Kilda, 1934; Melbourne East, 1936); technician (St Kilda West, 1943-1949); projectionist (Kew, 1954-1980) - several contemporaneous John William Murray's in Melbourne, identification not certain * [[/Kynaston Noel Lathrop Murray|Murray, Kynaston Noel Lathrop]] - 1838(Eng)-1916(Tas) - clubs and societies (Telegraph Electrical Society Vic, member, 1880s; Vic Posts & Telegraphs, 1860s-1870s; Vic Railways Dept, 1880s-1890s) * [[/Malcolm Imlay Murray|Murray, Malcolm Imlay]] [https://www.familysearch.org/tree/person/details/G8VW-684] - 1908(WA)-1980(WA) - Licences: 6MY Perth (City, 1930; South Perth, 1933-1939; Floreat Park, 1946-1980+) - Qualifications: cc; AOCP 677, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (East Perth, 1931); radiotrician (South Perth, 1936; Floreat Park, 1943-1980) ===''MUSGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Mandeville D'Oyly Musgrove|Musgrave, Mandeville D'Oyly]] - 19??-19?? - broadcast station proprietor (6ML & others) ===''MUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus Keith Mutton|Mutton, Angus Keith]] [https://www.familysearch.org/tree/person/details/GD5F-BQM] - 1910(SA)-1991(SA) - Licences: 5ZY Adelaide (Toorak Gardens, 1933; Tusmore, 1937-1938) - Qualifications: cc; AOCP 1089, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Tusmore Gardens, SA, 1939-1943) * [[/Arthur Henry Mutton|Mutton, Arthur Henry]] [https://www.familysearch.org/tree/person/details/KC1Y-PP5] - 1908(NSW)-1986(NSW) - Licences: 2QT Receive Sydney (Stanmore, 1923-1925); 2QT Sydney (Stanmore, 1926-1939) - Qualifications: AOCP 237, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Annandale, 1930-1937); communication engineer (Maroubra, 1943-1968); public servant (Bayview, 1972-1980) =='''N'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''NAIRN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Linley Beeton Nairn|Nairn, Arthur Linley Beeton]] [https://www.familysearch.org/tree/person/details/L58V-M8X] - 1895(SA)-1978(NZ) - Licences: 2BI Receive Sydney (Mosman, 1922-1923) - Qualifications: CPRTelephony 373, 1918 - amateur receiver - Electoral Rolls: company manager (Hamilton, NZ, 1938); director (Days Bay, Wellington, NZ, 1946-1954) ===''NANCARROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Stanley Nancarrow|Nancarrow, Ralph Stanley]] [https://www.familysearch.org/tree/person/details/GST3-XQ3] - 1904(SA)-1991(SA) - Licences: 5PK Georgetown (1930-1933); 2PY Sydney (Mosman, 1935; Randwick, 1936-1939); 2ACN Sydney (Lane Cove, 1954-1961; North Ryde, 1965-1975) - Qualifications: cc; AOCP 719, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Randwick, NSW, 1936-1937); electrical fitter (Lane Cove, NSW, 1943-1963); fitter (North Ryde, NSW, 1972-1980) ===''NANGLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Nangle|Nangle, James]] [https://www.familysearch.org/tree/person/details/GD3V-F31] - 1869(NSW)-1941(NSW) - Licences: 2MU Receive Sydney (Marrickville, 1922); 2MU Sydney (Marrickville, 1923-1927; Observatory, 1928-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; 1920s Superintendent Technical Education NSW; hon. Government Astronomer NSW; Sydney University (Senate); Royal Society of NSW (president); Fellow Royal Astronomical Society; Fellow Federal Institute of Architects; author (astronomy, architecture) - Electoral Rolls: architect (Petersham, 1903); Government Astronomer (Observatory, 1930-1937) - Links: [https://adb.anu.edu.au/biography/nangle-james-7722 ADB] ===''NASH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Charles Nash|Nash, William Robert Charles]] [https://www.familysearch.org/tree/person/details/GDWX-LWF] - 1918(NSW)-2007(NSW) - Licences: 2WW Sydney (Crows Nest, 1934-1937); 4WN Cairns (1938-1939) - Qualifications: cc; AOCP 1329, 1934, Qld; 1COCP 138, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: company manager (Castlecrag, NSW, 1963-1980) ===''NEALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Drayton Neale|Neale, Eric Drayton Snr]] [https://www.familysearch.org/tree/person/details/G88H-NWT] - 1907(Qld)-1968(Qld) - Licences: 4EN Longreach (1934-1939); 4EN Brisbane (Wooloowin, 1946-1960) - Qualifications: cc; AOCP 1298, 1934, Qld - amateur operator, amateur broadcaster, federal public servant (PMGD, telegraphist), radio club (WIAQ, QSL officer) - Relationships: father of 4?? Eric Drayton Neale Jnr - Electoral Rolls: telegraphist (Wooloowin, 1928; Longreach, 1936; Grange, 1937; Wooloowin, 1943-1963) ===''NEAVERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Laurence Neaverson|Neaverson, Leslie Laurence or Lawrence Leslie]] [https://www.familysearch.org/tree/person/details/LYTM-HCD] - 1899(Eng)-1993(NSW) - Licences: G5NX (Lakeside, Cumbria, 1922+); 4NV Brisbane (Holland Park, 1947-1956+) - Qualifications: cc; Nil yet identified - amateur operator; associate member IRE (Britain); principal Anglo Austral Hearing Aid Dispensary - Electoral Rolls: surgical technician (Holland Park, Qld, 1949-1958) ===''NELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alfred Montague Nell|Nell, George Alfred Montague]] [https://www.familysearch.org/tree/person/details/G87B-PP6] - 1900(Ceylon)-1989(NSW) - Licences: 2JQ Quirindi (1928-1929); 2JQ Canberra (1930); 2JQ Moruya (1931-1936); 2JQ Binda (1937-1939); 2JQ Crookwell (1946-1950); 2JQ Junee (1954-1965); 2JQ Goulburn (1969-1980) - Qualifications: AOCP 413, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clergyman (Moruya, 1930-1934; Crookwell, 1936-1949; Junee, 1954-1968; Goulburn, 1972-1980) ===''NELSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Yeates Nelson|Nelson, John Yeates]] [https://www.familysearch.org/tree/person/details/G884-YDV] - 1851(Irl)-1932(NSW) - Licences: XAA Sydney (McMahon's Point, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter; federal public servant (PMGD, chief electrical engineer (NSW)) - Electoral Rolls: electrician (Milson's Point, 1930-1931) ===''NESTROM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Louis Nestrom|Nestrom, Oliver Louis]] [https://www.familysearch.org/tree/person/details/GX22-9H4] - 1912(NSW)-1999(SA) - Licences: 5RZ Adelaide (St Peters, 1936-1937; Joslin, 1938); 2ADJ Sydney (Homebush, 1939); 5RZ Adelaide (Colonel Light Gardens, 1947; Glenelg, 1948; St Georges, 1954); 5RZ Port Augusta, 1955-1956); 5RZ Adelaide (Kurralta Park, 1960; Manningham, 1965-1969; St Peters, 1975); 5RZ Clare (1980+) - Qualifications: cc; AOLCP, 224, 1935; AOCP 1725, 1936, SA; BOCP 719, 1946; 2COCP 1178, 1949; 1COCP 1491, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Modbury, SA, 1939); fitter (Strathfield, NSW, 1943) ===''NEVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Clifford Anderson Neville|Neville, Alfred Clifford Anderson]] [https://www.familysearch.org/tree/person/details/GXH3-Z4D] - 1907(Eng)-1987(Qld) - Licences: 4ED Receive Brisbane (Wooloowin, 1923) - Qualifications: cc; 3COCP 5827, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Hamilton, Qld, 1928); clerk (Windsor, Qld, 1934-1943); accountant (Hawthorne, Qld, 1954-1958); retired (East Brisbane, 1963-1980) ===''NEWBERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Mallord Newberry|Newberry, Archibald Mallord]] [https://www.familysearch.org/tree/person/details/LH51-SDW] - 1893(Eng)-1973(Vic) - Licences: 3AN Red Cliffs (1930-1939) - Qualifications: AOCP 606, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: watchmaker (Red Cliffs, 1924-1931); radio dealer (Red Cliffs, 1934-1942); cycle dealer (Red Cliffs, 1949-1972) ===''NEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert James Newell|Newell, Albert James "Bert"]] [https://www.familysearch.org/tree/person/details/LJ1C-RGW] - 1910(Sct)-1998(Qld) - Licences: 4BN Mill Hill via Warwick (1936-1939); 4BN Brisbane (Archerfield, 1947-1948; Moorooka, 1954); 4AJ Brisbane (Moorooka, 1965; Yeronga, 1969; Ormiston, 1975); 4AJN Brisbane (Ormiston, 1980+) - Qualifications: cc; AOCP 1727, 1936, Qld; 2COCP 559, 1942; 1COCP 588, 1942; TVOCP 531, 1962 - amateur operator; amateur broadcaster; AWA Aviation Radio Service - Electoral Rolls: shed hand (Mill Hill, Qld, 1931-1943); radio technician (Moorooka, Qld, 1949-1968); television technician (Yeronga West, Qld, 1972); retired (Ormiston, Qld, 1977-1980) ===''NEWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Frederick Newman|Newman, Arthur Frederick]] [https://www.familysearch.org/tree/person/details/9JJ9-YSK] - 1881(India)-1952(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 10, 1914; CPRT 90, 1915; 1COCP 49, 1930 - RANRS (Radio Lieutenant, 1917-1920, terminated Nov 1920); WW1; WW2 - Comment: several contemporaneous AFNs - Electoral Rolls: traffic officer (Elsternwick, 1917-1919); assistant! (Malvern East, 1924-1931); piano tuner (St Kilda, 1931) * [[/Sydney Moreton Newman|Newman, Sydney Moreton "Syd"]] [https://www.familysearch.org/tree/person/details/LL41-PBM] - 1898(NSW)-1998(NSW)99yo - Licences: XPZ Melbourne (Canterbury, 1913-1914); 3MC Melbourne (Canterbury, 1923-1927) - Qualifications: cc; CPRT 655, 1921; 1COCP 90, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Turramurra, 1930-1958); retired (Wahroonga, 1963-1980) - TroveTag: "XPZ-3MC - Sydney Moreton Newman" (68 tags) - Links: [http://messui.polygonal-moogle.com/valves/NW199101.pdf EA] * [[/William Harold Newman|Newman, William Harold]] [https://www.familysearch.org/tree/person/details/GD3V-4N5] - 1889(NSW)-1943(Vic) - Licences: 2MK? Receive Sydney (Artarmon, 1922); 2MJ Sydney (Artarmon, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: railway official (Artarmon, 1930-1934); secretary (Mosman, 1936-1943) ===''NICHOLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rupert Nicholas|Nicholas, William Rupert]] [https://www.familysearch.org/tree/person/details/GD14-RFV] - 1913(Tas)-1995(Tas) - Licences: 7WR Hobart (North Hobart, 1932-1939) - Qualifications: cc; AOCP 896, 1932, No. ?? in Tas; AOLCP 72, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Hobart North, 1936; New Town, 1943-1954) ===''NICOLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Nicoll|Nicoll, William]] - 1903(Canada)-19??(???) - Licences: 4CO Receive Brisbane (Upper Paddington, 1923) - Qualifications: cc; CPRT 644, 1921 - amateur Receiver - Electoral Rolls: telegraphist (Bardon, 1925-1929) ===''NICHOLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hartley Nicholls|Nicholls, Alan Hartley]] [https://www.familysearch.org/tree/person/details/GFQR-VH9] - 1913(WA)-1981(WA) - Licences: 6KE Corrigin (1936-1937); 3NI Melbourne (East St Kilda, 1938-1939); 2NI Sydney (Manly, 1946; Cremorne, 1947-1954; Manly, 1955-1956); 2ANI Sydney (Mosman, 1960-1965); 4AL Brisbane (Greenslopes, 1965); 4NI Cairns (1975); 6NX Perth (South Guildford, 1980) - Qualifications: cc; AOCP 1814, 1936, WA; BOCP 219, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: RAAF (Hawthorn, Vic, 1942); radio engineer (Cremorne, NSW, 1949); shopkeeper (Wilston, Qld, 1958); electronic engineer (Cremorne, NSW, 1963); engineer (Cairns, Qld, 1972-1977; South Guildford, WA, 1980) * [[/Francis Edgar Nicholls|Nicholls, Francis Edgar]] [https://www.familysearch.org/tree/person/details/GD1H-8KQ] - 1910(Vic)-1995(Tas) - Licences: 7RY Devonport (1932-1933); 7RY Burnie (1937-1939); 7RY Hobart (New Town, 1946-1948; Lenah Valley, 1954-1955; New Town, 1960; Lenah Valley, 1965-1969; Midway Point, 1975-1980) - Qualifications: cc; AOCP 991, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Lenah Valley, 1943-1954) * [[/William James Nicholls|Nicholls, William James]] [https://www.familysearch.org/tree/person/details/G6S3-26D] - 19??(Vic)-1966(Vic) - Licences: 3FW Melbourne (Moonee Ponds, 1931-1933) - Qualifications: cc; AOCP 780, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Moonee Ponds, 1922-1963) * [[/William John Matthew Nicholls|Nicholls, William John Matthew or William John]] [https://www.familysearch.org/tree/person/details/G8WW-PDS] - 1908(Vic)-19??(???) - Licences: 3WX Melbourne (Williamstown, 1928-1933); 7WX Launceston (1937-1939); 3WX Melbourne (Williamstown, 1946-1965; East Malvern, 1969-1980+) - Qualifications: cc; AOCP 419, 1928, No. ?? in Vic; 2COCP 343, 1931; 1COCP 309, 1933 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Williamstown, 1931-1936); RAAF (Williamstown, 1949); radio engineer (Williamstown, 1954-1963; Malvern East, 1968-1980) ===''NICHOLSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Russell Malcolm Nicholson|Nicholson, Russell Malcolm]] [https://www.familysearch.org/tree/person/details/G8Z7-7W4] - 1909(Qld)-1974(NSW) - Licences: 4KG Ilfracombe (1929-1933) - Qualifications: cc; AOCP 529, 1929, No. ?? in Qld; BOCP 48, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing contractor (Longreach, 1936); manager 4LG (Longreach, 1937); radio mechanic (Coolangatta, 1949-1972) ===''NICOLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Hort Wilmot Nicolle|Nicolle, Horace Hort Wilmot]] [https://www.familysearch.org/tree/person/details/G8ZS-MZF] - 1908(NSW)-1974(NSW) - Licences: 2HK Sydney (Strathfield, 1929-1933; Ryde, 1934); 2AJT Sydney (Wollstonecraft, 1939) - Qualifications: AOCP 527, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chemist apprentice (Strathfield, 1930); pharmacist (Strathfield, 1933-1935); chemist (Chatswood, 1943-1968) ===''NILSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver John Nilsen|Nilsen, Oliver John]] [https://www.familysearch.org/tree/person/details/G8W4-W1G] - 1884(Vic)-1977(Vic) - Licences: Receive (Valve) Melbourne (Brighton, 1923); 3UZ Melbourne (1924-25) - Qualifications: Nil identified to date - amateur operator; amateur broadcaster - 3UZ experimental callsign issued to Oliver J. Nilsen & Co in 1923, operator N. J. Boyd; callsign withdrawn 1925 and reallocated to Nilsen's broadcast station which remains current as at 2021 - Electoral Rolls: electrical engineer (Fitzroy, 1909-1924; Chelsea, 1928-1931); contractor (Caulfield, 1934-1954); engineer (Elsternwick, 1972; Hawthorn, 1977-1980) - Links: [https://adb.anu.edu.au/biography/nilsen-oliver-john-11244 ADB] ===''NISSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Laurence Nissen|Nissen, Eric Laurence]] [https://www.familysearch.org/tree/person/details/G8DS-ZLR] - 1905(Qld)-2001(Qld) - Licences: 4XN Dalby (1930-1939, 1946-1975+); 4XN Toowoomba (1980) - Qualifications: cc; AOCP 574, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, member); broadcast technician (4QS, 1939-1976); federal public servant (PMGD); Awards: Imperial Service Medal 1976 - Electoral Rolls: none specified (Dalby, 1928-1937); PMG technician (Dalby, 1972); retired (Toowoomba, 1977) ===''NIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edgar Nixon|Nixon, Arthur Edgar]] [https://www.familysearch.org/tree/person/details/G8M2-SM5] - 1905(Vic)-1961(Vic) - Licences: 3ON Receive Melbourne (Windsor, 1923-1924) - Qualifications: AOCP 361, 1927, No. ?? in Vic - amateur receive operator - Electoral Rolls: labourer (Elsternwick, 1931); salesman (St Kilda West, 1931-1936); electrical fitter (Albert Park, 1943-1954) ===''NOLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Michael Nolan|Nolan, Francis Michael]] [https://www.familysearch.org/tree/person/details/9Q3R-X84] - 1910(NSW)-1985(Qld) - Licences: 4FN Brisbane (Wooloowin, 1935-1937; Clayfield, 1938-1939; Stafford Heights, 1946-1948); 4MF Portable (1948); 9FN Port Moresby & 9MF Portable (1954-1956); 4FN/T Gracemere (1960-1969); 4FN/T Brisbane (Wavell Heights, 1975; Virginia, 1980) - Qualifications: cc; AOCP 1433, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, WIAQ); broadcast technician (9PA, 4RK); radio serviceman; federal public servant (PMGD) - Electoral Rolls: * [[/Francis William Nolan|Nolan, Francis William "Frank"]] [https://www.familysearch.org/tree/person/details/GX6W-XPW] - 1897(NSW)-19?? - Licences: 4JU Brisbane (Brisbane City, 1929-1939, 1947-1956; Paddington, 1960) - Qualifications: cc; AOCP 43? & 501, 1924 & 1929, No. ? in Qld - amateur operator; amateur broadcaster; radio serviceman - Relationships: husband of 4LO Violet Elizabeth Nolan nee Hennessey - Comment: several genealogy sites have wrong data for FWN - Electoral Rolls: cartoonist (Brisbane City, Qld, 1921-1925); radio mechanic (Brisbane, City, 1934-1936); radio engineer (Brisbane City, Qld, 1954-1958) * [[/John Spencer Nolan|Nolan, John Spencer]] [https://www.familysearch.org/tree/person/details/LTBW-KMV] - 1868(NSW)-1936(NSW) - Licences: XED Sydney (Double Bay, 1911-1914); 2JH Receive Sydney (Double Bay, 1922); 2JH Sydney (Double Bay, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; dentist and dental surgeon - Relationships: father of 2YI Philip Spencer Nolan - Electoral Rolls: dentist (Woollahra, 1930-1935) * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] [https://www.familysearch.org/tree/person/details/GX6W-DSX] - 1896(Qld)-19??(???) - Licences: 4LO Brisbane (City, 1931-1939) - Qualifications: cc; AOCP 826, 1931, No. ? in Qld - amateur operator; amateur broadcaster - Comment: fourth YL operator in Qld - Relationships: wife of 4JU Francis William Nolan - Electoral Rolls: home duties (Brisbane City, Qld, 1921-1943); not stated (Eagle Heights, Qld, 1949); home duties (Tweed Heads, NSW, 1954); domestic (Spring Hill, Qld, 1958); retired (Coolangatta, Qld, 1958) * [[/Philip Spencer Nolan|Nolan, Philip Spencer "Spencer"]] [https://www.familysearch.org/tree/person/details/LTBW-ZWX] - 1897(NSW)-1929(NSW) - Licences: 2YI Sydney (Double Bay, 1924-1929) - Qualifications: AOCP 58, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; dentist - Relationships: son of XED-2JH Lieut John Spencer Nolan - Comment: gone too soon - Electoral Rolls: Nil yet identified ===''NOLTE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Nolte|Nolte, George Edward]] [https://www.familysearch.org/tree/person/details/G8HG-DD4] - 1911(Vic)-1997(NSW) - Licences: 3NO Melbourne (Elwood, 1929-1939); 2QO Sydney (Potts Point, 1948-1950; Bexley North, 1954-1975); 2QO Wamberal (1980+) - Qualifications: AOCP 492, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1936-1937); radio engineer (Darlinghurst, 1943-1949; Bexley North, 1958-1963); retired (Wamberal, 1980) ===''NORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Norman|Norman, William James]] [https://www.familysearch.org/tree/person/details/GD1Q-ZRS] - 1899(Tas)-19??(???) - Licences: 7WJ Eddystone Point Lighthouse (1931) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: stoker (Longford, 1922); lightkeeper (Tasman Island, 1928; Eddystone Lighthouse, 1934; Maatauyker Island, 1936; Currie Harbour, King Island, 1937) ===''NORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Anthony David Norris|Norris, Anthony David "Tony"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Edgar Lewin Norris|Norris, Edgar Lewin]] [https://www.familysearch.org/tree/person/details/G9YH-3D4] - 1891(Qld)-1956(Qld) - Licences: 4CK Receive Toowoomba (1922); 4CK Toowoomba (1923-1931) - Qualifications: cc; AOCP 80, 1925, No. 8 in Qld - amateur operator; amateur broadcaster; radio club (Toowoomba RC); WW1 - Relationships: father of 4NO Edgar Thomas Norris - TroveTag: "4CK - Edgar Lewin Norris" - Electoral Rolls: optician (Rockhampton, 1913); optometrist (Wooloowin, 1919; Toowoomba, 1925-1954) * [[/Edgar Thomas Norris|Norris, Edgar Thomas "Tom" "Tommy"]] [https://www.familysearch.org/tree/person/details/G855-G68] - 1930(Qld)-2019(Qld) - Licences: 4NO Toowoomba (1969-1980+) - Qualifications: cc; 3COCP 6945, 1967; AOLCP Q2, 1968; AOCP Q13, 1968, Qld - amateur operator, amateur broadcaster - Relationships: son of 4CK Edgar Lewin Norris - Electoral Rolls: charge hand (Toowoomba, 1954-1980) ===''NORTHEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurence Harry Northeast|Northeast, Laurence Harry "Laurie"]] [https://www.familysearch.org/tree/person/details/LLM3-8NK] - 1908(SA)-1972(SA) - Licences: 5LH Adelaide (Rosewater, 1927) - Qualifications: cc; AOCP 315, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Rosewater, 1939-43) =='''O'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ==='''OAKES'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Andrew Oakes|Oakes, Walter Andrew]] [https://www.familysearch.org/tree/person/details/GDRK-RBQ] - 1907(Tas)-1983(NSW) - Licences: 7BQ Receive Hobart (New Town, 1923); Receive Hobart (New Town, 1923) - Qualifications: cc; 3COCP N1088, 1971 - amateur receiver - Electoral Rolls: electrician (Manly, 1930); electrical fitter (Launceston, 1937); railway employee (New Town, 1943-1949); electrician (Lindfield, 1954); business proprietor (Roseville, 1958); managing director (Roseville, 1963-1968); director (Roseville, 1972-1980) ==='''O'BRIEN'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Clare O'Brien|O'Brien, Charles Clare]] [https://www.familysearch.org/tree/person/details/GMTS-7SJ] - 1904(Qld)-1994(Qld) - Licences: 4NC Brisbane (Stafford, 1939, 1948-1980+) - Qualifications: AOCP 2386, 1939, Qld - amateur operator, WW2 - Electoral Rolls: mechanic (Kilcoy, 1928); telephone mechanic (Eagle Junction, 1936-1943); technician (Stafford, 1954-1980) * [[/Charles Raymond Heddington O'Brien|O'Brien, Charles Raymond Heddington]] [https://www.familysearch.org/tree/person/details/G8FN-4CX] - 1913(Vic)-1975(Vic) - Licences: 3QX Melbourne (Glenhuntly, 1930-1939) - Qualifications: AOCP 626, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Glenhuntly, 1934-1936); electrical engineer (Ballarat, 1942); engineer (Kew, 1954; Mount Waverley, 1963-1972) * [[/Matthew O'Brien|O'Brien, Matthew or Matthew Michael]] [https://www.familysearch.org/tree/person/details/GZG7-P35] - 1904(Qld)-1978(Qld) - Licences: 4MM Brisbane (Toowong, 1926-1933; Annerley, 1937-1939, 1946-1965) - Qualifications: cc; AOCP 234, 1926, No. 20 in Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, ARTL, WIAQ, president all); journalist (Teleradio, "Vic Eddy"); Dept Labour Exchange (administration) - Electoral Rolls: public servant (Toowong, 1925-1936; Annerley, 1943-1977) ==='''O'DEA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick O'Dea|O'Dea, Francis Patrick]] [https://www.familysearch.org/tree/person/details/GXTP-7KL] - 1894(Vic)-19??(???) - Licences: XJAX Melbourne (Ascot Vale, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 (Army, AWS) - Electoral Rolls: clerk (North Melbourne, 1912-1913; Ascot Vale, Vic, 1914-1937); railways (Brighton, Vic, 1942-1949); railway employee (Footscray North, Vic, 1963-1977) - Links: [https://alh-research.tripod.com/Light_Horse/index.blog/1911842/australian-wireless-squadron-aif-francis-patrick-odea/ AWS] ==='''ODGERS'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Fieldhouse Odgers|Odgers, Norman Fieldhouse]] [https://www.familysearch.org/tree/person/details/GDVD-CYK] - 1906(Qld)-1996(WA) - Licences: 4BO or 4BD Brisbane (Newmarket) & Charters Towers (1924-1925); 4NK; 9NK Port Moresby (1946-1948); 6NF Perth (Applecross, 1954-1969; Bassendean, 1975-1980); 4CH - Qualifications: cc; CPRT 896, 1925; 2COCP 212, 1930; 1COCP 108, 1936 - amateur operator; amateur broadcaster; ship wireless officer; broadcast engineer; WW2 - Electoral Rolls: senior technician (Applecross, 1954-1963); manager (Applecross, 1968); retired (Bassandean, 1972-1980) ==='''O'DONNELL'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Amos Leslie O'Donnell|O'Donnell, Amos Leslie]] [https://www.familysearch.org/tree/person/details/G8NW-Q1P] - 1910(SA)-19??(NSW) - Licences: 6DX Perth (City, 1930-1933); 2AGE Sydney (Ashfield, 1938-1939); 2AOO Sydney (Caringbah, 1960; Mona Vale, 1965-1969) - Qualifications: cc; AOCP 639, 1930, No. ?? in WA; BOCP 515, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: student (North Perth, WA, 1931); radio engineer (Ashfield, NSW, 1937); education officer (No. 2 W.A.G.S., Parkes, NSW, 1943); engineer (Ashfield, NSW, 1949; Caringbah, NSW, 1958) ==='''O'HARA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bernard O'Hara|O'Hara, John Bernard]] [https://www.familysearch.org/tree/person/details/G8XM-Y9M] - 1902(Vic)-1970(Vic) - Licences: 3OH Maryborough (1930-1939); 3OH Yallourn (1946-1948); 3AAO Melbourne (Mt Waverley, 1960) - Qualifications: AOCP 607, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: teacher (Albert Park, 1921-1924) instructor (Maryborough, 1928); teacher (Kew, 1934; Maryborough, 1937; Ballarat, 1937; Maryborough, 1943, Warrnambool, 1954; Maldon, 1963) ==='''OHRBOM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Axel Ragnar Ohrbom|Ohrbom, Axel Ragnar "Ray"]] [https://www.familysearch.org/tree/person/details/G8WZ-PWJ] - 1903(Tas)-1978(Vic) - Licences: Receive Melbourne (Brunswick, 1923-1924); 3OC Melbourne (West Brunswick, 1928; Coburg, 1931-1939; Moreland, 1946-1948; Hartwell, 1954-1975) - Qualifications: AOCP 421, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Coburg West, 1949); sharebroker (Camberwell, 1954-1977); retired (Burwood, 1977) ===''OLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Olof Lemuel Olden|Olden, Olof Lemuel]] - 1863(Vic)-1939(Vic) - Hobart 1920s, early wireless experimenter, no licence yet identified, amateur operator (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, President, 1924), military (Colonel, WW1), occupation (school master) ===''OLDFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Bernam Oldfield|Oldfield, Frederick Bernam]] [https://www.familysearch.org/tree/person/details/G8YP-9R2] - 1897(Vic)-1962(NSW) - Licences: 5DO Adelaide (1924); 3FB Melbourne (Hampton, 1937-1938); 2FE Sydney (Balmoral, 1939) - Qualifications: cc; AOCP 1240, 1934, No. ?? in Vic - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: teacher (Brighton, Vic, 1931; Sandringham, Vic, 1935-1937); journalist (Mosman, NSW, 1943); A.M.F. (Mornington, 1954); tutor (Neutral Bay, 1958) ===''OLDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Oldham|Oldham, Charles Edward]] [https://www.familysearch.org/tree/person/details/KZFK-XBT] - 1902(Tas)-1950(Tas) - Licences: 7XA Hobart (New Town, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1923, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Town, 1936-1949) * [[/Fred Oldham|Oldham, Fred]] - 19??(???)-19??(???) - early Tasmanian wireless experimenter, first president of Hobart Tramways Wireless Club 1905 ===''O'LEARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cornelius Daniel Fraser O'Leary|O'Leary, Cornelius Daniel Fraser or Daniel Fraser]] [https://www.familysearch.org/tree/person/details/KN18-4BH] - 1893(SA)-1955(SA) - Licences: 5DO Adelaide (Tusmore Gardens, 1929-1933) - Qualifications: cc; AOCP 495, 1929, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Unley, 1939-1941) ===''OLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dalley George Tryon Oliver|Oliver, Dalley George Tryon]] [https://www.familysearch.org/tree/person/details/LZ8W-MMR] - 1888(NSW)-1959(NSW) - wireless experimenter (1924+) 2?? Gunedah, amateur broadcaster - Electoral Rolls: engineer (Gunnedah, 1930-1943; Keepit Dam, Tamworth, 1949-1954); retired (Condoblin, 1958) - Relationships: brother of 2MO Marcius John Alexander Oliver * [[/Marcius John Alexander Oliver|Oliver, Marcius John Alexander "Marcus"]] [https://www.familysearch.org/tree/person/details/LZ8W-M82] - 1875(NSW)-1946(NSW) - Licences: 2MO Gunedah (1929) - Qualifications: AOCP ??, 19??, No. ?? in NSW; AOLCP 91, 1932 - amateur operator, amateur broadcaster, broadcast engineer, radio station proprietor (2MO, 1930-1939), military (air spotters, Port Macquarie) - Electoral Rolls: engineer (Gunnedah, 1930-1936; Port Macquarie, 1943) - Relationships: brother of Dalley George Tryon Oliver ===''OLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Durrant Olle|Olle, John Durrant]] [https://www.familysearch.org/tree/person/details/G4HS-WSX] - 1910(NSW)-1975(Vic) - Licences: 2OZ Sydney (Ashfield, 1929-1939, 1946; Pennant Hills, 1947-1948; Ashfield, 1950) - Qualifications: AOCP 553, 1929, No. ?? in NSW; 2COCP 321, 1931; 1COCP 197, 1931 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Summer Hill, 1936-1937; Ashfield, NSW, 1943); soldier (South Yarra, Vic, 1949); public servant (Mornington, 1963-1980) ===''OLLIVIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Frances Ollivier|Ollivier, Neil Frances]] [https://www.familysearch.org/tree/person/details/GFQB-VPD] - 1916(WA)-1942(WA) - Licences: 6FO Perth (Hollywood, 1932-1939) - Qualifications: cc; AOCP 1067, 1932, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: Nil yet identified ===''O'LOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick Morgan O'Loughlin|O'Loughlin, Francis Patrick Morgan]] [https://www.familysearch.org/tree/person/details/GX6M-Z3Q] - 1902(Qld)-1979(Qld) - Licences: 4OL Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1347, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Red Hill, Qld, 1936-1937; Ashgrove, Qld, 1943-1977) ===''OLSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Vivian Olsen|Olsen, Frederick Vivian "Fred"]] [https://www.familysearch.org/tree/person/details/G8CP-4XJ] - 1912(Vic)-2001(Vic) - Licences: 3FO Melbourne (Hawthorn, 1929-1931; Hampton, 1933-1939) - Qualifications: cc; AOCP 521, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hampton, 1936-1954; Brighton, 1963; Hampton, 1972-1980) * [[/Norman Frederick Olsen|Olsen, Norman Frederick or Frederick Norman (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/G8BY-8JS] - 1901(NSW)-1980(NSW) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 516, 1920, NSW; 2COCP 59, 1929, NSW; 1COCP 252, 1932 - Nil yet identified - Electoral Rolls: wireless operator (Hurlstone Park, 1934-1937); newsagent (Torwood, 1954-1958); no occupation (Lord Howe Island, 1963-1980) * [[/Norman Peter Olsen|Olsen, Norman Peter]] [https://www.familysearch.org/tree/person/details/G8BY-444] - 1897(NSW)-1988(NSW) - Licences: 2YK Newcastle (1924-1925); 2ZX Waratah (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrician (Waratah, 1930; Mayfield, 1932); public servant (Redfern, 1932-1933; Kogarah, 1934-1935; Wollongong, 1936-1937; Artarmon, 1943-1949; Kogarah, 1949-1963); nil (Merewether, 1968-1980) * [[/Olaf Olsen|Olsen, Olaf]] [https://www.familysearch.org/tree/person/details/G6QT-69T] - 1878(Norway)-1964(Qld) - Licences: 4CL Dalby 1922 (Receive) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engine driver (Dalby, 1913-1943); engineer (Toowoomba, 1949; Redcliffe, 1954; Paddington, 1958-1963) ==='''O'MAY'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. W. O'May|O'May, J. W.]] - 19??(???)-19??(???) - Licences: Receive Hobart (Bellerive, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Robert Derwent O'May|O'May, Robert Derwent "Bob"]] [https://www.familysearch.org/tree/person/details/LYNF-5NS] - 1903(Tas)-1973(Tas) - Licences: Receive Hobart (Bellerive, 1923); 7OM Hobart (Bellerive, 1924-1927+; Sandy Bay, 1931+; Bellerive, 1947-1969+) - Qualifications: cc; AOCP 74, 1925, No. ?? in Tas; 3COCP 508, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: engineer (Bellerive, 1928-1954) ==='''OPPENHEIM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Oliver George Oppenheim|Oppenheim or Oliver, Oliver George "Ollie"]] [https://www.familysearch.org/tree/person/details/LLSS-S7L] - 1911(Vic)-1988(NSW) - Licences: 3ZX Melbourne (Caulfield, 1930-1939) - Qualifications: AOCP 580, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Caulfield, 1936-1942; Elsternwick, 1949); radio engineer (Elsternwick, 1954); company executive (Coogee, 1958-1963; Lugarno, 1968); importer (Strathfield, 1972-1980) ===''O'REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Joseph O'Reilly|O'Reilly, Maurice Joseph]] [https://www.familysearch.org/tree/person/details/G824-VMC] - 1866(Irl)-1933(NSW) - Licences: XACI Bathurst (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St Stanilaus College, Bathurst, 1913); rector of college (St John's College, Camperdown, 1930-1933) - Links: [https://adb.anu.edu.au/biography/oreilly-maurice-joseph-7918 ADB] ===''O'ROURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sydney O'Rourke|O'Rourke, John Sydney]] [https://www.familysearch.org/tree/person/details/GDJP-ZW4] - 1918(NSW)-19??(???) - Licences: 4OR Brisbane (Brisbane City, 1937-1939); 4SO Brisbane (Margate Beach, 1955-1969) - Qualifications: cc; AOCP 2042, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical apprentice (Norman Park, Qld, 1943); radio engineer (Newmarket, Qld, 1949); engineer (Margate, Qld, 1954-1977) ===''ORR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Murray Donald Orr|Orr, Murray Donald]] [https://www.familysearch.org/tree/person/details/GZL8-H29] - 1900(Vic)-1941(Vic) - Licences: 3OR Lake Meran (1928-1939) - Qualifications: AOCP 440, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1940-1941) - Electoral Rolls: farmer (Lake Meran, 1924-1934) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/orr-murray-donald-1700/] ===''OSBORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jeffrey David Osborne|Osborne, Jeffrey David "Jeff"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Louis Frederick George Osborne|Osborne, Louis Frederick George]] [https://www.familysearch.org/tree/person/details/G8GF-MGZ] - 1900(Vic)-1989(Vic) - Licences: 3DD Receive Melbourne (East Malvern, 1922); 3DD Melbourne (East Malvern, 1923-1926); 3BMO Melbourne (Murrumbeena, 1980+) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: gas fitter (Malvern East, 1922-1926); inspector (Carnegie, 1931-1977) ===''OSBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bolivar Laing Osburne|Osburne, George Bolivar Laing "Laing"]] [https://www.familysearch.org/tree/person/details/MFY2-F9W] - 1896(Vic)-1933(Vic) - Licences: XKJ Terang (1913-1914); 3BG Terang (1922-1933) - Qualifications: cc; AOCP 235, 1926, No. ?? in Vic - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: student (Terang, 1922-1931) ===''OTHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Othen|Othen, Charles James]] [https://www.familysearch.org/tree/person/details/LRHF-H8Y] - 1897(SA)-19??(???) - Licences: XVT Adelaide (Glanville, 1913); 5AS Receive Adelaide (1923); 5ON Adelaide (Hindmarsh, 1954-1956; Eden Hills, 1960-1969; Blackwood, 1975) - Qualifications: cc; AOCP 3385, 1953, SA - early wireless experimenter; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: foreman (Hindmarsh, SA, 1939-1943) ===''O'TOOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian O'Toole|O'Toole, Ian]] - Licences: 2ZIO Sydney (Adamstown Heights, 1969; North Rocks, 1975; Castle Hill, 1980) - amateur operator; historian (amateur, military communications); proprietor Kurrajong Radio Museum - Electoral Rolls: - Links: [https://vk2bv.org/archive/museum/ Kurrajong Radio Museum] ===''OTTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Shannon Otty|Otty, William Shannon]] [https://www.familysearch.org/tree/person/details/GZ2F-7J1] - 1893(Eng)-1983(NSW) - Licences: 2ZL Killingworth (1923-1931); 2ZL Toronto (1933-1975); 2ZL Fennell's Bay (1980+) - Qualifications: cc; AOCP 219, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio dealer (Toronto, 1937-1954); retired (Toronto, 1958-1980) ===''OVERLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Overlack|Overlack, Peter]] - early wireless historian [https://www.navy.gov.au/sites/default/files/documents/Naval_Networks_Dominance_of_Comms_in_Maritime_Ops.pdf "The Struggle for the Australian Airwaves: The Strategic Function of Radio for Germany in the Asia-Pacific Region before World War I"] ===''OWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Chester Owen|Owen, Chester]] [https://www.familysearch.org/tree/person/details/MZ3G-H47] - 1899(Vic)-1975(Vic) - Licences: Receive Melbourne (St Kilda, 1923); 3ZM Melbourne (St Kilda, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Balaclava, 1921; St Kilda, 1922-1926); engineer (St Kilda, 1928; Caulfield, 1931); mechanic (Caulfield, 1934-1937); radio engineer (Echuca, 1943-1972) * [[/Stanley Wainwright Owen|Owen, Stanley Wainwright]] [https://www.familysearch.org/tree/person/details/GDV9-BP2] - 1912(Vic)-1987(NSW) - Licences: 6RX Perth (Mt Lawley, 1930-1931); 2RX Sydney (Wollstonecraft, 1948-1957) - Qualifications: cc; AOCP 716, 1930, No. ?? in WA; 2COCP 436, 1933; 1COCP 340, 1933; TVOCP 40, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Wollstonecraft, 1937-1958); television engineer (Wollstonecraft, 1963-1968); engineer (Wollstonecraft, 1972-1977; Artarmon, 1980) ===''OXENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Justinian Oxenham|Oxenham, Justinian]] - 1860(Qld)-1932(Vic) - senior federal public servant (Secretary, Postmaster-General's Department) ===''OXLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Oxlade|Oxlade, George]] [https://www.familysearch.org/tree/person/details/LRCK-H1C] - 1907(Qld)-1980(Qld) - Licences: 4GO Brisbane (Newmarket, 1926-1931) - Qualifications: cc; AOCP 229, 1926, No. 19 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: painter (Chermside, 1937-1943; Maroochydore, 1954; Wavell Heights, 1958), contractor (Chermside, 1963-1980) =='''P'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''PAECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leonard Paech|Paech, Robert Leonard]] [https://www.familysearch.org/tree/person/details/L6DL-76D] - 1920(SA)-1963(SA) - Licences: 5RL Adelaide (Underdale, 1936-1939, 1947-1948); 5LP Adelaide (Seacombe Gardens, 1960) - Qualifications: cc; AOCP 1626, 1936, SA; 2COCP 279, 1939; BOCP 371, 1941; 1COCP 810, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Nevison Page|Page, Leslie Nevison]] [https://www.familysearch.org/tree/person/details/GSBX-CRV] - 1920(Qld)-1972(NSW) - Licences: 4LP Brisbane (New Farm, 1937-1939; Brisbane City, 1947); 2NB Sydney (Potts Point, 1954); 2LP Sydney (St Ives, 1955-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 1931, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 2NB may have been withdrawn for 2NB Broken Hill - Electoral Rolls: labourer (Ascot, Qld, 1928-1929) (too young for 1920 birth, must be a namesake); radio technician (Darlinghurst, NSW, 1954); radio engineer (St Ives, NSW, 1958); manager (St Ives, NSW, 1963); electronics engineer (Epping, NSW, 1968; Eastwood, NSW, 1972) ===''PAGET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Ernest Paget|Paget, Harold Ernest]] [https://www.familysearch.org/tree/person/details/LDTK-ZBF] - 1904(Qld)-1962(Qld) - Licences: Receive (Valve) Brisbane (Brisbane City, Qld, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephonist (Valley, Qld, 1925-1926); postal sorter (Ashgrove, Qld, 1928-1949); mail officer (Ashgrove, Qld, 1954-1958) ===''PAICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Cameron Paice|Paice, Donald Cameron "Don"]] [https://www.familysearch.org/tree/person/details/G8KD-2FT] - 1932(Vic)-2018(Vic) - Licences: 3ADP Melbourne (Moonee Ponds, 1954-1956; Mt Waverley, 1960-1980+) - Qualifications: AOCP 3055, 1950, Vic - amateur operator - Electoral Rolls: draftsman (Moonee Ponds, 1954; Mt Waverley, 1963-1980) - Relationships: rare surname but seems not closely related to 2AJ Valentine Keith Paice * [[/Valentine Keith Paice|Paice, Valentine Keith "Val"]] [https://www.familysearch.org/tree/person/details/G8K3-5T6] - 1904(NZ)-1977(???) - Licences: ZL1AJ (Z1AJ) 1925-1926; VQ1AJ (OO1AJ) Fanning Island (1926-1928); 2AJ (VK2AJ) Sydney 1929; OA4V Peru (1929) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrical fitter (Ashbury, NSW, 1930) - Relationships: rare surname but seems not closely related to 3ADP Donald Cameron Paice ===''PARADISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Harry Elliker Paradise|Paradise, Eric Harry Elliker]] [https://www.familysearch.org/tree/person/details/GS3M-D75] - 1904(Qld)-1939(Qld) - Licences: Receive (Crystal) Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Stones Corner, Qld, 1925-1937) ===''PARASIERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Isidore Percy Robert Parasiers|Parasiers, Isidore Percy Robert "Robert"]] [https://www.familysearch.org/tree/person/details/GS9Y-8B1] - 1902(SA)-1972(SA) - Licences: 5RP Adelaide (City, 1932-1933; Glandore, 1937-1939); 6PS Perth (Inglewood, 1947); 5RF Adelaide (Glandore, 1948); 5RF Murray Bridge (1954-1969) - Qualifications: cc; AOCP 952, 1932, No. ?? in SA; AOLCP 283, 1936; BOCP 132, 1937; 2COCP 256, 1939; 1COCP 330, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''PARIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Norman Paris|Paris, James Norman "Jim"]] [https://www.familysearch.org/tree/person/details/GXWR-B1W] - 1910(SA)-1971(SA) - Licences: "WIA-L5006" Adelaide (Prospect, 1956-1960) - Qualifications: cc; Nil yet identified - amateur listener; prominent broadcast listener (1950s, 1960s); clubs (Australian DX Radio Club (SA); Southern Cross DX Club) - Electoral Rolls: Nil yet identified ===''PARISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Radcliffe Parish|Parish, Hugh Radcliffe]] [https://www.familysearch.org/tree/person/details/GCDL-Y23] - 1914(Tas)-1973(Tas) - Licences: 7CP Launceston (1932-1933) - Qualifications: cc; AOCP 1070, 1932, No. ?? in Tas; AOLCP 189, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: radio announcer (Burnie, 1936-1937); manager (Winnaleah, 1943-1949); radio executive (Launceston, 1954) ===''PARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles William Park|Park, John Charles William]] [https://www.familysearch.org/tree/person/details/GZVC-N4N] - 1904(Eng)-1983(WA) - Licences: 6BB Perth (South Perth, 1924-1980+) - Qualifications: cc; CPRT 794, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: photographer (South Perth, 1943-1949); radiographer (South Perth, 1958-1980) ===''PARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Cyril Parker|Parker, Keith Cyril]] [https://www.familysearch.org/tree/person/details/KDSK-X2P] - 1912(SA)-1993(SA) - Licences: 5PA Port Pirie (1933); 5SO Port Elliot (1980+) - Qualifications: cc; 2COCP 348, 1931; 1COCP 213, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless telegraphist (Kalgoorlie, WA, 1943); radio technician (Fiskville, Vic, 1949-1963; Bassendean, WA, 1968); manager (Cairns, Qld, 1977) * [[/Kenneth Herbert Parker|Parker, Kenneth Herbert]] [https://www.familysearch.org/tree/person/details/LTM1-Q5G] - 1905(WA)-1994(WA) - Licences: 6KP Meekatharra (1933-1939) - Qualifications: cc; AOCP 1192, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mining register (Meekatharra, WA, 1931-1937); resident magistrate (Cue, WA, 1943; Geraldton, WA, 1943); stipendary magistrate (Northam, WA, 1949); magistrate (Mt Pleasant, WA, 1954; Riverton, WA, 1958-1963; Applecross, WA, 1968-1980) * [[/P. S. Parker|Parker, P. S.]] - 19??(???)-19??(???) - Licences: 2CY Receive Sydney (Burwood, 1922); 2CM Receive Sydney (Burwood, 1923, briefly then reverted to 2CY); 2CY Sydney (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet confidently identified but likely Philip Selwyn Parker, engineer, Bellevue Hill, 1930 * [[/Ronald Alexander Parker|Parker, Ronald Alexander]] [https://www.familysearch.org/tree/person/details/GZ23-6BM] - 1908(Vic)-1984(Qld) - 3RA Melbourne (Canterbury, 1925-1926), 3RA Bendigo (1927), 3RA Melbourne (Canterbury, 1931-1933; Hawthorn, 1937-1939), 4PT Southport (1980+), qualifications (AOCP 213, 1925, No. ?? in Vic), amateur operator, amateur broadcaster, electoral rolls: clerk (Camberwell, 1931), accountant (Hawthorn, 1936-1937), secretary (Malvern, 1943-1949), retired (Southport, 1980) ===''PARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Parr|Parr, John George]] [https://www.familysearch.org/tree/person/details/G8NL-22T] - 1908(NSW)-1992(Vic) - Licences: 3OM Melbourne (Canterbury, 1930-1939) - Qualifications: AOCP 646, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Camberwell, 1931-1943); engineer (Footscray, 1949; Brunswick, 1949-1963; Melbourne City, 1968-1980) ===''PARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alchorne Parry|Parry, Charles Alchorne]] [https://www.familysearch.org/tree/person/details/GX8J-BGL] - 1916(Qld)-2009(USA) - Licences: 4CP Gordonvale (1935-1939) - Qualifications: cc; AOCP 1441, 1935, Qld; BOCP 177, 1938 - amateur operator; amateur broadcaster - Education: PhD - Electoral Rolls: radio mechanic (Cairns, Qld, 1937); engineer (Darlinghurst, NSW, 1943) ===''PARSONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warwick William Parsons|Parsons, Warwick William or William Warwick (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/L2L4-5ZC]- 1903(SA)-1974(SA) - Licences: 5PS Adelaide (City, 1933; Henley Beach, 1937-1939, 1947-1948; Rose Park, 1954-1974) - Qualifications: cc; AOCP 1147, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: operator (Henley, SA, 1939-1943) ===''PATERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Pryde Paterson|Paterson, Paul Pryde]] [https://www.familysearch.org/tree/person/details/GZLK-LPF] - 1915(WA)-1942(PNG) - Licences: 6PP Wiluna (1937-1939) - Qualifications: cc; AOCP 1961, 1937, WA - amateur operator, amateur broadcaster, WW2 (RAAF, 24 Squadron, Flight Lieutenant) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/paterson-paul-pryde-260515/] * [[/Raymund Gordon Paterson|Paterson, Raymund or Raymond Gordon]] [https://www.familysearch.org/tree/person/details/G8CH-7RX] - 1903(Vic)-1996(Canada) - Licences: Nil yet identified - Qualifications: AOCP 506, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: apprentice (Glenferrie, 1926-1928) ===''PATTERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Campbell Patterson|Patterson, Campbell]] [https://www.familysearch.org/tree/person/details/G9Y1-GDH] - 1912(SA)-1987(SA) - Licences: 5XR Naracoorte (1933-1939); 5XR Peterborough (1947-1980+) - Qualifications: cc; AOCP 1097, 1933, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, 1939); electrician (Quorn, 1941-1943) * [[/James Brown Patterson|Patterson, James Brown]] [https://www.familysearch.org/tree/person/details/LBTW-WDY] - 1833(Eng)-1895(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Politician, briefly Premier of Victoria (1893-1894), Postmaster-General Vic (July 1878 - March 1880) - Electoral Rolls: Nil yet identified * [[/Robert Charles William Ingram Patterson|Patterson, Robert Charles William Ingram "Charles Ingram"]] [https://www.familysearch.org/tree/person/details/GZ5T-2Q4] - 1910(Vic)-1974(Qld) - Licences: 3YP Melbourne (East Malvern, 1927-1939; Eaglemont, 1946-1954); 4YP Brisbane (Fig Tree Pocket, 1955-1969) - Qualifications: cc; AOCP 352, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: station hand (Mundabullangana, 1931-1937); agent (Fig Tree Pocket, 1958-1968) ===''PAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Anthony Paul|Paul, Leo Anthony]] - 1905(Vic)-1968(Vic) - 3JQ Receive Melbourne (Fitzroy, 1922-1923), 3LP Melbourne (Fitzroy, 1924-1937; Preston, 1938-1939), 3XO Melbourne (Fairfield, 1948-1960; Thornbury, 1965), amateur operator (AOCP 15, 1924, No. 6 in Vic), amateur broadcaster ===''PAYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George H. Payne|Payne, George H.]] - 19??(???)-1987(Qld) - 4NEV Brisbane, amateur operator (AOCP ??, 1946+, No. ?? in Qld), radio clubs (Wooloowin RC, hon. secretary; WIAQ, president, assoc. members section) * [[/John Payne|Payne, John]] [https://www.familysearch.org/tree/person/details/GDSL-41Q] - 19??(???)-19??(???) - Licences: 2IN Receive Sydney (Randwick, 1922); 2IN Sydney (Randwick, 1923-1927; Kensington, 1928-1930) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: insurance department manager (Kensington, 1930-1931); secretary (Kensington, 1933) * [[/Reginald Lewis Payne|Payne, Reginald Lewis]] [https://www.familysearch.org/tree/person/details/GZG9-HFF] - 1898(Vic)-1946(Vic) - Licences: 3RP Geelong (Newtown, 1924-1939) - Qualifications: cc; AOCP 225, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Newtown, 1919-1921); telegraphist (Newtown, 1922-1942) (check XJM R. Payne, Armadale for relationship) ===''PAYTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Payter|Payter, Joseph William]] - 18??(???)-19??(???) - early telephone experimenter in Melbourne, mechanic in Vic Posts & Telegraphs (one of James Smibert's "Williamstown boys") ===''PEARCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Ronald Pearce|Pearce, Edward Ronald]] [https://www.familysearch.org/tree/person/details/LR3M-7YJ] - 1916(Vic)-2004(WA) - Licences: 6TP Perth (North Perth, 1936-1939, 1948; Mt Hawthorn, 1954-1960) - Qualifications: cc; AOCP 1757, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (North Perth, WA, 1937); engineer (Mt Hawthorn, WA, 1949-1977); retired (Coolbinia, WA, 1980) ===''PEARN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Pearn|Pearn, William Leslie]] [https://www.familysearch.org/tree/person/details/LCKW-JRW] - 1896(SA)-1974(SA) - Licences: 5PN Adelaide (Sturt Park, 1934-1939; Wayville West, 1947-1948; Unley, 1955-1969) - Qualifications: cc; AOCP 1378, 1934, SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Unley, SA, 1939-1941) ===''PEARSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Richman Pearson|Pearson, Ian Richman]] [https://www.familysearch.org/tree/person/details/GSD3-4LF] - 1908(Vic)-1972(Tas) - Licences: 3SP Melbourne (Berwick, 1929-1931); 7KB Burnie (1948-1965); 7KB Port Sorell (1969) - Qualifications: AOCP 528, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: chemist (Deer Park, Vic, 1936-1937); medical practitioner (Burnie, Tas, 1949-1954) ===''PELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Frederick Law Pelling|Pelling, John Charles Frederick Law "Jack"]] [https://www.familysearch.org/tree/person/details/GXB3-176] - 1908(WA)-1972(WA) - Licences: 6WO Moojebing (1933-1939) - Qualifications: cc; AOCP 1213, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Dumbleyung, WA, 1931); farmer (Moojebing, WA, 1936-1943; King River, WA, 1949-1968) ===''PEMBLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Pembleton|Pembleton, Thomas Edward "Tom"]] [https://www.familysearch.org/tree/person/details/G8HP-JDF] - 1914(Qld)-2002(Qld) - Licences: 4ZL Rockhampton (1936-1939;1946-1980+) - Qualifications: cc; AOCP 1600, 1936, Qld - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: labourer (Rockhampton, 1936-1943); turner (Rockhampton North, 1949-1980) ===''PEPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Campbell Pepper|Pepper, Ralph Campbell]] [https://www.familysearch.org/tree/person/details/KC93-1MN] - 1905(NSW)-1984(Qld) - Licences: N742 Receive Tamworth (1922); 2HV Receive Tamworth (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Tamworth, 1930; Maroubra, 1931; Artarmon, 1934-1949; Newmarket, Qld, 1954-1972; Alderley, 1977-1980) ===''PERDRIAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carter Perdriau|Perdriau, Henry Carter]] [https://www.familysearch.org/tree/person/details/G3D9-L79] - 1895(NSW)-1956(NSW) - Licences: XHC Sydney (1912-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: cousin of 2ZR William James Stanley Perdriau - Electoral Rolls: manager (Chatswood, 1930-1936; Roseville, 1943-1954) * [[/William James Stanley Perdriau|Perdriau, William James Stanley]] [https://www.familysearch.org/tree/person/details/LTH6-8LS] - 1885(NSW)-1946(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923); 2ZR Sydney (Manly, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: cousin of XHC Henry Carter Perdriau - Electoral Rolls: dentist (Manly, 1930-1943) ===''PERREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Litchfield Perrey|Perrey, Alexander Litchfield]] [https://www.familysearch.org/tree/person/details/LZVM-9P9] - 1898(SA)-1965(Vic) - Licences: 5LP Strathalbyn (1925-1927) - Qualifications: cc; AOCP 99, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Francis Cole Perry|Perry, Malcolm Francis Cole]] [https://www.familysearch.org/tree/person/details/L679-XR2] - 1891(NSW)-1963(NSW) - Licences: XCP Sydney (Randwick, 1913-1914); 2DG Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Randwick, 1930-1937); editor (Randwick, 1943-1949; Coogee, 1954-1958); counsellor (Hazelbrook, 1958-1963) ===''PETERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Zornig Peters|Peters, Henry Zornig "Harry"]] [https://www.familysearch.org/tree/person/details/L4XX-HBC] - 1908(Qld)-1994(Qld) - Licences: 4ZP Maryborough (1937-1939); 4ZP Sarina (1947-1956); 4ZP Cooroy (1960-1980+) - Qualifications: cc; AOCP 1978, 1937, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: teacher (Yerra via Maryborough, Qld, 1936-1937; Sarina, 1943); farmer (Cooroy, 1963-1980) ===''PETERSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Marzanti Petersen|Petersen, Thomas William Marzanti "Bill"]] - 1919(Qld)-1981(Qld) - 4FY Brisbane (Cooparoo Heights, 1946-1947), 4YO Moreton Island (1975), amateur operator (AOCP 2321, 1939, No. ?? in Qld), radio clubs (WIAQ, councillor), military (WW2, AIF), employment (Hills TV service), business proprietor (Advance Radio, Wynnum Radio Repairs) ===''PETERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Franz Peterson|Peterson, Harold Franz]] [https://www.familysearch.org/tree/person/details/G8XJ-CV1] - 1888(NSW)-1961(NSW) - Licences: 2HP Sydney (Coogee, 1930-1960) - Qualifications: cc; AOCP 617, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: inspector (Coogee, 1930-1958) * [[/Rupert Clarence Peterson|Peterson, Rupert Clarence]] [https://www.familysearch.org/tree/person/details/G87D-VJ3] - 1910(Vic)-2000(NSW) - Licences: 7AZ Receive Hobart (West Hobart, 1922-1923); Receive Hobart (West Hobart, 1923-1924); 3PT Melbourne (Moonee Ponds, 1928-1939) - Qualifications: cc; AOCP 401, 1928, No. ?? in Vic; AOLCP 96, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Moonee Ponds, 1931-1937; Caulfield, 1942-1949; Ivanhoe, 1954-1977); retired (Merimbula, 1980) * [[/Walter Peterson|Peterson, Walter]] - 19??(???)-19??(???) - Licences: 3QP Melbourne (Toorak, 1930-1939) - Qualifications: cc; AOCP 689, 1930, Vic - amateur operator; amateur broadcaster - Electoral Rolls: telephone mechanic (Kew, 1925); telephone engineer (Kew, 1926-1928); engineer (Toorak, 1931-1937); secretary (Lilydale, 1943-1954); electrical instrument maker (Collingwood North, 1967-1968) - several contemporaneous WPs * [[/Walter Martin Peterson|Peterson, Walter Martin]] [https://www.familysearch.org/tree/person/details/LDRD-G6B] - 1910(WA)-1978(WA) - Licences: 6LW Perth (West Perth, 1937; East Perth, 1938-1939, 1947-1948; City, 1954-1956; City Beach, 1960-1975+) - Qualifications: cc; AOCP 1864, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: student (Balcatta, WA, 1931-1936; North Perth, WA, 1937; East Perth, WA, 1937-1943); radio engineer (East Perth, WA, 1949-1958); lecturer (City Beach, WA, 1963-1977) ===''PHELPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Phelps|Phelps, William Joseph]] [https://www.familysearch.org/tree/person/details/G8D5-97G] - 1912(NSW)-1987(NSW) - Licences: 2DL Sydney (Canterbury, 1931-1939, 1946; Ashbury, 1947-1975) - Qualifications: AOCP 769, 1931, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1935-1937; Ashfield, 1942; Ashbury, 1949-1963) ===''PHILBIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Philbin|Philbin, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GDKL-L7L] - 1889(Tas)-19??(???) - Licences: 7FP Queenstown (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ulverstone, 1914); electrician (Queenstown, 1919-1937); electrical fitter (Queenstown, 1949-1954); to NSW 1940s ===''PHILLIPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan William Albert Phillips|Phillips, Alan William Albert]] [https://www.familysearch.org/tree/person/details/GXVR-LD4] - 1915(SA)-2009(SA) - Licences: 5GX Adelaide (Somerton, 1936-1937) - Qualifications: cc; AOCP 1601, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (St Leonards, SA, 1939; South Plympton, SA, 1941-1943) * [[/Albert Maurice Phillips|Phillips, Albert Maurice]] [https://www.familysearch.org/tree/person/details/GXVR-GGP] - 1915(SA)-2008(SA) - Licences: 5ZU Adelaide (Prospect, 1936-1939, 1947-1980) - Qualifications: cc; AOCP 1713, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Gordon George Phillips|Phillips, Gordon George]] [https://www.familysearch.org/tree/person/details/GX7V-TB1] - 1887(NSW)-1941(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 93, 1915; 1COCP 321, 1933 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Townsville, 1912-1919); radio telegraphist (Currie, King Island, 1922); telegraphist (South Townsville, 1925); radio telegraphist (Thursday Island, 1928); radio telegraphist (Cooktown, 1937) * [[/Harry Edward James Thomas Phillips|Phillips, Harry Edward James Thomas]] [https://www.familysearch.org/tree/person/details/G8ZW-SXG] - 1896(Vic)-1963(Vic) - Licences: 3JU Melbourne (Mitcham, 1929-1933; Abbotsford, 1937; South Yarra, 1938-1939, 1946-1948; Merlynstone, 1954-1960) - Qualifications: AOCP 532, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: slaughterman (Newmarket, 1919); butcher (Emerald, 1922; Mitcham, 1924-1936; Abbotsford, 1937; South Yarra, 1949) * [[/James Graham Phillips|Phillips, James Graham]] [https://www.familysearch.org/tree/person/details/GZLJ-8JC] - 1909(SA)-1943(Vic) - Licences: 5BW Adelaide (Glenelg, 1926-1931; Somerton, 1933-1939)- Qualifications: cc; AOCP 256, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Somerton, 1939-1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/606863] * [[/Noel William Phillips|Phillips, Noel William]] [https://www.familysearch.org/tree/person/details/G9FX-877] - 1911(Qld)-1941(Qld) - Licences: 4NP Ipswich (1934-1939) - Qualifications: cc; AOCP 1396, 1934, Qld - amateur operator; amateur broadcaster; employment (Qld Public Works Dept) - Electoral Rolls: painter (Ipswich, Qld, 1936-1937) ===''PHILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurance Vincent Phillis|Phillis, Laurance Vincent]] [https://www.familysearch.org/tree/person/details/GS5R-98V] - 1900(SA)-1953(SA) - Licences: 5LP Adelaide (South Payneham, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1136, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PHILPOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Hanmer Philpot|Philpot, Clarence Hanmer]] [https://www.familysearch.org/tree/person/details/GMRM-C7S] - 1906(Vic)-1982(Vic) - Licences: Receive (Valve) Geelong (1923); 3CP Geelong (1924-1925); 3CP Warrnambool (1925-1926); 3KL Ararat (1927); 3KL Avoca (1931-1937); 3KL Horsham (1938-1939); 3KL Melbourne (Elsternwick, 1946-1980+) - Qualifications: cc; AOCP 381, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal clerk (Derrinallum, 1928; Avoca, 1931-1936); postal (Elsternwick, 1942-1980) ===''PHILPOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Jones Philpott|Philpott, Oliver Jones]] [https://www.familysearch.org/tree/person/details/G8LJ-52T] - 1869(???)-1934(Vic) - Licences: 3VS Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: orchardist (Sandringham, 1919); manager (Caulfield, 1921-1927) ===''PHIPPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Roger Sydney Phipps|Phipps, William Roger Sydney]] [https://www.familysearch.org/tree/person/details/GZX2-Z6G] - 1896(Eng)-1973(WA) - Licences: 6WP Perth (Subiaco, 1924-1927; Victoria Park, 1930-1933; South Perth, 1937-1939, 1946-1969) - Qualifications: cc; AOCP 111, 1925, No. ?? in WA; AOLCP 16, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Subiaco, 1921); electrical fitter (Subiaco, 1925); radio operator (Victoria Park, 1931; South Perth, 1936-1972) ===''PIKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Herbert Arthur Pike|Pike, John Herbert Arthur "Jack"]] [https://www.familysearch.org/tree/person/details/MT5R-K62] - 1890(NSW)-1961(NSW) - XJP Sydney (Arncliffe, 1911), XDY Sydney (Arncliffe, 1912-1914), XDZ Sydney (Arncliffe, 1912), 2DF Receive Sydney (Epping, 1922-1924), 2JP Sydney (Epping, 1925-1929; Greenwich, 1930-1939, 1946-1961), amateur operator (AOCP 130, 1925, No. ?? in NSW), amateur broadcaster, AWA (research, later draftsman) ===''PINNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chalker Pinnell|Pinnell, John Chalker]] [https://www.familysearch.org/tree/person/details/G8Z5-P4G] - 1902(NSW)-1997(NSW) - Licences: 2OL Receive Sydney (Annandale, 1923-1924); 2ZR Sydney (Marrickville, 1929-1934; Ashfield, 1935-1936; Summer Hill, 1937-1939, 1946-1950; Earlwood, 1954-1961; Croydon, 1965) - Qualifications: AOCP 547, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Dulwich Hill, 1930-1934; Ashfield, 1936; Summer Hill, 1937-1949); teacher (Earlwood, 1954-1963); retired (Ashfield, 1968; Mt Kuringai, 1980) ===''PINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Pinney|Pinney, C. R.]] - 18??-19?? - 4CP Port Moresby - amateur operator, amateur broadcaster ===''PITCHFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stuart Frederick Pitchford|Pitchford, William Stuart Frederick]] [https://www.familysearch.org/tree/person/details/GZ5C-X48] - 1906(Eng)-1959(SA) - Licences: 5WP Adelaide (City, 1926-1933; Hyde Park, 1937-1939) - Qualifications: cc; AOCP 254, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Reade Park, 1939-1943) ===''PITTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Graham Pitts|Browne, Reginald Graham or Graham Reginald]] [https://www.familysearch.org/tree/person/details/LZGB-56Y] - 1915(SA)-2005(WA) - Licences: 5GP Adelaide (Torrensville, 1934-1939); 5GP Alice Springs (1947); 5GE Port Augusta (1955-1975); 5GE Adelaide (Kensington Gardens, 1980+) - Qualifications: cc; AOCP 1377, 1934, SA; 2COCP 189, 1938; 1COCP 225, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: finisher (Torrensville, SA, 1941-1943); radio engineer (Alice Springs, NT, 1949) ===''POLLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Henderson Pollock|Pollock, John Henderson]] [https://www.familysearch.org/tree/person/details/GXFM-9TQ] - 1895(NSW)-1978(Qld) - Licences: Receive Brisbane (Moorooka, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Moorooka, Qld, 1922-1926); insurance manager (Townsville, Qld, 1928-1937); insurance agent (Moorooka, Qld, 1943-1977) ===''PONSONBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bessborough Ponsonby|Ponsonby, John Bessborough]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 466, 1919; 1COCP 50, 1930 - coastal wireless operator - Electoral Rolls: ===''POPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maitland Glen Pope|Pope, Maitland Glen]] [https://www.familysearch.org/tree/person/details/KJ4K-FN6] - 1884(WA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 122, 1915; 1COCP 153, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Subiaco, 1906); civil servant (Subiaco, WA, 1910); civil servant (Hobart North, Tas, 1914); officer-in-charge (Wireless Station, Thursday Island, Qld, 1919-1921); wireless expert (Wireless Station, Applecross, 1925); wireless operator (Moonee Ponds, Vic, 1927-1931); supervisor (Essendon, Vic, 1936-1954) ===''PORTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Glanville Porter|Porter, Leonard Glanville]] [https://www.familysearch.org/tree/person/details/GXLX-765] - 1897(SA)-1969(SA) - Licences: 5MP Huddlestone (1938-1939; 1947-1948) - Qualifications: cc; CPRT 966, 1927; 1COCP 73, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Flinders Naval Depot, Vic, 1924); wireless operator (5PI Crystal Brook, SA, 1939-1943) ===''POTTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Potter|Potter, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GXYZ-38V] - 1915(WA)-1993(WA) - Licences: 6ZO Perth (East Fremantle, 1937-1939; Bicton, 1947-1965; Melville, 1969-1980+) - Qualifications: cc; AOCP 1959, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (East Fremantle, WA, 1937-1943); contractor (East Fremantle, WA, 1949-1958; Melville, 1963); builder (Melville, WA, 1968-1980) * [[/William Francis Potter|Potter, William Francis]] [https://www.familysearch.org/tree/person/details/G878-638] - 1908(NSW)-1959(NSW) - Licences: 2WP Helensburgh (1928-1939); 2WP Fairy Meadow (1948-1950); 2WP Charlestown (1954-1960) - Qualifications: AOCP 399, 1928, No. ?? in NSW; 3COCP 38, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Helensburgh, 1930-1937); mechanic (Fairy Meadow, 1949); shiftman (Charlestown, 1954); electrical mechanic (Charlestown, 1958); railway employee (New Lambton, 1958) ===''POTTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Charles Pottie|Pottie, Norman Charles]] [https://www.familysearch.org/tree/person/details/9V3D-JFZ] - 1909(NSW)-1961(NSW) - Licences: 2HQ Sydney (Bellevue Hill, 1930-1931; Hunters Hill, 1933-1938; Mosman, 1939) - Qualifications: AOCP 589, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933; Hunters Hill, 1936-1937; Albury, 1943; Willoughby, 1949-1958) ===''POULSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valdemar Poulsen|Poulsen, Valdemar]] - 1869(Denmark)-1942(Denmark) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - inventor of a magnetic wire recorder, Poulsen arc transmitter - Electoral Rolls: Nil yet identified - Links: [[w:Valdemar Poulsen|Wikipedia]]; [https://ethw.org/Valdemar_Poulsen IEEE]; [https://www.britannica.com/biography/Valdemar-Poulsen Britannica] ===''POWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Power|Power, A. H.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Highgate Hill, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''PRESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Arthur Campbell Preston|Preston, Thomas Arthur Campbell]] [https://www.familysearch.org/tree/person/details/GHDV-FFD] - 1886(Tas)-1970(Tas) - Licences: 7BK Queenstown (1923-1927+) - Qualifications: cc; AOCP 190, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; Mount Lyell Co (electrical engineer, 1920s; chief engineer) - Electoral Rolls: engineer (Queenstown, 1919-1954) ===''PRESTON-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cedric Preston-Smith see Cedric Preston Smith ===''PRICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Clarey Price|Price, John Clarey "Jack"]] [https://www.familysearch.org/tree/person/details/L7GR-V19] - 1884(Qld)-1954(Qld) - Licences: 4CE (Receive) 1922; 4FI or 4FJ Brisbane (Bardon, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); radio business proprietor (Wireless House); public servant (PMG) - Electoral Rolls: mechanic (Wooloowin, 1912-1913); public servant (Bardon Estate, 1919-1936; Bardon, 1943-1954) * [[/Keith Ferguson Price|Price, Keith Ferguson]] [https://www.familysearch.org/tree/person/details/94TB-TPD] - 1900(Vic)-1978(Qld) - Licences: 4KF Brisbane (Camp Hill, 1937-1939, 1947) - Qualifications: cc; AOCP 1937, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Norman Park, Qld, 1925-1926); engineering instructor (Camp Hill, Qld, 1937-1943); electrical engineer (Camp Hill, Qld, 1954-1958) ===''PRIDDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Arthur Priddle|Priddle, Raymond Arthur]] [https://www.familysearch.org/tree/person/details/G8H3-PNF] - 1913(NSW)-1971(NSW) - Licences: 2RA Bathurst (1929-1936); 2RA Sydney (Marrickville, 1938-1939; Greenwich, 1946; Pymble, 1947-1961; Wahroonga, 1969) - Qualifications: AOCP 473, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: civil engineer (Yass, 1935; Marrickville, 1936-1943; Lane Cove, 1943; Pymble, 1949-1963); engineer (Wahroonga, 1968) ===''PRIDEAUX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Charles Prideaux|Prideaux, Joseph Charles]] [https://www.familysearch.org/tree/person/details/GX6Y-Y6H] - 1908(Qld)-1969(NSW) - Licences: 4DS Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: musician (Lismore, NSW, 1935-1943); hairdresser (Lismore, NSW, 1949-1968) ===''PRIDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Clifford Pridham|Pridham, Leslie Clifford]] [https://www.familysearch.org/tree/person/details/GXK2-H6C] - 1916(SA)-2007(SA) - Licences: 5WP Adelaide (Torrensville, 1937-1939) - Qualifications: cc; AOCP 2047, 1937, SA; BOCP 301, 1940; 1COCP 834, 1944 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Torrensville, SA, 1939-1941); public servant (Lockleys, SA, 1943) ===''PRINCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Prince|Prince, Albert Edward]] [https://www.familysearch.org/tree/person/details/GXKT-ZLR] - 1914(SA)-1996(SA) - Licences: 5WK Adelaide (Walkerville, 1934-1939; Kurralta Park, 1947; Plympton, 1948-1980+) - Qualifications: cc; AOCP 1358, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Queenstown, SA, 1941); fitter (Gracemere, SA, 1943); sheet metal worker (Broadview Gardens, SA, 1943) ===''PROPOSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilhelm Carl Lormann Proposch|Proposch, Wilhelm or William Carl Lormann or Forman]] [https://www.familysearch.org/tree/person/details/LVVN-TGW] - 1900(NSW)-1970(Qld) - Licences: 4PL Chinchilla (1937-1939); 4PL Nanango (1947-1969) - Qualifications: cc; AOCP 1986, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: wellborer (Maclargan via Jondaryan, Qld, 1925-1936); radio dealer (Chinchilla, Qld, 1937; Nanango, Qld, 1943-1968) ===''PRYZBILLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Alfred Pryzibilla|Pryzibilla, Colin Alfred]] [https://www.familysearch.org/tree/person/details/GXKD-1SY] - 1910(SA)-2001(SA)91yo - Licences: 5XJ Adelaide (Parkside, 1935-1939, 19471960; Brooklyn Park, 1965-1969; Ascot Park, 1975; Plympton Park, 1980) - Qualifications: cc; AOCP 1590, 1935, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PURDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Commodore Vere Purdon|Purdon, Commodore Vere]] [https://www.familysearch.org/tree/person/details/GQ28-Y6B] - 1901(Tas)-1968(Tas) - Licences: 7AM Receive Hobart (Battery Point, 1922); Receive Hobart (Battery Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart East, 1922; Hobart South, 1928; Bellerive, 1936-1954) =='''Q'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''QUICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Quick|Quick, John]] [https://www.familysearch.org/tree/person/details/LKWF-QQF] - 1852(Eng)-1932(Vic) - state politician (MLA Vic, 1880s & 1890s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1909-1910), oversight of 1909 Melbourne Wireless Telegraphy Conference - Links: [[w:John_Quick_(politician)|Wikipedia]]; [https://adb.anu.edu.au/biography/quick-sir-john-8140 ADB] ===''QUIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Quin|Quin, Charles]] [https://www.familysearch.org/tree/person/details/G8VW-TP8] - 1910(WA)-1979(WA) - Licences: 6CX Perth (Subiaco, 1930-1933; Nedlands, 1937; Wembley, 1938-1939, 1946-1947) - Qualifications: cc; AOCP 678, 1930, No. ?? in WA; AOLCP 178, 1934 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Wembley Park, 1937); accountant (Swanbourne, 1963); retired (Swanbourne, 1972-1977) =='''R'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''RADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Dynan Radford|Radford, Wilfred or William Dynan]] [https://www.familysearch.org/tree/person/details/92MT-KNF] - 1916(Qld)-1996(NSW) - Licences: 4WV Brisbane (Ashgrove, 1936-1937); 4WW Brisbane (Ashgrove, 1938-1939) - Qualifications: cc; AOCP 1624, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: theological student (Hunters Hill, NSW, 1943); clergyman (Toongabbie, NSW, 1954); priest (Marist College, Armidale, NSW, 1958; Toongabbie, NSW, 1963-1968; Hunters Hill, NSW, 1977-1980) ===''RAGLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Beaumont Ragless|Ragless, Gordon Beaumont]] [https://www.familysearch.org/tree/person/details/GMY3-58F] - 1909(SA)-2002(SA) - Licences: 5GR Adelaide (St Marys, 1928-1939; Marion, 1946-1948) - Qualifications: cc; AOCP 434, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: orchard assistant (St Marys, 1939-1943) ===''RAINBOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Rainbow|Rainbow, Christopher James]] [https://www.familysearch.org/tree/person/details/G87K-BB5] - 1911(Vic)-1994(Vic) - Licences: 3JR Melbourne (Preston, 1928-1954; West Preston, 1955-1969; Rosebud, 1975-1980) - Qualifications: AOCP 406, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, partnership (Supreme Radio Co, Preston ?-1932), WW2 (RAAF) - Electoral Rolls: engineer (Preston, 1931-1942); traveller (Preston, 1949-1972; Rosebud, 1977); retired (Rosebud, 1980) - Relationships: brother-in-law of 3PA Percy James Anderson ===''RAMSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Ramsay|Ramsay, Frederick Charles]] [https://www.familysearch.org/tree/person/details/GXNM-4RT] - 1871(Eng)-1950(NSW) - Licences: Receive (Crystal) Brisbane (Toowong, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hermit Park, Qld, 1903-1905; South Brisbane, Qld, 1912; West End, Qld, 1915-1919); accountant (Toowong, Qld, 1921-1925; Waverley, NSW, 1930-1934); teacher (Waverley, NSW, 1936-1943) * [[/Robert Ramsay|Ramsay, Robert ]] - 1842(Sct)-1882(Vic) - solicitor, Victorian politician, Postmaster-General Victoria (Jul 1874 - Aug 1875; Oct 1875 - May 1877) ===''RANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Otto Randell|Randell, Charles Otto]] [https://www.familysearch.org/tree/person/details/97TF-XLP] - 1880(NSW)-1958(Qld) - Licences: 4BK Innisfail (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster (callsign to 4BK Brisbane commercial 1930) - Comment: 4AC Leslie Waters employed by Randell Engineering - Electoral Rolls: analytical chemist (Hambledon, 1903); chemist (Goondi, 1908); engineer (Innisfail, 1912-1913); mechanical engineer (Townsville, 1915); analytical chemist (Innisfail, 1919-1930); agent (Toowong, 1936); chemist (Brisbane, 1937); industrial chemist (North Sydney, 1949) ===''RANKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Ronald Rankin|Rankin, Kenneth Ronald "Ken"]] [https://www.familysearch.org/tree/person/details/L2RC-8FS] - 1906(Vic)-1964(Vic) - Licences: 3KR Kerang (1926-1939); 3KR Benalla (1946-1960) - Qualifications: AOCP 242, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio salesman (Kerang, 1928-1937); manager (Benalla, 1949-1963) - Probate: Theatre Manager (Benalla, 1965) ===''RANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Rann|Rann, George William]] [https://www.familysearch.org/tree/person/details/GZDG-VMV] - 1908(WA)-1974(WA) - Licences: 6KO Perth (Nedlands, 1932-1939) - Qualifications: cc; AOCP 1000, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Nedlands, WA, 1931); printer (West Subiaco, WA, 1936; Wembley, WA, 1937-1943; Leederville, WA, 1954-1958); civil servant (City Beach, WA, 1963-1972) ===''RAYNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Rayner|Rayner, Jack]] [https://www.familysearch.org/tree/person/details/LYQQ-2LK] - 1898(NSW)-1972(NSW) - Licences: 2LJ Sydney (Stanmore, 1928-1930; Belmore, 1931-1939, 1946-1950) - Qualifications: AOCP 384, 1928, No. ?? in NSW; 2COCP 425, 1933; 1COCP 335, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: police constable (Annandale, 1930); constable (Belmore, 1933-1934); police constable (Belmore, 1937-1949) ===''READ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Earl Read|Read, Alfred Earl "Earl"]] - 1892(NZ)-1960(NZ) - journalist (editor NZ Radio Times to 1936; editor and proprietor, Australasian Radio World 1936-1940; manager, Australasian Radio World 1940+) * [[/Allan William Read|Read, Allan William]] [https://www.familysearch.org/tree/person/details/GX1B-WF2] - 1913(WA)-1983(WA) - Licences: 6LK Perth (Mt Lawley, 1931-1933); 6LK Northam (1937-1939) - Qualifications: cc; AOCP 735, 1931, No. ?? in WA; AOLCP 163, 1934; 1COCP 83, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Broadcasting Station, Northam, WA, 1936-1937); radio technician (North Perth, WA, 1943-1958); public servant (Nollamara, WA, 1963-1980) ===''READER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/d'Arcy Harold Reader|Reader, d'Arcy Harold]] [https://www.familysearch.org/tree/person/details/L5KX-8N8] - 1888(NZ)-1952(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 123, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: wireless telegraphist (Thursday Island, Qld, 1916-1917) ===''READING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Reading|Reading, Edward Charles]] [https://www.familysearch.org/tree/person/details/GZW7-9DL] - 1904(NSW)-1979(NSW) - 2RG Bangalow (1925-1929), 2LT Lismore (1965-1975), amateur operator (AOCP 65, 1925, No. ?? in NSW), amateur broadcaster, electrician, Reading Bros (proprietor & electrical engineer, 1930-1939), 2RG callsign may have been withdrawn by PMGD for 2RG Griffith commercial * [[/Leonard William Reading|Reading, Leonard William]] [https://www.familysearch.org/tree/person/details/L2LY-H23] - 1904(WA)-1989(WA) - Licences: 6LR Northam (1933-1936); 3TQ Newport (1937); 6LR Perth (Pearce, 1938-1939; South Perth, 1946-1947) - Qualifications: cc; AOCP 1200, 1933, Vic; 1COCP 384, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Northam, WA, 1925-1936; Newport, Vic, 1937); airman (South Perth, WA, 1943); supervisor (Karinup, WA, 1980) ===''REDDROP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Reddrop|Reddrop, James William Jnr]] [https://www.familysearch.org/tree/person/details/GD1T-SYY] - 1906(Vic)-1981(NSW) - Licences: 7BN Launceston (1934-1937); 3BN Melbourne (Caulfield, 1938-1939, 1946-1954) - Qualifications: cc; 1COCP 28, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: airman (Elsternwick, 1931; St Kilda, 1937); air force (Elsternwick, 1942-1954); air force officer (Glenbrook, NSW, 1958); RAAF officer (Campbell, 1963); retired (Hackett, ACT, 1968); representative (Tbre Lake, 1972-1980) ===''REED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Griffiths Reed|Reed, Joseph Griffiths "Joe"]] [https://www.familysearch.org/tree/person/details/GC6Y-GZZ] - 1897(NSW)-1969(NSW) - Licences: XABP Newcastle (1914); 2JR Sydney(Summer Hill, 1924-1933; Croydon, 1934-1939; Northbridge, 1946-1969) - Qualifications: cc; CPRT 710, 1922; 1COCP 235, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio engineer (Summer Hill, NSW, 1930-1934); engineer (Croydon, NSW, 1936-1937); electrical engineer (Northbridge, NSW, 1943-1968) ===''REEDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Bennett Reedman|Reedman, Alfred Bennett]] [https://www.familysearch.org/tree/person/details/KZLN-MVM] - 1896(Qld)-1982(Qld) - Licences: Receive (Valve) Brisbane (Norman Park, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kangaroo Point, Qld, 1919-1921; Norman Park, Qld, 1925-1980) ===''REES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Montague Elyder Rees|Rees, Richard Montague Elyder]] [https://www.familysearch.org/tree/person/details/MPXW-S6Y] - 1901(Eng)-1962(Vic) - Licences: 2RE Sydney (Stanmore, 1926-1927; Coogee, 1928-1930); 2WM Sydney (Enfield, 1931-1933); 2APW Albury (1946-1947); 3APW Darling (1948-1954) - Qualifications: AOCP 296, 1926, No. ?? in NSW; CPRTelephony 959, 1927; 2COCP 283, 1930; BOCP 107, 1937; 1COCP 941, 1945 - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Enfield, 1931-1937) ===''REEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Herbert Reeves|Reeves, Cecil Herbert]] [https://www.familysearch.org/tree/person/details/GF3Z-X92] - 1905(WA)-1975(WA) - Licences: 6CR Perth (Claremont, 1931-1933; Victoria Park, 1937-1939) - Qualifications: cc; AOCP 746, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Claremont, WA, 1931; Victoria Park, WA, 1936-1943; Wagin, WA, 1954; Fremantle, WA, 1958; East Fremantle, WA, 1963-1972) ===''REID''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Reid|Reid, John]] [https://www.familysearch.org/tree/person/details/GF3G-PDG] - 1901(Vic)-19??(???) - Licences: 3BE Melbourne (Werribee, 1937); 6BE Perth (RAAF, Pearce, 1938); 3AJR Ballarat (1947-1980+) - Qualifications: cc; 2COCP 26, 1935 - amateur operator; amateur broadcaster; WW2 - Comment: Several contemporaneous JRs - Electoral Rolls: retired (Ballarat, Vic, 1977-1980) ===''REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Dwyer Reilly|Reilly, Edward or Edwin Dwyer]] [https://www.familysearch.org/tree/person/details/G9S5-67P] - 1913(Vic)-1991(SA) - Licences: 5AI Adelaide (Woodville, 1935-1939; Brooklyn Park, 1947-1975; Aldinga, 1980+) - Qualifications: cc; AOCP 1524, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Woodville, SA, 1939-1943) * [[/Eric Harold Reilly|Reilly, Eric Harold]] [https://www.familysearch.org/tree/person/details/L153-S1X] - 1905(Qld)-1950(Qld) - Licences: 4ER Brisbane (Hill End, 1934-1937); 4ER Laidley (1938-1939, 1946-1948) - Qualifications: cc; AOCP 1339, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ, WICEN) - Electoral Rolls: rubber worker (Hill End, Qld, 1934-1937); motor mechanic (Laidley, Qld, 1943-1949) ===''REIMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Alwin Reimann|Reimann, Albert Alwin]] [https://www.familysearch.org/tree/person/details/G4RD-V3K] - 1905(SA)-1946(SA) - Licences: 5JO Adelaide (Kent Town, 1928-1939) - Qualifications: cc; AOCP 453, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil ===''REINARTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John L. Reinartz|Reinartz, John L.]] - 1894(Ger)-1964(USA) - 1QP (1908-?), 1XAM, W3RB, K6BJ USA, amateur operator, with Fred Schnell made first Trans-Atlantic 2 Way QSO with F8AB Leon Deloy ===''REINHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Cyril Reinhold|Reinhold, Edwin Cyril]] [https://www.familysearch.org/tree/person/details/LHH4-WWR] - 1900(Qld)-1984(Qld) - Licences: Q747 Receive Brisbane (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Clayfield, 1925); motor mechanic (Gracefield, 1931-1949); soldier (Sherwood, 1954-1980) ===''RENNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rennie|Rennie, F.]] - 19??(???)-19??(???) - Licences: 3HI Receive Melbourne (South Yarra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/J. M. Rennie|Rennie, J. M.]] - 19??(???)-19??(???) - Licences: 3QF Receive Melbourne (Northcote, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/K. M. Rennie|Rennie, K. M.]] - 19??(???)-19??(???) - Licences: 2AO Receive Sydney (Edgecliffe, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''RENSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Phillip Renshaw|Renshaw, Walter Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G9KS-1LX] - 1891(NSW)-1968(NSW) - Licences: XFP Sydney (Roseville, 1912-1914); 2DE Sydney (Roseville, 1922-1939) - Qualifications: cc; CPRT 370, 1918 - early wireless experimenter; amateur operator - amateur broadcaster; WW1; radio clubs (WIA NSW - 1912+, President, Federal President); professional clubs (IRE NSW - founding member); business (consulting engineer); witness to Royal Commission 1927 (as Hon. Sec. WIA NSW) - Comment: late 1930s entangled in a NSW State Government corruption enquiry - Electoral Rolls: civil engineer (Roseville, 1936-1954; Ashfield, 1958-1968) ===''RENWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Griffith Renwick|Renwick, Arthur Griffith]] [https://www.familysearch.org/tree/person/details/GD57-8XV] - 1902(NSW)-1967(NSW) - Licences: 2CG Receive Sydney (Woollahra, 1922) - Qualifications: cc; BOCP 292, 1940 - amateur receiver - Electoral Rolls: pharmacist (Roseville, 1930-1937); chemist (Drummoyne, 1943-1954); retail chemist (Strathfield, 1958-1963) ===''RETALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Moncrieff Retallick|Retallick, James Moncrieff]] [https://www.familysearch.org/tree/person/details/LKK3-QDW] - 1898(NSW)-1969(NSW) - Licences: 2XO Bellingen (1930-1939, 1946-1947); 2FE Portable Bellingen (1933-1939); 2XO Raleigh (1948-1955); 2XO Coffs Harbour (1956-1958); 2XO Urunga (1960-1969); - Qualifications: AOCP 664, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: attendant (Substation, Raleigh, 1949-1954); electrical mechanic (Urunga, 1963-1968) ===''REYNOLDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Daniel Reynolds|Reynolds, George Daniel]] [https://www.familysearch.org/tree/person/details/GX9J-VBQ] - 1886(NZ)-1964(Vic) - Licences: Nil yet identified - Qualifications: cc; 1COCP 180, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: wireless operator (Rockhampton, 1917; Cooktown, 1928); radio (Malvern, 1934-1937); wireless operator (New Farm, 1943); radio station manager (Townsville, 1949); retired (Malvern, 1954-1963) ===''RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Rhodes|Rhodes, Harry]] [https://www.familysearch.org/tree/person/details/G8BS-QMC] - 1887?(???)-1966(SA) - Licences: Receive (Valve) Kadina (1923); 5HR Kadina (1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: Needs more research - Electoral Rolls: electrical engineer (Quorn, 1939-1943; Grassmere, 1943) ===''RIBBETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Ribbett|Ribbett, Thomas John]] [https://www.familysearch.org/tree/person/details/GXQQ-YRJ] - 1880(SA)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPOE, 1917) - Electoral Rolls: Nil yet identified ===''RICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fry Rich|Rich, Charles Fry]] [https://www.familysearch.org/tree/person/details/GXN8-YZ3] - 1873(Eng)-1949(NSW) - Licences: 4CR Fife Bay, Papua - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Father of 4VX 2AJZ 9VX 2API Mackendrick Charles William Rich - Electoral Rolls: retired (Chatswood, NSW, 1943-1949) * [[/Mackendrick Charles William Rich|Rich, Mackendrick Charles William]] [https://www.familysearch.org/tree/person/details/GXN8-5MB] - 1903(PNG)-1991(NSW) - Licences: 4VX Samarai, Papua (1938-1939); 2AJZ Sydney (Chatswood, 1946); 9VX Port Moresby (1947-1948); 2API Sydney (Manly Vale, 1954-1955; Balgowlah, 1956-1969; Manly Vale, 1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Son of 4CR Charles Fry Rich - Electoral Rolls: no occupation (Manly Vale, NSW, 1954-1963); retired (Manly Vale, NSW, 1977-1980) ===''RICHARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. F. Richards|Richards, G. F.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (Moonah, 1923); 2237 Hobart (Moonah, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/George Richards|Richards, George]] [https://www.familysearch.org/tree/person/details/GHDM-JZ6] - 1888(Qld)-1963(Qld) - Licences: 4XK Ipswich (1930-1939) - Qualifications: cc; AOCP 575, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mine manager (Silkstone, 1917-1932; Booval, 1936-1958) * [[/Maurice Evans Richards|Richards, Maurice Evans]] [https://www.familysearch.org/tree/person/details/GZ3X-KPB] - 1910(SA)-1997(SA) - Licences: 5CY Receive Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923); 5MR Adelaide (Glenunga, 1927-1928) - Qualifications: cc; AOCP 369, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Relationships: Likely a relation of 5WR Wilfred Mayo Richards - Electoral Rolls: welder (Millswood East, SA, 1943) * [[/Norman Henry Richards|Richards, Norman Henry]] [https://www.familysearch.org/tree/person/details/GXH1-NL1] - 1912(Eng)-2007(Qld) - Licences: 4NR Brisbane (Wooloowin, 1932-1937) - Qualifications: cc; AOCP 1071, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Wooloowin, Qld, 1936-1937); mechanic (Eagle Junction, Qld, 1943); refrigeration engineer (Maryborough, Qld, 1949-1954); engineer (Ashgrove, Qld, 1963-1968); retired (Glasshouse Mountains, Qld, 1972-1977; Tin Can Bay, Qld, 1980) * [[/Victor John Richards|Richards, Victor John]] [https://www.familysearch.org/tree/person/details/GFML-3HH] - 1916(WA)-1992(WA) - Licences: 6JR Perth (Nedlands, 1937-1939) - Qualifications: cc; AOCP 1894, 1937, WA; 2COCP 265, 1939; 1COCP 367, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: storeman (Nedlands, WA, 1937); radio operator (Alice Springs, NT, 1943); machinery assistant (Wivenhoe, Tas, 1949); radio technician (Darlinghurst West, NSW, 1949; Charters Towers, Qld, 1949)); radio operator (Carlingford, NSW, 1954); radio technician (Blacktown, NSW, 1958); technician (Applecross, WA, 1958-1972); radio officer (Applecross, WA, 1977-1980) * [[/Wilfred Mayo Richards|Richards, Wilfred Mayo]] [https://www.familysearch.org/tree/person/details/GZ3X-6W4] - 1896(SA)-1948(SA) - 5WR Adelaide (Medindie Gardens, 1927-1939, 1946-1948) - Qualifications: cc; AOCP 364, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - certainly a relation of 5MR Maurice Evans Richards ===''RICHARDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Kennington Richardson|Richardson, Alan Kennington]] [https://www.familysearch.org/tree/person/details/GXRM-73L] - 1914(SA)-1994(SA) - Licences: 5AR Adelaide (Everard Park, 1934-1939; City, 1947-1980+) - Qualifications: cc; AOCP 1277, 1934, SA; AOLCP 201, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Everard Park, SA, 1939) * [[/Jasper Bede Richardson|Richardson, Jasper Bede]] [https://www.familysearch.org/tree/person/details/GX1J-LTY] - 1907(WA)-1969(WA) - Licences: 6LX Perth (Fremantle, 1931-1933; Hollywood, 1937-1939) - Qualifications: cc; AOCP 831, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (East Fremantle, WA, 1931); radio mechanic (Hollywood, WA, 1936-1937; East Perth, WA, 1943; East Fremantle, WA, 1949); mechanic (Bicton, WA, 1954-1968) * [[/John Keith Richardson|Richardson, John Keith "Keith"]] [https://www.familysearch.org/tree/person/details/G6QQ-76P] - 1906(Qld)-1954(Tas) - Licences: 4KR Barcaldine (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: overseer ("Ashgrove", Gore, 1930-1932) ===''RICKABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorimer Douglas Rickaby|Rickaby, Lorimer Douglas "Rick"]] [https://www.familysearch.org/tree/person/details/GMR4-Z8W] - 1906(Qld)-1975(Qld) - Licences: 4VR Brisbane (Coorparoo, 1936-1939, 1946-1948; Coopers Plains, 1955-1975) - Qualifications: cc; BOCP 485, 1938 - amateur operator; amateur broadcaster; broadcast technician (4VL, 4AK, 4BK); military (WW2, RAN); ship wireless officer; security officer (MSS) - Relationships: father of 4RX Brian ??? Rickaby; father-in-law of 4VR Valerie ??? Rickaby - Electoral Rolls: telegraphist (Flinders Naval Depot, Vic, 1931-1934); radio engineer (Coorparoo, Qld, 1937); technician (Coorparoo, Qld, 1943-1949); meter reader (Coopers Plains, Qld, 1958-1972) * [[/Brian ??? Rickaby|Rickaby, Brian ???]] - Licences: 4ZAP Brisbane (Coopers Plains, 1960); 4RX Brisbane (Salisbury, 1965-1980) - Qualifications: AOLCP; AOCP; BOCP; TVOCP - amateur operator; broadcast engineer (Qld State Broadcasting Office, P&TD / DoC / DoTaC / ABA) - Relationships: son of 4VR Lorimer Douglas Rickaby; husband of 4VR Valerie ??? Rickaby - Electoral Rolls: ===''RIETHMULLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Riethmuller|Riethmuller, Eric Charles]] [https://www.familysearch.org/tree/person/details/G64Z-XCL] - 1903(Qld)-1987(Qld) - Licences: 4SK Willis Island (1931) - Qualifications: cc; 2COCP 250, 1930; 1COCP 299, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jandowae, 1936); radio technician (Wellington, NSW, 1937; Moorooka, 1943); radio operator (Darlinghurst, 1949; Wahroonga, 1963-1972); retired (Toowoomba, 1972-1980) ===''RING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Mostyn Ring|Ring, Keith Mostyn]] [https://www.familysearch.org/tree/person/details/LKB8-YR7] - 1913(SA)-1991(SA) - Licences: 5KH Adelaide (Kensington Park, 1932-1939, 1947-1948; Marion, 1954; Eden Hills, 1955-1969); 5KH Williamstown (1975); 5KH Kapunda (1980+) - Qualifications: cc; AOCP 923, 1932, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank official (Jamestown, SA, 1941-1943) * [[/Thomas Leo Ring|Ring, Thomas Leo]] [https://www.familysearch.org/tree/person/details/GX95-D97] - 1893(Vic)-1945(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 233, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Rockhampton, 1916; Sandgate, 1921); clerical assistant (Bowen, Qld, 1925); postmaster (Texas, 1930-1937); retired (Hendra, Qld, 1943) ===''RIPPEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Adolf Heinrich Gerhard Rippen|Rippen, Adolf Heinrich Gerhard]] [https://www.familysearch.org/tree/person/details/GZLK-QSB] - 1919(WA)-1941(Off coast of Kenya) - Licences: 6GR Perth (Fremantle, 1936-1939) - Qualifications: cc; AOCP 1731, 1936, WA - amateur operator; amateur broadcaster; WW2 (RAN, HMAS Sydney II, Telegraphist) - Electoral Rolls: engineer (Fremantle, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.sydneymemorial.com/registrydetails.asp?ID=478 HMAS Sydney II Memorial]; [https://vwma.org.au/explore/people/644953 VWMA]; [http://www.streetwisemedia.com.au/unknown-sydney-sailor-named-after-80-years/ Streetwise] ===''RIVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Ronald Rivers|Rivers, Edmund Ronald or Ronald Edmund]] [https://www.familysearch.org/tree/person/details/GDJH-V2S] - 1901(Vic)-1950(Vic) - Licences: 3ER Receive Melbourne (Essendon, 1922-1923); 3ER Melbourne (Essendon, 1924-1925) - Qualifications: cc; CPRT 767, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''RIX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Henry George Rix|Rix, Walter Henry George]] [https://www.familysearch.org/tree/person/details/MMQX-KZQ] - 1898(Qld)-1923(Qld) - Licences: 4EC Receive Brisbane (Bulimba, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: tram conductor (Valley, Qld, 1919-1921) ===''ROBBINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Fellows Robbins|Robbins, Thomas Fellows]] [https://www.familysearch.org/tree/person/details/GX5X-2SL] - 1918(SA)-1986(SA) - Licences: 5DK Adelaide (Fullarton, 1935-1937; Malvern, 1938-1939); 5AQ Leigh Creek (1954-1960); 5AQ Port Augusta (1965-1980+) - Qualifications: cc; AOCP 1548, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Malvern, SA, 1941-1943) ===''ROBERTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles D'Arcy Roberts|Roberts, Charles D'Arcy]] [https://www.familysearch.org/tree/person/details/GZ2N-VBN] - 1909(NSW)-1943(Burma) - licences: 2JV Sydney (Greenwich, 1928-1939) - qualifications: AOCP 408, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 (signalman, 8 Division Signals, 1943) - Electoral rolls: clerk (Lane Cove, 1930-1937) - "Greater love hath no man than this" * [[/Harry Mayland Roberts|Roberts, Harry Mayland or Mayfield (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXLH-KKF] - 1912(SA)-1979(SA) - Licences: 5MY Adelaide (Alberton East, 1931; Myrtle Bank, 1938-1939; Fullarton Estate, 1947-1954; Plympton, 1955-1965; North Plympton, 1969-1975) - Qualifications: cc; AOCP 763, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Myrtle Bank, SA, 1939-1943) * [[/J. C. A. Roberts|Roberts, J. C. A.]] - 19??(???)-19??(???) - Licences: XAAY Sydney (Parramatta, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Identification: Not yet identified, despite three given names - Electoral Rolls: Nil yet identified * [[/Nicholas William Roberts|Roberts, Nicholas William]] [https://www.familysearch.org/tree/person/details/GXRC-XKV] - 1915(SA)-1936(SA) - Licences: 5NR Adelaide (St Peters, 1933-1936) - Qualifications: cc; AOCP 1228, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, age 21yo - Electoral Rolls: Nil yet identified * [[/Noel Grafton Roberts|Roberts, Noel Grafton]] [https://www.familysearch.org/tree/person/details/GXRD-CCL] - 1924(Eng)-2008(Eng) - Licences: 5NR Katherine (1947) - Qualifications: cc; 1COCP 589, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio inspector (Tally Ho, Vic, 1967-1968; Glen Waverley, Vic, 1972-1980) * [[/Richard George Crafter Roberts|Roberts, Richard George Crafter or Crofter]] [https://www.familysearch.org/tree/person/details/MWFZ-Z24] - 1901(NSW)-1964(NSW) - Licences: 2UU Sydney (Ashfield, 1923-1925) - Qualifications: cc; CPRT 750, 1922; 2COCP 430, 1933; 1COCP 505, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ashfield, 1933-1936; Lovetts Bay, 1943; Chatswood, 1949-1958) * [[/Russell Flexmore Roberts|Roberts, Russell Flexmore]] [https://www.familysearch.org/tree/person/details/LL4K-265] - 18??-1961(Qld) - Licences: 4PN Brisbane (West End, 1927-1933; Annerley, 1937-1939, 1946-1960) - Qualifications: cc; AOCP 372, 1927, No. 41 in Qld - amateur operator; amateur broadcaster; WW2; television experimenter (4CM); broadcaster (4BC, manager) - Electoral Rolls: musical director (South Brisbane, 1919); musician (Coorparoo, 1934); manager (Yeronga, 1936-1937); alderman (Annerley, 1954) * [[/V. Roberts|Roberts, V.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ROBERTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Desmond Robertson|Robertson, Brian Desmond]] [https://www.familysearch.org/tree/person/details/GX2G-W63] - 1921(SA)-1996(SA) - Licences: 1RD Macquarie Island (1950s); 5RD Adelaide (Henley Beach, 1954-1956) - Qualifications: cc; 1COCP 998, 1946 - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/David Sterling Robertson|Robertson, David Sterling]] [https://www.familysearch.org/tree/person/details/GW2M-F7H] - 1920(SA)-19??(???) - Licences: 5RN Adelaide (Mt Lofty, 1937-1939, 1948-1965); 1ATR Canberra (Deakin, 1956; Yarralumla, 1960); 5RN Adelaide (Stirling, 1969-1980+) - Qualifications: cc; AOCP 1944, 1937, SA; 2COCP 346, 1940; 1COCP 405, 1940 - amateur operator; amateur broadcaster - Relationships: Husband of 5YL-1YL Denise Alison Robertson nee Haslam - Electoral Rolls: radio engineer (North Sydney, 1943) * [[/Denise Alison Robertson|Robertson nee Haslam, Denise Alison]] [https://www.familysearch.org/tree/person/details/GW2M-JWG] - 1927(NSW)-2008(SA) - Licences: 1YL Canberra (Yarralumla, 1960-1965); 5YL Adelaide (Stirling, 1969) - Qualifications: cc; AOCP 3552, 1956, ACT - amateur operator; YL operator - Relationships: Wife of 5RN-1ATR David Sterling Robertson - Electoral Rolls: Nil yet identified ===''ROBINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Robinson|Robinson, Alexander]] [https://www.familysearch.org/tree/person/details/L1G8-ZJ2] - 1900(Eng)-1949(NSW) - Licences: 2GR Sydney (Haberfield, 1930-1937; Richmond, 1938-1939; Hunter's Hill, 1946-1948) - Qualifications: AOCP 498/499, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical meter tester (Haberfield, 1933-1936) - 2GR callsign previously held by Joseph Sydney Marks * [[/Arthur Robinson|Robinson, Arthur]] [https://www.familysearch.org/tree/person/details/G8CS-4PP] - 1926(Vic)-19??(???) - Licences: 3ABF Sale (1948-1956); 3ABF Melbourne (Croydon, 1960); 3ABF Traralgon (1965-1980+) - Qualifications: AOCP 2710, 1948, Vic; TVOCP 184, 1959 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Sale, 1949-1954); technician (Croydon, 1963); PMG TV technician (Traralgon, 1963-1980) * [[/Charles John Robinson|Robinson, Charles John]] [https://www.familysearch.org/tree/person/details/LNJD-DC5] - 1908(Tas)-2004(???) - Licences: 7RC Launceston (1936-1937); 7KR Launceston (1938-1939) - Qualifications: cc; AOCP 1668, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carter (Launceston, 1936-1937); cordial maker (Launceston, 1943) * [[/John William Robinson|Robinson, John William]] [https://www.familysearch.org/tree/person/details/GS7H-Q61] - 1895(Eng)-1963(NSW) - Licences: 2EN Receive Sydney (Ryde, 1922-1923); 2RN Receive Sydney (Concord, 1923); 4RN Brisbane (Kedron, 1931) - Qualifications: cc; Nil yet identified - amateur receiver; amateur broadcaster; Honorary Radio Inspector NSW; First director 4QG - Comment: several contemporaneous JWRs - Electoral Rolls: wireless engineer (Merthyr, Qld, 1925-1926); radio engineer (Highgate Hill, Qld, 1928); engineer (Herston, 1936-1937) ===''ROBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Laudreux Robson|Robson, Colin Laudreux]] [https://www.familysearch.org/tree/person/details/GXYV-TL8] - 1916(WA)-1973(WA) - Licences: 6XI Perth (Mt Lawley, 1937-1939); 6XI Northam (1947-1948); 6XI Waterloo (1954-1960); 6XI bunbury (1965-1969) - Qualifications: cc; 3COCP 181, 1936; AOCP 2055, 1937, WA; BOCP 234, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (6AM Quarters, Northam, WA, 1949; 6TZ, Waterloo, WA, 1958-1963; Bunbury, WA, 1968-1972) ===''ROCKWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Bruce Rockwell|Rockwell, Horace Bruce]] [https://www.familysearch.org/tree/person/details/K882-BWV] - 1887(Tas)-1955(NSW) - Licences: XQH Brisbane (Wynnum) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; WW1; WW2; a founder of Wireless Institute of Queensland 1912 - Electoral Rolls: electrician (Fort Lytton, Qld, 1913; Wynnum, Qld, 1917-1919); electrical engineer (Enoggera, Qld, 1919; Chelmer, Qld, 1925); electrician (Fort Lytton, Qld, 1936-1937); soldier (Middle Head, NSW, 1943); engineer (Northbridge, NSW, 1949) ===''RODDA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William David Rodda|Rodda, William David]] [https://www.familysearch.org/tree/person/details/G8WK-4JB] - 1907(WA)-1961(WA) - Licences: 6WR Perth (Claremont, 1928-1939) - Qualifications: cc; AOCP 435, 1928, No. ?? in WA; BOCP 1191, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Claremont, 1931-1936; Nedlands, 1937; Claremont, 1943); control operator (Nedlands, 1949-1954); technician (Perth, 1958) ===''RODWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Rodwell|Rodwell, Albert Edward]] [https://www.familysearch.org/tree/person/details/MWX8-VG7] - 1909(Qld)-1976(Qld) - Licences: Receive (Crystal) Brisbane (Bowen Hills, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Bowen Hills, Qld, 1936-1937); grocer (Kedron, Qld, 1943-1949); company manager (Wavell Heights, Qld, 1954-1968); bookseller (Aspley, Qld, 1972) ===''ROGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Stanley Rogers|Rogers, Bernard Stanley]] [https://www.familysearch.org/tree/person/details/GXPV-L34] - 1912(SA)-1987(SA) - Licences: 5FG Adelaide (Blackwood, 1934-1939; Edwardstown, 1947-1948; Glandore, 1954-1980+) - Qualifications: cc; AOCP 1274, 1934, SA; 1COCP 907, 1945 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Edwardstown, SA, 1939-1943) ===''ROHDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Campbell Rohde|Rohde, William Campbell "Bill"]] [https://www.familysearch.org/tree/person/details/G76S-GRF] - 1907(Qld)-1991(Qld) - Licences: 4RW Brisbane (Red Hill, 1929-1939) - Qualifications: cc; AOCP 493, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (YWCA Wireless Club); comms engineer (PMGD); broadcast engineer (4QG) - Electoral Rolls: telephone mechanic (Red Hill, 1934-1943; Newmarket, 1949); postal engineer (Coorparoo, 1958-1980) ===''ROLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Rolls|Rolls, Sydney]] [https://www.familysearch.org/tree/person/details/GX95-V3F] - 1886(???)-1957(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918); WW1 - Electoral Rolls: electrician (Auburn, Vic, 1916-1919); naval officer (Camberwell, Vic, 1924-1925); engineer (Hawthorn, Vic, 1928-1949) ===''ROSCOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Thomas Roscoe|Roscoe, Geoffrey Thomas]] [https://www.familysearch.org/tree/person/details/G8QR-GJY] - 1900(Qld)-1985(Qld) - Licences: Receive Condamine (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: teacher (Condamine, Qld, 1925; Macknade, Qld, 1936-1937; Boonah, Qld, 1943); retired (St Lucia, Qld, 1968-1980) ===''ROSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William (Qld) Rose|Rose, Robert William (Qld)]] [https://www.familysearch.org/tree/person/details/G8DS-JJM] - 1911(Qld)-1970(NSW) - Licences: 4RR Brisbane (1925); 4RQ Longreach (1930-1939, 1946-1948); 2AQR Wallsend (1956-1961); 2AQR Avoca (1965-1969) - Qualifications: cc; AOCP 576, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; chemist - Comment: Another Robert William Rose b1923 BOCP 993 - Electoral Rolls: mechanic (Toowong, 1925); chemist (Longreach, 1936-1949; West Wallsend, 1958-1963; Avoca Beach, 1968) * [[/Robert William (Vic) Rose|Rose, Robert William (Vic)]] - 1923(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; BOCP 993, 1948; 3AIR 1790, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: ===''ROSENSKJAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rosenskjar|Rosenskjar, F.]] - 19??-19?? - 4?? Brisbane (Fairfield) (Operator 4BI), amateur operator, amateur broadcaster ===''ROSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander David Ross|Ross, Alexander David]] [https://www.familysearch.org/tree/person/details/G68V-KFR] - 1883(Sct)-1966(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Professor of Mathematics & Physics, University of Perth) - Electoral Rolls: university professor (Perth Club, 1916; West Perth, 1925-1954); retired (Albany, WA, 1958-1963) - Links: [https://adb.anu.edu.au/biography/ross-alexander-david-8270 ADB]; [[w:Alexander_David_Ross|Wikipedia]]; [https://www.news.uwa.edu.au/archive/201206204747/features/setting-standards-excellence/ UWA] * [[/John Francis Ross|Ross, John Francis "Jack"]] - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer (PMGD); journalist (editor, The Broadcaster); historian (broadcasting, Amateur Radio, radiocommunications); author ("History of Radio in South Australia"; "Radio Broadcast Technology") - Electoral Rolls: ===''ROUTLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert Angus Routledge|Routledge, Robert Angus "Bob"]] [https://www.familysearch.org/tree/person/details/GWX2-BDP] - 1913(SA)-1997(SA) - Licences: 5RA Adelaide (Richmond, 1930-1931; Henley Beach, 1933) - Qualifications: cc; AOCP 679, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: manufacturer (Henley, 1939); radio technician (Henley, 1941); physics technician (Glenelg, 1943) ===''ROWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. L. Rowe|Rowe, R. L.]] - 19??(???)-19??(???) - Licences: 2LR Sydney (Milsons Point, 1928; McMahons Point, 1929) - Qualifications: cc; AOCP 267, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ROWLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert George Rowland|Rowland, Robert George]] [https://www.familysearch.org/tree/person/details/KH14-G2J] - 1902(Vic)-1996(Vic) - Licences: 3GR Ballarat (1930-1939, 1946-1980+) - Qualifications: AOCP 657, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grocer (Grovedale, 1924); storekeeper (Majorca, 1925-1927; Ballarat, 1931); radio dealer (Ballarat, 1936-1980) - Don't Confuse: 3ZGG/3AFS Robert George Rowlands ===''ROWLATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Rowlatt|Rowlatt, Thomas William]] [https://www.familysearch.org/tree/person/details/GCMJ-HZT] - 1892(Qld)-1978(Qld) - Licences: Receive (Crystal) Brisbane (South Brisbane, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: fitter (Kangaroo Point, Qld, 1915-1921); engineer (Kangaroo Point, Qld, 1925-1937); mechanical engineer (Kangaroo Point, Qld, 1943-1968); retired (Chermside, Qld, 1972-1977) ===''ROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Roy|Roy, A. J.]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 577, 1930, No. ?? in Vic - amateur operator?; amateur broadcaster? - Electoral Rolls: Nil yet identified - Individual not yet identified (115 Skene St, Warrnambool, Vic - 1930) ===''ROYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Arthur Kirkcaldy Royle|Royle, William Arthur Kirkcaldy]] [https://www.familysearch.org/tree/person/details/GZ13-BBQ] - 1909(NSW)-1965(NSW) - Licences: 2WA Sydney (Edgecliff, 1927-1928); 2AWK Sydney (Darling Point, 1946-1950; Sandringham, 1961) - Qualifications: AOCP 318, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: underwriter (Edgecliff, 1936-1954); agent (Sandringham, 1958) ===''RUBAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Peter Ruban|Ruban, John Peter]] [https://www.familysearch.org/tree/person/details/G8CM-DMS] - 1925(???)-2015(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: radio technician (Footscray North, 1963-1968); technician (Maidstone, Vic, 1972-1980) ===''RUMBOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Rumbold|Rumbold, George Henry]] [https://www.familysearch.org/tree/person/details/9VKD-BSQ] - 1907(Vic)-1977(Vic) - Licences: 3GR Bendigo (1927) - Qualifications: AOCP 349, 1927, No. ?? in Vic - amateur operator - Electoral Rolls: carpenter (Bendigo, 1928); insurance agent (Kyneton, 1931; Shepparton, 1931; Bendigo, 1936-1937); assistant superintendent (Bendigo, 1942-1954); cabinet maker (Bendigo, 1963-1972) ===''RUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Ruse|Ruse, Thomas William]] [https://www.familysearch.org/tree/person/details/KZMB-QWY] - 1891(Vic)-1987(WA)95yo - Licences: 6WK Perth (Perth City, 1930-1931; Osborne Park, 1933-1969) - Qualifications: cc; AOCP 627, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: baker (Osborne Park, 1916-1972); retired (Bunbury, 1977-1980) ===''RUSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Cooper Russell|Russell, Albert Cooper "Bert"]] [https://www.familysearch.org/tree/person/details/GFQ9-BQV] - 1916(WA)-1995(NSW) - Licences: 6AR Albany (1936-1937); 6AR Northam (1938-1939) - Qualifications: cc; AOCP 1670, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937); mechanic (New Town, Tas, 1943-1949); engineer (Sandringham, Vic, 1954; Sans Souci, NSW, 1958; Double Bay, NSW, 1963; Kensington, NSW, 1968-1980) ===''RYAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Ryan|Ryan, Albert John "Jack"]] [https://www.familysearch.org/tree/person/details/GZWH-V6X] - 1897(Vic)-1984(NSW) - Licences: 2LE Canberra (Kingston, 1930-1933); 2YN Canberra (Kingston, 1933-1939) - Qualifications: CPRT 489, 1919; AOLCP 80, 1932; no record of AOCP - amateur operator; amateur broadcaster; WW1; WW2; broadcast engineer; PMGD (junior mechanic NSW, 1917; clerk, 1919); founder of 2CA Canberra commercial - Electoral Rolls: - several contemporaneous AJR's * [[/George Edward Ryan|Ryan, George Edward]] [https://www.familysearch.org/tree/person/details/G8CM-RCC] - 1910(Qld)-1987(Qld) - Licences: 4RG Brisbane (South Brisbane, 1936-1939; Dutton Park, 1946-1954) - Qualifications: cc; AOCP 1633, 1936, Qld - amateur operator; amateur broadcaster; telephone mechanic (PMGD) - Comment: several contemporaneous GERs - Electoral Rolls: motor mechanic (South Brisbane, Qld, 1937); telephone mechanic (South Brisbane, Qld, 1943-1954); PMG Instructor (St Lucia, Qld, 1958); instructor (Taringa, Qld, 1963-1980) ===''RYMILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Campbell Rymill|Rymill, Arthur Campbell]] [https://www.familysearch.org/tree/person/details/LXVS-CTB] - 1907(SA)-1989(SA) - Licences: Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Riddoch Rymill|Rymill, Robert Riddoch]] [https://www.familysearch.org/tree/person/details/LV5N-YC9] - 1904(SA)-1990(SA) - Licences: V753 Receive Melbourne (Toorak, 1922); 3GX Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: ethnologist (South Yarra, 1931) - Links: [https://vwma.org.au/explore/people/535352 WW2] =='''S'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''SAAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Saar|Saar, Alexander]] [https://www.familysearch.org/tree/person/details/GZ52-N3K] - 1889(???)-1956(WA) - Licences: 6CZ Receive Perth (West Perth, 1923); 6CZ Northam (1923-1925); 6KM Eucla (1926-1927); 6KM Geraldton (1933); 6KM Perth (Maylands, 1937-1939) - Qualifications: cc; AOCP 264, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telegraph lineman (North Perth, WA, 1915); postal electrician (Northam, WA, 1917); mechanic (Bunbury, WA, 1916-1917; Balkatta, WA, 1922; Eucla, WA, 1925-1926; North Perth, WA, 1928; Maylands, WA, 1931); postal electrician (Maylands, WA, 1936-1954) ===''SAGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Noel Sagar|Sagar, Eric Noel]] [https://www.familysearch.org/tree/person/details/GDKS-4J9] - 1896(SA)-1976(NSW) - Licences: 5CM Receive Adelaide (Largs Bay, 1923); Receive Adelaide (Largs Bay, 1923); 5CM Adelaide (Largs Bay, 1924-1926); 4ES Brisbane (Greenslopes, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Halcyon: Not mentioned - Electoral Rolls: manager (Greenslopes, Qld, 1932); engineer (Darlinghurst, 1943-1949); orchardist (Kincumber, NSW, 1949-1958) ===''SAINSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Henry Sainsbury|Sainsbury, Rupert Henry]] [https://www.familysearch.org/tree/person/details/L28X-5H3] - 1896(NSW)-1974(NSW) - Licences: 2YJ Sydney (Concord, 1924-1936); 4YJ Brisbane (Clayfield, 1937-1939); 2YJ Sydney (Concord, 1946-1954; Epping, 1955-1975) - Qualifications: cc; AOCP 54, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: clerk (Concord, 1930); traveller (Hendra, 1936-1937); soldier (Norman Park, 1943); executive (Concord West, 1949-1954); commercial traveller (Epping, 1958-1968) ===''SAINTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Melville Sainty|Sainty, Clifford Melville]] [https://www.familysearch.org/tree/person/details/GZ61-1GZ] - 1907(NSW)-1987(SA) - 2MS Warrawee (1925-1926), amateur operator (AOCP 88, 1925, No. ?? in NSW), amateur broadcaster, likely related to XAH S. J. Sainty ===''SALAMY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Salamy|Salamy, Edward]] [https://www.familysearch.org/tree/person/details/GZHH-VWR] - 1904(Vic)-1977(Vic) - Licences: 3AJ Receive Warrnambool (1922-1923); 3AJ Warrnambool (1924-1933); 3PS Warrnambool (1948-1975) - Qualifications: cc; AOCP 35, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: jeweller (Warrnambool, 1924-1977) ===''SAMPHIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Luke Samphier|Samphier, Richard Luke]] [https://www.familysearch.org/tree/person/details/L58L-DPC] - 1914(WA)-1980(WA) - Licences: 6YZ Perth (City, 1936-1937; Victoria Park, 1938-1939; Carlisle, 1947-1955; Mt Lawley, 1956-1975+) - Qualifications: cc; AOCP 1717, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: blind school worker (North Perth, WA, 1936; Leederville, WA, 1943); Blind School employee (Carlisle, WA, 1949-1954; Mt Lawley, WA, 1958) ===''SAMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Sampson|Sampson, Thomas Walter]] [https://www.familysearch.org/tree/person/details/GFWX-3TB] - 1894(NSW)-1954(WA) - Licences: XYAF Boulder (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: electrician (Boulder, WA, 1916-1922); electrical engineer (Claremont, WA, 1925-1954) ===''SANDEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Sandel|Sandel, Otto]] [https://www.familysearch.org/tree/person/details/GW4J-54J] - 1905(Qld)-1999(NSW) - 2UW Sydney (Manly, 1923; Kensington, 1923-1924; Northbridge, 1924-1925; Bellevue Hill, 1926-1927); 2HH Sydney (Woollahra, 1936-1939, 1946-1969; Bondi, 1975) - Qualifications: cc; AOLCP 270, 1935, NSW - amateur operator; amateur broadcaster; founder B class 2UW Sydney & 2UX Wagga Wagga - don't confuse Charles Albert Sandell of AAE fame - Electoral Rolls: radio dealer (Woolahra, 1930-1931); engineer (Bondi, 1933; Edgecliff, 1936-1937; Bondi Junction, 1943-1954; Bondi Beach, 1958-1980) ===''SANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Albert Sandell|Sandell, Charles Albert]] - 1886(Eng)-1980(WA) - early wireless experimenter, Sydney, 1911, amateur operator (AOCP ??, 19??, No. ?? in ???), participant in the Australasian Antarctic Expedition, amateur broadcaster, military (WW1), don't confuse Otto Sandel of 2UW fame ===''SANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Sander|Sander, John Henry "Jack"]] [https://www.familysearch.org/tree/person/details/K6WF-H23] - 1906(WA)-1955(WA) - Licences: 6MS Geraldton (1935-1937); 6MS Perth (Cannington, 1938-1939, 1947-1956) - Qualifications: cc; AOCP 1435, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wheelwright (Geraldton, WA, 1930); electrician (Geraldton, WA, 1931-1937); telephone mechanic (South Perth, WA, 1937; Cannington, WA, 1943-1954) ===''SANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas George Sanderson|Sanderson, Douglas George]] [https://www.familysearch.org/tree/person/details/9WZJ-2K3] - 1924(Qld)-1994(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcast engineer (PMGD); historian (broadcast); federal public servant (PMGD) - Electoral Rolls: PMG technician (Torwood, Qld, 1949-1954); technician (Ashgrove, Qld, 1958-1968); engineer (Chermside, Qld, 1972; Windsor, Qld, 1977-1980) ===''SANDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Keith Sandham|Sandham, James Keith "Keith"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''SAUNDERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lewis Saunders|Saunders, Alfred Lewis]] [https://www.familysearch.org/tree/person/details/GZLR-FMS] - 1909(SA)-2003(???) - Licences: Receive Adelaide (Hyde Park, 1923-1924); 5BX Adelaide (Glenelg, 1925-1939, 1946-1955; Plympton, 1956-1980+) - Qualifications: cc; AOCP 223, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Glenelg, 1939-1943) ===''SAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Saw|Saw, Frederick William]] [https://www.familysearch.org/tree/person/details/G9S9-JN3] - 1884(WA)-1957(WA) - Licences: 6DA Perth (Armadale, 1923-1926; Victoria Park, 1927); 6DA Albany (1930-1931); 6DA Perth (Wanneroo, 1933; North Perth, 1937-1939); 6DA Northam (1946-1948) - Qualifications: cc; AOCP 174, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storekeeper (Armadale, 1909); electrician (Beverley, 1916-1917; Armadale, 1921-1925; Albany, 1928-1931; Balkatta, 1936; Leederville, 1937; Kalgoorlie, 1937-1943); mechanic (North Perth, 1949); retired (Triggs Island, 1954) * [[/Malcolm Henry Saw|Saw, Malcolm Henry ]] [https://www.familysearch.org/tree/person/details/LVCY-H9M] - 1921(WA)-1997(WA) - 6SM Perth (Doubleview, 1960-1980+), amateur operator (AOCP 3674, 1958, No. ?? in WA), WW2, engineer (Doubleview, 1972) ===''SAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Sawford|Sawford, Leonard Francis]] [https://www.familysearch.org/tree/person/details/LF7J-2XK] - 1908(SA)-1968(SA) - Licences: 5DH Receive Adelaide (Port Adelaide, 1923); Receive Adelaide (Port Adelaide, 1923); 5LF Adelaide (Peterhead, 1925-1928; West Croydon, 1931; Largs, 1937-1939); 5YF Adelaide (Glen Osmond, 1948-1965) - Qualifications: cc; AOCP 173, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; agent (Largs, 1939) - Electoral Rolls: agent (Largs, SA, 1939-1941) ===''SCANLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Scanlon|Scanlon, William Lawrence]] [https://www.familysearch.org/tree/person/details/GDKG-3XR] - 1901(Tas)-1971(NSW) - Licences: Receive Hobart (West Hobart, 1921-1923); 7AL Hobart (West Hobart, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; sales (Medhursts, Hobart to 1924, Launceston from 1924) - Electoral Rolls: Nil yet identified ===''SCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harley Irwin Schell|Schell, Harley Irwin]] [https://www.familysearch.org/tree/person/details/GD57-PV8] - 1907(Tas)-1996(Tas) - Licences: 7AW Receive West Burnie (1922); Receive West Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: mechanic (Kelso, 1936-1972) ===''SCHLEICHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Schleicher|Schleicher, Keith]] [https://www.familysearch.org/tree/person/details/G3D4-5RS] - 1918(Qld)-1997(Qld) - 4KS Brisbane (Toowong, 1938-1939, 1946-1947; Alderley, -1950+; Aspley, McDowall, -1980+) - amateur operator (AOCP 2144, 1938, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), radio employee (Tracksons, manager service), business proprietor (Blue & White Cabs comms) ===''SCHMIDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Frederick Schmidt|Schmidt, Ronald Frederick]] [https://www.familysearch.org/tree/person/details/G88P-1B9] - 1913(Vic)-1990(Vic) - Licences: 3LY Trafalgar (1930); 3LY Moe (1931); 3LY Sale (1933-1939, 1946-1948); 3LY Melbourne (Camberwell, 1954-1980+) - Qualifications: AOCP 567, 1930, No. ?? in Vic; AOLCP 69, 1932; 1COCP 72, 1936; TVOCP 75, 1957 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: wireless operator (Sale, 1934-1937); radio technician (Sale, 1949-1954); technician (Camberwell, 1954-1980) ===''SCHNITZERLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Joseph Schnitzerling|Schnitzerling, Leonard Francis Joseph]] [https://www.familysearch.org/tree/person/details/G885-W43] - 1907(Qld)-1969(Qld) - Licences: 4CK Warwick (1938-1939, 1946-1969) - Qualifications: cc; AOCP 2099, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, 1928-1968) ===''SCHOFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Schofield|Schofield, William]] [https://www.familysearch.org/tree/person/details/GXB3-69N] - 1874(Eng)-1971(WA)97yo - Licences: 6WS Perth (Peppermint Grove, 1935-1939, 1947-1969) - Qualifications: cc; AOCP 1463, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: manager (Peppermint Grove, WA, 1919); broker (Peppermint Grove, WA, 1922-1968) ===''SCHOLZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hans Scholz|Scholz, Hans "Harold" / "Harry" / "Tibby"]] [https://www.familysearch.org/tree/person/details/G64P-CV3] - 19??(???)-1970(Qld) - Licences: 4HR Brisbane (Coorparoo, 1931); 4HR Nambour (1933); 4HR Brisbane (Coorparoo, 1937); 4HR Gladstone (1937-1939); 4HR Brisbane (Morningside, 1946-1969) - Qualifications: cc; AOCP 784, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ; South Brisbane RC; Brisbane DX Club); broadcast technician (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, 1937); mechanic (Dalby, 1943); not stated (Morningside, 1949-1968) ===''SCHULTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Nelson Schultz|Schultz, Leonard Nelson "Len"]] [https://www.familysearch.org/tree/person/details/GZJY-QBF] - 1906(NSW)-1980(NSW) - Licences: 2LO Sydney (Lane Cove, 1922); 2LO Sydney (Lane Cove, 1923-1930); 2ANM Sydney (Mosman, 1947-1980) - Qualifications: cc; AOCP 171, 1925, No. ?? in NSW; AOLCP 45, 1931; 3AIR 176, 1942 - amateur operator; amateur broadcaster; broadcast engineer (co-designed 2GB, 1926; involved 2CA, 4BH, 2MW, 5DN); professional associations (IRE: foundation member, vice-president, president); aviator (Royal Aero Club NSW, committee) - Electoral Rolls: broadcasting engineer (Mosman, 1935-1937); engineer (Mosman, 1949-1977) ===''SCHULTZE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Ludwig Schultze|Schultze, John Edwin Ludwig]] [https://www.familysearch.org/tree/person/details/GQTB-9FL] - 1906(Vic)-1969(Vic) - 3QO Receive Melbourne (Glenferrie, 1923-1924), 3JS Melbourne (Glenferrie, 1925-1933; Hawthorn, 1937-1939), amateur operator (AOCP 163, 1925, No. ?? in Vic), amateur broadcaster, motor mechanic (Hawthorn, 1934) ===''SCOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil John Scott|Scott, Alfred Cecil John "Cecil", "Cec", "Scottie"]] [https://www.familysearch.org/tree/person/details/M12J-9YK] - 1888(Tas)-1954(Tas) - Licences: Receive (Crystal) Launceston (1923); 7CS Launceston (1925-1931); 7CS Hobart (Lindisfarne, 1933; Sandy Bay, 1937-1939) - Qualifications: cc; AOCP 56, 1925, No. ?? in Tas - amateur receiver; amateur operator; amateur broadcaster - Comment: well-known for comic QSL cards - Electoral Rolls: bench clerk (Nelson, 1936; Hobart South, 1943-1954) * [[/Ernest Kilburn Scott|Scott, Ernest Kilburn]] [https://www.familysearch.org/tree/person/details/LBDW-TBR] - 1868(Eng)-1941(Eng) - Came to Sydney in 1905 to organise electrical engineering department of University of Sydney, likely early wireless experimenter, promoted need for wireless telegraphy for Australia, returned to England ca 1910 - [https://www.gracesguide.co.uk/Ernest_Kilburn_Scott Graces Guide - Ernest Kilburn Scott] * [[/Francis Ladner Scott|Scott, Francis Ladner]] [https://www.familysearch.org/tree/person/details/GXHK-DTF] - 1899(Eng)-1953(Qld) - Licences: 4BO Thursday Island (1933); 2UH Sydney (Randwick, 1934-1936; Naremburn, 1937-1938; La Perouse, 1939 - Qualifications: cc; CPRT 419, 1918; 2COCP 360, 1931; 1COCP 33, 1934 - amateur operator; amateur broadcaster; coastal wireless operator; military (UK Merchant Navy post WW1) - Electoral Rolls: wireless operator (Nundah, Qld, 1921-1925); radio telegraphist (Pinkenba, Qld, 1929; Thursday Island, Qld, 1931; Randwick, NSW, 1935; Waverton, NSW, 1943; Wyndham, WA, 1943; Rockhampton, Qld, 1949) * [[/George Archibald Scott|Scott, George Archibald "Scotty"]] [https://www.familysearch.org/tree/person/details/G682-TGN] - 1882(Eng)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 607, 1921; 1COCP 181, 1931 - RANRS (commissioned telegraphist, 1917); PMGD (radio inspector, WA); witness to Royal Commission 1927 (as radio inspector, WA) - Electoral Rolls: engineer (Rockhampton, 1913-1914; Hendra, 1915-1917); radio inspector (Fremantle, 1925-1937) - Links: [http://nla.gov.au/nla.news-article84253651 Bio] * [[/Herbert Godfrey Scott|Scott, Herbert Godfrey "Herb"]] [https://www.familysearch.org/tree/person/details/G8MJ-JFJ] - 1902(Qld)-1968(Qld) - Licences: 4HS Toowoomba (1931-1937); 4HS Brisbane (Albion, 1938-1939; 1946-1965) - Qualifications: cc; AOCP 750, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Railways) - Electoral Rolls: clerk (Toowoomba, 1925-1936; Albion, 1943-1968) * [[/Jack Bartlett Scott|Scott, Jack Bartlett]] [https://www.familysearch.org/tree/person/details/G8VX-FLR] - 1909(NSW)-1988(NSW) - Licences: 2NR Sydney (Epping, 1930-1934); 2AJX Sydney (Cheltenham, 1938-1939; Epping, 1946-1950) - Qualifications: AOCP 685, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Epping, 1933-1935); engineer (Epping, 1949; Wahroonga, 1954-1968); retired (Carlingford, 1977-1980) * [[/Robert Ochiltree Scott|Scott, Robert Ochiltree]] [https://www.familysearch.org/tree/person/details/G8H4-5SX] - 1898(Vic)-1960(Vic) - Licences: 2RS Gundagai (1929-1931); 2RS Balranald (1933); 3OS Scotsburn (1937-1939); 3OS Melbourne (St Kilda, 1956-1960) - Qualifications: AOCP 476, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: grazier (Ballarat, 1920-1924); farmer (Murrayville, 1925-1927; Gundagai, 1930); mechanic (South Yarra, 1943; Melbourne, 1949) * [[/Robert Townley Scott|Scott, Robert Townley]] [https://www.familysearch.org/tree/person/details/G7YC-MBK] - 1841(Eng)-1922(Qld) - senior state public servant (secretary, Qld Post & Telegraph Dept), senior federal public servant (secretary, Postmaster-General's Department) * [[/W. F. Scott|Scott, W. F.]] - 18??(???)-19??(???) - Licences: 4?? Brisbane (West End) - Qualifications: cc; AOCP 334, 1927, No. 37 in Qld - amateur operator; amateur broadcaster - Comment: likely father of H. S. Scott who was reported youngest ever to pass AOCP at age 16 - Electoral Rolls: Nil yet identified * [[/Walter Henry Scott|Scott, Walter Henry]] [https://www.familysearch.org/tree/person/details/G76Z-11G] - 1904(Eng)-1987(SA) - Licences: Receive Adelaide (Glenelg, 1923); 5HS Clare (1937-1939) - Qualifications: cc; AOCP 1888, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Clare, SA, 1939); telephone mechanic (Glenelg, SA, 1941-1943) ===''SEBIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Dudley Sebire|Sebire, Leon Dudley "Leo"]] [https://www.familysearch.org/tree/person/details/G8V2-QX5] - 1932(Vic)-2006(Vic) - Licences: 3CF Melbourne (Wandin North, 1956-1960) - Qualifications: 2COCP 1319, 1955; 1COCP 1786, 1955 - amateur operator, amateur broadcaster, director Telstra Broadcasting Branch - Electoral Rolls: radio mechanic (Wandin Yallock, 1954); engineer (Mordialloc, 1963-1980) - Relationships: son of 3MX Percival John Sebire - Awards: Member Order of Australia "For service to communications, particularly broadcasting" (1991) * [[/Percival John Sebire|Sebire, Percival John "Percy"]] [https://www.familysearch.org/tree/person/details/LCFD-Z2R] - 1904(Vic)-1994(Vic) - Licences: 3MX Melbourne (Moorabbin, 1930-1939, 1946-1980+) - Qualifications: AOCP 692, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elsternwick, 1926; Bentleigh, 1928-1936; Cheltenham, 1949; Moorabbin, 1954-1980) - Relationships: father of 3CF Leon Dudley Sebire ===''SEBLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Sebley|Sebley, William John]] [https://www.familysearch.org/tree/person/details/G649-7VL] - 1894(Qld)-1980(Qld) - Licences: 4WS Ipswich (1931-1939, 1946-1948); Southport (1954-1965) - Qualifications: cc; AOCP 736, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Ipswich, 1915; North Ipswich, 1919-1949; Southport, 1954-1968); ===''SECCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Louis Mervyn Seccombe|Seccombe, Louis Mervyn]] [https://www.familysearch.org/tree/person/details/G8PW-XWM] - 1895(Tas)-1970(NSW) - Licences: 3KT Receive Melbourne (Ascot Vale, 1922-1923); 3KT Melbourne (East Kew, 1924; Ascot Vale, 1924-1925; Hawksburn, 1926; East Malvern, 1927); 2KT Sydney (Rockdale, 1928-1939) - Qualifications: cc; 1COCP 396, 1940 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: salesman (Ascot Vale, Vic, 1919); commercial traveller (Ascot Vale, Vic, 1924); radio engineer (Rockdale, NSW, 1930-1937); wireless operator (Longreach, Qld, 1943); communications officer (Hurstville, 1949-1963); - Comment: Surname sometimes misspelled Secombe ===''SELBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Selby|Selby, George William]] [https://www.familysearch.org/tree/person/details/LCTW-BMT] - 1858(Vic)-1949(Vic) - early wireless and X-ray experimenter ===''SELF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Self|Self, Thomas Edward]] - 1854(???)-19??(???) - b. 7 Jan 1854, Early Tasmanian wireless experimenter, demonstration before Royal Society 1898, beware another Thomas Edward Self (b. 9 Oct 1853) in Hobart at the same time ===''SELFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Giles Turner Selfe|Selfe, Harry Giles Turner]] [https://www.familysearch.org/tree/person/details/K24M-5XB] - 1894(NSW)-1942(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 157, 1915; 1COCP 51, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2; RANVR (commissioned telegraphist, 1942) - Electoral Rolls: radio telegraphist (Geraldton, WA, 1918; Broome, WA, 1922; Leichhardt, NSW, 1933; Darling Harbour, NSW, 1934-1937) ===''SELLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Sellenger|Sellenger, David Charles]] [https://www.familysearch.org/tree/person/details/G8VT-5GJ] - 1902(NSW)-1966(NSW) - Licences: 2DC Sydney (Hurstville, 1930-1965) - Qualifications: AOCP 700, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Hurstville, 1930-1963) ===''SELLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Sellick|Sellick, Edward]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''SELMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold George Selman|Selman, Harold George]] [https://www.familysearch.org/tree/person/details/LRM4-3S8] - 1907(Vic)-1985(Vic) - 3GN Geelong (1925), 3GN Chilwell (1926), 3GN Geelong (1927), 3GN Melbourne (West Coburg, 1931), 3GN Geelong (1933), 3CM Geelong (1948-1980+), amateur operator (AOCP 164, 1925, No. ?? in Vic), amateur broadcaster, radio dealer (Geelong, 1954) ===''SEMMENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Segbert Cornwall Semmens|Semmens, George Segbert Cornwall]] [https://www.familysearch.org/tree/person/details/G744-HQ5] - 1901(Vic)-1977(Vic) - Licences: XJCY Melbourne (East St Kilda, 1913-1914); V756 Receive (1922); 3GZ Receive Buln Buln East (1922); 3GS Laver's Hill (1925-1926); 3GS Queenstown (1927); 3GS Moreland (1931); 3GS Foxhow (1933); Melbourne (Essendon (1937-1939); Glen Iris (1946-1960); Clematis, 1965-1975); 3AEN Melbourne (Clematis, 1954-1960) - Qualifications: cc; AOCP 216, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: teacher (Coburg, 1928; Preston, 1931; Essendon, 1936); res. chemist (Glen Iris, 1943-1963); technical adviser (Clematis, 1968-1977) ===''SERLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric Serle|Serle, Cedric]] [https://www.familysearch.org/tree/person/details/LZT2-SC8] - 1910(Vic)-1972(Vic) - Licences: 3RX Melbourne (Canterbury, 1928-1933; Toorak, 1938-1939; Elwood, 1946-1947); 3ARX Melbourne (Windsor, 1948-1956; Caulfield, 1960-1965) - Qualifications: AOCP 443, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Camberwell North, 1931-1934; Kew, 1936; Toorak, 1937; St Kilda, 1942; Prahran, 1949; Caulfield South, 1963-1972) ===''SEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Percy Lambert Holt Sewell|Sewell, Percy Lambert Holt]] [https://www.familysearch.org/tree/person/details/GDM1-YB1] - 1900(NSW)-1949(NSW) - Licences: 2CJ Receive Sydney (Paddington, 1922); 2CJ Sydney (Paddington, 1922-1925; Darlinghurst, 1925-1926) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Fire Station, Mittagong, 1930-1935; Mittagong, 1936-1937; Kempsey, 1943); installation inspector (Queanbeyan, 1949) ===''SEYLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Jakob Seyler|Seyler, Albert Jakob or Jacob]] [https://www.familysearch.org/tree/person/details/G8NL-F5N] - 1913(Ger)-1977(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - WW2 (Luftwaffe); radar engineer; television researcher; PMGD Research Laboratories (Assistant Director General) - Electoral Rolls: engineer (Mt Waverley, 1963; Burwood, 1968); PMG (Croydon, 1972); assistant director (Emerald, 1977) - [https://adb.anu.edu.au/biography/seyler-albert-jakob-11660 ADB] ===''SHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Henry Shannon|Shannon, Francis Henry "Frank"]] - 1910(Qld)-1991(Qld) - 4SN Allora (1938-1939), Tamborine (1946-1947), Minden (1948-1956), Ipswich (1960-191975), Toowoomba (1980+), amateur operator (AOCP 2145, 1938, No. ?? in Qld), amateur broadcaster , radio clubs (Wooloowin RC, WIA, Qld Listeners' League), journalist (AR, VK4 Notes), occupation (school teacher) ===''SHARLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Sharland|Sharland, Arthur Henry "Chilla"]] [https://www.familysearch.org/tree/person/details/GZZD-ZKS] - 1909(Qld)-1983(Qld) - Licences: 4SD Brisbane (Boondall, 1936-1939, 1946-1948; Ekibin, 1954); 4SD Cloncurry (1955); 4SD Brisbane (Wynnum North, 1956); 4SD Rockhampton (1960); 4SD Yeppoon (1965-1980+) - Qualifications: cc; AOCP 1807, 1936, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless operator); federal public servant (DCA) - Electoral Rolls: labourer (Boondall, Qld, 1937-1943); Commonwealth officer (Wynnum North, Qld, 1954); communications officer (Rockhampton, Qld, 1958-1963; Yeppoon, Qld, 1968-1977); retired (Causeway via Yeppoon, Qld, 1980) ===''SHARP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John James Charles Sharp|Sharp, John James Charles]] [https://www.familysearch.org/tree/person/details/GZBZ-TZV] - 1897(Vic)-1974(Vic) - Licences: 3KA Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 591, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Prahran Gardens, 1919-1924; Caulfield, 1928-1972) ===''SHARPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Victor Sharpe|Sharpe, Frank Victor]] [https://www.familysearch.org/tree/person/details/GMD2-GVZ] - 1904(Qld)-1988(Qld) - Licences: 4AZ Brisbane (Wooloowin, 1924-1929; Ashgrove, 1930-1937; Redcliffe, 1938-1939); 4ZFS Brisbane (Clayfield, 1975); 4FV Brisbane (Clayfield, 1980) - Qualifications: cc; AOCP 20, 1924, No. 4 in Qld; AOCP Q112, 1975 - amateur operator; amateur broadcaster; WW2; radio club (RSQ, WIAQ); military (AMF) - Awards: C.M.G.; O.B.E. - Electoral Rolls: merchant (Wooloowin, 1925-1929); director (Ashgrove, 1934-1937); soldier (Ashgrove, 1943); machinist (likely typo for merchant) (Clayfield, 1949); merchant (Clayfield, 1954-1980) ===''SHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Shaw|Shaw, Archibald John]] [https://www.familysearch.org/tree/person/details/G8K2-ZDZ] - 1872(NSW)-1916(Vic) - XPO King Island (1911); X?? Sydney (Randwick), early wireless experimenter, proprietor Maritime Wireless Telegraph Co of Australasia (1910+) with Edward Hope Kirkby, technical specialist - [https://adb.anu.edu.au/biography/shaw-archibald-john-8404 ADB] [http://messui.polygonal-moogle.com/valves/NW199003.pdf EA] * [[/J. G. Shaw|Shaw, J. G.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (Chelmer, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Raymond Herbert Preston Shaw|Shaw, Raymond Herbert Preston]] [https://www.familysearch.org/tree/person/details/GD3J-J31] - 1901(Eng)-1996(NSW) - Licences: 2LY Receive Sydney (Bondi, 1922-1923); 2LY Sydney (Woolahra, 1924-1929; South Kensington, 1930) - Qualifications: cc; CPRT 664, 1921 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kensington, 1930-1931; Vaucluse, 1932-1980) * [[/Sidney Alexander Shaw|Shaw, Sidney Alexander]] [https://www.familysearch.org/tree/person/details/KFJY-4NH] - 1882(Eng)-1974(WA) - Licences: 6AI Perth (East Guildford, 1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: assistant station master (Woolgangee, WA, 1916-1917); railway officer (East Guildford, WA, 1925-1926); civil servant (Kalgoorlie, WA, 1930-1931); station master (Coolgardie, WA, 1936-1943); retired (East Fremantle, WA, 1949-1972) ===''SHAWSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Shawsmith|Shawsmith, Alan "Smithy" or Alan Shaw Smith]] [https://www.familysearch.org/tree/person/details/G37T-B3Y] - 1917(Qld)-2010(Qld) - Licences: 4SA Brisbane (Indooroopilly, 1935-1939); 4SS Brisbane (West End, -1952-2010) - Qualifications: cc; AOCP 1582, 1935, Qld - amateur operator; historian (amateur); journalist; broadcast engineer (ABC2); public servant (ABC2) - Relationships: Father of 4JSS Steven Shawsmith - Electoral Rolls: poultry farmer (Salisbury, Qld, 1943); radio mechanic (West End, Qld, 1949); builder (West End, Qld, 1954-1980) * [[/Steven Shawsmith|Shawsmith, Steven "Steve"]] - Licences: 4JSS Brisbane - Qualifications: (AOCP ???, 19??, No. ?? in Qld) - amateur operator - Relationships: Son of 4SA-4SS Alan Shawsmith - Electoral Rolls: ===''SHEARER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Anderson Shearer|Shearer, Gordon Anderson]] [https://www.familysearch.org/tree/person/details/LV5G-JW4] - 1907(Qld)-1984(Vic) - Licences: 4FU Receive Brisbane (Alderley, 1923-1924); 4GA Gayndah (1930); 4GA Mt Nebo (1931-1934); 4GA Cloncurry (Quamby, 1937-1939) - Qualifications: cc; AOCP 447, 1928, No. ?? in Qld; 2COCP 95, 1937 - amateur operator; amateur broadcaster; employment (school teacher); state public servant (Qld Dept Education); WW2 - Electoral Rolls: school teacher (Quamby, Qld, 1937; Westbrook, Qld, 1943); aeradio operator (Cloncurry, 1949); communications officer (Cloncurry, 1954); supervisor (Surrey Hills, 1963-1968); retired (Vermont, 1972-1980) ===''SHEARSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Leonard Shearstone|Shearstone, Vincent Leonard]] [https://www.familysearch.org/tree/person/details/G895-CYJ] - 1916(Eng)-1983(NSW) - Licences: Nil - Qualifications: BOCP 4, 1936 - WW2 - Electoral Rolls: radio technician (Albury, 1937); radio announcer (Goulburn, 1943); radio electrician (Goulburn, 1949-1980) ===''SHELDRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Cornwell Sheldrick|Sheldrick, Eric Cornwell "Shel"]] [https://www.familysearch.org/tree/person/details/GZ64-X2X] - 1903(Eng)-1966(Tas) - Licences: 7BH Receive Launceston (1923); 7BH Launceston (1924-1926); 7BT Launceston (1927); 7BM Launceston (1931-1939); 7DM Burnie (1948-1954); 7DN Stowport (1955-1960) - Qualifications: cc; AOCP 60, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: chemist's assistant (Launceston, 1928-1943) ===''SHENTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Hilton Shenton|Shenton, Maurice Hilton]] [https://www.familysearch.org/tree/person/details/G67C-Q1B] - 1903(Qld)-1940(Qld) - Licences: 4DC Receive Brisbane (Wynnum South, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: irrigation ganger (Bald Hills, 1925); assistant stream gauger (North Ipswich, 1928); public servant (Annerley, 1937) ===''SHEPARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arundel Elmore Shepard|Shepard, Arundel Elmore]] [https://www.familysearch.org/tree/person/details/G8QY-8HX] - 1910(SA)-2000(SA) - Licences: 5DC Adelaide (Norwood, 1928-1930; Kent Town, 1931-1933; Norwood, 1937-1939; Toorak East, 1946-1965; Heathpool, 1969-1980+) - Qualifications: cc; AOCP 393, 1928, No. ?? in SA; AOLCP 136, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SHEPHERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. A. Shepherd|Shepherd, H. A.]] - 18??(???)-19??(???) - Licences: XQD Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''SHERRIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Sherriff|Sherriff, Ernest George]] [https://www.familysearch.org/tree/person/details/K877-WTX] - 1904(Qld)-1964(Qld) - Licences: 4SU Brisbane (Fairfield, 1935-1937; Hawthorne, 1938-1939; Brisbane City, 1947-1960) - Qualifications: cc; AOCP 1464, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Brisbane South, Qld, 1928); instructor of printing (Fairfield, Qld, 1937; Hawthorne, Qld, 1943-1949) ===''SHIELDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Edward Shields|Shields, Arthur James Edward]] [https://www.familysearch.org/tree/person/details/LBCT-D5G] - 1894(Eng)-1948(Vic) - Licences: 3GP Melbourne (East Malvern, 1930-1939; North Balwyn, 1946-1948) - Qualifications: AOCP 690, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (East Melbourne, 1925-1927; Malvern East, 1928; Camberwell, 1931-1933); auditor (Malvern East, 1934-1936); retired (Ringwood, 1943) ===''SHOEMAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Shoemaker|Shoemaker, Harry]] [https://www.familysearch.org/tree/person/details/G828-7LL] - 1879(USA)-1932(USA) - American inventor and pioneer radio engineer, developer of Shoemaker wireless system, associated with Gehring companies, International Telegraph Construction Co (represented in Australia by John William Ormsby Hamilton, who promoted the Shoemaker system here), United Wireless Telegraph Co, Marconi Wireless Telegraph Co of America, Mallory companies - Links: [[w:Harry Shoemaker|Wikipedia]]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0026.pdf PIRE1]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0027.pdf PIRE2] ===''SHORING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Samuel Shoring|Shoring, Thomas Samuel]] [https://www.familysearch.org/tree/person/details/GXDD-NDG] - 1914(Qld)-2002(Qld) - Licences: 4SR Bundaberg (1937-1939; 4SR Brisbane (New Farm, 1947-1948) - Qualifications: cc; AOCP 1872, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Bundaberg, Qld, 1936-1937); salesman (Bundaberg, Qld, 1943); sound engineer (New Farm, Qld, 1954; Holland Park, Qld, 1963-1980) ===''SHORT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Alban Short|Short, Alfred Alban]] [https://www.familysearch.org/tree/person/details/GZTS-9QQ] - 1904(NSW)-1946(NT) - Licences: 2SH Newcastle (Lambton, 1926-1933) - Qualifications: AOCP 280, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Lambton, 1930-1943) * [[/Ormond Short|Short, Ormond]] [https://www.familysearch.org/tree/person/details/9VHH-SGM] - 1901(Vic)-1985(Vic) - Licences: 3SK Melbourne (St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1925-1926); electrical engineer (Armadale, 1928; Horsham, 1931-1972); engineer (Horsham, 1977) * [[/Walter Short|Short, Walter]] - 19??(???)-19??(???) - Licences: 2AJ Receive Sydney (Manly, 1922); 2AJ Sydney (Manly, 1923-1924; Kirribilli, 1924; Manly, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Note: several contemporaneous WSs, insufficient data to identify * [[/William Newton Short|Short, William Newton "Newt"]] [https://www.familysearch.org/tree/person/details/G97J-HMM] - 1897(NSW)-1967(NSW) - Licences: 2ARA Sydney (Auburn, 1948-1954; Beacon Hill, 1955-1958; Auburn, 1960-1961; Beacon Hill, 1965); 2AOW Sydney (Auburn, 1957-1958) - Qualifications: AOCP 2829, 1948, NSW - amateur operator, amateur broadcaster - Electoral Rolls: butcher (Ulmarra, 1930-1934); shopkeeper (Coraki, 1935-1936); munition worker (Mayfield, 1943); machinist (Auburn, 1949-1958); inspector (Beacon Hill, 1963) ===''SHORTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Charles Shortell|Shortell, Raymond Charles]] [https://www.familysearch.org/tree/person/details/LYMQ-4HQ] - 1904(Vic)-1991(Qld) - 3VB Receive Melbourne (East St Kilda, 1923-1924), 3RS Melbourne (St Kilda, 1925-1933), 3RS Shepparton (1937-1939), 3ARF Geelong West (1948-1954), 3ARF Melbourne (Croydon, 1955-1960; Hawthorn, 1965-1975), 4ARS Gold Coast (1980+), amateur operator (AOCP 77, 1925, No. ?? in Vic), amateur broadcaster ===''SHORTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eddy Wilbee Shorten|Shorten, Eddy Wilbee or Welbee or Wiebec "Ted"]] [https://www.familysearch.org/tree/person/details/MWN4-MZM] - 1899(Qld)-1980(Qld) - Licences: 4TS Brisbane (Paddington, 1932-1939) - Qualifications: cc; AOCP 908, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor) - Comment: Middle name variable; Birth Welbee; Marriage Wiebec; Death Wilbe; AOCP Wilbee - Electoral Rolls: ===''SHORTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Shortt|Shortt, Robert]] - 19??(???)-19??(???) - Licences: 4HF Camooweal (1933-1939); 5SR Tennant Creek (1947-1948); 5SR Adelaide (Glenunga, 1954; New Hindmarsh, 1955-1956) - Qualifications: cc; AOCP 1193, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SIBLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sibly|Sibly, Arthur]] [https://www.familysearch.org/tree/person/details/KC5R-MH6] - 1897(WA)-1976(NSW) - Licences: XYX Perth (North Perth, 1913-1914); 6AF Receive Perth (City, 1923); 6AF Perth (North Perth, 1923-1924; Inglewood, 1924); 2SB Sydney (Kirribilli, 1925-1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Relationships: father of 2ASY-3AUV Sydney Arthur Sibly; brother of Clifton Archibald Sibly - Electoral Rolls: insurance clerk (North Perth, 1919-1922); manager (Albion, Qld, 1936; Eagle Junction, Qld, 1937; Rose Bay, NSW, 1943-1958); retired (Rose Bay, 1963-1972) * [[/Clifton Archibald Sibly|Sibly, Clifton Archibald]] [https://www.familysearch.org/tree/person/details/K41R-3JQ] - 1894(SA)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 225, 1915 - likely early wireless experimenter with brother Arthur's licence - Relationships: brother of XYX-6AF-2SB Arthur Sibly; uncle of 2ASY-3AUV Sydney Arthur Sibly - Electoral Rolls: farrier (North Perth, 1915-1937) * [[/Sydney Arthur Sibly|Sibly, Sydney Arthur]] [https://www.familysearch.org/tree/person/details/GDKF-F7R] - 1926(NSW)-2001(Vic) - Licences: 2ASY Sydney (Rose Bay, 1954; Kingsgrove, 1957-1965); 3AUV Melbourne (Eltham, 1969) - Qualifications: cc; 2COCP 945, 1945; BOCP 1049, 1949 - amateur operator; amateur broadcaster - Relationships: son of XYX-6AF-2SB Arthur Sibly; nephew of Clifton Archibald Sibly - Electoral Rolls: communications officer (Kingsgrove, 1958-1963); clerk (Eltham, Vic, 1968-1977; Queanbeyan, 1980) ===''SIDEBOTTOM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lancelot Sidebottom|Sidebottom, Geoffrey Lancelot]] [https://www.familysearch.org/tree/person/details/GD5X-KGH] - 1902(Tas)-1964(Tas) - Licences: 7BB Receive Launceston (1922); Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of 7SK Maxwell Douglas Langford Sidebottom - Electoral Rolls: clerk (Launceston, 1928-1954) * [[/Maxwell Douglas Langford Sidebottom|Sidebottom, Maxwell Douglas Langford]] [https://www.familysearch.org/tree/person/details/GD5X-5QY] - 1922(Vic)-19??(???) - Licences: 7SK Hobart (Newtown, 1948); 7SK Howrah (1954-1980) - Qualifications: cc; AOCP 2830, 1948, Vic - amateur operator; WW2 - Relationships: son of 7BB Geoffrey Lancelot Sidebottom - Electoral Rolls: sound engineer (New Town, 1949); mechanic (Bateau Bay, NSW, 1980) ===''SIDEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Longfield Sidey|Sidey, Robert Longfield]] [https://www.familysearch.org/tree/person/details/LKSN-3P6] - 1874(NSW)-1951(NSW) - Licences: 2ZY Sydney (Lindfield, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of 2CB James Douglas Kay Sidey - Electoral Rolls: accountant (Lindfield, 1930-1949) * [[/James Douglas Kay Sidey|Sidey, James Douglas Kay or Douglas James Kay]] [https://www.familysearch.org/tree/person/details/LKSN-35P] - 1904(NSW)-1963(NSW) - Licences: 2CB Receive Sydney (Lindfield, 1922-1923); 2CB Sydney (Lindfield, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: son of 2ZY Robert Longfield Sidey - Electoral Rolls: grazier (Bethungra, 1943-1949); no occupation (Junee, 1954) ===''SIEVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ernest William Sievers|Sievers, Ernest William]] [https://www.familysearch.org/tree/person/details/KNJD-8MJ] - 1901(Qld)-1962(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 1165, 1933, Qld; 2COCP 9, 1934; 1COCP 38, 1935 - amateur operator? - Electoral Rolls: railway employee (Kelvin Grove, 1925); night officer (Oakey, 1930); railway night officer (Narangba, 1936-1937); radio telegraphist (Ascot, 1943; Clayfield, 1949-1958) * [[/William Frederick Sievers|Sievers, William Frederick]] [https://www.familysearch.org/tree/person/details/GZJN-NDS] - 1902(Vic)-1996(Vic) - Licences: 3CB Receive Melbourne (East Richmond, 1922-1923); 3CB Melbourne (East Richmond & South Yarra, 1924-1939, 1946-1960; Toorak, 1965-1980+) - Qualifications: cc; AOCP 165, 1925, Vic - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Richmond, 1931-1943); reader (South Yarra, 1949-1963); meter reader (Toorak, 1972-1980) ===''SIGAL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Louis Sigal|Sigal, Harold Louis]] [https://www.familysearch.org/tree/person/details/GZ4R-XFJ] - 1908(SA)-1939(NSW) - Licences: 2UK Sydney (Woollahra, 1926-1930) - Qualifications: AOCP 253, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Woollahra, 1930); engineer (Melbourne East, 1931); electrician (Auburn North, 1933; Centennial Park, 1934; Bondi, 1936-1937; West Perth, 1943; Woolowin, 1949; Bellevue Hill, 1954; Kensington, 1958); manager (Bondi, 1963); salesman (Bondi, 1968); retired (Vaulcuse, 1977-1980) ===''SIGMONT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Sigmont|Sigmont, Walter]] [https://www.familysearch.org/tree/person/details/GD58-221] - 1883(NSW)-1942(Vic) - Licences: 3AH Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: patent attorney (Auburn, Vic, 1917; Elsternwick, 1924-1937; Seaford, 1942); ===''SILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Clive Silby|Silby, Arthur Clive]] [https://www.familysearch.org/tree/person/details/G8B6-PSD] - 1894(SA)-19??(???) - Licences: 6AF Perth (North Perth, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 (Australian Wireless Squadron) [https://alh-research.tripod.com/Light_Horse/index.blog/1911865/australian-wireless-squadron-aif-embarkation-roll/] - Electoral Rolls: motor mechanic (Exeter, 1939-1943) ===''SILVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Leslie Silver|Silver, Frank Leslie]] [https://www.familysearch.org/tree/person/details/94HC-LTV] - 1904(Qld)-1987(Qld) - Licences: 4FL Brisbane (Morningside, 1938-1939, 1947-1980+) - Qualifications: cc; AOCP 2086, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Morningside, Qld, 1937-1943); radio mechanic (Morningside, Qld, 1949-1980) ===''SIMMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Simmonds|Simmonds, Arthur George]] [https://www.familysearch.org/tree/person/details/G8DL-234] - 1906(Eng)-1963(NSW) - Licences: 2GS Sydney (Arncliffe, 1930-1934); 2GS Murwillumbah (1935-1939); 4PG Bundaberg (1946-1948); 2APJ Sydney (Cronulla, 1954-1955; Caringbah, 1956-1961) - Qualifications: AOCP 590, 1930, No. ?? in NSW; BOCP 207, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Arncliffe, 1933); gardner (Arncliffe, 1935); radio engineer (Murwillumbah, 1935-1937); technician (4BU Kalkie, 1943-1949) * [[/Ernest John Simmonds|Simmonds, Ernest John]] - 19??(Eng)-19??(Eng) - G2OD Gerrard's Cross, Buckinghamshire, England, amateur operator, first to two way QSO Australia (Nov 1924, 3BQ) ===''SIMMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Trethowan Simmons|Simmons, Henry Trethowan]] [https://www.familysearch.org/tree/person/details/G4M3-BP4] - 1905(WA)-1985(WA) - Licences: 6KX Perth (Subiaco, 1925-1928; Mt Lawley, 1931-1933; Nedlands, 1937-1939, 1946-1948; West Perth, 1954-1955; Mt Pleasant, 1956-1980) - Qualifications: cc; AOCP 181, 1925, No. ?? in WA; CPRT 1121, 1928; 2COCP 295, 1930; 1COCP 257, 1932 - amateur operator, amateur broadcaster, broadcast engineer - Electoral Rolls: radio operator (Maylands, 1931), radio engineer (Nedlands, 1936; West Perth, 1949), engineer (Fremantle, 1958; Mt Pleasant, 1963-1980) * [[/Leonard Joseph Simmons|Simmons, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/GZBM-SKH] - 1907(Vic)-1987(Vic) - Licences: 3LJ Melbourne (Belgrave, 1926-1931; East Prahran, 1933); 3LJ Rheola (1937-1939); 3LV Trafalgar (1948); 3LV Cheltenham (1954-1980+) - Qualifications: AOCP 304, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Womerah, Yarram Yarram, 1928; Toolangi, Yea, 1931; Armadale, 1934-1936; Rheola, Bendigo, 1936-1937; Nanneela West, Bendigo, 1942; Cheltenham, 1949-1980) ===''SIMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Wilkinson Simms|Simms, Eric Wilkinson]] [https://www.familysearch.org/tree/person/details/G7XZ-9RN] - 1906(WA)-1998(Vic) - Licences: 3KS Melbourne (Malvern, 1927-1931; Caulfield, 1933) - Qualifications: AOCP 360, 1927, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Lieutenant) - Electoral Rolls: warehouseman (Malvern, 1931); buyer (Caulfield, 1934; Hawthorn, 1936-1937); manager (Malvern East, 1949-1980) ===''SIMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Robert Simpson|Simpson, Leslie Robert]] [https://www.familysearch.org/tree/person/details/GZD8-4VD] - 1901(WA)-1966(Vic) - 3SA Ararat (1925-1933), 3SA Melbourne (Windsor, 1947-1965), amateur operator (AOCP 44, 1925, No. ?? in Vic), amateur broadcaster, draper, salesman * [[/Harry Blythe Simpson|Simpson, Harry Blythe]] [https://www.familysearch.org/tree/person/details/GF93-CZ3] - 1920(???)-2013(WA) - Licences: 6HS Perth (Leederville, 1937-1939; Mt Lawley, 1947-1948; Nedlands, 1954-1969; Lesmurdie, 1975-1980+) - Qualifications: cc; AOCP 2060, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: traveller (Claremont, WA, 1949-1968); marketing manager (Lesmurdie, WA, 1972); manager (Lesmurdie, WA, 1977-1980) ===''SIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Sims|Sims, Eric Charles]] [https://www.familysearch.org/tree/person/details/G8MK-NXC] - 1907(WA)-1992(Vic) - Licences: Nil yet identified - Qualifications: cc; AOCP 344, 1927, No. 38 in Qld; 2COCP 16, 1934 - amateur operator; WW2 - Electoral Rolls: wireless mechanic (RAAF Point Cook, 1931-1934); QANTAS air pilot (Brisbane, 1936-1937); public servant (Box Hill, 1963) - Comment: several contemporaneous Eric Charles Sims, need to sort electoral rolls * [[/Ernest Leslie Arthur Sims|Sims, Ernest Leslie Arthur]] [https://www.familysearch.org/tree/person/details/LZ6H-6PF] - 1905(Vic)-1960(Vic) - Licences: 3ZA Melbourne (Preston, 1930-1933); 3ZA Apollo Bay (1937-1939, 1946-1947) - Qualifications: AOCP 622, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: carpenter (Preston, 1931; Apollo Bay, 1933-1937; Preston, 1942; Apollo Bay, 1949-1954) ===''SINGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Claude Paul Singleton|Singleton, Claude Paul]] [https://www.familysearch.org/tree/person/details/G4JR-4SV] - 1914(WA)-1990(Qld) - Licences: 4UX Theodore (1936-1939); 4UX Bundaberg (1946-1947); 4UX Stanthorpe (1948); 4UX Atherton (1954-1955); 4UX Malanda (1956); 4UX Ayr (1960); 4UX Childers (1965); 4UX St George (1969); 4UX Gracemere (1975); 4UX Dalby (1980) - Qualifications: cc; AOCP 1638, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; broadcast technician (4QW, 4QO, 4QW, 4RK, 4QS); federal public servant (PMGD); WW2 - Electoral Rolls: baker (Theodore, Qld, 1936-1937); radio mechanic (Stanthorpe, Qld, 1949); radio technician (Yungaburra, Qld, 1954); public servant (Gracemere, Qld, 1972) ===''SIRL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Charles Sirl|Sirl, Clarence William Charles]] [https://www.familysearch.org/tree/person/details/G89J-9LJ] - 1913(SA)-1981(WA) - Licences: 6XG Katanning (1938-1939; 1947-1969) - Qualifications: BOCP 3, 1936; AOCP 2132, 1938, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Katanning, 1937-1968) ===''SLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Irwin Slade|Slade, Charles Irwin]] [https://www.familysearch.org/tree/person/details/GDN1-G28] - 1921(???)-19??(???) - Licences: 3PZ Melbourne (Elwood, 1938-1939, 1947-1954) - Qualifications: cc; AOCP 2172, 1938, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (St Kilda, 1949-1954); medical practitioner (St Kilda, 1967-1968; Elwood, 1972-1980) * [[/Charles William Slade|Slade, Charles William]] [https://www.familysearch.org/tree/person/details/GH3R-28W] - 1893(Eng)-1962(NSW) - Licences: 2SX Sydney (Croydon, 1925-1939, 1946-1961 - Qualifications: cc; Nil yet identified; English PMG Certificate 1st class - amateur operator; amateur broadcaster; WW1 (RAN, 1909-1924); Wireless Weekly (technical editor, 1925-1928); Daily Telegraph (radio & technical editor, 1928-1929); Keogh Radio (engineer, 1929-1930); Croydon Radio (proprietor, 1930-1933+) - Electoral Rolls: radio engineer, R.A.N. (Croydon, 1943-1958) ===''SLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. F. Slater|Slater, J. F.]] - 19??(???)-19??(???) - Licences: Receive Sheffield (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Harold Ivan Slater|Slater, Harold Ivan]] [https://www.familysearch.org/tree/person/details/GDT3-7JP] - 1898(Tas)-1971(Qld) - Licences: Receive (Crystal) Kelso (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: pastoralist (Kelso, Tas, 1919); labourer (Maypole Hotel, New Town, Tas); no occupation (Middle Park, Vic, 1926); airman (Point Cook, Vic, 1927; Middle Park, 1931); traveller (Elsternwick, 1936-1968) ===''SLATTERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Slattery|Slattery, Joseph Patrick]] [https://www.familysearch.org/tree/person/details/G824-KHF] - 1866(Irl)-1931(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St John's College, Camperdown; St Vincent's, Ashfield, 1930) - Links: [[w:Joseph Patrick Slattery|Wikipedia]]; [https://adb.anu.edu.au/biography/slattery-joseph-patrick-8453 ADB] * [[/Joseph Samuel Francis Slattery|Slattery, Joseph Samuel Francis]] [https://www.familysearch.org/tree/person/details/GZVN-SSF] - 1894(NSW)-1988(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 50, 1915; CPRT 167, 1915; 2COCP 324, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Applecross, WA, 1916; Esperance, WA, 1916; RAN radio station, Geraldton, 1917); travelling salesman (Stanthorpe, 1928-1930); traveller (Tamworth, 1932-1933; Woollahra, NSW, 1933-1935); commercial traveller (New Farm, 1936; Hamilton, Qld, 1937; Fairfield, Qld, 1949; West Sydney, 1949-1954); radio officer (Mascot, NSW, 1958-1963); retired (Cremorne, NSW, 1968-1980) ===''SMART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Smart|Smart, Arthur]] [https://www.familysearch.org/tree/person/details/GXHD-TNH] - 1891(NZ)-1980(NZ) - Licences: 4SM Barcaldine (1936-1937); 4SM Paterson (1938-1939); 4SM Longreach (1946-1948); 4SM Cairns (Cairns City, 1954-1956; Freshwater, 1960-1975) - Qualifications: cc; AOCP 1625, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: boiler attendant (Dunevia Station, Blackhall, Qld, 1913); motor engineer (Aramac, Qld, 1916-1925; Barcaldine, 1928-1937); freeholder (Longreach, Qld, 1943); mechanic (Longreach, Qld, 1949); farmer (Cairns, Qld, 1954-1958); retired (Freshwater, Qld, 1963-1972; Cairns, Qld, 1977) ===''SMELLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ellis Henry Smellie|Smellie, Ellis Henry]] [https://www.familysearch.org/tree/person/details/GX7P-FDM] - 1893(Vic)-1991(Vic) - Licences: Nil yet identified - Qualifications: cc; 2COCP 218, 1930; 1COCP 240, 1931 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: radio telegraphist (Radio Station, Applecross, 1925; Geraldton, 1931; Broome, 1936); telegraphist (Caulfield, Vic, 1942-1949); radio officer (Caulfield, Vic, 1954; Blackburn, 1963-1980) ===''SMIBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Smibert|Smibert, George]] - 1840(Sct)-1899(Vic) - clubs (founding member Telegraph Electrical Society Vic), employment (Postal Department Vic, chief electrician), brother of James Smibert Deputy Postmaster-General Victoria * [[/George Smibert|Smibert, James]] - 1836(Sct)-1912(Vic) - employment (Postal Department Vic, Deputy Postmaster-General, appointed following early passing of Samuel Walker McGowan), created a nepotism scandal by early promotion of brother and brother-in-law to the most senior positions in Vic Post & Telegraphs in the early 1890s, likely reason for the positioning of Qld appointees at the top of the Federal PMGD in 1901; the brother of George Smibert Chief Electrician, Postal Dept Vic ===''SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Smith, Alan Shaw - See Alan Shawsmith (change of name) * [[/Arthur Carrington Smith|Smith, Arthur Carrington]] [https://www.familysearch.org/tree/person/details/GDKV-VL2] - 1902(Tas)-1982(NSW) - Licences: 7BN Receive Launceston (1923); 7AB Launceston (1924-1927) - Qualifications: cc; AOCP 8, 1924, No. ?? in Tas; CPRT 930, 1926 - amateur operator; amateur broadcaster; broadcast engineer (operator 7BN Wills & Co wannabe Class B); recording engineer (Cinesound Productions Ltd, Bondi, 1932); inventor of sound-on-film systems - Electoral Rolls: salesman (Launceston, 1928); recording engineer (Bronte, 1931-1935); engineer (Bondi, 1936-1937); recording engineer (Clovelly, 1943-1949; Waverley, 1963-1968); engineer (Waverley, 1977-1980) * [[/Austen Cyril Smith|Smith, Austen Cyril]] [https://www.familysearch.org/tree/person/details/GZ6N-JKF] - 1904(Eng)-1992(NSW) - Licences: 2FS Sydney (Croydon, 1924-1925; Burwood, 1925; Maroubra, 1930-1933; Homebush, 1933; Burwood, 1934-1939) - Qualifications: cc; AOCP 75, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; radio agent - Electoral Rolls: radio agent (Burwood, 1934-1937); radio mechanic (Burwood, 1943-1954); radio engineer (Burwood, 1958-1963); retired (Lower Hawkesbury, 1972-1980) * [[/C. Smith|Smith, C.]] - 19??(???)-19??(???) - Licences: 7BA Receive Stanley (1922); Receive Stanley (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Cedric Preston Smith|Smith, Cedric Preston or Preston-Smith, Cedric]] [https://www.familysearch.org/tree/person/details/G8BB-X47] - 1907(NSW)-1974(NSW) - Licences: 2ZZ Sydney (Cremorne, 1924); 2QK Sydney (Manly, 1935-1936; Balgowlah, 1937; Lane Cove, 1938-1939); 2CD Sydney (Cremorne, 1958-1961; Palm Beach, 1965-1969) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: bank accountant (Binnaway, 1930); bank officer (Manly, 1932; Balgowlah, 1934-1937; South Melbourne, Vic, 1943-1949); bank manager (Ballarat, 1954; Cremorne, 1958-1963); retired (Palm Beach, 1963-1968) * [[/Charles Frederick Smith|Smith, Charles Frederick]] - 1908(Eng)-19??(???) - Licences: No licence yet identified - Qualifications: AOCP 418, 1928, No. ?? in NSW; CPRTelephony 1112, 1928; 2COCP 44, 1929 - amateur operator - Electoral Rolls: Several contemporaneous Charles Frederick Smith's, not yet identified * [[/Colin Hughes Smith|Smith, Colin Hughes]] [https://www.familysearch.org/tree/person/details/L2YH-LLB] - 1910(Vic)-1998(Vic) - Licences: 3PK Melbourne (East Kew, 1928-1939, 1946-1980+) - Qualifications: AOCP 433, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Kew, 1931-1937); engineer (Kew, 1943-1980) * [[/Herbert Henry Baker Smith|Smith, Herbert Henry Baker]] [https://www.familysearch.org/tree/person/details/GXFN-H6R] - 19??(???)-1932(Qld) - Licences: 4DP Receive Cairns (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Cairns, Qld, 1925-1930) * [[/J. H. Smith|Smith, J. H.]] - 19??(???)-19??(???) - Licences: 4EA Receive Beenleigh (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/John Albert Malcolm Smith|Smith, John Albert Malcolm]] [https://www.familysearch.org/tree/person/details/L264-537] - 1911(Eng)-1987(SA) - Licences: 5JR Adelaide (St Peters, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1375, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939-1943) * [[/P. W. Smith|Smith, P. W.]] - 19??(???)-19??(???) - Licences: 4EF Receive Brisbane (Alderley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Sidney Hugh Holland Smith|Smith, Sidney Hugh Holland]] - 1861(???)-1933(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, senior state public servant (Qld P&T, Chief Mechanician), senior federal public servant (PMGD, State Mechanician, Qld), radio clubs (QWI, vice president), business proprietor (Telephone and Electrical Supplies Co) * [[/Stuart Disney Paull Smith|Smith, Stuart (Birth) or Stewart (Electoral Rolls) Disney Paull or Paul]] [https://www.familysearch.org/tree/person/details/GXDB-8D8] - 1913(Qld)-1986(Qld) - Licences: 4LA Brisbane (Corinda, 1934-1939); 4LA Amberley (1946-1948); 4LA Brisbane (Camp Hill, 1960-1980) - Qualifications: cc; AOCP 1303, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor); military (RAAF, navigator); broadcast technician (4BC); Dept Education (O/C Radio) - Electoral Rolls: engineer (Corinda, Qld, 1936-1949); radio technician (New Farm, Qld, 1949); maintenance officer (Camp Hill, Qld, 1954-1963); public servant (Camp Hill, Qld, 1972-1980) * [[/Sydney Smith|Smith, Sydney]] - 1856(NSW)-1934(NSW) - senior state politician (NSW MLA), senior federal politician (Postmaster-General, 1904-1905) * [[/Wilfred Smith|Smith, Wilfred]] [https://www.familysearch.org/tree/person/details/GXRQ-PQ1] - 1896(Eng)-19??(???) - Licences: Receive Adelaide (St Peters, 1923); 5AG Adelaide (Henley Beach, 1937-1939, 1947-1948) - Qualifications: cc; CPRT 602, 1921; 2COCP 419, 1941; 1COCP 882, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Henley, SA, 1939-1943) * [[/William Arthur Smith|Smith, William Arthur]] [https://www.familysearch.org/tree/person/details/GMCX-XL9] - 1906(SA)-1970(SA) - Licences: 5LZ Wallaroo (1929-1933) - Qualifications: cc; AOCP 526, 1929, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical mechanic (Glenunga, 1939-1943) - beware several contemporaneous William Arthur Smith's * [[/William Henry Smith|Smith, William Henry]] [https://www.familysearch.org/tree/person/details/GX2V-L4R] - 1911(SA)-19??(???) - Licences: 5SW Adelaide (Woodville, 1937-1939, 1947-1956); 5ASW Adelaide (Woodville, 1980+) - Qualifications: cc; AOCP 1996, 1937, SA; BOCP 431, 1942 - amateur operator; amateur broadcaster - Comment: Several contemporaneous WHSs - Electoral Rolls: operator (Woodville, SA, 1939) * [[/W. J. Smith|Smith, W. J.]] - 19??(???)-19??(???) - Licences: N758 Receive Sydney (Hurstville, 1922); 2IC Receive Sydney (Hurstville, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''SMITHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Charles Smithers|Smithers, Ernest Charles]] [https://www.familysearch.org/tree/person/details/G8Z1-GQ1] - 1885(NSW)-1953(NSW) - Licences: Nil yet identified - Qualifications: AOCP 552, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: inspector of fisheries (Urunga, 1930); inspector (Burwood, 1930-1949) ===''SMYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Walter Smyth|Smyth, Cedric Walter]] [https://www.familysearch.org/tree/person/details/GD1C-4MX] - 1916(WA)-1987(SA) - Licences: 7CD Devonport (1933-1939); 3ACH Melbourne (Doncaster East, 1954-1980+) - Qualifications: cc; AOCP 1133, 1933, Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: toolmaker (Preston, Vic, 1942-1949); engineer (Doncaster East, 1954-1977) * [[/Victor Loftus Smyth|Smyth, Victor Loftus]] [https://www.familysearch.org/tree/person/details/LR8F-P8L] - 1905(Vic)-1972(Vic) - Licences: 3PJ Receive Geelong (1923); 3PJ Geelong (1924); 3PJ Bendigo (1924-1939) - Qualifications: AOCP 126, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Bendigo, 1928-1972) ===''SMYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Cresswell Smythe|Smythe, Alan (BMD) or Allan (Electoral Rolls) Cresswell]] [https://www.familysearch.org/tree/person/details/G8JQ-V9V] - 1908(SA)-1983(SA) - Licences: 5MF Adelaide (Torrensville, 1930-1939, 1946-1948; Hazlewood Park, 1954-1980+) - Qualifications: AOCP 658, 1930, No. ?? in SA; AOLCP 135, 1933; BOCP 125, 1937; 1COCP 196, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Torrensville, SA, 1939-1943) ===''SNADDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Ernest Snaddon|Snaddon, John Ernest]] [https://www.familysearch.org/tree/person/details/GZLF-B75] - 1920(Eng)-1944(Aegean Sea) - Licences: 3VE Melbourne (Malvern, 1939) - Qualifications: AOCP 2322, 1939, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, 459 Squadron, Warrant Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/snaddon-john-ernest-409361/] ===''SNAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Leslie Snaith|Snaith, Samuel Leslie]] [https://www.familysearch.org/tree/person/details/GZJN-2S8] - 1901(Vic)-1961(Vic) - Licences: 3ZR Melbourne (Footscray, 1923-1926; Newport, 1931) - Qualifications: cc; AOCP 166, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1924-1928; Newport, 1931-1954) ===''SNAPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fairlie Roger de Burgh Snape|Snape, Fairlie Roger de Burgh]] [https://www.familysearch.org/tree/person/details/G649-B1V] - 1900(NSW)-1988(NSW) - Licences: 2NU Receive Quirindi (1923); 4JK Willis Island (1931) - Qualifications: cc; CPRT 695, 1922; 2COCP 340, 1931; 1COCP 221, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: operator (Quirindi, 1930); wireless operator (Quirindi, 1934-1936); radio engineer (Killara, 1949-1968); engineer (Killara, 1980) ===''SNOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Charles Snook|Snook, Keith Charles]] [https://www.familysearch.org/tree/person/details/GDTG-Z2D] - 1908(Tas)-1946(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 (RAAF) - Electoral Rolls: motor engineer (Hobart North, 1936); motor mechanic (Hobart Central, 1937) ===''SNOSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Raymond Snoswell|Snoswell, Alfred Raymond]] [https://www.familysearch.org/tree/person/details/9NWH-MCT] - 1899(SA)-1971(SA) - Licences: 5AD Adelaide (Exeter, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Largs, 1939-1943) ===''SODEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander William Soden|Soden, Alexander William]] [https://www.familysearch.org/tree/person/details/G8N9-7M1] - 1909(Qld)-1948(Qld) - Licences: 4AS Brisbane (Annerley, 1930-1939; Yeerongpilly, 1946-1948) - Qualifications: cc; AOCP 634, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Annerley, 1934-1943) ===''SOUMPROU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emile Walter Soumprou|Soumprou, Emile Walter]] [https://www.familysearch.org/tree/person/details/9ZZF-SX7] - 1906(Vic)-1955(Vic) - Licences: 3WK Melbourne (Thornbury, 1929-1931; North Fitzroy, 1938-1939, 1946-1948; East Brighton, 1954-1956) - Qualifications: AOCP 511, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: student (Northcote, 1936-1937); retired (Fitzroy North, 1942-1949); Elsternwick, 1954) ===''SOUTHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Lindsay Southwell|Southwell, Clifford Lindsay]] [https://www.familysearch.org/tree/person/details/GZNM-FDF] - 1897(???)-1973(NSW) - 2SW Sydney (Cremorne, 1925-1926; Northbridge, 1927-1929; Brighton-Le-Sands, 1930-1931; Northbridge, 1933-1939), amateur operator (AOCP 131, 1925, No. ?? in NSW), amateur broadcaster, WW1 (Army, Private) & WW2 (Australian Army, colonel), sales manager (1954) * [[/Leslie William Douglas Southwell|Southwell, Leslie William Douglas]] [https://www.familysearch.org/tree/person/details/9WXT-S8L] - 1900(NSW)-1960(Vic) - Licences: 3SL Seymour (1924-1939, 1946-1954); 3SL Melbourne (Montrose, 1955-1960) - Qualifications: cc; AOCP 250, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Seymour, 1931-1954) * [[/Noel Leslie Southwell|Southwell, Noel Leslie]] [https://www.familysearch.org/tree/person/details/GZNM-ZJW] - 1919(NSW)-1998(NSW) - 2ZF Sydney (Leichhardt, 1935-1939, 1946-1950; Yagoona, 1954-1980+), qualifications (AOCP 1565, 1935, No. ?? in NSW; 1COCP 149, 1937), amateur operator, broadcast technician (1949), QSL collection survives ARDXC/NFSA ===''SPARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Spark|Spark, John]] - 1879(USA)-19??(???) - Licences: 6AC Perth (City, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: soldier (Fremantle, 1917); civil servant (West Perth, 1921) - Comment: identification not certain ===''SPEDDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Spedding|Spedding, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GQ82-ZCM] - 1897(NSW)-1958(NSW) - Licences: 4DU Receive Brandon (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bookkeeper (Brandon, Qld, 1921-1925); clerk (Lakemba, NSW, 1932-1958) ===''SPENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Keith Spence|Spence, Edward Keith]] [https://www.familysearch.org/tree/person/details/LBYN-S3H] - 1908(Qld)-1980(NSW) - Licences: 4DT Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Union Bank, Wagga Wagga, NSW, 1930; Wellington, NSW, 1934); bank officer (Bondi, NSW, 1936; Rose Bay, NSW, 1937; Epping, NSW, 1943-1949; Northbridge, NSW, 1963-1977); retired (Cremorne, NSW, 1980) * [[/William Guthrie Spence|Spence, William Guthrie]] - 1846(Sco)-1926(Vic) - senior federal politician (Postmaster-General, 1914-1915) ===''SPENCER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derek David Spencer|Spencer, Derek David]] [https://www.familysearch.org/tree/person/details/GFSW-N55] - 1909(Eng)-1982(Tas) - Licences: 3DS Melbourne (Altona, 1934-1937); 6DS Perth (Pearce, 1938-1939) - Qualifications: cc; AOCP 1280, 1934, Vic; AOLCP 157, 1934; 2COCP 55, 1936; 1COCP 111, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: poultry farmer (Ulverstone, Tas, 1954; Leven, Tas, 1963); farmer (Gawler, Tas, 1972) ===''SPERRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred John Sperring|Sperring, Wilfred John]] [https://www.familysearch.org/tree/person/details/KVLY-JPK] - 1917(WA)-1966(WA) - Licences: 6SP Perth (Victoria Park, 1937-1939, 1947-1948; Belmont, 1954) - Qualifications: cc; AOCP 1920, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Victoria Park, WA, 1943); mechanic (Victoria Park, WA, 1949); radio engineer (Belmont, WA, 1954-1963) ===''SPICER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Spicer|Spicer, Victor John]] [https://www.familysearch.org/tree/person/details/G88M-KKY] - 1910(Eng)-1985(Vic) - Licences: 3VS Melbourne (Mordialloc, 1929-1931; East Malvern, 1933; North Fitzroy, 1937-1939, 1946-1948) - Qualifications: AOCP 554, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1934); constable (Port Melbourne, 1936; Fitzroy, 1937-1954; Carlton South, 1967-1968); retired (Hurstbridge, Vic, 1977-1980) ===''SPITZKOWSKY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Royston Stanley Spitzkowsky|Spitzkowsky, Max Royston Stanley]] [https://www.familysearch.org/tree/person/details/GZYD-23H] - 1904(NSW)-1989(NSW) - Licences: 2MS Newcastle (Hamilton, 1926-1975) - Qualifications: AOCP 302, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: turner (Hamilton, 1932-1972) ===''SPOTSWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Ernest Spotswood|Spotswood, Cyril Ernest]] [https://www.familysearch.org/tree/person/details/GDTC-4GM] - 1897(Tas)-1964(Tas) - Licences: Receive Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Burnie, 1936-1943); fettler (Burnie, 1949-1954) * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] [https://www.familysearch.org/tree/person/details/M7P4-M7C] - 1892(Qld)-1973(Qld) - Licences: 4JH Poopoonbah via Giru (1935-1939) - Qualifications: cc; AOCP 1356, 1934, Qld - amateur operator; amateur broadcaster - Comment: second YL operator in Qld - Relationships: Wife of 4JK Jack Lawrence Humphry - Electoral Rolls: home duties (Ching Do Siding, Ayr, Qld, 1919-1936; Giru, Qld, 1937-1949; Poopoonbah, Qld, 1954; St Lucia, Qld, 1958-1972) ===''SPRENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Ernest Sprenger|Sprenger, Herbert Ernest]] [https://www.familysearch.org/tree/person/details/GMQD-2CJ] - 1914(Qld)-2000(Qld) - Licences: 4ES Bundaberg (1932-1939); 4ES Brisbane (New Farm, 1946-1948; Holland Park, 1954; Upper Mt Gravatt, 1955-1960; Rainworth, 1965-1980+) - Qualifications: cc; AOCP 1064, 1932, No. ?? in Qld; BOCP 165, 1938; 1COCP 530, 1941 - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); state public servant (Qld Police, radio comms) - Electoral Rolls: radio mechanic (Bundaberg, 1936-1937); police constable (New Farm, Qld, 1943-1949); sergeant police (Holland Park, Qld, 1954; Upper Mt Gravatt, Qld, 1958); sub-inspector police (Rainworth, Qld, 1963-1968); police officer (Rainworth, Qld, 1972); retired (Bardon, Qld, 1977-1980) ===''SPURRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Charles Spurrier|Spurrier, Leonard Charles]] [https://www.familysearch.org/tree/person/details/LTY1-WZJ] - 1904(Wales)-1984(SA) - Licences: S382 Receive Adelaide (North Adelaide, 1922); 5AL Receive Adelaide (North Adelaide, 1923); Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Clarence Park, 1939-1941; Eden Hills, 1943) ===''SQUIRES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Jack Squires|Squires, Jack]] [https://www.familysearch.org/tree/person/details/G8CX-3GW] - 1909(WA)-1972(???) - Licences: 6JS Perth (Cannington, 1929-1939; Como, 1946-1956; Nedlands, 1960; West Leederville, 1965-1969) - Qualifications: cc; AOCP 510, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Cannington, 1931-1936); sales manager (Midland Junction, 1937; South Perth, 1943-1954); manager (Subiaco, 1963); business manager (West Kalamunda, 1968) ===''ST JOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Clive Bolingbroke St John|St John, Henry Clive Bolingbroke]] [https://www.familysearch.org/tree/person/details/LBTN-PV8] - 1895(Eng)-1972(NSW) - Licences: 2RX Receive Sydney (Rockdale, 1923-1925); 2RX Sydney (Rockdale, 1926-1939; Northbridge, 1965-1969) - Qualifications: AOCP 258, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: reader (Rockdale, 1930-1936; Northbridge, 1943-1963) ===''STACEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Keith Stacey|Stacey, Howard Keith]] [https://www.familysearch.org/tree/person/details/G3TY-D8M] - 1907(NSW)-1993(SA) - Licences: 5XA Adelaide (Firle, 1934-1937; Knightsbridge, 1938-1939; Leabrook, 1947-1956; Glynde, 1960-1980+) - Qualifications: cc; AOCP 1360, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: compositor (Burnside, SA, 1939-1941) * [[/Roy Ernest Stacey|Stacey, Roy Ernest]] [https://www.familysearch.org/tree/person/details/GXDT-PNR] - 1902(Qld)-1973(Qld) - Licences: 4RS Proserpine (1933-1939, 1948-1969) - Qualifications: cc; AOCP 1187, 1933, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: office assistant (Bauple, Qld, 1925); clerk (Proserpine, Qld, 1928-1972) ===''STACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Patrick Charles Stack|Stack, Robert Patrick Charles]] [https://www.familysearch.org/tree/person/details/GXDL-Y2K] - 1904(Eng)-1966(Qld) - Licences: 4TK Innisfail (1936-1939, 1947-1965) - Qualifications: cc; AOCP 1742, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: hairdresser (Innisfail, Qld, 1930-1932); stationer (Innisfail, Qld, 1936-1943) ===''STACKPOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Julian Stackpole|Stackpole, Peter Julian]] [https://www.familysearch.org/tree/person/details/GD3D-H8N] - 1947(Vic)-2004(ACT) - Licences: 3ZQS Melbourne (North Clayton, 1980+; 1RX Canberra, 1990s); Qualifications: cc; AOLCP 2203, 1966; AOCP N1856, 1988 - amateur operator; broadcast planning engineer (P&TD, DoC, DoTaC, ABA, ACA) - Electoral Rolls: assistant (Hampton, 1972); technical officer (Clayton, 1977-1980) ===''STAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Hurst William Stafford|Stafford, John Hurst William]] [https://www.familysearch.org/tree/person/details/LV6P-XSJ] - 1901(Qld)-1992(Qld) - Licences: 4CD Receive Ipswich (Ebbw Vale, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: electrician (Ebbw Vale, 1925-1928; Booval, 1932-1949); engineer (East Ipswich, 1958-1963); retired (Mansfield, 1977-1980) ===''STANFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Roy Stanfield|Stanfield, Clifford Roy]] [https://www.familysearch.org/tree/person/details/GQXR-9GG] - 1900(NSW)-1991(NSW) - Licences: N744 Receive Newcastle (1922); 2HX Receive Newcastle (1922) - Qualifications: cc; CPRT 383, 1918; 2COCP 136, 1930; 1COCP 140, 1930 - amateur receiver; WW1 - Electoral Rolls: wireless operator (Randwick, 1930; Maroubra, 1932-1968); retired (Blaxland, 1977-1980) ===''STANLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. M. Stanley|Stanley, J. M.]] - 19??(???)-19??(???) - Licences: 2JS Receive Sydney (Crow's Nest, 1922-1923); 2JS Sydney (Crow's Nest, 1924); Orange (1924-1929) - Qualifications: cc; AOCP 100, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; newsagent (Leura, late 1920s) - Identification: Not yet identified (possibly James Melville Stanley, electrician, Lockhart, 1930) - Electoral Rolls: Nil yet identified ===''STAPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Stapleton|Stapleton, John William]] [https://www.familysearch.org/tree/person/details/GXG7-R9P] - 1915(SA)-1980(SA) - Licences: 5KY Adelaide (Port Adelaide, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1314, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Cook, SA, 1941-1944) ===''STARKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Starkie|Starkie, Thomas William]] [https://www.familysearch.org/tree/person/details/GZBS-NCY] - 1906(Qld)-1982(Qld) - Licences: 4NW Brisbane (Nundah, 1926-1939) - Qualifications: cc; AOCP 306, 1926, No. 30 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Nundah, 1928-1937); warehouse assistant (Holland Park, 1943); manager (Wavell Heights, 1949); agent (Toowong, 1954-1958); manufacturer's agent (Kenmore, 1963); agent (Tennyson, 1968-1972); retired (The Gap, 1977; North Tamborine, 1980) ===''STARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Starr|Starr, Francis John]] [https://www.familysearch.org/tree/person/details/GZLN-LC4] - 1916(Qld)-1940(off Qld coast) - Licences: 4FS Stanthorpe (1937-1939) - Qualifications: cc; AOCP 1930, 1937, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 23 Squadron, Aircraftsman Class 1) - Electoral Rolls: baker (Stanthorpe, 1937) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1719163] ===''STEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey William Ashcroft Steane|Steane, Geoffrey William Ashcroft]] [https://www.familysearch.org/tree/person/details/GMCF-JWV] - 1905(Vic)-1957(Vic) - Licences: 3UX Melbourne (Mont Albert, 1923-1933); 3SX Melbourne (Mont Albert, 1923-1925) - Qualifications: cc; CPRT 775, 1923; 2COCP 330, 1931 -amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Mont Albert, Vic, 1931); engineer (Camberwell, Vic, 1937); radio engineer (Dee Why, NSW, 1949); television engineer (Double Bay, NSW, 1954); engineer (Camberwell, Vic, 1954) ===''STEELE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rowland Edward James Steele|Steele, Rowland Edward James]] [https://www.familysearch.org/tree/person/details/GDTC-2ZM] - 1904(Tas)-1987(Tas) - Licences: Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Hobart West, 1928); dairyman (West Hobart, 1937-1972) ===''STEPHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Goldsmith Stephen|Stephen, Percy Goldsmith]] [https://www.familysearch.org/tree/person/details/GD2J-HVR] - 1896(NSW)-1976(NSW) - Licences: 2ZB Sydney (Balmain, 1924-1925); 2PS Sydney (Balmain, 1926; Granville, 1927-1930; Lidcombe, 1931-1936; Croydon, 1937-1939; Five Dock, 1946-1958; Condell Park, 1960-1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical mechanic (Granville, 1930); electrician (Lakemba, 1930; Lidcombe, 1932-1936); electrical fitter (Five Dock, 1943-1958); fitter (Condell Park, 1968-1972) ===''STEPHENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Nelson Stephens|Stephens, Arthur Nelson]] [https://www.familysearch.org/tree/person/details/G941-3F1] - 1886(Eng)-1972(Qld) - Licences: 4CG Receive Brisbane (Clayfield, 1922); 4CG Brisbane (Clayfield, 1923-1925); Operator of 4AE - Qualifications: cc; Nil yet identified - coastal wireless operator; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: draughtsman (North Carlton, Vic, 1912-1914); engineer (Wireless Station, Pinkenba, 1915-1919; Clayfield, 1925-1928); hotel keeper (Palm Beach Hotel, Elanora, 1932-1934; Grand Hotel, Southport, 1936-1943); cafe proprietor (Southport, 1949); secretary (Main Beach, 1954-1958; Southport East, 1963-1968) * [[/Frank Richmond Stephens|Stephens, Frank Richmond]] [https://www.familysearch.org/tree/person/details/GXQ7-MLM] - 1897(Qld)-1977(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 452, 1919 - RANRS - Electoral Rolls: naval reservist (New Farm, 1921); farm hand (Wamuran, Qld, 1925); wireless operator (New Farm, 1925-1937); radio mechanic (New Farm, Qld, 1943); agent (New Farm, Qld, 1949); caretaker (Brisbane, 1954-1958); retired (Bowen Hills, 1963; Coolangatta, 1968-1972) * [[/Harry James Milne Stephens|Stephens, Harry James Milne]] [https://www.familysearch.org/tree/person/details/GXYC-KQH] - 1900(WA)-1982(WA) - Licences: 6ZZ Perth (South Perth, 1935-1939; Bassendean, 1947-1960; Eden Hill, 1965-1980+) - Qualifications: cc; AOCP 1530, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Albany, WA, 1925); railway employee (Katanning, WA, 1931-1936); storekeeper (Fremantle, WA, 1937); aircraftsman (Bassendean, WA, 1943-1963); railway employee (Eden Hill, WA, 1968-1972); retired (Bassendean, WA, 1977-1980) * [[/Thomas Stephens|Stephens, Thomas]] [https://www.familysearch.org/tree/person/details/GZ2B-35G] - 1912(Vic)-1944(Sct) - Licences: 3GO Melbourne (Essendon, 1931-1933) - qualifications: AOCP 489, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1944) - Electoral Rolls: bank clerk (Essendon, 1936-1942) - "Greater love hath no man" [https://aviationmuseumwa.org.au/afcraaf-roll/stephens-thomas-418036/] * [[/Thomas Blacket Stephens|Stephens, Thomas Blacket or Blackett]] [https://www.familysearch.org/tree/person/details/G9WG-Y5P] - 1902(Qld)-1999(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 309, 1926, No. 31 in Qld - amateur operator? - Electoral Rolls: articled law clerk (Annerley, 1925-1928); solicitor (Annerley, 1934; Fortitude Valley, 1936-1937; Clayfield, 1949-1968); retired (St Lucia, 1972-1980) ===''STEPHENSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Wilfred Stephenson|Stephenson, Charles Wilfred]] [https://www.familysearch.org/tree/person/details/93BK-M7F] - 1905(Qld)-1997(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother); 2BWQ Sydney (Blacktown, 1980+) - Qualifications: cc; AOCP 282, 1926, No. 25 in Qld - amateur operator; amateur broadcaster; radio clubs (Wooloowin RC, operator 4WN; WIAQ, operator 4AE); broadcast technician (4QG); business proprietor (cinema audio) - Relationships: brother of 4RG Harold John Stephenson - Electoral Rolls: public servant (Wooloowin, Qld, 1928-1929); electrical engineer (Pymble, NSW, 1932-1933); sound engineer (Capertee, NSW, 1936-1937); panel beater (Bourke, NSW, 1943); mechanic (Capertee, NSW, 1949-1954; Maroubra, NSW, 1958); autoelectrician (Blacktown, NSW, 1963-1977); retired (Blacktown, NSW, 1980) * [[/Harold John Stephenson|Stephenson, Harold John]] [https://www.familysearch.org/tree/person/details/93BK-9M3] - 1903(Qld)-1990(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother) - Qualifications: cc; AOCP 290, 1926, No. 27 in Qld - amateur operator; amateur broadcaster - Relationships: brother of 4RG/2BWQ Charles Wilfred Stephenson - Electoral Rolls: railway employee (Wooloowin, Qld, 1925-1943); sheet metal worker (Wooloowin, Qld, 1949); engineer (Wooloowin, Qld, 1954); aircraft mechanic (Maroubra, NSW, 1963-1980) ===''STEVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edgar F. Stevens|Stevens, Albert Edgar F. "Bert"]] [https://www.familysearch.org/tree/person/details/KH4H-N2D] - 1894(Vic)-1954(WA) - Licences: 6BN Perth (North Perth, 1924-1927; South Perth, 1930-1939); nominated licensee for W732 WIA WA (1922) - Qualifications: cc; AOCP 136, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geraldton, WA, 1916-1917); phone mechanic (North Perth, WA, 1925; South Perth, WA, 1931-1954) * [[/Frederick William Stevens|Stevens, Frederick William]] - 1898-19?? - 4SP Brisbane, amateur operator (PRTC 788, 1923, Marconi & Telefunken; 1COCP, 1930, Qld), Coastal wireless operator; first chief engineer 4QG, state public servant (4QG), pilot (Qantas), federal public servant (DCA) * [[/Robert Edward Stevens|Stevens, Robert Edward]] [https://www.familysearch.org/tree/person/details/GD1Z-ZMF] - 1908(Vic)-1994(Vic) - Licences: 7OJ Deloraine (1931-1933); 3OJ Melbourne (Burwood, 1937-1939, 1946-1980+) - Qualifications: cc; AOCP 817, 1931, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (Auburn, Vic, 1931; Burwood, 1937-1980) ===''STEWART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Barnett Stewart|Stewart, Alexander Barnett]] [https://www.familysearch.org/tree/person/details/GHBR-VND] - 1895(Sct)-1981(Qld) - Licences: 4DD Receive Brisbane (Hawthorne, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: jackeroo (Oondooroo, Qld, 1919); farmer (Palmwoods, Qld, 1921-1925); orderman (Hawthorne, Qld, 1928); truck driver (Eight Mile Plains, Qld, 1936-1937); foreman (Hawthorne, Qld, 1943-1980) * [[/Donald Richardson Stewart|Stewart, Donald Richardson]] [https://www.familysearch.org/tree/person/details/94CC-2MT] - 1902(Vic)-1993(Vic) - Licences: V739 Receive Lorne (1922); 3GS Receive Lorne (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: motor driver (Lorne, 1925-1954); guest house proprietor (Lorne, 1967-1968); proprietor (Lorne, 1972-1980) * [[/John Edgar Stewart|Stewart, John Edgar]] [https://www.familysearch.org/tree/person/details/GZD8-3JC] - 1884(NSW)-1957(NSW) - Licences: 2MR Newcastle (Mayfield, 1923-1929; Hamilton, 1930); 2MR Sydney (Chatswood, 1931); 4MR Brisbane (Nundah, 1933-1939, 1946-1948); 2MR Waratah (1954-1957) - Qualifications: cc; AOCP 43, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; Commonwealth Electoral Commission (Chief Electoral Officer) - Electoral Rolls: clerk (Arncliffe, 1913); District Returning Officer (Mayfield, 1930); Commonwealth Electoral Officer (Nundah, Qld, 1937-1949); retired (Waratah, 1954) * [[/Henry Stewart|Stewart, Henry]] [https://www.familysearch.org/tree/person/details/GXS7-R71] - 1896(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 234, 1916; 1COCP 318, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Comment: Several contemporaneous HSs - Electoral Rolls: Nil yet identified * [[/William Alfred Stewart|Stewart, William Alfred]] [https://www.familysearch.org/tree/person/details/GXBZ-4XJ] - 1910(WA)-2020(WA)109yo - Licences: 6ST Perth (West Leederville, 1937-1939) - Qualifications: cc; AOCP 1958, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Balkatta, WA, 1936; Leederville, WA, 1937); salesman (Wembley Park, WA, 1943; Leederville, WA, 1949); technician (Floreat Park, WA, 1954-1963; Wembley Park, WA, 1968; Floreat Park, WA, 1972-1980) - Links: [https://gerontology.fandom.com/wiki/William_Stewart Gerontology] ===''STIPEK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Stipek|Stipek, John "Jack"]] [https://www.familysearch.org/tree/person/details/GD5X-XL1] - 1898(NSW)-1974(Florida, USA) - Licences: 7BE Receive St Helens (1923); Receive St Helens (1923); 7BE St Helens (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMG telegraph messenger, left PMGD 1920; first to log KGO in Tas - Comment: beware two other John Stipek's concurrently in Tas, 1920s - Electoral Rolls: civil servant (St Helens, 1919); clerk (St Helens, 1922) ===''STITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Hugh Rankin Stitt|Stitt, Walter Hugh Rankin Jnr "Hughie"]] [https://www.familysearch.org/tree/person/details/GWBX-L5G] - 1908(NSW)-1972(NSW) - 2WH Forbes (1925-1969+), 2ARN Forster (1965-1969+), amateur operator (AOCP 196, 1925, No. ?? in NSW), amateur broadcaster, "brother-in-law" of Leslie Maclean Wilson 2LM, note his father also Walter Hugh Rankin Stitt and lived in same district ===''STOCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Daniel Alan John Stocks|Stocks, Daniel Alan John]] [https://www.familysearch.org/tree/person/details/GZN8-R5P] - 1897(Vic)-1933(Vic) - 3DJ Melbourne (Canterbury, 1925-1927; Surrey Hills, 1931), amateur operator (AOCP 144, 1925, No. ?? in Vic), amateur broadcaster, electrical engineer, gone too soon ===''STOCKTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Stockton|Stockton, Norman]] - 1904(WA)-1943(Germany) - 4NQ Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, military (WW2, press correspondent), journalist, "Greater love hath no man than this" ===''STOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allen Frederick Stow|Stow, Allen Frederick]] [https://www.familysearch.org/tree/person/details/G8WR-7GG] - 1910(Vic)-1966(Vic) - Licences: 3AS Melbourne (North Carlton,1928-1931; North Fitzroy, 1933-1939, 1946-1947; Northcote, 1948-1965); 3AFS Portable Melbourne (Northcote, 1948-1965) - Qualifications: AOCP 441, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army) - Electoral Rolls: engineer (Carlton North, 1931; Fitzroy North, 1934-1942) ===''STOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Alfred Stowe|Stowe, Harry Alfred]] [https://www.familysearch.org/tree/person/details/GWBJ-YTW] - 1892(NSW)-1977(NSW) - Licences: XAS Sydney (Drummoyne, 1911-1914); 2CX Receive Sydney (Chatswood, 1922-1923); 2CX Sydney (Chatswood, 1924-1929) - Qualifications: cc; AOCP 19, 1924, No. 9 in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, 1930-1958); retired (Frenchs Forest, 1968-1977) ===''STOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Bickley Stoyle|Stoyle, Jack Bickley]] [https://www.familysearch.org/tree/person/details/GM1Z-JWV] - 1881(India)-1966(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 91, 1915; 1COCP 55, 1930 - RANRS (Commissioned Telegraphist, terminated Nov 1920); AWA CRS - Electoral Rolls: wireless telegraphist (Rockhampton, 1917); radio station master (Darwin, 1922; Kilkenny, 1939-1943) ===''STRAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Michael Strafford|Strafford, John Michael]] [https://www.familysearch.org/tree/person/details/LZ2K-LBX] - 1900(SA)-1974(SA) - Licences: 5JS Adelaide (Stepney, 1936-1939; City, 1947-1965; Windsor Gardens, 1969-1975) - Qualifications: cc; AOCP 1710, 1936, SA; BOCP 514, 1943 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''STRATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Stephen Stratford|Stratford, Leo Stephen]] [https://www.familysearch.org/tree/person/details/GXHV-HRX] - 1915(Qld)-1999(Qld) - Licences: 4AE Goondiwindi (1936-1939); 4LS Goondiwindi (1947-1956) - Qualifications: cc; AOCP 1678, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Goondiwindi, Qld, 1936-1949); radio dealer (Goondiwindi, Qld, 1954-1958); electrician (Goondiwindi, Qld, 1968); refrigeration mechanic (Goondiwindi, Qld, 1980) ===''STREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Streamer nee Mackenzie, Florence Madeline "Madeline" - See Florence Madeline Mackenzie 4YL ===''STREET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frederick Street|Street, Reginald Frederick]] [https://www.familysearch.org/tree/person/details/GW5S-Z4L] - 1900(Tas)-1927(Tas) - Licences: 7BD Receive Hobart (1923); Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: draper's assistant (Hobart West, 1922) ===''STROHFELDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Strohfeldt|Strohfeldt or Strofeldt, Gilbert]] [https://www.familysearch.org/tree/person/details/LVWD-W9Z] - 1904(Qld)-1951(Qld) - Licences: 4GS Brisbane (Paddington, 1932-1939; Camp Hill, 1948-1956) - Qualifications: cc; AOCP 1041, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Comment: licensed for 5 years after passing - Electoral Rolls: postal assistant (Roma, 1926); telegraphist (Charleville, 1928-1930); Paddington, Qld, 1936-1937); assistant radio inspector (Camp Hill, Qld, 1943) ===''STUART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Stuart|Stuart, Francis John]] [https://www.familysearch.org/tree/person/details/GXSH-RPC] - 1895(SA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: naval officer (Hobart, Tas, 1919); telegraphist (Hobart, 1922; Oakleigh, Vic, 1928-1942); primary producer (Tarra Valley, Vic, 1949-1954) * [[/Michael Aloysius Horatio Stuart|Stuart, Michael Aloysius Horatio]] [https://www.familysearch.org/tree/person/details/GXLC-2D9] - 1891(Vic)-1953(Vic) - Licences: 3MH Melbourne (Moonee Ponds, 1927); 3MH Rockbank (1931-1937); 5MS Adelaide (Rosewater, 1938-1939) - Qualifications: cc; 2COCP 66, 1929; 1COCP 184, 1931; likely CRPT pre 1927 - amateur operator; amateur broadcaster; WW1 (UK Merchant Navy); WW2 - Electoral Rolls: mechanic (Moonee Ponds, Vic, 1925-1927); radio telegraphist (Beam Radio Station, Rockbank, Vic, 1928-1937; Geraldton, WA, 1943); radio technician (Footscray North, Vic, 1949) ===''STURDEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Ashton Hobart Sturdee|Sturdee, Vernon Ashton Hobart]] - 1890(Vic)-1966(Vic) - 4?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur radio club (member, WIQ) ===''SULLIVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sullivan|Sullivan, John]] [https://www.familysearch.org/tree/person/details/KLGD-VK6] - 1906(Vic)-1997(Vic) - 3SR Melbourne (Elsternwick, 1925-1926), 3SR Yallourn (1927), amateur operator (AOCP 206, 1925, No. ?? in Vic), amateur broadcaster, engineer (1927) ===''SUTHERLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan James Sutherland|Sutherland, Alan James]] [https://www.familysearch.org/tree/person/details/GXK6-94L] - 1916(SA)-1977(Qld) - Licences: 5XB Adelaide (Glenelg, 1935-1939, 1947-1948); 3AXB Melbourne (Balwyn, 1954-1965); 3KY Melbourne (Balwyn, 1969-1975) - Qualifications: cc; AOCP 1592, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Dunleath, SA, 1939-1941); public servant (Albert Park, Vic, 1949; Canterbury, Vic, 1954-1968; Balwyn, Vic, 1972-1977); retired (Scarness, Qld, 1977) * [[/George Bremner Sutherland|Sutherland or Clyne, George Bremner "Jock"]] [https://www.familysearch.org/tree/person/details/GZVF-KQC] - 1893(Sct)-1981(SA) - Licences: 6GB Perth (Mt Hawthorn, 1927) - Qualifications: cc; 1COCP 295, 1932 - amateur operator; amateur broadcaster; telegraphist (Navy, 1911), late 1920s assistant chief engineer 6WF (to Wally Coxon) - Electoral Rolls: DCA (aeradio operator, from 1941); radio operator (Kalgoorlie, 1949); retired (North Perth, 1958) ===''SUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Sutton|Sutton, Arthur Ernest]] [https://www.familysearch.org/tree/person/details/GMFM-Z34] - 1882(Vic)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (early 1910s); utilised Henry Sutton's experimental licence - Relationships: son of XLM Henry Sutton - Electoral Rolls: music seller (Malvern, 1909-1913; Hawthorn, 1914-1915); engineer (Kew, 1922-1925); traveller (Camberwell, 1927); mechanic (Brunswick, 1928) * [[/Henry Sutton|Sutton, Henry]] [https://www.familysearch.org/tree/person/details/LD19-T7V] - 1855(Vic)-1912(Vic) - Licences: XLM Melbourne (Malvern, 1910-1912) - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed from 1890s); numerous inventions, Australia's first wireless telephony experimenter (1906); invented several new types of telephones; early television experiments - Relationships: father of Arthur Ernest Sutton - Links: [https://adb.anu.edu.au/biography/sutton-henry-4675 ADB] - Electoral Rolls: Nil yet identified * [[/Joseph William Sutton Jnr|Sutton, Joseph William Jnr]] [https://www.familysearch.org/tree/person/details/LHKF-HCJ] - 1874(Qld)-1941(Qld) - Licences: 4CP Receive Brisbane (City, 1923); 4EI Brisbane (City, 1923-1925) (In the name of the State Engineer) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club (WIQ, foundation member; QWI); electrical engineer; senior federal public servant (PMGD, State Engineer) - Relationships: son of Joseph William Sutton Snr - Electoral Rolls: electric engineer (Teneriffe, 1903); engineer (Teneriffe, 1908-1909); assistant (GPO, 1912-1919); electrical engineer (New Farm, 1921-1936); retired (Ascot, 1937) * [[/Joseph William Sutton Snr|Sutton, Joseph William Snr]] [https://www.familysearch.org/tree/person/details/LHKF-W6T] - 1844(Eng)-1914(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - club (Royal Society Qld, president) - Relationships: father of Joseph William Sutton Jnr - Links: [[w:Joseph William Sutton|Wikipedia]] - Electoral Rolls: engineer (Teneriffe, 1908-1909) ===''SWABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Max J. Swaby|Swaby, Max J.]] - 19??(???)-19??(???) - 4DA Dalby (-1948+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''SWAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lionel Tamsett Swain|Swain, Lionel Tamsett]] [https://www.familysearch.org/tree/person/details/KL1J-TGY] - 1902(NSW)-1985(NSW) - Licences: 2CS Receive Newcastle (Hamilton, 1922); 2CS Newcastle (Hamilton, 1923-1927; Waratah, 1928-1939, 1946-1950; Charlestown, 1954-1961; Bolton Point, 1965-1980) - Qualifications: cc; AOCP 108, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Withdrawal: when 2CS Coffs Harbour commenced in early 1980s, policy had changed as to withdrawal of similar amateur callsigns - Electoral Rolls: draftsman (Waratah, 1930-1954); engineer (Charlestown, 1958-1963); retired (Bolton Point, 1968-1980) ===''SWEENEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Moss Sweeney|Sweeney, Walter Moss]] [https://www.familysearch.org/tree/person/details/LNZ7-YRD] - 1887(Eng)-1964(Vic) - Licences: 3WS Melbourne (East Melbourne, 1924-1925; Elwood, 1925-1931; St Kilda, 1933-1939) - Qualifications: cc; CPRT 204, 1916 - coastal wireless operator; RANRS (commissioned telegraphist, 1917); amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless engineer (Subiaco, 1916-1917); no occupation (Melbourne, 1919); wireless engineer (East Melbourne, 1921-1924); engineer (Elsternwick, 1925-1928); director (St Kilda, 1931-1963) ===''SWINBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank Charles Richard Swinburne|Swinburne, Frank Charles Richard]] [https://www.familysearch.org/tree/person/details/GDML-S1J] - 1901(Qld)-1948(NSW) - Licences: 2AT Receive Sydney (Manly, 1922-1923); 2AT Sydney (Manly, 1924-1926) - Qualifications: cc; CPRT 557, 1920 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Manly, NSW, 1937; North Sydney, 1943)) ===''SWINDELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Willie Swindells|Swindells, Willie]] [https://www.familysearch.org/tree/person/details/L812-BTK] - 1890(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: electrician (Richmond, Vic, 1913-1914; Parkdale, Vic, 1925-1926); engineer (Geelong, 1927; Darlinghurst, NSW, 1931-1933); electrical engineer (Brunswick, Vic, 1934) ===''SYMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathaniel Joseph Leo Symonds|Symonds, Nathaniel Joseph Leo "Leo"]] [https://www.familysearch.org/tree/person/details/KJZ3-3QH] - 1908(WA)-2005(WA) - Licences: 6LS Perth (Cottesloe Beach, 1925-1930; Bicton, 1947-1948); 6LX Perth (Kalamunda, 1965-1980+) - Qualifications: cc; AOCP 207, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: tailor (Cottesloe, 1931-1943); radio operator (Fremantle, 1949-1954); radio technician (Kalamunda, 1958-1980) ===''SYMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Lindsay Gordon Symons|Symons, John Lindsay Gordon]] [https://www.familysearch.org/tree/person/details/KZZ5-Q42] - 1913(Vic)-1964(Vic) - Licences: 3JT Melbourne (Malvern, 1930-1939; East Hawthorn, 1946-1947; Burwood, 1948; South Melbourne, 1954-1956; Mt Waverley, 1960) - Qualifications: AOCP 662, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Malvern, 1934-1943; Glen Iris, 1949); hotelkeeper (Malvern, 1954); engineer (Syndal, 1963) =='''T'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''TAPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Ernest Tapp|Tapp, Charles Ernest or Edward]] [https://www.familysearch.org/tree/person/details/GX7P-BXV] - 1894(NSW)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 82, 1915 - RANRS (commissioned telegraphist, 1917); WW1 - Electoral Rolls: OIC Wireless Station (Thursday Island, Qld, 1915; South Yarra, Vic, 1917-1919); electrical engineer (Mosman, NSW, 1930); engineer (Brighton, Vic, 1942); manager (Vaucluse, NSW, 1943) ===''TAPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Tapper|Tapper, John Robert]] [https://www.familysearch.org/tree/person/details/G8ZX-4T6] - 1910(WA)-1992(WA) - Licences: 6RJ Perth (Claremont, 1929-1939); 6RJ Onslow (1946-1947); 6RJ Perth (Claremont, 1948-1960); 2AO Wagga Wagga (1969-1980+) - Qualifications: cc; AOCP 538, 1929, No. ?? in WA; 1COCP 218, 1931; TVOCP 324, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Claremont, 1931-1943); operator (Claremont, 1949-1963); radio inspector (Wagga Wagga, 1968-1980) ===''TARBOTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Augustus Tarbotton|Tarbotton, Harry Augustus]] [https://www.familysearch.org/tree/person/details/GF93-87K] - 1902(Eng)-1961(WA) - Licences: 6HT Albany (1936-1939, 1947-1960) - Qualifications: cc; AOCP 1672, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: motor driver (Albany, WA, 1925-1931); motor mechanic (Albany, WA, 1936-1954); radio service (Albany, WA, 1958) ===''TARLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred William Tarling|Tarling, Alfred William]] [https://www.familysearch.org/tree/person/details/LVH9-4RZ] - 1900(Eng)-1953(Qld) - Licences: 4TW Townsville (1937-1939, 1946-1948) - Qualifications: cc; (likely qualification ca 1920, British Merchant Navy; 1COCP 679, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Coolbie, Ingham, Qld, 1930); wireless operator (Pimlico, Qld, 1931-1932); labourer (West End, Qld, 1936-1937); radio engineer (Townsville, Qld, 1943-1949) ===''TARRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Albert Tarrant|Tarrant, Ernest Albert Jnr]] [https://www.familysearch.org/tree/person/details/L8SB-Z68] - 1898(NSW)-1956(NSW) - Licences: 2AK Receive Narrabri (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Eulah Creek, 1930; Narrabri, 1943) * [[/William Francis Tarrant|Tarrant, William Francis "Frank"]] [https://www.familysearch.org/tree/person/details/GD5M-6JT] - 1914(NSW)-1998(NSW) - Licences: 2UF Newcastle (Cooks Hill, 1932-1958) - Qualifications: cc; AOCP 1054, 1932, NSW - amateur operator; amateur broadcaster - Electoral Rolls: ironworker (Newcastle, 1930-1949) ===''TATHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Edward Tatham|Tatham, Sydney Ernest Edward]] [https://www.familysearch.org/tree/person/details/GDQT-52W] - 1896(Eng)-1973(Vic) - Licences: 2ST Sydney (Neutral Bay, 1923-1925; City, 1926-1928; Darling Point, 1929-1933; City, 1933-1939) - Qualifications: cc; CPRT 33, 1915; 1COCP 406, 1940 - amateur operator; amateur broadcaster; journalist (editor, Sea, Land and Air, 1922); WW2 - Electoral Rolls: instructor (St Kilda, 1919; South Yarra, 1919); merchant (Darling Point, 1930-1933; City, 1934-1937; Albert Park, Vic, 1949; Camberwell, 1954); director (Balwyn, 1958-1972) ===''TAYLOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert William Taylor|Taylor, Albert William]] [https://www.familysearch.org/tree/person/details/GX56-JGX] - 1910(NSW)-1980(SA) - Licences: 5AT Port Pirie (1934-1937); 5AT Adelaide (Solomontown, 1938-1939; Edwardstown, 1947-1980+) - Qualifications: cc; AOCP 1276, 1934, SA; BOCP 286, 1940; TVOCP 461, 1962 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Marleston, SA, 1941; Edwardstown, SA, 1943) * [[/B. A. Taylor|Taylor, B. A.]] - 19??(???)-19??(???) - Licences: 4DF Receive Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Donald Gordon Taylor|Taylor, Donald Gordon "Don"]] [https://www.familysearch.org/tree/person/details/GZB4-N31] - 1907(SA)-1985(SA) - Licences: Receive Adelaide (Forestville, 1923-1924); 5DX Adelaide (Forestville, 1926-1937; Black Forest, 1938-1939, 1946-1980+) - Qualifications: cc; AOCP 307, 1926, No. ?? in SA; AOLCP 25, 1930 - amateur operator; amateur broadcaster; WW2 - Comment: another DGT served in WW2 & died on active service 1943 in NT - Electoral Rolls: wireless mechanic (Goodwood, 1939; Black Forest, 1941-1943) * [[/Florence Mary Parsons|Taylor nee Parsons, Florence Mary]] [https://www.familysearch.org/tree/person/details/LZX2-FZB] - 1879(Eng)-1969(NSW) - Licences: Nil - Qualifications: Nil - publisher - Electoral Rolls: managing director (Sydney, 1936); journalist (Vaucluse, 1954); editor (Darlinghurst, 1958; Potts Point, 1963) - Relationships: wife of George Augustine Taylor - [https://adb.anu.edu.au/biography/taylor-florence-mary-8754 ADB] * [[/George Augustine Taylor|Taylor, George Augustine]] [https://www.familysearch.org/tree/person/details/GZB4-JG7] - 1872(NSW)-1928(NSW) - Licences: Nil (always operated under military or other amateur licences) - Qualifications: Nil - early wireless experimenter, amateur operator, founder WIA NSW, founder Association for Development of Wireless in Australasia - Electoral Rolls: Nil - gone too soon - [https://adb.anu.edu.au/biography/taylor-george-augustine-8756 ADB] * [[/Henry Arthur Taylor|Taylor, Henry Arthur]] [https://www.familysearch.org/tree/person/details/GF77-443] - 1907(Eng)-1996(WA) - Licences: 6AT Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1042, 1932, WA; AOLCP 216, 1935 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: joiner (Victoria Park, WA, 1931-1934); radio engineer (6KG, Parkeston, WA, 1937-1943; Nedlands, WA, 1954-1963); retired (South Perth, WA, 1977-1980) * [[/Leslie Harry Taylor|Taylor, Leslie Harry]] [https://www.familysearch.org/tree/person/details/G841-CD4] - 1898(Eng)-1978(NSW) - Licences: 2CL Sydney (Ashfield, 1936-1939, 1946-1969) - Qualifications: AOCP 1723, 1936, NSW - amateur operator, amateur broadcaster - Electoral Rolls: manager (Leichhardt, 1930-1933; Ashfield, 1935-1968); retired (Ashfield, 1977) ===''TEECE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Auburn Selwyn Teece|Teece, Cecil Auburn Selwyn]] [https://www.familysearch.org/tree/person/details/2Z37-JSS] - 1885(NSW)-1970(ACT) - Licences: V733 Receive Melbourne (Toorak, 1922); 3GO Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (East Melbourne, 1909); examiner (Kew, 1910); civil servant (Kew, 1912; Hawthorn, 1914-1917); examiner of patents (Box Hill, 1919); civil servant (Toorak, 1922; Sandringham, 1924; St Kilda, 1928; East Melbourne, 1931; Reid, ACT, 1935-1937; Barton, 1943); public servant (Barton, 1949-1954); retired (Braddon, 1958-1968) ===''TEMPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Lander Templeton|Templeton, Gordon Lander]] [https://www.familysearch.org/tree/person/details/G8F2-VLH] - 1909(Vic)-1945(Vic) - Licences: 3OW Coleraine (1930-1939) - Qualifications: AOCP 631, 1930, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer) - Electoral Rolls: farm labourer (Tahara Bridge, 1931-1937) - Relationships: cousin of 3HG Neil Murray Templeton - "Greater love hath no man" * [[/Neil Murray Templeton|Templeton, Neil Murray]] [https://www.familysearch.org/tree/person/details/L6SD-RDT] - 1911(Vic)-1965(Vic) - Licences: 3HG Coleraine (1930-1939, 1946-1960) - Qualifications: AOCP 632, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Tahara Bridge, 1934-1937); RAAF (Canterbury, 1943); grazier (Tahara Bridge, 1949-1963) - Relationships: cousin of 3OW Gordon Lander Templeton ===''THEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Milton Theel|Theel, Kenneth Milton]] [https://www.familysearch.org/tree/person/details/LD1Z-1Z9] - 1908(SA)-1956(SA) - Licences: 5CT Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923); 5QP Adelaide (St Peters, 1927-1933; Clarence Park, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 322, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: ledger keeper (Reade Park Gardens, SA, 1941-1943) ===''THOMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Kirk Raleigh Thomas|Thomas, Henry Kirk Raleigh]] [https://www.familysearch.org/tree/person/details/GWX4-8LL] - 1902(NSW)-19??(???) - 2HT Sydney (Mosman, 1924; Neutral Bay, 1925-1933; Cremorne, 1933-1934; Mosman, 1935-1939), amateur operator (AOCP 1, 1924, No. 1 in NSW and Australia), amateur broadcaster, broadcast engineer (2GB, assistant engineer, 1946) * [[/Herbert Thomas|Thomas, Herbert]] - 19??(???)-19??(???) - Licences: 6DY Perth (CBD, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, salesman (Harris Scarfe, 1924) - Electoral Rolls: Nil yet identified - Comment: several contemporaneous HTs * [[/Ivor Thomas|Thomas, Ivor]] [https://www.familysearch.org/tree/person/details/G8HB-Q3G] - 1897(SA)-1965(SA) - Licences: 5IT Adelaide (Mitcham, 1929-1960) - Qualifications: cc; AOCP 496, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: warehouseman (Kingswood Park, 1939-1943) * [[/Josiah Thomas|Thomas, Josiah]] [https://www.familysearch.org/tree/person/details/LYSY-Y24] - 1863(Eng)-1933(NSW) - establishment radio station (2CH), state politician (NSW, MLA, 1890s), senior federal politician (MHR, Postmaster-General 1908-1909, 1910-1911) - Electoral Rolls: * [[/Roland Henry Thomas|Thomas, Roland Henry]] [https://www.familysearch.org/tree/person/details/GXHG-7Z4] - 1911(Qld)-1994(Qld) - Licences: 4LR Brisbane (Bulimba, 1932-1939) - Qualifications: cc; AOCP 1058, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Bulimba, 1934); radio technician (Bulimba, Qld, 1937-1972); proprietor (Manly West, Qld, 1977-1980) * [[/Roy Valentine Thomas|Thomas, Roy Valentine]] [https://www.familysearch.org/tree/person/details/GZ6H-7WG] - 1907(NSW)-1958(NSW) - 2TK Sydney (Erskinville, 1925), 2RV Sydney (Bondi North, 1927-1930), 2TK Sydney (South Hurstville, 1947-1958), amateur operator (AOCP 62, 19??, No. ?? in NSW), amateur broadcaster ===''THOMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Thompson|Thompson, F.]] - 19??(???)-19??(???) - Licences: 2HF Receive Sydney (East Balmain, 1922-1923); 2HF Sydney (Balmain, 1924-1927) - Qualifications: cc; AOCP 47, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: several contemporaneous F. Thompson * [[/Geoffrey George Thompson|Thompson, Geoffrey George]] [https://www.familysearch.org/tree/person/details/G8SP-DDD] - 1911(Vic)-2000(Vic) - Licences: 3GT Melbourne (Thornbury, 1928-1939) - Qualifications: AOCP 388, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Thornbury, 1934-1937; North Melbourne, 1949); cameraman (Hawthorn, 1954-1980) * [[/Leonard Neville Weston Fane Thompson|Thompson, Leonard Neville Weston Fane]] [https://www.familysearch.org/tree/person/details/LJKN-FJV] - 1899(NSW)-1960(Vic) - Licences: 3LT Melbourne (Mitcham, 1931; Chelsea, 1933; Carrum, 1937-1939; Bonbeach, 1946-1960) - Qualifications: AOCP 762, 1931, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: railway employee (Glenferrie, 1925; Mitcham, 1931; Chelsea, 1934; Carrum, 1936-1954) * [[/Stanley Gordon Thompson|Thompson, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/GXLZ-S21] - 1906(NSW)-1975(Vic) - Licences: 3AZ Melbourne (North Brighton, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: expert (Brighton, Vic, 1931); mechanic (Brighton, Vic, 1936); sales (Shepparton, Vic, 1963-1972) ===''THOMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Thomson|Thomson, Arthur William]] [https://www.familysearch.org/tree/person/details/GZND-ZPF] - 1907(Vic)-1995(Vic) - 3AT Sunshine (1925), amateur operator (AOCP 145, 1925, No. ?? in Vic) * [[/G. L. Thomson|Thomson, G. L.]] - 19??(???)-19??(???) - 2GT Sydney (Waverley, 1924-1925), amateur operator (AOCP 3, 1924, No. 2 in NSW), amateur broadcaster, operator of 2BV Waverley Radio Club ===''THORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Thorley|Thorley, Roy "John"]] [https://www.familysearch.org/tree/person/details/GDR2-8GW] - 1912(Qld)-1966(Qld) - Licences: 4RT Brisbane (South Brisbane, 1936-1937; Annerley, 1938-1939; Holland Park, 1946-1956) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (WIAQ, president); business proprietor (mechanical engineering) - Comment: killed in automobile accident - Electoral Rolls: clerk (Annerley, Qld, 1937); engineer (Holland Park, Qld, 1949-1963); contractor (Charters Towers, Qld, 1963) ===''THURSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wyngate Thurstan|Thurstan, Arthur Wyngate]] [https://www.familysearch.org/tree/person/details/LVFV-XSS] - 1907(Eng)-1976(NSW) - 2AV Sydney (Penshurst, 1924-1939; Beverley Hills, 1946-1975), amateur operator (AOCP 38, 1924, No. ?? in NSW), amateur broadcaster, WW2, Lempriere & Co (metallurgist; Chief Chemist, 1937) ===''THRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Thring|Thring, Francis William]] [https://www.familysearch.org/tree/person/details/9XFG-ZY6] - 1882(NSW)-1936(Vic) - Film producer, founder 3XY Melbourne - Links: [[w:F. W. Thring|Wikipedia]] ===''THROSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Ledsam Throssell|Throssell or Throssel, Lancelot Ledsam]] [https://www.familysearch.org/tree/person/details/KHFL-59C] - 1902(WA)-1980(WA) - Licences: 6LT Northam (1926-1927) - Qualifications: cc; AOCP 248, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Northam, 1925-1931); civil servant (Northam, 1936-1937); clerk (Bruce Rock, 1943); bank officer (Kojonup, 1954; Innaloo, 1963-1972); retired (Osborne Park, 1980) ===''THUGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thuge|Thuge, Norman]] [https://www.familysearch.org/tree/person/details/GXDL-F55] - 1917(Qld)-1973(NSW) - Licences: 4NC Gladstone (1936-1937); 4NO Gladstone (1938-1939); 4NO Brisbane (Hendra, 1947); 2ANO Sydney (Stanmore, 1948-1950; Arncliffe, 1954-1956) - Qualifications: cc; AOCP 1622, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Charters Towers, Qld, 1943); bank officer (Petersham, NSW, 1949; Arncliffe, NSW, 1954-1958); retired (Burwood, NSW, 1972) ===''THYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Joseph Thynne|Thynne, Andrew Joseph]] [https://www.familysearch.org/tree/person/details/KP3H-T8K] - 1847(Irl)-1927(Qld) - military (Qld Defence Force, 1867, eventually Lieutenant-Colonel), profession (solicitor, Qld, 1873-1882), state politician (Qld MLC, Minister for Justice and Attorney General; Qld Postmaster-General, 1894-1897) ===''TILBROOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clem David Lloyd Tilbrook|Tilbrook, Clem David Lloyd]] [https://www.familysearch.org/tree/person/details/GXP4-4PQ] - 1912(SA)-2004(SA) - Licences: 5GL Adelaide (Brighton, 1933-1937; Camden, 1938-1939; Colonel Light Gardens, 1947-1965; Daw Park, 1969-1980+) - Qualifications: cc; AOCP 1210, 1933, SA; 2COCP 381, 1940; 1COCP 468, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Camden, SA, 1939-1943) ===''TILNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Edward Tilney|Tilney, Leslie Edward]] [https://www.familysearch.org/tree/person/details/MPDS-4PK] - 1870(NSW)-1937(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 13, 1914 - early wireless experimenter (army); coastal wireless officer, WW1 - Electoral Rolls: officer-in-charge (Wireless Station, Applecross, 1916-1917); soldier (Claremont, 1917); commissioner (Caulfield, 1924-1931); civil servant (Malvern, 1933-1936) - TroveTag: "Leslie Edward Tilney" (400+ tags) - Links: [https://www.anzac-biographies.com/2021/06/05/tilney-lieutenant-colonel-leslie-edward-dso-mid-vd/ Bio] ===''TILSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Howard Tilse|Tilse, Arthur Howarde "Howard"]] [https://www.familysearch.org/tree/person/details/LTK5-CS8] - 1911(Qld)-1973(Qld) - Licences: 4WO Brisbane (Yeronga, 1931-1939; South Brisbane, 1946-1948; Yeronga, 1954-1970) - Qualifications: cc; AOCP 725, 1931, No. ?? in Qld; 2COCP 155, 1938 - amateur operator; amateur broadcaster; military (WW2, Army Signals, RAAF); art dealer - Electoral Rolls: radiotrician (Yeronga, 1934-1937); RAAF wireless operator (West End, Townsville, 1943); radio operator (South Brisbane, 1949); art dealer (Yeronga, 1954-1972) ===''TIMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Robert Timmins|Timmins, Alan Robert]] - broadcast engineer (PMGD, P&TD, DoC, DoTaC, ABA), senior federal public servant (PMGD, P&TD, DoC, DoTaC, ABA) ===''TIPPING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Tipping|Tipping, Edward Charles]] - 19??(???)-1968(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), radio clubs (WIQ, member, 1912), federal public servant (PMGD, clerk/accountant), military (Captain, Royal Engineers) ===''TIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. G. Tiver|Tiver, R. G.]] - 19??(???)-19??(???) - Licences: Receive Tanunda (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TODD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hugh Todd|Todd, Alan Hugh]] [https://www.familysearch.org/tree/person/details/GXDD-7SG] - 1919(Qld)-1978(Qld) - Licences: 4HT Brisbane (Ashgrove, 1936-1937; Newmarket, 1938-1939, 1947-1948; Red Hill, 1954-1975) - Qualifications: cc; AOCP 1639, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical mechanic (Newmarket, Qld, 1943-1949); teacher (Kelvin Grove, Qld, 1954-1977) * [[/Charles Todd|Todd, Charles]] [https://www.familysearch.org/tree/person/details/LC3X-PJ6] - 1826(Eng)-1910(SA) - senior state public servant (Government Electrician, Postmaster-General SA) - Links: [[w:Charles Todd (pioneer)|Wikipedia]] [https://adb.anu.edu.au/biography/todd-sir-charles-4727 ADB] * [[/Lionel Victor Glen Todd|Todd, Lionel Victor Glen]] [https://www.familysearch.org/tree/person/details/L5CG-Z68] - 1896(NSW)-1970(NSW) - Licences: 2CR Tamworth (1922-1935); 2LS Tamworth (1936-1938); 2LS Denistone (1939); 2LS Sydney (West Ryde, 1957-1965; Denistone, 1969) - Qualifications: cc; AOCP 132, 1925, No. ?? in NSW; 1COCP 282, 1939 - amateur operator; amateur broadcaster - Withdrawal: 2CR callsign withdrawn by PMG in 1935 for 2CR Orange (Blayney) ABC - Electoral Rolls: telephone mechanic (West Tamworth, 1932-1937); assistant radio inspector (Eastwood, 1943-1968) * [[/Milton Buchanan Todd|Todd, Milton Buchanan]] [https://www.familysearch.org/tree/person/details/GXSX-NQT] - 1892(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 63, 1915; 1COCP 81, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: engineer operator (Thursday Island, 1916); radio telegraphist (Maroubra, 1930-1935); officer (Lewisham, 1936-1937); radio telegraphist (Townsville, 1937; Croydon, NSW, 1943; Townsville, 1949); senior radio officer (Townsville, 1954); radio officer (Kensington, NSW, 1958); retired (Blaxland, 1958) * [[/Tom Arthur Todd|Todd, Tom Arthur]] [https://www.familysearch.org/tree/person/details/GD9C-7P5] - 1906(NSW)-1977(NSW) - Licences: 2OT Receive Sydney (Eastwood, 1923); 2TT Sydney (Eastwood, 1935-1939, 1946-1957) - Qualifications: cc; CPRT 984, 1928; 2COCP 50, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Eastwood, 1930-1937); radio mechanic (Eastwood, 1943-1977) ===''TONGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edward Tonge|Tonge, Arthur Edward]] [https://www.familysearch.org/tree/person/details/GX4S-MNM] - 1895(Eng)-1954(Qld) - Licences: 4AR Brisbane (Taringa, 1933; Indooroopilly, 1937-1939) - Qualifications: cc; AOCP 1149, 1933, No. ?? in Qld; 2COCP 54, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Darra, 1931; Indooroopilly, 1936-1937); mechanic (Milton, 1943-1949); process worker (Indooroopilly, 1954) ===''TONGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Melville Tongs|Tongs, Lawrence or Laurence Melville]] [https://www.familysearch.org/tree/person/details/LR9L-Y7N] - 1899(Tas)-1989(Vic) - Licences: 7BU Receive North Motton (1923); Receive North Motton (1923); 2ADB Finley (1937-1939); 7LT Devonport (1960-1969); 3ALV Melbourne (Parkville, 1975) - Qualifications: cc; CPRT 687, 1922; 2COCP 421, 1941 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: farmer (Finley, 1930-1935); radio dealer (1936-1949); farmer (Dandenong, 1954); radio technician (Devonport, 1972); retired (Parkville, 1977-1980) ===''TONKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Maxwell Tonkin|Tonkin, Arthur Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KLL6-HT9] - 1915(WA)-1998(SA) - Licences: 6MZ Katanning (1935-1939); 5MZ Adelaide (Salisbury, 1948); 5TI Clare (1975); 5MZ Clare (1980+) - Qualifications: cc; AOCP 1525, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937) * [[/Stanley Gordon Tonkin|Tonkin, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/L1DQ-2R1] - 1910(SA)-1992(SA) - Licences: 2SG Albury (1929-1931); 2SG Sydney (Double Bay, 1933; Waverley, 1933-1936; Lane Cove, 1937); 2SG Goonellabah (1938-1939); 2SG Sydney (Epping, 1946-1955); 5SG Adelaide (Hampstead Gardens, 1956; Manningham, 1969; Glenunga, 1975-1980+) - Qualifications: AOCP 520, 1929, No. ?? in NSW; AOLCP 57, 1931; 2COCP 391, 1940; 1COCP 493, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Woolwich, 1932); engineer (Edgecliff, 1933); mechanic (Waverley, 1934); radio engineer (Newtown, 1934-1935; Artarmon, 1936; Goonellabah, 1937; Eastwood, 1943); radio technician (West Epping, 1949-1954) ===''TORMEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Tormey|Tormey, Edward Arthur]] [https://www.familysearch.org/tree/person/details/G8VV-85X] - 1902(NSW)-1993(ACT) - Licences: 2ET Canberra (City, 1930-1934; Ainslie, 1935-1939, 1946-1955); 1ET Canberra (Ainslie, 1956-1980+) - Qualifications: AOCP 687, 1930, No. ?? in ACT - amateur operator, amateur broadcaster - Electoral Rolls: chauffeur (Braddon, 1928-1930; Ainslie, 1935); bus driver (Ainslie, 1937); car driver (Ainslie, 1943-1980) ===''TRAEGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Hermann Traeger|Traeger, Alfred Hermann or Herman]] [https://www.familysearch.org/tree/person/details/KCNJ-LRP] - 1895(Vic)-1980(SA) - Licences: 5AX Adelaide (Kensington Gardens, 1926-1931; Corryton, 1933-1937; Marratville, 1938-1939) - Qualifications: cc; AOCP 293, 1926, No. ?? in SA - amateur operator; amateur broadcaster; inventor (with 5BG) of the pedal wireless for the RFDS - Electoral Rolls: radio engineer (Cloncurry, 1930-1932); wireless engineer (Leabrook, SA, 1939-1943) - Links: [https://adb.anu.edu.au/biography/traeger-alfred-hermann-8839 ADB] ===''TRAYNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Byron Traynor|Traynor, Philip Byron]] [https://www.familysearch.org/tree/person/details/GZLR-LCT] - 1900(SA)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; AOCP 224, 1925, No. ?? in SA; 1COCP 353, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Mile End, 1939); federal public servant (Glandore, 1941); inspector (Torrens Park, 1943) ===''TREBILCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Eric William Trebilcock|Trebilcock, Eric William]] - 1911(???)-1989(SA) - BERS195 (1933+), amateur listener ===''TREDREA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frederick Aloysius Trevithick Tredrea|Tredrea, Frederick Aloysius Trevithick]] [https://www.familysearch.org/tree/person/details/MC1W-M7C] - 1900(WA)-1958(WA) - Licences: 6FT Perth (Mt Hawthorn, 1929-1931; South Perth, 1933); 6FT Northam (1937); 6FT Perth (South Perth, 1938-1939, 1946-1956) - Qualifications: cc; AOCP 512, 1929, No. ?? in WA; AOLCP 156, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (North Perth, 1925); radio operator (Northam, 1936); broadcast engineer (South Perth, 1937-1958) ===''TREGEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/W. S. Tregear|Tregear, W. S.]] - 19??(???)-19??(???) - 3TR Melbourne (Hawthorn 192x), 3TX Melbourne (Hawthorn, 1930+), amateur operator (AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, 3TR callsign withdrawn by PMGD to prevent confusion with 3TR Sale Class B station ===''TREHARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elgar Dennis Llewellyn Treharne|Treharne, Elgar Dennis Llewellyn]] [https://www.familysearch.org/tree/person/details/GWC7-X9R] - 1914(NSW)-1997(SA) - 2AFQ Sydney, 5?? Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW), son of Fred 2BM/5QT and brother of Ross 2IQ/5?? * [[/Herbert Fredrind Treharne|Treharne, Herbert Fredrind "Fred"]] [https://www.familysearch.org/tree/person/details/K2F8-6ZN] - 1883(NSW)-1968(SA) - 2BM Sydney, 5QT Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW, age 60), father of Ross 2IQ/5?? and Elgar 2AFQ/5?? * [[/Ross Fredrind Treharne|Treharne, Ross Fredrind]] [https://www.familysearch.org/tree/person/details/GWC7-DJD] - 1919(NSW)-1982(SA) - 2IQ Sydney, 5?? Adelaide, amateur operator (AOCP 1513, 1935, No. ?? in NSW), son of Fred 2BM/5QT and brother of Elgar 2AFQ/5?? ===''TRELIVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Benjamin Victor Treliving|Treliving, Dudley Benjamin Victor]] [https://www.familysearch.org/tree/person/details/L2D7-B6C] - 1907(SA)-1993(SA) - Licences: Receive Adelaide (Dulwich, 1923); 6DT Perth (Nedlands, 1932-1933) - Qualifications: cc; AOCP 992, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Cottesloe, WA, 1936-1937); engineer (Cottesloe, WA, 1943) ===''TRELOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Treloar|Treloar, James]] [https://www.familysearch.org/tree/person/details/GFMJ-379] - 1906(WA)-1983(WA) - Licences: 6JT Perth (Beaconsfield, 1931-1933; Melville, 1937; Beaconsfield, 1938-1939) - Qualifications: cc; AOCP 790, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: clerk (South Fremantle, WA, 1931-1943); tally clerk (Bicton, WA, 1949-1980) ===''TRESSIDDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Laurence Tresidder|Tresidder, William Laurence or Lawrence]] [https://www.familysearch.org/tree/person/details/G8PT-SQ7] - 1904(WA)-1985(Vic) - Licences: 3WT Bendigo (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio dealer (Bendigo, 1927-1942); radio (Kangaroo Flat, 1949-1954); radio engineer (Bendigo, 1963-1980) ===''TREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Stanley Trew|Trew, Richard Stanley]] [https://www.familysearch.org/tree/person/details/KCB6-GW4] - 1902(WA)-1968(WA) - Licences: 6RS Harvey (1933-1937); 6RS Perth (Mt Hawthorne, 1938-1939); 6RP Perth (Mt Hawthorne, 1947-1965) - Qualifications: cc; AOCP 1189, 1933, WA; 2COCP 382, 1940; 1COCP 1941 - amateur operator; amateur broadcaster - Electoral Rolls: assistant postal department (York, WA, 1925); postal assistant (York, WA, 1926); postal employee (Harvey, WA, 1931-1937); postal clerk (Leederville, WA, 1937-1943); PMG (Mt Hawthorn, WA, 1949); radio monitor (Joondanna Heights, WA, 1954-1958) ===''TRIM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Trim|Trim, Sydney (Electoral Rolls) or Sidney (BDM)]] [https://www.familysearch.org/tree/person/details/KL7D-NLM] - 1880(Vic)-1960(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 179; 2COCP 178, 1930; 1COCP 105, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: engineer (Subiaco, WA, 1913; West Perth, WA, 1913-1914); "radio station" (Wyndham, WA, 1914-1917); farmer (Mosman, NSW, 1936-1937); engineer (Applecross, WA, 1937-1958) ===''TROTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clement Ford Trott|Trott, Clement Ford]] [https://www.familysearch.org/tree/person/details/GCGY-XPN] - 1907(SA)-1966(SA) - Licences: 5CS McLaren Vale (1928-1929); 5CF McLaren Vale (1930-1931); 5CF Willunga (1933) - Qualifications: cc; AOCP 454, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: orchardist (McLaren Flat, SA, 1939-1943) ===''TROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Rusel Troy|Troy, Thomas Rusel]] [https://www.familysearch.org/tree/person/details/GZKG-MKH] - 1898(NSW)-1992(NSW) - 2SH Receive West Maitland (1923), 2SH West Maitland (1924-1925), 2TY West Maitland (1926-1931), amateur operator (AOCP 208, 1925, No. ?? in NSW), amateur broadcaster, postman (West Maitland, 1930-1949), postal officer (Maitland, 1954), postal clerk (Maitland, 1958) ===''TRUDGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Wallis Trudgen|Trudgen, Maxwell Wallis]] [https://www.familysearch.org/tree/person/details/GS3H-XYH] - 1907(SA)-1992(SA) - Licences: 5MW Adelaide (East Adelaide, 1926); 5HS Adelaide (Fullarton, 1927) - Qualifications: cc; AOCP 247, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Mitcham, 1939-1941); mechanical engineer (Sydney, 1943-1954); engineer (Little Bay, 1958-1968) ===''TRUNFULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Leonard Trunfull|Trunfull, Richard Leonard]] [https://www.familysearch.org/tree/person/details/GXBL-K7B] - 1906(Eng)-1957(WA) - Licences: 6RT South Greenough (1932-1933); 6RT Peel Estate (1937); 6RT Roebourne (1938-1939); 6RT Dangin (1947-1948); 6RT Nungarin (1954); 6RT Narembeen (1955-1956) - Qualifications: cc; AOCP 924, 1932, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (South Greenough, WA, 1931; Baldavis, WA, 1936; Dangin, WA, 1943-1949; Nungarin, WA, 1954; Narembeen, WA, 1958) ===''TUMBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Henry Tumbridge|Tumbridge, Stanley Henry]] [https://www.familysearch.org/tree/person/details/MM12-M1C] - 1899(Eng)-1965(Qld) - Licences: 4ST Ipswich (1932-1933); 4ST Stanthorpe (1937-1939); 4ST Broadwater, 1947-1948; 4ST Brisbane (Woody Point, 1954-1960) - Qualifications: cc; AOCP 986, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Woodend, Qld, 1921); teacher (Murgon, Qld, 1925); school teacher (Stanthorpe, Qld, 1936-1937; Broadwater, Qld, 1943-1949); teacher (Margate, Qld, 1949-1954; Woody Point, Qld, 1958-1963) ===''TURNBULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Edward Turnbull|Turnbull, Norman Edward]] [https://www.familysearch.org/tree/person/details/L2TP-7K8] - 1900(WA)-1988(Vic) - Licences: 6NO Narrogin (1928); 6NO Perth (City, 1930; Subiaco, 1931; Shenton Park, 1937-1939); 3AXX Melbourne (Armadale, 1954; Carrum, 1955; Parkdale, 1956; Cheltenham, 1960-1980+) - Qualifications: c; AOCP 430, 1928, No. ?? in WA; CPRT 1120, 1928; 1COCP 185, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Bunbury, 1922; Busselton, 1925; Narrogin, 1925; Subiaco, 1931); radio inspector (Subiaco, 1934-1936); civil servant (East Perth, 1937); engineer (Armadale, 1954); clerk (Sandringham, 1958); manager (Sandringham, 1963-1968; Cheltenham, 1972); retired (Cheltenham, 1977-1980) * [[/Robert William Turnbull|Turnbull, Robert William or Robert]] [https://www.familysearch.org/tree/person/details/GZ1S-GP4] - 1892(Eng)-1968(NSW) - Licences: 2RO Sydney (Burwood, 1927-1938; Northbridge, 1939) - Qualifications: AOCP 317, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: bricklayer (Homebush, 1930-1963) ===''TURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Reginald Turner|Turner, Edward Arthur Reginald "Rex"]] [https://www.familysearch.org/tree/person/details/GZT9-JD5] - 1910(SA)-1966(SA) - Licences: 5CW Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923-1925); 5SA Adelaide (Leabrook, 1926-1927) - Qualifications: cc; AOCP 272, 1926, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: butter maker (Gawler, 1939-1943) * [[/Haswell Elliott Alfred Turner|Turner, Haswell Elliott Alfred]] [https://www.familysearch.org/tree/person/details/LRQG-8TG] - 1891(Vic)-1969(NSW) - 2TM Sydney (Mosman, 1925-1933), amateur operator (AOCP 127, 1925, No. ?? in NSW), amateur broadcaster, engineer, military, likely related to XACW E. Turner, Jnr * [[/Ralph Robinson Turner|Turner, Ralph Robinson]] [https://www.familysearch.org/tree/person/details/GX2D-S51] - 1912(SA)-1996(SA) - Licences: 5TR Adelaide (Henley Beach, 1935-1937; Dulwich, 1938-1939; Linden Park, 1947-1969; Echunga, 1975-1980+) - Qualifications: cc; AOCP 1444, 1935, SA; BOCP 66, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Dulwich, SA, 1939-1941) * [[/Robert John Blackwell Turner|Turner, Robert John Blackwell]] [https://www.familysearch.org/tree/person/details/L62T-FP7] - 1884(NSW)-1943(NSW) - 2RT Goulburn (1925-1933), amateur operator (AOCP 55, 1925, No. ?? in NSW), amateur broadcaster, engineer ===''TWEEDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/P. Tweedle|Tweedle, P.]] - 19??(???)-19??(???) - Licences: 4DM Receive Brisbane (Albion, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TYAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Robert Wilson Tyas|Tyas, Norman Robert Wilson]] [https://www.familysearch.org/tree/person/details/GXHC-SK6] - 1913(Qld)-1975(Qld) - Licences: 4TY Gracemere (1932-1934); 4TY Kingaroy (1935-1939); 4TY Brisbane (Manly, 1946-1948); 4TY Boonah (1954); 4TY Wallangarra (1955-1956); 4TY Warwick (1960); Brisbane (Manly, 1965-1975+) - Qualifications: cc; AOCP 1059, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, wireless officer); state public servant (state school principal) - Electoral Rolls: school teacher (Kingaroy, Qld, 1936-1943; Brookstead, Qld, 1949; Mt Alford, Qld, 1954); teacher (Wallangarra, Qld, 1958); school teacher (Warwick, Qld, 1963; Manly, Qld, 1968-1972) ===''TYMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Tymms|Tymms, Robert William]] [https://www.familysearch.org/tree/person/details/GXSX-R2D] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 84, 1930 - coastal wireless operator (RANRS); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); wireless operator (Geraldton, 1922; Como, 1925); not stated (Broome, 1937); wireless telegraphist (Townsville, 1954) =='''U'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''UMBACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ricky Charles Umback|Umback, Ricky Charles]] - early wireless historian (Ph.D. Thesis, 2016, "Constituting Australia's International Wireless Service: 1901-1922") [https://openresearch-repository.anu.edu.au/bitstream/1885/142647/1/Umback%20Thesis%202018.pdf] ===''UNDERWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Underwood|Underwood, William Henry]] [https://www.familysearch.org/tree/person/details/GX6T-1XZ] - 1875(Eng)-1953(Qld) - Licences: 4DN Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Newstead, Qld, 1913-1915; Clayfield, Qld, 1916-1943); no occupation (Albion, Qld, 1943; Highgate Hill, Qld, 1949) ===''UNGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Wilhelm Unger|Unger, A. H.]] - 19??(???)-????(???) - 2YRS Alectown (1980+), amateur operator (AOCP ????, 19??, No. ?? in NSW), amateur broadcaster, son of Herbert Wilhelm Carl Unger 2UJ * [[/Herbert Wilhelm Carl Unger|Unger, Herbert Wilhelm Carl or Herbert William Carl]] - 1911(???)-2012(NSW, 101yo) - 2UJ Alectown (1933-1980+), amateur operator (AOCP 1108, 1933, No. ?? in NSW), amateur broadcaster, father of A. H. Unger 2YRS ===''URQUHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Stewart Urquhart|Urquhart, Malcolm Stewart]] [https://www.familysearch.org/tree/person/details/GZXT-5C3] - 1905(WA)-1967(WA) - Licences: 6MU Perth (Cottesloe, 1925-1939); 6MU Merredin (1946-1960); 6MU Perth (Cottesloe, 1965) - Qualifications: cc; AOCP 116, 1925, No. ?? in WA; BOCP 27, 1936; AOLCP 158, 1934; 2COCP 85, 1937; 1COCP 126, 1937 - amateur operator; amateur broadcaster; clerk (1931); broadcast technician (6MD, 1958); WW2 (1939-1945) - Electoral Rolls: clerk (Cottesloe, WA, 1931-1937); broadcast technician (Merredin, WA, 1943-1963) =='''V'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''VALENTINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Keith Valentine|Valentine, Lionel Keith]] [https://www.familysearch.org/tree/person/details/GD1Z-ZVK] - 1916(Tas)-1961(Tas) - Licences: 7KV Hobart (Bellerive, 1933-1939) - Qualifications: cc; AOCP 1148, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Bellerive, Tas, 1937; Acton, ACT, 1949); public servant (Hobart West, Tas, 1958) ===''VAN COUTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Josephus Van Cooth|Van Cooth, John Robert Josephus]] [https://www.familysearch.org/tree/person/details/G8GN-6ZP] - 1908(Vic)-1936(Vic) - Licences: 3DX Receive Melbourne (East Malvern, 1922); 3DX Melbourne (East Malvern, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (St Kilda West, 1931) ===''VARDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Edwin Vardon|Vardon, Joseph Edwin]] [https://www.familysearch.org/tree/person/details/LV9V-VPR] - 1905(SA)-1970(SA) - Licences: Receive Adelaide (Unley, 1923-1924); 5OM Adelaide (Unley Park, 1927-1933) - Qualifications: cc; AOCP 329, 1927, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: sales manager (Malvern, 1941-1943) ===''VAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Vaughan (also known as Hearps, change of name), David Edward]] [https://www.familysearch.org/tree/person/details/LYD2-HG5] - 1901(Vic)-1976(NSW) - Licences: 2FY Sydney (Lakemba, 1930-1969) - Qualifications: AOCP 665, 1930, NSW (Hearps); AOCP 1003, 1932, NSW (Vaughan) - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Lakemba, 1930-1937); machinist (Lakemba, 1943-1972) ===''VEALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Pax Veall|Veall, Reginald Pax]] [https://www.familysearch.org/tree/person/details/GZL8-GR6] - 1918(Vic)-1942(NT) - Licences: 3PV Melbourne (St Kilda, 1937-1939) - Qualifications: AOCP 2050, 1937, No. ?? in Vic; 2COCP 274, 1939; 1COCP 375, 1940 - amateur operator, amateur broadcaster, WW2 (Merchant Navy, Wireless Officer, MV Neptuna) - Electoral Rolls: Nil - "Greater love hath no man than this" [http://www.ntlexhibit.nt.gov.au/exhibits/show/bod/roh/veall] ===''VEARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elwyn Thomas Vears|Vears, Elwyn Thomas]] [https://www.familysearch.org/tree/person/details/GHS1-C67] - 1901(NSW)-1960(NSW) - Licences: 2BM Leura (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Strathfield, 1930-1937; Burwood, 1943-1958)) ===''VERNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Henry Vernon|Vernon, Charles Henry]] [https://www.familysearch.org/tree/person/details/G88V-18Z] - 1901(WA)-1964(WA) - Licences: 6KZ Albany (1930-1931); 6KZ Perth (Fremantle, 1933-1939); 3AMD Melbourne (Moonee Ponds, 1947); 6KZ Perth (Guildford, 1947-1948) - Qualifications: cc; AOCP 566, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Forts, Albany, 1922-1931; Fremantle, 1936-1937; 9AAD, Guildford, 1949-1954); retired (Wagin, 1958; Morley, 1963) ===''VICKARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Mervyn Vickary|Vickary, Reginald Mervyn "Reg"]] [https://www.familysearch.org/tree/person/details/G88K-CLP] - 1909(NSW)-1973(Qld) - Licences: 4RV Cunnamulla (1930-1933); 4RV Warwick (1936-1939); 4VX Brisbane (Gordon Park, 1965; The Grange, 1969) - Qualifications: cc; AOCP 702, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shed hand (Cunnamulla, 1931); radio dealer (Warwick, 1937; Cunnamulla, 1943); shopkeeper (Toowoomba, 1949; Ekibin, 1954; Chermside, 1963; Grange, 1968-1972) ===''VICKERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth James Vickery|Vickery, Kenneth James]] [https://www.familysearch.org/tree/person/details/GDQP-WMQ] - 1893(NSW)-1970(NSW) - Licences: 2RA Receive Sydney (Hurlstone Park, 1923); 2RA Sydney (Hurlstone Park, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrical fitter (Hurlstone Park, 1930-1933); electrician (West Ryde, 1935; Parkes, 1936; Uralla, 1943); farmer (North Richmond, 1949-1968) ===''VINCENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Vincent|Vincent, Jack]] [https://www.familysearch.org/tree/person/details/GZ64-7S8] - 1906(WA)-1980(WA) - Licences: 6DL Receive Kalgoorlie (1923-1924); 6VK Kalgoorlie (1925-1939) - Qualifications: cc; AOCP 59, 1925, No. ?? in WA - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter & turner (Kalgoorlie, WA, 1931-1937); manufacturer (South Perth, WA, 1949-1963; Como, WA, 1972-1980) ===''VINING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Vining|Vining, William Edward]] [https://www.familysearch.org/tree/person/details/GZR1-NLT] - 1906(Qld)-1977(Qld) - Licences: 4WE Brisbane (Nundah, 1926-1927) - Qualifications: cc; AOCP 277, 1926, No. 22 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: carrier (Nundah, 1928-1931); motor driver (Mitchelton, 1934; Gaythorne, 1936); mechanic (Gayndah, 1943); telephone mechanic (Enoggera, 1949-1963); telephone technician (Enoggera, 1968-1977) ===''VIPAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alton Frederick Vipan|Vipan, Alton Frederick]] - 1890(NSW)-1946(NSW) - XHV Sydney (Petersham, 1913-1914), early wireless experimenter, amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), ship wireless operator, AWA (Koo-we-rup, 1922) ===''VOIGT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emil Robert Voigt|Voigt, Emil Robert]] [https://www.familysearch.org/tree/person/details/G88K-VV2] - 1883(Eng)-1973(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - 2KY Sydney, broadcast station manager; witness to Royal Commission 1927 (as chairman, NSW Labor wireless committee) - Relationships: father of Rion Osborne Voigt; grandfather of Robin Voigt - Electoral Rolls: secretary (Dee Why, 1930-1934); manager (Dee Why, 1935; Narrabeen, 1936) - Links: [https://adb.anu.edu.au/biography/voigt-emil-robert-8930 ADB]; [[w:Emil_Voigt_(athlete)|Wikipedia]]; [https://www.radioheritage.com/story70/ RHF] * [[/Rion Osborne Clifford Voigt|Voigt, Rion Osborne Clifford]] [https://www.familysearch.org/tree/person/details/G88K-L1V] - 1915(Eng)-1987(NSW) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - broadcast industry executive, WW2 - Electoral Rolls: radio announcer (Narrabeen, 1937; Turramurra, 1963-1980) - Relationships: son of Emil Robert Voigt; father of Robin Voigt * [[/Robin Voigt|Voigt, Robin]] - historian (Emil Robert Voigt; 2KY) - Relationships: grandson of Emil Robert Voigt; son of Rion Osborne Clifford Voigt ===''VOLKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Henry Oxford Volkman|Volkman, Reginald Henry Oxford]] [https://www.familysearch.org/tree/person/details/G4CV-7PH] - 1902(NSW)-1959(NSW) - Licences: 2RY Grafton (1924-1925); 2RY Scone (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Woollahra, 1930-1933) ===''VOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Taylor Vowles|Vowles, Rupert Taylor]] [https://www.familysearch.org/tree/person/details/LKYT-FLF] - 1894(NSW)-1973(NSW) - Licences: XIZ Sydney (Burwood, 1913-1914); 2AW Receive Sydney (Burwood, 1922-1923); 2XZ Sydney (Concord, 1929-1931) - Qualifications: cc; AOCP 562, 1929, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Concord, 1930-1972) =='''W'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''WADDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivon Edward Waddell|Waddell, Ivon Edward]] [https://www.familysearch.org/tree/person/details/G88S-H3S] - 1909(WA)-1943(Thailand/Singapore) - Licences: 6WX Albany (1929-1930); 6WX Katanning (1931) - Qualifications: cc; AOCP 561, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: postal clerk (Katanning, 1936; South Perth, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10298089 AWM] ===''WADDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. M. Waddle|Waddle, E. M.]] - 19??(???)-19??(???) - 4GZ Charters Towers (-1959+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''WADDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard William Mackie Waddy|Waddy, Richard William Mackie]] [https://www.familysearch.org/tree/person/details/LB62-5RP] - 1848(SA)-1933(SA) - senior state public servant (SA Post & Telegraphs Dept), senior federal public servant (Deputy Postmaster-General SA) ===''WADHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin Wadham|Wadham, Kevin]] [https://www.familysearch.org/tree/person/details/GZZC-SBQ] - 1905(SA)-1970(SA) - Licences: 5KW Adelaide (Parkside, 1924-1927; Helmsdale, 1928; Da Costa Park, 1931; Glenelg, 1933; Adelaide, 1937; Glenelg, 1938-1939) - Qualifications: cc; AOCP 23, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WIA SA (Councillor 1931; Hon. Treasurer, 1931); National Radio Corp (manager, 1938); Holdfast Bay Yacht Club (Vice-commodore, 1949) - Electoral Rolls: manager (Helmsdale, SA, 1939-1941; Da Costa Park, SA, 1943) ===''WAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Fripp Wahl|Wahl, Alan Fripp]] [https://www.familysearch.org/tree/person/details/GFMB-TD4] - 1918(WA)-2003(WA) - Licences: 6JB Perth (Leederville, 1938-1939, 1947-1960; Dianella, 1965-1980+) - Qualifications: cc; AOCP 2101, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: railway employee (Leederville, WA, 1943-1958); clerk (Dianella, WA, 1963-1980) ===''WALCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Crosby Walch|Walch, Alan Crosby or Crosby Alan]] [https://www.familysearch.org/tree/person/details/GQC7-GSS] - 1907(NSW)-1979(Tas) - Licences: 7BI Receive Hobart (Bellerive, 1923); Receive Hobart (Bellerive, 1923-1925); 7CW Hobart (Bellerive, 1926-1927; Battery Point, 1931-1933; City, 1937; Sandy Bay, 1938-1939, 1946-1975) - Qualifications: cc; AOCP 231, 1926, No. ?? in Tas; BOCP 1, 1936; 1AOCP 16, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: radio expert (Hobart South, 1936-1954) ===''WALDRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Gerard Waldron|Waldron, Francis Gerard "Frank"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''WALKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Walker|Walker, Arthur Charles]] [https://www.familysearch.org/tree/person/details/GXFY-L2V] - 1898(Qld)-1974(Qld) - Licences: 4AC Brisbane (Sandgate, 1927-1931) - Qualifications: cc; CPRT 699, 1922 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: newspaper carrier (Kangaroo Point, Qld, 1934-1937); carrier (Sandgate, Qld, 1943-1972) * [[/Charles Welsh Walker|Walker, Charles Welsh "Chas"]] [https://www.familysearch.org/tree/person/details/GXFR-19W] - 1899(NSW)-1961(Qld) - Licences: 4CU Receive Clifton (1923); 4CU Clifton (1924-1960); 4DQ Portable Clifton (1948-1960) - Qualifications: cc; AOCP 10, 1924, No. 2 in Qld - amateur operator; amateur broadcaster; motor mechanic; Walker's Radio Service (proprietor, 1930s-1950s) - Electoral Rolls: motor mechanic (Clifton, Qld, 1921-1958) * [[/Louis Edward Walker|Walker, Louis Edward]] [https://www.familysearch.org/tree/person/details/GSWB-L81] - 1864(Eng)-1934(At Sea) - Oversight of the 1906 Bass Strait link for Marconi Wireless Telegraphy Co * [[/Philip Billingsley Walker|Walker, Phillip Billingsley]] [https://www.familysearch.org/tree/person/details/MNF3-P9W] - 1840(Eng)-1900(NSW) - early wireless experimenter, employment (NSW Posts & Telegraphs, Superintendent of Telegraphs, Chief Electrician) * [[/Ronald Gregory Walker|Walker, Ronald Gregory "Gregory"]] [https://www.familysearch.org/tree/person/details/GDRP-GC6] - 1907(NSW)-1929(At Sea) - Licences: 7BT Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; journalist (Hobart "Mercury"); film maker - Comment: Gone too soon - Electoral Rolls: journalist (Hobart South, 1928) - Links: [http://www.seafarersmemorial.org.au/memorials/walker_g.php Seafarer's Memorial] * [[/William Spencer Walker|Walker, William Spencer]] [https://www.familysearch.org/tree/person/details/KCF4-R77] - 1911(SA)-2004(SA) - Licences: 5WW Adelaide (Alberton, 1934-1939; West Croydon, 1947-1980+) - Qualifications: cc; AOCP 1305, 1934, SA; BOCP 444, 1942; TVOCP 274, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939); mechanic (West Croydon, SA, 1941-1943) ===''WALLACE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elizabeth Aileen Geisel|Wallace nee Geisel, Elizabeth Aileen "Betty"]] See Geisel, Elizabeth Aileen "Betty" ===''WALLBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Walter Wallbridge|Wallbridge, Leslie Walter]] [https://www.familysearch.org/tree/person/details/LDMT-HKZ] - 1910(Eng)-1966(SA) - Licences: 5UX Adelaide (Lower Mitcham, 1930-1937); 5UX Peterborough (1938-1939); 5UX Kadina (1947-1948); 5UX Cook (1954-1955); 5UX Saddleworth (1956); 5UX Hawker (1960) - Qualifications: cc; AOCP 712, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Peterborough, SA, 1939-1941; Rendelsham, SA, 1943; Alice Springs, NT, 1963) ===''WALLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Wallis|Wallis, John Charles]] - 19??(???)-19??(???) - Licences: 7JW Longford (1932-1939, 1947) - Qualifications: cc; AOCP 893, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Burnie, 1928; Longford, 1936-1937) * Wallace, Florence Violet (adoptive name) - see Granville, Florence Violet (birth name) ===''WALSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Dunbar Walsh|Walsh, Harold Dunbar "Cordite"]] [https://www.familysearch.org/tree/person/details/G3W3-CT7] - 1903(Qld)-1951(Qld) - Licences: 4HW Brisbane (Hamilton, 1925-1931; Rocklea, 1946-1947)); 4WN Brisbane (Hamilton, 1927, dealer) - Qualifications: cc; AOCP 133, 1925, No 14 in Qld - amateur operator; amateur broadcaster; WW2 (RAAF); solicitor; pilot - Comment: Tragic end to a productive life - Electoral Rolls: clerk (Hamilton, 1925-1937); airline pilot (Moorooka, 1949) ===''WALTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Allan Walters|Walters, Charles Allan]] [https://www.familysearch.org/tree/person/details/G8CT-LBY] - 1910(Vic)-1947(Vic) - Licences: 3CW Melbourne (Thornbury, 1929-1933; Heidelburg, 1937-1939; Brunswick, 1946-1947) - Qualifications: AOCP 524, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Northcote, 1931-1936; Heidelberg, 1937; Brunswick, 1942) * [[/Gerald Wills Walters|Walters, Gerald (Wills or Willis or blank)]] [https://www.familysearch.org/tree/person/details/GX7Y-1HZ] - 1886(Eng)-1956(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 108, 1915; 2COCP 157, 1930; 1COCP 129, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: wireless telegraphist (Currie, King Island, Tas, 1919; Darwin, NT, 1922); radio telegraphist (New Town, Tas, 1928); wireless officer (Radio Station, Thursday Island, Qld, 1936-1937); wireless (Gladesville, NSW, 1943); wireless telegraphist (Rockhampton, Qld, 1949-1954) ===''WALZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edwyn Walz|Walz, Arthur Edwyn or Edgar]] [https://www.familysearch.org/tree/person/details/GM9T-LB3] - 1908(Qld)-2000(Qld) - Licences: 4AW Brisbane (Nundah, 1926-1939; Wavell Heights, 1946-1980+) - Qualifications: cc; AOCP 287, 1926, No. 26 in Qld - amateur operator; amateur broadcaster; plumber; radio repair business - Relationships: son of Conrad August Walz - Electoral Rolls: plumber (Nundah, 1934-1943); radio engineer (Wavell Heights, 1949-1980) * [[/Conrad August Walz|Walz, Conrad August]] [https://www.familysearch.org/tree/person/details/LRGZ-QF3] - 1882(Qld)-1951(Qld) - 4?? Brisbane, amateur operator (AOCP ???, 19??, No. ?? in Qld), plumber, farmer, father of 4AW Arthur Edwyn Walz ===''WARDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney William Lumley Wardle|Wardle, Sidney William Lumley]] - 1911(Eng)-19??(???) - Licences: 2OU Woodford Leigh (1930-1935); 2OU Armidale (1936-1937); 2OU Sydney (Bellevue Hill, 1938-1939); 5OU Adelaide (Lockleys, 1946-1954); 2DID Berridale (1980) - Qualifications: AOCP 610, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: farm hand (Woodford Leigh, 1934-1935); technician (Bondi North, 1937; Woollahra, 1943); retired (Berridale, 1980) ===''WARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Clarke Waring|Waring, Cecil Clarke]] [https://www.familysearch.org/tree/person/details/GQW4-V9F] - 1904(Vic)-1988(Vic) - Licences: 3CU Receive Melbourne (Canterbury, 1922-1924); 3YW Melbourne (Camberwell, 1929-1931; Canterbury, 1933; Kew, 1937); 3YW Rupanyup (1938-1939); 3YW Stawell (1946-1948); 3YW Warrnambool (1954-1980+) - Qualifications: AOCP 549, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Canterbury, 1925-1928; Kew, 1931-1937; Stawell, 1942-1949; Warrnambool, 1954-1977) ===''WARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Leslie George Warne|Warne, Maurice Leslie George]] [https://www.familysearch.org/tree/person/details/LYSP-LHY] - 1909(NSW)-1975(NSW) - Licences: 2MW Sydney (Croydon, 1926-1929) - Qualifications: AOCP 300, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: printer (Campsie, 1931-1934); radio mechanic (Campsie, 1936-1937); radio sales (Kogarah, 1943-1963); radio & TV technician (Arncliffe, 1968) ===''WARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Albert Warner|Warner, Geoffrey Albert]] [https://www.familysearch.org/tree/person/details/G8V1-6NR] - 1914(NSW)-2007(NSW) - Licences: 2CK Wyong (1930-1939); 3ABW Fiskville (1947); 9GW Port Moresby (1948-1954); 2AVW Bringelly (1955-1958); 2CK Bringelly (1960-1969); 6EG Bassendean (1975); 2HJ Camden (1980+) - Qualifications: AOCP 710, 1930, NSW; 1COCP 60, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless technician (Rockbank, Vic, 1942); technician (OTC Bringelly, 1958-1963); manager (Bassendean, 1977; Camden South, 1980) - callsign may have been withdrawn for 2CK Cessnock commercial (later restored) ===''WARNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Bernard Warnock|Warnock, Neil Bernard]] [https://www.familysearch.org/tree/person/details/GZJ8-58G] - 1944(Vic)-2019(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''WATERHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. G. Waterhouse|Waterhouse, A. G.]] - 19??(???)-19??(???) - Licences: XVV Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WATERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George James Waters|Waters, George James]] [https://www.familysearch.org/tree/person/details/G8X9-S46] - 1902(Vic)-1931(Vic) - Licences: 3EX Receive Melbourne (Heathcote, 1922); 3XA Melbourne (East Prahran, 1930-1931) - Qualifications: AOCP 608, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified as yet - Comment: Passed too soon * [[/James Alfred Waters|Waters, James Alfred]] - 19??(???)-19??(???) - Licences: 7JA Hobart (Sandy Bay, 1936-1939) - Qualifications: cc; AOCP 1685, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Queensborough, 1936); teacher (Ringarooma, 1937); schoolteacher (Queensborough, 1943-1954) * [[/Leslie Waters|Waters, Leslie]] [https://www.familysearch.org/tree/person/details/G85N-TZB] - 1882(Eng)-1956(Qld) - Licences: 4AC Innisfail (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; engineer (Randell Engineering) - Electoral Rolls: watchmaker (Innisfail, 1919-1943); radio dealer (Innisfail, 1949) ===''WATERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lindsay Carmel Waterworth|Waterworth, Lindsay Carmel "Joe"]] [https://www.familysearch.org/tree/person/details/G6YY-6M6] - 1892(Qld)-1969(Qld) - Licences: 4CL Rockhampton (1935-1939, 1946-1969) - Qualifications: cc; AOCP 1526, 1935, Qld - amateur operator; amateur broadcaster; WW1; WW2; federal public servant (PMGD, telegraphist) - Electoral Rolls: assistant (Charleville, Qld, 1921); telegraphist (Rockhampton, Qld, 1928-1968) ===''WATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Paul Watkins|Watkins, Andrew Paul]] [https://www.familysearch.org/tree/person/details/GFQ9-RHP] - 1914(WA)-1965(NSW) - Licences: 6AW Perth (1936-1939) - Qualifications: cc; AOCP 1805, 1936, WA; BOCP 269, 1939; 1COCP 842, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Boulder, WA, 1937); radio mechanic (Geraldton, WA, 1943); radio technician (Cairns, Qld, 1949; Lakemba, NSW, 1954; Chullora, NSW, 1958-1963) * [[/William Trevor Watkins|Watkins, William Trevor "Trevor", "Watty"]] [https://www.familysearch.org/tree/person/details/LZKG-J4V] - 1899(Tas)-1931(Tas) - Licences: T336 Hobart (1920-1921); 7AA Hobart (1922-1925); 7DX Hobart (1925-1931) - Qualifications: cc; AOCP 107, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Withdrawal: PMGD withdrew 7AA callsign for their own use, electrician (Zinc Co., Hobart, 1922), wireless expert (Medhurst & Sons, Hobart, 1925) - Electoral Rolls: electrician (West Hobart, 1922-1928) - Comment: passed too soon ===''WATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. A. Watson|Watson, A. A.]] - bef1910(???)-aft1930(???) - Licences: 2UT Sydney (Darlinghurst, 1927-1929) - Qualifications: AOCP 341, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: None as yet - Full name not yet identified * [[/Douglas Mervyn Watson|Watson, Douglas Mervyn]] [https://www.familysearch.org/tree/person/details/G6MG-FPY] - 1920(Tas)-1989(Tas) - Licences: 7DW Hobart (New Town, 1937-1939; City, 1946-1956; Lindisfarne, 1960-1980+) - Qualifications: cc; AOCP 1867, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Hobart South, 1949-1954); mechanic (Lindisfarne, 1972) * [[/Herbert Leopold Watson|Watson, Herbert Leopold]] [https://www.familysearch.org/tree/person/details/G8ZP-JLK] - 1897(Vic)-1982(NSW) - Licences: 2OL Kiama (1929-1933); 2OL Unanderra (1935-1938); 2OL Woollongong (1939) - Qualifications: AOCP 545, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: engineer (Kiama, 1930); electrical engineer (Unanderra, 1934-1937; Heidelberg, Vic, 1949); electrician (Ivanhoe, Vic, 1954); retired (Avalon Beach, 1968-1972; Mona Vale, 1977; Mosman, 1980) * [[/James David Watson|Watson, James David]] [https://www.familysearch.org/tree/person/details/G8F5-789] - 1910(Vic)-19??(???) - Licences: 3NQ Darlington via Camperdown (1930-1939); 2ANQ Albury (1946-1957) - Qualifications: AOCP 633, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical fitter (Darlington, 1931-1943); radio technician (Albury, 1949-1954) - Comment: Beware another JDW, labourer, Geelong, 1930s * [[/John Watson|Watson, John]] - 19??(???)-19??(???) - Licences: 6CR Receive Perth (Victoria Park, 1923-1924) - Qualifications: AOCP 436, 1928, No. ?? in WA - amateur operator? - Electoral Rolls: Nil, as yet, specific individual not yet identified * [[/Samuel Wilfred Watson|Watson, Samuel Wilfred or Wilfred Samuel]] [https://www.familysearch.org/tree/person/details/GXY5-LXP] - 1906(Eng)-1998(WA) - Licences: 6WW Perth (West Perth, 1930-1939, 1948-1969); 6WW Shoalwater Bay (1975); 6WW Cardup (1980) - Qualifications: cc; 1COCP 189, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless operator (West Perth, WA, 1931-1972); retired (Shoalwater Bay, WA, 1977; Cardup, WA, 1980) * [[/William Wesley Watson|Watson, William Wesley]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio telegraphist (Hobart South, 1949) ===''WATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Watt|Watt, Alexander]] [https://www.familysearch.org/tree/person/details/GDRK-4B7] - 1901(Sct)-1985(Tas) - Licences: 7BO Receive Prince of Wales Bay (1923); Receive Prince of Wales Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Prince of Wales Bay, 1922-1928); accountant (New Town, 1936-1949; Moonah, 1954) * [[/Arthur William Watt|Watt, Arthur William]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly) * [[/Charles Russell Watt|Watt, Charles Russell]] [https://www.familysearch.org/tree/person/details/GZV7-JFH] - 1904(Eng)-1993(NSW) - 2WT Tenterfield (1925-1975+), amateur operator (AOCP 184, 1925, No. ?? in NSW), amateur broadcaster, grazier (Tenterfield, 1930-1980) ===''WAUCHOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Wylie Wauchope|Wauchope, Ronald Wylie]] [https://www.familysearch.org/tree/person/details/LH6X-QJR] - 1914(SA)-1933(SA)19yo - Licences: 5WE Adelaide (Maylands, 1933) - Qualifications: cc; AOCP 1086, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, 19yo - Electoral Rolls: Nil yet identified ===''WEATHERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Elsdon Weatherley|Weatherley, Harry William Elsdon]] [https://www.familysearch.org/tree/person/details/LTBF-1HC] - 1921(Vic)-2006(Vic) - prominent MW and SW broadcast DXer (1940-1990), clubs (Australian Radio DX Club, New Zealand Radio DX League, New Zealand DX Radio Association, Southern Cross DX Club, DX Australia - Chief Editor, Ontario DX Club), ANARC DXer of the year - metallurgist (Auburn, 1949-1954); technician (Mount Waverley, 1963-1972); retired (Mount Waverley, 1980) * [[/Herb J. Weatherley|Weatherley, Herb J.]] - 19??(???)-19??(???) - 4HW Clifton (-1951+), amateur operator (AOCP ??, 19??, No. ?? in Qld), callsign formerly Harold Dunbar Walsh ===''WEATHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Weatherson|Weatherson, W. A.]] - 19??(???)-19??(???) - Licences: 3AB Melbourne (East St Kilda, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''WEATHERSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stewart Weatherston|Weatherston, William Stewart]] [https://www.familysearch.org/tree/person/details/G8LZ-2KF] - 1905(WA)-1942(Sing) - Licences: 3AB Melbourne (East St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1927); salesman (St Kilda, 1931; Forrest, ACT, 1935; Newtown, 1943!) - Sacrifice: "Greater love hath no man than this" ===''WEBSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank James Webster|Webster, Frank James]] [https://www.familysearch.org/tree/person/details/GF73-5KV] - 1908(Eng)-19??(WA) - Licences: 6FW Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1039, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Victoria Park, WA, 1931-1943); plasterer (Perth, WA, 1954-1963; Victoria Park, WA, 1968-1972); retired (Fremantle, WA, 1977-1980) * [[/Harold Charles Webster|Webster, Harold Charles]] [https://www.familysearch.org/tree/person/details/KCRM-31P] - 1876(Tas)-1923(Tas) - Licences: Receive (Crystal Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: photographer (Launceston, 1914); clerk (Hobart North, 1922) * [[/William Webster|Webster, William]] [https://www.familysearch.org/tree/person/details/GZJD-D94] - 1860(Eng)-1936(NSW) - senior federal politician (Postmaster-General, 1915-1920), played prominent part in the Postal Royal Commission ===''WEDDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Austin Weddell|Weddell, James Austin]] [https://www.familysearch.org/tree/person/details/GXK9-SYF] - 1914(SA)-2005(NSW) - Licences: 5ZL Adelaide (Reade Park, 1935-1939) - Qualifications: cc; AOCP 1595, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Col Light Gardens, SA, 1939-1943); RAAF (Albert Park, Vic, 1949; Auburn, Vic, 1954); RAAF officer (Richmond, NSW, 1958); RAAF (Red Hill, ACT, 1963); not stated (Red Hill, ACT, 1968-1972); RAAF (Red Hill, ACT, 1977-1980) * [[/John Arthur Weddell|Weddell, John Arthur]] [https://www.familysearch.org/tree/person/details/GXKM-KVK] - 1926(Qld)-19??(???) - Licences: 4FT Brisbane (Zillmere, 1954-1960); 2ZM Glenbrook (1961); 4FT Brisbane (Sandgate North, 1965-1969); 2BFT Sydney (Clovelly, 1975-1980) - Qualifications: cc; AOCP 3172, 1951, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Annerley, Qld, 1949; Zillmere, Qld, 1954-1958; Sandgate, Qld, 1963-1968); technician (Marrickville, NSW, 1972; Clovelly, NSW, 1977-1980) ===''WEDGEWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Donald Wedgewood|Wedgewood, William Donald]] [https://www.familysearch.org/tree/person/details/GDLV-GM8] - 1901(Qld)-1974(NSW) - Licences: N741 Receive NSW - Qualifications: cc; CPRT 692, 1922; 2COCP 49, 1935 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: boarder (Sutton Coalfield, Eng, 1911); manufacturer (Glenmore, 1930-1936); aviator (Nedlands, WA, 1937); farmer (Moruya, 1949-1954); greenkeeper (Brisbane, 1958); public servant (Hornsby, 1963-1972) ===''WEEKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. L. Weeks|Weeks, H. L.]] - 19??-19?? - Licences: 4CJ Receive Currumbin (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: - Identification: Not yet identified ===''WEISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Wilfred George Weiss|Weiss, Wilfred George]] [https://www.familysearch.org/tree/person/details/G8V9-7NP] - 1912(NSW)-1982(NSW) - Licences: 2TV Sydney (Croydon Park, 1960-1961; Strathfield, 1965); 2TV Ettalong Beach (1975-1980+) - Qualifications: AOCP 670, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lithgow, 1934-1937); storekeeper (Lithgow, 1943); silk screen craftsman (Croydon Park, 1949-1958); retired (Strathfield, 1963-1968; Ettalong Beach, 1972; Ettalong, 1977) ===''WELLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Arthur Martin Weller|Weller, Cyril Arthur Martin "Sam"]] [https://www.familysearch.org/tree/person/details/GZTQ-WXH] - 1903(???)-1994(Qld) - Licences: 4CZ Brisbane (Clayfield, 1938-1939, 1946-1980+) - Qualifications: AOCP 2160, 1938, Qld - amateur operator, amateur broadcaster, Radio Club (WIAQ, Brisbane DX Club), power station engineer, education (ME, UQ) - Electoral Rolls: student (Windsor, 1925); engineer (Wilston, 1925-1928; Camp Hill, 1934-1943; Clayfield, 1949-1972; Albion, 1977) ===''WELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Welling|Welling, Thomas]] [https://www.familysearch.org/tree/person/details/LLHB-KQZ] - 1898(Eng)-1960(SA) - Licences: 5TW Adelaide (North Adelaide, 1937); 5TW Mt Gambier (1938-1939, 1947-1960) - Qualifications: cc; 2COCP 179, 1930; 1COCP 81, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: wireless engineer (Mt Gambier, SA, 1939-1941); wireless technician (Mt Gambier, SA, 1943) ===''WELLINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hudson Wellington|Wellington, Stanley Hudson]] [https://www.familysearch.org/tree/person/details/LB84-47Y] - 1909(Tas)-1981(NSW) - Licences: 7PK Hobart (New Town, 1932-1933); 3SX Melbourne (Brighton, 1937-1939) - Qualifications: cc; AOCP 1002, 1932, No. ?? in Tas; AOLCP 117, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: representative (Caulfield, 1936); chemist (Brighton, Vic, 1937-1942); manager (Mosman, 1949-1980) ===''WELLMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Joseph Wellman|Wellman, Leo Joseph]] [https://www.familysearch.org/tree/person/details/L1SW-R9S] - 1898(NSW)-1965(NSW) - 2PS Receive Sydney (Marrickville, 1923), 2LW Sydney (Marrickville, 1925-1928), amateur operator (AOCP 117, 1925, No. ?? in NSW), amateur broadcaster ===''WELSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud William Welsh|Welsh, Claude or Claud William]] [https://www.familysearch.org/tree/person/details/GZPH-WS4] - 1914(Qld)-1988(Qld) - Licences: 4CW Warwick (1937-1939); 4DK Mackay (1975-1980+) - Qualifications: cc; AOCP 1982, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, Qld, 1937-1943); engineer (Kew, Vic, 1943); radio technician (Warwick, Qld, 1958; Mackay, Qld, 1958); technician (Mackay, Qld, 1963); radio technician (Mackay, Qld, 1968-1980) ===''WERRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Errol Limbrick Werrett|Werrett, Errol Limbrick]] [https://www.familysearch.org/tree/person/details/G8SK-FMH] - 1908(Tas)-1974(Eng) - Licences: Receive (Crystal) Hampshire (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm worker (Hampshire, 1936-1937); fitter (South Melbourne, 1943); engineer (Caulfield, 1949-1968; Balaclava, 1972) ===''WESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Frederick Shorter Weston|Weston, Cyril Frederick Shorter]] [https://www.familysearch.org/tree/person/details/GZVJ-FXY] - 1905(Eng)-1988(NSW) - Licences: 4EN Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephone mechanic (Kedron, 1928); Christian worker (Darlinghurst, 1934); grocer (Oatley, 1943); agriculturalist (Ourimbah, 1949); salesman (Paekhurst, 1963-1980); retired (Charmhaven, 1980) * [[/George James Weston|Weston, George James]] [https://www.familysearch.org/tree/person/details/GXQ3-Y8Q] - 1868(Eng)-1939(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 702, 1922 - RANRS (Radio Lieutenant) - Comment: Several contemporaneous GJWs - Electoral Rolls: telegraph operator (Albany, 1903); civil servant (Kalgoorlie, WA, 1910-1912); civil servant (Wireless Station, Carlingford, NSW, 1913); sailor (Toorak, 1919); naval officer (Elsternwick, 1919); civil servant (Auburn, Vic, 1922); wireless engineer (Auburn, Vic, 1924-1927); retired engineer (Upwey, 1931-1937) * [[/Robert Marcus Hamilton Weston|Weston, Robert Marcus Hamilton "Mark"]] [https://www.familysearch.org/tree/person/details/GX8K-KW6] - 1915(NSW)-1995(NSW) - Licences: 4XO Bundaberg (1938-1939); 2WE Sydney (Lidcombe, 1946-1947); 2AWE Sydney (Kingsford, 1955; Kensington, 1956-1957); 2AYK Sydney (Kensington, 1957; Kingsford, 1958-1961); 2CM Sydney (Dolls Point, 1964-1980) - Qualifications: cc; AOCP 2076, 1938, Qld; 2COCP 386, 1940; 1COCP 581, 1942 - amateur operator; amateur broadcaster; ship wireless officer; wireless officer (QANTAS) - Relationships: husband of 2MR Verle Lorraine Weston nee Key(s) - Electoral Rolls: marine wireless operator (Auchenflower, Qld, 1943); radio operator (Blakehurst, NSW, 1949; Kingsford, NSW, 1954-1963; Sans Souci, NSW, 1968-1980) * [[/Verle Lorraine Keys|Weston nee Key(s), Verle Lorraine]] - 1934(???)-1985(NSW) - 2MR Sydney (Dolls Point, 1964-1980), YL amateur operator (AOCP ???, 1964, No. ?? in Qld), wife of Robert Marcus Hamilton Weston 2CM * [[/William Wood Weston|Weston or Wehrstedt, William Wood]] [https://www.familysearch.org/tree/person/details/GDPG-KBQ] - 1912(WA)-1953(WA) - Licences: 6MW Perth (Nedlands, 1935-1939; North Beach, 1947-1948) - Qualifications: cc; AOCP 1465, 1935, WA; BOCP 596, 1944 - amateur operator; amateur broadcaster - Comment: Further clarification of identification required - Electoral Rolls: assistant operator (Subiaco, WA, 1936-1937); operator (Leederville, WA, 1943-1954; North Perth, WA, 1958-1968; Leederville, WA, 1972-1977) ===''WHALLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Percy Whalley|Whalley, Rupert Percy]] [https://www.familysearch.org/tree/person/details/GZGZ-CV3] - 1894(Vic)-1969(Vic) - Licences: 3JZ Receive Melbourne (Sandringham, 1922); 3JZ Melbourne (Sandringham, 1923-1927); 3JZ Myrtleford (1937-1939); 3JZ Wangaratta (1946-1948); 3JZ Melbourne (Blackburn, 1954-1969) - Qualifications: cc; AOCP 238, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: builder (Sandringham, 1919-1925); farmer (Myrtleford, 1927-1942); tobacco grower (Wangaratta, 1949); foreman (Blackburn, 1954-1968) - Relationships: father of 3ZWZ Robert Kelvin Whalley ===''WHEELER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Winslow Wheeler|Wheeler, Harry Winslow]] [https://www.familysearch.org/tree/person/details/GCBC-BYC] - 1910(SA)-1990(SA) - Licences: 5FB Adelaide (Eden Hills, 1927-1928); 5HW Adelaide (Eden Hills, 1933-1939) - Qualifications: AOCP 371, 1927, No. ?? in SA - amateur operator; amateur broadcaster; military (WW2, RAAF, DFC) - Electoral Rolls: chemist (Eden Hills, SA, 1939-1943); lecturer (Kalgoorlie, WA, 1954-1968) * [[/Victor George Wheeler|Wheeler, Victor George]] [https://www.familysearch.org/tree/person/details/GW4Z-FGL] - 1897(Eng)-1976(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; coastal wireless operator; WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: electric mechanic (Roebourne, 1917-1922); manager (Fremantle, 1925) ===''WHITAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Thomas Whitaker|Whitaker, Albert Thomas]] [https://www.familysearch.org/tree/person/details/LKKW-5DB] - 1895(NSW)-1960(NSW) - Licences: 2OI Receive Sydney (Banksia, 1923); 2OI Sydney (Banksia, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: labourer (Rockdale, 1930; Banksia, 1933-1934); builder (Banksia, 1937-1949); instructor (Mount Colah, 1954-1958) ===''WHITBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Roy Whitburn|Whitburn, Douglas Roy "Doug"]] [https://www.familysearch.org/tree/person/details/LZT2-3JX] - 1904(SA)-1958(SA) - Licences: 5BY Adelaide (Toorak, 1927-1931; Fullarton, 1933-1939; Rosefield, 1946-1947; Fullarton, 1948-1956) - Qualifications: cc; AOCP 312, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Rosefield, 1943) * [[/Robert Philip Whitburn|Whitburn, Robert Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GZBF-5XB] - 1896(NSW)-1991(NSW)94yo - Licences: XACJ Sydney (Leichhardt, 1913-1914); 2DK Receive Sydney (Leichhardt, 1922); 2DK Sydney (Leichhardt, 1923-1926) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: chairmaker (Leichhardt, 1930-1968); retired (West Ryde, 1972-1980) ===''WHITE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Matthews White|White, Alfred Matthews]] - 1894(Eng)-1981(Qld) - Licences: 4CX Receive Winton (1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1 - Electoral Rolls: grazier (Tranby, Winton, 1915-1958); retired (Buderim, Qld, 1963-1980) * [[/Charles Robert White|White, Charles Robert]] [https://www.familysearch.org/tree/person/details/GXLC-S5H] - 1911(SA)-1986(Vic) - Licences: 5MX Adelaide (Kilkenny, 1931-1939) - Qualifications: cc; AOCP 802, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edwin Harold White|White, Edwin Harold "Eddie"]] [https://www.familysearch.org/tree/person/details/GZTQ-QGH] - 1911(Qld)-1997(Qld) - Licences: 4EW Brisbane (Red Hill, 1933-1939); 4EW Mackay (1946-1950); 4EW Brisbane (Red Hill, 1954-1956); 5OW & 8OW Darwin (1956-1963); 4OW Brisbane (Red Hill, 1963-1965); 4OW Mt Isa (1969); 4OW Brisbane (Red Hill, 1975) - Qualifications: cc; AOCP 1141, 1933, No. ?? in Qld; 1COCP 250, 1939 - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, Fortress Signals); federal public servant (DCA) - Electoral Rolls: compositor (Red Hill, 1934-1936); radio technician (Longreach, 1937); aeradio operator (Cloncurry, 1943; Mackay, 1949); communications officer (Archerfield, 1954); public servant (Red Hill, 1963; Mt Isa, 1968; Red Hill, 1972-1980) * [[/Frank Philip White|White, Frank Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GXSJ-9NF] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 189, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: Nil yet identified * [[/Frank Roy White|White, Frank Roy]] [https://www.familysearch.org/tree/person/details/GD4P-LVT] - 1911(NSW)-1994(???) - Licences: Nil yet identified - Qualifications: cc; 2COCP 5, 1934; 1COCP 12, 1934 - beam wireless operator (AWA); WW2 - Electoral Rolls: clerk (West Ryde, 1933-1935); telegraphist (Roseville, 1936-1937; Ryde, 1943-1968) * [[/J. L. White|White, J. L.]] - 19??(???)-19??(???) - Licences: 6JL via Brass Valley (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''WHITELAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Roy Whitelaw|Whitelaw, Charles Roy]] [https://www.familysearch.org/tree/person/details/99WD-7NY] - 1891(Vic)-1957(Vic) - Licences: XMO Melbourne (Rosedale, 1913-1914); 3BH Melbourne (Mooroolbark, 1923-1925); 3BH Stawell (1925); 3BH Benalla (1925-1927); 3BH Melbourne (Mitcham, 1931); 3BH Woomelang (1933); 3BH Melbourne (Mornington 1937-1939); 3BH (Harrisfield, 1946-1947; Dandenong, 1948; Noble Park, 1954-1955; Boronia, 1956) - Qualifications: cc; AOCP 87, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; fire brigade and railway stationmaster; WW1 (AFC, Wireless Operator, 1917) - Electoral Rolls: railway employee (Creswick, 1914); assistant stationmaster (Ravenswood, 1919); stationmaster (Mooroolbark, 1922-1924); railway employee (Timboon, 1925); stationmaster (Benalla, 1925-1927; Mitcham, 1931; Euroa, 1942; Harrisfield, 1949-1954) ===''WHITING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Ambrose Whiting|Whiting, Reginald Ambrose]] [https://www.familysearch.org/tree/person/details/GXR6-XDQ] - 1911(SA)-1981(Vic) - Licences: 5MC Adelaide (Torrensville, 1932-1933); 3MZ Melbourne (East Preston, 1947-1980+) - Qualifications: cc; AOCP 988, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (South Yarra, Vic, 1934; Essendon, Vic, 1937); fitter & turner (Preston, Vic, 1942-1968); fitter (Preston, Vic, 1972-1980) ===''WHITLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gough Whitlam|Whitlam, Edward Gough "Gough"]] [https://www.familysearch.org/tree/person/details/L5VH-8BJ] - 1916(Vic)-2014(NSW) - Prime Minister (1972-1975), WW2 (RAAF, Flight Lieutenant, navigator & bomb aimer, 1942-1945) - Electoral Rolls: student (Glebe, 1943); barrister (Cronulla, 1949; Cabramatta, 1958-1963; Red Hill, 1977; Double Bay, 1980) - executive oversight of the introduction of community radio in Australia - Links: [[w:Gough Whitlam|Wikipedia]] * [[/Lewis Alfred John Whitlam|Whitlam, Lewis Alfred John]] [https://www.familysearch.org/tree/person/details/LYY1-BBB] - 1904(Qld)-1977(Qld) - Licences: Receive (Crystal) Brisbane (Brisbane City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer's assistant (Brisbane City, Qld, 1931-1937); electrical engineer (Windsor, Qld, 1943-1968); engineer (Windsor, Qld, 1972-1977) ===''WICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. Wicks|Wicks, C.]] - 18??(???)-19??(???) - Licences: XQK Brisbane (South Brisbane) (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WILDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cyril George Wildman|Wildman, Cyril George]] [https://www.familysearch.org/tree/person/details/GMG3-GNP] - 1900(Vic)-1982(Vic) - Licences: 3FM Melbourne (Northcote, 1930-1931; Moreland, 1933-1939, 1946-1948; East Brunswick, 1954-1980+) - Qualifications: AOCP 624, 1930, No. ?? in Vic; BOCP 422, 1942 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Melbourne, 1927; Fitzroy North, 1931; Coburg, 1934-1942); electrical engineer (Brunswick East, 1977-1980) ===''WILKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Winstanley Wilkin|Wilkin, John Winstanley]] [https://www.familysearch.org/tree/person/details/L6LX-1P7] - 1891(NZ)-1967(SA) - Licences: 5JW Adelaide (North Adelaide, 1928; Osmond, 1931; Glen Osmond, 1933; North Walkerville, 1937-1938) - Qualifications: cc; Nil yet identified; likely qualified in NZ - amateur operator; amateur broadcaster - Electoral Rolls: manager (Toorak, SA, 1939-1943) ===''WILKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wilkins|Wilkins, Arthur]] - 19??(???)-19??(???) - Licences: 3AW Melbourne (Murrumbeena, 1927; East St Kilda, 1931) - Qualifications: AOCP 375, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: - several contemporaneous Arthur Wilkins, specific to be identified ===''WILKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Angus Wilkinson|Wilkinson, Dudley Angus]] [https://www.familysearch.org/tree/person/details/LR41-Q53] - 1919(SA)-1988(SA) - Licences: 5WD Adelaide (Frewville, 1935-1939; College Park, 1947-1948) - Qualifications: cc; AOCP 1455, 1935, SA; BOCP 182, 1938; 1COCP 284, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hawthorn, SA, 1941; Ballarat, Vic, 1942) ===''WILLIAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Williams|Williams, Albert Edward]] - 19??(???)-19??(???) - Licences: 5BO Adelaide (Unley, 1930-1931); 5BO Adelaide (Ottaway, 1946-1975) - Qualifications: cc; AOCP 659, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: - several contemporaneous AEWs in SA * [[/Alex Elisha Williams|Williams, Alex Elisha]] [https://www.familysearch.org/tree/person/details/G8JC-RN9] - 1913(Vic)-1981(Vic) - Licences: 3KT Melbourne (Elsternwick, 1933-1939) - Qualifications: AOCP 1062, 1932, Vic - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Elsternwick, 1936-1937; Camberwell, 1943-1949; Highfield Park, 1954); school teacher (Frankston, 1967-1968); teacher (Frankston, 1972-1980) * [[/Alfred Keith Williams|Williams, Alfred Keith]] [https://www.familysearch.org/tree/person/details/G8C3-3SS] - 1905(WA)-1932(WA) - Licences: 6AW Collie (1929-1931) - Qualifications: cc; AOCP 502, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: picture S. operator (Collie, 1930) * [[/Ernest Arthur Williams|Williams, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/LKNS-QYG] - 1888(NSW)-1968(NSW) - Licences: 2QY Receive Wollongong (1923); 2QY Wollongong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Wollongong, 1913, 1930-1958); retired (Wollongong, 1968) * [[/Harold Parkyn Williams|Williams, Harold Parkyn]] [https://www.familysearch.org/tree/person/details/G7CW-DGX] - 1881(Qld)-1933(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - first general manager of ABC - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/williams-harold-parkyn-9112 ADB] * [[/J. E. Williams|Williams, J. E.]] - 19??(???)-19??(???) - Licences: 4DQ Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: many contemporaneous JEWs - Electoral Rolls: Nil yet identified * [[/John Henry Williams|Williams, John Henry Jnr "Johnny" "Jack"]] [https://www.familysearch.org/tree/person/details/MP3D-8NG] - 1880(Qld)-1953(Qld) - Licences: 4JH Mackay (1929-1931) - Qualifications: cc; AOCP 507, 1929, No ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: iron monger? (Mackay, 1925-1943) - established commercial broadcaster 4MK Mackay 1931 * [[/Leslie Samuel Barnes Williams|Williams, Leslie Samuel Barnes]] [https://www.familysearch.org/tree/person/details/G8F2-X56] - 1896(Qld)-1974(Qld) - Licences: 4LS Brisbane (Indooroopilly, 1930-1933); 4LS Toogoolawah (1937-1939) - Qualifications: cc; AOCP 630, 1930, Qld - amateur operator, amateur broadcaster - Electoral Rolls: naval signalman (Cape Moreton, 1917-1922); saddler (Indooroopilly, 1925-1931); boot repairer (Toogoolawah, 1934-1958); retired (Taringa, 1963-1972) * [[/Neville Williams|Williams, Neville]] - 1915(NSW)-1996(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: - Links: [http://messui.polygonal-moogle.com/valves/NW199701.pdf EA] ===''WILLIAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Joseph Augustine Williamson|Williamson, Cecil Joseph Augustine]] [https://www.familysearch.org/tree/person/details/K879-9HC] - 1925(NSW)-1973(NSW) - Licences: 2CW Yass (1929-1931); 2ALS Yass (1939, 1946-1954) - Qualifications: AOCP 525, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Yass, 1930-1949); farmer (Trundle, 1949); mechanic (Orange, 1954-1972) * [[/Frederick Lerpiniere Williamson|Williamson, Frederick Lerpiniere]][https://www.familysearch.org/tree/person/details/LB6L-GCH] - 1896(SA)-1976(SA) - Licences: 5AH Receive Adelaide (Kent Town, 1922); 5AH Adelaide (Kent Town, 1922-1927; Collinswood, 1928, 1948-1955); also dealer licence 5BT Adelaide 1925-1926 for Kauper, Austin & Williamson - Qualifications: cc; AOCP 22, 1924, No. ?? in SA; BOCP 284, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Hubert Gordon Williamson|Williamson, Hubert Gordon]] [https://www.familysearch.org/tree/person/details/LH7J-YQP] - 1907(Vic)-1995(Vic) - 3GW Rainbow (1927-1939, 1946-1960), 3GW Lalor (1965-1969), 3GW Melbourne (East Doncaster, 1975-1980), 3GH Rainbow (1937-1939), amateur operator (AOCP 342, 1927, No. ?? in Vic), (1COCP 593, 1942), amateur broadcaster * Williamson nee Hutchings, Marjorie Lilian - See Marjorie Lilian Hutchings ===''WILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Oliver Willis|Willis, Harold Oliver]] [https://www.familysearch.org/tree/person/details/G8VS-NLZ] - 1898(Vic)-1976(WA) - Licences: 6OW Perth (South Fremantle, 1930-1931); 6AM Perth (South Fremantle, 1933); 6HW Perth (South Fremantle, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 675, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: baker (South Fremantle, 1925-1968) ===''WILLMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILMOTT * [[/Thomas Robert Willmott|Willmott or Wilmot, Thomas Robert]] [https://www.familysearch.org/tree/person/details/GZD6-TB4] - 1886(NSW)-1947(NSW) - Licences: 2BR Receive South Grafton (1922); 2ZO South Grafton (1923-1931) - Qualifications: cc; AOCP 48, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Grafton South, 1930-1943) ===''WILLOUGHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lancelot Willoughby|Willoughby, Eric Lancelot]] [https://www.familysearch.org/tree/person/details/LR88-Q5X] - 1912(SA)-19??(???) - Licences: 5BM Adelaide (Penrhyn, 1932-1939); 5GO Adelaide (Unley, 1948); 3FB Noojee (1954-1956); 3FB Neerim Junction (1960); 4EW Booval (1965-1980+) - Qualifications: cc; AOCP 1035, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Penrhyn, SA, 1939-1943); farmer (Noojee, Vic, 1949-1954); PMG Linesman (Booval, Qld, 1963-1968); PMG (Booval, Qld, 1972-1977) ===''WILMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILLMOTT * [[/John Henry Wilmott|Wilmott, John Henry]] [https://www.familysearch.org/tree/person/details/GFQY-PTR] - 1914(WA)-2003(NSW) - Licences: 6JW Perth (Como, 1934-1939); 2AJX Sydney (Lindfield, 1975); 2AJX Bathurst (1980) - Qualifications: cc; AOCP 1345, 1934, WA; 1COCP 170, 1938 - amateur operator; amateur broadcaster - Comment: Several contemporaneous JHWs - Electoral Rolls: aircraft radio officer (Lindfield, NSW, 1949); communications officer (Lindfield, NSW, 1958-1968); proprietor (Bathurst, NSW, 1977-1980) ===''WILSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Wilson|Wilson, A. H.]] - 19??(???)-19??(???) - Licences: 4DL Receive Brisbane (Kangaroo Point, 1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Darius Joseph Wilson|Wilson, Darius Joseph]] [https://www.familysearch.org/tree/person/details/G8ZR-GJ4] - 1901(NSW)-1987(NSW) - Licences: 2DW Sydney (Leichhardt, 1929-1931; Lidcombe, 1933; Five Dock, 1933-1939, 1946-1948; Warwick Farm, 1950; Yagoona, 1954-1980) - Qualifications: AOCP 548, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: french polisher (Leichhardt, 1930; Five Dock, 1943-1949); no occupation (Five Dock, 1954); french polisher (Yagoona, 1954-1968); polisher (Yagoona, 1972-1977) * [[/Horace Benjamin Wilson|Wilson, Horace Benjamin "Ben"]] [https://www.familysearch.org/tree/person/details/G8DV-71R] - 1911(WA)-2005(NSW) - Licences: 5WB Adelaide (Wayville, 1930-1937; Unley Park, 1938-1939); 2BP Sydney (McMahons Point, 1946-1948; West Ryde, 1950-1980+) - Qualifications: cc; AOCP 586, 1930, No. ?? in SA; AOLCP 161, 1934; 2COCP 33, 1935; 1COCP 72, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Unley Park, 1939); recording engineer (McMahons Point, 1949); business manager (West Ryde, 1954-1980) * [[/Leonard Gratton Wilson|Wilson, Leonard Gratton]] [https://www.familysearch.org/tree/person/details/GQN8-3K6] - 1901(NSW)-1990(WA) - Licences: 6LG Perth (Inglewood, 1928; South Perth, 1930-1931; Como, 1954-1980+) - Qualifications: cc; AOCP 429, 1928, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: vigneron (Caversham, 1925); police constable (South Perth, 1931-1936; Como, 1937); constable (Albany, 1943-1949); police constable (Como, 1954-1958) * [[/Leslie Maclean Wilson|Wilson, Leslie Maclean]] [https://www.familysearch.org/tree/person/details/LRH5-9TL] - 1893(NSW)-1972(NSW) - 2LM Marsden (1924-1926), 2LM Sydney (Cremorne, 1927), 2LM Mudgee (1928-1939), 2LM Port Macquarie (1960-1969+), amateur operator (AOCP 33, 1924, No. ?? in NSW), amateur broadcaster, pastoralist * [[/Perry Allen Wilson|Wilson, Perry Allen]] - 19??(???)-19??(???) - Licences: 4AT Receive Eumundi (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motordriver (Eumundi, Qld, 1925-1934); garage proprietor (Eumundi, Qld, 1936-1943) * [[/Victor John Wilson|Wilson, Victor John]] [https://www.familysearch.org/tree/person/details/GX8K-NPY] - 1909(Qld)-2009(Qld)99yo - Licences: Receive Brisbane (New Farm, 1923); 4VW Brisbane (Newstead, 1937-1939); 4VW Nambour (1960); 4VW Brisbane (Everton Park, 1965) - Qualifications: cc; AOCP 1100, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: panel beater (Newstead, Qld, 1931-1937; Nambour, Qld, 1958; Everton Park, Qld, 1963-1980) * [[/Warne Alfred George Wilson|Wilson, Warne Alfred George]] [https://www.familysearch.org/tree/person/details/LKLN-Y39] - 1900(Vic)-1981(Vic) - Licences: 3RY Receive Ballarat (1923); 3RY Ballarat (1924-1925); 3WA Ballarat (1928-1939, 1946-1960); 3KV Ballarat (1980) - Qualifications: cc; AOCP 444, 1928, No. ?? in Vic; AOLCP 20, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Ballarat, 1924); radio engineer (Ballarat, 1927-1980) * [[/Wilfred Elvyn Wilson|Wilson, Wilfred Elvyn]] [https://www.familysearch.org/tree/person/details/GDSB-MB4] - 1880(Eng)-1964(NSW) - Licences: 2JI Receive Sydney (Roseville, 1922-1923); 2JI Sydney (Roseville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: optician (Roseville, 1930-1963) ===''WING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James John Wing|Wing, William James John]] [https://www.familysearch.org/tree/person/details/GDHH-WKW] - 1887(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 188, 1916; 2COCP 142, 1930; 1COCP 212, 1931 - coastal wireless operator; RANRS (CPO, 1917-1918); AWA - Electoral Rolls: wireless operator (Hotel Metropole, Thursday Island, Qld, 1914); wireless engineer operator (Radio Station, Applecross, WA, 1917); radiotelegraphist (Cooktown, 1921); business manager (Epping, 1930); sales manager (Epping, 1933-1936; Roseville, 1937; Chatswood, 1943-1949); manager (Melbourne, 1954) ===''WINTERFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Charles Burnett Brereton Winterford|Winterford, Dudley Charles Burnett Brereton]] [https://www.familysearch.org/tree/person/details/G3ML-FJH] - 1908(Qld)-1988(Canada?) - Licences: 4MF Brisbane (Annerley, 1927-1931); 4MF Southport (1933); 4MF Sarina (1938-1939) - Qualifications: cc; AOCP 363, 1927, No. 40 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Annerley, 1931); mechanic (Coorparoo, 1937); electrician (Sarina, 1943); electrical contractor (Broadbeach, 1949) ===''WISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Wise|Wise, George Henry]] [https://www.familysearch.org/tree/person/details/GDDS-D87] - 1853(Vic)-1950(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - politician (Postmaster-General, 1920-1921) - Electoral Rolls: solicitor (Sale, 1905-1949) - Links: [[w:George Wise (Australian politician)|Wikipedia]] ===''WISEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Cleave Wiseman|Wiseman, William James Cleave]] [https://www.familysearch.org/tree/person/details/GX2M-ZP8] - 1906(SA)-1976(SA) - Licences: 5WJ Port Lincoln (1931-1939); 5WJ Ceduna (1947-1948); 5WJ Adelaide (Parafield, 1954) - Qualifications: cc; AOCP 759, 1931, No. ?? in SA; 1COCP 485, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Port Lincoln, SA, 1939-1941); aeradio operator (Ceduna, SA, 1943) ===''WISHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Turner Wishart|Wishart, William Turner "Bill, Billy"]] [https://www.familysearch.org/tree/person/details/GHQ3-J9S] - 1900(Qld)-1994(Qld) - Licences: 4WT Brisbane (Graceville, 1931-1939); 6TW Perth (Claremont/Floreat Park, 1946-1948); 4WX Brisbane (St Lucia, 1965-1969; Margate 1975-1980+) - Qualifications: cc; AOCP 870, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, councillor, federal councillor) - Electoral Rolls: mechanic (Red Hill, Qld, 1921); optical mechanic (Paddington, Qld, 1925; Graceville, Qld, 1928-1937); audiometrist (Floreat Park, WA, 1949; Darlington, WA, 1949); retired (Wynnum North, Qld, 1972; Margate, Qld, 1977-1980) ===''WITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sidney Herbert Witt|Witt, Sidney Herbert "Sid"]] [https://www.familysearch.org/tree/person/details/GD3D-BDV] - 1892(Vic)-1973(Vic) - Licences: 3MZ Receive Melbourne (Camberwell, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Malvern, 1914-1916); electrical engineer (Camberwell, 1922); engineer (Brighton, 1925-1943; Glen Iris, 1958-1968; Burwood, 1972)) - Links: [https://adb.anu.edu.au/biography/witt-sidney-herbert-12059 ADB] ===''WOLFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hamilton Bennett Wolfe|Wolfe, Hamilton Bennett]] [https://www.familysearch.org/tree/person/details/G9H2-8K6] - 1886(Vic)-1956(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 193, 1916; 2COCP 242, 1930; 1COCP 213, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: clerk (Bairnsdale, Vic, 1908-1912); wireless telegraphist (Applecross, WA, 1925-1926); radio telegraphist (Geraldton, 1936-1949); retired (Nedlands, WA, 1954) ===''WOLFENDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Wolfenden|Wolfenden, Peter]] - 3ZPA Strathmore (1965) - amateur operator, historian (amateur, amateur broadcasting), journalist (WIA's "Amateur Radio") ===''WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Abner David Wood|Wood, Abner David]] [https://www.familysearch.org/tree/person/details/GZ7R-BJC] - 1910(Eng)-1976(SA) - Licences: 6AS Mt Barker (1935-1939) - Qualifications: cc; AOCP 1534, 1935, WA; BOCP 654, 1945 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Percy Wood|Wood, Percy]] [https://www.familysearch.org/tree/person/details/G8M8-2V1] - 1909(Qld)-19??(???) - Licences: 4RQ Ipswich (1927-1931); 4PW Ipswich (1933-1939); 2EPW Banora Point - Qualifications: cc; AOCP 359, 1927, No. 39 in Qld - amateur operator; amateur broadcaster; journalist (QRN, AR); engineer (IREE) - Electoral Rolls: electrical mechanic (Ipswich, 1931); radio dealer (Ipswich, 1937-1949; East Ipswich, 1954-1968); electrical dealer (Banora Point, 1977-1980) ===''WOODLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Woodley|Woodley, William Robert]] [https://www.familysearch.org/tree/person/details/G8VC-CYY] - 1909(???)-1995(WA) - Licences: 6BY Perth (West Leederville, 1930-1931); 6DJ Perth (Carlisle, 1946-1948; Victoria Park, 1954-1956; Maniana, 1960-1980+) - Qualifications: cc; AOCP 680, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Claremont, 1936-1937); mechanic (Victoria Park, 1943); radio mechanic (Carlisle, 1949; Victoria Park, 1954; Maniana, 1963-1980) - Callsign possibly withdrawn for commercial ===''WOOKEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Bruce Wookey|Wookey, Robert Bruce]] [https://www.familysearch.org/tree/person/details/9DP1-GVW] - 1907(Vic)-1974(Vic) - Receive Geelong (1923-1924), 3RW Geelong (1925-1927), 3IC Geelong (1948-1974), amateur operator (AOCP 146, 1925, No. ?? in Vic), amateur broadcaster, postal clerk ===''WOOLACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Prosser Woolacott|Woolacott, Francis Prosser "Frank"]] [https://www.familysearch.org/tree/person/details/GZFL-94T] - 1903(NSW)-1968(NSW) - 2ST Receive Sydney (Drummoyne, 1923-1924), 2FW Sydney (Drummoyne, 1925-1926), amateur operator (AOCP 119, 1925, No. ?? in NSW), amateur broadcaster ===''WOOLLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edgar Woollett|Woollett, David Edgar]] [https://www.familysearch.org/tree/person/details/GZTM-HDP] - 1920(NSW)-2001(NSW) - Licences: 2ZDE Sydney (Beverley Hills, 1956-1980+) - Qualifications: AOLCP 202, 1956; AOCP 4292, 1965, NSW - amateur operator, WW2 - Electoral Rolls: telephone technician (Beverley Hills, 1949-1972; Narwee, 1977-1980) * [[/N. Woollett|Woollett, N.]] - 19??(???)-19??(???) - Licences: 2ZY Sydney (Mosman, 1926-1927) - Qualifications: AOCP 276, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: ? ===''WOOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Ronald Woolley|Woolley, Leon Ronald]] [https://www.familysearch.org/tree/person/details/L214-JQH] - 1898(Qld)-1971(Qld) - Licences: 4FW Ipswich (1931); 4FW Townsville (1933); 4FW Ipswich (1937-1939, 1946-1969) - Qualifications: cc; AOCP 751, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, ATC); employment (school teacher) - Electoral Rolls: schoolteacher (Bell, Qld, 1919-1921; Newtown, Qld, 1925; Kia Ora, Townsville, 1931; Newtown, Qld 1934-1963) ===''WOOLNOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Stephen Woolnough|Woolnough, Archibald Stephen]] [https://www.familysearch.org/tree/person/details/G8CG-9PK] - 1909(Vic)-2004(Vic) - Licences: 3BW Portarlington (1929-1980+) - Qualifications: AOCP 519, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: business proprietor (Portarlington, 1931-1980) * [[/Walter Lyell Woolnough|Woolnough, Walter Lyell]] [https://www.familysearch.org/tree/person/details/9CJF-LS3] - 1906(NSW)-1999(NSW) - 2GW Sydney (Killara, 1925-1927; Gordon, 1928-1930; Greenwich, 1931; Gordon, 1933-1936), 2GW Lithgow (1937-1939), Sydney (Gordon, 1946-1980+), amateur operator (AOCP 153, 1925, No. ?? in NSW), amateur broadcaster, licence held by father Walter George Woolnough till 1933, engineer ===''WOOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Meredith Wooster|Wooster, Horace Meredith "Jack"]] [https://www.familysearch.org/tree/person/details/L23Q-CGW] - 1909(Qld)-1992(Qld) - Licences: 4VH Townsville (City, 1930-1939; Belgian Gardens, 1946-1948); 4VH Brisbane (Yeronga, 1954-1980+) - Qualifications: cc; AOCP 623, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; state public servant (Qld Railways, telegraphist; Qld Main Roads Dept); military (Army signals officer) - Electoral Rolls: clerk (Townsville, 1931-1932; Norman Park, 1937; Townsville, 1943-1949; Yeronga, 1954-1980) ===''WORRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Albert Worrall|Worrall, Leonard Albert]] [https://www.familysearch.org/tree/person/details/LTL5-L1L] - 1912(NSW)-1978(Qld) - Licences: 2XM Sydney (Parramatta, 1933-1934; Punchbowl, 1935-1936); 4XM Cairns (1937-1939); 4WL Brisbane (Stafford Heights, 1975) - Qualifications: cc; AOCP 1221, 1933, NSW - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Punchbowl, NSW, 1934-1936; Cairns, Qld, 1937); bank clerk (Wynnum, Qld, 1943); clerk (Wynnum North, Qld, 1954-1963); bank manager (Tarragindi, Qld, 1968); manager (Stafford Heights, Qld, 1972-1977) ===''WORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Worth|Worth, Sydney or Sidney Ernest]] [https://www.familysearch.org/tree/person/details/GXBH-5Z3] - 1905(WA)-1963(WA) - Licences: 6SW Perth (Rivervale, 1930-1933; Nedlands, 1937-1939) - Qualifications: cc; CPRT 958, 1927; 2COCP 223, 1930; 1COCP 226, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rivervale, WA, 1931); wireless operator (Nedlands, WA, 1936-1958) ===''WRAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward James Crawford Wraith|Wraith, Edward James Crawford "Jim"]] [https://www.familysearch.org/tree/person/details/KV2C-11D] - 1862(Vic)-1942(Vic) - Early wireless experimenter ===''WRATTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn James Wratten|Wratten, Mervyn James]] [https://www.familysearch.org/tree/person/details/GZJM-DV8] - 1918(Qld)-1999(Qld) - Licences: 4MW Ipswich (Brassall, 1937-1939; North Ipswich, 1946-1947; Brassall, 1948-1980+); 4LX Gold Coast (Palm Beach, 1956-1969) - Qualifications: cc; AOCP 1932, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Ipswich ARC); military (WW2, CMF, AIF); employment (Cribb & Foote, manager, radio section); business proprietor (Avon Theatre) - Electoral Rolls: shop assistant (Brassall, Qld, 1943-1977; North Ipswich, Qld, 1980) ===''WRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Milroy Percy Wray|Wray, Ronald Milroy Percy]] [https://www.familysearch.org/tree/person/details/G8H3-QYM] - 1909(Vic)-1963(NSW) - Licences: 2WX Sydney (Hurstville, 1929-1961) - Qualifications: AOCP 472, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified ===''WREFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Norman Wreford|Wreford, Roger Norman]] [https://www.familysearch.org/tree/person/details/GX22-N2X] - 1909(WA)-1990(SA) - Licences: 2ADC Broken Hill (1936-1937); 5RW Adelaide (Blackwood, 1938-1939; Mitcham, 1947-1954; South Brighton, 1955-1960; Crafers, 1965-1980+) - Qualifications: cc; AOCP 1714, 1936, NSW - amateur operator; amateur broadcaster - Relationships: Brother of 5DW-6IW Arthur Franklin Wreford - Electoral Rolls: bank clerk (Broken Hill, NSW, 1935-1936; Blackwood, SA, 1939; Mitcham, SA, 1941-1943) * [[/Arthur Franklin Wreford|Wreford, Arthur Franklin]] [https://www.familysearch.org/tree/person/details/G3V1-92S] - 1898(WA)-19??(???) - Licences: 5DW Adelaide (Kensington Gardens, 1937-1939; Cumberland, 1947-1954); 6IW Perth (Armadale, 1955-1969) - Qualifications: cc; AOCP 2037, 1937, SA; 2COCP 452, 1941 - amateur operator; amateur broadcaster; WW1 - Relationships: Brother of 2ADC-5RW Roger Norman Wreford - Electoral Rolls: bank clerk (Kensington Gardens, SA, 1939); mechanic (Crystal Brook, SA, 1941; Cumberland, SA, 1943); civil servant (Gosnells, WA, 1954); technician (Armadale, WA, 1958) - Links: [https://discoveringanzacs.naa.gov.au/browse/person/133040 NAA] ===''WRIEDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Sjoberg Albert Wriede|Wriede, George Sjoberg Albert]] [https://www.familysearch.org/tree/person/details/LKG2-VK8] - 1900(Qld)-1971(Qld) - Licences: 4DJ Receive Caboolture (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: railway employee (Cooroy, 1921; Miriam Vale, 1925-1958); retired (Gladstone, 1963) ===''WRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Wright|Wright, Albert Edward]] - 19??(???)-19??(???) - Licences: 2SS Receive Scarborough (1923); 2SS Scarborough (1924-1925); 2SS Coledale (1926-1933); 2SS Coolah (1933); 2SE Scarborough (1935-1936); 2SE Louth/Bourke (1937-1938); 2SE Walgett (1939); 2SE Willow Tree (1946); 2SE Stanmore (1947-1950); 2SE Sydney (Guildford, 1954-1961); 2SE Quirindi (1965) - Qualifications: cc; AOCP 118, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Comment: several contemporaneous Albert Edward Wrights in NSW, needs specific data to identify - Electoral Rolls: Nil yet identified * [[/A. W. H. Wright|Wright, A. W. H. "Bill"]] - 19??(???)-19??(???) - 5BW Adelaide, 3AAW, 4TU Garbutt (-1950+, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster * [[/Collis Page Wright|Wright, Collis Page]] [https://www.familysearch.org/tree/person/details/GD1P-P9L] - 1912(Tas)-2004(Tas) - Licences: 7LZ Launceston (1933-1980+) - Qualifications: cc; AOCP 1099, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draper's assistant (Launceston, 1936-1937); salesman (Launceston, 1943); draper (Launceston, 1949-1968) * [[/Eric John Wright|Wright, Eric John]] [https://www.familysearch.org/tree/person/details/GXHG-P2G] - 1904(Qld)-1967(Qld) - Licences: 4DY Brisbane (Annerley, 1936-1939; Windsor, 1947; Buranda, 1948; Annerley, 1954; Buranda, 1955-1956; Ekibin, 1960-1965) - Qualifications: cc; AOCP 1816, 1936, Qld; 3COCP 1471, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: turner (Annerley, Qld, 1937-1943; Annerley, Qld, 1949); waterside worker (Ekibin, Qld, 1963) * [[/Frederick Harold Wright|Wright, Frederick Harold]] [https://www.familysearch.org/tree/person/details/GF95-LW1] - 1910(Eng)-1972(WA) - Licences: 6FR Perth (Buckland Hill, 1936-1937; Mosman Park, 1938-1939, 1947-1960) - Qualifications: cc; AOCP 1809, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Buckland Hill, WA, 1936; Mosman Park, WA, 1943-1963) * [[/William Henry Hilsdon Wright|Wright, William Henry Hilsdon]] [https://www.familysearch.org/tree/person/details/GDVF-RKL] - 1905(Qld)-1967(Qld) - Licences: 4FA Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Murrays Creek, 1930; Ballandean, 1937-1949); teacher (Toowoomba, 1954-1963) ===''WYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Hemingway Wyle|Wyle, Albert John Hemingway]] [https://www.familysearch.org/tree/person/details/GF3J-6L7] - 1913(WA)-1990(WA) - Licences: 6BW Perth (Shenton Park, 1937-1939; Nedlands, 1947-1980+) - Qualifications: cc; AOCP 1865, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: radio salesman (Nedlands, WA, 1943-1968); salesman (Dalkeith, WA, 1972-1980) ===''WYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Agar Wynne|Wynne, Agar]] [https://www.familysearch.org/tree/person/details/LZ4J-6CN] - 1850(Eng)-1934(Vic) - senior federal politician (Postmaster-General, 1913-1914) * [[/Alfred Percy Wynne|Wynne, Alfred Percy]] [https://www.familysearch.org/tree/person/details/L858-Q52] - 1885(Qld)-1966(Qld) - proprietor music business (Wynne's Music, Maryborough), proprietor broadcasting station (4MB Maryborough) - Electoral Rolls: piano tuner (Paddington, 1908; Mooloolah, 1909); commercial traveller (Mooloolah, 1912); piano tuner (Maryborough, 1913); salesman (Brisbane, 1916-1917; Mooloolah, 1919; Maryborough, 1919-1925); music store proprietor (Maryborough, 1928-1949); business manager (Maryborough, 1963) =='''X'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> =='''Y'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''YATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Gordon Yates|Yates, Kenneth Gordon]] [https://www.familysearch.org/tree/person/details/GXRW-CJ3] - 1910(SA)-2000(SA) - Licences: 5RP Adelaide (Cottonville, 1939, 1947-1954; Westbourne Park, 1955-1980+) - Qualifications: cc; AOCP 2371, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Cottonville, SA, 1939-1943) * [[/Reginald Colin Yates|Yates, Reginald Colin]] [https://www.familysearch.org/tree/person/details/GXRW-QX6] - 1914(SA)-1984(NSW) - Licences: 5RY Wyalla (1935-1937); 2AGZ Wollongong (1938-1939, 1947); 2AGZ Sydney (Mosman, 1948-1950); 2AGZ Broken Hill (1954-1957); 2AGZ Newcastle (Hamilton, 1958-1961; Charlestown, 1965-1980) - Qualifications: cc; AOCP 1474, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Wollongong, NSW, 1943); electrical engineer (Mosman, NSW, 1949); engineer (Wollongong, NSW, 1954); chartered electrical engineer (Merewether, NSW, 1958); professional engineer (Charlestown, NSW, 1968-1980) ===''YEATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Melville Yeates|Yeates, Henry Melville]] [https://www.familysearch.org/tree/person/details/G698-PXG] - 1912(Tas)-1980(???) - Licences: 7HY Launceston (1936-1939, 1948-1956) - Qualifications: cc; AOCP 1621, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Launceston, 1936-1937); electrical contractor (Launceston, 1949-1954); salesman (Mosman, NSW, 1958-1977) ===''YORSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Sutherland Yorston|Yorston, Ernest Sutherland]] [https://www.familysearch.org/tree/person/details/GZY8-46D] - 1909(Vic)-1971(Vic) - Licences: 3ES Melbourne (Caulfield, 1926-1939) - Qualifications: AOCP 299, 1926, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1931-1937); sales (Caulfield, 1942; Elsternwick, 1949); manufacturer (Caulfield, 1954-1963); director (Oakleigh, 1967-1968) ===''YOUNG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Crawford Addison Young|Young, Crawford Addison]] [https://www.familysearch.org/tree/person/details/GF3C-DQT] - 1914(WA)-1971(WA) - Licences: 6CY Perth (Fremantle, 1934-1939, 1947-1969) - Qualifications: cc; AOCP 1265, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Fremantle, WA, 1936-1937; South Fremantle, WA, 1943-1968) * [[/Ivan Harold Young|Young, Ivan Harold]] [https://www.familysearch.org/tree/person/details/L118-BVF] - 1910(Qld)-2000(Qld) - Licences: 4YG Brisbane (Albion) (1930-1939); 4YH Brisbane (Mitchelton) (1969-1980+) - Qualifications: cc; AOCP 708, 1930, No. ?? in Qld; BOCP 315, 1940 - amateur operator; amateur broadcaster; radio technician (Mission Control Station, Thursday Island) - Electoral Rolls: nil (Albion, 1931-1937); public servant (Newmarket, 1943; Mitchelton, 1949-1980) * [[/James Wolstenholme Young|Young, James Wolstenholme]] [https://www.familysearch.org/tree/person/details/L2TQ-Z2R] - 1909(NSW)-1995(NSW) - Licences: 2JY Sydney (Turramurra, 1925-1934; Roseville, 1938-1939); 2JY Katoomba (1946); 2JY Sydney (Mona Vale, 1947-1948; Willoughby, 1950-1961; Middle Cove, 1965-1980) - Qualifications: AOCP 189, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: articled clerk (Turramurra, 1932-1934), solicitor (Roseville, 1937; Katoomba, 1943; Willoughby, 1954-1977) * [[/John William Young|Young, John William]] [https://www.familysearch.org/tree/person/details/L6RN-2XX] - 1906(Qld)-1981(Qld) - Licences: 4JY Brisbane (Rosalie, 1931; Sandgate, 1933; Rosalie, 1938; Coorparoo, 1946-1980+) - Qualifications: cc; AOCP 752, 1931, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Rosalie, 1931); clerk (Sandgate, 1936); storeman (Rosalie, 1937; Coorparoo, 1943-1963); commercial traveller (Coorparoo, 1968-1980) * [[/William Anderson Young|Young, William Anderson]] [https://www.familysearch.org/tree/person/details/G89P-B3K] - 1897(Sct)-1956(Qld) - Licences: 4WA Brisbane (West End, 1927-1931) - Qualifications: cc; AOCP 330, 1927, No. 34 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: boot employee (West End, 1925-1937); bootmaker (Ashgrove, 1943-1954) =='''Z'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''ZECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Zech|Zech, William James]] [https://www.familysearch.org/tree/person/details/GZDZ-YJG] - 1893(Eng)-1973(NSW) - Licences: XABQ Sydney (Annandale, 1912-1914), 2DL Sydney (Annandale, 1922, Receive), 2WZ Sydney (Annandale, 1925-1927; Ashfield, 1928-1930; Stanmore, 1933-1934), 2ACP Sydney (Enmore, 1937; Como, 1938), 2ACP Katoomba 1939 & 1946-1975) - Qualifications: CPRTelephony 424; no record of AOCP - early wireless experimenter, ship wireless operator, amateur operator, amateur broadcaster - Electoral Rolls: {{BookCat}} 5v7josmtpqsjd9kpweteio3uf5mw67a User talk:Hasley 3 409811 4089948 4046848 2022-08-10T07:11:06Z L10nM4st3r 3380243 /* It was about time, I guess */ new section wikitext text/x-wiki Welcome, Hasley! {| style="background:white; border:1px solid #abd5f5;; padding:0px; border-spacing:0px; color: #000000;" ! style="background:#d0e5f5; color: #000000;" | [[Wikibooks:Welcome|Getting started]] with Wikibooks |- | style="padding:5px;" | * Wikibooks is a collection of open-source textbooks. Find out [[WB:WIW|what this means]]. * To sign your name (on discussion pages), use four tildes, like this: &#126;&#126;&#126;&#126; * Learn how to [[Using Wikibooks|use Wikibooks]] and learn more about the community. * [[WB:CCO|Explore]], [[Wikibooks:Be bold|be bold]], and have fun! |} If you have any questions, you can ask in the [[Wikibooks:Reading room/Assistance|assistance reading room]] or possibly contact me personally. [[User:JackPotte|JackPotte]] ([[User talk:JackPotte|discuss]] • [[Special:Contributions/JackPotte|contribs]]) 20:09, 27 September 2019 (UTC) == Are you interested in becoming a reviewer? == Hi Hasley, Thanks for you contributions. Just a query: are you interested in joining the [[Wikibooks:Reviewers]]? I checked your contributions, I think you probably should have been autopromoted a while ago, according to the requirements. But for some reason the software seems not to have autopromoted you. That happened to me too. I noticed that you recently got the autoreviewed right from Leaderboard, but the reviewer right gives you the ability to review others edits: see [[Special:ListGroupRights]] for the differences. Anyway I'm not an admin, so I can't give you these rights, but you could apply at [[WB:RFP]]. It does seem a bit quiet there at the moment, but I think if you asked [[User:Pi zero]] directly on their talk page they might also be able to help. Thanks for your consideration, --[[User:Mrjulesd|<span style="color:orange;">Jules</span>]]&nbsp;[[User talk:Mrjulesd|(Mrjulesd)]] 16:59, 16 October 2019 (UTC) : (I do wonder about the autopromotion mechanism; it seems a significant design flaw that it doesn't provide some way to explicitly check what the ''software'' thinks of the status of a user relative to the criteria. We have no way to be sure why a user hasn't yet been autopromoted.) --[[User:Pi zero|Pi zero]] ([[User talk:Pi zero|discuss]] • [[Special:Contributions/Pi zero|contribs]]) 17:12, 16 October 2019 (UTC) ::Hmm it does seem like a few bugs here and there, but I think almost its inevitable. The recently opened [[phab:T234744]] has no reply as yet from a sys admin, perhaps it may be difficult in getting precedence over other problems. --[[User:Mrjulesd|<span style="color:orange;">Jules</span>]]&nbsp;[[User talk:Mrjulesd|(Mrjulesd)]] 17:35, 16 October 2019 (UTC) :::Hi, [[User:Mrjulesd|Jules]] and [[User:Pi zero|Pi zero]]. I've checked [[Wikibooks:Reviewers]] and [[Special:Log/rights|the user rights log]]. It seems that some users should have been autopromoted. I often encounter [[Special:Contributions/159.146.14.55|LTAs]] and run-of-the-mill vandals, also I could help with the pending changes backlog. That would be quite helpful sometimes. Kind regards,&nbsp;—[[User:Hasley|Hasley]] ([[User talk:Hasley|discuss]] • [[Special:Contributions/Hasley|contribs]]) 22:41, 16 October 2019 (UTC) ::::Cool. Perhaps you should ask on Pi zero's talkpage? --[[User:Mrjulesd|<span style="color:orange;">Jules</span>]]&nbsp;[[User talk:Mrjulesd|(Mrjulesd)]] 13:49, 17 October 2019 (UTC) :::::Thanks [[User:Mrjulesd|Jules]], but first I'd rather know what [[User:Pi zero|Pi zero]] thinks.&nbsp;—[[User:Hasley|Hasley]] ([[User talk:Hasley|discuss]] • [[Special:Contributions/Hasley|contribs]]) 18:20, 17 October 2019 (UTC) :::::: This thread was a lingering to-do item on my list, but I see QU promoted you to reviewer earlier this month. --[[User:Pi zero|Pi zero]] ([[User talk:Pi zero|discuss]] • [[Special:Contributions/Pi zero|contribs]]) 02:38, 23 November 2019 (UTC) == Please take a look at this talk page == [[Talk:Reverse Engineering/File Formats]]. And sorry for big deletion, it happened accidentally because I was fighting with stupid abuse filter which didn't let me simply revert vandalism. [[Special:Contributions/2A00:F41:18F0:B560:FCE0:8C44:92FC:B2AC|2A00:F41:18F0:B560:FCE0:8C44:92FC:B2AC]] ([[User talk:2A00:F41:18F0:B560:FCE0:8C44:92FC:B2AC|discuss]]) 18:24, 5 November 2019 (UTC) :Thanks. And I'd like to clarify it happened because of clicking wrong revision to revert to. [[Special:Contributions/2A00:F41:18F0:B560:FCE0:8C44:92FC:B2AC|2A00:F41:18F0:B560:FCE0:8C44:92FC:B2AC]] ([[User talk:2A00:F41:18F0:B560:FCE0:8C44:92FC:B2AC|discuss]]) 18:28, 5 November 2019 (UTC) ::No problem. I've seen these changes, but you were faster than me. I have reverted it to an old edition. Please tell me if you have problems. Bests,&nbsp;—[[User:Hasley|Hasley]] ([[User talk:Hasley|discuss]] • [[Special:Contributions/Hasley|contribs]]) 18:30, 5 November 2019 (UTC) == Please == Hi Hasley,I am new on wiki do you mind briefing me a little I also want to make great contributions on Wikipedia and it's sister articles if you don't mind.Dear Hasley. [[User:Mirabelle heavens|Mirabelle heavens]] ([[User talk:Mirabelle heavens|discuss]] • [[Special:Contributions/Mirabelle heavens|contribs]]) 22:41, 9 April 2022 (UTC) == It was about time, I guess == It was only a matter of time. Do you have any idea why the Hermione page always gets the target of vandalism? It's really odd to me. Doesn't that/those guy(s) have a life?. I can't wait until it stops. Or a permament semi-protect of that page. I think it is one person, a persistent vandal. <sup> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]</sup> / <sub>[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 07:11, 10 August 2022 (UTC) 6irg6g1t06ps4qct5gdrqyvl5p7tpq2 Python book of magic/08.Functions 0 411084 4089966 3819797 2022-08-10T11:09:21Z Xania 40302 typos wikitext text/x-wiki [[Python_book_of_magic|Contents]] | [[Python_book_of_magic/07.Loops|Previous]] | [[Python_book_of_magic/09.object|Next]] ---- =Functions= You have learnt about loops which make work more easy for you. But wait, there are other staff's in python that can make coding more easy for you. One of those are functions. Functions have names used to identify them much like variable. Functions are the same as box with a name(label). The name of the box can be anything. But this box is not just a box, it could have bombs, food or anything useful or useless. Things inside the box can be used for different purpose such as bomb, can be used in war or in mining. Functions have a name followed by parenthesis() used to identify them. The importance and role of the functions depends on the information and variables inside them and how they work together. Importance of functions is to prevent us from repeating doing the same thing. So functions allow us to reuse, extend, recycle the code we have written. You don't need to type the same thing whole day. So let take short example. Example 01 <syntaxhighlight lang="python"> def area(x,y): result= x*y return result a=20 area(5,4) </syntaxhighlight> Output <syntaxhighlight lang="python"> 20 </syntaxhighlight> I know you're asking yourself what '''def''' mean, if it is a function or not. The word is a keyword(they tell python what your code represent and starts with small letter). The word mean define which in full I can say 'define a function', every time you create a function you need to type '''def''' at the beginning followed by function name. The function name is followed by parenthesis with optional parameters. The colons are used for indentation(you are forced to put a colon) In the example we created a function which calculate the area of rectangle. I can tell you that its dam easy to create a function. Where are things inside the function? if you look at second and third lines you will realise that they have moved to the left by few spaces(this is called indentation). All code indented after the function belong to that function. '''result= x*y''', '''return result''' belongs to area() function but '''a=29''' does not. This is because it is not indented/ found in the right-side of the function. The values in parentheses are parameters that the function accepts. Any value put in position of x in the function will be assigned on '''x''' while the same occurs on '''y'''. The statement '''result= x*y''' takes the product of x and y and assign it to variable called result. The second line contain keyword '''return''' which shows values stored like how print() works. '''a=29''' is just assigning 29 to variable '''a''' (note that the statement is not part of the function). The last line calls the area() functions. Calling means letting interpreter read your instructions and following them. Two values are passed to x and y. x is assigned 5 and y assigned 4. Then x and y are multiplied and their products are stored inside '''result'''. '''result''' is passed to '''return''' which would show the value of result to main program(remember return work like printt()). Try putting different values for x and y and see the output. This will save you a lot of time. [[Python_book_of_magic|Contents]] | [[Python_book_of_magic/07.Loops|Previous]] | [[Python_book_of_magic/09.object|Next]] ---- {{BookCat}} euzlvcskjn1w7et9n5wtnc7zybxo011 Canadian Refugee Procedure/Documents 0 412650 4089917 4083108 2022-08-09T20:37:16Z Refcanimm 3267488 /* What documents does a party need to provide when? */ wikitext text/x-wiki Rules 31-43 are in a section of the rules entitled "documents" and they concern how to provide documents, the language(s) that documents may be in, the process that the Division should follow when it itself wants to provide documents, the criteria that the Division shall use to determine whether to accept documents, how the Division should decide whether or not to accept documents that have been submitted late, how documents may be provided both to the Division and to other parties, the requirement to provide original documents at the hearing, and the process for providing additional documents as evidence after a hearing. In short, these rules 31-43 concern the ''process'' by which a claimant is to submit a document to the Board. For a discussion of what documents a claimant is obliged to submit to the Board, see Rules 3-12 and the summary of those obligations at [[Canadian Refugee Procedure/Documents#What documents does a party need to provide when?]] == RPD Rule 31 - How to provide documents == The text of the relevant rules reads: <pre>Documents Form and Language of Documents Documents prepared by party 31 (1) A document prepared for use by a party in a proceeding must be typewritten, in a type not smaller than 12 point, on one or both sides of 216 mm by 279 mm (8 1⁄2 inches x 11 inches) paper. Photocopies (2) Any photocopy provided by a party must be a clear copy of the document photocopied and be on one or both sides of 216 mm by 279 mm (8 1⁄2 inches x 11 inches) paper. List of documents (3) If more than one document is provided, the party must provide a list identifying each of the documents. Consecutively numbered pages (4) A party must consecutively number each page of all the documents provided as if they were one document.</pre> === What is a "document" as the term is used in these rules? === The term "document" is not explicitly defined in these rules. No definition, for instance, is provided in the definitions section of the rules at Rule 1 ([[Canadian Refugee Procedure/Definitions]]). As with any exercise of statutory interpretation in Canada, the proper scope and meaning of the term "document" in these rules will thus emerge by applying Driedger’s modern approach to statutory interpretation, namely that "the words of an Act are to be read in their entire context and in their grammatical and ordinary sense harmoniously with the scheme of the Act, the object of the Act, and the intention of Parliament".<ref>''Bell ExpressVu Limited Partnership v. Rex,'' 2002 SCC 42 (CanLII), [2002] 2 SCR 559, par. 26, <http://canlii.ca/t/51s6#26>, retrieved on 2020-02-02</ref> Doing so, the following principles emerge: * <u>The term "documents" is defined broadly and is not confined to paper documents:</u> When the current version of the RPD Rules were drafted in 2012, they were drafted against the background of the wording of the prior Rule 27 under the 2002 Refugee Protection Division Rules and the caselaw that had interpreted that version of the rules. One such case was ''Cortes v. Canada'', which, when interpreting the previous version of this rule in the 2002 RPD Rules,<ref>''Refugee Protection Division Rules,'' SOR/2002-228, Rule 27.</ref> had endorsed the following broad conception of what a document is within the meaning of the RPD Rules: "The ''Commentaries to the Refugee Protection Division Rules'' provide that “document” includes “any correspondence, memorandum, book, plan, map, drawing, diagram, picture or graphic work, photograph, film, microform, sound recording, videotape, machine‑readable record, and any other documentary material, regardless of physical form or characteristics, and any copy of those documents”".<ref name=":1">''Hernandez Cortes v. Canada (Citizenship and Immigration),'' 2009 FC 583 (CanLII), para. 26.</ref> This interpretation continues to be persuasive, notwithstanding that the ''Commentaries to the Refugee Protection Division Rules'' are no longer made available by the Board. The caselaw applying to the previous rule would therefore appear to continue to be applicable to the updated one, as there was no indication that the 2012 amendments to the rules intended to depart from the previous interpretations and practices. Indeed, decisions under the new rules continue to construe the term "document" broadly, as with the following 2017 Refugee Appeal Division decision which concludes that "documents" include “electronic documents”, as that term is defined in section 31.8 of the ''Canada Evidence Act'' ("''electronic document'' means data that is recorded or stored on any medium in or by a computer system or other similar device and that can be read or perceived by a person or a computer system or other similar device. It includes a display, printout or other output of that data.").<ref>''X (Re),'' 2017 CanLII 56261 (CA IRB), par. 49, <http://canlii.ca/t/h5p78#par49>, retrieved on 2020-08-19.</ref> Furthermore, the Federal Court has held that non-paper sources of evidence, such as DVDs, are admissible before administrative tribunals in other circumstances: ''Grenier v Canada''.<ref>''Grenier v Canada (Attorney General)'', 2013 FC 208 (CanLII) at paras 31, 34-39.</ref> * <u>The term "document" as used in these rules is not limited to documents provided for evidentiary purposes, but also includes other types of documents:</u> Where the term "document" is used in these rules without any qualification, it should apply to all documents, whether or not those documents are evidentiary ones or other types of documents such as written submissions. The term "documents" as used in these rules includes documents ''prepared by a party'' as per Rule 31(1), which sets out the format required for any "document prepared for use by a party in a proceeding". RPD Rule 37 specifies that a "document", as the term is used in these rules, includes "a notice or request in writing". Some of the RPD rules apply only to documents used as evidence (for example Rule 43 applies only where "a party wants to provide a document ''as evidence''", which the courts have held excludes situations where documents are provided for non-evidentiary purposes, such as written submissions (<em>Yared Belay v. Canada</em>, paras. 41-42<ref name=":0" />) and caselaw (''Petrovic v. Canada'', para. 11<ref name=":5" />)). By necessary implication, the fact that other rules do not include this type of limitation on the term "documents" means that those rules apply to all documents submitted (notices, requests, submissions, caselaw, etc.), not simply evidentiary ones. === What is a "proceeding" as the term is used in these rules? === Many of these rules relate to documents used in "a proceeding", for example Rule 31(1) specifies that "a document prepared for use by a party in a proceeding" must meet the specifications set out therein. Are all documents submitted to the Refugee Board by a claimant or protected person (where there is an application to vacate or cease their protection, say) ones that are being used in a proceeding? Generally speaking, that is the case, as discussed in the following commentary below: [[Canadian Refugee Procedure/Documents#Meaning of "proceeding" in this rule]]. === The evidence to be replied upon should be submitted so that it is part of the tribunal's record === Rule 31(4) provides that a party must consecutively number each page of all of the documents provided as if they were one document. One of the policy implications of this is that documents and evidence relied upon should generally be submitted and placed on the record so that it is available for any appeal or review of the Division's decision. In this way, the Division should not generally accept hyperlinks to evidence given that the content at the hyperlink may change. The Federal Court holds that "citations are not evidence before the Court"<ref>''Sani v. Canada (Citizenship and Immigration),'' 2021 FC 1337 (CanLII), at para 14, <https://canlii.ca/t/jl2k3#par14>, retrieved on 2021-12-17.</ref> and the Division should conclude likewise. The following analysis from ''Iribhogbe v. Canada'' may be considered persuasive: <blockquote>With respect to the website links and excerpts from these webpages, the RAD noted that the Applicant did not provide any documentation as new evidence in his Rule 29 application, as required by the RAD Rules. Instead, he included references to forty (40) Internet web links and select excerpts from webpages. The RAD indicated that any submission of new evidence must be in printed form, not a simple reference to an Internet link. The RAD further indicated that, in the absence of the actual documents containing the excerpts, it was unable to ascertain the publication date of the information to determine if the documents could have been provided with the Applicant’s appeal record.<ref>''Iribhogbe v. Canada (Citizenship and Immigration),'' 2022 FC 501 (CanLII), at para 24, <https://canlii.ca/t/jnm47#par24>, retrieved on 2022-05-12.</ref> </blockquote>Similarly, in ''Urbieta v. Canada'' the RAD noted the RPD could not reasonably be expected to take a claimant's cellphone into evidence and proferring one's cellphone at the hearing is not a substitute for having submitted the documents prior to the hearing as required by the RPD Rules, so that the evidence may be accepted and placed on the record.<ref>''Urbieta v. Canada (Citizenship and Immigration),'' 2022 FC 815 (CanLII), at para 28, <https://canlii.ca/t/jpl5g#par28>, retrieved on 2022-06-27.</ref> == RPD Rule 32 - Language of Documents == <pre>Language of documents — claimant or protected person 32 (1) All documents used by a claimant or protected person in a proceeding must be in English or French or, if in another language, be provided together with an English or French translation and a declaration signed by the translator. Language of Minister’s documents (2) All documents used by the Minister in a proceeding must be in the language of the proceeding or be provided together with a translation in the language of the proceeding and a declaration signed by the translator. Translator’s declaration (3) A translator’s declaration must include translator’s name, the language and dialect, if any, translated and a statement that the translation is accurate.</pre> == Commentary == The following commentary applies to Rules 32(1)-(3) collectively. It is then followed by more specific commentary pertaining to each of the specific subsections of Rule 32. === Where evidence has not been translated in accordance with the rules, the Board may decline to accept it or may assign it low weight === ==== Declining to accept untranslated documents ==== The proper procedure to follow where a claimant attempts to admit documents that are untranslated is ordinarily that followed by RAD Member Normand Leduc when he wrote as follows: "Exhibit P-3 is not translated into English or French and, consequently, I cannot accept it as evidence."<ref>''X (Re),'' 2014 CanLII 15012 (CA IRB), para. 16.</ref> This is so as the language of this rule is described as "mandatory", including through its use of the word "must",<ref>''Londono v. Canada (Citizenship and Immigration),'' 2011 CanLII 95605 (CA IRB), para. 17 (interpreting its analogous and identically-worded rule).</ref> and that countervailing considerations such as cost<ref>''Glibchenko v Canada (Public Safety and Emergency Preparedness),'' 2014 CanLII 95427 (CA IRB), para. 6.</ref> and time constraints<ref>''X (Re),'' 2013 CanLII 99305 (CA IRB), para. 15.</ref> are not generally valid reasons for non-compliance with the rule that documents be translated. Furthermore, the Federal Court has stated that it is not the tribunal's role to ask an interpreter present in the hearing room to translate a claimant's narrative: <blockquote>The burden of being ready to proceed at a hearing is on the applicant, not the tribunal. Placing an obligation on the tribunal to ensure that the applicant's PIF is complete is similar to transferring the applicant's burden to the tribunal. The Court feels that the tribunal did not have an obligation to ask the interpreter present in the courtroom to translate the applicant's PIF to correct his deficiencies, as the applicant had suggested. It is the applicant's responsibility to prepare his claim file, and it is not up to the tribunal to fix his deficiencies.<ref>''Singh v Canada (Citizenship and Immigration),'' 2013 FC 818 (CanLII), at para 27, <https://canlii.ca/t/g0jvf#par27>, retrieved on 2022-03-28.</ref> </blockquote>See Rule 6(3) on the requirement for the Basis of Claim form to have an interpreter's declaration: [[Canadian Refugee Procedure/Information and Documents to be Provided#RPD Rule 6 - Basis of Claim Form]]. ==== Declining to accept a document that has only been translated in part ==== The above logic applies equally where only a portion of the document has been translated. Member Edward Bosveld of the Refugee Appeal Division concluded that generally, a translation of a document should be complete, not only a selective translation of isolated words in a document on which a party wishes to rely:<blockquote>Here, the Minister has not provided a translation of the Albanian-language wording on the Facebook pages, and yet seeks to rely upon that wording to establish that the Respondent’s father is employed as a XXXX XXXX XXXX, which the Minister argues is not consistent with self-confinement at home. The Respondent disputes this contention, noting that the Minister has only translated selective words, and he disagrees that the words relate to his father’s employment. The Minister has not complied with the requirement to provide a signed translator’s declaration along with the translation of the Albanian words on the Facebook posts. Further, even if such a declaration had been provided, the RAD would still have some difficulty because only a partial translation has been provided. The translation provided does not comply with the Rules, is not complete, and the RAD cannot determine whether it is accurate. The RAD therefore declines to admit the Google translations into evidence.<ref>''X (Re),'' 2014 CanLII 95934 (CA IRB), paras. 14-15.</ref></blockquote>But see ''Elias v. Canada'', in which the Federal Court commented on an IAD decision that had discounted evidence on the basis that it was untranslated. The court commented that the fact that the evidence was untranslated was not relevant to its probative value, as follows:<blockquote>The IAD found that there was insufficient evidence that Ms. Elias and Mr. Baiade are in frequent communication. Yet, the record contains about 50 pages of screen shots showing communications by WhatsApp or other phone and messaging applications, apparently in 2015 and 2019. The IAD discounted this evidence because it was in Arabic and not translated. Yet, what is relevant is the frequency of communication, not its contents. ... While these issues may not independently render the IAD’s decision unreasonable, they further erode its reasonableness.<ref>''Elias v. Canada (Citizenship and Immigration),'' 2022 FC 252 (CanLII), at para 23, <https://canlii.ca/t/jml60#par23>, retrieved on 2022-03-31.</ref></blockquote>When considering this case, it should be noted that the IAD's equivalent rule, IAD Rule 29, is very similar to the above RPD Rule ("All documents used at a proceeding by a person who is the subject of an appeal must be in English or French or, if in another language, be provided with an English or French translation and a translator’s declaration").<ref>Immigration Appeal Division Rules, SOR/2002-230, s 29, <https://canlii.ca/t/7xss#sec29>, retrieved on 2022-03-31.</ref> ==== Accepting untranslated evidence into evidence, but weighing it based on the fact that it is untranslated ==== The Board also has the power to admit such evidence into the record, while assigning it little or no weight, through its power to vary the rules per Rule 70 of the RPD Rules. For example, in interpreting its analogous rule, the Immigration Appeal Division commented:<blockquote>The appellant provided approximately 72 pages of documents as evidence. The majority of the documents were in the German language. Minister’s counsel objected to admission of those documents on the basis that they did not comply with ''Immigration Appeal Division Rule'' 29(1). The German language documents were not translated into either official language. The appellant explained that the purpose of the documents was to show the extent of his dental treatment. The documents were allowed into evidence but the appellant was advised little or no weight could be attached to them since they were not translated into one of Canada’s official languages.<ref>''Stellbrink v Canada (Citizenship and Immigration),'' 2013 CanLII 98269 (CA IRB), para. 5.</ref></blockquote>The logic and practicality of admitting such untranslated documents was illustrated by the Immigration Appeal Division, when interpreting its analogous rule, as follows:<blockquote>The appellant provided copies of chat messages for a select period. For the most part, those messages are in a foreign language. Counsel for the Minister of Citizenship and Immigration submitted that the messages should not have been admitted as evidence because they do not conform to ''IAD Rule'' 29(1). The age of smartphones, internet communications and social media creates a dilemma. If a couple is regularly communicating by text, chat messages, Facebook or similar instant messaging, disclosure of all their messages would bog down hearings with mountains of paper. The cost of translation would be prohibitive. On the other hand, providing the messages without translation limits their probative value. Providing only a sample may lead to the inference that the remaining messages contain evidence adverse to the appellant’s case. There is no easy solution. The appellant has attempted to overcome the problem by providing a statutory declaration explaining the evidence. That is of some assistance. I give the evidence some weight, but the weight I give is reduced by the fact that the messages are in a foreign language.<ref name=":9">''Zhao v Canada (Citizenship and Immigration),'' 2017 CanLII 57822 (CA IRB), para. 9.</ref></blockquote> === This translation requirement applies to video and audio evidence submitted to the Board, which must also be transcribed === Claimants regularly submit audio and video evidence to the Board. It must be transcribed and that transcription should then be translated into English or French. The Federal Court confirmed this in ''Cortes v. Canada'' when interpreting the previous version of this rule:<blockquote>Rule 28 provides that “[a]ll documents used at a proceeding must be in English or French or, if in another language, be provided with an English or French translation and a translator’s declaration”. Moreover, the ''Commentaries to the Refugee Protection Division Rules'' provide that “document” includes “any correspondence, memorandum, book, plan, map, drawing, diagram, picture or graphic work, photograph, film, microform, sound recording, videotape, machine‑readable record, and any other documentary material, regardless of physical form or characteristics, and any copy of those documents”. Here, the DVD is a “document” that was not translated as required by the Rules. The panel was therefore entitled to attach no probative value to it.<ref name=":1" /></blockquote>The Refugee Protection Division has confirmed that the same reasoning applies to audiovisual and other evidence submitted under the current version of the RPD Rules.<ref>''X (Re),'' 2014 CanLII 93295 (CA IRB), para. 34.</ref> The guidebook ''Refugee Hearing Preparation: A Guide for Refugee Claimants'' from ''refugeeclaim.ca'' under the question "Do videos, websites, or other electronic documents need to be translated?" states that "Yes! All evidence that you obtain must be translated into English or French. Videos must be transcribed." This reflects the best, and usual, practice. == RPD Rule 32(1) - Language of claimant or protected person's documents == <pre>Language of documents — claimant or protected person 32 (1) All documents used by a claimant or protected person in a proceeding must be in English or French or, if in another language, be provided together with an English or French translation and a declaration signed by the translator.</pre> === This rule applies to documents used by a claimant or protected person in a proceeding, not to all documents provided=== Claimants are obliged to provide all relevant documents in their possession at the time that they provide their BOC Form. These documents need not be translated: [[Canadian Refugee Procedure/Information and Documents to be Provided#Documents attached to the BOC form need not be translated at the time that they are attached]]. In contrast, documents provided at a later time must be translated since the only reason for their provision is that the claimant intends to rely upon them at the hearing, and hence they are to be "used" within the meaning of Rule 32(1). === Claimants need not provide documents in the language of the proceeding, only in English or French=== Claimants elect a language for their proceeding, either English or French. That said, per Rule 32(1), they are not limited to submitting documents in that language. Unlike the Rule for the Minister at 32(2), claimants are solely required to provide their documents in English or French (or, for documents in another language, with a translation into either English or French), regardless of what the language of the proceeding is. RAD Member Douglas Fortney commented on this issue as follows: <blockquote>In this case where the RPD member could not understand a document provided in French, the correct procedure would have been to have accepted the document into evidence and if necessary obtain an English language translation. Alternatively, it could have been considered to have obtained the services of a French – English interpreter who could have assisted in understanding the contents of the document at the RPD hearing.<ref>''X (Re),'' 2016 CanLII 107659 (CA IRB), para. 27.</ref> </blockquote>This is reinforced by the IRB ''Policy Statement on Official Languages and the Principle of the Substantive Equality of English and French'', which states that "All persons in the hearing room are free to speak the official language of their choice, including counsel for the subject of the proceeding. At the request of any party to the proceeding, the IRB will make arrangements to provide interpretation from one official language to the other, taking into consideration third language interpretation may also be required for the case."<ref name=":7">Immigration and Refugee Board of Canada, ''Policy Statement on Official Languages and the Principle of the Substantive Equality of English and French'', Date modified: 2018-07-03 <https://irb-cisr.gc.ca/en/legal-policy/policies/Pages/pnnpollo.aspx> (Accessed January 22, 2020).</ref> This has legislative support in section 14 of the ''Official Languages Act'', which provides:<blockquote>''Official languages of federal courts<br/>'''''14)''' English and French are the official languages of the federal courts, and either of those languages may be used by any person in, or in any pleading in or process issuing from, any federal court.<ref>Official Languages Act, RSC 1985, c 31 (4th Supp), s 14 <<nowiki>http://canlii.ca/t/530sl#sec14</nowiki>> retrieved on 2020-01-25.</ref></blockquote>The Board is considered to be a "federal court" based on the way that term is defined in the Official Languages Act and is thus bound by this provision: [[Canadian Refugee Procedure/Decisions#In what language or languages must the reasons for decisions be made available where they are publicly released?]] As such, a claimant may provide documents (be they letters, correspondence, submissions, notices, or other evidentiary or non-evidentiary documents - see the broad definition of what is considered to be a "document" above [[Canadian Refugee Procedure/Documents#Rule 31 - How to provide documents]]) provided that they meet the Rule 32 requirements regarding language. === What should a claimant do if they cannot afford to translate all of their documents? === Claimants are responsible for absorbing the cost of translating all written materials into either French or English.<ref>Jennifer Bond & David Wiseman, ''Imperfect Evidence and Uncertain Justice: An Exploratory Study of Access to Justice Issues in Canada's Asylum System,'' 53 U.B.C. L. Rev. 1 (2020), page 8.</ref> At times, claimants cannot afford to translate all of their documents. This may come up where a claimant is unrepresented (and thus does not have access to a translation budget from Legal Aid), where a claimant has sufficient means to afford private counsel but nonetheless is not able to afford having all of their documents translated because the documents are particularly voluminous, and where a claimant is entitled to legal aid but the translation budget provided by legal aid has been insufficient in the context of the case. In such a situation the claimant should advise the Division of the situation and be able to show that they took all reasonable steps to have the documents translated: *<u>Advise the Division in writing of the existence of the additional documents and the cost issue preventing them from being translated:</u> The guidebook ''Refugee Hearing Preparation: A Guide for Refugee Claimants'' from ''refugeeclaim.ca'' recommends that a claimant "Tell the [RPD] in writing that you have other documents that you could not afford to translate."<ref>Kinbrace Community Society, ''Refugee Hearing Preparation: A Guide for Refugee Claimants,'' 2019 Version, <<nowiki>https://refugeeclaim.ca/wp-content/themes/refugeeclaim/library/guide/rhpg-vancouver-en.pdf</nowiki>>, page 17 (accessed January 17, 2020).</ref> *<u>Seek out a friend, volunteer, family member, etc. to translate the documents:</u> The claimant should be prepared to show that they made reasonable efforts to have the documents translated. The rules do not require that the translation be done by a professional: [[Canadian Refugee Procedure/Documents#The translator need not supply an affidavit, be accredited, be fluent in both languages, or be completely independent]]. *<u>Apply to legal aid (for additional funds for translation):</u> For example, the BC Legal Services Society pre-authorizes translation costs of up to $361 (1,900 words) for each immigration representation contract.<ref>Legal Services Society, ''Disbursements Tariff'', November 2017 <https://legalaid.bc.ca/sites/default/files/2019-03/disbursementsNov2017.pdf> (Accessed February 2, 2020), page 8.</ref> Counsel may apply for authorization to translate additional documents in particular cases. Similarly, in Ontario, lawyers with RPD certificates from Legal Aid can bill Legal Aid online for translation of up to 3500 words. For documents longer than 3500 words, lawyers can submit a request for additional disbursements for translation.<ref>Legal Aid Ontario, News Release, "New Translation Disbursement for Refugee Certificates" (29 May 2015), online: <http://legalaid.on.ca/en/news/newsarchive/1505-29&#x20;translationdisbursement.asp>.</ref> Furthermore, the claimant should consider alternative ways to put the information in question in front of the Member: *<u>Translate the most important documents:</u> Instructions to claimants in public documents such as the guidebook ''Refugee Hearing Preparation: A Guide for Refugee Claimants'' from ''refugeeclaim.ca'' are that "Translation can be very expensive. If you can’t afford to translate everything, choose the most important documents."<ref name=":3" /> *<u>Have only portions of the documents translated:</u> As a half-way measure, the claimant may attempt to have the most important or relevant portions of the documents translated. But see [[Canadian Refugee Procedure/Documents#Declining to accept evidence that has only been translated in part]] regarding the Division's discretion to decline to admit such evidence where, for instance, the partial translation properly reduces the weight that can be attached to the document. *<u>Make the untranslated documents available at the hearing, including for spot translation:</u> The guidebook ''Refugee Hearing Preparation: A Guide for Refugee Claimants'' from ''refugeeclaim.ca'' recommends that a claimant "Take [the untranslated documents] to the hearing and explain to the Presiding Member what the documents show."<ref name=":3">Kinbrace Community Society, ''Refugee Hearing Preparation: A Guide for Refugee Claimants,'' 2019 Version, <https://refugeeclaim.ca/wp-content/themes/refugeeclaim/library/guide/rhpg-vancouver-en.pdf>, page 29 (accessed January 17, 2020).</ref> The Member would then have the discretion to ask the interpreter to spot-translate portions of the documents: [[Canadian Refugee Procedure/Interpreters#Can an interpreter be asked to translate documents?]] *<u>Provide a statutory declaration or testimony under oath about the contents of the untranslated documents:</u> The Board has the power to waive the rules and admit the untranslated documents into evidence for the purposes of the record (albeit potentially assigning them less weight because of the lack of a translation). For example, the Immigration Appeal Division did just this when interpreting its analogous rule, commenting as follows: <blockquote>The appellant provided copies of chat messages for a select period. For the most part, those messages are in a foreign language. Counsel for the Minister of Citizenship and Immigration submitted that the messages should not have been admitted as evidence because they do not conform to ''IAD Rule'' 29(1). The age of smartphones, internet communications and social media creates a dilemma. If a couple is regularly communicating by text, chat messages, Facebook or similar instant messaging, disclosure of all their messages would bog down hearings with mountains of paper. The cost of translation would be prohibitive. On the other hand, providing the messages without translation limits their probative value. Providing only a sample may lead to the inference that the remaining messages contain evidence adverse to the appellant’s case. There is no easy solution. The appellant has attempted to overcome the problem by providing a statutory declaration explaining the evidence. That is of some assistance. I give the evidence some weight, but the weight I give is reduced by the fact that the messages are in a foreign language.<ref name=":9" /></blockquote>Finally, the claimant should consider that except for documents that were in their possession at the time that they completed their BOC form, and documents travel and identity documents that they acquire after that time, the rules do not strictly require the claimant to submit all relevant documents in their possession. Instead, the claimant need only submit the documents on which they wish to rely in order to make their case and the claimant must take all reasonable steps to corroborate their claim in the circumstances; see commentary to Rule 34: [[Canadian Refugee Procedure/Documents#What documents does a party need to provide when?]]. As such, if the rules do not require the evidence in question to be submitted to the tribunal, then the claimant may consider whether they wish to rely on the information and whether the same information may be adduced in another way, such as through witness testimony. === The Board is not obliged to pay for the translation of documents where a claimant cannot afford to do so=== The instructions on the Basis of Claim form are "Include certified translations in English or French for all documents in a language other than English or French. You must pay for these translations yourself."<ref name=":6">Immigration and Refugee Board of Canada, ''Basis of Claim Form'', November 2012 Version <https://irb-cisr.gc.ca/en/forms/Documents/RpdSpr0201_e.pdf>, page 2.</ref> The Refugee Appeal Division has held that "the responsibility to provide translations for documents in a foreign language rests with the party using the documents, in this case, the claimant." They went on to note that "the fact that the Board can and sometimes does translate documents that the Board intends to use as evidence is not relevant to the decision of the RPD. The RPD Rules clearly require the “user” (claimant in this case) to provide translations of foreign language documents. The claimant (the Appellant) failed to do so and therefore failed to comply with the rules."<ref>''X (Re),'' 2017 CanLII 144401 (CA IRB), para. 10.</ref> === Procedural fairness considerations where a claimant's untranslated documents are not accepted === The above list of possible actions by a claimant concerns circumstances where the claimant has made reasonable efforts to have documents translated and has been unable to do so because of cost. There are other reasons why a claimant may appear at a hearing with untranslated documents, including where they state that they did not know that the documents needed to be translated. Where a claimant's untranslated documents are not accepted, panels of the Division have attempted to accommodate persons, particularly unrepresented claimants, in a number of ways, including by allowing the party to testify to the matters discussed in the documents as an alternative way of adducing the evidence in question (see ''Huang v Canada'')<ref>''Huang v Canada (Citizenship and Immigration),'' 2013 CanLII 98247 (CA IRB), para. 5.</ref> and by allowing the party to submit proper translations of the documents in question post-hearing (though the court has held that the Board need not do so as a matter of procedural fairness, even where a claimant is unrepresented, though this conclusion will likely depend on the probative value of the document in question, see ''Soares v. Canada'').<ref>''Da Costa Soares v. Canada (Citizenship and Immigration),'' 2007 FC 190 (CanLII), paras. 15-25.</ref> == RPD Rule 32(2) - Language of Minister's documents == <pre>Language of Minister’s documents (2) All documents used by the Minister in a proceeding must be in the language of the proceeding or be provided together with a translation in the language of the proceeding and a declaration signed by the translator.</pre> === The Minister must use the language of the proceeding in oral and written pleadings=== As per Rule 32(2), all documents used by the Minister in a proceeding must be in the language of the proceeding (or be provided together with a translation). A question may arise about the proper scope of the terms "documents" and "proceeding" in the above rule. For example, if a Minister provides a notice of intervention, is it a "document" being used in a "proceeding"? ==== Meaning of "documents" in this rule ==== One argument that has been advanced is that the term "documents" as used in this rule only includes documents as evidence, not notices from the Minister. This argument is best rejected based on the observations and citations provided in the section on the definition of "document" above: [[Canadian Refugee Procedure/Documents#What is a "document" as the term is used in these rules?]]. ==== Meaning of "proceeding" in this rule ==== As per Rule 32(2), all documents used by the Minister in a proceeding must be in the language of the proceeding (or be provided together with a translation). At times, the argument has been advanced that documents such as a notice of intervention are not being used in a proceeding at the time that they are supplied since "proceeding" is defined in Rule 1 as follows: "proceeding includes a conference, an application or a hearing". Instead, rather than being supplied for use in any one of those listed proceedings, the argument is that it is being supplied for notification purposes. Such semantic quibbling is best avoided and this argument should be rejected for the following reasons: * As the Board states in its ''Policy Statement on Official Languages and the Principle of the Substantive Equality of English and French'', "language rights must generally be given a broad and liberal interpretation".<ref name=":7" /> * The definition of a proceeding in Rule 1 "includes" the listed procedures, but does not indicate that it is limited to them. The RPD Rules are subordinate to the Act, which in s. 170 contemplates a broad and expansive conception of what a Refugee Protection Division "proceeding" is, including that a file-review decision made without any hearing being held is something that happens within a proceeding (s. 170(f)) and that the Board's provision of notice of the hearing to the Minister is also something that happens in a proceeding (s. 170(c)). If notifying the Minister of the hearing is something that happens "in a[] proceeding", then it is hard to see why the Minister's notifications should not similarly be considered to have been provided for use "in a proceeding".<ref>''Immigration and Refugee Protection Act'', SC 2001, c 27, s 170 <<nowiki>http://canlii.ca/t/53z6t#sec170</nowiki>> retrieved on 2020-02-01.</ref> Furthermore, in ''Duale v. Canada'' the court commented that "proceedings" as used in section 167 of the Act encompass more than the actual hearing before the RPD. Thus, subsection 168(1) allows a division to determine that "a proceeding" before it has been abandoned for such pre-hearing matters as failing to provide required information or failing to communicate with the division as required.<ref name=":02">''Duale v. Canada (Minister of Citizenship and Immigration),'' 2004 FC 150 (CanLII), par. 5, <http://canlii.ca/t/1gcff#5>, retrieved on 2020-01-27</ref> See the discussion of the interpretation of the term "proceeding" in the Act at: [[Canadian Refugee Procedure/Definitions#Commentary on the definition of "proceeding"]]. * Furthermore, Ministerial intervention notices must include the details required by Rule 29, and where they do not, the proper remedy is that the notice of intervention will not be accepted.<ref>''X (Re),'' 2016 CanLII 62221 (CA IRB), <<nowiki>https://www.canlii.org/en/ca/irb/doc/2016/2016canlii62221/2016canlii62221.html</nowiki>>.</ref> It is clear that the Minister provides a notice of intervention so that it can rely on it ''at the hearing'' as proof that it has complied with the rules requiring such notification. * Finally, the purpose of such notices has been described as follows: "[Rule 29(2)(a)] exists to compel the Minister to provide notice to the claimant why they have decided to intervene in his or her claim. It is to provide the claimant with fore-knowledge of the concerns the Minister has with the claim, so as to allow the claimant to prepare a response to these concerns. It is an issue of procedural fairness."<ref>''X (Re),'' 2016 CanLII 62221 (CA IRB), para. 15.</ref> If this notice were not provided in the language of the proceedings, then the purpose of providing this specific advance information to the claimant about the Minister's concerns could be frustrated. ==== Ministerial obligations pursuant to ''Official Languages Act'' ==== Finally, the better view of this question is that the Minister is under a legal obligation to provide all documents, including pleadings and other procedural documents, in the language of the proceeding and that this obligation stems from the ''Official Languages Act'', which is considered a quasi-constitutional statute.<ref>''Canada (Attorney General) v. Viola'', [1991] 1 F.C. 373, at page 386.</ref> The ''Official Languages Act'' provides that where a federal institution is a party to civil proceedings is shall use the language chosen by the other parties in any oral or written pleadings, except in narrow exceptional circumstances:<blockquote><u>Language of civil proceedings where Her Majesty is a party</u> '''18''' Where Her Majesty in right of Canada or a federal institution is a party to civil proceedings before a federal court, (a) Her Majesty or the institution concerned shall use, in any oral or written pleadings in the proceedings, the official language chosen by the other parties unless it is established by Her Majesty or the institution that reasonable notice of the language chosen has not been given; and (b) if the other parties fail to choose or agree on the official language to be used in those pleadings, Her Majesty or the institution concerned shall use such official language as is reasonable, having regard to the circumstances.<ref>Official Languages Act, RSC 1985, c 31 (4th Supp), s 18 <http://canlii.ca/t/530sl#sec18> retrieved on 2020-01-25.</ref></blockquote>While there does not appear to be judicial consideration on point, it is arguable that this provision applies to delegates of the Minister from IRCC and PSEP where they intervene in matters before the Board. Such proceedings are "before a federal court", which is defined in s. 3(2) of the ''Official Languages Act'' as "any court, tribunal or other body that carries out adjudicative functions and is established by or pursuant to an Act of Parliament." The Federal Court of Appeal concluded that the IRB meets this definition in ''Devinat v. Canada''.<ref>''Devinat v. Canada (Immigration and Refugee Board),'' 1999 CanLII 9386 (FCA), [2000] 2 FC 212, par. 57, <<nowiki>http://canlii.ca/t/4ll0#57</nowiki>>, retrieved on 2020-01-25</ref> Furthermore, the participation of the Minister's delegates in Board proceedings would appear to constitute a circumstance in which a "federal institution" has become party to proceedings. A "federal institution" is defined broadly in the ''Official Languages Act,'' it not only includes the Department of Citizenship and Immigration and the Department of Public Safety and Emergency Preparedness (based on the definitions of "federal institution" and "department" in s. 3 of the Act), but it also includes "any other body that is specified by an Act of Parliament to be an agent of Her Majesty in right of Canada or to be subject to the direction of the Governor in Council or a minister of the Crown", which would presumably include a Minister's delegate under the IRPA whose powers are derived from s. 6 of the Act which provides, ''inter alia'', that "The Minister may designate any persons or class of persons as officers to carry out any purpose of any provision of this Act, and shall specify the powers and duties of the officers so designated".<ref>''Immigration and Refugee Protection Act,'' SC 2001, c 27, s 6 <http://canlii.ca/t/53z6t#sec6> retrieved on 2020-01-31.</ref> === If the claimant switches languages from French to English, or vice versa, the Minister must provide translations of their documents they intend to use === ==== Practice under the previous version of the RPD rules was that such documents did not need to be translated ==== Under the previous 2002 version of the rules, the wording of the predecessor rule to Rule 32(2) was interpreted as not requiring the Minister to provide translations of documents where the claimant subsequently switched the language of proceedings. For example, if the claimant elected to proceed in French and the Minister gave the claimant a document in French, and the claimant then subsequently decided that they instead preferred to proceed in English, the Minister was not obliged to provide a new translation of the document into English, but could instead rely on the previously disclosed document. The key question was whether the document was provided to the claimant in the language of proceedings at the time that it was sent. This question was dealt with by the Federal Court in ''Blanco v. Canada'', a case that concerned the previous version of the rules at the Immigration Division, which tracked the wording in the RPD Rule. In that case, the person concerned commenced his proceedings in English. The claimant then secured new, French-speaking, counsel. The Board then approved the claimant's application to change the language of the proceedings to French. At the same time, both the panel and the Minister refused to provide French translations of the documents that the Minister had previously sent to the applicant's former counsel in English. The claimant argued at the hearing that the panel could not legally enter into evidence documents that were in English and had not been translated into French prior to the hearing. The Federal Court rejected this argument on the basis that "It is clear that when the documents in question were provided by the respondents, the language of the proceedings was English, precluding the need for a French translation."<ref>''Bolanos Blanco v. Canada (Citizenship and Immigration),'' 2010 FC 280 (CanLII), paras. 12-20.</ref> This interpretation appears to turn on the then-extant Immigration Division rule which stipulated that "If the Minister <u>provides</u> a document that is not in the language of the proceedings, the Minister must provide a translation and a translator’s declaration. <u>[emphasis added]</u>" On the basis that the rule in question provided that the trigger for translation is the language of proceedings at the time that the document is provided, the court concluded that the documents could properly be entered as evidence in the hearing. ==== Changes to this provision in the 2012 RPD Rules now require that the document be in the language of proceedings at the time of its use ==== The Board's practice that was highlighted in the ''Blanco'' decision (above) was stridently criticized by members of the House of Commons Official Languages Committee.<ref>Official Languages Committee on Dec. 16th, 2010, House of Commons Hansard <https://openparliament.ca/committees/official-languages/40-3/39/sylvia-cox-duquette-1/>.</ref> The Official Languages Commissioner subsequently requested that the Board make changes to the RPD Rules regarding the rules about the language of RPD proceedings. One of the goals for the new RPD Rules, as identified by the Board, was to "address [these] recommendations of the Office of the Commissioner of Official Languages (OCOL)".<ref>Immigration and Refugee Board of Canada, ''RPD Rules Regulatory Impact Analysis Statement,'' Date modified: 2018-07-04, Accessed January 3, 2020 <<nowiki>https://irb-cisr.gc.ca/en/legal-policy/act-rules-regulations/Pages/RiasReir.aspx</nowiki>>.</ref> The wording of the new (and current) Rule 32(2) requires that "all documents <u>used by the Minister</u> in a proceeding must be in the language of the proceeding or be provided together with a translation in the language of the proceeding and a declaration signed by the translator <u>[emphasis added]</u>". This is a departure from the previous wording of this Rule under the 2002 version of these rules, which read: "If the Minister <u>provides a document</u> that is not in the language of the proceedings, the Minister must provide a translation in that language and a translator’s declaration."<ref>''Refugee Protection Division Rules,'' SOR/2002-228, Rule 28(2).</ref> The fact that the rule focuses on the ''use'' of the documents appears to indicate that under the new rules, the circumstances in ''Blanco v. Canada'' would not recur because the Minister would be obliged to provide translations of any documents that they had previously provided should they want to continue to rely on them''.'' == RPD Rule 32(3) - Language of documents - Requirement for a translator's declaration== <pre>Translator’s declaration (3) A translator’s declaration must include translator’s name, the language and dialect, if any, translated and a statement that the translation is accurate.</pre> === What are the requirements for the translator's declaration for documents?=== Translated document should meet the following requirements: * <u>A copy of the original-language document should be provided in addition to the translation:</u> Rules 32(1), 32(2), and 32(3), read conjointly, require that a copy of the original document in the original language be submitted as well as a translation of it. * <u>The translator's declaration must meet each of the requirements enumerated in Rule 32(3):</u> The translator's declaration should be in the following form: "A translator’s declaration must include the translator’s name, the language and dialect, if any, translated and a statement that the translation is accurate." * <u>The translator's declaration should be signed:</u> The instructions in the Basis of Claim form regarding document translation are that a claimant is to "Include certified translations in English or French for all documents in a language other than English or French."<ref name=":6" /> As explained on the Basis of Claim form, this requirement that the translations be "certified" will be met where any documents provided are accompanied by a translator's declaration that meets the requirements of Rule 32(3) ("A translator’s declaration must include translator’s name, the language and dialect, if any, translated and a statement that the translation is accurate") plus the statement is signed by the translator.<ref>Immigration and Refugee Board of Canada, ''Basis of Claim Form'', November 2012 Version <<nowiki>https://irb-cisr.gc.ca/en/forms/Documents/RpdSpr0201_e.pdf</nowiki>>, Appendix - Pages 1-2.</ref> * <u>Translator should have some independence from the claimant:</u> The translator is to have a certain degree of independence from the claimant. **''Counsel should not act as the translator:'' Counsel themselves should not act as the translator because, should any issues arise as to the accuracy of the translation in question, then they could be called as a witness. While that can occur (e.g. cases in other legal contexts have held that "while it is highly undesirable for counsel to wear the cloak of both advocate and witness, the client has the right to have his counsel testify as a witness"<ref>''Insurance Corp. of British Columbia v. Suska,'' 2007 BCSC 1838.</ref>) it raises questions about potential conflicts of interest and logistical hurdles. However, as the court accepted in ''Grandmont v. Canada'', a person working in-house at the law firm the claimant has selected may be considered acceptable to translate documents.<ref name=":4" /> ** ''The claimant themselves, and close family members thereto, should not act as the translator:'' When interpreting its similar rule, the Immigration Appeal Division has rejected documents in on the basis of its concern that, ''inter alia'', the documents were "not fully translated by an independent translator".<ref>''Huang v. Canada (Citizenship and Immigration),'' 2012 CanLII 46522 (CA IRB), para. 19.</ref> The basis for this independence requirement in the rules appears to be somewhat scant, but arguably arises as a matter of the weight that the Board should attach to the evidence - particularly if any other credibility issues regarding the person doing the translating were to emerge at the hearing. This aspect of independence is also emphasized by public explanations of the refugee claim process, including Kinbrace Community Society's ''Refugee Hearing Preparation: A Guide for Refugee Claimants'' which notes that it is best that the translator not be a relative: "Certified translators are best, but not required. If you cannot pay for a professional translator, you can have someone else you trust (preferably not a relative) translate your documents for you."<ref name=":3" /> === Where the document does not contain a translator's declaration in the appropriate form, it should generally not be admitted=== Where the requirement for a translator's declaration has not been complied with, the proper process is generally that the document should not be admitted. For example, the RAD has commented as follows:<blockquote>Although there is an English translation of these documents, there is no [translator's declaration] attached to them, as is required.... The RAD, therefore, cannot ascertain that these documents have been properly translated from Chinese into English. The RAD therefore cannot accept these documents[.]<ref>''X (Re),'' 2016 CanLII 151861 (CA IRB), para. 10.</ref></blockquote>Parties sometimes attempt to adduce evidence that has been translated through automated systems such as Google Translate. It should generally not be admitted into evidence on the basis that no Rule 32(3) translator's declaration has been provided for such evidence. On the basis that "The Board cannot determine whether it is accurate", the Refugee Appeal Division has declined to admit such Google translations into evidence, including when provided by the Minister.<ref>''X (Re),'' 2014 CanLII 95934 (CA IRB), para. 15.</ref> The Refugee Protection Division specifically has issued a practice notice on this point entitled ''Refugee Protection Division Practice Notice: Compliance with Refugee Protection Division Rules'' which comments on Google translations as follows:<blockquote>The RPD frequently receives documents that have not been translated, or have been translated but are not accompanied by a translator’s declaration. Sometimes these documents have been translated by a web-based tool, such as Google Translate. Such translations do not comply with RPD Rule 32, cause delays to the proceedings and may not be accepted by the presiding member.<ref>Immigration and Refugee Board of Canada, ''Refugee Protection Division Practice Notice: Compliance with Refugee Protection Division Rules'', Effective date: December 8, 2014 <https://irb-cisr.gc.ca/en/legal-policy/procedures/Pages/AviPraNotRpdSprComRulResReg.aspx> (Accessed January 25, 2020).</ref></blockquote> === The translator need not supply an affidavit, be accredited, be fluent in both languages, or be completely independent === Provided that this is done, a translator's declaration need not comply with other requirements that are not found in the rules: *<u>Statement from translator need not be an affidavit:</u> For example, the translator's statement need not be in the form of an affidavit; the Immigration Appeal Division reached this conclusion when interpreting its similar rule: "The panel does not share the respondent’s concern with the Certificate of Translation that accompanied the disclosure. While not in the form of an affidavit, the Rule does not require one".<ref>''Yeung v. Canada (Citizenship and Immigration),'' 2010 CanLII 80130 (CA IRB), para. 8.</ref> *<u>Translator need not be "accredited":</u> There are many bodies that accredit translators and interpreters, from the Board itself to professional organizations like the ''Society of Translators and Interpreters of British Columbia''.<ref>For more information see Society of Translators and Interpreters of British Columbia, www.stibc.org.</ref> While using an accredited translator may be a good idea, it is not a requirement of the rules. The Immigration Appeal Division reached this conclusion when interpreting its similar rule: "The Minister’s counsel submitted that the translations ... do not constitute credible evidence because they were not done by accredited translators.... The panel is of the opinion that the documents submitted by the appellant showing the exchanges between the parties ... can be taken into account by the panel, even though they were not written by accredited translators".<ref name=":4">''Grandmont v. Canada (Citizenship and Immigration),'' 2010 CanLII 97579 (CA IRB), para. 43.</ref> *<u>The translator need not be fluent in both languages:</u> The requirement in the rules is solely that the translator provide a "statement that the translation is accurate," nothing more. The University of Ottawa Refugee Assistance Project has a Hearing Preparation Kit which discusses the level of proficiency the translator must have in the languages in question. That kit includes sample translator's declarations, both where the translator is fully fluent in both languages, and one for where the translator is not. They indicate that an acceptable declaration to be used where the translator is not fully fluent in both languages is as follows: "I, ____(name_______, of the City of ____(location)_____, hereby certify that I have translated this Marriage Certificate from ____(original language)___ to English, and that I am partially competent to render such translation, being partially fluent in the ____(original language)___ and English languages. A fully competent translator was not available."<ref>University of Ottawa Refugee Assistance Project, ''UORAP Hearing Preparation Kit'', ''Guide 3: Preparing Evidence for your Hearing'' <https://www.fcjrefugeecentre.org/wp-content/uploads/2020/09/hearing_preparation_kit.pdf>, page 14.</ref> *<u>Translator need not be completely independent from the claimant:</u> As discussed above, the translator is to have a certain degree of independence from the claimant, but the degree of independence required is not high. This aspect of independence is also emphasized by public explanations of the process, including Kinbrace Community Society's ''Refugee Hearing Preparation: A Guide for Refugee Claimants'' which notes that it is best that the translator not be a relative: "Certified translators are best, but not required. If you cannot pay for a professional translator, you can have someone else you trust (preferably not a relative) translate your documents for you. This person must sign a translator’s declaration."<ref name=":3" /> As the court accepted in ''Grandmont v. Canada'', a person working in-house at the law firm the claimant has selected may be considered acceptable to perform this task.<ref name=":4" /> == RPD Rule 33 - Disclosure and use of documents by the Division== <pre>Disclosure and Use of Documents Disclosure of documents by Division 33 (1) Subject to subrule (2), if the Division wants to use a document in a hearing, the Division must provide a copy of the document to each party. Disclosure of country documentation by Division (2) The Division may disclose country documentation by providing to the parties a list of those documents or providing information as to where a list of those documents can be found on the Board’s website.</pre> === The RPD has an obligation to provide documents and information required by the Rules to the Minister upon request === Subsection 170(''d'') of the Act requires the Division to provide the Minister, on request, with the documents and information referred to in subsection 100(4) of the Act, which are the documents and information required by the rules of the Board:<blockquote>100(4) A person who makes a claim for refugee protection inside Canada at a port of entry and whose claim is referred to the Refugee Protection Division must provide the Division, within the time limits provided for in the regulations, with the documents and information — including in respect of the basis for the claim — required by the rules of the Board, in accordance with those rules.</blockquote> === The Division has the power to provide post-hearing documents prior to rendering a decision === RPD Rule 33 concerns circumstances in which the Division provides a copy of a document that it wants to use in a hearing. What about where the Division wants to provide a document to parties following a hearing? The Division may do so and, while it must invite comment from the parties on any such post-hearing disclosure, it need not resume the hearing afterwards. The Division's power to provide such post-hearing documents was emphasized in the Board's public commentary on the previous version of the RPD Rules, which read "The Division may provide a document to the claimant (and to the Minister if the Minister has intervened) after a hearing if the Division considers its use would assist in ensuring a full and proper determination of a claim for refugee protection. The claimant will be given an opportunity to make submissions on that document."<ref name=":8" /> While that public commentary is no longer published by the IRB, the principle stands. === The panel should consider the most recent National Documentation Package === The Board ''Policy on National Documentation Packages in Refugee Determination Proceedings,'' which is dated June 2019, commits that "The <abbr>RPD</abbr> and <abbr>RAD</abbr> will consider the most recent <abbr>NDP</abbr>(s) in support of assessing forward-looking risk."<ref name=":14">Immigration and Refugee Board of Canada, ''Policy on National Documentation Packages in Refugee Determination Proceedings,'' Effective date: June 5, 2019, <https://irb-cisr.gc.ca/en/legal-policy/policies/Pages/national-documentation-packages.aspx> (Accessed August 30, 2020).</ref> A panel of the Board should comply with this policy. This has implications both for which NDPs should be disclosed on a file and for the currency of the NDPs which are disclosed: * <u>Which NDPs are disclosed:</u> A panel should ensure that it considers the relevant NDPs, both those that relate to countries of citizenship, as well as those that relate to countries of former habitual residence, where that concept applies. For example, in ''El Hraich v. Canada'', the court commented that "There is no indication that the Panel considered the National Documentary Package on the UAE before it rendered the decision.", noting that the Court has found that where central elements of a claim, such as the right to return to a CFHR for a stateless person, are at issue, the RPD should examine and refer to the available country documentation.<ref>''El Hraich v. Canada (Citizenship and Immigration),'' 2022 FC 213 (CanLII), at para 28, <https://canlii.ca/t/jmk07#par28>, retrieved on 2022-03-16.</ref> * <u>Whether the NDPs disclosed are current:</u> In ''Zhao v. Canada'' the court held that "as a matter of procedural fairness, the [Board] had a duty to disclose the most recent NDP and to give the Applicants an opportunity to respond and make submissions on this matter."<ref>''Zhao v. Canada (Citizenship and Immigration),'' 2019 FC 1593 (CanLII), par. 31, <<nowiki>http://canlii.ca/t/j48rf#par31</nowiki>>, retrieved on 2020-04-01.</ref> Similarly, in ''Oymali v. Canada'' the court held that "the latest NDP should be considered in assessing risks".<ref>''Oymali v. Canada (Citizenship and Immigration)'', 2017 FC 889.</ref> The obligation to consider the latest NDP extends to matters where a new NDP is released while a claim is under reserve. However, there are some limits to this principle: * <u>It does not apply to documents other than those in an NDP:</u> In ''Tambwe-Lubemba'' the court considered whether a panel of the Board must consider updated country documents received by the Board post-hearing that are not explicitly placed on the file''.'' The applicants in that case submitted that the panel hearing their claim should have considered information received by the Refugee Division's document centre after the hearing, but before the decision had been rendered. What the Court held was that the panel was under no obligation to consider information that the members had not seen and that was not tendered by the claimants.<ref>''Nagulesan v. Canada (Minister of Citizenship and Immigration),'' 2004 FC 1382 (CanLII), para. 13.</ref> * <u>It does not apply where the new information would make no difference to the decision:</u> In ''Worku v. Canada'', the Federal Court held that the Board was not bound to consider the newest NDP information when there was no indication that the information was a significant departure from the information which was considered by the RPD.<ref>''Worku v. Canada (Citizenship and Immigration)'', 2019 FC 784.</ref> As such, the Board ''Policy on National Documentation Packages in Refugee Determination Proceedings'' is that "The <abbr>RAD</abbr> will disclose to the parties new <abbr>NDP</abbr> documents only when they wish to rely upon them".<ref name=":14" /> The fact that the panel should consider the most recent National Documentation Package does not mean that a panel needs to scour through every document in it for any possible statement that could support or hinder the claimant; for a discussion of this, see [[Canadian Refugee Procedure/The Board's inquisitorial mandate#There is a shared duty of fact-finding in refugee matters]]. === Rule 33(2): The Division may disclose country documentation by providing information as to where a list of those documents can be found on the Board's website === RPD Rule 33(2) provides that "the Division may disclose country documentation by providing to the parties a list of those documents or providing information as to where a list of those documents can be found on the Board’s website." Certain documents are listed in the lists of documents on the Board website, but the documents themselves are only available via email, in particular samples of identity documents appended to Responses to Information Requests generated by the Board's research directorate. The court has held that the fact that such samples are not reproduced in the NDP published online on the IRB’s website does not breach procedural fairness. In ''Zerihaymanot v. Canada'', the court noted that "this sample document was attached to a Response to Information Request in the NDP, with a note that to obtain a copy of the attachment, one must email a request. Rule 33(2) specifies that disclosure of country documentation may include being provided with the document by the Division or being informed where the information could be found."<ref>''Zerihaymanot, Brhane Ghebrihiwet, v. M.C.I.'' (F.C., no. IMM-3077-21), McHaffie, April 26, 2022; 2022 FC 610.</ref> Further, in that case, during the RPD hearing, counsel was directed to the sample birth certificate and it was clear from counsel’s questions and submissions that counsel had the document. The court noted that there does not appear to be any requirement that the NDP be publicly posted on the internet, and that in the 1990s when this was not done, the Federal Court of Appeal had concluded that the fact that documents were available in IRB documentation centres was sufficient to be fair: ''Mancia v Canada''.<ref>''Mancia v Canada (Minister of Citizenship and Immigration)'', [1998] 3 FC 461 at paras 22, 26.</ref> == RPD Rule 34 - Obligation, process, and timeline for a party to disclose documents they want to use in a hearing == <pre>Disclosure of documents by party 34 (1) If a party wants to use a document in a hearing, the party must provide a copy of the document to the other party, if any, and to the Division. Proof that document was provided (2) The copy of the document provided to the Division must be accompanied by a written statement indicating how and when a copy of that document was provided to the other party, if any. Time limit (3) Documents provided under this rule must be received by their recipients no later than (a) 10 days before the date fixed for the hearing; or (b) five days before the date fixed for the hearing if the document is provided to respond to another document provided by a party or the Division.</pre> === What documents does a party need to provide when? === Rule 34(1) concerns documents that a party "wants" to use in a hearing. The rule provides that such documents must be received by their recipients no later than 10 days before the date fixed for the hearing (except, per Rule 34(3)(b) where they are provided in response to documents provided by other party, in which case the deadline is five days prior to the hearing). This discretionary rule allows, but does not require, a claimant to submit documents. It can be contrasted with Rule 7(3) which obliges claimants to provide certain types of documents. Specifically, Rule 7(3) provides that a claimant "must" attach all "relevant documents in their possession" to their Basis of Claim form, including identity and travel documents (whether genuine or not). The only exception to this is for documents that were seized by an officer or provided to the Division by an officer. In short, the disclosure deadlines established by the RPD rules appear to be the following: {| class="wikitable" !Stage in Claim !Document Type !Disclosure Obligation !Deadline !Rule |- |When BOC Form Provided |All relevant documents in the claimant's possession |Mandatory Disclosure |Must be attached to BOC Form |Rule 7(3) |- |After BOC Form Provided |Claimant's identity or travel documents |Mandatory Disclosure |Must be provided "without delay" after the claimant obtains |Rule 7(4) |- |After BOC Form Provided |Any other documents "a party wants to use" |Discretionary/optional |10 days before the hearing (or 5, if in response) |Rule 34 |} As such, the rules appear to establish a regime in which a claimant is obliged to provide all relevant documents that are in their possession at the time that they provide their BOC form. For documents that come into a claimant's possession after that point, other than identity or travel documents, the claimant has discretion about whether or not to submit them and need only do so if they want to use them in the proceeding. A qualification to this principle is that: * claimants are obliged to submit identity and travel documents (whether genuine or not) that come into their possession at any point (Rule 7(4) - [[Canadian Refugee Procedure/Information and Documents to be Provided#A claimant is obliged to provide any relevant documents in their possession without delay, whether genuine or not]]); * while the Minister has no obligation to become a party to a proceeding ([[Canadian Refugee Procedure/Intervention by the Minister#The Minister is permitted to intervene in proceedings, but is not required to do so]]), once it does so its disclosure must be "complete" and cannot be selective. A failure to do so is a violation of natural justice. In the words of the Federal Court, "At a bare minimum, if the Minister chooses to disclose evidence, that disclosure must be complete."<ref>''B135 v Canada (Citizenship and Immigration),'' 2013 FC 871 at para. 26.</ref> Where complete disclosure has not been provided by the Minister, procedural fairness may oblige the RPD to require the Minister to make inquiries of the relevant Canadian law enforcement agencies to obtain documents, for example.<ref>''Jankovic v. Canada (Citizenship and Immigration),'' 2022 FC 857 (CanLII), at para 48, <https://canlii.ca/t/jprtv#par48>, retrieved on 2022-08-09.</ref> * claimants have an obligation to take reasonable steps to provide acceptable documents establishing their identity and other elements of the claim ([[Canadian Refugee Procedure/Information and Documents to be Provided#A claimant has an obligation to make reasonable efforts to establish their identity and to corroborate their claim]]); and * the Board can compel testimony and the production of evidence should it choose to do so ([[Canadian Refugee Procedure/Information and Documents to be Provided#The Division may instruct the claimant to provide specific documents]]). The above timelines for providing documents are reiterated in the Basis of Claim form that all claimants receive: "If you get more identity or travel documents that support your claim after you have provided your BOC Form, give two copies to the IRB without delay. If you get more documents, other than identity or travel documents, that support your claim after you have provided your BOC Form, give one copy to the IRB and a copy to the Minister, if the Minister is a party, at least 10 days before your hearing." The BOC Form also states on its cover page: "you are responsible for obtaining and providing to the IRB any documents that may support your claim." The above documentary disclosure obligations specified in the Rules are also distinct from the separate matter of the Division's ability to draw an adverse inference as to credibility in circumstances in which documents are not provided. Even if it is not mandatory for the claimant to have submitted a particular document above as per the Rules, where a claimant does not do so, the Division may conclude that a claimant's failure to provide a document is indicative of a fear to provide the evidence to the Board, allowing the Board to draw an adverse inference about the credibility of the fact that the document would have otherwise served to establish or corroborate. Of course, this type of adverse inference may only be drawn where the claimant is given a reasonable opportunity to adduce the evidence once the Division identifies its concern, or where the evidence was otherwise mandatory for the claimant to produce, and furthermore the Federal Court has held that "a panel cannot draw a negative inference from the mere fact that a party failed to produce any extrinsic documents corroborating his or her allegations, except when the applicant’s credibility is at issue".<ref>''Ahortor v. Canada (Minister of Employment and Immigration)'' (1993), 65 F.T.R. 137 (FCT).</ref> See the discussion of Rule 11 for more detail: [[Canadian Refugee Procedure/Information and Documents to be Provided#Rule 11 - Documents Establishing Identity and Other Elements of the Claim]]. === The Board must consider its discretion to provide relief where a claimant submits a document later than the time limit in Rule 34(3) === The time limit in Rule 34(3) for providing documents must be read in conjunction with section 170 of the IRPA, and specifically the following subsections of that provision:<pre>Subsections 170 (e), (g) and (h) of the IRPA however indicate that in any proceeding before the RPD it: (e) must give the person . . . a reasonable opportunity to present evidence . . .; (g) is not bound by any legal or technical rules of evidence; (h) may receive and base a decision on evidence that is adduced in the proceedings and considered credible or trustworthy in the circumstances.</pre>In ''Trboljevac v. Canada'', the court commented that "While the Panel Member was aware of the ten-day time period in Rule 34(3) for disclosing documents, the failure of the Member to acknowledge or apparently be aware of the ''IRPA'' provisions allowing them to nonetheless accept the documents had the effect of preventing the Applicant from substantiating his claim. ... the Panel Member should have addressed why they declined to exercise the discretion provided to them in section 170 of the ''IRPA''. Failure to exercise that discretion was a breach of natural justice in this matter."<ref>''Trboljevac v. Canada (Citizenship and Immigration),'' 2020 FC 26 (CanLII), para. 52.</ref> The Board's discretion to admit late-filed documents is guided by Rule 36, below: [[Canadian Refugee Procedure/Documents#Rule 36 - Use of undisclosed documents]]. === Does the 10 day deadline for submitting documents reset when a hearing has multiple sittings? === A question can arise about the interpretation of the phrase "days before the date fixed for the hearing" in Rule 34. As per Rule 34(3), documents provided under this rule must be received by their recipients no later than 10 days before the date fixed for the hearing. If a resumption of a hearing is scheduled more than 10 days after the first sitting of the hearing, does this mean that any documents submitted 10 or more days prior to the next sitting are, in the words of RPD Rule 34(3), being submitted at least "10 days before the date fixed for the hearing"? To the mind of this author, this question has not been definitively resolved in the published jurisprudence. This this is likely because panels are permissive about accepting documents submitted prior to a resumption given their obligation to give any person before them a reasonable opportunity to present evidence (s. 170(e) of the Act). == RPD Rule 35 - Documents relevant and not duplicate == <pre>Documents relevant and not duplicate 35 Each document provided by a party for use at a proceeding must (a) be relevant to the particular proceeding; and (b) not duplicate other documents provided by a party or by the Division.</pre> === The use of the National Documentation Package does not preclude the disclosure of additional Country of origin information === The Board ''Policy on National Documentation Packages in Refugee Determination Proceedings'' states that:<blockquote>Relevant <abbr>NDP</abbr>(s) are disclosed to the parties in every refugee claim before the <abbr>RPD</abbr> as the standard source of <abbr>COI</abbr> evidence in refugee determination. As per <abbr>RPD</abbr> Rule 33(2), the <abbr>RPD</abbr> provides the parties with information as to where the <abbr>NDP</abbr> can be found on the Board's website, and it is the parties' responsibility to check the <abbr>IRB</abbr> website for the newest version of the relevant <abbr>NDP</abbr>(s) prior to their hearing. ... The use of <abbr>NDPs</abbr> does not preclude the disclosure of additional <abbr>COI</abbr> not contained in an <abbr>NDP</abbr> by the Division or a party to a proceeding. Such information must be disclosed on a case-by-case basis, subject to the legal and procedural requirements of each Division.</blockquote> === Practice notice on voluminous country conditions evidence === The Board’s ''Notice to parties and counsel appearing before the Refugee Protection Division – voluminous country conditions evidence'' specifies procedures regarding voluminous disclosure of country conditions evidence filed at the Refugee Protection Division. As per the practice notice, parties must make a formal application to submit country conditions evidence that exceeds 100 pages per country of reference.<ref>Immigration and Refugee Board of Canada, ''Notice to parties and counsel appearing before the Refugee Protection Division – voluminous country conditions evidence,'' Date modified: 2018-06''-''26 ''<''https://irb-cisr.gc.ca/en/legal-policy/procedures/Pages/voluminous-country-conditions-evidence-preuve-volumineuse-relative-aux-conditions-dans-le-pays.aspx''>.''</ref> Disclosure of country conditions evidence over the specified page limit must be accompanied by an application made in accordance with RPD Rule 50. That said, during the Covid-19 pandemic, this practice notice has been suspended, so it is no longer in effect.<ref>Immigration and Refugee Board of Canada, ''Refugee Protection Division: Practice Notice on the resumption of in-person hearings,'' July 10​, 2020, <https://irb-cisr.gc.ca/en/legal-policy/procedures/Pages/rpd-pn-hearing-resumption.aspx#toc34> (Accessed August 14, 2020).</ref> ==== How does one know whether documents are country conditions evidence or not? ==== As the practice notice states, evidence presented before the RPD generally falls into two broad categories: documents personal to the parties (e.g. identity documents, police reports, etc.) and evidence regarding country conditions (e.g. human rights reports, research on the situation in the country, etc.). This Practice Notice applies only to country conditions evidence. Documents which speak to the claimant's personal risk and are specific to their claim, for example those that are by or about the claimant themselves, will be considered personal. In contrast, country conditions documents are evidence relating to human rights conditions in a claimant's country. The question in each case is whether the primary purpose of a particular document is to substantiate the claimant's personal profile or to speak to human rights or other facts and conditions regarding a claimant's country. The guidebook ''Refugee Hearing Preparation: A Guide for Refugee Claimants'' from refugeelcaim.ca provides examples of each type of document. With regards to personal documents, they list: <blockquote> * Are there photographs, letters, videos, emails, or other documents that show the problems you had? Get them! * Did you go to the police or another government agency for help? Get a copy of the police report or other proof of your visit. * Did you get medical help? Get your hospital or doctor’s records. * Are there news articles about people who are connected to your case? Get them! * Are there people who witnessed what happened to you? Ask them to write what happened and send it to you. If possible, ask this person to swear (declare) their statement is true in front of a lawyer or notary. * Are there people who have experienced problems that are similar to yours? Ask them to describe their experiences in writing. If possible, ask this person to swear their statement is true in front of a lawyer or notary. * Is your claim based on your religious identity or membership in a political party or other group? Get documents that show your membership. * Has your mental health suffered because of what happened to you? Get a report from a doctor or psychologist in Canada which documents your health problems. * You will also need identity documents to prove your citizenship.<ref name=":3" /> </blockquote> With regards to country conditions documents, they list: <blockquote> * This type of evidence includes reports from well-respected sources that document human rights abuses, political events, and other news that relate to your claim. * Recent reports from human rights organizations (e.g. Amnesty International, Human Rights Watch), United Nations reports, U.S. State Department Country Reports, news articles, or videos showing human rights abuses in your country. * Articles and reports from newspapers and human rights organizations in your country. </blockquote>Similarly, documents about an organization that the claimant may have been involved with (even in Canada) will fit into this category of evidence that relates to human rights conditions in a claimant's country, so long as they do not mention the claimant by name or otherwise depict or refer to the claimant. Thus, for example, where the Minister seeks to intervene to argue that a claimant is excluded pursuant to Article 1F(a) of the Convention, if the Minister wishes to provide more than 100 pages to demonstrate that an organization in question committed crimes during a specific historical period, pursuant to this practice notice, they must bring an application for permission to file voluminous disclosure. Additional discussion of the difference between these two types of documents is found in the IRB ''Instructions for Gathering and Disclosing Information for Refugee Protection Division Proceedings'' which distinguishes between country-of-origin research—which is generally-available information and does not include “information gathered by the IRB that is specific to a particular claimant”—and claimant-specific research.<ref>''Instructions for Gathering and Disclosing Information for Refugee Protection Division Proceedings,'' Instructions issued by the Chairperson pursuant to section 159(1)(a) of the ''Immigration and Refugee Protection Act'', amended December, 2012 <https://irb-cisr.gc.ca/en/legal-policy/policies/Pages/InstructInfo.aspx>.</ref> Furthermore, the Board ''Policy on National Documentation Packages in Refugee Determination Proceedings'' provides the following definition of Country of origin information (COI): "Information about the situation in a country that is relevant to the refugee determination process and obtained from publicly available sources that are viewed as, whenever possible, reliable and objective."<ref name=":14" /> ==== What is the Board's jurisdiction to limit voluminous country conditions disclosure? ==== As is clear from Rule 35, the only conditions imposed by the Rules on which documents may be admitted are that they must be relevant to the proceeding and not duplicate any other documents provided by the claimant or the Division. The RPD Rules themselves contain no restriction on the volume of documents that may be disclosed, and they make no distinctions between different types of documents. The authority cited in the practice notice is that the Chairperson of the IRB has the authority to take any action that may be necessary to ensure that members of the Board are able to carry out their duties efficiently and without undue delay as per paragraph 159(1)(g) of the Act. In addition, Rule 69 of the RPD Rules specifies that in the absence of a provision in the Rules dealing with a matter raised during the proceedings, the Division may do whatever is necessary to deal with the matter. The sufficiency of this legislative provision and Rule as authority for what appears to be an amendment to the Rules via practice notice (that was not authorized by the Governor in Council, as required), does not appear to have received judicial consideration. See [[Canadian Refugee Procedure/About]] for details about how the RPD rules were authorized by the Governor General in Council. However, the Federal Court of Appeal’s reasoning in ''Thamotharem v. Canada'' would appear to provide some support for the Board’s action.<ref>''Thamotharem v. Canada (Minister of Citizenship and Immigration),'' 2007 FCA 198 (CanLII), [2008] 1 FCR 385.</ref> As stated in the IRB ''Policy on the Use of Chairperson's Guidelines and Jurisprudential Guides'' notes, "that the subject of a guideline could have been enacted as a rule of procedure issued under paragraph 161(1)(a) of the IRPA will not normally invalidate it."<ref name=":03">Immigration and Refugee Board of Canada, ''Policy on the Use of Chairperson's Guidelines and Jurisprudential Guides,'' July 7​, 2022, <https://irb.gc.ca/en/legal-policy/policies/pages/PolJurisGuide.aspx> (Accessed July, 2022).</ref> For further discussion thereon, see: [[Canadian Refugee Procedure/Duties of Chairperson#The Chairperson's guideline‑issuing and rule‑making powers overlap]]. === The Board has jurisdiction to refuse to admit documents for reasons that are broader than the Rule 35 criteria === Rule 35 provides two criteria for all documents provided by a party for use at a proceeding: they must be relevant and not duplicative. Does the fact that the Rules only enumerate these two criteria here mean that, by implication, the Board may not refuse to admit documents for other reasons beyond those enumerated in Rule 35? No. The Board retains a broader discretion to control its process, including the documents that it admits in its proceedings. There are numerous examples of this, including: * ''Excluding evidence where doing so is required by the Constitution:'' For example, the Division has the power to exclude evidence pursuant to s. 24(2) of the ''Charter'' where the evidence was collected in violation of ''Charter'' rights, an issue which usually arises regarding port of entry interview notes in situation where the right to counsel was violated; see, as an example, ''Huang v. Canada''.<ref>''Huang v. Canada (Minister of Citizenship and Immigration),'' 2002 FCT 149 (CanLII), [2002] 3 FC 266, par. 23, <http://canlii.ca/t/lgk#par23>, retrieved on 2020-02-06.</ref> * ''Excluding evidence where doing so is required by law:'' The Board states in its Legal Services paper on Weighing Evidence that "in some cases it is not appropriate to admit evidence and give it little or no weight, instead the panel should refuse to admit the evidence at all. This may arise, for example, where the evidence is ... protected by privilege or statutory protection of its confidentiality".<ref name=":10">Immigration and Refugee Board of Canada, ''Weighing Evidence - Chapter 3: Assessing Evidence'', Last Updated December 31, 2003, <https://irb-cisr.gc.ca/en/legal-policy/legal-concepts/Pages/EvidPreu03.aspx> (Accessed February 6, 2020).</ref> This would apply, for example, where the use of the evidence is prohibited by the ''Privacy Act.'' The Board frequently considers this issue when determining whether to admit decisions from other panels into evidence where they are provided by the parties, see, for example [[Canadian Refugee Procedure/Proceedings must be held in the absence of the public#Should a panel admit copies of decisions from other claims?]]. * ''Excluding evidence as a discretionary decision made by the tribunal:'' The Board states in its Legal Services paper on Weighing Evidence that "in some cases it is not appropriate to admit evidence and give it little or no weight, instead the panel should refuse to admit the evidence at all. This may arise, for example, where the evidence is not relevant to the issues in the case; or where the prejudicial effect of the evidence outweighs its probative value; ... or where the evidence is unduly repetitive."<ref name=":10" /> == RPD Rule 36 - Use of undisclosed documents == <pre>Use of undisclosed documents 36 A party who does not provide a document in accordance with rule 34 must not use the document at the hearing unless allowed to do so by the Division. In deciding whether to allow its use, the Division must consider any relevant factors, including (a) the document’s relevance and probative value; (b) any new evidence the document brings to the hearing; and (c) whether the party, with reasonable effort, could have provided the document as required by rule 34.</pre> === The Board must weigh the relevant factors === The court has provided guidance on how the RPD should approach the task of weighing the factors listed in Rule 36, noting that considering such factors does not mean merely listing them, but involves actively weighing them to determine whether the documents in question should be admitted.<ref>''Mbirimujo v. Canada (Citizenship and Immigration),'' 2013 FC 553, at para. 23.</ref> Prior to the Covid-19 pandemic, the RPD had a practice notice in effect entitled ''Notice to parties and counsel appearing before the Refugee Protection Division – late disclosure''.<ref>Immigration and Refugee Board of Canada, ''Notice to parties and counsel appearing before the Refugee Protection Division – late disclosure,'' May 7, 2018 <https://irb-cisr.gc.ca/en/legal-policy/procedures/Pages/late-disclosure-communication-tardive.aspx></ref> Nothing in this practice notice relieved the Board of the obligation to exercise its discretion under Rule 36:<blockquote>Rule 36 of the RPD Rules clearly gives the RPD discretion to accept an undisclosed document at the hearing. This discretion exists even if a party’s request does not comply with the ''Notice to parties and counsel appearing before the Refugee Protection Division - late disclosure'' published by the Immigration and Refugee Board of Canada, although this defect may be a relevant factor in determining the request. When a refugee protection claimant asks the RPD to exercise this discretion, the principles of procedural fairness require that he or she be given the opportunity to make submissions on the matter. The RPD did not give Ms. Alvarez Rivera such an opportunity, which constitutes a breach of procedural fairness.<ref>''Alvarez Rivera c. Canada (Citoyenneté et Immigration),'' 2021 CF 99 (CanLII), par. 24, <https://canlii.ca/t/jczlf#par24>, consulté le 2021-02-22.</ref></blockquote>Furthermore, the list of relevant factors under Rule 36 requires that all of the factors should be considered, not just some of them.<ref>''Alvarez Rivera v. Canada,'' 2021 FC 99, para. 31.</ref> === Past consideration of the Rule 36 factors === Past decisions of the Board have considered the above factors thusly: *'''(a) the document’s relevance and probative value''' **<u>Is the source of the document reliable?</u> For country conditions evidence, probative value can be assessed in part by considering the source of the document. For example, in ''Hasan v. Canada'' the Board refused to admit a series of documents concerning country conditions relevant to the claim: "Within the Disclosure Package are a number of reports from various organizations attesting to the ill-treatment of Palestinian males, the severe measures taken against Palestinians, and the unlawful killings and other abuses directed against Palestinians by Israeli forces." The court held that it could be considered that "These reports come from such traditionally accepted (for purposes of evidence) sources as Amnesty International. In addition, several reports emanated from Israeli sources such as the Israeli Information Centre for Human Rights in the Occupied Territories."<ref>''Hasan v. Canada (Minister of Citizenship and Immigration),'' 2004 FC 1537 (CanLII), para. 9-10.</ref> **<u>How central are these documents to the core elements of the claim?</u> The RAD has held that, as part of this probative value assessment, there should be an analysis as to the centrality of the documents to the core elements of the claim.<ref>''X (Re),'' 2019 CanLII 140842 (CA IRB), par. 18, <http://canlii.ca/t/j8rc1#par18>, retrieved on 2020-12-18.</ref> *'''(b) any new evidence the document brings to the proceedings''' *'''(c) whether the party, with reasonable effort, could have provided the document as required by rule 34''' **<u>Is the claimant educated?</u> In ''Mercado v. Canada'' the court affirmed that it is proper to consider a claimant's level of education when making this decision, stating with approval that "The panel clearly took into consideration the fact that the applicant was educated."<ref name=":11">''Mercado v. Canada (Minister of Citizenship and Immigration),'' [2010] F.C.J. No. 311, 2010 FC 289 (F.C.), para. 38.</ref> **<u>Has the claimant been self-represented?</u> The Board's Chairperson Guidelines 7 provide that "Generally speaking, the RPD will make allowances for self-represented claimants who are unfamiliar with the RPD's processes and rules."<ref>Immigration and Refugee Board of Canada, ''Chairperson Guidelines 7: Concerning Preparation and Conduct of a Hearing in the Refugee Protection Division'', Amended December 15, 2012 <https://irb-cisr.gc.ca/en/legal-policy/policies/Pages/GuideDir07.aspx#FailureA4> (Accessed January 26, 2020), section 1.3.</ref> That said, it may be considered that the Claimant's Kit that all claimants receive, and the instructions on the BOC form, emphasize the document disclosure deadlines (see [[Canadian Refugee Procedure/Documents#The deadline for providing documents to the Board depends on the nature of the document]]). **<u>Is the party's counsel experienced?</u> In ''Mercado v. Canada'' the court affirmed that it is proper to consider the fact that a claimant was represented by experienced counsel when making this decision. The court stated: "Contrary to the applicant’s argument, the RPD did not impose a heavier burden on him simply because he was represented by this counsel. That was simply a part of the facts relevant to assessing the reasonable efforts that could objectively be expected on the part of a person in the applicant’s position."<ref name=":11" /> **<u>How much time has the party had to try to obtain the document?</u> In ''Mercado v. Canada'' the court affirmed that it is proper to consider how much time a claimant has had to access the document in question, writing "the RPD also considered that the applicant had more than two years to obtain this documentation and that it should have been easy to access".<ref name=":12">''Mercado v. Canada (Minister of Citizenship and Immigration),'' [2010] F.C.J. No. 311, 2010 FC 289 (F.C.), para. 40.</ref> **<u>Were the documents available to the party earlier?</u> Lorne Waldman writes in his text that a panel of the Board should consider the explanation provided for the late disclosure: "If the documents were available and could have been disclosed earlier than this will weigh against acceptance of the documents."<ref name=":13">Waldman, Lorne, ''Canadian Immigration & Refugee Law Practice'', Markham, Ont.: LexisNexis Butterworths, 2018, ISBN 9780433478928, ISSN [tel:1912-0311 1912-0311], <<nowiki>https://search.library.utoronto.ca/details?5022478</nowiki>> (Accessed April 1, 2020) at page 1724 of the PDF.</ref> For example, in ''Mercado v. Canada'' the court commented with approval that the RPD "considered that the applicant had more than two years to obtain this documentation and that it should have been easy to access because the principal applicant seemed to indicate that the tax return was in his father’s possession in Venezuela."<ref name=":12" /> **<u>Was a party's ability to produce this document affected by the Covid-19 pandemic?</u> The RPD should consider the principle set out in the ''Refugee Protection Division: Practice Notice on the resumption of in-person hearings'' that it will apply the rules flexibly in light of Covid-19.<ref name=":15" /> Furthermore, the Board is to consider any other relevant factors, which have included: *<u>When were the documents actually disclosed?</u> As stated in the Board's public commentary on the previous version of these rules under the heading ''Other factors the Division may consider where disclosure is late'', "The Division may also consider other relevant factors such as ... when the documents were actually disclosed. Thus the parties should make every effort to disclose their documents as soon as possible."<ref name=":8" /> For example, in one decision on this matter RAD Member Angus Grant noted that it was relevant that the documents had been submitted "a full five days prior to the hearing".<ref>''X (Re),'' 2019 CanLII 140842 (CA IRB), par. 18, <http://canlii.ca/t/j8rc1#par18>, retrieved on 2020-12-17.</ref> *<u>Was the Board aware at an earlier date that a mistake was made in providing the document, and what actions did the Board take?</u> The Federal Court noted in ''Balasundaram v. Canada'' that "Reasonableness underlying fairness is also based on expectations. Norms of conduct develop and persons come to rely upon them. One of those norms that normally applies is that obvious slips and omissions will not be automatically fatal and may be corrected. For example, the failure to include an attachment to an email raises the expectation that the addressee will advise the sender of his or her error."<ref>''Balasundaram v. Canada (Citizenship and Immigration),'' 2015 FC 38 (CanLII), par. 30, <https://canlii.ca/t/gg2lx#par30>, retrieved on 2021-03-31.</ref> *<u>Will admitting the documents result in delay to the proceedings?</u> Lorne Waldman writes in his text that a panel properly considers "whether or not the admission of the late disclosure will result in a lengthy delay in the proceedings."<ref name=":13" /> Where it would, this would point against admission of the late document. Where it would not, this would support admitting the document. *<u>Would admitting the evidence cause prejudice to the other party in the proceedings?</u> The court considered this factor in ''Hasan v. Canada'' when it concluded that the Board was wrong to refuse late evidence in a case where the Minister was not participating.<ref>''Hasan v. Canada (Minister of Citizenship and Immigration),'' 2004 FC 1537 (CanLII), para. 12.</ref> Lorne Waldman writes in his text that "In light of the wording of these Rules and given the importance of the procedure to the individual involved, it is certainly arguable that relevant documents should be excluded only if their admission would be highly prejudicial to one of the parties and if this prejudice could not be rectified by a short adjournment."<ref>Waldman, Lorne, ''Canadian Immigration & Refugee Law Practice'', Markham, Ont.: LexisNexis Butterworths, 2018, ISBN 9780433478928, ISSN [tel:1912-0311 1912-0311], <<nowiki>https://search.library.utoronto.ca/details?5022478</nowiki>> (Accessed April 1, 2020) at page 1720 of the PDF.</ref> *<u>Are there any relevant personal circumstances of the claimant?</u> As stated in the Board's public commentary on the previous version of these rules under the heading ''Other factors the Division may consider where disclosure is late'', "The Division may also consider other relevant factors such as the personal circumstances of the claimant".<ref name=":8" /> For example, one may consider the statement in the Board's SOGIE guidelines that "A reasonable delay may also arise out of an individual's reluctance to reveal their <abbr>SOGIE</abbr> to a spouse or other family member, or in their realizing or accepting their <abbr>SOGIE</abbr>."<ref>Immigration and Refugee Board of Canada, ''Chairperson's Guideline 9: Proceedings Before the IRB Involving Sexual Orientation and Gender Identity and Expression,'' <https://irb-cisr.gc.ca/en/legal-policy/policies/Pages/GuideDir09.aspx>, at section 8.5.11.</ref> === Rule concerns use of undisclosed documents at a hearing, as opposed to other types of proceedings === Rule 36 provides that a party who does not provide a document in accordance with Rule 34 (which specifies the process and timeline for disclosure of documents by a party) must not use the document at the hearing unless allowed to do so by the Division as per the process specified above. In interpreting this rule, the definitions section in Rule 1 provides a definition of a "proceeding" which is apposite. It defines a proceeding as including "a conference, an application or a hearing". As such, the fact that such documents cannot be used at a "hearing" appears to imply that they may be used in other types of proceedings, subject to other relevant rules. One such rule is Rule 43 concerning additional documents provided after a hearing. If the hearing has occurred, then any documents provided afterwards must meet the requirements of that rule. The fact that this rule does not limit a party's ability to use documents in, say, a pre-hearing application or conference stems from the wording of Rule 34, which establishes the deadline for providing such documents as being "10 days before the date fixed for the hearing". Instead, if a late-filed document being relied upon in a pre-hearing conference or application were to cause prejudice to another party, then general principles of procedural fairness would guide the Board's actions. === The Division may impose conditions on the use of late documents === As stated in the Board's public commentary on the previous version of these rules, "Where the Division allows the use of a document provided outside the time limit in the rules, it may impose conditions on its use that it considers appropriate. For example, the Division may decide that only certain relevant portions of a long document will be referred to."<ref name=":8">Immigration and Refugee Board of Canada, ''Commentaries to the Refugee Protection Division Rules'', Date Modified: 2009-05-22 <https://web.archive.org/web/20100704062357/http://www.irb-cisr.gc.ca/eng/brdcom/references/aclo/pages/rpdcomment.aspx> (Accessed January 28, 2020).</ref> === If the panel admits late documents pursuant to Rule 36, it should not then assign those documents low weight for the sole reason that they are late === In ''Pineda v. Canada'', the Division had accepted documents that were submitted late. However, in its reasons, the tribunal concluded that it would afford the documents little weight because of the late disclosure. The court concluded that this was in error: "having exercised its discretion to allow the filing of this evidence pursuant to Rule 30 outside of the delay provided for in Rule 29, it appears somewhat counterintuitive considering the criteria to be used in the exercise of such discretion to then assign very little weight to this evidence on the basis that it was filed late and without considering the explanation provided by the applicant as to why it was so."<ref>''Pineda v. Canada (Minister of Citizenship & Immigration),'' [2010] F.C.J. No. 538, 2010 FC 454 (F.C.), para. 35.</ref> === The Rule 36 factors need not be considered where a document is otherwise inadmissible, for example where it has not been translated === The requirement that the tribunal consider whether to accept a late document does not apply where the issue is not the lateness of the document but rather the lack of a proper translation. In ''Soares v. Canada'' the court held that this rule need not be considered in a case where the issue is not that a document had been disclosed late, but rather that it has been disclosed without translation.<ref>''Soares v. Canada (Minister of Citizenship & Immigration),'' [2007] F.C.J. No. 254, 2007 FC 190 (F.C.).</ref> In short, the fact that a party is attempting to provide untranslated analysis late does not change the fact that both this rule and Rule 32 properly apply in such circumstances: [[Canadian Refugee Procedure/Documents#Where evidence has not been translated in accordance with the rules, the Board may decline to accept it or may assign it low weight]]. == RPD Rule 37 - Rules apply to any document == <pre>Providing a Document General provision 37 Rules 38 to 41 apply to any document, including a notice or request in writing.</pre> == RPD Rule 38 - How to provide documents to the Division, the Minister, and any other person == <pre>Providing documents to Division 38 (1) A document to be provided to the Division must be provided to the registry office specified by the Division. Providing documents to Minister (2) A document to be provided to the Minister must be provided to the Minister’s counsel. Providing documents to person other than Minister (3) A document to be provided to a person other than the Minister must be provided to the person’s counsel if the person has counsel of record. If the person does not have counsel of record, the document must be provided to the person.</pre> == RPD Rule 39 - Ways that a document may be provided == <pre>How to provide document 39 Unless these Rules provide otherwise, a document may be provided in any of the following ways: (a) by hand; (b) by regular mail or registered mail; (c) by courier; (d) by fax if the recipient has a fax number and the document is no more than 20 pages long, unless the recipient consents to receiving more than 20 pages; and (e) by email or other electronic means if the Division allows.</pre> === This limit has been increased to 50 pages by practice notice === As per the ''Practice Notice on the resumption of in-person hearings'' from the RPD dated June 24, 2020, the 20 page limit for faxes has been increased to 50 pages.<ref name=":15">Immigration and Refugee Board of Canada, ''Refugee Protection Division: Practice Notice on the resumption of in-person hearings,'' June 24, 2020, <https://irb-cisr.gc.ca/en/legal-policy/procedures/Pages/rpd-pn-hearing-resumption.aspx> (Accessed June 24, 2020).</ref> === Unless consent to receive more than 20 pages by fax is received prior to sending the document, the document will not be considered to have been received === As stated in the Board's public commentary on the previous version of these rules, "The maximum number of pages that may be faxed to the Division or to another party is 20 pages, including a cover sheet. The recipient's consent must be obtained ''before'' faxing a document or package of documents longer than 20 pages; otherwise, the documents will not be considered to have been received."<ref name=":8" /> This statement would apply, ''mutatis mutandis'', to the new limit of 50 pages. == RPD Rule 40 - Application if unable to provide document == <pre>Application if unable to provide document 40 (1) If a party is unable to provide a document in a way required by rule 39, the party may make an application to the Division to be allowed to provide the document in another way or to be excused from providing the document. Form of application (2) The application must be made in accordance with rule 50. Allowing application (3) The Division must not allow the application unless the party has made reasonable efforts to provide the document to the person to whom the document must be provided.</pre> === Rule 40(3): The party must have made reasonable efforts to provide the document to the person to whom the document must be provided === This is an issue that arises with applications to vacate and cease refugee protection where the protected person cannot be located: [[Canadian Refugee Procedure/Applications to Vacate or to Cease Refugee Protection#Rule 64(3): The Minister must provide a copy of the application to the protected person]]. Such applications may proceed in the absence of the person concerned unless doing so would amount to a breach of the tribunal's duty of fairness. The Division must not allow an application to proceed without having provided notice to the person concerned unless the Minister can show, to the Division's satisfaction, that reasonable efforts have been made to provide the document as required, as stated in Rule 40(3). In determining applications under rule 40, the RPD has considered such factors as: * the Minister’s efforts to search internet databases, * the Minister's searches in the Canadian Police Information Centre database, * the Minister's personal attendance at the last known address, * the Minister's attempts to reach the protected person at the last known telephone number, and * the relative quality of the Minister’s evidence on the merits of the application to cease.<ref>Immigration and Refugee Board of Canada, ''Legal Resources - Chapter 12 - Applications to Cease Refugee Protection'', <https://irb-cisr.gc.ca/en/legal-policy/legal-concepts/Pages/RefDef12.aspx#n1242> (Accessed December 6, 2020), at s. 12.4.2.</ref> == RPD Rule 41 - When documents are considered received == <pre>When document received by Division 41 (1) A document provided to the Division is considered to be received by the Division on the day on which the document is date-stamped by the Division. When document received by recipient other than Division (2) A document provided by regular mail other than to the Division is considered to be received seven days after the day on which it was mailed. If the seventh day is not a working day, the document is considered to be received on the next working day. Extension of time limit — next working day (3) When the time limit for providing a document ends on a day that is not a working day, the time limit is extended to the next working day.</pre> === The fact that a document is "considered to be received" on a particular day creates a rebuttable presumption of fact === Rule 41(2) states that "a document provided by regular mail...is considered to be received seven days after the day on which it was mailed." The fact that a document is "considered to be received" on that date means that it can be presumed, in the absence of evidence to the contrary, that the document was received on the date in question. However, this is a rebuttable presumption of fact. Where, for example, the mail is returned as undeliverable, the presumption would not hold. Similarly, if information came to the attention of the sender that the document in question in reality was received on a later day, for example because the recipient was outside of the country for an extended period, then it would not be proper to simply "consider" the document as having been received after the seven-day period. This interpretation is supported by the Board's public commentary on the previous version of the rules which held that the fact that a document is "considered to be received" in this way "does not relieve a party of ensuring that [it was actually received]": "If a document is sent by regular mail, [this subsection] of the Rules states that the document is considered to be received seven days after the day it was mailed. If the seventh day is not a working day, the document is considered received on the next working day. However, mailing the document does not relieve a party of ensuring that the Division actually receives the document within the specified time limit."<ref name=":8" /> Similarly, while it will be presumed that a notice of hearing mailed to a claimant (or their counsel) provides adequate notice of a hearing, where the evidence establishes that the notice was not in fact received, then any abandonment determination could be set aside, subject to a broader examination of the principles relevant to abandonment proceedings including whether the claimant was diligent in keeping the Board up-to-date with their contact information.<ref>''Anwar v Canada (Minister of Citizenship and Immigration)'', [2003] FCJ No 622 (FC), as cited in Martin David Jones and Sasha Baglay. ''Refugee Law (Second Edition)''. Irwin Law, 2017, page 307.</ref> === Documents sent to another Division of the Board will not automatically be placed on the RPD file === Persons with matters before the RPD may also have matters before another Division of the Board, including the Immigration Division, or the Refugee Appeal Division (as when a matter is appealed and then remitted for reconsideration by the RAD). Documents submitted to those other Divisions will not automatically be placed on the record at the RPD and it is generally up to a party to submit such documents to the RPD if they want the RPD to consider them. == RPD Rule 42 - Original documents == <pre>Original Documents Original documents 42 (1) A party who has provided a copy of a document to the Division must provide the original document to the Division (a) without delay, on the written request of the Division; or (b) if the Division does not make a request, no later than at the beginning of the proceeding at which the document will be used. Documents referred to in paragraph 3(5)(e) or (g) (2) On the written request of the Division, the Minister must without delay provide to the Division the original of any document referred to in paragraph 3(5)(e) or (g) that is in the possession of an officer.</pre> === One of the purposes of original documents being made available to the Division is to allow for the verification of those original documents === Rule 42 provides that a party who has provided a copy of a document to the Division must also provide the original document to the Division. One of the purposes of this relates to the integrity of the process and the ability of the Division to assess the authenticity of the original document. For example, the ''Instructions for Gathering and Disclosing Information for Refugee Protection Division Proceedings'' state that where, after consulting with the responsible member manager, the assigned member forms the opinion that forensic verification is necessary, they may direct the RPD adjudicative support team to send the document to the RCMP Forensic Laboratory Services for verification.<ref>''Instructions for Gathering and Disclosing Information for Refugee Protection Division Proceedings,'' Instructions issued by the Chairperson pursuant to section 159(1)(a) of the ''Immigration and Refugee Protection Act'', amended December, 2012 <https://irb-cisr.gc.ca/en/legal-policy/policies/Pages/InstructInfo.aspx> (Accessed November 28, 2021).</ref> The average turn around time for forensic examination is 120 days. Hence, the assigned member must consider whether forensic verification will unreasonably delay the proceedings beyond the parameters set by legislation. === The Board has suspended the application of Rule 42(1)(b) during the Covid-19 pandemic === In its ''Practice Notice on the resumption of in-person hearings'', which applies during the Covid-19 period, the Board has states that "until further notice, the RPD waives the requirement in RPD Rule 42(1)(b) to provide the original documents at the beginning of the hearing, unless directed in advance by the presiding member."<ref>Immigration and Refugee Board of Canada, ''Refugee Protection Division: Practice Notice on the resumption of in-person hearings'', June 23, 2020, <https://irb-cisr.gc.ca/en/legal-policy/procedures/Pages/rpd-pn-hearing-resumption.aspx#toc25> (Accessed August 1, 2020).</ref> This practice notice states that "original documents must still be retained and provided to the Division upon request." == RPD Rule 43 - Additional documents provided as evidence after a hearing == <pre>Additional Documents Documents after hearing 43 (1) A party who wants to provide a document as evidence after a hearing but before a decision takes effect must make an application to the Division. Application (2) The party must attach a copy of the document to the application that must be made in accordance with rule 50, but the party is not required to give evidence in an affidavit or statutory declaration. Factors (3) In deciding the application, the Division must consider any relevant factors, including (a) the document’s relevance and probative value; (b) any new evidence the document brings to the proceedings; and (c) whether the party, with reasonable effort, could have provided the document as required by rule 34.</pre> === History === The present RPD Rule 43 is similar, but not identical, to the previous Rule 37 in the older, 2002, version of the rules:<ref>''Cox v. Canada (Citizenship and Immigration),'' 2012 FC 1220 (CanLII), at para 23, <https://canlii.ca/t/ftgjl#par23>, retrieved on 2022-07-07.</ref><pre>Additional documents after the hearing has ended 37. (1) A party who wants to provide a document as evidence after a hearing must make an application to the Division. Written application (2) The party must attach a copy of the document to the application. The application must be made under rule 44, but the party is not required to give evidence in an affidavit or statutory declaration. Factors (3) In deciding the application, the Division must consider any relevant factors, including: (a) the document’s relevance and probative value; (b) any new evidence it brings to the proceedings; and (c) whether the party, with reasonable effort, could have provided the document as required by rule 29.</pre> === Rule 43 applies to evidence, not submissions, caselaw, or other tribunal decisions === Rule 43 does not apply to submissions made after a hearing. This is because, as stated in <em>Yared Belay v. Canada</em>, this rule sets out a procedure for filing evidence after a hearing, not submissions.<ref name=":0">''Yared Belay v. Canada (Citizenship and Immigration),'' 2016 FC 1387 (CanLII), paras. 41-42 <https://www.canlii.org/en/ca/fct/doc/2016/2016fc1387/2016fc1387.html>.</ref> Furthermore, a party cannot make an application to submit another decision of the Refugee Protection Division, or indeed some other tribunal, or a piece of caselaw pursuant to this rule. As the court commented in ''Petrovic v. Canada:''<blockquote>I do not find that a copy of a tribunal decision constitutes “evidence” under subsection 43(1) of the Rules for the following reasons. First, the RPD is not required to analyze each piece of case law, as it would material evidence. Second, with the presentation of new evidence, the opposing party is generally given the opportunity to make submissions on the admissibility of said evidence, including cross‑examination. It is difficult to imagine how anyone could oppose the admissibility of a piece of case law (decision). Lastly, if Parliament wanted previous RPD decisions to constitute evidence under section 43 of the Rules, I believe it would have explicitly indicated so.<ref name=":5">''Petrovic v. Canada (Citizenship and Immigration),'' 2016 FC 637 (CanLII), para. 11.</ref></blockquote>The relevant rule for extending the time to supply non-evidentiary documents is Rule 70 (which see). === The Division has no substantive duty to accept post-hearing evidence or submissions, but it must consider the newly submitted evidence expressly === As held in ''Aguilera v Canada'', the Board "has no duty to accept post-hearing evidence or to allow submissions thereon".<ref>''Aguilera v Canada (Minister of Citizenship and Immigration)'', 2008 FC 507, 167 ACWS (3d) 967.</ref> It does, however, have a duty to "acknowledge the post-hearing evidence submitted by the Applicants and to explain why it should or should not be considered".<ref>''Mannan v. Canada (Citizenship and Immigration),'' 2015 FC 144 (CanLII), para. 52.</ref> In short, "the Board ha[s] a duty to consider the newly submitted evidence expressly".<ref>''Matingou-Testie v Canada (Minister of Citizenship and Immigration)'', 2012 FC 389, [2012] FCJ No 401 at para 43.</ref> This duty extends until such time as the decision is rendered.<ref>''X (Re),'' 2015 CanLII 108739 (CA IRB), paras. 13-19.</ref> Where a panel fails to acknowledge and review a claimant's post-hearing evidentiary submissions, it will have violated the principles of natural justice and procedural fairness in the adjudication of the claim. However, this obligation does not entitle a claimant to any particular result other than a fair process in which the relevant rules, such as Rule 43, are considered and the evidence is then either accepted or rejected. This obligation to consider newly submitted evidence expressly applies even where the Rule 43 application may be scant, or missing details. For example, in ''Cox v. Canada'', the court considered a situation in which the Minister argued that: <blockquote>the Board had no duty to consider expressly the application to admit the evidence in its reasons because the application did not comply with all of the requirements of Rule 37. Particularly, the Respondent underlines the want of explanation in the application as to why the evidence could not have been submitted in time for the hearing. </blockquote>The court dismissed this argument, concluding that the Board had a duty to consider the newly submitted evidence expressly notwithstanding the lack of such submissions on one of the factors enumerated in the relevant rule.<ref>''Cox v. Canada (Citizenship and Immigration),'' 2012 FC 1220 (CanLII), at para 24, <https://canlii.ca/t/ftgjl#par24>, retrieved on 2022-07-07.</ref> See also the following commentary: [[Canadian Refugee Procedure/Documents#New evidence submitted post-hearing should be assessed pursuant to Rule 43 even where the party does not explicitly refer to the rule]]. === New evidence submitted post-hearing should be assessed pursuant to Rule 43 even where the party does not explicitly refer to the rule === In ''Shuaib'', the Court addressed the issue of whether the RPD could reject post-hearing documents on the basis that no formal application for their admission was made in accordance with Rule 43. The Court found that providing the documents, accompanied by an explanation as to why they should be considered, met the requirements of the Rules.<ref>''Mannan v. Canada (Citizenship and Immigration),'' 2015 FC 144 (CanLII), para. 46.</ref> The Court determined that the RPD made a reviewable error in ignoring the post-hearing evidence. Similarly, the RAD has held that the RPD erred in not considering documents where it was "implicit in the correspondence to the RPD that an application was being made to have further evidence considered post-hearing." Member M. Pettinella of the RAD commented on this obligation as follows in one case: <blockquote>The RAD notes that the Minister’s correspondence was received by the Board after the Appellant’s hearing and before a decision was rendered by the RPD. It is implicit in the Minister’s correspondence to the RPD that an application was being made to have further evidence considered post-hearing. The RPD erred when it failed to consider the Minister’s correspondence as an application. The RPD had an obligation to consider the Minister’s application and determine if the evidence was admissible within its rules. RPD rule 43(3) indicates that the RPD must consider any relevant factors, including, the document’s relevance and probative value; any new evidence the document brings to the proceedings; and whether the party, with reasonable effort, could have provided the document as required by rule [43].<ref>''X (Re),'' 2016 CanLII 107435 (CA IRB), para. 17.</ref> </blockquote> === The Board must consider each of the Rule 43(3) factors === Pursuant to Rule 43(3), in deciding this type of application, the Division must consider any relevant factors, including: *(a) the document’s relevance and probative value *(b) any new evidence the document brings to the proceedings *(c) whether the party, with reasonable effort, could have provided the document as required by rule 34 As such, the Board is required to consider the relevance, probative value, newness of the documents, as well as whether the party, with reasonable effort, could have provided the document on time, i.e. factors that are the same as those enumerated in Rules 36(a), (b), and (c). The text ''Refugee Law'' states that "the criteria for the receipt of post-hearing evidence are similar to the long-established grounds at common law by which an individual may tender new evidence on appeal."<ref>Martin David Jones and Sasha Baglay. ''Refugee Law (Second Edition)''. Irwin Law, 2017, page 304.</ref> The court has held that "While the list of factors to be considered in [Rule 36] is not exhaustive, the use of the word “including” rather than the words “such as” before the list of factors indicates the intent that each of the factors included in the sub-rule be considered. A failure to do so gives rise to a breach of procedural fairness."<ref name=":2">''Cox v. Canada (Citizenship and Immigration),'' 2012 FC 1220 (CanLII), para. 27.</ref> As such, in a case where the Board's decision weighed only one factor, the court concluded that it had erred. === Rule 43(3) factors are not exhaustive, and as such, the Board may consider additional factors === The fact that, per Rule 43(3), the Division should consider "any relevant factors" means that it is not limited to the factors above, which are enumerated in the rule, and may consider other factors. In the words of Mr. Justice Near, "the list of factors to be considered in Rule 37(3) is not exhaustive".<ref name=":2" /> === The consideration of the Rule 43(3) factors in past decisions === See the discussion of the identical factors in the commentary for Rule 36 above ([[Canadian Refugee Procedure/Documents#Rule 36 - Use of undisclosed documents]]). Additional factors particular to post-hearing documents that have been considered have included: *'''Whether a claimant made an earlier application to provide post-hearing documents that did not include this type of document:''' Where a panel has provided a claimant with leave to submit some specified type of document post-hearing, the claimant should not expect that another, unrelated, type of document will be allowed absent an application on point. In ''Farkas v. Canada'', the court noted that "the post-hearing documents actually submitted do not fit within the type for which the RPD had given leave to file, that is to say 'corroborative police and/or medical documents'. As the post-hearing evidence did not fall within the scope of the RPD’s grant of permission, the RPD would have been justified rejecting it."<ref>''Farkas v. Canada (Citizenship and Immigration),'' 2014 FC 542 (CanLII), para. 13.</ref> *'''Whether the document exists at the time of the application:''' At times, parties will apply for a proceeding to be held in abeyance until some document comes into their possession, for example a court decision from a foreign judicial process that has not yet concluded. This rule does not apply to such requests because this rule only applies where the party has and submits a copy of the document that it wants the Board to consider, per Rule 43(2). Instead, requests for leave to provide documents post-hearing, and to refrain from providing a decision until such documents are provided are not strictly assessed under Rule 43, but should instead be considered based on the Board's plenary jurisdiction. === Requests to submit a document post-hearing that the claimant does not have in its possession are not made pursuant to Rule 43 === At times, parties will apply for a proceeding to be held in abeyance until some document comes into their possession, for example a court decision from a foreign judicial process that has not yet concluded. Rule 43 does not apply to such requests because this rule only applies where the party has and submits a copy of the document that it wants the Board to consider, per Rule 43(2). Instead, requests for leave to provide documents post-hearing, and to refrain from providing a decision until such documents are provided are not strictly assessed under Rule 43, but should instead be considered based on the Board's plenary jurisdiction. The general approach is to decline to hold a proceeding in abeyance pending the outcome of a foreign process, but it should be noted that, when considering the overall scheme of the Act, In cases where the person has been charged with an offence in Canada punishable by ten or more years, and the criminal proceedings are still pending, the officer has the discretion to await the outcome of the trial before making a determination as to an individual's admissibility to file a claim.<ref>Immigration and Refugee Protection Act, SC 2001, c 27, s 100(2) <http://canlii.ca/t/53z6t#sec100subsec2> retrieved on 2020-04-13.</ref> As such, there is some precedent in the IRPA for putting proceedings into abeyance pending another proceeding's conclusion and documents related thereto becoming available. The court held in ''Gulamsakhi v. Canada'' that the Board should generally have a liberal approach to allowing reasonable requests to submit post-hearing documents given the issues that are usually at stake in refugee claims:<blockquote>In my opinion, in the circumstances of this case, the RPD erred in refusing to grant the Applicant an adjournment or permission to file evidence later. All adjournments require a balancing of the many circumstances of the case. Here, the primary error was that the RPD did not factor into its balancing the consequences of deportation for this Applicant. ... In the present case, particularly given the potentially horrific fate awaiting the Applicant, not only at the hands of her husband but also at the hands of criminal and possibly religious justice authorities, and given little prejudice an adjournment would realistically cause the RPD or Canadian authorities, in my view in the circumstances overall fairness required the RPD to grant the adjournment to enable the Applicant to provide the RPD with the corroborating documents it was requested.<ref>''Gulamsakhi v. Canada (Minister of Citizenship & Immigration),'' [2015] F.C.J. No. 271, 2015 FC 105 (F.C.), para. 25.</ref></blockquote> === If credibility concerns emerge from documents submitted by a claimant post-hearing, the panel generally need not resume the hearing === The general rule is that the RPD has no obligation to return to a claimant with concerns arising from their own post-hearing submissions. The court has stated that "To do so would be onerous on the RPD. It must be kept in mind that it was up to the Applicants to submit credible and corroborative evidence to support their claim."<ref>''Behary v. Canada (Citizenship and Immigration),'' 2015 FC 794 (CanLII), para. 31.</ref> This conclusion may differ where the Minister is involved in a proceeding and their post-hearing submissions raise issues as to the credibility of the claimant, or vice versa. == References == <references responsive="" /> kdy8hjy5qoszajl40stn4ab1p3se9vz 4089930 4089917 2022-08-09T22:27:07Z Refcanimm 3267488 /* What documents does a party need to provide when? */ wikitext text/x-wiki Rules 31-43 are in a section of the rules entitled "documents" and they concern how to provide documents, the language(s) that documents may be in, the process that the Division should follow when it itself wants to provide documents, the criteria that the Division shall use to determine whether to accept documents, how the Division should decide whether or not to accept documents that have been submitted late, how documents may be provided both to the Division and to other parties, the requirement to provide original documents at the hearing, and the process for providing additional documents as evidence after a hearing. In short, these rules 31-43 concern the ''process'' by which a claimant is to submit a document to the Board. For a discussion of what documents a claimant is obliged to submit to the Board, see Rules 3-12 and the summary of those obligations at [[Canadian Refugee Procedure/Documents#What documents does a party need to provide when?]] == RPD Rule 31 - How to provide documents == The text of the relevant rules reads: <pre>Documents Form and Language of Documents Documents prepared by party 31 (1) A document prepared for use by a party in a proceeding must be typewritten, in a type not smaller than 12 point, on one or both sides of 216 mm by 279 mm (8 1⁄2 inches x 11 inches) paper. Photocopies (2) Any photocopy provided by a party must be a clear copy of the document photocopied and be on one or both sides of 216 mm by 279 mm (8 1⁄2 inches x 11 inches) paper. List of documents (3) If more than one document is provided, the party must provide a list identifying each of the documents. Consecutively numbered pages (4) A party must consecutively number each page of all the documents provided as if they were one document.</pre> === What is a "document" as the term is used in these rules? === The term "document" is not explicitly defined in these rules. No definition, for instance, is provided in the definitions section of the rules at Rule 1 ([[Canadian Refugee Procedure/Definitions]]). As with any exercise of statutory interpretation in Canada, the proper scope and meaning of the term "document" in these rules will thus emerge by applying Driedger’s modern approach to statutory interpretation, namely that "the words of an Act are to be read in their entire context and in their grammatical and ordinary sense harmoniously with the scheme of the Act, the object of the Act, and the intention of Parliament".<ref>''Bell ExpressVu Limited Partnership v. Rex,'' 2002 SCC 42 (CanLII), [2002] 2 SCR 559, par. 26, <http://canlii.ca/t/51s6#26>, retrieved on 2020-02-02</ref> Doing so, the following principles emerge: * <u>The term "documents" is defined broadly and is not confined to paper documents:</u> When the current version of the RPD Rules were drafted in 2012, they were drafted against the background of the wording of the prior Rule 27 under the 2002 Refugee Protection Division Rules and the caselaw that had interpreted that version of the rules. One such case was ''Cortes v. Canada'', which, when interpreting the previous version of this rule in the 2002 RPD Rules,<ref>''Refugee Protection Division Rules,'' SOR/2002-228, Rule 27.</ref> had endorsed the following broad conception of what a document is within the meaning of the RPD Rules: "The ''Commentaries to the Refugee Protection Division Rules'' provide that “document” includes “any correspondence, memorandum, book, plan, map, drawing, diagram, picture or graphic work, photograph, film, microform, sound recording, videotape, machine‑readable record, and any other documentary material, regardless of physical form or characteristics, and any copy of those documents”".<ref name=":1">''Hernandez Cortes v. Canada (Citizenship and Immigration),'' 2009 FC 583 (CanLII), para. 26.</ref> This interpretation continues to be persuasive, notwithstanding that the ''Commentaries to the Refugee Protection Division Rules'' are no longer made available by the Board. The caselaw applying to the previous rule would therefore appear to continue to be applicable to the updated one, as there was no indication that the 2012 amendments to the rules intended to depart from the previous interpretations and practices. Indeed, decisions under the new rules continue to construe the term "document" broadly, as with the following 2017 Refugee Appeal Division decision which concludes that "documents" include “electronic documents”, as that term is defined in section 31.8 of the ''Canada Evidence Act'' ("''electronic document'' means data that is recorded or stored on any medium in or by a computer system or other similar device and that can be read or perceived by a person or a computer system or other similar device. It includes a display, printout or other output of that data.").<ref>''X (Re),'' 2017 CanLII 56261 (CA IRB), par. 49, <http://canlii.ca/t/h5p78#par49>, retrieved on 2020-08-19.</ref> Furthermore, the Federal Court has held that non-paper sources of evidence, such as DVDs, are admissible before administrative tribunals in other circumstances: ''Grenier v Canada''.<ref>''Grenier v Canada (Attorney General)'', 2013 FC 208 (CanLII) at paras 31, 34-39.</ref> * <u>The term "document" as used in these rules is not limited to documents provided for evidentiary purposes, but also includes other types of documents:</u> Where the term "document" is used in these rules without any qualification, it should apply to all documents, whether or not those documents are evidentiary ones or other types of documents such as written submissions. The term "documents" as used in these rules includes documents ''prepared by a party'' as per Rule 31(1), which sets out the format required for any "document prepared for use by a party in a proceeding". RPD Rule 37 specifies that a "document", as the term is used in these rules, includes "a notice or request in writing". Some of the RPD rules apply only to documents used as evidence (for example Rule 43 applies only where "a party wants to provide a document ''as evidence''", which the courts have held excludes situations where documents are provided for non-evidentiary purposes, such as written submissions (<em>Yared Belay v. Canada</em>, paras. 41-42<ref name=":0" />) and caselaw (''Petrovic v. Canada'', para. 11<ref name=":5" />)). By necessary implication, the fact that other rules do not include this type of limitation on the term "documents" means that those rules apply to all documents submitted (notices, requests, submissions, caselaw, etc.), not simply evidentiary ones. === What is a "proceeding" as the term is used in these rules? === Many of these rules relate to documents used in "a proceeding", for example Rule 31(1) specifies that "a document prepared for use by a party in a proceeding" must meet the specifications set out therein. Are all documents submitted to the Refugee Board by a claimant or protected person (where there is an application to vacate or cease their protection, say) ones that are being used in a proceeding? Generally speaking, that is the case, as discussed in the following commentary below: [[Canadian Refugee Procedure/Documents#Meaning of "proceeding" in this rule]]. === The evidence to be replied upon should be submitted so that it is part of the tribunal's record === Rule 31(4) provides that a party must consecutively number each page of all of the documents provided as if they were one document. One of the policy implications of this is that documents and evidence relied upon should generally be submitted and placed on the record so that it is available for any appeal or review of the Division's decision. In this way, the Division should not generally accept hyperlinks to evidence given that the content at the hyperlink may change. The Federal Court holds that "citations are not evidence before the Court"<ref>''Sani v. Canada (Citizenship and Immigration),'' 2021 FC 1337 (CanLII), at para 14, <https://canlii.ca/t/jl2k3#par14>, retrieved on 2021-12-17.</ref> and the Division should conclude likewise. The following analysis from ''Iribhogbe v. Canada'' may be considered persuasive: <blockquote>With respect to the website links and excerpts from these webpages, the RAD noted that the Applicant did not provide any documentation as new evidence in his Rule 29 application, as required by the RAD Rules. Instead, he included references to forty (40) Internet web links and select excerpts from webpages. The RAD indicated that any submission of new evidence must be in printed form, not a simple reference to an Internet link. The RAD further indicated that, in the absence of the actual documents containing the excerpts, it was unable to ascertain the publication date of the information to determine if the documents could have been provided with the Applicant’s appeal record.<ref>''Iribhogbe v. Canada (Citizenship and Immigration),'' 2022 FC 501 (CanLII), at para 24, <https://canlii.ca/t/jnm47#par24>, retrieved on 2022-05-12.</ref> </blockquote>Similarly, in ''Urbieta v. Canada'' the RAD noted the RPD could not reasonably be expected to take a claimant's cellphone into evidence and proferring one's cellphone at the hearing is not a substitute for having submitted the documents prior to the hearing as required by the RPD Rules, so that the evidence may be accepted and placed on the record.<ref>''Urbieta v. Canada (Citizenship and Immigration),'' 2022 FC 815 (CanLII), at para 28, <https://canlii.ca/t/jpl5g#par28>, retrieved on 2022-06-27.</ref> == RPD Rule 32 - Language of Documents == <pre>Language of documents — claimant or protected person 32 (1) All documents used by a claimant or protected person in a proceeding must be in English or French or, if in another language, be provided together with an English or French translation and a declaration signed by the translator. Language of Minister’s documents (2) All documents used by the Minister in a proceeding must be in the language of the proceeding or be provided together with a translation in the language of the proceeding and a declaration signed by the translator. Translator’s declaration (3) A translator’s declaration must include translator’s name, the language and dialect, if any, translated and a statement that the translation is accurate.</pre> == Commentary == The following commentary applies to Rules 32(1)-(3) collectively. It is then followed by more specific commentary pertaining to each of the specific subsections of Rule 32. === Where evidence has not been translated in accordance with the rules, the Board may decline to accept it or may assign it low weight === ==== Declining to accept untranslated documents ==== The proper procedure to follow where a claimant attempts to admit documents that are untranslated is ordinarily that followed by RAD Member Normand Leduc when he wrote as follows: "Exhibit P-3 is not translated into English or French and, consequently, I cannot accept it as evidence."<ref>''X (Re),'' 2014 CanLII 15012 (CA IRB), para. 16.</ref> This is so as the language of this rule is described as "mandatory", including through its use of the word "must",<ref>''Londono v. Canada (Citizenship and Immigration),'' 2011 CanLII 95605 (CA IRB), para. 17 (interpreting its analogous and identically-worded rule).</ref> and that countervailing considerations such as cost<ref>''Glibchenko v Canada (Public Safety and Emergency Preparedness),'' 2014 CanLII 95427 (CA IRB), para. 6.</ref> and time constraints<ref>''X (Re),'' 2013 CanLII 99305 (CA IRB), para. 15.</ref> are not generally valid reasons for non-compliance with the rule that documents be translated. Furthermore, the Federal Court has stated that it is not the tribunal's role to ask an interpreter present in the hearing room to translate a claimant's narrative: <blockquote>The burden of being ready to proceed at a hearing is on the applicant, not the tribunal. Placing an obligation on the tribunal to ensure that the applicant's PIF is complete is similar to transferring the applicant's burden to the tribunal. The Court feels that the tribunal did not have an obligation to ask the interpreter present in the courtroom to translate the applicant's PIF to correct his deficiencies, as the applicant had suggested. It is the applicant's responsibility to prepare his claim file, and it is not up to the tribunal to fix his deficiencies.<ref>''Singh v Canada (Citizenship and Immigration),'' 2013 FC 818 (CanLII), at para 27, <https://canlii.ca/t/g0jvf#par27>, retrieved on 2022-03-28.</ref> </blockquote>See Rule 6(3) on the requirement for the Basis of Claim form to have an interpreter's declaration: [[Canadian Refugee Procedure/Information and Documents to be Provided#RPD Rule 6 - Basis of Claim Form]]. ==== Declining to accept a document that has only been translated in part ==== The above logic applies equally where only a portion of the document has been translated. Member Edward Bosveld of the Refugee Appeal Division concluded that generally, a translation of a document should be complete, not only a selective translation of isolated words in a document on which a party wishes to rely:<blockquote>Here, the Minister has not provided a translation of the Albanian-language wording on the Facebook pages, and yet seeks to rely upon that wording to establish that the Respondent’s father is employed as a XXXX XXXX XXXX, which the Minister argues is not consistent with self-confinement at home. The Respondent disputes this contention, noting that the Minister has only translated selective words, and he disagrees that the words relate to his father’s employment. The Minister has not complied with the requirement to provide a signed translator’s declaration along with the translation of the Albanian words on the Facebook posts. Further, even if such a declaration had been provided, the RAD would still have some difficulty because only a partial translation has been provided. The translation provided does not comply with the Rules, is not complete, and the RAD cannot determine whether it is accurate. The RAD therefore declines to admit the Google translations into evidence.<ref>''X (Re),'' 2014 CanLII 95934 (CA IRB), paras. 14-15.</ref></blockquote>But see ''Elias v. Canada'', in which the Federal Court commented on an IAD decision that had discounted evidence on the basis that it was untranslated. The court commented that the fact that the evidence was untranslated was not relevant to its probative value, as follows:<blockquote>The IAD found that there was insufficient evidence that Ms. Elias and Mr. Baiade are in frequent communication. Yet, the record contains about 50 pages of screen shots showing communications by WhatsApp or other phone and messaging applications, apparently in 2015 and 2019. The IAD discounted this evidence because it was in Arabic and not translated. Yet, what is relevant is the frequency of communication, not its contents. ... While these issues may not independently render the IAD’s decision unreasonable, they further erode its reasonableness.<ref>''Elias v. Canada (Citizenship and Immigration),'' 2022 FC 252 (CanLII), at para 23, <https://canlii.ca/t/jml60#par23>, retrieved on 2022-03-31.</ref></blockquote>When considering this case, it should be noted that the IAD's equivalent rule, IAD Rule 29, is very similar to the above RPD Rule ("All documents used at a proceeding by a person who is the subject of an appeal must be in English or French or, if in another language, be provided with an English or French translation and a translator’s declaration").<ref>Immigration Appeal Division Rules, SOR/2002-230, s 29, <https://canlii.ca/t/7xss#sec29>, retrieved on 2022-03-31.</ref> ==== Accepting untranslated evidence into evidence, but weighing it based on the fact that it is untranslated ==== The Board also has the power to admit such evidence into the record, while assigning it little or no weight, through its power to vary the rules per Rule 70 of the RPD Rules. For example, in interpreting its analogous rule, the Immigration Appeal Division commented:<blockquote>The appellant provided approximately 72 pages of documents as evidence. The majority of the documents were in the German language. Minister’s counsel objected to admission of those documents on the basis that they did not comply with ''Immigration Appeal Division Rule'' 29(1). The German language documents were not translated into either official language. The appellant explained that the purpose of the documents was to show the extent of his dental treatment. The documents were allowed into evidence but the appellant was advised little or no weight could be attached to them since they were not translated into one of Canada’s official languages.<ref>''Stellbrink v Canada (Citizenship and Immigration),'' 2013 CanLII 98269 (CA IRB), para. 5.</ref></blockquote>The logic and practicality of admitting such untranslated documents was illustrated by the Immigration Appeal Division, when interpreting its analogous rule, as follows:<blockquote>The appellant provided copies of chat messages for a select period. For the most part, those messages are in a foreign language. Counsel for the Minister of Citizenship and Immigration submitted that the messages should not have been admitted as evidence because they do not conform to ''IAD Rule'' 29(1). The age of smartphones, internet communications and social media creates a dilemma. If a couple is regularly communicating by text, chat messages, Facebook or similar instant messaging, disclosure of all their messages would bog down hearings with mountains of paper. The cost of translation would be prohibitive. On the other hand, providing the messages without translation limits their probative value. Providing only a sample may lead to the inference that the remaining messages contain evidence adverse to the appellant’s case. There is no easy solution. The appellant has attempted to overcome the problem by providing a statutory declaration explaining the evidence. That is of some assistance. I give the evidence some weight, but the weight I give is reduced by the fact that the messages are in a foreign language.<ref name=":9">''Zhao v Canada (Citizenship and Immigration),'' 2017 CanLII 57822 (CA IRB), para. 9.</ref></blockquote> === This translation requirement applies to video and audio evidence submitted to the Board, which must also be transcribed === Claimants regularly submit audio and video evidence to the Board. It must be transcribed and that transcription should then be translated into English or French. The Federal Court confirmed this in ''Cortes v. Canada'' when interpreting the previous version of this rule:<blockquote>Rule 28 provides that “[a]ll documents used at a proceeding must be in English or French or, if in another language, be provided with an English or French translation and a translator’s declaration”. Moreover, the ''Commentaries to the Refugee Protection Division Rules'' provide that “document” includes “any correspondence, memorandum, book, plan, map, drawing, diagram, picture or graphic work, photograph, film, microform, sound recording, videotape, machine‑readable record, and any other documentary material, regardless of physical form or characteristics, and any copy of those documents”. Here, the DVD is a “document” that was not translated as required by the Rules. The panel was therefore entitled to attach no probative value to it.<ref name=":1" /></blockquote>The Refugee Protection Division has confirmed that the same reasoning applies to audiovisual and other evidence submitted under the current version of the RPD Rules.<ref>''X (Re),'' 2014 CanLII 93295 (CA IRB), para. 34.</ref> The guidebook ''Refugee Hearing Preparation: A Guide for Refugee Claimants'' from ''refugeeclaim.ca'' under the question "Do videos, websites, or other electronic documents need to be translated?" states that "Yes! All evidence that you obtain must be translated into English or French. Videos must be transcribed." This reflects the best, and usual, practice. == RPD Rule 32(1) - Language of claimant or protected person's documents == <pre>Language of documents — claimant or protected person 32 (1) All documents used by a claimant or protected person in a proceeding must be in English or French or, if in another language, be provided together with an English or French translation and a declaration signed by the translator.</pre> === This rule applies to documents used by a claimant or protected person in a proceeding, not to all documents provided=== Claimants are obliged to provide all relevant documents in their possession at the time that they provide their BOC Form. These documents need not be translated: [[Canadian Refugee Procedure/Information and Documents to be Provided#Documents attached to the BOC form need not be translated at the time that they are attached]]. In contrast, documents provided at a later time must be translated since the only reason for their provision is that the claimant intends to rely upon them at the hearing, and hence they are to be "used" within the meaning of Rule 32(1). === Claimants need not provide documents in the language of the proceeding, only in English or French=== Claimants elect a language for their proceeding, either English or French. That said, per Rule 32(1), they are not limited to submitting documents in that language. Unlike the Rule for the Minister at 32(2), claimants are solely required to provide their documents in English or French (or, for documents in another language, with a translation into either English or French), regardless of what the language of the proceeding is. RAD Member Douglas Fortney commented on this issue as follows: <blockquote>In this case where the RPD member could not understand a document provided in French, the correct procedure would have been to have accepted the document into evidence and if necessary obtain an English language translation. Alternatively, it could have been considered to have obtained the services of a French – English interpreter who could have assisted in understanding the contents of the document at the RPD hearing.<ref>''X (Re),'' 2016 CanLII 107659 (CA IRB), para. 27.</ref> </blockquote>This is reinforced by the IRB ''Policy Statement on Official Languages and the Principle of the Substantive Equality of English and French'', which states that "All persons in the hearing room are free to speak the official language of their choice, including counsel for the subject of the proceeding. At the request of any party to the proceeding, the IRB will make arrangements to provide interpretation from one official language to the other, taking into consideration third language interpretation may also be required for the case."<ref name=":7">Immigration and Refugee Board of Canada, ''Policy Statement on Official Languages and the Principle of the Substantive Equality of English and French'', Date modified: 2018-07-03 <https://irb-cisr.gc.ca/en/legal-policy/policies/Pages/pnnpollo.aspx> (Accessed January 22, 2020).</ref> This has legislative support in section 14 of the ''Official Languages Act'', which provides:<blockquote>''Official languages of federal courts<br/>'''''14)''' English and French are the official languages of the federal courts, and either of those languages may be used by any person in, or in any pleading in or process issuing from, any federal court.<ref>Official Languages Act, RSC 1985, c 31 (4th Supp), s 14 <<nowiki>http://canlii.ca/t/530sl#sec14</nowiki>> retrieved on 2020-01-25.</ref></blockquote>The Board is considered to be a "federal court" based on the way that term is defined in the Official Languages Act and is thus bound by this provision: [[Canadian Refugee Procedure/Decisions#In what language or languages must the reasons for decisions be made available where they are publicly released?]] As such, a claimant may provide documents (be they letters, correspondence, submissions, notices, or other evidentiary or non-evidentiary documents - see the broad definition of what is considered to be a "document" above [[Canadian Refugee Procedure/Documents#Rule 31 - How to provide documents]]) provided that they meet the Rule 32 requirements regarding language. === What should a claimant do if they cannot afford to translate all of their documents? === Claimants are responsible for absorbing the cost of translating all written materials into either French or English.<ref>Jennifer Bond & David Wiseman, ''Imperfect Evidence and Uncertain Justice: An Exploratory Study of Access to Justice Issues in Canada's Asylum System,'' 53 U.B.C. L. Rev. 1 (2020), page 8.</ref> At times, claimants cannot afford to translate all of their documents. This may come up where a claimant is unrepresented (and thus does not have access to a translation budget from Legal Aid), where a claimant has sufficient means to afford private counsel but nonetheless is not able to afford having all of their documents translated because the documents are particularly voluminous, and where a claimant is entitled to legal aid but the translation budget provided by legal aid has been insufficient in the context of the case. In such a situation the claimant should advise the Division of the situation and be able to show that they took all reasonable steps to have the documents translated: *<u>Advise the Division in writing of the existence of the additional documents and the cost issue preventing them from being translated:</u> The guidebook ''Refugee Hearing Preparation: A Guide for Refugee Claimants'' from ''refugeeclaim.ca'' recommends that a claimant "Tell the [RPD] in writing that you have other documents that you could not afford to translate."<ref>Kinbrace Community Society, ''Refugee Hearing Preparation: A Guide for Refugee Claimants,'' 2019 Version, <<nowiki>https://refugeeclaim.ca/wp-content/themes/refugeeclaim/library/guide/rhpg-vancouver-en.pdf</nowiki>>, page 17 (accessed January 17, 2020).</ref> *<u>Seek out a friend, volunteer, family member, etc. to translate the documents:</u> The claimant should be prepared to show that they made reasonable efforts to have the documents translated. The rules do not require that the translation be done by a professional: [[Canadian Refugee Procedure/Documents#The translator need not supply an affidavit, be accredited, be fluent in both languages, or be completely independent]]. *<u>Apply to legal aid (for additional funds for translation):</u> For example, the BC Legal Services Society pre-authorizes translation costs of up to $361 (1,900 words) for each immigration representation contract.<ref>Legal Services Society, ''Disbursements Tariff'', November 2017 <https://legalaid.bc.ca/sites/default/files/2019-03/disbursementsNov2017.pdf> (Accessed February 2, 2020), page 8.</ref> Counsel may apply for authorization to translate additional documents in particular cases. Similarly, in Ontario, lawyers with RPD certificates from Legal Aid can bill Legal Aid online for translation of up to 3500 words. For documents longer than 3500 words, lawyers can submit a request for additional disbursements for translation.<ref>Legal Aid Ontario, News Release, "New Translation Disbursement for Refugee Certificates" (29 May 2015), online: <http://legalaid.on.ca/en/news/newsarchive/1505-29&#x20;translationdisbursement.asp>.</ref> Furthermore, the claimant should consider alternative ways to put the information in question in front of the Member: *<u>Translate the most important documents:</u> Instructions to claimants in public documents such as the guidebook ''Refugee Hearing Preparation: A Guide for Refugee Claimants'' from ''refugeeclaim.ca'' are that "Translation can be very expensive. If you can’t afford to translate everything, choose the most important documents."<ref name=":3" /> *<u>Have only portions of the documents translated:</u> As a half-way measure, the claimant may attempt to have the most important or relevant portions of the documents translated. But see [[Canadian Refugee Procedure/Documents#Declining to accept evidence that has only been translated in part]] regarding the Division's discretion to decline to admit such evidence where, for instance, the partial translation properly reduces the weight that can be attached to the document. *<u>Make the untranslated documents available at the hearing, including for spot translation:</u> The guidebook ''Refugee Hearing Preparation: A Guide for Refugee Claimants'' from ''refugeeclaim.ca'' recommends that a claimant "Take [the untranslated documents] to the hearing and explain to the Presiding Member what the documents show."<ref name=":3">Kinbrace Community Society, ''Refugee Hearing Preparation: A Guide for Refugee Claimants,'' 2019 Version, <https://refugeeclaim.ca/wp-content/themes/refugeeclaim/library/guide/rhpg-vancouver-en.pdf>, page 29 (accessed January 17, 2020).</ref> The Member would then have the discretion to ask the interpreter to spot-translate portions of the documents: [[Canadian Refugee Procedure/Interpreters#Can an interpreter be asked to translate documents?]] *<u>Provide a statutory declaration or testimony under oath about the contents of the untranslated documents:</u> The Board has the power to waive the rules and admit the untranslated documents into evidence for the purposes of the record (albeit potentially assigning them less weight because of the lack of a translation). For example, the Immigration Appeal Division did just this when interpreting its analogous rule, commenting as follows: <blockquote>The appellant provided copies of chat messages for a select period. For the most part, those messages are in a foreign language. Counsel for the Minister of Citizenship and Immigration submitted that the messages should not have been admitted as evidence because they do not conform to ''IAD Rule'' 29(1). The age of smartphones, internet communications and social media creates a dilemma. If a couple is regularly communicating by text, chat messages, Facebook or similar instant messaging, disclosure of all their messages would bog down hearings with mountains of paper. The cost of translation would be prohibitive. On the other hand, providing the messages without translation limits their probative value. Providing only a sample may lead to the inference that the remaining messages contain evidence adverse to the appellant’s case. There is no easy solution. The appellant has attempted to overcome the problem by providing a statutory declaration explaining the evidence. That is of some assistance. I give the evidence some weight, but the weight I give is reduced by the fact that the messages are in a foreign language.<ref name=":9" /></blockquote>Finally, the claimant should consider that except for documents that were in their possession at the time that they completed their BOC form, and documents travel and identity documents that they acquire after that time, the rules do not strictly require the claimant to submit all relevant documents in their possession. Instead, the claimant need only submit the documents on which they wish to rely in order to make their case and the claimant must take all reasonable steps to corroborate their claim in the circumstances; see commentary to Rule 34: [[Canadian Refugee Procedure/Documents#What documents does a party need to provide when?]]. As such, if the rules do not require the evidence in question to be submitted to the tribunal, then the claimant may consider whether they wish to rely on the information and whether the same information may be adduced in another way, such as through witness testimony. === The Board is not obliged to pay for the translation of documents where a claimant cannot afford to do so=== The instructions on the Basis of Claim form are "Include certified translations in English or French for all documents in a language other than English or French. You must pay for these translations yourself."<ref name=":6">Immigration and Refugee Board of Canada, ''Basis of Claim Form'', November 2012 Version <https://irb-cisr.gc.ca/en/forms/Documents/RpdSpr0201_e.pdf>, page 2.</ref> The Refugee Appeal Division has held that "the responsibility to provide translations for documents in a foreign language rests with the party using the documents, in this case, the claimant." They went on to note that "the fact that the Board can and sometimes does translate documents that the Board intends to use as evidence is not relevant to the decision of the RPD. The RPD Rules clearly require the “user” (claimant in this case) to provide translations of foreign language documents. The claimant (the Appellant) failed to do so and therefore failed to comply with the rules."<ref>''X (Re),'' 2017 CanLII 144401 (CA IRB), para. 10.</ref> === Procedural fairness considerations where a claimant's untranslated documents are not accepted === The above list of possible actions by a claimant concerns circumstances where the claimant has made reasonable efforts to have documents translated and has been unable to do so because of cost. There are other reasons why a claimant may appear at a hearing with untranslated documents, including where they state that they did not know that the documents needed to be translated. Where a claimant's untranslated documents are not accepted, panels of the Division have attempted to accommodate persons, particularly unrepresented claimants, in a number of ways, including by allowing the party to testify to the matters discussed in the documents as an alternative way of adducing the evidence in question (see ''Huang v Canada'')<ref>''Huang v Canada (Citizenship and Immigration),'' 2013 CanLII 98247 (CA IRB), para. 5.</ref> and by allowing the party to submit proper translations of the documents in question post-hearing (though the court has held that the Board need not do so as a matter of procedural fairness, even where a claimant is unrepresented, though this conclusion will likely depend on the probative value of the document in question, see ''Soares v. Canada'').<ref>''Da Costa Soares v. Canada (Citizenship and Immigration),'' 2007 FC 190 (CanLII), paras. 15-25.</ref> == RPD Rule 32(2) - Language of Minister's documents == <pre>Language of Minister’s documents (2) All documents used by the Minister in a proceeding must be in the language of the proceeding or be provided together with a translation in the language of the proceeding and a declaration signed by the translator.</pre> === The Minister must use the language of the proceeding in oral and written pleadings=== As per Rule 32(2), all documents used by the Minister in a proceeding must be in the language of the proceeding (or be provided together with a translation). A question may arise about the proper scope of the terms "documents" and "proceeding" in the above rule. For example, if a Minister provides a notice of intervention, is it a "document" being used in a "proceeding"? ==== Meaning of "documents" in this rule ==== One argument that has been advanced is that the term "documents" as used in this rule only includes documents as evidence, not notices from the Minister. This argument is best rejected based on the observations and citations provided in the section on the definition of "document" above: [[Canadian Refugee Procedure/Documents#What is a "document" as the term is used in these rules?]]. ==== Meaning of "proceeding" in this rule ==== As per Rule 32(2), all documents used by the Minister in a proceeding must be in the language of the proceeding (or be provided together with a translation). At times, the argument has been advanced that documents such as a notice of intervention are not being used in a proceeding at the time that they are supplied since "proceeding" is defined in Rule 1 as follows: "proceeding includes a conference, an application or a hearing". Instead, rather than being supplied for use in any one of those listed proceedings, the argument is that it is being supplied for notification purposes. Such semantic quibbling is best avoided and this argument should be rejected for the following reasons: * As the Board states in its ''Policy Statement on Official Languages and the Principle of the Substantive Equality of English and French'', "language rights must generally be given a broad and liberal interpretation".<ref name=":7" /> * The definition of a proceeding in Rule 1 "includes" the listed procedures, but does not indicate that it is limited to them. The RPD Rules are subordinate to the Act, which in s. 170 contemplates a broad and expansive conception of what a Refugee Protection Division "proceeding" is, including that a file-review decision made without any hearing being held is something that happens within a proceeding (s. 170(f)) and that the Board's provision of notice of the hearing to the Minister is also something that happens in a proceeding (s. 170(c)). If notifying the Minister of the hearing is something that happens "in a[] proceeding", then it is hard to see why the Minister's notifications should not similarly be considered to have been provided for use "in a proceeding".<ref>''Immigration and Refugee Protection Act'', SC 2001, c 27, s 170 <<nowiki>http://canlii.ca/t/53z6t#sec170</nowiki>> retrieved on 2020-02-01.</ref> Furthermore, in ''Duale v. Canada'' the court commented that "proceedings" as used in section 167 of the Act encompass more than the actual hearing before the RPD. Thus, subsection 168(1) allows a division to determine that "a proceeding" before it has been abandoned for such pre-hearing matters as failing to provide required information or failing to communicate with the division as required.<ref name=":02">''Duale v. Canada (Minister of Citizenship and Immigration),'' 2004 FC 150 (CanLII), par. 5, <http://canlii.ca/t/1gcff#5>, retrieved on 2020-01-27</ref> See the discussion of the interpretation of the term "proceeding" in the Act at: [[Canadian Refugee Procedure/Definitions#Commentary on the definition of "proceeding"]]. * Furthermore, Ministerial intervention notices must include the details required by Rule 29, and where they do not, the proper remedy is that the notice of intervention will not be accepted.<ref>''X (Re),'' 2016 CanLII 62221 (CA IRB), <<nowiki>https://www.canlii.org/en/ca/irb/doc/2016/2016canlii62221/2016canlii62221.html</nowiki>>.</ref> It is clear that the Minister provides a notice of intervention so that it can rely on it ''at the hearing'' as proof that it has complied with the rules requiring such notification. * Finally, the purpose of such notices has been described as follows: "[Rule 29(2)(a)] exists to compel the Minister to provide notice to the claimant why they have decided to intervene in his or her claim. It is to provide the claimant with fore-knowledge of the concerns the Minister has with the claim, so as to allow the claimant to prepare a response to these concerns. It is an issue of procedural fairness."<ref>''X (Re),'' 2016 CanLII 62221 (CA IRB), para. 15.</ref> If this notice were not provided in the language of the proceedings, then the purpose of providing this specific advance information to the claimant about the Minister's concerns could be frustrated. ==== Ministerial obligations pursuant to ''Official Languages Act'' ==== Finally, the better view of this question is that the Minister is under a legal obligation to provide all documents, including pleadings and other procedural documents, in the language of the proceeding and that this obligation stems from the ''Official Languages Act'', which is considered a quasi-constitutional statute.<ref>''Canada (Attorney General) v. Viola'', [1991] 1 F.C. 373, at page 386.</ref> The ''Official Languages Act'' provides that where a federal institution is a party to civil proceedings is shall use the language chosen by the other parties in any oral or written pleadings, except in narrow exceptional circumstances:<blockquote><u>Language of civil proceedings where Her Majesty is a party</u> '''18''' Where Her Majesty in right of Canada or a federal institution is a party to civil proceedings before a federal court, (a) Her Majesty or the institution concerned shall use, in any oral or written pleadings in the proceedings, the official language chosen by the other parties unless it is established by Her Majesty or the institution that reasonable notice of the language chosen has not been given; and (b) if the other parties fail to choose or agree on the official language to be used in those pleadings, Her Majesty or the institution concerned shall use such official language as is reasonable, having regard to the circumstances.<ref>Official Languages Act, RSC 1985, c 31 (4th Supp), s 18 <http://canlii.ca/t/530sl#sec18> retrieved on 2020-01-25.</ref></blockquote>While there does not appear to be judicial consideration on point, it is arguable that this provision applies to delegates of the Minister from IRCC and PSEP where they intervene in matters before the Board. Such proceedings are "before a federal court", which is defined in s. 3(2) of the ''Official Languages Act'' as "any court, tribunal or other body that carries out adjudicative functions and is established by or pursuant to an Act of Parliament." The Federal Court of Appeal concluded that the IRB meets this definition in ''Devinat v. Canada''.<ref>''Devinat v. Canada (Immigration and Refugee Board),'' 1999 CanLII 9386 (FCA), [2000] 2 FC 212, par. 57, <<nowiki>http://canlii.ca/t/4ll0#57</nowiki>>, retrieved on 2020-01-25</ref> Furthermore, the participation of the Minister's delegates in Board proceedings would appear to constitute a circumstance in which a "federal institution" has become party to proceedings. A "federal institution" is defined broadly in the ''Official Languages Act,'' it not only includes the Department of Citizenship and Immigration and the Department of Public Safety and Emergency Preparedness (based on the definitions of "federal institution" and "department" in s. 3 of the Act), but it also includes "any other body that is specified by an Act of Parliament to be an agent of Her Majesty in right of Canada or to be subject to the direction of the Governor in Council or a minister of the Crown", which would presumably include a Minister's delegate under the IRPA whose powers are derived from s. 6 of the Act which provides, ''inter alia'', that "The Minister may designate any persons or class of persons as officers to carry out any purpose of any provision of this Act, and shall specify the powers and duties of the officers so designated".<ref>''Immigration and Refugee Protection Act,'' SC 2001, c 27, s 6 <http://canlii.ca/t/53z6t#sec6> retrieved on 2020-01-31.</ref> === If the claimant switches languages from French to English, or vice versa, the Minister must provide translations of their documents they intend to use === ==== Practice under the previous version of the RPD rules was that such documents did not need to be translated ==== Under the previous 2002 version of the rules, the wording of the predecessor rule to Rule 32(2) was interpreted as not requiring the Minister to provide translations of documents where the claimant subsequently switched the language of proceedings. For example, if the claimant elected to proceed in French and the Minister gave the claimant a document in French, and the claimant then subsequently decided that they instead preferred to proceed in English, the Minister was not obliged to provide a new translation of the document into English, but could instead rely on the previously disclosed document. The key question was whether the document was provided to the claimant in the language of proceedings at the time that it was sent. This question was dealt with by the Federal Court in ''Blanco v. Canada'', a case that concerned the previous version of the rules at the Immigration Division, which tracked the wording in the RPD Rule. In that case, the person concerned commenced his proceedings in English. The claimant then secured new, French-speaking, counsel. The Board then approved the claimant's application to change the language of the proceedings to French. At the same time, both the panel and the Minister refused to provide French translations of the documents that the Minister had previously sent to the applicant's former counsel in English. The claimant argued at the hearing that the panel could not legally enter into evidence documents that were in English and had not been translated into French prior to the hearing. The Federal Court rejected this argument on the basis that "It is clear that when the documents in question were provided by the respondents, the language of the proceedings was English, precluding the need for a French translation."<ref>''Bolanos Blanco v. Canada (Citizenship and Immigration),'' 2010 FC 280 (CanLII), paras. 12-20.</ref> This interpretation appears to turn on the then-extant Immigration Division rule which stipulated that "If the Minister <u>provides</u> a document that is not in the language of the proceedings, the Minister must provide a translation and a translator’s declaration. <u>[emphasis added]</u>" On the basis that the rule in question provided that the trigger for translation is the language of proceedings at the time that the document is provided, the court concluded that the documents could properly be entered as evidence in the hearing. ==== Changes to this provision in the 2012 RPD Rules now require that the document be in the language of proceedings at the time of its use ==== The Board's practice that was highlighted in the ''Blanco'' decision (above) was stridently criticized by members of the House of Commons Official Languages Committee.<ref>Official Languages Committee on Dec. 16th, 2010, House of Commons Hansard <https://openparliament.ca/committees/official-languages/40-3/39/sylvia-cox-duquette-1/>.</ref> The Official Languages Commissioner subsequently requested that the Board make changes to the RPD Rules regarding the rules about the language of RPD proceedings. One of the goals for the new RPD Rules, as identified by the Board, was to "address [these] recommendations of the Office of the Commissioner of Official Languages (OCOL)".<ref>Immigration and Refugee Board of Canada, ''RPD Rules Regulatory Impact Analysis Statement,'' Date modified: 2018-07-04, Accessed January 3, 2020 <<nowiki>https://irb-cisr.gc.ca/en/legal-policy/act-rules-regulations/Pages/RiasReir.aspx</nowiki>>.</ref> The wording of the new (and current) Rule 32(2) requires that "all documents <u>used by the Minister</u> in a proceeding must be in the language of the proceeding or be provided together with a translation in the language of the proceeding and a declaration signed by the translator <u>[emphasis added]</u>". This is a departure from the previous wording of this Rule under the 2002 version of these rules, which read: "If the Minister <u>provides a document</u> that is not in the language of the proceedings, the Minister must provide a translation in that language and a translator’s declaration."<ref>''Refugee Protection Division Rules,'' SOR/2002-228, Rule 28(2).</ref> The fact that the rule focuses on the ''use'' of the documents appears to indicate that under the new rules, the circumstances in ''Blanco v. Canada'' would not recur because the Minister would be obliged to provide translations of any documents that they had previously provided should they want to continue to rely on them''.'' == RPD Rule 32(3) - Language of documents - Requirement for a translator's declaration== <pre>Translator’s declaration (3) A translator’s declaration must include translator’s name, the language and dialect, if any, translated and a statement that the translation is accurate.</pre> === What are the requirements for the translator's declaration for documents?=== Translated document should meet the following requirements: * <u>A copy of the original-language document should be provided in addition to the translation:</u> Rules 32(1), 32(2), and 32(3), read conjointly, require that a copy of the original document in the original language be submitted as well as a translation of it. * <u>The translator's declaration must meet each of the requirements enumerated in Rule 32(3):</u> The translator's declaration should be in the following form: "A translator’s declaration must include the translator’s name, the language and dialect, if any, translated and a statement that the translation is accurate." * <u>The translator's declaration should be signed:</u> The instructions in the Basis of Claim form regarding document translation are that a claimant is to "Include certified translations in English or French for all documents in a language other than English or French."<ref name=":6" /> As explained on the Basis of Claim form, this requirement that the translations be "certified" will be met where any documents provided are accompanied by a translator's declaration that meets the requirements of Rule 32(3) ("A translator’s declaration must include translator’s name, the language and dialect, if any, translated and a statement that the translation is accurate") plus the statement is signed by the translator.<ref>Immigration and Refugee Board of Canada, ''Basis of Claim Form'', November 2012 Version <<nowiki>https://irb-cisr.gc.ca/en/forms/Documents/RpdSpr0201_e.pdf</nowiki>>, Appendix - Pages 1-2.</ref> * <u>Translator should have some independence from the claimant:</u> The translator is to have a certain degree of independence from the claimant. **''Counsel should not act as the translator:'' Counsel themselves should not act as the translator because, should any issues arise as to the accuracy of the translation in question, then they could be called as a witness. While that can occur (e.g. cases in other legal contexts have held that "while it is highly undesirable for counsel to wear the cloak of both advocate and witness, the client has the right to have his counsel testify as a witness"<ref>''Insurance Corp. of British Columbia v. Suska,'' 2007 BCSC 1838.</ref>) it raises questions about potential conflicts of interest and logistical hurdles. However, as the court accepted in ''Grandmont v. Canada'', a person working in-house at the law firm the claimant has selected may be considered acceptable to translate documents.<ref name=":4" /> ** ''The claimant themselves, and close family members thereto, should not act as the translator:'' When interpreting its similar rule, the Immigration Appeal Division has rejected documents in on the basis of its concern that, ''inter alia'', the documents were "not fully translated by an independent translator".<ref>''Huang v. Canada (Citizenship and Immigration),'' 2012 CanLII 46522 (CA IRB), para. 19.</ref> The basis for this independence requirement in the rules appears to be somewhat scant, but arguably arises as a matter of the weight that the Board should attach to the evidence - particularly if any other credibility issues regarding the person doing the translating were to emerge at the hearing. This aspect of independence is also emphasized by public explanations of the refugee claim process, including Kinbrace Community Society's ''Refugee Hearing Preparation: A Guide for Refugee Claimants'' which notes that it is best that the translator not be a relative: "Certified translators are best, but not required. If you cannot pay for a professional translator, you can have someone else you trust (preferably not a relative) translate your documents for you."<ref name=":3" /> === Where the document does not contain a translator's declaration in the appropriate form, it should generally not be admitted=== Where the requirement for a translator's declaration has not been complied with, the proper process is generally that the document should not be admitted. For example, the RAD has commented as follows:<blockquote>Although there is an English translation of these documents, there is no [translator's declaration] attached to them, as is required.... The RAD, therefore, cannot ascertain that these documents have been properly translated from Chinese into English. The RAD therefore cannot accept these documents[.]<ref>''X (Re),'' 2016 CanLII 151861 (CA IRB), para. 10.</ref></blockquote>Parties sometimes attempt to adduce evidence that has been translated through automated systems such as Google Translate. It should generally not be admitted into evidence on the basis that no Rule 32(3) translator's declaration has been provided for such evidence. On the basis that "The Board cannot determine whether it is accurate", the Refugee Appeal Division has declined to admit such Google translations into evidence, including when provided by the Minister.<ref>''X (Re),'' 2014 CanLII 95934 (CA IRB), para. 15.</ref> The Refugee Protection Division specifically has issued a practice notice on this point entitled ''Refugee Protection Division Practice Notice: Compliance with Refugee Protection Division Rules'' which comments on Google translations as follows:<blockquote>The RPD frequently receives documents that have not been translated, or have been translated but are not accompanied by a translator’s declaration. Sometimes these documents have been translated by a web-based tool, such as Google Translate. Such translations do not comply with RPD Rule 32, cause delays to the proceedings and may not be accepted by the presiding member.<ref>Immigration and Refugee Board of Canada, ''Refugee Protection Division Practice Notice: Compliance with Refugee Protection Division Rules'', Effective date: December 8, 2014 <https://irb-cisr.gc.ca/en/legal-policy/procedures/Pages/AviPraNotRpdSprComRulResReg.aspx> (Accessed January 25, 2020).</ref></blockquote> === The translator need not supply an affidavit, be accredited, be fluent in both languages, or be completely independent === Provided that this is done, a translator's declaration need not comply with other requirements that are not found in the rules: *<u>Statement from translator need not be an affidavit:</u> For example, the translator's statement need not be in the form of an affidavit; the Immigration Appeal Division reached this conclusion when interpreting its similar rule: "The panel does not share the respondent’s concern with the Certificate of Translation that accompanied the disclosure. While not in the form of an affidavit, the Rule does not require one".<ref>''Yeung v. Canada (Citizenship and Immigration),'' 2010 CanLII 80130 (CA IRB), para. 8.</ref> *<u>Translator need not be "accredited":</u> There are many bodies that accredit translators and interpreters, from the Board itself to professional organizations like the ''Society of Translators and Interpreters of British Columbia''.<ref>For more information see Society of Translators and Interpreters of British Columbia, www.stibc.org.</ref> While using an accredited translator may be a good idea, it is not a requirement of the rules. The Immigration Appeal Division reached this conclusion when interpreting its similar rule: "The Minister’s counsel submitted that the translations ... do not constitute credible evidence because they were not done by accredited translators.... The panel is of the opinion that the documents submitted by the appellant showing the exchanges between the parties ... can be taken into account by the panel, even though they were not written by accredited translators".<ref name=":4">''Grandmont v. Canada (Citizenship and Immigration),'' 2010 CanLII 97579 (CA IRB), para. 43.</ref> *<u>The translator need not be fluent in both languages:</u> The requirement in the rules is solely that the translator provide a "statement that the translation is accurate," nothing more. The University of Ottawa Refugee Assistance Project has a Hearing Preparation Kit which discusses the level of proficiency the translator must have in the languages in question. That kit includes sample translator's declarations, both where the translator is fully fluent in both languages, and one for where the translator is not. They indicate that an acceptable declaration to be used where the translator is not fully fluent in both languages is as follows: "I, ____(name_______, of the City of ____(location)_____, hereby certify that I have translated this Marriage Certificate from ____(original language)___ to English, and that I am partially competent to render such translation, being partially fluent in the ____(original language)___ and English languages. A fully competent translator was not available."<ref>University of Ottawa Refugee Assistance Project, ''UORAP Hearing Preparation Kit'', ''Guide 3: Preparing Evidence for your Hearing'' <https://www.fcjrefugeecentre.org/wp-content/uploads/2020/09/hearing_preparation_kit.pdf>, page 14.</ref> *<u>Translator need not be completely independent from the claimant:</u> As discussed above, the translator is to have a certain degree of independence from the claimant, but the degree of independence required is not high. This aspect of independence is also emphasized by public explanations of the process, including Kinbrace Community Society's ''Refugee Hearing Preparation: A Guide for Refugee Claimants'' which notes that it is best that the translator not be a relative: "Certified translators are best, but not required. If you cannot pay for a professional translator, you can have someone else you trust (preferably not a relative) translate your documents for you. This person must sign a translator’s declaration."<ref name=":3" /> As the court accepted in ''Grandmont v. Canada'', a person working in-house at the law firm the claimant has selected may be considered acceptable to perform this task.<ref name=":4" /> == RPD Rule 33 - Disclosure and use of documents by the Division== <pre>Disclosure and Use of Documents Disclosure of documents by Division 33 (1) Subject to subrule (2), if the Division wants to use a document in a hearing, the Division must provide a copy of the document to each party. Disclosure of country documentation by Division (2) The Division may disclose country documentation by providing to the parties a list of those documents or providing information as to where a list of those documents can be found on the Board’s website.</pre> === The RPD has an obligation to provide documents and information required by the Rules to the Minister upon request === Subsection 170(''d'') of the Act requires the Division to provide the Minister, on request, with the documents and information referred to in subsection 100(4) of the Act, which are the documents and information required by the rules of the Board:<blockquote>100(4) A person who makes a claim for refugee protection inside Canada at a port of entry and whose claim is referred to the Refugee Protection Division must provide the Division, within the time limits provided for in the regulations, with the documents and information — including in respect of the basis for the claim — required by the rules of the Board, in accordance with those rules.</blockquote> === The Division has the power to provide post-hearing documents prior to rendering a decision === RPD Rule 33 concerns circumstances in which the Division provides a copy of a document that it wants to use in a hearing. What about where the Division wants to provide a document to parties following a hearing? The Division may do so and, while it must invite comment from the parties on any such post-hearing disclosure, it need not resume the hearing afterwards. The Division's power to provide such post-hearing documents was emphasized in the Board's public commentary on the previous version of the RPD Rules, which read "The Division may provide a document to the claimant (and to the Minister if the Minister has intervened) after a hearing if the Division considers its use would assist in ensuring a full and proper determination of a claim for refugee protection. The claimant will be given an opportunity to make submissions on that document."<ref name=":8" /> While that public commentary is no longer published by the IRB, the principle stands. === The panel should consider the most recent National Documentation Package === The Board ''Policy on National Documentation Packages in Refugee Determination Proceedings,'' which is dated June 2019, commits that "The <abbr>RPD</abbr> and <abbr>RAD</abbr> will consider the most recent <abbr>NDP</abbr>(s) in support of assessing forward-looking risk."<ref name=":14">Immigration and Refugee Board of Canada, ''Policy on National Documentation Packages in Refugee Determination Proceedings,'' Effective date: June 5, 2019, <https://irb-cisr.gc.ca/en/legal-policy/policies/Pages/national-documentation-packages.aspx> (Accessed August 30, 2020).</ref> A panel of the Board should comply with this policy. This has implications both for which NDPs should be disclosed on a file and for the currency of the NDPs which are disclosed: * <u>Which NDPs are disclosed:</u> A panel should ensure that it considers the relevant NDPs, both those that relate to countries of citizenship, as well as those that relate to countries of former habitual residence, where that concept applies. For example, in ''El Hraich v. Canada'', the court commented that "There is no indication that the Panel considered the National Documentary Package on the UAE before it rendered the decision.", noting that the Court has found that where central elements of a claim, such as the right to return to a CFHR for a stateless person, are at issue, the RPD should examine and refer to the available country documentation.<ref>''El Hraich v. Canada (Citizenship and Immigration),'' 2022 FC 213 (CanLII), at para 28, <https://canlii.ca/t/jmk07#par28>, retrieved on 2022-03-16.</ref> * <u>Whether the NDPs disclosed are current:</u> In ''Zhao v. Canada'' the court held that "as a matter of procedural fairness, the [Board] had a duty to disclose the most recent NDP and to give the Applicants an opportunity to respond and make submissions on this matter."<ref>''Zhao v. Canada (Citizenship and Immigration),'' 2019 FC 1593 (CanLII), par. 31, <<nowiki>http://canlii.ca/t/j48rf#par31</nowiki>>, retrieved on 2020-04-01.</ref> Similarly, in ''Oymali v. Canada'' the court held that "the latest NDP should be considered in assessing risks".<ref>''Oymali v. Canada (Citizenship and Immigration)'', 2017 FC 889.</ref> The obligation to consider the latest NDP extends to matters where a new NDP is released while a claim is under reserve. However, there are some limits to this principle: * <u>It does not apply to documents other than those in an NDP:</u> In ''Tambwe-Lubemba'' the court considered whether a panel of the Board must consider updated country documents received by the Board post-hearing that are not explicitly placed on the file''.'' The applicants in that case submitted that the panel hearing their claim should have considered information received by the Refugee Division's document centre after the hearing, but before the decision had been rendered. What the Court held was that the panel was under no obligation to consider information that the members had not seen and that was not tendered by the claimants.<ref>''Nagulesan v. Canada (Minister of Citizenship and Immigration),'' 2004 FC 1382 (CanLII), para. 13.</ref> * <u>It does not apply where the new information would make no difference to the decision:</u> In ''Worku v. Canada'', the Federal Court held that the Board was not bound to consider the newest NDP information when there was no indication that the information was a significant departure from the information which was considered by the RPD.<ref>''Worku v. Canada (Citizenship and Immigration)'', 2019 FC 784.</ref> As such, the Board ''Policy on National Documentation Packages in Refugee Determination Proceedings'' is that "The <abbr>RAD</abbr> will disclose to the parties new <abbr>NDP</abbr> documents only when they wish to rely upon them".<ref name=":14" /> The fact that the panel should consider the most recent National Documentation Package does not mean that a panel needs to scour through every document in it for any possible statement that could support or hinder the claimant; for a discussion of this, see [[Canadian Refugee Procedure/The Board's inquisitorial mandate#There is a shared duty of fact-finding in refugee matters]]. === Rule 33(2): The Division may disclose country documentation by providing information as to where a list of those documents can be found on the Board's website === RPD Rule 33(2) provides that "the Division may disclose country documentation by providing to the parties a list of those documents or providing information as to where a list of those documents can be found on the Board’s website." Certain documents are listed in the lists of documents on the Board website, but the documents themselves are only available via email, in particular samples of identity documents appended to Responses to Information Requests generated by the Board's research directorate. The court has held that the fact that such samples are not reproduced in the NDP published online on the IRB’s website does not breach procedural fairness. In ''Zerihaymanot v. Canada'', the court noted that "this sample document was attached to a Response to Information Request in the NDP, with a note that to obtain a copy of the attachment, one must email a request. Rule 33(2) specifies that disclosure of country documentation may include being provided with the document by the Division or being informed where the information could be found."<ref>''Zerihaymanot, Brhane Ghebrihiwet, v. M.C.I.'' (F.C., no. IMM-3077-21), McHaffie, April 26, 2022; 2022 FC 610.</ref> Further, in that case, during the RPD hearing, counsel was directed to the sample birth certificate and it was clear from counsel’s questions and submissions that counsel had the document. The court noted that there does not appear to be any requirement that the NDP be publicly posted on the internet, and that in the 1990s when this was not done, the Federal Court of Appeal had concluded that the fact that documents were available in IRB documentation centres was sufficient to be fair: ''Mancia v Canada''.<ref>''Mancia v Canada (Minister of Citizenship and Immigration)'', [1998] 3 FC 461 at paras 22, 26.</ref> == RPD Rule 34 - Obligation, process, and timeline for a party to disclose documents they want to use in a hearing == <pre>Disclosure of documents by party 34 (1) If a party wants to use a document in a hearing, the party must provide a copy of the document to the other party, if any, and to the Division. Proof that document was provided (2) The copy of the document provided to the Division must be accompanied by a written statement indicating how and when a copy of that document was provided to the other party, if any. Time limit (3) Documents provided under this rule must be received by their recipients no later than (a) 10 days before the date fixed for the hearing; or (b) five days before the date fixed for the hearing if the document is provided to respond to another document provided by a party or the Division.</pre> === What documents does a party need to provide when? === Rule 34(1) concerns documents that a party "wants" to use in a hearing. The rule provides that such documents must be received by their recipients no later than 10 days before the date fixed for the hearing (except, per Rule 34(3)(b) where they are provided in response to documents provided by other party, in which case the deadline is five days prior to the hearing). This discretionary rule allows, but does not require, a claimant to submit documents. It can be contrasted with Rule 7(3) which obliges claimants to provide certain types of documents. Specifically, Rule 7(3) provides that a claimant "must" attach all "relevant documents in their possession" to their Basis of Claim form, including identity and travel documents (whether genuine or not). The only exception to this is for documents that were seized by an officer or provided to the Division by an officer. In short, the disclosure deadlines established by the RPD rules appear to be the following: {| class="wikitable" !Stage in Claim !Document Type !Disclosure Obligation !Deadline !Rule |- |When BOC Form Provided |All relevant documents in the claimant's possession |Mandatory Disclosure |Must be attached to BOC Form |Rule 7(3) |- |After BOC Form Provided |Claimant's identity or travel documents |Mandatory Disclosure |Must be provided "without delay" after the claimant obtains |Rule 7(4) |- |After BOC Form Provided |Any other documents "a party wants to use" |Discretionary/optional |10 days before the hearing (or 5, if in response) |Rule 34 |} As such, the rules appear to establish a regime in which a claimant is obliged to provide all relevant documents that are in their possession at the time that they provide their BOC form. For documents that come into a claimant's possession after that point, other than identity or travel documents, the claimant has discretion about whether or not to submit them and need only do so if they want to use them in the proceeding. A qualification to this principle is that: * claimants are obliged to submit identity and travel documents (whether genuine or not) that come into their possession at any point (Rule 7(4) - [[Canadian Refugee Procedure/Information and Documents to be Provided#A claimant is obliged to provide any relevant documents in their possession without delay, whether genuine or not]]); * while the Minister has no obligation to become a party to a proceeding ([[Canadian Refugee Procedure/Intervention by the Minister#The Minister is permitted to intervene in proceedings, but is not required to do so]]), once it does so its disclosure must be "complete" and cannot be selective. A failure to do so is a violation of natural justice. In the words of the Federal Court, "At a bare minimum, if the Minister chooses to disclose evidence, that disclosure must be complete."<ref>''B135 v Canada (Citizenship and Immigration),'' 2013 FC 871 at para. 26.</ref> Where complete disclosure has not been provided by the Minister, procedural fairness may oblige the RPD to require the Minister to make inquiries of relevant Canadian law enforcement agencies to obtain documents, for example.<ref>''Jankovic v. Canada (Citizenship and Immigration),'' 2022 FC 857 (CanLII), at para 48, <https://canlii.ca/t/jprtv#par48>, retrieved on 2022-08-09.</ref> * claimants have an obligation to take reasonable steps to provide acceptable documents establishing their identity and other elements of the claim ([[Canadian Refugee Procedure/Information and Documents to be Provided#A claimant has an obligation to make reasonable efforts to establish their identity and to corroborate their claim]]); and * the Board can compel testimony and the production of evidence should it choose to do so ([[Canadian Refugee Procedure/Information and Documents to be Provided#The Division may instruct the claimant to provide specific documents]]). The above timelines for providing documents are reiterated in the Basis of Claim form that all claimants receive: "If you get more identity or travel documents that support your claim after you have provided your BOC Form, give two copies to the IRB without delay. If you get more documents, other than identity or travel documents, that support your claim after you have provided your BOC Form, give one copy to the IRB and a copy to the Minister, if the Minister is a party, at least 10 days before your hearing." The BOC Form also states on its cover page: "you are responsible for obtaining and providing to the IRB any documents that may support your claim." The above documentary disclosure obligations specified in the Rules are also distinct from the separate matter of the Division's ability to draw an adverse inference as to credibility in circumstances in which documents are not provided. Even if it is not mandatory for the claimant to have submitted a particular document above as per the Rules, where a claimant does not do so, the Division may conclude that a claimant's failure to provide a document is indicative of a fear to provide the evidence to the Board, allowing the Board to draw an adverse inference about the credibility of the fact that the document would have otherwise served to establish or corroborate. Of course, this type of adverse inference may only be drawn where the claimant is given a reasonable opportunity to adduce the evidence once the Division identifies its concern, or where the evidence was otherwise mandatory for the claimant to produce, and furthermore the Federal Court has held that "a panel cannot draw a negative inference from the mere fact that a party failed to produce any extrinsic documents corroborating his or her allegations, except when the applicant’s credibility is at issue".<ref>''Ahortor v. Canada (Minister of Employment and Immigration)'' (1993), 65 F.T.R. 137 (FCT).</ref> See the discussion of Rule 11 for more detail: [[Canadian Refugee Procedure/Information and Documents to be Provided#Rule 11 - Documents Establishing Identity and Other Elements of the Claim]]. === The Board must consider its discretion to provide relief where a claimant submits a document later than the time limit in Rule 34(3) === The time limit in Rule 34(3) for providing documents must be read in conjunction with section 170 of the IRPA, and specifically the following subsections of that provision:<pre>Subsections 170 (e), (g) and (h) of the IRPA however indicate that in any proceeding before the RPD it: (e) must give the person . . . a reasonable opportunity to present evidence . . .; (g) is not bound by any legal or technical rules of evidence; (h) may receive and base a decision on evidence that is adduced in the proceedings and considered credible or trustworthy in the circumstances.</pre>In ''Trboljevac v. Canada'', the court commented that "While the Panel Member was aware of the ten-day time period in Rule 34(3) for disclosing documents, the failure of the Member to acknowledge or apparently be aware of the ''IRPA'' provisions allowing them to nonetheless accept the documents had the effect of preventing the Applicant from substantiating his claim. ... the Panel Member should have addressed why they declined to exercise the discretion provided to them in section 170 of the ''IRPA''. Failure to exercise that discretion was a breach of natural justice in this matter."<ref>''Trboljevac v. Canada (Citizenship and Immigration),'' 2020 FC 26 (CanLII), para. 52.</ref> The Board's discretion to admit late-filed documents is guided by Rule 36, below: [[Canadian Refugee Procedure/Documents#Rule 36 - Use of undisclosed documents]]. === Does the 10 day deadline for submitting documents reset when a hearing has multiple sittings? === A question can arise about the interpretation of the phrase "days before the date fixed for the hearing" in Rule 34. As per Rule 34(3), documents provided under this rule must be received by their recipients no later than 10 days before the date fixed for the hearing. If a resumption of a hearing is scheduled more than 10 days after the first sitting of the hearing, does this mean that any documents submitted 10 or more days prior to the next sitting are, in the words of RPD Rule 34(3), being submitted at least "10 days before the date fixed for the hearing"? To the mind of this author, this question has not been definitively resolved in the published jurisprudence. This this is likely because panels are permissive about accepting documents submitted prior to a resumption given their obligation to give any person before them a reasonable opportunity to present evidence (s. 170(e) of the Act). == RPD Rule 35 - Documents relevant and not duplicate == <pre>Documents relevant and not duplicate 35 Each document provided by a party for use at a proceeding must (a) be relevant to the particular proceeding; and (b) not duplicate other documents provided by a party or by the Division.</pre> === The use of the National Documentation Package does not preclude the disclosure of additional Country of origin information === The Board ''Policy on National Documentation Packages in Refugee Determination Proceedings'' states that:<blockquote>Relevant <abbr>NDP</abbr>(s) are disclosed to the parties in every refugee claim before the <abbr>RPD</abbr> as the standard source of <abbr>COI</abbr> evidence in refugee determination. As per <abbr>RPD</abbr> Rule 33(2), the <abbr>RPD</abbr> provides the parties with information as to where the <abbr>NDP</abbr> can be found on the Board's website, and it is the parties' responsibility to check the <abbr>IRB</abbr> website for the newest version of the relevant <abbr>NDP</abbr>(s) prior to their hearing. ... The use of <abbr>NDPs</abbr> does not preclude the disclosure of additional <abbr>COI</abbr> not contained in an <abbr>NDP</abbr> by the Division or a party to a proceeding. Such information must be disclosed on a case-by-case basis, subject to the legal and procedural requirements of each Division.</blockquote> === Practice notice on voluminous country conditions evidence === The Board’s ''Notice to parties and counsel appearing before the Refugee Protection Division – voluminous country conditions evidence'' specifies procedures regarding voluminous disclosure of country conditions evidence filed at the Refugee Protection Division. As per the practice notice, parties must make a formal application to submit country conditions evidence that exceeds 100 pages per country of reference.<ref>Immigration and Refugee Board of Canada, ''Notice to parties and counsel appearing before the Refugee Protection Division – voluminous country conditions evidence,'' Date modified: 2018-06''-''26 ''<''https://irb-cisr.gc.ca/en/legal-policy/procedures/Pages/voluminous-country-conditions-evidence-preuve-volumineuse-relative-aux-conditions-dans-le-pays.aspx''>.''</ref> Disclosure of country conditions evidence over the specified page limit must be accompanied by an application made in accordance with RPD Rule 50. That said, during the Covid-19 pandemic, this practice notice has been suspended, so it is no longer in effect.<ref>Immigration and Refugee Board of Canada, ''Refugee Protection Division: Practice Notice on the resumption of in-person hearings,'' July 10​, 2020, <https://irb-cisr.gc.ca/en/legal-policy/procedures/Pages/rpd-pn-hearing-resumption.aspx#toc34> (Accessed August 14, 2020).</ref> ==== How does one know whether documents are country conditions evidence or not? ==== As the practice notice states, evidence presented before the RPD generally falls into two broad categories: documents personal to the parties (e.g. identity documents, police reports, etc.) and evidence regarding country conditions (e.g. human rights reports, research on the situation in the country, etc.). This Practice Notice applies only to country conditions evidence. Documents which speak to the claimant's personal risk and are specific to their claim, for example those that are by or about the claimant themselves, will be considered personal. In contrast, country conditions documents are evidence relating to human rights conditions in a claimant's country. The question in each case is whether the primary purpose of a particular document is to substantiate the claimant's personal profile or to speak to human rights or other facts and conditions regarding a claimant's country. The guidebook ''Refugee Hearing Preparation: A Guide for Refugee Claimants'' from refugeelcaim.ca provides examples of each type of document. With regards to personal documents, they list: <blockquote> * Are there photographs, letters, videos, emails, or other documents that show the problems you had? Get them! * Did you go to the police or another government agency for help? Get a copy of the police report or other proof of your visit. * Did you get medical help? Get your hospital or doctor’s records. * Are there news articles about people who are connected to your case? Get them! * Are there people who witnessed what happened to you? Ask them to write what happened and send it to you. If possible, ask this person to swear (declare) their statement is true in front of a lawyer or notary. * Are there people who have experienced problems that are similar to yours? Ask them to describe their experiences in writing. If possible, ask this person to swear their statement is true in front of a lawyer or notary. * Is your claim based on your religious identity or membership in a political party or other group? Get documents that show your membership. * Has your mental health suffered because of what happened to you? Get a report from a doctor or psychologist in Canada which documents your health problems. * You will also need identity documents to prove your citizenship.<ref name=":3" /> </blockquote> With regards to country conditions documents, they list: <blockquote> * This type of evidence includes reports from well-respected sources that document human rights abuses, political events, and other news that relate to your claim. * Recent reports from human rights organizations (e.g. Amnesty International, Human Rights Watch), United Nations reports, U.S. State Department Country Reports, news articles, or videos showing human rights abuses in your country. * Articles and reports from newspapers and human rights organizations in your country. </blockquote>Similarly, documents about an organization that the claimant may have been involved with (even in Canada) will fit into this category of evidence that relates to human rights conditions in a claimant's country, so long as they do not mention the claimant by name or otherwise depict or refer to the claimant. Thus, for example, where the Minister seeks to intervene to argue that a claimant is excluded pursuant to Article 1F(a) of the Convention, if the Minister wishes to provide more than 100 pages to demonstrate that an organization in question committed crimes during a specific historical period, pursuant to this practice notice, they must bring an application for permission to file voluminous disclosure. Additional discussion of the difference between these two types of documents is found in the IRB ''Instructions for Gathering and Disclosing Information for Refugee Protection Division Proceedings'' which distinguishes between country-of-origin research—which is generally-available information and does not include “information gathered by the IRB that is specific to a particular claimant”—and claimant-specific research.<ref>''Instructions for Gathering and Disclosing Information for Refugee Protection Division Proceedings,'' Instructions issued by the Chairperson pursuant to section 159(1)(a) of the ''Immigration and Refugee Protection Act'', amended December, 2012 <https://irb-cisr.gc.ca/en/legal-policy/policies/Pages/InstructInfo.aspx>.</ref> Furthermore, the Board ''Policy on National Documentation Packages in Refugee Determination Proceedings'' provides the following definition of Country of origin information (COI): "Information about the situation in a country that is relevant to the refugee determination process and obtained from publicly available sources that are viewed as, whenever possible, reliable and objective."<ref name=":14" /> ==== What is the Board's jurisdiction to limit voluminous country conditions disclosure? ==== As is clear from Rule 35, the only conditions imposed by the Rules on which documents may be admitted are that they must be relevant to the proceeding and not duplicate any other documents provided by the claimant or the Division. The RPD Rules themselves contain no restriction on the volume of documents that may be disclosed, and they make no distinctions between different types of documents. The authority cited in the practice notice is that the Chairperson of the IRB has the authority to take any action that may be necessary to ensure that members of the Board are able to carry out their duties efficiently and without undue delay as per paragraph 159(1)(g) of the Act. In addition, Rule 69 of the RPD Rules specifies that in the absence of a provision in the Rules dealing with a matter raised during the proceedings, the Division may do whatever is necessary to deal with the matter. The sufficiency of this legislative provision and Rule as authority for what appears to be an amendment to the Rules via practice notice (that was not authorized by the Governor in Council, as required), does not appear to have received judicial consideration. See [[Canadian Refugee Procedure/About]] for details about how the RPD rules were authorized by the Governor General in Council. However, the Federal Court of Appeal’s reasoning in ''Thamotharem v. Canada'' would appear to provide some support for the Board’s action.<ref>''Thamotharem v. Canada (Minister of Citizenship and Immigration),'' 2007 FCA 198 (CanLII), [2008] 1 FCR 385.</ref> As stated in the IRB ''Policy on the Use of Chairperson's Guidelines and Jurisprudential Guides'' notes, "that the subject of a guideline could have been enacted as a rule of procedure issued under paragraph 161(1)(a) of the IRPA will not normally invalidate it."<ref name=":03">Immigration and Refugee Board of Canada, ''Policy on the Use of Chairperson's Guidelines and Jurisprudential Guides,'' July 7​, 2022, <https://irb.gc.ca/en/legal-policy/policies/pages/PolJurisGuide.aspx> (Accessed July, 2022).</ref> For further discussion thereon, see: [[Canadian Refugee Procedure/Duties of Chairperson#The Chairperson's guideline‑issuing and rule‑making powers overlap]]. === The Board has jurisdiction to refuse to admit documents for reasons that are broader than the Rule 35 criteria === Rule 35 provides two criteria for all documents provided by a party for use at a proceeding: they must be relevant and not duplicative. Does the fact that the Rules only enumerate these two criteria here mean that, by implication, the Board may not refuse to admit documents for other reasons beyond those enumerated in Rule 35? No. The Board retains a broader discretion to control its process, including the documents that it admits in its proceedings. There are numerous examples of this, including: * ''Excluding evidence where doing so is required by the Constitution:'' For example, the Division has the power to exclude evidence pursuant to s. 24(2) of the ''Charter'' where the evidence was collected in violation of ''Charter'' rights, an issue which usually arises regarding port of entry interview notes in situation where the right to counsel was violated; see, as an example, ''Huang v. Canada''.<ref>''Huang v. Canada (Minister of Citizenship and Immigration),'' 2002 FCT 149 (CanLII), [2002] 3 FC 266, par. 23, <http://canlii.ca/t/lgk#par23>, retrieved on 2020-02-06.</ref> * ''Excluding evidence where doing so is required by law:'' The Board states in its Legal Services paper on Weighing Evidence that "in some cases it is not appropriate to admit evidence and give it little or no weight, instead the panel should refuse to admit the evidence at all. This may arise, for example, where the evidence is ... protected by privilege or statutory protection of its confidentiality".<ref name=":10">Immigration and Refugee Board of Canada, ''Weighing Evidence - Chapter 3: Assessing Evidence'', Last Updated December 31, 2003, <https://irb-cisr.gc.ca/en/legal-policy/legal-concepts/Pages/EvidPreu03.aspx> (Accessed February 6, 2020).</ref> This would apply, for example, where the use of the evidence is prohibited by the ''Privacy Act.'' The Board frequently considers this issue when determining whether to admit decisions from other panels into evidence where they are provided by the parties, see, for example [[Canadian Refugee Procedure/Proceedings must be held in the absence of the public#Should a panel admit copies of decisions from other claims?]]. * ''Excluding evidence as a discretionary decision made by the tribunal:'' The Board states in its Legal Services paper on Weighing Evidence that "in some cases it is not appropriate to admit evidence and give it little or no weight, instead the panel should refuse to admit the evidence at all. This may arise, for example, where the evidence is not relevant to the issues in the case; or where the prejudicial effect of the evidence outweighs its probative value; ... or where the evidence is unduly repetitive."<ref name=":10" /> == RPD Rule 36 - Use of undisclosed documents == <pre>Use of undisclosed documents 36 A party who does not provide a document in accordance with rule 34 must not use the document at the hearing unless allowed to do so by the Division. In deciding whether to allow its use, the Division must consider any relevant factors, including (a) the document’s relevance and probative value; (b) any new evidence the document brings to the hearing; and (c) whether the party, with reasonable effort, could have provided the document as required by rule 34.</pre> === The Board must weigh the relevant factors === The court has provided guidance on how the RPD should approach the task of weighing the factors listed in Rule 36, noting that considering such factors does not mean merely listing them, but involves actively weighing them to determine whether the documents in question should be admitted.<ref>''Mbirimujo v. Canada (Citizenship and Immigration),'' 2013 FC 553, at para. 23.</ref> Prior to the Covid-19 pandemic, the RPD had a practice notice in effect entitled ''Notice to parties and counsel appearing before the Refugee Protection Division – late disclosure''.<ref>Immigration and Refugee Board of Canada, ''Notice to parties and counsel appearing before the Refugee Protection Division – late disclosure,'' May 7, 2018 <https://irb-cisr.gc.ca/en/legal-policy/procedures/Pages/late-disclosure-communication-tardive.aspx></ref> Nothing in this practice notice relieved the Board of the obligation to exercise its discretion under Rule 36:<blockquote>Rule 36 of the RPD Rules clearly gives the RPD discretion to accept an undisclosed document at the hearing. This discretion exists even if a party’s request does not comply with the ''Notice to parties and counsel appearing before the Refugee Protection Division - late disclosure'' published by the Immigration and Refugee Board of Canada, although this defect may be a relevant factor in determining the request. When a refugee protection claimant asks the RPD to exercise this discretion, the principles of procedural fairness require that he or she be given the opportunity to make submissions on the matter. The RPD did not give Ms. Alvarez Rivera such an opportunity, which constitutes a breach of procedural fairness.<ref>''Alvarez Rivera c. Canada (Citoyenneté et Immigration),'' 2021 CF 99 (CanLII), par. 24, <https://canlii.ca/t/jczlf#par24>, consulté le 2021-02-22.</ref></blockquote>Furthermore, the list of relevant factors under Rule 36 requires that all of the factors should be considered, not just some of them.<ref>''Alvarez Rivera v. Canada,'' 2021 FC 99, para. 31.</ref> === Past consideration of the Rule 36 factors === Past decisions of the Board have considered the above factors thusly: *'''(a) the document’s relevance and probative value''' **<u>Is the source of the document reliable?</u> For country conditions evidence, probative value can be assessed in part by considering the source of the document. For example, in ''Hasan v. Canada'' the Board refused to admit a series of documents concerning country conditions relevant to the claim: "Within the Disclosure Package are a number of reports from various organizations attesting to the ill-treatment of Palestinian males, the severe measures taken against Palestinians, and the unlawful killings and other abuses directed against Palestinians by Israeli forces." The court held that it could be considered that "These reports come from such traditionally accepted (for purposes of evidence) sources as Amnesty International. In addition, several reports emanated from Israeli sources such as the Israeli Information Centre for Human Rights in the Occupied Territories."<ref>''Hasan v. Canada (Minister of Citizenship and Immigration),'' 2004 FC 1537 (CanLII), para. 9-10.</ref> **<u>How central are these documents to the core elements of the claim?</u> The RAD has held that, as part of this probative value assessment, there should be an analysis as to the centrality of the documents to the core elements of the claim.<ref>''X (Re),'' 2019 CanLII 140842 (CA IRB), par. 18, <http://canlii.ca/t/j8rc1#par18>, retrieved on 2020-12-18.</ref> *'''(b) any new evidence the document brings to the proceedings''' *'''(c) whether the party, with reasonable effort, could have provided the document as required by rule 34''' **<u>Is the claimant educated?</u> In ''Mercado v. Canada'' the court affirmed that it is proper to consider a claimant's level of education when making this decision, stating with approval that "The panel clearly took into consideration the fact that the applicant was educated."<ref name=":11">''Mercado v. Canada (Minister of Citizenship and Immigration),'' [2010] F.C.J. No. 311, 2010 FC 289 (F.C.), para. 38.</ref> **<u>Has the claimant been self-represented?</u> The Board's Chairperson Guidelines 7 provide that "Generally speaking, the RPD will make allowances for self-represented claimants who are unfamiliar with the RPD's processes and rules."<ref>Immigration and Refugee Board of Canada, ''Chairperson Guidelines 7: Concerning Preparation and Conduct of a Hearing in the Refugee Protection Division'', Amended December 15, 2012 <https://irb-cisr.gc.ca/en/legal-policy/policies/Pages/GuideDir07.aspx#FailureA4> (Accessed January 26, 2020), section 1.3.</ref> That said, it may be considered that the Claimant's Kit that all claimants receive, and the instructions on the BOC form, emphasize the document disclosure deadlines (see [[Canadian Refugee Procedure/Documents#The deadline for providing documents to the Board depends on the nature of the document]]). **<u>Is the party's counsel experienced?</u> In ''Mercado v. Canada'' the court affirmed that it is proper to consider the fact that a claimant was represented by experienced counsel when making this decision. The court stated: "Contrary to the applicant’s argument, the RPD did not impose a heavier burden on him simply because he was represented by this counsel. That was simply a part of the facts relevant to assessing the reasonable efforts that could objectively be expected on the part of a person in the applicant’s position."<ref name=":11" /> **<u>How much time has the party had to try to obtain the document?</u> In ''Mercado v. Canada'' the court affirmed that it is proper to consider how much time a claimant has had to access the document in question, writing "the RPD also considered that the applicant had more than two years to obtain this documentation and that it should have been easy to access".<ref name=":12">''Mercado v. Canada (Minister of Citizenship and Immigration),'' [2010] F.C.J. No. 311, 2010 FC 289 (F.C.), para. 40.</ref> **<u>Were the documents available to the party earlier?</u> Lorne Waldman writes in his text that a panel of the Board should consider the explanation provided for the late disclosure: "If the documents were available and could have been disclosed earlier than this will weigh against acceptance of the documents."<ref name=":13">Waldman, Lorne, ''Canadian Immigration & Refugee Law Practice'', Markham, Ont.: LexisNexis Butterworths, 2018, ISBN 9780433478928, ISSN [tel:1912-0311 1912-0311], <<nowiki>https://search.library.utoronto.ca/details?5022478</nowiki>> (Accessed April 1, 2020) at page 1724 of the PDF.</ref> For example, in ''Mercado v. Canada'' the court commented with approval that the RPD "considered that the applicant had more than two years to obtain this documentation and that it should have been easy to access because the principal applicant seemed to indicate that the tax return was in his father’s possession in Venezuela."<ref name=":12" /> **<u>Was a party's ability to produce this document affected by the Covid-19 pandemic?</u> The RPD should consider the principle set out in the ''Refugee Protection Division: Practice Notice on the resumption of in-person hearings'' that it will apply the rules flexibly in light of Covid-19.<ref name=":15" /> Furthermore, the Board is to consider any other relevant factors, which have included: *<u>When were the documents actually disclosed?</u> As stated in the Board's public commentary on the previous version of these rules under the heading ''Other factors the Division may consider where disclosure is late'', "The Division may also consider other relevant factors such as ... when the documents were actually disclosed. Thus the parties should make every effort to disclose their documents as soon as possible."<ref name=":8" /> For example, in one decision on this matter RAD Member Angus Grant noted that it was relevant that the documents had been submitted "a full five days prior to the hearing".<ref>''X (Re),'' 2019 CanLII 140842 (CA IRB), par. 18, <http://canlii.ca/t/j8rc1#par18>, retrieved on 2020-12-17.</ref> *<u>Was the Board aware at an earlier date that a mistake was made in providing the document, and what actions did the Board take?</u> The Federal Court noted in ''Balasundaram v. Canada'' that "Reasonableness underlying fairness is also based on expectations. Norms of conduct develop and persons come to rely upon them. One of those norms that normally applies is that obvious slips and omissions will not be automatically fatal and may be corrected. For example, the failure to include an attachment to an email raises the expectation that the addressee will advise the sender of his or her error."<ref>''Balasundaram v. Canada (Citizenship and Immigration),'' 2015 FC 38 (CanLII), par. 30, <https://canlii.ca/t/gg2lx#par30>, retrieved on 2021-03-31.</ref> *<u>Will admitting the documents result in delay to the proceedings?</u> Lorne Waldman writes in his text that a panel properly considers "whether or not the admission of the late disclosure will result in a lengthy delay in the proceedings."<ref name=":13" /> Where it would, this would point against admission of the late document. Where it would not, this would support admitting the document. *<u>Would admitting the evidence cause prejudice to the other party in the proceedings?</u> The court considered this factor in ''Hasan v. Canada'' when it concluded that the Board was wrong to refuse late evidence in a case where the Minister was not participating.<ref>''Hasan v. Canada (Minister of Citizenship and Immigration),'' 2004 FC 1537 (CanLII), para. 12.</ref> Lorne Waldman writes in his text that "In light of the wording of these Rules and given the importance of the procedure to the individual involved, it is certainly arguable that relevant documents should be excluded only if their admission would be highly prejudicial to one of the parties and if this prejudice could not be rectified by a short adjournment."<ref>Waldman, Lorne, ''Canadian Immigration & Refugee Law Practice'', Markham, Ont.: LexisNexis Butterworths, 2018, ISBN 9780433478928, ISSN [tel:1912-0311 1912-0311], <<nowiki>https://search.library.utoronto.ca/details?5022478</nowiki>> (Accessed April 1, 2020) at page 1720 of the PDF.</ref> *<u>Are there any relevant personal circumstances of the claimant?</u> As stated in the Board's public commentary on the previous version of these rules under the heading ''Other factors the Division may consider where disclosure is late'', "The Division may also consider other relevant factors such as the personal circumstances of the claimant".<ref name=":8" /> For example, one may consider the statement in the Board's SOGIE guidelines that "A reasonable delay may also arise out of an individual's reluctance to reveal their <abbr>SOGIE</abbr> to a spouse or other family member, or in their realizing or accepting their <abbr>SOGIE</abbr>."<ref>Immigration and Refugee Board of Canada, ''Chairperson's Guideline 9: Proceedings Before the IRB Involving Sexual Orientation and Gender Identity and Expression,'' <https://irb-cisr.gc.ca/en/legal-policy/policies/Pages/GuideDir09.aspx>, at section 8.5.11.</ref> === Rule concerns use of undisclosed documents at a hearing, as opposed to other types of proceedings === Rule 36 provides that a party who does not provide a document in accordance with Rule 34 (which specifies the process and timeline for disclosure of documents by a party) must not use the document at the hearing unless allowed to do so by the Division as per the process specified above. In interpreting this rule, the definitions section in Rule 1 provides a definition of a "proceeding" which is apposite. It defines a proceeding as including "a conference, an application or a hearing". As such, the fact that such documents cannot be used at a "hearing" appears to imply that they may be used in other types of proceedings, subject to other relevant rules. One such rule is Rule 43 concerning additional documents provided after a hearing. If the hearing has occurred, then any documents provided afterwards must meet the requirements of that rule. The fact that this rule does not limit a party's ability to use documents in, say, a pre-hearing application or conference stems from the wording of Rule 34, which establishes the deadline for providing such documents as being "10 days before the date fixed for the hearing". Instead, if a late-filed document being relied upon in a pre-hearing conference or application were to cause prejudice to another party, then general principles of procedural fairness would guide the Board's actions. === The Division may impose conditions on the use of late documents === As stated in the Board's public commentary on the previous version of these rules, "Where the Division allows the use of a document provided outside the time limit in the rules, it may impose conditions on its use that it considers appropriate. For example, the Division may decide that only certain relevant portions of a long document will be referred to."<ref name=":8">Immigration and Refugee Board of Canada, ''Commentaries to the Refugee Protection Division Rules'', Date Modified: 2009-05-22 <https://web.archive.org/web/20100704062357/http://www.irb-cisr.gc.ca/eng/brdcom/references/aclo/pages/rpdcomment.aspx> (Accessed January 28, 2020).</ref> === If the panel admits late documents pursuant to Rule 36, it should not then assign those documents low weight for the sole reason that they are late === In ''Pineda v. Canada'', the Division had accepted documents that were submitted late. However, in its reasons, the tribunal concluded that it would afford the documents little weight because of the late disclosure. The court concluded that this was in error: "having exercised its discretion to allow the filing of this evidence pursuant to Rule 30 outside of the delay provided for in Rule 29, it appears somewhat counterintuitive considering the criteria to be used in the exercise of such discretion to then assign very little weight to this evidence on the basis that it was filed late and without considering the explanation provided by the applicant as to why it was so."<ref>''Pineda v. Canada (Minister of Citizenship & Immigration),'' [2010] F.C.J. No. 538, 2010 FC 454 (F.C.), para. 35.</ref> === The Rule 36 factors need not be considered where a document is otherwise inadmissible, for example where it has not been translated === The requirement that the tribunal consider whether to accept a late document does not apply where the issue is not the lateness of the document but rather the lack of a proper translation. In ''Soares v. Canada'' the court held that this rule need not be considered in a case where the issue is not that a document had been disclosed late, but rather that it has been disclosed without translation.<ref>''Soares v. Canada (Minister of Citizenship & Immigration),'' [2007] F.C.J. No. 254, 2007 FC 190 (F.C.).</ref> In short, the fact that a party is attempting to provide untranslated analysis late does not change the fact that both this rule and Rule 32 properly apply in such circumstances: [[Canadian Refugee Procedure/Documents#Where evidence has not been translated in accordance with the rules, the Board may decline to accept it or may assign it low weight]]. == RPD Rule 37 - Rules apply to any document == <pre>Providing a Document General provision 37 Rules 38 to 41 apply to any document, including a notice or request in writing.</pre> == RPD Rule 38 - How to provide documents to the Division, the Minister, and any other person == <pre>Providing documents to Division 38 (1) A document to be provided to the Division must be provided to the registry office specified by the Division. Providing documents to Minister (2) A document to be provided to the Minister must be provided to the Minister’s counsel. Providing documents to person other than Minister (3) A document to be provided to a person other than the Minister must be provided to the person’s counsel if the person has counsel of record. If the person does not have counsel of record, the document must be provided to the person.</pre> == RPD Rule 39 - Ways that a document may be provided == <pre>How to provide document 39 Unless these Rules provide otherwise, a document may be provided in any of the following ways: (a) by hand; (b) by regular mail or registered mail; (c) by courier; (d) by fax if the recipient has a fax number and the document is no more than 20 pages long, unless the recipient consents to receiving more than 20 pages; and (e) by email or other electronic means if the Division allows.</pre> === This limit has been increased to 50 pages by practice notice === As per the ''Practice Notice on the resumption of in-person hearings'' from the RPD dated June 24, 2020, the 20 page limit for faxes has been increased to 50 pages.<ref name=":15">Immigration and Refugee Board of Canada, ''Refugee Protection Division: Practice Notice on the resumption of in-person hearings,'' June 24, 2020, <https://irb-cisr.gc.ca/en/legal-policy/procedures/Pages/rpd-pn-hearing-resumption.aspx> (Accessed June 24, 2020).</ref> === Unless consent to receive more than 20 pages by fax is received prior to sending the document, the document will not be considered to have been received === As stated in the Board's public commentary on the previous version of these rules, "The maximum number of pages that may be faxed to the Division or to another party is 20 pages, including a cover sheet. The recipient's consent must be obtained ''before'' faxing a document or package of documents longer than 20 pages; otherwise, the documents will not be considered to have been received."<ref name=":8" /> This statement would apply, ''mutatis mutandis'', to the new limit of 50 pages. == RPD Rule 40 - Application if unable to provide document == <pre>Application if unable to provide document 40 (1) If a party is unable to provide a document in a way required by rule 39, the party may make an application to the Division to be allowed to provide the document in another way or to be excused from providing the document. Form of application (2) The application must be made in accordance with rule 50. Allowing application (3) The Division must not allow the application unless the party has made reasonable efforts to provide the document to the person to whom the document must be provided.</pre> === Rule 40(3): The party must have made reasonable efforts to provide the document to the person to whom the document must be provided === This is an issue that arises with applications to vacate and cease refugee protection where the protected person cannot be located: [[Canadian Refugee Procedure/Applications to Vacate or to Cease Refugee Protection#Rule 64(3): The Minister must provide a copy of the application to the protected person]]. Such applications may proceed in the absence of the person concerned unless doing so would amount to a breach of the tribunal's duty of fairness. The Division must not allow an application to proceed without having provided notice to the person concerned unless the Minister can show, to the Division's satisfaction, that reasonable efforts have been made to provide the document as required, as stated in Rule 40(3). In determining applications under rule 40, the RPD has considered such factors as: * the Minister’s efforts to search internet databases, * the Minister's searches in the Canadian Police Information Centre database, * the Minister's personal attendance at the last known address, * the Minister's attempts to reach the protected person at the last known telephone number, and * the relative quality of the Minister’s evidence on the merits of the application to cease.<ref>Immigration and Refugee Board of Canada, ''Legal Resources - Chapter 12 - Applications to Cease Refugee Protection'', <https://irb-cisr.gc.ca/en/legal-policy/legal-concepts/Pages/RefDef12.aspx#n1242> (Accessed December 6, 2020), at s. 12.4.2.</ref> == RPD Rule 41 - When documents are considered received == <pre>When document received by Division 41 (1) A document provided to the Division is considered to be received by the Division on the day on which the document is date-stamped by the Division. When document received by recipient other than Division (2) A document provided by regular mail other than to the Division is considered to be received seven days after the day on which it was mailed. If the seventh day is not a working day, the document is considered to be received on the next working day. Extension of time limit — next working day (3) When the time limit for providing a document ends on a day that is not a working day, the time limit is extended to the next working day.</pre> === The fact that a document is "considered to be received" on a particular day creates a rebuttable presumption of fact === Rule 41(2) states that "a document provided by regular mail...is considered to be received seven days after the day on which it was mailed." The fact that a document is "considered to be received" on that date means that it can be presumed, in the absence of evidence to the contrary, that the document was received on the date in question. However, this is a rebuttable presumption of fact. Where, for example, the mail is returned as undeliverable, the presumption would not hold. Similarly, if information came to the attention of the sender that the document in question in reality was received on a later day, for example because the recipient was outside of the country for an extended period, then it would not be proper to simply "consider" the document as having been received after the seven-day period. This interpretation is supported by the Board's public commentary on the previous version of the rules which held that the fact that a document is "considered to be received" in this way "does not relieve a party of ensuring that [it was actually received]": "If a document is sent by regular mail, [this subsection] of the Rules states that the document is considered to be received seven days after the day it was mailed. If the seventh day is not a working day, the document is considered received on the next working day. However, mailing the document does not relieve a party of ensuring that the Division actually receives the document within the specified time limit."<ref name=":8" /> Similarly, while it will be presumed that a notice of hearing mailed to a claimant (or their counsel) provides adequate notice of a hearing, where the evidence establishes that the notice was not in fact received, then any abandonment determination could be set aside, subject to a broader examination of the principles relevant to abandonment proceedings including whether the claimant was diligent in keeping the Board up-to-date with their contact information.<ref>''Anwar v Canada (Minister of Citizenship and Immigration)'', [2003] FCJ No 622 (FC), as cited in Martin David Jones and Sasha Baglay. ''Refugee Law (Second Edition)''. Irwin Law, 2017, page 307.</ref> === Documents sent to another Division of the Board will not automatically be placed on the RPD file === Persons with matters before the RPD may also have matters before another Division of the Board, including the Immigration Division, or the Refugee Appeal Division (as when a matter is appealed and then remitted for reconsideration by the RAD). Documents submitted to those other Divisions will not automatically be placed on the record at the RPD and it is generally up to a party to submit such documents to the RPD if they want the RPD to consider them. == RPD Rule 42 - Original documents == <pre>Original Documents Original documents 42 (1) A party who has provided a copy of a document to the Division must provide the original document to the Division (a) without delay, on the written request of the Division; or (b) if the Division does not make a request, no later than at the beginning of the proceeding at which the document will be used. Documents referred to in paragraph 3(5)(e) or (g) (2) On the written request of the Division, the Minister must without delay provide to the Division the original of any document referred to in paragraph 3(5)(e) or (g) that is in the possession of an officer.</pre> === One of the purposes of original documents being made available to the Division is to allow for the verification of those original documents === Rule 42 provides that a party who has provided a copy of a document to the Division must also provide the original document to the Division. One of the purposes of this relates to the integrity of the process and the ability of the Division to assess the authenticity of the original document. For example, the ''Instructions for Gathering and Disclosing Information for Refugee Protection Division Proceedings'' state that where, after consulting with the responsible member manager, the assigned member forms the opinion that forensic verification is necessary, they may direct the RPD adjudicative support team to send the document to the RCMP Forensic Laboratory Services for verification.<ref>''Instructions for Gathering and Disclosing Information for Refugee Protection Division Proceedings,'' Instructions issued by the Chairperson pursuant to section 159(1)(a) of the ''Immigration and Refugee Protection Act'', amended December, 2012 <https://irb-cisr.gc.ca/en/legal-policy/policies/Pages/InstructInfo.aspx> (Accessed November 28, 2021).</ref> The average turn around time for forensic examination is 120 days. Hence, the assigned member must consider whether forensic verification will unreasonably delay the proceedings beyond the parameters set by legislation. === The Board has suspended the application of Rule 42(1)(b) during the Covid-19 pandemic === In its ''Practice Notice on the resumption of in-person hearings'', which applies during the Covid-19 period, the Board has states that "until further notice, the RPD waives the requirement in RPD Rule 42(1)(b) to provide the original documents at the beginning of the hearing, unless directed in advance by the presiding member."<ref>Immigration and Refugee Board of Canada, ''Refugee Protection Division: Practice Notice on the resumption of in-person hearings'', June 23, 2020, <https://irb-cisr.gc.ca/en/legal-policy/procedures/Pages/rpd-pn-hearing-resumption.aspx#toc25> (Accessed August 1, 2020).</ref> This practice notice states that "original documents must still be retained and provided to the Division upon request." == RPD Rule 43 - Additional documents provided as evidence after a hearing == <pre>Additional Documents Documents after hearing 43 (1) A party who wants to provide a document as evidence after a hearing but before a decision takes effect must make an application to the Division. Application (2) The party must attach a copy of the document to the application that must be made in accordance with rule 50, but the party is not required to give evidence in an affidavit or statutory declaration. Factors (3) In deciding the application, the Division must consider any relevant factors, including (a) the document’s relevance and probative value; (b) any new evidence the document brings to the proceedings; and (c) whether the party, with reasonable effort, could have provided the document as required by rule 34.</pre> === History === The present RPD Rule 43 is similar, but not identical, to the previous Rule 37 in the older, 2002, version of the rules:<ref>''Cox v. Canada (Citizenship and Immigration),'' 2012 FC 1220 (CanLII), at para 23, <https://canlii.ca/t/ftgjl#par23>, retrieved on 2022-07-07.</ref><pre>Additional documents after the hearing has ended 37. (1) A party who wants to provide a document as evidence after a hearing must make an application to the Division. Written application (2) The party must attach a copy of the document to the application. The application must be made under rule 44, but the party is not required to give evidence in an affidavit or statutory declaration. Factors (3) In deciding the application, the Division must consider any relevant factors, including: (a) the document’s relevance and probative value; (b) any new evidence it brings to the proceedings; and (c) whether the party, with reasonable effort, could have provided the document as required by rule 29.</pre> === Rule 43 applies to evidence, not submissions, caselaw, or other tribunal decisions === Rule 43 does not apply to submissions made after a hearing. This is because, as stated in <em>Yared Belay v. Canada</em>, this rule sets out a procedure for filing evidence after a hearing, not submissions.<ref name=":0">''Yared Belay v. Canada (Citizenship and Immigration),'' 2016 FC 1387 (CanLII), paras. 41-42 <https://www.canlii.org/en/ca/fct/doc/2016/2016fc1387/2016fc1387.html>.</ref> Furthermore, a party cannot make an application to submit another decision of the Refugee Protection Division, or indeed some other tribunal, or a piece of caselaw pursuant to this rule. As the court commented in ''Petrovic v. Canada:''<blockquote>I do not find that a copy of a tribunal decision constitutes “evidence” under subsection 43(1) of the Rules for the following reasons. First, the RPD is not required to analyze each piece of case law, as it would material evidence. Second, with the presentation of new evidence, the opposing party is generally given the opportunity to make submissions on the admissibility of said evidence, including cross‑examination. It is difficult to imagine how anyone could oppose the admissibility of a piece of case law (decision). Lastly, if Parliament wanted previous RPD decisions to constitute evidence under section 43 of the Rules, I believe it would have explicitly indicated so.<ref name=":5">''Petrovic v. Canada (Citizenship and Immigration),'' 2016 FC 637 (CanLII), para. 11.</ref></blockquote>The relevant rule for extending the time to supply non-evidentiary documents is Rule 70 (which see). === The Division has no substantive duty to accept post-hearing evidence or submissions, but it must consider the newly submitted evidence expressly === As held in ''Aguilera v Canada'', the Board "has no duty to accept post-hearing evidence or to allow submissions thereon".<ref>''Aguilera v Canada (Minister of Citizenship and Immigration)'', 2008 FC 507, 167 ACWS (3d) 967.</ref> It does, however, have a duty to "acknowledge the post-hearing evidence submitted by the Applicants and to explain why it should or should not be considered".<ref>''Mannan v. Canada (Citizenship and Immigration),'' 2015 FC 144 (CanLII), para. 52.</ref> In short, "the Board ha[s] a duty to consider the newly submitted evidence expressly".<ref>''Matingou-Testie v Canada (Minister of Citizenship and Immigration)'', 2012 FC 389, [2012] FCJ No 401 at para 43.</ref> This duty extends until such time as the decision is rendered.<ref>''X (Re),'' 2015 CanLII 108739 (CA IRB), paras. 13-19.</ref> Where a panel fails to acknowledge and review a claimant's post-hearing evidentiary submissions, it will have violated the principles of natural justice and procedural fairness in the adjudication of the claim. However, this obligation does not entitle a claimant to any particular result other than a fair process in which the relevant rules, such as Rule 43, are considered and the evidence is then either accepted or rejected. This obligation to consider newly submitted evidence expressly applies even where the Rule 43 application may be scant, or missing details. For example, in ''Cox v. Canada'', the court considered a situation in which the Minister argued that: <blockquote>the Board had no duty to consider expressly the application to admit the evidence in its reasons because the application did not comply with all of the requirements of Rule 37. Particularly, the Respondent underlines the want of explanation in the application as to why the evidence could not have been submitted in time for the hearing. </blockquote>The court dismissed this argument, concluding that the Board had a duty to consider the newly submitted evidence expressly notwithstanding the lack of such submissions on one of the factors enumerated in the relevant rule.<ref>''Cox v. Canada (Citizenship and Immigration),'' 2012 FC 1220 (CanLII), at para 24, <https://canlii.ca/t/ftgjl#par24>, retrieved on 2022-07-07.</ref> See also the following commentary: [[Canadian Refugee Procedure/Documents#New evidence submitted post-hearing should be assessed pursuant to Rule 43 even where the party does not explicitly refer to the rule]]. === New evidence submitted post-hearing should be assessed pursuant to Rule 43 even where the party does not explicitly refer to the rule === In ''Shuaib'', the Court addressed the issue of whether the RPD could reject post-hearing documents on the basis that no formal application for their admission was made in accordance with Rule 43. The Court found that providing the documents, accompanied by an explanation as to why they should be considered, met the requirements of the Rules.<ref>''Mannan v. Canada (Citizenship and Immigration),'' 2015 FC 144 (CanLII), para. 46.</ref> The Court determined that the RPD made a reviewable error in ignoring the post-hearing evidence. Similarly, the RAD has held that the RPD erred in not considering documents where it was "implicit in the correspondence to the RPD that an application was being made to have further evidence considered post-hearing." Member M. Pettinella of the RAD commented on this obligation as follows in one case: <blockquote>The RAD notes that the Minister’s correspondence was received by the Board after the Appellant’s hearing and before a decision was rendered by the RPD. It is implicit in the Minister’s correspondence to the RPD that an application was being made to have further evidence considered post-hearing. The RPD erred when it failed to consider the Minister’s correspondence as an application. The RPD had an obligation to consider the Minister’s application and determine if the evidence was admissible within its rules. RPD rule 43(3) indicates that the RPD must consider any relevant factors, including, the document’s relevance and probative value; any new evidence the document brings to the proceedings; and whether the party, with reasonable effort, could have provided the document as required by rule [43].<ref>''X (Re),'' 2016 CanLII 107435 (CA IRB), para. 17.</ref> </blockquote> === The Board must consider each of the Rule 43(3) factors === Pursuant to Rule 43(3), in deciding this type of application, the Division must consider any relevant factors, including: *(a) the document’s relevance and probative value *(b) any new evidence the document brings to the proceedings *(c) whether the party, with reasonable effort, could have provided the document as required by rule 34 As such, the Board is required to consider the relevance, probative value, newness of the documents, as well as whether the party, with reasonable effort, could have provided the document on time, i.e. factors that are the same as those enumerated in Rules 36(a), (b), and (c). The text ''Refugee Law'' states that "the criteria for the receipt of post-hearing evidence are similar to the long-established grounds at common law by which an individual may tender new evidence on appeal."<ref>Martin David Jones and Sasha Baglay. ''Refugee Law (Second Edition)''. Irwin Law, 2017, page 304.</ref> The court has held that "While the list of factors to be considered in [Rule 36] is not exhaustive, the use of the word “including” rather than the words “such as” before the list of factors indicates the intent that each of the factors included in the sub-rule be considered. A failure to do so gives rise to a breach of procedural fairness."<ref name=":2">''Cox v. Canada (Citizenship and Immigration),'' 2012 FC 1220 (CanLII), para. 27.</ref> As such, in a case where the Board's decision weighed only one factor, the court concluded that it had erred. === Rule 43(3) factors are not exhaustive, and as such, the Board may consider additional factors === The fact that, per Rule 43(3), the Division should consider "any relevant factors" means that it is not limited to the factors above, which are enumerated in the rule, and may consider other factors. In the words of Mr. Justice Near, "the list of factors to be considered in Rule 37(3) is not exhaustive".<ref name=":2" /> === The consideration of the Rule 43(3) factors in past decisions === See the discussion of the identical factors in the commentary for Rule 36 above ([[Canadian Refugee Procedure/Documents#Rule 36 - Use of undisclosed documents]]). Additional factors particular to post-hearing documents that have been considered have included: *'''Whether a claimant made an earlier application to provide post-hearing documents that did not include this type of document:''' Where a panel has provided a claimant with leave to submit some specified type of document post-hearing, the claimant should not expect that another, unrelated, type of document will be allowed absent an application on point. In ''Farkas v. Canada'', the court noted that "the post-hearing documents actually submitted do not fit within the type for which the RPD had given leave to file, that is to say 'corroborative police and/or medical documents'. As the post-hearing evidence did not fall within the scope of the RPD’s grant of permission, the RPD would have been justified rejecting it."<ref>''Farkas v. Canada (Citizenship and Immigration),'' 2014 FC 542 (CanLII), para. 13.</ref> *'''Whether the document exists at the time of the application:''' At times, parties will apply for a proceeding to be held in abeyance until some document comes into their possession, for example a court decision from a foreign judicial process that has not yet concluded. This rule does not apply to such requests because this rule only applies where the party has and submits a copy of the document that it wants the Board to consider, per Rule 43(2). Instead, requests for leave to provide documents post-hearing, and to refrain from providing a decision until such documents are provided are not strictly assessed under Rule 43, but should instead be considered based on the Board's plenary jurisdiction. === Requests to submit a document post-hearing that the claimant does not have in its possession are not made pursuant to Rule 43 === At times, parties will apply for a proceeding to be held in abeyance until some document comes into their possession, for example a court decision from a foreign judicial process that has not yet concluded. Rule 43 does not apply to such requests because this rule only applies where the party has and submits a copy of the document that it wants the Board to consider, per Rule 43(2). Instead, requests for leave to provide documents post-hearing, and to refrain from providing a decision until such documents are provided are not strictly assessed under Rule 43, but should instead be considered based on the Board's plenary jurisdiction. The general approach is to decline to hold a proceeding in abeyance pending the outcome of a foreign process, but it should be noted that, when considering the overall scheme of the Act, In cases where the person has been charged with an offence in Canada punishable by ten or more years, and the criminal proceedings are still pending, the officer has the discretion to await the outcome of the trial before making a determination as to an individual's admissibility to file a claim.<ref>Immigration and Refugee Protection Act, SC 2001, c 27, s 100(2) <http://canlii.ca/t/53z6t#sec100subsec2> retrieved on 2020-04-13.</ref> As such, there is some precedent in the IRPA for putting proceedings into abeyance pending another proceeding's conclusion and documents related thereto becoming available. The court held in ''Gulamsakhi v. Canada'' that the Board should generally have a liberal approach to allowing reasonable requests to submit post-hearing documents given the issues that are usually at stake in refugee claims:<blockquote>In my opinion, in the circumstances of this case, the RPD erred in refusing to grant the Applicant an adjournment or permission to file evidence later. All adjournments require a balancing of the many circumstances of the case. Here, the primary error was that the RPD did not factor into its balancing the consequences of deportation for this Applicant. ... In the present case, particularly given the potentially horrific fate awaiting the Applicant, not only at the hands of her husband but also at the hands of criminal and possibly religious justice authorities, and given little prejudice an adjournment would realistically cause the RPD or Canadian authorities, in my view in the circumstances overall fairness required the RPD to grant the adjournment to enable the Applicant to provide the RPD with the corroborating documents it was requested.<ref>''Gulamsakhi v. Canada (Minister of Citizenship & Immigration),'' [2015] F.C.J. No. 271, 2015 FC 105 (F.C.), para. 25.</ref></blockquote> === If credibility concerns emerge from documents submitted by a claimant post-hearing, the panel generally need not resume the hearing === The general rule is that the RPD has no obligation to return to a claimant with concerns arising from their own post-hearing submissions. The court has stated that "To do so would be onerous on the RPD. It must be kept in mind that it was up to the Applicants to submit credible and corroborative evidence to support their claim."<ref>''Behary v. Canada (Citizenship and Immigration),'' 2015 FC 794 (CanLII), para. 31.</ref> This conclusion may differ where the Minister is involved in a proceeding and their post-hearing submissions raise issues as to the credibility of the claimant, or vice versa. == References == <references responsive="" /> e8l4ilnz27rjnq0deo26t369o6nfx0f Canadian Refugee Procedure/Powers of a Member 0 413193 4089918 4088941 2022-08-09T20:55:35Z Refcanimm 3267488 wikitext text/x-wiki == Section 165 of the IRPA == The legislative provision reads:<pre>Powers of a commissioner 165 The Refugee Protection Division, the Refugee Appeal Division and the Immigration Division and each member of those Divisions have the powers and authority of a commissioner appointed under Part I of the Inquiries Act and may do any other thing they consider necessary to provide a full and proper hearing.</pre> === History of this provision === Under the previous ''Immigration Act'', the equivalent provision read as follows:<pre>67. (1) The Refugee Division has, in respect of proceedings under sections 69.1 and 69.2, sole and exclusive jurisdiction to hear and determine all questions of law and fact, including questions of jurisdiction. (2) The Refugee Division, and each member thereof, has all the powers and authority of a commissioner appointed under Part I of the Inquiries Act and, without restricting the generality of the foregoing, may, for the purposes of a hearing, (a) issue a summons to any person requiring that person to appear at the time and place mentioned therein to testify with respect to all matters within that person's knowledge relative to the subject-matter of the hearing and to bring and produce any document, book or paper that the person has or controls relative to that subject-matter; (b) administer oaths and examine any person on oath; (c) issue commissions or requests to take evidence in Canada; and (d) do any other thing necessary to provide a full and proper hearing.</pre>With the advent of the ''Immigration and Refugee Protection Act'', the above provision was amended to read as follows:<ref>''Canada (Minister of Public Safety and Emergency Preparedness) v. Kahlon,'' 2005 FC 1000 (CanLII), [2006] 3 FCR 493, at para 21, <https://canlii.ca/t/1ldlc#par21>, retrieved on 2022-08-04.</ref><pre>165. The Refugee Protection Division and the Immigration Division and each member of those Divisions have the powers and authority of a commissioner appointed under Part I of the Inquiries Act and may do any other thing they consider necessary to provide a full and proper hearing.</pre> === This legislative provision allows the Board to unilaterally adjust timelines in appropriate cases === An example of this provision being relied upon is that during the Covid-19 epidemic, the Board lengthened the time period that claimants had to provide a Basis of Claim form after making a claim at the Port of Entry. The practice notice doing so cited this provision of the Act ("[The Division]...may do any other thing they consider necessary to provide a full and proper hearing") as authority for that decision, as discussed in this commentary on RPD Rule 8: [[Canadian Refugee Procedure/Information and Documents to be Provided#This Rule applies to applications for an extension of time, but not decisions on the Board's own motion to extend the deadline]]. === A Division cannot rely upon the above provisions prior to or outside of a formal hearing === The court concluded in ''Canada v. Kahlon'' that the RPD has no power to compel evidence prior to or outside a formal hearing.<ref>''Canada (Minister of Public Safety and Emergency Preparedness) v. Kahlon,'' 2005 FC 1000 (CanLII), [2006] 3 FCR 493, at para 42, <https://canlii.ca/t/1ldlc#par42>, retrieved on 2022-08-04.</ref> That said, the Board may be obliged to assist an applicant in obtaining information, for example by requiring the Minister to make inquiries of relevant Canadian law enforcement agencies. For more details, see: [[Canadian Refugee Procedure/The Board's inquisitorial mandate#There is a shared duty of fact-finding in refugee matters]]. === This provision may be cited in favour of an argument that the Board can order the Minister to facilitate the return to Canada of a claimant outside of Canada === Section 165 of the IRPA invests members of the Division with the authority of a commissioner under Part 1 of the ''Inquiries Act'' and the authority to “do any other thing they consider necessary to provide a full and proper hearing”. If a matter comes before the Division the claimant is outside of Canada, and which cannot be adjudicated over telecommunications, this provision could arguably be relied upon as authority for the proposition that the Division can order the Minister to facilitate the return of the person concerned to Canada, for example by issuing that individual a travel document. But see IRPA s. 175(2), which provides that the IAD may require an officer to issue a travel document to an individual, a provision for which there is no equivalent applicable to the RPD and RAD, which could imply that those Divisions lack such authority. == Part I of the Inquiries Act == The complete text of Part I of the Inquiries Act reads: <pre>PART I Public Inquiries Inquiry 2 The Governor in Council may, whenever the Governor in Council deems it expedient, cause inquiry to be made into and concerning any matter connected with the good government of Canada or the conduct of any part of the public business thereof. Appointment of commissioners 3 Where an inquiry as described in section 2 is not regulated by any special law, the Governor in Council may, by a commission, appoint persons as commissioners by whom the inquiry shall be conducted. Powers of commissioners concerning evidence 4 The commissioners have the power of summoning before them any witnesses, and of requiring them to (a) give evidence, orally or in writing, and on oath or, if they are persons entitled to affirm in civil matters on solemn affirmation; and (b) produce such documents and things as the commissioners deem requisite to the full investigation of the matters into which they are appointed to examine. Idem, enforcement 5 The commissioners have the same power to enforce the attendance of witnesses and to compel them to give evidence as is vested in any court of record in civil cases.</pre> === These provisions allow a panel to compel testimony and the production of evidence === As stated in the text ''The Conduct of Public Inquiries'', the central procedural feature of the Inquiries Act is to "authorize commissioners to compel testimony and the production of evidence".<ref>Ratushny, Ed, ''The Conduct of Public Inquiries: Law, Policy and Practice'', Released 2009/09/28, Irwin Law: Toronto, online eBook: https://www.deslibris.ca/ID/432671, page 301.</ref> The RPD will exercise its power to summon individuals through the framework of RPD Rules 44-48: [[Canadian Refugee Procedure/Witnesses]]. For a discussion of the Board's power to summon documents, see ''Canada v. Kahlon''.<ref>''Canada (Minister of Public Safety & Emergency Preparedness) v. Kahlon,'' [2005] F.C.J. No. 1335, [2006] 3 F.C.R. 493 (F.C.).</ref> === These powers must be employed fairly, which will generally require providing notice to the Minister === Division Members have the powers of a commissioner appointed pursuant to the Inquiries Act. This gives them the power to summon witnesses and of requiring them to give the evidence set out above in section 4 of the Act. Where a panel exercises these powers, it must do so in a manner that is fair to the Minister, whether or not it is a party to the proceeding as defined in the rules of the relevant Division. For example, in ''Canada v. Miller'', the Minister had not intervened in proceedings and when the RAD sought further submissions from the Appellants, the Minister was not notified of this. The Federal Court held that this was procedurally unfair and set aside the decision on this basis.<ref>''Canada (Citizenship and Immigration) v. Miller,'' 2022 FC 1131 (CanLII), at para 60, <https://canlii.ca/t/jr5nh#par60>, retrieved on 2022-08-03.</ref> See also: [[Canadian Refugee Procedure/Definitions#Procedural fairness may be owed to the Minister despite them not being a party to a proceeding]]. == Part III of the Inquiries Act == Part III of the Inquiries Act is a general provision that applies to commissioners with powers under Part I, as well as to commissioners appointed under Part II of the Act (which is not relevant to IRB Board Members):<pre>PART III General Employment of counsel, experts and assistants 11 (1) The commissioners, whether appointed under Part I or under Part II, may, if authorized by the commission issued in the case, engage the services of (a) such accountants, engineers, technical advisers or other experts, clerks, reporters and assistants as they deem necessary or advisable; and (b) counsel to aid and assist the commissioners in an inquiry. Experts may take evidence and report (2) The commissioners may authorize and depute any accountants, engineers, technical advisers or other experts, the services of whom are engaged under subsection (1), or any other qualified persons, to inquire into any matter within the scope of the commission as may be directed by the commissioners. Powers (3) The persons deputed under subsection (2), when authorized by order in council, have the same powers as the commissioners have to take evidence, issue subpoenas, enforce the attendance of witnesses, compel them to give evidence, and otherwise conduct the inquiry. Report (4) The persons deputed under subsection (2) shall report the evidence and their findings, if any, thereon to the commissioners. Parties may employ counsel 12 The commissioners may allow any person whose conduct is being investigated under this Act, and shall allow any person against whom any charge is made in the course of an investigation, to be represented by counsel. Notice to persons charged 13 No report shall be made against any person until reasonable notice has been given to the person of the charge of misconduct alleged against him and the person has been allowed full opportunity to be heard in person or by counsel.</pre> == References == <references/> {{BookCat}} 5wyc0hh3dob04ikctx730tnkcl4tvbk Canadian Refugee Procedure/History of refugee procedure in Canada 0 414455 4089910 4087740 2022-08-09T18:16:13Z Kaltenmeyer 715252 typos wikitext text/x-wiki == History of asylum and the concept of sanctuary == In both the international and Canadian contexts, the very existence of a refugee determination system is a recent development. Since time immemorial, people have moved to flee persecution, war, religious intolerance, governmental instability, and criminal sanction. However, it is only in the twentieth century in which the international community began to respond to such persons on the move in an organized fashion of the likes that would entail the creation of a refugee status determination system.<ref>W. Gunther Plaut, ''Refugee determination in Canada: A report to the Honourable Flora MacDonald, Minister of Employment and Immigration'', April 1985, Government of Canada publication, page 13.</ref> Eve Lester states that flight and requests for hospitality and asylum are concepts as old as life itself.<ref name=":33">Eve Lester, Australian responses to refugee journeys: Matters of perspective and context, in Jordana Silverstein and Rachel Stevens ''Refugee Journals: Histories of Resettlement, Representation, and Resistance'', Feb. 4, 2021, ANU Press, <https://library.oapen.org/bitstream/handle/20.500.12657/47330/book.pdf?sequence=1> (Accessed March 20, 2021), at page 26.</ref> For example, in 721 BC, after the Assyrian King Sargon II conquered Israel and its capital Samaria, tens of thousands of Israelites were banished and spread across the lands of the Assyrian Empire, eventually assimilating with the locals.<ref name=":72">Aleshkovski, I. A., Botcharova, Z. S., & Grebenyuk, A. (2021). The Evolution of the International Protection of Refugees between the World Wars. In Social Evolution & History (Vol. 20, Issue 2). Uchitel Publishing House. <nowiki>https://doi.org/10.30884/seh/2021.02.05</nowiki> at page 110.</ref> There are myriad examples of such population movements in Europe. For example, in 375 the Roman Emperor Valens granted asylum to thousands of Goths who were fleeing tribes of Huns who had invaded their territory.<ref name=":72" /> Later examples include the expulsion of Jews from Spain in 1492: in March 1492, the Alhambra Decree was issued, which ordered all the Spanish Jews to either baptize or to leave Spain within four months. As a result, more than hundred thousand Jews were forced to leave Spain and take refuge in Portugal, France, the Netherlands, the Ottoman Empire and other countries.<ref>Aleshkovski, I. A., Botcharova, Z. S., & Grebenyuk, A. (2021). The Evolution of the International Protection of Refugees between the World Wars. In Social Evolution & History (Vol. 20, Issue 2). Uchitel Publishing House. <nowiki>https://doi.org/10.30884/seh/2021.02.05</nowiki> at page 111.</ref> Other mass population movements occurred to escape instability, as when many English persons escaped to France during the Interregnum of 1649-1660<ref>Hazal Barbaros, ''Post Tenebras Lux: The Huguenot Diaspora in Early Modern London and its Reflections in Refugee Wills'', Master’s Thesis, August 2021, Department of History, İhsan Doğramacı Bilkent University, Ankara, <http://repository.bilkent.edu.tr/bitstream/handle/11693/76474/10412602.pdf?sequence=1> (Accessed August 28, 2021), page 8 of document.</ref> or when more than 129,000 émigrés left France after the Revolution of 1789.<ref name=":73">Aleshkovski, I. A., Botcharova, Z. S., & Grebenyuk, A. (2021). The Evolution of the International Protection of Refugees between the World Wars. In Social Evolution & History (Vol. 20, Issue 2). Uchitel Publishing House. <nowiki>https://doi.org/10.30884/seh/2021.02.05</nowiki> at page 114.</ref> Historically, asylum and sanctuary were associated with particular places where, upon reaching, an individual was inviolable and beyond the reach of the law. While this text focuses on what might be termed the Western and North American traditions of asylum, it has existed as an ancient practice throughout the world.<ref>Behrman, S. (2018). ''Law and Asylum: Space, Subject, Resistance'' (1st ed.). Routledge. <nowiki>https://doi.org/10.4324/9780203730348</nowiki> at page 3.</ref> Ancient Greece, for example, had a strictly governed system for offering sanctuary at dedicated shrines.<ref>Laura Madokoro, ''On public sanctuary: exploring the nature of refuge in precarious times,'' in Dauvergne, C. (ed), ''Research handbook on the law and politics of migration'', April 2021, ISBN: 9781789902259, page 96.</ref> Indeed, the word "asylum" dates from this time and its roots in the Greek word ''asylia'' refer to the notion of someone who cannot or should not be seized.<ref>Rebecca Hamlin, ''Crossing: How We Label and React to People on the Move'', Stanford, CA: Stanford University Press, 2021, ISBN 9781503627888, page 27.</ref> Gil Loescher states that every major world religion contains teachings on the importance of providing protection to those in need.<ref>Gil Loescher, ''Refugees: A Very Short Introduction'', May 2021, Oxford, ISBN: 9780198811787, page 22.</ref> Migration is a major theme of the Jewish Torah and rabbinical scholars have argued that the concept of ''non-refoulement'' has an analogue in ancient biblical Jewish legal principles of refugee protection.<ref>Gilad Ben-Nun, ''Migration and Society: Advances in Research'' 4 (2021): 124–136, doi:10.3167/arms.2021.040112, at page 126.</ref> There are a number of references in the Bible to sanctuary for the oppressed and needy<ref>Deuteronomy 10:19, 19:1–13, 23:16–17, 24:17–18; Exodus 21:12–14, 22:21, 23:9; Leviticus 19:33–34; Numbers 35:9–34, as cited in Behrman, S. (2018). Law and Asylum: Space, Subject, Resistance (1st ed.). Routledge. <nowiki>https://doi.org/10.4324/9780203730348</nowiki> at page 3.</ref> and ecclesiastical asylum existed throughout Western Europe during the Middle Ages.<ref>Behrman, S. (2018). Law and Asylum: Space, Subject, Resistance (1st ed.). Routledge. <nowiki>https://doi.org/10.4324/9780203730348</nowiki> at page 31.</ref> Islam also continued older traditions of asylum from the Arab civilisations that existed prior to the seventh century.<ref name=":74">Behrman, S. (2018). ''Law and Asylum: Space, Subject, Resistance'' (1st ed.). Routledge. <nowiki>https://doi.org/10.4324/9780203730348</nowiki> at page 4.</ref> Indeed, Islam dates its birth to the exile of the Prophet Mohammad to Medina, where the Prophet and his followers took refuge after facing persecution from the rulers of Mecca.<ref name=":61">John Aku Ambi, ''Appraisal of The Principle of Burden-Sharing in Refugee Protection'', NAUJILJ 12(2) 21, <https://www.ajol.info/index.php/naujilj/article/download/215310/203063> (Accessed October 9, 2021), page 18.</ref> Islam then codified asylum into law in a way that was consistent with the duty the Quran places on Muslims to offer asylum to all.<ref name=":74" /> India and China have had their own traditions of asylum dating back thousands of years.<ref>Bassiouni MC, International Extradition and World Public Order (AW Sijthoff, 1974), 88.</ref> Behrman notes that some have argued that the Southern African philosophy of ''Ubuntu'', which emphasizes a collective approach to human rights and which focusses on the needs of the most vulnerable in society, contains a principle of hospitality to the stranger above and beyond the notion of asylum as commonly understood in the Global North.<ref name=":74" /> == History of the concept of the refugee == Victims of circumstance forced to seek sanctuary in foreign lands have been known throughout history.<ref name=":80">Alan Nash, ''International Refugee Pressures and the Canadian Public Policy Response'', Discussion Paper, January 1989, Ottawa: Studies in Social Policy, Institute for Research on Public Policy, page 88.</ref> This phenomenon has been referred to through a number of monikers, including those of refuge, migration, exodus, asylum, sanctuary, fugitives, exiles, and ''émigrés.'' The specific term 'refugee' is of a more recent pedigree, having been first coined in the 1600s in France. The concept's genealogy is entwined with the emergence of the modern view of state sovereignty at that time in Europe. This section traces the history of these two concepts and how the refugees of the 17th century differed from earlier exiles and moving persons. The world today is divided into sovereign states. All individuals are to be organized into populations and divided territorially amongst these states. In this way, the international state system is both a way of organizing political power, and also a means of organizing people.<ref>Haddad, E. (2008). The Refugee in International Society: Between Sovereigns (Cambridge Studies in International Relations). Cambridge: Cambridge University Press. doi:10.1017/CBO9780511491351, page 48.</ref> It was with the Treaty of Westphalia of 1648 that the inter-state legal and political relationships which undergird this system were first established, and the feudal society of the medieval world was superseded by this modern society of sovereign territorial states.<ref>Haddad, E. (2008). The Refugee in International Society: Between Sovereigns (Cambridge Studies in International Relations). Cambridge: Cambridge University Press. doi:10.1017/CBO9780511491351, page 49.</ref> Key concepts of modern international relations emerged at this point, including the inviolability and fixity of borders and non-interference in the domestic affairs of foreign sovereign states. In this way, the concept of state sovereignty that emerged with the Peace of Westphalia helped build the modern concept of the state which partitions the world into a vast juxtaposition of independent territorial units.<ref>Chetail, V. (2019). ''International Migration Law''. London, England: Oxford University Press, page 16.</ref> One of the facets of this system was that territory was consolidated, unified, and centralized under a sovereign government and the population of the territory now owed final allegiance to this sovereign. The sovereign state could demand, among other things, religious and linguistic conformity to ensure such allegiance.<ref>Haddad, E. (2008). The Refugee in International Society: Between Sovereigns (Cambridge Studies in International Relations). Cambridge: Cambridge University Press. doi:10.1017/CBO9780511491351, page 50.</ref> Within a few decades of the Peace of Westphalia, the term “refugee” was coined. The word refugee can be traced to its origins in the French word ''réfugié'' that was used to identify the Huguenots, hundreds of thousands<ref>Reports of the number of people who left France at this time vary. Julia Morris cites a figure of 1 million in Julia Morris, ''The Value of Refugees: UNHCR and the Growth of the Global Refugee Industry'', Journal of Refugee Studies, 11 January 2021, https://doi-org.ezproxy.library.yorku.ca/10.1093/jrs/feaa135 at page 4. Emma Haddad writes "From the 1670s to the start of the eighteenth century it is estimated that between 200,000 and 500,000 French Protestants left France as refugees to seek protection abroad" in Haddad, E. (2008). The Refugee in International Society: Between Sovereigns (Cambridge Studies in International Relations). Cambridge: Cambridge University Press. doi:10.1017/CBO9780511491351 at page 52. Aleshkovski, et. al., write: "By the time the Edict of Nantes was cancelled, there were approximately 800 thousand Protestants in France. The vast majority was forced to leave France for Britain, the Nether- lands, Switzerland, and German States." in Aleshkovski, I. A., Botcharova, Z. S., & Grebenyuk, A. (2021). The Evolution of the International Protection of Refugees between the World Wars. In Social Evolution & History (Vol. 20, Issue 2). Uchitel Publishing House. <nowiki>https://doi.org/10.30884/seh/2021.02.05</nowiki> at page 113. In contrast, Hazal Barbaros writes: “The number of immigrants varies according to sources. To begin with, the total number of members of the Reformed Church of France is estimated to be around 900,000. Some sources indicate that the most likely number of emigrants is 200,000 approximately, whereas the others give hyper-inflated figures like 800,000 which basically means France was deprived of nearly the whole of its Protestant population. Concerning those who chose England as their destination, the number is approximated to be between 40,000 to 50,000.” See Hazal Barbaros, ''Post Tenebras Lux: The Huguenot Diaspora in Early Modern London and its Reflections in Refugee Wills'', Master’s Thesis, August 2021, Department of History, İhsan Doğramacı Bilkent University, Ankara, <http://repository.bilkent.edu.tr/bitstream/handle/11693/76474/10412602.pdf?sequence=1> (Accessed August 28, 2021), pages 9-10 of document.</ref> of Reformed Protestant French migrants who escaped the French Catholic monarch to move to non-Catholic European countries<ref>Melanie Baak, Once a Refugee, Always a Refugee? The haunting of the refugee label in resettlement, in Jordana Silverstein and Rachel Stevens ''Refugee Journals: Histories of Resettlement, Representation, and Resistance'', Feb. 4, 2021, ANU Press, <<nowiki>https://library.oapen.org/bitstream/handle/20.500.12657/47330/book.pdf?sequence=1</nowiki>> (Accessed March 20, 2021), at page 56.</ref> around the time of Louis XIV’s revocation of the Edict of Nantes in 1685.<ref>Hazal Barbaros, ''Post Tenebras Lux: The Huguenot Diaspora in Early Modern London and its Reflections in Refugee Wills'', Master’s Thesis, August 2021, Department of History, İhsan Doğramacı Bilkent University, Ankara, page 7 of document. </ref> This edict had previously allowed Protestant Huguenots to practice their religion openly.<ref>Gil Loescher, ''Refugees: A Very Short Introduction'', May 2021, Oxford, ISBN: 9780198811787, page 23.</ref> With the revocation of the edict, the legal guarantees that had protected Protestant religious practice in France for a century ended. Calvinist churches were destroyed, Ministers were forcibly exiled, Protestants were forced to convert, and restrictions were put in place on their access to public office and the professions.<ref>Haddad, E. (2008). The Refugee in International Society: Between Sovereigns (Cambridge Studies in International Relations). Cambridge: Cambridge University Press. doi:10.1017/CBO9780511491351 at page 52.</ref> The term "refugee" was adopted into the English language as these Huguenots arrived in England.<ref name=":60">Rebecca Hamlin, ''Crossing: How We Label and React to People on the Move'', Stanford, CA: Stanford University Press, 2021, ISBN 9781503627888, page 28.</ref> Protestants in New France were similarly affected - forced to either abjure Protestantism, return to France, or leave for an English Protestant colony in the new world.<ref>Jaenen, Cornelius J.. "Huguenots". ''The Canadian Encyclopedia'', 16 December 2013, ''Historica Canada''. https://www.thecanadianencyclopedia.ca/en/article/huguenots. Accessed 06 April 2021.</ref> What arguably distinguishes the phenomenon of the refugee from the earlier exiles and moving persons was how their movements interacted with the newly emergent state system. As Betts and Collier argue, what was new post-Peace of Westphalia was the way that governments began to conceive of themselves as being able to govern refugee movements.<ref>Betts, Alexander, and Paul Collier. ''Refuge: Rethinking Refugee Policy in a Changing World''. 2017: New York, NY: Oxford University Press. Page 36.</ref> Rebecca Hamlin contrasts the concept of the refugee, which entails crossing an international border and appealing to a state for protection, with practices from earlier in European history when appeals for protection could be made to families, individuals, or religious leaders, not just states.<ref name=":60" /> Emma Haddad sets out this dichotomy in more detail and argues that the phenomenon of the "refugee" that emerged alongside the state system was marked by its new scale, bureaucratized processes, clear definitions of insiders and outsiders occasioned by newly locked borders and assumptions about the nation state being the proper home for individuals, and the lack of obvious receiving countries as national identities increasingly superseded religious ones.<ref>Haddad, E. (2008). The Refugee in International Society: Between Sovereigns (Cambridge Studies in International Relations). Cambridge: Cambridge University Press. doi:10.1017/CBO9780511491351, page 62.</ref> In this way, it is no coincidence that the term "refugee" emerged at this time in the 17th century alongside the rise of the modern conception of the state. Indeed, Harsha Walia labels the very concept of an asylum seeker a "state-centric taxonomy only possible because of a prevailing assumption of the border as a legitimate institution of governance".<ref>Albeit she is referring to the related term of “asylum seeker” in this quote. See: Harsha Walia, ''Border & Rule'', Winnipeg: Fernwood Publishing, ISBN: 9781773634524, page 6.</ref> However, as will be detailed below, it was not until 1920 that there was a serious concern with delimiting the scope of the term refugee.<ref name=":80" /> == Refugee and population movements in pre-confederation Canada == Turning to Canada, (im)migration processes, of various sorts, including ones involving the search for refuge, have long been present in this territory. Asking about the history of refugee processes in Canada’s territory raises an ontological question about who should qualify as a refugee when one looks at population flows of centuries past. To the extent that refugees may be regarded as those with experiences marked by discrimination, displacement across borders, a severing of the bond between the individual and their government, and an overriding apprehension of persecution in their home community, persons meeting such criteria have a long history in this land. That said, the concept of the refugee is indeed a modern one, as described above, and applying it to population movements of pre-confederation Canada is surely anachronistic. In Rebecca Hamlin's words, "to look back and place a refugee/migrant binary onto crossings of the past does not accurately reflect the realities of those events."<ref>Rebecca Hamlin, ''Crossing: How We Label and React to People on the Move'', Stanford, CA: Stanford University Press, 2021, ISBN 9781503627888, page 29.</ref> It is nonetheless appropriate to review (not erase) the history of population movements in the territory of Canada, both indigenous and colonial, and to chart how the contemporary concept of the refugee has been deeply linked with the modern colonial state. To start, movement and displacement of persons in the territory of Canada is not new. Some First Nations were highly itinerant, as with the Blackfoot who would follow bison across the prairies to hunting grounds where they would utilize bison jumps and runs.<ref>Dempsey, Hugh A.. "Blackfoot Confederacy".  The Canadian Encyclopedia, 18 July 2019, Historica Canada. <nowiki>https://www.thecanadianencyclopedia.ca/en/article/blackfoot-nation</nowiki>. Accessed 25 October 2021.</ref> Warfare between First Nations also led to aboriginal persons fleeing aggression and moving to new regions. For example, in the 16th century, the Haudenosaunee (Iroquois) embarked on campaigns to subjugate or disperse neighbouring groups while pursuing an ancient ideal that they “extend the rafters of the longhouse” by absorbing their neighbours into one nation and thereby produce a universal peace.<ref>Heidenreich, C.E.. "Huron-Wendat".  The Canadian Encyclopedia, 10 October 2018, Historica Canada. https://www.thecanadianencyclopedia.ca/en/article/huron. Accessed 01 January 2021.</ref> In 1649 the Haudenosaunee dispersed the French-allied Huron-Wendat from their homeland by destroying villages. Haudenosaunee dispersal campaigns then impacted the Petun, Neutral and Erie in the 1650s, with those nations dissolving and their members either joining together to form new communities or joining pre-existing Iroquoian nations.<ref name=":21">Peter G. Ramsden and Zach Parrott, "Haudenosaunee (Iroquois)" ''in The Canadian Encyclopedia'', August 28, 2015 <https://thecanadianencyclopedia.ca/en/article/iroquois> (Accessed December 30, 2020). </ref> Forced displacement of Indigenous persons also resulted from the actions of the colonial regimes that took hold in Canada and the United States. European powers established their North American colonies on lands that they seized from the pre-existing Indigenous nations. These seizures involved the imposition of borders and attendant physical, social, and cultural displacement. As noted below, this had a number of consequences, including that many First Nations persons were killed by disease and warfare and had their mobility and way of life disrupted by this new colonial order. To begin, the colonial regimes in North America used force to establish themselves and to erect international boundaries. These borders have served to restrict First Nations' mobility - British North America and the United States of America required the First Nations to subject themselves to these emergent colonies, even where pre-existing living arrangements did not neatly fit on one side of the border or the other. For example, Crees and Chippewas from Canada became considered "foreign Indians" in the United States and deportable "illegal immigrants" despite ties to lands in the present-day United States that pre-date that country's founding.<ref>Harsha Walia, ''Border & Rule'', Winnipeg: Fernwood Publishing, ISBN: 9781773634524, page 25.</ref> The subversive chant "we didn't cross the border, the border crossed us" is, for this situation, entirely apt.<ref>Harsha Walia, ''Border & Rule'', Winnipeg: Fernwood Publishing, ISBN: 9781773634524, page 23.</ref> Furthermore, even within national boundaries, the colonial regimes erected borders which limited mobility, including the borders involved in the reserve system, which abrogated many relationships with traditional territories, and involved related social, cultural, and political displacements.<ref>Melissa May Ling Chung, ''The Relationships Between Racialized Immigrants And Indigenous Peoples In Canada: A Literature Review'', MA Thesis, 2012 <https://digital.library.ryerson.ca/islandora/object/RULA%3A1429> (Accessed December 30, 2020).</ref> Many Indigenous persons were compelled to reside on reserves, and, after the 1885 Northwest Rebellion, the federal government developed a pass system — a process by which Indigenous people had to present a travel document authorized by an Indian agent in order to leave and return to their reserves.<ref>Nestor, Rob, "Pass System in Canada". In The Canadian Encyclopedia. Historica Canada. Article published July 10, 2018; Last Edited July 13, 2018. <nowiki>https://www.thecanadianencyclopedia.ca/en/article/pass-system-in-canada</nowiki></ref> Even apart from the reserve system, the movements of many First Nations persons were controlled by settlers in Canada, as when a xenophobic hysteria overtook Victoria, BC upon the arrival of Smallpox in 1862, something which led to the police emptying nearby Indigenous encampments at gunpoint, burning them down, and towing canoes filled with smallpox-infected Indigenous people up the coast. Over the next year, as these Indigenous persons returned to their home communities, the took Smallpox with them, and at least 30,000 Indigenous people are reported to have died from the disease, representing about 60 per cent of the extant First Nations population.<ref>Joshua Ostroff, ''How a smallpox epidemic forged modern British Columbia,'' August 1, 2017, Maclean's, <https://www.macleans.ca/news/canada/how-a-smallpox-epidemic-forged-modern-british-columbia/> (Accessed October 30, 2021).</ref> Indeed, one of the most significant effects of colonialism was the large number of First Nations persons in Canada who died of diseases introduced by European colonists. One of the effects of such deaths was the emergence of post-contact communities such as the Abenaki, an aboriginal group in present-day New Brunswick and Quebec which emerged when numerous smaller bands and tribes, who shared linguistic, geographical, and cultural traits, joined together into a new political grouping after their original tribes were destroyed by disease and warfare.<ref>Lee Sultzman (July 21, 1997). "Abenaki History". Archived from the original on April 11, 2010. Retrieved March 20, 2010.</ref> Apart from the effects of such epidemics and forced movements, the newly created nation of Canada also effected the social and cultural displacement of the pre-existing aboriginal peoples. In the words of the section of the final report of the ''Royal Commission on Aboriginal Peoples'' on displacement and assimilation: <blockquote>[The impact of colonialism on indigenous populations was profound.] Perhaps the most appropriate term to describe that impact is 'displacement'. Aboriginal peoples were displaced physically — they were denied access to their traditional territories and in many cases actually forced to move to new locations selected for them by colonial authorities. They were also displaced socially and culturally, subject to intensive missionary activity and the establishment of schools — which undermined their ability to pass on traditional values to their children, imposed male-oriented Victorian values, and attacked traditional activities such as significant dances and other ceremonies. In North America they were also displaced politically, forced by colonial laws to abandon or at least disguise traditional governing structures and processes in favour of colonial-style municipal institutions.<ref>Report of the Royal Commission on Aboriginal Peoples. Ottawa: The Commission, 1996. Print, at page 132 <http://data2.archives.ca/e/e448/e011188230-01.pdf> (Accessed January 1, 2021).</ref></blockquote>At times Indigenous communities relied upon the newly created international boundaries when seeking refuge from such displacement. For example, after American troops destroyed 40-50 Cayuga villages in the present-day US in 1779, many peoples of the Cayuga tribe fled the United States to seek refuge in British North America, and in so doing relied on these new borders for their associated guarantee of safety.<ref>Emerson Klees. ''Persons, Places, and Things around the Finger Lakes Region''. Rochester, Finger Lakes Publishing, 1994. Page 10.</ref> Indeed, in the 1700s and 1800s, the British instituted policies to encourage immigration to British North America. The people that the British encouraged to relocate included persons who would rightfully be termed refugees today. For example, 50,000 United Empire Loyalists, supporters of the British in the American revolution, migrated north in response to American republicanism.<ref>Sharryn Aiken, et al, ''Immigration and Refugee Law: Cases, Materials, and Commentary (Third Edition)'', Jan. 1 2020, Emond, ISBN: [tel:1772556319 1772556319], at page 6.</ref> Many of them migrated northward either because they did not wish to become citizens of the new American republic or because they feared retribution for their public support for the British during the War of Independence.<ref name=":23">Troper, Harold. "Immigration in Canada".  The Canadian Encyclopedia, 19 September 2017, Historica Canada. https://www.thecanadianencyclopedia.ca/en/article/immigration. Accessed 30 December 2020.</ref> The retribution meted out to loyalists in the United States included beatings, imprisonment, and other forms of harassment.<ref>Valerie Knowles, ''Strangers at Our Gates: Canadian Immigration and Immigration Policy, 1540-2015'', March 2016, ISBN 978-1-45973-285-8, Dundurn Press: Toronto, p. 36. </ref> Among these loyalists who migrated northward were an estimated 2000 members of the aboriginal peoples bordering the Thirteen Colonies who had supported the British cause, believing that an alliance with the British offered the best hope for preserving their independence and protecting their territories from land-hungry colonists.<ref>Valerie Knowles, ''Strangers at Our Gates: Canadian Immigration and Immigration Policy, 1540-2015'', March 2016, ISBN 978-1-45973-285-8, Dundurn Press: Toronto, p. 40.</ref> The loyalists also included thousands of free black persons, some of whom had heeded a British proclamation issued early in the war offering freedom to any slave who deserted his (''sic'') American master during the Revolution and volunteered to serve with the King's forces. Most of the new black arrivals responded to an offer made late in the conflict that guaranteed that all slaves who made formal claim to protection behind British lines would receive their freedom.<ref name=":24">Valerie Knowles, ''Strangers at Our Gates: Canadian Immigration and Immigration Policy, 1540-2015'', March 2016, ISBN 978-1-45973-285-8, Dundurn Press: Toronto, p. 42.</ref> Upon arrival, many of these black loyalists faced the scourge of racism and dismal agricultural prospects in Nova Scotia, where they primarily settled, and, bitterly disappointed, 1,200 sailed for Sierra Leone to start afresh on the west coast of Africa in 1792.<ref name=":24" /> Nonetheless, over the next century an estimated 30,000 African Americans came to Canada as the final stop on the underground railroad, seeking protection from slavery in that country.<ref name=":6" /> While it is the case that black and aboriginal persons did flee the United States for Canada, the fact is that a racial logic was at work in the Canadian colonial project which shaped who the regime saw fit to welcome.<ref name=":65">Rebecca Hamlin, ''Crossing: How We Label and React to People on the Move'', Stanford, CA: Stanford University Press, 2021, ISBN 9781503627888, page 47.</ref> We can see this logic of colonialism in Canada's history, both in terms of how First Nations were treated, but also with how the state responded to ethnic and national outsiders. In the 1700s, the British enacted deliberate policies to reinforce the British character of its North American possessions. This included the forced deportation of French-speaking Acadians from present-day Nova Scotia. In 1755, Lieutenant-Governor Lawrence and his council decided that the Acadians should be dispersed among the several colonies on the continent through forced transhipment. More than 3000 Acadians were transported to southern British colonies in the present-day United States that year. As many as a third of the passengers died on the ships. Many Acadians sought refuge on Prince Edward Island and in Cape Breton; they gained only temporary respite. In 1758, another British expedition against Louisbourg forced its surrender, and 6000 more Acadians were forcibly removed from their homes.<ref>Kelley, Ninette, and Michael J. Trebilcock. ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Pages 34-35.</ref> Indeed, while the government in Canada made explicit efforts to entice persons who can aptly be titled refugees to choose to come to the country, they were generally individuals who hailed from the "right countries" and were of desired races, religions, and nationalities. For example, John Graves Simcoe, the first lieutenant-governor of Upper Canada, issued a proclamation in 1792 inviting Americans to emigrate to Upper Canada. This included a special appeal to the members of pacifist religious communities, including Quakers, Mennonites, and Dunkards, which promised them an exemption from military service.<ref>Valerie Knowles, ''Strangers at Our Gates: Canadian Immigration and Immigration Policy, 1540-2015'', March 2016, ISBN 978-1-45973-285-8, Dundurn Press: Toronto, p. 45-46.</ref> Finally, the concept of the refugee may also be thought of as a legal concept, and in this respect the First Nations in Canada have long faced questions about how to define and justify the conditions of community membership. Today such questions are primarily viewed through the lens of immigration and citizenship in the Canadian legal regime, but in aboriginal legal regimes they may equally be viewed through the concepts of family law, house group membership, and kinship rights, among others.<ref>For a discussion of the universality of such concepts, see: Kelley, Ninette, and Michael J. Trebilcock. ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Page 3.</ref> Indeed, a multitude of indigenous laws and legal traditions have persisted in the territories of Canada, both prior to, and then alongside, this country's colonial legal order. As John Borrows writes, the earliest practitioners of law in North America were its Indigenous inhabitants.<ref>John Borrows, Canada’s Indigenous Constitution (Toronto: University of Toronto Press, 2010) at 301.</ref> These indigenous laws and legal traditions have been defined by their diversity, continuity, repression, survival, and adaptability.<ref name=":32">Bhatia, Amar. "We Are All Here to Stay? Indigeneity, Migration, and ‘Decolonizing’ the Treaty Right to Be Here." Windsor Yearbook of Access to Justice, vol. 13, no. 2, 2013, p. 61.</ref> Bhatia writes, for example, about a number of First Nations' legal principles that relate to citizenship and welcoming the other,<ref name=":32" /> such as the Dish With One Spoon wampum agreement, an Indigenous citizenship law made between Haudenosaunee and Anishinaabe nations in 1701.<ref>Craft, A. 2013. Breathing Life into the Stone Fort Treaty An Anishinabe Understanding of Treaty One. Vancouver, BC: Purich Publishing.</ref> Arima, for their part, writes about First Nations' legal principles related to family relations, such as the way that the Nootka on Vancouver Island would intermarry with persons from the Coast Salish groups on the mainland, despite otherwise less than amicable relations between the nations.<ref>Arima, E.Y., "Nuu-chah-nulth (Nootka)". In The Canadian Encyclopedia. Historica Canada. Article published February 07, 2006; Last Edited November 12, 2018. <nowiki>https://www.thecanadianencyclopedia.ca/en/article/nootka-nuu-chah-nulth</nowiki></ref> In such ways, setting the terms on which welcome will be offered to the other has a long legal, not just practical, history in Canada. == The emergence of legal restrictions on immigration in colonial Canada == During its earliest centuries, Canada and its colonial forebears had neither an official immigration policy, nor the means to control the movement of individuals at the border.<ref>Bon Tempo, Carl J. 2008. ''Americans at the gate: the United States and refugees during the Cold War''. Princeton, N.J.: Princeton University Press. Page 14. This speaks to the US experience, which was similar to the Canadian.</ref> This tracks the experience of other western states at the time. In Chetail's summary, the 17th century rise of the nation state, and its implicit corollary—territorial sovereignty—did not generally coincide with the introduction of border controls.<ref name=":41">Chetail, V. (2019). ''International Migration Law''. London, England: Oxford University Press, page 39.</ref> Quite the contrary, the admission of (the right kinds of) foreigners was viewed as a means of strengthening the power of the host state, primarily for demographic and economic reasons. As a result, until the 19th and early 20th centuries, displaced, persecuted, and poor populations in Europe and North America were able to simply move to new jobs and opportunities in new regions.<ref>Andreas Zimmermann (editor), ''The 1951 Convention Relating to the Status of Refugees and its 1967 Protocol: A Commentary''. Oxford University Press, 2011, 1799 pp, ISBN 978-0-19-954251-2, at p. 6 (para. 2).</ref> While the federal Parliament had been given jurisdiction over "Naturalization and Aliens" pursuant to section 91(25) of the ''Constitution Act, 1867'', Canada's first post-confederation immigration law'','' the 1869 ''Act Respecting Immigration and Immigrants'', reflected the laissez-faire zeitgeist by saying nothing about which classes of immigrants should be admitted and which categories should be proscribed.<ref>Valerie Knowles, ''Strangers at Our Gates: Canadian Immigration and Immigration Policy, 1540-2015'', March 2016, ISBN 978-1-45973-285-8, Dundurn Press: Toronto, p. 71.</ref> Passports, for example, were not generally required for European and North American travel prior to the First World War.<ref>Julia Morris, ''The Value of Refugees: UNHCR and the Growth of the Global Refugee Industry'', Journal of Refugee Studies, 11 January 2021, https://doi-org.ezproxy.library.yorku.ca/10.1093/jrs/feaa135 at page 5.</ref> Given all of this, defining a refugee was not a major concern for the reigning powers.<ref>Mathilde Crepin, ''The Notion of Persecution in the 1951 Convention Relating to the Status of Refugees and its Relevance for the Protection Needs of Refugees in the 21st Century,'' Dissertation, King’s College London, 2019, <https://kclpure.kcl.ac.uk/portal/> (Accessed August 1, 2020), at page 42 of document’s pagination.</ref> While, from the point of view of western states, people prior to World War I enjoyed a certain freedom of movement in the world, by no means did these comparatively open-door immigration practices result in a practical and non-discriminatory freedom of movement for all. Restrictions on freedom of movement took many forms. Some of the earliest restrictions on movement which were imposed by states were imposed on the ''internal'' movement of both nationals and non-nationals within each state's territory. In Europe such internal migration restrictions were mainly imposed for tax purposes,<ref name=":41" /> and in British North America, as discussed above, one of the principal reasons for such restrictions was the control of the aboriginal population. Furthermore, even at this time, not all migrants were welcomed by Canadian society. Even while all British subjects formally had the right to settle anywhere in the Empire, including the British Dominion of Canada,<ref>Alia Somani, ''Untangling the Strands of Memory: Historicizing the 1914 Komagata Maru Incident and the Concept of Refugeeness'', Chapter 2 in Vinh Nguyen and Thy Phu (eds.), ''Refugee States: Critical Refugee Studies in Canada'', 2021, Toronto: University of Toronto Press, <https://tspace.library.utoronto.ca/bitstream/1807/106645/1/Refugee_States_UTP_9781487541392.pdf> (Accessed July 17, 2021), Page 55.</ref> as Jan Raska describes, the Canadian government admitted migrants based on prevailing sociocultural, economic, and political views of the ‘desirable’ immigrant.<ref name=":20">Jan Raska, ''Canada’s Refugee Determination System'', Canadian Museum of Immigration at Pier 21, August 21, 2020, <https://pier21.ca/research/immigration-history/canada-s-refugee-determination-system> (Accessed January 1, 2021). </ref> The seemingly ''laissez-faire'' immigration policies of early Canada existed, to an important extent, because of ''de facto'' travel restrictions which particularly limited travel to Canada for those of "undesirable races", not least of which were the lack of economical transportation modes to the new world from anywhere except western Europe for several centuries.<ref name=":65" /> Even for those who were able to migrate to a new country at this time, the comparatively open-door immigration practices did not result in historical refugees enjoying the suite of rights set out in the modern Refugee Convention. For example, as Emma Borland writes, the French Huguenots of the 17th century did not receive an entirely welcoming reception in the United Kingdom and were not granted permanent residence.<ref>Emma Borland, ''Temporal pillars of fairness: reflections on the UK's asylum adjudication regime from an original refugee-centred position'', PhD Thesis, 2020, Cardiff University, <https://orca.cardiff.ac.uk/132879/> (Accessed June 30 2021), page 38.</ref> Instead, the Huguenots kept the status of foreigner, rather than being considered ‘subjects’, and therefore had only limited rights in England at that time.<ref>Bernard Cottret, ''The Huguenots in England: Immigration and Settlement C.1550-1700'' (Cambridge University Press 1991) 53.</ref> In any event, the comparatively ''laissez-faire'' attitude towards immigration which had prevailed began to increasingly give way as the capacity of the state to monitor and govern the populace increased.<ref name=":41" /> The concept of asylum took on a newfound importance in the 1800s in Europe as countries began to conclude bilateral treaties committing to extradite criminals, which limited individuals' hitherto freedom to abscond from one state to another. States did see fit to exclude from such extradition regimes those who had perpetrated political crimes, on the basis that they should properly be granted asylum from prosecution.<ref>Laabidi, A and Nacir, R. (2021) Asylum Between Yesterday and Today, A Comparison Between Islamic Law and International Law. Review of International Geographical Education (RIGEO), 11(5), [tel:3602-3611 3602-3611]. doi: 10.48047/rigeo.11.05.246, page 3607.</ref> For example, the 1826 ''Registration of Aliens Act'' hampered the British government from deporting refugees, thus recognizing that a refugee once granted asylum could not be returned.<ref name=":73">Aleshkovski, I. A., Botcharova, Z. S., & Grebenyuk, A. (2021). The Evolution of the International Protection of Refugees between the World Wars. In Social Evolution & History (Vol. 20, Issue 2). Uchitel Publishing House. <nowiki>https://doi.org/10.30884/seh/2021.02.05</nowiki> at page 114.</ref> Similarly, in 1833, Article 6 of the Belgian Extradition Act (‘Loi sur les extraditions’) enshrined the principle of the non-extradition of any political refugee, with the exception of those refugees who threatened public security.<ref name=":73">Aleshkovski, I. A., Botcharova, Z. S., & Grebenyuk, A. (2021). The Evolution of the International Protection of Refugees between the World Wars. In Social Evolution & History (Vol. 20, Issue 2). Uchitel Publishing House. <nowiki>https://doi.org/10.30884/seh/2021.02.05</nowiki> at page 114.</ref> The concept of a political asylee in Latin America was similarly codified in a series of regional conventions dating from 1889.<ref>Rebecca Hamlin, ''Crossing: How We Label and React to People on the Move'', Stanford, CA: Stanford University Press, 2021, ISBN 9781503627888, page 103.</ref> Yet more restrictive immigration policies began to be imposed at the turn of the 20th century, concomitant to the emergence of the modern welfare system. In Thériault's chronology, as states became more financially involved in the welfare of their populations, they became increasingly concerned with the perceived additional burden of new immigrants and refugees.<ref>Pierre-André Thériault, ''Settling the Law: An Empirical Assessment of Decision-Making and Judicial Review in Canada's Refugee Resettlement System'', April 2021, Ph.D Thesis, Osgoode Hall Law School, York University, <https://yorkspace.library.yorku.ca/xmlui/bitstream/handle/10315/38504/Theriault_Pierre-Andre_2021_PhD_v2.pdf?sequence=2> (Accessed July 10, 2021), page 18.</ref> Furthermore, increased global mobility at this time began to make racially-inflected concerns about immigration more acute.<ref>Rebecca Hamlin, ''Crossing: How We Label and React to People on the Move'', Stanford, CA: Stanford University Press, 2021, ISBN 9781503627888, page 34.</ref> The barriers that states began to erect increasingly affected those who would today be termed refugees; exceptions to Canada’s growing immigration restrictions were generally not made based on the reason why an individual wished to depart their home state. As James Hathaway puts it, "what mattered was not the motive for immigration, but rather the immigrant's potential to contribute to the development of Canada".<ref>Hathaway, James C., 1988. "Selective Concern: An Overview of Refugee Law in Canada", ''McGill Law Journal'' 33, no. 4: 676-715, at 679.</ref> That said, despite lacking a refugee policy as such, the government occasionally attempted to ease and facilitate the entry of victims of religious and political persecution.<ref>Bon Tempo, Carl J. 2008. ''Americans at the gate: the United States and refugees during the Cold War''. Princeton, N.J.: Princeton University Press. Page 15.</ref> A number of the people that the Canadian government specifically sought to entice to come to Canada during this period could, incidentally, rightfully be thought of as refugees, including: * In the 1870s and 1880s the Canadian government sought to entice Mennonites to settle in western Canada. The Mennonite search for a new home was precipitated by the introduction of a policy of Russification in the schools of the Ukraine, where they lived, and by the implementation of universal conscription, which went against their pacifist beliefs.<ref name=":25">Valerie Knowles, ''Strangers at Our Gates: Canadian Immigration and Immigration Policy, 1540-2015'', March 2016, ISBN 978-1-45973-285-8, Dundurn Press: Toronto, p. 75.</ref> The Canadian government not only offered them freedom from military service, but also freedom from swearing the oath of allegiance, a requirement which conflicted with their religious beliefs.<ref name=":25" /> The Mennonites were the first non-British group to receive direct financial assistance from the Canadian government to come to Canada.<ref>Alan Nash, ''International Refugee Pressures and the Canadian Public Policy Response'', Discussion Paper, January 1989, Studies in Social Policy, page 37.</ref> * Following the assassination of Tsar Alexander II in March 1881, violent pogroms took place throughout Russia, and hundreds of Jews were massacred, while others were systematically turned out of their homes and ordered from their villages. At this point, millions of Russians fled in search of refuge.<ref>Haddad, E. (2008). The Refugee in International Society: Between Sovereigns (Cambridge Studies in International Relations). Cambridge: Cambridge University Press. doi:10.1017/CBO9780511491351, page 99.</ref> Hundreds of them availed themselves of group-settlement opportunities in western Canada. The first party of more than 200 Russian Jewish refugees to arrive in Canada in 1882 faced what Trebilcock and Kelley describe as "formidable obstacles" to their resettlement.<ref name=":52">Ninette Kelley and Michael J. Trebilcock, ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Pages 75-76.</ref> For example, when the federal government and the Jewish community settled on an appropriate piece of land for the new arrivals, the plan was abandoned after neighbouring Mennonites objected to living beside Jews. Eventually, a number of settlements succeeded and by the turn of the century, the Jewish population of Canada was approximately 17,000, almost ten times that of 1880.<ref name=":52" /> Then, from 1900 to 1921, a further 138,000 Jews immigrated to Canada, many of them refugees fleeing yet further pogroms in Czarist Russia and Eastern Europe.<ref name=":16">Janet Dench, "A Hundred Years of Immigration to Canada, 1900-1999: A Chronology Focusing on Refugees and Discrimination" (2000), online: ''Canadian Council for Refugees'' <https://ccrweb.ca/en/hundred-years-immigration-canada-1900-1999>.</ref> * Persecuted Doukhobors also began to arrive from Russia at this point, as well.<ref name=":16" /> Over time, amendments to Canada's immigration legislation began to explicitly enshrine the country’s discriminatory policies in statute. These amendments were in keeping with the rise of such restrictions in other western countries at this time; indeed, by 1930 every independent state in the Western Hemisphere had passed legislation limiting migration on racial grounds.<ref>Rebecca Hamlin, ''Crossing: How We Label and React to People on the Move'', Stanford, CA: Stanford University Press, 2021, ISBN 9781503627888, page 35.</ref> That said, as Somani puts it, racism at the Canadian border was masked by a performance of legality as Canada was reluctant to incorporate racial restrictions into its immigration laws too overtly, lest this undermine the notion of a cohesive British empire and undermine geopolitical relationships, say with the Japanese, or lend support to independence movements, for example that in India.<ref>Alia Somani, ''Untangling the Strands of Memory: Historicizing the 1914 Komagata Maru Incident and the Concept of Refugeeness'', Chapter 2 in Vinh Nguyen and Thy Phu (eds.), ''Refugee States: Critical Refugee Studies in Canada'', 2021, Toronto: University of Toronto Press, <https://tspace.library.utoronto.ca/bitstream/1807/106645/1/Refugee_States_UTP_9781487541392.pdf> (Accessed July 17, 2021), Page 61.</ref> To this end, Canadian policies which ''de facto'' discriminated on the grounds of class, race, sex, and disability<ref>Dirks, Gerald E.. "Immigration Policy in Canada".  The Canadian Encyclopedia, 23 October 2020, Historica Canada. https://www.thecanadianencyclopedia.ca/en/article/immigration-policy. Accessed 30 December 2020. See also the discussion of the act passed in 1885 "to restrict and regulate Chinese immigration" (the head-tax act) in Valerie Knowles, ''Strangers at Our Gates: Canadian Immigration and Immigration Policy, 1540-2015'', March 2016, ISBN 978-1-45973-285-8, Dundurn Press: Toronto, p. 71.</ref> were couched in neutral language, as with a power accorded to Cabinet to exclude any class of immigrant where it deemed that such exclusion was “in the best interests of the country”.<ref name=":37">George Melnyk and Christina Parker, ''Finding Refuge in Canada: Narratives of Dislocation'', February 2021, Athabasca University Press, <nowiki>ISBN 9781771993029</nowiki>, page 8.</ref> The specific exclusionary measures employed in Canada included: * <u>Documentation requirements:</u> Canada, like many states at the beginning of the 20th century, implemented a requirement that travellers to Canada carry passports. As Kaprielian-Churchill writes, the passport requirement appears to have been implemented for the purposes of exclusion.<ref>Kaprielian-Churchill, I. (1994). Rejecting “Misfits:” Canada and the Nansen Passport. ''International Migration Review'', ''28''(2), 281–306. <nowiki>https://doi.org/10.1177/019791839402800203</nowiki> at page 282.</ref> It was strictly applied to Asian immigrants, for example, while not being required for more favoured classes of immigrants. *<u>Restrictions based on ethnicity, including r</u><u>acially selective taxation:</u> the Chinese head tax was used to selectively exclude this groups of migrants.<ref name=":6" /> It was first imposed by the ''Chinese Immigration Act'' of 1885, which is described as the first piece of Canadian legislation to exclude immigrants based on ethnic origin.<ref name=":66">CAPIC ACCPI, ''The History of Canadian Immigration Consulting'', Oct. 15 2017, Kindle Edition, North York: ON, ISBN 978-1-7751648-0-0-7.</ref> The head tax on Chinese immigrants was set at $50 in 1885, raised to $100 in 1900,<ref>''An Act respecting and restricting Chinese Immigration,'' SC 1900, c 32, s 6.</ref> and then raised to $500 in 1903.<ref>Ninette Kelley and Michael J. Trebilcock. ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Page 144.</ref> In contrast, the standard fare to enter the country for other immigrations was one dollar per passenger over one year of age.<ref>Martine Valois and Henri Barbeau, ''The Federal Courts and Immigration and Refugee Law,'' in Martine Valois, et. al., eds., The Federal Court of Appeal and the Federal Court: 50 Years of History, Toronto: Irwin Law, 2021, at page 297.</ref> Later, the 1923 ''Chinese Immigration Act'' eliminated the duties placed on earlier Chinese immigrants,<ref name=":66" /> but instead outright prohibited the permanent settlement of almost all Chinese migrants. While exceptions were formally made for diplomats, merchants having invested at least $2,500 in an established business (and their wives),<ref>Robert J. Shalka, ''The Resettlement of Displaced Persons in Canada (1947-1952): Lobbying, Humanitarianism, and Enlightened Self-Interest (Part 2),'' CIHS Bulletin, June 2021, Issue 97, <[https://docs.google.com/viewerng/viewer?url=http://cihs-shic.ca/wp-content/uploads/2021/07/Bulletin-97-June-2021.pdf&hl=en_GB http://cihs-shic.ca/wp-content/uploads/2021/07/Bulletin-97-June-2021.pdf]> (Accessed July 18, 2021), at page 16.</ref> people of Chinese origin born in Canada,<ref>''An Act respecting Chinese Immigration'', SC 1923, c 38, s 5.</ref> and students, only 15 Chinese immigrants were admitted to Canada in the 23 years following this Act.<ref name=":66" /> It was repealed in 1947.<ref>Laura Madokoro, ''Erasing Exclusion: Adrienne Clarkson and the Promise of the Refugee Experience'', Chapter 3 in Vinh Nguyen and Thy Phu (eds.), ''Refugee States: Critical Refugee Studies in Canada'', 2021, Toronto: University of Toronto Press, <https://tspace.library.utoronto.ca/bitstream/1807/106645/1/Refugee_States_UTP_9781487541392.pdf> (Accessed July 17, 2021), Page 72.</ref> *<u>Racial restrictions on immigration incentive and loan programs:</u> Loan an incentive programs, such as the 1950s Assisted Passage Loan Scheme, provided loans to those who could not afford their own transportation to Canada. Loans were provided to those from Europe, but not to those from Africa or Asia.<ref>Kelley, Ninette, and Michael J. Trebilcock. ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Page 329.</ref> * <u>Racially-based internment:</u> the internment of Ukrainians was directed at excluding and controlling these migrants.<ref>Valerie Knowles, ''Strangers at Our Gates: Canadian Immigration and Immigration Policy, 1540-2015'', March 2016, ISBN 978-1-45973-285-8, Dundurn Press: Toronto, p. 127.</ref> *<u>Refusal to process immigration paperwork for racial reasons:</u> Of the more than 1 million American immigrants reported to have emigrated to Canada between 1896 and 1911, fewer than 1000 of them were African Americans. Trebilcock and Kelley report that there was relatively limited interest in settling in Canada shown by the African-American community and that the Canadian government did less than nothing to cultivate such interest. On those occasions when department officials or immigration agents were approached by African Americans wishing to emigrate to Canada, government policy was restrictive. At times, requests were simply ignored by Canadian immigration agents or put 'on file' indefinitely.<ref>Kelley, Ninette, and Michael J. Trebilcock. ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Pages 156-157.</ref> Otherwise, section 38(c) of the 1910 Immigration Act, allowed the Governor-in-Council to “prohibit ... the landing in Canada ... of immigrants belonging to any race deemed unsuited to the climate or requirements of Canada.” Black American immigrants were routinely excluded as being “unsuited to the climate” of Canada.<ref>Pierre-André Thériault, ''Settling the Law: An Empirical Assessment of Decision-Making and Judicial Review in Canada's Refugee Resettlement System'', April 2021, Ph.D Thesis, Osgoode Hall Law School, York University, <https://yorkspace.library.yorku.ca/xmlui/bitstream/handle/10315/38504/Theriault_Pierre-Andre_2021_PhD_v2.pdf?sequence=2> (Accessed July 10, 2021), page 81.</ref> * <u>Health-based restrictions:</u> Immigration legislation passed in 1906 tightened entry requirements for those who were diagnosed as "insane", "idiotic", or "epileptic".<ref name=":69">''An Act respecting Immigration and Immigrants'', SC 1906, c 19, ss. 24-28, as cited in Martine Valois and Henri Barbeau, ''The Federal Courts and Immigration and Refugee Law,'' in Martine Valois, et. al., eds., The Federal Court of Appeal and the Federal Court: 50 Years of History, Toronto: Irwin Law, 2021, at page 298.</ref> Facially neutral legislative provisions were also employed in discriminatory ways; for example, while nothing in the ''Immigration Act'' specifically barred black Americans, any immigrant could effectively be denied access to Canada for health reasons under the Act's medical provisions. The government in 1911 instructed immigration inspectors along the American border to reject all black persons as unfit for admission on medical grounds. As Harold Troper notes, "there was no appeal."<ref name=":23" /> * <u>Class-based restrictions:</u> In 1879, an order-in-council was passed to prohibit the landing in Canada of "indigents and paupers" unless the master of the ship carrying them deposited sufficient funds to provide temporary assistance and cover inland travel expenses.<ref>Ninette Kelley and Michael J. Trebilcock. ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Page 82.</ref> Then with the 1906 ''Act respecting Immigration and Immigrants'' Parliament tightened the entry requirements for those deemed to be "paupers" or "destitute".<ref name=":69" /> The government amended the ''Immigration Act'' in 1910 to prohibit all "charity cases" who had not received written authority to immigrate to Canada from the superintendent of immigration at Ottawa or the assistant superintendent of emigration for Canada in London. As Valerie Knowles writes, this clause was inspired by the large number of impoverished British immigrants who had arrived in Canada with the assistance of charitable organizations eager to rid Britain of paupers and to provide them with a new start in Canada.<ref name=":26">Valerie Knowles, ''Strangers at Our Gates: Canadian Immigration and Immigration Policy, 1540-2015'', March 2016, ISBN 978-1-45973-285-8, Dundurn Press: Toronto, p. 111.</ref> * <u>Restrictions based on the manner of coming to Canada:</u> Canada used facially neutral legislation regarding the manner in which individuals came to Canada to discriminate against racial minorities. The ''Chinese Immigration Act'' of 1885 limited the number of Chinese persons a ship could carry to one for every fifty tons of cargo, as compared to one European for every two tons of cargo.<ref>Ninette Kelley and Michael J. Trebilcock. ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Page 98.</ref> Later, the 1906 “continuous journey regulation” authorized the Minister to prohibit entry of immigrants unless they came to Canada from the country of their birth or citizenship "by a continuous journey on through tickets purchased before leaving the country" (the wording was subsequently amended slightly).<ref>Ninette Kelley and Michael J. Trebilcock. ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Page 149.</ref> This regulation famously prohibited the landing of all but 20 of the 376 passengers, most of whom were Sikhs, on the SS Komagata Maru in 1914.<ref>Alia Somani, ''Untangling the Strands of Memory: Historicizing the 1914 Komagata Maru Incident and the Concept of Refugeeness'', Chapter 2 in Vinh Nguyen and Thy Phu (eds.), ''Refugee States: Critical Refugee Studies in Canada'', 2021, Toronto: University of Toronto Press, <https://tspace.library.utoronto.ca/bitstream/1807/106645/1/Refugee_States_UTP_9781487541392.pdf> (Accessed July 17, 2021), Page 56.</ref> The boat was not allowed to dock in Vancouver, and, after a two-month stalemate, the Komagata Maru was forced to turn around and sail back across the Pacific Ocean. While these would-be immigrants had not started out as refugees,<ref>George Melnyk and Christina Parker, ''Finding Refuge in Canada: Narratives of Dislocation'', February 2021, Athabasca University Press, <nowiki>ISBN 9781771993029</nowiki>, page 9.</ref> 26 of its passengers were killed by the British Indian police upon arrival in India,<ref name=":66" /> who suspected that the passengers had become aligned with a group based in North America that was committed to the overthrow of the British Raj in India.<ref name=":6" /> This continuous journey rule had particular implications for refugees, regardless of race, because its requirement that tickets be purchased in the country of birth or in Canada, an impossible requirement for most refugees who, by definition, would be loath to return to their country to embark on a voyage to Canada.<ref>Pierre-André Thériault, ''Settling the Law: An Empirical Assessment of Decision-Making and Judicial Review in Canada's Refugee Resettlement System'', April 2021, Ph.D Thesis, Osgoode Hall Law School, York University, <https://yorkspace.library.yorku.ca/xmlui/bitstream/handle/10315/38504/Theriault_Pierre-Andre_2021_PhD_v2.pdf> (Accessed July 10, 2021), page 90.</ref> Furthermore, the restrictive intent behind the continuous journey rule was exemplified by actions that the Canadian government took to stop the only direct ship service between India and Canada, the Canadian Pacific shipping line's Calcutta-Vancouver service.<ref name=":66" /> Later, the federal government would come to prohibit the landing of "skilled and unskilled workers" in Western seaports in 1913; that restriction had predictable racial effects considering who it was who was likely to arrive in Canada via the Pacific ocean.<ref>Ninette Kelley and Michael J. Trebilcock. ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Page 187.</ref> Another Canadian interdiction effort from the early 1900s involved authorities responding to consternation among prairie residents about a possible influx of African-American settlers<ref>Ninette Kelley and Michael J. Trebilcock. ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Page 145.</ref> by instructing railway staff not to sell train tickets to Black people coming from the US.<ref name=":34">Harsha Walia, ''Border & Rule'', Winnipeg: Fernwood Publishing, ISBN: 9781773634524, page 88.</ref> * <u>Religious restrictions:</u> For a three-year period starting in 1919, Doukhobors, Mennonites, and Hutterites were specifically prohibited entry into Canada because of, in the words of the relevant order-in-council, "their peculiar customs, habits, modes of life and methods of holding property, and because of their probable inability to become readily assimilated or to assume the duties and responsibilities of Canadian citizenship within a reasonable time after their entry."<ref>Valerie Knowles, ''Strangers at Our Gates: Canadian Immigration and Immigration Policy, 1540-2015'', March 2016, ISBN 978-1-45973-285-8, Dundurn Press: Toronto, p. 135.</ref> The Hutterites are said to have provoked particular resentment in Canada at this time on account of their pacifism and consequent refusal to bear arms in the World War.<ref>Ninette Kelley and Michael J. Trebilcock. ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Page 128.</ref> *<u>Sex-based policies:</u> In 1938, male residents of Canada who were able to support their intended wives were able to sponsor a fiancée. Female residents of Canada were not extended the same ability to sponsor a spouse.<ref>Ninette Kelley and Michael J. Trebilcock. ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Pages 254-255.</ref> *<u>Political-opinion-based restrictions:</u> In 1910, the Immigration Act was amended to provide for the exclusion and deportation of those professing anarchist views.<ref>Reginald Whitaker, ''Double Standard: The Secret History of Canadian Immigration'', 1987, Toronto: Lester and Orpen Denys Ltd., at page 13.</ref> Exceptions to these restrictive policies were made for those with temporary status in Canada, for example fifteen thousand Chinese men were brought to Canada to construct the country's first transcontinental railroad.<ref>Harsha Walia, ''Border & Rule'', Winnipeg: Fernwood Publishing, 2021, ISBN: 9781773634524, page 158.</ref> However, exceptions were generally not made based on the reason why an individual wished to depart their home state - indeed, until the 1970s, Canada made no formal distinction between refugees and other migrants.<ref name=":37" /> == League of Nations era == It was in the wake of the First World War and the Russian Revolution that the term "refugee" came to be widely used. While the term "refugee" does date to the 17th century, it had not been widely used until this point. It was during the 1920s that the term "refugee" began to emerge with more frequency and long-standing "competitor terms", like asylum, protection, and hospitality, began to be "relegated to oblivion". As Hamlin describes it, the term refugee "was a product of this period."<ref>Rebecca Hamlin, ''Crossing: How We Label and React to People on the Move'', Stanford, CA: Stanford University Press, 2021, ISBN 9781503627888, page 36.</ref> Amidst rising public concern about this issue, and in response to an appeal from the International Committee of the Red Cross,<ref>Shauna Labman, ''Crossing Law’s Border: Canada’s Refugee Resettlement Program,'' 2019, UBC Press: Vancouver, page 19.</ref> Member states of the League of Nations approved the creation of a refugee office in 1921 and appointed Fridtjof Nansen as the first High Commissioner for Refugees.<ref name=":31">Peter Gatrell, Anindita Ghoshal, Katarzyna Nowak & Alex Dowdall (2021) ''Reckoning with refugeedom: refugee voices in modern history'', Social History, 46:1, 70-95, DOI: 10.1080/03071022.2021.1850061 . </ref> In 1922, Nansen created the so-called 'Nansen Passport' for Russian refugees.<ref>Andreas Zimmermann (editor), ''The 1951 Convention Relating to the Status of Refugees and its 1967 Protocol: A Commentary''. Oxford University Press, 2011, 1799 pp, ISBN 978-0-19-954251-2, at p. 6 (para. 1).</ref> This was an international identity certificate facilitating the movement and resettlement of refugees uprooted by the events of World War I, the Russian revolution, and the Armenian genocide in Turkey. This institutional innovation provided several million post-WWI European refugees with a way to seek protection and assistance.<ref name=":31" /> It has also been pinpointed as the beginning of international refugee law.<ref>Julia Morris, ''The Value of Refugees: UNHCR and the Growth of the Global Refugee Industry'', Journal of Refugee Studies, 11 January 2021, <nowiki>https://doi-org.ezproxy.library.yorku.ca/10.1093/jrs/feaa135</nowiki> at page 8.</ref> In 1925, the Refugee Service of the International Labor Organization (ILO) took on responsibility for issuing these Nansen Passports. Five years later, following Nansen's death, the League of Nations abolished the position of the High Commissioner<ref>Aleshkovski, I. A., Botcharova, Z. S., & Grebenyuk, A. (2021). The Evolution of the International Protection of Refugees between the World Wars. In Social Evolution & History (Vol. 20, Issue 2). Uchitel Publishing House. <nowiki>https://doi.org/10.30884/seh/2021.02.05</nowiki> at page 121.</ref> and entrusted this humanitarian aspect of refugee work to the Nansen International Office for Refugees, or International Refugee Office for short.<ref>Shauna Labman, ''Crossing Law’s Border: Canada’s Refugee Resettlement Program,'' 2019, UBC Press: Vancouver, page 20.</ref><ref>Kaprielian-Churchill, I. (1994). Rejecting “Misfits:” Canada and the Nansen Passport. ''International Migration Review'', ''28''(2), 281–306. <nowiki>https://doi.org/10.1177/019791839402800203</nowiki> at page 284.</ref> Thériault states that at first it was generally assumed that the refugee problem was temporary and that countries voluntarily afforded refugees relatively generous benefits. However, by the late 1920s, European states began to recognize the enduring nature of the refugee problem and increasingly refused to integrate refugees. This led to a shift in international refugee law, as efforts to have states adopt agreements that imposed substantial obligations, such as the 1922 and 1924 arrangements regarding the issuance of the Nansen Passport to Russian and Armenian refugees, began to meet with limited state interest.<ref>Pierre-André Thériault, ''Settling the Law: An Empirical Assessment of Decision-Making and Judicial Review in Canada's Refugee Resettlement System'', April 2021, Ph.D Thesis, Osgoode Hall Law School, York University, <https://yorkspace.library.yorku.ca/xmlui/bitstream/handle/10315/38504/Theriault_Pierre-Andre_2021_PhD_v2.pdf?sequence=2> (Accessed July 10, 2021), pages 21-22.</ref> Canada, for one, refused to sign onto any of these international initiatives.<ref>Pierre-André Thériault, ''Settling the Law: An Empirical Assessment of Decision-Making and Judicial Review in Canada's Refugee Resettlement System'', April 2021, Ph.D Thesis, Osgoode Hall Law School, York University, <https://yorkspace.library.yorku.ca/xmlui/bitstream/handle/10315/38504/Theriault_Pierre-Andre_2021_PhD_v2.pdf> (Accessed July 10, 2021), page 89.</ref> The Canadian government steadfastly refused to recognize the Nansen Passport on the basis that Canada would only accept such passport bearers if they were returnable to another country in the event that they became criminals or insane, something that Kaprielian-Churchill describes as a smokescreen and means of rejecting refugees.<ref>Kaprielian-Churchill, I. (1994). Rejecting “Misfits:” Canada and the Nansen Passport. ''International Migration Review'', ''28''(2), 281–306. <nowiki>https://doi.org/10.1177/019791839402800203</nowiki> at page 281.</ref> In fact, even once other countries strove to accommodate the Canadian demand for returnability, Canadian officials continued to refuse refugees, finding other grounds for rejection.<ref>Kaprielian-Churchill, I. (1994). Rejecting “Misfits:” Canada and the Nansen Passport. ''International Migration Review'', ''28''(2), 281–306. <nowiki>https://doi.org/10.1177/019791839402800203</nowiki> at page 290.</ref> In 1931, Canadian officials spoke with pride that only "a dozen refugees" had been admitted to Canada on the League of Nations' Nansen Passport.<ref name=":19">Kaprielian-Churchill, I. (1994). Rejecting “Misfits:” Canada and the Nansen Passport. ''International Migration Review'', ''28''(2), 281–306. https://doi.org/10.1177/019791839402800203 at page 297.</ref> In order to address the fact that the agreements underpinning the Nansen Passport lacked the status of treaty law,<ref>Andreas Zimmermann (editor), ''The 1951 Convention Relating to the Status of Refugees and its 1967 Protocol: A Commentary''. Oxford University Press, 2011, 1799 pp, ISBN 978-0-19-954251-2, at p. 13 (para. 26).</ref> the League of Nations convened an international conference in 1933 to negotiate a ''Convention Relating to the International Status of Refugees''. Canada had remained a colony of the British Empire until 1931, meaning that there was no such thing as “Canadian foreign policy” before then, as Britain did not permit its colonies to sign treaties, form alliances, or pretty much interact in any meaningful way with other countries without London’s approval.<ref>Canadian Foreign Policy, ''The Canada Guide'', 2021 <https://thecanadaguide.com/basics/foreign-policy/> (Accessed December 25, 2021).</ref> In 1931, the U.K. passed the Statute of Westminster giving its self-governing white colonies the right to make their own foreign policy choices. It is thus of some significance that, two years later, Canada neither attended the conference which negotiated the ''Convention Relating to the International Status of Refugees'', nor subscribed to the ensuing agreement.<ref>Kaprielian-Churchill, I. (1994). Rejecting “Misfits:” Canada and the Nansen Passport. ''International Migration Review'', ''28''(2), 281–306. <nowiki>https://doi.org/10.1177/019791839402800203</nowiki> at page 291.</ref> Nonetheless, this Convention is remembered as the first attempt to create a comprehensive legal framework for the protection of refugees<ref>Tamta Zaalishvili, ''Multifaceted Asylum Triangle: Does Fragmentation of the Right to Asylum and the Non-Refoulement Rule Deters the Functioning of Equitable and Predictable Burden- and Responsibility-Sharing Mechanism on Refugees?'', Groningen Journal of International Law, 9(1), 2021, 174–194, <https://doi.org/10.21827/grojil.9.1.174-194>, at page 180.</ref> and the time the principle of ''non-refoulement'' was first incorporated into international law.<ref>Aleshkovski, I. A., Botcharova, Z. S., & Grebenyuk, A. (2021). The Evolution of the International Protection of Refugees between the World Wars. In Social Evolution & History (Vol. 20, Issue 2). Uchitel Publishing House. <nowiki>https://doi.org/10.30884/seh/2021.02.05</nowiki> at page 122.</ref> The stark limits on Canada's willingness to take in refugees can be illustrated by looking at the main refugee groups that sought sanctuary during this period. As Irving Abella and Petra Molnar write, xenophobia and anti-semitism permeated Canada and "there was little public support for, and much opposition to, the admission of refugees [to the end of the Second World War]".<ref name=":6" /> For example, in the 1930s Canada restricted the admission of European Jews who sought safe haven from antisemitism and the emergence of fascism in Germany, but welcomed Sudeten Germans from Czechoslovakia in search of refuge given that they were considered to be more "desirable" immigrants.<ref name=":20" /> Armenian refugees were also subject to Canada's exclusionary policies. The Ottoman Empire began the mass killing, relocation, and deportation of its Armenian population in 1915. This claimed more than 1 million lives and resulted in more than half a million displaced persons. While 80,000 Armenian refugees would receive sanctuary in France, and 23,000 in the United States, fewer than 1,300 were admitted to Canada.<ref>Ninette Kelley and Michael J. Trebilcock. ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Page 205.</ref> Canada justified its restrictive resettlement policies by employing a narrow definition of who qualified for refugee protection (to the extent that it discussed the categorization whatsoever). For example, when Jewish organizations in Canada asked the Canadian government for permission to resettle Jewish refugees displaced in Europe, the government demurred, claiming that, since many had left Russia with the consent of the authorities, they could not be considered refugees.<ref>Ninette Kelley and Michael J. Trebilcock. ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Page 204.</ref> Canada also did not support efforts to expand the conception of who was entitled to refuge. In 1938, the US government brought together 30 countries for a conference on the subject of the worsening refugee situation in Europe. Canada was a reluctant participant, tarrying for months before accepting the US invitation to attend the Evian, France event. Valerie Knowles describes Canada's participation at the summer 1938 conference as having been "minimal" and states that it was to Canada's relief that the delegates at the conference accomplished little more than to produce a statement of lofty principles not actually necessitating more liberal immigration policies.<ref name=":28">Valerie Knowles, ''Strangers at Our Gates: Canadian Immigration and Immigration Policy, 1540-2015'', March 2016, ISBN 978-1-45973-285-8, Dundurn Press: Toronto, p. 153.</ref> The work of the Nansen International Office for Refugees, or IRO, was halted this year, largely due to the position of the USSR, and despite the about 600 thousand refugees still under the Office's protection.<ref>Aleshkovski, I. A., Botcharova, Z. S., & Grebenyuk, A. (2021). The Evolution of the International Protection of Refugees between the World Wars. In Social Evolution & History (Vol. 20, Issue 2). Uchitel Publishing House. <nowiki>https://doi.org/10.30884/seh/2021.02.05</nowiki> at page 123.</ref> That said, the seprate Office of the High Commissioner of the League of Nations for Refugees continued to operate until 1946.<ref>Aleshkovski, I. A., Botcharova, Z. S., & Grebenyuk, A. (2021). The Evolution of the International Protection of Refugees between the World Wars. In Social Evolution & History (Vol. 20, Issue 2). Uchitel Publishing House. <nowiki>https://doi.org/10.30884/seh/2021.02.05</nowiki> at page 125.</ref> The Intergovernmental Committee on Refugees (ICR) that was established that year, mandated to assist Jews from Germany and Austria, operated without Canadian involvement.<ref>Julia Morris, ''The Value of Refugees: UNHCR and the Growth of the Global Refugee Industry'', Journal of Refugee Studies, 11 January 2021, https://doi-org.ezproxy.library.yorku.ca/10.1093/jrs/feaa135 at page 9.</ref> Nonetheless, one aspect of Evian's legacy is that it is seen as a key moment in what Hathaway has caled "the individualization of refugee law", because when the ICR was founded, it set forth a definition of a refugee that focused for the first time on why people were being displaced, something that would come to influence the 1951 Refugee Convention.<ref>Rebecca Hamlin, ''Crossing: How We Label and React to People on the Move'', Stanford, CA: Stanford University Press, 2021, ISBN 9781503627888, pages 39-40.</ref> Canada also appears to have disregarded the notion of ''refoulement'' in its deportation decisions. For example, in its zeal to expel Communists, Canada removed persons who would be persecuted in their home countries. Hans Kist reportedly died of torture in a German concentration camp after being sent to that country from Canada.<ref name=":53">Ninette Kelley and Michael J. Trebilcock. ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Page 248.</ref> Kelley and Trebilcock write that many activists sent to fascist countries such as Italy, Germany, Finland, and Croatia were also in danger of losing their lives upon return.<ref name=":53" /> That said, some people appropriately regarded as refugees did move to Canada during this time through Canada's regular immigration streams. In fact, Prime Minister Mackenzie King asserted that between 1932 and 1943 most of the immigrants who entered Canada were refugees.<ref>Ninette Kelley and Michael J. Trebilcock. ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Page 262.</ref> For example, between 1923 and 1930 close to 20,000 Mennonites from Russia were permitted to settle in Canada. As Kelley and Trebilcock set out the history, German-speaking Mennonite refugees from Russia came to Canada to escape hardship they were experiencing following the Russian revolution. Their refusal to take up arms during the revolution had alienated and angered both sides of the conflict, and Mennonites increasingly became the victims of brutal assaults and intimidation, which continued after the civil war ended. Throughout the 1920s, land expropriation, official intolerance of their religion, and threats of forcible relocation to Siberia prompted thousands to seek a safe haven elsewhere.<ref>Ninette Kelley and Michael J. Trebilcock. ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Page 199.</ref> == WWII-era refugee policies == Canadian refugee policy continued to be marked by antisemitism and xenophobia throughout the Second World War. Sanctuary was provided to many persons of favoured ethnicities, principally the British, and was denied to others. At the beginning of the war, Canada began to allow for the admission of British children in danger overseas. The government agreed to the admission of 5,000 British children and their mothers and more than 4,500 British children and 1,000 mothers came to Canada. The movement was abruptly terminated in 1940 when two ships carrying children to Canada were torpedoed.<ref>Ninette Kelley and Michael J. Trebilcock. ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Page 269.</ref> Entry for non-British persons was not facilitated in the same way. For example, a visible manifestation of the antisemitism which marked Canada's immigration and refugee policy at this time was the 1939 decision to deny admission to 930 Jewish refugees on the SS St. Louis seeking asylum from Nazi Germany. These refugees were instead sent back to what awaited them in Germany. When, later in the war, in 1943, Canada did announce that it intended to admit some Jewish refugees who had made their way to the Iberian peninsula, this is said to have "ignited a storm of protest from anti-refugee interests". Quebec opposition leader Maurice Duplessis held rallies in which he charged that that provincial and federal Liberals were set to allow the "International Zionist Brotherhood" to, in his words, settle 100,000 Jewish refugees in Quebec in return for election financing.<ref name=":27">Valerie Knowles, ''Strangers at Our Gates: Canadian Immigration and Immigration Policy, 1540-2015'', March 2016, ISBN 978-1-45973-285-8, Dundurn Press: Toronto, p. 150.</ref> Ultimately, Canada admitted fewer than 5,000 Jewish refugees during the Second World War, something Trebilcock and Kelley call one of the worst records of any democracy in providing assistance to the persecuted Jews of Europe.<ref>Ninette Kelley and Michael J. Trebilcock. ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Page 260.</ref> In contrast, the US allowed 240,000, Britain 85,000, China 25,000, Argentina and Brazil over 25,000 each, and Mexico and Colombia received some 40,000 between them.<ref name=":6">Irving Abella and Petra Molnar, ''Refugees'', The Canadian Encyclopedia, June 21, 2019, <https://www.thecanadianencyclopedia.ca/en/article/refugees> (Accessed May 9, 2020).</ref> When Canadian immigration officials were asked how many Jews the country would admit after the war, their famous response was, “None is too many.”<ref>Marlene Epp, “Refugees in Canada: A Brief History,” Immigration And Ethnicity In Canada 35 (2017), <https://cha-shc.ca/_uploads/5c374fb005cf0.pdf> (Accessed May 9, 2020), at 8.</ref> Measures were also employed to exclude and restrict persons considered "enemy aliens" during the Second World War. Canada enacted mass internment policies that placed so-called German enemy aliens - Nazi sympathizers and Jewish refugees alike - into camps.<ref>Bon Tempo, Carl J. 2008. ''Americans at the gate: the United States and refugees during the Cold War''. Princeton, N.J.: Princeton University Press. Page 19.</ref> Regulations under the War Measures Act also restricted entry by Japanese immigrants, provided for the deportation of Canadian citizens of Japanese descent,<ref>Pierre-André Thériault, ''Settling the Law: An Empirical Assessment of Decision-Making and Judicial Review in Canada's Refugee Resettlement System'', April 2021, Ph.D Thesis, Osgoode Hall Law School, York University, <https://yorkspace.library.yorku.ca/xmlui/bitstream/handle/10315/38504/Theriault_Pierre-Andre_2021_PhD_v2.pdf?sequence=2> (Accessed July 10, 2021), page 84.</ref> and effected the internment of Japanese persons.<ref name=":6" /> In February 1942 the government ordered the expulsion of some 22,000 Japanese Canadians from a 100-mile swath of the Pacific Coast. The majority were relocated in the interior of British Columbia, often in detention camps in isolated ghost towns. Japanese Canadians were forced to remain in these detention camps until the end of the war. Then, after the conclusion of hostilities, about 4,000 would surrender to pressure and leave Canada for Japan under the federal government's "repatriation" scheme. Of these, more than half were Canadian-born and two-thirds were Canadian citizens.<ref name=":28" /> During the war, the British government also transported 2,500 "enemy aliens" to Canada. For the most part, these were German and Austrian nationals, many of them highly educated Jews, who had been living in Great Britain when the war erupted. Valerie Knowles describes their reception in Canada as follows:<blockquote>The Canadian government agreed to receive these male civilian internees in the belief that it would be assisting hard-pressed Britain by accepting custody of a number of "potentially dangerous enemy aliens". Canadian authorities were therefore astonished to see a large assortment of teenage boys, university students, priests, and rabbis step ashore at Quebec. Despite their misgivings, however, the Canadians proceeded to place all in camps that resembled maximum security prisons. And it was here that scientists, theologians, musicians, teachers, artists, and writers, among others, would be forced to bide their time for months to come.<ref name=":27" /></blockquote>Knowles notes that, fortunately for these prisoners, the British government soon realized that it had done a possibly grave injustice to many of the internees and initiated steps to have them released. In 1945, Canada reclassified these one-time prisoners as "Interned Refugees (Friendly Aliens) from the United Kingdom" and invited them to become Canadian citizens. 972 chose to do so.<ref>Valerie Knowles, ''Strangers at Our Gates: Canadian Immigration and Immigration Policy, 1540-2015'', March 2016, ISBN 978-1-45973-285-8, Dundurn Press: Toronto, p. 151.</ref> While Canada admitted a limited number of refugees during WWII, the number of refugees and displaced persons in other countries at this point was high: globally 175 million people—approximately 8 percent of the world population—were displaced in the aftermath of World War II.<ref>Fransen, S., & Haas, H. (2021). Trends and Patterns of Global Refugee Migration. In Population and Development Review. Wiley. <nowiki>https://doi.org/10.1111/padr.12456</nowiki></ref> How to respond to them in a post-war environment became an increasing proocupation of the Allied powers. == United Nations Relief and Rehabilitation Administration (UNRRA) and the International Refugee Organization (IRO) == In 1943, with the end of World War II in sight, the allied powers began to lay the foundations of a post-war refugee regime. In that year, they established the United Nations Relief and Rehabilitation Agency (UNRRA) in preparation for the liberation of Europe.<ref name=":30">Shauna Labman, ''Crossing Law’s Border: Canada’s Refugee Resettlement Program,'' 2019, UBC Press: Vancouver, page 21.</ref> The War had created a refugee crisis of at least 10 million, and perhaps as many as 14 million, stateless persons in Europe alone.<ref>The number of "at least 10 million" is provided in Bon Tempo, Carl J. 2008. ''Americans at the gate: the United States and refugees during the Cold War''. Princeton, N.J.: Princeton University Press. Page 7. The number "perhaps 14 million" is provided in Reginald Whitaker, ''Double Standard: The Secret History of Canadian Immigration'', 1987, Toronto: Lester and Orpen Denys Ltd., at page 11.</ref> At war’s end, there were over a million displaced persons and refugees in crowded shelters maintained by United Nations agencies in Europe. Some of these people were concentration camp survivors, others were individuals who had been dispatched to labour camps in Germany and Austria, and still others were those refusing to be repatriated to communist regimes.<ref>Valerie Knowles, ''Strangers at Our Gates: Canadian Immigration and Immigration Policy, 1540-2015'', March 2016, ISBN 978-1-45973-285-8, Dundurn Press: Toronto, p. 157.</ref> Canada provided funding to the UNRRA, which operated more than 800 displaced persons camps in Europe;<ref>Robert J. Shalka, ''The Resettlement of Displaced Persons in Canada (1947-1952),'' in Canadian Immigration Historical Society, Bulletin 96, March 2021, <http://cihs-shic.ca/bulletin-96-march-2021/> (Accessed April 17, 2021), page 8.</ref> distributed about $4 billion worth of goods, food, medicine, and tools, at a time of severe global shortage; and focused on the repatriation of displaced persons back to their home countries in Europe in 1945-46.<ref>Valerie Knowles, ''Strangers at Our Gates: Canadian Immigration and Immigration Policy, 1540-2015'', March 2016, ISBN 978-1-45973-285-8, Dundurn Press: Toronto, p. 155.</ref> The activities of the UNRRA immediately began to be enmeshed in Cold War politics. The organization was faced with large numbers of displaced persons who were reluctant to return to countries where communist parties were taking a firm hold. Many Polish, Ukrainian, and Baltic persons were thus residing in camps, asking to be referred to a non-communist country, as opposed to their country of citizenship. Soviet officials objected to any willingness to countenance such demands. While the UNRRA was returning large numbers of displaced persons to their countries against their will at this point - perhaps some 2 million<ref name=":81">Reginald Whitaker, ''Double Standard: The Secret History of Canadian Immigration'', 1987, Toronto: Lester and Orpen Denys Ltd., at page 23.</ref> - this was becoming increasingly untenable.<ref>Bon Tempo, Carl J. 2008. ''Americans at the gate: the United States and refugees during the Cold War''. Princeton, N.J.: Princeton University Press. Page 22.</ref> Many of those being returned were fearful of returning to Stalin's Russia, and indeed significant numbers were executed and/or sent to labour camps.<ref name=":81">Reginald Whitaker, ''Double Standard: The Secret History of Canadian Immigration'', 1987, Toronto: Lester and Orpen Denys Ltd., at page 23.</ref> In response to this situation, in December 1946 Western governments decided to stop funding the UNRRA and to transfer the task of organizing resettlement work from the UNRRA to a new entity, the International Refugee Organization. Unlike the UNRRA, the IRO had no Soviet participation<ref name=":31" /> and its chief function was not repatriation, but instead the overseas resettlement of refugees and displaced persons.<ref name=":58">Gil Loescher, ''Refugees: A Very Short Introduction'', May 2021, Oxford, ISBN: 9780198811787, page 34.</ref> As Shauna Labman writes, it was at this point that the focus of refugee law and institutions shifted from an individual's ''inability'' to return home to their ''unwillingness'' to return home.<ref name=":30" /> In retrospect, this move to accommodate those with objections to returning to communist countries represented a sea-change in the international approach to refugees. Previously, international organizations had dealt only with specific groups of refugees, such as Russian or German refugees, and, in Gil Loescher's words, governments had never attempted to formulate a general definition of the term 'refugee'. For the first time, therefore, with the establishment of the IRO, the international community was making refugee eligibility dependent on the individual rather than group membership and accepted the individual's right to flee from political persecution to a safe country.<ref name=":58" /> Alan Nash situates this within the politics of the time, noting that the West was seeking to legitimate its refusal to repatriate by developing the principle of ''non-refoulement'', which had heretofor featured little in previous refugee agreements by using an approach to managing refugees that extended relief to those who were unable or unwilling to adapt to the ideologies of their own countries and for whom continued residence there was intolerable.<ref name=":80">Alan Nash, ''International Refugee Pressures and the Canadian Public Policy Response'', Discussion Paper, January 1989, Studies in Social Policy, page 88.</ref><ref name=":80">Alan Nash, ''International Refugee Pressures and the Canadian Public Policy Response'', Discussion Paper, January 1989, Studies in Social Policy, page 88.</ref> To achieve its mandate, the IRO had its own specialized staff, a fleet of more than 40 ships, and, most importantly, the political and economic support of the developed world. With the opening up of this IRO resettlement program, the number of repatriations to Eastern Europe was reduced to a small trickle and the IRO began operations that would relocate more than 1 million Europeans to the Americas, Israel, Southern Africa, and Oceania.<ref>Hathaway, James C. ''The Rights of Refugees under International Law''. 2nd ed., Cambridge University Press, 2021, page 27.</ref> After the Second World War, the Canadian government began to receive more pressure both domestically and internationally to fulfill its humanitarian responsibility of hosting displaced persons.<ref>Mark Rook, ''Identifying Better Refugee Policies for an Evolving Crisis'', April 21, 2020, University of Pennsylvania Honors Thesis, <https://repository.upenn.edu/cgi/viewcontent.cgi?article=1037&context=ppe_honors> (Accessed May 9, 2020), page 128.</ref> In 1946, the Canadian government signed an order-in-council that allowed Canadians to sponsor displaced family members in Europe.<ref name=":5">Marlene Epp, “Refugees in Canada: A Brief History,” The Canadian Historical Association Immigration And Ethnicity In Canada Series 35 (2017), <https://cha-shc.ca/_uploads/5c374fb005cf0.pdf> (Accessed May 9, 2020), at 10.</ref> In 1947, Canada began to accept refugee referrals from the International Refugee Organization.<ref name=":7">Shauna Labman, ''Refugee Protection in Canada: Resettlement's Role'', Canadian Diversity Magazine, Volume 17 No. 2 2020, <https://dalspace.library.dal.ca/bitstream/handle/10222/79384/Labman%203C.pdf?sequence=1> (Accessed June 20, 2020), at page 7 of the document.</ref> Canada also deployed its own immigration officers overseas for the purposes of selecting from among the displaced persons.<ref>Andreas Zimmermann (editor), ''The 1951 Convention Relating to the Status of Refugees and its 1967 Protocol: A Commentary''. Oxford University Press, 2011, 1799 pp, ISBN 978-0-19-954251-2, at p. 45 (para. 14).</ref> Collectively, these arrivals comprised what was called the Displaced Persons Movement, which successfully resettled 186,154 persons to Canada over the course of six years.<ref name=":5" /> Of these, 100,000 entered Canada between 1947 and 1951 through what were termed labour-sponsored movements whereby an employer could show the government that a job could not be filled locally and the government in turn would have the IRO refer two or three potential immigrants from among available refugees for each needed labourer.<ref name=":55">Kelley, Ninette, and Michael J. Trebilcock. ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Pages 340-341.</ref> During the four and a half years of IRO operations, Canada would accept 12% of all refugees resettled by the organization, when compared to Australia at 18%, Israel at 13%, and Britain at 8%.<ref name=":58" /> The terminology used at this time is not consistent: at times 'displaced persons' were contrasted with refugees in that displaced persons were those willing to return to their country of nationality post-war whereas refugees were not;<ref>Haddad, E. (2008). The Refugee in International Society: Between Sovereigns (Cambridge Studies in International Relations). Cambridge: Cambridge University Press. doi:10.1017/CBO9780511491351, page 134.</ref> at times the terms 'refugee' and 'displaced person' were used as synonyms; and at times the term 'displaced persons' was used to refer to what we now think of as 'internally displaced persons', in contrast to 'refugees' who had fled across a border from their home state.<ref>Haddad, E. (2008). The Refugee in International Society: Between Sovereigns (Cambridge Studies in International Relations). Cambridge: Cambridge University Press. doi:10.1017/CBO9780511491351, page 135.</ref> When announcing the government's willingness to allow the movement of war survivors to Canada on May 1 1947, Prime Minister Mackenzie King articulated the government's position as follows: "It is not a 'fundamental human right' of any alien to enter Canada. It is a privilege. It is a matter of domestic policy. Immigration is subject to the control of the parliament of Canada."<ref>Statement to the House of Commons, May 1, 1947, as cited in Kaprielian-Churchill, I. (1994). Rejecting “Misfits:” Canada and the Nansen Passport. ''International Migration Review'', ''28''(2), 281–306. <nowiki>https://doi.org/10.1177/019791839402800203</nowiki> at page 297.</ref> Despite such protestations to the contrary, this speech is seen as the beginning of Canada accommodating the concept of human rights enshrined in the then-new United Nations Charter. For example, in deference to the UN Charter, Mackenzie King announced that the Chinese Immigration Act of 1923 would be repealed and that Chinese residents of Canada would be able to apply for naturalization.<ref>Valerie Knowles, ''Strangers at Our Gates: Canadian Immigration and Immigration Policy, 1540-2015'', March 2016, ISBN 978-1-45973-285-8, Dundurn Press: Toronto, p. 163.</ref> Similarly, it was at this time that Canada was involved in discussions about the Universal Declaration of Human Rights, which would emerge in 1948 recognizing that “everyone has the right to seek and to enjoy in other countries asylum from persecution.”<ref>Smieszek M. (2021) Rights of Asylum: Overview of International and European Laws Concerning Inclusion and Exclusion. In: The Evolving Psyche of Law in Europe. Springer, Cham. https://doi-org.peacepalace.idm.oclc.org/10.1007/978-3-030-74413-7_2 at 2.2.</ref> Despite this growing accommodation to human rights rhetoric, King's realpolitik was reflected in Canada's actions: the tens of thousands of displaced persons that Canada accepted during this post-war period were "carefully selected, and most of them would have satisfied our standards if they had been applying as immigrants", according to one contemporary author.<ref>Shauna Labman, ''Crossing Law’s Border: Canada’s Refugee Resettlement Program,'' 2019, UBC Press: Vancouver, page 34.</ref> Furthermore, it is arguable that the Holocaust had surprisingly little effect on refugee policies in the immediate post-war decades, especially in comparison to the effect of Cold War power politics on Canada's actions.<ref>Bon Tempo, Carl J. 2008. ''Americans at the gate: the United States and refugees during the Cold War''. Princeton, N.J.: Princeton University Press. Page 21.</ref> 1947 also saw the birth of the concept of Canadian citizenship, with the coming into force of the ''Canadian Citizenship Act'' that January''.''<ref>''Taylor v. Canada (Minister of Citizenship and Immigration),'' 2006 FC 1053 (CanLII), at para 2, <https://canlii.ca/t/1p7ch#par2>, retrieved on 2021-09-05.</ref> Before the Citizenship Act, the people of this country were British subjects. The new Act eliminated the classification "British subject"<ref name=":66" /> and merged the pre-existing legal concepts of “nationality” and “citizenship” into a single status, that of “Canadian citizen”, and in so doing sought to create a unifying symbol for Canadians.<ref>''Taylor v. Canada (Minister of Citizenship and Immigration),'' 2006 FC 1053 (CanLII), at para 122, <https://canlii.ca/t/1p7ch#par122>, retrieved on 2021-09-11.</ref> == The founding of the UNHCR, negotiation of the Refugee Convention, and growing refugee intake == The International Refugee Organization had a time-limited mandate. The assumption of the international community was that refugees and displaced persons were a creation of war, hence an end to the fighting would mean an end to the existence of such individuals.<ref>Haddad, E. (2008). The Refugee in International Society: Between Sovereigns (Cambridge Studies in International Relations). Cambridge: Cambridge University Press. doi:10.1017/CBO9780511491351, page 129.</ref> However, as the IRO's June 1950 termination date neared, refugees continued to abound in Europe. Indeed, they were increasingly arriving across Western European borders from the Eastern Bloc.<ref>Julia Morris, ''The Value of Refugees: UNHCR and the Growth of the Global Refugee Industry'', Journal of Refugee Studies, 11 January 2021, https://doi-org.ezproxy.library.yorku.ca/10.1093/jrs/feaa135 at page 10.</ref> As a result, on December 3, 1949, the UN General Assembly decided to establish the United Nations High Commissioner for Refugees (UNHCR).<ref name=":61" /> A year later, on December 14, 1950, the ''Statute of the Office of the United Nations High Commissioner for Refugees'' was passed by the UN General Assembly, which defined the UNHCR's mandate to provide for the protection of refugees and forcibly displaced people and assist in their voluntary repatriation, local assimilation, or resettlement to a third country.<ref>Mark Rook, ''Identifying Better Refugee Policies for an Evolving Crisis'', April 21, 2020, University of Pennsylvania Honors Thesis, <https://repository.upenn.edu/cgi/viewcontent.cgi?article=1037&context=ppe_honors> (Accessed May 9, 2020), page 6.</ref> The UNHCR began its work on January 1, 1951 with a staff of 99 and a budget of $300,000.<ref>Rebecca Hamlin, ''Crossing: How We Label and React to People on the Move'', Stanford, CA: Stanford University Press, 2021, ISBN 9781503627888, page 79.</ref> It ha a humanitarian mandate and was to be of an entirely non-political character.<ref>Alan Nash, ''International Refugee Pressures and the Canadian Public Policy Response'', Discussion Paper, January 1989, Studies in Social Policy, page 5.</ref> At that point, the IRO was engaged in an extended wind-up of its operations, which it completed in 1952.<ref>Chetail, V. (2019). ''International Migration Law''. London, England: Oxford University Press, page 58.</ref> The UNHCR, too, was intended to be temporary, with the UN General Assembly giving the organization a 3-year mandate to address the needs of displaced Europeans from World War II.<ref>Julia Morris, ''The Value of Refugees: UNHCR and the Growth of the Global Refugee Industry'', Journal of Refugee Studies, 11 January 2021, <nowiki>https://doi-org.ezproxy.library.yorku.ca/10.1093/jrs/feaa135</nowiki> at page 1.</ref> At the same time, negotiation of what would become the foundational treaty for modern refugee protection, the 1951 ''United Nations Convention Relating to the Status of Refugees'', was underway. The preparatory work for the Convention started in 1948,<ref>Terje Einarsen, ‘Drafting History of the 1951 Convention and the 1967 Protocol’ in Andreas Zimmermann (ed), ''The 1951 Convention relating to the Status of Refugees and Its 1967 Protocol: A Commentary'' (OUP 2011).</ref> with the initiation of the UN Secretary-General’s ‘Study on Statelessness’.<ref name=":57">Giladi, R. (August 2021). ''Jews, sovereignty, and International Law: Ideology and ambivalence in early Israeli legal diplomacy''. Oxford University Press, ISBN 9780198857396, page 229.</ref> The first round of negotiations in the drafting of the Refugee Convention then began through what was termed the ''Ad Hoc Committee on Statelessness and Related Problems,'' which was appointed by the UN Economic and Social Council on 8 August 1949.<ref name=":51">Smieszek M. (2021) The Conflicted Making of International Refugee Law. In: The Evolving Psyche of Law in Europe. Springer, Cham. https://doi-org.peacepalace.idm.oclc.org/10.1007/978-3-030-74413-7_4, at 4.5.</ref> The ''Ad Hoc'' Committee was said to comprise a small circle of government representatives possessing ‘special competence’ on the subject, in the words of the relevant ECOSOC resolution.<ref>ECOSOC Res.248(IX) (8 August 1949).</ref> It was mandated to consider, and act on, the recommendations made in the Secretary-General’s ‘Study on Statelessness’.<ref name=":57" /> Cold War politics were felt during these discussions largely through the absence of the eastern block countries—the USSR and Poland first ‘walked out’ and then boycotted the ''Ad Hoc'' Committee in protest of the participation of (Nationalist) China.<ref>Giladi, R. (August 2021). ''Jews, sovereignty, and International Law: Ideology and ambivalence in early Israeli legal diplomacy''. Oxford University Press, ISBN 9780198857396, page 238.</ref> The committee, chaired by Canadian Leslie Chance, met from 16 January to 16 February 1950, and prepared the first draft of a refugee convention.<ref>Molloy, M. J., & Madokoro, L. (2017). Effecting Change: Civil Servants and Refugee Policy in 1970s Canada. ''Refuge: Canada’s Journal on Refugees'', ''33''(1), 52–61. https://doi.org/10.25071/1920-7336.40448, page 53.</ref> The ''Ad Hoc'' Committee then provided its report to the Social Committee of the UN Economic and Social Council. Discussions among the 15 country representatives on the Social Committee then took place over the course of eight meetings from 31 July to 10 August 1950.<ref name=":51" /> A draft text was voted on by ECOSOC, and the text then passed to the UN General Assembly. On December 14, 1950, the General Assembly debated and then adopted a draft of the text by 41 votes to 5, with 10 abstentions.<ref>Smieszek M. (2021) The Conflicted Making of International Refugee Law. In: The Evolving Psyche of Law in Europe. Springer, Cham. https://doi-org.peacepalace.idm.oclc.org/10.1007/978-3-030-74413-7_4, at 4.7.</ref> From there, a committee entitled the ''UN Conference of Plenipotentiaries on the Status of Refugees and Stateless Persons'' was formed to conduct the final negotiations on the Convention.<ref>Ira, L. Frank. (1977). “Effect of the 1967 United Nations Protocol on the Status of Refugees in the United States.” The International Lawyer, Volume 11, Number 2, American Bar Association, at 294.</ref> The much-discussed ''travaux préparatoires'' of the Refugee Convention are from these meetings, which ran from July 2 to July 25, 1951, with the Convention being signed three days later on July 28.<ref>United Nations, ''Final Act of the United Nations Conference of Plenipotentiaries on the Status of Refugees and Stateless Persons'', 25 July 1951, United Nations, Treaty Series, vol. 189, p. 137, available at: https://www.refworld.org/docid/3e2becbb4.html [accessed 3 August 2021]</ref> Cold War politics played an important role in the countries that participated in this conference—while 26 nations attended the negotiations,<ref name=":85">Cohen GD. The Post-war Refugee Problem and Its Repercussions for 2015. Journal of Modern European History. February 2022. doi:10.1177/16118944221077424</ref> other than Yugoslavia, no Soviet bloc country was present.<ref>Giladi, R. (August 2021). ''Jews, sovereignty, and International Law: Ideology and ambivalence in early Israeli legal diplomacy''. Oxford University Press, ISBN 9780198857396, page 241.</ref> Pursuant to this Refugee Convention, refugee status was a label held by individuals on the grounds of their personal circumstances. This contrasted with earlier definitions that had generally applied to all nationals of a particular state or persons of a particular ethnic group from that state, and in so doing required the asylum seeker to provide a more personalized account of their experiences as well as the general situation in the country of origin. Thereby, the scope of protection was narrowed and the importance of individual screenings increased.<ref>Karin Åberg, ''Examining the Vulnerability Procedure: Group-based Determinations at the EU Border'', Refugee Survey Quarterly, September 2021, https://doi.org/10.1093/rsq/hdab011, page 16.</ref> Canada was seen to be a leader at the conference drafting the Convention: it was one of twenty-six countries to send a delegate to participate in the conference;<ref name=":20" /> a Canadian, Leslie Chance, chaired the conference;<ref>Shauna Labman, ''Crossing Law’s Border: Canada’s Refugee Resettlement Program,'' 2019, UBC Press: Vancouver, page 35.</ref> Canada was the country in the Americas that presented the most proposals during the process of drafting the Convention, voicing comments during discussions that were otherwise dominated by the European states; and Canada was a part of the working group vested with the responsibility of drafting arguably the key part of the Convention - the definition of a refugee in Art. 1 of the document.<ref>Andreas Zimmermann (editor), ''The 1951 Convention Relating to the Status of Refugees and its 1967 Protocol: A Commentary''. Oxford University Press, 2011, 1799 pp, ISBN 978-0-19-954251-2, ''Regional Developments: Americas'', at p. 210 (para. 19).</ref> Canadian chairman Leslie Chance reported “we have been regarded throughout as taking a forward attitude.”<ref name=":2">As quoted in Christopher Anderson, “Restricting Rights, Losing Control: The Politics of Control over Asylum Seekers in Liberal Democratic States – Lessons from the Canadian Case, 1951-1989,” ''Canadian Journal of Political Science'', 43.4 (2010): 945.</ref> As an aside, Chance's statement could be regarded as somewhat self-serving given the shifting positions Canada took at the conference, for example arguing, ''contra'' France and the United Kingdom, for the inclusion of temporal and geographical limitations in the Convention, prior to flipping that position and arguing against such restrictions.<ref>Andreas Zimmermann (editor), ''The 1951 Convention Relating to the Status of Refugees and its 1967 Protocol: A Commentary''. Oxford University Press, 2011, 1799 pp, ISBN 978-0-19-954251-2, at p. 56 (para. 38).</ref> In any event, Canada did ultimately advocate at the conference "in favour of the widest possible definition" and took the position that "the purpose of the Convention was to protect refugees, not states."<ref>Conference of Plenipotentiaries, UN Doc. A/CONF.2/SR.21 (1951), p. 6. See also Krause, U. Colonial roots of the 1951 Refugee Convention and its effects on the global refugee regime. ''J Int Relat Dev'' (2021). <nowiki>https://doi.org/10.1057/s41268-020-00205-9</nowiki> at page 16.</ref> The ensuing Convention provides a definition of a refugee and outlines the rights to which such people are entitled. The rights are a series of claims refugees can make against states: principally, the right not to be forcibly returned to a country in which there is a risk of serious harm (''non-refoulement''), as well as key civil and political, as well as economic and social, rights.<ref>Betts, Alexander, and Paul Collier. ''Refuge: Rethinking Refugee Policy in a Changing World''. 2017: New York, NY: Oxford University Press. Page 37.</ref> While Commonwealth states like Australia and Britain ratified this resultant Convention, Canada declined to do so.<ref>Giladi, R. (August 2021). ''Jews, sovereignty, and International Law: Ideology and ambivalence in early Israeli legal diplomacy''. Oxford University Press, ISBN 9780198857396, page 262.</ref> By way of explanation, then Secretary of State for External Affairs Lester B. Pearson announced that the government was concerned the Convention would give the refugee “the right to be represented in the hearing of his appeal against deportation” and, further, that the Convention would “grant rights to communists or to other persons who believed in the destruction of fundamental human rights and freedoms.”<ref name=":2" /> The Canadian government also noted with concern that, "some sections of the Convention appeared to prohibit states from deporting 'bona fide' refugees, even on grounds of national security".<ref>Gerald E Dirks, ''Canada's Refugee Policy: Indifference or Opportunism'' (Montreal and Kingston: McGill-Queen's University Press, 1977), 180.</ref> This reflected the RCMP’s belief that the Convention would restrict Canada’s right to deport refugees on security grounds and the government’s suspicion that the International Refugee Organization was infiltrated by communists.<ref>Kelley, Ninette, and Michael J. Trebilcock. ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Page 345.</ref> Without Canada, the Refugee Convention entered into force on April 22, 1954.<ref>UNHCR, ''States Parties to the 1951 Convention relating to the Status of Refugees and the 1967 Protocol'', <https://www.unhcr.org/protection/basic/3b73b0d63/states-parties-1951-convention-its-1967-protocol.html> (Accessed August 28, 2020).</ref> Despite not signing the Convention, in the ensuing years Canada inexorably became more involved in refugee matters: * <u>Pledging to respect non-refoulement obligations:</u> Despite not signing the Convention, Canada pledged to nonetheless uphold the Convention’s non-refoulement obligation. In practice, Canada had no difficulty in ensuring compliance with what it viewed to be the requirements of the Convention because, from the late 1940s, and in line with US practice,<ref>Rebecca Hamlin, ''Crossing: How We Label and React to People on the Move'', Stanford, CA: Stanford University Press, 2021, ISBN 9781503627888, page 44.</ref> Canada's Immigration Branch had invoked an administrative ban on deportations to any Communist country.<ref name=":42">Raphael Girard, ''Asylum Policy in Canada'', CIHS Bulletin, Issue #88, March 2019, <https://senate-gro.ca/wp-content/uploads/2019/03/Bulletin-88-Final.pdf> (Accessed May 13, 2021), page 2. See also: Martine Valois and Henri Barbeau, ''The Federal Courts and Immigration and Refugee Law,'' in Martine Valois, et. al., eds., The Federal Court of Appeal and the Federal Court: 50 Years of History, Toronto: Irwin Law, 2021, at page 300.</ref> Haddad notes that such a commitment was not onerous as the numbers emerging from behind the Iron Curtain were minimal for the simple reason that "refugees could not escape".<ref name=":62">Haddad, E. (2008). The Refugee in International Society: Between Sovereigns (Cambridge Studies in International Relations). Cambridge: Cambridge University Press. doi:10.1017/CBO9780511491351, page 143.</ref> * <u>Financially supporting UNHCR:</u> Canada financially supported the UNHCR from its establishment.<ref name=":7" /> That said, Canada's contributions to UNHCR for the maintenance of refugees during this period have been described as "minimal" and in 1952 the Canadian government eliminated the UNHCR’s Canadian office.<ref>Pierre-André Thériault, ''Settling the Law: An Empirical Assessment of Decision-Making and Judicial Review in Canada's Refugee Resettlement System'', April 2021, Ph.D Thesis, Osgoode Hall Law School, York University, <https://yorkspace.library.yorku.ca/xmlui/bitstream/handle/10315/38504/Theriault_Pierre-Andre_2021_PhD_v2.pdf> (Accessed July 10, 2021), page 93.</ref> * <u>Becoming a member of UNHCR ExCom:</u> In 1959, began to sit on the then-new UNHCR Executive Committee, an advisory body of states that gives guidance to the High Commissioner.<ref>David Matas with Ilana Simon, ''Closing the Doors: The Failure of Refugee Protection'', Summerhill Press Ltd., Toronto, 1989, <nowiki>ISBN 0-920197-81-7</nowiki>, page 250.</ref> The UN General Assembly established the Executive Committee of the Programme of the United Nations High Commissioner for Refugees in 1958, several years after the founding of the UNHCR. ExCom is responsible for approving the Office's annual budget and programme, for setting standards and reaching conclusions on international refugee protection policy issues, and for providing guidance on UNHCR's management, objectives, and priorities. In the 1950s, this group started with 24 member states.<ref name=":59">Gil Loescher, ''Refugees: A Very Short Introduction'', May 2021, Oxford, ISBN: 9780198811787, pages 62-63.</ref> ExCom members need not have ratified the ''Refugee Convention'', but are instead selected ‘on the basis of their demonstrated interest in and devotion to the solution of the refugee problem’.<ref>UNHCR Statute, art 4.</ref> * <u>Growing refugee resettlement and admissions:</u> At the time of UNHCR's creation, one of its principal tasks was to resolve the situation of those in displaced persons camps in Europe. Despite an initial expectation that this could be accomplished quickly, as of 1960 the UNHCR was still running refugee camps in Europe for persons displaced during WWII.<ref>Bon Tempo, Carl J. 2008. ''Americans at the gate: the United States and refugees during the Cold War''. Princeton, N.J.: Princeton University Press. Page 98.</ref> For its part, by this time Canada had admitted nearly 250,000 displaced persons from Europe,<ref name=":17">Sharryn Aiken, et al, ''Immigration and Refugee Law: Cases, Materials, and Commentary (Third Edition)'', Jan. 1 2020, Emond, ISBN: [tel:1772556319 1772556319], at page 20.</ref> many of whose journeys to Canada had been subsidized by a Canadian government seeking to recruit more workers for a booming economy.<ref name=":22">Encyclopedia, The Canadian. "Canadian Refugee Policy".  The Canadian Encyclopedia, 10 November 2020, Historica Canada. https://www.thecanadianencyclopedia.ca/en/article/canadian-refugee-policy. Accessed 30 December 2020.</ref> In the years following the UNHCR's creation, Canada also allowed for refugee entry on an ad-hoc basis for those displaced from other regions and for other reasons, ranging from small groups, such as when Canada admitted 39 Palestinian families in the wake of the displacement occasioned by the founding of the State of Israel,<ref>Valerie Knowles, ''Strangers at Our Gates: Canadian Immigration and Immigration Policy, 1540-2015'', March 2016, ISBN 978-1-45973-285-8, Dundurn Press: Toronto, p. 173.</ref> to larger movements, including the 37,000 Hungarian refugees Canada admitted following the Hungarian Revolution in 1956.<ref>Mark Rook, ''Identifying Better Refugee Policies for an Evolving Crisis'', April 21, 2020, University of Pennsylvania Honors Thesis, <https://repository.upenn.edu/cgi/viewcontent.cgi?article=1037&context=ppe_honors> (Accessed May 9, 2020), page 129.</ref> * <u>Increasing procedural fairness for migrants in Canada:</u> Canada also saw a movement towards increasing the extent of procedural fairness offered to migrants in Canada, providing for the creation of immigration appeal boards in 1952 which could hear appeals from decisions to deport aliens. Details of the IABs and their history follow below. That said, Canada's overall immigration laws continued to restrict persons for reasons of race, class, and health, and "national security" concerns related to the fear of communism, which were used to reject more than 29,000 applications to enter Canada between 1946 and 1958.<ref name=":17" /> == Non-discrimination measures == The 1952 Immigration Act empowered Cabinet to limit the admission of migrants by reason of a large number of grounds that allowed for Canada's discriminatory policies, including:<blockquote>(i) nationality, citizenship, ethnic group, occupation, class or geographical area of origin, (ii) peculiar customs, habits, modes of life or methods of holding property, (iii) unsuitability having regard to the climatic, economic, social, industrial, educational, labour, health or other conditions or requirements existing ... in Canada ... or (iv) probable inability to become readily assimilated or to assume the duties and responsibilities of Canadian citizenship ...<ref>Kelley, Ninette, and Michael J. Trebilcock. ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Page 330.</ref></blockquote>Furthermore, to this point Canada's immigration service had been plagued by widespread corruption. Among applicants, the Deputy Minister Keenleyside noted, there was a widespread belief that "even the simplest and most proper requests had to be lubricated with monetary or more personal favours."<ref>Reginald Whitaker, ''Double Standard: The Secret History of Canadian Immigration'', 1987, Toronto: Lester and Orpen Denys Ltd., at page 27.</ref> By the 1960s, values were changing across Canada, and around the world, and Canada’s racially-based, Eurocentric approach to immigration and refugee policy was becoming less and less aligned with how the country both viewed itself and wished itself to be seen. Canada’s unofficial ban on black immigrants was costing it diplomatic legitimacy with newly independent former colonies and, by 1961, Britain had begun to pressure Canada to change its policies, as it had an open door to immigrants, such as those from the West Indies, that were barred entry into Canada.<ref>Kelley, Ninette, and Michael J. Trebilcock. ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Page 337.</ref> Further, this race-based approach clearly contradicted the then-new Canadian Bill of Rights, which prohibited discrimination by reason of race, national origin, colour, religion, or sex.<ref>Clare Glassco, ''Before the Sun Comes Up: The Making of Canadian Refugee Policy amidst the Refugee Crisis in Southeast Asia, 1975-1980'', April 1, 2020 <https://heartsoffreedom.org/wp-content/uploads/2020/04/Revised-FINAL-April-3-Before-the-Sun-Comes-Up.pdf> (Accessed April 17, 2020), page 9 of the document.</ref> Canada began to repeatedly liberalize who it was prepared to admit, for example admitting 325 tubercular refugees and their families around 1960, the first time that Canada had waived its health requirements for refugees.<ref name=":16" /> In 1962, Prime Minister Diefenbaker's Immigration Minister tabled new regulations in the House that eliminated racial discrimination as a major feature of Canada's immigration policy. With this revision, historian Valerie Knowles states that the last vestige of discrimination which remained in the immigration regulations was a provision that allowed immigrants from Europe and the Americas to sponsor a wider range of relatives, something that was inserted at the last moment because of a fear that there would be an influx of sponsorships by persons from India.<ref>Valerie Knowles, ''Strangers at Our Gates: Canadian Immigration and Immigration Policy, 1540-2015'', March 2016, ISBN 978-1-45973-285-8, Dundurn Press: Toronto, p. 187.</ref> In 1965, Canada ratified the four Geneva Conventions which form the basis of international humanitarian law,<ref>Humanrightscommitments.ca, ''Geneva Conventions and Protocols'', <http://humanrightscommitments.ca/wp-content/uploads/2019/03/Geneva-Conventions.pdf> (Accessed September 26, 2021).</ref> including the 1949 ''Geneva Convention Relating to the Protection of Individuals in Times of War'' which includes a provision that refugees should not be considered enemy aliens if they had formerly had the nationality of an enemy power.<ref>Haddad, E. (2008). The Refugee in International Society: Between Sovereigns (Cambridge Studies in International Relations). Cambridge: Cambridge University Press. doi:10.1017/CBO9780511491351, page 78.</ref> Then, in 1966 Lester B. Pearson's government created the ''Department of Manpower and Immigration'' and mandated it with the responsibility of processing refugees without “discrimination by race, country or religion”.<ref name=":2" /> That department set to work and in 1967 all vestiges of discrimination were removed from the immigration regulations, if not the statutes themselves, and the government implemented its much-vaunted 'points system' in the regulations to guide the selection of many categories of immigrants.<ref name=":26" /> That said, Canada's immigration laws continued to restrict persons who were "undesirable", which was used as a basis for screening prospective immigrants for "national security" concerns related to feared communist subversion.<ref>Reginald Whitaker, ''Double Standard: The Secret History of Canadian Immigration'', 1987, Toronto: Lester and Orpen Denys Ltd., at page 33.</ref> This was used to reject more than 29,000 applications to enter Canada between 1946 and 1958.<ref name=":17" /> == Immigration Appeal Boards == Immigration Appeal Boards, which could hear appeals from decisions to deport aliens, became a feature of the ''Immigration Act'' in 1952. Each board would consist of three staff members from the immigration department selected by the executive on an ''ad hoc'' basis. The ability to have recourse to an immigration appeal board was, from the time of their creation, limited: all appeals were to be heard by the Minister unless, at the Minister's discretion, the appeal was directed to an IAB.<ref name=":67">''An Act respecting Immigration'', SC 1952, c 42, s 31.</ref> Furthermore, the Minister could also reverse any decision of an IAB.<ref name=":68">Ninette Kelley and Michael J. Trebilcock. ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Page 331.</ref> 1962 regulations expanded the jurisdiction of these boards to include appeals from all deportation decisions under the Act.<ref>Kelley, Ninette, and Michael J. Trebilcock. ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Page 338.</ref> In this way, while immigration to Canada continued to be considered a privilege, and not a right, basic due process protections were coming to be seen as properly extended to aliens. Specifically, as Trebilcock and Kelley note, it was coming to be accepted that the rules governing admission or deportation of aliens should be reasonably well specified and transparent, and that deportation decisions should generally be open to challenge before a neutral tribunal.<ref>Kelley, Ninette, and Michael J. Trebilcock. ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Page 351.</ref> That said, at this point, the Immigration Appeal Boards played what Trebilcock and Kelley describe as “a very minor role” in immigration decisions because their jurisdiction was limited to questions of law, and in view of the large discretionary powers granted to the immigration department, errors of law were quite rare.<ref>Kelley, Ninette, and Michael J. Trebilcock. ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Page 349.</ref> Furthermore, given that the boards were controlled by immigration officials, they could be considered neither neutral nor independent. In March 1967, the ''Immigration Appeal Board Act'' changed this. This Act emerged from what was called the Sedgwick Report, drawn up by Joseph Sedgwick, Q.C., a one-man board of inquiry which had been commissioned by the government to study a series of highly controversial deportations. The principal features of the newly reconstituted Board following the passage of the 1967 ''Immigration Appeal Board Act'' were: * <u>Independence:</u> Chief among the recommendations was the establishment of a completely independent Immigration Appeal Board.<ref>Valerie Knowles, ''Strangers at Our Gates: Canadian Immigration and Immigration Policy, 1540-2015'', March 2016, ISBN 978-1-45973-285-8, Dundurn Press: Toronto, p. 191-192.</ref> The Board was no longer controlled by immigration officials, but was instead a quasi-judicial entity independent of the Department of Manpower and Immigration. The Governor in Council now appointed the members of the IAB to serve fixed terms.<ref name=":70">Martine Valois and Henri Barbeau, ''The Federal Courts and Immigration and Refugee Law,'' in Martine Valois, et. al., eds., The Federal Court of Appeal and the Federal Court: 50 Years of History, Toronto: Irwin Law, 2021, at page 300.</ref> In 1973, the IAB's independence was further strengthened through legislative amendments which provided that some IAB members would be appointed on a permanent basis, while others would be appointed to serve renewable two-year terms.<ref name=":70">Martine Valois and Henri Barbeau, ''The Federal Courts and Immigration and Refugee Law,'' in Martine Valois, et. al., eds., The Federal Court of Appeal and the Federal Court: 50 Years of History, Toronto: Irwin Law, 2021, at page 300.</ref> * <u>Broader jurisdiction:</u> The Board assumed the status of a court of record.<ref>''Immigration Appeal Board Act'', SC 1966-67, c 90, s. 11.</ref> A right of appeal to the Board was created for everyone who had been ordered deported from Canada, and for denial of Canadian citizens’ family sponsorship applications.<ref>Raphael Girard, ''Effects of Postwar Immigration Selection Policy on Ethnocultural Diversity in Canada,'' in Canadian Immigration Historical Society, Bulletin 96, March 2021, <http://cihs-shic.ca/bulletin-96-march-2021/> (Accessed April 17, 2021), page 4.</ref> Persons could appeal to the IAB on grounds of law, fact, mixed fact and law,<ref name=":54">Kelley, Ninette, and Michael J. Trebilcock. ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Page 371.</ref> or compassion.<ref name=":16" /> As described below, from 1973 the grounds for appeal came to include those who believed themselves to be refugees in accordance with the 1951 Geneva Convention. However, even prior to this time, any person who had been refused landing and ordered deported could appeal to the IAB, and the Board could order that person to be landed. Because the Board had a flexible and generous compassionate jurisdiction, in Plaut's view, refugees were "to a large extent" accommodated under the IAB's procedures, and "there was therefore no real need for a specific refugee determination process".<ref name=":83" /> * <u>Final authority over deportation decisions:</u> Under the 1952 ''Immigration Act'', the IAB consisted of Immigration Branch officials who made recommendations to the Minister, which the Minister could accept or reject at their discretion. Decisions of the newly reconstituted IAB were instead final (subject only to judicial review, as set out below).<ref name=":55" /> * <u>Leave requirement for judicial review:</u> IAB decisions were final, subject to an appeal, with leave, to the Supreme Court of Canada on questions of law, including jurisdiction.<ref name=":54" /> As commentators have noted, these leave requirements have effectively served to "insulate" such administrative decisions from judicial review.<ref>Molly Joeck, ''Canadian Exclusion Jurisprudence post-Febles'', International Journal of Refugee Law, 17 September 2021; Advance Article, https://doi.org/10.1093/ijrl/eeab034, page 17.</ref> The 1967 changes to the Immigration Appeal Board are said to have proceduralized and judicialized immigration policy to an unprecedented degree and to have presaged calls for similar due process protections in the determination of refugee claims.<ref>Kelley, Ninette, and Michael J. Trebilcock. ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Page 357.</ref> That said, the Board had a statutory limit of 7 to 9 judges<ref name=":44">David Vinokur, ''30 Years of Changes at the Immigration and Refugee Board of Canada'', CIHS Bulletin, Issue #88, March 2019, <https://senate-gro.ca/wp-content/uploads/2019/03/Bulletin-88-Final.pdf> (Accessed May 13, 2021), page 7.</ref> (later increased to 10) and was unable to keep pace with the scale of removals being ordered.<ref name=":39">Raphael Girard, ''Effects of Postwar Immigration Selection Policy on Ethnocultural Diversity in Canada,'' in Canadian Immigration Historical Society, Bulletin 96, March 2021, <[http://cihs-shic.ca/bulletin-96-march-2021/ http://cihs-shic.ca/bulletin-96-march-2021/]> (Accessed April 17, 2021), page 5.</ref> Almost immediately, the Board was swamped with a backlog that, at existing case processing rates, was expected to take decades to go through.<ref>Valerie Knowles, ''Strangers at Our Gates: Canadian Immigration and Immigration Policy, 1540-2015'', March 2016, ISBN 978-1-45973-285-8, Dundurn Press: Toronto, p. 202.</ref> For example, as of August 1973 the IAB had a backlog of 17,000 cases, which it was deciding at a rate of 100 cases per month.<ref name=":56">Kelley, Ninette, and Michael J. Trebilcock. ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Page 373.</ref> In effect, anybody wanting to achieve ''de facto'' permanent residence in Canada needed only to lodge an appeal of their deportation with the Immigration Appeal Board to be added to the Board's backlog, which began to extend into the 21st century.<ref name=":39" /> As a result, in 1973 the government amended the ''Immigration Appeal Board Act'' to abolish the universal right of appeal for all persons in Canada. Instead, only permanent residents, valid visa holders, and persons claiming to be refugees or Canadian citizens were given a right of appeal.<ref name=":56" /> In order to clear the backlog, the government also instituted a one-time amnesty program, which more than 39,000 people availed themselves of, including a significant number of US draft dodgers.<ref>Valerie Knowles, ''Strangers at Our Gates: Canadian Immigration and Immigration Policy, 1540-2015'', March 2016, ISBN 978-1-45973-285-8, Dundurn Press: Toronto, p. 202-203.</ref> == Negotiation of the 1967 Refugee Protocol == The 1951 Convention was seen by many as a Convention that reflected European experience - and by its terms was limited to those fleeing persecution ‘as a result of events occurring before 1 January 1951'. In the 1950s, refugees were emerging in other parts of the world in increasing numbers. In the 1950s, for example, anti-communist and nationalist Chinese refugees fled to Hong Kong in large numbers. In the 1960s, decolonization in Africa saw the scale of the refugee phenomenon there grow. Estimates put the total refugee population of Africa at 400,000 in 1964, a figure that had reached one million by the end of the decade.<ref>Haddad, E. (2008). The Refugee in International Society: Between Sovereigns (Cambridge Studies in International Relations). Cambridge: Cambridge University Press. doi:10.1017/CBO9780511491351, page 149.</ref> To wit, in the early 1960s, 150,000 Tutsi refugees fled Rwanda for Uganda, Burundi, Tanzania and Zaire; more than 80,000 refugees from Zaire could be found in Burundi, the Central African Republic, Sudan, Uganda and Tanzania by 1966; the first Sudanese war that ended in 1972 created 170,000 refugees; and there were 250,000 refugees from Rhodesia in Mozambique, Zambia and Botswana by the end of the 1970s. UNHCR responded in a number of ways. In 1957 it developed what was called its ‘good offices’ mandate, which allowed the organization to bypass the geographical limitations of the Geneva Convention and assist in, ''inter alia'', Hong Kong.<ref name=":85" /> In the mid to late 1960s, negotiations started to expand the temporal and geographic scope of the 1951 ''Refugee Convention''. The Organization of African Unity's move to negotiate a regional refugee convention for Africa was feared by the UNHCR as something that could limit its authority and undermine the (supposedly) universal regime it shepherded.<ref>Haddad, E. (2008). The Refugee in International Society: Between Sovereigns (Cambridge Studies in International Relations). Cambridge: Cambridge University Press. doi:10.1017/CBO9780511491351, page 154-155.</ref> The 1967 Protocol was UNHCR's response. As articulated by the UNHCR, the motivation behind this initiative was to ensure that the ''de facto'' racial distinctions built into the 1951 Convention yielded to a growing anti-discrimination postcolonial zeitgeist:<blockquote>The Convention had led to an unfortunate discrimination among the different groups of refugees, in particular with regard to the African refugees. Such discrimination conflicted with the Statute of his Office and was contrary to the universal spirit of the Convention itself.<ref>Julia Morris, ''The Value of Refugees: UNHCR and the Growth of the Global Refugee Industry'', Journal of Refugee Studies, 11 January 2021, https://doi-org.ezproxy.library.yorku.ca/10.1093/jrs/feaa135 at page 14.</ref></blockquote>The resultant protocol was signed at New York in January 1967. It entered into force that October. The changes that the protocol made to the 1951 Refuge Convention were straightforward: extending the territorial and temporal scope of the Refugee Convention to cover refugees outside of Europe and those displaced for newly emerging reasons.<ref>Savitri Taylor, Klaus Neumann, ''Australia and the Abortive Convention on Territorial Asylum: A Case Study of a Cul de Sac in International Refugee and Human Rights Law'', International Journal of Refugee Law, eeaa006, [https://doi-org.peacepalace.idm.oclc.org/10.1093/ijrl/eeaa006 <https://doi-org.peacepalace.idm.oclc.org/10.1093/ijrl/eeaa006]>, page 4.</ref> Canada was a laggard in signing the instrument. It initially refused to commit to the initiative to negotiate a protocol to the ''Refugee Convention'' on the basis that it was preparing what it termed its ''White Paper on Immigration.''<ref>Robert F Barsky, ''From the 1965 Bellagio Colloquium to the Adoption of the 1967 Protocol relating to the Status of Refugees'', International Journal of Refugee Law, eeaa013, https://doi-org.peacepalace.idm.oclc.org/10.1093/ijrl/eeaa013.</ref> In 1966 Canada released this ''White Paper'' to, in researcher Clare Glassco's words, "test the waters" for making more fundamental changes to the immigration regime.<ref name=":63" /> Reaction to the White Paper was, however, tepid to negative.<ref name=":66" /> As a result, it would be three years until Canada would come to sign onto the 1967 Refugee Protocol. == Canada's ratification of the ''Refugee Convention'' and ''Protocol'' == Among many initiatives, the 1966 ''White Paper on Immigration'' committed to the establishment of an immigration admissions policy that would be free from discrimination on the grounds of "race, colour or religion". Further, the Paper proposed both the introduction of a refugee determination process within Canada’s borders, as well as the ratification of the 1951 UN Refugee Convention. As immigration official E.P. Beasley noted in 1966, in reference to the need for a clear refugee policy, in his view Canada had “become a country of first asylum,” and, thus, “the time may have come to set forth in legislation machinery and a methodology for determining these individual cases more precisely and more fairly.”<ref name=":63">Clare Glassco, ''Before the Sun Comes Up: The Making of Canadian Refugee Policy amidst the Refugee Crisis in Southeast Asia, 1975-1980'', April 1, 2020 <https://heartsoffreedom.org/wp-content/uploads/2020/04/Revised-FINAL-April-3-Before-the-Sun-Comes-Up.pdf> (Accessed April 17, 2020), page 10 of the document.</ref> The concept of a "first country of asylum" in this context refers to a situation where Canada is the first country that grants protection to an individual, as opposed to resettling individuals who have already found temporary protection elsewhere.<ref>UN High Commissioner for Refugees (UNHCR), ''Global Consultations on International Protection/Third Track: Asylum Processes (Fair and Efficient Asylum Procedures)'', 31 May 2001, EC/GC/01/12, available at: https://www.refworld.org/docid/3b36f2fca.html [accessed 6 May 2020], paras. 10-11.</ref> An overall 'concept of control' had arguably traditionally governed Canada's refugee admission policies, a concept designed to control the 'quality' of those admitted, to ensure refugee selection overseas, and to prevent uncontrolled movement into Canada.<ref name=":75">Alan Nash, ''International Refugee Pressures and the Canadian Public Policy Response'', Discussion Paper, January 1989, Studies in Social Policy, page x.</ref> At this time, Canada was increasingly seeing itself as a country of first asylum as Cold War crises caused thousands to seek safe haven in the West.<ref name=":20" /> That said, reaction to the White Paper was sharply negative,<ref name=":66" /> which accounts for why it took a further three years to make significant reforms to the immigration regime. In May 1969 Canada ratified the 1957 ''Agreement Relating to Refugee Seamen''.<ref>Whatconvention.org: International Legal Search Engine, ''Ratifications of the Agreement relating to Refugee Seamen, 1957'', <https://www.whatconvention.org/en/ratifications/47?sort_by=comments&order=asc> (Accessed September 25, 2021).</ref> Then, a month later, in June 1969 Canada ratified the 1951 ''Convention Relating to the Status of Refugees'' as well as the 1967 ''Protocol Relating to the Status of Refugees''.<ref>Canada acceded to the Refugee Convention on June 4, 1969: Martine Valois and Henri Barbeau, ''The Federal Courts and Immigration and Refugee Law,'' in Martine Valois, et. al., eds., The Federal Court of Appeal and the Federal Court: 50 Years of History, Toronto: Irwin Law, 2021, at page 295. See also: Hamlin, Rebecca. ''Let Me Be a Refugee: Administrative Justice and the Politics of Asylum in the United States, Canada, and Australia''. New York: Oxford University Press,  2014. Print. Page 34.</ref> A statement by the Department of Manpower and Immigration at the time said that accession "would not alter the generous treatment Canada had traditionally extended to refugees".<ref>Alan Nash, ''International Refugee Pressures and the Canadian Public Policy Response'', Discussion Paper, January 1989, Studies in Social Policy, page 38.</ref> Indeed, at that time, most refugees were from Eastern Europe, and it was Canadian policy not to return them forcibly, and as such they were generally given immigrant status. Very few persons at that time entered Canada from the parts of the world that are major refugee-producing hotspots today. Furthermore, at that time refugees could apply for residency from within Canada and be considered under our general immigration policy.<ref name=":83">W. Gunther Plaut, ''Refugee determination in Canada: A report to the Honourable Flora MacDonald, Minister of Employment and Immigration'', April 1985, Government of Canada publication, page 54.</ref> Despite ratifying the aforementioned international instruments regarding refugees in 1969, no statute-based, official refugee policy existed in Canada for affirmative claims until the implementation of the 1976 ''Immigration Act''.<ref>Clare Glassco, ''Before the Sun Comes Up: The Making of Canadian Refugee Policy amidst the Refugee Crisis in Southeast Asia, 1975-1980'', April 1, 2020 <https://heartsoffreedom.org/wp-content/uploads/2020/04/Revised-FINAL-April-3-Before-the-Sun-Comes-Up.pdf> (Accessed April 17, 2020), page 5 of the document.</ref> Instead, refugee claims were dealt with on an ''ad hoc'' basis by the then Department of Manpower and Immigration.<ref>W. Gunther Plaut, ''Refugee determination in Canada: A report to the Honourable Flora MacDonald, Minister of Employment and Immigration'', April 1985, Government of Canada publication, page 14.</ref> In 1972, the regulation permitting immigration applications to be made from within Canada was revoked.<ref name=":84">W. Gunther Plaut, ''Refugee determination in Canada: A report to the Honourable Flora MacDonald, Minister of Employment and Immigration'', April 1985, Government of Canada publication, page 55.</ref> This policy change would drive more people in Canada who did not want to be removed to avail themselves of the country's nascent refugee determination procedures. In 1973 the Canadian government established its first formal administrative structure to deal with refugee claimants. An interdepartmental committee comprised of representatives from the Departments of External Affairs and Manpower and Immigration met to assess individual claims and forward their recommendations to the Minister of Manpower and Immigration who had the authority to decide whether a refugee claimant could remain in Canada or would be deported.<ref name=":20" /> Furthermore, the ''Immigration Appeal Board Act'' was amended that year to empower the Board to quash a deportation order against a person it determined to be a Convention refugee<ref name=":42" /> and to also grant special relief in other cases because the claimant would suffer undue hardship or where humanitarian and compassionate considerations could be invoked.<ref name=":78">Alan Nash, ''International Refugee Pressures and the Canadian Public Policy Response'', Discussion Paper, January 1989, Studies in Social Policy, page 39. See also W. Gunther Plaut, ''Refugee determination in Canada: A report to the Honourable Flora MacDonald, Minister of Employment and Immigration'', April 1985, Government of Canada publication, page 15.</ref> While refugees were given a statutory right of appeal to the IAB, the term "refugee" was not defined.<ref name=":84">W. Gunther Plaut, ''Refugee determination in Canada: A report to the Honourable Flora MacDonald, Minister of Employment and Immigration'', April 1985, Government of Canada publication, page 55.</ref> At this point, inland claims occurred at the level of hundreds per year. Individual orders-in-council granted a person status in Canada at the Minister’s discretion and were based in part on humanitarian, economic, and political considerations.<ref name=":20" /> Hathaway states that this was one of the flaws of the system: it was wholly within the Board's (or Minister's) discretion to grant or withhold landing in any particular case; as a result, there was no guarantee that refugees would received protection from Canada.<ref name=":78">Alan Nash, ''International Refugee Pressures and the Canadian Public Policy Response'', Discussion Paper, January 1989, Studies in Social Policy, page 39.</ref> This in-Canada assessment system complemented the overseas assessments then ongoing. Canada had issued a “Guideline for Determination of Refugee Status” in 1970 to give immigration officers criteria for selecting refugees overseas.<ref>Canadian Council for Refugees, ''Brief History of Canada’s Responses to Refugees'', 2009, Canadian Council for Refugees, <https://ccrweb.ca/sites/ccrweb.ca/files/static-files/canadarefugeeshistory2.htm> (Accessed May 9, 2020).</ref> That year Cabinet also approved what was termed the Oppressed Minority policy, which provided for the selection of oppressed people who were not Convention refugees because they were still in their home countries.<ref>Molloy, M. J., & Madokoro, L. (2017). Effecting Change: Civil Servants and Refugee Policy in 1970s Canada. ''Refuge: Canada’s Journal on Refugees'', ''33''(1), 52–61. https://doi.org/10.25071/1920-7336.40448, page 55.</ref> Canada incorporated its obligations under the Refugee Convention and Protocol into domestic law at the same time as series of international efforts to expand the scope of those treaties were underway. Some of these international efforts were successful, for example Canada ratified the Protocol to the Agreement relating to Refugee Seamen in 1975.<ref>UN High Commissioner for Refugees (UNHCR), ''Protocol to the Agreement relating to Refugee Seamen'', 30 March 1975, available at: https://www.refworld.org/docid/3ae6b38218.html [accessed 25 September 2021].</ref> Other efforts were fruitless. In 1967 the United Nations adopted a Declaration on Territorial Asylum<ref>UN General Assembly, ''Declaration on Territorial Asylum'', 14 December 1967, A/RES/2312(XXII), available at: <nowiki>https://www.refworld.org/docid/3b00f05a2c.html</nowiki> [accessed 28 December 2020].</ref> which provided, in Article 3, that no person entitled to invoke Article 14 of the Universal Declaration of Human Rights should be subjected to measures such as rejection at the frontier. A conference was then held in 1977 to embody this, and other provisions, in a revised convention, a proposed UN Convention on Territorial Asylum.<ref>Andreas Zimmermann (editor), ''The 1951 Convention Relating to the Status of Refugees and its 1967 Protocol: A Commentary''. Oxford University Press, 2011, 1799 pp, ISBN 978-0-19-954251-2, ''Background: Interpretation of the 1951 Convention'', at p. 104 (para. 87). See also the following discussion of contemporary thinking about the needs for a new treaty: Richard Plender, ''Admission of Refugees: Draft Convention on Territorial Asylum,'' 15 San Diego L. Rev. 45 (1977). Available at: <nowiki>https://digital.sandiego.edu/sdlr/vol15/iss1/6</nowiki></ref> While a draft was produced,<ref>UNHCR, ''Note on International Protection Addendum 1: Draft Convention on Territorial Asylum (Submitted by the High Commissioner)'', 26 September 1974, A/AC.96/508/Add.1 <https://www.unhcr.org/afr/excom/excomrep/3ae68c023/note-international-protection-addendum-1-draft-convention-territorial-asylum.html> (Accessed December 28, 2020).</ref> the conference ultimately ended in failure.<ref>''Regina v. Immigration Officer at Prague Airport and another (Respondents) ex parte European Roma Rights Centre and others (Appellants),'' [2004] UKHL 55, <https://publications.parliament.uk/pa/ld200405/ldjudgmt/jd041209/roma-1.htm> para. 17.</ref> == Establishment of the Federal Court and increasing judicial scrutiny of immigration decisions == Immigration law during the first century of Canada's nationhood has been said to have been implemented in a "highly discretionary and largely unaccountable" manner.<ref>Kelley, Ninette, and Michael J. Trebilcock. ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Page 253.</ref> It had previously been the case that the ''Immigration Act'' included a very strong privative clause, which courts had largely respected. The 1910 Act stated that "no court, and no judge or officer thereof shall have jurisdiction to review, quash, reverse, restrain or otherwise interfere with any proceeding, decision or order of the Minister or of any Board of Inquiry, or officer in charge ... relating to the detention or deportation of any rejected immigrant ... upon any ground whatsoever, unless such person is a Canadian citizen or has Canadian domicile."<ref>Kelley, Ninette, and Michael J. Trebilcock. ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Pages 140 and 212.</ref> As Trebilcock and Kelley summarize, courts of the day, on the whole, respected these limitations imposed upon them.<ref>Kelley, Ninette, and Michael J. Trebilcock. ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Pages 165, 212-213.</ref> The comments of one Quebec Superior Court judge on this privative clause from a 1921 decision are illustrative:<blockquote>... what Parliament intended, and what Parliament actually provided in the language of this statute, was that all questions as to the entry of immigrants into Canada should be determined exclusively by the machinery of the Department of Immigration, namely by the board of inquiry and immigration officers, subject only to an appeal to the Minister, and without any powers of review or control by the Courts ... ... no Court or Judge may interfere with the proceedings of a board of inquiry, either on the grounds of misunderstanding or misrepresentation of the law, or of the regulations, nor on account of admission of illegal evidence, nor of error in weighing the evidence heard, nor on account of any informality or omissions which may fairly be classed as a matter of procedure, or of departmental regulation.<ref>''Lancet v O'Connell'' (1921), 61 Que. S.C. 9 (Que. S.C.), per Gibson J., as cited in Kelley, Ninette, and Michael J. Trebilcock. ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Page 213.</ref></blockquote>This began to shift so that principles of fairness and due process began to assume an increasing importance in the system. Per the 1967 ''Immigration Appeal Board Act'', challenges to IAB decisions could be filed directly with the Supreme Court of Canada, with that court's leave.<ref>''Immigration Appeal Board Act'', SC 1966-67, c 90, s. 23(1).</ref> Thereafter, the scope of the privative clause in the Act was reduced and in 1971, the Federal Courts, both Trial and Appellate, were established. At this point, Parliament amended the ''Immigration Appeal Board Act'' to direct applications for judicial review of IAB decisions on any question of law to the Federal Court of Appeal, which would have the discretion to grant leave and hear a matter.<ref name=":70">Martine Valois and Henri Barbeau, ''The Federal Courts and Immigration and Refugee Law,'' in Martine Valois, et. al., eds., The Federal Court of Appeal and the Federal Court: 50 Years of History, Toronto: Irwin Law, 2021, at page 300.</ref> Furthermore, the decision of the Minister rejecting a claim to Convention refugee status was reviewable by the Federal Court Trial Division at this time, given that the Trial Division had jurisdiction to issue the traditional prerogative writs where the Court of Appeal did not have jurisdiction. That said, the supervisory jurisdiction of the Federal Courts was usually invoked by way of a judicial review of the IAB decision to the Federal Court of Appeal, rather than by way of reviewing the Minister's subsequent decision at the Federal Court Trial Division.<ref>W. Gunther Plaut, ''Refugee determination in Canada: A report to the Honourable Flora MacDonald, Minister of Employment and Immigration'', April 1985, Government of Canada publication, page 166.</ref> Raphael Girard credits the court's decisions with embedding principles of procedural fairness and transparency of decision making in the immigration Ministry's day-to-day operations.<ref name=":40">Raphael Girard, ''Effects of Postwar Immigration Selection Policy on Ethnocultural Diversity in Canada,'' in Canadian Immigration Historical Society, Bulletin 96, March 2021, <http://cihs-shic.ca/bulletin-96-march-2021/> (Accessed April 17, 2021), page 6.</ref> The Federal Court's immigration caseload would come to account for a large majority of its work and cause long queues of cases seeking judicial review. As of the mid-1980s, when judicial reviews were directed to three-member panels of the Federal Court of Appeal, roughly 75% of judicial review applications before that court were for the review of refugee determinations by the IAB.<ref>W. Gunther Plaut, ''Refugee determination in Canada: A report to the Honourable Flora MacDonald, Minister of Employment and Immigration'', April 1985, Government of Canada publication, page 168.</ref> Two decades later, in the years preceding the implementation of the Refugee Appeal Division at the IRB in 2012, judicial review of inland refugee matters made up around half of the Federal Court’s caseload.<ref>Pierre-André Thériault, ''Settling the Law: An Empirical Assessment of Decision-Making and Judicial Review in Canada's Refugee Resettlement System'', April 2021, Ph.D Thesis, Osgoode Hall Law School, York University, <https://yorkspace.library.yorku.ca/xmlui/bitstream/handle/10315/38504/Theriault_Pierre-Andre_2021_PhD_v2.pdf> (Accessed July 10, 2021), page 346.</ref> == 1976 ''Immigration Act'' == The revised ''Immigration Act'' introduced into Parliament in 1976, and brought into force two years later, was a watershed moment for Canadian immigration policy. It overhauled the statute for the first time more than two decades, expunged the last vestiges of open discrimination in the Act, for example by lifting a ban prohibiting gay men and women from immigrating,<ref name=":20" /> and, after a broad national debate, introduced a series of objectives into the statute which largely remain to this day. It did all of this through provisions that, with their detail and specificity, served to constrain executive decision making.<ref>Kelley, Ninette, and Michael J. Trebilcock. ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Page 457.</ref> It was with the introduction of the 1976 ''Immigration Act'' into Parliament that the government reinforced its willingness to assume its international share in refugee resettlement.<ref name=":19" /> It was this legislation that, for the first time, incorporated Canada's ''Refugee Convention'' obligations into statutory form.<ref>J. Liew & D. Galloway, ''Immigration Law, 2nd edn''., Toronto, Irwin Law, 2015, at 26. See also Shauna Labman, ''Crossing Law’s Border: Canada’s Refugee Resettlement Program,'' 2019, UBC Press: Vancouver, page 39.</ref> One of the objectives stated in the Act was "to fulfill Canada's international legal obligations with respect to refugees and to uphold its humanitarian tradition with respect to the displaced and persecuted".<ref name=":78">Alan Nash, ''International Refugee Pressures and the Canadian Public Policy Response'', Discussion Paper, January 1989, Studies in Social Policy, page 39.</ref> The new Act recognized Convention refugees as a class of immigrants that could be selected abroad for permanent residence in Canada.<ref name=":43">Raphael Girard, ''Asylum Policy in Canada'', CIHS Bulletin, Issue #88, March 2019, <https://senate-gro.ca/wp-content/uploads/2019/03/Bulletin-88-Final.pdf> (Accessed May 13, 2021), page 3.</ref> The legislation also gave legal standing to the pre-existing ''ad hoc'' committee for advising the Minister of Immigration on individual refugee claims from people at the border or in Canada, the Refugee Status Advisory Committee (RSAC).<ref name=":43" /> The RSAC process was as follows: those who sought refugee status in Canada had to first present themselves to an immigration officer. If they were found to be inadmissible (as was usually the case), then they would be sent to an immigration inquiry for a determination about whether they should be removed from the country. It was at this point that the individual could request refugee status, in which case the removal order was stayed and the person was brought before a senior immigration officer for an interview regarding the substance of the refugee claim. The senior immigration officer then sent the transcript of the interview to the RSAC. The RSAC reviewed the application and made a recommendation to the Minister as to whether to accept or deny the claim for protection.<ref name=":46">Kelley, Ninette, and Michael J. Trebilcock. ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Page 401.</ref> The program was very small: it processed only a few hundred claims per year throughout the late 1970s.<ref name=":1">Hamlin, Rebecca. ''Let Me Be a Refugee: Administrative Justice and the Politics of Asylum in the United States, Canada, and Australia''. New York: Oxford University Press,  2014. Print. Page 47.</ref> In the year that the revised ''Immigration Act'' came into force, for example, 4,130 refugees were admitted to Canada, all of whom were fleeing communism.<ref>Valerie Knowles, ''Strangers at Our Gates: Canadian Immigration and Immigration Policy, 1540-2015'', March 2016, ISBN 978-1-45973-285-8, Dundurn Press: Toronto, p. 239.</ref> Those who were not granted refugee status by the RSAC or the Minister had recourse to make an application on humanitarian and compassionate grounds. Such applications were considered by what was termed the Special Review Committee, which acted in an advisory capacity to the Minister.<ref name=":46" /> Furthermore, the Minister could determine that a person, though declared a refugee, should not be permitted to remain in Canada.<ref>W. Gunther Plaut, ''Refugee determination in Canada: A report to the Honourable Flora MacDonald, Minister of Employment and Immigration'', April 1985, Government of Canada publication, page 28.</ref> Both groups had a right to appeal to the ''Immigration Appeal Board.''<ref name=":4">Neil Yeates, ''Report of the Independent Review of the Immigration and Refugee Board'', Government of Canada, April 10, 2018, <https://www.canada.ca/content/dam/ircc/migration/ircc/english/pdf/pub/irb-report-en.pdf> (Accessed April 27, 2020), page 7.</ref> The IAB reviewed the documentary record and was authorized to grant an oral hearing on the merits of the claim for any applicant who, on the basis of the documentary record, showed that there were reasonable grounds to believe that the claim could be established.<ref name=":46" /> Under this system, in its last year of operation, about nine percent of claimants determined by the Minister not to be refugees were determined by the Board to be refugees.<ref>David Matas, ''Closing the Doors'', 1989, Summerhill Press, Toronto, ISBN 0-920197-81-7, page 141.</ref> Access to the entire system was predicated on the fact that an individual was the subject of an inquiry into their immigration status, which essentially meant that they lacked legal status to remain in Canada. Other persons physically present in Canada, but with some form of (temporary) status had no right to make a claim or have it considered under the refugee claim process. This restriction led to what Rabbi Gunther Plaut termed an "administrative nightmare". In an effort to afford persons legally in Canada the benefits of the refugee status determination process, the Immigration Ministry instituted an extra-legal procedure known as the "in-status" claim. The claimant was considered in the same fashion as a person who made a claim while subject to an inquiry into their immigration status. There were problems with this. First, it lacked finality: if refused, the person could then make a second claim and undergo the whole process provided by the legislation anew. Furthermore, "in-status" claimants were ineligible for employment authorizations while they waited for their claim to be processed, their eligibility to work depending instead on the working permissions (or lack thereof) accorded to them by their pre-existing immigration status in Canada.<ref>W. Gunther Plaut, ''Refugee determination in Canada: A report to the Honourable Flora MacDonald, Minister of Employment and Immigration'', April 1985, Government of Canada publication, pages 36-37.</ref> In the 1970s, most refugees that Canada accepted came via overseas resettlement, not an in-Canada asylum process. In the early 1970s Canada accepted its first non-European refugees by resettling a group of 228 Tibetan refugees and developing a “Tibetan Refugee Program” to host them.<ref>Lindsay Van Dyk, “Canadian Immigration Acts and Legislation,” Canadian Museum of Immigration at Pier 21, 2020, <nowiki>https://pier21.ca/research/immigration-history/canadian-immigration-acts-and-legislation</nowiki>.</ref> Tibetan refugee hosting opened the doorway to other refugee resettlement, as Canada accepted more than 7,000 ethnic South Asians expelled from Uganda under the dictatorship of Idi Amin in 1972-73, the first non-white refugees admitted to Canada in large numbers.<ref>George Melnyk and Christina Parker, ''Finding Refuge in Canada: Narratives of Dislocation'', February 2021, Athabasca University Press, <nowiki>ISBN 9781771993029</nowiki>, page 10. CAPIC ACCPI, ''The History of Canadian Immigration Consulting'', Oct. 15 2017, Kindle Edition, North York: ON, ISBN 978-1-7751648-0-0-7 places the number accepted at "almost 8000".</ref> Canada then admitted 7,000 Chilean refugees fleeing Pinochet’s regime in 1973 and about 10,000 Lebanese refugees fleeing the Lebanese Civil War between 1975 and 1978.<ref>Marlene Epp, “Refugees in Canada: A Brief History,” Immigration And Ethnicity In Canada 35 (2017), <https://cha-shc.ca/_uploads/5c374fb005cf0.pdf> (Accessed May 9, 2020), at 15.</ref> In the 1970s, the U.S. was the largest source country of immigration, in part because of the large numbers of draft dodgers and deserters unwilling to fight in Vietnam who found refuge in Canada.<ref name=":16" /> Historian Valerie Knowles states that it is impossible to arrive at hard numbers for the number of draft resister and deserters who escaped to Canada during the Vietnam War, but estimates range from 30,000-40,000 from the Canadian Council for Refugees to between 80,000-200,000 according to Mark Fruitkin, a "draft resister" and author.<ref>Valerie Knowles, ''Strangers at Our Gates: Canadian Immigration and Immigration Policy, 1540-2015'', March 2016, ISBN 978-1-45973-285-8, Dundurn Press: Toronto, p. 214.</ref> Later that decade, from 1978 and 1981, 60,000 refugees from Southeast Asia were accepted - a figure that represents 25 percent of the number of immigrants admitted in these years.<ref name=":17" /> During this time, Canada resettled more refugees from overseas than any other country on a per capita measurement.<ref>Shauna Labman, ''Crossing Law’s Border: Canada’s Refugee Resettlement Program,'' 2019, UBC Press: Vancouver, page 41.</ref> Canadian immigration officials also travelled to El Salvador to interview prisoners at risk from paramilitary death squads there and grant refuge in Canada to some of those at risk, an example of processing claims in another country.<ref>Claire Higgins, ''In-country programs: procedure and politics'', in Satvinder Singh Just (ed.), ''Research handbook on international refugee law,'' 2019, Northhampton, MA, USA: Edward Elgar Publishing, at page 55.</ref> That said, decisions to accept these groups of individuals were ''ad hoc'' and highly political; for example, fearing that most of the Chilean political refugees were too left wing, and not wishing to alienate either the American or new Chilean administrations, the Canadian government restricted their numbers, which is what limited Canada to only accepting about 7,000 Chileans during that 30-year conflict.<ref name=":6" /> Similarly, after Canada accepted some Ugandan Asian refugees, there was marked public opposition to the move, with a poll in 1972 indicating that only 45 percent of Canadians approved of the government's decision; some in the government came to view this initiative as having cost the government seats in that year's election.<ref>Valerie Knowles, ''Strangers at Our Gates: Canadian Immigration and Immigration Policy, 1540-2015'', March 2016, ISBN 978-1-45973-285-8, Dundurn Press: Toronto, p. 213.</ref> To address demands from civil society to have more of a role in refugee sponsorship, and criticism about government refugee sponsorship decisions, in 1978 Canada established a Private Sponsorship Program through which citizens could assist fully or partially in privately sponsoring new refugees.<ref>Martine Panzica, ''A Difficult Line To Walk: NGO and LGBTQ+ Refugee Experiences with Information and Communications Technology (ICT) in Canada,'' MA Thesis, August 2020, <https://dalspace.library.dal.ca/bitstream/handle/10222/79707/Panzica-Martine-MA-IDS-August-2020.pdf?sequence=5> (Accessed August 31, 2020), page 21.</ref> To date more than 300,000 refugees have come to Canada through this program.<ref>See [[Canadian Refugee Procedure/Principles for the interpretation of refugee procedure#Responsibility sharing and burden sharing between states are fundamental principles of the Refugee Convention]].</ref> == Background to the founding of the Immigration and Refugee Board == The background to the creation of the Immigration and Refugee Board of Canada lay in concerns about the rigour, capacity, independence, and fairness of the pre-existing refugee status determination system in the 1980s. To begin with, throughout the 1980s there were concerns about the rigour of Canada's asylum system and about potential abuse of the system. In the words of Deborah Anker, in the early 1980s the government undertook to amend what it painted as a fragile asylum system being taken advantage of by ‘illegitimate’ immigrants.<ref name=":50">The Oxford Handbook of International Refugee Law edited by Costello, Cathryn; Foster, Michelle; McAdam, Jane (3rd June 2021), Part III, Ch.16, page 302.</ref> One of the formative events in the creation of the IRB was the perceived crisis situation which emerged in the late 1980s when the federal government recalled Parliament for an emergency session to amend the ''Immigration Act'' after 174 Sikh persons arrived by lifeboat near the fishing village of Charlesville, Nova Scotia.<ref name=":20" /> At that time, the Canadian Employment and Immigration Advisory Council reported that most business and labour leaders felt the government had "lost control of the border".<ref>Shauna Labman, ''Crossing Law’s Border: Canada’s Refugee Resettlement Program,'' 2019, UBC Press: Vancouver, page 41.</ref> Such concerns about the integrity of the system were exemplified by the Reform Party platform in the 1980s which invoked what has been labelled "inflammatory language" about "immigration abuses, bogus refugees, [and] improper selection of immigrants".<ref name=":8">Gaucher, M. (2020). Keeping your friends close and your enemies closer: Affective constructions of "good" and "bad" immigrants in Canadian conservative discourse. ''Canadian Ethnic Studies, 52''(2), 79-98. Retrieved from https://search.proquest.com/openview/3d2484b69771e5bb213a1b2b030f2677/1?pq-origsite=gscholar&cbl=47027 (Accessed July 4, 2020).</ref> The Progressive Conservative government of the day stated that "many claims have been fraudulent. Recent data show that an average of 70 per cent of claims are unfounded".<ref>Alan Nash, ''International Refugee Pressures and the Canadian Public Policy Response'', Discussion Paper, January 1989, Studies in Social Policy, page 34.</ref> One response to these concerns, implemented in the mid-1980s, was what Deborah Anker describes as a series of restrictive measures, including the elimination of employment authorization and various social services for refugee claimants, and a new practice of returning refugee claimants travelling from the US to that country until their Canadian hearing date approached.<ref name=":50" /> There were also concerns about the capacity of the pre-IRB system as a result of a growing number of refugee claims that were being made during the decade. Rebecca Hamlin states that Canada signed the above-noted international treaties making commitments to refugee protection before it began to consider itself to be a country of first asylum and before asylum seekers started coming to its shores in significant numbers.<ref name=":0">Hamlin, Rebecca. ''Let Me Be a Refugee: Administrative Justice and the Politics of Asylum in the United States, Canada, and Australia''. New York: Oxford University Press,  2014. Print. Page 33.</ref> In 1980 Canada received what today looks like a very modest 1,488 refugee claims.<ref name=":4" /> By the middle of the 1980s, however, that number had grown to the point where such a large number of people were making in-country asylum claims that the system had become completely overloaded, with 8,260 claims being made in 1985.<ref name=":4" /> The effect of this increase in claims, and the resources dedicated to refugee status determination, by 1988 it was taking an average of five to seven years for a claim to be processed.<ref>Alan Nash, ''International Refugee Pressures and the Canadian Public Policy Response'', Discussion Paper, January 1989, Studies in Social Policy, page 76.</ref> This increase in Canada mirrored similar increases elsewhere in the world, for example, while in 1976 Western European nations received 20,000 asylum seekers, in 1980 there were 158,000 such applicants and by 1986, more than 200,000 claims were being made annually.<ref>David A Martin, ed, ''The New Asylum Seekers'': ''Refugee Law in the 1980s: The Ninth Sokol Colloquium on International Law'', The Hague: Martinus Nijhoff, 1986, at 4-6.</ref> In response to these growing numbers, as well as concerns about political interests potentially affecting decision-making on claims, in 1982 decision-making was transferred to a newly reorganized Refugee Status Advisory Committee,<ref>David Matas with Ilana Simon, ''Closing the Doors: The Failure of Refugee Protection'', Summerhill Press Ltd., Toronto, 1989, <nowiki>ISBN 0-920197-81-7</nowiki>, page 217.</ref> which for the first time was made clearly independent of the immigration department, with its own Chairman and an increased budget. Its independence was structurally enshrined by the fact that it reported directly to the Minister, instead of being a component of the Foreign Branch of the CEIC.<ref>W. Gunther Plaut, ''Refugee determination in Canada: A report to the Honourable Flora MacDonald, Minister of Employment and Immigration'', April 1985, Government of Canada publication, page 20.</ref> This allowed it to, for the first time, compile authoritative and independent documentation on refugee-producing situations around the world.<ref name=":43" /> This system involved only written submissions, assessed by the committee in private, with the committee ultimately making recommendations to the Minister of Immigration.<ref>Shauna Labman, ''Refugee Protection in Canada: Resettlement's Role'', Canadian Diversity Magazine, Volume 17 No. 2 2020, <https://dalspace.library.dal.ca/bitstream/handle/10222/79384/Labman%203C.pdf?sequence=1> (Accessed June 20, 2020), at page 8 of the document.</ref> While in 1983 a pilot to provide such claimants with an oral hearing began in Toronto and Montreal,<ref name=":20" /> this simply involved an RSAC member who sat in on the examination and who could discuss any concerns that they had with the claimant and counsel. Under this model, the process was still bifurcated as that Member did not themselves make the actual decision; the decision was still made by the Minister o the advice of an RSAC panel who themselves had not seen the claimant.<ref>W. Gunther Plaut, ''Refugee determination in Canada: A report to the Honourable Flora MacDonald, Minister of Employment and Immigration'', April 1985, Government of Canada publication, page 33.</ref> The Committee consisted equally of members from private life, the Department of Immigration, and the Department of External Affairs.<ref>David Matas, Fairness in Refugee Determination, 1989 18-1 ''Manitoba Law Journal'' 71, 1989 CanLIIDocs 150, <https://canlii.ca/t/spb3>, retrieved on 2021-01-22, page 95.</ref> As such, concerns about the independence of the refugee determination process from Canada's foreign policy persisted. The granting of refugee status could be seen to make a statement about the state of origin, and it was argued that Canada had a history of restricting the grant of refugee status on political grounds, focusing it in particular on Communist states and demonstrating a reluctance to recognize refugees from newly emerging post-Colonial states, lest such grants of refugee protection be perceived as an admission that western powers' policies and actions had been the cause of refugee flows.<ref>Haddad, E. (2008). The Refugee in International Society: Between Sovereigns (Cambridge Studies in International Relations). Cambridge: Cambridge University Press. doi:10.1017/CBO9780511491351, page 151.</ref> In the 1980s, for example, there were attempts by the Department of External Affairs to reverse RSAC decisions, indicating the extent to which the system was under observation.<ref>''The Globe and Mail'', 16 May 1988, A1, A9, as cited in Alan Nash, ''International Refugee Pressures and the Canadian Public Policy Response'', Discussion Paper, January 1989, Studies in Social Policy, page 68.</ref> This impetus for change was bolstered by a series of court decisions which undermined the extant framework for the refugee system. To that point, the system had distinguished between "in status" and "out-of-status" persons, contemplating refugee claims only for those individuals under inquiry for having violated the ''Immigration Act''.<ref>R. G. L. Fairweather, ''Canada's New Refugee Determination System'', 27 CAN. Y.B. INT'l L. 295 (1989), page 297.</ref> In 1985, the Federal Court held that distinction to be unfair and inoperative.<ref>''Tonato v. M.E.I.'', [1985] 1 F.C. 925 (F.C.T.D.).</ref> Furthermore, another 1985 decision, ''Singh v. Minister of Employment and Immigration'', established that where the credibility of a claimant is at stake, an oral hearing before the then-''Immigration Appeal Board'' was required. In so ruling, the Supreme Court of Canada set aside the previous system under which an application for an oral hearing had to be made.<ref>David Matas, Fairness in Refugee Determination, 1989 18-1 ''Manitoba Law Journal'' 71, 1989 CanLIIDocs 150, <https://canlii.ca/t/spb3>, retrieved on 2021-01-22, page 92.</ref> The ''Singh'' decision is often seen as a watershed that enforced ''Canadian Charter of Rights and Freedoms'' protections for migrants on arrival on Canadian soil, thereby requiring an overhaul of the refugee determination process to ensure that fair oral hearings started to be offered as a matter of course.<ref name=":4" /> One immediate response to the ''Singh'' decision was to expand access to oral hearings and to increase the capacity of the system in order to facilitate such access. In 1985, Bill C-55 modified the IAB to ensure that all refugees had the opportunity to have an oral hearing during their appeal and the bill increased the number of IAB members from eighteen up to fifty.<ref>UNHCR.ca, ''Seven Decades of Refugee Protection in Canada:1950-2020'', <https://www.unhcr.ca/wp-content/uploads/2020/12/Seven-Decades-of-Refugee-Protection-In-Canada-December-14-2020.pdf> (accessed June 13, 2021), page 13.</ref> To address this constellation of challenges, the Canadian governments of the day commissioned a series of major studies, principally the 1981 Task Force on Immigration Practices and Procedures, the 1981 McDonald Royal Commission of Inquiry Concerning Certain Activities of the RCMP which reviewed the security screening process in immigration, the 1983 Robinson Report entitled ''Illegal Migrants in Canada'', the 1984 Ratushny Report entitled ''A New Refugee Status Determination Process for Canada'', the 1984 Deschênes Commission of Inquiry on War Criminals in Canada, and the 1985 report by Rabbi Gunther Plaut entitled ''Refugee Determination in Canada''. Each of these reports recommend approaches for a new asylum determination system that would address both the right to be heard, and balance the competing interests of fairness and efficiency.<ref name=":4" /> The 1981 Task Force provided a report entitled "The Refugee Status Determination Process" which made three main recommendations: 1) the RSAC should be independent of immigration and external policy considerations, 2) the use of the Convention refugee definition should observe the spirit as well as the letter of the law, and 3) claimant should be given an oral hearing as part of the preliminary determination stage. Finally, the report also recommended that the ''Immigration Act'' "be amended to replace the present determination process with a central tribunal which would hear and determine refugee claims."<ref name=":79">Alan Nash, ''International Refugee Pressures and the Canadian Public Policy Response'', Discussion Paper, January 1989, Studies in Social Policy, page 45.</ref> The government took some immediate steps in response to the 1981 Task Force report. For example, with respect to the recommendation that the spirit of the Convention refugee definition be observed, the Minister issued new guidelines which instituted that the benefit of the doubt be given to claimants.<ref name=":79">Alan Nash, ''International Refugee Pressures and the Canadian Public Policy Response'', Discussion Paper, January 1989, Studies in Social Policy, page 45.</ref> The government also took other steps to increase the fairness of the system for refugee claimants, including replacing job-specific employment documents with generic authorizations in 1985<ref name=":79" /> and dropping the requirement for an inquiry to be convened before a clamant would qualify for employment authorization - thereby eliminating an obstacle that had resulted in waits of up to eight months for employment authorization.<ref>Alan Nash, ''International Refugee Pressures and the Canadian Public Policy Response'', Discussion Paper, January 1989, Studies in Social Policy, pages 47 and 52.</ref> What ultimately emerged from all of these reports, events, and related legislative machinations of the 1980s was a new asylum system centred around a tribunal model. The relevant legislation, Bill C-55, or the ''Refugee Reform Act'', was introduced in the House of Commons in 1986. This bill was supplemented by Bill C-84, the ''Refugee Deterrents and Detention Act.'' This latter, more restrictive piece of legislation, responded concerns about ships arriving on Canada's coast, criminality, and people smuggling.<ref>David Matas with Ilana Simon, ''Closing the Doors: The Failure of Refugee Protection'', Summerhill Press Ltd., Toronto, 1989, <nowiki>ISBN 0-920197-81-7</nowiki>, page 224.</ref> There was lengthy debate about these bills at an emergency session of Parliament.<ref>Reginald Whitaker, ''Double Standard: The Secret History of Canadian Immigration'', 1987, Toronto: Lester and Orpen Denys Ltd., at page 9.</ref> The Senate conducted an extensive inquiry into Bill C-84, and rejected the bill twice.<ref>Alan Nash, ''International Refugee Pressures and the Canadian Public Policy Response'', Discussion Paper, January 1989, Studies in Social Policy, page 62.</ref> Ultimately, after a new Immigration Minister agreed to additional amendments, the two bills were passed by the House of Commons and the Senate in 1988 and were given royal assent on July 21 of that year.<ref>Alan Nash, ''International Refugee Pressures and the Canadian Public Policy Response'', Discussion Paper, January 1989, Studies in Social Policy, page 1.</ref> Features and aspects of the new system included: * <u>Creation of an independent tribunal:</u> The Immigration and Refugee Board of Canada came into existence as an independent administrative tribunal on January 1, 1989 with 115 members.<ref>David Matas with Ilana Simon, ''Closing the Doors: The Failure of Refugee Protection'', Summerhill Press Ltd., Toronto, 1989, <nowiki>ISBN 0-920197-81-7</nowiki>, page 170.</ref> At that time, the IRB consisted of two divisions: the Convention Refugee Determination Division and the Immigration Appeal Division, which replaced the previous Immigration Appeal Board. Gordon Fairweather, a former Attorney General of New Brunswick and the first Chief Commissioner of the Canadian Human Rights Commission, was appointed as the first Chairman of the IRB.<ref name=":20" /> As the respective names imply, one of the biggest changes was the move from a Refugee Status ''Advisory Committee'' which had left ultimate decision-making in the hands of the Minister it advised, to a fully independent tribunal.<ref>W. Gunther Plaut, ''Refugee determination in Canada: A report to the Honourable Flora MacDonald, Minister of Employment and Immigration'', April 1985, Government of Canada publication, page 131.</ref> *<u>CRDD Oral hearings:</u> The new refugee determination process included an oral refugee claim hearing with two IRB members presiding.<ref>Pia Zambelli, “Paradigm Shift: Towards a New Model for Refugee Status Determination in Canada” (2018) 51:1 ''UBC Law Review'' 229 at 229.</ref> *<u>Eligibility and credible basis screening procedure:</u> The ''Immigration Act'' included a procedure whereby all applicants had a hearing before a panel of two in which a claimant had the burden of proving that they were eligible to have their claim determined and that there was a credible basis for the claim.<ref>Marlys Edwardh and Daniel Brodsky, Media Access to Refugee Proceedings in Canada, 1991 29-3 ''Alberta Law Review'' 701, 1991 CanLIIDocs 227, <https://canlii.ca/t/slxm>, retrieved on 2021-01-19, page 702.</ref> The panel included an immigration officer and a member of the CRDD. If either of the two panel members were persuaded, then the claim would be heard at a full hearing before the CRDD. When this system was being introduced, the government estimated that this screening process could be completed in between three and seven days.<ref name=":76">Alan Nash, ''International Refugee Pressures and the Canadian Public Policy Response'', Discussion Paper, January 1989, Studies in Social Policy, page 32.</ref> Reasons were required to be provided for decisions in this screening process.<ref name=":76">Alan Nash, ''International Refugee Pressures and the Canadian Public Policy Response'', Discussion Paper, January 1989, Studies in Social Policy, page 32.</ref> As of October 1989, 5% of claims had been determined to lack a credible basis pursuant to this process.<ref>R. G. L. Fairweather, ''Canada's New Refugee Determination System'', 27 CAN. Y.B. INT'l L. 295 (1989), page 301.</ref> *<u>Governor-in-Council appointees:</u> Up to 65 full-time Members of the Convention Refugee Determination Division could be appointed by the Governor in Council.<ref name=":44" /> If workload required, additional part-time Members could be recruited.<ref>Alan Nash, ''International Refugee Pressures and the Canadian Public Policy Response'', Discussion Paper, January 1989, Studies in Social Policy, page 31.</ref> * <u>Non-adversarial processes:</u> The CRDD hearing into a claim was to be conducted in a non-adversarial manner. As part of this, the Minister was entitled only to present evidence and could not cross-examine the claimant or make representations, save where exclusion was at issue.<ref name=":44" /> Panels of the CRDD were assisted by an IRB employee called a Refugee Hearing Officer (RHO).<ref name=":44" /> The RHO was the new name for what had been referred to as the case presenting officer under the previous Refugee Status Advisory Committee system.<ref name=":82" /> * <u>Private proceedings:</u> In contrast to the public proceedings at the former IAB, CRDD proceedings were normally conducted ''in camera''.<ref name=":44" /> * <u>Informal processes:</u> IRB management aimed to ensure that the Board respected its quasi-judicial status and avoided the trappings of a conventional court system, pushing the idea of brief written decisions and also supporting oral decisions.<ref>V. Peter Harder, ''Peter Harder Reminisces about the Early Years of the Immigration and Refugee Board'', CIHS Bulletin, Issue #88, March 2019, <https://senate-gro.ca/wp-content/uploads/2019/03/Bulletin-88-Final.pdf> (Accessed May 13, 2021), page 13.</ref> *<u>No countries designated pursuant to the safe third country regime:</u> One concern raised by civil society with the new legislation was the Safe Third Country Regime that it introduced. In response to public criticism of the Safe Third Country Regime, Barbara McDougall, who was then Minister of Employment and Immigration, became persuaded that the United States might send refugee claimants deported from Canada back to Central America where their lives would be in jeopardy. As a result, she announced in December 1988 that she was "prepared to proceed with no country on the safe third country list ... We think the new system will be able to function without it."<ref>Valerie Knowles, ''Strangers at Our Gates: Canadian Immigration and Immigration Policy, 1540-2015'', March 2016, ISBN 978-1-45973-285-8, Dundurn Press: Toronto, p. 228.</ref> *<u>Limitations on judicial review:</u> As was the case for the IAB, judicial review of determinations made by the IRB could only proceed with leave.<ref>Martine Valois and Henri Barbeau, ''The Federal Courts and Immigration and Refugee Law,'' in Martine Valois, et. al., eds., The Federal Court of Appeal and the Federal Court: 50 Years of History, Toronto: Irwin Law, 2021, at page 305.</ref> However, the act provided taht deportations would not take place until the Court had made a decision on the application for judicial review.<ref name=":77">Alan Nash, ''International Refugee Pressures and the Canadian Public Policy Response'', Discussion Paper, January 1989, Studies in Social Policy, page 33.</ref> *<u>Post-determination risk assessment:</u> The government instituted a policy in 1989 to conduct a risk review for refused refugee claimants where time had passed between their refusal and deportation to assess claims regarding new risks.<ref name=":16" /> Specificially, unsuccessful refugee claimants were able to apply for post-determination review by an immigration official to evaluate whether removal would result in compelling personal risk. This review assessed "risk to life, inhumane treatment, or extreme sanctions," and could provide protection to persons not covered by the 1951 Convention and Protocol.<ref>Inter-American Commission on Human Rights (IACHR), ''Report on the Situation of Human Rights of Asylum Seekers Within the Canadian Refugee Determination System'', 2000, Inter-Am. C.H.R., OEA/Ser.L/V/II.106, Doc. 40 rev. (2000), available at: <nowiki>https://www.refworld.org/docid/50ceedc72.html</nowiki> [accessed 18 August 2020], para. 87.</ref> Approximately 2-3% of such applications were accepted.<ref>Inter-American Commission on Human Rights (IACHR), ''Report on the Situation of Human Rights of Asylum Seekers Within the Canadian Refugee Determination System'', 2000, Inter-Am. C.H.R., OEA/Ser.L/V/II.106, Doc. 40 rev. (2000), available at: <nowiki>https://www.refworld.org/docid/50ceedc72.html</nowiki> [accessed 18 August 2020], para. 89.</ref> As discussed below, this process eventually became the foundation for what is now s. 97 of the IRPA. *<u>Cessation and vacation provisions:</u> Under this new law, the Minister was able to apply to the Refugee Division for a determination, before a panel of three of its members, that a person was no longer a Convention refugee on the grounds that the refugee obtained their status by fraudulent means or misrepresentation, or that the refugee no longer needs protection.<ref name=":77">Alan Nash, ''International Refugee Pressures and the Canadian Public Policy Response'', Discussion Paper, January 1989, Studies in Social Policy, page 33.</ref> The IRB represented a fresh start for asylum policy-making in Canada. As part of the transition to the new system, the government instituted a one-time expedited review program for people with pending asylum applications. This was designed to "clear the decks" and allow for a fresh start in asylum policy-making.<ref name=":1" /> It essentially amounted to a general amnesty for refugee claimants who had entered Canada before 21 May 1986, one where individuals were permitted to stay in Canada and become permanent residents if they were already employed or likely to secure employment in the near future and had no medical, security, or criminal concerns.<ref name=":20" /> While under the previous system 30% of applicants had been accepted,<ref>David Matas with Ilana Simon, ''Closing the Doors: The Failure of Refugee Protection'', Summerhill Press Ltd., Toronto, 1989, <nowiki>ISBN 0-920197-81-7</nowiki>, page 267.</ref> under the expedited review program, acceptance rates were much higher - approximately 85% of the 28,000 applicants processed in 1986, for example, were accepted. All told, a backlog of 125,000 cases accumulated between the ''Singh'' decision and the coming into effect of the reformed refugee determination system in 1989, cases which were addressed through this expedited review program.<ref name=":40" /> While the expedited review program was supposed to be able to process the outstanding applications within two years, it took much longer to do so, keeping, in the words of the Canadian Council for Refugees Executive Director Janet Dench, "refugees in limbo and separated from their families for years".<ref name=":66" /> == Juridification of the refugee system and broader interpretations of the refugee definition == A longer-term implication of the ''Singh'' decision and the resultant changes to the refugee system, including the creation of the IRB, has arguably been the increasing 'juridification' of the refugee process.<ref>For context on this phenomenon see: Matthew J. Gibney, ‘The State of Asylum: Democratization, Judicialization and Evolution of Refugee Policy in Europe’, (2001) New Issues in Refugee Research Working Paper, No. 50.</ref> Colin Scott defines juridification as the “process by which relations hitherto governed by other values and expectations come to be subjected to legal values and rules”.<ref>Colin Scott, “The Juridification of Regulatory Relations in the UK Utilities Sector”, in Julia Black, Peter Muchlinski & Peter Walker, eds, Commercial Regulation and Judicial Review (Oxford: Hart Publishing, 1998) 19 at 19.</ref> A legal conception of asylum has edged out other conceptions of the institution and process, including the political and religious conceptions of asylum that were previously dominant.<ref>Behrman, S. (2018). ''Law and Asylum: Space, Subject, Resistance'' (1st ed.). Routledge. <nowiki>https://doi.org/10.4324/9780203730348</nowiki> at page xxvii.</ref> This change had implications for how the system was administered. For example, the reasons offered for decisions by the Refugee Status Advisory Committee in the 1980s were scant; as refugee lawyer David Matas describes it, the reasons often consisted of "merely a few sentences" which "seldom related the findings of fact on which their conclusions were based".<ref>David Matas, Fairness in Refugee Determination, 1989 18-1 ''Manitoba Law Journal'' 71, 1989 CanLIIDocs 150, <https://canlii.ca/t/spb3>, retrieved on 2021-01-22, page 100 (quote lightly edited to change tense).</ref> In short, he states, what were offered were conclusions, as opposed to reasons. The reasons offered by the IRB would generally be more fulsome. This transition was consistent with international trends at the time - for example, it was not until 1984 that the Home Secretary in the UK was even required to give reasons for an asylum decision.<ref>Emma Borland, ''Temporal pillars of fairness: reflections on the UK's asylum adjudication regime from an original refugee-centred position'', PhD Thesis, 2020, Cardiff University, <<nowiki>https://orca.cardiff.ac.uk/132879/</nowiki>> (Accessed June 30 2021), page 67.</ref> In this way, as the juridification of the system emphasized the importance of individuals retaining counsel, it is no coincidence that it was in 1986 that a group of immigration consultants assembled to form the immigration industry association in Canada, the Association of Immigration Counsel of Canada.<ref name=":66" /> Questions that arose about the legality of the immigration consultant regime were put to rest in the 1990s with legal proceedings that the Law Society of British Columbia brought against Jaswant Singh Mangat, who ran Westcoast Immigration Consultants Ltd., providing representation for a fee before the Immigration and Refugee Board. After a BC judge issued an injunction against these activities on the basis that Mangat was not called to the bar in British Columbia, his became a test case, ultimately resolving in 2001 when the Supreme Court of Canada concluded that non-lawyer immigration consultants were in fact legal and authorized by the ''Immigration Act''.<ref name=":66" /> At this time there was no system regulating immigration consultants and there was nothing in Canadian law which would prohibit an unlicenced individual from charging a fee to represent a client in an immigration matter.<ref name=":66" /> This would not arrive until after 2002. With the end of the Cold War, and this juridification of the refugee system, the nature of who was recognized as a refugee began to shift - the concept went from being primarily about flight from Communism to a broader human rights-based conception of who was entitled to protection. Between the 1950s and the 1970s, argued the refugee scholar Gil Loescher, "recognizing persecution and the identifying perpetrators caused no headaches and the grant of asylum was generally used to reaffirm the failures of Communism and the benevolence of the West."<ref name=":85" /> The newfound IRB began to interpret the ''Refugee Convention'' in a way that was characterized as "expansive" and "progressive". In 1991, Canada became one of the first countries in the world to recognize sexual orientation-related persecution as a basis for claiming asylum.<ref>Molnar, Petra. "LGBTQ+ Refugees in Canada". The Canadian Encyclopedia, 14 May 2018, Historica Canada. <nowiki>https://www.thecanadianencyclopedia.ca/en/article/lgbtq2-refugees-in-canada</nowiki>. Accessed 30 December 2020.</ref> In 1993, the ''Immigration Act'' was amended to give the Chairperson the authority to issue guidelines.<ref name=":45" /> Canada then issued guidelines on the handling of gender-based asylum claims in 1993, something that was associated with a growing acceptance of claims related to gender-based persecution.<ref>Hamlin, Rebecca. ''Let Me Be a Refugee: Administrative Justice and the Politics of Asylum in the United States, Canada, and Australia''. New York: Oxford University Press, 2014. Print. Page 122.</ref> While 80% of Canada's refugee entrants in the 1980s were men,<ref name=":75">Alan Nash, ''International Refugee Pressures and the Canadian Public Policy Response'', Discussion Paper, January 1989, Studies in Social Policy, page x.</ref> the system became more gender balanced by the late 1990s. In 1996, the IRB adopted guidelines on child refugee claimants, reportedly the first such policy initiative of its kind adopted by any state system.<ref name=":10">Inter-American Commission on Human Rights (IACHR), ''Report on the Situation of Human Rights of Asylum Seekers Within the Canadian Refugee Determination System'', 2000, Inter-Am. C.H.R., OEA/Ser.L/V/II.106, Doc. 40 rev. (2000), available at: <nowiki>https://www.refworld.org/docid/50ceedc72.html</nowiki> [accessed 18 August 2020].</ref> Much later, in 2017, the Board implemented guidelines on the adjudication of claims involving Sexual Orientation and Gender Identity and Expression (SOGIE).<ref name=":12">Lee, E.O.J., Kamgain, O., Hafford-Letchfield, T. ''et al.'' Knowledge and Policy About LGBTQI Migrants: a Scoping Review of the Canadian and Global Context. ''Int. Migration & Integration'' (2020). https://doi.org/10.1007/s12134-020-00771-4.</ref> These progressive interpretations of Canada's refugee obligations were influenced by Canada's human rights obligations and international human rights procedures that refugee claimants may access. The Government of Canada ratified the Convention on the Rights of the Child in 1991. This supplemented earlier instruments that Canada had ratified, including the International Covenant on Civil and Political Rights and the International Covenant on Social, Economic and Cultural Rights. Claimants today can bring individual complaints to seven UN treaty bodies established pursuant to such treaties, as well as to the special procedures established by the UN Human Rights Council, in particular, the Special Rapporteur on the human rights of migrants. The Committee against Torture is by far the most solicited UN treaty body and between 80 per cent and 90 per cent of all individual complaints submitted thereto concern alleged violations of the principle of ''non-refoulement'' enshrined in Article 3 of the Convention.<ref>Chetail, V. (2019). ''International Migration Law''. London, England: Oxford University Press, page 73.</ref> == Growing claim numbers and efficiency measures == The arguable corollary to this broadened definition of a refugee was an increasing difficulty of distinguishing refugees from other migrants.<ref>Haddad, E. (2008). The Refugee in International Society: Between Sovereigns (Cambridge Studies in International Relations). Cambridge: Cambridge University Press. doi:10.1017/CBO9780511491351, page 165.</ref> Indeed, because poverty may be a contributory cause of human rights abuse, many refugees will be migrating to better economic conditions.<ref>Alan Nash, ''International Refugee Pressures and the Canadian Public Policy Response'', Discussion Paper, January 1989, Studies in Social Policy, page 2.</ref> Such challenges, the individualistic status determination model employed in Canada, as well as a ballooning number of claims, quickly resulted in backlogs. Soon after the IRB started in 1989, the number of asylum seekers reaching Canada began to rise, from a rate of several thousand a year, to reach 37,000 in 1992.<ref name=":48">Kelley, Ninette, and Michael J. Trebilcock. ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Page 381. See also the following statement that Canada "received more than 40,000 refugees in 1992" in Martine Valois and Henri Barbeau, ''The Federal Courts and Immigration and Refugee Law,'' in Martine Valois, et. al., eds., The Federal Court of Appeal and the Federal Court: 50 Years of History, Toronto: Irwin Law, 2021, at page 302.</ref> This happened concomitant to several global crises, including the implosion of the former Yugoslavia in 1991-92, which saw a number of persons come to Canada and claim asylum. At this point, Canada also fast tracked the admission of more than 25,000 refugees from Bosnia through its resettlement program.<ref>Valerie Knowles, ''Strangers at Our Gates: Canadian Immigration and Immigration Policy, 1540-2015'', March 2016, ISBN 978-1-45973-285-8, Dundurn Press: Toronto, p. 282.</ref> Bill C-86, passed by the Senate in December 1992, was a response to this influx of claimants. The bill was perceived to be primarily concerned with boosting the system's efficiency. It did this in a number of ways: * First was by eliminating a screening system for claims at the IRB and transferring authority for determining whether an applicant was eligible to claim refugee status from the Board to senior immigration officers at the immigration department.<ref>Valerie Knowles, ''Strangers at Our Gates: Canadian Immigration and Immigration Policy, 1540-2015'', March 2016, ISBN 978-1-45973-285-8, Dundurn Press: Toronto, p. 240.</ref> In the name of efficiency, Bill C-86 transferred the eligibility determination step to the department and abandoned the screening process designed to eliminate claims with “no credible basis”.<ref>Canadian Council for Refugees, ''The challenge of fair and effective refugee determination,'' 23 July 2009 <https://ccrweb.ca/files/fairdetermination.pdf> (Accessed April 24, 2020).</ref> When the ''Immigration Act'' was amended to eliminate the two-stage screening process, a new test for determining that claims have no credible basis was added to the statute, but it assumed a different function: instead of screening out claims at a preliminary stage, it served to restrict the post-determination rights of unsuccessful claimants whose claims were found not to be supported by any credible evidence.<ref>''Rahaman v. Canada (Minister of Citizenship and Immigration)'', 2002 FCA 89, [2002] 3 FC 537, <[https://www.canlii.org/en/ca/fca/doc/2002/2002fca89/2002fca89.html?searchUrlHash=AAAAAQAaUmFoYW1hbiBhbmQgY3JlZGlibGUgYmFzaXMAAAAAAQ&resultIndex=1 https://www.canlii.org/en/ca/fca/doc/2002/2002fca89/2002fca89.html]> at paras 14-16.</ref> * Changes were also made to the process for seeking judicial review of the Board's decisions. From the time that the IRB had been created, panels of the Federal Court of Appeal had been conducting the judicial reviews, where they granted leave. February 1992 reforms to the ''Federal Courts Act'' transferred judicial review jurisdiction over credible basis decisions to the Federal Court Trial Division.<ref>Mary C Hurley, Principles, Practices, Fragile Promises: Judicial Review of Refugee Determination Decisions Before the Federal Court of Canada, 1996 41-2 ''McGill Law Journal'' 317, 1996 CanLIIDocs 50, <https://canlii.ca/t/2bhf>, retrieved on 2021-06-25 at page 334.</ref> In 1993, amendments to the ''Immigration Act'' came into force which vested single judges of the Trial Division with original judicial review jurisdiction over all decisions of the Convention Refugee Determination Division.<ref>These amendments had been passed by Parliament in 1990, but took several years to be brought into force. See: Martine Valois and Henri Barbeau, ''The Federal Courts and Immigration and Refugee Law,'' in Martine Valois, et. al., eds., The Federal Court of Appeal and the Federal Court: 50 Years of History, Toronto: Irwin Law, 2021, at page 305 and Mary C Hurley, Principles, Practices, Fragile Promises: Judicial Review of Refugee Determination Decisions Before the Federal Court of Canada, 1996 41-2 ''McGill Law Journal'' 317, 1996 CanLIIDocs 50, <https://canlii.ca/t/2bhf>, retrieved on 2021-06-25 at page 320. </ref> The move from multi-member panels to single judges for judicial reviews was yet another efficiency measure implemented for this high volume system. In 1994, as a concession to pragmatism, the government decided not to return certain refused refugee claimants to their countries of origin, particularly certain claimants from China. It did this by introducing the Deferred Removal Orders Class (DROC), which allowed applications for landing from refused refugee claimants who had not been removed after three years, subject to certain conditions. The Class was particularly aimed at resolving the situation of some 4,500 Chinese claimants waiting in limbo.<ref name=":66" /> In this way, the initiative was a compromise: providing a sort of amnesty for the existing backlog of claimants, who had waited while deportations to China were suspended following the Tiananmen Square massacre, while also announcing that deportations of new refused claimants would recommence. Later, Canada also introduced special measures to address the situations of claimants who were not being recognized through regular procedures. In January 1997 the government introduced the Undocumented Convention Refugees in Canada Class (UCRCC), which offered a means for some refugees from Somalia and Afghanistan who were unable to satisfactorily establish their identity to become permanent residents, but imposing a five year wait from the date of their refugee determination.<ref name=":16" /> Finally, the position of the Refugee Hearing Officer continued to be seen as an important part of the efficiency and integrity of the system. This position assisted CRDD Members by conducting research and being responsible for questioning during hearings. In 1995, the position was renamed to be called a Refugee Claim Officer.<ref name=":45">David Vinokur, ''30 Years of Changes at the Immigration and Refugee Board of Canada'', CIHS Bulletin, Issue #88, March 2019, <https://senate-gro.ca/wp-content/uploads/2019/03/Bulletin-88-Final.pdf> (Accessed May 13, 2021), page 8.</ref> == Growing claim numbers and deterrence measures == There was a time when the refugee "problem" was thought to be solvable.<ref name=":29">Shauna Labman, ''Crossing Law’s Border: Canada’s Refugee Resettlement Program,'' 2019, UBC Press: Vancouver, page 17.</ref> The Office of the United Nations High Commissioner for Refugees (UNHCR) was originally set up for only three years. The office was renewed by the UN General Assembly thereafter, but only for successive five-year periods. UNHCR's temporary nature, and repeated renewals, continued until December 2003. At that time, the UNGA removed the temporal limitation and created a framework for refugee protection set to continue indefinitely, "until the refugee problem is solved".<ref name=":29" /> In Shauna Labman's words, the removal of the temporal limitation on UNHCR's mandate speaks to the recognition of the increasing unlikelihood of such a resolution.<ref name=":29" /> Ebbing expectations of any permanent solution to refugee issues have come at the same time as refugee numbers have grown, asylum claimants have come from further afield, and concomitant refugee status determination costs have increased. This has been driven by reductions in the cost of international air travel, and the end of the Cold War, and with it a sharp reduction in the number of countries placing limits on the ability of nationals to leave their state (viz. the fall of the Berlin Wall).<ref name=":62" /> In response, in Bríd Ní Ghráinne's words, states have begun to employ increasingly "creative" means to constrain refugee flows and restrict the number of individuals they recognize as refugees.<ref name=":3">Bríd Ní Ghráinne, ''Safe Zones and the Internal Protection Alternative'', 2020-04-16, International and Comparative Law Quarterly, DOI: 10.1017/S0020589320000019 <https://doi.org/10.1017/S0020589320000019> (Accessed April 18, 2020), page 341.</ref> Such measures have included curtailing the entry of refugees onto their territories through what she terms “relatively invisible—and hence politically expedient—''non-entrée'' measures”<ref name=":3" /> which have been deployed by Canada to an increasing extent in recent decades. Canada's geographic location, buffered by the U.S., Mexico, and three oceans, has long made it difficult for irregular migrants to reach its territory.<ref>Ernesto Castaneda, ''Fortress North America: Theorizing a Regional Approach to Migration Management,'' American University, <[https://d1wqtxts1xzle7.cloudfront.net/66598692/Fortress_North_America_4_23_21_Castaneda_Danielson_Rathod-with-cover-page-v2.pdf?Expires=1626553200&Signature=Sszz1nlFvj16tw1o-ugkUpZorOqRJpaAqCAIGZhMutAkLubShL~iqScCGE0IUam4suCH-Vr4LLHlJCaE1FP3pv2xK-VF5C7BVHu1mxpJzjjUmTgV-3Q93sS2sorw6qPQ8SWsYYmQpNsJuruYdnBwfAXN~eTisxAoCUVzmXJX-Z5Gs8p~J1-0Py3fWaWz8n9TKYnqwgl3SB~02IMrwZ4y3e96IQbpuhUxzX7B33VUvY20u3tRo5qzbIo2qU~T2n4m9u~5PMgfWTJHEkKg4377JUBKw6JL1QGIDloajZ~476V494ip4ndLudQGoXUeqXwdxuef93yBshofC~A7hvBJMw__&Key-Pair-Id=APKAJLOHF5GGSLRBV4ZA https://d1wqtxts1xzle7.cloudfront.net/66598692/Fortress_North_America_4_23_21_Castaneda_Danielson_Rathod-with-cover-page-v2.pdf]> (Accessed July 18, 2021), at page 7.</ref> As the number of claimants in the country has risen in recent decades, Canada has increasingly turned towards the following ''non-entrée'' measures: * <u>Restrictive visa policies:</u> Until the late 1970s Canada had many fewer direct flights from other countries and it also had no visa requirement for any country in the western hemisphere.<ref>Rob Vineberg, ''Canada’s Imposition of a Visitor Visa Requirement on Haitians: the First in the Western Hemisphere,'' CIHS Bulletin, June 2021, Issue 97, <[https://docs.google.com/viewerng/viewer?url=http://cihs-shic.ca/wp-content/uploads/2021/07/Bulletin-97-June-2021.pdf&hl=en_GB http://cihs-shic.ca/wp-content/uploads/2021/07/Bulletin-97-June-2021.pdf]> (Accessed July 18, 2021), at page 10.</ref> Instead, many travellers to Canada had to switch flights in the United States, something which generally required a visa to that country. In the late 1970s, direct flights to Canada from other countries began to spring up and Canada began to implement an in-Canada asylum system. Canada simultaneously began to require visas for entry into Canada, something which restricted access to the asylum process.<ref name=":12" /> In 1987 the government began to require that individuals travelling via Canada to another country have a transit visa to pass through Canada if they came from a country whose citizens required a visitor visa to visit Canada.<ref>Alan Nash, ''International Refugee Pressures and the Canadian Public Policy Response'', Discussion Paper, January 1989, Studies in Social Policy, page 53.</ref> Such visa requirements expanded to the point that today citizens of states considered to be "refugee producing" generally require visitor visas that are described as "extremely difficult to obtain".<ref>Audrey Macklin & Joshua Blum, Country Fiche: Canada, ''ASILE: Global Asylum Governance and the European Union's Role'', January 2021, <https://www.asileproject.eu/wp-content/uploads/2021/03/Country-Fiche_CANADA_Final_Pub.pdf> (Accessed April 2, 2021), page 18.</ref> For example, the rejection rate for visa applications from refugee-producing countries such as Somalia, Yemen, Afghanistan, and Syria is nearly 75 per cent.<ref name=":50" /> *<u>Carrier sanctions:</u> Carrier sanctions refer to obligations placed on airlines and other transportation services to take care that they not transport anybody without a visa, if they are required to have one.<ref>Andreas Zimmermann (editor), ''The 1951 Convention Relating to the Status of Refugees and its 1967 Protocol: A Commentary''. Oxford University Press, 2011, 1799 pp, ISBN 978-0-19-954251-2, Introduction to Chapter V, at p. 1108 (para. 66).</ref> The Department of Citizenship and Immigration charges a carrier what has been labelled a "hefty" administration fee<ref>Pierre-André Thériault, ''Settling the Law: An Empirical Assessment of Decision-Making and Judicial Review in Canada's Refugee Resettlement System'', April 2021, Ph.D Thesis, Osgoode Hall Law School, York University, <https://yorkspace.library.yorku.ca/xmlui/bitstream/handle/10315/38504/Theriault_Pierre-Andre_2021_PhD_v2.pdf> (Accessed July 10, 2021), page 121.</ref> for each traveller arriving with improper documents.<ref>Francois Crepeau, ''The Foreigner and The Right to Justice in The Aftermath of September 11'', Refugee Watch Newsletter, <<nowiki>http://refugeewatch.org.in/RWJournal/25.pdf</nowiki>> (Accessed June 26, 2021) at item 1.7.</ref> *<u>Criminalization of people smuggling:</u> Canada has used provisions criminalizing human smuggling as a means to deter asylum claims, for example bringing charges against a US humanitarian worker for smuggling (an offence under IRPA that carries a maximum life sentence) for transporting twelve Haitian asylum seekers to the USA–Canada border.<ref>Audrey Macklin, “Asylum and the Rule of Law in Canada: Hearing the Other (Side)”, in Susan Kneebone, ed, Refugees, Asylum Seekers and the Rule of Law: Comparative Perspectives (Cambridge: Cambridge University Press, 2009) 78 at 105-06.</ref> Furthermore, in 1993 the passage of Bill C-86 established an expanded list of criteria by which an applicant might be determined inadmissible.<ref>Maria Cristina Garcia, ''Canada: A Northern Refuge for Central Americans,'' Migration Policy Institute, April 1 2006, <https://www.migrationpolicy.org/article/canada-northern-refuge-central-americans> (Accessed July 18, 2021).</ref> * <u>Biometric requirements:</u> In the early 1990s, the government introduced a requirement that asylum applicants be fingerprinted.<ref name=":15">Nicholas Alexander Rymal Fraser, ''Shared Heuristics: How Organizational Culture Shapes Asylum Policy'', Department of Political Science, University of Toronto (Canada), ProQuest Dissertations Publishing, 2020, <<nowiki>https://search.proquest.com/openview/f925dea72da7d94141f0f559633da65a/1</nowiki>> (Accessed August 1, 2020), at page 84 of PDF.</ref> The government also then introduced and gradually expanded biometric requirements for visa applicants; by the end of 2018, all visitors requiring visas also required biometrics.<ref>Johanna Reynolds and Jennifer Hyndman, ''Shifting Grounds of Asylum in Canadian Public Discourse and Policy'', in Vinh Nguyen and Thy Phu (eds.), ''Refugee States: Critical Refugee Studies in Canada'', 2021, Toronto: University of Toronto Press, <https://tspace.library.utoronto.ca/bitstream/1807/106645/1/Refugee_States_UTP_9781487541392.pdf> (Accessed July 17, 2021), Page 38 (Page 47 of PDF).</ref> Measures were also taken to use such biometric identifiers as part of information-sharing agreements with other countries. The Canada-US Smart Border Declaration of December 2001 committed that the two countries would develop common biometric identifiers and engage in the exchange of information.<ref name=":64">Idil Atak, Claire Ellis, and Zainab Abu Alrob, ''Refugee system as a bordering site: security, surveillance, and the rights of asylum seekers in Canada,'' in Graham Hudson and Idil Atak (eds.), ''Migration, Security, and Resistance: Global and Local Perspectives'', 2022. New York: Routledge, page 3 of section.</ref> A 2003 agreement between the countries entilted ''Sharing of Information on Asylum and Refugee Status Claims'' allows for the automated, systematic sharing of information between Canada and the US about asylum seekers, including biometric and biographic data.<ref name=":64" /> * <u>First country of asylum principles:</u> Canadian immigration legislation has permitted the designation of safe countries since 1988.<ref>Sharryn Aiken, et al, ''Immigration and Refugee Law: Cases, Materials, and Commentary (Third Edition)'', Jan. 1 2020, Emond, ISBN: [tel:1772556319 1772556319], at page 911.</ref> This provision was used to authorize the safe third country agreement between Canada and the United States in 2004 (see below). * <u>Stricter port-of-entry interviews and security screening:</u> In the early 1990s, the government introduced deterrence measures design to push down the number of refugee claims, including stricter port-of-entry interviews.<ref name=":15" /> Then, in the wake of the 9/11 attacks, the then Immigration Minister announced that there would be much greater utilization of the strategy of Front-End Security Screening (FESS) for refugees as they arrive in Canada.<ref>Obiora Chinedu Okafor, ''Refugee Law After 9/11: Sanctuary and Security in Canada and the United States'', UBC Press 2020, Law and Society Series, <nowiki>ISBN 9780774861465</nowiki>, page 91.</ref> More detail on FESS screening is available at: [[Canadian Refugee Procedure/Changing the Date or Time of a Proceeding#Regulation 159.9(3)(b): The process for investigations and inquiries related to sections 34 to 37 of the Act is referred to as the FESS process]]. * <u>Pushback operations:</u> For example, in 1998 Canadian officials arranged for the interception by the Senegalese navy of a boat carrying 192 Tamil persons from Sri Lanka, individuals who were then returned to Colombo before they could arrive in Canada.<ref>Andrew Brouwer and Judith Kumin, ''Interception and Asylum: When Migration Control and Human Rights Collide,'' <https://www.unhcr.org/afr/4963237d0.pdf> (Accessed December 19, 2020), at page 21.</ref> *<u>Overseas interdiction:</u> CBSA employees called migration integrity officers work overseas, ensuring that individuals who are travelling to Canada have proper travel documentation.<ref>Sharryn Aiken, et al, ''Immigration and Refugee Law: Cases, Materials, and Commentary (Third Edition)'', Jan. 1 2020, Emond, ISBN: [tel:1772556319 1772556319], at page 34.</ref> Canada's interdiction programs abroad are a component of what is termed its Multiple Borders Strategy (MBS). Under the MBS, liaison officers are tasked with preventing persons who lack Canadian authorization or other required documents from boarding planes or boats bound for Canada.<ref name=":14">Sharryn Aiken, et al, ''Immigration and Refugee Law: Cases, Materials, and Commentary (Third Edition)'', Jan. 1 2020, Emond, ISBN: [tel:1772556319 1772556319], at page 909. </ref> In 2012 the government reported that there were 63 such officers in 49 locations worldwide.<ref>Hansard, Testimony of Pierre Sabourin, Vice-President, Operations Branch, Canada Border Services Agency, before the Citizenship and Immigration Committee, 41st Parl, 1st Sess, No 21 (14 February 2012), online: <https://www.ourcommons.ca/DocumentViewer/en/41-1/CIMM/meeting-21/evidence>.</ref> Between 2001 and 2014, such liaison officers intercepted over 86,000 persons offshore.<ref>Efrat Arbel, "Bordering the Constitution, Constituting the Border" (2016) 53:3 Osgoode Hall LJ 824 at 839.</ref> For example, in 2018, 7,208 people, mostly from Romania, Mexico, India, Hungary, and Iran, were barred from boarding flights to Canada due to "improper documentation".<ref>Harsha Walia, ''Border & Rule'', Winnipeg: Fernwood Publishing, ISBN: 9781773634524, page 88.</ref> *<u>Funding for border enforcement in countries of transit:</u> Canada funds border enforcement in the global South to prevent departure.<ref>Audrey Macklin & Joshua Blum, Country Fiche: Canada, ''ASILE: Global Asylum Governance and the European Union's Role'', January 2021, <https://www.asileproject.eu/wp-content/uploads/2021/03/Country-Fiche_CANADA_Final_Pub.pdf> (Accessed April 2, 2021), page 5.</ref> Furthermore, measures have been implemented to streamline the asylum process for those in Canada and make claiming asylum in Canada less desirable: * <u>Limitations on appeal:</u> One efficiency measure that was implemented at the time of the IRB's founding was that refugee claimants no longer had the ability to appeal a refusal of their claim under this revised system. As David Matas writes, this aspect of the new process was much criticized by legal counsel for refugees at the time.<ref>David Matas, ''Closing the Doors: The Failure of Refugee Protection'', Summerhill Press, Toronto, 1989, ISBN 0-920197-81-7, page 145.</ref> Claimants whose claims were declined continued to have recourse to seek judicial review at the Federal Court. However, a leave requirement was introduced in amendments to the ''Immigration Act'' in 1989''.''<ref>Liew, J. C. Y., Zambelli, P., Theriault, P.-A., & Silcoff, M. (2021). Not Just the Luck of the Draw? Exploring Competency of Counsel and Other Qualitative Factors in Federal Court Refugee Leave Determinations (2005-2010). ''Refuge: Canada’s Journal on Refugees'', ''37''(1), 61–72. https://doi.org/10.25071/1920-7336.40655 at page 63.</ref> As a result of this, those seeking judicial review at the Federal Court required leave of the court to have their case heard. Leave to appeal has been granted in about 10 per cent of cases and reasons for refusal of leave are not granted.<ref name=":49">Kelley, Ninette, and Michael J. Trebilcock. ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Page 445.</ref> * <u>Broader restrictions on eligibility to claim:</u> In 1994, authority was provided to the Minister of Citizenship and Immigration to issue a danger opinion against a refugee applicant on the basis of serious criminality. This had the effect of staying the refugee proceedings, removing the case from the jurisdiction of the IRB.<ref>Kelley, Ninette, and Michael J. Trebilcock. ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Page 447.</ref> * <u>Restrictions on employment for claimants:</u> In the early 1990s, the government prevented refugee claimants from working. This was changed later in the 1990s. * <u>Move from two-person panels to one-person panels:</u> As the Convention Refugee Determination Division was originally conceived, refugee claimants would appear before panels of two decision-makers, only one of whom needed to accept their claim for their application to be successful. This at the time was conceived of as a cost-saving measure when compared to the three-member panels on the prior Refugee Status Advisory Committee<ref name=":82">W. Gunther Plaut, ''Refugee determination in Canada: A report to the Honourable Flora MacDonald, Minister of Employment and Immigration'', April 1985, Government of Canada publication, page 29.</ref> and the three-member panels of the prior Immigration Appeal Boards.<ref>W. Gunther Plaut, ''Refugee determination in Canada: A report to the Honourable Flora MacDonald, Minister of Employment and Immigration'', April 1985, Government of Canada publication, page 30.</ref> A further cost-saving initiative was announced in March 1995 to move from two-member panels to one-person panels.<ref>Valerie Knowles, ''Strangers at Our Gates: Canadian Immigration and Immigration Policy, 1540-2015'', March 2016, ISBN 978-1-45973-285-8, Dundurn Press: Toronto, pp. 244-245.</ref> While the legislation would not be changed to make one-person panels the norm until the next decade, one-person panels ''de facto'' became the norm in the 1990s anyways. During that period, refugee determinations were usually made by one member sitting alone, with the "consent" of the applicant to do so. Catherine Dauvergne writes that by the time of the legislative amendment in 2002 that formalized this practice, two-person panels had already become rare.<ref>Catherine Dauvergne, Evaluating Canada's New Immigration and Refugee Protection Act in Its Global Context, 2003 41-3 ''Alberta Law Review'' 725, 2003 CanLIIDocs 127, <https://canlii.ca/t/2d8f>, retrieved on 2021-06-25 at page 728.</ref> *<u>Increased focus on effecting removals:</u> Citizenship and Immigration Canada describes removal as a key tool within the refugee system.<ref>Detention, Removals and the New Assisted Voluntary Returns Program (CIC – DRAVRP), Backgrounder, as cited in Edward Ou Jin Lee, ''Queer and Trans Migrants, Colonial Logics, and the Politics of Refusal'', Chapter 6 in Vinh Nguyen and Thy Phu (eds.), ''Refugee States: Critical Refugee Studies in Canada'', 2021, Toronto: University of Toronto Press, <https://tspace.library.utoronto.ca/bitstream/1807/106645/1/Refugee_States_UTP_9781487541392.pdf> (Accessed July 17, 2021), Page 150.</ref> *<u>Professionalization of immigration consultants:</u> Steps were taken to professionalize the non-lawyer immigration consultants who can represent individuals before the IRB, including the 1996 creation of an Immigration Practitioners Certificate Program at Seneca College in Ontario, the first such program in Canada.<ref name=":66" /> Rebecca Hamlin situates the rise of this regime to deter asylum claims in the following way: "the rise of the regime of deterrence is, in part, a story of unintended consequences, because international commitments made by each country in a particular political moment came back to haunt future generations of policymakers. Had these countries' leaders anticipated the financial, security, and political challenges of the present-day situation, they might not have been as willing to make commitments that, at the time, were largely an abstraction."<ref name=":0" /> == The 2002 move from the Immigration Act to the IRPA == In the late 1990s, the federal government began a process to overhaul the then-''Immigration Act,'' including with a lengthy public consultation period.<ref name=":18">Sharryn Aiken, et al, ''Immigration and Refugee Law: Cases, Materials, and Commentary (Third Edition)'', Jan. 1 2020, Emond, ISBN: [tel:1772556319 1772556319], at page 29.</ref> It commissioned a report entitled ''Not Just Numbers: A Canadian Framework for Future Immigration'' which set out priorities for the reformed system, some of which were accepted and others (like removing jurisdiction for determining refugee status from the IRB and transferring it to civil servants<ref>Kelley, Ninette, and Michael J. Trebilcock. ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Page 420.</ref>) which were not. The resulting ''Immigration and Refugee Protection Act'' (“IRPA”) was an entirely new statute and represented the first complete revision of immigration legislation in Canada since 1978.<ref>Waldman, Lorne, ''Canadian Immigration & Refugee Law Practice'', Markham, Ont.: LexisNexis Butterworths, 2018, ISBN 9780433478928, ISSN [tel:1912-0311 1912-0311], <<nowiki>https://search.library.utoronto.ca/details?5022478</nowiki>> (Accessed April 1, 2020) at page 158 of the PDF.</ref> The IRPA received Royal Assent in December 2001 and came into force on June 28, 2002.<ref>Martine Valois and Henri Barbeau, ''The Federal Courts and Immigration and Refugee Law,'' in Martine Valois, et. al., eds., The Federal Court of Appeal and the Federal Court: 50 Years of History, Toronto: Irwin Law, 2021, at page 302.</ref> The shift from the ''Immigration Act'' to the IRPA that June marked a new era of asylum policy in Canada - one that has been described as being focused on relieving administrative burdens. In the drafting and development of the IRPA, considerable public attention was devoted to the question of whether to have one act governing immigration matters and a separate act governing refugee law. The idea, motivated by concern about the fundamental differences between immigration and refugee law, and advocated for in the ''Not Just Numbers'' report, was ultimately rejected; however, the Act's new title and the establishment of a separate division of the legislation devoted to refugees reflect this concern.<ref>Sharryn Aiken, et al, ''Immigration and Refugee Law: Cases, Materials, and Commentary (Third Edition)'', Jan. 1 2020, Emond, ISBN: [tel:1772556319 1772556319], at page 27.</ref> Highlights of the new legislative framework include the following: * <u>Framework legislation:</u> Compared to the previous legislation, the IRPA was described as framework legislation, with more details to be found in the regulations.<ref name=":45" /> *<u>Consolidated grounds for refugee protection:</u> The IRPA expanded the categories of persons entitled to refugee protection. Under the former immigration legislation, the only category of person who was clearly entitled to protection at the IRB was a person who fell within the definition of “Convention refugee”. IRPA expanded the scope of coverage to include persons who are at risk of torture, death, and cruel and unusual treatment upon deportation to their country of nationality or former habitual residence.<ref>Waldman, Lorne, ''Canadian Immigration & Refugee Law Practice'', Markham, Ont.: LexisNexis Butterworths, 2018, ISBN 9780433478928, ISSN [tel:1912-0311 1912-0311], <https://search.library.utoronto.ca/details?5022478> (Accessed April 1, 2020) at page 159 of the PDF.</ref> Canada had ratified the ''Convention Against Torture'' in 1987, but did not implement it directly in Canadian domestic law until this point''.''<ref>Obiora Chinedu Okafor, ''Refugee Law After 9/11: Sanctuary and Security in Canada and the United States'', UBC Press 2020, Law and Society Series, <nowiki>ISBN 9780774861465</nowiki>, page 25.</ref> Rebecca Hamlin writes that there is no evidence to suggest that Parliament considered the introduction of IRPA section 97 to be monumental when it discussed the legislation before voting on it in 2002. When the bill was being debated, Minister of Citizenship and Immigration Elinor Caplan assured members of Parliament the IRPA "gives us the ability to streamline our procedures, so that those who are in genuine need of our protection will be welcomed in Canada more quickly and those who are not in need of protection will be able to be removed more quickly. That streamlining is extremely important."<ref name=":9">Hamlin, Rebecca. ''Let Me Be a Refugee: Administrative Justice and the Politics of Asylum in the United States, Canada, and Australia''. New York: Oxford University Press, 2014. Print. Page 170.</ref> Immediately after IRPA went into force, the IRB Legal Services division produced a lengthy guide for decision makers on how to make section 97 decisions; the guide states that these decisions were subsumed under the IRB mandate to avoid the "delays and inconsistencies" of the previous "fragmented" and "multilayered approach".<ref name=":9" /> *<u>Shift from the CRDD to the RPD:</u> The Convention Refugee Determination Division (CRDD) was renamed the Refugee Protection Division (RPD), to reflect the fact that it now had jurisdiction over the consolidated grounds for refugee protection. *<u>Creation of the RAD:</u> The IRPA created the Refugee Appeal Division (RAD), which would review negative decisions on their merits, though this took ten years to fully implement.<ref>Marlene Epp, “Refugees in Canada: A Brief History,” Immigration And Ethnicity In Canada 35 (2017), <https://cha-shc.ca/_uploads/5c374fb005cf0.pdf>, at 24-25.</ref> Specifically, after the Act was passed, ''Citizenship and Immigration Canada'' announced that as a result of “pressures on the system” implementation of the RAD would be delayed.<ref>Hamlin, Rebecca. ''Let Me Be a Refugee: Administrative Justice and the Politics of Asylum in the United States, Canada, and Australia''. New York: Oxford University Press, 2014. Print. Page 88.</ref> * <u>Shift to single-member RPD panels:</u> Because the IRB backlog was a huge concern, the staff time required to support the RAD was created through a shift from two-member panels to single-member hearings (or, occasionally, three-member RPD panels) so that half the number of Board members would generally be required for each case.<ref>Hamlin, Rebecca. ''Let Me Be a Refugee: Administrative Justice and the Politics of Asylum in the United States, Canada, and Australia''. New York: Oxford University Press, 2014. Print. Pages 49-50.</ref> This was as opposed to the two-member CRDD panels, or the use of single member CRDD panels on consent that had existed previously. * <u>PRRA:</u> The IRPA transitioned from the Post-Determination Refugee Claimants in Canada Class (PDRCC) to the Pre-Removal Risk Assessment (PRRA) process.<ref>''Covarrubias v. Canada (Minister of Citizenship and Immigration),'' [2007] 3 F.C.R. 169, para. 27.</ref> The procedure compensates for the inability of claimants to make a second refugee claim, even when changes in circumstances in the country of origin occurred after a first claim was denied.<ref>Martine Valois and Henri Barbeau, ''The Federal Courts and Immigration and Refugee Law,'' in Martine Valois, et. al., eds., The Federal Court of Appeal and the Federal Court: 50 Years of History, Toronto: Irwin Law, 2021, at page 303.</ref> The way PRRA functions is that a refused asylum seeker can apply for a PRRA to assess whether the risk faced by the refugee claimant has changed since their decision was rendered.<ref name=":71">Audrey Macklin & Joshua Blum, Country Fiche: Canada, ''ASILE: Global Asylum Governance and the European Union's Role'', January 2021, <https://www.asileproject.eu/wp-content/uploads/2021/03/Country-Fiche_CANADA_Final_Pub.pdf> (Accessed April 2, 2021), pages 18-19.</ref> PRRA is an administrative review of an application done on the basis of a written submission.<ref name=":47">Kelley, Ninette, and Michael J. Trebilcock. ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Page 443.</ref> When the government announced the creation of CBSA in 2003, originally the plan was to transfer PRRA responsibility to them, but in the wake of pressure from NGOs, PRRA responsibility remained with Citizenship and Immigration Canada.<ref>Valerie Knowles, ''Strangers at Our Gates: Canadian Immigration and Immigration Policy, 1540-2015'', March 2016, ISBN 978-1-45973-285-8, Dundurn Press: Toronto, p. 262</ref> As discussed below, in 2012 the IRPA was amended to limit access to the PRRA during the twelve months following the rejction of a claim. *<u>Increased security provisions:</u> Sharryn Aiken, et. al., write that the most significant shift signalled by the IRPA is that it demonstrated a marked security turn in Canadian immigration law. They note that "this is hardly surprising in legislation that was passed in the immediate aftermath of the September 11, 2001 attacks in the United States.<ref name=":18" /> Peter Showler writes that the government almost scrapped IRPA to introduce a law much tougher on refugees, but that Immigration Minister Elinor Caplan decided to proceed with the IRPA in the end.<ref>Peter Showler, ''My Time at the Immigration and Refugee Board'', CIHS Bulletin, Issue #88, March 2019, <https://senate-gro.ca/wp-content/uploads/2019/03/Bulletin-88-Final.pdf> (Accessed May 13, 2021), page 16.</ref> This law included a number of security-related measures, including: **<u>Increased authority to detain claimants:</u> The IRPA expanded the authority of immigration officers to detain refugee claimants where they represented a flight risk, a danger to the public, and/or their identity was in doubt. This expanded authority resulted in the number of individuals detained pursuant to the ''Immigration Act'' rising substantially, from 8,000 people in the year 2000 to some 11,500 in 2003.<ref>Kelley, Ninette, and Michael J. Trebilcock. ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Page 426.</ref> **<u>Broader grounds of ineligibility to claim refugee protection because of criminality:</u> When compared to the 1976 Act, IRPA included broadened grounds restricting the eligibility of refugee claimants to have their refugee claims determined.<ref>Kelley, Ninette, and Michael J. Trebilcock. ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Page 425.</ref> **<u>Anti-smuggling measures:</u> The past century has seen what Gil Loescher describes as "dramatic growth" in human trafficking and trans-continental people smuggling.<ref>Gil Loescher, ''Refugees: A Very Short Introduction'', May 2021, Oxford, ISBN: 9780198811787, page 15.</ref> Provisions in the IRPA for the first time implemented Canada's obligations under the ''Palermo Convention'' together with its ''Smuggling Protocol'' and ''Protocol to Prevent, Suppress and Punish Trafficking in Persons, Especially Women and Children''.<ref>''B010 v. Canada (Citizenship and Immigration),'' 2015 SCC 58 (CanLII), [2015] 3 SCR 704, par. 54, <https://canlii.ca/t/gm8wn#par54>, retrieved on 2021-04-25.</ref> Smugglers became eligible for a sentence of life imprisonment upon criminal conviction.<ref>Vinh Nguyen and Thy Phu (eds.), ''Refugee States: Critical Refugee Studies in Canada'', 2021, Toronto: University of Toronto Press, <https://tspace.library.utoronto.ca/bitstream/1807/106645/1/Refugee_States_UTP_9781487541392.pdf> (Accessed July 17, 2021), Page 37 (Page 46 of PDF). </ref> While the above overhaul of the system represented considerable change, it is also notable that some of the changes argued for in the ''Not Just Numbers'' report were ultimately rejected. For example, that report had recommended that the processing of overseas and inland refugee claims be unified within a single system with shared decision-makers for both. Having a single system reflected a desire for more consistent decision-making on refuge status, but, in Shauna Labman's words, "[brushed over] the additional necessity of the selection aspect in overseas resettlement."<ref>Shauna Labman, ''Crossing Law’s Border: Canada’s Refugee Resettlement Program,'' 2019, UBC Press: Vancouver, page 43.</ref> The proposal was not adopted. == Post-IRPA measures == Following the introduction of the IRPA, a number of measures were taken which had a continued focus on system integrity, efficiency, and reducing backlogs at the RPD. These included: * <u>Reverse-order questioning:</u> The year following the introduction of the IRPA, in 2003, the IRB Chairperson issued Guideline 7 on the Conduct of a Hearing, which created a new order for questioning during an RPD hearing. The new order of questioning in a hearing of a claim for refugee protection was that, if the Minister is not a party, any witness, including the claimant, would be questioned first by the RPD and then by the claimant’s counsel.<ref>David Vinokur, ''30 Years of Changes at the Immigration and Refugee Board of Canada'', CIHS Bulletin, Issue #88, March 2019, <https://senate-gro.ca/wp-content/uploads/2019/03/Bulletin-88-Final.pdf> (Accessed May 13, 2021), page 10.</ref> * <u>Refusal to introduce the RAD:</u> Over the next decade subsequent to the coming into force of the IRPA, there were several attempts by some members of Parliament to pass another act forcing the implementation of the RAD, including a very near success in summer 2008.<ref>Hamlin, Rebecca. ''Let Me Be a Refugee: Administrative Justice and the Politics of Asylum in the United States, Canada, and Australia''. New York: Oxford University Press, 2014. Print. Page 89.</ref> *<u>Creation of CBSA:</u> The Canada Border Services Agency was established in 2003. It operates as part of the Department of Public Safety Canada, also created in 2003 following the model of the US Department of Homeland Security. <ref>Karine Côté-Boucher and Mireille Paquet, "Immigration enforcement: why does it matter who is in charge?" in Dauvergne, C. (2021). ''Research handbook on the law and politics of migration''. Edward Elgar Publishing, page 87.</ref> *<u>Increasingly merit-based Member appointment process:</u> Additionally, there were changes to the appointment process for Governor in Council Members of the Division. Such GIC appointments to the IRB have always been controlled by the Minister of Citizenship and Immigration, although reforms implemented in the 1990s started to provide greater scope for management of the IRB to participate in the selection and reappointment of Members based on more merit-based criteria. These efforts were reversed in the winter of 2006 when the newly elected government introduced changes to give the Minister greater control and discretion. The Chair of the IRB, Jean-Guy Fleury, unexpectedly resigned at this time, eight months before the end of his mandate, leading to speculation that he did so in protest, having been a strong advocate for a more merit-based appointment process.<ref name=":49" /> Similarly, there were early exits of a deputy chair and the IRB executive director, as well as the resignation of all five members of an advisory panel that selected Immigration and Refugee Board adjudicators, who released a public letter indicating that they were resigning in protest.<ref>Nicholas Keung, ''PM defends refugee board changes'', Toronto Star, March 1, 2007, <https://www.thestar.com/news/2007/03/01/pm_defends_refugee_board_changes.html> (Accessed December 25, 2021).</ref> *<u>Introduction of the Safe Third Country Agreement with the United States:</u> STCAs are bi- or multi-lateral agreements requiring refugees to seek refuge in the first country they reach, prohibiting them from seeking asylum in the other state(s) party to the agreement.<ref name=":34" /> A provision for safe third country agreements was included in Canada's ''Immigration Act'' in the 1980s. Canada attempted to negotiate such an agreement with the United States in the decades following, without success. For example, in 1993 Canada entered into a Memorandum of Agreement with the United States with the intent of the latter being declared as a safe third country,<ref>Monica Boyd & Nathan T.B. Ly (2021) Unwanted and Uninvited: Canadian Exceptionalism in Migration and the 2017-2020 Irregular Border Crossings, American Review of Canadian Studies, 51:1, 95-121, DOI: 10.1080/02722011.2021.1899743 at page 99.</ref> but in 1998 the Canadian government announced that negotiations with the U.S. pursuant to that Memorandum of Agreement, negotiations which aimed to see the US designed a safe third country, were being abandoned.<ref name=":16" /> It was only in the wake of 9/11 that Canada was able to successfully conclude such negotiations.<ref>Obiora Chinedu Okafor, ''Refugee Law After 9/11: Sanctuary and Security in Canada and the United States'', UBC Press 2020, Law and Society Series, <nowiki>ISBN 9780774861465</nowiki>, page 219.</ref> Specifically, on December 5, 2002, Canada signed its STCA with the United States.<ref>Citizenship and Immigration Canada, “A Partnership for Protection: One Year Review,” Executive Summary (November 2006) at 5.</ref> That agreement came into effect on December 29, 2004, the first time that the safe third country regime in Canada's immigration legislation was first utilized.<ref>Mark Rook, ''Identifying Better Refugee Policies for an Evolving Crisis'', April 21, 2020, University of Pennsylvania Honors Thesis, <https://repository.upenn.edu/cgi/viewcontent.cgi?article=1037&context=ppe_honors> (Accessed May 9, 2020), page 132.</ref> The agreement, modelled on the multilateral Dublin Regulation among European Union member states'',''<ref name=":35">Audrey Macklin & Joshua Blum, Country Fiche: Canada, ''ASILE: Global Asylum Governance and the European Union's Role'', January 2021, <https://www.asileproject.eu/wp-content/uploads/2021/03/Country-Fiche_CANADA_Final_Pub.pdf> (Accessed April 2, 2021), page 7.</ref> prohibits most persons from seeking asylum at a regular land port of entry in either country if they first landed in the other one.<ref name=":34" /> The immediate impact of the STCA was to significantly lower the number of inland refugee claims in Canada; there was a 49 percent drop in claims made at the Canada-US border after the agreement came into effect.<ref name=":34" /> This trend, however, did not last.<ref>Sharryn Aiken, et al, ''Immigration and Refugee Law: Cases, Materials, and Commentary (Third Edition)'', Jan. 1 2020, Emond, ISBN: [tel:1772556319 1772556319], at page 912.</ref> For those who did make a claim at the Canadian border, the vast majority fitted within one of the exceptions to the agreement - in 2005, of the 4033 claims made at the border, only 303 refugee claimants were returned to the United States as ineligible to apply in Canada.<ref name=":47" /> *<u>Enlargement of UNHCR ExCom:</u> Canada has continued to sit on the UNHCR ExCom. Its size has grown from 25 states in the 1950s to 106 today. As a result, Gil Loescher writes, ExCom has become too large and politicized and it is frequently not an effective decision-making body.<ref name=":59" /> *<u>Regulation of immigration consultants:</u> The Canadian Society of Immigration Consultants was established to regulate the activities of immigration consultants providing representation for a fee in 2004, the first time that such a regulatory body had been established in Canada.<ref name=":66" /> == Refugee reform in 2010 and 2012 == Two pieces of legislation made significant changes to the refugee system in 2010 and 2012, the ''Balanced Refugee Reform Act'' (BRRA, 2010) and the ''Protecting Canada’s Immigration System Act'' (PCISA, June 2012). The BRRA received royal assent on June 29, 2010. It was passed by Parliament during a minority government and among its substantial amendments to the IRPA were some compromises proposed by the opposition parties. A federal election was subsequently held on May 2, 2011 and following that election, the BRRA was amended by the new majority government in Parliament, before the substantial provisions of the BRRA came into force on December 15, 2012. Those subsequent amendments came in the form of PCISA. Key portions of PCISA were originally part of the ''Preventing Human Smugglers from Abusing Canada’s Immigration System Act'' (Human Smugglers Act), which was introduced as Bill C-49 in October 2010. After the May 2011 Canadian federal election caused Bill C-49 to die on the order paper, the newly formed majority government re-introduced the provisions as Bill C-4 in June 2011. This ''Human Smugglers Act'' was then incorporated into Bill C-31, PCISA, in June 2012.<ref>Bond, Jennifer. "Failure to Report: The Manifestly Unconstitutional Nature of the Human Smugglers Act." Osgoode Hall Law Journal 51.2 (2014) : 377-425, <http://digitalcommons.osgoode.yorku.ca/ohlj/vol51/iss2/1>, pages 378-379.</ref> As Neil Yeates describes it, the thrust of these reforms was for faster processing of claims, with a view that ''bona fide'' claimants would be more quickly approved, and failed claimants, after access to the new Refugee Appeal Division of the IRB, would be more quickly removed from Canada.<ref>Neil Yeates, ''Report of the Independent Review of the Immigration and Refugee Board'', Government of Canada, April 10, 2018, <https://www.canada.ca/content/dam/ircc/migration/ircc/english/pdf/pub/irb-report-en.pdf> (Accessed April 27, 2020), page 1.</ref> Various changes were made to assist this, including: * <u>Legislated timelines for hearings:</u> The legislation included accelerated timelines for scheduling refugee hearings,<ref name=":35" /> with a requirement that a hearing take place within 60 days of a claimant making their claim.<ref name=":38">George Melnyk and Christina Parker, ''Finding Refuge in Canada: Narratives of Dislocation'', February 2021, Athabasca University Press, <nowiki>ISBN 9781771993029</nowiki>, page 12.</ref> This initial date for the RPD hearing was fixed by an immigration officer. * <u>Implementation of the Refugee Appeal Division (RAD).</u> As part of this reform, the RAD came into being on December 15, 2012.<ref>Hamlin, Rebecca. ''Let Me Be a Refugee: Administrative Justice and the Politics of Asylum in the United States, Canada, and Australia''. New York: Oxford University Press, 2014. Print. Page 89.</ref> The RAD, as implemented at this point, had a broader mandate than that envisioned when the legislative provisions for the RAD were originally enacted at the time that the IRPA came into force. For example, the IRPA originally allowed the Minister and the person who is the subject of the appeal to present only written submissions. This was subsequently modified by the BRRA to allow them to submit documentary evidence as well, albeit “only evidence that arose after the rejection of their claim or that was not reasonably available, or that the person could not reasonably have been expected in the circumstances to have presented.”<ref>''Canada (Citizenship and Immigration) v. Singh,'' 2016 FCA 96 (CanLII), [2016] 4 FCR 230, at para 32, <https://canlii.ca/t/gp31b#par32>, retrieved on 2022-04-22.</ref> * <u>Public servant decision-makers:</u> First-level decision makers at the IRB’s Refugee Protection Division began to be public servants appointed in accordance with the ''Public Service Employment Act'' as opposed to Governor-in-Council appointees. The shift away from Governor-in-Council appointees reflected a key recommendation from the government's own immigration-law advisory committee, namely that qualified public servants should be named to the Immigration and Refugee Board, not political appointees.<ref>Valerie Knowles, ''Strangers at Our Gates: Canadian Immigration and Immigration Policy, 1540-2015'', March 2016, ISBN 978-1-45973-285-8, Dundurn Press: Toronto, p. 248.</ref> *<u>Elimination of the Refugee Protection Officer position:</u> A position that had variously gone by the name Refugee Hearing Officer (<abbr>RHO</abbr>), Refugee Claim Officer (<abbr>RCO</abbr>), and Refugee Protection Officer (<abbr>RPO</abbr>)<ref>Immigration and Refugee Board of Canada, ''Assessment of Credibility in Claims for Refugee Protection'', January 31, 2004, <https://irb-cisr.gc.ca/en/legal-policy/legal-concepts/Pages/Credib.aspx2> (Accessed January 27, 2020), at foreword.</ref> was eliminated on the basis that it would no longer be necessary given the expertise that the public servant decision-makers would possess. These roles had previously assisted Members by conducting questioning at hearings. * <u>Creating a list of Designated Countries of Origin (DCOs)</u>, countries that were not generally considered to be refugee-producing, and where measures to deter and expedite such claims were consequently legislated.<ref>Sharryn Aiken, et al, ''Immigration and Refugee Law: Cases, Materials, and Commentary (Third Edition)'', Jan. 1 2020, Emond, ISBN: [tel:1772556319 1772556319], at page 36.</ref> The Designated Country of Origin list was introduced in 2012 as part of the ''Protecting Canada’s Immigration System Act''. The initiative was modelled on the European Safe Country of Origin list, which is used in that asylum system.<ref name=":35" /> The implications for asylum seekers coming from DCOs included an expedited hearing process with shortened timelines, no access to the Refugee Appeal Division, no automatic stay of removal for failed claimants seeking judicial review, limited access to PRRA, and no eligibility for a work permit or health care for the first 180 days during which they were awaiting a decision on their claim.<ref>Martine Valois and Henri Barbeau, ''The Federal Courts and Immigration and Refugee Law,'' in Martine Valois, et. al., eds., The Federal Court of Appeal and the Federal Court: 50 Years of History, Toronto: Irwin Law, 2021, at page 331.</ref> Designation as a safe country was dependent on a combination of qualitative observations of countries’ levels of democratic process and human rights records and on two quantitative thresholds, including when 75 percent or more of previous claims by nationals of a country had been rejected by the IRB or 60 percent or more of previous claims by nationals of a country had been withdrawn. The initial DCO list included 25 countries and was eventually expanded to include 42 countries.<ref name=":13">Chantel Spade & Tearney McDermott, ''‘Safe’ countries and ‘fraudulent’ refugees: Tools for narrowing access to Canada’s refugee system,'' Spotlight on Migration No. 2020/4, August 2020, Ryerson Centre for Immigration and Settlement (RCIS), <[https://www.ryerson.ca/content/dam/centre-for-immigration-and-settlement/RCIS/publications/spotlightonmigration/2020_4_Spade_Chantel_McDermott_Tearney_Safe_countries_and_fraudulent_refugees_Tools_for_narrowing_access_to_Canada%E2%80%99s_refugee_system.pdf https://www.ryerson.ca/content/dam/centre-for-immigration-and-settlement/RCIS/publications/spotlightonmigration/2020_4_Spade_Chantel_McDermott_Tearney_Safe_countries_and_fraudulent_refugees_Tools_for_narrowing_access_to_Canada’s_refugee_system.pdf]> (Accessed September 13, 2020), page 3 of PDF.</ref> On May 17, 2019, following a Federal Court ruling in which specific provisions of the DCO policy were struck down for not complying with the Canadian Charter of Rights and Freedoms, the Government of Canada announced that it would remove all countries from the DCO list<ref name=":13" /> and that the DCO regime would eventually be repealed through legislative amendment.<ref>Immigration, Refugees and Citizenship Canada, News Release, “Canada Ends the Designated Country of Origin Practice” (17 May 2019), online: <https://www.canada.ca/en/immigration-&#x20;refugees-citizenship/news/2019/05/canada-ends-the-designated-country-of-origin-practice.html>.</ref> * <u>Creating the concept of Designated Foreign Nationals:</u> The PCISA reforms established a regime for what are termed Designated Foreign Nationals.<ref>Shauna Labman, ''Crossing Law’s Border: Canada’s Refugee Resettlement Program,'' 2019, UBC Press: Vancouver, page 51.</ref> DFNs, as defined in the Act, are groups of two or more refugee claimants suspected by the Minister of Public Safety 'irregular arrival' with the aid of smugglers.<ref name=":36">Audrey Macklin & Joshua Blum, Country Fiche: Canada, ''ASILE: Global Asylum Governance and the European Union's Role'', January 2021, <https://www.asileproject.eu/wp-content/uploads/2021/03/Country-Fiche_CANADA_Final_Pub.pdf> (Accessed April 2, 2021), page 8.</ref> The implications of being so designated include that DFNs will be automatically detained until their refugee claim is determined if they are sixteen years of age or older.<ref name=":38" /> This built on the way that mandatory detention had already been utilized in Canada after the arrival of Tamil refugees aboard the MV ''Ocean Lady'' and MV ''Sun Sea'' in 2010.<ref>Harsha Walia, ''Border & Rule'', Winnipeg: Fernwood Publishing, 2021, ISBN: 9781773634524, page 102.</ref> Furthermore, even if their claim is accepted, DFNs are unable to apply for permanent residence status for five years,<ref name=":38" /> as well as being unable to obtain a travel document and unable to sponsor family members.<ref name=":36" /> Soon after the introduction of these provisions in the Act, they were invoked by the government in multiple cases.<ref>See, e.g., ''Miclescu v. Canada (Citizenship and Immigration),'' 2019 FC 465 (CanLII), at para 5, <https://canlii.ca/t/hzzc5#par5>, retrieved on 2021-09-04 and ''X (Re),'' 2013 CanLII 67018 (CA IRB), at para 8, <https://canlii.ca/t/g1l9n#par8>, retrieved on 2021-09-04.</ref> *<u>Reforms to PRRA:</u> In 2012, Parliament amended the IRPA to limit access to PRRA within twelve months following the rejection of a claim.<ref>Martine Valois and Henri Barbeau, ''The Federal Courts and Immigration and Refugee Law,'' in Martine Valois, et. al., eds., The Federal Court of Appeal and the Federal Court: 50 Years of History, Toronto: Irwin Law, 2021, at page 304.</ref> Henceforth, the way PRRA has functioned is that if a refused asylum seeker is not removed from Canada within a year of the last decision on their refugee claim, they may be eligible for a PRRA to assess whether the risk faced by the refugee claimant changed over that year.<ref name=":71" /> An exception to this 12-month bar was made for claimants from DCOs, who were restricted from applying for PRRA for 36 months following their initial decision; this lengthier PRRA bar was struck down as a violation of s. 15 of the ''Charter'' in ''Feher v. Canada''.<ref>''Feher v. Canada (Minister of Public Safety and Emergency Preparedness)'', [2019] FCJ No. 308 (FC).</ref> The ''Balanced Refugee Reform Act'' also transferred authority over the PRRA from the Minister to the IRB, although this transfer has never actually been brought into force.<ref>Hamlin, Rebecca. ''Let Me Be a Refugee: Administrative Justice and the Politics of Asylum in the United States, Canada, and Australia''. New York: Oxford University Press, 2014. Print. Page 171.</ref> * <u>Limitations on the Interim Federal Health Program:</u> The Interim Federal Health Program provides refugee claimants with access to health care while their claims are pending. As part of a strategy to create disincentives for refugee claimants to come to Canada, on December 15, 2012 the government cut access to health care for some categories of claimants.<ref>Sharryn Aiken, et al, ''Immigration and Refugee Law: Cases, Materials, and Commentary (Third Edition)'', Jan. 1 2020, Emond, ISBN: [tel:1772556319 1772556319], at page 916.</ref> This policy change was introduced via Orders in Council which limited access to health care in Canada while select refugee claims were pending, principally claims from claimants who originated from DCOs.<ref>Donald Galloway, ''Populism and the failure to acknowledge the human rights of migrants,'' in Dauvergne, C. (ed), ''Research handbook on the law and politics of migration'', April 2021, ISBN: 9781789902259, page 205.</ref> Such claimants were entitled to receive much lower levels of health care than other claimants. This policy was declared unconstitutional by the Federal Court in 2015, with the court concluding that the resultant regime amounted to "cruel and unusual treatment" prohibited by the ''Canadian'' ''Charter of Rights and Freedoms''.<ref name=":22" /> This decision is one in a line of similar cases from courts that have pushed back against restrictive asylum legislation around the world. For example, the UK House of Lords, in ''Limbuela'', found that decisions made to refuse support to asylum seekers risked violating the prohibition on inhuman and degrading treatment due to the risk of a claimant being "obliged to sleep in the street, save perhaps for a short and foreseeably finite period, or was seriously hungry, or unable to satisfy the most basic requirements of hygiene".<ref>''Limbuela v Secretary of State for the Home Department'' [2005] UKHL 66 [9], as cited in Emma Borland, ''Temporal pillars of fairness: reflections on the UK's asylum adjudication regime from an original refugee-centred position'', PhD Thesis, 2020, Cardiff University, <https://orca.cardiff.ac.uk/132879/> (Accessed June 30 2021), page 75.</ref> * <u>Cessation:</u> The new legislation provided for the loss of permanent resident status for certain persons if the RPD allows an application from the Minister for the cessation of their refugee protection. The current version of the Refugee Protection Division rules came into force on October 26, 2012 following the coming-into-force of this legislation.<ref>Tastsoglou, Evangelia and Shiva Nourpanah. "(Re)Producing Gender: Refugee Advocacy and Sexual and Gender-Based Violence in Refugee Narratives." Canadian Ethnic Studies, vol. 51 no. 3, 2019, p. 37-56. Project MUSE, doi:10.1353/ces.2019.0019, page 42.</ref> The Immigration and Refugee Board, in its public comments, emphasized these rules and the importance of decisions being guided by them. This aligned with comments at the time from the Immigration Minister Jason Kenney of this sort: "I think most Canadians intuitively understand that broad public support for immigration, and, frankly, diversity in our society is contingent on having a well-managed, rules-based, fair immigration system. I think they understand that we all have a stake in maintaining such a system".<ref name=":8" /> Following the coming into force of this new legislation and RPD rules in 2012, there was a 49 percent decline in asylum claims.<ref>Ernesto Castaneda, ''Fortress North America: Theorizing a Regional Approach to Migration Management,'' American University, <[https://d1wqtxts1xzle7.cloudfront.net/66598692/Fortress_North_America_4_23_21_Castaneda_Danielson_Rathod-with-cover-page-v2.pdf?Expires=1626553200&Signature=Sszz1nlFvj16tw1o-ugkUpZorOqRJpaAqCAIGZhMutAkLubShL~iqScCGE0IUam4suCH-Vr4LLHlJCaE1FP3pv2xK-VF5C7BVHu1mxpJzjjUmTgV-3Q93sS2sorw6qPQ8SWsYYmQpNsJuruYdnBwfAXN~eTisxAoCUVzmXJX-Z5Gs8p~J1-0Py3fWaWz8n9TKYnqwgl3SB~02IMrwZ4y3e96IQbpuhUxzX7B33VUvY20u3tRo5qzbIo2qU~T2n4m9u~5PMgfWTJHEkKg4377JUBKw6JL1QGIDloajZ~476V494ip4ndLudQGoXUeqXwdxuef93yBshofC~A7hvBJMw__&Key-Pair-Id=APKAJLOHF5GGSLRBV4ZA https://d1wqtxts1xzle7.cloudfront.net/66598692/Fortress_North_America_4_23_21_Castaneda_Danielson_Rathod-with-cover-page-v2.pdf]> (Accessed July 18, 2021), at page 28.</ref> == 2010s refugee protection initiatives == === Resettlement programs === Canada actively resettles thousands of refugees per year within a voluntary burden-sharing scheme. This act places Canada near the top of a small group of approximately thirty countries worldwide willing to offer refugee protection through resettlement in addition to the promise of ''non-refoulement'' in the ''Refugee Convention''.<ref>Shauna Labman, ''Crossing Law’s Border: Canada’s Refugee Resettlement Program,'' 2019, UBC Press: Vancouver, page 59.</ref> Three states have traditionally been the leaders in resettlement: Canada, Australia, and the United States. Combined, they have tended to receive approximately 90 percent of the UNHCR's resettlement referrals.<ref>Shauna Labman, ''Crossing Law’s Border: Canada’s Refugee Resettlement Program,'' 2019, UBC Press: Vancouver, page 6.</ref> By way of example, in the 2017 calendar year, the United States resettled 33,400 refugees, while Canada resettled 26,600 refugees, and Australia resettled 15,100 refugees.<ref>UNHCR, ''Global Trends: Forced Displacement in 2017'', http://www.unhcr.org/5b27be547.pdf at 30.</ref> In line with this tradition, Canada launched a program to resettle more than 25,000 Syrian refugees in 2015. === Sanctuary city movements === Many people do not file for asylum but live in the margins of society as undocumented self-settled migrants fearing arrest, deportation, and other punitive measures.<ref>Gil Loescher, ''Refugees: A Very Short Introduction'', May 2021, Oxford, ISBN: 9780198811787, page 14.</ref> The 1906 ''Immigration Act'' made it the duty of municipal authorities to report select categories of removable immigrants, including those who had become a charge upon public funds or upon any charitable institution.<ref>Ninette Kelley and Michael J. Trebilcock. ''The Making of the Mosaic: A History of Canadian Immigration Policy''. Toronto: University of Toronto Press, 2010 (Second Edition). Print. Page 138.</ref> This duty was subsequently removed from Canada’s immigration legislation. Nonetheless, persons without legal immigration status in Canada, whether that of a refugee, refugee claimant, or otherwise, have faced difficulties accessing government and private services lest immigration documents be demanded or they be referred to immigration authorities and deported. In Canada, since 2013, Toronto, London, Vancouver,<ref>Atak I. (2021) “A Responsible and Committed City”: Montréal’s Sanctuary Policy. In: Faret L., Sanders H. (eds) Migrant Protection and the City in the Americas. Politics of Citizenship and Migration. Palgrave Macmillan, Cham. <nowiki>https://doi-org.peacepalace.idm.oclc.org/10.1007/978-3-030-74369-7_5</nowiki></ref> Edmonton, Montreal, Ajax,<ref>Paquet M., Benoit N., Atak I., Joy M., Hudson G., Shields J. (2022) Sanctuary Cities and Covid-19: The Case of Canada. In: Triandafyllidou A. (eds) Migration and Pandemics. IMISCOE Research Series. Springer, Cham. <nowiki>https://doi.org/10.1007/978-3-030-81210-2_5</nowiki></ref> and Hamilton have all declared themselves sanctuary cities.<ref>Laura Madokoro, ''On public sanctuary: exploring the nature of refuge in precarious times,'' in Dauvergne, C. (ed), ''Research handbook on the law and politics of migration'', April 2021, ISBN: 9781789902259, page 102.</ref> These sanctuary city policies have generally involved ordinances ensuring access to municipal services for the undocumented, though without going so far as prohibiting information-sharing with federal border enforcement authorities altogether. === Expanded information-sharing agreements between Five Eyes countries === The 2010s saw a significant increase in the use of biometric technologies by asylum systems around the world. By the end of 2018, for instance, the UN Refugee Agency alone reported the capture and storage of biometric identity for over 7.1 million refugees.<ref>Achiume, E. Tendayi. “Digital Racial Borders.” AJIL Unbound, vol. 115, 2021, pp. 333–338., doi:10.1017/aju.2021.52.</ref> Canada has long been collecting biometric information from refugee claimants and at this time it began to exchange such information more with partner countries. Canada has long had information-sharing agreements with the United States whereby information about refugee claimants is exchanged. For example, the Canada-US Smart Border Declaration of December 2001 committed that the two countries would develop common biometric identifiers and engage in the exchange of information.<ref name=":64" /> A 2003 agreement between the countries entilted ''Sharing of Information on Asylum and Refugee Status Claims'' allows for the automated, systematic sharing of information between Canada and the US about asylum seekers, including biometric and biographic data.<ref name=":64" /> The exchanged information includes: identity-related information, for example biographic and biometric data; previous refugee claim status (denied, abandoned, or granted); data that would indicate that a claim is inadmissible; and any evidence submitted to support a previous application.<ref name=":64" /> In 2009 the "Five Eyes" countries signed a Data Sharing Protocol to conduct a small number of "immigration checks" through biometric (fingerprint) data exchanges. This arrangement was intended as a pilot for automated data exchanges and it involved commitments to share 3000 fingerprints annually. Canada then reached information sharing agreements with the United Kingdom (2015), Australia (2016), and New Zealand (2016) which moved from the pilot model to the automated sharing of information.<ref name=":64" /> == Irregular border crossing controversy == Since the Board's 1989 founding, the number of people making refugee claims has increased greatly, both in Canada and internationally. Looking at the numbers globally, during decade of the 1980s, there were 2.3 million applications for asylum lodged worldwide, mostly in western Europe, the United States, and Canada. During the 1990s, this number grew to 6.1 million applications filed, and the list of receiving nations grew to include Australia, New Zealand, Scandinavia, and southern Europe. During the 2000s, there were 5.5 million new applications filed worldwide, and countries such as Ireland, Greece, Poland, and South Africa became popular new destinations.<ref>Hamlin, Rebecca. ''Let Me Be a Refugee: Administrative Justice and the Politics of Asylum in the United States, Canada, and Australia''. New York: Oxford University Press,  2014. Print. Page 5.</ref> Today, roughly one million individuals apply for asylum globally each year,<ref>Mark Rook, ''Identifying Better Refugee Policies for an Evolving Crisis'', April 21, 2020, University of Pennsylvania Honors Thesis, <https://repository.upenn.edu/cgi/viewcontent.cgi?article=1037&context=ppe_honors> (Accessed May 9, 2020), page 8.</ref> with those classified as refugees representing 7–8 per cent of the global migrant population.<ref>Julia Morris, ''The Value of Refugees: UNHCR and the Growth of the Global Refugee Industry'', Journal of Refugee Studies, 11 January 2021, https://doi-org.ezproxy.library.yorku.ca/10.1093/jrs/feaa135 at page 18.</ref> Similarly, in Canada, while the volume of new claims has gone through cycles, volume has trended upwards over time. Soon after the IRB started in 1989, the number of asylum seekers reaching Canada went up from a rate of several thousand a year to reach 37,000 in 1992.<ref name=":48" /> Since then, three notable case decision backlogs have occurred: in 2002 with over 57,000 claims, in 2009 with over 62,000 pending claims,<ref>Neil Yeates, ''Report of the Independent Review of the Immigration and Refugee Board'', Government of Canada, April 10, 2018, <https://www.canada.ca/content/dam/ircc/migration/ircc/english/pdf/pub/irb-report-en.pdf> (Accessed April 27, 2020), page 10.</ref> and post-2017, where the Refugee Protection Division had 90,000 claims awaiting decision.<ref>Immigration and Refugee Board of Canada, ''Refugee Protection Claims (New System) Statistics'', Date modified: 2020-02-20, <https://irb-cisr.gc.ca/en/statistics/protection/Pages/RPDStat.aspx> (Accessed April 27, 2020).</ref> In this context, persons crossing irregularly from the United States into Canada became a significant political issue starting around 2017.<ref name=":8" /> Such crossings occurred primarily at Roxham Road on the Quebec-New York border and at Emerson, Manitoba. From 2017 to 2020 more than 59,000 people crossed the Canada-US border in an irregular manner and claimed asylum in Canada,<ref name=":11" /> in order to evade the restrictions put in place by the Safe Third Country Agreement. This included 20,593 claimants in 2017, 19,419 claimants in 2018, and then 16,077 claimants in 2019.<ref name=":11">Immigration and Refugee Board of Canada, "Irregular Border Crosser Statistics" <http://irb-cisr.gc.ca/en/statistics/Pages/Irregular-border-crosser-statistics.aspx> (Accessed August 23, 2020).</ref> Quebec received approximately 95% of the irregular border crossers from the United States.<ref>Monica Boyd & Nathan T.B. Ly (2021) Unwanted and Uninvited: Canadian Exceptionalism in Migration and the 2017-2020 Irregular Border Crossings, American Review of Canadian Studies, 51:1, 95-121, DOI: 10.1080/02722011.2021.1899743 at page 107.</ref> The total number of asylum claims in Canada similarly rose over this period, going from 23,870 in 2016, to 50,390 in 2017, to 55,040 in 2018, to 64,045 in 2019.<ref>Audrey Macklin & Joshua Blum, Country Fiche: Canada, ''ASILE: Global Asylum Governance and the European Union's Role'', January 2021, <https://www.asileproject.eu/wp-content/uploads/2021/03/Country-Fiche_CANADA_Final_Pub.pdf> (Accessed April 2, 2021), pages 3-4.</ref> The resources dedicated worldwide to Refugee Status Determination (RSD) have been appropriately described as immense. States and UNHCR rendered 1.5 million decisions on individual asylum claims in 2017<ref>Shauna Labman, ''Crossing Law’s Border: Canada’s Refugee Resettlement Program,'' 2019, UBC Press: Vancouver, page 29.</ref> and as of 2018 there were 3.5 million asylum seekers in the world.<ref>UNHCR, ''Global Trends: Forced Displacement in 2018'', Published 2019, <https://www.unhcr.org/globaltrends2018/> (accessed 17 April 2019).</ref> Although exact figures are difficult to determine, academics note that the combined cost of RSD performed by states and UNHCR exceeds the total cost of direct humanitarian assistance provided to refugees by UNHCR.<ref>Jones, M., & Houle, F. (2008). Building a Better Refugee Status Determination System. ''Refuge: Canada’s Journal on Refugees'', ''25''(2), 3-11. Retrieved from https://refuge.journals.yorku.ca/index.php/refuge/article/view/26027, page 7.</ref> In fact, Thériault has estimated that the Global North alone spends $20 billion on RSD,<ref>Pierre-André Thériault, ''Settling the Law: An Empirical Assessment of Decision-Making and Judicial Review in Canada's Refugee Resettlement System'', April 2021, Ph.D Thesis, Osgoode Hall Law School, York University, <https://yorkspace.library.yorku.ca/xmlui/bitstream/handle/10315/38504/Theriault_Pierre-Andre_2021_PhD_v2.pdf?sequence=2> (Accessed July 10, 2021), page 54.</ref> a number which is a multiple of the UNHCR’s budget,<ref>James Hathaway, “Toward the Reformulation of International Refugee Law” (1996) 15:1 Refuge; Amitav Acharya and David B. Dewitt, “Fiscal Burden Sharing” in James Hathaway, ed., Reconceiving International Refugee Law (The Hague: Martinus Nijhoff Publishers, 1997) at 117.</ref> and, by his estimate, four times the budget made available to agencies that are responsible for the care of the refugee population in the Global South, despite the fact that 85% of refugees reside there. Around the world, irregular arrivals generally have higher success rates for asylum claims than those who apply after arriving on some other temporary visa. For example, in Australia, the historical average success rate for asylum seekers who arrive by boat has been more than 80 per cent. The academic Daniel Ghezelbash states that this is largely due to the effectiveness of visa regimes in identifying persons with potential asylum claims and not giving them a visa which would allow them to travel to the country by regular means.<ref>Daniel Ghezelbash, ''Fast-track, accelerated, and expedited asylum procedures as a tool of exclusion,'' in Dauvergne, C. (ed), ''Research handbook on the law and politics of migration'', April 2021, ISBN: 9781789902259, page 254.</ref> Despite the comparative ''bona fides'' of such claimants, the journeys undertaken by claimants arriving in a country irregularly, and necessitated by state deterrence measures, are often hazardous. For example, several crossers into Canada lost limbs to frostbite after walking for hours in freezing temperatures, and Mavis Otuteye, a 57-year-old Ghanaian grandmother, was found dead from hypothermia in a ditch near the Canada-US border in 2017.<ref>Harsha Walia, ''Border & Rule'', Winnipeg: Fernwood Publishing, ISBN: 9781773634524, page 88-89.</ref> This increase in border crossings between the United States and Canada had political, procedural, and legal consequences, including: * <u>Challenges to Safe Third Country Agreement:</u> There were post-2017 calls to suspend or end the Safe Third Country Agreement, including a legal challenge to the agreement, which was denied by the Federal Court of Appeal in 2021 for procedural reasons.<ref>''Canada (Citizenship and Immigration) v. Canadian Council for Refugees,'' 2021 FCA 72 (CanLII), <https://canlii.ca/t/jfbm9>, retrieved on 2021-04-24.</ref> * <u>Increase in claims:</u> The increase in claims caused the government to increase IRB capacity. One of the effects of this increase in refugee claims has been a growing backlog of claims to process at the Immigration and Refugee Board of Canada. In its 2019-20 departmental plan, the IRB noted that "an inventory of more than 75,000 claims has accumulated, representing more than two years of work at current funding levels".<ref>George Melnyk and Christina Parker, ''Finding Refuge in Canada: Narratives of Dislocation'', February 2021, Athabasca University Press, <nowiki>ISBN 9781771993029</nowiki>, page 5.</ref> One of the federal government initiatives in response to this surge in claims was to temporarily expand the processing capacity of the IRB. The government increased resources at the Refugee Protection Division so that it could deal with up to 50,000 asylum claims annually by 2021.<ref>CARRERA, Sergio, GEDDES, Andrew (editor/s), ''The EU pact on migration and asylum in light of the United Nations global compact on refugees'', Florence: European University Institute, 2021, Migration Policy Centre, Retrieved from Cadmus, European University Institute Research Repository, at: https://hdl.handle.net/1814/70600 at page 28.</ref> *<u>Calls to extend the Safe Third Country Agreement:</u> There were post-2017 calls to extend the application of the Safe Third Country Agreement across the entire Canada-US border. As of 2017, polls indicated that 70 percent of Canadians felt that security along the Canada-US border should increase.<ref>Shauna Labman, ''Crossing Law’s Border: Canada’s Refugee Resettlement Program,'' 2019, UBC Press: Vancouver, page 120.</ref> A 2018 Angus Reid poll indicated that more than half of respondents said that Canada was too generous to asylum seekers who cross into Canada irregularly.<ref>Idil Atak, Claire Ellis, and Zainab Abu Alrob, ''Refugee system as a bordering site: security, surveillance, and the rights of asylum seekers in Canada,'' in Graham Hudson and Idil Atak (eds.), ''Migration, Security, and Resistance: Global and Local Perspectives'', 2022. New York: Routledge, page 5 of section.</ref> In their 2019 platform, the Conservative Party of Canada committed to prioritizing "economic migration" and favouring those facing "true persecution" over "bogus" refugee claimants.<ref name=":8" /> The Conservative Party indicated that, if elected, it would hire 250 more CBSA officers and move IRB Members closer to crossing sites to expedite the process.<ref>Monica Boyd & Nathan T.B. Ly (2021) Unwanted and Uninvited: Canadian Exceptionalism in Migration and the 2017-2020 Irregular Border Crossings, American Review of Canadian Studies, 51:1, 95-121, DOI: 10.1080/02722011.2021.1899743 at page 111.</ref> *<u>Changes to eligibility for referral to the IRB:</u> The irregular border crossing controversy led to Parliament making changes to which claimants are eligible for a hearing before the IRB. In June 2019, amendments were made to the Immigration and Refugee Protection Act in Bill C-97, the ''Budget Implementation Act, 2019''.<ref>Budget Implementation Act, 2019, No. 1, S.C. 2019, c. 29 (Bill C-97), ''Parliament of Canada'', <https://www.parl.ca/DocumentViewer/en/42-1/bill/C-97/royal-assent> (accessed April 28, 2022).</ref> These changes introduced new grounds of ineligibility for refugee claimants if they have previously requested asylum in a country with which Canada has an information-sharing agreement or arrangement. In practice this means that individuals who made a previous claim in the United States, United Kingdom, Australia, or New Zealand (the "five eyes countries") are ineligible to claim refugee status in Canada and have their claims heard by Immigration and Refugee Board, though if information sharing agreements are made with other countries, they also will be included.<ref>Monica Boyd & Nathan T.B. Ly (2021) Unwanted and Uninvited: Canadian Exceptionalism in Migration and the 2017-2020 Irregular Border Crossings, American Review of Canadian Studies, 51:1, 95-121, DOI: 10.1080/02722011.2021.1899743 at page 112.</ref> This is so regardless of whether a decision was ever made on the previous claim.<ref>Idil Atak, Claire Ellis, and Zainab Abu Alrob, ''Refugee system as a bordering site: security, surveillance, and the rights of asylum seekers in Canada,'' in Graham Hudson and Idil Atak (eds.), ''Migration, Security, and Resistance: Global and Local Perspectives'', 2022. New York: Routledge, page 2 of section.</ref> Those found to be ineligible to make a claim to the IRB may submit an application for a pre-removal risk assessment instead.<ref>Chantel Spade & Tearney McDermott, ''‘Safe’ countries and ‘fraudulent’ refugees: Tools for narrowing access to Canada’s refugee system,'' Spotlight on Migration No. 2020/4, August 2020, Ryerson Centre for Immigration and Settlement (RCIS), <https://www.ryerson.ca/content/dam/centre-for-immigration-and-settlement/RCIS/publications/spotlightonmigration/2020_4_Spade_Chantel_McDermott_Tearney_Safe_countries_and_fraudulent_refugees_Tools_for_narrowing_access_to_Canada’s_refugee_system.pdf> (Accessed September 13, 2020), page 4 of PDF.</ref> Idil Atak describes this omnibus Bill as having been "adopted hastily in the lead-up to the 2019 federal election" as part of the government's measures to respond to the irregular border crossing controversy<ref>Idil Atak, Zainab Abu Alrob, Claire Ellis, Expanding refugee ineligibility: Canada’s response to secondary refugee movements, Journal of Refugee Studies, 14 December 2020, <nowiki>https://doi-org.ezproxy.library.yorku.ca/10.1093/jrs/feaa103</nowiki> at page 2.</ref> and this can be seen as an example of the Canadian government's capacity to respond to developing circumstances quickly with new immigration legislation.<ref>Monica Boyd & Nathan T.B. Ly (2021) Unwanted and Uninvited: Canadian Exceptionalism in Migration and the 2017-2020 Irregular Border Crossings, American Review of Canadian Studies, 51:1, 95-121, DOI: 10.1080/02722011.2021.1899743 at page 96.</ref> *<u>Changes to the process of referring a claim to the RPD:</u> The ''Budget Implementation Act, 2019'' also amended the IRPA to remove the three-day time limit for making a decision on the eligibility of a claim to be referred to the RPD and removed the “deemed referral” to the RPD if an eligibility decision was not made in that time period.<ref>Budget Implementation Act, 2019, No. 1, S.C. 2019, c. 29 (Bill C-97), ''Parliament of Canada'', <<nowiki>https://www.parl.ca/DocumentViewer/en/42-1/bill/C-97/royal-assent</nowiki>> (accessed April 28, 2022). See amendments to subsections 100(1) and (3) of the IRPA.</ref> * <u>Changes to IRB scheduling:</u> As the backlog of claims at the IRB rose, the average wait time for a first hearing at the RPD grew to two years, as opposed to the statutory timeline of two months for most asylum seekers.<ref>Idil Atak, Claire Ellis, and Zainab Abu Alrob, ''Refugee system as a bordering site: security, surveillance, and the rights of asylum seekers in Canada,'' in Graham Hudson and Idil Atak (eds.), ''Migration, Security, and Resistance: Global and Local Perspectives'', 2022. New York: Routledge, page 4 of section.</ref> The increase in claims triggered a change in how the IRB scheduled and prioritized claims. The ''Immigration and Refugee Protection Regulation'' allows for exceptions to the time limit for the RPD to hold a hearing in the case of operational limitations.<ref>''Immigration and Refugee Protection Regulations'', SOR/2002-227, s 159.9(3).</ref> To deal with its backlog, the IRB began to prioritize older cases for scheduling before newer cases and abandoned the case processing timelines in the Regulations. Previously, when IRCC or CBSA referred a file to the RPD, the claimant was also provided a hearing date; the RPD then postponed that hearing for lack of capacity to hold it within the time limit. As of August 29, 2018, claimants were no longer provided a hearing date at the time of referral.<ref>Immigration, Refugees and Citizenship Canada, "Interim Measures: Issuing a Confirmation of Referral to refugee claimants in lieu of a Notice to Appear at the time the claim is referred to the Refugee Protection Division" (last modified 2 January 2019), online: ''Government of Canada'' <http://www.canada.ca/en/immigration-refugees-citizenship/corporate/publications-manuals/operational-bulletins-manuals/refugee-protection/canada/processing-claims-refugee-protection-post-interview-final-decision/confirmation-referral> (accessed April 28, 2022).</ref> == Covid-19 == In 2020, in response to the Covid-19 virus, fifty-seven countries shut their borders to asylum seekers.<ref>Harsha Walia, ''Border & Rule'', Winnipeg: Fernwood Publishing, ISBN: 9781773634524, page 10.</ref> At first, the Canadian government announced that all claimants arriving outside ports of entry would be screened for the virus and then quarantined if the test results were positive. The Canadian government changed its position days later, announcing that all claimants would be returned to the United States.<ref>Sharryn Aiken, et al, ''Immigration and Refugee Law: Cases, Materials, and Commentary (Third Edition)'', Jan. 1 2020, Emond, ISBN: [tel:1772556319 1772556319], at page 913.</ref> As part of this, the two countries reached a temporary agreement which allows Canada to send back individuals entering Canada from the US to make an asylum claim.<ref>Idil Atak, Zainab Abu Alrob, Claire Ellis, Expanding refugee ineligibility: Canada’s response to secondary refugee movements, Journal of Refugee Studies, 14 December 2020, https://doi-org.ezproxy.library.yorku.ca/10.1093/jrs/feaa103 at page 7.</ref> The agreement applies between official ports of entry along the land border and at air and marine ports of entry. The government also designated Roxham Road as a port of entry for the purposes of the Safe Third Country Agreement and began returning refugee claimants to the US at this point.<ref>Audrey Macklin & Joshua Blum, Country Fiche: Canada, ''ASILE: Global Asylum Governance and the European Union's Role'', January 2021, <https://www.asileproject.eu/wp-content/uploads/2021/03/Country-Fiche_CANADA_Final_Pub.pdf> (Accessed April 2, 2021), page 28.</ref> In response to these measures, the number of those attempting to cross the border irregualrly plummeted, for example, 24 irregular migrants sought to make claims between March 16, when the border closed, and May 8, 2020.<ref>Monica Boyd & Nathan T.B. Ly (2021) Unwanted and Uninvited: Canadian Exceptionalism in Migration and the 2017-2020 Irregular Border Crossings, American Review of Canadian Studies, 51:1, 95-121, DOI: 10.1080/02722011.2021.1899743 at page 113.</ref> The pandemic saw a number of states temporarily suspend asylum procedures.<ref>Crawley, Heaven. 2021. ''The Politics of Refugee Protection in a (Post)COVID-19 World''. Social Sciences 10:81. [[doi:10.3390/ socsci10030081|https://doi.org/10.3390/socsci10030081]] at page 6.</ref> Canada was one of them. The Refugee Protection Division shut down all hearings for several months as a result of the pandemic, resuming them in the summer of 2020. Referrals of claims to the IRB by IRCC and CBSA were delayed or suspended for far longer.<ref>Jay Turnbull, ''They want to work, but thousands of asylum seekers are waiting on the sidelines,'' CBC News, Feb 22, 2021 <https://www.cbc.ca/news/canada/montreal/asylum-seekers-work-permits-delay-pandemic-1.5921285> (Accessed March 7, 2021).</ref> The Covid-19 pandemic also saw the Canadian government implement one of its periodic amnesty campaigns for asylum seekers, in this case a program that became colloquially known as the Guardian Angels initiative which granted permanent residence status to asylum seekers who were involved with front-line caregiving during the pandemic. == Conclusion == The next chapters in the story of refugee protection procedure in Canada remain to be written. What can be said is that the concept of the ‘refugee’ is as old as the state system, and, in the words of academic Eve Lester, it will remain with us for as long as the state system remains.<ref name=":33" /> As Emma Haddad writes, refugees are the consequence of erecting political boundaries and failing to protect all individuals as citizens, hence pushing insiders outside. So long as these conditions pertain - there are political borders constructing separate states and creating clear definitions of insiders and outsiders, and failures of protection - there will be refugees.<ref>Haddad, E. (2008). The Refugee in International Society: Between Sovereigns (Cambridge Studies in International Relations). Cambridge: Cambridge University Press. doi:10.1017/CBO9780511491351, pages 7 and 213.</ref> As Alan Nash observes, the structure for protecting refugees is flawed and subject to a series of opposing tensions. Nevertheless, this structure sets out a charter of the rights and obligations owed to refugees and by doing so lays down the standards by which they should be treated.<ref>Alan Nash, ''International Refugee Pressures and the Canadian Public Policy Response'', Discussion Paper, January 1989, Studies in Social Policy, page 9.</ref> == References == <references responsive="" /> 10oqdsf3n6zz8dq0epm3eb4s20vn6hc Canadian Refugee Procedure/The Board's inquisitorial mandate 0 415059 4089916 4070320 2022-08-09T20:31:14Z Refcanimm 3267488 /* There is a shared duty of fact-finding in refugee matters */ wikitext text/x-wiki Refugee Status Determination is said to be among the most difficult forms of adjudication, involving as it does fact-finding in regard to foreign conditions, cross-cultural and interpreted examination of witnesses, ever-present evidentiary voids, and a duty to prognosticate potential risks rather than simply to declare the more plausible account of past events.<ref>Hathaway, James C., ''Rebuilding trust: a report of the Review of Fundamental Justice in Information Gathering and Dissemination at the Immigration and Refugee Board of Canada'', Refugee Studies Centre, Publisher: Osgoode Hall Law School, 01/12/1993 <http://repository.forcedmigration.org/show_metadata.jsp?pid=fmo:1136> (Accessed April 14, 2020), page 6.</ref> Within this context, RPD Members have to make high-stakes decisions on the basis of scarce and uncertain information, they need to strike a balance between the goals of protection and control, and Canadian refugee law is ambiguous and provides limited guidance, with credibility often being a key point in any given case.<ref name=":4">Tone Maia Liodden, ''Who Is a Refugee? Uncertainty and Discretion in Asylum Decisions,'' International Journal of Refugee Law, Advance Article, 29 April 2021 <https://doi-org.peacepalace.idm.oclc.org/10.1093/ijrl/eeab003> (Accessed May 1, 2021). </ref> The process for Refugee Status Determination adopted in Canada that seeks to address these challenges is one where the Board has an inquisitorial mandate. The following are some of the contours of that mandate. == The Refugee Protection Division has an inquisitorial mandate == The Board generally uses an inquisitorial, as opposed to adversarial, approach to decision-making. Rebecca Hamlin describes the contrast between these two decision-making approaches this way:<blockquote>The adversarial style takes the shape of a triad: two disputants arguing their respective cases before a passive judge, who must resolve the dispute by deciding which case is more persuasive. In an adversarial process, justice is based on the premise that an impartial judge decides between competing versions of this story after hearing both sides argued forcefully. Unlike this courtroom-like setting, inquisitorial hearings are designed to be non-adversarial and non-legalistic, taking the form of a dyad between the person whose fate is to be decided and the person deciding it. The inquisitorial decision-maker is engaged in a conversation with the parties, and the facts must be discovered through a collaborative process of research and questioning. Justice is demonstrated through the decision-maker's commitment to an active investigatory process.<ref name=":0">Let Me Be a Refugee: Administrative Justice and the Politics of Asylum in the United States, Canada, and Australia. By Hamlin, Rebecca. New York: Oxford University Press,  2014, p. 18.</ref></blockquote>The Refugee Protection Division has an inquisitorial mandate. The Board's ''Chairperson Guideline 7'' describes a Member's inquisitorial mandate this way:<blockquote>A member's role is different from the role of a judge. A judge's primary role is to consider the evidence and arguments that the opposing parties choose to present; it is not to tell parties how to present their cases. Case law has clearly established that the RPD has control of its own procedures. The RPD decides and gives directions as to how a hearing is to proceed. The members have to be actively involved to make the RPD's inquiry process work properly.<ref>Immigration and Refugee Board of Canada, ''Chairperson Guidelines 7: Concerning Preparation and Conduct of a Hearing in the Refugee Protection Division'', Amended December 15, 2012 <<nowiki>https://irb-cisr.gc.ca/en/legal-policy/policies/Pages/GuideDir07.aspx#FailureA4</nowiki>> (Accessed January 26, 2020), section 2.2.</ref></blockquote>This inquisitorial mandate has implications for how a Member is to assess the claim; it implies that the Board “has a duty to consider all potential grounds for a refugee claim that arise on the evidence, even when they are not raised by the applicant”.<ref>''Viafara v. Canada (MCI)'', 2006 FC 1526, at para. 6; ''Gutierrez v. Canada (MCI)'', 2011 FC 1055, at para. 35.</ref> == Refugee Status Determination is declaratory, not constitutive == Recognizing someone as a refugee does not make the person a refugee. This is because refugee status determination is a declaratory, not constitutive act.<ref>UNHCR, Note on Determination of Refugee Status under International Instruments EC/SCP/5 (UNHCR, 24 August 1977).</ref> As refugee lawyer David Matas writes, “a declaratory act recognizes someone to be what he is or always was. A constitutive act makes a person something he was not before. An asylum government cannot constitute someone to be a refugee, because he already is one.”<ref>David Matas with Ilana Simon, ''Closing the Doors: The Failure of Refugee Protection'', Summerhill Press Ltd., Toronto, 1989, <nowiki>ISBN 0-920197-81-7</nowiki>, page 196.</ref> As the refugee law academic James Hathaway puts it, refugee status arises out of the refugee's predicament, rather than from a formal determination of status.<ref>JC Hathaway, ''The rights of refugees under international law'' (2005), Cambridge University Press, page 278.</ref> In this way, a decision-maker errs when they fail to recognize a genuine refugee as such, and a decision-maker also errs when they do the converse by wrongly recognizing someone who is not a refugee as such. While, in principle, a state may grant asylum to anyone that it may so choose, regardless of whether or not they meet the criteria enshrined in the Refugee Convention, or any other international treaty,<ref>Roman Boed, ''The State of the Right of Aslyum in International Law'', Duke Journal of Comparative & International Law, 5, 1-34 (1994), <https://scholarship.law.duke.edu/cgi/viewcontent.cgi?article=1342&context=djcil>, page 4.</ref> such a wide-ranging power has not been delegated to Immigration and Refugee Board Members, who are restricted to recognizing cases where the applicable criteria in either s. 96 or s. 97 of the IRPA have been met. This principle is reflected in section 107 of the Act: [[Canadian Refugee Procedure/107 - Decision on Claim for Refugee Protection#IRPA Section 107: Decision on Claim for Refugee Protection]]. This modern conception of the refugee regime stands in contrast to pre-20th century views of asylum, where diplomatic and territorial asylum were considered to be constitutive acts such that it was the decision that made the person asking for asylum an asylee.<ref>Andreas Zimmermann (editor), ''The 1951 Convention Relating to the Status of Refugees and its 1967 Protocol: A Commentary''. Oxford University Press, 2011, 1799 pp, ISBN 978-0-19-954251-2, ''Regional Developments: Americas'', written by Piovesan and Jubilut, at p. 213 (para. 29).</ref> This move away from a constitutive view of asylum to a declaratory one reflects the emergence of a rights-based view of the institution of asylum and refugee status. In Canada, this takes the form of the concrete legal obligation on the Canadian state to recognize as refugees those who meet the criteria in ss. 96 and 97 of the IRPA. Recognition of such is not a discretionary charitable act by Canada, but instead a personal right that individuals have pursuant to the IRPA, and, as recognized by the Inter-American Court of Human Rights, the Refugee Convention. In their words in their decision in ''Pacheco Tineo v. Bolivia:''<blockquote> Even if the 1951 Convention does not explicitly establish the right to asylum as a right, it is considered to be implicitly incorporated into its text, which mentions the definition of a refugee, the protection against the principle of ''non-refoulement'', and a list of rights to which refugees have access.... With the protection provided by the 1951 Convention and its 1967 Protocol, the institution of asylum assumed a specific form and mechanism at the global level: that of refugee status.<ref>''Pacheco Tineo v. Bolivia,'' Ser. C No. 272 (IACtHR, Nov. 25, 2013), at 139.</ref></blockquote> Shauna Labman writes about the significance of this conception of asylum:<blockquote>The benefit of a rights-based stance in law is that it adds a concrete assertion of legal obligation and accountability to refugee protection. It is equality between the parties. Stuart Scheingold defines this as "the call of the law." He suggests that the assertion of a right implies a legitimate and dignified reciprocal relationship that is societal and not personal. The current alternative calls in refugee protection are for compassion, humanitarianism, and morality. Such claims lack reciprocity and are founded on personal need. As Catherine Dauvergne explains, "a claim for compassion does not effectively function as a right because rights are grounded in equality but compassion is grounded in generosity and inequality."<ref>Shauna Labman, ''Crossing Law’s Border: Canada’s Refugee Resettlement Program,'' 2019, UBC Press: Vancouver, page 117.</ref></blockquote>All this said, the assertion that refugee status determination procedures are declaratory and not constitutive, and its implicit representation of ‘refugeehood’ as an objective identity given by law, appears to be tendentious. It is belied by the large variations in the way different individuals and systems answer the question of "who is a refugee?", even where they are all interpreting the same Convention provisions, evidence, and laws. That said, in the words of Tone Liodden, "the idea of the refugee as a non-negotiable identity across time and space may largely be fictional, but [it] is a ‘crucial fiction’ that has very real consequences for those who are granted – or denied – refugee status."<ref name=":4" /> For more on this point, see: [[Canadian Refugee Procedure/The right to be heard and the right to a fair hearing#Decision-making should be predictable and consistent across the Board]]. == A hearing becomes adversarial where the Minister is involved == While the Division's mandate is primarily conceived of as inquisitorial and non-adversarial,<ref>''Benitez v. Canada (Minister of Citizenship and Immigration),'' 2006 FC 461 (CanLII), [2007] 1 FCR 107, par. 62, <https://canlii.ca/t/1n3nx#par62>, retrieved on 2021-07-17.</ref> in some cases the Minister intervenes in a claim and the process becomes an adversarial one. This properly constrains the Member's role. Madam Justice Tremblay-Lamer observed in ''Rivas v. Canada'' that in some situations, such as where exclusion is at issue, “it may be problematic for the tribunal to proceed without the Minister since the Minister usually has the burden of proof. As the applicant argues, it is a situation that can force the member to [translation] ‘descend into the arena’.”<ref>''Reyes Rivas v. Canada (Citizenship and Immigration),'' 2007 FC 317 (CanLII), para. 39.</ref> As Lorne Waldman states in his looseleaf: “… Since the burden of proof falls squarely on the Minister, it is certainly arguable that it is not appropriate for tribunal members themselves to engage in an investigation with respect to the exclusion matters. For the tribunal members to do so would result in their becoming prosecutors seeking to establish if the claimant falls within the exclusion clauses.”<ref>Immigration Law and Practice, Vol. 1, looseleaf (Markham, Ont.: Butterworths, 1992), at paragraph 8.511.</ref> Despite all of this, the jurisprudence recognizes that the Board may make a decision on the issue of exclusion without the Minister’s participation,<ref>''Reyes Rivas v. Canada (Citizenship and Immigration),'' 2007 FC 317 (CanLII), para. 40.</ref> and indeed that it may have an obligation to do so even where the Minister does not participate in a case. But once the Minister becomes involved, the hearing is seen to become an adversarial process, with both the Minister’s Hearings Officer and the refugee claimant presenting evidence to establish or rebut the allegation of exclusion.<ref>Jennifer Bond, Nathan Benson, Jared Porter, ''Guilt by Association: Ezokola’s Unfinished Business in Canadian Refugee Law'', Refugee Survey Quarterly, hdz019, https://doi-org.ezproxy.library.yorku.ca/10.1093/rsq/hdz019, footnote 35.</ref> This may entail some limits on the Member's proper role, and this relates to the requirement in the RPD Rules that the hearing be suspended immediately upon notification to the Minister of possible exclusion (which see: [[Canadian Refugee Procedure/Exclusion, Integrity Issues, Inadmissibility and Ineligibility]]). A situation can arise where the Minister concedes a point or makes a recommendation in the claimant's favour; this does not bind the Division and does not relieve a claimant from their obligation to make their case: ''Fong v Canada''.<ref>''Fong v Canada (Public Safety and Emergency Preparedness)'', 2010 FC 1134 at para 31.</ref> That said, while a joint submission is not binding on the Division, the caselaw establishes that it should be given serious consideration: ''Nguyen v Canada''.<ref>''Nguyen v Canada (Minister of Citizenship and Immigration)'', 2000 CanLII 16488 (FC) at para 14.</ref> == The Member has wide latitude to question claimants in an inquisitorial process == The text ''Judicial Review of Administrative Action in Canada'' provides that particular latitude will be given to tribunals to question where the matter is not adversarial, as with most refugee proceedings:<blockquote>Extensive and "energetic" questioning alone by tribunal members will not in itself give rise to a reasonable apprehension of bias. And particular latitude is likely to be given to tribunals operating in a non-adversarial setting, such as refugee determination hearings, where there is no one appearing to oppose the claim.<ref>''Judicial Review of Administrative Action in Canada'' (Brown and Evans, Toronto : Canvasback Publishing, 1998) at pages 11-31 and 11-32.</ref></blockquote>The nature of the mandate that decision-makers have in inquisitorial RSD processes is summarized by Rebecca Hamlin as follows:<blockquote>The inquisitorial form requires much more active decision makers. Instead of placing the responsibility for the collection of evidence and the presentation of arguments on the disputing parties themselves, the inquisitorial process combines the role of investigator and decision-maker into one. RSD is inquisitorial if the asylum seeker goes before a decision maker who both researches and decides the claim.<ref>Let Me Be a Refugee: Administrative Justice and the Politics of Asylum in the United States, Canada, and Australia. By Hamlin, Rebecca. New York: Oxford University Press,  2014, p. 19.</ref></blockquote>That said, there are limits on appropriate questioning where a Member approaches questioning with a discriminatory or hostile attitude: [[Canadian Refugee Procedure/The right to an unbiased decision-maker#The tone and tenor of the decision-maker’s involvement in the hearing]]. == A Member should be adequately trained == A decision-maker should be adequately trained on issues of law and fact. While the training of Members of the Refugee Protection Division has generally been well regarded, in contrast, this has not always been seen to be the case with overseas visa officers deciding applications for resettlement from abroad. For example, in ''Ghirmatsion v. Canada'', the Federal Court concluded that the visa officer's "lack of adequate training and support" were evident on cross-examination.<ref>''Ghirmatsion v Canada (Minister of Citizenship and Immigration)'', 2011 FC 773, para. 4.</ref> There are also limits on a Member's training and competency. This is reflected in the additional services available to Members, for example the statement in the ''Instructions for Gathering and Disclosing Information for Refugee Protection Division Proceedings'' that where, after consulting with the responsible member manager, the assigned member forms the opinion that forensic verification is necessary, they may direct the RPD adjudicative support team to send the document to the RCMP Forensic Laboratory Services for verification.<ref>''Instructions for Gathering and Disclosing Information for Refugee Protection Division Proceedings,'' Instructions issued by the Chairperson pursuant to section 159(1)(a) of the ''Immigration and Refugee Protection Act'', amended December, 2012 <https://irb-cisr.gc.ca/en/legal-policy/policies/Pages/InstructInfo.aspx> (Accessed November 28, 2021).</ref> == A claimant has an onus to show that they meet the criteria to be recognized as a refugee == The Federal Court affirms that the burden of proof rests on a claimant to show that they meet the definition of a Convention Refugee or 'person in need of protection' in the Act.<ref>''Lugunda v. Canada (Minister of Citizenship and Immigration)'', 2005 FC 467 (CanLII), par. 17, <http://canlii.ca/t/1k43l#par17>, retrieved on 2020-04-15.</ref> The Irwin Law text ''Refugee Law'' notes that this burden flows from the general proposition in international law that an individual seeking admission to a state must justify their admission.<ref>Lassa Oppenheim, ''Oppenheim's International Law'', 7th ed by Hersch Lauterpacht (London: Longmans Green, 1952) at 616, as cited in Martin David Jones and Sasha Baglay. ''Refugee Law (Second Edition)''. Irwin Law, 2017, page 144.</ref> The UNHCR is of the view that this principle properly applies in the refugee context, stating that "the burden of proof in principle rests on the applicant".<ref name=":1" /> The burden of proof was previously allocated differently in Canadian refugee law, but in 1988 Canada's legislature modified the immigration legislation to shift the burden of proof for making a claim onto the asylum seeker.<ref>Hamlin, Rebecca. ''Let Me Be a Refugee: Administrative Justice and the Politics of Asylum in the United States, Canada, and Australia''. New York: Oxford University Press, 2014. Print. Page 49.</ref> The UNHCR Handbook provides that those examining a refugee claim should "ensure that the applicant presents his case as fully as possible and with all available evidence."<ref name=":1">UN High Commissioner for Refugees (UNHCR), ''Handbook on Procedures and Criteria for Determining Refugee Status and Guidelines on International Protection Under the 1951 Convention and the 1967 Protocol Relating to the Status of Refugees'', April 2019, HCR/1P/4/ENG/REV. 4, available at: https://www.refworld.org/docid/5cb474b27.html [accessed 26 January 2020], page 45.</ref> This does not mean that the Board member is obliged to undertake a freestanding inquiry into a claim; the Refugee Appeal Division has held that the following principles apply in the refugee determination context: "a decision-maker [is] entitled to proper notice as to what exactly [is] being advanced. It is not up to the decision-maker to ferret out points which might possibly assist an applicant."<ref>''X (Re),'' 2016 CanLII 107938 (CA IRB), para. 28.</ref> Similarly, Member Railton of the Refugee Protection Division has noted that "The role of the Division hearing an application to re-open does not include a fact-finding mission on behalf of the applicants".<ref>''X (Re),'' 2013 CanLII 97437 (CA IRB), par. 25, <https://canlii.ca/t/ggdpl#par25>, retrieved on 2021-06-26.</ref> One of the reasons for this is about judicial economy; indeed, it is said that “states have a right to a fair and efficient asylum procedure”.<ref>Uçaryılmaz, Talya. (2020). ''The Principle of Good Faith in Public International Law (El principio de buena fe en el Derecho internacional público)''. Estudios de Deusto. 68.43.10.18543/ed-68(1)-2020pp43-59 <https://dialnet.unirioja.es/servlet/articulo?codigo=7483935> (Accessed July 25, 2020), page 14 of the article.</ref> Finally, in the Canadian system there exist legal issues where the burden of proof does not fall on the claimant, for example the Minister (or the Board, if the Minister is not participating in a hearing) bears the onus to establish a refugee claimant comes within one of the Convention's exclusion clauses.<ref>''Ramirez'' v. ''Canada (Minister of Employment and Immigration)'', 1992 CanLII 8540 (FCA), [1992] 2 F.C. 306 (C.A.).</ref> == There is a shared duty of fact-finding in refugee matters == The United Nations High Commissioner for Refugees states in their handbook that there is a shared duty of fact-finding between a claimant and the examiner: "In most cases a person fleeing from persecution will have arrived with the barest necessities and very frequently even without personal documents. Thus, while the burden of proof in principle rests on the applicant, the duty to ascertain and evaluate all the relevant facts is shared between the applicant and the examiner."<ref name=":2">United Nations High Commissioner for Refugees, ''Handbook on Procedures and Criteria for Determining Refugee Status'' 47 (1992).</ref> States must consider persons exercising their right to asylum honestly and with due diligence so as to not violate their obligation of non-refoulement.<ref>Kipras Adomaitis, ''The Right to Liberty in the Context of Migration'', Masters Thesis, Mykolas Romeris Law School, <https://vb.mruni.eu/object/elaba:64888610/64888610.pdf> (Accessed July 19, 2020), page 21.</ref> One of the ways that this principle is implemented in practice is through packages of information that states compile on the countries of origin against which claimants are filing claims. It is an international norm that states ensure that precise and up-to-date information from various sources, such as the UNHCR and knowledgeable NGOs, is made available to the personnel responsible for examining applications and taking decisions.<ref>Andreas Zimmermann (editor), ''The 1951 Convention Relating to the Status of Refugees and its 1967 Protocol: A Commentary''. Oxford University Press, 2011, 1799 pp, ISBN 978-0-19-954251-2, Introduction to Chapter V, written by Hofmann & Löhr, at p. 1119 (para. 101).</ref> This information will concern the general situation prevailing in the countries of origin against which applications of asylum are being made. That said, it is generally expected that a claimant will bring the passages that they are relying on to the attention of the decision maker; the Federal Court has held that the RPD "is not obliged to comb through every document listed in the National Document Package in the hope of finding passages that may support the claim and specifically address why they do not, in fact, support the claim".<ref name=":3">''Giraldo v. Canada (Citizenship and Immigration),'' 2020 FC 1052, para. 19.</ref> Another way that Canada fulfils this obligation is through claimant-specific research; the Board has committed to using the following process when engaging in such research pre-hearing: [[Canadian Refugee Procedure/The right to a fair hearing#Disclosure rights and obligations for the Board]]. When it comes to whether the Board is obliged to do such research, or to reach out to a potential witness during a hearing, there is a split in the Federal Court jurisprudence about whether and in what circumstances the Board has any such obligation. One line of jurisprudence is represented by the Decision of Justice Russell in ''Paxi v Canada'' wherein he commented that "for the Board to take issue with the authenticity of the document yet make no further inquiries despite having the appropriate contact information to do so is a reviewable error."<ref>''Paxi v. Canada (Citizenship and Immigration),'' 2016 FC 905 (CanLII).</ref> This appears to place a higher onus on the Board to inquire into a claim and solicit independent evidence. A contrasting line of jurisprudence is exemplified by the decision of Mr. Justice Roy in ''Lutonadio v. Canada'' that endorsed the following statement: <blockquote>I disagree that an administrative tribunal has an obligation to contact a witness to obtain information. This is not its role. The onus rests with the Applicant to bring forward evidence it intends to rely upon and in doing so, always to put the best foot forward. It is not up to the RPD to chase down evidence from a witness to be satisfied that the document is authentic and that a person exists who has sworn to the truth of its contents before someone authorized to confirm that fact. This onus rests with the Applicant who should provide the necessary information authenticating the author and the document.<ref>''Lutonadio, Marcelina v. M.C.I''., (FC, No. IMM-7709-19), Roy, January 6, 2021; 2021 FC 18.</ref></blockquote>Both lines of jurisprudence continue to be followed. For example, in the 2022 decision ''Zhang v Canada'', the court commented about immigration officers that "there does appear to be an expectation that an Officer will take it upon themselves to simply use the contact information provided to verify the authenticity of the evidence that is provided", citing ''Paxi v Canada'' in support of this proposition.<ref>''Jankovic v. Canada (Citizenship and Immigration),'' 2022 FC 857 (CanLII), at para 34, <https://canlii.ca/t/jprtv#par34>, retrieved on 2022-08-09.</ref> Relatedly, the 2022 decision ''Jankovic v. Canada'' held that fairness will "sometimes require the RPD to take a small, not-too-onerous, step of making further inquiry into the information relevant to a claim."<ref>''Jankovic v. Canada (Citizenship and Immigration),'' 2022 FC 857 (CanLII), at para 37, <https://canlii.ca/t/jprtv#par37>, retrieved on 2022-08-09.</ref> There are limits to the Board's onus to inquire into matters. In ''Ramirez v. Canada'', the claimant argued on judicial review that the Board Member should have considered whether counselling in the proposed IFA location would be likely to adequately address the applicant’s mental health issues. The court rejected this argument, concluding that "such an analysis would have been speculative and well beyond the RAD’s expertise."<ref>''Vilchis Ramirez v. Canada (Citizenship and Immigration),'' 2021 FC 265.</ref> == The Board must ensure that certain claimants are assisted to make their cases == The United Nations High Commissioner for Refugees states in their handbook that the scope of the shared duty of fact-finding between a claimant and the examiner will vary depending on the nature of the case: "While the burden of proof in principle rests on the applicant, the duty to ascertain and evaluate all the relevant facts is shared between the applicant and the examiner. Indeed, in some cases, it may be for the examiner to use all the means at [their] disposal to produce the necessary evidence in support of the application."<ref name=":2" /> What are those cases in which an examiner is to go to greater lengths to produce such evidence? There is widespread recognition that certain types of claimants may be particularly prejudiced in presenting their cases and that in such circumstances this may affect the onus that is placed on the claimant to provide corroboration of their claim. Indeed, the ''Code of Conduct for Members of the Immigration and Refugee Board of Canada'' provides that "Members must take reasonable measures to accommodate all participants in a proceeding so that they may participate effectively."<ref>Immigration and Refugee Board of Canada, ''Code of Conduct for Members of the Immigration and Refugee Board of Canada,'' Effective Date: April 9, 2019, <https://irb-cisr.gc.ca/en/members/Pages/MemComCode.aspx> (Accessed May 3, 2020), at section 10.</ref> The UNHCR stipulates that "procedures should be in place to identify and assist asylum seekers with specific needs."<ref>UN High Commissioner for Refugees (UNHCR), ''Procedural Standards for Refugee Status Determination Under UNHCR's Mandate'', 26 August 2020, available at: <nowiki>https://www.refworld.org/docid/5e870b254.html</nowiki> [accessed 5 September 2020], page 15.</ref> === Minors and the mentally incompetent === One such category of claimants is those whose ability to appreciate the nature of the proceedings is severely impaired, either because they are incompetent or a minor. The failure to appoint a designated representative in a refugee protection proceeding, when one is required by the rules, is a violation of procedural fairness. As the court stated in ''Kurija v. Canada'', “I place the proper representation of young immigrant claimants in refugee proceedings on the same plane as concerns over bias of a decision-maker. By this I mean that it is a ‘knock-out’ issue requiring the decision to be set aside, and furthermore an issue on which new evidence is admissible after the fact for the purpose of determining the partiality of the decision-maker, or in this case, the age of the claimant.”<ref>''Kurija v. Canada (Citizenship and Immigration),'' 2013 FC 1158 (CanLII), par. 23, <http://canlii.ca/t/g1tm3#par23>, retrieved on 2020-03-15.</ref> Similarly, in ''Ravi v. Canada'' the claim of an Applicant who had severe mental health issues related to schizophrenia, psychosis and potential alcohol dependency was reopened on the basis that it was unfair to assess the Applicant’s credibility, and his case more broadly, when he had significant mental illness issues at the hearing, and lacked a designated representative.<ref>''Ravi v. Canada (Citizenship and Immigration),'' 2021 FC 1359 (CanLII), at para 12, <https://canlii.ca/t/jl70x#par12>, retrieved on 2021-12-21.</ref> For further discussion of this, see: [[Canadian Refugee Procedure/Designated Representatives]]. Furthermore, the UNHCR states that determining the claim of a minor "may call for a liberal application of the benefit-of-the-doubt principle".<ref>UNHCR and Inter-Parliamentary Union, ''Refugee Protection: A Guide to International Refugee Law'', <https://www.academia.edu/36070452/REFUGEE_PROTECTION_A_Guide_to_International_Refugee_Law?email_work_card=view-paper> (Accessed December 13, 2020).</ref> === Claimants in detention === Another category of claimant which may require special assistance is those who are in detention at the time that they are preparing for, or attending, their refugee hearing. There are particular access to justice issues for claimants in detention, who have consistently been identified as being among those who have the greatest difficulty accessing legal counsel.<ref>BC Public Interest Advocacy Centre, ''Refugee Reform Paper'', <https://bcpiac.com/wp-content/uploads/2015/09/LFBC-Refugee-Reform-Paper-Final-July-30-2015-2.pdf>, page 3.</ref> The UN Committee Against Torture, in its General Comment on ''non-refoulement'', has listed this as one situation in which the burden of proof should reverse, and it should fall on the state to rebut the claimant's assertions where the author of the complaint has faced difficulties in obtaining evidence to substantiate their claim as a result of their deprivation of liberty:<ref name=":5">Çalı, B., Costello, C., & Cunningham, S., ''Hard Protection through Soft Courts? Non-Refoulement before the United Nations Treaty Bodies,'' German Law Journal, 21(3) (2020), 355-384. doi:10.1017/glj.2020.28 (Accessed April 11, 2020), page 375.</ref><blockquote>[W]hen the complainant is in a situation where he/she cannot elaborate on his/her case, for instance, when the complainant ... is deprived of his/her liberty, the burden of proof is reversed and it is up to the State party concerned to investigate the allegations and verify the information on which the communication is based.<ref name=":6">CAT, General Comment No. 4 (2017) on the Implementation of Article 3 of the Convention in the Context of Article 22, Paragraphs 15 and 16, U.N. Doc. CAT/C/GC/4 (Sep. 4, 2018), at para. 38.</ref></blockquote>For further discussion of this, see: [[Canadian Refugee Procedure/Claimant or Protected Person in Custody]]. === Where a claimant has no possibility of obtaining documentation relating to their allegation === Situations where a claimant has no possibility of obtaining documentation relating to their allegation are one situation where fairness may require the Board to assist a claimant to make their case. The UN Committee Against Torture, in its General Comment on ''non-refoulement'', has listed this as one situation in which the burden of proof should reverse, and it should fall on the state to rebut the claimant's assertions where the author of the complaint has faced difficulties in obtaining evidence to substantiate their claim:<ref name=":5" /><blockquote>[W]hen the complainant is in a situation where he/she cannot elaborate on his/her case, for instance, when the complainant has demonstrated that he/she has no possibility of obtaining documentation relating to his/her allegation of torture..., the burden of proof is reversed and it is up to the State party concerned to investigate the allegations and verify the information on which the communication is based.<ref name=":6" /></blockquote>For example, in ''Jankovic v. Canada'' the Federal Court held that the RPD breached procedural fairness by not taking steps to acquire information:<blockquote>The Applicant seeks the RPD’s assistance to obtain a document that has presumably been submitted to Canadian authorities, who have thus far failed to respond to the Applicant’s ATIP request. The document in question is not in the possession of the Applicant, but instead is in the possession of the Canadian authorities. The Applicant is not in a position to force the Canadian authorities to produce the document to the RPD, only the Minister would be able to do so, should he so choose. Further, the Minister has relied on the Interpol Zagreb letter to seek the Applicant’s exclusion from refugee protection – the same letter whose accuracy is now put into question by the very document that the Applicant requires assistance to obtain. ... Given all these circumstances, and given the importance of the Adjustment Letter to the Applicant’s claim, the RPD’s conclusion that verifying the information contained in the Interpol letter did not fall within its role was not only unreasonable, it was a breach of procedural fairness.<ref>''Jankovic v. Canada (Citizenship and Immigration),'' 2022 FC 857 (CanLII), at para 38, <https://canlii.ca/t/jprtv#par38>, retrieved on 2022-08-09.</ref></blockquote> == Evidence is primarily presented in written form in the Canadian process == The purpose of an oral hearing before the Division is not for a claimant to repeat everything that is in their Basis of Claim form. The form is already to include "everything important for [their] claim" (as stated on the form) and as per the ''Chairperson Guidelines 7: Concerning Preparation and Conduct of a Hearing in the Refugee Protection Division,'' "questions that are answered by the claimant just repeating what is written in the BOC Form do not help the Member."<ref>Immigration and Refugee Board of Canada, ''Chairperson Guidelines 7: Concerning Preparation and Conduct of a Hearing in the Refugee Protection Division'', Amended December 15, 2012 <https://irb-cisr.gc.ca/en/legal-policy/policies/Pages/GuideDir07.aspx#FailureA4> (Accessed January 26, 2020), section 5.7.</ref> Instead, if the information on the form reliably establishes that the claimant meets the criteria to receive protection, then an oral hearing need not be held (See Rule 23: [[Canadian Refugee Procedure/Allowing a Claim Without a Hearing]]). The purpose of an oral hearing is to test the evidence presented, or lack thereof, where it is necessary to do so. This is in contrast to the practice in some other jurisdictions; for example, in Finland the practice is to have a portion of their asylum interviews in which the claimant is expected to state the grounds for claiming asylum and disclose evidence to support that claim through free narration.<ref>Eeva Puumala, Riitta Ylikomi & Hanna-Leena Ristimäki, ''Giving an account of persecution: The dynamic formation of asylum narratives'', Journal of Refugee Studies 31(2), pp. 197-215 (2018) <[https://s3.amazonaws.com/academia.edu.documents/61879698/Refugee_Studies_Puumala__Ylikomi_and_Ristimaki_accepted_version.pdf?response-content-disposition=inline%3B%20filename%3DGiving_an_account_of_persecution_The_Dyn.pdf&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWOWYYGZ2Y53UL3A%2F20200211%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20200211T055113Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=878633bdefe48a2e211f43459a4fadc9498bc441b43a2952d9dda847c62cee65 https://s3.amazonaws.com/academia.edu.documents/61879698/Refugee_Studies_Puumala__Ylikomi_and_Ristimaki_accepted_version.pdf]> (Accessed February 10, 2020), at page 7.</ref> == To what extent does a panel of the Division have a duty to inquire into the claim? == * <u>The panel is obliged to test the evidence where this is necessary in order to ascertain the truth:</u> Where evidence is provided by a claimant, there is an obligation on the Board to test that evidence. As the Board's legal services department puts it in its paper on ''Assessment of Credibility in Claims for Refugee Protection'', <abbr>RPD</abbr> members have a duty to get at the truth concerning the claims they hear.<ref>Immigration and Refugee Board of Canada, ''Assessment of Credibility in Claims for Refugee Protection'', January 31, 2004, <https://irb-cisr.gc.ca/en/legal-policy/legal-concepts/Pages/Credib.aspx2> (Accessed January 27, 2020), section 2.6.4.</ref> As Justice Nadon stated in ''Maksudur v. Canada'', "In most refugee claims, the prime issue, if not the only issue, is whether the story related by the [claimant] is true. Consequently, Board members have a duty to the [claimant] and to Canada to employ their best endeavours in the pursuit of that goal to discover the truth."<ref>Maksudur v. Canada (Minister of Citizenship and Immigration), 1999 CanLII 8826 (FC), <https://canlii.ca/t/466k>.</ref> Justice Mosley writes that "a close examination of the merits of the claim is consistent with the nature of the process and the role[] of the member".<ref>''Benitez v. Canada (Minister of Citizenship and Immigration),'' 2006 FC 461 (CanLII), [2007] 1 FCR 107, par. 98, <https://canlii.ca/t/1n3nx#par98>, retrieved on 2021-07-17.</ref> This is consistent with the role of the Refugee Protection Division, as envisaged in the report from Rabbi Plaut that led to the IRB's founding, with that report stating: "a determination that a claimant is a refugee requires an assessment of credibility, for the [Division] must satisfy itself that the facts as asserted by the claimant are true."<ref>W. Gunther Plaut, ''Refugee determination in Canada: A report to the Honourable Flora MacDonald, Minister of Employment and Immigration'', April 1985, Government of Canada publication, page 106.</ref> Plaut goes on to note about refugee status determination that "the whole exercise falters and justice is thwarted if the truth is not elicited".<ref>W. Gunther Plaut, ''Refugee determination in Canada: A report to the Honourable Flora MacDonald, Minister of Employment and Immigration'', April 1985, Government of Canada publication, page 159.</ref> * <u>The panel should confront a claimant and probe where it harbours credibility concerns:</u> When it comes a Member's obligations with respect to the acquisition of information necessary for the fair and expeditious determination of a refugee claim, the court has commented on a Member's duty to enquire by stating that "the RPD has a responsibility to prompt and probe" where it harbours a concern about credibility in certain circumstances: <blockquote>[I]t was unreasonable for the RAD to draw an adverse inference from the Applicant’s bare <q>“no”</q> in this second brief exchange. This was an issue where considerably more questioning was required in order to assess the true depth of the Applicant’s knowledge. Indeed, the RPD has a responsibility to prompt and probe where it harbours a concern like this and the RAD has a corresponding responsibility to hold the RPD to that interrogatorial standard.<ref>''Zeng v. Canada (Citizenship and Immigration),'' 2021 FC 318 (CanLII), par. 11, <https://canlii.ca/t/jfb1q#par11>, retrieved on 2021-06-07.</ref></blockquote> * <u>A panel is not required to tell the applicant that their evidence is insufficient or ask the applicant to provide additional evidence, but it</u> <u>may elicit information where this is necessary to determine whether the claimant is a refugee:</u> While there are a number of policy statements indicating that it may be advisable for Members to solicit additional information in particular cases, the law appears to be adequately captured by the Federal Court's statement in ''Mbengani v. Canada'' that a panel is not required to tell the applicant that his evidence is insufficient or ask the applicant to provide him with additional evidence.<ref>''Mbengani v. Canada (Citizenship and Immigration),'' 2017 FC 706 (CanLII), par. 15, <https://canlii.ca/t/hqpcm#par15>, retrieved on 2021-07-05.</ref> While that decision involved a PRRA proceeding, the principle would apply with equal force to the RPD. That said, there are policy statements made to the effect that where there is a lack of evidence in a particular case, a Member may have a duty to elicit it. The Member's inquisitorial role means that they have a duty not only to hear whatever evidence comes before them, but, ultimately, according to the academic Hathaway, that they must inform themselves sufficiently to "determine whether or not the [claimant] is a Convention refugee."<ref>Hathaway, James C., ''Rebuilding trust: a report of the Review of Fundamental Justice in Information Gathering and Dissemination at the Immigration and Refugee Board of Canada'', Refugee Studies Centre, Publisher: Osgoode Hall Law School, 01/12/1993 <http://repository.forcedmigration.org/show_metadata.jsp?pid=fmo:1136> (Accessed April 14, 2020), page 5.</ref> To this end, in 1990s the IRB developed what was sometimes called the “Specialized Board of Inquiry Model”, in which the CRDD members were proactive in pre-hearing file review, preliminary issue identification, claim screening, scheduling hearings, and the acquisition of information necessary for the fair and expeditious determination of a refugee claim.<ref>David Vinokur, ''30 Years of Changes at the Immigration and Refugee Board of Canada'', CIHS Bulletin, Issue #88, March 2019, <https://senate-gro.ca/wp-content/uploads/2019/03/Bulletin-88-Final.pdf> (Accessed May 13, 2021), page 8.</ref> Indeed, to this day the ''Code of Conduct for Members of the Immigration and Refugee Board of Canada'' provides that "Members shall make each decision on the merits of the case, based on thorough preparation, the assessment of evidence properly before the member and the application of the relevant law."<ref>Immigration and Refugee Board of Canada, ''Code of Conduct for Members of the Immigration and Refugee Board of Canada,'' Effective Date: April 9, 2019, <<nowiki>https://irb-cisr.gc.ca/en/members/Pages/MemComCode.aspx</nowiki>> (Accessed May 3, 2020), at section 33.</ref> *<u>The panel has a duty to enquire into matters related to the fairness of the proceedings if there is an indication of a procedural fairness issue:</u> For example, in ''Gallardo v. Canada'' the Federal Court commented that the Division should have inquired into the claimant's capacity to represent himself given counsel’s statements that the claimant had not been properly prepared and the claim had been inadequately put together without the assistance of counsel.<ref>''Gallardo v. Canada (Citizenship and Immigration),'' 2021 FC 441 (CanLII), par. 15, <https://canlii.ca/t/jg7pv#par15>, retrieved on 2021-06-08.</ref> The Court held that the Division erred in not so inquiring. == The Board should consider the most up-to-date country conditions evidence == Where a new National Documentation Package is released by the Board's research unit prior to a panel rendering a decision, the panel should consider it. In ''Zhao v. Canada'', the court held that the Board should consider the most recent information on country conditions. The parties should have an opportunity to present submissions and evidence on the new documents if they include material new information.<ref>''Zhao v. Canada (Citizenship and Immigration),'' 2019 FC 1593 (CanLII), par. 12, <http://canlii.ca/t/j48rf#par12>, retrieved on 2020-04-01.</ref> As the Federal Court held in that case, "as a matter of procedural fairness, the [Board] simply had a duty to disclose the most recent NDP and to give the Applicants an opportunity to respond and make submissions on this matter."<ref>''Zhao v. Canada (Citizenship and Immigration),'' 2019 FC 1593 (CanLII), par. 31, <http://canlii.ca/t/j48rf#par31>, retrieved on 2020-04-01.</ref> That said, the RPD is not generally required to look for evidence on its own in these documents to support either the claimant's or Minister's arguments and propositions.<ref name=":3" /> For an additional discussion of this issue, see: [[Canadian Refugee Procedure/Documents#The panel should consider the most recent National Documentation Package]]. == References == <references responsive="" /> lwvqpnal9w7ss90fbn3wta9ogsjjzy2 Mirad Grammar/Adjectives 0 417645 4089874 4089504 2022-08-09T15:18:00Z Tyoyafud 6233 /* Adjectives */ wikitext text/x-wiki = Adjectives = : Adjectives, which are words that modify nouns, can be of the following types and subcategories: ::* descriptive :::# qualitative, like '''iva''' (''happy''), '''fia''' (''good''), '''oga''' (''small'') :::# denominal ( ~ noun-derived), like '''doma''' (''urban'') < '''dom''' (''city'') or '''teaba''' (''ocular'') < '''teab''' (''eye'') :::# deverbal ( ~ verb-derived), (participles) like '''tejea''' (''living'') < '''tejer''' (''to live'') or '''twa''' (''known'') < '''ter''' (''to know'') :::# preposition-derived, like '''aba''' (''upper'') < '''ab'''....''on top of'' or '''zoa''' (''posterior'') < '''zo''' (''behind'') ::* determinative :::# deictic ( ~ demonstrative, indefinite), like '''hia''' (''this''), '''huyena''' (''such''), '''haewa''' (''both'') :::# numeric, like '''awa''' (''one''), '''ea''' (''second''), '''iona''' (''triple'') :::# quantitative, like '''ga''' (''more''), '''glo''' (''few''), '''gra''' (''too much'') :::# pronominal ( ~ possessive), like '''ata''' (''my''), '''duhata?''' (''whose''), '''hyeta''' (''anyone's'') : Descriptive adjectives are the main focus of this section. Determinative adjectives (determiners) behave differently and are discussed under [[Mirad_Grammar/Determiners|Determiners]]. Deverbal adjectives, usually referred to as '''''participles''''', are treated in the section on [[Mirad_Grammar/Verbs|Verbs]], since they are formed from verbs. Pronominal determiners (i.e. possessive adjectives) are treated under both the section on [[Mirad_Grammar/Determiners|Determiners]] and the section on [[Mirad_Grammar/Pronouns|Pronouns]]. : All descriptive adjectives end in the adjectival marker vowel '''a'''. ::* '''fi-''' (qualitative root base word) ⇒ '''fia'''....''good'' ::* '''pur''' (noun meaning ''vehicle'') ⇒ '''pura'''....''vehicular'' ::* '''dalw-''' (passive stem of the verb ''speak'') ⇒ '''dalwa'''....''spoken'' ::* '''ab''' (preposition meaning ''on'') ⇒ '''aba'''....''superior'' : Such adjectives precede the noun or noun phrase they modify: ::* '''<u>aga</u> tam'''....''a <u>big</u> house'' ::* '''ha <u>fia</u> toyb'''....''the <u>good</u> woman'' ::* '''ata <u>boka</u> twed'''....''my <u>sick</u> father'' ::* '''<u>fia</u> ilzyeb bi vafil.'''....''a <u>good</u> bottle of wine'' ::* '''yata <u>dooba</u> doof'''....''our <u>national</u> flag'' ::* '''ata <u>tejea</u> tyedi.'''....''my <u>living</u> relatives'' :: '''doba xeut'''....''state agent'' can also be expressed as the noun compound '''dobxeut'''. '''Dob''' means ''a state.'' :: '''pata bok'''....''avian illness'' can be compounded as '''patbok''', literally '''bird illness.''' : Note: Compounded nouns often have an idiomatic meaning not exactly equal to their separate parts. More about this in the later section on vocabulary-building. == Modification of Descriptive Adjectives by Degree == : As in English, descriptive adjectives can be modified by degree. To do this, a quantitative determiner of degree ('''ga''', '''ge''', etc.) is placed before the adjective, producing positive / negative comparative, equalitative, superlative, and other degree expressions as in the following table. The quantitative determiners themselves that are used in these comparative expressions are discussed in detail in a later section on [[Mirad_Grammar/Determiners#Quantitative Determiners|Quantitative Determiners]]. :{| class="wikitable" style="background:lightyellow" |+ Modification of Adjectives by Degree |- ! QUANTITATIVE DETERMINER !! MODIFICATION BY DEGREE |- | '''ga'''....''more'' || '''ga fia (vyel)'''....''better (than)'' |- | '''ge'''....''as, equally'' || '''ge fia (vyel)'''....''as good (as)'' |- | '''go'''....''less'' || '''go fia (vyel)'''....''less good (than)'' |- | '''gla'''....''very'' || '''gla fia'''....''very good'' |- | '''glay'''....''so'' || '''glay fia'''....''so good'' |- | '''gle'''....''rather/quite'' || '''gle fia'''....''rather/quite good'' |- | '''glo'''....''not very'' || '''glo fia'''....''not very/slightly good'' |- | '''gra'''....''too'' || '''gra fia'''....''too good'' |- | '''gre'''....''enough'' || '''gre fia'''....''good enough, quite good'' |- | '''gro'''....''not enough'' || '''gro fia'''....''insufficiently good/not good enough'' |- | '''gwa'''....''most'' || '''gwa fia (bi, be)'''....''best (of, in)'' |- | '''gwe'''....''average'' || '''gwe fia'''....''perfectly good'' |- | '''gwo'''....''least'' || '''gwo fia (bi, be)'''....''least good (of, in)'' |} : The relative conjunction '''vyel''' is used to translate English ''as'' in an equalitative comparison or ''than'' in a non-equalitative comparison. Examples: ::* '''Ata tam se <u>ga aga vyel</u> etas.'''....''My house is <u>bigger than</u> yours.'' ::* '''Hia tam voy se <u>ge aga vyel</u> atas.'''....''This house is not <u>as big as</u> mine.'' ::* '''His se <u>ha gwa aga tam bi</u> yata yubem.'''....''This is <u>the biggest house in</u> our neighborhood.'' : Unlike in English, where comparative forms can be irregular (''smaller'', ''more intense'', ''better''), there are no exceptions in the comparison of Mirad adjectives and adverbs. == Abstract Quality Nouns Derived from Adjectives == : Nouns referring to abstract qualities can be derived from qualitative and often other adjectives by suffixing the letter '''n'''. For example: :{| class="wikitable" style="background:lightyellow" |+ Deriving Abstract Nouns from Adjectives |- ! ADJECTIVE !! ABSTRACT QUALITY |- | '''fia'''....''good'' || '''fian'''....''goodness'' |- | '''yeva'''....''just'' || '''yevan'''....''justice'' |- | '''uja'''....''final'' || '''ujan'''....''finality'' |- | '''joga'''....''young'' || '''jogan'''....''youth'' |- | '''teyda'''....''maternal'' || '''teydan'''....''motherhood, maternity'' |- | '''dooba'''....''nation'' || '''dooban'''....''nationality'' |- | '''tojbuwa'''....''lethal'' || '''tojbuwan'''....''lethality'' |} == Reversing the Semantics of Adjectives == : Descriptive adjectives can be negated by prefixing '''o'''. If the adjective being semantically reversed already begins with the negative prefix '''o''', then the first semantic reversing prefix becomes '''ol'''. This has the effect of English ''un-'' or ''non-'' in words like ''unlike'', ''unhappy'', and ''nonessential'' or the Greek privative prefix '''a(n)-''' in words like ''asymmetric'' or ''anomalous''. : Prefixing the syllable '''ov''' has an even stronger semantic effect. It denotes the polar opposite of the adjective and can mean "anti-". : In cases where the '''o-''' creates an ambiguous word, '''lo-''' or '''-ol''' is substituted. Note this in the last two words of the following chart: :{| class="wikitable" style="background:lightyellow" |+ Reversing the Semantics of Adjectives |- ! NORMAL !! NEGATED |- | '''twa'''....''known'' || '''otwa'''....''unknown'' |- | '''ega'''....''normal'' || '''oega'''....''abnormal'' |- | '''eflawa'''....''essential'' || '''oeflawa'''....''nonessential'' |- | '''geyla'''....''similar'' || '''ogeyla'''....''dissimilar'' |- | '''iva'''....''happy'' || '''oiva'''....''unhappy'' |- | '''data'''....''friendly'' || '''odata'''....''unfriendly'' |- | '''data'''....''friendly'' || '''ovdata'''....''inimical'' |- | '''ifwa'''....''loved'' || '''oifwa'''....''unloved'' |- | '''fwa'''....''wanted'' || '''lofwa'''....''unwanted'' |- | '''ofwa'''....''prohibited'' || '''olofwa'''....''unprohibited'' |} == Adjectival Derivational Endings == : All descriptive adjectives end in at least the suffix '''a'''. Many adjectives are derived from other parts of speech, using one of more of the following derivational endings. :: {| class="wikitable" style="background:lightyellow" |+ Adjectival Derivative Endings |- ! ENDING !! TRANSITION TYPE !! MEANING !! BASE WORD !! DERIVED ADJECTIVE |- | '''-a''' || N->ADJ ||''relating to, of'' || '''fyaat'''....''god''<br>'''tob'''....''man''<br>'''dom'''....''city'' || '''fyaata'''....''divine''<br>'''toba'''....''human''<br>'''doma'''....''urban'' |- | '''-aya&nbsp;/&nbsp;-ika'''||N->ADJ||''full of, -ful, -ous'' || '''mil'''....''water''<br>'''meb'''....''mountain''<br>'''tes'''....''meaning'' || '''milaya'''....''watery, aquaous''<br>'''mebika'''....''mountainous''<br>'''tesaya'''....''meaningful'' |- | '''-oya&nbsp;/&nbsp;-uka'''||N->ADJ||''empty of, -less, -free'' || '''teb'''....''head''<br>'''level'''....''sugar''<br>'''tes'''....''meaning'' || '''teboya'''....''headless''<br>'''leveluka'''....''sugar-free''<br>'''tesoya'''....''meaningless'' |- | '''-yena'''||N->ADJ||''like, -ish, -y'' || '''fyaat'''....''god''<br>'''tob'''....''man''<br>'''dom'''....''city'' || '''fyaatyena'''....''godly, godlike''<br>'''tobyena'''....''manly, virile''<br>'''domyena'''....''urbane'' |- | '''-ea'''||V->ADJ||''-ing, -ent, -ant'' || '''ags-'''....''grow''<br>'''tej-'''....''live''<br>'''kyas-'''....''change'' || '''agsea'''....''growing, crescent''<br>'''tejea'''....''living, alive''<br>'''kyasea'''....''changing, variant'' |- | '''-yea'''||V->ADJ||''-ive, tending to'' || '''dal-'''....''talk''<br>'''tox-'''....''forget''<br>'''vad-'''....''affirm'' || '''dalyea'''....''talkative''<br>'''toxyea'''....''forgetful''<br>'''vadyea'''....''affirmative'' |- | '''-wa'''||V->ADJ||''-ed'' || '''dal-'''....''talk''<br>'''tox-'''....''forget''<br>'''vad-'''....''affirm'' || '''dalwa'''....''spoken''<br>'''toxwa'''....''forgotten''<br>'''vadwa'''....''affirmed'' |- | '''-oa'''||V->ADJ||''-about to, apt to'' || '''toj-'''....''die''<br>'''kyes-'''....''happen''<br>'''tajb-'''....''give birth'' || '''tojoa'''....''moribund''<br>'''kyesoa'''....''imminent''<br>'''tajboa'''....''about to deliver'' |- | '''-ua'''||V->ADJ||''-able, potentially V'' || '''tojb-'''....''kill''<br>'''bukx-'''....''harm''<br>'''akuj-'''....''succeed'' || '''tojbua'''....''lethal''<br>'''bukxua'''....''dangerous''<br>'''akujua'''....''potentially successful'' |- | '''-yafa'''||V->ADJ||''-able'' || '''test-'''....''understand'' ||'''testyafa'''....''able to understand'' |- | '''-yafwa'''||V-ADJ||''-able'' || '''test-'''....''understand''||'''testyafwa'''....''understandable'' |- | '''-yofa'''||V-ADJ||''unable to'' || '''teat-'''....''see''||'''teatyofa'''....''blind'' |- | '''-yofwa'''||V-ADJ||''impossible to'' || '''teat-'''....''see''||'''teatyofwa'''....''invisible'' |- |'''-yuka''' ||V-ADJ||''comfortable Xing'' ||'''pes-'''....''wait''||'''pesyuka'''....''patient'' |- |'''-yukwa''' ||V-ADJ||''easy to X''||'''test-'''....''understand''||'''testyukwa'''....''clear'' |- |'''-yika''' ||V-ADJ||''hard of Xing'' ||'''teet-'''....''hear''||'''teetyika'''....''hard of hearing'' |- |'''-yikwa''' ||V-ADJ||''hard to X''||'''teet-'''....''hear''||'''teetyikwa'''....''hard to hear'' |- |'''-ifa''' ||V-ADJ||''fond of Xing, -phile/-ic'' ||'''t-'''....''know''<br>'''dyes'''....''book''||'''tifa'''....''curious''<br>'''dyesifa'''....''bibliophilic'' |- |'''-ifwa''' ||V-ADJ||''loved by''||'''tyod-'''....''people''||'''tyodifwa'''....''popular'' |- |'''-ufa''' ||V-ADJ||''X-hating, -phobic, averse'' ||'''tob-'''....''man''<br>'''yex'''....''work''||'''toybufa'''....''anthrophobic''<br>'''yexufa'''....''lazy, work-averse'' |- |'''-ufwa''' ||V-ADJ||''hated by''||'''hyat'''....''everyone''||'''hyatufwa'''....''universally hated'' |- |'''-yifa''' ||V-ADJ||''brave'' ||'''toj'''....''death''||'''tojyifa'''....''brave in the face of death'' |- |'''-yufa''' ||V-ADJ||''afraid of X''||'''tot'''....''god''||'''totyufa'''....''god-fearing'' |- |'''-yufwa''' ||V-ADJ||''feared by X''||'''gla'''....''much''||'''glayufwa'''....''much-feared'' |- |'''-yefa''' ||V-ADJ||''due to X''||'''dud-'''....''answer''||'''dudyefa'''....''answerable, responsible'' |- |'''-yakwa''' ||V-ADJ||''expected to X''||'''mamil-'''....''rain''||'''mamilyakwa'''....''likely to rain'' |- |'''-valka''' ||V-ADJ||''-safe, -proof''||'''mil'''....''water''||'''milvalka'''....''waterproof'' |- |'''-ava''' ||V-ADJ||''pro-X''||'''tej'''....''life''||'''tejava'''....''pro-life'' |- |'''-eva''' ||V-ADJ||''-neutral''||'''toob'''....''gender''||'''toobeva'''....''gender-neutral'' |- |'''-ova''' ||V-ADJ||''anti-X''||'''dropek'''....''war''||'''dropekova'''....''anti-war'' |- |'''-yiva''' ||V-ADJ||''-free''||'''yef'''....''debt''||'''yefyiva'''....''debt-free'' |- |'''-yuva''' ||V-ADJ||''-bound''||'''yef'''....''duty''<br>'''vya-'''....''truth''<br>'''dofin'''....''moral''||'''yefyuva'''....''duty-bound''<br>'''vyayuva'''....''loyal''<br>'''dofinyuva'''....''scrupulous'' |- |'''-aza''' ||V-ADJ||''strong-Xed''||'''fon'''....''will''<br>'''tip'''....''temperament''||'''fonaza'''....''strong-willed''<br>'''tipaza'''....''stern'' |- |'''-oza''' ||V-ADJ||''weak-Xed''||'''tip'''....''temperament''||'''tipoza'''....''weak-hearted'' |- |'''-iza''' ||V-ADJ||''straight-Xed''||'''tep'''....''mind''<br>'''dal'''....''speech''||'''tepiza'''....''logical''<br>'''daliza'''....''frank'' |- |'''-uza''' ||V-ADJ||''crooked-Xed''||'''tep'''....''mind''<br>'''dal'''....''speech''||'''tepuza'''....''illogical''<br>'''daluza'''....''devious'' |- |'''-oka''' ||V-ADJ||''absent-Xed''||'''tad'''....''spouse''<br>'''ted'''....''parent''||'''tadoka'''....''widowed''<br>'''tedoka'''....''orphaned'' |} <noinclude>{{Chapter navigation with TOC|Nouns|Adverbs}}</noinclude> == Pronominalization of Adjectives == : Adjectives can be pronominalized (converted to a pronoun) by adding '''s''' for ''things'' and '''t''' for ''persons''. These, in turn, can be pluralized by suffixing the plural marker '''i'''. :{| class="wikitable" style="background:lightyellow" |+ Pronominalization of Adjectives |- ! ADJECTIVE !! INANIMATE PRONOUN<br>(THING) !! ANIMATE PRONOUN<br>(PERSON) |- | '''fia'''....''good'' || '''fias'''....''a good thing''<br>'''fiasi'''....''good things'' || '''fiat'''....''a good person''<br>'''fiati'''....''good persons'' |- | '''aga'''....''big'' || '''agas'''....''something big''<br>'''agasi'''....''big ones'' || '''agat'''....''a big person''<br>'''agati'''....''big persons'' |- | '''joga'''....''young, new'' || '''jogas'''....''something new, novelty''<br>'''jogasi'''....''new ones'' || '''yogat'''....''young person, youth''<br> '''yogati'''....''youngsters'' |- | '''jaga'''....''old'' || '''jagas'''....''antique''<br>'''jagasi'''....''old ones'' || '''jagat'''....''elderly person''<br>'''jagati'''....''oldsters'' |- | '''awa'''....''one''<br>'''ewa'''....''two'' || '''awas'''....''one (of them)''<br>'''ewasi'''....''two (of them)'' || '''awat'''....''one (of them)''<br>'''ewati'''....''two of them'' |- | '''hia'''....''this'' || '''hias'''....''this one''<br>'''hiasi'''....''these (things)'' || '''hiat'''....''this one''<br>'''hiati'''....''these'' |- | '''gla'''....''much, many'' || '''glas'''....''a lot (of stuff)''<br>'''glasi'''....''many (things)'' || <br>'''glati'''....''many (people)'' |} : Examples: ::* '''Hia tyoyaf se gro aga. At fu <u>ga agas</u>.'''....''This shoe is not big enough. I'd like <u>a bigger one</u>.'' ::* '''Yat fu daler bay <u>ha gwa jogati</u>.'''....''We would like to speak with <u>the youngest ones</u>.'' ::* '''At fe teaxer ha <u>jogas</u>, voy ha jagas.'''....''I want to look at the <u>new one</u>, not the old one.'' ::* '''Ha ujnati so <u>ha ijnati</u>.'''....''The last shall be <u>the first</u>.'' <noinclude>{{Chapter navigation with TOC|Nouns|Adverbs}} jahr609aovdj0l106mxbnhz8ch8smbv 4089875 4089874 2022-08-09T15:19:33Z Tyoyafud 6233 /* Abstract Quality Nouns Derived from Adjectives */ wikitext text/x-wiki = Adjectives = : Adjectives, which are words that modify nouns, can be of the following types and subcategories: ::* descriptive :::# qualitative, like '''iva''' (''happy''), '''fia''' (''good''), '''oga''' (''small'') :::# denominal ( ~ noun-derived), like '''doma''' (''urban'') < '''dom''' (''city'') or '''teaba''' (''ocular'') < '''teab''' (''eye'') :::# deverbal ( ~ verb-derived), (participles) like '''tejea''' (''living'') < '''tejer''' (''to live'') or '''twa''' (''known'') < '''ter''' (''to know'') :::# preposition-derived, like '''aba''' (''upper'') < '''ab'''....''on top of'' or '''zoa''' (''posterior'') < '''zo''' (''behind'') ::* determinative :::# deictic ( ~ demonstrative, indefinite), like '''hia''' (''this''), '''huyena''' (''such''), '''haewa''' (''both'') :::# numeric, like '''awa''' (''one''), '''ea''' (''second''), '''iona''' (''triple'') :::# quantitative, like '''ga''' (''more''), '''glo''' (''few''), '''gra''' (''too much'') :::# pronominal ( ~ possessive), like '''ata''' (''my''), '''duhata?''' (''whose''), '''hyeta''' (''anyone's'') : Descriptive adjectives are the main focus of this section. Determinative adjectives (determiners) behave differently and are discussed under [[Mirad_Grammar/Determiners|Determiners]]. Deverbal adjectives, usually referred to as '''''participles''''', are treated in the section on [[Mirad_Grammar/Verbs|Verbs]], since they are formed from verbs. Pronominal determiners (i.e. possessive adjectives) are treated under both the section on [[Mirad_Grammar/Determiners|Determiners]] and the section on [[Mirad_Grammar/Pronouns|Pronouns]]. : All descriptive adjectives end in the adjectival marker vowel '''a'''. ::* '''fi-''' (qualitative root base word) ⇒ '''fia'''....''good'' ::* '''pur''' (noun meaning ''vehicle'') ⇒ '''pura'''....''vehicular'' ::* '''dalw-''' (passive stem of the verb ''speak'') ⇒ '''dalwa'''....''spoken'' ::* '''ab''' (preposition meaning ''on'') ⇒ '''aba'''....''superior'' : Such adjectives precede the noun or noun phrase they modify: ::* '''<u>aga</u> tam'''....''a <u>big</u> house'' ::* '''ha <u>fia</u> toyb'''....''the <u>good</u> woman'' ::* '''ata <u>boka</u> twed'''....''my <u>sick</u> father'' ::* '''<u>fia</u> ilzyeb bi vafil.'''....''a <u>good</u> bottle of wine'' ::* '''yata <u>dooba</u> doof'''....''our <u>national</u> flag'' ::* '''ata <u>tejea</u> tyedi.'''....''my <u>living</u> relatives'' :: '''doba xeut'''....''state agent'' can also be expressed as the noun compound '''dobxeut'''. '''Dob''' means ''a state.'' :: '''pata bok'''....''avian illness'' can be compounded as '''patbok''', literally '''bird illness.''' : Note: Compounded nouns often have an idiomatic meaning not exactly equal to their separate parts. More about this in the later section on vocabulary-building. == Modification of Descriptive Adjectives by Degree == : As in English, descriptive adjectives can be modified by degree. To do this, a quantitative determiner of degree ('''ga''', '''ge''', etc.) is placed before the adjective, producing positive / negative comparative, equalitative, superlative, and other degree expressions as in the following table. The quantitative determiners themselves that are used in these comparative expressions are discussed in detail in a later section on [[Mirad_Grammar/Determiners#Quantitative Determiners|Quantitative Determiners]]. :{| class="wikitable" style="background:lightyellow" |+ Modification of Adjectives by Degree |- ! QUANTITATIVE DETERMINER !! MODIFICATION BY DEGREE |- | '''ga'''....''more'' || '''ga fia (vyel)'''....''better (than)'' |- | '''ge'''....''as, equally'' || '''ge fia (vyel)'''....''as good (as)'' |- | '''go'''....''less'' || '''go fia (vyel)'''....''less good (than)'' |- | '''gla'''....''very'' || '''gla fia'''....''very good'' |- | '''glay'''....''so'' || '''glay fia'''....''so good'' |- | '''gle'''....''rather/quite'' || '''gle fia'''....''rather/quite good'' |- | '''glo'''....''not very'' || '''glo fia'''....''not very/slightly good'' |- | '''gra'''....''too'' || '''gra fia'''....''too good'' |- | '''gre'''....''enough'' || '''gre fia'''....''good enough, quite good'' |- | '''gro'''....''not enough'' || '''gro fia'''....''insufficiently good/not good enough'' |- | '''gwa'''....''most'' || '''gwa fia (bi, be)'''....''best (of, in)'' |- | '''gwe'''....''average'' || '''gwe fia'''....''perfectly good'' |- | '''gwo'''....''least'' || '''gwo fia (bi, be)'''....''least good (of, in)'' |} : The relative conjunction '''vyel''' is used to translate English ''as'' in an equalitative comparison or ''than'' in a non-equalitative comparison. Examples: ::* '''Ata tam se <u>ga aga vyel</u> etas.'''....''My house is <u>bigger than</u> yours.'' ::* '''Hia tam voy se <u>ge aga vyel</u> atas.'''....''This house is not <u>as big as</u> mine.'' ::* '''His se <u>ha gwa aga tam bi</u> yata yubem.'''....''This is <u>the biggest house in</u> our neighborhood.'' : Unlike in English, where comparative forms can be irregular (''smaller'', ''more intense'', ''better''), there are no exceptions in the comparison of Mirad adjectives and adverbs. == Deriving Abstract Quality Nouns from Adjectives == : Nouns referring to abstract qualities can be derived from qualitative and often other adjectives by suffixing the letter '''n'''. For example: :{| class="wikitable" style="background:lightyellow" |+ Deriving Abstract Nouns from Adjectives |- ! ADJECTIVE !! ABSTRACT QUALITY |- | '''fia'''....''good'' || '''fian'''....''goodness'' |- | '''yeva'''....''just'' || '''yevan'''....''justice'' |- | '''uja'''....''final'' || '''ujan'''....''finality'' |- | '''joga'''....''young'' || '''jogan'''....''youth'' |- | '''teyda'''....''maternal'' || '''teydan'''....''motherhood, maternity'' |- | '''dooba'''....''nation'' || '''dooban'''....''nationality'' |- | '''tojbuwa'''....''lethal'' || '''tojbuwan'''....''lethality'' |} == Reversing the Semantics of Adjectives == : Descriptive adjectives can be negated by prefixing '''o'''. If the adjective being semantically reversed already begins with the negative prefix '''o''', then the first semantic reversing prefix becomes '''ol'''. This has the effect of English ''un-'' or ''non-'' in words like ''unlike'', ''unhappy'', and ''nonessential'' or the Greek privative prefix '''a(n)-''' in words like ''asymmetric'' or ''anomalous''. : Prefixing the syllable '''ov''' has an even stronger semantic effect. It denotes the polar opposite of the adjective and can mean "anti-". : In cases where the '''o-''' creates an ambiguous word, '''lo-''' or '''-ol''' is substituted. Note this in the last two words of the following chart: :{| class="wikitable" style="background:lightyellow" |+ Reversing the Semantics of Adjectives |- ! NORMAL !! NEGATED |- | '''twa'''....''known'' || '''otwa'''....''unknown'' |- | '''ega'''....''normal'' || '''oega'''....''abnormal'' |- | '''eflawa'''....''essential'' || '''oeflawa'''....''nonessential'' |- | '''geyla'''....''similar'' || '''ogeyla'''....''dissimilar'' |- | '''iva'''....''happy'' || '''oiva'''....''unhappy'' |- | '''data'''....''friendly'' || '''odata'''....''unfriendly'' |- | '''data'''....''friendly'' || '''ovdata'''....''inimical'' |- | '''ifwa'''....''loved'' || '''oifwa'''....''unloved'' |- | '''fwa'''....''wanted'' || '''lofwa'''....''unwanted'' |- | '''ofwa'''....''prohibited'' || '''olofwa'''....''unprohibited'' |} == Adjectival Derivational Endings == : All descriptive adjectives end in at least the suffix '''a'''. Many adjectives are derived from other parts of speech, using one of more of the following derivational endings. :: {| class="wikitable" style="background:lightyellow" |+ Adjectival Derivative Endings |- ! ENDING !! TRANSITION TYPE !! MEANING !! BASE WORD !! DERIVED ADJECTIVE |- | '''-a''' || N->ADJ ||''relating to, of'' || '''fyaat'''....''god''<br>'''tob'''....''man''<br>'''dom'''....''city'' || '''fyaata'''....''divine''<br>'''toba'''....''human''<br>'''doma'''....''urban'' |- | '''-aya&nbsp;/&nbsp;-ika'''||N->ADJ||''full of, -ful, -ous'' || '''mil'''....''water''<br>'''meb'''....''mountain''<br>'''tes'''....''meaning'' || '''milaya'''....''watery, aquaous''<br>'''mebika'''....''mountainous''<br>'''tesaya'''....''meaningful'' |- | '''-oya&nbsp;/&nbsp;-uka'''||N->ADJ||''empty of, -less, -free'' || '''teb'''....''head''<br>'''level'''....''sugar''<br>'''tes'''....''meaning'' || '''teboya'''....''headless''<br>'''leveluka'''....''sugar-free''<br>'''tesoya'''....''meaningless'' |- | '''-yena'''||N->ADJ||''like, -ish, -y'' || '''fyaat'''....''god''<br>'''tob'''....''man''<br>'''dom'''....''city'' || '''fyaatyena'''....''godly, godlike''<br>'''tobyena'''....''manly, virile''<br>'''domyena'''....''urbane'' |- | '''-ea'''||V->ADJ||''-ing, -ent, -ant'' || '''ags-'''....''grow''<br>'''tej-'''....''live''<br>'''kyas-'''....''change'' || '''agsea'''....''growing, crescent''<br>'''tejea'''....''living, alive''<br>'''kyasea'''....''changing, variant'' |- | '''-yea'''||V->ADJ||''-ive, tending to'' || '''dal-'''....''talk''<br>'''tox-'''....''forget''<br>'''vad-'''....''affirm'' || '''dalyea'''....''talkative''<br>'''toxyea'''....''forgetful''<br>'''vadyea'''....''affirmative'' |- | '''-wa'''||V->ADJ||''-ed'' || '''dal-'''....''talk''<br>'''tox-'''....''forget''<br>'''vad-'''....''affirm'' || '''dalwa'''....''spoken''<br>'''toxwa'''....''forgotten''<br>'''vadwa'''....''affirmed'' |- | '''-oa'''||V->ADJ||''-about to, apt to'' || '''toj-'''....''die''<br>'''kyes-'''....''happen''<br>'''tajb-'''....''give birth'' || '''tojoa'''....''moribund''<br>'''kyesoa'''....''imminent''<br>'''tajboa'''....''about to deliver'' |- | '''-ua'''||V->ADJ||''-able, potentially V'' || '''tojb-'''....''kill''<br>'''bukx-'''....''harm''<br>'''akuj-'''....''succeed'' || '''tojbua'''....''lethal''<br>'''bukxua'''....''dangerous''<br>'''akujua'''....''potentially successful'' |- | '''-yafa'''||V->ADJ||''-able'' || '''test-'''....''understand'' ||'''testyafa'''....''able to understand'' |- | '''-yafwa'''||V-ADJ||''-able'' || '''test-'''....''understand''||'''testyafwa'''....''understandable'' |- | '''-yofa'''||V-ADJ||''unable to'' || '''teat-'''....''see''||'''teatyofa'''....''blind'' |- | '''-yofwa'''||V-ADJ||''impossible to'' || '''teat-'''....''see''||'''teatyofwa'''....''invisible'' |- |'''-yuka''' ||V-ADJ||''comfortable Xing'' ||'''pes-'''....''wait''||'''pesyuka'''....''patient'' |- |'''-yukwa''' ||V-ADJ||''easy to X''||'''test-'''....''understand''||'''testyukwa'''....''clear'' |- |'''-yika''' ||V-ADJ||''hard of Xing'' ||'''teet-'''....''hear''||'''teetyika'''....''hard of hearing'' |- |'''-yikwa''' ||V-ADJ||''hard to X''||'''teet-'''....''hear''||'''teetyikwa'''....''hard to hear'' |- |'''-ifa''' ||V-ADJ||''fond of Xing, -phile/-ic'' ||'''t-'''....''know''<br>'''dyes'''....''book''||'''tifa'''....''curious''<br>'''dyesifa'''....''bibliophilic'' |- |'''-ifwa''' ||V-ADJ||''loved by''||'''tyod-'''....''people''||'''tyodifwa'''....''popular'' |- |'''-ufa''' ||V-ADJ||''X-hating, -phobic, averse'' ||'''tob-'''....''man''<br>'''yex'''....''work''||'''toybufa'''....''anthrophobic''<br>'''yexufa'''....''lazy, work-averse'' |- |'''-ufwa''' ||V-ADJ||''hated by''||'''hyat'''....''everyone''||'''hyatufwa'''....''universally hated'' |- |'''-yifa''' ||V-ADJ||''brave'' ||'''toj'''....''death''||'''tojyifa'''....''brave in the face of death'' |- |'''-yufa''' ||V-ADJ||''afraid of X''||'''tot'''....''god''||'''totyufa'''....''god-fearing'' |- |'''-yufwa''' ||V-ADJ||''feared by X''||'''gla'''....''much''||'''glayufwa'''....''much-feared'' |- |'''-yefa''' ||V-ADJ||''due to X''||'''dud-'''....''answer''||'''dudyefa'''....''answerable, responsible'' |- |'''-yakwa''' ||V-ADJ||''expected to X''||'''mamil-'''....''rain''||'''mamilyakwa'''....''likely to rain'' |- |'''-valka''' ||V-ADJ||''-safe, -proof''||'''mil'''....''water''||'''milvalka'''....''waterproof'' |- |'''-ava''' ||V-ADJ||''pro-X''||'''tej'''....''life''||'''tejava'''....''pro-life'' |- |'''-eva''' ||V-ADJ||''-neutral''||'''toob'''....''gender''||'''toobeva'''....''gender-neutral'' |- |'''-ova''' ||V-ADJ||''anti-X''||'''dropek'''....''war''||'''dropekova'''....''anti-war'' |- |'''-yiva''' ||V-ADJ||''-free''||'''yef'''....''debt''||'''yefyiva'''....''debt-free'' |- |'''-yuva''' ||V-ADJ||''-bound''||'''yef'''....''duty''<br>'''vya-'''....''truth''<br>'''dofin'''....''moral''||'''yefyuva'''....''duty-bound''<br>'''vyayuva'''....''loyal''<br>'''dofinyuva'''....''scrupulous'' |- |'''-aza''' ||V-ADJ||''strong-Xed''||'''fon'''....''will''<br>'''tip'''....''temperament''||'''fonaza'''....''strong-willed''<br>'''tipaza'''....''stern'' |- |'''-oza''' ||V-ADJ||''weak-Xed''||'''tip'''....''temperament''||'''tipoza'''....''weak-hearted'' |- |'''-iza''' ||V-ADJ||''straight-Xed''||'''tep'''....''mind''<br>'''dal'''....''speech''||'''tepiza'''....''logical''<br>'''daliza'''....''frank'' |- |'''-uza''' ||V-ADJ||''crooked-Xed''||'''tep'''....''mind''<br>'''dal'''....''speech''||'''tepuza'''....''illogical''<br>'''daluza'''....''devious'' |- |'''-oka''' ||V-ADJ||''absent-Xed''||'''tad'''....''spouse''<br>'''ted'''....''parent''||'''tadoka'''....''widowed''<br>'''tedoka'''....''orphaned'' |} <noinclude>{{Chapter navigation with TOC|Nouns|Adverbs}}</noinclude> == Pronominalization of Adjectives == : Adjectives can be pronominalized (converted to a pronoun) by adding '''s''' for ''things'' and '''t''' for ''persons''. These, in turn, can be pluralized by suffixing the plural marker '''i'''. :{| class="wikitable" style="background:lightyellow" |+ Pronominalization of Adjectives |- ! ADJECTIVE !! INANIMATE PRONOUN<br>(THING) !! ANIMATE PRONOUN<br>(PERSON) |- | '''fia'''....''good'' || '''fias'''....''a good thing''<br>'''fiasi'''....''good things'' || '''fiat'''....''a good person''<br>'''fiati'''....''good persons'' |- | '''aga'''....''big'' || '''agas'''....''something big''<br>'''agasi'''....''big ones'' || '''agat'''....''a big person''<br>'''agati'''....''big persons'' |- | '''joga'''....''young, new'' || '''jogas'''....''something new, novelty''<br>'''jogasi'''....''new ones'' || '''yogat'''....''young person, youth''<br> '''yogati'''....''youngsters'' |- | '''jaga'''....''old'' || '''jagas'''....''antique''<br>'''jagasi'''....''old ones'' || '''jagat'''....''elderly person''<br>'''jagati'''....''oldsters'' |- | '''awa'''....''one''<br>'''ewa'''....''two'' || '''awas'''....''one (of them)''<br>'''ewasi'''....''two (of them)'' || '''awat'''....''one (of them)''<br>'''ewati'''....''two of them'' |- | '''hia'''....''this'' || '''hias'''....''this one''<br>'''hiasi'''....''these (things)'' || '''hiat'''....''this one''<br>'''hiati'''....''these'' |- | '''gla'''....''much, many'' || '''glas'''....''a lot (of stuff)''<br>'''glasi'''....''many (things)'' || <br>'''glati'''....''many (people)'' |} : Examples: ::* '''Hia tyoyaf se gro aga. At fu <u>ga agas</u>.'''....''This shoe is not big enough. I'd like <u>a bigger one</u>.'' ::* '''Yat fu daler bay <u>ha gwa jogati</u>.'''....''We would like to speak with <u>the youngest ones</u>.'' ::* '''At fe teaxer ha <u>jogas</u>, voy ha jagas.'''....''I want to look at the <u>new one</u>, not the old one.'' ::* '''Ha ujnati so <u>ha ijnati</u>.'''....''The last shall be <u>the first</u>.'' <noinclude>{{Chapter navigation with TOC|Nouns|Adverbs}} l3tn1c2vy5jtmy7vf3u3dvojtecgkgb 4089876 4089875 2022-08-09T15:20:53Z Tyoyafud 6233 /* Adjectival Derivational Endings */ wikitext text/x-wiki = Adjectives = : Adjectives, which are words that modify nouns, can be of the following types and subcategories: ::* descriptive :::# qualitative, like '''iva''' (''happy''), '''fia''' (''good''), '''oga''' (''small'') :::# denominal ( ~ noun-derived), like '''doma''' (''urban'') < '''dom''' (''city'') or '''teaba''' (''ocular'') < '''teab''' (''eye'') :::# deverbal ( ~ verb-derived), (participles) like '''tejea''' (''living'') < '''tejer''' (''to live'') or '''twa''' (''known'') < '''ter''' (''to know'') :::# preposition-derived, like '''aba''' (''upper'') < '''ab'''....''on top of'' or '''zoa''' (''posterior'') < '''zo''' (''behind'') ::* determinative :::# deictic ( ~ demonstrative, indefinite), like '''hia''' (''this''), '''huyena''' (''such''), '''haewa''' (''both'') :::# numeric, like '''awa''' (''one''), '''ea''' (''second''), '''iona''' (''triple'') :::# quantitative, like '''ga''' (''more''), '''glo''' (''few''), '''gra''' (''too much'') :::# pronominal ( ~ possessive), like '''ata''' (''my''), '''duhata?''' (''whose''), '''hyeta''' (''anyone's'') : Descriptive adjectives are the main focus of this section. Determinative adjectives (determiners) behave differently and are discussed under [[Mirad_Grammar/Determiners|Determiners]]. Deverbal adjectives, usually referred to as '''''participles''''', are treated in the section on [[Mirad_Grammar/Verbs|Verbs]], since they are formed from verbs. Pronominal determiners (i.e. possessive adjectives) are treated under both the section on [[Mirad_Grammar/Determiners|Determiners]] and the section on [[Mirad_Grammar/Pronouns|Pronouns]]. : All descriptive adjectives end in the adjectival marker vowel '''a'''. ::* '''fi-''' (qualitative root base word) ⇒ '''fia'''....''good'' ::* '''pur''' (noun meaning ''vehicle'') ⇒ '''pura'''....''vehicular'' ::* '''dalw-''' (passive stem of the verb ''speak'') ⇒ '''dalwa'''....''spoken'' ::* '''ab''' (preposition meaning ''on'') ⇒ '''aba'''....''superior'' : Such adjectives precede the noun or noun phrase they modify: ::* '''<u>aga</u> tam'''....''a <u>big</u> house'' ::* '''ha <u>fia</u> toyb'''....''the <u>good</u> woman'' ::* '''ata <u>boka</u> twed'''....''my <u>sick</u> father'' ::* '''<u>fia</u> ilzyeb bi vafil.'''....''a <u>good</u> bottle of wine'' ::* '''yata <u>dooba</u> doof'''....''our <u>national</u> flag'' ::* '''ata <u>tejea</u> tyedi.'''....''my <u>living</u> relatives'' :: '''doba xeut'''....''state agent'' can also be expressed as the noun compound '''dobxeut'''. '''Dob''' means ''a state.'' :: '''pata bok'''....''avian illness'' can be compounded as '''patbok''', literally '''bird illness.''' : Note: Compounded nouns often have an idiomatic meaning not exactly equal to their separate parts. More about this in the later section on vocabulary-building. == Modification of Descriptive Adjectives by Degree == : As in English, descriptive adjectives can be modified by degree. To do this, a quantitative determiner of degree ('''ga''', '''ge''', etc.) is placed before the adjective, producing positive / negative comparative, equalitative, superlative, and other degree expressions as in the following table. The quantitative determiners themselves that are used in these comparative expressions are discussed in detail in a later section on [[Mirad_Grammar/Determiners#Quantitative Determiners|Quantitative Determiners]]. :{| class="wikitable" style="background:lightyellow" |+ Modification of Adjectives by Degree |- ! QUANTITATIVE DETERMINER !! MODIFICATION BY DEGREE |- | '''ga'''....''more'' || '''ga fia (vyel)'''....''better (than)'' |- | '''ge'''....''as, equally'' || '''ge fia (vyel)'''....''as good (as)'' |- | '''go'''....''less'' || '''go fia (vyel)'''....''less good (than)'' |- | '''gla'''....''very'' || '''gla fia'''....''very good'' |- | '''glay'''....''so'' || '''glay fia'''....''so good'' |- | '''gle'''....''rather/quite'' || '''gle fia'''....''rather/quite good'' |- | '''glo'''....''not very'' || '''glo fia'''....''not very/slightly good'' |- | '''gra'''....''too'' || '''gra fia'''....''too good'' |- | '''gre'''....''enough'' || '''gre fia'''....''good enough, quite good'' |- | '''gro'''....''not enough'' || '''gro fia'''....''insufficiently good/not good enough'' |- | '''gwa'''....''most'' || '''gwa fia (bi, be)'''....''best (of, in)'' |- | '''gwe'''....''average'' || '''gwe fia'''....''perfectly good'' |- | '''gwo'''....''least'' || '''gwo fia (bi, be)'''....''least good (of, in)'' |} : The relative conjunction '''vyel''' is used to translate English ''as'' in an equalitative comparison or ''than'' in a non-equalitative comparison. Examples: ::* '''Ata tam se <u>ga aga vyel</u> etas.'''....''My house is <u>bigger than</u> yours.'' ::* '''Hia tam voy se <u>ge aga vyel</u> atas.'''....''This house is not <u>as big as</u> mine.'' ::* '''His se <u>ha gwa aga tam bi</u> yata yubem.'''....''This is <u>the biggest house in</u> our neighborhood.'' : Unlike in English, where comparative forms can be irregular (''smaller'', ''more intense'', ''better''), there are no exceptions in the comparison of Mirad adjectives and adverbs. == Deriving Abstract Quality Nouns from Adjectives == : Nouns referring to abstract qualities can be derived from qualitative and often other adjectives by suffixing the letter '''n'''. For example: :{| class="wikitable" style="background:lightyellow" |+ Deriving Abstract Nouns from Adjectives |- ! ADJECTIVE !! ABSTRACT QUALITY |- | '''fia'''....''good'' || '''fian'''....''goodness'' |- | '''yeva'''....''just'' || '''yevan'''....''justice'' |- | '''uja'''....''final'' || '''ujan'''....''finality'' |- | '''joga'''....''young'' || '''jogan'''....''youth'' |- | '''teyda'''....''maternal'' || '''teydan'''....''motherhood, maternity'' |- | '''dooba'''....''nation'' || '''dooban'''....''nationality'' |- | '''tojbuwa'''....''lethal'' || '''tojbuwan'''....''lethality'' |} == Reversing the Semantics of Adjectives == : Descriptive adjectives can be negated by prefixing '''o'''. If the adjective being semantically reversed already begins with the negative prefix '''o''', then the first semantic reversing prefix becomes '''ol'''. This has the effect of English ''un-'' or ''non-'' in words like ''unlike'', ''unhappy'', and ''nonessential'' or the Greek privative prefix '''a(n)-''' in words like ''asymmetric'' or ''anomalous''. : Prefixing the syllable '''ov''' has an even stronger semantic effect. It denotes the polar opposite of the adjective and can mean "anti-". : In cases where the '''o-''' creates an ambiguous word, '''lo-''' or '''-ol''' is substituted. Note this in the last two words of the following chart: :{| class="wikitable" style="background:lightyellow" |+ Reversing the Semantics of Adjectives |- ! NORMAL !! NEGATED |- | '''twa'''....''known'' || '''otwa'''....''unknown'' |- | '''ega'''....''normal'' || '''oega'''....''abnormal'' |- | '''eflawa'''....''essential'' || '''oeflawa'''....''nonessential'' |- | '''geyla'''....''similar'' || '''ogeyla'''....''dissimilar'' |- | '''iva'''....''happy'' || '''oiva'''....''unhappy'' |- | '''data'''....''friendly'' || '''odata'''....''unfriendly'' |- | '''data'''....''friendly'' || '''ovdata'''....''inimical'' |- | '''ifwa'''....''loved'' || '''oifwa'''....''unloved'' |- | '''fwa'''....''wanted'' || '''lofwa'''....''unwanted'' |- | '''ofwa'''....''prohibited'' || '''olofwa'''....''unprohibited'' |} == Adjectival Derivational Endings == : All descriptive adjectives end in at least the suffix '''a'''. Many adjectives are derived from other parts of speech, using one of more of the following derivational endings. :: {| class="wikitable" style="background:lightyellow" |+ Adjectival Derivative Endings |- ! ENDING !! TRANSITION TYPE !! MEANING !! BASE WORD !! DERIVED ADJECTIVE |- | '''-a''' || N->ADJ ||''relating to, of'' || '''fyaat'''....''god''<br>'''tob'''....''man''<br>'''dom'''....''city'' || '''fyaata'''....''divine''<br>'''toba'''....''human''<br>'''doma'''....''urban'' |- | '''-aya&nbsp;/&nbsp;-ika'''||N->ADJ||''full of, -ful, -ous'' || '''mil'''....''water''<br>'''meb'''....''mountain''<br>'''tes'''....''meaning'' || '''milaya'''....''watery, aquaous''<br>'''mebika'''....''mountainous''<br>'''tesaya'''....''meaningful'' |- | '''-oya&nbsp;/&nbsp;-uka'''||N->ADJ||''empty of, -less, -free'' || '''teb'''....''head''<br>'''level'''....''sugar''<br>'''tes'''....''meaning'' || '''teboya'''....''headless''<br>'''leveluka'''....''sugar-free''<br>'''tesoya'''....''meaningless'' |- | '''-yena'''||N->ADJ||''like, -ish, -y'' || '''fyaat'''....''god''<br>'''tob'''....''man''<br>'''dom'''....''city'' || '''fyaatyena'''....''godly, godlike''<br>'''tobyena'''....''manly, virile''<br>'''domyena'''....''urbane'' |- | '''-ea'''||V->ADJ||''-ing, -ent, -ant'' || '''ags-'''....''grow''<br>'''tej-'''....''live''<br>'''kyas-'''....''change'' || '''agsea'''....''growing, crescent''<br>'''tejea'''....''living, alive''<br>'''kyasea'''....''changing, variant'' |- | '''-yea'''||V->ADJ||''-ive, tending to'' || '''dal-'''....''talk''<br>'''tox-'''....''forget''<br>'''vad-'''....''affirm'' || '''dalyea'''....''talkative''<br>'''toxyea'''....''forgetful''<br>'''vadyea'''....''affirmative'' |- | '''-wa'''||V->ADJ||''-ed'' || '''dal-'''....''talk''<br>'''tox-'''....''forget''<br>'''vad-'''....''affirm'' || '''dalwa'''....''spoken''<br>'''toxwa'''....''forgotten''<br>'''vadwa'''....''affirmed'' |- | '''-oa'''||V->ADJ||''-about to, apt to'' || '''toj-'''....''die''<br>'''kyes-'''....''happen''<br>'''tajb-'''....''give birth'' || '''tojoa'''....''moribund''<br>'''kyesoa'''....''imminent''<br>'''tajboa'''....''about to deliver'' |- | '''-ua'''||V->ADJ||''-able, potentially V'' || '''tojb-'''....''kill''<br>'''bukx-'''....''harm''<br>'''akuj-'''....''succeed'' || '''tojbua'''....''lethal''<br>'''bukxua'''....''dangerous''<br>'''akujua'''....''potentially successful'' |- | '''-yafa'''||V->ADJ||''-able'' || '''test-'''....''understand'' ||'''testyafa'''....''able to understand'' |- | '''-yafwa'''||V-ADJ||''-able'' || '''test-'''....''understand''||'''testyafwa'''....''understandable'' |- | '''-yofa'''||V-ADJ||''unable to'' || '''teat-'''....''see''||'''teatyofa'''....''blind'' |- | '''-yofwa'''||V-ADJ||''impossible to'' || '''teat-'''....''see''||'''teatyofwa'''....''invisible'' |- |'''-yuka''' ||V-ADJ||''comfortable Xing'' ||'''pes-'''....''wait''||'''pesyuka'''....''patient'' |- |'''-yukwa''' ||V-ADJ||''easy to X''||'''test-'''....''understand''||'''testyukwa'''....''clear'' |- |'''-yika''' ||V-ADJ||''hard of Xing'' ||'''teet-'''....''hear''||'''teetyika'''....''hard of hearing'' |- |'''-yikwa''' ||V-ADJ||''hard to X''||'''teet-'''....''hear''||'''teetyikwa'''....''hard to hear'' |- |'''-ifa''' ||V-ADJ||''fond of Xing, -phile/-ic'' ||'''t-'''....''know''<br>'''dyes'''....''book''||'''tifa'''....''curious''<br>'''dyesifa'''....''bibliophilic'' |- |'''-ifwa''' ||V-ADJ||''loved by''||'''tyod-'''....''people''||'''tyodifwa'''....''popular'' |- |'''-ufa''' ||V-ADJ||''X-hating, -phobic, averse'' ||'''tob-'''....''man''<br>'''yex'''....''work''||'''toybufa'''....''anthrophobic''<br>'''yexufa'''....''lazy, work-averse'' |- |'''-ufwa''' ||V-ADJ||''hated by''||'''hyat'''....''everyone''||'''hyatufwa'''....''universally hated'' |- |'''-yifa''' ||V-ADJ||''brave'' ||'''toj'''....''death''||'''tojyifa'''....''brave in the face of death'' |- |'''-yufa''' ||V-ADJ||''afraid of X''||'''tot'''....''god''||'''totyufa'''....''god-fearing'' |- |'''-yufwa''' ||V-ADJ||''feared by X''||'''gla'''....''much''||'''glayufwa'''....''much-feared'' |- |'''-yefa''' ||V-ADJ||''due to X''||'''dud-'''....''answer''||'''dudyefa'''....''answerable, responsible'' |- |'''-yakwa''' ||V-ADJ||''expected to X''||'''mamil-'''....''rain''||'''mamilyakwa'''....''likely to rain'' |- |'''-valka''' ||V-ADJ||''-safe, -proof''||'''mil'''....''water''||'''milvalka'''....''waterproof'' |- |'''-ava''' ||V-ADJ||''pro-X''||'''tej'''....''life''||'''tejava'''....''pro-life'' |- |'''-eva''' ||V-ADJ||''-neutral''||'''toob'''....''gender''||'''toobeva'''....''gender-neutral'' |- |'''-ova''' ||V-ADJ||''anti-X''||'''dropek'''....''war''||'''dropekova'''....''anti-war'' |- |'''-yiva''' ||V-ADJ||''-free''||'''yef'''....''debt''||'''yefyiva'''....''debt-free'' |- |'''-yuva''' ||V-ADJ||''-bound''||'''yef'''....''duty''<br>'''vya-'''....''truth''<br>'''dofin'''....''moral''||'''yefyuva'''....''duty-bound''<br>'''vyayuva'''....''loyal''<br>'''dofinyuva'''....''scrupulous'' |- |'''-aza''' ||V-ADJ||''strong-Xed''||'''fon'''....''will''<br>'''tip'''....''temperament''||'''fonaza'''....''strong-willed''<br>'''tipaza'''....''stern'' |- |'''-oza''' ||V-ADJ||''weak-Xed''||'''tip'''....''temperament''||'''tipoza'''....''weak-hearted'' |- |'''-iza''' ||V-ADJ||''straight-Xed''||'''tep'''....''mind''<br>'''dal'''....''speech''||'''tepiza'''....''logical''<br>'''daliza'''....''frank'' |- |'''-uza''' ||V-ADJ||''crooked-Xed''||'''tep'''....''mind''<br>'''dal'''....''speech''||'''tepuza'''....''illogical''<br>'''daluza'''....''devious'' |- |'''-okya''' ||V-ADJ||''absent-Xed''||'''tad'''....''spouse''<br>'''ted'''....''parent''||'''tadoyka'''....''widowed''<br>'''tedokya'''....''orphaned'' |} <noinclude>{{Chapter navigation with TOC|Nouns|Adverbs}}</noinclude> == Pronominalization of Adjectives == : Adjectives can be pronominalized (converted to a pronoun) by adding '''s''' for ''things'' and '''t''' for ''persons''. These, in turn, can be pluralized by suffixing the plural marker '''i'''. :{| class="wikitable" style="background:lightyellow" |+ Pronominalization of Adjectives |- ! ADJECTIVE !! INANIMATE PRONOUN<br>(THING) !! ANIMATE PRONOUN<br>(PERSON) |- | '''fia'''....''good'' || '''fias'''....''a good thing''<br>'''fiasi'''....''good things'' || '''fiat'''....''a good person''<br>'''fiati'''....''good persons'' |- | '''aga'''....''big'' || '''agas'''....''something big''<br>'''agasi'''....''big ones'' || '''agat'''....''a big person''<br>'''agati'''....''big persons'' |- | '''joga'''....''young, new'' || '''jogas'''....''something new, novelty''<br>'''jogasi'''....''new ones'' || '''yogat'''....''young person, youth''<br> '''yogati'''....''youngsters'' |- | '''jaga'''....''old'' || '''jagas'''....''antique''<br>'''jagasi'''....''old ones'' || '''jagat'''....''elderly person''<br>'''jagati'''....''oldsters'' |- | '''awa'''....''one''<br>'''ewa'''....''two'' || '''awas'''....''one (of them)''<br>'''ewasi'''....''two (of them)'' || '''awat'''....''one (of them)''<br>'''ewati'''....''two of them'' |- | '''hia'''....''this'' || '''hias'''....''this one''<br>'''hiasi'''....''these (things)'' || '''hiat'''....''this one''<br>'''hiati'''....''these'' |- | '''gla'''....''much, many'' || '''glas'''....''a lot (of stuff)''<br>'''glasi'''....''many (things)'' || <br>'''glati'''....''many (people)'' |} : Examples: ::* '''Hia tyoyaf se gro aga. At fu <u>ga agas</u>.'''....''This shoe is not big enough. I'd like <u>a bigger one</u>.'' ::* '''Yat fu daler bay <u>ha gwa jogati</u>.'''....''We would like to speak with <u>the youngest ones</u>.'' ::* '''At fe teaxer ha <u>jogas</u>, voy ha jagas.'''....''I want to look at the <u>new one</u>, not the old one.'' ::* '''Ha ujnati so <u>ha ijnati</u>.'''....''The last shall be <u>the first</u>.'' <noinclude>{{Chapter navigation with TOC|Nouns|Adverbs}} 5ddrd5koql4ko3ck6e2g7m5cfaowkuv Mirad Grammar/Adverbs 0 417646 4089879 4089509 2022-08-09T15:24:35Z Tyoyafud 6233 /* Inherent Adverbs */ wikitext text/x-wiki = Adverbs = : Adverbs are words that modify verbs, adjectives, or other adverbs. == Derived Adverbs == : Adverbs can be derived from descriptive adjectives by adding '''y''' to the '''a''' ending. :{| class="wikitable" style="background:lightyellow" |+ Derived Adverbs |- ! ADJECTIVE !! ADVERB |- | '''fi<u>a</u>'''....''good'' || '''fi<u>ay</u>'''....''well'' |- | '''yev<u>a</u>'''....''fair'' || '''yev<u>ay</u>'''....''fairly'' |- | '''uj<u>a</u>'''....''final'' || '''uj<u>ay</u>'''....''finally'' |- | '''jog<u>a</u>'''....''new'' || '''jog<u>ay</u>'''....''newly'' |- | '''teyd<u>a</u>'''....''maternal'' || '''teyd<u>ay</u>'''....''maternally'' |} : At the end of sentences or clauses, common one-syllable-stem adverbs can be shortened by removing the '''ay''' ending: ::* '''Iyt deuze <u>fi</u>.'''....''She sings <u>well</u>.'' ::* '''At upo <u>ig</u>.'''....''I'll come <u>quickly</u>.'' : Otherwise, the full adverb form is used, eg.: ::* '''Weti yefe <u>ugay</u> fiaser.'''....''You guys must <u>slowly</u> improve.'' ::* '''At tojo <u>ivay</u>, tea van at beaye fia tej.'''....''I will die <u>happily</u> knowing that I've had a good life.'' == Inherent Adverbs == : There are some words in the language that are inherently adverbs and do not take the '''ay''' ending, because they are not formed from adjectives, or because they already end in '''ay'''. Here are the most common examples: ::{| class="wikitable" style="background:lightyellow; valign:top" |+ Inherent Adverbs |- valign=top | | '''yab'''....''up'' || '''yeb'''....''in''<br>'''oyeb'''....''out'' || '''yob'''....''down'' || '''yub'''....''near''|| '''yib'''....''far''<br>'''oyib'''....''not far'' |- valign=top | | '''<u>ab</u>'''....''on''<br>'''<u>ayb</u>'''....''above''|| '''<u>eb</u>'''....''between''<br>'''<u>eyb</u>'''....''among'' || '''<u>ob</u>'''....''off''<br>'''<u>oyb</u>'''....''under'' || '''<u>ub</u>'''....''toward'' || '''<u>ib</u>'''....''away'' |- valign=top | | '''<u>bay</u>'''....''with/along''|| '''<u>bey</u>'''....''by/via'' || '''<u>boy</u>'''....''without'' || '''<u>byu</u>'''....''as far (as)'' || '''<u>byi</u>'''....''since'' |- valigh=top | | '''vay'''....''indeed'' || '''vey'''....''perhaps'' || '''voy'''....''not'' |- valign=top | | '''<u>za</u>'''....''in front (of)''<br>'''zay'''....''ahead''<br>'''zya'''....''all about'' || '''<u>ze</u>'''....''to/at the middle (of)''<br>'''<u>zey</u>'''....''across''<br>'''<u>zye</u>'''....''through'' || '''<u>zo</u>'''....''in back (of)''<br>'''zoy'''....''back'' || '''<u>zu</u>'''....''on the left (of)'' || '''<u>zi</u>'''....''on the right (of)'' |- | || || || '''uz'''....''on a curve'' || '''iz'''....''straight, directly'' |- | ||'''<u>yez</u>'''....''along'' || || '''<u>yuz</u>'''....''around'' || '''<u>yiz</u>'''....''beyond'' |- | '''gay'''....''also'' || '''gey'''....''even'' || '''goy'''....''no more/except'' || || |- | '''gaj'''....''still'' || || '''goj'''....''no longer'' || || |- | '''yan'''....''together'' || || '''yon'''....''apart'' || || |- | '''jay'''....''beforehand, already'' || '''jey'''....''currently'' || '''joy'''....''afterwards, next'' || || |- | '''vay'''....''really'' || '''vey'''....''maybe'' || '''voy'''....''not'' || || |} : The words in the above chart that are underlined can also serve as prepositions (See [[Mirad Grammar/Prepositions|Prepositions]]). : The words underlined below are considered adverbial because they can modify verbs. For example: ::* '''At teaxa <u>yab</u>.'''....''I looked <u>up</u>.'' &nbsp;&nbsp;(= '''At yabteaxa.''') ::* '''Duven et hyej upo <u>zoy</u>?'''.....''Will you ever come <u>back</u>.'' &nbsp;&nbsp;(= '''...zoyupo?''') ::* '''Et po <u>yib</u> be tej.'''.....''You will go <u>far</u> in life.'' &nbsp;&nbsp;(= '''Et yipo...''') ::* '''At <u>voy</u> se eta ted.'''....''I am <u>not</u> your father.'' ::* '''Pu <u>zu</u>, jogat!'''....''Go <u>left</u>, young man!'' &nbsp;&nbsp;(= '''Zupu...''') ::* '''Yat <u>vay</u> sa hum.'''....''We were <u>indeed</u> there.'' ::* '''It pa <u>oyeb</u>.'''....''He went <u>outside</u>.'' &nbsp;&nbsp;(= '''It oyepa.''') ::* '''Iyt <u>gay</u> deuze.'''....''She <u>also</u> sings.'' ::* '''Yit yexe <u>gey</u> be moji.'''....''They work <u>even</u> nights.'' ::* '''Ha tobot <u>gaj</u> tujeye.'''....''The baby is <u>still</u> sleeping.'' ::* '''Yat yefe yexer <u>yan</u>.'''....''We must work <u>together</u>.'' &nbsp;&nbsp;(= '''...yanyexer.''') ::* '''His vey upo <u>yon</u>.'''....''This may come <u>apart</u>.'' &nbsp;&nbsp;(= '''...yonupo.''') ::* '''Hit se <u>jay</u> toja.'''....''This one is <u>already</u> dead.'' ::* '''Hut se <u>voy</u> toja.'''....''That one is <u>not</u> dead.'' ::* '''At popeyo <u>zya</u>.'''....''I will be traveling <u>all around</u>. &nbsp;&nbsp;(= '''zyapopeyo.''') : Many of the above adverbs can be prefixed to verbs, nouns, and even adjectives to indicate motion in various directions. (Keep in mind that the '''b''' or '''p''' can be assimilated to the first letter of '''per''' (''go'') or '''ber''' (''put''). For example: ::* '''yeb''' (''in'') <big>+</big> '''per''' (''go'') <big>=</big> '''yeper''' (''to enter'')&nbsp;&nbsp;[NOT: '''yebper'''] ::* '''oyeb''' (''out'') <big>+</big> '''bier''' (''take'') <big>=</big> '''oyebier''' (''to take out'')&nbsp;&nbsp;[NOT: '''oyebbier'''] ::* '''yab''' (''up'') <big>+</big> '''per''' (''go'') <big>=</big> '''yaper''' (''to rise'')&nbsp;&nbsp;[NOT: '''yabper'''] ::* '''yob''' (''up'') <big>+</big> '''kima''' (''sloped'') <big>=</big> '''yobkima''' (''downward-sloping'') ::* '''yub''' (''near'') <big>+</big> '''per''' (''go'') <big>=</big> '''yuper''' (''to approach'')&nbsp;&nbsp;[NOT: '''yubper'''] ::* '''yib''' (''far'') <big>+</big> '''daler''' (''talk'') <big>=</big> '''yibdaler''' (''to telephone'') ::* '''yiz''' (''beyond'') <big>+</big> '''per''' (''go'') <big>=</big> '''yizper''' (''to surpass'') ::* '''yez''' (''along'') <big>+</big> '''per''' (''go'') <big>=</big> '''yezper''' (''to go along'') ::* '''yuz''' (''around'') <big>+</big> '''pipen''' (''sailing'') <big>=</big> '''yuzpipen''' (''circumnavigation'') ::* '''zay''' (''ahead'') <big>+</big> '''paser''' (''move'') <big>=</big> '''zaypaser''' (''to advance'') ::* '''ze''' (''to the middle'') <big>+</big> '''jaga''' (''aged'') <big>=</big> '''zejaga''' (''middle-aged'') ::* '''zye''' (''through'') <big>+</big> '''teatyafwa''' (''visible'') <big>=</big> '''zyeteatyafa''' (''transparent'') ::* '''zey''' (''across'') <big>+</big> '''mep''' (''road'') <big>=</big> '''zeymep''' (''bridge'') ::* '''zoy''' (''back'') <big>+</big> '''nogea''' (''gradual'') <big>=</big> '''zoynogea''' (''retrogressive'') ::* '''iz''' (''straight'') <big>+</big> '''nad''' (''line'') <big>=</big> '''iznad''' (''vector'') ::* '''zi''' (''to the right'') <big>+</big> '''kum''' (''side'') <big>=</big> '''izkum''' (''right side'') ::* '''zu''' (''far'') <big>+</big> '''tuyab''' (''hand'') <big>=</big> '''zutuyaba''' (''left-handed'') ::* '''uz''' (''on a curve'') <big>+</big> '''nad''' (''line'') <big>=</big> '''uznad''' (''curve'') ::* '''yan''' (''together'') <big>+</big> '''up''' (''come'') <big>=</big> '''yanup''' (''a meeting'') ::* '''yon''' (''apart'') <big>+</big> '''ber''' (''put'') <big>=</big> '''yonber''' (''to separate'') == Word Order of Adverbs == : The word order of adverbs is fairly free, as in English. But, to avoid ambiguity, the adverb should be placed immediately before or after the sentence element it modifies, eg.: ::* '''It deuze <u>vi</u>.'''....''He sings <u>beautifully</u>.'' ::* '''Et yefe xer <u>gwa ig</u>.'''....''You must do it <u>as quickly as possible</u>.'' ::* '''Et <u>hyoj</u> ako fika ivan.'''....''You will <u>never</u> gain perfect happiness.'' ::* '''At <u>voy</u> te'''. (OR) '''At te <u>voy</u>'''. ....''I don't know.'' == Comparison of Adverbs by Degree == : Adverbs can be compared just as adjectives with the use of [[Mirad Grammar/Determiners#Quantitative Determiners|Quantitative Determiners]]. The words ''than'' and ''as'' are translated by the relative conjunction '''vyel.''' :{| class="wikitable" style="background:lightyellow" |+ Comparison of Adverbs by Degree |- ! POSITIVE !! +/=/- COMPARATIVE !! +/- SUPERLATIVE |- | '''fiay'''....''well'' || '''<u>ga</u> fiay vyel'''....''better than (Lit: <u>more</u> good-ly than)''<br>'''<u>ge</u> igay vyel'''....''<u>as</u> well as''<br>'''<u>go</u> fiay vyel'''....''<u>less</u> well than''|| '''<u>gwa</u> fiay'''....''(the) best (Lit: <u>most</u> good-ly, as well as possible''<br>'''<u>gwo</u> fiay'''....''(the) <u>least</u> well'' |} <noinclude>{{Chapter navigation with TOC|Adjectives|Determiners}}</noinclude> 9rcga0e6481w56csgvcj97ok6ol83n7 4089882 4089879 2022-08-09T15:47:11Z Tyoyafud 6233 /* Inherent Adverbs */ wikitext text/x-wiki = Adverbs = : Adverbs are words that modify verbs, adjectives, or other adverbs. == Derived Adverbs == : Adverbs can be derived from descriptive adjectives by adding '''y''' to the '''a''' ending. :{| class="wikitable" style="background:lightyellow" |+ Derived Adverbs |- ! ADJECTIVE !! ADVERB |- | '''fi<u>a</u>'''....''good'' || '''fi<u>ay</u>'''....''well'' |- | '''yev<u>a</u>'''....''fair'' || '''yev<u>ay</u>'''....''fairly'' |- | '''uj<u>a</u>'''....''final'' || '''uj<u>ay</u>'''....''finally'' |- | '''jog<u>a</u>'''....''new'' || '''jog<u>ay</u>'''....''newly'' |- | '''teyd<u>a</u>'''....''maternal'' || '''teyd<u>ay</u>'''....''maternally'' |} : At the end of sentences or clauses, common one-syllable-stem adverbs can be shortened by removing the '''ay''' ending: ::* '''Iyt deuze <u>fi</u>.'''....''She sings <u>well</u>.'' ::* '''At upo <u>ig</u>.'''....''I'll come <u>quickly</u>.'' : Otherwise, the full adverb form is used, eg.: ::* '''Weti yefe <u>ugay</u> fiaser.'''....''You guys must <u>slowly</u> improve.'' ::* '''At tojo <u>ivay</u>, tea van at beaye fia tej.'''....''I will die <u>happily</u> knowing that I've had a good life.'' == Inherent Adverbs == : There are some words in the language that are inherently adverbs and do not take the '''ay''' ending, because they are not formed from adjectives, or because they already end in '''ay'''. Here are the most common examples: ::{| class="wikitable" style="background:lightyellow; valign:top" |+ Inherent Adverbs |- valign=top | | '''yab'''....''up''<br>'''yaob'''....''up and down'' || '''(a)yeb'''....''in''<br>'''oyeb'''....''out''<br>'''aoyeb'''....''in and out'' || '''yob'''....''down'' || '''yub'''....''near''<br>'''yuib'''....''near and far''|| '''yib'''....''far''<br>'''oyib'''....''not far'' |- valign=top | | '''<u>ab</u>'''....''on''<br>'''<u>ayb</u>'''....''above''<br>'''aob'''....''of and on''|| '''<u>eb</u>'''....''between''<br>'''<u>eyb</u>'''....''among'' || '''<u>ob</u>'''....''off''<br>'''<u>oyb</u>'''....''under'' || '''<u>ub</u>'''....''toward'' || '''<u>ib</u>'''....''away'' |- valign=top | | '''<u>bay</u>'''....''with/along''|| '''<u>bey</u>'''....''by/via'' || '''<u>boy</u>'''....''without'' || '''<u>byu</u>'''....''as far (as)'' || '''<u>byi</u>'''....''since'' |- valigh=top | | '''vay'''....''indeed'' || '''vey'''....''perhaps'' || '''voy'''....''not''|| || |- valign=top | | '''<u>za</u>'''....''in front (of)''<br>'''zay'''....''ahead''<br>'''zya'''....''all about'' <br>'''zao'''....''back and forth''|| '''<u>ze</u>'''....''to/at the middle (of)''<br>'''<u>zey</u>'''....''across''<br>'''<u>zye</u>'''....''through'' || '''<u>zo</u>'''....''in back (of)''<br>'''zoy'''....''back'' || '''<u>zu</u>'''....''on the left (of)''<br>'''zui'''....''right and left'' || '''<u>zi</u>'''....''on the right (of)'' |- | || || || '''uz'''....''on a curve'' <br>'''uiz'''....''zigzig''|| '''iz'''....''straight, directly'' |- | ||'''<u>yez</u>'''....''along'' || || '''<u>yuz</u>'''....''around'' || '''<u>yiz</u>'''....''beyond''<br>'''oyiz'''....''not beyond'' |- | '''ga'''....''more''<br>'''gao'''....''more or less'' || '''ge'''...''equally'' ||'''go'''....''less''|| || |- | '''gay'''....''also'' || '''gey'''....''even'' || '''goy'''....''no more/except'' || || |- | '''gaj'''....''still'' || || '''goj'''....''no longer'' || || |- | '''yan'''....''together'' || || '''yon'''....''apart'' || || |- | '''ja'''....''before''<br>'''<u>jao</u>'''....''before and after'' || '''je'''....''meanwhile'' || '''jo'''....''after''|| '''<u>ji</u>'''....''since'' || '''<u>ji</u>'''....''umtil'' |- | '''jay'''....''beforehand, already'' || '''jey'''....''currently'' || '''joy'''....''afterwards, next'' || || |} : The words in the above chart that are underlined can also serve as prepositions (See [[Mirad Grammar/Prepositions|Prepositions]]). : The words underlined below are considered adverbial because they can modify verbs. For example: ::* '''At teaxa <u>yab</u>.'''....''I looked <u>up</u>.'' &nbsp;&nbsp;(= '''At yabteaxa.''') ::* '''Duven et hyej upo <u>zoy</u>?'''.....''Will you ever come <u>back</u>.'' &nbsp;&nbsp;(= '''...zoyupo?''') ::* '''Et po <u>yib</u> be tej.'''.....''You will go <u>far</u> in life.'' &nbsp;&nbsp;(= '''Et yipo...''') ::* '''At <u>voy</u> se eta ted.'''....''I am <u>not</u> your father.'' ::* '''Pu <u>zu</u>, jogat!'''....''Go <u>left</u>, young man!'' &nbsp;&nbsp;(= '''Zupu...''') ::* '''Yat <u>vay</u> sa hum.'''....''We were <u>indeed</u> there.'' ::* '''It pa <u>oyeb</u>.'''....''He went <u>outside</u>.'' &nbsp;&nbsp;(= '''It oyepa.''') ::* '''Iyt <u>gay</u> deuze.'''....''She <u>also</u> sings.'' ::* '''Yit yexe <u>gey</u> be moji.'''....''They work <u>even</u> nights.'' ::* '''Ha tobud <u>gaj</u> tujeye.'''....''The baby is <u>still</u> sleeping.'' ::* '''Yat yefe yexer <u>yan</u>.'''....''We must work <u>together</u>.'' &nbsp;&nbsp;(= '''...yanyexer.''') ::* '''His vey upo <u>yon</u>.'''....''This may come <u>apart</u>.'' &nbsp;&nbsp;(= '''...yonupo.''') ::* '''Hit se <u>jay</u> toja.'''....''This one is <u>already</u> dead.'' ::* '''Hut se <u>voy</u> toja.'''....''That one is <u>not</u> dead.'' ::* '''At popeyo <u>zya</u>.'''....''I will be traveling <u>all around</u>. &nbsp;&nbsp;(= '''zyapopeyo.''') ::* '''Et byase <u>yon</u>.'''....''You stand <u>apart</u>.'' ::* '''Van yet besu <u>yan</u>.'''....''Stay <u>together</u>, guys.'' : Many of the above adverbs can be prefixed to verbs, nouns, and even adjectives to indicate motion in various directions. (Keep in mind that the '''b''' or '''p''' can be assimilated to the first letter of '''per''' (''go'') or '''ber''' (''put''). For example: ::* '''yeb''' (''in'') <big>+</big> '''per''' (''go'') <big>=</big> '''yeper''' (''to enter'')&nbsp;&nbsp;[NOT: '''yebper'''] ::* '''oyeb''' (''out'') <big>+</big> '''bier''' (''take'') <big>=</big> '''oyebier''' (''to take out'')&nbsp;&nbsp;[NOT: '''oyebbier'''] ::* '''yab''' (''up'') <big>+</big> '''per''' (''go'') <big>=</big> '''yaper''' (''to rise'')&nbsp;&nbsp;[NOT: '''yabper'''] ::* '''yob''' (''up'') <big>+</big> '''kima''' (''sloped'') <big>=</big> '''yobkima''' (''downward-sloping'') ::* '''yub''' (''near'') <big>+</big> '''per''' (''go'') <big>=</big> '''yuper''' (''to approach'')&nbsp;&nbsp;[NOT: '''yubper'''] ::* '''yib''' (''far'') <big>+</big> '''daler''' (''talk'') <big>=</big> '''yibdaler''' (''to telephone'') ::* '''yiz''' (''beyond'') <big>+</big> '''per''' (''go'') <big>=</big> '''yizper''' (''to surpass'') ::* '''yez''' (''along'') <big>+</big> '''per''' (''go'') <big>=</big> '''yezper''' (''to go along'') ::* '''yuz''' (''around'') <big>+</big> '''pipen''' (''sailing'') <big>=</big> '''yuzpipen''' (''circumnavigation'') ::* '''zay''' (''ahead'') <big>+</big> '''paser''' (''move'') <big>=</big> '''zaypaser''' (''to advance'') ::* '''zao''' (''back and forth) <big>+</big> '''baser''' (''move'') <big>=</big> '''zaobaser''' (''to rock'') ::* '''ze''' (''to the middle'') <big>+</big> '''jaga''' (''aged'') <big>=</big> '''zejaga''' (''middle-aged'') ::* '''zye''' (''through'') <big>+</big> '''teatyafwa''' (''visible'') <big>=</big> '''zyeteatyafa''' (''transparent'') ::* '''zey''' (''across'') <big>+</big> '''mep''' (''road'') <big>=</big> '''zeymep''' (''bridge'') ::* '''zoy''' (''back'') <big>+</big> '''nogea''' (''gradual'') <big>=</big> '''zoynogea''' (''retrogressive'') ::* '''iz''' (''straight'') <big>+</big> '''nad''' (''line'') <big>=</big> '''iznad''' (''vector'') ::* '''zi''' (''to the right'') <big>+</big> '''kum''' (''side'') <big>=</big> '''izkum''' (''right side'') ::* '''zu''' (''far'') <big>+</big> '''tuyab''' (''hand'') <big>=</big> '''zutuyaba''' (''left-handed'') ::* '''uz''' (''on a curve'') <big>+</big> '''nad''' (''line'') <big>=</big> '''uznad''' (''curve'') ::* '''yan''' (''together'') <big>+</big> '''up''' (''come'') <big>=</big> '''yanup''' (''a meeting'') ::* '''yon''' (''apart'') <big>+</big> '''ber''' (''put'') <big>=</big> '''yonber''' (''to separate'') == Word Order of Adverbs == : The word order of adverbs is fairly free, as in English. But, to avoid ambiguity, the adverb should be placed immediately before or after the sentence element it modifies, eg.: ::* '''It deuze <u>vi</u>.'''....''He sings <u>beautifully</u>.'' ::* '''Et yefe xer <u>gwa ig</u>.'''....''You must do it <u>as quickly as possible</u>.'' ::* '''Et <u>hyoj</u> ako fika ivan.'''....''You will <u>never</u> gain perfect happiness.'' ::* '''At <u>voy</u> te'''. (OR) '''At te <u>voy</u>'''. ....''I don't know.'' == Comparison of Adverbs by Degree == : Adverbs can be compared just as adjectives with the use of [[Mirad Grammar/Determiners#Quantitative Determiners|Quantitative Determiners]]. The words ''than'' and ''as'' are translated by the relative conjunction '''vyel.''' :{| class="wikitable" style="background:lightyellow" |+ Comparison of Adverbs by Degree |- ! POSITIVE !! +/=/- COMPARATIVE !! +/- SUPERLATIVE |- | '''fiay'''....''well'' || '''<u>ga</u> fiay vyel'''....''better than (Lit: <u>more</u> good-ly than)''<br>'''<u>ge</u> igay vyel'''....''<u>as</u> well as''<br>'''<u>go</u> fiay vyel'''....''<u>less</u> well than''|| '''<u>gwa</u> fiay'''....''(the) best (Lit: <u>most</u> good-ly, as well as possible''<br>'''<u>gwo</u> fiay'''....''(the) <u>least</u> well'' |} <noinclude>{{Chapter navigation with TOC|Adjectives|Determiners}}</noinclude> e7a9qnk8cpwn32b5vp3lxzbfl2sa8jr 4089883 4089882 2022-08-09T15:48:55Z Tyoyafud 6233 /* Inherent Adverbs */ wikitext text/x-wiki = Adverbs = : Adverbs are words that modify verbs, adjectives, or other adverbs. == Derived Adverbs == : Adverbs can be derived from descriptive adjectives by adding '''y''' to the '''a''' ending. :{| class="wikitable" style="background:lightyellow" |+ Derived Adverbs |- ! ADJECTIVE !! ADVERB |- | '''fi<u>a</u>'''....''good'' || '''fi<u>ay</u>'''....''well'' |- | '''yev<u>a</u>'''....''fair'' || '''yev<u>ay</u>'''....''fairly'' |- | '''uj<u>a</u>'''....''final'' || '''uj<u>ay</u>'''....''finally'' |- | '''jog<u>a</u>'''....''new'' || '''jog<u>ay</u>'''....''newly'' |- | '''teyd<u>a</u>'''....''maternal'' || '''teyd<u>ay</u>'''....''maternally'' |} : At the end of sentences or clauses, common one-syllable-stem adverbs can be shortened by removing the '''ay''' ending: ::* '''Iyt deuze <u>fi</u>.'''....''She sings <u>well</u>.'' ::* '''At upo <u>ig</u>.'''....''I'll come <u>quickly</u>.'' : Otherwise, the full adverb form is used, eg.: ::* '''Weti yefe <u>ugay</u> fiaser.'''....''You guys must <u>slowly</u> improve.'' ::* '''At tojo <u>ivay</u>, tea van at beaye fia tej.'''....''I will die <u>happily</u> knowing that I've had a good life.'' == Inherent Adverbs == : There are some words in the language that are inherently adverbs and do not take the '''ay''' ending, because they are not formed from adjectives, or because they already end in '''ay'''. Here are the most common examples: ::{| class="wikitable" style="background:lightyellow; valign:top" |+ Inherent Adverbs |- valign=top | | '''yab'''....''up''<br>'''yaob'''....''up and down'' || '''(a)yeb'''....''in''<br>'''oyeb'''....''out''<br>'''aoyeb'''....''in and out'' || '''yob'''....''down'' || '''yub'''....''near''<br>'''yuib'''....''near and far''|| '''yib'''....''far''<br>'''oyib'''....''not far'' |- valign=top | | '''<u>ab</u>'''....''on''<br>'''<u>ayb</u>'''....''above''<br>'''aob'''....''of and on''|| '''<u>eb</u>'''....''between''<br>'''<u>eyb</u>'''....''among'' || '''<u>ob</u>'''....''off''<br>'''<u>oyb</u>'''....''under'' || '''<u>ub</u>'''....''toward'' || '''<u>ib</u>'''....''away'' |- valign=top | | '''<u>bay</u>'''....''with/along''|| '''<u>bey</u>'''....''by/via'' || '''<u>boy</u>'''....''without'' || '''<u>byu</u>'''....''as far (as)'' || '''<u>byi</u>'''....''since'' |- valigh=top | | '''vay'''....''indeed'' || '''vey'''....''perhaps'' || '''voy'''....''not''|| || |- valign=top | | '''<u>za</u>'''....''in front (of)''<br>'''zay'''....''ahead''<br>'''zya'''....''all about'' <br>'''zao'''....''back and forth''|| '''<u>ze</u>'''....''to/at the middle (of)''<br>'''<u>zey</u>'''....''across''<br>'''<u>zye</u>'''....''through'' || '''<u>zo</u>'''....''in back (of)''<br>'''zoy'''....''back'' || '''<u>zu</u>'''....''on the left (of)''<br>'''zui'''....''right and left'' || '''<u>zi</u>'''....''on the right (of)'' |- | || || || '''uz'''....''on a curve'' <br>'''uiz'''....''zigzig''|| '''iz'''....''straight, directly'' |- | ||'''<u>yez</u>'''....''along'' || || '''<u>yuz</u>'''....''around'' || '''<u>yiz</u>'''....''beyond''<br>'''oyiz'''....''not beyond'' |- | '''ga'''....''more''<br>'''gao'''....''more or less'' || '''ge'''...''equally'' ||'''go'''....''less''|| || |- | '''gay'''....''also'' || '''gey'''....''even'' || '''goy'''....''no more/except'' || || |- | '''gaj'''....''still'' || || '''goj'''....''no longer'' || || |- | '''yan'''....''together'' || || '''yon'''....''apart'' || || |- | '''ja'''....''before''<br>'''<u>jao</u>'''....''before and after'' || '''je'''....''meanwhile'' || '''jo'''....''after''|| '''<u>ju</u>'''....''until'' || '''<u>ji</u>'''....''since'' |- | '''jay'''....''beforehand, already'' || '''jey'''....''currently'' || '''joy'''....''afterwards, next'' || || |} : The words in the above chart that are underlined can also serve as prepositions (See [[Mirad Grammar/Prepositions|Prepositions]]). : The words underlined below are considered adverbial because they can modify verbs. For example: ::* '''At teaxa <u>yab</u>.'''....''I looked <u>up</u>.'' &nbsp;&nbsp;(= '''At yabteaxa.''') ::* '''Duven et hyej upo <u>zoy</u>?'''.....''Will you ever come <u>back</u>.'' &nbsp;&nbsp;(= '''...zoyupo?''') ::* '''Et po <u>yib</u> be tej.'''.....''You will go <u>far</u> in life.'' &nbsp;&nbsp;(= '''Et yipo...''') ::* '''At <u>voy</u> se eta ted.'''....''I am <u>not</u> your father.'' ::* '''Pu <u>zu</u>, jogat!'''....''Go <u>left</u>, young man!'' &nbsp;&nbsp;(= '''Zupu...''') ::* '''Yat <u>vay</u> sa hum.'''....''We were <u>indeed</u> there.'' ::* '''It pa <u>oyeb</u>.'''....''He went <u>outside</u>.'' &nbsp;&nbsp;(= '''It oyepa.''') ::* '''Iyt <u>gay</u> deuze.'''....''She <u>also</u> sings.'' ::* '''Yit yexe <u>gey</u> be moji.'''....''They work <u>even</u> nights.'' ::* '''Ha tobud <u>gaj</u> tujeye.'''....''The baby is <u>still</u> sleeping.'' ::* '''Yat yefe yexer <u>yan</u>.'''....''We must work <u>together</u>.'' &nbsp;&nbsp;(= '''...yanyexer.''') ::* '''His vey upo <u>yon</u>.'''....''This may come <u>apart</u>.'' &nbsp;&nbsp;(= '''...yonupo.''') ::* '''Hit se <u>jay</u> toja.'''....''This one is <u>already</u> dead.'' ::* '''Hut se <u>voy</u> toja.'''....''That one is <u>not</u> dead.'' ::* '''At popeyo <u>zya</u>.'''....''I will be traveling <u>all around</u>. &nbsp;&nbsp;(= '''zyapopeyo.''') ::* '''Et byase <u>yon</u>.'''....''You stand <u>apart</u>.'' ::* '''Van yet besu <u>yan</u>.'''....''Stay <u>together</u>, guys.'' : Many of the above adverbs can be prefixed to verbs, nouns, and even adjectives to indicate motion in various directions. (Keep in mind that the '''b''' or '''p''' can be assimilated to the first letter of '''per''' (''go'') or '''ber''' (''put''). For example: ::* '''yeb''' (''in'') <big>+</big> '''per''' (''go'') <big>=</big> '''yeper''' (''to enter'')&nbsp;&nbsp;[NOT: '''yebper'''] ::* '''oyeb''' (''out'') <big>+</big> '''bier''' (''take'') <big>=</big> '''oyebier''' (''to take out'')&nbsp;&nbsp;[NOT: '''oyebbier'''] ::* '''yab''' (''up'') <big>+</big> '''per''' (''go'') <big>=</big> '''yaper''' (''to rise'')&nbsp;&nbsp;[NOT: '''yabper'''] ::* '''yob''' (''up'') <big>+</big> '''kima''' (''sloped'') <big>=</big> '''yobkima''' (''downward-sloping'') ::* '''yub''' (''near'') <big>+</big> '''per''' (''go'') <big>=</big> '''yuper''' (''to approach'')&nbsp;&nbsp;[NOT: '''yubper'''] ::* '''yib''' (''far'') <big>+</big> '''daler''' (''talk'') <big>=</big> '''yibdaler''' (''to telephone'') ::* '''yiz''' (''beyond'') <big>+</big> '''per''' (''go'') <big>=</big> '''yizper''' (''to surpass'') ::* '''yez''' (''along'') <big>+</big> '''per''' (''go'') <big>=</big> '''yezper''' (''to go along'') ::* '''yuz''' (''around'') <big>+</big> '''pipen''' (''sailing'') <big>=</big> '''yuzpipen''' (''circumnavigation'') ::* '''zay''' (''ahead'') <big>+</big> '''paser''' (''move'') <big>=</big> '''zaypaser''' (''to advance'') ::* '''zao''' (''back and forth) <big>+</big> '''baser''' (''move'') <big>=</big> '''zaobaser''' (''to rock'') ::* '''ze''' (''to the middle'') <big>+</big> '''jaga''' (''aged'') <big>=</big> '''zejaga''' (''middle-aged'') ::* '''zye''' (''through'') <big>+</big> '''teatyafwa''' (''visible'') <big>=</big> '''zyeteatyafa''' (''transparent'') ::* '''zey''' (''across'') <big>+</big> '''mep''' (''road'') <big>=</big> '''zeymep''' (''bridge'') ::* '''zoy''' (''back'') <big>+</big> '''nogea''' (''gradual'') <big>=</big> '''zoynogea''' (''retrogressive'') ::* '''iz''' (''straight'') <big>+</big> '''nad''' (''line'') <big>=</big> '''iznad''' (''vector'') ::* '''zi''' (''to the right'') <big>+</big> '''kum''' (''side'') <big>=</big> '''izkum''' (''right side'') ::* '''zu''' (''far'') <big>+</big> '''tuyab''' (''hand'') <big>=</big> '''zutuyaba''' (''left-handed'') ::* '''uz''' (''on a curve'') <big>+</big> '''nad''' (''line'') <big>=</big> '''uznad''' (''curve'') ::* '''yan''' (''together'') <big>+</big> '''up''' (''come'') <big>=</big> '''yanup''' (''a meeting'') ::* '''yon''' (''apart'') <big>+</big> '''ber''' (''put'') <big>=</big> '''yonber''' (''to separate'') == Word Order of Adverbs == : The word order of adverbs is fairly free, as in English. But, to avoid ambiguity, the adverb should be placed immediately before or after the sentence element it modifies, eg.: ::* '''It deuze <u>vi</u>.'''....''He sings <u>beautifully</u>.'' ::* '''Et yefe xer <u>gwa ig</u>.'''....''You must do it <u>as quickly as possible</u>.'' ::* '''Et <u>hyoj</u> ako fika ivan.'''....''You will <u>never</u> gain perfect happiness.'' ::* '''At <u>voy</u> te'''. (OR) '''At te <u>voy</u>'''. ....''I don't know.'' == Comparison of Adverbs by Degree == : Adverbs can be compared just as adjectives with the use of [[Mirad Grammar/Determiners#Quantitative Determiners|Quantitative Determiners]]. The words ''than'' and ''as'' are translated by the relative conjunction '''vyel.''' :{| class="wikitable" style="background:lightyellow" |+ Comparison of Adverbs by Degree |- ! POSITIVE !! +/=/- COMPARATIVE !! +/- SUPERLATIVE |- | '''fiay'''....''well'' || '''<u>ga</u> fiay vyel'''....''better than (Lit: <u>more</u> good-ly than)''<br>'''<u>ge</u> igay vyel'''....''<u>as</u> well as''<br>'''<u>go</u> fiay vyel'''....''<u>less</u> well than''|| '''<u>gwa</u> fiay'''....''(the) best (Lit: <u>most</u> good-ly, as well as possible''<br>'''<u>gwo</u> fiay'''....''(the) <u>least</u> well'' |} <noinclude>{{Chapter navigation with TOC|Adjectives|Determiners}}</noinclude> jhwebs5yba5mnodwf8dbm9nl7j35yrz 4089884 4089883 2022-08-09T15:50:35Z Tyoyafud 6233 /* Inherent Adverbs */ wikitext text/x-wiki = Adverbs = : Adverbs are words that modify verbs, adjectives, or other adverbs. == Derived Adverbs == : Adverbs can be derived from descriptive adjectives by adding '''y''' to the '''a''' ending. :{| class="wikitable" style="background:lightyellow" |+ Derived Adverbs |- ! ADJECTIVE !! ADVERB |- | '''fi<u>a</u>'''....''good'' || '''fi<u>ay</u>'''....''well'' |- | '''yev<u>a</u>'''....''fair'' || '''yev<u>ay</u>'''....''fairly'' |- | '''uj<u>a</u>'''....''final'' || '''uj<u>ay</u>'''....''finally'' |- | '''jog<u>a</u>'''....''new'' || '''jog<u>ay</u>'''....''newly'' |- | '''teyd<u>a</u>'''....''maternal'' || '''teyd<u>ay</u>'''....''maternally'' |} : At the end of sentences or clauses, common one-syllable-stem adverbs can be shortened by removing the '''ay''' ending: ::* '''Iyt deuze <u>fi</u>.'''....''She sings <u>well</u>.'' ::* '''At upo <u>ig</u>.'''....''I'll come <u>quickly</u>.'' : Otherwise, the full adverb form is used, eg.: ::* '''Weti yefe <u>ugay</u> fiaser.'''....''You guys must <u>slowly</u> improve.'' ::* '''At tojo <u>ivay</u>, tea van at beaye fia tej.'''....''I will die <u>happily</u> knowing that I've had a good life.'' == Inherent Adverbs == : There are some words in the language that are inherently adverbs and do not take the '''ay''' ending, because they are not formed from adjectives, or because they already end in '''ay'''. Here are the most common examples: ::{| class="wikitable" style="background:lightyellow; valign:top" |+ Inherent Adverbs |- valign=top | | '''yab'''....''up''<br>'''yaob'''....''up and down'' || '''(a)yeb'''....''in''<br>'''oyeb'''....''out''<br>'''aoyeb'''....''in and out'' || '''yob'''....''down'' || '''yub'''....''near''<br>'''yuib'''....''near and far''|| '''yib'''....''far''<br>'''oyib'''....''not far'' |- valign=top | | '''<u>ab</u>'''....''on''<br>'''<u>ayb</u>'''....''above''<br>'''aob'''....''of and on''|| '''<u>eb</u>'''....''between''<br>'''<u>eyb</u>'''....''among'' || '''<u>ob</u>'''....''off''<br>'''<u>oyb</u>'''....''under'' || '''<u>ub</u>'''....''toward'' || '''<u>ib</u>'''....''away'' |- valign=top | | '''<u>bay</u>'''....''with/along''|| '''<u>bey</u>'''....''by/via'' || '''<u>boy</u>'''....''without'' || '''<u>byu</u>'''....''as far (as)'' || '''<u>byi</u>'''....''since'' |- valigh=top | | '''vay'''....''indeed'' || '''vey'''....''perhaps'' || '''voy'''....''not''|| || |- valign=top | | '''<u>za</u>'''....''in front (of)''<br>'''zay'''....''ahead''<br>'''zya'''....''all about'' <br>'''zao'''....''back and forth''|| '''<u>ze</u>'''....''to/at the middle (of)''<br>'''<u>zey</u>'''....''across''<br>'''<u>zye</u>'''....''through'' || '''<u>zo</u>'''....''in back (of)''<br>'''zoy'''....''back'' || '''<u>zu</u>'''....''on the left (of)''<br>'''zui'''....''right and left'' || '''<u>zi</u>'''....''on the right (of)'' |- | || || || '''uz'''....''on a curve'' <br>'''uiz'''....''zigzig''|| '''iz'''....''straight, directly'' |- | ||'''<u>yez</u>'''....''along'' || || '''<u>yuz</u>'''....''around'' || '''<u>yiz</u>'''....''beyond''<br>'''oyiz'''....''not beyond'' |- | '''ga'''....''more''<br>'''gao'''....''more or less'' || '''ge'''...''equally'' ||'''go'''....''less''|| || |- | '''gay'''....''also'' || '''gey'''....''even'' || '''goy'''....''no more/except'' || || |- | '''gaj'''....''still'' || || '''goj'''....''no longer'' || || |- | '''yan'''....''together'' || || '''yon'''....''apart'' || || |- | '''ja'''....''before''<br>'''<u>jao</u>'''....''before and after''<br>'''jay'''....''already'' || '''je'''....''meanwhile''<br>'''jey'''....''meanwhile'' || '''jo'''....''after''<br>'''joy'''...''next''|| '''<u>ju</u>'''....''until'' || '''<u>ji</u>'''....''since'' |} : The words in the above chart that are underlined can also serve as prepositions (See [[Mirad Grammar/Prepositions|Prepositions]]). : The words underlined below are considered adverbial because they can modify verbs. For example: ::* '''At teaxa <u>yab</u>.'''....''I looked <u>up</u>.'' &nbsp;&nbsp;(= '''At yabteaxa.''') ::* '''Duven et hyej upo <u>zoy</u>?'''.....''Will you ever come <u>back</u>.'' &nbsp;&nbsp;(= '''...zoyupo?''') ::* '''Et po <u>yib</u> be tej.'''.....''You will go <u>far</u> in life.'' &nbsp;&nbsp;(= '''Et yipo...''') ::* '''At <u>voy</u> se eta ted.'''....''I am <u>not</u> your father.'' ::* '''Pu <u>zu</u>, jogat!'''....''Go <u>left</u>, young man!'' &nbsp;&nbsp;(= '''Zupu...''') ::* '''Yat <u>vay</u> sa hum.'''....''We were <u>indeed</u> there.'' ::* '''It pa <u>oyeb</u>.'''....''He went <u>outside</u>.'' &nbsp;&nbsp;(= '''It oyepa.''') ::* '''Iyt <u>gay</u> deuze.'''....''She <u>also</u> sings.'' ::* '''Yit yexe <u>gey</u> be moji.'''....''They work <u>even</u> nights.'' ::* '''Ha tobud <u>gaj</u> tujeye.'''....''The baby is <u>still</u> sleeping.'' ::* '''Yat yefe yexer <u>yan</u>.'''....''We must work <u>together</u>.'' &nbsp;&nbsp;(= '''...yanyexer.''') ::* '''His vey upo <u>yon</u>.'''....''This may come <u>apart</u>.'' &nbsp;&nbsp;(= '''...yonupo.''') ::* '''Hit se <u>jay</u> toja.'''....''This one is <u>already</u> dead.'' ::* '''Hut se <u>voy</u> toja.'''....''That one is <u>not</u> dead.'' ::* '''At popeyo <u>zya</u>.'''....''I will be traveling <u>all around</u>. &nbsp;&nbsp;(= '''zyapopeyo.''') ::* '''Et byase <u>yon</u>.'''....''You stand <u>apart</u>.'' ::* '''Van yet besu <u>yan</u>.'''....''Stay <u>together</u>, guys.'' : Many of the above adverbs can be prefixed to verbs, nouns, and even adjectives to indicate motion in various directions. (Keep in mind that the '''b''' or '''p''' can be assimilated to the first letter of '''per''' (''go'') or '''ber''' (''put''). For example: ::* '''yeb''' (''in'') <big>+</big> '''per''' (''go'') <big>=</big> '''yeper''' (''to enter'')&nbsp;&nbsp;[NOT: '''yebper'''] ::* '''oyeb''' (''out'') <big>+</big> '''bier''' (''take'') <big>=</big> '''oyebier''' (''to take out'')&nbsp;&nbsp;[NOT: '''oyebbier'''] ::* '''yab''' (''up'') <big>+</big> '''per''' (''go'') <big>=</big> '''yaper''' (''to rise'')&nbsp;&nbsp;[NOT: '''yabper'''] ::* '''yob''' (''up'') <big>+</big> '''kima''' (''sloped'') <big>=</big> '''yobkima''' (''downward-sloping'') ::* '''yub''' (''near'') <big>+</big> '''per''' (''go'') <big>=</big> '''yuper''' (''to approach'')&nbsp;&nbsp;[NOT: '''yubper'''] ::* '''yib''' (''far'') <big>+</big> '''daler''' (''talk'') <big>=</big> '''yibdaler''' (''to telephone'') ::* '''yiz''' (''beyond'') <big>+</big> '''per''' (''go'') <big>=</big> '''yizper''' (''to surpass'') ::* '''yez''' (''along'') <big>+</big> '''per''' (''go'') <big>=</big> '''yezper''' (''to go along'') ::* '''yuz''' (''around'') <big>+</big> '''pipen''' (''sailing'') <big>=</big> '''yuzpipen''' (''circumnavigation'') ::* '''zay''' (''ahead'') <big>+</big> '''paser''' (''move'') <big>=</big> '''zaypaser''' (''to advance'') ::* '''zao''' (''back and forth) <big>+</big> '''baser''' (''move'') <big>=</big> '''zaobaser''' (''to rock'') ::* '''ze''' (''to the middle'') <big>+</big> '''jaga''' (''aged'') <big>=</big> '''zejaga''' (''middle-aged'') ::* '''zye''' (''through'') <big>+</big> '''teatyafwa''' (''visible'') <big>=</big> '''zyeteatyafa''' (''transparent'') ::* '''zey''' (''across'') <big>+</big> '''mep''' (''road'') <big>=</big> '''zeymep''' (''bridge'') ::* '''zoy''' (''back'') <big>+</big> '''nogea''' (''gradual'') <big>=</big> '''zoynogea''' (''retrogressive'') ::* '''iz''' (''straight'') <big>+</big> '''nad''' (''line'') <big>=</big> '''iznad''' (''vector'') ::* '''zi''' (''to the right'') <big>+</big> '''kum''' (''side'') <big>=</big> '''izkum''' (''right side'') ::* '''zu''' (''far'') <big>+</big> '''tuyab''' (''hand'') <big>=</big> '''zutuyaba''' (''left-handed'') ::* '''uz''' (''on a curve'') <big>+</big> '''nad''' (''line'') <big>=</big> '''uznad''' (''curve'') ::* '''yan''' (''together'') <big>+</big> '''up''' (''come'') <big>=</big> '''yanup''' (''a meeting'') ::* '''yon''' (''apart'') <big>+</big> '''ber''' (''put'') <big>=</big> '''yonber''' (''to separate'') == Word Order of Adverbs == : The word order of adverbs is fairly free, as in English. But, to avoid ambiguity, the adverb should be placed immediately before or after the sentence element it modifies, eg.: ::* '''It deuze <u>vi</u>.'''....''He sings <u>beautifully</u>.'' ::* '''Et yefe xer <u>gwa ig</u>.'''....''You must do it <u>as quickly as possible</u>.'' ::* '''Et <u>hyoj</u> ako fika ivan.'''....''You will <u>never</u> gain perfect happiness.'' ::* '''At <u>voy</u> te'''. (OR) '''At te <u>voy</u>'''. ....''I don't know.'' == Comparison of Adverbs by Degree == : Adverbs can be compared just as adjectives with the use of [[Mirad Grammar/Determiners#Quantitative Determiners|Quantitative Determiners]]. The words ''than'' and ''as'' are translated by the relative conjunction '''vyel.''' :{| class="wikitable" style="background:lightyellow" |+ Comparison of Adverbs by Degree |- ! POSITIVE !! +/=/- COMPARATIVE !! +/- SUPERLATIVE |- | '''fiay'''....''well'' || '''<u>ga</u> fiay vyel'''....''better than (Lit: <u>more</u> good-ly than)''<br>'''<u>ge</u> igay vyel'''....''<u>as</u> well as''<br>'''<u>go</u> fiay vyel'''....''<u>less</u> well than''|| '''<u>gwa</u> fiay'''....''(the) best (Lit: <u>most</u> good-ly, as well as possible''<br>'''<u>gwo</u> fiay'''....''(the) <u>least</u> well'' |} <noinclude>{{Chapter navigation with TOC|Adjectives|Determiners}}</noinclude> k6l8xb7tljt8eo2ryofqsipubspyrfa 4089886 4089884 2022-08-09T15:52:48Z Tyoyafud 6233 /* Inherent Adverbs */ wikitext text/x-wiki = Adverbs = : Adverbs are words that modify verbs, adjectives, or other adverbs. == Derived Adverbs == : Adverbs can be derived from descriptive adjectives by adding '''y''' to the '''a''' ending. :{| class="wikitable" style="background:lightyellow" |+ Derived Adverbs |- ! ADJECTIVE !! ADVERB |- | '''fi<u>a</u>'''....''good'' || '''fi<u>ay</u>'''....''well'' |- | '''yev<u>a</u>'''....''fair'' || '''yev<u>ay</u>'''....''fairly'' |- | '''uj<u>a</u>'''....''final'' || '''uj<u>ay</u>'''....''finally'' |- | '''jog<u>a</u>'''....''new'' || '''jog<u>ay</u>'''....''newly'' |- | '''teyd<u>a</u>'''....''maternal'' || '''teyd<u>ay</u>'''....''maternally'' |} : At the end of sentences or clauses, common one-syllable-stem adverbs can be shortened by removing the '''ay''' ending: ::* '''Iyt deuze <u>fi</u>.'''....''She sings <u>well</u>.'' ::* '''At upo <u>ig</u>.'''....''I'll come <u>quickly</u>.'' : Otherwise, the full adverb form is used, eg.: ::* '''Weti yefe <u>ugay</u> fiaser.'''....''You guys must <u>slowly</u> improve.'' ::* '''At tojo <u>ivay</u>, tea van at beaye fia tej.'''....''I will die <u>happily</u> knowing that I've had a good life.'' == Inherent Adverbs == : There are some words in the language that are inherently adverbs and do not take the '''ay''' ending, because they are not formed from adjectives, or because they already end in '''ay'''. Here are the most common examples: ::{| class="wikitable" style="background:lightyellow; valign:top" |+ Inherent Adverbs |- valign=top | | '''yab'''....''up''<br>'''yaob'''....''up and down'' || '''(a)yeb'''....''in''<br>'''oyeb'''....''out''<br>'''aoyeb'''....''in and out'' || '''yob'''....''down'' || '''yub'''....''near''<br>'''yuib'''....''near and far''|| '''yib'''....''far''<br>'''oyib'''....''not far'' |- valign=top | | '''<u>ab</u>'''....''on''<br>'''<u>ayb</u>'''....''above''<br>'''aob'''....''of and on''|| '''<u>eb</u>'''....''between''<br>'''<u>eyb</u>'''....''among'' || '''<u>ob</u>'''....''off''<br>'''<u>oyb</u>'''....''under'' || '''<u>ub</u>'''....''toward'' || '''<u>ib</u>'''....''away'' |- valign=top | | '''<u>bay</u>'''....''with/along''|| '''<u>bey</u>'''....''by/via'' || '''<u>boy</u>'''....''without'' || '''<u>byu</u>'''....''as far (as)'' || '''<u>byi</u>'''....''since'' |- valigh=top | | '''vay'''....''indeed'' || '''vey'''....''perhaps'' || '''voy'''....''not''|| || |- valign=top | | '''<u>za</u>'''....''in front (of)''<br>'''zay'''....''ahead''<br>'''zya'''....''throughout'' <br>'''zao'''....''back and forth''|| '''<u>ze</u>'''....''to/at the middle (of)''<br>'''<u>zey</u>'''....''across''<br>'''<u>zye</u>'''....''through'' || '''<u>zo</u>'''....''in back (of)''<br>'''zoy'''....''back'' || '''<u>zu</u>'''....''on the left (of)''<br>'''zui'''....''right and left'' || '''<u>zi</u>'''....''on the right (of)'' |- | || || || '''uz'''....''on a curve'' <br>'''uiz'''....''zigzig''|| '''iz'''....''straight, directly'' |- | ||'''<u>yez</u>'''....''along'' || || '''<u>yuz</u>'''....''around'' || '''<u>yiz</u>'''....''beyond''<br>'''oyiz'''....''not beyond'' |- | '''ga'''....''more''<br>'''gao'''....''more or less'' || '''ge'''...''equally'' ||'''go'''....''less''|| || |- | '''gay'''....''also'' || '''gey'''....''even'' || '''goy'''....''no more/except'' || || |- | '''gaj'''....''still'' || || '''goj'''....''no longer'' || || |- | '''yan'''....''together'' || || '''yon'''....''apart'' || || |- | '''ja'''....''before''<br>'''<u>jao</u>'''....''before and after''<br>'''jay'''....''already'' || '''je'''....''meanwhile''<br>'''jey'''....''meanwhile'' || '''jo'''....''after''<br>'''joy'''...''next''|| '''<u>ju</u>'''....''until'' || '''<u>ji</u>'''....''since'' |} : The words in the above chart that are underlined can also serve as prepositions (See [[Mirad Grammar/Prepositions|Prepositions]]). : The words underlined below are considered adverbial because they can modify verbs. For example: ::* '''At teaxa <u>yab</u>.'''....''I looked <u>up</u>.'' &nbsp;&nbsp;(= '''At yabteaxa.''') ::* '''Duven et hyej upo <u>zoy</u>?'''.....''Will you ever come <u>back</u>.'' &nbsp;&nbsp;(= '''...zoyupo?''') ::* '''Et po <u>yib</u> be tej.'''.....''You will go <u>far</u> in life.'' &nbsp;&nbsp;(= '''Et yipo...''') ::* '''At <u>voy</u> se eta ted.'''....''I am <u>not</u> your father.'' ::* '''Pu <u>zu</u>, jogat!'''....''Go <u>left</u>, young man!'' &nbsp;&nbsp;(= '''Zupu...''') ::* '''Yat <u>vay</u> sa hum.'''....''We were <u>indeed</u> there.'' ::* '''It pa <u>oyeb</u>.'''....''He went <u>outside</u>.'' &nbsp;&nbsp;(= '''It oyepa.''') ::* '''Iyt <u>gay</u> deuze.'''....''She <u>also</u> sings.'' ::* '''Yit yexe <u>gey</u> be moji.'''....''They work <u>even</u> nights.'' ::* '''Ha tobud <u>gaj</u> tujeye.'''....''The baby is <u>still</u> sleeping.'' ::* '''Yat yefe yexer <u>yan</u>.'''....''We must work <u>together</u>.'' &nbsp;&nbsp;(= '''...yanyexer.''') ::* '''His vey upo <u>yon</u>.'''....''This may come <u>apart</u>.'' &nbsp;&nbsp;(= '''...yonupo.''') ::* '''Hit se <u>jay</u> toja.'''....''This one is <u>already</u> dead.'' ::* '''Hut se <u>voy</u> toja.'''....''That one is <u>not</u> dead.'' ::* '''At popeyo <u>zya</u>.'''....''I will be traveling <u>all around</u>. &nbsp;&nbsp;(= '''zyapopeyo.''') ::* '''Et byase <u>yon</u>.'''....''You stand <u>apart</u>.'' ::* '''Van yet besu <u>yan</u>.'''....''Stay <u>together</u>, guys.'' : Many of the above adverbs can be prefixed to verbs, nouns, and even adjectives to indicate motion in various directions. (Keep in mind that the '''b''' or '''p''' can be assimilated to the first letter of '''per''' (''go'') or '''ber''' (''put''). For example: ::* '''yeb''' (''in'') <big>+</big> '''per''' (''go'') <big>=</big> '''yeper''' (''to enter'')&nbsp;&nbsp;[NOT: '''yebper'''] ::* '''oyeb''' (''out'') <big>+</big> '''bier''' (''take'') <big>=</big> '''oyebier''' (''to take out'')&nbsp;&nbsp;[NOT: '''oyebbier'''] ::* '''yab''' (''up'') <big>+</big> '''per''' (''go'') <big>=</big> '''yaper''' (''to rise'')&nbsp;&nbsp;[NOT: '''yabper'''] ::* '''yob''' (''up'') <big>+</big> '''kima''' (''sloped'') <big>=</big> '''yobkima''' (''downward-sloping'') ::* '''yub''' (''near'') <big>+</big> '''per''' (''go'') <big>=</big> '''yuper''' (''to approach'')&nbsp;&nbsp;[NOT: '''yubper'''] ::* '''yib''' (''far'') <big>+</big> '''daler''' (''talk'') <big>=</big> '''yibdaler''' (''to telephone'') ::* '''yiz''' (''beyond'') <big>+</big> '''per''' (''go'') <big>=</big> '''yizper''' (''to surpass'') ::* '''yez''' (''along'') <big>+</big> '''per''' (''go'') <big>=</big> '''yezper''' (''to go along'') ::* '''yuz''' (''around'') <big>+</big> '''pipen''' (''sailing'') <big>=</big> '''yuzpipen''' (''circumnavigation'') ::* '''zay''' (''ahead'') <big>+</big> '''paser''' (''move'') <big>=</big> '''zaypaser''' (''to advance'') ::* '''zao''' (''back and forth) <big>+</big> '''baser''' (''move'') <big>=</big> '''zaobaser''' (''to rock'') ::* '''ze''' (''to the middle'') <big>+</big> '''jaga''' (''aged'') <big>=</big> '''zejaga''' (''middle-aged'') ::* '''zye''' (''through'') <big>+</big> '''teatyafwa''' (''visible'') <big>=</big> '''zyeteatyafa''' (''transparent'') ::* '''zey''' (''across'') <big>+</big> '''mep''' (''road'') <big>=</big> '''zeymep''' (''bridge'') ::* '''zoy''' (''back'') <big>+</big> '''nogea''' (''gradual'') <big>=</big> '''zoynogea''' (''retrogressive'') ::* '''iz''' (''straight'') <big>+</big> '''nad''' (''line'') <big>=</big> '''iznad''' (''vector'') ::* '''zi''' (''to the right'') <big>+</big> '''kum''' (''side'') <big>=</big> '''izkum''' (''right side'') ::* '''zu''' (''far'') <big>+</big> '''tuyab''' (''hand'') <big>=</big> '''zutuyaba''' (''left-handed'') ::* '''uz''' (''on a curve'') <big>+</big> '''nad''' (''line'') <big>=</big> '''uznad''' (''curve'') ::* '''yan''' (''together'') <big>+</big> '''up''' (''come'') <big>=</big> '''yanup''' (''a meeting'') ::* '''yon''' (''apart'') <big>+</big> '''ber''' (''put'') <big>=</big> '''yonber''' (''to separate'') == Word Order of Adverbs == : The word order of adverbs is fairly free, as in English. But, to avoid ambiguity, the adverb should be placed immediately before or after the sentence element it modifies, eg.: ::* '''It deuze <u>vi</u>.'''....''He sings <u>beautifully</u>.'' ::* '''Et yefe xer <u>gwa ig</u>.'''....''You must do it <u>as quickly as possible</u>.'' ::* '''Et <u>hyoj</u> ako fika ivan.'''....''You will <u>never</u> gain perfect happiness.'' ::* '''At <u>voy</u> te'''. (OR) '''At te <u>voy</u>'''. ....''I don't know.'' == Comparison of Adverbs by Degree == : Adverbs can be compared just as adjectives with the use of [[Mirad Grammar/Determiners#Quantitative Determiners|Quantitative Determiners]]. The words ''than'' and ''as'' are translated by the relative conjunction '''vyel.''' :{| class="wikitable" style="background:lightyellow" |+ Comparison of Adverbs by Degree |- ! POSITIVE !! +/=/- COMPARATIVE !! +/- SUPERLATIVE |- | '''fiay'''....''well'' || '''<u>ga</u> fiay vyel'''....''better than (Lit: <u>more</u> good-ly than)''<br>'''<u>ge</u> igay vyel'''....''<u>as</u> well as''<br>'''<u>go</u> fiay vyel'''....''<u>less</u> well than''|| '''<u>gwa</u> fiay'''....''(the) best (Lit: <u>most</u> good-ly, as well as possible''<br>'''<u>gwo</u> fiay'''....''(the) <u>least</u> well'' |} <noinclude>{{Chapter navigation with TOC|Adjectives|Determiners}}</noinclude> q9797cvmwkvfhmjsz39xpagmnhhhbt5 4089887 4089886 2022-08-09T16:03:16Z Tyoyafud 6233 /* Comparison of Adverbs by Degree */ wikitext text/x-wiki = Adverbs = : Adverbs are words that modify verbs, adjectives, or other adverbs. == Derived Adverbs == : Adverbs can be derived from descriptive adjectives by adding '''y''' to the '''a''' ending. :{| class="wikitable" style="background:lightyellow" |+ Derived Adverbs |- ! ADJECTIVE !! ADVERB |- | '''fi<u>a</u>'''....''good'' || '''fi<u>ay</u>'''....''well'' |- | '''yev<u>a</u>'''....''fair'' || '''yev<u>ay</u>'''....''fairly'' |- | '''uj<u>a</u>'''....''final'' || '''uj<u>ay</u>'''....''finally'' |- | '''jog<u>a</u>'''....''new'' || '''jog<u>ay</u>'''....''newly'' |- | '''teyd<u>a</u>'''....''maternal'' || '''teyd<u>ay</u>'''....''maternally'' |} : At the end of sentences or clauses, common one-syllable-stem adverbs can be shortened by removing the '''ay''' ending: ::* '''Iyt deuze <u>fi</u>.'''....''She sings <u>well</u>.'' ::* '''At upo <u>ig</u>.'''....''I'll come <u>quickly</u>.'' : Otherwise, the full adverb form is used, eg.: ::* '''Weti yefe <u>ugay</u> fiaser.'''....''You guys must <u>slowly</u> improve.'' ::* '''At tojo <u>ivay</u>, tea van at beaye fia tej.'''....''I will die <u>happily</u> knowing that I've had a good life.'' == Inherent Adverbs == : There are some words in the language that are inherently adverbs and do not take the '''ay''' ending, because they are not formed from adjectives, or because they already end in '''ay'''. Here are the most common examples: ::{| class="wikitable" style="background:lightyellow; valign:top" |+ Inherent Adverbs |- valign=top | | '''yab'''....''up''<br>'''yaob'''....''up and down'' || '''(a)yeb'''....''in''<br>'''oyeb'''....''out''<br>'''aoyeb'''....''in and out'' || '''yob'''....''down'' || '''yub'''....''near''<br>'''yuib'''....''near and far''|| '''yib'''....''far''<br>'''oyib'''....''not far'' |- valign=top | | '''<u>ab</u>'''....''on''<br>'''<u>ayb</u>'''....''above''<br>'''aob'''....''of and on''|| '''<u>eb</u>'''....''between''<br>'''<u>eyb</u>'''....''among'' || '''<u>ob</u>'''....''off''<br>'''<u>oyb</u>'''....''under'' || '''<u>ub</u>'''....''toward'' || '''<u>ib</u>'''....''away'' |- valign=top | | '''<u>bay</u>'''....''with/along''|| '''<u>bey</u>'''....''by/via'' || '''<u>boy</u>'''....''without'' || '''<u>byu</u>'''....''as far (as)'' || '''<u>byi</u>'''....''since'' |- valigh=top | | '''vay'''....''indeed'' || '''vey'''....''perhaps'' || '''voy'''....''not''|| || |- valign=top | | '''<u>za</u>'''....''in front (of)''<br>'''zay'''....''ahead''<br>'''zya'''....''throughout'' <br>'''zao'''....''back and forth''|| '''<u>ze</u>'''....''to/at the middle (of)''<br>'''<u>zey</u>'''....''across''<br>'''<u>zye</u>'''....''through'' || '''<u>zo</u>'''....''in back (of)''<br>'''zoy'''....''back'' || '''<u>zu</u>'''....''on the left (of)''<br>'''zui'''....''right and left'' || '''<u>zi</u>'''....''on the right (of)'' |- | || || || '''uz'''....''on a curve'' <br>'''uiz'''....''zigzig''|| '''iz'''....''straight, directly'' |- | ||'''<u>yez</u>'''....''along'' || || '''<u>yuz</u>'''....''around'' || '''<u>yiz</u>'''....''beyond''<br>'''oyiz'''....''not beyond'' |- | '''ga'''....''more''<br>'''gao'''....''more or less'' || '''ge'''...''equally'' ||'''go'''....''less''|| || |- | '''gay'''....''also'' || '''gey'''....''even'' || '''goy'''....''no more/except'' || || |- | '''gaj'''....''still'' || || '''goj'''....''no longer'' || || |- | '''yan'''....''together'' || || '''yon'''....''apart'' || || |- | '''ja'''....''before''<br>'''<u>jao</u>'''....''before and after''<br>'''jay'''....''already'' || '''je'''....''meanwhile''<br>'''jey'''....''meanwhile'' || '''jo'''....''after''<br>'''joy'''...''next''|| '''<u>ju</u>'''....''until'' || '''<u>ji</u>'''....''since'' |} : The words in the above chart that are underlined can also serve as prepositions (See [[Mirad Grammar/Prepositions|Prepositions]]). : The words underlined below are considered adverbial because they can modify verbs. For example: ::* '''At teaxa <u>yab</u>.'''....''I looked <u>up</u>.'' &nbsp;&nbsp;(= '''At yabteaxa.''') ::* '''Duven et hyej upo <u>zoy</u>?'''.....''Will you ever come <u>back</u>.'' &nbsp;&nbsp;(= '''...zoyupo?''') ::* '''Et po <u>yib</u> be tej.'''.....''You will go <u>far</u> in life.'' &nbsp;&nbsp;(= '''Et yipo...''') ::* '''At <u>voy</u> se eta ted.'''....''I am <u>not</u> your father.'' ::* '''Pu <u>zu</u>, jogat!'''....''Go <u>left</u>, young man!'' &nbsp;&nbsp;(= '''Zupu...''') ::* '''Yat <u>vay</u> sa hum.'''....''We were <u>indeed</u> there.'' ::* '''It pa <u>oyeb</u>.'''....''He went <u>outside</u>.'' &nbsp;&nbsp;(= '''It oyepa.''') ::* '''Iyt <u>gay</u> deuze.'''....''She <u>also</u> sings.'' ::* '''Yit yexe <u>gey</u> be moji.'''....''They work <u>even</u> nights.'' ::* '''Ha tobud <u>gaj</u> tujeye.'''....''The baby is <u>still</u> sleeping.'' ::* '''Yat yefe yexer <u>yan</u>.'''....''We must work <u>together</u>.'' &nbsp;&nbsp;(= '''...yanyexer.''') ::* '''His vey upo <u>yon</u>.'''....''This may come <u>apart</u>.'' &nbsp;&nbsp;(= '''...yonupo.''') ::* '''Hit se <u>jay</u> toja.'''....''This one is <u>already</u> dead.'' ::* '''Hut se <u>voy</u> toja.'''....''That one is <u>not</u> dead.'' ::* '''At popeyo <u>zya</u>.'''....''I will be traveling <u>all around</u>. &nbsp;&nbsp;(= '''zyapopeyo.''') ::* '''Et byase <u>yon</u>.'''....''You stand <u>apart</u>.'' ::* '''Van yet besu <u>yan</u>.'''....''Stay <u>together</u>, guys.'' : Many of the above adverbs can be prefixed to verbs, nouns, and even adjectives to indicate motion in various directions. (Keep in mind that the '''b''' or '''p''' can be assimilated to the first letter of '''per''' (''go'') or '''ber''' (''put''). For example: ::* '''yeb''' (''in'') <big>+</big> '''per''' (''go'') <big>=</big> '''yeper''' (''to enter'')&nbsp;&nbsp;[NOT: '''yebper'''] ::* '''oyeb''' (''out'') <big>+</big> '''bier''' (''take'') <big>=</big> '''oyebier''' (''to take out'')&nbsp;&nbsp;[NOT: '''oyebbier'''] ::* '''yab''' (''up'') <big>+</big> '''per''' (''go'') <big>=</big> '''yaper''' (''to rise'')&nbsp;&nbsp;[NOT: '''yabper'''] ::* '''yob''' (''up'') <big>+</big> '''kima''' (''sloped'') <big>=</big> '''yobkima''' (''downward-sloping'') ::* '''yub''' (''near'') <big>+</big> '''per''' (''go'') <big>=</big> '''yuper''' (''to approach'')&nbsp;&nbsp;[NOT: '''yubper'''] ::* '''yib''' (''far'') <big>+</big> '''daler''' (''talk'') <big>=</big> '''yibdaler''' (''to telephone'') ::* '''yiz''' (''beyond'') <big>+</big> '''per''' (''go'') <big>=</big> '''yizper''' (''to surpass'') ::* '''yez''' (''along'') <big>+</big> '''per''' (''go'') <big>=</big> '''yezper''' (''to go along'') ::* '''yuz''' (''around'') <big>+</big> '''pipen''' (''sailing'') <big>=</big> '''yuzpipen''' (''circumnavigation'') ::* '''zay''' (''ahead'') <big>+</big> '''paser''' (''move'') <big>=</big> '''zaypaser''' (''to advance'') ::* '''zao''' (''back and forth) <big>+</big> '''baser''' (''move'') <big>=</big> '''zaobaser''' (''to rock'') ::* '''ze''' (''to the middle'') <big>+</big> '''jaga''' (''aged'') <big>=</big> '''zejaga''' (''middle-aged'') ::* '''zye''' (''through'') <big>+</big> '''teatyafwa''' (''visible'') <big>=</big> '''zyeteatyafa''' (''transparent'') ::* '''zey''' (''across'') <big>+</big> '''mep''' (''road'') <big>=</big> '''zeymep''' (''bridge'') ::* '''zoy''' (''back'') <big>+</big> '''nogea''' (''gradual'') <big>=</big> '''zoynogea''' (''retrogressive'') ::* '''iz''' (''straight'') <big>+</big> '''nad''' (''line'') <big>=</big> '''iznad''' (''vector'') ::* '''zi''' (''to the right'') <big>+</big> '''kum''' (''side'') <big>=</big> '''izkum''' (''right side'') ::* '''zu''' (''far'') <big>+</big> '''tuyab''' (''hand'') <big>=</big> '''zutuyaba''' (''left-handed'') ::* '''uz''' (''on a curve'') <big>+</big> '''nad''' (''line'') <big>=</big> '''uznad''' (''curve'') ::* '''yan''' (''together'') <big>+</big> '''up''' (''come'') <big>=</big> '''yanup''' (''a meeting'') ::* '''yon''' (''apart'') <big>+</big> '''ber''' (''put'') <big>=</big> '''yonber''' (''to separate'') == Word Order of Adverbs == : The word order of adverbs is fairly free, as in English. But, to avoid ambiguity, the adverb should be placed immediately before or after the sentence element it modifies, eg.: ::* '''It deuze <u>vi</u>.'''....''He sings <u>beautifully</u>.'' ::* '''Et yefe xer <u>gwa ig</u>.'''....''You must do it <u>as quickly as possible</u>.'' ::* '''Et <u>hyoj</u> ako fika ivan.'''....''You will <u>never</u> gain perfect happiness.'' ::* '''At <u>voy</u> te'''. (OR) '''At te <u>voy</u>'''. ....''I don't know.'' == Comparison of Adverbs by Degree == : Adverbs can be compared just as adjectives with the use of [[Mirad Grammar/Determiners#Quantitative Determiners|Quantitative Determiners]]. The words ''than'', ''compared to'', and ''as'' are translated by the relative conjunction '''vyel.''' :{| class="wikitable" style="background:lightyellow" |+ Comparison of Adverbs by Degree |- ! POSITIVE !! +/=/- COMPARATIVE !! +/- SUPERLATIVE |- | '''fiay'''....''well'' || '''<u>ga</u> fiay vyel'''....''better than (Lit: <u>more</u> good-ly than)''<br>'''<u>ge</u> igay vyel'''....''<u>as</u> well as''<br>'''<u>go</u> fiay vyel'''....''<u>less</u> well than''|| '''(ha) <u>gwa</u> fiay'''....''(the) best (Lit: <u>most</u> good-ly, as well as possible''<br>'''<u>gwo</u> fiay'''....''(the) <u>least</u> well'' |} : Examples: ::* '''At milzyepe <u>ga fi vyel</u> et.'''....''I swim <u>better than</u> you.'' ::* '''Yat tra hua tob <u>go fi vyel</u> yet.'''....''We all knew that man <u>less well than</u> you guys.'' ::* '''Eta tayd deuza <u>ha gwa vi</u> be ha ebyek.'''....''Your wife sang <u>the most beautifully</u> in the competition.'' ::* '''Et xa has <u>ha gwa fu vyel</u> hyet.'''....''You did it <u>the worst compared to</u> anyone.'' ::* '''Dalu <u>ge azay vyel</u> et yafe.'''....''Speak <u>as loudly as</u> you can.'' <noinclude>{{Chapter navigation with TOC|Adjectives|Determiners}}</noinclude> 25jtonenmfgqvgd5dxikmb8jfjho50y Mirad Grammar/Determiners 0 417647 4089889 4089545 2022-08-09T16:19:56Z Tyoyafud 6233 /* Determiners */ wikitext text/x-wiki = Determiners = : Determiners are words that specify or point out the context of nouns and other parts of speech. The English determiner ''this'', for example, specifies a noun for its proximity to the current context. In English, demonstrative pronouns/adjectives/adverbs, possessive pronouns/adjectives, quantifiers like ''more'' and ''very'', and numeric expressions fall under this category. == Types of Determiners == : Determiners in Mirad fall into the following categories: ::{| class="wikitable" style="background:lightyellow" |+ Types of Determiners |- ! CHAPTER !! TYPE !! ALSO KNOWN AS !! ENGLISH EXAMPLES |- | 1 || '''''Deictic''''' || Demonstrative Pronouns/Adjective || ''the'', ''this'', ''some'', ''every'', ''which?'', ''when'' |- | 2 || '''''Pronominal''''' || Possessive Pronouns/Adjectives || ''my'', ''anybody&apos;s'', ''one&apos;s own'' |- | 3 ||'''''Quantitative''''' || Quantifiers || ''more'', ''less'', ''very'' |- | 4 || '''''Numerical''''' || Numerals/Fractions/Dates, etc. || ''one'', ''half'', ''first'' |} : Furthermore, as for part of speech, determiners can be adjectives, pronouns, or adverbs. As adjectives, determiners can itemize or classify. As pronouns, they can refer to one or more persons (male or female) or things. As adverbs, they can specify time, place, degree, kind, age, frequency, and so forth. == Deictic Determiners == : '''''Deictic determiners''''' are words which point out or ''specify'' other words as to their context, including what grammarians often call '''''demonstratives'''''. : Categories of adjectival, pronominal, and adverbial deictic determiners: ::* Demonstrative adjectives and pronouns like ''this'', ''that'', ''those'', ''that one'' ::* The definite article ''the''(which is really a kind of demonstrative, like those above.) ::* Indefinite adjectives and pronouns like ''any'', ''some'', ''all'', ''something'', ''such'', etc. ::* Adverbs of time like ''when'', ''now'', ''ever'' ::* Adverbs of place like ''there'', ''here'', ''somewhere'' ::* Adverbs of manner like ''how'', ''thus'', ''somehow'' ::* Adverbs of kind like ''so'', age ''this year old'' ::* Adverbs of direction like ''that way'', ''any which way'' ::* Adverbs of reason ''why?'', ''for that reason'', ''for no reason'' ::* Adverbs of degree ''this (well)'', ''so (good)'', ''how (bad)'' ::* Adverbs of frequency like ''how often'', ''so often'', ''never'' ::* Adverbs of age like ''this old'', ''how old?'', ''of any age'' === Deictic Prefixes === : There is a whole set of '''''deictic prefixes''''', which are joined to category stubs to derive adjectival, pronominal, and adverbial determiners. :{| class="wikitable" style="background:lightyellow" |+ Deictic Prefixes |- ! CATEGORY !! DEICTIC PREFIX |- | INTERROGATIVE || '''duha-...?'''....''what?'' |- | DEFINITE || '''ha-'''....''the'' |- | INDEFINITE || '''he-'''....''some, a certain'' |- | NEGATIVE || '''ho-'''....''no, not a'' |- | PROXIMAL || '''hi-'''....''this, these'' |- | IMMEDIATE || '''hii-'''....''the following'' |- | DISTAL || '''hu-'''....''that, those'' |- | INTENSIVE || '''huu-'''....''such, so, what a...!'' |- | DISTRIBUTIVE || '''hya-'''....''every, all, each'' |- | INDETERMINATE || '''hye-'''....''any, whatever'' |- | ABSOLUTELY NEGATIVE || '''hyo-'''....''not at all, not a single'' |- | IDENTICAL || '''hyi-'''....''the same, the very'' |- | NON-IDENTICAL || '''hyu-'''....''the other, another, else'' |} === Category Stubs === : The table below shows word stubs that indicate the category of deictic expressions. They are called stubs, because they are part of a longer word that has been reduced. The combination of deictic prefixes and category stubs produce a matrix of deictic '''''correlatives''''', seen later in this chapter. Use of the stub instead of the long form is a matter of optional economy. A few categories do not have stubs. :{| class="wikitable" style="background:lightyellow" |+ Category Stubs |- ! CATEGORY !! STUB !! LONG FORM !! QUESTION WORD EXAMPLE |- | PERSON || '''-t''' || '''tob'''...''person'' || '''duhat?'''....''who?'' |- | THING || '''-s''' ||'''sun'''...''thing'' || '''duhas?'''....''what?'' |- | PLACE || '''-m''' ||'''nem'''...''place'' || '''duham?'''....''where?'' |- | TIME || '''-j''' ||'''job'''...''time'' || '''duhaj?'''....''when?'' |- | MANNER || '''-yen''' ||'''byen'''...''manner'' || '''duhayen?'''....''how?'' |- | KIND || '''-yena''' ||'''syena'''...''of kind'' || '''duhoyena?'''....''what kind of?'' |- | DEGREE || '''-gla''' ||'''nog'''...''degree'' || '''duhagla fi?'''....''how well?'' |- | COUNTABLE QUANTITY || '''-gla''' ||'''sag'''...''number'' || '''duhagla pati?'''....''how many birds?'' |- | MASS QUANTITY || '''-gla''' ||'''glan'''...''amount'' || '''duhagla mil?'''....''how much water?'' |- | FREQUENCY || ||'''xag'''...''frequency''<br>'''gla jodi'''...''many times'' || '''duhaxag?'''....''how often?''<br>'''duhagla jodi?'''....''how many times?'' |- | REASON || ||'''sav'''...''reason'' || '''duhasav?'''....''why?'' |- | AGE || ||'''jag'''...''age'' || '''duhajag?'''....''how old?'' |} === Adjectival Deictic Determiners === : Here is a table showing the deictic determiner prefixes attached to elements ending in '''-a''' to form various adjectival deictic determiners: <small> :{| class="wikitable" style="background:lightyellow; font-size:smaller;" |+ Adjectival Determiners |- valign=top ! &nbsp; !! OF SELECTION !! OF KIND !! OF POSSESSION|| OF AGE |- | INTERROGATIVE || '''duha...?'''....''which...?'' || '''duhayena...?'''....''what kind of...?'' || '''duhata?'''....''whose?''||'''duhajaga'''....''how old'' |- | DEFINITE || '''ha<sup>1</sup>'''....''the'' || '''hayena'''....''the kind of'' || '''hata'''....''the one&apos;s''||'''hajaga'''...''of the age'' |- | INDEFINITE || '''hea'''....''some, a certain'' || '''heyena'''....''some kind of, a certain kind of'' || '''heta'''....''someone&apos;s''||'''hejaga'''....''of any age'' |- | NEGATIVE || '''hoa...!'''....''no, not any'' || '''hoyena'''....''no kind of''|| '''hota'''....''nobody's''||'''hojaga'''....''ageless'' |- | PROXIMAL || '''hia'''....''this, these'' || '''hiyena'''....''this kind of, such (a), like this, like these'' || '''hita'''....''this one&apos;s''||'''hijaga'''....''of this age'' |- | IMMEDIATE || '''hiia'''....''the following'' || '''hiiyena'''....''the following kind of'' || '''hiita'''....''the following person&apos;s''||'''hiijaga'''....''of the following age'' |- | DISTAL || '''hua'''....''that, those''|| '''huyena'''....''that kind of, like that, like those, such''|| '''huta'''....''that one&apos;s''||'''hujaga'''....''of that age'' |- | INTENSIVE || '''huua'''....''such a, such, what a'' || '''huuyena'''....''such a kind of'' || '''huuta'''....''such a person&apos;s''||'''huujaga'''....''of such an age'' |- | DISTRIBUTIVE || '''hya<sup>2</sup>'''....''every, all, each''|| '''hyayena'''....''every kind of, all kinds of'' || '''hyata'''....''everybody&apos;s''||'''hyajaga'''....''of every age'' |- | INDETERMINATE || '''hyea'''....''any, whatever''|| '''hyeyena'''....''any kind of, whatever kind of'' || '''hyeta'''....''anybody&apos;s''||'''hyejaga'''....''of any age'' |- | ABSOLUTELY NEGATIVE ||'''hyoa'''....''not, not a, not any whatever'' || '''hyoyena'''....''no kind of, no such whatever'' || '''hyota'''....''absolutely nobody&apos;s''||'''hyojaga'''...''of no age whatever'' |- | IDENTICAL || '''hyia'''....''the same''<br>'''ha gea'''....''the same'' || '''hyiyena'''....''the same kind of''<br>'''ha geyena'''....''the same kind of'' || '''hyita'''....''the same one&apos;s''<br>'''ha geta'''....''the same one&apos;s''||'''hyijaga'''....''of the same age'' |- | NON-IDENTICAL || '''hyua'''....''another''<br>'''ogea'''....''another''<br>'''ha ogea'''....''the other'' || '''hyuyena'''....''some other kind of''<br>'''ogeyena'''....''another kind of''<br>'''ha ogeyena'''....''the other kind of'' || '''hyuta'''....''someone else&apos;s''<br>'''ogeta'''....''someone else&apos;s''<br>'''ha ogeta'''....''the other person&apos;s''||'''hyujaga'''....''of a different age'' |} </small> : Note 1: The definite adjectival deictic determiner '''ha''' (actually, short for '''haa''') is used as what is more commonly referred to as the '''''definite article'''''....''the''. : Note 2: The determiner '''hya''' is a reduced form of '''hyaa'''. : Note 3: The interrogative adjectival determiner '''Duha?''' really is a command meaning ''Tell me the...''. So, for instance, '''Duham?'''....''Where?'' is really a command meaning '''Tell (me) the place!''' : The pronominal deictic determiners can also incorporate gender in such a way that they refer to female or male persons specifically. This done by inserting the letter '''w''' before the characteristic vowel for males and the letter '''y''' after the characteristic vowel for females. Incorporating gender this way is relatively rare and only used in cases with the distinction is relative to the context: ::* '''<u>Hwita</u> tam se ga aga.'''....''<u>This guy's</u> house is bigger.'' ::* '''At voy ayse <u>huytia</u> dyuni.'''....''I don't have <u>those women's</u> names.'' : Usage examples of deictic determiner adjectives derived from: ::* '''<u>Duha</u> tam se etas?'''....''<u>Which</u> house is yours?'' ::* '''<u>Huua</u> tej et ayse!'''....''<u>What a</u> life you have!'' ::* '''<u>Duhayena</u> dyezuni ifxe et?'''....''<u>What kind of</u> movies do you like?'' ::* '''<u>Duhata</u> tef okwa?'''....''<u>Whose</u> hat was lost?'' ::* '''<u>Ha</u> tob ta yata dyuni.'''....''<u>The</u> man knew our names.'' ::* '''<u>Hayena</u> dini at ife, et ufe.'''....''<u>The kind of</u> stories I love, you hate.'' ::* '''<u>Hea</u> mepi egdyunxwo.'''....''<u>Certain</u> streets will be renamed.'' ::* '''<u>Heyena</u> fukyes uxaye purnyan.'''....''<u>Some kind of</u> accident has caused a traffic jam.'' ::* '''<u>Heta</u> abtaf akwa be ha zatem.'''.....''<u>Someone's</u> coat was found in the foyer.'' ::* '''<u>Hia</u> dyes se ata gafias.'''....''<u>This</u> book is my favorite.'' ::* '''<u>Hiia</u> duni se yofwa.'''....''<u>The following</u> words are prohibited.'' ::* '''<u>Hiiyena</u> xeyen voy afwu.'''....''<u>The following sort of</u> behavior would not be allowed.'' ::* '''<u>Hiyena</u> xeyen voy vayafwo.'''....''<u>This type of</u> behavior will not be tolerated.'' ::* '''<u>Hita</u> tim so yovoza.'''....''<u>This person's</u> room will be blue.'' ::* '''<u>Hua</u> mas efwe egvozilbwer.'''....''<u>That</u> wall needs to be repainted.'' ::* '''<u>Huua</u> dini yufxe toboti.'''....''<u>Such</u> stories scare children.'' ::* '''<u>Huyena</u> duni yeyfwe yixwer za at.'''....''<u>Such</u> words should not be used in front of me.'' ::* '''<u>Hwuta</u> tam magseye.'''....''<u>That guy's</u> house is on fire.'' ::* '''<u>Hoa</u> din se ga tesika.'''....''<u>No</u> story more important.'' ::* '''<u>Hoyena</u> tes tesiyafwe.'''....''<u>No such</u> meaning can be inferred.'' ::* '''<u>Hyota</u> jatexdras sa ga fia.'''....''<u>Nobody's</u> plan is better.'' ::* '''<u>Hyos</u> oboxe huyt.'''....''<u>Nothing whatever</u> bothers that gal.'' ::* '''<u>Hya</u> mepi izpe Roma.'''....''<u>All</u> roads lead to Rome.'' ::* '''<u>Hya</u> tob yefe xer ita gon.'''....''<u>Every</u> man must do his part.'' ::* '''<u>Hyayena</u> telami ese be hia mep.'''....''<u>All manner of</u> restaurants exist on this street.'' ::* '''<u>Hyata</u> tej se uka bi yaobi.'''....''<u>Everyone's</u> life is full of ups and downs.'' ::* '''<u>Hyaewa</u> domi agsaye.'''....''<u>Both</u> cities have grown.'' ::* '''<u>Hyea</u> voz so fia.'''....''<u>Any</u> color will be fine.'' ::* '''<u>Hyeyena</u> til se aysyafwa.'''....''<u>Any kind of</u> drink is available.'' ::* '''<u>Hyeta</u> ved se ge ifa vyel atas.'''....''<u>Anyone's</u> guess is as good as mine.'' ::* '''<u>Hyea</u> tim et fe et yafe ayser.'''....''<u>Whatever</u> room you want, you can have.'' ::* '''<u>Hyia</u>/(Ha gea) fukyesi kyese glaxag.'''....''<u>The same</u> accidents occur frequently.'' ::* '''<u>Hyiyena</u>/(Ha geyena) dyezuni teaxuwa zajub.'''....''<u>The same kind of</u> films were shown yesterday.'' ::* '''<u>Hyita</u>/(Ha geta) dyun yixwa gajod.'''....''<u>The same person's</u> name was used again.'' ::* '''<u>Hyua</u> dyezun sa ifuyea.'''....''<u>The other</u> movie was more entertaining.'' ::* '''<u>Hyuyena</u>/(Ogeyena) som teasu ga fia.'''....''<u>Another kind of</u> furniture would look better.'' ::* '''<u>Hyuta</u>/(ogeta) texyen se ge fyia.'''....''<u>Someone else's</u> opinion is equally valid.'' ::* '''<u>Hiytia</u> dyuni voy dodraye.'''....''<u>These women's</u> names have not be make public.'' ::* '''<u>Hwiitia</u> dyuni voy dodrowe.'''....''<u>The following males'</u> names will not be publicized.'' : If the definite article or any other deictic determiner is omitted before a noun, then it has the effect of the English indefinite article ''a / an'' with a singular noun or ''some'' with a plural noun. For example: ::* '''Yat tilia <u>ha tilyeb</u> bi vafil.'''....''We drank <u>the glass</u> of wine.'', vs. ::** '''Yat tilia <u>tilyeb</u> bi vafil.'''....''We drank <u>a glass</u> of wine.'' ::* '''Yat tilia <u>ha tilyebi</u> bi vafil.'''....''We drank <u>the glasses</u> of wine.'', vs. ::** '''Yat tilia <u>tilyebi</u> bi vafil.'''....''We drank <u>(some) glasses</u> of wine.'' ::* '''Yat tilia <u>awa tilyeb</u> bi vafil.'''....''We drank <u>one glass</u> of wine.'', vs. ::** '''Yat tilia <u>ha awa tilyeb</u> bi vafil.'''....''We drank <u>the one glass</u> of wine.'' ::* '''Yat tilia <u>ewa tilyebi</u> bi vafil.'''....''We drank <u>two glasses</u> of wine.'', vs. ::** '''Yat tilia <u>ha ewa tilyebi</u> bi vafil.'''....''We drank <u>the two glasses</u> of wine.'', vs. ::** '''Yat tilia <u>hya ewa tilyebi</u> bi vafil.'''....''We drank <u>both glasses</u> of wine.'' ::* '''Yat tilia <u>owa tilyeb</u> bi vafil.'''....''We drank <u>no/zero glasses (=not a single glass)</u> of wine.'' ::* '''Yat tilia <u>ea tilyeb</u> bi vafil.'''....''We drank <u>another/a second glass</u> of wine.'', vs. ::** '''Yat tilia <u>ha ea tilyeb</u> bi vafil.'''....''We drank <u>the second glass</u> of wine.'', vs. ::** '''Yat tilia <u>ea tilyebi</u> bi vafil.'''....''We drank <u>second glasses</u> of wine.'', vs. ::** '''Yat tilia <u>ha ea tilyebi</u> bi vafil.'''....''We drank <u>the second glasses</u> of wine.'' : If an indefinite article sense is needed for clarity, the words '''awa''' (''one'') or '''hea''' (''some, a certain'') can be used, eg.: ::* '''At igtease <u>awa</u> tob yiztyoyaber.'''....''I glimpsed <u>a</u> man walk by.'' ::* '''Hwit zoyupo <u>hea</u> juab.'''....''He will come back on <u>a / a certain / some</u> Monday.'' === Pronominal Deictic Determiners === : The following chart shows deictic determiners used as pronouns. Note that the suffix '''-s''' (short for '''sun''') is used pronouns referring to things, while '''-t''' (short for '''tob''') is used for those referring to persons. The suffix '''-i''' pluralized either of these. The distinction between a form like ''what?'' and a '''''selective''''' form like ''which?'' is made by using the full adjectival form (with '''-a-''') in the selective forms. So, for example, '''hot?''' is ''who?'', but '''hoat?''' is ''which one? (referring to a person)''. The determiners referring to persons can optionally be made specifically male with the insertion of the letter '''w''' before the stem vowel or specifically female with the insertion of the letter '''y''' before the stem-ending '''t''': :{| class="wikitable" style="background:lightyellow; font-size:smaller;" |+ Pronominal Deictic Determiners |- valign=top ! PRONOUNS !! THING<br>THINGS !! SELECTIVE THING<br>SELECTIVE THINGS || valign=top| SELECTIVE PERSON<br>SELECTIVE PERSONS !! PERSON<br>PERSONS !! PERSON&apos;S THING<br>PERSON&apos;S THINGS |- | INTERROGATIVE || valign=top| '''duhas?'''....''what (thing)?''<br>'''duhasi?'''....''what (things)?'' || valign=top| '''duhaas'''?....''which one?''<br>'''duhaasi'''?....''which ones?'' || valign=top| '''duhaat'''?....''which person?''?<br>'''duhwaat?'''....''which man?''<br>'''duhayt?'''....''which woman?''<br>'''duhaati?'''....''which people?''<br>'''duhwaati?'''....''which men?''<br>'''duhaayti?'''....''which women?'' || valign=top| '''duhat'''?....''who?, whom?''<br>'''duhwat?'''....''who?, whom?''<br>'''duhayt'''....''who?'' <br>'''duhati?'''....''who?, whom?''<br>'''duhwati?'''....''who?, whom?''<br>'''duhayti?'''....''who?, whom?'' || valign=top| '''duhatas?'''....''whose (thing)?''<br>'''duhwatas?'''....''whose''<br>'''duhaytas?'''....''whose?''<br>'''duhatasi?'''....''whose (things)?''<br>'''duhwatasi?'''....''whose?'' <br>'''duhaytasi?'''....''whose?'' |- | DEFINITE || valign=top| '''has'''....''it, the thing''<br>'''hasi'''....''they, them, the things''<br> || valign=top| '''haas'''....''the one''<br>'''haasi'''....''the ones''|| valign=top| '''haat'''....''the one''<br>'''hwaat'''....''the male one''<br>'''haayt'''....''the female one''<br>'''haasi'''....''the ones''<br>'''hwaasi'''....''the male ones''<br>'''haaysi'''....''the female ones'' || valign=top|'''hat'''....''the person, he, him''<br>'''hwat'''....''he, him''<br>'''hayt'''....''she, her''<br>'''hati'''....''the persons, they, them''<br>'''hwati'''....''the males, they, them''<br>'''hayti'''....''the females, they, them''|| valign=top| '''hatas'''....''whose''? (thing)<br>'''hwatas'''....''whose''<br>'''haytas'''....''whose'' <br>'''hatasi'''....''whose'' )things)<br>'''hwatasi'''....''whose''<br>'''haytasi'''....''whose'' |- | INDEFINITE || valign=top| '''hes'''....''something''<br>'''hesi'''....''some (things)''<br> || valign=top| '''heas'''....''a certain one''<br>'''heasi'''....''certain ones'' || valign=top| '''heat'''....''a certain one''<br>'''hweat'''....''a certain male''<br>'''heayt'''....''a certain female''<br>'''heati'''....''certain ones''<br>'''hweati'''....''some males''<br>'''heayti'''....''some females''|| valign=top|'''het'''....''someone''<br>'''hwet'''....''some male''<br>'''heyt'''....''some female'' <br>'''heti'''....''some (people)''<br>'''hweti'''....''some males'' <br>'''heyti'''....''some females''|| valign=top| '''hetas'''....''someone's''<br>'''hwetas'''....''some male's'' <br>'''heytas'''....''some female's''<br>'''hetasi'''....''some people's''<br>'''hwetasi'''....''some males&apos;''<br>'''heytasi'''....''some females&apos;'' |- | NEGATIVE || valign=top| '''hos'''....''nothing''<br>'''hosi'''....''no (things)''<br> || valign=top| '''hoas'''....''no, not a''<br>'''hoasi'''....''none'' || valign=top| '''hoat'''....''not a one''|| valign=top|'''hot'''....''nobody''|| valign=top| '''hotas'''....''nobody's'' |- | PROXIMAL || valign=top| '''his'''....''this''<br>'''hisi'''....''these''|| valign=top|'''hias'''....''this one''<br>-<br>'''hiasi'''....''these''|| valign=top|'''hiat'''....''this one''<br>'''hwiat'''....''this one''<br>'''hiayt'''....''this one''<br>'''hiati'''....''these ones''<br>'''hwiati'''....''these of the males''<br>'''hiayti'''....''these of the females''|| valign=top|'''hit'''....''this person''<br>'''hwit'''....''he, him''<br>'''hiyt'''....''she, her''<br>'''hiti'''....''these people, they, them''<br>'''hwiti'''....''these males''<br>'''hiyti'''....''these females''|| valign=top|'''hitas'''....''this person&apos;s, his''<br>'''hwitas'''....''this male&apos;s''<br>'''hiytas'''....''this female&apos;s''<br>'''hitasi'''....''this person&apos;s (things)'', ''theirs''<br>'''hwitasi'''....''this man&apos;s''<br>'''hiytasi'''....''this woman&apos;'' |- | IMMEDIATE || valign=top| '''hiis'''....''the following''<br>'''hiisi'''....''the following (things)''|| valign=top|'''hiias'''....''the following one''<br>'''hiiasi'''....''the following ones'' || valign=top|'''hiiat'''....''the following person''<br>'''hwiiat'''....''the following male''<br>'''hiiayt'''....''the following female''<br>'''hiiati'''....''the following ones''<br>'''hwiiati'''....''the following males''<br>'''hiiayti'''....''the following females''|| valign=top|'''hiit'''....''the following person''<br>'''hwiit'''....''the following male''<br>'''hiiyt'''....''the following female''<br>'''hiiti'''....''the following (people)''<br>'''hwiiti'''....''the following males''<br>'''hiiyti'''....''the following females''|| valign=top|'''hiitas'''....''the following person&apos;s (thing)''<br>'''hwiitas'''....''the following male&apos;s''<br>'''hiiytas'''....''the following female&apos;s''<br>'''hiitasi'''....''the following person&apos;s (things)''<br>'''hwiitasi'''....''the following male&apos;s''<br>'''hiiytasi'''....''the following female&apos;s'' |- | DISTAL || valign=top| '''hus'''....''that''<br>'''husi'''....''those''|| valign=top|'''huas'''....''that one''<br>'''huasi'''....''those'' || valign=top|'''huat'''....''that one''<br>'''hwuat'''....''that one of the males''<br>'''huayt'''....''that one of the females''<br>'''huati'''....''those people, they''<br>'''hwuati'''....''those males''<br>'''huayti'''....''those females''|| valign=top|'''hut'''....''that person, he, him''<br>'''hwut'''....''that guy, he, him''<br>'''huyt'''....''that female, she, her''<br>'''huti'''....''those people, they, them''<br>'''hwuti'''....''those males''<br>'''huyti'''....''those females''|| valign=top|'''hutas'''....''that person&apos;s, his''<br>'''hwutas'''....''his''<br>'''huytas'''....''hers''<br>'''hutasi'''....''that person's (things), his''<br>'''hwutasi'''....''his''<br>'''huytasi'''....''hers'' |- | INTENSIVE || valign=top| '''huus'''....''such, such a thing''<br>'''huusi'''....''such things''|| valign=top|'''huuas'''....''such a one''<br>'''huuasi'''....''such ones'' || valign=top|'''huuat'''....''such a person''<br>(rare)<br>(rare)<br>'''huuati'''....''such people''<br>(rare)<br>(rare)|| valign=top|'''huut'''....''such a person''<br>'''hwuut'''....''such a male''<br>'''huuyt'''....''such a female''<br>'''huuti'''....''such people''<br>'''hwuuti'''....''such males''<br>'''huuyti'''....''such females''|| valign=top|'''huutas'''....''such a person&apos;s''<br>(rare)<br>(rare)<br>'''huutasi'''....''such people&apos;s (things)''<br>(rare><br>(rare) |- |ABSOLUTE NEGATIVE || valign=top| '''hyos'''....''nothing at all''<br>'''hyosi'''....''none at all''|| valign=top|'''hyoas'''....''not a one whatever''<br>'''hyoasi'''....''none whatever'' || valign=top|'''hyoat'''....''not a single one''<br>'''hyoati'''....''none whatever''|| valign=top|'''hyot'''....''nobody at all''<br>'''hywot'''....''no male at all''<br>'''hyoyt'''....''no female whateveer''<br>'''hyoti'''....''no people at all''<br>'''hywoti'''....''no males at all''<br>'''hyoyti'''....''no females at all''|| valign=top|'''hyotas'''....''nobody's''<br>'''hyotasi'''....''nobody's <small>(things)</small>'' |- | DISTRIBUTIVE || valign=top| '''hyas'''....''everything, all''<br>'''hyasi'''....all things || valign=top| '''hyaas'''....each one<br>'''hyaasi'''....''all of them'' || valign=top|'''hyaat'''....''each one''<br>'''hyaati'''....''all of them''|| valign=top|'''hyat'''....''everyone''<br>'''hywat'''....''every male''<br>'''hyayt'''....''every female''<br>'''hyati'''....''all (people)''<br>'''hywati'''....''all males''<br>'''hyayti'''....''all females''|| valign=top| '''hyatas'''....''everyone's''<br>'''hyatasi'''....''everyone's <small>(things)</small>'' |- | INDETERMINATE || valign=top| '''hyes'''....''anything, whatever''<br>'''hyesi'''....''any''|| valign=top|'''hyeas'''....''whatever one''<br>'''hyeasi'''....''any of them'' || valign=top|'''hyeat'''....''whichever one''<br>'''hyeati'''....''whichever ones''|| valign=top|'''hyet'''....''anyone''<br>'''hywet'''....''any male''<br>'''hyeyt'''....''any female''<br>'''hyeti'''....''whoever''<br>'''hyweti'''....''whichever males''<br>'''hyeyti'''....''whichever females''|| valign=top|'''hyetas'''....''whoever's''<br>'''hyetasi'''....''anybody's <small>(things)</small>'' |- | IDENTICAL || valign=top| '''hyis'''....''the same thing''<br>'''hyisi'''....''the same things''|| valign=top|'''hyis'''....''the same one''<br>'''hyiasi'''....''the same ones'' || valign=top|'''hyiat'''....''the same one''<br>'''hyiati'''....''the same one''|| valign=top|'''hyit'''....''the same person''<br>'''hywit'''....''the same guy''<br>'''hyiyt'''....''the same woman''<br>'''hyiti'''....''the same people''<br>'''hywiti'''....''the same men''<br>'''hyiyti'''....''the same women''|| valign=top|'''hyitas'''....''the same person's''<br>'''hyitasi'''....''the same person's'' <small>(things)</small> |- | NON-IDENTICAL || valign=top| '''hyus'''....''something else''<br>'''hyusi'''....''other things''|| valign=top|'''hyuas'''....''the other one''<br>'''hyuasi'''....''the other ones'' || valign=top|'''hyuat'''....''the other one''<br>'''hyuati'''....''the others''|| valign=top|'''hyut'''....''someone else''<br>'''hywut'''....''the other guy''<br>'''hyuyt'''....''the other woman''<br>'''hyuti'''....''others''<br>'''hywuti'''....''the other guys''<br>'''hyuyti'''....''the other women''|| valign=top|'''hyutas'''....''someone else's''<br>'''hyutasi'''....''someone else's <small>(things)</small>'' |} : Here is a chart of pronominal deictic determiners of kind formed from the corresponding adjectival determiners of kind (eg. '''hoyena?'''....''what kind of...?''): :{| class="wikitable" style="background:lightyellow; font-size:smaller;" |+ Pronominal Deictic Determiners of Kind |- valign=top ! &nbsp; !! KIND OF THING<br>KIND OF THINGS !! KIND OF PERSON<br>KIND OF PEOPLE |- | INTERROGATIVE || valign=top| '''duhayenas?'''....''what kind of thing?''<br>'''duhayenasi?'''....''what kind of things?''|| valign=top|'''duhayenat?'''....''what kind of person?''<br>'''duhayenati?'''....''what kind of people?'' |- | DEFINITE || valign=top| '''hayenas'''....''the kind of thing''<br>'''hayenasi'''....''the kind of things''|| valign=top|'''hayenat'''....''the kind of person''<br>'''hayenati'''....''the kind of people'' |- | INDEFINITE || valign=top| '''heyenas'''....''some kind of thing''<br>'''heyenasi'''....''some kind of things''|| valign=top|'''heyenat'''....''some kind of person''<br>'''heyenati''' ....''some kind of people'' |- | NEGATIVE || valign=top| '''hoyenas'''....''no such thing''<br>'''hoyenasi'''....''no such things''|| valign=top|'''hoyenat'''....''no such person''<br>'''hoyenati'''....''no such people'' |- | PROXIMAL || valign=top| '''hiyenas'''....''this kind of thing, such a thing''<br>'''hiyenasi'''....''these kinds of things, such things''|| valign=top|'''hiyenat'''....''this kind of person, such a person''<br>'''hiyenati'''....''these kinds of people, such people'' |- | IMMEDIATE || valign=top| '''hiiyenas'''....''the following kind of thing''<br>'''hiiyenasi'''....''the following kinds of things''|| valign=top|'''hiiyenat'''....''the following kind of person''<br>'''hiiyenati'''....''the following kinds of people'' |- | DISTAL || valign=top| '''huyenas'''....''that kind of thing, such a thing''<br>'''huyenasi'''....''such things, such things''|| valign=top|'''huyenat'''....''that kind of person, such a person''<br>'''huyenati'''....''those kind of people, such people'' |- | INTENSIVE || valign=top| '''huuyenas'''....''such a thing''<br>'''huuyenasi'''....''such kinds of things''|| valign=top|'''huuyenat'''....''such a person''<br>'''huuyenati'''....''such kinds of people'' |- | ABSOLUTE NEGATIVE || valign=top| '''hyoyenas'''....''no such thing at all''<br>'''hyoyenasi'''....''no such things at all''|| valign=top|'''hyoyenat'''....''no such person whatever''<br>'''hyoyenati'''....''no such people whatever'' |- | DISTRIBUTIVE || valign=top| '''hyayenas'''....''every kind of thing''<br>'''hyayenasi'''....''all kinds of things''|| valign=top|'''hyayenat'''....''every kind of person''<br>'''hyayenati'''....''all kinds of people'' |- | INDETERMINATE || valign=top| '''hyeyenas'''....''any kind of thing''<br>'''hyeyenasi'''....''any kinds of things''|| valign=top|'''hyeyenat'''....''any kind of person''<br>'''hyeyenati'''....''any kinds of people'' |- | IDENTICAL || valign=top| '''hyiyenas'''....''the same kind of thing''<br>'''hyiyenasi'''....''the same kinds of things''|| valign=top|'''hyiyenat'''....''the same kind of person''<br>'''hyiyenati'''....''the same kinds of people'' |- | NON-IDENTICAL || valign=top| '''hyuyenas'''....''some other kind of thing''<br>'''hyuyenasi'''....''other kinds of things''|| valign=top|'''hyuyenat'''....''some other kind of person''<br>'''hyuyenati'''....''other kinds of people'' |} : Any of the above animate deictic determiners can (though rarely) be made to refer specifically to males or females with the ending '''-wat''' or '''-wati''' for males and '''-ayt''' or '''-ayti''' for females. For example: ''any kind of males'' would be translated with '''hyeyenwati.'''....''Every kind of female'' would be translated with '''hyayenayt'''. === Selective vs. Non-Selective Forms === : The pronominal deictic interrogative determiner '''hot?''' means ''who'' and contrasts with its '''''selective''''' counterpart '''hoat?''', which means ''which one?''. All the selective determiners refer to one or more things or persons from a selectable pool of things or persons. : The following sentences illustrate the use of the above pronominal determiners: ::* '''<u>Duhat</u> aka zajuba ek?'''....''<u>Who</u> won yesterday's game?'' ::* '''<u>Duhaat</u> bi ha akuti sa ha gwa fiat?'''....''<u>Which one</u> of the winners was the best?'' ::* '''<u>Duhata</u> tam se hus?'''....''<u>Whose</u> house is that?'' ::* '''<u>Duhatas</u> se hus?'''....''<u>Whose</u> is that?'' ::* '''<u>Duhatia</u> deuzi et gaife?'''....''<u>Whose</u> songs do you prefer?'' ::* '''<u>Duhatias</u> et gaife?'''....''<u>Whose</u> do you prefer?'' ::* '''<u>Duhass</u> se eta dyun?'''....''<u>What</u> is your name?'' ::* '''<u>Duhasi</u> se eta gaifuni?'''....''<u>What</u> are your preferences?'' ::* '''<u>Duha</u> deuzi se eta gwafiasi?'''....''<u>Which</u> songs are your best?'' ::* '''<u>Duhaasi</u> se eta gwafiasi?'''....''<u>Which ones</u> are your best?'' ::* '''Bi hia deuzuti, <u>hoat</u> et gafie?'''....''Of these vocalists, <u>which one</u> do you prefer?'' ::* '''<u>Hiiti</u> yaneko hijub.'''....''<u>The following people</u> will compete today.'' ::* '''<u>Duhaati</u> se gwa fia?'''....''<u>Which ones</u> are best?''' ::* '''<u>Duhati</u> et teexe gwa jodi?'''....''<u>Who (all)</u> do you listen to the most often?'' ::* '''<u>Huat</u> hu at teexe gwaxag draye ejna deuz.'''....''<u>The one</u> I listen to the most has written a new song.'' ::* '''Ejna deuz? At voy teste <u>haas</u> hu et tede.'''....''New song? I don't understand <u>which one</u> you mean.'' ::* '''<u>Hias</u>.'''....''<u>This one</u>.'' ::* '''Vo. <u>Huasi</u> se ga fia.'''....''No. <u>Those</u> are better.'' ::* '''<u>His</u> se jub av ivxelen.'''....''<u>This</u> is a day for celebration.'' ::* '''Va. <u>Hia</u> jub. At tese <u>hi</u>jub.'''....''Yes. <u>This</u> day. I mean <u>To-</u>day.'' ::* '''<u>Husi</u> sa <u>ha</u> jubi, ata dat!'''....''<u>Those</u> were <u>the</u> days, my friend!'' ::* '''<u>Duhas</u> se eta dyun?'''....''<u>What</u> is your name?'' ::* '''<u>Duhot</u> aka ha igpek?'''....''<u>Who</u> won the race?'' ::* '''<u>Hyas</u> uja fi.'''....''<u>Everything</u> ended well.'' ::* '''<u>Hyasi</u> uje.'''....''<u>All things</u> come to an end.'' ::* '''<u>Hyayenasi</u> vey kyesu.'''....''<u>All sorts of things</u> might happen.'' ::* '''<u>Hyos</u> yoka at.'''....''<u>Nothing</u> whatever surprised me.'' ::* '''<u>Hot</u> ta adut hu ako.'''....''<u>Nobody</u> knew who would win.'' ::* '''<u>Huayti</u>hu fu pier yefe.'''....''<u>Those females</u> who would like to leave may.'' ::* '''<u>Hyet</u> yefe eker hia ifek.'''....''<u>Anyone</u> can play this game.'' ::* '''<u>Huyenasi</u> voy afwo.'''....''<u>Such things</u> will not be permitted.'' ::* '''<u>Hua twob</u> voy taxe hia toyb.'''....''<u>That</u> man does not remember this woman.'' ::* '''<u>Huti</u> yanyexe fi.'''....''<u>Those guys</u> work well together.'' ::* '''<u>Huuyti</u> hyaj yubixe tezex.'''....''<u>Such females</u> always attract attention.'' ::* '''At jay teataye <u>hiyenasi</u>.'''....''I've seen <u>such things</u> before.'' ::* '''<u>Huyenwat</u> voy vabiwu.'''....''<u>A man like that</u> would not be accepted.'' ::* '''<u>Duhayenasi</u> weti iyfe xer je ha maj.'''....''<u>What kinds of things</u> do you guys like to do during the day?'' === Placement of Interrogatives === : In a sequence of adjectives before a noun, deictic determiners go first, eg.: ::* '''<u>Duhaa</u> ewa oga nyefi bewe et?'''....''<u>Which</u> two small bags belong to you?'' : In interrogative sentences, the interrogative deictic determiner (question word) often starts out the sentence, as in English. ::* '''<u>Duhas</u> se eta dyun?'''....''<u>What</u> is your name?'' ::* '''<u>Duhat</u> et teata aay hijub?'''....''<u>Who(m)</u> did you see first today?'' : Interrogative deictic determiners can also go at the end of sentence: ::* '''Eta dyun se <u>duhas</u>?'''....''What is your name?'' Lit. ''Your name is <u>what</u>?'' === Numerical Deictic Determiners === : Sometimes, a deictic determiner specifies numerical information. This chart shows those forms: :{| class="wikitable" style="background:lightyellow; font-size:smaller;" |+ Number-incorporating Deictic Determiners |- valign=top ! ADJECTIVE !! INANIMATE PRONOUN !! ANIMATE PRONOUN !! PRONOMINAL DETERMINER !! POSSESSIVE PRONOUN |- | '''hawa'''* ''the only'' || '''hawas'''....''the only thing''<br>'''hawasi'''....''the only things'' || '''hawat'''....''the only one (person)''<br>'''hawati'''....''the only ones''|| '''hawata'''....''the only person&apos;s'' || '''hawatas'''....''the only one&apos;s''<br>'''hawatasi'''....''the only one&apos;s (things)'' |- | '''hyawa'''* ''each'' || '''hyawas'''....''each one'' || '''hyawat'''....''each person''|| '''hyawata'''....''each person&apos;s'' || '''hyawatas'''....''each one&apos;s''<br>'''hyawatasi'''....''each one&apos;s (things)'' |- | '''hyaewa'''....''both'' || '''hyaewasi'''....''both (<small>things</small>)'' || '''hyaewati'''....''both (<small>people</small>)''|| '''bi hyaewati'''....''both person&apos;s'' || '''has bi hyaewati'''....''both person&apos;s''<br>'''hasi bi hyaewati'''....''both persone&apos;s (things)'' |- | '''hyaiwa'''....''all three'' || '''hyaiwasi'''....''all three (<small>things</small>)'' || '''hyaiwati'''....''all three (<small>people</small>)''|| '''hyaiwata'''....''all three person&apos;s'' || '''has bi hyaiwati'''....''all three person&apos;s''<br>'''hasi bi hyaiwati'''....''all three person&apos;s (things)'' |- | '''ohyawa'''....''not every'' || '''ohyawas'''....''not everything'' || '''ohyawat'''....''not everyone''|| '''ohyawata'''....''not every person&apos;s'' || '''ohyawatas'''....''not everyone&apos;s''<br>'''ohyawatasi'''....''not everyone&apos;s (things)'' |- | '''hyoawa'''....''not a single'' || '''hyoawas'''....''not a single thing'' || '''hyoawat'''....''not a single person''|| '''hyowata'''....''not a single person&apos;s'' || '''hyowatas'''....''not a single person&apos;s''<br>'''hyowatasi'''....''not a single person&apos;s (things)'' |- | '''hyeawa'''....''either'' || '''hyeawas'''....''either one'' || '''hyeawat'''....''either one (<small>person</small>)''|| '''hyeawata'''....''either one&apos;s'' || '''hyeawatas'''....''either one&apos;s''<br>'''hyeawatasi'''....''either one&apos;s (things)'' |- | '''hyeewa'''....''any two'' || '''hyeewasi'''....''any two things'' || '''hyeewati'''....''any two people''|| '''bi hyeewati'''....''any two person&apos;s'' || '''has bi hyeewati'''....''any two persons&apos;''<br>'''hasi bi hyeewati'''....''any two persons&apos; (things)'' |- | '''hyeowa'''....''neither'' || '''hyeowas'''....''neither one'' || '''hyeowat'''....''neither person''|| '''hyeawata'''....''neither person&apos;s'' || '''hyeowatas'''....''neither one&apos;s''<br>'''hyeowatasi'''....''neither one&apos;s (things)'' |- | '''hyuawa'''....''another'' || '''hyuawas'''....''another one'' || '''hyuawat'''....''another''|| '''hyuawata'''....''another&apos;s'' || '''hyuawatas'''....''another&apos;s''<br>'''hyuawatasi'''....''another&apos;s (things)'' |- | '''hyuowa'''....''no other'' || '''hyuowas'''....''nothing else'' || '''hyuowat'''....''nobody else''|| '''hyuowata'''....''no other&apos;s'' || '''hyuowatas'''....''no other&apos;s''<br>'''hyuowatasi'''....''no other&apos;s (things)'' |} :: *<small>'''Hawa''' and '''hyawa''' are short for '''haawa''' and '''hyaawa''', respectively.</small> : Examples using the above number-incorporating deictic determiners: ::* '''<u>Ohyawat</u> se iva bay eta vaod.'''....''<u>Not everyone</u> is happy with your decision.'' ::* '''<u>Hyaewasi</u> yafwe uxer yata efi.'''....''<u>Both (things)</u> can serve our needs.'' ::* '''<u>Hyeawa</u> tim ivlaxo at.'''....''<u>Either</u> room will satisfy me.'' ::* '''<u>Hyeowas</u> oivlaxo at.'''....''<u>Neither one</u> will dissatisfy me.'' : Note: '''Hyua''' means ''the other'', while '''hyuawa''' means ''another'', eg.: ::* '''At fu <u>hyua</u> til.'''....''I would like <u>the other</u> drink.'', vs. ::* '''At fu <u>hyuawa</u> til.'''....''I would like <u>another</u> drink.'' : Similarly, '''hya''' means ''every, all'', while '''hyawa''' means ''each'', eg.: ::* '''<u>Hya</u> dom ayse tebixea suni teaxer.'''....''<u>Every</u> city has interesting things to see.'' ::* '''<u>Hya</u> domi ayse tebixuni.'''....''<u>All</u> cities have things of interest.'' ::* '''<u>Hyawa</u> dom ayse tebixun.'''....''<u>Each</u> city has something of interest.'' : Also, '''ha''' means ''the'', while '''hawa''' means ''the only'', eg.: ::* '''<u>Hawa</u> twob nazea ata tezex se et.'''....''<u>The only</u> man worth my attention is you.'' ::* '''<u>Ha</u> twob hu at gwa ife se et.'''....''<u>The</u> man I most love is you.'' : By appending '''y''' to '''hawa''', we get the adverb '''haway'''....''only, solely'', eg; ::* '''<u>Haway</u> et nize ata tezex.'''....''<u>Only</u> you deserve my attention.''. : The singular person pronouns in the above chart can be converted into pronominal determiners by adding the adjective suffix '''a''', eg.: ::* '''<u>Hyawata</u> tej se ge glatesa vyel hyutas.'''....''<u>Each one's</u> life is as important as another's.'' ::* '''<u>Hyeowata</u> dyun se vyama.'''....''<u>Neither person's</u> name is real.'' : However, the plural person pronouns in the above chart use the preposition '''bi''' (''of'') to form possessives, eg.: ::* '''Ha teji <u>bi hyaiwati</u> se kyebukuwa.'''....''The lives <u>of all three</u> are in danger.'' : The above singular pronominal determiners can, in turn, be converted into inanimate pronouns with the suffix '''-s'''. ::* '''<u>Hyawatas</u> se glatesa.'''....''<u>Each one's</u> is important.'' ::* '''<u>Hyeowatas</u> se vyama.'''....''<u>Neither's</u> is real.'' : The plural pronominal determiners can be nominalized with the use of '''bi''', eg: ::* '''<u>Hyaiwasi</u> <u>bi huti</u> se kyebukuwa.'''....''<u>All three</u> <u>of theirs'</u> are in danger.'' : Correlative Number-incorporating Deictic Determiners are handled as follows: ::* '''Hyeawa A ey B'''....''either A or B'' ::* '''Hyeowa A oy B'''....''neither A nor B'' ::* '''Hyaewa A ay B'''....''both A and B'' ::* '''Hawa A, voy B'''....''only A, not B'' === Adverbial Deictic Determiners === : This tables shows a correlated set of '''''pro-adverbs''''' built through the agglutination of deictic prefixes and catetory stubs. This is not all-inclusive, because their are other similary-constructed pro-verbs relating to other categories. :{| class="wikitable" style="background:lightyellow; font-size:smaller;" |+ Adverbial Deictic Determiners |- valign=top ! PRO-ADVERBS !! MANNER<br>'''(b)<u>yen</u>''' !! PLACE<br>'''(ne)<u>m</u>''' !! TIME<br>'''<u>j</u>(ob)''' !! DEGREE<br>'''nog ~ gla<sup>1</sup>''' !! REASON<br>'''sav''' !! FREQUENCY<br>'''xag''' |- |- | INTERROGATIVE || '''duhayen?'''<br>''how?, in what way?'' || '''duham?'''<br>''where?'' || '''duhaj?'''<br>''when?'' || '''duhanog?''' ~ '''duhagla?'''<br>''how?, to what degree?'' || '''duhasav?'''<br>''why?'' || '''duhaxag?'''<sup>2</sup><br>''how often?'' |- | DEFINITE || '''hayen'''<br>''the way, how'' || '''ham'''<br>''the place, where'' || '''haj'''<br>''the time, when'' || '''hanog''' ~ '''hagla'''<br>''as, to the degree'' || '''hasav (hu)'''<br>''for the reason (that), because''||'''haxag'''<br>''as often (...as)'' |- | INDEFINITE || '''heyen'''<br>''somehow, in some way'' || '''hem'''<br>''somewhere'' || '''hej'''<br>''sometime'' || '''henog''' ~ '''hegla'''<br>''somewhat'' || '''hesav'''<br>''for some reason''||'''hexag'''<br>''with some frequency'' |- | NEGATIVE || '''hoyen'''<br>''in nowise'' || '''hom'''<br>''nowhere'' || '''hoj'''<br>''never'' || '''honog''' ~ '''hogla'''<br> ''not at all'' || '''hosav'''<br>''for no reason''||'''hoxag'''<br>''never'' |- | PROXIMAL || '''hiyen'''<br>''this way, so'' || '''him'''<br>''here'' || '''hij'''<br>''now'' || '''hinog''' ~ '''higla'''<br>''so, this, to this extent'' || '''hisav'''<br>''for this reason, hence''||'''hixag'''<br>''this often'' |- | IMMEDIATE || '''hiiyen'''<br>''in the following way'' || '''hiim'''<br>''hereby'' || '''hiij'''<br>''here now'' || '''hiinog''' ~ '''hiigla'''<br>''to the following extent'' || '''hiisav'''<br>''for the following reason''||'''hiixag'''<br>''as often as follows'' |- | DISTAL || '''huyen'''<br>''that way, thus'' || '''hum'''<br>''there'' || '''huj'''<br>''then'' || '''hunog''' ~ '''hugla'''<br>''so, that, to that extent'' || '''husav'''<br>''for that reason, therefore, so''||'''huxag'''<br> ''that often'' |- | INTENSIVE || '''huuyen'''<br>''in such a way, so, thus'' || '''huum'''<br>''at such a place'' || '''huuj'''<br>''at such a time'' || '''huunog''' ~ '''huugla'''<br>''so, to such an extend'' || '''huusav'''<br>''for such a reason''||'''huuxag'''<br>''so often'' |- | ABSOLUTE NEGATIVE || '''hyoyen'''<br>''in nowise whatever'' || '''hyom'''<br>''nowhere at all'' || '''hyoj'''<br>''never ever'' || '''hyonog''' ~ '''hyogla'''<br> ''not at all'' || '''hyosav'''<br>''for no reason whatever''||'''hyoxag'''<br>''never ever'' |- | DISTRIBUTIVE || '''hyayen'''<br>''totally, in every way'' || '''hyam'''<br>''everywhere'' || '''hyaj'''<br>''always'' || '''hyanog''' ~ '''hyagla'''<br>''totally'' || '''hyasav'''<br>''for every reason''||'''hyaxag'''<br>''always'' |- | INDETERMINATE || '''hyeyen'''<br>''anyway'' || '''hyem'''<br>''anywhere, wherever'' || '''hyej'''<br>''whenever'' || '''hyenog''' ~ '''hyegla'''<br>''however, to any degree'' || '''hyesav'''<br>''for whatever reason''||'''hyexag'''<br>''with whatever frequency'' |- | IDENTICAL || '''hyiyen<sup>3</sup> (hu)'''<br>''likewise, as, in the same way (that)'' || '''hyim'''<br>''at the same place'' || '''hyij'''<br>''at the same time'' || '''hyinog''' ~ '''hyigla''';<br>''as, to the same extent'' || '''hyisav'''<br>''for the same reason''||'''hyixag'''<br>''as often'' |- | NON-IDENTICAL || '''hyuyen<sup>4</sup>'''<br>''otherwise'' || '''hyum'''<br>''elsewhere'' || '''hyuj'''<br>''some other time'' || '''hyunog''' ~ '''hyugla'''<br>''not as'' || '''hyusav'''<br>''for some other reason''||'''hyuxag'''<br>''not as often'' |} : <small>Note 1: '''-nog''' and '''-gla''' forms are synonymous, insofar as expressions of degree are concerned.</small> : <small>Note 2 '''hoxag?''' and other frequency forms can be also expressed as '''hogla jodi?'''....''how many times''.</small> : <small>Note 3 '''hyi-''' can be substituted by '''gel-'''.</small> : <small>Note 4 '''hyu-''' can be substituted by '''ogel-'''.</small> : The longer, expanded forms of pro-adverbs can be used at any time. For example: ::* '''At egteato et <u>hejob</u>.'''....''I will see you again <u>sometime</u>.'' ::* '''<u>Duhasun</u> se eta dyun?'''....''<u>What</u> is your name?'' ::* '''Et yeyfe axler <u>hubyen</u>.'''....''You shouldn't act <u>that way</u>.'' : It should be noted that all of these pro-adverb determiners, unless used as nouns, such as in the sentence '''Iyt iyfe him.'''....''She likes this place (or) She likes it here.'', are really abbreviations of longer expressions with mostly the preposition '''be'''....''at''. For example, '''At tambeseya hum.''', meaning ''I used to live there.'' is ignoring the preposition '''be''' from the longer, more explicit version '''At tambeseya <u>be</u> hum.''', lit. ''I used to live <u>at</u> that-place''. The proper preposition must be explicitly present if something other than '''be'''....''at'' is meant. For example, ''<u>from</u> where?'' is expressed as '''<u>bi</u> hom?''' Similarly, ''<u>up until</u> then'' would be expressed as '''<u>byu</u> huj'''. : Here are some examples of how adverbial determiners are used: ::* '''<u>Duham</u> et tambese?'''....''<u>Where</u> do you live?''&nbsp;&nbsp; < &nbsp;&nbsp;'''Et tambese <u>be DUHAa neM</u>?'''....''You live <u>at what place</u>.'') ::* '''At tambese <u>hum</u>.'''....''I live <u>there</u>.'' ::* '''Et tambese <u>hum</u> hu ha mep uje.'''....''You live <u>where</u> the road ends.'' ::* '''<u>Duham</u> weti peye?'''....''<u>Where</u> are you guys going?'' ::* '''Et yafe per <u>hyem</u> hu et fu.'''....''You can go <u>anywhere</u> you want.'' ::* '''<u>Duham</u> et byise?'''....''<u>Where</u> are you from?'' (Lit: ''Where do you originate.'' ::* '''<u>Duhaj</u> et taja?'''....''<u>When</u> were you born?'' ::* '''At voy tajaya <u>huj</u>.'''....''I had not been born <u>then</u>.'' ::* '''Et yeyfe duder <u>hiiyen</u>.'''....''You should respond <u>in the following way</u>.'' ::* '''Ot voy yefe daler <u>huuyen</u>.'''....''One must not talk <u>in such a manner</u>.'' ::* '''Et pia <u>hesav</u>.'''....''He left <u>for some reason</u>.'' ::* '''<u>Duhayen</u> et iyfe hia vafil?'''....''<u>How</u> do like this wine?'' ::* '''Voy se fia axer <u>hiyen</u>.'''....''It is not good to act <u>this way</u>.'' ::* '''<u>Duhasav</u> et tadsa <u>huunog</u> jwa?'''....''<u>Why</u> did you marry <u>so</u> late?'' ::* '''Ha tob pia <u>hyosav</u>.'''....''The man left <u>for no reason</u>.'' ::* '''Hwat pia <u>hasav hu</u> it efa per hyum.'''....''The guy left <u>because( ~ [for] the reason that)</u> he needed to go elsewhere.'' : The different, somewhat confusing, meanings of ''how'' are illustrated here: ::* '''<u>Duhayen</u> wit xa hus?'''....''<u>How</u> did he do that?''.... (Equivalent to '''Be hoa byen...?'''....''In what way...?'') (ADVERB OF MANNER) ::* '''<u>Duhayen</u> et xeye?'''....''<u>How</u> are you doing?''.... (This is the normal way of saying ''How are you?'' or ''How do you do?'' (ADVERB OF MANNER) ::* '''<u>Duhayena</u> sa ha dyezun?'''....'' <u>How</u> was the film?''.... (''How'' here is an ADJECTIVE OF KIND, and thus ends in '''-a'''.) ::* '''<u>Duhanog (= Duhagla)</u> aga it se?'''....''<u>How</u> big is he?''.... (ADVERB OF DEGREE) ::* '''<u>Huunog (= Duhagla)</u> iyfla et se!'''....''<u>How</u> nice you are!''.... (ADVERB OF EMPHATIC DEGREE) : The conjunction ''as'' is expressed most often using pro-adverbs of manner: ::* '''Xu <u>hayen hu</u> at de.'''....''Do <u>as</u> I say.'' = (in) the way that... ::* '''Xu <u>hyiyen hu</u> (or '''gelyen hu''' or even '''gel''') at xe.'''....''Do <u>as</u> I do.'' = (in) the same way that... ::* '''Xu <u>hiiyen</u>:'''....''Do <u>as follows</u>:'' = (in) this hereby manner... : However, the particle '''gel''' (''like, as'') can be substituted: ::* '''Xu <u>gel</u> at de.'''....''Do <u>as</u> I say.'' : Many of the pro-adverb determiners in the above chart can be relativized by adding the relative marker '''hu''' after the base form, eg: ::* '''At teaso et <u>haj hu</u> et puo him.'''....''I will see you <u>when</u> you get here.'' ::* '''It xa has <u>hasav hu</u> tosa yefa.'''....''He did it <u>because (for the reason that)</u> he felt compelled.'' ::* '''<u>Hyem hu</u> et po, et so ga iva.'''....''<u>Wherever</u> you go, you'll be happier.'' : See more about this in the section on relative clauses under Verbs. === Quantitative Deictic Determiners === : The deictic prefixes can be combined with '''gla''' to form quantitative expressions acting as adverbial or adjectival determiners, and substantives (pronouns referring to things or people): :{| class="wikitable" style="background:lightyellow; font-size;smaller;" |+ Quantitative Deictic Determiners |- valign=top ! !! ADVERBIAL / ADJECTIVAL<br>DETERMINER !! INANIMATE SINGULAR<br>PRONOUN !! INANIMATE PLURAL <br>PRONOUN !! ANIMATE PLURAL<br>PRONOUN |- | INTERROGATIVE || '''duhagla?'''....''how?/how much?/how many?'' || '''duhaglas?'''....''how much?'' || '''duhaglasi?'''....''how many'' || '''duhaglati?'''....''how many (people)?'' |- | DEFINITE || '''hagla'''....''how/as much/as many'' || '''haglas'''....''as much'' || '''haglasi'''....''as many'' || '''haglati'''....''as many (people)'' |- | INDEFINITE || '''hegla'''....''somewhat/some/some'' || '''heglas'''....''some'' || '''heglasi'''....''some'' || '''heglati'''....''some (people)'' |- | NEGATIVE || '''hogla'''....''no'' || '''hoglas'''....''none of it'' || '''hoglasi'''....''none of them '' || '''hoglati'''....''none'' |- | PROXIMAL || '''higla'''....''this/this much/this many'' || '''higlas'''....''this much'' || '''higlasi'''....''this many'' || '''higlati'''....''this many (people)'' |- | DISTAL || '''hugla'''....''that/that much/that many'' || '''huglas'''....''that much'' || '''huglasi'''....''that many''<br>'''huyglasi'''....''so many'' || '''huglati'''....''that many (people)'' |- | EMPHATIC || '''huugla'''....''so very, so much, so many'' || '''huuglas'''....''so much'' || '''huuglasi'''....''so many'' || '''huuglati'''....''so many (people)'' |- | ABSOLUTE NEGATIVE || '''hyogla'''....''not at all/no/no'' || '''hyoglas'''....''none of it whatever'' || '''hyoglasi'''....''none of them at all'' || '''hyoglati'''....''none whatever'' |- | DISTRIBUTIVE || '''hyagla'''....''totally/all/all'' || '''hyaglas'''....''all of it'' || '''hyaglasi'''....''all of them'' || '''hyaglati'''....''all'' |- | INDETERMINATE || '''hyegla'''....''however/any/any'' || '''hyeglas'''....''any of it'' || '''hyeglasi'''....''any of them'' || '''hyeglati'''....''any number of them'' |- | IDENTICAL || '''hyigla'''....''as/as much/as many, equally'' || '''hyiglas'''....''the same amount'' || '''hyiglasi'''....''the same number'' || '''hyiglati'''....''as many (people)'' |- | NON-IDENTICAL || '''hyugla'''....''not as much/not as much/not as many'' || '''hyuglas'''....''a different amount'' || '''hyuglasi'''....''a different number of things'' || '''hyuglati'''....''a different number of people'' |} : Here are some examples showing how these quantitative determiners are used: ::* '''Et deuze <u>huugla</u> fi.'''....''You sing <u>so</u> well.'' ::* '''At se <u>hegla</u> booka.'''....''I am <u>somewhat</u> tired.'' ::* '''<u>Hogla</u> pati et teata hijub?'''....''<u>How many</u> birds did you see today?'' ::* '''At teata vyavay <u>hugla</u> tami.'''....''I saw exactly <u>that many</u> houses.'' ::* '''Iyt fe <u>hyiglas</u> vyel et.'''....''She wants <u>the same amount</u> as you.'' ::* '''<u>Duhaglati</u> yantexe yet?'''....''<u>How many (people)</u> agree with you?'' ::* '''<u>Hoglati</u> yantexe.'''....''<u>None</u> agree.'' ::* '''Yit fu <u>heglasi</u>.'''....''They would like <u>some (of them)</u>.'' ::* '''Et yafe bier <u>hyeglasi</u> et fe.'''....''You can take <u>however many</u> you want.'' ::* '''At se <u>huugla</u> booka.'''....''I am <u>so</u> tired.'' : NOTE: The following determiners are synonymous and interchangeable: ::* '''hegla''' = '''gle''' = '''henog''' (''somewhat, to some degree'') ::* '''hyigla''' = '''ge''' = '''hyinog''' (''as, equally, to the same degree'') : The determiners '''hogla''' and '''huugla''' can be used as exclamatory adverbs, eg.: ::* '''<u>Hogla</u> et agsaye!'''....''<u>How</u> you have grown!'' ::* '''Hua twob jagsaye <u>huugla</u>!'''....''That man has aged <u>so much</u>!'' ::* '''Hia jotul se <u>huugla</u> fiteluza!'''....''This dessert is <u>sooo</u> delicious!'' :: '''''Pronominal Determiners''''' : For a discussion of '''''pronominal determiners''''' (or '''''possessive adjectives''''') like ''my, mine, yours, our own, etc.'', see [[Mirad_Grammar/Pronouns#Pronominal Determiners|Pronominal Determiners]] under Pronouns. <noinclude>{{Chapter navigation with TOC|Adverbs|Pronouns}}</noinclude> == Pronominal Determiners == : Pronominal Determiners are what are more often called '''''possessive adjectives''''' such as ''my'' or ''your'' and are discussed in a subsection of [[Mirad Grammar/Pronouns#Pronominal Determiners|Pronouns]]. == Quantitative Determiners == : '''''Quantitative determiners''''' act in one of several ways, they: ::* specify mass, uncountable, singular nouns for relative AMOUNT, eg. ''much happiness, less work'' ::* specify countable nouns for relative NUMBER, eg. ''one apple, two birds, many places'' ::* specify adverbs, adjectives, and verbs for relative DEGREE, eg. ''how poorly, very good, eat too much''. : From these, pronominalized quantitative determiners for PERSONS and THINGS can be derived. ::* Inanimate singular pronouns are formed by adding '''s''' for AN AMOUNT OF A THING ::* Inanimate plural pronouns are formed by adding '''si''' for A NUMBER OF THINGS ::* Animate plural pronouns are formed by adding '''ti''' for A NUMBER OF PERSONS. : The following table presents most of these word forms: {| class="wikitable" style="background:lightyellow; margin-left:1.6em; font-size:smaller;" |+ Quantitative Determiners |- ! ADVERB / ADJECTIVE !! SINGULAR INANIMATE PRONOUN !! PLURAL INANIMATE PRONOUN !! PLURAL ANIMATE PRONOUN |- ! DEGREE: How...(big / quickly)?<br>AMOUNT: How much...(money)?<br>NUMBER: How many...(books)? !! AMOUNT: How much...(+ STUFF)? !! NUMBER: How many...(+ THINGS)? !! NUMBER: How many...(+ PEOPLE)? |- | '''ga'''....''more'' || '''gas'''....''more (stuff)'' || '''gasi'''....''many (things)'' || '''gati'''....''many (people)'' |- | '''ge'''....''as, as much, as many'' || '''ges'''....''as much (stuff)'' || '''gesi'''....''as many (things)'' || '''geti'''....''as many people'' |- | '''go'''....''less, fewer'' || '''gos'''....''less (stuff)'' || '''gosi'''....''fewer (things)'' || '''goti'''....''fewer (people)'' |- ! !! !! !! |- | '''gla'''....''very, much, many''<br>'''glay'''....''so, so much, so many'' || '''glas'''....''much (stuff)''<br>'''glays'''....''so much stuff'') || '''glasi'''....''many (things)''<br>'''glaysi'''....''so many (things)'' || '''glati'''....''many (people)''<br>'''glayti'''....''so many (people)'' |- | '''gle'''....''rather, quite a lot, quite a few'' || '''gles'''....''quite a lot (of stuff)'' || '''glesi'''....''quite a lot (of things)'' || '''gleti'''....''quite a few (people)'' |- | '''glo'''....''slightly, a little, few'' || '''glos'''....''a little bit'' || '''glosi'''....''a few (things)'' || '''gloti'''....''few (people)'' |- ! !! !! !! |- | '''gra'''....''too, too much, too many'' || '''gras'''....''too much (stuff)'' || '''grasi'''....''too many (things)'' || '''grati'''....''too many (people)'' |- | '''gre'''....''enough'' || '''gres'''....''enough (stuff)'' || '''gresi'''....''enough (things)'' || '''greti'''....''enough (people)'' |- | '''gro'''....''insufficiently, too little, too few'' || '''gros'''....''too little'' || '''grosi'''....''too few'' || '''groti'''....''too few (people)'' |- ! !! !! !! |- | '''gwa'''....''most'' || '''gwas'''....''the most (stuff)'' || '''gwasi'''....''the most (things)'' || '''gwati'''....''most people'' |- | '''gwe'''....''just so (much/many)'' || '''gwes'''....''just so much'' || '''gwesi'''....''just so many'' || '''gweti'''....''just so many (people)'' |- | '''gwo'''....''least'' || '''gwos'''....''the least (stuff)'' || '''gwosi'''....''the least (number of)'' || '''gwoti'''....''the least number (of people)'' |} : Examples Using Quantitative Determiners :: Adverbs of degree modifying an adjective: :::* '''At se <u>gla</u> iva.'''....''I am <u>very</u> happy.'' :::* '''Et sa <u>gra</u> uga.'''....''You were <u>too</u> slow.'' :: Adverbs of Degree modifying another adverb: :::* '''Twobi dale <u>ge</u> igay vyel toybi.'''....''Men talk <u>as</u> fast as women.'' :::* '''Yat yexe <u>ga igay</u> vyel yet.'''....''We work faster (= <u>more quickly</u>) than you.'' :: Adjectives quantifying a singular mass noun: :::* '''<u>Ga</u> nas efwo.'''....''<u>More</u> money will be needed.'' :::* '''<u>Gra</u> nas noxwa.'''....''<u>Too much</u> money was spent.'' :: Adjectives quantifying a plural countable noun (= things or people): :::* '''At ayse <u>gro</u> sari.'''....''I've got <u>too few</u> tools.'' :::* '''<u>Gla</u> tami osexwa.'''....''<u>Many</u> houses were destroyed.'' :::* '''Yat efe <u>gla ga</u> valkdibuti.'''....''We need <u>many more</u> policemen.'' :: Pronouns referring to a mass amount of something (= stuff): :::* '''<u>Gas</u> ilokeye.'''....''<u>More (stuff)</u> is leaking.'' :::* '''Et dileye <u>gras</u>.'''....''You are asking for <u>too much (stuff)</u>.'' :::* '''Yat kexo <u>gwas</u>.'''....''We will seek <u>as much (stuff) as possible</u>.'' :::* '''At iba <u>gwes</u>.'''....''I received <u>just the right amount.</u>'' :: Pronouns referring to a countable number of things: :::* '''Hisi se fia oy yat fe <u>gasi</u>.'''....''These (items) are good but we want <u>more (items)</u>.'' :::* '''At teate drilari oy <u>grosi</u>.'''....''I see pens, but <u>too few</u>.'' :: Pronouns referring to a countable number of people: :::* '''<u>Grati</u> xaye vyoki be hia yexem.'''....''<u>Too many (people)</u> have made mistakes at this work site.'' :::* '''<u>Glati</u> dyunwe oy <u>gloti</u> kexbiwe.'''....''<u>Many</u> are called but <u>few</u> are chosen.'' == Numerical Determiners == : Numerical determiners are number words that modify nouns, such as ''one'', ''fifty'', ''a hundred''. They are based on the cardinal numbers, which are explained here: === Cardinal Numerals === : The cardinal numerals are words used in counting. These words are based on the vowels of Mirad and are crucial to any hierarchical or scalar ordering of lexical concepts. :* The unit cardinal numbers are formed from the plain and pre-'''y'''-glided vowels: :::{| class="wikitable" style="background:lightyellow; text-align:center" |+ Unit Cardinal Numbers |- ! 0 !! 1 !! 2 !! 3 !! 4 !! 5 !! 6 !! 7 !! 8 !! 9 |- | '''o''' || '''a''' || '''e''' || '''i''' || '''u''' || '''yo''' || '''ya''' || '''ye''' || '''yi''' || '''yu''' |- | ''zero'' || ''one'' || ''two'' || ''three'' || ''four'' || ''five'' || ''six'' || ''seven'' || ''eight'' || ''nine'' |} :: The cardinal numerals 5-9 are pre-y-glided versions of the vowels that constitute 0-4. ==== Ordinal Vowels ==== ::* The cardinal numerals are used as '''''ordinal vowels''''' in word-building. An example is the word '''mer''' (''planet''). Here, the cardinal numbers are added as a secondary ordinal vowel to the stem vowel to create the names of the planets in our solar system: :::{| class="wikitable" style="background:lightyellow" |+ Planet names |- ! MONTH !! ORDINAL VOWEL....NUMERIC VALUE |- | '''me<u>a</u>r'''....''Mercury'' || '''a'''....1 |- | '''me<u>e</u>r'''....''Venus'' || '''e'''....2 |- | '''me<u>i</u>r'''....''Earth'' || '''i'''....3 |- | '''me<u>u</u>r'''....''Mars'' || '''u'''....4 |- | '''me<u>yo</u>r'''....''Jupiter'' || '''yo'''....5 |- | '''me<u>ya</u>r'''....''Saturn'' || '''ya'''....6 |- | '''me<u>ye</u>r'''....''Uranus'' || '''ye'''....7 |- | '''me<u>yi</u>r'''....''Pluto'' || '''yi'''....8 |} ::(See more on this in the section on [[Mirad Grammar/Vocabulary Formation|Vocabulary Formation]]. ::* The cardinal numerals are also used in counting, for example, at a sports countdown. ::* The cardinal numerals are employed in reciting telephone numbers and addresses, for example: ::: '''Ata yibdalar sag se 703-842-6190 (pronounced: ye-o-i-yi-u-e-ya-a-yu-o).'''....''My telephone number is...''. ::: '''At tambese 114 Maple Street.''' (pronouned: '''a-a-u''' Maple Street) ::* They are further used in mathematical operations. For example: ::: '''E gab e se u.'''....''Two plus two is four.'' ==== Units ==== :: To make the unit numerals more understandable in contexts such as counting, arithmetic, and telephone communications, the unit formant '''wa''' is added to them. The '''wa''' formant is added only when the unit numbers stand alone, not in conjunction with higher numerals, such as the teens, hundreds, etc. More importantly, the numbers 0-9, when used as '''''adjectival numerical determiners''''' modifying nouns, MUST take this '''wa''' formant (see the section below on [[Mirad Grammar/Determiners#Integral Numerical Determiners|Integral Numerical Determiners]]. :::{| class="wikitable" style="background:lightyellow" |+ Unit Numerals with '''wa''' Formant |- ! 0 !! 1 !! 2 !! 3 !! 4 !! 5 !! 6 !! 7 !! 8 !! 9 |- | '''owa''' || '''awa''' || '''ewa''' || '''iwa''' || '''uwa''' || '''yowa''' || '''yawa''' || '''yewa''' || '''yiwa''' || '''yuwa''' |- | ''zero'' || ''one'' || ''two'' || ''three'' || ''four'' || ''five'' || ''six'' || ''seven'' || ''eight'' || ''nine'' |} : Examples: :::* '''Ata kosag se "awa yowa ewa yiwa".'''....''My code is "one five two eight".'' :::* '''<u>Uwa</u> tami.'''....''<u>Four</u> houses.'' :::* '''At bee <u>yuwa</u> tudi.'''....''I have <u>nine</u> children.'' :::* '''Iyt bee <u>owa</u> tud.'''....''She has <u>no (=zero)</u> children (=child).'' ==== Decades ==== ::* The decade formant '''-l-''' is used to form the '''''decades'''''. Followed by '''-o'''....''zero'', we have the base decade numbers: :::{| class="wikitable" style="background:lightyellow" |+ Decades with the -l- Formant |- ! 10 !! 20 !! 30 !! 40 !! 50 !! 60 !! 70 !! 80 !! 90 |- | '''alo''' || '''elo''' || '''ilo''' || '''ulo''' || '''yolo''' || '''yalo''' || '''yelo''' || '''yilo''' || '''yulo''' |- | ''ten'' || ''twenty'' || ''thirty'' || ''forty'' || ''fifty'' || ''sixty'' || ''seventy'' || ''eighty'' || ''ninety'' |} ::: By changing the '''o'''....''zero'' in '''lo''' to other cardinal unit numerals, the numerals within decades can be generated as follows: :::{| class="wikitable" style="background:lightyellow" |+ Decadal Counting |- | '''ala'''....''11'' || '''ela'''....''21'' || '''ila'''....''31'' || '''ula'''....''41'' || '''yola'''....''51'' || '''yala'''....''61'' || '''yela'''....''71'' || '''yila'''....''81'' || '''yula'''....''91'' |- | '''ale'''....''12'' || '''ele'''....''22'' || '''ile'''....''32'' || '''ule'''....''42'' || '''yole'''....''52'' || '''yale'''....''62'' || '''yele'''....''72'' || '''yile'''....''82'' || '''yule'''....''92'' |- | ... || ... || ... || ... || ... || ... || ... || ... || ... |- | '''alyu'''....''19'' || '''elyu'''....''29'' || '''ilyu'''....''39'' || '''ulyu'''....''49'' || '''yolyu'''....''59'' || '''yalyu'''....''69'' || '''yelyu'''....''79'' || '''yilyu'''....''89'' || '''yulyu'''....''99'' |} ==== Hundreds ==== ::* By adding the hundreds formant '''s''', you get the '''''hundreds''''': :::{| class="wikitable" style="background:lightyellow" |+ Hundreds with the -s- Formant |- ! 100 !! 200 !! 300 !! 400 !! 500 !! 600 !! 700 !! 800 !! 900 |- | '''aso''' || '''eso''' || '''iso''' || '''uso''' || '''yoso''' || '''yaso''' || '''yeso''' || '''yiso''' || '''yuso''' |} ::: All the numerals in-between the hundreds, can be generated by modifying the '''so''' ending, for example: :::* '''asa'''....''101'' :::* '''asale'''....''112'' :::* '''usyulyu'''....''599'' ==== Thousands ==== ::* The '''''thousands''''' are generated with the formant '''r''': : :: Note: The number categories starting with the thousands on up end in '''-o''' and are separated from the rest of a number by a space. :::{| class="wikitable" style="background:lightyellow" |+ Thousands |- ! 1000 !! 2000 !! 3000 !! 4000 !! 5000 !! 6000 !! 7000 !! 8000 !! 9000 |- | '''aro''' || '''ero''' || '''iro''' || '''uro''' || '''yoro''' || '''yaro''' || '''yero''' || '''yiro''' || '''yuro''' |} :::* '''aro'''....''1,000'' :::* '''aro a'''....''1,001'' :::* '''ero isi'''....''2,300'' :::* '''yoro yasula'''....''5,641'' ==== Millions ==== ::* The '''''millions''''' are generated with the formant '''ml''': :::{| class="wikitable" style="background:lightyellow" |+ Millions with the -ml- Formant |- ! 1000,000 !! 2000,000 !! 3000,000 !! 4000,000 !! 5000,000 !! 6000,000 !! 7000,000 !! 8000,000 !! 9000,000 |- | '''amlo''' || '''emlo''' || '''imlo''' || '''umlo''' || '''yomlo''' || '''yamlo''' || '''yemlo''' || '''yimlo''' || '''yumlo''' |} :::* '''emlo yala'''....''2,000,051'' :::* '''umlo esu'''....''4,000,204'' ==== Billions ==== ::* The '''''billions''''' are generated with the formant '''mr'''; :::{| class="wikitable" style="background:lightyellow" |+ Billions |- ! 1000,000,0000 !! 2000,000,0000 !! 3000,000,0000 !! 4000,000,0000 !! 5000,000,0000 !! 6000,000,0000 !! 7000,000,0000 !! 8000,000,0000 !! 9000,000,0000 |- | '''amro''' || '''emro''' || '''imro''' || '''umro''' || '''yomro''' || '''yamro''' || '''yemro''' || '''yimro''' || '''yumro''' |} :::* '''imro emlo yoro asyula'''....''three billion, two million, five thousand, one hundred fifty one'' :::* '''iro asyulyo'''....''3,195'' :::* '''yamlo asyulyo'''....''6,000,195'' :::* '''alomro yelyomlo asyilyaro yusele'''....''10,075,186,922'' ==== Trillions etc. ==== : The '''''trillions''''' are generated with the word '''garale''', which means ''10 to the positive power of 12 or 10<sup>+10</sup>.'' : The '''''trillionths''''' are generated with the word '''gorale''', which means ''10 to the negative power of 12 or 10<sup>-10</sup>.'' ::* '''iwa garale aoti'''....''three trillion people'' ::* '''uwa goraleni bi ha mor'''....''three trillionths of the universe'' : Even higher numbers are shown in the chart in the next section. === Overall Numbers Chart === : The following chart shows the entire Mirad number scheme: : <table style="border-collapse: collapse; min-width: 100%;"><tr><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 70px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">RADICAL</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;">CARDINAL ADJECTIVE</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 70px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">MULTIPLE<br>PREFIX</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 81px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">ORDINAL ADJECTIVE</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 67px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">MULTIPLE</span></div><div><span style="font-size: 11px; line-height: 15px;">ENTITY</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 78px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">MULTIPLE</span></div><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">PERSON</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 75px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">MULTIPLE</span></div><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">ADJECTIVE</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 84px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">MULTIPLE</span></div><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">VERB</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 92px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">FRACTION</span></div><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">NOUN</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 74px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">FRACTION</span></div><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">PREFIX</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 82px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">FRACTION</span></div><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">ADJECTIVE</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 79px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">FRACTION</span></div><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">VERB</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">o</span></div><div><span style="font-size: 8pt; font-style: italic;">zero</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">owa</span></div><div><span style="font-size: 8pt; font-style: italic;">zero</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">on</span><span style="font-size: 8pt; font-style: italic;">-</span></div><div><span style="font-size: 8pt; font-style: italic;">null-, non-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">oa</span></div><div><span style="font-size: 8pt; font-style: italic;">zeroth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">oon</span></div><div><span style="font-size: 8pt; font-style: italic;">nonentry</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">o</span><span style="font-size: 8pt; font-weight: bold;">o</span><span style="font-size: 8pt; font-weight: bold;">t</span></div><div><span style="font-size: 8pt; font-style: italic;">nonperson</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">onxer</span></div><div><span style="font-size: 8pt; font-style: italic;">nullify</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><span style="font-size: 8pt;"><br/></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><br/></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">a</span></div><div><span style="font-size: 8pt; font-style: italic;">one</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">awa</span></div><div><span style="font-size: 8pt; font-style: italic;">one</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">an</span><span style="font-size: 8pt; font-style: italic;">-</span></div><div><span style="font-size: 8pt; font-style: italic;">uni-,</span></div><div><span style="font-size: 8pt; font-style: italic;">mono-</span></div><div><span style="font-size: 8pt; font-style: italic;">haplo-,</span></div><div><span style="font-size: 8pt; font-style: italic;">singul-</span></div><div><span style="font-size: 8pt; font-style: italic;">solo-, one-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt; font-style: italic; font-weight: bold;">aa</span></div><div><span style="font-size: 8pt; font-style: italic;">first, </span></div><div><span style="font-size: 8pt; font-style: italic;">primary</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">aon</span></div><div><span style="font-size: 8pt; font-style: italic;">unit,</span></div><div><span style="font-size: 8pt; font-style: italic;">monad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">aot</span></div><div><span style="font-size: 8pt; font-style: italic;">individual</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">aona</span></div><div><span style="font-size: 8pt; font-style: italic;">unitary,</span></div><div><span style="font-size: 8pt; font-style: italic;">haplo-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">aonxer</span></div><div><span style="font-size: 8pt; font-style: italic;">unify</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><span style="font-weight: bold; font-size: 8pt;">ayn</span></div><div><span style="font-style: italic; font-size: 8pt;">whole</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">ayn</span><span style="font-size: 8pt; font-style: italic;">-</span></div><div><span style="font-size: 8pt; font-style: italic;">holo-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">ayna</span></div><div><span style="font-size: 8pt; font-style: italic;">whole</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">aynxer</span></div><div><span style="font-size: 8pt; font-style: italic;">integrate</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>e</b></span></div><div><span style="font-size: 8pt; font-style: italic;">two</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ewa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">two</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>en</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">di-, du-,bi-, bin-, bis-, dupli-, diplo-</span></div><div><span style="font-size: 8pt; font-style: italic;">dis-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ea</b></span></div><div><span style="font-size: 8pt; font-style: italic;">second</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>eon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">pair,</span></div><div><span style="font-size: 8pt; font-style: italic;">dyad,</span></div><div><span style="font-size: 8pt; font-style: italic;">duplex</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>eot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">couple, </span></div><div><span style="font-size: 8pt; font-style: italic;">duo,</span></div><div><span style="font-size: 8pt; font-style: italic;">twin</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>eona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">double,</span></div><div><span style="font-size: 8pt; font-style: italic;">two-fold,</span></div><div><span style="font-size: 8pt; font-style: italic;">binary</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>eonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">double, duplicate</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">eyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">half</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;">eyn<i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">semi-, </span></div><div><span style="font-size: 8pt; font-style: italic;">demi-, </span></div><div><span style="font-size: 8pt; font-style: italic;">half-. </span></div><div><span style="font-size: 8pt; font-style: italic;">hemi-</span></div><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>eyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">half</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>eynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">halve,</span></div><div><span style="font-size: 8pt; font-style: italic;">cut in two</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;">i</span></div><div><span style="font-size: 8pt; font-style: italic;">three</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>iwa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">three</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>in</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">tri-, triplo-, tris-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ia</b></span></div><div><span style="font-size: 8pt; font-style: italic;">third,</span></div><div><span style="font-size: 8pt; font-style: italic;">terciary</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ion</b></span></div><div><span style="font-size: 8pt; font-style: italic;">triple,</span></div><div><span style="font-size: 8pt; font-style: italic;">triad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>iot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">trio,</span></div><div><span style="font-size: 8pt; font-style: italic;">threesome, triplet</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>iona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">triple,</span></div><div><span style="font-size: 8pt; font-style: italic;">three-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ionxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">triple, triplicate</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">iyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">third</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>iyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">terci-,</span></div><div><span style="font-size: 8pt; font-style: italic;">trient-</span></div><div><span style="font-size: 8pt; font-style: italic;">ter-, tern-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>iyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">third</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>iynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut three way</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>u</b></span></div><div><span style="font-size: 8pt; font-style: italic;">four</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uwa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">four</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>un</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">quadri-,</span></div><div><span style="font-size: 8pt; font-style: italic;">tetra-, tetraplo-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ua</b></span></div><div><span style="font-size: 8pt; font-style: italic;">fourth, quaternary</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quartet,</span></div><div><span style="font-size: 8pt; font-style: italic;">tetrad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quartet, foursome, quadruplet</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">four-fold,</span></div><div><span style="font-size: 11px; line-height: 15px; font-style: italic;">quadruple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quadruple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">uyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">quarter, fourth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">quater-, quadrant-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quarter</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quarter,</span></div><div><span style="font-size: 8pt; font-style: italic;">cut four ways</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yo</b></span></div><div><span style="font-size: 8pt; font-style: italic;">five</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yowa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">five</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoon</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">quinti-</span></div><div><span style="font-size: 8pt; font-style: italic;">penta-, pentaplo-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">fifth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quintet,</span></div><div><span style="font-size: 8pt; font-style: italic;">pentad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quintet</span></div><div><span style="font-size: 8pt; font-style: italic;">fivesome, quintuplet</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">five-fold, </span></div><div><span style="font-size: 8pt; font-style: italic;">quintuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quintuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">yoyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">fifth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">quinti-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">fifth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut five ways</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ya</b></span></div><div><span style="font-size: 8pt; font-style: italic;">six</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yawa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">six</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yaon</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">sexa-</span></div><div><span style="font-size: 8pt; font-style: italic;">hexa-</span></div><div><span style="font-size: 8pt; font-style: italic;">hexaplo-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yaa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">sixth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yaon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">sextet,</span></div><div><span style="font-size: 8pt; font-style: italic;">hexad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yaot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">sextet,</span></div><div><span style="font-size: 8pt; font-style: italic;">sextuple, sextuplet</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yaona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">six-fold, sextant-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yaonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">sextuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">yayn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">sixth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yayn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">sextant-, sext-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yayna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">sixth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yaynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut six ways</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ye</b></span></div><div><span style="font-size: 8pt; font-style: italic;">seven</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yewa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">seven</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeon</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">septa-,</span></div><div><span style="font-size: 8pt; font-style: italic;">hepta-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yea</b></span></div><div><span style="font-size: 8pt; font-style: italic;">seventh</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">septet,</span></div><div><span style="font-size: 8pt; font-style: italic;">hectad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">septet,</span></div><div><span style="font-size: 8pt; font-style: italic;">septuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">seven-fold</span></div><div><span style="font-size: 8pt; font-style: italic;">septuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">septuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">yeyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">seventh</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">septant-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">seventh</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut seven ways</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yi</b></span></div><div><span style="font-size: 8pt; font-style: italic;">eight</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yiwa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">eight</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yion</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">octi-,</span></div><div><span style="font-size: 8pt; font-style: italic;">octa-, octaplo-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yia</b></span></div><div><span style="font-size: 8pt; font-style: italic;">eighth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yion</b></span></div><div><span style="font-size: 8pt; font-style: italic;">octet,</span></div><div><span style="font-size: 8pt; font-style: italic;">octad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yiot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">octet,</span></div><div><span style="font-size: 8pt; font-style: italic;">octuplet, octuplet</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yiona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">eight-fold, octuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yionxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">octuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">yiyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">eighth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yiyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">octant-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yiyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">eighth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yiynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut eight ways</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yu</b></span></div><div><span style="font-size: 8pt; font-style: italic;">nine</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuva</b></span></div><div><span style="font-size: 8pt; font-style: italic;">nine</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuon</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">novi-</span></div><div><span style="font-size: 8pt; font-style: italic;">nona-, enneaplo-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yua</b></span></div><div><span style="font-size: 8pt; font-style: italic;">ninth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">nonad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">nonet, nonuplet</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">nine-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">nonuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">yuyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">ninth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">nonant-</span></div><div><span style="font-size: 8pt; font-style: italic;">novi-</span></div><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">ninth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut nine ways</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><i>-</i><b>l</b><i>-</i></span></div><div><span style="font-size: 11px; line-height: 15px; font-style: italic;">tens</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>alo</b></span></div><div><span style="font-size: 8pt; font-style: italic;">ten</span></div><div><span style="font-size: 11px; line-height: 15px;"><b>gara</b></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>alon</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">deci-</span></div><div><span style="font-size: 8pt; font-style: italic;">deca-</span></div><div><span style="font-size: 8pt;"><b>gara</b><i>-</i></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aloa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">tenth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>alon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">decade</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>alot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">group of ten,decimvirate</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>alona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">ten-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>alonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">multiply</span></div><div><span style="font-size: 8pt; font-style: italic;">by ten</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">aloyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">tenth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aloyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">deci-</span></div><div><span style="font-size: 11px; line-height: 15px;"><b>gora</b><i>-</i></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aloyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">tenth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aloynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">decimate</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt; font-style: italic;">-s-</span></div><div><span style="font-size: 11px; line-height: 15px; font-style: italic;">hundreds</span></div><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aso</b></span></div><div><span style="font-size: 8pt; font-style: italic;">hundred</span></div><div><span style="font-size: 8pt;"><b>gare</b></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ason</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">hecto-</span></div><div><span style="font-size: 8pt;"><b>gare</b><i>-</i></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>asoa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">hundred</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ason</b></span></div><div><span style="font-size: 8pt; font-style: italic;">century,</span></div><div><span style="font-size: 8pt; font-style: italic;">hundred-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>asot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">hectad,</span></div><div><span style="font-size: 8pt; font-style: italic;">group of</span></div><div><span style="font-size: 8pt; font-style: italic;">a hundred</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>asona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">hundred-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>asonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">multiply by a hundred</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">aoyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">cent, percent</span></div><div><span style="font-style: italic; font-size: 8pt;">hundredth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>asoyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">centi-</span></div><div><span style="font-size: 8pt;"><b>gore</b><i>-</i></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>asoyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">hundredth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>asoynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut into hundredths</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><i>-</i><b>r-</b></span></div><div><span style="font-size: 8pt; font-style: italic;">thousands</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aro</b></span></div><div><span style="font-size: 8pt; font-style: italic;">thousand</span></div><div><span style="font-size: 8pt; font-style: italic;"><br/></span></div><div><span style="font-size: 8pt;"><b>gari</b></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aron</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">kilo-,</span></div><div><span style="font-size: 8pt;"><b>gari</b><i>-</i></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aroa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">thousandth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aron</b></span></div><div><span style="font-size: 8pt; font-style: italic;">millennium,</span></div><div><span style="font-size: 8pt; font-style: italic;">thousand-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>arot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">group of a thousand</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>arona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">thousand-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aronxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">multiply by a thousand</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">aroyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">thousanth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aroyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">milli-</span></div><div><span style="font-size: 8pt;"><b>gori</b><i>-</i></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aroyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">thousanth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aroynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut into thousanths</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><i>-</i><b>ml</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">millions</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amlo</b></span></div><div><span style="font-size: 8pt; font-style: italic;">million</span></div><div><span style="font-size: 8pt;"><b>garya</b></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amlon</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">mega-</span></div><div><span style="font-size: 8pt;"><b><i>garya</i></b>-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amloa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">millionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amlon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">million-fold,</span></div><div><span style="font-size: 8pt; font-style: italic;">myriad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amlot</b></span></div><div><span style="font-size: 11px; line-height: 15px; font-style: italic;">myriad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amlona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">million-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amlonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">multiply by a million</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">amloyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">millionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amloyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">micro-</span></div><div><span style="font-size: 8pt;"><b>gorya</b></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amloyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">millionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amsoynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut into millionths</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><i>-</i><b>mr</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">billions</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amro</b></span></div><div><span style="font-size: 8pt; font-style: italic;">billion</span></div><div><span style="font-size: 8pt;"><b>garyu</b></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amro</b><i>-</i></span></div><div><span style="font-size: 11px; line-height: 15px; font-style: italic;">giga-</span></div><div><span style="font-size: 11px; line-height: 15px;"><b>garyu</b><i>-</i></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amroa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">billionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amron</b></span></div><div><span style="font-size: 8pt; font-style: italic;">billiion-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amrot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">group of a billion people</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amrona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">billion-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amronxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">multiply by a billion</span></div><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">amsoyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">billionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amroyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">peta-</span></div><div><span style="font-size: 8pt;"><b>goryu</b></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amroyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">billionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amroynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut into billionths</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garale</b></span></div><div><span style="font-size: 8pt; font-style: italic;">trillion</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garale</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">tera-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garalea</b></span></div><div><span style="font-size: 8pt; font-style: italic;">trillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><br/></div><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><span style="font-size: 8pt;"><b>goralen</b></span></div><div><span style="font-size: 8pt;">a trillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>gorale</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">pico-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><br/></div><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><br/></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garalyo</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quadrillion</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>galalyo</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">peta</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garalyoa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quadrillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><br/></div><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><span style="font-size: 8pt;"><b>goralyon</b></span></div><div><span style="font-size: 8pt;">a quadrillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>goralyo</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">femto-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><br/></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garalyi</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quintillion</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garalyi</b><i>-</i></span></div><div><span style="font-size: 11px; line-height: 15px; font-style: italic;">exa-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt; font-style: italic;"><b>garalyia</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quintillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><span style="font-size: 8pt;"><b>goralyin</b></span></div><div><span style="font-size: 8pt;">a quintillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>goralyi</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">atto-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><br/></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garela</b></span></div><div><span style="font-size: 8pt; font-style: italic;">sextillion</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garela</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">zetta</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garelaa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">sextillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><span style="font-size: 8pt;"><b>gorelan</b></span></div><div><span style="font-size: 8pt;">a sextillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>gorela</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">zepto-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><br/></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garelu</b></span></div><div><span style="font-size: 8pt; font-style: italic;">septiliion</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garelu</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">yotta</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garelua</b></span></div><div><span style="font-size: 8pt; font-style: italic;">septillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><span style="font-size: 8pt;"><b>gorelun</b></span></div><div><span style="font-size: 8pt;">a septillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>gorelu</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">yocto-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><br/></div></td></tr></table> === Integral Numerical Determiners === : Integral Numerical Determiners are adjectives based on whole numerals that modify a following noun. : The unit integral numerals are combined with the formant '''wa''' to form the first ten numerical determiners that are used to quantify a noun. The noun following the numerical determiner is plural if the number is greater than one. The '''wa''' formant is used on unit numerals when they are stand-alone, not when they are part of a larger number. Unlike English, "zero" is followed by a singular noun. ::{| class="wikitable" style="background:lightyellow" |+ Unit Integral Numerical Determiners |- ! '''owa tam''' !! '''awa tam''' !! '''ewa tami''' !! '''iwa tami''' !! '''uwa tami''' |- | ''no/zero houses'' || ''one house'' || ''two houses'' || ''three houses'' || ''four houses'' |- ! '''yowa tami''' !! '''yawa tami''' !! '''yewa tami''' !! '''yiwa tami''' !! '''yuwa tami''' |- | ''five houses'' || ''six houses'' || ''seven houses'' || ''eight houses'' || ''nine houses'' |} :: In a sequence of noun modifiers, the numerical determiner goes in the same place as in English, eg: ::* '''Ata <u>iwa</u> gajaga twidi...'''....''My <u>three</u> older brothers...'' ::{| class="wikitable" style="background:lightyellow" |+ Numerical Determiners in Use |- ! Mirad !! English !! '''Wa''' Behavior !! Pluralization Behavior |- | '''o<u>wa</u> tam''' || ''no houses, zero houses'' || The numeral is a unit, <br>so '''wa''' is suffixed. || The numeral is less than 2, <br>so the noun is singular. |- | '''awa tam''' || ''one house, a house''|| " || " |- | '''ewa tam<u>i</u>''' || ''two houses''|| " || The numeral is greater than 2, <br>so the noun is plural. |- | '''iwa tami''' || ''three houses''|| " || " |- | '''uwa tami''' || ''four houses'' || " || " |- | '''yowa tami''' || ''five houses'' || " || " |- | '''yawa tami''' || ''six houses''|| " || " |- | '''yewa tami''' || ''seven houses'' || " || " |- | '''yiwa tami''' || ''eight houses'' || " || " |- | '''yuwa tami''' || ''nine houses'' || " || " |- | '''alo tami''' || ''ten houses'' || The numeral is not a unit <br>so no '''wa''' is suffixed. || " |- | '''ase tami''' || ''a hundred two houses'' || " || " |- | '''ero iwa tami''' || ''two thousand three houses'' || The numeral '''i''' is a unit, <br>so '''wa''' is suffixed. || " |- | '''iro alo tami''' || ''three thousand ten houses'' || The numeral '''alo''' is not a unit, <br>so '''wa''' is not suffixed. || " |} : Integral numerical determiners can be pronominalized as things and persons by suffixing '''s''' or '''t''', respectively. These can, in turn, be pluralized by suffixing '''i'''. Furthermore, person pronouns can be feminized with a '''y''' before the '''t'''. The '''s''' suffix is short for '''sun'''....''thing'' or '''suni'''....''things''. The '''t''' ending is short for '''aot'''....''person'' or '''aoti'''....''persons.'' For example: ::* '''Et ayse awa tam. At gey ayse <u>awas</u> (= awa sun).'''....''You have one house. I have <u>one</u> too.'' ::* '''At aysa alo dresari. Hij at ayse anay <u>ewasi</u> (= ewa suni).'''....''I had ten pencils. Now I only have <u>two</u>.'' ::* '''Esa <u>asoti</u> (= aso aoti) yeb ha duzam.'''.... '''There were <u>a hundred people</u> in the concert hall.''' ::* '''Yat yefe kexbier <u>eluyti</u> (= elu aoyti) bi huti.'''....''We must choose <u>twenty-four females</u> from those people.'' === Ordinal Numerical Determiners === : Ordinal numerical determiners like ''first'', ''second'', etc. are formed from the cardinal numerals by adding the adjectival ending '''a''' to the cardinal numeral. :{| class="wikitable" style="background:lightyellow" |+ Ordinal Determiners |- ! Cardinal Numeral !! Ordinal Numerical Determiner |- | '''o'''....''zero'' || '''oa'''....''zeroth'' |- | '''a'''....''one'' || '''aa'''....''first'' |- | '''e'''....''two'' || '''ea'''....''second'' |- | '''i'''....''three'' || '''ia'''....''third'' |- | '''alo'''....''ten'' || '''aloa'''....''tenth'' |- | '''asu'''....''104'' || '''asua'''....''104th'' |- | '''garale'''....''trillion'' || '''garalea'''....''trillionth'' |} : The word '''nap'''....''order'' can be inserted in these words to make them more comprehensible in speech: ::* '''anapa'''....''first'', ''first in order'', ''primary'' ::* '''enapa'''....''second'', ''second in order'', ''secondary'' ::* '''inapa'''....''third'', ''third in order'', ''tertiary'' ::* '''alanapa'''....''eleventh'', ''eleventh in order'' : There are other ordinal adjectives that are not based on numbers: ::* '''ijna'''....''initial, first, original'' ::* '''ujna'''....''last, final'' ::* '''ajna'''....''past, ex-, former, old'' ::* '''ojna'''....''future'' ::* '''ejna'''....''current, new, present'' ::* '''jana'''....''previous, last'' ::* '''jona'''....''next, following'' ::* '''zana'''....''next'' ::* '''zona'''....''previous, last'' : Ordinal determiners and adjectives can be converted into adverbs by adding the suffix '''y''' to the adjectival counterparts: :{| class="wikitable" style="background:lightyellow" |+ Ordinal Adverbs |- ! Adjective !! Adverb |- | '''aa'''....''first'' || '''aay'''....''firstly'' |- | '''anapa'''....''first'' || '''anapay'''....''primarily'' |- | '''ea'''....''second'' || '''eay'''....''secondly'' |- | '''ujna'''....''last'' || '''ujnay'''....''finally'' |} : Ordinal determiners can be converted to animate pronouns (persons) with the suffix '''t''' and inanimate pronouns (things) with the suffix '''s'''. These, in turn, can be pluralized with the suffix '''i'''. The person pronouns can also be feminized. ::* '''ha aas'''....''the first thing'' ::* '''ha aat'''....''the first person'' ::* '''ha aati'''....''the first people'' ::* '''hua aayt'''....''that first female'' ::* '''ha eas'''....''the second thing'' ::* '''eat'''....''another / a second person'' ::* '''ha ujnati so ha ijnati'''....''the last shall be first'' : Again, in the sequencing of stacked adjectival elements, the order is as in English, that is: <deictic or pronominal determiner> | <ordinal determiner> | <cardinal numerical determiner> | <adjective> ::* '''hua <u>uwa</u> aga tami'''....''those <u>four</u> big houses'' ::* '''ha <u>aa</u> alo oga tami'''....''the <u>first</u> ten little houses'' ::* '''ata <u>anapa</u> ewa oga tudi'''....''my <u>first</u> two little children'' === Fractional Numerical Determiners === : Fractional numerical determiners like ''half'' and ''quarter'' are formed by adding '''-yn''' for those functioning as nouns, '''-yna''' for adjectives, '''-ynay''' for adverbs, or '''-y(n)''' for prefixes, to the respective cardinal number. {| class="wikitable" style="background:lightyellow; margin-left:1.6em; font-size:smaller;" |+ Fractional Numerical Determiners |- ! CARDINAL NUMERAL !! FRACTION AS NOUN !! AS ADJECTIVE !! AS ADVERB || AS PREFIX || AS VERB |- | '''o'''....''zero'' || '''oyn'''....''a void, vacuum, null'' || '''oyna'''....''null, nil'' || -- || '''oy(n)-'''....''devoid of'' || '''oynxer'''....''annihilate, nullify'' |- | '''a'''....''one'' || '''ayn'''....''whole'' || '''ayna'''....''entire, whole'' || '''aynay'''....''entirely'' || '''ay(n)-'''....''holo-, whole-, all-'' || '''aynxer'''....''integrate'' |- | '''e'''....''two'' || '''eyn'''....''a half'' || '''eyna'''....''half'' || '''eynay'''....''halfway'' || '''ey(n)-'''....''half-, semi-, hemi-, demi-'' || '''eynxer'''....''halve'' |- | '''i'''....''three'' || '''iyn'''....''a third'' || '''iyna'''....''third'' || '''iynay'''....''by a third'' || '''iy(n)-'''....''terci''- || '''iynxer'''....''cut in third'' |- | '''u'''....''four'' || '''uyn'''....''a quarter'' || '''uyna'''....''quarter'' || '''uynay'''....''quarterly'' || '''uy(n)-'''....''quadri''- || '''uynxer'''....''quarter'' |- | '''alo'''....''ten'' || '''aloyn'''....''a tenth'' || '''aloyna'''....''tenth'' || '''aloynay'''....''by a tenth'' || '''aloy(n)-'''....''deci''- || '''aloynxer'''....''decimate'' |- | '''aso'''....''hundred'' || '''asoyn'''....''hundredth, percent'' || '''asoyna'''....''hundredth'' || '''asoynay'''....''by a hundredth'' || '''asoy(n)-'''....''centi-'' || '''asoynxer'''....''cut by a hundred'' |} : Here are some examples: :* '''His uxo ha <u>oynxen</u> bi yata mir.'''....''This will cause the <u>anihilation</u> of our world.'' :* '''Ha <u>ayna</u> mir te ayv et.'''....''The <u>whole</u> world knows about you.'' :* '''Has se gas vyel ha <u>ayn</u> bi hasa goni.'''....''It is more than the <u>whole</u> of its parts.'' :* '''Fransad se <u>ayn</u>druna dalzeyn.'''....''France is a <u>holo</u>phrastic language.'' :* '''Et yafe bier <u>eyn</u> bi has.'''....''You can take <u>half</u> of it.'' :* '''Yat yefo <u>eynxer</u> eta yexnix.'''....''We will have to <u>halve</u> your salary.'' :* '''Hus sa <u>eyn</u>vyan.'''....''That was a <u>half-</u>truth.'' :* '''Eso <u>eyn</u>zyunida dropek.'''....''There is going to be a <u>hemi</u>spheric war.'' :* '''Duven his se <u>eyn</u>utexea dopar?'''....''Is this a <u>semi-</u>automatic weapon?'' :* '''<u>Iynxu</u> hua ableyavol.'''....''<u>Cut</u> that pie <u>in thirds</u>.'' :* '''It yeyfe bixwer ay <u>uynxwer</u>.'''....''He should be drawn and <u>quartered</u>.'' :* '''Hia nas se <u>aloyn</u> bi has hu yat aysa zojab.'''....''This money is a <u>tenth</u> of what we had last year.'' :* '''Ha dep <u>aloynxwu</u>.'''....''The army <u>would be decimated.</u>'' :* '''Ewa <u>asoyni</u> bi ha dityan baksa.'''....''Two <u>percent (=hundredths)</u> of the citizenry got sick.'' :* '''Hia tom se anay <u>asoyn</u> ge aga vyel hua tom.'''....''This building is only <u>a hundredth</u> as big as that building.'' : The fractional adverbs can be used as in these examples: :* '''Et so <u>aynay</u> dudyefa av eta xeyni.'''....'''You will be <u>wholly</u> accountable for your actions.''' :* '''Iyt <u>eynay</u> tikabeloka.'''....''She <u>almost</u> (=halfway) threw up.'' : Pronominalizations like ''half of it, a third of them'': ::* '''<u>Eynas</u> sa fia.'''....''<u>Half of it</u> was good.'' ::* '''<u>Eynasi</u> sa fua.'''....''<u>Half of them</u> (things) were bad.'' ::* '''Esa uwa tobi se hua fukyes. <u>Eynati</u> toja.'''....''There were four people in that accident. <u>Half (of them)</u> died.'' ::* '''<u>Iynati</u> bi yet se vyaka.'''....''<u>A third</u> of you are right.'' ::* '''<u>Uynati</u> bi yat yantexe.'''....''<u>A quarter</u> of us agree.'' ::* '''<u>Alo asoyni</u> bi hia dyesi fyunxwa.'''....''<u>Ten percent</u> of these books were ruined.'' === Multiplicative Numerical Determiners === : Multiplicative numerical determiners like ''double'', ''triple'' can be formed by adding '''-on''' to the respective cardinal numeral if the numeral is '''''monosyllabic''''', otherwise just '''-n'''. These noun forms can be adjectivized with the suffix '''-a'''. They can also serve as prefixes on animate nouns, inanimate nouns, and prefixes, as the following chart shows. The prefix ending, '''-n''' is often dropped. :{| class="wikitable" style="background:lightyellow; |+ Multiplicative Numerical Determiners |- ! CARDINAL NUMERAL !! MULTIPLE AS NOUN !! ...AS ADJECTIVE !! ...AS ADVERB !! ...AS PREFIX !! ...AS VERB-MAKER |- | '''o'''....''zero'' || '''oon'''....''null'' || '''oona'''....''nil'' || || '''on-'''....''zero-'' || '''onxer'''....''cancel, zero out'' |- | '''a'''....''one'' || '''aon'''....''single'' || '''aona'''....''single'' || '''aonay'''....''singly'' || '''an-'''....''uni-/mono-'' || '''anxer'''....''unify'' |- | '''e'''....''two'' || '''eon'''....''twosome, double'' || '''eona'''....''double'' || '''eonay'''....''doubly'' || '''en-'''....''di-/bi-'' || '''enxer'''....''double'' |- | '''i'''....''three'' || '''ion'''....''threesome, triplet'' || '''iona'''....''triple'' || '''ionay'''....''triply'' || '''in-'''....''tri-''- || '''inxer'''....''triple'' |- | '''u'''....''four'' || '''uon'''....''quartet'' || '''uona'''....''quadruple'' || '''uonay'''....''quadruply'' || '''un-'''....''quadri-/tetra-'' || '''unxer'''....''quadruple'' |- | '''yo'''....''five'' || '''yoon'''....''quintet'' || '''yoona'''....''quintuple'' || '''yoonay'''....''quintuply'' || '''yoon-*'''....''quinti-/penta-'' || '''yoonxer*'''....''quintuple'' |- | '''ya'''....''six'' || '''yaon'''....''sextet'' || '''yaona'''....''sextuple'' || '''yaonay'''....''sextuply'' || '''yaon-*'''....''sexi-/hexa-'' || '''yaonxer*'''....''sextuple'' |- | '''alo'''....''ten'' || '''alon'''....''decade'' || '''alona'''....''decadic'' || '''alonay'''....''by a multiple of ten'' || '''alon-'''....''deca-'' || '''alonxer'''....''multiply by ten'' |- | '''aso'''....''hundred'' || '''ason'''....''hundredfold'' || '''asona'''....''hundredfold'' || '''asonay'''....''by a hundredfold'' || '''ason-'''....''hecato-'' || '''asonxer'''....''multiply by a hundred'' |} :: * <small>An extra ''o'' is added to these prefixes to avoid ambiguity with '''yan''' meaning ''together'' and '''yon''' meaning ''apart.''</small> : The multiplicative noun ''dozen'' is expressed by '''aleon'''. :* '''<u>Aleoni</u> bi pati yizpapa.'''....''<u>Dozens</u> of birds flew by.'' : By adding the suffix '''-at''' to the noun multiple, we get groupings of people. The '''-na-''' in some of these words can be omitted, thereby simplifying the words: :* '''aonat''' or '''aot''' ....''solo, single, person'' ::* '''aonatser''' of '''aotser'''....''become single, become a person'' ::* '''aonawat'''....''singleton'' :* '''eonat''' or '''eot'''....''duo, pair, twosome, couple'' ::* '''eotxer'''....''to copulate'' ::* '''eonawat'''....''twin'' :* '''ionat''' or '''iot'''....''trio, threesome, trinity'' ::* '''iotxer'''....''to do a threesome'' ::* '''Ionatin'''....''Trinitarianism'' ::* '''ionawati'''....''triplets'' :* '''uonat''' or '''uot''' ....''quartet, foursome'' ::* '''uonawat'''....''quadruplet'' :* '''yoonat''' or '''yoot'''....''quintet, group of five people'' ::* '''yoonawati'''....''quintuplets'' ::* '''yoonati'''....''quintets'' : By adding the suffix '''-un''' instead of '''-on''', we get the following: :* '''aun'''....''unit'' ::* '''auna'''....''unitary, individual'' ::* '''aunser'''....''unite'' ::* '''aunyan'''....''series'' :::* '''aunyana'''....''serial'' :* '''eun'''....''pair'' ::* '''euna'''....''even, paired, binary'' ::* '''oleuna'''....''odd, non-binary, uneven, unpaired'' :::* '''oleunat'''....''odd man out'' :::* '''eunxer'''....''even out'' : Some examples where the above multiple determiners and derivatives are used: ::* '''Yat naptyopa be <u>eo(na)ti</u> yez bi ha mep.'''....''We marched in <u>twos (= pairs)</u> down the street.'' ::* '''<u>Asonati</u> upo bay yat bu hia ovdal.'''....''<u>Hundreds (of people)</u> will come with us to this protest.'' ::* '''Hia ivxel xwe <u>en</u>jabay.'''....''This celebration happens <u>bi</u>ennially.'' ::* '''Iyt se <u>un</u>tupokat.'''....''She is a <u>quadri</u>plegic. (Lit: x 4+limb+loss+person)'' ::* '''Diwe sagu ha <u>auni</u>.'''....''Please count the <u>units</u>.'' ::* '''Yet gafisa <u>aronay</u>!'''....''You all have improved <u>a thousandfold</u>!'' ::* '''Tob se <u>en</u>tyoyaba sat.'''....''Man is a <u>bi</u>pedal creature.'' : Note: Sometimes the multiple prefix ending in '''-on''' in the numbers below ten is shortened to '''-n''' in common words: ::* '''<u>an</u>zyuk'''....''<u>mono</u>cycle'' ::* '''<u>en</u>zyuk'''....''<u>bi</u>cycle'' ::* '''<u>in</u>gun'''....''<u>tri</u>angle'' ::* '''<u>un</u>gun'''....''<u>quadr</u>angle'' : Note: The prefixes for ''penta-/quinti-'' and ''hexa-/sext-'' must keep the '''-on''' so as to distinguish them from the prefixes '''yon'''....''apart'' and '''yan'''....''together''. This rule does not apply to numbers inside chemical names and formulas (See [[Mirad Grammar/Vocabulary Formation#Coding Chemical Elements|Coding Chemical Elements]]). ::* '''<u>yoon</u>gona'''....''<u>quinti</u>partite''&nbsp;&nbsp;BUT: '''<u>yon</u>per'''....''separate, go <u>apart</u>'' ::* '''<u>yaon</u>gun'''....''<u>hexa</u>gon''&nbsp;&nbsp;BUT: '''<u>yan</u>uper'''....''meet, come <u>together</u>'' === Metric Units === : Mirad uses the International System of Units|International System of Units (SI) for rendering measurement units. These symbols are pronounced as if you were spelling each letter out (see Mirad Grammar/Phonology and Orthography#Alphabet|the alphabet. Bear in mind that majuscules (uppercase letters are prefaced with the word '''ag-''' (''big''). Similarly, Greek letters are preceded by the word '''hel-'''. The measurement unit names are followed by '''nak''' (''measurement unit''). ::{| class="wikitable" style="background:lightyellow" |+ <big>SI base units</big> |- !ENGLISH<br>UNIT<br>NAME !SYMBOLIC<br>ABBREVIATION !QUANTITY<br>UNIT !MIRAD<br>PRONUNCIATION |- !second |style="text-align:center" |s |time |style="text-align:center" |'''sonak''' |- !meter |style="text-align:center" |m |length |style="text-align:center" |'''minak''' |- !kilogram |style="text-align:center" |kg |mass |style="text-align:center" |'''kigenak''' |- !ampere |style="text-align:center" |A |electric current |style="text-align:center" |'''aganak''' |- !kelvin |style="text-align:center" |K |thermodynamic temperature |style="text-align:center" |'''agkinak''' |- !Mole |style="text-align:center" |mol |amount of substance |style="text-align:center" |'''miolinak''' |- !candela |style="text-align:center" |cd |luminous intensity |style="text-align:center" |'''cadanak''' |} : The hyphen in the above "spelled out" words ensure that each syllable gets even stress. : Here are SI derived units with special names and symbols: ::{| class="wikitable" style="background:lightyellow" |+ <big>SI derived units with special names and symbols</big> |- ! ENGLISH<br>NAME ! SYMBOLIC<br>WRITTEN<br>ABBREVIATION ! QUANTITY<br>UNIT ! MIRAD<br>PRONUNCIATION |- |'''radian''' | align="center" | rad | plane angle | align="center" |'''roadanak''' |- |'''steradian''' | align="center" | sr | solid angle | align="center" |'''soronak''' |- |'''hertz''' | align="center" | Hz | frequency | align="center" |'''aghezunak''' |- |'''newton''' | align="center" | N | force, weight | align="center" |'''agninak''' |- | '''pascal''' | align="center" | Pa | pressure, stress | align="center" | '''agpoanak''' |- | '''joule''' | align="center" | J | energy | align="center" | '''agjinak''' |- | '''watt''' | align="center" | W | power | align="center" | '''agwunak''' |- | '''coulomb''' | align="center" | C | electric charge | align="center" |'''agcanak''' |- | '''volt''' | align="center" | V | electrical potential difference | align="center" | '''agvunak''' |- | '''farad''' | align="center" | F | capacitance | align="center" | '''agfenak''' |- | '''ohm''' | align="center" | Ω | electrical resistance | align="center" | '''agyonak''' |- | '''Siemens''' | align="center" | S | electrical conductance | align="center" | '''agsonak''' |- | '''Weber''' | align="center" | Wb | magnetic flux | align="center" | '''agwubanak''' |- | '''tesla''' | align="center" | T | magnetic flux density | align="center" | '''agtonak''' |- | '''henry''' | align="center" | H | inductance | align="center" | '''aghenak''' |- | '''degree Celsius''' | align="center" | °C | temperature | align="center" | '''nogagcanak''' |- | '''lumen''' | align="center" | lm | luminous flux | align="center" | '''liminak''' |- | '''lux''' | align="center" | lx | illuminance | align="center" | '''lixuak''' |- | '''becquerel''' | align="center" | Bq | radioactivity | align="center" | '''agbakonak''' |- | '''gray''' | align="center" | Gy | absorbed dose (of ionizing radiation) | align="center" | '''aggeyunak''' |- | '''sievert''' | align="center" | Sv | equivalent dose (of ionizing radiation) | align="center" | '''agsovunak''' |- | '''katal''' | align="center" | kat | catalytic activity | align="center" | '''kiatonak''' |- | '''byte''' | align="center" | b | 8 bits of information | align="center" | '''banak''' |} : Also, here are some non-SI units that are very convenient and acceptable: ::{| class="wikitable" style="background:lightyellow" |+ <big>Convenient non-SI units</big> |- ! ENGLISH<br>NAME ! SYMBOLIC<br>WRITTEN<br>ABBREVIATION ! QUANTITY<br>UNIT ! MIRAD<br>PRONUNCIATION |- |'''litre''' | align="center" | L | volume | align="center" |'''aglonak''' or '''litr(i)''' |- |'''hectare''' | align="center" | ha | area | align="center" |'''heanak''' or '''hektar(i)''' |- |'''ton''' | align="center" | t | area | align="center" |'''tonak''' or '''ton(i)''' |- |'''decibel''' | align="center" | dB | loudness | align="center" |'''daagbanak''' or '''decibel(i)''' |} : The following chart shows how in Mirad to pronounce coherent derived unit formulae in terms of base units. Note that the backslash means ''per'' or ''divided by'' and is pronounced '''gol'''. The symbol x means ''times'' and is pronounced '''gal'''. The superscript number is a power and is pronounced '''gar''' plus the number (with '''-wa''', if a unit number). The negative superscript number is pronounced '''gor''' plus the number (again, with '''-wa''' if a unit number). See [[Mirad Grammar/Determiners#Arithmetical Expressions|Arithmetical Expressions]] for further information on these terms. ::{| class="wikitable" style="background:lightyellow" |+ <big>Examples of coherent derived units in terms of base units</big> |- ! NAME ! SYMBOLIC<br>FORMULA ! DERIVED<br>QUANTITY ! TYPICAL <br>SYMBOL ! MIRAD<br>PRONUNCIATION |- | '''square meter''' | align="center" | m<sup>2</sup> | area | align="center" |{{math|''A''}} | align="center" | '''minak-gar-ewa''' |- | '''cubic meter''' | align="center" | m<sup>3</sup> | volume | align="center" | {{math|''V''}} | align="center" | '''minak-gar-iwa''' |- | '''meter per second''' | align="center" | m/s | speed, velocity | align="center" | {{math|''v''}} | align="center" | '''minak-gol-sonak''' |- | '''meter per second squared''' | align="center" | m/s<sup>2</sup> | acceleration | align="center" | {{math|''a''}} | align="center" | '''minak-gol-sonak-gar-ewa''' |- |rowspan=2| '''reciprocal meter''' |rowspan=2 align="center" | m<sup>−1</sup> | wavenumber | align="center" | {{math|''σ''}}, {{math|''ṽ''}} | align="center" | '''minak-gor-awa''' |- | vergence (optics) | align="center" | {{math|''V''}}, 1/{{math|''f''}} |- | '''kilogram per cubic meter''' | align="center" | kg/m<sup>3</sup> | density | align="center" | {{math|''ρ''}} | align="center" | '''kigenak-gol-minak-gar-iwa''' |- | '''kilogram per square meter''' | align="center" | kg/m<sup>2</sup> | surface density | align="center" | {{math|''ρ''}}<sub>A</sub> | align="center" | '''kigenak-gol-minak-gar-ewa''' |- | '''cubic meter per kilogram''' | align="center" | m<sup>3</sup>/kg | specific volume | align="center" | {{math|''v''}} | align="center" | '''minak-gar-iwa-gol-kinak-ge''' |- | '''ampere per square meter''' | align="center" | A/m<sup>2</sup> | current density | align="center" | {{math|''j''}} | align="center" | '''aganak-gol-minak-gar-ewa''' |- | Amperes per meter|'''ampere per meter''' | align="center" | A/m | magnetic field strength | align="center" | {{math|''H''}} | align="center" | '''aganak-gol-minak''' |- | '''mole per cubic meter''' | align="center" | mol/m<sup>3</sup> | concentration | align="center" |{{math|''c''}} | align="center" | '''minolinak-gol-minak-gar-iwa''' |- | '''kilogram per cubic meter''' | align="center" | kg/m<sup>3</sup> | Mass concentration (chemistry)|mass concentration | align="center" | {{math|''ρ''}}, {{math|''γ'' }} | align="center" | '''kinak-ge-gol-minak-gar-iwa''' |- | '''candela per square meter''' | align="center" | cd/m<sup>2</sup> | luminance | align="center" | {{math|''L''}}<sub>v</sub> | align="center" | '''canak-da-gol-minak-gar-ewa''' |} : The SI has a whole list of prefixes that act as multipliers (macro) or dividers (micro) of the above and other measurement units. For example, a ''kilometer'' is a meter times a 1,000 (macro unit), whereas a millimeter is a meter divided by a 1,000 (micro unit). '''Sagon''' means '''byte''', so '''garale-sagon''' is ''terabyte''. This breaks down to ''10<sup>12</sup> bytes''. Here is a table showing the Mirad macro and micro prefixes: :{| class="wikitable" style="background:lightyellow; font-size:smaller;" |+ Scalar Metrics |- ! colspan=4 | MACRO !! colspan=4 | MICRO |- ! BASE<br>10!! US/UK NAME!!MIRAD PREFIX....SI PREFIX !!SI SYMBOL !! BASE<br>10 !! (US/UK NAME) !! MIRAD PREFIX....SI PREFIX !! SI SYMBOL |- | 1 || one || '''an-''' *... ''mono-, uni-'' || ||1/1 ||whole || '''ayn-'''....''holo-, uni-'' || |- | 2 ||two || '''en-'''....''bi-'' || || 1/2 ||half||'''eyn-'''....''demi-, di-''|| |- | 3 ||three || '''in-'''....''tri-'' || || 1/3 ||third ||'''iyn-'''....''terci-''|| |- | 4 ||four || '''un-'''....''tetra-'' || || 1/4 ||fourth || '''uyn-'''....''quadri-''|| |- | 5 ||five || '''yoon-''' *....''penta-'' || || 1/5 ||fifth ||'''yoyn'''....''quinti-''|| |- | 6 ||six || '''yaon-'''....''hexa-'' || || 1/6 ||sixth ||'''yayn'''....''sexti-''|| |- | 7 ||seven || '''yeon-'''....''hepta-'' || || 1/7 ||seventh || '''yeyn'''....''septi-''|| |- | 8 ||eight || '''yion'''....''octo-'' || || 1/8 ||eighth || '''yiyn'''....''octi-''|| |- | 9 ||nine || '''yuon'''....''nona-'' || || 1/9 ||ninth || '''yuyn'''....''novi-''|| |- | 10 ||ten || '''alo-'''....''deca-'' || ''da'' || 1/10 ||tenth || '''aloy-'''....''deci-''|| ''d'' |- | 10<sup>2</sup> ||hundred || '''aso-'''....''hecto-'' **|| ''h'' || 10<sup>-2</sup> ||hundredth || '''asoy-'''....''centi-''|| ''c'' |- | 10<sup>3</sup> ||thousand || '''amso-'''....''kilo-'' ||''k'' || 10<sup>-3</sup> ||thousandth)|| '''amsoy-'''....''milli-''|| ''m'' |- | 10<sup>6</sup> ||million || '''amlo-'''....''mega-'' || ''M'' || 10<sup>-6</sup> ||millionth || '''amloy-'''....''micro-''|| ''r'' |- | 10<sup>9</sup> ||billion /milliard || '''amro-'''....''giga-'' || ''G'' || 10<sup>-9</sup> ||billionth/ milliardth || '''amroy-'''....''nano-''|| ''n'' |- | 10<sup>12</sup> ||trillion /billion || '''garale-'''....''tera-'' || ''T'' || 10<sup>-12</sup> ||trillionth / billionth)|| '''gorale-'''....''pico-''|| ''p'' |- | 10<sup>15</sup> ||quadrillion)/ billiard|| '''garalyo-'''....''peta-'' || ''P''||10<sup>-15</sup> ||quadrillionth) / billiardth || '''goralyo-'''....''femto-''||''f'' |- | 10<sup>18</sup> ||quintillion / trillion || '''garalyu-'''....''exa-'' || ''E''||10<sup>-18</sup> ||quintillionth)/ trillionth || '''goralyu'''....''atto-''||''a'' |- | 10<sup>21</sup> ||sextillion)/ trilliard || '''garela-'''....''zetta-'' || ''Z''||10<sup>-21</sup> ||sextillionth / trilliardth || '''gorela'''....''zepto-''||''z'' |- | 10<sup>24</sup> ||septillion)/ quadrillion || '''garelu-'''....''yotta-'' || '' Y'' ||10<sup>-27</sup> ||septillionth / quadrillionth|| '''gorelu'''....''yocto-''||''y'' |} : *Note: The '''-n''' or '''-on''' can sometimes be omitted in macro-prefixation, especially where there is no ambiguity. The '''-n''' (but NOT the '''-yn''') in the micro prefixes can also sometimes be omitted. : : **Note: The '''gar''' (''to a plus power'') and '''gor''' (''to a minus power'') forms are alternatives for the numeric prefixes beyond 100. For example, ''billion'' (10<sup>9</sup>) could be expressed as '''garyu-'''(ten) to the 9th power'', while ''billionth'' could be expressed by '''goryu''' (''(ten) to the minus 9th power). The prefix '''garya-''' is composed of the positive exponential operator '''gar''' (''to the power of''), followed by the number ''6''. The prefix '''gorale-''' is composed of the negative exponential operator '''gor''' (''to the root of''), followed by the number ''12''. : The macro and micro values can also be represented with abbreviated symbols, which can be pronounced in Mirad as spelled out alphabetics. Greek letter equivalents in Mirad are preceded by '''hel-'''. Upper case equivalents are preceded with '''ag-'''. Here is a table showing grams: :{| class="wikitable" style="background:lightyellow" |+ Kg Metrics With Abbreviated Symbols |- ! colspan=2 | MACRO !! colspan=2 | MICRO |- ! SYMBOL (EXPANSION) !! MIRAD PRONUNCIATION !! SYMBOL (EXPANSION) !! MIRAD PRONUNCIATION |- | ''dag'' (decagram)|| '''daagenak''' || ''dg'' |(decigram)||'''dagenak''' |- | ''hg'' (hectogram)|| '''hegenak''' || ''cg'' (centigram)||'''cagenak''' |- | ''kg'' (kilogram) || '''kogenak''' || ''mg'' (milligram)||'''migenak''' |- | ''Mg'' (macrogram)|| '''agmigenak''' ||''μg'' (microgram)|| '''helmigenak''' |- | ''Gg'' (gigagram)|| '''aggegenak''' || ''ng'' (nanogram)|| '''nigenak''' |- | ''Tg'' (teragram)|| '''agtogenak''' || ''pg'' (picagram)|| '''pogenak''' |- | ''Pg'' ( petagram)|| '''agpogenak''' || ''fg'' (femtogram)|| '''fegenak''' |- | ''Eg'' (exagram)|| '''agegenak''' || ''ag'' (attogram)|| '''agenak''' |- | ''Zg'' (zettagram)|| '''agzegenak''' || ''zg'' (zeptogram) || '''zegenak''' |- | ''Yg'' (yottagram)|| '''agyugenak''' || ''yg'' (yoctogram) || '''yugenak''' |} : The squared and cubed representations of the above are followed by '''gar ewa''' (''squared'') and '''gar iwa''' (''cubed''), respectively: ::* '''10 kg2'''....(pronounced as:) ''alo kogenak gar ewa'' ::* '''12 mm3'''....(pronounced as:) ''ale miminak gar iwa'' === Adverbial Determiners of Frequency === : There are two ways to form determiners of frequency: ::* Using '''jod(i)''' meaning ''occasion(s), instance(s), time(s)'', or ::* Using '''xag''' meaning ''frequency'' : Here is a chart showing the most common frequency determiners: :{| class="wikitable" style="background:lightyellow" |+ Frequentative Determiners |- ! "JOD" METHOD !! "XAG" METHOD !! MEANING |- | '''duhagla jodi?''' || '''duhaxag?''' || ''how often?, how many times?'' |- | '''hagla jodi''' || '''haxag''' || ''as many times, as often'' |- | '''hegla jodi''' || '''hexag''' || ''sometimes, on some occasions'' |- | '''hogla jodi''' || '''hoxag''' || ''never, on no occasion'' |- | '''higla jodi''' || '''hixag''' || ''this often, this many times'' |- | '''hugla jodi''' || '''huxag''' || ''that often, that many times, so many times'' |- | '''huugla jodi''' || '''huuxag''' || ''so often, so many times'' |- | '''hyogla jodi''' || '''hyoxag''' || ''never, on no occasion whatever'' |- | '''hyagla jodi''' || '''hyaxag''' || ''always, at all times'' |- | '''hyegla jodi''' || '''hyexag''' || ''any number of times, however often'' |- | '''hyigla jodi''' || '''hyixag''' || ''as often, the same number of times'' |- | '''hyugla jodi''' || '''hyuxag''' || ''not as often, some other number of times'' |- | '''ga jodi''' || '''gaxag (vyel)''' || ''more often (than)'' |- | '''ge jodi''' || '''gexag (vyel)''' || ''as many times (as), as often (as)'' |- | '''go jodi''' || '''goxag (vyel)''' || ''less often (than)'' |- | '''gla jodi''' || '''glaxag''' || ''many times, often'' |- | '''gle jodi''' || '''glexag''' || ''quite a few times, quite often'' |- | '''glo jodi''' || '''gloxag''' || ''not so many times, seldom'' |- | '''gra jodi''' || '''graxag''' || ''too often'' |- | '''gre jodi''' || '''grexag''' || ''often enough'' |- | '''gro jodi''' || '''groxag''' || ''too seldom'' |- | '''gwa jodi''' || '''gwaxag''' || ''as often as possible, most often, most times'' |- | '''gwe jodi''' || '''gwexag''' || ''an average number of times'' |- | '''gwo jodi''' || '''gwoxag''' || ''least often, as seldom as possible'' |- | '''owa jod''' || -- || ''never, at no time, zero times'' |- | '''awa jod''' || -- || ''once, one time'' |- | '''awa ga jod''' || -- || ''again, once more'' |- | '''ewa jodi''' || -- || ''twice, two times'' |- | '''iwa jodi''' || -- || ''thrice, three times'' |- | '''alo jodi''' || --|| ''ten times'' |- |- '''asooni bi jodi''' || -- || ''hundreds of times'' |- |- '''yowa gal haxag vyel zojab''' || -- || ''five times as often as last year'' |} : Examples: ::* '''<u>Duhaxag</u> et pe ha tayegoblut?'''....''<u>How often</u> do you go to the barber?'' ::* '''<u>Duhagla jodi</u> et akaye hia ekun?'''....''<u>How many times</u> have you won this game?'' ::* '''At teataye hua dyezun <u>iwa ey uwa jodi</u>.'''....''I have seen that film <u>three or four times</u>.'' ::* '''At teataye has <u>huugla jodi (or: huuxag) van</u> at bokxeye.'''....''I have seen it <u>so many times that</u> I am getting sick.'' ::* '''Hus xwaye <u>gaxag vyel</u> et te.'''....''That has happened <u>more often than</u> you know.'' === Arithmetical Expressions === : The following chart shows verbs from which are formed derivative words relating to mathematical operations: {| class="wikitable" style="background:lightyellow; margin-left:3.2em; font-size:smaller;" |+ Arthmetic Expressions |- ! VERB !! OPERATION !! PATIENT !! SUBJECT !! OPERATOR !! SIGN !! RESULT |- | '''gaber'''....''add'' || '''gab'''....''addition'' || '''gabwas'''....''addend'' || '''gabus'''....''adder'' || '''gab'''....''plus'', + || '''gabsiyn'''....''plus sign'' || '''gabix'''....''sum'' |- | '''galer'''....''multiply'' || '''gal'''....''multiplication'' || '''galwas'''....''multiplicand'' || '''galus'''....''multiplier'' || '''gal'''....''times, x'' || '''galsiyn'''....''times sign'' || '''galix'''....''product'' |- | '''garer'''....''exponentiate, raise'' || '''gar'''....''power'' || '''garwas'''....''number being raised'' || '''garus'''....''exponent'' || '''gar'''....''raised to the power of'' || '''garsiyn'''....''exponent'' || '''garix'''....''root'' |- | '''gober'''....''subtract'' || '''gob'''....''subtraction'' || '''gobwas'''....''subtrahend'' || '''gobus'''....''subtractor'' || '''gob'''....''minus, -'' || '''gobsiyn'''....''minus sign'' || '''gobix'''....''difference'' |- | '''goler'''....''divide'' || '''gol'''....''division, fraction'' || '''golwas'''....''dividend'' || '''golus'''....''divisor'' || '''gol'''....''divided by, ÷'' || '''golsiyn'''....''division sign'' || '''golix'''....''quotient'' |- | '''gorer'''....''cut, uproot'' || '''gor'''....''cut, root'' || '''gorwas'''....''radicand'' || '''gorus'''....''radical'' || '''gor'''....''lowered to the power of, √'' || '''gorsiyn'''....''radical sign'' || '''gorix'''....''root'' |- | '''geler'''....''equal'' || '''gel'''....''equation'' || '''gelwas'''....''thing being equated'' || '''gelus'''....''equator'' || '''gel'''....''equal to, as, like'' || '''gelsiyn'''....''equal sign'' || '''gelix'''....''equation results'' |} : Examples of mathematical expressions: ::* '''E <u>gab</u> e gele u.'''....''Two <u>plus</u> two equals four.'' ::* '''E <u>gal</u> i gele ya.'''....''Two <u>times</u> three equals six.'' ::* '''I <u>gar</u> e gele yu.'''....''Three <u>to the second power</u> equals nine.'' ::* '''E <u>gob</u> e gele o.'''....''Two <u>minus</u> two equals zero.'' ::* '''Yu <u>gol</u> i gele i.'''....''Nine <u>divided by</u> three equals three.'' ::* '''Yu <u>gor</u> i gele i.'''....''Nine <u>cubed</u> equals three.'' ::* '''Aso <u>gor</u> e gele alo.'''....''One hundred <u>squared</u> equals ten.'' ==== Decimal Expressions ==== : Decimal expressions like ''2.5'' use the word '''nod'''....''point'' as in English. ::* '''Hia bavol kyinse ga vyel 10.8 (alo nod yiwa) kigenaki.'''....''This tomato weighs more than 10.8 (ten point eight) kilograms.'' === Calendar and Time Expressions === :: The word for calendar is '''judar'''. The sections below explain how calendar expressions are formed and used: :* Basic Calendar Units : Time is divided using the following basic terms: :{| class="wikitable" style="background:lightyellow" |+ Calendar Units |- ! MIRAD !! ENGLISH |- | '''job''' || ''time'' |- | '''jab''' || ''year'' |- | '''jeb''' || ''season'' |- | '''jib''' || ''month'' |- | '''jub''' || ''day'' |- | '''jwob*''' || ''hour'' |- | '''jwab*''' || ''minute'' |- | '''jweb*''' || ''second'' |} * Note: These would ordinarily be '''jyob''', '''jyab''', and '''jyeb''' respectively, but the '''w''' glide is much easier to pronounce after the letter '''j''', and is therefore substituted. :* Other Calendar Units : Other calendar units are formed through the agglutination of numerical stubs to some of the time units above: :{| class="wikitable" style="background:lightyellow" |+ Other Calendar Units |- ! MIRAD !! ENGLISH !! NUMERICAL FORMULA |- | '''rojab''' || ''millenium'' || year x 1,000 |- | '''sojab''' || ''century'' || year x 100 |- | '''lojab''' || ''decade'' || year x 10 |- | '''eynjab''' || ''half year'' || year x 1/2 |- | '''uynjab''' || ''quarter'' || year x 1/4 |- | '''yajib''' || ''semester'' || month x 6 |- | '''yejub''' || ''week'' || day x 7 |- | '''yejubuj''' || ''weekend'' || day x 7 end |- | '''eynjwob''' || ''half hour'' || hour x 1/2 |} : ''This'', ''next'', ''last'', etc. are expressed as follows: :{| class="wikitable" style="background:lightyellow" |+ Day Pointers |- ! MIRAD !! ENGLISH |- | '''hijub'''<br>'''hia yejub'''<br>'''hijab''' || ''today''<br>''this week''<br>''this year'' |- | '''zojub'''<br>'''ha jana yejub'''<br>'''zajab''' || ''yesterday''<br>''last week''<br>''last year'' |- | '''zajub'''<br>'''ha jona yejub'''<br>'''zajab''' || ''tomorrow''<br>''next week''<br>''next year'' |- | '''hujub'''<br>'''hua yejub'''<br>'''hujab''' || ''that day''<br>''that week''<br>''that year'' |- | '''jazojub'''<br>'''ja ewa yejubi'''<br>'''jazojab''' || ''the day before yesterday''<br>''two weeks ago''<br>''the year before last'' |- | '''jozajub'''<br>'''jo ewa yejubi'''<br>'''jozajab''' || ''the day after tomorrow''<br>''two weeks from now''<br>''the year after next'' |- | '''Duhajub?'''|| ''Which day?'' |- | '''hyajub''' || ''every day'' |- | '''hyejub''' || ''any day'' |- | '''hejub''' || ''someday'' |- | '''hejubi''' || ''some days'' |} ==== Seasons of the Year ==== : Seasons of the year are expressed by internally scalarizing the word for ''season'' '''jeb''': :{| class="wikitable" style="background:lightyellow" |+ Seasons of the Year |- ! MIRAD !! ENGLISH |- | '''jeab''' || ''spring'' |- | '''jeeb''' || ''summer'' |- | '''jeib''' || ''autumn, Fall'' |- | '''jeub''' || ''winter'' |} : Examples of usage: ::* '''be jeab'''....''in spring'' ::* '''ja jeeb'''....''before summer'' ::* '''ju jeib'''....''until autumn'' ::* '''ji jeub'''....''since winter'' ::* '''je ha jeb'''....''during the season'' ::* '''ub ha uj bi jeeb'''....''toward the end of summer'' ::* '''eb jeab ay jeeb'''....''between spring and summer'' ::* '''jeeba gemoj'''....''vernal equinox'' ::* '''jeiba fayebi'''....''autumn leaves'' ::* '''jeba til'''....''seasonal drink'' ::* '''jeubyena jebmalyen'''....''wintry climate'' ::* '''jeabyena malyen'''....''spring-like weather'' ::* '''jeuben'''....''hibernation'' ::* '''hijeab'''....''this season'' ::* '''zajeab'''....''next season'' ::* '''zojeab'''....''last season'' ::* '''hyajeab'''....''every season'' ==== Months of the Year ==== : Months of the year are expressed by internally scalarizing the word for month '''jib''': :{| class="wikitable" style="background:lightyellow" |+ Months of the Year |- ! MIRAD !! ENGLISH |- | '''jiab''' || ''January'' |- | '''jieb''' || ''February'' |- | '''jiib''' || ''March'' |- | '''jiub''' || ''April'' |- | '''jiyob''' || ''May'' |- | '''jiyab''' || ''June'' |- | '''jiyeb''' || ''July'' |- | '''jiyib''' || ''August'' |- | '''jiyub''' || ''September'' |- | '''jilob''' || ''October'' |- | '''jilab''' || ''November'' |- | '''jileb''' || ''December'' |} : Some expressions using the months: ::* '''be jilob'''....''in October'' ::* '''ja jiyab'''....''before June'' ::* '''ja zajiyeb'''....''by next July'' ::* '''hijib'''....''this month'' ::* '''zojib'''....''last month'' ::* '''zajib'''....''next month'' ::* '''bi-jib-bu-jiba jobnis'''....''month-to-month rent'' ::* '''jibay'''....''monthly'' ::* '''jibi joy'''....''months later'' ::* '''jiba sindryen'''....''monthly magazine'' ::* '''hujiba jobnis'''....''that month's rent'' ::* '''hya ionjib'''....''every trimester'' ::* '''jiber'''....''menstruate'' ::* '''byi zojilob'''....''since last October'' ==== Days of the Week ==== : Days of the week are expressed by internally scalarizing the word for day '''jub''': :{| class="wikitable" style="background:lightyellow" |+ Days of the Week |- ! MIRAD !! ENGLISH |- | '''juab''' || ''Monday'' |- | '''jueb''' || ''Tuesday'' |- | '''juib''' || ''Wednesday'' |- | '''juub''' || ''Thursday'' |- | '''juyob''' || ''Friday'' |- | '''juyab''' || ''Saturday'' |- | '''juyeb''' || ''Sunday'' |} : Here are some common terms relating to days of the week: :{| class="wikitable" style="background:lightyellow" |+ Day Expressions |- ! MIRAD !! ENGLISH |- | '''Duhajub?''' || ''Which day?'' |- | '''hajub hu...''' || ''the day that...'' |- | '''hejub''' || ''someday'' |- | '''hijub''' || ''today'' |- | '''hujub''' || ''that day'' |- | '''hyijub''' || ''(on) the same day'' |- | '''hyajub''' || ''every day'' |- | '''hyejub''' || ''any day'' |- | '''zajub''' || ''yesterday'' |- | '''zojub''' || ''tomorrow'' |- | '''ha jajub'''<br>'''be ha jana jub''' || ''the day before, (on) the previous day'' |- | '''ha jojub'''<br>'''be ha jona jub''' || ''the day before, (on) the previous day'' |- | '''jazojub''' || ''the day before yesterday'' |- | '''jozajub''' || ''the day after tomorrow'' |- | '''hya ea jub''' || ''every other/second day'' |- | '''hyajub boy juyeb''' || ''every day except Sunday'' |- | '''yejub''' || ''week'' |- | '''hiyejeb''' || ''this week'' |- | '''yejubuj''' || ''weekend'' |- | '''yexjub''' (or) '''zeyejub''' || ''weekday'' |- | '''enyejuba(y)''' || ''bi-weekly'' |- | '''zoyejub''' || ''last week'' |} : Examples of Usage: ::* '''(be) juyob'''....''on Friday'' ::* '''ju juib'''....''until Wednesday'' ::* '''ji zojub'''....''since yesterday'' ::* '''lojo jubuj'''....''by [Lit: not after] day's end'' ::* '''jo zajub'''....''after tomorrow'' ::* '''je ha jub'''....''during the day'' ::* '''bi juab bu juub'''....''from Monday to Friday'' ::* '''yejubuja ponpop'''....''a weekend getaway'' ==== Parts of the Day ==== : Here are the principal parts of a day: {| class="wikitable" style="background:lightyellow" |+ Parts of the Day |- ! DAYTIME !! NIGHTTIME |- | '''maj'''....''daytime, day'' ||'''moj'''....''nighttime, night'' |- | '''bi maj'''....''A.M.'' ||'''bi moj'''....''P.M.'' |- | '''jamajij'''....''pre-dawn'' || '''jamojij'''....''pre-dusk'' |- | '''majij'''....''daybreak, dawn''|| '''mojij'''....''dusk'' |- | '''amaryap'''....''sunrise, sunup''||'''amaryop'''....''sunset, sundown'' |- | '''jwamaj'''....''morning''<br>'''zajwamaj'''....''tomorrow morning''<br>'''hijwamaj'''....''this morning''<br>'''zojwamaj'''....''yesterday morning''<br>'''hujwamaj'''....''that morning''<br>'''hyajwamaj'''....''every morning''||'''jwamoj'''....''evening''<br>'''zajwamoj'''....''tomorrow evening''<br>'''hijwamoj'''....''this evening''<br>'''zojwamoj'''....''yesterday evening''<br>'''hujwamoj'''....''that evening''<br>'''hyajwamoj'''....''every evening'' |- | '''zemaj'''....''noon''||'''zemoj'''....''midnight'' |- | '''jozemaj'''....''afternoon''||'''jozemoj'''....''after midnight'' |- | '''majuj'''....''day's end''|| '''jwomoj'''....''late night'' |} ::* Examples of Usage: ::* '''At tijpa <u>ja majij</u>.'''....''I woke up <u>before dawn</u>.'' ::* '''At iyfe tuyjer <u>be ha jwoa joeymaj</u>.'''....''I like to nap <u>in the late afternoon</u>.'' ::* '''It yexe bi <u>amaryap bu amaryop</u>.'''....''He works from <u>sunup to sundown</u>.'' ::* '''<u>Be gwa jwamoji</u>, at teaxe sinibar.'''....''<u>Most evenings</u>, I watch television.'' ==== Expressing Dates ==== : The following is a how a date ('''jud''') is normally expressed: ::* '''be juab, 11 jieb 2018 joK.'''....''on Monday, February 11th, 1918 A.D.'' :A date like 2018 can be expressed as ''twenty eighteen'' ('''elo alyi''') or ''two thousand eighteen'' ('''ero alyi'''). :The day in the above expression is pronounced '''ali'''. :The year is pronounced '''elo alyi''' (like English ''twenty eighteen''). :The acronym for ''B.C.'' is '''jaK''', short for '''ja Krist''' (''before Christ''). :The acronym for ''A.D.'' is '''joK''', short for '''jo Krist''' (''after Christ''). : Other date expressions follow: ::* '''be <u>ha 1800 jabi</u> (alyi aso jabi)'''....''In <u>the 1800's</u> (eighteen hundreds)'' ::* '''ja <u>ha 20a (eloa)</u> asojab'''....''before <u>the 20th (twentieth)</u> century'' ::* '''eb <u>1920 (yulo elo)</u> ay 2001 (elo awa)'''....''between <u>1920 (nineteen twenty)</u> and (two thousand one)'' ::* '''<u>hyaje</u> hua alojab'''....''<u>throughout</u> that decade'' ::* '''At yexa hum <u>je gla jabi</u>.'''....''I worked there <u>for [Lit: during] many years</u>.'' ::* '''Ujbu his <u>lojo</u> jiyab.'''....''Finish this <u>by</u> [Lit: not after] May.'' ::* '''Iyt so him <u>ub ha uj bi</u> 2 (ewa) jiab.'''....''She will be here <u>toward the end of</u> January 2nd.'' ==== Telling Time ==== : Clock time expressions use mostly the word '''jwob''' (''hour'') or '''jwobi''' (''hours''). : The usual time-of-day question is '''Se duhajwob?'''....''What time is it?'' [Lit: is what-hour?] : The typical answer is in the format '''Se awa/ewa....(jwob) gab/gob alo/ali....bi maj/moj.''' (Lit: (It) is (the) one/two....(o'clock) plus/minus ten/eleven...of day/night.) : Here are some typical answers: ::* '''Se awa jwob.'''....''It is one o'clock.'' ::* '''Se ewa jwobi.'''....''It is two o'clock.''[Lit: It is two hours] ::* '''Se ale jwobi.'''....''It is twelve o'clock.'' ::* '''Se iwa jwobi bi maj*.'''....''It is three o'clock A.M.'' ::* '''Se alo jwobi bi moj**.'''....''It is ten o'clock P.M.'' ::: * '''bi maj''' (''a.m.'') can be abbreviated as '''ma''' ::: ** '''bi moj''' (''p.m.'') can be abbreviated as '''mo''' ::* '''Se yowa jwobi (gab) alo.'''....''It is 10 past 5. [Lit: five hours (plus) ten.] ::* '''Se yowa jwobi gob ali.'''....''It is thirteen minutes til five.'' [Lit: five hours minus 13] ::* '''Se yowa jwobi gab uyn.'''....''It is quarter past (= plus) five.'' [Lit: five hours plus a quarter] ::* '''Se yowa jwobi gob uyn.'''....''It is quarter til five.'' [Lit: five hours minus a quarter] ::* '''Se yowa jwobi gab eyn.'''....''It is half past five.'' [Lit: five hours plus a half] ::* '''Se yowa jwobi gab ilo.'''....''It five thirty.'' [Lit: five hours plus thirty] ::* '''Se yowa jwobi gob eyn.'''....''It four thirty.''[Lit: five hours minus a half] ::* '''Se yowa jwobi gob ilo.'''....''It is thirty minutes til five.''[Lit: five hours minus thirty] ::* '''Se <u>vyavay</u> yea jwob gab alo bi moj.'''....''It is exactly 7:10 P.M..''&nbsp;&nbsp;[Lit: ''It is <u>exactly</u> seventh hour plus ten of nighttime.''] ::* '''Et sa alo jwoa <u>bey</u> alo jwabi.'''....''You were late by 10 minutes.''&nbsp;&nbsp;[Lit: ''You were late <u>by</u> ten minutes.''] ::* '''Has ijo <u>jub</u> 5:30 (= yaa jwob gab ilo) bmo (= bi moj).'''....''It will begin <u>around</u> 5:30 (= five thirty [Lit: five hours plus thirty]) p.m.'' ::* '''Puu him <u>loga jwoa ev</u> 3 (= ia) j. (= jwob)'''....''Get here <u>no later than</u> 3 (= three) o'clock.'' ::* '''Ha yautpar puo hum <u>yeb</u> 10 jwabi.'''....''The bus will arrive there <u>within</u> 10 minutes.'' ::* '''Ha jwobar <u>izeade</u> 2:30 (= ea jwob gab ilo).'''....''The clock says [Lit: indicates] 2:30.'' ::* '''Yit pua be 3a j. <u>be ha nod</u>.'''....''They arrived at 3 <u>on the dot</u>''. : Mirad normally uses a 24-hour clock system. ::* '''Yanpu at be ilo jwobi gab alyo.'''....''Meet me at 13:15. (= 1:15 p.m.)'' : The word '''jwob''' (hour, o'clock) can be abbreviated as '''j.''', as in the following: ::* '''Yanpu at be 13 j.'''....''Meet me at 13:00 (hours) [Lit: at 13 hours]'' : The word '''gab''' (''plus'') can be omitted, as in: ::* '''At teato et be yo j. alyo.'''....''I'll see you at five fifteen (~ quarter) past five.'' : Note the following clock time idioms: :{| class="wikitable" style="background:lightyellow" |+ Clock Idioms |- ! MIRAD !! ENGLISH |- | '''jwa''' || ''early'' |- | '''jwe''' || ''on time'' |- | '''jwo''' || ''late'' |- | '''Se <u>vyavay</u> elo jwobi.''' || ''It is <u>exactly</u> two o'clock.'' |- | '''<u>yub bi</u> zemaj''' || ''<u>around</u> noon'' |- | '''<u>ub</u> zemoj''' || ''<u>toward</u> midnight'' |- | '''<u>yeb be</u> jwebi''' || ''<u>within</u> seconds'' |- | '''alo jwabi <u>ja hij</u>''' || ''ten minutes <u>ago</u> (= before now)'' |- | '''<u>lojo</u> 3 j.''' || ''<u>no later than / by</u> 3 o'clock.'' |- | '''jwobay''' || ''hourly / by the hour / on the hour'' |- | '''Hia pop <u>efxe</u> 2 1/2 (= ewa gab eyn) jwobi.''' || ''This trip <u>takes (Lit: necessitates) </u> 2 1/2 hours.'' |- | '''<u>ju</u> awa jwob bi hij''' || ''<u>until</u> one hour from now'' |- | '''<u>ji</u> zojub be 10a j.''' || ''<u>since</u> yesterday at 10 o'clock.'' |- | '''<u>je</u> ha jana 12 jwabi''' || ''<u>for</u> the last 12 minutes'' |- | '''<u>ja</u> lojo</u> 10 j.''' || ''<u>before / by</u> 10 o'clock (= the tenth hour)'' |- | '''<u>lojo</u> 10 jwobi.''' || ''<u>by / in / within</u> 10 hours.'' |- | '''<u>jo</u> 10 j.''' || ''<u>after</u> 10 o'clock.'' |} ==== Expressing Age ==== : Many expressions relating to age are built on the Mirad word for ''age'': '''jag'''. : The typical question is: ::* '''Et se <u>hojaga</u>?'''....''<u>How old</u> are you?'' (Lit. ''what-aged'') : A typical answer is: ::* '''At se <u>eli jaga</u>.'''....''I am <u>twenty-three years old</u>.'' : The word '''jaga''' can be left understood: ::* '''At se <u>ilo</u>.'''....''I am thirty.'' : The following chart shows other age expressions, many of which are agglutinations of the deictic prefixes beginning with '''h''': :{| class="wikitable" style="background:lightyellow" |+ Age Expressions |- ! AGE |- | '''hojaga?'''....''how old?'' |- | '''hajaga'''....''of the age'' |- | '''hejaga'''....''of some age'' |- | '''hijaga'''....''this old'' |- | '''hujaga'''....''that old'' |- | '''huujaga'''....''so old'' |- | '''jaga'''....''old''<br>'''jayga'''....''oldish'' |- | '''joga'''....''young''<br>'''joyga'''....''youngish'' |- | '''gle jaga'''....''rather old, oldish'' |- | '''gla jaga'''....''very old'' |- | '''gra jaga'''....''too old, super-aged'' |- | '''gro jaga'''....''under-aged, minor'' |- | '''ge jaga'''....''as old, of the same age'' |- | '''awa <u>jab</u> jaga'''....''one <u>year</u> old''<br>'''awa jaga'''<br>'''awa <u>jab</u>''' |- | '''ewa <u>jabi</u> jaga'''....''two <u>years</u> old''<br>'''ewa jaga'''<br>'''ewa <u>jabi</u>''' |- | '''alo <u>jabi</u> jaga'''....''ten <u>years</u> old''<br>'''alo jaga'''<br>'''alo <u>jabi</u>''' |- | '''ga jaga <u>vyel</u> et'''....''older <u>than</u> you'' |- | '''ga joga <u>vyel</u> at'''....''younger <u>than</u> me'' |- | '''ge joga <u>vyel</u> iyt'''....''as young <u>as</u> her'' |- | '''ha gwa jagat <u>bi</u> ata tedetyan'''....''the youngest <u>of</u> my siblings'' |- | '''grojagat'''....''a minor'' |- | '''alojagat'''....''a ten-year-old'' |- | '''aloyjagat'''....''a teenager'' |- | '''jogat'''....''a boy, a youth''<br>'''joygat'''....''a girl'' |- | '''grejat'''....''an adult, someone of age''<br>'''jagseat'''....''an adolescent''<br>'''jagsat'''....''grownup'' |- | '''yiloyjagat'''....''an octogenarian'' |- | '''asoyjagat'''....''a centenarian'' |} : Some other examples of usage: ::* '''Et <u>jagseye</u> fi.'''....''You <u>are aging</u> well.'' ::* '''At voy <u>jogseye</u> hyegla.'''....''I am not <u>getting</u> any <u>younger</u>.'' ::* '''His se taam av <u>ha jagati</u>.'''....''This is a home for <u>the ederly</u>.'' ::* '''Egaku eta <u>jogan</u>!'''....''Regain your <u>youth</u>!'' ::* '''At se <u>ga jaga vyel</u> ha meybi.'''....''I am <u>as old as</u> the hills.'' ::* '''Teaxu ata <u>gwa joga</u> tobot.'''....''Look at my <u>youngest</u> child.'' ::* '''Yat ife yata <u>awajagat</u>.'''....''We love our <u>one-year-old</u>.'' ::* '''<u>Jagseatan</u> se yika joob bi tej.'''....''<u>Adolescence</u> is a difficult period of life.'' === Money Expressions === : This section is currency-dependent and remains under construction. <noinclude>{{Chapter navigation with TOC|Adverbs|Pronouns}}</noinclude> d7efoh126ky9qr3snopbhuvx8yjloho 4089892 4089889 2022-08-09T16:26:40Z Tyoyafud 6233 /* Adjectival Deictic Determiners */ wikitext text/x-wiki = Determiners = : Determiners are words that specify or point out the context of nouns and other parts of speech. The English determiner ''this'', for example, specifies a noun for its proximity to the current context. In English, demonstrative pronouns/adjectives/adverbs, possessive pronouns/adjectives, quantifiers like ''more'' and ''very'', and numeric expressions fall under this category. == Types of Determiners == : Determiners in Mirad fall into the following categories: ::{| class="wikitable" style="background:lightyellow" |+ Types of Determiners |- ! CHAPTER !! TYPE !! ALSO KNOWN AS !! ENGLISH EXAMPLES |- | 1 || '''''Deictic''''' || Demonstrative Pronouns/Adjective || ''the'', ''this'', ''some'', ''every'', ''which?'', ''when'' |- | 2 || '''''Pronominal''''' || Possessive Pronouns/Adjectives || ''my'', ''anybody&apos;s'', ''one&apos;s own'' |- | 3 ||'''''Quantitative''''' || Quantifiers || ''more'', ''less'', ''very'' |- | 4 || '''''Numerical''''' || Numerals/Fractions/Dates, etc. || ''one'', ''half'', ''first'' |} : Furthermore, as for part of speech, determiners can be adjectives, pronouns, or adverbs. As adjectives, determiners can itemize or classify. As pronouns, they can refer to one or more persons (male or female) or things. As adverbs, they can specify time, place, degree, kind, age, frequency, and so forth. == Deictic Determiners == : '''''Deictic determiners''''' are words which point out or ''specify'' other words as to their context, including what grammarians often call '''''demonstratives'''''. : Categories of adjectival, pronominal, and adverbial deictic determiners: ::* Demonstrative adjectives and pronouns like ''this'', ''that'', ''those'', ''that one'' ::* The definite article ''the''(which is really a kind of demonstrative, like those above.) ::* Indefinite adjectives and pronouns like ''any'', ''some'', ''all'', ''something'', ''such'', etc. ::* Adverbs of time like ''when'', ''now'', ''ever'' ::* Adverbs of place like ''there'', ''here'', ''somewhere'' ::* Adverbs of manner like ''how'', ''thus'', ''somehow'' ::* Adverbs of kind like ''so'', age ''this year old'' ::* Adverbs of direction like ''that way'', ''any which way'' ::* Adverbs of reason ''why?'', ''for that reason'', ''for no reason'' ::* Adverbs of degree ''this (well)'', ''so (good)'', ''how (bad)'' ::* Adverbs of frequency like ''how often'', ''so often'', ''never'' ::* Adverbs of age like ''this old'', ''how old?'', ''of any age'' === Deictic Prefixes === : There is a whole set of '''''deictic prefixes''''', which are joined to category stubs to derive adjectival, pronominal, and adverbial determiners. :{| class="wikitable" style="background:lightyellow" |+ Deictic Prefixes |- ! CATEGORY !! DEICTIC PREFIX |- | INTERROGATIVE || '''duha-...?'''....''what?'' |- | DEFINITE || '''ha-'''....''the'' |- | INDEFINITE || '''he-'''....''some, a certain'' |- | NEGATIVE || '''ho-'''....''no, not a'' |- | PROXIMAL || '''hi-'''....''this, these'' |- | IMMEDIATE || '''hii-'''....''the following'' |- | DISTAL || '''hu-'''....''that, those'' |- | INTENSIVE || '''huu-'''....''such, so, what a...!'' |- | DISTRIBUTIVE || '''hya-'''....''every, all, each'' |- | INDETERMINATE || '''hye-'''....''any, whatever'' |- | ABSOLUTELY NEGATIVE || '''hyo-'''....''not at all, not a single'' |- | IDENTICAL || '''hyi-'''....''the same, the very'' |- | NON-IDENTICAL || '''hyu-'''....''the other, another, else'' |} === Category Stubs === : The table below shows word stubs that indicate the category of deictic expressions. They are called stubs, because they are part of a longer word that has been reduced. The combination of deictic prefixes and category stubs produce a matrix of deictic '''''correlatives''''', seen later in this chapter. Use of the stub instead of the long form is a matter of optional economy. A few categories do not have stubs. :{| class="wikitable" style="background:lightyellow" |+ Category Stubs |- ! CATEGORY !! STUB !! LONG FORM !! QUESTION WORD EXAMPLE |- | PERSON || '''-t''' || '''tob'''...''person'' || '''duhat?'''....''who?'' |- | THING || '''-s''' ||'''sun'''...''thing'' || '''duhas?'''....''what?'' |- | PLACE || '''-m''' ||'''nem'''...''place'' || '''duham?'''....''where?'' |- | TIME || '''-j''' ||'''job'''...''time'' || '''duhaj?'''....''when?'' |- | MANNER || '''-yen''' ||'''byen'''...''manner'' || '''duhayen?'''....''how?'' |- | KIND || '''-yena''' ||'''syena'''...''of kind'' || '''duhoyena?'''....''what kind of?'' |- | DEGREE || '''-gla''' ||'''nog'''...''degree'' || '''duhagla fi?'''....''how well?'' |- | COUNTABLE QUANTITY || '''-gla''' ||'''sag'''...''number'' || '''duhagla pati?'''....''how many birds?'' |- | MASS QUANTITY || '''-gla''' ||'''glan'''...''amount'' || '''duhagla mil?'''....''how much water?'' |- | FREQUENCY || ||'''xag'''...''frequency''<br>'''gla jodi'''...''many times'' || '''duhaxag?'''....''how often?''<br>'''duhagla jodi?'''....''how many times?'' |- | REASON || ||'''sav'''...''reason'' || '''duhasav?'''....''why?'' |- | AGE || ||'''jag'''...''age'' || '''duhajag?'''....''how old?'' |} === Adjectival Deictic Determiners === : Here is a table showing the deictic determiner prefixes attached to elements ending in '''-a''' to form various adjectival deictic determiners: <small> :{| class="wikitable" style="background:lightyellow; font-size:smaller;" |+ Adjectival Determiners |- valign=top ! &nbsp; !! OF SELECTION !! OF KIND !! OF POSSESSION|| OF AGE |- | INTERROGATIVE || '''duha...?'''....''which...?'' || '''duhayena...?'''....''what kind of...?'' || '''duhata?'''....''whose?''||'''duhajaga?'''....''how old?'' |- | DEFINITE || '''ha<sup>1</sup>'''....''the'' || '''hayena'''....''the kind of'' || '''hata'''....''the one&apos;s''||'''hajaga'''...''of the age'' |- | INDEFINITE || '''hea'''....''some, a certain'' || '''heyena'''....''some kind of, a certain kind of'' || '''heta'''....''someone&apos;s''||'''hejaga'''....''of any age'' |- | NEGATIVE || '''hoa...!'''....''no, not any'' || '''hoyena'''....''no kind of''|| '''hota'''....''nobody's''||'''hojaga'''....''ageless'' |- | PROXIMAL || '''hia'''....''this, these'' || '''hiyena'''....''this kind of, such (a), like this, like these'' || '''hita'''....''this one&apos;s''||'''hijaga'''....''of this age'' |- | IMMEDIATE || '''hiia'''....''the following'' || '''hiiyena'''....''the following kind of'' || '''hiita'''....''the following person&apos;s''||'''hiijaga'''....''of the following age'' |- | DISTAL || '''hua'''....''that, those''|| '''huyena'''....''that kind of, like that, like those, such''|| '''huta'''....''that one&apos;s''||'''hujaga'''....''of that age'' |- | INTENSIVE || '''huua'''....''such a, such, what a'' || '''huuyena'''....''such a kind of'' || '''huuta'''....''such a person&apos;s''||'''huujaga'''....''of such an age'' |- | DISTRIBUTIVE || '''hya<sup>2</sup>'''....''every, all, each''|| '''hyayena'''....''every kind of, all kinds of'' || '''hyata'''....''everybody&apos;s''||'''hyajaga'''....''of every age'' |- | INDETERMINATE || '''hyea'''....''any, whatever''|| '''hyeyena'''....''any kind of, whatever kind of'' || '''hyeta'''....''anybody&apos;s''||'''hyejaga'''....''of any age'' |- | ABSOLUTELY NEGATIVE ||'''hyoa'''....''not, not a, not any whatever'' || '''hyoyena'''....''no kind of, no such whatever'' || '''hyota'''....''absolutely nobody&apos;s''||'''hyojaga'''...''of no age whatever'' |- | IDENTICAL || '''hyia'''....''the same''<br>'''ha gea'''....''the same'' || '''hyiyena'''....''the same kind of''<br>'''ha geyena'''....''the same kind of'' || '''hyita'''....''the same one&apos;s''<br>'''ha geta'''....''the same one&apos;s''||'''hyijaga'''....''of the same age'' |- | NON-IDENTICAL || '''hyua'''....''another''<br>'''ogea'''....''another''<br>'''ha ogea'''....''the other'' || '''hyuyena'''....''some other kind of''<br>'''ogeyena'''....''another kind of''<br>'''ha ogeyena'''....''the other kind of'' || '''hyuta'''....''someone else&apos;s''<br>'''ogeta'''....''someone else&apos;s''<br>'''ha ogeta'''....''the other person&apos;s''||'''hyujaga'''....''of a different age'' |} </small> : Note 1: The definite adjectival deictic determiner '''ha''' (actually, short for '''haa''') is used as what is more commonly referred to as the '''''definite article'''''....''the''. : Note 2: The determiner '''hya''' is a reduced form of '''hyaa'''. : Note 3: The interrogative adjectival determiner '''Duha?''' really is a command meaning ''Tell me the...''. So, for instance, '''Duham?'''....''Where?'' is really a command meaning '''Tell (me) the place!''' : The pronominal deictic determiners can also incorporate gender in such a way that they refer to female or male persons specifically. This done by inserting the letter '''w''' before the characteristic vowel for males and the letter '''y''' after the characteristic vowel for females. Incorporating gender this way is relatively rare and only used in cases with the distinction is relative to the context: ::* '''<u>Hwita</u> tam se ga aga.'''....''<u>This guy's</u> house is bigger.'' ::* '''At voy ayse <u>huytia</u> dyuni.'''....''I don't have <u>those women's</u> names.'' : Usage examples of deictic determiner adjectives: ::* '''<u>Duha</u> tam se etas?'''....''<u>Which</u> house is yours?'' ::* '''<u>Huua</u> tej et ayse!'''....''<u>What a</u> life you have!'' ::* '''<u>Duhayena</u> dyezuni ifxe et?'''....''<u>What kind of</u> movies do you like?'' ::* '''<u>Duhata</u> tef okwa?'''....''<u>Whose</u> hat was lost?'' ::* '''<u>Ha</u> tob ta yata dyuni.'''....''<u>The</u> man knew our names.'' ::* '''<u>Hayena</u> dini at ife, et ufe.'''....''<u>The kind of</u> stories I love, you hate.'' ::* '''<u>Hea</u> mepi egdyunxwo.'''....''<u>Certain</u> streets will be renamed.'' ::* '''<u>Heyena</u> fukyes uxaye purnyan.'''....''<u>Some kind of</u> accident has caused a traffic jam.'' ::* '''<u>Heta</u> abtaf akwa be ha zatem.'''.....''<u>Someone's</u> coat was found in the foyer.'' ::* '''<u>Hia</u> dyes se ata gafias.'''....''<u>This</u> book is my favorite.'' ::* '''<u>Hiia</u> duni se yofwa.'''....''<u>The following</u> words are prohibited.'' ::* '''<u>Hiiyena</u> xeyen voy afwu.'''....''<u>The following sort of</u> behavior would not be allowed.'' ::* '''<u>Hiyena</u> xeyen voy vayafwo.'''....''<u>This type of</u> behavior will not be tolerated.'' ::* '''<u>Hita</u> tim so yovoza.'''....''<u>This person's</u> room will be blue.'' ::* '''<u>Hua</u> mas efwe egvozilbwer.'''....''<u>That</u> wall needs to be repainted.'' ::* '''<u>Huua</u> dini yufxe toboti.'''....''<u>Such</u> stories scare children.'' ::* '''<u>Huyena</u> duni yeyfwe yixwer za at.'''....''<u>Such</u> words should not be used in front of me.'' ::* '''<u>Hwuta</u> tam magseye.'''....''<u>That guy's</u> house is on fire.'' ::* '''<u>Hoa</u> din se ga tesika.'''....''<u>No</u> story more important.'' ::* '''<u>Hoyena</u> tes tesiyafwe.'''....''<u>No such</u> meaning can be inferred.'' ::* '''<u>Hyota</u> jatexdras sa ga fia.'''....''<u>Nobody's</u> plan is better.'' ::* '''<u>Hyos</u> oboxe huyt.'''....''<u>Nothing whatever</u> bothers that gal.'' ::* '''<u>Hya</u> mepi izpe Roma.'''....''<u>All</u> roads lead to Rome.'' ::* '''<u>Hya ha</u> mepi se ebwa.'''....''<u>All the</u> roads are bloacked.'' ::* '''<u>Hya</u> tob yefe xer ita gon.'''....''<u>Every</u> man must do his part.'' ::* '''<u>Hyayena</u> telami ese be hia mep.'''....''<u>All manner of</u> restaurants exist on this street.'' ::* '''<u>Hyata</u> tej se uka bi yaobi.'''....''<u>Everyone's</u> life is full of ups and downs.'' ::* '''<u>Hyaewa</u> domi agsaye.'''....''<u>Both</u> cities have grown.'' ::* '''<u>Hyea</u> voz so fia.'''....''<u>Any</u> color will be fine.'' ::* '''<u>Hyeyena</u> til se aysyafwa.'''....''<u>Any kind of</u> drink is available.'' ::* '''<u>Hyeta</u> ved se ge ifa vyel atas.'''....''<u>Anyone's</u> guess is as good as mine.'' ::* '''<u>Hyea</u> tim et fe et yafe ayser.'''....''<u>Whatever</u> room you want, you can have.'' ::* '''<u>Hyia</u>/(Ha gea) fukyesi kyese glaxag.'''....''<u>The same</u> accidents occur frequently.'' ::* '''<u>Hyiyena</u>/(Ha geyena) dyezuni teaxuwa zajub.'''....''<u>The same kind of</u> films were shown yesterday.'' ::* '''<u>Hyita</u>/(Ha geta) dyun yixwa gajod.'''....''<u>The same person's</u> name was used again.'' ::* '''<u>Hyua</u> dyezun sa ifuyea.'''....''<u>The other</u> movie was more entertaining.'' ::* '''<u>Hyuyena</u>/(Ogeyena) som teasu ga fia.'''....''<u>Another kind of</u> furniture would look better.'' ::* '''<u>Hyuta</u>/(ogeta) texyen se ge fyia.'''....''<u>Someone else's</u> opinion is equally valid.'' ::* '''<u>Hiytia</u> dyuni voy dodraye.'''....''<u>These women's</u> names have not be make public.'' ::* '''<u>Hwiitia</u> dyuni voy dodrowe.'''....''<u>The following males'</u> names will not be publicized.'' ::* '''<u>Hijaga</u> tobweti voy afwo him.'''....''Boys <u>of this age</u> will not be allowed here.'' : If the definite article or any other deictic determiner is omitted before a noun, then it has the effect of the English indefinite article ''a / an'' with a singular noun or ''some'' with a plural noun. For example: ::* '''Yat tilia <u>ha tilyeb</u> bi vafil.'''....''We drank <u>the glass</u> of wine.'', vs. ::** '''Yat tilia <u>tilyeb</u> bi vafil.'''....''We drank <u>a glass</u> of wine.'' ::* '''Yat tilia <u>ha tilyebi</u> bi vafil.'''....''We drank <u>the glasses</u> of wine.'', vs. ::** '''Yat tilia <u>tilyebi</u> bi vafil.'''....''We drank <u>(some) glasses</u> of wine.'' ::* '''Yat tilia <u>awa tilyeb</u> bi vafil.'''....''We drank <u>one glass</u> of wine.'', vs. ::** '''Yat tilia <u>ha awa tilyeb</u> bi vafil.'''....''We drank <u>the one glass</u> of wine.'' ::* '''Yat tilia <u>ewa tilyebi</u> bi vafil.'''....''We drank <u>two glasses</u> of wine.'', vs. ::** '''Yat tilia <u>ha ewa tilyebi</u> bi vafil.'''....''We drank <u>the two glasses</u> of wine.'', vs. ::** '''Yat tilia <u>hya ewa tilyebi</u> bi vafil.'''....''We drank <u>both glasses</u> of wine.'' ::* '''Yat tilia <u>owa tilyeb</u> bi vafil.'''....''We drank <u>no/zero glasses (=not a single glass)</u> of wine.'' ::* '''Yat tilia <u>ea tilyeb</u> bi vafil.'''....''We drank <u>another/a second glass</u> of wine.'', vs. ::** '''Yat tilia <u>ha ea tilyeb</u> bi vafil.'''....''We drank <u>the second glass</u> of wine.'', vs. ::** '''Yat tilia <u>ea tilyebi</u> bi vafil.'''....''We drank <u>second glasses</u> of wine.'', vs. ::** '''Yat tilia <u>ha ea tilyebi</u> bi vafil.'''....''We drank <u>the second glasses</u> of wine.'' : If an indefinite article sense is needed for clarity, the words '''awa''' (''one'') or '''hea''' (''some, a certain'') can be used, eg.: ::* '''At igtease <u>awa</u> tob yiztyoyaber.'''....''I glimpsed <u>a</u> man walk by.'' ::* '''Hwit zoyupo <u>hea</u> juab.'''....''He will come back on <u>a / a certain / some</u> Monday.'' === Pronominal Deictic Determiners === : The following chart shows deictic determiners used as pronouns. Note that the suffix '''-s''' (short for '''sun''') is used pronouns referring to things, while '''-t''' (short for '''tob''') is used for those referring to persons. The suffix '''-i''' pluralized either of these. The distinction between a form like ''what?'' and a '''''selective''''' form like ''which?'' is made by using the full adjectival form (with '''-a-''') in the selective forms. So, for example, '''hot?''' is ''who?'', but '''hoat?''' is ''which one? (referring to a person)''. The determiners referring to persons can optionally be made specifically male with the insertion of the letter '''w''' before the stem vowel or specifically female with the insertion of the letter '''y''' before the stem-ending '''t''': :{| class="wikitable" style="background:lightyellow; font-size:smaller;" |+ Pronominal Deictic Determiners |- valign=top ! PRONOUNS !! THING<br>THINGS !! SELECTIVE THING<br>SELECTIVE THINGS || valign=top| SELECTIVE PERSON<br>SELECTIVE PERSONS !! PERSON<br>PERSONS !! PERSON&apos;S THING<br>PERSON&apos;S THINGS |- | INTERROGATIVE || valign=top| '''duhas?'''....''what (thing)?''<br>'''duhasi?'''....''what (things)?'' || valign=top| '''duhaas'''?....''which one?''<br>'''duhaasi'''?....''which ones?'' || valign=top| '''duhaat'''?....''which person?''?<br>'''duhwaat?'''....''which man?''<br>'''duhayt?'''....''which woman?''<br>'''duhaati?'''....''which people?''<br>'''duhwaati?'''....''which men?''<br>'''duhaayti?'''....''which women?'' || valign=top| '''duhat'''?....''who?, whom?''<br>'''duhwat?'''....''who?, whom?''<br>'''duhayt'''....''who?'' <br>'''duhati?'''....''who?, whom?''<br>'''duhwati?'''....''who?, whom?''<br>'''duhayti?'''....''who?, whom?'' || valign=top| '''duhatas?'''....''whose (thing)?''<br>'''duhwatas?'''....''whose''<br>'''duhaytas?'''....''whose?''<br>'''duhatasi?'''....''whose (things)?''<br>'''duhwatasi?'''....''whose?'' <br>'''duhaytasi?'''....''whose?'' |- | DEFINITE || valign=top| '''has'''....''it, the thing''<br>'''hasi'''....''they, them, the things''<br> || valign=top| '''haas'''....''the one''<br>'''haasi'''....''the ones''|| valign=top| '''haat'''....''the one''<br>'''hwaat'''....''the male one''<br>'''haayt'''....''the female one''<br>'''haasi'''....''the ones''<br>'''hwaasi'''....''the male ones''<br>'''haaysi'''....''the female ones'' || valign=top|'''hat'''....''the person, he, him''<br>'''hwat'''....''he, him''<br>'''hayt'''....''she, her''<br>'''hati'''....''the persons, they, them''<br>'''hwati'''....''the males, they, them''<br>'''hayti'''....''the females, they, them''|| valign=top| '''hatas'''....''whose''? (thing)<br>'''hwatas'''....''whose''<br>'''haytas'''....''whose'' <br>'''hatasi'''....''whose'' )things)<br>'''hwatasi'''....''whose''<br>'''haytasi'''....''whose'' |- | INDEFINITE || valign=top| '''hes'''....''something''<br>'''hesi'''....''some (things)''<br> || valign=top| '''heas'''....''a certain one''<br>'''heasi'''....''certain ones'' || valign=top| '''heat'''....''a certain one''<br>'''hweat'''....''a certain male''<br>'''heayt'''....''a certain female''<br>'''heati'''....''certain ones''<br>'''hweati'''....''some males''<br>'''heayti'''....''some females''|| valign=top|'''het'''....''someone''<br>'''hwet'''....''some male''<br>'''heyt'''....''some female'' <br>'''heti'''....''some (people)''<br>'''hweti'''....''some males'' <br>'''heyti'''....''some females''|| valign=top| '''hetas'''....''someone's''<br>'''hwetas'''....''some male's'' <br>'''heytas'''....''some female's''<br>'''hetasi'''....''some people's''<br>'''hwetasi'''....''some males&apos;''<br>'''heytasi'''....''some females&apos;'' |- | NEGATIVE || valign=top| '''hos'''....''nothing''<br>'''hosi'''....''no (things)''<br> || valign=top| '''hoas'''....''no, not a''<br>'''hoasi'''....''none'' || valign=top| '''hoat'''....''not a one''|| valign=top|'''hot'''....''nobody''|| valign=top| '''hotas'''....''nobody's'' |- | PROXIMAL || valign=top| '''his'''....''this''<br>'''hisi'''....''these''|| valign=top|'''hias'''....''this one''<br>-<br>'''hiasi'''....''these''|| valign=top|'''hiat'''....''this one''<br>'''hwiat'''....''this one''<br>'''hiayt'''....''this one''<br>'''hiati'''....''these ones''<br>'''hwiati'''....''these of the males''<br>'''hiayti'''....''these of the females''|| valign=top|'''hit'''....''this person''<br>'''hwit'''....''he, him''<br>'''hiyt'''....''she, her''<br>'''hiti'''....''these people, they, them''<br>'''hwiti'''....''these males''<br>'''hiyti'''....''these females''|| valign=top|'''hitas'''....''this person&apos;s, his''<br>'''hwitas'''....''this male&apos;s''<br>'''hiytas'''....''this female&apos;s''<br>'''hitasi'''....''this person&apos;s (things)'', ''theirs''<br>'''hwitasi'''....''this man&apos;s''<br>'''hiytasi'''....''this woman&apos;'' |- | IMMEDIATE || valign=top| '''hiis'''....''the following''<br>'''hiisi'''....''the following (things)''|| valign=top|'''hiias'''....''the following one''<br>'''hiiasi'''....''the following ones'' || valign=top|'''hiiat'''....''the following person''<br>'''hwiiat'''....''the following male''<br>'''hiiayt'''....''the following female''<br>'''hiiati'''....''the following ones''<br>'''hwiiati'''....''the following males''<br>'''hiiayti'''....''the following females''|| valign=top|'''hiit'''....''the following person''<br>'''hwiit'''....''the following male''<br>'''hiiyt'''....''the following female''<br>'''hiiti'''....''the following (people)''<br>'''hwiiti'''....''the following males''<br>'''hiiyti'''....''the following females''|| valign=top|'''hiitas'''....''the following person&apos;s (thing)''<br>'''hwiitas'''....''the following male&apos;s''<br>'''hiiytas'''....''the following female&apos;s''<br>'''hiitasi'''....''the following person&apos;s (things)''<br>'''hwiitasi'''....''the following male&apos;s''<br>'''hiiytasi'''....''the following female&apos;s'' |- | DISTAL || valign=top| '''hus'''....''that''<br>'''husi'''....''those''|| valign=top|'''huas'''....''that one''<br>'''huasi'''....''those'' || valign=top|'''huat'''....''that one''<br>'''hwuat'''....''that one of the males''<br>'''huayt'''....''that one of the females''<br>'''huati'''....''those people, they''<br>'''hwuati'''....''those males''<br>'''huayti'''....''those females''|| valign=top|'''hut'''....''that person, he, him''<br>'''hwut'''....''that guy, he, him''<br>'''huyt'''....''that female, she, her''<br>'''huti'''....''those people, they, them''<br>'''hwuti'''....''those males''<br>'''huyti'''....''those females''|| valign=top|'''hutas'''....''that person&apos;s, his''<br>'''hwutas'''....''his''<br>'''huytas'''....''hers''<br>'''hutasi'''....''that person's (things), his''<br>'''hwutasi'''....''his''<br>'''huytasi'''....''hers'' |- | INTENSIVE || valign=top| '''huus'''....''such, such a thing''<br>'''huusi'''....''such things''|| valign=top|'''huuas'''....''such a one''<br>'''huuasi'''....''such ones'' || valign=top|'''huuat'''....''such a person''<br>(rare)<br>(rare)<br>'''huuati'''....''such people''<br>(rare)<br>(rare)|| valign=top|'''huut'''....''such a person''<br>'''hwuut'''....''such a male''<br>'''huuyt'''....''such a female''<br>'''huuti'''....''such people''<br>'''hwuuti'''....''such males''<br>'''huuyti'''....''such females''|| valign=top|'''huutas'''....''such a person&apos;s''<br>(rare)<br>(rare)<br>'''huutasi'''....''such people&apos;s (things)''<br>(rare><br>(rare) |- |ABSOLUTE NEGATIVE || valign=top| '''hyos'''....''nothing at all''<br>'''hyosi'''....''none at all''|| valign=top|'''hyoas'''....''not a one whatever''<br>'''hyoasi'''....''none whatever'' || valign=top|'''hyoat'''....''not a single one''<br>'''hyoati'''....''none whatever''|| valign=top|'''hyot'''....''nobody at all''<br>'''hywot'''....''no male at all''<br>'''hyoyt'''....''no female whateveer''<br>'''hyoti'''....''no people at all''<br>'''hywoti'''....''no males at all''<br>'''hyoyti'''....''no females at all''|| valign=top|'''hyotas'''....''nobody's''<br>'''hyotasi'''....''nobody's <small>(things)</small>'' |- | DISTRIBUTIVE || valign=top| '''hyas'''....''everything, all''<br>'''hyasi'''....all things || valign=top| '''hyaas'''....each one<br>'''hyaasi'''....''all of them'' || valign=top|'''hyaat'''....''each one''<br>'''hyaati'''....''all of them''|| valign=top|'''hyat'''....''everyone''<br>'''hywat'''....''every male''<br>'''hyayt'''....''every female''<br>'''hyati'''....''all (people)''<br>'''hywati'''....''all males''<br>'''hyayti'''....''all females''|| valign=top| '''hyatas'''....''everyone's''<br>'''hyatasi'''....''everyone's <small>(things)</small>'' |- | INDETERMINATE || valign=top| '''hyes'''....''anything, whatever''<br>'''hyesi'''....''any''|| valign=top|'''hyeas'''....''whatever one''<br>'''hyeasi'''....''any of them'' || valign=top|'''hyeat'''....''whichever one''<br>'''hyeati'''....''whichever ones''|| valign=top|'''hyet'''....''anyone''<br>'''hywet'''....''any male''<br>'''hyeyt'''....''any female''<br>'''hyeti'''....''whoever''<br>'''hyweti'''....''whichever males''<br>'''hyeyti'''....''whichever females''|| valign=top|'''hyetas'''....''whoever's''<br>'''hyetasi'''....''anybody's <small>(things)</small>'' |- | IDENTICAL || valign=top| '''hyis'''....''the same thing''<br>'''hyisi'''....''the same things''|| valign=top|'''hyis'''....''the same one''<br>'''hyiasi'''....''the same ones'' || valign=top|'''hyiat'''....''the same one''<br>'''hyiati'''....''the same one''|| valign=top|'''hyit'''....''the same person''<br>'''hywit'''....''the same guy''<br>'''hyiyt'''....''the same woman''<br>'''hyiti'''....''the same people''<br>'''hywiti'''....''the same men''<br>'''hyiyti'''....''the same women''|| valign=top|'''hyitas'''....''the same person's''<br>'''hyitasi'''....''the same person's'' <small>(things)</small> |- | NON-IDENTICAL || valign=top| '''hyus'''....''something else''<br>'''hyusi'''....''other things''|| valign=top|'''hyuas'''....''the other one''<br>'''hyuasi'''....''the other ones'' || valign=top|'''hyuat'''....''the other one''<br>'''hyuati'''....''the others''|| valign=top|'''hyut'''....''someone else''<br>'''hywut'''....''the other guy''<br>'''hyuyt'''....''the other woman''<br>'''hyuti'''....''others''<br>'''hywuti'''....''the other guys''<br>'''hyuyti'''....''the other women''|| valign=top|'''hyutas'''....''someone else's''<br>'''hyutasi'''....''someone else's <small>(things)</small>'' |} : Here is a chart of pronominal deictic determiners of kind formed from the corresponding adjectival determiners of kind (eg. '''hoyena?'''....''what kind of...?''): :{| class="wikitable" style="background:lightyellow; font-size:smaller;" |+ Pronominal Deictic Determiners of Kind |- valign=top ! &nbsp; !! KIND OF THING<br>KIND OF THINGS !! KIND OF PERSON<br>KIND OF PEOPLE |- | INTERROGATIVE || valign=top| '''duhayenas?'''....''what kind of thing?''<br>'''duhayenasi?'''....''what kind of things?''|| valign=top|'''duhayenat?'''....''what kind of person?''<br>'''duhayenati?'''....''what kind of people?'' |- | DEFINITE || valign=top| '''hayenas'''....''the kind of thing''<br>'''hayenasi'''....''the kind of things''|| valign=top|'''hayenat'''....''the kind of person''<br>'''hayenati'''....''the kind of people'' |- | INDEFINITE || valign=top| '''heyenas'''....''some kind of thing''<br>'''heyenasi'''....''some kind of things''|| valign=top|'''heyenat'''....''some kind of person''<br>'''heyenati''' ....''some kind of people'' |- | NEGATIVE || valign=top| '''hoyenas'''....''no such thing''<br>'''hoyenasi'''....''no such things''|| valign=top|'''hoyenat'''....''no such person''<br>'''hoyenati'''....''no such people'' |- | PROXIMAL || valign=top| '''hiyenas'''....''this kind of thing, such a thing''<br>'''hiyenasi'''....''these kinds of things, such things''|| valign=top|'''hiyenat'''....''this kind of person, such a person''<br>'''hiyenati'''....''these kinds of people, such people'' |- | IMMEDIATE || valign=top| '''hiiyenas'''....''the following kind of thing''<br>'''hiiyenasi'''....''the following kinds of things''|| valign=top|'''hiiyenat'''....''the following kind of person''<br>'''hiiyenati'''....''the following kinds of people'' |- | DISTAL || valign=top| '''huyenas'''....''that kind of thing, such a thing''<br>'''huyenasi'''....''such things, such things''|| valign=top|'''huyenat'''....''that kind of person, such a person''<br>'''huyenati'''....''those kind of people, such people'' |- | INTENSIVE || valign=top| '''huuyenas'''....''such a thing''<br>'''huuyenasi'''....''such kinds of things''|| valign=top|'''huuyenat'''....''such a person''<br>'''huuyenati'''....''such kinds of people'' |- | ABSOLUTE NEGATIVE || valign=top| '''hyoyenas'''....''no such thing at all''<br>'''hyoyenasi'''....''no such things at all''|| valign=top|'''hyoyenat'''....''no such person whatever''<br>'''hyoyenati'''....''no such people whatever'' |- | DISTRIBUTIVE || valign=top| '''hyayenas'''....''every kind of thing''<br>'''hyayenasi'''....''all kinds of things''|| valign=top|'''hyayenat'''....''every kind of person''<br>'''hyayenati'''....''all kinds of people'' |- | INDETERMINATE || valign=top| '''hyeyenas'''....''any kind of thing''<br>'''hyeyenasi'''....''any kinds of things''|| valign=top|'''hyeyenat'''....''any kind of person''<br>'''hyeyenati'''....''any kinds of people'' |- | IDENTICAL || valign=top| '''hyiyenas'''....''the same kind of thing''<br>'''hyiyenasi'''....''the same kinds of things''|| valign=top|'''hyiyenat'''....''the same kind of person''<br>'''hyiyenati'''....''the same kinds of people'' |- | NON-IDENTICAL || valign=top| '''hyuyenas'''....''some other kind of thing''<br>'''hyuyenasi'''....''other kinds of things''|| valign=top|'''hyuyenat'''....''some other kind of person''<br>'''hyuyenati'''....''other kinds of people'' |} : Any of the above animate deictic determiners can (though rarely) be made to refer specifically to males or females with the ending '''-wat''' or '''-wati''' for males and '''-ayt''' or '''-ayti''' for females. For example: ''any kind of males'' would be translated with '''hyeyenwati.'''....''Every kind of female'' would be translated with '''hyayenayt'''. === Selective vs. Non-Selective Forms === : The pronominal deictic interrogative determiner '''hot?''' means ''who'' and contrasts with its '''''selective''''' counterpart '''hoat?''', which means ''which one?''. All the selective determiners refer to one or more things or persons from a selectable pool of things or persons. : The following sentences illustrate the use of the above pronominal determiners: ::* '''<u>Duhat</u> aka zajuba ek?'''....''<u>Who</u> won yesterday's game?'' ::* '''<u>Duhaat</u> bi ha akuti sa ha gwa fiat?'''....''<u>Which one</u> of the winners was the best?'' ::* '''<u>Duhata</u> tam se hus?'''....''<u>Whose</u> house is that?'' ::* '''<u>Duhatas</u> se hus?'''....''<u>Whose</u> is that?'' ::* '''<u>Duhatia</u> deuzi et gaife?'''....''<u>Whose</u> songs do you prefer?'' ::* '''<u>Duhatias</u> et gaife?'''....''<u>Whose</u> do you prefer?'' ::* '''<u>Duhass</u> se eta dyun?'''....''<u>What</u> is your name?'' ::* '''<u>Duhasi</u> se eta gaifuni?'''....''<u>What</u> are your preferences?'' ::* '''<u>Duha</u> deuzi se eta gwafiasi?'''....''<u>Which</u> songs are your best?'' ::* '''<u>Duhaasi</u> se eta gwafiasi?'''....''<u>Which ones</u> are your best?'' ::* '''Bi hia deuzuti, <u>hoat</u> et gafie?'''....''Of these vocalists, <u>which one</u> do you prefer?'' ::* '''<u>Hiiti</u> yaneko hijub.'''....''<u>The following people</u> will compete today.'' ::* '''<u>Duhaati</u> se gwa fia?'''....''<u>Which ones</u> are best?''' ::* '''<u>Duhati</u> et teexe gwa jodi?'''....''<u>Who (all)</u> do you listen to the most often?'' ::* '''<u>Huat</u> hu at teexe gwaxag draye ejna deuz.'''....''<u>The one</u> I listen to the most has written a new song.'' ::* '''Ejna deuz? At voy teste <u>haas</u> hu et tede.'''....''New song? I don't understand <u>which one</u> you mean.'' ::* '''<u>Hias</u>.'''....''<u>This one</u>.'' ::* '''Vo. <u>Huasi</u> se ga fia.'''....''No. <u>Those</u> are better.'' ::* '''<u>His</u> se jub av ivxelen.'''....''<u>This</u> is a day for celebration.'' ::* '''Va. <u>Hia</u> jub. At tese <u>hi</u>jub.'''....''Yes. <u>This</u> day. I mean <u>To-</u>day.'' ::* '''<u>Husi</u> sa <u>ha</u> jubi, ata dat!'''....''<u>Those</u> were <u>the</u> days, my friend!'' ::* '''<u>Duhas</u> se eta dyun?'''....''<u>What</u> is your name?'' ::* '''<u>Duhot</u> aka ha igpek?'''....''<u>Who</u> won the race?'' ::* '''<u>Hyas</u> uja fi.'''....''<u>Everything</u> ended well.'' ::* '''<u>Hyasi</u> uje.'''....''<u>All things</u> come to an end.'' ::* '''<u>Hyayenasi</u> vey kyesu.'''....''<u>All sorts of things</u> might happen.'' ::* '''<u>Hyos</u> yoka at.'''....''<u>Nothing</u> whatever surprised me.'' ::* '''<u>Hot</u> ta adut hu ako.'''....''<u>Nobody</u> knew who would win.'' ::* '''<u>Huayti</u>hu fu pier yefe.'''....''<u>Those females</u> who would like to leave may.'' ::* '''<u>Hyet</u> yefe eker hia ifek.'''....''<u>Anyone</u> can play this game.'' ::* '''<u>Huyenasi</u> voy afwo.'''....''<u>Such things</u> will not be permitted.'' ::* '''<u>Hua twob</u> voy taxe hia toyb.'''....''<u>That</u> man does not remember this woman.'' ::* '''<u>Huti</u> yanyexe fi.'''....''<u>Those guys</u> work well together.'' ::* '''<u>Huuyti</u> hyaj yubixe tezex.'''....''<u>Such females</u> always attract attention.'' ::* '''At jay teataye <u>hiyenasi</u>.'''....''I've seen <u>such things</u> before.'' ::* '''<u>Huyenwat</u> voy vabiwu.'''....''<u>A man like that</u> would not be accepted.'' ::* '''<u>Duhayenasi</u> weti iyfe xer je ha maj.'''....''<u>What kinds of things</u> do you guys like to do during the day?'' === Placement of Interrogatives === : In a sequence of adjectives before a noun, deictic determiners go first, eg.: ::* '''<u>Duhaa</u> ewa oga nyefi bewe et?'''....''<u>Which</u> two small bags belong to you?'' : In interrogative sentences, the interrogative deictic determiner (question word) often starts out the sentence, as in English. ::* '''<u>Duhas</u> se eta dyun?'''....''<u>What</u> is your name?'' ::* '''<u>Duhat</u> et teata aay hijub?'''....''<u>Who(m)</u> did you see first today?'' : Interrogative deictic determiners can also go at the end of sentence: ::* '''Eta dyun se <u>duhas</u>?'''....''What is your name?'' Lit. ''Your name is <u>what</u>?'' === Numerical Deictic Determiners === : Sometimes, a deictic determiner specifies numerical information. This chart shows those forms: :{| class="wikitable" style="background:lightyellow; font-size:smaller;" |+ Number-incorporating Deictic Determiners |- valign=top ! ADJECTIVE !! INANIMATE PRONOUN !! ANIMATE PRONOUN !! PRONOMINAL DETERMINER !! POSSESSIVE PRONOUN |- | '''hawa'''* ''the only'' || '''hawas'''....''the only thing''<br>'''hawasi'''....''the only things'' || '''hawat'''....''the only one (person)''<br>'''hawati'''....''the only ones''|| '''hawata'''....''the only person&apos;s'' || '''hawatas'''....''the only one&apos;s''<br>'''hawatasi'''....''the only one&apos;s (things)'' |- | '''hyawa'''* ''each'' || '''hyawas'''....''each one'' || '''hyawat'''....''each person''|| '''hyawata'''....''each person&apos;s'' || '''hyawatas'''....''each one&apos;s''<br>'''hyawatasi'''....''each one&apos;s (things)'' |- | '''hyaewa'''....''both'' || '''hyaewasi'''....''both (<small>things</small>)'' || '''hyaewati'''....''both (<small>people</small>)''|| '''bi hyaewati'''....''both person&apos;s'' || '''has bi hyaewati'''....''both person&apos;s''<br>'''hasi bi hyaewati'''....''both persone&apos;s (things)'' |- | '''hyaiwa'''....''all three'' || '''hyaiwasi'''....''all three (<small>things</small>)'' || '''hyaiwati'''....''all three (<small>people</small>)''|| '''hyaiwata'''....''all three person&apos;s'' || '''has bi hyaiwati'''....''all three person&apos;s''<br>'''hasi bi hyaiwati'''....''all three person&apos;s (things)'' |- | '''ohyawa'''....''not every'' || '''ohyawas'''....''not everything'' || '''ohyawat'''....''not everyone''|| '''ohyawata'''....''not every person&apos;s'' || '''ohyawatas'''....''not everyone&apos;s''<br>'''ohyawatasi'''....''not everyone&apos;s (things)'' |- | '''hyoawa'''....''not a single'' || '''hyoawas'''....''not a single thing'' || '''hyoawat'''....''not a single person''|| '''hyowata'''....''not a single person&apos;s'' || '''hyowatas'''....''not a single person&apos;s''<br>'''hyowatasi'''....''not a single person&apos;s (things)'' |- | '''hyeawa'''....''either'' || '''hyeawas'''....''either one'' || '''hyeawat'''....''either one (<small>person</small>)''|| '''hyeawata'''....''either one&apos;s'' || '''hyeawatas'''....''either one&apos;s''<br>'''hyeawatasi'''....''either one&apos;s (things)'' |- | '''hyeewa'''....''any two'' || '''hyeewasi'''....''any two things'' || '''hyeewati'''....''any two people''|| '''bi hyeewati'''....''any two person&apos;s'' || '''has bi hyeewati'''....''any two persons&apos;''<br>'''hasi bi hyeewati'''....''any two persons&apos; (things)'' |- | '''hyeowa'''....''neither'' || '''hyeowas'''....''neither one'' || '''hyeowat'''....''neither person''|| '''hyeawata'''....''neither person&apos;s'' || '''hyeowatas'''....''neither one&apos;s''<br>'''hyeowatasi'''....''neither one&apos;s (things)'' |- | '''hyuawa'''....''another'' || '''hyuawas'''....''another one'' || '''hyuawat'''....''another''|| '''hyuawata'''....''another&apos;s'' || '''hyuawatas'''....''another&apos;s''<br>'''hyuawatasi'''....''another&apos;s (things)'' |- | '''hyuowa'''....''no other'' || '''hyuowas'''....''nothing else'' || '''hyuowat'''....''nobody else''|| '''hyuowata'''....''no other&apos;s'' || '''hyuowatas'''....''no other&apos;s''<br>'''hyuowatasi'''....''no other&apos;s (things)'' |} :: *<small>'''Hawa''' and '''hyawa''' are short for '''haawa''' and '''hyaawa''', respectively.</small> : Examples using the above number-incorporating deictic determiners: ::* '''<u>Ohyawat</u> se iva bay eta vaod.'''....''<u>Not everyone</u> is happy with your decision.'' ::* '''<u>Hyaewasi</u> yafwe uxer yata efi.'''....''<u>Both (things)</u> can serve our needs.'' ::* '''<u>Hyeawa</u> tim ivlaxo at.'''....''<u>Either</u> room will satisfy me.'' ::* '''<u>Hyeowas</u> oivlaxo at.'''....''<u>Neither one</u> will dissatisfy me.'' : Note: '''Hyua''' means ''the other'', while '''hyuawa''' means ''another'', eg.: ::* '''At fu <u>hyua</u> til.'''....''I would like <u>the other</u> drink.'', vs. ::* '''At fu <u>hyuawa</u> til.'''....''I would like <u>another</u> drink.'' : Similarly, '''hya''' means ''every, all'', while '''hyawa''' means ''each'', eg.: ::* '''<u>Hya</u> dom ayse tebixea suni teaxer.'''....''<u>Every</u> city has interesting things to see.'' ::* '''<u>Hya</u> domi ayse tebixuni.'''....''<u>All</u> cities have things of interest.'' ::* '''<u>Hyawa</u> dom ayse tebixun.'''....''<u>Each</u> city has something of interest.'' : Also, '''ha''' means ''the'', while '''hawa''' means ''the only'', eg.: ::* '''<u>Hawa</u> twob nazea ata tezex se et.'''....''<u>The only</u> man worth my attention is you.'' ::* '''<u>Ha</u> twob hu at gwa ife se et.'''....''<u>The</u> man I most love is you.'' : By appending '''y''' to '''hawa''', we get the adverb '''haway'''....''only, solely'', eg; ::* '''<u>Haway</u> et nize ata tezex.'''....''<u>Only</u> you deserve my attention.''. : The singular person pronouns in the above chart can be converted into pronominal determiners by adding the adjective suffix '''a''', eg.: ::* '''<u>Hyawata</u> tej se ge glatesa vyel hyutas.'''....''<u>Each one's</u> life is as important as another's.'' ::* '''<u>Hyeowata</u> dyun se vyama.'''....''<u>Neither person's</u> name is real.'' : However, the plural person pronouns in the above chart use the preposition '''bi''' (''of'') to form possessives, eg.: ::* '''Ha teji <u>bi hyaiwati</u> se kyebukuwa.'''....''The lives <u>of all three</u> are in danger.'' : The above singular pronominal determiners can, in turn, be converted into inanimate pronouns with the suffix '''-s'''. ::* '''<u>Hyawatas</u> se glatesa.'''....''<u>Each one's</u> is important.'' ::* '''<u>Hyeowatas</u> se vyama.'''....''<u>Neither's</u> is real.'' : The plural pronominal determiners can be nominalized with the use of '''bi''', eg: ::* '''<u>Hyaiwasi</u> <u>bi huti</u> se kyebukuwa.'''....''<u>All three</u> <u>of theirs'</u> are in danger.'' : Correlative Number-incorporating Deictic Determiners are handled as follows: ::* '''Hyeawa A ey B'''....''either A or B'' ::* '''Hyeowa A oy B'''....''neither A nor B'' ::* '''Hyaewa A ay B'''....''both A and B'' ::* '''Hawa A, voy B'''....''only A, not B'' === Adverbial Deictic Determiners === : This tables shows a correlated set of '''''pro-adverbs''''' built through the agglutination of deictic prefixes and catetory stubs. This is not all-inclusive, because their are other similary-constructed pro-verbs relating to other categories. :{| class="wikitable" style="background:lightyellow; font-size:smaller;" |+ Adverbial Deictic Determiners |- valign=top ! PRO-ADVERBS !! MANNER<br>'''(b)<u>yen</u>''' !! PLACE<br>'''(ne)<u>m</u>''' !! TIME<br>'''<u>j</u>(ob)''' !! DEGREE<br>'''nog ~ gla<sup>1</sup>''' !! REASON<br>'''sav''' !! FREQUENCY<br>'''xag''' |- |- | INTERROGATIVE || '''duhayen?'''<br>''how?, in what way?'' || '''duham?'''<br>''where?'' || '''duhaj?'''<br>''when?'' || '''duhanog?''' ~ '''duhagla?'''<br>''how?, to what degree?'' || '''duhasav?'''<br>''why?'' || '''duhaxag?'''<sup>2</sup><br>''how often?'' |- | DEFINITE || '''hayen'''<br>''the way, how'' || '''ham'''<br>''the place, where'' || '''haj'''<br>''the time, when'' || '''hanog''' ~ '''hagla'''<br>''as, to the degree'' || '''hasav (hu)'''<br>''for the reason (that), because''||'''haxag'''<br>''as often (...as)'' |- | INDEFINITE || '''heyen'''<br>''somehow, in some way'' || '''hem'''<br>''somewhere'' || '''hej'''<br>''sometime'' || '''henog''' ~ '''hegla'''<br>''somewhat'' || '''hesav'''<br>''for some reason''||'''hexag'''<br>''with some frequency'' |- | NEGATIVE || '''hoyen'''<br>''in nowise'' || '''hom'''<br>''nowhere'' || '''hoj'''<br>''never'' || '''honog''' ~ '''hogla'''<br> ''not at all'' || '''hosav'''<br>''for no reason''||'''hoxag'''<br>''never'' |- | PROXIMAL || '''hiyen'''<br>''this way, so'' || '''him'''<br>''here'' || '''hij'''<br>''now'' || '''hinog''' ~ '''higla'''<br>''so, this, to this extent'' || '''hisav'''<br>''for this reason, hence''||'''hixag'''<br>''this often'' |- | IMMEDIATE || '''hiiyen'''<br>''in the following way'' || '''hiim'''<br>''hereby'' || '''hiij'''<br>''here now'' || '''hiinog''' ~ '''hiigla'''<br>''to the following extent'' || '''hiisav'''<br>''for the following reason''||'''hiixag'''<br>''as often as follows'' |- | DISTAL || '''huyen'''<br>''that way, thus'' || '''hum'''<br>''there'' || '''huj'''<br>''then'' || '''hunog''' ~ '''hugla'''<br>''so, that, to that extent'' || '''husav'''<br>''for that reason, therefore, so''||'''huxag'''<br> ''that often'' |- | INTENSIVE || '''huuyen'''<br>''in such a way, so, thus'' || '''huum'''<br>''at such a place'' || '''huuj'''<br>''at such a time'' || '''huunog''' ~ '''huugla'''<br>''so, to such an extend'' || '''huusav'''<br>''for such a reason''||'''huuxag'''<br>''so often'' |- | ABSOLUTE NEGATIVE || '''hyoyen'''<br>''in nowise whatever'' || '''hyom'''<br>''nowhere at all'' || '''hyoj'''<br>''never ever'' || '''hyonog''' ~ '''hyogla'''<br> ''not at all'' || '''hyosav'''<br>''for no reason whatever''||'''hyoxag'''<br>''never ever'' |- | DISTRIBUTIVE || '''hyayen'''<br>''totally, in every way'' || '''hyam'''<br>''everywhere'' || '''hyaj'''<br>''always'' || '''hyanog''' ~ '''hyagla'''<br>''totally'' || '''hyasav'''<br>''for every reason''||'''hyaxag'''<br>''always'' |- | INDETERMINATE || '''hyeyen'''<br>''anyway'' || '''hyem'''<br>''anywhere, wherever'' || '''hyej'''<br>''whenever'' || '''hyenog''' ~ '''hyegla'''<br>''however, to any degree'' || '''hyesav'''<br>''for whatever reason''||'''hyexag'''<br>''with whatever frequency'' |- | IDENTICAL || '''hyiyen<sup>3</sup> (hu)'''<br>''likewise, as, in the same way (that)'' || '''hyim'''<br>''at the same place'' || '''hyij'''<br>''at the same time'' || '''hyinog''' ~ '''hyigla''';<br>''as, to the same extent'' || '''hyisav'''<br>''for the same reason''||'''hyixag'''<br>''as often'' |- | NON-IDENTICAL || '''hyuyen<sup>4</sup>'''<br>''otherwise'' || '''hyum'''<br>''elsewhere'' || '''hyuj'''<br>''some other time'' || '''hyunog''' ~ '''hyugla'''<br>''not as'' || '''hyusav'''<br>''for some other reason''||'''hyuxag'''<br>''not as often'' |} : <small>Note 1: '''-nog''' and '''-gla''' forms are synonymous, insofar as expressions of degree are concerned.</small> : <small>Note 2 '''hoxag?''' and other frequency forms can be also expressed as '''hogla jodi?'''....''how many times''.</small> : <small>Note 3 '''hyi-''' can be substituted by '''gel-'''.</small> : <small>Note 4 '''hyu-''' can be substituted by '''ogel-'''.</small> : The longer, expanded forms of pro-adverbs can be used at any time. For example: ::* '''At egteato et <u>hejob</u>.'''....''I will see you again <u>sometime</u>.'' ::* '''<u>Duhasun</u> se eta dyun?'''....''<u>What</u> is your name?'' ::* '''Et yeyfe axler <u>hubyen</u>.'''....''You shouldn't act <u>that way</u>.'' : It should be noted that all of these pro-adverb determiners, unless used as nouns, such as in the sentence '''Iyt iyfe him.'''....''She likes this place (or) She likes it here.'', are really abbreviations of longer expressions with mostly the preposition '''be'''....''at''. For example, '''At tambeseya hum.''', meaning ''I used to live there.'' is ignoring the preposition '''be''' from the longer, more explicit version '''At tambeseya <u>be</u> hum.''', lit. ''I used to live <u>at</u> that-place''. The proper preposition must be explicitly present if something other than '''be'''....''at'' is meant. For example, ''<u>from</u> where?'' is expressed as '''<u>bi</u> hom?''' Similarly, ''<u>up until</u> then'' would be expressed as '''<u>byu</u> huj'''. : Here are some examples of how adverbial determiners are used: ::* '''<u>Duham</u> et tambese?'''....''<u>Where</u> do you live?''&nbsp;&nbsp; < &nbsp;&nbsp;'''Et tambese <u>be DUHAa neM</u>?'''....''You live <u>at what place</u>.'') ::* '''At tambese <u>hum</u>.'''....''I live <u>there</u>.'' ::* '''Et tambese <u>hum</u> hu ha mep uje.'''....''You live <u>where</u> the road ends.'' ::* '''<u>Duham</u> weti peye?'''....''<u>Where</u> are you guys going?'' ::* '''Et yafe per <u>hyem</u> hu et fu.'''....''You can go <u>anywhere</u> you want.'' ::* '''<u>Duham</u> et byise?'''....''<u>Where</u> are you from?'' (Lit: ''Where do you originate.'' ::* '''<u>Duhaj</u> et taja?'''....''<u>When</u> were you born?'' ::* '''At voy tajaya <u>huj</u>.'''....''I had not been born <u>then</u>.'' ::* '''Et yeyfe duder <u>hiiyen</u>.'''....''You should respond <u>in the following way</u>.'' ::* '''Ot voy yefe daler <u>huuyen</u>.'''....''One must not talk <u>in such a manner</u>.'' ::* '''Et pia <u>hesav</u>.'''....''He left <u>for some reason</u>.'' ::* '''<u>Duhayen</u> et iyfe hia vafil?'''....''<u>How</u> do like this wine?'' ::* '''Voy se fia axer <u>hiyen</u>.'''....''It is not good to act <u>this way</u>.'' ::* '''<u>Duhasav</u> et tadsa <u>huunog</u> jwa?'''....''<u>Why</u> did you marry <u>so</u> late?'' ::* '''Ha tob pia <u>hyosav</u>.'''....''The man left <u>for no reason</u>.'' ::* '''Hwat pia <u>hasav hu</u> it efa per hyum.'''....''The guy left <u>because( ~ [for] the reason that)</u> he needed to go elsewhere.'' : The different, somewhat confusing, meanings of ''how'' are illustrated here: ::* '''<u>Duhayen</u> wit xa hus?'''....''<u>How</u> did he do that?''.... (Equivalent to '''Be hoa byen...?'''....''In what way...?'') (ADVERB OF MANNER) ::* '''<u>Duhayen</u> et xeye?'''....''<u>How</u> are you doing?''.... (This is the normal way of saying ''How are you?'' or ''How do you do?'' (ADVERB OF MANNER) ::* '''<u>Duhayena</u> sa ha dyezun?'''....'' <u>How</u> was the film?''.... (''How'' here is an ADJECTIVE OF KIND, and thus ends in '''-a'''.) ::* '''<u>Duhanog (= Duhagla)</u> aga it se?'''....''<u>How</u> big is he?''.... (ADVERB OF DEGREE) ::* '''<u>Huunog (= Duhagla)</u> iyfla et se!'''....''<u>How</u> nice you are!''.... (ADVERB OF EMPHATIC DEGREE) : The conjunction ''as'' is expressed most often using pro-adverbs of manner: ::* '''Xu <u>hayen hu</u> at de.'''....''Do <u>as</u> I say.'' = (in) the way that... ::* '''Xu <u>hyiyen hu</u> (or '''gelyen hu''' or even '''gel''') at xe.'''....''Do <u>as</u> I do.'' = (in) the same way that... ::* '''Xu <u>hiiyen</u>:'''....''Do <u>as follows</u>:'' = (in) this hereby manner... : However, the particle '''gel''' (''like, as'') can be substituted: ::* '''Xu <u>gel</u> at de.'''....''Do <u>as</u> I say.'' : Many of the pro-adverb determiners in the above chart can be relativized by adding the relative marker '''hu''' after the base form, eg: ::* '''At teaso et <u>haj hu</u> et puo him.'''....''I will see you <u>when</u> you get here.'' ::* '''It xa has <u>hasav hu</u> tosa yefa.'''....''He did it <u>because (for the reason that)</u> he felt compelled.'' ::* '''<u>Hyem hu</u> et po, et so ga iva.'''....''<u>Wherever</u> you go, you'll be happier.'' : See more about this in the section on relative clauses under Verbs. === Quantitative Deictic Determiners === : The deictic prefixes can be combined with '''gla''' to form quantitative expressions acting as adverbial or adjectival determiners, and substantives (pronouns referring to things or people): :{| class="wikitable" style="background:lightyellow; font-size;smaller;" |+ Quantitative Deictic Determiners |- valign=top ! !! ADVERBIAL / ADJECTIVAL<br>DETERMINER !! INANIMATE SINGULAR<br>PRONOUN !! INANIMATE PLURAL <br>PRONOUN !! ANIMATE PLURAL<br>PRONOUN |- | INTERROGATIVE || '''duhagla?'''....''how?/how much?/how many?'' || '''duhaglas?'''....''how much?'' || '''duhaglasi?'''....''how many'' || '''duhaglati?'''....''how many (people)?'' |- | DEFINITE || '''hagla'''....''how/as much/as many'' || '''haglas'''....''as much'' || '''haglasi'''....''as many'' || '''haglati'''....''as many (people)'' |- | INDEFINITE || '''hegla'''....''somewhat/some/some'' || '''heglas'''....''some'' || '''heglasi'''....''some'' || '''heglati'''....''some (people)'' |- | NEGATIVE || '''hogla'''....''no'' || '''hoglas'''....''none of it'' || '''hoglasi'''....''none of them '' || '''hoglati'''....''none'' |- | PROXIMAL || '''higla'''....''this/this much/this many'' || '''higlas'''....''this much'' || '''higlasi'''....''this many'' || '''higlati'''....''this many (people)'' |- | DISTAL || '''hugla'''....''that/that much/that many'' || '''huglas'''....''that much'' || '''huglasi'''....''that many''<br>'''huyglasi'''....''so many'' || '''huglati'''....''that many (people)'' |- | EMPHATIC || '''huugla'''....''so very, so much, so many'' || '''huuglas'''....''so much'' || '''huuglasi'''....''so many'' || '''huuglati'''....''so many (people)'' |- | ABSOLUTE NEGATIVE || '''hyogla'''....''not at all/no/no'' || '''hyoglas'''....''none of it whatever'' || '''hyoglasi'''....''none of them at all'' || '''hyoglati'''....''none whatever'' |- | DISTRIBUTIVE || '''hyagla'''....''totally/all/all'' || '''hyaglas'''....''all of it'' || '''hyaglasi'''....''all of them'' || '''hyaglati'''....''all'' |- | INDETERMINATE || '''hyegla'''....''however/any/any'' || '''hyeglas'''....''any of it'' || '''hyeglasi'''....''any of them'' || '''hyeglati'''....''any number of them'' |- | IDENTICAL || '''hyigla'''....''as/as much/as many, equally'' || '''hyiglas'''....''the same amount'' || '''hyiglasi'''....''the same number'' || '''hyiglati'''....''as many (people)'' |- | NON-IDENTICAL || '''hyugla'''....''not as much/not as much/not as many'' || '''hyuglas'''....''a different amount'' || '''hyuglasi'''....''a different number of things'' || '''hyuglati'''....''a different number of people'' |} : Here are some examples showing how these quantitative determiners are used: ::* '''Et deuze <u>huugla</u> fi.'''....''You sing <u>so</u> well.'' ::* '''At se <u>hegla</u> booka.'''....''I am <u>somewhat</u> tired.'' ::* '''<u>Hogla</u> pati et teata hijub?'''....''<u>How many</u> birds did you see today?'' ::* '''At teata vyavay <u>hugla</u> tami.'''....''I saw exactly <u>that many</u> houses.'' ::* '''Iyt fe <u>hyiglas</u> vyel et.'''....''She wants <u>the same amount</u> as you.'' ::* '''<u>Duhaglati</u> yantexe yet?'''....''<u>How many (people)</u> agree with you?'' ::* '''<u>Hoglati</u> yantexe.'''....''<u>None</u> agree.'' ::* '''Yit fu <u>heglasi</u>.'''....''They would like <u>some (of them)</u>.'' ::* '''Et yafe bier <u>hyeglasi</u> et fe.'''....''You can take <u>however many</u> you want.'' ::* '''At se <u>huugla</u> booka.'''....''I am <u>so</u> tired.'' : NOTE: The following determiners are synonymous and interchangeable: ::* '''hegla''' = '''gle''' = '''henog''' (''somewhat, to some degree'') ::* '''hyigla''' = '''ge''' = '''hyinog''' (''as, equally, to the same degree'') : The determiners '''hogla''' and '''huugla''' can be used as exclamatory adverbs, eg.: ::* '''<u>Hogla</u> et agsaye!'''....''<u>How</u> you have grown!'' ::* '''Hua twob jagsaye <u>huugla</u>!'''....''That man has aged <u>so much</u>!'' ::* '''Hia jotul se <u>huugla</u> fiteluza!'''....''This dessert is <u>sooo</u> delicious!'' :: '''''Pronominal Determiners''''' : For a discussion of '''''pronominal determiners''''' (or '''''possessive adjectives''''') like ''my, mine, yours, our own, etc.'', see [[Mirad_Grammar/Pronouns#Pronominal Determiners|Pronominal Determiners]] under Pronouns. <noinclude>{{Chapter navigation with TOC|Adverbs|Pronouns}}</noinclude> == Pronominal Determiners == : Pronominal Determiners are what are more often called '''''possessive adjectives''''' such as ''my'' or ''your'' and are discussed in a subsection of [[Mirad Grammar/Pronouns#Pronominal Determiners|Pronouns]]. == Quantitative Determiners == : '''''Quantitative determiners''''' act in one of several ways, they: ::* specify mass, uncountable, singular nouns for relative AMOUNT, eg. ''much happiness, less work'' ::* specify countable nouns for relative NUMBER, eg. ''one apple, two birds, many places'' ::* specify adverbs, adjectives, and verbs for relative DEGREE, eg. ''how poorly, very good, eat too much''. : From these, pronominalized quantitative determiners for PERSONS and THINGS can be derived. ::* Inanimate singular pronouns are formed by adding '''s''' for AN AMOUNT OF A THING ::* Inanimate plural pronouns are formed by adding '''si''' for A NUMBER OF THINGS ::* Animate plural pronouns are formed by adding '''ti''' for A NUMBER OF PERSONS. : The following table presents most of these word forms: {| class="wikitable" style="background:lightyellow; margin-left:1.6em; font-size:smaller;" |+ Quantitative Determiners |- ! ADVERB / ADJECTIVE !! SINGULAR INANIMATE PRONOUN !! PLURAL INANIMATE PRONOUN !! PLURAL ANIMATE PRONOUN |- ! DEGREE: How...(big / quickly)?<br>AMOUNT: How much...(money)?<br>NUMBER: How many...(books)? !! AMOUNT: How much...(+ STUFF)? !! NUMBER: How many...(+ THINGS)? !! NUMBER: How many...(+ PEOPLE)? |- | '''ga'''....''more'' || '''gas'''....''more (stuff)'' || '''gasi'''....''many (things)'' || '''gati'''....''many (people)'' |- | '''ge'''....''as, as much, as many'' || '''ges'''....''as much (stuff)'' || '''gesi'''....''as many (things)'' || '''geti'''....''as many people'' |- | '''go'''....''less, fewer'' || '''gos'''....''less (stuff)'' || '''gosi'''....''fewer (things)'' || '''goti'''....''fewer (people)'' |- ! !! !! !! |- | '''gla'''....''very, much, many''<br>'''glay'''....''so, so much, so many'' || '''glas'''....''much (stuff)''<br>'''glays'''....''so much stuff'') || '''glasi'''....''many (things)''<br>'''glaysi'''....''so many (things)'' || '''glati'''....''many (people)''<br>'''glayti'''....''so many (people)'' |- | '''gle'''....''rather, quite a lot, quite a few'' || '''gles'''....''quite a lot (of stuff)'' || '''glesi'''....''quite a lot (of things)'' || '''gleti'''....''quite a few (people)'' |- | '''glo'''....''slightly, a little, few'' || '''glos'''....''a little bit'' || '''glosi'''....''a few (things)'' || '''gloti'''....''few (people)'' |- ! !! !! !! |- | '''gra'''....''too, too much, too many'' || '''gras'''....''too much (stuff)'' || '''grasi'''....''too many (things)'' || '''grati'''....''too many (people)'' |- | '''gre'''....''enough'' || '''gres'''....''enough (stuff)'' || '''gresi'''....''enough (things)'' || '''greti'''....''enough (people)'' |- | '''gro'''....''insufficiently, too little, too few'' || '''gros'''....''too little'' || '''grosi'''....''too few'' || '''groti'''....''too few (people)'' |- ! !! !! !! |- | '''gwa'''....''most'' || '''gwas'''....''the most (stuff)'' || '''gwasi'''....''the most (things)'' || '''gwati'''....''most people'' |- | '''gwe'''....''just so (much/many)'' || '''gwes'''....''just so much'' || '''gwesi'''....''just so many'' || '''gweti'''....''just so many (people)'' |- | '''gwo'''....''least'' || '''gwos'''....''the least (stuff)'' || '''gwosi'''....''the least (number of)'' || '''gwoti'''....''the least number (of people)'' |} : Examples Using Quantitative Determiners :: Adverbs of degree modifying an adjective: :::* '''At se <u>gla</u> iva.'''....''I am <u>very</u> happy.'' :::* '''Et sa <u>gra</u> uga.'''....''You were <u>too</u> slow.'' :: Adverbs of Degree modifying another adverb: :::* '''Twobi dale <u>ge</u> igay vyel toybi.'''....''Men talk <u>as</u> fast as women.'' :::* '''Yat yexe <u>ga igay</u> vyel yet.'''....''We work faster (= <u>more quickly</u>) than you.'' :: Adjectives quantifying a singular mass noun: :::* '''<u>Ga</u> nas efwo.'''....''<u>More</u> money will be needed.'' :::* '''<u>Gra</u> nas noxwa.'''....''<u>Too much</u> money was spent.'' :: Adjectives quantifying a plural countable noun (= things or people): :::* '''At ayse <u>gro</u> sari.'''....''I've got <u>too few</u> tools.'' :::* '''<u>Gla</u> tami osexwa.'''....''<u>Many</u> houses were destroyed.'' :::* '''Yat efe <u>gla ga</u> valkdibuti.'''....''We need <u>many more</u> policemen.'' :: Pronouns referring to a mass amount of something (= stuff): :::* '''<u>Gas</u> ilokeye.'''....''<u>More (stuff)</u> is leaking.'' :::* '''Et dileye <u>gras</u>.'''....''You are asking for <u>too much (stuff)</u>.'' :::* '''Yat kexo <u>gwas</u>.'''....''We will seek <u>as much (stuff) as possible</u>.'' :::* '''At iba <u>gwes</u>.'''....''I received <u>just the right amount.</u>'' :: Pronouns referring to a countable number of things: :::* '''Hisi se fia oy yat fe <u>gasi</u>.'''....''These (items) are good but we want <u>more (items)</u>.'' :::* '''At teate drilari oy <u>grosi</u>.'''....''I see pens, but <u>too few</u>.'' :: Pronouns referring to a countable number of people: :::* '''<u>Grati</u> xaye vyoki be hia yexem.'''....''<u>Too many (people)</u> have made mistakes at this work site.'' :::* '''<u>Glati</u> dyunwe oy <u>gloti</u> kexbiwe.'''....''<u>Many</u> are called but <u>few</u> are chosen.'' == Numerical Determiners == : Numerical determiners are number words that modify nouns, such as ''one'', ''fifty'', ''a hundred''. They are based on the cardinal numbers, which are explained here: === Cardinal Numerals === : The cardinal numerals are words used in counting. These words are based on the vowels of Mirad and are crucial to any hierarchical or scalar ordering of lexical concepts. :* The unit cardinal numbers are formed from the plain and pre-'''y'''-glided vowels: :::{| class="wikitable" style="background:lightyellow; text-align:center" |+ Unit Cardinal Numbers |- ! 0 !! 1 !! 2 !! 3 !! 4 !! 5 !! 6 !! 7 !! 8 !! 9 |- | '''o''' || '''a''' || '''e''' || '''i''' || '''u''' || '''yo''' || '''ya''' || '''ye''' || '''yi''' || '''yu''' |- | ''zero'' || ''one'' || ''two'' || ''three'' || ''four'' || ''five'' || ''six'' || ''seven'' || ''eight'' || ''nine'' |} :: The cardinal numerals 5-9 are pre-y-glided versions of the vowels that constitute 0-4. ==== Ordinal Vowels ==== ::* The cardinal numerals are used as '''''ordinal vowels''''' in word-building. An example is the word '''mer''' (''planet''). Here, the cardinal numbers are added as a secondary ordinal vowel to the stem vowel to create the names of the planets in our solar system: :::{| class="wikitable" style="background:lightyellow" |+ Planet names |- ! MONTH !! ORDINAL VOWEL....NUMERIC VALUE |- | '''me<u>a</u>r'''....''Mercury'' || '''a'''....1 |- | '''me<u>e</u>r'''....''Venus'' || '''e'''....2 |- | '''me<u>i</u>r'''....''Earth'' || '''i'''....3 |- | '''me<u>u</u>r'''....''Mars'' || '''u'''....4 |- | '''me<u>yo</u>r'''....''Jupiter'' || '''yo'''....5 |- | '''me<u>ya</u>r'''....''Saturn'' || '''ya'''....6 |- | '''me<u>ye</u>r'''....''Uranus'' || '''ye'''....7 |- | '''me<u>yi</u>r'''....''Pluto'' || '''yi'''....8 |} ::(See more on this in the section on [[Mirad Grammar/Vocabulary Formation|Vocabulary Formation]]. ::* The cardinal numerals are also used in counting, for example, at a sports countdown. ::* The cardinal numerals are employed in reciting telephone numbers and addresses, for example: ::: '''Ata yibdalar sag se 703-842-6190 (pronounced: ye-o-i-yi-u-e-ya-a-yu-o).'''....''My telephone number is...''. ::: '''At tambese 114 Maple Street.''' (pronouned: '''a-a-u''' Maple Street) ::* They are further used in mathematical operations. For example: ::: '''E gab e se u.'''....''Two plus two is four.'' ==== Units ==== :: To make the unit numerals more understandable in contexts such as counting, arithmetic, and telephone communications, the unit formant '''wa''' is added to them. The '''wa''' formant is added only when the unit numbers stand alone, not in conjunction with higher numerals, such as the teens, hundreds, etc. More importantly, the numbers 0-9, when used as '''''adjectival numerical determiners''''' modifying nouns, MUST take this '''wa''' formant (see the section below on [[Mirad Grammar/Determiners#Integral Numerical Determiners|Integral Numerical Determiners]]. :::{| class="wikitable" style="background:lightyellow" |+ Unit Numerals with '''wa''' Formant |- ! 0 !! 1 !! 2 !! 3 !! 4 !! 5 !! 6 !! 7 !! 8 !! 9 |- | '''owa''' || '''awa''' || '''ewa''' || '''iwa''' || '''uwa''' || '''yowa''' || '''yawa''' || '''yewa''' || '''yiwa''' || '''yuwa''' |- | ''zero'' || ''one'' || ''two'' || ''three'' || ''four'' || ''five'' || ''six'' || ''seven'' || ''eight'' || ''nine'' |} : Examples: :::* '''Ata kosag se "awa yowa ewa yiwa".'''....''My code is "one five two eight".'' :::* '''<u>Uwa</u> tami.'''....''<u>Four</u> houses.'' :::* '''At bee <u>yuwa</u> tudi.'''....''I have <u>nine</u> children.'' :::* '''Iyt bee <u>owa</u> tud.'''....''She has <u>no (=zero)</u> children (=child).'' ==== Decades ==== ::* The decade formant '''-l-''' is used to form the '''''decades'''''. Followed by '''-o'''....''zero'', we have the base decade numbers: :::{| class="wikitable" style="background:lightyellow" |+ Decades with the -l- Formant |- ! 10 !! 20 !! 30 !! 40 !! 50 !! 60 !! 70 !! 80 !! 90 |- | '''alo''' || '''elo''' || '''ilo''' || '''ulo''' || '''yolo''' || '''yalo''' || '''yelo''' || '''yilo''' || '''yulo''' |- | ''ten'' || ''twenty'' || ''thirty'' || ''forty'' || ''fifty'' || ''sixty'' || ''seventy'' || ''eighty'' || ''ninety'' |} ::: By changing the '''o'''....''zero'' in '''lo''' to other cardinal unit numerals, the numerals within decades can be generated as follows: :::{| class="wikitable" style="background:lightyellow" |+ Decadal Counting |- | '''ala'''....''11'' || '''ela'''....''21'' || '''ila'''....''31'' || '''ula'''....''41'' || '''yola'''....''51'' || '''yala'''....''61'' || '''yela'''....''71'' || '''yila'''....''81'' || '''yula'''....''91'' |- | '''ale'''....''12'' || '''ele'''....''22'' || '''ile'''....''32'' || '''ule'''....''42'' || '''yole'''....''52'' || '''yale'''....''62'' || '''yele'''....''72'' || '''yile'''....''82'' || '''yule'''....''92'' |- | ... || ... || ... || ... || ... || ... || ... || ... || ... |- | '''alyu'''....''19'' || '''elyu'''....''29'' || '''ilyu'''....''39'' || '''ulyu'''....''49'' || '''yolyu'''....''59'' || '''yalyu'''....''69'' || '''yelyu'''....''79'' || '''yilyu'''....''89'' || '''yulyu'''....''99'' |} ==== Hundreds ==== ::* By adding the hundreds formant '''s''', you get the '''''hundreds''''': :::{| class="wikitable" style="background:lightyellow" |+ Hundreds with the -s- Formant |- ! 100 !! 200 !! 300 !! 400 !! 500 !! 600 !! 700 !! 800 !! 900 |- | '''aso''' || '''eso''' || '''iso''' || '''uso''' || '''yoso''' || '''yaso''' || '''yeso''' || '''yiso''' || '''yuso''' |} ::: All the numerals in-between the hundreds, can be generated by modifying the '''so''' ending, for example: :::* '''asa'''....''101'' :::* '''asale'''....''112'' :::* '''usyulyu'''....''599'' ==== Thousands ==== ::* The '''''thousands''''' are generated with the formant '''r''': : :: Note: The number categories starting with the thousands on up end in '''-o''' and are separated from the rest of a number by a space. :::{| class="wikitable" style="background:lightyellow" |+ Thousands |- ! 1000 !! 2000 !! 3000 !! 4000 !! 5000 !! 6000 !! 7000 !! 8000 !! 9000 |- | '''aro''' || '''ero''' || '''iro''' || '''uro''' || '''yoro''' || '''yaro''' || '''yero''' || '''yiro''' || '''yuro''' |} :::* '''aro'''....''1,000'' :::* '''aro a'''....''1,001'' :::* '''ero isi'''....''2,300'' :::* '''yoro yasula'''....''5,641'' ==== Millions ==== ::* The '''''millions''''' are generated with the formant '''ml''': :::{| class="wikitable" style="background:lightyellow" |+ Millions with the -ml- Formant |- ! 1000,000 !! 2000,000 !! 3000,000 !! 4000,000 !! 5000,000 !! 6000,000 !! 7000,000 !! 8000,000 !! 9000,000 |- | '''amlo''' || '''emlo''' || '''imlo''' || '''umlo''' || '''yomlo''' || '''yamlo''' || '''yemlo''' || '''yimlo''' || '''yumlo''' |} :::* '''emlo yala'''....''2,000,051'' :::* '''umlo esu'''....''4,000,204'' ==== Billions ==== ::* The '''''billions''''' are generated with the formant '''mr'''; :::{| class="wikitable" style="background:lightyellow" |+ Billions |- ! 1000,000,0000 !! 2000,000,0000 !! 3000,000,0000 !! 4000,000,0000 !! 5000,000,0000 !! 6000,000,0000 !! 7000,000,0000 !! 8000,000,0000 !! 9000,000,0000 |- | '''amro''' || '''emro''' || '''imro''' || '''umro''' || '''yomro''' || '''yamro''' || '''yemro''' || '''yimro''' || '''yumro''' |} :::* '''imro emlo yoro asyula'''....''three billion, two million, five thousand, one hundred fifty one'' :::* '''iro asyulyo'''....''3,195'' :::* '''yamlo asyulyo'''....''6,000,195'' :::* '''alomro yelyomlo asyilyaro yusele'''....''10,075,186,922'' ==== Trillions etc. ==== : The '''''trillions''''' are generated with the word '''garale''', which means ''10 to the positive power of 12 or 10<sup>+10</sup>.'' : The '''''trillionths''''' are generated with the word '''gorale''', which means ''10 to the negative power of 12 or 10<sup>-10</sup>.'' ::* '''iwa garale aoti'''....''three trillion people'' ::* '''uwa goraleni bi ha mor'''....''three trillionths of the universe'' : Even higher numbers are shown in the chart in the next section. === Overall Numbers Chart === : The following chart shows the entire Mirad number scheme: : <table style="border-collapse: collapse; min-width: 100%;"><tr><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 70px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">RADICAL</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;">CARDINAL ADJECTIVE</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 70px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">MULTIPLE<br>PREFIX</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 81px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">ORDINAL ADJECTIVE</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 67px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">MULTIPLE</span></div><div><span style="font-size: 11px; line-height: 15px;">ENTITY</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 78px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">MULTIPLE</span></div><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">PERSON</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 75px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">MULTIPLE</span></div><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">ADJECTIVE</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 84px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">MULTIPLE</span></div><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">VERB</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 92px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">FRACTION</span></div><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">NOUN</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 74px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">FRACTION</span></div><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">PREFIX</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 82px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">FRACTION</span></div><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">ADJECTIVE</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 79px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">FRACTION</span></div><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">VERB</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">o</span></div><div><span style="font-size: 8pt; font-style: italic;">zero</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">owa</span></div><div><span style="font-size: 8pt; font-style: italic;">zero</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">on</span><span style="font-size: 8pt; font-style: italic;">-</span></div><div><span style="font-size: 8pt; font-style: italic;">null-, non-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">oa</span></div><div><span style="font-size: 8pt; font-style: italic;">zeroth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">oon</span></div><div><span style="font-size: 8pt; font-style: italic;">nonentry</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">o</span><span style="font-size: 8pt; font-weight: bold;">o</span><span style="font-size: 8pt; font-weight: bold;">t</span></div><div><span style="font-size: 8pt; font-style: italic;">nonperson</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">onxer</span></div><div><span style="font-size: 8pt; font-style: italic;">nullify</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><span style="font-size: 8pt;"><br/></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><br/></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">a</span></div><div><span style="font-size: 8pt; font-style: italic;">one</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">awa</span></div><div><span style="font-size: 8pt; font-style: italic;">one</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">an</span><span style="font-size: 8pt; font-style: italic;">-</span></div><div><span style="font-size: 8pt; font-style: italic;">uni-,</span></div><div><span style="font-size: 8pt; font-style: italic;">mono-</span></div><div><span style="font-size: 8pt; font-style: italic;">haplo-,</span></div><div><span style="font-size: 8pt; font-style: italic;">singul-</span></div><div><span style="font-size: 8pt; font-style: italic;">solo-, one-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt; font-style: italic; font-weight: bold;">aa</span></div><div><span style="font-size: 8pt; font-style: italic;">first, </span></div><div><span style="font-size: 8pt; font-style: italic;">primary</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">aon</span></div><div><span style="font-size: 8pt; font-style: italic;">unit,</span></div><div><span style="font-size: 8pt; font-style: italic;">monad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">aot</span></div><div><span style="font-size: 8pt; font-style: italic;">individual</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">aona</span></div><div><span style="font-size: 8pt; font-style: italic;">unitary,</span></div><div><span style="font-size: 8pt; font-style: italic;">haplo-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">aonxer</span></div><div><span style="font-size: 8pt; font-style: italic;">unify</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><span style="font-weight: bold; font-size: 8pt;">ayn</span></div><div><span style="font-style: italic; font-size: 8pt;">whole</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">ayn</span><span style="font-size: 8pt; font-style: italic;">-</span></div><div><span style="font-size: 8pt; font-style: italic;">holo-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">ayna</span></div><div><span style="font-size: 8pt; font-style: italic;">whole</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">aynxer</span></div><div><span style="font-size: 8pt; font-style: italic;">integrate</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>e</b></span></div><div><span style="font-size: 8pt; font-style: italic;">two</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ewa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">two</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>en</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">di-, du-,bi-, bin-, bis-, dupli-, diplo-</span></div><div><span style="font-size: 8pt; font-style: italic;">dis-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ea</b></span></div><div><span style="font-size: 8pt; font-style: italic;">second</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>eon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">pair,</span></div><div><span style="font-size: 8pt; font-style: italic;">dyad,</span></div><div><span style="font-size: 8pt; font-style: italic;">duplex</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>eot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">couple, </span></div><div><span style="font-size: 8pt; font-style: italic;">duo,</span></div><div><span style="font-size: 8pt; font-style: italic;">twin</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>eona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">double,</span></div><div><span style="font-size: 8pt; font-style: italic;">two-fold,</span></div><div><span style="font-size: 8pt; font-style: italic;">binary</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>eonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">double, duplicate</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">eyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">half</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;">eyn<i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">semi-, </span></div><div><span style="font-size: 8pt; font-style: italic;">demi-, </span></div><div><span style="font-size: 8pt; font-style: italic;">half-. </span></div><div><span style="font-size: 8pt; font-style: italic;">hemi-</span></div><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>eyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">half</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>eynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">halve,</span></div><div><span style="font-size: 8pt; font-style: italic;">cut in two</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;">i</span></div><div><span style="font-size: 8pt; font-style: italic;">three</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>iwa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">three</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>in</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">tri-, triplo-, tris-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ia</b></span></div><div><span style="font-size: 8pt; font-style: italic;">third,</span></div><div><span style="font-size: 8pt; font-style: italic;">terciary</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ion</b></span></div><div><span style="font-size: 8pt; font-style: italic;">triple,</span></div><div><span style="font-size: 8pt; font-style: italic;">triad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>iot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">trio,</span></div><div><span style="font-size: 8pt; font-style: italic;">threesome, triplet</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>iona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">triple,</span></div><div><span style="font-size: 8pt; font-style: italic;">three-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ionxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">triple, triplicate</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">iyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">third</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>iyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">terci-,</span></div><div><span style="font-size: 8pt; font-style: italic;">trient-</span></div><div><span style="font-size: 8pt; font-style: italic;">ter-, tern-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>iyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">third</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>iynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut three way</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>u</b></span></div><div><span style="font-size: 8pt; font-style: italic;">four</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uwa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">four</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>un</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">quadri-,</span></div><div><span style="font-size: 8pt; font-style: italic;">tetra-, tetraplo-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ua</b></span></div><div><span style="font-size: 8pt; font-style: italic;">fourth, quaternary</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quartet,</span></div><div><span style="font-size: 8pt; font-style: italic;">tetrad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quartet, foursome, quadruplet</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">four-fold,</span></div><div><span style="font-size: 11px; line-height: 15px; font-style: italic;">quadruple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quadruple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">uyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">quarter, fourth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">quater-, quadrant-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quarter</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quarter,</span></div><div><span style="font-size: 8pt; font-style: italic;">cut four ways</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yo</b></span></div><div><span style="font-size: 8pt; font-style: italic;">five</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yowa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">five</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoon</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">quinti-</span></div><div><span style="font-size: 8pt; font-style: italic;">penta-, pentaplo-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">fifth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quintet,</span></div><div><span style="font-size: 8pt; font-style: italic;">pentad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quintet</span></div><div><span style="font-size: 8pt; font-style: italic;">fivesome, quintuplet</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">five-fold, </span></div><div><span style="font-size: 8pt; font-style: italic;">quintuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quintuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">yoyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">fifth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">quinti-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">fifth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut five ways</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ya</b></span></div><div><span style="font-size: 8pt; font-style: italic;">six</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yawa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">six</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yaon</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">sexa-</span></div><div><span style="font-size: 8pt; font-style: italic;">hexa-</span></div><div><span style="font-size: 8pt; font-style: italic;">hexaplo-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yaa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">sixth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yaon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">sextet,</span></div><div><span style="font-size: 8pt; font-style: italic;">hexad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yaot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">sextet,</span></div><div><span style="font-size: 8pt; font-style: italic;">sextuple, sextuplet</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yaona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">six-fold, sextant-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yaonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">sextuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">yayn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">sixth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yayn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">sextant-, sext-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yayna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">sixth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yaynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut six ways</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ye</b></span></div><div><span style="font-size: 8pt; font-style: italic;">seven</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yewa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">seven</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeon</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">septa-,</span></div><div><span style="font-size: 8pt; font-style: italic;">hepta-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yea</b></span></div><div><span style="font-size: 8pt; font-style: italic;">seventh</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">septet,</span></div><div><span style="font-size: 8pt; font-style: italic;">hectad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">septet,</span></div><div><span style="font-size: 8pt; font-style: italic;">septuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">seven-fold</span></div><div><span style="font-size: 8pt; font-style: italic;">septuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">septuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">yeyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">seventh</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">septant-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">seventh</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut seven ways</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yi</b></span></div><div><span style="font-size: 8pt; font-style: italic;">eight</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yiwa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">eight</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yion</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">octi-,</span></div><div><span style="font-size: 8pt; font-style: italic;">octa-, octaplo-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yia</b></span></div><div><span style="font-size: 8pt; font-style: italic;">eighth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yion</b></span></div><div><span style="font-size: 8pt; font-style: italic;">octet,</span></div><div><span style="font-size: 8pt; font-style: italic;">octad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yiot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">octet,</span></div><div><span style="font-size: 8pt; font-style: italic;">octuplet, octuplet</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yiona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">eight-fold, octuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yionxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">octuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">yiyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">eighth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yiyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">octant-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yiyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">eighth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yiynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut eight ways</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yu</b></span></div><div><span style="font-size: 8pt; font-style: italic;">nine</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuva</b></span></div><div><span style="font-size: 8pt; font-style: italic;">nine</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuon</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">novi-</span></div><div><span style="font-size: 8pt; font-style: italic;">nona-, enneaplo-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yua</b></span></div><div><span style="font-size: 8pt; font-style: italic;">ninth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">nonad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">nonet, nonuplet</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">nine-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">nonuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">yuyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">ninth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">nonant-</span></div><div><span style="font-size: 8pt; font-style: italic;">novi-</span></div><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">ninth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut nine ways</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><i>-</i><b>l</b><i>-</i></span></div><div><span style="font-size: 11px; line-height: 15px; font-style: italic;">tens</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>alo</b></span></div><div><span style="font-size: 8pt; font-style: italic;">ten</span></div><div><span style="font-size: 11px; line-height: 15px;"><b>gara</b></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>alon</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">deci-</span></div><div><span style="font-size: 8pt; font-style: italic;">deca-</span></div><div><span style="font-size: 8pt;"><b>gara</b><i>-</i></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aloa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">tenth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>alon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">decade</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>alot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">group of ten,decimvirate</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>alona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">ten-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>alonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">multiply</span></div><div><span style="font-size: 8pt; font-style: italic;">by ten</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">aloyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">tenth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aloyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">deci-</span></div><div><span style="font-size: 11px; line-height: 15px;"><b>gora</b><i>-</i></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aloyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">tenth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aloynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">decimate</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt; font-style: italic;">-s-</span></div><div><span style="font-size: 11px; line-height: 15px; font-style: italic;">hundreds</span></div><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aso</b></span></div><div><span style="font-size: 8pt; font-style: italic;">hundred</span></div><div><span style="font-size: 8pt;"><b>gare</b></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ason</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">hecto-</span></div><div><span style="font-size: 8pt;"><b>gare</b><i>-</i></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>asoa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">hundred</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ason</b></span></div><div><span style="font-size: 8pt; font-style: italic;">century,</span></div><div><span style="font-size: 8pt; font-style: italic;">hundred-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>asot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">hectad,</span></div><div><span style="font-size: 8pt; font-style: italic;">group of</span></div><div><span style="font-size: 8pt; font-style: italic;">a hundred</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>asona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">hundred-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>asonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">multiply by a hundred</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">aoyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">cent, percent</span></div><div><span style="font-style: italic; font-size: 8pt;">hundredth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>asoyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">centi-</span></div><div><span style="font-size: 8pt;"><b>gore</b><i>-</i></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>asoyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">hundredth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>asoynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut into hundredths</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><i>-</i><b>r-</b></span></div><div><span style="font-size: 8pt; font-style: italic;">thousands</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aro</b></span></div><div><span style="font-size: 8pt; font-style: italic;">thousand</span></div><div><span style="font-size: 8pt; font-style: italic;"><br/></span></div><div><span style="font-size: 8pt;"><b>gari</b></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aron</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">kilo-,</span></div><div><span style="font-size: 8pt;"><b>gari</b><i>-</i></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aroa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">thousandth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aron</b></span></div><div><span style="font-size: 8pt; font-style: italic;">millennium,</span></div><div><span style="font-size: 8pt; font-style: italic;">thousand-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>arot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">group of a thousand</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>arona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">thousand-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aronxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">multiply by a thousand</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">aroyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">thousanth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aroyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">milli-</span></div><div><span style="font-size: 8pt;"><b>gori</b><i>-</i></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aroyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">thousanth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aroynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut into thousanths</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><i>-</i><b>ml</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">millions</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amlo</b></span></div><div><span style="font-size: 8pt; font-style: italic;">million</span></div><div><span style="font-size: 8pt;"><b>garya</b></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amlon</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">mega-</span></div><div><span style="font-size: 8pt;"><b><i>garya</i></b>-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amloa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">millionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amlon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">million-fold,</span></div><div><span style="font-size: 8pt; font-style: italic;">myriad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amlot</b></span></div><div><span style="font-size: 11px; line-height: 15px; font-style: italic;">myriad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amlona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">million-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amlonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">multiply by a million</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">amloyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">millionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amloyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">micro-</span></div><div><span style="font-size: 8pt;"><b>gorya</b></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amloyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">millionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amsoynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut into millionths</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><i>-</i><b>mr</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">billions</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amro</b></span></div><div><span style="font-size: 8pt; font-style: italic;">billion</span></div><div><span style="font-size: 8pt;"><b>garyu</b></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amro</b><i>-</i></span></div><div><span style="font-size: 11px; line-height: 15px; font-style: italic;">giga-</span></div><div><span style="font-size: 11px; line-height: 15px;"><b>garyu</b><i>-</i></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amroa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">billionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amron</b></span></div><div><span style="font-size: 8pt; font-style: italic;">billiion-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amrot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">group of a billion people</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amrona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">billion-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amronxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">multiply by a billion</span></div><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">amsoyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">billionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amroyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">peta-</span></div><div><span style="font-size: 8pt;"><b>goryu</b></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amroyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">billionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amroynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut into billionths</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garale</b></span></div><div><span style="font-size: 8pt; font-style: italic;">trillion</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garale</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">tera-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garalea</b></span></div><div><span style="font-size: 8pt; font-style: italic;">trillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><br/></div><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><span style="font-size: 8pt;"><b>goralen</b></span></div><div><span style="font-size: 8pt;">a trillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>gorale</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">pico-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><br/></div><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><br/></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garalyo</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quadrillion</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>galalyo</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">peta</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garalyoa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quadrillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><br/></div><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><span style="font-size: 8pt;"><b>goralyon</b></span></div><div><span style="font-size: 8pt;">a quadrillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>goralyo</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">femto-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><br/></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garalyi</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quintillion</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garalyi</b><i>-</i></span></div><div><span style="font-size: 11px; line-height: 15px; font-style: italic;">exa-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt; font-style: italic;"><b>garalyia</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quintillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><span style="font-size: 8pt;"><b>goralyin</b></span></div><div><span style="font-size: 8pt;">a quintillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>goralyi</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">atto-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><br/></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garela</b></span></div><div><span style="font-size: 8pt; font-style: italic;">sextillion</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garela</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">zetta</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garelaa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">sextillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><span style="font-size: 8pt;"><b>gorelan</b></span></div><div><span style="font-size: 8pt;">a sextillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>gorela</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">zepto-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><br/></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garelu</b></span></div><div><span style="font-size: 8pt; font-style: italic;">septiliion</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garelu</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">yotta</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garelua</b></span></div><div><span style="font-size: 8pt; font-style: italic;">septillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><span style="font-size: 8pt;"><b>gorelun</b></span></div><div><span style="font-size: 8pt;">a septillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>gorelu</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">yocto-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><br/></div></td></tr></table> === Integral Numerical Determiners === : Integral Numerical Determiners are adjectives based on whole numerals that modify a following noun. : The unit integral numerals are combined with the formant '''wa''' to form the first ten numerical determiners that are used to quantify a noun. The noun following the numerical determiner is plural if the number is greater than one. The '''wa''' formant is used on unit numerals when they are stand-alone, not when they are part of a larger number. Unlike English, "zero" is followed by a singular noun. ::{| class="wikitable" style="background:lightyellow" |+ Unit Integral Numerical Determiners |- ! '''owa tam''' !! '''awa tam''' !! '''ewa tami''' !! '''iwa tami''' !! '''uwa tami''' |- | ''no/zero houses'' || ''one house'' || ''two houses'' || ''three houses'' || ''four houses'' |- ! '''yowa tami''' !! '''yawa tami''' !! '''yewa tami''' !! '''yiwa tami''' !! '''yuwa tami''' |- | ''five houses'' || ''six houses'' || ''seven houses'' || ''eight houses'' || ''nine houses'' |} :: In a sequence of noun modifiers, the numerical determiner goes in the same place as in English, eg: ::* '''Ata <u>iwa</u> gajaga twidi...'''....''My <u>three</u> older brothers...'' ::{| class="wikitable" style="background:lightyellow" |+ Numerical Determiners in Use |- ! Mirad !! English !! '''Wa''' Behavior !! Pluralization Behavior |- | '''o<u>wa</u> tam''' || ''no houses, zero houses'' || The numeral is a unit, <br>so '''wa''' is suffixed. || The numeral is less than 2, <br>so the noun is singular. |- | '''awa tam''' || ''one house, a house''|| " || " |- | '''ewa tam<u>i</u>''' || ''two houses''|| " || The numeral is greater than 2, <br>so the noun is plural. |- | '''iwa tami''' || ''three houses''|| " || " |- | '''uwa tami''' || ''four houses'' || " || " |- | '''yowa tami''' || ''five houses'' || " || " |- | '''yawa tami''' || ''six houses''|| " || " |- | '''yewa tami''' || ''seven houses'' || " || " |- | '''yiwa tami''' || ''eight houses'' || " || " |- | '''yuwa tami''' || ''nine houses'' || " || " |- | '''alo tami''' || ''ten houses'' || The numeral is not a unit <br>so no '''wa''' is suffixed. || " |- | '''ase tami''' || ''a hundred two houses'' || " || " |- | '''ero iwa tami''' || ''two thousand three houses'' || The numeral '''i''' is a unit, <br>so '''wa''' is suffixed. || " |- | '''iro alo tami''' || ''three thousand ten houses'' || The numeral '''alo''' is not a unit, <br>so '''wa''' is not suffixed. || " |} : Integral numerical determiners can be pronominalized as things and persons by suffixing '''s''' or '''t''', respectively. These can, in turn, be pluralized by suffixing '''i'''. Furthermore, person pronouns can be feminized with a '''y''' before the '''t'''. The '''s''' suffix is short for '''sun'''....''thing'' or '''suni'''....''things''. The '''t''' ending is short for '''aot'''....''person'' or '''aoti'''....''persons.'' For example: ::* '''Et ayse awa tam. At gey ayse <u>awas</u> (= awa sun).'''....''You have one house. I have <u>one</u> too.'' ::* '''At aysa alo dresari. Hij at ayse anay <u>ewasi</u> (= ewa suni).'''....''I had ten pencils. Now I only have <u>two</u>.'' ::* '''Esa <u>asoti</u> (= aso aoti) yeb ha duzam.'''.... '''There were <u>a hundred people</u> in the concert hall.''' ::* '''Yat yefe kexbier <u>eluyti</u> (= elu aoyti) bi huti.'''....''We must choose <u>twenty-four females</u> from those people.'' === Ordinal Numerical Determiners === : Ordinal numerical determiners like ''first'', ''second'', etc. are formed from the cardinal numerals by adding the adjectival ending '''a''' to the cardinal numeral. :{| class="wikitable" style="background:lightyellow" |+ Ordinal Determiners |- ! Cardinal Numeral !! Ordinal Numerical Determiner |- | '''o'''....''zero'' || '''oa'''....''zeroth'' |- | '''a'''....''one'' || '''aa'''....''first'' |- | '''e'''....''two'' || '''ea'''....''second'' |- | '''i'''....''three'' || '''ia'''....''third'' |- | '''alo'''....''ten'' || '''aloa'''....''tenth'' |- | '''asu'''....''104'' || '''asua'''....''104th'' |- | '''garale'''....''trillion'' || '''garalea'''....''trillionth'' |} : The word '''nap'''....''order'' can be inserted in these words to make them more comprehensible in speech: ::* '''anapa'''....''first'', ''first in order'', ''primary'' ::* '''enapa'''....''second'', ''second in order'', ''secondary'' ::* '''inapa'''....''third'', ''third in order'', ''tertiary'' ::* '''alanapa'''....''eleventh'', ''eleventh in order'' : There are other ordinal adjectives that are not based on numbers: ::* '''ijna'''....''initial, first, original'' ::* '''ujna'''....''last, final'' ::* '''ajna'''....''past, ex-, former, old'' ::* '''ojna'''....''future'' ::* '''ejna'''....''current, new, present'' ::* '''jana'''....''previous, last'' ::* '''jona'''....''next, following'' ::* '''zana'''....''next'' ::* '''zona'''....''previous, last'' : Ordinal determiners and adjectives can be converted into adverbs by adding the suffix '''y''' to the adjectival counterparts: :{| class="wikitable" style="background:lightyellow" |+ Ordinal Adverbs |- ! Adjective !! Adverb |- | '''aa'''....''first'' || '''aay'''....''firstly'' |- | '''anapa'''....''first'' || '''anapay'''....''primarily'' |- | '''ea'''....''second'' || '''eay'''....''secondly'' |- | '''ujna'''....''last'' || '''ujnay'''....''finally'' |} : Ordinal determiners can be converted to animate pronouns (persons) with the suffix '''t''' and inanimate pronouns (things) with the suffix '''s'''. These, in turn, can be pluralized with the suffix '''i'''. The person pronouns can also be feminized. ::* '''ha aas'''....''the first thing'' ::* '''ha aat'''....''the first person'' ::* '''ha aati'''....''the first people'' ::* '''hua aayt'''....''that first female'' ::* '''ha eas'''....''the second thing'' ::* '''eat'''....''another / a second person'' ::* '''ha ujnati so ha ijnati'''....''the last shall be first'' : Again, in the sequencing of stacked adjectival elements, the order is as in English, that is: <deictic or pronominal determiner> | <ordinal determiner> | <cardinal numerical determiner> | <adjective> ::* '''hua <u>uwa</u> aga tami'''....''those <u>four</u> big houses'' ::* '''ha <u>aa</u> alo oga tami'''....''the <u>first</u> ten little houses'' ::* '''ata <u>anapa</u> ewa oga tudi'''....''my <u>first</u> two little children'' === Fractional Numerical Determiners === : Fractional numerical determiners like ''half'' and ''quarter'' are formed by adding '''-yn''' for those functioning as nouns, '''-yna''' for adjectives, '''-ynay''' for adverbs, or '''-y(n)''' for prefixes, to the respective cardinal number. {| class="wikitable" style="background:lightyellow; margin-left:1.6em; font-size:smaller;" |+ Fractional Numerical Determiners |- ! CARDINAL NUMERAL !! FRACTION AS NOUN !! AS ADJECTIVE !! AS ADVERB || AS PREFIX || AS VERB |- | '''o'''....''zero'' || '''oyn'''....''a void, vacuum, null'' || '''oyna'''....''null, nil'' || -- || '''oy(n)-'''....''devoid of'' || '''oynxer'''....''annihilate, nullify'' |- | '''a'''....''one'' || '''ayn'''....''whole'' || '''ayna'''....''entire, whole'' || '''aynay'''....''entirely'' || '''ay(n)-'''....''holo-, whole-, all-'' || '''aynxer'''....''integrate'' |- | '''e'''....''two'' || '''eyn'''....''a half'' || '''eyna'''....''half'' || '''eynay'''....''halfway'' || '''ey(n)-'''....''half-, semi-, hemi-, demi-'' || '''eynxer'''....''halve'' |- | '''i'''....''three'' || '''iyn'''....''a third'' || '''iyna'''....''third'' || '''iynay'''....''by a third'' || '''iy(n)-'''....''terci''- || '''iynxer'''....''cut in third'' |- | '''u'''....''four'' || '''uyn'''....''a quarter'' || '''uyna'''....''quarter'' || '''uynay'''....''quarterly'' || '''uy(n)-'''....''quadri''- || '''uynxer'''....''quarter'' |- | '''alo'''....''ten'' || '''aloyn'''....''a tenth'' || '''aloyna'''....''tenth'' || '''aloynay'''....''by a tenth'' || '''aloy(n)-'''....''deci''- || '''aloynxer'''....''decimate'' |- | '''aso'''....''hundred'' || '''asoyn'''....''hundredth, percent'' || '''asoyna'''....''hundredth'' || '''asoynay'''....''by a hundredth'' || '''asoy(n)-'''....''centi-'' || '''asoynxer'''....''cut by a hundred'' |} : Here are some examples: :* '''His uxo ha <u>oynxen</u> bi yata mir.'''....''This will cause the <u>anihilation</u> of our world.'' :* '''Ha <u>ayna</u> mir te ayv et.'''....''The <u>whole</u> world knows about you.'' :* '''Has se gas vyel ha <u>ayn</u> bi hasa goni.'''....''It is more than the <u>whole</u> of its parts.'' :* '''Fransad se <u>ayn</u>druna dalzeyn.'''....''France is a <u>holo</u>phrastic language.'' :* '''Et yafe bier <u>eyn</u> bi has.'''....''You can take <u>half</u> of it.'' :* '''Yat yefo <u>eynxer</u> eta yexnix.'''....''We will have to <u>halve</u> your salary.'' :* '''Hus sa <u>eyn</u>vyan.'''....''That was a <u>half-</u>truth.'' :* '''Eso <u>eyn</u>zyunida dropek.'''....''There is going to be a <u>hemi</u>spheric war.'' :* '''Duven his se <u>eyn</u>utexea dopar?'''....''Is this a <u>semi-</u>automatic weapon?'' :* '''<u>Iynxu</u> hua ableyavol.'''....''<u>Cut</u> that pie <u>in thirds</u>.'' :* '''It yeyfe bixwer ay <u>uynxwer</u>.'''....''He should be drawn and <u>quartered</u>.'' :* '''Hia nas se <u>aloyn</u> bi has hu yat aysa zojab.'''....''This money is a <u>tenth</u> of what we had last year.'' :* '''Ha dep <u>aloynxwu</u>.'''....''The army <u>would be decimated.</u>'' :* '''Ewa <u>asoyni</u> bi ha dityan baksa.'''....''Two <u>percent (=hundredths)</u> of the citizenry got sick.'' :* '''Hia tom se anay <u>asoyn</u> ge aga vyel hua tom.'''....''This building is only <u>a hundredth</u> as big as that building.'' : The fractional adverbs can be used as in these examples: :* '''Et so <u>aynay</u> dudyefa av eta xeyni.'''....'''You will be <u>wholly</u> accountable for your actions.''' :* '''Iyt <u>eynay</u> tikabeloka.'''....''She <u>almost</u> (=halfway) threw up.'' : Pronominalizations like ''half of it, a third of them'': ::* '''<u>Eynas</u> sa fia.'''....''<u>Half of it</u> was good.'' ::* '''<u>Eynasi</u> sa fua.'''....''<u>Half of them</u> (things) were bad.'' ::* '''Esa uwa tobi se hua fukyes. <u>Eynati</u> toja.'''....''There were four people in that accident. <u>Half (of them)</u> died.'' ::* '''<u>Iynati</u> bi yet se vyaka.'''....''<u>A third</u> of you are right.'' ::* '''<u>Uynati</u> bi yat yantexe.'''....''<u>A quarter</u> of us agree.'' ::* '''<u>Alo asoyni</u> bi hia dyesi fyunxwa.'''....''<u>Ten percent</u> of these books were ruined.'' === Multiplicative Numerical Determiners === : Multiplicative numerical determiners like ''double'', ''triple'' can be formed by adding '''-on''' to the respective cardinal numeral if the numeral is '''''monosyllabic''''', otherwise just '''-n'''. These noun forms can be adjectivized with the suffix '''-a'''. They can also serve as prefixes on animate nouns, inanimate nouns, and prefixes, as the following chart shows. The prefix ending, '''-n''' is often dropped. :{| class="wikitable" style="background:lightyellow; |+ Multiplicative Numerical Determiners |- ! CARDINAL NUMERAL !! MULTIPLE AS NOUN !! ...AS ADJECTIVE !! ...AS ADVERB !! ...AS PREFIX !! ...AS VERB-MAKER |- | '''o'''....''zero'' || '''oon'''....''null'' || '''oona'''....''nil'' || || '''on-'''....''zero-'' || '''onxer'''....''cancel, zero out'' |- | '''a'''....''one'' || '''aon'''....''single'' || '''aona'''....''single'' || '''aonay'''....''singly'' || '''an-'''....''uni-/mono-'' || '''anxer'''....''unify'' |- | '''e'''....''two'' || '''eon'''....''twosome, double'' || '''eona'''....''double'' || '''eonay'''....''doubly'' || '''en-'''....''di-/bi-'' || '''enxer'''....''double'' |- | '''i'''....''three'' || '''ion'''....''threesome, triplet'' || '''iona'''....''triple'' || '''ionay'''....''triply'' || '''in-'''....''tri-''- || '''inxer'''....''triple'' |- | '''u'''....''four'' || '''uon'''....''quartet'' || '''uona'''....''quadruple'' || '''uonay'''....''quadruply'' || '''un-'''....''quadri-/tetra-'' || '''unxer'''....''quadruple'' |- | '''yo'''....''five'' || '''yoon'''....''quintet'' || '''yoona'''....''quintuple'' || '''yoonay'''....''quintuply'' || '''yoon-*'''....''quinti-/penta-'' || '''yoonxer*'''....''quintuple'' |- | '''ya'''....''six'' || '''yaon'''....''sextet'' || '''yaona'''....''sextuple'' || '''yaonay'''....''sextuply'' || '''yaon-*'''....''sexi-/hexa-'' || '''yaonxer*'''....''sextuple'' |- | '''alo'''....''ten'' || '''alon'''....''decade'' || '''alona'''....''decadic'' || '''alonay'''....''by a multiple of ten'' || '''alon-'''....''deca-'' || '''alonxer'''....''multiply by ten'' |- | '''aso'''....''hundred'' || '''ason'''....''hundredfold'' || '''asona'''....''hundredfold'' || '''asonay'''....''by a hundredfold'' || '''ason-'''....''hecato-'' || '''asonxer'''....''multiply by a hundred'' |} :: * <small>An extra ''o'' is added to these prefixes to avoid ambiguity with '''yan''' meaning ''together'' and '''yon''' meaning ''apart.''</small> : The multiplicative noun ''dozen'' is expressed by '''aleon'''. :* '''<u>Aleoni</u> bi pati yizpapa.'''....''<u>Dozens</u> of birds flew by.'' : By adding the suffix '''-at''' to the noun multiple, we get groupings of people. The '''-na-''' in some of these words can be omitted, thereby simplifying the words: :* '''aonat''' or '''aot''' ....''solo, single, person'' ::* '''aonatser''' of '''aotser'''....''become single, become a person'' ::* '''aonawat'''....''singleton'' :* '''eonat''' or '''eot'''....''duo, pair, twosome, couple'' ::* '''eotxer'''....''to copulate'' ::* '''eonawat'''....''twin'' :* '''ionat''' or '''iot'''....''trio, threesome, trinity'' ::* '''iotxer'''....''to do a threesome'' ::* '''Ionatin'''....''Trinitarianism'' ::* '''ionawati'''....''triplets'' :* '''uonat''' or '''uot''' ....''quartet, foursome'' ::* '''uonawat'''....''quadruplet'' :* '''yoonat''' or '''yoot'''....''quintet, group of five people'' ::* '''yoonawati'''....''quintuplets'' ::* '''yoonati'''....''quintets'' : By adding the suffix '''-un''' instead of '''-on''', we get the following: :* '''aun'''....''unit'' ::* '''auna'''....''unitary, individual'' ::* '''aunser'''....''unite'' ::* '''aunyan'''....''series'' :::* '''aunyana'''....''serial'' :* '''eun'''....''pair'' ::* '''euna'''....''even, paired, binary'' ::* '''oleuna'''....''odd, non-binary, uneven, unpaired'' :::* '''oleunat'''....''odd man out'' :::* '''eunxer'''....''even out'' : Some examples where the above multiple determiners and derivatives are used: ::* '''Yat naptyopa be <u>eo(na)ti</u> yez bi ha mep.'''....''We marched in <u>twos (= pairs)</u> down the street.'' ::* '''<u>Asonati</u> upo bay yat bu hia ovdal.'''....''<u>Hundreds (of people)</u> will come with us to this protest.'' ::* '''Hia ivxel xwe <u>en</u>jabay.'''....''This celebration happens <u>bi</u>ennially.'' ::* '''Iyt se <u>un</u>tupokat.'''....''She is a <u>quadri</u>plegic. (Lit: x 4+limb+loss+person)'' ::* '''Diwe sagu ha <u>auni</u>.'''....''Please count the <u>units</u>.'' ::* '''Yet gafisa <u>aronay</u>!'''....''You all have improved <u>a thousandfold</u>!'' ::* '''Tob se <u>en</u>tyoyaba sat.'''....''Man is a <u>bi</u>pedal creature.'' : Note: Sometimes the multiple prefix ending in '''-on''' in the numbers below ten is shortened to '''-n''' in common words: ::* '''<u>an</u>zyuk'''....''<u>mono</u>cycle'' ::* '''<u>en</u>zyuk'''....''<u>bi</u>cycle'' ::* '''<u>in</u>gun'''....''<u>tri</u>angle'' ::* '''<u>un</u>gun'''....''<u>quadr</u>angle'' : Note: The prefixes for ''penta-/quinti-'' and ''hexa-/sext-'' must keep the '''-on''' so as to distinguish them from the prefixes '''yon'''....''apart'' and '''yan'''....''together''. This rule does not apply to numbers inside chemical names and formulas (See [[Mirad Grammar/Vocabulary Formation#Coding Chemical Elements|Coding Chemical Elements]]). ::* '''<u>yoon</u>gona'''....''<u>quinti</u>partite''&nbsp;&nbsp;BUT: '''<u>yon</u>per'''....''separate, go <u>apart</u>'' ::* '''<u>yaon</u>gun'''....''<u>hexa</u>gon''&nbsp;&nbsp;BUT: '''<u>yan</u>uper'''....''meet, come <u>together</u>'' === Metric Units === : Mirad uses the International System of Units|International System of Units (SI) for rendering measurement units. These symbols are pronounced as if you were spelling each letter out (see Mirad Grammar/Phonology and Orthography#Alphabet|the alphabet. Bear in mind that majuscules (uppercase letters are prefaced with the word '''ag-''' (''big''). Similarly, Greek letters are preceded by the word '''hel-'''. The measurement unit names are followed by '''nak''' (''measurement unit''). ::{| class="wikitable" style="background:lightyellow" |+ <big>SI base units</big> |- !ENGLISH<br>UNIT<br>NAME !SYMBOLIC<br>ABBREVIATION !QUANTITY<br>UNIT !MIRAD<br>PRONUNCIATION |- !second |style="text-align:center" |s |time |style="text-align:center" |'''sonak''' |- !meter |style="text-align:center" |m |length |style="text-align:center" |'''minak''' |- !kilogram |style="text-align:center" |kg |mass |style="text-align:center" |'''kigenak''' |- !ampere |style="text-align:center" |A |electric current |style="text-align:center" |'''aganak''' |- !kelvin |style="text-align:center" |K |thermodynamic temperature |style="text-align:center" |'''agkinak''' |- !Mole |style="text-align:center" |mol |amount of substance |style="text-align:center" |'''miolinak''' |- !candela |style="text-align:center" |cd |luminous intensity |style="text-align:center" |'''cadanak''' |} : The hyphen in the above "spelled out" words ensure that each syllable gets even stress. : Here are SI derived units with special names and symbols: ::{| class="wikitable" style="background:lightyellow" |+ <big>SI derived units with special names and symbols</big> |- ! ENGLISH<br>NAME ! SYMBOLIC<br>WRITTEN<br>ABBREVIATION ! QUANTITY<br>UNIT ! MIRAD<br>PRONUNCIATION |- |'''radian''' | align="center" | rad | plane angle | align="center" |'''roadanak''' |- |'''steradian''' | align="center" | sr | solid angle | align="center" |'''soronak''' |- |'''hertz''' | align="center" | Hz | frequency | align="center" |'''aghezunak''' |- |'''newton''' | align="center" | N | force, weight | align="center" |'''agninak''' |- | '''pascal''' | align="center" | Pa | pressure, stress | align="center" | '''agpoanak''' |- | '''joule''' | align="center" | J | energy | align="center" | '''agjinak''' |- | '''watt''' | align="center" | W | power | align="center" | '''agwunak''' |- | '''coulomb''' | align="center" | C | electric charge | align="center" |'''agcanak''' |- | '''volt''' | align="center" | V | electrical potential difference | align="center" | '''agvunak''' |- | '''farad''' | align="center" | F | capacitance | align="center" | '''agfenak''' |- | '''ohm''' | align="center" | Ω | electrical resistance | align="center" | '''agyonak''' |- | '''Siemens''' | align="center" | S | electrical conductance | align="center" | '''agsonak''' |- | '''Weber''' | align="center" | Wb | magnetic flux | align="center" | '''agwubanak''' |- | '''tesla''' | align="center" | T | magnetic flux density | align="center" | '''agtonak''' |- | '''henry''' | align="center" | H | inductance | align="center" | '''aghenak''' |- | '''degree Celsius''' | align="center" | °C | temperature | align="center" | '''nogagcanak''' |- | '''lumen''' | align="center" | lm | luminous flux | align="center" | '''liminak''' |- | '''lux''' | align="center" | lx | illuminance | align="center" | '''lixuak''' |- | '''becquerel''' | align="center" | Bq | radioactivity | align="center" | '''agbakonak''' |- | '''gray''' | align="center" | Gy | absorbed dose (of ionizing radiation) | align="center" | '''aggeyunak''' |- | '''sievert''' | align="center" | Sv | equivalent dose (of ionizing radiation) | align="center" | '''agsovunak''' |- | '''katal''' | align="center" | kat | catalytic activity | align="center" | '''kiatonak''' |- | '''byte''' | align="center" | b | 8 bits of information | align="center" | '''banak''' |} : Also, here are some non-SI units that are very convenient and acceptable: ::{| class="wikitable" style="background:lightyellow" |+ <big>Convenient non-SI units</big> |- ! ENGLISH<br>NAME ! SYMBOLIC<br>WRITTEN<br>ABBREVIATION ! QUANTITY<br>UNIT ! MIRAD<br>PRONUNCIATION |- |'''litre''' | align="center" | L | volume | align="center" |'''aglonak''' or '''litr(i)''' |- |'''hectare''' | align="center" | ha | area | align="center" |'''heanak''' or '''hektar(i)''' |- |'''ton''' | align="center" | t | area | align="center" |'''tonak''' or '''ton(i)''' |- |'''decibel''' | align="center" | dB | loudness | align="center" |'''daagbanak''' or '''decibel(i)''' |} : The following chart shows how in Mirad to pronounce coherent derived unit formulae in terms of base units. Note that the backslash means ''per'' or ''divided by'' and is pronounced '''gol'''. The symbol x means ''times'' and is pronounced '''gal'''. The superscript number is a power and is pronounced '''gar''' plus the number (with '''-wa''', if a unit number). The negative superscript number is pronounced '''gor''' plus the number (again, with '''-wa''' if a unit number). See [[Mirad Grammar/Determiners#Arithmetical Expressions|Arithmetical Expressions]] for further information on these terms. ::{| class="wikitable" style="background:lightyellow" |+ <big>Examples of coherent derived units in terms of base units</big> |- ! NAME ! SYMBOLIC<br>FORMULA ! DERIVED<br>QUANTITY ! TYPICAL <br>SYMBOL ! MIRAD<br>PRONUNCIATION |- | '''square meter''' | align="center" | m<sup>2</sup> | area | align="center" |{{math|''A''}} | align="center" | '''minak-gar-ewa''' |- | '''cubic meter''' | align="center" | m<sup>3</sup> | volume | align="center" | {{math|''V''}} | align="center" | '''minak-gar-iwa''' |- | '''meter per second''' | align="center" | m/s | speed, velocity | align="center" | {{math|''v''}} | align="center" | '''minak-gol-sonak''' |- | '''meter per second squared''' | align="center" | m/s<sup>2</sup> | acceleration | align="center" | {{math|''a''}} | align="center" | '''minak-gol-sonak-gar-ewa''' |- |rowspan=2| '''reciprocal meter''' |rowspan=2 align="center" | m<sup>−1</sup> | wavenumber | align="center" | {{math|''σ''}}, {{math|''ṽ''}} | align="center" | '''minak-gor-awa''' |- | vergence (optics) | align="center" | {{math|''V''}}, 1/{{math|''f''}} |- | '''kilogram per cubic meter''' | align="center" | kg/m<sup>3</sup> | density | align="center" | {{math|''ρ''}} | align="center" | '''kigenak-gol-minak-gar-iwa''' |- | '''kilogram per square meter''' | align="center" | kg/m<sup>2</sup> | surface density | align="center" | {{math|''ρ''}}<sub>A</sub> | align="center" | '''kigenak-gol-minak-gar-ewa''' |- | '''cubic meter per kilogram''' | align="center" | m<sup>3</sup>/kg | specific volume | align="center" | {{math|''v''}} | align="center" | '''minak-gar-iwa-gol-kinak-ge''' |- | '''ampere per square meter''' | align="center" | A/m<sup>2</sup> | current density | align="center" | {{math|''j''}} | align="center" | '''aganak-gol-minak-gar-ewa''' |- | Amperes per meter|'''ampere per meter''' | align="center" | A/m | magnetic field strength | align="center" | {{math|''H''}} | align="center" | '''aganak-gol-minak''' |- | '''mole per cubic meter''' | align="center" | mol/m<sup>3</sup> | concentration | align="center" |{{math|''c''}} | align="center" | '''minolinak-gol-minak-gar-iwa''' |- | '''kilogram per cubic meter''' | align="center" | kg/m<sup>3</sup> | Mass concentration (chemistry)|mass concentration | align="center" | {{math|''ρ''}}, {{math|''γ'' }} | align="center" | '''kinak-ge-gol-minak-gar-iwa''' |- | '''candela per square meter''' | align="center" | cd/m<sup>2</sup> | luminance | align="center" | {{math|''L''}}<sub>v</sub> | align="center" | '''canak-da-gol-minak-gar-ewa''' |} : The SI has a whole list of prefixes that act as multipliers (macro) or dividers (micro) of the above and other measurement units. For example, a ''kilometer'' is a meter times a 1,000 (macro unit), whereas a millimeter is a meter divided by a 1,000 (micro unit). '''Sagon''' means '''byte''', so '''garale-sagon''' is ''terabyte''. This breaks down to ''10<sup>12</sup> bytes''. Here is a table showing the Mirad macro and micro prefixes: :{| class="wikitable" style="background:lightyellow; font-size:smaller;" |+ Scalar Metrics |- ! colspan=4 | MACRO !! colspan=4 | MICRO |- ! BASE<br>10!! US/UK NAME!!MIRAD PREFIX....SI PREFIX !!SI SYMBOL !! BASE<br>10 !! (US/UK NAME) !! MIRAD PREFIX....SI PREFIX !! SI SYMBOL |- | 1 || one || '''an-''' *... ''mono-, uni-'' || ||1/1 ||whole || '''ayn-'''....''holo-, uni-'' || |- | 2 ||two || '''en-'''....''bi-'' || || 1/2 ||half||'''eyn-'''....''demi-, di-''|| |- | 3 ||three || '''in-'''....''tri-'' || || 1/3 ||third ||'''iyn-'''....''terci-''|| |- | 4 ||four || '''un-'''....''tetra-'' || || 1/4 ||fourth || '''uyn-'''....''quadri-''|| |- | 5 ||five || '''yoon-''' *....''penta-'' || || 1/5 ||fifth ||'''yoyn'''....''quinti-''|| |- | 6 ||six || '''yaon-'''....''hexa-'' || || 1/6 ||sixth ||'''yayn'''....''sexti-''|| |- | 7 ||seven || '''yeon-'''....''hepta-'' || || 1/7 ||seventh || '''yeyn'''....''septi-''|| |- | 8 ||eight || '''yion'''....''octo-'' || || 1/8 ||eighth || '''yiyn'''....''octi-''|| |- | 9 ||nine || '''yuon'''....''nona-'' || || 1/9 ||ninth || '''yuyn'''....''novi-''|| |- | 10 ||ten || '''alo-'''....''deca-'' || ''da'' || 1/10 ||tenth || '''aloy-'''....''deci-''|| ''d'' |- | 10<sup>2</sup> ||hundred || '''aso-'''....''hecto-'' **|| ''h'' || 10<sup>-2</sup> ||hundredth || '''asoy-'''....''centi-''|| ''c'' |- | 10<sup>3</sup> ||thousand || '''amso-'''....''kilo-'' ||''k'' || 10<sup>-3</sup> ||thousandth)|| '''amsoy-'''....''milli-''|| ''m'' |- | 10<sup>6</sup> ||million || '''amlo-'''....''mega-'' || ''M'' || 10<sup>-6</sup> ||millionth || '''amloy-'''....''micro-''|| ''r'' |- | 10<sup>9</sup> ||billion /milliard || '''amro-'''....''giga-'' || ''G'' || 10<sup>-9</sup> ||billionth/ milliardth || '''amroy-'''....''nano-''|| ''n'' |- | 10<sup>12</sup> ||trillion /billion || '''garale-'''....''tera-'' || ''T'' || 10<sup>-12</sup> ||trillionth / billionth)|| '''gorale-'''....''pico-''|| ''p'' |- | 10<sup>15</sup> ||quadrillion)/ billiard|| '''garalyo-'''....''peta-'' || ''P''||10<sup>-15</sup> ||quadrillionth) / billiardth || '''goralyo-'''....''femto-''||''f'' |- | 10<sup>18</sup> ||quintillion / trillion || '''garalyu-'''....''exa-'' || ''E''||10<sup>-18</sup> ||quintillionth)/ trillionth || '''goralyu'''....''atto-''||''a'' |- | 10<sup>21</sup> ||sextillion)/ trilliard || '''garela-'''....''zetta-'' || ''Z''||10<sup>-21</sup> ||sextillionth / trilliardth || '''gorela'''....''zepto-''||''z'' |- | 10<sup>24</sup> ||septillion)/ quadrillion || '''garelu-'''....''yotta-'' || '' Y'' ||10<sup>-27</sup> ||septillionth / quadrillionth|| '''gorelu'''....''yocto-''||''y'' |} : *Note: The '''-n''' or '''-on''' can sometimes be omitted in macro-prefixation, especially where there is no ambiguity. The '''-n''' (but NOT the '''-yn''') in the micro prefixes can also sometimes be omitted. : : **Note: The '''gar''' (''to a plus power'') and '''gor''' (''to a minus power'') forms are alternatives for the numeric prefixes beyond 100. For example, ''billion'' (10<sup>9</sup>) could be expressed as '''garyu-'''(ten) to the 9th power'', while ''billionth'' could be expressed by '''goryu''' (''(ten) to the minus 9th power). The prefix '''garya-''' is composed of the positive exponential operator '''gar''' (''to the power of''), followed by the number ''6''. The prefix '''gorale-''' is composed of the negative exponential operator '''gor''' (''to the root of''), followed by the number ''12''. : The macro and micro values can also be represented with abbreviated symbols, which can be pronounced in Mirad as spelled out alphabetics. Greek letter equivalents in Mirad are preceded by '''hel-'''. Upper case equivalents are preceded with '''ag-'''. Here is a table showing grams: :{| class="wikitable" style="background:lightyellow" |+ Kg Metrics With Abbreviated Symbols |- ! colspan=2 | MACRO !! colspan=2 | MICRO |- ! SYMBOL (EXPANSION) !! MIRAD PRONUNCIATION !! SYMBOL (EXPANSION) !! MIRAD PRONUNCIATION |- | ''dag'' (decagram)|| '''daagenak''' || ''dg'' |(decigram)||'''dagenak''' |- | ''hg'' (hectogram)|| '''hegenak''' || ''cg'' (centigram)||'''cagenak''' |- | ''kg'' (kilogram) || '''kogenak''' || ''mg'' (milligram)||'''migenak''' |- | ''Mg'' (macrogram)|| '''agmigenak''' ||''μg'' (microgram)|| '''helmigenak''' |- | ''Gg'' (gigagram)|| '''aggegenak''' || ''ng'' (nanogram)|| '''nigenak''' |- | ''Tg'' (teragram)|| '''agtogenak''' || ''pg'' (picagram)|| '''pogenak''' |- | ''Pg'' ( petagram)|| '''agpogenak''' || ''fg'' (femtogram)|| '''fegenak''' |- | ''Eg'' (exagram)|| '''agegenak''' || ''ag'' (attogram)|| '''agenak''' |- | ''Zg'' (zettagram)|| '''agzegenak''' || ''zg'' (zeptogram) || '''zegenak''' |- | ''Yg'' (yottagram)|| '''agyugenak''' || ''yg'' (yoctogram) || '''yugenak''' |} : The squared and cubed representations of the above are followed by '''gar ewa''' (''squared'') and '''gar iwa''' (''cubed''), respectively: ::* '''10 kg2'''....(pronounced as:) ''alo kogenak gar ewa'' ::* '''12 mm3'''....(pronounced as:) ''ale miminak gar iwa'' === Adverbial Determiners of Frequency === : There are two ways to form determiners of frequency: ::* Using '''jod(i)''' meaning ''occasion(s), instance(s), time(s)'', or ::* Using '''xag''' meaning ''frequency'' : Here is a chart showing the most common frequency determiners: :{| class="wikitable" style="background:lightyellow" |+ Frequentative Determiners |- ! "JOD" METHOD !! "XAG" METHOD !! MEANING |- | '''duhagla jodi?''' || '''duhaxag?''' || ''how often?, how many times?'' |- | '''hagla jodi''' || '''haxag''' || ''as many times, as often'' |- | '''hegla jodi''' || '''hexag''' || ''sometimes, on some occasions'' |- | '''hogla jodi''' || '''hoxag''' || ''never, on no occasion'' |- | '''higla jodi''' || '''hixag''' || ''this often, this many times'' |- | '''hugla jodi''' || '''huxag''' || ''that often, that many times, so many times'' |- | '''huugla jodi''' || '''huuxag''' || ''so often, so many times'' |- | '''hyogla jodi''' || '''hyoxag''' || ''never, on no occasion whatever'' |- | '''hyagla jodi''' || '''hyaxag''' || ''always, at all times'' |- | '''hyegla jodi''' || '''hyexag''' || ''any number of times, however often'' |- | '''hyigla jodi''' || '''hyixag''' || ''as often, the same number of times'' |- | '''hyugla jodi''' || '''hyuxag''' || ''not as often, some other number of times'' |- | '''ga jodi''' || '''gaxag (vyel)''' || ''more often (than)'' |- | '''ge jodi''' || '''gexag (vyel)''' || ''as many times (as), as often (as)'' |- | '''go jodi''' || '''goxag (vyel)''' || ''less often (than)'' |- | '''gla jodi''' || '''glaxag''' || ''many times, often'' |- | '''gle jodi''' || '''glexag''' || ''quite a few times, quite often'' |- | '''glo jodi''' || '''gloxag''' || ''not so many times, seldom'' |- | '''gra jodi''' || '''graxag''' || ''too often'' |- | '''gre jodi''' || '''grexag''' || ''often enough'' |- | '''gro jodi''' || '''groxag''' || ''too seldom'' |- | '''gwa jodi''' || '''gwaxag''' || ''as often as possible, most often, most times'' |- | '''gwe jodi''' || '''gwexag''' || ''an average number of times'' |- | '''gwo jodi''' || '''gwoxag''' || ''least often, as seldom as possible'' |- | '''owa jod''' || -- || ''never, at no time, zero times'' |- | '''awa jod''' || -- || ''once, one time'' |- | '''awa ga jod''' || -- || ''again, once more'' |- | '''ewa jodi''' || -- || ''twice, two times'' |- | '''iwa jodi''' || -- || ''thrice, three times'' |- | '''alo jodi''' || --|| ''ten times'' |- |- '''asooni bi jodi''' || -- || ''hundreds of times'' |- |- '''yowa gal haxag vyel zojab''' || -- || ''five times as often as last year'' |} : Examples: ::* '''<u>Duhaxag</u> et pe ha tayegoblut?'''....''<u>How often</u> do you go to the barber?'' ::* '''<u>Duhagla jodi</u> et akaye hia ekun?'''....''<u>How many times</u> have you won this game?'' ::* '''At teataye hua dyezun <u>iwa ey uwa jodi</u>.'''....''I have seen that film <u>three or four times</u>.'' ::* '''At teataye has <u>huugla jodi (or: huuxag) van</u> at bokxeye.'''....''I have seen it <u>so many times that</u> I am getting sick.'' ::* '''Hus xwaye <u>gaxag vyel</u> et te.'''....''That has happened <u>more often than</u> you know.'' === Arithmetical Expressions === : The following chart shows verbs from which are formed derivative words relating to mathematical operations: {| class="wikitable" style="background:lightyellow; margin-left:3.2em; font-size:smaller;" |+ Arthmetic Expressions |- ! VERB !! OPERATION !! PATIENT !! SUBJECT !! OPERATOR !! SIGN !! RESULT |- | '''gaber'''....''add'' || '''gab'''....''addition'' || '''gabwas'''....''addend'' || '''gabus'''....''adder'' || '''gab'''....''plus'', + || '''gabsiyn'''....''plus sign'' || '''gabix'''....''sum'' |- | '''galer'''....''multiply'' || '''gal'''....''multiplication'' || '''galwas'''....''multiplicand'' || '''galus'''....''multiplier'' || '''gal'''....''times, x'' || '''galsiyn'''....''times sign'' || '''galix'''....''product'' |- | '''garer'''....''exponentiate, raise'' || '''gar'''....''power'' || '''garwas'''....''number being raised'' || '''garus'''....''exponent'' || '''gar'''....''raised to the power of'' || '''garsiyn'''....''exponent'' || '''garix'''....''root'' |- | '''gober'''....''subtract'' || '''gob'''....''subtraction'' || '''gobwas'''....''subtrahend'' || '''gobus'''....''subtractor'' || '''gob'''....''minus, -'' || '''gobsiyn'''....''minus sign'' || '''gobix'''....''difference'' |- | '''goler'''....''divide'' || '''gol'''....''division, fraction'' || '''golwas'''....''dividend'' || '''golus'''....''divisor'' || '''gol'''....''divided by, ÷'' || '''golsiyn'''....''division sign'' || '''golix'''....''quotient'' |- | '''gorer'''....''cut, uproot'' || '''gor'''....''cut, root'' || '''gorwas'''....''radicand'' || '''gorus'''....''radical'' || '''gor'''....''lowered to the power of, √'' || '''gorsiyn'''....''radical sign'' || '''gorix'''....''root'' |- | '''geler'''....''equal'' || '''gel'''....''equation'' || '''gelwas'''....''thing being equated'' || '''gelus'''....''equator'' || '''gel'''....''equal to, as, like'' || '''gelsiyn'''....''equal sign'' || '''gelix'''....''equation results'' |} : Examples of mathematical expressions: ::* '''E <u>gab</u> e gele u.'''....''Two <u>plus</u> two equals four.'' ::* '''E <u>gal</u> i gele ya.'''....''Two <u>times</u> three equals six.'' ::* '''I <u>gar</u> e gele yu.'''....''Three <u>to the second power</u> equals nine.'' ::* '''E <u>gob</u> e gele o.'''....''Two <u>minus</u> two equals zero.'' ::* '''Yu <u>gol</u> i gele i.'''....''Nine <u>divided by</u> three equals three.'' ::* '''Yu <u>gor</u> i gele i.'''....''Nine <u>cubed</u> equals three.'' ::* '''Aso <u>gor</u> e gele alo.'''....''One hundred <u>squared</u> equals ten.'' ==== Decimal Expressions ==== : Decimal expressions like ''2.5'' use the word '''nod'''....''point'' as in English. ::* '''Hia bavol kyinse ga vyel 10.8 (alo nod yiwa) kigenaki.'''....''This tomato weighs more than 10.8 (ten point eight) kilograms.'' === Calendar and Time Expressions === :: The word for calendar is '''judar'''. The sections below explain how calendar expressions are formed and used: :* Basic Calendar Units : Time is divided using the following basic terms: :{| class="wikitable" style="background:lightyellow" |+ Calendar Units |- ! MIRAD !! ENGLISH |- | '''job''' || ''time'' |- | '''jab''' || ''year'' |- | '''jeb''' || ''season'' |- | '''jib''' || ''month'' |- | '''jub''' || ''day'' |- | '''jwob*''' || ''hour'' |- | '''jwab*''' || ''minute'' |- | '''jweb*''' || ''second'' |} * Note: These would ordinarily be '''jyob''', '''jyab''', and '''jyeb''' respectively, but the '''w''' glide is much easier to pronounce after the letter '''j''', and is therefore substituted. :* Other Calendar Units : Other calendar units are formed through the agglutination of numerical stubs to some of the time units above: :{| class="wikitable" style="background:lightyellow" |+ Other Calendar Units |- ! MIRAD !! ENGLISH !! NUMERICAL FORMULA |- | '''rojab''' || ''millenium'' || year x 1,000 |- | '''sojab''' || ''century'' || year x 100 |- | '''lojab''' || ''decade'' || year x 10 |- | '''eynjab''' || ''half year'' || year x 1/2 |- | '''uynjab''' || ''quarter'' || year x 1/4 |- | '''yajib''' || ''semester'' || month x 6 |- | '''yejub''' || ''week'' || day x 7 |- | '''yejubuj''' || ''weekend'' || day x 7 end |- | '''eynjwob''' || ''half hour'' || hour x 1/2 |} : ''This'', ''next'', ''last'', etc. are expressed as follows: :{| class="wikitable" style="background:lightyellow" |+ Day Pointers |- ! MIRAD !! ENGLISH |- | '''hijub'''<br>'''hia yejub'''<br>'''hijab''' || ''today''<br>''this week''<br>''this year'' |- | '''zojub'''<br>'''ha jana yejub'''<br>'''zajab''' || ''yesterday''<br>''last week''<br>''last year'' |- | '''zajub'''<br>'''ha jona yejub'''<br>'''zajab''' || ''tomorrow''<br>''next week''<br>''next year'' |- | '''hujub'''<br>'''hua yejub'''<br>'''hujab''' || ''that day''<br>''that week''<br>''that year'' |- | '''jazojub'''<br>'''ja ewa yejubi'''<br>'''jazojab''' || ''the day before yesterday''<br>''two weeks ago''<br>''the year before last'' |- | '''jozajub'''<br>'''jo ewa yejubi'''<br>'''jozajab''' || ''the day after tomorrow''<br>''two weeks from now''<br>''the year after next'' |- | '''Duhajub?'''|| ''Which day?'' |- | '''hyajub''' || ''every day'' |- | '''hyejub''' || ''any day'' |- | '''hejub''' || ''someday'' |- | '''hejubi''' || ''some days'' |} ==== Seasons of the Year ==== : Seasons of the year are expressed by internally scalarizing the word for ''season'' '''jeb''': :{| class="wikitable" style="background:lightyellow" |+ Seasons of the Year |- ! MIRAD !! ENGLISH |- | '''jeab''' || ''spring'' |- | '''jeeb''' || ''summer'' |- | '''jeib''' || ''autumn, Fall'' |- | '''jeub''' || ''winter'' |} : Examples of usage: ::* '''be jeab'''....''in spring'' ::* '''ja jeeb'''....''before summer'' ::* '''ju jeib'''....''until autumn'' ::* '''ji jeub'''....''since winter'' ::* '''je ha jeb'''....''during the season'' ::* '''ub ha uj bi jeeb'''....''toward the end of summer'' ::* '''eb jeab ay jeeb'''....''between spring and summer'' ::* '''jeeba gemoj'''....''vernal equinox'' ::* '''jeiba fayebi'''....''autumn leaves'' ::* '''jeba til'''....''seasonal drink'' ::* '''jeubyena jebmalyen'''....''wintry climate'' ::* '''jeabyena malyen'''....''spring-like weather'' ::* '''jeuben'''....''hibernation'' ::* '''hijeab'''....''this season'' ::* '''zajeab'''....''next season'' ::* '''zojeab'''....''last season'' ::* '''hyajeab'''....''every season'' ==== Months of the Year ==== : Months of the year are expressed by internally scalarizing the word for month '''jib''': :{| class="wikitable" style="background:lightyellow" |+ Months of the Year |- ! MIRAD !! ENGLISH |- | '''jiab''' || ''January'' |- | '''jieb''' || ''February'' |- | '''jiib''' || ''March'' |- | '''jiub''' || ''April'' |- | '''jiyob''' || ''May'' |- | '''jiyab''' || ''June'' |- | '''jiyeb''' || ''July'' |- | '''jiyib''' || ''August'' |- | '''jiyub''' || ''September'' |- | '''jilob''' || ''October'' |- | '''jilab''' || ''November'' |- | '''jileb''' || ''December'' |} : Some expressions using the months: ::* '''be jilob'''....''in October'' ::* '''ja jiyab'''....''before June'' ::* '''ja zajiyeb'''....''by next July'' ::* '''hijib'''....''this month'' ::* '''zojib'''....''last month'' ::* '''zajib'''....''next month'' ::* '''bi-jib-bu-jiba jobnis'''....''month-to-month rent'' ::* '''jibay'''....''monthly'' ::* '''jibi joy'''....''months later'' ::* '''jiba sindryen'''....''monthly magazine'' ::* '''hujiba jobnis'''....''that month's rent'' ::* '''hya ionjib'''....''every trimester'' ::* '''jiber'''....''menstruate'' ::* '''byi zojilob'''....''since last October'' ==== Days of the Week ==== : Days of the week are expressed by internally scalarizing the word for day '''jub''': :{| class="wikitable" style="background:lightyellow" |+ Days of the Week |- ! MIRAD !! ENGLISH |- | '''juab''' || ''Monday'' |- | '''jueb''' || ''Tuesday'' |- | '''juib''' || ''Wednesday'' |- | '''juub''' || ''Thursday'' |- | '''juyob''' || ''Friday'' |- | '''juyab''' || ''Saturday'' |- | '''juyeb''' || ''Sunday'' |} : Here are some common terms relating to days of the week: :{| class="wikitable" style="background:lightyellow" |+ Day Expressions |- ! MIRAD !! ENGLISH |- | '''Duhajub?''' || ''Which day?'' |- | '''hajub hu...''' || ''the day that...'' |- | '''hejub''' || ''someday'' |- | '''hijub''' || ''today'' |- | '''hujub''' || ''that day'' |- | '''hyijub''' || ''(on) the same day'' |- | '''hyajub''' || ''every day'' |- | '''hyejub''' || ''any day'' |- | '''zajub''' || ''yesterday'' |- | '''zojub''' || ''tomorrow'' |- | '''ha jajub'''<br>'''be ha jana jub''' || ''the day before, (on) the previous day'' |- | '''ha jojub'''<br>'''be ha jona jub''' || ''the day before, (on) the previous day'' |- | '''jazojub''' || ''the day before yesterday'' |- | '''jozajub''' || ''the day after tomorrow'' |- | '''hya ea jub''' || ''every other/second day'' |- | '''hyajub boy juyeb''' || ''every day except Sunday'' |- | '''yejub''' || ''week'' |- | '''hiyejeb''' || ''this week'' |- | '''yejubuj''' || ''weekend'' |- | '''yexjub''' (or) '''zeyejub''' || ''weekday'' |- | '''enyejuba(y)''' || ''bi-weekly'' |- | '''zoyejub''' || ''last week'' |} : Examples of Usage: ::* '''(be) juyob'''....''on Friday'' ::* '''ju juib'''....''until Wednesday'' ::* '''ji zojub'''....''since yesterday'' ::* '''lojo jubuj'''....''by [Lit: not after] day's end'' ::* '''jo zajub'''....''after tomorrow'' ::* '''je ha jub'''....''during the day'' ::* '''bi juab bu juub'''....''from Monday to Friday'' ::* '''yejubuja ponpop'''....''a weekend getaway'' ==== Parts of the Day ==== : Here are the principal parts of a day: {| class="wikitable" style="background:lightyellow" |+ Parts of the Day |- ! DAYTIME !! NIGHTTIME |- | '''maj'''....''daytime, day'' ||'''moj'''....''nighttime, night'' |- | '''bi maj'''....''A.M.'' ||'''bi moj'''....''P.M.'' |- | '''jamajij'''....''pre-dawn'' || '''jamojij'''....''pre-dusk'' |- | '''majij'''....''daybreak, dawn''|| '''mojij'''....''dusk'' |- | '''amaryap'''....''sunrise, sunup''||'''amaryop'''....''sunset, sundown'' |- | '''jwamaj'''....''morning''<br>'''zajwamaj'''....''tomorrow morning''<br>'''hijwamaj'''....''this morning''<br>'''zojwamaj'''....''yesterday morning''<br>'''hujwamaj'''....''that morning''<br>'''hyajwamaj'''....''every morning''||'''jwamoj'''....''evening''<br>'''zajwamoj'''....''tomorrow evening''<br>'''hijwamoj'''....''this evening''<br>'''zojwamoj'''....''yesterday evening''<br>'''hujwamoj'''....''that evening''<br>'''hyajwamoj'''....''every evening'' |- | '''zemaj'''....''noon''||'''zemoj'''....''midnight'' |- | '''jozemaj'''....''afternoon''||'''jozemoj'''....''after midnight'' |- | '''majuj'''....''day's end''|| '''jwomoj'''....''late night'' |} ::* Examples of Usage: ::* '''At tijpa <u>ja majij</u>.'''....''I woke up <u>before dawn</u>.'' ::* '''At iyfe tuyjer <u>be ha jwoa joeymaj</u>.'''....''I like to nap <u>in the late afternoon</u>.'' ::* '''It yexe bi <u>amaryap bu amaryop</u>.'''....''He works from <u>sunup to sundown</u>.'' ::* '''<u>Be gwa jwamoji</u>, at teaxe sinibar.'''....''<u>Most evenings</u>, I watch television.'' ==== Expressing Dates ==== : The following is a how a date ('''jud''') is normally expressed: ::* '''be juab, 11 jieb 2018 joK.'''....''on Monday, February 11th, 1918 A.D.'' :A date like 2018 can be expressed as ''twenty eighteen'' ('''elo alyi''') or ''two thousand eighteen'' ('''ero alyi'''). :The day in the above expression is pronounced '''ali'''. :The year is pronounced '''elo alyi''' (like English ''twenty eighteen''). :The acronym for ''B.C.'' is '''jaK''', short for '''ja Krist''' (''before Christ''). :The acronym for ''A.D.'' is '''joK''', short for '''jo Krist''' (''after Christ''). : Other date expressions follow: ::* '''be <u>ha 1800 jabi</u> (alyi aso jabi)'''....''In <u>the 1800's</u> (eighteen hundreds)'' ::* '''ja <u>ha 20a (eloa)</u> asojab'''....''before <u>the 20th (twentieth)</u> century'' ::* '''eb <u>1920 (yulo elo)</u> ay 2001 (elo awa)'''....''between <u>1920 (nineteen twenty)</u> and (two thousand one)'' ::* '''<u>hyaje</u> hua alojab'''....''<u>throughout</u> that decade'' ::* '''At yexa hum <u>je gla jabi</u>.'''....''I worked there <u>for [Lit: during] many years</u>.'' ::* '''Ujbu his <u>lojo</u> jiyab.'''....''Finish this <u>by</u> [Lit: not after] May.'' ::* '''Iyt so him <u>ub ha uj bi</u> 2 (ewa) jiab.'''....''She will be here <u>toward the end of</u> January 2nd.'' ==== Telling Time ==== : Clock time expressions use mostly the word '''jwob''' (''hour'') or '''jwobi''' (''hours''). : The usual time-of-day question is '''Se duhajwob?'''....''What time is it?'' [Lit: is what-hour?] : The typical answer is in the format '''Se awa/ewa....(jwob) gab/gob alo/ali....bi maj/moj.''' (Lit: (It) is (the) one/two....(o'clock) plus/minus ten/eleven...of day/night.) : Here are some typical answers: ::* '''Se awa jwob.'''....''It is one o'clock.'' ::* '''Se ewa jwobi.'''....''It is two o'clock.''[Lit: It is two hours] ::* '''Se ale jwobi.'''....''It is twelve o'clock.'' ::* '''Se iwa jwobi bi maj*.'''....''It is three o'clock A.M.'' ::* '''Se alo jwobi bi moj**.'''....''It is ten o'clock P.M.'' ::: * '''bi maj''' (''a.m.'') can be abbreviated as '''ma''' ::: ** '''bi moj''' (''p.m.'') can be abbreviated as '''mo''' ::* '''Se yowa jwobi (gab) alo.'''....''It is 10 past 5. [Lit: five hours (plus) ten.] ::* '''Se yowa jwobi gob ali.'''....''It is thirteen minutes til five.'' [Lit: five hours minus 13] ::* '''Se yowa jwobi gab uyn.'''....''It is quarter past (= plus) five.'' [Lit: five hours plus a quarter] ::* '''Se yowa jwobi gob uyn.'''....''It is quarter til five.'' [Lit: five hours minus a quarter] ::* '''Se yowa jwobi gab eyn.'''....''It is half past five.'' [Lit: five hours plus a half] ::* '''Se yowa jwobi gab ilo.'''....''It five thirty.'' [Lit: five hours plus thirty] ::* '''Se yowa jwobi gob eyn.'''....''It four thirty.''[Lit: five hours minus a half] ::* '''Se yowa jwobi gob ilo.'''....''It is thirty minutes til five.''[Lit: five hours minus thirty] ::* '''Se <u>vyavay</u> yea jwob gab alo bi moj.'''....''It is exactly 7:10 P.M..''&nbsp;&nbsp;[Lit: ''It is <u>exactly</u> seventh hour plus ten of nighttime.''] ::* '''Et sa alo jwoa <u>bey</u> alo jwabi.'''....''You were late by 10 minutes.''&nbsp;&nbsp;[Lit: ''You were late <u>by</u> ten minutes.''] ::* '''Has ijo <u>jub</u> 5:30 (= yaa jwob gab ilo) bmo (= bi moj).'''....''It will begin <u>around</u> 5:30 (= five thirty [Lit: five hours plus thirty]) p.m.'' ::* '''Puu him <u>loga jwoa ev</u> 3 (= ia) j. (= jwob)'''....''Get here <u>no later than</u> 3 (= three) o'clock.'' ::* '''Ha yautpar puo hum <u>yeb</u> 10 jwabi.'''....''The bus will arrive there <u>within</u> 10 minutes.'' ::* '''Ha jwobar <u>izeade</u> 2:30 (= ea jwob gab ilo).'''....''The clock says [Lit: indicates] 2:30.'' ::* '''Yit pua be 3a j. <u>be ha nod</u>.'''....''They arrived at 3 <u>on the dot</u>''. : Mirad normally uses a 24-hour clock system. ::* '''Yanpu at be ilo jwobi gab alyo.'''....''Meet me at 13:15. (= 1:15 p.m.)'' : The word '''jwob''' (hour, o'clock) can be abbreviated as '''j.''', as in the following: ::* '''Yanpu at be 13 j.'''....''Meet me at 13:00 (hours) [Lit: at 13 hours]'' : The word '''gab''' (''plus'') can be omitted, as in: ::* '''At teato et be yo j. alyo.'''....''I'll see you at five fifteen (~ quarter) past five.'' : Note the following clock time idioms: :{| class="wikitable" style="background:lightyellow" |+ Clock Idioms |- ! MIRAD !! ENGLISH |- | '''jwa''' || ''early'' |- | '''jwe''' || ''on time'' |- | '''jwo''' || ''late'' |- | '''Se <u>vyavay</u> elo jwobi.''' || ''It is <u>exactly</u> two o'clock.'' |- | '''<u>yub bi</u> zemaj''' || ''<u>around</u> noon'' |- | '''<u>ub</u> zemoj''' || ''<u>toward</u> midnight'' |- | '''<u>yeb be</u> jwebi''' || ''<u>within</u> seconds'' |- | '''alo jwabi <u>ja hij</u>''' || ''ten minutes <u>ago</u> (= before now)'' |- | '''<u>lojo</u> 3 j.''' || ''<u>no later than / by</u> 3 o'clock.'' |- | '''jwobay''' || ''hourly / by the hour / on the hour'' |- | '''Hia pop <u>efxe</u> 2 1/2 (= ewa gab eyn) jwobi.''' || ''This trip <u>takes (Lit: necessitates) </u> 2 1/2 hours.'' |- | '''<u>ju</u> awa jwob bi hij''' || ''<u>until</u> one hour from now'' |- | '''<u>ji</u> zojub be 10a j.''' || ''<u>since</u> yesterday at 10 o'clock.'' |- | '''<u>je</u> ha jana 12 jwabi''' || ''<u>for</u> the last 12 minutes'' |- | '''<u>ja</u> lojo</u> 10 j.''' || ''<u>before / by</u> 10 o'clock (= the tenth hour)'' |- | '''<u>lojo</u> 10 jwobi.''' || ''<u>by / in / within</u> 10 hours.'' |- | '''<u>jo</u> 10 j.''' || ''<u>after</u> 10 o'clock.'' |} ==== Expressing Age ==== : Many expressions relating to age are built on the Mirad word for ''age'': '''jag'''. : The typical question is: ::* '''Et se <u>hojaga</u>?'''....''<u>How old</u> are you?'' (Lit. ''what-aged'') : A typical answer is: ::* '''At se <u>eli jaga</u>.'''....''I am <u>twenty-three years old</u>.'' : The word '''jaga''' can be left understood: ::* '''At se <u>ilo</u>.'''....''I am thirty.'' : The following chart shows other age expressions, many of which are agglutinations of the deictic prefixes beginning with '''h''': :{| class="wikitable" style="background:lightyellow" |+ Age Expressions |- ! AGE |- | '''hojaga?'''....''how old?'' |- | '''hajaga'''....''of the age'' |- | '''hejaga'''....''of some age'' |- | '''hijaga'''....''this old'' |- | '''hujaga'''....''that old'' |- | '''huujaga'''....''so old'' |- | '''jaga'''....''old''<br>'''jayga'''....''oldish'' |- | '''joga'''....''young''<br>'''joyga'''....''youngish'' |- | '''gle jaga'''....''rather old, oldish'' |- | '''gla jaga'''....''very old'' |- | '''gra jaga'''....''too old, super-aged'' |- | '''gro jaga'''....''under-aged, minor'' |- | '''ge jaga'''....''as old, of the same age'' |- | '''awa <u>jab</u> jaga'''....''one <u>year</u> old''<br>'''awa jaga'''<br>'''awa <u>jab</u>''' |- | '''ewa <u>jabi</u> jaga'''....''two <u>years</u> old''<br>'''ewa jaga'''<br>'''ewa <u>jabi</u>''' |- | '''alo <u>jabi</u> jaga'''....''ten <u>years</u> old''<br>'''alo jaga'''<br>'''alo <u>jabi</u>''' |- | '''ga jaga <u>vyel</u> et'''....''older <u>than</u> you'' |- | '''ga joga <u>vyel</u> at'''....''younger <u>than</u> me'' |- | '''ge joga <u>vyel</u> iyt'''....''as young <u>as</u> her'' |- | '''ha gwa jagat <u>bi</u> ata tedetyan'''....''the youngest <u>of</u> my siblings'' |- | '''grojagat'''....''a minor'' |- | '''alojagat'''....''a ten-year-old'' |- | '''aloyjagat'''....''a teenager'' |- | '''jogat'''....''a boy, a youth''<br>'''joygat'''....''a girl'' |- | '''grejat'''....''an adult, someone of age''<br>'''jagseat'''....''an adolescent''<br>'''jagsat'''....''grownup'' |- | '''yiloyjagat'''....''an octogenarian'' |- | '''asoyjagat'''....''a centenarian'' |} : Some other examples of usage: ::* '''Et <u>jagseye</u> fi.'''....''You <u>are aging</u> well.'' ::* '''At voy <u>jogseye</u> hyegla.'''....''I am not <u>getting</u> any <u>younger</u>.'' ::* '''His se taam av <u>ha jagati</u>.'''....''This is a home for <u>the ederly</u>.'' ::* '''Egaku eta <u>jogan</u>!'''....''Regain your <u>youth</u>!'' ::* '''At se <u>ga jaga vyel</u> ha meybi.'''....''I am <u>as old as</u> the hills.'' ::* '''Teaxu ata <u>gwa joga</u> tobot.'''....''Look at my <u>youngest</u> child.'' ::* '''Yat ife yata <u>awajagat</u>.'''....''We love our <u>one-year-old</u>.'' ::* '''<u>Jagseatan</u> se yika joob bi tej.'''....''<u>Adolescence</u> is a difficult period of life.'' === Money Expressions === : This section is currency-dependent and remains under construction. <noinclude>{{Chapter navigation with TOC|Adverbs|Pronouns}}</noinclude> c2elp2iyltthfxu7rxwhoqgnpzqwz5e 4089893 4089892 2022-08-09T16:28:53Z Tyoyafud 6233 /* Adjectival Deictic Determiners */ wikitext text/x-wiki = Determiners = : Determiners are words that specify or point out the context of nouns and other parts of speech. The English determiner ''this'', for example, specifies a noun for its proximity to the current context. In English, demonstrative pronouns/adjectives/adverbs, possessive pronouns/adjectives, quantifiers like ''more'' and ''very'', and numeric expressions fall under this category. == Types of Determiners == : Determiners in Mirad fall into the following categories: ::{| class="wikitable" style="background:lightyellow" |+ Types of Determiners |- ! CHAPTER !! TYPE !! ALSO KNOWN AS !! ENGLISH EXAMPLES |- | 1 || '''''Deictic''''' || Demonstrative Pronouns/Adjective || ''the'', ''this'', ''some'', ''every'', ''which?'', ''when'' |- | 2 || '''''Pronominal''''' || Possessive Pronouns/Adjectives || ''my'', ''anybody&apos;s'', ''one&apos;s own'' |- | 3 ||'''''Quantitative''''' || Quantifiers || ''more'', ''less'', ''very'' |- | 4 || '''''Numerical''''' || Numerals/Fractions/Dates, etc. || ''one'', ''half'', ''first'' |} : Furthermore, as for part of speech, determiners can be adjectives, pronouns, or adverbs. As adjectives, determiners can itemize or classify. As pronouns, they can refer to one or more persons (male or female) or things. As adverbs, they can specify time, place, degree, kind, age, frequency, and so forth. == Deictic Determiners == : '''''Deictic determiners''''' are words which point out or ''specify'' other words as to their context, including what grammarians often call '''''demonstratives'''''. : Categories of adjectival, pronominal, and adverbial deictic determiners: ::* Demonstrative adjectives and pronouns like ''this'', ''that'', ''those'', ''that one'' ::* The definite article ''the''(which is really a kind of demonstrative, like those above.) ::* Indefinite adjectives and pronouns like ''any'', ''some'', ''all'', ''something'', ''such'', etc. ::* Adverbs of time like ''when'', ''now'', ''ever'' ::* Adverbs of place like ''there'', ''here'', ''somewhere'' ::* Adverbs of manner like ''how'', ''thus'', ''somehow'' ::* Adverbs of kind like ''so'', age ''this year old'' ::* Adverbs of direction like ''that way'', ''any which way'' ::* Adverbs of reason ''why?'', ''for that reason'', ''for no reason'' ::* Adverbs of degree ''this (well)'', ''so (good)'', ''how (bad)'' ::* Adverbs of frequency like ''how often'', ''so often'', ''never'' ::* Adverbs of age like ''this old'', ''how old?'', ''of any age'' === Deictic Prefixes === : There is a whole set of '''''deictic prefixes''''', which are joined to category stubs to derive adjectival, pronominal, and adverbial determiners. :{| class="wikitable" style="background:lightyellow" |+ Deictic Prefixes |- ! CATEGORY !! DEICTIC PREFIX |- | INTERROGATIVE || '''duha-...?'''....''what?'' |- | DEFINITE || '''ha-'''....''the'' |- | INDEFINITE || '''he-'''....''some, a certain'' |- | NEGATIVE || '''ho-'''....''no, not a'' |- | PROXIMAL || '''hi-'''....''this, these'' |- | IMMEDIATE || '''hii-'''....''the following'' |- | DISTAL || '''hu-'''....''that, those'' |- | INTENSIVE || '''huu-'''....''such, so, what a...!'' |- | DISTRIBUTIVE || '''hya-'''....''every, all, each'' |- | INDETERMINATE || '''hye-'''....''any, whatever'' |- | ABSOLUTELY NEGATIVE || '''hyo-'''....''not at all, not a single'' |- | IDENTICAL || '''hyi-'''....''the same, the very'' |- | NON-IDENTICAL || '''hyu-'''....''the other, another, else'' |} === Category Stubs === : The table below shows word stubs that indicate the category of deictic expressions. They are called stubs, because they are part of a longer word that has been reduced. The combination of deictic prefixes and category stubs produce a matrix of deictic '''''correlatives''''', seen later in this chapter. Use of the stub instead of the long form is a matter of optional economy. A few categories do not have stubs. :{| class="wikitable" style="background:lightyellow" |+ Category Stubs |- ! CATEGORY !! STUB !! LONG FORM !! QUESTION WORD EXAMPLE |- | PERSON || '''-t''' || '''tob'''...''person'' || '''duhat?'''....''who?'' |- | THING || '''-s''' ||'''sun'''...''thing'' || '''duhas?'''....''what?'' |- | PLACE || '''-m''' ||'''nem'''...''place'' || '''duham?'''....''where?'' |- | TIME || '''-j''' ||'''job'''...''time'' || '''duhaj?'''....''when?'' |- | MANNER || '''-yen''' ||'''byen'''...''manner'' || '''duhayen?'''....''how?'' |- | KIND || '''-yena''' ||'''syena'''...''of kind'' || '''duhoyena?'''....''what kind of?'' |- | DEGREE || '''-gla''' ||'''nog'''...''degree'' || '''duhagla fi?'''....''how well?'' |- | COUNTABLE QUANTITY || '''-gla''' ||'''sag'''...''number'' || '''duhagla pati?'''....''how many birds?'' |- | MASS QUANTITY || '''-gla''' ||'''glan'''...''amount'' || '''duhagla mil?'''....''how much water?'' |- | FREQUENCY || ||'''xag'''...''frequency''<br>'''gla jodi'''...''many times'' || '''duhaxag?'''....''how often?''<br>'''duhagla jodi?'''....''how many times?'' |- | REASON || ||'''sav'''...''reason'' || '''duhasav?'''....''why?'' |- | AGE || ||'''jag'''...''age'' || '''duhajag?'''....''how old?'' |} === Adjectival Deictic Determiners === : Here is a table showing the deictic determiner prefixes attached to elements ending in '''-a''' to form various adjectival deictic determiners: <small> :{| class="wikitable" style="background:lightyellow; font-size:smaller;" |+ Adjectival Determiners |- valign=top ! &nbsp; !! OF SELECTION !! OF KIND !! OF POSSESSION|| OF AGE |- | INTERROGATIVE || '''duha...?'''....''which...?'' || '''duhayena...?'''....''what kind of...?'' || '''duhata?'''....''whose?''||'''duhajaga?'''....''how old?'' |- | DEFINITE || '''ha<sup>1</sup>'''....''the'' || '''hayena'''....''the kind of'' || '''hata'''....''the one&apos;s''||'''hajaga'''...''of the age'' |- | INDEFINITE || '''hea'''....''some, a certain'' || '''heyena'''....''some kind of, a certain kind of'' || '''heta'''....''someone&apos;s''||'''hejaga'''....''of any age'' |- | NEGATIVE || '''hoa...!'''....''no, not any'' || '''hoyena'''....''no kind of''|| '''hota'''....''nobody's''||'''hojaga'''....''ageless'' |- | PROXIMAL || '''hia'''....''this, these'' || '''hiyena'''....''this kind of, such (a), like this, like these'' || '''hita'''....''this one&apos;s''||'''hijaga'''....''of this age'' |- | IMMEDIATE || '''hiia'''....''the following'' || '''hiiyena'''....''the following kind of'' || '''hiita'''....''the following person&apos;s''||'''hiijaga'''....''of the following age'' |- | DISTAL || '''hua'''....''that, those''|| '''huyena'''....''that kind of, like that, like those, such''|| '''huta'''....''that one&apos;s''||'''hujaga'''....''of that age'' |- | INTENSIVE || '''huua'''....''such a, such, what a'' || '''huuyena'''....''such a kind of'' || '''huuta'''....''such a person&apos;s''||'''huujaga'''....''of such an age'' |- | DISTRIBUTIVE || '''hya<sup>2</sup>'''....''every, all, each''|| '''hyayena'''....''every kind of, all kinds of'' || '''hyata'''....''everybody&apos;s''||'''hyajaga'''....''of every age'' |- | INDETERMINATE || '''hyea'''....''any, whatever''|| '''hyeyena'''....''any kind of, whatever kind of'' || '''hyeta'''....''anybody&apos;s''||'''hyejaga'''....''of any age'' |- | ABSOLUTELY NEGATIVE ||'''hyoa'''....''not, not a, not any whatever'' || '''hyoyena'''....''no kind of, no such whatever'' || '''hyota'''....''absolutely nobody&apos;s''||'''hyojaga'''...''of no age whatever'' |- | IDENTICAL || '''hyia'''....''the same''<br>'''ha gea'''....''the same'' || '''hyiyena'''....''the same kind of''<br>'''ha geyena'''....''the same kind of'' || '''hyita'''....''the same one&apos;s''<br>'''ha geta'''....''the same one&apos;s''||'''hyijaga'''....''of the same age''<br>'''gejaga'''....''same-aged'' |- | NON-IDENTICAL || '''hyua'''....''another''<br>'''ogea'''....''another''<br>'''ha ogea'''....''the other'' || '''hyuyena'''....''some other kind of''<br>'''ogeyena'''....''another kind of''<br>'''ha ogeyena'''....''the other kind of'' || '''hyuta'''....''someone else&apos;s''<br>'''ogeta'''....''someone else&apos;s''<br>'''ha ogeta'''....''the other person&apos;s''||'''hyujaga'''....''of a different age''<br>'''ogejaga'''...''aged apart'' |} </small> : Note 1: The definite adjectival deictic determiner '''ha''' (actually, short for '''haa''') is used as what is more commonly referred to as the '''''definite article'''''....''the''. : Note 2: The determiner '''hya''' is a reduced form of '''hyaa'''. : Note 3: The interrogative adjectival determiner '''Duha?''' really is a command meaning ''Tell me the...''. So, for instance, '''Duham?'''....''Where?'' is really a command meaning '''Tell (me) the place!''' : The pronominal deictic determiners can also incorporate gender in such a way that they refer to female or male persons specifically. This done by inserting the letter '''w''' before the characteristic vowel for males and the letter '''y''' after the characteristic vowel for females. Incorporating gender this way is relatively rare and only used in cases with the distinction is relative to the context: ::* '''<u>Hwita</u> tam se ga aga.'''....''<u>This guy's</u> house is bigger.'' ::* '''At voy ayse <u>huytia</u> dyuni.'''....''I don't have <u>those women's</u> names.'' : Usage examples of deictic determiner adjectives: ::* '''<u>Duha</u> tam se etas?'''....''<u>Which</u> house is yours?'' ::* '''<u>Huua</u> tej et ayse!'''....''<u>What a</u> life you have!'' ::* '''<u>Duhayena</u> dyezuni ifxe et?'''....''<u>What kind of</u> movies do you like?'' ::* '''<u>Duhata</u> tef okwa?'''....''<u>Whose</u> hat was lost?'' ::* '''<u>Ha</u> tob ta yata dyuni.'''....''<u>The</u> man knew our names.'' ::* '''<u>Hayena</u> dini at ife, et ufe.'''....''<u>The kind of</u> stories I love, you hate.'' ::* '''<u>Hea</u> mepi egdyunxwo.'''....''<u>Certain</u> streets will be renamed.'' ::* '''<u>Heyena</u> fukyes uxaye purnyan.'''....''<u>Some kind of</u> accident has caused a traffic jam.'' ::* '''<u>Heta</u> abtaf akwa be ha zatem.'''.....''<u>Someone's</u> coat was found in the foyer.'' ::* '''<u>Hia</u> dyes se ata gafias.'''....''<u>This</u> book is my favorite.'' ::* '''<u>Hiia</u> duni se yofwa.'''....''<u>The following</u> words are prohibited.'' ::* '''<u>Hiiyena</u> xeyen voy afwu.'''....''<u>The following sort of</u> behavior would not be allowed.'' ::* '''<u>Hiyena</u> xeyen voy vayafwo.'''....''<u>This type of</u> behavior will not be tolerated.'' ::* '''<u>Hita</u> tim so yovoza.'''....''<u>This person's</u> room will be blue.'' ::* '''<u>Hua</u> mas efwe egvozilbwer.'''....''<u>That</u> wall needs to be repainted.'' ::* '''<u>Huua</u> dini yufxe toboti.'''....''<u>Such</u> stories scare children.'' ::* '''<u>Huyena</u> duni yeyfwe yixwer za at.'''....''<u>Such</u> words should not be used in front of me.'' ::* '''<u>Hwuta</u> tam magseye.'''....''<u>That guy's</u> house is on fire.'' ::* '''<u>Hoa</u> din se ga tesika.'''....''<u>No</u> story more important.'' ::* '''<u>Hoyena</u> tes tesiyafwe.'''....''<u>No such</u> meaning can be inferred.'' ::* '''<u>Hyota</u> jatexdras sa ga fia.'''....''<u>Nobody's</u> plan is better.'' ::* '''<u>Hyos</u> oboxe huyt.'''....''<u>Nothing whatever</u> bothers that gal.'' ::* '''<u>Hya</u> mepi izpe Roma.'''....''<u>All</u> roads lead to Rome.'' ::* '''<u>Hya ha</u> mepi se ebwa.'''....''<u>All the</u> roads are bloacked.'' ::* '''<u>Hya</u> tob yefe xer ita gon.'''....''<u>Every</u> man must do his part.'' ::* '''<u>Hyayena</u> telami ese be hia mep.'''....''<u>All manner of</u> restaurants exist on this street.'' ::* '''<u>Hyata</u> tej se uka bi yaobi.'''....''<u>Everyone's</u> life is full of ups and downs.'' ::* '''<u>Hyaewa</u> domi agsaye.'''....''<u>Both</u> cities have grown.'' ::* '''<u>Hyea</u> voz so fia.'''....''<u>Any</u> color will be fine.'' ::* '''<u>Hyeyena</u> til se aysyafwa.'''....''<u>Any kind of</u> drink is available.'' ::* '''<u>Hyeta</u> ved se ge ifa vyel atas.'''....''<u>Anyone's</u> guess is as good as mine.'' ::* '''<u>Hyea</u> tim et fe et yafe ayser.'''....''<u>Whatever</u> room you want, you can have.'' ::* '''<u>Hyia</u>/(Ha gea) fukyesi kyese glaxag.'''....''<u>The same</u> accidents occur frequently.'' ::* '''<u>Hyiyena</u>/(Ha geyena) dyezuni teaxuwa zajub.'''....''<u>The same kind of</u> films were shown yesterday.'' ::* '''<u>Hyita</u>/(Ha geta) dyun yixwa gajod.'''....''<u>The same person's</u> name was used again.'' ::* '''<u>Hyua</u> dyezun sa ifuyea.'''....''<u>The other</u> movie was more entertaining.'' ::* '''<u>Hyuyena</u>/(Ogeyena) som teasu ga fia.'''....''<u>Another kind of</u> furniture would look better.'' ::* '''<u>Hyuta</u>/(ogeta) texyen se ge fyia.'''....''<u>Someone else's</u> opinion is equally valid.'' ::* '''<u>Hiytia</u> dyuni voy dodraye.'''....''<u>These women's</u> names have not be make public.'' ::* '''<u>Hwiitia</u> dyuni voy dodrowe.'''....''<u>The following males'</u> names will not be publicized.'' ::* '''<u>Hijaga</u> tobweti voy afwo him.'''....''Boys <u>of this age</u> will not be allowed here.'' : If the definite article or any other deictic determiner is omitted before a noun, then it has the effect of the English indefinite article ''a / an'' with a singular noun or ''some'' with a plural noun. For example: ::* '''Yat tilia <u>ha tilyeb</u> bi vafil.'''....''We drank <u>the glass</u> of wine.'', vs. ::** '''Yat tilia <u>tilyeb</u> bi vafil.'''....''We drank <u>a glass</u> of wine.'' ::* '''Yat tilia <u>ha tilyebi</u> bi vafil.'''....''We drank <u>the glasses</u> of wine.'', vs. ::** '''Yat tilia <u>tilyebi</u> bi vafil.'''....''We drank <u>(some) glasses</u> of wine.'' ::* '''Yat tilia <u>awa tilyeb</u> bi vafil.'''....''We drank <u>one glass</u> of wine.'', vs. ::** '''Yat tilia <u>ha awa tilyeb</u> bi vafil.'''....''We drank <u>the one glass</u> of wine.'' ::* '''Yat tilia <u>ewa tilyebi</u> bi vafil.'''....''We drank <u>two glasses</u> of wine.'', vs. ::** '''Yat tilia <u>ha ewa tilyebi</u> bi vafil.'''....''We drank <u>the two glasses</u> of wine.'', vs. ::** '''Yat tilia <u>hya ewa tilyebi</u> bi vafil.'''....''We drank <u>both glasses</u> of wine.'' ::* '''Yat tilia <u>owa tilyeb</u> bi vafil.'''....''We drank <u>no/zero glasses (=not a single glass)</u> of wine.'' ::* '''Yat tilia <u>ea tilyeb</u> bi vafil.'''....''We drank <u>another/a second glass</u> of wine.'', vs. ::** '''Yat tilia <u>ha ea tilyeb</u> bi vafil.'''....''We drank <u>the second glass</u> of wine.'', vs. ::** '''Yat tilia <u>ea tilyebi</u> bi vafil.'''....''We drank <u>second glasses</u> of wine.'', vs. ::** '''Yat tilia <u>ha ea tilyebi</u> bi vafil.'''....''We drank <u>the second glasses</u> of wine.'' : If an indefinite article sense is needed for clarity, the words '''awa''' (''one'') or '''hea''' (''some, a certain'') can be used, eg.: ::* '''At igtease <u>awa</u> tob yiztyoyaber.'''....''I glimpsed <u>a</u> man walk by.'' ::* '''Hwit zoyupo <u>hea</u> juab.'''....''He will come back on <u>a / a certain / some</u> Monday.'' === Pronominal Deictic Determiners === : The following chart shows deictic determiners used as pronouns. Note that the suffix '''-s''' (short for '''sun''') is used pronouns referring to things, while '''-t''' (short for '''tob''') is used for those referring to persons. The suffix '''-i''' pluralized either of these. The distinction between a form like ''what?'' and a '''''selective''''' form like ''which?'' is made by using the full adjectival form (with '''-a-''') in the selective forms. So, for example, '''hot?''' is ''who?'', but '''hoat?''' is ''which one? (referring to a person)''. The determiners referring to persons can optionally be made specifically male with the insertion of the letter '''w''' before the stem vowel or specifically female with the insertion of the letter '''y''' before the stem-ending '''t''': :{| class="wikitable" style="background:lightyellow; font-size:smaller;" |+ Pronominal Deictic Determiners |- valign=top ! PRONOUNS !! THING<br>THINGS !! SELECTIVE THING<br>SELECTIVE THINGS || valign=top| SELECTIVE PERSON<br>SELECTIVE PERSONS !! PERSON<br>PERSONS !! PERSON&apos;S THING<br>PERSON&apos;S THINGS |- | INTERROGATIVE || valign=top| '''duhas?'''....''what (thing)?''<br>'''duhasi?'''....''what (things)?'' || valign=top| '''duhaas'''?....''which one?''<br>'''duhaasi'''?....''which ones?'' || valign=top| '''duhaat'''?....''which person?''?<br>'''duhwaat?'''....''which man?''<br>'''duhayt?'''....''which woman?''<br>'''duhaati?'''....''which people?''<br>'''duhwaati?'''....''which men?''<br>'''duhaayti?'''....''which women?'' || valign=top| '''duhat'''?....''who?, whom?''<br>'''duhwat?'''....''who?, whom?''<br>'''duhayt'''....''who?'' <br>'''duhati?'''....''who?, whom?''<br>'''duhwati?'''....''who?, whom?''<br>'''duhayti?'''....''who?, whom?'' || valign=top| '''duhatas?'''....''whose (thing)?''<br>'''duhwatas?'''....''whose''<br>'''duhaytas?'''....''whose?''<br>'''duhatasi?'''....''whose (things)?''<br>'''duhwatasi?'''....''whose?'' <br>'''duhaytasi?'''....''whose?'' |- | DEFINITE || valign=top| '''has'''....''it, the thing''<br>'''hasi'''....''they, them, the things''<br> || valign=top| '''haas'''....''the one''<br>'''haasi'''....''the ones''|| valign=top| '''haat'''....''the one''<br>'''hwaat'''....''the male one''<br>'''haayt'''....''the female one''<br>'''haasi'''....''the ones''<br>'''hwaasi'''....''the male ones''<br>'''haaysi'''....''the female ones'' || valign=top|'''hat'''....''the person, he, him''<br>'''hwat'''....''he, him''<br>'''hayt'''....''she, her''<br>'''hati'''....''the persons, they, them''<br>'''hwati'''....''the males, they, them''<br>'''hayti'''....''the females, they, them''|| valign=top| '''hatas'''....''whose''? (thing)<br>'''hwatas'''....''whose''<br>'''haytas'''....''whose'' <br>'''hatasi'''....''whose'' )things)<br>'''hwatasi'''....''whose''<br>'''haytasi'''....''whose'' |- | INDEFINITE || valign=top| '''hes'''....''something''<br>'''hesi'''....''some (things)''<br> || valign=top| '''heas'''....''a certain one''<br>'''heasi'''....''certain ones'' || valign=top| '''heat'''....''a certain one''<br>'''hweat'''....''a certain male''<br>'''heayt'''....''a certain female''<br>'''heati'''....''certain ones''<br>'''hweati'''....''some males''<br>'''heayti'''....''some females''|| valign=top|'''het'''....''someone''<br>'''hwet'''....''some male''<br>'''heyt'''....''some female'' <br>'''heti'''....''some (people)''<br>'''hweti'''....''some males'' <br>'''heyti'''....''some females''|| valign=top| '''hetas'''....''someone's''<br>'''hwetas'''....''some male's'' <br>'''heytas'''....''some female's''<br>'''hetasi'''....''some people's''<br>'''hwetasi'''....''some males&apos;''<br>'''heytasi'''....''some females&apos;'' |- | NEGATIVE || valign=top| '''hos'''....''nothing''<br>'''hosi'''....''no (things)''<br> || valign=top| '''hoas'''....''no, not a''<br>'''hoasi'''....''none'' || valign=top| '''hoat'''....''not a one''|| valign=top|'''hot'''....''nobody''|| valign=top| '''hotas'''....''nobody's'' |- | PROXIMAL || valign=top| '''his'''....''this''<br>'''hisi'''....''these''|| valign=top|'''hias'''....''this one''<br>-<br>'''hiasi'''....''these''|| valign=top|'''hiat'''....''this one''<br>'''hwiat'''....''this one''<br>'''hiayt'''....''this one''<br>'''hiati'''....''these ones''<br>'''hwiati'''....''these of the males''<br>'''hiayti'''....''these of the females''|| valign=top|'''hit'''....''this person''<br>'''hwit'''....''he, him''<br>'''hiyt'''....''she, her''<br>'''hiti'''....''these people, they, them''<br>'''hwiti'''....''these males''<br>'''hiyti'''....''these females''|| valign=top|'''hitas'''....''this person&apos;s, his''<br>'''hwitas'''....''this male&apos;s''<br>'''hiytas'''....''this female&apos;s''<br>'''hitasi'''....''this person&apos;s (things)'', ''theirs''<br>'''hwitasi'''....''this man&apos;s''<br>'''hiytasi'''....''this woman&apos;'' |- | IMMEDIATE || valign=top| '''hiis'''....''the following''<br>'''hiisi'''....''the following (things)''|| valign=top|'''hiias'''....''the following one''<br>'''hiiasi'''....''the following ones'' || valign=top|'''hiiat'''....''the following person''<br>'''hwiiat'''....''the following male''<br>'''hiiayt'''....''the following female''<br>'''hiiati'''....''the following ones''<br>'''hwiiati'''....''the following males''<br>'''hiiayti'''....''the following females''|| valign=top|'''hiit'''....''the following person''<br>'''hwiit'''....''the following male''<br>'''hiiyt'''....''the following female''<br>'''hiiti'''....''the following (people)''<br>'''hwiiti'''....''the following males''<br>'''hiiyti'''....''the following females''|| valign=top|'''hiitas'''....''the following person&apos;s (thing)''<br>'''hwiitas'''....''the following male&apos;s''<br>'''hiiytas'''....''the following female&apos;s''<br>'''hiitasi'''....''the following person&apos;s (things)''<br>'''hwiitasi'''....''the following male&apos;s''<br>'''hiiytasi'''....''the following female&apos;s'' |- | DISTAL || valign=top| '''hus'''....''that''<br>'''husi'''....''those''|| valign=top|'''huas'''....''that one''<br>'''huasi'''....''those'' || valign=top|'''huat'''....''that one''<br>'''hwuat'''....''that one of the males''<br>'''huayt'''....''that one of the females''<br>'''huati'''....''those people, they''<br>'''hwuati'''....''those males''<br>'''huayti'''....''those females''|| valign=top|'''hut'''....''that person, he, him''<br>'''hwut'''....''that guy, he, him''<br>'''huyt'''....''that female, she, her''<br>'''huti'''....''those people, they, them''<br>'''hwuti'''....''those males''<br>'''huyti'''....''those females''|| valign=top|'''hutas'''....''that person&apos;s, his''<br>'''hwutas'''....''his''<br>'''huytas'''....''hers''<br>'''hutasi'''....''that person's (things), his''<br>'''hwutasi'''....''his''<br>'''huytasi'''....''hers'' |- | INTENSIVE || valign=top| '''huus'''....''such, such a thing''<br>'''huusi'''....''such things''|| valign=top|'''huuas'''....''such a one''<br>'''huuasi'''....''such ones'' || valign=top|'''huuat'''....''such a person''<br>(rare)<br>(rare)<br>'''huuati'''....''such people''<br>(rare)<br>(rare)|| valign=top|'''huut'''....''such a person''<br>'''hwuut'''....''such a male''<br>'''huuyt'''....''such a female''<br>'''huuti'''....''such people''<br>'''hwuuti'''....''such males''<br>'''huuyti'''....''such females''|| valign=top|'''huutas'''....''such a person&apos;s''<br>(rare)<br>(rare)<br>'''huutasi'''....''such people&apos;s (things)''<br>(rare><br>(rare) |- |ABSOLUTE NEGATIVE || valign=top| '''hyos'''....''nothing at all''<br>'''hyosi'''....''none at all''|| valign=top|'''hyoas'''....''not a one whatever''<br>'''hyoasi'''....''none whatever'' || valign=top|'''hyoat'''....''not a single one''<br>'''hyoati'''....''none whatever''|| valign=top|'''hyot'''....''nobody at all''<br>'''hywot'''....''no male at all''<br>'''hyoyt'''....''no female whateveer''<br>'''hyoti'''....''no people at all''<br>'''hywoti'''....''no males at all''<br>'''hyoyti'''....''no females at all''|| valign=top|'''hyotas'''....''nobody's''<br>'''hyotasi'''....''nobody's <small>(things)</small>'' |- | DISTRIBUTIVE || valign=top| '''hyas'''....''everything, all''<br>'''hyasi'''....all things || valign=top| '''hyaas'''....each one<br>'''hyaasi'''....''all of them'' || valign=top|'''hyaat'''....''each one''<br>'''hyaati'''....''all of them''|| valign=top|'''hyat'''....''everyone''<br>'''hywat'''....''every male''<br>'''hyayt'''....''every female''<br>'''hyati'''....''all (people)''<br>'''hywati'''....''all males''<br>'''hyayti'''....''all females''|| valign=top| '''hyatas'''....''everyone's''<br>'''hyatasi'''....''everyone's <small>(things)</small>'' |- | INDETERMINATE || valign=top| '''hyes'''....''anything, whatever''<br>'''hyesi'''....''any''|| valign=top|'''hyeas'''....''whatever one''<br>'''hyeasi'''....''any of them'' || valign=top|'''hyeat'''....''whichever one''<br>'''hyeati'''....''whichever ones''|| valign=top|'''hyet'''....''anyone''<br>'''hywet'''....''any male''<br>'''hyeyt'''....''any female''<br>'''hyeti'''....''whoever''<br>'''hyweti'''....''whichever males''<br>'''hyeyti'''....''whichever females''|| valign=top|'''hyetas'''....''whoever's''<br>'''hyetasi'''....''anybody's <small>(things)</small>'' |- | IDENTICAL || valign=top| '''hyis'''....''the same thing''<br>'''hyisi'''....''the same things''|| valign=top|'''hyis'''....''the same one''<br>'''hyiasi'''....''the same ones'' || valign=top|'''hyiat'''....''the same one''<br>'''hyiati'''....''the same one''|| valign=top|'''hyit'''....''the same person''<br>'''hywit'''....''the same guy''<br>'''hyiyt'''....''the same woman''<br>'''hyiti'''....''the same people''<br>'''hywiti'''....''the same men''<br>'''hyiyti'''....''the same women''|| valign=top|'''hyitas'''....''the same person's''<br>'''hyitasi'''....''the same person's'' <small>(things)</small> |- | NON-IDENTICAL || valign=top| '''hyus'''....''something else''<br>'''hyusi'''....''other things''|| valign=top|'''hyuas'''....''the other one''<br>'''hyuasi'''....''the other ones'' || valign=top|'''hyuat'''....''the other one''<br>'''hyuati'''....''the others''|| valign=top|'''hyut'''....''someone else''<br>'''hywut'''....''the other guy''<br>'''hyuyt'''....''the other woman''<br>'''hyuti'''....''others''<br>'''hywuti'''....''the other guys''<br>'''hyuyti'''....''the other women''|| valign=top|'''hyutas'''....''someone else's''<br>'''hyutasi'''....''someone else's <small>(things)</small>'' |} : Here is a chart of pronominal deictic determiners of kind formed from the corresponding adjectival determiners of kind (eg. '''hoyena?'''....''what kind of...?''): :{| class="wikitable" style="background:lightyellow; font-size:smaller;" |+ Pronominal Deictic Determiners of Kind |- valign=top ! &nbsp; !! KIND OF THING<br>KIND OF THINGS !! KIND OF PERSON<br>KIND OF PEOPLE |- | INTERROGATIVE || valign=top| '''duhayenas?'''....''what kind of thing?''<br>'''duhayenasi?'''....''what kind of things?''|| valign=top|'''duhayenat?'''....''what kind of person?''<br>'''duhayenati?'''....''what kind of people?'' |- | DEFINITE || valign=top| '''hayenas'''....''the kind of thing''<br>'''hayenasi'''....''the kind of things''|| valign=top|'''hayenat'''....''the kind of person''<br>'''hayenati'''....''the kind of people'' |- | INDEFINITE || valign=top| '''heyenas'''....''some kind of thing''<br>'''heyenasi'''....''some kind of things''|| valign=top|'''heyenat'''....''some kind of person''<br>'''heyenati''' ....''some kind of people'' |- | NEGATIVE || valign=top| '''hoyenas'''....''no such thing''<br>'''hoyenasi'''....''no such things''|| valign=top|'''hoyenat'''....''no such person''<br>'''hoyenati'''....''no such people'' |- | PROXIMAL || valign=top| '''hiyenas'''....''this kind of thing, such a thing''<br>'''hiyenasi'''....''these kinds of things, such things''|| valign=top|'''hiyenat'''....''this kind of person, such a person''<br>'''hiyenati'''....''these kinds of people, such people'' |- | IMMEDIATE || valign=top| '''hiiyenas'''....''the following kind of thing''<br>'''hiiyenasi'''....''the following kinds of things''|| valign=top|'''hiiyenat'''....''the following kind of person''<br>'''hiiyenati'''....''the following kinds of people'' |- | DISTAL || valign=top| '''huyenas'''....''that kind of thing, such a thing''<br>'''huyenasi'''....''such things, such things''|| valign=top|'''huyenat'''....''that kind of person, such a person''<br>'''huyenati'''....''those kind of people, such people'' |- | INTENSIVE || valign=top| '''huuyenas'''....''such a thing''<br>'''huuyenasi'''....''such kinds of things''|| valign=top|'''huuyenat'''....''such a person''<br>'''huuyenati'''....''such kinds of people'' |- | ABSOLUTE NEGATIVE || valign=top| '''hyoyenas'''....''no such thing at all''<br>'''hyoyenasi'''....''no such things at all''|| valign=top|'''hyoyenat'''....''no such person whatever''<br>'''hyoyenati'''....''no such people whatever'' |- | DISTRIBUTIVE || valign=top| '''hyayenas'''....''every kind of thing''<br>'''hyayenasi'''....''all kinds of things''|| valign=top|'''hyayenat'''....''every kind of person''<br>'''hyayenati'''....''all kinds of people'' |- | INDETERMINATE || valign=top| '''hyeyenas'''....''any kind of thing''<br>'''hyeyenasi'''....''any kinds of things''|| valign=top|'''hyeyenat'''....''any kind of person''<br>'''hyeyenati'''....''any kinds of people'' |- | IDENTICAL || valign=top| '''hyiyenas'''....''the same kind of thing''<br>'''hyiyenasi'''....''the same kinds of things''|| valign=top|'''hyiyenat'''....''the same kind of person''<br>'''hyiyenati'''....''the same kinds of people'' |- | NON-IDENTICAL || valign=top| '''hyuyenas'''....''some other kind of thing''<br>'''hyuyenasi'''....''other kinds of things''|| valign=top|'''hyuyenat'''....''some other kind of person''<br>'''hyuyenati'''....''other kinds of people'' |} : Any of the above animate deictic determiners can (though rarely) be made to refer specifically to males or females with the ending '''-wat''' or '''-wati''' for males and '''-ayt''' or '''-ayti''' for females. For example: ''any kind of males'' would be translated with '''hyeyenwati.'''....''Every kind of female'' would be translated with '''hyayenayt'''. === Selective vs. Non-Selective Forms === : The pronominal deictic interrogative determiner '''hot?''' means ''who'' and contrasts with its '''''selective''''' counterpart '''hoat?''', which means ''which one?''. All the selective determiners refer to one or more things or persons from a selectable pool of things or persons. : The following sentences illustrate the use of the above pronominal determiners: ::* '''<u>Duhat</u> aka zajuba ek?'''....''<u>Who</u> won yesterday's game?'' ::* '''<u>Duhaat</u> bi ha akuti sa ha gwa fiat?'''....''<u>Which one</u> of the winners was the best?'' ::* '''<u>Duhata</u> tam se hus?'''....''<u>Whose</u> house is that?'' ::* '''<u>Duhatas</u> se hus?'''....''<u>Whose</u> is that?'' ::* '''<u>Duhatia</u> deuzi et gaife?'''....''<u>Whose</u> songs do you prefer?'' ::* '''<u>Duhatias</u> et gaife?'''....''<u>Whose</u> do you prefer?'' ::* '''<u>Duhass</u> se eta dyun?'''....''<u>What</u> is your name?'' ::* '''<u>Duhasi</u> se eta gaifuni?'''....''<u>What</u> are your preferences?'' ::* '''<u>Duha</u> deuzi se eta gwafiasi?'''....''<u>Which</u> songs are your best?'' ::* '''<u>Duhaasi</u> se eta gwafiasi?'''....''<u>Which ones</u> are your best?'' ::* '''Bi hia deuzuti, <u>hoat</u> et gafie?'''....''Of these vocalists, <u>which one</u> do you prefer?'' ::* '''<u>Hiiti</u> yaneko hijub.'''....''<u>The following people</u> will compete today.'' ::* '''<u>Duhaati</u> se gwa fia?'''....''<u>Which ones</u> are best?''' ::* '''<u>Duhati</u> et teexe gwa jodi?'''....''<u>Who (all)</u> do you listen to the most often?'' ::* '''<u>Huat</u> hu at teexe gwaxag draye ejna deuz.'''....''<u>The one</u> I listen to the most has written a new song.'' ::* '''Ejna deuz? At voy teste <u>haas</u> hu et tede.'''....''New song? I don't understand <u>which one</u> you mean.'' ::* '''<u>Hias</u>.'''....''<u>This one</u>.'' ::* '''Vo. <u>Huasi</u> se ga fia.'''....''No. <u>Those</u> are better.'' ::* '''<u>His</u> se jub av ivxelen.'''....''<u>This</u> is a day for celebration.'' ::* '''Va. <u>Hia</u> jub. At tese <u>hi</u>jub.'''....''Yes. <u>This</u> day. I mean <u>To-</u>day.'' ::* '''<u>Husi</u> sa <u>ha</u> jubi, ata dat!'''....''<u>Those</u> were <u>the</u> days, my friend!'' ::* '''<u>Duhas</u> se eta dyun?'''....''<u>What</u> is your name?'' ::* '''<u>Duhot</u> aka ha igpek?'''....''<u>Who</u> won the race?'' ::* '''<u>Hyas</u> uja fi.'''....''<u>Everything</u> ended well.'' ::* '''<u>Hyasi</u> uje.'''....''<u>All things</u> come to an end.'' ::* '''<u>Hyayenasi</u> vey kyesu.'''....''<u>All sorts of things</u> might happen.'' ::* '''<u>Hyos</u> yoka at.'''....''<u>Nothing</u> whatever surprised me.'' ::* '''<u>Hot</u> ta adut hu ako.'''....''<u>Nobody</u> knew who would win.'' ::* '''<u>Huayti</u>hu fu pier yefe.'''....''<u>Those females</u> who would like to leave may.'' ::* '''<u>Hyet</u> yefe eker hia ifek.'''....''<u>Anyone</u> can play this game.'' ::* '''<u>Huyenasi</u> voy afwo.'''....''<u>Such things</u> will not be permitted.'' ::* '''<u>Hua twob</u> voy taxe hia toyb.'''....''<u>That</u> man does not remember this woman.'' ::* '''<u>Huti</u> yanyexe fi.'''....''<u>Those guys</u> work well together.'' ::* '''<u>Huuyti</u> hyaj yubixe tezex.'''....''<u>Such females</u> always attract attention.'' ::* '''At jay teataye <u>hiyenasi</u>.'''....''I've seen <u>such things</u> before.'' ::* '''<u>Huyenwat</u> voy vabiwu.'''....''<u>A man like that</u> would not be accepted.'' ::* '''<u>Duhayenasi</u> weti iyfe xer je ha maj.'''....''<u>What kinds of things</u> do you guys like to do during the day?'' === Placement of Interrogatives === : In a sequence of adjectives before a noun, deictic determiners go first, eg.: ::* '''<u>Duhaa</u> ewa oga nyefi bewe et?'''....''<u>Which</u> two small bags belong to you?'' : In interrogative sentences, the interrogative deictic determiner (question word) often starts out the sentence, as in English. ::* '''<u>Duhas</u> se eta dyun?'''....''<u>What</u> is your name?'' ::* '''<u>Duhat</u> et teata aay hijub?'''....''<u>Who(m)</u> did you see first today?'' : Interrogative deictic determiners can also go at the end of sentence: ::* '''Eta dyun se <u>duhas</u>?'''....''What is your name?'' Lit. ''Your name is <u>what</u>?'' === Numerical Deictic Determiners === : Sometimes, a deictic determiner specifies numerical information. This chart shows those forms: :{| class="wikitable" style="background:lightyellow; font-size:smaller;" |+ Number-incorporating Deictic Determiners |- valign=top ! ADJECTIVE !! INANIMATE PRONOUN !! ANIMATE PRONOUN !! PRONOMINAL DETERMINER !! POSSESSIVE PRONOUN |- | '''hawa'''* ''the only'' || '''hawas'''....''the only thing''<br>'''hawasi'''....''the only things'' || '''hawat'''....''the only one (person)''<br>'''hawati'''....''the only ones''|| '''hawata'''....''the only person&apos;s'' || '''hawatas'''....''the only one&apos;s''<br>'''hawatasi'''....''the only one&apos;s (things)'' |- | '''hyawa'''* ''each'' || '''hyawas'''....''each one'' || '''hyawat'''....''each person''|| '''hyawata'''....''each person&apos;s'' || '''hyawatas'''....''each one&apos;s''<br>'''hyawatasi'''....''each one&apos;s (things)'' |- | '''hyaewa'''....''both'' || '''hyaewasi'''....''both (<small>things</small>)'' || '''hyaewati'''....''both (<small>people</small>)''|| '''bi hyaewati'''....''both person&apos;s'' || '''has bi hyaewati'''....''both person&apos;s''<br>'''hasi bi hyaewati'''....''both persone&apos;s (things)'' |- | '''hyaiwa'''....''all three'' || '''hyaiwasi'''....''all three (<small>things</small>)'' || '''hyaiwati'''....''all three (<small>people</small>)''|| '''hyaiwata'''....''all three person&apos;s'' || '''has bi hyaiwati'''....''all three person&apos;s''<br>'''hasi bi hyaiwati'''....''all three person&apos;s (things)'' |- | '''ohyawa'''....''not every'' || '''ohyawas'''....''not everything'' || '''ohyawat'''....''not everyone''|| '''ohyawata'''....''not every person&apos;s'' || '''ohyawatas'''....''not everyone&apos;s''<br>'''ohyawatasi'''....''not everyone&apos;s (things)'' |- | '''hyoawa'''....''not a single'' || '''hyoawas'''....''not a single thing'' || '''hyoawat'''....''not a single person''|| '''hyowata'''....''not a single person&apos;s'' || '''hyowatas'''....''not a single person&apos;s''<br>'''hyowatasi'''....''not a single person&apos;s (things)'' |- | '''hyeawa'''....''either'' || '''hyeawas'''....''either one'' || '''hyeawat'''....''either one (<small>person</small>)''|| '''hyeawata'''....''either one&apos;s'' || '''hyeawatas'''....''either one&apos;s''<br>'''hyeawatasi'''....''either one&apos;s (things)'' |- | '''hyeewa'''....''any two'' || '''hyeewasi'''....''any two things'' || '''hyeewati'''....''any two people''|| '''bi hyeewati'''....''any two person&apos;s'' || '''has bi hyeewati'''....''any two persons&apos;''<br>'''hasi bi hyeewati'''....''any two persons&apos; (things)'' |- | '''hyeowa'''....''neither'' || '''hyeowas'''....''neither one'' || '''hyeowat'''....''neither person''|| '''hyeawata'''....''neither person&apos;s'' || '''hyeowatas'''....''neither one&apos;s''<br>'''hyeowatasi'''....''neither one&apos;s (things)'' |- | '''hyuawa'''....''another'' || '''hyuawas'''....''another one'' || '''hyuawat'''....''another''|| '''hyuawata'''....''another&apos;s'' || '''hyuawatas'''....''another&apos;s''<br>'''hyuawatasi'''....''another&apos;s (things)'' |- | '''hyuowa'''....''no other'' || '''hyuowas'''....''nothing else'' || '''hyuowat'''....''nobody else''|| '''hyuowata'''....''no other&apos;s'' || '''hyuowatas'''....''no other&apos;s''<br>'''hyuowatasi'''....''no other&apos;s (things)'' |} :: *<small>'''Hawa''' and '''hyawa''' are short for '''haawa''' and '''hyaawa''', respectively.</small> : Examples using the above number-incorporating deictic determiners: ::* '''<u>Ohyawat</u> se iva bay eta vaod.'''....''<u>Not everyone</u> is happy with your decision.'' ::* '''<u>Hyaewasi</u> yafwe uxer yata efi.'''....''<u>Both (things)</u> can serve our needs.'' ::* '''<u>Hyeawa</u> tim ivlaxo at.'''....''<u>Either</u> room will satisfy me.'' ::* '''<u>Hyeowas</u> oivlaxo at.'''....''<u>Neither one</u> will dissatisfy me.'' : Note: '''Hyua''' means ''the other'', while '''hyuawa''' means ''another'', eg.: ::* '''At fu <u>hyua</u> til.'''....''I would like <u>the other</u> drink.'', vs. ::* '''At fu <u>hyuawa</u> til.'''....''I would like <u>another</u> drink.'' : Similarly, '''hya''' means ''every, all'', while '''hyawa''' means ''each'', eg.: ::* '''<u>Hya</u> dom ayse tebixea suni teaxer.'''....''<u>Every</u> city has interesting things to see.'' ::* '''<u>Hya</u> domi ayse tebixuni.'''....''<u>All</u> cities have things of interest.'' ::* '''<u>Hyawa</u> dom ayse tebixun.'''....''<u>Each</u> city has something of interest.'' : Also, '''ha''' means ''the'', while '''hawa''' means ''the only'', eg.: ::* '''<u>Hawa</u> twob nazea ata tezex se et.'''....''<u>The only</u> man worth my attention is you.'' ::* '''<u>Ha</u> twob hu at gwa ife se et.'''....''<u>The</u> man I most love is you.'' : By appending '''y''' to '''hawa''', we get the adverb '''haway'''....''only, solely'', eg; ::* '''<u>Haway</u> et nize ata tezex.'''....''<u>Only</u> you deserve my attention.''. : The singular person pronouns in the above chart can be converted into pronominal determiners by adding the adjective suffix '''a''', eg.: ::* '''<u>Hyawata</u> tej se ge glatesa vyel hyutas.'''....''<u>Each one's</u> life is as important as another's.'' ::* '''<u>Hyeowata</u> dyun se vyama.'''....''<u>Neither person's</u> name is real.'' : However, the plural person pronouns in the above chart use the preposition '''bi''' (''of'') to form possessives, eg.: ::* '''Ha teji <u>bi hyaiwati</u> se kyebukuwa.'''....''The lives <u>of all three</u> are in danger.'' : The above singular pronominal determiners can, in turn, be converted into inanimate pronouns with the suffix '''-s'''. ::* '''<u>Hyawatas</u> se glatesa.'''....''<u>Each one's</u> is important.'' ::* '''<u>Hyeowatas</u> se vyama.'''....''<u>Neither's</u> is real.'' : The plural pronominal determiners can be nominalized with the use of '''bi''', eg: ::* '''<u>Hyaiwasi</u> <u>bi huti</u> se kyebukuwa.'''....''<u>All three</u> <u>of theirs'</u> are in danger.'' : Correlative Number-incorporating Deictic Determiners are handled as follows: ::* '''Hyeawa A ey B'''....''either A or B'' ::* '''Hyeowa A oy B'''....''neither A nor B'' ::* '''Hyaewa A ay B'''....''both A and B'' ::* '''Hawa A, voy B'''....''only A, not B'' === Adverbial Deictic Determiners === : This tables shows a correlated set of '''''pro-adverbs''''' built through the agglutination of deictic prefixes and catetory stubs. This is not all-inclusive, because their are other similary-constructed pro-verbs relating to other categories. :{| class="wikitable" style="background:lightyellow; font-size:smaller;" |+ Adverbial Deictic Determiners |- valign=top ! PRO-ADVERBS !! MANNER<br>'''(b)<u>yen</u>''' !! PLACE<br>'''(ne)<u>m</u>''' !! TIME<br>'''<u>j</u>(ob)''' !! DEGREE<br>'''nog ~ gla<sup>1</sup>''' !! REASON<br>'''sav''' !! FREQUENCY<br>'''xag''' |- |- | INTERROGATIVE || '''duhayen?'''<br>''how?, in what way?'' || '''duham?'''<br>''where?'' || '''duhaj?'''<br>''when?'' || '''duhanog?''' ~ '''duhagla?'''<br>''how?, to what degree?'' || '''duhasav?'''<br>''why?'' || '''duhaxag?'''<sup>2</sup><br>''how often?'' |- | DEFINITE || '''hayen'''<br>''the way, how'' || '''ham'''<br>''the place, where'' || '''haj'''<br>''the time, when'' || '''hanog''' ~ '''hagla'''<br>''as, to the degree'' || '''hasav (hu)'''<br>''for the reason (that), because''||'''haxag'''<br>''as often (...as)'' |- | INDEFINITE || '''heyen'''<br>''somehow, in some way'' || '''hem'''<br>''somewhere'' || '''hej'''<br>''sometime'' || '''henog''' ~ '''hegla'''<br>''somewhat'' || '''hesav'''<br>''for some reason''||'''hexag'''<br>''with some frequency'' |- | NEGATIVE || '''hoyen'''<br>''in nowise'' || '''hom'''<br>''nowhere'' || '''hoj'''<br>''never'' || '''honog''' ~ '''hogla'''<br> ''not at all'' || '''hosav'''<br>''for no reason''||'''hoxag'''<br>''never'' |- | PROXIMAL || '''hiyen'''<br>''this way, so'' || '''him'''<br>''here'' || '''hij'''<br>''now'' || '''hinog''' ~ '''higla'''<br>''so, this, to this extent'' || '''hisav'''<br>''for this reason, hence''||'''hixag'''<br>''this often'' |- | IMMEDIATE || '''hiiyen'''<br>''in the following way'' || '''hiim'''<br>''hereby'' || '''hiij'''<br>''here now'' || '''hiinog''' ~ '''hiigla'''<br>''to the following extent'' || '''hiisav'''<br>''for the following reason''||'''hiixag'''<br>''as often as follows'' |- | DISTAL || '''huyen'''<br>''that way, thus'' || '''hum'''<br>''there'' || '''huj'''<br>''then'' || '''hunog''' ~ '''hugla'''<br>''so, that, to that extent'' || '''husav'''<br>''for that reason, therefore, so''||'''huxag'''<br> ''that often'' |- | INTENSIVE || '''huuyen'''<br>''in such a way, so, thus'' || '''huum'''<br>''at such a place'' || '''huuj'''<br>''at such a time'' || '''huunog''' ~ '''huugla'''<br>''so, to such an extend'' || '''huusav'''<br>''for such a reason''||'''huuxag'''<br>''so often'' |- | ABSOLUTE NEGATIVE || '''hyoyen'''<br>''in nowise whatever'' || '''hyom'''<br>''nowhere at all'' || '''hyoj'''<br>''never ever'' || '''hyonog''' ~ '''hyogla'''<br> ''not at all'' || '''hyosav'''<br>''for no reason whatever''||'''hyoxag'''<br>''never ever'' |- | DISTRIBUTIVE || '''hyayen'''<br>''totally, in every way'' || '''hyam'''<br>''everywhere'' || '''hyaj'''<br>''always'' || '''hyanog''' ~ '''hyagla'''<br>''totally'' || '''hyasav'''<br>''for every reason''||'''hyaxag'''<br>''always'' |- | INDETERMINATE || '''hyeyen'''<br>''anyway'' || '''hyem'''<br>''anywhere, wherever'' || '''hyej'''<br>''whenever'' || '''hyenog''' ~ '''hyegla'''<br>''however, to any degree'' || '''hyesav'''<br>''for whatever reason''||'''hyexag'''<br>''with whatever frequency'' |- | IDENTICAL || '''hyiyen<sup>3</sup> (hu)'''<br>''likewise, as, in the same way (that)'' || '''hyim'''<br>''at the same place'' || '''hyij'''<br>''at the same time'' || '''hyinog''' ~ '''hyigla''';<br>''as, to the same extent'' || '''hyisav'''<br>''for the same reason''||'''hyixag'''<br>''as often'' |- | NON-IDENTICAL || '''hyuyen<sup>4</sup>'''<br>''otherwise'' || '''hyum'''<br>''elsewhere'' || '''hyuj'''<br>''some other time'' || '''hyunog''' ~ '''hyugla'''<br>''not as'' || '''hyusav'''<br>''for some other reason''||'''hyuxag'''<br>''not as often'' |} : <small>Note 1: '''-nog''' and '''-gla''' forms are synonymous, insofar as expressions of degree are concerned.</small> : <small>Note 2 '''hoxag?''' and other frequency forms can be also expressed as '''hogla jodi?'''....''how many times''.</small> : <small>Note 3 '''hyi-''' can be substituted by '''gel-'''.</small> : <small>Note 4 '''hyu-''' can be substituted by '''ogel-'''.</small> : The longer, expanded forms of pro-adverbs can be used at any time. For example: ::* '''At egteato et <u>hejob</u>.'''....''I will see you again <u>sometime</u>.'' ::* '''<u>Duhasun</u> se eta dyun?'''....''<u>What</u> is your name?'' ::* '''Et yeyfe axler <u>hubyen</u>.'''....''You shouldn't act <u>that way</u>.'' : It should be noted that all of these pro-adverb determiners, unless used as nouns, such as in the sentence '''Iyt iyfe him.'''....''She likes this place (or) She likes it here.'', are really abbreviations of longer expressions with mostly the preposition '''be'''....''at''. For example, '''At tambeseya hum.''', meaning ''I used to live there.'' is ignoring the preposition '''be''' from the longer, more explicit version '''At tambeseya <u>be</u> hum.''', lit. ''I used to live <u>at</u> that-place''. The proper preposition must be explicitly present if something other than '''be'''....''at'' is meant. For example, ''<u>from</u> where?'' is expressed as '''<u>bi</u> hom?''' Similarly, ''<u>up until</u> then'' would be expressed as '''<u>byu</u> huj'''. : Here are some examples of how adverbial determiners are used: ::* '''<u>Duham</u> et tambese?'''....''<u>Where</u> do you live?''&nbsp;&nbsp; < &nbsp;&nbsp;'''Et tambese <u>be DUHAa neM</u>?'''....''You live <u>at what place</u>.'') ::* '''At tambese <u>hum</u>.'''....''I live <u>there</u>.'' ::* '''Et tambese <u>hum</u> hu ha mep uje.'''....''You live <u>where</u> the road ends.'' ::* '''<u>Duham</u> weti peye?'''....''<u>Where</u> are you guys going?'' ::* '''Et yafe per <u>hyem</u> hu et fu.'''....''You can go <u>anywhere</u> you want.'' ::* '''<u>Duham</u> et byise?'''....''<u>Where</u> are you from?'' (Lit: ''Where do you originate.'' ::* '''<u>Duhaj</u> et taja?'''....''<u>When</u> were you born?'' ::* '''At voy tajaya <u>huj</u>.'''....''I had not been born <u>then</u>.'' ::* '''Et yeyfe duder <u>hiiyen</u>.'''....''You should respond <u>in the following way</u>.'' ::* '''Ot voy yefe daler <u>huuyen</u>.'''....''One must not talk <u>in such a manner</u>.'' ::* '''Et pia <u>hesav</u>.'''....''He left <u>for some reason</u>.'' ::* '''<u>Duhayen</u> et iyfe hia vafil?'''....''<u>How</u> do like this wine?'' ::* '''Voy se fia axer <u>hiyen</u>.'''....''It is not good to act <u>this way</u>.'' ::* '''<u>Duhasav</u> et tadsa <u>huunog</u> jwa?'''....''<u>Why</u> did you marry <u>so</u> late?'' ::* '''Ha tob pia <u>hyosav</u>.'''....''The man left <u>for no reason</u>.'' ::* '''Hwat pia <u>hasav hu</u> it efa per hyum.'''....''The guy left <u>because( ~ [for] the reason that)</u> he needed to go elsewhere.'' : The different, somewhat confusing, meanings of ''how'' are illustrated here: ::* '''<u>Duhayen</u> wit xa hus?'''....''<u>How</u> did he do that?''.... (Equivalent to '''Be hoa byen...?'''....''In what way...?'') (ADVERB OF MANNER) ::* '''<u>Duhayen</u> et xeye?'''....''<u>How</u> are you doing?''.... (This is the normal way of saying ''How are you?'' or ''How do you do?'' (ADVERB OF MANNER) ::* '''<u>Duhayena</u> sa ha dyezun?'''....'' <u>How</u> was the film?''.... (''How'' here is an ADJECTIVE OF KIND, and thus ends in '''-a'''.) ::* '''<u>Duhanog (= Duhagla)</u> aga it se?'''....''<u>How</u> big is he?''.... (ADVERB OF DEGREE) ::* '''<u>Huunog (= Duhagla)</u> iyfla et se!'''....''<u>How</u> nice you are!''.... (ADVERB OF EMPHATIC DEGREE) : The conjunction ''as'' is expressed most often using pro-adverbs of manner: ::* '''Xu <u>hayen hu</u> at de.'''....''Do <u>as</u> I say.'' = (in) the way that... ::* '''Xu <u>hyiyen hu</u> (or '''gelyen hu''' or even '''gel''') at xe.'''....''Do <u>as</u> I do.'' = (in) the same way that... ::* '''Xu <u>hiiyen</u>:'''....''Do <u>as follows</u>:'' = (in) this hereby manner... : However, the particle '''gel''' (''like, as'') can be substituted: ::* '''Xu <u>gel</u> at de.'''....''Do <u>as</u> I say.'' : Many of the pro-adverb determiners in the above chart can be relativized by adding the relative marker '''hu''' after the base form, eg: ::* '''At teaso et <u>haj hu</u> et puo him.'''....''I will see you <u>when</u> you get here.'' ::* '''It xa has <u>hasav hu</u> tosa yefa.'''....''He did it <u>because (for the reason that)</u> he felt compelled.'' ::* '''<u>Hyem hu</u> et po, et so ga iva.'''....''<u>Wherever</u> you go, you'll be happier.'' : See more about this in the section on relative clauses under Verbs. === Quantitative Deictic Determiners === : The deictic prefixes can be combined with '''gla''' to form quantitative expressions acting as adverbial or adjectival determiners, and substantives (pronouns referring to things or people): :{| class="wikitable" style="background:lightyellow; font-size;smaller;" |+ Quantitative Deictic Determiners |- valign=top ! !! ADVERBIAL / ADJECTIVAL<br>DETERMINER !! INANIMATE SINGULAR<br>PRONOUN !! INANIMATE PLURAL <br>PRONOUN !! ANIMATE PLURAL<br>PRONOUN |- | INTERROGATIVE || '''duhagla?'''....''how?/how much?/how many?'' || '''duhaglas?'''....''how much?'' || '''duhaglasi?'''....''how many'' || '''duhaglati?'''....''how many (people)?'' |- | DEFINITE || '''hagla'''....''how/as much/as many'' || '''haglas'''....''as much'' || '''haglasi'''....''as many'' || '''haglati'''....''as many (people)'' |- | INDEFINITE || '''hegla'''....''somewhat/some/some'' || '''heglas'''....''some'' || '''heglasi'''....''some'' || '''heglati'''....''some (people)'' |- | NEGATIVE || '''hogla'''....''no'' || '''hoglas'''....''none of it'' || '''hoglasi'''....''none of them '' || '''hoglati'''....''none'' |- | PROXIMAL || '''higla'''....''this/this much/this many'' || '''higlas'''....''this much'' || '''higlasi'''....''this many'' || '''higlati'''....''this many (people)'' |- | DISTAL || '''hugla'''....''that/that much/that many'' || '''huglas'''....''that much'' || '''huglasi'''....''that many''<br>'''huyglasi'''....''so many'' || '''huglati'''....''that many (people)'' |- | EMPHATIC || '''huugla'''....''so very, so much, so many'' || '''huuglas'''....''so much'' || '''huuglasi'''....''so many'' || '''huuglati'''....''so many (people)'' |- | ABSOLUTE NEGATIVE || '''hyogla'''....''not at all/no/no'' || '''hyoglas'''....''none of it whatever'' || '''hyoglasi'''....''none of them at all'' || '''hyoglati'''....''none whatever'' |- | DISTRIBUTIVE || '''hyagla'''....''totally/all/all'' || '''hyaglas'''....''all of it'' || '''hyaglasi'''....''all of them'' || '''hyaglati'''....''all'' |- | INDETERMINATE || '''hyegla'''....''however/any/any'' || '''hyeglas'''....''any of it'' || '''hyeglasi'''....''any of them'' || '''hyeglati'''....''any number of them'' |- | IDENTICAL || '''hyigla'''....''as/as much/as many, equally'' || '''hyiglas'''....''the same amount'' || '''hyiglasi'''....''the same number'' || '''hyiglati'''....''as many (people)'' |- | NON-IDENTICAL || '''hyugla'''....''not as much/not as much/not as many'' || '''hyuglas'''....''a different amount'' || '''hyuglasi'''....''a different number of things'' || '''hyuglati'''....''a different number of people'' |} : Here are some examples showing how these quantitative determiners are used: ::* '''Et deuze <u>huugla</u> fi.'''....''You sing <u>so</u> well.'' ::* '''At se <u>hegla</u> booka.'''....''I am <u>somewhat</u> tired.'' ::* '''<u>Hogla</u> pati et teata hijub?'''....''<u>How many</u> birds did you see today?'' ::* '''At teata vyavay <u>hugla</u> tami.'''....''I saw exactly <u>that many</u> houses.'' ::* '''Iyt fe <u>hyiglas</u> vyel et.'''....''She wants <u>the same amount</u> as you.'' ::* '''<u>Duhaglati</u> yantexe yet?'''....''<u>How many (people)</u> agree with you?'' ::* '''<u>Hoglati</u> yantexe.'''....''<u>None</u> agree.'' ::* '''Yit fu <u>heglasi</u>.'''....''They would like <u>some (of them)</u>.'' ::* '''Et yafe bier <u>hyeglasi</u> et fe.'''....''You can take <u>however many</u> you want.'' ::* '''At se <u>huugla</u> booka.'''....''I am <u>so</u> tired.'' : NOTE: The following determiners are synonymous and interchangeable: ::* '''hegla''' = '''gle''' = '''henog''' (''somewhat, to some degree'') ::* '''hyigla''' = '''ge''' = '''hyinog''' (''as, equally, to the same degree'') : The determiners '''hogla''' and '''huugla''' can be used as exclamatory adverbs, eg.: ::* '''<u>Hogla</u> et agsaye!'''....''<u>How</u> you have grown!'' ::* '''Hua twob jagsaye <u>huugla</u>!'''....''That man has aged <u>so much</u>!'' ::* '''Hia jotul se <u>huugla</u> fiteluza!'''....''This dessert is <u>sooo</u> delicious!'' :: '''''Pronominal Determiners''''' : For a discussion of '''''pronominal determiners''''' (or '''''possessive adjectives''''') like ''my, mine, yours, our own, etc.'', see [[Mirad_Grammar/Pronouns#Pronominal Determiners|Pronominal Determiners]] under Pronouns. <noinclude>{{Chapter navigation with TOC|Adverbs|Pronouns}}</noinclude> == Pronominal Determiners == : Pronominal Determiners are what are more often called '''''possessive adjectives''''' such as ''my'' or ''your'' and are discussed in a subsection of [[Mirad Grammar/Pronouns#Pronominal Determiners|Pronouns]]. == Quantitative Determiners == : '''''Quantitative determiners''''' act in one of several ways, they: ::* specify mass, uncountable, singular nouns for relative AMOUNT, eg. ''much happiness, less work'' ::* specify countable nouns for relative NUMBER, eg. ''one apple, two birds, many places'' ::* specify adverbs, adjectives, and verbs for relative DEGREE, eg. ''how poorly, very good, eat too much''. : From these, pronominalized quantitative determiners for PERSONS and THINGS can be derived. ::* Inanimate singular pronouns are formed by adding '''s''' for AN AMOUNT OF A THING ::* Inanimate plural pronouns are formed by adding '''si''' for A NUMBER OF THINGS ::* Animate plural pronouns are formed by adding '''ti''' for A NUMBER OF PERSONS. : The following table presents most of these word forms: {| class="wikitable" style="background:lightyellow; margin-left:1.6em; font-size:smaller;" |+ Quantitative Determiners |- ! ADVERB / ADJECTIVE !! SINGULAR INANIMATE PRONOUN !! PLURAL INANIMATE PRONOUN !! PLURAL ANIMATE PRONOUN |- ! DEGREE: How...(big / quickly)?<br>AMOUNT: How much...(money)?<br>NUMBER: How many...(books)? !! AMOUNT: How much...(+ STUFF)? !! NUMBER: How many...(+ THINGS)? !! NUMBER: How many...(+ PEOPLE)? |- | '''ga'''....''more'' || '''gas'''....''more (stuff)'' || '''gasi'''....''many (things)'' || '''gati'''....''many (people)'' |- | '''ge'''....''as, as much, as many'' || '''ges'''....''as much (stuff)'' || '''gesi'''....''as many (things)'' || '''geti'''....''as many people'' |- | '''go'''....''less, fewer'' || '''gos'''....''less (stuff)'' || '''gosi'''....''fewer (things)'' || '''goti'''....''fewer (people)'' |- ! !! !! !! |- | '''gla'''....''very, much, many''<br>'''glay'''....''so, so much, so many'' || '''glas'''....''much (stuff)''<br>'''glays'''....''so much stuff'') || '''glasi'''....''many (things)''<br>'''glaysi'''....''so many (things)'' || '''glati'''....''many (people)''<br>'''glayti'''....''so many (people)'' |- | '''gle'''....''rather, quite a lot, quite a few'' || '''gles'''....''quite a lot (of stuff)'' || '''glesi'''....''quite a lot (of things)'' || '''gleti'''....''quite a few (people)'' |- | '''glo'''....''slightly, a little, few'' || '''glos'''....''a little bit'' || '''glosi'''....''a few (things)'' || '''gloti'''....''few (people)'' |- ! !! !! !! |- | '''gra'''....''too, too much, too many'' || '''gras'''....''too much (stuff)'' || '''grasi'''....''too many (things)'' || '''grati'''....''too many (people)'' |- | '''gre'''....''enough'' || '''gres'''....''enough (stuff)'' || '''gresi'''....''enough (things)'' || '''greti'''....''enough (people)'' |- | '''gro'''....''insufficiently, too little, too few'' || '''gros'''....''too little'' || '''grosi'''....''too few'' || '''groti'''....''too few (people)'' |- ! !! !! !! |- | '''gwa'''....''most'' || '''gwas'''....''the most (stuff)'' || '''gwasi'''....''the most (things)'' || '''gwati'''....''most people'' |- | '''gwe'''....''just so (much/many)'' || '''gwes'''....''just so much'' || '''gwesi'''....''just so many'' || '''gweti'''....''just so many (people)'' |- | '''gwo'''....''least'' || '''gwos'''....''the least (stuff)'' || '''gwosi'''....''the least (number of)'' || '''gwoti'''....''the least number (of people)'' |} : Examples Using Quantitative Determiners :: Adverbs of degree modifying an adjective: :::* '''At se <u>gla</u> iva.'''....''I am <u>very</u> happy.'' :::* '''Et sa <u>gra</u> uga.'''....''You were <u>too</u> slow.'' :: Adverbs of Degree modifying another adverb: :::* '''Twobi dale <u>ge</u> igay vyel toybi.'''....''Men talk <u>as</u> fast as women.'' :::* '''Yat yexe <u>ga igay</u> vyel yet.'''....''We work faster (= <u>more quickly</u>) than you.'' :: Adjectives quantifying a singular mass noun: :::* '''<u>Ga</u> nas efwo.'''....''<u>More</u> money will be needed.'' :::* '''<u>Gra</u> nas noxwa.'''....''<u>Too much</u> money was spent.'' :: Adjectives quantifying a plural countable noun (= things or people): :::* '''At ayse <u>gro</u> sari.'''....''I've got <u>too few</u> tools.'' :::* '''<u>Gla</u> tami osexwa.'''....''<u>Many</u> houses were destroyed.'' :::* '''Yat efe <u>gla ga</u> valkdibuti.'''....''We need <u>many more</u> policemen.'' :: Pronouns referring to a mass amount of something (= stuff): :::* '''<u>Gas</u> ilokeye.'''....''<u>More (stuff)</u> is leaking.'' :::* '''Et dileye <u>gras</u>.'''....''You are asking for <u>too much (stuff)</u>.'' :::* '''Yat kexo <u>gwas</u>.'''....''We will seek <u>as much (stuff) as possible</u>.'' :::* '''At iba <u>gwes</u>.'''....''I received <u>just the right amount.</u>'' :: Pronouns referring to a countable number of things: :::* '''Hisi se fia oy yat fe <u>gasi</u>.'''....''These (items) are good but we want <u>more (items)</u>.'' :::* '''At teate drilari oy <u>grosi</u>.'''....''I see pens, but <u>too few</u>.'' :: Pronouns referring to a countable number of people: :::* '''<u>Grati</u> xaye vyoki be hia yexem.'''....''<u>Too many (people)</u> have made mistakes at this work site.'' :::* '''<u>Glati</u> dyunwe oy <u>gloti</u> kexbiwe.'''....''<u>Many</u> are called but <u>few</u> are chosen.'' == Numerical Determiners == : Numerical determiners are number words that modify nouns, such as ''one'', ''fifty'', ''a hundred''. They are based on the cardinal numbers, which are explained here: === Cardinal Numerals === : The cardinal numerals are words used in counting. These words are based on the vowels of Mirad and are crucial to any hierarchical or scalar ordering of lexical concepts. :* The unit cardinal numbers are formed from the plain and pre-'''y'''-glided vowels: :::{| class="wikitable" style="background:lightyellow; text-align:center" |+ Unit Cardinal Numbers |- ! 0 !! 1 !! 2 !! 3 !! 4 !! 5 !! 6 !! 7 !! 8 !! 9 |- | '''o''' || '''a''' || '''e''' || '''i''' || '''u''' || '''yo''' || '''ya''' || '''ye''' || '''yi''' || '''yu''' |- | ''zero'' || ''one'' || ''two'' || ''three'' || ''four'' || ''five'' || ''six'' || ''seven'' || ''eight'' || ''nine'' |} :: The cardinal numerals 5-9 are pre-y-glided versions of the vowels that constitute 0-4. ==== Ordinal Vowels ==== ::* The cardinal numerals are used as '''''ordinal vowels''''' in word-building. An example is the word '''mer''' (''planet''). Here, the cardinal numbers are added as a secondary ordinal vowel to the stem vowel to create the names of the planets in our solar system: :::{| class="wikitable" style="background:lightyellow" |+ Planet names |- ! MONTH !! ORDINAL VOWEL....NUMERIC VALUE |- | '''me<u>a</u>r'''....''Mercury'' || '''a'''....1 |- | '''me<u>e</u>r'''....''Venus'' || '''e'''....2 |- | '''me<u>i</u>r'''....''Earth'' || '''i'''....3 |- | '''me<u>u</u>r'''....''Mars'' || '''u'''....4 |- | '''me<u>yo</u>r'''....''Jupiter'' || '''yo'''....5 |- | '''me<u>ya</u>r'''....''Saturn'' || '''ya'''....6 |- | '''me<u>ye</u>r'''....''Uranus'' || '''ye'''....7 |- | '''me<u>yi</u>r'''....''Pluto'' || '''yi'''....8 |} ::(See more on this in the section on [[Mirad Grammar/Vocabulary Formation|Vocabulary Formation]]. ::* The cardinal numerals are also used in counting, for example, at a sports countdown. ::* The cardinal numerals are employed in reciting telephone numbers and addresses, for example: ::: '''Ata yibdalar sag se 703-842-6190 (pronounced: ye-o-i-yi-u-e-ya-a-yu-o).'''....''My telephone number is...''. ::: '''At tambese 114 Maple Street.''' (pronouned: '''a-a-u''' Maple Street) ::* They are further used in mathematical operations. For example: ::: '''E gab e se u.'''....''Two plus two is four.'' ==== Units ==== :: To make the unit numerals more understandable in contexts such as counting, arithmetic, and telephone communications, the unit formant '''wa''' is added to them. The '''wa''' formant is added only when the unit numbers stand alone, not in conjunction with higher numerals, such as the teens, hundreds, etc. More importantly, the numbers 0-9, when used as '''''adjectival numerical determiners''''' modifying nouns, MUST take this '''wa''' formant (see the section below on [[Mirad Grammar/Determiners#Integral Numerical Determiners|Integral Numerical Determiners]]. :::{| class="wikitable" style="background:lightyellow" |+ Unit Numerals with '''wa''' Formant |- ! 0 !! 1 !! 2 !! 3 !! 4 !! 5 !! 6 !! 7 !! 8 !! 9 |- | '''owa''' || '''awa''' || '''ewa''' || '''iwa''' || '''uwa''' || '''yowa''' || '''yawa''' || '''yewa''' || '''yiwa''' || '''yuwa''' |- | ''zero'' || ''one'' || ''two'' || ''three'' || ''four'' || ''five'' || ''six'' || ''seven'' || ''eight'' || ''nine'' |} : Examples: :::* '''Ata kosag se "awa yowa ewa yiwa".'''....''My code is "one five two eight".'' :::* '''<u>Uwa</u> tami.'''....''<u>Four</u> houses.'' :::* '''At bee <u>yuwa</u> tudi.'''....''I have <u>nine</u> children.'' :::* '''Iyt bee <u>owa</u> tud.'''....''She has <u>no (=zero)</u> children (=child).'' ==== Decades ==== ::* The decade formant '''-l-''' is used to form the '''''decades'''''. Followed by '''-o'''....''zero'', we have the base decade numbers: :::{| class="wikitable" style="background:lightyellow" |+ Decades with the -l- Formant |- ! 10 !! 20 !! 30 !! 40 !! 50 !! 60 !! 70 !! 80 !! 90 |- | '''alo''' || '''elo''' || '''ilo''' || '''ulo''' || '''yolo''' || '''yalo''' || '''yelo''' || '''yilo''' || '''yulo''' |- | ''ten'' || ''twenty'' || ''thirty'' || ''forty'' || ''fifty'' || ''sixty'' || ''seventy'' || ''eighty'' || ''ninety'' |} ::: By changing the '''o'''....''zero'' in '''lo''' to other cardinal unit numerals, the numerals within decades can be generated as follows: :::{| class="wikitable" style="background:lightyellow" |+ Decadal Counting |- | '''ala'''....''11'' || '''ela'''....''21'' || '''ila'''....''31'' || '''ula'''....''41'' || '''yola'''....''51'' || '''yala'''....''61'' || '''yela'''....''71'' || '''yila'''....''81'' || '''yula'''....''91'' |- | '''ale'''....''12'' || '''ele'''....''22'' || '''ile'''....''32'' || '''ule'''....''42'' || '''yole'''....''52'' || '''yale'''....''62'' || '''yele'''....''72'' || '''yile'''....''82'' || '''yule'''....''92'' |- | ... || ... || ... || ... || ... || ... || ... || ... || ... |- | '''alyu'''....''19'' || '''elyu'''....''29'' || '''ilyu'''....''39'' || '''ulyu'''....''49'' || '''yolyu'''....''59'' || '''yalyu'''....''69'' || '''yelyu'''....''79'' || '''yilyu'''....''89'' || '''yulyu'''....''99'' |} ==== Hundreds ==== ::* By adding the hundreds formant '''s''', you get the '''''hundreds''''': :::{| class="wikitable" style="background:lightyellow" |+ Hundreds with the -s- Formant |- ! 100 !! 200 !! 300 !! 400 !! 500 !! 600 !! 700 !! 800 !! 900 |- | '''aso''' || '''eso''' || '''iso''' || '''uso''' || '''yoso''' || '''yaso''' || '''yeso''' || '''yiso''' || '''yuso''' |} ::: All the numerals in-between the hundreds, can be generated by modifying the '''so''' ending, for example: :::* '''asa'''....''101'' :::* '''asale'''....''112'' :::* '''usyulyu'''....''599'' ==== Thousands ==== ::* The '''''thousands''''' are generated with the formant '''r''': : :: Note: The number categories starting with the thousands on up end in '''-o''' and are separated from the rest of a number by a space. :::{| class="wikitable" style="background:lightyellow" |+ Thousands |- ! 1000 !! 2000 !! 3000 !! 4000 !! 5000 !! 6000 !! 7000 !! 8000 !! 9000 |- | '''aro''' || '''ero''' || '''iro''' || '''uro''' || '''yoro''' || '''yaro''' || '''yero''' || '''yiro''' || '''yuro''' |} :::* '''aro'''....''1,000'' :::* '''aro a'''....''1,001'' :::* '''ero isi'''....''2,300'' :::* '''yoro yasula'''....''5,641'' ==== Millions ==== ::* The '''''millions''''' are generated with the formant '''ml''': :::{| class="wikitable" style="background:lightyellow" |+ Millions with the -ml- Formant |- ! 1000,000 !! 2000,000 !! 3000,000 !! 4000,000 !! 5000,000 !! 6000,000 !! 7000,000 !! 8000,000 !! 9000,000 |- | '''amlo''' || '''emlo''' || '''imlo''' || '''umlo''' || '''yomlo''' || '''yamlo''' || '''yemlo''' || '''yimlo''' || '''yumlo''' |} :::* '''emlo yala'''....''2,000,051'' :::* '''umlo esu'''....''4,000,204'' ==== Billions ==== ::* The '''''billions''''' are generated with the formant '''mr'''; :::{| class="wikitable" style="background:lightyellow" |+ Billions |- ! 1000,000,0000 !! 2000,000,0000 !! 3000,000,0000 !! 4000,000,0000 !! 5000,000,0000 !! 6000,000,0000 !! 7000,000,0000 !! 8000,000,0000 !! 9000,000,0000 |- | '''amro''' || '''emro''' || '''imro''' || '''umro''' || '''yomro''' || '''yamro''' || '''yemro''' || '''yimro''' || '''yumro''' |} :::* '''imro emlo yoro asyula'''....''three billion, two million, five thousand, one hundred fifty one'' :::* '''iro asyulyo'''....''3,195'' :::* '''yamlo asyulyo'''....''6,000,195'' :::* '''alomro yelyomlo asyilyaro yusele'''....''10,075,186,922'' ==== Trillions etc. ==== : The '''''trillions''''' are generated with the word '''garale''', which means ''10 to the positive power of 12 or 10<sup>+10</sup>.'' : The '''''trillionths''''' are generated with the word '''gorale''', which means ''10 to the negative power of 12 or 10<sup>-10</sup>.'' ::* '''iwa garale aoti'''....''three trillion people'' ::* '''uwa goraleni bi ha mor'''....''three trillionths of the universe'' : Even higher numbers are shown in the chart in the next section. === Overall Numbers Chart === : The following chart shows the entire Mirad number scheme: : <table style="border-collapse: collapse; min-width: 100%;"><tr><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 70px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">RADICAL</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;">CARDINAL ADJECTIVE</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 70px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">MULTIPLE<br>PREFIX</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 81px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">ORDINAL ADJECTIVE</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 67px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">MULTIPLE</span></div><div><span style="font-size: 11px; line-height: 15px;">ENTITY</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 78px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">MULTIPLE</span></div><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">PERSON</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 75px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">MULTIPLE</span></div><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">ADJECTIVE</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 84px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">MULTIPLE</span></div><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">VERB</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 92px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">FRACTION</span></div><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">NOUN</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 74px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">FRACTION</span></div><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">PREFIX</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 82px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">FRACTION</span></div><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">ADJECTIVE</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 79px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">FRACTION</span></div><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">VERB</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">o</span></div><div><span style="font-size: 8pt; font-style: italic;">zero</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">owa</span></div><div><span style="font-size: 8pt; font-style: italic;">zero</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">on</span><span style="font-size: 8pt; font-style: italic;">-</span></div><div><span style="font-size: 8pt; font-style: italic;">null-, non-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">oa</span></div><div><span style="font-size: 8pt; font-style: italic;">zeroth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">oon</span></div><div><span style="font-size: 8pt; font-style: italic;">nonentry</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">o</span><span style="font-size: 8pt; font-weight: bold;">o</span><span style="font-size: 8pt; font-weight: bold;">t</span></div><div><span style="font-size: 8pt; font-style: italic;">nonperson</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">onxer</span></div><div><span style="font-size: 8pt; font-style: italic;">nullify</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><span style="font-size: 8pt;"><br/></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><br/></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">a</span></div><div><span style="font-size: 8pt; font-style: italic;">one</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">awa</span></div><div><span style="font-size: 8pt; font-style: italic;">one</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">an</span><span style="font-size: 8pt; font-style: italic;">-</span></div><div><span style="font-size: 8pt; font-style: italic;">uni-,</span></div><div><span style="font-size: 8pt; font-style: italic;">mono-</span></div><div><span style="font-size: 8pt; font-style: italic;">haplo-,</span></div><div><span style="font-size: 8pt; font-style: italic;">singul-</span></div><div><span style="font-size: 8pt; font-style: italic;">solo-, one-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt; font-style: italic; font-weight: bold;">aa</span></div><div><span style="font-size: 8pt; font-style: italic;">first, </span></div><div><span style="font-size: 8pt; font-style: italic;">primary</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">aon</span></div><div><span style="font-size: 8pt; font-style: italic;">unit,</span></div><div><span style="font-size: 8pt; font-style: italic;">monad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">aot</span></div><div><span style="font-size: 8pt; font-style: italic;">individual</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">aona</span></div><div><span style="font-size: 8pt; font-style: italic;">unitary,</span></div><div><span style="font-size: 8pt; font-style: italic;">haplo-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">aonxer</span></div><div><span style="font-size: 8pt; font-style: italic;">unify</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><span style="font-weight: bold; font-size: 8pt;">ayn</span></div><div><span style="font-style: italic; font-size: 8pt;">whole</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">ayn</span><span style="font-size: 8pt; font-style: italic;">-</span></div><div><span style="font-size: 8pt; font-style: italic;">holo-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">ayna</span></div><div><span style="font-size: 8pt; font-style: italic;">whole</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">aynxer</span></div><div><span style="font-size: 8pt; font-style: italic;">integrate</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>e</b></span></div><div><span style="font-size: 8pt; font-style: italic;">two</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ewa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">two</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>en</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">di-, du-,bi-, bin-, bis-, dupli-, diplo-</span></div><div><span style="font-size: 8pt; font-style: italic;">dis-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ea</b></span></div><div><span style="font-size: 8pt; font-style: italic;">second</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>eon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">pair,</span></div><div><span style="font-size: 8pt; font-style: italic;">dyad,</span></div><div><span style="font-size: 8pt; font-style: italic;">duplex</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>eot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">couple, </span></div><div><span style="font-size: 8pt; font-style: italic;">duo,</span></div><div><span style="font-size: 8pt; font-style: italic;">twin</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>eona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">double,</span></div><div><span style="font-size: 8pt; font-style: italic;">two-fold,</span></div><div><span style="font-size: 8pt; font-style: italic;">binary</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>eonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">double, duplicate</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">eyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">half</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;">eyn<i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">semi-, </span></div><div><span style="font-size: 8pt; font-style: italic;">demi-, </span></div><div><span style="font-size: 8pt; font-style: italic;">half-. </span></div><div><span style="font-size: 8pt; font-style: italic;">hemi-</span></div><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>eyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">half</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>eynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">halve,</span></div><div><span style="font-size: 8pt; font-style: italic;">cut in two</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;">i</span></div><div><span style="font-size: 8pt; font-style: italic;">three</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>iwa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">three</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>in</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">tri-, triplo-, tris-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ia</b></span></div><div><span style="font-size: 8pt; font-style: italic;">third,</span></div><div><span style="font-size: 8pt; font-style: italic;">terciary</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ion</b></span></div><div><span style="font-size: 8pt; font-style: italic;">triple,</span></div><div><span style="font-size: 8pt; font-style: italic;">triad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>iot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">trio,</span></div><div><span style="font-size: 8pt; font-style: italic;">threesome, triplet</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>iona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">triple,</span></div><div><span style="font-size: 8pt; font-style: italic;">three-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ionxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">triple, triplicate</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">iyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">third</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>iyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">terci-,</span></div><div><span style="font-size: 8pt; font-style: italic;">trient-</span></div><div><span style="font-size: 8pt; font-style: italic;">ter-, tern-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>iyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">third</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>iynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut three way</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>u</b></span></div><div><span style="font-size: 8pt; font-style: italic;">four</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uwa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">four</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>un</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">quadri-,</span></div><div><span style="font-size: 8pt; font-style: italic;">tetra-, tetraplo-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ua</b></span></div><div><span style="font-size: 8pt; font-style: italic;">fourth, quaternary</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quartet,</span></div><div><span style="font-size: 8pt; font-style: italic;">tetrad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quartet, foursome, quadruplet</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">four-fold,</span></div><div><span style="font-size: 11px; line-height: 15px; font-style: italic;">quadruple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quadruple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">uyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">quarter, fourth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">quater-, quadrant-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quarter</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quarter,</span></div><div><span style="font-size: 8pt; font-style: italic;">cut four ways</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yo</b></span></div><div><span style="font-size: 8pt; font-style: italic;">five</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yowa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">five</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoon</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">quinti-</span></div><div><span style="font-size: 8pt; font-style: italic;">penta-, pentaplo-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">fifth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quintet,</span></div><div><span style="font-size: 8pt; font-style: italic;">pentad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quintet</span></div><div><span style="font-size: 8pt; font-style: italic;">fivesome, quintuplet</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">five-fold, </span></div><div><span style="font-size: 8pt; font-style: italic;">quintuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quintuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">yoyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">fifth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">quinti-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">fifth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut five ways</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ya</b></span></div><div><span style="font-size: 8pt; font-style: italic;">six</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yawa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">six</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yaon</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">sexa-</span></div><div><span style="font-size: 8pt; font-style: italic;">hexa-</span></div><div><span style="font-size: 8pt; font-style: italic;">hexaplo-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yaa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">sixth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yaon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">sextet,</span></div><div><span style="font-size: 8pt; font-style: italic;">hexad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yaot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">sextet,</span></div><div><span style="font-size: 8pt; font-style: italic;">sextuple, sextuplet</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yaona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">six-fold, sextant-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yaonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">sextuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">yayn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">sixth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yayn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">sextant-, sext-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yayna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">sixth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yaynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut six ways</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ye</b></span></div><div><span style="font-size: 8pt; font-style: italic;">seven</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yewa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">seven</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeon</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">septa-,</span></div><div><span style="font-size: 8pt; font-style: italic;">hepta-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yea</b></span></div><div><span style="font-size: 8pt; font-style: italic;">seventh</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">septet,</span></div><div><span style="font-size: 8pt; font-style: italic;">hectad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">septet,</span></div><div><span style="font-size: 8pt; font-style: italic;">septuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">seven-fold</span></div><div><span style="font-size: 8pt; font-style: italic;">septuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">septuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">yeyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">seventh</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">septant-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">seventh</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut seven ways</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yi</b></span></div><div><span style="font-size: 8pt; font-style: italic;">eight</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yiwa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">eight</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yion</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">octi-,</span></div><div><span style="font-size: 8pt; font-style: italic;">octa-, octaplo-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yia</b></span></div><div><span style="font-size: 8pt; font-style: italic;">eighth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yion</b></span></div><div><span style="font-size: 8pt; font-style: italic;">octet,</span></div><div><span style="font-size: 8pt; font-style: italic;">octad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yiot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">octet,</span></div><div><span style="font-size: 8pt; font-style: italic;">octuplet, octuplet</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yiona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">eight-fold, octuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yionxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">octuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">yiyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">eighth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yiyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">octant-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yiyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">eighth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yiynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut eight ways</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yu</b></span></div><div><span style="font-size: 8pt; font-style: italic;">nine</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuva</b></span></div><div><span style="font-size: 8pt; font-style: italic;">nine</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuon</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">novi-</span></div><div><span style="font-size: 8pt; font-style: italic;">nona-, enneaplo-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yua</b></span></div><div><span style="font-size: 8pt; font-style: italic;">ninth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">nonad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">nonet, nonuplet</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">nine-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">nonuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">yuyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">ninth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">nonant-</span></div><div><span style="font-size: 8pt; font-style: italic;">novi-</span></div><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">ninth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut nine ways</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><i>-</i><b>l</b><i>-</i></span></div><div><span style="font-size: 11px; line-height: 15px; font-style: italic;">tens</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>alo</b></span></div><div><span style="font-size: 8pt; font-style: italic;">ten</span></div><div><span style="font-size: 11px; line-height: 15px;"><b>gara</b></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>alon</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">deci-</span></div><div><span style="font-size: 8pt; font-style: italic;">deca-</span></div><div><span style="font-size: 8pt;"><b>gara</b><i>-</i></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aloa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">tenth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>alon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">decade</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>alot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">group of ten,decimvirate</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>alona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">ten-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>alonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">multiply</span></div><div><span style="font-size: 8pt; font-style: italic;">by ten</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">aloyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">tenth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aloyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">deci-</span></div><div><span style="font-size: 11px; line-height: 15px;"><b>gora</b><i>-</i></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aloyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">tenth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aloynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">decimate</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt; font-style: italic;">-s-</span></div><div><span style="font-size: 11px; line-height: 15px; font-style: italic;">hundreds</span></div><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aso</b></span></div><div><span style="font-size: 8pt; font-style: italic;">hundred</span></div><div><span style="font-size: 8pt;"><b>gare</b></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ason</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">hecto-</span></div><div><span style="font-size: 8pt;"><b>gare</b><i>-</i></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>asoa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">hundred</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ason</b></span></div><div><span style="font-size: 8pt; font-style: italic;">century,</span></div><div><span style="font-size: 8pt; font-style: italic;">hundred-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>asot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">hectad,</span></div><div><span style="font-size: 8pt; font-style: italic;">group of</span></div><div><span style="font-size: 8pt; font-style: italic;">a hundred</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>asona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">hundred-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>asonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">multiply by a hundred</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">aoyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">cent, percent</span></div><div><span style="font-style: italic; font-size: 8pt;">hundredth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>asoyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">centi-</span></div><div><span style="font-size: 8pt;"><b>gore</b><i>-</i></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>asoyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">hundredth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>asoynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut into hundredths</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><i>-</i><b>r-</b></span></div><div><span style="font-size: 8pt; font-style: italic;">thousands</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aro</b></span></div><div><span style="font-size: 8pt; font-style: italic;">thousand</span></div><div><span style="font-size: 8pt; font-style: italic;"><br/></span></div><div><span style="font-size: 8pt;"><b>gari</b></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aron</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">kilo-,</span></div><div><span style="font-size: 8pt;"><b>gari</b><i>-</i></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aroa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">thousandth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aron</b></span></div><div><span style="font-size: 8pt; font-style: italic;">millennium,</span></div><div><span style="font-size: 8pt; font-style: italic;">thousand-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>arot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">group of a thousand</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>arona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">thousand-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aronxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">multiply by a thousand</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">aroyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">thousanth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aroyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">milli-</span></div><div><span style="font-size: 8pt;"><b>gori</b><i>-</i></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aroyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">thousanth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aroynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut into thousanths</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><i>-</i><b>ml</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">millions</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amlo</b></span></div><div><span style="font-size: 8pt; font-style: italic;">million</span></div><div><span style="font-size: 8pt;"><b>garya</b></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amlon</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">mega-</span></div><div><span style="font-size: 8pt;"><b><i>garya</i></b>-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amloa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">millionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amlon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">million-fold,</span></div><div><span style="font-size: 8pt; font-style: italic;">myriad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amlot</b></span></div><div><span style="font-size: 11px; line-height: 15px; font-style: italic;">myriad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amlona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">million-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amlonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">multiply by a million</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">amloyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">millionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amloyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">micro-</span></div><div><span style="font-size: 8pt;"><b>gorya</b></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amloyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">millionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amsoynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut into millionths</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><i>-</i><b>mr</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">billions</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amro</b></span></div><div><span style="font-size: 8pt; font-style: italic;">billion</span></div><div><span style="font-size: 8pt;"><b>garyu</b></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amro</b><i>-</i></span></div><div><span style="font-size: 11px; line-height: 15px; font-style: italic;">giga-</span></div><div><span style="font-size: 11px; line-height: 15px;"><b>garyu</b><i>-</i></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amroa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">billionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amron</b></span></div><div><span style="font-size: 8pt; font-style: italic;">billiion-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amrot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">group of a billion people</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amrona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">billion-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amronxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">multiply by a billion</span></div><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">amsoyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">billionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amroyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">peta-</span></div><div><span style="font-size: 8pt;"><b>goryu</b></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amroyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">billionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amroynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut into billionths</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garale</b></span></div><div><span style="font-size: 8pt; font-style: italic;">trillion</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garale</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">tera-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garalea</b></span></div><div><span style="font-size: 8pt; font-style: italic;">trillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><br/></div><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><span style="font-size: 8pt;"><b>goralen</b></span></div><div><span style="font-size: 8pt;">a trillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>gorale</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">pico-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><br/></div><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><br/></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garalyo</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quadrillion</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>galalyo</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">peta</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garalyoa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quadrillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><br/></div><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><span style="font-size: 8pt;"><b>goralyon</b></span></div><div><span style="font-size: 8pt;">a quadrillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>goralyo</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">femto-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><br/></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garalyi</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quintillion</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garalyi</b><i>-</i></span></div><div><span style="font-size: 11px; line-height: 15px; font-style: italic;">exa-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt; font-style: italic;"><b>garalyia</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quintillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><span style="font-size: 8pt;"><b>goralyin</b></span></div><div><span style="font-size: 8pt;">a quintillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>goralyi</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">atto-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><br/></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garela</b></span></div><div><span style="font-size: 8pt; font-style: italic;">sextillion</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garela</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">zetta</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garelaa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">sextillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><span style="font-size: 8pt;"><b>gorelan</b></span></div><div><span style="font-size: 8pt;">a sextillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>gorela</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">zepto-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><br/></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garelu</b></span></div><div><span style="font-size: 8pt; font-style: italic;">septiliion</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garelu</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">yotta</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garelua</b></span></div><div><span style="font-size: 8pt; font-style: italic;">septillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><span style="font-size: 8pt;"><b>gorelun</b></span></div><div><span style="font-size: 8pt;">a septillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>gorelu</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">yocto-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><br/></div></td></tr></table> === Integral Numerical Determiners === : Integral Numerical Determiners are adjectives based on whole numerals that modify a following noun. : The unit integral numerals are combined with the formant '''wa''' to form the first ten numerical determiners that are used to quantify a noun. The noun following the numerical determiner is plural if the number is greater than one. The '''wa''' formant is used on unit numerals when they are stand-alone, not when they are part of a larger number. Unlike English, "zero" is followed by a singular noun. ::{| class="wikitable" style="background:lightyellow" |+ Unit Integral Numerical Determiners |- ! '''owa tam''' !! '''awa tam''' !! '''ewa tami''' !! '''iwa tami''' !! '''uwa tami''' |- | ''no/zero houses'' || ''one house'' || ''two houses'' || ''three houses'' || ''four houses'' |- ! '''yowa tami''' !! '''yawa tami''' !! '''yewa tami''' !! '''yiwa tami''' !! '''yuwa tami''' |- | ''five houses'' || ''six houses'' || ''seven houses'' || ''eight houses'' || ''nine houses'' |} :: In a sequence of noun modifiers, the numerical determiner goes in the same place as in English, eg: ::* '''Ata <u>iwa</u> gajaga twidi...'''....''My <u>three</u> older brothers...'' ::{| class="wikitable" style="background:lightyellow" |+ Numerical Determiners in Use |- ! Mirad !! English !! '''Wa''' Behavior !! Pluralization Behavior |- | '''o<u>wa</u> tam''' || ''no houses, zero houses'' || The numeral is a unit, <br>so '''wa''' is suffixed. || The numeral is less than 2, <br>so the noun is singular. |- | '''awa tam''' || ''one house, a house''|| " || " |- | '''ewa tam<u>i</u>''' || ''two houses''|| " || The numeral is greater than 2, <br>so the noun is plural. |- | '''iwa tami''' || ''three houses''|| " || " |- | '''uwa tami''' || ''four houses'' || " || " |- | '''yowa tami''' || ''five houses'' || " || " |- | '''yawa tami''' || ''six houses''|| " || " |- | '''yewa tami''' || ''seven houses'' || " || " |- | '''yiwa tami''' || ''eight houses'' || " || " |- | '''yuwa tami''' || ''nine houses'' || " || " |- | '''alo tami''' || ''ten houses'' || The numeral is not a unit <br>so no '''wa''' is suffixed. || " |- | '''ase tami''' || ''a hundred two houses'' || " || " |- | '''ero iwa tami''' || ''two thousand three houses'' || The numeral '''i''' is a unit, <br>so '''wa''' is suffixed. || " |- | '''iro alo tami''' || ''three thousand ten houses'' || The numeral '''alo''' is not a unit, <br>so '''wa''' is not suffixed. || " |} : Integral numerical determiners can be pronominalized as things and persons by suffixing '''s''' or '''t''', respectively. These can, in turn, be pluralized by suffixing '''i'''. Furthermore, person pronouns can be feminized with a '''y''' before the '''t'''. The '''s''' suffix is short for '''sun'''....''thing'' or '''suni'''....''things''. The '''t''' ending is short for '''aot'''....''person'' or '''aoti'''....''persons.'' For example: ::* '''Et ayse awa tam. At gey ayse <u>awas</u> (= awa sun).'''....''You have one house. I have <u>one</u> too.'' ::* '''At aysa alo dresari. Hij at ayse anay <u>ewasi</u> (= ewa suni).'''....''I had ten pencils. Now I only have <u>two</u>.'' ::* '''Esa <u>asoti</u> (= aso aoti) yeb ha duzam.'''.... '''There were <u>a hundred people</u> in the concert hall.''' ::* '''Yat yefe kexbier <u>eluyti</u> (= elu aoyti) bi huti.'''....''We must choose <u>twenty-four females</u> from those people.'' === Ordinal Numerical Determiners === : Ordinal numerical determiners like ''first'', ''second'', etc. are formed from the cardinal numerals by adding the adjectival ending '''a''' to the cardinal numeral. :{| class="wikitable" style="background:lightyellow" |+ Ordinal Determiners |- ! Cardinal Numeral !! Ordinal Numerical Determiner |- | '''o'''....''zero'' || '''oa'''....''zeroth'' |- | '''a'''....''one'' || '''aa'''....''first'' |- | '''e'''....''two'' || '''ea'''....''second'' |- | '''i'''....''three'' || '''ia'''....''third'' |- | '''alo'''....''ten'' || '''aloa'''....''tenth'' |- | '''asu'''....''104'' || '''asua'''....''104th'' |- | '''garale'''....''trillion'' || '''garalea'''....''trillionth'' |} : The word '''nap'''....''order'' can be inserted in these words to make them more comprehensible in speech: ::* '''anapa'''....''first'', ''first in order'', ''primary'' ::* '''enapa'''....''second'', ''second in order'', ''secondary'' ::* '''inapa'''....''third'', ''third in order'', ''tertiary'' ::* '''alanapa'''....''eleventh'', ''eleventh in order'' : There are other ordinal adjectives that are not based on numbers: ::* '''ijna'''....''initial, first, original'' ::* '''ujna'''....''last, final'' ::* '''ajna'''....''past, ex-, former, old'' ::* '''ojna'''....''future'' ::* '''ejna'''....''current, new, present'' ::* '''jana'''....''previous, last'' ::* '''jona'''....''next, following'' ::* '''zana'''....''next'' ::* '''zona'''....''previous, last'' : Ordinal determiners and adjectives can be converted into adverbs by adding the suffix '''y''' to the adjectival counterparts: :{| class="wikitable" style="background:lightyellow" |+ Ordinal Adverbs |- ! Adjective !! Adverb |- | '''aa'''....''first'' || '''aay'''....''firstly'' |- | '''anapa'''....''first'' || '''anapay'''....''primarily'' |- | '''ea'''....''second'' || '''eay'''....''secondly'' |- | '''ujna'''....''last'' || '''ujnay'''....''finally'' |} : Ordinal determiners can be converted to animate pronouns (persons) with the suffix '''t''' and inanimate pronouns (things) with the suffix '''s'''. These, in turn, can be pluralized with the suffix '''i'''. The person pronouns can also be feminized. ::* '''ha aas'''....''the first thing'' ::* '''ha aat'''....''the first person'' ::* '''ha aati'''....''the first people'' ::* '''hua aayt'''....''that first female'' ::* '''ha eas'''....''the second thing'' ::* '''eat'''....''another / a second person'' ::* '''ha ujnati so ha ijnati'''....''the last shall be first'' : Again, in the sequencing of stacked adjectival elements, the order is as in English, that is: <deictic or pronominal determiner> | <ordinal determiner> | <cardinal numerical determiner> | <adjective> ::* '''hua <u>uwa</u> aga tami'''....''those <u>four</u> big houses'' ::* '''ha <u>aa</u> alo oga tami'''....''the <u>first</u> ten little houses'' ::* '''ata <u>anapa</u> ewa oga tudi'''....''my <u>first</u> two little children'' === Fractional Numerical Determiners === : Fractional numerical determiners like ''half'' and ''quarter'' are formed by adding '''-yn''' for those functioning as nouns, '''-yna''' for adjectives, '''-ynay''' for adverbs, or '''-y(n)''' for prefixes, to the respective cardinal number. {| class="wikitable" style="background:lightyellow; margin-left:1.6em; font-size:smaller;" |+ Fractional Numerical Determiners |- ! CARDINAL NUMERAL !! FRACTION AS NOUN !! AS ADJECTIVE !! AS ADVERB || AS PREFIX || AS VERB |- | '''o'''....''zero'' || '''oyn'''....''a void, vacuum, null'' || '''oyna'''....''null, nil'' || -- || '''oy(n)-'''....''devoid of'' || '''oynxer'''....''annihilate, nullify'' |- | '''a'''....''one'' || '''ayn'''....''whole'' || '''ayna'''....''entire, whole'' || '''aynay'''....''entirely'' || '''ay(n)-'''....''holo-, whole-, all-'' || '''aynxer'''....''integrate'' |- | '''e'''....''two'' || '''eyn'''....''a half'' || '''eyna'''....''half'' || '''eynay'''....''halfway'' || '''ey(n)-'''....''half-, semi-, hemi-, demi-'' || '''eynxer'''....''halve'' |- | '''i'''....''three'' || '''iyn'''....''a third'' || '''iyna'''....''third'' || '''iynay'''....''by a third'' || '''iy(n)-'''....''terci''- || '''iynxer'''....''cut in third'' |- | '''u'''....''four'' || '''uyn'''....''a quarter'' || '''uyna'''....''quarter'' || '''uynay'''....''quarterly'' || '''uy(n)-'''....''quadri''- || '''uynxer'''....''quarter'' |- | '''alo'''....''ten'' || '''aloyn'''....''a tenth'' || '''aloyna'''....''tenth'' || '''aloynay'''....''by a tenth'' || '''aloy(n)-'''....''deci''- || '''aloynxer'''....''decimate'' |- | '''aso'''....''hundred'' || '''asoyn'''....''hundredth, percent'' || '''asoyna'''....''hundredth'' || '''asoynay'''....''by a hundredth'' || '''asoy(n)-'''....''centi-'' || '''asoynxer'''....''cut by a hundred'' |} : Here are some examples: :* '''His uxo ha <u>oynxen</u> bi yata mir.'''....''This will cause the <u>anihilation</u> of our world.'' :* '''Ha <u>ayna</u> mir te ayv et.'''....''The <u>whole</u> world knows about you.'' :* '''Has se gas vyel ha <u>ayn</u> bi hasa goni.'''....''It is more than the <u>whole</u> of its parts.'' :* '''Fransad se <u>ayn</u>druna dalzeyn.'''....''France is a <u>holo</u>phrastic language.'' :* '''Et yafe bier <u>eyn</u> bi has.'''....''You can take <u>half</u> of it.'' :* '''Yat yefo <u>eynxer</u> eta yexnix.'''....''We will have to <u>halve</u> your salary.'' :* '''Hus sa <u>eyn</u>vyan.'''....''That was a <u>half-</u>truth.'' :* '''Eso <u>eyn</u>zyunida dropek.'''....''There is going to be a <u>hemi</u>spheric war.'' :* '''Duven his se <u>eyn</u>utexea dopar?'''....''Is this a <u>semi-</u>automatic weapon?'' :* '''<u>Iynxu</u> hua ableyavol.'''....''<u>Cut</u> that pie <u>in thirds</u>.'' :* '''It yeyfe bixwer ay <u>uynxwer</u>.'''....''He should be drawn and <u>quartered</u>.'' :* '''Hia nas se <u>aloyn</u> bi has hu yat aysa zojab.'''....''This money is a <u>tenth</u> of what we had last year.'' :* '''Ha dep <u>aloynxwu</u>.'''....''The army <u>would be decimated.</u>'' :* '''Ewa <u>asoyni</u> bi ha dityan baksa.'''....''Two <u>percent (=hundredths)</u> of the citizenry got sick.'' :* '''Hia tom se anay <u>asoyn</u> ge aga vyel hua tom.'''....''This building is only <u>a hundredth</u> as big as that building.'' : The fractional adverbs can be used as in these examples: :* '''Et so <u>aynay</u> dudyefa av eta xeyni.'''....'''You will be <u>wholly</u> accountable for your actions.''' :* '''Iyt <u>eynay</u> tikabeloka.'''....''She <u>almost</u> (=halfway) threw up.'' : Pronominalizations like ''half of it, a third of them'': ::* '''<u>Eynas</u> sa fia.'''....''<u>Half of it</u> was good.'' ::* '''<u>Eynasi</u> sa fua.'''....''<u>Half of them</u> (things) were bad.'' ::* '''Esa uwa tobi se hua fukyes. <u>Eynati</u> toja.'''....''There were four people in that accident. <u>Half (of them)</u> died.'' ::* '''<u>Iynati</u> bi yet se vyaka.'''....''<u>A third</u> of you are right.'' ::* '''<u>Uynati</u> bi yat yantexe.'''....''<u>A quarter</u> of us agree.'' ::* '''<u>Alo asoyni</u> bi hia dyesi fyunxwa.'''....''<u>Ten percent</u> of these books were ruined.'' === Multiplicative Numerical Determiners === : Multiplicative numerical determiners like ''double'', ''triple'' can be formed by adding '''-on''' to the respective cardinal numeral if the numeral is '''''monosyllabic''''', otherwise just '''-n'''. These noun forms can be adjectivized with the suffix '''-a'''. They can also serve as prefixes on animate nouns, inanimate nouns, and prefixes, as the following chart shows. The prefix ending, '''-n''' is often dropped. :{| class="wikitable" style="background:lightyellow; |+ Multiplicative Numerical Determiners |- ! CARDINAL NUMERAL !! MULTIPLE AS NOUN !! ...AS ADJECTIVE !! ...AS ADVERB !! ...AS PREFIX !! ...AS VERB-MAKER |- | '''o'''....''zero'' || '''oon'''....''null'' || '''oona'''....''nil'' || || '''on-'''....''zero-'' || '''onxer'''....''cancel, zero out'' |- | '''a'''....''one'' || '''aon'''....''single'' || '''aona'''....''single'' || '''aonay'''....''singly'' || '''an-'''....''uni-/mono-'' || '''anxer'''....''unify'' |- | '''e'''....''two'' || '''eon'''....''twosome, double'' || '''eona'''....''double'' || '''eonay'''....''doubly'' || '''en-'''....''di-/bi-'' || '''enxer'''....''double'' |- | '''i'''....''three'' || '''ion'''....''threesome, triplet'' || '''iona'''....''triple'' || '''ionay'''....''triply'' || '''in-'''....''tri-''- || '''inxer'''....''triple'' |- | '''u'''....''four'' || '''uon'''....''quartet'' || '''uona'''....''quadruple'' || '''uonay'''....''quadruply'' || '''un-'''....''quadri-/tetra-'' || '''unxer'''....''quadruple'' |- | '''yo'''....''five'' || '''yoon'''....''quintet'' || '''yoona'''....''quintuple'' || '''yoonay'''....''quintuply'' || '''yoon-*'''....''quinti-/penta-'' || '''yoonxer*'''....''quintuple'' |- | '''ya'''....''six'' || '''yaon'''....''sextet'' || '''yaona'''....''sextuple'' || '''yaonay'''....''sextuply'' || '''yaon-*'''....''sexi-/hexa-'' || '''yaonxer*'''....''sextuple'' |- | '''alo'''....''ten'' || '''alon'''....''decade'' || '''alona'''....''decadic'' || '''alonay'''....''by a multiple of ten'' || '''alon-'''....''deca-'' || '''alonxer'''....''multiply by ten'' |- | '''aso'''....''hundred'' || '''ason'''....''hundredfold'' || '''asona'''....''hundredfold'' || '''asonay'''....''by a hundredfold'' || '''ason-'''....''hecato-'' || '''asonxer'''....''multiply by a hundred'' |} :: * <small>An extra ''o'' is added to these prefixes to avoid ambiguity with '''yan''' meaning ''together'' and '''yon''' meaning ''apart.''</small> : The multiplicative noun ''dozen'' is expressed by '''aleon'''. :* '''<u>Aleoni</u> bi pati yizpapa.'''....''<u>Dozens</u> of birds flew by.'' : By adding the suffix '''-at''' to the noun multiple, we get groupings of people. The '''-na-''' in some of these words can be omitted, thereby simplifying the words: :* '''aonat''' or '''aot''' ....''solo, single, person'' ::* '''aonatser''' of '''aotser'''....''become single, become a person'' ::* '''aonawat'''....''singleton'' :* '''eonat''' or '''eot'''....''duo, pair, twosome, couple'' ::* '''eotxer'''....''to copulate'' ::* '''eonawat'''....''twin'' :* '''ionat''' or '''iot'''....''trio, threesome, trinity'' ::* '''iotxer'''....''to do a threesome'' ::* '''Ionatin'''....''Trinitarianism'' ::* '''ionawati'''....''triplets'' :* '''uonat''' or '''uot''' ....''quartet, foursome'' ::* '''uonawat'''....''quadruplet'' :* '''yoonat''' or '''yoot'''....''quintet, group of five people'' ::* '''yoonawati'''....''quintuplets'' ::* '''yoonati'''....''quintets'' : By adding the suffix '''-un''' instead of '''-on''', we get the following: :* '''aun'''....''unit'' ::* '''auna'''....''unitary, individual'' ::* '''aunser'''....''unite'' ::* '''aunyan'''....''series'' :::* '''aunyana'''....''serial'' :* '''eun'''....''pair'' ::* '''euna'''....''even, paired, binary'' ::* '''oleuna'''....''odd, non-binary, uneven, unpaired'' :::* '''oleunat'''....''odd man out'' :::* '''eunxer'''....''even out'' : Some examples where the above multiple determiners and derivatives are used: ::* '''Yat naptyopa be <u>eo(na)ti</u> yez bi ha mep.'''....''We marched in <u>twos (= pairs)</u> down the street.'' ::* '''<u>Asonati</u> upo bay yat bu hia ovdal.'''....''<u>Hundreds (of people)</u> will come with us to this protest.'' ::* '''Hia ivxel xwe <u>en</u>jabay.'''....''This celebration happens <u>bi</u>ennially.'' ::* '''Iyt se <u>un</u>tupokat.'''....''She is a <u>quadri</u>plegic. (Lit: x 4+limb+loss+person)'' ::* '''Diwe sagu ha <u>auni</u>.'''....''Please count the <u>units</u>.'' ::* '''Yet gafisa <u>aronay</u>!'''....''You all have improved <u>a thousandfold</u>!'' ::* '''Tob se <u>en</u>tyoyaba sat.'''....''Man is a <u>bi</u>pedal creature.'' : Note: Sometimes the multiple prefix ending in '''-on''' in the numbers below ten is shortened to '''-n''' in common words: ::* '''<u>an</u>zyuk'''....''<u>mono</u>cycle'' ::* '''<u>en</u>zyuk'''....''<u>bi</u>cycle'' ::* '''<u>in</u>gun'''....''<u>tri</u>angle'' ::* '''<u>un</u>gun'''....''<u>quadr</u>angle'' : Note: The prefixes for ''penta-/quinti-'' and ''hexa-/sext-'' must keep the '''-on''' so as to distinguish them from the prefixes '''yon'''....''apart'' and '''yan'''....''together''. This rule does not apply to numbers inside chemical names and formulas (See [[Mirad Grammar/Vocabulary Formation#Coding Chemical Elements|Coding Chemical Elements]]). ::* '''<u>yoon</u>gona'''....''<u>quinti</u>partite''&nbsp;&nbsp;BUT: '''<u>yon</u>per'''....''separate, go <u>apart</u>'' ::* '''<u>yaon</u>gun'''....''<u>hexa</u>gon''&nbsp;&nbsp;BUT: '''<u>yan</u>uper'''....''meet, come <u>together</u>'' === Metric Units === : Mirad uses the International System of Units|International System of Units (SI) for rendering measurement units. These symbols are pronounced as if you were spelling each letter out (see Mirad Grammar/Phonology and Orthography#Alphabet|the alphabet. Bear in mind that majuscules (uppercase letters are prefaced with the word '''ag-''' (''big''). Similarly, Greek letters are preceded by the word '''hel-'''. The measurement unit names are followed by '''nak''' (''measurement unit''). ::{| class="wikitable" style="background:lightyellow" |+ <big>SI base units</big> |- !ENGLISH<br>UNIT<br>NAME !SYMBOLIC<br>ABBREVIATION !QUANTITY<br>UNIT !MIRAD<br>PRONUNCIATION |- !second |style="text-align:center" |s |time |style="text-align:center" |'''sonak''' |- !meter |style="text-align:center" |m |length |style="text-align:center" |'''minak''' |- !kilogram |style="text-align:center" |kg |mass |style="text-align:center" |'''kigenak''' |- !ampere |style="text-align:center" |A |electric current |style="text-align:center" |'''aganak''' |- !kelvin |style="text-align:center" |K |thermodynamic temperature |style="text-align:center" |'''agkinak''' |- !Mole |style="text-align:center" |mol |amount of substance |style="text-align:center" |'''miolinak''' |- !candela |style="text-align:center" |cd |luminous intensity |style="text-align:center" |'''cadanak''' |} : The hyphen in the above "spelled out" words ensure that each syllable gets even stress. : Here are SI derived units with special names and symbols: ::{| class="wikitable" style="background:lightyellow" |+ <big>SI derived units with special names and symbols</big> |- ! ENGLISH<br>NAME ! SYMBOLIC<br>WRITTEN<br>ABBREVIATION ! QUANTITY<br>UNIT ! MIRAD<br>PRONUNCIATION |- |'''radian''' | align="center" | rad | plane angle | align="center" |'''roadanak''' |- |'''steradian''' | align="center" | sr | solid angle | align="center" |'''soronak''' |- |'''hertz''' | align="center" | Hz | frequency | align="center" |'''aghezunak''' |- |'''newton''' | align="center" | N | force, weight | align="center" |'''agninak''' |- | '''pascal''' | align="center" | Pa | pressure, stress | align="center" | '''agpoanak''' |- | '''joule''' | align="center" | J | energy | align="center" | '''agjinak''' |- | '''watt''' | align="center" | W | power | align="center" | '''agwunak''' |- | '''coulomb''' | align="center" | C | electric charge | align="center" |'''agcanak''' |- | '''volt''' | align="center" | V | electrical potential difference | align="center" | '''agvunak''' |- | '''farad''' | align="center" | F | capacitance | align="center" | '''agfenak''' |- | '''ohm''' | align="center" | Ω | electrical resistance | align="center" | '''agyonak''' |- | '''Siemens''' | align="center" | S | electrical conductance | align="center" | '''agsonak''' |- | '''Weber''' | align="center" | Wb | magnetic flux | align="center" | '''agwubanak''' |- | '''tesla''' | align="center" | T | magnetic flux density | align="center" | '''agtonak''' |- | '''henry''' | align="center" | H | inductance | align="center" | '''aghenak''' |- | '''degree Celsius''' | align="center" | °C | temperature | align="center" | '''nogagcanak''' |- | '''lumen''' | align="center" | lm | luminous flux | align="center" | '''liminak''' |- | '''lux''' | align="center" | lx | illuminance | align="center" | '''lixuak''' |- | '''becquerel''' | align="center" | Bq | radioactivity | align="center" | '''agbakonak''' |- | '''gray''' | align="center" | Gy | absorbed dose (of ionizing radiation) | align="center" | '''aggeyunak''' |- | '''sievert''' | align="center" | Sv | equivalent dose (of ionizing radiation) | align="center" | '''agsovunak''' |- | '''katal''' | align="center" | kat | catalytic activity | align="center" | '''kiatonak''' |- | '''byte''' | align="center" | b | 8 bits of information | align="center" | '''banak''' |} : Also, here are some non-SI units that are very convenient and acceptable: ::{| class="wikitable" style="background:lightyellow" |+ <big>Convenient non-SI units</big> |- ! ENGLISH<br>NAME ! SYMBOLIC<br>WRITTEN<br>ABBREVIATION ! QUANTITY<br>UNIT ! MIRAD<br>PRONUNCIATION |- |'''litre''' | align="center" | L | volume | align="center" |'''aglonak''' or '''litr(i)''' |- |'''hectare''' | align="center" | ha | area | align="center" |'''heanak''' or '''hektar(i)''' |- |'''ton''' | align="center" | t | area | align="center" |'''tonak''' or '''ton(i)''' |- |'''decibel''' | align="center" | dB | loudness | align="center" |'''daagbanak''' or '''decibel(i)''' |} : The following chart shows how in Mirad to pronounce coherent derived unit formulae in terms of base units. Note that the backslash means ''per'' or ''divided by'' and is pronounced '''gol'''. The symbol x means ''times'' and is pronounced '''gal'''. The superscript number is a power and is pronounced '''gar''' plus the number (with '''-wa''', if a unit number). The negative superscript number is pronounced '''gor''' plus the number (again, with '''-wa''' if a unit number). See [[Mirad Grammar/Determiners#Arithmetical Expressions|Arithmetical Expressions]] for further information on these terms. ::{| class="wikitable" style="background:lightyellow" |+ <big>Examples of coherent derived units in terms of base units</big> |- ! NAME ! SYMBOLIC<br>FORMULA ! DERIVED<br>QUANTITY ! TYPICAL <br>SYMBOL ! MIRAD<br>PRONUNCIATION |- | '''square meter''' | align="center" | m<sup>2</sup> | area | align="center" |{{math|''A''}} | align="center" | '''minak-gar-ewa''' |- | '''cubic meter''' | align="center" | m<sup>3</sup> | volume | align="center" | {{math|''V''}} | align="center" | '''minak-gar-iwa''' |- | '''meter per second''' | align="center" | m/s | speed, velocity | align="center" | {{math|''v''}} | align="center" | '''minak-gol-sonak''' |- | '''meter per second squared''' | align="center" | m/s<sup>2</sup> | acceleration | align="center" | {{math|''a''}} | align="center" | '''minak-gol-sonak-gar-ewa''' |- |rowspan=2| '''reciprocal meter''' |rowspan=2 align="center" | m<sup>−1</sup> | wavenumber | align="center" | {{math|''σ''}}, {{math|''ṽ''}} | align="center" | '''minak-gor-awa''' |- | vergence (optics) | align="center" | {{math|''V''}}, 1/{{math|''f''}} |- | '''kilogram per cubic meter''' | align="center" | kg/m<sup>3</sup> | density | align="center" | {{math|''ρ''}} | align="center" | '''kigenak-gol-minak-gar-iwa''' |- | '''kilogram per square meter''' | align="center" | kg/m<sup>2</sup> | surface density | align="center" | {{math|''ρ''}}<sub>A</sub> | align="center" | '''kigenak-gol-minak-gar-ewa''' |- | '''cubic meter per kilogram''' | align="center" | m<sup>3</sup>/kg | specific volume | align="center" | {{math|''v''}} | align="center" | '''minak-gar-iwa-gol-kinak-ge''' |- | '''ampere per square meter''' | align="center" | A/m<sup>2</sup> | current density | align="center" | {{math|''j''}} | align="center" | '''aganak-gol-minak-gar-ewa''' |- | Amperes per meter|'''ampere per meter''' | align="center" | A/m | magnetic field strength | align="center" | {{math|''H''}} | align="center" | '''aganak-gol-minak''' |- | '''mole per cubic meter''' | align="center" | mol/m<sup>3</sup> | concentration | align="center" |{{math|''c''}} | align="center" | '''minolinak-gol-minak-gar-iwa''' |- | '''kilogram per cubic meter''' | align="center" | kg/m<sup>3</sup> | Mass concentration (chemistry)|mass concentration | align="center" | {{math|''ρ''}}, {{math|''γ'' }} | align="center" | '''kinak-ge-gol-minak-gar-iwa''' |- | '''candela per square meter''' | align="center" | cd/m<sup>2</sup> | luminance | align="center" | {{math|''L''}}<sub>v</sub> | align="center" | '''canak-da-gol-minak-gar-ewa''' |} : The SI has a whole list of prefixes that act as multipliers (macro) or dividers (micro) of the above and other measurement units. For example, a ''kilometer'' is a meter times a 1,000 (macro unit), whereas a millimeter is a meter divided by a 1,000 (micro unit). '''Sagon''' means '''byte''', so '''garale-sagon''' is ''terabyte''. This breaks down to ''10<sup>12</sup> bytes''. Here is a table showing the Mirad macro and micro prefixes: :{| class="wikitable" style="background:lightyellow; font-size:smaller;" |+ Scalar Metrics |- ! colspan=4 | MACRO !! colspan=4 | MICRO |- ! BASE<br>10!! US/UK NAME!!MIRAD PREFIX....SI PREFIX !!SI SYMBOL !! BASE<br>10 !! (US/UK NAME) !! MIRAD PREFIX....SI PREFIX !! SI SYMBOL |- | 1 || one || '''an-''' *... ''mono-, uni-'' || ||1/1 ||whole || '''ayn-'''....''holo-, uni-'' || |- | 2 ||two || '''en-'''....''bi-'' || || 1/2 ||half||'''eyn-'''....''demi-, di-''|| |- | 3 ||three || '''in-'''....''tri-'' || || 1/3 ||third ||'''iyn-'''....''terci-''|| |- | 4 ||four || '''un-'''....''tetra-'' || || 1/4 ||fourth || '''uyn-'''....''quadri-''|| |- | 5 ||five || '''yoon-''' *....''penta-'' || || 1/5 ||fifth ||'''yoyn'''....''quinti-''|| |- | 6 ||six || '''yaon-'''....''hexa-'' || || 1/6 ||sixth ||'''yayn'''....''sexti-''|| |- | 7 ||seven || '''yeon-'''....''hepta-'' || || 1/7 ||seventh || '''yeyn'''....''septi-''|| |- | 8 ||eight || '''yion'''....''octo-'' || || 1/8 ||eighth || '''yiyn'''....''octi-''|| |- | 9 ||nine || '''yuon'''....''nona-'' || || 1/9 ||ninth || '''yuyn'''....''novi-''|| |- | 10 ||ten || '''alo-'''....''deca-'' || ''da'' || 1/10 ||tenth || '''aloy-'''....''deci-''|| ''d'' |- | 10<sup>2</sup> ||hundred || '''aso-'''....''hecto-'' **|| ''h'' || 10<sup>-2</sup> ||hundredth || '''asoy-'''....''centi-''|| ''c'' |- | 10<sup>3</sup> ||thousand || '''amso-'''....''kilo-'' ||''k'' || 10<sup>-3</sup> ||thousandth)|| '''amsoy-'''....''milli-''|| ''m'' |- | 10<sup>6</sup> ||million || '''amlo-'''....''mega-'' || ''M'' || 10<sup>-6</sup> ||millionth || '''amloy-'''....''micro-''|| ''r'' |- | 10<sup>9</sup> ||billion /milliard || '''amro-'''....''giga-'' || ''G'' || 10<sup>-9</sup> ||billionth/ milliardth || '''amroy-'''....''nano-''|| ''n'' |- | 10<sup>12</sup> ||trillion /billion || '''garale-'''....''tera-'' || ''T'' || 10<sup>-12</sup> ||trillionth / billionth)|| '''gorale-'''....''pico-''|| ''p'' |- | 10<sup>15</sup> ||quadrillion)/ billiard|| '''garalyo-'''....''peta-'' || ''P''||10<sup>-15</sup> ||quadrillionth) / billiardth || '''goralyo-'''....''femto-''||''f'' |- | 10<sup>18</sup> ||quintillion / trillion || '''garalyu-'''....''exa-'' || ''E''||10<sup>-18</sup> ||quintillionth)/ trillionth || '''goralyu'''....''atto-''||''a'' |- | 10<sup>21</sup> ||sextillion)/ trilliard || '''garela-'''....''zetta-'' || ''Z''||10<sup>-21</sup> ||sextillionth / trilliardth || '''gorela'''....''zepto-''||''z'' |- | 10<sup>24</sup> ||septillion)/ quadrillion || '''garelu-'''....''yotta-'' || '' Y'' ||10<sup>-27</sup> ||septillionth / quadrillionth|| '''gorelu'''....''yocto-''||''y'' |} : *Note: The '''-n''' or '''-on''' can sometimes be omitted in macro-prefixation, especially where there is no ambiguity. The '''-n''' (but NOT the '''-yn''') in the micro prefixes can also sometimes be omitted. : : **Note: The '''gar''' (''to a plus power'') and '''gor''' (''to a minus power'') forms are alternatives for the numeric prefixes beyond 100. For example, ''billion'' (10<sup>9</sup>) could be expressed as '''garyu-'''(ten) to the 9th power'', while ''billionth'' could be expressed by '''goryu''' (''(ten) to the minus 9th power). The prefix '''garya-''' is composed of the positive exponential operator '''gar''' (''to the power of''), followed by the number ''6''. The prefix '''gorale-''' is composed of the negative exponential operator '''gor''' (''to the root of''), followed by the number ''12''. : The macro and micro values can also be represented with abbreviated symbols, which can be pronounced in Mirad as spelled out alphabetics. Greek letter equivalents in Mirad are preceded by '''hel-'''. Upper case equivalents are preceded with '''ag-'''. Here is a table showing grams: :{| class="wikitable" style="background:lightyellow" |+ Kg Metrics With Abbreviated Symbols |- ! colspan=2 | MACRO !! colspan=2 | MICRO |- ! SYMBOL (EXPANSION) !! MIRAD PRONUNCIATION !! SYMBOL (EXPANSION) !! MIRAD PRONUNCIATION |- | ''dag'' (decagram)|| '''daagenak''' || ''dg'' |(decigram)||'''dagenak''' |- | ''hg'' (hectogram)|| '''hegenak''' || ''cg'' (centigram)||'''cagenak''' |- | ''kg'' (kilogram) || '''kogenak''' || ''mg'' (milligram)||'''migenak''' |- | ''Mg'' (macrogram)|| '''agmigenak''' ||''μg'' (microgram)|| '''helmigenak''' |- | ''Gg'' (gigagram)|| '''aggegenak''' || ''ng'' (nanogram)|| '''nigenak''' |- | ''Tg'' (teragram)|| '''agtogenak''' || ''pg'' (picagram)|| '''pogenak''' |- | ''Pg'' ( petagram)|| '''agpogenak''' || ''fg'' (femtogram)|| '''fegenak''' |- | ''Eg'' (exagram)|| '''agegenak''' || ''ag'' (attogram)|| '''agenak''' |- | ''Zg'' (zettagram)|| '''agzegenak''' || ''zg'' (zeptogram) || '''zegenak''' |- | ''Yg'' (yottagram)|| '''agyugenak''' || ''yg'' (yoctogram) || '''yugenak''' |} : The squared and cubed representations of the above are followed by '''gar ewa''' (''squared'') and '''gar iwa''' (''cubed''), respectively: ::* '''10 kg2'''....(pronounced as:) ''alo kogenak gar ewa'' ::* '''12 mm3'''....(pronounced as:) ''ale miminak gar iwa'' === Adverbial Determiners of Frequency === : There are two ways to form determiners of frequency: ::* Using '''jod(i)''' meaning ''occasion(s), instance(s), time(s)'', or ::* Using '''xag''' meaning ''frequency'' : Here is a chart showing the most common frequency determiners: :{| class="wikitable" style="background:lightyellow" |+ Frequentative Determiners |- ! "JOD" METHOD !! "XAG" METHOD !! MEANING |- | '''duhagla jodi?''' || '''duhaxag?''' || ''how often?, how many times?'' |- | '''hagla jodi''' || '''haxag''' || ''as many times, as often'' |- | '''hegla jodi''' || '''hexag''' || ''sometimes, on some occasions'' |- | '''hogla jodi''' || '''hoxag''' || ''never, on no occasion'' |- | '''higla jodi''' || '''hixag''' || ''this often, this many times'' |- | '''hugla jodi''' || '''huxag''' || ''that often, that many times, so many times'' |- | '''huugla jodi''' || '''huuxag''' || ''so often, so many times'' |- | '''hyogla jodi''' || '''hyoxag''' || ''never, on no occasion whatever'' |- | '''hyagla jodi''' || '''hyaxag''' || ''always, at all times'' |- | '''hyegla jodi''' || '''hyexag''' || ''any number of times, however often'' |- | '''hyigla jodi''' || '''hyixag''' || ''as often, the same number of times'' |- | '''hyugla jodi''' || '''hyuxag''' || ''not as often, some other number of times'' |- | '''ga jodi''' || '''gaxag (vyel)''' || ''more often (than)'' |- | '''ge jodi''' || '''gexag (vyel)''' || ''as many times (as), as often (as)'' |- | '''go jodi''' || '''goxag (vyel)''' || ''less often (than)'' |- | '''gla jodi''' || '''glaxag''' || ''many times, often'' |- | '''gle jodi''' || '''glexag''' || ''quite a few times, quite often'' |- | '''glo jodi''' || '''gloxag''' || ''not so many times, seldom'' |- | '''gra jodi''' || '''graxag''' || ''too often'' |- | '''gre jodi''' || '''grexag''' || ''often enough'' |- | '''gro jodi''' || '''groxag''' || ''too seldom'' |- | '''gwa jodi''' || '''gwaxag''' || ''as often as possible, most often, most times'' |- | '''gwe jodi''' || '''gwexag''' || ''an average number of times'' |- | '''gwo jodi''' || '''gwoxag''' || ''least often, as seldom as possible'' |- | '''owa jod''' || -- || ''never, at no time, zero times'' |- | '''awa jod''' || -- || ''once, one time'' |- | '''awa ga jod''' || -- || ''again, once more'' |- | '''ewa jodi''' || -- || ''twice, two times'' |- | '''iwa jodi''' || -- || ''thrice, three times'' |- | '''alo jodi''' || --|| ''ten times'' |- |- '''asooni bi jodi''' || -- || ''hundreds of times'' |- |- '''yowa gal haxag vyel zojab''' || -- || ''five times as often as last year'' |} : Examples: ::* '''<u>Duhaxag</u> et pe ha tayegoblut?'''....''<u>How often</u> do you go to the barber?'' ::* '''<u>Duhagla jodi</u> et akaye hia ekun?'''....''<u>How many times</u> have you won this game?'' ::* '''At teataye hua dyezun <u>iwa ey uwa jodi</u>.'''....''I have seen that film <u>three or four times</u>.'' ::* '''At teataye has <u>huugla jodi (or: huuxag) van</u> at bokxeye.'''....''I have seen it <u>so many times that</u> I am getting sick.'' ::* '''Hus xwaye <u>gaxag vyel</u> et te.'''....''That has happened <u>more often than</u> you know.'' === Arithmetical Expressions === : The following chart shows verbs from which are formed derivative words relating to mathematical operations: {| class="wikitable" style="background:lightyellow; margin-left:3.2em; font-size:smaller;" |+ Arthmetic Expressions |- ! VERB !! OPERATION !! PATIENT !! SUBJECT !! OPERATOR !! SIGN !! RESULT |- | '''gaber'''....''add'' || '''gab'''....''addition'' || '''gabwas'''....''addend'' || '''gabus'''....''adder'' || '''gab'''....''plus'', + || '''gabsiyn'''....''plus sign'' || '''gabix'''....''sum'' |- | '''galer'''....''multiply'' || '''gal'''....''multiplication'' || '''galwas'''....''multiplicand'' || '''galus'''....''multiplier'' || '''gal'''....''times, x'' || '''galsiyn'''....''times sign'' || '''galix'''....''product'' |- | '''garer'''....''exponentiate, raise'' || '''gar'''....''power'' || '''garwas'''....''number being raised'' || '''garus'''....''exponent'' || '''gar'''....''raised to the power of'' || '''garsiyn'''....''exponent'' || '''garix'''....''root'' |- | '''gober'''....''subtract'' || '''gob'''....''subtraction'' || '''gobwas'''....''subtrahend'' || '''gobus'''....''subtractor'' || '''gob'''....''minus, -'' || '''gobsiyn'''....''minus sign'' || '''gobix'''....''difference'' |- | '''goler'''....''divide'' || '''gol'''....''division, fraction'' || '''golwas'''....''dividend'' || '''golus'''....''divisor'' || '''gol'''....''divided by, ÷'' || '''golsiyn'''....''division sign'' || '''golix'''....''quotient'' |- | '''gorer'''....''cut, uproot'' || '''gor'''....''cut, root'' || '''gorwas'''....''radicand'' || '''gorus'''....''radical'' || '''gor'''....''lowered to the power of, √'' || '''gorsiyn'''....''radical sign'' || '''gorix'''....''root'' |- | '''geler'''....''equal'' || '''gel'''....''equation'' || '''gelwas'''....''thing being equated'' || '''gelus'''....''equator'' || '''gel'''....''equal to, as, like'' || '''gelsiyn'''....''equal sign'' || '''gelix'''....''equation results'' |} : Examples of mathematical expressions: ::* '''E <u>gab</u> e gele u.'''....''Two <u>plus</u> two equals four.'' ::* '''E <u>gal</u> i gele ya.'''....''Two <u>times</u> three equals six.'' ::* '''I <u>gar</u> e gele yu.'''....''Three <u>to the second power</u> equals nine.'' ::* '''E <u>gob</u> e gele o.'''....''Two <u>minus</u> two equals zero.'' ::* '''Yu <u>gol</u> i gele i.'''....''Nine <u>divided by</u> three equals three.'' ::* '''Yu <u>gor</u> i gele i.'''....''Nine <u>cubed</u> equals three.'' ::* '''Aso <u>gor</u> e gele alo.'''....''One hundred <u>squared</u> equals ten.'' ==== Decimal Expressions ==== : Decimal expressions like ''2.5'' use the word '''nod'''....''point'' as in English. ::* '''Hia bavol kyinse ga vyel 10.8 (alo nod yiwa) kigenaki.'''....''This tomato weighs more than 10.8 (ten point eight) kilograms.'' === Calendar and Time Expressions === :: The word for calendar is '''judar'''. The sections below explain how calendar expressions are formed and used: :* Basic Calendar Units : Time is divided using the following basic terms: :{| class="wikitable" style="background:lightyellow" |+ Calendar Units |- ! MIRAD !! ENGLISH |- | '''job''' || ''time'' |- | '''jab''' || ''year'' |- | '''jeb''' || ''season'' |- | '''jib''' || ''month'' |- | '''jub''' || ''day'' |- | '''jwob*''' || ''hour'' |- | '''jwab*''' || ''minute'' |- | '''jweb*''' || ''second'' |} * Note: These would ordinarily be '''jyob''', '''jyab''', and '''jyeb''' respectively, but the '''w''' glide is much easier to pronounce after the letter '''j''', and is therefore substituted. :* Other Calendar Units : Other calendar units are formed through the agglutination of numerical stubs to some of the time units above: :{| class="wikitable" style="background:lightyellow" |+ Other Calendar Units |- ! MIRAD !! ENGLISH !! NUMERICAL FORMULA |- | '''rojab''' || ''millenium'' || year x 1,000 |- | '''sojab''' || ''century'' || year x 100 |- | '''lojab''' || ''decade'' || year x 10 |- | '''eynjab''' || ''half year'' || year x 1/2 |- | '''uynjab''' || ''quarter'' || year x 1/4 |- | '''yajib''' || ''semester'' || month x 6 |- | '''yejub''' || ''week'' || day x 7 |- | '''yejubuj''' || ''weekend'' || day x 7 end |- | '''eynjwob''' || ''half hour'' || hour x 1/2 |} : ''This'', ''next'', ''last'', etc. are expressed as follows: :{| class="wikitable" style="background:lightyellow" |+ Day Pointers |- ! MIRAD !! ENGLISH |- | '''hijub'''<br>'''hia yejub'''<br>'''hijab''' || ''today''<br>''this week''<br>''this year'' |- | '''zojub'''<br>'''ha jana yejub'''<br>'''zajab''' || ''yesterday''<br>''last week''<br>''last year'' |- | '''zajub'''<br>'''ha jona yejub'''<br>'''zajab''' || ''tomorrow''<br>''next week''<br>''next year'' |- | '''hujub'''<br>'''hua yejub'''<br>'''hujab''' || ''that day''<br>''that week''<br>''that year'' |- | '''jazojub'''<br>'''ja ewa yejubi'''<br>'''jazojab''' || ''the day before yesterday''<br>''two weeks ago''<br>''the year before last'' |- | '''jozajub'''<br>'''jo ewa yejubi'''<br>'''jozajab''' || ''the day after tomorrow''<br>''two weeks from now''<br>''the year after next'' |- | '''Duhajub?'''|| ''Which day?'' |- | '''hyajub''' || ''every day'' |- | '''hyejub''' || ''any day'' |- | '''hejub''' || ''someday'' |- | '''hejubi''' || ''some days'' |} ==== Seasons of the Year ==== : Seasons of the year are expressed by internally scalarizing the word for ''season'' '''jeb''': :{| class="wikitable" style="background:lightyellow" |+ Seasons of the Year |- ! MIRAD !! ENGLISH |- | '''jeab''' || ''spring'' |- | '''jeeb''' || ''summer'' |- | '''jeib''' || ''autumn, Fall'' |- | '''jeub''' || ''winter'' |} : Examples of usage: ::* '''be jeab'''....''in spring'' ::* '''ja jeeb'''....''before summer'' ::* '''ju jeib'''....''until autumn'' ::* '''ji jeub'''....''since winter'' ::* '''je ha jeb'''....''during the season'' ::* '''ub ha uj bi jeeb'''....''toward the end of summer'' ::* '''eb jeab ay jeeb'''....''between spring and summer'' ::* '''jeeba gemoj'''....''vernal equinox'' ::* '''jeiba fayebi'''....''autumn leaves'' ::* '''jeba til'''....''seasonal drink'' ::* '''jeubyena jebmalyen'''....''wintry climate'' ::* '''jeabyena malyen'''....''spring-like weather'' ::* '''jeuben'''....''hibernation'' ::* '''hijeab'''....''this season'' ::* '''zajeab'''....''next season'' ::* '''zojeab'''....''last season'' ::* '''hyajeab'''....''every season'' ==== Months of the Year ==== : Months of the year are expressed by internally scalarizing the word for month '''jib''': :{| class="wikitable" style="background:lightyellow" |+ Months of the Year |- ! MIRAD !! ENGLISH |- | '''jiab''' || ''January'' |- | '''jieb''' || ''February'' |- | '''jiib''' || ''March'' |- | '''jiub''' || ''April'' |- | '''jiyob''' || ''May'' |- | '''jiyab''' || ''June'' |- | '''jiyeb''' || ''July'' |- | '''jiyib''' || ''August'' |- | '''jiyub''' || ''September'' |- | '''jilob''' || ''October'' |- | '''jilab''' || ''November'' |- | '''jileb''' || ''December'' |} : Some expressions using the months: ::* '''be jilob'''....''in October'' ::* '''ja jiyab'''....''before June'' ::* '''ja zajiyeb'''....''by next July'' ::* '''hijib'''....''this month'' ::* '''zojib'''....''last month'' ::* '''zajib'''....''next month'' ::* '''bi-jib-bu-jiba jobnis'''....''month-to-month rent'' ::* '''jibay'''....''monthly'' ::* '''jibi joy'''....''months later'' ::* '''jiba sindryen'''....''monthly magazine'' ::* '''hujiba jobnis'''....''that month's rent'' ::* '''hya ionjib'''....''every trimester'' ::* '''jiber'''....''menstruate'' ::* '''byi zojilob'''....''since last October'' ==== Days of the Week ==== : Days of the week are expressed by internally scalarizing the word for day '''jub''': :{| class="wikitable" style="background:lightyellow" |+ Days of the Week |- ! MIRAD !! ENGLISH |- | '''juab''' || ''Monday'' |- | '''jueb''' || ''Tuesday'' |- | '''juib''' || ''Wednesday'' |- | '''juub''' || ''Thursday'' |- | '''juyob''' || ''Friday'' |- | '''juyab''' || ''Saturday'' |- | '''juyeb''' || ''Sunday'' |} : Here are some common terms relating to days of the week: :{| class="wikitable" style="background:lightyellow" |+ Day Expressions |- ! MIRAD !! ENGLISH |- | '''Duhajub?''' || ''Which day?'' |- | '''hajub hu...''' || ''the day that...'' |- | '''hejub''' || ''someday'' |- | '''hijub''' || ''today'' |- | '''hujub''' || ''that day'' |- | '''hyijub''' || ''(on) the same day'' |- | '''hyajub''' || ''every day'' |- | '''hyejub''' || ''any day'' |- | '''zajub''' || ''yesterday'' |- | '''zojub''' || ''tomorrow'' |- | '''ha jajub'''<br>'''be ha jana jub''' || ''the day before, (on) the previous day'' |- | '''ha jojub'''<br>'''be ha jona jub''' || ''the day before, (on) the previous day'' |- | '''jazojub''' || ''the day before yesterday'' |- | '''jozajub''' || ''the day after tomorrow'' |- | '''hya ea jub''' || ''every other/second day'' |- | '''hyajub boy juyeb''' || ''every day except Sunday'' |- | '''yejub''' || ''week'' |- | '''hiyejeb''' || ''this week'' |- | '''yejubuj''' || ''weekend'' |- | '''yexjub''' (or) '''zeyejub''' || ''weekday'' |- | '''enyejuba(y)''' || ''bi-weekly'' |- | '''zoyejub''' || ''last week'' |} : Examples of Usage: ::* '''(be) juyob'''....''on Friday'' ::* '''ju juib'''....''until Wednesday'' ::* '''ji zojub'''....''since yesterday'' ::* '''lojo jubuj'''....''by [Lit: not after] day's end'' ::* '''jo zajub'''....''after tomorrow'' ::* '''je ha jub'''....''during the day'' ::* '''bi juab bu juub'''....''from Monday to Friday'' ::* '''yejubuja ponpop'''....''a weekend getaway'' ==== Parts of the Day ==== : Here are the principal parts of a day: {| class="wikitable" style="background:lightyellow" |+ Parts of the Day |- ! DAYTIME !! NIGHTTIME |- | '''maj'''....''daytime, day'' ||'''moj'''....''nighttime, night'' |- | '''bi maj'''....''A.M.'' ||'''bi moj'''....''P.M.'' |- | '''jamajij'''....''pre-dawn'' || '''jamojij'''....''pre-dusk'' |- | '''majij'''....''daybreak, dawn''|| '''mojij'''....''dusk'' |- | '''amaryap'''....''sunrise, sunup''||'''amaryop'''....''sunset, sundown'' |- | '''jwamaj'''....''morning''<br>'''zajwamaj'''....''tomorrow morning''<br>'''hijwamaj'''....''this morning''<br>'''zojwamaj'''....''yesterday morning''<br>'''hujwamaj'''....''that morning''<br>'''hyajwamaj'''....''every morning''||'''jwamoj'''....''evening''<br>'''zajwamoj'''....''tomorrow evening''<br>'''hijwamoj'''....''this evening''<br>'''zojwamoj'''....''yesterday evening''<br>'''hujwamoj'''....''that evening''<br>'''hyajwamoj'''....''every evening'' |- | '''zemaj'''....''noon''||'''zemoj'''....''midnight'' |- | '''jozemaj'''....''afternoon''||'''jozemoj'''....''after midnight'' |- | '''majuj'''....''day's end''|| '''jwomoj'''....''late night'' |} ::* Examples of Usage: ::* '''At tijpa <u>ja majij</u>.'''....''I woke up <u>before dawn</u>.'' ::* '''At iyfe tuyjer <u>be ha jwoa joeymaj</u>.'''....''I like to nap <u>in the late afternoon</u>.'' ::* '''It yexe bi <u>amaryap bu amaryop</u>.'''....''He works from <u>sunup to sundown</u>.'' ::* '''<u>Be gwa jwamoji</u>, at teaxe sinibar.'''....''<u>Most evenings</u>, I watch television.'' ==== Expressing Dates ==== : The following is a how a date ('''jud''') is normally expressed: ::* '''be juab, 11 jieb 2018 joK.'''....''on Monday, February 11th, 1918 A.D.'' :A date like 2018 can be expressed as ''twenty eighteen'' ('''elo alyi''') or ''two thousand eighteen'' ('''ero alyi'''). :The day in the above expression is pronounced '''ali'''. :The year is pronounced '''elo alyi''' (like English ''twenty eighteen''). :The acronym for ''B.C.'' is '''jaK''', short for '''ja Krist''' (''before Christ''). :The acronym for ''A.D.'' is '''joK''', short for '''jo Krist''' (''after Christ''). : Other date expressions follow: ::* '''be <u>ha 1800 jabi</u> (alyi aso jabi)'''....''In <u>the 1800's</u> (eighteen hundreds)'' ::* '''ja <u>ha 20a (eloa)</u> asojab'''....''before <u>the 20th (twentieth)</u> century'' ::* '''eb <u>1920 (yulo elo)</u> ay 2001 (elo awa)'''....''between <u>1920 (nineteen twenty)</u> and (two thousand one)'' ::* '''<u>hyaje</u> hua alojab'''....''<u>throughout</u> that decade'' ::* '''At yexa hum <u>je gla jabi</u>.'''....''I worked there <u>for [Lit: during] many years</u>.'' ::* '''Ujbu his <u>lojo</u> jiyab.'''....''Finish this <u>by</u> [Lit: not after] May.'' ::* '''Iyt so him <u>ub ha uj bi</u> 2 (ewa) jiab.'''....''She will be here <u>toward the end of</u> January 2nd.'' ==== Telling Time ==== : Clock time expressions use mostly the word '''jwob''' (''hour'') or '''jwobi''' (''hours''). : The usual time-of-day question is '''Se duhajwob?'''....''What time is it?'' [Lit: is what-hour?] : The typical answer is in the format '''Se awa/ewa....(jwob) gab/gob alo/ali....bi maj/moj.''' (Lit: (It) is (the) one/two....(o'clock) plus/minus ten/eleven...of day/night.) : Here are some typical answers: ::* '''Se awa jwob.'''....''It is one o'clock.'' ::* '''Se ewa jwobi.'''....''It is two o'clock.''[Lit: It is two hours] ::* '''Se ale jwobi.'''....''It is twelve o'clock.'' ::* '''Se iwa jwobi bi maj*.'''....''It is three o'clock A.M.'' ::* '''Se alo jwobi bi moj**.'''....''It is ten o'clock P.M.'' ::: * '''bi maj''' (''a.m.'') can be abbreviated as '''ma''' ::: ** '''bi moj''' (''p.m.'') can be abbreviated as '''mo''' ::* '''Se yowa jwobi (gab) alo.'''....''It is 10 past 5. [Lit: five hours (plus) ten.] ::* '''Se yowa jwobi gob ali.'''....''It is thirteen minutes til five.'' [Lit: five hours minus 13] ::* '''Se yowa jwobi gab uyn.'''....''It is quarter past (= plus) five.'' [Lit: five hours plus a quarter] ::* '''Se yowa jwobi gob uyn.'''....''It is quarter til five.'' [Lit: five hours minus a quarter] ::* '''Se yowa jwobi gab eyn.'''....''It is half past five.'' [Lit: five hours plus a half] ::* '''Se yowa jwobi gab ilo.'''....''It five thirty.'' [Lit: five hours plus thirty] ::* '''Se yowa jwobi gob eyn.'''....''It four thirty.''[Lit: five hours minus a half] ::* '''Se yowa jwobi gob ilo.'''....''It is thirty minutes til five.''[Lit: five hours minus thirty] ::* '''Se <u>vyavay</u> yea jwob gab alo bi moj.'''....''It is exactly 7:10 P.M..''&nbsp;&nbsp;[Lit: ''It is <u>exactly</u> seventh hour plus ten of nighttime.''] ::* '''Et sa alo jwoa <u>bey</u> alo jwabi.'''....''You were late by 10 minutes.''&nbsp;&nbsp;[Lit: ''You were late <u>by</u> ten minutes.''] ::* '''Has ijo <u>jub</u> 5:30 (= yaa jwob gab ilo) bmo (= bi moj).'''....''It will begin <u>around</u> 5:30 (= five thirty [Lit: five hours plus thirty]) p.m.'' ::* '''Puu him <u>loga jwoa ev</u> 3 (= ia) j. (= jwob)'''....''Get here <u>no later than</u> 3 (= three) o'clock.'' ::* '''Ha yautpar puo hum <u>yeb</u> 10 jwabi.'''....''The bus will arrive there <u>within</u> 10 minutes.'' ::* '''Ha jwobar <u>izeade</u> 2:30 (= ea jwob gab ilo).'''....''The clock says [Lit: indicates] 2:30.'' ::* '''Yit pua be 3a j. <u>be ha nod</u>.'''....''They arrived at 3 <u>on the dot</u>''. : Mirad normally uses a 24-hour clock system. ::* '''Yanpu at be ilo jwobi gab alyo.'''....''Meet me at 13:15. (= 1:15 p.m.)'' : The word '''jwob''' (hour, o'clock) can be abbreviated as '''j.''', as in the following: ::* '''Yanpu at be 13 j.'''....''Meet me at 13:00 (hours) [Lit: at 13 hours]'' : The word '''gab''' (''plus'') can be omitted, as in: ::* '''At teato et be yo j. alyo.'''....''I'll see you at five fifteen (~ quarter) past five.'' : Note the following clock time idioms: :{| class="wikitable" style="background:lightyellow" |+ Clock Idioms |- ! MIRAD !! ENGLISH |- | '''jwa''' || ''early'' |- | '''jwe''' || ''on time'' |- | '''jwo''' || ''late'' |- | '''Se <u>vyavay</u> elo jwobi.''' || ''It is <u>exactly</u> two o'clock.'' |- | '''<u>yub bi</u> zemaj''' || ''<u>around</u> noon'' |- | '''<u>ub</u> zemoj''' || ''<u>toward</u> midnight'' |- | '''<u>yeb be</u> jwebi''' || ''<u>within</u> seconds'' |- | '''alo jwabi <u>ja hij</u>''' || ''ten minutes <u>ago</u> (= before now)'' |- | '''<u>lojo</u> 3 j.''' || ''<u>no later than / by</u> 3 o'clock.'' |- | '''jwobay''' || ''hourly / by the hour / on the hour'' |- | '''Hia pop <u>efxe</u> 2 1/2 (= ewa gab eyn) jwobi.''' || ''This trip <u>takes (Lit: necessitates) </u> 2 1/2 hours.'' |- | '''<u>ju</u> awa jwob bi hij''' || ''<u>until</u> one hour from now'' |- | '''<u>ji</u> zojub be 10a j.''' || ''<u>since</u> yesterday at 10 o'clock.'' |- | '''<u>je</u> ha jana 12 jwabi''' || ''<u>for</u> the last 12 minutes'' |- | '''<u>ja</u> lojo</u> 10 j.''' || ''<u>before / by</u> 10 o'clock (= the tenth hour)'' |- | '''<u>lojo</u> 10 jwobi.''' || ''<u>by / in / within</u> 10 hours.'' |- | '''<u>jo</u> 10 j.''' || ''<u>after</u> 10 o'clock.'' |} ==== Expressing Age ==== : Many expressions relating to age are built on the Mirad word for ''age'': '''jag'''. : The typical question is: ::* '''Et se <u>hojaga</u>?'''....''<u>How old</u> are you?'' (Lit. ''what-aged'') : A typical answer is: ::* '''At se <u>eli jaga</u>.'''....''I am <u>twenty-three years old</u>.'' : The word '''jaga''' can be left understood: ::* '''At se <u>ilo</u>.'''....''I am thirty.'' : The following chart shows other age expressions, many of which are agglutinations of the deictic prefixes beginning with '''h''': :{| class="wikitable" style="background:lightyellow" |+ Age Expressions |- ! AGE |- | '''hojaga?'''....''how old?'' |- | '''hajaga'''....''of the age'' |- | '''hejaga'''....''of some age'' |- | '''hijaga'''....''this old'' |- | '''hujaga'''....''that old'' |- | '''huujaga'''....''so old'' |- | '''jaga'''....''old''<br>'''jayga'''....''oldish'' |- | '''joga'''....''young''<br>'''joyga'''....''youngish'' |- | '''gle jaga'''....''rather old, oldish'' |- | '''gla jaga'''....''very old'' |- | '''gra jaga'''....''too old, super-aged'' |- | '''gro jaga'''....''under-aged, minor'' |- | '''ge jaga'''....''as old, of the same age'' |- | '''awa <u>jab</u> jaga'''....''one <u>year</u> old''<br>'''awa jaga'''<br>'''awa <u>jab</u>''' |- | '''ewa <u>jabi</u> jaga'''....''two <u>years</u> old''<br>'''ewa jaga'''<br>'''ewa <u>jabi</u>''' |- | '''alo <u>jabi</u> jaga'''....''ten <u>years</u> old''<br>'''alo jaga'''<br>'''alo <u>jabi</u>''' |- | '''ga jaga <u>vyel</u> et'''....''older <u>than</u> you'' |- | '''ga joga <u>vyel</u> at'''....''younger <u>than</u> me'' |- | '''ge joga <u>vyel</u> iyt'''....''as young <u>as</u> her'' |- | '''ha gwa jagat <u>bi</u> ata tedetyan'''....''the youngest <u>of</u> my siblings'' |- | '''grojagat'''....''a minor'' |- | '''alojagat'''....''a ten-year-old'' |- | '''aloyjagat'''....''a teenager'' |- | '''jogat'''....''a boy, a youth''<br>'''joygat'''....''a girl'' |- | '''grejat'''....''an adult, someone of age''<br>'''jagseat'''....''an adolescent''<br>'''jagsat'''....''grownup'' |- | '''yiloyjagat'''....''an octogenarian'' |- | '''asoyjagat'''....''a centenarian'' |} : Some other examples of usage: ::* '''Et <u>jagseye</u> fi.'''....''You <u>are aging</u> well.'' ::* '''At voy <u>jogseye</u> hyegla.'''....''I am not <u>getting</u> any <u>younger</u>.'' ::* '''His se taam av <u>ha jagati</u>.'''....''This is a home for <u>the ederly</u>.'' ::* '''Egaku eta <u>jogan</u>!'''....''Regain your <u>youth</u>!'' ::* '''At se <u>ga jaga vyel</u> ha meybi.'''....''I am <u>as old as</u> the hills.'' ::* '''Teaxu ata <u>gwa joga</u> tobot.'''....''Look at my <u>youngest</u> child.'' ::* '''Yat ife yata <u>awajagat</u>.'''....''We love our <u>one-year-old</u>.'' ::* '''<u>Jagseatan</u> se yika joob bi tej.'''....''<u>Adolescence</u> is a difficult period of life.'' === Money Expressions === : This section is currency-dependent and remains under construction. <noinclude>{{Chapter navigation with TOC|Adverbs|Pronouns}}</noinclude> bw86yo3dmg1t4w5qy5a9vwedze4sol0 4089894 4089893 2022-08-09T16:31:43Z Tyoyafud 6233 /* Placement of Interrogatives */ wikitext text/x-wiki = Determiners = : Determiners are words that specify or point out the context of nouns and other parts of speech. The English determiner ''this'', for example, specifies a noun for its proximity to the current context. In English, demonstrative pronouns/adjectives/adverbs, possessive pronouns/adjectives, quantifiers like ''more'' and ''very'', and numeric expressions fall under this category. == Types of Determiners == : Determiners in Mirad fall into the following categories: ::{| class="wikitable" style="background:lightyellow" |+ Types of Determiners |- ! CHAPTER !! TYPE !! ALSO KNOWN AS !! ENGLISH EXAMPLES |- | 1 || '''''Deictic''''' || Demonstrative Pronouns/Adjective || ''the'', ''this'', ''some'', ''every'', ''which?'', ''when'' |- | 2 || '''''Pronominal''''' || Possessive Pronouns/Adjectives || ''my'', ''anybody&apos;s'', ''one&apos;s own'' |- | 3 ||'''''Quantitative''''' || Quantifiers || ''more'', ''less'', ''very'' |- | 4 || '''''Numerical''''' || Numerals/Fractions/Dates, etc. || ''one'', ''half'', ''first'' |} : Furthermore, as for part of speech, determiners can be adjectives, pronouns, or adverbs. As adjectives, determiners can itemize or classify. As pronouns, they can refer to one or more persons (male or female) or things. As adverbs, they can specify time, place, degree, kind, age, frequency, and so forth. == Deictic Determiners == : '''''Deictic determiners''''' are words which point out or ''specify'' other words as to their context, including what grammarians often call '''''demonstratives'''''. : Categories of adjectival, pronominal, and adverbial deictic determiners: ::* Demonstrative adjectives and pronouns like ''this'', ''that'', ''those'', ''that one'' ::* The definite article ''the''(which is really a kind of demonstrative, like those above.) ::* Indefinite adjectives and pronouns like ''any'', ''some'', ''all'', ''something'', ''such'', etc. ::* Adverbs of time like ''when'', ''now'', ''ever'' ::* Adverbs of place like ''there'', ''here'', ''somewhere'' ::* Adverbs of manner like ''how'', ''thus'', ''somehow'' ::* Adverbs of kind like ''so'', age ''this year old'' ::* Adverbs of direction like ''that way'', ''any which way'' ::* Adverbs of reason ''why?'', ''for that reason'', ''for no reason'' ::* Adverbs of degree ''this (well)'', ''so (good)'', ''how (bad)'' ::* Adverbs of frequency like ''how often'', ''so often'', ''never'' ::* Adverbs of age like ''this old'', ''how old?'', ''of any age'' === Deictic Prefixes === : There is a whole set of '''''deictic prefixes''''', which are joined to category stubs to derive adjectival, pronominal, and adverbial determiners. :{| class="wikitable" style="background:lightyellow" |+ Deictic Prefixes |- ! CATEGORY !! DEICTIC PREFIX |- | INTERROGATIVE || '''duha-...?'''....''what?'' |- | DEFINITE || '''ha-'''....''the'' |- | INDEFINITE || '''he-'''....''some, a certain'' |- | NEGATIVE || '''ho-'''....''no, not a'' |- | PROXIMAL || '''hi-'''....''this, these'' |- | IMMEDIATE || '''hii-'''....''the following'' |- | DISTAL || '''hu-'''....''that, those'' |- | INTENSIVE || '''huu-'''....''such, so, what a...!'' |- | DISTRIBUTIVE || '''hya-'''....''every, all, each'' |- | INDETERMINATE || '''hye-'''....''any, whatever'' |- | ABSOLUTELY NEGATIVE || '''hyo-'''....''not at all, not a single'' |- | IDENTICAL || '''hyi-'''....''the same, the very'' |- | NON-IDENTICAL || '''hyu-'''....''the other, another, else'' |} === Category Stubs === : The table below shows word stubs that indicate the category of deictic expressions. They are called stubs, because they are part of a longer word that has been reduced. The combination of deictic prefixes and category stubs produce a matrix of deictic '''''correlatives''''', seen later in this chapter. Use of the stub instead of the long form is a matter of optional economy. A few categories do not have stubs. :{| class="wikitable" style="background:lightyellow" |+ Category Stubs |- ! CATEGORY !! STUB !! LONG FORM !! QUESTION WORD EXAMPLE |- | PERSON || '''-t''' || '''tob'''...''person'' || '''duhat?'''....''who?'' |- | THING || '''-s''' ||'''sun'''...''thing'' || '''duhas?'''....''what?'' |- | PLACE || '''-m''' ||'''nem'''...''place'' || '''duham?'''....''where?'' |- | TIME || '''-j''' ||'''job'''...''time'' || '''duhaj?'''....''when?'' |- | MANNER || '''-yen''' ||'''byen'''...''manner'' || '''duhayen?'''....''how?'' |- | KIND || '''-yena''' ||'''syena'''...''of kind'' || '''duhoyena?'''....''what kind of?'' |- | DEGREE || '''-gla''' ||'''nog'''...''degree'' || '''duhagla fi?'''....''how well?'' |- | COUNTABLE QUANTITY || '''-gla''' ||'''sag'''...''number'' || '''duhagla pati?'''....''how many birds?'' |- | MASS QUANTITY || '''-gla''' ||'''glan'''...''amount'' || '''duhagla mil?'''....''how much water?'' |- | FREQUENCY || ||'''xag'''...''frequency''<br>'''gla jodi'''...''many times'' || '''duhaxag?'''....''how often?''<br>'''duhagla jodi?'''....''how many times?'' |- | REASON || ||'''sav'''...''reason'' || '''duhasav?'''....''why?'' |- | AGE || ||'''jag'''...''age'' || '''duhajag?'''....''how old?'' |} === Adjectival Deictic Determiners === : Here is a table showing the deictic determiner prefixes attached to elements ending in '''-a''' to form various adjectival deictic determiners: <small> :{| class="wikitable" style="background:lightyellow; font-size:smaller;" |+ Adjectival Determiners |- valign=top ! &nbsp; !! OF SELECTION !! OF KIND !! OF POSSESSION|| OF AGE |- | INTERROGATIVE || '''duha...?'''....''which...?'' || '''duhayena...?'''....''what kind of...?'' || '''duhata?'''....''whose?''||'''duhajaga?'''....''how old?'' |- | DEFINITE || '''ha<sup>1</sup>'''....''the'' || '''hayena'''....''the kind of'' || '''hata'''....''the one&apos;s''||'''hajaga'''...''of the age'' |- | INDEFINITE || '''hea'''....''some, a certain'' || '''heyena'''....''some kind of, a certain kind of'' || '''heta'''....''someone&apos;s''||'''hejaga'''....''of any age'' |- | NEGATIVE || '''hoa...!'''....''no, not any'' || '''hoyena'''....''no kind of''|| '''hota'''....''nobody's''||'''hojaga'''....''ageless'' |- | PROXIMAL || '''hia'''....''this, these'' || '''hiyena'''....''this kind of, such (a), like this, like these'' || '''hita'''....''this one&apos;s''||'''hijaga'''....''of this age'' |- | IMMEDIATE || '''hiia'''....''the following'' || '''hiiyena'''....''the following kind of'' || '''hiita'''....''the following person&apos;s''||'''hiijaga'''....''of the following age'' |- | DISTAL || '''hua'''....''that, those''|| '''huyena'''....''that kind of, like that, like those, such''|| '''huta'''....''that one&apos;s''||'''hujaga'''....''of that age'' |- | INTENSIVE || '''huua'''....''such a, such, what a'' || '''huuyena'''....''such a kind of'' || '''huuta'''....''such a person&apos;s''||'''huujaga'''....''of such an age'' |- | DISTRIBUTIVE || '''hya<sup>2</sup>'''....''every, all, each''|| '''hyayena'''....''every kind of, all kinds of'' || '''hyata'''....''everybody&apos;s''||'''hyajaga'''....''of every age'' |- | INDETERMINATE || '''hyea'''....''any, whatever''|| '''hyeyena'''....''any kind of, whatever kind of'' || '''hyeta'''....''anybody&apos;s''||'''hyejaga'''....''of any age'' |- | ABSOLUTELY NEGATIVE ||'''hyoa'''....''not, not a, not any whatever'' || '''hyoyena'''....''no kind of, no such whatever'' || '''hyota'''....''absolutely nobody&apos;s''||'''hyojaga'''...''of no age whatever'' |- | IDENTICAL || '''hyia'''....''the same''<br>'''ha gea'''....''the same'' || '''hyiyena'''....''the same kind of''<br>'''ha geyena'''....''the same kind of'' || '''hyita'''....''the same one&apos;s''<br>'''ha geta'''....''the same one&apos;s''||'''hyijaga'''....''of the same age''<br>'''gejaga'''....''same-aged'' |- | NON-IDENTICAL || '''hyua'''....''another''<br>'''ogea'''....''another''<br>'''ha ogea'''....''the other'' || '''hyuyena'''....''some other kind of''<br>'''ogeyena'''....''another kind of''<br>'''ha ogeyena'''....''the other kind of'' || '''hyuta'''....''someone else&apos;s''<br>'''ogeta'''....''someone else&apos;s''<br>'''ha ogeta'''....''the other person&apos;s''||'''hyujaga'''....''of a different age''<br>'''ogejaga'''...''aged apart'' |} </small> : Note 1: The definite adjectival deictic determiner '''ha''' (actually, short for '''haa''') is used as what is more commonly referred to as the '''''definite article'''''....''the''. : Note 2: The determiner '''hya''' is a reduced form of '''hyaa'''. : Note 3: The interrogative adjectival determiner '''Duha?''' really is a command meaning ''Tell me the...''. So, for instance, '''Duham?'''....''Where?'' is really a command meaning '''Tell (me) the place!''' : The pronominal deictic determiners can also incorporate gender in such a way that they refer to female or male persons specifically. This done by inserting the letter '''w''' before the characteristic vowel for males and the letter '''y''' after the characteristic vowel for females. Incorporating gender this way is relatively rare and only used in cases with the distinction is relative to the context: ::* '''<u>Hwita</u> tam se ga aga.'''....''<u>This guy's</u> house is bigger.'' ::* '''At voy ayse <u>huytia</u> dyuni.'''....''I don't have <u>those women's</u> names.'' : Usage examples of deictic determiner adjectives: ::* '''<u>Duha</u> tam se etas?'''....''<u>Which</u> house is yours?'' ::* '''<u>Huua</u> tej et ayse!'''....''<u>What a</u> life you have!'' ::* '''<u>Duhayena</u> dyezuni ifxe et?'''....''<u>What kind of</u> movies do you like?'' ::* '''<u>Duhata</u> tef okwa?'''....''<u>Whose</u> hat was lost?'' ::* '''<u>Ha</u> tob ta yata dyuni.'''....''<u>The</u> man knew our names.'' ::* '''<u>Hayena</u> dini at ife, et ufe.'''....''<u>The kind of</u> stories I love, you hate.'' ::* '''<u>Hea</u> mepi egdyunxwo.'''....''<u>Certain</u> streets will be renamed.'' ::* '''<u>Heyena</u> fukyes uxaye purnyan.'''....''<u>Some kind of</u> accident has caused a traffic jam.'' ::* '''<u>Heta</u> abtaf akwa be ha zatem.'''.....''<u>Someone's</u> coat was found in the foyer.'' ::* '''<u>Hia</u> dyes se ata gafias.'''....''<u>This</u> book is my favorite.'' ::* '''<u>Hiia</u> duni se yofwa.'''....''<u>The following</u> words are prohibited.'' ::* '''<u>Hiiyena</u> xeyen voy afwu.'''....''<u>The following sort of</u> behavior would not be allowed.'' ::* '''<u>Hiyena</u> xeyen voy vayafwo.'''....''<u>This type of</u> behavior will not be tolerated.'' ::* '''<u>Hita</u> tim so yovoza.'''....''<u>This person's</u> room will be blue.'' ::* '''<u>Hua</u> mas efwe egvozilbwer.'''....''<u>That</u> wall needs to be repainted.'' ::* '''<u>Huua</u> dini yufxe toboti.'''....''<u>Such</u> stories scare children.'' ::* '''<u>Huyena</u> duni yeyfwe yixwer za at.'''....''<u>Such</u> words should not be used in front of me.'' ::* '''<u>Hwuta</u> tam magseye.'''....''<u>That guy's</u> house is on fire.'' ::* '''<u>Hoa</u> din se ga tesika.'''....''<u>No</u> story more important.'' ::* '''<u>Hoyena</u> tes tesiyafwe.'''....''<u>No such</u> meaning can be inferred.'' ::* '''<u>Hyota</u> jatexdras sa ga fia.'''....''<u>Nobody's</u> plan is better.'' ::* '''<u>Hyos</u> oboxe huyt.'''....''<u>Nothing whatever</u> bothers that gal.'' ::* '''<u>Hya</u> mepi izpe Roma.'''....''<u>All</u> roads lead to Rome.'' ::* '''<u>Hya ha</u> mepi se ebwa.'''....''<u>All the</u> roads are bloacked.'' ::* '''<u>Hya</u> tob yefe xer ita gon.'''....''<u>Every</u> man must do his part.'' ::* '''<u>Hyayena</u> telami ese be hia mep.'''....''<u>All manner of</u> restaurants exist on this street.'' ::* '''<u>Hyata</u> tej se uka bi yaobi.'''....''<u>Everyone's</u> life is full of ups and downs.'' ::* '''<u>Hyaewa</u> domi agsaye.'''....''<u>Both</u> cities have grown.'' ::* '''<u>Hyea</u> voz so fia.'''....''<u>Any</u> color will be fine.'' ::* '''<u>Hyeyena</u> til se aysyafwa.'''....''<u>Any kind of</u> drink is available.'' ::* '''<u>Hyeta</u> ved se ge ifa vyel atas.'''....''<u>Anyone's</u> guess is as good as mine.'' ::* '''<u>Hyea</u> tim et fe et yafe ayser.'''....''<u>Whatever</u> room you want, you can have.'' ::* '''<u>Hyia</u>/(Ha gea) fukyesi kyese glaxag.'''....''<u>The same</u> accidents occur frequently.'' ::* '''<u>Hyiyena</u>/(Ha geyena) dyezuni teaxuwa zajub.'''....''<u>The same kind of</u> films were shown yesterday.'' ::* '''<u>Hyita</u>/(Ha geta) dyun yixwa gajod.'''....''<u>The same person's</u> name was used again.'' ::* '''<u>Hyua</u> dyezun sa ifuyea.'''....''<u>The other</u> movie was more entertaining.'' ::* '''<u>Hyuyena</u>/(Ogeyena) som teasu ga fia.'''....''<u>Another kind of</u> furniture would look better.'' ::* '''<u>Hyuta</u>/(ogeta) texyen se ge fyia.'''....''<u>Someone else's</u> opinion is equally valid.'' ::* '''<u>Hiytia</u> dyuni voy dodraye.'''....''<u>These women's</u> names have not be make public.'' ::* '''<u>Hwiitia</u> dyuni voy dodrowe.'''....''<u>The following males'</u> names will not be publicized.'' ::* '''<u>Hijaga</u> tobweti voy afwo him.'''....''Boys <u>of this age</u> will not be allowed here.'' : If the definite article or any other deictic determiner is omitted before a noun, then it has the effect of the English indefinite article ''a / an'' with a singular noun or ''some'' with a plural noun. For example: ::* '''Yat tilia <u>ha tilyeb</u> bi vafil.'''....''We drank <u>the glass</u> of wine.'', vs. ::** '''Yat tilia <u>tilyeb</u> bi vafil.'''....''We drank <u>a glass</u> of wine.'' ::* '''Yat tilia <u>ha tilyebi</u> bi vafil.'''....''We drank <u>the glasses</u> of wine.'', vs. ::** '''Yat tilia <u>tilyebi</u> bi vafil.'''....''We drank <u>(some) glasses</u> of wine.'' ::* '''Yat tilia <u>awa tilyeb</u> bi vafil.'''....''We drank <u>one glass</u> of wine.'', vs. ::** '''Yat tilia <u>ha awa tilyeb</u> bi vafil.'''....''We drank <u>the one glass</u> of wine.'' ::* '''Yat tilia <u>ewa tilyebi</u> bi vafil.'''....''We drank <u>two glasses</u> of wine.'', vs. ::** '''Yat tilia <u>ha ewa tilyebi</u> bi vafil.'''....''We drank <u>the two glasses</u> of wine.'', vs. ::** '''Yat tilia <u>hya ewa tilyebi</u> bi vafil.'''....''We drank <u>both glasses</u> of wine.'' ::* '''Yat tilia <u>owa tilyeb</u> bi vafil.'''....''We drank <u>no/zero glasses (=not a single glass)</u> of wine.'' ::* '''Yat tilia <u>ea tilyeb</u> bi vafil.'''....''We drank <u>another/a second glass</u> of wine.'', vs. ::** '''Yat tilia <u>ha ea tilyeb</u> bi vafil.'''....''We drank <u>the second glass</u> of wine.'', vs. ::** '''Yat tilia <u>ea tilyebi</u> bi vafil.'''....''We drank <u>second glasses</u> of wine.'', vs. ::** '''Yat tilia <u>ha ea tilyebi</u> bi vafil.'''....''We drank <u>the second glasses</u> of wine.'' : If an indefinite article sense is needed for clarity, the words '''awa''' (''one'') or '''hea''' (''some, a certain'') can be used, eg.: ::* '''At igtease <u>awa</u> tob yiztyoyaber.'''....''I glimpsed <u>a</u> man walk by.'' ::* '''Hwit zoyupo <u>hea</u> juab.'''....''He will come back on <u>a / a certain / some</u> Monday.'' === Pronominal Deictic Determiners === : The following chart shows deictic determiners used as pronouns. Note that the suffix '''-s''' (short for '''sun''') is used pronouns referring to things, while '''-t''' (short for '''tob''') is used for those referring to persons. The suffix '''-i''' pluralized either of these. The distinction between a form like ''what?'' and a '''''selective''''' form like ''which?'' is made by using the full adjectival form (with '''-a-''') in the selective forms. So, for example, '''hot?''' is ''who?'', but '''hoat?''' is ''which one? (referring to a person)''. The determiners referring to persons can optionally be made specifically male with the insertion of the letter '''w''' before the stem vowel or specifically female with the insertion of the letter '''y''' before the stem-ending '''t''': :{| class="wikitable" style="background:lightyellow; font-size:smaller;" |+ Pronominal Deictic Determiners |- valign=top ! PRONOUNS !! THING<br>THINGS !! SELECTIVE THING<br>SELECTIVE THINGS || valign=top| SELECTIVE PERSON<br>SELECTIVE PERSONS !! PERSON<br>PERSONS !! PERSON&apos;S THING<br>PERSON&apos;S THINGS |- | INTERROGATIVE || valign=top| '''duhas?'''....''what (thing)?''<br>'''duhasi?'''....''what (things)?'' || valign=top| '''duhaas'''?....''which one?''<br>'''duhaasi'''?....''which ones?'' || valign=top| '''duhaat'''?....''which person?''?<br>'''duhwaat?'''....''which man?''<br>'''duhayt?'''....''which woman?''<br>'''duhaati?'''....''which people?''<br>'''duhwaati?'''....''which men?''<br>'''duhaayti?'''....''which women?'' || valign=top| '''duhat'''?....''who?, whom?''<br>'''duhwat?'''....''who?, whom?''<br>'''duhayt'''....''who?'' <br>'''duhati?'''....''who?, whom?''<br>'''duhwati?'''....''who?, whom?''<br>'''duhayti?'''....''who?, whom?'' || valign=top| '''duhatas?'''....''whose (thing)?''<br>'''duhwatas?'''....''whose''<br>'''duhaytas?'''....''whose?''<br>'''duhatasi?'''....''whose (things)?''<br>'''duhwatasi?'''....''whose?'' <br>'''duhaytasi?'''....''whose?'' |- | DEFINITE || valign=top| '''has'''....''it, the thing''<br>'''hasi'''....''they, them, the things''<br> || valign=top| '''haas'''....''the one''<br>'''haasi'''....''the ones''|| valign=top| '''haat'''....''the one''<br>'''hwaat'''....''the male one''<br>'''haayt'''....''the female one''<br>'''haasi'''....''the ones''<br>'''hwaasi'''....''the male ones''<br>'''haaysi'''....''the female ones'' || valign=top|'''hat'''....''the person, he, him''<br>'''hwat'''....''he, him''<br>'''hayt'''....''she, her''<br>'''hati'''....''the persons, they, them''<br>'''hwati'''....''the males, they, them''<br>'''hayti'''....''the females, they, them''|| valign=top| '''hatas'''....''whose''? (thing)<br>'''hwatas'''....''whose''<br>'''haytas'''....''whose'' <br>'''hatasi'''....''whose'' )things)<br>'''hwatasi'''....''whose''<br>'''haytasi'''....''whose'' |- | INDEFINITE || valign=top| '''hes'''....''something''<br>'''hesi'''....''some (things)''<br> || valign=top| '''heas'''....''a certain one''<br>'''heasi'''....''certain ones'' || valign=top| '''heat'''....''a certain one''<br>'''hweat'''....''a certain male''<br>'''heayt'''....''a certain female''<br>'''heati'''....''certain ones''<br>'''hweati'''....''some males''<br>'''heayti'''....''some females''|| valign=top|'''het'''....''someone''<br>'''hwet'''....''some male''<br>'''heyt'''....''some female'' <br>'''heti'''....''some (people)''<br>'''hweti'''....''some males'' <br>'''heyti'''....''some females''|| valign=top| '''hetas'''....''someone's''<br>'''hwetas'''....''some male's'' <br>'''heytas'''....''some female's''<br>'''hetasi'''....''some people's''<br>'''hwetasi'''....''some males&apos;''<br>'''heytasi'''....''some females&apos;'' |- | NEGATIVE || valign=top| '''hos'''....''nothing''<br>'''hosi'''....''no (things)''<br> || valign=top| '''hoas'''....''no, not a''<br>'''hoasi'''....''none'' || valign=top| '''hoat'''....''not a one''|| valign=top|'''hot'''....''nobody''|| valign=top| '''hotas'''....''nobody's'' |- | PROXIMAL || valign=top| '''his'''....''this''<br>'''hisi'''....''these''|| valign=top|'''hias'''....''this one''<br>-<br>'''hiasi'''....''these''|| valign=top|'''hiat'''....''this one''<br>'''hwiat'''....''this one''<br>'''hiayt'''....''this one''<br>'''hiati'''....''these ones''<br>'''hwiati'''....''these of the males''<br>'''hiayti'''....''these of the females''|| valign=top|'''hit'''....''this person''<br>'''hwit'''....''he, him''<br>'''hiyt'''....''she, her''<br>'''hiti'''....''these people, they, them''<br>'''hwiti'''....''these males''<br>'''hiyti'''....''these females''|| valign=top|'''hitas'''....''this person&apos;s, his''<br>'''hwitas'''....''this male&apos;s''<br>'''hiytas'''....''this female&apos;s''<br>'''hitasi'''....''this person&apos;s (things)'', ''theirs''<br>'''hwitasi'''....''this man&apos;s''<br>'''hiytasi'''....''this woman&apos;'' |- | IMMEDIATE || valign=top| '''hiis'''....''the following''<br>'''hiisi'''....''the following (things)''|| valign=top|'''hiias'''....''the following one''<br>'''hiiasi'''....''the following ones'' || valign=top|'''hiiat'''....''the following person''<br>'''hwiiat'''....''the following male''<br>'''hiiayt'''....''the following female''<br>'''hiiati'''....''the following ones''<br>'''hwiiati'''....''the following males''<br>'''hiiayti'''....''the following females''|| valign=top|'''hiit'''....''the following person''<br>'''hwiit'''....''the following male''<br>'''hiiyt'''....''the following female''<br>'''hiiti'''....''the following (people)''<br>'''hwiiti'''....''the following males''<br>'''hiiyti'''....''the following females''|| valign=top|'''hiitas'''....''the following person&apos;s (thing)''<br>'''hwiitas'''....''the following male&apos;s''<br>'''hiiytas'''....''the following female&apos;s''<br>'''hiitasi'''....''the following person&apos;s (things)''<br>'''hwiitasi'''....''the following male&apos;s''<br>'''hiiytasi'''....''the following female&apos;s'' |- | DISTAL || valign=top| '''hus'''....''that''<br>'''husi'''....''those''|| valign=top|'''huas'''....''that one''<br>'''huasi'''....''those'' || valign=top|'''huat'''....''that one''<br>'''hwuat'''....''that one of the males''<br>'''huayt'''....''that one of the females''<br>'''huati'''....''those people, they''<br>'''hwuati'''....''those males''<br>'''huayti'''....''those females''|| valign=top|'''hut'''....''that person, he, him''<br>'''hwut'''....''that guy, he, him''<br>'''huyt'''....''that female, she, her''<br>'''huti'''....''those people, they, them''<br>'''hwuti'''....''those males''<br>'''huyti'''....''those females''|| valign=top|'''hutas'''....''that person&apos;s, his''<br>'''hwutas'''....''his''<br>'''huytas'''....''hers''<br>'''hutasi'''....''that person's (things), his''<br>'''hwutasi'''....''his''<br>'''huytasi'''....''hers'' |- | INTENSIVE || valign=top| '''huus'''....''such, such a thing''<br>'''huusi'''....''such things''|| valign=top|'''huuas'''....''such a one''<br>'''huuasi'''....''such ones'' || valign=top|'''huuat'''....''such a person''<br>(rare)<br>(rare)<br>'''huuati'''....''such people''<br>(rare)<br>(rare)|| valign=top|'''huut'''....''such a person''<br>'''hwuut'''....''such a male''<br>'''huuyt'''....''such a female''<br>'''huuti'''....''such people''<br>'''hwuuti'''....''such males''<br>'''huuyti'''....''such females''|| valign=top|'''huutas'''....''such a person&apos;s''<br>(rare)<br>(rare)<br>'''huutasi'''....''such people&apos;s (things)''<br>(rare><br>(rare) |- |ABSOLUTE NEGATIVE || valign=top| '''hyos'''....''nothing at all''<br>'''hyosi'''....''none at all''|| valign=top|'''hyoas'''....''not a one whatever''<br>'''hyoasi'''....''none whatever'' || valign=top|'''hyoat'''....''not a single one''<br>'''hyoati'''....''none whatever''|| valign=top|'''hyot'''....''nobody at all''<br>'''hywot'''....''no male at all''<br>'''hyoyt'''....''no female whateveer''<br>'''hyoti'''....''no people at all''<br>'''hywoti'''....''no males at all''<br>'''hyoyti'''....''no females at all''|| valign=top|'''hyotas'''....''nobody's''<br>'''hyotasi'''....''nobody's <small>(things)</small>'' |- | DISTRIBUTIVE || valign=top| '''hyas'''....''everything, all''<br>'''hyasi'''....all things || valign=top| '''hyaas'''....each one<br>'''hyaasi'''....''all of them'' || valign=top|'''hyaat'''....''each one''<br>'''hyaati'''....''all of them''|| valign=top|'''hyat'''....''everyone''<br>'''hywat'''....''every male''<br>'''hyayt'''....''every female''<br>'''hyati'''....''all (people)''<br>'''hywati'''....''all males''<br>'''hyayti'''....''all females''|| valign=top| '''hyatas'''....''everyone's''<br>'''hyatasi'''....''everyone's <small>(things)</small>'' |- | INDETERMINATE || valign=top| '''hyes'''....''anything, whatever''<br>'''hyesi'''....''any''|| valign=top|'''hyeas'''....''whatever one''<br>'''hyeasi'''....''any of them'' || valign=top|'''hyeat'''....''whichever one''<br>'''hyeati'''....''whichever ones''|| valign=top|'''hyet'''....''anyone''<br>'''hywet'''....''any male''<br>'''hyeyt'''....''any female''<br>'''hyeti'''....''whoever''<br>'''hyweti'''....''whichever males''<br>'''hyeyti'''....''whichever females''|| valign=top|'''hyetas'''....''whoever's''<br>'''hyetasi'''....''anybody's <small>(things)</small>'' |- | IDENTICAL || valign=top| '''hyis'''....''the same thing''<br>'''hyisi'''....''the same things''|| valign=top|'''hyis'''....''the same one''<br>'''hyiasi'''....''the same ones'' || valign=top|'''hyiat'''....''the same one''<br>'''hyiati'''....''the same one''|| valign=top|'''hyit'''....''the same person''<br>'''hywit'''....''the same guy''<br>'''hyiyt'''....''the same woman''<br>'''hyiti'''....''the same people''<br>'''hywiti'''....''the same men''<br>'''hyiyti'''....''the same women''|| valign=top|'''hyitas'''....''the same person's''<br>'''hyitasi'''....''the same person's'' <small>(things)</small> |- | NON-IDENTICAL || valign=top| '''hyus'''....''something else''<br>'''hyusi'''....''other things''|| valign=top|'''hyuas'''....''the other one''<br>'''hyuasi'''....''the other ones'' || valign=top|'''hyuat'''....''the other one''<br>'''hyuati'''....''the others''|| valign=top|'''hyut'''....''someone else''<br>'''hywut'''....''the other guy''<br>'''hyuyt'''....''the other woman''<br>'''hyuti'''....''others''<br>'''hywuti'''....''the other guys''<br>'''hyuyti'''....''the other women''|| valign=top|'''hyutas'''....''someone else's''<br>'''hyutasi'''....''someone else's <small>(things)</small>'' |} : Here is a chart of pronominal deictic determiners of kind formed from the corresponding adjectival determiners of kind (eg. '''hoyena?'''....''what kind of...?''): :{| class="wikitable" style="background:lightyellow; font-size:smaller;" |+ Pronominal Deictic Determiners of Kind |- valign=top ! &nbsp; !! KIND OF THING<br>KIND OF THINGS !! KIND OF PERSON<br>KIND OF PEOPLE |- | INTERROGATIVE || valign=top| '''duhayenas?'''....''what kind of thing?''<br>'''duhayenasi?'''....''what kind of things?''|| valign=top|'''duhayenat?'''....''what kind of person?''<br>'''duhayenati?'''....''what kind of people?'' |- | DEFINITE || valign=top| '''hayenas'''....''the kind of thing''<br>'''hayenasi'''....''the kind of things''|| valign=top|'''hayenat'''....''the kind of person''<br>'''hayenati'''....''the kind of people'' |- | INDEFINITE || valign=top| '''heyenas'''....''some kind of thing''<br>'''heyenasi'''....''some kind of things''|| valign=top|'''heyenat'''....''some kind of person''<br>'''heyenati''' ....''some kind of people'' |- | NEGATIVE || valign=top| '''hoyenas'''....''no such thing''<br>'''hoyenasi'''....''no such things''|| valign=top|'''hoyenat'''....''no such person''<br>'''hoyenati'''....''no such people'' |- | PROXIMAL || valign=top| '''hiyenas'''....''this kind of thing, such a thing''<br>'''hiyenasi'''....''these kinds of things, such things''|| valign=top|'''hiyenat'''....''this kind of person, such a person''<br>'''hiyenati'''....''these kinds of people, such people'' |- | IMMEDIATE || valign=top| '''hiiyenas'''....''the following kind of thing''<br>'''hiiyenasi'''....''the following kinds of things''|| valign=top|'''hiiyenat'''....''the following kind of person''<br>'''hiiyenati'''....''the following kinds of people'' |- | DISTAL || valign=top| '''huyenas'''....''that kind of thing, such a thing''<br>'''huyenasi'''....''such things, such things''|| valign=top|'''huyenat'''....''that kind of person, such a person''<br>'''huyenati'''....''those kind of people, such people'' |- | INTENSIVE || valign=top| '''huuyenas'''....''such a thing''<br>'''huuyenasi'''....''such kinds of things''|| valign=top|'''huuyenat'''....''such a person''<br>'''huuyenati'''....''such kinds of people'' |- | ABSOLUTE NEGATIVE || valign=top| '''hyoyenas'''....''no such thing at all''<br>'''hyoyenasi'''....''no such things at all''|| valign=top|'''hyoyenat'''....''no such person whatever''<br>'''hyoyenati'''....''no such people whatever'' |- | DISTRIBUTIVE || valign=top| '''hyayenas'''....''every kind of thing''<br>'''hyayenasi'''....''all kinds of things''|| valign=top|'''hyayenat'''....''every kind of person''<br>'''hyayenati'''....''all kinds of people'' |- | INDETERMINATE || valign=top| '''hyeyenas'''....''any kind of thing''<br>'''hyeyenasi'''....''any kinds of things''|| valign=top|'''hyeyenat'''....''any kind of person''<br>'''hyeyenati'''....''any kinds of people'' |- | IDENTICAL || valign=top| '''hyiyenas'''....''the same kind of thing''<br>'''hyiyenasi'''....''the same kinds of things''|| valign=top|'''hyiyenat'''....''the same kind of person''<br>'''hyiyenati'''....''the same kinds of people'' |- | NON-IDENTICAL || valign=top| '''hyuyenas'''....''some other kind of thing''<br>'''hyuyenasi'''....''other kinds of things''|| valign=top|'''hyuyenat'''....''some other kind of person''<br>'''hyuyenati'''....''other kinds of people'' |} : Any of the above animate deictic determiners can (though rarely) be made to refer specifically to males or females with the ending '''-wat''' or '''-wati''' for males and '''-ayt''' or '''-ayti''' for females. For example: ''any kind of males'' would be translated with '''hyeyenwati.'''....''Every kind of female'' would be translated with '''hyayenayt'''. === Selective vs. Non-Selective Forms === : The pronominal deictic interrogative determiner '''hot?''' means ''who'' and contrasts with its '''''selective''''' counterpart '''hoat?''', which means ''which one?''. All the selective determiners refer to one or more things or persons from a selectable pool of things or persons. : The following sentences illustrate the use of the above pronominal determiners: ::* '''<u>Duhat</u> aka zajuba ek?'''....''<u>Who</u> won yesterday's game?'' ::* '''<u>Duhaat</u> bi ha akuti sa ha gwa fiat?'''....''<u>Which one</u> of the winners was the best?'' ::* '''<u>Duhata</u> tam se hus?'''....''<u>Whose</u> house is that?'' ::* '''<u>Duhatas</u> se hus?'''....''<u>Whose</u> is that?'' ::* '''<u>Duhatia</u> deuzi et gaife?'''....''<u>Whose</u> songs do you prefer?'' ::* '''<u>Duhatias</u> et gaife?'''....''<u>Whose</u> do you prefer?'' ::* '''<u>Duhass</u> se eta dyun?'''....''<u>What</u> is your name?'' ::* '''<u>Duhasi</u> se eta gaifuni?'''....''<u>What</u> are your preferences?'' ::* '''<u>Duha</u> deuzi se eta gwafiasi?'''....''<u>Which</u> songs are your best?'' ::* '''<u>Duhaasi</u> se eta gwafiasi?'''....''<u>Which ones</u> are your best?'' ::* '''Bi hia deuzuti, <u>hoat</u> et gafie?'''....''Of these vocalists, <u>which one</u> do you prefer?'' ::* '''<u>Hiiti</u> yaneko hijub.'''....''<u>The following people</u> will compete today.'' ::* '''<u>Duhaati</u> se gwa fia?'''....''<u>Which ones</u> are best?''' ::* '''<u>Duhati</u> et teexe gwa jodi?'''....''<u>Who (all)</u> do you listen to the most often?'' ::* '''<u>Huat</u> hu at teexe gwaxag draye ejna deuz.'''....''<u>The one</u> I listen to the most has written a new song.'' ::* '''Ejna deuz? At voy teste <u>haas</u> hu et tede.'''....''New song? I don't understand <u>which one</u> you mean.'' ::* '''<u>Hias</u>.'''....''<u>This one</u>.'' ::* '''Vo. <u>Huasi</u> se ga fia.'''....''No. <u>Those</u> are better.'' ::* '''<u>His</u> se jub av ivxelen.'''....''<u>This</u> is a day for celebration.'' ::* '''Va. <u>Hia</u> jub. At tese <u>hi</u>jub.'''....''Yes. <u>This</u> day. I mean <u>To-</u>day.'' ::* '''<u>Husi</u> sa <u>ha</u> jubi, ata dat!'''....''<u>Those</u> were <u>the</u> days, my friend!'' ::* '''<u>Duhas</u> se eta dyun?'''....''<u>What</u> is your name?'' ::* '''<u>Duhot</u> aka ha igpek?'''....''<u>Who</u> won the race?'' ::* '''<u>Hyas</u> uja fi.'''....''<u>Everything</u> ended well.'' ::* '''<u>Hyasi</u> uje.'''....''<u>All things</u> come to an end.'' ::* '''<u>Hyayenasi</u> vey kyesu.'''....''<u>All sorts of things</u> might happen.'' ::* '''<u>Hyos</u> yoka at.'''....''<u>Nothing</u> whatever surprised me.'' ::* '''<u>Hot</u> ta adut hu ako.'''....''<u>Nobody</u> knew who would win.'' ::* '''<u>Huayti</u>hu fu pier yefe.'''....''<u>Those females</u> who would like to leave may.'' ::* '''<u>Hyet</u> yefe eker hia ifek.'''....''<u>Anyone</u> can play this game.'' ::* '''<u>Huyenasi</u> voy afwo.'''....''<u>Such things</u> will not be permitted.'' ::* '''<u>Hua twob</u> voy taxe hia toyb.'''....''<u>That</u> man does not remember this woman.'' ::* '''<u>Huti</u> yanyexe fi.'''....''<u>Those guys</u> work well together.'' ::* '''<u>Huuyti</u> hyaj yubixe tezex.'''....''<u>Such females</u> always attract attention.'' ::* '''At jay teataye <u>hiyenasi</u>.'''....''I've seen <u>such things</u> before.'' ::* '''<u>Huyenwat</u> voy vabiwu.'''....''<u>A man like that</u> would not be accepted.'' ::* '''<u>Duhayenasi</u> weti iyfe xer je ha maj.'''....''<u>What kinds of things</u> do you guys like to do during the day?'' === Placement of Interrogatives === : In a sequence of adjectives before a noun, deictic determiners go first, eg.: ::* '''<u>Duha</u> ewa oga nyefi bewe et?'''....''<u>Which</u> two small bags belong to you?'' : In interrogative sentences, the interrogative deictic determiner (question word) often starts out the sentence, as in English. ::* '''<u>Duhas</u> se eta dyun?'''....''<u>What</u> is your name?'' ::* '''<u>Duhat</u> et teata aay hijub?'''....''<u>Who(m)</u> did you see first today?'' : Interrogative deictic determiners can also go at the end of sentence: ::* '''Eta dyun se <u>duhas</u>?'''....''What is your name?'' Lit. ''Your name is <u>what</u>?'' === Numerical Deictic Determiners === : Sometimes, a deictic determiner specifies numerical information. This chart shows those forms: :{| class="wikitable" style="background:lightyellow; font-size:smaller;" |+ Number-incorporating Deictic Determiners |- valign=top ! ADJECTIVE !! INANIMATE PRONOUN !! ANIMATE PRONOUN !! PRONOMINAL DETERMINER !! POSSESSIVE PRONOUN |- | '''hawa'''* ''the only'' || '''hawas'''....''the only thing''<br>'''hawasi'''....''the only things'' || '''hawat'''....''the only one (person)''<br>'''hawati'''....''the only ones''|| '''hawata'''....''the only person&apos;s'' || '''hawatas'''....''the only one&apos;s''<br>'''hawatasi'''....''the only one&apos;s (things)'' |- | '''hyawa'''* ''each'' || '''hyawas'''....''each one'' || '''hyawat'''....''each person''|| '''hyawata'''....''each person&apos;s'' || '''hyawatas'''....''each one&apos;s''<br>'''hyawatasi'''....''each one&apos;s (things)'' |- | '''hyaewa'''....''both'' || '''hyaewasi'''....''both (<small>things</small>)'' || '''hyaewati'''....''both (<small>people</small>)''|| '''bi hyaewati'''....''both person&apos;s'' || '''has bi hyaewati'''....''both person&apos;s''<br>'''hasi bi hyaewati'''....''both persone&apos;s (things)'' |- | '''hyaiwa'''....''all three'' || '''hyaiwasi'''....''all three (<small>things</small>)'' || '''hyaiwati'''....''all three (<small>people</small>)''|| '''hyaiwata'''....''all three person&apos;s'' || '''has bi hyaiwati'''....''all three person&apos;s''<br>'''hasi bi hyaiwati'''....''all three person&apos;s (things)'' |- | '''ohyawa'''....''not every'' || '''ohyawas'''....''not everything'' || '''ohyawat'''....''not everyone''|| '''ohyawata'''....''not every person&apos;s'' || '''ohyawatas'''....''not everyone&apos;s''<br>'''ohyawatasi'''....''not everyone&apos;s (things)'' |- | '''hyoawa'''....''not a single'' || '''hyoawas'''....''not a single thing'' || '''hyoawat'''....''not a single person''|| '''hyowata'''....''not a single person&apos;s'' || '''hyowatas'''....''not a single person&apos;s''<br>'''hyowatasi'''....''not a single person&apos;s (things)'' |- | '''hyeawa'''....''either'' || '''hyeawas'''....''either one'' || '''hyeawat'''....''either one (<small>person</small>)''|| '''hyeawata'''....''either one&apos;s'' || '''hyeawatas'''....''either one&apos;s''<br>'''hyeawatasi'''....''either one&apos;s (things)'' |- | '''hyeewa'''....''any two'' || '''hyeewasi'''....''any two things'' || '''hyeewati'''....''any two people''|| '''bi hyeewati'''....''any two person&apos;s'' || '''has bi hyeewati'''....''any two persons&apos;''<br>'''hasi bi hyeewati'''....''any two persons&apos; (things)'' |- | '''hyeowa'''....''neither'' || '''hyeowas'''....''neither one'' || '''hyeowat'''....''neither person''|| '''hyeawata'''....''neither person&apos;s'' || '''hyeowatas'''....''neither one&apos;s''<br>'''hyeowatasi'''....''neither one&apos;s (things)'' |- | '''hyuawa'''....''another'' || '''hyuawas'''....''another one'' || '''hyuawat'''....''another''|| '''hyuawata'''....''another&apos;s'' || '''hyuawatas'''....''another&apos;s''<br>'''hyuawatasi'''....''another&apos;s (things)'' |- | '''hyuowa'''....''no other'' || '''hyuowas'''....''nothing else'' || '''hyuowat'''....''nobody else''|| '''hyuowata'''....''no other&apos;s'' || '''hyuowatas'''....''no other&apos;s''<br>'''hyuowatasi'''....''no other&apos;s (things)'' |} :: *<small>'''Hawa''' and '''hyawa''' are short for '''haawa''' and '''hyaawa''', respectively.</small> : Examples using the above number-incorporating deictic determiners: ::* '''<u>Ohyawat</u> se iva bay eta vaod.'''....''<u>Not everyone</u> is happy with your decision.'' ::* '''<u>Hyaewasi</u> yafwe uxer yata efi.'''....''<u>Both (things)</u> can serve our needs.'' ::* '''<u>Hyeawa</u> tim ivlaxo at.'''....''<u>Either</u> room will satisfy me.'' ::* '''<u>Hyeowas</u> oivlaxo at.'''....''<u>Neither one</u> will dissatisfy me.'' : Note: '''Hyua''' means ''the other'', while '''hyuawa''' means ''another'', eg.: ::* '''At fu <u>hyua</u> til.'''....''I would like <u>the other</u> drink.'', vs. ::* '''At fu <u>hyuawa</u> til.'''....''I would like <u>another</u> drink.'' : Similarly, '''hya''' means ''every, all'', while '''hyawa''' means ''each'', eg.: ::* '''<u>Hya</u> dom ayse tebixea suni teaxer.'''....''<u>Every</u> city has interesting things to see.'' ::* '''<u>Hya</u> domi ayse tebixuni.'''....''<u>All</u> cities have things of interest.'' ::* '''<u>Hyawa</u> dom ayse tebixun.'''....''<u>Each</u> city has something of interest.'' : Also, '''ha''' means ''the'', while '''hawa''' means ''the only'', eg.: ::* '''<u>Hawa</u> twob nazea ata tezex se et.'''....''<u>The only</u> man worth my attention is you.'' ::* '''<u>Ha</u> twob hu at gwa ife se et.'''....''<u>The</u> man I most love is you.'' : By appending '''y''' to '''hawa''', we get the adverb '''haway'''....''only, solely'', eg; ::* '''<u>Haway</u> et nize ata tezex.'''....''<u>Only</u> you deserve my attention.''. : The singular person pronouns in the above chart can be converted into pronominal determiners by adding the adjective suffix '''a''', eg.: ::* '''<u>Hyawata</u> tej se ge glatesa vyel hyutas.'''....''<u>Each one's</u> life is as important as another's.'' ::* '''<u>Hyeowata</u> dyun se vyama.'''....''<u>Neither person's</u> name is real.'' : However, the plural person pronouns in the above chart use the preposition '''bi''' (''of'') to form possessives, eg.: ::* '''Ha teji <u>bi hyaiwati</u> se kyebukuwa.'''....''The lives <u>of all three</u> are in danger.'' : The above singular pronominal determiners can, in turn, be converted into inanimate pronouns with the suffix '''-s'''. ::* '''<u>Hyawatas</u> se glatesa.'''....''<u>Each one's</u> is important.'' ::* '''<u>Hyeowatas</u> se vyama.'''....''<u>Neither's</u> is real.'' : The plural pronominal determiners can be nominalized with the use of '''bi''', eg: ::* '''<u>Hyaiwasi</u> <u>bi huti</u> se kyebukuwa.'''....''<u>All three</u> <u>of theirs'</u> are in danger.'' : Correlative Number-incorporating Deictic Determiners are handled as follows: ::* '''Hyeawa A ey B'''....''either A or B'' ::* '''Hyeowa A oy B'''....''neither A nor B'' ::* '''Hyaewa A ay B'''....''both A and B'' ::* '''Hawa A, voy B'''....''only A, not B'' === Adverbial Deictic Determiners === : This tables shows a correlated set of '''''pro-adverbs''''' built through the agglutination of deictic prefixes and catetory stubs. This is not all-inclusive, because their are other similary-constructed pro-verbs relating to other categories. :{| class="wikitable" style="background:lightyellow; font-size:smaller;" |+ Adverbial Deictic Determiners |- valign=top ! PRO-ADVERBS !! MANNER<br>'''(b)<u>yen</u>''' !! PLACE<br>'''(ne)<u>m</u>''' !! TIME<br>'''<u>j</u>(ob)''' !! DEGREE<br>'''nog ~ gla<sup>1</sup>''' !! REASON<br>'''sav''' !! FREQUENCY<br>'''xag''' |- |- | INTERROGATIVE || '''duhayen?'''<br>''how?, in what way?'' || '''duham?'''<br>''where?'' || '''duhaj?'''<br>''when?'' || '''duhanog?''' ~ '''duhagla?'''<br>''how?, to what degree?'' || '''duhasav?'''<br>''why?'' || '''duhaxag?'''<sup>2</sup><br>''how often?'' |- | DEFINITE || '''hayen'''<br>''the way, how'' || '''ham'''<br>''the place, where'' || '''haj'''<br>''the time, when'' || '''hanog''' ~ '''hagla'''<br>''as, to the degree'' || '''hasav (hu)'''<br>''for the reason (that), because''||'''haxag'''<br>''as often (...as)'' |- | INDEFINITE || '''heyen'''<br>''somehow, in some way'' || '''hem'''<br>''somewhere'' || '''hej'''<br>''sometime'' || '''henog''' ~ '''hegla'''<br>''somewhat'' || '''hesav'''<br>''for some reason''||'''hexag'''<br>''with some frequency'' |- | NEGATIVE || '''hoyen'''<br>''in nowise'' || '''hom'''<br>''nowhere'' || '''hoj'''<br>''never'' || '''honog''' ~ '''hogla'''<br> ''not at all'' || '''hosav'''<br>''for no reason''||'''hoxag'''<br>''never'' |- | PROXIMAL || '''hiyen'''<br>''this way, so'' || '''him'''<br>''here'' || '''hij'''<br>''now'' || '''hinog''' ~ '''higla'''<br>''so, this, to this extent'' || '''hisav'''<br>''for this reason, hence''||'''hixag'''<br>''this often'' |- | IMMEDIATE || '''hiiyen'''<br>''in the following way'' || '''hiim'''<br>''hereby'' || '''hiij'''<br>''here now'' || '''hiinog''' ~ '''hiigla'''<br>''to the following extent'' || '''hiisav'''<br>''for the following reason''||'''hiixag'''<br>''as often as follows'' |- | DISTAL || '''huyen'''<br>''that way, thus'' || '''hum'''<br>''there'' || '''huj'''<br>''then'' || '''hunog''' ~ '''hugla'''<br>''so, that, to that extent'' || '''husav'''<br>''for that reason, therefore, so''||'''huxag'''<br> ''that often'' |- | INTENSIVE || '''huuyen'''<br>''in such a way, so, thus'' || '''huum'''<br>''at such a place'' || '''huuj'''<br>''at such a time'' || '''huunog''' ~ '''huugla'''<br>''so, to such an extend'' || '''huusav'''<br>''for such a reason''||'''huuxag'''<br>''so often'' |- | ABSOLUTE NEGATIVE || '''hyoyen'''<br>''in nowise whatever'' || '''hyom'''<br>''nowhere at all'' || '''hyoj'''<br>''never ever'' || '''hyonog''' ~ '''hyogla'''<br> ''not at all'' || '''hyosav'''<br>''for no reason whatever''||'''hyoxag'''<br>''never ever'' |- | DISTRIBUTIVE || '''hyayen'''<br>''totally, in every way'' || '''hyam'''<br>''everywhere'' || '''hyaj'''<br>''always'' || '''hyanog''' ~ '''hyagla'''<br>''totally'' || '''hyasav'''<br>''for every reason''||'''hyaxag'''<br>''always'' |- | INDETERMINATE || '''hyeyen'''<br>''anyway'' || '''hyem'''<br>''anywhere, wherever'' || '''hyej'''<br>''whenever'' || '''hyenog''' ~ '''hyegla'''<br>''however, to any degree'' || '''hyesav'''<br>''for whatever reason''||'''hyexag'''<br>''with whatever frequency'' |- | IDENTICAL || '''hyiyen<sup>3</sup> (hu)'''<br>''likewise, as, in the same way (that)'' || '''hyim'''<br>''at the same place'' || '''hyij'''<br>''at the same time'' || '''hyinog''' ~ '''hyigla''';<br>''as, to the same extent'' || '''hyisav'''<br>''for the same reason''||'''hyixag'''<br>''as often'' |- | NON-IDENTICAL || '''hyuyen<sup>4</sup>'''<br>''otherwise'' || '''hyum'''<br>''elsewhere'' || '''hyuj'''<br>''some other time'' || '''hyunog''' ~ '''hyugla'''<br>''not as'' || '''hyusav'''<br>''for some other reason''||'''hyuxag'''<br>''not as often'' |} : <small>Note 1: '''-nog''' and '''-gla''' forms are synonymous, insofar as expressions of degree are concerned.</small> : <small>Note 2 '''hoxag?''' and other frequency forms can be also expressed as '''hogla jodi?'''....''how many times''.</small> : <small>Note 3 '''hyi-''' can be substituted by '''gel-'''.</small> : <small>Note 4 '''hyu-''' can be substituted by '''ogel-'''.</small> : The longer, expanded forms of pro-adverbs can be used at any time. For example: ::* '''At egteato et <u>hejob</u>.'''....''I will see you again <u>sometime</u>.'' ::* '''<u>Duhasun</u> se eta dyun?'''....''<u>What</u> is your name?'' ::* '''Et yeyfe axler <u>hubyen</u>.'''....''You shouldn't act <u>that way</u>.'' : It should be noted that all of these pro-adverb determiners, unless used as nouns, such as in the sentence '''Iyt iyfe him.'''....''She likes this place (or) She likes it here.'', are really abbreviations of longer expressions with mostly the preposition '''be'''....''at''. For example, '''At tambeseya hum.''', meaning ''I used to live there.'' is ignoring the preposition '''be''' from the longer, more explicit version '''At tambeseya <u>be</u> hum.''', lit. ''I used to live <u>at</u> that-place''. The proper preposition must be explicitly present if something other than '''be'''....''at'' is meant. For example, ''<u>from</u> where?'' is expressed as '''<u>bi</u> hom?''' Similarly, ''<u>up until</u> then'' would be expressed as '''<u>byu</u> huj'''. : Here are some examples of how adverbial determiners are used: ::* '''<u>Duham</u> et tambese?'''....''<u>Where</u> do you live?''&nbsp;&nbsp; < &nbsp;&nbsp;'''Et tambese <u>be DUHAa neM</u>?'''....''You live <u>at what place</u>.'') ::* '''At tambese <u>hum</u>.'''....''I live <u>there</u>.'' ::* '''Et tambese <u>hum</u> hu ha mep uje.'''....''You live <u>where</u> the road ends.'' ::* '''<u>Duham</u> weti peye?'''....''<u>Where</u> are you guys going?'' ::* '''Et yafe per <u>hyem</u> hu et fu.'''....''You can go <u>anywhere</u> you want.'' ::* '''<u>Duham</u> et byise?'''....''<u>Where</u> are you from?'' (Lit: ''Where do you originate.'' ::* '''<u>Duhaj</u> et taja?'''....''<u>When</u> were you born?'' ::* '''At voy tajaya <u>huj</u>.'''....''I had not been born <u>then</u>.'' ::* '''Et yeyfe duder <u>hiiyen</u>.'''....''You should respond <u>in the following way</u>.'' ::* '''Ot voy yefe daler <u>huuyen</u>.'''....''One must not talk <u>in such a manner</u>.'' ::* '''Et pia <u>hesav</u>.'''....''He left <u>for some reason</u>.'' ::* '''<u>Duhayen</u> et iyfe hia vafil?'''....''<u>How</u> do like this wine?'' ::* '''Voy se fia axer <u>hiyen</u>.'''....''It is not good to act <u>this way</u>.'' ::* '''<u>Duhasav</u> et tadsa <u>huunog</u> jwa?'''....''<u>Why</u> did you marry <u>so</u> late?'' ::* '''Ha tob pia <u>hyosav</u>.'''....''The man left <u>for no reason</u>.'' ::* '''Hwat pia <u>hasav hu</u> it efa per hyum.'''....''The guy left <u>because( ~ [for] the reason that)</u> he needed to go elsewhere.'' : The different, somewhat confusing, meanings of ''how'' are illustrated here: ::* '''<u>Duhayen</u> wit xa hus?'''....''<u>How</u> did he do that?''.... (Equivalent to '''Be hoa byen...?'''....''In what way...?'') (ADVERB OF MANNER) ::* '''<u>Duhayen</u> et xeye?'''....''<u>How</u> are you doing?''.... (This is the normal way of saying ''How are you?'' or ''How do you do?'' (ADVERB OF MANNER) ::* '''<u>Duhayena</u> sa ha dyezun?'''....'' <u>How</u> was the film?''.... (''How'' here is an ADJECTIVE OF KIND, and thus ends in '''-a'''.) ::* '''<u>Duhanog (= Duhagla)</u> aga it se?'''....''<u>How</u> big is he?''.... (ADVERB OF DEGREE) ::* '''<u>Huunog (= Duhagla)</u> iyfla et se!'''....''<u>How</u> nice you are!''.... (ADVERB OF EMPHATIC DEGREE) : The conjunction ''as'' is expressed most often using pro-adverbs of manner: ::* '''Xu <u>hayen hu</u> at de.'''....''Do <u>as</u> I say.'' = (in) the way that... ::* '''Xu <u>hyiyen hu</u> (or '''gelyen hu''' or even '''gel''') at xe.'''....''Do <u>as</u> I do.'' = (in) the same way that... ::* '''Xu <u>hiiyen</u>:'''....''Do <u>as follows</u>:'' = (in) this hereby manner... : However, the particle '''gel''' (''like, as'') can be substituted: ::* '''Xu <u>gel</u> at de.'''....''Do <u>as</u> I say.'' : Many of the pro-adverb determiners in the above chart can be relativized by adding the relative marker '''hu''' after the base form, eg: ::* '''At teaso et <u>haj hu</u> et puo him.'''....''I will see you <u>when</u> you get here.'' ::* '''It xa has <u>hasav hu</u> tosa yefa.'''....''He did it <u>because (for the reason that)</u> he felt compelled.'' ::* '''<u>Hyem hu</u> et po, et so ga iva.'''....''<u>Wherever</u> you go, you'll be happier.'' : See more about this in the section on relative clauses under Verbs. === Quantitative Deictic Determiners === : The deictic prefixes can be combined with '''gla''' to form quantitative expressions acting as adverbial or adjectival determiners, and substantives (pronouns referring to things or people): :{| class="wikitable" style="background:lightyellow; font-size;smaller;" |+ Quantitative Deictic Determiners |- valign=top ! !! ADVERBIAL / ADJECTIVAL<br>DETERMINER !! INANIMATE SINGULAR<br>PRONOUN !! INANIMATE PLURAL <br>PRONOUN !! ANIMATE PLURAL<br>PRONOUN |- | INTERROGATIVE || '''duhagla?'''....''how?/how much?/how many?'' || '''duhaglas?'''....''how much?'' || '''duhaglasi?'''....''how many'' || '''duhaglati?'''....''how many (people)?'' |- | DEFINITE || '''hagla'''....''how/as much/as many'' || '''haglas'''....''as much'' || '''haglasi'''....''as many'' || '''haglati'''....''as many (people)'' |- | INDEFINITE || '''hegla'''....''somewhat/some/some'' || '''heglas'''....''some'' || '''heglasi'''....''some'' || '''heglati'''....''some (people)'' |- | NEGATIVE || '''hogla'''....''no'' || '''hoglas'''....''none of it'' || '''hoglasi'''....''none of them '' || '''hoglati'''....''none'' |- | PROXIMAL || '''higla'''....''this/this much/this many'' || '''higlas'''....''this much'' || '''higlasi'''....''this many'' || '''higlati'''....''this many (people)'' |- | DISTAL || '''hugla'''....''that/that much/that many'' || '''huglas'''....''that much'' || '''huglasi'''....''that many''<br>'''huyglasi'''....''so many'' || '''huglati'''....''that many (people)'' |- | EMPHATIC || '''huugla'''....''so very, so much, so many'' || '''huuglas'''....''so much'' || '''huuglasi'''....''so many'' || '''huuglati'''....''so many (people)'' |- | ABSOLUTE NEGATIVE || '''hyogla'''....''not at all/no/no'' || '''hyoglas'''....''none of it whatever'' || '''hyoglasi'''....''none of them at all'' || '''hyoglati'''....''none whatever'' |- | DISTRIBUTIVE || '''hyagla'''....''totally/all/all'' || '''hyaglas'''....''all of it'' || '''hyaglasi'''....''all of them'' || '''hyaglati'''....''all'' |- | INDETERMINATE || '''hyegla'''....''however/any/any'' || '''hyeglas'''....''any of it'' || '''hyeglasi'''....''any of them'' || '''hyeglati'''....''any number of them'' |- | IDENTICAL || '''hyigla'''....''as/as much/as many, equally'' || '''hyiglas'''....''the same amount'' || '''hyiglasi'''....''the same number'' || '''hyiglati'''....''as many (people)'' |- | NON-IDENTICAL || '''hyugla'''....''not as much/not as much/not as many'' || '''hyuglas'''....''a different amount'' || '''hyuglasi'''....''a different number of things'' || '''hyuglati'''....''a different number of people'' |} : Here are some examples showing how these quantitative determiners are used: ::* '''Et deuze <u>huugla</u> fi.'''....''You sing <u>so</u> well.'' ::* '''At se <u>hegla</u> booka.'''....''I am <u>somewhat</u> tired.'' ::* '''<u>Hogla</u> pati et teata hijub?'''....''<u>How many</u> birds did you see today?'' ::* '''At teata vyavay <u>hugla</u> tami.'''....''I saw exactly <u>that many</u> houses.'' ::* '''Iyt fe <u>hyiglas</u> vyel et.'''....''She wants <u>the same amount</u> as you.'' ::* '''<u>Duhaglati</u> yantexe yet?'''....''<u>How many (people)</u> agree with you?'' ::* '''<u>Hoglati</u> yantexe.'''....''<u>None</u> agree.'' ::* '''Yit fu <u>heglasi</u>.'''....''They would like <u>some (of them)</u>.'' ::* '''Et yafe bier <u>hyeglasi</u> et fe.'''....''You can take <u>however many</u> you want.'' ::* '''At se <u>huugla</u> booka.'''....''I am <u>so</u> tired.'' : NOTE: The following determiners are synonymous and interchangeable: ::* '''hegla''' = '''gle''' = '''henog''' (''somewhat, to some degree'') ::* '''hyigla''' = '''ge''' = '''hyinog''' (''as, equally, to the same degree'') : The determiners '''hogla''' and '''huugla''' can be used as exclamatory adverbs, eg.: ::* '''<u>Hogla</u> et agsaye!'''....''<u>How</u> you have grown!'' ::* '''Hua twob jagsaye <u>huugla</u>!'''....''That man has aged <u>so much</u>!'' ::* '''Hia jotul se <u>huugla</u> fiteluza!'''....''This dessert is <u>sooo</u> delicious!'' :: '''''Pronominal Determiners''''' : For a discussion of '''''pronominal determiners''''' (or '''''possessive adjectives''''') like ''my, mine, yours, our own, etc.'', see [[Mirad_Grammar/Pronouns#Pronominal Determiners|Pronominal Determiners]] under Pronouns. <noinclude>{{Chapter navigation with TOC|Adverbs|Pronouns}}</noinclude> == Pronominal Determiners == : Pronominal Determiners are what are more often called '''''possessive adjectives''''' such as ''my'' or ''your'' and are discussed in a subsection of [[Mirad Grammar/Pronouns#Pronominal Determiners|Pronouns]]. == Quantitative Determiners == : '''''Quantitative determiners''''' act in one of several ways, they: ::* specify mass, uncountable, singular nouns for relative AMOUNT, eg. ''much happiness, less work'' ::* specify countable nouns for relative NUMBER, eg. ''one apple, two birds, many places'' ::* specify adverbs, adjectives, and verbs for relative DEGREE, eg. ''how poorly, very good, eat too much''. : From these, pronominalized quantitative determiners for PERSONS and THINGS can be derived. ::* Inanimate singular pronouns are formed by adding '''s''' for AN AMOUNT OF A THING ::* Inanimate plural pronouns are formed by adding '''si''' for A NUMBER OF THINGS ::* Animate plural pronouns are formed by adding '''ti''' for A NUMBER OF PERSONS. : The following table presents most of these word forms: {| class="wikitable" style="background:lightyellow; margin-left:1.6em; font-size:smaller;" |+ Quantitative Determiners |- ! ADVERB / ADJECTIVE !! SINGULAR INANIMATE PRONOUN !! PLURAL INANIMATE PRONOUN !! PLURAL ANIMATE PRONOUN |- ! DEGREE: How...(big / quickly)?<br>AMOUNT: How much...(money)?<br>NUMBER: How many...(books)? !! AMOUNT: How much...(+ STUFF)? !! NUMBER: How many...(+ THINGS)? !! NUMBER: How many...(+ PEOPLE)? |- | '''ga'''....''more'' || '''gas'''....''more (stuff)'' || '''gasi'''....''many (things)'' || '''gati'''....''many (people)'' |- | '''ge'''....''as, as much, as many'' || '''ges'''....''as much (stuff)'' || '''gesi'''....''as many (things)'' || '''geti'''....''as many people'' |- | '''go'''....''less, fewer'' || '''gos'''....''less (stuff)'' || '''gosi'''....''fewer (things)'' || '''goti'''....''fewer (people)'' |- ! !! !! !! |- | '''gla'''....''very, much, many''<br>'''glay'''....''so, so much, so many'' || '''glas'''....''much (stuff)''<br>'''glays'''....''so much stuff'') || '''glasi'''....''many (things)''<br>'''glaysi'''....''so many (things)'' || '''glati'''....''many (people)''<br>'''glayti'''....''so many (people)'' |- | '''gle'''....''rather, quite a lot, quite a few'' || '''gles'''....''quite a lot (of stuff)'' || '''glesi'''....''quite a lot (of things)'' || '''gleti'''....''quite a few (people)'' |- | '''glo'''....''slightly, a little, few'' || '''glos'''....''a little bit'' || '''glosi'''....''a few (things)'' || '''gloti'''....''few (people)'' |- ! !! !! !! |- | '''gra'''....''too, too much, too many'' || '''gras'''....''too much (stuff)'' || '''grasi'''....''too many (things)'' || '''grati'''....''too many (people)'' |- | '''gre'''....''enough'' || '''gres'''....''enough (stuff)'' || '''gresi'''....''enough (things)'' || '''greti'''....''enough (people)'' |- | '''gro'''....''insufficiently, too little, too few'' || '''gros'''....''too little'' || '''grosi'''....''too few'' || '''groti'''....''too few (people)'' |- ! !! !! !! |- | '''gwa'''....''most'' || '''gwas'''....''the most (stuff)'' || '''gwasi'''....''the most (things)'' || '''gwati'''....''most people'' |- | '''gwe'''....''just so (much/many)'' || '''gwes'''....''just so much'' || '''gwesi'''....''just so many'' || '''gweti'''....''just so many (people)'' |- | '''gwo'''....''least'' || '''gwos'''....''the least (stuff)'' || '''gwosi'''....''the least (number of)'' || '''gwoti'''....''the least number (of people)'' |} : Examples Using Quantitative Determiners :: Adverbs of degree modifying an adjective: :::* '''At se <u>gla</u> iva.'''....''I am <u>very</u> happy.'' :::* '''Et sa <u>gra</u> uga.'''....''You were <u>too</u> slow.'' :: Adverbs of Degree modifying another adverb: :::* '''Twobi dale <u>ge</u> igay vyel toybi.'''....''Men talk <u>as</u> fast as women.'' :::* '''Yat yexe <u>ga igay</u> vyel yet.'''....''We work faster (= <u>more quickly</u>) than you.'' :: Adjectives quantifying a singular mass noun: :::* '''<u>Ga</u> nas efwo.'''....''<u>More</u> money will be needed.'' :::* '''<u>Gra</u> nas noxwa.'''....''<u>Too much</u> money was spent.'' :: Adjectives quantifying a plural countable noun (= things or people): :::* '''At ayse <u>gro</u> sari.'''....''I've got <u>too few</u> tools.'' :::* '''<u>Gla</u> tami osexwa.'''....''<u>Many</u> houses were destroyed.'' :::* '''Yat efe <u>gla ga</u> valkdibuti.'''....''We need <u>many more</u> policemen.'' :: Pronouns referring to a mass amount of something (= stuff): :::* '''<u>Gas</u> ilokeye.'''....''<u>More (stuff)</u> is leaking.'' :::* '''Et dileye <u>gras</u>.'''....''You are asking for <u>too much (stuff)</u>.'' :::* '''Yat kexo <u>gwas</u>.'''....''We will seek <u>as much (stuff) as possible</u>.'' :::* '''At iba <u>gwes</u>.'''....''I received <u>just the right amount.</u>'' :: Pronouns referring to a countable number of things: :::* '''Hisi se fia oy yat fe <u>gasi</u>.'''....''These (items) are good but we want <u>more (items)</u>.'' :::* '''At teate drilari oy <u>grosi</u>.'''....''I see pens, but <u>too few</u>.'' :: Pronouns referring to a countable number of people: :::* '''<u>Grati</u> xaye vyoki be hia yexem.'''....''<u>Too many (people)</u> have made mistakes at this work site.'' :::* '''<u>Glati</u> dyunwe oy <u>gloti</u> kexbiwe.'''....''<u>Many</u> are called but <u>few</u> are chosen.'' == Numerical Determiners == : Numerical determiners are number words that modify nouns, such as ''one'', ''fifty'', ''a hundred''. They are based on the cardinal numbers, which are explained here: === Cardinal Numerals === : The cardinal numerals are words used in counting. These words are based on the vowels of Mirad and are crucial to any hierarchical or scalar ordering of lexical concepts. :* The unit cardinal numbers are formed from the plain and pre-'''y'''-glided vowels: :::{| class="wikitable" style="background:lightyellow; text-align:center" |+ Unit Cardinal Numbers |- ! 0 !! 1 !! 2 !! 3 !! 4 !! 5 !! 6 !! 7 !! 8 !! 9 |- | '''o''' || '''a''' || '''e''' || '''i''' || '''u''' || '''yo''' || '''ya''' || '''ye''' || '''yi''' || '''yu''' |- | ''zero'' || ''one'' || ''two'' || ''three'' || ''four'' || ''five'' || ''six'' || ''seven'' || ''eight'' || ''nine'' |} :: The cardinal numerals 5-9 are pre-y-glided versions of the vowels that constitute 0-4. ==== Ordinal Vowels ==== ::* The cardinal numerals are used as '''''ordinal vowels''''' in word-building. An example is the word '''mer''' (''planet''). Here, the cardinal numbers are added as a secondary ordinal vowel to the stem vowel to create the names of the planets in our solar system: :::{| class="wikitable" style="background:lightyellow" |+ Planet names |- ! MONTH !! ORDINAL VOWEL....NUMERIC VALUE |- | '''me<u>a</u>r'''....''Mercury'' || '''a'''....1 |- | '''me<u>e</u>r'''....''Venus'' || '''e'''....2 |- | '''me<u>i</u>r'''....''Earth'' || '''i'''....3 |- | '''me<u>u</u>r'''....''Mars'' || '''u'''....4 |- | '''me<u>yo</u>r'''....''Jupiter'' || '''yo'''....5 |- | '''me<u>ya</u>r'''....''Saturn'' || '''ya'''....6 |- | '''me<u>ye</u>r'''....''Uranus'' || '''ye'''....7 |- | '''me<u>yi</u>r'''....''Pluto'' || '''yi'''....8 |} ::(See more on this in the section on [[Mirad Grammar/Vocabulary Formation|Vocabulary Formation]]. ::* The cardinal numerals are also used in counting, for example, at a sports countdown. ::* The cardinal numerals are employed in reciting telephone numbers and addresses, for example: ::: '''Ata yibdalar sag se 703-842-6190 (pronounced: ye-o-i-yi-u-e-ya-a-yu-o).'''....''My telephone number is...''. ::: '''At tambese 114 Maple Street.''' (pronouned: '''a-a-u''' Maple Street) ::* They are further used in mathematical operations. For example: ::: '''E gab e se u.'''....''Two plus two is four.'' ==== Units ==== :: To make the unit numerals more understandable in contexts such as counting, arithmetic, and telephone communications, the unit formant '''wa''' is added to them. The '''wa''' formant is added only when the unit numbers stand alone, not in conjunction with higher numerals, such as the teens, hundreds, etc. More importantly, the numbers 0-9, when used as '''''adjectival numerical determiners''''' modifying nouns, MUST take this '''wa''' formant (see the section below on [[Mirad Grammar/Determiners#Integral Numerical Determiners|Integral Numerical Determiners]]. :::{| class="wikitable" style="background:lightyellow" |+ Unit Numerals with '''wa''' Formant |- ! 0 !! 1 !! 2 !! 3 !! 4 !! 5 !! 6 !! 7 !! 8 !! 9 |- | '''owa''' || '''awa''' || '''ewa''' || '''iwa''' || '''uwa''' || '''yowa''' || '''yawa''' || '''yewa''' || '''yiwa''' || '''yuwa''' |- | ''zero'' || ''one'' || ''two'' || ''three'' || ''four'' || ''five'' || ''six'' || ''seven'' || ''eight'' || ''nine'' |} : Examples: :::* '''Ata kosag se "awa yowa ewa yiwa".'''....''My code is "one five two eight".'' :::* '''<u>Uwa</u> tami.'''....''<u>Four</u> houses.'' :::* '''At bee <u>yuwa</u> tudi.'''....''I have <u>nine</u> children.'' :::* '''Iyt bee <u>owa</u> tud.'''....''She has <u>no (=zero)</u> children (=child).'' ==== Decades ==== ::* The decade formant '''-l-''' is used to form the '''''decades'''''. Followed by '''-o'''....''zero'', we have the base decade numbers: :::{| class="wikitable" style="background:lightyellow" |+ Decades with the -l- Formant |- ! 10 !! 20 !! 30 !! 40 !! 50 !! 60 !! 70 !! 80 !! 90 |- | '''alo''' || '''elo''' || '''ilo''' || '''ulo''' || '''yolo''' || '''yalo''' || '''yelo''' || '''yilo''' || '''yulo''' |- | ''ten'' || ''twenty'' || ''thirty'' || ''forty'' || ''fifty'' || ''sixty'' || ''seventy'' || ''eighty'' || ''ninety'' |} ::: By changing the '''o'''....''zero'' in '''lo''' to other cardinal unit numerals, the numerals within decades can be generated as follows: :::{| class="wikitable" style="background:lightyellow" |+ Decadal Counting |- | '''ala'''....''11'' || '''ela'''....''21'' || '''ila'''....''31'' || '''ula'''....''41'' || '''yola'''....''51'' || '''yala'''....''61'' || '''yela'''....''71'' || '''yila'''....''81'' || '''yula'''....''91'' |- | '''ale'''....''12'' || '''ele'''....''22'' || '''ile'''....''32'' || '''ule'''....''42'' || '''yole'''....''52'' || '''yale'''....''62'' || '''yele'''....''72'' || '''yile'''....''82'' || '''yule'''....''92'' |- | ... || ... || ... || ... || ... || ... || ... || ... || ... |- | '''alyu'''....''19'' || '''elyu'''....''29'' || '''ilyu'''....''39'' || '''ulyu'''....''49'' || '''yolyu'''....''59'' || '''yalyu'''....''69'' || '''yelyu'''....''79'' || '''yilyu'''....''89'' || '''yulyu'''....''99'' |} ==== Hundreds ==== ::* By adding the hundreds formant '''s''', you get the '''''hundreds''''': :::{| class="wikitable" style="background:lightyellow" |+ Hundreds with the -s- Formant |- ! 100 !! 200 !! 300 !! 400 !! 500 !! 600 !! 700 !! 800 !! 900 |- | '''aso''' || '''eso''' || '''iso''' || '''uso''' || '''yoso''' || '''yaso''' || '''yeso''' || '''yiso''' || '''yuso''' |} ::: All the numerals in-between the hundreds, can be generated by modifying the '''so''' ending, for example: :::* '''asa'''....''101'' :::* '''asale'''....''112'' :::* '''usyulyu'''....''599'' ==== Thousands ==== ::* The '''''thousands''''' are generated with the formant '''r''': : :: Note: The number categories starting with the thousands on up end in '''-o''' and are separated from the rest of a number by a space. :::{| class="wikitable" style="background:lightyellow" |+ Thousands |- ! 1000 !! 2000 !! 3000 !! 4000 !! 5000 !! 6000 !! 7000 !! 8000 !! 9000 |- | '''aro''' || '''ero''' || '''iro''' || '''uro''' || '''yoro''' || '''yaro''' || '''yero''' || '''yiro''' || '''yuro''' |} :::* '''aro'''....''1,000'' :::* '''aro a'''....''1,001'' :::* '''ero isi'''....''2,300'' :::* '''yoro yasula'''....''5,641'' ==== Millions ==== ::* The '''''millions''''' are generated with the formant '''ml''': :::{| class="wikitable" style="background:lightyellow" |+ Millions with the -ml- Formant |- ! 1000,000 !! 2000,000 !! 3000,000 !! 4000,000 !! 5000,000 !! 6000,000 !! 7000,000 !! 8000,000 !! 9000,000 |- | '''amlo''' || '''emlo''' || '''imlo''' || '''umlo''' || '''yomlo''' || '''yamlo''' || '''yemlo''' || '''yimlo''' || '''yumlo''' |} :::* '''emlo yala'''....''2,000,051'' :::* '''umlo esu'''....''4,000,204'' ==== Billions ==== ::* The '''''billions''''' are generated with the formant '''mr'''; :::{| class="wikitable" style="background:lightyellow" |+ Billions |- ! 1000,000,0000 !! 2000,000,0000 !! 3000,000,0000 !! 4000,000,0000 !! 5000,000,0000 !! 6000,000,0000 !! 7000,000,0000 !! 8000,000,0000 !! 9000,000,0000 |- | '''amro''' || '''emro''' || '''imro''' || '''umro''' || '''yomro''' || '''yamro''' || '''yemro''' || '''yimro''' || '''yumro''' |} :::* '''imro emlo yoro asyula'''....''three billion, two million, five thousand, one hundred fifty one'' :::* '''iro asyulyo'''....''3,195'' :::* '''yamlo asyulyo'''....''6,000,195'' :::* '''alomro yelyomlo asyilyaro yusele'''....''10,075,186,922'' ==== Trillions etc. ==== : The '''''trillions''''' are generated with the word '''garale''', which means ''10 to the positive power of 12 or 10<sup>+10</sup>.'' : The '''''trillionths''''' are generated with the word '''gorale''', which means ''10 to the negative power of 12 or 10<sup>-10</sup>.'' ::* '''iwa garale aoti'''....''three trillion people'' ::* '''uwa goraleni bi ha mor'''....''three trillionths of the universe'' : Even higher numbers are shown in the chart in the next section. === Overall Numbers Chart === : The following chart shows the entire Mirad number scheme: : <table style="border-collapse: collapse; min-width: 100%;"><tr><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 70px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">RADICAL</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;">CARDINAL ADJECTIVE</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 70px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">MULTIPLE<br>PREFIX</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 81px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">ORDINAL ADJECTIVE</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 67px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">MULTIPLE</span></div><div><span style="font-size: 11px; line-height: 15px;">ENTITY</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 78px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">MULTIPLE</span></div><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">PERSON</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 75px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">MULTIPLE</span></div><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">ADJECTIVE</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 84px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">MULTIPLE</span></div><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">VERB</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 92px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">FRACTION</span></div><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">NOUN</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 74px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">FRACTION</span></div><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">PREFIX</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 82px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">FRACTION</span></div><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">ADJECTIVE</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 79px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">FRACTION</span></div><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">VERB</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">o</span></div><div><span style="font-size: 8pt; font-style: italic;">zero</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">owa</span></div><div><span style="font-size: 8pt; font-style: italic;">zero</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">on</span><span style="font-size: 8pt; font-style: italic;">-</span></div><div><span style="font-size: 8pt; font-style: italic;">null-, non-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">oa</span></div><div><span style="font-size: 8pt; font-style: italic;">zeroth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">oon</span></div><div><span style="font-size: 8pt; font-style: italic;">nonentry</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">o</span><span style="font-size: 8pt; font-weight: bold;">o</span><span style="font-size: 8pt; font-weight: bold;">t</span></div><div><span style="font-size: 8pt; font-style: italic;">nonperson</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">onxer</span></div><div><span style="font-size: 8pt; font-style: italic;">nullify</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><span style="font-size: 8pt;"><br/></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><br/></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">a</span></div><div><span style="font-size: 8pt; font-style: italic;">one</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">awa</span></div><div><span style="font-size: 8pt; font-style: italic;">one</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">an</span><span style="font-size: 8pt; font-style: italic;">-</span></div><div><span style="font-size: 8pt; font-style: italic;">uni-,</span></div><div><span style="font-size: 8pt; font-style: italic;">mono-</span></div><div><span style="font-size: 8pt; font-style: italic;">haplo-,</span></div><div><span style="font-size: 8pt; font-style: italic;">singul-</span></div><div><span style="font-size: 8pt; font-style: italic;">solo-, one-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt; font-style: italic; font-weight: bold;">aa</span></div><div><span style="font-size: 8pt; font-style: italic;">first, </span></div><div><span style="font-size: 8pt; font-style: italic;">primary</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">aon</span></div><div><span style="font-size: 8pt; font-style: italic;">unit,</span></div><div><span style="font-size: 8pt; font-style: italic;">monad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">aot</span></div><div><span style="font-size: 8pt; font-style: italic;">individual</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">aona</span></div><div><span style="font-size: 8pt; font-style: italic;">unitary,</span></div><div><span style="font-size: 8pt; font-style: italic;">haplo-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">aonxer</span></div><div><span style="font-size: 8pt; font-style: italic;">unify</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><span style="font-weight: bold; font-size: 8pt;">ayn</span></div><div><span style="font-style: italic; font-size: 8pt;">whole</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">ayn</span><span style="font-size: 8pt; font-style: italic;">-</span></div><div><span style="font-size: 8pt; font-style: italic;">holo-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">ayna</span></div><div><span style="font-size: 8pt; font-style: italic;">whole</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">aynxer</span></div><div><span style="font-size: 8pt; font-style: italic;">integrate</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>e</b></span></div><div><span style="font-size: 8pt; font-style: italic;">two</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ewa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">two</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>en</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">di-, du-,bi-, bin-, bis-, dupli-, diplo-</span></div><div><span style="font-size: 8pt; font-style: italic;">dis-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ea</b></span></div><div><span style="font-size: 8pt; font-style: italic;">second</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>eon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">pair,</span></div><div><span style="font-size: 8pt; font-style: italic;">dyad,</span></div><div><span style="font-size: 8pt; font-style: italic;">duplex</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>eot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">couple, </span></div><div><span style="font-size: 8pt; font-style: italic;">duo,</span></div><div><span style="font-size: 8pt; font-style: italic;">twin</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>eona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">double,</span></div><div><span style="font-size: 8pt; font-style: italic;">two-fold,</span></div><div><span style="font-size: 8pt; font-style: italic;">binary</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>eonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">double, duplicate</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">eyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">half</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;">eyn<i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">semi-, </span></div><div><span style="font-size: 8pt; font-style: italic;">demi-, </span></div><div><span style="font-size: 8pt; font-style: italic;">half-. </span></div><div><span style="font-size: 8pt; font-style: italic;">hemi-</span></div><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>eyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">half</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>eynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">halve,</span></div><div><span style="font-size: 8pt; font-style: italic;">cut in two</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;">i</span></div><div><span style="font-size: 8pt; font-style: italic;">three</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>iwa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">three</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>in</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">tri-, triplo-, tris-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ia</b></span></div><div><span style="font-size: 8pt; font-style: italic;">third,</span></div><div><span style="font-size: 8pt; font-style: italic;">terciary</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ion</b></span></div><div><span style="font-size: 8pt; font-style: italic;">triple,</span></div><div><span style="font-size: 8pt; font-style: italic;">triad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>iot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">trio,</span></div><div><span style="font-size: 8pt; font-style: italic;">threesome, triplet</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>iona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">triple,</span></div><div><span style="font-size: 8pt; font-style: italic;">three-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ionxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">triple, triplicate</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">iyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">third</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>iyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">terci-,</span></div><div><span style="font-size: 8pt; font-style: italic;">trient-</span></div><div><span style="font-size: 8pt; font-style: italic;">ter-, tern-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>iyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">third</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>iynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut three way</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>u</b></span></div><div><span style="font-size: 8pt; font-style: italic;">four</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uwa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">four</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>un</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">quadri-,</span></div><div><span style="font-size: 8pt; font-style: italic;">tetra-, tetraplo-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ua</b></span></div><div><span style="font-size: 8pt; font-style: italic;">fourth, quaternary</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quartet,</span></div><div><span style="font-size: 8pt; font-style: italic;">tetrad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quartet, foursome, quadruplet</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">four-fold,</span></div><div><span style="font-size: 11px; line-height: 15px; font-style: italic;">quadruple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quadruple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">uyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">quarter, fourth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">quater-, quadrant-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quarter</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quarter,</span></div><div><span style="font-size: 8pt; font-style: italic;">cut four ways</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yo</b></span></div><div><span style="font-size: 8pt; font-style: italic;">five</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yowa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">five</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoon</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">quinti-</span></div><div><span style="font-size: 8pt; font-style: italic;">penta-, pentaplo-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">fifth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quintet,</span></div><div><span style="font-size: 8pt; font-style: italic;">pentad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quintet</span></div><div><span style="font-size: 8pt; font-style: italic;">fivesome, quintuplet</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">five-fold, </span></div><div><span style="font-size: 8pt; font-style: italic;">quintuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quintuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">yoyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">fifth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">quinti-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">fifth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut five ways</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ya</b></span></div><div><span style="font-size: 8pt; font-style: italic;">six</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yawa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">six</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yaon</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">sexa-</span></div><div><span style="font-size: 8pt; font-style: italic;">hexa-</span></div><div><span style="font-size: 8pt; font-style: italic;">hexaplo-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yaa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">sixth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yaon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">sextet,</span></div><div><span style="font-size: 8pt; font-style: italic;">hexad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yaot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">sextet,</span></div><div><span style="font-size: 8pt; font-style: italic;">sextuple, sextuplet</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yaona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">six-fold, sextant-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yaonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">sextuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">yayn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">sixth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yayn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">sextant-, sext-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yayna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">sixth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yaynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut six ways</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ye</b></span></div><div><span style="font-size: 8pt; font-style: italic;">seven</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yewa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">seven</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeon</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">septa-,</span></div><div><span style="font-size: 8pt; font-style: italic;">hepta-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yea</b></span></div><div><span style="font-size: 8pt; font-style: italic;">seventh</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">septet,</span></div><div><span style="font-size: 8pt; font-style: italic;">hectad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">septet,</span></div><div><span style="font-size: 8pt; font-style: italic;">septuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">seven-fold</span></div><div><span style="font-size: 8pt; font-style: italic;">septuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">septuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">yeyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">seventh</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">septant-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">seventh</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut seven ways</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yi</b></span></div><div><span style="font-size: 8pt; font-style: italic;">eight</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yiwa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">eight</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yion</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">octi-,</span></div><div><span style="font-size: 8pt; font-style: italic;">octa-, octaplo-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yia</b></span></div><div><span style="font-size: 8pt; font-style: italic;">eighth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yion</b></span></div><div><span style="font-size: 8pt; font-style: italic;">octet,</span></div><div><span style="font-size: 8pt; font-style: italic;">octad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yiot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">octet,</span></div><div><span style="font-size: 8pt; font-style: italic;">octuplet, octuplet</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yiona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">eight-fold, octuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yionxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">octuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">yiyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">eighth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yiyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">octant-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yiyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">eighth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yiynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut eight ways</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yu</b></span></div><div><span style="font-size: 8pt; font-style: italic;">nine</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuva</b></span></div><div><span style="font-size: 8pt; font-style: italic;">nine</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuon</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">novi-</span></div><div><span style="font-size: 8pt; font-style: italic;">nona-, enneaplo-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yua</b></span></div><div><span style="font-size: 8pt; font-style: italic;">ninth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">nonad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">nonet, nonuplet</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">nine-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">nonuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">yuyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">ninth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">nonant-</span></div><div><span style="font-size: 8pt; font-style: italic;">novi-</span></div><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">ninth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut nine ways</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><i>-</i><b>l</b><i>-</i></span></div><div><span style="font-size: 11px; line-height: 15px; font-style: italic;">tens</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>alo</b></span></div><div><span style="font-size: 8pt; font-style: italic;">ten</span></div><div><span style="font-size: 11px; line-height: 15px;"><b>gara</b></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>alon</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">deci-</span></div><div><span style="font-size: 8pt; font-style: italic;">deca-</span></div><div><span style="font-size: 8pt;"><b>gara</b><i>-</i></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aloa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">tenth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>alon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">decade</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>alot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">group of ten,decimvirate</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>alona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">ten-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>alonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">multiply</span></div><div><span style="font-size: 8pt; font-style: italic;">by ten</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">aloyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">tenth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aloyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">deci-</span></div><div><span style="font-size: 11px; line-height: 15px;"><b>gora</b><i>-</i></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aloyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">tenth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aloynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">decimate</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt; font-style: italic;">-s-</span></div><div><span style="font-size: 11px; line-height: 15px; font-style: italic;">hundreds</span></div><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aso</b></span></div><div><span style="font-size: 8pt; font-style: italic;">hundred</span></div><div><span style="font-size: 8pt;"><b>gare</b></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ason</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">hecto-</span></div><div><span style="font-size: 8pt;"><b>gare</b><i>-</i></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>asoa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">hundred</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ason</b></span></div><div><span style="font-size: 8pt; font-style: italic;">century,</span></div><div><span style="font-size: 8pt; font-style: italic;">hundred-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>asot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">hectad,</span></div><div><span style="font-size: 8pt; font-style: italic;">group of</span></div><div><span style="font-size: 8pt; font-style: italic;">a hundred</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>asona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">hundred-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>asonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">multiply by a hundred</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">aoyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">cent, percent</span></div><div><span style="font-style: italic; font-size: 8pt;">hundredth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>asoyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">centi-</span></div><div><span style="font-size: 8pt;"><b>gore</b><i>-</i></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>asoyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">hundredth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>asoynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut into hundredths</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><i>-</i><b>r-</b></span></div><div><span style="font-size: 8pt; font-style: italic;">thousands</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aro</b></span></div><div><span style="font-size: 8pt; font-style: italic;">thousand</span></div><div><span style="font-size: 8pt; font-style: italic;"><br/></span></div><div><span style="font-size: 8pt;"><b>gari</b></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aron</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">kilo-,</span></div><div><span style="font-size: 8pt;"><b>gari</b><i>-</i></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aroa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">thousandth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aron</b></span></div><div><span style="font-size: 8pt; font-style: italic;">millennium,</span></div><div><span style="font-size: 8pt; font-style: italic;">thousand-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>arot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">group of a thousand</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>arona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">thousand-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aronxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">multiply by a thousand</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">aroyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">thousanth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aroyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">milli-</span></div><div><span style="font-size: 8pt;"><b>gori</b><i>-</i></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aroyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">thousanth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aroynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut into thousanths</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><i>-</i><b>ml</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">millions</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amlo</b></span></div><div><span style="font-size: 8pt; font-style: italic;">million</span></div><div><span style="font-size: 8pt;"><b>garya</b></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amlon</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">mega-</span></div><div><span style="font-size: 8pt;"><b><i>garya</i></b>-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amloa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">millionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amlon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">million-fold,</span></div><div><span style="font-size: 8pt; font-style: italic;">myriad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amlot</b></span></div><div><span style="font-size: 11px; line-height: 15px; font-style: italic;">myriad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amlona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">million-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amlonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">multiply by a million</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">amloyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">millionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amloyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">micro-</span></div><div><span style="font-size: 8pt;"><b>gorya</b></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amloyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">millionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amsoynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut into millionths</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><i>-</i><b>mr</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">billions</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amro</b></span></div><div><span style="font-size: 8pt; font-style: italic;">billion</span></div><div><span style="font-size: 8pt;"><b>garyu</b></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amro</b><i>-</i></span></div><div><span style="font-size: 11px; line-height: 15px; font-style: italic;">giga-</span></div><div><span style="font-size: 11px; line-height: 15px;"><b>garyu</b><i>-</i></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amroa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">billionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amron</b></span></div><div><span style="font-size: 8pt; font-style: italic;">billiion-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amrot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">group of a billion people</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amrona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">billion-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amronxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">multiply by a billion</span></div><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">amsoyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">billionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amroyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">peta-</span></div><div><span style="font-size: 8pt;"><b>goryu</b></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amroyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">billionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amroynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut into billionths</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garale</b></span></div><div><span style="font-size: 8pt; font-style: italic;">trillion</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garale</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">tera-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garalea</b></span></div><div><span style="font-size: 8pt; font-style: italic;">trillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><br/></div><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><span style="font-size: 8pt;"><b>goralen</b></span></div><div><span style="font-size: 8pt;">a trillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>gorale</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">pico-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><br/></div><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><br/></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garalyo</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quadrillion</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>galalyo</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">peta</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garalyoa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quadrillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><br/></div><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><span style="font-size: 8pt;"><b>goralyon</b></span></div><div><span style="font-size: 8pt;">a quadrillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>goralyo</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">femto-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><br/></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garalyi</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quintillion</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garalyi</b><i>-</i></span></div><div><span style="font-size: 11px; line-height: 15px; font-style: italic;">exa-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt; font-style: italic;"><b>garalyia</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quintillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><span style="font-size: 8pt;"><b>goralyin</b></span></div><div><span style="font-size: 8pt;">a quintillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>goralyi</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">atto-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><br/></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garela</b></span></div><div><span style="font-size: 8pt; font-style: italic;">sextillion</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garela</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">zetta</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garelaa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">sextillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><span style="font-size: 8pt;"><b>gorelan</b></span></div><div><span style="font-size: 8pt;">a sextillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>gorela</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">zepto-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><br/></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garelu</b></span></div><div><span style="font-size: 8pt; font-style: italic;">septiliion</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garelu</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">yotta</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garelua</b></span></div><div><span style="font-size: 8pt; font-style: italic;">septillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><span style="font-size: 8pt;"><b>gorelun</b></span></div><div><span style="font-size: 8pt;">a septillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>gorelu</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">yocto-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><br/></div></td></tr></table> === Integral Numerical Determiners === : Integral Numerical Determiners are adjectives based on whole numerals that modify a following noun. : The unit integral numerals are combined with the formant '''wa''' to form the first ten numerical determiners that are used to quantify a noun. The noun following the numerical determiner is plural if the number is greater than one. The '''wa''' formant is used on unit numerals when they are stand-alone, not when they are part of a larger number. Unlike English, "zero" is followed by a singular noun. ::{| class="wikitable" style="background:lightyellow" |+ Unit Integral Numerical Determiners |- ! '''owa tam''' !! '''awa tam''' !! '''ewa tami''' !! '''iwa tami''' !! '''uwa tami''' |- | ''no/zero houses'' || ''one house'' || ''two houses'' || ''three houses'' || ''four houses'' |- ! '''yowa tami''' !! '''yawa tami''' !! '''yewa tami''' !! '''yiwa tami''' !! '''yuwa tami''' |- | ''five houses'' || ''six houses'' || ''seven houses'' || ''eight houses'' || ''nine houses'' |} :: In a sequence of noun modifiers, the numerical determiner goes in the same place as in English, eg: ::* '''Ata <u>iwa</u> gajaga twidi...'''....''My <u>three</u> older brothers...'' ::{| class="wikitable" style="background:lightyellow" |+ Numerical Determiners in Use |- ! Mirad !! English !! '''Wa''' Behavior !! Pluralization Behavior |- | '''o<u>wa</u> tam''' || ''no houses, zero houses'' || The numeral is a unit, <br>so '''wa''' is suffixed. || The numeral is less than 2, <br>so the noun is singular. |- | '''awa tam''' || ''one house, a house''|| " || " |- | '''ewa tam<u>i</u>''' || ''two houses''|| " || The numeral is greater than 2, <br>so the noun is plural. |- | '''iwa tami''' || ''three houses''|| " || " |- | '''uwa tami''' || ''four houses'' || " || " |- | '''yowa tami''' || ''five houses'' || " || " |- | '''yawa tami''' || ''six houses''|| " || " |- | '''yewa tami''' || ''seven houses'' || " || " |- | '''yiwa tami''' || ''eight houses'' || " || " |- | '''yuwa tami''' || ''nine houses'' || " || " |- | '''alo tami''' || ''ten houses'' || The numeral is not a unit <br>so no '''wa''' is suffixed. || " |- | '''ase tami''' || ''a hundred two houses'' || " || " |- | '''ero iwa tami''' || ''two thousand three houses'' || The numeral '''i''' is a unit, <br>so '''wa''' is suffixed. || " |- | '''iro alo tami''' || ''three thousand ten houses'' || The numeral '''alo''' is not a unit, <br>so '''wa''' is not suffixed. || " |} : Integral numerical determiners can be pronominalized as things and persons by suffixing '''s''' or '''t''', respectively. These can, in turn, be pluralized by suffixing '''i'''. Furthermore, person pronouns can be feminized with a '''y''' before the '''t'''. The '''s''' suffix is short for '''sun'''....''thing'' or '''suni'''....''things''. The '''t''' ending is short for '''aot'''....''person'' or '''aoti'''....''persons.'' For example: ::* '''Et ayse awa tam. At gey ayse <u>awas</u> (= awa sun).'''....''You have one house. I have <u>one</u> too.'' ::* '''At aysa alo dresari. Hij at ayse anay <u>ewasi</u> (= ewa suni).'''....''I had ten pencils. Now I only have <u>two</u>.'' ::* '''Esa <u>asoti</u> (= aso aoti) yeb ha duzam.'''.... '''There were <u>a hundred people</u> in the concert hall.''' ::* '''Yat yefe kexbier <u>eluyti</u> (= elu aoyti) bi huti.'''....''We must choose <u>twenty-four females</u> from those people.'' === Ordinal Numerical Determiners === : Ordinal numerical determiners like ''first'', ''second'', etc. are formed from the cardinal numerals by adding the adjectival ending '''a''' to the cardinal numeral. :{| class="wikitable" style="background:lightyellow" |+ Ordinal Determiners |- ! Cardinal Numeral !! Ordinal Numerical Determiner |- | '''o'''....''zero'' || '''oa'''....''zeroth'' |- | '''a'''....''one'' || '''aa'''....''first'' |- | '''e'''....''two'' || '''ea'''....''second'' |- | '''i'''....''three'' || '''ia'''....''third'' |- | '''alo'''....''ten'' || '''aloa'''....''tenth'' |- | '''asu'''....''104'' || '''asua'''....''104th'' |- | '''garale'''....''trillion'' || '''garalea'''....''trillionth'' |} : The word '''nap'''....''order'' can be inserted in these words to make them more comprehensible in speech: ::* '''anapa'''....''first'', ''first in order'', ''primary'' ::* '''enapa'''....''second'', ''second in order'', ''secondary'' ::* '''inapa'''....''third'', ''third in order'', ''tertiary'' ::* '''alanapa'''....''eleventh'', ''eleventh in order'' : There are other ordinal adjectives that are not based on numbers: ::* '''ijna'''....''initial, first, original'' ::* '''ujna'''....''last, final'' ::* '''ajna'''....''past, ex-, former, old'' ::* '''ojna'''....''future'' ::* '''ejna'''....''current, new, present'' ::* '''jana'''....''previous, last'' ::* '''jona'''....''next, following'' ::* '''zana'''....''next'' ::* '''zona'''....''previous, last'' : Ordinal determiners and adjectives can be converted into adverbs by adding the suffix '''y''' to the adjectival counterparts: :{| class="wikitable" style="background:lightyellow" |+ Ordinal Adverbs |- ! Adjective !! Adverb |- | '''aa'''....''first'' || '''aay'''....''firstly'' |- | '''anapa'''....''first'' || '''anapay'''....''primarily'' |- | '''ea'''....''second'' || '''eay'''....''secondly'' |- | '''ujna'''....''last'' || '''ujnay'''....''finally'' |} : Ordinal determiners can be converted to animate pronouns (persons) with the suffix '''t''' and inanimate pronouns (things) with the suffix '''s'''. These, in turn, can be pluralized with the suffix '''i'''. The person pronouns can also be feminized. ::* '''ha aas'''....''the first thing'' ::* '''ha aat'''....''the first person'' ::* '''ha aati'''....''the first people'' ::* '''hua aayt'''....''that first female'' ::* '''ha eas'''....''the second thing'' ::* '''eat'''....''another / a second person'' ::* '''ha ujnati so ha ijnati'''....''the last shall be first'' : Again, in the sequencing of stacked adjectival elements, the order is as in English, that is: <deictic or pronominal determiner> | <ordinal determiner> | <cardinal numerical determiner> | <adjective> ::* '''hua <u>uwa</u> aga tami'''....''those <u>four</u> big houses'' ::* '''ha <u>aa</u> alo oga tami'''....''the <u>first</u> ten little houses'' ::* '''ata <u>anapa</u> ewa oga tudi'''....''my <u>first</u> two little children'' === Fractional Numerical Determiners === : Fractional numerical determiners like ''half'' and ''quarter'' are formed by adding '''-yn''' for those functioning as nouns, '''-yna''' for adjectives, '''-ynay''' for adverbs, or '''-y(n)''' for prefixes, to the respective cardinal number. {| class="wikitable" style="background:lightyellow; margin-left:1.6em; font-size:smaller;" |+ Fractional Numerical Determiners |- ! CARDINAL NUMERAL !! FRACTION AS NOUN !! AS ADJECTIVE !! AS ADVERB || AS PREFIX || AS VERB |- | '''o'''....''zero'' || '''oyn'''....''a void, vacuum, null'' || '''oyna'''....''null, nil'' || -- || '''oy(n)-'''....''devoid of'' || '''oynxer'''....''annihilate, nullify'' |- | '''a'''....''one'' || '''ayn'''....''whole'' || '''ayna'''....''entire, whole'' || '''aynay'''....''entirely'' || '''ay(n)-'''....''holo-, whole-, all-'' || '''aynxer'''....''integrate'' |- | '''e'''....''two'' || '''eyn'''....''a half'' || '''eyna'''....''half'' || '''eynay'''....''halfway'' || '''ey(n)-'''....''half-, semi-, hemi-, demi-'' || '''eynxer'''....''halve'' |- | '''i'''....''three'' || '''iyn'''....''a third'' || '''iyna'''....''third'' || '''iynay'''....''by a third'' || '''iy(n)-'''....''terci''- || '''iynxer'''....''cut in third'' |- | '''u'''....''four'' || '''uyn'''....''a quarter'' || '''uyna'''....''quarter'' || '''uynay'''....''quarterly'' || '''uy(n)-'''....''quadri''- || '''uynxer'''....''quarter'' |- | '''alo'''....''ten'' || '''aloyn'''....''a tenth'' || '''aloyna'''....''tenth'' || '''aloynay'''....''by a tenth'' || '''aloy(n)-'''....''deci''- || '''aloynxer'''....''decimate'' |- | '''aso'''....''hundred'' || '''asoyn'''....''hundredth, percent'' || '''asoyna'''....''hundredth'' || '''asoynay'''....''by a hundredth'' || '''asoy(n)-'''....''centi-'' || '''asoynxer'''....''cut by a hundred'' |} : Here are some examples: :* '''His uxo ha <u>oynxen</u> bi yata mir.'''....''This will cause the <u>anihilation</u> of our world.'' :* '''Ha <u>ayna</u> mir te ayv et.'''....''The <u>whole</u> world knows about you.'' :* '''Has se gas vyel ha <u>ayn</u> bi hasa goni.'''....''It is more than the <u>whole</u> of its parts.'' :* '''Fransad se <u>ayn</u>druna dalzeyn.'''....''France is a <u>holo</u>phrastic language.'' :* '''Et yafe bier <u>eyn</u> bi has.'''....''You can take <u>half</u> of it.'' :* '''Yat yefo <u>eynxer</u> eta yexnix.'''....''We will have to <u>halve</u> your salary.'' :* '''Hus sa <u>eyn</u>vyan.'''....''That was a <u>half-</u>truth.'' :* '''Eso <u>eyn</u>zyunida dropek.'''....''There is going to be a <u>hemi</u>spheric war.'' :* '''Duven his se <u>eyn</u>utexea dopar?'''....''Is this a <u>semi-</u>automatic weapon?'' :* '''<u>Iynxu</u> hua ableyavol.'''....''<u>Cut</u> that pie <u>in thirds</u>.'' :* '''It yeyfe bixwer ay <u>uynxwer</u>.'''....''He should be drawn and <u>quartered</u>.'' :* '''Hia nas se <u>aloyn</u> bi has hu yat aysa zojab.'''....''This money is a <u>tenth</u> of what we had last year.'' :* '''Ha dep <u>aloynxwu</u>.'''....''The army <u>would be decimated.</u>'' :* '''Ewa <u>asoyni</u> bi ha dityan baksa.'''....''Two <u>percent (=hundredths)</u> of the citizenry got sick.'' :* '''Hia tom se anay <u>asoyn</u> ge aga vyel hua tom.'''....''This building is only <u>a hundredth</u> as big as that building.'' : The fractional adverbs can be used as in these examples: :* '''Et so <u>aynay</u> dudyefa av eta xeyni.'''....'''You will be <u>wholly</u> accountable for your actions.''' :* '''Iyt <u>eynay</u> tikabeloka.'''....''She <u>almost</u> (=halfway) threw up.'' : Pronominalizations like ''half of it, a third of them'': ::* '''<u>Eynas</u> sa fia.'''....''<u>Half of it</u> was good.'' ::* '''<u>Eynasi</u> sa fua.'''....''<u>Half of them</u> (things) were bad.'' ::* '''Esa uwa tobi se hua fukyes. <u>Eynati</u> toja.'''....''There were four people in that accident. <u>Half (of them)</u> died.'' ::* '''<u>Iynati</u> bi yet se vyaka.'''....''<u>A third</u> of you are right.'' ::* '''<u>Uynati</u> bi yat yantexe.'''....''<u>A quarter</u> of us agree.'' ::* '''<u>Alo asoyni</u> bi hia dyesi fyunxwa.'''....''<u>Ten percent</u> of these books were ruined.'' === Multiplicative Numerical Determiners === : Multiplicative numerical determiners like ''double'', ''triple'' can be formed by adding '''-on''' to the respective cardinal numeral if the numeral is '''''monosyllabic''''', otherwise just '''-n'''. These noun forms can be adjectivized with the suffix '''-a'''. They can also serve as prefixes on animate nouns, inanimate nouns, and prefixes, as the following chart shows. The prefix ending, '''-n''' is often dropped. :{| class="wikitable" style="background:lightyellow; |+ Multiplicative Numerical Determiners |- ! CARDINAL NUMERAL !! MULTIPLE AS NOUN !! ...AS ADJECTIVE !! ...AS ADVERB !! ...AS PREFIX !! ...AS VERB-MAKER |- | '''o'''....''zero'' || '''oon'''....''null'' || '''oona'''....''nil'' || || '''on-'''....''zero-'' || '''onxer'''....''cancel, zero out'' |- | '''a'''....''one'' || '''aon'''....''single'' || '''aona'''....''single'' || '''aonay'''....''singly'' || '''an-'''....''uni-/mono-'' || '''anxer'''....''unify'' |- | '''e'''....''two'' || '''eon'''....''twosome, double'' || '''eona'''....''double'' || '''eonay'''....''doubly'' || '''en-'''....''di-/bi-'' || '''enxer'''....''double'' |- | '''i'''....''three'' || '''ion'''....''threesome, triplet'' || '''iona'''....''triple'' || '''ionay'''....''triply'' || '''in-'''....''tri-''- || '''inxer'''....''triple'' |- | '''u'''....''four'' || '''uon'''....''quartet'' || '''uona'''....''quadruple'' || '''uonay'''....''quadruply'' || '''un-'''....''quadri-/tetra-'' || '''unxer'''....''quadruple'' |- | '''yo'''....''five'' || '''yoon'''....''quintet'' || '''yoona'''....''quintuple'' || '''yoonay'''....''quintuply'' || '''yoon-*'''....''quinti-/penta-'' || '''yoonxer*'''....''quintuple'' |- | '''ya'''....''six'' || '''yaon'''....''sextet'' || '''yaona'''....''sextuple'' || '''yaonay'''....''sextuply'' || '''yaon-*'''....''sexi-/hexa-'' || '''yaonxer*'''....''sextuple'' |- | '''alo'''....''ten'' || '''alon'''....''decade'' || '''alona'''....''decadic'' || '''alonay'''....''by a multiple of ten'' || '''alon-'''....''deca-'' || '''alonxer'''....''multiply by ten'' |- | '''aso'''....''hundred'' || '''ason'''....''hundredfold'' || '''asona'''....''hundredfold'' || '''asonay'''....''by a hundredfold'' || '''ason-'''....''hecato-'' || '''asonxer'''....''multiply by a hundred'' |} :: * <small>An extra ''o'' is added to these prefixes to avoid ambiguity with '''yan''' meaning ''together'' and '''yon''' meaning ''apart.''</small> : The multiplicative noun ''dozen'' is expressed by '''aleon'''. :* '''<u>Aleoni</u> bi pati yizpapa.'''....''<u>Dozens</u> of birds flew by.'' : By adding the suffix '''-at''' to the noun multiple, we get groupings of people. The '''-na-''' in some of these words can be omitted, thereby simplifying the words: :* '''aonat''' or '''aot''' ....''solo, single, person'' ::* '''aonatser''' of '''aotser'''....''become single, become a person'' ::* '''aonawat'''....''singleton'' :* '''eonat''' or '''eot'''....''duo, pair, twosome, couple'' ::* '''eotxer'''....''to copulate'' ::* '''eonawat'''....''twin'' :* '''ionat''' or '''iot'''....''trio, threesome, trinity'' ::* '''iotxer'''....''to do a threesome'' ::* '''Ionatin'''....''Trinitarianism'' ::* '''ionawati'''....''triplets'' :* '''uonat''' or '''uot''' ....''quartet, foursome'' ::* '''uonawat'''....''quadruplet'' :* '''yoonat''' or '''yoot'''....''quintet, group of five people'' ::* '''yoonawati'''....''quintuplets'' ::* '''yoonati'''....''quintets'' : By adding the suffix '''-un''' instead of '''-on''', we get the following: :* '''aun'''....''unit'' ::* '''auna'''....''unitary, individual'' ::* '''aunser'''....''unite'' ::* '''aunyan'''....''series'' :::* '''aunyana'''....''serial'' :* '''eun'''....''pair'' ::* '''euna'''....''even, paired, binary'' ::* '''oleuna'''....''odd, non-binary, uneven, unpaired'' :::* '''oleunat'''....''odd man out'' :::* '''eunxer'''....''even out'' : Some examples where the above multiple determiners and derivatives are used: ::* '''Yat naptyopa be <u>eo(na)ti</u> yez bi ha mep.'''....''We marched in <u>twos (= pairs)</u> down the street.'' ::* '''<u>Asonati</u> upo bay yat bu hia ovdal.'''....''<u>Hundreds (of people)</u> will come with us to this protest.'' ::* '''Hia ivxel xwe <u>en</u>jabay.'''....''This celebration happens <u>bi</u>ennially.'' ::* '''Iyt se <u>un</u>tupokat.'''....''She is a <u>quadri</u>plegic. (Lit: x 4+limb+loss+person)'' ::* '''Diwe sagu ha <u>auni</u>.'''....''Please count the <u>units</u>.'' ::* '''Yet gafisa <u>aronay</u>!'''....''You all have improved <u>a thousandfold</u>!'' ::* '''Tob se <u>en</u>tyoyaba sat.'''....''Man is a <u>bi</u>pedal creature.'' : Note: Sometimes the multiple prefix ending in '''-on''' in the numbers below ten is shortened to '''-n''' in common words: ::* '''<u>an</u>zyuk'''....''<u>mono</u>cycle'' ::* '''<u>en</u>zyuk'''....''<u>bi</u>cycle'' ::* '''<u>in</u>gun'''....''<u>tri</u>angle'' ::* '''<u>un</u>gun'''....''<u>quadr</u>angle'' : Note: The prefixes for ''penta-/quinti-'' and ''hexa-/sext-'' must keep the '''-on''' so as to distinguish them from the prefixes '''yon'''....''apart'' and '''yan'''....''together''. This rule does not apply to numbers inside chemical names and formulas (See [[Mirad Grammar/Vocabulary Formation#Coding Chemical Elements|Coding Chemical Elements]]). ::* '''<u>yoon</u>gona'''....''<u>quinti</u>partite''&nbsp;&nbsp;BUT: '''<u>yon</u>per'''....''separate, go <u>apart</u>'' ::* '''<u>yaon</u>gun'''....''<u>hexa</u>gon''&nbsp;&nbsp;BUT: '''<u>yan</u>uper'''....''meet, come <u>together</u>'' === Metric Units === : Mirad uses the International System of Units|International System of Units (SI) for rendering measurement units. These symbols are pronounced as if you were spelling each letter out (see Mirad Grammar/Phonology and Orthography#Alphabet|the alphabet. Bear in mind that majuscules (uppercase letters are prefaced with the word '''ag-''' (''big''). Similarly, Greek letters are preceded by the word '''hel-'''. The measurement unit names are followed by '''nak''' (''measurement unit''). ::{| class="wikitable" style="background:lightyellow" |+ <big>SI base units</big> |- !ENGLISH<br>UNIT<br>NAME !SYMBOLIC<br>ABBREVIATION !QUANTITY<br>UNIT !MIRAD<br>PRONUNCIATION |- !second |style="text-align:center" |s |time |style="text-align:center" |'''sonak''' |- !meter |style="text-align:center" |m |length |style="text-align:center" |'''minak''' |- !kilogram |style="text-align:center" |kg |mass |style="text-align:center" |'''kigenak''' |- !ampere |style="text-align:center" |A |electric current |style="text-align:center" |'''aganak''' |- !kelvin |style="text-align:center" |K |thermodynamic temperature |style="text-align:center" |'''agkinak''' |- !Mole |style="text-align:center" |mol |amount of substance |style="text-align:center" |'''miolinak''' |- !candela |style="text-align:center" |cd |luminous intensity |style="text-align:center" |'''cadanak''' |} : The hyphen in the above "spelled out" words ensure that each syllable gets even stress. : Here are SI derived units with special names and symbols: ::{| class="wikitable" style="background:lightyellow" |+ <big>SI derived units with special names and symbols</big> |- ! ENGLISH<br>NAME ! SYMBOLIC<br>WRITTEN<br>ABBREVIATION ! QUANTITY<br>UNIT ! MIRAD<br>PRONUNCIATION |- |'''radian''' | align="center" | rad | plane angle | align="center" |'''roadanak''' |- |'''steradian''' | align="center" | sr | solid angle | align="center" |'''soronak''' |- |'''hertz''' | align="center" | Hz | frequency | align="center" |'''aghezunak''' |- |'''newton''' | align="center" | N | force, weight | align="center" |'''agninak''' |- | '''pascal''' | align="center" | Pa | pressure, stress | align="center" | '''agpoanak''' |- | '''joule''' | align="center" | J | energy | align="center" | '''agjinak''' |- | '''watt''' | align="center" | W | power | align="center" | '''agwunak''' |- | '''coulomb''' | align="center" | C | electric charge | align="center" |'''agcanak''' |- | '''volt''' | align="center" | V | electrical potential difference | align="center" | '''agvunak''' |- | '''farad''' | align="center" | F | capacitance | align="center" | '''agfenak''' |- | '''ohm''' | align="center" | Ω | electrical resistance | align="center" | '''agyonak''' |- | '''Siemens''' | align="center" | S | electrical conductance | align="center" | '''agsonak''' |- | '''Weber''' | align="center" | Wb | magnetic flux | align="center" | '''agwubanak''' |- | '''tesla''' | align="center" | T | magnetic flux density | align="center" | '''agtonak''' |- | '''henry''' | align="center" | H | inductance | align="center" | '''aghenak''' |- | '''degree Celsius''' | align="center" | °C | temperature | align="center" | '''nogagcanak''' |- | '''lumen''' | align="center" | lm | luminous flux | align="center" | '''liminak''' |- | '''lux''' | align="center" | lx | illuminance | align="center" | '''lixuak''' |- | '''becquerel''' | align="center" | Bq | radioactivity | align="center" | '''agbakonak''' |- | '''gray''' | align="center" | Gy | absorbed dose (of ionizing radiation) | align="center" | '''aggeyunak''' |- | '''sievert''' | align="center" | Sv | equivalent dose (of ionizing radiation) | align="center" | '''agsovunak''' |- | '''katal''' | align="center" | kat | catalytic activity | align="center" | '''kiatonak''' |- | '''byte''' | align="center" | b | 8 bits of information | align="center" | '''banak''' |} : Also, here are some non-SI units that are very convenient and acceptable: ::{| class="wikitable" style="background:lightyellow" |+ <big>Convenient non-SI units</big> |- ! ENGLISH<br>NAME ! SYMBOLIC<br>WRITTEN<br>ABBREVIATION ! QUANTITY<br>UNIT ! MIRAD<br>PRONUNCIATION |- |'''litre''' | align="center" | L | volume | align="center" |'''aglonak''' or '''litr(i)''' |- |'''hectare''' | align="center" | ha | area | align="center" |'''heanak''' or '''hektar(i)''' |- |'''ton''' | align="center" | t | area | align="center" |'''tonak''' or '''ton(i)''' |- |'''decibel''' | align="center" | dB | loudness | align="center" |'''daagbanak''' or '''decibel(i)''' |} : The following chart shows how in Mirad to pronounce coherent derived unit formulae in terms of base units. Note that the backslash means ''per'' or ''divided by'' and is pronounced '''gol'''. The symbol x means ''times'' and is pronounced '''gal'''. The superscript number is a power and is pronounced '''gar''' plus the number (with '''-wa''', if a unit number). The negative superscript number is pronounced '''gor''' plus the number (again, with '''-wa''' if a unit number). See [[Mirad Grammar/Determiners#Arithmetical Expressions|Arithmetical Expressions]] for further information on these terms. ::{| class="wikitable" style="background:lightyellow" |+ <big>Examples of coherent derived units in terms of base units</big> |- ! NAME ! SYMBOLIC<br>FORMULA ! DERIVED<br>QUANTITY ! TYPICAL <br>SYMBOL ! MIRAD<br>PRONUNCIATION |- | '''square meter''' | align="center" | m<sup>2</sup> | area | align="center" |{{math|''A''}} | align="center" | '''minak-gar-ewa''' |- | '''cubic meter''' | align="center" | m<sup>3</sup> | volume | align="center" | {{math|''V''}} | align="center" | '''minak-gar-iwa''' |- | '''meter per second''' | align="center" | m/s | speed, velocity | align="center" | {{math|''v''}} | align="center" | '''minak-gol-sonak''' |- | '''meter per second squared''' | align="center" | m/s<sup>2</sup> | acceleration | align="center" | {{math|''a''}} | align="center" | '''minak-gol-sonak-gar-ewa''' |- |rowspan=2| '''reciprocal meter''' |rowspan=2 align="center" | m<sup>−1</sup> | wavenumber | align="center" | {{math|''σ''}}, {{math|''ṽ''}} | align="center" | '''minak-gor-awa''' |- | vergence (optics) | align="center" | {{math|''V''}}, 1/{{math|''f''}} |- | '''kilogram per cubic meter''' | align="center" | kg/m<sup>3</sup> | density | align="center" | {{math|''ρ''}} | align="center" | '''kigenak-gol-minak-gar-iwa''' |- | '''kilogram per square meter''' | align="center" | kg/m<sup>2</sup> | surface density | align="center" | {{math|''ρ''}}<sub>A</sub> | align="center" | '''kigenak-gol-minak-gar-ewa''' |- | '''cubic meter per kilogram''' | align="center" | m<sup>3</sup>/kg | specific volume | align="center" | {{math|''v''}} | align="center" | '''minak-gar-iwa-gol-kinak-ge''' |- | '''ampere per square meter''' | align="center" | A/m<sup>2</sup> | current density | align="center" | {{math|''j''}} | align="center" | '''aganak-gol-minak-gar-ewa''' |- | Amperes per meter|'''ampere per meter''' | align="center" | A/m | magnetic field strength | align="center" | {{math|''H''}} | align="center" | '''aganak-gol-minak''' |- | '''mole per cubic meter''' | align="center" | mol/m<sup>3</sup> | concentration | align="center" |{{math|''c''}} | align="center" | '''minolinak-gol-minak-gar-iwa''' |- | '''kilogram per cubic meter''' | align="center" | kg/m<sup>3</sup> | Mass concentration (chemistry)|mass concentration | align="center" | {{math|''ρ''}}, {{math|''γ'' }} | align="center" | '''kinak-ge-gol-minak-gar-iwa''' |- | '''candela per square meter''' | align="center" | cd/m<sup>2</sup> | luminance | align="center" | {{math|''L''}}<sub>v</sub> | align="center" | '''canak-da-gol-minak-gar-ewa''' |} : The SI has a whole list of prefixes that act as multipliers (macro) or dividers (micro) of the above and other measurement units. For example, a ''kilometer'' is a meter times a 1,000 (macro unit), whereas a millimeter is a meter divided by a 1,000 (micro unit). '''Sagon''' means '''byte''', so '''garale-sagon''' is ''terabyte''. This breaks down to ''10<sup>12</sup> bytes''. Here is a table showing the Mirad macro and micro prefixes: :{| class="wikitable" style="background:lightyellow; font-size:smaller;" |+ Scalar Metrics |- ! colspan=4 | MACRO !! colspan=4 | MICRO |- ! BASE<br>10!! US/UK NAME!!MIRAD PREFIX....SI PREFIX !!SI SYMBOL !! BASE<br>10 !! (US/UK NAME) !! MIRAD PREFIX....SI PREFIX !! SI SYMBOL |- | 1 || one || '''an-''' *... ''mono-, uni-'' || ||1/1 ||whole || '''ayn-'''....''holo-, uni-'' || |- | 2 ||two || '''en-'''....''bi-'' || || 1/2 ||half||'''eyn-'''....''demi-, di-''|| |- | 3 ||three || '''in-'''....''tri-'' || || 1/3 ||third ||'''iyn-'''....''terci-''|| |- | 4 ||four || '''un-'''....''tetra-'' || || 1/4 ||fourth || '''uyn-'''....''quadri-''|| |- | 5 ||five || '''yoon-''' *....''penta-'' || || 1/5 ||fifth ||'''yoyn'''....''quinti-''|| |- | 6 ||six || '''yaon-'''....''hexa-'' || || 1/6 ||sixth ||'''yayn'''....''sexti-''|| |- | 7 ||seven || '''yeon-'''....''hepta-'' || || 1/7 ||seventh || '''yeyn'''....''septi-''|| |- | 8 ||eight || '''yion'''....''octo-'' || || 1/8 ||eighth || '''yiyn'''....''octi-''|| |- | 9 ||nine || '''yuon'''....''nona-'' || || 1/9 ||ninth || '''yuyn'''....''novi-''|| |- | 10 ||ten || '''alo-'''....''deca-'' || ''da'' || 1/10 ||tenth || '''aloy-'''....''deci-''|| ''d'' |- | 10<sup>2</sup> ||hundred || '''aso-'''....''hecto-'' **|| ''h'' || 10<sup>-2</sup> ||hundredth || '''asoy-'''....''centi-''|| ''c'' |- | 10<sup>3</sup> ||thousand || '''amso-'''....''kilo-'' ||''k'' || 10<sup>-3</sup> ||thousandth)|| '''amsoy-'''....''milli-''|| ''m'' |- | 10<sup>6</sup> ||million || '''amlo-'''....''mega-'' || ''M'' || 10<sup>-6</sup> ||millionth || '''amloy-'''....''micro-''|| ''r'' |- | 10<sup>9</sup> ||billion /milliard || '''amro-'''....''giga-'' || ''G'' || 10<sup>-9</sup> ||billionth/ milliardth || '''amroy-'''....''nano-''|| ''n'' |- | 10<sup>12</sup> ||trillion /billion || '''garale-'''....''tera-'' || ''T'' || 10<sup>-12</sup> ||trillionth / billionth)|| '''gorale-'''....''pico-''|| ''p'' |- | 10<sup>15</sup> ||quadrillion)/ billiard|| '''garalyo-'''....''peta-'' || ''P''||10<sup>-15</sup> ||quadrillionth) / billiardth || '''goralyo-'''....''femto-''||''f'' |- | 10<sup>18</sup> ||quintillion / trillion || '''garalyu-'''....''exa-'' || ''E''||10<sup>-18</sup> ||quintillionth)/ trillionth || '''goralyu'''....''atto-''||''a'' |- | 10<sup>21</sup> ||sextillion)/ trilliard || '''garela-'''....''zetta-'' || ''Z''||10<sup>-21</sup> ||sextillionth / trilliardth || '''gorela'''....''zepto-''||''z'' |- | 10<sup>24</sup> ||septillion)/ quadrillion || '''garelu-'''....''yotta-'' || '' Y'' ||10<sup>-27</sup> ||septillionth / quadrillionth|| '''gorelu'''....''yocto-''||''y'' |} : *Note: The '''-n''' or '''-on''' can sometimes be omitted in macro-prefixation, especially where there is no ambiguity. The '''-n''' (but NOT the '''-yn''') in the micro prefixes can also sometimes be omitted. : : **Note: The '''gar''' (''to a plus power'') and '''gor''' (''to a minus power'') forms are alternatives for the numeric prefixes beyond 100. For example, ''billion'' (10<sup>9</sup>) could be expressed as '''garyu-'''(ten) to the 9th power'', while ''billionth'' could be expressed by '''goryu''' (''(ten) to the minus 9th power). The prefix '''garya-''' is composed of the positive exponential operator '''gar''' (''to the power of''), followed by the number ''6''. The prefix '''gorale-''' is composed of the negative exponential operator '''gor''' (''to the root of''), followed by the number ''12''. : The macro and micro values can also be represented with abbreviated symbols, which can be pronounced in Mirad as spelled out alphabetics. Greek letter equivalents in Mirad are preceded by '''hel-'''. Upper case equivalents are preceded with '''ag-'''. Here is a table showing grams: :{| class="wikitable" style="background:lightyellow" |+ Kg Metrics With Abbreviated Symbols |- ! colspan=2 | MACRO !! colspan=2 | MICRO |- ! SYMBOL (EXPANSION) !! MIRAD PRONUNCIATION !! SYMBOL (EXPANSION) !! MIRAD PRONUNCIATION |- | ''dag'' (decagram)|| '''daagenak''' || ''dg'' |(decigram)||'''dagenak''' |- | ''hg'' (hectogram)|| '''hegenak''' || ''cg'' (centigram)||'''cagenak''' |- | ''kg'' (kilogram) || '''kogenak''' || ''mg'' (milligram)||'''migenak''' |- | ''Mg'' (macrogram)|| '''agmigenak''' ||''μg'' (microgram)|| '''helmigenak''' |- | ''Gg'' (gigagram)|| '''aggegenak''' || ''ng'' (nanogram)|| '''nigenak''' |- | ''Tg'' (teragram)|| '''agtogenak''' || ''pg'' (picagram)|| '''pogenak''' |- | ''Pg'' ( petagram)|| '''agpogenak''' || ''fg'' (femtogram)|| '''fegenak''' |- | ''Eg'' (exagram)|| '''agegenak''' || ''ag'' (attogram)|| '''agenak''' |- | ''Zg'' (zettagram)|| '''agzegenak''' || ''zg'' (zeptogram) || '''zegenak''' |- | ''Yg'' (yottagram)|| '''agyugenak''' || ''yg'' (yoctogram) || '''yugenak''' |} : The squared and cubed representations of the above are followed by '''gar ewa''' (''squared'') and '''gar iwa''' (''cubed''), respectively: ::* '''10 kg2'''....(pronounced as:) ''alo kogenak gar ewa'' ::* '''12 mm3'''....(pronounced as:) ''ale miminak gar iwa'' === Adverbial Determiners of Frequency === : There are two ways to form determiners of frequency: ::* Using '''jod(i)''' meaning ''occasion(s), instance(s), time(s)'', or ::* Using '''xag''' meaning ''frequency'' : Here is a chart showing the most common frequency determiners: :{| class="wikitable" style="background:lightyellow" |+ Frequentative Determiners |- ! "JOD" METHOD !! "XAG" METHOD !! MEANING |- | '''duhagla jodi?''' || '''duhaxag?''' || ''how often?, how many times?'' |- | '''hagla jodi''' || '''haxag''' || ''as many times, as often'' |- | '''hegla jodi''' || '''hexag''' || ''sometimes, on some occasions'' |- | '''hogla jodi''' || '''hoxag''' || ''never, on no occasion'' |- | '''higla jodi''' || '''hixag''' || ''this often, this many times'' |- | '''hugla jodi''' || '''huxag''' || ''that often, that many times, so many times'' |- | '''huugla jodi''' || '''huuxag''' || ''so often, so many times'' |- | '''hyogla jodi''' || '''hyoxag''' || ''never, on no occasion whatever'' |- | '''hyagla jodi''' || '''hyaxag''' || ''always, at all times'' |- | '''hyegla jodi''' || '''hyexag''' || ''any number of times, however often'' |- | '''hyigla jodi''' || '''hyixag''' || ''as often, the same number of times'' |- | '''hyugla jodi''' || '''hyuxag''' || ''not as often, some other number of times'' |- | '''ga jodi''' || '''gaxag (vyel)''' || ''more often (than)'' |- | '''ge jodi''' || '''gexag (vyel)''' || ''as many times (as), as often (as)'' |- | '''go jodi''' || '''goxag (vyel)''' || ''less often (than)'' |- | '''gla jodi''' || '''glaxag''' || ''many times, often'' |- | '''gle jodi''' || '''glexag''' || ''quite a few times, quite often'' |- | '''glo jodi''' || '''gloxag''' || ''not so many times, seldom'' |- | '''gra jodi''' || '''graxag''' || ''too often'' |- | '''gre jodi''' || '''grexag''' || ''often enough'' |- | '''gro jodi''' || '''groxag''' || ''too seldom'' |- | '''gwa jodi''' || '''gwaxag''' || ''as often as possible, most often, most times'' |- | '''gwe jodi''' || '''gwexag''' || ''an average number of times'' |- | '''gwo jodi''' || '''gwoxag''' || ''least often, as seldom as possible'' |- | '''owa jod''' || -- || ''never, at no time, zero times'' |- | '''awa jod''' || -- || ''once, one time'' |- | '''awa ga jod''' || -- || ''again, once more'' |- | '''ewa jodi''' || -- || ''twice, two times'' |- | '''iwa jodi''' || -- || ''thrice, three times'' |- | '''alo jodi''' || --|| ''ten times'' |- |- '''asooni bi jodi''' || -- || ''hundreds of times'' |- |- '''yowa gal haxag vyel zojab''' || -- || ''five times as often as last year'' |} : Examples: ::* '''<u>Duhaxag</u> et pe ha tayegoblut?'''....''<u>How often</u> do you go to the barber?'' ::* '''<u>Duhagla jodi</u> et akaye hia ekun?'''....''<u>How many times</u> have you won this game?'' ::* '''At teataye hua dyezun <u>iwa ey uwa jodi</u>.'''....''I have seen that film <u>three or four times</u>.'' ::* '''At teataye has <u>huugla jodi (or: huuxag) van</u> at bokxeye.'''....''I have seen it <u>so many times that</u> I am getting sick.'' ::* '''Hus xwaye <u>gaxag vyel</u> et te.'''....''That has happened <u>more often than</u> you know.'' === Arithmetical Expressions === : The following chart shows verbs from which are formed derivative words relating to mathematical operations: {| class="wikitable" style="background:lightyellow; margin-left:3.2em; font-size:smaller;" |+ Arthmetic Expressions |- ! VERB !! OPERATION !! PATIENT !! SUBJECT !! OPERATOR !! SIGN !! RESULT |- | '''gaber'''....''add'' || '''gab'''....''addition'' || '''gabwas'''....''addend'' || '''gabus'''....''adder'' || '''gab'''....''plus'', + || '''gabsiyn'''....''plus sign'' || '''gabix'''....''sum'' |- | '''galer'''....''multiply'' || '''gal'''....''multiplication'' || '''galwas'''....''multiplicand'' || '''galus'''....''multiplier'' || '''gal'''....''times, x'' || '''galsiyn'''....''times sign'' || '''galix'''....''product'' |- | '''garer'''....''exponentiate, raise'' || '''gar'''....''power'' || '''garwas'''....''number being raised'' || '''garus'''....''exponent'' || '''gar'''....''raised to the power of'' || '''garsiyn'''....''exponent'' || '''garix'''....''root'' |- | '''gober'''....''subtract'' || '''gob'''....''subtraction'' || '''gobwas'''....''subtrahend'' || '''gobus'''....''subtractor'' || '''gob'''....''minus, -'' || '''gobsiyn'''....''minus sign'' || '''gobix'''....''difference'' |- | '''goler'''....''divide'' || '''gol'''....''division, fraction'' || '''golwas'''....''dividend'' || '''golus'''....''divisor'' || '''gol'''....''divided by, ÷'' || '''golsiyn'''....''division sign'' || '''golix'''....''quotient'' |- | '''gorer'''....''cut, uproot'' || '''gor'''....''cut, root'' || '''gorwas'''....''radicand'' || '''gorus'''....''radical'' || '''gor'''....''lowered to the power of, √'' || '''gorsiyn'''....''radical sign'' || '''gorix'''....''root'' |- | '''geler'''....''equal'' || '''gel'''....''equation'' || '''gelwas'''....''thing being equated'' || '''gelus'''....''equator'' || '''gel'''....''equal to, as, like'' || '''gelsiyn'''....''equal sign'' || '''gelix'''....''equation results'' |} : Examples of mathematical expressions: ::* '''E <u>gab</u> e gele u.'''....''Two <u>plus</u> two equals four.'' ::* '''E <u>gal</u> i gele ya.'''....''Two <u>times</u> three equals six.'' ::* '''I <u>gar</u> e gele yu.'''....''Three <u>to the second power</u> equals nine.'' ::* '''E <u>gob</u> e gele o.'''....''Two <u>minus</u> two equals zero.'' ::* '''Yu <u>gol</u> i gele i.'''....''Nine <u>divided by</u> three equals three.'' ::* '''Yu <u>gor</u> i gele i.'''....''Nine <u>cubed</u> equals three.'' ::* '''Aso <u>gor</u> e gele alo.'''....''One hundred <u>squared</u> equals ten.'' ==== Decimal Expressions ==== : Decimal expressions like ''2.5'' use the word '''nod'''....''point'' as in English. ::* '''Hia bavol kyinse ga vyel 10.8 (alo nod yiwa) kigenaki.'''....''This tomato weighs more than 10.8 (ten point eight) kilograms.'' === Calendar and Time Expressions === :: The word for calendar is '''judar'''. The sections below explain how calendar expressions are formed and used: :* Basic Calendar Units : Time is divided using the following basic terms: :{| class="wikitable" style="background:lightyellow" |+ Calendar Units |- ! MIRAD !! ENGLISH |- | '''job''' || ''time'' |- | '''jab''' || ''year'' |- | '''jeb''' || ''season'' |- | '''jib''' || ''month'' |- | '''jub''' || ''day'' |- | '''jwob*''' || ''hour'' |- | '''jwab*''' || ''minute'' |- | '''jweb*''' || ''second'' |} * Note: These would ordinarily be '''jyob''', '''jyab''', and '''jyeb''' respectively, but the '''w''' glide is much easier to pronounce after the letter '''j''', and is therefore substituted. :* Other Calendar Units : Other calendar units are formed through the agglutination of numerical stubs to some of the time units above: :{| class="wikitable" style="background:lightyellow" |+ Other Calendar Units |- ! MIRAD !! ENGLISH !! NUMERICAL FORMULA |- | '''rojab''' || ''millenium'' || year x 1,000 |- | '''sojab''' || ''century'' || year x 100 |- | '''lojab''' || ''decade'' || year x 10 |- | '''eynjab''' || ''half year'' || year x 1/2 |- | '''uynjab''' || ''quarter'' || year x 1/4 |- | '''yajib''' || ''semester'' || month x 6 |- | '''yejub''' || ''week'' || day x 7 |- | '''yejubuj''' || ''weekend'' || day x 7 end |- | '''eynjwob''' || ''half hour'' || hour x 1/2 |} : ''This'', ''next'', ''last'', etc. are expressed as follows: :{| class="wikitable" style="background:lightyellow" |+ Day Pointers |- ! MIRAD !! ENGLISH |- | '''hijub'''<br>'''hia yejub'''<br>'''hijab''' || ''today''<br>''this week''<br>''this year'' |- | '''zojub'''<br>'''ha jana yejub'''<br>'''zajab''' || ''yesterday''<br>''last week''<br>''last year'' |- | '''zajub'''<br>'''ha jona yejub'''<br>'''zajab''' || ''tomorrow''<br>''next week''<br>''next year'' |- | '''hujub'''<br>'''hua yejub'''<br>'''hujab''' || ''that day''<br>''that week''<br>''that year'' |- | '''jazojub'''<br>'''ja ewa yejubi'''<br>'''jazojab''' || ''the day before yesterday''<br>''two weeks ago''<br>''the year before last'' |- | '''jozajub'''<br>'''jo ewa yejubi'''<br>'''jozajab''' || ''the day after tomorrow''<br>''two weeks from now''<br>''the year after next'' |- | '''Duhajub?'''|| ''Which day?'' |- | '''hyajub''' || ''every day'' |- | '''hyejub''' || ''any day'' |- | '''hejub''' || ''someday'' |- | '''hejubi''' || ''some days'' |} ==== Seasons of the Year ==== : Seasons of the year are expressed by internally scalarizing the word for ''season'' '''jeb''': :{| class="wikitable" style="background:lightyellow" |+ Seasons of the Year |- ! MIRAD !! ENGLISH |- | '''jeab''' || ''spring'' |- | '''jeeb''' || ''summer'' |- | '''jeib''' || ''autumn, Fall'' |- | '''jeub''' || ''winter'' |} : Examples of usage: ::* '''be jeab'''....''in spring'' ::* '''ja jeeb'''....''before summer'' ::* '''ju jeib'''....''until autumn'' ::* '''ji jeub'''....''since winter'' ::* '''je ha jeb'''....''during the season'' ::* '''ub ha uj bi jeeb'''....''toward the end of summer'' ::* '''eb jeab ay jeeb'''....''between spring and summer'' ::* '''jeeba gemoj'''....''vernal equinox'' ::* '''jeiba fayebi'''....''autumn leaves'' ::* '''jeba til'''....''seasonal drink'' ::* '''jeubyena jebmalyen'''....''wintry climate'' ::* '''jeabyena malyen'''....''spring-like weather'' ::* '''jeuben'''....''hibernation'' ::* '''hijeab'''....''this season'' ::* '''zajeab'''....''next season'' ::* '''zojeab'''....''last season'' ::* '''hyajeab'''....''every season'' ==== Months of the Year ==== : Months of the year are expressed by internally scalarizing the word for month '''jib''': :{| class="wikitable" style="background:lightyellow" |+ Months of the Year |- ! MIRAD !! ENGLISH |- | '''jiab''' || ''January'' |- | '''jieb''' || ''February'' |- | '''jiib''' || ''March'' |- | '''jiub''' || ''April'' |- | '''jiyob''' || ''May'' |- | '''jiyab''' || ''June'' |- | '''jiyeb''' || ''July'' |- | '''jiyib''' || ''August'' |- | '''jiyub''' || ''September'' |- | '''jilob''' || ''October'' |- | '''jilab''' || ''November'' |- | '''jileb''' || ''December'' |} : Some expressions using the months: ::* '''be jilob'''....''in October'' ::* '''ja jiyab'''....''before June'' ::* '''ja zajiyeb'''....''by next July'' ::* '''hijib'''....''this month'' ::* '''zojib'''....''last month'' ::* '''zajib'''....''next month'' ::* '''bi-jib-bu-jiba jobnis'''....''month-to-month rent'' ::* '''jibay'''....''monthly'' ::* '''jibi joy'''....''months later'' ::* '''jiba sindryen'''....''monthly magazine'' ::* '''hujiba jobnis'''....''that month's rent'' ::* '''hya ionjib'''....''every trimester'' ::* '''jiber'''....''menstruate'' ::* '''byi zojilob'''....''since last October'' ==== Days of the Week ==== : Days of the week are expressed by internally scalarizing the word for day '''jub''': :{| class="wikitable" style="background:lightyellow" |+ Days of the Week |- ! MIRAD !! ENGLISH |- | '''juab''' || ''Monday'' |- | '''jueb''' || ''Tuesday'' |- | '''juib''' || ''Wednesday'' |- | '''juub''' || ''Thursday'' |- | '''juyob''' || ''Friday'' |- | '''juyab''' || ''Saturday'' |- | '''juyeb''' || ''Sunday'' |} : Here are some common terms relating to days of the week: :{| class="wikitable" style="background:lightyellow" |+ Day Expressions |- ! MIRAD !! ENGLISH |- | '''Duhajub?''' || ''Which day?'' |- | '''hajub hu...''' || ''the day that...'' |- | '''hejub''' || ''someday'' |- | '''hijub''' || ''today'' |- | '''hujub''' || ''that day'' |- | '''hyijub''' || ''(on) the same day'' |- | '''hyajub''' || ''every day'' |- | '''hyejub''' || ''any day'' |- | '''zajub''' || ''yesterday'' |- | '''zojub''' || ''tomorrow'' |- | '''ha jajub'''<br>'''be ha jana jub''' || ''the day before, (on) the previous day'' |- | '''ha jojub'''<br>'''be ha jona jub''' || ''the day before, (on) the previous day'' |- | '''jazojub''' || ''the day before yesterday'' |- | '''jozajub''' || ''the day after tomorrow'' |- | '''hya ea jub''' || ''every other/second day'' |- | '''hyajub boy juyeb''' || ''every day except Sunday'' |- | '''yejub''' || ''week'' |- | '''hiyejeb''' || ''this week'' |- | '''yejubuj''' || ''weekend'' |- | '''yexjub''' (or) '''zeyejub''' || ''weekday'' |- | '''enyejuba(y)''' || ''bi-weekly'' |- | '''zoyejub''' || ''last week'' |} : Examples of Usage: ::* '''(be) juyob'''....''on Friday'' ::* '''ju juib'''....''until Wednesday'' ::* '''ji zojub'''....''since yesterday'' ::* '''lojo jubuj'''....''by [Lit: not after] day's end'' ::* '''jo zajub'''....''after tomorrow'' ::* '''je ha jub'''....''during the day'' ::* '''bi juab bu juub'''....''from Monday to Friday'' ::* '''yejubuja ponpop'''....''a weekend getaway'' ==== Parts of the Day ==== : Here are the principal parts of a day: {| class="wikitable" style="background:lightyellow" |+ Parts of the Day |- ! DAYTIME !! NIGHTTIME |- | '''maj'''....''daytime, day'' ||'''moj'''....''nighttime, night'' |- | '''bi maj'''....''A.M.'' ||'''bi moj'''....''P.M.'' |- | '''jamajij'''....''pre-dawn'' || '''jamojij'''....''pre-dusk'' |- | '''majij'''....''daybreak, dawn''|| '''mojij'''....''dusk'' |- | '''amaryap'''....''sunrise, sunup''||'''amaryop'''....''sunset, sundown'' |- | '''jwamaj'''....''morning''<br>'''zajwamaj'''....''tomorrow morning''<br>'''hijwamaj'''....''this morning''<br>'''zojwamaj'''....''yesterday morning''<br>'''hujwamaj'''....''that morning''<br>'''hyajwamaj'''....''every morning''||'''jwamoj'''....''evening''<br>'''zajwamoj'''....''tomorrow evening''<br>'''hijwamoj'''....''this evening''<br>'''zojwamoj'''....''yesterday evening''<br>'''hujwamoj'''....''that evening''<br>'''hyajwamoj'''....''every evening'' |- | '''zemaj'''....''noon''||'''zemoj'''....''midnight'' |- | '''jozemaj'''....''afternoon''||'''jozemoj'''....''after midnight'' |- | '''majuj'''....''day's end''|| '''jwomoj'''....''late night'' |} ::* Examples of Usage: ::* '''At tijpa <u>ja majij</u>.'''....''I woke up <u>before dawn</u>.'' ::* '''At iyfe tuyjer <u>be ha jwoa joeymaj</u>.'''....''I like to nap <u>in the late afternoon</u>.'' ::* '''It yexe bi <u>amaryap bu amaryop</u>.'''....''He works from <u>sunup to sundown</u>.'' ::* '''<u>Be gwa jwamoji</u>, at teaxe sinibar.'''....''<u>Most evenings</u>, I watch television.'' ==== Expressing Dates ==== : The following is a how a date ('''jud''') is normally expressed: ::* '''be juab, 11 jieb 2018 joK.'''....''on Monday, February 11th, 1918 A.D.'' :A date like 2018 can be expressed as ''twenty eighteen'' ('''elo alyi''') or ''two thousand eighteen'' ('''ero alyi'''). :The day in the above expression is pronounced '''ali'''. :The year is pronounced '''elo alyi''' (like English ''twenty eighteen''). :The acronym for ''B.C.'' is '''jaK''', short for '''ja Krist''' (''before Christ''). :The acronym for ''A.D.'' is '''joK''', short for '''jo Krist''' (''after Christ''). : Other date expressions follow: ::* '''be <u>ha 1800 jabi</u> (alyi aso jabi)'''....''In <u>the 1800's</u> (eighteen hundreds)'' ::* '''ja <u>ha 20a (eloa)</u> asojab'''....''before <u>the 20th (twentieth)</u> century'' ::* '''eb <u>1920 (yulo elo)</u> ay 2001 (elo awa)'''....''between <u>1920 (nineteen twenty)</u> and (two thousand one)'' ::* '''<u>hyaje</u> hua alojab'''....''<u>throughout</u> that decade'' ::* '''At yexa hum <u>je gla jabi</u>.'''....''I worked there <u>for [Lit: during] many years</u>.'' ::* '''Ujbu his <u>lojo</u> jiyab.'''....''Finish this <u>by</u> [Lit: not after] May.'' ::* '''Iyt so him <u>ub ha uj bi</u> 2 (ewa) jiab.'''....''She will be here <u>toward the end of</u> January 2nd.'' ==== Telling Time ==== : Clock time expressions use mostly the word '''jwob''' (''hour'') or '''jwobi''' (''hours''). : The usual time-of-day question is '''Se duhajwob?'''....''What time is it?'' [Lit: is what-hour?] : The typical answer is in the format '''Se awa/ewa....(jwob) gab/gob alo/ali....bi maj/moj.''' (Lit: (It) is (the) one/two....(o'clock) plus/minus ten/eleven...of day/night.) : Here are some typical answers: ::* '''Se awa jwob.'''....''It is one o'clock.'' ::* '''Se ewa jwobi.'''....''It is two o'clock.''[Lit: It is two hours] ::* '''Se ale jwobi.'''....''It is twelve o'clock.'' ::* '''Se iwa jwobi bi maj*.'''....''It is three o'clock A.M.'' ::* '''Se alo jwobi bi moj**.'''....''It is ten o'clock P.M.'' ::: * '''bi maj''' (''a.m.'') can be abbreviated as '''ma''' ::: ** '''bi moj''' (''p.m.'') can be abbreviated as '''mo''' ::* '''Se yowa jwobi (gab) alo.'''....''It is 10 past 5. [Lit: five hours (plus) ten.] ::* '''Se yowa jwobi gob ali.'''....''It is thirteen minutes til five.'' [Lit: five hours minus 13] ::* '''Se yowa jwobi gab uyn.'''....''It is quarter past (= plus) five.'' [Lit: five hours plus a quarter] ::* '''Se yowa jwobi gob uyn.'''....''It is quarter til five.'' [Lit: five hours minus a quarter] ::* '''Se yowa jwobi gab eyn.'''....''It is half past five.'' [Lit: five hours plus a half] ::* '''Se yowa jwobi gab ilo.'''....''It five thirty.'' [Lit: five hours plus thirty] ::* '''Se yowa jwobi gob eyn.'''....''It four thirty.''[Lit: five hours minus a half] ::* '''Se yowa jwobi gob ilo.'''....''It is thirty minutes til five.''[Lit: five hours minus thirty] ::* '''Se <u>vyavay</u> yea jwob gab alo bi moj.'''....''It is exactly 7:10 P.M..''&nbsp;&nbsp;[Lit: ''It is <u>exactly</u> seventh hour plus ten of nighttime.''] ::* '''Et sa alo jwoa <u>bey</u> alo jwabi.'''....''You were late by 10 minutes.''&nbsp;&nbsp;[Lit: ''You were late <u>by</u> ten minutes.''] ::* '''Has ijo <u>jub</u> 5:30 (= yaa jwob gab ilo) bmo (= bi moj).'''....''It will begin <u>around</u> 5:30 (= five thirty [Lit: five hours plus thirty]) p.m.'' ::* '''Puu him <u>loga jwoa ev</u> 3 (= ia) j. (= jwob)'''....''Get here <u>no later than</u> 3 (= three) o'clock.'' ::* '''Ha yautpar puo hum <u>yeb</u> 10 jwabi.'''....''The bus will arrive there <u>within</u> 10 minutes.'' ::* '''Ha jwobar <u>izeade</u> 2:30 (= ea jwob gab ilo).'''....''The clock says [Lit: indicates] 2:30.'' ::* '''Yit pua be 3a j. <u>be ha nod</u>.'''....''They arrived at 3 <u>on the dot</u>''. : Mirad normally uses a 24-hour clock system. ::* '''Yanpu at be ilo jwobi gab alyo.'''....''Meet me at 13:15. (= 1:15 p.m.)'' : The word '''jwob''' (hour, o'clock) can be abbreviated as '''j.''', as in the following: ::* '''Yanpu at be 13 j.'''....''Meet me at 13:00 (hours) [Lit: at 13 hours]'' : The word '''gab''' (''plus'') can be omitted, as in: ::* '''At teato et be yo j. alyo.'''....''I'll see you at five fifteen (~ quarter) past five.'' : Note the following clock time idioms: :{| class="wikitable" style="background:lightyellow" |+ Clock Idioms |- ! MIRAD !! ENGLISH |- | '''jwa''' || ''early'' |- | '''jwe''' || ''on time'' |- | '''jwo''' || ''late'' |- | '''Se <u>vyavay</u> elo jwobi.''' || ''It is <u>exactly</u> two o'clock.'' |- | '''<u>yub bi</u> zemaj''' || ''<u>around</u> noon'' |- | '''<u>ub</u> zemoj''' || ''<u>toward</u> midnight'' |- | '''<u>yeb be</u> jwebi''' || ''<u>within</u> seconds'' |- | '''alo jwabi <u>ja hij</u>''' || ''ten minutes <u>ago</u> (= before now)'' |- | '''<u>lojo</u> 3 j.''' || ''<u>no later than / by</u> 3 o'clock.'' |- | '''jwobay''' || ''hourly / by the hour / on the hour'' |- | '''Hia pop <u>efxe</u> 2 1/2 (= ewa gab eyn) jwobi.''' || ''This trip <u>takes (Lit: necessitates) </u> 2 1/2 hours.'' |- | '''<u>ju</u> awa jwob bi hij''' || ''<u>until</u> one hour from now'' |- | '''<u>ji</u> zojub be 10a j.''' || ''<u>since</u> yesterday at 10 o'clock.'' |- | '''<u>je</u> ha jana 12 jwabi''' || ''<u>for</u> the last 12 minutes'' |- | '''<u>ja</u> lojo</u> 10 j.''' || ''<u>before / by</u> 10 o'clock (= the tenth hour)'' |- | '''<u>lojo</u> 10 jwobi.''' || ''<u>by / in / within</u> 10 hours.'' |- | '''<u>jo</u> 10 j.''' || ''<u>after</u> 10 o'clock.'' |} ==== Expressing Age ==== : Many expressions relating to age are built on the Mirad word for ''age'': '''jag'''. : The typical question is: ::* '''Et se <u>hojaga</u>?'''....''<u>How old</u> are you?'' (Lit. ''what-aged'') : A typical answer is: ::* '''At se <u>eli jaga</u>.'''....''I am <u>twenty-three years old</u>.'' : The word '''jaga''' can be left understood: ::* '''At se <u>ilo</u>.'''....''I am thirty.'' : The following chart shows other age expressions, many of which are agglutinations of the deictic prefixes beginning with '''h''': :{| class="wikitable" style="background:lightyellow" |+ Age Expressions |- ! AGE |- | '''hojaga?'''....''how old?'' |- | '''hajaga'''....''of the age'' |- | '''hejaga'''....''of some age'' |- | '''hijaga'''....''this old'' |- | '''hujaga'''....''that old'' |- | '''huujaga'''....''so old'' |- | '''jaga'''....''old''<br>'''jayga'''....''oldish'' |- | '''joga'''....''young''<br>'''joyga'''....''youngish'' |- | '''gle jaga'''....''rather old, oldish'' |- | '''gla jaga'''....''very old'' |- | '''gra jaga'''....''too old, super-aged'' |- | '''gro jaga'''....''under-aged, minor'' |- | '''ge jaga'''....''as old, of the same age'' |- | '''awa <u>jab</u> jaga'''....''one <u>year</u> old''<br>'''awa jaga'''<br>'''awa <u>jab</u>''' |- | '''ewa <u>jabi</u> jaga'''....''two <u>years</u> old''<br>'''ewa jaga'''<br>'''ewa <u>jabi</u>''' |- | '''alo <u>jabi</u> jaga'''....''ten <u>years</u> old''<br>'''alo jaga'''<br>'''alo <u>jabi</u>''' |- | '''ga jaga <u>vyel</u> et'''....''older <u>than</u> you'' |- | '''ga joga <u>vyel</u> at'''....''younger <u>than</u> me'' |- | '''ge joga <u>vyel</u> iyt'''....''as young <u>as</u> her'' |- | '''ha gwa jagat <u>bi</u> ata tedetyan'''....''the youngest <u>of</u> my siblings'' |- | '''grojagat'''....''a minor'' |- | '''alojagat'''....''a ten-year-old'' |- | '''aloyjagat'''....''a teenager'' |- | '''jogat'''....''a boy, a youth''<br>'''joygat'''....''a girl'' |- | '''grejat'''....''an adult, someone of age''<br>'''jagseat'''....''an adolescent''<br>'''jagsat'''....''grownup'' |- | '''yiloyjagat'''....''an octogenarian'' |- | '''asoyjagat'''....''a centenarian'' |} : Some other examples of usage: ::* '''Et <u>jagseye</u> fi.'''....''You <u>are aging</u> well.'' ::* '''At voy <u>jogseye</u> hyegla.'''....''I am not <u>getting</u> any <u>younger</u>.'' ::* '''His se taam av <u>ha jagati</u>.'''....''This is a home for <u>the ederly</u>.'' ::* '''Egaku eta <u>jogan</u>!'''....''Regain your <u>youth</u>!'' ::* '''At se <u>ga jaga vyel</u> ha meybi.'''....''I am <u>as old as</u> the hills.'' ::* '''Teaxu ata <u>gwa joga</u> tobot.'''....''Look at my <u>youngest</u> child.'' ::* '''Yat ife yata <u>awajagat</u>.'''....''We love our <u>one-year-old</u>.'' ::* '''<u>Jagseatan</u> se yika joob bi tej.'''....''<u>Adolescence</u> is a difficult period of life.'' === Money Expressions === : This section is currency-dependent and remains under construction. <noinclude>{{Chapter navigation with TOC|Adverbs|Pronouns}}</noinclude> 4w6ibb08vql17a4g41etmw8cued49kz 4089898 4089894 2022-08-09T16:48:54Z Tyoyafud 6233 /* Numerical Deictic Determiners */ wikitext text/x-wiki = Determiners = : Determiners are words that specify or point out the context of nouns and other parts of speech. The English determiner ''this'', for example, specifies a noun for its proximity to the current context. In English, demonstrative pronouns/adjectives/adverbs, possessive pronouns/adjectives, quantifiers like ''more'' and ''very'', and numeric expressions fall under this category. == Types of Determiners == : Determiners in Mirad fall into the following categories: ::{| class="wikitable" style="background:lightyellow" |+ Types of Determiners |- ! CHAPTER !! TYPE !! ALSO KNOWN AS !! ENGLISH EXAMPLES |- | 1 || '''''Deictic''''' || Demonstrative Pronouns/Adjective || ''the'', ''this'', ''some'', ''every'', ''which?'', ''when'' |- | 2 || '''''Pronominal''''' || Possessive Pronouns/Adjectives || ''my'', ''anybody&apos;s'', ''one&apos;s own'' |- | 3 ||'''''Quantitative''''' || Quantifiers || ''more'', ''less'', ''very'' |- | 4 || '''''Numerical''''' || Numerals/Fractions/Dates, etc. || ''one'', ''half'', ''first'' |} : Furthermore, as for part of speech, determiners can be adjectives, pronouns, or adverbs. As adjectives, determiners can itemize or classify. As pronouns, they can refer to one or more persons (male or female) or things. As adverbs, they can specify time, place, degree, kind, age, frequency, and so forth. == Deictic Determiners == : '''''Deictic determiners''''' are words which point out or ''specify'' other words as to their context, including what grammarians often call '''''demonstratives'''''. : Categories of adjectival, pronominal, and adverbial deictic determiners: ::* Demonstrative adjectives and pronouns like ''this'', ''that'', ''those'', ''that one'' ::* The definite article ''the''(which is really a kind of demonstrative, like those above.) ::* Indefinite adjectives and pronouns like ''any'', ''some'', ''all'', ''something'', ''such'', etc. ::* Adverbs of time like ''when'', ''now'', ''ever'' ::* Adverbs of place like ''there'', ''here'', ''somewhere'' ::* Adverbs of manner like ''how'', ''thus'', ''somehow'' ::* Adverbs of kind like ''so'', age ''this year old'' ::* Adverbs of direction like ''that way'', ''any which way'' ::* Adverbs of reason ''why?'', ''for that reason'', ''for no reason'' ::* Adverbs of degree ''this (well)'', ''so (good)'', ''how (bad)'' ::* Adverbs of frequency like ''how often'', ''so often'', ''never'' ::* Adverbs of age like ''this old'', ''how old?'', ''of any age'' === Deictic Prefixes === : There is a whole set of '''''deictic prefixes''''', which are joined to category stubs to derive adjectival, pronominal, and adverbial determiners. :{| class="wikitable" style="background:lightyellow" |+ Deictic Prefixes |- ! CATEGORY !! DEICTIC PREFIX |- | INTERROGATIVE || '''duha-...?'''....''what?'' |- | DEFINITE || '''ha-'''....''the'' |- | INDEFINITE || '''he-'''....''some, a certain'' |- | NEGATIVE || '''ho-'''....''no, not a'' |- | PROXIMAL || '''hi-'''....''this, these'' |- | IMMEDIATE || '''hii-'''....''the following'' |- | DISTAL || '''hu-'''....''that, those'' |- | INTENSIVE || '''huu-'''....''such, so, what a...!'' |- | DISTRIBUTIVE || '''hya-'''....''every, all, each'' |- | INDETERMINATE || '''hye-'''....''any, whatever'' |- | ABSOLUTELY NEGATIVE || '''hyo-'''....''not at all, not a single'' |- | IDENTICAL || '''hyi-'''....''the same, the very'' |- | NON-IDENTICAL || '''hyu-'''....''the other, another, else'' |} === Category Stubs === : The table below shows word stubs that indicate the category of deictic expressions. They are called stubs, because they are part of a longer word that has been reduced. The combination of deictic prefixes and category stubs produce a matrix of deictic '''''correlatives''''', seen later in this chapter. Use of the stub instead of the long form is a matter of optional economy. A few categories do not have stubs. :{| class="wikitable" style="background:lightyellow" |+ Category Stubs |- ! CATEGORY !! STUB !! LONG FORM !! QUESTION WORD EXAMPLE |- | PERSON || '''-t''' || '''tob'''...''person'' || '''duhat?'''....''who?'' |- | THING || '''-s''' ||'''sun'''...''thing'' || '''duhas?'''....''what?'' |- | PLACE || '''-m''' ||'''nem'''...''place'' || '''duham?'''....''where?'' |- | TIME || '''-j''' ||'''job'''...''time'' || '''duhaj?'''....''when?'' |- | MANNER || '''-yen''' ||'''byen'''...''manner'' || '''duhayen?'''....''how?'' |- | KIND || '''-yena''' ||'''syena'''...''of kind'' || '''duhoyena?'''....''what kind of?'' |- | DEGREE || '''-gla''' ||'''nog'''...''degree'' || '''duhagla fi?'''....''how well?'' |- | COUNTABLE QUANTITY || '''-gla''' ||'''sag'''...''number'' || '''duhagla pati?'''....''how many birds?'' |- | MASS QUANTITY || '''-gla''' ||'''glan'''...''amount'' || '''duhagla mil?'''....''how much water?'' |- | FREQUENCY || ||'''xag'''...''frequency''<br>'''gla jodi'''...''many times'' || '''duhaxag?'''....''how often?''<br>'''duhagla jodi?'''....''how many times?'' |- | REASON || ||'''sav'''...''reason'' || '''duhasav?'''....''why?'' |- | AGE || ||'''jag'''...''age'' || '''duhajag?'''....''how old?'' |} === Adjectival Deictic Determiners === : Here is a table showing the deictic determiner prefixes attached to elements ending in '''-a''' to form various adjectival deictic determiners: <small> :{| class="wikitable" style="background:lightyellow; font-size:smaller;" |+ Adjectival Determiners |- valign=top ! &nbsp; !! OF SELECTION !! OF KIND !! OF POSSESSION|| OF AGE |- | INTERROGATIVE || '''duha...?'''....''which...?'' || '''duhayena...?'''....''what kind of...?'' || '''duhata?'''....''whose?''||'''duhajaga?'''....''how old?'' |- | DEFINITE || '''ha<sup>1</sup>'''....''the'' || '''hayena'''....''the kind of'' || '''hata'''....''the one&apos;s''||'''hajaga'''...''of the age'' |- | INDEFINITE || '''hea'''....''some, a certain'' || '''heyena'''....''some kind of, a certain kind of'' || '''heta'''....''someone&apos;s''||'''hejaga'''....''of any age'' |- | NEGATIVE || '''hoa...!'''....''no, not any'' || '''hoyena'''....''no kind of''|| '''hota'''....''nobody's''||'''hojaga'''....''ageless'' |- | PROXIMAL || '''hia'''....''this, these'' || '''hiyena'''....''this kind of, such (a), like this, like these'' || '''hita'''....''this one&apos;s''||'''hijaga'''....''of this age'' |- | IMMEDIATE || '''hiia'''....''the following'' || '''hiiyena'''....''the following kind of'' || '''hiita'''....''the following person&apos;s''||'''hiijaga'''....''of the following age'' |- | DISTAL || '''hua'''....''that, those''|| '''huyena'''....''that kind of, like that, like those, such''|| '''huta'''....''that one&apos;s''||'''hujaga'''....''of that age'' |- | INTENSIVE || '''huua'''....''such a, such, what a'' || '''huuyena'''....''such a kind of'' || '''huuta'''....''such a person&apos;s''||'''huujaga'''....''of such an age'' |- | DISTRIBUTIVE || '''hya<sup>2</sup>'''....''every, all, each''|| '''hyayena'''....''every kind of, all kinds of'' || '''hyata'''....''everybody&apos;s''||'''hyajaga'''....''of every age'' |- | INDETERMINATE || '''hyea'''....''any, whatever''|| '''hyeyena'''....''any kind of, whatever kind of'' || '''hyeta'''....''anybody&apos;s''||'''hyejaga'''....''of any age'' |- | ABSOLUTELY NEGATIVE ||'''hyoa'''....''not, not a, not any whatever'' || '''hyoyena'''....''no kind of, no such whatever'' || '''hyota'''....''absolutely nobody&apos;s''||'''hyojaga'''...''of no age whatever'' |- | IDENTICAL || '''hyia'''....''the same''<br>'''ha gea'''....''the same'' || '''hyiyena'''....''the same kind of''<br>'''ha geyena'''....''the same kind of'' || '''hyita'''....''the same one&apos;s''<br>'''ha geta'''....''the same one&apos;s''||'''hyijaga'''....''of the same age''<br>'''gejaga'''....''same-aged'' |- | NON-IDENTICAL || '''hyua'''....''another''<br>'''ogea'''....''another''<br>'''ha ogea'''....''the other'' || '''hyuyena'''....''some other kind of''<br>'''ogeyena'''....''another kind of''<br>'''ha ogeyena'''....''the other kind of'' || '''hyuta'''....''someone else&apos;s''<br>'''ogeta'''....''someone else&apos;s''<br>'''ha ogeta'''....''the other person&apos;s''||'''hyujaga'''....''of a different age''<br>'''ogejaga'''...''aged apart'' |} </small> : Note 1: The definite adjectival deictic determiner '''ha''' (actually, short for '''haa''') is used as what is more commonly referred to as the '''''definite article'''''....''the''. : Note 2: The determiner '''hya''' is a reduced form of '''hyaa'''. : Note 3: The interrogative adjectival determiner '''Duha?''' really is a command meaning ''Tell me the...''. So, for instance, '''Duham?'''....''Where?'' is really a command meaning '''Tell (me) the place!''' : The pronominal deictic determiners can also incorporate gender in such a way that they refer to female or male persons specifically. This done by inserting the letter '''w''' before the characteristic vowel for males and the letter '''y''' after the characteristic vowel for females. Incorporating gender this way is relatively rare and only used in cases with the distinction is relative to the context: ::* '''<u>Hwita</u> tam se ga aga.'''....''<u>This guy's</u> house is bigger.'' ::* '''At voy ayse <u>huytia</u> dyuni.'''....''I don't have <u>those women's</u> names.'' : Usage examples of deictic determiner adjectives: ::* '''<u>Duha</u> tam se etas?'''....''<u>Which</u> house is yours?'' ::* '''<u>Huua</u> tej et ayse!'''....''<u>What a</u> life you have!'' ::* '''<u>Duhayena</u> dyezuni ifxe et?'''....''<u>What kind of</u> movies do you like?'' ::* '''<u>Duhata</u> tef okwa?'''....''<u>Whose</u> hat was lost?'' ::* '''<u>Ha</u> tob ta yata dyuni.'''....''<u>The</u> man knew our names.'' ::* '''<u>Hayena</u> dini at ife, et ufe.'''....''<u>The kind of</u> stories I love, you hate.'' ::* '''<u>Hea</u> mepi egdyunxwo.'''....''<u>Certain</u> streets will be renamed.'' ::* '''<u>Heyena</u> fukyes uxaye purnyan.'''....''<u>Some kind of</u> accident has caused a traffic jam.'' ::* '''<u>Heta</u> abtaf akwa be ha zatem.'''.....''<u>Someone's</u> coat was found in the foyer.'' ::* '''<u>Hia</u> dyes se ata gafias.'''....''<u>This</u> book is my favorite.'' ::* '''<u>Hiia</u> duni se yofwa.'''....''<u>The following</u> words are prohibited.'' ::* '''<u>Hiiyena</u> xeyen voy afwu.'''....''<u>The following sort of</u> behavior would not be allowed.'' ::* '''<u>Hiyena</u> xeyen voy vayafwo.'''....''<u>This type of</u> behavior will not be tolerated.'' ::* '''<u>Hita</u> tim so yovoza.'''....''<u>This person's</u> room will be blue.'' ::* '''<u>Hua</u> mas efwe egvozilbwer.'''....''<u>That</u> wall needs to be repainted.'' ::* '''<u>Huua</u> dini yufxe toboti.'''....''<u>Such</u> stories scare children.'' ::* '''<u>Huyena</u> duni yeyfwe yixwer za at.'''....''<u>Such</u> words should not be used in front of me.'' ::* '''<u>Hwuta</u> tam magseye.'''....''<u>That guy's</u> house is on fire.'' ::* '''<u>Hoa</u> din se ga tesika.'''....''<u>No</u> story more important.'' ::* '''<u>Hoyena</u> tes tesiyafwe.'''....''<u>No such</u> meaning can be inferred.'' ::* '''<u>Hyota</u> jatexdras sa ga fia.'''....''<u>Nobody's</u> plan is better.'' ::* '''<u>Hyos</u> oboxe huyt.'''....''<u>Nothing whatever</u> bothers that gal.'' ::* '''<u>Hya</u> mepi izpe Roma.'''....''<u>All</u> roads lead to Rome.'' ::* '''<u>Hya ha</u> mepi se ebwa.'''....''<u>All the</u> roads are bloacked.'' ::* '''<u>Hya</u> tob yefe xer ita gon.'''....''<u>Every</u> man must do his part.'' ::* '''<u>Hyayena</u> telami ese be hia mep.'''....''<u>All manner of</u> restaurants exist on this street.'' ::* '''<u>Hyata</u> tej se uka bi yaobi.'''....''<u>Everyone's</u> life is full of ups and downs.'' ::* '''<u>Hyaewa</u> domi agsaye.'''....''<u>Both</u> cities have grown.'' ::* '''<u>Hyea</u> voz so fia.'''....''<u>Any</u> color will be fine.'' ::* '''<u>Hyeyena</u> til se aysyafwa.'''....''<u>Any kind of</u> drink is available.'' ::* '''<u>Hyeta</u> ved se ge ifa vyel atas.'''....''<u>Anyone's</u> guess is as good as mine.'' ::* '''<u>Hyea</u> tim et fe et yafe ayser.'''....''<u>Whatever</u> room you want, you can have.'' ::* '''<u>Hyia</u>/(Ha gea) fukyesi kyese glaxag.'''....''<u>The same</u> accidents occur frequently.'' ::* '''<u>Hyiyena</u>/(Ha geyena) dyezuni teaxuwa zajub.'''....''<u>The same kind of</u> films were shown yesterday.'' ::* '''<u>Hyita</u>/(Ha geta) dyun yixwa gajod.'''....''<u>The same person's</u> name was used again.'' ::* '''<u>Hyua</u> dyezun sa ifuyea.'''....''<u>The other</u> movie was more entertaining.'' ::* '''<u>Hyuyena</u>/(Ogeyena) som teasu ga fia.'''....''<u>Another kind of</u> furniture would look better.'' ::* '''<u>Hyuta</u>/(ogeta) texyen se ge fyia.'''....''<u>Someone else's</u> opinion is equally valid.'' ::* '''<u>Hiytia</u> dyuni voy dodraye.'''....''<u>These women's</u> names have not be make public.'' ::* '''<u>Hwiitia</u> dyuni voy dodrowe.'''....''<u>The following males'</u> names will not be publicized.'' ::* '''<u>Hijaga</u> tobweti voy afwo him.'''....''Boys <u>of this age</u> will not be allowed here.'' : If the definite article or any other deictic determiner is omitted before a noun, then it has the effect of the English indefinite article ''a / an'' with a singular noun or ''some'' with a plural noun. For example: ::* '''Yat tilia <u>ha tilyeb</u> bi vafil.'''....''We drank <u>the glass</u> of wine.'', vs. ::** '''Yat tilia <u>tilyeb</u> bi vafil.'''....''We drank <u>a glass</u> of wine.'' ::* '''Yat tilia <u>ha tilyebi</u> bi vafil.'''....''We drank <u>the glasses</u> of wine.'', vs. ::** '''Yat tilia <u>tilyebi</u> bi vafil.'''....''We drank <u>(some) glasses</u> of wine.'' ::* '''Yat tilia <u>awa tilyeb</u> bi vafil.'''....''We drank <u>one glass</u> of wine.'', vs. ::** '''Yat tilia <u>ha awa tilyeb</u> bi vafil.'''....''We drank <u>the one glass</u> of wine.'' ::* '''Yat tilia <u>ewa tilyebi</u> bi vafil.'''....''We drank <u>two glasses</u> of wine.'', vs. ::** '''Yat tilia <u>ha ewa tilyebi</u> bi vafil.'''....''We drank <u>the two glasses</u> of wine.'', vs. ::** '''Yat tilia <u>hya ewa tilyebi</u> bi vafil.'''....''We drank <u>both glasses</u> of wine.'' ::* '''Yat tilia <u>owa tilyeb</u> bi vafil.'''....''We drank <u>no/zero glasses (=not a single glass)</u> of wine.'' ::* '''Yat tilia <u>ea tilyeb</u> bi vafil.'''....''We drank <u>another/a second glass</u> of wine.'', vs. ::** '''Yat tilia <u>ha ea tilyeb</u> bi vafil.'''....''We drank <u>the second glass</u> of wine.'', vs. ::** '''Yat tilia <u>ea tilyebi</u> bi vafil.'''....''We drank <u>second glasses</u> of wine.'', vs. ::** '''Yat tilia <u>ha ea tilyebi</u> bi vafil.'''....''We drank <u>the second glasses</u> of wine.'' : If an indefinite article sense is needed for clarity, the words '''awa''' (''one'') or '''hea''' (''some, a certain'') can be used, eg.: ::* '''At igtease <u>awa</u> tob yiztyoyaber.'''....''I glimpsed <u>a</u> man walk by.'' ::* '''Hwit zoyupo <u>hea</u> juab.'''....''He will come back on <u>a / a certain / some</u> Monday.'' === Pronominal Deictic Determiners === : The following chart shows deictic determiners used as pronouns. Note that the suffix '''-s''' (short for '''sun''') is used pronouns referring to things, while '''-t''' (short for '''tob''') is used for those referring to persons. The suffix '''-i''' pluralized either of these. The distinction between a form like ''what?'' and a '''''selective''''' form like ''which?'' is made by using the full adjectival form (with '''-a-''') in the selective forms. So, for example, '''hot?''' is ''who?'', but '''hoat?''' is ''which one? (referring to a person)''. The determiners referring to persons can optionally be made specifically male with the insertion of the letter '''w''' before the stem vowel or specifically female with the insertion of the letter '''y''' before the stem-ending '''t''': :{| class="wikitable" style="background:lightyellow; font-size:smaller;" |+ Pronominal Deictic Determiners |- valign=top ! PRONOUNS !! THING<br>THINGS !! SELECTIVE THING<br>SELECTIVE THINGS || valign=top| SELECTIVE PERSON<br>SELECTIVE PERSONS !! PERSON<br>PERSONS !! PERSON&apos;S THING<br>PERSON&apos;S THINGS |- | INTERROGATIVE || valign=top| '''duhas?'''....''what (thing)?''<br>'''duhasi?'''....''what (things)?'' || valign=top| '''duhaas'''?....''which one?''<br>'''duhaasi'''?....''which ones?'' || valign=top| '''duhaat'''?....''which person?''?<br>'''duhwaat?'''....''which man?''<br>'''duhayt?'''....''which woman?''<br>'''duhaati?'''....''which people?''<br>'''duhwaati?'''....''which men?''<br>'''duhaayti?'''....''which women?'' || valign=top| '''duhat'''?....''who?, whom?''<br>'''duhwat?'''....''who?, whom?''<br>'''duhayt'''....''who?'' <br>'''duhati?'''....''who?, whom?''<br>'''duhwati?'''....''who?, whom?''<br>'''duhayti?'''....''who?, whom?'' || valign=top| '''duhatas?'''....''whose (thing)?''<br>'''duhwatas?'''....''whose''<br>'''duhaytas?'''....''whose?''<br>'''duhatasi?'''....''whose (things)?''<br>'''duhwatasi?'''....''whose?'' <br>'''duhaytasi?'''....''whose?'' |- | DEFINITE || valign=top| '''has'''....''it, the thing''<br>'''hasi'''....''they, them, the things''<br> || valign=top| '''haas'''....''the one''<br>'''haasi'''....''the ones''|| valign=top| '''haat'''....''the one''<br>'''hwaat'''....''the male one''<br>'''haayt'''....''the female one''<br>'''haasi'''....''the ones''<br>'''hwaasi'''....''the male ones''<br>'''haaysi'''....''the female ones'' || valign=top|'''hat'''....''the person, he, him''<br>'''hwat'''....''he, him''<br>'''hayt'''....''she, her''<br>'''hati'''....''the persons, they, them''<br>'''hwati'''....''the males, they, them''<br>'''hayti'''....''the females, they, them''|| valign=top| '''hatas'''....''whose''? (thing)<br>'''hwatas'''....''whose''<br>'''haytas'''....''whose'' <br>'''hatasi'''....''whose'' )things)<br>'''hwatasi'''....''whose''<br>'''haytasi'''....''whose'' |- | INDEFINITE || valign=top| '''hes'''....''something''<br>'''hesi'''....''some (things)''<br> || valign=top| '''heas'''....''a certain one''<br>'''heasi'''....''certain ones'' || valign=top| '''heat'''....''a certain one''<br>'''hweat'''....''a certain male''<br>'''heayt'''....''a certain female''<br>'''heati'''....''certain ones''<br>'''hweati'''....''some males''<br>'''heayti'''....''some females''|| valign=top|'''het'''....''someone''<br>'''hwet'''....''some male''<br>'''heyt'''....''some female'' <br>'''heti'''....''some (people)''<br>'''hweti'''....''some males'' <br>'''heyti'''....''some females''|| valign=top| '''hetas'''....''someone's''<br>'''hwetas'''....''some male's'' <br>'''heytas'''....''some female's''<br>'''hetasi'''....''some people's''<br>'''hwetasi'''....''some males&apos;''<br>'''heytasi'''....''some females&apos;'' |- | NEGATIVE || valign=top| '''hos'''....''nothing''<br>'''hosi'''....''no (things)''<br> || valign=top| '''hoas'''....''no, not a''<br>'''hoasi'''....''none'' || valign=top| '''hoat'''....''not a one''|| valign=top|'''hot'''....''nobody''|| valign=top| '''hotas'''....''nobody's'' |- | PROXIMAL || valign=top| '''his'''....''this''<br>'''hisi'''....''these''|| valign=top|'''hias'''....''this one''<br>-<br>'''hiasi'''....''these''|| valign=top|'''hiat'''....''this one''<br>'''hwiat'''....''this one''<br>'''hiayt'''....''this one''<br>'''hiati'''....''these ones''<br>'''hwiati'''....''these of the males''<br>'''hiayti'''....''these of the females''|| valign=top|'''hit'''....''this person''<br>'''hwit'''....''he, him''<br>'''hiyt'''....''she, her''<br>'''hiti'''....''these people, they, them''<br>'''hwiti'''....''these males''<br>'''hiyti'''....''these females''|| valign=top|'''hitas'''....''this person&apos;s, his''<br>'''hwitas'''....''this male&apos;s''<br>'''hiytas'''....''this female&apos;s''<br>'''hitasi'''....''this person&apos;s (things)'', ''theirs''<br>'''hwitasi'''....''this man&apos;s''<br>'''hiytasi'''....''this woman&apos;'' |- | IMMEDIATE || valign=top| '''hiis'''....''the following''<br>'''hiisi'''....''the following (things)''|| valign=top|'''hiias'''....''the following one''<br>'''hiiasi'''....''the following ones'' || valign=top|'''hiiat'''....''the following person''<br>'''hwiiat'''....''the following male''<br>'''hiiayt'''....''the following female''<br>'''hiiati'''....''the following ones''<br>'''hwiiati'''....''the following males''<br>'''hiiayti'''....''the following females''|| valign=top|'''hiit'''....''the following person''<br>'''hwiit'''....''the following male''<br>'''hiiyt'''....''the following female''<br>'''hiiti'''....''the following (people)''<br>'''hwiiti'''....''the following males''<br>'''hiiyti'''....''the following females''|| valign=top|'''hiitas'''....''the following person&apos;s (thing)''<br>'''hwiitas'''....''the following male&apos;s''<br>'''hiiytas'''....''the following female&apos;s''<br>'''hiitasi'''....''the following person&apos;s (things)''<br>'''hwiitasi'''....''the following male&apos;s''<br>'''hiiytasi'''....''the following female&apos;s'' |- | DISTAL || valign=top| '''hus'''....''that''<br>'''husi'''....''those''|| valign=top|'''huas'''....''that one''<br>'''huasi'''....''those'' || valign=top|'''huat'''....''that one''<br>'''hwuat'''....''that one of the males''<br>'''huayt'''....''that one of the females''<br>'''huati'''....''those people, they''<br>'''hwuati'''....''those males''<br>'''huayti'''....''those females''|| valign=top|'''hut'''....''that person, he, him''<br>'''hwut'''....''that guy, he, him''<br>'''huyt'''....''that female, she, her''<br>'''huti'''....''those people, they, them''<br>'''hwuti'''....''those males''<br>'''huyti'''....''those females''|| valign=top|'''hutas'''....''that person&apos;s, his''<br>'''hwutas'''....''his''<br>'''huytas'''....''hers''<br>'''hutasi'''....''that person's (things), his''<br>'''hwutasi'''....''his''<br>'''huytasi'''....''hers'' |- | INTENSIVE || valign=top| '''huus'''....''such, such a thing''<br>'''huusi'''....''such things''|| valign=top|'''huuas'''....''such a one''<br>'''huuasi'''....''such ones'' || valign=top|'''huuat'''....''such a person''<br>(rare)<br>(rare)<br>'''huuati'''....''such people''<br>(rare)<br>(rare)|| valign=top|'''huut'''....''such a person''<br>'''hwuut'''....''such a male''<br>'''huuyt'''....''such a female''<br>'''huuti'''....''such people''<br>'''hwuuti'''....''such males''<br>'''huuyti'''....''such females''|| valign=top|'''huutas'''....''such a person&apos;s''<br>(rare)<br>(rare)<br>'''huutasi'''....''such people&apos;s (things)''<br>(rare><br>(rare) |- |ABSOLUTE NEGATIVE || valign=top| '''hyos'''....''nothing at all''<br>'''hyosi'''....''none at all''|| valign=top|'''hyoas'''....''not a one whatever''<br>'''hyoasi'''....''none whatever'' || valign=top|'''hyoat'''....''not a single one''<br>'''hyoati'''....''none whatever''|| valign=top|'''hyot'''....''nobody at all''<br>'''hywot'''....''no male at all''<br>'''hyoyt'''....''no female whateveer''<br>'''hyoti'''....''no people at all''<br>'''hywoti'''....''no males at all''<br>'''hyoyti'''....''no females at all''|| valign=top|'''hyotas'''....''nobody's''<br>'''hyotasi'''....''nobody's <small>(things)</small>'' |- | DISTRIBUTIVE || valign=top| '''hyas'''....''everything, all''<br>'''hyasi'''....all things || valign=top| '''hyaas'''....each one<br>'''hyaasi'''....''all of them'' || valign=top|'''hyaat'''....''each one''<br>'''hyaati'''....''all of them''|| valign=top|'''hyat'''....''everyone''<br>'''hywat'''....''every male''<br>'''hyayt'''....''every female''<br>'''hyati'''....''all (people)''<br>'''hywati'''....''all males''<br>'''hyayti'''....''all females''|| valign=top| '''hyatas'''....''everyone's''<br>'''hyatasi'''....''everyone's <small>(things)</small>'' |- | INDETERMINATE || valign=top| '''hyes'''....''anything, whatever''<br>'''hyesi'''....''any''|| valign=top|'''hyeas'''....''whatever one''<br>'''hyeasi'''....''any of them'' || valign=top|'''hyeat'''....''whichever one''<br>'''hyeati'''....''whichever ones''|| valign=top|'''hyet'''....''anyone''<br>'''hywet'''....''any male''<br>'''hyeyt'''....''any female''<br>'''hyeti'''....''whoever''<br>'''hyweti'''....''whichever males''<br>'''hyeyti'''....''whichever females''|| valign=top|'''hyetas'''....''whoever's''<br>'''hyetasi'''....''anybody's <small>(things)</small>'' |- | IDENTICAL || valign=top| '''hyis'''....''the same thing''<br>'''hyisi'''....''the same things''|| valign=top|'''hyis'''....''the same one''<br>'''hyiasi'''....''the same ones'' || valign=top|'''hyiat'''....''the same one''<br>'''hyiati'''....''the same one''|| valign=top|'''hyit'''....''the same person''<br>'''hywit'''....''the same guy''<br>'''hyiyt'''....''the same woman''<br>'''hyiti'''....''the same people''<br>'''hywiti'''....''the same men''<br>'''hyiyti'''....''the same women''|| valign=top|'''hyitas'''....''the same person's''<br>'''hyitasi'''....''the same person's'' <small>(things)</small> |- | NON-IDENTICAL || valign=top| '''hyus'''....''something else''<br>'''hyusi'''....''other things''|| valign=top|'''hyuas'''....''the other one''<br>'''hyuasi'''....''the other ones'' || valign=top|'''hyuat'''....''the other one''<br>'''hyuati'''....''the others''|| valign=top|'''hyut'''....''someone else''<br>'''hywut'''....''the other guy''<br>'''hyuyt'''....''the other woman''<br>'''hyuti'''....''others''<br>'''hywuti'''....''the other guys''<br>'''hyuyti'''....''the other women''|| valign=top|'''hyutas'''....''someone else's''<br>'''hyutasi'''....''someone else's <small>(things)</small>'' |} : Here is a chart of pronominal deictic determiners of kind formed from the corresponding adjectival determiners of kind (eg. '''hoyena?'''....''what kind of...?''): :{| class="wikitable" style="background:lightyellow; font-size:smaller;" |+ Pronominal Deictic Determiners of Kind |- valign=top ! &nbsp; !! KIND OF THING<br>KIND OF THINGS !! KIND OF PERSON<br>KIND OF PEOPLE |- | INTERROGATIVE || valign=top| '''duhayenas?'''....''what kind of thing?''<br>'''duhayenasi?'''....''what kind of things?''|| valign=top|'''duhayenat?'''....''what kind of person?''<br>'''duhayenati?'''....''what kind of people?'' |- | DEFINITE || valign=top| '''hayenas'''....''the kind of thing''<br>'''hayenasi'''....''the kind of things''|| valign=top|'''hayenat'''....''the kind of person''<br>'''hayenati'''....''the kind of people'' |- | INDEFINITE || valign=top| '''heyenas'''....''some kind of thing''<br>'''heyenasi'''....''some kind of things''|| valign=top|'''heyenat'''....''some kind of person''<br>'''heyenati''' ....''some kind of people'' |- | NEGATIVE || valign=top| '''hoyenas'''....''no such thing''<br>'''hoyenasi'''....''no such things''|| valign=top|'''hoyenat'''....''no such person''<br>'''hoyenati'''....''no such people'' |- | PROXIMAL || valign=top| '''hiyenas'''....''this kind of thing, such a thing''<br>'''hiyenasi'''....''these kinds of things, such things''|| valign=top|'''hiyenat'''....''this kind of person, such a person''<br>'''hiyenati'''....''these kinds of people, such people'' |- | IMMEDIATE || valign=top| '''hiiyenas'''....''the following kind of thing''<br>'''hiiyenasi'''....''the following kinds of things''|| valign=top|'''hiiyenat'''....''the following kind of person''<br>'''hiiyenati'''....''the following kinds of people'' |- | DISTAL || valign=top| '''huyenas'''....''that kind of thing, such a thing''<br>'''huyenasi'''....''such things, such things''|| valign=top|'''huyenat'''....''that kind of person, such a person''<br>'''huyenati'''....''those kind of people, such people'' |- | INTENSIVE || valign=top| '''huuyenas'''....''such a thing''<br>'''huuyenasi'''....''such kinds of things''|| valign=top|'''huuyenat'''....''such a person''<br>'''huuyenati'''....''such kinds of people'' |- | ABSOLUTE NEGATIVE || valign=top| '''hyoyenas'''....''no such thing at all''<br>'''hyoyenasi'''....''no such things at all''|| valign=top|'''hyoyenat'''....''no such person whatever''<br>'''hyoyenati'''....''no such people whatever'' |- | DISTRIBUTIVE || valign=top| '''hyayenas'''....''every kind of thing''<br>'''hyayenasi'''....''all kinds of things''|| valign=top|'''hyayenat'''....''every kind of person''<br>'''hyayenati'''....''all kinds of people'' |- | INDETERMINATE || valign=top| '''hyeyenas'''....''any kind of thing''<br>'''hyeyenasi'''....''any kinds of things''|| valign=top|'''hyeyenat'''....''any kind of person''<br>'''hyeyenati'''....''any kinds of people'' |- | IDENTICAL || valign=top| '''hyiyenas'''....''the same kind of thing''<br>'''hyiyenasi'''....''the same kinds of things''|| valign=top|'''hyiyenat'''....''the same kind of person''<br>'''hyiyenati'''....''the same kinds of people'' |- | NON-IDENTICAL || valign=top| '''hyuyenas'''....''some other kind of thing''<br>'''hyuyenasi'''....''other kinds of things''|| valign=top|'''hyuyenat'''....''some other kind of person''<br>'''hyuyenati'''....''other kinds of people'' |} : Any of the above animate deictic determiners can (though rarely) be made to refer specifically to males or females with the ending '''-wat''' or '''-wati''' for males and '''-ayt''' or '''-ayti''' for females. For example: ''any kind of males'' would be translated with '''hyeyenwati.'''....''Every kind of female'' would be translated with '''hyayenayt'''. === Selective vs. Non-Selective Forms === : The pronominal deictic interrogative determiner '''hot?''' means ''who'' and contrasts with its '''''selective''''' counterpart '''hoat?''', which means ''which one?''. All the selective determiners refer to one or more things or persons from a selectable pool of things or persons. : The following sentences illustrate the use of the above pronominal determiners: ::* '''<u>Duhat</u> aka zajuba ek?'''....''<u>Who</u> won yesterday's game?'' ::* '''<u>Duhaat</u> bi ha akuti sa ha gwa fiat?'''....''<u>Which one</u> of the winners was the best?'' ::* '''<u>Duhata</u> tam se hus?'''....''<u>Whose</u> house is that?'' ::* '''<u>Duhatas</u> se hus?'''....''<u>Whose</u> is that?'' ::* '''<u>Duhatia</u> deuzi et gaife?'''....''<u>Whose</u> songs do you prefer?'' ::* '''<u>Duhatias</u> et gaife?'''....''<u>Whose</u> do you prefer?'' ::* '''<u>Duhass</u> se eta dyun?'''....''<u>What</u> is your name?'' ::* '''<u>Duhasi</u> se eta gaifuni?'''....''<u>What</u> are your preferences?'' ::* '''<u>Duha</u> deuzi se eta gwafiasi?'''....''<u>Which</u> songs are your best?'' ::* '''<u>Duhaasi</u> se eta gwafiasi?'''....''<u>Which ones</u> are your best?'' ::* '''Bi hia deuzuti, <u>hoat</u> et gafie?'''....''Of these vocalists, <u>which one</u> do you prefer?'' ::* '''<u>Hiiti</u> yaneko hijub.'''....''<u>The following people</u> will compete today.'' ::* '''<u>Duhaati</u> se gwa fia?'''....''<u>Which ones</u> are best?''' ::* '''<u>Duhati</u> et teexe gwa jodi?'''....''<u>Who (all)</u> do you listen to the most often?'' ::* '''<u>Huat</u> hu at teexe gwaxag draye ejna deuz.'''....''<u>The one</u> I listen to the most has written a new song.'' ::* '''Ejna deuz? At voy teste <u>haas</u> hu et tede.'''....''New song? I don't understand <u>which one</u> you mean.'' ::* '''<u>Hias</u>.'''....''<u>This one</u>.'' ::* '''Vo. <u>Huasi</u> se ga fia.'''....''No. <u>Those</u> are better.'' ::* '''<u>His</u> se jub av ivxelen.'''....''<u>This</u> is a day for celebration.'' ::* '''Va. <u>Hia</u> jub. At tese <u>hi</u>jub.'''....''Yes. <u>This</u> day. I mean <u>To-</u>day.'' ::* '''<u>Husi</u> sa <u>ha</u> jubi, ata dat!'''....''<u>Those</u> were <u>the</u> days, my friend!'' ::* '''<u>Duhas</u> se eta dyun?'''....''<u>What</u> is your name?'' ::* '''<u>Duhot</u> aka ha igpek?'''....''<u>Who</u> won the race?'' ::* '''<u>Hyas</u> uja fi.'''....''<u>Everything</u> ended well.'' ::* '''<u>Hyasi</u> uje.'''....''<u>All things</u> come to an end.'' ::* '''<u>Hyayenasi</u> vey kyesu.'''....''<u>All sorts of things</u> might happen.'' ::* '''<u>Hyos</u> yoka at.'''....''<u>Nothing</u> whatever surprised me.'' ::* '''<u>Hot</u> ta adut hu ako.'''....''<u>Nobody</u> knew who would win.'' ::* '''<u>Huayti</u>hu fu pier yefe.'''....''<u>Those females</u> who would like to leave may.'' ::* '''<u>Hyet</u> yefe eker hia ifek.'''....''<u>Anyone</u> can play this game.'' ::* '''<u>Huyenasi</u> voy afwo.'''....''<u>Such things</u> will not be permitted.'' ::* '''<u>Hua twob</u> voy taxe hia toyb.'''....''<u>That</u> man does not remember this woman.'' ::* '''<u>Huti</u> yanyexe fi.'''....''<u>Those guys</u> work well together.'' ::* '''<u>Huuyti</u> hyaj yubixe tezex.'''....''<u>Such females</u> always attract attention.'' ::* '''At jay teataye <u>hiyenasi</u>.'''....''I've seen <u>such things</u> before.'' ::* '''<u>Huyenwat</u> voy vabiwu.'''....''<u>A man like that</u> would not be accepted.'' ::* '''<u>Duhayenasi</u> weti iyfe xer je ha maj.'''....''<u>What kinds of things</u> do you guys like to do during the day?'' === Placement of Interrogatives === : In a sequence of adjectives before a noun, deictic determiners go first, eg.: ::* '''<u>Duha</u> ewa oga nyefi bewe et?'''....''<u>Which</u> two small bags belong to you?'' : In interrogative sentences, the interrogative deictic determiner (question word) often starts out the sentence, as in English. ::* '''<u>Duhas</u> se eta dyun?'''....''<u>What</u> is your name?'' ::* '''<u>Duhat</u> et teata aay hijub?'''....''<u>Who(m)</u> did you see first today?'' : Interrogative deictic determiners can also go at the end of sentence: ::* '''Eta dyun se <u>duhas</u>?'''....''What is your name?'' Lit. ''Your name is <u>what</u>?'' === Numerical Deictic Determiners === : Sometimes, a deictic determiner specifies numerical information. This chart shows those forms: :{| class="wikitable" style="background:lightyellow; font-size:smaller;" |+ Number-incorporating Deictic Determiners |- valign=top ! ADJECTIVE !! INANIMATE PRONOUN !! ANIMATE PRONOUN !! PRONOMINAL DETERMINER !! POSSESSIVE PRONOUN |- | '''hawa'''* ''the only'' || '''hawas'''....''the only thing''<br>'''hawasi'''....''the only things'' || '''hawat'''....''the only one (person)''<br>'''hawati'''....''the only ones''|| '''hawata'''....''the only person&apos;s'' || '''hawatas'''....''the only one&apos;s''<br>'''hawatasi'''....''the only one&apos;s (things)'' |- | '''hyawa'''* ''each'' || '''hyawas'''....''each one'' || '''hyawat'''....''each person''|| '''hyawata'''....''each person&apos;s'' || '''hyawatas'''....''each one&apos;s''<br>'''hyawatasi'''....''each one&apos;s (things)'' |- | '''hyaewa'''....''both'' || '''hyaewasi'''....''both (<small>things</small>)'' || '''hyaewati'''....''both (<small>people</small>)''|| '''bi hyaewati'''....''both person&apos;s'' || '''has bi hyaewati'''....''both person&apos;s''<br>'''hasi bi hyaewati'''....''both persone&apos;s (things)'' |- | '''hyaiwa'''....''all three'' || '''hyaiwasi'''....''all three (<small>things</small>)'' || '''hyaiwati'''....''all three (<small>people</small>)''|| '''hyaiwata'''....''all three person&apos;s'' || '''has bi hyaiwati'''....''all three person&apos;s''<br>'''hasi bi hyaiwati'''....''all three person&apos;s (things)'' |- | '''ohyawa'''....''not every'' || '''ohyawas'''....''not everything'' || '''ohyawat'''....''not everyone''|| '''ohyawata'''....''not every person&apos;s'' || '''ohyawatas'''....''not everyone&apos;s''<br>'''ohyawatasi'''....''not everyone&apos;s (things)'' |- | '''hyoawa'''....''not a single'' || '''hyoawas'''....''not a single thing'' || '''hyoawat'''....''not a single person''|| '''hyowata'''....''not a single person&apos;s'' || '''hyowatas'''....''not a single person&apos;s''<br>'''hyowatasi'''....''not a single person&apos;s (things)'' |- | '''hyeawa'''....''either'' || '''hyeawas'''....''either one'' || '''hyeawat'''....''either one (<small>person</small>)''|| '''hyeawata'''....''either one&apos;s'' || '''hyeawatas'''....''either one&apos;s''<br>'''hyeawatasi'''....''either one&apos;s (things)'' |- | '''hyeewa'''....''any two'' || '''hyeewasi'''....''any two things'' || '''hyeewati'''....''any two people''|| '''bi hyeewati'''....''any two person&apos;s'' || '''has bi hyeewati'''....''any two persons&apos;''<br>'''hasi bi hyeewati'''....''any two persons&apos; (things)'' |- | '''hyeowa'''....''neither'' || '''hyeowas'''....''neither one'' || '''hyeowat'''....''neither person''|| '''hyeawata'''....''neither person&apos;s'' || '''hyeowatas'''....''neither one&apos;s''<br>'''hyeowatasi'''....''neither one&apos;s (things)'' |- | '''hyuawa'''....''another'' || '''hyuawas'''....''another one'' || '''hyuawat'''....''another''|| '''hyuawata'''....''another&apos;s'' || '''hyuawatas'''....''another&apos;s''<br>'''hyuawatasi'''....''another&apos;s (things)'' |- | '''hyuowa'''....''no other'' || '''hyuowas'''....''nothing else'' || '''hyuowat'''....''nobody else''|| '''hyuowata'''....''no other&apos;s'' || '''hyuowatas'''....''no other&apos;s''<br>'''hyuowatasi'''....''no other&apos;s (things)'' |} :: *<small>'''Hawa''' and '''hyawa''' are short for '''haawa''' and '''hyaawa''', respectively.</small> : Examples using the above number-incorporating deictic determiners: ::* '''<u>Ohyawat</u> se iva bay eta vaod.'''....''<u>Not everyone</u> is happy with your decision.'' ::* '''<u>Hyaewasi</u> yafwe uxer yata efi.'''....''<u>Both (things)</u> can serve our needs.'' ::* '''<u>Hyeawa</u> tim ivlaxo at.'''....''<u>Either</u> room will satisfy me.'' ::* '''<u>Hyeowas</u> oivlaxo at.'''....''<u>Neither one</u> will dissatisfy me.'' : Note: ::* '''hyua''' means ''another (an alternative)''. Ex. '''At fu <u>hyuha</u> til.'''....''I would like <u>another (a different)</u> drink.'' ::* '''hyuawa''' means ''another (an additional)''. Ex. '''At fu <u>hyuawa</u> til.'''....''I would like <u>another (an additional)</u> drink.'' ::* '''hyuha''' means ''the other (the alternative)''. Ex. '''At fu <u>hyuha</u> til.'''....''I would like <u>the other</u> drink.'' : Similarly, '''hya''' means ''every, all'', while '''hyawa''' means ''each'', and '''hyaha'''....''all the'', ex: ::* '''<u>Hya</u> dom ayse tebixea suni teaxer.'''....''<u>Every</u> city has interesting things to see.'' ::* '''<u>Hya</u> domi ayse tebixusi.'''....''<u>All</u> cities have things of interest.'' ::* '''<u>Hyaha</u> domi ayse tebixusi.'''....<u>All the</u> cities have things of interest.'' ::* '''<u>Hyawa</u> dom ayse tebixun.'''....''<u>Each</u> city has something of interest.'' : Also, '''ha''' means ''the'', while '''hawa''' means ''the only'', eg.: ::* '''<u>Ha</u> twob hu at gwa ife se et.'''....''<u>The</u> man I most love is you.'' ::* '''<u>Hawa</u> toyb nazea ata tezex se et.'''....''<u>The only</u> woman worth my attention is you.'' : By appending '''y''' to '''hawa''', we get the adverb '''haway'''....''only, solely'', eg; ::* '''<u>Haway</u> et nize ata tezex.'''....''<u>Only</u> you deserve my attention.''. : The singular person pronouns in the above chart can be converted into pronominal determiners by adding the adjective suffix '''a''', eg.: ::* '''<u>Hyawata</u> tej se ge glatesa vyel hyutas.'''....''<u>Each one's</u> life is as important as another's.'' ::* '''<u>Hyeowata</u> dyun se vyama.'''....''<u>Neither person's</u> name is real.'' : However, the plural person pronouns in the above chart use the preposition '''bi''' (''of'') to form possessives, eg.: ::* '''Ha teji <u>bi hyaiwati</u> se kyebukuwa.'''....''The lives <u>of all three</u> are in danger.'' : The above singular pronominal determiners can, in turn, be converted into inanimate pronouns with the suffix '''-s'''. ::* '''<u>Hyawatas</u> se glatesa.'''....''<u>Each one's</u> is important.'' ::* '''<u>Hyeowatas</u> se vyama.'''....''<u>Neither's</u> is real.'' : The plural pronominal determiners can be nominalized with the use of '''bi''', eg: ::* '''<u>Hyaiwasi</u> <u>bi huti</u> se kyebukuwa.'''....''<u>All three</u> <u>of theirs'</u> are in danger.'' : Correlative Number-incorporating Deictic Determiners are handled as follows: ::* '''Hyeawa A ey B'''....''either A or B'' ::* '''Hyeowa A oy B'''....''neither A nor B'' ::* '''Hyaewa A ay B'''....''both A and B'' ::* '''Hawa A, voy B'''....''only A, not B'' === Adverbial Deictic Determiners === : This tables shows a correlated set of '''''pro-adverbs''''' built through the agglutination of deictic prefixes and catetory stubs. This is not all-inclusive, because their are other similary-constructed pro-verbs relating to other categories. :{| class="wikitable" style="background:lightyellow; font-size:smaller;" |+ Adverbial Deictic Determiners |- valign=top ! PRO-ADVERBS !! MANNER<br>'''(b)<u>yen</u>''' !! PLACE<br>'''(ne)<u>m</u>''' !! TIME<br>'''<u>j</u>(ob)''' !! DEGREE<br>'''nog ~ gla<sup>1</sup>''' !! REASON<br>'''sav''' !! FREQUENCY<br>'''xag''' |- |- | INTERROGATIVE || '''duhayen?'''<br>''how?, in what way?'' || '''duham?'''<br>''where?'' || '''duhaj?'''<br>''when?'' || '''duhanog?''' ~ '''duhagla?'''<br>''how?, to what degree?'' || '''duhasav?'''<br>''why?'' || '''duhaxag?'''<sup>2</sup><br>''how often?'' |- | DEFINITE || '''hayen'''<br>''the way, how'' || '''ham'''<br>''the place, where'' || '''haj'''<br>''the time, when'' || '''hanog''' ~ '''hagla'''<br>''as, to the degree'' || '''hasav (hu)'''<br>''for the reason (that), because''||'''haxag'''<br>''as often (...as)'' |- | INDEFINITE || '''heyen'''<br>''somehow, in some way'' || '''hem'''<br>''somewhere'' || '''hej'''<br>''sometime'' || '''henog''' ~ '''hegla'''<br>''somewhat'' || '''hesav'''<br>''for some reason''||'''hexag'''<br>''with some frequency'' |- | NEGATIVE || '''hoyen'''<br>''in nowise'' || '''hom'''<br>''nowhere'' || '''hoj'''<br>''never'' || '''honog''' ~ '''hogla'''<br> ''not at all'' || '''hosav'''<br>''for no reason''||'''hoxag'''<br>''never'' |- | PROXIMAL || '''hiyen'''<br>''this way, so'' || '''him'''<br>''here'' || '''hij'''<br>''now'' || '''hinog''' ~ '''higla'''<br>''so, this, to this extent'' || '''hisav'''<br>''for this reason, hence''||'''hixag'''<br>''this often'' |- | IMMEDIATE || '''hiiyen'''<br>''in the following way'' || '''hiim'''<br>''hereby'' || '''hiij'''<br>''here now'' || '''hiinog''' ~ '''hiigla'''<br>''to the following extent'' || '''hiisav'''<br>''for the following reason''||'''hiixag'''<br>''as often as follows'' |- | DISTAL || '''huyen'''<br>''that way, thus'' || '''hum'''<br>''there'' || '''huj'''<br>''then'' || '''hunog''' ~ '''hugla'''<br>''so, that, to that extent'' || '''husav'''<br>''for that reason, therefore, so''||'''huxag'''<br> ''that often'' |- | INTENSIVE || '''huuyen'''<br>''in such a way, so, thus'' || '''huum'''<br>''at such a place'' || '''huuj'''<br>''at such a time'' || '''huunog''' ~ '''huugla'''<br>''so, to such an extend'' || '''huusav'''<br>''for such a reason''||'''huuxag'''<br>''so often'' |- | ABSOLUTE NEGATIVE || '''hyoyen'''<br>''in nowise whatever'' || '''hyom'''<br>''nowhere at all'' || '''hyoj'''<br>''never ever'' || '''hyonog''' ~ '''hyogla'''<br> ''not at all'' || '''hyosav'''<br>''for no reason whatever''||'''hyoxag'''<br>''never ever'' |- | DISTRIBUTIVE || '''hyayen'''<br>''totally, in every way'' || '''hyam'''<br>''everywhere'' || '''hyaj'''<br>''always'' || '''hyanog''' ~ '''hyagla'''<br>''totally'' || '''hyasav'''<br>''for every reason''||'''hyaxag'''<br>''always'' |- | INDETERMINATE || '''hyeyen'''<br>''anyway'' || '''hyem'''<br>''anywhere, wherever'' || '''hyej'''<br>''whenever'' || '''hyenog''' ~ '''hyegla'''<br>''however, to any degree'' || '''hyesav'''<br>''for whatever reason''||'''hyexag'''<br>''with whatever frequency'' |- | IDENTICAL || '''hyiyen<sup>3</sup> (hu)'''<br>''likewise, as, in the same way (that)'' || '''hyim'''<br>''at the same place'' || '''hyij'''<br>''at the same time'' || '''hyinog''' ~ '''hyigla''';<br>''as, to the same extent'' || '''hyisav'''<br>''for the same reason''||'''hyixag'''<br>''as often'' |- | NON-IDENTICAL || '''hyuyen<sup>4</sup>'''<br>''otherwise'' || '''hyum'''<br>''elsewhere'' || '''hyuj'''<br>''some other time'' || '''hyunog''' ~ '''hyugla'''<br>''not as'' || '''hyusav'''<br>''for some other reason''||'''hyuxag'''<br>''not as often'' |} : <small>Note 1: '''-nog''' and '''-gla''' forms are synonymous, insofar as expressions of degree are concerned.</small> : <small>Note 2 '''hoxag?''' and other frequency forms can be also expressed as '''hogla jodi?'''....''how many times''.</small> : <small>Note 3 '''hyi-''' can be substituted by '''gel-'''.</small> : <small>Note 4 '''hyu-''' can be substituted by '''ogel-'''.</small> : The longer, expanded forms of pro-adverbs can be used at any time. For example: ::* '''At egteato et <u>hejob</u>.'''....''I will see you again <u>sometime</u>.'' ::* '''<u>Duhasun</u> se eta dyun?'''....''<u>What</u> is your name?'' ::* '''Et yeyfe axler <u>hubyen</u>.'''....''You shouldn't act <u>that way</u>.'' : It should be noted that all of these pro-adverb determiners, unless used as nouns, such as in the sentence '''Iyt iyfe him.'''....''She likes this place (or) She likes it here.'', are really abbreviations of longer expressions with mostly the preposition '''be'''....''at''. For example, '''At tambeseya hum.''', meaning ''I used to live there.'' is ignoring the preposition '''be''' from the longer, more explicit version '''At tambeseya <u>be</u> hum.''', lit. ''I used to live <u>at</u> that-place''. The proper preposition must be explicitly present if something other than '''be'''....''at'' is meant. For example, ''<u>from</u> where?'' is expressed as '''<u>bi</u> hom?''' Similarly, ''<u>up until</u> then'' would be expressed as '''<u>byu</u> huj'''. : Here are some examples of how adverbial determiners are used: ::* '''<u>Duham</u> et tambese?'''....''<u>Where</u> do you live?''&nbsp;&nbsp; < &nbsp;&nbsp;'''Et tambese <u>be DUHAa neM</u>?'''....''You live <u>at what place</u>.'') ::* '''At tambese <u>hum</u>.'''....''I live <u>there</u>.'' ::* '''Et tambese <u>hum</u> hu ha mep uje.'''....''You live <u>where</u> the road ends.'' ::* '''<u>Duham</u> weti peye?'''....''<u>Where</u> are you guys going?'' ::* '''Et yafe per <u>hyem</u> hu et fu.'''....''You can go <u>anywhere</u> you want.'' ::* '''<u>Duham</u> et byise?'''....''<u>Where</u> are you from?'' (Lit: ''Where do you originate.'' ::* '''<u>Duhaj</u> et taja?'''....''<u>When</u> were you born?'' ::* '''At voy tajaya <u>huj</u>.'''....''I had not been born <u>then</u>.'' ::* '''Et yeyfe duder <u>hiiyen</u>.'''....''You should respond <u>in the following way</u>.'' ::* '''Ot voy yefe daler <u>huuyen</u>.'''....''One must not talk <u>in such a manner</u>.'' ::* '''Et pia <u>hesav</u>.'''....''He left <u>for some reason</u>.'' ::* '''<u>Duhayen</u> et iyfe hia vafil?'''....''<u>How</u> do like this wine?'' ::* '''Voy se fia axer <u>hiyen</u>.'''....''It is not good to act <u>this way</u>.'' ::* '''<u>Duhasav</u> et tadsa <u>huunog</u> jwa?'''....''<u>Why</u> did you marry <u>so</u> late?'' ::* '''Ha tob pia <u>hyosav</u>.'''....''The man left <u>for no reason</u>.'' ::* '''Hwat pia <u>hasav hu</u> it efa per hyum.'''....''The guy left <u>because( ~ [for] the reason that)</u> he needed to go elsewhere.'' : The different, somewhat confusing, meanings of ''how'' are illustrated here: ::* '''<u>Duhayen</u> wit xa hus?'''....''<u>How</u> did he do that?''.... (Equivalent to '''Be hoa byen...?'''....''In what way...?'') (ADVERB OF MANNER) ::* '''<u>Duhayen</u> et xeye?'''....''<u>How</u> are you doing?''.... (This is the normal way of saying ''How are you?'' or ''How do you do?'' (ADVERB OF MANNER) ::* '''<u>Duhayena</u> sa ha dyezun?'''....'' <u>How</u> was the film?''.... (''How'' here is an ADJECTIVE OF KIND, and thus ends in '''-a'''.) ::* '''<u>Duhanog (= Duhagla)</u> aga it se?'''....''<u>How</u> big is he?''.... (ADVERB OF DEGREE) ::* '''<u>Huunog (= Duhagla)</u> iyfla et se!'''....''<u>How</u> nice you are!''.... (ADVERB OF EMPHATIC DEGREE) : The conjunction ''as'' is expressed most often using pro-adverbs of manner: ::* '''Xu <u>hayen hu</u> at de.'''....''Do <u>as</u> I say.'' = (in) the way that... ::* '''Xu <u>hyiyen hu</u> (or '''gelyen hu''' or even '''gel''') at xe.'''....''Do <u>as</u> I do.'' = (in) the same way that... ::* '''Xu <u>hiiyen</u>:'''....''Do <u>as follows</u>:'' = (in) this hereby manner... : However, the particle '''gel''' (''like, as'') can be substituted: ::* '''Xu <u>gel</u> at de.'''....''Do <u>as</u> I say.'' : Many of the pro-adverb determiners in the above chart can be relativized by adding the relative marker '''hu''' after the base form, eg: ::* '''At teaso et <u>haj hu</u> et puo him.'''....''I will see you <u>when</u> you get here.'' ::* '''It xa has <u>hasav hu</u> tosa yefa.'''....''He did it <u>because (for the reason that)</u> he felt compelled.'' ::* '''<u>Hyem hu</u> et po, et so ga iva.'''....''<u>Wherever</u> you go, you'll be happier.'' : See more about this in the section on relative clauses under Verbs. === Quantitative Deictic Determiners === : The deictic prefixes can be combined with '''gla''' to form quantitative expressions acting as adverbial or adjectival determiners, and substantives (pronouns referring to things or people): :{| class="wikitable" style="background:lightyellow; font-size;smaller;" |+ Quantitative Deictic Determiners |- valign=top ! !! ADVERBIAL / ADJECTIVAL<br>DETERMINER !! INANIMATE SINGULAR<br>PRONOUN !! INANIMATE PLURAL <br>PRONOUN !! ANIMATE PLURAL<br>PRONOUN |- | INTERROGATIVE || '''duhagla?'''....''how?/how much?/how many?'' || '''duhaglas?'''....''how much?'' || '''duhaglasi?'''....''how many'' || '''duhaglati?'''....''how many (people)?'' |- | DEFINITE || '''hagla'''....''how/as much/as many'' || '''haglas'''....''as much'' || '''haglasi'''....''as many'' || '''haglati'''....''as many (people)'' |- | INDEFINITE || '''hegla'''....''somewhat/some/some'' || '''heglas'''....''some'' || '''heglasi'''....''some'' || '''heglati'''....''some (people)'' |- | NEGATIVE || '''hogla'''....''no'' || '''hoglas'''....''none of it'' || '''hoglasi'''....''none of them '' || '''hoglati'''....''none'' |- | PROXIMAL || '''higla'''....''this/this much/this many'' || '''higlas'''....''this much'' || '''higlasi'''....''this many'' || '''higlati'''....''this many (people)'' |- | DISTAL || '''hugla'''....''that/that much/that many'' || '''huglas'''....''that much'' || '''huglasi'''....''that many''<br>'''huyglasi'''....''so many'' || '''huglati'''....''that many (people)'' |- | EMPHATIC || '''huugla'''....''so very, so much, so many'' || '''huuglas'''....''so much'' || '''huuglasi'''....''so many'' || '''huuglati'''....''so many (people)'' |- | ABSOLUTE NEGATIVE || '''hyogla'''....''not at all/no/no'' || '''hyoglas'''....''none of it whatever'' || '''hyoglasi'''....''none of them at all'' || '''hyoglati'''....''none whatever'' |- | DISTRIBUTIVE || '''hyagla'''....''totally/all/all'' || '''hyaglas'''....''all of it'' || '''hyaglasi'''....''all of them'' || '''hyaglati'''....''all'' |- | INDETERMINATE || '''hyegla'''....''however/any/any'' || '''hyeglas'''....''any of it'' || '''hyeglasi'''....''any of them'' || '''hyeglati'''....''any number of them'' |- | IDENTICAL || '''hyigla'''....''as/as much/as many, equally'' || '''hyiglas'''....''the same amount'' || '''hyiglasi'''....''the same number'' || '''hyiglati'''....''as many (people)'' |- | NON-IDENTICAL || '''hyugla'''....''not as much/not as much/not as many'' || '''hyuglas'''....''a different amount'' || '''hyuglasi'''....''a different number of things'' || '''hyuglati'''....''a different number of people'' |} : Here are some examples showing how these quantitative determiners are used: ::* '''Et deuze <u>huugla</u> fi.'''....''You sing <u>so</u> well.'' ::* '''At se <u>hegla</u> booka.'''....''I am <u>somewhat</u> tired.'' ::* '''<u>Hogla</u> pati et teata hijub?'''....''<u>How many</u> birds did you see today?'' ::* '''At teata vyavay <u>hugla</u> tami.'''....''I saw exactly <u>that many</u> houses.'' ::* '''Iyt fe <u>hyiglas</u> vyel et.'''....''She wants <u>the same amount</u> as you.'' ::* '''<u>Duhaglati</u> yantexe yet?'''....''<u>How many (people)</u> agree with you?'' ::* '''<u>Hoglati</u> yantexe.'''....''<u>None</u> agree.'' ::* '''Yit fu <u>heglasi</u>.'''....''They would like <u>some (of them)</u>.'' ::* '''Et yafe bier <u>hyeglasi</u> et fe.'''....''You can take <u>however many</u> you want.'' ::* '''At se <u>huugla</u> booka.'''....''I am <u>so</u> tired.'' : NOTE: The following determiners are synonymous and interchangeable: ::* '''hegla''' = '''gle''' = '''henog''' (''somewhat, to some degree'') ::* '''hyigla''' = '''ge''' = '''hyinog''' (''as, equally, to the same degree'') : The determiners '''hogla''' and '''huugla''' can be used as exclamatory adverbs, eg.: ::* '''<u>Hogla</u> et agsaye!'''....''<u>How</u> you have grown!'' ::* '''Hua twob jagsaye <u>huugla</u>!'''....''That man has aged <u>so much</u>!'' ::* '''Hia jotul se <u>huugla</u> fiteluza!'''....''This dessert is <u>sooo</u> delicious!'' :: '''''Pronominal Determiners''''' : For a discussion of '''''pronominal determiners''''' (or '''''possessive adjectives''''') like ''my, mine, yours, our own, etc.'', see [[Mirad_Grammar/Pronouns#Pronominal Determiners|Pronominal Determiners]] under Pronouns. <noinclude>{{Chapter navigation with TOC|Adverbs|Pronouns}}</noinclude> == Pronominal Determiners == : Pronominal Determiners are what are more often called '''''possessive adjectives''''' such as ''my'' or ''your'' and are discussed in a subsection of [[Mirad Grammar/Pronouns#Pronominal Determiners|Pronouns]]. == Quantitative Determiners == : '''''Quantitative determiners''''' act in one of several ways, they: ::* specify mass, uncountable, singular nouns for relative AMOUNT, eg. ''much happiness, less work'' ::* specify countable nouns for relative NUMBER, eg. ''one apple, two birds, many places'' ::* specify adverbs, adjectives, and verbs for relative DEGREE, eg. ''how poorly, very good, eat too much''. : From these, pronominalized quantitative determiners for PERSONS and THINGS can be derived. ::* Inanimate singular pronouns are formed by adding '''s''' for AN AMOUNT OF A THING ::* Inanimate plural pronouns are formed by adding '''si''' for A NUMBER OF THINGS ::* Animate plural pronouns are formed by adding '''ti''' for A NUMBER OF PERSONS. : The following table presents most of these word forms: {| class="wikitable" style="background:lightyellow; margin-left:1.6em; font-size:smaller;" |+ Quantitative Determiners |- ! ADVERB / ADJECTIVE !! SINGULAR INANIMATE PRONOUN !! PLURAL INANIMATE PRONOUN !! PLURAL ANIMATE PRONOUN |- ! DEGREE: How...(big / quickly)?<br>AMOUNT: How much...(money)?<br>NUMBER: How many...(books)? !! AMOUNT: How much...(+ STUFF)? !! NUMBER: How many...(+ THINGS)? !! NUMBER: How many...(+ PEOPLE)? |- | '''ga'''....''more'' || '''gas'''....''more (stuff)'' || '''gasi'''....''many (things)'' || '''gati'''....''many (people)'' |- | '''ge'''....''as, as much, as many'' || '''ges'''....''as much (stuff)'' || '''gesi'''....''as many (things)'' || '''geti'''....''as many people'' |- | '''go'''....''less, fewer'' || '''gos'''....''less (stuff)'' || '''gosi'''....''fewer (things)'' || '''goti'''....''fewer (people)'' |- ! !! !! !! |- | '''gla'''....''very, much, many''<br>'''glay'''....''so, so much, so many'' || '''glas'''....''much (stuff)''<br>'''glays'''....''so much stuff'') || '''glasi'''....''many (things)''<br>'''glaysi'''....''so many (things)'' || '''glati'''....''many (people)''<br>'''glayti'''....''so many (people)'' |- | '''gle'''....''rather, quite a lot, quite a few'' || '''gles'''....''quite a lot (of stuff)'' || '''glesi'''....''quite a lot (of things)'' || '''gleti'''....''quite a few (people)'' |- | '''glo'''....''slightly, a little, few'' || '''glos'''....''a little bit'' || '''glosi'''....''a few (things)'' || '''gloti'''....''few (people)'' |- ! !! !! !! |- | '''gra'''....''too, too much, too many'' || '''gras'''....''too much (stuff)'' || '''grasi'''....''too many (things)'' || '''grati'''....''too many (people)'' |- | '''gre'''....''enough'' || '''gres'''....''enough (stuff)'' || '''gresi'''....''enough (things)'' || '''greti'''....''enough (people)'' |- | '''gro'''....''insufficiently, too little, too few'' || '''gros'''....''too little'' || '''grosi'''....''too few'' || '''groti'''....''too few (people)'' |- ! !! !! !! |- | '''gwa'''....''most'' || '''gwas'''....''the most (stuff)'' || '''gwasi'''....''the most (things)'' || '''gwati'''....''most people'' |- | '''gwe'''....''just so (much/many)'' || '''gwes'''....''just so much'' || '''gwesi'''....''just so many'' || '''gweti'''....''just so many (people)'' |- | '''gwo'''....''least'' || '''gwos'''....''the least (stuff)'' || '''gwosi'''....''the least (number of)'' || '''gwoti'''....''the least number (of people)'' |} : Examples Using Quantitative Determiners :: Adverbs of degree modifying an adjective: :::* '''At se <u>gla</u> iva.'''....''I am <u>very</u> happy.'' :::* '''Et sa <u>gra</u> uga.'''....''You were <u>too</u> slow.'' :: Adverbs of Degree modifying another adverb: :::* '''Twobi dale <u>ge</u> igay vyel toybi.'''....''Men talk <u>as</u> fast as women.'' :::* '''Yat yexe <u>ga igay</u> vyel yet.'''....''We work faster (= <u>more quickly</u>) than you.'' :: Adjectives quantifying a singular mass noun: :::* '''<u>Ga</u> nas efwo.'''....''<u>More</u> money will be needed.'' :::* '''<u>Gra</u> nas noxwa.'''....''<u>Too much</u> money was spent.'' :: Adjectives quantifying a plural countable noun (= things or people): :::* '''At ayse <u>gro</u> sari.'''....''I've got <u>too few</u> tools.'' :::* '''<u>Gla</u> tami osexwa.'''....''<u>Many</u> houses were destroyed.'' :::* '''Yat efe <u>gla ga</u> valkdibuti.'''....''We need <u>many more</u> policemen.'' :: Pronouns referring to a mass amount of something (= stuff): :::* '''<u>Gas</u> ilokeye.'''....''<u>More (stuff)</u> is leaking.'' :::* '''Et dileye <u>gras</u>.'''....''You are asking for <u>too much (stuff)</u>.'' :::* '''Yat kexo <u>gwas</u>.'''....''We will seek <u>as much (stuff) as possible</u>.'' :::* '''At iba <u>gwes</u>.'''....''I received <u>just the right amount.</u>'' :: Pronouns referring to a countable number of things: :::* '''Hisi se fia oy yat fe <u>gasi</u>.'''....''These (items) are good but we want <u>more (items)</u>.'' :::* '''At teate drilari oy <u>grosi</u>.'''....''I see pens, but <u>too few</u>.'' :: Pronouns referring to a countable number of people: :::* '''<u>Grati</u> xaye vyoki be hia yexem.'''....''<u>Too many (people)</u> have made mistakes at this work site.'' :::* '''<u>Glati</u> dyunwe oy <u>gloti</u> kexbiwe.'''....''<u>Many</u> are called but <u>few</u> are chosen.'' == Numerical Determiners == : Numerical determiners are number words that modify nouns, such as ''one'', ''fifty'', ''a hundred''. They are based on the cardinal numbers, which are explained here: === Cardinal Numerals === : The cardinal numerals are words used in counting. These words are based on the vowels of Mirad and are crucial to any hierarchical or scalar ordering of lexical concepts. :* The unit cardinal numbers are formed from the plain and pre-'''y'''-glided vowels: :::{| class="wikitable" style="background:lightyellow; text-align:center" |+ Unit Cardinal Numbers |- ! 0 !! 1 !! 2 !! 3 !! 4 !! 5 !! 6 !! 7 !! 8 !! 9 |- | '''o''' || '''a''' || '''e''' || '''i''' || '''u''' || '''yo''' || '''ya''' || '''ye''' || '''yi''' || '''yu''' |- | ''zero'' || ''one'' || ''two'' || ''three'' || ''four'' || ''five'' || ''six'' || ''seven'' || ''eight'' || ''nine'' |} :: The cardinal numerals 5-9 are pre-y-glided versions of the vowels that constitute 0-4. ==== Ordinal Vowels ==== ::* The cardinal numerals are used as '''''ordinal vowels''''' in word-building. An example is the word '''mer''' (''planet''). Here, the cardinal numbers are added as a secondary ordinal vowel to the stem vowel to create the names of the planets in our solar system: :::{| class="wikitable" style="background:lightyellow" |+ Planet names |- ! MONTH !! ORDINAL VOWEL....NUMERIC VALUE |- | '''me<u>a</u>r'''....''Mercury'' || '''a'''....1 |- | '''me<u>e</u>r'''....''Venus'' || '''e'''....2 |- | '''me<u>i</u>r'''....''Earth'' || '''i'''....3 |- | '''me<u>u</u>r'''....''Mars'' || '''u'''....4 |- | '''me<u>yo</u>r'''....''Jupiter'' || '''yo'''....5 |- | '''me<u>ya</u>r'''....''Saturn'' || '''ya'''....6 |- | '''me<u>ye</u>r'''....''Uranus'' || '''ye'''....7 |- | '''me<u>yi</u>r'''....''Pluto'' || '''yi'''....8 |} ::(See more on this in the section on [[Mirad Grammar/Vocabulary Formation|Vocabulary Formation]]. ::* The cardinal numerals are also used in counting, for example, at a sports countdown. ::* The cardinal numerals are employed in reciting telephone numbers and addresses, for example: ::: '''Ata yibdalar sag se 703-842-6190 (pronounced: ye-o-i-yi-u-e-ya-a-yu-o).'''....''My telephone number is...''. ::: '''At tambese 114 Maple Street.''' (pronouned: '''a-a-u''' Maple Street) ::* They are further used in mathematical operations. For example: ::: '''E gab e se u.'''....''Two plus two is four.'' ==== Units ==== :: To make the unit numerals more understandable in contexts such as counting, arithmetic, and telephone communications, the unit formant '''wa''' is added to them. The '''wa''' formant is added only when the unit numbers stand alone, not in conjunction with higher numerals, such as the teens, hundreds, etc. More importantly, the numbers 0-9, when used as '''''adjectival numerical determiners''''' modifying nouns, MUST take this '''wa''' formant (see the section below on [[Mirad Grammar/Determiners#Integral Numerical Determiners|Integral Numerical Determiners]]. :::{| class="wikitable" style="background:lightyellow" |+ Unit Numerals with '''wa''' Formant |- ! 0 !! 1 !! 2 !! 3 !! 4 !! 5 !! 6 !! 7 !! 8 !! 9 |- | '''owa''' || '''awa''' || '''ewa''' || '''iwa''' || '''uwa''' || '''yowa''' || '''yawa''' || '''yewa''' || '''yiwa''' || '''yuwa''' |- | ''zero'' || ''one'' || ''two'' || ''three'' || ''four'' || ''five'' || ''six'' || ''seven'' || ''eight'' || ''nine'' |} : Examples: :::* '''Ata kosag se "awa yowa ewa yiwa".'''....''My code is "one five two eight".'' :::* '''<u>Uwa</u> tami.'''....''<u>Four</u> houses.'' :::* '''At bee <u>yuwa</u> tudi.'''....''I have <u>nine</u> children.'' :::* '''Iyt bee <u>owa</u> tud.'''....''She has <u>no (=zero)</u> children (=child).'' ==== Decades ==== ::* The decade formant '''-l-''' is used to form the '''''decades'''''. Followed by '''-o'''....''zero'', we have the base decade numbers: :::{| class="wikitable" style="background:lightyellow" |+ Decades with the -l- Formant |- ! 10 !! 20 !! 30 !! 40 !! 50 !! 60 !! 70 !! 80 !! 90 |- | '''alo''' || '''elo''' || '''ilo''' || '''ulo''' || '''yolo''' || '''yalo''' || '''yelo''' || '''yilo''' || '''yulo''' |- | ''ten'' || ''twenty'' || ''thirty'' || ''forty'' || ''fifty'' || ''sixty'' || ''seventy'' || ''eighty'' || ''ninety'' |} ::: By changing the '''o'''....''zero'' in '''lo''' to other cardinal unit numerals, the numerals within decades can be generated as follows: :::{| class="wikitable" style="background:lightyellow" |+ Decadal Counting |- | '''ala'''....''11'' || '''ela'''....''21'' || '''ila'''....''31'' || '''ula'''....''41'' || '''yola'''....''51'' || '''yala'''....''61'' || '''yela'''....''71'' || '''yila'''....''81'' || '''yula'''....''91'' |- | '''ale'''....''12'' || '''ele'''....''22'' || '''ile'''....''32'' || '''ule'''....''42'' || '''yole'''....''52'' || '''yale'''....''62'' || '''yele'''....''72'' || '''yile'''....''82'' || '''yule'''....''92'' |- | ... || ... || ... || ... || ... || ... || ... || ... || ... |- | '''alyu'''....''19'' || '''elyu'''....''29'' || '''ilyu'''....''39'' || '''ulyu'''....''49'' || '''yolyu'''....''59'' || '''yalyu'''....''69'' || '''yelyu'''....''79'' || '''yilyu'''....''89'' || '''yulyu'''....''99'' |} ==== Hundreds ==== ::* By adding the hundreds formant '''s''', you get the '''''hundreds''''': :::{| class="wikitable" style="background:lightyellow" |+ Hundreds with the -s- Formant |- ! 100 !! 200 !! 300 !! 400 !! 500 !! 600 !! 700 !! 800 !! 900 |- | '''aso''' || '''eso''' || '''iso''' || '''uso''' || '''yoso''' || '''yaso''' || '''yeso''' || '''yiso''' || '''yuso''' |} ::: All the numerals in-between the hundreds, can be generated by modifying the '''so''' ending, for example: :::* '''asa'''....''101'' :::* '''asale'''....''112'' :::* '''usyulyu'''....''599'' ==== Thousands ==== ::* The '''''thousands''''' are generated with the formant '''r''': : :: Note: The number categories starting with the thousands on up end in '''-o''' and are separated from the rest of a number by a space. :::{| class="wikitable" style="background:lightyellow" |+ Thousands |- ! 1000 !! 2000 !! 3000 !! 4000 !! 5000 !! 6000 !! 7000 !! 8000 !! 9000 |- | '''aro''' || '''ero''' || '''iro''' || '''uro''' || '''yoro''' || '''yaro''' || '''yero''' || '''yiro''' || '''yuro''' |} :::* '''aro'''....''1,000'' :::* '''aro a'''....''1,001'' :::* '''ero isi'''....''2,300'' :::* '''yoro yasula'''....''5,641'' ==== Millions ==== ::* The '''''millions''''' are generated with the formant '''ml''': :::{| class="wikitable" style="background:lightyellow" |+ Millions with the -ml- Formant |- ! 1000,000 !! 2000,000 !! 3000,000 !! 4000,000 !! 5000,000 !! 6000,000 !! 7000,000 !! 8000,000 !! 9000,000 |- | '''amlo''' || '''emlo''' || '''imlo''' || '''umlo''' || '''yomlo''' || '''yamlo''' || '''yemlo''' || '''yimlo''' || '''yumlo''' |} :::* '''emlo yala'''....''2,000,051'' :::* '''umlo esu'''....''4,000,204'' ==== Billions ==== ::* The '''''billions''''' are generated with the formant '''mr'''; :::{| class="wikitable" style="background:lightyellow" |+ Billions |- ! 1000,000,0000 !! 2000,000,0000 !! 3000,000,0000 !! 4000,000,0000 !! 5000,000,0000 !! 6000,000,0000 !! 7000,000,0000 !! 8000,000,0000 !! 9000,000,0000 |- | '''amro''' || '''emro''' || '''imro''' || '''umro''' || '''yomro''' || '''yamro''' || '''yemro''' || '''yimro''' || '''yumro''' |} :::* '''imro emlo yoro asyula'''....''three billion, two million, five thousand, one hundred fifty one'' :::* '''iro asyulyo'''....''3,195'' :::* '''yamlo asyulyo'''....''6,000,195'' :::* '''alomro yelyomlo asyilyaro yusele'''....''10,075,186,922'' ==== Trillions etc. ==== : The '''''trillions''''' are generated with the word '''garale''', which means ''10 to the positive power of 12 or 10<sup>+10</sup>.'' : The '''''trillionths''''' are generated with the word '''gorale''', which means ''10 to the negative power of 12 or 10<sup>-10</sup>.'' ::* '''iwa garale aoti'''....''three trillion people'' ::* '''uwa goraleni bi ha mor'''....''three trillionths of the universe'' : Even higher numbers are shown in the chart in the next section. === Overall Numbers Chart === : The following chart shows the entire Mirad number scheme: : <table style="border-collapse: collapse; min-width: 100%;"><tr><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 70px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">RADICAL</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;">CARDINAL ADJECTIVE</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 70px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">MULTIPLE<br>PREFIX</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 81px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">ORDINAL ADJECTIVE</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 67px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">MULTIPLE</span></div><div><span style="font-size: 11px; line-height: 15px;">ENTITY</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 78px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">MULTIPLE</span></div><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">PERSON</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 75px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">MULTIPLE</span></div><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">ADJECTIVE</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 84px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">MULTIPLE</span></div><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">VERB</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 92px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">FRACTION</span></div><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">NOUN</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 74px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">FRACTION</span></div><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">PREFIX</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 82px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">FRACTION</span></div><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">ADJECTIVE</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 79px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">FRACTION</span></div><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">VERB</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">o</span></div><div><span style="font-size: 8pt; font-style: italic;">zero</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">owa</span></div><div><span style="font-size: 8pt; font-style: italic;">zero</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">on</span><span style="font-size: 8pt; font-style: italic;">-</span></div><div><span style="font-size: 8pt; font-style: italic;">null-, non-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">oa</span></div><div><span style="font-size: 8pt; font-style: italic;">zeroth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">oon</span></div><div><span style="font-size: 8pt; font-style: italic;">nonentry</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">o</span><span style="font-size: 8pt; font-weight: bold;">o</span><span style="font-size: 8pt; font-weight: bold;">t</span></div><div><span style="font-size: 8pt; font-style: italic;">nonperson</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">onxer</span></div><div><span style="font-size: 8pt; font-style: italic;">nullify</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><span style="font-size: 8pt;"><br/></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><br/></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">a</span></div><div><span style="font-size: 8pt; font-style: italic;">one</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">awa</span></div><div><span style="font-size: 8pt; font-style: italic;">one</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">an</span><span style="font-size: 8pt; font-style: italic;">-</span></div><div><span style="font-size: 8pt; font-style: italic;">uni-,</span></div><div><span style="font-size: 8pt; font-style: italic;">mono-</span></div><div><span style="font-size: 8pt; font-style: italic;">haplo-,</span></div><div><span style="font-size: 8pt; font-style: italic;">singul-</span></div><div><span style="font-size: 8pt; font-style: italic;">solo-, one-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt; font-style: italic; font-weight: bold;">aa</span></div><div><span style="font-size: 8pt; font-style: italic;">first, </span></div><div><span style="font-size: 8pt; font-style: italic;">primary</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">aon</span></div><div><span style="font-size: 8pt; font-style: italic;">unit,</span></div><div><span style="font-size: 8pt; font-style: italic;">monad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">aot</span></div><div><span style="font-size: 8pt; font-style: italic;">individual</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">aona</span></div><div><span style="font-size: 8pt; font-style: italic;">unitary,</span></div><div><span style="font-size: 8pt; font-style: italic;">haplo-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">aonxer</span></div><div><span style="font-size: 8pt; font-style: italic;">unify</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><span style="font-weight: bold; font-size: 8pt;">ayn</span></div><div><span style="font-style: italic; font-size: 8pt;">whole</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">ayn</span><span style="font-size: 8pt; font-style: italic;">-</span></div><div><span style="font-size: 8pt; font-style: italic;">holo-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">ayna</span></div><div><span style="font-size: 8pt; font-style: italic;">whole</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">aynxer</span></div><div><span style="font-size: 8pt; font-style: italic;">integrate</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>e</b></span></div><div><span style="font-size: 8pt; font-style: italic;">two</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ewa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">two</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>en</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">di-, du-,bi-, bin-, bis-, dupli-, diplo-</span></div><div><span style="font-size: 8pt; font-style: italic;">dis-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ea</b></span></div><div><span style="font-size: 8pt; font-style: italic;">second</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>eon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">pair,</span></div><div><span style="font-size: 8pt; font-style: italic;">dyad,</span></div><div><span style="font-size: 8pt; font-style: italic;">duplex</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>eot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">couple, </span></div><div><span style="font-size: 8pt; font-style: italic;">duo,</span></div><div><span style="font-size: 8pt; font-style: italic;">twin</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>eona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">double,</span></div><div><span style="font-size: 8pt; font-style: italic;">two-fold,</span></div><div><span style="font-size: 8pt; font-style: italic;">binary</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>eonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">double, duplicate</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">eyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">half</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;">eyn<i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">semi-, </span></div><div><span style="font-size: 8pt; font-style: italic;">demi-, </span></div><div><span style="font-size: 8pt; font-style: italic;">half-. </span></div><div><span style="font-size: 8pt; font-style: italic;">hemi-</span></div><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>eyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">half</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>eynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">halve,</span></div><div><span style="font-size: 8pt; font-style: italic;">cut in two</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;">i</span></div><div><span style="font-size: 8pt; font-style: italic;">three</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>iwa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">three</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>in</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">tri-, triplo-, tris-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ia</b></span></div><div><span style="font-size: 8pt; font-style: italic;">third,</span></div><div><span style="font-size: 8pt; font-style: italic;">terciary</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ion</b></span></div><div><span style="font-size: 8pt; font-style: italic;">triple,</span></div><div><span style="font-size: 8pt; font-style: italic;">triad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>iot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">trio,</span></div><div><span style="font-size: 8pt; font-style: italic;">threesome, triplet</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>iona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">triple,</span></div><div><span style="font-size: 8pt; font-style: italic;">three-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ionxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">triple, triplicate</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">iyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">third</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>iyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">terci-,</span></div><div><span style="font-size: 8pt; font-style: italic;">trient-</span></div><div><span style="font-size: 8pt; font-style: italic;">ter-, tern-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>iyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">third</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>iynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut three way</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>u</b></span></div><div><span style="font-size: 8pt; font-style: italic;">four</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uwa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">four</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>un</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">quadri-,</span></div><div><span style="font-size: 8pt; font-style: italic;">tetra-, tetraplo-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ua</b></span></div><div><span style="font-size: 8pt; font-style: italic;">fourth, quaternary</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quartet,</span></div><div><span style="font-size: 8pt; font-style: italic;">tetrad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quartet, foursome, quadruplet</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">four-fold,</span></div><div><span style="font-size: 11px; line-height: 15px; font-style: italic;">quadruple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quadruple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">uyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">quarter, fourth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">quater-, quadrant-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quarter</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quarter,</span></div><div><span style="font-size: 8pt; font-style: italic;">cut four ways</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yo</b></span></div><div><span style="font-size: 8pt; font-style: italic;">five</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yowa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">five</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoon</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">quinti-</span></div><div><span style="font-size: 8pt; font-style: italic;">penta-, pentaplo-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">fifth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quintet,</span></div><div><span style="font-size: 8pt; font-style: italic;">pentad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quintet</span></div><div><span style="font-size: 8pt; font-style: italic;">fivesome, quintuplet</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">five-fold, </span></div><div><span style="font-size: 8pt; font-style: italic;">quintuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quintuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">yoyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">fifth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">quinti-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">fifth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut five ways</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ya</b></span></div><div><span style="font-size: 8pt; font-style: italic;">six</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yawa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">six</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yaon</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">sexa-</span></div><div><span style="font-size: 8pt; font-style: italic;">hexa-</span></div><div><span style="font-size: 8pt; font-style: italic;">hexaplo-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yaa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">sixth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yaon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">sextet,</span></div><div><span style="font-size: 8pt; font-style: italic;">hexad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yaot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">sextet,</span></div><div><span style="font-size: 8pt; font-style: italic;">sextuple, sextuplet</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yaona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">six-fold, sextant-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yaonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">sextuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">yayn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">sixth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yayn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">sextant-, sext-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yayna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">sixth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yaynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut six ways</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ye</b></span></div><div><span style="font-size: 8pt; font-style: italic;">seven</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yewa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">seven</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeon</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">septa-,</span></div><div><span style="font-size: 8pt; font-style: italic;">hepta-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yea</b></span></div><div><span style="font-size: 8pt; font-style: italic;">seventh</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">septet,</span></div><div><span style="font-size: 8pt; font-style: italic;">hectad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">septet,</span></div><div><span style="font-size: 8pt; font-style: italic;">septuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">seven-fold</span></div><div><span style="font-size: 8pt; font-style: italic;">septuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">septuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">yeyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">seventh</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">septant-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">seventh</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut seven ways</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yi</b></span></div><div><span style="font-size: 8pt; font-style: italic;">eight</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yiwa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">eight</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yion</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">octi-,</span></div><div><span style="font-size: 8pt; font-style: italic;">octa-, octaplo-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yia</b></span></div><div><span style="font-size: 8pt; font-style: italic;">eighth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yion</b></span></div><div><span style="font-size: 8pt; font-style: italic;">octet,</span></div><div><span style="font-size: 8pt; font-style: italic;">octad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yiot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">octet,</span></div><div><span style="font-size: 8pt; font-style: italic;">octuplet, octuplet</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yiona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">eight-fold, octuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yionxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">octuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">yiyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">eighth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yiyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">octant-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yiyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">eighth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yiynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut eight ways</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yu</b></span></div><div><span style="font-size: 8pt; font-style: italic;">nine</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuva</b></span></div><div><span style="font-size: 8pt; font-style: italic;">nine</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuon</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">novi-</span></div><div><span style="font-size: 8pt; font-style: italic;">nona-, enneaplo-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yua</b></span></div><div><span style="font-size: 8pt; font-style: italic;">ninth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">nonad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">nonet, nonuplet</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">nine-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">nonuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">yuyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">ninth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">nonant-</span></div><div><span style="font-size: 8pt; font-style: italic;">novi-</span></div><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">ninth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut nine ways</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><i>-</i><b>l</b><i>-</i></span></div><div><span style="font-size: 11px; line-height: 15px; font-style: italic;">tens</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>alo</b></span></div><div><span style="font-size: 8pt; font-style: italic;">ten</span></div><div><span style="font-size: 11px; line-height: 15px;"><b>gara</b></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>alon</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">deci-</span></div><div><span style="font-size: 8pt; font-style: italic;">deca-</span></div><div><span style="font-size: 8pt;"><b>gara</b><i>-</i></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aloa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">tenth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>alon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">decade</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>alot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">group of ten,decimvirate</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>alona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">ten-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>alonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">multiply</span></div><div><span style="font-size: 8pt; font-style: italic;">by ten</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">aloyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">tenth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aloyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">deci-</span></div><div><span style="font-size: 11px; line-height: 15px;"><b>gora</b><i>-</i></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aloyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">tenth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aloynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">decimate</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt; font-style: italic;">-s-</span></div><div><span style="font-size: 11px; line-height: 15px; font-style: italic;">hundreds</span></div><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aso</b></span></div><div><span style="font-size: 8pt; font-style: italic;">hundred</span></div><div><span style="font-size: 8pt;"><b>gare</b></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ason</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">hecto-</span></div><div><span style="font-size: 8pt;"><b>gare</b><i>-</i></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>asoa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">hundred</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ason</b></span></div><div><span style="font-size: 8pt; font-style: italic;">century,</span></div><div><span style="font-size: 8pt; font-style: italic;">hundred-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>asot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">hectad,</span></div><div><span style="font-size: 8pt; font-style: italic;">group of</span></div><div><span style="font-size: 8pt; font-style: italic;">a hundred</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>asona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">hundred-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>asonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">multiply by a hundred</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">aoyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">cent, percent</span></div><div><span style="font-style: italic; font-size: 8pt;">hundredth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>asoyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">centi-</span></div><div><span style="font-size: 8pt;"><b>gore</b><i>-</i></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>asoyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">hundredth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>asoynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut into hundredths</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><i>-</i><b>r-</b></span></div><div><span style="font-size: 8pt; font-style: italic;">thousands</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aro</b></span></div><div><span style="font-size: 8pt; font-style: italic;">thousand</span></div><div><span style="font-size: 8pt; font-style: italic;"><br/></span></div><div><span style="font-size: 8pt;"><b>gari</b></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aron</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">kilo-,</span></div><div><span style="font-size: 8pt;"><b>gari</b><i>-</i></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aroa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">thousandth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aron</b></span></div><div><span style="font-size: 8pt; font-style: italic;">millennium,</span></div><div><span style="font-size: 8pt; font-style: italic;">thousand-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>arot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">group of a thousand</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>arona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">thousand-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aronxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">multiply by a thousand</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">aroyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">thousanth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aroyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">milli-</span></div><div><span style="font-size: 8pt;"><b>gori</b><i>-</i></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aroyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">thousanth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aroynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut into thousanths</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><i>-</i><b>ml</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">millions</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amlo</b></span></div><div><span style="font-size: 8pt; font-style: italic;">million</span></div><div><span style="font-size: 8pt;"><b>garya</b></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amlon</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">mega-</span></div><div><span style="font-size: 8pt;"><b><i>garya</i></b>-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amloa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">millionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amlon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">million-fold,</span></div><div><span style="font-size: 8pt; font-style: italic;">myriad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amlot</b></span></div><div><span style="font-size: 11px; line-height: 15px; font-style: italic;">myriad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amlona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">million-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amlonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">multiply by a million</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">amloyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">millionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amloyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">micro-</span></div><div><span style="font-size: 8pt;"><b>gorya</b></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amloyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">millionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amsoynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut into millionths</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><i>-</i><b>mr</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">billions</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amro</b></span></div><div><span style="font-size: 8pt; font-style: italic;">billion</span></div><div><span style="font-size: 8pt;"><b>garyu</b></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amro</b><i>-</i></span></div><div><span style="font-size: 11px; line-height: 15px; font-style: italic;">giga-</span></div><div><span style="font-size: 11px; line-height: 15px;"><b>garyu</b><i>-</i></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amroa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">billionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amron</b></span></div><div><span style="font-size: 8pt; font-style: italic;">billiion-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amrot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">group of a billion people</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amrona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">billion-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amronxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">multiply by a billion</span></div><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">amsoyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">billionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amroyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">peta-</span></div><div><span style="font-size: 8pt;"><b>goryu</b></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amroyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">billionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amroynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut into billionths</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garale</b></span></div><div><span style="font-size: 8pt; font-style: italic;">trillion</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garale</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">tera-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garalea</b></span></div><div><span style="font-size: 8pt; font-style: italic;">trillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><br/></div><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><span style="font-size: 8pt;"><b>goralen</b></span></div><div><span style="font-size: 8pt;">a trillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>gorale</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">pico-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><br/></div><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><br/></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garalyo</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quadrillion</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>galalyo</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">peta</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garalyoa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quadrillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><br/></div><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><span style="font-size: 8pt;"><b>goralyon</b></span></div><div><span style="font-size: 8pt;">a quadrillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>goralyo</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">femto-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><br/></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garalyi</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quintillion</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garalyi</b><i>-</i></span></div><div><span style="font-size: 11px; line-height: 15px; font-style: italic;">exa-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt; font-style: italic;"><b>garalyia</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quintillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><span style="font-size: 8pt;"><b>goralyin</b></span></div><div><span style="font-size: 8pt;">a quintillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>goralyi</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">atto-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><br/></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garela</b></span></div><div><span style="font-size: 8pt; font-style: italic;">sextillion</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garela</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">zetta</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garelaa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">sextillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><span style="font-size: 8pt;"><b>gorelan</b></span></div><div><span style="font-size: 8pt;">a sextillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>gorela</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">zepto-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><br/></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garelu</b></span></div><div><span style="font-size: 8pt; font-style: italic;">septiliion</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garelu</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">yotta</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garelua</b></span></div><div><span style="font-size: 8pt; font-style: italic;">septillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><span style="font-size: 8pt;"><b>gorelun</b></span></div><div><span style="font-size: 8pt;">a septillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>gorelu</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">yocto-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><br/></div></td></tr></table> === Integral Numerical Determiners === : Integral Numerical Determiners are adjectives based on whole numerals that modify a following noun. : The unit integral numerals are combined with the formant '''wa''' to form the first ten numerical determiners that are used to quantify a noun. The noun following the numerical determiner is plural if the number is greater than one. The '''wa''' formant is used on unit numerals when they are stand-alone, not when they are part of a larger number. Unlike English, "zero" is followed by a singular noun. ::{| class="wikitable" style="background:lightyellow" |+ Unit Integral Numerical Determiners |- ! '''owa tam''' !! '''awa tam''' !! '''ewa tami''' !! '''iwa tami''' !! '''uwa tami''' |- | ''no/zero houses'' || ''one house'' || ''two houses'' || ''three houses'' || ''four houses'' |- ! '''yowa tami''' !! '''yawa tami''' !! '''yewa tami''' !! '''yiwa tami''' !! '''yuwa tami''' |- | ''five houses'' || ''six houses'' || ''seven houses'' || ''eight houses'' || ''nine houses'' |} :: In a sequence of noun modifiers, the numerical determiner goes in the same place as in English, eg: ::* '''Ata <u>iwa</u> gajaga twidi...'''....''My <u>three</u> older brothers...'' ::{| class="wikitable" style="background:lightyellow" |+ Numerical Determiners in Use |- ! Mirad !! English !! '''Wa''' Behavior !! Pluralization Behavior |- | '''o<u>wa</u> tam''' || ''no houses, zero houses'' || The numeral is a unit, <br>so '''wa''' is suffixed. || The numeral is less than 2, <br>so the noun is singular. |- | '''awa tam''' || ''one house, a house''|| " || " |- | '''ewa tam<u>i</u>''' || ''two houses''|| " || The numeral is greater than 2, <br>so the noun is plural. |- | '''iwa tami''' || ''three houses''|| " || " |- | '''uwa tami''' || ''four houses'' || " || " |- | '''yowa tami''' || ''five houses'' || " || " |- | '''yawa tami''' || ''six houses''|| " || " |- | '''yewa tami''' || ''seven houses'' || " || " |- | '''yiwa tami''' || ''eight houses'' || " || " |- | '''yuwa tami''' || ''nine houses'' || " || " |- | '''alo tami''' || ''ten houses'' || The numeral is not a unit <br>so no '''wa''' is suffixed. || " |- | '''ase tami''' || ''a hundred two houses'' || " || " |- | '''ero iwa tami''' || ''two thousand three houses'' || The numeral '''i''' is a unit, <br>so '''wa''' is suffixed. || " |- | '''iro alo tami''' || ''three thousand ten houses'' || The numeral '''alo''' is not a unit, <br>so '''wa''' is not suffixed. || " |} : Integral numerical determiners can be pronominalized as things and persons by suffixing '''s''' or '''t''', respectively. These can, in turn, be pluralized by suffixing '''i'''. Furthermore, person pronouns can be feminized with a '''y''' before the '''t'''. The '''s''' suffix is short for '''sun'''....''thing'' or '''suni'''....''things''. The '''t''' ending is short for '''aot'''....''person'' or '''aoti'''....''persons.'' For example: ::* '''Et ayse awa tam. At gey ayse <u>awas</u> (= awa sun).'''....''You have one house. I have <u>one</u> too.'' ::* '''At aysa alo dresari. Hij at ayse anay <u>ewasi</u> (= ewa suni).'''....''I had ten pencils. Now I only have <u>two</u>.'' ::* '''Esa <u>asoti</u> (= aso aoti) yeb ha duzam.'''.... '''There were <u>a hundred people</u> in the concert hall.''' ::* '''Yat yefe kexbier <u>eluyti</u> (= elu aoyti) bi huti.'''....''We must choose <u>twenty-four females</u> from those people.'' === Ordinal Numerical Determiners === : Ordinal numerical determiners like ''first'', ''second'', etc. are formed from the cardinal numerals by adding the adjectival ending '''a''' to the cardinal numeral. :{| class="wikitable" style="background:lightyellow" |+ Ordinal Determiners |- ! Cardinal Numeral !! Ordinal Numerical Determiner |- | '''o'''....''zero'' || '''oa'''....''zeroth'' |- | '''a'''....''one'' || '''aa'''....''first'' |- | '''e'''....''two'' || '''ea'''....''second'' |- | '''i'''....''three'' || '''ia'''....''third'' |- | '''alo'''....''ten'' || '''aloa'''....''tenth'' |- | '''asu'''....''104'' || '''asua'''....''104th'' |- | '''garale'''....''trillion'' || '''garalea'''....''trillionth'' |} : The word '''nap'''....''order'' can be inserted in these words to make them more comprehensible in speech: ::* '''anapa'''....''first'', ''first in order'', ''primary'' ::* '''enapa'''....''second'', ''second in order'', ''secondary'' ::* '''inapa'''....''third'', ''third in order'', ''tertiary'' ::* '''alanapa'''....''eleventh'', ''eleventh in order'' : There are other ordinal adjectives that are not based on numbers: ::* '''ijna'''....''initial, first, original'' ::* '''ujna'''....''last, final'' ::* '''ajna'''....''past, ex-, former, old'' ::* '''ojna'''....''future'' ::* '''ejna'''....''current, new, present'' ::* '''jana'''....''previous, last'' ::* '''jona'''....''next, following'' ::* '''zana'''....''next'' ::* '''zona'''....''previous, last'' : Ordinal determiners and adjectives can be converted into adverbs by adding the suffix '''y''' to the adjectival counterparts: :{| class="wikitable" style="background:lightyellow" |+ Ordinal Adverbs |- ! Adjective !! Adverb |- | '''aa'''....''first'' || '''aay'''....''firstly'' |- | '''anapa'''....''first'' || '''anapay'''....''primarily'' |- | '''ea'''....''second'' || '''eay'''....''secondly'' |- | '''ujna'''....''last'' || '''ujnay'''....''finally'' |} : Ordinal determiners can be converted to animate pronouns (persons) with the suffix '''t''' and inanimate pronouns (things) with the suffix '''s'''. These, in turn, can be pluralized with the suffix '''i'''. The person pronouns can also be feminized. ::* '''ha aas'''....''the first thing'' ::* '''ha aat'''....''the first person'' ::* '''ha aati'''....''the first people'' ::* '''hua aayt'''....''that first female'' ::* '''ha eas'''....''the second thing'' ::* '''eat'''....''another / a second person'' ::* '''ha ujnati so ha ijnati'''....''the last shall be first'' : Again, in the sequencing of stacked adjectival elements, the order is as in English, that is: <deictic or pronominal determiner> | <ordinal determiner> | <cardinal numerical determiner> | <adjective> ::* '''hua <u>uwa</u> aga tami'''....''those <u>four</u> big houses'' ::* '''ha <u>aa</u> alo oga tami'''....''the <u>first</u> ten little houses'' ::* '''ata <u>anapa</u> ewa oga tudi'''....''my <u>first</u> two little children'' === Fractional Numerical Determiners === : Fractional numerical determiners like ''half'' and ''quarter'' are formed by adding '''-yn''' for those functioning as nouns, '''-yna''' for adjectives, '''-ynay''' for adverbs, or '''-y(n)''' for prefixes, to the respective cardinal number. {| class="wikitable" style="background:lightyellow; margin-left:1.6em; font-size:smaller;" |+ Fractional Numerical Determiners |- ! CARDINAL NUMERAL !! FRACTION AS NOUN !! AS ADJECTIVE !! AS ADVERB || AS PREFIX || AS VERB |- | '''o'''....''zero'' || '''oyn'''....''a void, vacuum, null'' || '''oyna'''....''null, nil'' || -- || '''oy(n)-'''....''devoid of'' || '''oynxer'''....''annihilate, nullify'' |- | '''a'''....''one'' || '''ayn'''....''whole'' || '''ayna'''....''entire, whole'' || '''aynay'''....''entirely'' || '''ay(n)-'''....''holo-, whole-, all-'' || '''aynxer'''....''integrate'' |- | '''e'''....''two'' || '''eyn'''....''a half'' || '''eyna'''....''half'' || '''eynay'''....''halfway'' || '''ey(n)-'''....''half-, semi-, hemi-, demi-'' || '''eynxer'''....''halve'' |- | '''i'''....''three'' || '''iyn'''....''a third'' || '''iyna'''....''third'' || '''iynay'''....''by a third'' || '''iy(n)-'''....''terci''- || '''iynxer'''....''cut in third'' |- | '''u'''....''four'' || '''uyn'''....''a quarter'' || '''uyna'''....''quarter'' || '''uynay'''....''quarterly'' || '''uy(n)-'''....''quadri''- || '''uynxer'''....''quarter'' |- | '''alo'''....''ten'' || '''aloyn'''....''a tenth'' || '''aloyna'''....''tenth'' || '''aloynay'''....''by a tenth'' || '''aloy(n)-'''....''deci''- || '''aloynxer'''....''decimate'' |- | '''aso'''....''hundred'' || '''asoyn'''....''hundredth, percent'' || '''asoyna'''....''hundredth'' || '''asoynay'''....''by a hundredth'' || '''asoy(n)-'''....''centi-'' || '''asoynxer'''....''cut by a hundred'' |} : Here are some examples: :* '''His uxo ha <u>oynxen</u> bi yata mir.'''....''This will cause the <u>anihilation</u> of our world.'' :* '''Ha <u>ayna</u> mir te ayv et.'''....''The <u>whole</u> world knows about you.'' :* '''Has se gas vyel ha <u>ayn</u> bi hasa goni.'''....''It is more than the <u>whole</u> of its parts.'' :* '''Fransad se <u>ayn</u>druna dalzeyn.'''....''France is a <u>holo</u>phrastic language.'' :* '''Et yafe bier <u>eyn</u> bi has.'''....''You can take <u>half</u> of it.'' :* '''Yat yefo <u>eynxer</u> eta yexnix.'''....''We will have to <u>halve</u> your salary.'' :* '''Hus sa <u>eyn</u>vyan.'''....''That was a <u>half-</u>truth.'' :* '''Eso <u>eyn</u>zyunida dropek.'''....''There is going to be a <u>hemi</u>spheric war.'' :* '''Duven his se <u>eyn</u>utexea dopar?'''....''Is this a <u>semi-</u>automatic weapon?'' :* '''<u>Iynxu</u> hua ableyavol.'''....''<u>Cut</u> that pie <u>in thirds</u>.'' :* '''It yeyfe bixwer ay <u>uynxwer</u>.'''....''He should be drawn and <u>quartered</u>.'' :* '''Hia nas se <u>aloyn</u> bi has hu yat aysa zojab.'''....''This money is a <u>tenth</u> of what we had last year.'' :* '''Ha dep <u>aloynxwu</u>.'''....''The army <u>would be decimated.</u>'' :* '''Ewa <u>asoyni</u> bi ha dityan baksa.'''....''Two <u>percent (=hundredths)</u> of the citizenry got sick.'' :* '''Hia tom se anay <u>asoyn</u> ge aga vyel hua tom.'''....''This building is only <u>a hundredth</u> as big as that building.'' : The fractional adverbs can be used as in these examples: :* '''Et so <u>aynay</u> dudyefa av eta xeyni.'''....'''You will be <u>wholly</u> accountable for your actions.''' :* '''Iyt <u>eynay</u> tikabeloka.'''....''She <u>almost</u> (=halfway) threw up.'' : Pronominalizations like ''half of it, a third of them'': ::* '''<u>Eynas</u> sa fia.'''....''<u>Half of it</u> was good.'' ::* '''<u>Eynasi</u> sa fua.'''....''<u>Half of them</u> (things) were bad.'' ::* '''Esa uwa tobi se hua fukyes. <u>Eynati</u> toja.'''....''There were four people in that accident. <u>Half (of them)</u> died.'' ::* '''<u>Iynati</u> bi yet se vyaka.'''....''<u>A third</u> of you are right.'' ::* '''<u>Uynati</u> bi yat yantexe.'''....''<u>A quarter</u> of us agree.'' ::* '''<u>Alo asoyni</u> bi hia dyesi fyunxwa.'''....''<u>Ten percent</u> of these books were ruined.'' === Multiplicative Numerical Determiners === : Multiplicative numerical determiners like ''double'', ''triple'' can be formed by adding '''-on''' to the respective cardinal numeral if the numeral is '''''monosyllabic''''', otherwise just '''-n'''. These noun forms can be adjectivized with the suffix '''-a'''. They can also serve as prefixes on animate nouns, inanimate nouns, and prefixes, as the following chart shows. The prefix ending, '''-n''' is often dropped. :{| class="wikitable" style="background:lightyellow; |+ Multiplicative Numerical Determiners |- ! CARDINAL NUMERAL !! MULTIPLE AS NOUN !! ...AS ADJECTIVE !! ...AS ADVERB !! ...AS PREFIX !! ...AS VERB-MAKER |- | '''o'''....''zero'' || '''oon'''....''null'' || '''oona'''....''nil'' || || '''on-'''....''zero-'' || '''onxer'''....''cancel, zero out'' |- | '''a'''....''one'' || '''aon'''....''single'' || '''aona'''....''single'' || '''aonay'''....''singly'' || '''an-'''....''uni-/mono-'' || '''anxer'''....''unify'' |- | '''e'''....''two'' || '''eon'''....''twosome, double'' || '''eona'''....''double'' || '''eonay'''....''doubly'' || '''en-'''....''di-/bi-'' || '''enxer'''....''double'' |- | '''i'''....''three'' || '''ion'''....''threesome, triplet'' || '''iona'''....''triple'' || '''ionay'''....''triply'' || '''in-'''....''tri-''- || '''inxer'''....''triple'' |- | '''u'''....''four'' || '''uon'''....''quartet'' || '''uona'''....''quadruple'' || '''uonay'''....''quadruply'' || '''un-'''....''quadri-/tetra-'' || '''unxer'''....''quadruple'' |- | '''yo'''....''five'' || '''yoon'''....''quintet'' || '''yoona'''....''quintuple'' || '''yoonay'''....''quintuply'' || '''yoon-*'''....''quinti-/penta-'' || '''yoonxer*'''....''quintuple'' |- | '''ya'''....''six'' || '''yaon'''....''sextet'' || '''yaona'''....''sextuple'' || '''yaonay'''....''sextuply'' || '''yaon-*'''....''sexi-/hexa-'' || '''yaonxer*'''....''sextuple'' |- | '''alo'''....''ten'' || '''alon'''....''decade'' || '''alona'''....''decadic'' || '''alonay'''....''by a multiple of ten'' || '''alon-'''....''deca-'' || '''alonxer'''....''multiply by ten'' |- | '''aso'''....''hundred'' || '''ason'''....''hundredfold'' || '''asona'''....''hundredfold'' || '''asonay'''....''by a hundredfold'' || '''ason-'''....''hecato-'' || '''asonxer'''....''multiply by a hundred'' |} :: * <small>An extra ''o'' is added to these prefixes to avoid ambiguity with '''yan''' meaning ''together'' and '''yon''' meaning ''apart.''</small> : The multiplicative noun ''dozen'' is expressed by '''aleon'''. :* '''<u>Aleoni</u> bi pati yizpapa.'''....''<u>Dozens</u> of birds flew by.'' : By adding the suffix '''-at''' to the noun multiple, we get groupings of people. The '''-na-''' in some of these words can be omitted, thereby simplifying the words: :* '''aonat''' or '''aot''' ....''solo, single, person'' ::* '''aonatser''' of '''aotser'''....''become single, become a person'' ::* '''aonawat'''....''singleton'' :* '''eonat''' or '''eot'''....''duo, pair, twosome, couple'' ::* '''eotxer'''....''to copulate'' ::* '''eonawat'''....''twin'' :* '''ionat''' or '''iot'''....''trio, threesome, trinity'' ::* '''iotxer'''....''to do a threesome'' ::* '''Ionatin'''....''Trinitarianism'' ::* '''ionawati'''....''triplets'' :* '''uonat''' or '''uot''' ....''quartet, foursome'' ::* '''uonawat'''....''quadruplet'' :* '''yoonat''' or '''yoot'''....''quintet, group of five people'' ::* '''yoonawati'''....''quintuplets'' ::* '''yoonati'''....''quintets'' : By adding the suffix '''-un''' instead of '''-on''', we get the following: :* '''aun'''....''unit'' ::* '''auna'''....''unitary, individual'' ::* '''aunser'''....''unite'' ::* '''aunyan'''....''series'' :::* '''aunyana'''....''serial'' :* '''eun'''....''pair'' ::* '''euna'''....''even, paired, binary'' ::* '''oleuna'''....''odd, non-binary, uneven, unpaired'' :::* '''oleunat'''....''odd man out'' :::* '''eunxer'''....''even out'' : Some examples where the above multiple determiners and derivatives are used: ::* '''Yat naptyopa be <u>eo(na)ti</u> yez bi ha mep.'''....''We marched in <u>twos (= pairs)</u> down the street.'' ::* '''<u>Asonati</u> upo bay yat bu hia ovdal.'''....''<u>Hundreds (of people)</u> will come with us to this protest.'' ::* '''Hia ivxel xwe <u>en</u>jabay.'''....''This celebration happens <u>bi</u>ennially.'' ::* '''Iyt se <u>un</u>tupokat.'''....''She is a <u>quadri</u>plegic. (Lit: x 4+limb+loss+person)'' ::* '''Diwe sagu ha <u>auni</u>.'''....''Please count the <u>units</u>.'' ::* '''Yet gafisa <u>aronay</u>!'''....''You all have improved <u>a thousandfold</u>!'' ::* '''Tob se <u>en</u>tyoyaba sat.'''....''Man is a <u>bi</u>pedal creature.'' : Note: Sometimes the multiple prefix ending in '''-on''' in the numbers below ten is shortened to '''-n''' in common words: ::* '''<u>an</u>zyuk'''....''<u>mono</u>cycle'' ::* '''<u>en</u>zyuk'''....''<u>bi</u>cycle'' ::* '''<u>in</u>gun'''....''<u>tri</u>angle'' ::* '''<u>un</u>gun'''....''<u>quadr</u>angle'' : Note: The prefixes for ''penta-/quinti-'' and ''hexa-/sext-'' must keep the '''-on''' so as to distinguish them from the prefixes '''yon'''....''apart'' and '''yan'''....''together''. This rule does not apply to numbers inside chemical names and formulas (See [[Mirad Grammar/Vocabulary Formation#Coding Chemical Elements|Coding Chemical Elements]]). ::* '''<u>yoon</u>gona'''....''<u>quinti</u>partite''&nbsp;&nbsp;BUT: '''<u>yon</u>per'''....''separate, go <u>apart</u>'' ::* '''<u>yaon</u>gun'''....''<u>hexa</u>gon''&nbsp;&nbsp;BUT: '''<u>yan</u>uper'''....''meet, come <u>together</u>'' === Metric Units === : Mirad uses the International System of Units|International System of Units (SI) for rendering measurement units. These symbols are pronounced as if you were spelling each letter out (see Mirad Grammar/Phonology and Orthography#Alphabet|the alphabet. Bear in mind that majuscules (uppercase letters are prefaced with the word '''ag-''' (''big''). Similarly, Greek letters are preceded by the word '''hel-'''. The measurement unit names are followed by '''nak''' (''measurement unit''). ::{| class="wikitable" style="background:lightyellow" |+ <big>SI base units</big> |- !ENGLISH<br>UNIT<br>NAME !SYMBOLIC<br>ABBREVIATION !QUANTITY<br>UNIT !MIRAD<br>PRONUNCIATION |- !second |style="text-align:center" |s |time |style="text-align:center" |'''sonak''' |- !meter |style="text-align:center" |m |length |style="text-align:center" |'''minak''' |- !kilogram |style="text-align:center" |kg |mass |style="text-align:center" |'''kigenak''' |- !ampere |style="text-align:center" |A |electric current |style="text-align:center" |'''aganak''' |- !kelvin |style="text-align:center" |K |thermodynamic temperature |style="text-align:center" |'''agkinak''' |- !Mole |style="text-align:center" |mol |amount of substance |style="text-align:center" |'''miolinak''' |- !candela |style="text-align:center" |cd |luminous intensity |style="text-align:center" |'''cadanak''' |} : The hyphen in the above "spelled out" words ensure that each syllable gets even stress. : Here are SI derived units with special names and symbols: ::{| class="wikitable" style="background:lightyellow" |+ <big>SI derived units with special names and symbols</big> |- ! ENGLISH<br>NAME ! SYMBOLIC<br>WRITTEN<br>ABBREVIATION ! QUANTITY<br>UNIT ! MIRAD<br>PRONUNCIATION |- |'''radian''' | align="center" | rad | plane angle | align="center" |'''roadanak''' |- |'''steradian''' | align="center" | sr | solid angle | align="center" |'''soronak''' |- |'''hertz''' | align="center" | Hz | frequency | align="center" |'''aghezunak''' |- |'''newton''' | align="center" | N | force, weight | align="center" |'''agninak''' |- | '''pascal''' | align="center" | Pa | pressure, stress | align="center" | '''agpoanak''' |- | '''joule''' | align="center" | J | energy | align="center" | '''agjinak''' |- | '''watt''' | align="center" | W | power | align="center" | '''agwunak''' |- | '''coulomb''' | align="center" | C | electric charge | align="center" |'''agcanak''' |- | '''volt''' | align="center" | V | electrical potential difference | align="center" | '''agvunak''' |- | '''farad''' | align="center" | F | capacitance | align="center" | '''agfenak''' |- | '''ohm''' | align="center" | Ω | electrical resistance | align="center" | '''agyonak''' |- | '''Siemens''' | align="center" | S | electrical conductance | align="center" | '''agsonak''' |- | '''Weber''' | align="center" | Wb | magnetic flux | align="center" | '''agwubanak''' |- | '''tesla''' | align="center" | T | magnetic flux density | align="center" | '''agtonak''' |- | '''henry''' | align="center" | H | inductance | align="center" | '''aghenak''' |- | '''degree Celsius''' | align="center" | °C | temperature | align="center" | '''nogagcanak''' |- | '''lumen''' | align="center" | lm | luminous flux | align="center" | '''liminak''' |- | '''lux''' | align="center" | lx | illuminance | align="center" | '''lixuak''' |- | '''becquerel''' | align="center" | Bq | radioactivity | align="center" | '''agbakonak''' |- | '''gray''' | align="center" | Gy | absorbed dose (of ionizing radiation) | align="center" | '''aggeyunak''' |- | '''sievert''' | align="center" | Sv | equivalent dose (of ionizing radiation) | align="center" | '''agsovunak''' |- | '''katal''' | align="center" | kat | catalytic activity | align="center" | '''kiatonak''' |- | '''byte''' | align="center" | b | 8 bits of information | align="center" | '''banak''' |} : Also, here are some non-SI units that are very convenient and acceptable: ::{| class="wikitable" style="background:lightyellow" |+ <big>Convenient non-SI units</big> |- ! ENGLISH<br>NAME ! SYMBOLIC<br>WRITTEN<br>ABBREVIATION ! QUANTITY<br>UNIT ! MIRAD<br>PRONUNCIATION |- |'''litre''' | align="center" | L | volume | align="center" |'''aglonak''' or '''litr(i)''' |- |'''hectare''' | align="center" | ha | area | align="center" |'''heanak''' or '''hektar(i)''' |- |'''ton''' | align="center" | t | area | align="center" |'''tonak''' or '''ton(i)''' |- |'''decibel''' | align="center" | dB | loudness | align="center" |'''daagbanak''' or '''decibel(i)''' |} : The following chart shows how in Mirad to pronounce coherent derived unit formulae in terms of base units. Note that the backslash means ''per'' or ''divided by'' and is pronounced '''gol'''. The symbol x means ''times'' and is pronounced '''gal'''. The superscript number is a power and is pronounced '''gar''' plus the number (with '''-wa''', if a unit number). The negative superscript number is pronounced '''gor''' plus the number (again, with '''-wa''' if a unit number). See [[Mirad Grammar/Determiners#Arithmetical Expressions|Arithmetical Expressions]] for further information on these terms. ::{| class="wikitable" style="background:lightyellow" |+ <big>Examples of coherent derived units in terms of base units</big> |- ! NAME ! SYMBOLIC<br>FORMULA ! DERIVED<br>QUANTITY ! TYPICAL <br>SYMBOL ! MIRAD<br>PRONUNCIATION |- | '''square meter''' | align="center" | m<sup>2</sup> | area | align="center" |{{math|''A''}} | align="center" | '''minak-gar-ewa''' |- | '''cubic meter''' | align="center" | m<sup>3</sup> | volume | align="center" | {{math|''V''}} | align="center" | '''minak-gar-iwa''' |- | '''meter per second''' | align="center" | m/s | speed, velocity | align="center" | {{math|''v''}} | align="center" | '''minak-gol-sonak''' |- | '''meter per second squared''' | align="center" | m/s<sup>2</sup> | acceleration | align="center" | {{math|''a''}} | align="center" | '''minak-gol-sonak-gar-ewa''' |- |rowspan=2| '''reciprocal meter''' |rowspan=2 align="center" | m<sup>−1</sup> | wavenumber | align="center" | {{math|''σ''}}, {{math|''ṽ''}} | align="center" | '''minak-gor-awa''' |- | vergence (optics) | align="center" | {{math|''V''}}, 1/{{math|''f''}} |- | '''kilogram per cubic meter''' | align="center" | kg/m<sup>3</sup> | density | align="center" | {{math|''ρ''}} | align="center" | '''kigenak-gol-minak-gar-iwa''' |- | '''kilogram per square meter''' | align="center" | kg/m<sup>2</sup> | surface density | align="center" | {{math|''ρ''}}<sub>A</sub> | align="center" | '''kigenak-gol-minak-gar-ewa''' |- | '''cubic meter per kilogram''' | align="center" | m<sup>3</sup>/kg | specific volume | align="center" | {{math|''v''}} | align="center" | '''minak-gar-iwa-gol-kinak-ge''' |- | '''ampere per square meter''' | align="center" | A/m<sup>2</sup> | current density | align="center" | {{math|''j''}} | align="center" | '''aganak-gol-minak-gar-ewa''' |- | Amperes per meter|'''ampere per meter''' | align="center" | A/m | magnetic field strength | align="center" | {{math|''H''}} | align="center" | '''aganak-gol-minak''' |- | '''mole per cubic meter''' | align="center" | mol/m<sup>3</sup> | concentration | align="center" |{{math|''c''}} | align="center" | '''minolinak-gol-minak-gar-iwa''' |- | '''kilogram per cubic meter''' | align="center" | kg/m<sup>3</sup> | Mass concentration (chemistry)|mass concentration | align="center" | {{math|''ρ''}}, {{math|''γ'' }} | align="center" | '''kinak-ge-gol-minak-gar-iwa''' |- | '''candela per square meter''' | align="center" | cd/m<sup>2</sup> | luminance | align="center" | {{math|''L''}}<sub>v</sub> | align="center" | '''canak-da-gol-minak-gar-ewa''' |} : The SI has a whole list of prefixes that act as multipliers (macro) or dividers (micro) of the above and other measurement units. For example, a ''kilometer'' is a meter times a 1,000 (macro unit), whereas a millimeter is a meter divided by a 1,000 (micro unit). '''Sagon''' means '''byte''', so '''garale-sagon''' is ''terabyte''. This breaks down to ''10<sup>12</sup> bytes''. Here is a table showing the Mirad macro and micro prefixes: :{| class="wikitable" style="background:lightyellow; font-size:smaller;" |+ Scalar Metrics |- ! colspan=4 | MACRO !! colspan=4 | MICRO |- ! BASE<br>10!! US/UK NAME!!MIRAD PREFIX....SI PREFIX !!SI SYMBOL !! BASE<br>10 !! (US/UK NAME) !! MIRAD PREFIX....SI PREFIX !! SI SYMBOL |- | 1 || one || '''an-''' *... ''mono-, uni-'' || ||1/1 ||whole || '''ayn-'''....''holo-, uni-'' || |- | 2 ||two || '''en-'''....''bi-'' || || 1/2 ||half||'''eyn-'''....''demi-, di-''|| |- | 3 ||three || '''in-'''....''tri-'' || || 1/3 ||third ||'''iyn-'''....''terci-''|| |- | 4 ||four || '''un-'''....''tetra-'' || || 1/4 ||fourth || '''uyn-'''....''quadri-''|| |- | 5 ||five || '''yoon-''' *....''penta-'' || || 1/5 ||fifth ||'''yoyn'''....''quinti-''|| |- | 6 ||six || '''yaon-'''....''hexa-'' || || 1/6 ||sixth ||'''yayn'''....''sexti-''|| |- | 7 ||seven || '''yeon-'''....''hepta-'' || || 1/7 ||seventh || '''yeyn'''....''septi-''|| |- | 8 ||eight || '''yion'''....''octo-'' || || 1/8 ||eighth || '''yiyn'''....''octi-''|| |- | 9 ||nine || '''yuon'''....''nona-'' || || 1/9 ||ninth || '''yuyn'''....''novi-''|| |- | 10 ||ten || '''alo-'''....''deca-'' || ''da'' || 1/10 ||tenth || '''aloy-'''....''deci-''|| ''d'' |- | 10<sup>2</sup> ||hundred || '''aso-'''....''hecto-'' **|| ''h'' || 10<sup>-2</sup> ||hundredth || '''asoy-'''....''centi-''|| ''c'' |- | 10<sup>3</sup> ||thousand || '''amso-'''....''kilo-'' ||''k'' || 10<sup>-3</sup> ||thousandth)|| '''amsoy-'''....''milli-''|| ''m'' |- | 10<sup>6</sup> ||million || '''amlo-'''....''mega-'' || ''M'' || 10<sup>-6</sup> ||millionth || '''amloy-'''....''micro-''|| ''r'' |- | 10<sup>9</sup> ||billion /milliard || '''amro-'''....''giga-'' || ''G'' || 10<sup>-9</sup> ||billionth/ milliardth || '''amroy-'''....''nano-''|| ''n'' |- | 10<sup>12</sup> ||trillion /billion || '''garale-'''....''tera-'' || ''T'' || 10<sup>-12</sup> ||trillionth / billionth)|| '''gorale-'''....''pico-''|| ''p'' |- | 10<sup>15</sup> ||quadrillion)/ billiard|| '''garalyo-'''....''peta-'' || ''P''||10<sup>-15</sup> ||quadrillionth) / billiardth || '''goralyo-'''....''femto-''||''f'' |- | 10<sup>18</sup> ||quintillion / trillion || '''garalyu-'''....''exa-'' || ''E''||10<sup>-18</sup> ||quintillionth)/ trillionth || '''goralyu'''....''atto-''||''a'' |- | 10<sup>21</sup> ||sextillion)/ trilliard || '''garela-'''....''zetta-'' || ''Z''||10<sup>-21</sup> ||sextillionth / trilliardth || '''gorela'''....''zepto-''||''z'' |- | 10<sup>24</sup> ||septillion)/ quadrillion || '''garelu-'''....''yotta-'' || '' Y'' ||10<sup>-27</sup> ||septillionth / quadrillionth|| '''gorelu'''....''yocto-''||''y'' |} : *Note: The '''-n''' or '''-on''' can sometimes be omitted in macro-prefixation, especially where there is no ambiguity. The '''-n''' (but NOT the '''-yn''') in the micro prefixes can also sometimes be omitted. : : **Note: The '''gar''' (''to a plus power'') and '''gor''' (''to a minus power'') forms are alternatives for the numeric prefixes beyond 100. For example, ''billion'' (10<sup>9</sup>) could be expressed as '''garyu-'''(ten) to the 9th power'', while ''billionth'' could be expressed by '''goryu''' (''(ten) to the minus 9th power). The prefix '''garya-''' is composed of the positive exponential operator '''gar''' (''to the power of''), followed by the number ''6''. The prefix '''gorale-''' is composed of the negative exponential operator '''gor''' (''to the root of''), followed by the number ''12''. : The macro and micro values can also be represented with abbreviated symbols, which can be pronounced in Mirad as spelled out alphabetics. Greek letter equivalents in Mirad are preceded by '''hel-'''. Upper case equivalents are preceded with '''ag-'''. Here is a table showing grams: :{| class="wikitable" style="background:lightyellow" |+ Kg Metrics With Abbreviated Symbols |- ! colspan=2 | MACRO !! colspan=2 | MICRO |- ! SYMBOL (EXPANSION) !! MIRAD PRONUNCIATION !! SYMBOL (EXPANSION) !! MIRAD PRONUNCIATION |- | ''dag'' (decagram)|| '''daagenak''' || ''dg'' |(decigram)||'''dagenak''' |- | ''hg'' (hectogram)|| '''hegenak''' || ''cg'' (centigram)||'''cagenak''' |- | ''kg'' (kilogram) || '''kogenak''' || ''mg'' (milligram)||'''migenak''' |- | ''Mg'' (macrogram)|| '''agmigenak''' ||''μg'' (microgram)|| '''helmigenak''' |- | ''Gg'' (gigagram)|| '''aggegenak''' || ''ng'' (nanogram)|| '''nigenak''' |- | ''Tg'' (teragram)|| '''agtogenak''' || ''pg'' (picagram)|| '''pogenak''' |- | ''Pg'' ( petagram)|| '''agpogenak''' || ''fg'' (femtogram)|| '''fegenak''' |- | ''Eg'' (exagram)|| '''agegenak''' || ''ag'' (attogram)|| '''agenak''' |- | ''Zg'' (zettagram)|| '''agzegenak''' || ''zg'' (zeptogram) || '''zegenak''' |- | ''Yg'' (yottagram)|| '''agyugenak''' || ''yg'' (yoctogram) || '''yugenak''' |} : The squared and cubed representations of the above are followed by '''gar ewa''' (''squared'') and '''gar iwa''' (''cubed''), respectively: ::* '''10 kg2'''....(pronounced as:) ''alo kogenak gar ewa'' ::* '''12 mm3'''....(pronounced as:) ''ale miminak gar iwa'' === Adverbial Determiners of Frequency === : There are two ways to form determiners of frequency: ::* Using '''jod(i)''' meaning ''occasion(s), instance(s), time(s)'', or ::* Using '''xag''' meaning ''frequency'' : Here is a chart showing the most common frequency determiners: :{| class="wikitable" style="background:lightyellow" |+ Frequentative Determiners |- ! "JOD" METHOD !! "XAG" METHOD !! MEANING |- | '''duhagla jodi?''' || '''duhaxag?''' || ''how often?, how many times?'' |- | '''hagla jodi''' || '''haxag''' || ''as many times, as often'' |- | '''hegla jodi''' || '''hexag''' || ''sometimes, on some occasions'' |- | '''hogla jodi''' || '''hoxag''' || ''never, on no occasion'' |- | '''higla jodi''' || '''hixag''' || ''this often, this many times'' |- | '''hugla jodi''' || '''huxag''' || ''that often, that many times, so many times'' |- | '''huugla jodi''' || '''huuxag''' || ''so often, so many times'' |- | '''hyogla jodi''' || '''hyoxag''' || ''never, on no occasion whatever'' |- | '''hyagla jodi''' || '''hyaxag''' || ''always, at all times'' |- | '''hyegla jodi''' || '''hyexag''' || ''any number of times, however often'' |- | '''hyigla jodi''' || '''hyixag''' || ''as often, the same number of times'' |- | '''hyugla jodi''' || '''hyuxag''' || ''not as often, some other number of times'' |- | '''ga jodi''' || '''gaxag (vyel)''' || ''more often (than)'' |- | '''ge jodi''' || '''gexag (vyel)''' || ''as many times (as), as often (as)'' |- | '''go jodi''' || '''goxag (vyel)''' || ''less often (than)'' |- | '''gla jodi''' || '''glaxag''' || ''many times, often'' |- | '''gle jodi''' || '''glexag''' || ''quite a few times, quite often'' |- | '''glo jodi''' || '''gloxag''' || ''not so many times, seldom'' |- | '''gra jodi''' || '''graxag''' || ''too often'' |- | '''gre jodi''' || '''grexag''' || ''often enough'' |- | '''gro jodi''' || '''groxag''' || ''too seldom'' |- | '''gwa jodi''' || '''gwaxag''' || ''as often as possible, most often, most times'' |- | '''gwe jodi''' || '''gwexag''' || ''an average number of times'' |- | '''gwo jodi''' || '''gwoxag''' || ''least often, as seldom as possible'' |- | '''owa jod''' || -- || ''never, at no time, zero times'' |- | '''awa jod''' || -- || ''once, one time'' |- | '''awa ga jod''' || -- || ''again, once more'' |- | '''ewa jodi''' || -- || ''twice, two times'' |- | '''iwa jodi''' || -- || ''thrice, three times'' |- | '''alo jodi''' || --|| ''ten times'' |- |- '''asooni bi jodi''' || -- || ''hundreds of times'' |- |- '''yowa gal haxag vyel zojab''' || -- || ''five times as often as last year'' |} : Examples: ::* '''<u>Duhaxag</u> et pe ha tayegoblut?'''....''<u>How often</u> do you go to the barber?'' ::* '''<u>Duhagla jodi</u> et akaye hia ekun?'''....''<u>How many times</u> have you won this game?'' ::* '''At teataye hua dyezun <u>iwa ey uwa jodi</u>.'''....''I have seen that film <u>three or four times</u>.'' ::* '''At teataye has <u>huugla jodi (or: huuxag) van</u> at bokxeye.'''....''I have seen it <u>so many times that</u> I am getting sick.'' ::* '''Hus xwaye <u>gaxag vyel</u> et te.'''....''That has happened <u>more often than</u> you know.'' === Arithmetical Expressions === : The following chart shows verbs from which are formed derivative words relating to mathematical operations: {| class="wikitable" style="background:lightyellow; margin-left:3.2em; font-size:smaller;" |+ Arthmetic Expressions |- ! VERB !! OPERATION !! PATIENT !! SUBJECT !! OPERATOR !! SIGN !! RESULT |- | '''gaber'''....''add'' || '''gab'''....''addition'' || '''gabwas'''....''addend'' || '''gabus'''....''adder'' || '''gab'''....''plus'', + || '''gabsiyn'''....''plus sign'' || '''gabix'''....''sum'' |- | '''galer'''....''multiply'' || '''gal'''....''multiplication'' || '''galwas'''....''multiplicand'' || '''galus'''....''multiplier'' || '''gal'''....''times, x'' || '''galsiyn'''....''times sign'' || '''galix'''....''product'' |- | '''garer'''....''exponentiate, raise'' || '''gar'''....''power'' || '''garwas'''....''number being raised'' || '''garus'''....''exponent'' || '''gar'''....''raised to the power of'' || '''garsiyn'''....''exponent'' || '''garix'''....''root'' |- | '''gober'''....''subtract'' || '''gob'''....''subtraction'' || '''gobwas'''....''subtrahend'' || '''gobus'''....''subtractor'' || '''gob'''....''minus, -'' || '''gobsiyn'''....''minus sign'' || '''gobix'''....''difference'' |- | '''goler'''....''divide'' || '''gol'''....''division, fraction'' || '''golwas'''....''dividend'' || '''golus'''....''divisor'' || '''gol'''....''divided by, ÷'' || '''golsiyn'''....''division sign'' || '''golix'''....''quotient'' |- | '''gorer'''....''cut, uproot'' || '''gor'''....''cut, root'' || '''gorwas'''....''radicand'' || '''gorus'''....''radical'' || '''gor'''....''lowered to the power of, √'' || '''gorsiyn'''....''radical sign'' || '''gorix'''....''root'' |- | '''geler'''....''equal'' || '''gel'''....''equation'' || '''gelwas'''....''thing being equated'' || '''gelus'''....''equator'' || '''gel'''....''equal to, as, like'' || '''gelsiyn'''....''equal sign'' || '''gelix'''....''equation results'' |} : Examples of mathematical expressions: ::* '''E <u>gab</u> e gele u.'''....''Two <u>plus</u> two equals four.'' ::* '''E <u>gal</u> i gele ya.'''....''Two <u>times</u> three equals six.'' ::* '''I <u>gar</u> e gele yu.'''....''Three <u>to the second power</u> equals nine.'' ::* '''E <u>gob</u> e gele o.'''....''Two <u>minus</u> two equals zero.'' ::* '''Yu <u>gol</u> i gele i.'''....''Nine <u>divided by</u> three equals three.'' ::* '''Yu <u>gor</u> i gele i.'''....''Nine <u>cubed</u> equals three.'' ::* '''Aso <u>gor</u> e gele alo.'''....''One hundred <u>squared</u> equals ten.'' ==== Decimal Expressions ==== : Decimal expressions like ''2.5'' use the word '''nod'''....''point'' as in English. ::* '''Hia bavol kyinse ga vyel 10.8 (alo nod yiwa) kigenaki.'''....''This tomato weighs more than 10.8 (ten point eight) kilograms.'' === Calendar and Time Expressions === :: The word for calendar is '''judar'''. The sections below explain how calendar expressions are formed and used: :* Basic Calendar Units : Time is divided using the following basic terms: :{| class="wikitable" style="background:lightyellow" |+ Calendar Units |- ! MIRAD !! ENGLISH |- | '''job''' || ''time'' |- | '''jab''' || ''year'' |- | '''jeb''' || ''season'' |- | '''jib''' || ''month'' |- | '''jub''' || ''day'' |- | '''jwob*''' || ''hour'' |- | '''jwab*''' || ''minute'' |- | '''jweb*''' || ''second'' |} * Note: These would ordinarily be '''jyob''', '''jyab''', and '''jyeb''' respectively, but the '''w''' glide is much easier to pronounce after the letter '''j''', and is therefore substituted. :* Other Calendar Units : Other calendar units are formed through the agglutination of numerical stubs to some of the time units above: :{| class="wikitable" style="background:lightyellow" |+ Other Calendar Units |- ! MIRAD !! ENGLISH !! NUMERICAL FORMULA |- | '''rojab''' || ''millenium'' || year x 1,000 |- | '''sojab''' || ''century'' || year x 100 |- | '''lojab''' || ''decade'' || year x 10 |- | '''eynjab''' || ''half year'' || year x 1/2 |- | '''uynjab''' || ''quarter'' || year x 1/4 |- | '''yajib''' || ''semester'' || month x 6 |- | '''yejub''' || ''week'' || day x 7 |- | '''yejubuj''' || ''weekend'' || day x 7 end |- | '''eynjwob''' || ''half hour'' || hour x 1/2 |} : ''This'', ''next'', ''last'', etc. are expressed as follows: :{| class="wikitable" style="background:lightyellow" |+ Day Pointers |- ! MIRAD !! ENGLISH |- | '''hijub'''<br>'''hia yejub'''<br>'''hijab''' || ''today''<br>''this week''<br>''this year'' |- | '''zojub'''<br>'''ha jana yejub'''<br>'''zajab''' || ''yesterday''<br>''last week''<br>''last year'' |- | '''zajub'''<br>'''ha jona yejub'''<br>'''zajab''' || ''tomorrow''<br>''next week''<br>''next year'' |- | '''hujub'''<br>'''hua yejub'''<br>'''hujab''' || ''that day''<br>''that week''<br>''that year'' |- | '''jazojub'''<br>'''ja ewa yejubi'''<br>'''jazojab''' || ''the day before yesterday''<br>''two weeks ago''<br>''the year before last'' |- | '''jozajub'''<br>'''jo ewa yejubi'''<br>'''jozajab''' || ''the day after tomorrow''<br>''two weeks from now''<br>''the year after next'' |- | '''Duhajub?'''|| ''Which day?'' |- | '''hyajub''' || ''every day'' |- | '''hyejub''' || ''any day'' |- | '''hejub''' || ''someday'' |- | '''hejubi''' || ''some days'' |} ==== Seasons of the Year ==== : Seasons of the year are expressed by internally scalarizing the word for ''season'' '''jeb''': :{| class="wikitable" style="background:lightyellow" |+ Seasons of the Year |- ! MIRAD !! ENGLISH |- | '''jeab''' || ''spring'' |- | '''jeeb''' || ''summer'' |- | '''jeib''' || ''autumn, Fall'' |- | '''jeub''' || ''winter'' |} : Examples of usage: ::* '''be jeab'''....''in spring'' ::* '''ja jeeb'''....''before summer'' ::* '''ju jeib'''....''until autumn'' ::* '''ji jeub'''....''since winter'' ::* '''je ha jeb'''....''during the season'' ::* '''ub ha uj bi jeeb'''....''toward the end of summer'' ::* '''eb jeab ay jeeb'''....''between spring and summer'' ::* '''jeeba gemoj'''....''vernal equinox'' ::* '''jeiba fayebi'''....''autumn leaves'' ::* '''jeba til'''....''seasonal drink'' ::* '''jeubyena jebmalyen'''....''wintry climate'' ::* '''jeabyena malyen'''....''spring-like weather'' ::* '''jeuben'''....''hibernation'' ::* '''hijeab'''....''this season'' ::* '''zajeab'''....''next season'' ::* '''zojeab'''....''last season'' ::* '''hyajeab'''....''every season'' ==== Months of the Year ==== : Months of the year are expressed by internally scalarizing the word for month '''jib''': :{| class="wikitable" style="background:lightyellow" |+ Months of the Year |- ! MIRAD !! ENGLISH |- | '''jiab''' || ''January'' |- | '''jieb''' || ''February'' |- | '''jiib''' || ''March'' |- | '''jiub''' || ''April'' |- | '''jiyob''' || ''May'' |- | '''jiyab''' || ''June'' |- | '''jiyeb''' || ''July'' |- | '''jiyib''' || ''August'' |- | '''jiyub''' || ''September'' |- | '''jilob''' || ''October'' |- | '''jilab''' || ''November'' |- | '''jileb''' || ''December'' |} : Some expressions using the months: ::* '''be jilob'''....''in October'' ::* '''ja jiyab'''....''before June'' ::* '''ja zajiyeb'''....''by next July'' ::* '''hijib'''....''this month'' ::* '''zojib'''....''last month'' ::* '''zajib'''....''next month'' ::* '''bi-jib-bu-jiba jobnis'''....''month-to-month rent'' ::* '''jibay'''....''monthly'' ::* '''jibi joy'''....''months later'' ::* '''jiba sindryen'''....''monthly magazine'' ::* '''hujiba jobnis'''....''that month's rent'' ::* '''hya ionjib'''....''every trimester'' ::* '''jiber'''....''menstruate'' ::* '''byi zojilob'''....''since last October'' ==== Days of the Week ==== : Days of the week are expressed by internally scalarizing the word for day '''jub''': :{| class="wikitable" style="background:lightyellow" |+ Days of the Week |- ! MIRAD !! ENGLISH |- | '''juab''' || ''Monday'' |- | '''jueb''' || ''Tuesday'' |- | '''juib''' || ''Wednesday'' |- | '''juub''' || ''Thursday'' |- | '''juyob''' || ''Friday'' |- | '''juyab''' || ''Saturday'' |- | '''juyeb''' || ''Sunday'' |} : Here are some common terms relating to days of the week: :{| class="wikitable" style="background:lightyellow" |+ Day Expressions |- ! MIRAD !! ENGLISH |- | '''Duhajub?''' || ''Which day?'' |- | '''hajub hu...''' || ''the day that...'' |- | '''hejub''' || ''someday'' |- | '''hijub''' || ''today'' |- | '''hujub''' || ''that day'' |- | '''hyijub''' || ''(on) the same day'' |- | '''hyajub''' || ''every day'' |- | '''hyejub''' || ''any day'' |- | '''zajub''' || ''yesterday'' |- | '''zojub''' || ''tomorrow'' |- | '''ha jajub'''<br>'''be ha jana jub''' || ''the day before, (on) the previous day'' |- | '''ha jojub'''<br>'''be ha jona jub''' || ''the day before, (on) the previous day'' |- | '''jazojub''' || ''the day before yesterday'' |- | '''jozajub''' || ''the day after tomorrow'' |- | '''hya ea jub''' || ''every other/second day'' |- | '''hyajub boy juyeb''' || ''every day except Sunday'' |- | '''yejub''' || ''week'' |- | '''hiyejeb''' || ''this week'' |- | '''yejubuj''' || ''weekend'' |- | '''yexjub''' (or) '''zeyejub''' || ''weekday'' |- | '''enyejuba(y)''' || ''bi-weekly'' |- | '''zoyejub''' || ''last week'' |} : Examples of Usage: ::* '''(be) juyob'''....''on Friday'' ::* '''ju juib'''....''until Wednesday'' ::* '''ji zojub'''....''since yesterday'' ::* '''lojo jubuj'''....''by [Lit: not after] day's end'' ::* '''jo zajub'''....''after tomorrow'' ::* '''je ha jub'''....''during the day'' ::* '''bi juab bu juub'''....''from Monday to Friday'' ::* '''yejubuja ponpop'''....''a weekend getaway'' ==== Parts of the Day ==== : Here are the principal parts of a day: {| class="wikitable" style="background:lightyellow" |+ Parts of the Day |- ! DAYTIME !! NIGHTTIME |- | '''maj'''....''daytime, day'' ||'''moj'''....''nighttime, night'' |- | '''bi maj'''....''A.M.'' ||'''bi moj'''....''P.M.'' |- | '''jamajij'''....''pre-dawn'' || '''jamojij'''....''pre-dusk'' |- | '''majij'''....''daybreak, dawn''|| '''mojij'''....''dusk'' |- | '''amaryap'''....''sunrise, sunup''||'''amaryop'''....''sunset, sundown'' |- | '''jwamaj'''....''morning''<br>'''zajwamaj'''....''tomorrow morning''<br>'''hijwamaj'''....''this morning''<br>'''zojwamaj'''....''yesterday morning''<br>'''hujwamaj'''....''that morning''<br>'''hyajwamaj'''....''every morning''||'''jwamoj'''....''evening''<br>'''zajwamoj'''....''tomorrow evening''<br>'''hijwamoj'''....''this evening''<br>'''zojwamoj'''....''yesterday evening''<br>'''hujwamoj'''....''that evening''<br>'''hyajwamoj'''....''every evening'' |- | '''zemaj'''....''noon''||'''zemoj'''....''midnight'' |- | '''jozemaj'''....''afternoon''||'''jozemoj'''....''after midnight'' |- | '''majuj'''....''day's end''|| '''jwomoj'''....''late night'' |} ::* Examples of Usage: ::* '''At tijpa <u>ja majij</u>.'''....''I woke up <u>before dawn</u>.'' ::* '''At iyfe tuyjer <u>be ha jwoa joeymaj</u>.'''....''I like to nap <u>in the late afternoon</u>.'' ::* '''It yexe bi <u>amaryap bu amaryop</u>.'''....''He works from <u>sunup to sundown</u>.'' ::* '''<u>Be gwa jwamoji</u>, at teaxe sinibar.'''....''<u>Most evenings</u>, I watch television.'' ==== Expressing Dates ==== : The following is a how a date ('''jud''') is normally expressed: ::* '''be juab, 11 jieb 2018 joK.'''....''on Monday, February 11th, 1918 A.D.'' :A date like 2018 can be expressed as ''twenty eighteen'' ('''elo alyi''') or ''two thousand eighteen'' ('''ero alyi'''). :The day in the above expression is pronounced '''ali'''. :The year is pronounced '''elo alyi''' (like English ''twenty eighteen''). :The acronym for ''B.C.'' is '''jaK''', short for '''ja Krist''' (''before Christ''). :The acronym for ''A.D.'' is '''joK''', short for '''jo Krist''' (''after Christ''). : Other date expressions follow: ::* '''be <u>ha 1800 jabi</u> (alyi aso jabi)'''....''In <u>the 1800's</u> (eighteen hundreds)'' ::* '''ja <u>ha 20a (eloa)</u> asojab'''....''before <u>the 20th (twentieth)</u> century'' ::* '''eb <u>1920 (yulo elo)</u> ay 2001 (elo awa)'''....''between <u>1920 (nineteen twenty)</u> and (two thousand one)'' ::* '''<u>hyaje</u> hua alojab'''....''<u>throughout</u> that decade'' ::* '''At yexa hum <u>je gla jabi</u>.'''....''I worked there <u>for [Lit: during] many years</u>.'' ::* '''Ujbu his <u>lojo</u> jiyab.'''....''Finish this <u>by</u> [Lit: not after] May.'' ::* '''Iyt so him <u>ub ha uj bi</u> 2 (ewa) jiab.'''....''She will be here <u>toward the end of</u> January 2nd.'' ==== Telling Time ==== : Clock time expressions use mostly the word '''jwob''' (''hour'') or '''jwobi''' (''hours''). : The usual time-of-day question is '''Se duhajwob?'''....''What time is it?'' [Lit: is what-hour?] : The typical answer is in the format '''Se awa/ewa....(jwob) gab/gob alo/ali....bi maj/moj.''' (Lit: (It) is (the) one/two....(o'clock) plus/minus ten/eleven...of day/night.) : Here are some typical answers: ::* '''Se awa jwob.'''....''It is one o'clock.'' ::* '''Se ewa jwobi.'''....''It is two o'clock.''[Lit: It is two hours] ::* '''Se ale jwobi.'''....''It is twelve o'clock.'' ::* '''Se iwa jwobi bi maj*.'''....''It is three o'clock A.M.'' ::* '''Se alo jwobi bi moj**.'''....''It is ten o'clock P.M.'' ::: * '''bi maj''' (''a.m.'') can be abbreviated as '''ma''' ::: ** '''bi moj''' (''p.m.'') can be abbreviated as '''mo''' ::* '''Se yowa jwobi (gab) alo.'''....''It is 10 past 5. [Lit: five hours (plus) ten.] ::* '''Se yowa jwobi gob ali.'''....''It is thirteen minutes til five.'' [Lit: five hours minus 13] ::* '''Se yowa jwobi gab uyn.'''....''It is quarter past (= plus) five.'' [Lit: five hours plus a quarter] ::* '''Se yowa jwobi gob uyn.'''....''It is quarter til five.'' [Lit: five hours minus a quarter] ::* '''Se yowa jwobi gab eyn.'''....''It is half past five.'' [Lit: five hours plus a half] ::* '''Se yowa jwobi gab ilo.'''....''It five thirty.'' [Lit: five hours plus thirty] ::* '''Se yowa jwobi gob eyn.'''....''It four thirty.''[Lit: five hours minus a half] ::* '''Se yowa jwobi gob ilo.'''....''It is thirty minutes til five.''[Lit: five hours minus thirty] ::* '''Se <u>vyavay</u> yea jwob gab alo bi moj.'''....''It is exactly 7:10 P.M..''&nbsp;&nbsp;[Lit: ''It is <u>exactly</u> seventh hour plus ten of nighttime.''] ::* '''Et sa alo jwoa <u>bey</u> alo jwabi.'''....''You were late by 10 minutes.''&nbsp;&nbsp;[Lit: ''You were late <u>by</u> ten minutes.''] ::* '''Has ijo <u>jub</u> 5:30 (= yaa jwob gab ilo) bmo (= bi moj).'''....''It will begin <u>around</u> 5:30 (= five thirty [Lit: five hours plus thirty]) p.m.'' ::* '''Puu him <u>loga jwoa ev</u> 3 (= ia) j. (= jwob)'''....''Get here <u>no later than</u> 3 (= three) o'clock.'' ::* '''Ha yautpar puo hum <u>yeb</u> 10 jwabi.'''....''The bus will arrive there <u>within</u> 10 minutes.'' ::* '''Ha jwobar <u>izeade</u> 2:30 (= ea jwob gab ilo).'''....''The clock says [Lit: indicates] 2:30.'' ::* '''Yit pua be 3a j. <u>be ha nod</u>.'''....''They arrived at 3 <u>on the dot</u>''. : Mirad normally uses a 24-hour clock system. ::* '''Yanpu at be ilo jwobi gab alyo.'''....''Meet me at 13:15. (= 1:15 p.m.)'' : The word '''jwob''' (hour, o'clock) can be abbreviated as '''j.''', as in the following: ::* '''Yanpu at be 13 j.'''....''Meet me at 13:00 (hours) [Lit: at 13 hours]'' : The word '''gab''' (''plus'') can be omitted, as in: ::* '''At teato et be yo j. alyo.'''....''I'll see you at five fifteen (~ quarter) past five.'' : Note the following clock time idioms: :{| class="wikitable" style="background:lightyellow" |+ Clock Idioms |- ! MIRAD !! ENGLISH |- | '''jwa''' || ''early'' |- | '''jwe''' || ''on time'' |- | '''jwo''' || ''late'' |- | '''Se <u>vyavay</u> elo jwobi.''' || ''It is <u>exactly</u> two o'clock.'' |- | '''<u>yub bi</u> zemaj''' || ''<u>around</u> noon'' |- | '''<u>ub</u> zemoj''' || ''<u>toward</u> midnight'' |- | '''<u>yeb be</u> jwebi''' || ''<u>within</u> seconds'' |- | '''alo jwabi <u>ja hij</u>''' || ''ten minutes <u>ago</u> (= before now)'' |- | '''<u>lojo</u> 3 j.''' || ''<u>no later than / by</u> 3 o'clock.'' |- | '''jwobay''' || ''hourly / by the hour / on the hour'' |- | '''Hia pop <u>efxe</u> 2 1/2 (= ewa gab eyn) jwobi.''' || ''This trip <u>takes (Lit: necessitates) </u> 2 1/2 hours.'' |- | '''<u>ju</u> awa jwob bi hij''' || ''<u>until</u> one hour from now'' |- | '''<u>ji</u> zojub be 10a j.''' || ''<u>since</u> yesterday at 10 o'clock.'' |- | '''<u>je</u> ha jana 12 jwabi''' || ''<u>for</u> the last 12 minutes'' |- | '''<u>ja</u> lojo</u> 10 j.''' || ''<u>before / by</u> 10 o'clock (= the tenth hour)'' |- | '''<u>lojo</u> 10 jwobi.''' || ''<u>by / in / within</u> 10 hours.'' |- | '''<u>jo</u> 10 j.''' || ''<u>after</u> 10 o'clock.'' |} ==== Expressing Age ==== : Many expressions relating to age are built on the Mirad word for ''age'': '''jag'''. : The typical question is: ::* '''Et se <u>hojaga</u>?'''....''<u>How old</u> are you?'' (Lit. ''what-aged'') : A typical answer is: ::* '''At se <u>eli jaga</u>.'''....''I am <u>twenty-three years old</u>.'' : The word '''jaga''' can be left understood: ::* '''At se <u>ilo</u>.'''....''I am thirty.'' : The following chart shows other age expressions, many of which are agglutinations of the deictic prefixes beginning with '''h''': :{| class="wikitable" style="background:lightyellow" |+ Age Expressions |- ! AGE |- | '''hojaga?'''....''how old?'' |- | '''hajaga'''....''of the age'' |- | '''hejaga'''....''of some age'' |- | '''hijaga'''....''this old'' |- | '''hujaga'''....''that old'' |- | '''huujaga'''....''so old'' |- | '''jaga'''....''old''<br>'''jayga'''....''oldish'' |- | '''joga'''....''young''<br>'''joyga'''....''youngish'' |- | '''gle jaga'''....''rather old, oldish'' |- | '''gla jaga'''....''very old'' |- | '''gra jaga'''....''too old, super-aged'' |- | '''gro jaga'''....''under-aged, minor'' |- | '''ge jaga'''....''as old, of the same age'' |- | '''awa <u>jab</u> jaga'''....''one <u>year</u> old''<br>'''awa jaga'''<br>'''awa <u>jab</u>''' |- | '''ewa <u>jabi</u> jaga'''....''two <u>years</u> old''<br>'''ewa jaga'''<br>'''ewa <u>jabi</u>''' |- | '''alo <u>jabi</u> jaga'''....''ten <u>years</u> old''<br>'''alo jaga'''<br>'''alo <u>jabi</u>''' |- | '''ga jaga <u>vyel</u> et'''....''older <u>than</u> you'' |- | '''ga joga <u>vyel</u> at'''....''younger <u>than</u> me'' |- | '''ge joga <u>vyel</u> iyt'''....''as young <u>as</u> her'' |- | '''ha gwa jagat <u>bi</u> ata tedetyan'''....''the youngest <u>of</u> my siblings'' |- | '''grojagat'''....''a minor'' |- | '''alojagat'''....''a ten-year-old'' |- | '''aloyjagat'''....''a teenager'' |- | '''jogat'''....''a boy, a youth''<br>'''joygat'''....''a girl'' |- | '''grejat'''....''an adult, someone of age''<br>'''jagseat'''....''an adolescent''<br>'''jagsat'''....''grownup'' |- | '''yiloyjagat'''....''an octogenarian'' |- | '''asoyjagat'''....''a centenarian'' |} : Some other examples of usage: ::* '''Et <u>jagseye</u> fi.'''....''You <u>are aging</u> well.'' ::* '''At voy <u>jogseye</u> hyegla.'''....''I am not <u>getting</u> any <u>younger</u>.'' ::* '''His se taam av <u>ha jagati</u>.'''....''This is a home for <u>the ederly</u>.'' ::* '''Egaku eta <u>jogan</u>!'''....''Regain your <u>youth</u>!'' ::* '''At se <u>ga jaga vyel</u> ha meybi.'''....''I am <u>as old as</u> the hills.'' ::* '''Teaxu ata <u>gwa joga</u> tobot.'''....''Look at my <u>youngest</u> child.'' ::* '''Yat ife yata <u>awajagat</u>.'''....''We love our <u>one-year-old</u>.'' ::* '''<u>Jagseatan</u> se yika joob bi tej.'''....''<u>Adolescence</u> is a difficult period of life.'' === Money Expressions === : This section is currency-dependent and remains under construction. <noinclude>{{Chapter navigation with TOC|Adverbs|Pronouns}}</noinclude> mq2psfdgr7pd2d92t29a14lrsqr8xv2 4089899 4089898 2022-08-09T16:52:01Z Tyoyafud 6233 /* Adverbial Deictic Determiners */ wikitext text/x-wiki = Determiners = : Determiners are words that specify or point out the context of nouns and other parts of speech. The English determiner ''this'', for example, specifies a noun for its proximity to the current context. In English, demonstrative pronouns/adjectives/adverbs, possessive pronouns/adjectives, quantifiers like ''more'' and ''very'', and numeric expressions fall under this category. == Types of Determiners == : Determiners in Mirad fall into the following categories: ::{| class="wikitable" style="background:lightyellow" |+ Types of Determiners |- ! CHAPTER !! TYPE !! ALSO KNOWN AS !! ENGLISH EXAMPLES |- | 1 || '''''Deictic''''' || Demonstrative Pronouns/Adjective || ''the'', ''this'', ''some'', ''every'', ''which?'', ''when'' |- | 2 || '''''Pronominal''''' || Possessive Pronouns/Adjectives || ''my'', ''anybody&apos;s'', ''one&apos;s own'' |- | 3 ||'''''Quantitative''''' || Quantifiers || ''more'', ''less'', ''very'' |- | 4 || '''''Numerical''''' || Numerals/Fractions/Dates, etc. || ''one'', ''half'', ''first'' |} : Furthermore, as for part of speech, determiners can be adjectives, pronouns, or adverbs. As adjectives, determiners can itemize or classify. As pronouns, they can refer to one or more persons (male or female) or things. As adverbs, they can specify time, place, degree, kind, age, frequency, and so forth. == Deictic Determiners == : '''''Deictic determiners''''' are words which point out or ''specify'' other words as to their context, including what grammarians often call '''''demonstratives'''''. : Categories of adjectival, pronominal, and adverbial deictic determiners: ::* Demonstrative adjectives and pronouns like ''this'', ''that'', ''those'', ''that one'' ::* The definite article ''the''(which is really a kind of demonstrative, like those above.) ::* Indefinite adjectives and pronouns like ''any'', ''some'', ''all'', ''something'', ''such'', etc. ::* Adverbs of time like ''when'', ''now'', ''ever'' ::* Adverbs of place like ''there'', ''here'', ''somewhere'' ::* Adverbs of manner like ''how'', ''thus'', ''somehow'' ::* Adverbs of kind like ''so'', age ''this year old'' ::* Adverbs of direction like ''that way'', ''any which way'' ::* Adverbs of reason ''why?'', ''for that reason'', ''for no reason'' ::* Adverbs of degree ''this (well)'', ''so (good)'', ''how (bad)'' ::* Adverbs of frequency like ''how often'', ''so often'', ''never'' ::* Adverbs of age like ''this old'', ''how old?'', ''of any age'' === Deictic Prefixes === : There is a whole set of '''''deictic prefixes''''', which are joined to category stubs to derive adjectival, pronominal, and adverbial determiners. :{| class="wikitable" style="background:lightyellow" |+ Deictic Prefixes |- ! CATEGORY !! DEICTIC PREFIX |- | INTERROGATIVE || '''duha-...?'''....''what?'' |- | DEFINITE || '''ha-'''....''the'' |- | INDEFINITE || '''he-'''....''some, a certain'' |- | NEGATIVE || '''ho-'''....''no, not a'' |- | PROXIMAL || '''hi-'''....''this, these'' |- | IMMEDIATE || '''hii-'''....''the following'' |- | DISTAL || '''hu-'''....''that, those'' |- | INTENSIVE || '''huu-'''....''such, so, what a...!'' |- | DISTRIBUTIVE || '''hya-'''....''every, all, each'' |- | INDETERMINATE || '''hye-'''....''any, whatever'' |- | ABSOLUTELY NEGATIVE || '''hyo-'''....''not at all, not a single'' |- | IDENTICAL || '''hyi-'''....''the same, the very'' |- | NON-IDENTICAL || '''hyu-'''....''the other, another, else'' |} === Category Stubs === : The table below shows word stubs that indicate the category of deictic expressions. They are called stubs, because they are part of a longer word that has been reduced. The combination of deictic prefixes and category stubs produce a matrix of deictic '''''correlatives''''', seen later in this chapter. Use of the stub instead of the long form is a matter of optional economy. A few categories do not have stubs. :{| class="wikitable" style="background:lightyellow" |+ Category Stubs |- ! CATEGORY !! STUB !! LONG FORM !! QUESTION WORD EXAMPLE |- | PERSON || '''-t''' || '''tob'''...''person'' || '''duhat?'''....''who?'' |- | THING || '''-s''' ||'''sun'''...''thing'' || '''duhas?'''....''what?'' |- | PLACE || '''-m''' ||'''nem'''...''place'' || '''duham?'''....''where?'' |- | TIME || '''-j''' ||'''job'''...''time'' || '''duhaj?'''....''when?'' |- | MANNER || '''-yen''' ||'''byen'''...''manner'' || '''duhayen?'''....''how?'' |- | KIND || '''-yena''' ||'''syena'''...''of kind'' || '''duhoyena?'''....''what kind of?'' |- | DEGREE || '''-gla''' ||'''nog'''...''degree'' || '''duhagla fi?'''....''how well?'' |- | COUNTABLE QUANTITY || '''-gla''' ||'''sag'''...''number'' || '''duhagla pati?'''....''how many birds?'' |- | MASS QUANTITY || '''-gla''' ||'''glan'''...''amount'' || '''duhagla mil?'''....''how much water?'' |- | FREQUENCY || ||'''xag'''...''frequency''<br>'''gla jodi'''...''many times'' || '''duhaxag?'''....''how often?''<br>'''duhagla jodi?'''....''how many times?'' |- | REASON || ||'''sav'''...''reason'' || '''duhasav?'''....''why?'' |- | AGE || ||'''jag'''...''age'' || '''duhajag?'''....''how old?'' |} === Adjectival Deictic Determiners === : Here is a table showing the deictic determiner prefixes attached to elements ending in '''-a''' to form various adjectival deictic determiners: <small> :{| class="wikitable" style="background:lightyellow; font-size:smaller;" |+ Adjectival Determiners |- valign=top ! &nbsp; !! OF SELECTION !! OF KIND !! OF POSSESSION|| OF AGE |- | INTERROGATIVE || '''duha...?'''....''which...?'' || '''duhayena...?'''....''what kind of...?'' || '''duhata?'''....''whose?''||'''duhajaga?'''....''how old?'' |- | DEFINITE || '''ha<sup>1</sup>'''....''the'' || '''hayena'''....''the kind of'' || '''hata'''....''the one&apos;s''||'''hajaga'''...''of the age'' |- | INDEFINITE || '''hea'''....''some, a certain'' || '''heyena'''....''some kind of, a certain kind of'' || '''heta'''....''someone&apos;s''||'''hejaga'''....''of any age'' |- | NEGATIVE || '''hoa...!'''....''no, not any'' || '''hoyena'''....''no kind of''|| '''hota'''....''nobody's''||'''hojaga'''....''ageless'' |- | PROXIMAL || '''hia'''....''this, these'' || '''hiyena'''....''this kind of, such (a), like this, like these'' || '''hita'''....''this one&apos;s''||'''hijaga'''....''of this age'' |- | IMMEDIATE || '''hiia'''....''the following'' || '''hiiyena'''....''the following kind of'' || '''hiita'''....''the following person&apos;s''||'''hiijaga'''....''of the following age'' |- | DISTAL || '''hua'''....''that, those''|| '''huyena'''....''that kind of, like that, like those, such''|| '''huta'''....''that one&apos;s''||'''hujaga'''....''of that age'' |- | INTENSIVE || '''huua'''....''such a, such, what a'' || '''huuyena'''....''such a kind of'' || '''huuta'''....''such a person&apos;s''||'''huujaga'''....''of such an age'' |- | DISTRIBUTIVE || '''hya<sup>2</sup>'''....''every, all, each''|| '''hyayena'''....''every kind of, all kinds of'' || '''hyata'''....''everybody&apos;s''||'''hyajaga'''....''of every age'' |- | INDETERMINATE || '''hyea'''....''any, whatever''|| '''hyeyena'''....''any kind of, whatever kind of'' || '''hyeta'''....''anybody&apos;s''||'''hyejaga'''....''of any age'' |- | ABSOLUTELY NEGATIVE ||'''hyoa'''....''not, not a, not any whatever'' || '''hyoyena'''....''no kind of, no such whatever'' || '''hyota'''....''absolutely nobody&apos;s''||'''hyojaga'''...''of no age whatever'' |- | IDENTICAL || '''hyia'''....''the same''<br>'''ha gea'''....''the same'' || '''hyiyena'''....''the same kind of''<br>'''ha geyena'''....''the same kind of'' || '''hyita'''....''the same one&apos;s''<br>'''ha geta'''....''the same one&apos;s''||'''hyijaga'''....''of the same age''<br>'''gejaga'''....''same-aged'' |- | NON-IDENTICAL || '''hyua'''....''another''<br>'''ogea'''....''another''<br>'''ha ogea'''....''the other'' || '''hyuyena'''....''some other kind of''<br>'''ogeyena'''....''another kind of''<br>'''ha ogeyena'''....''the other kind of'' || '''hyuta'''....''someone else&apos;s''<br>'''ogeta'''....''someone else&apos;s''<br>'''ha ogeta'''....''the other person&apos;s''||'''hyujaga'''....''of a different age''<br>'''ogejaga'''...''aged apart'' |} </small> : Note 1: The definite adjectival deictic determiner '''ha''' (actually, short for '''haa''') is used as what is more commonly referred to as the '''''definite article'''''....''the''. : Note 2: The determiner '''hya''' is a reduced form of '''hyaa'''. : Note 3: The interrogative adjectival determiner '''Duha?''' really is a command meaning ''Tell me the...''. So, for instance, '''Duham?'''....''Where?'' is really a command meaning '''Tell (me) the place!''' : The pronominal deictic determiners can also incorporate gender in such a way that they refer to female or male persons specifically. This done by inserting the letter '''w''' before the characteristic vowel for males and the letter '''y''' after the characteristic vowel for females. Incorporating gender this way is relatively rare and only used in cases with the distinction is relative to the context: ::* '''<u>Hwita</u> tam se ga aga.'''....''<u>This guy's</u> house is bigger.'' ::* '''At voy ayse <u>huytia</u> dyuni.'''....''I don't have <u>those women's</u> names.'' : Usage examples of deictic determiner adjectives: ::* '''<u>Duha</u> tam se etas?'''....''<u>Which</u> house is yours?'' ::* '''<u>Huua</u> tej et ayse!'''....''<u>What a</u> life you have!'' ::* '''<u>Duhayena</u> dyezuni ifxe et?'''....''<u>What kind of</u> movies do you like?'' ::* '''<u>Duhata</u> tef okwa?'''....''<u>Whose</u> hat was lost?'' ::* '''<u>Ha</u> tob ta yata dyuni.'''....''<u>The</u> man knew our names.'' ::* '''<u>Hayena</u> dini at ife, et ufe.'''....''<u>The kind of</u> stories I love, you hate.'' ::* '''<u>Hea</u> mepi egdyunxwo.'''....''<u>Certain</u> streets will be renamed.'' ::* '''<u>Heyena</u> fukyes uxaye purnyan.'''....''<u>Some kind of</u> accident has caused a traffic jam.'' ::* '''<u>Heta</u> abtaf akwa be ha zatem.'''.....''<u>Someone's</u> coat was found in the foyer.'' ::* '''<u>Hia</u> dyes se ata gafias.'''....''<u>This</u> book is my favorite.'' ::* '''<u>Hiia</u> duni se yofwa.'''....''<u>The following</u> words are prohibited.'' ::* '''<u>Hiiyena</u> xeyen voy afwu.'''....''<u>The following sort of</u> behavior would not be allowed.'' ::* '''<u>Hiyena</u> xeyen voy vayafwo.'''....''<u>This type of</u> behavior will not be tolerated.'' ::* '''<u>Hita</u> tim so yovoza.'''....''<u>This person's</u> room will be blue.'' ::* '''<u>Hua</u> mas efwe egvozilbwer.'''....''<u>That</u> wall needs to be repainted.'' ::* '''<u>Huua</u> dini yufxe toboti.'''....''<u>Such</u> stories scare children.'' ::* '''<u>Huyena</u> duni yeyfwe yixwer za at.'''....''<u>Such</u> words should not be used in front of me.'' ::* '''<u>Hwuta</u> tam magseye.'''....''<u>That guy's</u> house is on fire.'' ::* '''<u>Hoa</u> din se ga tesika.'''....''<u>No</u> story more important.'' ::* '''<u>Hoyena</u> tes tesiyafwe.'''....''<u>No such</u> meaning can be inferred.'' ::* '''<u>Hyota</u> jatexdras sa ga fia.'''....''<u>Nobody's</u> plan is better.'' ::* '''<u>Hyos</u> oboxe huyt.'''....''<u>Nothing whatever</u> bothers that gal.'' ::* '''<u>Hya</u> mepi izpe Roma.'''....''<u>All</u> roads lead to Rome.'' ::* '''<u>Hya ha</u> mepi se ebwa.'''....''<u>All the</u> roads are bloacked.'' ::* '''<u>Hya</u> tob yefe xer ita gon.'''....''<u>Every</u> man must do his part.'' ::* '''<u>Hyayena</u> telami ese be hia mep.'''....''<u>All manner of</u> restaurants exist on this street.'' ::* '''<u>Hyata</u> tej se uka bi yaobi.'''....''<u>Everyone's</u> life is full of ups and downs.'' ::* '''<u>Hyaewa</u> domi agsaye.'''....''<u>Both</u> cities have grown.'' ::* '''<u>Hyea</u> voz so fia.'''....''<u>Any</u> color will be fine.'' ::* '''<u>Hyeyena</u> til se aysyafwa.'''....''<u>Any kind of</u> drink is available.'' ::* '''<u>Hyeta</u> ved se ge ifa vyel atas.'''....''<u>Anyone's</u> guess is as good as mine.'' ::* '''<u>Hyea</u> tim et fe et yafe ayser.'''....''<u>Whatever</u> room you want, you can have.'' ::* '''<u>Hyia</u>/(Ha gea) fukyesi kyese glaxag.'''....''<u>The same</u> accidents occur frequently.'' ::* '''<u>Hyiyena</u>/(Ha geyena) dyezuni teaxuwa zajub.'''....''<u>The same kind of</u> films were shown yesterday.'' ::* '''<u>Hyita</u>/(Ha geta) dyun yixwa gajod.'''....''<u>The same person's</u> name was used again.'' ::* '''<u>Hyua</u> dyezun sa ifuyea.'''....''<u>The other</u> movie was more entertaining.'' ::* '''<u>Hyuyena</u>/(Ogeyena) som teasu ga fia.'''....''<u>Another kind of</u> furniture would look better.'' ::* '''<u>Hyuta</u>/(ogeta) texyen se ge fyia.'''....''<u>Someone else's</u> opinion is equally valid.'' ::* '''<u>Hiytia</u> dyuni voy dodraye.'''....''<u>These women's</u> names have not be make public.'' ::* '''<u>Hwiitia</u> dyuni voy dodrowe.'''....''<u>The following males'</u> names will not be publicized.'' ::* '''<u>Hijaga</u> tobweti voy afwo him.'''....''Boys <u>of this age</u> will not be allowed here.'' : If the definite article or any other deictic determiner is omitted before a noun, then it has the effect of the English indefinite article ''a / an'' with a singular noun or ''some'' with a plural noun. For example: ::* '''Yat tilia <u>ha tilyeb</u> bi vafil.'''....''We drank <u>the glass</u> of wine.'', vs. ::** '''Yat tilia <u>tilyeb</u> bi vafil.'''....''We drank <u>a glass</u> of wine.'' ::* '''Yat tilia <u>ha tilyebi</u> bi vafil.'''....''We drank <u>the glasses</u> of wine.'', vs. ::** '''Yat tilia <u>tilyebi</u> bi vafil.'''....''We drank <u>(some) glasses</u> of wine.'' ::* '''Yat tilia <u>awa tilyeb</u> bi vafil.'''....''We drank <u>one glass</u> of wine.'', vs. ::** '''Yat tilia <u>ha awa tilyeb</u> bi vafil.'''....''We drank <u>the one glass</u> of wine.'' ::* '''Yat tilia <u>ewa tilyebi</u> bi vafil.'''....''We drank <u>two glasses</u> of wine.'', vs. ::** '''Yat tilia <u>ha ewa tilyebi</u> bi vafil.'''....''We drank <u>the two glasses</u> of wine.'', vs. ::** '''Yat tilia <u>hya ewa tilyebi</u> bi vafil.'''....''We drank <u>both glasses</u> of wine.'' ::* '''Yat tilia <u>owa tilyeb</u> bi vafil.'''....''We drank <u>no/zero glasses (=not a single glass)</u> of wine.'' ::* '''Yat tilia <u>ea tilyeb</u> bi vafil.'''....''We drank <u>another/a second glass</u> of wine.'', vs. ::** '''Yat tilia <u>ha ea tilyeb</u> bi vafil.'''....''We drank <u>the second glass</u> of wine.'', vs. ::** '''Yat tilia <u>ea tilyebi</u> bi vafil.'''....''We drank <u>second glasses</u> of wine.'', vs. ::** '''Yat tilia <u>ha ea tilyebi</u> bi vafil.'''....''We drank <u>the second glasses</u> of wine.'' : If an indefinite article sense is needed for clarity, the words '''awa''' (''one'') or '''hea''' (''some, a certain'') can be used, eg.: ::* '''At igtease <u>awa</u> tob yiztyoyaber.'''....''I glimpsed <u>a</u> man walk by.'' ::* '''Hwit zoyupo <u>hea</u> juab.'''....''He will come back on <u>a / a certain / some</u> Monday.'' === Pronominal Deictic Determiners === : The following chart shows deictic determiners used as pronouns. Note that the suffix '''-s''' (short for '''sun''') is used pronouns referring to things, while '''-t''' (short for '''tob''') is used for those referring to persons. The suffix '''-i''' pluralized either of these. The distinction between a form like ''what?'' and a '''''selective''''' form like ''which?'' is made by using the full adjectival form (with '''-a-''') in the selective forms. So, for example, '''hot?''' is ''who?'', but '''hoat?''' is ''which one? (referring to a person)''. The determiners referring to persons can optionally be made specifically male with the insertion of the letter '''w''' before the stem vowel or specifically female with the insertion of the letter '''y''' before the stem-ending '''t''': :{| class="wikitable" style="background:lightyellow; font-size:smaller;" |+ Pronominal Deictic Determiners |- valign=top ! PRONOUNS !! THING<br>THINGS !! SELECTIVE THING<br>SELECTIVE THINGS || valign=top| SELECTIVE PERSON<br>SELECTIVE PERSONS !! PERSON<br>PERSONS !! PERSON&apos;S THING<br>PERSON&apos;S THINGS |- | INTERROGATIVE || valign=top| '''duhas?'''....''what (thing)?''<br>'''duhasi?'''....''what (things)?'' || valign=top| '''duhaas'''?....''which one?''<br>'''duhaasi'''?....''which ones?'' || valign=top| '''duhaat'''?....''which person?''?<br>'''duhwaat?'''....''which man?''<br>'''duhayt?'''....''which woman?''<br>'''duhaati?'''....''which people?''<br>'''duhwaati?'''....''which men?''<br>'''duhaayti?'''....''which women?'' || valign=top| '''duhat'''?....''who?, whom?''<br>'''duhwat?'''....''who?, whom?''<br>'''duhayt'''....''who?'' <br>'''duhati?'''....''who?, whom?''<br>'''duhwati?'''....''who?, whom?''<br>'''duhayti?'''....''who?, whom?'' || valign=top| '''duhatas?'''....''whose (thing)?''<br>'''duhwatas?'''....''whose''<br>'''duhaytas?'''....''whose?''<br>'''duhatasi?'''....''whose (things)?''<br>'''duhwatasi?'''....''whose?'' <br>'''duhaytasi?'''....''whose?'' |- | DEFINITE || valign=top| '''has'''....''it, the thing''<br>'''hasi'''....''they, them, the things''<br> || valign=top| '''haas'''....''the one''<br>'''haasi'''....''the ones''|| valign=top| '''haat'''....''the one''<br>'''hwaat'''....''the male one''<br>'''haayt'''....''the female one''<br>'''haasi'''....''the ones''<br>'''hwaasi'''....''the male ones''<br>'''haaysi'''....''the female ones'' || valign=top|'''hat'''....''the person, he, him''<br>'''hwat'''....''he, him''<br>'''hayt'''....''she, her''<br>'''hati'''....''the persons, they, them''<br>'''hwati'''....''the males, they, them''<br>'''hayti'''....''the females, they, them''|| valign=top| '''hatas'''....''whose''? (thing)<br>'''hwatas'''....''whose''<br>'''haytas'''....''whose'' <br>'''hatasi'''....''whose'' )things)<br>'''hwatasi'''....''whose''<br>'''haytasi'''....''whose'' |- | INDEFINITE || valign=top| '''hes'''....''something''<br>'''hesi'''....''some (things)''<br> || valign=top| '''heas'''....''a certain one''<br>'''heasi'''....''certain ones'' || valign=top| '''heat'''....''a certain one''<br>'''hweat'''....''a certain male''<br>'''heayt'''....''a certain female''<br>'''heati'''....''certain ones''<br>'''hweati'''....''some males''<br>'''heayti'''....''some females''|| valign=top|'''het'''....''someone''<br>'''hwet'''....''some male''<br>'''heyt'''....''some female'' <br>'''heti'''....''some (people)''<br>'''hweti'''....''some males'' <br>'''heyti'''....''some females''|| valign=top| '''hetas'''....''someone's''<br>'''hwetas'''....''some male's'' <br>'''heytas'''....''some female's''<br>'''hetasi'''....''some people's''<br>'''hwetasi'''....''some males&apos;''<br>'''heytasi'''....''some females&apos;'' |- | NEGATIVE || valign=top| '''hos'''....''nothing''<br>'''hosi'''....''no (things)''<br> || valign=top| '''hoas'''....''no, not a''<br>'''hoasi'''....''none'' || valign=top| '''hoat'''....''not a one''|| valign=top|'''hot'''....''nobody''|| valign=top| '''hotas'''....''nobody's'' |- | PROXIMAL || valign=top| '''his'''....''this''<br>'''hisi'''....''these''|| valign=top|'''hias'''....''this one''<br>-<br>'''hiasi'''....''these''|| valign=top|'''hiat'''....''this one''<br>'''hwiat'''....''this one''<br>'''hiayt'''....''this one''<br>'''hiati'''....''these ones''<br>'''hwiati'''....''these of the males''<br>'''hiayti'''....''these of the females''|| valign=top|'''hit'''....''this person''<br>'''hwit'''....''he, him''<br>'''hiyt'''....''she, her''<br>'''hiti'''....''these people, they, them''<br>'''hwiti'''....''these males''<br>'''hiyti'''....''these females''|| valign=top|'''hitas'''....''this person&apos;s, his''<br>'''hwitas'''....''this male&apos;s''<br>'''hiytas'''....''this female&apos;s''<br>'''hitasi'''....''this person&apos;s (things)'', ''theirs''<br>'''hwitasi'''....''this man&apos;s''<br>'''hiytasi'''....''this woman&apos;'' |- | IMMEDIATE || valign=top| '''hiis'''....''the following''<br>'''hiisi'''....''the following (things)''|| valign=top|'''hiias'''....''the following one''<br>'''hiiasi'''....''the following ones'' || valign=top|'''hiiat'''....''the following person''<br>'''hwiiat'''....''the following male''<br>'''hiiayt'''....''the following female''<br>'''hiiati'''....''the following ones''<br>'''hwiiati'''....''the following males''<br>'''hiiayti'''....''the following females''|| valign=top|'''hiit'''....''the following person''<br>'''hwiit'''....''the following male''<br>'''hiiyt'''....''the following female''<br>'''hiiti'''....''the following (people)''<br>'''hwiiti'''....''the following males''<br>'''hiiyti'''....''the following females''|| valign=top|'''hiitas'''....''the following person&apos;s (thing)''<br>'''hwiitas'''....''the following male&apos;s''<br>'''hiiytas'''....''the following female&apos;s''<br>'''hiitasi'''....''the following person&apos;s (things)''<br>'''hwiitasi'''....''the following male&apos;s''<br>'''hiiytasi'''....''the following female&apos;s'' |- | DISTAL || valign=top| '''hus'''....''that''<br>'''husi'''....''those''|| valign=top|'''huas'''....''that one''<br>'''huasi'''....''those'' || valign=top|'''huat'''....''that one''<br>'''hwuat'''....''that one of the males''<br>'''huayt'''....''that one of the females''<br>'''huati'''....''those people, they''<br>'''hwuati'''....''those males''<br>'''huayti'''....''those females''|| valign=top|'''hut'''....''that person, he, him''<br>'''hwut'''....''that guy, he, him''<br>'''huyt'''....''that female, she, her''<br>'''huti'''....''those people, they, them''<br>'''hwuti'''....''those males''<br>'''huyti'''....''those females''|| valign=top|'''hutas'''....''that person&apos;s, his''<br>'''hwutas'''....''his''<br>'''huytas'''....''hers''<br>'''hutasi'''....''that person's (things), his''<br>'''hwutasi'''....''his''<br>'''huytasi'''....''hers'' |- | INTENSIVE || valign=top| '''huus'''....''such, such a thing''<br>'''huusi'''....''such things''|| valign=top|'''huuas'''....''such a one''<br>'''huuasi'''....''such ones'' || valign=top|'''huuat'''....''such a person''<br>(rare)<br>(rare)<br>'''huuati'''....''such people''<br>(rare)<br>(rare)|| valign=top|'''huut'''....''such a person''<br>'''hwuut'''....''such a male''<br>'''huuyt'''....''such a female''<br>'''huuti'''....''such people''<br>'''hwuuti'''....''such males''<br>'''huuyti'''....''such females''|| valign=top|'''huutas'''....''such a person&apos;s''<br>(rare)<br>(rare)<br>'''huutasi'''....''such people&apos;s (things)''<br>(rare><br>(rare) |- |ABSOLUTE NEGATIVE || valign=top| '''hyos'''....''nothing at all''<br>'''hyosi'''....''none at all''|| valign=top|'''hyoas'''....''not a one whatever''<br>'''hyoasi'''....''none whatever'' || valign=top|'''hyoat'''....''not a single one''<br>'''hyoati'''....''none whatever''|| valign=top|'''hyot'''....''nobody at all''<br>'''hywot'''....''no male at all''<br>'''hyoyt'''....''no female whateveer''<br>'''hyoti'''....''no people at all''<br>'''hywoti'''....''no males at all''<br>'''hyoyti'''....''no females at all''|| valign=top|'''hyotas'''....''nobody's''<br>'''hyotasi'''....''nobody's <small>(things)</small>'' |- | DISTRIBUTIVE || valign=top| '''hyas'''....''everything, all''<br>'''hyasi'''....all things || valign=top| '''hyaas'''....each one<br>'''hyaasi'''....''all of them'' || valign=top|'''hyaat'''....''each one''<br>'''hyaati'''....''all of them''|| valign=top|'''hyat'''....''everyone''<br>'''hywat'''....''every male''<br>'''hyayt'''....''every female''<br>'''hyati'''....''all (people)''<br>'''hywati'''....''all males''<br>'''hyayti'''....''all females''|| valign=top| '''hyatas'''....''everyone's''<br>'''hyatasi'''....''everyone's <small>(things)</small>'' |- | INDETERMINATE || valign=top| '''hyes'''....''anything, whatever''<br>'''hyesi'''....''any''|| valign=top|'''hyeas'''....''whatever one''<br>'''hyeasi'''....''any of them'' || valign=top|'''hyeat'''....''whichever one''<br>'''hyeati'''....''whichever ones''|| valign=top|'''hyet'''....''anyone''<br>'''hywet'''....''any male''<br>'''hyeyt'''....''any female''<br>'''hyeti'''....''whoever''<br>'''hyweti'''....''whichever males''<br>'''hyeyti'''....''whichever females''|| valign=top|'''hyetas'''....''whoever's''<br>'''hyetasi'''....''anybody's <small>(things)</small>'' |- | IDENTICAL || valign=top| '''hyis'''....''the same thing''<br>'''hyisi'''....''the same things''|| valign=top|'''hyis'''....''the same one''<br>'''hyiasi'''....''the same ones'' || valign=top|'''hyiat'''....''the same one''<br>'''hyiati'''....''the same one''|| valign=top|'''hyit'''....''the same person''<br>'''hywit'''....''the same guy''<br>'''hyiyt'''....''the same woman''<br>'''hyiti'''....''the same people''<br>'''hywiti'''....''the same men''<br>'''hyiyti'''....''the same women''|| valign=top|'''hyitas'''....''the same person's''<br>'''hyitasi'''....''the same person's'' <small>(things)</small> |- | NON-IDENTICAL || valign=top| '''hyus'''....''something else''<br>'''hyusi'''....''other things''|| valign=top|'''hyuas'''....''the other one''<br>'''hyuasi'''....''the other ones'' || valign=top|'''hyuat'''....''the other one''<br>'''hyuati'''....''the others''|| valign=top|'''hyut'''....''someone else''<br>'''hywut'''....''the other guy''<br>'''hyuyt'''....''the other woman''<br>'''hyuti'''....''others''<br>'''hywuti'''....''the other guys''<br>'''hyuyti'''....''the other women''|| valign=top|'''hyutas'''....''someone else's''<br>'''hyutasi'''....''someone else's <small>(things)</small>'' |} : Here is a chart of pronominal deictic determiners of kind formed from the corresponding adjectival determiners of kind (eg. '''hoyena?'''....''what kind of...?''): :{| class="wikitable" style="background:lightyellow; font-size:smaller;" |+ Pronominal Deictic Determiners of Kind |- valign=top ! &nbsp; !! KIND OF THING<br>KIND OF THINGS !! KIND OF PERSON<br>KIND OF PEOPLE |- | INTERROGATIVE || valign=top| '''duhayenas?'''....''what kind of thing?''<br>'''duhayenasi?'''....''what kind of things?''|| valign=top|'''duhayenat?'''....''what kind of person?''<br>'''duhayenati?'''....''what kind of people?'' |- | DEFINITE || valign=top| '''hayenas'''....''the kind of thing''<br>'''hayenasi'''....''the kind of things''|| valign=top|'''hayenat'''....''the kind of person''<br>'''hayenati'''....''the kind of people'' |- | INDEFINITE || valign=top| '''heyenas'''....''some kind of thing''<br>'''heyenasi'''....''some kind of things''|| valign=top|'''heyenat'''....''some kind of person''<br>'''heyenati''' ....''some kind of people'' |- | NEGATIVE || valign=top| '''hoyenas'''....''no such thing''<br>'''hoyenasi'''....''no such things''|| valign=top|'''hoyenat'''....''no such person''<br>'''hoyenati'''....''no such people'' |- | PROXIMAL || valign=top| '''hiyenas'''....''this kind of thing, such a thing''<br>'''hiyenasi'''....''these kinds of things, such things''|| valign=top|'''hiyenat'''....''this kind of person, such a person''<br>'''hiyenati'''....''these kinds of people, such people'' |- | IMMEDIATE || valign=top| '''hiiyenas'''....''the following kind of thing''<br>'''hiiyenasi'''....''the following kinds of things''|| valign=top|'''hiiyenat'''....''the following kind of person''<br>'''hiiyenati'''....''the following kinds of people'' |- | DISTAL || valign=top| '''huyenas'''....''that kind of thing, such a thing''<br>'''huyenasi'''....''such things, such things''|| valign=top|'''huyenat'''....''that kind of person, such a person''<br>'''huyenati'''....''those kind of people, such people'' |- | INTENSIVE || valign=top| '''huuyenas'''....''such a thing''<br>'''huuyenasi'''....''such kinds of things''|| valign=top|'''huuyenat'''....''such a person''<br>'''huuyenati'''....''such kinds of people'' |- | ABSOLUTE NEGATIVE || valign=top| '''hyoyenas'''....''no such thing at all''<br>'''hyoyenasi'''....''no such things at all''|| valign=top|'''hyoyenat'''....''no such person whatever''<br>'''hyoyenati'''....''no such people whatever'' |- | DISTRIBUTIVE || valign=top| '''hyayenas'''....''every kind of thing''<br>'''hyayenasi'''....''all kinds of things''|| valign=top|'''hyayenat'''....''every kind of person''<br>'''hyayenati'''....''all kinds of people'' |- | INDETERMINATE || valign=top| '''hyeyenas'''....''any kind of thing''<br>'''hyeyenasi'''....''any kinds of things''|| valign=top|'''hyeyenat'''....''any kind of person''<br>'''hyeyenati'''....''any kinds of people'' |- | IDENTICAL || valign=top| '''hyiyenas'''....''the same kind of thing''<br>'''hyiyenasi'''....''the same kinds of things''|| valign=top|'''hyiyenat'''....''the same kind of person''<br>'''hyiyenati'''....''the same kinds of people'' |- | NON-IDENTICAL || valign=top| '''hyuyenas'''....''some other kind of thing''<br>'''hyuyenasi'''....''other kinds of things''|| valign=top|'''hyuyenat'''....''some other kind of person''<br>'''hyuyenati'''....''other kinds of people'' |} : Any of the above animate deictic determiners can (though rarely) be made to refer specifically to males or females with the ending '''-wat''' or '''-wati''' for males and '''-ayt''' or '''-ayti''' for females. For example: ''any kind of males'' would be translated with '''hyeyenwati.'''....''Every kind of female'' would be translated with '''hyayenayt'''. === Selective vs. Non-Selective Forms === : The pronominal deictic interrogative determiner '''hot?''' means ''who'' and contrasts with its '''''selective''''' counterpart '''hoat?''', which means ''which one?''. All the selective determiners refer to one or more things or persons from a selectable pool of things or persons. : The following sentences illustrate the use of the above pronominal determiners: ::* '''<u>Duhat</u> aka zajuba ek?'''....''<u>Who</u> won yesterday's game?'' ::* '''<u>Duhaat</u> bi ha akuti sa ha gwa fiat?'''....''<u>Which one</u> of the winners was the best?'' ::* '''<u>Duhata</u> tam se hus?'''....''<u>Whose</u> house is that?'' ::* '''<u>Duhatas</u> se hus?'''....''<u>Whose</u> is that?'' ::* '''<u>Duhatia</u> deuzi et gaife?'''....''<u>Whose</u> songs do you prefer?'' ::* '''<u>Duhatias</u> et gaife?'''....''<u>Whose</u> do you prefer?'' ::* '''<u>Duhass</u> se eta dyun?'''....''<u>What</u> is your name?'' ::* '''<u>Duhasi</u> se eta gaifuni?'''....''<u>What</u> are your preferences?'' ::* '''<u>Duha</u> deuzi se eta gwafiasi?'''....''<u>Which</u> songs are your best?'' ::* '''<u>Duhaasi</u> se eta gwafiasi?'''....''<u>Which ones</u> are your best?'' ::* '''Bi hia deuzuti, <u>hoat</u> et gafie?'''....''Of these vocalists, <u>which one</u> do you prefer?'' ::* '''<u>Hiiti</u> yaneko hijub.'''....''<u>The following people</u> will compete today.'' ::* '''<u>Duhaati</u> se gwa fia?'''....''<u>Which ones</u> are best?''' ::* '''<u>Duhati</u> et teexe gwa jodi?'''....''<u>Who (all)</u> do you listen to the most often?'' ::* '''<u>Huat</u> hu at teexe gwaxag draye ejna deuz.'''....''<u>The one</u> I listen to the most has written a new song.'' ::* '''Ejna deuz? At voy teste <u>haas</u> hu et tede.'''....''New song? I don't understand <u>which one</u> you mean.'' ::* '''<u>Hias</u>.'''....''<u>This one</u>.'' ::* '''Vo. <u>Huasi</u> se ga fia.'''....''No. <u>Those</u> are better.'' ::* '''<u>His</u> se jub av ivxelen.'''....''<u>This</u> is a day for celebration.'' ::* '''Va. <u>Hia</u> jub. At tese <u>hi</u>jub.'''....''Yes. <u>This</u> day. I mean <u>To-</u>day.'' ::* '''<u>Husi</u> sa <u>ha</u> jubi, ata dat!'''....''<u>Those</u> were <u>the</u> days, my friend!'' ::* '''<u>Duhas</u> se eta dyun?'''....''<u>What</u> is your name?'' ::* '''<u>Duhot</u> aka ha igpek?'''....''<u>Who</u> won the race?'' ::* '''<u>Hyas</u> uja fi.'''....''<u>Everything</u> ended well.'' ::* '''<u>Hyasi</u> uje.'''....''<u>All things</u> come to an end.'' ::* '''<u>Hyayenasi</u> vey kyesu.'''....''<u>All sorts of things</u> might happen.'' ::* '''<u>Hyos</u> yoka at.'''....''<u>Nothing</u> whatever surprised me.'' ::* '''<u>Hot</u> ta adut hu ako.'''....''<u>Nobody</u> knew who would win.'' ::* '''<u>Huayti</u>hu fu pier yefe.'''....''<u>Those females</u> who would like to leave may.'' ::* '''<u>Hyet</u> yefe eker hia ifek.'''....''<u>Anyone</u> can play this game.'' ::* '''<u>Huyenasi</u> voy afwo.'''....''<u>Such things</u> will not be permitted.'' ::* '''<u>Hua twob</u> voy taxe hia toyb.'''....''<u>That</u> man does not remember this woman.'' ::* '''<u>Huti</u> yanyexe fi.'''....''<u>Those guys</u> work well together.'' ::* '''<u>Huuyti</u> hyaj yubixe tezex.'''....''<u>Such females</u> always attract attention.'' ::* '''At jay teataye <u>hiyenasi</u>.'''....''I've seen <u>such things</u> before.'' ::* '''<u>Huyenwat</u> voy vabiwu.'''....''<u>A man like that</u> would not be accepted.'' ::* '''<u>Duhayenasi</u> weti iyfe xer je ha maj.'''....''<u>What kinds of things</u> do you guys like to do during the day?'' === Placement of Interrogatives === : In a sequence of adjectives before a noun, deictic determiners go first, eg.: ::* '''<u>Duha</u> ewa oga nyefi bewe et?'''....''<u>Which</u> two small bags belong to you?'' : In interrogative sentences, the interrogative deictic determiner (question word) often starts out the sentence, as in English. ::* '''<u>Duhas</u> se eta dyun?'''....''<u>What</u> is your name?'' ::* '''<u>Duhat</u> et teata aay hijub?'''....''<u>Who(m)</u> did you see first today?'' : Interrogative deictic determiners can also go at the end of sentence: ::* '''Eta dyun se <u>duhas</u>?'''....''What is your name?'' Lit. ''Your name is <u>what</u>?'' === Numerical Deictic Determiners === : Sometimes, a deictic determiner specifies numerical information. This chart shows those forms: :{| class="wikitable" style="background:lightyellow; font-size:smaller;" |+ Number-incorporating Deictic Determiners |- valign=top ! ADJECTIVE !! INANIMATE PRONOUN !! ANIMATE PRONOUN !! PRONOMINAL DETERMINER !! POSSESSIVE PRONOUN |- | '''hawa'''* ''the only'' || '''hawas'''....''the only thing''<br>'''hawasi'''....''the only things'' || '''hawat'''....''the only one (person)''<br>'''hawati'''....''the only ones''|| '''hawata'''....''the only person&apos;s'' || '''hawatas'''....''the only one&apos;s''<br>'''hawatasi'''....''the only one&apos;s (things)'' |- | '''hyawa'''* ''each'' || '''hyawas'''....''each one'' || '''hyawat'''....''each person''|| '''hyawata'''....''each person&apos;s'' || '''hyawatas'''....''each one&apos;s''<br>'''hyawatasi'''....''each one&apos;s (things)'' |- | '''hyaewa'''....''both'' || '''hyaewasi'''....''both (<small>things</small>)'' || '''hyaewati'''....''both (<small>people</small>)''|| '''bi hyaewati'''....''both person&apos;s'' || '''has bi hyaewati'''....''both person&apos;s''<br>'''hasi bi hyaewati'''....''both persone&apos;s (things)'' |- | '''hyaiwa'''....''all three'' || '''hyaiwasi'''....''all three (<small>things</small>)'' || '''hyaiwati'''....''all three (<small>people</small>)''|| '''hyaiwata'''....''all three person&apos;s'' || '''has bi hyaiwati'''....''all three person&apos;s''<br>'''hasi bi hyaiwati'''....''all three person&apos;s (things)'' |- | '''ohyawa'''....''not every'' || '''ohyawas'''....''not everything'' || '''ohyawat'''....''not everyone''|| '''ohyawata'''....''not every person&apos;s'' || '''ohyawatas'''....''not everyone&apos;s''<br>'''ohyawatasi'''....''not everyone&apos;s (things)'' |- | '''hyoawa'''....''not a single'' || '''hyoawas'''....''not a single thing'' || '''hyoawat'''....''not a single person''|| '''hyowata'''....''not a single person&apos;s'' || '''hyowatas'''....''not a single person&apos;s''<br>'''hyowatasi'''....''not a single person&apos;s (things)'' |- | '''hyeawa'''....''either'' || '''hyeawas'''....''either one'' || '''hyeawat'''....''either one (<small>person</small>)''|| '''hyeawata'''....''either one&apos;s'' || '''hyeawatas'''....''either one&apos;s''<br>'''hyeawatasi'''....''either one&apos;s (things)'' |- | '''hyeewa'''....''any two'' || '''hyeewasi'''....''any two things'' || '''hyeewati'''....''any two people''|| '''bi hyeewati'''....''any two person&apos;s'' || '''has bi hyeewati'''....''any two persons&apos;''<br>'''hasi bi hyeewati'''....''any two persons&apos; (things)'' |- | '''hyeowa'''....''neither'' || '''hyeowas'''....''neither one'' || '''hyeowat'''....''neither person''|| '''hyeawata'''....''neither person&apos;s'' || '''hyeowatas'''....''neither one&apos;s''<br>'''hyeowatasi'''....''neither one&apos;s (things)'' |- | '''hyuawa'''....''another'' || '''hyuawas'''....''another one'' || '''hyuawat'''....''another''|| '''hyuawata'''....''another&apos;s'' || '''hyuawatas'''....''another&apos;s''<br>'''hyuawatasi'''....''another&apos;s (things)'' |- | '''hyuowa'''....''no other'' || '''hyuowas'''....''nothing else'' || '''hyuowat'''....''nobody else''|| '''hyuowata'''....''no other&apos;s'' || '''hyuowatas'''....''no other&apos;s''<br>'''hyuowatasi'''....''no other&apos;s (things)'' |} :: *<small>'''Hawa''' and '''hyawa''' are short for '''haawa''' and '''hyaawa''', respectively.</small> : Examples using the above number-incorporating deictic determiners: ::* '''<u>Ohyawat</u> se iva bay eta vaod.'''....''<u>Not everyone</u> is happy with your decision.'' ::* '''<u>Hyaewasi</u> yafwe uxer yata efi.'''....''<u>Both (things)</u> can serve our needs.'' ::* '''<u>Hyeawa</u> tim ivlaxo at.'''....''<u>Either</u> room will satisfy me.'' ::* '''<u>Hyeowas</u> oivlaxo at.'''....''<u>Neither one</u> will dissatisfy me.'' : Note: ::* '''hyua''' means ''another (an alternative)''. Ex. '''At fu <u>hyuha</u> til.'''....''I would like <u>another (a different)</u> drink.'' ::* '''hyuawa''' means ''another (an additional)''. Ex. '''At fu <u>hyuawa</u> til.'''....''I would like <u>another (an additional)</u> drink.'' ::* '''hyuha''' means ''the other (the alternative)''. Ex. '''At fu <u>hyuha</u> til.'''....''I would like <u>the other</u> drink.'' : Similarly, '''hya''' means ''every, all'', while '''hyawa''' means ''each'', and '''hyaha'''....''all the'', ex: ::* '''<u>Hya</u> dom ayse tebixea suni teaxer.'''....''<u>Every</u> city has interesting things to see.'' ::* '''<u>Hya</u> domi ayse tebixusi.'''....''<u>All</u> cities have things of interest.'' ::* '''<u>Hyaha</u> domi ayse tebixusi.'''....<u>All the</u> cities have things of interest.'' ::* '''<u>Hyawa</u> dom ayse tebixun.'''....''<u>Each</u> city has something of interest.'' : Also, '''ha''' means ''the'', while '''hawa''' means ''the only'', eg.: ::* '''<u>Ha</u> twob hu at gwa ife se et.'''....''<u>The</u> man I most love is you.'' ::* '''<u>Hawa</u> toyb nazea ata tezex se et.'''....''<u>The only</u> woman worth my attention is you.'' : By appending '''y''' to '''hawa''', we get the adverb '''haway'''....''only, solely'', eg; ::* '''<u>Haway</u> et nize ata tezex.'''....''<u>Only</u> you deserve my attention.''. : The singular person pronouns in the above chart can be converted into pronominal determiners by adding the adjective suffix '''a''', eg.: ::* '''<u>Hyawata</u> tej se ge glatesa vyel hyutas.'''....''<u>Each one's</u> life is as important as another's.'' ::* '''<u>Hyeowata</u> dyun se vyama.'''....''<u>Neither person's</u> name is real.'' : However, the plural person pronouns in the above chart use the preposition '''bi''' (''of'') to form possessives, eg.: ::* '''Ha teji <u>bi hyaiwati</u> se kyebukuwa.'''....''The lives <u>of all three</u> are in danger.'' : The above singular pronominal determiners can, in turn, be converted into inanimate pronouns with the suffix '''-s'''. ::* '''<u>Hyawatas</u> se glatesa.'''....''<u>Each one's</u> is important.'' ::* '''<u>Hyeowatas</u> se vyama.'''....''<u>Neither's</u> is real.'' : The plural pronominal determiners can be nominalized with the use of '''bi''', eg: ::* '''<u>Hyaiwasi</u> <u>bi huti</u> se kyebukuwa.'''....''<u>All three</u> <u>of theirs'</u> are in danger.'' : Correlative Number-incorporating Deictic Determiners are handled as follows: ::* '''Hyeawa A ey B'''....''either A or B'' ::* '''Hyeowa A oy B'''....''neither A nor B'' ::* '''Hyaewa A ay B'''....''both A and B'' ::* '''Hawa A, voy B'''....''only A, not B'' === Adverbial Deictic Determiners === : This tables shows a correlated set of '''''pro-adverbs''''' built through the agglutination of deictic prefixes and catetory stubs. This is not all-inclusive, because their are other similary-constructed pro-verbs relating to other categories. :{| class="wikitable" style="background:lightyellow; font-size:smaller;" |+ Adverbial Deictic Determiners |- valign=top ! PRO-ADVERBS !! MANNER<br>'''(b)<u>yen</u>''' !! PLACE<br>'''(ne)<u>m</u>''' !! TIME<br>'''<u>j</u>(ob)''' !! DEGREE<br>'''nog ~ gla<sup>1</sup>''' !! REASON<br>'''sav''' !! FREQUENCY<br>'''xag''' |- |- | INTERROGATIVE || '''duhayen?'''<br>''how?, in what way?'' || '''duham?'''<br>''where?'' || '''duhaj?'''<br>''when?'' || '''duhanog?''' ~ '''duhagla?'''<br>''how?, to what degree?'' || '''duhasav?'''<br>''why?'' || '''duhaxag?'''<sup>2</sup><br>''how often?'' |- | DEFINITE || '''hayen'''<br>''the way, how'' || '''ham'''<br>''the place, where'' || '''haj'''<br>''the time, when'' || '''hanog''' ~ '''hagla'''<br>''as, to the degree'' || '''hasav (hu)'''<br>''for the reason (that), because''||'''haxag'''<br>''as often (...as)'' |- | INDEFINITE || '''heyen'''<br>''somehow, in some way'' || '''hem'''<br>''somewhere'' || '''hej'''<br>''sometime'' || '''henog''' ~ '''hegla'''<br>''somewhat'' || '''hesav'''<br>''for some reason''||'''hexag'''<br>''with some frequency'' |- | NEGATIVE || '''hoyen'''<br>''in nowise'' || '''hom'''<br>''nowhere'' || '''hoj'''<br>''never'' || '''honog''' ~ '''hogla'''<br> ''not at all'' || '''hosav'''<br>''for no reason''||'''hoxag'''<br>''never'' |- | PROXIMAL || '''hiyen'''<br>''this way, so'' || '''him'''<br>''here'' || '''hij'''<br>''now'' || '''hinog''' ~ '''higla'''<br>''so, this, to this extent'' || '''hisav'''<br>''for this reason, hence''||'''hixag'''<br>''this often'' |- | IMMEDIATE || '''hiiyen'''<br>''in the following way'' || '''hiim'''<br>''hereby'' || '''hiij'''<br>''here now'' || '''hiinog''' ~ '''hiigla'''<br>''to the following extent'' || '''hiisav'''<br>''for the following reason''||'''hiixag'''<br>''as often as follows'' |- | DISTAL || '''huyen'''<br>''that way, thus'' || '''hum'''<br>''there'' || '''huj'''<br>''then'' || '''hunog''' ~ '''hugla'''<br>''so, that, to that extent'' || '''husav'''<br>''for that reason, therefore, so''||'''huxag'''<br> ''that often'' |- | INTENSIVE || '''huuyen'''<br>''in such a way, so, thus'' || '''huum'''<br>''at such a place'' || '''huuj'''<br>''at such a time'' || '''huunog''' ~ '''huugla'''<br>''so, to such an extend'' || '''huusav'''<br>''for such a reason''||'''huuxag'''<br>''so often'' |- | ABSOLUTE NEGATIVE || '''hyoyen'''<br>''in nowise whatever'' || '''hyom'''<br>''nowhere at all'' || '''hyoj'''<br>''never ever'' || '''hyonog''' ~ '''hyogla'''<br> ''not at all'' || '''hyosav'''<br>''for no reason whatever''||'''hyoxag'''<br>''never ever'' |- | DISTRIBUTIVE || '''hyayen'''<br>''totally, in every way'' || '''hyam'''<br>''everywhere'' || '''hyaj'''<br>''always'' || '''hyanog''' ~ '''hyagla'''<br>''totally'' || '''hyasav'''<br>''for every reason''||'''hyaxag'''<br>''always'' |- | INDETERMINATE || '''hyeyen'''<br>''anyway'' || '''hyem'''<br>''anywhere, wherever'' || '''hyej'''<br>''whenever'' || '''hyenog''' ~ '''hyegla'''<br>''however, to any degree'' || '''hyesav'''<br>''for whatever reason''||'''hyexag'''<br>''with whatever frequency'' |- | IDENTICAL || '''hyiyen<sup>3</sup> (hu)'''<br>''likewise, as, in the same way (that)'' || '''hyim'''<br>''at the same place'' || '''hyij'''<br>''at the same time'' || '''hyinog''' ~ '''hyigla''';<br>''as, to the same extent'' || '''hyisav'''<br>''for the same reason''||'''hyixag'''<br>''as often'' |- | NON-IDENTICAL || '''hyuyen<sup>4</sup>'''<br>''otherwise'' || '''hyum'''<br>''elsewhere'' || '''hyuj'''<br>''some other time'' || '''hyunog''' ~ '''hyugla'''<br>''not as'' || '''hyusav'''<br>''for some other reason''||'''hyuxag'''<br>''not as often'' |} : <small>Note 1: '''-nog''' and '''-gla''' forms are synonymous, insofar as expressions of degree are concerned.</small> : <small>Note 2 '''hoxag?''' and other frequency forms can be also expressed as '''hogla jodi?'''....''how many times''.</small> : <small>Note 3 '''hyi-''' can be substituted by '''gel-'''.</small> : <small>Note 4 '''hyu-''' can be substituted by '''ogel-'''.</small> : The longer, expanded forms of pro-adverbs can be used at any time. For example: ::* '''At egteato et <u>hejob</u>.'''....''I will see you again <u>sometime</u>.'' ::* '''<u>Duhasun</u> se eta dyun?'''....''<u>What</u> is your name?'' ::* '''Et yeyfe axler <u>hubyen</u>.'''....''You shouldn't act <u>that way</u>.'' : It should be noted that all of these pro-adverb determiners, unless used as nouns, such as in the sentence '''Iyt iyfe him.'''....''She likes this place (or) She likes it here.'', are really abbreviations of longer expressions with mostly the preposition '''be'''....''at''. For example, '''At tambeseya hum.''', meaning ''I used to live there.'' is ignoring the preposition '''be''' from the longer, more explicit version '''At tambeseya <u>be</u> hum.''', lit. ''I used to live <u>at</u> that-place''. The proper preposition must be explicitly present if something other than '''be'''....''at'' is meant. For example, ''<u>from</u> where?'' is expressed as '''<u>bi</u> hom?''' Similarly, ''<u>up until</u> then'' would be expressed as '''<u>byu</u> huj'''. : Here are some examples of how adverbial determiners are used: ::* '''<u>Duham</u> et tambese?'''....''<u>Where</u> do you live?''&nbsp;&nbsp; < &nbsp;&nbsp;'''Et tambese <u>be DUHAa neM</u>?'''....''You live <u>at what place</u>.'') ::* '''At tambese <u>hum</u>.'''....''I live <u>there</u>.'' ::* '''Et tambese <u>hum</u> hu ha mep uje.'''....''You live <u>where</u> the road ends.'' ::* '''<u>Duham</u> weti peye?'''....''<u>Where</u> are you guys going?'' ::* '''Et yafe per <u>hyem</u> hu et fu.'''....''You can go <u>anywhere</u> you want.'' ::* '''<u>Duham</u> et byise?'''....''<u>Where</u> are you from?'' (Lit: ''Where do you originate.'' ::* '''<u>Duhaj</u> et taja?'''....''<u>When</u> were you born?'' ::* '''At voy tajaya <u>huj</u>.'''....''I had not been born <u>then</u>.'' ::* '''Et yeyfe duder <u>hiiyen</u>.'''....''You should respond <u>in the following way</u>.'' ::* '''Ot voy yefe daler <u>huuyen</u>.'''....''One must not talk <u>in such a manner</u>.'' ::* '''Et pia <u>hesav</u>.'''....''He left <u>for some reason</u>.'' ::* '''<u>Duhayen</u> et iyfe hia vafil?'''....''<u>How</u> do like this wine?'' ::* '''Voy se fia axer <u>hiyen</u>.'''....''It is not good to act <u>this way</u>.'' ::* '''<u>Duhasav</u> et tadsa <u>huunog</u> jwa?'''....''<u>Why</u> did you marry <u>so</u> late?'' ::* '''Ha tob pia <u>hyosav</u>.'''....''The man left <u>for no reason</u>.'' ::* '''Hwat pia <u>hasav hu</u> it efa per hyum.'''....''The guy left <u>because( ~ [for] the reason that)</u> he needed to go elsewhere.'' : The different, somewhat confusing, meanings of ''how'' are illustrated here: ::* '''<u>Duhayen</u> wit xa hus?'''....''<u>How</u> did he do that?''.... (Equivalent to '''Be duha byen...?'''....''In what way...?'') (ADVERB OF MANNER) ::* '''<u>Duhayen</u> et xeye?'''....''<u>How</u> are you doing?''.... (This is the normal way of saying ''How are you?'' or ''How do you do?'' (ADVERB OF MANNER) ::* '''<u>Duhayena</u> sa ha dyezun?'''....'' <u>How</u> was the film?''.... (''How'' here is an ADJECTIVE OF KIND, and thus ends in '''-a'''.) ::* '''<u>Duhanog (= Duhagla)</u> aga it se?'''....''<u>How</u> big is he?''.... (ADVERB OF DEGREE) ::* '''<u>Huunog (= Huugla)</u> iyfla et se!'''....''<u>How</u> nice you are!''.... (ADVERB OF EMPHATIC DEGREE) : The conjunction ''as'' is expressed most often using pro-adverbs of manner: ::* '''Xu <u>hayen hu</u> at de.'''....''Do <u>as</u> I say.'' = (in) the way that... ::* '''Xu <u>hyiyen hu</u> (or '''gelyen hu''' or even '''gel''') at xe.'''....''Do <u>as</u> I do.'' = (in) the same way that... ::* '''Xu <u>hiiyen</u>:'''....''Do <u>as follows</u>:'' = (in) this hereby manner... : However, the particle '''gel''' (''like, as'') can be substituted: ::* '''Xu <u>gel</u> at de.'''....''Do <u>as</u> I say.'' : Many of the pro-adverb determiners in the above chart can be relativized by adding the relative marker '''hu''' after the base form, eg: ::* '''At teaso et <u>haj hu</u> et puo him.'''....''I will see you <u>when</u> you get here.'' ::* '''It xa has <u>hasav hu</u> tosa yefa.'''....''He did it <u>because (for the reason that)</u> he felt compelled.'' ::* '''<u>Hyem hu</u> et po, et so ga iva.'''....''<u>Wherever</u> you go, you'll be happier.'' : See more about this in the section on relative clauses under Verbs. === Quantitative Deictic Determiners === : The deictic prefixes can be combined with '''gla''' to form quantitative expressions acting as adverbial or adjectival determiners, and substantives (pronouns referring to things or people): :{| class="wikitable" style="background:lightyellow; font-size;smaller;" |+ Quantitative Deictic Determiners |- valign=top ! !! ADVERBIAL / ADJECTIVAL<br>DETERMINER !! INANIMATE SINGULAR<br>PRONOUN !! INANIMATE PLURAL <br>PRONOUN !! ANIMATE PLURAL<br>PRONOUN |- | INTERROGATIVE || '''duhagla?'''....''how?/how much?/how many?'' || '''duhaglas?'''....''how much?'' || '''duhaglasi?'''....''how many'' || '''duhaglati?'''....''how many (people)?'' |- | DEFINITE || '''hagla'''....''how/as much/as many'' || '''haglas'''....''as much'' || '''haglasi'''....''as many'' || '''haglati'''....''as many (people)'' |- | INDEFINITE || '''hegla'''....''somewhat/some/some'' || '''heglas'''....''some'' || '''heglasi'''....''some'' || '''heglati'''....''some (people)'' |- | NEGATIVE || '''hogla'''....''no'' || '''hoglas'''....''none of it'' || '''hoglasi'''....''none of them '' || '''hoglati'''....''none'' |- | PROXIMAL || '''higla'''....''this/this much/this many'' || '''higlas'''....''this much'' || '''higlasi'''....''this many'' || '''higlati'''....''this many (people)'' |- | DISTAL || '''hugla'''....''that/that much/that many'' || '''huglas'''....''that much'' || '''huglasi'''....''that many''<br>'''huyglasi'''....''so many'' || '''huglati'''....''that many (people)'' |- | EMPHATIC || '''huugla'''....''so very, so much, so many'' || '''huuglas'''....''so much'' || '''huuglasi'''....''so many'' || '''huuglati'''....''so many (people)'' |- | ABSOLUTE NEGATIVE || '''hyogla'''....''not at all/no/no'' || '''hyoglas'''....''none of it whatever'' || '''hyoglasi'''....''none of them at all'' || '''hyoglati'''....''none whatever'' |- | DISTRIBUTIVE || '''hyagla'''....''totally/all/all'' || '''hyaglas'''....''all of it'' || '''hyaglasi'''....''all of them'' || '''hyaglati'''....''all'' |- | INDETERMINATE || '''hyegla'''....''however/any/any'' || '''hyeglas'''....''any of it'' || '''hyeglasi'''....''any of them'' || '''hyeglati'''....''any number of them'' |- | IDENTICAL || '''hyigla'''....''as/as much/as many, equally'' || '''hyiglas'''....''the same amount'' || '''hyiglasi'''....''the same number'' || '''hyiglati'''....''as many (people)'' |- | NON-IDENTICAL || '''hyugla'''....''not as much/not as much/not as many'' || '''hyuglas'''....''a different amount'' || '''hyuglasi'''....''a different number of things'' || '''hyuglati'''....''a different number of people'' |} : Here are some examples showing how these quantitative determiners are used: ::* '''Et deuze <u>huugla</u> fi.'''....''You sing <u>so</u> well.'' ::* '''At se <u>hegla</u> booka.'''....''I am <u>somewhat</u> tired.'' ::* '''<u>Hogla</u> pati et teata hijub?'''....''<u>How many</u> birds did you see today?'' ::* '''At teata vyavay <u>hugla</u> tami.'''....''I saw exactly <u>that many</u> houses.'' ::* '''Iyt fe <u>hyiglas</u> vyel et.'''....''She wants <u>the same amount</u> as you.'' ::* '''<u>Duhaglati</u> yantexe yet?'''....''<u>How many (people)</u> agree with you?'' ::* '''<u>Hoglati</u> yantexe.'''....''<u>None</u> agree.'' ::* '''Yit fu <u>heglasi</u>.'''....''They would like <u>some (of them)</u>.'' ::* '''Et yafe bier <u>hyeglasi</u> et fe.'''....''You can take <u>however many</u> you want.'' ::* '''At se <u>huugla</u> booka.'''....''I am <u>so</u> tired.'' : NOTE: The following determiners are synonymous and interchangeable: ::* '''hegla''' = '''gle''' = '''henog''' (''somewhat, to some degree'') ::* '''hyigla''' = '''ge''' = '''hyinog''' (''as, equally, to the same degree'') : The determiners '''hogla''' and '''huugla''' can be used as exclamatory adverbs, eg.: ::* '''<u>Hogla</u> et agsaye!'''....''<u>How</u> you have grown!'' ::* '''Hua twob jagsaye <u>huugla</u>!'''....''That man has aged <u>so much</u>!'' ::* '''Hia jotul se <u>huugla</u> fiteluza!'''....''This dessert is <u>sooo</u> delicious!'' :: '''''Pronominal Determiners''''' : For a discussion of '''''pronominal determiners''''' (or '''''possessive adjectives''''') like ''my, mine, yours, our own, etc.'', see [[Mirad_Grammar/Pronouns#Pronominal Determiners|Pronominal Determiners]] under Pronouns. <noinclude>{{Chapter navigation with TOC|Adverbs|Pronouns}}</noinclude> == Pronominal Determiners == : Pronominal Determiners are what are more often called '''''possessive adjectives''''' such as ''my'' or ''your'' and are discussed in a subsection of [[Mirad Grammar/Pronouns#Pronominal Determiners|Pronouns]]. == Quantitative Determiners == : '''''Quantitative determiners''''' act in one of several ways, they: ::* specify mass, uncountable, singular nouns for relative AMOUNT, eg. ''much happiness, less work'' ::* specify countable nouns for relative NUMBER, eg. ''one apple, two birds, many places'' ::* specify adverbs, adjectives, and verbs for relative DEGREE, eg. ''how poorly, very good, eat too much''. : From these, pronominalized quantitative determiners for PERSONS and THINGS can be derived. ::* Inanimate singular pronouns are formed by adding '''s''' for AN AMOUNT OF A THING ::* Inanimate plural pronouns are formed by adding '''si''' for A NUMBER OF THINGS ::* Animate plural pronouns are formed by adding '''ti''' for A NUMBER OF PERSONS. : The following table presents most of these word forms: {| class="wikitable" style="background:lightyellow; margin-left:1.6em; font-size:smaller;" |+ Quantitative Determiners |- ! ADVERB / ADJECTIVE !! SINGULAR INANIMATE PRONOUN !! PLURAL INANIMATE PRONOUN !! PLURAL ANIMATE PRONOUN |- ! DEGREE: How...(big / quickly)?<br>AMOUNT: How much...(money)?<br>NUMBER: How many...(books)? !! AMOUNT: How much...(+ STUFF)? !! NUMBER: How many...(+ THINGS)? !! NUMBER: How many...(+ PEOPLE)? |- | '''ga'''....''more'' || '''gas'''....''more (stuff)'' || '''gasi'''....''many (things)'' || '''gati'''....''many (people)'' |- | '''ge'''....''as, as much, as many'' || '''ges'''....''as much (stuff)'' || '''gesi'''....''as many (things)'' || '''geti'''....''as many people'' |- | '''go'''....''less, fewer'' || '''gos'''....''less (stuff)'' || '''gosi'''....''fewer (things)'' || '''goti'''....''fewer (people)'' |- ! !! !! !! |- | '''gla'''....''very, much, many''<br>'''glay'''....''so, so much, so many'' || '''glas'''....''much (stuff)''<br>'''glays'''....''so much stuff'') || '''glasi'''....''many (things)''<br>'''glaysi'''....''so many (things)'' || '''glati'''....''many (people)''<br>'''glayti'''....''so many (people)'' |- | '''gle'''....''rather, quite a lot, quite a few'' || '''gles'''....''quite a lot (of stuff)'' || '''glesi'''....''quite a lot (of things)'' || '''gleti'''....''quite a few (people)'' |- | '''glo'''....''slightly, a little, few'' || '''glos'''....''a little bit'' || '''glosi'''....''a few (things)'' || '''gloti'''....''few (people)'' |- ! !! !! !! |- | '''gra'''....''too, too much, too many'' || '''gras'''....''too much (stuff)'' || '''grasi'''....''too many (things)'' || '''grati'''....''too many (people)'' |- | '''gre'''....''enough'' || '''gres'''....''enough (stuff)'' || '''gresi'''....''enough (things)'' || '''greti'''....''enough (people)'' |- | '''gro'''....''insufficiently, too little, too few'' || '''gros'''....''too little'' || '''grosi'''....''too few'' || '''groti'''....''too few (people)'' |- ! !! !! !! |- | '''gwa'''....''most'' || '''gwas'''....''the most (stuff)'' || '''gwasi'''....''the most (things)'' || '''gwati'''....''most people'' |- | '''gwe'''....''just so (much/many)'' || '''gwes'''....''just so much'' || '''gwesi'''....''just so many'' || '''gweti'''....''just so many (people)'' |- | '''gwo'''....''least'' || '''gwos'''....''the least (stuff)'' || '''gwosi'''....''the least (number of)'' || '''gwoti'''....''the least number (of people)'' |} : Examples Using Quantitative Determiners :: Adverbs of degree modifying an adjective: :::* '''At se <u>gla</u> iva.'''....''I am <u>very</u> happy.'' :::* '''Et sa <u>gra</u> uga.'''....''You were <u>too</u> slow.'' :: Adverbs of Degree modifying another adverb: :::* '''Twobi dale <u>ge</u> igay vyel toybi.'''....''Men talk <u>as</u> fast as women.'' :::* '''Yat yexe <u>ga igay</u> vyel yet.'''....''We work faster (= <u>more quickly</u>) than you.'' :: Adjectives quantifying a singular mass noun: :::* '''<u>Ga</u> nas efwo.'''....''<u>More</u> money will be needed.'' :::* '''<u>Gra</u> nas noxwa.'''....''<u>Too much</u> money was spent.'' :: Adjectives quantifying a plural countable noun (= things or people): :::* '''At ayse <u>gro</u> sari.'''....''I've got <u>too few</u> tools.'' :::* '''<u>Gla</u> tami osexwa.'''....''<u>Many</u> houses were destroyed.'' :::* '''Yat efe <u>gla ga</u> valkdibuti.'''....''We need <u>many more</u> policemen.'' :: Pronouns referring to a mass amount of something (= stuff): :::* '''<u>Gas</u> ilokeye.'''....''<u>More (stuff)</u> is leaking.'' :::* '''Et dileye <u>gras</u>.'''....''You are asking for <u>too much (stuff)</u>.'' :::* '''Yat kexo <u>gwas</u>.'''....''We will seek <u>as much (stuff) as possible</u>.'' :::* '''At iba <u>gwes</u>.'''....''I received <u>just the right amount.</u>'' :: Pronouns referring to a countable number of things: :::* '''Hisi se fia oy yat fe <u>gasi</u>.'''....''These (items) are good but we want <u>more (items)</u>.'' :::* '''At teate drilari oy <u>grosi</u>.'''....''I see pens, but <u>too few</u>.'' :: Pronouns referring to a countable number of people: :::* '''<u>Grati</u> xaye vyoki be hia yexem.'''....''<u>Too many (people)</u> have made mistakes at this work site.'' :::* '''<u>Glati</u> dyunwe oy <u>gloti</u> kexbiwe.'''....''<u>Many</u> are called but <u>few</u> are chosen.'' == Numerical Determiners == : Numerical determiners are number words that modify nouns, such as ''one'', ''fifty'', ''a hundred''. They are based on the cardinal numbers, which are explained here: === Cardinal Numerals === : The cardinal numerals are words used in counting. These words are based on the vowels of Mirad and are crucial to any hierarchical or scalar ordering of lexical concepts. :* The unit cardinal numbers are formed from the plain and pre-'''y'''-glided vowels: :::{| class="wikitable" style="background:lightyellow; text-align:center" |+ Unit Cardinal Numbers |- ! 0 !! 1 !! 2 !! 3 !! 4 !! 5 !! 6 !! 7 !! 8 !! 9 |- | '''o''' || '''a''' || '''e''' || '''i''' || '''u''' || '''yo''' || '''ya''' || '''ye''' || '''yi''' || '''yu''' |- | ''zero'' || ''one'' || ''two'' || ''three'' || ''four'' || ''five'' || ''six'' || ''seven'' || ''eight'' || ''nine'' |} :: The cardinal numerals 5-9 are pre-y-glided versions of the vowels that constitute 0-4. ==== Ordinal Vowels ==== ::* The cardinal numerals are used as '''''ordinal vowels''''' in word-building. An example is the word '''mer''' (''planet''). Here, the cardinal numbers are added as a secondary ordinal vowel to the stem vowel to create the names of the planets in our solar system: :::{| class="wikitable" style="background:lightyellow" |+ Planet names |- ! MONTH !! ORDINAL VOWEL....NUMERIC VALUE |- | '''me<u>a</u>r'''....''Mercury'' || '''a'''....1 |- | '''me<u>e</u>r'''....''Venus'' || '''e'''....2 |- | '''me<u>i</u>r'''....''Earth'' || '''i'''....3 |- | '''me<u>u</u>r'''....''Mars'' || '''u'''....4 |- | '''me<u>yo</u>r'''....''Jupiter'' || '''yo'''....5 |- | '''me<u>ya</u>r'''....''Saturn'' || '''ya'''....6 |- | '''me<u>ye</u>r'''....''Uranus'' || '''ye'''....7 |- | '''me<u>yi</u>r'''....''Pluto'' || '''yi'''....8 |} ::(See more on this in the section on [[Mirad Grammar/Vocabulary Formation|Vocabulary Formation]]. ::* The cardinal numerals are also used in counting, for example, at a sports countdown. ::* The cardinal numerals are employed in reciting telephone numbers and addresses, for example: ::: '''Ata yibdalar sag se 703-842-6190 (pronounced: ye-o-i-yi-u-e-ya-a-yu-o).'''....''My telephone number is...''. ::: '''At tambese 114 Maple Street.''' (pronouned: '''a-a-u''' Maple Street) ::* They are further used in mathematical operations. For example: ::: '''E gab e se u.'''....''Two plus two is four.'' ==== Units ==== :: To make the unit numerals more understandable in contexts such as counting, arithmetic, and telephone communications, the unit formant '''wa''' is added to them. The '''wa''' formant is added only when the unit numbers stand alone, not in conjunction with higher numerals, such as the teens, hundreds, etc. More importantly, the numbers 0-9, when used as '''''adjectival numerical determiners''''' modifying nouns, MUST take this '''wa''' formant (see the section below on [[Mirad Grammar/Determiners#Integral Numerical Determiners|Integral Numerical Determiners]]. :::{| class="wikitable" style="background:lightyellow" |+ Unit Numerals with '''wa''' Formant |- ! 0 !! 1 !! 2 !! 3 !! 4 !! 5 !! 6 !! 7 !! 8 !! 9 |- | '''owa''' || '''awa''' || '''ewa''' || '''iwa''' || '''uwa''' || '''yowa''' || '''yawa''' || '''yewa''' || '''yiwa''' || '''yuwa''' |- | ''zero'' || ''one'' || ''two'' || ''three'' || ''four'' || ''five'' || ''six'' || ''seven'' || ''eight'' || ''nine'' |} : Examples: :::* '''Ata kosag se "awa yowa ewa yiwa".'''....''My code is "one five two eight".'' :::* '''<u>Uwa</u> tami.'''....''<u>Four</u> houses.'' :::* '''At bee <u>yuwa</u> tudi.'''....''I have <u>nine</u> children.'' :::* '''Iyt bee <u>owa</u> tud.'''....''She has <u>no (=zero)</u> children (=child).'' ==== Decades ==== ::* The decade formant '''-l-''' is used to form the '''''decades'''''. Followed by '''-o'''....''zero'', we have the base decade numbers: :::{| class="wikitable" style="background:lightyellow" |+ Decades with the -l- Formant |- ! 10 !! 20 !! 30 !! 40 !! 50 !! 60 !! 70 !! 80 !! 90 |- | '''alo''' || '''elo''' || '''ilo''' || '''ulo''' || '''yolo''' || '''yalo''' || '''yelo''' || '''yilo''' || '''yulo''' |- | ''ten'' || ''twenty'' || ''thirty'' || ''forty'' || ''fifty'' || ''sixty'' || ''seventy'' || ''eighty'' || ''ninety'' |} ::: By changing the '''o'''....''zero'' in '''lo''' to other cardinal unit numerals, the numerals within decades can be generated as follows: :::{| class="wikitable" style="background:lightyellow" |+ Decadal Counting |- | '''ala'''....''11'' || '''ela'''....''21'' || '''ila'''....''31'' || '''ula'''....''41'' || '''yola'''....''51'' || '''yala'''....''61'' || '''yela'''....''71'' || '''yila'''....''81'' || '''yula'''....''91'' |- | '''ale'''....''12'' || '''ele'''....''22'' || '''ile'''....''32'' || '''ule'''....''42'' || '''yole'''....''52'' || '''yale'''....''62'' || '''yele'''....''72'' || '''yile'''....''82'' || '''yule'''....''92'' |- | ... || ... || ... || ... || ... || ... || ... || ... || ... |- | '''alyu'''....''19'' || '''elyu'''....''29'' || '''ilyu'''....''39'' || '''ulyu'''....''49'' || '''yolyu'''....''59'' || '''yalyu'''....''69'' || '''yelyu'''....''79'' || '''yilyu'''....''89'' || '''yulyu'''....''99'' |} ==== Hundreds ==== ::* By adding the hundreds formant '''s''', you get the '''''hundreds''''': :::{| class="wikitable" style="background:lightyellow" |+ Hundreds with the -s- Formant |- ! 100 !! 200 !! 300 !! 400 !! 500 !! 600 !! 700 !! 800 !! 900 |- | '''aso''' || '''eso''' || '''iso''' || '''uso''' || '''yoso''' || '''yaso''' || '''yeso''' || '''yiso''' || '''yuso''' |} ::: All the numerals in-between the hundreds, can be generated by modifying the '''so''' ending, for example: :::* '''asa'''....''101'' :::* '''asale'''....''112'' :::* '''usyulyu'''....''599'' ==== Thousands ==== ::* The '''''thousands''''' are generated with the formant '''r''': : :: Note: The number categories starting with the thousands on up end in '''-o''' and are separated from the rest of a number by a space. :::{| class="wikitable" style="background:lightyellow" |+ Thousands |- ! 1000 !! 2000 !! 3000 !! 4000 !! 5000 !! 6000 !! 7000 !! 8000 !! 9000 |- | '''aro''' || '''ero''' || '''iro''' || '''uro''' || '''yoro''' || '''yaro''' || '''yero''' || '''yiro''' || '''yuro''' |} :::* '''aro'''....''1,000'' :::* '''aro a'''....''1,001'' :::* '''ero isi'''....''2,300'' :::* '''yoro yasula'''....''5,641'' ==== Millions ==== ::* The '''''millions''''' are generated with the formant '''ml''': :::{| class="wikitable" style="background:lightyellow" |+ Millions with the -ml- Formant |- ! 1000,000 !! 2000,000 !! 3000,000 !! 4000,000 !! 5000,000 !! 6000,000 !! 7000,000 !! 8000,000 !! 9000,000 |- | '''amlo''' || '''emlo''' || '''imlo''' || '''umlo''' || '''yomlo''' || '''yamlo''' || '''yemlo''' || '''yimlo''' || '''yumlo''' |} :::* '''emlo yala'''....''2,000,051'' :::* '''umlo esu'''....''4,000,204'' ==== Billions ==== ::* The '''''billions''''' are generated with the formant '''mr'''; :::{| class="wikitable" style="background:lightyellow" |+ Billions |- ! 1000,000,0000 !! 2000,000,0000 !! 3000,000,0000 !! 4000,000,0000 !! 5000,000,0000 !! 6000,000,0000 !! 7000,000,0000 !! 8000,000,0000 !! 9000,000,0000 |- | '''amro''' || '''emro''' || '''imro''' || '''umro''' || '''yomro''' || '''yamro''' || '''yemro''' || '''yimro''' || '''yumro''' |} :::* '''imro emlo yoro asyula'''....''three billion, two million, five thousand, one hundred fifty one'' :::* '''iro asyulyo'''....''3,195'' :::* '''yamlo asyulyo'''....''6,000,195'' :::* '''alomro yelyomlo asyilyaro yusele'''....''10,075,186,922'' ==== Trillions etc. ==== : The '''''trillions''''' are generated with the word '''garale''', which means ''10 to the positive power of 12 or 10<sup>+10</sup>.'' : The '''''trillionths''''' are generated with the word '''gorale''', which means ''10 to the negative power of 12 or 10<sup>-10</sup>.'' ::* '''iwa garale aoti'''....''three trillion people'' ::* '''uwa goraleni bi ha mor'''....''three trillionths of the universe'' : Even higher numbers are shown in the chart in the next section. === Overall Numbers Chart === : The following chart shows the entire Mirad number scheme: : <table style="border-collapse: collapse; min-width: 100%;"><tr><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 70px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">RADICAL</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;">CARDINAL ADJECTIVE</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 70px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">MULTIPLE<br>PREFIX</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 81px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">ORDINAL ADJECTIVE</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 67px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">MULTIPLE</span></div><div><span style="font-size: 11px; line-height: 15px;">ENTITY</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 78px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">MULTIPLE</span></div><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">PERSON</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 75px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">MULTIPLE</span></div><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">ADJECTIVE</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 84px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">MULTIPLE</span></div><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">VERB</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 92px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">FRACTION</span></div><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">NOUN</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 74px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">FRACTION</span></div><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">PREFIX</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 82px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">FRACTION</span></div><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">ADJECTIVE</span></div></td><td style="background-color: rgb(234, 234, 234); border: 1px solid rgb(187, 187, 187); width: 79px; padding: 8px;"><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">FRACTION</span></div><div><span style="background-color: rgb(234, 234, 234); font-size: 8pt;">VERB</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">o</span></div><div><span style="font-size: 8pt; font-style: italic;">zero</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">owa</span></div><div><span style="font-size: 8pt; font-style: italic;">zero</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">on</span><span style="font-size: 8pt; font-style: italic;">-</span></div><div><span style="font-size: 8pt; font-style: italic;">null-, non-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">oa</span></div><div><span style="font-size: 8pt; font-style: italic;">zeroth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">oon</span></div><div><span style="font-size: 8pt; font-style: italic;">nonentry</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">o</span><span style="font-size: 8pt; font-weight: bold;">o</span><span style="font-size: 8pt; font-weight: bold;">t</span></div><div><span style="font-size: 8pt; font-style: italic;">nonperson</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">onxer</span></div><div><span style="font-size: 8pt; font-style: italic;">nullify</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><span style="font-size: 8pt;"><br/></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><br/></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">a</span></div><div><span style="font-size: 8pt; font-style: italic;">one</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">awa</span></div><div><span style="font-size: 8pt; font-style: italic;">one</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">an</span><span style="font-size: 8pt; font-style: italic;">-</span></div><div><span style="font-size: 8pt; font-style: italic;">uni-,</span></div><div><span style="font-size: 8pt; font-style: italic;">mono-</span></div><div><span style="font-size: 8pt; font-style: italic;">haplo-,</span></div><div><span style="font-size: 8pt; font-style: italic;">singul-</span></div><div><span style="font-size: 8pt; font-style: italic;">solo-, one-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt; font-style: italic; font-weight: bold;">aa</span></div><div><span style="font-size: 8pt; font-style: italic;">first, </span></div><div><span style="font-size: 8pt; font-style: italic;">primary</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">aon</span></div><div><span style="font-size: 8pt; font-style: italic;">unit,</span></div><div><span style="font-size: 8pt; font-style: italic;">monad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">aot</span></div><div><span style="font-size: 8pt; font-style: italic;">individual</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">aona</span></div><div><span style="font-size: 8pt; font-style: italic;">unitary,</span></div><div><span style="font-size: 8pt; font-style: italic;">haplo-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">aonxer</span></div><div><span style="font-size: 8pt; font-style: italic;">unify</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><span style="font-weight: bold; font-size: 8pt;">ayn</span></div><div><span style="font-style: italic; font-size: 8pt;">whole</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">ayn</span><span style="font-size: 8pt; font-style: italic;">-</span></div><div><span style="font-size: 8pt; font-style: italic;">holo-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">ayna</span></div><div><span style="font-size: 8pt; font-style: italic;">whole</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt; font-style: bold;">aynxer</span></div><div><span style="font-size: 8pt; font-style: italic;">integrate</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>e</b></span></div><div><span style="font-size: 8pt; font-style: italic;">two</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ewa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">two</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>en</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">di-, du-,bi-, bin-, bis-, dupli-, diplo-</span></div><div><span style="font-size: 8pt; font-style: italic;">dis-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ea</b></span></div><div><span style="font-size: 8pt; font-style: italic;">second</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>eon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">pair,</span></div><div><span style="font-size: 8pt; font-style: italic;">dyad,</span></div><div><span style="font-size: 8pt; font-style: italic;">duplex</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>eot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">couple, </span></div><div><span style="font-size: 8pt; font-style: italic;">duo,</span></div><div><span style="font-size: 8pt; font-style: italic;">twin</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>eona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">double,</span></div><div><span style="font-size: 8pt; font-style: italic;">two-fold,</span></div><div><span style="font-size: 8pt; font-style: italic;">binary</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>eonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">double, duplicate</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">eyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">half</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;">eyn<i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">semi-, </span></div><div><span style="font-size: 8pt; font-style: italic;">demi-, </span></div><div><span style="font-size: 8pt; font-style: italic;">half-. </span></div><div><span style="font-size: 8pt; font-style: italic;">hemi-</span></div><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>eyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">half</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>eynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">halve,</span></div><div><span style="font-size: 8pt; font-style: italic;">cut in two</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;">i</span></div><div><span style="font-size: 8pt; font-style: italic;">three</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>iwa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">three</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>in</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">tri-, triplo-, tris-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ia</b></span></div><div><span style="font-size: 8pt; font-style: italic;">third,</span></div><div><span style="font-size: 8pt; font-style: italic;">terciary</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ion</b></span></div><div><span style="font-size: 8pt; font-style: italic;">triple,</span></div><div><span style="font-size: 8pt; font-style: italic;">triad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>iot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">trio,</span></div><div><span style="font-size: 8pt; font-style: italic;">threesome, triplet</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>iona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">triple,</span></div><div><span style="font-size: 8pt; font-style: italic;">three-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ionxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">triple, triplicate</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">iyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">third</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>iyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">terci-,</span></div><div><span style="font-size: 8pt; font-style: italic;">trient-</span></div><div><span style="font-size: 8pt; font-style: italic;">ter-, tern-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>iyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">third</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>iynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut three way</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>u</b></span></div><div><span style="font-size: 8pt; font-style: italic;">four</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uwa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">four</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>un</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">quadri-,</span></div><div><span style="font-size: 8pt; font-style: italic;">tetra-, tetraplo-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ua</b></span></div><div><span style="font-size: 8pt; font-style: italic;">fourth, quaternary</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quartet,</span></div><div><span style="font-size: 8pt; font-style: italic;">tetrad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quartet, foursome, quadruplet</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">four-fold,</span></div><div><span style="font-size: 11px; line-height: 15px; font-style: italic;">quadruple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quadruple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">uyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">quarter, fourth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">quater-, quadrant-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quarter</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>uynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quarter,</span></div><div><span style="font-size: 8pt; font-style: italic;">cut four ways</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yo</b></span></div><div><span style="font-size: 8pt; font-style: italic;">five</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yowa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">five</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoon</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">quinti-</span></div><div><span style="font-size: 8pt; font-style: italic;">penta-, pentaplo-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">fifth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quintet,</span></div><div><span style="font-size: 8pt; font-style: italic;">pentad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quintet</span></div><div><span style="font-size: 8pt; font-style: italic;">fivesome, quintuplet</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">five-fold, </span></div><div><span style="font-size: 8pt; font-style: italic;">quintuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quintuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">yoyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">fifth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">quinti-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">fifth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yoynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut five ways</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ya</b></span></div><div><span style="font-size: 8pt; font-style: italic;">six</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yawa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">six</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yaon</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">sexa-</span></div><div><span style="font-size: 8pt; font-style: italic;">hexa-</span></div><div><span style="font-size: 8pt; font-style: italic;">hexaplo-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yaa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">sixth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yaon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">sextet,</span></div><div><span style="font-size: 8pt; font-style: italic;">hexad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yaot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">sextet,</span></div><div><span style="font-size: 8pt; font-style: italic;">sextuple, sextuplet</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yaona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">six-fold, sextant-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yaonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">sextuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">yayn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">sixth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yayn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">sextant-, sext-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yayna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">sixth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yaynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut six ways</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ye</b></span></div><div><span style="font-size: 8pt; font-style: italic;">seven</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yewa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">seven</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeon</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">septa-,</span></div><div><span style="font-size: 8pt; font-style: italic;">hepta-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yea</b></span></div><div><span style="font-size: 8pt; font-style: italic;">seventh</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">septet,</span></div><div><span style="font-size: 8pt; font-style: italic;">hectad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">septet,</span></div><div><span style="font-size: 8pt; font-style: italic;">septuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">seven-fold</span></div><div><span style="font-size: 8pt; font-style: italic;">septuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">septuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">yeyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">seventh</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">septant-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">seventh</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yeynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut seven ways</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yi</b></span></div><div><span style="font-size: 8pt; font-style: italic;">eight</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yiwa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">eight</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yion</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">octi-,</span></div><div><span style="font-size: 8pt; font-style: italic;">octa-, octaplo-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yia</b></span></div><div><span style="font-size: 8pt; font-style: italic;">eighth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yion</b></span></div><div><span style="font-size: 8pt; font-style: italic;">octet,</span></div><div><span style="font-size: 8pt; font-style: italic;">octad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yiot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">octet,</span></div><div><span style="font-size: 8pt; font-style: italic;">octuplet, octuplet</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yiona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">eight-fold, octuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yionxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">octuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">yiyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">eighth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yiyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">octant-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yiyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">eighth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yiynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut eight ways</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yu</b></span></div><div><span style="font-size: 8pt; font-style: italic;">nine</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuva</b></span></div><div><span style="font-size: 8pt; font-style: italic;">nine</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuon</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">novi-</span></div><div><span style="font-size: 8pt; font-style: italic;">nona-, enneaplo-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yua</b></span></div><div><span style="font-size: 8pt; font-style: italic;">ninth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">nonad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">nonet, nonuplet</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">nine-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">nonuple</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">yuyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">ninth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">nonant-</span></div><div><span style="font-size: 8pt; font-style: italic;">novi-</span></div><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">ninth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>yuynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut nine ways</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><i>-</i><b>l</b><i>-</i></span></div><div><span style="font-size: 11px; line-height: 15px; font-style: italic;">tens</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>alo</b></span></div><div><span style="font-size: 8pt; font-style: italic;">ten</span></div><div><span style="font-size: 11px; line-height: 15px;"><b>gara</b></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>alon</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">deci-</span></div><div><span style="font-size: 8pt; font-style: italic;">deca-</span></div><div><span style="font-size: 8pt;"><b>gara</b><i>-</i></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aloa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">tenth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>alon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">decade</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>alot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">group of ten,decimvirate</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>alona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">ten-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>alonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">multiply</span></div><div><span style="font-size: 8pt; font-style: italic;">by ten</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">aloyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">tenth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aloyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">deci-</span></div><div><span style="font-size: 11px; line-height: 15px;"><b>gora</b><i>-</i></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aloyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">tenth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aloynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">decimate</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt; font-style: italic;">-s-</span></div><div><span style="font-size: 11px; line-height: 15px; font-style: italic;">hundreds</span></div><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aso</b></span></div><div><span style="font-size: 8pt; font-style: italic;">hundred</span></div><div><span style="font-size: 8pt;"><b>gare</b></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ason</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">hecto-</span></div><div><span style="font-size: 8pt;"><b>gare</b><i>-</i></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>asoa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">hundred</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>ason</b></span></div><div><span style="font-size: 8pt; font-style: italic;">century,</span></div><div><span style="font-size: 8pt; font-style: italic;">hundred-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>asot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">hectad,</span></div><div><span style="font-size: 8pt; font-style: italic;">group of</span></div><div><span style="font-size: 8pt; font-style: italic;">a hundred</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>asona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">hundred-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>asonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">multiply by a hundred</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">aoyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">cent, percent</span></div><div><span style="font-style: italic; font-size: 8pt;">hundredth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>asoyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">centi-</span></div><div><span style="font-size: 8pt;"><b>gore</b><i>-</i></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>asoyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">hundredth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>asoynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut into hundredths</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><i>-</i><b>r-</b></span></div><div><span style="font-size: 8pt; font-style: italic;">thousands</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aro</b></span></div><div><span style="font-size: 8pt; font-style: italic;">thousand</span></div><div><span style="font-size: 8pt; font-style: italic;"><br/></span></div><div><span style="font-size: 8pt;"><b>gari</b></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aron</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">kilo-,</span></div><div><span style="font-size: 8pt;"><b>gari</b><i>-</i></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aroa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">thousandth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aron</b></span></div><div><span style="font-size: 8pt; font-style: italic;">millennium,</span></div><div><span style="font-size: 8pt; font-style: italic;">thousand-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>arot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">group of a thousand</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>arona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">thousand-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aronxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">multiply by a thousand</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">aroyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">thousanth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aroyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">milli-</span></div><div><span style="font-size: 8pt;"><b>gori</b><i>-</i></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aroyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">thousanth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>aroynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut into thousanths</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><i>-</i><b>ml</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">millions</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amlo</b></span></div><div><span style="font-size: 8pt; font-style: italic;">million</span></div><div><span style="font-size: 8pt;"><b>garya</b></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amlon</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">mega-</span></div><div><span style="font-size: 8pt;"><b><i>garya</i></b>-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amloa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">millionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amlon</b></span></div><div><span style="font-size: 8pt; font-style: italic;">million-fold,</span></div><div><span style="font-size: 8pt; font-style: italic;">myriad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amlot</b></span></div><div><span style="font-size: 11px; line-height: 15px; font-style: italic;">myriad</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amlona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">million-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amlonxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">multiply by a million</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">amloyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">millionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amloyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">micro-</span></div><div><span style="font-size: 8pt;"><b>gorya</b></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amloyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">millionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amsoynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut into millionths</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><i>-</i><b>mr</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">billions</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amro</b></span></div><div><span style="font-size: 8pt; font-style: italic;">billion</span></div><div><span style="font-size: 8pt;"><b>garyu</b></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amro</b><i>-</i></span></div><div><span style="font-size: 11px; line-height: 15px; font-style: italic;">giga-</span></div><div><span style="font-size: 11px; line-height: 15px;"><b>garyu</b><i>-</i></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amroa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">billionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amron</b></span></div><div><span style="font-size: 8pt; font-style: italic;">billiion-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amrot</b></span></div><div><span style="font-size: 8pt; font-style: italic;">group of a billion people</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amrona</b></span></div><div><span style="font-size: 8pt; font-style: italic;">billion-fold</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amronxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">multiply by a billion</span></div><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><b><span style="font-size: 8pt;">amsoyn</span></b></div><div><span style="font-style: italic; font-size: 8pt;">billionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amroyn</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">peta-</span></div><div><span style="font-size: 8pt;"><b>goryu</b></span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amroyna</b></span></div><div><span style="font-size: 8pt; font-style: italic;">billionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><span style="font-size: 8pt;"><b>amroynxer</b></span></div><div><span style="font-size: 8pt; font-style: italic;">cut into billionths</span></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garale</b></span></div><div><span style="font-size: 8pt; font-style: italic;">trillion</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garale</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">tera-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garalea</b></span></div><div><span style="font-size: 8pt; font-style: italic;">trillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><br/></div><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><span style="font-size: 8pt;"><b>goralen</b></span></div><div><span style="font-size: 8pt;">a trillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>gorale</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">pico-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><br/></div><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><br/></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garalyo</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quadrillion</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>galalyo</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">peta</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garalyoa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quadrillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"><div><br/></div><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><span style="font-size: 8pt;"><b>goralyon</b></span></div><div><span style="font-size: 8pt;">a quadrillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>goralyo</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">femto-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><br/></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garalyi</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quintillion</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garalyi</b><i>-</i></span></div><div><span style="font-size: 11px; line-height: 15px; font-style: italic;">exa-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt; font-style: italic;"><b>garalyia</b></span></div><div><span style="font-size: 8pt; font-style: italic;">quintillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><span style="font-size: 8pt;"><b>goralyin</b></span></div><div><span style="font-size: 8pt;">a quintillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>goralyi</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">atto-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><br/></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garela</b></span></div><div><span style="font-size: 8pt; font-style: italic;">sextillion</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garela</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">zetta</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garelaa</b></span></div><div><span style="font-size: 8pt; font-style: italic;">sextillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><span style="font-size: 8pt;"><b>gorelan</b></span></div><div><span style="font-size: 8pt;">a sextillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>gorela</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">zepto-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><br/></div></td></tr><tr><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garelu</b></span></div><div><span style="font-size: 8pt; font-style: italic;">septiliion</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 70px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garelu</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">yotta</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 81px; padding: 8px;"><div><span style="font-size: 8pt;"><b>garelua</b></span></div><div><span style="font-size: 8pt; font-style: italic;">septillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 67px; padding: 8px;"></td><td style="border: 1px solid rgb(204, 204, 204); width: 78px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 75px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 84px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 92px; padding: 8px;"><div><span style="font-size: 8pt;"><b>gorelun</b></span></div><div><span style="font-size: 8pt;">a septillionth</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 74px; padding: 8px;"><div><span style="font-size: 8pt;"><b>gorelu</b><i>-</i></span></div><div><span style="font-size: 8pt; font-style: italic;">yocto-</span></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 82px; padding: 8px;"><div><br/></div></td><td style="border: 1px solid rgb(204, 204, 204); width: 79px; padding: 8px;"><div><br/></div></td></tr></table> === Integral Numerical Determiners === : Integral Numerical Determiners are adjectives based on whole numerals that modify a following noun. : The unit integral numerals are combined with the formant '''wa''' to form the first ten numerical determiners that are used to quantify a noun. The noun following the numerical determiner is plural if the number is greater than one. The '''wa''' formant is used on unit numerals when they are stand-alone, not when they are part of a larger number. Unlike English, "zero" is followed by a singular noun. ::{| class="wikitable" style="background:lightyellow" |+ Unit Integral Numerical Determiners |- ! '''owa tam''' !! '''awa tam''' !! '''ewa tami''' !! '''iwa tami''' !! '''uwa tami''' |- | ''no/zero houses'' || ''one house'' || ''two houses'' || ''three houses'' || ''four houses'' |- ! '''yowa tami''' !! '''yawa tami''' !! '''yewa tami''' !! '''yiwa tami''' !! '''yuwa tami''' |- | ''five houses'' || ''six houses'' || ''seven houses'' || ''eight houses'' || ''nine houses'' |} :: In a sequence of noun modifiers, the numerical determiner goes in the same place as in English, eg: ::* '''Ata <u>iwa</u> gajaga twidi...'''....''My <u>three</u> older brothers...'' ::{| class="wikitable" style="background:lightyellow" |+ Numerical Determiners in Use |- ! Mirad !! English !! '''Wa''' Behavior !! Pluralization Behavior |- | '''o<u>wa</u> tam''' || ''no houses, zero houses'' || The numeral is a unit, <br>so '''wa''' is suffixed. || The numeral is less than 2, <br>so the noun is singular. |- | '''awa tam''' || ''one house, a house''|| " || " |- | '''ewa tam<u>i</u>''' || ''two houses''|| " || The numeral is greater than 2, <br>so the noun is plural. |- | '''iwa tami''' || ''three houses''|| " || " |- | '''uwa tami''' || ''four houses'' || " || " |- | '''yowa tami''' || ''five houses'' || " || " |- | '''yawa tami''' || ''six houses''|| " || " |- | '''yewa tami''' || ''seven houses'' || " || " |- | '''yiwa tami''' || ''eight houses'' || " || " |- | '''yuwa tami''' || ''nine houses'' || " || " |- | '''alo tami''' || ''ten houses'' || The numeral is not a unit <br>so no '''wa''' is suffixed. || " |- | '''ase tami''' || ''a hundred two houses'' || " || " |- | '''ero iwa tami''' || ''two thousand three houses'' || The numeral '''i''' is a unit, <br>so '''wa''' is suffixed. || " |- | '''iro alo tami''' || ''three thousand ten houses'' || The numeral '''alo''' is not a unit, <br>so '''wa''' is not suffixed. || " |} : Integral numerical determiners can be pronominalized as things and persons by suffixing '''s''' or '''t''', respectively. These can, in turn, be pluralized by suffixing '''i'''. Furthermore, person pronouns can be feminized with a '''y''' before the '''t'''. The '''s''' suffix is short for '''sun'''....''thing'' or '''suni'''....''things''. The '''t''' ending is short for '''aot'''....''person'' or '''aoti'''....''persons.'' For example: ::* '''Et ayse awa tam. At gey ayse <u>awas</u> (= awa sun).'''....''You have one house. I have <u>one</u> too.'' ::* '''At aysa alo dresari. Hij at ayse anay <u>ewasi</u> (= ewa suni).'''....''I had ten pencils. Now I only have <u>two</u>.'' ::* '''Esa <u>asoti</u> (= aso aoti) yeb ha duzam.'''.... '''There were <u>a hundred people</u> in the concert hall.''' ::* '''Yat yefe kexbier <u>eluyti</u> (= elu aoyti) bi huti.'''....''We must choose <u>twenty-four females</u> from those people.'' === Ordinal Numerical Determiners === : Ordinal numerical determiners like ''first'', ''second'', etc. are formed from the cardinal numerals by adding the adjectival ending '''a''' to the cardinal numeral. :{| class="wikitable" style="background:lightyellow" |+ Ordinal Determiners |- ! Cardinal Numeral !! Ordinal Numerical Determiner |- | '''o'''....''zero'' || '''oa'''....''zeroth'' |- | '''a'''....''one'' || '''aa'''....''first'' |- | '''e'''....''two'' || '''ea'''....''second'' |- | '''i'''....''three'' || '''ia'''....''third'' |- | '''alo'''....''ten'' || '''aloa'''....''tenth'' |- | '''asu'''....''104'' || '''asua'''....''104th'' |- | '''garale'''....''trillion'' || '''garalea'''....''trillionth'' |} : The word '''nap'''....''order'' can be inserted in these words to make them more comprehensible in speech: ::* '''anapa'''....''first'', ''first in order'', ''primary'' ::* '''enapa'''....''second'', ''second in order'', ''secondary'' ::* '''inapa'''....''third'', ''third in order'', ''tertiary'' ::* '''alanapa'''....''eleventh'', ''eleventh in order'' : There are other ordinal adjectives that are not based on numbers: ::* '''ijna'''....''initial, first, original'' ::* '''ujna'''....''last, final'' ::* '''ajna'''....''past, ex-, former, old'' ::* '''ojna'''....''future'' ::* '''ejna'''....''current, new, present'' ::* '''jana'''....''previous, last'' ::* '''jona'''....''next, following'' ::* '''zana'''....''next'' ::* '''zona'''....''previous, last'' : Ordinal determiners and adjectives can be converted into adverbs by adding the suffix '''y''' to the adjectival counterparts: :{| class="wikitable" style="background:lightyellow" |+ Ordinal Adverbs |- ! Adjective !! Adverb |- | '''aa'''....''first'' || '''aay'''....''firstly'' |- | '''anapa'''....''first'' || '''anapay'''....''primarily'' |- | '''ea'''....''second'' || '''eay'''....''secondly'' |- | '''ujna'''....''last'' || '''ujnay'''....''finally'' |} : Ordinal determiners can be converted to animate pronouns (persons) with the suffix '''t''' and inanimate pronouns (things) with the suffix '''s'''. These, in turn, can be pluralized with the suffix '''i'''. The person pronouns can also be feminized. ::* '''ha aas'''....''the first thing'' ::* '''ha aat'''....''the first person'' ::* '''ha aati'''....''the first people'' ::* '''hua aayt'''....''that first female'' ::* '''ha eas'''....''the second thing'' ::* '''eat'''....''another / a second person'' ::* '''ha ujnati so ha ijnati'''....''the last shall be first'' : Again, in the sequencing of stacked adjectival elements, the order is as in English, that is: <deictic or pronominal determiner> | <ordinal determiner> | <cardinal numerical determiner> | <adjective> ::* '''hua <u>uwa</u> aga tami'''....''those <u>four</u> big houses'' ::* '''ha <u>aa</u> alo oga tami'''....''the <u>first</u> ten little houses'' ::* '''ata <u>anapa</u> ewa oga tudi'''....''my <u>first</u> two little children'' === Fractional Numerical Determiners === : Fractional numerical determiners like ''half'' and ''quarter'' are formed by adding '''-yn''' for those functioning as nouns, '''-yna''' for adjectives, '''-ynay''' for adverbs, or '''-y(n)''' for prefixes, to the respective cardinal number. {| class="wikitable" style="background:lightyellow; margin-left:1.6em; font-size:smaller;" |+ Fractional Numerical Determiners |- ! CARDINAL NUMERAL !! FRACTION AS NOUN !! AS ADJECTIVE !! AS ADVERB || AS PREFIX || AS VERB |- | '''o'''....''zero'' || '''oyn'''....''a void, vacuum, null'' || '''oyna'''....''null, nil'' || -- || '''oy(n)-'''....''devoid of'' || '''oynxer'''....''annihilate, nullify'' |- | '''a'''....''one'' || '''ayn'''....''whole'' || '''ayna'''....''entire, whole'' || '''aynay'''....''entirely'' || '''ay(n)-'''....''holo-, whole-, all-'' || '''aynxer'''....''integrate'' |- | '''e'''....''two'' || '''eyn'''....''a half'' || '''eyna'''....''half'' || '''eynay'''....''halfway'' || '''ey(n)-'''....''half-, semi-, hemi-, demi-'' || '''eynxer'''....''halve'' |- | '''i'''....''three'' || '''iyn'''....''a third'' || '''iyna'''....''third'' || '''iynay'''....''by a third'' || '''iy(n)-'''....''terci''- || '''iynxer'''....''cut in third'' |- | '''u'''....''four'' || '''uyn'''....''a quarter'' || '''uyna'''....''quarter'' || '''uynay'''....''quarterly'' || '''uy(n)-'''....''quadri''- || '''uynxer'''....''quarter'' |- | '''alo'''....''ten'' || '''aloyn'''....''a tenth'' || '''aloyna'''....''tenth'' || '''aloynay'''....''by a tenth'' || '''aloy(n)-'''....''deci''- || '''aloynxer'''....''decimate'' |- | '''aso'''....''hundred'' || '''asoyn'''....''hundredth, percent'' || '''asoyna'''....''hundredth'' || '''asoynay'''....''by a hundredth'' || '''asoy(n)-'''....''centi-'' || '''asoynxer'''....''cut by a hundred'' |} : Here are some examples: :* '''His uxo ha <u>oynxen</u> bi yata mir.'''....''This will cause the <u>anihilation</u> of our world.'' :* '''Ha <u>ayna</u> mir te ayv et.'''....''The <u>whole</u> world knows about you.'' :* '''Has se gas vyel ha <u>ayn</u> bi hasa goni.'''....''It is more than the <u>whole</u> of its parts.'' :* '''Fransad se <u>ayn</u>druna dalzeyn.'''....''France is a <u>holo</u>phrastic language.'' :* '''Et yafe bier <u>eyn</u> bi has.'''....''You can take <u>half</u> of it.'' :* '''Yat yefo <u>eynxer</u> eta yexnix.'''....''We will have to <u>halve</u> your salary.'' :* '''Hus sa <u>eyn</u>vyan.'''....''That was a <u>half-</u>truth.'' :* '''Eso <u>eyn</u>zyunida dropek.'''....''There is going to be a <u>hemi</u>spheric war.'' :* '''Duven his se <u>eyn</u>utexea dopar?'''....''Is this a <u>semi-</u>automatic weapon?'' :* '''<u>Iynxu</u> hua ableyavol.'''....''<u>Cut</u> that pie <u>in thirds</u>.'' :* '''It yeyfe bixwer ay <u>uynxwer</u>.'''....''He should be drawn and <u>quartered</u>.'' :* '''Hia nas se <u>aloyn</u> bi has hu yat aysa zojab.'''....''This money is a <u>tenth</u> of what we had last year.'' :* '''Ha dep <u>aloynxwu</u>.'''....''The army <u>would be decimated.</u>'' :* '''Ewa <u>asoyni</u> bi ha dityan baksa.'''....''Two <u>percent (=hundredths)</u> of the citizenry got sick.'' :* '''Hia tom se anay <u>asoyn</u> ge aga vyel hua tom.'''....''This building is only <u>a hundredth</u> as big as that building.'' : The fractional adverbs can be used as in these examples: :* '''Et so <u>aynay</u> dudyefa av eta xeyni.'''....'''You will be <u>wholly</u> accountable for your actions.''' :* '''Iyt <u>eynay</u> tikabeloka.'''....''She <u>almost</u> (=halfway) threw up.'' : Pronominalizations like ''half of it, a third of them'': ::* '''<u>Eynas</u> sa fia.'''....''<u>Half of it</u> was good.'' ::* '''<u>Eynasi</u> sa fua.'''....''<u>Half of them</u> (things) were bad.'' ::* '''Esa uwa tobi se hua fukyes. <u>Eynati</u> toja.'''....''There were four people in that accident. <u>Half (of them)</u> died.'' ::* '''<u>Iynati</u> bi yet se vyaka.'''....''<u>A third</u> of you are right.'' ::* '''<u>Uynati</u> bi yat yantexe.'''....''<u>A quarter</u> of us agree.'' ::* '''<u>Alo asoyni</u> bi hia dyesi fyunxwa.'''....''<u>Ten percent</u> of these books were ruined.'' === Multiplicative Numerical Determiners === : Multiplicative numerical determiners like ''double'', ''triple'' can be formed by adding '''-on''' to the respective cardinal numeral if the numeral is '''''monosyllabic''''', otherwise just '''-n'''. These noun forms can be adjectivized with the suffix '''-a'''. They can also serve as prefixes on animate nouns, inanimate nouns, and prefixes, as the following chart shows. The prefix ending, '''-n''' is often dropped. :{| class="wikitable" style="background:lightyellow; |+ Multiplicative Numerical Determiners |- ! CARDINAL NUMERAL !! MULTIPLE AS NOUN !! ...AS ADJECTIVE !! ...AS ADVERB !! ...AS PREFIX !! ...AS VERB-MAKER |- | '''o'''....''zero'' || '''oon'''....''null'' || '''oona'''....''nil'' || || '''on-'''....''zero-'' || '''onxer'''....''cancel, zero out'' |- | '''a'''....''one'' || '''aon'''....''single'' || '''aona'''....''single'' || '''aonay'''....''singly'' || '''an-'''....''uni-/mono-'' || '''anxer'''....''unify'' |- | '''e'''....''two'' || '''eon'''....''twosome, double'' || '''eona'''....''double'' || '''eonay'''....''doubly'' || '''en-'''....''di-/bi-'' || '''enxer'''....''double'' |- | '''i'''....''three'' || '''ion'''....''threesome, triplet'' || '''iona'''....''triple'' || '''ionay'''....''triply'' || '''in-'''....''tri-''- || '''inxer'''....''triple'' |- | '''u'''....''four'' || '''uon'''....''quartet'' || '''uona'''....''quadruple'' || '''uonay'''....''quadruply'' || '''un-'''....''quadri-/tetra-'' || '''unxer'''....''quadruple'' |- | '''yo'''....''five'' || '''yoon'''....''quintet'' || '''yoona'''....''quintuple'' || '''yoonay'''....''quintuply'' || '''yoon-*'''....''quinti-/penta-'' || '''yoonxer*'''....''quintuple'' |- | '''ya'''....''six'' || '''yaon'''....''sextet'' || '''yaona'''....''sextuple'' || '''yaonay'''....''sextuply'' || '''yaon-*'''....''sexi-/hexa-'' || '''yaonxer*'''....''sextuple'' |- | '''alo'''....''ten'' || '''alon'''....''decade'' || '''alona'''....''decadic'' || '''alonay'''....''by a multiple of ten'' || '''alon-'''....''deca-'' || '''alonxer'''....''multiply by ten'' |- | '''aso'''....''hundred'' || '''ason'''....''hundredfold'' || '''asona'''....''hundredfold'' || '''asonay'''....''by a hundredfold'' || '''ason-'''....''hecato-'' || '''asonxer'''....''multiply by a hundred'' |} :: * <small>An extra ''o'' is added to these prefixes to avoid ambiguity with '''yan''' meaning ''together'' and '''yon''' meaning ''apart.''</small> : The multiplicative noun ''dozen'' is expressed by '''aleon'''. :* '''<u>Aleoni</u> bi pati yizpapa.'''....''<u>Dozens</u> of birds flew by.'' : By adding the suffix '''-at''' to the noun multiple, we get groupings of people. The '''-na-''' in some of these words can be omitted, thereby simplifying the words: :* '''aonat''' or '''aot''' ....''solo, single, person'' ::* '''aonatser''' of '''aotser'''....''become single, become a person'' ::* '''aonawat'''....''singleton'' :* '''eonat''' or '''eot'''....''duo, pair, twosome, couple'' ::* '''eotxer'''....''to copulate'' ::* '''eonawat'''....''twin'' :* '''ionat''' or '''iot'''....''trio, threesome, trinity'' ::* '''iotxer'''....''to do a threesome'' ::* '''Ionatin'''....''Trinitarianism'' ::* '''ionawati'''....''triplets'' :* '''uonat''' or '''uot''' ....''quartet, foursome'' ::* '''uonawat'''....''quadruplet'' :* '''yoonat''' or '''yoot'''....''quintet, group of five people'' ::* '''yoonawati'''....''quintuplets'' ::* '''yoonati'''....''quintets'' : By adding the suffix '''-un''' instead of '''-on''', we get the following: :* '''aun'''....''unit'' ::* '''auna'''....''unitary, individual'' ::* '''aunser'''....''unite'' ::* '''aunyan'''....''series'' :::* '''aunyana'''....''serial'' :* '''eun'''....''pair'' ::* '''euna'''....''even, paired, binary'' ::* '''oleuna'''....''odd, non-binary, uneven, unpaired'' :::* '''oleunat'''....''odd man out'' :::* '''eunxer'''....''even out'' : Some examples where the above multiple determiners and derivatives are used: ::* '''Yat naptyopa be <u>eo(na)ti</u> yez bi ha mep.'''....''We marched in <u>twos (= pairs)</u> down the street.'' ::* '''<u>Asonati</u> upo bay yat bu hia ovdal.'''....''<u>Hundreds (of people)</u> will come with us to this protest.'' ::* '''Hia ivxel xwe <u>en</u>jabay.'''....''This celebration happens <u>bi</u>ennially.'' ::* '''Iyt se <u>un</u>tupokat.'''....''She is a <u>quadri</u>plegic. (Lit: x 4+limb+loss+person)'' ::* '''Diwe sagu ha <u>auni</u>.'''....''Please count the <u>units</u>.'' ::* '''Yet gafisa <u>aronay</u>!'''....''You all have improved <u>a thousandfold</u>!'' ::* '''Tob se <u>en</u>tyoyaba sat.'''....''Man is a <u>bi</u>pedal creature.'' : Note: Sometimes the multiple prefix ending in '''-on''' in the numbers below ten is shortened to '''-n''' in common words: ::* '''<u>an</u>zyuk'''....''<u>mono</u>cycle'' ::* '''<u>en</u>zyuk'''....''<u>bi</u>cycle'' ::* '''<u>in</u>gun'''....''<u>tri</u>angle'' ::* '''<u>un</u>gun'''....''<u>quadr</u>angle'' : Note: The prefixes for ''penta-/quinti-'' and ''hexa-/sext-'' must keep the '''-on''' so as to distinguish them from the prefixes '''yon'''....''apart'' and '''yan'''....''together''. This rule does not apply to numbers inside chemical names and formulas (See [[Mirad Grammar/Vocabulary Formation#Coding Chemical Elements|Coding Chemical Elements]]). ::* '''<u>yoon</u>gona'''....''<u>quinti</u>partite''&nbsp;&nbsp;BUT: '''<u>yon</u>per'''....''separate, go <u>apart</u>'' ::* '''<u>yaon</u>gun'''....''<u>hexa</u>gon''&nbsp;&nbsp;BUT: '''<u>yan</u>uper'''....''meet, come <u>together</u>'' === Metric Units === : Mirad uses the International System of Units|International System of Units (SI) for rendering measurement units. These symbols are pronounced as if you were spelling each letter out (see Mirad Grammar/Phonology and Orthography#Alphabet|the alphabet. Bear in mind that majuscules (uppercase letters are prefaced with the word '''ag-''' (''big''). Similarly, Greek letters are preceded by the word '''hel-'''. The measurement unit names are followed by '''nak''' (''measurement unit''). ::{| class="wikitable" style="background:lightyellow" |+ <big>SI base units</big> |- !ENGLISH<br>UNIT<br>NAME !SYMBOLIC<br>ABBREVIATION !QUANTITY<br>UNIT !MIRAD<br>PRONUNCIATION |- !second |style="text-align:center" |s |time |style="text-align:center" |'''sonak''' |- !meter |style="text-align:center" |m |length |style="text-align:center" |'''minak''' |- !kilogram |style="text-align:center" |kg |mass |style="text-align:center" |'''kigenak''' |- !ampere |style="text-align:center" |A |electric current |style="text-align:center" |'''aganak''' |- !kelvin |style="text-align:center" |K |thermodynamic temperature |style="text-align:center" |'''agkinak''' |- !Mole |style="text-align:center" |mol |amount of substance |style="text-align:center" |'''miolinak''' |- !candela |style="text-align:center" |cd |luminous intensity |style="text-align:center" |'''cadanak''' |} : The hyphen in the above "spelled out" words ensure that each syllable gets even stress. : Here are SI derived units with special names and symbols: ::{| class="wikitable" style="background:lightyellow" |+ <big>SI derived units with special names and symbols</big> |- ! ENGLISH<br>NAME ! SYMBOLIC<br>WRITTEN<br>ABBREVIATION ! QUANTITY<br>UNIT ! MIRAD<br>PRONUNCIATION |- |'''radian''' | align="center" | rad | plane angle | align="center" |'''roadanak''' |- |'''steradian''' | align="center" | sr | solid angle | align="center" |'''soronak''' |- |'''hertz''' | align="center" | Hz | frequency | align="center" |'''aghezunak''' |- |'''newton''' | align="center" | N | force, weight | align="center" |'''agninak''' |- | '''pascal''' | align="center" | Pa | pressure, stress | align="center" | '''agpoanak''' |- | '''joule''' | align="center" | J | energy | align="center" | '''agjinak''' |- | '''watt''' | align="center" | W | power | align="center" | '''agwunak''' |- | '''coulomb''' | align="center" | C | electric charge | align="center" |'''agcanak''' |- | '''volt''' | align="center" | V | electrical potential difference | align="center" | '''agvunak''' |- | '''farad''' | align="center" | F | capacitance | align="center" | '''agfenak''' |- | '''ohm''' | align="center" | Ω | electrical resistance | align="center" | '''agyonak''' |- | '''Siemens''' | align="center" | S | electrical conductance | align="center" | '''agsonak''' |- | '''Weber''' | align="center" | Wb | magnetic flux | align="center" | '''agwubanak''' |- | '''tesla''' | align="center" | T | magnetic flux density | align="center" | '''agtonak''' |- | '''henry''' | align="center" | H | inductance | align="center" | '''aghenak''' |- | '''degree Celsius''' | align="center" | °C | temperature | align="center" | '''nogagcanak''' |- | '''lumen''' | align="center" | lm | luminous flux | align="center" | '''liminak''' |- | '''lux''' | align="center" | lx | illuminance | align="center" | '''lixuak''' |- | '''becquerel''' | align="center" | Bq | radioactivity | align="center" | '''agbakonak''' |- | '''gray''' | align="center" | Gy | absorbed dose (of ionizing radiation) | align="center" | '''aggeyunak''' |- | '''sievert''' | align="center" | Sv | equivalent dose (of ionizing radiation) | align="center" | '''agsovunak''' |- | '''katal''' | align="center" | kat | catalytic activity | align="center" | '''kiatonak''' |- | '''byte''' | align="center" | b | 8 bits of information | align="center" | '''banak''' |} : Also, here are some non-SI units that are very convenient and acceptable: ::{| class="wikitable" style="background:lightyellow" |+ <big>Convenient non-SI units</big> |- ! ENGLISH<br>NAME ! SYMBOLIC<br>WRITTEN<br>ABBREVIATION ! QUANTITY<br>UNIT ! MIRAD<br>PRONUNCIATION |- |'''litre''' | align="center" | L | volume | align="center" |'''aglonak''' or '''litr(i)''' |- |'''hectare''' | align="center" | ha | area | align="center" |'''heanak''' or '''hektar(i)''' |- |'''ton''' | align="center" | t | area | align="center" |'''tonak''' or '''ton(i)''' |- |'''decibel''' | align="center" | dB | loudness | align="center" |'''daagbanak''' or '''decibel(i)''' |} : The following chart shows how in Mirad to pronounce coherent derived unit formulae in terms of base units. Note that the backslash means ''per'' or ''divided by'' and is pronounced '''gol'''. The symbol x means ''times'' and is pronounced '''gal'''. The superscript number is a power and is pronounced '''gar''' plus the number (with '''-wa''', if a unit number). The negative superscript number is pronounced '''gor''' plus the number (again, with '''-wa''' if a unit number). See [[Mirad Grammar/Determiners#Arithmetical Expressions|Arithmetical Expressions]] for further information on these terms. ::{| class="wikitable" style="background:lightyellow" |+ <big>Examples of coherent derived units in terms of base units</big> |- ! NAME ! SYMBOLIC<br>FORMULA ! DERIVED<br>QUANTITY ! TYPICAL <br>SYMBOL ! MIRAD<br>PRONUNCIATION |- | '''square meter''' | align="center" | m<sup>2</sup> | area | align="center" |{{math|''A''}} | align="center" | '''minak-gar-ewa''' |- | '''cubic meter''' | align="center" | m<sup>3</sup> | volume | align="center" | {{math|''V''}} | align="center" | '''minak-gar-iwa''' |- | '''meter per second''' | align="center" | m/s | speed, velocity | align="center" | {{math|''v''}} | align="center" | '''minak-gol-sonak''' |- | '''meter per second squared''' | align="center" | m/s<sup>2</sup> | acceleration | align="center" | {{math|''a''}} | align="center" | '''minak-gol-sonak-gar-ewa''' |- |rowspan=2| '''reciprocal meter''' |rowspan=2 align="center" | m<sup>−1</sup> | wavenumber | align="center" | {{math|''σ''}}, {{math|''ṽ''}} | align="center" | '''minak-gor-awa''' |- | vergence (optics) | align="center" | {{math|''V''}}, 1/{{math|''f''}} |- | '''kilogram per cubic meter''' | align="center" | kg/m<sup>3</sup> | density | align="center" | {{math|''ρ''}} | align="center" | '''kigenak-gol-minak-gar-iwa''' |- | '''kilogram per square meter''' | align="center" | kg/m<sup>2</sup> | surface density | align="center" | {{math|''ρ''}}<sub>A</sub> | align="center" | '''kigenak-gol-minak-gar-ewa''' |- | '''cubic meter per kilogram''' | align="center" | m<sup>3</sup>/kg | specific volume | align="center" | {{math|''v''}} | align="center" | '''minak-gar-iwa-gol-kinak-ge''' |- | '''ampere per square meter''' | align="center" | A/m<sup>2</sup> | current density | align="center" | {{math|''j''}} | align="center" | '''aganak-gol-minak-gar-ewa''' |- | Amperes per meter|'''ampere per meter''' | align="center" | A/m | magnetic field strength | align="center" | {{math|''H''}} | align="center" | '''aganak-gol-minak''' |- | '''mole per cubic meter''' | align="center" | mol/m<sup>3</sup> | concentration | align="center" |{{math|''c''}} | align="center" | '''minolinak-gol-minak-gar-iwa''' |- | '''kilogram per cubic meter''' | align="center" | kg/m<sup>3</sup> | Mass concentration (chemistry)|mass concentration | align="center" | {{math|''ρ''}}, {{math|''γ'' }} | align="center" | '''kinak-ge-gol-minak-gar-iwa''' |- | '''candela per square meter''' | align="center" | cd/m<sup>2</sup> | luminance | align="center" | {{math|''L''}}<sub>v</sub> | align="center" | '''canak-da-gol-minak-gar-ewa''' |} : The SI has a whole list of prefixes that act as multipliers (macro) or dividers (micro) of the above and other measurement units. For example, a ''kilometer'' is a meter times a 1,000 (macro unit), whereas a millimeter is a meter divided by a 1,000 (micro unit). '''Sagon''' means '''byte''', so '''garale-sagon''' is ''terabyte''. This breaks down to ''10<sup>12</sup> bytes''. Here is a table showing the Mirad macro and micro prefixes: :{| class="wikitable" style="background:lightyellow; font-size:smaller;" |+ Scalar Metrics |- ! colspan=4 | MACRO !! colspan=4 | MICRO |- ! BASE<br>10!! US/UK NAME!!MIRAD PREFIX....SI PREFIX !!SI SYMBOL !! BASE<br>10 !! (US/UK NAME) !! MIRAD PREFIX....SI PREFIX !! SI SYMBOL |- | 1 || one || '''an-''' *... ''mono-, uni-'' || ||1/1 ||whole || '''ayn-'''....''holo-, uni-'' || |- | 2 ||two || '''en-'''....''bi-'' || || 1/2 ||half||'''eyn-'''....''demi-, di-''|| |- | 3 ||three || '''in-'''....''tri-'' || || 1/3 ||third ||'''iyn-'''....''terci-''|| |- | 4 ||four || '''un-'''....''tetra-'' || || 1/4 ||fourth || '''uyn-'''....''quadri-''|| |- | 5 ||five || '''yoon-''' *....''penta-'' || || 1/5 ||fifth ||'''yoyn'''....''quinti-''|| |- | 6 ||six || '''yaon-'''....''hexa-'' || || 1/6 ||sixth ||'''yayn'''....''sexti-''|| |- | 7 ||seven || '''yeon-'''....''hepta-'' || || 1/7 ||seventh || '''yeyn'''....''septi-''|| |- | 8 ||eight || '''yion'''....''octo-'' || || 1/8 ||eighth || '''yiyn'''....''octi-''|| |- | 9 ||nine || '''yuon'''....''nona-'' || || 1/9 ||ninth || '''yuyn'''....''novi-''|| |- | 10 ||ten || '''alo-'''....''deca-'' || ''da'' || 1/10 ||tenth || '''aloy-'''....''deci-''|| ''d'' |- | 10<sup>2</sup> ||hundred || '''aso-'''....''hecto-'' **|| ''h'' || 10<sup>-2</sup> ||hundredth || '''asoy-'''....''centi-''|| ''c'' |- | 10<sup>3</sup> ||thousand || '''amso-'''....''kilo-'' ||''k'' || 10<sup>-3</sup> ||thousandth)|| '''amsoy-'''....''milli-''|| ''m'' |- | 10<sup>6</sup> ||million || '''amlo-'''....''mega-'' || ''M'' || 10<sup>-6</sup> ||millionth || '''amloy-'''....''micro-''|| ''r'' |- | 10<sup>9</sup> ||billion /milliard || '''amro-'''....''giga-'' || ''G'' || 10<sup>-9</sup> ||billionth/ milliardth || '''amroy-'''....''nano-''|| ''n'' |- | 10<sup>12</sup> ||trillion /billion || '''garale-'''....''tera-'' || ''T'' || 10<sup>-12</sup> ||trillionth / billionth)|| '''gorale-'''....''pico-''|| ''p'' |- | 10<sup>15</sup> ||quadrillion)/ billiard|| '''garalyo-'''....''peta-'' || ''P''||10<sup>-15</sup> ||quadrillionth) / billiardth || '''goralyo-'''....''femto-''||''f'' |- | 10<sup>18</sup> ||quintillion / trillion || '''garalyu-'''....''exa-'' || ''E''||10<sup>-18</sup> ||quintillionth)/ trillionth || '''goralyu'''....''atto-''||''a'' |- | 10<sup>21</sup> ||sextillion)/ trilliard || '''garela-'''....''zetta-'' || ''Z''||10<sup>-21</sup> ||sextillionth / trilliardth || '''gorela'''....''zepto-''||''z'' |- | 10<sup>24</sup> ||septillion)/ quadrillion || '''garelu-'''....''yotta-'' || '' Y'' ||10<sup>-27</sup> ||septillionth / quadrillionth|| '''gorelu'''....''yocto-''||''y'' |} : *Note: The '''-n''' or '''-on''' can sometimes be omitted in macro-prefixation, especially where there is no ambiguity. The '''-n''' (but NOT the '''-yn''') in the micro prefixes can also sometimes be omitted. : : **Note: The '''gar''' (''to a plus power'') and '''gor''' (''to a minus power'') forms are alternatives for the numeric prefixes beyond 100. For example, ''billion'' (10<sup>9</sup>) could be expressed as '''garyu-'''(ten) to the 9th power'', while ''billionth'' could be expressed by '''goryu''' (''(ten) to the minus 9th power). The prefix '''garya-''' is composed of the positive exponential operator '''gar''' (''to the power of''), followed by the number ''6''. The prefix '''gorale-''' is composed of the negative exponential operator '''gor''' (''to the root of''), followed by the number ''12''. : The macro and micro values can also be represented with abbreviated symbols, which can be pronounced in Mirad as spelled out alphabetics. Greek letter equivalents in Mirad are preceded by '''hel-'''. Upper case equivalents are preceded with '''ag-'''. Here is a table showing grams: :{| class="wikitable" style="background:lightyellow" |+ Kg Metrics With Abbreviated Symbols |- ! colspan=2 | MACRO !! colspan=2 | MICRO |- ! SYMBOL (EXPANSION) !! MIRAD PRONUNCIATION !! SYMBOL (EXPANSION) !! MIRAD PRONUNCIATION |- | ''dag'' (decagram)|| '''daagenak''' || ''dg'' |(decigram)||'''dagenak''' |- | ''hg'' (hectogram)|| '''hegenak''' || ''cg'' (centigram)||'''cagenak''' |- | ''kg'' (kilogram) || '''kogenak''' || ''mg'' (milligram)||'''migenak''' |- | ''Mg'' (macrogram)|| '''agmigenak''' ||''μg'' (microgram)|| '''helmigenak''' |- | ''Gg'' (gigagram)|| '''aggegenak''' || ''ng'' (nanogram)|| '''nigenak''' |- | ''Tg'' (teragram)|| '''agtogenak''' || ''pg'' (picagram)|| '''pogenak''' |- | ''Pg'' ( petagram)|| '''agpogenak''' || ''fg'' (femtogram)|| '''fegenak''' |- | ''Eg'' (exagram)|| '''agegenak''' || ''ag'' (attogram)|| '''agenak''' |- | ''Zg'' (zettagram)|| '''agzegenak''' || ''zg'' (zeptogram) || '''zegenak''' |- | ''Yg'' (yottagram)|| '''agyugenak''' || ''yg'' (yoctogram) || '''yugenak''' |} : The squared and cubed representations of the above are followed by '''gar ewa''' (''squared'') and '''gar iwa''' (''cubed''), respectively: ::* '''10 kg2'''....(pronounced as:) ''alo kogenak gar ewa'' ::* '''12 mm3'''....(pronounced as:) ''ale miminak gar iwa'' === Adverbial Determiners of Frequency === : There are two ways to form determiners of frequency: ::* Using '''jod(i)''' meaning ''occasion(s), instance(s), time(s)'', or ::* Using '''xag''' meaning ''frequency'' : Here is a chart showing the most common frequency determiners: :{| class="wikitable" style="background:lightyellow" |+ Frequentative Determiners |- ! "JOD" METHOD !! "XAG" METHOD !! MEANING |- | '''duhagla jodi?''' || '''duhaxag?''' || ''how often?, how many times?'' |- | '''hagla jodi''' || '''haxag''' || ''as many times, as often'' |- | '''hegla jodi''' || '''hexag''' || ''sometimes, on some occasions'' |- | '''hogla jodi''' || '''hoxag''' || ''never, on no occasion'' |- | '''higla jodi''' || '''hixag''' || ''this often, this many times'' |- | '''hugla jodi''' || '''huxag''' || ''that often, that many times, so many times'' |- | '''huugla jodi''' || '''huuxag''' || ''so often, so many times'' |- | '''hyogla jodi''' || '''hyoxag''' || ''never, on no occasion whatever'' |- | '''hyagla jodi''' || '''hyaxag''' || ''always, at all times'' |- | '''hyegla jodi''' || '''hyexag''' || ''any number of times, however often'' |- | '''hyigla jodi''' || '''hyixag''' || ''as often, the same number of times'' |- | '''hyugla jodi''' || '''hyuxag''' || ''not as often, some other number of times'' |- | '''ga jodi''' || '''gaxag (vyel)''' || ''more often (than)'' |- | '''ge jodi''' || '''gexag (vyel)''' || ''as many times (as), as often (as)'' |- | '''go jodi''' || '''goxag (vyel)''' || ''less often (than)'' |- | '''gla jodi''' || '''glaxag''' || ''many times, often'' |- | '''gle jodi''' || '''glexag''' || ''quite a few times, quite often'' |- | '''glo jodi''' || '''gloxag''' || ''not so many times, seldom'' |- | '''gra jodi''' || '''graxag''' || ''too often'' |- | '''gre jodi''' || '''grexag''' || ''often enough'' |- | '''gro jodi''' || '''groxag''' || ''too seldom'' |- | '''gwa jodi''' || '''gwaxag''' || ''as often as possible, most often, most times'' |- | '''gwe jodi''' || '''gwexag''' || ''an average number of times'' |- | '''gwo jodi''' || '''gwoxag''' || ''least often, as seldom as possible'' |- | '''owa jod''' || -- || ''never, at no time, zero times'' |- | '''awa jod''' || -- || ''once, one time'' |- | '''awa ga jod''' || -- || ''again, once more'' |- | '''ewa jodi''' || -- || ''twice, two times'' |- | '''iwa jodi''' || -- || ''thrice, three times'' |- | '''alo jodi''' || --|| ''ten times'' |- |- '''asooni bi jodi''' || -- || ''hundreds of times'' |- |- '''yowa gal haxag vyel zojab''' || -- || ''five times as often as last year'' |} : Examples: ::* '''<u>Duhaxag</u> et pe ha tayegoblut?'''....''<u>How often</u> do you go to the barber?'' ::* '''<u>Duhagla jodi</u> et akaye hia ekun?'''....''<u>How many times</u> have you won this game?'' ::* '''At teataye hua dyezun <u>iwa ey uwa jodi</u>.'''....''I have seen that film <u>three or four times</u>.'' ::* '''At teataye has <u>huugla jodi (or: huuxag) van</u> at bokxeye.'''....''I have seen it <u>so many times that</u> I am getting sick.'' ::* '''Hus xwaye <u>gaxag vyel</u> et te.'''....''That has happened <u>more often than</u> you know.'' === Arithmetical Expressions === : The following chart shows verbs from which are formed derivative words relating to mathematical operations: {| class="wikitable" style="background:lightyellow; margin-left:3.2em; font-size:smaller;" |+ Arthmetic Expressions |- ! VERB !! OPERATION !! PATIENT !! SUBJECT !! OPERATOR !! SIGN !! RESULT |- | '''gaber'''....''add'' || '''gab'''....''addition'' || '''gabwas'''....''addend'' || '''gabus'''....''adder'' || '''gab'''....''plus'', + || '''gabsiyn'''....''plus sign'' || '''gabix'''....''sum'' |- | '''galer'''....''multiply'' || '''gal'''....''multiplication'' || '''galwas'''....''multiplicand'' || '''galus'''....''multiplier'' || '''gal'''....''times, x'' || '''galsiyn'''....''times sign'' || '''galix'''....''product'' |- | '''garer'''....''exponentiate, raise'' || '''gar'''....''power'' || '''garwas'''....''number being raised'' || '''garus'''....''exponent'' || '''gar'''....''raised to the power of'' || '''garsiyn'''....''exponent'' || '''garix'''....''root'' |- | '''gober'''....''subtract'' || '''gob'''....''subtraction'' || '''gobwas'''....''subtrahend'' || '''gobus'''....''subtractor'' || '''gob'''....''minus, -'' || '''gobsiyn'''....''minus sign'' || '''gobix'''....''difference'' |- | '''goler'''....''divide'' || '''gol'''....''division, fraction'' || '''golwas'''....''dividend'' || '''golus'''....''divisor'' || '''gol'''....''divided by, ÷'' || '''golsiyn'''....''division sign'' || '''golix'''....''quotient'' |- | '''gorer'''....''cut, uproot'' || '''gor'''....''cut, root'' || '''gorwas'''....''radicand'' || '''gorus'''....''radical'' || '''gor'''....''lowered to the power of, √'' || '''gorsiyn'''....''radical sign'' || '''gorix'''....''root'' |- | '''geler'''....''equal'' || '''gel'''....''equation'' || '''gelwas'''....''thing being equated'' || '''gelus'''....''equator'' || '''gel'''....''equal to, as, like'' || '''gelsiyn'''....''equal sign'' || '''gelix'''....''equation results'' |} : Examples of mathematical expressions: ::* '''E <u>gab</u> e gele u.'''....''Two <u>plus</u> two equals four.'' ::* '''E <u>gal</u> i gele ya.'''....''Two <u>times</u> three equals six.'' ::* '''I <u>gar</u> e gele yu.'''....''Three <u>to the second power</u> equals nine.'' ::* '''E <u>gob</u> e gele o.'''....''Two <u>minus</u> two equals zero.'' ::* '''Yu <u>gol</u> i gele i.'''....''Nine <u>divided by</u> three equals three.'' ::* '''Yu <u>gor</u> i gele i.'''....''Nine <u>cubed</u> equals three.'' ::* '''Aso <u>gor</u> e gele alo.'''....''One hundred <u>squared</u> equals ten.'' ==== Decimal Expressions ==== : Decimal expressions like ''2.5'' use the word '''nod'''....''point'' as in English. ::* '''Hia bavol kyinse ga vyel 10.8 (alo nod yiwa) kigenaki.'''....''This tomato weighs more than 10.8 (ten point eight) kilograms.'' === Calendar and Time Expressions === :: The word for calendar is '''judar'''. The sections below explain how calendar expressions are formed and used: :* Basic Calendar Units : Time is divided using the following basic terms: :{| class="wikitable" style="background:lightyellow" |+ Calendar Units |- ! MIRAD !! ENGLISH |- | '''job''' || ''time'' |- | '''jab''' || ''year'' |- | '''jeb''' || ''season'' |- | '''jib''' || ''month'' |- | '''jub''' || ''day'' |- | '''jwob*''' || ''hour'' |- | '''jwab*''' || ''minute'' |- | '''jweb*''' || ''second'' |} * Note: These would ordinarily be '''jyob''', '''jyab''', and '''jyeb''' respectively, but the '''w''' glide is much easier to pronounce after the letter '''j''', and is therefore substituted. :* Other Calendar Units : Other calendar units are formed through the agglutination of numerical stubs to some of the time units above: :{| class="wikitable" style="background:lightyellow" |+ Other Calendar Units |- ! MIRAD !! ENGLISH !! NUMERICAL FORMULA |- | '''rojab''' || ''millenium'' || year x 1,000 |- | '''sojab''' || ''century'' || year x 100 |- | '''lojab''' || ''decade'' || year x 10 |- | '''eynjab''' || ''half year'' || year x 1/2 |- | '''uynjab''' || ''quarter'' || year x 1/4 |- | '''yajib''' || ''semester'' || month x 6 |- | '''yejub''' || ''week'' || day x 7 |- | '''yejubuj''' || ''weekend'' || day x 7 end |- | '''eynjwob''' || ''half hour'' || hour x 1/2 |} : ''This'', ''next'', ''last'', etc. are expressed as follows: :{| class="wikitable" style="background:lightyellow" |+ Day Pointers |- ! MIRAD !! ENGLISH |- | '''hijub'''<br>'''hia yejub'''<br>'''hijab''' || ''today''<br>''this week''<br>''this year'' |- | '''zojub'''<br>'''ha jana yejub'''<br>'''zajab''' || ''yesterday''<br>''last week''<br>''last year'' |- | '''zajub'''<br>'''ha jona yejub'''<br>'''zajab''' || ''tomorrow''<br>''next week''<br>''next year'' |- | '''hujub'''<br>'''hua yejub'''<br>'''hujab''' || ''that day''<br>''that week''<br>''that year'' |- | '''jazojub'''<br>'''ja ewa yejubi'''<br>'''jazojab''' || ''the day before yesterday''<br>''two weeks ago''<br>''the year before last'' |- | '''jozajub'''<br>'''jo ewa yejubi'''<br>'''jozajab''' || ''the day after tomorrow''<br>''two weeks from now''<br>''the year after next'' |- | '''Duhajub?'''|| ''Which day?'' |- | '''hyajub''' || ''every day'' |- | '''hyejub''' || ''any day'' |- | '''hejub''' || ''someday'' |- | '''hejubi''' || ''some days'' |} ==== Seasons of the Year ==== : Seasons of the year are expressed by internally scalarizing the word for ''season'' '''jeb''': :{| class="wikitable" style="background:lightyellow" |+ Seasons of the Year |- ! MIRAD !! ENGLISH |- | '''jeab''' || ''spring'' |- | '''jeeb''' || ''summer'' |- | '''jeib''' || ''autumn, Fall'' |- | '''jeub''' || ''winter'' |} : Examples of usage: ::* '''be jeab'''....''in spring'' ::* '''ja jeeb'''....''before summer'' ::* '''ju jeib'''....''until autumn'' ::* '''ji jeub'''....''since winter'' ::* '''je ha jeb'''....''during the season'' ::* '''ub ha uj bi jeeb'''....''toward the end of summer'' ::* '''eb jeab ay jeeb'''....''between spring and summer'' ::* '''jeeba gemoj'''....''vernal equinox'' ::* '''jeiba fayebi'''....''autumn leaves'' ::* '''jeba til'''....''seasonal drink'' ::* '''jeubyena jebmalyen'''....''wintry climate'' ::* '''jeabyena malyen'''....''spring-like weather'' ::* '''jeuben'''....''hibernation'' ::* '''hijeab'''....''this season'' ::* '''zajeab'''....''next season'' ::* '''zojeab'''....''last season'' ::* '''hyajeab'''....''every season'' ==== Months of the Year ==== : Months of the year are expressed by internally scalarizing the word for month '''jib''': :{| class="wikitable" style="background:lightyellow" |+ Months of the Year |- ! MIRAD !! ENGLISH |- | '''jiab''' || ''January'' |- | '''jieb''' || ''February'' |- | '''jiib''' || ''March'' |- | '''jiub''' || ''April'' |- | '''jiyob''' || ''May'' |- | '''jiyab''' || ''June'' |- | '''jiyeb''' || ''July'' |- | '''jiyib''' || ''August'' |- | '''jiyub''' || ''September'' |- | '''jilob''' || ''October'' |- | '''jilab''' || ''November'' |- | '''jileb''' || ''December'' |} : Some expressions using the months: ::* '''be jilob'''....''in October'' ::* '''ja jiyab'''....''before June'' ::* '''ja zajiyeb'''....''by next July'' ::* '''hijib'''....''this month'' ::* '''zojib'''....''last month'' ::* '''zajib'''....''next month'' ::* '''bi-jib-bu-jiba jobnis'''....''month-to-month rent'' ::* '''jibay'''....''monthly'' ::* '''jibi joy'''....''months later'' ::* '''jiba sindryen'''....''monthly magazine'' ::* '''hujiba jobnis'''....''that month's rent'' ::* '''hya ionjib'''....''every trimester'' ::* '''jiber'''....''menstruate'' ::* '''byi zojilob'''....''since last October'' ==== Days of the Week ==== : Days of the week are expressed by internally scalarizing the word for day '''jub''': :{| class="wikitable" style="background:lightyellow" |+ Days of the Week |- ! MIRAD !! ENGLISH |- | '''juab''' || ''Monday'' |- | '''jueb''' || ''Tuesday'' |- | '''juib''' || ''Wednesday'' |- | '''juub''' || ''Thursday'' |- | '''juyob''' || ''Friday'' |- | '''juyab''' || ''Saturday'' |- | '''juyeb''' || ''Sunday'' |} : Here are some common terms relating to days of the week: :{| class="wikitable" style="background:lightyellow" |+ Day Expressions |- ! MIRAD !! ENGLISH |- | '''Duhajub?''' || ''Which day?'' |- | '''hajub hu...''' || ''the day that...'' |- | '''hejub''' || ''someday'' |- | '''hijub''' || ''today'' |- | '''hujub''' || ''that day'' |- | '''hyijub''' || ''(on) the same day'' |- | '''hyajub''' || ''every day'' |- | '''hyejub''' || ''any day'' |- | '''zajub''' || ''yesterday'' |- | '''zojub''' || ''tomorrow'' |- | '''ha jajub'''<br>'''be ha jana jub''' || ''the day before, (on) the previous day'' |- | '''ha jojub'''<br>'''be ha jona jub''' || ''the day before, (on) the previous day'' |- | '''jazojub''' || ''the day before yesterday'' |- | '''jozajub''' || ''the day after tomorrow'' |- | '''hya ea jub''' || ''every other/second day'' |- | '''hyajub boy juyeb''' || ''every day except Sunday'' |- | '''yejub''' || ''week'' |- | '''hiyejeb''' || ''this week'' |- | '''yejubuj''' || ''weekend'' |- | '''yexjub''' (or) '''zeyejub''' || ''weekday'' |- | '''enyejuba(y)''' || ''bi-weekly'' |- | '''zoyejub''' || ''last week'' |} : Examples of Usage: ::* '''(be) juyob'''....''on Friday'' ::* '''ju juib'''....''until Wednesday'' ::* '''ji zojub'''....''since yesterday'' ::* '''lojo jubuj'''....''by [Lit: not after] day's end'' ::* '''jo zajub'''....''after tomorrow'' ::* '''je ha jub'''....''during the day'' ::* '''bi juab bu juub'''....''from Monday to Friday'' ::* '''yejubuja ponpop'''....''a weekend getaway'' ==== Parts of the Day ==== : Here are the principal parts of a day: {| class="wikitable" style="background:lightyellow" |+ Parts of the Day |- ! DAYTIME !! NIGHTTIME |- | '''maj'''....''daytime, day'' ||'''moj'''....''nighttime, night'' |- | '''bi maj'''....''A.M.'' ||'''bi moj'''....''P.M.'' |- | '''jamajij'''....''pre-dawn'' || '''jamojij'''....''pre-dusk'' |- | '''majij'''....''daybreak, dawn''|| '''mojij'''....''dusk'' |- | '''amaryap'''....''sunrise, sunup''||'''amaryop'''....''sunset, sundown'' |- | '''jwamaj'''....''morning''<br>'''zajwamaj'''....''tomorrow morning''<br>'''hijwamaj'''....''this morning''<br>'''zojwamaj'''....''yesterday morning''<br>'''hujwamaj'''....''that morning''<br>'''hyajwamaj'''....''every morning''||'''jwamoj'''....''evening''<br>'''zajwamoj'''....''tomorrow evening''<br>'''hijwamoj'''....''this evening''<br>'''zojwamoj'''....''yesterday evening''<br>'''hujwamoj'''....''that evening''<br>'''hyajwamoj'''....''every evening'' |- | '''zemaj'''....''noon''||'''zemoj'''....''midnight'' |- | '''jozemaj'''....''afternoon''||'''jozemoj'''....''after midnight'' |- | '''majuj'''....''day's end''|| '''jwomoj'''....''late night'' |} ::* Examples of Usage: ::* '''At tijpa <u>ja majij</u>.'''....''I woke up <u>before dawn</u>.'' ::* '''At iyfe tuyjer <u>be ha jwoa joeymaj</u>.'''....''I like to nap <u>in the late afternoon</u>.'' ::* '''It yexe bi <u>amaryap bu amaryop</u>.'''....''He works from <u>sunup to sundown</u>.'' ::* '''<u>Be gwa jwamoji</u>, at teaxe sinibar.'''....''<u>Most evenings</u>, I watch television.'' ==== Expressing Dates ==== : The following is a how a date ('''jud''') is normally expressed: ::* '''be juab, 11 jieb 2018 joK.'''....''on Monday, February 11th, 1918 A.D.'' :A date like 2018 can be expressed as ''twenty eighteen'' ('''elo alyi''') or ''two thousand eighteen'' ('''ero alyi'''). :The day in the above expression is pronounced '''ali'''. :The year is pronounced '''elo alyi''' (like English ''twenty eighteen''). :The acronym for ''B.C.'' is '''jaK''', short for '''ja Krist''' (''before Christ''). :The acronym for ''A.D.'' is '''joK''', short for '''jo Krist''' (''after Christ''). : Other date expressions follow: ::* '''be <u>ha 1800 jabi</u> (alyi aso jabi)'''....''In <u>the 1800's</u> (eighteen hundreds)'' ::* '''ja <u>ha 20a (eloa)</u> asojab'''....''before <u>the 20th (twentieth)</u> century'' ::* '''eb <u>1920 (yulo elo)</u> ay 2001 (elo awa)'''....''between <u>1920 (nineteen twenty)</u> and (two thousand one)'' ::* '''<u>hyaje</u> hua alojab'''....''<u>throughout</u> that decade'' ::* '''At yexa hum <u>je gla jabi</u>.'''....''I worked there <u>for [Lit: during] many years</u>.'' ::* '''Ujbu his <u>lojo</u> jiyab.'''....''Finish this <u>by</u> [Lit: not after] May.'' ::* '''Iyt so him <u>ub ha uj bi</u> 2 (ewa) jiab.'''....''She will be here <u>toward the end of</u> January 2nd.'' ==== Telling Time ==== : Clock time expressions use mostly the word '''jwob''' (''hour'') or '''jwobi''' (''hours''). : The usual time-of-day question is '''Se duhajwob?'''....''What time is it?'' [Lit: is what-hour?] : The typical answer is in the format '''Se awa/ewa....(jwob) gab/gob alo/ali....bi maj/moj.''' (Lit: (It) is (the) one/two....(o'clock) plus/minus ten/eleven...of day/night.) : Here are some typical answers: ::* '''Se awa jwob.'''....''It is one o'clock.'' ::* '''Se ewa jwobi.'''....''It is two o'clock.''[Lit: It is two hours] ::* '''Se ale jwobi.'''....''It is twelve o'clock.'' ::* '''Se iwa jwobi bi maj*.'''....''It is three o'clock A.M.'' ::* '''Se alo jwobi bi moj**.'''....''It is ten o'clock P.M.'' ::: * '''bi maj''' (''a.m.'') can be abbreviated as '''ma''' ::: ** '''bi moj''' (''p.m.'') can be abbreviated as '''mo''' ::* '''Se yowa jwobi (gab) alo.'''....''It is 10 past 5. [Lit: five hours (plus) ten.] ::* '''Se yowa jwobi gob ali.'''....''It is thirteen minutes til five.'' [Lit: five hours minus 13] ::* '''Se yowa jwobi gab uyn.'''....''It is quarter past (= plus) five.'' [Lit: five hours plus a quarter] ::* '''Se yowa jwobi gob uyn.'''....''It is quarter til five.'' [Lit: five hours minus a quarter] ::* '''Se yowa jwobi gab eyn.'''....''It is half past five.'' [Lit: five hours plus a half] ::* '''Se yowa jwobi gab ilo.'''....''It five thirty.'' [Lit: five hours plus thirty] ::* '''Se yowa jwobi gob eyn.'''....''It four thirty.''[Lit: five hours minus a half] ::* '''Se yowa jwobi gob ilo.'''....''It is thirty minutes til five.''[Lit: five hours minus thirty] ::* '''Se <u>vyavay</u> yea jwob gab alo bi moj.'''....''It is exactly 7:10 P.M..''&nbsp;&nbsp;[Lit: ''It is <u>exactly</u> seventh hour plus ten of nighttime.''] ::* '''Et sa alo jwoa <u>bey</u> alo jwabi.'''....''You were late by 10 minutes.''&nbsp;&nbsp;[Lit: ''You were late <u>by</u> ten minutes.''] ::* '''Has ijo <u>jub</u> 5:30 (= yaa jwob gab ilo) bmo (= bi moj).'''....''It will begin <u>around</u> 5:30 (= five thirty [Lit: five hours plus thirty]) p.m.'' ::* '''Puu him <u>loga jwoa ev</u> 3 (= ia) j. (= jwob)'''....''Get here <u>no later than</u> 3 (= three) o'clock.'' ::* '''Ha yautpar puo hum <u>yeb</u> 10 jwabi.'''....''The bus will arrive there <u>within</u> 10 minutes.'' ::* '''Ha jwobar <u>izeade</u> 2:30 (= ea jwob gab ilo).'''....''The clock says [Lit: indicates] 2:30.'' ::* '''Yit pua be 3a j. <u>be ha nod</u>.'''....''They arrived at 3 <u>on the dot</u>''. : Mirad normally uses a 24-hour clock system. ::* '''Yanpu at be ilo jwobi gab alyo.'''....''Meet me at 13:15. (= 1:15 p.m.)'' : The word '''jwob''' (hour, o'clock) can be abbreviated as '''j.''', as in the following: ::* '''Yanpu at be 13 j.'''....''Meet me at 13:00 (hours) [Lit: at 13 hours]'' : The word '''gab''' (''plus'') can be omitted, as in: ::* '''At teato et be yo j. alyo.'''....''I'll see you at five fifteen (~ quarter) past five.'' : Note the following clock time idioms: :{| class="wikitable" style="background:lightyellow" |+ Clock Idioms |- ! MIRAD !! ENGLISH |- | '''jwa''' || ''early'' |- | '''jwe''' || ''on time'' |- | '''jwo''' || ''late'' |- | '''Se <u>vyavay</u> elo jwobi.''' || ''It is <u>exactly</u> two o'clock.'' |- | '''<u>yub bi</u> zemaj''' || ''<u>around</u> noon'' |- | '''<u>ub</u> zemoj''' || ''<u>toward</u> midnight'' |- | '''<u>yeb be</u> jwebi''' || ''<u>within</u> seconds'' |- | '''alo jwabi <u>ja hij</u>''' || ''ten minutes <u>ago</u> (= before now)'' |- | '''<u>lojo</u> 3 j.''' || ''<u>no later than / by</u> 3 o'clock.'' |- | '''jwobay''' || ''hourly / by the hour / on the hour'' |- | '''Hia pop <u>efxe</u> 2 1/2 (= ewa gab eyn) jwobi.''' || ''This trip <u>takes (Lit: necessitates) </u> 2 1/2 hours.'' |- | '''<u>ju</u> awa jwob bi hij''' || ''<u>until</u> one hour from now'' |- | '''<u>ji</u> zojub be 10a j.''' || ''<u>since</u> yesterday at 10 o'clock.'' |- | '''<u>je</u> ha jana 12 jwabi''' || ''<u>for</u> the last 12 minutes'' |- | '''<u>ja</u> lojo</u> 10 j.''' || ''<u>before / by</u> 10 o'clock (= the tenth hour)'' |- | '''<u>lojo</u> 10 jwobi.''' || ''<u>by / in / within</u> 10 hours.'' |- | '''<u>jo</u> 10 j.''' || ''<u>after</u> 10 o'clock.'' |} ==== Expressing Age ==== : Many expressions relating to age are built on the Mirad word for ''age'': '''jag'''. : The typical question is: ::* '''Et se <u>hojaga</u>?'''....''<u>How old</u> are you?'' (Lit. ''what-aged'') : A typical answer is: ::* '''At se <u>eli jaga</u>.'''....''I am <u>twenty-three years old</u>.'' : The word '''jaga''' can be left understood: ::* '''At se <u>ilo</u>.'''....''I am thirty.'' : The following chart shows other age expressions, many of which are agglutinations of the deictic prefixes beginning with '''h''': :{| class="wikitable" style="background:lightyellow" |+ Age Expressions |- ! AGE |- | '''hojaga?'''....''how old?'' |- | '''hajaga'''....''of the age'' |- | '''hejaga'''....''of some age'' |- | '''hijaga'''....''this old'' |- | '''hujaga'''....''that old'' |- | '''huujaga'''....''so old'' |- | '''jaga'''....''old''<br>'''jayga'''....''oldish'' |- | '''joga'''....''young''<br>'''joyga'''....''youngish'' |- | '''gle jaga'''....''rather old, oldish'' |- | '''gla jaga'''....''very old'' |- | '''gra jaga'''....''too old, super-aged'' |- | '''gro jaga'''....''under-aged, minor'' |- | '''ge jaga'''....''as old, of the same age'' |- | '''awa <u>jab</u> jaga'''....''one <u>year</u> old''<br>'''awa jaga'''<br>'''awa <u>jab</u>''' |- | '''ewa <u>jabi</u> jaga'''....''two <u>years</u> old''<br>'''ewa jaga'''<br>'''ewa <u>jabi</u>''' |- | '''alo <u>jabi</u> jaga'''....''ten <u>years</u> old''<br>'''alo jaga'''<br>'''alo <u>jabi</u>''' |- | '''ga jaga <u>vyel</u> et'''....''older <u>than</u> you'' |- | '''ga joga <u>vyel</u> at'''....''younger <u>than</u> me'' |- | '''ge joga <u>vyel</u> iyt'''....''as young <u>as</u> her'' |- | '''ha gwa jagat <u>bi</u> ata tedetyan'''....''the youngest <u>of</u> my siblings'' |- | '''grojagat'''....''a minor'' |- | '''alojagat'''....''a ten-year-old'' |- | '''aloyjagat'''....''a teenager'' |- | '''jogat'''....''a boy, a youth''<br>'''joygat'''....''a girl'' |- | '''grejat'''....''an adult, someone of age''<br>'''jagseat'''....''an adolescent''<br>'''jagsat'''....''grownup'' |- | '''yiloyjagat'''....''an octogenarian'' |- | '''asoyjagat'''....''a centenarian'' |} : Some other examples of usage: ::* '''Et <u>jagseye</u> fi.'''....''You <u>are aging</u> well.'' ::* '''At voy <u>jogseye</u> hyegla.'''....''I am not <u>getting</u> any <u>younger</u>.'' ::* '''His se taam av <u>ha jagati</u>.'''....''This is a home for <u>the ederly</u>.'' ::* '''Egaku eta <u>jogan</u>!'''....''Regain your <u>youth</u>!'' ::* '''At se <u>ga jaga vyel</u> ha meybi.'''....''I am <u>as old as</u> the hills.'' ::* '''Teaxu ata <u>gwa joga</u> tobot.'''....''Look at my <u>youngest</u> child.'' ::* '''Yat ife yata <u>awajagat</u>.'''....''We love our <u>one-year-old</u>.'' ::* '''<u>Jagseatan</u> se yika joob bi tej.'''....''<u>Adolescence</u> is a difficult period of life.'' === Money Expressions === : This section is currency-dependent and remains under construction. <noinclude>{{Chapter navigation with TOC|Adverbs|Pronouns}}</noinclude> es5va1w0lawa0x2o3n0z62ntvagugu0 Cookbook:Locro 102 417694 4089895 4080026 2022-08-09T16:36:02Z L10nM4st3r 3380243 delete: copyvio for more than seven days wikitext text/x-wiki {{recipe}} | [[Cookbook:Cuisine of Argentina|Cuisine of Argentina]] | [[Cookbook:Meat|Meat]] {{delete|Copivio template added more than seven days ago. {{Copyvio|https://hispanicfoodnetwork.com/locro-winter-stew/}}__NOTOC__ [[File:Locro_argentino.jpg|thumb]] While much of Argentina's food finds its origins in Spanish and Italian cuisine, locro is one of the most notable examples of indigenous influence on the country's culinary traditions. It is a meat and vegetable stew typically served on special occasions like holidays. While every family's locro can be slightly different, the main ingredients almost always include [[Cookbook:Hominy|hominy]], [[Cookbook:Fava Bean|fava beans]] or [[Cookbook:Lima bean|lima beans]], and some kind of [[Cookbook:Squash|squash]]. The variety of meats found in locro can differ between families, but both pork and beef are almost always present. Typical meats found in locro include [[Cookbook:Pork|pork shoulder]], [[Cookbook:Chorizo|chorizo]], [[Cookbook:Bacon|bacon]], [[Cookbook:Grilled_Beef_Steak#Cuts|flank]] or [[Cookbook:Grilled_Beef_Steak#Cuts|strip]] steak, oxtail, [[Cookbook:Tripe|tripe]], pig feet, and pig skin. It is also normally topped with a slightly spicy onion and oil sauce called quiquirimichi. Serves 4–6. ==Ingredients== * 1 1/2 [[Cookbook:Cup|cups]] [[cookbook:Hominy|hominy]], dried or canned * 1 cup dried white beans, [[cookbook:Fava Bean|fava beans]], or [[cookbook:Lima bean|lima beans]] * [[cookbook:Olive Oil|Olive oil]] * 1/2 lb. [[cookbook:Pork|pork shoulder]], cubed or sliced * 1/2 lb. [[cookbook:Grilled_Beef_Steak#Cuts|flank steak]], cubed or sliced * Salt and pepper * 1/2 lb. [[Cookbook:Chorizo|chorizo]], sliced * 1/2 lb. [[Cookbook:Bacon|bacon]], preferably unsmoked; diced * 1 [[Cookbook:Onion|yellow onion]], diced * 1 [[Cookbook:Leek|leek]], halved and sliced * 3 [[Cookbook:Garlic|garlic cloves]], minced * 1 tbsp. [[Cookbook:Tomato Paste|tomato paste]] * 2 tbsp. dried [[Cookbook:Oregano|oregano]] * 1 tbsp. [[Cookbook:Paprika|sweet paprika]] * 1 tbsp. [[Cookbook:Paprika|smoked paprika]] * 2 tsp. red pepper flake, divided * 1 [[Cookbook:Bay Leaf|bay leaf]] * 1 [[Cookbook:Acorn Squash|acorn squash]], peeled, seeded, and diced * Either 1 or 2 pigs feet (boiled and quartered), 1 or 2 pieces of oxtail (boiled), or a sheet of pig skin (boiled and but into small pieces); these ingredients have a lot of cartilage, bone, and/or connective tissue with high gelatin content, which will help in thickening the locro * 10 cups water or [[Cookbook:Chicken Stock|chicken stock]] (I like using water since I think stock could mask some of the other flavors * [[Cookbook:Green Onion|Scallions]], sliced * 1 tbsp. [[Cookbook:Paprika|smoked paprika]] ==Procedure== #If using dried hominy, rinse until water runs clear. Place in a bowl with the beans, cover with water, and soak for at least 8 hours or overnight. If using canned hominy, skip this step and just soak the beans. #Heat some olive oil in a pot over medium-high heat. Season pork and steak with salt and pepper. Brown the meat in batches, turning until browned all over, about 5 minutes. Set aside. #Add chorizo and bacon, cooking for another 2 minutes. #Add onion, leek, and garlic, cooking until soft, another 3 minutes. #Add tomato paste, oregano, sweet paprika, 1 tsp. red pepper flake, and bay leaf. Cook for 2 minutes, then return meat to the pan with the drained hominy and beans, squash, pig feet/oxtail/pig skin, and water or stock. #Bring to a boil, reduce heat to medium, partially cover, and cook until hominy and beans are tender, about 2 hours. #Near the end of cooking, start making the quiquirimichi. Add some olive oil to a sauté pan and place over medium heat. Add a large amount of chopped scallions and cook until slightly soft. Then add smoked paprika and remaining red pepper flakes. Adjust salt and pepper to taste. Heat the sauce through in a sauté pan. #Divide stew into bowls and drizzle with the quiquirimichi. ==External links== {{wikipedia|Locro}} [[Category:Pork recipes]] [[Category:Beef recipes]] [[Category:Corn recipes]] [[Category:Bean recipes]] [[Category:Argentine recipes]] [[Category:Stew recipes]] [[Category:Main course recipes]] 7lb7vgmj00pphpy20yqbncno4wwr115 4089896 4089895 2022-08-09T16:36:33Z L10nM4st3r 3380243 wikitext text/x-wiki {{recipe}} | [[Cookbook:Cuisine of Argentina|Cuisine of Argentina]] | [[Cookbook:Meat|Meat]] {{delete|Copivio template added more than seven days ago.}} {{Copyvio|https://hispanicfoodnetwork.com/locro-winter-stew/}}__NOTOC__ [[File:Locro_argentino.jpg|thumb]] While much of Argentina's food finds its origins in Spanish and Italian cuisine, locro is one of the most notable examples of indigenous influence on the country's culinary traditions. It is a meat and vegetable stew typically served on special occasions like holidays. While every family's locro can be slightly different, the main ingredients almost always include [[Cookbook:Hominy|hominy]], [[Cookbook:Fava Bean|fava beans]] or [[Cookbook:Lima bean|lima beans]], and some kind of [[Cookbook:Squash|squash]]. The variety of meats found in locro can differ between families, but both pork and beef are almost always present. Typical meats found in locro include [[Cookbook:Pork|pork shoulder]], [[Cookbook:Chorizo|chorizo]], [[Cookbook:Bacon|bacon]], [[Cookbook:Grilled_Beef_Steak#Cuts|flank]] or [[Cookbook:Grilled_Beef_Steak#Cuts|strip]] steak, oxtail, [[Cookbook:Tripe|tripe]], pig feet, and pig skin. It is also normally topped with a slightly spicy onion and oil sauce called quiquirimichi. Serves 4–6. ==Ingredients== * 1 1/2 [[Cookbook:Cup|cups]] [[cookbook:Hominy|hominy]], dried or canned * 1 cup dried white beans, [[cookbook:Fava Bean|fava beans]], or [[cookbook:Lima bean|lima beans]] * [[cookbook:Olive Oil|Olive oil]] * 1/2 lb. [[cookbook:Pork|pork shoulder]], cubed or sliced * 1/2 lb. [[cookbook:Grilled_Beef_Steak#Cuts|flank steak]], cubed or sliced * Salt and pepper * 1/2 lb. [[Cookbook:Chorizo|chorizo]], sliced * 1/2 lb. [[Cookbook:Bacon|bacon]], preferably unsmoked; diced * 1 [[Cookbook:Onion|yellow onion]], diced * 1 [[Cookbook:Leek|leek]], halved and sliced * 3 [[Cookbook:Garlic|garlic cloves]], minced * 1 tbsp. [[Cookbook:Tomato Paste|tomato paste]] * 2 tbsp. dried [[Cookbook:Oregano|oregano]] * 1 tbsp. [[Cookbook:Paprika|sweet paprika]] * 1 tbsp. [[Cookbook:Paprika|smoked paprika]] * 2 tsp. red pepper flake, divided * 1 [[Cookbook:Bay Leaf|bay leaf]] * 1 [[Cookbook:Acorn Squash|acorn squash]], peeled, seeded, and diced * Either 1 or 2 pigs feet (boiled and quartered), 1 or 2 pieces of oxtail (boiled), or a sheet of pig skin (boiled and but into small pieces); these ingredients have a lot of cartilage, bone, and/or connective tissue with high gelatin content, which will help in thickening the locro * 10 cups water or [[Cookbook:Chicken Stock|chicken stock]] (I like using water since I think stock could mask some of the other flavors * [[Cookbook:Green Onion|Scallions]], sliced * 1 tbsp. [[Cookbook:Paprika|smoked paprika]] ==Procedure== #If using dried hominy, rinse until water runs clear. Place in a bowl with the beans, cover with water, and soak for at least 8 hours or overnight. If using canned hominy, skip this step and just soak the beans. #Heat some olive oil in a pot over medium-high heat. Season pork and steak with salt and pepper. Brown the meat in batches, turning until browned all over, about 5 minutes. Set aside. #Add chorizo and bacon, cooking for another 2 minutes. #Add onion, leek, and garlic, cooking until soft, another 3 minutes. #Add tomato paste, oregano, sweet paprika, 1 tsp. red pepper flake, and bay leaf. Cook for 2 minutes, then return meat to the pan with the drained hominy and beans, squash, pig feet/oxtail/pig skin, and water or stock. #Bring to a boil, reduce heat to medium, partially cover, and cook until hominy and beans are tender, about 2 hours. #Near the end of cooking, start making the quiquirimichi. Add some olive oil to a sauté pan and place over medium heat. Add a large amount of chopped scallions and cook until slightly soft. Then add smoked paprika and remaining red pepper flakes. Adjust salt and pepper to taste. Heat the sauce through in a sauté pan. #Divide stew into bowls and drizzle with the quiquirimichi. ==External links== {{wikipedia|Locro}} [[Category:Pork recipes]] [[Category:Beef recipes]] [[Category:Corn recipes]] [[Category:Bean recipes]] [[Category:Argentine recipes]] [[Category:Stew recipes]] [[Category:Main course recipes]] m7njo7su32b7899wb33zm4bffscn5pi Public International Law/Approaches/TWAIL 0 434682 4089857 4089825 2022-08-09T13:35:51Z Sué González Hauck 3330959 /* I. The Civilising Mission */ wikitext text/x-wiki <p style="clear: both;"></p> {{OpenRewi/Chapter-Top}} <p style="clear: both;"></p> <!--Please do not delete the part above this comment--> {{Template:OpenRewi/WIP}}<!--You can delete this template as soon as your text is (provisionally) finished--> <big>'''Authors:''' Shubhangi Agarwalla, Sué González Hauck, Thamil Venthan Ananthavinayagan<!--Please enter the author names and/or link users here--></big> <blockquote>'''Required knowledge:''' Link<!--Please insert links to other parts of the book or other books that are needed as prior knowledge--> </blockquote> <blockquote>'''Learning objectives:''' Understanding XY.<!--Please enter the learning objective for your chapter--> </blockquote> ==A. Introduction to TWAIL: Method and Movement == ==B. Points of Departure and TWAIL Trajectories == ===I. Introduction to the Concepts of the Third World and the Global South=== The term ‘Third World’ originates from the time of the bipolar Cold War opposition between the First World, comprised of the member states of the North Atlantic Treaty Organization (NATO), and the Second World, organized in the Warsaw Pact, in the second half of the 20<sup>th</sup> century. The Third World rallied not only around the idea of non-alignment but also around a shared history of being subjected to European colonialism. As a politically institutionalised project, the Third World took shape in several conferences, of which the Afro-Asian meetings in Bandung<ref>For an in-depth engagement with the Bandung conference from a TWAIL perspective, see Luis Eslava/Michael Fakhri/Vasuki Nesiah (eds), ''Bandung, Global History, and International Law: critical pasts and pending futures'' (Cambridge University Press 2017).</ref> in 1955 and in Cairo in 1961, the inaugural conference of the Non-Aligned Movement in Belgrade in 1961, and the Tricontinental Conference in Havana in 1966 stand out.<ref>Vijay Prashad, ''The Darker Nations: A People’s History of the Third World'' (The New Press 2008).</ref> Today, the term ‘Third World’ has been partially replaced by the term ‘Global South’. This latter term bears less direct links to the Cold War bloc opposition and points instead at a critique of the kind of neoliberal globalization that gained traction in the 1990s after the collapse of the Soviet Union. ===II. Engaging with the Colonial Heritage of International Law === The main aspect that unites TWAIL scholarship despite the heterogeneity of the movement is the shared endeavour of grappling with international law's colonial past - and present. Several influential TWAIL authors, including Antony Anghie, Sundhya Pahuja, and, most recently, Ntina Tzouvala have examined the structure of international legal arguments through history to show how colonial and racist thought animates international law. Anghie argues that it is the 'dynamic of difference' which generates the concepts and dichotomies that are fundamental to the formation of international law.<ref>Antony Anghie, ''Imperialism, Sovereignty and the Making of International Law'' (Cambridge University Press 2005) 9.</ref> With the term 'dynamic of difference', Anghie refers to the conceptual tools positivist international lawyers deployed to, first, postulate a gap between the civilised European and the uncivilised non-European world and, second, to construct and employ techniques to bridge this gap, i.e. to civilise the uncivilised, to engage in the civilising mission.<ref>Antony Anghie, ''Imperialism, Sovereignty and the Making of International Law'' (Cambridge University Press 2005) 37, 56.</ref> The civilising mission, the idea that non-European peoples are savages, barbaric, backward, violent and that European peoples thus must educate, convert, redeem, develop, pacify - in short, cilivise - them has been used to justify continues intervention by European countries and other countries of the Global North - the West - in Third World countries.<ref>TWAIL & Individual Responsibility 85</ref> Pahuja emphasises that international law constructs its own subjects and objects. It does not merely rely on a number of foundational notions, such as the state, the international, or the law. Nor does it merely apply to objects external to it, like the economy. Rather, through definitions that make categorial cuts between what is inside and outside certain categories, international law produces these categories even though it is deemed to be founded on them.<ref>Sundhya Pahuja, ''Decolonising International Law: Development, Economic Growth and the Politics of Universality'' (Cambridge University Press) 26.</ref> As the production of international law's foundational concepts has occured through the colonial encounter and through the particular contexts of several imperial and post-imperial projects, the shape these concepts gained is determined by these very particular contexts. Simultaneously, however, international law posits the legal categories it produces as universally true. It is the interplay between international law's self-formation in (post)colonial contexts and international law's universalising gestures that produce what Pahuja calls international law's 'critical instability'.<ref>Sundhya Pahuja, ''Decolonising International Law: Development, Economic Growth and the Politics of Universality'' (Cambridge University Press) 25 et seq.</ref> 'The instability is ‘critical’ in both senses of the word, for it is simultaneously a threat to the reach and existence of international legality and an essential, generative dimension of it'.<ref>Sundhya Pahuja, ''Decolonising International Law: Development, Economic Growth and the Politics of Universality'' (Cambridge University Press) 25; Cf. Peter Fitzpatrick and Patricia Tuitt, ‘Introduction’ in Peter Fitzpatrick and Patricia Tuitt (eds), ''Critical Beings: Race, Nation and the Global Legal Subject'' (London: Ashgate Press 2003), xi–xx, xi.</ref> 'However, as we shall see in each of the telling instances explored in this book, the potential offered by the critical instability at the heart of international law is repeatedly contained by a ruling rationality, which operates in terms of a universal claim. A key dimension of that rationality is the position of development and economic growth vis-à-vis international law. The combination of the promise offered by international law’s critical instability and the subsumption by the ruling rationality of efforts to take up that promise explains international law’s dual quality, or its puzzling tendency to exhibit both imperial and counter-imperial dimensions.'<ref>Sundhya Pahuja, ''Decolonising International Law: Development, Economic Growth and the Politics of Universality'' (Cambridge University Press) 25.</ref> ===III. History of TWAIL as a Movement=== TWAIL as a rubric for an academic movement emerged in Harvard in 1996.<ref>Luis Eslava, TWAIL Coordinates https://criticallegalthinking.com/2019/04/02/twail-coordinates/</ref> To acknowledge the intellectual tradition within which scholars who started calling themselves TWAIL scholars in the 1990s were working, Antony Anghie and B.S. Chimni coined the term ‘TWAIL I’ and ‘TWAIL II’. With the term 'TWAIL I', Anghie and Chimni referred to scholars like Georges Abi-Saab, F. Garcia-Amador, R.P. Anand, Mohammed Bedjaoui, and Taslim O. Elias, the first generation of international law scholars from newly independent states, who grappled with the exclusions that a Eurocentric and colonial international law had produced.<ref>Antony Anghie and B.S. Chimni, 'Third World Approaches to International Law and Individual Responsibility in Internal Conflicts' (2003) Chinese Journal of International Law 77, 79 et seq.</ref> TWAIL II scholars started building on the legacy of the aforementioned scholars while further developing the analytical tools necessary to engage with international law from a Third World perspective. This meant taking a critical stance towards some of the main tenets of TWAIL I thought. TWAIL II scholars shifted their attention and normative commitment from the post-colonial state to the people living in the Third World, which allowed for analyses that could take into account the violence within post-colonial states as well as conflicts generated by class, race, and gender.<ref>Antony Anghie and B.S. Chimni, 'Third World Approaches to International Law and Individual Responsibility in Internal Conflicts' (2003) Chinese Journal of International Law 77, 82.</ref> Additionally, the shift from 'TWAIL I' to 'TWAIL II' meant a shift in general attitudes regarding the role of colonialism in international law. While TWAIL I scholars had treated colonialism as an aberration, which could be broken with and remedied by using and slightly modifying the techniques of the existing international legal order, TWAIL II scholars turned to the history and theory of international law to show how colonialism has been a central and defining feature of the formation of international law.<ref>Antony Anghie and B.S. Chimni, 'Third World Approaches to International Law and Individual Responsibility in Internal Conflicts' (2003) Chinese Journal of International Law 77, 84.</ref> ==C. TWAIL Engagements with Core International Law Doctrines== ===I. Third World Approaches to the State in International Law=== ===II. Third World Approaches to the Sources of International Law=== ===III. Third World Approaches to International Human Rights Law=== ===IV. Third World Approaches to International Economic Law=== ==D. TWAIL Methodologies== ===I. TWAIL and 'Strategic Formalism'=== ===II. TWAIL and the Turn to History in International Law=== ===III. TWAIL and the Turn to Political Economy in International Law=== ===IV. TWAIL and Critical Race Theory=== ===V. Feminist TWAIL=== ==E. Recurring and Emerging Themes in TWAIL Scholarship== ===I. The Civilising Mission and the Standard of Civilisation=== ===II. Development=== ===III. Good Governance=== ===IV. Democracy=== ===V. Transparency and Accountability of International Institutions=== ===VI. Borders and Migration=== ==Further Readings== * Source I * Source II ==Conclusion== * Summary I * Summary II <!--Please do not delete the part under this comment--> {{OpenRewi/Chapter-End}} {{BookCat}} 2pdc8mtzdxjwmtnvpaxytl8adatkexn 4089860 4089857 2022-08-09T13:53:07Z Sué González Hauck 3330959 /* II. Engaging with the Colonial Heritage of International Law */ wikitext text/x-wiki <p style="clear: both;"></p> {{OpenRewi/Chapter-Top}} <p style="clear: both;"></p> <!--Please do not delete the part above this comment--> {{Template:OpenRewi/WIP}}<!--You can delete this template as soon as your text is (provisionally) finished--> <big>'''Authors:''' Shubhangi Agarwalla, Sué González Hauck, Thamil Venthan Ananthavinayagan<!--Please enter the author names and/or link users here--></big> <blockquote>'''Required knowledge:''' Link<!--Please insert links to other parts of the book or other books that are needed as prior knowledge--> </blockquote> <blockquote>'''Learning objectives:''' Understanding XY.<!--Please enter the learning objective for your chapter--> </blockquote> ==A. Introduction to TWAIL: Method and Movement == ==B. Points of Departure and TWAIL Trajectories == ===I. Introduction to the Concepts of the Third World and the Global South=== The term ‘Third World’ originates from the time of the bipolar Cold War opposition between the First World, comprised of the member states of the North Atlantic Treaty Organization (NATO), and the Second World, organized in the Warsaw Pact, in the second half of the 20<sup>th</sup> century. The Third World rallied not only around the idea of non-alignment but also around a shared history of being subjected to European colonialism. As a politically institutionalised project, the Third World took shape in several conferences, of which the Afro-Asian meetings in Bandung<ref>For an in-depth engagement with the Bandung conference from a TWAIL perspective, see Luis Eslava/Michael Fakhri/Vasuki Nesiah (eds), ''Bandung, Global History, and International Law: critical pasts and pending futures'' (Cambridge University Press 2017).</ref> in 1955 and in Cairo in 1961, the inaugural conference of the Non-Aligned Movement in Belgrade in 1961, and the Tricontinental Conference in Havana in 1966 stand out.<ref>Vijay Prashad, ''The Darker Nations: A People’s History of the Third World'' (The New Press 2008).</ref> Today, the term ‘Third World’ has been partially replaced by the term ‘Global South’. This latter term bears less direct links to the Cold War bloc opposition and points instead at a critique of the kind of neoliberal globalization that gained traction in the 1990s after the collapse of the Soviet Union. ===II. Engaging with the Colonial Heritage of International Law === The main aspect that unites TWAIL scholarship despite the heterogeneity of the movement is the shared endeavour of grappling with international law's colonial past - and present. Several influential TWAIL authors, including Antony Anghie, Sundhya Pahuja, and, most recently, Ntina Tzouvala have examined the structure of international legal arguments through history to show how colonial and racist thought animates international law. Anghie argues that it is the 'dynamic of difference' which generates the concepts and dichotomies that are fundamental to the formation of international law.<ref>Antony Anghie, ''Imperialism, Sovereignty and the Making of International Law'' (Cambridge University Press 2005) 9.</ref> With the term 'dynamic of difference', Anghie refers to the conceptual tools positivist international lawyers deployed to, first, postulate a gap between the civilised European and the uncivilised non-European world and, second, to construct and employ techniques to bridge this gap, i.e. to civilise the uncivilised, to engage in the civilising mission.<ref>Antony Anghie, ''Imperialism, Sovereignty and the Making of International Law'' (Cambridge University Press 2005) 37, 56.</ref> The civilising mission, the idea that non-European peoples are savages, barbaric, backward, violent and that European peoples thus must educate, convert, redeem, develop, pacify - in short, cilivise - them has been used to justify continues intervention by European countries and other countries of the Global North - the West - in Third World countries.<ref>TWAIL & Individual Responsibility 85</ref> Pahuja emphasises that international law constructs its own subjects and objects. It does not merely rely on a number of foundational notions, such as the state, the international, or the law. Nor does it merely apply to objects external to it, like the economy. Rather, through definitions that make categorial cuts between what is inside and outside certain categories, international law produces these categories even though it is deemed to be founded on them.<ref>Sundhya Pahuja, ''Decolonising International Law: Development, Economic Growth and the Politics of Universality'' (Cambridge University Press) 26.</ref> As the production of international law's foundational concepts has occured through the colonial encounter and through the particular contexts of several imperial and post-imperial projects, the shape these concepts gained is determined by these very particular contexts. Simultaneously, however, international law posits the legal categories it produces as universally true. It is the interplay between international law's self-formation in (post)colonial contexts and international law's universalising gestures that produce what Pahuja calls international law's 'critical instability'.<ref>Sundhya Pahuja, ''Decolonising International Law: Development, Economic Growth and the Politics of Universality'' (Cambridge University Press) 25 et seq.</ref> 'The instability is ‘critical’ in both senses of the word, for it is simultaneously a threat to the reach and existence of international legality and an essential, generative dimension of it'.<ref>Sundhya Pahuja, ''Decolonising International Law: Development, Economic Growth and the Politics of Universality'' (Cambridge University Press) 25; Cf. Peter Fitzpatrick and Patricia Tuitt, ‘Introduction’ in Peter Fitzpatrick and Patricia Tuitt (eds), ''Critical Beings: Race, Nation and the Global Legal Subject'' (London: Ashgate Press 2003), xi–xx, xi.</ref> Pahuja's work has focused on how the potential offered by this critical instability, a potential of pointing out international law's shortcomings in terms of its own aspirations towards universal justice and thus using international law in emancipatory ways, has been repeatedly contained by a ruling rationality. 'A key dimension of that rationality is the position of development and economic growth vis-à-vis international law. The combination of the promise offered by international law’s critical instability and the subsumption by the ruling rationality of efforts to take up that promise explains international law’s dual quality, or its puzzling tendency to exhibit both imperial and counter-imperial dimensions.'<ref>Sundhya Pahuja, ''Decolonising International Law: Development, Economic Growth and the Politics of Universality'' (Cambridge University Press) 25.</ref> Ntina Tzouvala focuses on the standard of civilisation as a set of argumentative patterns, which oscillate between two modes of distinguishing between 'the West and the rest'. The first is what she calls the 'logic of biology'. It is based on biological racism and the isurmountable barriers it erects against colonised and formerly colonised peoples gaining equal rights and obligations under international law. The second, the 'logic of improvement' in Tzouvala's terminology, replaces definitive exclusion with conditional inclusion, offering peoples of the 'Third World' a prospect for gaining equal rights and obligations. The condition for gaining such equal recognition, as Tzouvala argues, has been capitalist transformation.<ref>Ntina Tzouvala, ''Capitalism as Civilisation: A History of International Law'' (Cambridge University Press 2020) 1-7.</ref> ===III. History of TWAIL as a Movement=== TWAIL as a rubric for an academic movement emerged in Harvard in 1996.<ref>Luis Eslava, TWAIL Coordinates https://criticallegalthinking.com/2019/04/02/twail-coordinates/</ref> To acknowledge the intellectual tradition within which scholars who started calling themselves TWAIL scholars in the 1990s were working, Antony Anghie and B.S. Chimni coined the term ‘TWAIL I’ and ‘TWAIL II’. With the term 'TWAIL I', Anghie and Chimni referred to scholars like Georges Abi-Saab, F. Garcia-Amador, R.P. Anand, Mohammed Bedjaoui, and Taslim O. Elias, the first generation of international law scholars from newly independent states, who grappled with the exclusions that a Eurocentric and colonial international law had produced.<ref>Antony Anghie and B.S. Chimni, 'Third World Approaches to International Law and Individual Responsibility in Internal Conflicts' (2003) Chinese Journal of International Law 77, 79 et seq.</ref> TWAIL II scholars started building on the legacy of the aforementioned scholars while further developing the analytical tools necessary to engage with international law from a Third World perspective. This meant taking a critical stance towards some of the main tenets of TWAIL I thought. TWAIL II scholars shifted their attention and normative commitment from the post-colonial state to the people living in the Third World, which allowed for analyses that could take into account the violence within post-colonial states as well as conflicts generated by class, race, and gender.<ref>Antony Anghie and B.S. Chimni, 'Third World Approaches to International Law and Individual Responsibility in Internal Conflicts' (2003) Chinese Journal of International Law 77, 82.</ref> Additionally, the shift from 'TWAIL I' to 'TWAIL II' meant a shift in general attitudes regarding the role of colonialism in international law. While TWAIL I scholars had treated colonialism as an aberration, which could be broken with and remedied by using and slightly modifying the techniques of the existing international legal order, TWAIL II scholars turned to the history and theory of international law to show how colonialism has been a central and defining feature of the formation of international law.<ref>Antony Anghie and B.S. Chimni, 'Third World Approaches to International Law and Individual Responsibility in Internal Conflicts' (2003) Chinese Journal of International Law 77, 84.</ref> ==C. TWAIL Engagements with Core International Law Doctrines== ===I. Third World Approaches to the State in International Law=== ===II. Third World Approaches to the Sources of International Law=== ===III. Third World Approaches to International Human Rights Law=== ===IV. Third World Approaches to International Economic Law=== ==D. TWAIL Methodologies== ===I. TWAIL and 'Strategic Formalism'=== ===II. TWAIL and the Turn to History in International Law=== ===III. TWAIL and the Turn to Political Economy in International Law=== ===IV. TWAIL and Critical Race Theory=== ===V. Feminist TWAIL=== ==E. Recurring and Emerging Themes in TWAIL Scholarship== ===I. The Civilising Mission and the Standard of Civilisation=== ===II. Development=== ===III. Good Governance=== ===IV. Democracy=== ===V. Transparency and Accountability of International Institutions=== ===VI. Borders and Migration=== ==Further Readings== * Source I * Source II ==Conclusion== * Summary I * Summary II <!--Please do not delete the part under this comment--> {{OpenRewi/Chapter-End}} {{BookCat}} gx9wu5761ggafcob7gtgsuqfz96vrfl 4089862 4089860 2022-08-09T13:56:48Z Sué González Hauck 3330959 /* II. Engaging with the Colonial Heritage of International Law */ wikitext text/x-wiki <p style="clear: both;"></p> {{OpenRewi/Chapter-Top}} <p style="clear: both;"></p> <!--Please do not delete the part above this comment--> {{Template:OpenRewi/WIP}}<!--You can delete this template as soon as your text is (provisionally) finished--> <big>'''Authors:''' Shubhangi Agarwalla, Sué González Hauck, Thamil Venthan Ananthavinayagan<!--Please enter the author names and/or link users here--></big> <blockquote>'''Required knowledge:''' Link<!--Please insert links to other parts of the book or other books that are needed as prior knowledge--> </blockquote> <blockquote>'''Learning objectives:''' Understanding XY.<!--Please enter the learning objective for your chapter--> </blockquote> ==A. Introduction to TWAIL: Method and Movement == ==B. Points of Departure and TWAIL Trajectories == ===I. Introduction to the Concepts of the Third World and the Global South=== The term ‘Third World’ originates from the time of the bipolar Cold War opposition between the First World, comprised of the member states of the North Atlantic Treaty Organization (NATO), and the Second World, organized in the Warsaw Pact, in the second half of the 20<sup>th</sup> century. The Third World rallied not only around the idea of non-alignment but also around a shared history of being subjected to European colonialism. As a politically institutionalised project, the Third World took shape in several conferences, of which the Afro-Asian meetings in Bandung<ref>For an in-depth engagement with the Bandung conference from a TWAIL perspective, see Luis Eslava/Michael Fakhri/Vasuki Nesiah (eds), ''Bandung, Global History, and International Law: critical pasts and pending futures'' (Cambridge University Press 2017).</ref> in 1955 and in Cairo in 1961, the inaugural conference of the Non-Aligned Movement in Belgrade in 1961, and the Tricontinental Conference in Havana in 1966 stand out.<ref>Vijay Prashad, ''The Darker Nations: A People’s History of the Third World'' (The New Press 2008).</ref> Today, the term ‘Third World’ has been partially replaced by the term ‘Global South’. This latter term bears less direct links to the Cold War bloc opposition and points instead at a critique of the kind of neoliberal globalization that gained traction in the 1990s after the collapse of the Soviet Union. ===II. Engaging with the Colonial Legacies of International Law === The main aspect that unites TWAIL scholarship despite the heterogeneity of the movement is the shared endeavour of grappling with international law's colonial legacies.<ref>Usha Natarajan et al, 'Introduction: TWAIL - on praxis and the intellectual' (2016) 37 Third World Quarterly, 1946-1956, 1946.</ref> Several influential TWAIL authors, including Antony Anghie, Sundhya Pahuja, and, most recently, Ntina Tzouvala have examined the structure of international legal arguments through history to show how colonial and racist thought animates international law. Anghie argues that it is the 'dynamic of difference' which generates the concepts and dichotomies that are fundamental to the formation of international law.<ref>Antony Anghie, ''Imperialism, Sovereignty and the Making of International Law'' (Cambridge University Press 2005) 9.</ref> With the term 'dynamic of difference', Anghie refers to the conceptual tools positivist international lawyers deployed to, first, postulate a gap between the civilised European and the uncivilised non-European world and, second, to construct and employ techniques to bridge this gap, i.e. to civilise the uncivilised, to engage in the civilising mission.<ref>Antony Anghie, ''Imperialism, Sovereignty and the Making of International Law'' (Cambridge University Press 2005) 37, 56.</ref> The civilising mission, the idea that non-European peoples are savages, barbaric, backward, violent and that European peoples thus must educate, convert, redeem, develop, pacify - in short, cilivise - them has been used to justify continues intervention by European countries and other countries of the Global North - the West - in Third World countries.<ref>TWAIL & Individual Responsibility 85</ref> Pahuja emphasises that international law constructs its own subjects and objects. It does not merely rely on a number of foundational notions, such as the state, the international, or the law. Nor does it merely apply to objects external to it, like the economy. Rather, through definitions that make categorial cuts between what is inside and outside certain categories, international law produces these categories even though it is deemed to be founded on them.<ref>Sundhya Pahuja, ''Decolonising International Law: Development, Economic Growth and the Politics of Universality'' (Cambridge University Press) 26.</ref> As the production of international law's foundational concepts has occured through the colonial encounter and through the particular contexts of several imperial and post-imperial projects, the shape these concepts gained is determined by these very particular contexts. Simultaneously, however, international law posits the legal categories it produces as universally true. It is the interplay between international law's self-formation in (post)colonial contexts and international law's universalising gestures that produce what Pahuja calls international law's 'critical instability'.<ref>Sundhya Pahuja, ''Decolonising International Law: Development, Economic Growth and the Politics of Universality'' (Cambridge University Press) 25 et seq.</ref> 'The instability is ‘critical’ in both senses of the word, for it is simultaneously a threat to the reach and existence of international legality and an essential, generative dimension of it'.<ref>Sundhya Pahuja, ''Decolonising International Law: Development, Economic Growth and the Politics of Universality'' (Cambridge University Press) 25; Cf. Peter Fitzpatrick and Patricia Tuitt, ‘Introduction’ in Peter Fitzpatrick and Patricia Tuitt (eds), ''Critical Beings: Race, Nation and the Global Legal Subject'' (London: Ashgate Press 2003), xi–xx, xi.</ref> Pahuja's work has focused on how the potential offered by this critical instability, a potential of pointing out international law's shortcomings in terms of its own aspirations towards universal justice and thus using international law in emancipatory ways, has been repeatedly contained by a ruling rationality. 'A key dimension of that rationality is the position of development and economic growth vis-à-vis international law. The combination of the promise offered by international law’s critical instability and the subsumption by the ruling rationality of efforts to take up that promise explains international law’s dual quality, or its puzzling tendency to exhibit both imperial and counter-imperial dimensions.'<ref>Sundhya Pahuja, ''Decolonising International Law: Development, Economic Growth and the Politics of Universality'' (Cambridge University Press) 25.</ref> Ntina Tzouvala focuses on the standard of civilisation as a set of argumentative patterns, which oscillate between two modes of distinguishing between 'the West and the rest'. The first is what she calls the 'logic of biology'. It is based on biological racism and the isurmountable barriers it erects against colonised and formerly colonised peoples gaining equal rights and obligations under international law. The second, the 'logic of improvement' in Tzouvala's terminology, replaces definitive exclusion with conditional inclusion, offering peoples of the 'Third World' a prospect for gaining equal rights and obligations. The condition for gaining such equal recognition, as Tzouvala argues, has been capitalist transformation.<ref>Ntina Tzouvala, ''Capitalism as Civilisation: A History of International Law'' (Cambridge University Press 2020) 1-7.</ref> ===III. History of TWAIL as a Movement=== TWAIL as a rubric for an academic movement emerged in Harvard in 1996.<ref>Luis Eslava, TWAIL Coordinates https://criticallegalthinking.com/2019/04/02/twail-coordinates/</ref> To acknowledge the intellectual tradition within which scholars who started calling themselves TWAIL scholars in the 1990s were working, Antony Anghie and B.S. Chimni coined the term ‘TWAIL I’ and ‘TWAIL II’. With the term 'TWAIL I', Anghie and Chimni referred to scholars like Georges Abi-Saab, F. Garcia-Amador, R.P. Anand, Mohammed Bedjaoui, and Taslim O. Elias, the first generation of international law scholars from newly independent states, who grappled with the exclusions that a Eurocentric and colonial international law had produced.<ref>Antony Anghie and B.S. Chimni, 'Third World Approaches to International Law and Individual Responsibility in Internal Conflicts' (2003) Chinese Journal of International Law 77, 79 et seq.</ref> TWAIL II scholars started building on the legacy of the aforementioned scholars while further developing the analytical tools necessary to engage with international law from a Third World perspective. This meant taking a critical stance towards some of the main tenets of TWAIL I thought. TWAIL II scholars shifted their attention and normative commitment from the post-colonial state to the people living in the Third World, which allowed for analyses that could take into account the violence within post-colonial states as well as conflicts generated by class, race, and gender.<ref>Antony Anghie and B.S. Chimni, 'Third World Approaches to International Law and Individual Responsibility in Internal Conflicts' (2003) Chinese Journal of International Law 77, 82.</ref> Additionally, the shift from 'TWAIL I' to 'TWAIL II' meant a shift in general attitudes regarding the role of colonialism in international law. While TWAIL I scholars had treated colonialism as an aberration, which could be broken with and remedied by using and slightly modifying the techniques of the existing international legal order, TWAIL II scholars turned to the history and theory of international law to show how colonialism has been a central and defining feature of the formation of international law.<ref>Antony Anghie and B.S. Chimni, 'Third World Approaches to International Law and Individual Responsibility in Internal Conflicts' (2003) Chinese Journal of International Law 77, 84.</ref> ==C. TWAIL Engagements with Core International Law Doctrines== ===I. Third World Approaches to the State in International Law=== ===II. Third World Approaches to the Sources of International Law=== ===III. Third World Approaches to International Human Rights Law=== ===IV. Third World Approaches to International Economic Law=== ==D. TWAIL Methodologies== ===I. TWAIL and 'Strategic Formalism'=== ===II. TWAIL and the Turn to History in International Law=== ===III. TWAIL and the Turn to Political Economy in International Law=== ===IV. TWAIL and Critical Race Theory=== ===V. Feminist TWAIL=== ==E. Recurring and Emerging Themes in TWAIL Scholarship== ===I. The Civilising Mission and the Standard of Civilisation=== ===II. Development=== ===III. Good Governance=== ===IV. Democracy=== ===V. Transparency and Accountability of International Institutions=== ===VI. Borders and Migration=== ==Further Readings== * Source I * Source II ==Conclusion== * Summary I * Summary II <!--Please do not delete the part under this comment--> {{OpenRewi/Chapter-End}} {{BookCat}} fgly8881n9aqidq4xk38fi59c699iww 4089872 4089862 2022-08-09T15:08:02Z Sué González Hauck 3330959 /* D. TWAIL Methodologies */ wikitext text/x-wiki <p style="clear: both;"></p> {{OpenRewi/Chapter-Top}} <p style="clear: both;"></p> <!--Please do not delete the part above this comment--> {{Template:OpenRewi/WIP}}<!--You can delete this template as soon as your text is (provisionally) finished--> <big>'''Authors:''' Shubhangi Agarwalla, Sué González Hauck, Thamil Venthan Ananthavinayagan<!--Please enter the author names and/or link users here--></big> <blockquote>'''Required knowledge:''' Link<!--Please insert links to other parts of the book or other books that are needed as prior knowledge--> </blockquote> <blockquote>'''Learning objectives:''' Understanding XY.<!--Please enter the learning objective for your chapter--> </blockquote> ==A. Introduction to TWAIL: Method and Movement == ==B. Points of Departure and TWAIL Trajectories == ===I. Introduction to the Concepts of the Third World and the Global South=== The term ‘Third World’ originates from the time of the bipolar Cold War opposition between the First World, comprised of the member states of the North Atlantic Treaty Organization (NATO), and the Second World, organized in the Warsaw Pact, in the second half of the 20<sup>th</sup> century. The Third World rallied not only around the idea of non-alignment but also around a shared history of being subjected to European colonialism. As a politically institutionalised project, the Third World took shape in several conferences, of which the Afro-Asian meetings in Bandung<ref>For an in-depth engagement with the Bandung conference from a TWAIL perspective, see Luis Eslava/Michael Fakhri/Vasuki Nesiah (eds), ''Bandung, Global History, and International Law: critical pasts and pending futures'' (Cambridge University Press 2017).</ref> in 1955 and in Cairo in 1961, the inaugural conference of the Non-Aligned Movement in Belgrade in 1961, and the Tricontinental Conference in Havana in 1966 stand out.<ref>Vijay Prashad, ''The Darker Nations: A People’s History of the Third World'' (The New Press 2008).</ref> Today, the term ‘Third World’ has been partially replaced by the term ‘Global South’. This latter term bears less direct links to the Cold War bloc opposition and points instead at a critique of the kind of neoliberal globalization that gained traction in the 1990s after the collapse of the Soviet Union. ===II. Engaging with the Colonial Legacies of International Law === The main aspect that unites TWAIL scholarship despite the heterogeneity of the movement is the shared endeavour of grappling with international law's colonial legacies.<ref>Usha Natarajan et al, 'Introduction: TWAIL - on praxis and the intellectual' (2016) 37 Third World Quarterly, 1946-1956, 1946.</ref> Several influential TWAIL authors, including Antony Anghie, Sundhya Pahuja, and, most recently, Ntina Tzouvala have examined the structure of international legal arguments through history to show how colonial and racist thought animates international law. Anghie argues that it is the 'dynamic of difference' which generates the concepts and dichotomies that are fundamental to the formation of international law.<ref>Antony Anghie, ''Imperialism, Sovereignty and the Making of International Law'' (Cambridge University Press 2005) 9.</ref> With the term 'dynamic of difference', Anghie refers to the conceptual tools positivist international lawyers deployed to, first, postulate a gap between the civilised European and the uncivilised non-European world and, second, to construct and employ techniques to bridge this gap, i.e. to civilise the uncivilised, to engage in the civilising mission.<ref>Antony Anghie, ''Imperialism, Sovereignty and the Making of International Law'' (Cambridge University Press 2005) 37, 56.</ref> The civilising mission, the idea that non-European peoples are savages, barbaric, backward, violent and that European peoples thus must educate, convert, redeem, develop, pacify - in short, cilivise - them has been used to justify continues intervention by European countries and other countries of the Global North - the West - in Third World countries.<ref>TWAIL & Individual Responsibility 85</ref> Pahuja emphasises that international law constructs its own subjects and objects. It does not merely rely on a number of foundational notions, such as the state, the international, or the law. Nor does it merely apply to objects external to it, like the economy. Rather, through definitions that make categorial cuts between what is inside and outside certain categories, international law produces these categories even though it is deemed to be founded on them.<ref>Sundhya Pahuja, ''Decolonising International Law: Development, Economic Growth and the Politics of Universality'' (Cambridge University Press) 26.</ref> As the production of international law's foundational concepts has occured through the colonial encounter and through the particular contexts of several imperial and post-imperial projects, the shape these concepts gained is determined by these very particular contexts. Simultaneously, however, international law posits the legal categories it produces as universally true. It is the interplay between international law's self-formation in (post)colonial contexts and international law's universalising gestures that produce what Pahuja calls international law's 'critical instability'.<ref>Sundhya Pahuja, ''Decolonising International Law: Development, Economic Growth and the Politics of Universality'' (Cambridge University Press) 25 et seq.</ref> 'The instability is ‘critical’ in both senses of the word, for it is simultaneously a threat to the reach and existence of international legality and an essential, generative dimension of it'.<ref>Sundhya Pahuja, ''Decolonising International Law: Development, Economic Growth and the Politics of Universality'' (Cambridge University Press) 25; Cf. Peter Fitzpatrick and Patricia Tuitt, ‘Introduction’ in Peter Fitzpatrick and Patricia Tuitt (eds), ''Critical Beings: Race, Nation and the Global Legal Subject'' (London: Ashgate Press 2003), xi–xx, xi.</ref> Pahuja's work has focused on how the potential offered by this critical instability, a potential of pointing out international law's shortcomings in terms of its own aspirations towards universal justice and thus using international law in emancipatory ways, has been repeatedly contained by a ruling rationality. 'A key dimension of that rationality is the position of development and economic growth vis-à-vis international law. The combination of the promise offered by international law’s critical instability and the subsumption by the ruling rationality of efforts to take up that promise explains international law’s dual quality, or its puzzling tendency to exhibit both imperial and counter-imperial dimensions.'<ref>Sundhya Pahuja, ''Decolonising International Law: Development, Economic Growth and the Politics of Universality'' (Cambridge University Press) 25.</ref> Ntina Tzouvala focuses on the standard of civilisation as a set of argumentative patterns, which oscillate between two modes of distinguishing between 'the West and the rest'. The first is what she calls the 'logic of biology'. It is based on biological racism and the isurmountable barriers it erects against colonised and formerly colonised peoples gaining equal rights and obligations under international law. The second, the 'logic of improvement' in Tzouvala's terminology, replaces definitive exclusion with conditional inclusion, offering peoples of the 'Third World' a prospect for gaining equal rights and obligations. The condition for gaining such equal recognition, as Tzouvala argues, has been capitalist transformation.<ref>Ntina Tzouvala, ''Capitalism as Civilisation: A History of International Law'' (Cambridge University Press 2020) 1-7.</ref> ===III. History of TWAIL as a Movement=== TWAIL as a rubric for an academic movement emerged in Harvard in 1996.<ref>Luis Eslava, TWAIL Coordinates https://criticallegalthinking.com/2019/04/02/twail-coordinates/</ref> To acknowledge the intellectual tradition within which scholars who started calling themselves TWAIL scholars in the 1990s were working, Antony Anghie and B.S. Chimni coined the term ‘TWAIL I’ and ‘TWAIL II’. With the term 'TWAIL I', Anghie and Chimni referred to scholars like Georges Abi-Saab, F. Garcia-Amador, R.P. Anand, Mohammed Bedjaoui, and Taslim O. Elias, the first generation of international law scholars from newly independent states, who grappled with the exclusions that a Eurocentric and colonial international law had produced.<ref>Antony Anghie and B.S. Chimni, 'Third World Approaches to International Law and Individual Responsibility in Internal Conflicts' (2003) Chinese Journal of International Law 77, 79 et seq.</ref> TWAIL II scholars started building on the legacy of the aforementioned scholars while further developing the analytical tools necessary to engage with international law from a Third World perspective. This meant taking a critical stance towards some of the main tenets of TWAIL I thought. TWAIL II scholars shifted their attention and normative commitment from the post-colonial state to the people living in the Third World, which allowed for analyses that could take into account the violence within post-colonial states as well as conflicts generated by class, race, and gender.<ref>Antony Anghie and B.S. Chimni, 'Third World Approaches to International Law and Individual Responsibility in Internal Conflicts' (2003) Chinese Journal of International Law 77, 82.</ref> Additionally, the shift from 'TWAIL I' to 'TWAIL II' meant a shift in general attitudes regarding the role of colonialism in international law. While TWAIL I scholars had treated colonialism as an aberration, which could be broken with and remedied by using and slightly modifying the techniques of the existing international legal order, TWAIL II scholars turned to the history and theory of international law to show how colonialism has been a central and defining feature of the formation of international law.<ref>Antony Anghie and B.S. Chimni, 'Third World Approaches to International Law and Individual Responsibility in Internal Conflicts' (2003) Chinese Journal of International Law 77, 84.</ref> ==C. TWAIL Engagements with Core International Law Doctrines== ===I. Third World Approaches to the State in International Law=== ===II. Third World Approaches to the Sources of International Law=== ===III. Third World Approaches to International Human Rights Law=== ===IV. Third World Approaches to International Economic Law=== ==D. TWAIL Methodologies== ===I. TWAIL and the Turn to History=== Methodologically, one of the main characteristics of TWAIL scholarship is its focus on history. 'History matters', as Luis Eslava reaffirms as the first of five TWAIL coordinates, which characterise the movement.<ref>https://criticallegalthinking.com/2019/04/02/twail-coordinates/</ref> The particular appreciation of history stems from TWAIL's aim of transforming international law. Understanding the past is a necessary prerequisite for transforming the present and the future.<ref>B.S. Chimni, 'The Past, Present and Future of International Law: A Critical Third World Approach' (2007) 8 Melbourne Journal of International Law 499, 500.</ref> TWAIL histories have pointed out the Eurocentric nature of existing histories of international law. They have focused on the co-constitution of international law and imperialism as well as on histories of Third World resistance, of alternative projects and movements. ===II. TWAIL and the Turn to Political Economy=== ===III. TWAIL and Critical Race Theory=== ===IV. Feminist TWAIL=== ===V. TWAIL and 'Strategic Formalism'=== ==E. Recurring and Emerging Themes in TWAIL Scholarship== ===I. The Civilising Mission and the Standard of Civilisation=== ===II. Development=== ===III. Good Governance=== ===IV. Democracy=== ===V. Transparency and Accountability of International Institutions=== ===VI. Borders and Migration=== ==Further Readings== * Source I * Source II ==Conclusion== * Summary I * Summary II <!--Please do not delete the part under this comment--> {{OpenRewi/Chapter-End}} {{BookCat}} f4i7hlqm3as3pkdprt4vk7qyd8ymd1m 4089881 4089872 2022-08-09T15:42:51Z Sué González Hauck 3330959 /* III. TWAIL and Critical Race Theory */ wikitext text/x-wiki <p style="clear: both;"></p> {{OpenRewi/Chapter-Top}} <p style="clear: both;"></p> <!--Please do not delete the part above this comment--> {{Template:OpenRewi/WIP}}<!--You can delete this template as soon as your text is (provisionally) finished--> <big>'''Authors:''' Shubhangi Agarwalla, Sué González Hauck, Thamil Venthan Ananthavinayagan<!--Please enter the author names and/or link users here--></big> <blockquote>'''Required knowledge:''' Link<!--Please insert links to other parts of the book or other books that are needed as prior knowledge--> </blockquote> <blockquote>'''Learning objectives:''' Understanding XY.<!--Please enter the learning objective for your chapter--> </blockquote> ==A. Introduction to TWAIL: Method and Movement == ==B. Points of Departure and TWAIL Trajectories == ===I. Introduction to the Concepts of the Third World and the Global South=== The term ‘Third World’ originates from the time of the bipolar Cold War opposition between the First World, comprised of the member states of the North Atlantic Treaty Organization (NATO), and the Second World, organized in the Warsaw Pact, in the second half of the 20<sup>th</sup> century. The Third World rallied not only around the idea of non-alignment but also around a shared history of being subjected to European colonialism. As a politically institutionalised project, the Third World took shape in several conferences, of which the Afro-Asian meetings in Bandung<ref>For an in-depth engagement with the Bandung conference from a TWAIL perspective, see Luis Eslava/Michael Fakhri/Vasuki Nesiah (eds), ''Bandung, Global History, and International Law: critical pasts and pending futures'' (Cambridge University Press 2017).</ref> in 1955 and in Cairo in 1961, the inaugural conference of the Non-Aligned Movement in Belgrade in 1961, and the Tricontinental Conference in Havana in 1966 stand out.<ref>Vijay Prashad, ''The Darker Nations: A People’s History of the Third World'' (The New Press 2008).</ref> Today, the term ‘Third World’ has been partially replaced by the term ‘Global South’. This latter term bears less direct links to the Cold War bloc opposition and points instead at a critique of the kind of neoliberal globalization that gained traction in the 1990s after the collapse of the Soviet Union. ===II. Engaging with the Colonial Legacies of International Law === The main aspect that unites TWAIL scholarship despite the heterogeneity of the movement is the shared endeavour of grappling with international law's colonial legacies.<ref>Usha Natarajan et al, 'Introduction: TWAIL - on praxis and the intellectual' (2016) 37 Third World Quarterly, 1946-1956, 1946.</ref> Several influential TWAIL authors, including Antony Anghie, Sundhya Pahuja, and, most recently, Ntina Tzouvala have examined the structure of international legal arguments through history to show how colonial and racist thought animates international law. Anghie argues that it is the 'dynamic of difference' which generates the concepts and dichotomies that are fundamental to the formation of international law.<ref>Antony Anghie, ''Imperialism, Sovereignty and the Making of International Law'' (Cambridge University Press 2005) 9.</ref> With the term 'dynamic of difference', Anghie refers to the conceptual tools positivist international lawyers deployed to, first, postulate a gap between the civilised European and the uncivilised non-European world and, second, to construct and employ techniques to bridge this gap, i.e. to civilise the uncivilised, to engage in the civilising mission.<ref>Antony Anghie, ''Imperialism, Sovereignty and the Making of International Law'' (Cambridge University Press 2005) 37, 56.</ref> The civilising mission, the idea that non-European peoples are savages, barbaric, backward, violent and that European peoples thus must educate, convert, redeem, develop, pacify - in short, cilivise - them has been used to justify continues intervention by European countries and other countries of the Global North - the West - in Third World countries.<ref>TWAIL & Individual Responsibility 85</ref> Pahuja emphasises that international law constructs its own subjects and objects. It does not merely rely on a number of foundational notions, such as the state, the international, or the law. Nor does it merely apply to objects external to it, like the economy. Rather, through definitions that make categorial cuts between what is inside and outside certain categories, international law produces these categories even though it is deemed to be founded on them.<ref>Sundhya Pahuja, ''Decolonising International Law: Development, Economic Growth and the Politics of Universality'' (Cambridge University Press) 26.</ref> As the production of international law's foundational concepts has occured through the colonial encounter and through the particular contexts of several imperial and post-imperial projects, the shape these concepts gained is determined by these very particular contexts. Simultaneously, however, international law posits the legal categories it produces as universally true. It is the interplay between international law's self-formation in (post)colonial contexts and international law's universalising gestures that produce what Pahuja calls international law's 'critical instability'.<ref>Sundhya Pahuja, ''Decolonising International Law: Development, Economic Growth and the Politics of Universality'' (Cambridge University Press) 25 et seq.</ref> 'The instability is ‘critical’ in both senses of the word, for it is simultaneously a threat to the reach and existence of international legality and an essential, generative dimension of it'.<ref>Sundhya Pahuja, ''Decolonising International Law: Development, Economic Growth and the Politics of Universality'' (Cambridge University Press) 25; Cf. Peter Fitzpatrick and Patricia Tuitt, ‘Introduction’ in Peter Fitzpatrick and Patricia Tuitt (eds), ''Critical Beings: Race, Nation and the Global Legal Subject'' (London: Ashgate Press 2003), xi–xx, xi.</ref> Pahuja's work has focused on how the potential offered by this critical instability, a potential of pointing out international law's shortcomings in terms of its own aspirations towards universal justice and thus using international law in emancipatory ways, has been repeatedly contained by a ruling rationality. 'A key dimension of that rationality is the position of development and economic growth vis-à-vis international law. The combination of the promise offered by international law’s critical instability and the subsumption by the ruling rationality of efforts to take up that promise explains international law’s dual quality, or its puzzling tendency to exhibit both imperial and counter-imperial dimensions.'<ref>Sundhya Pahuja, ''Decolonising International Law: Development, Economic Growth and the Politics of Universality'' (Cambridge University Press) 25.</ref> Ntina Tzouvala focuses on the standard of civilisation as a set of argumentative patterns, which oscillate between two modes of distinguishing between 'the West and the rest'. The first is what she calls the 'logic of biology'. It is based on biological racism and the isurmountable barriers it erects against colonised and formerly colonised peoples gaining equal rights and obligations under international law. The second, the 'logic of improvement' in Tzouvala's terminology, replaces definitive exclusion with conditional inclusion, offering peoples of the 'Third World' a prospect for gaining equal rights and obligations. The condition for gaining such equal recognition, as Tzouvala argues, has been capitalist transformation.<ref>Ntina Tzouvala, ''Capitalism as Civilisation: A History of International Law'' (Cambridge University Press 2020) 1-7.</ref> ===III. History of TWAIL as a Movement=== TWAIL as a rubric for an academic movement emerged in Harvard in 1996.<ref>Luis Eslava, TWAIL Coordinates https://criticallegalthinking.com/2019/04/02/twail-coordinates/</ref> To acknowledge the intellectual tradition within which scholars who started calling themselves TWAIL scholars in the 1990s were working, Antony Anghie and B.S. Chimni coined the term ‘TWAIL I’ and ‘TWAIL II’. With the term 'TWAIL I', Anghie and Chimni referred to scholars like Georges Abi-Saab, F. Garcia-Amador, R.P. Anand, Mohammed Bedjaoui, and Taslim O. Elias, the first generation of international law scholars from newly independent states, who grappled with the exclusions that a Eurocentric and colonial international law had produced.<ref>Antony Anghie and B.S. Chimni, 'Third World Approaches to International Law and Individual Responsibility in Internal Conflicts' (2003) Chinese Journal of International Law 77, 79 et seq.</ref> TWAIL II scholars started building on the legacy of the aforementioned scholars while further developing the analytical tools necessary to engage with international law from a Third World perspective. This meant taking a critical stance towards some of the main tenets of TWAIL I thought. TWAIL II scholars shifted their attention and normative commitment from the post-colonial state to the people living in the Third World, which allowed for analyses that could take into account the violence within post-colonial states as well as conflicts generated by class, race, and gender.<ref>Antony Anghie and B.S. Chimni, 'Third World Approaches to International Law and Individual Responsibility in Internal Conflicts' (2003) Chinese Journal of International Law 77, 82.</ref> Additionally, the shift from 'TWAIL I' to 'TWAIL II' meant a shift in general attitudes regarding the role of colonialism in international law. While TWAIL I scholars had treated colonialism as an aberration, which could be broken with and remedied by using and slightly modifying the techniques of the existing international legal order, TWAIL II scholars turned to the history and theory of international law to show how colonialism has been a central and defining feature of the formation of international law.<ref>Antony Anghie and B.S. Chimni, 'Third World Approaches to International Law and Individual Responsibility in Internal Conflicts' (2003) Chinese Journal of International Law 77, 84.</ref> ==C. TWAIL Engagements with Core International Law Doctrines== ===I. Third World Approaches to the State in International Law=== ===II. Third World Approaches to the Sources of International Law=== ===III. Third World Approaches to International Human Rights Law=== ===IV. Third World Approaches to International Economic Law=== ==D. TWAIL Methodologies== ===I. TWAIL and the Turn to History=== Methodologically, one of the main characteristics of TWAIL scholarship is its focus on history. 'History matters', as Luis Eslava reaffirms as the first of five TWAIL coordinates, which characterise the movement.<ref>https://criticallegalthinking.com/2019/04/02/twail-coordinates/</ref> The particular appreciation of history stems from TWAIL's aim of transforming international law. Understanding the past is a necessary prerequisite for transforming the present and the future.<ref>B.S. Chimni, 'The Past, Present and Future of International Law: A Critical Third World Approach' (2007) 8 Melbourne Journal of International Law 499, 500.</ref> TWAIL histories have pointed out the Eurocentric nature of existing histories of international law. They have focused on the co-constitution of international law and imperialism as well as on histories of Third World resistance, of alternative projects and movements. ===II. TWAIL and the Turn to Political Economy=== ===III. TWAIL and Critical Scholarship on Race and Racism=== ===IV. Feminist TWAIL=== ===V. TWAIL and 'Strategic Formalism'=== ==E. Recurring and Emerging Themes in TWAIL Scholarship== ===I. The Civilising Mission and the Standard of Civilisation=== ===II. Development=== ===III. Good Governance=== ===IV. Democracy=== ===V. Transparency and Accountability of International Institutions=== ===VI. Borders and Migration=== ==Further Readings== * Source I * Source II ==Conclusion== * Summary I * Summary II <!--Please do not delete the part under this comment--> {{OpenRewi/Chapter-End}} {{BookCat}} 1jhfj5n8hixxqnl5d3435y2k82cm1x2 4089891 4089881 2022-08-09T16:23:14Z Sué González Hauck 3330959 /* III. TWAIL and Critical Scholarship on Race and Racism */ wikitext text/x-wiki <p style="clear: both;"></p> {{OpenRewi/Chapter-Top}} <p style="clear: both;"></p> <!--Please do not delete the part above this comment--> {{Template:OpenRewi/WIP}}<!--You can delete this template as soon as your text is (provisionally) finished--> <big>'''Authors:''' Shubhangi Agarwalla, Sué González Hauck, Thamil Venthan Ananthavinayagan<!--Please enter the author names and/or link users here--></big> <blockquote>'''Required knowledge:''' Link<!--Please insert links to other parts of the book or other books that are needed as prior knowledge--> </blockquote> <blockquote>'''Learning objectives:''' Understanding XY.<!--Please enter the learning objective for your chapter--> </blockquote> ==A. Introduction to TWAIL: Method and Movement == ==B. Points of Departure and TWAIL Trajectories == ===I. Introduction to the Concepts of the Third World and the Global South=== The term ‘Third World’ originates from the time of the bipolar Cold War opposition between the First World, comprised of the member states of the North Atlantic Treaty Organization (NATO), and the Second World, organized in the Warsaw Pact, in the second half of the 20<sup>th</sup> century. The Third World rallied not only around the idea of non-alignment but also around a shared history of being subjected to European colonialism. As a politically institutionalised project, the Third World took shape in several conferences, of which the Afro-Asian meetings in Bandung<ref>For an in-depth engagement with the Bandung conference from a TWAIL perspective, see Luis Eslava/Michael Fakhri/Vasuki Nesiah (eds), ''Bandung, Global History, and International Law: critical pasts and pending futures'' (Cambridge University Press 2017).</ref> in 1955 and in Cairo in 1961, the inaugural conference of the Non-Aligned Movement in Belgrade in 1961, and the Tricontinental Conference in Havana in 1966 stand out.<ref>Vijay Prashad, ''The Darker Nations: A People’s History of the Third World'' (The New Press 2008).</ref> Today, the term ‘Third World’ has been partially replaced by the term ‘Global South’. This latter term bears less direct links to the Cold War bloc opposition and points instead at a critique of the kind of neoliberal globalization that gained traction in the 1990s after the collapse of the Soviet Union. ===II. Engaging with the Colonial Legacies of International Law === The main aspect that unites TWAIL scholarship despite the heterogeneity of the movement is the shared endeavour of grappling with international law's colonial legacies.<ref>Usha Natarajan et al, 'Introduction: TWAIL - on praxis and the intellectual' (2016) 37 Third World Quarterly, 1946-1956, 1946.</ref> Several influential TWAIL authors, including Antony Anghie, Sundhya Pahuja, and, most recently, Ntina Tzouvala have examined the structure of international legal arguments through history to show how colonial and racist thought animates international law. Anghie argues that it is the 'dynamic of difference' which generates the concepts and dichotomies that are fundamental to the formation of international law.<ref>Antony Anghie, ''Imperialism, Sovereignty and the Making of International Law'' (Cambridge University Press 2005) 9.</ref> With the term 'dynamic of difference', Anghie refers to the conceptual tools positivist international lawyers deployed to, first, postulate a gap between the civilised European and the uncivilised non-European world and, second, to construct and employ techniques to bridge this gap, i.e. to civilise the uncivilised, to engage in the civilising mission.<ref>Antony Anghie, ''Imperialism, Sovereignty and the Making of International Law'' (Cambridge University Press 2005) 37, 56.</ref> The civilising mission, the idea that non-European peoples are savages, barbaric, backward, violent and that European peoples thus must educate, convert, redeem, develop, pacify - in short, cilivise - them has been used to justify continues intervention by European countries and other countries of the Global North - the West - in Third World countries.<ref>TWAIL & Individual Responsibility 85</ref> Pahuja emphasises that international law constructs its own subjects and objects. It does not merely rely on a number of foundational notions, such as the state, the international, or the law. Nor does it merely apply to objects external to it, like the economy. Rather, through definitions that make categorial cuts between what is inside and outside certain categories, international law produces these categories even though it is deemed to be founded on them.<ref>Sundhya Pahuja, ''Decolonising International Law: Development, Economic Growth and the Politics of Universality'' (Cambridge University Press) 26.</ref> As the production of international law's foundational concepts has occured through the colonial encounter and through the particular contexts of several imperial and post-imperial projects, the shape these concepts gained is determined by these very particular contexts. Simultaneously, however, international law posits the legal categories it produces as universally true. It is the interplay between international law's self-formation in (post)colonial contexts and international law's universalising gestures that produce what Pahuja calls international law's 'critical instability'.<ref>Sundhya Pahuja, ''Decolonising International Law: Development, Economic Growth and the Politics of Universality'' (Cambridge University Press) 25 et seq.</ref> 'The instability is ‘critical’ in both senses of the word, for it is simultaneously a threat to the reach and existence of international legality and an essential, generative dimension of it'.<ref>Sundhya Pahuja, ''Decolonising International Law: Development, Economic Growth and the Politics of Universality'' (Cambridge University Press) 25; Cf. Peter Fitzpatrick and Patricia Tuitt, ‘Introduction’ in Peter Fitzpatrick and Patricia Tuitt (eds), ''Critical Beings: Race, Nation and the Global Legal Subject'' (London: Ashgate Press 2003), xi–xx, xi.</ref> Pahuja's work has focused on how the potential offered by this critical instability, a potential of pointing out international law's shortcomings in terms of its own aspirations towards universal justice and thus using international law in emancipatory ways, has been repeatedly contained by a ruling rationality. 'A key dimension of that rationality is the position of development and economic growth vis-à-vis international law. The combination of the promise offered by international law’s critical instability and the subsumption by the ruling rationality of efforts to take up that promise explains international law’s dual quality, or its puzzling tendency to exhibit both imperial and counter-imperial dimensions.'<ref>Sundhya Pahuja, ''Decolonising International Law: Development, Economic Growth and the Politics of Universality'' (Cambridge University Press) 25.</ref> Ntina Tzouvala focuses on the standard of civilisation as a set of argumentative patterns, which oscillate between two modes of distinguishing between 'the West and the rest'. The first is what she calls the 'logic of biology'. It is based on biological racism and the isurmountable barriers it erects against colonised and formerly colonised peoples gaining equal rights and obligations under international law. The second, the 'logic of improvement' in Tzouvala's terminology, replaces definitive exclusion with conditional inclusion, offering peoples of the 'Third World' a prospect for gaining equal rights and obligations. The condition for gaining such equal recognition, as Tzouvala argues, has been capitalist transformation.<ref>Ntina Tzouvala, ''Capitalism as Civilisation: A History of International Law'' (Cambridge University Press 2020) 1-7.</ref> ===III. History of TWAIL as a Movement=== TWAIL as a rubric for an academic movement emerged in Harvard in 1996.<ref>Luis Eslava, TWAIL Coordinates https://criticallegalthinking.com/2019/04/02/twail-coordinates/</ref> To acknowledge the intellectual tradition within which scholars who started calling themselves TWAIL scholars in the 1990s were working, Antony Anghie and B.S. Chimni coined the term ‘TWAIL I’ and ‘TWAIL II’. With the term 'TWAIL I', Anghie and Chimni referred to scholars like Georges Abi-Saab, F. Garcia-Amador, R.P. Anand, Mohammed Bedjaoui, and Taslim O. Elias, the first generation of international law scholars from newly independent states, who grappled with the exclusions that a Eurocentric and colonial international law had produced.<ref>Antony Anghie and B.S. Chimni, 'Third World Approaches to International Law and Individual Responsibility in Internal Conflicts' (2003) Chinese Journal of International Law 77, 79 et seq.</ref> TWAIL II scholars started building on the legacy of the aforementioned scholars while further developing the analytical tools necessary to engage with international law from a Third World perspective. This meant taking a critical stance towards some of the main tenets of TWAIL I thought. TWAIL II scholars shifted their attention and normative commitment from the post-colonial state to the people living in the Third World, which allowed for analyses that could take into account the violence within post-colonial states as well as conflicts generated by class, race, and gender.<ref>Antony Anghie and B.S. Chimni, 'Third World Approaches to International Law and Individual Responsibility in Internal Conflicts' (2003) Chinese Journal of International Law 77, 82.</ref> Additionally, the shift from 'TWAIL I' to 'TWAIL II' meant a shift in general attitudes regarding the role of colonialism in international law. While TWAIL I scholars had treated colonialism as an aberration, which could be broken with and remedied by using and slightly modifying the techniques of the existing international legal order, TWAIL II scholars turned to the history and theory of international law to show how colonialism has been a central and defining feature of the formation of international law.<ref>Antony Anghie and B.S. Chimni, 'Third World Approaches to International Law and Individual Responsibility in Internal Conflicts' (2003) Chinese Journal of International Law 77, 84.</ref> ==C. TWAIL Engagements with Core International Law Doctrines== ===I. Third World Approaches to the State in International Law=== ===II. Third World Approaches to the Sources of International Law=== ===III. Third World Approaches to International Human Rights Law=== ===IV. Third World Approaches to International Economic Law=== ==D. TWAIL Methodologies== ===I. TWAIL and the Turn to History=== Methodologically, one of the main characteristics of TWAIL scholarship is its focus on history. 'History matters', as Luis Eslava reaffirms as the first of five TWAIL coordinates, which characterise the movement.<ref>https://criticallegalthinking.com/2019/04/02/twail-coordinates/</ref> The particular appreciation of history stems from TWAIL's aim of transforming international law. Understanding the past is a necessary prerequisite for transforming the present and the future.<ref>B.S. Chimni, 'The Past, Present and Future of International Law: A Critical Third World Approach' (2007) 8 Melbourne Journal of International Law 499, 500.</ref> TWAIL histories have pointed out the Eurocentric nature of existing histories of international law. They have focused on the co-constitution of international law and imperialism as well as on histories of Third World resistance, of alternative projects and movements. ===II. TWAIL and the Turn to Political Economy=== ===III. TWAIL and Critical Scholarship on Race and Racism=== Critical scholarship on race and racism, which includes but is not limited to Critical Race Theory (CRT), is mainly concerned with the social construction of races and racial hierarchies and with how these hierarchies have been used to justify exclusion, exploitation, and domination. ===IV. Feminist TWAIL=== ===V. TWAIL and 'Strategic Formalism'=== ==E. Recurring and Emerging Themes in TWAIL Scholarship== ===I. The Civilising Mission and the Standard of Civilisation=== ===II. Development=== ===III. Good Governance=== ===IV. Democracy=== ===V. Transparency and Accountability of International Institutions=== ===VI. Borders and Migration=== ==Further Readings== * Source I * Source II ==Conclusion== * Summary I * Summary II <!--Please do not delete the part under this comment--> {{OpenRewi/Chapter-End}} {{BookCat}} 9kyn5x3ymiyyhvilb2wolnhu2xxio45 Public International Law/Approaches/Feminism & Queer Theory 0 434683 4089880 4089732 2022-08-09T15:37:57Z FranziBachma 3398040 Adjustment of footnotes on behalf of VK + comments wikitext text/x-wiki <p style="clear: both;"></p> {{OpenRewi/Chapter-Top}} <p style="clear: both;"></p> <!--Please do not delete the part above this comment--> {{Template:OpenRewi/WIP}}<!--You can delete this template as soon as your text is (provisionally) finished--> <big>'''Author:''' Verena Kahl/Tamsin Paige<!--Please enter the author names and/or link users here--></big> <blockquote>'''Required knowledge:''' Link<!--Please insert links to other parts of the book or other books that are needed as prior knowledge--> </blockquote> <blockquote>'''Learning objectives:''' Understanding XY.<!--Please enter the learning objective for your chapter--> </blockquote> This is where the text begins.<ref>The first footnote. Please adhere to [https://www.law.ox.ac.uk/sites/files/oxlaw/oscola_4th_edn_hart_2012.pdf OSCOLA] when formating citations. Whenever possible, provide a link with the citation, ideally to an open-access source.</ref> This template follows [[Wikibooks:WikiProject_OpenRewi_-_Open_Legal_Science/Styleguide|our style guide]]. Please take into account our [[Wikibooks:WikiProject_OpenRewi_-_Open_Legal_Science/Didactics|guidelines for didactics]]. If you're wondering how to create text in Wikibooks, feel free to check out our guide on [[Wikibooks:WikiProject_OpenRewi_-_Open_Legal_Science/Writing|how to write]] in Wikibooks. {{OpenRewi/Advanced|Reference=Example|Content=This is your advanced content. You can create this text box using our template "Advanced". How to do this is described [[Wikibooks:WikiProject_OpenRewi_-_Open_Legal_Science/Writing|here]].}} {{Template:OpenRewi/Example|Content=This is your example.|Reference= example topic}} {{Template:OpenRewi/Test|Link=https://openrewi.org/en/projects/project-public-international-law/history-theory-methods/#PIL-test}} ==A. Overview/Introduction == === <!-- In this part we would like to explain what feminist and queer theory is, without omitting that there is not "one" but many feminist and queer approaches, also addressing its legitimacy and the question why both subjects should be treated conjunctively. --><!-- Inlude sub-headings in this Section. VK -->I. Feminist and Queer Theory as Forms of Deconstruction === Feminist and queer approaches form part of a diverse field of schools of thought, some of which are presented in further detail in this textbook. These theories observe, analyze and criticize public international law from a particular perspective and, coming from this specific theoretical foundation, seek to deconstruct <!-- It would be nice to add a footnote with a brief explanation of whether you are referring to deconstruction in a narrower, Derridean sense, or if you are using the term more broadly. Ideally, you could also add a reference with a source that gives a primer on deconstruction. For the latter purpose, I really like this article on the Critical Legal Thinking blog: https://criticallegalthinking.com/2016/05/27/jacques-derrida-deconstruction/ SGH-->its object of analysis. Deconstruction<ref>For Derrida's idea of deconstruction see, inter alia, Jacques Derrida, ''Of Grammatology'' (Gayatri Chakravorty Spivak tr, Johns Hopkins University Press 2016); Jacques Derrida, ''Deconstruction in a Nutshell: A Conversation with Jacques Derrida'' (John D. Caputo ed, Fordham University Press 2020). For an analysis of deconstruction with regard to law and justice see Jacques Derrida, 'Force of Law: The "Mystical Foundation of Authority"', in Drusilla Cornell, Michel Rosenfeld and David Carlson (eds), ''Deconstruction and the Possibility of Justice'' (Routledge 1992) 3-677. </ref> <!-- Footnote adjusted. FB -->in this sense can be understood as a never ending process of questioning existing and accepted structures of dominance which are perceived as objective, neutral or natural.<ref>See Catherine Turner, 'Jacques Derrida: Deconstruction' (2016) CLT <https://criticallegalthinking.com/2016/05/27/jacques-derrida-deconstruction/> accessed 6 August 2022.</ref> <!-- Footnote adjusted. FB -->As a result, it reveals the existence of other competing forms of interpretation, alternative views,<ref>See Derrida's concept of "différance" in Jacques Derrida, ''Jacques Derrida'' (Geoffrey Bennington tr, University of Chicago Press 1993) 70 et seqq.</ref> <!-- Footnote adjusted. FB -->that have been ignored, overshadowed or suppressed,<ref>See Catherine Turner, 'Jacques Derrida: Deconstruction' (2016) CLT <https://criticallegalthinking.com/2016/05/27/jacques-derrida-deconstruction/> accessed 6 August 2022. Derrida's concept of "différance" is described in Jacques Derrida, ''Jacques Derrida'' (Geoffrey Bennington tr, University of Chicago Press 1993) 70 et seqq.</ref> <!-- Footnote adjusted. FB -->thereby opening the door to new possibilities and structures.<ref>See Catherine Turner, 'Jacques Derrida: Deconstruction' (2016) CLT <https://criticallegalthinking.com/2016/05/27/jacques-derrida-deconstruction/> accessed 6 August 2022.</ref> <!-- Footnote adjusted. FB -->The concept of deconstruction therefore rejects the idea of an absolute truth or natural referent,<ref>In philosophical terms, Derrida referred to the absence of a "transcendental signified", because "every signifier refers to other signifiers, we never reach a signified referring only to itself." Jacques Derrida, ''Jacques Derrida'' (Geoffrey Bennington tr, University of Chicago Press 1993) 78 et seq. See Catherine Turner, 'Jacques Derrida: Deconstruction' (2016) CLT <https://criticallegalthinking.com/2016/05/27/jacques-derrida-deconstruction/> accessed 6 August 2022.</ref> <!-- Eventually include further references, including Derrida. VK --><!-- Footnote adjusted. FB -->but rather searches for 'the tensions, the contradictions, the heterogeneity.'<ref>Jacques Derrida, ''Deconstruction in a Nutshell: A Conversation with Jacques Derrida'' (John D. Caputo ed, Fordham University Press 2020) 9. </ref> <!-- Check Page number and source in general. New edition 2020. VK --> <!-- New edition updated, page number checked & citation adjusted. I would suggest to include 'the' in the quote as follows: 'the tensions, the contradictions, the heterogeneity'. FB -->In its ability to show pluralities and different options, deconstruction creates space for (ongoing) transformation and reconstruction.<ref>With regard to "critical legal studies" and other legal works dedicated at deconstruction, Derrida stated that "they respond [...] to the most radical programs of deconstruction that would like, to be consistent in itself, not to remain enclosed in purely speculative, theoretical, academic discourses, but rather [...] to aspire to something more consequential, to ''change'' things and to intervene in an efficient and responsible [...] way, [...] in the sense of maximum intensification of transformation in progress, in the name of neither a simpler symptom nor a simple cause." Jacques Derrida, 'Force of Law: The "Mystical Foundation of Authority"', in Drusilla Cornell, Michel Rosenfeld and David Carlson (eds), ''Deconstruction and the Possibility of Justice'' (Routledge 1992) 8 et seq. </ref> <!-- Footnote adjusted. FB -->With this in mind, '[it] is only through this element of endless analysis, criticism and deconstruction that we can prevent existing structures of dominance from reasserting themselves.'<ref>Catherine Turner, 'Jacques Derrida: Deconstruction' (2016) CLT <https://criticallegalthinking.com/2016/05/27/jacques-derrida-deconstruction/> accessed 6 August 2022. In this regard, Derrida stated that he tries "to dismantle not institutions, but some structures within institutions that have become too rigid, or are dogmatic or which work as an obstacle to future research." Jacques Derrida, Deconstruction in a Nutshell: A Conversation with Jacques Derrida (John D. Caputo ed, Fordham University Press 2020) 8.</ref> <!-- Footnote adjusted. FB -->In this regard, feminist and queer theory aims at the deconstruction of a perceived neutral or natural international legal order that rests on a dominating masculine and heterosexual standard.<ref>''Charlesworth'' and ''Chinkin'' have described this first task as the "deconstruction of the explicit and implicit values of the international legal system, challenging their claim to objectivity and rationality because of the limited base on which they are built." Hilary Charlesworth and Christine Chinkin, ''The boundaries of international law - A feminist analysis'' (Manchester University Press 2000) 60.</ref> <!-- Footnote adjusted. FB --> === II. The Male Standard<!-- Adding heterosexual standard in the heading as well? VK --><!-- Or: "Masculinity and Heterosexuality as Scarcely Questioned Standard" (?). FB -->=== Although neither one nor 'the one' feminist and queer approach to international law exists, as shown below, all of these different approaches in the realm of feminist and queer theory share a common baseline: International law has been developed and shaped predominantly by men and has been built on the assumption that men and masculinity are the (societal) norm.<ref>Hilary Charlesworth and Christine Chinkin, ''The boundaries of international law - A feminist analysis'' (Manchester University Press 2000) ix, 2.</ref> <!-- Footnote adjusted. FB -->While this norm and, as a consequence, public international law, has largely been perceived as neutral,<ref>Hilary Charlesworth and Christine Chinkin, ''The boundaries of international law - A feminist analysis'' (Manchester University Press 2000) x.</ref> <!-- Footnote adjusted. FB -->it largely neglects all those categories that deviate from this standard. In this sense, it is not only women and femaleness which <!-- Or: "it is not only women and femaleness being excluded as 'the other'." (Since you are talking about women (who are excluded) and femaleness (which/that is excluded), I would suggest this alternative wording, but surely both is fine!). FB -->are excluded as 'the other'<ref>Hilary Charlesworth and Christine Chinkin, ''The boundaries of international law - A feminist analysis'' (Manchester University Press 2000) 2.</ref><!-- Footnote adjusted. -->. Rather, all deviations as regards to sex, gender or sexuality<!-- Is it necessary to explain differences with regard to sex and gender in the text? It could also be briefly explained in a footnote referencing corresponding sources. VK --> <!-- ... or you can refer to Section B where the common terms and concepts are addressed? FB -->which are considered as different from or opposed to the norm<ref>Hilary Charlesworth and Christine Chinkin, ''The boundaries of international law - A feminist analysis'' (Manchester University Press 2000) 2, 58.</ref> <!-- Footnote adjusted. FB -->eke out a shadowy existence as their perspectives and interests are constantly ignored and bypassed. This includes, but is not reduced to persons defining/identifying themselves as women, lesbian, homosexual, bisexual, transgender or intersexual, thereby expanding categories of sex, gender and sexuality far beyond a mere binary understanding. In essence, public international law, just like domestic law, suffers from a clear gender bias,<ref>Hilary Charlesworth and Christine Chinkin, ''The boundaries of international law - A feminist analysis'' (Manchester University Press 2000) ix.</ref> <!-- Footnote adjusted. FB -->some of whose manifestations are described further below. This gender bias of international law, elevating the masculine to the norm,<!-- For a better understanding of this sentence I would suggest to include a comma before the word "functions" (I will already add it, so you will see). FB --> functions like a 'veiled representation and projection of a masculine which takes itself as the unquestioned norm, the ideal representative without any idea of the violence that this representational positioning does to its others.'<ref>Elizabeth Gross, 'Conclusion: What is feminist theory?' in Carole Pateman and Elizabeth Gross (eds), ''Feminist Challenges: Social and Political Theory'' (Allen & Unwin Australia 1986) 197.</ref><!-- Footnote adjusted. FB --><!-- Seitenzahl überprüfen! VK --><!-- Source still to be checked (not available online?). FB --> === III. Commonalities of Feminist and Queer Theory === Since international law builds on a masculine and heterosexual standard that is confronted with a great diversity of deviations that are systematically overlooked, a joint presentation and consideration of feminist and queer approaches to international law is not only a legitimate and useful unification of perspectives in the de- and reconstruction of public international law. On the contrary/instead/rather, this holistic approach virtually imposes itself in view of common structural experiences of discrimination and injustice. Otherwise, the picture drawn by an analysis of public international law from either a feminist or a queer perspective would be left/remain incomplete. Using a holistic approach does also justice to the principle of intersectionality <!-- Anker zu Intersectionality setzen. VK -->and may, at least to a certain extent, counteract an oversimplification of categories and distinguishing features, such as male/female or hetero-/homosexual, even if avoiding them completely may not always succeed.<ref>In this context, Otto has pointed both to the necessity and dangers of using categories: "To start with, we need to acknowledge that categorical thinking enables us to communicate and to act. Without classifications and comparisons, we are left with a world of infinite ''sui generis'' items and without a basis for making judgments of justice, ethics, or rights. Yet categories also always exclude other possibilities by obscuring the multiple strands that make up the whole and the ways in which the strands interrelate. " Dianne Otto, 'Rethinking the Universality of Human Rights Laws' (1997) 29 Columbia Human Rights Law Review, 1 (27 et seq. with further reference).</ref><!-- Zitat und Quelle überprüfen! VK --><!-- Quote and source checked and adjusted. Since Otto's article includes several citations, I would suggest to add a note "with further reference". FB --> In this sense, combining feminist and queer theory also means not to remain 'within the closed fields of these oppositions'<ref>Jacques Derrida, ''Positions'' (University of Chicago Press 1981) 41.</ref> <!-- Footnote adjusted. FB -->and thereby perpetuate the inherent hierarchy, but rather move beyond binary structures. ==B. Common Terms and Concepts<!-- Points I. and II. can also exchange positions. VK -->== === I. Sex and Gender === <!-- Include description in Alison Blunt and Jane Wills, Dissident Geographies: An introduction to radical ideas and practice, Pearson Education Limited, London 2000, p. 90. VK -->Two main concepts which are deeply interrelated and essential to feminist and queer theory manifest themselves in a distinction drawn between 'sex' and 'gender'. The term 'sex', on the one hand, is regularly used to describe biological differences between men and women construed as binary categories related to bodies.<ref>See</ref><!-- Hier Chinkin etc. zitieren. VK --> 'Gender', on the other hand, is often used as an opposite term in the way that it describes cultural and social imprinting of distinctions made on the basis of sex.<ref>See Joan W. Scott, 'Gender: A Useful Category for Historical Analysis' (1986) 91 The American Historical Review, 1053 (1053 et seq.).</ref><!-- Footnote adjusted. FB --> In this sense, the Human Rights Commission has contrasted both terms as follows: 'The term "gender" refers to the ways in which roles, attitudes, values and relationships regarding women and men are constructed by all societies all over the world. Therefore, while the sex of a person is determined by nature, the gender of that person is socially constructed.'<ref>Commission on Human Rights, Report of the Expert Group Meeting on the Development of Guidelines for the Integration of Gender Perspectives into United Nations Human Rights Activities and Programmes, 20 November 1995, UN Doc. E/CN.4/1996/105, para. 13.</ref> With this in mind, the notion of 'gender' has been described as a fluid and unstable concept<ref>See Gina Heathcote, ''Feminist Dialogues on International Law: Success, Tensions, Futures'' (Oxford University Press 2019) 3.</ref><!-- Footnote adjusted. FB --> and is often understood as a rejection of the biological determinism embodied in the concept of 'sex',<ref>See Dianne Otto, 'Queering Gender [Identity] in International Law' (2015) 33 Nordic Journal of Human Rights, 299 (300); Joan W. Scott, 'Gender: A Useful Category for Historical Analysis' (1986) 91 The American Historical Review, 1053 (1054).</ref><!-- Footnote adjusted & page checked (only p. 1054 in Scott's article). Attention resp. query: If I am not mistaken, “rejection of the biological determinism” is taken verbatim from Joan W. Scott’s article (p. 1054) - shouldn't it be better put in quotation marks? FB --> which carries an 'excess cultural baggage'<ref>Hilary Charlesworth and Christine Chinkin, ''The boundaries of international law - A feminist analysis'' (Manchester University Press 2000) 3.</ref><!-- Footnote adjusted. FB -->. It is also used to relativize and break down the dichotomy and binary associated with the (biological) sex and thus to open it up to categories that go beyond woman and man, male and female.<ref>See Dianne Otto, 'Queering Gender [Identity] in International Law' (2015) 33 Nordic Journal of Human Rights, 299 (300 et seq.).</ref><!-- Footnote adjusted. FB --> Gender identity is therefore much more complex due to the 'dynamic relationship between the body and identity which gives rise to multiple possible alignments, which can change over time, or even from moment to moment.'<ref>Dianne Otto, 'Queering Gender [Identity] in International Law' (2015) 33 Nordic Journal of Human Rights, 299 (300).</ref><!-- Footnote adjusted. FB --> Despite this intention to show a more inclusive and diverse picture beyond traditional understandings of masculinity and femininity<ref>Hilary Charlesworth and Christine Chinkin, ''The boundaries of international law - A feminist analysis'' (Manchester University Press 2000) 3.</ref><!-- Footnote adjusted. FB --> and the presumed neutrality and objectiveness attributed to the term 'gender',<ref>Cf. Joan W. Scott, 'Gender: A Useful Category for Historical Analysis' (1986) 91 The American Historical Review, 1053 (1056).</ref><!-- Footnote adjusted. FB --> it has been and still is frequently used as a synonym for women.<ref>Cf. Joan W. Scott, 'Gender: A Useful Category for Historical Analysis' (1986) 91 The American Historical Review, 1053 (1056).</ref><!-- Footnote adjusted. Query/suggestion: Here the footnote could be placed before the full stop since it refers solely to the last part of the sentence? FB --> Gender-based analyses have therefore to a large extent focussed primarily on women as a seemingly stable (biological) category, thereby neglecting gender discrimination suffered by the many other forms of gender identity.<ref>See Dianne Otto, 'Queering Gender [Identity] in International Law' (2015) 33 Nordic Journal of Human Rights, 299 (300).</ref><!-- Weitere Quellen einfügen, Beispiele einfügen! VK --><!-- Footnote adjusted. Query/suggestion: Here, as a reference word, I would refer to 'people', e.g.: "thereby neglecting gender discrimination suffered by the many other people (individuals) of very diverse gender identities". FB --> As a consequence, feminist approaches have long revolved around women as their coherent subject which presumes a common, collective and universal identity.<ref>See Judith Butler, ''Gender Trouble: Feminism and the Subversion of Identity'' (Routledge 1990) 1-6.</ref><!-- Footnote adjusted. FB --> Feminist scholarship has thus neglected in large parts 'how the category of "women", the subject of feminism, is produced and restrained by the very structures of power through which emancipation is sought'.<ref>Judith Butler, ''Gender Trouble: Feminism and the Subversion of Identity'' (Routledge 1990) 2. </ref><!-- Footnote adjusted. FB --> This one-dimensional picture of identity that suggests a universal experience of discrimination and oppression has further led to ignoring the intersection of gender with other modalities of socially and culturally constructed identities, linked to notions such as 'class', 'race', 'sexuality' or 'ethnicity'.<ref>Cf. See Judith Butler, ''Gender Trouble: Feminism and the Subversion of Identity'' (Routledge 1990) 3.</ref><!-- Footnote adjusted. FB --> However, there have also been attempts to deconstruct the category of 'women' in order to 'better reflect the racial, cultural, religious and other forms of diversity, troubling the category of women, and concomitantly, the concept of gender from within'<ref>Brenda Cossman, 'Gender Performance, Sexual Subjects and International Law' (2002) 15 Canadian Journal of Law and Jurisprudence, 281 (287).</ref><!-- Footnote adjusted. FB --> and - in a step further - to rethink the underlying categories and concepts.<ref>Cf. Brenda Cossman, 'Gender Performance, Sexual Subjects and International Law' (2002) 15 Canadian Journal of Law and Jurisprudence, 281 (287).</ref><!-- Footnote adjusted. FB --> Still, Brenda Cossman concluded that 'the troubling of sex and gender, and crisis of categories [...] has not yet permeated feminist international law scholarship, let alone international law. [...] Indeed, as gender comes to be instantiated at the international level, its meaning has become rather more rigid and fixed.'<!-- Footnote adjusted. FB --><!-- Übergang überprüfen, ggf. umstrukturieren! VK --> Furthermore, the idea that 'sex' is a natural and immutable characteristic has been increasingly challenged,<ref>See particularly Margaret Davies, 'Taking the Inside Out: Sex and Gender in the Legal Subject' in Ngaire Naffine and Rosemary J. Owens (eds), ''Sexing the Subject of Law'' (LBC Information Service 1997) 25.</ref> for having constructed, contingent and political dimensions.<ref>Cf. Margaret Davies, 'Taking the Inside Out: Sex and Gender in the Legal Subject' in Ngaire Naffine and Rosemary J. Owens (eds), ''Sexing the Subject of Law'' (LBC Information Service 1997) 25. See also Hilary Charlesworth and Christine Chinkin, ''The boundaries of international law - A feminist analysis'' (Manchester University Press 2000) 4.</ref> <!-- Quelle überprüfen! VK --><!-- Leider habe ich auf diese Werke keinen Zugriff; an die Zitierweise habe ich sie schon angepasst. FB --> Jane Flax has therefore warned that the distinction and separation between 'sex' and 'gender' 'rested upon problematic and culture-specific oppositions, for example, the one between "nature" and "culture" or "body" and "mind"', obscuring the possibility that 'our concepts of biology/nature are rooted in social relations.'<ref>Jane Flax, 'Postmodernism and Gender Relations in Feminist Theory' (1987) 12 Signs, 621 (635 et seq.). </ref><!-- Footnote adjusted. FB --> In this spirit, attempts have been made within queer and feminist approaches to denaturalize both sex and gender, assuming that categories of sex and gender do not exist prior to normative discourse and regulation, which is why they 'should both be understood as the effects of performative and reiterative gender norms [...] which materialise, naturalise, regulate, and discipline sexed bodies and identifications.'<ref>Dianne Otto, 'Queering Gender [Identity] in International Law' (2015) 33 Nordic Journal of Human Rights, 299 (300 et seq.).</ref><!-- Footnote adjusted. FB --> It follows that the wording itself creates identity. Put in the words of Judith Butler, ‘[t]here is no gender identity behind the expressions of gender; that identity is performatively constituted by the very “expressions” that are said to be its result.’<ref>Judith Butler, ''Gender Trouble: Feminism and the Subversion of Identity'' (Routledge 1990) 25.</ref><!-- Footnote adjusted. FB --><!-- Add Sexuality and sexism. VK --> === II. Feminist and Queer Theory === ==== 1. Feminism and Feminist Theory ==== Feminists mostly agree that there is no unified or homogenous discourse in feminist theory and that the feminist movement is comprised of diverse views and voices.<ref>See, inter alia, Nancy Hartsock, 'Feminist Theory and the Development of Revolutionary Strategy' in Zillah R. Eisenstein (ed), ''Capitalist Patriarchy and the Case for Socialist Feminism'' (Monthly Review Press 1979) 56 (58); Hilary Charlesworth, Christine Chinkin and Shelley Wright, 'Feminist Approaches to International Law' (1991) 85 The American Journal of International Law, 613; Jane Flax, 'Postmodernism and Gender Relations in Feminist Theory' (1987) 12 Signs, 621 (622).</ref><!-- Footnote adjusted. FB --> Although the feminist discourse is shaped by multiple controversies and disagreement, feminist theory is generally built on a common methodological baseline as it seeks to describe, analyze, explain and change gendered power relations in all spheres of life.<ref>Cf. Alison Blunt and Jane Wills, ''Dissident Geographies: An introduction to radical ideas and practice'' (Pearson Education Limited 2000) 90. See also Jane Flax, 'Postmodernism and Gender Relations in Feminist Theory' (1987) 12 Signs, 621 (622).</ref><!-- Footnote adjusted. FB --> In this sense, 'feminism is a mode of analysis, a method of approaching life and politics, a way of asking questions and searching for answers, rather than a set of political conclusions about the oppression of women.'<ref>Nancy Hartsock, 'Feminist Theory and the Development of Revolutionary Strategy' in Zillah R. Eisenstein (ed), ''Capitalist Patriarchy and the Case for Socialist Feminism'' (Monthly Review Press 1979) 56 (58 et seq.).</ref><!-- Footnote adjusted. FB --> Through the study of gender, gaining 'critical distance on existing gender arrangements'<!-- Suggestion: Since this is taken verbatim from Flax' article I would put the following footnote here: Jane Flax, 'Postmodernism and Gender Relations in Feminist Theory' (1987) 12 Signs, 621 (623). FB --> becomes possible and creates space for reassessment and alteration.<ref>Cf. Jane Flax, 'Postmodernism and Gender Relations in Feminist Theory' (1987) 12 Signs, 621 (623).</ref><!-- Footnote adjusted. FB --> Feminism challenges gendered power relations, particularly those that 'favor men and masculinity over and above women and femininity',<ref>Alison Blunt and Jane Wills, ''Dissident Geographies: An introduction to radical ideas and practice'' (Pearson Education Limited 2000) 90.</ref><!-- Footnote adjusted. FB --> in order to achieve human liberty for men, women and beyond.<ref>Cf. Alison Blunt and Jane Wills, ''Dissident Geographies: An introduction to radical ideas and practice'' (Pearson Education Limited 2000) 90. See also Charlesworth and Chinkin who affirmed that 'such a reconstruction would not be limited to women.' Hilary Charlesworth and Christine Chinkin, ''The boundaries of international law - A feminist analysis'' (Manchester University Press 2000) 61. </ref><!-- Footnote adjusted. FB --> Miriam Schneir therefore described feminism as 'one of the basic movements for human liberty'.<ref>Miriam Schneir, ''The Vintage Book of Historical Feminism'' (Vintage 1996) xi.</ref> <!-- Quelle nochmal überprüfen! VK --><!-- Leider habe ich darauf keinen Zugriff. Zitierstil + Buchangaben sind angepasst. FB --> However, as has been described above, visible feminism and feminist theory have for a long time ignored the diversity and intersectionality of discrimination experiences suffered by women worldwide and got itself trapped in the binary dichotomy of male and female, men and women, thereby ignoring the plurality of gender identities and corresponding experiences of discrimination. Nevertheless, it seems that nowadays many if not most feminists seek to embrace the diversity of voices in the feminist discourse, which they consider as essential 'to capture the reality of women's experience [and] gender inequality.'<ref>Hilary Charlesworth, Christine Chinkin and Shelley Wright, 'Feminist Approaches to International Law' (1991) 85 The American Journal of International Law, 613.</ref><!-- Footnote adjusted. FB --> As a consequence, Sandra Harding asks feminists to give up 'the goal of telling "one true story"', but instead embrace 'the permanent partiality of feminist inquiry'.<ref name=":1">Sandra Harding, ''The Science Question in Feminism'' (Cornell University Press 1986) 193.</ref> Thereby feminists could 'seek a political and epistemological solidarity in our oppositions to the fiction of the naturalized, essentialized, uniquely "human" and to the distortions, perversions, exploitations, and subjugations perpetrated on behalf of this fiction.'<ref name=":1" /><!-- Rückfrage: Fußnote 50 ist hier doppelt? Könnte man das Zitat nicht über einen Satz aufteilen und eine Fußnote an das Satzende stellen? Gerne prüfen und ggf. Änderungen vornehmen, wenn gewünscht. FB --> ==== 2. Feminist Approaches to International Law ==== With regard to international law, feminist approaches use feminist theory as a tool for critical analysis in order 'to show how the structures, processes, and methodologies of international law marginalize women by failing to take account of their lives or experiences.'<ref>Christine Chinkin, 'Feminism, Approach to International Law' (''Max Planck Encyclopedias of International Law'', October 2010) [1] <https://opil.ouplaw.com/view/10.1093/law:epil/9780199231690/law-9780199231690-e701> accessed 9 August 2022.</ref><!-- Footnote adjusted. FB --> In this sense, feminist approaches to international law seek to lift the veil of an international legal order perceived as neutral and objective and make visible its underlying and omnipresent male standard constructed as the 'norm' and the 'normal' which results in a power imbalance and hierarchy between men and women and materializes in the silence of international law regarding women's experiences and interests.<ref>See generally Hilary Charlesworth and Christine Chinkin, ''The boundaries of international law - A feminist analysis'' (Manchester University Press 2000) 60. </ref> <!-- Add further sources! VK --><!-- Footnote adjusted. FB --> They therefore continue to demonstrate that international law is a 'thoroughly gendered system'.<ref>Hilary Charlesworth, Christine Chinkin and Shelley Wright, 'Feminist Approaches to International Law' (1991) 85 The American Journal of International Law, 613 (615).</ref><!-- Footnote adjusted. FB --> According to Charlesworth and Chinkin, feminist analyses of international law fulfill two main tasks: On the one side<!-- Suggestion: Maybe you could use the phrase "On the one hand... on the other hand" instead? FB -->, feminist approaches aim at the deconstruction of the values upon which the international legal system is constructed and thereby challenge their claim to rationality and objectivity.<ref>Cf. Hilary Charlesworth and Christine Chinkin, ''The boundaries of international law - A feminist analysis'' (Manchester University Press 2000) 60.</ref><!-- Footnote adjusted. FB --> On the other side, feminist approaches seek to reconstruct international law in a sense that it rebuilds 'the basic concepts of international law in a way that they do not support or reinforce the domination of women by men.'<!-- Footnote adjusted. FB --><!-- Criticizing male-centeredness of int. law and using international law for the improvement of the situation of women (Charlesworth/Chinkin, p. 59 und Fußnote 210 D'Aamato) Women's rights, non-discrimination wie queer theory. VK --><!-- Include general definition/description of queerness and the queer movement. VK --> ==== 3. Queerness and Queer Theory ==== Queerness, as a term <!-- Suggestion: Queerness, as a term, has a complex history... . FB -->has a complex history that centres around positioning as outsiders those who don’t <!-- Suggestion: do not FB -->conform to norms and expectations of society. This led to it being a pejorative term to describe people who didn’t <!-- Suggestion: did not FB -->appropriately perform heterosexuality.<ref>Annamarie Jagose, ''Queer Theory: An Introduction.'' (Melbourne University Publishing 2013) 9.</ref> Consequently, the term queer has been reclaimed by the QUILTBAG+ community (Queer, Unsure, Intersex, Lesbian, Trans*, Bisexual, Asexual/Aromantic/Agender, Gay, plus others outside these categories and heteronormative classification) as both a generalised shorthand for the community at large and an individualised identity for those within the community who do not feel comfortable with the constraints of more specific identity descriptors.<ref>ibid; Wayne Morgan, ‘Queer Law: Identity, Culture, Diversity, Law’ (1995) 5 Australasian Gay and Lesbian Law Journal 1, 5; Gabrielle Simm, ‘Queering CEDAW? Sexual Orientation, Gender Identity and Expression and Sex Characteristics (SOGIESC) in International Human Rights Law’ (2020) 29 Griffith Law Review 374, 376.</ref> In this way, queer acts as a generalised or collective (descriptive) noun, but also an individualised (identity) noun. This becomes more complex linguistically when considering that queer also operates as a verb, in that ‘queering’ is an action that can be taken that is underpinned by a questioning and interrogation of underlying (heteronormative) assumptions that underpinned and normative approach to the thing that is being queered.<ref>Gabrielle Simm, ‘Queering CEDAW? Sexual Orientation, Gender Identity and Expression and Sex Characteristics (SOGIESC) in International Human Rights Law’ (2020) 29 Griffith Law Review 374, 376.</ref><!-- Footnote adjusted. FB --> Technically, queer can also be used as an adjective; however, as the adjective use of queer is irreversibly tied to the use of queer as a pejorative this use of the word has rightly fallen out of common vernacular. While queer theory often has a focus upon queer subjects (then noun form of queer), queer theory itself is predominantly focused at a form or method level with the verb approach to queer. ==== 4. Queer Approaches to International Law ==== In general, queer approaches to international law seek to include experiences and identities into the international legal discourse and the normative framework that are distinct from the heterosexual standard, particularly illustrated in the granting of equal rights and prohibition of discrimination on the basis of sexuality and sexual identity.<ref>See Diane Otto, '"Taking a Break" from "Normal": Thinking Queer in the Context of International Law' (2007) 101 Proceedings of the ASIL Annual Meeting 119, 119 et seq.</ref><!-- Footnote adjusted. FB --> In addition, Dianne Otto understands 'queering of international law' more broadly than traditional approaches of norm inclusion.<ref>See Diane Otto, “‘Taking a Break’ from ‘Normal’: Thinking Queer in the Context of International Law” (2007) 101 Proceedings of the ASIL Annual Meeting 119, 120; Dianne Otto, ‘Introduction: Embracing queer curiosity’ in Dianne Otto (ed), ''Queering International Law: Possibilities, Alliances, Complicities, Risks'' (Routledge 2018) 1.</ref><!-- Footnote adjusted. FB --> In this sense, queer theory fundamentally challenges and criticizes the regime of what is considered as 'normal' with regard to human sexuality, thereby moving beyond the dominant dualism of heterosexuality and homosex.<ref>Cf. Diane Otto, '"Taking a Break" from "Normal": Thinking Queer in the Context of International Law' (2007) 101 Proceedings of the ASIL Annual Meeting 119, 120.</ref><!-- Footnote adjusted. FB --> In the words of Otto, queer theory to international law is '"taking a break" from the politics of hetero-normative injury, and imagines human sexuality as much more diverse and shifting.'<ref>Diane Otto, '"Taking a Break" from "Normal": Thinking Queer in the Context of International Law' (2007) 101 Proceedings of the ASIL Annual Meeting 119, 120.</ref><!-- Footnote adjusted. FB --> While feminist theory has put a spotlight on the notion of 'gender' in international law and thereby uncovered and exposed norms and standards underlying the international legal order which were formerly perceived as neutral, but which build upon inherent hierarchies that create power imbalances and result in (structural) discrimination, quite similarly queer theory makes 'visible the [hetero] sexual ordering that is taken for granted as an underpinning of the "normal" system of international law' and discloses heterosexuality as the 'basic model for all dominant systems of societal relations.'<ref>Diane Otto, '"Taking a Break" from "Normal": Thinking Queer in the Context of International Law' (2007) 101 Proceedings of the ASIL Annual Meeting 119, 120.</ref><!-- Footnote adjusted. FB --> <!-- Add further sources! VK --> <!-- Aus Dianne Otto, Taking a break from normal: Understood as the elemental, natural, "normal" form of human association, heterosexuality not only shapes how we think of "normal" interpersonal and familial relationships, but is also the presumed basis for all forms of "normal" community, including that encompassed by the "normal" nation-state, international law's primary subject. A queer perspective also reveals how international law provides a conduit for the micromanagement and' 'disciplining'' of everyday lives, including sexual pleasure, despite its many rules purporting to leave these matters in the domestic realm of jurisdiction. --> ==== 5. Frictions and Intersections of Feminist and Queer Theory to International Law ==== As outlined above, there is much to be said for a joint presentation of feminist and queer approaches to international law. Especially in light of the open, fluid concept of gender and the need to break down and overcome the heteronormative binary of both sex and gender, a critical analysis of international law from a one-sided feminist or queer perspective would remain patchy and incomplete. However, this is less about adding up different perspectives, but about choosing an integrative approach that attempts to map the complexity of situations and experiences of discrimination and to develop adequate methods that go beyond describing a specific problem/issue, but respond to it by exploring possible solutions.<ref>With regard to the different pace of developing feminist messages on the one side and feminist methods on the other see Hilary Charlesworth, ''Talking to ourselves? Feminist scholarship in international law, Feminist Perspectives on Contemporary International Law: Between Resistance and Compliance?'' (Hart Publishing 2011) 32; Gina Heathcote, ''Feminist Dialogues on International Law: Success, Tensions, Futures'' (Oxford University Press 2019) 4 et seqq.</ref><!-- Footnote adjusted. FB --> Still, constructive dialogues between feminist and queer theory have rather been the exception than the rule, which is - according to Gina Heathcote - also due to the fact that 'mainstream feminist approaches to international law are yet to incorporate queer and trans scholarship into feminist accounts'<ref>Gina Heathcote, ''Feminist Dialogues on International Law: Success, Tensions, Futures'' (Oxford University Press 2019) 21.</ref><!-- Footnote adjusted. FB --> and have mostly ignored the dialogue commenced by queer approaches to international law.<ref>Cf. Gina Heathcote, ''Feminist Dialogues on International Law: Success, Tensions, Futures'' (Oxford University Press 2019) 21.</ref><!-- Footnote adjusted. FB --> Instead, feminist approaches have - intentionally or unintentionally, for pragmatic or other reasons<ref>Different grounds for a reluctance of feminists to move beyond the traditional dichotomy of sex and gender are set out in Dianne Otto, 'Queering Gender [Identity] in International Law' (2015) 33 Nordic Journal of Human Rights, 299 (306).</ref><!-- Footnote adjusted. FB --> - largely built on the heteronormativity and cisgenderism inherent in the structures which they seek to criticize, resulting in the 'invisibility of individuals who do not neatly fit into the normalized gender binary' and reproducing the 'fear of undermining heteronormative social structures.'<ref>Tamsin Phillipa Paige, 'The Maintenance of International Peace and Security Heteronormativity' in Dianne Otto (ed), ''Queering International Law: Possibilities, Alliances, Complicities, Risks'' (Routledge 2018) 91, 107. </ref><!-- Quelle überprüfen! VK --><!-- Leider habe ich hierzu keinen Zugriff. Stil ist bereits angepasst. FB --> In contrast, moving beyond dualism and asymmetry would allow 'to tell a story of marginality that has not yet been told’,<ref>Brenda Cossman, 'Gender Performance, Sexual Subjects and International Law' (2002) 15 Canadian Journal of Law and Jurisprudence 281 (289).</ref><!-- Footnote adjusted. FB --> drawing an inclusive picture of discriminatory experiences without 'losing the precarious spaces that have been carved out for addressing women’s human rights abuses.'<ref>Dianne Otto, 'Queering Gender [Identity] in International Law' (2015) 33 Nordic Journal of Human Rights 299 (309).</ref> <!-- Footnote adjusted. FB --> '''Include info-box with regard to cisgender:'''<!-- Search for template of and place for a corresponding info-box. VK --> The notion of 'cisgender' refers to persons who feel that their assigned sex at birth conforms with the gender they feel themselves to be.<ref>Cf. Paula Blank, 'Will “Cisgender” Survive?' (''The Atlantic'', 24 September 2014) <https://www.theatlantic.com/entertainment/archive/2014/09/cisgenders-linguistic-uphill-battle/380342/> accessed 9 August 2022.</ref><!-- Footnote adjusted. FB --> Cisgender is often used as an opposite to the term 'transgender'<ref>Cf. Paula Blank, 'Will “Cisgender” Survive?' (''The Atlantic'', 24 September 2014) <https://www.theatlantic.com/entertainment/archive/2014/09/cisgenders-linguistic-uphill-battle/380342/> accessed 9 August 2022.</ref><!-- Footnote adjusted. FB --> and is regularly tied to the binary system of biologically anchored categories of women/men and female/male.<ref>See Dianne Otto, 'Queering Gender [Identity] in International Law' (2015) 33 Nordic Journal of Human Rights 299, 300 n 3.</ref><!-- Footnote adjusted. FB --> === III. Structural Discrimination === During the last two decades, international human rights institutions have increasingly made reference to the phenomenon/concept<!-- Happy to receive any suggestion regarding adequate wording (phenomenon, concept etc.). VK --> of structural discrimination.<ref>See, inter alia, UN Economic and Social Council, Integration of the human rights of women and a gender perspective: violence against women, Report of the Special Rapporteur on violence against women, its causes and consequences, Yakin Ertürk, Mission to Mexico, 13 January 2006, UN Doc. E/CN.4/2006/61/Add.4, para. 13; IACtHR, Case of González et al. (“Cotton Field”) v. Mexico (Preliminary Objection, Merits, Reparations and Costs), Judgment, 16 November 2009, Series C No. 205, paras. 134, 450; Committee on the Elimination of Racial Discrimination, General Recommendation No. 34, Racial discrimination against people of African descent, 30 September 2011, UN Doc. CERD /C/GC/34, paras. 5-7; Committee on the Elimination of Discrimination against Women, General Recommendation No. 30 on women in conflict prevention, conflict and post-conflict situations, 18 October 2013, UN Doc. CEDAW/C/GC/30, paras. 77, 79. </ref> Structural discrimination is distinct from individual discrimination which refers to the behavior of an individual belonging to a specific group that is intended to have differential and/or harmful effects on the members of another group.<ref>Cf. Fred L. Pincus, 'From Individual to Structural Discrimination' in Fred L. Pincus and Howard J. Ehrlich (eds), ''Race and Ethnic Conflict: Contending Views on Prejudice, Discrimination, and Ethnoviolence'' (Routledge, 2<sup>nd</sup> ed 2018) 120.</ref><!-- Footnote adjusted. FB --> Typically, the differential and/or harmful behavior stems from individuals belonging to the dominant group that represents (or perceives itself as) the majority and is directed against individuals that due to specific characteristics are considered as minority or distinct which has also been described above as 'the other'. In contrast to individual discrimination, structural discrimination refers to discrimination rooted in grown and therefore pre-existing structures and inequalities of society.<ref>See Elisabeth Veronika Henn, ''International Human Rights Law and Structural Discrimination: The Example of Violence against Women'' (Springer 2018) 1.</ref><!-- Footnote adjusted. FB --> It occurs when the rules, norms and policies of a society's major(ity) institutions impose and produce disproportionately disadvantageous and unjust outcomes for the members of certain salient social groups.<ref>Cf. Andrew Altman, 'Discrimination' (''Standford Encyclopedia of Philosophy'', first published 1 February 2011, last substantive revision 20 April 2020) <https://plato.stanford.edu/entries/discrimination/#OrgInsStrDis> accessed 9 August 2022. See also Fred L. Pincus, 'From Individual to Structural Discrimination' in Fred L. Pincus and Howard J. Ehrlich (eds), ''Race and Ethnic Conflict: Contending Views on Prejudice, Discrimination, and Ethnoviolence'' (Routledge, 2<sup>nd</sup> ed 2018) 122.</ref><!-- Footnote adjusted. FB --> Discrimination is thereby introduced/integrated into often unconscious societal routines and patterns of attitudes and behavior that create and maintain discriminatory practice .<ref>See Mirjana Najcevska, ‘Structural Discrimination—Definition, Approaches and Trends’ (2010) 8th Session of the Intergovernmental Working Group on the Effective Implementation of the Durban Declaration and Programme of Action, held in Geneva from 11 to 22 October 2010, Executive Summary of Panelist's Presentation <https://www.ohchr.org/EN/Issues/Racism/IntergovWG/Pages/Session8.aspx> accessed 9 August 2022.</ref><!-- Footnote adjusted. FB --> The applied rules, norms and policies as well as societal routines and patterns are largely perceived as neutral, because their negative outcome - the differential and/or harmful effect on certain groups - is usually not intended.<ref>See Fred L. Pincus, 'From Individual to Structural Discrimination' in Fred L. Pincus and Howard J. Ehrlich (eds), ''Race and Ethnic Conflict: Contending Views on Prejudice, Discrimination, and Ethnoviolence'' (Routledge, 2<sup>nd</sup> ed 2018) 122.</ref><!-- Footnote adjusted. FB --> As Pincus highlights the 'key element in structural discrimination is not the intent but the effect of keeping minority groups in a subordinate position.'<ref>Fred L. Pincus, 'From Individual to Structural Discrimination' in Fred L. Pincus and Howard J. Ehrlich (eds), ''Race and Ethnic Conflict: Contending Views on Prejudice, Discrimination, and Ethnoviolence'' (Routledge, 2<sup>nd</sup> ed 2018) 122.</ref><!-- Footnote adjusted. FB --> In this sense, members of a certain group that due to the application of these rules and policies are denied equal opportunities and suffer from unjust disadvantages are put in a vulnerable position exposing them to exploitation and domination.<ref>Cf. Andrew Altman, 'Discrimination' (''Standford Encyclopedia of Philosophy'', first published 1 February 2011, last substantive revision 20 April 2020) <https://plato.stanford.edu/entries/discrimination/#OrgInsStrDis> accessed 9 August 2022. </ref><!-- Footnote adjusted. FB --> In the context of gender inequality, MacKinnon has described structural discrimination as 'the systematic relegation of an entire group of people to a condition of inferiority.'<ref name=":0">Catherine A. McKinnon, ''Feminism Unmodified: Discourse on Life and Law'' (Harvard University Press 1987) 41.</ref><!-- Footnote adjusted. FB --> Although structural and institutional discrimination may sometimes be used synonymously, Pincus described their differences as follows: Both forms of discrimination share the effect of certain groups being kept subordinate, "but only institutional discrimination is ''intended'' to keep minority groups subordinate."<ref>Fred L. Pincus, 'From Individual to Structural Discrimination' in Fred L. Pincus and Howard J. Ehrlich (eds), ''Race and Ethnic Conflict: Contending Views on Prejudice, Discrimination, and Ethnoviolence'' (Routledge, 2<sup>nd</sup> ed 2018) 122.</ref><!-- Footnote adjusted. FB --> While structural discrimination as a phenomenon can therefore generally be described as indirect and unintended, it may still be built upon or accompanied by forms of direct and intentional discrimination.<ref>See also for the at times complicated distinction of direct and indirect, intended and unintended discrimination: Andrew Altman, 'Discrimination' (''Standford Encyclopedia of Philosophy'', first published 1 February 2011, last substantive revision 20 April 2020) <https://plato.stanford.edu/entries/discrimination/#OrgInsStrDis> accessed 9 August 2022. </ref><!-- Footnote adjusted. FB --> It is also important to point out that women are much affected by structural and institutional discrimination as other groups even though they do not fit into the category of minority. <!-- Include example for structural discrimination. VK --> === IV. Intersectionality === It was Kimberlé Crenshaw who first described and introduced the concept of intersectionality into feminist theory. Her work 'Demarginalizing the Intersection of Race and Sex: A Black Feminist Critique of Antidiscrimination Doctrine, Feminist Theory and Antiracist Politics' can be read as a critique of both feminist and anti-racist movements for their one-sided focus on the most privileged members of the group.<ref>See Kimberlé Crenshaw, 'Demarginalizing the Intersection of Race and Sex: A Black Feminist Critique of Antidiscrimination Doctrine, Feminist Theory and Antiracist Politics' [1989] University of Chicago Legal Forum 139, 140.</ref><!-- Footnote adjusted. FB --> According to Crenshaw, the 'single-axis analysis' results in anti-racist strategies that tend to focus on gender privileged persons - men - and a women's movement which puts a spotlight on class-privileged women associated with a certain race,<!-- Include reference to the problematic term "race". VK --> namely white, middle- and upper-class women.<ref>See Kimberlé Crenshaw, 'Demarginalizing the Intersection of Race and Sex: A Black Feminist Critique of Antidiscrimination Doctrine, Feminist Theory and Antiracist Politics' [1989] University of Chicago Legal Forum 139, 140; Kimberlé Crenshaw, 'Mapping the Margins: Intersectionality, Identity Politics, and Violence against Women of Color' (1991) 43 Stanford Law Review 1241, 1252. </ref><!-- Footnote adjusted. FB --> This blindness towards other groups that suffer from structural discrimination, particularly at the intersection of different categories upon which subordination and discrimination is based, leads to the marginalization of 'those who are multiply burdened and obscures claims that cannot be understood as resulting from discrete sources of discrimination.'<ref>Kimberlé Crenshaw, 'Demarginalizing the Intersection of Race and Sex: A Black Feminist Critique of Antidiscrimination Doctrine, Feminist Theory and Antiracist Politics' [1989] University of Chicago Legal Forum 139, 140.</ref><!-- Footnote adjusted. FB --> As a consequence, an intersectional approach as applied by Crenshaw has more generally been understood as the 'idea that when it comes to thinking about how inequalities persist, categories like gender, race, and class are best understood as overlapping and mutually constitutive rather than isolated and distinct.'<ref>Adia Harvey Wingfield, 'About Those 79 Cents' (''The Atlantic'', 17 October 2016) <https://www.theatlantic.com/business/archive/2016/10/79-cents/504386/> accessed 9 August 2022. See also Adia Harvey Wingfield and Melinda Mills, 'Viewing Videos: Class Differences, Black Women, and Interpretations of Black Femininity' (2012) 19 Race, Gender & Class 348, 352. </ref><!-- Footnote adjusted. FB --> Building upon this, intersectionality has been commonly defined as 'the complex, cumulative way in which the effects of multiple forms of discrimination [...] combine, overlap, or intersect especially in the experiences of marginalized individuals or groups.'<ref>Merriam-Webster Dictionary, 'Intersectionality' <https://www.merriam-webster.com/dictionary/intersectionality> accessed 9 August 2022.</ref><!-- Footnote adjusted. FB --> Consequently, intersectional approaches of feminist and queer theory seek to include perspectives and experiences of individuals and groups where several forms of discrimination based on different categories, such as gender, sexual orientation, class, age or disability, just to name a few, overlap. <!-- Further terms and concepts: bias, sexuality, sexism, heteronormativity, cisgenderism. --><!-- Weitere Literatur zitieren: A Oakley, A brief history of gender? in A. Oakley and J. Mitchell (eds.), Who's Afraid of Feminism? Seeing through the Backlash, New York 1997, p. 29. Zudem weiterlesen Flax, Scott, Di Otto etc. --> == C. Problems that Feminist and Queer Theory Seeks to Address == Broadly speaking, feminism and queer theory seek to address the same problem: equality within society. This goal is one that is shared with most marginalised-peoples-focused theories within law, social sciences, and the humanities. The key differences here (and elsewhere) are which marginalised group is the focus in its quest for equality, and how this quest for equality is positioned strategically and tactically. There is a valid argument to suggest that the drafting and entry into force of the Convention on the Elimination of All Forms of Discrimination Against Women (CEDAW) in 1979 and 1981 respectively is the starting point of feminist approaches to international law;<ref>Convention on the Elimination of All Forms of Discrimination against Women 1979 (1249 UNTS 13).</ref> however, academic scholarship from the feminist tradition didn’t gain traction until a decade later. The consideration of international law as an area of concern for feminism began in earnest in 1991 with the foundational article ‘Feminist Approaches to International Law’ by Charlesworth, Chinkin, and Wright.<ref>Hilary Charlesworth, Christine Chinkin and Shelly Wright, ‘Feminist Approaches to International Law’ (1991) 85 American Journal of International Law 613.</ref> While this began at the same time as what is seen as third wave feminism (most distinctively characterised by the work of Butler and incorporating intersectionality following Kimberlé Crenshaw’s work),<ref>See generally: Judith Butler, ''Gender Trouble Feminism and the Subversion of Identity'' (Routledge 1999) <<nowiki>http://site.ebrary.com/id/10054731</nowiki>> accessed 30 July 2015; Kimberlé Crenshaw, ‘Demarginalizing the Intersection of Race and Sex: A Black Feminist Critique of Antidiscrimination Doctrine, Feminist Theory and Antiracist Politics’ (1989) 1989 University of Chicago Legal Forum 139.</ref> the approach taken was shaped by the education in second wave feminism of the academics championing this important moment in International Law. This approach to seeking equality being grounded in the framework of second wave feminism can be seen in how CEDAW has been constructed and in how Charlesworth et al. construct the goal of feminism as being “to capture the reality of women’s experience or gender inequality.”<ref>Charlesworth, Chinkin and Wright (n 2) 613.</ref> This tendency of the feminist tradition in international law to follow second wave feminism, which is much more grounded in biological determinism than third wave feminism, is most evident in the way we see the UN’s gender mainstreaming programs (which seek to normalise considerations of the perspectives and impacts of women in UN activities).<ref>Tamsin Phillipa Paige and Joanne Stagg, ‘Well-Intentioned but Missing the Point: The Australian Defence Force Approach to Addressing Conflict-Based Sexual Violence’ (2020) 29 Griffith Law Review 468, 471–472.</ref> It is also evident in fantastic programs such as the Gender Legislative Index,<ref>Ramona Vijeyarasa, ‘What Is Gender-Responsive Legislation? Using International Law to Establish Benchmarks for Labour, Reproductive Health and Tax Laws That Work for Women’ (2020) 29 Griffith Law Review 334.</ref> which seeks to assess how well states domestic laws are complying with CEDAW obligations. In this construction the object of feminist interventions and international law is grounded in cisgender women being the subject of arguments for equality. The outcome of this focus of women is the subject matter of feminist interventions and international law lends itself to two separate approaches. The first, and arguably more common approach (and definitely more theoretically sound approach), is one that embraces Crenshaw’s call for intersectionality in its analysis.<ref>Crenshaw (n 3).</ref> <!-- Hier FN anpassen, da oben schon zitiert, hier aber der Verweis auf FN 3 (90) unter C. gemeint ist. VK -->This is a feminism that acknowledges, and embraces, the fact that women’s lived experiences of the impacts of law is not universal and is also shaped by other defining characteristics of marginalisation (such as inter-alia race, class, sexuality, and disability).<ref>Gina Heathcote, ''Feminist Dialogues on International Law: Successes, Tensions, Futures'' (First edition, Oxford University Press 2019) 21.</ref> While this feminism is still predominantly focused upon equality for women, it acknowledges that women’s equality is contingent upon equality for all marginalised groups and the need for feminism to engage in dialogue with these groups. The other approach, often dubbed ‘White Woman Feminism’, embraces the call spearheaded by Catherine MacKinnon that women need to be considered a single unified and universal political category that disregards questions of race, class, et cetera when advocating for equality.<ref>Catherine MacKinnon, ‘From Practice to Theory, or What Is a White Woman Anyway?’ (1991) 4 Yale Journal of Law and Feminism 13, 20–22.</ref> Proponents of this approach believe that it creates a stronger argument for women’s equality, but ignore that the focus of the approach is often the interests of white, straight, western women. This second approach has also been played by notion of zero-sum games around the question of equality and has pushed back against a broad and inclusive feminism that seeks to advocate for equality for all out of fear that it will come at the expense of equality gains made for women.<ref>Dianne Otto, ‘Queering Gender [Identity] in International Law’ (2015) 33 Nordic Journal of Human Rights 299, 306–309.</ref> Some of the notable achievements of feminist interventions into international law were how advocacy was able to get International Criminal Law and international humanitarian law to treat armed conflict sexual violence as a crime against the personhood of the victim, rather than as a crime against military discipline (as it had historically been treated).<ref>''The Prosecutor v Jean-Paul Akayesu (Trial Judgement)'' [1998] International Criminal Tribunal for Rwanda ICTR-96-4-T; ''Prosecutor v Anto Furundžija (Appeals Chamber Judgement)'' [2000] International Criminal Tribunal for the Former Yugoslavia IT-95-17/1; ''Prosecutor v Zejnil Delalic, Zdravko Mucic (aka ‘Pavo’), Hazim Delic, and Esad Landzo (aka ‘Zenga’) (Appeals Chamber Judgement)'' [2001] International Criminal Tribunal for the Former Yugoslavia IT-96-21.</ref> Building upon this success in the 90s we have seen the development of the UN Security Council’s Women, Peace, and Security agenda and the growth in the work of UN Women as a sub agency of the UN to specifically consider the impact of international law on the lives of women.<ref>Resolution 1325 (2000) 2000 (UN Security Council); Resolution 1820 (2008) 2008 (UN Security Council); Resolution 1888 (2009) 2009 (UN Security Council); Resolution 1889 (2009) 2009 (UN Security Council); Resolution 1960 (2010) 2010 (UN Security Council); Resolution 2106 (2013) 2013 (UN Security Council); Resolution 2122 (2013) 2013 (UN Security Council); Resolution 2242 (2015) 2015 (UN Security Council); Resolution 2467 (2019) 2019 (UN Security Council); Resolution 2493 (2019) 2019 (UN Security Council).</ref> Some of the impacts around how women have been characterised, and often essentialised, through the work of engaging in direct consideration of the impact of international law on women has been strongly criticised;<ref>Karen Engle, ‘The Grip of Sexual Violence: Reading UN Security Council Resolutions on Human Security’ in Dianne Otto and Gina Heathcote (eds), ''Rethinking Peacekeeping, Gender Equality and Collective Security'' (Palgrave-Macmillan 2014); Gina Heathcote, ‘Naming and Shaming: Human Rights Accountability in Security Council Resolution 1960 (2010) on Women, Peace and Security’ (2012) 4 Journal of Human Rights Practice 82; Dianne Otto, ‘Power and Danger: Feminist Engagement with International Law through the UN Security Council’ (2010) 32 The Australian Feminist Law Journal 99; Tamsin Phillipa Paige, ‘The Maintenance of Heteronormativity’ in Dianne Otto (ed), ''Queering International Law: Possibilities, Alliances, Complicities, Risk'' (Routledge 2017).</ref> however, even those criticising this work acknowledge that it’s an improvement for women than when they were being utterly ignored. Queer theory grew out of third wave feminism, in particular the work of Butler and Sedgwick,<ref>See generally: Butler, ''Gender Trouble Feminism and the Subversion of Identity'' (n 3); Judith Butler, ''Bodies That Matter: On the Discursive Limits of ‘Sex’'' (Routledge 2011); Judith Butler, ''Antigone’s Claim: Kinship between Life and Death'' (Columbia University Press 2000); Eve Kosofsky Sedgwick, ''Tendencies'' (Duke University Press 1993).</ref> <!-- Hier wieder FN Verweise anpassen, da Butler schon zuvor zitiert wurde und eigentlich auf FN 3 unter C (FN 90) verwiesen wird. VK -->with a much less cohesive equality agenda than feminism. When looking at questions of equality queer theory is inherently broad (and is mostly inclusive but not without its problems) but has a tendency to focus upon QUILTBAG+ subjects.<ref>Queer, Unsure/Uncertain, Intersex, Lesbian, Trans*, Bisexual/Pansexual, Asexual/Aromantic/Demisexual, Gay, and others who don’t identify with these categories.</ref> There is also a strong tendency to explore advocating for equality through an intersectional lens by examining the normative assumptions that are being brought to law and situations that generate inequality. Queer theory, at its core, is an embrace of curiosity and questioning – generally from a framework of understanding that the law and normative assumptions that are brought to law and social practice are culturally dependent social constructions rather than natural and inevitable.<ref>Dianne Otto, ‘Introduction: Embracing Queer Curiosity’ in Dianne Otto (ed), ''Queering International Law: Possibilities, Alliances, Complicities, Risk'' (Routledge 2017).</ref> The easiest space to see this distinction between feminist approaches to international law and queer theory approaches to international law is in examination of the project of gender mainstreaming within UN projects. Feminist approaches to international law, while often critical of the details taken through gender mainstreaming, have treated this introduction of idea and process into every UN body (and numerous state foreign affairs and defence departments) as a net good. Queer theory approaches to international law, while acknowledging the improvements that adding gender mainstreaming has produced, have heavily critiqued how the process of gender mainstreaming has led to the use of gender being a euphemism for women, how it has normalised and reinforced the (white) cis/het masculine subject as the un-gendered normal to which all other expressions of humanity must be compared, and how the process has reproduced bio essentialist views of sex and gender along regressive heteronormative lines within international legal discourse. There is a tension created within feminist and queer theory approaches to international law where the perfect can be the enemy of the good. This tension is often referred to as the ‘double-bind’.<ref>Faye Bird, ‘“Is This a Time of Beautiful Chaos?”: Reflecting on International Feminist Legal Methods’ (2020) 28 Feminist Legal Studies 179.</ref> This idea of the ‘double-bind’ broadly posits that advocates for change and equality suffer pressures from those outside governmental institution to not compromise in questions of equality, while also suffering pressures from within the institution that require accepting an improvement that is less than ideal in the alternative to no improvement. It is because of these competing pressures that feminism and queer theory requires advocates inside governmental institutions to push for change and accept compromise, and advocates outside of governmental institutions to hold those inside the institutions to account and drive them to continue advocating for better equality. Overall feminism and queer theory seek the same thing: equality. This is achieved better by marginalised groups working together for the betterment of all, and that is something that is known and acknowledged by the majority of feminist and queer theory advocates in international law. == D. Key People in Feminist and Queer Theory in International Law == These are some of the important figures in feminist and queer theory in international law, although this list does by no means claim to be exhaustive. ·       [https://www.icj-cij.org/public/files/members-of-the-court-biographies/charlesworth_en.pdf Hilary Charlesworth] ·       [https://www.lse.ac.uk/law/people/academic-staff/christine-chinkin Christine Chinkin] ·       [https://independent.academia.edu/ShelleyWright1 Shelley Wright] ·       [https://www.qmul.ac.uk/law/people/academic-staff/items/kapur.html Ratna Kapur] ·       [https://www.soas.ac.uk/staff/staff50829.php Rahul Rao] ·       [https://en-law.tau.ac.il/profile/agross Aeyal Gross] ·       [https://law.unimelb.edu.au/about/staff/dianne-otto Dianne Otto] ·       [https://www.soas.ac.uk/staff/staff36955.php Gina Heathcote] ·       [https://scholars.uow.edu.au/display/nan_seuffert Nan Seuffert] ·       [https://carleton.ca/law/people/buss-doris-e/ Doris Buss] ·       [https://www.ucl.ac.uk/laws/people/ralph-wilde Ralph Wilde] ·       [https://www.soas.ac.uk/staff/staff86662.php Vanja Hamzić] ·       [https://law.unimelb.edu.au/about/staff/anne-orford Anne Orford] ·       [http://www.law.ubalt.edu/faculty/profiles/grossman-nienke.cfm Nienke Grossman] ·       [https://profiles.howard.edu/profile/46991/jjarpa-dawuni Josephine Jarpa Dawuni] ·       [https://www.mmu.ac.uk/law/about-us/our-staff/profile/index.php?id=5347 Senthorun Raj] ==Further Readings== * Source I * Source II ==Conclusion== * Summary I * Summary II <!--Please do not delete the part under this comment--> {{OpenRewi/Chapter-End}} {{BookCat}} qx78m2jojjw9647v0hrnh7vuttf4em4 4089885 4089880 2022-08-09T15:50:36Z FranziBachma 3398040 /* C. Problems that Feminist and Queer Theory Seeks to Address */ Adjustment of footnotes on behalf of VK + comments wikitext text/x-wiki <p style="clear: both;"></p> {{OpenRewi/Chapter-Top}} <p style="clear: both;"></p> <!--Please do not delete the part above this comment--> {{Template:OpenRewi/WIP}}<!--You can delete this template as soon as your text is (provisionally) finished--> <big>'''Author:''' Verena Kahl/Tamsin Paige<!--Please enter the author names and/or link users here--></big> <blockquote>'''Required knowledge:''' Link<!--Please insert links to other parts of the book or other books that are needed as prior knowledge--> </blockquote> <blockquote>'''Learning objectives:''' Understanding XY.<!--Please enter the learning objective for your chapter--> </blockquote> This is where the text begins.<ref>The first footnote. Please adhere to [https://www.law.ox.ac.uk/sites/files/oxlaw/oscola_4th_edn_hart_2012.pdf OSCOLA] when formating citations. Whenever possible, provide a link with the citation, ideally to an open-access source.</ref> This template follows [[Wikibooks:WikiProject_OpenRewi_-_Open_Legal_Science/Styleguide|our style guide]]. Please take into account our [[Wikibooks:WikiProject_OpenRewi_-_Open_Legal_Science/Didactics|guidelines for didactics]]. If you're wondering how to create text in Wikibooks, feel free to check out our guide on [[Wikibooks:WikiProject_OpenRewi_-_Open_Legal_Science/Writing|how to write]] in Wikibooks. {{OpenRewi/Advanced|Reference=Example|Content=This is your advanced content. You can create this text box using our template "Advanced". How to do this is described [[Wikibooks:WikiProject_OpenRewi_-_Open_Legal_Science/Writing|here]].}} {{Template:OpenRewi/Example|Content=This is your example.|Reference= example topic}} {{Template:OpenRewi/Test|Link=https://openrewi.org/en/projects/project-public-international-law/history-theory-methods/#PIL-test}} ==A. Overview/Introduction == === <!-- In this part we would like to explain what feminist and queer theory is, without omitting that there is not "one" but many feminist and queer approaches, also addressing its legitimacy and the question why both subjects should be treated conjunctively. --><!-- Inlude sub-headings in this Section. VK -->I. Feminist and Queer Theory as Forms of Deconstruction === Feminist and queer approaches form part of a diverse field of schools of thought, some of which are presented in further detail in this textbook. These theories observe, analyze and criticize public international law from a particular perspective and, coming from this specific theoretical foundation, seek to deconstruct <!-- It would be nice to add a footnote with a brief explanation of whether you are referring to deconstruction in a narrower, Derridean sense, or if you are using the term more broadly. Ideally, you could also add a reference with a source that gives a primer on deconstruction. For the latter purpose, I really like this article on the Critical Legal Thinking blog: https://criticallegalthinking.com/2016/05/27/jacques-derrida-deconstruction/ SGH-->its object of analysis. Deconstruction<ref>For Derrida's idea of deconstruction see, inter alia, Jacques Derrida, ''Of Grammatology'' (Gayatri Chakravorty Spivak tr, Johns Hopkins University Press 2016); Jacques Derrida, ''Deconstruction in a Nutshell: A Conversation with Jacques Derrida'' (John D. Caputo ed, Fordham University Press 2020). For an analysis of deconstruction with regard to law and justice see Jacques Derrida, 'Force of Law: The "Mystical Foundation of Authority"', in Drusilla Cornell, Michel Rosenfeld and David Carlson (eds), ''Deconstruction and the Possibility of Justice'' (Routledge 1992) 3-677. </ref> <!-- Footnote adjusted. FB -->in this sense can be understood as a never ending process of questioning existing and accepted structures of dominance which are perceived as objective, neutral or natural.<ref>See Catherine Turner, 'Jacques Derrida: Deconstruction' (2016) CLT <https://criticallegalthinking.com/2016/05/27/jacques-derrida-deconstruction/> accessed 6 August 2022.</ref> <!-- Footnote adjusted. FB -->As a result, it reveals the existence of other competing forms of interpretation, alternative views,<ref>See Derrida's concept of "différance" in Jacques Derrida, ''Jacques Derrida'' (Geoffrey Bennington tr, University of Chicago Press 1993) 70 et seqq.</ref> <!-- Footnote adjusted. FB -->that have been ignored, overshadowed or suppressed,<ref>See Catherine Turner, 'Jacques Derrida: Deconstruction' (2016) CLT <https://criticallegalthinking.com/2016/05/27/jacques-derrida-deconstruction/> accessed 6 August 2022. Derrida's concept of "différance" is described in Jacques Derrida, ''Jacques Derrida'' (Geoffrey Bennington tr, University of Chicago Press 1993) 70 et seqq.</ref> <!-- Footnote adjusted. FB -->thereby opening the door to new possibilities and structures.<ref>See Catherine Turner, 'Jacques Derrida: Deconstruction' (2016) CLT <https://criticallegalthinking.com/2016/05/27/jacques-derrida-deconstruction/> accessed 6 August 2022.</ref> <!-- Footnote adjusted. FB -->The concept of deconstruction therefore rejects the idea of an absolute truth or natural referent,<ref>In philosophical terms, Derrida referred to the absence of a "transcendental signified", because "every signifier refers to other signifiers, we never reach a signified referring only to itself." Jacques Derrida, ''Jacques Derrida'' (Geoffrey Bennington tr, University of Chicago Press 1993) 78 et seq. See Catherine Turner, 'Jacques Derrida: Deconstruction' (2016) CLT <https://criticallegalthinking.com/2016/05/27/jacques-derrida-deconstruction/> accessed 6 August 2022.</ref> <!-- Eventually include further references, including Derrida. VK --><!-- Footnote adjusted. FB -->but rather searches for 'the tensions, the contradictions, the heterogeneity.'<ref>Jacques Derrida, ''Deconstruction in a Nutshell: A Conversation with Jacques Derrida'' (John D. Caputo ed, Fordham University Press 2020) 9. </ref> <!-- Check Page number and source in general. New edition 2020. VK --> <!-- New edition updated, page number checked & citation adjusted. I would suggest to include 'the' in the quote as follows: 'the tensions, the contradictions, the heterogeneity'. FB -->In its ability to show pluralities and different options, deconstruction creates space for (ongoing) transformation and reconstruction.<ref>With regard to "critical legal studies" and other legal works dedicated at deconstruction, Derrida stated that "they respond [...] to the most radical programs of deconstruction that would like, to be consistent in itself, not to remain enclosed in purely speculative, theoretical, academic discourses, but rather [...] to aspire to something more consequential, to ''change'' things and to intervene in an efficient and responsible [...] way, [...] in the sense of maximum intensification of transformation in progress, in the name of neither a simpler symptom nor a simple cause." Jacques Derrida, 'Force of Law: The "Mystical Foundation of Authority"', in Drusilla Cornell, Michel Rosenfeld and David Carlson (eds), ''Deconstruction and the Possibility of Justice'' (Routledge 1992) 8 et seq. </ref> <!-- Footnote adjusted. FB -->With this in mind, '[it] is only through this element of endless analysis, criticism and deconstruction that we can prevent existing structures of dominance from reasserting themselves.'<ref>Catherine Turner, 'Jacques Derrida: Deconstruction' (2016) CLT <https://criticallegalthinking.com/2016/05/27/jacques-derrida-deconstruction/> accessed 6 August 2022. In this regard, Derrida stated that he tries "to dismantle not institutions, but some structures within institutions that have become too rigid, or are dogmatic or which work as an obstacle to future research." Jacques Derrida, Deconstruction in a Nutshell: A Conversation with Jacques Derrida (John D. Caputo ed, Fordham University Press 2020) 8.</ref> <!-- Footnote adjusted. FB -->In this regard, feminist and queer theory aims at the deconstruction of a perceived neutral or natural international legal order that rests on a dominating masculine and heterosexual standard.<ref>''Charlesworth'' and ''Chinkin'' have described this first task as the "deconstruction of the explicit and implicit values of the international legal system, challenging their claim to objectivity and rationality because of the limited base on which they are built." Hilary Charlesworth and Christine Chinkin, ''The boundaries of international law - A feminist analysis'' (Manchester University Press 2000) 60.</ref> <!-- Footnote adjusted. FB --> === II. The Male Standard<!-- Adding heterosexual standard in the heading as well? VK --><!-- Or: "Masculinity and Heterosexuality as Scarcely Questioned Standard" (?). FB -->=== Although neither one nor 'the one' feminist and queer approach to international law exists, as shown below, all of these different approaches in the realm of feminist and queer theory share a common baseline: International law has been developed and shaped predominantly by men and has been built on the assumption that men and masculinity are the (societal) norm.<ref>Hilary Charlesworth and Christine Chinkin, ''The boundaries of international law - A feminist analysis'' (Manchester University Press 2000) ix, 2.</ref> <!-- Footnote adjusted. FB -->While this norm and, as a consequence, public international law, has largely been perceived as neutral,<ref>Hilary Charlesworth and Christine Chinkin, ''The boundaries of international law - A feminist analysis'' (Manchester University Press 2000) x.</ref> <!-- Footnote adjusted. FB -->it largely neglects all those categories that deviate from this standard. In this sense, it is not only women and femaleness which <!-- Or: "it is not only women and femaleness being excluded as 'the other'." (Since you are talking about women (who are excluded) and femaleness (which/that is excluded), I would suggest this alternative wording, but surely both is fine!). FB -->are excluded as 'the other'<ref>Hilary Charlesworth and Christine Chinkin, ''The boundaries of international law - A feminist analysis'' (Manchester University Press 2000) 2.</ref><!-- Footnote adjusted. -->. Rather, all deviations as regards to sex, gender or sexuality<!-- Is it necessary to explain differences with regard to sex and gender in the text? It could also be briefly explained in a footnote referencing corresponding sources. VK --> <!-- ... or you can refer to Section B where the common terms and concepts are addressed? FB -->which are considered as different from or opposed to the norm<ref>Hilary Charlesworth and Christine Chinkin, ''The boundaries of international law - A feminist analysis'' (Manchester University Press 2000) 2, 58.</ref> <!-- Footnote adjusted. FB -->eke out a shadowy existence as their perspectives and interests are constantly ignored and bypassed. This includes, but is not reduced to persons defining/identifying themselves as women, lesbian, homosexual, bisexual, transgender or intersexual, thereby expanding categories of sex, gender and sexuality far beyond a mere binary understanding. In essence, public international law, just like domestic law, suffers from a clear gender bias,<ref>Hilary Charlesworth and Christine Chinkin, ''The boundaries of international law - A feminist analysis'' (Manchester University Press 2000) ix.</ref> <!-- Footnote adjusted. FB -->some of whose manifestations are described further below. This gender bias of international law, elevating the masculine to the norm,<!-- For a better understanding of this sentence I would suggest to include a comma before the word "functions" (I will already add it, so you will see). FB --> functions like a 'veiled representation and projection of a masculine which takes itself as the unquestioned norm, the ideal representative without any idea of the violence that this representational positioning does to its others.'<ref>Elizabeth Gross, 'Conclusion: What is feminist theory?' in Carole Pateman and Elizabeth Gross (eds), ''Feminist Challenges: Social and Political Theory'' (Allen & Unwin Australia 1986) 197.</ref><!-- Footnote adjusted. FB --><!-- Seitenzahl überprüfen! VK --><!-- Source still to be checked (not available online?). FB --> === III. Commonalities of Feminist and Queer Theory === Since international law builds on a masculine and heterosexual standard that is confronted with a great diversity of deviations that are systematically overlooked, a joint presentation and consideration of feminist and queer approaches to international law is not only a legitimate and useful unification of perspectives in the de- and reconstruction of public international law. On the contrary/instead/rather, this holistic approach virtually imposes itself in view of common structural experiences of discrimination and injustice. Otherwise, the picture drawn by an analysis of public international law from either a feminist or a queer perspective would be left/remain incomplete. Using a holistic approach does also justice to the principle of intersectionality <!-- Anker zu Intersectionality setzen. VK -->and may, at least to a certain extent, counteract an oversimplification of categories and distinguishing features, such as male/female or hetero-/homosexual, even if avoiding them completely may not always succeed.<ref>In this context, Otto has pointed both to the necessity and dangers of using categories: "To start with, we need to acknowledge that categorical thinking enables us to communicate and to act. Without classifications and comparisons, we are left with a world of infinite ''sui generis'' items and without a basis for making judgments of justice, ethics, or rights. Yet categories also always exclude other possibilities by obscuring the multiple strands that make up the whole and the ways in which the strands interrelate. " Dianne Otto, 'Rethinking the Universality of Human Rights Laws' (1997) 29 Columbia Human Rights Law Review, 1 (27 et seq. with further reference).</ref><!-- Zitat und Quelle überprüfen! VK --><!-- Quote and source checked and adjusted. Since Otto's article includes several citations, I would suggest to add a note "with further reference". FB --> In this sense, combining feminist and queer theory also means not to remain 'within the closed fields of these oppositions'<ref>Jacques Derrida, ''Positions'' (University of Chicago Press 1981) 41.</ref> <!-- Footnote adjusted. FB -->and thereby perpetuate the inherent hierarchy, but rather move beyond binary structures. ==B. Common Terms and Concepts<!-- Points I. and II. can also exchange positions. VK -->== === I. Sex and Gender === <!-- Include description in Alison Blunt and Jane Wills, Dissident Geographies: An introduction to radical ideas and practice, Pearson Education Limited, London 2000, p. 90. VK -->Two main concepts which are deeply interrelated and essential to feminist and queer theory manifest themselves in a distinction drawn between 'sex' and 'gender'. The term 'sex', on the one hand, is regularly used to describe biological differences between men and women construed as binary categories related to bodies.<ref>See</ref><!-- Hier Chinkin etc. zitieren. VK --> 'Gender', on the other hand, is often used as an opposite term in the way that it describes cultural and social imprinting of distinctions made on the basis of sex.<ref>See Joan W. Scott, 'Gender: A Useful Category for Historical Analysis' (1986) 91 The American Historical Review, 1053 (1053 et seq.).</ref><!-- Footnote adjusted. FB --> In this sense, the Human Rights Commission has contrasted both terms as follows: 'The term "gender" refers to the ways in which roles, attitudes, values and relationships regarding women and men are constructed by all societies all over the world. Therefore, while the sex of a person is determined by nature, the gender of that person is socially constructed.'<ref>Commission on Human Rights, Report of the Expert Group Meeting on the Development of Guidelines for the Integration of Gender Perspectives into United Nations Human Rights Activities and Programmes, 20 November 1995, UN Doc. E/CN.4/1996/105, para. 13.</ref> With this in mind, the notion of 'gender' has been described as a fluid and unstable concept<ref>See Gina Heathcote, ''Feminist Dialogues on International Law: Success, Tensions, Futures'' (Oxford University Press 2019) 3.</ref><!-- Footnote adjusted. FB --> and is often understood as a rejection of the biological determinism embodied in the concept of 'sex',<ref>See Dianne Otto, 'Queering Gender [Identity] in International Law' (2015) 33 Nordic Journal of Human Rights, 299 (300); Joan W. Scott, 'Gender: A Useful Category for Historical Analysis' (1986) 91 The American Historical Review, 1053 (1054).</ref><!-- Footnote adjusted & page checked (only p. 1054 in Scott's article). Attention resp. query: If I am not mistaken, “rejection of the biological determinism” is taken verbatim from Joan W. Scott’s article (p. 1054) - shouldn't it be better put in quotation marks? FB --> which carries an 'excess cultural baggage'<ref>Hilary Charlesworth and Christine Chinkin, ''The boundaries of international law - A feminist analysis'' (Manchester University Press 2000) 3.</ref><!-- Footnote adjusted. FB -->. It is also used to relativize and break down the dichotomy and binary associated with the (biological) sex and thus to open it up to categories that go beyond woman and man, male and female.<ref>See Dianne Otto, 'Queering Gender [Identity] in International Law' (2015) 33 Nordic Journal of Human Rights, 299 (300 et seq.).</ref><!-- Footnote adjusted. FB --> Gender identity is therefore much more complex due to the 'dynamic relationship between the body and identity which gives rise to multiple possible alignments, which can change over time, or even from moment to moment.'<ref>Dianne Otto, 'Queering Gender [Identity] in International Law' (2015) 33 Nordic Journal of Human Rights, 299 (300).</ref><!-- Footnote adjusted. FB --> Despite this intention to show a more inclusive and diverse picture beyond traditional understandings of masculinity and femininity<ref>Hilary Charlesworth and Christine Chinkin, ''The boundaries of international law - A feminist analysis'' (Manchester University Press 2000) 3.</ref><!-- Footnote adjusted. FB --> and the presumed neutrality and objectiveness attributed to the term 'gender',<ref>Cf. Joan W. Scott, 'Gender: A Useful Category for Historical Analysis' (1986) 91 The American Historical Review, 1053 (1056).</ref><!-- Footnote adjusted. FB --> it has been and still is frequently used as a synonym for women.<ref>Cf. Joan W. Scott, 'Gender: A Useful Category for Historical Analysis' (1986) 91 The American Historical Review, 1053 (1056).</ref><!-- Footnote adjusted. Query/suggestion: Here the footnote could be placed before the full stop since it refers solely to the last part of the sentence? FB --> Gender-based analyses have therefore to a large extent focussed primarily on women as a seemingly stable (biological) category, thereby neglecting gender discrimination suffered by the many other forms of gender identity.<ref>See Dianne Otto, 'Queering Gender [Identity] in International Law' (2015) 33 Nordic Journal of Human Rights, 299 (300).</ref><!-- Weitere Quellen einfügen, Beispiele einfügen! VK --><!-- Footnote adjusted. Query/suggestion: Here, as a reference word, I would refer to 'people', e.g.: "thereby neglecting gender discrimination suffered by the many other people (individuals) of very diverse gender identities". FB --> As a consequence, feminist approaches have long revolved around women as their coherent subject which presumes a common, collective and universal identity.<ref>See Judith Butler, ''Gender Trouble: Feminism and the Subversion of Identity'' (Routledge 1990) 1-6.</ref><!-- Footnote adjusted. FB --> Feminist scholarship has thus neglected in large parts 'how the category of "women", the subject of feminism, is produced and restrained by the very structures of power through which emancipation is sought'.<ref>Judith Butler, ''Gender Trouble: Feminism and the Subversion of Identity'' (Routledge 1990) 2. </ref><!-- Footnote adjusted. FB --> This one-dimensional picture of identity that suggests a universal experience of discrimination and oppression has further led to ignoring the intersection of gender with other modalities of socially and culturally constructed identities, linked to notions such as 'class', 'race', 'sexuality' or 'ethnicity'.<ref>Cf. See Judith Butler, ''Gender Trouble: Feminism and the Subversion of Identity'' (Routledge 1990) 3.</ref><!-- Footnote adjusted. FB --> However, there have also been attempts to deconstruct the category of 'women' in order to 'better reflect the racial, cultural, religious and other forms of diversity, troubling the category of women, and concomitantly, the concept of gender from within'<ref>Brenda Cossman, 'Gender Performance, Sexual Subjects and International Law' (2002) 15 Canadian Journal of Law and Jurisprudence, 281 (287).</ref><!-- Footnote adjusted. FB --> and - in a step further - to rethink the underlying categories and concepts.<ref>Cf. Brenda Cossman, 'Gender Performance, Sexual Subjects and International Law' (2002) 15 Canadian Journal of Law and Jurisprudence, 281 (287).</ref><!-- Footnote adjusted. FB --> Still, Brenda Cossman concluded that 'the troubling of sex and gender, and crisis of categories [...] has not yet permeated feminist international law scholarship, let alone international law. [...] Indeed, as gender comes to be instantiated at the international level, its meaning has become rather more rigid and fixed.'<!-- Footnote adjusted. FB --><!-- Übergang überprüfen, ggf. umstrukturieren! VK --> Furthermore, the idea that 'sex' is a natural and immutable characteristic has been increasingly challenged,<ref>See particularly Margaret Davies, 'Taking the Inside Out: Sex and Gender in the Legal Subject' in Ngaire Naffine and Rosemary J. Owens (eds), ''Sexing the Subject of Law'' (LBC Information Service 1997) 25.</ref> for having constructed, contingent and political dimensions.<ref>Cf. Margaret Davies, 'Taking the Inside Out: Sex and Gender in the Legal Subject' in Ngaire Naffine and Rosemary J. Owens (eds), ''Sexing the Subject of Law'' (LBC Information Service 1997) 25. See also Hilary Charlesworth and Christine Chinkin, ''The boundaries of international law - A feminist analysis'' (Manchester University Press 2000) 4.</ref> <!-- Quelle überprüfen! VK --><!-- Leider habe ich auf diese Werke keinen Zugriff; an die Zitierweise habe ich sie schon angepasst. FB --> Jane Flax has therefore warned that the distinction and separation between 'sex' and 'gender' 'rested upon problematic and culture-specific oppositions, for example, the one between "nature" and "culture" or "body" and "mind"', obscuring the possibility that 'our concepts of biology/nature are rooted in social relations.'<ref>Jane Flax, 'Postmodernism and Gender Relations in Feminist Theory' (1987) 12 Signs, 621 (635 et seq.). </ref><!-- Footnote adjusted. FB --> In this spirit, attempts have been made within queer and feminist approaches to denaturalize both sex and gender, assuming that categories of sex and gender do not exist prior to normative discourse and regulation, which is why they 'should both be understood as the effects of performative and reiterative gender norms [...] which materialise, naturalise, regulate, and discipline sexed bodies and identifications.'<ref>Dianne Otto, 'Queering Gender [Identity] in International Law' (2015) 33 Nordic Journal of Human Rights, 299 (300 et seq.).</ref><!-- Footnote adjusted. FB --> It follows that the wording itself creates identity. Put in the words of Judith Butler, ‘[t]here is no gender identity behind the expressions of gender; that identity is performatively constituted by the very “expressions” that are said to be its result.’<ref>Judith Butler, ''Gender Trouble: Feminism and the Subversion of Identity'' (Routledge 1990) 25.</ref><!-- Footnote adjusted. FB --><!-- Add Sexuality and sexism. VK --> === II. Feminist and Queer Theory === ==== 1. Feminism and Feminist Theory ==== Feminists mostly agree that there is no unified or homogenous discourse in feminist theory and that the feminist movement is comprised of diverse views and voices.<ref>See, inter alia, Nancy Hartsock, 'Feminist Theory and the Development of Revolutionary Strategy' in Zillah R. Eisenstein (ed), ''Capitalist Patriarchy and the Case for Socialist Feminism'' (Monthly Review Press 1979) 56 (58); Hilary Charlesworth, Christine Chinkin and Shelley Wright, 'Feminist Approaches to International Law' (1991) 85 The American Journal of International Law, 613; Jane Flax, 'Postmodernism and Gender Relations in Feminist Theory' (1987) 12 Signs, 621 (622).</ref><!-- Footnote adjusted. FB --> Although the feminist discourse is shaped by multiple controversies and disagreement, feminist theory is generally built on a common methodological baseline as it seeks to describe, analyze, explain and change gendered power relations in all spheres of life.<ref>Cf. Alison Blunt and Jane Wills, ''Dissident Geographies: An introduction to radical ideas and practice'' (Pearson Education Limited 2000) 90. See also Jane Flax, 'Postmodernism and Gender Relations in Feminist Theory' (1987) 12 Signs, 621 (622).</ref><!-- Footnote adjusted. FB --> In this sense, 'feminism is a mode of analysis, a method of approaching life and politics, a way of asking questions and searching for answers, rather than a set of political conclusions about the oppression of women.'<ref>Nancy Hartsock, 'Feminist Theory and the Development of Revolutionary Strategy' in Zillah R. Eisenstein (ed), ''Capitalist Patriarchy and the Case for Socialist Feminism'' (Monthly Review Press 1979) 56 (58 et seq.).</ref><!-- Footnote adjusted. FB --> Through the study of gender, gaining 'critical distance on existing gender arrangements'<!-- Suggestion: Since this is taken verbatim from Flax' article I would put the following footnote here: Jane Flax, 'Postmodernism and Gender Relations in Feminist Theory' (1987) 12 Signs, 621 (623). FB --> becomes possible and creates space for reassessment and alteration.<ref>Cf. Jane Flax, 'Postmodernism and Gender Relations in Feminist Theory' (1987) 12 Signs, 621 (623).</ref><!-- Footnote adjusted. FB --> Feminism challenges gendered power relations, particularly those that 'favor men and masculinity over and above women and femininity',<ref>Alison Blunt and Jane Wills, ''Dissident Geographies: An introduction to radical ideas and practice'' (Pearson Education Limited 2000) 90.</ref><!-- Footnote adjusted. FB --> in order to achieve human liberty for men, women and beyond.<ref>Cf. Alison Blunt and Jane Wills, ''Dissident Geographies: An introduction to radical ideas and practice'' (Pearson Education Limited 2000) 90. See also Charlesworth and Chinkin who affirmed that 'such a reconstruction would not be limited to women.' Hilary Charlesworth and Christine Chinkin, ''The boundaries of international law - A feminist analysis'' (Manchester University Press 2000) 61. </ref><!-- Footnote adjusted. FB --> Miriam Schneir therefore described feminism as 'one of the basic movements for human liberty'.<ref>Miriam Schneir, ''The Vintage Book of Historical Feminism'' (Vintage 1996) xi.</ref> <!-- Quelle nochmal überprüfen! VK --><!-- Leider habe ich darauf keinen Zugriff. Zitierstil + Buchangaben sind angepasst. FB --> However, as has been described above, visible feminism and feminist theory have for a long time ignored the diversity and intersectionality of discrimination experiences suffered by women worldwide and got itself trapped in the binary dichotomy of male and female, men and women, thereby ignoring the plurality of gender identities and corresponding experiences of discrimination. Nevertheless, it seems that nowadays many if not most feminists seek to embrace the diversity of voices in the feminist discourse, which they consider as essential 'to capture the reality of women's experience [and] gender inequality.'<ref>Hilary Charlesworth, Christine Chinkin and Shelley Wright, 'Feminist Approaches to International Law' (1991) 85 The American Journal of International Law, 613.</ref><!-- Footnote adjusted. FB --> As a consequence, Sandra Harding asks feminists to give up 'the goal of telling "one true story"', but instead embrace 'the permanent partiality of feminist inquiry'.<ref name=":1">Sandra Harding, ''The Science Question in Feminism'' (Cornell University Press 1986) 193.</ref> Thereby feminists could 'seek a political and epistemological solidarity in our oppositions to the fiction of the naturalized, essentialized, uniquely "human" and to the distortions, perversions, exploitations, and subjugations perpetrated on behalf of this fiction.'<ref name=":1" /><!-- Rückfrage: Fußnote 50 ist hier doppelt? Könnte man das Zitat nicht über einen Satz aufteilen und eine Fußnote an das Satzende stellen? Gerne prüfen und ggf. Änderungen vornehmen, wenn gewünscht. FB --> ==== 2. Feminist Approaches to International Law ==== With regard to international law, feminist approaches use feminist theory as a tool for critical analysis in order 'to show how the structures, processes, and methodologies of international law marginalize women by failing to take account of their lives or experiences.'<ref>Christine Chinkin, 'Feminism, Approach to International Law' (''Max Planck Encyclopedias of International Law'', October 2010) [1] <https://opil.ouplaw.com/view/10.1093/law:epil/9780199231690/law-9780199231690-e701> accessed 9 August 2022.</ref><!-- Footnote adjusted. FB --> In this sense, feminist approaches to international law seek to lift the veil of an international legal order perceived as neutral and objective and make visible its underlying and omnipresent male standard constructed as the 'norm' and the 'normal' which results in a power imbalance and hierarchy between men and women and materializes in the silence of international law regarding women's experiences and interests.<ref>See generally Hilary Charlesworth and Christine Chinkin, ''The boundaries of international law - A feminist analysis'' (Manchester University Press 2000) 60. </ref> <!-- Add further sources! VK --><!-- Footnote adjusted. FB --> They therefore continue to demonstrate that international law is a 'thoroughly gendered system'.<ref>Hilary Charlesworth, Christine Chinkin and Shelley Wright, 'Feminist Approaches to International Law' (1991) 85 The American Journal of International Law, 613 (615).</ref><!-- Footnote adjusted. FB --> According to Charlesworth and Chinkin, feminist analyses of international law fulfill two main tasks: On the one side<!-- Suggestion: Maybe you could use the phrase "On the one hand... on the other hand" instead? FB -->, feminist approaches aim at the deconstruction of the values upon which the international legal system is constructed and thereby challenge their claim to rationality and objectivity.<ref>Cf. Hilary Charlesworth and Christine Chinkin, ''The boundaries of international law - A feminist analysis'' (Manchester University Press 2000) 60.</ref><!-- Footnote adjusted. FB --> On the other side, feminist approaches seek to reconstruct international law in a sense that it rebuilds 'the basic concepts of international law in a way that they do not support or reinforce the domination of women by men.'<!-- Footnote adjusted. FB --><!-- Criticizing male-centeredness of int. law and using international law for the improvement of the situation of women (Charlesworth/Chinkin, p. 59 und Fußnote 210 D'Aamato) Women's rights, non-discrimination wie queer theory. VK --><!-- Include general definition/description of queerness and the queer movement. VK --> ==== 3. Queerness and Queer Theory ==== Queerness, as a term <!-- Suggestion: Queerness, as a term, has a complex history... . FB -->has a complex history that centres around positioning as outsiders those who don’t <!-- Suggestion: do not FB -->conform to norms and expectations of society. This led to it being a pejorative term to describe people who didn’t <!-- Suggestion: did not FB -->appropriately perform heterosexuality.<ref>Annamarie Jagose, ''Queer Theory: An Introduction.'' (Melbourne University Publishing 2013) 9.</ref> Consequently, the term queer has been reclaimed by the QUILTBAG+ community (Queer, Unsure, Intersex, Lesbian, Trans*, Bisexual, Asexual/Aromantic/Agender, Gay, plus others outside these categories and heteronormative classification) as both a generalised shorthand for the community at large and an individualised identity for those within the community who do not feel comfortable with the constraints of more specific identity descriptors.<ref>ibid; Wayne Morgan, ‘Queer Law: Identity, Culture, Diversity, Law’ (1995) 5 Australasian Gay and Lesbian Law Journal 1, 5; Gabrielle Simm, ‘Queering CEDAW? Sexual Orientation, Gender Identity and Expression and Sex Characteristics (SOGIESC) in International Human Rights Law’ (2020) 29 Griffith Law Review 374, 376.</ref> In this way, queer acts as a generalised or collective (descriptive) noun, but also an individualised (identity) noun. This becomes more complex linguistically when considering that queer also operates as a verb, in that ‘queering’ is an action that can be taken that is underpinned by a questioning and interrogation of underlying (heteronormative) assumptions that underpinned and normative approach to the thing that is being queered.<ref>Gabrielle Simm, ‘Queering CEDAW? Sexual Orientation, Gender Identity and Expression and Sex Characteristics (SOGIESC) in International Human Rights Law’ (2020) 29 Griffith Law Review 374, 376.</ref><!-- Footnote adjusted. FB --> Technically, queer can also be used as an adjective; however, as the adjective use of queer is irreversibly tied to the use of queer as a pejorative this use of the word has rightly fallen out of common vernacular. While queer theory often has a focus upon queer subjects (then noun form of queer), queer theory itself is predominantly focused at a form or method level with the verb approach to queer. ==== 4. Queer Approaches to International Law ==== In general, queer approaches to international law seek to include experiences and identities into the international legal discourse and the normative framework that are distinct from the heterosexual standard, particularly illustrated in the granting of equal rights and prohibition of discrimination on the basis of sexuality and sexual identity.<ref>See Diane Otto, '"Taking a Break" from "Normal": Thinking Queer in the Context of International Law' (2007) 101 Proceedings of the ASIL Annual Meeting 119, 119 et seq.</ref><!-- Footnote adjusted. FB --> In addition, Dianne Otto understands 'queering of international law' more broadly than traditional approaches of norm inclusion.<ref>See Diane Otto, “‘Taking a Break’ from ‘Normal’: Thinking Queer in the Context of International Law” (2007) 101 Proceedings of the ASIL Annual Meeting 119, 120; Dianne Otto, ‘Introduction: Embracing queer curiosity’ in Dianne Otto (ed), ''Queering International Law: Possibilities, Alliances, Complicities, Risks'' (Routledge 2018) 1.</ref><!-- Footnote adjusted. FB --> In this sense, queer theory fundamentally challenges and criticizes the regime of what is considered as 'normal' with regard to human sexuality, thereby moving beyond the dominant dualism of heterosexuality and homosex.<ref>Cf. Diane Otto, '"Taking a Break" from "Normal": Thinking Queer in the Context of International Law' (2007) 101 Proceedings of the ASIL Annual Meeting 119, 120.</ref><!-- Footnote adjusted. FB --> In the words of Otto, queer theory to international law is '"taking a break" from the politics of hetero-normative injury, and imagines human sexuality as much more diverse and shifting.'<ref>Diane Otto, '"Taking a Break" from "Normal": Thinking Queer in the Context of International Law' (2007) 101 Proceedings of the ASIL Annual Meeting 119, 120.</ref><!-- Footnote adjusted. FB --> While feminist theory has put a spotlight on the notion of 'gender' in international law and thereby uncovered and exposed norms and standards underlying the international legal order which were formerly perceived as neutral, but which build upon inherent hierarchies that create power imbalances and result in (structural) discrimination, quite similarly queer theory makes 'visible the [hetero] sexual ordering that is taken for granted as an underpinning of the "normal" system of international law' and discloses heterosexuality as the 'basic model for all dominant systems of societal relations.'<ref>Diane Otto, '"Taking a Break" from "Normal": Thinking Queer in the Context of International Law' (2007) 101 Proceedings of the ASIL Annual Meeting 119, 120.</ref><!-- Footnote adjusted. FB --> <!-- Add further sources! VK --> <!-- Aus Dianne Otto, Taking a break from normal: Understood as the elemental, natural, "normal" form of human association, heterosexuality not only shapes how we think of "normal" interpersonal and familial relationships, but is also the presumed basis for all forms of "normal" community, including that encompassed by the "normal" nation-state, international law's primary subject. A queer perspective also reveals how international law provides a conduit for the micromanagement and' 'disciplining'' of everyday lives, including sexual pleasure, despite its many rules purporting to leave these matters in the domestic realm of jurisdiction. --> ==== 5. Frictions and Intersections of Feminist and Queer Theory to International Law ==== As outlined above, there is much to be said for a joint presentation of feminist and queer approaches to international law. Especially in light of the open, fluid concept of gender and the need to break down and overcome the heteronormative binary of both sex and gender, a critical analysis of international law from a one-sided feminist or queer perspective would remain patchy and incomplete. However, this is less about adding up different perspectives, but about choosing an integrative approach that attempts to map the complexity of situations and experiences of discrimination and to develop adequate methods that go beyond describing a specific problem/issue, but respond to it by exploring possible solutions.<ref>With regard to the different pace of developing feminist messages on the one side and feminist methods on the other see Hilary Charlesworth, ''Talking to ourselves? Feminist scholarship in international law, Feminist Perspectives on Contemporary International Law: Between Resistance and Compliance?'' (Hart Publishing 2011) 32; Gina Heathcote, ''Feminist Dialogues on International Law: Success, Tensions, Futures'' (Oxford University Press 2019) 4 et seqq.</ref><!-- Footnote adjusted. FB --> Still, constructive dialogues between feminist and queer theory have rather been the exception than the rule, which is - according to Gina Heathcote - also due to the fact that 'mainstream feminist approaches to international law are yet to incorporate queer and trans scholarship into feminist accounts'<ref>Gina Heathcote, ''Feminist Dialogues on International Law: Success, Tensions, Futures'' (Oxford University Press 2019) 21.</ref><!-- Footnote adjusted. FB --> and have mostly ignored the dialogue commenced by queer approaches to international law.<ref>Cf. Gina Heathcote, ''Feminist Dialogues on International Law: Success, Tensions, Futures'' (Oxford University Press 2019) 21.</ref><!-- Footnote adjusted. FB --> Instead, feminist approaches have - intentionally or unintentionally, for pragmatic or other reasons<ref>Different grounds for a reluctance of feminists to move beyond the traditional dichotomy of sex and gender are set out in Dianne Otto, 'Queering Gender [Identity] in International Law' (2015) 33 Nordic Journal of Human Rights, 299 (306).</ref><!-- Footnote adjusted. FB --> - largely built on the heteronormativity and cisgenderism inherent in the structures which they seek to criticize, resulting in the 'invisibility of individuals who do not neatly fit into the normalized gender binary' and reproducing the 'fear of undermining heteronormative social structures.'<ref>Tamsin Phillipa Paige, 'The Maintenance of International Peace and Security Heteronormativity' in Dianne Otto (ed), ''Queering International Law: Possibilities, Alliances, Complicities, Risks'' (Routledge 2018) 91, 107. </ref><!-- Quelle überprüfen! VK --><!-- Leider habe ich hierzu keinen Zugriff. Stil ist bereits angepasst. FB --> In contrast, moving beyond dualism and asymmetry would allow 'to tell a story of marginality that has not yet been told’,<ref>Brenda Cossman, 'Gender Performance, Sexual Subjects and International Law' (2002) 15 Canadian Journal of Law and Jurisprudence 281 (289).</ref><!-- Footnote adjusted. FB --> drawing an inclusive picture of discriminatory experiences without 'losing the precarious spaces that have been carved out for addressing women’s human rights abuses.'<ref>Dianne Otto, 'Queering Gender [Identity] in International Law' (2015) 33 Nordic Journal of Human Rights 299 (309).</ref> <!-- Footnote adjusted. FB --> '''Include info-box with regard to cisgender:'''<!-- Search for template of and place for a corresponding info-box. VK --> The notion of 'cisgender' refers to persons who feel that their assigned sex at birth conforms with the gender they feel themselves to be.<ref>Cf. Paula Blank, 'Will “Cisgender” Survive?' (''The Atlantic'', 24 September 2014) <https://www.theatlantic.com/entertainment/archive/2014/09/cisgenders-linguistic-uphill-battle/380342/> accessed 9 August 2022.</ref><!-- Footnote adjusted. FB --> Cisgender is often used as an opposite to the term 'transgender'<ref>Cf. Paula Blank, 'Will “Cisgender” Survive?' (''The Atlantic'', 24 September 2014) <https://www.theatlantic.com/entertainment/archive/2014/09/cisgenders-linguistic-uphill-battle/380342/> accessed 9 August 2022.</ref><!-- Footnote adjusted. FB --> and is regularly tied to the binary system of biologically anchored categories of women/men and female/male.<ref>See Dianne Otto, 'Queering Gender [Identity] in International Law' (2015) 33 Nordic Journal of Human Rights 299, 300 n 3.</ref><!-- Footnote adjusted. FB --> === III. Structural Discrimination === During the last two decades, international human rights institutions have increasingly made reference to the phenomenon/concept<!-- Happy to receive any suggestion regarding adequate wording (phenomenon, concept etc.). VK --> of structural discrimination.<ref>See, inter alia, UN Economic and Social Council, Integration of the human rights of women and a gender perspective: violence against women, Report of the Special Rapporteur on violence against women, its causes and consequences, Yakin Ertürk, Mission to Mexico, 13 January 2006, UN Doc. E/CN.4/2006/61/Add.4, para. 13; IACtHR, Case of González et al. (“Cotton Field”) v. Mexico (Preliminary Objection, Merits, Reparations and Costs), Judgment, 16 November 2009, Series C No. 205, paras. 134, 450; Committee on the Elimination of Racial Discrimination, General Recommendation No. 34, Racial discrimination against people of African descent, 30 September 2011, UN Doc. CERD /C/GC/34, paras. 5-7; Committee on the Elimination of Discrimination against Women, General Recommendation No. 30 on women in conflict prevention, conflict and post-conflict situations, 18 October 2013, UN Doc. CEDAW/C/GC/30, paras. 77, 79. </ref> Structural discrimination is distinct from individual discrimination which refers to the behavior of an individual belonging to a specific group that is intended to have differential and/or harmful effects on the members of another group.<ref>Cf. Fred L. Pincus, 'From Individual to Structural Discrimination' in Fred L. Pincus and Howard J. Ehrlich (eds), ''Race and Ethnic Conflict: Contending Views on Prejudice, Discrimination, and Ethnoviolence'' (Routledge, 2<sup>nd</sup> ed 2018) 120.</ref><!-- Footnote adjusted. FB --> Typically, the differential and/or harmful behavior stems from individuals belonging to the dominant group that represents (or perceives itself as) the majority and is directed against individuals that due to specific characteristics are considered as minority or distinct which has also been described above as 'the other'. In contrast to individual discrimination, structural discrimination refers to discrimination rooted in grown and therefore pre-existing structures and inequalities of society.<ref>See Elisabeth Veronika Henn, ''International Human Rights Law and Structural Discrimination: The Example of Violence against Women'' (Springer 2018) 1.</ref><!-- Footnote adjusted. FB --> It occurs when the rules, norms and policies of a society's major(ity) institutions impose and produce disproportionately disadvantageous and unjust outcomes for the members of certain salient social groups.<ref>Cf. Andrew Altman, 'Discrimination' (''Standford Encyclopedia of Philosophy'', first published 1 February 2011, last substantive revision 20 April 2020) <https://plato.stanford.edu/entries/discrimination/#OrgInsStrDis> accessed 9 August 2022. See also Fred L. Pincus, 'From Individual to Structural Discrimination' in Fred L. Pincus and Howard J. Ehrlich (eds), ''Race and Ethnic Conflict: Contending Views on Prejudice, Discrimination, and Ethnoviolence'' (Routledge, 2<sup>nd</sup> ed 2018) 122.</ref><!-- Footnote adjusted. FB --> Discrimination is thereby introduced/integrated into often unconscious societal routines and patterns of attitudes and behavior that create and maintain discriminatory practice .<ref>See Mirjana Najcevska, ‘Structural Discrimination—Definition, Approaches and Trends’ (2010) 8th Session of the Intergovernmental Working Group on the Effective Implementation of the Durban Declaration and Programme of Action, held in Geneva from 11 to 22 October 2010, Executive Summary of Panelist's Presentation <https://www.ohchr.org/EN/Issues/Racism/IntergovWG/Pages/Session8.aspx> accessed 9 August 2022.</ref><!-- Footnote adjusted. FB --> The applied rules, norms and policies as well as societal routines and patterns are largely perceived as neutral, because their negative outcome - the differential and/or harmful effect on certain groups - is usually not intended.<ref>See Fred L. Pincus, 'From Individual to Structural Discrimination' in Fred L. Pincus and Howard J. Ehrlich (eds), ''Race and Ethnic Conflict: Contending Views on Prejudice, Discrimination, and Ethnoviolence'' (Routledge, 2<sup>nd</sup> ed 2018) 122.</ref><!-- Footnote adjusted. FB --> As Pincus highlights the 'key element in structural discrimination is not the intent but the effect of keeping minority groups in a subordinate position.'<ref>Fred L. Pincus, 'From Individual to Structural Discrimination' in Fred L. Pincus and Howard J. Ehrlich (eds), ''Race and Ethnic Conflict: Contending Views on Prejudice, Discrimination, and Ethnoviolence'' (Routledge, 2<sup>nd</sup> ed 2018) 122.</ref><!-- Footnote adjusted. FB --> In this sense, members of a certain group that due to the application of these rules and policies are denied equal opportunities and suffer from unjust disadvantages are put in a vulnerable position exposing them to exploitation and domination.<ref>Cf. Andrew Altman, 'Discrimination' (''Standford Encyclopedia of Philosophy'', first published 1 February 2011, last substantive revision 20 April 2020) <https://plato.stanford.edu/entries/discrimination/#OrgInsStrDis> accessed 9 August 2022. </ref><!-- Footnote adjusted. FB --> In the context of gender inequality, MacKinnon has described structural discrimination as 'the systematic relegation of an entire group of people to a condition of inferiority.'<ref name=":0">Catherine A. McKinnon, ''Feminism Unmodified: Discourse on Life and Law'' (Harvard University Press 1987) 41.</ref><!-- Footnote adjusted. FB --> Although structural and institutional discrimination may sometimes be used synonymously, Pincus described their differences as follows: Both forms of discrimination share the effect of certain groups being kept subordinate, "but only institutional discrimination is ''intended'' to keep minority groups subordinate."<ref>Fred L. Pincus, 'From Individual to Structural Discrimination' in Fred L. Pincus and Howard J. Ehrlich (eds), ''Race and Ethnic Conflict: Contending Views on Prejudice, Discrimination, and Ethnoviolence'' (Routledge, 2<sup>nd</sup> ed 2018) 122.</ref><!-- Footnote adjusted. FB --> While structural discrimination as a phenomenon can therefore generally be described as indirect and unintended, it may still be built upon or accompanied by forms of direct and intentional discrimination.<ref>See also for the at times complicated distinction of direct and indirect, intended and unintended discrimination: Andrew Altman, 'Discrimination' (''Standford Encyclopedia of Philosophy'', first published 1 February 2011, last substantive revision 20 April 2020) <https://plato.stanford.edu/entries/discrimination/#OrgInsStrDis> accessed 9 August 2022. </ref><!-- Footnote adjusted. FB --> It is also important to point out that women are much affected by structural and institutional discrimination as other groups even though they do not fit into the category of minority. <!-- Include example for structural discrimination. VK --> === IV. Intersectionality === It was Kimberlé Crenshaw who first described and introduced the concept of intersectionality into feminist theory. Her work 'Demarginalizing the Intersection of Race and Sex: A Black Feminist Critique of Antidiscrimination Doctrine, Feminist Theory and Antiracist Politics' can be read as a critique of both feminist and anti-racist movements for their one-sided focus on the most privileged members of the group.<ref>See Kimberlé Crenshaw, 'Demarginalizing the Intersection of Race and Sex: A Black Feminist Critique of Antidiscrimination Doctrine, Feminist Theory and Antiracist Politics' [1989] University of Chicago Legal Forum 139, 140.</ref><!-- Footnote adjusted. FB --> According to Crenshaw, the 'single-axis analysis' results in anti-racist strategies that tend to focus on gender privileged persons - men - and a women's movement which puts a spotlight on class-privileged women associated with a certain race,<!-- Include reference to the problematic term "race". VK --> namely white, middle- and upper-class women.<ref>See Kimberlé Crenshaw, 'Demarginalizing the Intersection of Race and Sex: A Black Feminist Critique of Antidiscrimination Doctrine, Feminist Theory and Antiracist Politics' [1989] University of Chicago Legal Forum 139, 140; Kimberlé Crenshaw, 'Mapping the Margins: Intersectionality, Identity Politics, and Violence against Women of Color' (1991) 43 Stanford Law Review 1241, 1252. </ref><!-- Footnote adjusted. FB --> This blindness towards other groups that suffer from structural discrimination, particularly at the intersection of different categories upon which subordination and discrimination is based, leads to the marginalization of 'those who are multiply burdened and obscures claims that cannot be understood as resulting from discrete sources of discrimination.'<ref>Kimberlé Crenshaw, 'Demarginalizing the Intersection of Race and Sex: A Black Feminist Critique of Antidiscrimination Doctrine, Feminist Theory and Antiracist Politics' [1989] University of Chicago Legal Forum 139, 140.</ref><!-- Footnote adjusted. FB --> As a consequence, an intersectional approach as applied by Crenshaw has more generally been understood as the 'idea that when it comes to thinking about how inequalities persist, categories like gender, race, and class are best understood as overlapping and mutually constitutive rather than isolated and distinct.'<ref>Adia Harvey Wingfield, 'About Those 79 Cents' (''The Atlantic'', 17 October 2016) <https://www.theatlantic.com/business/archive/2016/10/79-cents/504386/> accessed 9 August 2022. See also Adia Harvey Wingfield and Melinda Mills, 'Viewing Videos: Class Differences, Black Women, and Interpretations of Black Femininity' (2012) 19 Race, Gender & Class 348, 352. </ref><!-- Footnote adjusted. FB --> Building upon this, intersectionality has been commonly defined as 'the complex, cumulative way in which the effects of multiple forms of discrimination [...] combine, overlap, or intersect especially in the experiences of marginalized individuals or groups.'<ref>Merriam-Webster Dictionary, 'Intersectionality' <https://www.merriam-webster.com/dictionary/intersectionality> accessed 9 August 2022.</ref><!-- Footnote adjusted. FB --> Consequently, intersectional approaches of feminist and queer theory seek to include perspectives and experiences of individuals and groups where several forms of discrimination based on different categories, such as gender, sexual orientation, class, age or disability, just to name a few, overlap. <!-- Further terms and concepts: bias, sexuality, sexism, heteronormativity, cisgenderism. --><!-- Weitere Literatur zitieren: A Oakley, A brief history of gender? in A. Oakley and J. Mitchell (eds.), Who's Afraid of Feminism? Seeing through the Backlash, New York 1997, p. 29. Zudem weiterlesen Flax, Scott, Di Otto etc. --> == C. Problems that Feminist and Queer Theory Seeks to Address == Broadly speaking, feminism and queer theory seek to address the same problem: equality within society. This goal is one that is shared with most marginalised-peoples-focused theories within law, social sciences, and the humanities. The key differences here (and elsewhere) are which marginalised group is the focus in its quest for equality, and how this quest for equality is positioned strategically and tactically. There is a valid argument to suggest that the drafting and entry into force of the Convention on the Elimination of All Forms of Discrimination Against Women (CEDAW) in 1979 and 1981 respectively is the starting point of feminist approaches to international law;<ref>Convention on the Elimination of All Forms of Discrimination against Women 1979 (1249 UNTS 13).</ref> however, academic scholarship from the feminist tradition didn’t gain traction until a decade later. The consideration of international law as an area of concern for feminism began in earnest in 1991 with the foundational article ‘Feminist Approaches to International Law’ by Charlesworth, Chinkin, and Wright.<ref>Hilary Charlesworth, Christine Chinkin and Shelly Wright, ‘Feminist Approaches to International Law’ (1991) 85 American Journal of International Law 613.</ref> While this began at the same time as what is seen as third wave feminism (most distinctively characterised by the work of Butler and incorporating intersectionality following Kimberlé Crenshaw’s work),<ref>See generally: Judith Butler, ''Gender Trouble Feminism and the Subversion of Identity'' (Routledge 1999) <<nowiki>http://site.ebrary.com/id/10054731</nowiki>> accessed 30 July 2015; Kimberlé Crenshaw, ‘Demarginalizing the Intersection of Race and Sex: A Black Feminist Critique of Antidiscrimination Doctrine, Feminist Theory and Antiracist Politics’ [1989] University of Chicago Legal Forum 139.</ref> the approach taken was shaped by the education in second wave feminism of the academics championing this important moment in International Law. This approach to seeking equality being grounded in the framework of second wave feminism can be seen in how CEDAW has been constructed and in how Charlesworth et al. construct the goal of feminism as being “to capture the reality of women’s experience or gender inequality.”<ref>Hilary Charlesworth, Christine Chinkin and Shelley Wright, 'Feminist Approaches to International Law' (1991) 85 The American Journal of International Law 613.</ref><!-- Footnote adjusted. FB --> This tendency of the feminist tradition in international law to follow second wave feminism, which is much more grounded in biological determinism than third wave feminism, is most evident in the way we see the UN’s gender mainstreaming programs (which seek to normalise considerations of the perspectives and impacts of women in UN activities).<ref>Tamsin Phillipa Paige and Joanne Stagg, ‘Well-Intentioned but Missing the Point: The Australian Defence Force Approach to Addressing Conflict-Based Sexual Violence’ (2020) 29 Griffith Law Review 468, 471–472.</ref> It is also evident in fantastic programs such as the Gender Legislative Index,<ref>Ramona Vijeyarasa, ‘What Is Gender-Responsive Legislation? Using International Law to Establish Benchmarks for Labour, Reproductive Health and Tax Laws That Work for Women’ (2020) 29 Griffith Law Review 334.</ref> which seeks to assess how well states domestic laws are complying with CEDAW obligations. In this construction the object of feminist interventions and international law is grounded in cisgender women being the subject of arguments for equality. The outcome of this focus of women is the subject matter of feminist interventions and international law lends itself to two separate approaches. The first, and arguably more common approach (and definitely more theoretically sound approach), is one that embraces Crenshaw’s call for intersectionality in its analysis.<ref>Kimberlé Crenshaw, ‘Demarginalizing the Intersection of Race and Sex: A Black Feminist Critique of Antidiscrimination Doctrine, Feminist Theory and Antiracist Politics’ [1989] University of Chicago Legal Forum 139.</ref> <!-- Hier FN anpassen, da oben schon zitiert, hier aber der Verweis auf FN 3 (90) unter C. gemeint ist. VK --><!-- Stil angepasst. FB --> This is a feminism that acknowledges, and embraces, the fact that women’s lived experiences of the impacts of law is not universal and is also shaped by other defining characteristics of marginalisation (such as inter-alia race, class, sexuality, and disability).<ref>Gina Heathcote, ''Feminist Dialogues on International Law: Successes, Tensions, Futures'' (First edition, Oxford University Press 2019) 21.</ref> While this feminism is still predominantly focused upon equality for women, it acknowledges that women’s equality is contingent upon equality for all marginalised groups and the need for feminism to engage in dialogue with these groups. The other approach, often dubbed ‘White Woman Feminism’, embraces the call spearheaded by Catherine MacKinnon that women need to be considered a single unified and universal political category that disregards questions of race, class, et cetera when advocating for equality.<ref>Catherine MacKinnon, ‘From Practice to Theory, or What Is a White Woman Anyway?’ (1991) 4 Yale Journal of Law and Feminism 13, 20–22.</ref> Proponents of this approach believe that it creates a stronger argument for women’s equality, but ignore that the focus of the approach is often the interests of white, straight, western women. This second approach has also been played by notion of zero-sum games around the question of equality and has pushed back against a broad and inclusive feminism that seeks to advocate for equality for all out of fear that it will come at the expense of equality gains made for women.<ref>Dianne Otto, ‘Queering Gender [Identity] in International Law’ (2015) 33 Nordic Journal of Human Rights 299, 306–309.</ref> Some of the notable achievements of feminist interventions into international law were how advocacy was able to get International Criminal Law and international humanitarian law to treat armed conflict sexual violence as a crime against the personhood of the victim, rather than as a crime against military discipline (as it had historically been treated).<ref>''The Prosecutor v Jean-Paul Akayesu (Trial Judgement)'' [1998] International Criminal Tribunal for Rwanda ICTR-96-4-T; ''Prosecutor v Anto Furundžija (Appeals Chamber Judgement)'' [2000] International Criminal Tribunal for the Former Yugoslavia IT-95-17/1; ''Prosecutor v Zejnil Delalic, Zdravko Mucic (aka ‘Pavo’), Hazim Delic, and Esad Landzo (aka ‘Zenga’) (Appeals Chamber Judgement)'' [2001] International Criminal Tribunal for the Former Yugoslavia IT-96-21.</ref> Building upon this success in the 90s we have seen the development of the UN Security Council’s Women, Peace, and Security agenda and the growth in the work of UN Women as a sub agency of the UN to specifically consider the impact of international law on the lives of women.<ref>Resolution 1325 (2000) 2000 (UN Security Council); Resolution 1820 (2008) 2008 (UN Security Council); Resolution 1888 (2009) 2009 (UN Security Council); Resolution 1889 (2009) 2009 (UN Security Council); Resolution 1960 (2010) 2010 (UN Security Council); Resolution 2106 (2013) 2013 (UN Security Council); Resolution 2122 (2013) 2013 (UN Security Council); Resolution 2242 (2015) 2015 (UN Security Council); Resolution 2467 (2019) 2019 (UN Security Council); Resolution 2493 (2019) 2019 (UN Security Council).</ref> Some of the impacts around how women have been characterised, and often essentialised, through the work of engaging in direct consideration of the impact of international law on women has been strongly criticised;<ref>Karen Engle, ‘The Grip of Sexual Violence: Reading UN Security Council Resolutions on Human Security’ in Dianne Otto and Gina Heathcote (eds), ''Rethinking Peacekeeping, Gender Equality and Collective Security'' (Palgrave-Macmillan 2014); Gina Heathcote, ‘Naming and Shaming: Human Rights Accountability in Security Council Resolution 1960 (2010) on Women, Peace and Security’ (2012) 4 Journal of Human Rights Practice 82; Dianne Otto, ‘Power and Danger: Feminist Engagement with International Law through the UN Security Council’ (2010) 32 The Australian Feminist Law Journal 99; Tamsin Phillipa Paige, ‘The Maintenance of Heteronormativity’ in Dianne Otto (ed), ''Queering International Law: Possibilities, Alliances, Complicities, Risk'' (Routledge 2017).</ref> however, even those criticising this work acknowledge that it’s an improvement for women than when they were being utterly ignored. Queer theory grew out of third wave feminism, in particular the work of Butler and Sedgwick,<ref>See generally: Judith Butler, ''Gender Trouble: Feminism and the Subversion of Identity'' (Routledge 1990); Judith Butler, ''Bodies That Matter: On the Discursive Limits of ‘Sex’'' (Routledge 2011); Judith Butler, ''Antigone’s Claim: Kinship between Life and Death'' (Columbia University Press 2000); Eve Kosofsky Sedgwick, ''Tendencies'' (Duke University Press 1993).</ref> <!-- Hier wieder FN Verweise anpassen, da Butler schon zuvor zitiert wurde und eigentlich auf FN 3 unter C (FN 90) verwiesen wird. VK --><!-- Fußnote vervollständigt. FB --> with a much less cohesive equality agenda than feminism. When looking at questions of equality queer theory is inherently broad (and is mostly inclusive but not without its problems) but has a tendency to focus upon QUILTBAG+ subjects.<ref>Queer, Unsure/Uncertain, Intersex, Lesbian, Trans*, Bisexual/Pansexual, Asexual/Aromantic/Demisexual, Gay, and others who don’t identify with these categories.</ref> There is also a strong tendency to explore advocating for equality through an intersectional lens by examining the normative assumptions that are being brought to law and situations that generate inequality. Queer theory, at its core, is an embrace of curiosity and questioning – generally from a framework of understanding that the law and normative assumptions that are brought to law and social practice are culturally dependent social constructions rather than natural and inevitable.<ref>Dianne Otto, ‘Introduction: Embracing Queer Curiosity’ in Dianne Otto (ed), ''Queering International Law: Possibilities, Alliances, Complicities, Risk'' (Routledge 2017).</ref> The easiest space to see this distinction between feminist approaches to international law and queer theory approaches to international law is in examination of the project of gender mainstreaming within UN projects. Feminist approaches to international law, while often critical of the details taken through gender mainstreaming, have treated this introduction of idea and process into every UN body (and numerous state foreign affairs and defence departments) as a net good. Queer theory approaches to international law, while acknowledging the improvements that adding gender mainstreaming has produced, have heavily critiqued how the process of gender mainstreaming has led to the use of gender being a euphemism for women, how it has normalised and reinforced the (white) cis/het masculine subject as the un-gendered normal to which all other expressions of humanity must be compared, and how the process has reproduced bio essentialist views of sex and gender along regressive heteronormative lines within international legal discourse. There is a tension created within feminist and queer theory approaches to international law where the perfect can be the enemy of the good. This tension is often referred to as the ‘double-bind’.<ref>Faye Bird, ‘“Is This a Time of Beautiful Chaos?”: Reflecting on International Feminist Legal Methods’ (2020) 28 Feminist Legal Studies 179.</ref> This idea of the ‘double-bind’ broadly posits that advocates for change and equality suffer pressures from those outside governmental institution to not compromise in questions of equality, while also suffering pressures from within the institution that require accepting an improvement that is less than ideal in the alternative to no improvement. It is because of these competing pressures that feminism and queer theory requires advocates inside governmental institutions to push for change and accept compromise, and advocates outside of governmental institutions to hold those inside the institutions to account and drive them to continue advocating for better equality. Overall feminism and queer theory seek the same thing: equality. This is achieved better by marginalised groups working together for the betterment of all, and that is something that is known and acknowledged by the majority of feminist and queer theory advocates in international law. == D. Key People in Feminist and Queer Theory in International Law == These are some of the important figures in feminist and queer theory in international law, although this list does by no means claim to be exhaustive. ·       [https://www.icj-cij.org/public/files/members-of-the-court-biographies/charlesworth_en.pdf Hilary Charlesworth] ·       [https://www.lse.ac.uk/law/people/academic-staff/christine-chinkin Christine Chinkin] ·       [https://independent.academia.edu/ShelleyWright1 Shelley Wright] ·       [https://www.qmul.ac.uk/law/people/academic-staff/items/kapur.html Ratna Kapur] ·       [https://www.soas.ac.uk/staff/staff50829.php Rahul Rao] ·       [https://en-law.tau.ac.il/profile/agross Aeyal Gross] ·       [https://law.unimelb.edu.au/about/staff/dianne-otto Dianne Otto] ·       [https://www.soas.ac.uk/staff/staff36955.php Gina Heathcote] ·       [https://scholars.uow.edu.au/display/nan_seuffert Nan Seuffert] ·       [https://carleton.ca/law/people/buss-doris-e/ Doris Buss] ·       [https://www.ucl.ac.uk/laws/people/ralph-wilde Ralph Wilde] ·       [https://www.soas.ac.uk/staff/staff86662.php Vanja Hamzić] ·       [https://law.unimelb.edu.au/about/staff/anne-orford Anne Orford] ·       [http://www.law.ubalt.edu/faculty/profiles/grossman-nienke.cfm Nienke Grossman] ·       [https://profiles.howard.edu/profile/46991/jjarpa-dawuni Josephine Jarpa Dawuni] ·       [https://www.mmu.ac.uk/law/about-us/our-staff/profile/index.php?id=5347 Senthorun Raj] ==Further Readings== * Source I * Source II ==Conclusion== * Summary I * Summary II <!--Please do not delete the part under this comment--> {{OpenRewi/Chapter-End}} {{BookCat}} owzc9p0c2d7wg0pexsl7qdabl3ed8bv Public International Law/Law of Armed Conflict 0 434706 4089842 4089631 2022-08-09T12:04:26Z Max Milas 3337005 Advanced textbox wikitext text/x-wiki <p style="clear: both;"></p> {{OpenRewi/Chapter-Top}} <p style="clear: both;"></p> <!--Please do not delete the part above this comment--> {{Template:OpenRewi/WIP}}<!--You can delete this template as soon as your text is (provisionally) finished--> <big>Author:<!--Anne Dienelt and Imdad Ullah --></big> <blockquote>Required knowledge: Link<!--Please insert links to other parts of the book or other books that are needed as prior knowledge--> </blockquote> <blockquote>Learning objectives: Understanding XY.<!--Please enter the learning objective for your chapter--> </blockquote> This is where the text begins.<ref>The first footnote. Please adhere to [https://www.law.ox.ac.uk/sites/files/oxlaw/oscola_4th_edn_hart_2012.pdf OSCOLA] when formating citations. Whenever possible, provide a link with the citation, ideally to an open-access source.</ref> This template follows [[Wikibooks:WikiProject_OpenRewi_-_Open_Legal_Science/Styleguide|our style guide]]. Please take into account our [[Wikibooks:WikiProject_OpenRewi_-_Open_Legal_Science/Didactics|guidelines for didactics]]. If you're wondering how to create text in Wikibooks, feel free to check out our guide on [[Wikibooks:WikiProject_OpenRewi_-_Open_Legal_Science/Writing|how to write]] in Wikibooks. {{OpenRewi/Advanced|Reference=Example|Content=This is your advanced content. You can create this text box using our template "Advanced". How to do this is described [[Wikibooks:WikiProject_OpenRewi_-_Open_Legal_Science/Writing|here]].}} {{Template:OpenRewi/Example|Content=This is your example.|Reference=to example topic}} {{Template:OpenRewi/Test|Link=https://openrewi.org/en/projects/project-public-international-law/history-theory-methods/#PIL-test}} Just replace the content above and below with your content. ==A. General Introduction to the Law of Armed Conflict == ==== I. Geneva Conventions and Additional Protocols ==== As a historical fact, there has not been a phenomenon as consistent as violence. The sheer prevalence of violence meanwhile also gave way to serious efforts to regulate it, in such ways, that those not ''directly'' taking part in it, could be protected from its horrible consequences. Human history suggests that rules and regulations to limit the damages to human sufferings and means of their sustenance were present as early as 3000 BC. Perhaps, during those times the content of these rules was not purely humanitarian, yet their effect was ''certainly'' humanitarian. For instance, one rule of the African traditional law prohibited the poisoning of wells. Given the fact of the legal understanding of the contemporary communities, wherein tribalism triumphed over the promotion of common humanitarian values, and norms---one might question the humanitarian nature of such a law. One cannot, however, ignore the humanitarian effects of such laws helping to ebb human suffering by making violence less miserable.<ref>Marco Sassòli, Antoine Bouvier and Anne Quintin, ''How Does Law Protect in War? Cases, Documents and Teaching Materials on Contemporary Practice in International Humanitarian Law'', Vol. I, 3rd ed. (Geneva: ICRC Publications, 2011), p. 1.</ref> And thus, the law striving to make the wars less inhumane is called law of armed conflict, or alternatively, International Humanitarian Law and ''Jus in Bello''. Hence as an accumulation effect of the centuries' old laws, customs, norms, and traditions in making warfare humane, the modern law of armed conflict took birth against the backdrop of the utterly terrible violence during the battle of Solferino in 1859.<ref>Fought between the French troops, allied to the Sardinians and the Austrians troops on June 24, 1859, the battle of Solferino is among the deadliest wars in Europe. It left 6,000 dead and 40,000 wounded on the very first day of the armed encounter. In fact, the sufferings of unattended wounded gave way to the formation of the Red Cross. For details, see "The battle of Solferino," available at https://www.icrc.org/en/doc/resources/documents/misc/57jnvr.htm </ref> The plight of wounded soldiers left to die on the battlefield, later on, compelled the International Committee of the Red Cross (ICRC) to devise laws to protect the wounded in wars. As a result of these efforts, the first diplomatic conference in Geneva in 1864 adopted the Geneva Convention for the Amelioration of the Condition of the Wounded in Armies in the Field.<ref>Marco Sassòli, Antoine Bouvier and Anne Quintin, ''How Does Law Protect in War? Cases, Documents and Teaching Materials on Contemporary Practice in International Humanitarian Law'', Vol. I, 3rd ed. (Geneva: ICRC Publications, 2011), p. 2.</ref> To discuss and promulgate this Convention, 16 states from across Europe and Latin America participated in the first Geneva Conference agreeing to the principles directed at the care for the wounded at the battlefield without any distinction of the nationality. The Convention came into effect in 1865.<ref>For further details of this Convention and its different articles, see "Convention for the Amelioration of the Condition of the Wounded in Armies in the Field. Geneva, 22 August 1864," available at https://ihl-databases.icrc.org/ihl/INTRO/120</ref> In addition to the Geneva Conventions before the First World War, the role of the Hague Peace Conferences is also important in laying down rules and regulations aiming to give warfare a relatively more humane character. Specifically, the Second Peace Conference which was held in 1907, laid down detailed rules and regulations related to the conduct of Naval warfare. These rules were, subsequently, also enshrined in numerous Geneva Conventions.<ref>Frits Kalshoven and Liesbeth Zegveld, ''Constraints on the Waging of War: An Introduction to International Humanitarian Law'' (Geneva: ICRC Publications, 2001), pp. 22-24. For non-Western but Islamic contributions, see Ahmed Al-Dawoody, "Islamic law and international humanitarian law: An introduction to the main principles," ''International Review of the Red Cross,'' Vol. 99, No. 3 (2017), pp. 995-1018; and Mohamed Badar, "Ius in Bello under Islamic International Law," ''International Criminal Law Review'', Vol. 13, No 3 (2013), pp. 593-625.</ref> The horrific violence directed against both the civilians and soldiers during the First World War gave way to urgency in formulating universally applicable rules and regulations to curtail the horrendous character of modern warfare. To translate this vision into action, ICRC and the Swiss Government convened the diplomatic conference to devise binding rules to care for the sick and wounded. It also formulated detailed rules to address the issue of prisoners of war. Subsequently, once more and after the Second World War in 1949, a diplomatic conference under the auspices of ICRC and the Swiss Government was held in Geneva aiming to expand the scope of earlier conventions and to enshrine rules aiming at the protection of civilian populations both in times of war and under foreign occupation. Most importantly though the said conference agreed to incorporate a common article in all the conventions narrating the applicability of these rules in international as well as non-international armed conflicts.<ref>Frits Kalshoven and Liesbeth Zegveld, ''Constraints on the Waging of War: An Introduction to International Humanitarian Law'' (Geneva: ICRC Publications, 2001), pp. 27-29.</ref> ==== 3. Weapons Law ==== The character of certain weapons is central to end unnecessary sufferings and superfluous injuries in warfare. That is why early instruments like the 1868 St. Petersburg Declaration and the Hague Declarations and Regulations prohibited certain weapons causing suffering among the targeted persons. More specifically, the St. Petersburg Declaration banned exploding bullets causing unnecessary injuries.<ref>Declaration Renouncing the Use, in Time of War, of Explosive Projectiles Under 400 Grammes Weight. Saint Petersburg, 29 November / 11 December 1868, available at https://ihl-databases.icrc.org/ihl/full/declaration1868</ref> Later on, 1899/1907 Hague Declarations and Regulations also enshrined and protected this ban. Whereof, under the rule, the uses of projectiles, explosives from balloons, and asphyxiating gases were impermissible. Today, the law of armed conflict contains specific rules on the choice of weapons as means of warfare and is complemented by weapons law in the form of treaties related to different weapons, such as the 1972 Biological Weapons Convention, the 1993 Chemical Weapons Convention, or the 1980 Convention on Certain Conventional Weapons. <ref>ICRC, "Weapons", article from 30 November 2011 available at https://www.icrc.org/en/document/weapons </ref> Moreover, speaking of the nuclear weapons though not ''outrightly'' banned by any treaty or court decisions so far, yet the International Court of Justice (ICJ) was categorical in questioning the applicability of the principle of proportionality in context of the usage of nuclear weapons in warfare.<ref>For further details, see in ''Legality of the Threat or Use of Nuclear Weapons, Advisory Opinion'', I.C.J. Reports 1996, available at https://www.icj-cij.org/public/files/case-related/95/095-19960708-ADV-01-00-EN.pdf</ref> In recent times, debates surrounding the banning of autonomous and semi autonomous also fall under the weapons law and might end up someday as an instrument of such a law. ==== 4. Customary Law ==== Even in the absence of any specific treaty law, parties in a conflict made efforts to spare the lives of innocent civilians, treated prisoners humanely, as well as exchanged prisoners of war at the conclusion of hostilities. These norms, as an effect of the consistent practice and juridical value on the part of warring parties gradually emerged as customary rules of international law.<ref>Frits Kalshoven and Liesbeth Zegveld, ''Constraints on the Waging of War: An Introduction to International Humanitarian Law'' (Geneva: ICRC Publications, 2001), p. 15. </ref> These customs then became part of the various treaty laws in one form or the other. Nonetheless, they also continued maintaining their ''distinctive'' status as customary International Humanitarian Law. In this context, one might raise questions that given the fact that customary rules find expressions in treaty laws, then why do they need to continue having separate existence as the customary laws? The answer lies in the fact that there can be a state which is non-party to treaty law and may claim exemptions from the humanitarian laws. Albeit it efforts, such a state would find it hard to claim any exemption because of the customary rules. For further details, see in section on Customary [[Public International Law/Sources of International Law/Customary Law|Laws]]. ===II. Principles of the Law of Armed Conflict=== Various treaty and customary laws enshrine the principles of the law of armed conflict. They are then applicable to both international and non-international armed conflicts. They aim to regulate the conduct of hostilities in order to "humanize" the warfare without questioning the justifications of the recourse to war itself. Moreover, these principles help ensuring a balance between military necessity and humanitarian protection. Herein, it is important to understand {{OpenRewi/Advanced|Reference=Treatment of Non-state Actors in Non-international Armed Conflicts|Content=While the international armed conflicts involve international actors (states), the non-international armed conflicts include violent non-state actors, at least as one party in such conflicts. In this context, however, it is noteworthy that the treatment of non-state actors under non-international armed conflicts does not aim to grant them any legitimacy rather it strives to safeguard the innocent humans in armed conflicts.}} ==== 1. Humanity ==== Wars, through the use of deadly weapons of warfare, inherently, involve a horrible display of human conduct. Certain laws, on the contrary, strive to give war a humane character by prohibiting cruel and inhuman treatments of opponents. By laying emphasis upon the humane treatment of prisoners of war,<ref>Instructions for the Government of Armies of the United States in the Field (Lieber Code). 24 April 1863, available at https://ihl-databases.icrc.org/applic/ihl/ihl.nsf/Article.xsp?action=openDocument&documentId=0E91FD21E67035CCC12563CD00514E42</ref> the scope of the relevant laws later on expanded to include wounded, sick, shipwrecked as well as those not directly participating in war. For example, Article 3 which is common to all Geneva Conventions prohibits the inhumane treatment of all those persons who are not, as well as no more taking part in warfare.<ref>Convention (I) for the Amelioration of the Condition of the Wounded and Sick in Armed Forces in the Field. Geneva, 12 August 1949, available at https://ihl-databases.icrc.org/applic/ihl/ihl.nsf/WebART/365-570006?OpenDocument</ref> Subsequently, the principle of humanity was further elaborated in Additional Protocol I through Article 75(1): whereof the said Article provides that it is incumbent upon all parties in a conflict that humans <blockquote>under this Protocol shall be treated humanely in all circumstances and shall enjoy, as a minimum, the protection provided by this Article without any adverse distinction based upon race, colour, sex, language, religion or belief, political or other opinion, national or social origin, wealth, birth or other status, or on any other similar criteria. Each Party shall respect the person, honour, convictions and religious practices of all such persons.<ref>Protocol Additional to the Geneva Conventions of 12 August 1949, and relating to the Protection of Victims of International Armed Conflicts (Protocol I), 8 June 1977, available at https://ihl-databases.icrc.org/ihl/WebART/470-750096?OpenDocument</ref></blockquote>Article 4 of Additional Protocol II further emphases that no circumstance in warfare can deprive a human of its right to be treated as human.<ref>Protocol Additional to the Geneva Conventions of 12 August 1949, and relating to the Protection of Victims of Non-International Armed Conflicts (Protocol II), 8 June 1977, available at https://ihl-databases.icrc.org/ihl/WebART/475-760008?OpenDocument</ref> Besides the fact of being enshrined and underlined in various treaty laws, the principle of humanity has also become an important norm of customary international law.<ref>For a detailed treatment of this principle as a customary norm, see Jean-Marie Henckaerts and Louise Doswald-Beck, ''Customary International Humanitarian Law'', Vol. I (Cambridge: Cambridge University Press, 2005), pp. 306-343.</ref> Such an importance thus underlines that, be a state or non-state violent actor, they are equally liable to uphold the principle of humanity. ==== 2. Distinction ==== Distinction implies ''who'' and ''what'' can be targeted or not, when perpetrating violence. Due its centrality within the legal discourse, distinction has emerged as a primary principle of general as well as customary international law. Underlining the fact, the International Court of Justice referred distinction as the 'cardinal' principle of International Humanitarian Law.<ref>"Legality of the Threat or Use of Nuclear Weapons," ICJ Advisory Opinion,1996, para. 226, p. 78.</ref> In the conduct of hostilities while civilians and civilian objects are never a lawful target, military objects and combatants can lawfully be attacked. Nevertheless, under certain conditions, there can be permissible collateral damage to civilians and civilian objects. For a meaningful understanding and interpretation of this principle, however, it is important to read it in relation to other rules ensuring the safety of civilians, until and unless, they ''directly'' participate in hostilities and prohibiting attacks against those persons categorized as ''hors de combat.''<ref>Jean-Marie Henckaerts and Louise Doswald-Beck, ''Customary International Humanitarian Law,'' Vol. I (Cambridge: Cambridge University Press, 2005), p. 3. </ref> Historically every code of violent conduct and legal tradition stressed, albeit in varying degrees, sparing those humans and objects not engaging in violence and not becoming accessories to it. Within the secular tradition, however, the principle of distinction was set down, for the first time, in the St. Petersburg Declaration of 1868. Whereof the Declaration states "the only legitimate object which States should endeavor to accomplish during war is to weaken the military forces of the enemy".<ref>Declaration Renouncing the Use, in Time of War, of Explosive Projectiles Under 400 Grammes Weight. Saint Petersburg, 29 November / 11 December 1868, available at https://ihl-databases.icrc.org/applic/ihl/ihl.nsf/Article.xsp?action=openDocument&documentId=568842C2B90F4A29C12563CD0051547C</ref> The 1899/1907 Hague Regulations (Article 25) meanwhile though did not, specifically, use the word 'civilians' yet they sought to outlaw "the attack or bombardment, by whatever means, of towns, villages, dwellings, or buildings which are undefended".<ref>Convention (IV) respecting the Laws and Customs of War on Land and its annex: Regulations concerning the Laws and Customs of War on Land. The Hague, 18 October 1907, available at https://ihl-databases.icrc.org/applic/ihl/ihl.nsf/Article.xsp?action=openDocument&documentId=D1C251B17210CE8DC12563CD0051678F</ref> Which might be interpreted as an attempt to protect the civilians in wars and draw a distinction between those armed to take part in the fighting and those avoid becoming accessory to it. Speaking of the modern treaty law relating to the law in war, Article 48 of the 1977 Additional Protocol I to the Geneva Conventions of 1949 provides that <blockquote>(I)n order to ensure respect for and protection of the civilian population and civilian objects, the Parties to the conflict shall at all times distinguish between the civilian population and combatants and between civilian objects and military objectives and accordingly shall direct their operations only against military objectives.<ref>Protocol Additional to the Geneva Conventions of 12 August 1949, and relating to the Protection of Victims of International Armed Conflicts (Protocol I), 8 June 1977, available at https://ihl-databases.icrc.org/ihl/WebART/470-750061?OpenDocument</ref> </blockquote>With their emphasis in varying degree, thus, all of the above mentioned legal rules note the importance of taking utmost care in military operations to ensure that no civilian or civilian object falls victim to the violence, characteristically, meant to be directed against combatants or military objectives. ===== a) Combatants and Military Objects ===== Specifically defining combatants and military objects, Article 57 (2)(b) of the Additional Protocol I states that <blockquote>an attack shall be canceled or suspended if it becomes apparent that the objective is not a military one or is subject to special protection or that the attack may be expected to cause incidental loss of civilian life, injury to civilians, damage to civilian objects, or a combination thereof, which would be excessive in relation to the concrete and direct military advantage anticipated.<ref>Protocol Additional to the Geneva Conventions of 12 August 1949, and relating to the Protection of Victims of International Armed Conflicts (Protocol I), 8 June 1977, available at https://ihl-databases.icrc.org/ihl/WebART/470-750073</ref></blockquote>The said Article stresses that it is important to direct armed attacks ''only'' against combatants and military objects. The realization of this objective is so central in upholding laws in war that an armed attack ought to be cancelled at any stage of planning or execution rather than harming non-combatants or non-military objects. ===== b) Civilians and Civilian Objects ===== To ensure the safety of civilian lives in wars, Article (13)2 of Additional Protocol II prohibits attacking civilian populations as well as treating any civilian person as an object of attack. It also outlaws those attacks or threats of violence causing terror among the civilians.<ref>Protocol Additional to the Geneva Conventions of 12 August 1949, and relating to the Protection of Victims of Non-International Armed Conflicts (Protocol II), 8 June 1977, available at https://ihl-databases.icrc.org/ihl/WebART/475-760019?OpenDocument</ref> In the same vein, Article 57(1) of the Additional Protocol I states that "in the conduct of military operations, constant care shall be taken to spare the civilian population, civilians and civilian objects". The said Protocol, furthermore, laying out the point of the centrality of the safety of civilians, in its sub-Article 57 (2)(a)(ii) stresses that all parties in a conflict should take utmost care ‘‘in the choice of means and methods of attack with a view to avoiding, and in any event to minimizing, incidental loss of civilian life, injury to civilians and damage to civilian objects".<ref>Protocol Additional to the Geneva Conventions of 12 August 1949, and relating to the Protection of Victims of International Armed Conflicts (Protocol I), 8 June 1977, available at https://ihl-databases.icrc.org/ihl/WebART/470-750073</ref> ==== 3. Military Necessity ==== In an armed conduct, military necessity comes into play when translating the military objectives into violent force deployment. It also sets benchmarks for qualifying the means and methods in a military operation. More precisely, Article 4 of the Leiber Code defines military necessity, "as understood by modern civilized nations, consists in the necessity of those measures which are indispensable for securing the ends of the war, and which are lawful according to the modern law and usages of war".<ref>Francis Lieber, U.S. War Department, General Orders No. 100: Instructions for the Government of Armies of the United States in the Field (1863), available at https://avalon.law.yale.edu/19th_century/lieber.asp</ref> However it is also noteworthy that while the military necessity might be an outcome of military objectives yet every violent act ought to have its own justification for qualifying as a permissible act in warfare. And such a justification should entail the requirements of another basic principle of warfare, and that is of proportionality.<ref>Oscar Schachter and Frits Kalshoven, ''Proceedings of the Annual Meeting'' (American Society of International Law), Vol. 86 (April 1-4, 1992), p. 41. </ref> As part of earlier attempts to explain and codify this norm, Article 23(g) of the Hague Regulations of 1899/1907 prohibited "to destroy or seize the enemy's property, unless such destruction or seizure be imperatively demanded by the necessities of war".<ref>Convention (IV) respecting the Laws and Customs of War on Land and its annex: Regulations concerning the Laws and Customs of War on Land. The Hague, 18 October 1907, available at https://ihl-databases.icrc.org/ihl/WebART/195-200033?OpenDocument</ref> ==== 4. Proportionality ==== In any given armed conflict, proportionality entails the essence of perpetrating lawfully acceptable violence when conducting hostilities. Due to its centrality in assessing the justifications of warfare, the principle of proportionality is spread around the space through various principles as explained above. On its own and exclusively, it is enshrined in Articles 51 and 57 of the Additional Protocol to the Geneva Conventions of 1949. Whereof Article 51(5)(b) states that "an attack which may be expected to cause incidental loss of civilian life, injury to civilians, damage to civilian objects, or a combination thereof, which would be excessive in relation to the concrete and direct military advantage anticipated".<ref>Protocol Additional to the Geneva Conventions of 12 August 1949, and relating to the Protection of Victims of International Armed Conflicts (Protocol I), 8 June 1977, available at https://ihl-databases.icrc.org/ihl/WebART/470-750065</ref> However the said article, being aware of the usages of humans as shields, emphasizes that such treatment of civilians will not make the military targets immune from attacks.<ref>Article 51(7), Protocol Additional to the Geneva Conventions of 12 August 1949, and relating to the Protection of Victims of International Armed Conflicts (Protocol I), 8 June 1977.</ref> Resultantly, the responsibility for the losses to the civilian lives shall lie with those using humans as shields. Moreover, in addition to the Geneva Conventions, Amended Protocol II to the Convention on Certain Conventional Weapons in its Article 3(8)(a,b,c) also emphasizes the principle of proportionality by prohibiting indiscriminate usage of conventional weapons against the civilian populations and civilian inhabited dwellings.<ref>Protocol on Prohibitions or Restrictions on the Use of Mines, Booby-Traps and Other Devices as amended on 3 May 1996 (Protocol II to the 1980 CCW Convention as amended on 3 May 1996), available at https://ihl-databases.icrc.org/applic/ihl/ihl.nsf/Article.xsp?action=openDocument&documentId=55F0A5E12A51A635C12563FB00611D95</ref> With regard to the interpretation of this principle, it is common understanding among states that 'direct military advantage' speaks of the operation as a whole advantage and shall not be assessed against every bit and part of the attack.<ref>For further details, see Jean-Marie Henckaerts and Louise Doswald-Beck, ''Customary International Humanitarian Law'', Vol I (Cambridge: Cambridge University Press, 2005), pp.49-51.</ref> ==== 5. To Take all Feasible Precautions ==== A primary norm of the customary international humanitarian law, the principle of precaution was initially set out in Article 2 of the 1907 Hague Convention (IX). The said article provides that given the presence of a military target inside an undefended town or port, it is absolutely important for the military commander to "take all due measures in order that the town may suffer as little harm as possible".<ref>Convention (IX) concerning Bombardment by Naval Forces in Time of War. The Hague, 18 October 1907, available at https://ihl-databases.icrc.org/applic/ihl/ihl.nsf/Article.xsp?action=openDocument&documentId=C27C2D1A0E0C2C35C12563CD00516DB5</ref> Subsequently, this principle was further ''thoroughly'' explained and codified through the Article 57 of the Additional Protocol I to the Geneva Conventions of 1949. As the Article states that it is incumbent upon the warring parties to "do everything feasible to verify that the objectives to be attacked are neither civilians nor civilian objects and are not subject to special protection".<ref>Article (57)(2)(a)(i), Protocol Additional to the Geneva Conventions of 12 August 1949, and relating to the Protection of Victims of International Armed Conflicts (Protocol I), 8 June 1977, available at https://ihl-databases.icrc.org/ihl/WebART/470-750073</ref> The emphasis upon precautions to spare the civilians from the consequences of warfare has been serious and consistent as was shown by a UN General Assembly Resolution in 1970, which stated that "in the conduct of military operations, every effort should be made to spare civilian populations from the ravages of war, and all necessary precautions should be taken to avoid injury, loss or damage to civilian populations".<ref>UN General Assembly, Res. 2675 (XXV), 1970, available at https://undocs.org/en/A/RES/2675(XXV)</ref> Likewise, the Second Protocol to the Hague Convention for the Protection of Cultural Property also incorporate the element of precaution in conducting violence.<ref>Article 7, Second Protocol to the Hague Convention of 1954 for the Protection of Cultural Property in the Event of Armed Conflict The Hague, 26 March 1999, available at https://ihl-databases.icrc.org/applic/ihl/ihl.nsf/Article.xsp?action=openDocument&documentId=98D6720D8AE6D20F412567BB0052C84E</ref> Following through the laid down rules and fulfill their responsibility to protect civilian lives, most of the states, in one way or the other, thrashed out the principle of precaution in their military manuals to train the professional armed forces. ===III. Actors in the Law of Armed Conflict=== ==== 1. States ==== States<!-- Please insert a link to the states chapter in this textbook --> as traditional subjects of international law play an important role in the law of armed conflict like in any other field of public international law. For centuries, they have been an important actor in armed conflicts: They have started armed conflicts, they have participated in hostilities, they occupied territory and they came together to negotiate armistices. In collective efforts, states also assembled at international peace conferences, like the ones leading to the conclusion of the first Geneva Convention, the Hague Regulations or the Geneva Conventions from 1949. The role of states is also illustrated in the two categories of armed conflicts that exist in the law of armed conflicts (cf. common articles 2 + 3 to the Geneva Conventions): There are international armed conflicts between two or more states and there are so-called non-international armed conflicts that relate to conflicts between a state and a non-state actor or between several non-state actors on the territory of a state. Depending on this classification,<ref>See ICRC, Commentary GC I, pp 81–82 para. 224, available at https://ihl-databases.icrc.org/applic/ihl/ihl.nsf/Comment.xsp?action=openDocument&documentId=BE2D518CF5DE54EAC1257F7D0036B518#_Toc452041593; D. Akande, Classification of Armed Conflicts: Relevant Legal Concepts, in: E. Wilmshurst (ed.), International Law and the Classification of Conflicts (OUP, 2012), pp 32–79; J. K. Kleffner, Scope of Application of International Humanitarian Law, in: Fleck (ed.), Handbook of International Humanitarian Law, 4th ed., 2021, p. 52, para. 3</ref> a different set of rules and principles applies. While international armed conflicts are regulated by the four Geneva Conventions and Additional Protocol I (as well as by custom), non-international armed conflicts are governed by common Art. 3 to the Geneva Conventions and Additional Protocol II. If a state that is involved in a non-international armed conflict is not a party to Additional Protocol I, only common Art. 3 of the Geneva Conventions applies together with customary rules and principles. <s>In sum, states participate in armed conflicts and they create the rules governing such conflicts.</s> ==== 2. Non-State Actors ==== Over the past decades, more and more non-international armed conflicts broke out, with one state fighting organized armed groups within its territory (cf. common Art. 3 to the Geneva Conventions). This explains the rise of so-called non-state actors. In armed conflicts like the ones in Syria or Colombia but also in the aftermath of 9/11, rebel and terrorist groups were parties to the conflict and participated in the hostilities as armed non-state actors. The law of armed conflict directly addresses them in common Art. 3 to the Geneva Conventions and in Additional Protocol II. There are other non-state actors involved in armed conflicts, such as private military and security companies that support a party to the conflict. Despite their active role in conflicts, non-state actors do not participate in the actual law-making procedure in the law of armed conflicts. They are not a party to any treaties in the law of armed conflict, which are concluded between states exclusively. In peace negotiations, on the other hand, non-state actors participate together with states. Their actions are also only indirectly considered when interpreting the law of armed conflict,<ref>Cf. conclusion 7 and its commentary of the ILC's draft conclusions on subsequent agreements and subsequent practice in relation to the interpretation of treaties with commentaries, available at https://legal.un.org/ilc/texts/1_11.shtml</ref> and when identifying rules and principles of customary law.<ref>Cf. conclusion 4, para 4 of the ILC's draft conclusions on the identification of customary international law with commentaries, available at https://legal.un.org/ilc/texts/1_13.shtml</ref> In the past, there have been issues with armed non-state actors and their compliance with the laws of armed conflict.<ref>Bellal/Casey-Maslen, Enhancing Compliance with International Law by Armed Non-State Actors, Goettingen J. Int'l L. 2011, pp 175-197; see e.g. the initiative Geneva Call who aims at enhancing compliance of armed non-state actors in their conduct of hostilities to improve the protection of civilians: https://www.genevacall.org/</ref> I<s>n sum, non-state actors participate in the conduct of hostilities against states and are addressed by the law of armed conflict, but they do not participate in the law-making process.</s> ==== 3. The International Committee of the Red Cross ==== The International Committee of the Red Cross (ICRC) is the "guardian"<ref>ICRC blog, What is the ICRC's role in developing and ensuring respect for IHL?, available at https://blogs.icrc.org/ilot/2017/08/14/what-is-the-icrc-s-role-in-developing-and-ensuring-respect-for-ihl/ </ref> of the law of armed conflict. Established in 1863 by Henry Dunant after the Battle of Solferino<ref>Dunant, A Memory of Solferino, available at https://shop.icrc.org/a-memory-of-solferino-pdf-en.html</ref> as an association governed by Article 60 and following of the Swiss Civil Code, the ICRC is mandated to protect people affected by armed conflicts and violence. As a traditional subject of international law<!-- Please insert a link to the subject/actors part of this textbook -->, it enjoys a special international legal status that is different than the one from NGOs or international organizations. The ICRC is guided by seven principles: Humanity, Impartiality, Neutrality, Independence, Voluntary service, Unity & Universality,<ref>See ICRC, Research guide "The Fundamental Principles of the International Red Cross and Red Crescent Movement," available at https://blogs.icrc.org/cross-files/the-fundamental-principles-of-the-international-red-cross-and-red-crescent-movement/</ref> which guarantee access to all parties to a conflict. ==== 4. Others ==== ===IV. Use of Force and the Law of Armed Conflict=== ==B. Selection of Current Challenges in the Law of Armed Conflict == Beyond the frontiers of laying down elaborative and consensual rules to make violence less miserable in wars there lies the challenge of inventing and deploying weapons which might not impede the human capacity and willingness to abide by these rules. In present times, with the invention and introduction of various new technologies of warfare such a challenge has become more pronounced than ever. The following discussion highlights some of these challenges. === I. New Technologies=== ==== 1. Semi-Autonomous Weapons ==== In terms of the revolutions in warfare technology, the twenty-first century is proving to be the most advancement frenzy so far. Whereof the leap from manned military technology to the unmanned was rapid and reciprocal. Such a swiftness in development and deployment when provides the strategic and operational edge, it also raises numerous legal questions in upholding the ''jus in bello'' principles of warfare like distinction, necessity, proportionality, etc. Due their widespread usage against non-state actors, combat drones raised these questions more often. For their precision and persistence in killing, combat drones were presented as 'weapon of choice'.<ref>“Remarks of Director of Central Intelligence Agency, Leon E. Panetta, at the Pacific Council on International Policy”, ''CIA'', May 18, 2009, available at <nowiki>https://www.cia.gov/newsinformation/speeches-testimony/directors-remarks-at-pacific-council.html</nowiki> </ref> Whereas in terms of saving lives of those deploying the combat drones, the results are ''certainly'' positive. However, the losses of lives when targeting the alleged terrorists, are in many cases, not proportionate to the actual security threat they pose. For instance, in cases of the US drone attacks against terrorists in Pakistan, Yemen, and Somalia, various governmental and non-governmental studies point to the fact that in contrast to their technological reputation for precision---combat drones are not that much ''precise'', operationally.<ref>“Living under Drones: Death, Injury and Trauma to Civilians from US Drone Practice in Pakistan”, International Human Rights and Conflict Resolution Clinic, Stanford Law School and Global Justice Clinic, New York University School of Law, 2012; Jo Becker and Scott Shane, “Secret ‘Kill List’ Proves a Test of Obama’s Principles and Will”, ''The New York Times'', 29 May 2012, A1; Letta Tayler, “Between a Drone and Al-Qaeda: The Civilian Cost of US Targeted Killing in Yemen”, (New York: Human Rights Watch, 2013); Jane Mayer, “The Predator War: What are the Risks of the C.I.A.’s Covert Drone Program?” ''The New Yorker'', October 26, 2009; and "Daily Situation Report," FATA Secretariat, Ministry of Interior, Pakistan, 2007-2017; Ben Emmerson, “Report of the Special Rapporteur on the Promotion and Protection of Human Rights and Fundamental Freedoms While Countering Terrorism,” ''UN Document A/68/389'', September 18, 2013; Philip Alston, “Report of the Special Rapporteur on extrajudicial, summary or arbitrary executions”, presented to the Human Rights Council, 14th session, May 28, 2010, </ref> Nonetheless, the US remains adamant that the combat drones are precise and avoid losses to the innocent lives. For example, the Obama administration in its report disclosing the civilian killings in drone warfare in 2016 recorded that the civilian deaths are less than 200.<ref>Karen DeYoung and Greg Miller, “White House Releases its Count of Civilian Deaths in Counterterrorism Operations under Obama”, ''The Washington Post'', July 1, 2016. </ref> However, a closer scrutiny of these numbers suggests that perhaps the US government counts only children and women deaths as civilians. And the rest are eligible targets under the laws in war, at least according to the US government. It seems even more probable proposition because various reports counting the deaths out of the US combat drones also estimate that there are children and women killed in drone warfare and their numbers are almost equal to the US estimates of total civilian deaths.<ref>For details, see Peter Bergen, David Sterman and Melissa Salyk-Virk. “America’s Counterterrorism Wars," The New America Foundation'','' 2020, available at https://www.newamerica.org/in-depth/americas-counterterrorism-wars/; and Civilian Casualties & Collateral Damage”, ''LAWFARE'', available at https://www.lawfareblog.com/civilian-casualties-collateral-damage?__cf_chl_captcha_tk__=4BIlxf_LBxZR1Xu5pL3CSbSRrgr.N4OUm54YU9qwWh4-1636355500-0-gaNycGzNCKU </ref> In view of these discrepancies surrounding the loss of innocent lives, one may notice that the dispute over evidence while on the one hand seems to be inherent when it comes to the application of laws in war. On the other, it points to the fact of the ''mere'' confidence of the governments in the precision of combat drones. However, at times, such confidence did translate into reality of precision strike, as combat drones pinpointed the terrorists on various occasions. For instance, the killing of a Pakistani Taliban leader in a drone strike, wherein the missile attack was so precise that even it did not cause any harm to the house, bore testimony to this fact.<ref>Imdad Ullah, ''Terrorism and the US Drone Attacks in Pakistan: Killing First'' (London, New York: Routledge, 2021), p. 131.</ref> In this case, it seems that the drone operators took 'all feasible precautions' before striking down the intended target, and adequately fulfilled the principles of necessity and proportionality. Hence, concerning the technological prowess of combat drones, it is absolutely evident that they have the manifest ability to be precise and proportional. Unlike the soldiers on the battlefield, combat drones do not fear for their safety, and hence, in principle can withstand risks while pinpointing the target. In practice, however, the usage of combat drones, specifically against the violent non-state actors, in recent times, raised more questions, concerning the fulfillment of humanitarian principles than answering them. In this context, one needs to closely study the combat drone deployments in Pakistan, Yemen, and various African states involving the United States and French militaries, against terrorists.<ref>Hugh Gusterson, ''Drone: Remote Control Warfare'' (London: The MIT Press, 2016); “Civilian Casualties & Collateral Damage”, ''LAWFARE'', accessed, January 12, 2020, available at https://www.lawfareblog.com/civilian-casualties-collateral-damage; "Counting Deaths from Drone Strikes", Human Rights Institute, Columbia Law School, 2012, available at https://web.law.columbia.edu/sites/default/files/microsites/human-rights-institute/files/COLUMBIACountingDronesFinal.pdf; “Living under Drones: Death, Injury and Trauma to Civilians from US Drone Practice in Pakistan”. International Human Rights and Conflict Resolution Clinic, Stanford Law School and Global Justice Clinic, New York University School of Law, 2012, available at https://law.stanford.edu/publications/living-under-drones-death-injury-and-trauma-to-civilians-from-us-drone-practices-in-pakistan/; Letta Tayler, “Between a Drone and Al-Qaeda: The Civilian Cost of US Targeted Killing in Yemen,” Human Rights Watch, New York, 2013, available at https://www.hrw.org/node/256485/printable/print; “A Wedding That Became a Funeral,” Human Rights Watch, 2014, available at http:// www.hrw.org / reports / 2014 / 02 / 19 / wedding-became-funeral; and "France's Shadow War in Mali: Airstrikes at the Bounti Wedding," Stoke White Investigations, 2021, available at https://www.swiunit.com/post/france-s-shadow-war-in-mali-airstrikes-at-the-bounti-wedding </ref> ==== 2. AI and Autonomous Weapons ==== Within the context of the weapons of warfare, autonomy is a relative term. It may range as well as encompass launching a weapon into the battlefield to the point of successfully selecting, engaging, and neutralizing the target.<ref>For a detailed treatment of autonomy in autonomous weapons systems and how may it operate in warfare, see Kenneth Payne, "Artificial Intelligence: Artificial Intelligence: A Revolution in Strategic Affairs?" ''Survival'', Vol. 60, No. 5 (2018), pp. 7-32; Giovanni Sartor and Andrea Omicini, "The autonomy of technological systems and responsibilities for their use," in Nehal Bhutta, et al (eds.), ''Autonomous Weapons Systems: Law, Ethics, Policy'' (Cambridge: Cambridge University Press, 2016), pp. 40-65. </ref> To make the concept more understandable, the United States Department of Defense underlines that a weapons system is autonomous when "once activated, (it) can select and engage targets without further intervention by a human operator."<ref>U.S. Department of Defense, "Autonomy in Weapons Systems," directive no. 3000.09 (November 21, 2012). </ref> At a time when, in the case of semi-autonomous weapons while humans remain in the loop when deciding and targeting the enemy combatants on the battlefield, however, with the emergence and usage of the fully automated weapons of warfare, the humans deem to be handing over control over decision as well as practice to engage the opponents to machines. Such an emerging scenario poses serious questions for the laws of warfare. More specifically, it amplifies the challenge to the principle of proportionality whose applicability was already turning out to be a daunting one in case of the semi-autonomous weapons. In this context, one understands that the entire notion of warfare is predicated upon the assumption that when humans face off humans on the battlefield, inherently, such a face-off imposes certain limitations on the excessive use of violence among the adversaries to achieve a particular as well as the general objective of warfare. Whereof humans might decide ''instantly'' that perhaps a certain objective of warfare can be better served by only injuring the enemy combatant rather than killing her. To the contrary, an automated gun would hardly bother to take such an instant decision at the battlefield and spare the life of a human in return for only injuring her. Likewise, speaking of the strategic and nuclear weapons, the mere presence of autonomous weapons on the battlefield can be tempting for the adversary to jump to the conclusion that might these weapons in a first strike scenario---take out the second-strike capability, and therefore, it is prudent to unleash the strategic weapons in advance. Such a scenario while on the one hand can make escalation scenarios in warfare more ''uncertain'' and ''dangerous.'' On the other hand, it can also undermine the principle of proportionality, concerning the particular objective of warfare.<ref>Michael T. Klare, "Autonomous Weapons Systems and the Laws of War," ''Arms Control Today,'' Vol. 49, No. 2 (March 2019), pp. 6-12.</ref> Moreover, AI powered autonomous weapons can also have serious repercussions for the principle of distinction. For instance, though an automated gun is fed with various image classifications such as soldier uniforms, insignias, numerous types of rifles and ammunitions yet the softwares commanding the operations of a gun can be hacked and fed with different image classification. Likewise, there are also chances that a gun may also indulge in automatic fire on the basis of mistaken identity. For example, in certain experiments guns have mistaken turtles as rifles.<ref>Ibid.</ref> However, despite the fact of dominant voices raising serious ethical, legal, and political questions<ref>For details of such voices, see Mary E. O’Connell, "Banning Autonomous Killing— The Legal and Ethical Requirement That Humans Make Near- Time Lethal Decisions," in Matthew Evangelista, and Henry Shue (eds.), ''The American Way of Bombing: Changing Ethical and Legal Norms From Flying Fortresses to Drones'' (New York: Cornell University Press, 2014), pp. 224-235; Rebecca Crootof, "A Meaningful Floor For ‘Meaningful Human Control," ''Temple International and Comparative Law Journal'' , Vol. 30, No. 1 (2016), pp. 53– 62; and Peter Asaro, “Jus nascendi, Robotic Weapons and the Martens Clause,” in Ryan Calo, Michael Froomkin, and Ian Kerr (eds.), ''Robot Law'', (Cheltenham, UK: Edward Elgar Publishing, 2016), pp. 367– 386.</ref> about the nature as well as ''certain'' characteristics of autonomous weapons challenging the humanitarian principles in wars; there are some scholars who point to the fact that perhaps automated killing machines in the battlefield can better comb through the security threat, and thus, without fearing for its own safety, target the militarily vital object or combatant.<ref>Duncan Macintosh, "Fire and Forget: A Moral Defense of the Use of Autonomous Weapons Systems in War and Peace," in Duncan Macintosh and Jens D. Ohlin (eds.), ''Lethal Autonomous Weapons: Re- Examining the Law and Ethics of Robotic Warfare'' (Oxford: Oxford University Press, 2021), pp. 9-23.</ref> In this context, one might presume that innovation in weapons is driven by the understanding that it might spare the lives of those seeking an edge in technology, yet it is also important to understand that these innovations must not make laws in warfare ineffective. For such understanding and reason underpinned the various instruments of international humanitarian law. Beginning with St. Petersburg Declaration and the Hague Declarations and Regulations, it was laid down that along with the precaution, only those weapons should be deployed in warfare which assure the avoidance of unnecessary injury of the targeted persons. Inside, the Geneva Conventions and Additional Protocols, Articles 51 and 57 stressed the importance of avoiding excessive physical as well as material damages when targeting the adversary in a warfare. Avoidance of excessive damage in terms of the autonomous weapons also depends upon the efficient decision-making and such an efficiency depends upon the thorough analysis of the choices made in targeting. Autonomous weapons based on data feeds, however, reach decisions within moments, and thus, might undermine the role of human judgement.<ref>Dan Saxon, "A Human Touch: Autonomous Weapons, Directive 3000.09, and the "Appropriate Levels of Human Judgment over the Use of Force," ''Georgetown Journal of International Affairs'', Vol. 15, No. 2 (Summer/Fall 2014), p. 103. For further details, see Bill Boothby, "How Far Will the Law Allow Unmanned Targeting to Go?" in Dan Saxon, ed., ''International Humanitarian Law and the Changing Technology of War'' (Leiden: Mārtiņus Nijhoff/Brill, 2013), pp. 62-63; and David Akerson, "The Illegality of Offensive Lethal Autonomy," in Dan Saxon, ed., ''International Humanitarian Law and the Changing Technology of War'' (Leiden: Mārtiņus Nijhoff/Brill, 2013), p. 7I. </ref> Already we know that with regard to the semi-autonomous weapons, interplay between human judgement and machines have often produced horrible consequences when it comes to upholding the humanitarian principles in warfare. Autonomous weapons, therefore, do not seem to be offering any better alternatives to humans when taking decisions of applying kinetic force. The fulfillment of humanitarian principles, certainly, demands ''more'' role for the human judgement, not less. ==== 3. Cyber Weapons ==== In present times, a networked world has brought upon an unprecedented level of prosperity, and thus, as a consequence an extraordinary challenge to secure the very platforms underpinning this networking. In such networks, signals across and within the digital platforms remain ''the'' critical mass. Any ill-intended intrusion or tempering with the signals can turn a benevolent digital tool into a destructive weapon. In this context, spy wares and malicious software codes has already brought down the governmental digital platforms in Estonia and destroyed certain nuclear reactors in Iran. Whereas scenarios like shutting down the electricity grids, bringing down a commercial aero plane, etc., by introducing malware in their control and navigations systems, are also being drawn. These scenarios render the conduct of violence an utterly discreet activity: wherein the questions of distinction and proportionality will once more come to the fore, but in a manner where these humanitarian principles shall be extremely difficult to apply and assess. Even to begin with, there are questions about terming damages caused by cyber weapons as an 'attack' as well as fixing of the responsibility for such act. The dominant role of violent non-state actors in contemporary violence further complicates the situation and renders questions complexity. To answer such questions, International Committee of Red Cross, therefore, notes that ''only'' state practice can help finding adequate answers to these questions.<ref>"International Humanitarian Law and the Challenges of Contemporary Armed Conflicts," ICRC, October 2015, p. 16. </ref> For instance, in cases of damages to Iranian and Estonian infrastructures, there was no claim of responsibility. And meanwhile, when selecting and hitting these targets, there was no regard for the principle of distinction either. Specifically speaking of the principle of distinction, which, along with the Hague Regulations, was effectively laid down in Article 48 of the Additional Protocol I to the Geneva Conventions of 1949 becomes problematic when applied in context of cyber warfare. For example, there can be a scenario that due to the easiness and less costly prospects, at least for the attacker, a military commander decides to shut down an electricity grid by employing a cyber attack; so that the command and communication structures of a nearby military installation may be rendered useless yet the same targeting can also turn off electricity in a nearby hospital and cause scores of deaths. In such a targeting, there is loss of innocent lives albeit as an unintended consequence of a cyber attack. Besides violating the principle of distinction, such an attack also ends up undermining the principles of humanity, military necessity as well as proportionality.<ref>Michael N. Schmitt, ''Tallinn Manual 2.0 on the International Law Applicable to Cyber Operations'' (Cambridge: Cambridge University Press, 2017), pp. 348-50.</ref> To address these issues of uncertainty and complexity, some scholars have suggested to bring in binding international conventions protecting civilian digital platforms.<ref>Davis Brown, "A Proposal for an International Convention To Regulate the Use of Information Systems in Armed Conflict," ''Harvard International Law Journal'', Vol. 47, No. 179 (2006). </ref> Nonetheless, questions shall arise when targeting those platforms powering civilian and military installations simultaneously. In such a scenario, there is never a question of ''either'' and ''or'' rather the digital platform is plugged to both the installations. Speaking of the functioning of cyber platforms, one can assume that such a dilemma will not be specific to the given case rather it will run across numerous platforms, and thus, complicating any military targeting decisions.<ref>For a detailed analysis of this targeting dilemma, see Michael N. Schmitt, "The Law of Cyber Targeting," ''Naval War College Review'', Vol. 68, No. 2 (Spring 2015), pp. 10-29; and Michael N. Schmitt and Eric W. Widmar, “On Target”: Precision and Balance in the Contemporary Law of Targeting," ''Journal of National Security Law & Policy'', Vol. 7 (2014), pp. 379-409. </ref> Hence when a targeting decision is taken and executed, in all probability, it will give rise to questions about the applicability of proportionality. After all, pinpointing a networked target is extremely difficult and chances of indirectly targeting civilian cyber infrastructure while brining downing a military one are higher during a conflict.<ref>Ibid., p. 26.</ref> Massive cyber attacks against the Ukrainian government's digital infrastructure once more points toward such trends and difficulties when targeting cyber objects.<ref>Robert Hart, "Ukraine Hit By ‘Massive Cyber Attack’ As Russia Mobilizes Troops Near Border," ''Forbes'', January 14, 2022, available at https://www.forbes.com/sites/roberthart/2022/01/14/ukraine-hit-by-massive-cyber-attack-as-russia-mobilizes-troops-near-border/?sh=54733e3b1cf2</ref> Tracing of the sources to fix responsibility for usages and damages caused by cyber weapons is another dilemma, potentially, making the violence in war a muddier business and adding another layer of complexity in applying the legal principles to ensure transparency as well as accountability.<ref>For further details, see Schmitt, ''Tallinn Manual 2.0 on the International Law Applicable to Cyber Operations'', pp. 79-104.</ref> Apparently, one can assume that unlike autonomous and semi-autonomous weapons, cyber weapons due to their nature, are indiscriminate and disproportionate. Hence to make their use subject to the given humanitarian rules and principles is bound to pose serious challenges.<!-- Engagement with the Tallinn Manual (2.0.) would be great! --> === II. Protected Groups and Objects ===<!-- In this part, a few footnotes do not contain any sources --> The law of armed conflict was originally created by states to spare the civilian population from the consequences of the conduct of hostilities. Nevertheless, some provisions of the Geneva Conventions and their Additional Protocols address other groups or objects, such as medical personnel and establishments, cultural property, or the natural environment. Indirectly, their protection can often be linked to the protection of civilians and civilian objects, but these provisions install special protection for specific protected groups and objects that differs from the general protection of civilians and civilian objects. The three mentioned examples are only a selection of protected groups and objects. ==== 1. Medical Personnel ==== The first Geneva Convention from 1864 was concluded to take care of the wounded and sick combatants of all belligerent states who were hors de combat (out of the battle). Without medical personnel and medical care, their protection would have remained meaningless. Today, several Geneva Conventions as well as Aditional Protocol I include provisions on the protection of medical personnel, medical units, and medical establishments. Art. 24 and 25 GC I, Art. 36 and 37 GC II, Art. 15 AP I on international armed conflicts, and Art. 9 AP II on non-international armed conflicts contain an obligation to respect and protect medical personnel under all circumstances. First of all, medical personnel includes civilians and militaries temporarily or permanently assigned to medical purposes, such as the search for, collection, transportation, diagnosis or treatment of the wounded, sick and shipwrecked, or to the prevention of disease, or to the administration or operation of medical units or medical transports. Only people with the official assignment of medical tasks by the competent authority of a belligerent party enjoy the special protection as medical personnel.<ref>?</ref> Second, to identify medical personnel, it is asked to use the distinctive sign of the red cross, red crescent, or red crystal worn on clothes. In the past, the distinctive sign has made medical personnel and medical units more vulnerable, since they were visible to the enemy's forces and have been attacked unlawfully.<ref>?</ref> They are of particularly high value based on their essential role in medical care to each belligerent state. Third, medical personnel and medical establishments may not be object to an attack. If they fall into the enemy's hands, they are not considered prisoners of war and must be set free.<ref>?</ref> The opposing party may, however, retain them to give medical care to prisoners of war.<ref>?</ref> military (permanent or temporary) medical personnel - Art. 24 + 25 GC I - Art. 36 + 37 GC II civilian medical personnel assigned by a party to the conflict - Art. 20 GC IV - Art. 8 AP I medical personnel made available by third States or organizations to a party to the conflict - Art. 8 AP I personnel of a National Society recognized and specifically authorized by a party to the conflict - Art. 26 GC I - Art. 24 GC II - Art. 8 AP I protection on the battlefield (including inhabitants of the combat zone): may not be attacked and may fulfill medical duties in conformity with medical ethics, Art. 24+25 GC I, Art. 36+37 GC II, Art. 15+16 AP I once fallen in enemy hands: immediate repatriation or employment caring for POWs Art. 28-32 GC I under control of the enemy: right to perform their medical mission, right not to perform acts contrary to medical ethics, right to maintain medical secret, except as required by law, Art. 15+16 AP I, Art. 10 AP II ==== 2. Cultural Property ==== - Hague Convention for the protection of cultural property in the event of armed conflict, 1954 - First Protocol to the Hague Convention, 1954 - Second Protocol to the Hague Convention,1999 - Art. 53 AP I - art. 16 AP II - World Heritage Convention - Chapter 12 ICRC IHL study ==== 3. Natural Environment ==== The environment has been called a "silent victim" of war.<ref>UN Environment Programme, Rooting for the Environment in Times of Conflict and War, Press release from 6 November 2019, available at https://www.unep.org/news-and-stories/story/rooting-environment-times-conflict-and-war (last visited 15 March 2022)</ref> Art. 35(3) Additional Protocol I (AP I), regulating international armed conflicts, specifically protects the "natural environment" from "widespread, long-term and severe damage." This provision has never been applied to an actual conflict since either some states to the conflict were not a party to Additional Protocol I and AP I did hence not apply.<ref>?</ref> Moreover, the undefined threshold of Art. 35(3) AP I has never been reached due to its vagueness, not even in the cases of the Vietnam war and the deployment of Agent Orange, or of the burning oil wells in Kuwait in 1991. During the negotiations of AP I, no consensus among states was reached regarding the definitions of the threshold. For instance, it is unclear whether "long-term" is measured in years or decades, based on the travaux préparatoires the latter seems to be the case.<ref>?</ref> Simultaneously to the negotiation of AP I, states drafted and adopted the Convention on the Prohibition of Military or Any Other Hostile Use of Environmental Modification Techniques (ENMOD Convention) which contains a similar threshold with almost identical wording ("widespread, long-lasting or severe"). In this case, however, states were able to agree on a definition in a memorandum of understanding: long-lasting, for instance, means "lasting for a period of months, or approximately a season" in terms of the ENMOD Convention.<ref>See https://ihl-databases.icrc.org/applic/ihl/ihl.nsf/Article.xsp?action=openDocument&documentId=A951B510E9491F56C12563CD0051FC40 (last visited 15 March 2022)</ref> In addition to the specific protection the "natural" environment enjoys under Art. 35(3) AP I (similar protection of the "natural" environment is also included in Art. 55(1) AP I and linked to the survival of the civilian population), elements of the environment can constitute civilian objects,<ref>See Droege/Tougas, The Protection of the Natural Environment in Armed Conflict–Existing Rules and need for further legal protection, Nordic Journal of International Law 2013, p. 23</ref> since they rarely serve military purposes and hence only rarely represent a military object that can lawfully be attacked. The principle of distinction thus protects the environment. The other cardinal principles of the law of armed conflict, like proportionality, military necessity, and precautions in an attack, also require the belligerent parties to at least consider the protection of the environment in their conduct of hostilities.<ref>See ICJ, Legality of the Threat or Use of Nuclear Weapons, Advisory Opinion from 8 July 1996, ICJ Rep. 1996, para. 30: "[…] States must take environmental considerations into account when assessing what is necessary and proportionate in the pursuit of legitimate military objectives. Respect for the environment is one of the elements that go to assessing whether an action is in conformity with the principles of necessity and proportionality.”</ref> In non-international armed conflicts, which are regulated by common Art. 3 to the Geneva Conventions and Additional Protocol II, there exists no specific provisions on the environment, hence the cardinal principles as well as the protection of elements of the environment as civilian objects apply. In the 2005 ICRC study on customary international humanitarian law, three rules were identified that protect the natural environment.<ref>Cf. rules 43-45 in chapter 14, available at https://ihl-databases.icrc.org/customary-ihl/eng/docindex/v1_cha_chapter14 (last visited 15 March 2022)</ref> Additionally, the UN International Law Commission started to analyze the topic "Protection of the Environment in relation to Armed Conflicts" in 2011 in order to clarify and enhance the protection of the environment in relation to armed conflict. - IEL? - IHRL? ==C. Interplay with Other Fields of Public International Law== === I. Human Rights Law === === II. International Environmental Law === === III. International Investment Law === === IV. International Criminal Law === ==Further Readings== * Source I * Source II ==Conclusion== * Summary I * Summary II <!--Please do not delete the part under this comment--> {{OpenRewi/Chapter-End}} {{BookCat}} pvq2lrjzqjy5tccq2fsyzik7j1b5ds9 4089961 4089842 2022-08-10T09:43:13Z IUllah 3358489 /* A. General Introduction to the Law of Armed Conflict */ wikitext text/x-wiki <p style="clear: both;"></p> {{OpenRewi/Chapter-Top}} <p style="clear: both;"></p> <!--Please do not delete the part above this comment--> {{Template:OpenRewi/WIP}}<!--You can delete this template as soon as your text is (provisionally) finished--> <big>Author:<!--Anne Dienelt and Imdad Ullah --></big> <blockquote>Required knowledge: Link<!--Please insert links to other parts of the book or other books that are needed as prior knowledge--> </blockquote> <blockquote>Learning objectives: Understanding XY.<!--Please enter the learning objective for your chapter--> </blockquote> This is where the text begins.<ref>The first footnote. Please adhere to [https://www.law.ox.ac.uk/sites/files/oxlaw/oscola_4th_edn_hart_2012.pdf OSCOLA] when formating citations. Whenever possible, provide a link with the citation, ideally to an open-access source.</ref> This template follows [[Wikibooks:WikiProject_OpenRewi_-_Open_Legal_Science/Styleguide|our style guide]]. Please take into account our [[Wikibooks:WikiProject_OpenRewi_-_Open_Legal_Science/Didactics|guidelines for didactics]]. If you're wondering how to create text in Wikibooks, feel free to check out our guide on [[Wikibooks:WikiProject_OpenRewi_-_Open_Legal_Science/Writing|how to write]] in Wikibooks. {{OpenRewi/Advanced|Reference=Example|Content=This is your advanced content. You can create this text box using our template "Advanced". How to do this is described [[Wikibooks:WikiProject_OpenRewi_-_Open_Legal_Science/Writing|here]].}} {{Template:OpenRewi/Example|Content=This is your example.|Reference=to example topic}} {{Template:OpenRewi/Test|Link=https://openrewi.org/en/projects/project-public-international-law/history-theory-methods/#PIL-test}} Just replace the content above and below with your content. ==A. General Introduction to the Law of Armed Conflict == ==== I. Geneva Conventions and Additional Protocols ==== As a historical fact, there has not been a phenomenon as consistent as violence. The sheer prevalence of violence thus gave way to serious efforts to invent rules, in ways that, those not ''directly'' taking part in violence could be protected from its horrible consequences. Human history suggests that rules and regulations to limit the damages to human sufferings and means of their sustenance were present as early as 3000 BC. Though during those times the content of these rules was not purely humanitarian, yet their effect was ''certainly'' humanitarian. For instance, one rule of the African traditional law prohibited the poisoning of wells. Given the fact of the legal understanding of the contemporary communities, wherein tribalism triumphed over the promotion of common humanitarian values, and norms---one might question the humanitarian nature of such a law. Nonetheless one cannot ignore the humanitarian effects of such laws---striving to ebb the human sufferings by making violence less miserable.<ref>Marco Sassòli, Antoine Bouvier and Anne Quintin, ''How Does Law Protect in War? Cases, Documents and Teaching Materials on Contemporary Practice in International Humanitarian Law'', Vol. I, 3rd ed. (Geneva: ICRC Publications, 2011), p. 1.</ref> And the law aiming to make the wars less inhumane is called law of armed conflict. Alternatively, it is also called International Humanitarian Law or ''Jus in Bello''. Hence as an accumulation effect of the centuries' old laws, customs, norms, and traditions in making warfare humane, the modern law of armed conflict took birth against the backdrop of the utterly terrible violence during the battle of Solferino in 1859.<ref>Fought between the French troops, allied to the Sardinians and the Austrians troops on June 24, 1859, the battle of Solferino is among the deadliest wars in Europe. It left 6,000 dead and 40,000 wounded on the very first day of the armed encounter. In fact, the sufferings of unattended wounded gave way to the formation of the Red Cross. For details, see "The battle of Solferino," available at https://www.icrc.org/en/doc/resources/documents/misc/57jnvr.htm </ref> The plight of wounded soldiers left to die on the battlefield, later on, compelled the International Committee of the Red Cross (ICRC) to devise laws to protect the wounded in wars. As a result of these efforts, the first diplomatic conference in Geneva in 1864 adopted the Geneva Convention for the Amelioration of the Condition of the Wounded in Armies in the Field.<ref>Marco Sassòli, Antoine Bouvier and Anne Quintin, ''How Does Law Protect in War? Cases, Documents and Teaching Materials on Contemporary Practice in International Humanitarian Law'', Vol. I, 3rd ed. (Geneva: ICRC Publications, 2011), p. 2.</ref> To discuss and promulgate this Convention, 16 states from across Europe and Latin America participated in the first Geneva Conference agreeing to the principles directed at the care for the wounded at the battlefield without any distinction of the nationality. The Convention came into effect in 1865.<ref>For further details of this Convention and its different articles, see "Convention for the Amelioration of the Condition of the Wounded in Armies in the Field. Geneva, 22 August 1864," available at https://ihl-databases.icrc.org/ihl/INTRO/120</ref> In addition to the Geneva Conventions before the First World War, the role of the Hague Peace Conferences is also important in laying down rules and regulations aiming to give warfare a relatively more humane character. Specifically, the Second Peace Conference which was held in 1907, laid down detailed rules and regulations related to the conduct of Naval warfare. These rules were, subsequently, also enshrined in numerous Geneva Conventions.<ref>Frits Kalshoven and Liesbeth Zegveld, ''Constraints on the Waging of War: An Introduction to International Humanitarian Law'' (Geneva: ICRC Publications, 2001), pp. 22-24. For non-Western but Islamic contributions, see Ahmed Al-Dawoody, "Islamic law and international humanitarian law: An introduction to the main principles," ''International Review of the Red Cross,'' Vol. 99, No. 3 (2017), pp. 995-1018; and Mohamed Badar, "Ius in Bello under Islamic International Law," ''International Criminal Law Review'', Vol. 13, No 3 (2013), pp. 593-625.</ref> The horrific violence directed against both the civilians and soldiers during the First World War gave way to urgency in formulating universally applicable rules and regulations to curtail the horrendous character of modern warfare. To translate this vision into action, ICRC and the Swiss Government convened the diplomatic conference to devise binding rules to care for the sick and wounded. It also formulated detailed rules to address the issue of prisoners of war. Subsequently, once more and after the Second World War in 1949, a diplomatic conference under the auspices of ICRC and the Swiss Government was held in Geneva aiming to expand the scope of earlier conventions and to enshrine rules aiming at the protection of civilian populations both in times of war and under foreign occupation. Most importantly though the said conference agreed to incorporate a common article in all the conventions narrating the applicability of these rules in international as well as non-international armed conflicts.<ref>Frits Kalshoven and Liesbeth Zegveld, ''Constraints on the Waging of War: An Introduction to International Humanitarian Law'' (Geneva: ICRC Publications, 2001), pp. 27-29.</ref> ==== 3. Weapons Law ==== The character of certain weapons is central to end unnecessary sufferings and superfluous injuries in warfare. That is why early instruments like the 1868 St. Petersburg Declaration and the Hague Declarations and Regulations prohibited certain weapons causing suffering among the targeted persons. More specifically, the St. Petersburg Declaration banned exploding bullets causing unnecessary injuries.<ref>Declaration Renouncing the Use, in Time of War, of Explosive Projectiles Under 400 Grammes Weight. Saint Petersburg, 29 November / 11 December 1868, available at https://ihl-databases.icrc.org/ihl/full/declaration1868</ref> Later on, 1899/1907 Hague Declarations and Regulations also enshrined and protected this ban. Whereof, under the rule, the uses of projectiles, explosives from balloons, and asphyxiating gases were impermissible. Today, the law of armed conflict contains specific rules on the choice of weapons as means of warfare and is complemented by weapons law in the form of treaties related to different weapons, such as the 1972 Biological Weapons Convention, the 1993 Chemical Weapons Convention, or the 1980 Convention on Certain Conventional Weapons. <ref>ICRC, "Weapons", article from 30 November 2011 available at https://www.icrc.org/en/document/weapons </ref> Moreover, speaking of the nuclear weapons though not ''outrightly'' banned by any treaty or court decisions so far, yet the International Court of Justice (ICJ) was categorical in questioning the applicability of the principle of proportionality in context of the usage of nuclear weapons in warfare.<ref>For further details, see in ''Legality of the Threat or Use of Nuclear Weapons, Advisory Opinion'', I.C.J. Reports 1996, available at https://www.icj-cij.org/public/files/case-related/95/095-19960708-ADV-01-00-EN.pdf</ref> In recent times, debates surrounding the banning of autonomous and semi-autonomous also fall under the weapons law and might end up someday as an instrument of such a law. ==== 4. Customary Law ==== Even in the absence of any specific treaty law, parties in a conflict made efforts to spare the lives of innocent civilians, treated prisoners humanely, as well as exchanged prisoners of war at the conclusion of hostilities. These norms, as an effect of the consistent practice and juridical value on the part of warring parties gradually emerged as customary rules of international law.<ref>Frits Kalshoven and Liesbeth Zegveld, ''Constraints on the Waging of War: An Introduction to International Humanitarian Law'' (Geneva: ICRC Publications, 2001), p. 15. </ref> These customs then became part of the various treaty laws in one form or the other. Nonetheless, they also continued maintaining their ''distinctive'' status as customary International Humanitarian Law. In this context, one might raise questions that given the fact that customary rules find expressions in treaty laws, then why do they need to continue having separate existence as the customary laws? The answer lies in the fact that there can be a state which is non-party to treaty law and may claim exemptions from the humanitarian laws. Despite these efforts, such a state would find it hard to claim any exemption because of the customary rules. For further details, see the section on Customary [[Public International Law/Sources of International Law/Customary Law|Laws]]. ===II. Principles of the Law of Armed Conflict=== Various treaties and customary laws enshrine the principles of the law of armed conflict. They are then applicable to both international and non-international armed conflicts. They aim to regulate the conduct of hostilities to "humanize" the warfare without questioning the justifications of the recourse to war itself. Moreover, these principles help ensure a balance between military necessity and humanitarian protection. Herein, it is important to understand {{OpenRewi/Advanced|Reference=Treatment of Non-state Actors in Non-international Armed Conflicts|Content=While international armed conflicts involve international actors (states), non-international armed conflicts include violent non-state actors, at least as one party in such conflicts. In this context, however, it is noteworthy that the treatment of non-state actors under non-international armed conflicts does not aim to grant them any legitimacy rather it strives to safeguard the innocent humans in armed conflicts.}} ==== 1. Humanity ==== Wars, by the use of deadly weapons of warfare, inherently, involve a horrible display of human conduct. Certain laws, on the contrary, strive to give war a humane character by prohibiting cruel and inhuman treatment of opponents. By laying emphasis upon the humane treatment of prisoners of war,<ref>Instructions for the Government of Armies of the United States in the Field (Lieber Code). 24 April 1863, available at https://ihl-databases.icrc.org/applic/ihl/ihl.nsf/Article.xsp?action=openDocument&documentId=0E91FD21E67035CCC12563CD00514E42</ref> the scope of the relevant laws later expanded to include wounded, sick, shipwrecked as well as those no longer directly participating in war. For example, Article 3 which is common to all Geneva Conventions prohibits the inhumane treatment of all those persons who are not, as well as no more taking part in warfare.<ref>Convention (I) for the Amelioration of the Condition of the Wounded and Sick in Armed Forces in the Field. Geneva, 12 August 1949, available at https://ihl-databases.icrc.org/applic/ihl/ihl.nsf/WebART/365-570006?OpenDocument</ref> Subsequently, the principle of humanity was further elaborated in Additional Protocol I through Article 75(1): whereof the said Article provides that it is incumbent upon all parties in a conflict that humans <blockquote>under this Protocol shall be treated humanely in all circumstances and shall enjoy, as a minimum, the protection provided by this Article without any adverse distinction based upon race, colour, sex, language, religion or belief, political or other opinion, national or social origin, wealth, birth or other status, or on any other similar criteria. Each Party shall respect the person, honour, convictions and religious practices of all such persons.<ref>Protocol Additional to the Geneva Conventions of 12 August 1949, and relating to the Protection of Victims of International Armed Conflicts (Protocol I), 8 June 1977, available at https://ihl-databases.icrc.org/ihl/WebART/470-750096?OpenDocument</ref></blockquote>Article 4 of Additional Protocol II further emphases that no circumstance in warfare can deprive a human of its right to be treated as human.<ref>Protocol Additional to the Geneva Conventions of 12 August 1949, and relating to the Protection of Victims of Non-International Armed Conflicts (Protocol II), 8 June 1977, available at https://ihl-databases.icrc.org/ihl/WebART/475-760008?OpenDocument</ref> Besides the fact of being enshrined and underlined in various treaty laws, the principle of humanity has also become an important norm of customary international law.<ref>For a detailed treatment of this principle as a customary norm, see Jean-Marie Henckaerts and Louise Doswald-Beck, ''Customary International Humanitarian Law'', Vol. I (Cambridge: Cambridge University Press, 2005), pp. 306-343.</ref> Such an importance thus underlines that, be a state or non-state violent actor, they are equally liable to uphold the principle of humanity. ==== 2. Distinction ==== Distinction implies ''who'' and ''what'' can be targeted or not, when perpetrating violence. Due to its centrality within the legal discourse, distinction has emerged as a primary principle of general as well as customary international law. Underlining the fact, the International Court of Justice referred distinction as the 'cardinal' principle of International Humanitarian Law.<ref>"Legality of the Threat or Use of Nuclear Weapons," ICJ Advisory Opinion,1996, para. 226, p. 78.</ref> In the conduct of hostilities while civilians and civilian objects are never a lawful target, military objects and combatants can lawfully be attacked. Nevertheless, under certain conditions, there can be permissible collateral damage to civilians and civilian objects. For a meaningful understanding and interpretation of this principle, however, it is important to read it in relation to other rules ensuring the safety of civilians, until and unless, they ''directly'' participate in hostilities and prohibiting attacks against those persons categorized as ''hors de combat.''<ref>Jean-Marie Henckaerts and Louise Doswald-Beck, ''Customary International Humanitarian Law,'' Vol. I (Cambridge: Cambridge University Press, 2005), p. 3. </ref> Historically every code of violent conduct and legal tradition stressed, albeit in varying degrees, sparing those humans and objects not engaging in violence and not becoming accessories to it. Within the secular tradition, however, the principle of distinction was set down, for the first time, in the St. Petersburg Declaration of 1868. The Declaration states "the only legitimate object which States should endeavor to accomplish during war is to weaken the military forces of the enemy".<ref>Declaration Renouncing the Use, in Time of War, of Explosive Projectiles Under 400 Grammes Weight. Saint Petersburg, 29 November / 11 December 1868, available at https://ihl-databases.icrc.org/applic/ihl/ihl.nsf/Article.xsp?action=openDocument&documentId=568842C2B90F4A29C12563CD0051547C</ref> The 1899/1907 Hague Regulations (Article 25) meanwhile though did not, specifically, use the word 'civilians' yet they sought to outlaw "the attack or bombardment, by whatever means, of towns, villages, dwellings, or buildings which are undefended".<ref>Convention (IV) respecting the Laws and Customs of War on Land and its annex: Regulations concerning the Laws and Customs of War on Land. The Hague, 18 October 1907, available at https://ihl-databases.icrc.org/applic/ihl/ihl.nsf/Article.xsp?action=openDocument&documentId=D1C251B17210CE8DC12563CD0051678F</ref> Which might be interpreted as an attempt to protect the civilians in wars and draw a distinction between those armed to take part in the fighting and those avoid becoming accessory to it. Speaking of the modern treaty law relating to the law in war, Article 48 of the 1977 Additional Protocol I to the Geneva Conventions of 1949 provides that <blockquote>(I)n order to ensure respect for and protection of the civilian population and civilian objects, the Parties to the conflict shall at all times distinguish between the civilian population and combatants and between civilian objects and military objectives and accordingly shall direct their operations only against military objectives.<ref>Protocol Additional to the Geneva Conventions of 12 August 1949, and relating to the Protection of Victims of International Armed Conflicts (Protocol I), 8 June 1977, available at https://ihl-databases.icrc.org/ihl/WebART/470-750061?OpenDocument</ref> </blockquote>With their emphasis in varying degree, thus, all the above mentioned legal rules note the importance of taking utmost care in military operations to ensure that no civilian or civilian object falls victim to the violence, characteristically, meant to be directed against combatants or military objectives. ===== a) Combatants and Military Objects ===== Specifically defining combatants and military objects, Article 57 (2)(b) of the Additional Protocol I states that <blockquote>an attack shall be canceled or suspended if it becomes apparent that the objective is not a military one or is subject to special protection or that the attack may be expected to cause incidental loss of civilian life, injury to civilians, damage to civilian objects, or a combination thereof, which would be excessive in relation to the concrete and direct military advantage anticipated.<ref>Protocol Additional to the Geneva Conventions of 12 August 1949, and relating to the Protection of Victims of International Armed Conflicts (Protocol I), 8 June 1977, available at https://ihl-databases.icrc.org/ihl/WebART/470-750073</ref></blockquote>The said Article stresses that it is important to direct armed attacks ''only'' against combatants and military objects. The realization of this objective is so central in upholding laws in war that an armed attack ought to be cancelled at any stage of planning or execution rather than harming non-combatants or non-military objects. ===== b) Civilians and Civilian Objects ===== To ensure the safety of civilian lives in wars, Article (13)2 of Additional Protocol II prohibits attacking civilian populations as well as treating any civilian person as an object of attack. It also outlaws those attacks or threats of violence causing terror among the civilians.<ref>Protocol Additional to the Geneva Conventions of 12 August 1949, and relating to the Protection of Victims of Non-International Armed Conflicts (Protocol II), 8 June 1977, available at https://ihl-databases.icrc.org/ihl/WebART/475-760019?OpenDocument</ref> In the same vein, Article 57(1) of the Additional Protocol I states that "in the conduct of military operations, constant care shall be taken to spare the civilian population, civilians and civilian objects". The said Protocol, furthermore, laying out the point of the centrality of the safety of civilians, in its sub-Article 57 (2)(a)(ii) stresses that all parties in a conflict should take utmost care ‘‘in the choice of means and methods of attack with a view to avoiding, and in any event to minimizing, incidental loss of civilian life, injury to civilians and damage to civilian objects".<ref>Protocol Additional to the Geneva Conventions of 12 August 1949, and relating to the Protection of Victims of International Armed Conflicts (Protocol I), 8 June 1977, available at https://ihl-databases.icrc.org/ihl/WebART/470-750073</ref> ==== 3. Military Necessity ==== In armed conduct, military necessity comes into play when translating the military objectives into violent force deployment. It also sets benchmarks for qualifying the means and methods in a military operation. More precisely, Article 4 of the Leiber Code defines military necessity, "as understood by modern civilized nations, consists in the necessity of those measures which are indispensable for securing the ends of the war, and which are lawful according to the modern law and usages of war".<ref>Francis Lieber, U.S. War Department, General Orders No. 100: Instructions for the Government of Armies of the United States in the Field (1863), available at https://avalon.law.yale.edu/19th_century/lieber.asp</ref> However, it is also noteworthy that while military necessity might be an outcome of military objectives, yet every violent act ought to have its own justification for qualifying as a permissible act in warfare. And such a justification should entail the requirements of another basic principle of warfare, and that is proportionality.<ref>Oscar Schachter and Frits Kalshoven, ''Proceedings of the Annual Meeting'' (American Society of International Law), Vol. 86 (April 1-4, 1992), p. 41. </ref> As part of earlier attempts to explain and codify this norm, Article 23(g) of the Hague Regulations of 1899/1907 prohibited "to destroy or seize the enemy's property, unless such destruction or seizure be imperatively demanded by the necessities of war".<ref>Convention (IV) respecting the Laws and Customs of War on Land and its annex: Regulations concerning the Laws and Customs of War on Land. The Hague, 18 October 1907, available at https://ihl-databases.icrc.org/ihl/WebART/195-200033?OpenDocument</ref> ==== 4. Proportionality ==== In any given armed conflict, proportionality entails the essence of perpetrating lawfully acceptable violence when conducting hostilities. Due to its centrality in assessing the justifications of warfare, the principle of proportionality is enshrined in various principles as explained above. Exclusively, it is elaborated in Articles 51 and 57 of the Additional Protocol to the Geneva Conventions of 1949. Whereof Article 51(5)(b) states that "an attack which may be expected to cause incidental loss of civilian life, injury to civilians, damage to civilian objects, or a combination thereof, which would be excessive in relation to the concrete and direct military advantage anticipated".<ref>Protocol Additional to the Geneva Conventions of 12 August 1949, and relating to the Protection of Victims of International Armed Conflicts (Protocol I), 8 June 1977, available at https://ihl-databases.icrc.org/ihl/WebART/470-750065</ref> However, the said article, in view of the usage of humans as shields---emphasizes that such treatment of civilians will not make the military targets immune from attacks.<ref>Article 51(7), Protocol Additional to the Geneva Conventions of 12 August 1949, and relating to the Protection of Victims of International Armed Conflicts (Protocol I), 8 June 1977.</ref> Resultantly, the responsibility for the losses to the civilian lives shall lie with those using humans as shields. Moreover, in addition to the Geneva Conventions, Amended Protocol II to the Convention on Certain Conventional Weapons in its Article 3(8)(a,b,c) also emphasizes the principle of proportionality by prohibiting indiscriminate usage of conventional weapons against the civilian populations and the civilian inhabited dwellings.<ref>Protocol on Prohibitions or Restrictions on the Use of Mines, Booby-Traps and Other Devices as amended on 3 May 1996 (Protocol II to the 1980 CCW Convention as amended on 3 May 1996), available at https://ihl-databases.icrc.org/applic/ihl/ihl.nsf/Article.xsp?action=openDocument&documentId=55F0A5E12A51A635C12563FB00611D95</ref> With regard to the interpretation of this principle, it is a common understanding among states that 'direct military advantage' speaks of the operation as a whole advantage and shall not be assessed against every bit and part of the attack.<ref>For further details, see Jean-Marie Henckaerts and Louise Doswald-Beck, ''Customary International Humanitarian Law'', Vol I (Cambridge: Cambridge University Press, 2005), pp.49-51.</ref> ==== 5. To Take all Feasible Precautions ==== A primary norm of the customary international humanitarian law, the principle of precaution was initially set out in Article 2 of the 1907 Hague Convention (IX). The said article provides that given the presence of a military target inside an undefended town or port, it is absolutely important for the military commander to "take all due measures in order that the town may suffer as little harm as possible".<ref>Convention (IX) concerning Bombardment by Naval Forces in Time of War. The Hague, 18 October 1907, available at https://ihl-databases.icrc.org/applic/ihl/ihl.nsf/Article.xsp?action=openDocument&documentId=C27C2D1A0E0C2C35C12563CD00516DB5</ref> Subsequently, this principle was further ''thoroughly'' explained and codified through Article 57 of the Additional Protocol I to the Geneva Conventions of 1949. As the Article states that it is incumbent upon the warring parties to "do everything feasible to verify that the objectives to be attacked are neither civilians nor civilian objects and are not subject to special protection".<ref>Article (57)(2)(a)(i), Protocol Additional to the Geneva Conventions of 12 August 1949, and relating to the Protection of Victims of International Armed Conflicts (Protocol I), 8 June 1977, available at https://ihl-databases.icrc.org/ihl/WebART/470-750073</ref> The emphasis on precautions to spare the civilians from the consequences of warfare has been serious and consistent as was shown by a UN General Assembly Resolution in 1970, which stated that "in the conduct of military operations, every effort should be made to spare civilian populations from the ravages of war, and all necessary precautions should be taken to avoid injury, loss or damage to civilian populations".<ref>UN General Assembly, Res. 2675 (XXV), 1970, available at https://undocs.org/en/A/RES/2675(XXV)</ref> Likewise, the Second Protocol to the Hague Convention for the Protection of Cultural Property also incorporates the element of precaution in conducting violence.<ref>Article 7, Second Protocol to the Hague Convention of 1954 for the Protection of Cultural Property in the Event of Armed Conflict The Hague, 26 March 1999, available at https://ihl-databases.icrc.org/applic/ihl/ihl.nsf/Article.xsp?action=openDocument&documentId=98D6720D8AE6D20F412567BB0052C84E</ref> Following the laid down rules and fulfilling their responsibility to protect civilian lives, most of the states, in one way or the other, thrashed out the principle of precaution in their military manuals to train the professional armed forces. ===III. Actors in the Law of Armed Conflict=== ==== 1. States ==== States<!-- Please insert a link to the states chapter in this textbook --> as traditional subjects of international law play an important role in the law of armed conflict like in any other field of public international law. For centuries, they have been an important actor in armed conflicts: They have started armed conflicts, they have participated in hostilities, they occupied territory and they came together to negotiate armistices. In collective efforts, states also assembled at international peace conferences, like the ones leading to the conclusion of the first Geneva Convention, the Hague Regulations or the Geneva Conventions from 1949. The role of states is also illustrated in the two categories of armed conflicts that exist in the law of armed conflicts (cf. common articles 2 + 3 to the Geneva Conventions): There are international armed conflicts between two or more states and there are so-called non-international armed conflicts that relate to conflicts between a state and a non-state actor or between several non-state actors on the territory of a state. Depending on this classification,<ref>See ICRC, Commentary GC I, pp 81–82 para. 224, available at https://ihl-databases.icrc.org/applic/ihl/ihl.nsf/Comment.xsp?action=openDocument&documentId=BE2D518CF5DE54EAC1257F7D0036B518#_Toc452041593; D. Akande, Classification of Armed Conflicts: Relevant Legal Concepts, in: E. Wilmshurst (ed.), International Law and the Classification of Conflicts (OUP, 2012), pp 32–79; J. K. Kleffner, Scope of Application of International Humanitarian Law, in: Fleck (ed.), Handbook of International Humanitarian Law, 4th ed., 2021, p. 52, para. 3</ref> a different set of rules and principles applies. While international armed conflicts are regulated by the four Geneva Conventions and Additional Protocol I (as well as by custom), non-international armed conflicts are governed by common Art. 3 to the Geneva Conventions and Additional Protocol II. If a state that is involved in a non-international armed conflict is not a party to Additional Protocol I, only common Art. 3 of the Geneva Conventions applies together with customary rules and principles. <s>In sum, states participate in armed conflicts and they create the rules governing such conflicts.</s> ==== 2. Non-State Actors ==== Over the past decades, more and more non-international armed conflicts broke out, with one state fighting organized armed groups within its territory (cf. common Art. 3 to the Geneva Conventions). This explains the rise of so-called non-state actors. In armed conflicts like the ones in Syria or Colombia but also in the aftermath of 9/11, rebel and terrorist groups were parties to the conflict and participated in the hostilities as armed non-state actors. The law of armed conflict directly addresses them in common Art. 3 to the Geneva Conventions and in Additional Protocol II. There are other non-state actors involved in armed conflicts, such as private military and security companies that support a party to the conflict. Despite their active role in conflicts, non-state actors do not participate in the actual law-making procedure in the law of armed conflicts. They are not a party to any treaties in the law of armed conflict, which are concluded between states exclusively. In peace negotiations, on the other hand, non-state actors participate together with states. Their actions are also only indirectly considered when interpreting the law of armed conflict,<ref>Cf. conclusion 7 and its commentary of the ILC's draft conclusions on subsequent agreements and subsequent practice in relation to the interpretation of treaties with commentaries, available at https://legal.un.org/ilc/texts/1_11.shtml</ref> and when identifying rules and principles of customary law.<ref>Cf. conclusion 4, para 4 of the ILC's draft conclusions on the identification of customary international law with commentaries, available at https://legal.un.org/ilc/texts/1_13.shtml</ref> In the past, there have been issues with armed non-state actors and their compliance with the laws of armed conflict.<ref>Bellal/Casey-Maslen, Enhancing Compliance with International Law by Armed Non-State Actors, Goettingen J. Int'l L. 2011, pp 175-197; see e.g. the initiative Geneva Call who aims at enhancing compliance of armed non-state actors in their conduct of hostilities to improve the protection of civilians: https://www.genevacall.org/</ref> I<s>n sum, non-state actors participate in the conduct of hostilities against states and are addressed by the law of armed conflict, but they do not participate in the law-making process.</s> ==== 3. The International Committee of the Red Cross ==== The International Committee of the Red Cross (ICRC) is the "guardian"<ref>ICRC blog, What is the ICRC's role in developing and ensuring respect for IHL?, available at https://blogs.icrc.org/ilot/2017/08/14/what-is-the-icrc-s-role-in-developing-and-ensuring-respect-for-ihl/ </ref> of the law of armed conflict. Established in 1863 by Henry Dunant after the Battle of Solferino<ref>Dunant, A Memory of Solferino, available at https://shop.icrc.org/a-memory-of-solferino-pdf-en.html</ref> as an association governed by Article 60 and following of the Swiss Civil Code, the ICRC is mandated to protect people affected by armed conflicts and violence. As a traditional subject of international law<!-- Please insert a link to the subject/actors part of this textbook -->, it enjoys a special international legal status that is different than the one from NGOs or international organizations. The ICRC is guided by seven principles: Humanity, Impartiality, Neutrality, Independence, Voluntary service, Unity & Universality,<ref>See ICRC, Research guide "The Fundamental Principles of the International Red Cross and Red Crescent Movement," available at https://blogs.icrc.org/cross-files/the-fundamental-principles-of-the-international-red-cross-and-red-crescent-movement/</ref> which guarantee access to all parties to a conflict. ==== 4. Others ==== ===IV. Use of Force and the Law of Armed Conflict=== ==B. Selection of Current Challenges in the Law of Armed Conflict == Beyond the frontiers of laying down elaborative and consensual rules to make violence less miserable in wars there lies the challenge of inventing and deploying weapons which might not impede the human capacity and willingness to abide by these rules. In present times, with the invention and introduction of various new technologies of warfare, such a challenge has become more pronounced than ever. The following discussion highlights some of these challenges. === I. New Technologies=== ==== 1. Semi-Autonomous Weapons ==== In terms of the revolutions in warfare technology, the twenty-first century is proving to be the most advancement frenzy so far. Whereof the leap from manned military technology to the unmanned was rapid and reciprocal. Such a swiftness in development and deployment when provides the strategic and operational edge, it also raises numerous legal questions in upholding the ''jus in bello'' principles of warfare like distinction, necessity, proportionality, etc. Due their widespread usage against non-state actors, combat drones raised these questions more often. For their precision and persistence in killing, combat drones were presented as 'weapon of choice'.<ref>“Remarks of Director of Central Intelligence Agency, Leon E. Panetta, at the Pacific Council on International Policy”, ''CIA'', May 18, 2009, available at <nowiki>https://www.cia.gov/newsinformation/speeches-testimony/directors-remarks-at-pacific-council.html</nowiki> </ref> Whereas in terms of saving lives of those deploying the combat drones, the results are ''certainly'' positive. However, the losses of lives when targeting the alleged terrorists, are in many cases, not proportionate to the actual security threat they pose. For instance, in cases of the US drone attacks against terrorists in Pakistan, Yemen, and Somalia, various governmental and non-governmental studies point to the fact that in contrast to their technological reputation for precision---combat drones are not that much ''precise'', operationally.<ref>“Living under Drones: Death, Injury and Trauma to Civilians from US Drone Practice in Pakistan”, International Human Rights and Conflict Resolution Clinic, Stanford Law School and Global Justice Clinic, New York University School of Law, 2012; Jo Becker and Scott Shane, “Secret ‘Kill List’ Proves a Test of Obama’s Principles and Will”, ''The New York Times'', 29 May 2012, A1; Letta Tayler, “Between a Drone and Al-Qaeda: The Civilian Cost of US Targeted Killing in Yemen”, (New York: Human Rights Watch, 2013); Jane Mayer, “The Predator War: What are the Risks of the C.I.A.’s Covert Drone Program?” ''The New Yorker'', October 26, 2009; and "Daily Situation Report," FATA Secretariat, Ministry of Interior, Pakistan, 2007-2017; Ben Emmerson, “Report of the Special Rapporteur on the Promotion and Protection of Human Rights and Fundamental Freedoms While Countering Terrorism,” ''UN Document A/68/389'', September 18, 2013; Philip Alston, “Report of the Special Rapporteur on extrajudicial, summary or arbitrary executions”, presented to the Human Rights Council, 14th session, May 28, 2010, </ref> Nonetheless, the US remains adamant that the combat drones are precise and avoid losses to the innocent lives. For example, the Obama administration in its report disclosing the civilian killings in drone warfare in 2016 recorded that the civilian deaths are less than 200.<ref>Karen DeYoung and Greg Miller, “White House Releases its Count of Civilian Deaths in Counterterrorism Operations under Obama”, ''The Washington Post'', July 1, 2016. </ref> However, a closer scrutiny of these numbers suggests that perhaps the US government counts only children and women deaths as civilians. And the rest are eligible targets under the laws in war, at least according to the US government. It seems even more probable proposition because various reports counting the deaths out of the US combat drones also estimate that there are children and women killed in drone warfare and their numbers are almost equal to the US estimates of total civilian deaths.<ref>For details, see Peter Bergen, David Sterman and Melissa Salyk-Virk. “America’s Counterterrorism Wars," The New America Foundation'','' 2020, available at https://www.newamerica.org/in-depth/americas-counterterrorism-wars/; and Civilian Casualties & Collateral Damage”, ''LAWFARE'', available at https://www.lawfareblog.com/civilian-casualties-collateral-damage?__cf_chl_captcha_tk__=4BIlxf_LBxZR1Xu5pL3CSbSRrgr.N4OUm54YU9qwWh4-1636355500-0-gaNycGzNCKU </ref> In view of these discrepancies surrounding the loss of innocent lives, one may notice that the dispute over evidence while on the one hand seems to be inherent when it comes to the application of laws in war. On the other, it points to the fact of the ''mere'' confidence of the governments in the precision of combat drones. However, at times, such confidence did translate into reality of precision strike, as combat drones pinpointed the terrorists on various occasions. For instance, the killing of a Pakistani Taliban leader in a drone strike, wherein the missile attack was so precise that even it did not cause any harm to the house, bore testimony to this fact.<ref>Imdad Ullah, ''Terrorism and the US Drone Attacks in Pakistan: Killing First'' (London, New York: Routledge, 2021), p. 131.</ref> In this case, it seems that the drone operators took 'all feasible precautions' before striking down the intended target, and adequately fulfilled the principles of necessity and proportionality. Hence, concerning the technological prowess of combat drones, it is absolutely evident that they have the manifest ability to be precise and proportional. Unlike the soldiers on the battlefield, combat drones do not fear for their safety, and hence, in principle can withstand risks while pinpointing the target. In practice, however, the usage of combat drones, specifically against the violent non-state actors, in recent times, raised more questions, concerning the fulfillment of humanitarian principles than answering them. In this context, one needs to closely study the combat drone deployments in Pakistan, Yemen, and various African states involving the United States and French militaries, against terrorists.<ref>Hugh Gusterson, ''Drone: Remote Control Warfare'' (London: The MIT Press, 2016); “Civilian Casualties & Collateral Damage”, ''LAWFARE'', accessed, January 12, 2020, available at https://www.lawfareblog.com/civilian-casualties-collateral-damage; "Counting Deaths from Drone Strikes", Human Rights Institute, Columbia Law School, 2012, available at https://web.law.columbia.edu/sites/default/files/microsites/human-rights-institute/files/COLUMBIACountingDronesFinal.pdf; “Living under Drones: Death, Injury and Trauma to Civilians from US Drone Practice in Pakistan”. International Human Rights and Conflict Resolution Clinic, Stanford Law School and Global Justice Clinic, New York University School of Law, 2012, available at https://law.stanford.edu/publications/living-under-drones-death-injury-and-trauma-to-civilians-from-us-drone-practices-in-pakistan/; Letta Tayler, “Between a Drone and Al-Qaeda: The Civilian Cost of US Targeted Killing in Yemen,” Human Rights Watch, New York, 2013, available at https://www.hrw.org/node/256485/printable/print; “A Wedding That Became a Funeral,” Human Rights Watch, 2014, available at http:// www.hrw.org / reports / 2014 / 02 / 19 / wedding-became-funeral; and "France's Shadow War in Mali: Airstrikes at the Bounti Wedding," Stoke White Investigations, 2021, available at https://www.swiunit.com/post/france-s-shadow-war-in-mali-airstrikes-at-the-bounti-wedding </ref> ==== 2. AI and Autonomous Weapons ==== Within the context of the weapons of warfare, autonomy is a relative term. It may range as well as encompass launching a weapon into the battlefield to the point of successfully selecting, engaging, and neutralizing the target.<ref>For a detailed treatment of autonomy in autonomous weapons systems and how may it operate in warfare, see Kenneth Payne, "Artificial Intelligence: Artificial Intelligence: A Revolution in Strategic Affairs?" ''Survival'', Vol. 60, No. 5 (2018), pp. 7-32; Giovanni Sartor and Andrea Omicini, "The autonomy of technological systems and responsibilities for their use," in Nehal Bhutta, et al (eds.), ''Autonomous Weapons Systems: Law, Ethics, Policy'' (Cambridge: Cambridge University Press, 2016), pp. 40-65. </ref> To make the concept more understandable, the United States Department of Defense underlines that a weapons system is autonomous when "once activated, (it) can select and engage targets without further intervention by a human operator."<ref>U.S. Department of Defense, "Autonomy in Weapons Systems," directive no. 3000.09 (November 21, 2012). </ref> At a time when, in the case of semi-autonomous weapons while humans remain in the loop when deciding and targeting the enemy combatants on the battlefield, however, with the emergence and usage of the fully automated weapons of warfare, the humans deem to be handing over control over decision as well as practice to engage the opponents to machines. Such an emerging scenario poses serious questions for the laws of warfare. More specifically, it amplifies the challenge to the principle of proportionality whose applicability was already turning out to be a daunting one in case of the semi-autonomous weapons. In this context, one understands that the entire notion of warfare is predicated upon the assumption that when humans face off humans on the battlefield, inherently, such a face-off imposes certain limitations on the excessive use of violence among the adversaries to achieve a particular as well as the general objective of warfare. Whereof humans might decide ''instantly'' that perhaps a certain objective of warfare can be better served by only injuring the enemy combatant rather than killing her. To the contrary, an automated gun would hardly bother to take such an instant decision at the battlefield and spare the life of a human in return for only injuring her. Likewise, speaking of the strategic and nuclear weapons, the mere presence of autonomous weapons on the battlefield can be tempting for the adversary to jump to the conclusion that might these weapons in a first strike scenario---take out the second-strike capability, and therefore, it is prudent to unleash the strategic weapons in advance. Such a scenario while on the one hand can make escalation scenarios in warfare more ''uncertain'' and ''dangerous.'' On the other hand, it can also undermine the principle of proportionality, concerning the particular objective of warfare.<ref>Michael T. Klare, "Autonomous Weapons Systems and the Laws of War," ''Arms Control Today,'' Vol. 49, No. 2 (March 2019), pp. 6-12.</ref> Moreover, AI powered autonomous weapons can also have serious repercussions for the principle of distinction. For instance, though an automated gun is fed with various image classifications such as soldier uniforms, insignias, numerous types of rifles and ammunitions yet the softwares commanding the operations of a gun can be hacked and fed with different image classification. Likewise, there are also chances that a gun may also indulge in automatic fire on the basis of mistaken identity. For example, in certain experiments guns have mistaken turtles as rifles.<ref>Ibid.</ref> However, despite the fact of dominant voices raising serious ethical, legal, and political questions<ref>For details of such voices, see Mary E. O’Connell, "Banning Autonomous Killing— The Legal and Ethical Requirement That Humans Make Near- Time Lethal Decisions," in Matthew Evangelista, and Henry Shue (eds.), ''The American Way of Bombing: Changing Ethical and Legal Norms From Flying Fortresses to Drones'' (New York: Cornell University Press, 2014), pp. 224-235; Rebecca Crootof, "A Meaningful Floor For ‘Meaningful Human Control," ''Temple International and Comparative Law Journal'' , Vol. 30, No. 1 (2016), pp. 53– 62; and Peter Asaro, “Jus nascendi, Robotic Weapons and the Martens Clause,” in Ryan Calo, Michael Froomkin, and Ian Kerr (eds.), ''Robot Law'', (Cheltenham, UK: Edward Elgar Publishing, 2016), pp. 367– 386.</ref> about the nature as well as ''certain'' characteristics of autonomous weapons challenging the humanitarian principles in wars; there are some scholars who point to the fact that perhaps automated killing machines in the battlefield can better comb through the security threat, and thus, without fearing for its own safety, target the militarily vital object or combatant.<ref>Duncan Macintosh, "Fire and Forget: A Moral Defense of the Use of Autonomous Weapons Systems in War and Peace," in Duncan Macintosh and Jens D. Ohlin (eds.), ''Lethal Autonomous Weapons: Re- Examining the Law and Ethics of Robotic Warfare'' (Oxford: Oxford University Press, 2021), pp. 9-23.</ref> In this context, one might presume that innovation in weapons is driven by the understanding that it might spare the lives of those seeking an edge in technology, yet it is also important to understand that these innovations must not make laws in warfare ineffective. For such understanding and reason underpinned the various instruments of international humanitarian law. Beginning with St. Petersburg Declaration and the Hague Declarations and Regulations, it was laid down that along with the precaution, only those weapons should be deployed in warfare which assure the avoidance of unnecessary injury of the targeted persons. Inside, the Geneva Conventions and Additional Protocols, Articles 51 and 57 stressed the importance of avoiding excessive physical as well as material damages when targeting the adversary in a warfare. Avoidance of excessive damage in terms of the autonomous weapons also depends upon the efficient decision-making and such an efficiency depends upon the thorough analysis of the choices made in targeting. Autonomous weapons based on data feeds, however, reach decisions within moments, and thus, might undermine the role of human judgement.<ref>Dan Saxon, "A Human Touch: Autonomous Weapons, Directive 3000.09, and the "Appropriate Levels of Human Judgment over the Use of Force," ''Georgetown Journal of International Affairs'', Vol. 15, No. 2 (Summer/Fall 2014), p. 103. For further details, see Bill Boothby, "How Far Will the Law Allow Unmanned Targeting to Go?" in Dan Saxon, ed., ''International Humanitarian Law and the Changing Technology of War'' (Leiden: Mārtiņus Nijhoff/Brill, 2013), pp. 62-63; and David Akerson, "The Illegality of Offensive Lethal Autonomy," in Dan Saxon, ed., ''International Humanitarian Law and the Changing Technology of War'' (Leiden: Mārtiņus Nijhoff/Brill, 2013), p. 7I. </ref> Already we know that with regard to the semi-autonomous weapons, interplay between human judgement and machines have often produced horrible consequences when it comes to upholding the humanitarian principles in warfare. Autonomous weapons, therefore, do not seem to be offering any better alternatives to humans when taking decisions of applying kinetic force. The fulfillment of humanitarian principles, certainly, demands ''more'' role for the human judgement, not less. ==== 3. Cyber Weapons ==== In present times, a networked world has brought upon an unprecedented level of prosperity, and thus, consequently an extraordinary challenge to secure the very platforms underpinning this networking. In such networks, signals across and within the digital platforms remain ''the'' critical mass. Any ill-intended intrusion or tempering with the signals can turn a benevolent digital tool into a destructive weapon. In this context, spy wares and malicious software codes has already brought down the governmental digital platforms in Estonia and destroyed certain nuclear reactors in Iran. Whereas scenarios like shutting down the electricity grids, bringing down a commercial aero plane, etc., by introducing malware in their control and navigations systems, are also being drawn. These scenarios render the conduct of violence an utterly discreet activity: wherein the questions of distinction and proportionality will once more come to the fore, but in a manner where these humanitarian principles shall be extremely difficult to apply and assess. To begin with, there are questions about terming damages caused by cyber weapons as an 'attack' as well as fixing of the responsibility for such act. The dominant role of violent non-state actors in contemporary violence further complicates the situation and renders questions complex. To answer such questions, International Committee of Red Cross, therefore, notes that ''only'' state practice can help finding adequate answers to these questions.<ref>"International Humanitarian Law and the Challenges of Contemporary Armed Conflicts," ICRC, October 2015, p. 16. </ref> For instance, in cases of damages to Iranian and Estonian infrastructures, there was no claim of responsibility. And meanwhile, when selecting and hitting these targets, there was no regard for the principle of distinction either. Specifically speaking of the principle of distinction, which, along with the Hague Regulations, was effectively laid down in Article 48 of the Additional Protocol I to the Geneva Conventions of 1949 becomes problematic when applied in context of cyber warfare. For example, there can be a scenario that due to the easiness and less costly prospects, at least for the attacker, a military commander decides to shut down an electricity grid by employing a cyber attack so that the command and communication structures of a nearby military installation may be rendered useless, yet the same targeting can also turn off electricity in a nearby hospital and cause scores of deaths. In such a targeting, there is loss of innocent lives albeit as an unintended consequence of a cyber attack. Besides violating the principle of distinction, such an attack also ends up undermining the principles of humanity, military necessity as well as proportionality.<ref>Michael N. Schmitt, ''Tallinn Manual 2.0 on the International Law Applicable to Cyber Operations'' (Cambridge: Cambridge University Press, 2017), pp. 348-50.</ref> To address these issues of uncertainty and complexity, some scholars have suggested to bring in binding international conventions protecting civilian digital platforms.<ref>Davis Brown, "A Proposal for an International Convention To Regulate the Use of Information Systems in Armed Conflict," ''Harvard International Law Journal'', Vol. 47, No. 179 (2006). </ref> Nonetheless, questions shall arise when targeting those platforms powering civilian and military installations simultaneously. In such a scenario, there is never a question of ''either'' and ''or'' rather the digital platform is plugged to both the installations. Speaking of the functioning of cyber platforms, one can assume that such a dilemma will not be specific to the given case rather it will run across numerous platforms, and thus, complicating any military targeting decisions.<ref>For a detailed analysis of this targeting dilemma, see Michael N. Schmitt, "The Law of Cyber Targeting," ''Naval War College Review'', Vol. 68, No. 2 (Spring 2015), pp. 10-29; and Michael N. Schmitt and Eric W. Widmar, “On Target”: Precision and Balance in the Contemporary Law of Targeting," ''Journal of National Security Law & Policy'', Vol. 7 (2014), pp. 379-409. </ref> Hence when a targeting decision is taken and executed, in all probability, it will give rise to questions about the applicability of proportionality. After all, pinpointing a networked target is extremely difficult and chances of indirectly targeting civilian cyber infrastructure while brining downing a military one are higher during a conflict.<ref>Ibid., p. 26.</ref> Massive cyber attacks against the Ukrainian government's digital infrastructure once more points toward such trends and difficulties when targeting cyber objects.<ref>Robert Hart, "Ukraine Hit By ‘Massive Cyber Attack’ As Russia Mobilizes Troops Near Border," ''Forbes'', January 14, 2022, available at https://www.forbes.com/sites/roberthart/2022/01/14/ukraine-hit-by-massive-cyber-attack-as-russia-mobilizes-troops-near-border/?sh=54733e3b1cf2</ref> Tracing of the sources to fix responsibility for usages and damages caused by cyber weapons is another dilemma, potentially, making the violence in war a muddier business and adding another layer of complexity in applying the legal principles to ensure transparency as well as accountability.<ref>For further details, see Schmitt, ''Tallinn Manual 2.0 on the International Law Applicable to Cyber Operations'', pp. 79-104.</ref> Apparently, one can assume that unlike autonomous and semi-autonomous weapons, cyber weapons due to their nature, are indiscriminate and disproportionate. Hence to make their use subject to the given humanitarian rules and principles is bound to pose serious challenges. === II. Protected Groups and Objects ===<!-- In this part, a few footnotes do not contain any sources --> The law of armed conflict was originally created by states to spare the civilian population from the consequences of the conduct of hostilities. Nevertheless, some provisions of the Geneva Conventions and their Additional Protocols address other groups or objects, such as medical personnel and establishments, cultural property, or the natural environment. Indirectly, their protection can often be linked to the protection of civilians and civilian objects, but these provisions install special protection for specific protected groups and objects that differs from the general protection of civilians and civilian objects. The three mentioned examples are only a selection of protected groups and objects. ==== 1. Medical Personnel ==== The first Geneva Convention from 1864 was concluded to take care of the wounded and sick combatants of all belligerent states who were hors de combat (out of the battle). Without medical personnel and medical care, their protection would have remained meaningless. Today, several Geneva Conventions as well as Aditional Protocol I include provisions on the protection of medical personnel, medical units, and medical establishments. Art. 24 and 25 GC I, Art. 36 and 37 GC II, Art. 15 AP I on international armed conflicts, and Art. 9 AP II on non-international armed conflicts contain an obligation to respect and protect medical personnel under all circumstances. First of all, medical personnel includes civilians and militaries temporarily or permanently assigned to medical purposes, such as the search for, collection, transportation, diagnosis or treatment of the wounded, sick and shipwrecked, or to the prevention of disease, or to the administration or operation of medical units or medical transports. Only people with the official assignment of medical tasks by the competent authority of a belligerent party enjoy the special protection as medical personnel.<ref>?</ref> Second, to identify medical personnel, it is asked to use the distinctive sign of the red cross, red crescent, or red crystal worn on clothes. In the past, the distinctive sign has made medical personnel and medical units more vulnerable, since they were visible to the enemy's forces and have been attacked unlawfully.<ref>?</ref> They are of particularly high value based on their essential role in medical care to each belligerent state. Third, medical personnel and medical establishments may not be object to an attack. If they fall into the enemy's hands, they are not considered prisoners of war and must be set free.<ref>?</ref> The opposing party may, however, retain them to give medical care to prisoners of war.<ref>?</ref> military (permanent or temporary) medical personnel - Art. 24 + 25 GC I - Art. 36 + 37 GC II civilian medical personnel assigned by a party to the conflict - Art. 20 GC IV - Art. 8 AP I medical personnel made available by third States or organizations to a party to the conflict - Art. 8 AP I personnel of a National Society recognized and specifically authorized by a party to the conflict - Art. 26 GC I - Art. 24 GC II - Art. 8 AP I protection on the battlefield (including inhabitants of the combat zone): may not be attacked and may fulfill medical duties in conformity with medical ethics, Art. 24+25 GC I, Art. 36+37 GC II, Art. 15+16 AP I once fallen in enemy hands: immediate repatriation or employment caring for POWs Art. 28-32 GC I under control of the enemy: right to perform their medical mission, right not to perform acts contrary to medical ethics, right to maintain medical secret, except as required by law, Art. 15+16 AP I, Art. 10 AP II ==== 2. Cultural Property ==== - Hague Convention for the protection of cultural property in the event of armed conflict, 1954 - First Protocol to the Hague Convention, 1954 - Second Protocol to the Hague Convention,1999 - Art. 53 AP I - art. 16 AP II - World Heritage Convention - Chapter 12 ICRC IHL study ==== 3. Natural Environment ==== The environment has been called a "silent victim" of war.<ref>UN Environment Programme, Rooting for the Environment in Times of Conflict and War, Press release from 6 November 2019, available at https://www.unep.org/news-and-stories/story/rooting-environment-times-conflict-and-war (last visited 15 March 2022)</ref> Art. 35(3) Additional Protocol I (AP I), regulating international armed conflicts, specifically protects the "natural environment" from "widespread, long-term and severe damage." This provision has never been applied to an actual conflict since either some states to the conflict were not a party to Additional Protocol I and AP I did hence not apply.<ref>?</ref> Moreover, the undefined threshold of Art. 35(3) AP I has never been reached due to its vagueness, not even in the cases of the Vietnam war and the deployment of Agent Orange, or of the burning oil wells in Kuwait in 1991. During the negotiations of AP I, no consensus among states was reached regarding the definitions of the threshold. For instance, it is unclear whether "long-term" is measured in years or decades, based on the travaux préparatoires the latter seems to be the case.<ref>?</ref> Simultaneously to the negotiation of AP I, states drafted and adopted the Convention on the Prohibition of Military or Any Other Hostile Use of Environmental Modification Techniques (ENMOD Convention) which contains a similar threshold with almost identical wording ("widespread, long-lasting or severe"). In this case, however, states were able to agree on a definition in a memorandum of understanding: long-lasting, for instance, means "lasting for a period of months, or approximately a season" in terms of the ENMOD Convention.<ref>See https://ihl-databases.icrc.org/applic/ihl/ihl.nsf/Article.xsp?action=openDocument&documentId=A951B510E9491F56C12563CD0051FC40 (last visited 15 March 2022)</ref> In addition to the specific protection the "natural" environment enjoys under Art. 35(3) AP I (similar protection of the "natural" environment is also included in Art. 55(1) AP I and linked to the survival of the civilian population), elements of the environment can constitute civilian objects,<ref>See Droege/Tougas, The Protection of the Natural Environment in Armed Conflict–Existing Rules and need for further legal protection, Nordic Journal of International Law 2013, p. 23</ref> since they rarely serve military purposes and hence only rarely represent a military object that can lawfully be attacked. The principle of distinction thus protects the environment. The other cardinal principles of the law of armed conflict, like proportionality, military necessity, and precautions in an attack, also require the belligerent parties to at least consider the protection of the environment in their conduct of hostilities.<ref>See ICJ, Legality of the Threat or Use of Nuclear Weapons, Advisory Opinion from 8 July 1996, ICJ Rep. 1996, para. 30: "[…] States must take environmental considerations into account when assessing what is necessary and proportionate in the pursuit of legitimate military objectives. Respect for the environment is one of the elements that go to assessing whether an action is in conformity with the principles of necessity and proportionality.”</ref> In non-international armed conflicts, which are regulated by common Art. 3 to the Geneva Conventions and Additional Protocol II, there exists no specific provisions on the environment, hence the cardinal principles as well as the protection of elements of the environment as civilian objects apply. In the 2005 ICRC study on customary international humanitarian law, three rules were identified that protect the natural environment.<ref>Cf. rules 43-45 in chapter 14, available at https://ihl-databases.icrc.org/customary-ihl/eng/docindex/v1_cha_chapter14 (last visited 15 March 2022)</ref> Additionally, the UN International Law Commission started to analyze the topic "Protection of the Environment in relation to Armed Conflicts" in 2011 in order to clarify and enhance the protection of the environment in relation to armed conflict. - IEL? - IHRL? ==C. Interplay with Other Fields of Public International Law== === I. Human Rights Law === === II. International Environmental Law === === III. International Investment Law === === IV. International Criminal Law === ==Further Readings== * Source I * Source II ==Conclusion== * Summary I * Summary II <!--Please do not delete the part under this comment--> {{OpenRewi/Chapter-End}} {{BookCat}} hd4ptozphd9t9ont29lyukxh0bz799l Public International Law/Human Rights Law/Recurring Themes in Human Rights Doctrine 0 434969 4089848 4087036 2022-08-09T12:16:37Z Max Milas 3337005 /* A. Sources of International Human Rights Law */ wikitext text/x-wiki <p style="clear: both;"></p> {{OpenRewi/Chapter-Top}} <p style="clear: both;"></p> <!--Please do not delete the part above this comment--> {{Template:OpenRewi/WIP}}<!--You can delete this template as soon as your text is (provisionally) finished--> <big>'''Author:''' [[User:Max Milas|Max Milas]] </big> <blockquote>'''Required knowledge:''' [[Public_International_Law/Human Rights Law|Introduction to Human Rights Law]], [[Public_International_Law/Sources_of_International_Law|Sources of international law]], [[Public_International_Law/Sources_of_International_Law/Treaty_Law|Treaty law and interpretation of treaties]], [[Public_International_Law/Interaction/International_Law_and_Domestic_Law|Interaction between domestic and international Law]]</blockquote> <blockquote>'''Learning objectives:''' Understanding recurring themes in human rights doctrine.</blockquote> == A. Sources of International Human Rights Law == Contemporary international human rights law derives from international treaties, customary international law and<!-- and general principles of law? e.g. Golder case and the right to a fair trial -->non-binding declarations that coexist at both the regional and universal levels. The following section provides an overview of these '''legal sources''' of human rights and the '''legal status''' of human rights in international law. For this purpose, human rights are presented against the background of the rules of general international law<!-- you mean international law, right? the concept of "general international law", albeit referred by all of us, is not part of positive international law .. I would rephrase to international law (or maybe general rules of international law). -->on [[Public_International_Law/Sources_of_International_Law|legal sources]] and [[Public_International_Law/Sources_of_International_Law|legal status]]. <!-- Perhaps you start the previous para with this point (aka human rights and international law share the same sources ? --><!-- I concur with this last comment. You may want to consider moving Art. 38(1) of the Statute of the ICJ at the beginning of the paragraph in order to support the main argument. By having it separate from the first paragraph, the connection between the two ideas does not come up in a straightforward manner. --> For human rights sources, as for all almost all fields of international law, Art. 38(1) of the Statute of the International Court of Justice ("ICJ") is decisive. Accordingly, sources of international law are "international conventions [...]; international custom [...]; general principles of law [....]; judicial decisions and [...] teachings".<ref>Sarah Chinkin, ‘Sources’ in Daniel Moeckli and others (eds), International Human Rights Law (Third edition, Oxford University Press 2018) 63–65.</ref> {{OpenRewi/Advanced|Reference=header|Content=This is the text in my textbox. This is my second sentence.}} === I. International Human Rights Treaties === Most contemporary international human rights are codified in <!-- An additional explanation on two issues could be greatly appreciated: (1) what do treaties entail and (2) why does the following sentence list treaties that are not named as such, but rather "covenants" and "conventions." For example, "Sources of international law include treaties, the contracts by which States agree to be legally bound by a set of written terms. Unfortunately, these agreements are not always called treaties, they can be called a myriad of different names including charter, covenant, convention, and protocol." In Rhona K. M. Smith, International Human Rights Law (10th ed, Oxford, UK: Oxford University Press, 2022), 1. -->[[Public_International_Law/Sources_of_International_Law/Treaty_Law|treaties]].<ref>Chinkin (n 1) 67; Walter Kälin and Jörg Künzli, The Law of International Human Rights Protection (Second edition, Oxford University Press 2019) 33–34.</ref> The most emblematic<!-- You may want to consider the ways in which the term "emblematic" could potentially be problematic. Unless an explanation is given as to why these selected treaties are categorized in such a way, the term is implicitly constructing a hierarchy of importance among human rights treaties. Perhaps, you may consider using "The most emblematic human rights treaties *due to their general scope*," or "Among the first human rights treaties to be adopted are..." --> human rights treaties are the 1966 '''International Covenant on Civil and Political Rights''' (“ICCPR”) and the '''International Covenant on Economic, Social and Cultural Rights''' (“ICESCR”) at the [[Public_International_Law/Human_Rights_Law/Human_Rights_Protection/United_Nations_Human_Rights_System|global level]]<!-- Please, see my previous comment on the suitability of using "universal" instead of "global." --> and the 1950 [[Public_International_Law/Human_Rights_Law/Human_Rights_Protection/European_Human_Rights_System|'''European Convention for the Protection of Human Rights and Fundamental Freedoms''']] (“ECHR”), the 1969 [[Public_International_Law/Human_Rights_Law/Human_Rights_Protection/Inter-American_Human_Rights_System|'''American Convention on Human Rights''']] (“ACHR”) and the 1981 [[Public_International_Law/Human_Rights_Law/Human_Rights_Protection/African_Human_Rights_System|'''African Charter on Human and Peoples' Rights''']] (“AfCHPR”) at the regional level. Further, there are also international human rights treaties in the post-Soviet region in form of the 1995 Commonwealth of Independent States Convention on Human Rights and Fundamental Freedoms and in the Arab region in form of the 2004 [[Public_International_Law/Human_Rights_Law/Human_Rights_Protection/Arab_and_Islamic_Human_Rights_System|Arab Charter on Human Rights]]. These general <!-- It could enhance clarity to let the readers know what you are considering as "general" and "specialized" in categorizing human rights treaties. You may want to consider clarifying this at the outset of the section. Perhaps by stating that treaties have different geographical and thematic scopes. From the geographical perspective, they could be either universal or regional. From the perspective of their thematic scope, they could be demarcated ratione personae: treaties focusing on specific population groups (such as the ones you mention at the end of the paragraph). -->human rights treaties are supplemented by countless<!-- many? --> special <!-- specialised may read better. -->treaties for, for example, women's rights in the Convention of Belém do Pará<!-- you may need to use the official title of the treaty? -->, migrants' rights in the Migrant Workers Convention, and prohibitions on discrimination in the International Convention on the Elimination of All Forms of Racial Discrimination. Human rights treaties are not static, but are constantly modified by treaty amendments, additional protocols, or extended interpretations by adjudicative bodies according to Art. 38(1)(d) ICJ Statute.<ref>Chinkin (n 1) 68–70, 75–77.</ref><!-- "evolved" could read better, since modification has a specific meaning in treaty law and interpretation is not modification. --> <!--by treaty amendments, additional protocols, or extended interpretations by adjudicative bodies according to Art. 38(1)(d) ICJ Statute.<ref>Chinkin (n 1) 68–70, 75–77.</ref>--><!-- In the box, you may want to consider incorporating what the VCLT acronym refers to since it is not explained in this chapter. --> {{OpenRewi/Advanced|Reference=Interpreting International Human Rights Treaties|Content=In principle, the general rules on the interpretation of international treaty law in Art. 31-33 VCLT are also applicable to human rights treaties.<ref>Kälin and Künzli (n 2) 34.</ref> Accordingly, pursuant to Art. 31VCLT, the wording, context, and object and purpose of the human right are primarily decisive for the interpretation. In addition, according to Art. 32 VCLT, the drafting history may be considered if the wording and context are ambiguous. Human rights adjudicative bodies add a dynamic approach to these general rules for interpreting international law. According to this, human rights treaties are “living instruments” that have to be interpreted “in light of present-day conditions”.<ref>Kälin and Künzli (n 2) 34 unter Verweis auf; Tyrer v The United Kingdom [1978] [31]; Atala Riffo and Daughters v Chile [2012] 83.</ref> This progressive mode of interpretation is used to interpret human rights as proactively and favorably as possible for individuals.<ref>Matthias Herdegen, ‘Interpretation in International Law’, Max Planck Encyclopedia of Public International Law (2009) paras 45–46.</ref>}} === II. International Human Rights as Customary International Law === Some human rights are also [[Public_International_Law/Sources_of_International_Law/Customary_Law|'''customary international law''' ]] and are therefore binding even for states that have not ratified a human rights treaty. However, it is often disputed which human rights fulfill the requirements of customary law.<!-- Could you please consider indicating which requirements are these? Even though the sentence that follows addresses some of them, it may be useful to enhance the clarity of how both sentences speak to each other. You may want to refer to how the ICJ has methodologically responded to this particular issue by establishing that a given norm is binding as custom insofar as it fulfills both elements—state practice and opinio juris. Perhaps is useful to bring in the Court's jurisprudence that addresses such a point: North Sea Continental Shelf Cases (Federal Republic of Germany/ Denmark, Federal Republic of Germany/ Netherlands) (Judgment) [1969] ICJ Rep 3, 44–5 (paras 77–8); Nicaragua Case (Nicaragua v United States) (Judgment) [1986] ICJ Rep 14, 108–9 (para 107); and Jurisdictional Immunities of the State (Germany v Italy: Greece Intervening) (Judgment) [2012] ICJ Rep 99, 123 (para 55). In Daniel Bodansky, Jutta Brunnée, and Lavanya Rajamani, International Climate Change Law (Oxford, Grande Bretagne: Oxford University Press, 2017). --> This question cannot be answered in the abstract, but only depending on state practice and opinio juris for a particular human right. UN General Assembly resolutions, diplomatic correspondence, government statements, or state review processes can be examined for this purpose.<ref>Chinkin (n 1) 71–72.</ref> Nowadays, at least the prohibition of torture, racial discrimination, and slavery considered customary international law.<ref>Chinkin (n 1) 71–72; James Crawford, Brownlie’s Principles of Public International Law (Ninth edition, Oxford University Press 2019) 618; Kälin and Künzli (n 2) 59–60.</ref><!-- It could be very illustrative for the purposes of a textbook to have a box indicating how one of these rights came to be considered as customary international law by fulfilling the ICJ requirements: state practice and opinio juris. --> === III. International Human Rights as Jus Cogens and Obligations Erga Omnes === The '''prohibition of torture''', '''racial discrimination''', and '''slavery''' are recognized not only as customary international law, but also as [[Public_International_Law/Sources_of_International_Law|'''jus cogens''']] norms. This results in a primary binding effect of these human rights for all states regardless of other obligations under international law according to Art. 53 VCLT.<ref>Chinkin (n 1) 73–74; Kälin and Künzli (n 2) 61–62.</ref> Because all jus cogens norms are also [[Public_International_Law/Sources_of_International_Law|'''erga omnes''']] rules, violations of these three human rights can be invoked by all states before international tribunals. However, it must be considered that not only jus cogens, but also non-jus cogens norms can be erga omnes rules if they are “rules concerning the basic rights of the human person”<ref>CCPR, ‘General Comment No 31 The Nature of the General Legal Obligation Imposed on State Parties to the Covenant’ (2004) para 2.</ref>.<ref>International Law Commission, ‘Report of the International Law Commission’ (2006) General Assembly, Official Records 61st session, Supplement No. 10 (A/61/10) 421–423.</ref> <!-- you may wish to add a footnote to Armed Activities on the Territory of the Congo (New Application: 2002) (Democratic Republic of the Congo v. Rwanda) Jurisdiction of the Court and Admissibility of the Application, 3 Feb 2006 --> <!-- However, it <!-- is this generally accepted or some scholars' view? --> <!-- be considered that not only jus cogens, but also <!-- I am not entirely sure what you mean here. you mean in general for human rights? This may be some peoples' view but... One can def say that human rights in treaties have an erga omnes function since there is collective enforcement and state parties to said treaty don't need to be a "victim" to claim a violation of the treaty by another state party.--> <!-- This sub-section would greatly benefit from the broader context on the notion of jus cogens in human rights law. If not contextualized, the essential question of why not all human rights are jus cogens could remain unanswered. In this respect, De Schutter elaborates on two factors by which reliance on the notion of jus cogens is made difficult: (1) the list of human rights included among norms of that nature remains ill-defined and is continuously evolving, and (2) there remain doctrinal uncertainties concerning the recognition criteria of such norms. In Olivier De Schutter, International Human Rights Law (3rd ed., Cambridge, UK: Cambridge University Press, 2019), 85. Having the readers parse through these general tensions could enhance clarity. --><!-- There remains a window of opportunity in this sub-section to elaborate on the content and character of the erga omnes human right obligations. Not only do they overlap with jus cogens norms, but they also hold distinctive attributes - which would be worth exploring for the purposes of a textbook. You may like to consider bringing into sharper focus what the ICJ has stated in this regard. It has mentioned, among the obligations which are erga omnes, not only the protection from slavery and racial discrimination, but also the prohibition of acts of aggression and of genocide, the right to self-determination, and the rules of humanitarian international law applicable in armed conflict. In Olivier De Schutter, International Human Rights Law (3rd ed., Cambridge, UK: Cambridge University Press, 2019), 111. --> == B. Actors in International Human Rights Law == Deviating from general international law, international human rights law does not only create obligations between states, but also obligations of states to individuals subject to their jurisdiction.<ref>Chinkin (n 1) 66; Frédéric Mégret, ‘Nature of Obligations’ in Daniel Moeckli and others (eds), International Human Rights Law (Third edition, Oxford University Press 2018) 87–89; Kälin and Künzli (n 2) 85–88.</ref> === I. Obligated Actors: States, Non-State Actors and International Organizations === According to the traditional and undisputed understanding, human rights first and foremost bind the [[Public_International_Law/Actors_in_International_Law/States|'''state''']] as the '''primary duty bearer'''.<ref>See Art. 1 ECHR, Art. 2(1) ICCPR, Article 2(1) ICESCR, Art. 1(1) ACHR, Art. 1 AfCHPR.</ref> In exercising its legislative, administrative, or judicial power, the state must comply with human rights obligations arising from treaties and customary law.<ref>Sarah Joseph and Sam Dipnall, ‘Scope of Application’ in Daniel Moeckli and others (eds), International Human Rights Law (Third edition, Oxford University Press 2018) 111; Kälin and Künzli (n 2) 69.</ref> This also applies to excesses of individual security officers,<ref>Velásquez-Rodríguez v Honduras [1988] [170].</ref> private persons performing state functions,<ref>Kälin and Künzli (n 2) 70–71.</ref> or subsequent explicit acceptance of acts<ref>Case concerning United States Diplomatic and Consular Staff in Tehran (United States of America v Iran) [1980] 3 [63 ff.].</ref>. While states have wide discretion in implementing obligations under international law in general, human rights obligations are more specific: states must '''respect''', '''protect''', and '''fulfil''' human rights.<ref>This is discussed in more detail at the end of this chapter. See ‘E. I. Means of Implementation: Respect, Protect, Fulfill’; see also Mégret (n 12) 97; Olivier de Schutter, International Human Rights Law: Cases, Materials, Commentary (Third edition, Cambridge University Press 2019) 292.</ref> Certainly, almost all human rights treaties oblige (only) states to respect human rights. However, [[Public_International_Law/Actors_in_International_Law/Individuals|'''non-state actors''']] may also have human rights obligations.<ref>While it is disputed whether these obligations of non-state actors can also be called “obligations” or “duties” or “responsibilities”, for the sake of consistency, the term "obligations" is used in this chapter.</ref> Some human rights treaties even contain clauses under which individuals have obligations. In this case, human rights obligations of private actors can be '''derived directly from the treaty text'''.<ref>Kälin and Künzli (n 2) 73.</ref> {{OpenRewi/Example|Reference=obligations of non-state actors|Content=Art. 27(1) AfCHPR provides that “Every individual shall have duties towards his family and society, the State and other legally recognised communities and the international community.“<ref>See also Article 29(1) UDHR: „Everyone has duties to the community in which alone the free and full development of his personality is possible.“.</ref>}} For human rights treaties without such a clause, duties of non-state actors can be derived '''indirectly from the state’s positive obligations''' to protect: Sometimes the state must restrict the rights of one individual to protect the rights of another individual (so-called duty to protect<ref>This is discussed in more detail at the end of this chapter. See ‘E. I. Means of Implementation: Respect, Protect, Fulfill’.</ref>). In this case, the human rights obligation continues to bind the state, but the non-state actor’s behavior is nevertheless regulated indirectly by international human rights standards through the state’s obligation to intervene in the relationship between two individuals.<ref>Kälin and Künzli (n 2) 73–74.</ref> In addition, the human rights obligations of non-state actors are discussed for a variety of cases, if they threaten the human rights of individuals in a state-equivalent manner. This is discussed for terrorists,<ref>IACmHR, ‘Report on Terrorism and Human Rights’ (2002) OEA/Ser.L/V/II.116, Doc. 5 rev. 1 corr. para 48.</ref> insurgencies (when they exercise de facto state power in armed conflicts), and large corporations<ref>David Bilchitz, ‘The Ruggie Framework: An Adequate Rubric for Corporate Human Rights Obligations?’ (2010) 7 SUR - International Journal On Human Rights 198.</ref>.<ref>Sir Nigel Rodley, ‘Non-State Actors and Human Rights’, Routledge Handbook of International Human Rights Law (Routledge 2012) <https://www.taylorfrancis.com/books/9780203481417> accessed 4 July 2022; Kälin and Künzli (n 2) 72.</ref> {{OpenRewi/Advanced|Reference=Duties of Individuals (written by Adamantia Rachovitsa)|Content=Under domestic law, the fulfillment of various duties by individuals is commonplace. National constitutions and ordinary legislation in almost all states in the world regularly provide, for example for the duty to pay taxes, the duty to vote, the duty to serve in the army or the duty of the parents to care for their child's well-being. Nonetheless, individuals have limited duties under international law, such as specific duties under international humanitarian law or international criminal law. '''International human rights instruments acknowledge the existence of individual duties'''. Article 29(1) of the [https://www.un.org/en/about-us/universal-declaration-of-human-rights Universal Declaration on Human Rights] states that 'everyone has duties to the community in which alone the free and full development of personality is possible'. Similarly, the preambles of the [https://www.ohchr.org/en/professionalinterest/pages/ccpr.aspx International Covenant on Civil and Political Rights] (ICCPR) and of the [https://www.ohchr.org/en/professionalinterest/pages/cescr.aspx International Covenant on Economic, Social and Cultural Rights] also acknowledge that individuals have duties.<ref>Preambular para 5 respectively. See also Article 32(1) of the [https://www.cidh.oas.org/basicos/english/basic3.american%20convention.htm Inter-American Convention on Human Rights] and Article 3(1) of the [https://www.refworld.org/docid/3ae6b38540.html Revised Arab Charter on Human Rights].</ref> With that being said, one cannot escape noticing that '''human rights law does not emphasise individual duties'''. This is because in international human rights law, '''states are the duty-bearers''', assuming the obligation to protect certain individual rights and freedoms. The state enjoys the monopoly on exercising power and, therefore, individuals warrant protection from the abuse of power. Consequently, the decision to effectively exclude lists of individual duties from most human rights treaties was conscious, due to concerns that governments could rely on these duties to restrict human rights unlawfully.<ref>JH Knox, 'Horizontal Human Rights Law' (2008) 102 American Journal of International Law 1, 34.</ref> It is for this reason that '''one should distinguish between duties towards the state and duties towards others'''. Since the underlying structure of human rights entails the protection of the individual from the state, individual duties towards the state need to be carefully scrutinised so as to avoid potential abuse. In general<sub>,</sub> human rights law offers concrete avenues for the duties of the individual to be '''accommodated as possible restrictions on human rights''' as long as these restrictions have a legal basis, pursue a legitimate aim and are necessary. Individual duties may also have a certain legal bearing '''when''' '''interpreting the scope of human rights''' . The Tanganyika Law Society case is the only instance where the African Court on Human and Peoples' Rights had the opportunity to clarify the function of duties but it did not do so.<ref>[https://www.african-court.org/cpmt/details-case/0092011 Tanganyika Law Society and Legal and Human Rights Centre and Revered Christopher R Mtikila v Tanzania], 14 June 2013, paras 100, 107(2), 112, 115. </ref> More specifically, individual '''duties towards the state''', when in the public interest, may be considered as restrictions imposed on a human right. Human rights treaties may also contain an '''explicit reference to a duty'''. For instance, Article 19(3) ICCPR refer to the duties of journalists in he exercise of the freedom of expression. Furthermore, human rights law also takes '''duties towards other individuals''' into account. First, the 'rights and freedoms of others' is one of the legitimate aims for which certain human rights can be restricted.<ref>Articles 12(3), 18(3), 19(3), 21 and 22 of the [https://www.ohchr.org/en/professionalinterest/pages/ccpr.aspx ICCPR].</ref> Second, human rights treaties may contain a clause prohibiting the abuse of rights.<ref>Article 5 of the [https://www.ohchr.org/en/professionalinterest/pages/ccpr.aspx ICCPR]; Article 17 of the [https://www.echr.coe.int/documents/convention_eng.pdf European Convention on Human Rights].</ref> Third, crucially, the '''protection of the rights and freedoms of others has been indirectly incorporated into the growing jurisprudence on states' positive obligations''', that is instances in which states are obliged to exercise due diligence so as to ensure that human rights are protected from interference from private parties.<ref>Knox (n 1) 1-2.</ref> Finally, it should not go unnoticed that '''certain human rights treaties confer specific duties upon individuals''', such as parents' duties towards their children under the [https://www.ohchr.org/EN/professionalinterest/pages/crc.aspx Convention on the Rights of the Child] (CRC).<ref>Articles 3(2), 5, 9, 14(2), 18(1), 19(1) and 27(2) of the [https://www.ohchr.org/EN/professionalinterest/pages/crc.aspx CRC].</ref> Specific human rights treaties and documents place a pronounced emphasis on individual duties. This is the case with the 1948 [https://www.cidh.oas.org/basicos/english/basic2.american%20declaration.htm American Declaration of the Rights and Duties of Man] and the 1981 [http://hrlibrary.umn.edu/instree/islamic_declaration_HR.html Universal Islamic Declaration on Human Rights]. However, no equivalent elaboration of duties found its way into the Inter-American Convention on Human Rights or the Revised Arab Charter. The '''only treaties that provide for detailed individual duties are the [https://www.achpr.org/legalinstruments/detail?id=49 African Charter on Human and Peoples' Rights]''' (ACHPR) (Articles 27-29) a'''nd the 1990 [https://au.int/en/treaties/african-charter-rights-and-welfare-child African Charter on the Rights and Welfare of the Child]''' (Article 31). The lists of duties provided in the foregoing instruments have many similarities. Most of these duties are owed to the state. Individual duties are seen as '''a marker of culture and a manifestation of a communitarian approach''' to human rights. For instance, African (rural) society is underpinned by the dialectic relationship between the individual and the group.<ref>JAM Cobbah, 'African Values and the Human Rights Debate: An African Perspective' (1987) 9 Human Rights Quarterly 309.</ref> Communitarian considerations stemming from an African, Asian or Arab perspective do not necessarily resonate with the Western, strictly individualistic human rights paradigm. The duty to preserve and strengthen positive African cultural values in one's relations with other members of society, in the spirit of tolerance, dialogue and consultation, under Article 29(7) ACHPR is an apt example. At the same time, however, casting these principles as duties may 'come dangerously close to destroying or denying human rights as they have been understood'.<ref>J Donelly, 'Human Rights and Human Dignity: An Analytical Critique of Non-Western Conceptions of Human Rights' (1982) 76 The American Political Science Review 303, 312.</ref> There is also a serious '''risk that states will involve duties as a pretext for imposing far-reaching restrictions''' on human rights.<ref>F Viljoen, International Human Rights Law in Africa (OUP 2007) 249.</ref> The provisions on duties toward others may offer '''novel perspectives''' for conceptualising certain aspects of human rights law. Yet, in many instances, their '''vaguely phrased wording''' does not allow us to determine whether they are of a moral or legal nature. There is also a '''lack of clarity regarding who the beneficiary''' of a given duty is intended to be (e.g., the state, society, other individuals) or '''what its precise content''' entails.<ref>M Malila, [https://repository.up.ac.za/handle/2263/60063 The Place of Individuals' Duties in International Human Rights Law: Perspectives form the African Human Rights System] (PhD thesis, University of Pretoria 2017) 270-307. </ref> The foregoing challenges should not in themselves lead us to dismiss individual duties as a concept all together.<ref>Malila (n 10) 303-307.</ref> There is scope for the implementation of individual duties on a community and societal level, thereby preserving and nurturing communal and cultural practices and values.<ref>MW Mutua, Human Rights: A Political and Cultural Critique (University of Pennsylvania Press 2002) 93.</ref> Such practices, however, need to protect individuals from discrimination.<ref>W Adiel, The Protection of Freedom of Expression in Africa (Edwin Mellen Press 2016) 730-770.</ref>}} [[Public_International_Law/Actors_in_International_Law/International_Organizations|'''International organizations''']] are not bound by human rights according to the text of human rights treaties,<ref>The most famous exception is certainly the ECHR, which provides for the accession of the European Union to the ECHR in Protocol No 14. </ref> although they can be responsible for serious human rights violations and are gaining more and more power. However, international organizations are bound by jus cogens norms and therefore bound by human rights that are jus cogens norms.<ref>Joseph and Dipnall (n 14) 111; Kälin and Künzli (n 2) 78–79.</ref> ===II. Protected Actors=== Human rights bind the state vis-à-vis all individuals within its territory and under its jurisdiction.<ref>Joseph and Dipnall (n 14) 111; see also Art. 2(1) ICCPR.</ref> Unless human rights are not explicitly limited to nationals, they apply equally to '''nationals''' and '''non-nationals'''.<ref>Joseph and Dipnall (n 14) 111–112.</ref> International human rights treaties do not primarily protect the rights of citizens, but of humans. Human rights protect '''vulnerable groups''' in particular, such as asylum seekers, illegal migrants, the disabled, the elderly, indigenous people, and minorities, as well as women, transgender people, and children.<ref>See Art. 2(2, 3) ICESCR; see also CESCR, ‘General Comment No. 14: The Right to the Highest Attainable Standard of Health (Art. 12 of the Covenant)’ (2000) E/C.12/2000/4; Roberto Andorno, ‘Is Vulnerability the Foundation of Human Rights?’ in Aniceto Masferrer and Emilio García-Sánchez (eds), Human Dignity of the Vulnerable in the Age of Rights, vol 55 (Springer International Publishing 2016).</ref> {{OpenRewi/Example|Reference=human rights and nationality|Content=Art. 25 ICCPR limits the right to political participation to citizens, while the prohibition of torture or inhuman and degrading treatment (Art. 7 ICCPR) applies equally to nationals and non-nationals (e.g., asylum seekers and migrants).}} The '''unborn''' has no international human rights.<ref>Kälin and Künzli (n 2) 112.</ref> According to Art. 4(1) ACHR, life does not begin with birth, but already with conception. However, this clause has never been successfully invoked on behalf of an unborn and other regional and global human rights treaties do not contain such a clause. On the contrary, both the ECtHR and the HRC reject rights of the fetus independent of the mother.<ref>Vo v France [2004] ECtHR Application 53924/00; Peter Michael Queenan v Canada [2005] CCPR CCPR/C/84/D/1379/2005.</ref> A uniform approach to human rights of [[Public_International_Law/Actors_in_International_Law/Corporations|'''corporations''']], does not exist. While in the European human rights system corporations have standing before the European Court of Human Rights, in the UN and Inter-American systems only individuals have human rights. However, insofar as rights of individuals are protected by a company, individuals can also invoke rights of companies.<ref>Joseph and Dipnall (n 14) 112–114.</ref> For the [[Public_International_Law/Actors_in_International_Law/Indigenous_Peoples|'''rights of indigenous peoples''']], on the other hand, most human rights systems provide for distinctive rights.<ref>See Art. 1, 47 ICCPR; Art. 20(1) AfCHPR; Indigenous Communities of the Lhaka Honhat (Our Land) Association v Argentina [2020] IACtHR Series C 400; Maya Kaqchikel Indigenous Peoples of Sumpango et al v Guatemala [2021] IACtHR Series C 440.</ref> {{OpenRewi/Example|Reference=rights of indigenous peoples|Content=Art. 20(1) AfCHPR provides that “All peoples shall have the right to existence. They shall have the unquestionable and inalienable right to self-determination. They shall freely determine their political status and shall pursue their economic and social development according to the policy they have freely chosen.”}} {{OpenRewi/Advanced|Reference=Rights of Indigenous Peoples in the European Human Rights System|Content=The European human rights system, built on the idea of '''individualized liberalism''', does not contain any rights specifically designed for indigenous peoples. However, at least the European Charter for Regional or Minority Languages and the (European) Framework Convention for the Protection of National Minorities protect the identity of minority groups. In Muñoz Díaz v Spain, the ECtHR also indicated group-specific rights of national minorities.<ref>Muñoz Díaz v Spain [2009] ECtHR Application 49151/07 [60].</ref> }} ===III. Types of Obligations=== Human rights primarily bind the state. However, they may also impose direct or indirect obligations on non-state actors. These duty-bearers must respect human rights by refraining from interference with rights (so-called '''negative obligations''') and by protecting rights through action (so-called '''positive obligations''').<ref>Kälin and Künzli (n 2) 87.</ref> Negative obligations require duty-bearers to '''refrain from unlawfully interfering''' with human rights. States may therefore only restrict human rights if they can provide a justification for the interference. This requires a restriction that is prescribed by law, serves a legitimate aim and is necessary in a democratic society.<ref>See „C. II. 3. Justifications“ in this chapter.</ref> Thereby, negative obligations correspond to the duty to respect human rights.<ref>This is discussed in more detail at the end of this chapter. See ‘E. I. Means of Implementation: Respect, Protect, Fulfill’.</ref> {{OpenRewi/Example|Reference=negative obligations|Content=A state that uses judicial birching as a form of corporal punishment violates the prohibition of degrading punishment in Art. 7(1) ICCPR. Since this is a jus cogens obligation, the state cannot justify such an intrusion by referring to societal interests. In contrast, a COVID-19 related ban on public indoor assemblies interferes with the freedom of assembly under Art. 21 ICCPR but can be justified (at least during the initial spread of COVID-19) by reference to public health.}} Duty-bearers cannot, however, fulfill their human rights obligations by mere omission. Instead, they must also respect their positive obligations. Positive obligations oblige duty-bearers to '''actively protect human rights'''. States must protect individuals from state, human and natural threats (so-called duty to protect), provide effective access to justice (so-called procedural rights), share information, and enable participation in political and social processes.<ref>Eckart Klein (ed), The Duty to Protect and to Ensure Human Rights (Berlin-Verl, Spitz 2000); Alastair Mowbray, ‘Duties of Investigation Under the European Convention on Human Rights’ (2002) 51 International and Comparative Law Quarterly 437; Kälin and Künzli (n 2) 87–89.</ref> These duties apply to all state organs and to economic, social, and cultural rights as well as civil and political rights.<ref>Kälin and Künzli (n 2) 106.</ref> Thereby, positive obligations correspond to the duties to protect and to fulfil human rights.<ref>This is discussed in more detail at the end of this chapter. See ‘E. I. Means of Implementation: Respect, Protect, Fulfill’. </ref> {{OpenRewi/Example|Reference=positive obligations|Content=If a state is aware, or should have been aware, that a landslide is imminent as a result of private coal mining and nevertheless fails to take legislative or executive measures to protect the population, the state violates the right to life in Art. 6(1) ICCPR of the victims. Similarly, impoverished persons are entitled to legal aid to enforce their legal claims.<ref>These examples are based on decisions mentioned in Kälin and Künzli (n 2) 97–98, 105.</ref>}} ==C. Analyzing Human Rights Violations== <!-- the structure of the sub-chapter is great. An alternative way that you many want to consider here would be to discuss first supervising HR obligations (section D), followed by section E and then turn to discuss section C which specifically refers to international HR courts. Up to you! :) --><!-- alternative phrasing: International Courts Assessing HR Alleged Violations/Claims. --> <!-- I would agree with the first comment in this section: It could enhance clarity if the text addresses the review mechanisms first, the types of obligations, and then comes to the process of analyzing human rights violations. --> Human rights adjudicative bodies review human rights violations in individual <!-- if you have space somewhere, you could have an advanced knowledge box or an example of the inter-State disputes gaining relevance before the ECtHR. We have quite a few the last years. -->and interstate complaints using a two-tiered structure: In a first '''procedural step''', <!-- Not sure why you call jurisdiction + admissibility procedural..? -->adjudicative bodies first examine whether they <!-- I would just rephrase to whether they have jurisdiction to hear the case. -->are the right forum for the complaint (jurisdiction), answer procedural preliminary questions and usually superficially <!-- I would rephrase to checking whether the complaint is manifestly ill-founded. -->review how substantive the complaint is. In a second '''substantive step''', the adjudicative bodies then examine the actual human rights violation using a three-step structure consisting of applicability, scope and interference, and justification. === I. Jurisdiction and Admissibility === The adjudicative bodies do not begin directly with the examination of human rights violations, but first answer procedural '''preliminary questions'''. On the one hand, this is based on legal provisions in human rights treaties. On the other hand, the preliminary questions also serve to reduce the workload of the adjudicative bodies.<ref>E.g., ECtHR, ‘Practical Guide on Admissibility Criteria’ (2021) 7–8.</ref> ==== 1. Jurisdiction ==== Adjudicative bodies can decide on a complaint only if they have jurisdiction. The bodies can answer this first question themselves (so-called '''compétence de la compétence'''). Human rights treaties contain precise requirements for jurisdiction. In general, the person whose human rights have been violated must file a complaint ('''ratione personae''') concerning the interpretation of human rights <!-- a HR provided in the treaty under discussion? --> ('''ratione materiae'''), provided that the facts of the case relate to the jurisdiction of the respondent state<!-- became a party? (accession is one of the ways to become a party) --> ('''ratione loci''') and the human rights violation occurred after the respondent state acceded to the human rights treaty ('''ratione temporis''').<ref>See Art. 32-34 ECHR, Art. 44-47 ACHR, and Art. 3-4 Protocol on the Establishment of an African Court on Human and Peoples‘ Rights.</ref> ==== 2. Preliminary Questions<!-- Admissibility? -->==== However, jurisdiction is not sufficient for the adjudicative bodies to decide the substance of the claim. Instead, complainants must have '''exhausted domestic remedies''',<ref>See Art. 35(1) ECHR, Art. 46(1)(a) ACHR, Art. 2 Optional Protocol to the ICCPR, and Art. 50 AfCHPR.</ref> must observe certain '''time limits''' between the violation and the filing of the complaint,<ref>See Art. 35(1) ECHR, Art. 46(1)(b) ACHR, Art. 56(6) AfCHPR.</ref> and must not '''abuse''' their right to appeal<ref>See Art. 35(3) ECHR, Art. 3 Optional Protocol to the ICCPR, Art. 56(3) AfCHPR.</ref>. In addition, '''anonymous complaints''' are not permitted.<ref>See Art. 35(2) ECHR, Art. 3 Optional Protocol to the ICCPR. Nevertheless, the identity of the complainant may be kept secret in the proceedings if necessary.</ref> These requirements reduce the number of cases at a level that can be decided easily and quickly. Furthermore, they generally allow the adjudicative bodies to decide the merits based on facts ascertained by national authorities and courts. ==== 3. Approximating Merits<!-- I would rephrase -->==== Finally, a cursory examination of merits reduces the number of admissible cases. The adjudicative body may dismiss a case as inadmissible if the complaint is '''manifestly ill-founded''',<ref>See Art. 35(3) ECHR.</ref> gives no indication of a '''significant violation''',<ref>See Art. 12 Protocol 14 to the ECHR.</ref> or has already been '''addressed before''' the body or another international body. === II. Merits === In merits, the adjudicative bodies analyze <!-- whether there is a HR violation -->the human rights violation. This is the focal point of reviewing human rights violations. <!-- complaints? -->. ==== 1. Applicability ==== In a first step<!-- but this is admissibility, no? -->, the adjudicative bodies determine whether human rights are territorially applicable to the facts of the case. Human rights are applicable whenever the state has jurisdiction. The state has jurisdiction over its own territory.<ref>See Art. 2(1) ICCPR.</ref> However, states do not only act within their own territory, but also foreign territory to the detriment of human rights. For this case, the various human rights adjudicative bodies have found different approaches, which are discussed under the umbrella term of '''extraterritorial application.''' In the European system, the state has jurisdiction when it exercises '''effective control''' over a foreign territory or over the rights of an individual.<ref>Al-Skeini and Others v the United Kingdom [2011] ECtHR Application no. 55721/07 [131–150]; Joseph and Dipnall (n 14) 122.</ref> The African human rights system follows this approach.<ref>AfCmHPR, ‘General Comment No. 3 on the African Charter on Human and Peoples’ Rights: The Right to Life (Article 4)’ para 14.</ref> The UN human rights system also echoes the effective control test, but only requires that the individual be under the effective control of the state. The decisive factor is therefore the '''relationship of the state to the person affected''', not the relationship of the rights violation to the territory.<ref>CCPR, ‘HRC General Comment 31’ (n 10) para 10; Joseph and Dipnall (n 14) 125.</ref><!-- this is a very good example that does concern applicability. you mention "conflict" at some point. Not sure why you phrase the interrelation as conflict. Perhaps to add one sentence hinting towards the confines of the jurisdiction of an HR court (strictly speaking not applying IHL?) --> {{OpenRewi/Advanced|Reference=International Human Rights Law and International Humanitarian Law|Content=While international humanitarian law regulates armed conflict, human rights protect almost all human behavior. Overlaps may occur between human rights and international humanitarian law due to the substantive and territorial expansion of human rights law. There are situations that are exclusively subject to international humanitarian law (e.g., requisitioning of property in occupied territory) or human rights protection (e.g., violations of non-derogable rights) and situations in which both fields are applied concurrently.<ref>Sandesh Sivakumaran, ‘International Humanitarian Law’ in Daniel Moeckli and others (eds), International Human Rights Law (Third edition, Oxford University Press 2018) 512–513.</ref> In the case of parallel application of human rights and international humanitarian law, the conflict between the fields must be resolved based on Art. 31(3)(c) VCLT. Thus, the provisions of both areas of law influence each other.<ref>Hassan v the United Kingdom [2014] ECtHR Application no. 29750/09 [104–105]; Sivakumaran (n 40) 515–516.</ref>The concurrent application of human rights and international humanitarian law is important due to the insufficient individual protection in armed conflict, as well as uncertainties in the applicability and lack of enforcement mechanisms of international humanitarian law.<ref>Sivakumaran (n 40) 507–511.</ref>}} ==== 2. Scope and Interference ==== In a second step, human rights adjudicative bodies examine whether the state's conduct falls within the scope of a human right. Only when the state intrudes into a sphere protected by a human right does the question of justification arise. However, this question cannot be answered in the abstract, but only depending on the concrete human right. Each human right defines its own scope.<ref>Kälin and Künzli (n 2) 118.</ref> ==== 3. Justifications ==== Human rights are not unlimited but depend on other human rights. <!-- err yes, this can be a scenario but most of the times HR are limited due to public interest reasons. Perhaps you wish to make this clear. -->This conflict<!-- what conflict? --> can be resolved through limitations and derogations of human rights. However, certain rights cannot be restricted under any circumstances. This applies to all human rights, which are jus cogens.<ref>Frédéric Mégret, ‘Nature of Obligations’ in Daniel Moeckli and others (eds), International Human Rights Law (Third edition, Oxford University Press 2018) 99.</ref> {{OpenRewi/Example|Reference=conflicts of human rights|Content=The freedom of the press of a tabloid allows reporting on the lives of celebrities. This reporting usually interferes with the personal rights of the celebrities. This conflict can be resolved by balancing both rights. On the other hand, a conflict between the prohibition of torture on the one hand and the interest in uncovering a criminal act must always be decided in favor of the prohibition of torture.}} ===== a) Limitations ===== Human rights limitations must satisfy a three-step test. First, the restriction must be '''prescribed by law'''. The law must be formulated in an accessible and sufficiently precise manner.<ref>Mégret (n 44) 100–101.</ref> Second, the limitation must serve a '''legitimate aim'''. The aim depends on the particular human right. {{OpenRewi/Example|Reference=legitimate aims|Content=Art. 10 ECHR stipulates that limitations of the right to freedom of expression must serve “the interests of national security, territorial integrity or public safety, […] the prevention of disorder or crime, […] the protection of health or morals, […] the protection of the reputation or rights of others, […] preventing the disclosure of information received in confidence, or […] maintaining the authority and impartiality of the judiciary.“}} States usually meet the first two requirements. Therefore, the third requirement is decisive. Limitations are only allowed if they are '''necessary in a democratic society'''. <!-- the phrase "in a democratic society" is very ECHR-centric. The ICCPR + HRC refer to necessary. -->Accordingly, (a) the limitation must serve the purpose from the second step, (b) there must be no less intrusive means and (c) the means must be proportionate, i.e. the interest in human rights protection must not outweigh the interest in the limitation.<ref>Kälin and Künzli (n 2) 92–93; Mégret (n 44) 101.</ref><!-- you may want to add the following here: (a) the African Charter does not have proper limitation clauses but the African Court has endorsed the approach of the other HR courts. I can give you case law, if you make this point. (b) perhaps a few more sentences + references may be added for the infamous proportionality test? --> ===== b) Derogations ===== <!-- I wonder whether the reader could benefit from knowing about the rights which are not subject to derogation. -->In emergencies, states in the European, American, Arabic and global human rights systems can not only restrict human rights, but also derogate from them. Derogations are permitted if a state of emergency is declared and exists, the emergency measure is necessary and non-discriminatory, and that no non-derogable rights are violated.<ref>See Art. 4 ICCPR, Art. 15 ECHR and Art. 27 ACHR.</ref><!-- the African Charter does not have a derogation clause. Perhaps you may want to mention this in your main text of in a footnote. --> == D. Reviewing Human Rights Violations<!-- alternate phrasing: "Supervising HR obligations"? -->== In international human rights law exists is no global forum that interprets human rights as the final authority. Instead, human rights are interpreted simultaneously by global and regional courts, committees, and commissions in judicial, quasi-judicial and non-judicial forums.<ref>Chinkin (n 1) 64.</ref><!-- I am having a hard time trying to identify whether this section relates to “interpretation” solely, or also deals with the “mechanisms of protection.” I guess it is the case of the latter. While both concepts are not mutually exclusive, the term “mechanisms of protection” certainly connotes a broader category. Judicial, quasi-judicial, and non-judicial bodies help interpret HRL (for example by issuing General Comments) but at the same time, their roles extend to ensuring implementation and compliance. So, also in connection with the comments on the title of this section, I would argue that the terms “supervision” and “review” have been used interchangeably in HRL to refer to all protection mechanisms. The term “mechanism of protection” encompasses all of these. Please, see Olivier De Schutter, International Human Rights Law (3rd ed., Cambridge, UK: Cambridge University Press, 2019). On the debate about "interpretation" exclusively, please see: https://www-oxfordhandbooks-com.ezproxy.lib.umb.edu/view/10.1093/law/9780199640133.001.0001/law-9780199640133-e-28 --> === I. Judicial Review<!-- I wonder whether readers could benefit from getting a general notion of what judicial, quasi-judicial, and non-judicial mechanisms of protection entail so that they could differentiate across such mechanisms. Alternatively, it could be useful to have the link to the textbook's chapter where these conceptual issues are clarified. This introduction to the categorization of mechanisms of protection from the IJRC could be useful: https://ijrcenter.org/courts-monitoring-bodies/ -->=== The most famous interpreters of human rights are certainly the three '''regional human rights courts''' in Europe, America, and Africa. The European Court of Human Rights, the Inter-American Court of Human Rights and the African Court on Human and Peoples’ Rights have been influential in shaping human rights development not only in their regional human rights systems, but worldwide. In these forums, individuals can file cases against actions taken by the state ('''individual complaints''') or states against other states ('''interstate complaints'''). The ICJ and ICC also interpret human rights in their case law.<ref>Ahmadou Sadio Diallo (Republic of Guinea v Democratic Republic of the Congo) [2010] 639 [64–98].</ref><!-- "subvert" is a very strong term.. The global bodies e.g. HRC do give a lot of deference to states (they name it margin of discretion). The African Court too. --><!-- I like this box. It helps illustrate how judicial bodies operate. --> {{OpenRewi/Advanced|Reference=Standards of Review|Content=Standards of review generally describe whether and to what extent a court adheres to the view of an institution or entity that was previously engaged in examining the facts and the law regarding a specific case.<ref>Martha S Davis, ‘A Basic Guide to Standards of Judicial Review’ (1988) 33 South Dakota Law Review 469, 469–470; Amanda Peters, ‘The Meaning, Measure, and Misuse of Standards of Review’ (2009) 13 Lewis & Clark Law Review 233, 235.</ref> In international law, standard of review is understood as the intensity with which an [[Public_International_Law/Peaceful_Settlement_of_Disputes|'''international adjudicative body''']] '''scrutinizes the respondent state's own assessment''' of a factual situation and legal assessment of alleged violations of international law.<ref>Lukasz Gruszczynski and Wouter Werner (eds), ‘Introduction’, Deference in International Courts and Tribunals (Oxford University Press 2014) 1–2; Caroline Henckels, Proportionality and Deference in Investor-State Arbitration: Balancing Investment Protection and Regulatory Autonomy (First paperback edition, Cambridge University Press 2018) 29–30.</ref> Four different prototypes of standards of review exist, characterized depending on the intensity of this scrutinization: First, '''complete deference''' (or absence of judicial oversight) as the most deferential describes decisions in which the adjudicative body relies solely on the respondent state's assessment of the facts and the law. Second, in cases of '''good faith review''', adjudicative bodies examine only whether the state evaluated the facts and the law in “good faith”, without “manifest unreasonableness”, or free from “arbitrariness”. Third, in cases of '''reasonableness review''', the adjudicative bodies will not only consider whether the respondent state’s evaluation was at least somehow comprehensible but also whether an (imaginary) independent observer with the same knowledge of the state would assess the situation as the state has done. However, it is not necessary that the adjudicative body is completely convinced of the state's assessment. The latter is only decisive for the '''de novo review'''. This fourth type of standards of review is the least deferential standard and describes decisions in which adjudicative bodies conduct their own assessment of the facts and the law without any deference to the state or other conceivable evaluation.<ref>The section is largely based on the still unpublished work of Felix Fouchard on standards of review in the case law of the International Court of Justice and is guided by the existing literature. See only Gruszczynski and Werner (n 51) 1–3; Joshua Paine, ‘Standard of Review: Investment Arbitration’ in Anne Peters (ed), Max Planck Encyclopedia of International Procedural Law (2018) 15; Peters (n 50) 242–247; Viljam Engström, ‘Deference and the Human Rights Committee’ (2016) 34 Nordic Journal of Human Rights 73, 76–78.</ref> In the field of international human rights law, standards of review serve three interrelated purposes: Firstly, standards of review '''balance the power''' between [[Public_International_Law/Peaceful_Settlement_of_Disputes|'''international adjudicative body''']] on the one hand and [[Public_International_Law/Actors_in_International_Law/States|'''sovereign states''']] on the other.<ref>Oren Gross and Fionnuala Ní Aoláin, ‘From Discretion to Scrutiny: Revisiting the Application of the Margin of Appreciation Doctrine in the Context of Article 15 of the European Convention on Human Rights’ (2001) 23 Human Rights Quarterly 625, 626.</ref> A complaint to a human rights adjudicative body requires the exhaustion of local remedies. Therefore, the adjudicative bodies decide on the basis of a supreme court judgment of the respondent state. In this respect, international review is not only subordinate to national policy choices and judicial review, but also interferes with the ultimate decision-making authority of domestic supreme courts.<ref>Engström (n 52) 74.</ref> Deferential standards of review signal to the respondent state that its own assessment is respected, whereas a more vigorous review signals to the complainant that its request for judicial protection is recognized. Secondly, standards of review allow complainants to '''assess the likelihood of success''' of a claim. As demonstrated above, standards of review describe the intensity with which an international adjudicative body scrutinizes the domestic assessment of a factual situation and legal assessment of alleged violations of human rights.<ref>Gruszczynski and Werner (n 51) 1–2; Henckels (n 51) 29–30.</ref> If adjudicative bodies apply standards of review in a structured and standardized manner, complainants and their legal counsel can assess the chances of success of a complaint in advance, depending on the underlying facts and legal issues. Thirdly, standards of review facilitate '''judicial economy''' by recognizing the respective strengths of participants in the procedure. Instead of completely revisiting the entire case, international adjudicative bodies can refer to the assessment of national authorities and courts, relying on the particular proximity of national institutions and subsidiarity of international review.<ref>See regarding the purposes of standards of review in international law in general Peters (n 1) 238-242</ref>  International human rights adjudicative bodies do not take a uniform approach to standards of review.<ref>See on the rejection of the margin of appreciation in the African, Inter-American, and universal human rights systems Dominic McGoldrick, ‘A Defence of the Margin of Appreciation and an Argument for Its Application by the Human Rights Committee’ (2016) 65 International & Comparative Law Quarterly 21.</ref> The [[Public_International_Law/Human_Rights_Law/Human_Rights_Protection/European_Human_Rights_System|'''European Court of Human Rights''']] recognizes a certain '''margin of appreciation''' of states in the interpretation and implementation of human rights (legal margin) and in the assessment of the facts (factual margin).<ref>Kälin and Künzli (n 2) 93–95; Mégret (n 44) 102–103.</ref> However, the notion of standards of review should not be confused with the term “margin of appreciation” mentioned in the case law of the European Court. The margin of appreciation presupposes a degree of deference and can therefore be better described as one deferential standard of review.<ref>L. Gruszczynski and W. Werner, ‘Introduction’, in L. Gruszczynski and W. Werner (eds.), Deference in International Courts and Tribunals: Standard of Review and Margin of Appreciation (2014), 1 at 4.</ref> Although the [[Public_International_Law/Human_Rights_Law/Human_Rights_Protection/Inter-American_Human_Rights_System|'''Inter-American Commission on Human Rights''']] and the [[Public_International_Law/Human_Rights_Law/Human_Rights_Protection/Inter-American_Human_Rights_System|'''Inter-American Court of Human Rights''']] referred to the margin of appreciation and thus to deferential review in some decision,<ref>Advisory Opinion on Proposed Amendments to the Naturalization Provision of the Constitution of Costa Rica [1984] IACtHR OC-4/84 [58, 62, 63]; Ricardo Canese v Paraguay [2004] IACtHR Series C 111 [97].</ref> their settled case law rather suggests an almost de novo review.<ref>Antônio Augusto Cançado Trindade, El Derecho Internacional de Los Derechos Humanos En El Siglo XXI (2. ed. actualizada, Editorial Jurídica de Chile 2006) 386–387; Gary Born, Danielle Morris and Stephanie Forrest, ‘“A Margin of Appreciation”: Appreciating Its Irrelevance in International Law’ (2020) 61 Harvard International Law Journal 70, 53; Walter Humberto Vásquez Vejarano v Peru [2000] IACmHR Case 11.166 [24, 34].</ref> Similarly, the [[Public_International_Law/Human_Rights_Law/Human_Rights_Protection/United_Nations_Human_Rights_System|'''United Nations Human Rights Committee''']] has mentioned the margin of appreciation in communications concerning questions of public morals<ref>Leo Hertzberg et al v Finland [1982] CCPR CCPR/C/OP/1 [10.3].</ref> and national security<ref>Vjatseslav Borzov v Estonia [2004] CCPR CCPR/C/81/D/1136/2002 [7.3].</ref>, but for the most part has rejected it,<ref>Länsman et al v Finland [1992] CCPR CCPR/C/52D/511/1992 [9.4]; General Comment No 29: Article 4: Derogations during a State of Emergency [2001] CCPR Adopted at the Seventy-second Session of the Human Rights Committee [6]; CCPR, ‘General Comment No 34 Article 19 Freedoms of Opinion and Expression’ (2011) para 36.</ref> even though the drafting history of the ICCPR contained an explicit endorsement of the margin of appreciation<ref>Report of the Third Committee, ‘Draft International Covenants on Human Rights’ (1963) UN Doc. A/5655 para 49.</ref>. The Human Rights Committee justifies its (almost) de novo standard of review considering state’s voluntary accession to human rights treaties, the universalism of international human rights law, and its own function and competence.<ref>CCPR, ‘HRC General Comment 34’ (n 64) para 36.</ref> In the African human rights system, the [[Public_International_Law/Human_Rights_Law/Human_Rights_Protection/African_Human_Rights_System|'''African Commission on Human and Peoples' Rights''']] seems to assume a margin of appreciation on the part of member states,<ref>Garreth Anver Prince v South Africa [2004] AfCmHPR Communication 255/02 [50–53].</ref> whereas the [[Public_International_Law/Human_Rights_Law/Human_Rights_Protection/African_Human_Rights_System|'''African Court on Human and Peoples' Rights''']] is less deferential and applies an (almost) de novo standard of review<ref>The Tanganyika Law Society and Legal and Human Rights Centre v United Republic of Tanzania [2013] AfCtHPR Application 009/2011 [107–111, 112]; Adem Kassie Abebe, ‘Right to Stand for Elections as an Independent Candidate in the African Human Rights System: The Death of the Margin of Appreciation Doctrine?’ (AfricLaw, 19 August 2013) <https://africlaw.com/2013/08/19/right-to-stand-for-elections-as-an-independent-candidate-in-the-african-human-rights-system-the-death-of-the-margin-of-appreciation-doctrine-2/> accessed 29 June 2022.</ref>.}} === II. Quasi-judicial Review === The '''quasi-judicial human rights commissions and committees''' complement the judicial interpretation of human rights. On the one hand, these institutions are court-like when they decide on human rights violations in individual cases as the Inter-American Commission of Human Rights, the African Commission on Human and Peoples’ Rights, the Human Rights Committee, and the Committee against Torture do. The same applied to the European Commission of Human Rights before it was abolished in 1998. On the other hand, unlike court decisions, the decisions of these adjudicative bodies are '''not binding'''. Moreover, the work of quasi-judicial institutions is not limited to individual or interstate complaints. Instead, the commissions and committees also assess the general human rights situation in states in so-called state reports.<ref>Kälin and Künzli (n 2) 192–193.</ref><!-- they also contribute to the progressive development of said treaties. --> === II. Non-judicial Review === In addition to the (quasi-)judicial review of human rights violations,<!-- hm yes and no. it is politicised but the discussion takes place on the basis of human rights law + their obligations --> '''political proceedings''' are also taking place. The most famous <!-- rephrase? -->and notorious forum is certainly the UN Human Rights Council. These institutions are not concerned with developing a coherent interpretation of human rights, but with balancing political interests.<ref>Kälin and Künzli (n 2) 192.</ref> These mechanisms are often criticized for their '''politicization''' and '''infectivity'''.<ref>Jane Connors, ‘United Nations’ in Daniel Moeckli and others (eds), International Human Rights Law (Third edition, Oxford University Press 2018) 385–386; Kälin and Künzli (n 2) 242–243.</ref> However, the key advantage of political review of human rights violations is its '''applicability to all states'''. Political review is neither spatially nor temporally limited and can therefore also be applied to states that do not accept the jurisdiction of judicial and quasi-judicial adjudicative bodies.<ref>Kälin and Künzli (n 2) 193.</ref> Moreover, it is precisely the process of '''political negotiation''' that brings the human rights discourse into previously unattainable areas.<ref>Connors (n 54) 386–387; Kälin and Künzli (n 2) 243.</ref> In addition to these institutionalized forms of human rights monitoring, there is also a vast field of '''non-governmental organizations''', '''grassroots''' '''movements''', and '''activist litigators''' that also participate in the interpretation and monitoring of human rights.<ref>Chinkin (n 1) 78.</ref> == E. Implementing International Human Rights == The interpretation <!-- and application -->of human rights by various institutions does not result in their effective implementation. To this end, the means of implementation and circumvention are crucial. === I. Means of Implementation: Respect, Protect, Fulfill<!-- The way I am reading this portion leaves me with the understanding that obligations are means of implementation. The means of implementation are certainly not disconnected from human rights obligations. The duties to respect, protect, and fulfill inform the measures (executive, legislative, and judicial) that states should undertake to implement human rights. However, the HR literature and practice have often developed both terms (implementation and obligations) on different conceptual pathways. Therefore, this paragraph may still have some opportunities to focus on the particular substance of both realms, while also highlighting how they connect (a good example of the interpretation of means through which states satisfy their obligations is provided by the CESCR in its General Comment 3). -->=== While states have wide discretion in implementing obligations under international law in general, human rights obligations are more specific: states must '''respect''', '''protect''', and '''fulfill''' human rights.<ref>Mégret (n 44) 97; Olivier de Schutter, International Human Rights Law: Cases, Materials, Commentary (Third edition, Cambridge University Press 2019) 292.</ref> While these three types of duties overlap, they help in evaluating state behavior.<ref>Mégret (n 44) 99.</ref> States '''respect''' human rights if they do not actively violate them through their organs or agents (so-called [[Public_International_Law/Human_Rights_Law/Categories_of_Human_Rights|'''negative obligations''']].<ref>Mégret (n 44) 97; Schutter (n 58) 292.</ref> However, states are not only required to refrain from human rights violations, but they are also equally obligated to '''protect''' human rights. From this duty to protect follows a duty to act: States must protect the people living in their jurisdiction from foreseeable and preventable rights violations by private individuals or disasters (so-called [[Public_International_Law/Human_Rights_Law/Categories_of_Human_Rights|'''positive obligations''']].<ref>Mégret (n 44) 97–98; Schutter (n 58) 292.</ref> The “'''obligation to fulfill'''” finally results in a '''specific instruction for action''': States must create procedures and institutions that enable greater enjoyment of human rights.<ref>Mégret (n 44) 98.</ref> === II. Means of Circumvention<!-- not sure about this term -->: Reservations and Withdrawals === In principle, the rules of the VCLT also apply to human rights treaties. The consequence for the implementation of human rights would be that human rights treaties become binding for states upon ratification according to Art. 14 VCLT, reservations are effective according to Art. 19-23 VCLT and states can withdraw from human rights treaties according to Art. 54-72 VCLT. However, as the sections on the interpretation of human rights treaties and human rights as customary international law have shown, the provisions of the VCLT do not apply without exceptions.   States can use reservations to modify or exclude provisions in human rights treaties. In an international legal order based on consent, it is only convincing to grant states reservations to treaties. However, due to the interdependence of human rights, this can lead to unpredictability and indeterminacy in human rights law. Nevertheless, except for Art. 2(1) Second Optional Protocol to the ICCPR and Art 57 ECHR, human rights treaties contain no provision for or against reservations. For this reason, the rules of the VCLT apply. According to Art. 19(c) VCLT reservations are valid if they are compatible with the "object and purpose" of human rights treaties.<ref>Mégret (n 44) 93.</ref> Therefore, reservations against jus cogens norms, customary international law, non-derogable rights, effective remedies, and mandatory procedures before international adjudicative bodies as well as overly vague or broad reservations are impermissible.<ref>Loizidou v Turkey [1997] ECtHR 23 EHRR 513 [43]; CCPR, ‘General Comment No 24 Issues Relating to Reservations Made upon Ratification or Accession to the Covenant or the Optional Protocols Thereto, or in Relation to Declarations under Article 41 of the Covenant’ (1994); Mégret (n 44) 93–94.</ref> In general, an unlawful reservation does not cause the entire acceptance of the human rights treaty to fall.<ref>Mégret (n 44) 95–97.</ref> Contrary to the rules of the VCLT, states may withdraw from a human rights treaty only if that treaty contains a withdrawal clause. Otherwise, states are precluded from withdrawing from the human rights treaty.<ref>CCPR, ‘General Comment No. 26: Continuity of Obligations’ (2004); Mégret (n 44) 106–108.</ref><!-- well, this is disputed, aint it? -->. ==Further Readings== * Chinkin S, ‘Sources’ in Daniel Moeckli and others (eds), ''International Human Rights Law'' (Third edition, Oxford University Press 2018) *Connors J, ‘United Nations’ in Daniel Moeckli and others (eds), ''International Human Rights Law'' (Third edition, Oxford University Press 2018) *Joseph S and Dipnall S, ‘Scope of Application’ in Daniel Moeckli and others (eds), ''International Human Rights Law'' (Third edition, Oxford University Press 2018) *Mégret F, ‘Nature of Obligations’ in Daniel Moeckli and others (eds), ''International Human Rights Law'' (Third edition, Oxford University Press 2018) *Sivakumaran S, ‘International Humanitarian Law’ in Daniel Moeckli and others (eds), ''International Human Rights Law'' (Third edition, Oxford University Press 2018) *Kälin W and Künzli J, ''The Law of International Human Rights Protection'' (Second edition, Oxford University Press 2019) *Schutter O de, ''International Human Rights Law: Cases, Materials, Commentary'' (Third edition, Cambridge University Press 2019) ==Conclusion== * Summary I * Summary II <!--Please do not delete the part under this comment--> {{OpenRewi/Chapter-End}} <noinclude> {{Documentation}}</noinclude> {{BookCat}} g4dm7znvaekypbyhkahcoeq3n31ugfh 4089849 4089848 2022-08-09T12:17:57Z Max Milas 3337005 /* A. Sources of International Human Rights Law */ wikitext text/x-wiki <p style="clear: both;"></p> {{OpenRewi/Chapter-Top}} <p style="clear: both;"></p> <!--Please do not delete the part above this comment--> {{Template:OpenRewi/WIP}}<!--You can delete this template as soon as your text is (provisionally) finished--> <big>'''Author:''' [[User:Max Milas|Max Milas]] </big> <blockquote>'''Required knowledge:''' [[Public_International_Law/Human Rights Law|Introduction to Human Rights Law]], [[Public_International_Law/Sources_of_International_Law|Sources of international law]], [[Public_International_Law/Sources_of_International_Law/Treaty_Law|Treaty law and interpretation of treaties]], [[Public_International_Law/Interaction/International_Law_and_Domestic_Law|Interaction between domestic and international Law]]</blockquote> <blockquote>'''Learning objectives:''' Understanding recurring themes in human rights doctrine.</blockquote> == A. Sources of International Human Rights Law == Contemporary international human rights law derives from international treaties, customary international law and<!-- and general principles of law? e.g. Golder case and the right to a fair trial -->non-binding declarations that coexist at both the regional and universal levels. The following section provides an overview of these '''legal sources''' of human rights and the '''legal status''' of human rights in international law. For this purpose, human rights are presented against the background of the rules of general international law<!-- you mean international law, right? the concept of "general international law", albeit referred by all of us, is not part of positive international law .. I would rephrase to international law (or maybe general rules of international law). -->on [[Public_International_Law/Sources_of_International_Law|legal sources]] and [[Public_International_Law/Sources_of_International_Law|legal status]]. <!-- Perhaps you start the previous para with this point (aka human rights and international law share the same sources ? --><!-- I concur with this last comment. You may want to consider moving Art. 38(1) of the Statute of the ICJ at the beginning of the paragraph in order to support the main argument. By having it separate from the first paragraph, the connection between the two ideas does not come up in a straightforward manner. --> For human rights sources, as for all almost all fields of international law, Art. 38(1) of the Statute of the International Court of Justice ("ICJ") is decisive. Accordingly, sources of international law are "international conventions [...]; international custom [...]; general principles of law [....]; judicial decisions and [...] teachings".<ref>Sarah Chinkin, ‘Sources’ in Daniel Moeckli and others (eds), International Human Rights Law (Third edition, Oxford University Press 2018) 63–65.</ref> {{OpenRewi/Advanced|Reference=header|Content=This is the text in my textbox. This is my second sentence.<ref>This is my footnote in my advanced textbox.</ref>}} === I. International Human Rights Treaties === Most contemporary international human rights are codified in <!-- An additional explanation on two issues could be greatly appreciated: (1) what do treaties entail and (2) why does the following sentence list treaties that are not named as such, but rather "covenants" and "conventions." For example, "Sources of international law include treaties, the contracts by which States agree to be legally bound by a set of written terms. Unfortunately, these agreements are not always called treaties, they can be called a myriad of different names including charter, covenant, convention, and protocol." In Rhona K. M. Smith, International Human Rights Law (10th ed, Oxford, UK: Oxford University Press, 2022), 1. -->[[Public_International_Law/Sources_of_International_Law/Treaty_Law|treaties]].<ref>Chinkin (n 1) 67; Walter Kälin and Jörg Künzli, The Law of International Human Rights Protection (Second edition, Oxford University Press 2019) 33–34.</ref> The most emblematic<!-- You may want to consider the ways in which the term "emblematic" could potentially be problematic. Unless an explanation is given as to why these selected treaties are categorized in such a way, the term is implicitly constructing a hierarchy of importance among human rights treaties. Perhaps, you may consider using "The most emblematic human rights treaties *due to their general scope*," or "Among the first human rights treaties to be adopted are..." --> human rights treaties are the 1966 '''International Covenant on Civil and Political Rights''' (“ICCPR”) and the '''International Covenant on Economic, Social and Cultural Rights''' (“ICESCR”) at the [[Public_International_Law/Human_Rights_Law/Human_Rights_Protection/United_Nations_Human_Rights_System|global level]]<!-- Please, see my previous comment on the suitability of using "universal" instead of "global." --> and the 1950 [[Public_International_Law/Human_Rights_Law/Human_Rights_Protection/European_Human_Rights_System|'''European Convention for the Protection of Human Rights and Fundamental Freedoms''']] (“ECHR”), the 1969 [[Public_International_Law/Human_Rights_Law/Human_Rights_Protection/Inter-American_Human_Rights_System|'''American Convention on Human Rights''']] (“ACHR”) and the 1981 [[Public_International_Law/Human_Rights_Law/Human_Rights_Protection/African_Human_Rights_System|'''African Charter on Human and Peoples' Rights''']] (“AfCHPR”) at the regional level. Further, there are also international human rights treaties in the post-Soviet region in form of the 1995 Commonwealth of Independent States Convention on Human Rights and Fundamental Freedoms and in the Arab region in form of the 2004 [[Public_International_Law/Human_Rights_Law/Human_Rights_Protection/Arab_and_Islamic_Human_Rights_System|Arab Charter on Human Rights]]. These general <!-- It could enhance clarity to let the readers know what you are considering as "general" and "specialized" in categorizing human rights treaties. You may want to consider clarifying this at the outset of the section. Perhaps by stating that treaties have different geographical and thematic scopes. From the geographical perspective, they could be either universal or regional. From the perspective of their thematic scope, they could be demarcated ratione personae: treaties focusing on specific population groups (such as the ones you mention at the end of the paragraph). -->human rights treaties are supplemented by countless<!-- many? --> special <!-- specialised may read better. -->treaties for, for example, women's rights in the Convention of Belém do Pará<!-- you may need to use the official title of the treaty? -->, migrants' rights in the Migrant Workers Convention, and prohibitions on discrimination in the International Convention on the Elimination of All Forms of Racial Discrimination. Human rights treaties are not static, but are constantly modified by treaty amendments, additional protocols, or extended interpretations by adjudicative bodies according to Art. 38(1)(d) ICJ Statute.<ref>Chinkin (n 1) 68–70, 75–77.</ref><!-- "evolved" could read better, since modification has a specific meaning in treaty law and interpretation is not modification. --> <!--by treaty amendments, additional protocols, or extended interpretations by adjudicative bodies according to Art. 38(1)(d) ICJ Statute.<ref>Chinkin (n 1) 68–70, 75–77.</ref>--><!-- In the box, you may want to consider incorporating what the VCLT acronym refers to since it is not explained in this chapter. --> {{OpenRewi/Advanced|Reference=Interpreting International Human Rights Treaties|Content=In principle, the general rules on the interpretation of international treaty law in Art. 31-33 VCLT are also applicable to human rights treaties.<ref>Kälin and Künzli (n 2) 34.</ref> Accordingly, pursuant to Art. 31VCLT, the wording, context, and object and purpose of the human right are primarily decisive for the interpretation. In addition, according to Art. 32 VCLT, the drafting history may be considered if the wording and context are ambiguous. Human rights adjudicative bodies add a dynamic approach to these general rules for interpreting international law. According to this, human rights treaties are “living instruments” that have to be interpreted “in light of present-day conditions”.<ref>Kälin and Künzli (n 2) 34 unter Verweis auf; Tyrer v The United Kingdom [1978] [31]; Atala Riffo and Daughters v Chile [2012] 83.</ref> This progressive mode of interpretation is used to interpret human rights as proactively and favorably as possible for individuals.<ref>Matthias Herdegen, ‘Interpretation in International Law’, Max Planck Encyclopedia of Public International Law (2009) paras 45–46.</ref>}} === II. International Human Rights as Customary International Law === Some human rights are also [[Public_International_Law/Sources_of_International_Law/Customary_Law|'''customary international law''' ]] and are therefore binding even for states that have not ratified a human rights treaty. However, it is often disputed which human rights fulfill the requirements of customary law.<!-- Could you please consider indicating which requirements are these? Even though the sentence that follows addresses some of them, it may be useful to enhance the clarity of how both sentences speak to each other. You may want to refer to how the ICJ has methodologically responded to this particular issue by establishing that a given norm is binding as custom insofar as it fulfills both elements—state practice and opinio juris. Perhaps is useful to bring in the Court's jurisprudence that addresses such a point: North Sea Continental Shelf Cases (Federal Republic of Germany/ Denmark, Federal Republic of Germany/ Netherlands) (Judgment) [1969] ICJ Rep 3, 44–5 (paras 77–8); Nicaragua Case (Nicaragua v United States) (Judgment) [1986] ICJ Rep 14, 108–9 (para 107); and Jurisdictional Immunities of the State (Germany v Italy: Greece Intervening) (Judgment) [2012] ICJ Rep 99, 123 (para 55). In Daniel Bodansky, Jutta Brunnée, and Lavanya Rajamani, International Climate Change Law (Oxford, Grande Bretagne: Oxford University Press, 2017). --> This question cannot be answered in the abstract, but only depending on state practice and opinio juris for a particular human right. UN General Assembly resolutions, diplomatic correspondence, government statements, or state review processes can be examined for this purpose.<ref>Chinkin (n 1) 71–72.</ref> Nowadays, at least the prohibition of torture, racial discrimination, and slavery considered customary international law.<ref>Chinkin (n 1) 71–72; James Crawford, Brownlie’s Principles of Public International Law (Ninth edition, Oxford University Press 2019) 618; Kälin and Künzli (n 2) 59–60.</ref><!-- It could be very illustrative for the purposes of a textbook to have a box indicating how one of these rights came to be considered as customary international law by fulfilling the ICJ requirements: state practice and opinio juris. --> === III. International Human Rights as Jus Cogens and Obligations Erga Omnes === The '''prohibition of torture''', '''racial discrimination''', and '''slavery''' are recognized not only as customary international law, but also as [[Public_International_Law/Sources_of_International_Law|'''jus cogens''']] norms. This results in a primary binding effect of these human rights for all states regardless of other obligations under international law according to Art. 53 VCLT.<ref>Chinkin (n 1) 73–74; Kälin and Künzli (n 2) 61–62.</ref> Because all jus cogens norms are also [[Public_International_Law/Sources_of_International_Law|'''erga omnes''']] rules, violations of these three human rights can be invoked by all states before international tribunals. However, it must be considered that not only jus cogens, but also non-jus cogens norms can be erga omnes rules if they are “rules concerning the basic rights of the human person”<ref>CCPR, ‘General Comment No 31 The Nature of the General Legal Obligation Imposed on State Parties to the Covenant’ (2004) para 2.</ref>.<ref>International Law Commission, ‘Report of the International Law Commission’ (2006) General Assembly, Official Records 61st session, Supplement No. 10 (A/61/10) 421–423.</ref> <!-- you may wish to add a footnote to Armed Activities on the Territory of the Congo (New Application: 2002) (Democratic Republic of the Congo v. Rwanda) Jurisdiction of the Court and Admissibility of the Application, 3 Feb 2006 --> <!-- However, it <!-- is this generally accepted or some scholars' view? --> <!-- be considered that not only jus cogens, but also <!-- I am not entirely sure what you mean here. you mean in general for human rights? This may be some peoples' view but... One can def say that human rights in treaties have an erga omnes function since there is collective enforcement and state parties to said treaty don't need to be a "victim" to claim a violation of the treaty by another state party.--> <!-- This sub-section would greatly benefit from the broader context on the notion of jus cogens in human rights law. If not contextualized, the essential question of why not all human rights are jus cogens could remain unanswered. In this respect, De Schutter elaborates on two factors by which reliance on the notion of jus cogens is made difficult: (1) the list of human rights included among norms of that nature remains ill-defined and is continuously evolving, and (2) there remain doctrinal uncertainties concerning the recognition criteria of such norms. In Olivier De Schutter, International Human Rights Law (3rd ed., Cambridge, UK: Cambridge University Press, 2019), 85. Having the readers parse through these general tensions could enhance clarity. --><!-- There remains a window of opportunity in this sub-section to elaborate on the content and character of the erga omnes human right obligations. Not only do they overlap with jus cogens norms, but they also hold distinctive attributes - which would be worth exploring for the purposes of a textbook. You may like to consider bringing into sharper focus what the ICJ has stated in this regard. It has mentioned, among the obligations which are erga omnes, not only the protection from slavery and racial discrimination, but also the prohibition of acts of aggression and of genocide, the right to self-determination, and the rules of humanitarian international law applicable in armed conflict. In Olivier De Schutter, International Human Rights Law (3rd ed., Cambridge, UK: Cambridge University Press, 2019), 111. --> == B. Actors in International Human Rights Law == Deviating from general international law, international human rights law does not only create obligations between states, but also obligations of states to individuals subject to their jurisdiction.<ref>Chinkin (n 1) 66; Frédéric Mégret, ‘Nature of Obligations’ in Daniel Moeckli and others (eds), International Human Rights Law (Third edition, Oxford University Press 2018) 87–89; Kälin and Künzli (n 2) 85–88.</ref> === I. Obligated Actors: States, Non-State Actors and International Organizations === According to the traditional and undisputed understanding, human rights first and foremost bind the [[Public_International_Law/Actors_in_International_Law/States|'''state''']] as the '''primary duty bearer'''.<ref>See Art. 1 ECHR, Art. 2(1) ICCPR, Article 2(1) ICESCR, Art. 1(1) ACHR, Art. 1 AfCHPR.</ref> In exercising its legislative, administrative, or judicial power, the state must comply with human rights obligations arising from treaties and customary law.<ref>Sarah Joseph and Sam Dipnall, ‘Scope of Application’ in Daniel Moeckli and others (eds), International Human Rights Law (Third edition, Oxford University Press 2018) 111; Kälin and Künzli (n 2) 69.</ref> This also applies to excesses of individual security officers,<ref>Velásquez-Rodríguez v Honduras [1988] [170].</ref> private persons performing state functions,<ref>Kälin and Künzli (n 2) 70–71.</ref> or subsequent explicit acceptance of acts<ref>Case concerning United States Diplomatic and Consular Staff in Tehran (United States of America v Iran) [1980] 3 [63 ff.].</ref>. While states have wide discretion in implementing obligations under international law in general, human rights obligations are more specific: states must '''respect''', '''protect''', and '''fulfil''' human rights.<ref>This is discussed in more detail at the end of this chapter. See ‘E. I. Means of Implementation: Respect, Protect, Fulfill’; see also Mégret (n 12) 97; Olivier de Schutter, International Human Rights Law: Cases, Materials, Commentary (Third edition, Cambridge University Press 2019) 292.</ref> Certainly, almost all human rights treaties oblige (only) states to respect human rights. However, [[Public_International_Law/Actors_in_International_Law/Individuals|'''non-state actors''']] may also have human rights obligations.<ref>While it is disputed whether these obligations of non-state actors can also be called “obligations” or “duties” or “responsibilities”, for the sake of consistency, the term "obligations" is used in this chapter.</ref> Some human rights treaties even contain clauses under which individuals have obligations. In this case, human rights obligations of private actors can be '''derived directly from the treaty text'''.<ref>Kälin and Künzli (n 2) 73.</ref> {{OpenRewi/Example|Reference=obligations of non-state actors|Content=Art. 27(1) AfCHPR provides that “Every individual shall have duties towards his family and society, the State and other legally recognised communities and the international community.“<ref>See also Article 29(1) UDHR: „Everyone has duties to the community in which alone the free and full development of his personality is possible.“.</ref>}} For human rights treaties without such a clause, duties of non-state actors can be derived '''indirectly from the state’s positive obligations''' to protect: Sometimes the state must restrict the rights of one individual to protect the rights of another individual (so-called duty to protect<ref>This is discussed in more detail at the end of this chapter. See ‘E. I. Means of Implementation: Respect, Protect, Fulfill’.</ref>). In this case, the human rights obligation continues to bind the state, but the non-state actor’s behavior is nevertheless regulated indirectly by international human rights standards through the state’s obligation to intervene in the relationship between two individuals.<ref>Kälin and Künzli (n 2) 73–74.</ref> In addition, the human rights obligations of non-state actors are discussed for a variety of cases, if they threaten the human rights of individuals in a state-equivalent manner. This is discussed for terrorists,<ref>IACmHR, ‘Report on Terrorism and Human Rights’ (2002) OEA/Ser.L/V/II.116, Doc. 5 rev. 1 corr. para 48.</ref> insurgencies (when they exercise de facto state power in armed conflicts), and large corporations<ref>David Bilchitz, ‘The Ruggie Framework: An Adequate Rubric for Corporate Human Rights Obligations?’ (2010) 7 SUR - International Journal On Human Rights 198.</ref>.<ref>Sir Nigel Rodley, ‘Non-State Actors and Human Rights’, Routledge Handbook of International Human Rights Law (Routledge 2012) <https://www.taylorfrancis.com/books/9780203481417> accessed 4 July 2022; Kälin and Künzli (n 2) 72.</ref> {{OpenRewi/Advanced|Reference=Duties of Individuals (written by Adamantia Rachovitsa)|Content=Under domestic law, the fulfillment of various duties by individuals is commonplace. National constitutions and ordinary legislation in almost all states in the world regularly provide, for example for the duty to pay taxes, the duty to vote, the duty to serve in the army or the duty of the parents to care for their child's well-being. Nonetheless, individuals have limited duties under international law, such as specific duties under international humanitarian law or international criminal law. '''International human rights instruments acknowledge the existence of individual duties'''. Article 29(1) of the [https://www.un.org/en/about-us/universal-declaration-of-human-rights Universal Declaration on Human Rights] states that 'everyone has duties to the community in which alone the free and full development of personality is possible'. Similarly, the preambles of the [https://www.ohchr.org/en/professionalinterest/pages/ccpr.aspx International Covenant on Civil and Political Rights] (ICCPR) and of the [https://www.ohchr.org/en/professionalinterest/pages/cescr.aspx International Covenant on Economic, Social and Cultural Rights] also acknowledge that individuals have duties.<ref>Preambular para 5 respectively. See also Article 32(1) of the [https://www.cidh.oas.org/basicos/english/basic3.american%20convention.htm Inter-American Convention on Human Rights] and Article 3(1) of the [https://www.refworld.org/docid/3ae6b38540.html Revised Arab Charter on Human Rights].</ref> With that being said, one cannot escape noticing that '''human rights law does not emphasise individual duties'''. This is because in international human rights law, '''states are the duty-bearers''', assuming the obligation to protect certain individual rights and freedoms. The state enjoys the monopoly on exercising power and, therefore, individuals warrant protection from the abuse of power. Consequently, the decision to effectively exclude lists of individual duties from most human rights treaties was conscious, due to concerns that governments could rely on these duties to restrict human rights unlawfully.<ref>JH Knox, 'Horizontal Human Rights Law' (2008) 102 American Journal of International Law 1, 34.</ref> It is for this reason that '''one should distinguish between duties towards the state and duties towards others'''. Since the underlying structure of human rights entails the protection of the individual from the state, individual duties towards the state need to be carefully scrutinised so as to avoid potential abuse. In general<sub>,</sub> human rights law offers concrete avenues for the duties of the individual to be '''accommodated as possible restrictions on human rights''' as long as these restrictions have a legal basis, pursue a legitimate aim and are necessary. Individual duties may also have a certain legal bearing '''when''' '''interpreting the scope of human rights''' . The Tanganyika Law Society case is the only instance where the African Court on Human and Peoples' Rights had the opportunity to clarify the function of duties but it did not do so.<ref>[https://www.african-court.org/cpmt/details-case/0092011 Tanganyika Law Society and Legal and Human Rights Centre and Revered Christopher R Mtikila v Tanzania], 14 June 2013, paras 100, 107(2), 112, 115. </ref> More specifically, individual '''duties towards the state''', when in the public interest, may be considered as restrictions imposed on a human right. Human rights treaties may also contain an '''explicit reference to a duty'''. For instance, Article 19(3) ICCPR refer to the duties of journalists in he exercise of the freedom of expression. Furthermore, human rights law also takes '''duties towards other individuals''' into account. First, the 'rights and freedoms of others' is one of the legitimate aims for which certain human rights can be restricted.<ref>Articles 12(3), 18(3), 19(3), 21 and 22 of the [https://www.ohchr.org/en/professionalinterest/pages/ccpr.aspx ICCPR].</ref> Second, human rights treaties may contain a clause prohibiting the abuse of rights.<ref>Article 5 of the [https://www.ohchr.org/en/professionalinterest/pages/ccpr.aspx ICCPR]; Article 17 of the [https://www.echr.coe.int/documents/convention_eng.pdf European Convention on Human Rights].</ref> Third, crucially, the '''protection of the rights and freedoms of others has been indirectly incorporated into the growing jurisprudence on states' positive obligations''', that is instances in which states are obliged to exercise due diligence so as to ensure that human rights are protected from interference from private parties.<ref>Knox (n 1) 1-2.</ref> Finally, it should not go unnoticed that '''certain human rights treaties confer specific duties upon individuals''', such as parents' duties towards their children under the [https://www.ohchr.org/EN/professionalinterest/pages/crc.aspx Convention on the Rights of the Child] (CRC).<ref>Articles 3(2), 5, 9, 14(2), 18(1), 19(1) and 27(2) of the [https://www.ohchr.org/EN/professionalinterest/pages/crc.aspx CRC].</ref> Specific human rights treaties and documents place a pronounced emphasis on individual duties. This is the case with the 1948 [https://www.cidh.oas.org/basicos/english/basic2.american%20declaration.htm American Declaration of the Rights and Duties of Man] and the 1981 [http://hrlibrary.umn.edu/instree/islamic_declaration_HR.html Universal Islamic Declaration on Human Rights]. However, no equivalent elaboration of duties found its way into the Inter-American Convention on Human Rights or the Revised Arab Charter. The '''only treaties that provide for detailed individual duties are the [https://www.achpr.org/legalinstruments/detail?id=49 African Charter on Human and Peoples' Rights]''' (ACHPR) (Articles 27-29) a'''nd the 1990 [https://au.int/en/treaties/african-charter-rights-and-welfare-child African Charter on the Rights and Welfare of the Child]''' (Article 31). The lists of duties provided in the foregoing instruments have many similarities. Most of these duties are owed to the state. Individual duties are seen as '''a marker of culture and a manifestation of a communitarian approach''' to human rights. For instance, African (rural) society is underpinned by the dialectic relationship between the individual and the group.<ref>JAM Cobbah, 'African Values and the Human Rights Debate: An African Perspective' (1987) 9 Human Rights Quarterly 309.</ref> Communitarian considerations stemming from an African, Asian or Arab perspective do not necessarily resonate with the Western, strictly individualistic human rights paradigm. The duty to preserve and strengthen positive African cultural values in one's relations with other members of society, in the spirit of tolerance, dialogue and consultation, under Article 29(7) ACHPR is an apt example. At the same time, however, casting these principles as duties may 'come dangerously close to destroying or denying human rights as they have been understood'.<ref>J Donelly, 'Human Rights and Human Dignity: An Analytical Critique of Non-Western Conceptions of Human Rights' (1982) 76 The American Political Science Review 303, 312.</ref> There is also a serious '''risk that states will involve duties as a pretext for imposing far-reaching restrictions''' on human rights.<ref>F Viljoen, International Human Rights Law in Africa (OUP 2007) 249.</ref> The provisions on duties toward others may offer '''novel perspectives''' for conceptualising certain aspects of human rights law. Yet, in many instances, their '''vaguely phrased wording''' does not allow us to determine whether they are of a moral or legal nature. There is also a '''lack of clarity regarding who the beneficiary''' of a given duty is intended to be (e.g., the state, society, other individuals) or '''what its precise content''' entails.<ref>M Malila, [https://repository.up.ac.za/handle/2263/60063 The Place of Individuals' Duties in International Human Rights Law: Perspectives form the African Human Rights System] (PhD thesis, University of Pretoria 2017) 270-307. </ref> The foregoing challenges should not in themselves lead us to dismiss individual duties as a concept all together.<ref>Malila (n 10) 303-307.</ref> There is scope for the implementation of individual duties on a community and societal level, thereby preserving and nurturing communal and cultural practices and values.<ref>MW Mutua, Human Rights: A Political and Cultural Critique (University of Pennsylvania Press 2002) 93.</ref> Such practices, however, need to protect individuals from discrimination.<ref>W Adiel, The Protection of Freedom of Expression in Africa (Edwin Mellen Press 2016) 730-770.</ref>}} [[Public_International_Law/Actors_in_International_Law/International_Organizations|'''International organizations''']] are not bound by human rights according to the text of human rights treaties,<ref>The most famous exception is certainly the ECHR, which provides for the accession of the European Union to the ECHR in Protocol No 14. </ref> although they can be responsible for serious human rights violations and are gaining more and more power. However, international organizations are bound by jus cogens norms and therefore bound by human rights that are jus cogens norms.<ref>Joseph and Dipnall (n 14) 111; Kälin and Künzli (n 2) 78–79.</ref> ===II. Protected Actors=== Human rights bind the state vis-à-vis all individuals within its territory and under its jurisdiction.<ref>Joseph and Dipnall (n 14) 111; see also Art. 2(1) ICCPR.</ref> Unless human rights are not explicitly limited to nationals, they apply equally to '''nationals''' and '''non-nationals'''.<ref>Joseph and Dipnall (n 14) 111–112.</ref> International human rights treaties do not primarily protect the rights of citizens, but of humans. Human rights protect '''vulnerable groups''' in particular, such as asylum seekers, illegal migrants, the disabled, the elderly, indigenous people, and minorities, as well as women, transgender people, and children.<ref>See Art. 2(2, 3) ICESCR; see also CESCR, ‘General Comment No. 14: The Right to the Highest Attainable Standard of Health (Art. 12 of the Covenant)’ (2000) E/C.12/2000/4; Roberto Andorno, ‘Is Vulnerability the Foundation of Human Rights?’ in Aniceto Masferrer and Emilio García-Sánchez (eds), Human Dignity of the Vulnerable in the Age of Rights, vol 55 (Springer International Publishing 2016).</ref> {{OpenRewi/Example|Reference=human rights and nationality|Content=Art. 25 ICCPR limits the right to political participation to citizens, while the prohibition of torture or inhuman and degrading treatment (Art. 7 ICCPR) applies equally to nationals and non-nationals (e.g., asylum seekers and migrants).}} The '''unborn''' has no international human rights.<ref>Kälin and Künzli (n 2) 112.</ref> According to Art. 4(1) ACHR, life does not begin with birth, but already with conception. However, this clause has never been successfully invoked on behalf of an unborn and other regional and global human rights treaties do not contain such a clause. On the contrary, both the ECtHR and the HRC reject rights of the fetus independent of the mother.<ref>Vo v France [2004] ECtHR Application 53924/00; Peter Michael Queenan v Canada [2005] CCPR CCPR/C/84/D/1379/2005.</ref> A uniform approach to human rights of [[Public_International_Law/Actors_in_International_Law/Corporations|'''corporations''']], does not exist. While in the European human rights system corporations have standing before the European Court of Human Rights, in the UN and Inter-American systems only individuals have human rights. However, insofar as rights of individuals are protected by a company, individuals can also invoke rights of companies.<ref>Joseph and Dipnall (n 14) 112–114.</ref> For the [[Public_International_Law/Actors_in_International_Law/Indigenous_Peoples|'''rights of indigenous peoples''']], on the other hand, most human rights systems provide for distinctive rights.<ref>See Art. 1, 47 ICCPR; Art. 20(1) AfCHPR; Indigenous Communities of the Lhaka Honhat (Our Land) Association v Argentina [2020] IACtHR Series C 400; Maya Kaqchikel Indigenous Peoples of Sumpango et al v Guatemala [2021] IACtHR Series C 440.</ref> {{OpenRewi/Example|Reference=rights of indigenous peoples|Content=Art. 20(1) AfCHPR provides that “All peoples shall have the right to existence. They shall have the unquestionable and inalienable right to self-determination. They shall freely determine their political status and shall pursue their economic and social development according to the policy they have freely chosen.”}} {{OpenRewi/Advanced|Reference=Rights of Indigenous Peoples in the European Human Rights System|Content=The European human rights system, built on the idea of '''individualized liberalism''', does not contain any rights specifically designed for indigenous peoples. However, at least the European Charter for Regional or Minority Languages and the (European) Framework Convention for the Protection of National Minorities protect the identity of minority groups. In Muñoz Díaz v Spain, the ECtHR also indicated group-specific rights of national minorities.<ref>Muñoz Díaz v Spain [2009] ECtHR Application 49151/07 [60].</ref> }} ===III. Types of Obligations=== Human rights primarily bind the state. However, they may also impose direct or indirect obligations on non-state actors. These duty-bearers must respect human rights by refraining from interference with rights (so-called '''negative obligations''') and by protecting rights through action (so-called '''positive obligations''').<ref>Kälin and Künzli (n 2) 87.</ref> Negative obligations require duty-bearers to '''refrain from unlawfully interfering''' with human rights. States may therefore only restrict human rights if they can provide a justification for the interference. This requires a restriction that is prescribed by law, serves a legitimate aim and is necessary in a democratic society.<ref>See „C. II. 3. Justifications“ in this chapter.</ref> Thereby, negative obligations correspond to the duty to respect human rights.<ref>This is discussed in more detail at the end of this chapter. See ‘E. I. Means of Implementation: Respect, Protect, Fulfill’.</ref> {{OpenRewi/Example|Reference=negative obligations|Content=A state that uses judicial birching as a form of corporal punishment violates the prohibition of degrading punishment in Art. 7(1) ICCPR. Since this is a jus cogens obligation, the state cannot justify such an intrusion by referring to societal interests. In contrast, a COVID-19 related ban on public indoor assemblies interferes with the freedom of assembly under Art. 21 ICCPR but can be justified (at least during the initial spread of COVID-19) by reference to public health.}} Duty-bearers cannot, however, fulfill their human rights obligations by mere omission. Instead, they must also respect their positive obligations. Positive obligations oblige duty-bearers to '''actively protect human rights'''. States must protect individuals from state, human and natural threats (so-called duty to protect), provide effective access to justice (so-called procedural rights), share information, and enable participation in political and social processes.<ref>Eckart Klein (ed), The Duty to Protect and to Ensure Human Rights (Berlin-Verl, Spitz 2000); Alastair Mowbray, ‘Duties of Investigation Under the European Convention on Human Rights’ (2002) 51 International and Comparative Law Quarterly 437; Kälin and Künzli (n 2) 87–89.</ref> These duties apply to all state organs and to economic, social, and cultural rights as well as civil and political rights.<ref>Kälin and Künzli (n 2) 106.</ref> Thereby, positive obligations correspond to the duties to protect and to fulfil human rights.<ref>This is discussed in more detail at the end of this chapter. See ‘E. I. Means of Implementation: Respect, Protect, Fulfill’. </ref> {{OpenRewi/Example|Reference=positive obligations|Content=If a state is aware, or should have been aware, that a landslide is imminent as a result of private coal mining and nevertheless fails to take legislative or executive measures to protect the population, the state violates the right to life in Art. 6(1) ICCPR of the victims. Similarly, impoverished persons are entitled to legal aid to enforce their legal claims.<ref>These examples are based on decisions mentioned in Kälin and Künzli (n 2) 97–98, 105.</ref>}} ==C. Analyzing Human Rights Violations== <!-- the structure of the sub-chapter is great. An alternative way that you many want to consider here would be to discuss first supervising HR obligations (section D), followed by section E and then turn to discuss section C which specifically refers to international HR courts. Up to you! :) --><!-- alternative phrasing: International Courts Assessing HR Alleged Violations/Claims. --> <!-- I would agree with the first comment in this section: It could enhance clarity if the text addresses the review mechanisms first, the types of obligations, and then comes to the process of analyzing human rights violations. --> Human rights adjudicative bodies review human rights violations in individual <!-- if you have space somewhere, you could have an advanced knowledge box or an example of the inter-State disputes gaining relevance before the ECtHR. We have quite a few the last years. -->and interstate complaints using a two-tiered structure: In a first '''procedural step''', <!-- Not sure why you call jurisdiction + admissibility procedural..? -->adjudicative bodies first examine whether they <!-- I would just rephrase to whether they have jurisdiction to hear the case. -->are the right forum for the complaint (jurisdiction), answer procedural preliminary questions and usually superficially <!-- I would rephrase to checking whether the complaint is manifestly ill-founded. -->review how substantive the complaint is. In a second '''substantive step''', the adjudicative bodies then examine the actual human rights violation using a three-step structure consisting of applicability, scope and interference, and justification. === I. Jurisdiction and Admissibility === The adjudicative bodies do not begin directly with the examination of human rights violations, but first answer procedural '''preliminary questions'''. On the one hand, this is based on legal provisions in human rights treaties. On the other hand, the preliminary questions also serve to reduce the workload of the adjudicative bodies.<ref>E.g., ECtHR, ‘Practical Guide on Admissibility Criteria’ (2021) 7–8.</ref> ==== 1. Jurisdiction ==== Adjudicative bodies can decide on a complaint only if they have jurisdiction. The bodies can answer this first question themselves (so-called '''compétence de la compétence'''). Human rights treaties contain precise requirements for jurisdiction. In general, the person whose human rights have been violated must file a complaint ('''ratione personae''') concerning the interpretation of human rights <!-- a HR provided in the treaty under discussion? --> ('''ratione materiae'''), provided that the facts of the case relate to the jurisdiction of the respondent state<!-- became a party? (accession is one of the ways to become a party) --> ('''ratione loci''') and the human rights violation occurred after the respondent state acceded to the human rights treaty ('''ratione temporis''').<ref>See Art. 32-34 ECHR, Art. 44-47 ACHR, and Art. 3-4 Protocol on the Establishment of an African Court on Human and Peoples‘ Rights.</ref> ==== 2. Preliminary Questions<!-- Admissibility? -->==== However, jurisdiction is not sufficient for the adjudicative bodies to decide the substance of the claim. Instead, complainants must have '''exhausted domestic remedies''',<ref>See Art. 35(1) ECHR, Art. 46(1)(a) ACHR, Art. 2 Optional Protocol to the ICCPR, and Art. 50 AfCHPR.</ref> must observe certain '''time limits''' between the violation and the filing of the complaint,<ref>See Art. 35(1) ECHR, Art. 46(1)(b) ACHR, Art. 56(6) AfCHPR.</ref> and must not '''abuse''' their right to appeal<ref>See Art. 35(3) ECHR, Art. 3 Optional Protocol to the ICCPR, Art. 56(3) AfCHPR.</ref>. In addition, '''anonymous complaints''' are not permitted.<ref>See Art. 35(2) ECHR, Art. 3 Optional Protocol to the ICCPR. Nevertheless, the identity of the complainant may be kept secret in the proceedings if necessary.</ref> These requirements reduce the number of cases at a level that can be decided easily and quickly. Furthermore, they generally allow the adjudicative bodies to decide the merits based on facts ascertained by national authorities and courts. ==== 3. Approximating Merits<!-- I would rephrase -->==== Finally, a cursory examination of merits reduces the number of admissible cases. The adjudicative body may dismiss a case as inadmissible if the complaint is '''manifestly ill-founded''',<ref>See Art. 35(3) ECHR.</ref> gives no indication of a '''significant violation''',<ref>See Art. 12 Protocol 14 to the ECHR.</ref> or has already been '''addressed before''' the body or another international body. === II. Merits === In merits, the adjudicative bodies analyze <!-- whether there is a HR violation -->the human rights violation. This is the focal point of reviewing human rights violations. <!-- complaints? -->. ==== 1. Applicability ==== In a first step<!-- but this is admissibility, no? -->, the adjudicative bodies determine whether human rights are territorially applicable to the facts of the case. Human rights are applicable whenever the state has jurisdiction. The state has jurisdiction over its own territory.<ref>See Art. 2(1) ICCPR.</ref> However, states do not only act within their own territory, but also foreign territory to the detriment of human rights. For this case, the various human rights adjudicative bodies have found different approaches, which are discussed under the umbrella term of '''extraterritorial application.''' In the European system, the state has jurisdiction when it exercises '''effective control''' over a foreign territory or over the rights of an individual.<ref>Al-Skeini and Others v the United Kingdom [2011] ECtHR Application no. 55721/07 [131–150]; Joseph and Dipnall (n 14) 122.</ref> The African human rights system follows this approach.<ref>AfCmHPR, ‘General Comment No. 3 on the African Charter on Human and Peoples’ Rights: The Right to Life (Article 4)’ para 14.</ref> The UN human rights system also echoes the effective control test, but only requires that the individual be under the effective control of the state. The decisive factor is therefore the '''relationship of the state to the person affected''', not the relationship of the rights violation to the territory.<ref>CCPR, ‘HRC General Comment 31’ (n 10) para 10; Joseph and Dipnall (n 14) 125.</ref><!-- this is a very good example that does concern applicability. you mention "conflict" at some point. Not sure why you phrase the interrelation as conflict. Perhaps to add one sentence hinting towards the confines of the jurisdiction of an HR court (strictly speaking not applying IHL?) --> {{OpenRewi/Advanced|Reference=International Human Rights Law and International Humanitarian Law|Content=While international humanitarian law regulates armed conflict, human rights protect almost all human behavior. Overlaps may occur between human rights and international humanitarian law due to the substantive and territorial expansion of human rights law. There are situations that are exclusively subject to international humanitarian law (e.g., requisitioning of property in occupied territory) or human rights protection (e.g., violations of non-derogable rights) and situations in which both fields are applied concurrently.<ref>Sandesh Sivakumaran, ‘International Humanitarian Law’ in Daniel Moeckli and others (eds), International Human Rights Law (Third edition, Oxford University Press 2018) 512–513.</ref> In the case of parallel application of human rights and international humanitarian law, the conflict between the fields must be resolved based on Art. 31(3)(c) VCLT. Thus, the provisions of both areas of law influence each other.<ref>Hassan v the United Kingdom [2014] ECtHR Application no. 29750/09 [104–105]; Sivakumaran (n 40) 515–516.</ref>The concurrent application of human rights and international humanitarian law is important due to the insufficient individual protection in armed conflict, as well as uncertainties in the applicability and lack of enforcement mechanisms of international humanitarian law.<ref>Sivakumaran (n 40) 507–511.</ref>}} ==== 2. Scope and Interference ==== In a second step, human rights adjudicative bodies examine whether the state's conduct falls within the scope of a human right. Only when the state intrudes into a sphere protected by a human right does the question of justification arise. However, this question cannot be answered in the abstract, but only depending on the concrete human right. Each human right defines its own scope.<ref>Kälin and Künzli (n 2) 118.</ref> ==== 3. Justifications ==== Human rights are not unlimited but depend on other human rights. <!-- err yes, this can be a scenario but most of the times HR are limited due to public interest reasons. Perhaps you wish to make this clear. -->This conflict<!-- what conflict? --> can be resolved through limitations and derogations of human rights. However, certain rights cannot be restricted under any circumstances. This applies to all human rights, which are jus cogens.<ref>Frédéric Mégret, ‘Nature of Obligations’ in Daniel Moeckli and others (eds), International Human Rights Law (Third edition, Oxford University Press 2018) 99.</ref> {{OpenRewi/Example|Reference=conflicts of human rights|Content=The freedom of the press of a tabloid allows reporting on the lives of celebrities. This reporting usually interferes with the personal rights of the celebrities. This conflict can be resolved by balancing both rights. On the other hand, a conflict between the prohibition of torture on the one hand and the interest in uncovering a criminal act must always be decided in favor of the prohibition of torture.}} ===== a) Limitations ===== Human rights limitations must satisfy a three-step test. First, the restriction must be '''prescribed by law'''. The law must be formulated in an accessible and sufficiently precise manner.<ref>Mégret (n 44) 100–101.</ref> Second, the limitation must serve a '''legitimate aim'''. The aim depends on the particular human right. {{OpenRewi/Example|Reference=legitimate aims|Content=Art. 10 ECHR stipulates that limitations of the right to freedom of expression must serve “the interests of national security, territorial integrity or public safety, […] the prevention of disorder or crime, […] the protection of health or morals, […] the protection of the reputation or rights of others, […] preventing the disclosure of information received in confidence, or […] maintaining the authority and impartiality of the judiciary.“}} States usually meet the first two requirements. Therefore, the third requirement is decisive. Limitations are only allowed if they are '''necessary in a democratic society'''. <!-- the phrase "in a democratic society" is very ECHR-centric. The ICCPR + HRC refer to necessary. -->Accordingly, (a) the limitation must serve the purpose from the second step, (b) there must be no less intrusive means and (c) the means must be proportionate, i.e. the interest in human rights protection must not outweigh the interest in the limitation.<ref>Kälin and Künzli (n 2) 92–93; Mégret (n 44) 101.</ref><!-- you may want to add the following here: (a) the African Charter does not have proper limitation clauses but the African Court has endorsed the approach of the other HR courts. I can give you case law, if you make this point. (b) perhaps a few more sentences + references may be added for the infamous proportionality test? --> ===== b) Derogations ===== <!-- I wonder whether the reader could benefit from knowing about the rights which are not subject to derogation. -->In emergencies, states in the European, American, Arabic and global human rights systems can not only restrict human rights, but also derogate from them. Derogations are permitted if a state of emergency is declared and exists, the emergency measure is necessary and non-discriminatory, and that no non-derogable rights are violated.<ref>See Art. 4 ICCPR, Art. 15 ECHR and Art. 27 ACHR.</ref><!-- the African Charter does not have a derogation clause. Perhaps you may want to mention this in your main text of in a footnote. --> == D. Reviewing Human Rights Violations<!-- alternate phrasing: "Supervising HR obligations"? -->== In international human rights law exists is no global forum that interprets human rights as the final authority. Instead, human rights are interpreted simultaneously by global and regional courts, committees, and commissions in judicial, quasi-judicial and non-judicial forums.<ref>Chinkin (n 1) 64.</ref><!-- I am having a hard time trying to identify whether this section relates to “interpretation” solely, or also deals with the “mechanisms of protection.” I guess it is the case of the latter. While both concepts are not mutually exclusive, the term “mechanisms of protection” certainly connotes a broader category. Judicial, quasi-judicial, and non-judicial bodies help interpret HRL (for example by issuing General Comments) but at the same time, their roles extend to ensuring implementation and compliance. So, also in connection with the comments on the title of this section, I would argue that the terms “supervision” and “review” have been used interchangeably in HRL to refer to all protection mechanisms. The term “mechanism of protection” encompasses all of these. Please, see Olivier De Schutter, International Human Rights Law (3rd ed., Cambridge, UK: Cambridge University Press, 2019). On the debate about "interpretation" exclusively, please see: https://www-oxfordhandbooks-com.ezproxy.lib.umb.edu/view/10.1093/law/9780199640133.001.0001/law-9780199640133-e-28 --> === I. Judicial Review<!-- I wonder whether readers could benefit from getting a general notion of what judicial, quasi-judicial, and non-judicial mechanisms of protection entail so that they could differentiate across such mechanisms. Alternatively, it could be useful to have the link to the textbook's chapter where these conceptual issues are clarified. This introduction to the categorization of mechanisms of protection from the IJRC could be useful: https://ijrcenter.org/courts-monitoring-bodies/ -->=== The most famous interpreters of human rights are certainly the three '''regional human rights courts''' in Europe, America, and Africa. The European Court of Human Rights, the Inter-American Court of Human Rights and the African Court on Human and Peoples’ Rights have been influential in shaping human rights development not only in their regional human rights systems, but worldwide. In these forums, individuals can file cases against actions taken by the state ('''individual complaints''') or states against other states ('''interstate complaints'''). The ICJ and ICC also interpret human rights in their case law.<ref>Ahmadou Sadio Diallo (Republic of Guinea v Democratic Republic of the Congo) [2010] 639 [64–98].</ref><!-- "subvert" is a very strong term.. The global bodies e.g. HRC do give a lot of deference to states (they name it margin of discretion). The African Court too. --><!-- I like this box. It helps illustrate how judicial bodies operate. --> {{OpenRewi/Advanced|Reference=Standards of Review|Content=Standards of review generally describe whether and to what extent a court adheres to the view of an institution or entity that was previously engaged in examining the facts and the law regarding a specific case.<ref>Martha S Davis, ‘A Basic Guide to Standards of Judicial Review’ (1988) 33 South Dakota Law Review 469, 469–470; Amanda Peters, ‘The Meaning, Measure, and Misuse of Standards of Review’ (2009) 13 Lewis & Clark Law Review 233, 235.</ref> In international law, standard of review is understood as the intensity with which an [[Public_International_Law/Peaceful_Settlement_of_Disputes|'''international adjudicative body''']] '''scrutinizes the respondent state's own assessment''' of a factual situation and legal assessment of alleged violations of international law.<ref>Lukasz Gruszczynski and Wouter Werner (eds), ‘Introduction’, Deference in International Courts and Tribunals (Oxford University Press 2014) 1–2; Caroline Henckels, Proportionality and Deference in Investor-State Arbitration: Balancing Investment Protection and Regulatory Autonomy (First paperback edition, Cambridge University Press 2018) 29–30.</ref> Four different prototypes of standards of review exist, characterized depending on the intensity of this scrutinization: First, '''complete deference''' (or absence of judicial oversight) as the most deferential describes decisions in which the adjudicative body relies solely on the respondent state's assessment of the facts and the law. Second, in cases of '''good faith review''', adjudicative bodies examine only whether the state evaluated the facts and the law in “good faith”, without “manifest unreasonableness”, or free from “arbitrariness”. Third, in cases of '''reasonableness review''', the adjudicative bodies will not only consider whether the respondent state’s evaluation was at least somehow comprehensible but also whether an (imaginary) independent observer with the same knowledge of the state would assess the situation as the state has done. However, it is not necessary that the adjudicative body is completely convinced of the state's assessment. The latter is only decisive for the '''de novo review'''. This fourth type of standards of review is the least deferential standard and describes decisions in which adjudicative bodies conduct their own assessment of the facts and the law without any deference to the state or other conceivable evaluation.<ref>The section is largely based on the still unpublished work of Felix Fouchard on standards of review in the case law of the International Court of Justice and is guided by the existing literature. See only Gruszczynski and Werner (n 51) 1–3; Joshua Paine, ‘Standard of Review: Investment Arbitration’ in Anne Peters (ed), Max Planck Encyclopedia of International Procedural Law (2018) 15; Peters (n 50) 242–247; Viljam Engström, ‘Deference and the Human Rights Committee’ (2016) 34 Nordic Journal of Human Rights 73, 76–78.</ref> In the field of international human rights law, standards of review serve three interrelated purposes: Firstly, standards of review '''balance the power''' between [[Public_International_Law/Peaceful_Settlement_of_Disputes|'''international adjudicative body''']] on the one hand and [[Public_International_Law/Actors_in_International_Law/States|'''sovereign states''']] on the other.<ref>Oren Gross and Fionnuala Ní Aoláin, ‘From Discretion to Scrutiny: Revisiting the Application of the Margin of Appreciation Doctrine in the Context of Article 15 of the European Convention on Human Rights’ (2001) 23 Human Rights Quarterly 625, 626.</ref> A complaint to a human rights adjudicative body requires the exhaustion of local remedies. Therefore, the adjudicative bodies decide on the basis of a supreme court judgment of the respondent state. In this respect, international review is not only subordinate to national policy choices and judicial review, but also interferes with the ultimate decision-making authority of domestic supreme courts.<ref>Engström (n 52) 74.</ref> Deferential standards of review signal to the respondent state that its own assessment is respected, whereas a more vigorous review signals to the complainant that its request for judicial protection is recognized. Secondly, standards of review allow complainants to '''assess the likelihood of success''' of a claim. As demonstrated above, standards of review describe the intensity with which an international adjudicative body scrutinizes the domestic assessment of a factual situation and legal assessment of alleged violations of human rights.<ref>Gruszczynski and Werner (n 51) 1–2; Henckels (n 51) 29–30.</ref> If adjudicative bodies apply standards of review in a structured and standardized manner, complainants and their legal counsel can assess the chances of success of a complaint in advance, depending on the underlying facts and legal issues. Thirdly, standards of review facilitate '''judicial economy''' by recognizing the respective strengths of participants in the procedure. Instead of completely revisiting the entire case, international adjudicative bodies can refer to the assessment of national authorities and courts, relying on the particular proximity of national institutions and subsidiarity of international review.<ref>See regarding the purposes of standards of review in international law in general Peters (n 1) 238-242</ref>  International human rights adjudicative bodies do not take a uniform approach to standards of review.<ref>See on the rejection of the margin of appreciation in the African, Inter-American, and universal human rights systems Dominic McGoldrick, ‘A Defence of the Margin of Appreciation and an Argument for Its Application by the Human Rights Committee’ (2016) 65 International & Comparative Law Quarterly 21.</ref> The [[Public_International_Law/Human_Rights_Law/Human_Rights_Protection/European_Human_Rights_System|'''European Court of Human Rights''']] recognizes a certain '''margin of appreciation''' of states in the interpretation and implementation of human rights (legal margin) and in the assessment of the facts (factual margin).<ref>Kälin and Künzli (n 2) 93–95; Mégret (n 44) 102–103.</ref> However, the notion of standards of review should not be confused with the term “margin of appreciation” mentioned in the case law of the European Court. The margin of appreciation presupposes a degree of deference and can therefore be better described as one deferential standard of review.<ref>L. Gruszczynski and W. Werner, ‘Introduction’, in L. Gruszczynski and W. Werner (eds.), Deference in International Courts and Tribunals: Standard of Review and Margin of Appreciation (2014), 1 at 4.</ref> Although the [[Public_International_Law/Human_Rights_Law/Human_Rights_Protection/Inter-American_Human_Rights_System|'''Inter-American Commission on Human Rights''']] and the [[Public_International_Law/Human_Rights_Law/Human_Rights_Protection/Inter-American_Human_Rights_System|'''Inter-American Court of Human Rights''']] referred to the margin of appreciation and thus to deferential review in some decision,<ref>Advisory Opinion on Proposed Amendments to the Naturalization Provision of the Constitution of Costa Rica [1984] IACtHR OC-4/84 [58, 62, 63]; Ricardo Canese v Paraguay [2004] IACtHR Series C 111 [97].</ref> their settled case law rather suggests an almost de novo review.<ref>Antônio Augusto Cançado Trindade, El Derecho Internacional de Los Derechos Humanos En El Siglo XXI (2. ed. actualizada, Editorial Jurídica de Chile 2006) 386–387; Gary Born, Danielle Morris and Stephanie Forrest, ‘“A Margin of Appreciation”: Appreciating Its Irrelevance in International Law’ (2020) 61 Harvard International Law Journal 70, 53; Walter Humberto Vásquez Vejarano v Peru [2000] IACmHR Case 11.166 [24, 34].</ref> Similarly, the [[Public_International_Law/Human_Rights_Law/Human_Rights_Protection/United_Nations_Human_Rights_System|'''United Nations Human Rights Committee''']] has mentioned the margin of appreciation in communications concerning questions of public morals<ref>Leo Hertzberg et al v Finland [1982] CCPR CCPR/C/OP/1 [10.3].</ref> and national security<ref>Vjatseslav Borzov v Estonia [2004] CCPR CCPR/C/81/D/1136/2002 [7.3].</ref>, but for the most part has rejected it,<ref>Länsman et al v Finland [1992] CCPR CCPR/C/52D/511/1992 [9.4]; General Comment No 29: Article 4: Derogations during a State of Emergency [2001] CCPR Adopted at the Seventy-second Session of the Human Rights Committee [6]; CCPR, ‘General Comment No 34 Article 19 Freedoms of Opinion and Expression’ (2011) para 36.</ref> even though the drafting history of the ICCPR contained an explicit endorsement of the margin of appreciation<ref>Report of the Third Committee, ‘Draft International Covenants on Human Rights’ (1963) UN Doc. A/5655 para 49.</ref>. The Human Rights Committee justifies its (almost) de novo standard of review considering state’s voluntary accession to human rights treaties, the universalism of international human rights law, and its own function and competence.<ref>CCPR, ‘HRC General Comment 34’ (n 64) para 36.</ref> In the African human rights system, the [[Public_International_Law/Human_Rights_Law/Human_Rights_Protection/African_Human_Rights_System|'''African Commission on Human and Peoples' Rights''']] seems to assume a margin of appreciation on the part of member states,<ref>Garreth Anver Prince v South Africa [2004] AfCmHPR Communication 255/02 [50–53].</ref> whereas the [[Public_International_Law/Human_Rights_Law/Human_Rights_Protection/African_Human_Rights_System|'''African Court on Human and Peoples' Rights''']] is less deferential and applies an (almost) de novo standard of review<ref>The Tanganyika Law Society and Legal and Human Rights Centre v United Republic of Tanzania [2013] AfCtHPR Application 009/2011 [107–111, 112]; Adem Kassie Abebe, ‘Right to Stand for Elections as an Independent Candidate in the African Human Rights System: The Death of the Margin of Appreciation Doctrine?’ (AfricLaw, 19 August 2013) <https://africlaw.com/2013/08/19/right-to-stand-for-elections-as-an-independent-candidate-in-the-african-human-rights-system-the-death-of-the-margin-of-appreciation-doctrine-2/> accessed 29 June 2022.</ref>.}} === II. Quasi-judicial Review === The '''quasi-judicial human rights commissions and committees''' complement the judicial interpretation of human rights. On the one hand, these institutions are court-like when they decide on human rights violations in individual cases as the Inter-American Commission of Human Rights, the African Commission on Human and Peoples’ Rights, the Human Rights Committee, and the Committee against Torture do. The same applied to the European Commission of Human Rights before it was abolished in 1998. On the other hand, unlike court decisions, the decisions of these adjudicative bodies are '''not binding'''. Moreover, the work of quasi-judicial institutions is not limited to individual or interstate complaints. Instead, the commissions and committees also assess the general human rights situation in states in so-called state reports.<ref>Kälin and Künzli (n 2) 192–193.</ref><!-- they also contribute to the progressive development of said treaties. --> === II. Non-judicial Review === In addition to the (quasi-)judicial review of human rights violations,<!-- hm yes and no. it is politicised but the discussion takes place on the basis of human rights law + their obligations --> '''political proceedings''' are also taking place. The most famous <!-- rephrase? -->and notorious forum is certainly the UN Human Rights Council. These institutions are not concerned with developing a coherent interpretation of human rights, but with balancing political interests.<ref>Kälin and Künzli (n 2) 192.</ref> These mechanisms are often criticized for their '''politicization''' and '''infectivity'''.<ref>Jane Connors, ‘United Nations’ in Daniel Moeckli and others (eds), International Human Rights Law (Third edition, Oxford University Press 2018) 385–386; Kälin and Künzli (n 2) 242–243.</ref> However, the key advantage of political review of human rights violations is its '''applicability to all states'''. Political review is neither spatially nor temporally limited and can therefore also be applied to states that do not accept the jurisdiction of judicial and quasi-judicial adjudicative bodies.<ref>Kälin and Künzli (n 2) 193.</ref> Moreover, it is precisely the process of '''political negotiation''' that brings the human rights discourse into previously unattainable areas.<ref>Connors (n 54) 386–387; Kälin and Künzli (n 2) 243.</ref> In addition to these institutionalized forms of human rights monitoring, there is also a vast field of '''non-governmental organizations''', '''grassroots''' '''movements''', and '''activist litigators''' that also participate in the interpretation and monitoring of human rights.<ref>Chinkin (n 1) 78.</ref> == E. Implementing International Human Rights == The interpretation <!-- and application -->of human rights by various institutions does not result in their effective implementation. To this end, the means of implementation and circumvention are crucial. === I. Means of Implementation: Respect, Protect, Fulfill<!-- The way I am reading this portion leaves me with the understanding that obligations are means of implementation. The means of implementation are certainly not disconnected from human rights obligations. The duties to respect, protect, and fulfill inform the measures (executive, legislative, and judicial) that states should undertake to implement human rights. However, the HR literature and practice have often developed both terms (implementation and obligations) on different conceptual pathways. Therefore, this paragraph may still have some opportunities to focus on the particular substance of both realms, while also highlighting how they connect (a good example of the interpretation of means through which states satisfy their obligations is provided by the CESCR in its General Comment 3). -->=== While states have wide discretion in implementing obligations under international law in general, human rights obligations are more specific: states must '''respect''', '''protect''', and '''fulfill''' human rights.<ref>Mégret (n 44) 97; Olivier de Schutter, International Human Rights Law: Cases, Materials, Commentary (Third edition, Cambridge University Press 2019) 292.</ref> While these three types of duties overlap, they help in evaluating state behavior.<ref>Mégret (n 44) 99.</ref> States '''respect''' human rights if they do not actively violate them through their organs or agents (so-called [[Public_International_Law/Human_Rights_Law/Categories_of_Human_Rights|'''negative obligations''']].<ref>Mégret (n 44) 97; Schutter (n 58) 292.</ref> However, states are not only required to refrain from human rights violations, but they are also equally obligated to '''protect''' human rights. From this duty to protect follows a duty to act: States must protect the people living in their jurisdiction from foreseeable and preventable rights violations by private individuals or disasters (so-called [[Public_International_Law/Human_Rights_Law/Categories_of_Human_Rights|'''positive obligations''']].<ref>Mégret (n 44) 97–98; Schutter (n 58) 292.</ref> The “'''obligation to fulfill'''” finally results in a '''specific instruction for action''': States must create procedures and institutions that enable greater enjoyment of human rights.<ref>Mégret (n 44) 98.</ref> === II. Means of Circumvention<!-- not sure about this term -->: Reservations and Withdrawals === In principle, the rules of the VCLT also apply to human rights treaties. The consequence for the implementation of human rights would be that human rights treaties become binding for states upon ratification according to Art. 14 VCLT, reservations are effective according to Art. 19-23 VCLT and states can withdraw from human rights treaties according to Art. 54-72 VCLT. However, as the sections on the interpretation of human rights treaties and human rights as customary international law have shown, the provisions of the VCLT do not apply without exceptions.   States can use reservations to modify or exclude provisions in human rights treaties. In an international legal order based on consent, it is only convincing to grant states reservations to treaties. However, due to the interdependence of human rights, this can lead to unpredictability and indeterminacy in human rights law. Nevertheless, except for Art. 2(1) Second Optional Protocol to the ICCPR and Art 57 ECHR, human rights treaties contain no provision for or against reservations. For this reason, the rules of the VCLT apply. According to Art. 19(c) VCLT reservations are valid if they are compatible with the "object and purpose" of human rights treaties.<ref>Mégret (n 44) 93.</ref> Therefore, reservations against jus cogens norms, customary international law, non-derogable rights, effective remedies, and mandatory procedures before international adjudicative bodies as well as overly vague or broad reservations are impermissible.<ref>Loizidou v Turkey [1997] ECtHR 23 EHRR 513 [43]; CCPR, ‘General Comment No 24 Issues Relating to Reservations Made upon Ratification or Accession to the Covenant or the Optional Protocols Thereto, or in Relation to Declarations under Article 41 of the Covenant’ (1994); Mégret (n 44) 93–94.</ref> In general, an unlawful reservation does not cause the entire acceptance of the human rights treaty to fall.<ref>Mégret (n 44) 95–97.</ref> Contrary to the rules of the VCLT, states may withdraw from a human rights treaty only if that treaty contains a withdrawal clause. Otherwise, states are precluded from withdrawing from the human rights treaty.<ref>CCPR, ‘General Comment No. 26: Continuity of Obligations’ (2004); Mégret (n 44) 106–108.</ref><!-- well, this is disputed, aint it? -->. ==Further Readings== * Chinkin S, ‘Sources’ in Daniel Moeckli and others (eds), ''International Human Rights Law'' (Third edition, Oxford University Press 2018) *Connors J, ‘United Nations’ in Daniel Moeckli and others (eds), ''International Human Rights Law'' (Third edition, Oxford University Press 2018) *Joseph S and Dipnall S, ‘Scope of Application’ in Daniel Moeckli and others (eds), ''International Human Rights Law'' (Third edition, Oxford University Press 2018) *Mégret F, ‘Nature of Obligations’ in Daniel Moeckli and others (eds), ''International Human Rights Law'' (Third edition, Oxford University Press 2018) *Sivakumaran S, ‘International Humanitarian Law’ in Daniel Moeckli and others (eds), ''International Human Rights Law'' (Third edition, Oxford University Press 2018) *Kälin W and Künzli J, ''The Law of International Human Rights Protection'' (Second edition, Oxford University Press 2019) *Schutter O de, ''International Human Rights Law: Cases, Materials, Commentary'' (Third edition, Cambridge University Press 2019) ==Conclusion== * Summary I * Summary II <!--Please do not delete the part under this comment--> {{OpenRewi/Chapter-End}} <noinclude> {{Documentation}}</noinclude> {{BookCat}} of10w6epgxl49gn4f712soka8z21cfu 4089850 4089849 2022-08-09T12:18:27Z Max Milas 3337005 /* A. Sources of International Human Rights Law */ wikitext text/x-wiki <p style="clear: both;"></p> {{OpenRewi/Chapter-Top}} <p style="clear: both;"></p> <!--Please do not delete the part above this comment--> {{Template:OpenRewi/WIP}}<!--You can delete this template as soon as your text is (provisionally) finished--> <big>'''Author:''' [[User:Max Milas|Max Milas]] </big> <blockquote>'''Required knowledge:''' [[Public_International_Law/Human Rights Law|Introduction to Human Rights Law]], [[Public_International_Law/Sources_of_International_Law|Sources of international law]], [[Public_International_Law/Sources_of_International_Law/Treaty_Law|Treaty law and interpretation of treaties]], [[Public_International_Law/Interaction/International_Law_and_Domestic_Law|Interaction between domestic and international Law]]</blockquote> <blockquote>'''Learning objectives:''' Understanding recurring themes in human rights doctrine.</blockquote> == A. Sources of International Human Rights Law == Contemporary international human rights law derives from international treaties, customary international law and<!-- and general principles of law? e.g. Golder case and the right to a fair trial -->non-binding declarations that coexist at both the regional and universal levels. The following section provides an overview of these '''legal sources''' of human rights and the '''legal status''' of human rights in international law. For this purpose, human rights are presented against the background of the rules of general international law<!-- you mean international law, right? the concept of "general international law", albeit referred by all of us, is not part of positive international law .. I would rephrase to international law (or maybe general rules of international law). -->on [[Public_International_Law/Sources_of_International_Law|legal sources]] and [[Public_International_Law/Sources_of_International_Law|legal status]]. <!-- Perhaps you start the previous para with this point (aka human rights and international law share the same sources ? --><!-- I concur with this last comment. You may want to consider moving Art. 38(1) of the Statute of the ICJ at the beginning of the paragraph in order to support the main argument. By having it separate from the first paragraph, the connection between the two ideas does not come up in a straightforward manner. --> For human rights sources, as for all almost all fields of international law, Art. 38(1) of the Statute of the International Court of Justice ("ICJ") is decisive. Accordingly, sources of international law are "international conventions [...]; international custom [...]; general principles of law [....]; judicial decisions and [...] teachings".<ref>Sarah Chinkin, ‘Sources’ in Daniel Moeckli and others (eds), International Human Rights Law (Third edition, Oxford University Press 2018) 63–65.</ref> === I. International Human Rights Treaties === Most contemporary international human rights are codified in <!-- An additional explanation on two issues could be greatly appreciated: (1) what do treaties entail and (2) why does the following sentence list treaties that are not named as such, but rather "covenants" and "conventions." For example, "Sources of international law include treaties, the contracts by which States agree to be legally bound by a set of written terms. Unfortunately, these agreements are not always called treaties, they can be called a myriad of different names including charter, covenant, convention, and protocol." In Rhona K. M. Smith, International Human Rights Law (10th ed, Oxford, UK: Oxford University Press, 2022), 1. -->[[Public_International_Law/Sources_of_International_Law/Treaty_Law|treaties]].<ref>Chinkin (n 1) 67; Walter Kälin and Jörg Künzli, The Law of International Human Rights Protection (Second edition, Oxford University Press 2019) 33–34.</ref> The most emblematic<!-- You may want to consider the ways in which the term "emblematic" could potentially be problematic. Unless an explanation is given as to why these selected treaties are categorized in such a way, the term is implicitly constructing a hierarchy of importance among human rights treaties. Perhaps, you may consider using "The most emblematic human rights treaties *due to their general scope*," or "Among the first human rights treaties to be adopted are..." --> human rights treaties are the 1966 '''International Covenant on Civil and Political Rights''' (“ICCPR”) and the '''International Covenant on Economic, Social and Cultural Rights''' (“ICESCR”) at the [[Public_International_Law/Human_Rights_Law/Human_Rights_Protection/United_Nations_Human_Rights_System|global level]]<!-- Please, see my previous comment on the suitability of using "universal" instead of "global." --> and the 1950 [[Public_International_Law/Human_Rights_Law/Human_Rights_Protection/European_Human_Rights_System|'''European Convention for the Protection of Human Rights and Fundamental Freedoms''']] (“ECHR”), the 1969 [[Public_International_Law/Human_Rights_Law/Human_Rights_Protection/Inter-American_Human_Rights_System|'''American Convention on Human Rights''']] (“ACHR”) and the 1981 [[Public_International_Law/Human_Rights_Law/Human_Rights_Protection/African_Human_Rights_System|'''African Charter on Human and Peoples' Rights''']] (“AfCHPR”) at the regional level. Further, there are also international human rights treaties in the post-Soviet region in form of the 1995 Commonwealth of Independent States Convention on Human Rights and Fundamental Freedoms and in the Arab region in form of the 2004 [[Public_International_Law/Human_Rights_Law/Human_Rights_Protection/Arab_and_Islamic_Human_Rights_System|Arab Charter on Human Rights]]. These general <!-- It could enhance clarity to let the readers know what you are considering as "general" and "specialized" in categorizing human rights treaties. You may want to consider clarifying this at the outset of the section. Perhaps by stating that treaties have different geographical and thematic scopes. From the geographical perspective, they could be either universal or regional. From the perspective of their thematic scope, they could be demarcated ratione personae: treaties focusing on specific population groups (such as the ones you mention at the end of the paragraph). -->human rights treaties are supplemented by countless<!-- many? --> special <!-- specialised may read better. -->treaties for, for example, women's rights in the Convention of Belém do Pará<!-- you may need to use the official title of the treaty? -->, migrants' rights in the Migrant Workers Convention, and prohibitions on discrimination in the International Convention on the Elimination of All Forms of Racial Discrimination. Human rights treaties are not static, but are constantly modified by treaty amendments, additional protocols, or extended interpretations by adjudicative bodies according to Art. 38(1)(d) ICJ Statute.<ref>Chinkin (n 1) 68–70, 75–77.</ref><!-- "evolved" could read better, since modification has a specific meaning in treaty law and interpretation is not modification. --> <!--by treaty amendments, additional protocols, or extended interpretations by adjudicative bodies according to Art. 38(1)(d) ICJ Statute.<ref>Chinkin (n 1) 68–70, 75–77.</ref>--><!-- In the box, you may want to consider incorporating what the VCLT acronym refers to since it is not explained in this chapter. --> {{OpenRewi/Advanced|Reference=Interpreting International Human Rights Treaties|Content=In principle, the general rules on the interpretation of international treaty law in Art. 31-33 VCLT are also applicable to human rights treaties.<ref>Kälin and Künzli (n 2) 34.</ref> Accordingly, pursuant to Art. 31VCLT, the wording, context, and object and purpose of the human right are primarily decisive for the interpretation. In addition, according to Art. 32 VCLT, the drafting history may be considered if the wording and context are ambiguous. Human rights adjudicative bodies add a dynamic approach to these general rules for interpreting international law. According to this, human rights treaties are “living instruments” that have to be interpreted “in light of present-day conditions”.<ref>Kälin and Künzli (n 2) 34 unter Verweis auf; Tyrer v The United Kingdom [1978] [31]; Atala Riffo and Daughters v Chile [2012] 83.</ref> This progressive mode of interpretation is used to interpret human rights as proactively and favorably as possible for individuals.<ref>Matthias Herdegen, ‘Interpretation in International Law’, Max Planck Encyclopedia of Public International Law (2009) paras 45–46.</ref>}} === II. International Human Rights as Customary International Law === Some human rights are also [[Public_International_Law/Sources_of_International_Law/Customary_Law|'''customary international law''' ]] and are therefore binding even for states that have not ratified a human rights treaty. However, it is often disputed which human rights fulfill the requirements of customary law.<!-- Could you please consider indicating which requirements are these? Even though the sentence that follows addresses some of them, it may be useful to enhance the clarity of how both sentences speak to each other. You may want to refer to how the ICJ has methodologically responded to this particular issue by establishing that a given norm is binding as custom insofar as it fulfills both elements—state practice and opinio juris. Perhaps is useful to bring in the Court's jurisprudence that addresses such a point: North Sea Continental Shelf Cases (Federal Republic of Germany/ Denmark, Federal Republic of Germany/ Netherlands) (Judgment) [1969] ICJ Rep 3, 44–5 (paras 77–8); Nicaragua Case (Nicaragua v United States) (Judgment) [1986] ICJ Rep 14, 108–9 (para 107); and Jurisdictional Immunities of the State (Germany v Italy: Greece Intervening) (Judgment) [2012] ICJ Rep 99, 123 (para 55). In Daniel Bodansky, Jutta Brunnée, and Lavanya Rajamani, International Climate Change Law (Oxford, Grande Bretagne: Oxford University Press, 2017). --> This question cannot be answered in the abstract, but only depending on state practice and opinio juris for a particular human right. UN General Assembly resolutions, diplomatic correspondence, government statements, or state review processes can be examined for this purpose.<ref>Chinkin (n 1) 71–72.</ref> Nowadays, at least the prohibition of torture, racial discrimination, and slavery considered customary international law.<ref>Chinkin (n 1) 71–72; James Crawford, Brownlie’s Principles of Public International Law (Ninth edition, Oxford University Press 2019) 618; Kälin and Künzli (n 2) 59–60.</ref><!-- It could be very illustrative for the purposes of a textbook to have a box indicating how one of these rights came to be considered as customary international law by fulfilling the ICJ requirements: state practice and opinio juris. --> === III. International Human Rights as Jus Cogens and Obligations Erga Omnes === The '''prohibition of torture''', '''racial discrimination''', and '''slavery''' are recognized not only as customary international law, but also as [[Public_International_Law/Sources_of_International_Law|'''jus cogens''']] norms. This results in a primary binding effect of these human rights for all states regardless of other obligations under international law according to Art. 53 VCLT.<ref>Chinkin (n 1) 73–74; Kälin and Künzli (n 2) 61–62.</ref> Because all jus cogens norms are also [[Public_International_Law/Sources_of_International_Law|'''erga omnes''']] rules, violations of these three human rights can be invoked by all states before international tribunals. However, it must be considered that not only jus cogens, but also non-jus cogens norms can be erga omnes rules if they are “rules concerning the basic rights of the human person”<ref>CCPR, ‘General Comment No 31 The Nature of the General Legal Obligation Imposed on State Parties to the Covenant’ (2004) para 2.</ref>.<ref>International Law Commission, ‘Report of the International Law Commission’ (2006) General Assembly, Official Records 61st session, Supplement No. 10 (A/61/10) 421–423.</ref> <!-- you may wish to add a footnote to Armed Activities on the Territory of the Congo (New Application: 2002) (Democratic Republic of the Congo v. Rwanda) Jurisdiction of the Court and Admissibility of the Application, 3 Feb 2006 --> <!-- However, it <!-- is this generally accepted or some scholars' view? --> <!-- be considered that not only jus cogens, but also <!-- I am not entirely sure what you mean here. you mean in general for human rights? This may be some peoples' view but... One can def say that human rights in treaties have an erga omnes function since there is collective enforcement and state parties to said treaty don't need to be a "victim" to claim a violation of the treaty by another state party.--> <!-- This sub-section would greatly benefit from the broader context on the notion of jus cogens in human rights law. If not contextualized, the essential question of why not all human rights are jus cogens could remain unanswered. In this respect, De Schutter elaborates on two factors by which reliance on the notion of jus cogens is made difficult: (1) the list of human rights included among norms of that nature remains ill-defined and is continuously evolving, and (2) there remain doctrinal uncertainties concerning the recognition criteria of such norms. In Olivier De Schutter, International Human Rights Law (3rd ed., Cambridge, UK: Cambridge University Press, 2019), 85. Having the readers parse through these general tensions could enhance clarity. --><!-- There remains a window of opportunity in this sub-section to elaborate on the content and character of the erga omnes human right obligations. Not only do they overlap with jus cogens norms, but they also hold distinctive attributes - which would be worth exploring for the purposes of a textbook. You may like to consider bringing into sharper focus what the ICJ has stated in this regard. It has mentioned, among the obligations which are erga omnes, not only the protection from slavery and racial discrimination, but also the prohibition of acts of aggression and of genocide, the right to self-determination, and the rules of humanitarian international law applicable in armed conflict. In Olivier De Schutter, International Human Rights Law (3rd ed., Cambridge, UK: Cambridge University Press, 2019), 111. --> == B. Actors in International Human Rights Law == Deviating from general international law, international human rights law does not only create obligations between states, but also obligations of states to individuals subject to their jurisdiction.<ref>Chinkin (n 1) 66; Frédéric Mégret, ‘Nature of Obligations’ in Daniel Moeckli and others (eds), International Human Rights Law (Third edition, Oxford University Press 2018) 87–89; Kälin and Künzli (n 2) 85–88.</ref> === I. Obligated Actors: States, Non-State Actors and International Organizations === According to the traditional and undisputed understanding, human rights first and foremost bind the [[Public_International_Law/Actors_in_International_Law/States|'''state''']] as the '''primary duty bearer'''.<ref>See Art. 1 ECHR, Art. 2(1) ICCPR, Article 2(1) ICESCR, Art. 1(1) ACHR, Art. 1 AfCHPR.</ref> In exercising its legislative, administrative, or judicial power, the state must comply with human rights obligations arising from treaties and customary law.<ref>Sarah Joseph and Sam Dipnall, ‘Scope of Application’ in Daniel Moeckli and others (eds), International Human Rights Law (Third edition, Oxford University Press 2018) 111; Kälin and Künzli (n 2) 69.</ref> This also applies to excesses of individual security officers,<ref>Velásquez-Rodríguez v Honduras [1988] [170].</ref> private persons performing state functions,<ref>Kälin and Künzli (n 2) 70–71.</ref> or subsequent explicit acceptance of acts<ref>Case concerning United States Diplomatic and Consular Staff in Tehran (United States of America v Iran) [1980] 3 [63 ff.].</ref>. While states have wide discretion in implementing obligations under international law in general, human rights obligations are more specific: states must '''respect''', '''protect''', and '''fulfil''' human rights.<ref>This is discussed in more detail at the end of this chapter. See ‘E. I. Means of Implementation: Respect, Protect, Fulfill’; see also Mégret (n 12) 97; Olivier de Schutter, International Human Rights Law: Cases, Materials, Commentary (Third edition, Cambridge University Press 2019) 292.</ref> Certainly, almost all human rights treaties oblige (only) states to respect human rights. However, [[Public_International_Law/Actors_in_International_Law/Individuals|'''non-state actors''']] may also have human rights obligations.<ref>While it is disputed whether these obligations of non-state actors can also be called “obligations” or “duties” or “responsibilities”, for the sake of consistency, the term "obligations" is used in this chapter.</ref> Some human rights treaties even contain clauses under which individuals have obligations. In this case, human rights obligations of private actors can be '''derived directly from the treaty text'''.<ref>Kälin and Künzli (n 2) 73.</ref> {{OpenRewi/Example|Reference=obligations of non-state actors|Content=Art. 27(1) AfCHPR provides that “Every individual shall have duties towards his family and society, the State and other legally recognised communities and the international community.“<ref>See also Article 29(1) UDHR: „Everyone has duties to the community in which alone the free and full development of his personality is possible.“.</ref>}} For human rights treaties without such a clause, duties of non-state actors can be derived '''indirectly from the state’s positive obligations''' to protect: Sometimes the state must restrict the rights of one individual to protect the rights of another individual (so-called duty to protect<ref>This is discussed in more detail at the end of this chapter. See ‘E. I. Means of Implementation: Respect, Protect, Fulfill’.</ref>). In this case, the human rights obligation continues to bind the state, but the non-state actor’s behavior is nevertheless regulated indirectly by international human rights standards through the state’s obligation to intervene in the relationship between two individuals.<ref>Kälin and Künzli (n 2) 73–74.</ref> In addition, the human rights obligations of non-state actors are discussed for a variety of cases, if they threaten the human rights of individuals in a state-equivalent manner. This is discussed for terrorists,<ref>IACmHR, ‘Report on Terrorism and Human Rights’ (2002) OEA/Ser.L/V/II.116, Doc. 5 rev. 1 corr. para 48.</ref> insurgencies (when they exercise de facto state power in armed conflicts), and large corporations<ref>David Bilchitz, ‘The Ruggie Framework: An Adequate Rubric for Corporate Human Rights Obligations?’ (2010) 7 SUR - International Journal On Human Rights 198.</ref>.<ref>Sir Nigel Rodley, ‘Non-State Actors and Human Rights’, Routledge Handbook of International Human Rights Law (Routledge 2012) <https://www.taylorfrancis.com/books/9780203481417> accessed 4 July 2022; Kälin and Künzli (n 2) 72.</ref> {{OpenRewi/Advanced|Reference=Duties of Individuals (written by Adamantia Rachovitsa)|Content=Under domestic law, the fulfillment of various duties by individuals is commonplace. National constitutions and ordinary legislation in almost all states in the world regularly provide, for example for the duty to pay taxes, the duty to vote, the duty to serve in the army or the duty of the parents to care for their child's well-being. Nonetheless, individuals have limited duties under international law, such as specific duties under international humanitarian law or international criminal law. '''International human rights instruments acknowledge the existence of individual duties'''. Article 29(1) of the [https://www.un.org/en/about-us/universal-declaration-of-human-rights Universal Declaration on Human Rights] states that 'everyone has duties to the community in which alone the free and full development of personality is possible'. Similarly, the preambles of the [https://www.ohchr.org/en/professionalinterest/pages/ccpr.aspx International Covenant on Civil and Political Rights] (ICCPR) and of the [https://www.ohchr.org/en/professionalinterest/pages/cescr.aspx International Covenant on Economic, Social and Cultural Rights] also acknowledge that individuals have duties.<ref>Preambular para 5 respectively. See also Article 32(1) of the [https://www.cidh.oas.org/basicos/english/basic3.american%20convention.htm Inter-American Convention on Human Rights] and Article 3(1) of the [https://www.refworld.org/docid/3ae6b38540.html Revised Arab Charter on Human Rights].</ref> With that being said, one cannot escape noticing that '''human rights law does not emphasise individual duties'''. This is because in international human rights law, '''states are the duty-bearers''', assuming the obligation to protect certain individual rights and freedoms. The state enjoys the monopoly on exercising power and, therefore, individuals warrant protection from the abuse of power. Consequently, the decision to effectively exclude lists of individual duties from most human rights treaties was conscious, due to concerns that governments could rely on these duties to restrict human rights unlawfully.<ref>JH Knox, 'Horizontal Human Rights Law' (2008) 102 American Journal of International Law 1, 34.</ref> It is for this reason that '''one should distinguish between duties towards the state and duties towards others'''. Since the underlying structure of human rights entails the protection of the individual from the state, individual duties towards the state need to be carefully scrutinised so as to avoid potential abuse. In general<sub>,</sub> human rights law offers concrete avenues for the duties of the individual to be '''accommodated as possible restrictions on human rights''' as long as these restrictions have a legal basis, pursue a legitimate aim and are necessary. Individual duties may also have a certain legal bearing '''when''' '''interpreting the scope of human rights''' . The Tanganyika Law Society case is the only instance where the African Court on Human and Peoples' Rights had the opportunity to clarify the function of duties but it did not do so.<ref>[https://www.african-court.org/cpmt/details-case/0092011 Tanganyika Law Society and Legal and Human Rights Centre and Revered Christopher R Mtikila v Tanzania], 14 June 2013, paras 100, 107(2), 112, 115. </ref> More specifically, individual '''duties towards the state''', when in the public interest, may be considered as restrictions imposed on a human right. Human rights treaties may also contain an '''explicit reference to a duty'''. For instance, Article 19(3) ICCPR refer to the duties of journalists in he exercise of the freedom of expression. Furthermore, human rights law also takes '''duties towards other individuals''' into account. First, the 'rights and freedoms of others' is one of the legitimate aims for which certain human rights can be restricted.<ref>Articles 12(3), 18(3), 19(3), 21 and 22 of the [https://www.ohchr.org/en/professionalinterest/pages/ccpr.aspx ICCPR].</ref> Second, human rights treaties may contain a clause prohibiting the abuse of rights.<ref>Article 5 of the [https://www.ohchr.org/en/professionalinterest/pages/ccpr.aspx ICCPR]; Article 17 of the [https://www.echr.coe.int/documents/convention_eng.pdf European Convention on Human Rights].</ref> Third, crucially, the '''protection of the rights and freedoms of others has been indirectly incorporated into the growing jurisprudence on states' positive obligations''', that is instances in which states are obliged to exercise due diligence so as to ensure that human rights are protected from interference from private parties.<ref>Knox (n 1) 1-2.</ref> Finally, it should not go unnoticed that '''certain human rights treaties confer specific duties upon individuals''', such as parents' duties towards their children under the [https://www.ohchr.org/EN/professionalinterest/pages/crc.aspx Convention on the Rights of the Child] (CRC).<ref>Articles 3(2), 5, 9, 14(2), 18(1), 19(1) and 27(2) of the [https://www.ohchr.org/EN/professionalinterest/pages/crc.aspx CRC].</ref> Specific human rights treaties and documents place a pronounced emphasis on individual duties. This is the case with the 1948 [https://www.cidh.oas.org/basicos/english/basic2.american%20declaration.htm American Declaration of the Rights and Duties of Man] and the 1981 [http://hrlibrary.umn.edu/instree/islamic_declaration_HR.html Universal Islamic Declaration on Human Rights]. However, no equivalent elaboration of duties found its way into the Inter-American Convention on Human Rights or the Revised Arab Charter. The '''only treaties that provide for detailed individual duties are the [https://www.achpr.org/legalinstruments/detail?id=49 African Charter on Human and Peoples' Rights]''' (ACHPR) (Articles 27-29) a'''nd the 1990 [https://au.int/en/treaties/african-charter-rights-and-welfare-child African Charter on the Rights and Welfare of the Child]''' (Article 31). The lists of duties provided in the foregoing instruments have many similarities. Most of these duties are owed to the state. Individual duties are seen as '''a marker of culture and a manifestation of a communitarian approach''' to human rights. For instance, African (rural) society is underpinned by the dialectic relationship between the individual and the group.<ref>JAM Cobbah, 'African Values and the Human Rights Debate: An African Perspective' (1987) 9 Human Rights Quarterly 309.</ref> Communitarian considerations stemming from an African, Asian or Arab perspective do not necessarily resonate with the Western, strictly individualistic human rights paradigm. The duty to preserve and strengthen positive African cultural values in one's relations with other members of society, in the spirit of tolerance, dialogue and consultation, under Article 29(7) ACHPR is an apt example. At the same time, however, casting these principles as duties may 'come dangerously close to destroying or denying human rights as they have been understood'.<ref>J Donelly, 'Human Rights and Human Dignity: An Analytical Critique of Non-Western Conceptions of Human Rights' (1982) 76 The American Political Science Review 303, 312.</ref> There is also a serious '''risk that states will involve duties as a pretext for imposing far-reaching restrictions''' on human rights.<ref>F Viljoen, International Human Rights Law in Africa (OUP 2007) 249.</ref> The provisions on duties toward others may offer '''novel perspectives''' for conceptualising certain aspects of human rights law. Yet, in many instances, their '''vaguely phrased wording''' does not allow us to determine whether they are of a moral or legal nature. There is also a '''lack of clarity regarding who the beneficiary''' of a given duty is intended to be (e.g., the state, society, other individuals) or '''what its precise content''' entails.<ref>M Malila, [https://repository.up.ac.za/handle/2263/60063 The Place of Individuals' Duties in International Human Rights Law: Perspectives form the African Human Rights System] (PhD thesis, University of Pretoria 2017) 270-307. </ref> The foregoing challenges should not in themselves lead us to dismiss individual duties as a concept all together.<ref>Malila (n 10) 303-307.</ref> There is scope for the implementation of individual duties on a community and societal level, thereby preserving and nurturing communal and cultural practices and values.<ref>MW Mutua, Human Rights: A Political and Cultural Critique (University of Pennsylvania Press 2002) 93.</ref> Such practices, however, need to protect individuals from discrimination.<ref>W Adiel, The Protection of Freedom of Expression in Africa (Edwin Mellen Press 2016) 730-770.</ref>}} [[Public_International_Law/Actors_in_International_Law/International_Organizations|'''International organizations''']] are not bound by human rights according to the text of human rights treaties,<ref>The most famous exception is certainly the ECHR, which provides for the accession of the European Union to the ECHR in Protocol No 14. </ref> although they can be responsible for serious human rights violations and are gaining more and more power. However, international organizations are bound by jus cogens norms and therefore bound by human rights that are jus cogens norms.<ref>Joseph and Dipnall (n 14) 111; Kälin and Künzli (n 2) 78–79.</ref> ===II. Protected Actors=== Human rights bind the state vis-à-vis all individuals within its territory and under its jurisdiction.<ref>Joseph and Dipnall (n 14) 111; see also Art. 2(1) ICCPR.</ref> Unless human rights are not explicitly limited to nationals, they apply equally to '''nationals''' and '''non-nationals'''.<ref>Joseph and Dipnall (n 14) 111–112.</ref> International human rights treaties do not primarily protect the rights of citizens, but of humans. Human rights protect '''vulnerable groups''' in particular, such as asylum seekers, illegal migrants, the disabled, the elderly, indigenous people, and minorities, as well as women, transgender people, and children.<ref>See Art. 2(2, 3) ICESCR; see also CESCR, ‘General Comment No. 14: The Right to the Highest Attainable Standard of Health (Art. 12 of the Covenant)’ (2000) E/C.12/2000/4; Roberto Andorno, ‘Is Vulnerability the Foundation of Human Rights?’ in Aniceto Masferrer and Emilio García-Sánchez (eds), Human Dignity of the Vulnerable in the Age of Rights, vol 55 (Springer International Publishing 2016).</ref> {{OpenRewi/Example|Reference=human rights and nationality|Content=Art. 25 ICCPR limits the right to political participation to citizens, while the prohibition of torture or inhuman and degrading treatment (Art. 7 ICCPR) applies equally to nationals and non-nationals (e.g., asylum seekers and migrants).}} The '''unborn''' has no international human rights.<ref>Kälin and Künzli (n 2) 112.</ref> According to Art. 4(1) ACHR, life does not begin with birth, but already with conception. However, this clause has never been successfully invoked on behalf of an unborn and other regional and global human rights treaties do not contain such a clause. On the contrary, both the ECtHR and the HRC reject rights of the fetus independent of the mother.<ref>Vo v France [2004] ECtHR Application 53924/00; Peter Michael Queenan v Canada [2005] CCPR CCPR/C/84/D/1379/2005.</ref> A uniform approach to human rights of [[Public_International_Law/Actors_in_International_Law/Corporations|'''corporations''']], does not exist. While in the European human rights system corporations have standing before the European Court of Human Rights, in the UN and Inter-American systems only individuals have human rights. However, insofar as rights of individuals are protected by a company, individuals can also invoke rights of companies.<ref>Joseph and Dipnall (n 14) 112–114.</ref> For the [[Public_International_Law/Actors_in_International_Law/Indigenous_Peoples|'''rights of indigenous peoples''']], on the other hand, most human rights systems provide for distinctive rights.<ref>See Art. 1, 47 ICCPR; Art. 20(1) AfCHPR; Indigenous Communities of the Lhaka Honhat (Our Land) Association v Argentina [2020] IACtHR Series C 400; Maya Kaqchikel Indigenous Peoples of Sumpango et al v Guatemala [2021] IACtHR Series C 440.</ref> {{OpenRewi/Example|Reference=rights of indigenous peoples|Content=Art. 20(1) AfCHPR provides that “All peoples shall have the right to existence. They shall have the unquestionable and inalienable right to self-determination. They shall freely determine their political status and shall pursue their economic and social development according to the policy they have freely chosen.”}} {{OpenRewi/Advanced|Reference=Rights of Indigenous Peoples in the European Human Rights System|Content=The European human rights system, built on the idea of '''individualized liberalism''', does not contain any rights specifically designed for indigenous peoples. However, at least the European Charter for Regional or Minority Languages and the (European) Framework Convention for the Protection of National Minorities protect the identity of minority groups. In Muñoz Díaz v Spain, the ECtHR also indicated group-specific rights of national minorities.<ref>Muñoz Díaz v Spain [2009] ECtHR Application 49151/07 [60].</ref> }} ===III. Types of Obligations=== Human rights primarily bind the state. However, they may also impose direct or indirect obligations on non-state actors. These duty-bearers must respect human rights by refraining from interference with rights (so-called '''negative obligations''') and by protecting rights through action (so-called '''positive obligations''').<ref>Kälin and Künzli (n 2) 87.</ref> Negative obligations require duty-bearers to '''refrain from unlawfully interfering''' with human rights. States may therefore only restrict human rights if they can provide a justification for the interference. This requires a restriction that is prescribed by law, serves a legitimate aim and is necessary in a democratic society.<ref>See „C. II. 3. Justifications“ in this chapter.</ref> Thereby, negative obligations correspond to the duty to respect human rights.<ref>This is discussed in more detail at the end of this chapter. See ‘E. I. Means of Implementation: Respect, Protect, Fulfill’.</ref> {{OpenRewi/Example|Reference=negative obligations|Content=A state that uses judicial birching as a form of corporal punishment violates the prohibition of degrading punishment in Art. 7(1) ICCPR. Since this is a jus cogens obligation, the state cannot justify such an intrusion by referring to societal interests. In contrast, a COVID-19 related ban on public indoor assemblies interferes with the freedom of assembly under Art. 21 ICCPR but can be justified (at least during the initial spread of COVID-19) by reference to public health.}} Duty-bearers cannot, however, fulfill their human rights obligations by mere omission. Instead, they must also respect their positive obligations. Positive obligations oblige duty-bearers to '''actively protect human rights'''. States must protect individuals from state, human and natural threats (so-called duty to protect), provide effective access to justice (so-called procedural rights), share information, and enable participation in political and social processes.<ref>Eckart Klein (ed), The Duty to Protect and to Ensure Human Rights (Berlin-Verl, Spitz 2000); Alastair Mowbray, ‘Duties of Investigation Under the European Convention on Human Rights’ (2002) 51 International and Comparative Law Quarterly 437; Kälin and Künzli (n 2) 87–89.</ref> These duties apply to all state organs and to economic, social, and cultural rights as well as civil and political rights.<ref>Kälin and Künzli (n 2) 106.</ref> Thereby, positive obligations correspond to the duties to protect and to fulfil human rights.<ref>This is discussed in more detail at the end of this chapter. See ‘E. I. Means of Implementation: Respect, Protect, Fulfill’. </ref> {{OpenRewi/Example|Reference=positive obligations|Content=If a state is aware, or should have been aware, that a landslide is imminent as a result of private coal mining and nevertheless fails to take legislative or executive measures to protect the population, the state violates the right to life in Art. 6(1) ICCPR of the victims. Similarly, impoverished persons are entitled to legal aid to enforce their legal claims.<ref>These examples are based on decisions mentioned in Kälin and Künzli (n 2) 97–98, 105.</ref>}} ==C. Analyzing Human Rights Violations== <!-- the structure of the sub-chapter is great. An alternative way that you many want to consider here would be to discuss first supervising HR obligations (section D), followed by section E and then turn to discuss section C which specifically refers to international HR courts. Up to you! :) --><!-- alternative phrasing: International Courts Assessing HR Alleged Violations/Claims. --> <!-- I would agree with the first comment in this section: It could enhance clarity if the text addresses the review mechanisms first, the types of obligations, and then comes to the process of analyzing human rights violations. --> Human rights adjudicative bodies review human rights violations in individual <!-- if you have space somewhere, you could have an advanced knowledge box or an example of the inter-State disputes gaining relevance before the ECtHR. We have quite a few the last years. -->and interstate complaints using a two-tiered structure: In a first '''procedural step''', <!-- Not sure why you call jurisdiction + admissibility procedural..? -->adjudicative bodies first examine whether they <!-- I would just rephrase to whether they have jurisdiction to hear the case. -->are the right forum for the complaint (jurisdiction), answer procedural preliminary questions and usually superficially <!-- I would rephrase to checking whether the complaint is manifestly ill-founded. -->review how substantive the complaint is. In a second '''substantive step''', the adjudicative bodies then examine the actual human rights violation using a three-step structure consisting of applicability, scope and interference, and justification. === I. Jurisdiction and Admissibility === The adjudicative bodies do not begin directly with the examination of human rights violations, but first answer procedural '''preliminary questions'''. On the one hand, this is based on legal provisions in human rights treaties. On the other hand, the preliminary questions also serve to reduce the workload of the adjudicative bodies.<ref>E.g., ECtHR, ‘Practical Guide on Admissibility Criteria’ (2021) 7–8.</ref> ==== 1. Jurisdiction ==== Adjudicative bodies can decide on a complaint only if they have jurisdiction. The bodies can answer this first question themselves (so-called '''compétence de la compétence'''). Human rights treaties contain precise requirements for jurisdiction. In general, the person whose human rights have been violated must file a complaint ('''ratione personae''') concerning the interpretation of human rights <!-- a HR provided in the treaty under discussion? --> ('''ratione materiae'''), provided that the facts of the case relate to the jurisdiction of the respondent state<!-- became a party? (accession is one of the ways to become a party) --> ('''ratione loci''') and the human rights violation occurred after the respondent state acceded to the human rights treaty ('''ratione temporis''').<ref>See Art. 32-34 ECHR, Art. 44-47 ACHR, and Art. 3-4 Protocol on the Establishment of an African Court on Human and Peoples‘ Rights.</ref> ==== 2. Preliminary Questions<!-- Admissibility? -->==== However, jurisdiction is not sufficient for the adjudicative bodies to decide the substance of the claim. Instead, complainants must have '''exhausted domestic remedies''',<ref>See Art. 35(1) ECHR, Art. 46(1)(a) ACHR, Art. 2 Optional Protocol to the ICCPR, and Art. 50 AfCHPR.</ref> must observe certain '''time limits''' between the violation and the filing of the complaint,<ref>See Art. 35(1) ECHR, Art. 46(1)(b) ACHR, Art. 56(6) AfCHPR.</ref> and must not '''abuse''' their right to appeal<ref>See Art. 35(3) ECHR, Art. 3 Optional Protocol to the ICCPR, Art. 56(3) AfCHPR.</ref>. In addition, '''anonymous complaints''' are not permitted.<ref>See Art. 35(2) ECHR, Art. 3 Optional Protocol to the ICCPR. Nevertheless, the identity of the complainant may be kept secret in the proceedings if necessary.</ref> These requirements reduce the number of cases at a level that can be decided easily and quickly. Furthermore, they generally allow the adjudicative bodies to decide the merits based on facts ascertained by national authorities and courts. ==== 3. Approximating Merits<!-- I would rephrase -->==== Finally, a cursory examination of merits reduces the number of admissible cases. The adjudicative body may dismiss a case as inadmissible if the complaint is '''manifestly ill-founded''',<ref>See Art. 35(3) ECHR.</ref> gives no indication of a '''significant violation''',<ref>See Art. 12 Protocol 14 to the ECHR.</ref> or has already been '''addressed before''' the body or another international body. === II. Merits === In merits, the adjudicative bodies analyze <!-- whether there is a HR violation -->the human rights violation. This is the focal point of reviewing human rights violations. <!-- complaints? -->. ==== 1. Applicability ==== In a first step<!-- but this is admissibility, no? -->, the adjudicative bodies determine whether human rights are territorially applicable to the facts of the case. Human rights are applicable whenever the state has jurisdiction. The state has jurisdiction over its own territory.<ref>See Art. 2(1) ICCPR.</ref> However, states do not only act within their own territory, but also foreign territory to the detriment of human rights. For this case, the various human rights adjudicative bodies have found different approaches, which are discussed under the umbrella term of '''extraterritorial application.''' In the European system, the state has jurisdiction when it exercises '''effective control''' over a foreign territory or over the rights of an individual.<ref>Al-Skeini and Others v the United Kingdom [2011] ECtHR Application no. 55721/07 [131–150]; Joseph and Dipnall (n 14) 122.</ref> The African human rights system follows this approach.<ref>AfCmHPR, ‘General Comment No. 3 on the African Charter on Human and Peoples’ Rights: The Right to Life (Article 4)’ para 14.</ref> The UN human rights system also echoes the effective control test, but only requires that the individual be under the effective control of the state. The decisive factor is therefore the '''relationship of the state to the person affected''', not the relationship of the rights violation to the territory.<ref>CCPR, ‘HRC General Comment 31’ (n 10) para 10; Joseph and Dipnall (n 14) 125.</ref><!-- this is a very good example that does concern applicability. you mention "conflict" at some point. Not sure why you phrase the interrelation as conflict. Perhaps to add one sentence hinting towards the confines of the jurisdiction of an HR court (strictly speaking not applying IHL?) --> {{OpenRewi/Advanced|Reference=International Human Rights Law and International Humanitarian Law|Content=While international humanitarian law regulates armed conflict, human rights protect almost all human behavior. Overlaps may occur between human rights and international humanitarian law due to the substantive and territorial expansion of human rights law. There are situations that are exclusively subject to international humanitarian law (e.g., requisitioning of property in occupied territory) or human rights protection (e.g., violations of non-derogable rights) and situations in which both fields are applied concurrently.<ref>Sandesh Sivakumaran, ‘International Humanitarian Law’ in Daniel Moeckli and others (eds), International Human Rights Law (Third edition, Oxford University Press 2018) 512–513.</ref> In the case of parallel application of human rights and international humanitarian law, the conflict between the fields must be resolved based on Art. 31(3)(c) VCLT. Thus, the provisions of both areas of law influence each other.<ref>Hassan v the United Kingdom [2014] ECtHR Application no. 29750/09 [104–105]; Sivakumaran (n 40) 515–516.</ref>The concurrent application of human rights and international humanitarian law is important due to the insufficient individual protection in armed conflict, as well as uncertainties in the applicability and lack of enforcement mechanisms of international humanitarian law.<ref>Sivakumaran (n 40) 507–511.</ref>}} ==== 2. Scope and Interference ==== In a second step, human rights adjudicative bodies examine whether the state's conduct falls within the scope of a human right. Only when the state intrudes into a sphere protected by a human right does the question of justification arise. However, this question cannot be answered in the abstract, but only depending on the concrete human right. Each human right defines its own scope.<ref>Kälin and Künzli (n 2) 118.</ref> ==== 3. Justifications ==== Human rights are not unlimited but depend on other human rights. <!-- err yes, this can be a scenario but most of the times HR are limited due to public interest reasons. Perhaps you wish to make this clear. -->This conflict<!-- what conflict? --> can be resolved through limitations and derogations of human rights. However, certain rights cannot be restricted under any circumstances. This applies to all human rights, which are jus cogens.<ref>Frédéric Mégret, ‘Nature of Obligations’ in Daniel Moeckli and others (eds), International Human Rights Law (Third edition, Oxford University Press 2018) 99.</ref> {{OpenRewi/Example|Reference=conflicts of human rights|Content=The freedom of the press of a tabloid allows reporting on the lives of celebrities. This reporting usually interferes with the personal rights of the celebrities. This conflict can be resolved by balancing both rights. On the other hand, a conflict between the prohibition of torture on the one hand and the interest in uncovering a criminal act must always be decided in favor of the prohibition of torture.}} ===== a) Limitations ===== Human rights limitations must satisfy a three-step test. First, the restriction must be '''prescribed by law'''. The law must be formulated in an accessible and sufficiently precise manner.<ref>Mégret (n 44) 100–101.</ref> Second, the limitation must serve a '''legitimate aim'''. The aim depends on the particular human right. {{OpenRewi/Example|Reference=legitimate aims|Content=Art. 10 ECHR stipulates that limitations of the right to freedom of expression must serve “the interests of national security, territorial integrity or public safety, […] the prevention of disorder or crime, […] the protection of health or morals, […] the protection of the reputation or rights of others, […] preventing the disclosure of information received in confidence, or […] maintaining the authority and impartiality of the judiciary.“}} States usually meet the first two requirements. Therefore, the third requirement is decisive. Limitations are only allowed if they are '''necessary in a democratic society'''. <!-- the phrase "in a democratic society" is very ECHR-centric. The ICCPR + HRC refer to necessary. -->Accordingly, (a) the limitation must serve the purpose from the second step, (b) there must be no less intrusive means and (c) the means must be proportionate, i.e. the interest in human rights protection must not outweigh the interest in the limitation.<ref>Kälin and Künzli (n 2) 92–93; Mégret (n 44) 101.</ref><!-- you may want to add the following here: (a) the African Charter does not have proper limitation clauses but the African Court has endorsed the approach of the other HR courts. I can give you case law, if you make this point. (b) perhaps a few more sentences + references may be added for the infamous proportionality test? --> ===== b) Derogations ===== <!-- I wonder whether the reader could benefit from knowing about the rights which are not subject to derogation. -->In emergencies, states in the European, American, Arabic and global human rights systems can not only restrict human rights, but also derogate from them. Derogations are permitted if a state of emergency is declared and exists, the emergency measure is necessary and non-discriminatory, and that no non-derogable rights are violated.<ref>See Art. 4 ICCPR, Art. 15 ECHR and Art. 27 ACHR.</ref><!-- the African Charter does not have a derogation clause. Perhaps you may want to mention this in your main text of in a footnote. --> == D. Reviewing Human Rights Violations<!-- alternate phrasing: "Supervising HR obligations"? -->== In international human rights law exists is no global forum that interprets human rights as the final authority. Instead, human rights are interpreted simultaneously by global and regional courts, committees, and commissions in judicial, quasi-judicial and non-judicial forums.<ref>Chinkin (n 1) 64.</ref><!-- I am having a hard time trying to identify whether this section relates to “interpretation” solely, or also deals with the “mechanisms of protection.” I guess it is the case of the latter. While both concepts are not mutually exclusive, the term “mechanisms of protection” certainly connotes a broader category. Judicial, quasi-judicial, and non-judicial bodies help interpret HRL (for example by issuing General Comments) but at the same time, their roles extend to ensuring implementation and compliance. So, also in connection with the comments on the title of this section, I would argue that the terms “supervision” and “review” have been used interchangeably in HRL to refer to all protection mechanisms. The term “mechanism of protection” encompasses all of these. Please, see Olivier De Schutter, International Human Rights Law (3rd ed., Cambridge, UK: Cambridge University Press, 2019). On the debate about "interpretation" exclusively, please see: https://www-oxfordhandbooks-com.ezproxy.lib.umb.edu/view/10.1093/law/9780199640133.001.0001/law-9780199640133-e-28 --> === I. Judicial Review<!-- I wonder whether readers could benefit from getting a general notion of what judicial, quasi-judicial, and non-judicial mechanisms of protection entail so that they could differentiate across such mechanisms. Alternatively, it could be useful to have the link to the textbook's chapter where these conceptual issues are clarified. This introduction to the categorization of mechanisms of protection from the IJRC could be useful: https://ijrcenter.org/courts-monitoring-bodies/ -->=== The most famous interpreters of human rights are certainly the three '''regional human rights courts''' in Europe, America, and Africa. The European Court of Human Rights, the Inter-American Court of Human Rights and the African Court on Human and Peoples’ Rights have been influential in shaping human rights development not only in their regional human rights systems, but worldwide. In these forums, individuals can file cases against actions taken by the state ('''individual complaints''') or states against other states ('''interstate complaints'''). The ICJ and ICC also interpret human rights in their case law.<ref>Ahmadou Sadio Diallo (Republic of Guinea v Democratic Republic of the Congo) [2010] 639 [64–98].</ref><!-- "subvert" is a very strong term.. The global bodies e.g. HRC do give a lot of deference to states (they name it margin of discretion). The African Court too. --><!-- I like this box. It helps illustrate how judicial bodies operate. --> {{OpenRewi/Advanced|Reference=Standards of Review|Content=Standards of review generally describe whether and to what extent a court adheres to the view of an institution or entity that was previously engaged in examining the facts and the law regarding a specific case.<ref>Martha S Davis, ‘A Basic Guide to Standards of Judicial Review’ (1988) 33 South Dakota Law Review 469, 469–470; Amanda Peters, ‘The Meaning, Measure, and Misuse of Standards of Review’ (2009) 13 Lewis & Clark Law Review 233, 235.</ref> In international law, standard of review is understood as the intensity with which an [[Public_International_Law/Peaceful_Settlement_of_Disputes|'''international adjudicative body''']] '''scrutinizes the respondent state's own assessment''' of a factual situation and legal assessment of alleged violations of international law.<ref>Lukasz Gruszczynski and Wouter Werner (eds), ‘Introduction’, Deference in International Courts and Tribunals (Oxford University Press 2014) 1–2; Caroline Henckels, Proportionality and Deference in Investor-State Arbitration: Balancing Investment Protection and Regulatory Autonomy (First paperback edition, Cambridge University Press 2018) 29–30.</ref> Four different prototypes of standards of review exist, characterized depending on the intensity of this scrutinization: First, '''complete deference''' (or absence of judicial oversight) as the most deferential describes decisions in which the adjudicative body relies solely on the respondent state's assessment of the facts and the law. Second, in cases of '''good faith review''', adjudicative bodies examine only whether the state evaluated the facts and the law in “good faith”, without “manifest unreasonableness”, or free from “arbitrariness”. Third, in cases of '''reasonableness review''', the adjudicative bodies will not only consider whether the respondent state’s evaluation was at least somehow comprehensible but also whether an (imaginary) independent observer with the same knowledge of the state would assess the situation as the state has done. However, it is not necessary that the adjudicative body is completely convinced of the state's assessment. The latter is only decisive for the '''de novo review'''. This fourth type of standards of review is the least deferential standard and describes decisions in which adjudicative bodies conduct their own assessment of the facts and the law without any deference to the state or other conceivable evaluation.<ref>The section is largely based on the still unpublished work of Felix Fouchard on standards of review in the case law of the International Court of Justice and is guided by the existing literature. See only Gruszczynski and Werner (n 51) 1–3; Joshua Paine, ‘Standard of Review: Investment Arbitration’ in Anne Peters (ed), Max Planck Encyclopedia of International Procedural Law (2018) 15; Peters (n 50) 242–247; Viljam Engström, ‘Deference and the Human Rights Committee’ (2016) 34 Nordic Journal of Human Rights 73, 76–78.</ref> In the field of international human rights law, standards of review serve three interrelated purposes: Firstly, standards of review '''balance the power''' between [[Public_International_Law/Peaceful_Settlement_of_Disputes|'''international adjudicative body''']] on the one hand and [[Public_International_Law/Actors_in_International_Law/States|'''sovereign states''']] on the other.<ref>Oren Gross and Fionnuala Ní Aoláin, ‘From Discretion to Scrutiny: Revisiting the Application of the Margin of Appreciation Doctrine in the Context of Article 15 of the European Convention on Human Rights’ (2001) 23 Human Rights Quarterly 625, 626.</ref> A complaint to a human rights adjudicative body requires the exhaustion of local remedies. Therefore, the adjudicative bodies decide on the basis of a supreme court judgment of the respondent state. In this respect, international review is not only subordinate to national policy choices and judicial review, but also interferes with the ultimate decision-making authority of domestic supreme courts.<ref>Engström (n 52) 74.</ref> Deferential standards of review signal to the respondent state that its own assessment is respected, whereas a more vigorous review signals to the complainant that its request for judicial protection is recognized. Secondly, standards of review allow complainants to '''assess the likelihood of success''' of a claim. As demonstrated above, standards of review describe the intensity with which an international adjudicative body scrutinizes the domestic assessment of a factual situation and legal assessment of alleged violations of human rights.<ref>Gruszczynski and Werner (n 51) 1–2; Henckels (n 51) 29–30.</ref> If adjudicative bodies apply standards of review in a structured and standardized manner, complainants and their legal counsel can assess the chances of success of a complaint in advance, depending on the underlying facts and legal issues. Thirdly, standards of review facilitate '''judicial economy''' by recognizing the respective strengths of participants in the procedure. Instead of completely revisiting the entire case, international adjudicative bodies can refer to the assessment of national authorities and courts, relying on the particular proximity of national institutions and subsidiarity of international review.<ref>See regarding the purposes of standards of review in international law in general Peters (n 1) 238-242</ref>  International human rights adjudicative bodies do not take a uniform approach to standards of review.<ref>See on the rejection of the margin of appreciation in the African, Inter-American, and universal human rights systems Dominic McGoldrick, ‘A Defence of the Margin of Appreciation and an Argument for Its Application by the Human Rights Committee’ (2016) 65 International & Comparative Law Quarterly 21.</ref> The [[Public_International_Law/Human_Rights_Law/Human_Rights_Protection/European_Human_Rights_System|'''European Court of Human Rights''']] recognizes a certain '''margin of appreciation''' of states in the interpretation and implementation of human rights (legal margin) and in the assessment of the facts (factual margin).<ref>Kälin and Künzli (n 2) 93–95; Mégret (n 44) 102–103.</ref> However, the notion of standards of review should not be confused with the term “margin of appreciation” mentioned in the case law of the European Court. The margin of appreciation presupposes a degree of deference and can therefore be better described as one deferential standard of review.<ref>L. Gruszczynski and W. Werner, ‘Introduction’, in L. Gruszczynski and W. Werner (eds.), Deference in International Courts and Tribunals: Standard of Review and Margin of Appreciation (2014), 1 at 4.</ref> Although the [[Public_International_Law/Human_Rights_Law/Human_Rights_Protection/Inter-American_Human_Rights_System|'''Inter-American Commission on Human Rights''']] and the [[Public_International_Law/Human_Rights_Law/Human_Rights_Protection/Inter-American_Human_Rights_System|'''Inter-American Court of Human Rights''']] referred to the margin of appreciation and thus to deferential review in some decision,<ref>Advisory Opinion on Proposed Amendments to the Naturalization Provision of the Constitution of Costa Rica [1984] IACtHR OC-4/84 [58, 62, 63]; Ricardo Canese v Paraguay [2004] IACtHR Series C 111 [97].</ref> their settled case law rather suggests an almost de novo review.<ref>Antônio Augusto Cançado Trindade, El Derecho Internacional de Los Derechos Humanos En El Siglo XXI (2. ed. actualizada, Editorial Jurídica de Chile 2006) 386–387; Gary Born, Danielle Morris and Stephanie Forrest, ‘“A Margin of Appreciation”: Appreciating Its Irrelevance in International Law’ (2020) 61 Harvard International Law Journal 70, 53; Walter Humberto Vásquez Vejarano v Peru [2000] IACmHR Case 11.166 [24, 34].</ref> Similarly, the [[Public_International_Law/Human_Rights_Law/Human_Rights_Protection/United_Nations_Human_Rights_System|'''United Nations Human Rights Committee''']] has mentioned the margin of appreciation in communications concerning questions of public morals<ref>Leo Hertzberg et al v Finland [1982] CCPR CCPR/C/OP/1 [10.3].</ref> and national security<ref>Vjatseslav Borzov v Estonia [2004] CCPR CCPR/C/81/D/1136/2002 [7.3].</ref>, but for the most part has rejected it,<ref>Länsman et al v Finland [1992] CCPR CCPR/C/52D/511/1992 [9.4]; General Comment No 29: Article 4: Derogations during a State of Emergency [2001] CCPR Adopted at the Seventy-second Session of the Human Rights Committee [6]; CCPR, ‘General Comment No 34 Article 19 Freedoms of Opinion and Expression’ (2011) para 36.</ref> even though the drafting history of the ICCPR contained an explicit endorsement of the margin of appreciation<ref>Report of the Third Committee, ‘Draft International Covenants on Human Rights’ (1963) UN Doc. A/5655 para 49.</ref>. The Human Rights Committee justifies its (almost) de novo standard of review considering state’s voluntary accession to human rights treaties, the universalism of international human rights law, and its own function and competence.<ref>CCPR, ‘HRC General Comment 34’ (n 64) para 36.</ref> In the African human rights system, the [[Public_International_Law/Human_Rights_Law/Human_Rights_Protection/African_Human_Rights_System|'''African Commission on Human and Peoples' Rights''']] seems to assume a margin of appreciation on the part of member states,<ref>Garreth Anver Prince v South Africa [2004] AfCmHPR Communication 255/02 [50–53].</ref> whereas the [[Public_International_Law/Human_Rights_Law/Human_Rights_Protection/African_Human_Rights_System|'''African Court on Human and Peoples' Rights''']] is less deferential and applies an (almost) de novo standard of review<ref>The Tanganyika Law Society and Legal and Human Rights Centre v United Republic of Tanzania [2013] AfCtHPR Application 009/2011 [107–111, 112]; Adem Kassie Abebe, ‘Right to Stand for Elections as an Independent Candidate in the African Human Rights System: The Death of the Margin of Appreciation Doctrine?’ (AfricLaw, 19 August 2013) <https://africlaw.com/2013/08/19/right-to-stand-for-elections-as-an-independent-candidate-in-the-african-human-rights-system-the-death-of-the-margin-of-appreciation-doctrine-2/> accessed 29 June 2022.</ref>.}} === II. Quasi-judicial Review === The '''quasi-judicial human rights commissions and committees''' complement the judicial interpretation of human rights. On the one hand, these institutions are court-like when they decide on human rights violations in individual cases as the Inter-American Commission of Human Rights, the African Commission on Human and Peoples’ Rights, the Human Rights Committee, and the Committee against Torture do. The same applied to the European Commission of Human Rights before it was abolished in 1998. On the other hand, unlike court decisions, the decisions of these adjudicative bodies are '''not binding'''. Moreover, the work of quasi-judicial institutions is not limited to individual or interstate complaints. Instead, the commissions and committees also assess the general human rights situation in states in so-called state reports.<ref>Kälin and Künzli (n 2) 192–193.</ref><!-- they also contribute to the progressive development of said treaties. --> === II. Non-judicial Review === In addition to the (quasi-)judicial review of human rights violations,<!-- hm yes and no. it is politicised but the discussion takes place on the basis of human rights law + their obligations --> '''political proceedings''' are also taking place. The most famous <!-- rephrase? -->and notorious forum is certainly the UN Human Rights Council. These institutions are not concerned with developing a coherent interpretation of human rights, but with balancing political interests.<ref>Kälin and Künzli (n 2) 192.</ref> These mechanisms are often criticized for their '''politicization''' and '''infectivity'''.<ref>Jane Connors, ‘United Nations’ in Daniel Moeckli and others (eds), International Human Rights Law (Third edition, Oxford University Press 2018) 385–386; Kälin and Künzli (n 2) 242–243.</ref> However, the key advantage of political review of human rights violations is its '''applicability to all states'''. Political review is neither spatially nor temporally limited and can therefore also be applied to states that do not accept the jurisdiction of judicial and quasi-judicial adjudicative bodies.<ref>Kälin and Künzli (n 2) 193.</ref> Moreover, it is precisely the process of '''political negotiation''' that brings the human rights discourse into previously unattainable areas.<ref>Connors (n 54) 386–387; Kälin and Künzli (n 2) 243.</ref> In addition to these institutionalized forms of human rights monitoring, there is also a vast field of '''non-governmental organizations''', '''grassroots''' '''movements''', and '''activist litigators''' that also participate in the interpretation and monitoring of human rights.<ref>Chinkin (n 1) 78.</ref> == E. Implementing International Human Rights == The interpretation <!-- and application -->of human rights by various institutions does not result in their effective implementation. To this end, the means of implementation and circumvention are crucial. === I. Means of Implementation: Respect, Protect, Fulfill<!-- The way I am reading this portion leaves me with the understanding that obligations are means of implementation. The means of implementation are certainly not disconnected from human rights obligations. The duties to respect, protect, and fulfill inform the measures (executive, legislative, and judicial) that states should undertake to implement human rights. However, the HR literature and practice have often developed both terms (implementation and obligations) on different conceptual pathways. Therefore, this paragraph may still have some opportunities to focus on the particular substance of both realms, while also highlighting how they connect (a good example of the interpretation of means through which states satisfy their obligations is provided by the CESCR in its General Comment 3). -->=== While states have wide discretion in implementing obligations under international law in general, human rights obligations are more specific: states must '''respect''', '''protect''', and '''fulfill''' human rights.<ref>Mégret (n 44) 97; Olivier de Schutter, International Human Rights Law: Cases, Materials, Commentary (Third edition, Cambridge University Press 2019) 292.</ref> While these three types of duties overlap, they help in evaluating state behavior.<ref>Mégret (n 44) 99.</ref> States '''respect''' human rights if they do not actively violate them through their organs or agents (so-called [[Public_International_Law/Human_Rights_Law/Categories_of_Human_Rights|'''negative obligations''']].<ref>Mégret (n 44) 97; Schutter (n 58) 292.</ref> However, states are not only required to refrain from human rights violations, but they are also equally obligated to '''protect''' human rights. From this duty to protect follows a duty to act: States must protect the people living in their jurisdiction from foreseeable and preventable rights violations by private individuals or disasters (so-called [[Public_International_Law/Human_Rights_Law/Categories_of_Human_Rights|'''positive obligations''']].<ref>Mégret (n 44) 97–98; Schutter (n 58) 292.</ref> The “'''obligation to fulfill'''” finally results in a '''specific instruction for action''': States must create procedures and institutions that enable greater enjoyment of human rights.<ref>Mégret (n 44) 98.</ref> === II. Means of Circumvention<!-- not sure about this term -->: Reservations and Withdrawals === In principle, the rules of the VCLT also apply to human rights treaties. The consequence for the implementation of human rights would be that human rights treaties become binding for states upon ratification according to Art. 14 VCLT, reservations are effective according to Art. 19-23 VCLT and states can withdraw from human rights treaties according to Art. 54-72 VCLT. However, as the sections on the interpretation of human rights treaties and human rights as customary international law have shown, the provisions of the VCLT do not apply without exceptions.   States can use reservations to modify or exclude provisions in human rights treaties. In an international legal order based on consent, it is only convincing to grant states reservations to treaties. However, due to the interdependence of human rights, this can lead to unpredictability and indeterminacy in human rights law. Nevertheless, except for Art. 2(1) Second Optional Protocol to the ICCPR and Art 57 ECHR, human rights treaties contain no provision for or against reservations. For this reason, the rules of the VCLT apply. According to Art. 19(c) VCLT reservations are valid if they are compatible with the "object and purpose" of human rights treaties.<ref>Mégret (n 44) 93.</ref> Therefore, reservations against jus cogens norms, customary international law, non-derogable rights, effective remedies, and mandatory procedures before international adjudicative bodies as well as overly vague or broad reservations are impermissible.<ref>Loizidou v Turkey [1997] ECtHR 23 EHRR 513 [43]; CCPR, ‘General Comment No 24 Issues Relating to Reservations Made upon Ratification or Accession to the Covenant or the Optional Protocols Thereto, or in Relation to Declarations under Article 41 of the Covenant’ (1994); Mégret (n 44) 93–94.</ref> In general, an unlawful reservation does not cause the entire acceptance of the human rights treaty to fall.<ref>Mégret (n 44) 95–97.</ref> Contrary to the rules of the VCLT, states may withdraw from a human rights treaty only if that treaty contains a withdrawal clause. Otherwise, states are precluded from withdrawing from the human rights treaty.<ref>CCPR, ‘General Comment No. 26: Continuity of Obligations’ (2004); Mégret (n 44) 106–108.</ref><!-- well, this is disputed, aint it? -->. ==Further Readings== * Chinkin S, ‘Sources’ in Daniel Moeckli and others (eds), ''International Human Rights Law'' (Third edition, Oxford University Press 2018) *Connors J, ‘United Nations’ in Daniel Moeckli and others (eds), ''International Human Rights Law'' (Third edition, Oxford University Press 2018) *Joseph S and Dipnall S, ‘Scope of Application’ in Daniel Moeckli and others (eds), ''International Human Rights Law'' (Third edition, Oxford University Press 2018) *Mégret F, ‘Nature of Obligations’ in Daniel Moeckli and others (eds), ''International Human Rights Law'' (Third edition, Oxford University Press 2018) *Sivakumaran S, ‘International Humanitarian Law’ in Daniel Moeckli and others (eds), ''International Human Rights Law'' (Third edition, Oxford University Press 2018) *Kälin W and Künzli J, ''The Law of International Human Rights Protection'' (Second edition, Oxford University Press 2019) *Schutter O de, ''International Human Rights Law: Cases, Materials, Commentary'' (Third edition, Cambridge University Press 2019) ==Conclusion== * Summary I * Summary II <!--Please do not delete the part under this comment--> {{OpenRewi/Chapter-End}} <noinclude> {{Documentation}}</noinclude> {{BookCat}} ps3o15bmlwlvn1x42kxwm324zfbd30r Guide to the Godot game engine/What is a node 0 443198 4089852 4084535 2022-08-09T12:33:39Z L10nM4st3r 3380243 /* SceneTree */ added emphasis to lower confusion wikitext text/x-wiki {{guide to the Godot game engine/Top|Installing|Programming}} Nodes are the building blocks of Godot. They can be combined into trillions of different combinations. There are many different types of nodes, like Camera and {{Guide to the Godot game engine/class|sprite|Sprite}}. ==The 3 ''main'' node types== ==={{Guide to the Godot game engine/class|node|Node}}=== ''Every'' node goes under this one. It is the basic node that defines all others. The mother, father and the grandparents of Godot and its nodes, and all games that Godot has been used in. It stores common things like name and script. It is used when making objects that store data, and are not needed to be shown on the screen or have a position. ==={{guide to the Godot game engine/class|canvasitem|Canvas Item}}=== Unlike Node, Canvas Items are positional, and implement draw code. They are used for all 2D objects, and have two main node types that inherit it: ===={{guide to the Godot game engine/class|control|Control}}==== Used for the GUI. It contains options like whether to ignore mouse input, receive it and let it pass, or receive it and stop it reaching other Controls. They also allow margins and anchors, allowing a Control node to stay in a certain part of the screen or stretch when the window expands or shrinks. ===={{guide to the Godot game engine/class|node2d|Node2D}}==== These are used for 2D game elements, like {{guide to the Godot game engine/class|sprite2d|Sprite2D}} and {{guide to the Godot game engine/class|physicsobject2d|PhysicsObject2D}}. They are drawn on the ''canvas'', which is drawn on top of the 3D view. Well, actually, 3D is drawn in the background of the canvas. It goes both ways. ==={{guide to the Godot game engine/class|spatial|Spatial}}=== Used for 3D game elements. They store positional data, rotation and scale. They do not draw onto the screen. For this, you need to use the {{guide to the Godot game engine/class|visualinstance|VisualInstance}} node that inherits Spatial. ==Making custom nodes== Firstly, you need to decide what it'll do. Is it some variant of {{guide to the Godot game engine/class|timer|Timer}}? Or is it a custom {{Guide to the Godot game engine/class|button|Button}}? This is important. You don't want to use Control if you want a 3D button, or Spatial for a timer. In my opinion, this is the recommended node for each type of object you want to make: '''Node:''' Use for objects that won't be part of the GUI, 2D or 3D worlds. Existing examples are Timers and {{Guide to the Godot game engine/class|httprequest|HttpRequests}}. {{Guide to the Godot game engine/class|canvaslayer|CanvasLayer}}, used to show UI on the screen at all times (even as you move a {{Guide to the Godot game engine/class|camera2d|Camera2D}}), on top of or below other 2D objects, is another example. (They don't draw to the screen themselves, but they keep CanvasItems on the screen. Good for HUDs and backgrounds). '''Node2D:''' Objects for games that are '''not''' used in the GUI. There are exceptions, but in general, don't mix up Node2D and Control too much. '''Control:''' For GUI, like menus, HUDs and certain game elements that require anchors and margins. '''Spatial:''' Used only for 3D. For more on making nodes, please see [[../Programming/GDScript/Making nodes|''Making nodes'']]. ==Inheritance== Each node has several properties. Like Node with its ''name'' property, or Node2D with positional data. Every node that inherits it gains the properties of it. A brief example: Node: name, script, others * Spatial: properties of Node; position; rotation; scale, others * CanvasItem: properties of Node; visibility; others ** Node2D: properties of CanvasItem and of Node; position; rotation; scale; others ** Control: properties of CanvasItem and of Node; rect position, size and scale; rotation; others ***{{guide to the Godot game engine/class|colorrect|ColorRect}}: properties of Control, CanvasItem and Node; color ==SceneTree== Godot has building blocks, yes, but what's the glue that sticks it all together? The SceneTree is an ''{{guide to the Godot game engine/class|object|Object}}'', the great-great grandfather/mother of all Godot "things". Node inherits Object, as does {{guide to the Godot game engine/class|reference|Reference}} and {{guide to the Godot game engine/class|scenetree|SceneTree}}. The SceneTree is where everything happens. Nodes find their long-lost brothers and sisters, parents, and children, and they all work together to make a game or app (a.k.a. process in a certain order). Throughout tutorials found in this book, I will mention ''add child <something> to <something>''... Or something like that. This means adding a node child of another node. A Button may be the child of a {{guide to the Godot game engine/class|container|Container}}, which may be the child of a normal Control. When making your game, each menu, every level are all scenes. You save them on the file system (or "fs" for short), and can then put scenes within scenes. You could make an enemy scene, save it, then put it in your "level 1" scene as many times as you like. This is called ''instancing'' a scene. You can even ''inherit'' a scene. This copies the scene, but you cannot change the name of or remove a node of the parent scene without going to the parent scene and removing or renaming it there. This is useful to have a base enemy scene, then inherit it for each enemy you add, and make small or large adjustments to make the enemy that you want. This is quite similar to inheriting a ''node'', except that ''multiple nodes'' are inherited instead of making a new inherited script (which is still possible in inherited scenes). {{noteBox|'''Do not confuse''' inheriting a scene with inheriting a node/script.}} If on "Level 6" you have to fight a mutant version of a common enemy found throughout the game, and you want to use it only once in the entire game, it is not worth inheriting the enemy scene to make these adjustments. Instead, right click on your enemy in the ''Scene'' dock. Click the "editable children" button, and make your modifications in the "Level 6" scene. It is almost exactly the same as inheriting the scene, exept that you are not making a new file. If you decide that the mutant enemy would do well on other levels, left click on the enemy on the SceneTree dock and click "save branch as scene". This will save the node as a scene a with your modifications to be reused on any other level. {{warning|If you ''rename or move'' the node with editable children enabled, '''you will need to re-enable it or changes will be lost!'''<br><br>Changes will be lost also if you disable it manually and forget to enable it before closing the scene or editor.}} ==Adding a node== {{Todo|Images needed to help make this tutorial easier to follow}} Okay, so now you know that, how do you do any of it? Lets create a simple scene. Open Godot. On the left is a list of buttons. Click ''New Project''. A popup should appear. Press ''Browse'' under "Project Path:" and choose what folder to store your game. It's a good idea to have all your games in the same folder so they can be easily accessed. Once that is done, press "Create Folder", type something like "Godot test project", and click ''OK''. Then click "Select Current Folder", and "Create & Edit". Now Godot should open. On the right, there should be a ''Scene'' dock with a few buttons on it. Click "User Interface". Double click the bit that says "Control" and rename it to "Test UI". Now, press the white "+" icon in that dock, and a popup should appear. In the search bar, type "Label". Double click the highlighted button for {{guide to the Godot game engine/class|label|Label}}. On the left, in the ''Inspector'' dock, look for the property called "Text". Type "Hello world!" (Make sure your Label is selected on the Scene dock). At the top of the screen is a ''Layout'' button. Click it. A dropdown menu will appear with many options. Press ''Center''. The "Hello world!" text appears at the center of the blue box in the 2D viewport. Now you know how to add a node, how do you delete them if you make a mistake? The fastest way is to undo (press "Control+z" on Windows). If the node is not recently created, instead left-click on it in the Scene dock. Click "Delete Node(s)". If you delete a node you didn't want to delete, you can undo. If you press undo too many times, you can redo ("Control+Shift+Z" on Windows). Now save your scene with "Control+S". Don't change the file name. You can also save as with "Control+Shift+S". ==Instancing scenes and editable children== Left click on your label and click "Save Branch as Scene". The file name should be "Label.tscn". Press "Save". Find your Label scene, and drag and drop it over your "Test UI" node in the Scene dock. At first it appears on the dock, but not on the viewport. This is because both Labels are on top of each-other. Click on your second label and click the move button at the top of the screen (or press w). Drag in any direction to see the new label. Open the Label.tscn scene and and add another Label as a child of the Label at the top of the scene. Change the text property to "Label number 2". Save the scene. Go back to the "Test UI" scene and notice how both labels overlap. Go back to the label scene and move the new Label down by clicking "Shift+Down" 3 times. Go to the other scene. They both moved down. On the second label in your scene, left click and check "Editable Children". Click the gray Label button (the child of the second Label), and change it's text property to "Edited child". The other Label and the label scene were not changed, but that one was. Right click on the label with editable children and press "Make Local". Now the modified label scene is no-longer linked, you can do some finer tweaking like renaming the child or deleting it. You can play around with your new scenes, or continue on. ==What you have learned== # What nodes are in Godot and how to use each of the three basic ones. # How to instance a scene into another, and how to save existing nodes into a new Scene. # About node inheritance. # How to start a new project. <noinclude> ==Quiz== <Quiz display="simple"> {Name one of the three main node types: |type="{}" } { Node|Node2D|Control|CanvasItem|Spatial|node|node2d|control|canvasitem|spatial } {Do editable children allow you to edit the original scene? |type="()" } -Yes +No {Can you can instance a scene from another scene, then instance ''that'' scene from ''two different'' ones? |type="()" } +Yes ||That's what makes Godots scene system flexible -No {Which of these are the one that controls all the others? |type="()" } -Node +Object -SceneTree -CanvasItem </Quiz> {{Guide to the Godot game engine/bottom|prev=Installation|next=Programming}} {{Status|75%}}{{BookCat}} 8jfa42zvkr4pom9yy338jrify4xvu87 4089856 4089852 2022-08-09T13:25:04Z L10nM4st3r 3380243 Massive cleanup and fact check wikitext text/x-wiki {{guide to the Godot game engine/Top|Installing|Programming}} Nodes are the building blocks of Godot. They can be combined into trillions of different combinations. There are many different types of nodes, like Camera and {{Guide to the Godot game engine/class|Sprite}}. ==The 3 ''main'' node types== ==={{Guide to the Godot game engine/class|Node}}=== ''Every'' node goes under this one. It is the basic node that defines all others. The mother, father and the grandparents of Godot and its nodes, and all games that Godot has been used in. It stores common things like name and script. It is used when making objects that store data, and are not needed to be shown on the screen or have a position. ==={{guide to the Godot game engine/class|CanvasItem}}=== Unlike Node, Canvas Items are positional, and implement draw code. They are used for all 2D objects, and have two main node types that inherit it: ===={{guide to the Godot game engine/class|Control}}==== Used for the GUI. It contains options like whether to ignore mouse input, receive it and let it pass, or receive it and stop it reaching other Controls. They also allow margins and anchors, allowing a Control node to stay in a certain part of the screen or stretch when the window expands or shrinks. ===={{guide to the Godot game engine/class|Node2D}}==== These are used for 2D game elements, like {{guide to the Godot game engine/class|Sprite2D}} and {{guide to the Godot game engine/class|PhysicsObject2D}}. They are drawn on the ''canvas'', which is drawn on top of the 3D view. Well, actually, 3D is drawn in the background of the canvas. ==={{guide to the Godot game engine/class|Spatial}}=== Used for 3D game elements. They store positional data, rotation and scale. They do not draw onto the screen. For this, you need to use the {{guide to the Godot game engine/class|VisualInstance}} node that inherits Spatial. ==Making custom nodes== Firstly, you need to decide what it'll do. Is it some variant of {{guide to the Godot game engine/class|Timer}}? Or is it a custom {{Guide to the Godot game engine/class|Button}}? After you decided what it does, you must decide what Node it inherits. This is important. You don't want to use Control if you want a 3D button, or Spatial for a timer. In my opinion, this is the recommended node for each type of object you want to make: '''Node:''' Use for objects that won't be part of the GUI, 2D or 3D worlds. Existing examples are Timers, {{Guide to the Godot game engine/class|HttpRequests}} and {{Guide to the Godot game engine/class|CanvasLayer}}. '''Node2D:''' Objects for games that are ''not'' used in the GUI. There are exceptions, but in general, don't mix up Node2D and Control too much. '''Control:''' For GUI, like menus, HUDs and certain game elements that require anchors and margins. '''Spatial:''' Used only for 3D. For more on making nodes, please see [[../Programming/GDScript/Making nodes|''Making nodes'']]. ==Inheritance== Each node has several properties. Like Node with its ''name'' property, or Node2D with positional data. Every node that inherits it gains the properties of it. A brief example: Node: name, script, others * Spatial: properties of Node; position; rotation; scale, others * CanvasItem: properties of Node; visibility; others ** Node2D: properties of CanvasItem and of Node; position; rotation; scale; others ** Control: properties of CanvasItem and of Node; rect position, size and scale; rotation; others ***{{guide to the Godot game engine/class|colorrect|ColorRect}}: properties of Control, CanvasItem and Node; color ==SceneTree== Godot has building blocks, yes, but what's the glue that sticks it all together? The SceneTree is the glue, and it's a strong glue. It is an ''{{guide to the Godot game engine/class|Object}}'' (which is the great-great grandfather/mother of all Godot "things"). The SceneTree is where everything happens. Nodes process in a certain order, draw on the screen, and more. {{NoteBox|Throughout tutorials found in this book, I will mention ''add <something> as a child of <something>''. This means adding a node child of another node. A Button may be the child of a {{guide to the Godot game engine/class|Container}}, which may be the child of a normal Control.}} When making your game, each menu, every level, and every object are all ''scenes''. You save them on the file system (or "fs" for short), and can then put those scenes within scenes. You could make an enemy scene, save it, then put it in your "level 1" scene as many times as you like. This is called ''instancing'' a scene. ''Inheriting'' a scene can be considered the opposite to instancing. An inherited scene is like a copy of a scene, but with limited freedom to make modifications. This is useful to have a base enemy scene, then inherit it for each enemy you add, and make your modifications. This keeps your enemies consistant, and makes each file easier to understand. This is quite similar to inheriting a ''node'', except that ''multiple nodes'' are inherited instead of making a new inherited script. {{noteBox|'''Do not confuse''' inheriting a scene with inheriting a node/script.}} If, for example, on "Level 6", you have to fight a mutant version of a common enemy found throughout the game. You want to use it only once in the entire game, so is not worth inheriting the enemy scene and making a whole new file for an enemy used only once. Instead, while on level 6, right click on the enemy you want to modify in the ''Scene'' dock. Check the "editable children" box, and make your modifications. It is almost exactly the same as inheriting the scene, exept that you are not making a new file. If you decide that the mutant enemy would do well on other levels, or you use it more than once in a single level, left click on the enemy on the Scene dock and click "save branch as scene". This will save the node as a scene a with your modifications to be reused on any other level. {{warning|If you ''rename or move'' the node with editable children enabled, '''you will need to re-enable it or changes will be lost!'''<br><br>Changes will be lost also if you disable it manually and forget to enable it before closing the scene or editor.}} ==Adding a node== {{Todo|Images needed to help make this tutorial easier to follow}} Okay, so now you know that, how do you do any of it? Lets create a simple scene. Open the Godot project manager. On the left is a list of buttons. Click ''New Project''. A popup should appear. Press ''Browse'' under "Project Path:" and choose what folder to store your game. It's a good idea to have all your games in the same folder so they can be easily accessed. Once that is done, press "Create Folder", type something like "Godot test project", and click ''OK''. Then click "Select Current Folder", and "Create & Edit". Now Godot should open. On the left, there should be a ''Scene'' dock with a few buttons on it. Click "User Interface". Double click the bit that says "Control" and rename it to <code>Test UI</code>. Now, press the white "+" icon in that dock, and a popup should appear. In the search bar, type "Label". Double click the highlighted button for {{guide to the Godot game engine/class|Label}}. On the left, in the ''Inspector'' dock, look for the property <code>Text</code>. Type "Hello world!" (Make sure your Label is selected on the Scene dock). At the top of the screen is a <code>Layout</code> button. Click it. A dropdown menu will appear with many options. Press ''Center''. The "Hello world!" text appears at the center of the blue box in the 2D viewport (the large bit in the middle of the editor). Now you know how to add a node, how do you delete them if you make a mistake? The fastest way is to undo (press "Control+z" on Windows). If the node is not recently created, instead left-click on it in the Scene dock. Click <code>Delete Node(s)</code>. If you delete a node you didn't want to delete, just press undo. If you press undo too many times, you can redo ("Control+Shift+Z" on Windows). Now save your scene with "Control+S". Don't change the file name. You can also save to a different scene with "Control+Shift+S". ==Instancing scenes and editable children== Left click on your label and click <code>Save Branch as Scene</code>. The file name should be <code>Label.tscn</code>. Press "Save". Find your Label scene but do not open it. Drag and drop it over your "Test UI" node in the Scene dock. At first it appears on the dock, but not on the viewport. This is because both Labels are on top of each-other. Click on your second Label in the Scene dock and click the move button at the top of the screen (or press w). Drag in any direction to see the new Label. Open the <code>Label.tscn</code> scene and and add another Label as a child of the root node (which should also be a label). Change the text property to "Label number 2". Save the scene. Go back to the <code>Test UI</code> scene and notice how both labels overlap. Go back to the Label scene, select the second Label and move it down by clicking "Shift+Down arrow" 5 times. Save. Go to the other scene. Both Label scenes display correctly, not just one. On the second label in your scene, left click and check <code>Editable Children</code>. Click the gray Label button (the child of the second Label), and change it's text property to "Edited child". The other Label and the Label.tscn scene were not changed, but that one was. Right click on the Label with editable children and press <code>Make Local</code>. Now the modified label scene is no-longer linked, you can do some finer tweaking like renaming the child or deleting it. You can play around with your new scenes, or continue on. ==What you have learned== #What nodes are in Godot and how to use each of the three basic ones. #How to instance a scene into another, and how to save existing nodes into a new Scene. #About node inheritance. #How to start a new project. <noinclude> ==Quiz== <Quiz display="simple"> {Name one of the three main node types: |type="{}" } { Node|Node2D|Control|CanvasItem|Spatial|node|node2d|control|canvasitem|spatial } {Do editable children allow you to edit the original scene? |type="()" } -Yes +No {Can you can instance a scene from another scene, then instance ''that'' scene from ''two different'' ones? |type="()" } +Yes ||That's what makes Godots scene system flexible -No {Which of these are the one that controls all the others? |type="()" } -Node +Object -SceneTree -CanvasItem </Quiz> {{Guide to the Godot game engine/bottom|prev=Installation|next=Programming}} {{Status|75%}}{{BookCat}} 69k06hzggz25gltlroyj6f7vuy3w58x 4089858 4089856 2022-08-09T13:36:33Z L10nM4st3r 3380243 /* Adding a node */ added emphasis wikitext text/x-wiki {{guide to the Godot game engine/Top|Installing|Programming}} Nodes are the building blocks of Godot. They can be combined into trillions of different combinations. There are many different types of nodes, like Camera and {{Guide to the Godot game engine/class|Sprite}}. ==The 3 ''main'' node types== ==={{Guide to the Godot game engine/class|Node}}=== ''Every'' node goes under this one. It is the basic node that defines all others. The mother, father and the grandparents of Godot and its nodes, and all games that Godot has been used in. It stores common things like name and script. It is used when making objects that store data, and are not needed to be shown on the screen or have a position. ==={{guide to the Godot game engine/class|CanvasItem}}=== Unlike Node, Canvas Items are positional, and implement draw code. They are used for all 2D objects, and have two main node types that inherit it: ===={{guide to the Godot game engine/class|Control}}==== Used for the GUI. It contains options like whether to ignore mouse input, receive it and let it pass, or receive it and stop it reaching other Controls. They also allow margins and anchors, allowing a Control node to stay in a certain part of the screen or stretch when the window expands or shrinks. ===={{guide to the Godot game engine/class|Node2D}}==== These are used for 2D game elements, like {{guide to the Godot game engine/class|Sprite2D}} and {{guide to the Godot game engine/class|PhysicsObject2D}}. They are drawn on the ''canvas'', which is drawn on top of the 3D view. Well, actually, 3D is drawn in the background of the canvas. ==={{guide to the Godot game engine/class|Spatial}}=== Used for 3D game elements. They store positional data, rotation and scale. They do not draw onto the screen. For this, you need to use the {{guide to the Godot game engine/class|VisualInstance}} node that inherits Spatial. ==Making custom nodes== Firstly, you need to decide what it'll do. Is it some variant of {{guide to the Godot game engine/class|Timer}}? Or is it a custom {{Guide to the Godot game engine/class|Button}}? After you decided what it does, you must decide what Node it inherits. This is important. You don't want to use Control if you want a 3D button, or Spatial for a timer. In my opinion, this is the recommended node for each type of object you want to make: '''Node:''' Use for objects that won't be part of the GUI, 2D or 3D worlds. Existing examples are Timers, {{Guide to the Godot game engine/class|HttpRequests}} and {{Guide to the Godot game engine/class|CanvasLayer}}. '''Node2D:''' Objects for games that are ''not'' used in the GUI. There are exceptions, but in general, don't mix up Node2D and Control too much. '''Control:''' For GUI, like menus, HUDs and certain game elements that require anchors and margins. '''Spatial:''' Used only for 3D. For more on making nodes, please see [[../Programming/GDScript/Making nodes|''Making nodes'']]. ==Inheritance== Each node has several properties. Like Node with its ''name'' property, or Node2D with positional data. Every node that inherits it gains the properties of it. A brief example: Node: name, script, others * Spatial: properties of Node; position; rotation; scale, others * CanvasItem: properties of Node; visibility; others ** Node2D: properties of CanvasItem and of Node; position; rotation; scale; others ** Control: properties of CanvasItem and of Node; rect position, size and scale; rotation; others ***{{guide to the Godot game engine/class|colorrect|ColorRect}}: properties of Control, CanvasItem and Node; color ==SceneTree== Godot has building blocks, yes, but what's the glue that sticks it all together? The SceneTree is the glue, and it's a strong glue. It is an ''{{guide to the Godot game engine/class|Object}}'' (which is the great-great grandfather/mother of all Godot "things"). The SceneTree is where everything happens. Nodes process in a certain order, draw on the screen, and more. {{NoteBox|Throughout tutorials found in this book, I will mention ''add <something> as a child of <something>''. This means adding a node child of another node. A Button may be the child of a {{guide to the Godot game engine/class|Container}}, which may be the child of a normal Control.}} When making your game, each menu, every level, and every object are all ''scenes''. You save them on the file system (or "fs" for short), and can then put those scenes within scenes. You could make an enemy scene, save it, then put it in your "level 1" scene as many times as you like. This is called ''instancing'' a scene. ''Inheriting'' a scene can be considered the opposite to instancing. An inherited scene is like a copy of a scene, but with limited freedom to make modifications. This is useful to have a base enemy scene, then inherit it for each enemy you add, and make your modifications. This keeps your enemies consistant, and makes each file easier to understand. This is quite similar to inheriting a ''node'', except that ''multiple nodes'' are inherited instead of making a new inherited script. {{noteBox|'''Do not confuse''' inheriting a scene with inheriting a node/script.}} If, for example, on "Level 6", you have to fight a mutant version of a common enemy found throughout the game. You want to use it only once in the entire game, so is not worth inheriting the enemy scene and making a whole new file for an enemy used only once. Instead, while on level 6, right click on the enemy you want to modify in the ''Scene'' dock. Check the "editable children" box, and make your modifications. It is almost exactly the same as inheriting the scene, exept that you are not making a new file. If you decide that the mutant enemy would do well on other levels, or you use it more than once in a single level, left click on the enemy on the Scene dock and click "save branch as scene". This will save the node as a scene a with your modifications to be reused on any other level. {{warning|If you ''rename or move'' the node with editable children enabled, '''you will need to re-enable it or changes will be lost!'''<br><br>Changes will be lost also if you disable it manually and forget to enable it before closing the scene or editor.}} ==Adding a node== {{Todo|Images needed to help make this tutorial easier to follow}} Okay, so now you know that, how do you do any of it? Lets create a simple scene. Open the Godot project manager. On the left is a list of buttons. Click ''New Project''. A popup should appear. Press ''Browse'' under "Project Path:" and choose what folder to store your game. It's a good idea to have all your games in the same folder so they can be easily accessed. Once that is done, press "Create Folder", type something like "Godot test project", and click ''OK''. Then click "Select Current Folder", and <code>Create & Edit</code>. Now Godot should open. On the left, there should be a ''Scene'' dock with a few buttons on it. Click <code>User Interface</code>. Double click the bit that says "Control" and rename it to <code>Test UI</code>. Now, press the white "+" icon in that dock, and a popup should appear. In the search bar, type <code>Label</code>. Double click the highlighted button for {{guide to the Godot game engine/class|Label}}. On the left, in the ''Inspector'' dock, look for the property <code>Text</code>. Type "Hello world!" (Make sure your Label is selected on the Scene dock). At the top of the screen is a <code>Layout</code> button. Click it. A dropdown menu will appear with many options. Press ''Center''. The "Hello world!" text appears at the center of the blue box in the 2D viewport (the large bit in the middle of the editor). Now you know how to add a node, how do you delete them if you make a mistake? The fastest way is to undo (press "Control+z" on Windows). If the node is not recently created, instead left-click on it in the Scene dock. Click <code>Delete Node(s)</code>. If you delete a node you didn't want to delete, just press undo. If you press undo too many times, you can redo ("Control+Shift+Z" on Windows). Now save your scene with "Control+S". Don't change the file name. You can also save to a different scene with "Control+Shift+S". ==Instancing scenes and editable children== Left click on your label and click <code>Save Branch as Scene</code>. The file name should be <code>Label.tscn</code>. Press "Save". Find your Label scene but do not open it. Drag and drop it over your "Test UI" node in the Scene dock. At first it appears on the dock, but not on the viewport. This is because both Labels are on top of each-other. Click on your second Label in the Scene dock and click the move button at the top of the screen (or press w). Drag in any direction to see the new Label. Open the <code>Label.tscn</code> scene and and add another Label as a child of the root node (which should also be a label). Change the text property to "Label number 2". Save the scene. Go back to the <code>Test UI</code> scene and notice how both labels overlap. Go back to the Label scene, select the second Label and move it down by clicking "Shift+Down arrow" 5 times. Save. Go to the other scene. Both Label scenes display correctly, not just one. On the second label in your scene, left click and check <code>Editable Children</code>. Click the gray Label button (the child of the second Label), and change it's text property to "Edited child". The other Label and the Label.tscn scene were not changed, but that one was. Right click on the Label with editable children and press <code>Make Local</code>. Now the modified label scene is no-longer linked, you can do some finer tweaking like renaming the child or deleting it. You can play around with your new scenes, or continue on. ==What you have learned== #What nodes are in Godot and how to use each of the three basic ones. #How to instance a scene into another, and how to save existing nodes into a new Scene. #About node inheritance. #How to start a new project. <noinclude> ==Quiz== <Quiz display="simple"> {Name one of the three main node types: |type="{}" } { Node|Node2D|Control|CanvasItem|Spatial|node|node2d|control|canvasitem|spatial } {Do editable children allow you to edit the original scene? |type="()" } -Yes +No {Can you can instance a scene from another scene, then instance ''that'' scene from ''two different'' ones? |type="()" } +Yes ||That's what makes Godots scene system flexible -No {Which of these are the one that controls all the others? |type="()" } -Node +Object -SceneTree -CanvasItem </Quiz> {{Guide to the Godot game engine/bottom|prev=Installation|next=Programming}} {{Status|75%}}{{BookCat}} 0oxdaebdlvv5nwa0aign3hoayf1pz1b Guide to the Godot game engine/Programming 0 443203 4089923 4084546 2022-08-09T21:44:01Z L10nM4st3r 3380243 /* How do I use these? */ much needed quality upgrade wikitext text/x-wiki {{guide to the Godot game engine/Top|What is a node|Resources and importing}} == The 3 languages == Godot has 3 main programming (or scripting) languages, and a bonus fourth one if you have a version of Godot with Mono compiled. However, you can get unofficial languages or even make your own! === GDScript === GDScript (".gd" file extension) is Godot's main language. It is a custom language that works with Godot's "scene" system. It is also quite simple to use. The developers of Godot say that you could learn GDScript in under an hour. Example "Hello world!" program: <syntaxhighlight lang="Python"> func _ready() -> void: # This is a comment. It isn't shown in the game. print("Hello world!") </syntaxhighlight> It is the language I understand most, and will be used throughout the book. [[File:Gdscript3.4.png|500px|center]] Fun fact: Godot's developers experimented with Python and Swift before deciding to make a custom scripting language that better fit Godot. As a result, the language is pretty similar to the two. For more information, please see the [[Guide to the Godot game engine/Programming/GDScript|GDScript chapter]]. === VisualScript === VisualScript (".vs") is Godot's visual language that uses a user-friendly interface to make code. It lacks many features in GDScript, but can be used to create, for example, a conversation tree. [[File:Godot VisualScript Example.png|300px|center]] === NativeScript === NativeScript (".dll") can be used to make super fast code and modules without recompiling the engine. It has also been used to create unofficial support for more common languages like Python and Swift. As I have no knowledge of NativeScript, this section will likely remain short. If you have knowlage of it, please put it here! Thanks! === C# === If you have the mono version of Godot, you can write C# code. You can use it to make high-speed code to make modules or objects for your game. It can also be used to write tools. {{Info|'''Note:''' Godot itself is made with C++, and making direct modifications require you to recompile Godot's editor. Many Godot users have used this method to make custom Godot editors with custom tools.}} == How do I use these? == GDScript, VisualScript and NativeScript can all be ''attached'' to a node, or used to create one. In the mono build of Godot, C# can also be attached. C++ can only be used in Godot's existing engine. To do so, you will need to download a special version of Godot that has not been compiled into an application file. To attach a script to a node, you first need a node to attach it too! Assuming you read the last chapter ("What is a node"), you can begin from the project you started last time. Open Godot, and open your test project by double-clicking on it in the menu at the center of the screen. Open "Test UI.tscn" from the File System dock if it is not already open. Select your Test UI Control node. At the top of the Scene dock is a button that looks a little like paper with the edges of two sides rolled up. Press it. Click the "Template" button and select "Empty" from the drop-down menu that appears. Press Create. Now a new screen should appear with a text edit area in the center of the screen, and the Test UI node should have that paper icon on it. You can click it whenever you want to reopen the script here. The script looks pretty boring right now: <code>extends Control</code> This is ''very'' important, however! The <code>extends</code> ''keyword'' (a very important piece of code, like <code>pass</code>) tells Godot that your script ''inherits'' the node type you place here. You may only attach a script to a node of that type, or a node that inherits that type. Under "extends Control", write the following code: <syntaxhighlight lang="python"> func _ready() -> void: print("Hello world!") </syntaxhighlight> <code>func</code> tells Godot that you want to define a function. If you use Python a lot, you might think the <code>print</code> never gets called, as it is inside a function, which never get called automatically. The built-in function <code>_ready()</code> tells Godot to run the code when the node with the script is "ready", or that it has been fully loaded. <code>_init()</code> runs ''before'' the node is ready. Use it to do self-contained pre-construction. <code>_process(delta)</code> runs every frame as fast as possible. <code>delta</code> is an argument for the function. It represents the time ''in seconds'' since the last frame. The value rises as the game lags. <code>_physics_process(delta)</code> is similar to <code>_process</code>, it runs every physics frame on a fixed time step, which is typically 60 frames per second. <code>_exit_tree()</code> is ran when the node exits the scene (to become an orphan or when it is "freed", or deleted) or the game closes. Now, for some more complex code. This program will record the time that has passed in seconds since the game ran and show it when it ends. <syntaxhighlight lang="python"> var time:float=0 # Or just "var time=.0" # The "-> void" is optional. func _process(delta): # This increments time time += delta func _exit_tree(): print("Time passed: ",time) </syntaxhighlight> Now, lets update this to automatically close the game after a random amount of time. Add this code before <code>_process</code>: <syntaxhighlight lang="python"> const MAX_TIME=10 const MIN_TIME=5 onready var time_to_quit=randi()%(MAX_TIME-MIN_TIME)+MIN_TIME+1 </syntaxhighlight> This will create a variable and set it during the call to <code>_ready</code> automatically. <code>time_to_quit</code> is a random number between 5 and 10. Add this code ''in'' the <code>_process</code> function: <syntaxhighlight lang="python"> if time>=time_to_quit: # Quit after a random amount of time. get_tree().quit() </syntaxhighlight> One problem... The number is never different. Why? Because you need to call <code>randomize()</code> first. Change the declaration of <code>time_to_quit</code> to <code>var time_to_quit</code> and add this to the <code>_ready</code> function: <syntaxhighlight lang="python"> randomize() time_to_quit=randi()%(MAX_TIME-MIN_TIME)+MIN_TIME+1 </syntaxhighlight> The <code>+1</code> is necessary since <code>randi()%X</code> returns a random number between 0 and X-1. This creates a number between 0 and <code>MAX_TIME</code> subtracted by <code>MIN_TIME</code> subtracted by 1. Adding the <code>MIN_TIME</code> and an extra 1 gets the result you need, a random number between <code>MIN_TIME</code> and <code>MAX_TIME</code>.. The <code>randomize()</code> makes <code>randi()</code> give a different stream of random numbers. Randomizing is based on time, and ''should '''not''''' be called every frame for performance reasons. Once per node is enough. == What you have learned == # The 4 types of script # How to attach a script to a node # How to record time with delta # How to close a game # How to make random numbers. ==See also== [https://docs.godotengine.org/en/stable/tutorials/scripting/index.html Godot documents -> scripting] <noinclude> == Quiz == <Quiz display ="simple"> {NativeScript is the code the engine uses and requires recompiling the engine to use. |type="()" } - True || C++ is what the engine uses. + False {GDScript is based on what other popular programming language? |type="{}"} { Python|Swift|python|swift|Python and Swift|python and swift|Python or Swift|python or Swift|Swift and Python|swift and python|Swift or Python|swift or python } ||Python and/or Swift. Both are valid. {Which functions use ''delta'' as an argument? |type="[]"} +_process +_physics_process -_ready -_exit_tree {Which of these process at a fixed time step? |type="()"} -_process +_physics_process -_second_process {The word "delta" is also a keyword: |type="()"} -True ||If it were, it wouldn't be an argument. +False </Quiz> {{Guide to the Godot game engine/bottom|prev=What is a node|next=Resources and importing}} {{Status|75%}}{{BookCat}} agwxd99fljodpl3rlzeob0vouza5x5z 4089924 4089923 2022-08-09T21:45:04Z L10nM4st3r 3380243 /* How do I use these? */ wikitext text/x-wiki {{guide to the Godot game engine/Top|What is a node|Resources and importing}} == The 3 languages == Godot has 3 main programming (or scripting) languages, and a bonus fourth one if you have a version of Godot with Mono compiled. However, you can get unofficial languages or even make your own! === GDScript === GDScript (".gd" file extension) is Godot's main language. It is a custom language that works with Godot's "scene" system. It is also quite simple to use. The developers of Godot say that you could learn GDScript in under an hour. Example "Hello world!" program: <syntaxhighlight lang="Python"> func _ready() -> void: # This is a comment. It isn't shown in the game. print("Hello world!") </syntaxhighlight> It is the language I understand most, and will be used throughout the book. [[File:Gdscript3.4.png|500px|center]] Fun fact: Godot's developers experimented with Python and Swift before deciding to make a custom scripting language that better fit Godot. As a result, the language is pretty similar to the two. For more information, please see the [[Guide to the Godot game engine/Programming/GDScript|GDScript chapter]]. === VisualScript === VisualScript (".vs") is Godot's visual language that uses a user-friendly interface to make code. It lacks many features in GDScript, but can be used to create, for example, a conversation tree. [[File:Godot VisualScript Example.png|300px|center]] === NativeScript === NativeScript (".dll") can be used to make super fast code and modules without recompiling the engine. It has also been used to create unofficial support for more common languages like Python and Swift. As I have no knowledge of NativeScript, this section will likely remain short. If you have knowlage of it, please put it here! Thanks! === C# === If you have the mono version of Godot, you can write C# code. You can use it to make high-speed code to make modules or objects for your game. It can also be used to write tools. {{Info|'''Note:''' Godot itself is made with C++, and making direct modifications require you to recompile Godot's editor. Many Godot users have used this method to make custom Godot editors with custom tools.}} == How do I use these? == GDScript, VisualScript and NativeScript can all be ''attached'' to a node, or used to create one. In the mono build of Godot, C# can also be attached. C++ can only be used in Godot's existing engine. To do so, you will need to download a special version of Godot that has not been compiled into an application file. To attach a script to a node, you first need a node to attach it too! Assuming you read the last chapter ("What is a node"), you can begin from the project you started last time. Open Godot, and open your test project by double-clicking on it in the menu at the center of the screen. Open "Test UI.tscn" from the File System dock if it is not already open. Select your Test UI Control node. At the top of the Scene dock is a button that looks a little like paper with the edges of two sides rolled up. Press it. Click the "Template" button and select "Empty" from the drop-down menu that appears. Press Create. Now a new screen should appear with a text edit area in the center of the screen, and the Test UI node should have that paper icon on it. You can click it whenever you want to reopen the script here. The script looks pretty boring right now: <code>extends Control</code> This is ''very'' important, however! The <code>extends</code> ''keyword'' (a very important piece of code, like <code>pass</code>) tells Godot that your script ''inherits'' the node type you place here. You may only attach a script to a node of that type, or a node that inherits that type. Under <code>extends Control</code>, write the following code: <syntaxhighlight lang="python"> func _ready() -> void: print("Hello world!") </syntaxhighlight> <code>func</code> tells Godot that you want to define a function. If you use Python a lot, you might think the <code>print</code> never gets called, as it is inside a function, which never get called automatically. The built-in function <code>_ready()</code> tells Godot to run the code when the node with the script is "ready", or that it has been fully loaded. <code>_init()</code> runs ''before'' the node is ready. Use it to do self-contained pre-construction. <code>_process(delta)</code> runs every frame as fast as possible. <code>delta</code> is an argument for the function. It represents the time ''in seconds'' since the last frame. The value rises as the game lags. <code>_physics_process(delta)</code> is similar to <code>_process</code>, it runs every physics frame on a fixed time step, which is typically 60 frames per second. <code>_exit_tree()</code> is ran when the node exits the scene (to become an orphan or when it is "freed", or deleted) or the game closes. Now, for some more complex code. This program will record the time that has passed in seconds since the game ran and show it when it ends. <syntaxhighlight lang="python"> var time:float=0 # Or just "var time=.0" # The "-> void" is optional. func _process(delta): # This increments time time += delta func _exit_tree(): print("Time passed: ",time) </syntaxhighlight> Now, lets update this to automatically close the game after a random amount of time. Add this code before <code>_process</code>: <syntaxhighlight lang="python"> const MAX_TIME=10 const MIN_TIME=5 onready var time_to_quit=randi()%(MAX_TIME-MIN_TIME)+MIN_TIME+1 </syntaxhighlight> This will create a variable and set it during the call to <code>_ready</code> automatically. <code>time_to_quit</code> is a random number between 5 and 10. Add this code ''in'' the <code>_process</code> function: <syntaxhighlight lang="python"> if time>=time_to_quit: # Quit after a random amount of time. get_tree().quit() </syntaxhighlight> One problem... The number is never different. Why? Because you need to call <code>randomize()</code> first. Change the declaration of <code>time_to_quit</code> to <code>var time_to_quit</code> and add this to the <code>_ready</code> function: <syntaxhighlight lang="python"> randomize() time_to_quit=randi()%(MAX_TIME-MIN_TIME)+MIN_TIME+1 </syntaxhighlight> The <code>+1</code> is necessary since <code>randi()%X</code> returns a random number between 0 and X-1. This creates a number between 0 and <code>MAX_TIME</code> subtracted by <code>MIN_TIME</code> subtracted by 1. Adding the <code>MIN_TIME</code> and an extra 1 gets the result you need, a random number between <code>MIN_TIME</code> and <code>MAX_TIME</code>.. The <code>randomize()</code> makes <code>randi()</code> give a different stream of random numbers. Randomizing is based on time, and ''should '''not''''' be called every frame for performance reasons. Once per node is enough. == What you have learned == # The 4 types of script # How to attach a script to a node # How to record time with delta # How to close a game # How to make random numbers. ==See also== [https://docs.godotengine.org/en/stable/tutorials/scripting/index.html Godot documents -> scripting] <noinclude> == Quiz == <Quiz display ="simple"> {NativeScript is the code the engine uses and requires recompiling the engine to use. |type="()" } - True || C++ is what the engine uses. + False {GDScript is based on what other popular programming language? |type="{}"} { Python|Swift|python|swift|Python and Swift|python and swift|Python or Swift|python or Swift|Swift and Python|swift and python|Swift or Python|swift or python } ||Python and/or Swift. Both are valid. {Which functions use ''delta'' as an argument? |type="[]"} +_process +_physics_process -_ready -_exit_tree {Which of these process at a fixed time step? |type="()"} -_process +_physics_process -_second_process {The word "delta" is also a keyword: |type="()"} -True ||If it were, it wouldn't be an argument. +False </Quiz> {{Guide to the Godot game engine/bottom|prev=What is a node|next=Resources and importing}} {{Status|75%}}{{BookCat}} trk3hlk6trq087gm4yw69fudma9jt71 Guide to the Godot game engine/Resources and importing 0 443215 4089927 4084547 2022-08-09T22:03:36Z L10nM4st3r 3380243 wikitext text/x-wiki {{guide to the Godot game engine/Top|Programming|Signals and methods}} In Godot, a {{guide to the Godot game engine/class|Resource}} is an object that stores data, like {{guide to the Godot game engine/class|Translation}} and {{guide to the Godot game engine/class|Texture}}. They are reference-counted, which means when they are no-longer used, they will automatically delete themselves, freeing memory. == Making resources == To make a resource, you need to first find something that will use it. Create a new scene with a Sprite2D. You can do this by pressing "Other Node" after making a new scene. Select it and look for its <code>Texture</code> property. Click <code>[empty]</code> and press "New {{guide to the Godot game engine/class|GradientTexture}}". Press the <code>Gradient<code> property (you may need to click on the GradientTexture) and press <code>New {{guide to the Godot game engine/class|Gradient}}</code> from the drop-down menu. Click on this Gradient. Click the black rectangle. A blank area a little bit to the right will turn black. Click it and a popup that allows you to choose a colour will appear. Choose a colour. Do the same to the white rectangle. You can add more points and colours by pressing in-between any two of these rectangles. Congratulations! You made your first resource! Games usually show art, not just square colour gradients. For this, download an art program. Microsoft Paint will do for now if you use Windows, but it isn't so great when you want a transparent image (say, non-squares), so you might want a better program soon. I use ''Piskel''. Alternatively, you could download the Godot plugin that adds an image editor. It can be found in the AssetLibrary (<code>AssetLib</code>) and enabled in Project->ProjectSettings->Plugins. I forgot the name of the image editor, however, so you might need to search around for it. Make anything at all. A diamond, a person, a car, or just a square. Save it into your project's folder. Go back to Godot, find the file and drag it over to the <code>Texture</code> property of the Sprite2D in the Inspector. Congratulations! You just imported - and used - your first file! == So, wait, what did I just do? == Importing files into your game is essential for game development. In Godot, you don't need to save the file or image into some kind of database to become usable. Just plop it down into your project's folder. Simple. If you want to fine-tweak an imported file, '''do not use the Inspector!''' Changes made to imported resources in the Inspector won't save. Instead, double click your file, above the <code>Scene</code> dock is an <code>Import</code> tab. Press the <code>Import</code> tab button to show it. You will see a large or small menu depending on the file selected. For Texture (".png", ".svg", ".bmp" file extensions), you will see things like compression settings or process settings. Under <code>Flags</code>, uncheck <code>Filter</code>, then press ''Reimport''. See any differences from your old image? <code>Filter</code> makes your image look higher resolution than it actually is by making it blurry. Turning it off makes an image more pixelated. Check <code>Mipmaps</code> if your image will be used in the 3D world, or show in many different sizes, to increase visual quality. <code>Fix Alpha Border</code> makes your transparent images look normal when using filter or compression methods other than Lossless. <code>Svg Scale</code> makes <code>.svg</code> files larger, scaled or higher resolution if you increase the number, with the opposite effect if you decrease the number. What compression modes are available? And what do they do? {|class="wikitable" |+Compression modes and their pros and cons |- ! Name !! Quality loss !! Loading time !! Performance !! Disk size |- | Lossless (default) || None || Slow || Average || Medium |- | Lossy || High || Slow || Average || Smallest |- | Video RAM || Medium to High || Fastest || Fastest || Small |- | Uncompressed || None || Medium || Average || Largest |} The compression format you use depends on many things. In general, use <code>Video RAM</code> for large textures or textures you don't see up close in-game and <code>Lossless</code> for small textures in 2D games. Texture artifacts are common in higher quality loss. Make sure to check your texture after reimport that it looks the same or that the quality loss is unnoticeable. Sometimes you intend to lower the quality to break up a texture that uses flat planes of color if you are a less than skillful artist. Those artifacts can break up solid blocks of color, making it easier to make decent game art. However, consider becoming more skilled at art, or getting an artist,since this is not foolproof. == What you have learned == # What importing is in Godot. # How to make a resource. # How to change the settings for an imported file. <noinclude> == Quiz == <Quiz display="simple"> {What compression method is fastest to load? |type="{}" } { vram|VRam|videoram|Videoram|VideoRam } {Does lossless break up a flat plane of color? |type="()" } -Yes ||Lossy does. +No ||Lossy does {Which of these are the best compression method? |type="()" } -Lossless -Lossy -VRam -Uncompressed +All of the above ||Each one is good at specific tasks, so they are all the best, in a way. {Can you modify a texture in the Inspector? |type="()" } -Yes +No ||Try it. Changes won't be saved and you can't even use the Inspector to experiment. {Can gradients only have 2 colors? |type="()" } -Yes +No </Quiz> {{Guide to the Godot game engine/bottom|prev=Programming|next=Signals and methods}} {{Status|75%}}{{BookCat}} qchyrddd3qv61sy0vrlz5f29yqm5xjm 4089928 4089927 2022-08-09T22:04:33Z L10nM4st3r 3380243 /* Making resources */ wikitext text/x-wiki {{guide to the Godot game engine/Top|Programming|Signals and methods}} In Godot, a {{guide to the Godot game engine/class|Resource}} is an object that stores data, like {{guide to the Godot game engine/class|Translation}} and {{guide to the Godot game engine/class|Texture}}. They are reference-counted, which means when they are no-longer used, they will automatically delete themselves, freeing memory. == Making resources == To make a resource, you need to first find something that will use it. Create a new scene with a Sprite2D. You can do this by pressing "Other Node" after making a new scene. Select it and look for its <code>Texture</code> property. Click <code>[empty]</code> and press "New {{guide to the Godot game engine/class|GradientTexture}}". Press the <code>Gradient</code> property (you may need to click on the GradientTexture) and press <code>New {{guide to the Godot game engine/class|Gradient}}</code> from the drop-down menu. Click on this Gradient. Click the black rectangle. A blank area a little bit to the right will turn black. Click it and a popup that allows you to choose a colour will appear. Choose a colour. Do the same to the white rectangle. You can add more points and colours by pressing in-between any two of these rectangles. Congratulations! You made your first resource! Games usually show art, not just square colour gradients. For this, download an art program. Microsoft Paint will do for now if you use Windows, but it isn't so great when you want a transparent image (say, non-squares), so you might want a better program soon. I use ''Piskel''. Alternatively, you could download the Godot plugin that adds an image editor. It can be found in the AssetLibrary (<code>AssetLib</code>) and enabled in Project->ProjectSettings->Plugins. I forgot the name of the image editor, however, so you might need to search around for it. Make anything at all. A diamond, a person, a car, or just a square. Save it into your project's folder. Go back to Godot, find the file and drag it over to the <code>Texture</code> property of the Sprite2D in the Inspector. Congratulations! You just imported - and used - your first file! == So, wait, what did I just do? == Importing files into your game is essential for game development. In Godot, you don't need to save the file or image into some kind of database to become usable. Just plop it down into your project's folder. Simple. If you want to fine-tweak an imported file, '''do not use the Inspector!''' Changes made to imported resources in the Inspector won't save. Instead, double click your file, above the <code>Scene</code> dock is an <code>Import</code> tab. Press the <code>Import</code> tab button to show it. You will see a large or small menu depending on the file selected. For Texture (".png", ".svg", ".bmp" file extensions), you will see things like compression settings or process settings. Under <code>Flags</code>, uncheck <code>Filter</code>, then press ''Reimport''. See any differences from your old image? <code>Filter</code> makes your image look higher resolution than it actually is by making it blurry. Turning it off makes an image more pixelated. Check <code>Mipmaps</code> if your image will be used in the 3D world, or show in many different sizes, to increase visual quality. <code>Fix Alpha Border</code> makes your transparent images look normal when using filter or compression methods other than Lossless. <code>Svg Scale</code> makes <code>.svg</code> files larger, scaled or higher resolution if you increase the number, with the opposite effect if you decrease the number. What compression modes are available? And what do they do? {|class="wikitable" |+Compression modes and their pros and cons |- ! Name !! Quality loss !! Loading time !! Performance !! Disk size |- | Lossless (default) || None || Slow || Average || Medium |- | Lossy || High || Slow || Average || Smallest |- | Video RAM || Medium to High || Fastest || Fastest || Small |- | Uncompressed || None || Medium || Average || Largest |} The compression format you use depends on many things. In general, use <code>Video RAM</code> for large textures or textures you don't see up close in-game and <code>Lossless</code> for small textures in 2D games. Texture artifacts are common in higher quality loss. Make sure to check your texture after reimport that it looks the same or that the quality loss is unnoticeable. Sometimes you intend to lower the quality to break up a texture that uses flat planes of color if you are a less than skillful artist. Those artifacts can break up solid blocks of color, making it easier to make decent game art. However, consider becoming more skilled at art, or getting an artist,since this is not foolproof. == What you have learned == # What importing is in Godot. # How to make a resource. # How to change the settings for an imported file. <noinclude> == Quiz == <Quiz display="simple"> {What compression method is fastest to load? |type="{}" } { vram|VRam|videoram|Videoram|VideoRam } {Does lossless break up a flat plane of color? |type="()" } -Yes ||Lossy does. +No ||Lossy does {Which of these are the best compression method? |type="()" } -Lossless -Lossy -VRam -Uncompressed +All of the above ||Each one is good at specific tasks, so they are all the best, in a way. {Can you modify a texture in the Inspector? |type="()" } -Yes +No ||Try it. Changes won't be saved and you can't even use the Inspector to experiment. {Can gradients only have 2 colors? |type="()" } -Yes +No </Quiz> {{Guide to the Godot game engine/bottom|prev=Programming|next=Signals and methods}} {{Status|75%}}{{BookCat}} 2cxmuwdwdtevrp38dlnoa56tnu9zvsa Guide to the Godot game engine/Signals and methods 0 443245 4089949 4084548 2022-08-10T07:27:52Z L10nM4st3r 3380243 wikitext text/x-wiki {{guide to the Godot game engine/Top|Resources and importing|Your first game}} Many Godot users will say to you "signal up, call down" if you ask for tips with coding. Just what does this mean? == Signals == Select a node from the Scene dock. Press the "Node" tab next to the inspector. A list will appear. These are ''signals''. Create a new scene. Press User Interface. Save it as <code>Signal test.tscn</code>. Add two nodes: a Button and a Label, both as children of the Control. Use the <code>Layout</code> button to center the Button to the screen. Set the <code>Text</code> property to <code>Press Me</code> in the inspector. Now add a script to the Control root node (the first one). Select the Button. Open the Node dock, and double click "button_up()". A popup will appear with your scene root (the Control node) selected. A text edit should say <code>_on_Button_button_up". Press "Connect</code>. This will create the code <syntaxhighlight lang="Python"> func _on_Button_button_up(): pass # Replace with function body. </syntaxhighlight> This function will be called when the signal <code>button_up</code> is emitted. Add the code <code>print("You pressed me!")</code> to the function. You may remove the <code>pass # Replace with function body.</code> if you wish. Run the scene by pressing F6, and grant that button's wish! You can make your own signals with <code>signal <signal_name> <optional:(argument1: type, argument2: type, ect)></code> in GDScript. To emit it in a function: <code>emit_signal(<"signal_name">, <argument1>,<argument2 ect.>)</code>. == Calling == Just as important as signals, ''calling'' allows many things to happen. Add <code>$Label.text = "You pressed me!"</code> to the function. This is actually setting a variable, but it's still considered calling, as setting a variable uses a setter function. More on those in another chapter. The <code>$</code> is a short hand for the <code>get_node(string)</code> function. The <code>Label</code> is the String argument. This allows direct manipulation to the child node of the same name provided. These are called {{guide to the Godot game engine/class|NodePath}}s. They work a bit like file paths, and this is a common example: <code>$weapon/art.texture = preload("res://assets/weapons/upgraded_sword.png")</code>, and can also be relative, like (called in <code>res://game/player.gd</code>) <code>/weapons/upgraaded_sword.tscn</code>. A global <code>get_node</code> looks like <code>/root/game/player/weapon/art</code>. <noinclude>For more, please see [[Guide to the Godot game engine/Programming/GDScript/Manipulate scene tree|GDScript: Manipulating the SceneTree]]. </noinclude> ==Signal up and call down== It means, if you are calling methods on another node, use signals for calling parents (to decrease code complexity) and use methods when calling children (to increase readability and freedom). == What you have learned == # How to get a child node. # How to connect a signal. # How to set a property of another node (With the ".". You can use it to call their functions too!) <noinclude> == Quiz == <Quiz display="simple"> {What do you use to get a node? |type="[]" } +"$NodeName" +get_node("NodeName") -get_child("NodeName") {Are node paths are like file paths? |type="()" } +Yes ||They support the "../" shorthand. -No {Which way are you supposed to call? |type="()" } +Down ||That's not saying you can't, just limit how many times you call down. -Up </Quiz> {{Guide to the Godot game engine/bottom|prev=Resources and importing|next=Your first game}} {{Status|75%}}{{BookCat}} 87esi6q5ac3vvtvse18duwrmqjbjsau 4089951 4089949 2022-08-10T08:02:59Z L10nM4st3r 3380243 typo wikitext text/x-wiki {{guide to the Godot game engine/Top|Resources and importing|Your first game}} Many Godot users will say to you "signal up, call down" if you ask for tips with coding. Just what does this mean? == Signals == Select a node from the Scene dock. Press the "Node" tab next to the inspector. A list will appear. These are ''signals''. Create a new scene. Press User Interface. Save it as <code>Signal test.tscn</code>. Add two nodes: a Button and a Label, both as children of the Control. Use the <code>Layout</code> button to center the Button to the screen. Set the <code>Text</code> property to <code>Press Me</code> in the inspector. Now add a script to the Control root node (the first one). Select the Button. Open the Node dock, and double click "button_up()". A popup will appear with your scene root (the Control node) selected. A text edit should say <code>_on_Button_button_up</code>. Press "Connect". This will create the code <syntaxhighlight lang="Python"> func _on_Button_button_up(): pass # Replace with function body. </syntaxhighlight> This function will be called when the signal <code>button_up</code> is emitted. Add the code <code>print("You pressed me!")</code> to the function. You may remove the <code>pass # Replace with function body.</code> if you wish. Run the scene by pressing F6, and grant that button's wish! You can make your own signals with <code>signal <signal_name> <optional:(argument1: type, argument2: type, ect)></code> in GDScript. To emit it in a function: <code>emit_signal(<"signal_name">, <argument1>,<argument2 ect.>)</code>. == Calling == Just as important as signals, ''calling'' allows many things to happen. Add <code>$Label.text = "You pressed me!"</code> to the function. This is actually setting a variable, but it's still considered calling, as setting a variable uses a setter function. More on those in another chapter. The <code>$</code> is a short hand for the <code>get_node(string)</code> function. The <code>Label</code> is the String argument. This allows direct manipulation to the child node of the same name provided. These are called {{guide to the Godot game engine/class|NodePath}}s. They work a bit like file paths, and this is a common example: <code>$weapon/art.texture = preload("res://assets/weapons/upgraded_sword.png")</code>, and can also be relative, like (called in <code>res://game/player.gd</code>) <code>/weapons/upgraaded_sword.tscn</code>. A global <code>get_node</code> looks like <code>/root/game/player/weapon/art</code>. <noinclude>For more, please see [[Guide to the Godot game engine/Programming/GDScript/Manipulate scene tree|GDScript: Manipulating the SceneTree]]. </noinclude> ==Signal up and call down== It means, if you are calling methods on another node, use signals for calling parents (to decrease code complexity) and use methods when calling children (to increase readability and freedom). == What you have learned == # How to get a child node. # How to connect a signal. # How to set a property of another node (With the ".". You can use it to call their functions too!) <noinclude> == Quiz == <Quiz display="simple"> {What do you use to get a node? |type="[]" } +"$NodeName" +get_node("NodeName") -get_child("NodeName") {Are node paths are like file paths? |type="()" } +Yes ||They support the "../" shorthand. -No {Which way are you supposed to call? |type="()" } +Down ||That's not saying you can't, just limit how many times you call down. -Up </Quiz> {{Guide to the Godot game engine/bottom|prev=Resources and importing|next=Your first game}} {{Status|75%}}{{BookCat}} hucrea1serkxu7yy7ehavofi2iqweam 4089952 4089951 2022-08-10T08:04:56Z L10nM4st3r 3380243 /* Calling */ wikitext text/x-wiki {{guide to the Godot game engine/Top|Resources and importing|Your first game}} Many Godot users will say to you "signal up, call down" if you ask for tips with coding. Just what does this mean? == Signals == Select a node from the Scene dock. Press the "Node" tab next to the inspector. A list will appear. These are ''signals''. Create a new scene. Press User Interface. Save it as <code>Signal test.tscn</code>. Add two nodes: a Button and a Label, both as children of the Control. Use the <code>Layout</code> button to center the Button to the screen. Set the <code>Text</code> property to <code>Press Me</code> in the inspector. Now add a script to the Control root node (the first one). Select the Button. Open the Node dock, and double click "button_up()". A popup will appear with your scene root (the Control node) selected. A text edit should say <code>_on_Button_button_up</code>. Press "Connect". This will create the code <syntaxhighlight lang="Python"> func _on_Button_button_up(): pass # Replace with function body. </syntaxhighlight> This function will be called when the signal <code>button_up</code> is emitted. Add the code <code>print("You pressed me!")</code> to the function. You may remove the <code>pass # Replace with function body.</code> if you wish. Run the scene by pressing F6, and grant that button's wish! You can make your own signals with <code>signal <signal_name> <optional:(argument1: type, argument2: type, ect)></code> in GDScript. To emit it in a function: <code>emit_signal(<"signal_name">, <argument1>,<argument2 ect.>)</code>. == Calling == Just as important as signals, ''calling'' allows many things to happen. Add <code>$Label.text = "You pressed me!"</code> to the function. This is actually setting a variable, but it's still considered calling, as setting a variable uses a setter function. More on those in another chapter. The <code>$path</code> is a short hand for the <code>get_node(path)</code> function. The <code>Label</code> is the path argument. This allows direct manipulation of the child node of that name. These are called {{guide to the Godot game engine/class|NodePath}}s. They work a bit like file paths, and this is a common example: <code>$weapon/art.texture = preload("res://assets/weapons/upgraded_sword.png")</code>, and can also be relative, like (called in <code>res://game/player.gd</code>) <code>/weapons/upgraaded_sword.tscn</code>. A global <code>get_node</code> looks like <code>/root/game/player/weapon/art</code>. <noinclude>For more, please see [[Guide to the Godot game engine/Programming/GDScript/Manipulate scene tree|GDScript: Manipulating the SceneTree]]. </noinclude> ==Signal up and call down== It means, if you are calling methods on another node, use signals for calling parents (to decrease code complexity) and use methods when calling children (to increase readability and freedom). == What you have learned == # How to get a child node. # How to connect a signal. # How to set a property of another node (With the ".". You can use it to call their functions too!) <noinclude> == Quiz == <Quiz display="simple"> {What do you use to get a node? |type="[]" } +"$NodeName" +get_node("NodeName") -get_child("NodeName") {Are node paths are like file paths? |type="()" } +Yes ||They support the "../" shorthand. -No {Which way are you supposed to call? |type="()" } +Down ||That's not saying you can't, just limit how many times you call down. -Up </Quiz> {{Guide to the Godot game engine/bottom|prev=Resources and importing|next=Your first game}} {{Status|75%}}{{BookCat}} ioqwxduyfe20j9n0i1bqskgsepxyp8n User talk:Einschlauesding 3 443393 4089956 4089771 2022-08-10T08:10:31Z ArchiverBot 1227662 Bot: Archiving 1 thread (older than 2 days) to [[User talk:Einschlauesding/Archive/2022/August]] wikitext text/x-wiki {{User:MiszaBot/config |archive = User talk:Einschlauesding/Archive/%(year)d/%(monthname)s |algo = old(2d) |counter = 1 |archiveheader = {{aan}} |minthreadstoarchive = 1 |minthreadsleft = 1 }}__NOTOC__ == stuffy things == Wow, I literally scoffed through ~28 iron pickaxes and half a diamond pickaxe breaking stone to make space for new rooms in my new house in Minecraft... Worth it! (perhaps I should have started with a diamond pickaxe. Now I have more diamonds than iron! xD) <sup> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]</sup> / <sub>[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 16:28, 7 August 2022 (UTC) :22 iron and 29 diamonds. Crazy. Better build my blacksmith room soon or I'll have zero iron and 59 raw iron waiting idle. <sup> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]</sup> / <sub>[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 16:46, 7 August 2022 (UTC) :[[User:L10nM4st3r/Funny Stuff/1#You know you had too many salted peanuts when...|You know I had too many salted peanuts when...]] <sup> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]</sup> / <sub>[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 18:23, 7 August 2022 (UTC) Lol [[User:Einschlauesding|Einschlauesding]] ([[User talk:Einschlauesding|discuss]] • [[Special:Contributions/Einschlauesding|contribs]]) 20:03, 8 August 2022 (UTC) :My game is going great right now. I've added a background, added new sppecial effects, and even upgraded the mining system. Before, block mining was fun. Now it looks awesome. Before: getting better tools lowered how many times you need to hit a block to break it by one. After: Upgrades make cracks in blocks larger, until the point you can break it instantly. I've added a new block mechanic: softness. A tool's power is subtracted by the block's hardness. If the resulting number is larger than 0, you can mine it. Softness increases the ease to mine it, without effecting the minimum required power to crack it at all. Logs are similar, but have a sideways chop cut, instead of a crack and hole. Also, these cracks cover the entire block, not just a 1x1 block corner on larger ones (some blocks are larger than others). <sup> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]</sup> / <sub>[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 21:11, 8 August 2022 (UTC) ibcudbbq1aaodmnnmaqhaym4psedb02 Template:Guide to the Godot game engine/toc 10 446836 4089953 4084332 2022-08-10T08:08:28Z L10nM4st3r 3380243 add debugging wikitext text/x-wiki ---- <ol> '''Getting started''' [{{edit|Template:Guide to the Godot game engine/toc}}] <li>[[Guide to the Godot game engine/Installation|Installation]]</li> <li>[[Guide to the Godot game engine/What is a node|What is a node?]]</li> <li>[[Guide to the Godot game engine/Programming|Programming]]</li> <li>[[Guide to the Godot game engine/Resources and importing|Resources and importing]]</li> <li>[[Guide to the Godot game engine/Signals and methods|Signals and methods]]</li> <li>[[Guide to the Godot game engine/Your first game|Your first game]]</li> '''Advanced reference guide''' <li>[[Guide to the Godot game engine/Debugging|Debugging]]</li> <li>[[Guide to the Godot game engine/Input|Input]]</li> <li>[[Guide to the Godot game engine/Physics|Physics]]</li> <li>[[Guide to the Godot game engine/Saving and loading|Saving and loading]]</li> <li>[[Guide to the Godot game engine/Animation|Animation]]</li> <li>[[Guide to the Godot game engine/Servers|Servers (singletons)]]</li> <li>[[Guide to the Godot game engine/Platform specific|Platform specific]]</li> <li>[[Guide to the Godot game engine/Encryption|Encryption]]</li> <li>[[Guide to the Godot game engine/Multiplayer|Multiplayer]]</li> <li>[[Guide to the Godot game engine/Exporting|Exporting]]</li> <li>[[Guide to the Godot game engine/Plugins|Plugins]]</li> '''Appendix''' <li>[[Guide to the Godot game engine/Helpful links|Helpful links]]</li> <li>[[Guide to the Godot game engine/Contributors|Authors and contributors]]</li> '''Misc''' <li>[[Guide to the Godot game engine/Print version|Print version]]</li> </ol> <noinclude>{{bookCat}}</noinclude> 421f1krbswoqb1hki55f48zihny5j4n Guide to the Godot game engine/Print version 0 447574 4089841 4089829 2022-08-09T12:00:38Z L10nM4st3r 3380243 wikitext text/x-wiki {{print version notice}} {{print version cover}} __NOTOC__ __NOINDEX__ {{:Guide to the Godot game engine}} =What is a node?= {{../What is a node}} =Programming= {{../Programming}} =GDScript= {{../Programming/GDScript}} {{../Programming/GDScript/Global scope}} {{../Programming/GDScript/Keywords}} {{../Programming/GDScript/If statements}} {{../Programming/GDScript/If conditions}} {{../Programming/GDScript/Data types}} {{../Programming/GDScript/Manipulate scene tree}} {{../Programming/GDScript/Making nodes}} =Resources and importing= {{../Resources and importing}} =Signals and methods= {{../Signals and methods}} =Your first game= {{../Your first game}} =Input= {{../Input}} =Physics= {{../Physics}} =Saving and loading= {{../Saving and loading}} =Animation= {{../Animation}} =Servers (singletons)= {{../Servers}} =Platform specific= {{../Platform specific}} =Encryption= {{../Encryption}} =Multiplayer= {{../Multiplayer}} =Exporting= {{../Exporting}} =Plugins= {{../Plugins}} {{../Plugins/The basics}} {{../Plugins/Making your first plugin}} {{../Plugins/Making your first plugin/The idea}} {{../Plugins/Making your first plugin/The idea/Conversation tree 1}} {{../Plugins/Making your first plugin/The idea/Conversation tree 2}} {{../Plugins/Making your first plugin/The idea/Conversation tree 3}} {{../Plugins/Making your first plugin/Bottom panels}} {{../Plugins/Making your first plugin/Docks}} {{../Plugins/Making your first plugin/Menus}} {{../Plugins/Making your first plugin/Gizmos}} {{../Plugins/Making your first plugin/Settings}} {{../Plugins/Making resources}} {{../Plugins/Importers}} {{../Plugins/Text editors}} =Authors and contributors= {{../Contributors}} =Helpful links= {{../Helpful links}} afm056tnlwetoao0z5zrs1o71cf0tg1 4089846 4089841 2022-08-09T12:12:47Z L10nM4st3r 3380243 wikitext text/x-wiki {{print version notice}} {{print version cover|notoc=yes}} {{tocright}} __NOINDEX__ {{:Guide to the Godot game engine}} =What is a node?= {{../What is a node}} =Programming= {{../Programming}} =GDScript= {{../Programming/GDScript}} {{../Programming/GDScript/Global scope}} {{../Programming/GDScript/Keywords}} {{../Programming/GDScript/If statements}} {{../Programming/GDScript/If conditions}} {{../Programming/GDScript/Data types}} {{../Programming/GDScript/Manipulate scene tree}} {{../Programming/GDScript/Making nodes}} =Resources and importing= {{../Resources and importing}} =Signals and methods= {{../Signals and methods}} =Your first game= {{../Your first game}} =Input= {{../Input}} =Physics= {{../Physics}} =Saving and loading= {{../Saving and loading}} =Animation= {{../Animation}} =Servers (singletons)= {{../Servers}} =Platform specific= {{../Platform specific}} =Encryption= {{../Encryption}} =Multiplayer= {{../Multiplayer}} =Exporting= {{../Exporting}} =Plugins= {{../Plugins}} {{../Plugins/The basics}} {{../Plugins/Making your first plugin}} {{../Plugins/Making your first plugin/The idea}} {{../Plugins/Making your first plugin/The idea/Conversation tree 1}} {{../Plugins/Making your first plugin/The idea/Conversation tree 2}} {{../Plugins/Making your first plugin/The idea/Conversation tree 3}} {{../Plugins/Making your first plugin/Bottom panels}} {{../Plugins/Making your first plugin/Docks}} {{../Plugins/Making your first plugin/Menus}} {{../Plugins/Making your first plugin/Gizmos}} {{../Plugins/Making your first plugin/Settings}} {{../Plugins/Making resources}} {{../Plugins/Importers}} {{../Plugins/Text editors}} =Authors and contributors= {{../Contributors}} =Helpful links= {{../Helpful links}} a8gqqdue10w6ulro6k2myckm51p6bpc 4089847 4089846 2022-08-09T12:13:51Z L10nM4st3r 3380243 wikitext text/x-wiki {{print version notice}} {{print version cover|notoc=yes}} __NOINDEX__ {{:Guide to the Godot game engine}} {{tocright}} =What is a node?= {{../What is a node}} =Programming= {{../Programming}} =GDScript= {{../Programming/GDScript}} {{../Programming/GDScript/Global scope}} {{../Programming/GDScript/Keywords}} {{../Programming/GDScript/If statements}} {{../Programming/GDScript/If conditions}} {{../Programming/GDScript/Data types}} {{../Programming/GDScript/Manipulate scene tree}} {{../Programming/GDScript/Making nodes}} =Resources and importing= {{../Resources and importing}} =Signals and methods= {{../Signals and methods}} =Your first game= {{../Your first game}} =Input= {{../Input}} =Physics= {{../Physics}} =Saving and loading= {{../Saving and loading}} =Animation= {{../Animation}} =Servers (singletons)= {{../Servers}} =Platform specific= {{../Platform specific}} =Encryption= {{../Encryption}} =Multiplayer= {{../Multiplayer}} =Exporting= {{../Exporting}} =Plugins= {{../Plugins}} {{../Plugins/The basics}} {{../Plugins/Making your first plugin}} {{../Plugins/Making your first plugin/The idea}} {{../Plugins/Making your first plugin/The idea/Conversation tree 1}} {{../Plugins/Making your first plugin/The idea/Conversation tree 2}} {{../Plugins/Making your first plugin/The idea/Conversation tree 3}} {{../Plugins/Making your first plugin/Bottom panels}} {{../Plugins/Making your first plugin/Docks}} {{../Plugins/Making your first plugin/Menus}} {{../Plugins/Making your first plugin/Gizmos}} {{../Plugins/Making your first plugin/Settings}} {{../Plugins/Making resources}} {{../Plugins/Importers}} {{../Plugins/Text editors}} =Authors and contributors= {{../Contributors}} =Helpful links= {{../Helpful links}} 3tymtn495ddfjolye106t13a462e9xu 4089954 4089847 2022-08-10T08:09:35Z L10nM4st3r 3380243 wikitext text/x-wiki {{print version notice}} {{print version cover|notoc=yes}} __NOINDEX__ {{:Guide to the Godot game engine}} {{tocright}} =What is a node?= {{../What is a node}} =Programming= {{../Programming}} =GDScript= {{../Programming/GDScript}} {{../Programming/GDScript/Global scope}} {{../Programming/GDScript/Keywords}} {{../Programming/GDScript/If statements}} {{../Programming/GDScript/If conditions}} {{../Programming/GDScript/Data types}} {{../Programming/GDScript/Manipulate scene tree}} {{../Programming/GDScript/Making nodes}} =Resources and importing= {{../Resources and importing}} =Signals and methods= {{../Signals and methods}} =Your first game= {{../Your first game}} =Debugging= {{../Debugging}} =Input= {{../Input}} =Physics= {{../Physics}} =Saving and loading= {{../Saving and loading}} =Animation= {{../Animation}} =Servers (singletons)= {{../Servers}} =Platform specific= {{../Platform specific}} =Encryption= {{../Encryption}} =Multiplayer= {{../Multiplayer}} =Exporting= {{../Exporting}} =Plugins= {{../Plugins}} {{../Plugins/The basics}} {{../Plugins/Making your first plugin}} {{../Plugins/Making your first plugin/The idea}} {{../Plugins/Making your first plugin/The idea/Conversation tree 1}} {{../Plugins/Making your first plugin/The idea/Conversation tree 2}} {{../Plugins/Making your first plugin/The idea/Conversation tree 3}} {{../Plugins/Making your first plugin/Bottom panels}} {{../Plugins/Making your first plugin/Docks}} {{../Plugins/Making your first plugin/Menus}} {{../Plugins/Making your first plugin/Gizmos}} {{../Plugins/Making your first plugin/Settings}} {{../Plugins/Making resources}} {{../Plugins/Importers}} {{../Plugins/Text editors}} =Authors and contributors= {{../Contributors}} =Helpful links= {{../Helpful links}} 2fn4x9y1qwmn49qtcthjbfv9cakktvs MATLAB Programming/MATLAB Easter Eggs 0 447746 4089877 4089721 2022-08-09T15:21:52Z MrAlanKoh 3392840 added pictures wikitext text/x-wiki MATLAB is one of the very few professional software in the market now that included Easter Eggs in their products. Here are the few known functions: Just type these commands and have a look for yourself: All of this Easter Eggs were tested on MATLAB R2020a ( in not alphabetical order) {| class="wikitable" |+ !Command !Description !Picture/Examples |- |cruller |Construct a cruller by revolving the eccentric ellipse defined by the function XYCRULL. |[[File:Matlab Plot of a Cruller.png|left|200x200px|Cruller Render]] |- |date |Returns date as in dd-mmm-yyyy format |08-Aug-2022 |- |clock |Returns a six element date vector containing the current time and date in decimal form: [year month day hour minute seconds] |1.0e+03 * 2.0220    0.0080    0.0070    0.0230    0.0360    0.0192 |- |earthmap |Globe to represent the Earth's topography | |- |logo |Plot the L-shaped membrane logo with MATLAB(R) lighting. |[[File:Matlab Logo.png|left|200x200px|Matlab Logo]] |- |surf(membrane) |Plot a 3-D colored surface of MATLAB(R) logos | |- |spy |This function is actually to use to visualize [[w:Sparse matrix|sparsity pattern]]. When no input of argument is given, it will generate a image of the dogs. If typed in version prior to Matlab R2011a, it will show character White Spy from comics [[w:Spy vs. Spy|Spy vs. Spy]] | |- |life |This is MATLAB's simulations of [[w:Conway's Game of Life|Conway's Game of Life]]. Whether cells stay alive, die, or generate new cells depends upon how many of their eight possible neighbors are alive. By using sparse matrices, the calculations required become astonishingly simple. |[[File:Matlab_Game_of_Life_Simulation.gif|left|frameless|200x200px]] |- |truss |Animation of a bending bridge truss. This demo animates 12 natural bending modes of a two-dimensional truss. |[[File:Matlab_Bending_Truss.gif|left|frameless|200x200px]] |- |vibes |This demonstration solves the wave equation for the vibrations of an L-shaped membrane. |[[File:Matlab_Vibes.gif|left|frameless|200x200px|Matlab Vibes]] |- |makevase |Generate and plot a surface of revolution. The body-of-revolution corresponding to that line is plotted using the SURFL command. |[[File:MATLAB_EASTER_EGGS_MAKEVASE.png|left|frameless|250x250px|MATLAB EASTER EGGS MAKEVASE]] |- |xpbombs |Shows a game of [[w:Minesweeper (video game)|Minesweeper]] , There are 13 bombs hidden in the mine field. |[[File:MATLAB_Easter_Eggs.png|left|frameless|200x200px|MATLAB Easter Eggs]] |- |lorenz |Plot the orbit around the [[wikipedia:Lorenz_system|Lorenz chaotic attractor.]] |[[File:MATLAB_Lorenz_Attractor.gif|left|frameless]] |- |soma |precomputed solutions to Piet Hein's soma cube | |- |travel |This demo animates the solution of the "Traveling Salesman" problem. The problem is to form a closed circuit of a number of cities while traveling the shortest total distance along the way. |[[File:MATLAB_Travelling_Salesman.gif|left|frameless]] |} teapotdemo - A demo that uses the famous [[w:Utah teapot|Newell teapot]] to demonstrate MATLAB graphics features. eigshow - ??? census - Shows the extrapolated populations in the United States eml_asteroids - Play a game of Asteroids eml_fire - Simulations of burning fire fifteen - Shows a game of fifteen game puzzles funtool - A function calculator penny - Shows 3D render of a USA penny image - You can see a blue images of young boy. You can use this command to correct it.<br> colormap(gray(32));<br> axis ij image off<br> imagesAndVideo - Shows an moving images of rocket flying to the space imagesc(hot) / imagesc(cool) / imagesc(hsv) - ??? knot - Shows a knot rlc_gui - Shows a simulations of 4 different types of RLC circuits sf_tictacflow - SIMULINK project to simulate a game of Tic Tac Toe against AI - step - Shows a randomly generated stable [[w:Transfer function|Transfer Function Model]] taylortool - A Taylor series calculator travel - Simulation of travelling salesman problem (Limited to cities inside USA) why - Randomly generated answers to life , universe and everything wrldtrv - Show great circle flight routes around the globe xpquad - ??? xpsound - ??? NOTE: If there are any readers who knows what is the ??? easter eggs represent, you may kindly add in. ===References=== <ref>https://blogs.mathworks.com/steve/2006/10/17/the-story-behind-the-matlab-default-image/</ref> <ref>https://web.archive.org/web/20210615225906/https://undocumentedmatlab.com/articles/image-easter-egg</ref> <ref>https://web.archive.org/web/20210803075033/https://undocumentedmatlab.com/articles/spy-easter-egg-take-2</ref> <ref>https://web.archive.org/web/20210123224206/https://ashanpeiris.blogspot.com/2014/12/matlab-easter-eggs.html</ref> <ref> https://www.testingdocs.com/in-built-graphical-demos-in-matlab/ </ref> {{BookCat}} kh61o2an6pllgyj37w1i139fvo6zaal 4089878 4089877 2022-08-09T15:24:06Z MrAlanKoh 3392840 minor formatting wikitext text/x-wiki MATLAB is one of the very few professional software in the market now that included Easter Eggs in their products. Here are the few known functions: Just type these commands and have a look for yourself: All of this Easter Eggs were tested on MATLAB R2020a ( in not alphabetical order) {| class="wikitable" |+ !Command !Description !Picture/Examples |- |cruller |Construct a cruller by revolving the eccentric ellipse defined by the function XYCRULL. |[[File:Matlab Plot of a Cruller.png|left|200x200px|Cruller Render]] |- |date |Returns date as in dd-mmm-yyyy format |08-Aug-2022 |- |clock |Returns a six element date vector containing the current time and date in decimal form: [year month day hour minute seconds] |1.0e+03 * 2.0220    0.0080    0.0070    0.0230    0.0360    0.0192 |- |earthmap |Globe to represent the Earth's topography | |- |logo |Plot the L-shaped membrane logo with MATLAB(R) lighting. |[[File:Matlab Logo.png|left|200x200px|Matlab Logo]] |- |surf(membrane) |Plot a 3-D colored surface of MATLAB(R) logos | |- |spy |This function is actually to use to visualize [[w:Sparse matrix|sparsity pattern]]. When no input of argument is given, it will generate a image of the dogs. If typed in version prior to Matlab R2011a, it will show character White Spy from comics [[w:Spy vs. Spy|Spy vs. Spy]] | |- |life |This is MATLAB's simulations of [[w:Conway's Game of Life|Conway's Game of Life]]. Whether cells stay alive, die, or generate new cells depends upon how many of their eight possible neighbors are alive. By using sparse matrices, the calculations required become astonishingly simple. |[[File:Matlab_Game_of_Life_Simulation.gif|left|frameless|200x200px]] |- |truss |Animation of a bending bridge truss. This demo animates 12 natural bending modes of a two-dimensional truss. |[[File:Matlab_Bending_Truss.gif|left|frameless|200x200px]] |- |vibes |This demonstration solves the wave equation for the vibrations of an L-shaped membrane. |[[File:Matlab_Vibes.gif|left|frameless|200x200px|Matlab Vibes]] |- |makevase |Generate and plot a surface of revolution. The body-of-revolution corresponding to that line is plotted using the SURFL command. |[[File:MATLAB_EASTER_EGGS_MAKEVASE.png|left|frameless|250x250px|MATLAB EASTER EGGS MAKEVASE]] |- |xpbombs |Shows a game of [[w:Minesweeper (video game)|Minesweeper]] , There are 13 bombs hidden in the mine field. |[[File:MATLAB_Easter_Eggs.png|left|frameless|200x200px|MATLAB Easter Eggs]] |- |lorenz |Plot the orbit around the [[w:Lorenz_system|Lorenz chaotic attractor.]] |[[File:MATLAB_Lorenz_Attractor.gif|left|frameless]] |- |soma |precomputed solutions to Piet Hein's soma cube | |- |travel |This demo animates the solution of the "[[w:Travelling salesman problem|Traveling Salesman]]" problem. (Limited to cities inside USA) The problem is to form a closed circuit of a number of cities while traveling the shortest total distance along the way. |[[File:MATLAB_Travelling_Salesman.gif|left|frameless]] |} teapotdemo - A demo that uses the famous [[w:Utah teapot|Newell teapot]] to demonstrate MATLAB graphics features. eigshow - ??? census - Shows the extrapolated populations in the United States eml_asteroids - Play a game of Asteroids eml_fire - Simulations of burning fire fifteen - Shows a game of fifteen game puzzles funtool - A function calculator penny - Shows 3D render of a USA penny image - You can see a blue images of young boy. You can use this command to correct it.<br> colormap(gray(32));<br> axis ij image off<br> imagesAndVideo - Shows an moving images of rocket flying to the space imagesc(hot) / imagesc(cool) / imagesc(hsv) - ??? knot - Shows a knot rlc_gui - Shows a simulations of 4 different types of RLC circuits sf_tictacflow - SIMULINK project to simulate a game of Tic Tac Toe against AI - step - Shows a randomly generated stable [[w:Transfer function|Transfer Function Model]] taylortool - A Taylor series calculator why - Randomly generated answers to life , universe and everything wrldtrv - Show great circle flight routes around the globe xpquad - ??? xpsound - ??? NOTE: If there are any readers who knows what is the ??? easter eggs represent, you may kindly add in. ===References=== <ref>https://blogs.mathworks.com/steve/2006/10/17/the-story-behind-the-matlab-default-image/</ref> <ref>https://web.archive.org/web/20210615225906/https://undocumentedmatlab.com/articles/image-easter-egg</ref> <ref>https://web.archive.org/web/20210803075033/https://undocumentedmatlab.com/articles/spy-easter-egg-take-2</ref> <ref>https://web.archive.org/web/20210123224206/https://ashanpeiris.blogspot.com/2014/12/matlab-easter-eggs.html</ref> <ref> https://www.testingdocs.com/in-built-graphical-demos-in-matlab/ </ref> {{BookCat}} dl2yzoph23l6kmbptij2gmugs7xg1h5 Template:Guide to the Godot game engine/Top 10 447834 4089950 4084764 2022-08-10T07:30:00Z L10nM4st3r 3380243 wikitext text/x-wiki {{#ifeq:{{SUBPAGENAME}}|Print version| | <div style="background-color:#f0b7c9;text-align:center"> [[File:Godot icon.svg|link=|right|80px|alt=]] [[Guide to the Godot game engine]] ---- {{#if:{{{1|}}}|<-- [[Guide to the Godot game engine/{{{1}}}|{{{3|{{{1}}}}}}]] |}} '''{{SUBPAGENAME}}''' {{#if:{{{2|}}}| [[Guide to the Godot game engine/{{{2}}}|{{{4|{{{2}}}}}}]]-->|}} </div> {{tocright}} }} <noinclude>{{bookCat}} 5idkf0tl85532adczfy7krrivn64aus Wikibooks:GUS2Wiki 4 447875 4089845 4088611 2022-08-09T12:11:21Z Alexis Jazz 470964 Updating gadget usage statistics from [[Special:GadgetUsage]] ([[phab:T121049]]) wikitext text/x-wiki {{#ifexist:Project:GUS2Wiki/top|{{/top}}|This page provides a historical record of [[Special:GadgetUsage]] through its page history. To get the data in CSV format, see wikitext. To customize this message or add categories, create [[/top]].}} The following data is cached, and was last updated 2022-08-07T22:46:06Z. A maximum of {{PLURAL:5000|one result is|5000 results are}} available in the cache. {| class="sortable wikitable" ! Gadget !! data-sort-type="number" | Number of users !! data-sort-type="number" | Active users |- |BookCat || 19 || 1 |- |CleanDeleteReasons || 64 || 1 |- |CommentsInLocalTime || 559 || 3 |- |DeluxeBar || 130 || 5 |- |GetCollection || 499 || 0 |- |Special characters || 115 || 1 |- |SpecialSearch || 641 || 0 |- |Twinklerevert || 547 || 7 |- |Twinkleunlink || 412 || 8 |- |UTCLiveClock || 263 || 3 |- |Welcome || 510 || 6 |- |autodel || 72 || 1 |- |background-awesomeness || 624 || 3 |- |bottomtabs || 400 || 3 |- |colorcats || 637 || 4 |- |commons-file || data-sort-value="Infinity" | Default || data-sort-value="Infinity" | Default |- |contribsrange || 282 || 4 |- |edittop || 536 || 4 |- |extlinks || 306 || 2 |- |markAdmins || 45 || 7 |- |markblocked || 28 || 0 |- |massblock || 60 || 1 |- |modrollback || 92 || 3 |- |navpop || 750 || 9 |- |purge || 578 || 8 |- |rightsfilter || 329 || 3 |- |searchbox || 133 || 4 |- |sidebartranslate || 412 || 1 |- |sixtabs || 343 || 0 |- |subject-pages || 471 || 5 |- |subpages || 27 || 2 |- |toolboxcompat || 112 || 1 |- |twinkledelimages || 65 || 1 |- |twinklespeedy || 464 || 9 |- |twinklewarn || 405 || 9 |- |wiked || 601 || 1 |- |wikidialog || data-sort-value="Infinity" | Default || data-sort-value="Infinity" | Default |- |wkBookCreator || 724 || 2 |} * [[Special:GadgetUsage]] * [[m:Meta:GUS2Wiki/Script|GUS2Wiki]] <!-- data in CSV format: BookCat,19,1 CleanDeleteReasons,64,1 CommentsInLocalTime,559,3 DeluxeBar,130,5 GetCollection,499,0 Special characters,115,1 SpecialSearch,641,0 Twinklerevert,547,7 Twinkleunlink,412,8 UTCLiveClock,263,3 Welcome,510,6 autodel,72,1 background-awesomeness,624,3 bottomtabs,400,3 colorcats,637,4 commons-file,default,default contribsrange,282,4 edittop,536,4 extlinks,306,2 markAdmins,45,7 markblocked,28,0 massblock,60,1 modrollback,92,3 navpop,750,9 purge,578,8 rightsfilter,329,3 searchbox,133,4 sidebartranslate,412,1 sixtabs,343,0 subject-pages,471,5 subpages,27,2 toolboxcompat,112,1 twinkledelimages,65,1 twinklespeedy,464,9 twinklewarn,405,9 wiked,601,1 wikidialog,default,default wkBookCreator,724,2 --> ks5vnauoimsshu7bq0351e1u9ytbfw3 Cookbook:Nihari 102 447985 4089897 4087005 2022-08-09T16:40:20Z L10nM4st3r 3380243 wikitext text/x-wiki {{delete|it has been seven days since copyvio template was added}} {{Copyvio|myweekendkitchen.in/mutton-nihari}} === Ingredients === * 1 kg  mutton , preferably shank (cut into 8-10 pieces) * 4 tbsp  Ghee butter * 2 medium onions , finely sliced * 1 tsp  ginger paste * 1 tsp  garlic paste * Salt  to taste * 2 tsp  coriander powder * 1/2 tsp  turmeric powder * 3 tbsp  wheat flour * 3 tbsp  nihari masala * ==== NIHARI MASALA ==== * * 1 tbsp cumin seeds * 2 tsp fennel seeds * 1 tsp dry ginger * 5-6 green cardamoms * 2 black cardamoms * 4-5 cloves * 1 bay leaf * 1 inch cinnamon stick * 8-10 black peppercorns * 1/4 tsp grated nutmeg ==== Garnish ==== * 1 inch  ginger , cut into strips * 4-5 stalks fresh coriander leaves * 1 tbsp lime juice === Instructions === ==== To make Nihari Masala ==== * To make your own Nihari masala from scratch, dry roast all the whole spices for the masala; cool; and grind them to a fine powder. ==== To make Nihari curry ==== * Heat Ghee (you can use oil as well but ghee makes it tastier) in a deep bottom stock pot. Once the ghee is hot, add the sliced onions and fry till they start to turn brown. * Add mutton pieces, ginger paste, garlic paste, coriander powder, turmeric powder and salt. Mix well to coat the mutton in ghee and spices. Sauté for 5 mins. * Add the nihari masala and 8 cups of water. Mix well, cover and cook on very low heat for about 4 hours until the meat is tender. Keep checking in between. The way to know that the meat is cooked is when it breaks easily with a wooden spoon. * Dissolve wheat flour in half cup of water such that there are no lumps. Slowly add it to the gravy. Stir to mix it well in the gravy and let it simmer for another 10-15 mins till the gravy thickens. * Sprinkle some lime juice and garnish with ginger strips and fresh coriander leaves. Serve hot. === Notes === Nihari masala is great for both vegetarian and non-vegetarian curries. You can use it in recipes like chickpea curry, or rajma masala. === Nutrition === Calories: 556.6kcal | Fat: 38.7g | Protein: 43.5g h0d0o4jn1arb48f7xvmqvvedd4dk305 User:Locsnevets57 2 448229 4089941 2022-08-10T03:55:42Z Locsnevets57 3398418 Added sub-headings and project plans wikitext text/x-wiki Introduce yourself - write a couple of sentences about yourself. Click save and view it. Background: Interests: Wikibooks projects: add-Exercise_as_it_relates_to_Disease link you will add detail of your particular fact sheet once it has started In the top section, add an image of yourself. lew7q3z14ivrvu2j02zqnsbko0kfhjt 4089942 4089941 2022-08-10T03:57:57Z Locsnevets57 3398418 removed external link wikitext text/x-wiki Introduce yourself - write a couple of sentences about yourself. Click save and view it. Background: Interests: Wikibooks projects: Exercise as it relates to disease add-Exercise_as_it_relates_to_Disease link you will add detail of your particular fact sheet once it has started In the top section, add an image of yourself. c4dmx49du6mcwyvqdx15t4p3zy7e56h User talk:Einschlauesding/Archive/2022/August 3 448230 4089955 2022-08-10T08:10:21Z ArchiverBot 1227662 Bot: Archiving 1 thread from [[User talk:Einschlauesding]] wikitext text/x-wiki {{aan}} == Things == I was playing with this older child today. The annoying one. Played minecraft and wii-u sports all day. My mom needs to buy a second switch for the children. <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 18:02, 19 July 2022 (UTC) :Hello? <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 18:06, 19 July 2022 (UTC) Wait what older child? [[User:Einschlauesding|Einschlauesding]] ([[User talk:Einschlauesding|discuss]] • [[Special:Contributions/Einschlauesding|contribs]]) 19:52, 19 July 2022 (UTC) :The older kid I told you my mum looks after. Can't say more than that. <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 20:11, 19 July 2022 (UTC) Ah yeah sorry [[User:Einschlauesding|Einschlauesding]] ([[User talk:Einschlauesding|discuss]] • [[Special:Contributions/Einschlauesding|contribs]]) 20:14, 19 July 2022 (UTC) :I'm addicted to peanuts <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 20:45, 19 July 2022 (UTC) I'm addicted to music [[User:Einschlauesding|Einschlauesding]] ([[User talk:Einschlauesding|discuss]] • [[Special:Contributions/Einschlauesding|contribs]]) 21:00, 19 July 2022 (UTC) :Everybody already knows. <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 21:20, 19 July 2022 (UTC) :I'm not quite addicted, I ''can'' survive if I don't have any, but I love them.. More than most things. I went through a quarter of a bag of salted peanuts in a single hour. Maybe I should slow down if I want some tomorrow.<sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 21:20, 19 July 2022 (UTC) :Though I think you ''are'' heavily addicted to music "I would die without music" (something like that anyway) I think you once told me in stardew valley, right? <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 21:20, 19 July 2022 (UTC) :Dammit! The guy is here all week!? I'll never get my game done at this rate.. <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 06:55, 20 July 2022 (UTC) I also like peanuts but I can't eat much of them. I don't know why. And yeah I love music, I listen to music 24/7 and that's why I couldn't imagine my life without it lol just like a normal addiction? [[User:Einschlauesding|Einschlauesding]] ([[User talk:Einschlauesding|discuss]] • [[Special:Contributions/Einschlauesding|contribs]]) 09:18, 20 July 2022 (UTC) :At least a music addiction is better than one to something like alcohol. What kind of music? <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 11:29, 20 July 2022 (UTC) Yeah you're right haha. I actually don't have a specific genre I listen to but here are some genres: hip-hop,rap,pop,indie/-lo-fi,metal,rock,rap,synthpop,phonk,j-pop,k-pop,wave and yeah I don't remember more right now sorry haha [[User:Einschlauesding|Einschlauesding]] ([[User talk:Einschlauesding|discuss]] • [[Special:Contributions/Einschlauesding|contribs]]) 13:52, 20 July 2022 (UTC) :Well, now I made explosions look cooler in my game. I'm mainly focusing on the graphics right now. Today I will (try) to add more graphical effects. It takes minimum time, which is gonna be all I get this week. Next I'll add particles and sounds when you kill things. "Blood" (aka bits of slime and bone for the current enemies) and "gore" (aka skeleton ribs and arms and skull). Not highly realistic gore (obviously) but pixelated. I aim for 12+ ages, so a bit like in terraria. <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 08:32, 21 July 2022 (UTC) :Now I added a non-spoiler help screen. It's non-spoiler because it requires you to do certain actions (typically craft an item) for certain pieces of information to be unlocked. <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 15:10, 22 July 2022 (UTC) Yoo that's coooooool [[User:Einschlauesding|Einschlauesding]] ([[User talk:Einschlauesding|discuss]] • [[Special:Contributions/Einschlauesding|contribs]]) 15:11, 24 July 2022 (UTC) :My aunt was over today. And I figured out why I couldnt play Fortnite! It was so simple: Delete a game so Fortnite can start up! :I added more armour and bows to my game, a gun item, a new enemy, and more. There are 98 blocks and items now. It's crazy: the first boss dropps nothing, but almost a hundred items exist! (I hate skeletons. Your minding your own business in a cave, then you see a bone fly across your screen and you're like "Oh man, I'm gonna die aagain!") <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 20:58, 30 July 2022 (UTC) Very nice! I also hate skeletons lol [[User:Einschlauesding|Einschlauesding]] ([[User talk:Einschlauesding|discuss]] • [[Special:Contributions/Einschlauesding|contribs]]) 14:58, 31 July 2022 (UTC) Hmm anyways how was your day?? [[User:Einschlauesding|Einschlauesding]] ([[User talk:Einschlauesding|discuss]] • [[Special:Contributions/Einschlauesding|contribs]]) 21:18, 31 July 2022 (UTC) :Played on my switch, played with my five-year-old cousin and had fun. Oddly, Fortnite's voice chat turned on mysteriously. It was turned off by parental controls before, but not now. Not telling my parents though. I choose not to insert my microphone onto my headphones though. I'll listen to them, but not talk back. :I found out on a creative mode map, and when I exploited a glitch that made you hard to kill (right in the corner of the enemie's spawn) and launched rockets at them, a girl said "Uh, theres a guy inside our base" later "He is literally invincible" :somebody else said "he is persistant, though easy to kill" he got me on fire. And he set a trap with these bombs to stop me coming later. It worked a couple of times, but I found a way through that too. How was your day? <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 21:36, 31 July 2022 (UTC) Ohhh I should really play fortnite again too lol. Yesterday I wasn't doing much but I had fun at night going to friends and playing fun card games! [[User:Einschlauesding|Einschlauesding]] ([[User talk:Einschlauesding|discuss]] • [[Special:Contributions/Einschlauesding|contribs]]) 10:34, 2 August 2022 (UTC) :Fortnite is mucking up again. I'll wait to tomorrow and try again. Yes, I tried deleting a few more games. <sup> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]</sup> / <sub>[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 14:06, 2 August 2022 (UTC) Yoo, wanna play fortnite tomorrow? [[User:Einschlauesding|Einschlauesding]] ([[User talk:Einschlauesding|discuss]] • [[Special:Contributions/Einschlauesding|contribs]]) 21:24, 5 August 2022 (UTC) :::::*loud noises. You have no idea what they are for, but it sounds something like "yes YES"*<sup> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]</sup> / <sub>[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 22:26, 5 August 2022 (UTC) :Only if I can get fortnite to start though. <sup> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]</sup> / <sub>[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 07:13, 6 August 2022 (UTC) :I dont know why but fortnite just wont work. ''At least give me a bloody error message or way to fix it!'' Games shouldn't stop you from playing. YOU HEAR ME, Epic games!? <sup> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]</sup> / <sub>[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 18:41, 6 August 2022 (UTC) Oh thats weird, hopefully you can fix it [[User:Einschlauesding|Einschlauesding]] ([[User talk:Einschlauesding|discuss]] • [[Special:Contributions/Einschlauesding|contribs]]) 22:00, 6 August 2022 (UTC) :): No, dunno how. ): <sup> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]</sup> / <sub>[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 14:31, 7 August 2022 (UTC) Weird :| [[User:Einschlauesding|Einschlauesding]] ([[User talk:Einschlauesding|discuss]] • [[Special:Contributions/Einschlauesding|contribs]]) 16:36, 7 August 2022 (UTC) ocesz2lur2u3wen75bnwknybjgho1ib Wikibooks:Reading room/Administrative Assistance/Archives/2022/June 4 448231 4089957 2022-08-10T08:10:41Z ArchiverBot 1227662 Bot: Archiving 1 thread from [[Wikibooks:Reading room/Administrative Assistance]] wikitext text/x-wiki {{talk archive}} == Vandalism == {{user|104.219.187.240}} Please react. Thanks. [[User:Renvoy|Renvoy]] ([[User talk:Renvoy|discuss]] • [[Special:Contributions/Renvoy|contribs]]) 19:37, 20 June 2022 (UTC) pblh6fxtxi868dvkf04h50mx2jvd36s Guide to the Godot game engine/Debugging 0 448232 4089959 2022-08-10T08:13:13Z L10nM4st3r 3380243 Created page with "{{stub}} ==The debugger dock== ==Script debugging== ==Debug options== ==Debugging editor plugins== {{bookcat}}" wikitext text/x-wiki {{stub}} ==The debugger dock== ==Script debugging== ==Debug options== ==Debugging editor plugins== {{bookcat}} l0fek1gc9lfx3t9nz80p4qrkwrsi1ci 4089964 4089959 2022-08-10T10:58:50Z added some info wikitext text/x-wiki {{stub}} ==The debugger dock== The debugger dock is the deafult and best way to debug. If a red circle is shown next to it, there is an error to read. If there is a yellow circle, you have a new warning to read. When you open it, you have several tabs: ===Debugger=== This is the tab opened when a fatal error occurs, which is an error that could cause your game to crash in release builds. It shows the "stack frames". This is a ''stack'' of function calls, allowing you to find the source of the error. This is invaluable. To the right of the stack frames show all the variables the script can access, and what they are set to. Above that is a few buttons: *Skip Breakpoints: stops the game being paused on breakpoints until this is repressed. *Copy Error: copy the error to your clipboard. *Step Into:enters an indented block of code. *Step Over: skips an indented block of code. *Break: ends the loop. See also: {{guide to the Godot game engine/keyword|break}}. *Continue: skip to the next iteration of a loop. See also: {{guide to the Godot game engine/keyword|continue}}. ===Errors=== Allows you to see every fatal and non-fatal error and warning that you encountered during the running game. There are a few buttons: *Clear: empties this list. *Expand All: expands every error to see more information. *Collapse All: collapses every error to see less information. ==Script debugging== ==Debug options== ==Debugging editor plugins== {{bookcat}} mrzyrnx9qxco6xgerbinydmgc4s6zbc 4089973 4089964 2022-08-10T11:28:49Z L10nM4st3r 3380243 /* Debugger */ wikitext text/x-wiki {{stub}} ==The debugger dock== The debugger dock is the deafult and best way to debug. If a red circle is shown next to it, there is an error to read. If there is a yellow circle, you have a new warning to read. When you open it, you have several tabs: ===Debugger=== This is the tab opened when a fatal error occurs, which is an error that could cause your game to crash in release builds. It shows the "stack frames". This is a ''stack'' of function calls, allowing you to find the source of the error. This is invaluable. To the right of the stack frames show all the variables the script can access, and what they are set to. Above that is a few buttons: *Skip Breakpoints: stops the game being paused on breakpoints until this is repressed. *Copy Error: copy the error to your clipboard. *Step Into: runs the next expression. Enters indented blocks that it would enter anyway. *Step Over: runs the next expression. Skips indented blocks. *Break: pauses the game as if a breakpoint was used. *Continue: resumes the game. ===Errors=== Allows you to see every fatal and non-fatal error and warning that you encountered during the running game. There are a few buttons: *Clear: empties this list. *Expand All: expands every error to see more information. *Collapse All: collapses every error to see less information. ==Script debugging== ==Debug options== ==Debugging editor plugins== {{bookcat}} lph42krpigl7plcrq2km7tak66zn1oo 4089975 4089973 2022-08-10T11:32:15Z L10nM4st3r 3380243 /* Errors */ wikitext text/x-wiki {{stub}} ==The debugger dock== The debugger dock is the deafult and best way to debug. If a red circle is shown next to it, there is an error to read. If there is a yellow circle, you have a new warning to read. When you open it, you have several tabs: ===Debugger=== This is the tab opened when a fatal error occurs, which is an error that could cause your game to crash in release builds. It shows the "stack frames". This is a ''stack'' of function calls, allowing you to find the source of the error. This is invaluable. To the right of the stack frames show all the variables the script can access, and what they are set to. Above that is a few buttons: *Skip Breakpoints: stops the game being paused on breakpoints until this is repressed. *Copy Error: copy the error to your clipboard. *Step Into: runs the next expression. Enters indented blocks that it would enter anyway. *Step Over: runs the next expression. Skips indented blocks. *Break: pauses the game as if a breakpoint was used. *Continue: resumes the game. ===Errors=== Allows you to see every fatal and non-fatal error and warning that you encountered during the running game. There are a few buttons: *Clear: empties this list. *Expand All: expands every error to see more information. *Collapse All: collapses every error to see less information. Each error may be pressed to go to the script and line the error came from. Double click it to expand or collapse. You can also click the arrow to expand/collapse. Expanding it shows the error and the code stack. ==Script debugging== ==Debug options== ==Debugging editor plugins== {{bookcat}} 9915sb7pv4tqhmfxubgr5duisk7qqhc